commit 37cf0e8062673edfc71dbb415b1dcc05660ab808 Author: Anthony Debucquoy Date: Tue Feb 18 15:25:17 2025 +0100 first commit diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..fa1385d --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..49e3175 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.zip + +*.mrpack diff --git a/complementary-unbound.pw.toml b/complementary-unbound.pw.toml new file mode 100644 index 0000000..fd08fa3 --- /dev/null +++ b/complementary-unbound.pw.toml @@ -0,0 +1,13 @@ +name = "Complementary Shaders - Unbound" +filename = "ComplementaryUnbound_r5.3.zip" +side = "both" + +[download] +hash-format = "sha1" +hash = "9474a8bc55e4f37786568ae532e4336aab72ba42" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5874235 +project-id = 385587 diff --git a/config/BlanketCobbleSpawners/config.json b/config/BlanketCobbleSpawners/config.json new file mode 100644 index 0000000..8d45dac --- /dev/null +++ b/config/BlanketCobbleSpawners/config.json @@ -0,0 +1,10 @@ +{ + "globalConfig": { + "version": "1.0.3", + "debugEnabled": false, + "cullSpawnerPokemonOnServerStop": true, + "showUnimplementedPokemonInGui": false, + "showFormsInGui": false + }, + "spawners": [] +} \ No newline at end of file diff --git a/config/MouseTweaks.cfg b/config/MouseTweaks.cfg new file mode 100644 index 0000000..0936cc4 --- /dev/null +++ b/config/MouseTweaks.cfg @@ -0,0 +1,8 @@ +RMBTweak=1 +LMBTweakWithItem=1 +LMBTweakWithoutItem=1 +WheelTweak=1 +WheelSearchOrder=1 +WheelScrollDirection=0 +ScrollItemScaling=0 +Debug=0 diff --git a/config/MythsAndLegends/config.toml b/config/MythsAndLegends/config.toml new file mode 100644 index 0000000..22a11b2 --- /dev/null +++ b/config/MythsAndLegends/config.toml @@ -0,0 +1,94 @@ +# Interval in Minecraft ticks for checking player inventories. Possible values: any integer. Default: 3600 (2 minutes and 30 seconds). +inventory_check_interval = 1200 + +# Determines if items are consumed on successful spawns. Possible values: true, false. Default: false. +consume_items_on_successful_spawn = true + +# If true, and both a key item and item condition are set, only items are consumed. Possible values: true, false. Default: true. +ignore_key_items = false + +# List of items to be checked in the inventory at each interval. +inventory_check_item_list = [ + "minecraft:diamond", + "minecraft:emerald", + "minecraft:nether_star", + "cobblemon:dragon_scale", + "cobblemon:electirizer", + "cobblemon:magmarizer", + "cobblemon:metal_coat", + "cobblemon:protector", + "cobblemon:leaf_stone", + "cobblemon:moon_stone", + "cobblemon:sun_stone", + "cobblemon:shiny_stone", + "cobblemon:dusk_stone", + "cobblemon:dawn_stone", + "cobblemon:ice_stone", + "cobblemon:thunder_stone", + "cobblemon:fire_stone", + "cobblemon:water_stone", + "cobblemon:never_melt_ice" +] +# Determines if broadcasting features are enabled. This includes all types of notifications specified in 'broadcast_settings'. Enables or disables the entire broadcasting system. Possible values: true, false. Default: false +isBroadcastEnabled = false + +# Configures specific broadcast messages for Pokemon spawns. Each option enables or disables broadcasts for different categories of Pokemon (Legendary, Mythical, Ultra Beast), or provides additional information (Shiny status, level). Adjust these settings to customize what details are broadcasted when Pokemon spawn. +broadcast_settings = [ + { settingName = "BroadcastToAll", settingValue = true }, # When true, messages are broadcasted to all players. Possible values: true, false. Default: true. + { settingName = "DisplayName", settingValue = true }, # If enabled, displays the name of the Pokemon in the broadcast message. Possible values: true, false. Default: true. + { settingName = "Legendarys", settingValue = true }, # If enabled, broadcasts a message when a legendary Pokemon spawns. Possible values: true, false. Default: true. + { settingName = "Mythicals", settingValue = true} , # If enabled, broadcasts a message when a mythical Pokemon spawns. Possible values: true, false. Default: true. + { settingName = "UltraBeasts", settingValue = false }, # If enabled, broadcasts a message when an Ultra Beast spawns. Possible values: true, false. Default: false. + { settingName = "Location", settingValue = true }, # If true, includes the location in broadcast messages. Possible values: true, false. Default: true. + { settingName = "Shiny", settingValue = false }, # Enables broadcasts about Shiny Status of the Pokemon. Possible values: true, false. Default: false. + { settingName = "Level", settingValue = true } # When enabled, the level of Pokemon is included in the broadcast. Possible values: true, false. Default: true. +] + +# Determines if the contents of shulker boxes should be scanned for items by the inventory_check. +# Possible values: true, false. Default: true. +inventory_check_shulker_boxes = true + +# Determines if the contents of bundles should be scanned for items by the inventory_check. +# Possible values: true, false. Default: true. +inventory_check_bundles = true + +# Determines if right-clicking key items forcefully spawns Pokemon that require the clicked key item as a spawning condition. +# Possible values: true, false. Default: false +enable_force_spawning = true + +# Determines in which Spawn Pool the force spawning module should check. +# Note: Changing this setting does not affect the actual spawns, only the force spawning behavior. +# To change spawn rarity, modify the entire datapack. +# Possible values: common, uncommon, rare, ultra-rare. Default: ultra-rare +force_spawning_spawn_pool = "ultra-rare" + +# Sets the cooldown period (in seconds) after a key item is used for force spawning before it can be used again. +# Possible values: any integer >= 1. Default: 20 +force_spawn_item_cooldown = 10 + +# Defines the width around the player within which the game checks for possible Pokemon spawns +# when force spawning. Increasing this value may cause lag but is more likely to find a spawn. +# Please adjust carefully. +# Possible values: any integer >= 1 +# Default: 100 +force_spawn_check_width = 30 + +# Defines the height around the player within which the game checks for possible Pokemon spawns +# when force spawning. Increasing this value may cause lag but is more likely to find a spawn. +# Please adjust carefully. +# Possible values: any integer >= 1 +# Default: 50 +force_spawn_check_height = 30 + +# Should the mod run in Server only mode [So clients dont require the mod to be installed(THIS DOESNT WORK CURRENTLY)]. Possible values: true, false. Default: false +server_only_mode = false + +# Enable/Disable Form Changes (DNA Splicer, Held Item Form Changes and so on). Possible values: true, false. Default: true +form_changes = true + +# Enable/Disable DEBUG Mode | This should always be false only for devs :) LEAVE IT ALONE. Default: false +debug_mode = false + +# Set the delay (in ticks(20 ticks = 1 second) after a player joins before applying forms and aspects to Pokémon. This ensures forms and aspects are properly initialized. Possible values: Any positive integer. Default: 100 ticks +join_form_aspect_delay = 100 + diff --git a/config/MythsAndLegends/debts.json b/config/MythsAndLegends/debts.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/config/MythsAndLegends/debts.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/config/MythsAndLegends/loot_tables_config.json b/config/MythsAndLegends/loot_tables_config.json new file mode 100644 index 0000000..8b4d10c --- /dev/null +++ b/config/MythsAndLegends/loot_tables_config.json @@ -0,0 +1,4324 @@ +{ + "items": [ + { + "itemId": "myths_and_legends:adamant_orb", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:aurora_ticket", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:azure_flute", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:blue_orb", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:bonus_disk", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:clear_bell", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:dna_splicer", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:eon_ticket", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:griseous_orb", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:gs_ball", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:jade_orb", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:liberty_pass", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:lustrous_orb", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:member_card", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:oaks_letter", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:old_sea_map", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:red_orb", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:rusted_shield", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:rusted_sword", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:tidal_bell", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:dr_fujis_diary", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:rainbow_wing", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:silver_wing", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:violet_book", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:silver_wing", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:scarlet_book", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:cocoon_of_destruction", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:sapling_of_life", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:zygarde_cell", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:zygarde_core", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:zygarde_cube", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:mystery_box", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:reveal_glass", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:dark_stone", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:light_stone", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:teal_mask", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:sun_flute", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:moon_flute", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:lunar_feather", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:magma_stone", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:diancies_crown", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:fini_totem", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:genesect_drive", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:grassland_blade", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:hoopa_ring", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:ironwill_sword", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:koko_totem", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:lele_totem", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:lillies_bag", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:meloetta_headset", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:necro_prism", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:prism_bottle", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:sacred_sword", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:steam_valve", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:type_null_mask", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:antique_pokeball", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:eternatus_core", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:kubfus_band", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:marshadow_hood", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:plasma_tablet", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:prismatic_shell", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:reins_of_unity", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:scaly_tablet", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:scroll_of_water", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:soul_heart", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:zarudes_cape", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:zeraoras_thunderclaw", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:ancient_tablet", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:mythical_pecha_berry", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:scroll_of_darkness", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:azelf_fang", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:mesprit_plume", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:stone_tablet", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:uxie_claw", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:ice_tablet", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:steel_tablet", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:bulu_totem", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:cavern_shield", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:iceroot_carrot", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + }, + { + "itemId": "myths_and_legends:shaderoot_carrot", + "enabled": false, + "lootTables": [ + { + "id": "minecraft:chests/abandoned_mineshaft", + "weight": 0.002 + }, + { + "id": "minecraft:chests/ancient_city", + "weight": 0.002 + }, + { + "id": "minecraft:chests/bastion_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/buried_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/desert_pyramid", + "weight": 0.002 + }, + { + "id": "minecraft:chests/end_city_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/jungle_temple", + "weight": 0.002 + }, + { + "id": "minecraft:chests/shipwreck_treasure", + "weight": 0.002 + }, + { + "id": "minecraft:chests/woodland_mansion", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/fishing/treasure", + "weight": 0.002 + }, + { + "id": "minecraft:gameplay/sniffer_digging", + "weight": 0.002 + }, + { + "id": "minecraft:archaeology/trail_ruins_rare", + "weight": 0.002 + } + ] + } + ] +} \ No newline at end of file diff --git a/config/academy/biome_groups.json b/config/academy/biome_groups.json new file mode 100644 index 0000000..232b0f4 --- /dev/null +++ b/config/academy/biome_groups.json @@ -0,0 +1,3 @@ +{ + "groups": {} +} \ No newline at end of file diff --git a/config/academy/dueling.json b/config/academy/dueling.json new file mode 100644 index 0000000..4c9ab59 --- /dev/null +++ b/config/academy/dueling.json @@ -0,0 +1,3 @@ +{ + "cooldownTicks": 72000 +} \ No newline at end of file diff --git a/config/academy/ec_cobblemon.json b/config/academy/ec_cobblemon.json new file mode 100644 index 0000000..7ed00ce --- /dev/null +++ b/config/academy/ec_cobblemon.json @@ -0,0 +1,6 @@ +{ + "blueMoonShinyMultiplier": 1.4, + "bloodMoonIVsMultiplier": 2.0, + "harvestMoonExpShareMultiplier": 2.0, + "auroraMoonRarePokemonSpawnMultiplier": 2.0 +} \ No newline at end of file diff --git a/config/academy/entity_groups.json b/config/academy/entity_groups.json new file mode 100644 index 0000000..232b0f4 --- /dev/null +++ b/config/academy/entity_groups.json @@ -0,0 +1,3 @@ +{ + "groups": {} +} \ No newline at end of file diff --git a/config/academy/item_groups.json b/config/academy/item_groups.json new file mode 100644 index 0000000..232b0f4 --- /dev/null +++ b/config/academy/item_groups.json @@ -0,0 +1,3 @@ +{ + "groups": {} +} \ No newline at end of file diff --git a/config/academy/npc.json b/config/academy/npc.json new file mode 100644 index 0000000..9cbf85a --- /dev/null +++ b/config/academy/npc.json @@ -0,0 +1,3 @@ +{ + "partnerNpcName": "Professor Bond" +} \ No newline at end of file diff --git a/config/academy/pokemon_spawn.json b/config/academy/pokemon_spawn.json new file mode 100644 index 0000000..b5fe48d --- /dev/null +++ b/config/academy/pokemon_spawn.json @@ -0,0 +1,100 @@ +{ + "spawnProtectionDistance": 10.0, + "distanceToLevel": { + "0.0": { + "type": "uniform", + "min": 0, + "max": 10 + }, + "200.0": { + "type": "uniform", + "min": 0, + "max": 15 + }, + "400.0": { + "type": "uniform", + "min": 0, + "max": 20 + }, + "600.0": { + "type": "uniform", + "min": 0, + "max": 25 + }, + "800.0": { + "type": "uniform", + "min": 0, + "max": 30 + }, + "1000.0": { + "type": "uniform", + "min": 0, + "max": 35 + }, + "1200.0": { + "type": "uniform", + "min": 0, + "max": 40 + }, + "1400.0": { + "type": "uniform", + "min": 0, + "max": 45 + }, + "1600.0": { + "type": "uniform", + "min": 0, + "max": 50 + }, + "1800.0": { + "type": "uniform", + "min": 0, + "max": 55 + }, + "2000.0": { + "type": "uniform", + "min": 0, + "max": 60 + }, + "2200.0": { + "type": "uniform", + "min": 0, + "max": 65 + }, + "2400.0": { + "type": "uniform", + "min": 0, + "max": 70 + }, + "2600.0": { + "type": "uniform", + "min": 0, + "max": 75 + }, + "2800.0": { + "type": "uniform", + "min": 0, + "max": 80 + }, + "3000.0": { + "type": "uniform", + "min": 0, + "max": 85 + }, + "3200.0": { + "type": "uniform", + "min": 0, + "max": 90 + }, + "3400.0": { + "type": "uniform", + "min": 0, + "max": 95 + }, + "3600.0": { + "type": "uniform", + "min": 0, + "max": 100 + } + } +} \ No newline at end of file diff --git a/config/academy/safari.json b/config/academy/safari.json new file mode 100644 index 0000000..974fbc7 --- /dev/null +++ b/config/academy/safari.json @@ -0,0 +1,51 @@ +{ + "seed": -4534904328483650727, + "structure": "academy:safari_spawn", + "placementOffset": [ + -431, + 87, + -303 + ], + "spawnPositionRelative": [ + 109, + 15, + 67 + ], + "spawnYaw": -90.0, + "spawnPitch": 0.0, + "playerDuration": 36000, + "providedSafariBalls": 32, + "startEpoch": 25200000, + "restartDelay": 86400000, + "paused": false, + "tickets": { + "base": { + "name": "Safari Ticket", + "color": 16777215, + "model": "academy:safari_ticket/base#inventory", + "time": { + "type": "constant", + "count": 12000 + } + }, + "great": { + "name": "Great Safari Ticket", + "color": 11287604, + "model": "academy:safari_ticket/great#inventory", + "time": { + "type": "constant", + "count": 30000 + } + }, + "golden": { + "name": "Golden Safari Ticket", + "color": 13927452, + "model": "academy:safari_ticket/golden#inventory", + "time": { + "type": "uniform", + "min": 48000, + "max": 72000 + } + } +} +} \ No newline at end of file diff --git a/config/academy/starter_raffle.json b/config/academy/starter_raffle.json new file mode 100644 index 0000000..536c263 --- /dev/null +++ b/config/academy/starter_raffle.json @@ -0,0 +1,5 @@ +{ + "timeInterval": 2400, + "mode": "RAFFLE_ENABLED", + "selectionCooldown": 2 +} \ No newline at end of file diff --git a/config/academy/tile_groups.json b/config/academy/tile_groups.json new file mode 100644 index 0000000..232b0f4 --- /dev/null +++ b/config/academy/tile_groups.json @@ -0,0 +1,3 @@ +{ + "groups": {} +} \ No newline at end of file diff --git a/config/academy/wardrobe.json b/config/academy/wardrobe.json new file mode 100644 index 0000000..fbc4a4f --- /dev/null +++ b/config/academy/wardrobe.json @@ -0,0 +1,3 @@ +{ + "entries": {} +} \ No newline at end of file diff --git a/config/advancementplaques-common.toml b/config/advancementplaques-common.toml new file mode 100644 index 0000000..9d831be --- /dev/null +++ b/config/advancementplaques-common.toml @@ -0,0 +1,73 @@ +#Client Configuration +[client] + + [client.visual_options] + # If plaques should show on the top of the screen. + on_top = true + # The distance from the top or bottom of the screen, in pixels. + #Range: 8 ~ 256 + distance = 16 + # The horizontal offset from the center, in pixels. + #Range: -256 ~ 256 + horizontal_offset = 0 + # Hide waila/hwyla/jade popups while plaques are showing. + hide_waila = true + # If plaques should show for task advancements (normal advancements). + tasks = true + # If plaques should show for goal advancements (medium-difficulty advancements). + goals = true + # If plaques should show for challenge advancements (high-difficulty advancements). + challenges = true + # Text color to use for plaque titles (like "Advancement made!"). Can be entered as an 8-digit hex color code #AARRGGBB for convenience. If Prism library is installed, any Prism color definition is supported. + title_color = "#FF332200" + # Text color to use for advancement names on plaques. Can be entered as an 8-digit hex color code #AARRGGBB for convenience. If Prism library is installed, any Prism color definition is supported. + name_color = "#FFFFFFFF" + + [client.duration_options] + # Duration of the shiny effect fade in for tasks. + #Range: 0.1 ~ 3.0 + task_effect_fadein = 0.5 + # Duration of the shiny effect fade out for tasks. + #Range: 0.1 ~ 3.0 + task_effect_fadeout = 1.5 + # Duration of the plaques for tasks (minus the effect fade in/out durations). + #Range: 2.0 ~ 10.0 + task_duration = 7.0 + # Duration of the shiny effect fade in for goals. + #Range: 0.1 ~ 3.0 + goal_effect_fadein = 0.5 + # Duration of the shiny effect fade out for goals. + #Range: 0.1 ~ 3.0 + goal_effect_fadeout = 1.5 + # Duration of the plaques for goals (minus the effect fade in/out durations). + #Range: 2.0 ~ 10.0 + goal_duration = 7.0 + # Duration of the shiny effect fade in for challenges. + #Range: 0.1 ~ 3.0 + challenge_effect_fadein = 1.25 + # Duration of the shiny effect fade out for challenges. + #Range: 0.1 ~ 3.0 + challenge_effect_fadeout = 1.5 + # Duration of the plaques for challenges (minus the effect fade in/out durations). + #Range: 2.0 ~ 10.0 + challenge_duration = 7.0 + + [client.functionality_options] + # Blacklist of advancements to never show plaques for. Takes precedence over whitelist if they conflict. + # Options: + # Advancement ID (eg. "minecraft:adventure/adventuring_time") + # Mod ID (Omit the colon, eg. "minecraft") + # Advancement Category (End with a /, eg. "minecraft:story/") + blacklist = ["minecraft", "biomeswevegone", "lootr", "betterdeserttemples", "totw_modded", "megamons", "sculk_depths", "camerapture", "genshinstrument", "evenmoreinstruments", "hopo"] + # Whitelist of advancements to show plaques for. Leave empty to display for all. + # Same options available as blacklist. + whitelist = ["cobblemon"] + # Volume of task sounds. Set to 0 to mute. + #Range: 0.0 ~ 1.0 + task_volume = 1.0 + # Volume of goal sounds. Set to 0 to mute. + #Range: 0.0 ~ 1.0 + goal_volume = 1.0 + # Volume of challenge sounds. Set to 0 to mute. + #Range: 0.0 ~ 1.0 + challenge_volume = 1.0 diff --git a/config/amendments-client.json b/config/amendments-client.json new file mode 100644 index 0000000..2f9315a --- /dev/null +++ b/config/amendments-client.json @@ -0,0 +1,67 @@ +{ + "#README": "This config file does not support comments. To see them configure it in-game using YACL or Cloth Config", + "general": { + "tooltip_hints": true, + "custom_configured_screen": true + }, + "lily_pad": { + "y_offset": -0.016625 + }, + "bell": { + "chain_attachment": true + }, + "brewing_stand": { + "brewing_stand_colors": true + }, + "arrows": { + "crossbows_colors": true + }, + "tripwire_hook": { + "fast_hooks": false + }, + "hanging_sign": { + "item_pixel_scale": 10.0, + "swinging_signs": true, + "sign_attachment": true, + "swing_physics": { + "frequency": 0.6, + "collision_considers_entity_hitbox": true, + "collision_inertia": 1.0, + "collision_force": 15.0, + "min_angle": 0.79999965, + "max_angle": 60.0, + "damping": 0.525 + } + }, + "lantern": { + "fast_lanterns": false, + "swing_physics": { + "frequency": 0.6, + "collision_considers_entity_hitbox": true, + "collision_inertia": 1.0, + "collision_force": 15.0, + "min_angle": 0.79999965, + "max_angle": 60.0, + "damping": 0.525 + }, + "lantern_item_size": 0.625, + "lantern_item_holding": true, + "lantern_item_holding_up": false + }, + "cauldron": { + "potion_texture": true + }, + "jukebox": { + "new_model": true, + "disc_spin": true + }, + "misc": { + "torch_item_holding": true, + "torch_item_size": 1.0, + "candle_holder_item_holding": true, + "handle_holder_item_size": 0.625, + "fixed_holding_animations": false, + "sign_text_color_multiplier": 1.2, + "campfire_smoke_through_blocks": false + } +} \ No newline at end of file diff --git a/config/amendments-common.json b/config/amendments-common.json new file mode 100644 index 0000000..5857bb0 --- /dev/null +++ b/config/amendments-common.json @@ -0,0 +1,87 @@ +{ + "#README": "This config file does not support comments. To see them configure it in-game using YACL or Cloth Config", + "lectern": { + "improved_screen": true + }, + "hanging_signs": { + "items_on_signs": true + }, + "cauldron": { + "enhanced_cauldron": true, + "crafting": true, + "dye_water": true, + "dye_recipes_per_layer": 4, + "potion_recipes_per_layer": 2, + "potions_mixing": "ON", + "potion_mixing_limit": 8, + "inverse_potions": { + "minecraft:instant_damage": "minecraft:instant_health", + "minecraft:slowness": "minecraft:speed", + "minecraft:strength": "minecraft:weakness", + "minecraft:instant_health": "minecraft:instant_damage", + "minecraft:haste": "minecraft:mining_fatigue", + "minecraft:unluck": "minecraft:luck", + "minecraft:speed": "minecraft:slowness", + "minecraft:luck": "minecraft:unluck", + "minecraft:weakness": "minecraft:strength", + "minecraft:mining_fatigue": "minecraft:haste" + }, + "connect_to_fences": true + }, + "tripwire_hook": { + "tool_hook": true + }, + "carpets": { + "carpeted_stairs": true, + "carpeted_slabs": true + }, + "cake": { + "double_cake": true, + "directional_cake": true + }, + "mob_head": { + "skull_piles": true, + "skull_candles": true, + "multiple_candles": true + }, + "flower_pot": { + "hanging_pot": true + }, + "lantern": { + "wall_lanterns": true, + "high_priority": true, + "mod_blacklist": [ + "bbb", + "extlights", + "betterendforge", + "spelunkery", + "galosphere", + "tconstruct", + "enigmaticlegacy", + "beautify", + "candlelight" + ], + "id_whitelist": [ + "enlightened_end:xenon_lantern" + ], + "falling_lanterns": "ON" + }, + "bell": { + "chain_ringing": true, + "chain_length": 16 + }, + "banners": { + "ceiling_banners": true + }, + "misc": { + "dye_blocks": false + }, + "torch": { + "torch_fire": true, + "torch_fire_offhand": false, + "torch_fire_duration": 2 + }, + "lily_pad": { + "better_lilypads": true + } +} \ No newline at end of file diff --git a/config/balm-common.out.toml b/config/balm-common.out.toml new file mode 100644 index 0000000..ab60372 --- /dev/null +++ b/config/balm-common.out.toml @@ -0,0 +1,7 @@ + +# The default difficulty selected for newly created worlds. +defaultDifficulty = "NORMAL" + +# Set to true if the difficulty for new world's should be locked to the specific default. This cannot be unlocked by players without external tools! Probably a bad idea. I don't recommend. Why am I adding this option? +lockDifficulty = false + diff --git a/config/balm-common.toml b/config/balm-common.toml new file mode 100644 index 0000000..18c44fe --- /dev/null +++ b/config/balm-common.toml @@ -0,0 +1,19 @@ + +# This is an example boolean property +exampleBoolean = true +exampleEnum = "Hello" +exampleEnumList = [ "Hello", "World" ] +exampleInt = 42 +exampleIntList = [ 12, 24 ] +exampleMultilineString = "Hello World" +exampleString = "Hello World" +exampleStringList = [ "Hello", "World" ] + + +# This is an example category +[exampleCategory] +exampleFloat = 42.84 + +# This is an example string inside a category +innerField = "I am inside" + diff --git a/config/betterdeserttemples-fabric-1_20.toml b/config/betterdeserttemples-fabric-1_20.toml new file mode 100644 index 0000000..3efd9a8 --- /dev/null +++ b/config/betterdeserttemples-fabric-1_20.toml @@ -0,0 +1,3 @@ +[general] +disableVanillaPyramids = true +applyMiningFatigue = true diff --git a/config/betterdeserttemples/README.txt b/config/betterdeserttemples/README.txt new file mode 100644 index 0000000..150038f --- /dev/null +++ b/config/betterdeserttemples/README.txt @@ -0,0 +1,7 @@ +This directory is for a few additional options for YUNG's Better Desert Temples. +Options provided may vary by version. +This directory contains subdirectories for supported versions. The first time you run Better Desert Temples, a version subdirectory will be created if that version supports advanced options. +For example, the first time you use Better Desert Temples for 1.18.2 on Forge, the 'forge-1_18_2' subdirectory will be created in this folder. +If no subdirectory for your version is created, then that version probably does not support the additional options. +NOTE -- MOST OPTIONS CAN BE FOUND IN A CONFIG FILE OUTSIDE THIS FOLDER! +For example, on Forge 1.18.2 the file is 'betterdeserttemples-forge-1_18_2.toml'. \ No newline at end of file diff --git a/config/betterdeserttemples/fabric-1_20/README.txt b/config/betterdeserttemples/fabric-1_20/README.txt new file mode 100644 index 0000000..bf3d99f --- /dev/null +++ b/config/betterdeserttemples/fabric-1_20/README.txt @@ -0,0 +1,30 @@ +###################################### +# armorstands.json # +###################################### + This file contains ItemRandomizers describing the probability distribution of armor on armor stands. +Armor stands spawn in armory rooms and wardrobe rooms. +For information on ItemRandomizers, see the bottom of this README. +###################################### +# itemframes.json # +###################################### + This file contains ItemRandomizers describing the probability distribution of items in item frames. +Item frames only spawn in food storage rooms and armoury rooms. +For information on ItemRandomizers, see the bottom of this README. +###################################### +# ItemRandomizers # +###################################### +Describes a set of items and the probability of each item being chosen. + - entries: An object where each entry's key is a item, and each value is that item's probability of being chosen. + The total sum of all probabilities SHOULD NOT exceed 1.0! + - defaultItem: The item used for any leftover probability ranges. + For example, if the total sum of all the probabilities of the entries is 0.6, then + there is a 0.4 chance of the defaultItem being selected. +Here's an example ItemRandomizer: +"entries": { + "minecraft:stone_axe": 0.25, + "minecraft:shield": 0.2, + "minecraft:air": 0.1 +}, +"defaultItem": "minecraft:iron_axe" +For each item, this randomizer has a 25% chance of returning a stone axe, 20% chance of choosing a shield, +10% chance of choosing air (nothing), and a 100 - (25 + 20 + 10) = 45% chance of choosing an iron axe (since it's the default item). diff --git a/config/betterdeserttemples/fabric-1_20/armorstands.json b/config/betterdeserttemples/fabric-1_20/armorstands.json new file mode 100644 index 0000000..e191571 --- /dev/null +++ b/config/betterdeserttemples/fabric-1_20/armorstands.json @@ -0,0 +1,58 @@ +{ + "armoryHelmets": { + "entries": { + "chainmail_helmet": 0.3, + "golden_helmet": 0.2 + }, + "defaultItem": "air" + }, + "wardrobeHelmets": { + "entries": { + "leather_helmet": 0.4, + "chainmail_helmet": 0.2 + }, + "defaultItem": "air" + }, + "armoryChestplates": { + "entries": { + "golden_chestplate": 0.2, + "chainmail_chestplate": 0.3 + }, + "defaultItem": "air" + }, + "wardrobeChestplates": { + "entries": { + "leather_chestplate": 0.4, + "chainmail_chestplate": 0.2 + }, + "defaultItem": "air" + }, + "armoryLeggings": { + "entries": { + "chainmail_leggings": 0.3, + "golden_leggings": 0.2 + }, + "defaultItem": "air" + }, + "wardrobeLeggings": { + "entries": { + "chainmail_leggings": 0.2, + "leather_leggings": 0.4 + }, + "defaultItem": "air" + }, + "armoryBoots": { + "entries": { + "chainmail_boots": 0.3, + "golden_boots": 0.2 + }, + "defaultItem": "air" + }, + "wardrobeBoots": { + "entries": { + "chainmail_boots": 0.2, + "leather_boots": 0.4 + }, + "defaultItem": "air" + } +} \ No newline at end of file diff --git a/config/betterdeserttemples/fabric-1_20/itemframes.json b/config/betterdeserttemples/fabric-1_20/itemframes.json new file mode 100644 index 0000000..cebe2e8 --- /dev/null +++ b/config/betterdeserttemples/fabric-1_20/itemframes.json @@ -0,0 +1,31 @@ +{ + "armouryItems": { + "entries": { + "stone_sword": 0.05, + "name_tag": 0.05, + "shield": 0.1, + "golden_sword": 0.1, + "stone_axe": 0.05, + "golden_axe": 0.1, + "bow": 0.1, + "arrow": 0.05 + }, + "defaultItem": "air" + }, + "storageItems": { + "entries": { + "cookie": 0.1, + "bread": 0.2, + "slime_ball": 0.05, + "potato": 0.2, + "melon_seeds": 0.025, + "beetroot_seeds": 0.025, + "rabbit_foot": 0.01, + "wheat_seeds": 0.025, + "pumpkin_seeds": 0.025, + "honey_bottle": 0.1, + "cake": 0.1 + }, + "defaultItem": "air" + } +} \ No newline at end of file diff --git a/config/betterdungeons-fabric-1_20.toml b/config/betterdungeons-fabric-1_20.toml new file mode 100644 index 0000000..4ce2fbb --- /dev/null +++ b/config/betterdungeons-fabric-1_20.toml @@ -0,0 +1,16 @@ +[betterDungeons.general] +enableHeads = true +removeVanillaDungeons = true +enableNetherBlocks = true +[betterDungeons.zombieDungeon] +zombieDungeonMaxSurfaceStaircaseLength = 20 +[betterDungeons.smallDungeon] +bannerMaxCount = 2 +chestMinCount = 1 +chestMaxCount = 2 +enableOreProps = true +[betterDungeons.smallNetherDungeon] +enabled = false +witherSkeletonsDropWitherSkulls = true +blazesDropBlazeRods = true +bannerMaxCount = 2 diff --git a/config/betterfortresses-fabric-1_20.toml b/config/betterfortresses-fabric-1_20.toml new file mode 100644 index 0000000..de34590 --- /dev/null +++ b/config/betterfortresses-fabric-1_20.toml @@ -0,0 +1,2 @@ +[general] +disableVanillaFortresses = true diff --git a/config/betterfortresses/README.txt b/config/betterfortresses/README.txt new file mode 100644 index 0000000..e413654 --- /dev/null +++ b/config/betterfortresses/README.txt @@ -0,0 +1,8 @@ +This directory is for a few additional options for YUNG's Better Nether Fortresses. +Options provided may vary by version. +This directory contains subdirectories for supported versions. The first time you run Better Nether Fortresses, a version subdirectory will be created if that version supports advanced options. +For example, the first time you use Better Nether Fortresses for MC 1.19.2 on Fabric, the 'fabric-1_19' subdirectory will be created in this folder. +If no subdirectory for your version is created, then that version probably does not support the additional options. +NOTE -- Most of this mod's config settings can be found in a config file outside this folder! +For example, on Fabric 1.19.2 the file is 'betterfortresses-fabric-1_19.toml'. +Also note that many of the structure's settings such as spawn rate & spawn conditions can only be modified via data pack. \ No newline at end of file diff --git a/config/betterfortresses/fabric-1_20/README.txt b/config/betterfortresses/fabric-1_20/README.txt new file mode 100644 index 0000000..b08a4e2 --- /dev/null +++ b/config/betterfortresses/fabric-1_20/README.txt @@ -0,0 +1,26 @@ +###################################### +# itemframes.json # +###################################### + This file contains ItemRandomizers describing the probability distribution of items in item frames. +Item frames only spawn in certain rooms and hallway pieces. +For information on ItemRandomizers, see the bottom of this README. +###################################### +# ItemRandomizers # +###################################### +Describes a set of items and the probability of each item being chosen. + - entries: An object where each entry's key is an item, and each value is that item's probability of being chosen. + The total sum of all probabilities SHOULD NOT exceed 1.0! + - defaultItem: The item used for any leftover probability ranges. + For example, if the total sum of all the probabilities of the entries is 0.6, then + there is a 0.4 chance of the defaultItem being selected. +Here's an example ItemRandomizer: +{ + "entries": { + "minecraft:cobblestone": 0.25, + "minecraft:air": 0.2, + "minecraft:stone_sword": 0.1 + }, + "defaultItem": "minecraft:iron_axe" +} +This randomizer has a 25% chance of returning cobblestone, 20% chance of choosing air, +10% chance of choosing a stone sword, and a 100 - (25 + 20 + 10) = 45% chance of choosing iron axe (since it's the default item). diff --git a/config/betterfortresses/fabric-1_20/itemframes.json b/config/betterfortresses/fabric-1_20/itemframes.json new file mode 100644 index 0000000..3187e21 --- /dev/null +++ b/config/betterfortresses/fabric-1_20/itemframes.json @@ -0,0 +1,48 @@ +{ + "weaponItems": { + "entries": { + "stone_sword": 0.025, + "shield": 0.025, + "golden_sword": 0.05, + "stone_axe": 0.025, + "netherite_sword": 0.005, + "golden_axe": 0.05, + "iron_axe": 0.025, + "iron_sword": 0.025 + }, + "defaultItem": "air" + }, + "lootItems": { + "entries": { + "gold_ingot": 0.1, + "nether_wart": 0.1, + "gold_nugget": 0.2 + }, + "defaultItem": "air" + }, + "studyItems": { + "entries": { + "writable_book": 0.1, + "enchanted_book": 0.1, + "paper": 0.1, + "book": 0.4 + }, + "defaultItem": "air" + }, + "messHallItems": { + "entries": { + "porkchop": 0.3, + "gold_ingot": 0.2, + "cooked_porkchop": 0.3 + }, + "defaultItem": "air" + }, + "alchemyItems": { + "entries": { + "fire_charge": 0.2, + "magma_cream": 0.3, + "quartz": 0.3 + }, + "defaultItem": "air" + } +} \ No newline at end of file diff --git a/config/betterjungletemples-fabric-1_20.toml b/config/betterjungletemples-fabric-1_20.toml new file mode 100644 index 0000000..64f7043 --- /dev/null +++ b/config/betterjungletemples-fabric-1_20.toml @@ -0,0 +1,2 @@ +[betterJungleTemples.general] +disableVanillaJungleTemples = true diff --git a/config/bettermineshafts-fabric-1_20.toml b/config/bettermineshafts-fabric-1_20.toml new file mode 100644 index 0000000..ab9e55e --- /dev/null +++ b/config/bettermineshafts-fabric-1_20.toml @@ -0,0 +1,28 @@ +minY = -55 +maxY = 30 +disableVanillaMineshafts = true + +[spawnRates] +lanternSpawnRate = 0.0067 +torchSpawnRate = 0.02 +workstationSpawnRate = 0.025 +workstationDungeonSpawnRate = 0.25 +smallShaftSpawnRate = 0.07 +cobwebSpawnRate = 0.15 +smallShaftChestMinecartSpawnRate = 0.00125 +mainShaftChestMinecartSpawnRate = 0.01 +smallShaftTntMinecartSpawnRate = 0.0024999999441206455 +mainShaftTntMinecartSpawnRate = 0.0024999999441206455 +zombieVillagerRoomSpawnChance = 2 +smallShaftPieceChainLength = 9 + +[ores] +enabled = true +cobble = 50 +coal = 20 +iron = 9 +redstone = 7 +gold = 7 +lapis = 3 +emerald = 3 +diamond = 1 diff --git a/config/betteroceanmonuments-fabric-1_20.toml b/config/betteroceanmonuments-fabric-1_20.toml new file mode 100644 index 0000000..ca08d83 --- /dev/null +++ b/config/betteroceanmonuments-fabric-1_20.toml @@ -0,0 +1,2 @@ +[general] +disableVanillaMonuments = true diff --git a/config/betterstrongholds-fabric-1_20.toml b/config/betterstrongholds-fabric-1_20.toml new file mode 100644 index 0000000..44379d7 --- /dev/null +++ b/config/betterstrongholds-fabric-1_20.toml @@ -0,0 +1,5 @@ +[betterStrongholds.general] +cobwebReplacementChanceNormal = 0.1 +cobwebReplacementChanceSpawner = 0.3 +torchSpawnRate = 0.1 +lanternSpawnRate = 0.2 diff --git a/config/betterstrongholds/README.txt b/config/betterstrongholds/README.txt new file mode 100644 index 0000000..f615276 --- /dev/null +++ b/config/betterstrongholds/README.txt @@ -0,0 +1,7 @@ +This directory is for a few additional options for YUNG's Better Strongholds. +Options provided may vary by version. +This directory contains subdirectories for supported versions. The first time you run Better Strongholds, a version subdirectory will be created if that version supports advanced options. +For example, the first time you use Better Strongholds for MC 1.16 on Forge, the 'forge-1_16' subdirectory will be created in this folder. +If no subdirectory for your version is created, then that version probably does not support the additional options. +NOTE -- MOST OPTIONS CAN BE FOUND IN A CONFIG FILE OUTSIDE THIS FOLDER! +For example, on Forge 1.16 the file is 'betterstrongholds-forge-1_16.toml'. \ No newline at end of file diff --git a/config/betterstrongholds/fabric-1_20/README.txt b/config/betterstrongholds/fabric-1_20/README.txt new file mode 100644 index 0000000..c2c30b2 --- /dev/null +++ b/config/betterstrongholds/fabric-1_20/README.txt @@ -0,0 +1,49 @@ +###################################### +# ores.json # +###################################### + This file contains a BlockSetSelector (see below) describing the probability of a given ore being chosen. +These probabilities are used in treasure rooms in the stronghold, in which +piles of ore have a chance of spawning. +For information on BlockSetSelectors, see the bottom of this README. +###################################### +# rareblocks.json # +###################################### + This file contains a BlockSetSelector describing the probability of a given block being chosen. +These probabilities are used in grand libraries, in which +two rare blocks will spawn. +For information on BlockSetSelectors, see the bottom of this README. +###################################### +# armorstands.json # +###################################### + This file contains ItemSetSelectors describing the probability distribution of armor on armor stands. +Common armor stands spawn in Armoury rooms, while Rare ones are only available in the rare Commander rooms. +For information on ItemSetSelectors, see the bottom of this README. +###################################### +# itemframes.json # +###################################### + This file contains ItemSetSelectors describing the probability distribution of items in item frames. +Item frames only spawn in storage rooms and armoury rooms. +For information on ItemSetSelectors, see the bottom of this README. +###################################### +# BlockSetSelectors # +###################################### +Describes a set of blockstates and the probability of each blockstate being chosen. + - entries: An object where each entry's key is a blockstate, and each value is that blockstate's probability of being chosen. + The total sum of all probabilities SHOULD NOT exceed 1.0! + - defaultBlock: The blockstate used for any leftover probability ranges. + For example, if the total sum of all the probabilities of the entries is 0.6, then + there is a 0.4 chance of the defaultBlock being selected. +Here's an example block selector: +"entries": { + "minecraft:cobblestone": 0.25, + "minecraft:air": 0.2, + "minecraft:stone_bricks": 0.1 +}, +"defaultBlock": "minecraft:oak_planks" +For each block, this selector has a 25% chance of returning cobblestone, 20% chance of choosing air, +10% chance of choosing stone bricks, and a 100 - (25 + 20 + 10) = 45% chance of choosing oak planks (since it's the default block). +###################################### +# ItemSetSelectors # +###################################### +Describes a set of items and the probability of each item being chosen. +Works the same as BlockSetSelectors, but with items instead of blockstates. diff --git a/config/betterstrongholds/fabric-1_20/armorstands.json b/config/betterstrongholds/fabric-1_20/armorstands.json new file mode 100644 index 0000000..2ae5892 --- /dev/null +++ b/config/betterstrongholds/fabric-1_20/armorstands.json @@ -0,0 +1,60 @@ +{ + "commonHelmets": { + "entries": { + "leather_helmet": 0.1, + "chainmail_helmet": 0.3, + "carved_pumpkin": 0.01, + "iron_helmet": 0.3 + }, + "defaultItem": "air" + }, + "rareHelmets": { + "entries": { + "diamond_helmet": 0.3, + "carved_pumpkin": 0.2 + }, + "defaultItem": "air" + }, + "commonChestplates": { + "entries": { + "leather_chestplate": 0.1, + "iron_chestplate": 0.3, + "chainmail_chestplate": 0.3 + }, + "defaultItem": "air" + }, + "rareChestplates": { + "entries": { + "diamond_chestplate": 0.3 + }, + "defaultItem": "air" + }, + "commonLeggings": { + "entries": { + "iron_leggings": 0.3, + "chainmail_leggings": 0.3, + "leather_leggings": 0.1 + }, + "defaultItem": "air" + }, + "rareLeggings": { + "entries": { + "diamond_leggings": 0.3 + }, + "defaultItem": "air" + }, + "commonBoots": { + "entries": { + "chainmail_boots": 0.3, + "iron_boots": 0.3, + "leather_boots": 0.1 + }, + "defaultItem": "air" + }, + "rareBoots": { + "entries": { + "diamond_boots": 0.3 + }, + "defaultItem": "air" + } +} \ No newline at end of file diff --git a/config/betterstrongholds/fabric-1_20/itemframes.json b/config/betterstrongholds/fabric-1_20/itemframes.json new file mode 100644 index 0000000..8a4b724 --- /dev/null +++ b/config/betterstrongholds/fabric-1_20/itemframes.json @@ -0,0 +1,34 @@ +{ + "armouryItems": { + "entries": { + "stone_sword": 0.05, + "name_tag": 0.05, + "shield": 0.1, + "golden_sword": 0.05, + "stone_axe": 0.05, + "golden_axe": 0.05, + "iron_axe": 0.1, + "iron_sword": 0.1, + "bow": 0.1, + "arrow": 0.05 + }, + "defaultItem": "air" + }, + "storageItems": { + "entries": { + "lead": 0.05, + "map": 0.25, + "slime_ball": 0.05, + "melon_seeds": 0.025, + "beetroot_seeds": 0.025, + "rabbit_foot": 0.01, + "paper": 0.25, + "flint": 0.05, + "wheat_seeds": 0.025, + "pumpkin_seeds": 0.025, + "compass": 0.05, + "cake": 0.05 + }, + "defaultItem": "air" + } +} \ No newline at end of file diff --git a/config/betterstrongholds/fabric-1_20/ores.json b/config/betterstrongholds/fabric-1_20/ores.json new file mode 100644 index 0000000..dd84288 --- /dev/null +++ b/config/betterstrongholds/fabric-1_20/ores.json @@ -0,0 +1,14 @@ +{ + "oreChances": { + "entries": { + "minecraft:emerald_ore": 0.05, + "minecraft:lapis_ore": 0.15, + "minecraft:gold_ore": 0.2, + "minecraft:redstone_ore[lit=false]": 0.15, + "minecraft:coal_ore": 0.2, + "minecraft:diamond_ore": 0.05, + "minecraft:iron_ore": 0.2 + }, + "defaultBlock": "minecraft:coal_ore" + } +} \ No newline at end of file diff --git a/config/betterstrongholds/fabric-1_20/rareblocks.json b/config/betterstrongholds/fabric-1_20/rareblocks.json new file mode 100644 index 0000000..a4afe3a --- /dev/null +++ b/config/betterstrongholds/fabric-1_20/rareblocks.json @@ -0,0 +1,11 @@ +{ + "blockChances": { + "entries": { + "minecraft:gold_block": 0.3, + "minecraft:diamond_block": 0.1, + "minecraft:iron_block": 0.3, + "minecraft:quartz_block": 0.3 + }, + "defaultBlock": "minecraft:iron_block" + } +} \ No newline at end of file diff --git a/config/betterwitchhuts-fabric-1_20.toml b/config/betterwitchhuts-fabric-1_20.toml new file mode 100644 index 0000000..259e334 --- /dev/null +++ b/config/betterwitchhuts-fabric-1_20.toml @@ -0,0 +1,2 @@ +[general] +disableVanillaWitchHuts = true diff --git a/config/biomeswevegone/trades.json5 b/config/biomeswevegone/trades.json5 new file mode 100644 index 0000000..38f6ffb --- /dev/null +++ b/config/biomeswevegone/trades.json5 @@ -0,0 +1,6 @@ +{ + // Whether to enable BWG Villager Trades + "enable_trades": true, + // Whether to add BWG Villager Trades to Vanilla Villagers + "enable_vanilla_trade_additions": true, +} \ No newline at end of file diff --git a/config/biomeswevegone/world_generation.json5 b/config/biomeswevegone/world_generation.json5 new file mode 100644 index 0000000..9053237 --- /dev/null +++ b/config/biomeswevegone/world_generation.json5 @@ -0,0 +1,61 @@ +{ + // Which biomes are enabled, if disabled the biome will default to its vanilla counterpart for the given region + "enabled_biomes": { + "biomeswevegone:mojave_desert": true, + "biomeswevegone:white_mangrove_marshes": false, + "biomeswevegone:howling_peaks": true, + "biomeswevegone:fragment_jungle": true, + "biomeswevegone:maple_taiga": true, + "biomeswevegone:crag_gardens": true, + "biomeswevegone:overgrowth_woodlands": true, + "biomeswevegone:basalt_barrera": false, + "biomeswevegone:black_forest": true, + "biomeswevegone:crimson_tundra": false, + "biomeswevegone:rainbow_beach": true, + "biomeswevegone:rose_fields": false, + "biomeswevegone:firecracker_chaparral": true, + "biomeswevegone:eroded_borealis": false, + "biomeswevegone:araucaria_savanna": true, + "biomeswevegone:bayou": false, + "biomeswevegone:ironwood_gour": true, + "biomeswevegone:dacite_ridges": false, + "biomeswevegone:prairie": false, + "biomeswevegone:allium_shrubland": true, + "biomeswevegone:windswept_desert": false, + "biomeswevegone:atacama_outback": true, + "biomeswevegone:ebony_woods": true, + "biomeswevegone:enchanted_tangle": true, + "biomeswevegone:frosted_taiga": true, + "biomeswevegone:orchard": true, + "biomeswevegone:cika_woods": true, + "biomeswevegone:rugged_badlands": true, + "biomeswevegone:weeping_witch_forest": true, + "biomeswevegone:shattered_glacier": true, + "biomeswevegone:lush_stacks": false, + "biomeswevegone:dead_sea": false, + "biomeswevegone:baobab_savanna": true, + "biomeswevegone:jacaranda_jungle": true, + "biomeswevegone:aspen_boreal": true, + "biomeswevegone:sakura_grove": true, + "biomeswevegone:cypress_swamplands": true, + "biomeswevegone:dacite_shore": false, + "biomeswevegone:pumpkin_valley": false, + "biomeswevegone:amaranth_grassland": true, + "biomeswevegone:sierra_badlands": true, + "biomeswevegone:canadian_shield": true, + "biomeswevegone:zelkova_forest": true, + "biomeswevegone:coconino_meadow": true, + "biomeswevegone:forgotten_forest": true, + "biomeswevegone:skyrise_vale": true, + "biomeswevegone:redwood_thicket": true, + "biomeswevegone:tropical_rainforest": true, + "biomeswevegone:frosted_coniferous_forest": true, + "biomeswevegone:coniferous_forest": true, + "biomeswevegone:red_rock_valley": false, + "biomeswevegone:temperate_grove": true, + }, + // How much each BWG region weighs. This weight applies to all 3 BWG Regions + "region_weight": 3, + // Whether to add bwg flowers and features to Vanilla Biomes (Config Option for Fabric Only) + "vanilla_additions": true, +} \ No newline at end of file diff --git a/config/bluemap/core.conf b/config/bluemap/core.conf new file mode 100644 index 0000000..17b5f54 --- /dev/null +++ b/config/bluemap/core.conf @@ -0,0 +1,48 @@ +## ## +## BlueMap ## +## Core-Config ## +## ## + +# By changing the setting (accept-download) below to TRUE you are indicating that you have accepted mojang's EULA (https://account.mojang.com/documents/minecraft_eula), +# you confirm that you own a license to Minecraft (Java Edition) +# and you agree that BlueMap will download and use a minecraft-client file (depending on the minecraft-version) from mojangs servers (https://piston-meta.mojang.com/) for you. +# This file contains resources that belong to mojang and you must not redistribute it or do anything else that is not compliant with mojang's EULA. +# BlueMap uses resources in this file to generate the 3D-Models used for the map and texture them. (BlueMap will not work without those resources.) +# 2024-12-31T22:44:44 +accept-download: false + +# The folder where bluemap saves data-files it needs during runtime or to save e.g. the render-progress to resume it later. +# Default is "bluemap" +data: "bluemap" + +# This changes the amount of threads that BlueMap will use to render the maps. +# A higher value can improve render-speed but could impact performance on the host machine. +# This should be always below or equal to the number of available processor-cores. +# Zero or a negative value means the amount of available processor-cores subtracted by the value. +# (So a value of -2 with 6 cores results in 4 render-processes) +# Default is 1 +render-thread-count: 1 + +# Controls whether BlueMap should try to find and load mod-resources and datapacks from the server/world-directories. +# Default is true +scan-for-mod-resources: true + +# If this is true, BlueMap might send really basic metrics reports containing only the implementation-type and the version that is being used to https://metrics.bluecolored.de/bluemap/ +# This allows me to track the basic usage of BlueMap and helps me stay motivated to further develop this tool! Please leave it on :) +# An example report looks like this: {"implementation":"bukkit","version":"5.3","mcVersion":"?"} +# Default is true +metrics: true + +# Config-section for debug-logging +log: { + # The file where the debug-log will be written to. + # Comment out to disable debug-logging completely. + # Java String formatting syntax can be used to add time, see: https://docs.oracle.com/javase/8/docs/api/java/util/Formatter.html + # Default is no logging + file: "bluemap/logs/debug.log" + #file: "bluemap/logs/debug_%1$tF_%1$tT.log" + + # Whether the logger should append to an existing file, or overwrite it + # Default is false + append: false +} diff --git a/config/bluemap/maps/new_world.conf b/config/bluemap/maps/new_world.conf new file mode 100644 index 0000000..e97c2d8 --- /dev/null +++ b/config/bluemap/maps/new_world.conf @@ -0,0 +1,126 @@ +## ## +## BlueMap ## +## Map-Config ## +## ## + +# The path to the save-folder of the world to render. +# (If this is not defined (commented out or removed), the map will be only registered to the web-server and the web-app +# but not rendered or loaded by BlueMap. This can be used to display a map that has been rendered somewhere else.) +world: "saves/New World" + +# The dimension of the world. Can be "minecraft:overworld", "minecraft:the_nether", "minecraft:the_end" +# or any dimension-key introduced by a mod or datapack. +dimension: "minecraft:overworld" + +# The display-name of this map -> how this map will be named on the webapp. +# You can change this at any time. +# Default is the id of this map +name: "New World (overworld)" + +# A lower value makes the map sorted first (in lists and menus), a higher value makes it sorted later. +# The value needs to be an integer but it can be negative. +# You can change this at any time. +# Default is 0 +sorting: 0 + +# The position on the world where the map will be centered if you open it. +# You can change this at any time. +# This defaults to the world-spawn if you don't set it. +#start-pos: {x:500, z:-820} + +# The color of the sky as a hex-color +# You can change this at any time. +# Default is "#7dabff" +sky-color: "#7dabff" + +# The color of the void as a hex-color +# You can change this at any time. +# Default is "#000000" +void-color: "#000000" + +# Defines the ambient light-strength that every block is receiving, regardless of the sunlight/blocklight. +# 0 is no ambient light, 1 is fully lighted. +# You can change this at any time. +# Default is 0 +ambient-light: 0.1 + +# BlueMap tries to omit all blocks that are below this Y-level and are not visible from above-ground. +# More specific: Block-Faces that have a sunlight/skylight value of 0 are removed. +# This improves the performance of the map on slower devices by a lot, but might cause some blocks to disappear that should normally be visible. +# Changing this value requires a re-render of the map. +# Set to a very high value to remove caves everywhere (e.g. 10000) +# Set to a very low value to remove nothing and render all caves (e.g. -10000) +# Default is 55 (slightly below water-level) +remove-caves-below-y: 55 + +# This is the amount of blocks relative to the "ocean-floor" heightmap that the cave-detection will start at. +# Everything above that (heightmap-relative) y-level will not be removed. +# Comment or set to a very high value to disable using the ocean-floor heightmap for cave-detection. +# Changing this value requires a re-render of the map. +# Defaults to 10000 (disabled) +cave-detection-ocean-floor: -5 + +# With this value set to true, BlueMap also uses the block-light value (additionally to the sky-light) to "detect caves". +# (See: remove-caves-below-y) +# Changing this value requires a re-render of the map. +# Default is false +cave-detection-uses-block-light: false + +# With the below values you can limit the map-render. +# This can be used to ignore the nethers ceiling or render only a certain part of a world. +# If you change these values, bluemap automatically tries to update the map, +# including deleting map-tiles which are outside the new limits. +# Default is no min or max value (= infinite bounds) +#min-x: -4000 +#max-x: 4000 +#min-z: -4000 +#max-z: 4000 +#min-y: 50 +#max-y: 100 + +# The minimum "inhabitedTime" value that a chunk must have to be rendered. +# If you set this to a value greater than 0, bluemap will only render chunks that players have visited already. +# Default is 0 +min-inhabited-time: 0 + +# Using this, BlueMap pretends that every Block out of the defined render-bounds is AIR, +# this means you can see the blocks where the world is cut (instead of having a see-through/xray view). +# This has only an effect if you set some render-bounds above. +# Changing this value requires a re-render of the map. +# Default is true +render-edges: true + +# Whether the hires-layer will be saved to the storage. +# Disabling this will speed up rendering and reduce the size of the map-files a lot. +# But you will not be able to see the full 3d-models if you zoom in on the map. +# Changing this to false will not remove any existing tiles, existing tiles just won't get updated anymore. +# Changing this to true will require a re-render of the map. +# Default is true +save-hires-layer: true + +# This defines the storage-config that will be used to save this map. +# You can find your storage configs next to this config file in the 'storages'-folder. +# Changing this value requires a re-render of the map. The map in the old storage will not be deleted. +# Default is "file" +storage: "file" + +# Normally BlueMap detects if a chunk has not yet generated it's light-data and omits rendering those chunks. +# If this is set to true BlueMap will render Chunks even if there is no light-data! +# This can be useful for example if some mod prevents light-data from being saved correctly. +# However, this also has a few drawbacks: +# - For those chunks, every block will always be fully lit +# - Night-mode might not work correctly +# - Caves will always be rendered (ignoring the 'renderCaves' setting) +# Default is false +ignore-missing-light-data: false + +# Here you can define any static marker-sets with markers that should be displayed on the map. +# You can change this at any time. +# If you need dynamic markers, you can use any plugin that integrates with BlueMap's API. +# Here is a list: https://bluemap.bluecolored.de/community/3rdPartySupport.html +marker-sets: { + + # Please check out the wiki for information on how to configure this: + # https://bluemap.bluecolored.de/wiki/customization/Markers.html + +} diff --git a/config/bluemap/maps/new_world_solara_dimension_solarademension.conf b/config/bluemap/maps/new_world_solara_dimension_solarademension.conf new file mode 100644 index 0000000..d15077c --- /dev/null +++ b/config/bluemap/maps/new_world_solara_dimension_solarademension.conf @@ -0,0 +1,126 @@ +## ## +## BlueMap ## +## Map-Config ## +## ## + +# The path to the save-folder of the world to render. +# (If this is not defined (commented out or removed), the map will be only registered to the web-server and the web-app +# but not rendered or loaded by BlueMap. This can be used to display a map that has been rendered somewhere else.) +world: "saves/New World" + +# The dimension of the world. Can be "minecraft:overworld", "minecraft:the_nether", "minecraft:the_end" +# or any dimension-key introduced by a mod or datapack. +dimension: "solara_dimension:solarademension" + +# The display-name of this map -> how this map will be named on the webapp. +# You can change this at any time. +# Default is the id of this map +name: "New World (solara_dimension:solarademension)" + +# A lower value makes the map sorted first (in lists and menus), a higher value makes it sorted later. +# The value needs to be an integer but it can be negative. +# You can change this at any time. +# Default is 0 +sorting: 0 + +# The position on the world where the map will be centered if you open it. +# You can change this at any time. +# This defaults to the world-spawn if you don't set it. +#start-pos: {x:500, z:-820} + +# The color of the sky as a hex-color +# You can change this at any time. +# Default is "#7dabff" +sky-color: "#7dabff" + +# The color of the void as a hex-color +# You can change this at any time. +# Default is "#000000" +void-color: "#000000" + +# Defines the ambient light-strength that every block is receiving, regardless of the sunlight/blocklight. +# 0 is no ambient light, 1 is fully lighted. +# You can change this at any time. +# Default is 0 +ambient-light: 0.1 + +# BlueMap tries to omit all blocks that are below this Y-level and are not visible from above-ground. +# More specific: Block-Faces that have a sunlight/skylight value of 0 are removed. +# This improves the performance of the map on slower devices by a lot, but might cause some blocks to disappear that should normally be visible. +# Changing this value requires a re-render of the map. +# Set to a very high value to remove caves everywhere (e.g. 10000) +# Set to a very low value to remove nothing and render all caves (e.g. -10000) +# Default is 55 (slightly below water-level) +remove-caves-below-y: 55 + +# This is the amount of blocks relative to the "ocean-floor" heightmap that the cave-detection will start at. +# Everything above that (heightmap-relative) y-level will not be removed. +# Comment or set to a very high value to disable using the ocean-floor heightmap for cave-detection. +# Changing this value requires a re-render of the map. +# Defaults to 10000 (disabled) +cave-detection-ocean-floor: -5 + +# With this value set to true, BlueMap also uses the block-light value (additionally to the sky-light) to "detect caves". +# (See: remove-caves-below-y) +# Changing this value requires a re-render of the map. +# Default is false +cave-detection-uses-block-light: false + +# With the below values you can limit the map-render. +# This can be used to ignore the nethers ceiling or render only a certain part of a world. +# If you change these values, bluemap automatically tries to update the map, +# including deleting map-tiles which are outside the new limits. +# Default is no min or max value (= infinite bounds) +#min-x: -4000 +#max-x: 4000 +#min-z: -4000 +#max-z: 4000 +#min-y: 50 +#max-y: 100 + +# The minimum "inhabitedTime" value that a chunk must have to be rendered. +# If you set this to a value greater than 0, bluemap will only render chunks that players have visited already. +# Default is 0 +min-inhabited-time: 0 + +# Using this, BlueMap pretends that every Block out of the defined render-bounds is AIR, +# this means you can see the blocks where the world is cut (instead of having a see-through/xray view). +# This has only an effect if you set some render-bounds above. +# Changing this value requires a re-render of the map. +# Default is true +render-edges: true + +# Whether the hires-layer will be saved to the storage. +# Disabling this will speed up rendering and reduce the size of the map-files a lot. +# But you will not be able to see the full 3d-models if you zoom in on the map. +# Changing this to false will not remove any existing tiles, existing tiles just won't get updated anymore. +# Changing this to true will require a re-render of the map. +# Default is true +save-hires-layer: true + +# This defines the storage-config that will be used to save this map. +# You can find your storage configs next to this config file in the 'storages'-folder. +# Changing this value requires a re-render of the map. The map in the old storage will not be deleted. +# Default is "file" +storage: "file" + +# Normally BlueMap detects if a chunk has not yet generated it's light-data and omits rendering those chunks. +# If this is set to true BlueMap will render Chunks even if there is no light-data! +# This can be useful for example if some mod prevents light-data from being saved correctly. +# However, this also has a few drawbacks: +# - For those chunks, every block will always be fully lit +# - Night-mode might not work correctly +# - Caves will always be rendered (ignoring the 'renderCaves' setting) +# Default is false +ignore-missing-light-data: false + +# Here you can define any static marker-sets with markers that should be displayed on the map. +# You can change this at any time. +# If you need dynamic markers, you can use any plugin that integrates with BlueMap's API. +# Here is a list: https://bluemap.bluecolored.de/community/3rdPartySupport.html +marker-sets: { + + # Please check out the wiki for information on how to configure this: + # https://bluemap.bluecolored.de/wiki/customization/Markers.html + +} diff --git a/config/bluemap/maps/new_world_the_end.conf b/config/bluemap/maps/new_world_the_end.conf new file mode 100644 index 0000000..61ebd3c --- /dev/null +++ b/config/bluemap/maps/new_world_the_end.conf @@ -0,0 +1,126 @@ +## ## +## BlueMap ## +## Map-Config ## +## ## + +# The path to the save-folder of the world to render. +# (If this is not defined (commented out or removed), the map will be only registered to the web-server and the web-app +# but not rendered or loaded by BlueMap. This can be used to display a map that has been rendered somewhere else.) +world: "saves/New World" + +# The dimension of the world. Can be "minecraft:overworld", "minecraft:the_nether", "minecraft:the_end" +# or any dimension-key introduced by a mod or datapack. +dimension: "minecraft:the_end" + +# The display-name of this map -> how this map will be named on the webapp. +# You can change this at any time. +# Default is the id of this map +name: "New World (the_end)" + +# A lower value makes the map sorted first (in lists and menus), a higher value makes it sorted later. +# The value needs to be an integer but it can be negative. +# You can change this at any time. +# Default is 0 +sorting: 200 + +# The position on the world where the map will be centered if you open it. +# You can change this at any time. +# This defaults to the world-spawn if you don't set it. +#start-pos: {x:500, z:-820} + +# The color of the sky as a hex-color +# You can change this at any time. +# Default is "#7dabff" +sky-color: "#080010" + +# The color of the void as a hex-color +# You can change this at any time. +# Default is "#000000" +void-color: "#080010" + +# Defines the ambient light-strength that every block is receiving, regardless of the sunlight/blocklight. +# 0 is no ambient light, 1 is fully lighted. +# You can change this at any time. +# Default is 0 +ambient-light: 0.6 + +# BlueMap tries to omit all blocks that are below this Y-level and are not visible from above-ground. +# More specific: Block-Faces that have a sunlight/skylight value of 0 are removed. +# This improves the performance of the map on slower devices by a lot, but might cause some blocks to disappear that should normally be visible. +# Changing this value requires a re-render of the map. +# Set to a very high value to remove caves everywhere (e.g. 10000) +# Set to a very low value to remove nothing and render all caves (e.g. -10000) +# Default is 55 (slightly below water-level) +remove-caves-below-y: -10000 + +# This is the amount of blocks relative to the "ocean-floor" heightmap that the cave-detection will start at. +# Everything above that (heightmap-relative) y-level will not be removed. +# Comment or set to a very high value to disable using the ocean-floor heightmap for cave-detection. +# Changing this value requires a re-render of the map. +# Defaults to 10000 (disabled) +cave-detection-ocean-floor: -5 + +# With this value set to true, BlueMap also uses the block-light value (additionally to the sky-light) to "detect caves". +# (See: remove-caves-below-y) +# Changing this value requires a re-render of the map. +# Default is false +cave-detection-uses-block-light: false + +# With the below values you can limit the map-render. +# This can be used to ignore the nethers ceiling or render only a certain part of a world. +# If you change these values, bluemap automatically tries to update the map, +# including deleting map-tiles which are outside the new limits. +# Default is no min or max value (= infinite bounds) +#min-x: -4000 +#max-x: 4000 +#min-z: -4000 +#max-z: 4000 +#min-y: 50 +#max-y: 100 + +# The minimum "inhabitedTime" value that a chunk must have to be rendered. +# If you set this to a value greater than 0, bluemap will only render chunks that players have visited already. +# Default is 0 +min-inhabited-time: 0 + +# Using this, BlueMap pretends that every Block out of the defined render-bounds is AIR, +# this means you can see the blocks where the world is cut (instead of having a see-through/xray view). +# This has only an effect if you set some render-bounds above. +# Changing this value requires a re-render of the map. +# Default is true +render-edges: true + +# Whether the hires-layer will be saved to the storage. +# Disabling this will speed up rendering and reduce the size of the map-files a lot. +# But you will not be able to see the full 3d-models if you zoom in on the map. +# Changing this to false will not remove any existing tiles, existing tiles just won't get updated anymore. +# Changing this to true will require a re-render of the map. +# Default is true +save-hires-layer: true + +# This defines the storage-config that will be used to save this map. +# You can find your storage configs next to this config file in the 'storages'-folder. +# Changing this value requires a re-render of the map. The map in the old storage will not be deleted. +# Default is "file" +storage: "file" + +# Normally BlueMap detects if a chunk has not yet generated it's light-data and omits rendering those chunks. +# If this is set to true BlueMap will render Chunks even if there is no light-data! +# This can be useful for example if some mod prevents light-data from being saved correctly. +# However, this also has a few drawbacks: +# - For those chunks, every block will always be fully lit +# - Night-mode might not work correctly +# - Caves will always be rendered (ignoring the 'renderCaves' setting) +# Default is false +ignore-missing-light-data: false + +# Here you can define any static marker-sets with markers that should be displayed on the map. +# You can change this at any time. +# If you need dynamic markers, you can use any plugin that integrates with BlueMap's API. +# Here is a list: https://bluemap.bluecolored.de/community/3rdPartySupport.html +marker-sets: { + + # Please check out the wiki for information on how to configure this: + # https://bluemap.bluecolored.de/wiki/customization/Markers.html + +} diff --git a/config/bluemap/maps/new_world_the_nether.conf b/config/bluemap/maps/new_world_the_nether.conf new file mode 100644 index 0000000..c59ffcd --- /dev/null +++ b/config/bluemap/maps/new_world_the_nether.conf @@ -0,0 +1,126 @@ +## ## +## BlueMap ## +## Map-Config ## +## ## + +# The path to the save-folder of the world to render. +# (If this is not defined (commented out or removed), the map will be only registered to the web-server and the web-app +# but not rendered or loaded by BlueMap. This can be used to display a map that has been rendered somewhere else.) +world: "saves/New World" + +# The dimension of the world. Can be "minecraft:overworld", "minecraft:the_nether", "minecraft:the_end" +# or any dimension-key introduced by a mod or datapack. +dimension: "minecraft:the_nether" + +# The display-name of this map -> how this map will be named on the webapp. +# You can change this at any time. +# Default is the id of this map +name: "New World (the_nether)" + +# A lower value makes the map sorted first (in lists and menus), a higher value makes it sorted later. +# The value needs to be an integer but it can be negative. +# You can change this at any time. +# Default is 0 +sorting: 100 + +# The position on the world where the map will be centered if you open it. +# You can change this at any time. +# This defaults to the world-spawn if you don't set it. +#start-pos: {x:500, z:-820} + +# The color of the sky as a hex-color +# You can change this at any time. +# Default is "#7dabff" +sky-color: "#290000" + +# The color of the void as a hex-color +# You can change this at any time. +# Default is "#000000" +void-color: "#150000" + +# Defines the ambient light-strength that every block is receiving, regardless of the sunlight/blocklight. +# 0 is no ambient light, 1 is fully lighted. +# You can change this at any time. +# Default is 0 +ambient-light: 0.6 + +# BlueMap tries to omit all blocks that are below this Y-level and are not visible from above-ground. +# More specific: Block-Faces that have a sunlight/skylight value of 0 are removed. +# This improves the performance of the map on slower devices by a lot, but might cause some blocks to disappear that should normally be visible. +# Changing this value requires a re-render of the map. +# Set to a very high value to remove caves everywhere (e.g. 10000) +# Set to a very low value to remove nothing and render all caves (e.g. -10000) +# Default is 55 (slightly below water-level) +remove-caves-below-y: -10000 + +# This is the amount of blocks relative to the "ocean-floor" heightmap that the cave-detection will start at. +# Everything above that (heightmap-relative) y-level will not be removed. +# Comment or set to a very high value to disable using the ocean-floor heightmap for cave-detection. +# Changing this value requires a re-render of the map. +# Defaults to 10000 (disabled) +cave-detection-ocean-floor: -5 + +# With this value set to true, BlueMap also uses the block-light value (additionally to the sky-light) to "detect caves". +# (See: remove-caves-below-y) +# Changing this value requires a re-render of the map. +# Default is false +cave-detection-uses-block-light: false + +# With the below values you can limit the map-render. +# This can be used to ignore the nethers ceiling or render only a certain part of a world. +# If you change these values, bluemap automatically tries to update the map, +# including deleting map-tiles which are outside the new limits. +# Default is no min or max value (= infinite bounds) +#min-x: -4000 +#max-x: 4000 +#min-z: -4000 +#max-z: 4000 +#min-y: 50 +max-y: 90 + +# The minimum "inhabitedTime" value that a chunk must have to be rendered. +# If you set this to a value greater than 0, bluemap will only render chunks that players have visited already. +# Default is 0 +min-inhabited-time: 0 + +# Using this, BlueMap pretends that every Block out of the defined render-bounds is AIR, +# this means you can see the blocks where the world is cut (instead of having a see-through/xray view). +# This has only an effect if you set some render-bounds above. +# Changing this value requires a re-render of the map. +# Default is true +render-edges: true + +# Whether the hires-layer will be saved to the storage. +# Disabling this will speed up rendering and reduce the size of the map-files a lot. +# But you will not be able to see the full 3d-models if you zoom in on the map. +# Changing this to false will not remove any existing tiles, existing tiles just won't get updated anymore. +# Changing this to true will require a re-render of the map. +# Default is true +save-hires-layer: true + +# This defines the storage-config that will be used to save this map. +# You can find your storage configs next to this config file in the 'storages'-folder. +# Changing this value requires a re-render of the map. The map in the old storage will not be deleted. +# Default is "file" +storage: "file" + +# Normally BlueMap detects if a chunk has not yet generated it's light-data and omits rendering those chunks. +# If this is set to true BlueMap will render Chunks even if there is no light-data! +# This can be useful for example if some mod prevents light-data from being saved correctly. +# However, this also has a few drawbacks: +# - For those chunks, every block will always be fully lit +# - Night-mode might not work correctly +# - Caves will always be rendered (ignoring the 'renderCaves' setting) +# Default is false +ignore-missing-light-data: false + +# Here you can define any static marker-sets with markers that should be displayed on the map. +# You can change this at any time. +# If you need dynamic markers, you can use any plugin that integrates with BlueMap's API. +# Here is a list: https://bluemap.bluecolored.de/community/3rdPartySupport.html +marker-sets: { + + # Please check out the wiki for information on how to configure this: + # https://bluemap.bluecolored.de/wiki/customization/Markers.html + +} diff --git a/config/bluemap/plugin.conf b/config/bluemap/plugin.conf new file mode 100644 index 0000000..39d0a82 --- /dev/null +++ b/config/bluemap/plugin.conf @@ -0,0 +1,72 @@ +## ## +## BlueMap ## +## Plugin-Config ## +## ## + +# If the server should send player-positions to the webapp. +# This only works if the integrated webserver is enabled. +# Default is true +live-player-markers: true + +# A list of gamemodes that will prevent a player from appearing on the map. +# Possible values are: survival, creative, spectator, adventure +hidden-game-modes: [ + "spectator" +] + +# If this is true, players that are vanished (by a plugin) will be hidden on the map. +# (This only works with Spigot and Sponge based vanish-plugins) +# Default is true +hide-vanished: true + +# If this is true, players that have an invisibility (potion-)effect will be hidden on the map. +# Default is true +hide-invisible: true + +# If this is true, players that are sneaking will be hidden on the map. +# Default is false +hide-sneaking: false + +# Hides the player if they are in a sky or block-light level below the given number. +# BOTH values have to be below the threshold for the player to be hidden! +# E.g. if you set both to 1, then the player will be hidden on the map if they are in absolute darkness +# Or, if you want players only be visible on the surface you set the sky-threshold to something between 1 and 15 +# and the block-threshold to 16 +# Default is 0 (don't hide the player) +hide-below-sky-light: 0 +hide-below-block-light: 0 + +# If this is true, players that are on a different world than the viewed map will not appear on the player-list. +# Default is false +hide-different-world: false + +# The interval in seconds that the markers will be written to the map-storage. +# This is useful if you can't create a live-connection between the server and the webapp +# and the markers can only be updated via the map-storage. +# 0 or lower means that the markers will never be written to the map-storage. +# Default is 0 +#write-markers-interval: 10 + +# The interval in seconds that the players will be written to the map-storage. +# This is useful if you can't create a live-connection between the server and the webapp +# and the players can only be updated via the map-storage. +# 0 or lower means that the players will never be written to the map-storage. +# Default is 0 +#write-players-interval: 3 + +# Download the skin from mojang-serves when a player joins your server, so it can be used for the player-markers. +# Default is true +skin-download: true + +# The amount of players that is needed to pause BlueMap's render-threads. +# -> If this amount of players or more is online, bluemap will stop rendering map-updates until enough players +# have logged off again +# Setting this to 0 or -1 will disable this feature -> bluemap will not pause rendering +# Default is -1 +player-render-limit: -1 + +# The interval in minutes in which a full map-update will be triggered. +# This is ADDITIONALLY to the normal map-update process (in case that fails to detect any file-changes). +# ! This DOESN'T re-render the entire map each time, it only checks if there are some changes that have not been rendered yet! +# Default is 1440 (24 hours) +full-update-interval: 1440 diff --git a/config/bluemap/storages/file.conf b/config/bluemap/storages/file.conf new file mode 100644 index 0000000..1a54413 --- /dev/null +++ b/config/bluemap/storages/file.conf @@ -0,0 +1,22 @@ +## ## +## BlueMap ## +## Storage-Config ## +## ## + +# The storage-type of this storage. +# Depending on this setting, different config-entries are allowed/expected in this config file. +# Don't change this value! (If you want a different storage-type, check out the other example-configs) +storage-type: file + +# The path to the folder on your file-system where bluemap will save the rendered map +# The default is: "bluemap/web/maps" +root: "bluemap/web/maps" + +# The compression-type that bluemap will use to compress generated map-data. +# Available compression-types are: +# - gzip +# - zstd +# - deflate +# - none +# The default is: gzip +compression: gzip diff --git a/config/bluemap/storages/sql.conf b/config/bluemap/storages/sql.conf new file mode 100644 index 0000000..e877624 --- /dev/null +++ b/config/bluemap/storages/sql.conf @@ -0,0 +1,47 @@ +## ## +## BlueMap ## +## Storage-Config ## +## ## + +# The storage-type of this storage. +# Depending on this setting, different config-entries are allowed/expected in this config file. +# Don't change this value! (If you want a different storage-type, check out the other example-configs) +storage-type: sql + +# The JDBC-Connection URL that is used to connect to the database. +# The format for this url is usually something like: jdbc:[driver]://[host]:[port]/[database] +# The exact format of the url is determined by the JDBC-Driver you are using. +connection-url: "jdbc:mysql://localhost:3306/bluemap?permitMysqlScheme" + +# You can set any additional (JDBC-Driver-specific) properties here +# Usually that's your db-user and password +connection-properties: { + user: "root", + password: "" +} + +# The maximum number of connections to the database that are allowed to be open at the same time. +# A negative number means unlimited. +# Default is: -1 +max-connections: -1 + +# This can be used to load a custom jdbc-driver from a .jar file. +# E.g. if your runtime-environment is not already providing the sql-driver you need, +# you could download the MariaDB JDBC-Connector from https://mariadb.com/downloads/connectors/connectors-data-access/java8-connector/ +# place it in the './bluemap' folder and use is like this: +#driver-jar: "bluemap/mariadb-java-client-3.0.7.jar" + +# This is the driver-class that bluemap will try to load and use. +# Check the documentation of the driver you are using if you don't know this. +# Leaving this commented means that bluemap automatically tries to find a suitable driver in your classpath. +# (If you added a custom driverJar above, you HAVE TO set the correct class name here) +#driver-class: "org.mariadb.jdbc.Driver" + +# The compression-type that bluemap will use to compress generated map-data. +# Available compression-types are: +# - gzip +# - zstd +# - deflate +# - none +# The default is: gzip +compression: gzip diff --git a/config/bluemap/webapp.conf b/config/bluemap/webapp.conf new file mode 100644 index 0000000..7e60254 --- /dev/null +++ b/config/bluemap/webapp.conf @@ -0,0 +1,71 @@ +## ## +## BlueMap ## +## Webapp-Config ## +## ## + +# With this setting you can disable the creation and updating of all web-app related files +# Default is true +enabled: true + +# The webroot where the web-application files will be created. +# Usually this should be set to the same directory like in the webserver.conf! +# Default is "bluemap/web" +webroot: "bluemap/web" + +# Whether the settings.json of the webapp should be updated/synchronized with the current bluemap settings. +# If this is set to "false", bluemap will only add maps to the settings.json but never remove unknown ones or update other settings. +# Disabling this is for example useful if you are running multiple bluemap instances on the same webroot and don't want them to overwrite each others maps. +# Default is true +update-settings-file: true + +# If the web-application should use cookies to save the configurations of a user. +# Default is true +use-cookies: true + +# If the free-flight-mode in the web-application is enabled or not. +# Default is true +enable-free-flight: true + +# If the webapp will default to flat-view instead of perspective-view. +# Default is false +default-to-flat-view: false + +# The default map and camera-location where a user will start after opening the webapp. +# This is in form of the url-anchor: Open your map in a browser and look at the url, everything after the '#' is the value for this setting. +# Default is "no anchor" -> The camera will start with the topmost map and at that map's starting point. +#start-location: "world:0:16:-32:390:0.1:0.19:0:0:perspective" + +# The minimum (closest) and maximum (furthest) distance (in blocks) that the camera can be from the ground +min-zoom-distance: 5 +max-zoom-distance: 100000 + +# The default value of the resolution (settings-menu) +# Possible values are: 0.5, 1, 2 +# Default is 1 +resolution-default: 1 + +# The min, max and default values of the hires render-distance slider (settings-menu) +# The values are in blocks. +# Default is max:500 default:100 and min:0 +hires-slider-max: 500 +hires-slider-default: 100 +hires-slider-min: 0 + +# The min, max and default values of the lowres render-distance slider (settings-menu) +# The values are in blocks. +# Default is max:7000 default:2000 and min:500 +lowres-slider-max: 7000 +lowres-slider-default: 2000 +lowres-slider-min: 500 + +# Here you can add URLs to custom scripts (js) so they will be loaded by the webapp +# You can place them somewhere in bluemap's webroot and add the (relative) link here +scripts: [ + #"js/my-custom-script.js" +] + +# Here you can add URLs to custom styles (css) so they will be loaded by the webapp +# You can place them somewhere in bluemap's webroot and add the (relative) link here +styles: [ + #"css/my-custom-style.css" +] diff --git a/config/bluemap/webserver.conf b/config/bluemap/webserver.conf new file mode 100644 index 0000000..9972dd7 --- /dev/null +++ b/config/bluemap/webserver.conf @@ -0,0 +1,45 @@ +## ## +## BlueMap ## +## Webserver-Config ## +## ## + +# With this setting you can disable the integrated web-server. +# This is useful if you want to only render the map-data for later use, or if you setup your own webserver. +# Default is enabled +enabled: true + +# The webroot that the server will host to the web. +# Usually this should be set to the same directory like in the webapp.conf! +# Default is "bluemap/web" +webroot: "bluemap/web" + +# The port that the webserver listens to. +# Default is 8100 +port: 8100 + +# Config-section for webserver-activity logging +log: { + # The file where all the webserver-activity will be logged to. + # Comment out to disable the logging completely. + # Java String formatting syntax can be used to add time, see: https://docs.oracle.com/javase/8/docs/api/java/util/Formatter.html + # Default is no logging + file: "bluemap/logs/webserver.log" + #file: "bluemap/logs/webserver_%1$tF_%1$tT.log" + + # Whether the logger should append to an existing file, or overwrite it + # Default is false + append: false + + # The format of the webserver-acivity logs. + # The syntax is the java String formatting, see: https://docs.oracle.com/javase/8/docs/api/java/util/Formatter.html + # Possible Arguments: + # 1 - the source address (ignoring any xff headers) + # 2 - the source address (using the (leftmost) xff header if provided) + # 3 - the http-method of the request + # 4 - the full request-address + # 5 - the protocol version of the request + # 6 - the status-code of the response + # 7 - the status-message of the response + # Default is "%1$s \"%3$s %4$s %5$s\" %6$s %7$s" + format: "%1$s \"%3$s %4$s %5$s\" %6$s %7$s" +} diff --git a/config/bobby.conf b/config/bobby.conf new file mode 100644 index 0000000..b5a2af8 --- /dev/null +++ b/config/bobby.conf @@ -0,0 +1,31 @@ +# Delete regions from the cache when they have not been loaded for X days. +# +# The cache for a given world is cleaned up whenever you disconnect from the server. +# Entire worlds are cleaned up when the game starts and you have not visited them for X days. +# +# Set to -1 to disabled. +# Set to 0 to clean up everything after every disconnect. +delete-unused-regions-after-days=-1 +enabled=true +# Changes the maximum value configurable for Render Distance. +# +# Requires Sodium. +max-render-distance=128 +# Do not load block entities (e.g. chests) in fake chunks. +# These need updating every tick which can add up. +# +# Enabled by default because the render distance for block entities is usually smaller than the server-view distance anyway. +no-block-entities=true +# Reduces the light levels in fake chunks so you can tell the difference from real ones. +taint-fake-chunks=false +# Delays the unloading of chunks which are outside your view distance. +# Saves you from having to reload all chunks when leaving the area for a short moment (e.g. cut scenes). +# Does not work across dimensions. +unload-delay-secs=60 +# Overwrites the view-distance of the integrated server. +# This allows Bobby to be useful in Singleplayer. +# +# Disabled when at 0. +# Bobby is active in singleplayer only if this is enabled. +# Requires re-log to en-/disable. +view-distance-overwrite=0 diff --git a/config/boostedbrightness.json b/config/boostedbrightness.json new file mode 100644 index 0000000..ab35c7b --- /dev/null +++ b/config/boostedbrightness.json @@ -0,0 +1 @@ +{"min":-1.0,"max":12.0,"step":0.1,"selected":1,"last":2,"1":1.0,"2":12.0} \ No newline at end of file diff --git a/config/bountiful/bountiful.json b/config/bountiful/bountiful.json new file mode 100644 index 0000000..802ffa6 --- /dev/null +++ b/config/bountiful/bountiful.json @@ -0,0 +1,14 @@ +{ + "boardUpdateFrequency": 130, + "boardGenFrequency": 2, + "flatBonusTimePerBounty": 0, + "shouldBountiesHaveTimersAndExpire": true, + "dataPackExclusions": [ + "bounty_pools/bountiful/example_pool", + "bounty_pools/*/another_example", + "bounty_decrees/other/*" + ], + "objectiveModifier": 0, + "maxNumRewards": 1, + "showCompletionToast": true +} \ No newline at end of file diff --git a/config/camerapture.client.json b/config/camerapture.client.json new file mode 100644 index 0000000..354b115 --- /dev/null +++ b/config/camerapture.client.json @@ -0,0 +1,4 @@ +{ + "version": 1, + "cache_pictures": false +} \ No newline at end of file diff --git a/config/camerapture.server.json b/config/camerapture.server.json new file mode 100644 index 0000000..e800a72 --- /dev/null +++ b/config/camerapture.server.json @@ -0,0 +1,8 @@ +{ + "version": 3, + "max_image_bytes": 200000, + "max_image_resolution": 1280, + "ms_per_picture": 50, + "can_rotate_pictures": true, + "check_frame_position": false +} \ No newline at end of file diff --git a/config/capture_xp.json b/config/capture_xp.json new file mode 100644 index 0000000..ea990b6 --- /dev/null +++ b/config/capture_xp.json @@ -0,0 +1,3 @@ +{ + "multiplier": 1.0 +} \ No newline at end of file diff --git a/config/cardinal-components-api.properties b/config/cardinal-components-api.properties new file mode 100644 index 0000000..ed2a65f --- /dev/null +++ b/config/cardinal-components-api.properties @@ -0,0 +1,6 @@ +# If set to false, warnings will not get logged when a component fails to be resolved (typically due to mods being removed) +# Default value: true +log-deserialization-warnings = true + +# Internal value, do not edit or your changes may be arbitrarily reset +config-version = 1 diff --git a/config/carryon-client.json b/config/carryon-client.json new file mode 100644 index 0000000..044a29b --- /dev/null +++ b/config/carryon-client.json @@ -0,0 +1,12 @@ +{ + "//facePlayer": "If the front of the Tile Entities should face the player or should face outward", + "facePlayer": true, + "//renderArms": "Arms should render on sides when carrying. Set to false if you experience issues with mods that replace the player model (like MoBends, etc)", + "renderArms": true, + "//modelOverrides": "Model Overrides based on NBT or Meta. Advanced users only! Read about the format here: https://github.com/Tschipp/CarryOn/wiki/Model-Override-Config", + "modelOverrides": [ + "minecraft:redstone_wire->(item)minecraft:redstone", + "minecraft:bamboo_sapling->(block)minecraft:bamboo", + "minecraft:candle_cake->(block)minecraft:cake" + ] +} \ No newline at end of file diff --git a/config/carryon-common.json b/config/carryon-common.json new file mode 100644 index 0000000..16c5534 --- /dev/null +++ b/config/carryon-common.json @@ -0,0 +1,237 @@ +{ + "settings": { + "//settings": "General Settings", + "//maxDistance": "Maximum distance from where Blocks and Entities can be picked up", + "maxDistance": 4.0, + "//maxEntityWidth": "Max width of entities that can be picked up in survival mode", + "maxEntityWidth": 8, + "//maxEntityHeight": "Max height of entities that can be picked up in survival mode", + "maxEntityHeight": 8, + "//blockSlownessMultiplier": "Slowness multiplier for blocks", + "blockSlownessMultiplier": 1.0, + "//entitySlownessMultiplier": "Slowness multiplier for entities", + "entitySlownessMultiplier": 1.0, + "//maxEntityStackLimit": "Maximum stack limit for entities", + "maxEntityStackLimit": 10, + "//heavyTiles": "More complex Tile Entities slow down the player more", + "heavyTiles": true, + "//pickupAllBlocks": "Allow all blocks to be picked up, not just Tile Entites. White/Blacklist will still be respected.", + "pickupAllBlocks": false, + "//slownessInCreative": "Whether Blocks and Entities slow the creative player down when carried", + "slownessInCreative": true, + "//pickupHostileMobs": "Whether hostile mobs should be able to picked up in survival mode", + "pickupHostileMobs": false, + "//heavyEntities": "Larger Entities slow down the player more", + "heavyEntities": true, + "//allowBabies": "Allow babies to be carried even when adult mob is blacklisted (or not whitelisted)", + "allowBabies": false, + "//useWhitelistBlocks": "Use Whitelist instead of Blacklist for Blocks", + "useWhitelistBlocks": true, + "//useWhitelistEntities": "Use Whitelist instead of Blacklist for Entities", + "useWhitelistEntities": true, + "//useWhitelistStacking": "Use Whitelist instead of Blacklist for Stacking", + "useWhitelistStacking": false, + "//hitWhileCarrying": "Whether the player can hit blocks and entities while carrying or not", + "hitWhileCarrying": false, + "//dropCarriedWhenHit": "Whether the player drops the carried object when hit or not", + "dropCarriedWhenHit": false, + "//useScripts": "Use custom Pickup Scripts. Having this set to false, will not allow you to run scripts, but will increase your performance", + "useScripts": false, + "//stackableEntities": "Allows entities to be stacked on top of each other", + "stackableEntities": true, + "//entitySizeMattersStacking": "Whether entities' size matters when stacking or not. This means that larger entities cannot be stacked on smaller ones", + "entitySizeMattersStacking": true, + "//placementStateExceptions": "Usually all the block state information is retained when placing a block that was picked up. But some information is changed to a modified property, like rotation or orientation. In this list, add additional properties that should NOT be saved and instead be updated when placed. Format: modid:block[propertyname]. Note: You don't need to add an entry for every subtype of a same block. For example, we only add an entry for one type of slab, but the change is applied to all slabs.", + "placementStateExceptions": [ + "minecraft:chest[type]", + "minecraft:stone_button[face]", + "minecraft:vine[north,east,south,west,up]", + "minecraft:creeper_head[rotation]", + "minecraft:glow_lichen[north,east,south,west,up,down]", + "minecraft:oak_sign[rotation]", + "minecraft:oak_trapdoor[half]" + ], + "//pickupPlayers": "Whether Players can be picked up. Creative players can't be picked up in Survival Mode", + "pickupPlayers": true, + "//pickupUnbreakableBlocks": "Whether players in Survival Mode can pick up unbreakable blocks. Creative players always can.", + "pickupUnbreakableBlocks": false + }, + "whitelist": { + "//whitelist": "Whitelist. Read about the format here: https://github.com/Tschipp/CarryOn/wiki/Black---and-Whitelist-Config", + "//allowedEntities": "Entities that CAN be picked up (useWhitelistEntities must be true)", + "allowedEntities": [ + "minecraft:chest", + "minecraft:ender_chest", + "minecraft:trapped_chest", + "cobblemon:gilded_chest", + "cobblemon:*_gilded_chest", + "cobblemon:tradeable", + "cobblemon:pc" + ], + "//allowedBlocks": "Blocks that CAN be picked up (useWhitelistBlocks must be true)", + "allowedBlocks": [ + "minecraft:chest", + "minecraft:ender_chest", + "minecraft:trapped_chest", + "cobblemon:gilded_chest", + "cobblemon:*_gilded_chest", + "cobblemon:pc" + ], + "//allowedStacking": "Entities that CAN have other entities stacked on top of them (useWhitelistStacking must be true)", + "allowedStacking": [] + }, + "blacklist": { + "//blacklist": "Blacklist. Read about the format here: https://github.com/Tschipp/CarryOn/wiki/Black---and-Whitelist-Config", + "//forbiddenTiles": "Blocks that cannot be picked up", + "forbiddenTiles": [ + "#forge:immovable", + "#forge:relocation_not_supported", + "minecraft:end_portal", + "minecraft:piston_head", + "minecraft:end_gateway", + "minecraft:tall_grass", + "minecraft:large_fern", + "minecraft:peony", + "minecraft:rose_bush", + "minecraft:lilac", + "minecraft:sunflower", + "minecraft:*_bed", + "minecraft:*_door", + "minecraft:big_dripleaf_stem", + "minecraft:waterlily", + "minecraft:cake", + "minecraft:nether_portal", + "minecraft:tall_seagrass", + "animania:block_trough", + "animania:block_invisiblock", + "colossalchests:*", + "ic2:*", + "bigreactors:*", + "forestry:*", + "tconstruct:*", + "rustic:*", + "botania:*", + "astralsorcery:*", + "quark:colored_bed_*", + "immersiveengineering:*", + "embers:block_furnace", + "embers:ember_bore", + "embers:ember_activator", + "embers:mixer", + "embers:heat_coil", + "embers:large_tank", + "embers:crystal_cell", + "embers:alchemy_pedestal", + "embers:boiler", + "embers:combustor", + "embers:catalzyer", + "embers:field_chart", + "embers:inferno_forge", + "storagedrawers:framingtable", + "skyresources:*", + "lootbags:*", + "exsartagine:*", + "aquamunda:tank", + "opencomputers:*", + "malisisdoors:*", + "industrialforegoing:*", + "minecolonies:*", + "thaumcraft:pillar*", + "thaumcraft:infernal_furnace", + "thaumcraft:placeholder*", + "thaumcraft:infusion_matrix", + "thaumcraft:golem_builder", + "thaumcraft:thaumatorium*", + "magneticraft:oil_heater", + "magneticraft:solar_panel", + "magneticraft:steam_engine", + "magneticraft:shelving_unit", + "magneticraft:grinder", + "magneticraft:sieve", + "magneticraft:solar_tower", + "magneticraft:solar_mirror", + "magneticraft:container", + "magneticraft:pumpjack", + "magneticraft:solar_panel", + "magneticraft:refinery", + "magneticraft:oil_heater", + "magneticraft:hydraulic_press", + "magneticraft:multiblock_gap", + "refinedstorage:*", + "mcmultipart:*", + "enderstorage:*", + "betterstorage:*", + "practicallogistics2:*", + "wearablebackpacks:*", + "rftools:screen", + "rftools:creative_screen", + "create:*", + "magic_doorknob:*", + "iceandfire:*", + "ftbquests:*", + "waystones:*", + "contact:*", + "framedblocks:*", + "securitycraft:*", + "forgemultipartcbe:*", + "integrateddynamics:cable", + "mekanismgenerators:wind_generator", + "cookingforblockheads:cabinet", + "cookingforblockheads:corner", + "cookingforblockheads:counter", + "cookingforblockheads:oven", + "cookingforblockheads:toaster", + "cookingforblockheads:milk_jar", + "cookingforblockheads:cow_jar", + "cookingforblockheads:fruit_basket", + "cookingforblockheads:cooking_table", + "cookingforblockheads:fridge", + "cookingforblockheads:sink", + "powah:*", + "advancementtrophies:trophy", + "mekanismgenerators:heat_generator", + "mna:filler_block", + "minecraft:player_head" + ], + "//forbiddenEntities": "Entities that cannot be picked up", + "forbiddenEntities": [ + "minecraft:end_crystal", + "minecraft:ender_dragon", + "minecraft:ghast", + "minecraft:shulker", + "minecraft:leash_knot", + "minecraft:armor_stand", + "minecraft:item_frame", + "minecraft:painting", + "minecraft:shulker_bullet", + "animania:hamster", + "animania:ferret*", + "animania:hedgehog*", + "animania:cart", + "animania:wagon", + "mynko:*", + "pixelmon:*", + "mocreatures:*", + "quark:totem", + "vehicle:*", + "securitycraft:*", + "taterzens:npc", + "easy_npc:*", + "bodiesbodies:dead_body", + "minecraft:player_head", + "minecraft:interaction", + "beansbackpacks:*" + ], + "//forbiddenStacking": "Entities that cannot have other entities stacked on top of them", + "forbiddenStacking": [ + "minecraft:horse" + ] + }, + "customPickupConditions": { + "//customPickupConditions": "Custom Pickup Conditions. Read about the format here: https://github.com/Tschipp/CarryOn/wiki/Custom-Pickup-Condition-Config", + "//customPickupConditionsBlocks": "Custom Pickup Conditions for Blocks", + "customPickupConditionsBlocks": [], + "//customPickupConditionsEntities": "Custom Pickup Conditions for Entities", + "customPickupConditionsEntities": [] + } +} \ No newline at end of file diff --git a/config/chat_heads.json5 b/config/chat_heads.json5 new file mode 100644 index 0000000..5f8ee55 --- /dev/null +++ b/config/chat_heads.json5 @@ -0,0 +1,8 @@ +{ + "renderPosition": "BEFORE_LINE", + "offsetNonPlayerText": true, + "senderDetection": "UUID_AND_HEURISTIC", + "smartHeuristics": true, + "handleSystemMessages": true, + "nameAliases": { } +} \ No newline at end of file diff --git a/config/chromaworldborder.json b/config/chromaworldborder.json new file mode 100644 index 0000000..ef9b855 --- /dev/null +++ b/config/chromaworldborder.json @@ -0,0 +1,4 @@ +{ + "enabled": false, + "speed": 0.1 +} \ No newline at end of file diff --git a/config/chunky/config.json b/config/chunky/config.json new file mode 100644 index 0000000..b6d263f --- /dev/null +++ b/config/chunky/config.json @@ -0,0 +1,8 @@ +{ + "version": 2, + "language": "en", + "continueOnRestart": false, + "forceLoadExistingChunks": false, + "silent": false, + "updateInterval": 1 +} \ No newline at end of file diff --git a/config/chunky/tasks/minecraft/overworld.properties b/config/chunky/tasks/minecraft/overworld.properties new file mode 100644 index 0000000..f35e136 --- /dev/null +++ b/config/chunky/tasks/minecraft/overworld.properties @@ -0,0 +1,9 @@ +world=minecraft:overworld +cancelled=false +center-x=0.0 +center-z=0.0 +radius=2000.0 +shape=square +pattern=region +chunks=4379 +time=210054 diff --git a/config/cobbled_counter.json b/config/cobbled_counter.json new file mode 100644 index 0000000..1d36cd8 --- /dev/null +++ b/config/cobbled_counter.json @@ -0,0 +1,6 @@ +{ + "debug": false, + "broadcastKosToPlayer": true, + "broadcastCapturesToPlayer": true, + "broadcastEncountersToPlayer": true +} \ No newline at end of file diff --git a/config/cobbledex/rewards.json b/config/cobbledex/rewards.json new file mode 100644 index 0000000..931b2f3 --- /dev/null +++ b/config/cobbledex/rewards.json @@ -0,0 +1,3802 @@ +{ + "rewards": [ + { + "id": "1", + "pokemonCaught": 1, + "itemId": "cobblemon:master_ball", + "quantity": 1 + }, + { + "id": "2", + "pokemonCaught": 2, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "3", + "pokemonCaught": 3, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "4", + "pokemonCaught": 4, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "5", + "pokemonCaught": 5, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "6", + "pokemonCaught": 6, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "7", + "pokemonCaught": 7, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "8", + "pokemonCaught": 8, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "9", + "pokemonCaught": 9, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "10", + "pokemonCaught": 10, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 1 + }, + { + "id": "11", + "pokemonCaught": 11, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "12", + "pokemonCaught": 12, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "13", + "pokemonCaught": 13, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "14", + "pokemonCaught": 14, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "15", + "pokemonCaught": 15, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "16", + "pokemonCaught": 16, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "17", + "pokemonCaught": 17, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "18", + "pokemonCaught": 18, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "19", + "pokemonCaught": 19, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "20", + "pokemonCaught": 20, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 1 + }, + { + "id": "21", + "pokemonCaught": 21, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "22", + "pokemonCaught": 22, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "23", + "pokemonCaught": 23, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "24", + "pokemonCaught": 24, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "25", + "pokemonCaught": 25, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "26", + "pokemonCaught": 26, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "27", + "pokemonCaught": 27, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "28", + "pokemonCaught": 28, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "29", + "pokemonCaught": 29, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "30", + "pokemonCaught": 30, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 1 + }, + { + "id": "31", + "pokemonCaught": 31, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "32", + "pokemonCaught": 32, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "33", + "pokemonCaught": 33, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "34", + "pokemonCaught": 34, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "35", + "pokemonCaught": 35, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "36", + "pokemonCaught": 36, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "37", + "pokemonCaught": 37, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "38", + "pokemonCaught": 38, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "39", + "pokemonCaught": 39, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "40", + "pokemonCaught": 40, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 1 + }, + { + "id": "41", + "pokemonCaught": 41, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "42", + "pokemonCaught": 42, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "43", + "pokemonCaught": 43, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "44", + "pokemonCaught": 44, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "45", + "pokemonCaught": 45, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "46", + "pokemonCaught": 46, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "47", + "pokemonCaught": 47, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "48", + "pokemonCaught": 48, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "49", + "pokemonCaught": 49, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "50", + "pokemonCaught": 50, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 1 + }, + { + "id": "51", + "pokemonCaught": 51, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "52", + "pokemonCaught": 52, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "53", + "pokemonCaught": 53, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "54", + "pokemonCaught": 54, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "55", + "pokemonCaught": 55, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "56", + "pokemonCaught": 56, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "57", + "pokemonCaught": 57, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "58", + "pokemonCaught": 58, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "59", + "pokemonCaught": 59, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "60", + "pokemonCaught": 60, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 1 + }, + { + "id": "61", + "pokemonCaught": 61, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "62", + "pokemonCaught": 62, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "63", + "pokemonCaught": 63, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "64", + "pokemonCaught": 64, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "65", + "pokemonCaught": 65, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "66", + "pokemonCaught": 66, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "67", + "pokemonCaught": 67, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "68", + "pokemonCaught": 68, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "69", + "pokemonCaught": 69, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "70", + "pokemonCaught": 70, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 1 + }, + { + "id": "71", + "pokemonCaught": 71, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "72", + "pokemonCaught": 72, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "73", + "pokemonCaught": 73, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "74", + "pokemonCaught": 74, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "75", + "pokemonCaught": 75, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "76", + "pokemonCaught": 76, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "77", + "pokemonCaught": 77, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "78", + "pokemonCaught": 78, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "79", + "pokemonCaught": 79, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "80", + "pokemonCaught": 80, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 1 + }, + { + "id": "81", + "pokemonCaught": 81, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "82", + "pokemonCaught": 82, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "83", + "pokemonCaught": 83, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "84", + "pokemonCaught": 84, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "85", + "pokemonCaught": 85, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "86", + "pokemonCaught": 86, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "87", + "pokemonCaught": 87, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "88", + "pokemonCaught": 88, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "89", + "pokemonCaught": 89, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "90", + "pokemonCaught": 90, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 1 + }, + { + "id": "91", + "pokemonCaught": 91, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "92", + "pokemonCaught": 92, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "93", + "pokemonCaught": 93, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "94", + "pokemonCaught": 94, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "95", + "pokemonCaught": 95, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "96", + "pokemonCaught": 96, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "97", + "pokemonCaught": 97, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "98", + "pokemonCaught": 98, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "99", + "pokemonCaught": 99, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 10 + }, + { + "id": "100", + "pokemonCaught": 100, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "101", + "pokemonCaught": 101, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "102", + "pokemonCaught": 102, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "103", + "pokemonCaught": 103, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "104", + "pokemonCaught": 104, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "105", + "pokemonCaught": 105, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "106", + "pokemonCaught": 106, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "107", + "pokemonCaught": 107, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "108", + "pokemonCaught": 108, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "109", + "pokemonCaught": 109, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "110", + "pokemonCaught": 110, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 5 + }, + { + "id": "111", + "pokemonCaught": 111, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "112", + "pokemonCaught": 112, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "113", + "pokemonCaught": 113, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "114", + "pokemonCaught": 114, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "115", + "pokemonCaught": 115, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "116", + "pokemonCaught": 116, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "117", + "pokemonCaught": 117, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "118", + "pokemonCaught": 118, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "119", + "pokemonCaught": 119, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "120", + "pokemonCaught": 120, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 5 + }, + { + "id": "121", + "pokemonCaught": 21, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "122", + "pokemonCaught": 122, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "123", + "pokemonCaught": 123, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "124", + "pokemonCaught": 124, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "125", + "pokemonCaught": 125, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "126", + "pokemonCaught": 126, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "127", + "pokemonCaught": 127, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "128", + "pokemonCaught": 128, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "129", + "pokemonCaught": 129, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "130", + "pokemonCaught": 130, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 5 + }, + { + "id": "131", + "pokemonCaught": 131, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "132", + "pokemonCaught": 132, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "133", + "pokemonCaught": 133, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "134", + "pokemonCaught": 134, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "135", + "pokemonCaught": 135, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "136", + "pokemonCaught": 136, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "137", + "pokemonCaught": 137, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "138", + "pokemonCaught": 138, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "139", + "pokemonCaught": 139, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "140", + "pokemonCaught": 140, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 5 + }, + { + "id": "141", + "pokemonCaught": 141, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "142", + "pokemonCaught": 142, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "143", + "pokemonCaught": 143, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "144", + "pokemonCaught": 144, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "145", + "pokemonCaught": 145, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "146", + "pokemonCaught": 146, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "147", + "pokemonCaught": 147, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "148", + "pokemonCaught": 148, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "149", + "pokemonCaught": 149, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "150", + "pokemonCaught": 150, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 5 + }, + { + "id": "151", + "pokemonCaught": 151, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "152", + "pokemonCaught": 152, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "153", + "pokemonCaught": 153, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "154", + "pokemonCaught": 154, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "155", + "pokemonCaught": 155, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "156", + "pokemonCaught": 156, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "157", + "pokemonCaught": 157, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "158", + "pokemonCaught": 158, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "159", + "pokemonCaught": 159, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "160", + "pokemonCaught": 160, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 5 + }, + { + "id": "161", + "pokemonCaught": 161, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "162", + "pokemonCaught": 162, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "163", + "pokemonCaught": 163, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "164", + "pokemonCaught": 164, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "165", + "pokemonCaught": 165, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "166", + "pokemonCaught": 166, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "167", + "pokemonCaught": 167, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "168", + "pokemonCaught": 168, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "169", + "pokemonCaught": 169, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "170", + "pokemonCaught": 170, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 5 + }, + { + "id": "171", + "pokemonCaught": 171, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "172", + "pokemonCaught": 172, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "173", + "pokemonCaught": 173, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "174", + "pokemonCaught": 174, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "175", + "pokemonCaught": 175, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "176", + "pokemonCaught": 176, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "177", + "pokemonCaught": 177, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "178", + "pokemonCaught": 178, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "179", + "pokemonCaught": 179, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "180", + "pokemonCaught": 180, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 5 + }, + { + "id": "181", + "pokemonCaught": 181, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "182", + "pokemonCaught": 182, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "183", + "pokemonCaught": 183, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "184", + "pokemonCaught": 184, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "185", + "pokemonCaught": 185, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "186", + "pokemonCaught": 186, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "187", + "pokemonCaught": 187, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "188", + "pokemonCaught": 188, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "189", + "pokemonCaught": 189, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "190", + "pokemonCaught": 190, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 5 + }, + { + "id": "191", + "pokemonCaught": 191, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "192", + "pokemonCaught": 192, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "193", + "pokemonCaught": 193, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "194", + "pokemonCaught": 194, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "195", + "pokemonCaught": 195, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "196", + "pokemonCaught": 196, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "197", + "pokemonCaught": 197, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "198", + "pokemonCaught": 198, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "199", + "pokemonCaught": 199, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 30 + }, + { + "id": "200", + "pokemonCaught": 200, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "201", + "pokemonCaught": 201, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "202", + "pokemonCaught": 202, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "203", + "pokemonCaught": 203, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "204", + "pokemonCaught": 204, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "205", + "pokemonCaught": 205, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "206", + "pokemonCaught": 206, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "207", + "pokemonCaught": 207, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "208", + "pokemonCaught": 208, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "209", + "pokemonCaught": 209, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "210", + "pokemonCaught": 210, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 12 + }, + { + "id": "211", + "pokemonCaught": 211, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "212", + "pokemonCaught": 212, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "213", + "pokemonCaught": 213, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "214", + "pokemonCaught": 214, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "215", + "pokemonCaught": 215, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "216", + "pokemonCaught": 216, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "217", + "pokemonCaught": 217, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "218", + "pokemonCaught": 218, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "219", + "pokemonCaught": 219, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "220", + "pokemonCaught": 220, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 12 + }, + { + "id": "221", + "pokemonCaught": 221, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "222", + "pokemonCaught": 222, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "223", + "pokemonCaught": 223, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "224", + "pokemonCaught": 224, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "225", + "pokemonCaught": 225, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "226", + "pokemonCaught": 226, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "227", + "pokemonCaught": 227, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "228", + "pokemonCaught": 228, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "229", + "pokemonCaught": 229, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "230", + "pokemonCaught": 230, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 12 + }, + { + "id": "231", + "pokemonCaught": 231, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "232", + "pokemonCaught": 232, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "233", + "pokemonCaught": 233, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "234", + "pokemonCaught": 234, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "235", + "pokemonCaught": 235, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "236", + "pokemonCaught": 236, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "237", + "pokemonCaught": 237, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "238", + "pokemonCaught": 238, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "239", + "pokemonCaught": 239, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "240", + "pokemonCaught": 240, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 12 + }, + { + "id": "241", + "pokemonCaught": 241, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "242", + "pokemonCaught": 242, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "243", + "pokemonCaught": 243, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "244", + "pokemonCaught": 244, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "245", + "pokemonCaught": 245, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "246", + "pokemonCaught": 246, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "247", + "pokemonCaught": 247, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "248", + "pokemonCaught": 248, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "249", + "pokemonCaught": 249, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "250", + "pokemonCaught": 250, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 12 + }, + { + "id": "251", + "pokemonCaught": 251, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "252", + "pokemonCaught": 252, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "253", + "pokemonCaught": 253, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "254", + "pokemonCaught": 254, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "255", + "pokemonCaught": 255, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "256", + "pokemonCaught": 256, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "257", + "pokemonCaught": 257, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "258", + "pokemonCaught": 258, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "259", + "pokemonCaught": 259, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "260", + "pokemonCaught": 260, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 12 + }, + { + "id": "261", + "pokemonCaught": 261, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "262", + "pokemonCaught": 262, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "263", + "pokemonCaught": 263, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "264", + "pokemonCaught": 264, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "265", + "pokemonCaught": 265, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "266", + "pokemonCaught": 266, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "267", + "pokemonCaught": 267, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "268", + "pokemonCaught": 268, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "269", + "pokemonCaught": 269, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "270", + "pokemonCaught": 270, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 12 + }, + { + "id": "271", + "pokemonCaught": 271, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "272", + "pokemonCaught": 272, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "273", + "pokemonCaught": 273, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "274", + "pokemonCaught": 274, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "275", + "pokemonCaught": 275, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "276", + "pokemonCaught": 276, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "277", + "pokemonCaught": 277, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "278", + "pokemonCaught": 278, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "279", + "pokemonCaught": 279, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "280", + "pokemonCaught": 280, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 12 + }, + { + "id": "281", + "pokemonCaught": 281, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "282", + "pokemonCaught": 282, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "283", + "pokemonCaught": 283, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "284", + "pokemonCaught": 284, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "285", + "pokemonCaught": 285, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "286", + "pokemonCaught": 286, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "287", + "pokemonCaught": 287, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "288", + "pokemonCaught": 288, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "289", + "pokemonCaught": 289, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "290", + "pokemonCaught": 290, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 12 + }, + { + "id": "291", + "pokemonCaught": 291, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "292", + "pokemonCaught": 292, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "293", + "pokemonCaught": 293, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "294", + "pokemonCaught": 294, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "295", + "pokemonCaught": 295, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "296", + "pokemonCaught": 296, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "297", + "pokemonCaught": 297, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "298", + "pokemonCaught": 298, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "299", + "pokemonCaught": 299, + "itemId": "numismatic-overhaul:bronze_coin", + "quantity": 80 + }, + { + "id": "300", + "pokemonCaught": 300, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "301", + "pokemonCaught": 301, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "302", + "pokemonCaught": 302, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "303", + "pokemonCaught": 303, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "304", + "pokemonCaught": 304, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "305", + "pokemonCaught": 305, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "306", + "pokemonCaught": 306, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "307", + "pokemonCaught": 307, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "308", + "pokemonCaught": 308, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "309", + "pokemonCaught": 309, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "310", + "pokemonCaught": 310, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 20 + }, + { + "id": "311", + "pokemonCaught": 311, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "312", + "pokemonCaught": 312, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "313", + "pokemonCaught": 313, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "314", + "pokemonCaught": 314, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "315", + "pokemonCaught": 315, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "316", + "pokemonCaught": 316, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "317", + "pokemonCaught": 317, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "318", + "pokemonCaught": 318, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "319", + "pokemonCaught": 319, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "320", + "pokemonCaught": 320, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 20 + }, + { + "id": "321", + "pokemonCaught": 321, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "322", + "pokemonCaught": 322, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "323", + "pokemonCaught": 323, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "324", + "pokemonCaught": 324, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "325", + "pokemonCaught": 325, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "326", + "pokemonCaught": 326, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "327", + "pokemonCaught": 327, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "328", + "pokemonCaught": 328, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "329", + "pokemonCaught": 329, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "330", + "pokemonCaught": 330, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 20 + }, + { + "id": "331", + "pokemonCaught": 331, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "332", + "pokemonCaught": 332, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "333", + "pokemonCaught": 333, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "334", + "pokemonCaught": 334, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "335", + "pokemonCaught": 335, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "336", + "pokemonCaught": 336, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "337", + "pokemonCaught": 337, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "338", + "pokemonCaught": 338, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "339", + "pokemonCaught": 339, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "340", + "pokemonCaught": 340, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 20 + }, + { + "id": "341", + "pokemonCaught": 341, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "342", + "pokemonCaught": 342, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "343", + "pokemonCaught": 343, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "344", + "pokemonCaught": 344, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "345", + "pokemonCaught": 345, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "346", + "pokemonCaught": 346, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "347", + "pokemonCaught": 347, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "348", + "pokemonCaught": 348, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "349", + "pokemonCaught": 349, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "350", + "pokemonCaught": 350, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 20 + }, + { + "id": "351", + "pokemonCaught": 351, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "352", + "pokemonCaught": 352, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "353", + "pokemonCaught": 353, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "354", + "pokemonCaught": 354, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "355", + "pokemonCaught": 355, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "356", + "pokemonCaught": 356, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "357", + "pokemonCaught": 357, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "358", + "pokemonCaught": 358, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "359", + "pokemonCaught": 359, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "360", + "pokemonCaught": 360, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 20 + }, + { + "id": "361", + "pokemonCaught": 361, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "362", + "pokemonCaught": 362, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "363", + "pokemonCaught": 363, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "364", + "pokemonCaught": 364, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "365", + "pokemonCaught": 365, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "366", + "pokemonCaught": 366, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "367", + "pokemonCaught": 367, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "368", + "pokemonCaught": 368, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "369", + "pokemonCaught": 369, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "370", + "pokemonCaught": 370, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 20 + }, + { + "id": "371", + "pokemonCaught": 371, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "372", + "pokemonCaught": 372, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "373", + "pokemonCaught": 373, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "374", + "pokemonCaught": 374, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "375", + "pokemonCaught": 375, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "376", + "pokemonCaught": 376, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "377", + "pokemonCaught": 377, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "378", + "pokemonCaught": 378, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "379", + "pokemonCaught": 379, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "380", + "pokemonCaught": 380, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 20 + }, + { + "id": "381", + "pokemonCaught": 381, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "382", + "pokemonCaught": 382, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "383", + "pokemonCaught": 383, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "384", + "pokemonCaught": 384, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "385", + "pokemonCaught": 385, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "386", + "pokemonCaught": 386, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "387", + "pokemonCaught": 387, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "388", + "pokemonCaught": 388, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "389", + "pokemonCaught": 389, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "390", + "pokemonCaught": 390, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 20 + }, + { + "id": "391", + "pokemonCaught": 391, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "392", + "pokemonCaught": 392, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "393", + "pokemonCaught": 393, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "394", + "pokemonCaught": 394, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "395", + "pokemonCaught": 395, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "396", + "pokemonCaught": 396, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "397", + "pokemonCaught": 397, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "398", + "pokemonCaught": 398, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "399", + "pokemonCaught": 399, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 3 + }, + { + "id": "400", + "pokemonCaught": 400, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "401", + "pokemonCaught": 401, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "402", + "pokemonCaught": 402, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "403", + "pokemonCaught": 403, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "404", + "pokemonCaught": 404, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "405", + "pokemonCaught": 405, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "406", + "pokemonCaught": 406, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "407", + "pokemonCaught": 407, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "408", + "pokemonCaught": 408, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "409", + "pokemonCaught": 409, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "410", + "pokemonCaught": 410, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "411", + "pokemonCaught": 411, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "412", + "pokemonCaught": 412, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "413", + "pokemonCaught": 413, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "414", + "pokemonCaught": 414, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "415", + "pokemonCaught": 415, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "416", + "pokemonCaught": 416, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "417", + "pokemonCaught": 417, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "418", + "pokemonCaught": 418, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "419", + "pokemonCaught": 419, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "420", + "pokemonCaught": 420, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "421", + "pokemonCaught": 421, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "422", + "pokemonCaught": 422, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "423", + "pokemonCaught": 423, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "424", + "pokemonCaught": 424, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "425", + "pokemonCaught": 425, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "426", + "pokemonCaught": 426, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "427", + "pokemonCaught": 427, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "428", + "pokemonCaught": 428, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "429", + "pokemonCaught": 429, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "430", + "pokemonCaught": 430, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "431", + "pokemonCaught": 431, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "432", + "pokemonCaught": 432, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "433", + "pokemonCaught": 433, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "434", + "pokemonCaught": 434, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "435", + "pokemonCaught": 435, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "436", + "pokemonCaught": 436, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "437", + "pokemonCaught": 437, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "438", + "pokemonCaught": 438, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "439", + "pokemonCaught": 439, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "440", + "pokemonCaught": 440, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "441", + "pokemonCaught": 441, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "442", + "pokemonCaught": 442, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "443", + "pokemonCaught": 443, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "444", + "pokemonCaught": 444, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "445", + "pokemonCaught": 445, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "446", + "pokemonCaught": 446, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "447", + "pokemonCaught": 447, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "448", + "pokemonCaught": 448, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "449", + "pokemonCaught": 449, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "450", + "pokemonCaught": 450, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "451", + "pokemonCaught": 451, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "452", + "pokemonCaught": 452, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "453", + "pokemonCaught": 453, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "454", + "pokemonCaught": 454, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "455", + "pokemonCaught": 455, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "456", + "pokemonCaught": 456, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "457", + "pokemonCaught": 457, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "458", + "pokemonCaught": 458, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "459", + "pokemonCaught": 459, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "460", + "pokemonCaught": 460, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "461", + "pokemonCaught": 461, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "462", + "pokemonCaught": 462, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "463", + "pokemonCaught": 463, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "464", + "pokemonCaught": 464, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "465", + "pokemonCaught": 465, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "466", + "pokemonCaught": 466, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "467", + "pokemonCaught": 467, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "468", + "pokemonCaught": 468, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "469", + "pokemonCaught": 469, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "470", + "pokemonCaught": 470, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "471", + "pokemonCaught": 471, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "472", + "pokemonCaught": 472, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "473", + "pokemonCaught": 473, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "474", + "pokemonCaught": 474, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "475", + "pokemonCaught": 475, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "476", + "pokemonCaught": 476, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "477", + "pokemonCaught": 477, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "478", + "pokemonCaught": 478, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "479", + "pokemonCaught": 479, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "480", + "pokemonCaught": 480, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "481", + "pokemonCaught": 481, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "482", + "pokemonCaught": 482, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "483", + "pokemonCaught": 483, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "484", + "pokemonCaught": 484, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "485", + "pokemonCaught": 485, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "486", + "pokemonCaught": 486, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "487", + "pokemonCaught": 487, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "488", + "pokemonCaught": 488, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "489", + "pokemonCaught": 489, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "490", + "pokemonCaught": 490, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "491", + "pokemonCaught": 491, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "492", + "pokemonCaught": 492, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "493", + "pokemonCaught": 493, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "494", + "pokemonCaught": 494, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "495", + "pokemonCaught": 495, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "496", + "pokemonCaught": 496, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "497", + "pokemonCaught": 497, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "498", + "pokemonCaught": 498, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "499", + "pokemonCaught": 499, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 8 + }, + { + "id": "500", + "pokemonCaught": 500, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "501", + "pokemonCaught": 501, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "502", + "pokemonCaught": 502, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "503", + "pokemonCaught": 503, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "504", + "pokemonCaught": 504, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "505", + "pokemonCaught": 505, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "506", + "pokemonCaught": 506, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "507", + "pokemonCaught": 507, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "508", + "pokemonCaught": 508, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "509", + "pokemonCaught": 509, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "510", + "pokemonCaught": 510, + "itemId": "numismatic-overhaul:gold_coin", + "quantity": 2 + }, + { + "id": "511", + "pokemonCaught": 511, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "512", + "pokemonCaught": 512, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "513", + "pokemonCaught": 513, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "514", + "pokemonCaught": 514, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "515", + "pokemonCaught": 515, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "516", + "pokemonCaught": 516, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "517", + "pokemonCaught": 517, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "518", + "pokemonCaught": 518, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "519", + "pokemonCaught": 519, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "520", + "pokemonCaught": 520, + "itemId": "numismatic-overhaul:gold_coin", + "quantity": 2 + }, + { + "id": "521", + "pokemonCaught": 521, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "522", + "pokemonCaught": 522, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "523", + "pokemonCaught": 523, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "524", + "pokemonCaught": 524, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "525", + "pokemonCaught": 525, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "526", + "pokemonCaught": 526, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "527", + "pokemonCaught": 527, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "528", + "pokemonCaught": 528, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "529", + "pokemonCaught": 529, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "530", + "pokemonCaught": 530, + "itemId": "numismatic-overhaul:gold_coin", + "quantity": 2 + }, + { + "id": "531", + "pokemonCaught": 531, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "532", + "pokemonCaught": 532, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "533", + "pokemonCaught": 533, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "534", + "pokemonCaught": 534, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "535", + "pokemonCaught": 535, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "536", + "pokemonCaught": 536, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "537", + "pokemonCaught": 537, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "538", + "pokemonCaught": 538, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "539", + "pokemonCaught": 539, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "540", + "pokemonCaught": 540, + "itemId": "numismatic-overhaul:gold_coin", + "quantity": 2 + }, + { + "id": "541", + "pokemonCaught": 541, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "542", + "pokemonCaught": 542, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "543", + "pokemonCaught": 543, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "544", + "pokemonCaught": 544, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "545", + "pokemonCaught": 545, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "546", + "pokemonCaught": 546, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "547", + "pokemonCaught": 547, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "548", + "pokemonCaught": 548, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "549", + "pokemonCaught": 549, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "550", + "pokemonCaught": 550, + "itemId": "numismatic-overhaul:gold_coin", + "quantity": 2 + }, + { + "id": "551", + "pokemonCaught": 551, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "552", + "pokemonCaught": 552, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "553", + "pokemonCaught": 553, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "554", + "pokemonCaught": 554, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "555", + "pokemonCaught": 555, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "556", + "pokemonCaught": 556, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "557", + "pokemonCaught": 557, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "558", + "pokemonCaught": 558, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "559", + "pokemonCaught": 559, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "560", + "pokemonCaught": 560, + "itemId": "numismatic-overhaul:gold_coin", + "quantity": 2 + }, + { + "id": "561", + "pokemonCaught": 561, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "562", + "pokemonCaught": 562, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "563", + "pokemonCaught": 563, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "564", + "pokemonCaught": 564, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "565", + "pokemonCaught": 565, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "566", + "pokemonCaught": 566, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "567", + "pokemonCaught": 567, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "568", + "pokemonCaught": 568, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "569", + "pokemonCaught": 569, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "570", + "pokemonCaught": 570, + "itemId": "numismatic-overhaul:gold_coin", + "quantity": 2 + }, + { + "id": "571", + "pokemonCaught": 571, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "572", + "pokemonCaught": 572, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "573", + "pokemonCaught": 573, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "574", + "pokemonCaught": 574, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "575", + "pokemonCaught": 575, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "576", + "pokemonCaught": 576, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "577", + "pokemonCaught": 577, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "578", + "pokemonCaught": 578, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "579", + "pokemonCaught": 579, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "580", + "pokemonCaught": 580, + "itemId": "numismatic-overhaul:gold_coin", + "quantity": 2 + }, + { + "id": "581", + "pokemonCaught": 581, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "582", + "pokemonCaught": 582, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "583", + "pokemonCaught": 583, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "584", + "pokemonCaught": 584, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "585", + "pokemonCaught": 585, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "586", + "pokemonCaught": 586, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "587", + "pokemonCaught": 587, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "588", + "pokemonCaught": 588, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "589", + "pokemonCaught": 589, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "590", + "pokemonCaught": 590, + "itemId": "numismatic-overhaul:gold_coin", + "quantity": 2 + }, + { + "id": "591", + "pokemonCaught": 591, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "592", + "pokemonCaught": 592, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "593", + "pokemonCaught": 593, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "594", + "pokemonCaught": 594, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "595", + "pokemonCaught": 595, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "596", + "pokemonCaught": 596, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "597", + "pokemonCaught": 597, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "598", + "pokemonCaught": 598, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "599", + "pokemonCaught": 599, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 30 + }, + { + "id": "600", + "pokemonCaught": 100, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "601", + "pokemonCaught": 601, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "602", + "pokemonCaught": 602, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "603", + "pokemonCaught": 603, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "604", + "pokemonCaught": 604, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "605", + "pokemonCaught": 605, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "606", + "pokemonCaught": 606, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "607", + "pokemonCaught": 607, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "608", + "pokemonCaught": 608, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "609", + "pokemonCaught": 609, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "610", + "pokemonCaught": 610, + "itemId": "numismatic-overhaul:gold_coin", + "quantity": 3 + }, + { + "id": "611", + "pokemonCaught": 611, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "612", + "pokemonCaught": 612, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "613", + "pokemonCaught": 613, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "614", + "pokemonCaught": 614, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "615", + "pokemonCaught": 615, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "616", + "pokemonCaught": 616, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "617", + "pokemonCaught": 617, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "618", + "pokemonCaught": 618, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "619", + "pokemonCaught": 619, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "620", + "pokemonCaught": 620, + "itemId": "numismatic-overhaul:gold_coin", + "quantity": 3 + }, + { + "id": "621", + "pokemonCaught": 621, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "622", + "pokemonCaught": 622, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "623", + "pokemonCaught": 623, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "624", + "pokemonCaught": 624, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "625", + "pokemonCaught": 625, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "626", + "pokemonCaught": 626, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "627", + "pokemonCaught": 627, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "628", + "pokemonCaught": 628, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "629", + "pokemonCaught": 629, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "630", + "pokemonCaught": 630, + "itemId": "numismatic-overhaul:gold_coin", + "quantity": 3 + }, + { + "id": "631", + "pokemonCaught": 631, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "632", + "pokemonCaught": 632, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + }, + { + "id": "633", + "pokemonCaught": 633, + "itemId": "numismatic-overhaul:silver_coin", + "quantity": 50 + } + ] +} \ No newline at end of file diff --git a/config/cobbledex/settings.json b/config/cobbledex/settings.json new file mode 100644 index 0000000..583149b --- /dev/null +++ b/config/cobbledex/settings.json @@ -0,0 +1,18 @@ +{ + "CoopMode": false, + "GiveCobbledexItemOnStarterChosen": true, + "HowToFind_IsEnabled": true, + "HowToFind_NeedSeen": false, + "HowToFind_NeedCatch": false, + "ShowEvolutions_IsEnabled": true, + "ShowEvolutions_NeedSeen": false, + "ShowEvolutions_NeedCatch": false, + "ItemDrops_IsEnabled": true, + "ItemDrops_NeedSeen": false, + "ItemDrops_NeedCatch": false, + "Collection_NeedSeen": false, + "Collection_NeedCatch": false, + "Collection_DisableBlackSilhouette": false, + "CaughtRewards": true, + "lastSavedVersion": "1.1.0" +} \ No newline at end of file diff --git a/config/cobblemizer/cobblemizer.json b/config/cobblemizer/cobblemizer.json new file mode 100644 index 0000000..8f140fc --- /dev/null +++ b/config/cobblemizer/cobblemizer.json @@ -0,0 +1,106 @@ +{ + "friendshipTiers": [ + { + "name": "COMMON", + "increaseAmount": 5 + }, + { + "name": "UNCOMMON", + "increaseAmount": 10 + }, + { + "name": "RARE", + "increaseAmount": 20 + }, + { + "name": "EPIC", + "increaseAmount": 40 + }, + { + "name": "LEGENDARY", + "increaseAmount": 80 + }, + { + "name": "MAX", + "increaseAmount": 255 + } + ], + "EVTiers": [ + { + "name": "COMMON", + "increaseAmount": 10 + }, + { + "name": "UNCOMMON", + "increaseAmount": 20 + }, + { + "name": "RARE", + "increaseAmount": 40 + }, + { + "name": "EPIC", + "increaseAmount": 70 + }, + { + "name": "LEGENDARY", + "increaseAmount": 120 + }, + { + "name": "MAX", + "increaseAmount": 252 + } + ], + "IVTiers": [ + { + "name": "COMMON", + "increaseAmount": 1 + }, + { + "name": "UNCOMMON", + "increaseAmount": 2 + }, + { + "name": "RARE", + "increaseAmount": 4 + }, + { + "name": "EPIC", + "increaseAmount": 6 + }, + { + "name": "LEGENDARY", + "increaseAmount": 10 + }, + { + "name": "MAX", + "increaseAmount": 31 + } + ], + "LVLTiers": [ + { + "name": "COMMON", + "increaseAmount": 1 + }, + { + "name": "UNCOMMON", + "increaseAmount": 5 + }, + { + "name": "RARE", + "increaseAmount": 10 + }, + { + "name": "EPIC", + "increaseAmount": 15 + }, + { + "name": "LEGENDARY", + "increaseAmount": 25 + }, + { + "name": "MAX", + "increaseAmount": 100 + } + ] +} \ No newline at end of file diff --git a/config/cobblemizer/cobblemizer_config.properties b/config/cobblemizer/cobblemizer_config.properties new file mode 100644 index 0000000..bcf2e9c --- /dev/null +++ b/config/cobblemizer/cobblemizer_config.properties @@ -0,0 +1,6 @@ +#Cobblemizer Configuration +#Mon Dec 23 20:39:37 PST 2024 +FriendshipTiers=COMMON\:5, UNCOMMON\:10, RARE\:20, EPIC\:40, LEGENDARY\:80, MAX\:255 +IVTiers=COMMON\:1, UNCOMMON\:2, RARE\:4, EPIC\:6, LEGENDARY\:10, MAX\:31 +LVLTiers=COMMON\:1, UNCOMMON\:5, RARE\:10, EPIC\:15, LEGENDARY\:25, MAX\:100 +EVTiers=COMMON\:10, UNCOMMON\:20, RARE\:40, EPIC\:70, LEGENDARY\:120, MAX\:252 diff --git a/config/cobblemon/main.json b/config/cobblemon/main.json new file mode 100644 index 0000000..6b8e305 --- /dev/null +++ b/config/cobblemon/main.json @@ -0,0 +1,70 @@ +{ + "lastSavedVersion": "1.5.2", + "maxPokemonLevel": 100, + "maxPokemonFriendship": 255, + "announceDropItems": true, + "ambientPokemonCryTicks": 1080, + "defaultBoxCount": 30, + "pokemonSaveIntervalSeconds": 30, + "storageFormat": "nbt", + "preventCompletePartyDeposit": false, + "mongoDBConnectionString": "mongodb://localhost:27017", + "mongoDBDatabaseName": "cobblemon", + "maxVerticalCorrectionBlocks": 64, + "minimumLevelRangeMax": 10, + "enableSpawning": true, + "minimumDistanceBetweenEntities": 24.0, + "maxNearbyBlocksHorizontalRange": 4, + "maxNearbyBlocksVerticalRange": 2, + "maxVerticalSpace": 8, + "worldSliceDiameter": 8, + "worldSliceHeight": 16, + "ticksBetweenSpawnAttempts": 40.0, + "minimumSliceDistanceFromPlayer": 16.0, + "maximumSliceDistanceFromPlayer": 128.0, + "exportSpawnConfig": true, + "savePokemonToWorld": true, + "exportStarterConfig": true, + "autoUpdateShowdown": true, + "defaultFleeDistance": 24.0, + "allowExperienceFromPvP": true, + "experienceShareMultiplier": 0.5, + "luckyEggMultiplier": 1.5, + "allowSpectating": true, + "experienceMultiplier": 2.0, + "pokemonPerChunk": 1.0, + "passiveStatuses": { + "cobblemon:poison": "180-300", + "cobblemon:poisonbadly": "180-300", + "cobblemon:paralysis": "180-300", + "cobblemon:frozen": "180-300", + "cobblemon:sleep": "180-300", + "cobblemon:burn": "180-300" + }, + "infiniteHealerCharge": false, + "maxHealerCharge": 6.0, + "chargeGainedPerTick": 3.33333E-4, + "defaultFaintTimer": 300, + "faintAwakenHealthPercent": 0.2, + "healPercent": 0.05, + "healTimer": 60, + "baseApricornTreeGenerationChance": 0.2, + "ninjaskCreatesShedinja": true, + "displayEntityLevelLabel": true, + "shinyRate": 2048.0, + "captureCalculator": "cobblemon", + "playerDamagePokemon": true, + "appleLeftoversChance": 0.025, + "maxRootsInArea": 5, + "bigRootPropagationChance": 0.1, + "energyRootChance": 0.25, + "maxDynamaxLevel": 10, + "teraTypeRate": 20.0, + "defaultPasturedPokemonLimit": 16, + "pastureBlockUpdateTicks": 40, + "pastureMaxWanderDistance": 64, + "pastureMaxPerChunk": 8.0, + "maxInsertedFossilItems": 2, + "walkingInBattleAnimations": false, + "enableDebugKeys": false +} \ No newline at end of file diff --git a/config/cobblemon/spawning/best-spawner-config.json b/config/cobblemon/spawning/best-spawner-config.json new file mode 100644 index 0000000..5985648 --- /dev/null +++ b/config/cobblemon/spawning/best-spawner-config.json @@ -0,0 +1,27 @@ +{ + "version": 1, + "replaceWithNewVersion": true, + "contextWeights": { + "grounded": 1.0, + "submerged": 0.95, + "surface": 0.05 + }, + "buckets": [ + { + "name": "common", + "weight": 94.4 + }, + { + "name": "uncommon", + "weight": 5 + }, + { + "name": "rare", + "weight": 0.5 + }, + { + "name": "ultra-rare", + "weight": 0.1 + } + ] +} diff --git a/config/cobblemon/starters.json b/config/cobblemon/starters.json new file mode 100644 index 0000000..71162a0 --- /dev/null +++ b/config/cobblemon/starters.json @@ -0,0 +1,111 @@ +{ + "allowStarterOnJoin": true, + "promptStarterOnceOnly": true, + "starters": [ + { + "name": "Kanto", + "displayName": "cobblemon.starterselection.category.kanto", + "pokemon": [ + "Bulbasaur level=5", + "Charmander level=5", + "Squirtle level=5" + ] + }, + { + "name": "Johto", + "displayName": "cobblemon.starterselection.category.johto", + "pokemon": [ + "Chikorita level=5", + "Cyndaquil level=5", + "Totodile level=5" + ] + }, + { + "name": "Hoenn", + "displayName": "cobblemon.starterselection.category.hoenn", + "pokemon": [ + "Treecko level=5", + "Torchic level=5", + "Mudkip level=5" + ] + }, + { + "name": "Sinnoh", + "displayName": "cobblemon.starterselection.category.sinnoh", + "pokemon": [ + "Turtwig level=5", + "Chimchar level=5", + "Piplup level=5" + ] + }, + { + "name": "Unova", + "displayName": "cobblemon.starterselection.category.unova", + "pokemon": [ + "Snivy level=5", + "Tepig level=5", + "Oshawott level=5" + ] + }, + { + "name": "Kalos", + "displayName": "cobblemon.starterselection.category.kalos", + "pokemon": [ + "Chespin level=5", + "Fennekin level=5", + "Froakie level=5" + ] + }, + { + "name": "Alola", + "displayName": "cobblemon.starterselection.category.alola", + "pokemon": [ + "Rowlet level=5", + "Litten level=5", + "Popplio level=5" + ] + }, + { + "name": "Galar", + "displayName": "cobblemon.starterselection.category.galar", + "pokemon": [ + "Grookey level=5", + "Scorbunny level=5", + "Sobble level=5" + ] + }, + { + "name": "Hisui Bias", + "displayName": "cobblemon.starterselection.category.hisui_bias", + "pokemon": [ + "Rowlet region_bias=hisui level=5 pokeball=ancient_poke_ball", + "Cyndaquil region_bias=hisui level=5 pokeball=ancient_poke_ball", + "Oshawott region_bias=hisui level=5 pokeball=ancient_poke_ball" + ] + }, + { + "name": "Paldea", + "displayName": "cobblemon.starterselection.category.paldea", + "pokemon": [ + "Sprigatito level=5", + "Fuecoco level=5", + "Quaxly level=5" + ] + }, + { + "name": "Academy", + "displayName": "Academy", + "pokemon": [ + "Pikachu level=5", + "Eevee level=5", + "Magikarp level=5", + "Rattata level=5", + "Ekans level=5", + "Pidgey level=5", + "Abra level=5", + "Luvdisc level=5", + "Fletchling level=5" + ] + } + ] +} \ No newline at end of file diff --git a/config/cobblemonintegrations.json b/config/cobblemonintegrations.json new file mode 100644 index 0000000..0d0242b --- /dev/null +++ b/config/cobblemonintegrations.json @@ -0,0 +1,58 @@ +{ + "hidePokemonLabel": false, + "pokemonTooltips": [ + { + "tooltip": "TITLE_GENDER", + "type": "SHOW" + }, + { + "tooltip": "HEALTH", + "type": "SHOW" + }, + { + "tooltip": "TRAINER", + "type": "SHOW" + }, + { + "tooltip": "TYPES", + "type": "SHOW" + }, + { + "tooltip": "REWARD_EVS", + "type": "SHOW" + }, + { + "tooltip": "SNEAK_HINT", + "type": "NO_SNEAK" + }, + { + "tooltip": "FRIENDSHIP", + "type": "SNEAK" + }, + { + "tooltip": "NATURE", + "type": "SNEAK" + }, + { + "tooltip": "ABILITY", + "type": "SNEAK" + }, + { + "tooltip": "IVS", + "type": "SNEAK" + }, + { + "tooltip": "EVS", + "type": "SNEAK" + }, + { + "tooltip": "DEX_ENTRY", + "type": "SNEAK" + } + ], + "allowWaystoneTeleport": true, + "requireTeleportMove": true, + "waystoneMinTeleportLevel": 0, + "applyInPVP": false, + "allowLunarEventVariants": true +} \ No newline at end of file diff --git a/config/cobblenav/client-cobblenav-config.json b/config/cobblenav/client-cobblenav-config.json new file mode 100644 index 0000000..3c699ec --- /dev/null +++ b/config/cobblenav/client-cobblenav-config.json @@ -0,0 +1,15 @@ +{ + "screenScale": 1.0, + "pokenavFinderType": "BEST", + "pokefinderFinderType": "BEST", + "mainScreenWidget": "PARTY", + "percentageDisplayType": "PERCENT_ONLY", + "bucketWisePercentageCalculation": false, + "reverseSortingButtonCooldown": 100, + "actionButtonAreaExpansion": 20, + "scrollSize": 20, + "showButtonTooltips": false, + "notifyIfPokemonIsNotFound": true, + "trackArrowVerticalOffset": 70, + "partyWidgetAdjustments": {} +} \ No newline at end of file diff --git a/config/cobblenav/cobblenav-config.json b/config/cobblenav/cobblenav-config.json new file mode 100644 index 0000000..bb1362f --- /dev/null +++ b/config/cobblenav/cobblenav-config.json @@ -0,0 +1,49 @@ +{ + "useCobbledexIntegration": false, + "useCounterIntegration": false, + "onlySeenPokemonMode": false, + "useCobblemonTrainersIntegration": false, + "badges": { + "badges": [] + }, + "checkSpawnWidth": -1, + "checkSpawnHeight": -1, + "findingAreaWidth": 100, + "findingAreaHeight": 100, + "pokemonFeatureWeights": { + "perfectIvs": { + "0": 0.0, + "1": 1.0, + "2": 2.0, + "3": 3.0, + "4": 4.0, + "5": 5.0, + "6": 6.0 + }, + "hiddenAbility": 1.0, + "eggMove": 1.0, + "highestLevel": 0.0, + "shiny": 10.0 + }, + "ignoredLabels": [ + "not_modeled" + ], + "hiddenPokemon": [], + "titleCommandsPermissionLevel": 2, + "trainerContactInfo": {}, + "customPokenavPredicates": [ + 0 + ], + "counterIntegrationConfig": { + "levelOneStreak": 5, + "levelTwoStreak": 10, + "levelThreeStreak": 20, + "levelFourStreak": 30, + "levelZeroEggMoveChance": 0, + "levelOneEggMoveChance": 21, + "levelTwoEggMoveChance": 46, + "levelThreeEggMoveChance": 58, + "levelFourEggMoveChance": 65 + }, + "enableDebugMode": false +} \ No newline at end of file diff --git a/config/cobbreeding/main.json b/config/cobbreeding/main.json new file mode 100644 index 0000000..5be3362 --- /dev/null +++ b/config/cobbreeding/main.json @@ -0,0 +1 @@ +{"eggCheckTicks":12000,"eggCheckChance":0.5,"eggHatchMultiplier":1.0,"shinyMethod":"masuda","shinyMultiplier":4.0,"hiddenAbilitiesEnabled":true,"forcedAbilitiesEnabled":false} \ No newline at end of file diff --git a/config/collective.json5 b/config/collective.json5 new file mode 100644 index 0000000..c6836dc --- /dev/null +++ b/config/collective.json5 @@ -0,0 +1,12 @@ +{ + // When enabled, transfer the held items and armour from replaced entities by any of the Entity Spawn mods which depend on Collective. + "transferItemsBetweenReplacedEntities": true, + // The amount of times Collective loops through possible mob drops to get them all procedurally. Drops are only generated when a dependent mod uses them. Lowering this can increase world load time but decrease accuracy. + // min: 1, max: 500 + "loopsAmountUsedToGetAllEntityDrops": 100, + // The delay of the is-there-a-block-around-check around entities in ms. Used in mods which depends on a specific blockstate in the world. Increasing this number can increase TPS if needed. + // min: 0, max: 3600000 + "findABlockCheckAroundEntitiesDelayMs": 30000, + // Enables pets for Patrons. Will be added in a future release. + "enablePatronPets": true +} \ No newline at end of file diff --git a/config/commander/hunt.nbt b/config/commander/hunt.nbt new file mode 100644 index 0000000..08268f9 Binary files /dev/null and b/config/commander/hunt.nbt differ diff --git a/config/commander/shinyincense.nbt b/config/commander/shinyincense.nbt new file mode 100644 index 0000000..ed7a6b2 Binary files /dev/null and b/config/commander/shinyincense.nbt differ diff --git a/config/commander/strongshinyincense.nbt b/config/commander/strongshinyincense.nbt new file mode 100644 index 0000000..feba080 Binary files /dev/null and b/config/commander/strongshinyincense.nbt differ diff --git a/config/commander/ubershinyincense.nbt b/config/commander/ubershinyincense.nbt new file mode 100644 index 0000000..c7164cb Binary files /dev/null and b/config/commander/ubershinyincense.nbt differ diff --git a/config/compatemon/MODULES.cfg b/config/compatemon/MODULES.cfg new file mode 100644 index 0000000..2ca6bcf --- /dev/null +++ b/config/compatemon/MODULES.cfg @@ -0,0 +1,26 @@ +# File Specification: https://gist.github.com/Shadows-of-Fire/88ac714a758636c57a52e32ace5474c1 + +# Compatemon Module Control + +# This file allows individual modules to be enabled or disabled. If the mod isn't loaded, it will automatically be set to false, and so long as it remains unloaded, will not do anything even if it's set to true. + + +general { + # Enables the COMPATEMON Module + # Default: true + B:"Enable COMPATEMON Module"=true + + # Enables the PEHKUI Module + # Default: true + B:"Enable PEHKUI Module"=true + + # Enables the APOTHEOSIS Module + # Default: false + B:"Enable APOTHEOSIS Module"=false + + # Enables the SOPHISTICATEDSTORAGE Module + # Default: false + B:"Enable SOPHISTICATEDSTORAGE Module"=false +} + + diff --git a/config/compatemon/compatemon.cfg b/config/compatemon/compatemon.cfg new file mode 100644 index 0000000..ff3ef10 --- /dev/null +++ b/config/compatemon/compatemon.cfg @@ -0,0 +1,15 @@ +# File Specification: https://gist.github.com/Shadows-of-Fire/88ac714a758636c57a52e32ace5474c1 + +# Compatemon Configuration + +# This file contains settings that are non-specific to any particular mod other than Cobblemon or Vanilla Minecraft. + + +nickname { + # Max Length of Pokemon Nicknames. Used both in the actual nickname of a pokemon as well as in the Summary screen to set a pokemon's nickname as the max field length. + # Cobblemon's Default is 12. + # Default: 32; Range: [12 ~ 32] + I:"Nickname length"=32 +} + + diff --git a/config/compatemon/pehkui.cfg b/config/compatemon/pehkui.cfg new file mode 100644 index 0000000..439c4e8 --- /dev/null +++ b/config/compatemon/pehkui.cfg @@ -0,0 +1,27 @@ +# File Specification: https://gist.github.com/Shadows-of-Fire/88ac714a758636c57a52e32ace5474c1 + +# Compatemon - Pehkui Configuration + +size { + # Should Pokemon sizes be randomized? + # Default: true + B:"Pokemon Sizing"=true + + # The standard deviation of unprovided pokemon sizes + # Default: 0.2; Range: [0.0 ~ 1.0] + S:"Size Standard Deviation"=0.2 + + # The average size of most pokemon. Change to modify the scaling across the board! + # Default: 1.0; Range: [0.01 ~ 10.0] + S:"Default Size Scale"=1.0 + + # The min size percentage for unprovided pokemon sizes, where 1.0 is 100% of the size scale. + # Default: 0.25; Range: [0.01 ~ 10.0] + S:"Minimum Size"=0.25 + + # The max size percentage for unprovided pokemon sizes, where 1.0 is 100% of the size scale. + # Default: 1.75; Range: [0.01 ~ 10.0] + S:"Maximum Size"=1.75 +} + + diff --git a/config/convenientdecor.json5 b/config/convenientdecor.json5 new file mode 100644 index 0000000..798ef5f --- /dev/null +++ b/config/convenientdecor.json5 @@ -0,0 +1,21 @@ +{ + //Turn individual functionalities on or off. + "features": { + // Right-clicking a farmland block with a watering can will permanently hydrate it. + // + // -- WARNING -- + // This MUST be set the same on both the client and server, and changing it requires a full restart to take effect! + // Contact your server administrator if you are unsure, and preferably leave this as it was provided by default. + "wateringCanPermanentFarmland": true, + // Umbrella attracts lightning in the thunderstorm + "umbrellaAttractsLightning": true, + // Umbrella slows down the player's falling speed and reduces fall damage. + "umbrellaSlowsDownFalling": true, + // Rain clothes grant additional hearts in the rain and thunderstorm. + "rainclothesIncreasedHp": true, + // The umbrella protects players from rain and sunlight when used with the Origins mod. + "umbrellaOriginsIntegration": true, + // Rainhats and Raincoats (with the hood activated) protect players from rain when used with the Origins mod + "rainclothesOriginsIntegration": true + } +} diff --git a/config/cookingforblockheads-common.toml b/config/cookingforblockheads-common.toml new file mode 100644 index 0000000..7b05e1a --- /dev/null +++ b/config/cookingforblockheads-common.toml @@ -0,0 +1,34 @@ + +# Toasting toasted bread again will turn into charcoal (only if no other mod adding toast is present). Set to false to disable. +allowVeryToastedBread = true + +# Ex Compressum compatibility. Multiplier applied to the milk per tick for Compressed Cow in a Jar. +compressedCowJarMilkMultiplier = 9.0 + +# If true, a cow can be squished into a Milk Jar by dropping an anvil on top. +cowJarEnabled = true + +# The amount of milk the cow in a jar generates per tick. +cowJarMilkPerTick = 1 + +# Set this to true if you'd like to disallow automation of the oven (pipes and such won't be able to insert/extract) +disallowOvenAutomation = false + +# Enabling this will make the kitchen counters have twice as much inventory space. +largeCounters = false + +# The cooking time multiplier for the cooking oven. Higher values means it will take longer. +ovenCookTimeMultiplier = 1.0 + +# The fuel multiplier for the cooking oven. Higher values means fuel lasts longer, 1.0 is furnace default. +ovenFuelTimeMultiplier = 0.33000001311302185 + +# Set this to true if you'd like the oven to only accept cooking oil as fuel (requires Pam's Harvestcraft) +ovenRequiresCookingOil = false + +# Set to false if you don't want ingredients to be marked with a special icon in the recipe book. +showIngredientIcon = true + +# Set this to true if you'd like the sink to require water to be piped in, instead of providing infinite of it. +sinkRequiresWater = false + diff --git a/config/corgilib/announcement_config.json5 b/config/corgilib/announcement_config.json5 new file mode 100644 index 0000000..1159f23 --- /dev/null +++ b/config/corgilib/announcement_config.json5 @@ -0,0 +1,7 @@ +{ + /* This has 2 acceptable values: [CHAT, WIDGET] + * CHAT - Will post a message within 5 minutes to a user's chat once they've been in game for 5 minutes. Will no longer show after the user presses dismiss. + * WIDGET - Displays a widget on screen with the announcement on all screens until the widget is dismissed. + */ + "announcement_delivery": "WIDGET" +} \ No newline at end of file diff --git a/config/craftingtweaks-common.toml b/config/craftingtweaks-common.toml new file mode 100644 index 0000000..fe60795 --- /dev/null +++ b/config/craftingtweaks-common.toml @@ -0,0 +1,22 @@ +[client] + +# Add mod ids here of mods that you wish to disable Crafting Tweaks support for. +disabledAddons = [ ] + +# We both know JEI is much better. This option hides Vanilla's crafting book button instead of moving it. +hideVanillaCraftingGuide = false + +# Set to 'DEFAULT' to enable both buttons and hotkeys. Set to 'BUTTONS' to enable buttons only. Set to 'HOTKEYS' to enable hotkeys only. Set to 'DISABLED' to disable completely. +mode = "DEFAULT" + +# If set to true, right-clicking the result slot in a crafting table will craft a full stack. +rightClickCraftsStack = true + +[common] + +# A list of modid:name entries that will not be crafted by the compress key. +compressDenylist = [ "minecraft:sandstone", "minecraft:iron_trapdoor" ] + +# Set this to false if you want the (de)compress feature to work outside of crafting GUIs (only works if installed on server while in the player inventory) +compressRequiresCraftingGrid = true + diff --git a/config/crosshairs/small_diamond.png b/config/crosshairs/small_diamond.png new file mode 100644 index 0000000..055ff08 Binary files /dev/null and b/config/crosshairs/small_diamond.png differ diff --git a/config/customcursor.json b/config/customcursor.json new file mode 100644 index 0000000..49fde8c --- /dev/null +++ b/config/customcursor.json @@ -0,0 +1,12 @@ +{ + "pointer": { + "x": 0.5, + "y": 0.5, + "size": 64, + "enabled": false, + "identifier": { + "field_13353": "cursorfolder", + "field_13355": "cursor2.png" + } + } +} \ No newline at end of file diff --git a/config/dailyshop/daily_shop.json b/config/dailyshop/daily_shop.json new file mode 100644 index 0000000..89e4c15 --- /dev/null +++ b/config/dailyshop/daily_shop.json @@ -0,0 +1,14 @@ +{ + "default": { + "startEpoch": 0, + "refreshDelay": 60000, + "trades": "daily_shop" + }, + "custom": { + "some_custom_shop": { + "startEpoch": 0, + "refreshDelay": 30000, + "trades": "daily_shop" + } + } +} \ No newline at end of file diff --git a/config/dailyshop/entity_groups.json b/config/dailyshop/entity_groups.json new file mode 100644 index 0000000..aa542b7 --- /dev/null +++ b/config/dailyshop/entity_groups.json @@ -0,0 +1,3 @@ +{ + "groups": {} +} \ No newline at end of file diff --git a/config/dailyshop/item_groups.json b/config/dailyshop/item_groups.json new file mode 100644 index 0000000..aa542b7 --- /dev/null +++ b/config/dailyshop/item_groups.json @@ -0,0 +1,3 @@ +{ + "groups": {} +} \ No newline at end of file diff --git a/config/dailyshop/tile_groups.json b/config/dailyshop/tile_groups.json new file mode 100644 index 0000000..aa542b7 --- /dev/null +++ b/config/dailyshop/tile_groups.json @@ -0,0 +1,3 @@ +{ + "groups": {} +} \ No newline at end of file diff --git a/config/dailyshop/trade_tables/daily_shop.json b/config/dailyshop/trade_tables/daily_shop.json new file mode 100644 index 0000000..0b9bbeb --- /dev/null +++ b/config/dailyshop/trade_tables/daily_shop.json @@ -0,0 +1,20 @@ +{ + "roll": { + "type": "constant", + "count": 60 + }, + "pool": [ + { + "value": "saplings", + "weight": 1.0 + }, + { + "value": "seeds", + "weight": 1.0 + }, + { + "value": "spawn_eggs", + "weight": 1.0 + } + ] +} \ No newline at end of file diff --git a/config/dailyshop/trade_tables/saplings.json b/config/dailyshop/trade_tables/saplings.json new file mode 100644 index 0000000..e5ff3b5 --- /dev/null +++ b/config/dailyshop/trade_tables/saplings.json @@ -0,0 +1,85 @@ +{ + "roll": { + "type": "constant", + "count": 1 + }, + "input1": { + "filter": "minecraft:emerald", + "count": { + "type": "constant", + "count": 10 + } + }, + "input2": { + "filter": "minecraft:diamond", + "count": { + "type": "constant", + "count": 10 + } + }, + "input3": { + "filter": "minecraft:iron_ingot", + "count": { + "type": "constant", + "count": 10 + } + }, + "output": [ + { + "item": "oak_sapling", + "count": { + "type": "constant", + "count": 1 + }, + "weight": 1.0 + }, + { + "item": "spruce_sapling", + "count": { + "type": "constant", + "count": 1 + }, + "weight": 1.0 + }, + { + "item": "birch_sapling", + "count": { + "type": "constant", + "count": 1 + }, + "weight": 1.0 + }, + { + "item": "jungle_sapling", + "count": { + "type": "constant", + "count": 1 + }, + "weight": 1.0 + }, + { + "item": "acacia_sapling", + "count": { + "type": "constant", + "count": 1 + }, + "weight": 1.0 + }, + { + "item": "cherry_sapling", + "count": { + "type": "constant", + "count": 1 + }, + "weight": 1.0 + }, + { + "item": "dark_oak_sapling", + "count": { + "type": "constant", + "count": 1 + }, + "weight": 1.0 + } + ] +} \ No newline at end of file diff --git a/config/dailyshop/trade_tables/seeds.json b/config/dailyshop/trade_tables/seeds.json new file mode 100644 index 0000000..c1cc9be --- /dev/null +++ b/config/dailyshop/trade_tables/seeds.json @@ -0,0 +1,69 @@ +{ + "roll": { + "type": "constant", + "count": 1 + }, + "input1": { + "filter": "minecraft:emerald", + "count": { + "type": "constant", + "count": 10 + } + }, + "input2": { + "filter": "minecraft:diamond", + "count": { + "type": "constant", + "count": 10 + } + }, + "input3": { + "filter": "minecraft:iron_ingot", + "count": { + "type": "constant", + "count": 10 + } + }, + "output": [ + { + "item": "wheat_seeds", + "count": { + "type": "constant", + "count": 1 + }, + "weight": 1.0 + }, + { + "item": "pumpkin_seeds", + "count": { + "type": "constant", + "count": 1 + }, + "weight": 1.0 + }, + { + "item": "melon_seeds", + "count": { + "type": "constant", + "count": 1 + }, + "weight": 1.0 + }, + { + "item": "torchflower_seeds", + "count": { + "type": "constant", + "count": 1 + }, + "weight": 1.0 + }, + { + "item": "beetroot_seeds", + "count": { + "type": "constant", + "count": 1 + }, + "weight": 1.0 + } + ] +} \ No newline at end of file diff --git a/config/dailyshop/trade_tables/spawn_eggs.json b/config/dailyshop/trade_tables/spawn_eggs.json new file mode 100644 index 0000000..5827ee9 --- /dev/null +++ b/config/dailyshop/trade_tables/spawn_eggs.json @@ -0,0 +1,261 @@ +{ + "roll": { + "type": "constant", + "count": 1 + }, + "input1": { + "filter": "minecraft:emerald", + "count": { + "type": "constant", + "count": 10 + } + }, + "input2": { + "filter": "minecraft:diamond", + "count": { + "type": "constant", + "count": 10 + } + }, + "input3": { + "filter": "minecraft:iron_ingot", + "count": { + "type": "constant", + "count": 10 + } + }, + "output": [ + { + "item": "blaze_spawn_egg", + "count": { + "type": "constant", + "count": 1 + }, + "weight": 1.0 + }, + { + "item": "axolotl_spawn_egg", + "count": { + "type": "constant", + "count": 1 + }, + "weight": 1.0 + }, + { + "item": "frog_spawn_egg", + "count": { + "type": "constant", + "count": 1 + }, + "weight": 1.0 + }, + { + "item": "chicken_spawn_egg", + "count": { + "type": "constant", + "count": 1 + }, + "weight": 1.0 + }, + { + "item": "cow_spawn_egg", + "count": { + "type": "constant", + "count": 1 + }, + "weight": 1.0 + }, + { + "item": "creeper_spawn_egg", + "count": { + "type": "constant", + "count": 1 + }, + "weight": 1.0 + }, + { + "item": "drowned_spawn_egg", + "count": { + "type": "constant", + "count": 1 + }, + "weight": 1.0 + }, + { + "item": "enderman_spawn_egg", + "count": { + "type": "constant", + "count": 1 + }, + "weight": 1.0 + }, + { + "item": "evoker_spawn_egg", + "count": { + "type": "constant", + "count": 1 + }, + "weight": 1.0 + }, + { + "item": "ghast_spawn_egg", + "count": { + "type": "constant", + "count": 1 + }, + "weight": 1.0 + }, + { + "item": "guardian_spawn_egg", + "count": { + "type": "constant", + "count": 1 + }, + "weight": 1.0 + }, + { + "item": "hoglin_spawn_egg", + "count": { + "type": "constant", + "count": 1 + }, + "weight": 1.0 + }, + { + "item": "husk_spawn_egg", + "count": { + "type": "constant", + "count": 1 + }, + "weight": 1.0 + }, + { + "item": "magma_cube_spawn_egg", + "count": { + "type": "constant", + "count": 1 + }, + "weight": 1.0 + }, + { + "item": "pillager_spawn_egg", + "count": { + "type": "constant", + "count": 1 + }, + "weight": 1.0 + }, + { + "item": "piglin_brute_spawn_egg", + "count": { + "type": "constant", + "count": 1 + }, + "weight": 1.0 + }, + { + "item": "piglin_spawn_egg", + "count": { + "type": "constant", + "count": 1 + }, + "weight": 1.0 + }, + { + "item": "pig_spawn_egg", + "count": { + "type": "constant", + "count": 1 + }, + "weight": 1.0 + }, + { + "item": "sheep_spawn_egg", + "count": { + "type": "constant", + "count": 1 + }, + "weight": 1.0 + }, + { + "item": "shulker_spawn_egg", + "count": { + "type": "constant", + "count": 1 + }, + "weight": 1.0 + }, + { + "item": "skeleton_spawn_egg", + "count": { + "type": "constant", + "count": 1 + }, + "weight": 1.0 + }, + { + "item": "slime_spawn_egg", + "count": { + "type": "constant", + "count": 1 + }, + "weight": 1.0 + }, + { + "item": "stray_spawn_egg", + "count": { + "type": "constant", + "count": 1 + }, + "weight": 1.0 + }, + { + "item": "squid_spawn_egg", + "count": { + "type": "constant", + "count": 1 + }, + "weight": 1.0 + }, + { + "item": "spider_spawn_egg", + "count": { + "type": "constant", + "count": 1 + }, + "weight": 1.0 + }, + { + "item": "vindicator_spawn_egg", + "count": { + "type": "constant", + "count": 1 + }, + "weight": 1.0 + }, + { + "item": "witch_spawn_egg", + "count": { + "type": "constant", + "count": 1 + }, + "weight": 1.0 + }, + { + "item": "wither_skeleton_spawn_egg", + "count": { + "type": "constant", + "count": 1 + }, + "weight": 1.0 + }, + { + "item": "zombified_piglin_spawn_egg", + "count": { + "type": "constant", + "count": 1 + }, + "weight": 1.0 + } + ] +} \ No newline at end of file diff --git a/config/default-hotkeys.json b/config/default-hotkeys.json new file mode 100644 index 0000000..6cf73bf --- /dev/null +++ b/config/default-hotkeys.json @@ -0,0 +1,606 @@ +{ + "evenmoreinstruments.keymaps.instrument_type_modifier": { + "comment": "evenmoreinstruments.keymaps.instrument_type_modifier", + "key": "key.keyboard.right.alt" + }, + "evenmoreinstruments.keymaps.record": { + "comment": "evenmoreinstruments.keymaps.record", + "key": "key.keyboard.grave.accent" + }, + "genshinstrument.keymaps.transpose_down_modifier": { + "comment": "genshinstrument.keymaps.transpose_down_modifier", + "key": "key.keyboard.left.alt" + }, + "genshinstrument.keymaps.transpose_up_modifier": { + "comment": "genshinstrument.keymaps.transpose_up_modifier", + "key": "key.keyboard.right.alt" + }, + "iris.keybind.reload": { + "comment": "iris.keybind.reload", + "key": "key.keyboard.unknown" + }, + "iris.keybind.shaderPackSelection": { + "comment": "iris.keybind.shaderPackSelection", + "key": "key.keyboard.unknown" + }, + "iris.keybind.toggleShaders": { + "comment": "iris.keybind.toggleShaders", + "key": "key.keyboard.unknown" + }, + "iris.keybind.wireframe": { + "comment": "iris.keybind.wireframe", + "key": "key.keyboard.unknown" + }, + "key.advancements": { + "comment": "Advancements", + "key": "key.keyboard.l" + }, + "key.attack": { + "comment": "Attack/Destroy", + "key": "key.mouse.left" + }, + "key.back": { + "comment": "Walk Backwards", + "key": "key.keyboard.s" + }, + "key.boosted-brightness.lower": { + "comment": "key.boosted-brightness.lower", + "key": "key.keyboard.unknown" + }, + "key.boosted-brightness.next": { + "comment": "key.boosted-brightness.next", + "key": "key.keyboard.unknown" + }, + "key.boosted-brightness.raise": { + "comment": "key.boosted-brightness.raise", + "key": "key.keyboard.unknown" + }, + "key.boosted-brightness.select1": { + "comment": "key.boosted-brightness.select1", + "key": "key.keyboard.unknown" + }, + "key.boosted-brightness.select2": { + "comment": "key.boosted-brightness.select2", + "key": "key.keyboard.unknown" + }, + "key.boosted-brightness.select3": { + "comment": "key.boosted-brightness.select3", + "key": "key.keyboard.unknown" + }, + "key.boosted-brightness.select4": { + "comment": "key.boosted-brightness.select4", + "key": "key.keyboard.unknown" + }, + "key.boosted-brightness.select5": { + "comment": "key.boosted-brightness.select5", + "key": "key.keyboard.unknown" + }, + "key.carry.desc": { + "comment": "key.carry.desc", + "key": "key.keyboard.left.shift" + }, + "key.chat": { + "comment": "Open Chat", + "key": "key.keyboard.t" + }, + "key.cobblemon.downshiftparty": { + "comment": "key.cobblemon.downshiftparty", + "key": "key.keyboard.down" + }, + "key.cobblemon.hideparty": { + "comment": "key.cobblemon.hideparty", + "key": "key.keyboard.o" + }, + "key.cobblemon.summary": { + "comment": "key.cobblemon.summary", + "key": "key.keyboard.c" + }, + "key.cobblemon.throwpartypokemon": { + "comment": "key.cobblemon.throwpartypokemon", + "key": "key.keyboard.x" + }, + "key.cobblemon.upshiftparty": { + "comment": "key.cobblemon.upshiftparty", + "key": "key.keyboard.up" + }, + "key.cobblemonrider.pokemon_dismount": { + "comment": "key.cobblemonrider.pokemon_dismount", + "key": "key.keyboard.v" + }, + "key.cobblemonrider.pokemon_mount_entities": { + "comment": "key.cobblemonrider.pokemon_mount_entities", + "key": "key.keyboard.left.alt" + }, + "key.cobblenav.decrease_bucket": { + "comment": "key.cobblenav.decrease_bucket", + "key": "key.keyboard.unknown" + }, + "key.cobblenav.increase_bucket": { + "comment": "key.cobblenav.increase_bucket", + "key": "key.keyboard.unknown" + }, + "key.cobblenav.open_location": { + "comment": "key.cobblenav.open_location", + "key": "key.keyboard.unknown" + }, + "key.cobblenav.open_pokenav": { + "comment": "key.cobblenav.open_pokenav", + "key": "key.keyboard.u" + }, + "key.command": { + "comment": "Open Command", + "key": "key.keyboard.slash" + }, + "key.craftingtweaks.balance": { + "comment": "key.craftingtweaks.balance", + "key": "key.keyboard.unknown" + }, + "key.craftingtweaks.clear": { + "comment": "key.craftingtweaks.clear", + "key": "key.keyboard.unknown" + }, + "key.craftingtweaks.compress_all": { + "comment": "key.craftingtweaks.compress_all", + "key": "key.keyboard.unknown" + }, + "key.craftingtweaks.compress_one": { + "comment": "key.craftingtweaks.compress_one", + "key": "key.keyboard.unknown" + }, + "key.craftingtweaks.compress_stack": { + "comment": "key.craftingtweaks.compress_stack", + "key": "key.keyboard.unknown" + }, + "key.craftingtweaks.decompress_all": { + "comment": "key.craftingtweaks.decompress_all", + "key": "key.keyboard.unknown" + }, + "key.craftingtweaks.decompress_one": { + "comment": "key.craftingtweaks.decompress_one", + "key": "key.keyboard.unknown" + }, + "key.craftingtweaks.decompress_stack": { + "comment": "key.craftingtweaks.decompress_stack", + "key": "key.keyboard.unknown" + }, + "key.craftingtweaks.force_clear": { + "comment": "key.craftingtweaks.force_clear", + "key": "key.keyboard.unknown" + }, + "key.craftingtweaks.refill_last_stack": { + "comment": "key.craftingtweaks.refill_last_stack", + "key": "key.keyboard.tab" + }, + "key.craftingtweaks.rotate": { + "comment": "key.craftingtweaks.rotate", + "key": "key.keyboard.unknown" + }, + "key.craftingtweaks.rotate_counter_clockwise": { + "comment": "key.craftingtweaks.rotate_counter_clockwise", + "key": "key.keyboard.unknown" + }, + "key.craftingtweaks.spread": { + "comment": "key.craftingtweaks.spread", + "key": "key.keyboard.unknown" + }, + "key.craftingtweaks.transfer_stack": { + "comment": "key.craftingtweaks.transfer_stack", + "key": "key.keyboard.unknown" + }, + "key.crawl": { + "comment": "key.crawl", + "key": "key.keyboard.k" + }, + "key.disable_voice_chat": { + "comment": "key.disable_voice_chat", + "key": "key.keyboard.h" + }, + "key.drop": { + "comment": "Drop Selected Item", + "key": "key.keyboard.q" + }, + "key.fabricskyboxes.toggle": { + "comment": "key.fabricskyboxes.toggle", + "key": "key.keyboard.unknown" + }, + "key.fabricskyboxes.toggle.debug_hud": { + "comment": "key.fabricskyboxes.toggle.debug_hud", + "key": "key.keyboard.f12" + }, + "key.findme.pull_one": { + "comment": "key.findme.pull_one", + "key": "key.keyboard.keypad.0" + }, + "key.findme.pull_stack": { + "comment": "key.findme.pull_stack", + "key": "key.keyboard.keypad.1" + }, + "key.findme.search": { + "comment": "key.findme.search", + "key": "key.keyboard.y" + }, + "key.forward": { + "comment": "Walk Forwards", + "key": "key.keyboard.w" + }, + "key.ftbchunks.add_waypoint": { + "comment": "key.ftbchunks.add_waypoint", + "key": "key.keyboard.unknown" + }, + "key.ftbchunks.claim_manager": { + "comment": "key.ftbchunks.claim_manager", + "key": "key.keyboard.unknown" + }, + "key.ftbchunks.map": { + "comment": "key.ftbchunks.map", + "key": "key.keyboard.unknown" + }, + "key.ftbchunks.minimap.zoomIn": { + "comment": "key.ftbchunks.minimap.zoomIn", + "key": "key.keyboard.unknown" + }, + "key.ftbchunks.minimap.zoomOut": { + "comment": "key.ftbchunks.minimap.zoomOut", + "key": "key.keyboard.unknown" + }, + "key.ftbchunks.toggle_minimap": { + "comment": "key.ftbchunks.toggle_minimap", + "key": "key.keyboard.unknown" + }, + "key.ftbchunks.waypoint_manager": { + "comment": "key.ftbchunks.waypoint_manager", + "key": "key.keyboard.unknown" + }, + "key.ftbteams.open_gui": { + "comment": "key.ftbteams.open_gui", + "key": "key.keyboard.unknown" + }, + "key.fullscreen": { + "comment": "Toggle Fullscreen", + "key": "key.keyboard.f11" + }, + "key.hide_icons": { + "comment": "key.hide_icons", + "key": "key.keyboard.unknown" + }, + "key.hotbar.1": { + "comment": "Hotbar Slot 1", + "key": "key.keyboard.1" + }, + "key.hotbar.2": { + "comment": "Hotbar Slot 2", + "key": "key.keyboard.2" + }, + "key.hotbar.3": { + "comment": "Hotbar Slot 3", + "key": "key.keyboard.3" + }, + "key.hotbar.4": { + "comment": "Hotbar Slot 4", + "key": "key.keyboard.4" + }, + "key.hotbar.5": { + "comment": "Hotbar Slot 5", + "key": "key.keyboard.5" + }, + "key.hotbar.6": { + "comment": "Hotbar Slot 6", + "key": "key.keyboard.6" + }, + "key.hotbar.7": { + "comment": "Hotbar Slot 7", + "key": "key.keyboard.7" + }, + "key.hotbar.8": { + "comment": "Hotbar Slot 8", + "key": "key.keyboard.8" + }, + "key.hotbar.9": { + "comment": "Hotbar Slot 9", + "key": "key.keyboard.9" + }, + "key.inventory": { + "comment": "Open/Close Inventory", + "key": "key.keyboard.e" + }, + "key.journeymap.create_waypoint": { + "comment": "key.journeymap.create_waypoint", + "key": "key.keyboard.unknown" + }, + "key.journeymap.fullscreen.disable_buttons": { + "comment": "key.journeymap.fullscreen.disable_buttons", + "key": "key.keyboard.unknown" + }, + "key.journeymap.fullscreen.east": { + "comment": "key.journeymap.fullscreen.east", + "key": "key.keyboard.right" + }, + "key.journeymap.fullscreen.north": { + "comment": "key.journeymap.fullscreen.north", + "key": "key.keyboard.up" + }, + "key.journeymap.fullscreen.south": { + "comment": "key.journeymap.fullscreen.south", + "key": "key.keyboard.down" + }, + "key.journeymap.fullscreen.west": { + "comment": "key.journeymap.fullscreen.west", + "key": "key.keyboard.left" + }, + "key.journeymap.fullscreen_chat_position": { + "comment": "key.journeymap.fullscreen_chat_position", + "key": "key.keyboard.c" + }, + "key.journeymap.fullscreen_create_waypoint": { + "comment": "key.journeymap.fullscreen_create_waypoint", + "key": "key.keyboard.unknown" + }, + "key.journeymap.fullscreen_options": { + "comment": "key.journeymap.fullscreen_options", + "key": "key.keyboard.o" + }, + "key.journeymap.fullscreen_waypoints": { + "comment": "key.journeymap.fullscreen_waypoints", + "key": "key.keyboard.unknown" + }, + "key.journeymap.map_toggle_alt": { + "comment": "key.journeymap.map_toggle_alt", + "key": "key.keyboard.m" + }, + "key.journeymap.minimap_preset": { + "comment": "key.journeymap.minimap_preset", + "key": "key.keyboard.comma" + }, + "key.journeymap.minimap_toggle_alt": { + "comment": "key.journeymap.minimap_toggle_alt", + "key": "key.keyboard.period" + }, + "key.journeymap.minimap_type": { + "comment": "key.journeymap.minimap_type", + "key": "key.keyboard.left.end" + }, + "key.journeymap.toggle_waypoints": { + "comment": "key.journeymap.toggle_waypoints", + "key": "key.keyboard.semicolon" + }, + "key.journeymap.zoom_in": { + "comment": "key.journeymap.zoom_in", + "key": "key.keyboard.equal" + }, + "key.journeymap.zoom_out": { + "comment": "key.journeymap.zoom_out", + "key": "key.keyboard.minus" + }, + "key.jump": { + "comment": "Jump", + "key": "key.keyboard.space" + }, + "key.left": { + "comment": "Strafe Left", + "key": "key.keyboard.a" + }, + "key.loadToolbarActivator": { + "comment": "Load Hotbar Activator", + "key": "key.keyboard.unknown" + }, + "key.modmenu.open_menu": { + "comment": "key.modmenu.open_menu", + "key": "key.keyboard.unknown" + }, + "key.mousewheelie.all_of_kind_modifier": { + "comment": "key.mousewheelie.all_of_kind_modifier", + "key": "key.keyboard.left.control" + }, + "key.mousewheelie.deposit_modifier": { + "comment": "key.mousewheelie.deposit_modifier", + "key": "key.keyboard.space" + }, + "key.mousewheelie.drop_modifier": { + "comment": "key.mousewheelie.drop_modifier", + "key": "key.keyboard.left.alt" + }, + "key.mousewheelie.open_config_screen": { + "comment": "key.mousewheelie.open_config_screen", + "key": "key.keyboard.unknown" + }, + "key.mousewheelie.pick_tool": { + "comment": "key.mousewheelie.pick_tool", + "key": "key.keyboard.unknown" + }, + "key.mousewheelie.restock_modifier": { + "comment": "key.mousewheelie.restock_modifier", + "key": "key.keyboard.space" + }, + "key.mousewheelie.scroll_down": { + "comment": "key.mousewheelie.scroll_down", + "key": "key.keyboard.unknown" + }, + "key.mousewheelie.scroll_up": { + "comment": "key.mousewheelie.scroll_up", + "key": "key.keyboard.unknown" + }, + "key.mousewheelie.sort_inventory": { + "comment": "key.mousewheelie.sort_inventory", + "key": "key.mouse.middle" + }, + "key.mousewheelie.whole_stack_modifier": { + "comment": "key.mousewheelie.whole_stack_modifier", + "key": "key.keyboard.left.shift" + }, + "key.mute_microphone": { + "comment": "key.mute_microphone", + "key": "key.keyboard.j" + }, + "key.pickItem": { + "comment": "Pick Block", + "key": "key.mouse.middle" + }, + "key.playerlist": { + "comment": "List Players", + "key": "key.keyboard.tab" + }, + "key.push_to_talk": { + "comment": "key.push_to_talk", + "key": "key.keyboard.g" + }, + "key.right": { + "comment": "Strafe Right", + "key": "key.keyboard.d" + }, + "key.saveToolbarActivator": { + "comment": "Save Hotbar Activator", + "key": "key.keyboard.unknown" + }, + "key.screenshot": { + "comment": "Take Screenshot", + "key": "key.keyboard.f2" + }, + "key.smoothCamera": { + "comment": "Toggle Cinematic Camera", + "key": "key.keyboard.unknown" + }, + "key.sneak": { + "comment": "Sneak", + "key": "key.keyboard.left.shift" + }, + "key.socialInteractions": { + "comment": "Social Interactions Screen", + "key": "key.keyboard.unknown" + }, + "key.spectatorOutlines": { + "comment": "Highlight Players (Spectators)", + "key": "key.keyboard.unknown" + }, + "key.sprint": { + "comment": "Sprint", + "key": "key.keyboard.left.control" + }, + "key.swapOffhand": { + "comment": "Swap Item With Offhand", + "key": "key.keyboard.f" + }, + "key.togglePerspective": { + "comment": "Toggle Perspective", + "key": "key.keyboard.f5" + }, + "key.toms_storage.open_terminal": { + "comment": "key.toms_storage.open_terminal", + "key": "key.keyboard.i" + }, + "key.use": { + "comment": "Use Item/Place Block", + "key": "key.mouse.right" + }, + "key.veinmining.activate.desc": { + "comment": "key.veinmining.activate.desc", + "key": "key.keyboard.unknown" + }, + "key.voice_chat": { + "comment": "key.voice_chat", + "key": "key.keyboard.backslash" + }, + "key.voice_chat_adjust_volumes": { + "comment": "key.voice_chat_adjust_volumes", + "key": "key.keyboard.unknown" + }, + "key.voice_chat_group": { + "comment": "key.voice_chat_group", + "key": "key.keyboard.p" + }, + "key.voice_chat_settings": { + "comment": "key.voice_chat_settings", + "key": "key.keyboard.unknown" + }, + "key.voice_chat_toggle_recording": { + "comment": "key.voice_chat_toggle_recording", + "key": "key.keyboard.unknown" + }, + "key.waila.config": { + "comment": "key.waila.config", + "key": "key.keyboard.unknown" + }, + "key.waila.show_overlay": { + "comment": "key.waila.show_overlay", + "key": "key.keyboard.unknown" + }, + "key.waila.show_recipe_input": { + "comment": "key.waila.show_recipe_input", + "key": "key.keyboard.unknown" + }, + "key.waila.show_recipe_output": { + "comment": "key.waila.show_recipe_output", + "key": "key.keyboard.unknown" + }, + "key.waila.toggle_liquid": { + "comment": "key.waila.toggle_liquid", + "key": "key.keyboard.unknown" + }, + "key.whisper": { + "comment": "key.whisper", + "key": "key.keyboard.unknown" + }, + "keybind.sophisticatedbackpacks.inventory_interaction": { + "comment": "keybind.sophisticatedbackpacks.inventory_interaction", + "key": "key.keyboard.c" + }, + "keybind.sophisticatedbackpacks.open_backpack": { + "comment": "keybind.sophisticatedbackpacks.open_backpack", + "key": "key.keyboard.b" + }, + "keybind.sophisticatedbackpacks.sort": { + "comment": "keybind.sophisticatedbackpacks.sort", + "key": "key.mouse.middle" + }, + "keybind.sophisticatedbackpacks.toggle_upgrade_1": { + "comment": "keybind.sophisticatedbackpacks.toggle_upgrade_1", + "key": "key.keyboard.unknown" + }, + "keybind.sophisticatedbackpacks.toggle_upgrade_2": { + "comment": "keybind.sophisticatedbackpacks.toggle_upgrade_2", + "key": "key.keyboard.unknown" + }, + "keybind.sophisticatedbackpacks.toggle_upgrade_3": { + "comment": "keybind.sophisticatedbackpacks.toggle_upgrade_3", + "key": "key.keyboard.unknown" + }, + "keybind.sophisticatedbackpacks.toggle_upgrade_4": { + "comment": "keybind.sophisticatedbackpacks.toggle_upgrade_4", + "key": "key.keyboard.unknown" + }, + "keybind.sophisticatedbackpacks.toggle_upgrade_5": { + "comment": "keybind.sophisticatedbackpacks.toggle_upgrade_5", + "key": "key.keyboard.unknown" + }, + "keybind.sophisticatedbackpacks.tool_swap": { + "comment": "keybind.sophisticatedbackpacks.tool_swap", + "key": "key.keyboard.unknown" + }, + "keybind.sophisticatedstorage.sort": { + "comment": "keybind.sophisticatedstorage.sort", + "key": "key.mouse.middle" + }, + "lootbeams.keybindings.savePreset": { + "comment": "lootbeams.keybindings.savePreset", + "key": "key.keyboard.keypad.5" + }, + "seamless_loading_screen.keybind.config": { + "comment": "seamless_loading_screen.keybind.config", + "key": "key.keyboard.unknown" + }, + "zoomify.key.zoom": { + "comment": "zoomify.key.zoom", + "key": "key.keyboard.z" + }, + "zoomify.key.zoom.in": { + "comment": "zoomify.key.zoom.in", + "key": "key.keyboard.unknown" + }, + "zoomify.key.zoom.out": { + "comment": "zoomify.key.zoom.out", + "key": "key.keyboard.unknown" + }, + "zoomify.key.zoom.secondary": { + "comment": "zoomify.key.zoom.secondary", + "key": "key.keyboard.f6" + } +} \ No newline at end of file diff --git a/config/defaultoptions-common.toml b/config/defaultoptions-common.toml new file mode 100644 index 0000000..72c6ad6 --- /dev/null +++ b/config/defaultoptions-common.toml @@ -0,0 +1,7 @@ + +# The default difficulty selected for newly created worlds. +defaultDifficulty = "NORMAL" + +# Set to true if the difficulty for new world's should be locked to the specific default. This cannot be unlocked by players without external tools! Probably a bad idea. I don't recommend. Why am I adding this option? +lockDifficulty = false + diff --git a/config/dynamiccrosshair.json5 b/config/dynamiccrosshair.json5 new file mode 100644 index 0000000..f74513a --- /dev/null +++ b/config/dynamiccrosshair.json5 @@ -0,0 +1,209 @@ +{ + "dynamicCrosshair": true, + "disableDebugCrosshair": false, + "thirdPersonCrosshair": false, + "hideWithScreen": true, + "hideWithMap": true, + "fixCenteredCrosshair": false, + "crosshairConfig": { + "onBlock": false, + "onInteractableBlock": false, + "onEntity": false, + "holdingTool": "Always", + "displayCorrectTool": false, + "holdingMeleeWeapon": true, + "meleeWeaponOnEntity": false, + "meleeWeaponOnBreakableBlock": false, + "holdingRangedWeapon": "Always", + "holdingThrowable": "IfInteractable", + "holdingShield": false, + "holdingBlock": "Always", + "holdingBlockInOffhand": true, + "holdingUsableItem": "IfInteractable", + "forceHoldingSpyglass": false + }, + "color": { + "overrideColor": false, + "customColor": -5588020, + "enableBlend": true + }, + "dynamicCrosshairStyle": true, + "crosshairStyle": { + "regular": { + "style": "dynamiccrosshair:textures/gui/sprites/crosshair/empty.png", + "overrideColor": false, + "customColor": -5588020, + "enableBlend": true, + "coalesce": true + }, + "onBlock": { + "style": "dynamiccrosshair:textures/gui/sprites/crosshair/dot.png", + "overrideColor": false, + "customColor": -5588020, + "enableBlend": true, + "coalesce": true + }, + "onEntity": { + "style": "dynamiccrosshair:textures/gui/sprites/crosshair/cross-open-diagonal.png", + "overrideColor": false, + "customColor": -5588020, + "enableBlend": true, + "coalesce": false + }, + "holdingTool": { + "style": "dynamiccrosshair:textures/gui/sprites/crosshair/crosshair.png", + "overrideColor": false, + "customColor": -5588020, + "enableBlend": true, + "coalesce": true + }, + "holdingMeleeWeapon": { + "style": "dynamiccrosshair:textures/gui/sprites/crosshair/crosshair.png", + "overrideColor": false, + "customColor": -5588020, + "enableBlend": true, + "coalesce": true + }, + "holdingRangedWeapon": { + "style": "dynamiccrosshair:textures/gui/sprites/crosshair/cross-open-diagonal.png", + "overrideColor": false, + "customColor": -5588020, + "enableBlend": true, + "coalesce": false + }, + "holdingThrowable": { + "style": "dynamiccrosshair:textures/gui/sprites/crosshair/circle.png", + "overrideColor": false, + "customColor": -5588020, + "enableBlend": true, + "coalesce": true + }, + "holdingBlock": { + "style": "dynamiccrosshair:textures/gui/sprites/crosshair/square.png", + "overrideColor": false, + "customColor": -5588020, + "enableBlend": true, + "coalesce": false + }, + "interact": { + "style": "dynamiccrosshair:textures/gui/sprites/crosshair/brackets-bottom.png", + "overrideColor": false, + "customColor": -5588020, + "enableBlend": true, + "coalesce": true + }, + "useItem": { + "style": "dynamiccrosshair:textures/gui/sprites/crosshair/brackets-round.png", + "overrideColor": false, + "customColor": -5588020, + "enableBlend": true, + "coalesce": true + }, + "shield": { + "style": "dynamiccrosshair:textures/gui/sprites/crosshair/brackets-bottom.png", + "overrideColor": false, + "customColor": -5588020, + "enableBlend": true, + "coalesce": true + } + }, + "crosshairModifiers": { + "modCorrectTool": { + "style": "dynamiccrosshair:textures/gui/sprites/crosshair/dot.png", + "overrideColor": true, + "customColor": -5588020, + "enableBlend": false, + "coalesce": true + }, + "modIncorrectTool": { + "style": "dynamiccrosshair:textures/gui/sprites/crosshair/cross-diagonal-small.png", + "overrideColor": true, + "customColor": -5588020, + "enableBlend": false, + "coalesce": true + } + }, + "enableTweaks": true, + "additionalTools": [ + "justhammers:stone_reinforced_impact_hammer", + "justhammers:stone_reinforced_hammer", + "justhammers:stone_impact_hammer", + "justhammers:stone_hammer", + "justhammers:stone_destructor_hammer", + "justhammers:netherite_reinforced_impact_hammer", + "justhammers:netherite_reinforced_hammer", + "justhammers:netherite_impact_hammer", + "justhammers:netherite_hammer", + "justhammers:netherite_destructor_hammer", + "justhammers:iron_reinforced_impact_hammer", + "justhammers:iron_reinforced_hammer", + "justhammers:iron_impact_hammer", + "justhammers:iron_hammer", + "justhammers:iron_destructor_hammer", + "justhammers:gold_reinforced_impact_hammer", + "justhammers:gold_reinforced_hammer", + "justhammers:gold_impact_hammer", + "justhammers:gold_hammer", + "justhammers:gold_destructor_hammer", + "justhammers:diamond_reinforced_impact_hammer", + "justhammers:diamond_reinforced_hammer", + "justhammers:diamond_impact_hammer", + "justhammers:diamond_hammer", + "justhammers:diamond_destructor_hammer" + ], + "additionalMeleeWeapons": [], + "additionalRangedWeapons": [], + "additionalThrowables": [ + "academy:star_badge", + "cobblemon:poke_ball", + "cobblemon:citrine_ball", + "cobblemon:verdant_ball", + "cobblemon:azure_ball", + "cobblemon:roseate_ball", + "cobblemon:slate_ball", + "cobblemon:premier_ball", + "cobblemon:great_ball", + "cobblemon:ultra_ball", + "cobblemon:safari_ball", + "cobblemon:fast_ball", + "cobblemon:level_ball", + "cobblemon:lure_ball", + "cobblemon:heavy_ball", + "cobblemon:love_ball", + "cobblemon:friend_ball", + "cobblemon:moon_ball", + "cobblemon:sport_ball", + "cobblemon:park_ball", + "cobblemon:net_ball", + "cobblemon:dive_ball", + "cobblemon:nest_ball", + "cobblemon:repeat_ball", + "cobblemon:timer_ball", + "cobblemon:luxury_ball", + "cobblemon:dusk_ball", + "cobblemon:heal_ball", + "cobblemon:quick_ball", + "cobblemon:dream_ball", + "cobblemon:beast_ball", + "cobblemon:master_ball", + "cobblemon:cherish_ball", + "cobblemon:ancient_poke_ball", + "cobblemon:ancient_citrine_ball", + "cobblemon:ancient_verdant_ball", + "cobblemon:ancient_azure_ball", + "cobblemon:ancient_roseate_ball", + "cobblemon:ancient_slate_ball", + "cobblemon:ancient_ivory_ball", + "cobblemon:ancient_great_ball", + "cobblemon:ancient_ultra_ball", + "cobblemon:ancient_feather_ball", + "cobblemon:ancient_wing_ball", + "cobblemon:ancient_jet_ball", + "cobblemon:ancient_heavy_ball", + "cobblemon:ancient_leaden_ball", + "cobblemon:ancient_gigaton_ball", + "cobblemon:ancient_origin_ball" + ], + "additionalUsableItems": [], + "additionalInteractableBlocks": [] +} \ No newline at end of file diff --git a/config/emojiful.json b/config/emojiful.json new file mode 100644 index 0000000..bddf49f --- /dev/null +++ b/config/emojiful.json @@ -0,0 +1,12 @@ +{ + "renderEmoji": true, + "emojiSelector": true, + "emojiAutocomplete": true, + "gifEmojis": true, + "emojiReplacement": true, + "enableLoadTwemoji": true, + "loadCustom": true, + "loadDatapack": true, + "profanityFilter": false, + "profanityFilterReplacement": ":swear:" +} \ No newline at end of file diff --git a/config/entityculling.json b/config/entityculling.json new file mode 100644 index 0000000..1710c20 --- /dev/null +++ b/config/entityculling.json @@ -0,0 +1,41 @@ +{ + "configVersion": 6, + "renderNametagsThroughWalls": true, + "blockEntityWhitelist": [ + "create:rope_pulley", + "botania:flame_ring", + "minecraft:beacon", + "create:hose_pulley", + "betterend:eternal_pedestal", + "botania:magic_missile", + "botania:falling_star" + ], + "entityWhitelist": [ + "botania:mana_burst", + "drg_flares:drg_flares" + ], + "tracingDistance": 128, + "debugMode": false, + "sleepDelay": 10, + "hitboxLimit": 50, + "skipMarkerArmorStands": true, + "tickCulling": true, + "tickCullingWhitelist": [ + "create:gantry_contraption", + "alexscaves:gum_worm", + "mts:builder_rendering", + "drg_flares:drg_flares", + "mts:builder_existing", + "create:contraption", + "create:stationary_contraption", + "drg_flares:drg_flare", + "minecraft:boat", + "mts:builder_seat", + "minecraft:firework_rocket", + "create:carriage_contraption", + "alexscaves:gum_worm_segment" + ], + "disableF3": false, + "skipEntityCulling": false, + "skipBlockEntityCulling": false +} \ No newline at end of file diff --git a/config/evenmoreinstruments-client.toml b/config/evenmoreinstruments-client.toml new file mode 100644 index 0000000..5e639c4 --- /dev/null +++ b/config/evenmoreinstruments-client.toml @@ -0,0 +1,4 @@ +#Allowed Values: FULL_NOTE, HALF_NOTE +violin_sound_type = "FULL_NOTE" +#Allowed Values: REGULAR, TREMOLO +pipa_sound_type = "REGULAR" diff --git a/config/fabric/indigo-renderer.properties b/config/fabric/indigo-renderer.properties new file mode 100644 index 0000000..db7b180 --- /dev/null +++ b/config/fabric/indigo-renderer.properties @@ -0,0 +1,9 @@ +#Indigo properties file +#Wed Jan 08 14:42:07 PST 2025 +fix-mean-light-calculation=auto +debug-compare-lighting=auto +fix-exterior-vertex-lighting=auto +ambient-occlusion-mode=hybrid +always-tesselate-blocks=auto +fix-smooth-lighting-offset=auto +fix-luminous-block-ambient-occlusion=auto diff --git a/config/fabricskyboxes-config.json b/config/fabricskyboxes-config.json new file mode 100644 index 0000000..95a663c --- /dev/null +++ b/config/fabricskyboxes-config.json @@ -0,0 +1,9 @@ +{ + "generalSettings": { + "enable": true, + "unexpectedTransitionDuration": 20, + "keepVanillaBehaviour": true, + "debugMode": false, + "debugHud": false + } +} \ No newline at end of file diff --git a/config/fancymenu/assets/add.png b/config/fancymenu/assets/add.png new file mode 100644 index 0000000..90f57a8 Binary files /dev/null and b/config/fancymenu/assets/add.png differ diff --git a/config/fancymenu/assets/add2.png b/config/fancymenu/assets/add2.png new file mode 100644 index 0000000..a2eee66 Binary files /dev/null and b/config/fancymenu/assets/add2.png differ diff --git a/config/fancymenu/assets/backgroundwithbuttonswithouttext.png b/config/fancymenu/assets/backgroundwithbuttonswithouttext.png new file mode 100644 index 0000000..2c46788 Binary files /dev/null and b/config/fancymenu/assets/backgroundwithbuttonswithouttext.png differ diff --git a/config/fancymenu/assets/backgroundwithoutbuttons.png b/config/fancymenu/assets/backgroundwithoutbuttons.png new file mode 100644 index 0000000..aa21a59 Binary files /dev/null and b/config/fancymenu/assets/backgroundwithoutbuttons.png differ diff --git a/config/fancymenu/assets/blank.png b/config/fancymenu/assets/blank.png new file mode 100644 index 0000000..a2eb41c Binary files /dev/null and b/config/fancymenu/assets/blank.png differ diff --git a/config/fancymenu/assets/blank2.png b/config/fancymenu/assets/blank2.png new file mode 100644 index 0000000..929cfee Binary files /dev/null and b/config/fancymenu/assets/blank2.png differ diff --git a/config/fancymenu/assets/buttonm.png b/config/fancymenu/assets/buttonm.png new file mode 100644 index 0000000..2de4875 Binary files /dev/null and b/config/fancymenu/assets/buttonm.png differ diff --git a/config/fancymenu/assets/buttonm2.png b/config/fancymenu/assets/buttonm2.png new file mode 100644 index 0000000..f922a07 Binary files /dev/null and b/config/fancymenu/assets/buttonm2.png differ diff --git a/config/fancymenu/assets/buttonmp.png b/config/fancymenu/assets/buttonmp.png new file mode 100644 index 0000000..c71b2b1 Binary files /dev/null and b/config/fancymenu/assets/buttonmp.png differ diff --git a/config/fancymenu/assets/buttonmp2.png b/config/fancymenu/assets/buttonmp2.png new file mode 100644 index 0000000..d69fc7c Binary files /dev/null and b/config/fancymenu/assets/buttonmp2.png differ diff --git a/config/fancymenu/assets/buttonop.png b/config/fancymenu/assets/buttonop.png new file mode 100644 index 0000000..87f7180 Binary files /dev/null and b/config/fancymenu/assets/buttonop.png differ diff --git a/config/fancymenu/assets/buttonop2.png b/config/fancymenu/assets/buttonop2.png new file mode 100644 index 0000000..b2bc155 Binary files /dev/null and b/config/fancymenu/assets/buttonop2.png differ diff --git a/config/fancymenu/assets/buttonq.png b/config/fancymenu/assets/buttonq.png new file mode 100644 index 0000000..362429c Binary files /dev/null and b/config/fancymenu/assets/buttonq.png differ diff --git a/config/fancymenu/assets/buttonq2.png b/config/fancymenu/assets/buttonq2.png new file mode 100644 index 0000000..56d4b8b Binary files /dev/null and b/config/fancymenu/assets/buttonq2.png differ diff --git a/config/fancymenu/assets/buttonrent.png b/config/fancymenu/assets/buttonrent.png new file mode 100644 index 0000000..4ff58b7 Binary files /dev/null and b/config/fancymenu/assets/buttonrent.png differ diff --git a/config/fancymenu/assets/buttonrent2.png b/config/fancymenu/assets/buttonrent2.png new file mode 100644 index 0000000..b910f43 Binary files /dev/null and b/config/fancymenu/assets/buttonrent2.png differ diff --git a/config/fancymenu/assets/buttons.pdn b/config/fancymenu/assets/buttons.pdn new file mode 100644 index 0000000..eb1c36b Binary files /dev/null and b/config/fancymenu/assets/buttons.pdn differ diff --git a/config/fancymenu/assets/buttonsp.png b/config/fancymenu/assets/buttonsp.png new file mode 100644 index 0000000..c0d2367 Binary files /dev/null and b/config/fancymenu/assets/buttonsp.png differ diff --git a/config/fancymenu/assets/buttonsp2.png b/config/fancymenu/assets/buttonsp2.png new file mode 100644 index 0000000..fe38998 Binary files /dev/null and b/config/fancymenu/assets/buttonsp2.png differ diff --git a/config/fancymenu/assets/buttonweb.png b/config/fancymenu/assets/buttonweb.png new file mode 100644 index 0000000..5c87bab Binary files /dev/null and b/config/fancymenu/assets/buttonweb.png differ diff --git a/config/fancymenu/assets/buttonweb2.png b/config/fancymenu/assets/buttonweb2.png new file mode 100644 index 0000000..6bd4d94 Binary files /dev/null and b/config/fancymenu/assets/buttonweb2.png differ diff --git a/config/fancymenu/assets/can.png b/config/fancymenu/assets/can.png new file mode 100644 index 0000000..44f4b43 Binary files /dev/null and b/config/fancymenu/assets/can.png differ diff --git a/config/fancymenu/assets/can2.png b/config/fancymenu/assets/can2.png new file mode 100644 index 0000000..93903ce Binary files /dev/null and b/config/fancymenu/assets/can2.png differ diff --git a/config/fancymenu/assets/dc.png b/config/fancymenu/assets/dc.png new file mode 100644 index 0000000..4c214eb Binary files /dev/null and b/config/fancymenu/assets/dc.png differ diff --git a/config/fancymenu/assets/dc2.png b/config/fancymenu/assets/dc2.png new file mode 100644 index 0000000..0116abf Binary files /dev/null and b/config/fancymenu/assets/dc2.png differ diff --git a/config/fancymenu/assets/del.png b/config/fancymenu/assets/del.png new file mode 100644 index 0000000..880dfd2 Binary files /dev/null and b/config/fancymenu/assets/del.png differ diff --git a/config/fancymenu/assets/del2.png b/config/fancymenu/assets/del2.png new file mode 100644 index 0000000..1b13712 Binary files /dev/null and b/config/fancymenu/assets/del2.png differ diff --git a/config/fancymenu/assets/edit.png b/config/fancymenu/assets/edit.png new file mode 100644 index 0000000..aa4159a Binary files /dev/null and b/config/fancymenu/assets/edit.png differ diff --git a/config/fancymenu/assets/edit2.png b/config/fancymenu/assets/edit2.png new file mode 100644 index 0000000..6d4a85b Binary files /dev/null and b/config/fancymenu/assets/edit2.png differ diff --git a/config/fancymenu/assets/fullbackground.png b/config/fancymenu/assets/fullbackground.png new file mode 100644 index 0000000..1cab861 Binary files /dev/null and b/config/fancymenu/assets/fullbackground.png differ diff --git a/config/fancymenu/assets/graphblank.png b/config/fancymenu/assets/graphblank.png new file mode 100644 index 0000000..5165451 Binary files /dev/null and b/config/fancymenu/assets/graphblank.png differ diff --git a/config/fancymenu/assets/graphblank2.png b/config/fancymenu/assets/graphblank2.png new file mode 100644 index 0000000..1db549d Binary files /dev/null and b/config/fancymenu/assets/graphblank2.png differ diff --git a/config/fancymenu/assets/icon.icns b/config/fancymenu/assets/icon.icns new file mode 100644 index 0000000..9fd9aaa Binary files /dev/null and b/config/fancymenu/assets/icon.icns differ diff --git a/config/fancymenu/assets/icon16.png b/config/fancymenu/assets/icon16.png new file mode 100644 index 0000000..a334ce5 Binary files /dev/null and b/config/fancymenu/assets/icon16.png differ diff --git a/config/fancymenu/assets/icon32.icns b/config/fancymenu/assets/icon32.icns new file mode 100644 index 0000000..7883428 Binary files /dev/null and b/config/fancymenu/assets/icon32.icns differ diff --git a/config/fancymenu/assets/icon32.png b/config/fancymenu/assets/icon32.png new file mode 100644 index 0000000..23849b0 Binary files /dev/null and b/config/fancymenu/assets/icon32.png differ diff --git a/config/fancymenu/assets/icon64.icns b/config/fancymenu/assets/icon64.icns new file mode 100644 index 0000000..b85e8f1 Binary files /dev/null and b/config/fancymenu/assets/icon64.icns differ diff --git a/config/fancymenu/assets/icon64.png b/config/fancymenu/assets/icon64.png new file mode 100644 index 0000000..52bf2fe Binary files /dev/null and b/config/fancymenu/assets/icon64.png differ diff --git a/config/fancymenu/assets/join.png b/config/fancymenu/assets/join.png new file mode 100644 index 0000000..421178d Binary files /dev/null and b/config/fancymenu/assets/join.png differ diff --git a/config/fancymenu/assets/join2.png b/config/fancymenu/assets/join2.png new file mode 100644 index 0000000..a4c1ea4 Binary files /dev/null and b/config/fancymenu/assets/join2.png differ diff --git a/config/fancymenu/assets/notextonlyimage.png b/config/fancymenu/assets/notextonlyimage.png new file mode 100644 index 0000000..41e14ba Binary files /dev/null and b/config/fancymenu/assets/notextonlyimage.png differ diff --git a/config/fancymenu/assets/notextonlyimagedim.png b/config/fancymenu/assets/notextonlyimagedim.png new file mode 100644 index 0000000..6dade9d Binary files /dev/null and b/config/fancymenu/assets/notextonlyimagedim.png differ diff --git a/config/fancymenu/assets/ref.png b/config/fancymenu/assets/ref.png new file mode 100644 index 0000000..a3fc512 Binary files /dev/null and b/config/fancymenu/assets/ref.png differ diff --git a/config/fancymenu/assets/ref2.png b/config/fancymenu/assets/ref2.png new file mode 100644 index 0000000..b80841b Binary files /dev/null and b/config/fancymenu/assets/ref2.png differ diff --git a/config/fancymenu/assets/splashes.txt b/config/fancymenu/assets/splashes.txt new file mode 100644 index 0000000..5f76f57 --- /dev/null +++ b/config/fancymenu/assets/splashes.txt @@ -0,0 +1,3 @@ +Don't blame Wutax! +Abe's fault. +Can't spell incompetent without Pete... \ No newline at end of file diff --git a/config/fancymenu/assets/staracademylogo.png b/config/fancymenu/assets/staracademylogo.png new file mode 100644 index 0000000..4c6ed33 Binary files /dev/null and b/config/fancymenu/assets/staracademylogo.png differ diff --git a/config/fancymenu/custom_gui_screens.txt b/config/fancymenu/custom_gui_screens.txt new file mode 100644 index 0000000..104f1d1 --- /dev/null +++ b/config/fancymenu/custom_gui_screens.txt @@ -0,0 +1,5 @@ +type = custom_gui_screens + +overridden_screens { +} + diff --git a/config/fancymenu/customizablemenus.txt b/config/fancymenu/customizablemenus.txt new file mode 100644 index 0000000..0d3de48 --- /dev/null +++ b/config/fancymenu/customizablemenus.txt @@ -0,0 +1,8 @@ +type = customizablemenus + +net.minecraft.class_500 { +} + +net.minecraft.class_442 { +} + diff --git a/config/fancymenu/customization/join_multiplayer_screen_layout.txt b/config/fancymenu/customization/join_multiplayer_screen_layout.txt new file mode 100644 index 0000000..86cc387 --- /dev/null +++ b/config/fancymenu/customization/join_multiplayer_screen_layout.txt @@ -0,0 +1,343 @@ +type = fancymenu_layout + +layout-meta { + identifier = join_multiplayer_screen + render_custom_elements_behind_vanilla = false + last_edited_time = 1735738739998 + is_enabled = true + randommode = false + randomgroup = 1 + randomonlyfirsttime = false + layout_index = 0 + [loading_requirement_container_meta:151ebf3d-1fef-499e-b071-19c2b89674a8-1735735207437] = [groups:][instances:] +} + +menu_background { + image_path = [source:local]/config/fancymenu/assets/notextonlyimagedim.png + slide = false + repeat_texture = false + background_type = image +} + +customization { + action = backgroundoptions + keepaspectratio = false +} + +scroll_list_customization { + preserve_scroll_list_header_footer_aspect_ratio = true + render_scroll_list_header_shadow = true + render_scroll_list_footer_shadow = true + show_scroll_list_header_footer_preview_in_editor = false + repeat_scroll_list_header_texture = false + repeat_scroll_list_footer_texture = false +} + +vanilla_button { + button_element_executable_block_identifier = 33c551d8-540a-4ee5-822b-b0278b1a6798-1735540413890 + [executable_block:33c551d8-540a-4ee5-822b-b0278b1a6798-1735540413890][type:generic] = [executables:] + backgroundnormal = [source:local]/config/fancymenu/assets/edit.png + backgroundhovered = [source:local]/config/fancymenu/assets/edit2.png + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + label = + navigatable = true + widget_active_state_requirement_container_identifier = e7ffa070-62ba-4d82-8978-db760f44f38a-1735540413890 + [loading_requirement_container_meta:e7ffa070-62ba-4d82-8978-db760f44f38a-1735540413890] = [groups:][instances:] + element_type = vanilla_button + instance_identifier = 346970 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 3840 + auto_sizing_base_screen_height = 2058 + sticky_anchor = false + anchor_point = vanilla + x = 166 + y = 330 + width = 74 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 72f5814b-6c72-4718-a608-650b26d20593-1735540413890 + [loading_requirement_container_meta:72f5814b-6c72-4718-a608-650b26d20593-1735540413890] = [groups:][instances:] + is_hidden = false + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = 316f54ff-7b31-4fcb-a0b0-9221381a718e-1735540413890 + [executable_block:316f54ff-7b31-4fcb-a0b0-9221381a718e-1735540413890][type:generic] = [executables:] + backgroundnormal = [source:local]/config/fancymenu/assets/add.png + backgroundhovered = [source:local]/config/fancymenu/assets/add2.png + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + label = + navigatable = true + widget_active_state_requirement_container_identifier = f58a7fd1-6694-4fca-8b16-0843f1dc95e9-1735540413890 + [loading_requirement_container_meta:f58a7fd1-6694-4fca-8b16-0843f1dc95e9-1735540413890] = [groups:][instances:] + element_type = vanilla_button + instance_identifier = 554946 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 374 + y = 306 + width = 100 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 1250a65a-e461-49cc-9ef2-9cbf7bf1ffc9-1735540413890 + [loading_requirement_container_meta:1250a65a-e461-49cc-9ef2-9cbf7bf1ffc9-1735540413890] = [groups:][instances:] + is_hidden = false + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = 7e3a5662-acd2-40b7-97eb-195d6bbf81f7-1735540413890 + [executable_block:7e3a5662-acd2-40b7-97eb-195d6bbf81f7-1735540413890][type:generic] = [executables:] + backgroundnormal = [source:local]/config/fancymenu/assets/join.png + backgroundhovered = [source:local]/config/fancymenu/assets/join2.png + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + label = + navigatable = true + widget_active_state_requirement_container_identifier = cc6a415c-e423-43e8-964a-318ad340c3b2-1735540413890 + [loading_requirement_container_meta:cc6a415c-e423-43e8-964a-318ad340c3b2-1735540413890] = [groups:][instances:] + element_type = vanilla_button + instance_identifier = 346946 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 166 + y = 306 + width = 100 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 345e9655-f73c-4ea0-806a-fe72b608d121-1735540413890 + [loading_requirement_container_meta:345e9655-f73c-4ea0-806a-fe72b608d121-1735540413890] = [groups:][instances:] + is_hidden = false + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = f0a26237-d069-4a49-bacb-3db4773d6d8d-1735540413890 + [executable_block:f0a26237-d069-4a49-bacb-3db4773d6d8d-1735540413890][type:generic] = [executables:] + backgroundnormal = [source:local]/config/fancymenu/assets/ref.png + backgroundhovered = [source:local]/config/fancymenu/assets/ref2.png + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + label = + navigatable = true + widget_active_state_requirement_container_identifier = b0a44de9-9b13-47de-a8c5-024e4255af14-1735540413890 + [loading_requirement_container_meta:b0a44de9-9b13-47de-a8c5-024e4255af14-1735540413890] = [groups:][instances:] + element_type = vanilla_button + instance_identifier = 502970 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 322 + y = 330 + width = 74 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 13fe8cfd-69ae-4514-97b9-03042a241cb8-1735540413890 + [loading_requirement_container_meta:13fe8cfd-69ae-4514-97b9-03042a241cb8-1735540413890] = [groups:][instances:] + is_hidden = false + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = 3ad38912-9a4c-4fb7-b3c7-7ac46f03bbf9-1735540413890 + [executable_block:3ad38912-9a4c-4fb7-b3c7-7ac46f03bbf9-1735540413890][type:generic] = [executables:] + backgroundnormal = [source:local]/config/fancymenu/assets/can.png + backgroundhovered = [source:local]/config/fancymenu/assets/can2.png + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + label = + navigatable = true + widget_active_state_requirement_container_identifier = 8488913c-8786-4c11-ae14-2e21daf28ace-1735540413890 + [loading_requirement_container_meta:8488913c-8786-4c11-ae14-2e21daf28ace-1735540413890] = [groups:][instances:] + element_type = vanilla_button + instance_identifier = 580970 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 400 + y = 330 + width = 74 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 320d4a55-d37c-4b5d-b8e8-1f4be778323f-1735540413890 + [loading_requirement_container_meta:320d4a55-d37c-4b5d-b8e8-1f4be778323f-1735540413890] = [groups:][instances:] + is_hidden = false + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = 3cce402f-8378-4c3b-b6df-26e2d73fa7ee-1735540413890 + [executable_block:3cce402f-8378-4c3b-b6df-26e2d73fa7ee-1735540413890][type:generic] = [executables:] + backgroundnormal = [source:local]/config/fancymenu/assets/del.png + backgroundhovered = [source:local]/config/fancymenu/assets/del2.png + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + label = + navigatable = true + widget_active_state_requirement_container_identifier = 3a5781e9-3c2d-4d19-b6fe-0c74f1c3be07-1735540413890 + [loading_requirement_container_meta:3a5781e9-3c2d-4d19-b6fe-0c74f1c3be07-1735540413890] = [groups:][instances:] + element_type = vanilla_button + instance_identifier = 424970 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 244 + y = 330 + width = 74 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = f6d091af-775b-4728-bf35-757f9f087334-1735540413890 + [loading_requirement_container_meta:f6d091af-775b-4728-bf35-757f9f087334-1735540413890] = [groups:][instances:] + is_hidden = false + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = a9457155-710a-4224-8f05-3ab95f2a8e0c-1735540413890 + [executable_block:a9457155-710a-4224-8f05-3ab95f2a8e0c-1735540413890][type:generic] = [executables:] + backgroundnormal = [source:local]/config/fancymenu/assets/dc.png + backgroundhovered = [source:local]/config/fancymenu/assets/dc2.png + restartbackgroundanimations = false + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + label = + navigatable = true + widget_active_state_requirement_container_identifier = c74e98b3-2103-45a2-944b-fcf4de87ddc1-1735540413890 + [loading_requirement_container_meta:c74e98b3-2103-45a2-944b-fcf4de87ddc1-1735540413890] = [groups:][instances:] + element_type = vanilla_button + instance_identifier = 450946 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 270 + y = 306 + width = 100 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 8b4cd7a6-5df0-4b82-b464-d9d1e8c74175-1735540413890 + [loading_requirement_container_meta:8b4cd7a6-5df0-4b82-b464-d9d1e8c74175-1735540413890] = [groups:][instances:] + is_hidden = false + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + diff --git a/config/fancymenu/customization/title_screen_layout.txt b/config/fancymenu/customization/title_screen_layout.txt new file mode 100644 index 0000000..6ce4b00 --- /dev/null +++ b/config/fancymenu/customization/title_screen_layout.txt @@ -0,0 +1,938 @@ +type = fancymenu_layout + +layout-meta { + identifier = title_screen + render_custom_elements_behind_vanilla = true + last_edited_time = 1736159384557 + is_enabled = true + randommode = false + randomgroup = 1 + randomonlyfirsttime = false + layout_index = 0 + custom_menu_title = Cobblemon: Star Academy + [loading_requirement_container_meta:6a613e34-a4e8-46ce-9a1a-e7a180a3969b-1736159360860] = [groups:][instances:] +} + +customization { + action = setscale + scale = 6.0 +} + +customization { + action = autoscale + basewidth = 3840 + baseheight = 2160 +} + +menu_background { + image_path = [source:local]/config/fancymenu/assets/notextonlyimage.png + slide = false + repeat_texture = false + background_type = image +} + +customization { + action = backgroundoptions + keepaspectratio = false +} + +scroll_list_customization { + preserve_scroll_list_header_footer_aspect_ratio = true + render_scroll_list_header_shadow = true + render_scroll_list_footer_shadow = true + show_scroll_list_header_footer_preview_in_editor = false + repeat_scroll_list_header_texture = false + repeat_scroll_list_footer_texture = false +} + +element { + source = [source:local]/config/fancymenu/assets/staracademylogo.png + repeat_texture = false + nine_slice_texture = false + nine_slice_texture_border_x = 5 + nine_slice_texture_border_y = 5 + element_type = image + instance_identifier = 0331d6f1-c5db-4ea8-a47b-f24a7fe8dc98-1735538715485 + appearance_delay = first_time + appearance_delay_seconds = 1.0 + fade_in_v2 = first_time + fade_in_speed = 0.5 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 3840 + auto_sizing_base_screen_height = 2160 + sticky_anchor = false + anchor_point = top-centered + x = -146 + y = 4 + width = 293 + height = 94 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 8f102e6f-2f45-47c9-a8b3-23dcf4485823-1735538715485 + [loading_requirement_container_meta:8f102e6f-2f45-47c9-a8b3-23dcf4485823-1735538715485] = [groups:][instances:] +} + +element { + button_element_executable_block_identifier = be2c2b42-bafb-4a68-bc48-6148fe7e9ddc-1735538834526 + [executable_action_instance:3cc043d1-2f25-4e65-9671-cdd76f952236-1735538959545][action_type:mimicbutton] = title_screen:mc_titlescreen_singleplayer_button + [executable_block:be2c2b42-bafb-4a68-bc48-6148fe7e9ddc-1735538834526][type:generic] = [executables:3cc043d1-2f25-4e65-9671-cdd76f952236-1735538959545;] + backgroundnormal = [source:local]/config/fancymenu/assets/buttonsp.png + backgroundhovered = [source:local]/config/fancymenu/assets/buttonsp2.png + restartbackgroundanimations = false + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + widget_active_state_requirement_container_identifier = afaf5463-1c2d-4673-8088-578069642fa9-1735538834526 + [loading_requirement_container_meta:afaf5463-1c2d-4673-8088-578069642fa9-1735538834526] = [groups:][instances:] + element_type = custom_button + instance_identifier = e0bb469e-2e39-4c83-b6de-5fb32892b34f-1735538834526 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 0.9 + auto_sizing = false + auto_sizing_base_screen_width = 3840 + auto_sizing_base_screen_height = 2160 + sticky_anchor = false + anchor_point = bottom-left + x = 41 + y = -65 + width = 132 + height = 25 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 81f815a7-7fd4-4842-9c0c-8e6ecfc6db59-1735538834526 + [loading_requirement_container_meta:81f815a7-7fd4-4842-9c0c-8e6ecfc6db59-1735538834526] = [groups:][instances:] +} + +element { + button_element_executable_block_identifier = be2c2b42-bafb-4a68-bc48-6148fe7e9ddc-1735538834526 + [executable_action_instance:3cc043d1-2f25-4e65-9671-cdd76f952236-1735538959545][action_type:mimicbutton] = title_screen:mc_titlescreen_multiplayer_button + [executable_block:be2c2b42-bafb-4a68-bc48-6148fe7e9ddc-1735538834526][type:generic] = [executables:3cc043d1-2f25-4e65-9671-cdd76f952236-1735538959545;] + backgroundnormal = [source:local]/config/fancymenu/assets/buttonmp.png + backgroundhovered = [source:local]/config/fancymenu/assets/buttonmp2.png + restartbackgroundanimations = false + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + widget_active_state_requirement_container_identifier = afaf5463-1c2d-4673-8088-578069642fa9-1735538834526 + [loading_requirement_container_meta:afaf5463-1c2d-4673-8088-578069642fa9-1735538834526] = [groups:][instances:] + element_type = custom_button + instance_identifier = eeb96650-a703-47d3-af36-6978fffbcccf-1735539273535 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 0.9 + auto_sizing = false + auto_sizing_base_screen_width = 3841 + auto_sizing_base_screen_height = 2058 + sticky_anchor = false + anchor_point = bottom-left + x = 183 + y = -65 + width = 132 + height = 25 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 81f815a7-7fd4-4842-9c0c-8e6ecfc6db59-1735538834526 + [loading_requirement_container_meta:81f815a7-7fd4-4842-9c0c-8e6ecfc6db59-1735538834526] = [groups:][instances:] +} + +element { + button_element_executable_block_identifier = be2c2b42-bafb-4a68-bc48-6148fe7e9ddc-1735538834526 + [executable_action_instance:3cc043d1-2f25-4e65-9671-cdd76f952236-1735538959545][action_type:mimicbutton] = title_screen:mc_titlescreen_options_button + [executable_block:be2c2b42-bafb-4a68-bc48-6148fe7e9ddc-1735538834526][type:generic] = [executables:3cc043d1-2f25-4e65-9671-cdd76f952236-1735538959545;] + backgroundnormal = [source:local]/config/fancymenu/assets/buttonop.png + backgroundhovered = [source:local]/config/fancymenu/assets/buttonop2.png + restartbackgroundanimations = false + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + widget_active_state_requirement_container_identifier = afaf5463-1c2d-4673-8088-578069642fa9-1735538834526 + [loading_requirement_container_meta:afaf5463-1c2d-4673-8088-578069642fa9-1735538834526] = [groups:][instances:] + element_type = custom_button + instance_identifier = df83b92a-c070-4412-bdfd-8f03559631d0-1735539336229 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 0.9 + auto_sizing = false + auto_sizing_base_screen_width = 3840 + auto_sizing_base_screen_height = 2160 + sticky_anchor = false + anchor_point = bottom-right + x = -315 + y = -65 + width = 132 + height = 25 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 81f815a7-7fd4-4842-9c0c-8e6ecfc6db59-1735538834526 + [loading_requirement_container_meta:81f815a7-7fd4-4842-9c0c-8e6ecfc6db59-1735538834526] = [groups:][instances:] +} + +element { + button_element_executable_block_identifier = be2c2b42-bafb-4a68-bc48-6148fe7e9ddc-1735538834526 + [executable_action_instance:3cc043d1-2f25-4e65-9671-cdd76f952236-1735538959545][action_type:mimicbutton] = title_screen:modmenu_titlescreen_mods_button + [executable_block:be2c2b42-bafb-4a68-bc48-6148fe7e9ddc-1735538834526][type:generic] = [executables:3cc043d1-2f25-4e65-9671-cdd76f952236-1735538959545;] + backgroundnormal = [source:local]/config/fancymenu/assets/buttonm.png + backgroundhovered = [source:local]/config/fancymenu/assets/buttonm2.png + restartbackgroundanimations = false + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + widget_active_state_requirement_container_identifier = afaf5463-1c2d-4673-8088-578069642fa9-1735538834526 + [loading_requirement_container_meta:afaf5463-1c2d-4673-8088-578069642fa9-1735538834526] = [groups:][instances:] + element_type = custom_button + instance_identifier = b84a2dfb-f4c0-4c73-965b-5dd85d00ccff-1735539385272 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 0.9 + auto_sizing = false + auto_sizing_base_screen_width = 3840 + auto_sizing_base_screen_height = 2160 + sticky_anchor = false + anchor_point = bottom-right + x = -173 + y = -65 + width = 132 + height = 25 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 81f815a7-7fd4-4842-9c0c-8e6ecfc6db59-1735538834526 + [loading_requirement_container_meta:81f815a7-7fd4-4842-9c0c-8e6ecfc6db59-1735538834526] = [groups:][instances:] +} + +element { + button_element_executable_block_identifier = be2c2b42-bafb-4a68-bc48-6148fe7e9ddc-1735538834526 + [executable_action_instance:3cc043d1-2f25-4e65-9671-cdd76f952236-1735538959545][action_type:mimicbutton] = title_screen:mc_titlescreen_quit_button + [executable_block:be2c2b42-bafb-4a68-bc48-6148fe7e9ddc-1735538834526][type:generic] = [executables:3cc043d1-2f25-4e65-9671-cdd76f952236-1735538959545;] + backgroundnormal = [source:local]/config/fancymenu/assets/buttonq.png + backgroundhovered = [source:local]/config/fancymenu/assets/buttonq2.png + restartbackgroundanimations = false + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + widget_active_state_requirement_container_identifier = afaf5463-1c2d-4673-8088-578069642fa9-1735538834526 + [loading_requirement_container_meta:afaf5463-1c2d-4673-8088-578069642fa9-1735538834526] = [groups:][instances:] + element_type = custom_button + instance_identifier = 45eea3ac-b3b0-4597-b5a8-5740c2469177-1735539421239 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 0.9 + auto_sizing = false + auto_sizing_base_screen_width = 3840 + auto_sizing_base_screen_height = 2160 + sticky_anchor = false + anchor_point = bottom-centered + x = -66 + y = -34 + width = 132 + height = 25 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 81f815a7-7fd4-4842-9c0c-8e6ecfc6db59-1735538834526 + [loading_requirement_container_meta:81f815a7-7fd4-4842-9c0c-8e6ecfc6db59-1735538834526] = [groups:][instances:] +} + +element { + button_element_executable_block_identifier = be2c2b42-bafb-4a68-bc48-6148fe7e9ddc-1735538834526 + [executable_action_instance:1435e49f-596a-406a-b707-c1257ca3825d-1735539652469][action_type:openlink] = https://www.bisecthosting.com/Abe + [executable_block:be2c2b42-bafb-4a68-bc48-6148fe7e9ddc-1735538834526][type:generic] = [executables:1435e49f-596a-406a-b707-c1257ca3825d-1735539652469;] + backgroundnormal = [source:local]/config/fancymenu/assets/buttonrent.png + backgroundhovered = [source:local]/config/fancymenu/assets/buttonrent2.png + restartbackgroundanimations = false + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + widget_active_state_requirement_container_identifier = afaf5463-1c2d-4673-8088-578069642fa9-1735538834526 + [loading_requirement_container_meta:afaf5463-1c2d-4673-8088-578069642fa9-1735538834526] = [groups:][instances:] + element_type = custom_button + instance_identifier = 110a3586-8e5a-4952-a928-017b6c82b2f6-1735539498415 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 0.9 + auto_sizing = false + auto_sizing_base_screen_width = 3840 + auto_sizing_base_screen_height = 2160 + sticky_anchor = false + anchor_point = bottom-right + x = -123 + y = -32 + width = 110 + height = 21 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 81f815a7-7fd4-4842-9c0c-8e6ecfc6db59-1735538834526 + [loading_requirement_container_meta:81f815a7-7fd4-4842-9c0c-8e6ecfc6db59-1735538834526] = [groups:][instances:] +} + +element { + copy_client_player = true + playername = PeteZahHutt + auto_skin = false + auto_cape = false + slim = false + skin_source = PeteZahHutt + cape_source = PeteZahHutt + scale = 34 + parrot = false + parrot_left_shoulder = false + is_baby = false + crouching = false + showname = true + head_follows_mouse = true + body_follows_mouse = false + headrotationx = 0.0 + headrotationy = 0.0 + bodyrotationx = -45.853657 + bodyrotationy = 0.24390244 + head_z_rot = 0.0 + left_arm_x_rot = 0.0 + left_arm_y_rot = 0.0 + left_arm_z_rot = 0.0 + right_arm_x_rot = 0.0 + right_arm_y_rot = 0.0 + right_arm_z_rot = 0.0 + left_leg_x_rot = -90.731705 + left_leg_y_rot = 0.0 + left_leg_z_rot = 0.0 + right_leg_x_rot = -90.731705 + right_leg_y_rot = -0.9756098 + right_leg_z_rot = 0.0 + body_x_rot_advanced_mode = false + body_y_rot_advanced_mode = false + head_x_rot_advanced_mode = false + head_y_rot_advanced_mode = false + head_z_rot_advanced_mode = false + left_arm_x_rot_advanced_mode = false + left_arm_y_rot_advanced_mode = false + left_arm_z_rot_advanced_mode = false + right_arm_x_rot_advanced_mode = false + right_arm_y_rot_advanced_mode = false + right_arm_z_rot_advanced_mode = false + left_leg_x_rot_advanced_mode = false + left_leg_y_rot_advanced_mode = false + left_leg_z_rot_advanced_mode = false + right_leg_x_rot_advanced_mode = false + right_leg_y_rot_advanced_mode = false + right_leg_z_rot_advanced_mode = false + element_type = fancymenu_customization_player_entity + instance_identifier = c930fd0a-7bfc-48f8-9ae5-344365ddf6cf-1735543063922 + appearance_delay = no_delay + appearance_delay_seconds = 5.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 3841 + auto_sizing_base_screen_height = 2058 + sticky_anchor = false + anchor_point = bottom-left + x = 39 + y = -106 + width = 20 + height = 61 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 1cb658a4-1485-4852-bcd3-e56c4f71a82b-1735543063922 + [loading_requirement_container_meta:1cb658a4-1485-4852-bcd3-e56c4f71a82b-1735543063922] = [groups:][instances:] +} + +element { + source = [source:local]/config/fancymenu/assets/splashes.txt + source_mode = text_file + scale = 1.0 + shadow = true + rotation = -20.0 + base_color = #f0d15d + refresh = true + bouncing = true + element_type = splash_text + instance_identifier = b9bc29e5-b2ad-47fa-bb1b-e80d340920d1-1735551303157 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 3841 + auto_sizing_base_screen_height = 2058 + sticky_anchor = false + anchor_point = top-centered + x = 52 + y = 76 + width = 100 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 755f1a62-dbd6-473d-bba8-5dd6f036a2cc-1735551303157 + [loading_requirement_container_meta:755f1a62-dbd6-473d-bba8-5dd6f036a2cc-1735551303157] = [groups:][instances:] +} + +element { + button_element_executable_block_identifier = 92d7ce6e-2657-4fc6-b799-731a848977ba-1735602804900 + [executable_action_instance:5b6a62ee-f67d-4e56-9ef1-c2b7dd63ef52-1735642083626][action_type:openlink] = https://x.com/polypuff + [executable_block:92d7ce6e-2657-4fc6-b799-731a848977ba-1735602804900][type:generic] = [executables:5b6a62ee-f67d-4e56-9ef1-c2b7dd63ef52-1735642083626;] + backgroundnormal = [source:local]/config/fancymenu/assets/graphblank.png + backgroundhovered = [source:local]/config/fancymenu/assets/graphblank2.png + restartbackgroundanimations = false + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + widget_active_state_requirement_container_identifier = c0c544de-2594-47e2-8160-822e7148b63a-1735602804900 + [loading_requirement_container_meta:c0c544de-2594-47e2-8160-822e7148b63a-1735602804900] = [groups:][instances:] + element_type = custom_button + instance_identifier = 212eabf4-bfbd-44e1-833b-4bca70f3b4a1-1735602804900 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 0.9 + auto_sizing = false + auto_sizing_base_screen_width = 3840 + auto_sizing_base_screen_height = 2160 + sticky_anchor = false + anchor_point = bottom-right + x = -78 + y = -7 + width = 78 + height = 7 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = a943ea3b-b98f-443a-aea5-579ca7379509-1735602804900 + [loading_requirement_container_meta:a943ea3b-b98f-443a-aea5-579ca7379509-1735602804900] = [groups:][instances:] +} + +vanilla_button { + button_element_executable_block_identifier = bb2ad399-6bcd-44ef-b050-bc186d23ac25-1733447459081 + [executable_block:bb2ad399-6bcd-44ef-b050-bc186d23ac25-1733447459081][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + widget_active_state_requirement_container_identifier = 870a778c-5af3-44e8-922c-d18c8e7592c0-1733447459081 + [loading_requirement_container_meta:870a778c-5af3-44e8-922c-d18c8e7592c0-1733447459081] = [groups:][instances:] + element_type = vanilla_button + instance_identifier = mc_titlescreen_language_button + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 3840 + auto_sizing_base_screen_height = 2058 + sticky_anchor = false + anchor_point = mid-centered + x = -124 + y = 58 + width = 20 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 13ad7ca5-ee17-49df-bf9d-0282aa27fd02-1733447459081 + [loading_requirement_container_meta:13ad7ca5-ee17-49df-bf9d-0282aa27fd02-1733447459081] = [groups:][instances:] + is_hidden = true + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = bb377774-a266-4c62-8d31-a74f3137fcd5-1733447459081 + [executable_block:bb377774-a266-4c62-8d31-a74f3137fcd5-1733447459081][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + widget_active_state_requirement_container_identifier = 42508894-6eb0-44df-9423-005bf1efa84b-1733447459081 + [loading_requirement_container_meta:42508894-6eb0-44df-9423-005bf1efa84b-1733447459081] = [groups:][instances:] + element_type = vanilla_button + instance_identifier = modmenu_titlescreen_mods_button + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 3840 + auto_sizing_base_screen_height = 2058 + sticky_anchor = false + anchor_point = mid-centered + x = -100 + y = 27 + width = 200 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 41cb4301-d253-4e6e-8cd2-8bd67bc6f29d-1733447459081 + [loading_requirement_container_meta:41cb4301-d253-4e6e-8cd2-8bd67bc6f29d-1733447459081] = [groups:][instances:] + is_hidden = true + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = 8e7edf31-fd5c-4e15-a2b9-9a8341f8dc01-1733447459081 + [executable_block:8e7edf31-fd5c-4e15-a2b9-9a8341f8dc01-1733447459081][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + widget_active_state_requirement_container_identifier = 967a0257-a46a-4626-94fb-d3c4d2ba4068-1733447459081 + [loading_requirement_container_meta:967a0257-a46a-4626-94fb-d3c4d2ba4068-1733447459081] = [groups:][instances:] + element_type = vanilla_button + instance_identifier = mc_titlescreen_options_button + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 3840 + auto_sizing_base_screen_height = 2058 + sticky_anchor = false + anchor_point = mid-centered + x = -100 + y = 58 + width = 98 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 7a19d976-9b27-4cb9-9854-c4d44e8d2a1d-1733447459081 + [loading_requirement_container_meta:7a19d976-9b27-4cb9-9854-c4d44e8d2a1d-1733447459081] = [groups:][instances:] + is_hidden = true + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = e1b38b5e-2492-45a1-9919-033f4c21b74a-1733447459081 + [executable_block:e1b38b5e-2492-45a1-9919-033f4c21b74a-1733447459081][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + widget_active_state_requirement_container_identifier = 5dbf27a3-6450-4028-bde1-6606f2885768-1733447459081 + [loading_requirement_container_meta:5dbf27a3-6450-4028-bde1-6606f2885768-1733447459081] = [groups:][instances:] + element_type = vanilla_button + instance_identifier = mc_titlescreen_multiplayer_button + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 3840 + auto_sizing_base_screen_height = 2058 + sticky_anchor = false + anchor_point = mid-centered + x = -100 + y = 0 + width = 200 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 945e4c90-46c9-4bf5-aff4-e273f6f93712-1733447459081 + [loading_requirement_container_meta:945e4c90-46c9-4bf5-aff4-e273f6f93712-1733447459081] = [groups:][instances:] + is_hidden = true + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = 7b681fa3-8716-4eac-8215-a7b7953898eb-1733447459081 + [executable_block:7b681fa3-8716-4eac-8215-a7b7953898eb-1733447459081][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + widget_active_state_requirement_container_identifier = b7d406c9-b4cb-4de0-94af-7c5673900de8-1733447459081 + [loading_requirement_container_meta:b7d406c9-b4cb-4de0-94af-7c5673900de8-1733447459081] = [groups:][instances:] + element_type = vanilla_button + instance_identifier = mc_titlescreen_quit_button + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 3840 + auto_sizing_base_screen_height = 2058 + sticky_anchor = false + anchor_point = mid-centered + x = 2 + y = 58 + width = 98 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 6d30c8a4-ebb6-40fd-93c9-cbe07e01f8ce-1733447459081 + [loading_requirement_container_meta:6d30c8a4-ebb6-40fd-93c9-cbe07e01f8ce-1733447459081] = [groups:][instances:] + is_hidden = true + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = fd3c9217-7642-4699-b3bb-bb25819b5892-1733447459081 + [executable_block:fd3c9217-7642-4699-b3bb-bb25819b5892-1733447459081][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + widget_active_state_requirement_container_identifier = 4073df59-5bad-4c89-acc3-e10612e49d6f-1733447459081 + [loading_requirement_container_meta:4073df59-5bad-4c89-acc3-e10612e49d6f-1733447459081] = [groups:][instances:] + element_type = vanilla_button + instance_identifier = mc_titlescreen_accessibility_button + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 3840 + auto_sizing_base_screen_height = 2058 + sticky_anchor = false + anchor_point = mid-centered + x = 104 + y = 58 + width = 20 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 49a50ae1-5959-4e9a-919b-b4cb2d45c2da-1733447459081 + [loading_requirement_container_meta:49a50ae1-5959-4e9a-919b-b4cb2d45c2da-1733447459081] = [groups:][instances:] + is_hidden = true + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = 710be71e-9cd2-4976-958e-5162e4424a1f-1733447459081 + [executable_block:710be71e-9cd2-4976-958e-5162e4424a1f-1733447459081][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + widget_active_state_requirement_container_identifier = e88bfb52-24f3-4441-9653-5758f84718d3-1733447459081 + [loading_requirement_container_meta:e88bfb52-24f3-4441-9653-5758f84718d3-1733447459081] = [groups:][instances:] + element_type = vanilla_button + instance_identifier = mc_titlescreen_singleplayer_button + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 3840 + auto_sizing_base_screen_height = 2160 + sticky_anchor = false + anchor_point = mid-centered + x = -100 + y = -27 + width = 200 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 09a5f2b4-cd64-428e-a2ed-10316ac9ee9a-1733447459081 + [loading_requirement_container_meta:09a5f2b4-cd64-428e-a2ed-10316ac9ee9a-1733447459081] = [groups:][instances:] + is_hidden = true + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = c37a0707-abf0-470b-ac2f-0f38e2a3ddeb-1733447459081 + [executable_block:c37a0707-abf0-470b-ac2f-0f38e2a3ddeb-1733447459081][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + widget_active_state_requirement_container_identifier = bf5ac9b4-f541-4c64-80ae-af77975434f8-1733447459081 + [loading_requirement_container_meta:bf5ac9b4-f541-4c64-80ae-af77975434f8-1733447459081] = [groups:][instances:a5adb3c2-772e-4c3b-900d-e5536a8296c5-1735539688755;] + [loading_requirement:fancymenu_loading_requirement_is_language][requirement_mode:if][req_id:a5adb3c2-772e-4c3b-900d-e5536a8296c5-1735539688755] = lol_us + element_type = vanilla_button + instance_identifier = mc_titlescreen_copyright_button + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 0.1 + auto_sizing = false + auto_sizing_base_screen_width = 3840 + auto_sizing_base_screen_height = 2160 + sticky_anchor = false + anchor_point = bottom-left + x = 4 + y = -11 + width = 196 + height = 10 + stretch_x = false + stretch_y = false + stay_on_screen = false + element_loading_requirement_container_identifier = aa970826-2ed5-49fb-a367-e570e505c7f0-1733447459081 + [loading_requirement_container_meta:aa970826-2ed5-49fb-a367-e570e505c7f0-1733447459081] = [groups:][instances:] + is_hidden = false + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +vanilla_button { + button_element_executable_block_identifier = 549f6ad2-4b25-4d95-aad5-45dc8dcf780b-1733447459081 + [executable_block:549f6ad2-4b25-4d95-aad5-45dc8dcf780b-1733447459081][type:generic] = [executables:] + restartbackgroundanimations = true + loopbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + widget_active_state_requirement_container_identifier = 5366f1f5-4900-4a1f-963a-8686380340a3-1733447459081 + [loading_requirement_container_meta:5366f1f5-4900-4a1f-963a-8686380340a3-1733447459081] = [groups:][instances:] + element_type = vanilla_button + instance_identifier = mc_titlescreen_realms_button + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 236 + y = 174 + width = 200 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 0ce4e224-dec5-4d3f-a7d6-9468ea00d3ce-1733447459081 + [loading_requirement_container_meta:0ce4e224-dec5-4d3f-a7d6-9468ea00d3ce-1733447459081] = [groups:][instances:] + is_hidden = true + automated_button_clicks = 0 + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 +} + +deep_element { + element_type = title_screen_logo + instance_identifier = deep:title_screen_logo + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 3840 + auto_sizing_base_screen_height = 2160 + sticky_anchor = false + anchor_point = vanilla + x = 183 + y = 30 + width = 274 + height = 52 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = fbb2257e-9b03-4e85-a994-e0034b208e22-1733447459081 + [loading_requirement_container_meta:fbb2257e-9b03-4e85-a994-e0034b208e22-1733447459081] = [groups:][instances:] + is_hidden = true +} + +deep_element { + element_type = title_screen_branding + instance_identifier = deep:title_screen_branding + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 0.2 + auto_sizing = false + auto_sizing_base_screen_width = 3840 + auto_sizing_base_screen_height = 2160 + sticky_anchor = false + anchor_point = vanilla + x = 2 + y = 349 + width = 165 + height = 9 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 49bf447d-d222-4ba8-8494-8b58e8435467-1733447459081 + [loading_requirement_container_meta:49bf447d-d222-4ba8-8494-8b58e8435467-1733447459081] = [groups:][instances:] + is_hidden = true +} + +deep_element { + element_type = title_screen_splash + instance_identifier = deep:title_screen_splash + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 3841 + auto_sizing_base_screen_height = 2058 + sticky_anchor = false + anchor_point = vanilla + x = 0 + y = 0 + width = 100 + height = 30 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 339aa3b7-4299-45f8-8860-ec50966fbda0-1733447459081 + [loading_requirement_container_meta:339aa3b7-4299-45f8-8860-ec50966fbda0-1733447459081] = [groups:][instances:] + is_hidden = true +} + +deep_element { + element_type = title_screen_realms_notification + instance_identifier = deep:title_screen_realms_notification + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 3840 + auto_sizing_base_screen_height = 2160 + sticky_anchor = false + anchor_point = vanilla + x = 402 + y = 190 + width = 60 + height = 13 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = f518e95c-7070-40d1-8726-f9881d6f899c-1733447459081 + [loading_requirement_container_meta:f518e95c-7070-40d1-8726-f9881d6f899c-1733447459081] = [groups:][instances:] + is_hidden = true +} + diff --git a/config/fancymenu/layout_editor/widgets/element_layer_control.lewidget b/config/fancymenu/layout_editor/widgets/element_layer_control.lewidget new file mode 100644 index 0000000..e1a9dbb --- /dev/null +++ b/config/fancymenu/layout_editor/widgets/element_layer_control.lewidget @@ -0,0 +1,12 @@ +type = layout_editor_widget_settings + +settings { + offset_x = -212.0 + offset_y = 0.0 + inner_width = 200.0 + inner_height = 300.0 + snapping_side = top-right + expanded = true + visible = true +} + diff --git a/config/fancymenu/legacy_checklist.txt b/config/fancymenu/legacy_checklist.txt new file mode 100644 index 0000000..fd6fe0e --- /dev/null +++ b/config/fancymenu/legacy_checklist.txt @@ -0,0 +1,3 @@ +##[legacy] + +B:custom_guis_ported = 'true'; \ No newline at end of file diff --git a/config/fancymenu/options.txt b/config/fancymenu/options.txt new file mode 100644 index 0000000..7f67b8c --- /dev/null +++ b/config/fancymenu/options.txt @@ -0,0 +1,80 @@ +##[general] + +I:default_gui_scale = '-1'; +B:play_vanilla_menu_music = 'true'; +B:force_fullscreen = 'false'; + + +##[customization] + +B:modpack_mode = 'false'; +B:show_customization_overlay = 'false'; +B:advanced_customization_mode = 'true'; + + +##[loading] + +B:preload_animations = 'true'; +S:preload_resources = ''; +S:custom_game_intro_skip_text = ''; +B:allow_game_intro_skip = 'true'; +S:game_intro_animation_name = ''; +B:game_intro_fade_out = 'true'; + + +##[window] + +B:show_custom_window_icon = 'true'; +S:custom_window_icon_macos = '/config/fancymenu/assets/icon.icns'; +S:custom_window_icon_32 = '/config/fancymenu/assets/icon32.png'; +S:custom_window_title = 'Cobblemon: Star Academy'; +S:custom_window_icon_16 = '/config/fancymenu/assets/icon16.png'; + + +##[multiplayer_screen] + +B:show_multiplayer_screen_server_icons = 'true'; + + +##[singleplayer_screen] + +B:show_singleplayer_screen_world_icons = 'true'; + + +##[layout_editor] + +B:anchor_overlay_change_anchor_on_area_hover = 'true'; +B:show_layout_editor_grid = 'true'; +B:anchor_overlay_change_anchor_on_element_hover = 'true'; +S:anchor_overlay_visibility_mode = 'dragging'; +B:anchor_overlay_show_all_connection_lines = 'false'; +S:anchor_overlay_color_base_override = ''; +I:layout_editor_grid_size = '10'; +B:invert_anchor_overlay_color = 'false'; +S:anchor_overlay_color_border_override = ''; +F:anchor_overlay_opacity_normal = '0.5'; +F:anchor_overlay_opacity_busy = '0.7'; +D:anchor_overlay_hover_charging_time_seconds = '2.0'; + + +##[ui] + +I:context_menu_hover_open_speed = '1'; +S:ui_theme = 'dark'; +F:ui_scale = '4.0'; +B:play_ui_click_sounds = 'true'; +B:enable_ui_text_shadow = 'false'; + + +##[debug_overlay] + +B:debug_overlay_show_basic_screen_category = 'true'; +B:debug_overlay_show_system_category = 'true'; +B:debug_overlay_show_advanced_screen_category = 'true'; +B:show_debug_overlay = 'false'; +B:debug_overlay_show_resources_category = 'true'; + + +##[tutorial] + +B:show_welcome_screen = 'false'; \ No newline at end of file diff --git a/config/fancymenu/ui_themes/dark.json b/config/fancymenu/ui_themes/dark.json new file mode 100644 index 0000000..46018ba --- /dev/null +++ b/config/fancymenu/ui_themes/dark.json @@ -0,0 +1,181 @@ +{ + "identifier": "dark", + "display_name": "fancymenu.ui.themes.dark", + "menu_bar_bottom_line_color": { + "hex": "#5D6164FF" + }, + "layout_editor_mouse_selection_rectangle_color": { + "hex": "#0394FCFF" + }, + "layout_editor_grid_color_normal": { + "hex": "#BA79F164" + }, + "layout_editor_grid_color_center": { + "hex": "#5B5EFF64" + }, + "layout_editor_element_border_color_normal": { + "hex": "#0394FCFF" + }, + "layout_editor_element_border_color_selected": { + "hex": "#03DBFCFF" + }, + "layout_editor_element_dragging_not_allowed_color": { + "hex": "#E83609C8" + }, + "layout_editor_anchor_point_overlay_color_base": { + "hex": "#25B479FF" + }, + "layout_editor_anchor_point_overlay_color_border": { + "hex": "#114F34FF" + }, + "layout_editor_close_icon_color": { + "hex": "#DA3C1EFF" + }, + "scroll_grabber_color_normal": { + "hex": "#595B5D64" + }, + "scroll_grabber_color_hover": { + "hex": "#66686864" + }, + "screen_background_color": { + "hex": "#3C3F41FF" + }, + "screen_background_color_darker": { + "hex": "#262626FF" + }, + "element_border_color_normal": { + "hex": "#5D6164FF" + }, + "element_border_color_hover": { + "hex": "#5D6164FF" + }, + "element_background_color_normal": { + "hex": "#474747FF" + }, + "element_background_color_hover": { + "hex": "#539CD4FF" + }, + "slider_handle_color_normal": { + "hex": "#4784B4FF" + }, + "slider_handle_color_hover": { + "hex": "#539CD4FF" + }, + "area_background_color": { + "hex": "#2B2B2BFF" + }, + "edit_box_background_color": { + "hex": "#2B2B2BFF" + }, + "edit_box_border_color_normal": { + "hex": "#D1C2D1FF" + }, + "edit_box_border_color_focused": { + "hex": "#E3D3E3FF" + }, + "list_entry_color_selected_hovered": { + "hex": "#323232FF" + }, + "text_editor_sidebar_color": { + "hex": "#313335FF" + }, + "text_editor_line_number_text_color_normal": { + "hex": "#5B5C5EFF" + }, + "text_editor_line_number_text_color_selected": { + "hex": "#899396FF" + }, + "listing_dot_color_1": { + "hex": "#3E86A0FF" + }, + "listing_dot_color_2": { + "hex": "#AD6C79FF" + }, + "listing_dot_color_3": { + "hex": "#AA823FFF" + }, + "suggestions_background_color": { + "hex": "#474747FF" + }, + "suggestions_text_color_normal": { + "hex": "#CEDDEDFF" + }, + "suggestions_text_color_selected": { + "hex": "#64A5ECFF" + }, + "ui_texture_color": { + "hex": "#FFFFFFFF" + }, + "generic_text_base_color": { + "hex": "#FFFFFFFF" + }, + "element_label_color_normal": { + "hex": "#CEDDEDFF" + }, + "element_label_color_inactive": { + "hex": "#717577FF" + }, + "edit_box_text_color_normal": { + "hex": "#CEDDEDFF" + }, + "edit_box_text_color_uneditable": { + "hex": "#717577FF" + }, + "edit_box_suggestion_text_color": { + "hex": "#808080FF" + }, + "description_area_text_color": { + "hex": "#CEDDEDFF" + }, + "text_editor_text_color": { + "hex": "#9EAAB8FF" + }, + "success_text_color": { + "hex": "#31CE05FF" + }, + "error_text_color": { + "hex": "#ED4545FF" + }, + "warning_text_color": { + "hex": "#E59B12FF" + }, + "text_editor_text_formatting_nested_text_color_1": { + "hex": "#EB7F7FFF" + }, + "text_editor_text_formatting_nested_text_color_2": { + "hex": "#EBC97FFF" + }, + "text_editor_text_formatting_nested_text_color_3": { + "hex": "#BEEB7FFF" + }, + "text_editor_text_formatting_nested_text_color_4": { + "hex": "#7FEBE6FF" + }, + "text_editor_text_formatting_nested_text_color_5": { + "hex": "#7F9EEBFF" + }, + "text_editor_text_formatting_nested_text_color_6": { + "hex": "#967FEBFF" + }, + "text_editor_text_formatting_nested_text_color_7": { + "hex": "#D47FEBFF" + }, + "text_editor_text_formatting_nested_text_color_8": { + "hex": "#F53636FF" + }, + "text_editor_text_formatting_nested_text_color_9": { + "hex": "#F59236FF" + }, + "text_editor_text_formatting_nested_text_color_10": { + "hex": "#F5E536FF" + }, + "text_editor_text_formatting_nested_text_color_11": { + "hex": "#69F536FF" + }, + "text_editor_text_formatting_nested_text_color_12": { + "hex": "#3689F5FF" + }, + "text_editor_text_formatting_brackets_color": { + "hex": "#FCDF03FF" + } +} \ No newline at end of file diff --git a/config/fancymenu/ui_themes/light.json b/config/fancymenu/ui_themes/light.json new file mode 100644 index 0000000..4c56d55 --- /dev/null +++ b/config/fancymenu/ui_themes/light.json @@ -0,0 +1,181 @@ +{ + "identifier": "light", + "display_name": "fancymenu.ui.themes.light", + "menu_bar_bottom_line_color": { + "hex": "#777777FF" + }, + "layout_editor_mouse_selection_rectangle_color": { + "hex": "#0394FCFF" + }, + "layout_editor_grid_color_normal": { + "hex": "#BA79F164" + }, + "layout_editor_grid_color_center": { + "hex": "#5B5EFF64" + }, + "layout_editor_element_border_color_normal": { + "hex": "#0394FCFF" + }, + "layout_editor_element_border_color_selected": { + "hex": "#03DBFCFF" + }, + "layout_editor_element_dragging_not_allowed_color": { + "hex": "#E83609C8" + }, + "layout_editor_anchor_point_overlay_color_base": { + "hex": "#25B479FF" + }, + "layout_editor_anchor_point_overlay_color_border": { + "hex": "#114F34FF" + }, + "layout_editor_close_icon_color": { + "hex": "#932813FF" + }, + "scroll_grabber_color_normal": { + "hex": "#595B5D64" + }, + "scroll_grabber_color_hover": { + "hex": "#66686864" + }, + "screen_background_color": { + "hex": "#B2B2B2FF" + }, + "screen_background_color_darker": { + "hex": "#ADADADFF" + }, + "element_border_color_normal": { + "hex": "#777777FF" + }, + "element_border_color_hover": { + "hex": "#777777FF" + }, + "element_background_color_normal": { + "hex": "#CBCBCBFF" + }, + "element_background_color_hover": { + "hex": "#AFAFAFFF" + }, + "slider_handle_color_normal": { + "hex": "#858484FF" + }, + "slider_handle_color_hover": { + "hex": "#A2A2A2FF" + }, + "area_background_color": { + "hex": "#CBCBCBFF" + }, + "edit_box_background_color": { + "hex": "#CBCBCBFF" + }, + "edit_box_border_color_normal": { + "hex": "#383838FF" + }, + "edit_box_border_color_focused": { + "hex": "#444444FF" + }, + "list_entry_color_selected_hovered": { + "hex": "#AFAFAFFF" + }, + "text_editor_sidebar_color": { + "hex": "#A4A4A4FF" + }, + "text_editor_line_number_text_color_normal": { + "hex": "#696969FF" + }, + "text_editor_line_number_text_color_selected": { + "hex": "#464646FF" + }, + "listing_dot_color_1": { + "hex": "#438DD0FF" + }, + "listing_dot_color_2": { + "hex": "#AB3950FF" + }, + "listing_dot_color_3": { + "hex": "#B2740CFF" + }, + "suggestions_background_color": { + "hex": "#A2A2A2FF" + }, + "suggestions_text_color_normal": { + "hex": "#2D2D2DFF" + }, + "suggestions_text_color_selected": { + "hex": "#205EA2FF" + }, + "ui_texture_color": { + "hex": "#2D2D2DFF" + }, + "generic_text_base_color": { + "hex": "#252525FF" + }, + "element_label_color_normal": { + "hex": "#2D2D2DFF" + }, + "element_label_color_inactive": { + "hex": "#8A8989FF" + }, + "edit_box_text_color_normal": { + "hex": "#2D2D2DFF" + }, + "edit_box_text_color_uneditable": { + "hex": "#8A8989FF" + }, + "edit_box_suggestion_text_color": { + "hex": "#8A8989FF" + }, + "description_area_text_color": { + "hex": "#2D2D2DFF" + }, + "text_editor_text_color": { + "hex": "#484E53FF" + }, + "success_text_color": { + "hex": "#197E02FF" + }, + "error_text_color": { + "hex": "#A41B1BFF" + }, + "warning_text_color": { + "hex": "#9B6105FF" + }, + "text_editor_text_formatting_nested_text_color_1": { + "hex": "#A10F0FFF" + }, + "text_editor_text_formatting_nested_text_color_2": { + "hex": "#B27D09FF" + }, + "text_editor_text_formatting_nested_text_color_3": { + "hex": "#66A80AFF" + }, + "text_editor_text_formatting_nested_text_color_4": { + "hex": "#089891FF" + }, + "text_editor_text_formatting_nested_text_color_5": { + "hex": "#072E8DFF" + }, + "text_editor_text_formatting_nested_text_color_6": { + "hex": "#26069DFF" + }, + "text_editor_text_formatting_nested_text_color_7": { + "hex": "#6A0685FF" + }, + "text_editor_text_formatting_nested_text_color_8": { + "hex": "#730303FF" + }, + "text_editor_text_formatting_nested_text_color_9": { + "hex": "#854306FF" + }, + "text_editor_text_formatting_nested_text_color_10": { + "hex": "#918504FF" + }, + "text_editor_text_formatting_nested_text_color_11": { + "hex": "#267A07FF" + }, + "text_editor_text_formatting_nested_text_color_12": { + "hex": "#363CF5FF" + }, + "text_editor_text_formatting_brackets_color": { + "hex": "#FF3A0064" + } +} \ No newline at end of file diff --git a/config/fancymenu/user_variables.db b/config/fancymenu/user_variables.db new file mode 100644 index 0000000..117143c --- /dev/null +++ b/config/fancymenu/user_variables.db @@ -0,0 +1,2 @@ +type = user_variables + diff --git a/config/fastmove.toml b/config/fastmove.toml new file mode 100644 index 0000000..454bea4 --- /dev/null +++ b/config/fastmove.toml @@ -0,0 +1,15 @@ +enableFastMove = true +diveRollEnabled = true +diveRollStaminaCost = 50 +diveRollSpeedBoostMultiplier = 1.0 +diveRollCoolDown = 0 +diveRollWhenSwimming = false +diveRollWhenFlying = false +wallRunEnabled = true +wallRunStaminaCost = 0 +wallRunSpeedBoostMultiplier = 1.0 +wallRunDurationTicks = 60 +slideEnabled = true +slideStaminaCost = 10 +slideSpeedBoostMultiplier = 1.0 +slideCoolDown = 0 diff --git a/config/fightorflight.json5 b/config/fightorflight.json5 new file mode 100644 index 0000000..1f2c3a6 --- /dev/null +++ b/config/fightorflight.json5 @@ -0,0 +1,36 @@ +{ + // Do more aggressive Pokemon fight back when provoked? + "do_pokemon_attack": true, + // Do especially aggressive Pokemon attack unprovoked? + "do_pokemon_attack_unprovoked": false, + // Do aggro Pokemon attack their targets even if they're in the middle of a battles? + "do_pokemon_attack_in_battle": false, + // The minimum level a Pokemon needs to be to fight back when provoked. + "minimum_attack_level": 100, + // The minimum level a Pokemon needs to be to attack unprovoked. + "minimum_attack_unprovoked_level": 10, + // Are Dark types more aggressive at or below light level 7 and less aggressive at or above light level 12 + "dark_light_level_aggro": false, + // Are Ghost types more aggressive at or below light level 7 and less aggressive at or above light level 12 + "ghost_light_level_aggro": false, + // Pokemon that will always be aggressive + "always_aggro": [], + // Pokemon that will never be aggressive + "never_aggro": [], + // Do player Pokemon defend their owners when they attack or are attacked by other mobs? + "do_pokemon_defend_owner": true, + // Do player Pokemon defend their owners proactively? (follows the same rules as Iron Golems) + "do_pokemon_defend_proactive": true, + // Can player Pokemon target other players? (EXPERIMENTAL) + "do_player_pokemon_attack_other_players": false, + // Can player Pokemon target other player's Pokemon? (EXPERIMENTAL) + "do_player_pokemon_attack_other_player_pokemon": false, + // The amount of damage a pokemon would do on contact if it had 0 ATK and Sp.ATK. + "minimum_attack_damage": 0.5, + // The amount of damage a pokemon would do on contact if it had 255 ATK or Sp.ATK. + "maximum_attack_damage": 0.5, + // When a player owned Pokemon hurts or is hurt by a wild pokemon, should a pokemon battle be started? + "force_wild_battle_on_pokemon_hurt": false, + // When a player owned Pokemon hurts or is hurt by another player's pokemon, should a pokemon battle be started? (EXPERIMENTAL) + "force_player_battle_on_pokemon_hurt": false +} \ No newline at end of file diff --git a/config/findme.json b/config/findme.json new file mode 100644 index 0000000..df67c28 --- /dev/null +++ b/config/findme.json @@ -0,0 +1,11 @@ +{ + "COMMON": { + "RADIUS_RANGE": 24, + "IGNORE_ITEM_DAMAGE": true + }, + "CLIENT": { + "CONTAINER_TRACK_TIME": 600, + "CONTAINER_TRACKING": true, + "CONTAINER_HIGHLIGHT_COLOR": "#cf9d15" + } +} \ No newline at end of file diff --git a/config/foggyborder.json b/config/foggyborder.json new file mode 100644 index 0000000..4552af2 --- /dev/null +++ b/config/foggyborder.json @@ -0,0 +1,7 @@ +{ + "disableWorldborder": true, + "fogStartDistanceMultiplier": 0.7, + "fogEndDistanceMultiplier": 1.0, + "minimumFogStartDistance": 0.8, + "minimumFogEndDistance": 1.5 +} \ No newline at end of file diff --git a/config/forgeconfigapiport.toml b/config/forgeconfigapiport.toml new file mode 100644 index 0000000..a5260ec --- /dev/null +++ b/config/forgeconfigapiport.toml @@ -0,0 +1,13 @@ +#When single config values need to be corrected (think like the config value is a number 1-10, but the user enters an incompatible input like '5.0', in that case only this single value needs fixing not the whole file), +#Forge restores the built-in default value for that option, but ignores a value that is set in a possibly present default config in 'defaultconfigs'. +#This option fixes this behavior and checks for a value in a default config from 'defaultconfigs' before falling back to the built-in default. +correctConfigValuesFromDefaultConfig = true +#Path to load default configs from, intended for setting global server configs for newly created worlds, but also works when recreating client and common configs. +defaultConfigsPath = "defaultconfigs" +#Config loading from a file config appears to occasionally fail and throw a com.electronwill.nightconfig.core.io.ParsingException: Not enough data available. +#This workaround catches the exception, and recreates a fresh file to try config loading for again. If loading fails for the new file the original exception is thrown. +#To make sure any required changes through configs stay intact through such recreations, placed your changed configs in the 'defaultconfigs' directory. +recreateConfigsWhenParsingFails = true +#Prevent server config files from being saved inside the current world directory. Instead, save them to the global config directory in .minecraft/config/. +#This option effectively disables per world server configs, but helps a lot with avoiding user confusion. +forceGlobalServerConfigs = true diff --git a/config/fstats-api/config.json b/config/fstats-api/config.json new file mode 100644 index 0000000..81e8a45 --- /dev/null +++ b/config/fstats-api/config.json @@ -0,0 +1,10 @@ +{ + "version": 1, + "enabled": true, + "hideLocation": false, + "messages": { + "infos": true, + "warnings": true, + "errors": true + } +} \ No newline at end of file diff --git a/config/genshinstrument-client.toml b/config/genshinstrument-client.toml new file mode 100644 index 0000000..19a8c8e --- /dev/null +++ b/config/genshinstrument-client.toml @@ -0,0 +1,37 @@ +#Range: -12 ~ 12 +instrument_pitch = 0 +#Range: 0.0 ~ 1.0 +instrument_volume = 1.0 +#Allowed Values: KEYBOARD_LAYOUT, QWERTY, NOTE_NAME, DO_RE_MI, FIXED_ABC, FIXED_DO_RE_MI, NONE +label_type = "KEYBOARD_LAYOUT" +#Allowed Values: MONO, MIXED, STEREO +channel_type = "MIXED" +#Stops all background music when you or someone else within 10.0 blocks of range plays an instrument +stop_music_on_play = true +#Defines whether you will see others playing on your instrument's screen +display_other_players = true +render_background = true +accurate_notes = true +normalize_vintage_lyre = true +accepted_genshin_consent = true +#Allowed Values: OLD, NEW +zither_sound_type = "NEW" +#Allowed Values: KEYBOARD_LAYOUT, QWERTY, DON_KA, NOTE_NAME, DO_RE_MI, NONE +drum_label_type = "KEYBOARD_LAYOUT" +midi_enabled = false +#Range: > -1 +midi_device_index = -1 +#Range: 0.0 ~ 1.0 +midi_in_sensitivity = 0.8 +#When a note that is higher/lower than the usual octave range is played, will automatically adjust the pitch to match your playings. Can only extend up to 1 octave per side: high and low C. +extend_octaves = true +#Defines whether the velocity of a note press will not affect the instrument's volume +fixed_touch = false +accept_all_channels = true +#Range: -5 ~ 5 +midi_octave_shift = 0 +#Range: 0 ~ 15 +midi_channel = 0 +#Defines the MIDI split behaviour of the Arataki's Great and Glorious Drum +#Allowed Values: DON, KA, BOTH +dominant_drum_type = "BOTH" diff --git a/config/global_data_and_resourcepacks.toml b/config/global_data_and_resourcepacks.toml new file mode 100644 index 0000000..50a52e4 --- /dev/null +++ b/config/global_data_and_resourcepacks.toml @@ -0,0 +1,27 @@ +#This should under no circumstances be set to true in modpacks +#If set to true, the mod creates a new global folder, that is global for your user on your computer. +#The created folders will be: +# /.minecraft_global_packs/required_datapacks +# /.minecraft_global_packs/optional_datapacks +# /.minecraft_global_packs/required_resourcepacks +# /.minecraft_global_packs/optional_resourcepacks +enable_system_global_packs = true + +#This config allows you to add or remove folders or single files as Data-/Resourcepacks +#For that simply specify the file path to the folder/file relative to your .minecraft or instance folder +#With the current config you can place a Datapack into '.minecraft/global_packs/required_data' to force enable a datapack. +[resourcepacks] +required = [ + #"other_folder/random_pack.zip" # You can also point at specific files! + "global_packs/required_resources/" +] + +[datapacks] +required = [ + "resourcepacks/", + "global_packs/required_data/" +] + +optional = [ + "global_packs/optional_data/" +] \ No newline at end of file diff --git a/config/gravelmon.json b/config/gravelmon.json new file mode 100644 index 0000000..abb2b8f --- /dev/null +++ b/config/gravelmon.json @@ -0,0 +1,43 @@ +{ + "bannedLabels": [ + "not_modeled", + "joke" + ], + "allowedLabels": [], + "passwords": [], + "implementedTypes": [ + "normal", + "fire", + "water", + "grass", + "electric", + "ice", + "fighting", + "poison", + "ground", + "flying", + "psychic", + "bug", + "rock", + "ghost", + "dragon", + "dark", + "steel", + "fairy", + "cosmic", + "crystal", + "digital", + "light", + "nuclear", + "plastic", + "questionmark", + "shadow", + "slime", + "sound", + "wind", + "eldritch" + ], + "enableFangameTypechart": false, + "resortPokedexInEvolutionOrder": false, + "addStartersToTheStarterScreen": true +} \ No newline at end of file diff --git a/config/heartstone-client.json b/config/heartstone-client.json new file mode 100644 index 0000000..40093b1 --- /dev/null +++ b/config/heartstone-client.json @@ -0,0 +1,9 @@ +{ + "#README": "This config file does not support comments. To see them configure it in-game using YACL or Cloth Config", + "highlight": { + "color": "#00FF68CF", + "enabled": true, + "distance": 20, + "duration": 100 + } +} \ No newline at end of file diff --git a/config/hunt/config.json b/config/hunt/config.json new file mode 100644 index 0000000..d9d9fa9 --- /dev/null +++ b/config/hunt/config.json @@ -0,0 +1,58 @@ +{ + "version": "1.1.0", + "individualHunts": false, + "sendHuntEndMessage": false, + "sendHuntBeginMessage": false, + "timerCooldowns": true, + "bufferDuration": 5, + "huntDuration": 120, + "huntAmount": 14, + "rarity": { + "commonPokemonRarity": 7.0, + "uncommonPokemonRarity": 2.5, + "rarePokemonRarity": 0.3 + }, + "rewards": { + "common": { + "price": 300.0, + "commands": [ + "give {player} numismatic-overhaul:silver_coin 3" + ] + }, + "uncommon": { + "price": 500.0, + "commands": [ + "give {player} numismatic-overhaul:silver_coin 5" + ] + }, + "rare": { + "price": 1000.0, + "commands": [ + "give {player} numismatic-overhaul:silver_coin 10" + ] + }, + "ultraRare": { + "price": 3000.0, + "commands": [ + "give {player} numismatic-overhaul:silver_coin 30" + ] + } + }, + "matchProperties": { + "ability": false, + "gender": false, + "nature": false, + "shiny": false + }, + "customPrices": [ + { + "species": "ditto", + "form": "", + "price": 10000.0, + "commands": [ + "give {player} numismatic-overhaul:gold_coin 1" + ] + } + ], + "blacklist": [] +} \ No newline at end of file diff --git a/config/hunt/lang.json b/config/hunt/lang.json new file mode 100644 index 0000000..fa9704e --- /dev/null +++ b/config/hunt/lang.json @@ -0,0 +1,11 @@ +{ + "title":"", + "fillerMaterial": "cobblemon:capture_sherd", + "reloadMessage": "§aReloaded Configs", + "captureHuntBroadcast": "§l{player} completed the hunt for §l§e{pokemon}§l§f", + "payMessage": "", + "endedHuntMessage": "§5The hunt for {pokemon} has ended", + "newHuntMessage": "§5The hunt for {pokemon} has begun", + "reward": "§6Coins awarded if caught: §6", + "timeRemaining": "§8Time remaining: §3" +} \ No newline at end of file diff --git a/config/hunt/logs.json b/config/hunt/logs.json new file mode 100644 index 0000000..bd77024 --- /dev/null +++ b/config/hunt/logs.json @@ -0,0 +1,3 @@ +{ + "data": {} +} \ No newline at end of file diff --git a/config/immersive_portals.json b/config/immersive_portals.json new file mode 100644 index 0000000..a146dc3 --- /dev/null +++ b/config/immersive_portals.json @@ -0,0 +1,49 @@ +{ + "check_the_wiki_for_more_information": "https://qouteall.fun/immptl/wiki/Config-Options", + "maxPortalLayer": 5, + "lagAttackProof": true, + "compatibilityRenderMode": false, + "enableMirrorCreation": true, + "enableCrossPortalSound": true, + "pureMirror": false, + "renderYourselfInPortal": true, + "correctCrossPortalEntityRendering": true, + "reducedPortalRendering": false, + "netherPortalOverlay": false, + "enableNetherPortalEffect": true, + "enableClientPerformanceAdjustment": true, + "checkModInfoFromInternet": true, + "enableUpdateNotification": true, + "sharedBlockMeshBufferOptimization": true, + "enableClippingMechanism": true, + "visibilityPrediction": true, + "useDepthClampForPortalRendering": true, + "enableCrossPortalView": true, + "portalRenderLimit": 200, + "doCheckGlError": false, + "shaderpackWarning": true, + "portalWandCursorAlignment": 2, + "netherPortalMode": "normal", + "endPortalMode": "normal", + "enableWarning": true, + "lightVanillaNetherPortalWhenCrouching": true, + "enableAlternateDimensions": true, + "enableServerPerformanceAdjustment": true, + "enableDatapackPortalGen": true, + "indirectLoadingRadiusCap": 8, + "regularPortalLengthLimit": 64, + "scaleLimit": 30, + "easeCreativePermission": true, + "easeCommandStickPermission": false, + "portalsChangeGravityByDefault": false, + "portalSearchingRange": 128, + "serverSideNormalChunkLoading": true, + "teleportationDebug": false, + "looseMovementCheck": false, + "chunkPacketDebug": false, + "enableImmPtlChunkLoading": true, + "disabledWarnings": [ + "iris", + "many_mods" + ] +} \ No newline at end of file diff --git a/config/impactor/economy.conf b/config/impactor/economy.conf new file mode 100644 index 0000000..760a030 --- /dev/null +++ b/config/impactor/economy.conf @@ -0,0 +1,160 @@ +# +----------------------------------------------------------------------------------------------+ +# | General Settings | +# | | +# | Provides a set of generic settings which should apply to all accounts managed by | +# | the Impactor economy service. | +# +----------------------------------------------------------------------------------------------+ + +# This setting controls if users are capable of transfering currency between two accounts +# via commands or other functionality such as /pay. Currencies without this setting set +# follow this config option, allowing them to either be allowed for transfer or not. +allow-transfer-for-not-set = false + +restrictions { + enabled = true + + minimum-balance = "0.0" + maximum-balance = "100000000000.0" + +} + +# +----------------------------------------------------------------------------------------------+ +# | Currency Definitions | +# | | +# | This section allows you to create your own currencies to use within Impactor's | +# | economy service. | +# | | +# | A currency is denoted by a key, indicating source of creation as well as the ideal | +# | name of the currency. This allows for similarly named currencies, so long as their | +# | keys are different. | +# +----------------------------------------------------------------------------------------------+ +currencies { + + # Creates a currency denoted by the unique key, "impactor:dollars" + "impactor:dollars" { + + # Represents naming schemes for the currency when formatting balances in a non-condensed mode + singular = Dollar + plural = Dollars + + # Specifies the number of decimal places to format numerical values with + decimals = 2 + + # Indicates that this currency should be considered the primary/fallback currency + primary = true + + # Indicates the amount of money a new account created under this currency should start with + default-balance = 500.0 + + # Specifies the symbol used for the currency + symbol = "$" + + # States if this currency is capable of being transfered amongst holders + transferable = true + + # Specifies the ways a currency can be formatted. The following tags are supplied in order to + # properly display each individual component of the currency: + # + # |=> symbol - The symbol for the currency + # |=> amount - The money based value + # |=> name - The name of the currency, in either its singular or plural naming scheme + formatting { + condensed = "" + expanded = " " + } + } +} + +# +----------------------------------------------------------------------------------------------+ +# | Storage Settings | +# | | +# | These settings govern how the plugin will maintain and manage its data set. Impactor | +# | offers a wide set of options when it comes to data management, and it provides you | +# | the freedom to choose exactly how you wish to have it control that data. | +# +----------------------------------------------------------------------------------------------+ +storage { + # How the plugin should store data + # + # - The various options are explained in more detail on the wiki: + # https://github.com/lucko/LuckPerms/wiki/Choosing-a-Storage-type + # + # - Possible options: + # + # | Remote databases - require connection information to be configured below + # |=> MySQL + # |=> MariaDB (preferred over MySQL) + # |=> PostgreSQL + # + # | Local databases - Databases which exist only locally + # |=> H2 (Default) + # + # | Readable & editable text files - don't require any extra configuration + # |=> JSON (.json files) + # |=> HOCON (.hocon) + # |=> YAML (.yaml) + # + # - The JSON flatfile provider is the default option. + method = "json" + + # The following configuration block is used to define the connection paramters for + # your selected storage provider. + # + # NOTE: These settings are only neccessary when using remote databases. JSON and other + # local storage providers require no connection information. If you are using a local + # storage provider option, you can ignore this section + data { + + # Defines the address and port for the database + # - The standard DB engine port is used by default + # (MySQL = 3306, PostgreSQL = 5432) + # - Specify as "host:port" if you use a different port + address = "localhost" + + # Specifies the name of the database to store Impactor data in. + # - This database must already be created. Impactor will make no attempt to create the database + # for you. + database = "minecraft" + + # Connection credentials for the database + username = "root" + password = "" + + # These settings apply to the MySQL/MariaDB connection pool. + # - The default values will typically be suitable for the majority of users. + # - Do not change these settings unless you know what you're doing! + pool-settings { + + # Sets the maximum size of the MySQL/MariaDB connection pool. + # - Basically, this value will determine the maximum number of actual + # connections to the database backend. + # - More information about determining the size of connection pools can be found here: + # https://github.com/brettwooldridge/HikariCP/wiki/About-Pool-Sizing + maximum-pool-size = 10 + + # Sets the minimum number of idle connections that the pool will try to maintain. + # - For maximum performance and responsiveness to spike demands, it is recommended to not set + # this value and instead allow the pool to act as a fixed size connection pool. + # (set this value to the same as 'maximum-pool-size') + minimum-idle = 10 + + # This setting controls the maximum lifetime of a connection in the pool in milliseconds. + # - The value should be at least 30 seconds less than any database or infrastructure imposed + # connection time limit. + maximum-lifetime = 1800000 # 30 minutes + + # This setting controls the maximum number of milliseconds that the plugin will wait for a + # connection from the pool, before timing out. + connection-timeout = 5000 # 5 seconds + + # This setting allows you to define extra properties for connections. + properties { + useUnicode = true + characterEncoding = "utf8" + } + } + } + + # The prefix for all Impactor SQL tables. + # - Change this if you want to use different tables for different servers + table-prefix = "impactor_" +} \ No newline at end of file diff --git a/config/impactor/mail.conf b/config/impactor/mail.conf new file mode 100644 index 0000000..2887337 --- /dev/null +++ b/config/impactor/mail.conf @@ -0,0 +1 @@ +storage-method = "json" \ No newline at end of file diff --git a/config/impactor/translations/repository/en_GB.conf b/config/impactor/translations/repository/en_GB.conf new file mode 100644 index 0000000..94e00e1 --- /dev/null +++ b/config/impactor/translations/repository/en_GB.conf @@ -0,0 +1,24 @@ +{ + "economy.account.balance": "Currency: Account: ()'>Balance: ", + "economy.transactions.successful": "Transaction Type: Before: After: '>Transaction completed successfully! Hover for transaction info!", + "economy.transactions.transfer.successful": "Transaction Type: TRANSFERSource: --> Recipient: --> '>Transaction completed successfully! Hover for transaction info!", + "economy.transactions.transfer.not-allowed": "Sorry, but transfers are unsupported for ...", + "economy.transactions.failed": "The transaction failed with the given status: ", + "economy.transactions.cant-pay-self": "You are unable to pay yourself!", + "economy.baltop.calculating": "Calculating the current top balances...", + "economy.baltop.header": "==================== =====================", + "economy.baltop.entry": ") : ", + "economy.baltop.footer": "===================================================", + "translations.searching": "Checking available languages...", + "translations.installing": "Attempting to install translations now...", + "translations.installing-language": "Installing language: []", + "translations.install-complete": "Installation complete!", + "translations.install-failed": "Installation has failed...", + "translations.info.header-footer": "=====================================================", + "translations.info.language": "Language: []", + "translations.info.progress": "Progress: ", + "translations.info.contributor.header": "Contributors:", + "translations.info.contributor.name": "* ", + "translations.info.invalid-locale": "Invalid locale specified!", + "platform.info.notify-generated": "Generated platform information, see the dumps directory!" +} \ No newline at end of file diff --git a/config/impactor/translations/repository/ru_UA.conf b/config/impactor/translations/repository/ru_UA.conf new file mode 100644 index 0000000..3c08449 --- /dev/null +++ b/config/impactor/translations/repository/ru_UA.conf @@ -0,0 +1,24 @@ +{ + "economy.account.balance": "Валюта: ĐккаŃнт: ()'>БаланŃ: ", + "economy.transactions.successful": "Transaction Type: Before: After: '>Transaction completed successfully! Hover for transaction info!", + "economy.transactions.transfer.successful": "Transaction Type: TRANSFERSource: --> Recipient: --> '>Transaction completed successfully! Hover for transaction info!", + "economy.transactions.transfer.not-allowed": "Sorry, but transfers are unsupported for ...", + "economy.transactions.failed": "The transaction failed with the given status: ", + "economy.transactions.cant-pay-self": "You are unable to pay yourself!", + "economy.baltop.calculating": "Calculating the current top balances...", + "economy.baltop.header": "==================== =====================", + "economy.baltop.entry": ") : ", + "economy.baltop.footer": "===================================================", + "translations.searching": "Проверка Đ´ĐľŃŃ‚Ńпных языков...", + "translations.installing": "Попытка ŃŃтановить перевод...", + "translations.installing-language": "ĐŁŃтановка языка: []", + "translations.install-complete": "ĐŁŃтановка заверŃена!", + "translations.install-failed": "ĐŁŃтановка не ŃдалаŃŃŚ...", + "translations.info.header-footer": "=========================================================", + "translations.info.language": "ĐŻĐ·Ń‹Đş: []", + "translations.info.progress": "ПрогреŃŃ: ", + "translations.info.contributor.header": "УчаŃтники проекта:", + "translations.info.contributor.name": "* ", + "translations.info.invalid-locale": "Указан неверный ŃŹĐ·Ń‹Đş!", + "platform.info.notify-generated": "Generated platform information, see the dumps directory!" +} \ No newline at end of file diff --git a/config/impactor/translations/repository/status.json b/config/impactor/translations/repository/status.json new file mode 100644 index 0000000..8adc90d --- /dev/null +++ b/config/impactor/translations/repository/status.json @@ -0,0 +1,3 @@ +{ + "lastRefresh": 1735713873900 +} \ No newline at end of file diff --git a/config/impactor/translations/translations.conf b/config/impactor/translations/translations.conf new file mode 100644 index 0000000..9cb2c2a --- /dev/null +++ b/config/impactor/translations/translations.conf @@ -0,0 +1,18 @@ +# +----------------------------------------------------------------------------------------------+ +# | Translation Settings | +# | | +# | These settings control how Impactor should attempt to download and install possibly | +# | new translations from the Crowdin metadata server. | +# +----------------------------------------------------------------------------------------------+ + +# When enabled, allows the server to attempt to download new translations each server restart, +# so long as the cache is considered invalid. For the cache to be considered invalid, a set +# amount of time must elapse from the last install period. +auto-install = true + +# +max-bundle-size = "1MB" + +# Specifies the max age of the cache before an attempt will be allowed on installing translations +# via the auto-install method. +max-cache-age = "24h" \ No newline at end of file diff --git a/config/indium-renderer.properties b/config/indium-renderer.properties new file mode 100644 index 0000000..7e6e42b --- /dev/null +++ b/config/indium-renderer.properties @@ -0,0 +1,4 @@ +#Indium properties file +#Wed Jan 08 14:42:07 PST 2025 +ambient-occlusion-mode=auto +always-tesselate-blocks=auto diff --git a/config/iris.properties b/config/iris.properties new file mode 100644 index 0000000..d2e5066 --- /dev/null +++ b/config/iris.properties @@ -0,0 +1,8 @@ +#This file stores configuration options for Iris, such as the currently active shaderpack +#Wed Jan 08 14:42:08 PST 2025 +colorSpace=SRGB +disableUpdateMessage=false +enableDebugOptions=false +maxShadowRenderDistance=32 +shaderPack=ComplementaryUnbound_r5.3.zip +enableShaders=true diff --git a/config/item_obliterator.json5 b/config/item_obliterator.json5 new file mode 100644 index 0000000..9085bfd --- /dev/null +++ b/config/item_obliterator.json5 @@ -0,0 +1,210 @@ +{ + // ----------------------------------------------------------- + // Item Obliterator by ElocinDev + // ----------------------------------------------------------- + // + // How to add items? + // - They are json strings, so you need to separate each + // entry with a comma, except the last + // - If you start an entry with !, it will be treated as a regular expression + // Example: "!minecraft:.*_sword" to disable all swords + // + // ----------------------------------------------------------- + // Do not touch this + "configVersion": 2, + // ----------------------------------------------------------- + // Items here will be unusable completely + // Example: minecraft:diamond + "blacklisted_items": [ + "examplemod:example_item", + "pokeblocks:poke_egg", + "pokeblocks:nickel", + "pokeblocks:dime", + "pokeblocks:poke_coin", + "pokeblocks:poke_egg", + "pokeblocks:poke_egg", + "pokeblocks:summer_raid_soul", + "pokeblocks:summer_token", + "waystones:mint_sharestone", + "waystones:peach_sharestone", + "waystones:periwinkle_sharestone", + "waystones:artichoke_sharestone", + "waystones:fuchsia_sharestone", + "waystones:vermilion_sharestone", + "waystones:shamrock_sharestone", + "waystones:indigo_sharestone", + "waystones:banana_sharestone", + "waystones:cerulean_sharestone", + "waystones:acorn_sharestone", + "waystones:mauve_sharestone", + "waystones:maroon_sharestone", + "waystones:grape_sharestone", + "waystones:navy_sharestone", + "waystones:sap_sharestone", + "waystones:amber_sharestone", + "waystones:sage_sharestone", + "waystones:velvet_sharestone", + "waystones:mold_sharestone", + "lootr:trophy", + "sculk_depths:crumbling_dirt", + "!sculk_depths:.*", + "pokeblocks:airuhsea_figurine", + "pokeblocks:damorgo_figurine", + "pokeblocks:doncheadle_figurine", + "pokeblocks:a09robert_figurine", + "pokeblocks:red_communism_figurine", + "pokeblocks:tropsic0_figurine", + "pokeblocks:mik_03_figurine", + "pokeblocks:pohello_figurine", + "pokeblocks:raid_pass", + "pokeblocks:raid_voucher", + "pokeblocks:radiant_voucher", + "pokeblocks:pokemon_trophy", + "!genshinstrument:.*", + "evenmoreinstruments:record_johnny", + "evenmoreinstruments:record_super_idol", + "evenmoreinstruments:record_oven_kid", + "evenmoreinstruments:record_sad_violin", + "evenmoreinstruments:record_rickroll", + "convenientdecor:mint_plastic_shovel", + "convenientdecor:peach_plastic_shovel", + "convenientdecor:periwinkle_plastic_shovel", + "convenientdecor:artichoke_plastic_shovel", + "convenientdecor:fuchsia_plastic_shovel", + "convenientdecor:vermilion_plastic_shovel", + "convenientdecor:shamrock_plastic_shovel", + "convenientdecor:indigo_plastic_shovel", + "convenientdecor:banana_plastic_shovel", + "convenientdecor:cerulean_plastic_shovel", + "convenientdecor:acorn_plastic_shovel", + "convenientdecor:mauve_plastic_shovel", + "convenientdecor:maroon_plastic_shovel", + "convenientdecor:grape_plastic_shovel", + "convenientdecor:navy_plastic_shovel", + "convenientdecor:sap_plastic_shovel", + "convenientdecor:amber_plastic_shovel", + "convenientdecor:sage_plastic_shovel", + "convenientdecor:velvet_plastic_shovel", + "convenientdecor:mold_plastic_shovel", + "convenientdecor:mint_umbrella", + "convenientdecor:peach_umbrella", + "convenientdecor:periwinkle_umbrella", + "convenientdecor:artichoke_umbrella", + "convenientdecor:fuchsia_umbrella", + "convenientdecor:vermilion_umbrella", + "convenientdecor:shamrock_umbrella", + "convenientdecor:indigo_umbrella", + "convenientdecor:banana_umbrella", + "convenientdecor:cerulean_umbrella", + "convenientdecor:acorn_umbrella", + "convenientdecor:mauve_umbrella", + "convenientdecor:maroon_umbrella", + "convenientdecor:grape_umbrella", + "convenientdecor:navy_umbrella", + "convenientdecor:sap_umbrella", + "convenientdecor:amber_umbrella", + "convenientdecor:sage_umbrella", + "convenientdecor:velvet_umbrella", + "convenientdecor:mold_umbrella", + "convenientdecor:mint_raincoat", + "convenientdecor:peach_raincoat", + "convenientdecor:periwinkle_raincoat", + "convenientdecor:artichoke_raincoat", + "convenientdecor:fuchsia_raincoat", + "convenientdecor:vermilion_raincoat", + "convenientdecor:shamrock_raincoat", + "convenientdecor:indigo_raincoat", + "convenientdecor:banana_raincoat", + "convenientdecor:cerulean_raincoat", + "convenientdecor:acorn_raincoat", + "convenientdecor:mauve_raincoat", + "convenientdecor:maroon_raincoat", + "convenientdecor:grape_raincoat", + "convenientdecor:navy_raincoat", + "convenientdecor:sap_raincoat", + "convenientdecor:amber_raincoat", + "convenientdecor:sage_raincoat", + "convenientdecor:velvet_raincoat", + "convenientdecor:mold_raincoat", + "convenientdecor:mint_rain_boots", + "convenientdecor:peach_rain_boots", + "convenientdecor:periwinkle_rain_boots", + "convenientdecor:artichoke_rain_boots", + "convenientdecor:fuchsia_rain_boots", + "convenientdecor:vermilion_rain_boots", + "convenientdecor:shamrock_rain_boots", + "convenientdecor:indigo_rain_boots", + "convenientdecor:banana_rain_boots", + "convenientdecor:cerulean_rain_boots", + "convenientdecor:acorn_rain_boots", + "convenientdecor:mauve_rain_boots", + "convenientdecor:maroon_rain_boots", + "convenientdecor:grape_rain_boots", + "convenientdecor:navy_rain_boots", + "convenientdecor:sap_rain_boots", + "convenientdecor:amber_rain_boots", + "convenientdecor:sage_rain_boots", + "convenientdecor:velvet_rain_boots", + "convenientdecor:mold_rain_boots", + "convenientdecor:mint_rain_hat", + "convenientdecor:peach_rain_hat", + "convenientdecor:periwinkle_rain_hat", + "convenientdecor:artichoke_rain_hat", + "convenientdecor:fuchsia_rain_hat", + "convenientdecor:vermilion_rain_hat", + "convenientdecor:shamrock_rain_hat", + "convenientdecor:indigo_rain_hat", + "convenientdecor:banana_rain_hat", + "convenientdecor:cerulean_rain_hat", + "convenientdecor:acorn_rain_hat", + "convenientdecor:mauve_rain_hat", + "convenientdecor:maroon_rain_hat", + "convenientdecor:grape_rain_hat", + "convenientdecor:navy_rain_hat", + "convenientdecor:sap_rain_hat", + "convenientdecor:amber_rain_hat", + "convenientdecor:sage_rain_hat", + "convenientdecor:velvet_rain_hat", + "convenientdecor:mold_rain_hat", + "!convenientdecor:.*_rain_hat", + "!convenientdecor:.*_plastic_shovel", + "!convenientdecor:.*_rain_boots", + "!convenientdecor:.*_raincoat", + "minecraft:elytra", + "cloudboots:golden_feather" + ], + // ----------------------------------------------------------- + // Removes an item if it contains certain nbt tag. If the whole entry (or expression) is present, the item gets removed. + // Use with caution! This is a very expensive operation and can cause lag if you have a lot of items blacklisted. + // + // Example to disable a regeneration potion: Potion:"minecraft:regeneration" + // + // You can also use regular expressions by starting the value with ! + "blacklisted_nbt": [], + // ----------------------------------------------------------- + // Items here will not be able to be right-clicked (Interact) + // Example: minecraft:apple + "only_disable_interactions": [ + "examplemod:example_item" + ], + // ----------------------------------------------------------- + // Items here will not be able to be used to attack + // Example: minecraft:diamond_sword + "only_disable_attacks": [ + "examplemod:example_item" + ], + // ----------------------------------------------------------- + // Items here will get their recipes disabled + // Keep in mind this already is applied to blacklisted items + "only_disable_recipes": [ + "examplemod:example_item" + ], + // ----------------------------------------------------------- + // If true, the mod will use a hashset to handle the blacklisted items + // This is a more optimized approach only if you have a lot of items blacklisted (20 or more is recommended) + // If you just have a small amount of items blacklisted, keep this false + // + // [!] Enabling this will disable all regular expressions + // [!] Does not apply to NBT, only item blacklist / interaction / attack + "use_hashmap_optimizations": false +} \ No newline at end of file diff --git a/config/jei/blacklist.cfg b/config/jei/blacklist.cfg new file mode 100644 index 0000000..e69de29 diff --git a/config/jei/ingredient-list-mod-sort-order.ini b/config/jei/ingredient-list-mod-sort-order.ini new file mode 100644 index 0000000..3f27f49 --- /dev/null +++ b/config/jei/ingredient-list-mod-sort-order.ini @@ -0,0 +1,23 @@ +Minecraft +Cobblemon +Lootr +Patchouli +Waystones +Where Are My TMs? +Cloud Boots +KubeJS +Cobblemon Loot Balls +Scout +Another Furniture +Building But Better +Chimes +Hearth & Home +Numismatic Overhaul +Pokeblocks +Cobbledex +Slide Show +Tom's Simple Storage Mod +labels +Bird Nests! +Bountiful +CobbleFoods diff --git a/config/jei/ingredient-list-type-sort-order.ini b/config/jei/ingredient-list-type-sort-order.ini new file mode 100644 index 0000000..f7523ae --- /dev/null +++ b/config/jei/ingredient-list-type-sort-order.ini @@ -0,0 +1,2 @@ +net.minecraft.class_1799 +mezz.jei.api.fabric.ingredients.fluids.IJeiFluidIngredient diff --git a/config/jei/jei-client.ini b/config/jei/jei-client.ini new file mode 100644 index 0000000..d72dda0 --- /dev/null +++ b/config/jei/jei-client.ini @@ -0,0 +1,156 @@ +[advanced] + # Description: Display search bar in the center + # Valid Values: [true, false] + # Default Value: false + CenterSearch = false + + # Description: Set low-memory mode (makes search very slow, but uses less RAM) + # Valid Values: [true, false] + # Default Value: false + LowMemorySlowSearchEnabled = false + + # Description: Catch render errors from ingredients and attempt to recover from them instead of crashing. + # Valid Values: [true, false] + # Default Value: true + CatchRenderErrorsEnabled = true + + # Description: Catch render errors from tooltips and attempt to recover from them instead of crashing. + # Valid Values: [true, false] + # Default Value: true + CatchTooltipErrorsEnabled = true + + # Description: Enable cheating items into the hotbar by using the shift+number keys. + # Valid Values: [true, false] + # Default Value: false + CheatToHotbarUsingHotkeysEnabled = false + + # Description: Enable adding new bookmarks to the front of the bookmark list. + # Valid Values: [true, false] + # Default Value: true + AddBookmarksToFrontEnabled = true + + # Description: When looking up recipes with items that contain fluids, also look up recipes for the fluids. + # Valid Values: [true, false] + # Default Value: false + lookupFluidContentsEnabled = false + + # Description: When searching for item tags, also include tags for the default blocks contained in the items. + # Valid Values: [true, false] + # Default Value: true + lookupBlockTagsEnabled = true + + # Description: How items should be handed to you + # Valid Values: [INVENTORY, MOUSE_PICKUP] + # Default Value: MOUSE_PICKUP + GiveMode = MOUSE_PICKUP + + # Description: Max. recipe gui height + # Valid Values: Any integer greater than or equal to 175 + # Default Value: 350 + RecipeGuiHeight = 350 + + +[sorting] + # Description: Sorting order for the ingredient list + # Valid Values: A comma-separated list containing values of: + # [MOD_NAME, INGREDIENT_TYPE, ALPHABETICAL, CREATIVE_MENU, TAG, ARMOR, MAX_DURABILITY] + # Default Value: MOD_NAME, INGREDIENT_TYPE, CREATIVE_MENU + IngredientSortStages = MOD_NAME, INGREDIENT_TYPE, CREATIVE_MENU + + +[search] + # Description: Search mode for Mod Names (prefix: @) + # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED] + # Default Value: REQUIRE_PREFIX + ModNameSearchMode = REQUIRE_PREFIX + + # Description: Search mode for Tooltips (prefix: #) + # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED] + # Default Value: ENABLED + TooltipSearchMode = ENABLED + + # Description: Search mode for Tag Names (prefix: $) + # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED] + # Default Value: REQUIRE_PREFIX + TagSearchMode = REQUIRE_PREFIX + + # Description: Search mode for Colors (prefix: ^) + # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED] + # Default Value: DISABLED + ColorSearchMode = DISABLED + + # Description: Search mode for resources locations (prefix: &) + # Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED] + # Default Value: DISABLED + ResourceLocationSearchMode = DISABLED + + # Description: Search advanced tooltips (visible with F3+H) + # Valid Values: [true, false] + # Default Value: false + SearchAdvancedTooltips = false + + +[IngredientList] + # Description: Max number of rows shown + # Valid Values: An integer in the range [1, 100] (inclusive) + # Default Value: 16 + MaxRows = 16 + + # Description: Max number of columns shown + # Valid Values: An integer in the range [4, 100] (inclusive) + # Default Value: 9 + MaxColumns = 9 + + # Description: Horizontal alignment of the ingredient grid inside the available area + # Valid Values: [LEFT, CENTER, RIGHT] + # Default Value: RIGHT + HorizontalAlignment = RIGHT + + # Description: Vertical alignment of the ingredient grid inside the available area + # Valid Values: [TOP, CENTER, BOTTOM] + # Default Value: TOP + VerticalAlignment = TOP + + # Description: Visibility of the top page buttons. Use AUTO_HIDE to only show it when there are multiple pages. + # Valid Values: [ENABLED, AUTO_HIDE, DISABLED] + # Default Value: ENABLED + ButtonNavigationVisibility = ENABLED + + # Description: Set to true to draw a background texture behind the gui. + # Valid Values: [true, false] + # Default Value: false + DrawBackground = false + + +[BookmarkList] + # Description: Max number of rows shown + # Valid Values: An integer in the range [1, 100] (inclusive) + # Default Value: 16 + MaxRows = 16 + + # Description: Max number of columns shown + # Valid Values: An integer in the range [4, 100] (inclusive) + # Default Value: 9 + MaxColumns = 9 + + # Description: Horizontal alignment of the ingredient grid inside the available area + # Valid Values: [LEFT, CENTER, RIGHT] + # Default Value: LEFT + HorizontalAlignment = LEFT + + # Description: Vertical alignment of the ingredient grid inside the available area + # Valid Values: [TOP, CENTER, BOTTOM] + # Default Value: TOP + VerticalAlignment = TOP + + # Description: Visibility of the top page buttons. Use AUTO_HIDE to only show it when there are multiple pages. + # Valid Values: [ENABLED, AUTO_HIDE, DISABLED] + # Default Value: ENABLED + ButtonNavigationVisibility = ENABLED + + # Description: Set to true to draw a background texture behind the gui. + # Valid Values: [true, false] + # Default Value: false + DrawBackground = false + + diff --git a/config/jei/jei-colors.ini b/config/jei/jei-colors.ini new file mode 100644 index 0000000..8e75fe1 --- /dev/null +++ b/config/jei/jei-colors.ini @@ -0,0 +1,8 @@ +[colors] + # Description: Color values to search for + # Valid Values: A comma-separated list containing values of: + # Any color name and an RGB hex color, separated by a ':' + # Default Value: White:EEEEEE, LightBlue:7492CC, Cyan:00EEEE, Blue:2222DD, LapisBlue:25418B, Teal:008080, Yellow:CACB58, GoldenYellow:EED700, Orange:D97634, Pink:D1899D, HotPink:FC0FC0, Magenta:B24BBB, Purple:813EB9, EvilPurple:2E1649, Lavender:B57EDC, Indigo:480082, Sand:DBD3A0, Tan:BB9B63, LightBrown:A0522D, Brown:634B33, DarkBrown:3A2D13, LimeGreen:43B239, SlimeGreen:83CB73, Green:008000, DarkGreen:224D22, GrassGreen:548049, Red:963430, BrickRed:B0604B, NetherBrick:2A1516, Redstone:CE3E36, Black:181515, CharcoalGray:464646, IronGray:646464, Gray:808080, Silver:C0C0C0 + SearchColors = White:EEEEEE, LightBlue:7492CC, Cyan:00EEEE, Blue:2222DD, LapisBlue:25418B, Teal:008080, Yellow:CACB58, GoldenYellow:EED700, Orange:D97634, Pink:D1899D, HotPink:FC0FC0, Magenta:B24BBB, Purple:813EB9, EvilPurple:2E1649, Lavender:B57EDC, Indigo:480082, Sand:DBD3A0, Tan:BB9B63, LightBrown:A0522D, Brown:634B33, DarkBrown:3A2D13, LimeGreen:43B239, SlimeGreen:83CB73, Green:008000, DarkGreen:224D22, GrassGreen:548049, Red:963430, BrickRed:B0604B, NetherBrick:2A1516, Redstone:CE3E36, Black:181515, CharcoalGray:464646, IronGray:646464, Gray:808080, Silver:C0C0C0 + + diff --git a/config/jei/jei-debug.ini b/config/jei/jei-debug.ini new file mode 100644 index 0000000..77464c3 --- /dev/null +++ b/config/jei/jei-debug.ini @@ -0,0 +1,17 @@ +[debug] + # Description: Debug mode enabled + # Valid Values: [true, false] + # Default Value: false + DebugMode = false + + # Description: Debug inputs enabled + # Valid Values: [true, false] + # Default Value: false + DebugInputs = false + + # Description: Adds ingredients to JEI that intentionally crash, to help debug JEI. + # Valid Values: [true, false] + # Default Value: false + CrashingTestItemsEnabled = false + + diff --git a/config/jei/jei-mod-id-format.ini b/config/jei/jei-mod-id-format.ini new file mode 100644 index 0000000..77c139c --- /dev/null +++ b/config/jei/jei-mod-id-format.ini @@ -0,0 +1,11 @@ +[modname] + # Description: Formatting for mod name tooltip + # Valid Values: A chat formatting string. + # Use these formatting colors: + # black dark_blue dark_green dark_aqua dark_red dark_purple gold gray dark_gray blue green aqua red light_purple yellow white + # With these formatting options: + # obfuscated bold strikethrough underline italic + # Default Value: blue italic + ModNameFormat = blue italic + + diff --git a/config/jei/recipe-category-sort-order.ini b/config/jei/recipe-category-sort-order.ini new file mode 100644 index 0000000..68f1d5a --- /dev/null +++ b/config/jei/recipe-category-sort-order.ini @@ -0,0 +1,13 @@ +minecraft:crafting +minecraft:anvil +minecraft:blasting +minecraft:brewing +minecraft:campfire +minecraft:compostable +minecraft:fuel +minecraft:furnace +minecraft:smithing +minecraft:smoking +minecraft:stonecutting +cobblemon:berry_recipe +jei:information diff --git a/config/jei/world/server/Minecraft_Server_4da208e0/bookmarks.ini b/config/jei/world/server/Minecraft_Server_4da208e0/bookmarks.ini new file mode 100644 index 0000000..e69de29 diff --git a/config/journeymap-server.json b/config/journeymap-server.json new file mode 100644 index 0000000..a5e3ce0 --- /dev/null +++ b/config/journeymap-server.json @@ -0,0 +1 @@ +{"opAccess":true,"admins":["79f597fe-2877-4ecb-acdf-8c58cc1854ca"]} \ No newline at end of file diff --git a/config/konkrete/locals/de_de.local b/config/konkrete/locals/de_de.local new file mode 100644 index 0000000..2da2a5a --- /dev/null +++ b/config/konkrete/locals/de_de.local @@ -0,0 +1,16 @@ +general.width = Breite +general.height = Höhe +general.on = An +general.off = Aus + +popup.done = Fertig + +popup.yesno.confirm = Bestätigen +popup.yesno.cancel = Abbrechen + +popup.notification.accept = Akzeptieren + +popup.choosefile.back = ZURĂśCK +popup.choosefile.title = Datei wählen +popup.choosefile.choose = Wählen +popup.choosefile.supported = UnterstĂĽtzte Dateitypen: diff --git a/config/konkrete/locals/en_us.local b/config/konkrete/locals/en_us.local new file mode 100644 index 0000000..6b4b757 --- /dev/null +++ b/config/konkrete/locals/en_us.local @@ -0,0 +1,19 @@ +general.width = Width +general.height = Height +general.on = On +general.off = Off + +popup.done = Done + +popup.yesno.confirm = Confirm +popup.yesno.cancel = Cancel + +popup.notification.accept = Accept + +popup.choosefile.back = BACK +popup.choosefile.title = Choose File +popup.choosefile.choose = Choose +popup.choosefile.supported = Supported file types: + +configscreen.boolean.enabled = Enabled +configscreen.boolean.disabled = Disabled diff --git a/config/konkrete/locals/pl_pl.local b/config/konkrete/locals/pl_pl.local new file mode 100644 index 0000000..55c0df7 --- /dev/null +++ b/config/konkrete/locals/pl_pl.local @@ -0,0 +1,15 @@ +general.width = Szerokość +general.height = Wysokość +general.on = On +general.off = Off + +popup.done = Gotowe + +popup.yesno.confirm = PotwierdĹş +popup.yesno.cancel = Anuluj + +popup.notification.accept = Zaakceptuj + +popup.choosefile.back = BACK +popup.choosefile.title = Choose File +popup.choosefile.choose = Choose diff --git a/config/konkrete/locals/pt_br.local b/config/konkrete/locals/pt_br.local new file mode 100644 index 0000000..ed797b2 --- /dev/null +++ b/config/konkrete/locals/pt_br.local @@ -0,0 +1,15 @@ +general.width = Largura +general.height = Altura +general.on = Ligado +general.off = Desligado + +popup.done = Pronto + +popup.yesno.confirm = Confirmar +popup.yesno.cancel = Cancelar + +popup.notification.accept = Aceitar + +popup.choosefile.back = VOLTAR +popup.choosefile.title = Escolher arquivo +popup.choosefile.choose = Escolher diff --git a/config/labels-client.json b/config/labels-client.json new file mode 100644 index 0000000..55d2be0 --- /dev/null +++ b/config/labels-client.json @@ -0,0 +1,13 @@ +{ + "#README": "This config file does not support comments. To see them configure it in-game using YACL or Cloth Config", + "general": { + "colored_text": true, + "texture_resolution": 16 + }, + "color_settings": { + "recolor_texture": true, + "color_texture_preset": "PENCIL", + "limit_palette": true, + "outline": true + } +} \ No newline at end of file diff --git a/config/legendarytooltips-common-1.toml.bak b/config/legendarytooltips-common-1.toml.bak new file mode 100644 index 0000000..e69de29 diff --git a/config/legendarytooltips-common-2.toml.bak b/config/legendarytooltips-common-2.toml.bak new file mode 100644 index 0000000..cd16538 --- /dev/null +++ b/config/legendarytooltips-common-2.toml.bak @@ -0,0 +1,118 @@ +# Legendary Tooltips Configuration Instructions +# +# *** READ THIS FIRST *** +# +# By default, this mod does not apply special borders to most items. It was designed to work well with mod packs where +# the available selection of items can vary widely, so it is up to the user or mod pack designer to customize as needed. +# There are many options available for setting up which custom borders (also called frames) apply to which items. Follow these steps: +# 1. Decide which items you want to have custom borders, and which borders. Note that each custom border has a number associated with it (starting at 0). +# 2. For each custom border you want to use, fill out the associated list in the "definitions" section. This will be filled out with a list of "selectors", +# each of which tell the mod what items have that border. Please read the information above the definitions section for specifics. +# 3. Selectors for borders are checked in the order provided in the "priorities" section. Once a match is found, that border is displayed. +# For example, if border 0 had the selector "%Diamond" and border 1 had the selector "diamond_sword", they would both match for diamond swords. +# In this case, whichever border number came first in the priority list would be the border that would get drawn in-game. +# 4. Optionally, border colors associated with custom borders can be set in the "colors" section. The start color is the color at the top of the tooltip, +# and the end color is the bottom, with a smooth transition between. Please read the information above the color section for specifics. +[client] + + [client.visual_options] + # Whether item names in tooltips should have a line under them separating them from the rest of the tooltip. + name_separator = false + # If enabled, tooltip border colors will match item rarity colors (except for custom borders). + borders_match_rarity = true + # If enabled, tooltips will display a drop shadow. + tooltip_shadow = true + # If enabled, items showing a custom border will have a special shine effect when hovered over. + shine_effect = true + # If enabled, tooltip titles will be drawn centered. + centered_title = false + # If enabled, tooltips with custom borders will always be at least wide enough to display all border decorations. + enforce_minimum_width = false + # If enabled, some unnecessary text and spacing will be removed from equipment tooltips. + compact_tooltips = true + # Which items should have a 3D model rendered in the tooltip. If set to "equipment", the model will only be rendered for items with durability. + #Allowed Values: NONE, EQUIPMENT, ALL + render_item_model = "NONE" + # The speed at which 3D models in tooltips will rotate. Lower values rotate faster, set to 0 to disable rotation. + #Range: 0.0 ~ 50.0 + model_rotation_speed = 12.0 + + # Entry types: + # Match all - Specifying just an asterisk (*) will match all items. Examples: "*" + # Item ID - Use item ID to match single items. Must include mod name for modded items. Examples: "minecraft:stick", "iron_ore", "spoiledeggs:spoiled_egg" + # Tag - $ followed by tag name to match all items with that tag. Examples: "$forge:stone", "$planks" + # Mod name - @ followed by mod identifier to match all items from that mod. Examples: "@spoiledeggs" + # Rarity - ! followed by item's rarity to match all items with that rarity. This is ONLY vanilla rarities. Examples: "!uncommon", "!rare", "!epic" + # Item name color - # followed by color hex code, to match all items with that exact color item name. Examples: "#23F632" + # Display name - % followed by any text. Will match any item with this text (case-sensitive) in its tooltip display name. Examples: "%Netherite", "%Uncommon" + # Tooltip text - ^ followed by any text. Will match any item with this text (case-sensitive) anywhere in the tooltip text (besides the name). Examples: "^Legendary" + # NBT tag - & followed by tag name and optional comparator (=, >, <, or !=) and value, in the format or just . Examples: "&Damage=0", "&Tier>1", "&map!=128", "&Enchantments" + # Negation - ~ followed by any selector above. This selector will be negated, matching every item that does NOT match the selector. Examples: "~minecraft:stick", "~!uncommon", "~@minecraft" + # Combining selectors - Any number of selectors can be combined by separating them with a plus sign. Examples: "minecraft:diamond_sword+&Enchantments", "minecraft:stick+~!common+&Damage=0" + [client.definitions] + level0_entries = ["academy:star_badge"] + level1_entries = [] + level2_entries = [] + level3_entries = [] + level4_entries = [] + level5_entries = [] + level6_entries = [] + level7_entries = [] + level8_entries = [] + level9_entries = [] + level10_entries = [] + level11_entries = [] + level12_entries = [] + level13_entries = [] + level14_entries = [] + level15_entries = [*] + # Enter blacklist selectors here using the same format as above. Any items that match these selectors will NOT show a border. + blacklist = [] + + # Set border priorities here. This should be a list of numbers that correspond to border levels, with numbers coming first being higher priority. + # Optionally, -1 can be inserted to indicate relative priority of data and api-defined borders. If you don't know what that means, you don't need to worry about it. + [client.priorities] + priorities = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15] + + # The colors used for each tooltip, in this order: top border color, bottom border color, top background color, bottom background color. + # None of these colors are required, though any colors not specified will be replaced with the default tooltip colors. + # + # VALID COLOR FORMATS + # Hex color code - A hex color code is preceded by # or 0x and must be quoted. Supports 3, 4, 6, or 8 digit codes in the formats RGB, ARGB, RRGGBB, AARRGGBB. + # Examples: "#F4C", "0xFEE0", "#40FF2E", "#CC00E2EE" + # + # Decimal color code - A decimal color code, which is just a hex color code converted to decimal. May or may not be quoted. + # Examples: 15614720, "4278251143" + # + # Minecraft color name - One of the standard 16 Minecraft color names. Must be quoted. + # Examples: "red", "dark_purple", "gold" + # + # Web color name - One of the standard 140 web/HTML color names or "transparent". Must be quoted. + # Examples: "chartreuse", "darkorange", "deeppink", "deepskyblue" + # + # Modifiers - Colors specified in any of the above formats can be modified by using modifiers. + # Modifiers are specified after any color in the format "<+, -, or =>". + # The letters represent h - hue, s - saturation, v - value, r - red, g - green, b - blue, a - alpha. + # Valid amounts are 0 to 255 for all types except hue, which accepts 0 to 359. + # Examples: "red+h15", "#saddlebrown-v20+s5", "10_aqua_aqua+v15-h5", "#F4C-r15-v10=a40" + # + # Animated color - An animated color that fades from one to another in sequence. + # A string in the format "_". Must be quoted. + # Examples: "10_black_#7FFF00", "5.5_gold_orange_orangered", "20_red_orange_yellow_green_blue_purple" + [client.colors] + level0_colors = [-6723294, -10864099, -266991104, -401208832] + level1_colors = ["auto", "auto", "auto", "auto"] + level2_colors = ["auto", "auto", "auto", "auto"] + level3_colors = ["auto", "auto", "auto", "auto"] + level4_colors = ["auto", "auto", "auto", "auto"] + level5_colors = ["auto", "auto", "auto", "auto"] + level6_colors = ["auto", "auto", "auto", "auto"] + level7_colors = ["auto", "auto", "auto", "auto"] + level8_colors = ["auto", "auto", "auto", "auto"] + level9_colors = ["auto", "auto", "auto", "auto"] + level10_colors = ["auto", "auto", "auto", "auto"] + level11_colors = ["auto", "auto", "auto", "auto"] + level12_colors = ["auto", "auto", "auto", "auto"] + level13_colors = ["auto", "auto", "auto", "auto"] + level14_colors = ["auto", "auto", "auto", "auto"] + level15_colors = [-6723294, -10864099, -266991104, -401208832] diff --git a/config/legendarytooltips-common.toml b/config/legendarytooltips-common.toml new file mode 100644 index 0000000..129261c --- /dev/null +++ b/config/legendarytooltips-common.toml @@ -0,0 +1,118 @@ +# Legendary Tooltips Configuration Instructions +# +# *** READ THIS FIRST *** +# +# By default, this mod does not apply special borders to most items. It was designed to work well with mod packs where +# the available selection of items can vary widely, so it is up to the user or mod pack designer to customize as needed. +# There are many options available for setting up which custom borders (also called frames) apply to which items. Follow these steps: +# 1. Decide which items you want to have custom borders, and which borders. Note that each custom border has a number associated with it (starting at 0). +# 2. For each custom border you want to use, fill out the associated list in the "definitions" section. This will be filled out with a list of "selectors", +# each of which tell the mod what items have that border. Please read the information above the definitions section for specifics. +# 3. Selectors for borders are checked in the order provided in the "priorities" section. Once a match is found, that border is displayed. +# For example, if border 0 had the selector "%Diamond" and border 1 had the selector "diamond_sword", they would both match for diamond swords. +# In this case, whichever border number came first in the priority list would be the border that would get drawn in-game. +# 4. Optionally, border colors associated with custom borders can be set in the "colors" section. The start color is the color at the top of the tooltip, +# and the end color is the bottom, with a smooth transition between. Please read the information above the color section for specifics. +[client] + + [client.visual_options] + # Whether item names in tooltips should have a line under them separating them from the rest of the tooltip. + name_separator = false + # If enabled, tooltip border colors will match item rarity colors (except for custom borders). + borders_match_rarity = true + # If enabled, tooltips will display a drop shadow. + tooltip_shadow = true + # If enabled, items showing a custom border will have a special shine effect when hovered over. + shine_effect = true + # If enabled, tooltip titles will be drawn centered. + centered_title = false + # If enabled, tooltips with custom borders will always be at least wide enough to display all border decorations. + enforce_minimum_width = false + # If enabled, some unnecessary text and spacing will be removed from equipment tooltips. + compact_tooltips = true + # Which items should have a 3D model rendered in the tooltip. If set to "equipment", the model will only be rendered for items with durability. + #Allowed Values: NONE, EQUIPMENT, ALL + render_item_model = "NONE" + # The speed at which 3D models in tooltips will rotate. Lower values rotate faster, set to 0 to disable rotation. + #Range: 0.0 ~ 50.0 + model_rotation_speed = 12.0 + + # Entry types: + # Match all - Specifying just an asterisk (*) will match all items. Examples: "*" + # Item ID - Use item ID to match single items. Must include mod name for modded items. Examples: "minecraft:stick", "iron_ore", "spoiledeggs:spoiled_egg" + # Tag - $ followed by tag name to match all items with that tag. Examples: "$forge:stone", "$planks" + # Mod name - @ followed by mod identifier to match all items from that mod. Examples: "@spoiledeggs" + # Rarity - ! followed by item's rarity to match all items with that rarity. This is ONLY vanilla rarities. Examples: "!uncommon", "!rare", "!epic" + # Item name color - # followed by color hex code, to match all items with that exact color item name. Examples: "#23F632" + # Display name - % followed by any text. Will match any item with this text (case-sensitive) in its tooltip display name. Examples: "%Netherite", "%Uncommon" + # Tooltip text - ^ followed by any text. Will match any item with this text (case-sensitive) anywhere in the tooltip text (besides the name). Examples: "^Legendary" + # NBT tag - & followed by tag name and optional comparator (=, >, <, or !=) and value, in the format or just . Examples: "&Damage=0", "&Tier>1", "&map!=128", "&Enchantments" + # Negation - ~ followed by any selector above. This selector will be negated, matching every item that does NOT match the selector. Examples: "~minecraft:stick", "~!uncommon", "~@minecraft" + # Combining selectors - Any number of selectors can be combined by separating them with a plus sign. Examples: "minecraft:diamond_sword+&Enchantments", "minecraft:stick+~!common+&Damage=0" + [client.definitions] + level0_entries = ["academy:star_badge"] + level1_entries = [] + level2_entries = [] + level3_entries = [] + level4_entries = [] + level5_entries = [] + level6_entries = [] + level7_entries = [] + level8_entries = [] + level9_entries = [] + level10_entries = [] + level11_entries = [] + level12_entries = [] + level13_entries = [] + level14_entries = [] + level15_entries = [] + # Enter blacklist selectors here using the same format as above. Any items that match these selectors will NOT show a border. + blacklist = [] + + # Set border priorities here. This should be a list of numbers that correspond to border levels, with numbers coming first being higher priority. + # Optionally, -1 can be inserted to indicate relative priority of data and api-defined borders. If you don't know what that means, you don't need to worry about it. + [client.priorities] + priorities = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15] + + # The colors used for each tooltip, in this order: top border color, bottom border color, top background color, bottom background color. + # None of these colors are required, though any colors not specified will be replaced with the default tooltip colors. + # + # VALID COLOR FORMATS + # Hex color code - A hex color code is preceded by # or 0x and must be quoted. Supports 3, 4, 6, or 8 digit codes in the formats RGB, ARGB, RRGGBB, AARRGGBB. + # Examples: "#F4C", "0xFEE0", "#40FF2E", "#CC00E2EE" + # + # Decimal color code - A decimal color code, which is just a hex color code converted to decimal. May or may not be quoted. + # Examples: 15614720, "4278251143" + # + # Minecraft color name - One of the standard 16 Minecraft color names. Must be quoted. + # Examples: "red", "dark_purple", "gold" + # + # Web color name - One of the standard 140 web/HTML color names or "transparent". Must be quoted. + # Examples: "chartreuse", "darkorange", "deeppink", "deepskyblue" + # + # Modifiers - Colors specified in any of the above formats can be modified by using modifiers. + # Modifiers are specified after any color in the format "<+, -, or =>". + # The letters represent h - hue, s - saturation, v - value, r - red, g - green, b - blue, a - alpha. + # Valid amounts are 0 to 255 for all types except hue, which accepts 0 to 359. + # Examples: "red+h15", "#saddlebrown-v20+s5", "10_aqua_aqua+v15-h5", "#F4C-r15-v10=a40" + # + # Animated color - An animated color that fades from one to another in sequence. + # A string in the format "_". Must be quoted. + # Examples: "10_black_#7FFF00", "5.5_gold_orange_orangered", "20_red_orange_yellow_green_blue_purple" + [client.colors] + level0_colors = [-6723294, -10864099, -266991104, -401208832] + level1_colors = ["auto", "auto", "auto", "auto"] + level2_colors = ["auto", "auto", "auto", "auto"] + level3_colors = ["auto", "auto", "auto", "auto"] + level4_colors = ["auto", "auto", "auto", "auto"] + level5_colors = ["auto", "auto", "auto", "auto"] + level6_colors = ["auto", "auto", "auto", "auto"] + level7_colors = ["auto", "auto", "auto", "auto"] + level8_colors = ["auto", "auto", "auto", "auto"] + level9_colors = ["auto", "auto", "auto", "auto"] + level10_colors = ["auto", "auto", "auto", "auto"] + level11_colors = ["auto", "auto", "auto", "auto"] + level12_colors = ["auto", "auto", "auto", "auto"] + level13_colors = ["auto", "auto", "auto", "auto"] + level14_colors = ["auto", "auto", "auto", "auto"] + level15_colors = ["auto", "auto", "auto", "auto"] diff --git a/config/lightmanscurrency-client.lcconfig b/config/lightmanscurrency-client.lcconfig new file mode 100644 index 0000000..be5f769 --- /dev/null +++ b/config/lightmanscurrency-client.lcconfig @@ -0,0 +1,79 @@ +#Quality Settings +[quality] + #Maximum number of items each Item Trader can renderBG (per-trade) as stock. Lower to decrease client-lag in trader-rich areas. + #Setting to 0 will disable item rendering entirely, so use with caution. + #Range: 0 -> 2147483647 + itemTraderRenderLimit=2147483647 + +#Time Formatting Settings +[time] + #How Notification Timestamps are displayed. + #Follows SimpleDateFormat formatting: https://docs.oracle.com/javase/8/docs/api/java/text/SimpleDateFormat.html + timeFormatting="MM/dd/yy hh:mmaa" + +#Wallet Slot Settings +[wallet_slot] + #The position that the wallet slot will be placed at in the players inventory. + slot=76,43 + + #The position that the wallet slot will be placed at in the players creative inventory. + creativeSlot=126,19 + + #The offset that the wallet button should be placed at relative to the wallet slot position. + button=8,-10 + +#Wallet Overlay Settings +[wallet_hud] + #Whether an overlay should be drawn on your HUD displaying your wallets current money amount. + enabled=true + + #The corner of the screen that the overlay should be drawn on. + #Options: TOP_LEFT, TOP_RIGHT, BOTTOM_LEFT, BOTTOM_RIGHT + displayCorner=BOTTOM_LEFT + + #The position offset from the defined corner. + displayOffset=5,-5 + + #Whether the wallets contents should be displayed as a coin item, or as value text. + #Options: ITEMS_WIDE, ITEMS_NARROW, TEXT + displayType=ITEMS_WIDE + +#Inventory Button Settings +[inventory_buttons] + #The position that the notification & team manager buttons will be placed at in the players inventory. + button=152,3 + + #The position that the notification & team manager buttons will be placed at in the players creative inventory. + buttonCreative=171,18 + +#Chest Button Settings +[chest_buttons] + #Whether the 'Move Coins into Wallet' button will appear in the top-right corner of the Chest Screen if there are coins in the chest that can be collected. + enabled=true + + #Whether the 'Move Coins into Wallet' button should collect coins from a side-chain. + #By default these would be the coin pile and coin block variants of the coins. + allowSideChainCollection=false + +#Notification Settings +[notification] + #Whether notifications should be posted in your chat when you receive them. + notificationsInChat=true + +#Slot Machine Animation Settings +[slot_machine] + #The number of Minecraft ticks the slot machine animation will last. + #Note: 20 ticks = 1 second + #Must be at least 20 ticks (1s) for coding reasons. + #Range: 20 -> 1200 + animationDuration=100 + + #The number of Minecraft ticks the slot machine will pause before repeating the animation. + #Range: 0 -> 1200 + animationRestDuration=20 + +#Sound Settings +[sounds] + #Whether Money Mending should make a noise when triggered. + moneyMendingClink=true + diff --git a/config/lightmanscurrency-common.lcconfig b/config/lightmanscurrency-common.lcconfig new file mode 100644 index 0000000..faa807a --- /dev/null +++ b/config/lightmanscurrency-common.lcconfig @@ -0,0 +1,172 @@ +#Crafting Settings +#/reload required for any changes made to take effect. +#FEATURE NOT IMPLEMENTED AT THIS TIME! +[crafting] + #Whether Network Traders can be crafted. + #Disabling will not remove any existing Network Traders from the world, nor prevent their use. + #Disabling does NOT disable the recipes of Network Upgrades or the Trading Terminals. + canCraftNetworkTrader=true + + #Whether Trader Interface blocks can be crafted. + #Disabling will not remove any existing Trader Interfaces from the world, nor prevent their use. + canCraftTraderInterface=true + + #Whether Auction Stand blocks can be crafted. + #Disabling will not remove any existing Auction Stands from the world, nor prevent their use. + canCraftAuctionStand=true + +#Villager Related Settings +#Note: Any changes to villagers requires a full reboot to be applied due to how Minecraft/Forge registers trades. +[villagers] + #Whether the wandering trader will have additional trades that allow you to buy misc items with money. + addCustomWanderingTrades=true + + #Whether the banker villager profession will have any registered trades. The banker sells Lightman's Currency items for coins. + addBanker=true + + #Whether the cashier villager profession will have any registered trades.. The cashier sells an amalgamation of vanilla traders products for coins. + addCashier=true + + #Villager Trade Modification + #Note: Changes made only apply to newly generated trades. Villagers with trades already defined will not be changed. + [villagers.modification] + #Whether vanilla villagers should have the Emeralds from their trades replaced with coins. + changeVanillaTrades=false + + #Whether villagers added by other mods should have the Emeralds from their trades replaced with coins. + changeModdedTrades=false + + #Whether the wandering trader should have the emeralds from their trades replaced with the default replacement coin. + changeWanderingTrades=false + + #The default coin to replace a trades emeralds with. + defaultReplacementCoin=lightmanscurrency:coin_emerald + + #List of replacement coin overrides. + #Each entry must be formatted as follows: "mod:some_trader_type-lightmanscurrency:some_coin" + #Every trader not on this list will use the default trader coin defined above. + replacementCoinOverrides=["minecraft:butcher-lightmanscurrency:coin_iron","minecraft:cartographer-lightmanscurrency:coin_iron","minecraft:farmer-lightmanscurrency:coin_iron","minecraft:fisherman-lightmanscurrency:coin_iron","minecraft:fletcher-lightmanscurrency:coin_copper","minecraft:leatherworker-lightmanscurrency:coin_iron","minecraft:mason-lightmanscurrency:coin_iron","minecraft:shepherd-lightmanscurrency:coin_iron"] + +#Loot Options +[loot] + #T1 loot item. + #Leave blank ("") to not spawn T1 loot. + #Applies to loot table loot type "lightmanscurrency:configured_item" with "tier":1, which is used in all "lightmanscurrency:loot_addons" loot tables configured below. + lootItemT1=lightmanscurrency:coin_copper + + #T2 loot item. + #Leave blank ("") to not spawn T2 loot. + #Applies to loot table loot type "lightmanscurrency:configured_item" with "tier":2, which is used in all "lightmanscurrency:loot_addons" loot tables configured below. + lootItemT2=lightmanscurrency:coin_iron + + #T3 loot item. + #Leave blank ("") to not spawn T3 loot. + #Applies to loot table loot type "lightmanscurrency:configured_item" with "tier":3, which is used in all "lightmanscurrency:loot_addons" loot tables configured below. + lootItemT3=lightmanscurrency:coin_gold + + #T4 loot item. + #Leave blank ("") to not spawn T4 loot. + #Applies to loot table loot type "lightmanscurrency:configured_item" with "tier":4, which is used in all "lightmanscurrency:loot_addons" loot tables configured below. + lootItemT4=lightmanscurrency:coin_emerald + + #T5 loot item. + #Leave blank ("") to not spawn T5 loot. + #Applies to loot table loot type "lightmanscurrency:configured_item" with "tier":5, which is used in all "lightmanscurrency:loot_addons" loot tables configured below. + lootItemT5=lightmanscurrency:coin_diamond + + #T6 loot item. + #Leave blank ("") to not spawn T6 loot. + #Applies to loot table loot type "lightmanscurrency:configured_item" with "tier":6, which is used in all "lightmanscurrency:loot_addons" loot tables configured below. + lootItemT6=lightmanscurrency:coin_netherite + + #Entity Loot Settings. + [loot.entities] + #Whether coins can be dropped by entities. + enabled=true + + #Whether coins can be dropped by entities that were spawned by the vanilla spawner. + allowSpawnedDrops=false + + #Whether modded machines that emulate player behaviour can trigger coin drops from entities. + #Set to false to help prevent autmated coin farming. + allowFakePlayerDrops=true + + #Entity Drop Lists. Accepts the following inputs: + #Entity IDs. e.g. "minecraft:cow" + #Entity Tags. e.g. "#minecraft:skeletons" + #Every entity provided by a mod. e.g. "minecraft:*" + #Note: If an entity meets multiple criteria, it will drop the lowest tier loot that matches (starting with normal T1 -> T6 then boss T1 -> T6) + [loot.entities.lists] + #List of Entities that will drop T1 loot. + #Requires a player kill to trigger coin drops. + T1=["minecraft:slime","minecraft:silverfish"] + + #List of Entities that will drop T1 -> T2 loot. + #Requires a player kill to trigger coin drops. + T2=["minecraft:zombie","minecraft:skeleton","minecraft:creeper","minecraft:spider","minecraft:cave_spider","minecraft:husk","minecraft:stray","minecraft:magma_cube","minecraft:zombie_villager","minecraft:drowned"] + + #List of Entities that will drop T1 -> T3 loot. + #Requires a player kill to trigger coin drops. + T3=["minecraft:guardian","minecraft:elder_guardian","minecraft:phantom","minecraft:blaze","minecraft:ghast","minecraft:witch","minecraft:hoglin","minecraft:piglin_brute","minecraft:piglin","minecraft:zombified_piglin"] + + #List of Entities that will drop T1 -> T4 loot. + #Requires a player kill to trigger coin drops. + T4=["minecraft:enderman","minecraft:evoker","minecraft:vindicator","minecraft:pillager","minecraft:ravager","minecraft:shulker"] + + #List of Entities that will drop T1 -> T5 loot. + #Requires a player kill to trigger coin drops. + T5=["minecraft:wither_skeleton"] + + #List of Entities that will drop T1 -> T6 loot. + #Requires a player kill to trigger coin drops. + T6=[] + + #List of Entities that will drop loot from the "lightmanscurrency:loot_addons/boss/tier1" loot table. + #Does NOT require a player kill to trigger coin drops. + BossT1=[] + + #List of Entities that will drop loot from the "lightmanscurrency:loot_addons/boss/tier2" loot table. + #Does NOT require a player kill to trigger coin drops. + BossT2=[] + + #List of Entities that will drop loot from the "lightmanscurrency:loot_addons/boss/tier3" loot table. + #Does NOT require a player kill to trigger coin drops. + BossT3=[] + + #List of Entities that will drop loot from the "lightmanscurrency:loot_addons/boss/tier4" loot table. + #Does NOT require a player kill to trigger coin drops. + BossT4=["minecraft:warden"] + + #List of Entities that will drop loot from the "lightmanscurrency:loot_addons/boss/tier5" loot table. + #Does NOT require a player kill to trigger coin drops. + BossT5=["minecraft:ender_dragon"] + + #List of Entities that will drop loot from the "lightmanscurrency:loot_addons/boss/tier6" loot table. + #Does NOT require a player kill to trigger coin drops. + BossT6=["minecraft:wither"] + + #Chest Loot Settings + [loot.chests] + #Whether coins can spawn in chests. + enabled=true + + #Chest Spawn Lists + [loot.chests.lists] + #List of Loot Tables that will also spawn loot from the "lightmanscurrency:loot_addons/chest/tier1" loot table. + T1=["minecraft:chests/underwater_ruin_small","minecraft:chests/underwater_ruin_big"] + + #List of Loot Tables that will also spawn loot from the "lightmanscurrency:loot_addons/chest/tier2" loot table. + T2=[] + + #List of Loot Tables that will also spawn loot from the "lightmanscurrency:loot_addons/chest/tier3" loot table. + T3=["minecraft:chests/jungle_temple","minecraft:chests/nether_bridge","minecraft:chests/simple_dungeon","minecraft:chests/ruined_portal"] + + #List of Loot Tables that will also spawn loot from the "lightmanscurrency:loot_addons/chest/tier4" loot table. + T4=["minecraft:chests/stronghold_crossing","minecraft:chests/stronghold_corridor","minecraft:chests/stronghold_library","minecraft:chests/ancient_city"] + + #List of Loot Tables that will also spawn loot from the "lightmanscurrency:loot_addons/chest/tier5" loot table. + T5=["minecraft:chests/buried_treasure","minecraft:chests/bastion_hoglin_stable","minecraft:chests/bastion_bridge","minecraft:chests/bastion_other","minecraft:chests/bastion_treasure","minecraft:chests/end_city_treasure"] + + #List of Loot Tables that will also spawn loot from the "lightmanscurrency:loot_addons/chest/tier6" loot table. + T6=[] + diff --git a/config/lootballs-config.json5 b/config/lootballs-config.json5 new file mode 100644 index 0000000..75efed8 --- /dev/null +++ b/config/lootballs-config.json5 @@ -0,0 +1,14 @@ +{ + "minLootBallsPerChunk": 0, + "maxLootBallsPerChunk": 2, + "generationChance": 0.07999999821186066, + "hiddenMultiplier": 2.0, + "hiddenChance": 0.20000000298023224, + "naturalLootBallUses": 1, + "ignoreLootBallUses": true, + "randomizeAfterUse": true, + "doLootBallArchaeology": true, + "doLootBallFishing": true, + "doLootBallDrops": true, + "doLootBallChests": true +} \ No newline at end of file diff --git a/config/lootbeams-client.toml b/config/lootbeams-client.toml new file mode 100644 index 0000000..29e3008 --- /dev/null +++ b/config/lootbeams-client.toml @@ -0,0 +1,32 @@ +["Loot Beams"] + beam_radius = 1.0 + beam_alpha = 0.85 + render_distance = 24.0 + fade_distance = 24.0 + render_name_color = true + render_rarity_color = true + beam_height = 1.0 +color_overrides = [ ] + beam_y_offset = 0.0 + + ["Loot Beams".Nametags] + borders = false + nametag_look_sensitivity = 0.018 +always_draw_rarities_on = [ "#minecrft:music_discs" ] + white_rarities = false + dmcloot_compat_rarity = true + render_stackcount = false + nametag_scale = 1.0 + render_nametags = false + render_nametags_onlook = false + nametag_background_alpha = 0.5 + nametag_y_offset = 0.75 +custom_rarities = [ ] + nametag_text_alpha = 1.0 + + ["Loot Beams".Items] + only_equipment = false +blacklist = [ ] + all_items = false +whitelist = [ "academy:star_badge" ] + only_rare = false diff --git a/config/lootbeams/config.json b/config/lootbeams/config.json new file mode 100644 index 0000000..1a5f6ad --- /dev/null +++ b/config/lootbeams/config.json @@ -0,0 +1,124 @@ +{ + "LootBeams": { + "render_name_color": false, + "render_rarity_color": true, + "render_beam": true, + "render_droplight_beam": false, + "beam_gradient_modifiers": [ + "-h50", + "+s35", + "-v50" + ], + "smooth_beam_size": true, + "smooth_duration": 3.0, + "beam_radius": 0.0, + "beam_height": 3.0, + "beam_y_offset": 0.3, + "common_shorter_beam": true, + "beam_alpha": 0.75, + "solid_beam": true, + "white_center": true, + "glowing_beam": true, + "render_distance": 48.0, + "fade_distance": 48.0, + "beam_fade_on_approach": false, + "require_on_ground": false + }, + "GroundGlow": { + "glow_effect": true, + "use_glow_gradient": true, + "glow_gradient_modifiers": [ + "-h50", + "+s35", + "-v50" + ], + "glow_gradient_start": 0.0, + "glow_gradient_end": 100.0, + "smooth_glow_effect_radius": false, + "smooth_glow_effect_alpha": true, + "glow_effect_texture": "lootbeams:glow", + "glow_effect_radius": 1.5, + "glow_effect_alpha": 0.8, + "pulse_glow": true, + "pulse_glow_speed": 1.0, + "pulse_glow_min_alpha": 0.8, + "pulse_glow_max_alpha": 1.0, + "pulse_glow_min_radius": 0.5, + "pulse_glow_max_radius": 0.625, + "rotate_glow": false, + "glow_rotate_clockwise": true, + "glow_rotation_speed": 1.0 + }, + "Particles": { + "particles": true, + "particle_texture": "lootbeams:glow", + "particle_color_mode": "particle_overlay", + "particle_inherits_color": true, + "tick_per_particle_sprite_update": 1, + "particle_count": 10.0, + "particle_lifetime": 25, + "particle_size": 0.25, + "particle_random_size": true, + "particle_radius": 0.2, + "particle_y_offset": 0.02, + "particle_random_y": true, + "particle_speed": 0.2, + "particle_speed_x": 0.2, + "particle_speed_y": 0.01, + "particle_speed_z": 0.2, + "particle_use_constant_vertical_speed": false, + "randomness_intensity": 0.05, + "particle_rare_only": true, + "particle_direction_x": 0.0, + "particle_direction_y": 1.0, + "particle_direction_z": 0.0, + "spin_around_beam": true, + "trails": true, + "trail_particles_invisible": true, + "trail_use_scale": true, + "trail_scale_height_equals_beam_height": true, + "trail_scale_height": 3.0, + "trail_chance": 0.4, + "trail_width": 0.2, + "trail_length": 30, + "trail_frequency": 1 + }, + "Items": { + "items_glow": false, + "all_items": false, + "only_equipment": false, + "only_rare": false, + "whitelist": [ + "academy:star_badge" + ], + "blacklist": [], + "color_overrides": [] + }, + "Nametags": { + "advanced_tooltips": false, + "worldspace_tooltips": true, + "item_frame_tooltips": true, + "render_tooltips_in_third_person_view": true, + "borders": true, + "render_nametags": false, + "render_nametags_onlook": false, + "render_item_rarity": true, + "render_stackcount": true, + "nametag_look_sensitivity": 0.018, + "nametag_text_alpha": 1.0, + "nametag_background_alpha": 0.5, + "nametag_scale": 1.0, + "nametag_y_offset": 0.75, + "white_rarities": false, + "vanilla_rarities": false, + "screen_tooltips_require_crouch": true, + "combine_name_and_rarity": false, + "custom_rarities": [], + "always_draw_rarities_on": [ + "#minecraft:music_discs" + ] + }, + "Presets": { + "selected_preset": "" + } +} \ No newline at end of file diff --git a/config/lootbeams/config.toml b/config/lootbeams/config.toml new file mode 100644 index 0000000..7dad31e --- /dev/null +++ b/config/lootbeams/config.toml @@ -0,0 +1,96 @@ +[LootBeams] + common_shorter_beam = true + render_name_color = true + solid_beam = true + glowing_beam = true + beam_height = 1.5 + render_beam = true + beam_y_offset = 0.5 + beam_radius = 0.55 + beam_alpha = 0.75 + render_distance = 48.0 + fade_distance = 48.0 + require_on_ground = true + beam_fade_on_approach = false + render_rarity_color = true + white_center = true + + [LootBeams.Particles] + trail_particles_invisible = true + spin_around_beam = true + trail_length = 30 + particle_size = 0.25 + particle_rare_only = true + trails = true + particle_texture = "lootbeams:glow" + trail_chance = 0.5 + particle_count = 5.0 + particle_random_y = true + trail_width = 0.2 + particle_y_offset = 0.0 + particle_direction_x = 0.0 + particles = true + trail_frequency = 1 + particle_use_constant_vertical_speed = false + particle_direction_z = 0.0 + particle_direction_y = 1.0 + particle_radius = 0.1 + tick_per_particle_sprite_update = 1 + randomness_intensity = 0.05 + particle_color_mode = "overlay" + particle_random_size = true + particle_speed_y = 0.01 + particle_speed_z = 0.2 + particle_lifetime = 15 + particle_speed = 0.2 + particle_inherits_color = true + particle_speed_x = 0.2 + + [LootBeams.Presets] + selected_preset = "" + + [LootBeams.Nametags] + worldspace_tooltips = true + borders = true + nametag_look_sensitivity = 0.018 +always_draw_rarities_on = [ "#minecrft:music_discs" ] + white_rarities = false + dmcloot_compat_rarity = true + advanced_tooltips = true + render_tooltips_in_third_person_view = true + render_stackcount = true + nametag_scale = 1.0 + render_nametags = true + render_nametags_onlook = true + render_item_rarity = true + nametag_background_alpha = 0.5 + vanilla_rarities = false + screen_tooltips_require_crouch = true + nametag_y_offset = 0.75 +custom_rarities = [ ] + combine_name_and_rarity = false + nametag_text_alpha = 1.0 + + [LootBeams.Items] + only_equipment = true + items_glow = false +blacklist = [ ] + all_items = false +whitelist = [ ] + only_rare = true +color_overrides = [ ] + + [LootBeams.GroundGlow] + glow_effect_alpha = 0.8 + pulse_glow_min_radius = 0.5 + pulse_glow_speed = 1.0 + rotate_glow = false + pulse_glow = true + glow_effect = true + pulse_glow_min_alpha = 0.6 + pulse_glow_max_radius = 0.625 + glow_effect_texture = "lootbeams:glow" + pulse_glow_max_alpha = 0.8 + glow_rotate_clockwise = true + glow_effect_radius = 0.5 + glow_rotation_speed = 1.0 diff --git a/config/lootr.json b/config/lootr.json new file mode 100644 index 0000000..2d60fec --- /dev/null +++ b/config/lootr.json @@ -0,0 +1,54 @@ +{ + "debug": { + "report_invalid_tables": true + }, + "seed": { + "randomize_seed": true + }, + "conversion": { + "max_entry_age": 12000, + "disable": false, + "elytra": true, + "world_border": false + }, + "breaking": { + "enable_break": false, + "enable_fake_player_break": false, + "disable_break": false, + "power_comparators": true, + "blast_resistant": false, + "blast_immune": false, + "trapped_custom": false + }, + "lists": { + "dimension_whitelist": [], + "dimension_blacklist": [], + "dimension_modid_blacklist": [], + "dimension_modid_whitelist": [], + "loot_table_blacklist": [], + "loot_modid_blacklist": [] + }, + "decay": { + "decay_value": 6000, + "decay_all": false, + "decay_modids": [], + "decay_loot_tables": [], + "decay_dimensions": [] + }, + "refresh": { + "refresh_value": 24000, + "refresh_all": false, + "refresh_modids": [], + "refresh_loot_tables": [], + "refresh_dimensions": [] + }, + "notifications": { + "notification_delay": 600, + "disable_notifications": false, + "disable_message_styles": false + }, + "client": { + "vanilla_textures": false, + "old_textures": false + } +} \ No newline at end of file diff --git a/config/midnightlib.json b/config/midnightlib.json new file mode 100644 index 0000000..5cb70f0 --- /dev/null +++ b/config/midnightlib.json @@ -0,0 +1,3 @@ +{ + "config_screen_list": "MODMENU" +} \ No newline at end of file diff --git a/config/mobfilter.json5 b/config/mobfilter.json5 new file mode 100644 index 0000000..3c89d0b --- /dev/null +++ b/config/mobfilter.json5 @@ -0,0 +1,46 @@ +/** + * mobfilter.json5 + * + * This file controls the spawn filtering rules for mob-filter. For details, see the docs at: + * + * https://github.com/pcal43/mob-filter/blob/main/CONFIG.md + */ + +{ + "rules" : [ + { + "name" : "no pokemon in academy spawn", + "what" : "DISALLOW_SPAWN", + "when" : { + "category" : [ "CREATURE" ], + "dimensionId" : [ "minecraft:overworld" ], + "blockX" : [ -180, 38 ], + "blockY" : [ -63, "MAX" ], + "blockZ" : [ -450, -265 ] + } + }, + { + "name" : "no pokemon in safari spawn", + "what" : "DISALLOW_SPAWN", + "when" : { + "category" : [ "CREATURE" ], + "dimensionId" : [ "solara_dimension:solara" ], + "blockX" : [ -268, -442 ], + "blockY" : [ -63, "MAX" ], + "blockZ" : [ -154, -315 ] + } + }, + { + "name" : "no vanilla hostile mobs", + "what" : "DISALLOW_SPAWN", + "when" : { + "category" : [ "MONSTER" ] + } + } + ], + + // If you're having trouble, change this to DEBUG or TRACE + // to output diagnostic information to debug.log. + "logLevel": "INFO" +} + diff --git a/config/modernfix-mixins.properties b/config/modernfix-mixins.properties new file mode 100644 index 0000000..9a529ce --- /dev/null +++ b/config/modernfix-mixins.properties @@ -0,0 +1,74 @@ +# This is the configuration file for ModernFix. +# In general, prefer using the config screen to editing this file. It can be accessed +# via the standard mod menu on your respective mod loader. Changes will, however, +# require restarting the game to take effect. +# +# The following options can be enabled or disabled if there is a compatibility issue. +# Add a line with your option name and =true or =false at the bottom of the file to enable +# or disable a rule. For example: +# mixin.perf.dynamic_resources=true +# Do not include the #. You may reset to defaults by deleting this file. +# +# Available options: +# mixin.bugfix.buffer_builder_leak=true # (default) +# mixin.bugfix.chunk_deadlock=true # (default) +# mixin.bugfix.concurrency=true # (default) +# mixin.bugfix.ender_dragon_leak=true # (default) +# mixin.bugfix.packet_leak=false # (default) +# mixin.bugfix.paper_chunk_patches=true # (default) +# mixin.bugfix.restore_old_dragon_movement=false # (default) +# mixin.bugfix.world_leaks=true # (default) +# mixin.bugfix.world_screen_skipped=true # (default) +# mixin.devenv=false # (default) +# mixin.feature.branding=true # (default) +# mixin.feature.cause_lag_by_disabling_threads=false # (default) +# mixin.feature.direct_stack_trace=false # (default) +# mixin.feature.disable_unihex_font=false # (default) +# mixin.feature.integrated_server_watchdog=true # (default) +# mixin.feature.measure_time=true # (default) +# mixin.feature.remove_chat_signing=false # (default) +# mixin.feature.snapshot_easter_egg=true # (default) +# mixin.feature.spam_thread_dump=false # (default) +# mixin.feature.spark_profile_launch=false # (default) +# mixin.feature.stalled_chunk_load_detection=false # (default) +# mixin.feature.warn_missing_perf_mods=true # (default) +# mixin.launch.class_search_cache=true # (default) +# mixin.perf.blast_search_trees=true # (default) +# mixin.perf.blast_search_trees.force=false # (default) +# mixin.perf.cache_blockstate_cache_arrays=true # (default) +# mixin.perf.cache_model_materials=true # (default) +# mixin.perf.cache_profile_texture_url=true # (default) +# mixin.perf.cache_strongholds=true # (default) +# mixin.perf.cache_upgraded_structures=true # (default) +# mixin.perf.chunk_meshing=true # (default) +# mixin.perf.clear_fabric_mapping_tables=false # (default) +# mixin.perf.clear_mixin_classinfo=false # (default) +# mixin.perf.compact_bit_storage=true # (default) +# mixin.perf.dedicated_reload_executor=true # (default) +# mixin.perf.deduplicate_climate_parameters=false # (default) +# mixin.perf.deduplicate_location=false # (default) +# mixin.perf.deduplicate_wall_shapes=true # (default) +# mixin.perf.dynamic_dfu=true # (default) +# mixin.perf.dynamic_entity_renderers=false # (default) +# mixin.perf.dynamic_resources=false # (default) +# mixin.perf.dynamic_sounds=true # (default) +# mixin.perf.dynamic_structure_manager=true # (default) +# mixin.perf.faster_command_suggestions=true # (default) +# mixin.perf.faster_item_rendering=false # (default) +# mixin.perf.faster_structure_location=true # (default) +# mixin.perf.faster_texture_stitching=true # (default) +# mixin.perf.fix_loop_spin_waiting=true # (default) +# mixin.perf.model_optimizations=true # (default) +# mixin.perf.mojang_registry_size=true # (default) +# mixin.perf.nbt_memory_usage=true # (default) +# mixin.perf.reduce_blockstate_cache_rebuilds=true # (default) +# mixin.perf.remove_biome_temperature_cache=true # (default) +# mixin.perf.remove_spawn_chunks=false # (default) +# mixin.perf.resourcepacks=true # (default) +# mixin.perf.state_definition_construct=true # (default) +# mixin.perf.thread_priorities=true # (default) +# mixin.perf.ticking_chunk_alloc=true # (default) +# mixin.perf.worldgen_allocation=false # (default) +# mixin.safety=true # (default) +# +# User overrides go here. diff --git a/config/modmenu.json b/config/modmenu.json new file mode 100644 index 0000000..0e43493 --- /dev/null +++ b/config/modmenu.json @@ -0,0 +1,30 @@ +{ + "sorting": "ascending", + "count_libraries": true, + "compact_list": false, + "count_children": true, + "mods_button_style": "classic", + "game_menu_button_style": "replace_bugs", + "count_hidden_mods": true, + "mod_count_location": "title_screen", + "hide_mod_links": false, + "show_libraries": false, + "hide_mod_license": false, + "hide_badges": false, + "hide_mod_credits": false, + "easter_eggs": true, + "modify_title_screen": true, + "modify_game_menu": true, + "hide_config_buttons": false, + "random_java_colors": false, + "translate_names": true, + "translate_descriptions": true, + "config_mode": false, + "disable_drag_and_drop": false, + "hidden_mods": [], + "hidden_configs": [], + "disable_update_checker": [], + "update_checker": false, + "button_update_badge": true, + "quick_configure": true +} \ No newline at end of file diff --git a/config/moonlight-client.json b/config/moonlight-client.json new file mode 100644 index 0000000..aced7ee --- /dev/null +++ b/config/moonlight-client.json @@ -0,0 +1,9 @@ +{ + "#README": "This config file does not support comments. To see them configure it in-game using YACL or Cloth Config", + "general": { + "merge_dynamic_packs": true, + "lazy_map_upload": true, + "maps_mipmap": 3, + "consistent_entity_renderer_shading": "NO_GUI" + } +} \ No newline at end of file diff --git a/config/more_cobblemon_tweaks.json b/config/more_cobblemon_tweaks.json new file mode 100644 index 0000000..de83a8e --- /dev/null +++ b/config/more_cobblemon_tweaks.json @@ -0,0 +1,21 @@ +{ + "enhanced_egg_lore": true, + "enhanced_berry_lore": true, + "enhanced_consumable_lore": true, + "enhanced_held_item_lore": true, + "wt_compact_lore": true, + "pc_iv_display": true, + "open_box_history": true, + "pc_search": true, + "custom_pc_wallpapers": true, + "custom_pc_box_names": true, + "pc_wallpapers": { + "10.0.0.213:25565": { + "29": "more_cobblemon_tweaks:textures/gui/pc/wallpapers/default_wallpaper.png", + "0": "more_cobblemon_tweaks:textures/gui/pc/wallpapers/default_wallpaper.png" + } + }, + "pc_box_names": { + "10.0.0.213:25565": {} + } +} \ No newline at end of file diff --git a/config/mousewheelie.hjson b/config/mousewheelie.hjson new file mode 100644 index 0000000..42d3b10 --- /dev/null +++ b/config/mousewheelie.hjson @@ -0,0 +1,162 @@ +{ + // General settings + general: { + // Sets the interval in milliseconds in which interactions are sent to the server. + // Lower numbers increase the speed but might be rejected by servers. + // default: 10 + // Must be greater or equal to 1 + interaction-rate: 10 + // Sets the interval in milliseconds for singleplayer and local multiplayer. + // default: 1 + // Must be greater or equal to 1 + integrated-interaction-rate: 1 + // Enables quick swapping of armor pieces and elytra pieces by clicking them while in hand. + // default: true + enable-quick-armor-swapping: true + // Enables dropping items when holding the drop modifier (alt by default) and clicking on them. + // The modifier can be changed in the vanilla controls menu. + // default: true + enable-drop-modifier: true + // Enables right-clicking in recipe books/villager trading to swiftly craft/trade. + // default: true + enable-quick-craft: true + // Whether item types should check nbt data. + // This is for example used by scrolling and drop-clicking. + // NONE disables this, ALL checks for exactly the same nbt and SOME allows for differences in damage and enchantments. + // default: SOME + item-kinds-nbt-match-mode: SOME + // Lets you define how the hotbar will be treated when e.g. scrolling or sorting items in the inventory. + // HARD: The hotbar will always be treated separately. + // SOFT: The hotbar will be treated as part of the inventory. This does not apply when sending the whole inventory (ctrl+shift). + // NONE: The hotbar will be treated as part of the inventory. This also applies when sending the whole inventory (ctrl+shift). + // default: SOFT + hotbar-scoping: SOFT + // This helps when you regularly move your mouse faster than the game can pick up. + // This will impact performance though. + // default: false + better-fast-dragging: false + // Enable clicking and dragging the bundle in the inventory to easily put in or out multiple stacks. + // default: true + enable-bundle-dragging: true + } + // With this feature, scrolling while hovering over a stack lets you easily move single items in or out of your inventory. + // In combination with modifiers such as Shift and Control (changeable in the Controls settings) you can scroll whole stacks, all of a kind of item or even all items in an inventory. + scrolling: { + // default: true + enable: true + // Invert the scroll direction when scrolling items. + // default: false + invert: false + // If enabled, items will be moved based on the visual position on the screen: + // When scrolling up, items will be sent to the upper inventory, when scrolling down to the lower inventory. + // If disabled, scrolling will instead affect the amount of items: + // When scrolling up, items will be moved towards the stack, when scrolling down items will be sent to the opposite inventory. + // + // Using "Invert scroll direction", you can swap the up and down behavior for these actions. + // default: true + directional-scrolling: true + // Sets whether to by default scroll items out of the creative menu. + // default: true + scroll-creative-menu-items: true + // Sets whether creative mode tabs can be switched by scrolling over them. + // default: true + scroll-creative-menu-tabs: true + } + // Change sort modes. Existing sort modes are ALPHABET, RAW_ID and QUANTITY. + // For Minecraft 1.19 and up there's also CREATIVE_SEARCH. + sort: { + // Sets the sort mode for normal sorting. + // default: creative + primary-sort: creative + // Sets the sort mode for sorting whilst pressing shift. + // default: quantity + shift-sort: quantity + // Sets the sort mode for sorting whilst pressing control. + // default: alphabet + control-sort: alphabet + // Whether to use close to instant sorting when in singleplayer or if Mouse Wheelie is installed on the server. + // default: true + server-accelerated-sorting: true + // Whether the creative search sorting should be optimized for performance. + // This will make use of more memory in exchange for processor time, only disable this if you run into memory issues. + // default: true + optimize-creative-search-sort: true + } + // Item refilling is a feature that automatically loads more items from your inventory when your current stack runs out. + // This is for example useful when building with a lot of the same block, so you don't have to constantly open your inventory. + // + // The first section of this config concerns which or under which circumstances items will get refilled. + // The "Refill rules" section, allows you to configure how the replacement stack will be determined by searching your inventory. + refill: { + // Enables item refilling. + // Turn this off to disable refilling entirely. + // default: true + enable: true + // Plays a sound after refilling a stack. + // default: true + play-sound: true + // Refills stacks in the off hand. + // default: true + off-hand: true + // Restore the refilled item to the originally selected slot. + // This will take a tad more time. You might want to turn this off on slow connections. + // default: false + restore-selected-slot: false + // Refill when the item just used changes to a different item. + // This is e.g. triggered when filling or emptying water buckets. + // default: true + item-changes: true + // Refill when the last food item in the hand has been consumed. + // default: true + eat: true + // Refill when dropping stacks from the hotbar. + // default: true + drop: true + // Refill when using up items, like tools or weapons. + // default: true + use: true + // Refill on other occasions. + // default: true + other: true + // Configure with which new item the previous stack will be refilled. + rules: { + // Tries to find any other block items. + // default: false + any-block: false + // Find items that are in the same creative inventory tab. + // default: false + itemgroup: false + // Try to find similar items through the item type hierarchy. + // This usually indicates a similar functionality. + // default: false + item-hierarchy: false + // Try to find similar block items through the block type hierarchy. + // This usually indicates a similar functionality. + // default: false + block-hierarchy: false + // Try to find any other food item. + // default: false + food: false + // Try to find equal items (no NBT matching). + // default: true + equal-items: true + // Try to find equal stacks (NBT matching). + // default: true + equal-stacks: true + } + } + // Configure when and how picking the correct tool for the currently faced block will work. + // By default tool picking will be triggered when middle clicking, that may be changed through the Vanilla Controls menu. + tool-picking: { + // Pick correct tool when middle clicking (rebindable) whilst holding a tool. + // default: true + hold-tool: true + // Pick correct tool when middle clicking (rebindable) whilst holding the same block as faced. + // default: false + hold-block: false + // Allows picking tools from the whole inventory. + // If disabled picking will only happen from the hotbar. + // default: true + pick-from-inventory: true + } +} \ No newline at end of file diff --git a/config/naturescompass.json b/config/naturescompass.json new file mode 100644 index 0000000..9164ccb --- /dev/null +++ b/config/naturescompass.json @@ -0,0 +1,26 @@ +{ + "common": { + "allowTeleportComment": "Allows a player to teleport to a located biome when in creative mode, opped, or in cheat mode.", + "allowTeleport": true, + "displayCoordinatesComment": "Allows players to view the precise coordinates and distance of a located structure on the HUD, rather than relying on the direction the compass is pointing.", + "displayCoordinates": true, + "maxSamplesComment": "The maximum number of samples to be taken when searching for a biome.", + "maxSamples": 50000, + "radiusModifierComment": "biomeSize * radiusModifier = maxSearchRadius. Raising this value will increase search accuracy but will potentially make the process more resource .", + "radiusModifier": 2500, + "sampleSpaceModifierComment": "biomeSize * sampleSpaceModifier = sampleSpace. Lowering this value will increase search accuracy but will make the process more resource intensive.", + "sampleSpaceModifier": 16, + "biomeBlacklistComment": "A list of biomes that the compass will not be able to search for, specified by resource location. The wildcard character * can be used to match any number of characters, and ? can be used to match one character. Ex (ignore backslashes): [\"minecraft:savanna\", \"minecraft:desert\", \"minecraft:*ocean*\"]", + "biomeBlacklist": [] + }, + "client": { + "displayWithChatOpenComment": "Displays Nature's Compass information even while chat is open.", + "displayWithChatOpen": true, + "fixBiomeNamesComment": "Fixes biome names by adding missing spaces. Ex: ForestHills becomes Forest Hills", + "fixBiomeNames": true, + "overlayLineOffsetComment": "The line offset for information rendered on the HUD.", + "overlayLineOffset": 1, + "overlaySideComment": "The side for information rendered on the HUD. Ex: LEFT, RIGHT", + "overlaySide": "LEFT" + } +} \ No newline at end of file diff --git a/config/necronomicon.json5 b/config/necronomicon.json5 new file mode 100644 index 0000000..d30e3cd --- /dev/null +++ b/config/necronomicon.json5 @@ -0,0 +1,17 @@ +{ + // This is used to debug stuff + "debug": false, + // A test boolean + "test": false, + // A list! + // Supports multiple values using List.of() + "list": [ + "test", + "test2" + ], + "exampleColors": { + "red": 255, + "green": 255, + "blue": 255 + } +} \ No newline at end of file diff --git a/config/numismatic-overhaul.json5 b/config/numismatic-overhaul.json5 new file mode 100644 index 0000000..237cce0 --- /dev/null +++ b/config/numismatic-overhaul.json5 @@ -0,0 +1,31 @@ +{ + // Whether villagers should use Numismatic currency for trading + "enableVillagerTrading": false, + // Whether Numismatic currency should be injected into the loot tables of loot chests + "generateCurrencyInChests": false, + // Where the notification for adding/removing money from the purse should be (requires rejoining to apply) + "moneyMessageLocation": "ACTIONBAR", + "purseOffsets": { + "survivalX": 0, + "survivalY": 0, + "creativeX": 0, + "creativeY": 0, + "merchantX": 0, + "merchantY": 0 + }, + "lootOptions": { + // Affects money gained from Desert Temple chests + "desertMinLoot": 10, + // Affects money gained from Desert Temple chests + "desertMaxLoot": 30, + // Affects money gained from Dungeon and Mineshaft chests + "dungeonMinLoot": 10, + // Affects money gained from Dungeon and Mineshaft chests + "dungeonMaxLoot": 30, + // Affects money gained from Bastion, Stronghold, Outpost and Buried Treasure chests + "structureMinLoot": 50, + "structureMaxLoot": 80, + "strongholdLibraryMinLoot": 100, + "strongholdLibraryMaxLoot": 200 + } +} \ No newline at end of file diff --git a/config/patchouli.json5 b/config/patchouli.json5 new file mode 100644 index 0000000..49b933d --- /dev/null +++ b/config/patchouli.json5 @@ -0,0 +1,16 @@ +{ + // Set this to true to disable advancement locking for ALL books, making all entries visible at all times. Config Flag: advancements_disabled + "disableAdvancementLocking": false, + // Granular list of Book ID's to disable advancement locking for, e.g. [ "botania:lexicon" ]. Config Flags: advancements_disabled_ + "noAdvancementBooks": [], + // Enable testing mode. By default this doesn't do anything, but you can use the config flag in your books if you want. Config Flag: testing_mode + "testingMode": false, + // Set this to the ID of a book to have it show up in players' inventories, replacing the recipe book. + "inventoryButtonBook": "", + // Set this to true to use Shift instead of Ctrl for the inventory quick lookup feature. + "useShiftForQuickLookup": false, + // Set how to handle text overflow: OVERFLOW the text off the page, TRUNCATE overflowed text, or RESIZE everything to fit. Relogin after changing. + "textOverflowMode": "RESIZE", + // How long in ticks the quick lookup key needs to be pressed before the book opens + "quickLookupTime": 10 +} \ No newline at end of file diff --git a/config/pehkui/config.json b/config/pehkui/config.json new file mode 100644 index 0000000..bc7b53b --- /dev/null +++ b/config/pehkui/config.json @@ -0,0 +1,79 @@ +{ + "minimumCameraDepth": 3.051850947599719E-5, + "keepAllScalesOnRespawn": true, + "scalesKeptOnRespawn": [], + "accurateNetherPortals": true, + "enableCommands": true, + "enableDebugCommands": false, + "scaledFallDamage": true, + "scaledMotion": true, + "scaledReach": true, + "scaledAttack": true, + "scaledDefense": true, + "scaledHealth": true, + "scaledItemDrops": true, + "scaledProjectiles": true, + "scaledExplosions": true, + "base.minimum": 1.2621774483536189E-29, + "base.maximum": 3.4028234663852886E38, + "width.minimum": 1.2621774483536189E-29, + "width.maximum": 3.4028234663852886E38, + "height.minimum": 1.2621774483536189E-29, + "height.maximum": 3.4028234663852886E38, + "eye_height.minimum": 1.2621774483536189E-29, + "eye_height.maximum": 3.4028234663852886E38, + "hitbox_width.minimum": 1.2621774483536189E-29, + "hitbox_width.maximum": 3.4028234663852886E38, + "hitbox_height.minimum": 1.2621774483536189E-29, + "hitbox_height.maximum": 3.4028234663852886E38, + "interaction_box_width.minimum": 1.401298464324817E-45, + "interaction_box_width.maximum": 3.4028234663852886E38, + "interaction_box_height.minimum": 1.401298464324817E-45, + "interaction_box_height.maximum": 3.4028234663852886E38, + "model_width.minimum": 1.401298464324817E-45, + "model_width.maximum": 3.4028234663852886E38, + "model_height.minimum": 1.401298464324817E-45, + "model_height.maximum": 3.4028234663852886E38, + "third_person.minimum": 1.401298464324817E-45, + "third_person.maximum": 3.4028234663852886E38, + "motion.minimum": 1.401298464324817E-45, + "motion.maximum": 3.4028234663852886E38, + "falling.minimum": 1.401298464324817E-45, + "falling.maximum": 3.4028234663852886E38, + "step_height.minimum": 1.401298464324817E-45, + "step_height.maximum": 3.4028234663852886E38, + "view_bobbing.minimum": 1.401298464324817E-45, + "view_bobbing.maximum": 3.4028234663852886E38, + "visibility.minimum": 1.401298464324817E-45, + "visibility.maximum": 3.4028234663852886E38, + "jump_height.minimum": 1.401298464324817E-45, + "jump_height.maximum": 3.4028234663852886E38, + "flight.minimum": 1.401298464324817E-45, + "flight.maximum": 3.4028234663852886E38, + "reach.minimum": 1.401298464324817E-45, + "reach.maximum": 3.4028234663852886E38, + "block_reach.minimum": 1.401298464324817E-45, + "block_reach.maximum": 3.4028234663852886E38, + "entity_reach.minimum": 1.401298464324817E-45, + "entity_reach.maximum": 3.4028234663852886E38, + "mining_speed.minimum": 1.401298464324817E-45, + "mining_speed.maximum": 3.4028234663852886E38, + "attack_speed.minimum": 1.401298464324817E-45, + "attack_speed.maximum": 3.4028234663852886E38, + "knockback.minimum": 1.401298464324817E-45, + "knockback.maximum": 3.4028234663852886E38, + "attack.minimum": 1.401298464324817E-45, + "attack.maximum": 3.4028234663852886E38, + "defense.minimum": 1.401298464324817E-45, + "defense.maximum": 3.4028234663852886E38, + "health.minimum": 1.401298464324817E-45, + "health.maximum": 3.4028234663852886E38, + "drops.minimum": 1.401298464324817E-45, + "drops.maximum": 3.4028234663852886E38, + "held_item.minimum": 1.401298464324817E-45, + "held_item.maximum": 3.4028234663852886E38, + "projectiles.minimum": 1.401298464324817E-45, + "projectiles.maximum": 3.4028234663852886E38, + "explosions.minimum": 1.401298464324817E-45, + "explosions.maximum": 3.4028234663852886E38 +} diff --git a/config/pokemonRideConfig.json b/config/pokemonRideConfig.json new file mode 100644 index 0000000..214b8d3 --- /dev/null +++ b/config/pokemonRideConfig.json @@ -0,0 +1,3275 @@ +{ + "mustAllowEntityRiding": false, + "pokemonTypes": { + "nidoking": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.0, + 1.0, + 0.0 + ], + "speedModifier": 0.6, + "stamina": 1600 + }, + "Nidoking": { + "formName": "crystal", + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.0, + 1.5, + 0.0 + ], + "speedModifier": 0.6, + "stamina": 1600 + }, + "nidoqueen": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + -0.6, + 0.8, + 0.0 + ], + "speedModifier": 0.7, + "stamina": 1400 + }, + "Nidoqueen": { + "formName": "crystal", + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + -0.6, + 1.2, + 0.0 + ], + "speedModifier": 0.7, + "stamina": 1200 + }, + "luxray": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + -0.4, + 0.6, + 0.0 + ], + "speedModifier": 1.3, + "stamina": 800 + }, + "mamoswine": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.0, + 3.0, + 0.0 + ], + "passengersOffSet": [ + [ + -1.0, + 2.7, + 0.0 + ] + ], + "speedModifier": 0.4, + "stamina": 1800 + }, + "relicanth": { + "mountType": [ + "SWIM" + ], + "ridingOffSet": [ + 0.0, + 0.5, + 0.0 + ], + "speedModifier": 0.2, + "stamina": 800 + }, + "espathra": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.0, + 1.0, + 0.0 + ], + "speedModifier": 1.3, + "stamina": 550 + }, + "dragonite": { + "mountType": [ + "WALK", + "FLY" + ], + "ridingOffSet": [ + -0.8, + 1.0, + 0.0 + ], + "speedModifier": 1.0, + "stamina": 1400 + }, + "fearow": { + "mountType": [ + "WALK", + "FLY" + ], + "ridingOffSet": [ + -0.2, + 0.7, + 0.0 + ], + "speedModifier": 1.0, + "stamina": 800 + }, + "garchomp": { + "mountType": [ + "WALK", + "FLY" + ], + "ridingOffSet": [ + 0.0, + 1.2, + 0.0 + ], + "passengersOffSet": [ + [ + -0.3, + 1.1, + 0.0 + ] + ], + "speedModifier": 1.3, + "stamina": 650 + }, + "dodrio": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.0, + 1.2, + 0.0 + ], + "speedModifier": 1.3, + "stamina": 600 + }, + "arcanine": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + -0.3, + 1.0, + 0.0 + ], + "passengersOffSet": [ + [ + -0.5, + 1.0, + 0.0 + ] + ], + "speedModifier": 1.3, + "stamina": 850 + }, + "Arcanine": { + "formName": "hisui", + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + -0.3, + 1.0, + 0.0 + ], + "passengersOffSet": [ + [ + -0.5, + 1.0, + 0.0 + ] + ], + "speedModifier": 1.2, + "stamina": 1050 + }, + "steelix": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.0, + 4.8, + 0.0 + ], + "passengersOffSet": [ + [ + -0.5, + 4.6, + 0.0 + ] + ], + "speedModifier": 0.6, + "stamina": 1600 + }, + "stantler": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.0, + 0.4, + 0.0 + ], + "speedModifier": 1.0, + "stamina": 600 + }, + "avalugg": { + "mountType": [ + "WALK", + "SWIM" + ], + "ridingOffSet": [ + 0.0, + 1.9, + 0.0 + ], + "speedModifier": 0.2, + "stamina": 1400 + }, + "magnezone": { + "mountType": [ + "WALK", + "FLY" + ], + "ridingOffSet": [ + 0.0, + 1.0, + 0.0 + ], + "speedModifier": 1.0, + "stamina": 1800 + }, + "stoutland": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.0, + 0.7, + 0.0 + ], + "speedModifier": 0.8, + "stamina": 1200 + }, + "sawsbuck": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.0, + 0.5, + 0.0 + ], + "speedModifier": 1.0, + "stamina": 600 + }, + "mudsdale": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.0, + 1.1, + 0.0 + ], + "passengersOffSet": [ + [ + -1.0, + 1.1, + 0.0 + ] + ], + "speedModifier": 0.7, + "stamina": 1400 + }, + "ursaluna": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.0, + 1.5, + 0.0 + ], + "speedModifier": 0.9, + "stamina": 1200 + }, + "metagross": { + "mountType": [ + "WALK", + "FLY" + ], + "ridingOffSet": [ + 0.0, + 1.5, + 0.0 + ], + "speedModifier": 1.1, + "stamina": 1400 + }, + "corviknight": { + "mountType": [ + "WALK", + "FLY" + ], + "ridingOffSet": [ + -0.4, + 2.3, + 0.0 + ], + "passengersOffSet": [ + [ + -0.8, + 2.3, + 0.0 + ] + ], + "speedModifier": 1.0, + "stamina": 1800 + }, + "staraptor": { + "mountType": [ + "WALK", + "FLY" + ], + "ridingOffSet": [ + 0.0, + 0.4, + 0.0 + ], + "speedModifier": 1.4, + "stamina": 650 + }, + "charizard": { + "mountType": [ + "WALK", + "FLY" + ], + "ridingOffSet": [ + -0.5, + 0.8, + 0.0 + ], + "speedModifier": 1.3, + "stamina": 800 + }, + "swampert": { + "mountType": [ + "WALK", + "SWIM" + ], + "ridingOffSet": [ + -0.4, + 0.4, + 0.0 + ], + "speedModifier": 0.3, + "stamina": 800 + }, + "rapidash": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + -0.6, + 0.9, + 0.0 + ], + "passengersOffSet": [ + [ + -0.8, + 0.9, + 0.0 + ] + ], + "speedModifier": 1.3, + "stamina": 850 + }, + "Rapidash": { + "formName": "galar", + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + -0.6, + 0.9, + 0.0 + ], + "passengersOffSet": [ + [ + -0.8, + 0.9, + 0.0 + ] + ], + "speedModifier": 1.3, + "stamina": 850 + }, + "skeledirge": { + "mountType": [ + "WALK", + "LAVA_SWIM" + ], + "ridingOffSet": [ + 0.0, + 0.4, + 0.0 + ], + "passengersOffSet": [ + [ + -0.5, + 0.4, + 0.0 + ], + [ + -1.0, + 0.4, + 0.0 + ] + ], + "speedModifier": 0.6, + "stamina": 850 + }, + "dewgong": { + "mountType": [ + "WALK", + "SWIM" + ], + "ridingOffSet": [ + 0.0, + 0.3, + 0.0 + ], + "passengersOffSet": [ + [ + -1.0, + 0.3, + 0.0 + ], + [ + -2.0, + 0.3, + 0.0 + ] + ], + "speedModifier": 0.4, + "stamina": 850 + }, + "tauros": { + "formName": "paldean aqua", + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.0, + 1.0, + 0.0 + ], + "passengersOffSet": [ + [ + -1.0, + 1.0, + 0.0 + ] + ], + "speedModifier": 1.1, + "stamina": 1000 + }, + "TAuros": { + "formName": "paldean blaze", + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.0, + 1.0, + 0.0 + ], + "passengersOffSet": [ + [ + -1.0, + 1.0, + 0.0 + ] + ], + "speedModifier": 1.1, + "stamina": 1000 + }, + "Tauros": { + "formName": "paldean combat", + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.0, + 1.0, + 0.0 + ], + "passengersOffSet": [ + [ + -1.0, + 1.0, + 0.0 + ] + ], + "speedModifier": 1.1, + "stamina": 1000 + }, + "tAuros": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.0, + 1.0, + 0.0 + ], + "passengersOffSet": [ + [ + -1.0, + 1.0, + 0.0 + ] + ], + "speedModifier": 1.1, + "stamina": 1000 + }, + "sharpedo": { + "mountType": [ + "SWIM" + ], + "ridingOffSet": [ + -0.8, + 0.4, + 0.0 + ], + "speedModifier": 0.8, + "stamina": 800 + }, + "bouffalant": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.5, + 1.5, + 0.0 + ], + "passengersOffSet": [ + [ + -0.1, + 1.5, + 0.0 + ], + [ + -0.6, + 1.5, + 0.0 + ] + ], + "speedModifier": 0.9, + "stamina": 1200 + }, + "Exeggutor": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.8, + 2.3, + 0.0 + ], + "speedModifier": 0.6, + "stamina": 600 + }, + "exeggutor": { + "formName": "alola", + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.8, + 20.5, + 0.0 + ], + "speedModifier": 0.6, + "stamina": 600 + }, + "camerupt": { + "mountType": [ + "WALK", + "LAVA_SWIM" + ], + "ridingOffSet": [ + 0.0, + 2.0, + 0.0 + ], + "passengersOffSet": [ + [ + -1.0, + 2.0, + 0.0 + ], + [ + -2.0, + 2.0, + 0.0 + ] + ], + "speedModifier": 0.8, + "stamina": 850 + }, + "scolipede": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.2, + 0.8, + 0.0 + ], + "passengersOffSet": [ + [ + -0.3, + 0.8, + 0.0 + ] + ], + "speedModifier": 1.0, + "stamina": 800 + }, + "blastoise": { + "mountType": [ + "WALK", + "SWIM" + ], + "ridingOffSet": [ + -0.4, + 1.6, + 0.0 + ], + "speedModifier": 0.2, + "stamina": 800 + }, + "lapras": { + "mountType": [ + "SWIM", + "WALK" + ], + "ridingOffSet": [ + -0.4, + 0.8, + 0.0 + ], + "passengersOffSet": [ + [ + -0.8, + 0.8, + 0.0 + ] + ], + "speedModifier": 0.2, + "stamina": 1000 + }, + "wyrdeer": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.0, + 1.0, + 0.0 + ], + "passengersOffSet": [ + [ + -0.6, + 1.0, + 0.0 + ] + ], + "speedModifier": 1.1, + "stamina": 800 + }, + "gyarados": { + "mountType": [ + "SWIM", + "WALK" + ], + "ridingOffSet": [ + 0.4, + 0.7, + 0.0 + ], + "passengersOffSet": [ + [ + 0.1, + 0.6, + 0.0 + ] + ], + "speedModifier": 0.3, + "stamina": 1000 + }, + "samurott": { + "mountType": [ + "WALK", + "SWIM" + ], + "ridingOffSet": [ + -0.6, + 0.5, + 0.0 + ], + "speedModifier": 0.6, + "stamina": 800 + }, + "Samurott": { + "formName": "hisui", + "mountType": [ + "WALK", + "SWIM" + ], + "ridingOffSet": [ + -0.6, + 0.5, + 0.0 + ], + "speedModifier": 0.3, + "stamina": 800 + }, + "tentacruel": { + "mountType": [ + "WALK", + "SWIM" + ], + "ridingOffSet": [ + 0.0, + 1.5, + 0.0 + ], + "speedModifier": 0.3, + "stamina": 450 + }, + "meganium": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.0, + 0.5, + 0.0 + ], + "speedModifier": 0.9, + "stamina": 450 + }, + "feraligatr": { + "mountType": [ + "WALK", + "SWIM" + ], + "ridingOffSet": [ + -0.3, + 0.3, + 0.0 + ], + "speedModifier": 0.4, + "stamina": 450 + }, + "golurk": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.4, + 4.0, + 0.6 + ], + "passengersOffSet": [ + [ + 0.4, + 4.0, + -0.6 + ] + ], + "speedModifier": 0.4, + "stamina": 800 + }, + "pidgeot": { + "mountType": [ + "WALK", + "FLY" + ], + "ridingOffSet": [ + -0.3, + 0.9, + 0.0 + ], + "speedModifier": 1.0, + "stamina": 600 + }, + "venusaur": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.0, + 0.0, + 0.0 + ], + "speedModifier": 0.8, + "stamina": 450 + }, + "heracross": { + "mountType": [ + "WALK", + "FLY" + ], + "ridingOffSet": [ + -0.4, + 0.7, + 0.0 + ], + "speedModifier": 1.0, + "stamina": 450 + }, + "trevenant": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.0, + 2.7, + 0.0 + ], + "speedModifier": 0.5, + "stamina": 800 + }, + "megabeedrill": { + "mountType": [ + "WALK", + "FLY" + ], + "ridingOffSet": [ + -0.5, + 0.5, + 0.0 + ], + "speedModifier": 1.0, + "stamina": 800 + }, + "megakangaskhan": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.4, + 0.5, + 0.0 + ], + "passengersOffSet": [ + [ + 0.4, + 0.5, + -0.4 + ], + [ + 0.4, + 0.5, + 0.4 + ] + ], + "speedModifier": 0.5, + "stamina": 800 + }, + "megapidgeot": { + "mountType": [ + "WALK", + "FLY" + ], + "ridingOffSet": [ + -0.4, + 0.4, + 0.0 + ], + "speedModifier": 1.1, + "stamina": 1000 + }, + "megagyarados": { + "mountType": [ + "WALK", + "FLY", + "SWIM" + ], + "ridingOffSet": [ + 1.0, + 2.3, + 0.0 + ], + "speedModifier": 0.6, + "stamina": 600 + }, + "megacharizardy": { + "mountType": [ + "WALK", + "FLY" + ], + "ridingOffSet": [ + -0.2, + 1.4, + 0.0 + ], + "passengersOffSet": [ + [ + -0.7, + 1.3, + 0.0 + ] + ], + "speedModifier": 1.2, + "stamina": 1200 + }, + "megapinsir": { + "mountType": [ + "WALK", + "FLY" + ], + "ridingOffSet": [ + 0.0, + 0.2, + 0.0 + ], + "speedModifier": 1.0, + "stamina": 400 + }, + "megaaerodactyl": { + "mountType": [ + "WALK", + "FLY" + ], + "ridingOffSet": [ + -0.6, + 0.8, + 0.0 + ], + "speedModifier": 1.0, + "stamina": 1400 + }, + "megagengar": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.0, + 2.0, + 0.0 + ], + "speedModifier": 1.0, + "stamina": 800 + }, + "megacharizardx": { + "mountType": [ + "WALK", + "FLY" + ], + "ridingOffSet": [ + -0.2, + 1.4, + 0.0 + ], + "passengersOffSet": [ + [ + -0.7, + 1.3, + 0.0 + ] + ], + "speedModifier": 1.2, + "stamina": 1200 + }, + "megablastoise": { + "mountType": [ + "WALK", + "SWIM" + ], + "ridingOffSet": [ + 0.0, + 0.0, + 0.0 + ], + "speedModifier": 0.4, + "stamina": 800 + }, + "megavenusaur": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.0, + 0.0, + 0.0 + ], + "speedModifier": 0.4, + "stamina": 600 + }, + "poliwrath": { + "mountType": [ + "WALK", + "SWIM" + ], + "ridingOffSet": [ + 0.0, + 1.3, + 0.0 + ], + "speedModifier": 0.2, + "stamina": 650 + }, + "vileplume": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.0, + 0.4, + 0.0 + ], + "speedModifier": 0.3, + "stamina": 350 + }, + "golem": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.0, + 1.3, + 0.0 + ], + "speedModifier": 0.5, + "stamina": 1000 + }, + "golbat": { + "mountType": [ + "WALK", + "FLY" + ], + "ridingOffSet": [ + -0.4, + 0.5, + 0.0 + ], + "speedModifier": 0.8, + "stamina": 550 + }, + "machamp": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + -0.5, + 0.8, + 0.0 + ], + "speedModifier": 0.6, + "stamina": 800 + }, + "galvantula": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.0, + 0.0, + 0.0 + ], + "speedModifier": 0.7, + "stamina": 600 + }, + "onix": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.0, + 3.8, + 0.0 + ], + "passengersOffSet": [ + [ + -0.5, + 3.6, + 0.0 + ] + ], + "speedModifier": 0.7, + "stamina": 800 + }, + "Onix": { + "formName": "crystal", + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 2.5, + 6.3, + 0.6 + ], + "passengersOffSet": [ + [ + 2.5, + 6.3, + -0.6 + ] + ], + "speedModifier": 0.8, + "stamina": 1200 + }, + "rhyhorn": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.0, + 0.3, + 0.0 + ], + "speedModifier": 1.1, + "stamina": 1200 + }, + "aerodactyl": { + "mountType": [ + "WALK", + "FLY" + ], + "ridingOffSet": [ + -0.6, + 0.8, + 0.0 + ], + "speedModifier": 1.0, + "stamina": 800 + }, + "snorlax": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + -0.5, + 2.8, + 0.0 + ], + "speedModifier": 0.3, + "stamina": 400 + }, + "articuno": { + "mountType": [ + "WALK", + "FLY" + ], + "ridingOffSet": [ + -1.0, + 0.8, + 0.0 + ], + "speedModifier": 1.4, + "stamina": 1400 + }, + "Articuno": { + "formName": "galar", + "mountType": [ + "WALK", + "FLY" + ], + "ridingOffSet": [ + -1.0, + 0.8, + 0.0 + ], + "speedModifier": 1.4, + "stamina": 1400 + }, + "zapdos": { + "mountType": [ + "WALK", + "FLY" + ], + "ridingOffSet": [ + 0.0, + 0.6, + 0.0 + ], + "speedModifier": 1.4, + "stamina": 1400 + }, + "Zapdos": { + "formName": "galar", + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.0, + 0.6, + 0.0 + ], + "speedModifier": 1.4, + "stamina": 1400 + }, + "moltres": { + "mountType": [ + "WALK", + "FLY" + ], + "ridingOffSet": [ + -0.6, + 0.7, + 0.0 + ], + "speedModifier": 1.4, + "stamina": 1400 + }, + "Moltres": { + "formName": "galar", + "mountType": [ + "WALK", + "FLY" + ], + "ridingOffSet": [ + -0.6, + 0.7, + 0.0 + ], + "speedModifier": 1.4, + "stamina": 1400 + }, + "crobat": { + "mountType": [ + "FLY" + ], + "ridingOffSet": [ + -0.5, + 1.6, + 0.0 + ], + "speedModifier": 1.0, + "stamina": 600 + }, + "magcargo": { + "mountType": [ + "WALK", + "LAVA_SWIM" + ], + "ridingOffSet": [ + 0.0, + 0.4, + 0.0 + ], + "speedModifier": 0.6, + "stamina": 800 + }, + "donphan": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.0, + 0.5, + 0.0 + ], + "speedModifier": 0.8, + "stamina": 800 + }, + "tyranitar": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + -0.6, + 1.8, + 0.0 + ], + "speedModifier": 0.3, + "stamina": 600 + }, + "lugia": { + "mountType": [ + "WALK", + "FLY", + "SWIM" + ], + "ridingOffSet": [ + -1.0, + 3.0, + 0.0 + ], + "speedModifier": 0.7, + "stamina": 1400 + }, + "ho-oh": { + "mountType": [ + "WALK", + "FLY" + ], + "ridingOffSet": [ + 0.0, + 1.0, + 0.0 + ], + "speedModifier": 1.0, + "stamina": 1400 + }, + "sceptile": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + -0.4, + 0.5, + 0.0 + ], + "speedModifier": 1.2, + "stamina": 650 + }, + "swellow": { + "mountType": [ + "WALK", + "FLY" + ], + "ridingOffSet": [ + 0.0, + 0.0, + 0.0 + ], + "speedModifier": 0.4, + "stamina": 450 + }, + "pelipper": { + "mountType": [ + "WALK", + "FLY" + ], + "ridingOffSet": [ + -0.6, + 0.5, + 0.0 + ], + "speedModifier": 0.6, + "stamina": 600 + }, + "lairon": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.0, + 1.0, + 0.0 + ], + "speedModifier": 0.6, + "stamina": 600 + }, + "aggron": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.0, + 1.8, + 0.0 + ], + "speedModifier": 0.4, + "stamina": 1200 + }, + "wailmer": { + "mountType": [ + "SWIM" + ], + "ridingOffSet": [ + 0.0, + 0.8, + 0.0 + ], + "speedModifier": 0.2, + "stamina": 800 + }, + "wailord": { + "mountType": [ + "SWIM" + ], + "ridingOffSet": [ + 0.0, + 4.4, + 0.0 + ], + "passengersOffSet": [ + [ + -1.0, + 4.4, + 0.0 + ], + [ + 1.0, + 4.4, + 0.0 + ], + [ + -2.0, + 4.4, + 0.0 + ], + [ + 2.0, + 4.4, + 0.0 + ], + [ + -3.0, + 4.4, + 0.0 + ], + [ + -1.0, + 4.4, + 2.0 + ], + [ + 1.0, + 4.4, + 2.0 + ], + [ + -2.0, + 4.4, + 2.0 + ], + [ + 2.0, + 4.4, + 2.0 + ], + [ + -3.0, + 4.4, + 2.0 + ], + [ + -1.0, + 4.4, + -2.0 + ], + [ + 1.0, + 4.4, + -2.0 + ], + [ + -2.0, + 4.4, + -2.0 + ], + [ + 2.0, + 4.4, + -2.0 + ], + [ + -3.0, + 4.4, + -2.0 + ] + ], + "speedModifier": 0.3, + "stamina": 1600 + }, + "torkoal": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.5, + 0.2, + 0.0 + ], + "speedModifier": 1.0, + "stamina": 600 + }, + "flygon": { + "mountType": [ + "WALK", + "FLY" + ], + "ridingOffSet": [ + -0.6, + 0.8, + 0.0 + ], + "passengersOffSet": [ + [ + -0.7, + 2.5, + 0.0 + ] + ], + "speedModifier": 0.9, + "stamina": 800 + }, + "altaria": { + "mountType": [ + "WALK", + "FLY" + ], + "ridingOffSet": [ + -0.6, + 0.3, + 0.0 + ], + "speedModifier": 0.7, + "stamina": 400 + }, + "milotic": { + "mountType": [ + "SWIM" + ], + "ridingOffSet": [ + -0.5, + -0.3, + 0.0 + ], + "speedModifier": 0.3, + "stamina": 600 + }, + "tropius": { + "mountType": [ + "WALK", + "FLY" + ], + "ridingOffSet": [ + 0.0, + 1.5, + 0.0 + ], + "speedModifier": 0.6, + "stamina": 1000 + }, + "sealeo": { + "mountType": [ + "WALK", + "SWIM" + ], + "ridingOffSet": [ + -0.4, + 0.0, + 0.0 + ], + "speedModifier": 0.3, + "stamina": 600 + }, + "walrein": { + "mountType": [ + "WALK", + "SWIM" + ], + "ridingOffSet": [ + 0.0, + 0.5, + 0.0 + ], + "passengersOffSet": [ + [ + -1.0, + 0.4, + 0.0 + ] + ], + "speedModifier": 0.3, + "stamina": 1200 + }, + "salamence": { + "mountType": [ + "WALK", + "FLY" + ], + "ridingOffSet": [ + 0.0, + 0.6, + 0.0 + ], + "passengersOffSet": [ + [ + -0.5, + 0.6, + 0.0 + ], + [ + -1.0, + 0.6, + 0.0 + ] + ], + "speedModifier": 1.1, + "stamina": 1000 + }, + "latias": { + "mountType": [ + "WALK", + "FLY" + ], + "ridingOffSet": [ + -0.6, + 0.5, + 0.0 + ], + "passengersOffSet": [ + [ + -1.1, + 0.5, + 0.0 + ] + ], + "speedModifier": 1.1, + "stamina": 1400 + }, + "latios": { + "mountType": [ + "WALK", + "FLY" + ], + "ridingOffSet": [ + -0.6, + 0.5, + 0.0 + ], + "passengersOffSet": [ + [ + -1.1, + 0.5, + 0.0 + ] + ], + "speedModifier": 1.1, + "stamina": 1400 + }, + "kyogre": { + "mountType": [ + "SWIM" + ], + "ridingOffSet": [ + 0.0, + 2.0, + 0.0 + ], + "passengersOffSet": [ + [ + 0.0, + 2.0, + 0.6 + ], + [ + 0.0, + 2.0, + -0.6 + ], + [ + -1.0, + 2.0, + -0.6 + ], + [ + -1.0, + 2.0, + 0.6 + ] + ], + "speedModifier": 0.5, + "stamina": 1400 + }, + "groudon": { + "mountType": [ + "WALK", + "LAVA_SWIM" + ], + "ridingOffSet": [ + 1.3, + 5.2, + 0.0 + ], + "passengersOffSet": [ + [ + 0.7, + 5.0, + 0.0 + ], + [ + 1.3, + 5.0, + 0.6 + ] + ], + "speedModifier": 0.5, + "stamina": 650 + }, + "rayquaza": { + "mountType": [ + "WALK", + "FLY" + ], + "ridingOffSet": [ + -0.8, + 5.0, + 0.0 + ], + "passengersOffSet": [ + [ + -1.3, + 5.0, + 0.0 + ], + [ + -1.8, + 5.0, + 0.0 + ] + ], + "speedModifier": 1.4, + "stamina": 1600 + }, + "grotle": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.0, + 0.3, + 0.0 + ], + "speedModifier": 0.4 + }, + "torterra": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.5, + 0.8, + 0.0 + ], + "passengersOffSet": [ + [ + -0.2, + 0.8, + 0.0 + ] + ], + "speedModifier": 0.4, + "stamina": 1000 + }, + "bastiodon": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.0, + 0.5, + 0.0 + ], + "speedModifier": 0.6, + "stamina": 800 + }, + "vespiquen": { + "mountType": [ + "WALK", + "FLY" + ], + "ridingOffSet": [ + -0.4, + 0.0, + 0.0 + ], + "speedModifier": 1.0, + "stamina": 450 + }, + "floatzel": { + "mountType": [ + "WALK", + "SWIM" + ], + "ridingOffSet": [ + -0.5, + 0.0, + 0.0 + ], + "speedModifier": 0.4, + "stamina": 600 + }, + "drifblim": { + "mountType": [ + "WALK", + "FLY" + ], + "ridingOffSet": [ + 0.0, + 3.0, + 0.0 + ], + "speedModifier": 1.0, + "stamina": 800 + }, + "hippowdon": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.0, + 1.7, + 0.0 + ], + "passengersOffSet": [ + [ + -0.5, + 1.7, + 0.0 + ], + [ + -1.0, + 1.7, + 0.0 + ] + ], + "speedModifier": 0.5, + "stamina": 850 + }, + "drapion": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + -0.5, + 0.5, + 0.0 + ], + "speedModifier": 1.0, + "stamina": 600 + }, + "togekiss": { + "mountType": [ + "WALK", + "FLY" + ], + "ridingOffSet": [ + 0.0, + 0.7, + 0.0 + ], + "speedModifier": 1.0, + "stamina": 800 + }, + "gliscor": { + "mountType": [ + "WALK", + "FLY" + ], + "ridingOffSet": [ + -0.4, + 0.3, + 0.0 + ], + "speedModifier": 0.8, + "stamina": 650 + }, + "palkia": { + "mountType": [ + "WALK", + "FLY", + "SWIM" + ], + "ridingOffSet": [ + -0.3, + 4.8, + -0.1 + ], + "passengersOffSet": [ + [ + -0.3, + 3.2, + -0.1 + ] + ], + "speedModifier": 0.5, + "stamina": 1400 + }, + "dialga": { + "mountType": [ + "WALK", + "FLY" + ], + "ridingOffSet": [ + 0.0, + 2.8, + 0.0 + ], + "passengersOffSet": [ + [ + -0.5, + 2.8, + 0.0 + ] + ], + "speedModifier": 0.9, + "stamina": 1400 + }, + "heatran": { + "mountType": [ + "WALK", + "LAVA_SWIM" + ], + "ridingOffSet": [ + 0.0, + 0.8, + 0.0 + ], + "speedModifier": 1.2, + "stamina": 450 + }, + "regigigas": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.0, + 2.0, + 0.0 + ], + "speedModifier": 0.3, + "stamina": 1000 + }, + "giratina": { + "mountType": [ + "WALK", + "FLY" + ], + "ridingOffSet": [ + -2.0, + 3.2, + 0.0 + ], + "passengersOffSet": [ + [ + -2.5, + 3.2, + 0.0 + ], + [ + -1.0, + 3.2, + 0.0 + ] + ], + "speedModifier": 1.1, + "stamina": 1200 + }, + "cresselia": { + "mountType": [ + "WALK", + "FLY" + ], + "ridingOffSet": [ + 0.0, + 0.0, + 0.0 + ], + "speedModifier": 1.0, + "stamina": 600 + }, + "arceus": { + "mountType": [ + "WALK", + "FLY" + ], + "ridingOffSet": [ + 0.0, + 3.2, + 0.0 + ], + "speedModifier": 0.9, + "stamina": 1600 + }, + "serperior": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + -0.8, + 0.0, + 0.0 + ], + "speedModifier": 1.2, + "stamina": 550 + }, + "zebstrika": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + -0.2, + 0.8, + 0.0 + ], + "speedModifier": 1.2, + "stamina": 600 + }, + "boldore": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.0, + 0.3, + 0.0 + ], + "speedModifier": 0.7, + "stamina": 600 + }, + "gigalith": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + -0.3, + 1.2, + 0.0 + ], + "speedModifier": 0.6, + "stamina": 800 + }, + "krookodile": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + -0.4, + 0.7, + 0.0 + ], + "speedModifier": 0.7, + "stamina": 600 + }, + "darmanitan": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.0, + 1.3, + 0.0 + ], + "speedModifier": 1.0, + "stamina": 600 + }, + "crustle": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.0, + 0.6, + 0.0 + ], + "speedModifier": 0.8, + "stamina": 600 + }, + "braviary": { + "mountType": [ + "WALK", + "FLY" + ], + "ridingOffSet": [ + 0.0, + 0.0, + 0.0 + ], + "speedModifier": 1.0, + "stamina": 1000 + }, + "mandibuzz": { + "mountType": [ + "WALK", + "FLY" + ], + "ridingOffSet": [ + -0.5, + 0.4, + 0.0 + ], + "speedModifier": 1.1, + "stamina": 600 + }, + "hydreigon": { + "mountType": [ + "WALK", + "FLY" + ], + "ridingOffSet": [ + -0.5, + 0.3, + 0.0 + ], + "speedModifier": 1.1, + "stamina": 800 + }, + "cobalion": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.0, + 0.0, + 0.0 + ], + "speedModifier": 1.0, + "stamina": 1400 + }, + "terrakion": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.0, + 0.0, + 0.0 + ], + "speedModifier": 1.0, + "stamina": 1400 + }, + "virizion": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.0, + 0.0, + 0.0 + ], + "speedModifier": 1.0, + "stamina": 1400 + }, + "tornadus": { + "mountType": [ + "WALK", + "FLY" + ], + "ridingOffSet": [ + 0.0, + 0.0, + 0.0 + ], + "speedModifier": 1.0, + "stamina": 1400 + }, + "thundurus": { + "mountType": [ + "WALK", + "FLY" + ], + "ridingOffSet": [ + 0.0, + 0.0, + 0.0 + ], + "speedModifier": 1.0, + "stamina": 1400 + }, + "reshiram": { + "mountType": [ + "WALK", + "FLY" + ], + "ridingOffSet": [ + 0.0, + 0.0, + 0.0 + ], + "speedModifier": 1.0, + "stamina": 1400 + }, + "zekrom": { + "mountType": [ + "WALK", + "FLY" + ], + "ridingOffSet": [ + 0.0, + 0.0, + 0.0 + ], + "speedModifier": 1.0, + "stamina": 1400 + }, + "landorus": { + "mountType": [ + "WALK", + "FLY" + ], + "ridingOffSet": [ + 0.0, + 0.0, + 0.0 + ], + "speedModifier": 1.0, + "stamina": 1400 + }, + "kyurem": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.5, + 2.0, + 0.0 + ], + "passengersOffSet": [ + [ + 0.0, + 2.0, + 0.0 + ] + ], + "speedModifier": 0.8, + "stamina": 800 + }, + "keldeo": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.0, + 0.4, + 0.0 + ], + "speedModifier": 1.3, + "stamina": 1200 + }, + "genesect": { + "mountType": [ + "WALK", + "FLY" + ], + "ridingOffSet": [ + -0.5, + 1.0, + 0.0 + ], + "speedModifier": 1.2, + "stamina": 1000 + }, + "diggersby": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + -0.5, + 0.5, + 0.0 + ], + "speedModifier": 1.0, + "stamina": 1000 + }, + "talonflame": { + "mountType": [ + "WALK", + "FLY" + ], + "ridingOffSet": [ + 0.0, + 0.3, + 0.0 + ], + "speedModifier": 1.2, + "stamina": 400 + }, + "pyroar": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.0, + 1.0, + 0.0 + ], + "speedModifier": 1.0, + "stamina": 800 + }, + "xerneas": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + -0.5, + 1.5, + 0.0 + ], + "speedModifier": 1.0, + "stamina": 1250 + }, + "gogoat": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + -0.5, + 0.5, + 0.0 + ], + "speedModifier": 1.2, + "stamina": 800 + }, + "tyrantrum": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 1.0, + 3.7, + 0.0 + ], + "passengersOffSet": [ + [ + -0.5, + 3.4, + 0.0 + ] + ], + "speedModifier": 0.8, + "stamina": 850 + }, + "aurorus": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + -1.0, + 1.3, + 0.0 + ], + "passengersOffSet": [ + [ + 0.0, + 1.3, + 0.0 + ] + ], + "speedModifier": 0.8, + "stamina": 800 + }, + "yveltal": { + "mountType": [ + "WALK", + "FLY" + ], + "ridingOffSet": [ + 0.0, + 3.7, + 0.0 + ], + "speedModifier": 1.3, + "stamina": 1400 + }, + "zygarde": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + -1.0, + 0.0, + 0.0 + ], + "speedModifier": 1.0, + "stamina": 1400 + }, + "volcanion": { + "mountType": [ + "WALK", + "LAVA_SWIM" + ], + "ridingOffSet": [ + -0.2, + 1.3, + 0.0 + ], + "speedModifier": 0.9, + "stamina": 1200 + }, + "Volcanion": { + "formName": "volcanion create", + "mountType": [ + "WALK", + "LAVA_SWIM" + ], + "ridingOffSet": [ + -0.2, + 1.3, + 0.0 + ], + "speedModifier": 0.9, + "stamina": 1200 + }, + "primarina": { + "mountType": [ + "WALK", + "SWIM" + ], + "ridingOffSet": [ + -0.6, + 0.0, + 0.0 + ], + "speedModifier": 0.3, + "stamina": 600 + }, + "silvally": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.0, + 0.0, + 0.0 + ], + "speedModifier": 1.0, + "stamina": 600 + }, + "drampa": { + "mountType": [ + "WALK", + "FLY" + ], + "ridingOffSet": [ + -0.5, + 0.8, + 0.0 + ], + "speedModifier": 1.0, + "stamina": 800 + }, + "kommo-o": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + -0.3, + 0.8, + 0.0 + ], + "speedModifier": 0.8, + "stamina": 1000 + }, + "solgaleo": { + "mountType": [ + "WALK", + "FLY" + ], + "ridingOffSet": [ + -0.4, + 2.2, + 0.0 + ], + "passengersOffSet": [ + [ + -1.0, + 1.2, + 0.0 + ] + ], + "speedModifier": 1.1, + "stamina": 1250 + }, + "lunala": { + "mountType": [ + "WALK", + "FLY" + ], + "ridingOffSet": [ + -0.4, + 1.2, + 0.0 + ], + "speedModifier": 1.1, + "stamina": 1250 + }, + "celesteela": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.0, + 0.0, + 0.0 + ], + "speedModifier": 1.0, + "stamina": 600 + }, + "guzzlord": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 4.0, + 12.0, + 0.0 + ], + "passengersOffSet": [ + [ + 4.0, + 12.0, + 3.0 + ], + [ + -4.0, + 12.0, + 4.0 + ], + [ + 4.0, + 12.0, + -3.0 + ], + [ + -4.0, + 12.0, + -4.0 + ] + ], + "speedModifier": 0.6, + "stamina": 400 + }, + "naganadel": { + "mountType": [ + "WALK", + "FLY" + ], + "ridingOffSet": [ + 0.0, + 2.0, + 0.0 + ], + "speedModifier": 1.0, + "stamina": 1000 + }, + "stakataka": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.0, + 0.0, + 0.0 + ], + "speedModifier": 1.0 + }, + "melmetal": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + -0.5, + 3.0, + 0.0 + ], + "passengersOffSet": [ + [ + -0.5, + 3.0, + 1.0 + ], + [ + -0.5, + 3.0, + -1.0 + ] + ], + "speedModifier": 0.6, + "stamina": 1250 + }, + "rillaboom": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + -0.5, + 1.0, + 0.0 + ], + "speedModifier": 0.9, + "stamina": 800 + }, + "dubwool": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.0, + 0.7, + 0.0 + ], + "speedModifier": 0.8, + "stamina": 850 + }, + "sandaconda": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.0, + 0.0, + 0.0 + ], + "speedModifier": 1.0, + "stamina": 600 + }, + "centiskorch": { + "mountType": [ + "WALK", + "LAVA_SWIM" + ], + "ridingOffSet": [ + 0.0, + -0.1, + 0.0 + ], + "passengersOffSet": [ + [ + -0.5, + -0.1, + 0.0 + ], + [ + -1.0, + -0.1, + 0.0 + ] + ], + "speedModifier": 0.9, + "stamina": 450 + }, + "copperajah": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + -0.4, + 3.4, + 0.0 + ], + "passengersOffSet": [ + [ + -1.0, + 3.4, + 0.5 + ], + [ + -1.0, + 3.4, + -0.5 + ] + ], + "speedModifier": 0.7, + "stamina": 1600 + }, + "duraludon": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + -0.4, + 1.5, + 0.0 + ], + "speedModifier": 0.8, + "stamina": 800 + }, + "dragapult": { + "mountType": [ + "WALK", + "FLY" + ], + "ridingOffSet": [ + -0.3, + 1.0, + 0.0 + ], + "speedModifier": 1.2, + "stamina": 600 + }, + "zacian": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.0, + 0.0, + 0.0 + ], + "speedModifier": 1.0, + "stamina": 1400 + }, + "zamazenta": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.0, + 0.0, + 0.0 + ], + "speedModifier": 1.0, + "stamina": 1400 + }, + "basculegion": { + "mountType": [ + "SWIM" + ], + "ridingOffSet": [ + 0.0, + 0.5, + 0.0 + ], + "speedModifier": 0.4, + "stamina": 1200 + }, + "Basculegion": { + "formName": "F", + "mountType": [ + "SWIM" + ], + "ridingOffSet": [ + 0.0, + 0.6, + 0.0 + ], + "speedModifier": 0.7, + "stamina": 1200 + }, + "kilowattrel": { + "mountType": [ + "WALK", + "FLY" + ], + "ridingOffSet": [ + 0.0, + 0.0, + 0.0 + ], + "speedModifier": 1.0, + "stamina": 650 + }, + "noivern": { + "mountType": [ + "WALK", + "FLY" + ], + "ridingOffSet": [ + 0.0, + 1.0, + 0.0 + ], + "speedModifier": 1.0, + "stamina": 400 + }, + "finizen": { + "mountType": [ + "SWIM" + ], + "ridingOffSet": [ + 0.0, + 0.0, + 0.0 + ], + "speedModifier": 0.3, + "stamina": 600 + }, + "palafin": { + "mountType": [ + "WALK", + "SWIM" + ], + "ridingOffSet": [ + 0.0, + 2.0, + 0.0 + ], + "speedModifier": 0.4, + "stamina": 450 + }, + "revaroom": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.0, + 0.0, + 0.0 + ], + "speedModifier": 1.0, + "stamina": 800 + }, + "cyclizar": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.0, + 0.0, + 0.0 + ], + "speedModifier": 1.0, + "stamina": 800 + }, + "cetitan": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.0, + 1.8, + 0.0 + ], + "speedModifier": 0.3, + "stamina": 800 + }, + "great tusk": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.0, + 2.6, + 0.0 + ], + "passengersOffSet": [ + [ + -0.5, + 2.6, + 0.0 + ], + [ + -1.0, + 2.6, + 0.0 + ] + ], + "speedModifier": 0.9, + "stamina": 1600 + }, + "slither wing": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.0, + 1.0, + 0.0 + ], + "passengersOffSet": [ + [ + -0.6, + 0.9, + 0.0 + ] + ], + "speedModifier": 0.9, + "stamina": 1000 + }, + "iron treads": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.0, + 0.0, + 0.0 + ], + "speedModifier": 1.0, + "stamina": 425 + }, + "roaring moon": { + "mountType": [ + "WALK", + "FLY" + ], + "ridingOffSet": [ + 0.0, + 0.0, + 0.0 + ], + "speedModifier": 1.0, + "stamina": 450 + }, + "koraidon": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.0, + 0.0, + 0.0 + ], + "speedModifier": 1.0, + + "stamina": 400 + }, + "miraidon": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.0, + 0.0, + 0.0 + ], + "speedModifier": 1.0, + "stamina": 400 + }, + "walking wake": { + "mountType": [ + "WALK", + "SWIM" + ], + "ridingOffSet": [ + -0.3, + 2.0, + 0.0 + ], + "passengersOffSet": [ + [ + -0.6, + 2.0, + 0.0 + ] + ], + "speedModifier": 0.5, + "stamina": 1400 + }, + "iron leaves": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.0, + 0.5, + 0.0 + ], + "speedModifier": 1.2, + "stamina": 650 + }, + "revavroom": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.0, + 0.0, + 0.0 + ], + "speedModifier": 1.0, + "stamina": 450 + }, + "araquanid": { + "mountType": [ + "WALK", + "SWIM" + ], + "ridingOffSet": [ + 0.0, + 0.4, + 0.0 + ], + "speedModifier": 0.4, + "stamina": 400 + }, + "rampardos": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.0, + 1.0, + 0.0 + ], + "speedModifier": 0.8, + "stamina": 900 + }, + "liepard": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + -0.1, + 0.4, + 0.0 + ], + "speedModifier": 1.1, + "stamina": 600 + }, + "kangaskhan": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.4, + 0.5, + 0.4 + ], + "passengersOffSet": [ + [ + 0.4, + 0.5, + -0.4 + ] + ], + "speedModifier": 0.7, + "stamina": 600 + }, + "toedscruel": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.0, + 1.3, + 0.0 + ], + "speedModifier": 0.7, + "stamina": 400 + }, + "megagarchomp": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + -0.4, + 1.0, + 0.0 + ], + "passengersOffSet": [ + [ + -0.3, + 1.1, + 0.0 + ] + ], + "speedModifier": 0.7, + "stamina": 1200 + }, + "megasteelix": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.0, + 4.8, + 0.0 + ], + "passengersOffSet": [ + [ + -0.5, + 4.6, + 0.0 + ] + ], + "speedModifier": 0.9, + "stamina": 1200 + }, + "goodra": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + -0.2, + 1.1, + 0.0 + ], + "speedModifier": 0.9, + "stamina": 600 + }, + "Goodra": { + "formName": "hisui", + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + -0.2, + 3.1, + 0.0 + ], + "speedModifier": 0.9, + "stamina": 600 + }, + "stonjourner": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.0, + 2.9, + 0.5 + ], + "passengersOffSet": [ + [ + 0.0, + 2.9, + -0.5 + ] + ], + "speedModifier": 0.7, + "stamina": 1000 + }, + "archeops": { + "mountType": [ + "WALK", + "FLY" + ], + "ridingOffSet": [ + 0.0, + 0.7, + 0.0 + ], + "speedModifier": 1.0, + "stamina": 600 + }, + "nihilego": { + "mountType": [ + "WALK", + "FLY" + ], + "ridingOffSet": [ + 0.0, + 1.2, + 0.0 + ], + "speedModifier": 0.8, + "stamina": 800 + }, + "scizor": { + "mountType": [ + "WALK", + "FLY" + ], + "ridingOffSet": [ + -0.2, + 0.6, + 0.0 + ], + "speedModifier": 1.0, + "stamina": 600 + }, + "skarmory": { + "mountType": [ + "WALK", + "FLY" + ], + "ridingOffSet": [ + 0.0, + 0.7, + 0.0 + ], + "speedModifier": 1.0, + "stamina": 600 + }, + "golisopod": { + "mountType": [ + "WALK", + "SWIM" + ], + "ridingOffSet": [ + -0.7, + 0.7, + 0.0 + ], + "speedModifier": 0.5, + "stamina": 600 + }, + "arctozolt": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.0, + 1.2, + 0.0 + ], + "speedModifier": 0.4, + "stamina": 600 + }, + "dracozolt": { + "mountType": [ + "WALK" + ], + "ridingOffSet": [ + 0.0, + 1.2, + 0.0 + ], + "speedModifier": 0.4, + "stamina": 600 + }, + "arctovish": { + "mountType": [ + "WALK", + "SWIM" + ], + "ridingOffSet": [ + 0.0, + 1.2, + 0.0 + ], + "speedModifier": 0.4, + "stamina": 600 + }, + "volcarona": { + "mountType": [ + "WALK", + "FLY" + ], + "ridingOffSet": [ + -0.7, + 1.1, + 0.0 + ], + "speedModifier": 1.0, + "stamina": 600 + }, + "iron moth": { + "mountType": [ + "WALK", + "FLY" + ], + "ridingOffSet": [ + -0.3, + 1.1, + 0.0 + ], + "speedModifier": 1.0, + "stamina": 1200 + } + } +} \ No newline at end of file diff --git a/config/power_config.json5 b/config/power_config.json5 new file mode 100644 index 0000000..c404136 --- /dev/null +++ b/config/power_config.json5 @@ -0,0 +1,14 @@ +{ + "resourcesAndCooldowns": { + "hudOffsetX": 0, + "hudOffsetY": 0 + }, + "tooltips": { + "showUsabilityHints": true, + "compactUsabilityHints": false + }, + "executeCommand": { + "permissionLevel": 2, + "showOutput": false + } +} \ No newline at end of file diff --git a/config/quilt-loader.txt b/config/quilt-loader.txt new file mode 100644 index 0000000..588c8c9 --- /dev/null +++ b/config/quilt-loader.txt @@ -0,0 +1,5 @@ +#Quilt-loader configuration: https://github.com/QuiltMC/quilt-loader/wiki/Configuration-options +#Fri Jun 07 18:25:34 PDT 2024 +always_show_mod_state_window=false +load_sub_folders=true +restrict_game_versions=true diff --git a/config/quilt/qsl/registry.toml b/config/quilt/qsl/registry.toml new file mode 100644 index 0000000..6c3e05d --- /dev/null +++ b/config/quilt/qsl/registry.toml @@ -0,0 +1,42 @@ + +[registry_sync] + # Mod protocol is a feature allowing you to prevent clients with mismatched settings to join. + # Client with mismatched values won't be able to connect to servers having this enabled. + # It should be used only for non-vanilla compatible modpacks! + # Protocol version. Needs to be the same on client and server. If it has value of -1, it won't be required by servers. + # default: -1 + mod_protocol_version = -1 + # Protocol id. It should be different for every modpack, to prevent joining with mismatched mods. + # default: my_quilt_modpack + mod_protocol_id = "my_quilt_modpack" + # A mod protocol name. Used for easier identification. Doesn't effect functionality + # default: My Quilt Modpack + mod_protocol_name = "My Quilt Modpack" + # Message displayed for players joining with clients incompatible with Registry Sync. Supports strings and Minecraft's JSON text format. + # default: {"translate":"qsl.registry_sync.unsupported_client","fallback":"Unsupported (vanilla?) client!\nThis server requires modded client to join!\n"} + missing_registry_sync_message = "{\"translate\":\"qsl.registry_sync.unsupported_client\",\"fallback\":\"Unsupported (vanilla?) client!\\nThis server requires modded client to join!\\n\"}" + # Top part of the message displayed for players joining with incompatible clients. Supports strings and Minecraft's JSON text format. + # default: {"translate":"qsl.registry_sync.failed_sync","fallback":"Failed to synchronize client with the server!\nThis can happen when client's and server's mods don't match.\n"} + mismatched_entries_top_message = "{\"translate\":\"qsl.registry_sync.failed_sync\",\"fallback\":\"Failed to synchronize client with the server!\\nThis can happen when client's and server's mods don't match.\\n\"}" + # Bottom part of the message displayed for players joining with incompatible clients. Supports strings and Minecraft's JSON text format. + # default: + mismatched_entries_bottom_message = "" + # Shows some details about why client couldn't connect. + # default: true + mismatched_entries_show_details = true + # Allows players with Fabric API to connect, as long as they have all required mods. + # default: true + support_fabric_api_protocol = true + # Forces unknown clients to use the Fabric Registry Sync protocol fallback. Disables preventing Vanilla clients from joining. + # default: false + force_fabric_api_protocol_fallback = false + # Disables the Mod Protocol sync on server list/initial query. + # default: false + disable_mod_protocol_ping = false + # Disables the Registry Sync requirement. USE AT YOUR OWN RISK! + # default: false + disable_registry_sync = false + # Disables validation of (block/fluid) states. USE AT YOUR OWN RISK! + # default: false + disable_state_validation = false + diff --git a/config/resourcepackoverrides.json b/config/resourcepackoverrides.json new file mode 100644 index 0000000..36855ca --- /dev/null +++ b/config/resourcepackoverrides.json @@ -0,0 +1,24 @@ +{ + "schema_version": "2", + "default_packs": [ + "file/Boenk's_Cobblemon_Item_Description_V1.5.0.zip", + "file/Theone's Items Pack v0.8.zip", + "file/Cobblemon Interface v1.1.1.zip", + "file/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork.zip", + "file/EmbellishedStone-1.20.1-1.0.0.zip", + "file/VidyaPokeCriesCobblemon-V1.2.zip", + "file/EclecticTrove-1.20.1-1.3.0", + "file/Border-Makeover-Style-9", + "file/SmoothFont_1.20.zip", + "file/bopack", + "file/AllTheMons Release 1.8.2 V129", + "file/CobbleCafe", + "file/Missing Legends V1.2[No Genesect or Regi Resize]", + "file/Vivillon Pride Patterns v1.0", + "file/BattleBond [V1.4]", + "file/Star Academy" +], + "default_overrides": { + "force_compatible": true + } +} \ No newline at end of file diff --git a/config/roles.json b/config/roles.json new file mode 100644 index 0000000..ee0705d --- /dev/null +++ b/config/roles.json @@ -0,0 +1,26 @@ +{ + "admin": { + "level": 100, + "overrides": { + "name_decoration": {}, + "permission_level": 4, + "command_feedback": true, + "commands": { + ".*": "allow" + } + } + }, + "everyone": { + "overrides": { + "commands": { + "balance": "deny", + "eco": "deny", + "economy": "deny", + "hunt": "allow", + "ftbchunks": "deny", + "ftblibrary": "deny", + "ftbteams": "deny" + } + } + } +} \ No newline at end of file diff --git a/config/roughlyenoughitems/collapsible.json5 b/config/roughlyenoughitems/collapsible.json5 new file mode 100644 index 0000000..505f0a8 --- /dev/null +++ b/config/roughlyenoughitems/collapsible.json5 @@ -0,0 +1,4 @@ +{ + "disabledGroups": [], + "customGroups": [] +} \ No newline at end of file diff --git a/config/roughlyenoughitems/config.json5 b/config/roughlyenoughitems/config.json5 new file mode 100644 index 0000000..2450166 --- /dev/null +++ b/config/roughlyenoughitems/config.json5 @@ -0,0 +1,201 @@ +{ + "basics": { + "favorites": [], + "hiddenFavorites": [], + "displayHistory": [], + "cheating": false, + "favoritesEnabled": true, + "reduceMotion": false, + "keyBindings": { + "useNativeKeybinds": false, + "recipeKeybind": { + "keyCode": "key.keyboard.r", + "modifier": 0 + }, + "usageKeybind": { + "keyCode": "key.keyboard.u", + "modifier": 0 + }, + "hideKeybind": { + "keyCode": "key.keyboard.o", + "modifier": 2 + }, + "previousPageKeybind": { + "keyCode": "key.keyboard.unknown", + "modifier": 0 + }, + "nextPageKeybind": { + "keyCode": "key.keyboard.unknown", + "modifier": 0 + }, + "focusSearchFieldKeybind": { + "keyCode": "key.keyboard.unknown", + "modifier": 0 + }, + "copyRecipeIdentifierKeybind": { + "keyCode": "key.mouse.middle", + "modifier": 0 + }, + "favoriteKeybind": { + "keyCode": "key.keyboard.a", + "modifier": 0 + }, + "exportImageKeybind": { + "keyCode": "key.keyboard.f8", + "modifier": 0 + }, + "previousScreenKeybind": { + "keyCode": "key.keyboard.backspace", + "modifier": 0 + } + }, + // Declares whether REI is visible. + "overlayVisible": true, + "cheatingStyle": "GRAB" + }, + "appearance": { + "recipeScreenType": "ORIGINAL", + // Declares the appearance of REI windows. + "theme": "DARK", + "layout": { + // Declares the position of the search field. + "searchFieldLocation": "BOTTOM_SIDE", + // Declares the position of the config button. + "configButtonLocation": "LOWER", + // Declares whether the craftable filter button is enabled. + "showCraftableOnlyButton": true + }, + // Declares the appearance of recipe's border. + "recipeBorder": "DEFAULT", + // Declares whether entry panel is scrolled. + "scrollingEntryListWidget": false, + // Declares whether entry panel should be invisible when not searching + "hideEntryPanelIfIdle": false, + "rainbow": false, + "horizontalEntriesBoundaries": 1.0, + "verticalEntriesBoundaries": 1.0, + "horizontalEntriesBoundariesColumns": 8, + "verticalEntriesBoundariesRows": 16, + "horizontalEntriesBoundariesAlignment": 1.0, + "verticalEntriesBoundariesAlignment": 0.5, + "favoritesHorizontalEntriesBoundaries": 1.0, + "favoritesHorizontalEntriesBoundariesColumns": 50, + "syntaxHighlightingMode": "COLORFUL", + "isFocusModeZoomed": false + }, + "functionality": { + "inputMethod": null, + // Declares whether REI should remove the recipe book. + "disableRecipeBook": false, + // Declares whether mob effects should be on the left side instead of the right side. + "leftSideMobEffects": false, + // Declares whether subsets is enabled. + "isSubsetsEnabled": false, + "allowInventoryHighlighting": true, + "inventoryHighlightingDarkenOpacity": 0.85, + "inventoryHighlightingOpacity": 1.0, + "itemCheatingMode": "REI_LIKE" + }, + "advanced": { + "tooltips": { + // Declares whether REI should append mod names to entries. + "appendModNames": true, + // Declares whether favorites tooltip should be displayed. + "displayFavoritesTooltip": false, + "displayIMEHints": true + }, + "layout": { + // The ordering of the items on the entry panel. + "entryPanelOrdering": "REGISTRY_ASCENDING", + // Declares the maximum amount of recipes displayed in a page if possible. + "maxRecipesPerPage": 8, + // Declares the maximum amount of recipes displayed in a page if possible. + "maxRecipesPageHeight": 300, + // Declares whether entry rendering time should be debugged. + "debugRenderTimeRequired": false, + // Merges displays with equal contents under 1 display. + "mergeDisplayUnderOne": true, + "favoriteAddWidgetMode": "ALWAYS_VISIBLE" + }, + "accessibility": { + "entrySize": 1.0, + // Declares the position of the entry panel. + "displayPanelLocation": "RIGHT", + // Declares how the scrollbar in composite screen should act. + "compositeScrollBarPermanent": false, + "toastDisplayedOnCopyIdentifier": true, + // Declares whether REI should use compact tabs for categories. + "useCompactTabs": true, + // Declares whether REI should use compact tab buttons for categories. + "useCompactTabButtons": false + }, + "search": { + // Declares whether search time should be debugged. + "debugSearchTimeRequired": false, + // Declares whether REI should search async. + "asyncSearch": true, + // Declares how many entries should be grouped one async search. + "asyncSearchPartitionSize": 100, + "patchAsyncThreadCrash": true, + "tooltipSearch": "ALWAYS", + "tagSearch": "PREFIX", + "identifierSearch": "ALWAYS", + "modSearch": "PREFIX" + }, + "commands": { + // Declares the command used to change gamemode. + "gamemodeCommand": "/gamemode {gamemode}", + // Declares the command used in servers to cheat items. + "giveCommand": "/give {player_name} {item_identifier}{nbt} {count}", + // Declares the command used to change weather. + "weatherCommand": "/weather {weather}", + // Declares the command used to change time. + "timeCommand": "/time set {time}" + }, + "miscellaneous": { + // Declares whether arrows in containers should be clickable. + "clickableRecipeArrows": true, + "registerRecipesInAnotherThread": true, + "newFastEntryRendering": true, + "cachingFastEntryRendering": false, + "cachingDisplayLookup": true, + "categorySettings": { + "filteringQuickCraftCategories": { }, + "categoryOrdering": [ + "minecraft:plugins/crafting", + "minecraft:plugins/smelting", + "minecraft:plugins/smoking", + "minecraft:plugins/blasting", + "minecraft:plugins/campfire", + "minecraft:plugins/stone_cutting", + "minecraft:plugins/fuel", + "minecraft:plugins/brewing", + "minecraft:plugins/composting", + "minecraft:plugins/stripping", + "minecraft:plugins/smithing", + "minecraft:plugins/anvil", + "minecraft:plugins/beacon_base", + "minecraft:plugins/beacon_payment", + "minecraft:plugins/tilling", + "minecraft:plugins/pathing", + "minecraft:plugins/waxing", + "minecraft:plugins/wax_scraping", + "minecraft:plugins/oxidizing", + "minecraft:plugins/oxidation_scraping", + "cobblefoods:berry_blender", + "roughlyenoughitems:plugins/information", + "minecraft:plugins/tag" + ], + "hiddenCategories": [] + } + }, + "filtering": { + "filteredStacks": [], + "shouldFilterDisplays": true, + "filteringRules": [ + "{id:\"roughlyenoughitems:manual\",rule:{}}", + "{id:\"roughlyenoughitems:basic\",rule:{}}" + ] + } + } +} \ No newline at end of file diff --git a/config/roughlyenoughitems/favorites.json5 b/config/roughlyenoughitems/favorites.json5 new file mode 100644 index 0000000..f6d240d --- /dev/null +++ b/config/roughlyenoughitems/favorites.json5 @@ -0,0 +1,9 @@ +{ + "favorites": [], + "hiddenFavorites": [ + "{id:\"ftbchunks:claim_chunks\",json:'{\"group\":\"ftblibrary:util\",\"icon\":\"ftblibrary:icons/map; tint\\\\u003d#FF80FFFF\",\"x\":400,\"click\":\"ftbchunks:open_claim_gui\"}',type:\"ftblibrary:sidebar_button\"}", + "{id:\"ftbchunks:chunks\",json:'{\"group\":\"ftblibrary:util\",\"icon\":\"ftblibrary:icons/map\",\"x\":310,\"click\":\"ftbchunks:open_gui\"}',type:\"ftblibrary:sidebar_button\"}", + "{id:\"ftbteams:my_team\",json:'{\"group\":\"ftblibrary:info\",\"icon\":\"ftbteams:textures/teams.png\",\"x\":0,\"click\":\"ftbteams:open_gui\",\"loading_screen\":true}',type:\"ftblibrary:sidebar_button\"}" + ], + "displays": [] +} \ No newline at end of file diff --git a/config/roughlyenoughitems/hints.json b/config/roughlyenoughitems/hints.json new file mode 100644 index 0000000..117b51f --- /dev/null +++ b/config/roughlyenoughitems/hints.json @@ -0,0 +1 @@ +{"UUID":"7ac3c39f23d5472aa7c924798265fa15","shownHints":[]} \ No newline at end of file diff --git a/config/roughlyenoughitems/pinyin.properties b/config/roughlyenoughitems/pinyin.properties new file mode 100644 index 0000000..b27348f --- /dev/null +++ b/config/roughlyenoughitems/pinyin.properties @@ -0,0 +1,2 @@ +#Pinyin Options +#Tue Jan 07 05:14:04 PST 2025 diff --git a/config/roughlyenoughitems/pinyin_double.properties b/config/roughlyenoughitems/pinyin_double.properties new file mode 100644 index 0000000..98eca73 --- /dev/null +++ b/config/roughlyenoughitems/pinyin_double.properties @@ -0,0 +1,3 @@ +#Double Pinyin Options +#Tue Jan 07 05:14:04 PST 2025 +Converter=sougou diff --git a/config/sculk_depths_config.json b/config/sculk_depths_config.json new file mode 100644 index 0000000..abd5d28 --- /dev/null +++ b/config/sculk_depths_config.json @@ -0,0 +1,54 @@ +{ + "config_version": 2, + "glomper_health": 20.0, + "glomper_damage": 20.0, + "activate_portal_durability_usage": 15, + "quazarith_helmet_kryslum_cost": 5, + "quazarith_helmet_crux_cost": 5, + "quazarith_helmet_quazarith_pieces_cost": 5, + "quazarith_chestplate_kryslum_cost": 8, + "quazarith_chestplate_crux_cost": 8, + "quazarith_chestplate_quazarith_pieces_cost": 8, + "quazarith_leggings_kryslum_cost": 7, + "quazarith_leggings_crux_cost": 7, + "quazarith_leggings_quazarith_pieces_cost": 7, + "quazarith_boots_kryslum_cost": 4, + "quazarith_boots_crux_cost": 4, + "quazarith_boots_quazarith_pieces_cost": 4, + "quazarith_shovel_kryslum_cost": 1, + "quazarith_shovel_crux_cost": 1, + "quazarith_shovel_quazarith_pieces_cost": 1, + "quazarith_pickaxe_kryslum_cost": 3, + "quazarith_pickaxe_crux_cost": 3, + "quazarith_pickaxe_quazarith_pieces_cost": 3, + "quazarith_axe_kryslum_cost": 3, + "quazarith_axe_crux_cost": 3, + "quazarith_axe_quazarith_pieces_cost": 3, + "quazarith_hoe_kryslum_cost": 2, + "quazarith_hoe_crux_cost": 2, + "quazarith_hoe_quazarith_pieces_cost": 2, + "quazarith_sword_kryslum_cost": 2, + "quazarith_sword_crux_cost": 2, + "quazarith_sword_quazarith_pieces_cost": 2, + "quazarith_ingot_kryslum_cost": 4, + "quazarith_ingot_crux_cost": 4, + "quazarith_ingot_quazarith_pieces_cost": 4, + "crystal_upgrade_quazarith_helmet_spore_cost": 5, + "crystal_upgrade_quazarith_helmet_crux_cost": 5, + "crystal_upgrade_quazarith_chestplate_spore_cost": 8, + "crystal_upgrade_quazarith_chestplate_crux_cost": 8, + "crystal_upgrade_quazarith_leggings_spore_cost": 7, + "crystal_upgrade_quazarith_leggings_crux_cost": 7, + "crystal_upgrade_quazarith_boots_spore_cost": 4, + "crystal_upgrade_quazarith_boots_crux_cost": 4, + "crystal_upgrade_quazarith_shovel_spore_cost": 1, + "crystal_upgrade_quazarith_shovel_crux_cost": 1, + "crystal_upgrade_quazarith_pickaxe_spore_cost": 3, + "crystal_upgrade_quazarith_pickaxe_crux_cost": 3, + "crystal_upgrade_quazarith_axe_spore_cost": 3, + "crystal_upgrade_quazarith_axe_crux_cost": 3, + "crystal_upgrade_quazarith_hoe_spore_cost": 2, + "crystal_upgrade_quazarith_hoe_crux_cost": 2, + "crystal_upgrade_quazarith_sword_spore_cost": 2, + "crystal_upgrade_quazarith_sword_crux_cost": 2 +} \ No newline at end of file diff --git a/config/seamless_loading_screen.json b/config/seamless_loading_screen.json new file mode 100644 index 0000000..6d06803 --- /dev/null +++ b/config/seamless_loading_screen.json @@ -0,0 +1,18 @@ +{ + "time": 80, + "fade": 80, + "tintColor": -14606047, + "tintStrength": 0.3, + "enableScreenshotBlur": false, + "screenshotBlurStrength": 1.0, + "screenshotBlurQuality": 5.0, + "playSoundEffect": false, + "soundEffect": "minecraft:ui.toast.out", + "soundPitch": 1.0, + "soundVolume": 1.0, + "resolution": "Normal", + "disableCamera": true, + "archiveScreenshots": false, + "updateWorldIcon": false, + "blacklistedAddresses": [] +} \ No newline at end of file diff --git a/config/serverhats.json b/config/serverhats.json new file mode 100644 index 0000000..7388596 --- /dev/null +++ b/config/serverhats.json @@ -0,0 +1,235 @@ +{ + "shiftClickEquipping": false, + "dispenserEquipping": true, + "enchanting": true, + "mobsCanEquipHats": false, + "allowAllItems": false, + "allowedItems": [ + "pokeblocks:pokedoll_bulbasaur", + "pokeblocks:pokedoll_squirtle", + "pokeblocks:pokedoll_charmander", + "pokeblocks:pokedoll_smoliv", + "pokeblocks:pokedoll_rellor", + "pokeblocks:pokedoll_happiny", + "pokeblocks:pokedoll_swinub", + "pokeblocks:pokedoll_drifloon", + "pokeblocks:pokedoll_rookidee", + "pokeblocks:pokedoll_wailmer", + "pokeblocks:pokedoll_rowlet", + "pokeblocks:pokedoll_lickitung", + "pokeblocks:pokedoll_mareep", + "pokeblocks:pokedoll_dolliv", + "pokeblocks:pokedoll_arboliva", + "pokeblocks:pokedoll_wooper", + "pokeblocks:pokedoll_gastly", + "pokeblocks:pokedoll_sandygast", + "pokeblocks:pokedoll_shellder", + "pokeblocks:pokedoll_pumpkaboo", + "pokeblocks:pokedoll_bellossom", + "pokeblocks:pokedoll_bulbasaur_posed", + "pokeblocks:pokedoll_flaaffy", + "pokeblocks:pokedoll_snorlax", + "pokeblocks:pokedoll_sentret", + "pokeblocks:pokedoll_furret", + "pokeblocks:pokedoll_munchlax", + "pokeblocks:pokedoll_rabsca", + "pokeblocks:pokedoll_wartortle", + "pokeblocks:pokedoll_quagsire", + "pokeblocks:pokedoll_corvisquire", + "pokeblocks:pokedoll_eevee", + "pokeblocks:pokedoll_cloyster", + "pokeblocks:pokedoll_wailord", + "pokeblocks:pokedoll_phantump", + "pokeblocks:pokedoll_calyrex", + "pokeblocks:pokedoll_ampharos", + "pokeblocks:applin_basket", + "pokeblocks:pokedoll_sableye", + "pokeblocks:pokedoll_absol", + "pokeblocks:pokedoll_ivysaur", + "pokeblocks:magikarp_fishbowl", + "pokeblocks:pokedoll_stonjourner", + "pokeblocks:pokedoll_palossand", + "pokeblocks:pokedoll_tropius", + "pokeblocks:pokedoll_mimikyu", + "pokeblocks:pokedoll_calyrex_animated", + "pokeblocks:pokedoll_washing_machine", + "pokeblocks:pokedoll_venusaur", + "pokeblocks:pokedoll_blastoise", + "pokeblocks:pokedoll_gengar", + "pokeblocks:pokedoll_corviknight", + "pokeblocks:pokedoll_gholdengo", + "pokeblocks:pokedoll_netherite_gholdengo", + "pokeblocks:pokedoll_kyogre", + "pokeblocks:pokedoll_trevenant", + "pokeblocks:pokedoll_marshadow", + "pokeblocks:pokedoll_marshadow_zenith", + "pokeblocks:gigantic_pokedoll_bulbasaur", + "pokeblocks:gigantic_pokedoll_squirtle", + "pokeblocks:gigantic_pokedoll_charmander", + "pokeblocks:gigantic_pokedoll_smoliv", + "pokeblocks:gigantic_pokedoll_rellor", + "pokeblocks:gigantic_pokedoll_happiny", + "pokeblocks:gigantic_pokedoll_swinub", + "pokeblocks:gigantic_pokedoll_drifloon", + "pokeblocks:gigantic_pokedoll_rookidee", + "pokeblocks:gigantic_pokedoll_wailmer", + "pokeblocks:gigantic_pokedoll_rowlet", + "pokeblocks:gigantic_pokedoll_lickitung", + "pokeblocks:gigantic_pokedoll_mareep", + "pokeblocks:gigantic_pokedoll_dolliv", + "pokeblocks:gigantic_pokedoll_arboliva", + "pokeblocks:gigantic_pokedoll_wooper", + "pokeblocks:gigantic_pokedoll_gastly", + "pokeblocks:gigantic_pokedoll_sandygast", + "pokeblocks:gigantic_pokedoll_shellder", + "pokeblocks:gigantic_pokedoll_pumpkaboo", + "pokeblocks:gigantic_pokedoll_bellossom", + "pokeblocks:gigantic_pokedoll_bulbasaur_posed", + "pokeblocks:gigantic_pokedoll_flaaffy", + "pokeblocks:gigantic_pokedoll_snorlax", + "pokeblocks:gigantic_pokedoll_sentret", + "pokeblocks:gigantic_pokedoll_furret", + "pokeblocks:gigantic_pokedoll_munchlax", + "pokeblocks:gigantic_pokedoll_rabsca", + "pokeblocks:gigantic_pokedoll_wartortle", + "pokeblocks:gigantic_pokedoll_quagsire", + "pokeblocks:gigantic_pokedoll_corvisquire", + "pokeblocks:gigantic_pokedoll_eevee", + "pokeblocks:gigantic_pokedoll_cloyster", + "pokeblocks:gigantic_pokedoll_wailord", + "pokeblocks:gigantic_pokedoll_phantump", + "pokeblocks:gigantic_pokedoll_calyrex", + "pokeblocks:gigantic_pokedoll_ampharos", + "pokeblocks:gigantic_pokedoll_sableye", + "pokeblocks:gigantic_pokedoll_absol", + "pokeblocks:gigantic_pokedoll_ivysaur", + "pokeblocks:gigantic_pokedoll_stonjourner", + "pokeblocks:gigantic_pokedoll_palossand", + "pokeblocks:gigantic_pokedoll_tropius", + "pokeblocks:gigantic_pokedoll_mimikyu", + "pokeblocks:gigantic_pokedoll_calyrex_animated", + "pokeblocks:gigantic_pokedoll_washing_machine", + "pokeblocks:gigantic_pokedoll_venusaur", + "pokeblocks:gigantic_pokedoll_blastoise", + "pokeblocks:gigantic_pokedoll_gengar", + "pokeblocks:gigantic_pokedoll_corviknight", + "pokeblocks:gigantic_pokedoll_gholdengo", + "pokeblocks:gigantic_pokedoll_netherite_gholdengo", + "pokeblocks:gigantic_pokedoll_kyogre", + "pokeblocks:gigantic_pokedoll_trevenant", + "pokeblocks:gigantic_pokedoll_marshadow", + "pokeblocks:gigantic_pokedoll_marshadow_zenith", + "pokeblocks:pokedoll_shiny_bulbasaur", + "pokeblocks:pokedoll_shiny_squirtle", + "pokeblocks:pokedoll_shiny_charmander", + "pokeblocks:pokedoll_shiny_smoliv", + "pokeblocks:pokedoll_shiny_rellor", + "pokeblocks:pokedoll_shiny_happiny", + "pokeblocks:pokedoll_shiny_swinub", + "pokeblocks:pokedoll_shiny_drifloon", + "pokeblocks:pokedoll_shiny_rookidee", + "pokeblocks:pokedoll_shiny_wailmer", + "pokeblocks:pokedoll_shiny_rowlet", + "pokeblocks:pokedoll_shiny_lickitung", + "pokeblocks:pokedoll_shiny_mareep", + "pokeblocks:pokedoll_shiny_dolliv", + "pokeblocks:pokedoll_shiny_arboliva", + "pokeblocks:pokedoll_shiny_wooper", + "pokeblocks:pokedoll_shiny_gastly", + "pokeblocks:pokedoll_shiny_sandygast", + "pokeblocks:pokedoll_shiny_shellder", + "pokeblocks:pokedoll_shiny_pumpkaboo", + "pokeblocks:pokedoll_shiny_bellossom", + "pokeblocks:pokedoll_shiny_bulbasaur_posed", + "pokeblocks:pokedoll_shiny_flaaffy", + "pokeblocks:pokedoll_shiny_snorlax", + "pokeblocks:pokedoll_shiny_sentret", + "pokeblocks:pokedoll_shiny_furret", + "pokeblocks:pokedoll_shiny_munchlax", + "pokeblocks:pokedoll_shiny_rabsca", + "pokeblocks:pokedoll_shiny_wartortle", + "pokeblocks:pokedoll_shiny_quagsire", + "pokeblocks:pokedoll_shiny_corvisquire", + "pokeblocks:pokedoll_shiny_eevee", + "pokeblocks:pokedoll_shiny_cloyster", + "pokeblocks:pokedoll_shiny_wailord", + "pokeblocks:pokedoll_shiny_phantump", + "pokeblocks:pokedoll_shiny_calyrex", + "pokeblocks:pokedoll_shiny_ampharos", + "pokeblocks:shiny_applin_basket", + "pokeblocks:pokedoll_shiny_sableye", + "pokeblocks:pokedoll_shiny_absol", + "pokeblocks:pokedoll_shiny_ivysaur", + "pokeblocks:shiny_magikarp_fishbowl", + "pokeblocks:pokedoll_shiny_stonjourner", + "pokeblocks:pokedoll_shiny_palossand", + "pokeblocks:pokedoll_shiny_tropius", + "pokeblocks:pokedoll_shiny_mimikyu", + "pokeblocks:pokedoll_shiny_calyrex_animated", + "pokeblocks:pokedoll_shiny_venusaur", + "pokeblocks:pokedoll_shiny_blastoise", + "pokeblocks:pokedoll_shiny_gengar", + "pokeblocks:pokedoll_shiny_corviknight", + "pokeblocks:pokedoll_shiny_gholdengo", + "pokeblocks:pokedoll_shiny_netherite_gholdengo", + "pokeblocks:pokedoll_shiny_kyogre", + "pokeblocks:pokedoll_shiny_trevenant", + "pokeblocks:pokedoll_shiny_marshadow", + "pokeblocks:pokedoll_shiny_marshadow_zenith", + "pokeblocks:gigantic_pokedoll_shiny_bulbasaur", + "pokeblocks:gigantic_pokedoll_shiny_squirtle", + "pokeblocks:gigantic_pokedoll_shiny_charmander", + "pokeblocks:gigantic_pokedoll_shiny_smoliv", + "pokeblocks:gigantic_pokedoll_shiny_rellor", + "pokeblocks:gigantic_pokedoll_shiny_happiny", + "pokeblocks:gigantic_pokedoll_shiny_swinub", + "pokeblocks:gigantic_pokedoll_shiny_drifloon", + "pokeblocks:gigantic_pokedoll_shiny_rookidee", + "pokeblocks:gigantic_pokedoll_shiny_wailmer", + "pokeblocks:gigantic_pokedoll_shiny_rowlet", + "pokeblocks:gigantic_pokedoll_shiny_lickitung", + "pokeblocks:gigantic_pokedoll_shiny_mareep", + "pokeblocks:gigantic_pokedoll_shiny_dolliv", + "pokeblocks:gigantic_pokedoll_shiny_arboliva", + "pokeblocks:gigantic_pokedoll_shiny_wooper", + "pokeblocks:gigantic_pokedoll_shiny_gastly", + "pokeblocks:gigantic_pokedoll_shiny_sandygast", + "pokeblocks:gigantic_pokedoll_shiny_shellder", + "pokeblocks:gigantic_pokedoll_shiny_pumpkaboo", + "pokeblocks:gigantic_pokedoll_shiny_bellossom", + "pokeblocks:gigantic_pokedoll_shiny_bulbasaur_posed", + "pokeblocks:gigantic_pokedoll_shiny_flaaffy", + "pokeblocks:gigantic_pokedoll_shiny_snorlax", + "pokeblocks:gigantic_pokedoll_shiny_sentret", + "pokeblocks:gigantic_pokedoll_shiny_furret", + "pokeblocks:gigantic_pokedoll_shiny_munchlax", + "pokeblocks:gigantic_pokedoll_shiny_rabsca", + "pokeblocks:gigantic_pokedoll_shiny_wartortle", + "pokeblocks:gigantic_pokedoll_shiny_quagsire", + "pokeblocks:gigantic_pokedoll_shiny_corvisquire", + "pokeblocks:gigantic_pokedoll_shiny_eevee", + "pokeblocks:gigantic_pokedoll_shiny_cloyster", + "pokeblocks:gigantic_pokedoll_shiny_wailord", + "pokeblocks:gigantic_pokedoll_shiny_phantump", + "pokeblocks:gigantic_pokedoll_shiny_calyrex", + "pokeblocks:gigantic_pokedoll_shiny_ampharos", + "pokeblocks:gigantic_pokedoll_shiny_sableye", + "pokeblocks:gigantic_pokedoll_shiny_absol", + "pokeblocks:gigantic_pokedoll_shiny_ivysaur", + "pokeblocks:gigantic_pokedoll_shiny_stonjourner", + "pokeblocks:gigantic_pokedoll_shiny_palossand", + "pokeblocks:gigantic_pokedoll_shiny_tropius", + "pokeblocks:gigantic_pokedoll_shiny_mimikyu", + "pokeblocks:gigantic_pokedoll_shiny_calyrex_animated", + "pokeblocks:gigantic_pokedoll_shiny_venusaur", + "pokeblocks:gigantic_pokedoll_shiny_blastoise", + "pokeblocks:gigantic_pokedoll_shiny_gengar", + "pokeblocks:gigantic_pokedoll_shiny_corviknight", + "pokeblocks:gigantic_pokedoll_shiny_gholdengo", + "pokeblocks:gigantic_pokedoll_shiny_netherite_gholdengo", + "pokeblocks:gigantic_pokedoll_shiny_kyogre", + "pokeblocks:gigantic_pokedoll_shiny_trevenant", + "pokeblocks:gigantic_pokedoll_shiny_marshadow", + "pokeblocks:gigantic_pokedoll_shiny_marshadow_zenith" + ] +} \ No newline at end of file diff --git a/config/shadertoggle.json b/config/shadertoggle.json new file mode 100644 index 0000000..537b114 --- /dev/null +++ b/config/shadertoggle.json @@ -0,0 +1,4 @@ +{ + "onlyShowOnce": true, + "showOnNextStartup": false +} \ No newline at end of file diff --git a/config/shulkerboxtooltip.json5 b/config/shulkerboxtooltip.json5 new file mode 100644 index 0000000..bb6d818 --- /dev/null +++ b/config/shulkerboxtooltip.json5 @@ -0,0 +1,91 @@ +{ + "preview": { + /* Toggles the shulker box preview. + (default value: true) + */ + "enable": true, + /* Swaps the preview modes. + If true, pressing the preview key will show the full preview instead. + (default value: false) + */ + "swapModes": false, + /* If on, the preview is always displayed, regardless of the preview key being pressed. + (default value: false) + */ + "alwaysOn": false, + /* In compact mode, how should items with the same ID but different NBT data be compacted? + IGNORE: Ignores NBT data + FIRST_ITEM: Items are displayed as all having the same NBT as the first item + SEPARATE: Separates items with different NBT data + (default value: SEPARATE) + */ + "compactPreviewNbtBehavior": "SEPARATE", + /* The max number of items in a row. + May not affect modded containers. + (default value: 9) + */ + "defaultMaxRowSize": 9, + /* If on, the client will try to send packets to servers to allow extra preview information such as ender chest previews. + (default value: true) + */ + "serverIntegration": true, + /* The theme to use for preview windows. + SHULKERBOXTOOLTIP: ShulkerBoxTooltip's default look and feel. + VANILLA: Mimics the style of vanilla bundle previews. + (default value: SHULKERBOXTOOLTIP) + */ + "theme": "SHULKERBOXTOOLTIP", + /* The position of the preview window. + INSIDE: Inside the item's tooltip. + OUTSIDE: Outside the item's tooltip, moves depending on the screen borders. + OUTSIDE_TOP: Always at the top of the item's tooltip. + OUTSIDE_BOTTOM: Always at the bottom of the item's tooltip. + (default value: INSIDE) + */ + "position": "INSIDE", + /* If on, large item counts in compact previews will be shortened. + (default value: true) + */ + "shortItemCounts": true + }, + "tooltip": { + /* Controls whether the key hints in the container's tooltip should be displayed. + (default value: true) + */ + "showKeyHints": true, + /* The tooltip to use. + VANILLA: The vanilla tooltip (shows the first 5 items) + MOD: The mod's tooltip + NONE: No tooltip + (default value: MOD) + */ + "type": "MOD", + /* Shows info about the current loot table of the item if present. + Visible only when Tooltip Type is set to Modded. + HIDE: No loot table info, default. + SIMPLE: Displays whether the stack uses a loot table. + ADVANCED: Shows the loot table used by the item. + (default value: HIDE) + */ + "lootTableInfoType": "HIDE", + /* If on, the mod hides the custom text on shulker box tooltips. + Use this option when a server-side preview data pack clashes with the mod. + (default value: false) + */ + "hideShulkerBoxLore": false + }, + "server": { + /* If on, the server will be able to provide extra information about containers to the clients with the mod installed. + Disabling this option will disable all the options below. + (default value: true) + */ + "clientIntegration": true, + /* Changes the way the ender chest content preview is synchronized. + NONE: No synchronization, prevents clients from seeing a preview of their ender chest. + ACTIVE: Ender chest contents are synchronized when changed. + PASSIVE: Ender chest contents are synchronized when the client opens a preview. + (default value: ACTIVE) + */ + "enderChestSyncType": "ACTIVE" + } +} \ No newline at end of file diff --git a/config/sidebar_buttons.json b/config/sidebar_buttons.json new file mode 100644 index 0000000..a5d1b10 --- /dev/null +++ b/config/sidebar_buttons.json @@ -0,0 +1,15 @@ +{ + "ftbteams": { + "my_team": true + }, + "ftblibrary": { + "toggle.gamemode": true, + "toggle.rain": true, + "toggle.day": true, + "toggle.night": true + }, + "ftbchunks": { + "chunks": true, + "claim_chunks": true + } +} \ No newline at end of file diff --git a/config/sit.json5 b/config/sit.json5 new file mode 100644 index 0000000..c611d35 --- /dev/null +++ b/config/sit.json5 @@ -0,0 +1,7 @@ +{ + /* The maximum distance in blocks that the player can be away from a block to still be able to sit on it. + Do note, that this is limited by how far a player can access a block in vanilla Minecraft. + If this is set to 0, the player has to stand on top of the block to be able to sit on it. + */ + "blockReachDistance": 4 +} \ No newline at end of file diff --git a/config/slideshow.json b/config/slideshow.json new file mode 100644 index 0000000..22aced1 --- /dev/null +++ b/config/slideshow.json @@ -0,0 +1,6 @@ +{ + "proxySwitch": false, + "host": "localhost", + "port": 8080, + "slideshowViewDistance": 256 +} diff --git a/config/smoothswapping.json b/config/smoothswapping.json new file mode 100644 index 0000000..9800ef4 --- /dev/null +++ b/config/smoothswapping.json @@ -0,0 +1,18 @@ +{ + "toggle_mod": true, + "animation_speed": 130, + "curve_points": [ + [ + 0.13020833, + 0.9348958 + ], + [ + 0.265625, + 0.9817708 + ], + [ + 0.59375, + 0.9713542 + ] + ] +} \ No newline at end of file diff --git a/config/sodium-extra-options.json b/config/sodium-extra-options.json new file mode 100644 index 0000000..03e37c2 --- /dev/null +++ b/config/sodium-extra-options.json @@ -0,0 +1,69 @@ +{ + "animation_settings": { + "animation": true, + "water": true, + "lava": true, + "fire": true, + "portal": true, + "block_animations": true, + "sculk_sensor": true + }, + "particle_settings": { + "particles": true, + "rain_splash": true, + "block_break": true, + "block_breaking": true, + "other": {} + }, + "detail_settings": { + "sky": true, + "sun_moon": true, + "stars": true, + "rain_snow": true, + "biome_colors": true, + "sky_colors": true + }, + "render_settings": { + "fog_distance": 0, + "fog_start": 100, + "multi_dimension_fog_control": true, + "dimensionFogDistance": { + "minecraft:overworld": 0 + }, + "light_updates": true, + "item_frame": true, + "armor_stand": true, + "painting": true, + "piston": true, + "beacon_beam": true, + "enchanting_table_book": true, + "item_frame_name_tag": true, + "player_name_tag": true + }, + "extra_settings": { + "overlay_corner": "TOP_LEFT", + "text_contrast": "NONE", + "show_fps": false, + "show_f_p_s_extended": true, + "show_coords": false, + "reduce_resolution_on_mac": false, + "use_adaptive_sync": false, + "cloud_height": 192, + "cloud_distance": 100, + "toasts": true, + "advancement_toast": true, + "recipe_toast": true, + "system_toast": true, + "tutorial_toast": true, + "instant_sneak": false, + "prevent_shaders": false, + "steady_debug_hud": true, + "steady_debug_hud_refresh_interval": 1 + }, + "super_secret_settings": { + "fetch_sodium_extra_crowdin_translations": false, + "sodium_extra_crowdin_project_identifier": "sodium-extra", + "fetch_sodium_crowdin_translations": false, + "sodium_crowdin_project_identifier": "sodium-fabric" + } +} \ No newline at end of file diff --git a/config/sodium-extra.properties b/config/sodium-extra.properties new file mode 100644 index 0000000..3bb5aea --- /dev/null +++ b/config/sodium-extra.properties @@ -0,0 +1,7 @@ +# This is the configuration file for Sodium Extra. +# This file exists for debugging purposes and should not be configured otherwise. +# +# You can find information on editing this file and all the available options here: +# https://github.com/FlashyReese/sodium-extra-fabric/wiki/Configuration-File +# +# By default, this file will be empty except for this notice. diff --git a/config/sodium-fingerprint.json b/config/sodium-fingerprint.json new file mode 100644 index 0000000..b5fe347 --- /dev/null +++ b/config/sodium-fingerprint.json @@ -0,0 +1 @@ +{"v":1,"s":"a0eeef7d3f85ea93cc4212d12f1d52402e0f602db817a17429808bf243a0bd02a337957828d858a7ffff5d5eacbbaf5b4e7d6c717130bee89231b7a1dc675c27","u":"50d95afd2f6c1644e8cd1682046baeab4b562f4fb6e02fe72111de6bec5149aa2e626230be3d64ce3185ac66fcf84ec584245a88fc22e3b5802b1b06ac1920c9","p":"ba70a70776768ae65328bbd58c9021b089d6119b433f086a841381884c2b2b1d102fd86d73a98dc92f80ee6bdae482dfda81021eb313eea3a9126f3657d06993","t":1735619730} \ No newline at end of file diff --git a/config/sodium-mixins.properties b/config/sodium-mixins.properties new file mode 100644 index 0000000..b853d81 --- /dev/null +++ b/config/sodium-mixins.properties @@ -0,0 +1,6 @@ +# This is the configuration file for Sodium. +# +# You can find information on editing this file and all the available options here: +# https://github.com/CaffeineMC/sodium-fabric/wiki/Configuration-File +# +# By default, this file will be empty except for this notice. diff --git a/config/sodium-options.json b/config/sodium-options.json new file mode 100644 index 0000000..031ae79 --- /dev/null +++ b/config/sodium-options.json @@ -0,0 +1,25 @@ +{ + "quality": { + "weather_quality": "DEFAULT", + "leaves_quality": "DEFAULT", + "enable_vignette": true + }, + "advanced": { + "enable_memory_tracing": false, + "use_advanced_staging_buffers": true, + "cpu_render_ahead_limit": 3 + }, + "performance": { + "chunk_builder_threads": 0, + "always_defer_chunk_updates_v2": true, + "animate_only_visible_textures": true, + "use_entity_culling": true, + "use_fog_occlusion": true, + "use_block_face_culling": true, + "use_no_error_g_l_context": true + }, + "notifications": { + "has_cleared_donation_button": false, + "has_seen_donation_prompt": true + } +} \ No newline at end of file diff --git a/config/sophisticatedbackpacks-common.toml b/config/sophisticatedbackpacks-common.toml new file mode 100644 index 0000000..a799f43 --- /dev/null +++ b/config/sophisticatedbackpacks-common.toml @@ -0,0 +1,4 @@ +#Common Settings +[common] + #Turns on/off loot added to various vanilla chest loot tables + chestLootEnabled = false diff --git a/config/sophisticatedbackpacks-server.toml b/config/sophisticatedbackpacks-server.toml new file mode 100644 index 0000000..6136dcb --- /dev/null +++ b/config/sophisticatedbackpacks-server.toml @@ -0,0 +1,437 @@ +#Server Settings +[server] + #List of items that are not allowed to be put in backpacks - e.g. "minecraft:shulker_box" + disallowedItems = [] + #Determines if container items (those that override canFitInsideContainerItems to false) are able to fit in backpacks + containerItemsDisallowed = false + #List of blocks that inventory interaction upgrades can't interact with - e.g. "minecraft:shulker_box" + noInteractionBlocks = [] + #List of blocks that are not allowed to connect to backpacks - e.g. "refinedstorage:external_storage" + noConnectionBlocks = [] + #Maximum number of upgrades of type per backpack in format of "UpgradeRegistryName[or UpgradeGroup]|MaxNumber" + maxUpgradesPerStorage = ["jukebox_upgrade|1", "stack_upgrades|3", "furnace_upgrades|1"] + #Turns on/off item fluid handler of backpack in its item form. There are some dupe bugs caused by default fluid handling implementation that manifest when backpack is drained / filled in its item form in another mod's tank and the only way to prevent them is disallowing drain/fill in item form altogether + itemFluidHandlerEnabled = true + #Determines whether player can right click on backpack that another player is wearing to open it. If off will turn off that capability for everyone and remove related settings from backpack. + allowOpeningOtherPlayerBackpacks = true + #Allows disabling item display settings. Primarily in cases where custom backpack model doesn't support showing the item. (Requires game restart to take effect) + itemDisplayDisabled = false + #Allows disabling logic that dedupes backpacks with the same UUID in players' inventory. This is here to allow turning off the logic just in case it would be causing performance issues. + tickDedupeLogicDisabled = false + #Determines if backpacks can be placed in container items (those that check for return value of canFitInsideContainerItems) + canBePlacedInContainerItems = false + + #Leather Backpack Settings + [server.leatherBackpack] + #Number of inventory slots in the backpack + #Range: 1 ~ 144 + inventorySlotCount = 27 + #Number of upgrade slots in the backpack + #Range: 0 ~ 10 + upgradeSlotCount = 1 + + #Copper Backpack Settings + [server.copperBackpack] + #Number of inventory slots in the backpack + #Range: 1 ~ 144 + inventorySlotCount = 45 + #Number of upgrade slots in the backpack + #Range: 0 ~ 10 + upgradeSlotCount = 1 + + #Iron Backpack Settings + [server.ironBackpack] + #Number of inventory slots in the backpack + #Range: 1 ~ 144 + inventorySlotCount = 54 + #Number of upgrade slots in the backpack + #Range: 0 ~ 10 + upgradeSlotCount = 2 + + #Gold Backpack Settings + [server.goldBackpack] + #Number of inventory slots in the backpack + #Range: 1 ~ 144 + inventorySlotCount = 81 + #Number of upgrade slots in the backpack + #Range: 0 ~ 10 + upgradeSlotCount = 3 + + #Diamond Backpack Settings + [server.diamondBackpack] + #Number of inventory slots in the backpack + #Range: 1 ~ 144 + inventorySlotCount = 108 + #Number of upgrade slots in the backpack + #Range: 0 ~ 10 + upgradeSlotCount = 5 + + #Netherite Backpack Settings + [server.netheriteBackpack] + #Number of inventory slots in the backpack + #Range: 1 ~ 144 + inventorySlotCount = 120 + #Number of upgrade slots in the backpack + #Range: 0 ~ 10 + upgradeSlotCount = 7 + + #Compacting Upgrade Settings + [server.compactingUpgrade] + #Number of Compacting Upgrade's filter slots + #Range: 1 ~ 20 + filterSlots = 9 + #Number of filter slots displayed in a row + #Range: 1 ~ 6 + slotsInRow = 3 + + #Advanced Compacting Upgrade Settings + [server.advancedCompactingUpgrade] + #Number of Advanced Compacting Upgrade's filter slots + #Range: 1 ~ 20 + filterSlots = 16 + #Number of filter slots displayed in a row + #Range: 1 ~ 6 + slotsInRow = 4 + + #Deposit Upgrade Settings + [server.depositUpgrade] + #Number of Deposit Upgrade's filter slots + #Range: 1 ~ 20 + filterSlots = 9 + #Number of filter slots displayed in a row + #Range: 1 ~ 6 + slotsInRow = 3 + + #Advanced Deposit Upgrade Settings + [server.advancedDepositUpgrade] + #Number of Advanced Deposit Upgrade's filter slots + #Range: 1 ~ 20 + filterSlots = 16 + #Number of filter slots displayed in a row + #Range: 1 ~ 6 + slotsInRow = 4 + + #Feeding Upgrade Settings + [server.feedingUpgrade] + #Number of Feeding Upgrade's filter slots + #Range: 1 ~ 20 + filterSlots = 9 + #Number of filter slots displayed in a row + #Range: 1 ~ 6 + slotsInRow = 3 + + #Advanced Feeding Upgrade Settings + [server.advancedFeedingUpgrade] + #Number of Advanced Feeding Upgrade's filter slots + #Range: 1 ~ 20 + filterSlots = 16 + #Number of filter slots displayed in a row + #Range: 1 ~ 6 + slotsInRow = 4 + + #Filter Upgrade Settings + [server.filterUpgrade] + #Number of Filter Upgrade's filter slots + #Range: 1 ~ 20 + filterSlots = 9 + #Number of filter slots displayed in a row + #Range: 1 ~ 6 + slotsInRow = 3 + + #Advanced Filter Upgrade Settings + [server.advancedFilterUpgrade] + #Number of Advanced Filter Upgrade's filter slots + #Range: 1 ~ 20 + filterSlots = 16 + #Number of filter slots displayed in a row + #Range: 1 ~ 6 + slotsInRow = 4 + + #Magnet Upgrade Settings + [server.magnetUpgrade] + #Number of Magnet Upgrade's filter slots + #Range: 1 ~ 20 + filterSlots = 9 + #Number of filter slots displayed in a row + #Range: 1 ~ 6 + slotsInRow = 3 + #Range around storage in blocks at which magnet will pickup items + #Range: 1 ~ 20 + magnetRange = 3 + + #Advanced Magnet Upgrade Settings + [server.advancedMagnetUpgrade] + #Number of Advanced Magnet Upgrade's filter slots + #Range: 1 ~ 20 + filterSlots = 16 + #Number of filter slots displayed in a row + #Range: 1 ~ 6 + slotsInRow = 4 + #Range around storage in blocks at which magnet will pickup items + #Range: 1 ~ 20 + magnetRange = 5 + + #Pickup Upgrade Settings + [server.pickupUpgrade] + #Number of Pickup Upgrade's filter slots + #Range: 1 ~ 20 + filterSlots = 9 + #Number of filter slots displayed in a row + #Range: 1 ~ 6 + slotsInRow = 3 + + #Advanced Pickup Upgrade Settings + [server.advancedPickupUpgrade] + #Number of Advanced Pickup Upgrade's filter slots + #Range: 1 ~ 20 + filterSlots = 16 + #Number of filter slots displayed in a row + #Range: 1 ~ 6 + slotsInRow = 4 + + #Refill Upgrade Settings + [server.refillUpgrade] + #Number of Refill Upgrade's filter slots + #Range: 1 ~ 20 + filterSlots = 6 + #Number of filter slots displayed in a row + #Range: 1 ~ 6 + slotsInRow = 3 + + #Advanced Refill Upgrade Settings + [server.advancedRefillUpgrade] + #Number of Advanced Refill Upgrade's filter slots + #Range: 1 ~ 20 + filterSlots = 12 + #Number of filter slots displayed in a row + #Range: 1 ~ 6 + slotsInRow = 4 + + #Restock Upgrade Settings + [server.restockUpgrade] + #Number of Restock Upgrade's filter slots + #Range: 1 ~ 20 + filterSlots = 9 + #Number of filter slots displayed in a row + #Range: 1 ~ 6 + slotsInRow = 3 + + #Advanced Restock Upgrade Settings + [server.advancedRestockUpgrade] + #Number of Advanced Restock Upgrade's filter slots + #Range: 1 ~ 20 + filterSlots = 16 + #Number of filter slots displayed in a row + #Range: 1 ~ 6 + slotsInRow = 4 + + #Void Upgrade Settings + [server.voidUpgrade] + #Number of Void Upgrade's filter slots + #Range: 1 ~ 20 + filterSlots = 9 + #Number of filter slots displayed in a row + #Range: 1 ~ 6 + slotsInRow = 3 + #Determines whether void upgrade allows voiding anything or it only has overflow option + voidAnythingEnabled = true + + #Advanced Void Upgrade Settings + [server.advancedVoidUpgrade] + #Number of Advanced Void Upgrade's filter slots + #Range: 1 ~ 20 + filterSlots = 16 + #Number of filter slots displayed in a row + #Range: 1 ~ 6 + slotsInRow = 4 + #Determines whether void upgrade allows voiding anything or it only has overflow option + voidAnythingEnabled = true + + #Stack Upgrade Settings + [server.stackUpgrade] + #List of items that are not supposed to stack in storage even when stack upgrade is inserted. Item registry names are expected here. + nonStackableItems = ["minecraft:bundle", "minecraft:shulker_box", "minecraft:white_shulker_box", "minecraft:orange_shulker_box", "minecraft:magenta_shulker_box", "minecraft:light_blue_shulker_box", "minecraft:yellow_shulker_box", "minecraft:lime_shulker_box", "minecraft:pink_shulker_box", "minecraft:gray_shulker_box", "minecraft:light_gray_shulker_box", "minecraft:cyan_shulker_box", "minecraft:purple_shulker_box", "minecraft:blue_shulker_box", "minecraft:brown_shulker_box", "minecraft:green_shulker_box", "minecraft:red_shulker_box", "minecraft:black_shulker_box"] + + #Smelting Upgrade Settings + [server.smeltingUpgrade] + #Smelting speed multiplier (1.0 equals speed at which vanilla furnace smelts items) + #Range: 0.25 ~ 4.0 + smeltingSpeedMultiplier = 1.0 + #Fuel efficiency multiplier (1.0 equals speed at which it's used in vanilla furnace) + #Range: 0.25 ~ 4.0 + fuelEfficiencyMultiplier = 1.0 + + #Smoking Upgrade Settings + [server.smokingUpgrade] + #Smelting speed multiplier (1.0 equals speed at which vanilla furnace smelts items) + #Range: 0.25 ~ 4.0 + smeltingSpeedMultiplier = 1.0 + #Fuel efficiency multiplier (1.0 equals speed at which it's used in vanilla furnace) + #Range: 0.25 ~ 4.0 + fuelEfficiencyMultiplier = 1.0 + + #Blasting Upgrade Settings + [server.blastingUpgrade] + #Smelting speed multiplier (1.0 equals speed at which vanilla furnace smelts items) + #Range: 0.25 ~ 4.0 + smeltingSpeedMultiplier = 1.0 + #Fuel efficiency multiplier (1.0 equals speed at which it's used in vanilla furnace) + #Range: 0.25 ~ 4.0 + fuelEfficiencyMultiplier = 1.0 + + #Auto-Smelting Upgrade Settings + [server.autoSmeltingUpgrade] + #Smelting speed multiplier (1.0 equals speed at which vanilla furnace smelts items) + #Range: 0.25 ~ 4.0 + smeltingSpeedMultiplier = 1.0 + #Fuel efficiency multiplier (1.0 equals speed at which it's used in vanilla furnace) + #Range: 0.25 ~ 4.0 + fuelEfficiencyMultiplier = 1.0 + #Number of input filter slots + #Range: 1 ~ 20 + inputFilterSlots = 8 + #Number of input filter slots displayed in a row + #Range: 1 ~ 6 + inputFilterSlotsInRow = 4 + #Number of fuel filter slots + #Range: 1 ~ 20 + fuelFilterSlots = 4 + #Number of fuel filter slots displayed in a row + #Range: 1 ~ 6 + fuelFilterSlotsInRow = 4 + + #Auto-Smoking Upgrade Settings + [server.autoSmokingUpgrade] + #Smelting speed multiplier (1.0 equals speed at which vanilla furnace smelts items) + #Range: 0.25 ~ 4.0 + smeltingSpeedMultiplier = 1.0 + #Fuel efficiency multiplier (1.0 equals speed at which it's used in vanilla furnace) + #Range: 0.25 ~ 4.0 + fuelEfficiencyMultiplier = 1.0 + #Number of input filter slots + #Range: 1 ~ 20 + inputFilterSlots = 8 + #Number of input filter slots displayed in a row + #Range: 1 ~ 6 + inputFilterSlotsInRow = 4 + #Number of fuel filter slots + #Range: 1 ~ 20 + fuelFilterSlots = 4 + #Number of fuel filter slots displayed in a row + #Range: 1 ~ 6 + fuelFilterSlotsInRow = 4 + + #Auto-Blasting Upgrade Settings + [server.autoBlastingUpgrade] + #Smelting speed multiplier (1.0 equals speed at which vanilla furnace smelts items) + #Range: 0.25 ~ 4.0 + smeltingSpeedMultiplier = 1.0 + #Fuel efficiency multiplier (1.0 equals speed at which it's used in vanilla furnace) + #Range: 0.25 ~ 4.0 + fuelEfficiencyMultiplier = 1.0 + #Number of input filter slots + #Range: 1 ~ 20 + inputFilterSlots = 8 + #Number of input filter slots displayed in a row + #Range: 1 ~ 6 + inputFilterSlotsInRow = 4 + #Number of fuel filter slots + #Range: 1 ~ 20 + fuelFilterSlots = 4 + #Number of fuel filter slots displayed in a row + #Range: 1 ~ 6 + fuelFilterSlotsInRow = 4 + + #Inception Upgrade Settings + [server.inceptionUpgrade] + #Allows / Disallows backpack upgrades to work with inventories of Backpacks in the Backpack with Inception Upgrade + upgradesUseInventoriesOfBackpacksInBackpack = true + #Allows / Disallows upgrades to be functional even when they are in Backpacks in the inventory of Backpack with Inception Upgrade + upgradesInContainedBackpacksAreFunctional = true + + #Tool Swapper Upgrade Settings + [server.toolSwapperUpgrade] + #Number of Tool Swapper Upgrade's filter slots + #Range: 1 ~ 20 + filterSlots = 8 + #Number of filter slots displayed in a row + #Range: 1 ~ 6 + slotsInRow = 4 + + #Tank Upgrade Settings + [server.tankUpgrade] + #Capacity in mB the tank upgrade will have per row of storage slots + #Range: 500 ~ 20000 + capacityPerSlotRow = 4000 + #Ratio that gets applied (multiplies) to inventory stack multiplier before this is applied to max energy of the battery and max in/out. Value lower than 1 makes stack multiplier affect the max energy less, higher makes it affect the max energy more. 0 turns off stack multiplier affecting battery upgrade + #Range: 0.0 ~ 5.0 + stackMultiplierRatio = 1.0 + #Cooldown between fill/drain actions done on fluid containers in tank slots. Only fills/drains one bucket worth to/from container after this cooldown and then waits again. + #Range: 1 ~ 100 + autoFillDrainContainerCooldown = 20 + #How much FE can be transfered in / out per operation. This is a base transfer rate and same as max capacity gets multiplied by number of rows in storage and stack multiplier. + #Range: 1 ~ 1000 + maxInputOutput = 20 + #Energy in FE the battery upgrade will have per row of storage slots + #Range: 500 ~ 50000 + energyPerSlotRow = 10000 + + #Pump Upgrade Settings + [server.pumpUpgrade] + #Number of fluid filter slots + #Range: 1 ~ 20 + filterSlots = 4 + #How much mB can be transfered in / out per operation. This is a base transfer rate that gets multiplied by number of rows in storage and stack multiplier. + #Range: 1 ~ 1000 + maxInputOutput = 20 + #Ratio that gets applied (multiplies) to inventory stack multiplier before this is applied to max input/output value. Value lower than 1 makes stack multiplier affect the capacity less, higher makes it affect the capacity more. 0 turns off stack multiplier affecting input/output + #Range: 0.0 ~ 5.0 + stackMultiplierRatio = 1.0 + + #Xp Pump Upgrade Settings + [server.xpPumpUpgrade] + #Whether xp pump can mend items with mending. Set false here to turn off the feature altogether. + mendingOn = true + #How many experience points at a maximum would be used to mend an item per operation (every 5 ticks and 1 xp point usually translates to 2 damage repaired). + #Range: 1 ~ 20 + maxXpPointsPerMending = 5 + + #Settings for Spawning Entities with Backpack + [server.entityBackpackAdditions] + #Chance of an entity spawning with Backpack + #Range: 0.0 ~ 1.0 + chance = 0.01 + #Turns on/off addition of loot into backpacks + addLoot = true + #Turns on/off buffing the entity that wears backpack with potion effects. These are scaled based on how much loot is added. + buffWithPotionEffects = true + #Turns on/off buffing the entity that wears backpack with additional health. Health is scaled based on backpack tier the mob wears. + buffHealth = true + #Turns on/off equiping the entity that wears backpack with armor. What armor material and how enchanted is scaled based on backpack tier the mob wears. + equipWithArmor = true + #Map of entities that can spawn with backpack and related loot tables (if adding a loot is enabled) in format of "EntityRegistryName|LootTableName" + entityLootTableList = ["minecraft:creeper|minecraft:chests/desert_pyramid", "minecraft:drowned|minecraft:chests/shipwreck_treasure", "minecraft:enderman|minecraft:chests/end_city_treasure", "minecraft:evoker|minecraft:chests/woodland_mansion", "minecraft:husk|minecraft:chests/desert_pyramid", "minecraft:piglin|minecraft:chests/bastion_bridge", "minecraft:piglin_brute|minecraft:chests/bastion_treasure", "minecraft:pillager|minecraft:chests/pillager_outpost", "minecraft:skeleton|minecraft:chests/simple_dungeon", "minecraft:stray|minecraft:chests/igloo_chest", "minecraft:vex|minecraft:chests/woodland_mansion", "minecraft:vindicator|minecraft:chests/woodland_mansion", "minecraft:witch|minecraft:chests/buried_treasure", "minecraft:wither_skeleton|minecraft:chests/nether_bridge", "minecraft:zombie|minecraft:chests/simple_dungeon", "minecraft:zombie_villager|minecraft:chests/village/village_armorer", "minecraft:zombified_piglin|minecraft:chests/bastion_other"] + #List of music discs that are not supposed to be played by entities + discBlockList = ["botania:record_gaia_1", "botania:record_gaia_2"] + #Turns on/off a chance that the entity that wears backpack gets jukebox upgrade and plays a music disc. + playJukebox = true + #Determines whether backpack drops to fake players if killed by them in addition to real ones that it always drops to + dropToFakePlayers = false + #Chance of mob dropping backpack when killed by player + #Range: 0.0 ~ 1.0 + backpackDropChance = 0.5 + #Chance increase per looting level of mob dropping backpack + #Range: 0.0 ~ 0.3 + lootingChanceIncreasePerLevel = 0.15 + + [server.nerfs] + #Determines if too many backpacks in player's inventory cause slowness to the player + tooManyBackpacksSlowness = false + #Maximum number of backpacks in player's inventory that will not cause slowness + #Range: 1 ~ 27 + maxNumberOfBackpacks = 3 + #Ratio of slowness levels per every backpack above the maximum number allowed. (number of backpacks above the max gets multiplied by this number and ceiled) + #Range: 0.1 ~ 5.0 + slownessLevelsPerAdditionalBackpack = 1.0 + #Determines if active upgrades will only work in the backpack that's worn by the player. Active upgrades are for example magnet, pickup, cooking, feeding upgrades. + onlyWornBackpackTriggersUpgrades = false diff --git a/config/sophisticatedcore-client.toml b/config/sophisticatedcore-client.toml new file mode 100644 index 0000000..fbb0752 --- /dev/null +++ b/config/sophisticatedcore-client.toml @@ -0,0 +1,7 @@ +#Client Settings +[client] + #Positions where sort buttons can display to help with conflicts with controls from other mods + #Allowed Values: TITLE_LINE_RIGHT, BELOW_UPGRADES, BELOW_UPGRADE_TABS, HIDDEN + sortButtonsPosition = "TITLE_LINE_RIGHT" + #Whether click sound should play when custom buttons are clicked in gui + playButtonSound = true diff --git a/config/sophisticatedcore-common.toml b/config/sophisticatedcore-common.toml new file mode 100644 index 0000000..92e7ce2 --- /dev/null +++ b/config/sophisticatedcore-common.toml @@ -0,0 +1,4 @@ +#Common Settings +[common] + #Disable / enable any items here (disables their recipes) + enabledItems = ["sophisticatedbackpacks:backpack|true", "sophisticatedbackpacks:copper_backpack|true", "sophisticatedbackpacks:iron_backpack|true", "sophisticatedbackpacks:gold_backpack|true", "sophisticatedbackpacks:diamond_backpack|true", "sophisticatedbackpacks:netherite_backpack|true", "sophisticatedbackpacks:pickup_upgrade|true", "sophisticatedbackpacks:advanced_pickup_upgrade|true", "sophisticatedbackpacks:filter_upgrade|true", "sophisticatedbackpacks:advanced_filter_upgrade|true", "sophisticatedbackpacks:magnet_upgrade|true", "sophisticatedbackpacks:advanced_magnet_upgrade|true", "sophisticatedbackpacks:feeding_upgrade|true", "sophisticatedbackpacks:advanced_feeding_upgrade|true", "sophisticatedbackpacks:compacting_upgrade|true", "sophisticatedbackpacks:advanced_compacting_upgrade|true", "sophisticatedbackpacks:void_upgrade|true", "sophisticatedbackpacks:advanced_void_upgrade|true", "sophisticatedbackpacks:restock_upgrade|true", "sophisticatedbackpacks:advanced_restock_upgrade|true", "sophisticatedbackpacks:deposit_upgrade|true", "sophisticatedbackpacks:advanced_deposit_upgrade|true", "sophisticatedbackpacks:refill_upgrade|true", "sophisticatedbackpacks:advanced_refill_upgrade|true", "sophisticatedbackpacks:inception_upgrade|true", "sophisticatedbackpacks:everlasting_upgrade|true", "sophisticatedbackpacks:smelting_upgrade|true", "sophisticatedbackpacks:auto_smelting_upgrade|true", "sophisticatedbackpacks:smoking_upgrade|true", "sophisticatedbackpacks:auto_smoking_upgrade|true", "sophisticatedbackpacks:blasting_upgrade|true", "sophisticatedbackpacks:auto_blasting_upgrade|true", "sophisticatedbackpacks:crafting_upgrade|true", "sophisticatedbackpacks:stonecutter_upgrade|true", "sophisticatedbackpacks:stack_upgrade_starter_tier|true", "sophisticatedbackpacks:stack_upgrade_tier_1|true", "sophisticatedbackpacks:stack_upgrade_tier_2|true", "sophisticatedbackpacks:stack_upgrade_tier_3|true", "sophisticatedbackpacks:stack_upgrade_tier_4|true", "sophisticatedbackpacks:jukebox_upgrade|true", "sophisticatedbackpacks:tool_swapper_upgrade|true", "sophisticatedbackpacks:advanced_tool_swapper_upgrade|true", "sophisticatedbackpacks:tank_upgrade|true", "sophisticatedbackpacks:battery_upgrade|true", "sophisticatedbackpacks:pump_upgrade|true", "sophisticatedbackpacks:advanced_pump_upgrade|true", "sophisticatedbackpacks:xp_pump_upgrade|true", "sophisticatedbackpacks:anvil_upgrade|true", "sophisticatedbackpacks:upgrade_base|true"] diff --git a/config/spark/config.json b/config/spark/config.json new file mode 100644 index 0000000..acadf0c --- /dev/null +++ b/config/spark/config.json @@ -0,0 +1,4 @@ +{ + "_header": "spark configuration file - https://spark.lucko.me/docs/Configuration", + "backgroundProfiler": true +} \ No newline at end of file diff --git a/config/spawner_control-common.json b/config/spawner_control-common.json new file mode 100644 index 0000000..38dea61 --- /dev/null +++ b/config/spawner_control-common.json @@ -0,0 +1,12 @@ +{ + "setSpawnLimit": true, + "spawnLimit": 0, + "dropXp": true, + "spawnCount": 1, + "spawnRange": 4, + "spawnDelay": 20, + "minSpawnDelay": 200, + "maxSpawnDelay": 800, + "playerRange": 16, + "maxNearbyEntities": 0 +} \ No newline at end of file diff --git a/config/stacksizeedit.json b/config/stacksizeedit.json new file mode 100644 index 0000000..386546a --- /dev/null +++ b/config/stacksizeedit.json @@ -0,0 +1,8 @@ +{ + "maxStacker": 99, + "itemOverride": [ + "#c:not_stackable:1" + ], + "fontOverride": true, + "itemCountScaleInt": 25 +} \ No newline at end of file diff --git a/config/starterkit.json5 b/config/starterkit.json5 new file mode 100644 index 0000000..90a9f60 --- /dev/null +++ b/config/starterkit.json5 @@ -0,0 +1,15 @@ +{ + // When multiple starter kits are added via /starterkit add, there are two ways to distribute them. With this enabled, one is chosen at random. When disabled, players can choose one on first join. + "randomizeMultipleKitsToggle": true, + // Whether items that existed in the inventory, such as books added by other mods, should be added back to the inventory after the kit was set. If disabled, they'll be removed. You can still manually set them via the kit. + "addExistingItemsAfterKitSet": true, + // If potion/mob effect functionality should be enabled. This means that when creating a kit via /sk (add/set), it also saves the active effects the player has. And when handing out the starter kits, it adds the effects to new players. + "usePotionEffectsInStarterKit": true, + // If kit names should be formatted. Each word will be capitalized. + "formatKitNames": true, + "chooseKitText": "", + // Whether an announcement should be broadcasted to the server whenever a new player makes a kit choice. 'randomizeMultipleKitsToggle' must be disabled, and there must be at least 2 starter kits available. + "announcePlayerKitChoiceInDedicatedServer": false, + // Whether the starter kit should be re-set after the '/ftbteamislands create' command from FTB Team Islands. Does nothing when it's not installed. + "enableFTBIslandCreateCompatibility": true +} \ No newline at end of file diff --git a/config/starterkit/descriptions/Archer.txt b/config/starterkit/descriptions/Archer.txt new file mode 100644 index 0000000..6b9d98f --- /dev/null +++ b/config/starterkit/descriptions/Archer.txt @@ -0,0 +1 @@ +Survive longer by defeating your enemies from a distance. \ No newline at end of file diff --git a/config/starterkit/descriptions/Default.txt b/config/starterkit/descriptions/Default.txt new file mode 100644 index 0000000..db5ae7e --- /dev/null +++ b/config/starterkit/descriptions/Default.txt @@ -0,0 +1 @@ +baboBork \ No newline at end of file diff --git a/config/starterkit/descriptions/Lumberjack.txt b/config/starterkit/descriptions/Lumberjack.txt new file mode 100644 index 0000000..1eeeced --- /dev/null +++ b/config/starterkit/descriptions/Lumberjack.txt @@ -0,0 +1 @@ +There's no need to punch a tree, use an axe instead! \ No newline at end of file diff --git a/config/starterkit/descriptions/Witch.txt b/config/starterkit/descriptions/Witch.txt new file mode 100644 index 0000000..962f001 --- /dev/null +++ b/config/starterkit/descriptions/Witch.txt @@ -0,0 +1 @@ +Has a good mix of potions, useful in many scenarios. \ No newline at end of file diff --git a/config/starterkit/kits/Default.txt b/config/starterkit/kits/Default.txt new file mode 100644 index 0000000..7c34226 --- /dev/null +++ b/config/starterkit/kits/Default.txt @@ -0,0 +1,42 @@ +'head' : '', +'chest' : '', +'legs' : '', +'feet' : '', +'offhand' : '', +0 : '', +1 : '', +2 : '', +3 : '', +4 : '', +5 : '', +6 : '{Count:1b,id:"academy:dueling_glove"}', +7 : '{Count:1b,id:"academy:hunt"}', +8 : '{Count:16b,id:"cobblefoods:roasted_sitrus_berry"}', +9 : '', +10 : '', +11 : '', +12 : '', +13 : '', +14 : '', +15 : '', +16 : '', +17 : '', +18 : '', +19 : '', +20 : '', +21 : '', +22 : '', +23 : '', +24 : '', +25 : '', +26 : '', +27 : '', +28 : '', +29 : '', +30 : '', +31 : '', +32 : '', +33 : '', +34 : '', +35 : '', +'effects' : '', diff --git a/config/starterkit/kits/inactive/Archer.txt b/config/starterkit/kits/inactive/Archer.txt new file mode 100644 index 0000000..08b866b --- /dev/null +++ b/config/starterkit/kits/inactive/Archer.txt @@ -0,0 +1,42 @@ +'head' : '{Count:1b,id:"minecraft:leather_helmet",tag:{Damage:0}}', +'chest' : '', +'legs' : '', +'feet' : '{Count:1b,id:"minecraft:leather_boots",tag:{Damage:0}}', +'offhand' : '', +0 : '{Count:1b,id:"minecraft:bow",tag:{Damage:0,Enchantments:[{id:"minecraft:power",lvl:1s}],RepairCost:1}}', +1 : '', +2 : '', +3 : '', +4 : '', +5 : '', +6 : '', +7 : '{Count:6b,id:"minecraft:baked_potato"}', +8 : '{Count:32b,id:"minecraft:arrow"}', +9 : '', +10 : '', +11 : '', +12 : '', +13 : '', +14 : '', +15 : '', +16 : '', +17 : '', +18 : '', +19 : '', +20 : '', +21 : '', +22 : '', +23 : '', +24 : '', +25 : '', +26 : '', +27 : '', +28 : '', +29 : '', +30 : '', +31 : '', +32 : '', +33 : '', +34 : '', +35 : '', +'effects' : '', diff --git a/config/starterkit/kits/inactive/Lumberjack.txt b/config/starterkit/kits/inactive/Lumberjack.txt new file mode 100644 index 0000000..edd9f3f --- /dev/null +++ b/config/starterkit/kits/inactive/Lumberjack.txt @@ -0,0 +1,42 @@ +'head' : '', +'chest' : '', +'legs' : '', +'feet' : '{Count:1b,id:"minecraft:iron_boots",tag:{Damage:0}}', +'offhand' : '{Count:4b,id:"minecraft:oak_sapling"}', +0 : '{Count:1b,id:"minecraft:iron_axe",tag:{Damage:0,Enchantments:[{id:"minecraft:efficiency",lvl:1s}],RepairCost:1}}', +1 : '', +2 : '', +3 : '', +4 : '', +5 : '', +6 : '', +7 : '', +8 : '{Count:8b,id:"minecraft:cooked_beef"}', +9 : '', +10 : '', +11 : '', +12 : '', +13 : '', +14 : '', +15 : '', +16 : '', +17 : '', +18 : '', +19 : '', +20 : '', +21 : '', +22 : '', +23 : '', +24 : '', +25 : '', +26 : '', +27 : '', +28 : '', +29 : '', +30 : '', +31 : '', +32 : '', +33 : '', +34 : '', +35 : '', +'effects' : '', diff --git a/config/starterkit/kits/inactive/Witch.txt b/config/starterkit/kits/inactive/Witch.txt new file mode 100644 index 0000000..7232493 --- /dev/null +++ b/config/starterkit/kits/inactive/Witch.txt @@ -0,0 +1,42 @@ +'head' : '', +'chest' : '', +'legs' : '', +'feet' : '{Count:1b,id:"minecraft:golden_boots",tag:{Damage:0}}', +'offhand' : '', +0 : '{Count:1b,id:"minecraft:stick"}', +1 : '{Count:16b,id:"minecraft:apple"}', +2 : '', +3 : '{Count:1b,id:"minecraft:splash_potion",tag:{Potion:"minecraft:strong_swiftness"}}', +4 : '{Count:1b,id:"minecraft:splash_potion",tag:{Potion:"minecraft:strong_healing"}}', +5 : '', +6 : '{Count:1b,id:"minecraft:splash_potion",tag:{Potion:"minecraft:strong_poison"}}', +7 : '{Count:1b,id:"minecraft:splash_potion",tag:{Potion:"minecraft:strong_harming"}}', +8 : '{Count:1b,id:"minecraft:splash_potion",tag:{Potion:"minecraft:strong_harming"}}', +9 : '', +10 : '', +11 : '', +12 : '', +13 : '', +14 : '', +15 : '', +16 : '', +17 : '', +18 : '', +19 : '', +20 : '', +21 : '', +22 : '', +23 : '', +24 : '', +25 : '', +26 : '', +27 : '', +28 : '', +29 : '', +30 : '', +31 : '', +32 : '', +33 : '', +34 : '', +35 : '', +'effects' : '', diff --git a/config/stoneworks-common.toml b/config/stoneworks-common.toml new file mode 100644 index 0000000..58da1fc --- /dev/null +++ b/config/stoneworks-common.toml @@ -0,0 +1,2 @@ +#Add vanilla stone block variants to the creative tab provided by Stoneworks. +vanilla_variants_in_creative_tab = true diff --git a/config/terrablender.toml b/config/terrablender.toml new file mode 100644 index 0000000..2b8b87d --- /dev/null +++ b/config/terrablender.toml @@ -0,0 +1,17 @@ +#General settings +general = {} + +#Generation settings +[generation_settings] + #The size of overworld biome regions from each mod that uses TerraBlender. + #Range: 2-6 + overworld_region_size = 3 + #The weighting of vanilla biome regions in the nether. + #Range: 0-2147483647 + vanilla_nether_region_weight = 10 + #The size of nether biome regions from each mod that uses TerraBlender. + #Range: 2-6 + nether_region_size = 2 + #The weighting of vanilla biome regions in the overworld. + #Range: 0-2147483647 + vanilla_overworld_region_weight = 10 diff --git a/config/terrastorage.toml b/config/terrastorage.toml new file mode 100644 index 0000000..0ba4b3c --- /dev/null +++ b/config/terrastorage.toml @@ -0,0 +1,23 @@ +#The cooldown of all storage actions, in game ticks +#Range: 2 to 100, inclusive +#Default: 10 +action_cooldown = 2 +#========== +#Whether the Quick Stack To Nearby Storages feature only considers storages within the player's line of sight. +#Default: true +line_of_sight_check = false +#========== +#The range of the Quick Stack to Nearby Storages feature, in blocks +#Range: 3 to 16, inclusive +#Default: 8 +quick_stack_range = 16 +#========== +#The length of the flying item animation that occurs when Quick Stack To Nearby Storages is used, in game ticks +#Range: 10 to 200, inclusive +#Default: 20 +item_animation_length = 20 +#========== +#The interval between animated flying items, in game ticks +#Range: 0 to 20, inclusive +#Default: 5 +item_animation_interval = 2 diff --git a/config/terrastorage_client.toml b/config/terrastorage_client.toml new file mode 100644 index 0000000..6f35749 --- /dev/null +++ b/config/terrastorage_client.toml @@ -0,0 +1,19 @@ +#Whether to display the options button in the storage screens +#Default: true +display_options_button = false +#========== +#Whether to protect hotbar items from the storage options +#Default: true +hotbar_protection = true +#========== +#The style of the storage option buttons +#Default: DEFAULT +buttons_style = "DEFAULT" +#========== +#The placement of the storage option buttons +#Default: RIGHT +buttons_placement = "RIGHT" +#========== +#The property by which items will be sorted +#Default: ITEM_GROUP +sort_type = "ITEM_GROUP" diff --git a/config/toms_storage.json b/config/toms_storage.json new file mode 100644 index 0000000..31c8805 --- /dev/null +++ b/config/toms_storage.json @@ -0,0 +1,12 @@ +{ + "onlyTrims": false, + "invRange": 16, + "wirelessRange": 16, + "invConnectorMaxCables": 2048, + "multiblockInv": [], + "advWirelessRange": 64, + "wirelessTermBeaconLvl": 1, + "wirelessTermBeaconLvlDim": 4, + "invLinkBeaconLvl": 1, + "invLinkBeaconLvlDim": 2 +} \ No newline at end of file diff --git a/config/travelerstitles-fabric-1_20.toml b/config/travelerstitles-fabric-1_20.toml new file mode 100644 index 0000000..6b674f2 --- /dev/null +++ b/config/travelerstitles-fabric-1_20.toml @@ -0,0 +1,34 @@ +[biomes] +enabled = true +textFadeInTime = 10 +textDisplayTime = 30 +textFadeOutTime = 10 +textCooldownTime = 80 +textColor = "FFEDCC" +textSize = 2.1 +renderShadow = true +textYOffset = -33 +textXOffset = 0 +biomeBlacklist = "[minecraft:the_end, minecraft:river, minecraft:frozen_river]" +recentBiomeCacheSize = 5 +centerText = true +resetBiomeCacheOnDimensionChange = true +onlyUpdateAtSurface = true +[dimensions] +enabled = false +textFadeInTime = 10 +textDisplayTime = 70 +textFadeOutTime = 20 +textColor = "ffffff" +textSize = 3.0 +renderShadow = true +textYOffset = -32 +textXOffset = 0 +dimensionBlacklist = "[]" +centerText = true +onlyUpdateAtSurface = false +[sound] +biomeVolume = 1.0 +biomePitch = 1.0 +dimensionVolume = 1.0 +dimensionPitch = 1.0 diff --git a/config/treeharvester.json5 b/config/treeharvester.json5 new file mode 100644 index 0000000..d745e2c --- /dev/null +++ b/config/treeharvester.json5 @@ -0,0 +1,38 @@ +{ + // If enabled, tree harvesting only works when a player is holding an axe in the main hand. + "mustHoldAxeForTreeHarvest": true, + // If enabled, tree harvesting works when not holding the sneak button. If disabled it's reversed, and only works when sneaking. + "treeHarvestWithoutSneak": false, + // Whether the mod should attempt to find the actual bottom log of the tree and start there. This means you can break a tree in the middle and it will still completely be felled. + "automaticallyFindBottomBlock": true, + // If enabled, the leaves around a broken tree will quickly disappear. Only works with 'instantBreakLeavesAround' disabled. + "enableFastLeafDecay": true, + // If enabled, the warped stem/crimson trees in the nether will also be chopped down quickly. + "enableNetherTrees": true, + // If enabled, giant/huge mushrooms will also be chopped down quickly. + "enableHugeMushrooms": true, + // If enabled, trees with leaves placed by players won't be destroyed. + "ignorePlayerMadeTrees": true, + // If enabled, automatically replaces the sapling from the drops when a tree is harvested. + "replaceSaplingOnTreeHarvest": true, + // If enabled, automatically replaces the sapling from the drops when a huge mushroom is harvested and 'enableHugeMushrooms' is enabled. + "replaceMushroomOnMushroomHarvest": true, + // If enabled, for every log harvested, the axe held loses durability. + "loseDurabilityPerHarvestedLog": true, + // Here you can set how much durability chopping down a tree should take from the axe. For example if set to 0.1, this means that every 10 logs take 1 durability. + // min: 0.001, max: 1.0 + "loseDurabilityModifier": 1.0, + // If enabled, players' exhaustion level increases 0.005 per harvested log (Minecraft's default per broken block) * increaseExhaustionModifier. + "increaseExhaustionPerHarvestedLog": true, + // This determines how much exhaustion should be added to the player per harvested log. By default 0.005 * 1.0. + // min: 0.001, max: 1.0 + "increaseExhaustionModifier": 1.0, + // If enabled, harvesting time will increase per existing log in the tree. The amount is determined by 'increasedHarvestingTimePerLogModifier'. + "increaseHarvestingTimePerLog": true, + // How much longer it takes to harvest a tree with 'increaseHarvestingTimePerLog' enabled. The actual speed is: newSpeed = originalSpeed / (1 + (logCount * increasedHarvestingTimePerLogModifier)). + // min: 0.01, max: 10.0 + "increasedHarvestingTimePerLogModifier": 0.2, + // How many leaves should be broken per tick after a tree has been harvested. Increasing this will speed up the fast leaf decay, but costs more processing power per tick. + // min: 1, max: 16 + "amountOfLeavesBrokenPerTick": 5 +} \ No newline at end of file diff --git a/config/treeharvester/harvestable_axe_blacklist.txt b/config/treeharvester/harvestable_axe_blacklist.txt new file mode 100644 index 0000000..239503c --- /dev/null +++ b/config/treeharvester/harvestable_axe_blacklist.txt @@ -0,0 +1,8 @@ +// To disable a certain axe from being able to harvest trees, add an exclamation mark (!) in front of the line, +minecraft:wooden_axe, +minecraft:stone_axe, +minecraft:golden_axe, +minecraft:iron_axe, +minecraft:diamond_axe, +minecraft:netherite_axe, +sculk_depths:quazarith_axe, diff --git a/config/ukulib.toml b/config/ukulib.toml new file mode 100644 index 0000000..c095e14 --- /dev/null +++ b/config/ukulib.toml @@ -0,0 +1,2 @@ +buttonInOptions = true +modMenuIntegration = true diff --git a/config/unchained/haBooster.json b/config/unchained/haBooster.json new file mode 100644 index 0000000..7deca8d --- /dev/null +++ b/config/unchained/haBooster.json @@ -0,0 +1,13 @@ +{ + "koStreakPoints": 100, + "koCountPoints": 1, + "captureStreakPoints": 0, + "captureCountPoints": 0, + "thresholds": { + "99": 1 + }, + "marbles": 5, + "debug": false, + "blacklist": [], + "whitelist": [] +} \ No newline at end of file diff --git a/config/unchained/ivBooster.json b/config/unchained/ivBooster.json new file mode 100644 index 0000000..766ff1e --- /dev/null +++ b/config/unchained/ivBooster.json @@ -0,0 +1,15 @@ +{ + "koStreakPoints": 0, + "koCountPoints": 0, + "captureStreakPoints": 1, + "captureCountPoints": 0, + "thresholds": { + "5": 1, + "10": 2, + "20": 3, + "30": 4 + }, + "debug": false, + "blacklist": [], + "whitelist": [] +} \ No newline at end of file diff --git a/config/unchained/shinyBooster.json b/config/unchained/shinyBooster.json new file mode 100644 index 0000000..e567d65 --- /dev/null +++ b/config/unchained/shinyBooster.json @@ -0,0 +1,14 @@ +{ + "koStreakPoints": 1, + "koCountPoints": 0, + "captureStreakPoints": 0, + "captureCountPoints": 0, + "thresholds": { + "100": 1, + "300": 2, + "500": 3 + }, + "debug": false, + "blacklist": [], + "whitelist": [] +} \ No newline at end of file diff --git a/config/veinmining-client.toml b/config/veinmining-client.toml new file mode 100644 index 0000000..b7f804a --- /dev/null +++ b/config/veinmining-client.toml @@ -0,0 +1,14 @@ +#If maxBlocksBase from veinmining-server.toml is 0, determines how to activate vein mining. +#IMPORTANT: When using the "HOLD_KEY_DOWN" setting, remember to set a keybinding by going to Options > Controls > Key Binds. +#Allowed Values: STANDING, CROUCHING, HOLD_KEY_DOWN +activationState = "STANDING" +#If maxBlocksBase from veinmining-server.toml is greater than 0, determines how to activate vein mining. +#IMPORTANT: When using the "HOLD_KEY_DOWN" setting, remember to set a keybinding by going to Options > Controls > Key Binds. +#Allowed Values: STANDING, CROUCHING, HOLD_KEY_DOWN +activationStateWithoutEnchantment = "HOLD_KEY_DOWN" +#If enabled, users will be sent warnings about improper enchantment usage. +enableEnchantmentWarnings = true +#If enabled, instructions on how to vein mine will appear in the tooltip of enchanted items. +enableEnchantmentTooltips = true +#If enabled, instructions on how to vein mine will appear above the hotbar when switching to enchanted items. +enableEnchantmentNotifications = false diff --git a/config/veinmining-common.toml b/config/veinmining-common.toml new file mode 100644 index 0000000..1c54667 --- /dev/null +++ b/config/veinmining-common.toml @@ -0,0 +1,26 @@ +#The rarity of the enchantment. +#Allowed Values: COMMON, UNCOMMON, RARE, VERY_RARE +rarity = "RARE" +#The number of levels of the enchantment. +#Range: 1 ~ 5 +levels = 1 +#If enabled, the enchantment is considered a treasure enchantment. +isTreasure = false +#If enabled, the enchantment can be offered by villagers for trade. +isVillagerTrade = true +#If enabled, the enchantment can generate in loot. +isLootable = true +#If enabled, the enchantment can be applied at the enchantment table. +canApplyAtEnchantingTable = true +#If enabled, the enchantment can be applied on books. +canApplyOnBooks = true +#The minimum enchantability required for the first enchantment level. +#Range: 1 ~ 100 +minEnchantabilityBase = 15 +#The additional enchantability required for each enchantment level after the first. +#Range: 1 ~ 100 +minEnchantabilityPerLevel = 5 +#Enchantments that cannot be applied together with the enchantment. +incompatibleEnchantments = [] +#Items that the enchantment can be applied on. +itemsList = ["#c:axes", "#c:pickaxes", "#c:shovels", "#c:hoes"] diff --git a/config/veinmining-server.toml b/config/veinmining-server.toml new file mode 100644 index 0000000..1bb540c --- /dev/null +++ b/config/veinmining-server.toml @@ -0,0 +1,39 @@ +#The minimum destroy speed the used tool needs on the block to vein mine. +#Range: 0.0 ~ 100.0 +requiredDestroySpeed = 1.0 +#If enabled, vein mining will not activate if the used tool cannot harvest drops from the source block. +requireCorrectTool = false +#The maximum number of blocks to vein mine without the enchantment. +#Range: 0 ~ 1000 +maxBlocksBase = 0 +#The maximum number of blocks to vein mine per level of the enchantment. +#Range: 1 ~ 1000 +maxBlocksPerLevel = 50 +#If enabled, vein mining can mine diagonally. +diagonalMining = true +#If enabled, vein mining will stop when the tool can no longer be used. +limitedByDurability = true +#If enabled, vein mining will move drops from blocks to the source location. +relocateDrops = true +#If enabled, vein mining will never break tools. +preventToolDestruction = true +#If enabled, vein mining will damage the tool for each block mined. +addToolDamage = true +#The multiplier to tool damage from blocks that are vein mined. +#Range: 0 ~ 1000 +toolDamageMultiplier = 1 +#If enabled, vein mining will cause player exhaustion for each block mined. +addExhaustion = true +#The multiplier to player exhaustion from blocks that are vein mined. +#Range: 0.0 ~ 1000.0 +exhaustionMultiplier = 1.0 +#Determines the vein mineable blocks based on a preset option or a configured list. +#Allowed Values: CONFIG_LIST, ALL, ORES, ORES_LOGS, ORES_STONE, ORES_STONE_LOGS, NO_BLOCK_ENTITIES +blocks = "CONFIG_LIST" +#The blocks or block tags for vein mining if blocks is set to "CONFIG_LIST". +blocksList = ["#c:ores", "#forge:ores", "#minecraft:logs"] +#Determines if blocksList contains allowed blocks or denied blocks. +#Allowed Values: ALLOW, DENY +blocksListType = "ALLOW" +#The groups of blocks or block tags that are vein mined together. +groupsList = ["#c:adamantite_ores", "#c:aetherium_ores", "#c:aluminum_ores", "#c:amethyst_ores", "#c:antimony_ores", "#c:aquarium_ores", "#c:asterite_ores", "#c:banglum_ores", "#c:bauxite_ores", "#c:carmot_ores", "#c:certus_quartz_ores", "#c:cinnabar_ores", "#c:coal_ores", "#c:cobalt_ores", "#c:copper_ores", "#c:diamond_ores", "#c:emerald_ores", "#c:galaxium_ores", "#c:galena_ores", "#c:gold_ores,#minecraft:gold_ores", "#c:iridium_ores", "#c:iron_ores", "#c:kyber_ores", "#c:lapis_ores", "#c:lead_ores", "#c:lunum_ores", "#c:lutetium_ores", "#c:manganese_ores", "#c:metite_ores", "#c:mythril_ores", "#c:nickel_ores", "#c:orichalcum_ores", "#c:osmium_ores", "#c:palladium_ores", "#c:peridot_ores", "#c:platinum_ores", "#c:prometheum_ores", "#c:pyrite_ores", "#c:quadrillum_ores", "#c:quartz_ores", "#c:redstone_ores", "#c:ruby_ores", "#c:runite_ores", "#c:salt_ores", "#c:sapphire_ores", "#c:sheldonite_ores", "#c:silver_ores", "#c:sodalite_ores", "#c:sphalerite_ores", "#c:starrite_ores", "#c:stellum_ores", "#c:stormyx_ores", "#c:sulfur_ores", "#c:tantalite_ores", "#c:tin_ores", "#c:titanium_ores", "#c:topaz_ores", "#c:truesilver_ores", "#c:tungsten_ores", "#c:unobtainium_ores", "#c:ur_ores", "#c:uranium_ores", "#c:vermiculite_ores", "#c:zinc_ores"] diff --git a/config/waila/blacklist.json5 b/config/waila/blacklist.json5 new file mode 100644 index 0000000..044d3be --- /dev/null +++ b/config/waila/blacklist.json5 @@ -0,0 +1,48 @@ +// Run `/waila reload` to apply changes server-wide. +// Run `/wailac reload` to apply changes to only your client. +// +// Operators: +// @namespace - include objects based on their namespace location +// #tag - include objects based on data pack tags +// /regex/ - include objects based on regular expression +// default - include objects with specific ID +// +// An exclamation mark (!) prefix can be added which negates the pattern. +// Any entries matching previous rules will be removed from it. +// Can be combined with other rule to exclude what matches the rule. +// +// Example: +// @aether - include all block from the aether namespace +// #minecraft:planks - include all blocks in the planks tag +// /.*_ore/ - include all blocks that ends with "_ore" +// minecraft:iron_block - include only the iron block +// !/.*:oak_.*$/ - exclude all blocks that its path start with "oak_" +// +// The `#waila:blacklist` tag rule can not be removed +{ + blocks: [ + "minecraft:barrier", + "minecraft:structure_void", + "#waila:blacklist" + ], + blockEntityTypes: [ + "#waila:blacklist" + ], + entityTypes: [ + "minecraft:area_effect_cloud", + "minecraft:experience_orb", + "minecraft:fireball", + "minecraft:firework_rocket", + "minecraft:interaction", + "minecraft:snowball", + "#waila:blacklist" + ], + // + // The values below are used internally by WTHIT, you SHOULD NOT modify it! + configVersion: 0, + pluginHash: [ + 981800043, + 1449661236, + 2021915756 + ] +} \ No newline at end of file diff --git a/config/waila/category_entries.json5 b/config/waila/category_entries.json5 new file mode 100644 index 0000000..be3d483 --- /dev/null +++ b/config/waila/category_entries.json5 @@ -0,0 +1,34 @@ +// This config controls the category entries collapsed state. +// You shouldn't edit this config by hand. +{ + "config.waila.general": false, + "config.waila.overlay": false, + "config.waila.formatting": false, + "config.waila.keybinds": false, + "config.waila.plugin_waila": false, + "config.waila.plugin_harvest": false, + "config.waila.plugin_minecraft": false, + "config.waila.plugin_minecraft.block": false, + "config.waila.plugin_minecraft.entity": false, + "config.waila.plugin_minecraft.pet": false, + "config.waila.plugin_minecraft.horse": false, + "config.waila.plugin_minecraft.panda": false, + "config.waila.plugin_minecraft.bee": false, + "config.waila.plugin_minecraft.effect": false, + "config.waila.plugin_minecraft.jukebox": false, + "config.waila.plugin_minecraft.timer": false, + "config.waila.plugin_minecraft.override": false, + "config.waila.plugin_minecraft.breaking_progress": false, + "config.waila.plugin_minecraft.spawner": false, + "config.waila.plugin_minecraft.plant": false, + "config.waila.plugin_minecraft.redstone": false, + "config.waila.plugin_minecraft.player_head": false, + "config.waila.plugin_minecraft.level": false, + "config.waila.plugin_minecraft.note_block": false, + "config.waila.plugin_minecraft.book": false, + "config.waila.plugin_wailax": false, + "config.waila.plugin_wailax.energy": false, + "config.waila.plugin_wailax.fluid": false, + "config.waila.plugin_wailax.progress": false, + "config.waila.plugin_wailax.item": false +} \ No newline at end of file diff --git a/config/waila/debug.json5 b/config/waila/debug.json5 new file mode 100644 index 0000000..adeed56 --- /dev/null +++ b/config/waila/debug.json5 @@ -0,0 +1,5 @@ +// Debug options, restart the game to apply +{ + // Show test plugin on plugin toggle screen + showTestPluginToggle: false +} \ No newline at end of file diff --git a/config/waila/extra/energy_blacklist.json5 b/config/waila/extra/energy_blacklist.json5 new file mode 100644 index 0000000..0f7de56 --- /dev/null +++ b/config/waila/extra/energy_blacklist.json5 @@ -0,0 +1,32 @@ +// Run `/waila reload` to apply changes server-wide. +// Run `/wailac reload` to apply changes to only your client. +// +// Operators: +// @namespace - include objects based on their namespace location +// #tag - include objects based on data pack tags +// /regex/ - include objects based on regular expression +// default - include objects with specific ID +// +// An exclamation mark (!) prefix can be added which negates the pattern. +// Any entries matching previous rules will be removed from it. +// Can be combined with other rule to exclude what matches the rule. +// +// Example: +// @aether - include all block from the aether namespace +// #minecraft:planks - include all blocks in the planks tag +// /.*_ore/ - include all blocks that ends with "_ore" +// minecraft:iron_block - include only the iron block +// !/.*:oak_.*$/ - exclude all blocks that its path start with "oak_" +// +// The #waila:extra/energy_blacklist tag rule can not be removed +{ + blocks: [ + "#waila:extra/energy_blacklist" + ], + blockEntityTypes: [ + "#waila:extra/energy_blacklist" + ], + entityTypes: [ + "#waila:extra/energy_blacklist" + ] +} \ No newline at end of file diff --git a/config/waila/extra/fluid_blacklist.json5 b/config/waila/extra/fluid_blacklist.json5 new file mode 100644 index 0000000..844c2c8 --- /dev/null +++ b/config/waila/extra/fluid_blacklist.json5 @@ -0,0 +1,32 @@ +// Run `/waila reload` to apply changes server-wide. +// Run `/wailac reload` to apply changes to only your client. +// +// Operators: +// @namespace - include objects based on their namespace location +// #tag - include objects based on data pack tags +// /regex/ - include objects based on regular expression +// default - include objects with specific ID +// +// An exclamation mark (!) prefix can be added which negates the pattern. +// Any entries matching previous rules will be removed from it. +// Can be combined with other rule to exclude what matches the rule. +// +// Example: +// @aether - include all block from the aether namespace +// #minecraft:planks - include all blocks in the planks tag +// /.*_ore/ - include all blocks that ends with "_ore" +// minecraft:iron_block - include only the iron block +// !/.*:oak_.*$/ - exclude all blocks that its path start with "oak_" +// +// The #waila:extra/fluid_blacklist tag rule can not be removed +{ + blocks: [ + "#waila:extra/fluid_blacklist" + ], + blockEntityTypes: [ + "#waila:extra/fluid_blacklist" + ], + entityTypes: [ + "#waila:extra/fluid_blacklist" + ] +} \ No newline at end of file diff --git a/config/waila/extra/item_blacklist.json5 b/config/waila/extra/item_blacklist.json5 new file mode 100644 index 0000000..2abc63b --- /dev/null +++ b/config/waila/extra/item_blacklist.json5 @@ -0,0 +1,32 @@ +// Run `/waila reload` to apply changes server-wide. +// Run `/wailac reload` to apply changes to only your client. +// +// Operators: +// @namespace - include objects based on their namespace location +// #tag - include objects based on data pack tags +// /regex/ - include objects based on regular expression +// default - include objects with specific ID +// +// An exclamation mark (!) prefix can be added which negates the pattern. +// Any entries matching previous rules will be removed from it. +// Can be combined with other rule to exclude what matches the rule. +// +// Example: +// @aether - include all block from the aether namespace +// #minecraft:planks - include all blocks in the planks tag +// /.*_ore/ - include all blocks that ends with "_ore" +// minecraft:iron_block - include only the iron block +// !/.*:oak_.*$/ - exclude all blocks that its path start with "oak_" +// +// The #waila:extra/item_blacklist tag rule can not be removed +{ + blocks: [ + "#waila:extra/item_blacklist" + ], + blockEntityTypes: [ + "#waila:extra/item_blacklist" + ], + entityTypes: [ + "#waila:extra/item_blacklist" + ] +} \ No newline at end of file diff --git a/config/waila/extra/progress_blacklist.json5 b/config/waila/extra/progress_blacklist.json5 new file mode 100644 index 0000000..84a218d --- /dev/null +++ b/config/waila/extra/progress_blacklist.json5 @@ -0,0 +1,32 @@ +// Run `/waila reload` to apply changes server-wide. +// Run `/wailac reload` to apply changes to only your client. +// +// Operators: +// @namespace - include objects based on their namespace location +// #tag - include objects based on data pack tags +// /regex/ - include objects based on regular expression +// default - include objects with specific ID +// +// An exclamation mark (!) prefix can be added which negates the pattern. +// Any entries matching previous rules will be removed from it. +// Can be combined with other rule to exclude what matches the rule. +// +// Example: +// @aether - include all block from the aether namespace +// #minecraft:planks - include all blocks in the planks tag +// /.*_ore/ - include all blocks that ends with "_ore" +// minecraft:iron_block - include only the iron block +// !/.*:oak_.*$/ - exclude all blocks that its path start with "oak_" +// +// The #waila:extra/progress_blacklist tag rule can not be removed +{ + blocks: [ + "#waila:extra/progress_blacklist" + ], + blockEntityTypes: [ + "#waila:extra/progress_blacklist" + ], + entityTypes: [ + "#waila:extra/progress_blacklist" + ] +} \ No newline at end of file diff --git a/config/waila/plugin_toggle.json5 b/config/waila/plugin_toggle.json5 new file mode 100644 index 0000000..ebf7e34 --- /dev/null +++ b/config/waila/plugin_toggle.json5 @@ -0,0 +1,14 @@ +{ + "waila:core": true, + "waila:vanilla": true, + "waila:harvest": true, + "waila:extra": true, + "waila:quilt": true, + "waila:test": false, + "waystones:plugin": true, + "waystones:wthit": true, + "waila:fabric": true, + "biomeswevegone:plugin": true, + "cookingforblockheads:wthit": true, + "waila:team_reborn_energy": true +} \ No newline at end of file diff --git a/config/waila/waila.json5 b/config/waila/waila.json5 new file mode 100644 index 0000000..4127f6d --- /dev/null +++ b/config/waila/waila.json5 @@ -0,0 +1,111 @@ +{ + general: { + // Display Tooltip + // Collect data and render the tooltip + // Default value: [true] + displayTooltip: true, + // Sneaky Details + // Body text is hidden unless sneaking + // Default value: [false] + shiftForDetails: true, + // Hide Sneak Text + // Hide "Sneak for details" text when sneaky details is enabled + // Default value: [false] + hideShiftText: true, + // Display Mode + // Tooltip display behavior + // Toggle: Display keybind will toggle it on and off + // Maintained: Display keybind must be held + // Default value: [TOGGLE] + // Available values: [HOLD_KEY, TOGGLE] + displayMode: "TOGGLE", + // Hide from Player List + // Hide tooltip while the player list is open + // Default value: [true] + hideFromPlayerList: true, + // Hide from Debug + // Hide the tooltip while the debug menu is open + // Default value: [true] + hideFromDebug: true, + // Enable TTS + // Read out block and entity names with the system's text to speech processor + // Default value: [false] + enableTextToSpeech: false, + // Rate Limit + // How many milliseconds the delay between each server request + // Must be at least 250ms + // Default value: [250] + rateLimit: 250 + }, + overlay: { + position: { + align: { + // Default value: [CENTER] + // Available values: [LEFT, CENTER, RIGHT] + x: "CENTER", + // Default value: [TOP] + // Available values: [TOP, MIDDLE, BOTTOM] + y: "TOP" + }, + anchor: { + // Default value: [CENTER] + // Available values: [LEFT, CENTER, RIGHT] + x: "CENTER", + // Default value: [TOP] + // Available values: [TOP, MIDDLE, BOTTOM] + y: "TOP" + }, + // X Offset + // X position relative from screen anchor + // Position is affected by scale + // Default value: [0] + x: 0, + // Y Offset + // Y position relative from screen anchor + // Position is affected by scale + // Default value: [0] + y: 5, + // Boss Bars Overlap + // If set to false, the tooltip will move down if there are boss bars visible + // Only affect top-center alignment + // Default value: [false] + bossBarsOverlap: false + }, + color: { + // Background Alpha + // Default value: [204] + backgroundAlpha: 0, + // Custom Themes + themes: [], + // Theme + // Default value: [waila:vanilla] + activeTheme: "waila:vanilla" + }, + // Scale + // How big the tooltip is + // 1.0 is the default + // Default value: [1.0] + scale: 0.6, + // Overlay FPS + // Lowering the overlay FPS might improve the overall game FPS + // Set to 0 to unlock + // Default value: [30] + fps: 30 + }, + // Text formatters + formatter: { + // Default value: [§9§o%s] + modName: "§9§o%s", + // Default value: [§f%s] + blockName: "§f%s", + // Default value: [§f%s] + fluidName: "§f%s", + // Default value: [§f%s] + entityName: "§f%s", + // Default value: [§8%s] + registryName: "§8%s" + }, + // Internal value, DO NOT TOUCH! + // Default value: [0] + configVersion: 1 +} \ No newline at end of file diff --git a/config/waila/waila_plugins.json5 b/config/waila/waila_plugins.json5 new file mode 100644 index 0000000..c132a17 --- /dev/null +++ b/config/waila/waila_plugins.json5 @@ -0,0 +1,301 @@ +{ + waila: { + // config.waila.plugin_waila.show_blocks + // json5.waila.config.default_value + show_blocks: true, + // config.waila.plugin_waila.show_fluids + // json5.waila.config.default_value + show_fluids: false, + // config.waila.plugin_waila.show_entities + // json5.waila.config.default_value + show_entities: false, + // config.waila.plugin_waila.show_icon + // json5.waila.config.default_value + show_icon: true, + // config.waila.plugin_waila.icon_position + // json5.waila.config.default_value + // json5.waila.config.available_values + icon_position: "MIDDLE", + // config.waila.plugin_waila.show_mod_name + // json5.waila.config.default_value + show_mod_name: true, + // config.waila.plugin_waila.show_item_mod_name + // json5.waila.config.default_value + show_item_mod_name: true, + // config.waila.plugin_waila.show_registry + // json5.waila.config.default_value + show_registry: false + }, + minecraft: { + // config.waila.plugin_minecraft.block.position + // json5.waila.config.default_value + "block.position": false, + // config.waila.plugin_minecraft.block.state + // json5.waila.config.default_value + "block.state": false, + // config.waila.plugin_minecraft.entity.item_entity + // json5.waila.config.plugin.merged + // json5.waila.config.default_value + "entity.item_entity": true, + // config.waila.plugin_minecraft.entity.position + // json5.waila.config.default_value + "entity.position": false, + // config.waila.plugin_minecraft.entity.health + // json5.waila.config.plugin.merged + // json5.waila.config.default_value + "entity.health": true, + // config.waila.plugin_minecraft.entity.absorption + // json5.waila.config.plugin.server_required + // json5.waila.config.default_value + "entity.absorption": true, + // config.waila.plugin_minecraft.entity.armor + // json5.waila.config.plugin.merged + // json5.waila.config.default_value + "entity.armor": true, + // config.waila.plugin_minecraft.entity.compact + // json5.waila.config.default_value + "entity.compact": true, + // config.waila.plugin_minecraft.entity.icon_per_line + // json5.waila.config.default_value + "entity.icon_per_line": 25, + // config.waila.plugin_minecraft.entity.long_health_max + // json5.waila.config.default_value + "entity.long_health_max": 100, + // config.waila.plugin_minecraft.entity.long_armor_max + // json5.waila.config.default_value + "entity.long_armor_max": 100, + // config.waila.plugin_minecraft.pet.owner + // json5.waila.config.plugin.server_required + // json5.waila.config.default_value + "pet.owner": true, + // config.waila.plugin_minecraft.pet.hide_unknown_owner + // json5.waila.config.default_value + "pet.hide_unknown_owner": false, + // config.waila.plugin_minecraft.horse.jump_height + // json5.waila.config.plugin.merged + // json5.waila.config.default_value + "horse.jump_height": true, + // config.waila.plugin_minecraft.horse.speed + // json5.waila.config.plugin.merged + // json5.waila.config.default_value + "horse.speed": true, + // config.waila.plugin_minecraft.panda.genes + // json5.waila.config.plugin.merged + // json5.waila.config.default_value + "panda.genes": true, + // config.waila.plugin_minecraft.bee.hive_pos + // json5.waila.config.plugin.server_required + // json5.waila.config.default_value + "bee.hive_pos": true, + // config.waila.plugin_minecraft.bee.hive_honey_level + // json5.waila.config.plugin.merged + // json5.waila.config.default_value + "bee.hive_honey_level": true, + // config.waila.plugin_minecraft.bee.hive_occupants + // json5.waila.config.plugin.server_required + // json5.waila.config.default_value + "bee.hive_occupants": true, + // config.waila.plugin_minecraft.effect.beacon + // json5.waila.config.plugin.server_required + // json5.waila.config.default_value + "effect.beacon": true, + // config.waila.plugin_minecraft.effect.mob + // json5.waila.config.plugin.server_required + // json5.waila.config.default_value + "effect.mob": true, + // config.waila.plugin_minecraft.effect.hidden_mob + // json5.waila.config.plugin.server_required + // json5.waila.config.default_value + "effect.hidden_mob": false, + // config.waila.plugin_minecraft.jukebox.record + // json5.waila.config.plugin.server_required + // json5.waila.config.default_value + "jukebox.record": true, + // config.waila.plugin_minecraft.timer.grow + // json5.waila.config.plugin.server_required + // json5.waila.config.default_value + "timer.grow": true, + // config.waila.plugin_minecraft.timer.breed + // json5.waila.config.plugin.server_required + // json5.waila.config.default_value + "timer.breed": true, + // config.waila.plugin_minecraft.override.invisible_entity + // json5.waila.config.plugin.merged + // json5.waila.config.default_value + "override.invisible_entity": true, + // config.waila.plugin_minecraft.override.trapped_chest + // json5.waila.config.plugin.merged + // json5.waila.config.default_value + "override.trapped_chest": true, + // config.waila.plugin_minecraft.override.powder_snow + // json5.waila.config.plugin.merged + // json5.waila.config.default_value + "override.powder_snow": true, + // config.waila.plugin_minecraft.override.infested + // json5.waila.config.plugin.merged + // json5.waila.config.default_value + "override.infested": true, + // config.waila.plugin_minecraft.override.vehicle + // json5.waila.config.default_value + "override.vehicle": true, + // config.waila.plugin_minecraft.breaking_progress.enabled + // json5.waila.config.plugin.merged + // json5.waila.config.default_value + "breaking_progress.enabled": true, + // config.waila.plugin_minecraft.breaking_progress.color + // json5.waila.config.default_value + "breaking_progress.color": -1426063361, + // config.waila.plugin_minecraft.breaking_progress.bottom_only + // json5.waila.config.default_value + "breaking_progress.bottom_only": false, + // config.waila.plugin_minecraft.spawner.type + // json5.waila.config.plugin.merged + // json5.waila.config.default_value + "spawner.type": true, + // config.waila.plugin_minecraft.plant.crop_progress + // json5.waila.config.plugin.merged + // json5.waila.config.default_value + "plant.crop_progress": true, + // config.waila.plugin_minecraft.plant.crop_growable + // json5.waila.config.plugin.merged + // json5.waila.config.default_value + "plant.crop_growable": true, + // config.waila.plugin_minecraft.plant.tree_growable + // json5.waila.config.plugin.merged + // json5.waila.config.default_value + "plant.tree_growable": true, + // config.waila.plugin_minecraft.redstone.lever + // json5.waila.config.plugin.merged + // json5.waila.config.default_value + "redstone.lever": true, + // config.waila.plugin_minecraft.redstone.repeater + // json5.waila.config.plugin.merged + // json5.waila.config.default_value + "redstone.repeater": true, + // config.waila.plugin_minecraft.redstone.comparator + // json5.waila.config.plugin.merged + // json5.waila.config.default_value + "redstone.comparator": true, + // config.waila.plugin_minecraft.redstone.level + // json5.waila.config.plugin.merged + // json5.waila.config.default_value + "redstone.level": true, + // config.waila.plugin_minecraft.player_head.name + // json5.waila.config.plugin.merged + // json5.waila.config.default_value + "player_head.name": true, + // config.waila.plugin_minecraft.level.composter + // json5.waila.config.plugin.merged + // json5.waila.config.default_value + "level.composter": true, + // config.waila.plugin_minecraft.note_block.type + // json5.waila.config.plugin.merged + // json5.waila.config.default_value + "note_block.type": true, + // config.waila.plugin_minecraft.note_block.note + // json5.waila.config.default_value + // json5.waila.config.available_values + "note_block.note": "SHARP", + // config.waila.plugin_minecraft.note_block.int_value + // json5.waila.config.default_value + "note_block.int_value": false, + // config.waila.plugin_minecraft.book.bookshelf + // json5.waila.config.plugin.server_required + // json5.waila.config.default_value + "book.bookshelf": true, + // config.waila.plugin_minecraft.book.enchantment + // json5.waila.config.default_value + // json5.waila.config.available_values + "book.enchantment": "CYCLE", + // config.waila.plugin_minecraft.book.enchantment_cycle_timing + // json5.waila.config.default_value + "book.enchantment_cycle_timing": 500, + // config.waila.plugin_minecraft.book.written + // json5.waila.config.default_value + "book.written": true + }, + harvest: { + // config.waila.plugin_harvest.enabled + // json5.waila.config.plugin.merged + // json5.waila.config.default_value + enabled: true, + // config.waila.plugin_harvest.display_mode + // json5.waila.config.default_value + // json5.waila.config.available_values + display_mode: "CLASSIC_MINIMAL", + // config.waila.plugin_harvest.creative + // json5.waila.config.default_value + creative: false + }, + wailax: { + // config.waila.plugin_wailax.energy.enabled_block + // json5.waila.config.plugin.server_required + // json5.waila.config.default_value + "energy.enabled_block": true, + // config.waila.plugin_wailax.energy.enabled_entity + // json5.waila.config.plugin.server_required + // json5.waila.config.default_value + "energy.enabled_entity": true, + // config.waila.plugin_wailax.energy.blacklist + // json5.waila.config.plugin.custom_file + // C:\Users\Brandon\curseforge\minecraft\Instances\Cobblemon Star Academy (2)\config\waila\extra\energy_blacklist.json5 + "energy.blacklist": null, + // config.waila.plugin_wailax.fluid.enabled_block + // json5.waila.config.plugin.server_required + // json5.waila.config.default_value + "fluid.enabled_block": true, + // config.waila.plugin_wailax.fluid.enabled_entity + // json5.waila.config.plugin.server_required + // json5.waila.config.default_value + "fluid.enabled_entity": true, + // config.waila.plugin_wailax.fluid.display_unit + // json5.waila.config.default_value + // json5.waila.config.available_values + "fluid.display_unit": "MILLIBUCKETS", + // config.waila.plugin_wailax.fluid.blacklist + // json5.waila.config.plugin.custom_file + // C:\Users\Brandon\curseforge\minecraft\Instances\Cobblemon Star Academy (2)\config\waila\extra\fluid_blacklist.json5 + "fluid.blacklist": null, + // config.waila.plugin_wailax.progress.enabled_block + // json5.waila.config.plugin.server_required + // json5.waila.config.default_value + "progress.enabled_block": true, + // config.waila.plugin_wailax.progress.enabled_entity + // json5.waila.config.plugin.server_required + // json5.waila.config.default_value + "progress.enabled_entity": true, + // config.waila.plugin_wailax.progress.blacklist + // json5.waila.config.plugin.custom_file + // C:\Users\Brandon\curseforge\minecraft\Instances\Cobblemon Star Academy (2)\config\waila\extra\progress_blacklist.json5 + "progress.blacklist": null, + // config.waila.plugin_wailax.item.enabled_block + // json5.waila.config.plugin.server_required + // json5.waila.config.default_value + "item.enabled_block": true, + // config.waila.plugin_wailax.item.enabled_entity + // json5.waila.config.plugin.server_required + // json5.waila.config.default_value + "item.enabled_entity": true, + // config.waila.plugin_wailax.item.nbt + // json5.waila.config.plugin.server_required + // json5.waila.config.default_value + "item.nbt": true, + // config.waila.plugin_wailax.item.display_mode + // json5.waila.config.default_value + // json5.waila.config.available_values + "item.display_mode": "DYNAMIC", + // config.waila.plugin_wailax.item.max_height + // json5.waila.config.default_value + "item.max_height": 3, + // config.waila.plugin_wailax.item.sort_by_count + // json5.waila.config.default_value + "item.sort_by_count": true, + // config.waila.plugin_wailax.item.grid_mode_scale + // json5.waila.config.default_value + "item.grid_mode_scale": 1.0, + // config.waila.plugin_wailax.item.blacklist + // json5.waila.config.plugin.custom_file + // C:\Users\Brandon\curseforge\minecraft\Instances\Cobblemon Star Academy (2)\config\waila\extra\item_blacklist.json5 + "item.blacklist": null + } +} \ No newline at end of file diff --git a/config/waystones-common.toml b/config/waystones-common.toml new file mode 100644 index 0000000..e8db990 --- /dev/null +++ b/config/waystones-common.toml @@ -0,0 +1,152 @@ +[client] + +# If enabled, the text overlay on waystones will no longer always render at full brightness. +disableTextGlow = false + +[compatibility] + +# If enabled, JourneyMap waypoints will be created for each activated waystone. +displayWaystonesOnJourneyMap = true + +# If enabled, JourneyMap waypoints will only be created if the mod 'JourneyMap Integration' is not installed +preferJourneyMapIntegration = true + +[cooldowns] + +# The multiplier applied to the cooldown when teleporting to a global waystone via inventory button or warp stone. +globalWaystoneCooldownMultiplier = 1.0 + +# The cooldown between usages of the inventory button in seconds. +inventoryButtonCooldown = 0 + +# The time in ticks it takes to use a scroll. This is the charge-up time when holding right-click. +scrollUseTime = 32 + +# The time in ticks that it takes to use a warp plate. This is the time the player has to stand on top for. +warpPlateUseTime = 20 + +# The cooldown between usages of the warp stone in seconds. This is bound to the player, not the item, so multiple warp stones share the same cooldown. +warpStoneCooldown = 0 + +# The time in ticks that it takes to use a warp stone. This is the charge-up time when holding right-click. +warpStoneUseTime = 32 + +[inventoryButton] + +# The y position of the warp button in the creative menu. +creativeWarpButtonX = 88 + +# The y position of the warp button in the creative menu. +creativeWarpButtonY = 33 + +# Set to 'NONE' for no inventory button. Set to 'NEAREST' for an inventory button that teleports to the nearest waystone. Set to 'ANY' for an inventory button that opens the waystone selection menu. Set to a waystone name for an inventory button that teleports to a specifically named waystone. +inventoryButton = "ANY" + +# The x position of the warp button in the inventory. +warpButtonX = 58 + +# The y position of the warp button in the inventory. +warpButtonY = 60 + +[restrictions] + +# Set to true if players should be able to teleport between waystones by simply right-clicking a waystone. +allowWaystoneToWaystoneTeleport = true + +# Set to 'ALLOW' to allow dimensional warp in general. Set to 'GLOBAL_ONLY' to restrict dimensional warp to global waystones. Set to 'DENY' to disallow all dimensional warps. +dimensionalWarp = "ALLOW" + +# List of dimensions that players are allowed to warp cross-dimension from and to. If left empty, all dimensions except those in dimensionalWarpDenyList are allowed. +dimensionalWarpAllowList = [ ] + +# List of dimensions that players are not allowed to warp cross-dimension from and to. Only used if dimensionalWarpAllowList is empty. +dimensionalWarpDenyList = [ ] + +# If enabled, waystones generated in worldgen are unbreakable. +generatedWaystonesUnbreakable = false + +# Set to false to allow non-creative players to make waystones globally activated for all players. +globalWaystoneSetupRequiresCreativeMode = true + +# List of leashed mobs that cannot be taken with you when teleporting +leashedDenyList = [ "minecraft:wither" ] + +# If enabled, only the owner of a waystone (the one who placed it) can rename it. +restrictRenameToOwner = true + +# If enabled, only creative players can place, edit or break waystones. This does NOT disable the crafting recipe. +restrictToCreative = false + +# If enabled, leashed mobs will be teleported with you +transportLeashed = true + +# Whether to take leashed mobs with you when teleporting between dimensions +transportLeashedDimensional = true + +[worldGen] + +# These names will be used for the PRESET name generation mode. See the nameGenerationMode option for more info. +customWaystoneNames = [] + +# List of dimensions that waystones are allowed to spawn in through world gen. If left empty, all dimensions except those in worldGenDimensionDenyList are used. +dimensionAllowList = [ "minecraft:overworld", "minecraft:the_nether", "minecraft:the_end" ] + +# List of dimensions that waystones are not allowed to spawn in through world gen. Only used if worldGenDimensionAllowList is empty. +dimensionDenyList = [ ] + +# Ensures that pretty much every village will have a waystone, by spawning it as early as possible. In addition, this means waystones will generally be located in the center of the village. +forceSpawnInVillages = true + +# Approximate chunk distance between waystones generated freely in world generation. Set to 0 to disable generation. +frequency = 0 + +# Set to 'PRESET_FIRST' to first use names from the custom names list. Set to 'PRESET_ONLY' to use only those custom names. Set to 'MIXED' to have some waystones use custom names, and others random names. +nameGenerationMode = "MIXED" + +# Set to true if waystones should be added to the generation of villages. Some villages may still spawn without a waystone. +spawnInVillages = true + +# Set to 'DEFAULT' to only generate the normally textured waystones. Set to 'MOSSY' or 'SANDY' to generate all as that variant. Set to 'BIOME' to make the style depend on the biome it is generated in. +worldGenStyle = "BIOME" + +[xpCost] + +# The amount of blocks per xp level requirement. If set to 500, the base xp cost for travelling 1000 blocks will be 2 levels. +blocksPerXpLevel = 0 + +# The base xp level cost when travelling between dimensions. Ignores block distance. +dimensionalWarpXpCost = 0 + +# The multiplier applied to the base xp cost when teleporting to a global waystone through any method. +globalWaystoneXpCostMultiplier = 0.0 + +# The multiplier applied to the base xp cost when teleporting via the inventory button. +inventoryButtonXpCostMultiplier = 0.0 + +# Set to true if experience cost should be inverted, meaning the shorter the distance, the more expensive. Can be used to encourage other methods for short-distance travel. +inverseXpCost = false + +# The maximum base xp cost (may be exceeded by multipliers defined below), set to 0 to disable all distance-based XP costs +maximumBaseXpCost = 0.0 + +# The minimum base xp cost (may be subceeded by multipliers defined below) +minimumBaseXpCost = 0.0 + +# The multiplier applied to the base xp cost when teleporting from a portstone. +portstoneXpCostMultiplier = 0.0 + +# The multiplier applied to the base xp cost when teleporting from one sharestone to another. +sharestoneXpCostMultiplier = 0.0 + +# The multiplier applied to the base xp cost when teleporting from one warp plate to another. +warpPlateXpCostMultiplier = 0.0 + +# The multiplier applied to the base xp cost when teleporting using a Warp Stone item (not the Waystone block, Konstantin) +warpStoneXpCostMultiplier = 0.0 + +# The multiplier applied to the base xp cost when teleporting from one waystone to another. +waystoneXpCostMultiplier = 0.0 + +# How much xp is needed per leashed animal to travel with you +xpCostPerLeashed = 0 + diff --git a/config/wherearemytms.json b/config/wherearemytms.json new file mode 100644 index 0000000..4a8a41f --- /dev/null +++ b/config/wherearemytms.json @@ -0,0 +1,4 @@ +{ + "allowTutorMoves": false, + "allowEggMoves": false +} \ No newline at end of file diff --git a/config/worldedit/.archive-unpack/2e1dd752/.unpack_finished b/config/worldedit/.archive-unpack/2e1dd752/.unpack_finished new file mode 100644 index 0000000..e69de29 diff --git a/config/worldedit/.archive-unpack/2e1dd752/af/strings.json b/config/worldedit/.archive-unpack/2e1dd752/af/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/af/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/ar/strings.json b/config/worldedit/.archive-unpack/2e1dd752/ar/strings.json new file mode 100644 index 0000000..ba1a421 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/ar/strings.json @@ -0,0 +1,45 @@ +{ + "worldedit.expand.description.vert": "ŘŞŮسيع الاختيار عمŮدياً إلى Ř­ŘŻŮŘŻ العالم.", + "worldedit.expand.expanded": "ŘŞŮسيع المنطقة {0} بلŮŮات", + "worldedit.expand.expanded.vert": "المنطقة Ů…Ůسعة {0} بلŮŮات (من الأعلى إلى الأسŮŮ„).", + "worldedit.biomeinfo.lineofsight": "المناطق الحيŮŮŠŘ© عند خط نقطة النظر: {0}", + "worldedit.biomeinfo.position": "المناطق الحيŮŮŠŘ© ŮŮŠ Ů…ŮŮ‚ŘąŮ: {0}", + "worldedit.biomeinfo.selection": "المناطق الحيŮŮŠŘ© ŮŮŠ إختيارŮ: {0}", + "worldedit.brush.radius-too-large": "الحد الأقصى المسمŮŘ­ به Ů„Ů„Ůرشاة: {0}", + "worldedit.brush.apply.description": "تطبيق الŮرشاة، تطبيق دالة على ŮŮ„ بلŮŮŘ©", + "worldedit.brush.apply.radius": "حجم الŮرشاة", + "worldedit.brush.apply.shape": "Ř´ŮŮ„ المنطقة", + "worldedit.brush.apply.type": "نŮŘą الŮرشاة المراد استخدامها", + "worldedit.brush.apply.item.warning": "هذه الŮرشاة تحاŮŮŠ استخدامات العنصر. Ů‚ŘŻ لا تعمل تأثيراته على جميع المنصات، Ů‚ŘŻ لا ŘŞŮŮن غير قابلة للتطبيق، ŮŮ‚ŘŻ تسبب ŘŞŮاعلات غريبة Ů…Řą المŮدات/البلŮقنات الأخرى. استخدمها على مسؤŮليت٠الخاصة.", + "worldedit.brush.paint.description": "Ůرشاة الطلاء ŘŚ تطبيق دالة على السطح", + "worldedit.brush.paint.size": "حجم الŮرشاة", + "worldedit.brush.paint.shape": "Ř´ŮŮ„ المنطقة", + "worldedit.brush.paint.density": "ŮثاŮŘ© الŮرشاة", + "worldedit.brush.paint.type": "نŮŘą الŮرشاة المراد استخدامها", + "worldedit.brush.paint.item.warning": "هذه الŮرشاة تحاŮŮŠ استخدامات العنصر. Ů‚ŘŻ لا تعمل تأثيراته على جميع المنصات، Ů‚ŘŻ لا ŘŞŮŮن غير قابلة للتطبيق، ŮŮ‚ŘŻ تسبب ŘŞŮاعلات غريبة Ů…Řą المŮدات/البلŮقنات الأخرى. استخدمها على مسؤŮليت٠الخاصة.", + "worldedit.brush.sphere.equip": "Ř´ŮŮ„ Ůرشاة الŮرة مجهز ({0}).", + "worldedit.brush.cylinder.equip": "Ř´ŮŮ„ Ůرشاة الأسطŮرة مجهز ({0} بŮاسطة {1}).", + "worldedit.brush.clipboard.equip": "Ř´ŮŮ„ Ůرشاة الحاŮظة مجهز.", + "worldedit.brush.smooth.equip": "Ůرشاة سلسة مجهزة ({0} x {1}x باستخدام {2}).", + "worldedit.brush.extinguish.equip": "مدمر مجهز ({0}).", + "worldedit.brush.gravity.equip": "Ůرشاة الجاذبية مجهزة ({0}).", + "worldedit.brush.butcher.equip": "Ůرشاة الجزار مجهزة ({0}).", + "worldedit.brush.operation.equip": "تعيين الŮرشاة إلى {0}.", + "worldedit.brush.none.equip": "Ůرشاة بدŮن ربط من العنصر الحالي الخاص بŮ.", + "worldedit.drawsel.disabled": "ŘŞŮ… تعطيل CUI الخادم.", + "worldedit.drawsel.disabled.already": "خادم CUI معطل بالŮعل.", + "worldedit.drawsel.enabled.already": "خادم CUI Ů…Ůعل بالŮعل.", + "worldedit.limit.too-high": "الحد الأقصى المسمŮŘ­ به ل٠ه٠{0}.", + "worldedit.limit.set": "ŘŞŮ… تعيين Ř­ŘŻ تغيير الŮŘŞŮ„Ř© إلى {0}.", + "worldedit.limit.return-to-default": "(استخدم //Ů…Ř­ŘŻŮŘŻ Ů„Ů„ŘąŮŘŻŘ© إلى الŮضع الاŮتراضي.)", + "worldedit.timeout.too-high": "الحد الأقصى المسمŮŘ­ به لدي٠ه٠{0}Ů…Ů„Ů„ŮŠ ثانية.", + "worldedit.timeout.return-to-default": " (استخدم /انتهاء الŮŮ‚ŘŞ Ů„Ů„ŘąŮŘŻŘ© إلى الŮضع الاŮتراضي.)", + "worldedit.fast.disabled": "الŮضع السريع معطل.", + "worldedit.fast.enabled": "الŮضع السريع Ů…Ůعل. الإضاءة ŮŮŠ القطع المتأثرة Ů‚ŘŻ ŘŞŮŮن خاطئة Ů/ŘŁŮ Ů‚ŘŻ تحتاج إلى العŮŘŻŘ© إلى الانضمام لرؤية التغييرات.", + "worldedit.fast.disabled.already": "الŮضع السريع معطل بالŮعل.", + "worldedit.fast.enabled.already": "الŮضع السريع Ů…Ůعل بالŮعل.", + "worldedit.reorder.current": "Ůضع إعادة الطلب ه٠{0}", + "worldedit.reorder.set": "Ůضع إعادة الطلب الآن {0}", + "worldedit.gmask.disabled": "القناع العالمي معطل.", + "worldedit.gmask.set": "Ůضع قناع عالمي." +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/ast/strings.json b/config/worldedit/.archive-unpack/2e1dd752/ast/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/ast/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/az/strings.json b/config/worldedit/.archive-unpack/2e1dd752/az/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/az/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/ba/strings.json b/config/worldedit/.archive-unpack/2e1dd752/ba/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/ba/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/be/strings.json b/config/worldedit/.archive-unpack/2e1dd752/be/strings.json new file mode 100644 index 0000000..03c38ad --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/be/strings.json @@ -0,0 +1,42 @@ +{ + "worldedit.expand.expanded": "Рэгіён паŃыраны на {0} блокаў", + "worldedit.biomeinfo.lineofsight": "Đ‘Ń–Ń‘ĐĽŃ‹ Ńž зоне бачнаŃці: {0}", + "worldedit.brush.apply.radius": "Памер пэндзля", + "worldedit.brush.apply.shape": "Форма рэгіёна", + "worldedit.brush.apply.type": "Тып пэндзля для выкарыŃтання", + "worldedit.brush.apply.item.warning": "Đ“ŃŤŃ‚Đ°ŃŹ пэндзаль Ń–ĐĽŃ–Ń‚Ńе выкарыŃтанне прадметаў. Яна можа працаваць не на ŃžŃŃ–Ń… платформах. Не Đ·Đ°ŃžŃŃ‘Đ´Ń‹ можна адмяніць. Дрэнна ўзаемадзейнічае Đ· Ń–Đ˝ŃŃ‹ĐĽŃ– плагінамі/модамі. ВыкарыŃтоўвайце на Ńвой Ńтрах Ń– рызык.", + "worldedit.brush.paint.size": "Памер пэндзля", + "worldedit.brush.paint.shape": "Форма рэгіёна", + "worldedit.brush.paint.density": "ШчыльнаŃць пэндзля", + "worldedit.brush.paint.type": "Тып пэндзля для выкарыŃтання", + "worldedit.brush.paint.item.warning": "Đ“ŃŤŃ‚Đ°ŃŹ пэндзаль Ń–ĐĽŃ–Ń‚Ńе выкарыŃтанне прадметаў. Яна можа працаваць не на ŃžŃŃ–Ń… платформах. Не Đ·Đ°ŃžŃŃ‘Đ´Ń‹ можна адмяніць. Дрэнна ўзаемадзейнічае Đ· Ń–Đ˝ŃŃ‹ĐĽŃ– плагінамі/модамі. ВыкарыŃтоўвайце на Ńвой Ńтрах Ń– рызык.", + "worldedit.drawsel.disabled": "Сервер CUI адключаны.", + "worldedit.drawsel.disabled.already": "CUI Ńервера ўжо адключаны.", + "worldedit.drawsel.enabled.already": "CUI Ńервера ўжо ўключаны.", + "worldedit.timeout.return-to-default": " (ВыкарыŃтайце // timeout, каб вярнŃць значэнне па змаўчанні.)", + "worldedit.fast.disabled": "ĐĄŃткі рэжым адключаны.", + "worldedit.gmask.disabled": "Глабальная ĐĽĐ°Ńка адключаная.", + "worldedit.gmask.set": "Глабальная ĐĽĐ°Ńка ŃžŃталяваная.", + "worldedit.searchitem.searching": "(Пачакайце... ŃŃкаем прадметы.)", + "worldedit.undo.none": "Няма чаго адмяніць.", + "worldedit.redo.none": "Ничога не Đ·Đ°ŃталоŃŃŹ для выпраўлення.", + "worldedit.clearhistory.cleared": "Đ“Ń–Ńторыя выдалена.", + "worldedit.restore.not-available": "Đ“ŃŤŃ‚Ń‹ ŃнапŃот не Ń–ŃĐ˝Ńе альбо не Đ´Đ°ŃŃ‚Ńпны.", + "worldedit.restore.none-for-world": "СнапŃоты не былі знойдзеныя для гэтага Ńвета.", + "worldedit.restore.none-found": "СнапŃоты не знойдзены.", + "worldedit.schematic.delete.deleted": "{0} быў выдалены.", + "worldedit.pos.already-set": "Пазіцыя ўжо вызначана.", + "worldedit.hpos.already-set": "Пазіцыя ўжо вызначана.", + "worldedit.wand.selwand.info": "ЛКМ: вызначыць пазіцыю #1; ПКМ: вызначыць пазіцыю #2", + "worldedit.shift.shifted": "Đ’Ń‹Đ»Ńчаная воблаŃць ŃŃŃĐ˝ŃŃ‚Đ°.", + "worldedit.outset.outset": "Đ’Ń‹Đ»Ńчаная воблаŃць паŃырана.", + "worldedit.select.cleared": "Выдзяленне вычыŃчана.", + "worldedit.select.extend.description": "Рэжым Ń…Ńткага Đ˛Ń‹Đ±Đ°Ń€Ń ĐşŃбойда", + "worldedit.move.moved": "{0} блок(Đ°Ńž) перамеŃчана.", + "worldedit.version.version": "WorldEdit верŃŃ–ŃŹ {0}", + "worldedit.operation.affected.biome": "{0} біём(Đ°Ńž) закранŃŃ‚Đ°", + "worldedit.operation.affected.block": "{0} блок(Đ°Ńž) закранŃŃ‚Đ°", + "worldedit.selection.convex.info.triangles": "ТрыкŃтнікі: {0}", + "worldedit.cli.stopping": "Спыненне!", + "worldedit.cli.unknown-command": "Невядомы загад!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/bg/strings.json b/config/worldedit/.archive-unpack/2e1dd752/bg/strings.json new file mode 100644 index 0000000..7c17053 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/bg/strings.json @@ -0,0 +1,53 @@ +{ + "worldedit.clearhistory.cleared": "ĐŃторията е изчиŃтена.", + "worldedit.restore.block-place-error": "ПоŃледна греŃка: {0}", + "worldedit.schematic.delete.failed": "НеŃŃпеŃно изтриване на {0}! Файлът ŃĐ°ĐĽĐľ Đ·Đ° четене ли е?", + "worldedit.size.type": "Вид: {0}", + "worldedit.size.size": "Големина: {0}", + "worldedit.size.distance": "Đ Đ°Đ·Ńтояние на ĐşŃбоида: {0}", + "worldedit.size.blocks": "Брой блокове: {0}", + "worldedit.count.counted": "Преброено: {0}", + "worldedit.distr.no-blocks": "Няма преброени блокове.", + "worldedit.distr.total": "Общ брой блокове: {0}", + "worldedit.select.cleared": "Đзбраното е изчиŃтено.", + "worldedit.select.cuboid.description": "Đзберете два ъгъла на ĐşŃбоида", + "worldedit.select.poly.limit-message": "{0} точки ĐĽĐ°ĐşŃимŃĐĽ.", + "worldedit.select.poly.description": "Đзберете двŃмерен многоъгълник Ń Đ˛Đ¸Ńочина", + "worldedit.select.ellipsoid.description": "Đзберете елипŃоид", + "worldedit.select.sphere.description": "Đзберете Ńфера", + "worldedit.select.cyl.description": "Đзберете цилиндър", + "worldedit.select.convex.limit-message": "{0} точки ĐĽĐ°ĐşŃимŃĐĽ.", + "worldedit.chunkinfo.chunk": "Чънк: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Стар формат: {0}", + "worldedit.clearclipboard.cleared": "Đ‘Ńферната памет е изчиŃтена.", + "worldedit.set.done": "Операцията завърŃи.", + "worldedit.set.done.verbose": "Операцията завърŃи ({0}).", + "worldedit.regen.regenerated": "ОблаŃŃ‚Ń‚Đ° е регенерирана.", + "worldedit.forest.created": "{0} дървета ŃĐ° Ńътворени.", + "worldedit.flora.created": "{0} раŃтения ŃĐ° Ńътворени.", + "worldedit.forestgen.created": "{0} дървета ŃĐ° Ńътворени.", + "worldedit.reload.config": "КонфигŃрирането е презаредено!", + "worldedit.timezone.invalid": "НедейŃтвителен чаŃови пояŃ", + "worldedit.version.version": "ВерŃия на WorldEdit {0}", + "worldedit.tool.deltree.not-tree": "Това не е дърво.", + "worldedit.tool.deltree.not-floating": "Това не е плаващо дърво.", + "worldedit.tool.tree.obstructed": "Дървото не може Đ´Đ° бъде Ń‚Đ°ĐĽ.", + "worldedit.tool.info.internalid.hover": "ВътреŃен ид.â„–", + "worldedit.script.read-error": "ГреŃка при четене на Ńкрипта: {0}", + "worldedit.script.unsupported": "Поддържат Ńе ŃĐ°ĐĽĐľ Ńкриптове Ń Ń€Đ°Đ·Ńирение .js", + "worldedit.script.file-not-found": "Скриптът не ŃъщеŃтвŃва: {0}", + "worldedit.selection.convex.info.vertices": "Върхове: {0}", + "worldedit.selection.convex.info.triangles": "Триъгълници: {0}", + "worldedit.selection.ellipsoid.info.center": "Център: {0}", + "worldedit.selection.cylinder.info.center": "Център: {0}", + "worldedit.selection.cylinder.info.radius": "РадиŃŃ: {0}", + "worldedit.selection.polygon2d.info": "# точки: {0}", + "worldedit.selection.polygon2d.explain.primary": "Започване на нов многоъгълник в {0}.", + "worldedit.sideeffect.lighting": "ĐžŃветление", + "worldedit.sideeffect.neighbors": "СъŃеди", + "worldedit.sideeffect.validation": "Валидиране", + "worldedit.sideeffect.state.on": "Вкл.", + "worldedit.sideeffect.state.off": "Đзкл.", + "worldedit.sideeffect.box.current": "ТекŃщо", + "worldedit.cli.unknown-command": "Непозната команда!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/br-FR/strings.json b/config/worldedit/.archive-unpack/2e1dd752/br-FR/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/br-FR/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/brb/strings.json b/config/worldedit/.archive-unpack/2e1dd752/brb/strings.json new file mode 100644 index 0000000..d56af3a --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/brb/strings.json @@ -0,0 +1,404 @@ +{ + "worldedit.expand.description.vert": "Vergroot de verticale selectie tot de wereldgrenzen.", + "worldedit.expand.expanded": "Regio uitgebreid met {0} blokken", + "worldedit.expand.expanded.vert": "Regio uitgebreid met {0} blokken (van boven tot beneden).", + "worldedit.biomeinfo.lineofsight": "Biomes aan het aanzicht punt: {0}", + "worldedit.biomeinfo.position": "Biomes op uw positie: {0}", + "worldedit.biomeinfo.selection": "Biomes in je selectie: {0}", + "worldedit.brush.radius-too-large": "Maximaal toegestane brush radius: {0}", + "worldedit.brush.apply.description": "Pas brush toe, pas een functie toe op elk blok", + "worldedit.brush.apply.radius": "De grootte van de brush", + "worldedit.brush.apply.shape": "De vorm van het gebied", + "worldedit.brush.apply.type": "Type brush om te gebruiken", + "worldedit.brush.apply.item.warning": "Deze brush simuleert voorwerpgebruik. De effecten werken mogelijk niet op alle platforms, zijn mogelijk niet ongedaan te maken en kunnen vreemde interacties veroorzaken met andere mods/plugins. Gebruik op eigen risico.", + "worldedit.brush.paint.description": "Verf brush, voeg een functie toe op een oppervlak", + "worldedit.brush.paint.size": "De grootte van de brush", + "worldedit.brush.paint.shape": "De vorm van het gebied", + "worldedit.brush.paint.density": "De dichtheid van de brush", + "worldedit.brush.paint.type": "Type brush om te gebruiken", + "worldedit.brush.paint.item.warning": "Deze brush simuleert voorwerpgebruik. De effecten werken mogelijk niet op alle platforms, zijn mogelijk niet ongedaan te maken en kunnen vreemde interacties veroorzaken met andere mods/plugins. Gebruik op eigen risico.", + "worldedit.brush.sphere.equip": "Bol brush vorm geselecteerd ({0}).", + "worldedit.brush.cylinder.equip": "Cilinder brush vorm geselecteerd ({0} bij {1}).", + "worldedit.brush.clipboard.equip": "Klembord brush vorm geselecteerd.", + "worldedit.brush.smooth.equip": "Verzachtingskwast geactiveerd ({0} x {1}x met {2}).", + "worldedit.brush.extinguish.equip": "Brandblusser geactiveerd ({0}).", + "worldedit.brush.gravity.equip": "Zwaartekrachtkwast geactiveerd ({0}).", + "worldedit.brush.butcher.equip": "Slagerskwast geactiveerd ({0}).", + "worldedit.brush.operation.equip": "Kwast ingesteld op {0}.", + "worldedit.brush.heightmap.equip": "Hoogtekaart kwast geactiveerd ({0}).", + "worldedit.brush.heightmap.unknown": "Onbekend hoogtekaart kwast {0}.", + "worldedit.brush.none.equip": "Kwast ontkoppeld van je huidige item.", + "worldedit.setbiome.changed": "Biomes werden ongeveer {0} blokken veranderd.", + "worldedit.setbiome.warning": "Je moet mogelijk opnieuw deelnemen aan je spel (of je wereld sluiten en heropenen) om veranderingen te zien.", + "worldedit.drawsel.disabled": "Server CUI uitgeschakeld.", + "worldedit.drawsel.disabled.already": "Server CUI is al uitgeschakeld.", + "worldedit.drawsel.enabled.already": "Server CUI is al ingeschakeld.", + "worldedit.limit.too-high": "Uw maximaal toegestaande limiet is {0}.", + "worldedit.limit.set": "Blok wijzigingslimiet is ingesteld op {0}.", + "worldedit.limit.return-to-default": "(Gebruik //limit om terug te gaan naar de standaard.)", + "worldedit.timeout.too-high": "Uw maximaal toegestane time-out is {0}ms.", + "worldedit.timeout.set": "Time-out tijd ingesteld op {0}ms.", + "worldedit.timeout.return-to-default": " (Gebruik //timeout om terug te gaan naar de standaard.)", + "worldedit.fast.disabled": "Snelle modus uitgeschakeld.", + "worldedit.fast.enabled": "Snelle modus ingeschakeld. Verlichting in de betreffende chunks kan verkeerd zijn en/of u moet mogelijk opnieuw inloggen om wijzigingen te zien.", + "worldedit.fast.disabled.already": "Snelle modus is al uitgeschakeld.", + "worldedit.fast.enabled.already": "Snelle modus is al ingeschakeld.", + "worldedit.perf.sideeffect.set": "Extra effect \"{0}\" ingesteld op {1}", + "worldedit.perf.sideeffect.get": "Side effect \"{0}\" is ingesteld op {1}", + "worldedit.perf.sideeffect.already-set": "Bijwerking \"{0}\" is al ingesteld op {1}", + "worldedit.perf.sideeffect.set-all": "Alle bijwerkeffecten ingesteld op {0}", + "worldedit.reorder.current": "De herordeningsmodus is {0}", + "worldedit.reorder.set": "De herordeningsmodus is nu {0}", + "worldedit.gmask.disabled": "Globaal masker uitgeschakeld.", + "worldedit.gmask.set": "Globaal masker ingesteld.", + "worldedit.toggleplace.pos1": "Nu plaatsen op pos #1.", + "worldedit.toggleplace.player": "Wordt nu geplaatst op het blok waar je bovenop staat.", + "worldedit.searchitem.too-short": "Geef een langere zoekopdracht op (lengte > 2).", + "worldedit.searchitem.either-b-or-i": "Je kunt de 'b'- en 'i'-vlaggen niet samen gebruiken.", + "worldedit.searchitem.searching": "(Een ogenblik geduld... zoeken tussen items.)", + "worldedit.watchdog.no-hook": "Kan niet communiceren met de waakhond van dit spelplatform.", + "worldedit.watchdog.active.already": "Waakhondcommunicatie is al actief.", + "worldedit.watchdog.inactive.already": "Waakhondcommunicatie is al inactief.", + "worldedit.watchdog.active": "Waakhondcommunicatie is nu geactiveerd.", + "worldedit.watchdog.inactive": "Waakhondcommunicatie is nu gedeactiveerd.", + "worldedit.world.remove": "Verwijderde wereld overschrijving.", + "worldedit.world.set": "Je bewerkt nu de wereld {0}. (Gebruik //world om weer de huidige wereld te bewerken.)", + "worldedit.undo.undone": "{0} bewerkingen ongedaan gemaakt.", + "worldedit.undo.none": "Niets meer om ongedaan te maken.", + "worldedit.redo.redone": "{0} bewerkingen herhaald.", + "worldedit.redo.none": "Niets meer om opnieuw te doen.", + "worldedit.clearhistory.cleared": "Geschiedenis gewist.", + "worldedit.raytrace.noblock": "Geen blok in zicht!", + "worldedit.restore.not-configured": "Snapshot/backup herstel is niet geconfigureerd.", + "worldedit.restore.not-available": "Die snapshot bestaat niet of is niet beschikbaar.", + "worldedit.restore.failed": "Fout bij laden van snapshot: {0}", + "worldedit.restore.loaded": "Snapshot '{0}' geladen; nu herstellen...", + "worldedit.restore.restored": "Teruggezet met {0} ontbrekende chunks en {1} andere fouten.", + "worldedit.restore.none-for-specific-world": "Geen snapshots gevonden voor de wereld '{0}'.", + "worldedit.restore.none-for-world": "Geen snapshots gevonden voor deze wereld.", + "worldedit.restore.none-found": "Geen snapshots gevonden.", + "worldedit.restore.none-found-console": "Geen snapshots gevonden. Zie de console voor meer informatie.", + "worldedit.restore.chunk-not-present": "Geen chunks gevonden in deze snapshot.", + "worldedit.restore.chunk-load-failed": "De chunks konden niet geladen worden. (Beschadigd archief?)", + "worldedit.restore.block-place-failed": "Door een fout konden geen blokken worden hersteld.", + "worldedit.restore.block-place-error": "Laatste fout: {0}", + "worldedit.snapshot.use.newest": "De nieuwste snapshot wordt nu gebruikt.", + "worldedit.snapshot.use": "Snapshot ingesteld op: {0}", + "worldedit.snapshot.none-before": "Kon geen snapshot vinden voor {0}.", + "worldedit.snapshot.none-after": "Kon geen snapshot vinden na {0}.", + "worldedit.snapshot.index-above-0": "Ongeldig nummer, de nummering begint bij 1.", + "worldedit.snapshot.index-oob": "Ongeldig nummer, je moet een nummer van 1 t/m {0} opgeven.", + "worldedit.schematic.unknown-format": "Onbekend schematic formaat: {0}.", + "worldedit.schematic.load.does-not-exist": "Schematic {0} bestaat niet!", + "worldedit.schematic.load.loading": "(Een ogenblik geduld... schematic wordt geladen.)", + "worldedit.schematic.load.still-loading": "(Een ogenblik geduld... de schema wordt nog steeds geladen.)", + "worldedit.schematic.save.already-exists": "Deze schematic bestaat al. Gebruik de -f vlag om deze te overschrijven.", + "worldedit.schematic.save.failed-directory": "Map voor schematics kon niet worden gemaakt!", + "worldedit.schematic.save.saving": "(Een ogenblik geduld... schematic opslaan.)", + "worldedit.schematic.save.still-saving": "(Een ogenblik geduld... schematic opslaan.)", + "worldedit.schematic.delete.does-not-exist": "Schematic {0} bestaat niet!", + "worldedit.schematic.delete.failed": "Verwijderen van {0} mislukt! Is het alleen-lezen?", + "worldedit.schematic.delete.deleted": "{0} is verwijderd.", + "worldedit.schematic.formats.title": "Beschikbare klembordformaten (Naam: termen)", + "worldedit.schematic.unsupported-minecraft-version": "Deze versie van WorldEdit ondersteunt uw Minecraft-versie niet. Schematics werken niet totdat dit is opgelost.", + "worldedit.pos.already-set": "Positie is al ingesteld.", + "worldedit.pos.console-require-coords": "De console moet verplicht coördinaten opgeven.", + "worldedit.hpos.no-block": "Geen blok in zicht!", + "worldedit.hpos.already-set": "Positie is al ingesteld.", + "worldedit.chunk.selected-multiple": "Chunks geselecteerd: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "Chunk geselecteerd: {0}, {1}, {2}", + "worldedit.wand.invalid": "Toverstokitem is verkeerd ingesteld of uitgezet.", + "worldedit.wand.selwand.info": "Linksklikken: positie #1; rechtsklikken: positie #2", + "worldedit.wand.navwand.info": "Linksklikken: springen naar locatie; rechtsklikken: door muren heengaan", + "worldedit.wand.selwand.now.tool": "De selectie-toverstok is nu normaal gereedschap. Je kan het uitzetten met {0} en opnieuw koppelen aan elk item met {1} of een nieuwe toverstaf krijgen met {2}.", + "worldedit.contract.contracted": "Regio met {0} blokken verkleind.", + "worldedit.shift.shifted": "Regio verlegd.", + "worldedit.outset.outset": "Uitlegvel van gebied.", + "worldedit.inset.inset": "Inlegvel van gebied.", + "worldedit.size.offset": "Verschuiving: {0}", + "worldedit.size.type": "Type: {0}", + "worldedit.size.size": "Grootte: {0}", + "worldedit.size.distance": "Balkafstand: {0}", + "worldedit.size.blocks": "Aantal blokken: {0}", + "worldedit.count.counted": "Geteld: {0}", + "worldedit.distr.no-blocks": "Geen blokken geteld.", + "worldedit.distr.no-previous": "Geen vorige distributie.", + "worldedit.distr.total": "Totaal aantal blokken: {0}", + "worldedit.select.cleared": "Selectie gewist.", + "worldedit.select.cuboid.message": "Balk: linksklikken voor punt 1, rechtsklikken voor punt 2", + "worldedit.select.cuboid.description": "Selecteer de twee hoeken van een balk", + "worldedit.select.extend.message": "Balk: linksklikken voor startpunt, rechtsklikken om uit te breiden", + "worldedit.select.extend.description": "Snelle balk-selectiemodus", + "worldedit.select.poly.message": "2D-polygoon selecteren: links/rechtsklikken om een punt toe te voegen.", + "worldedit.select.poly.limit-message": "Maximaal {0} punten.", + "worldedit.select.poly.description": "Selecteer een 2D-polygoon met hoogte", + "worldedit.select.ellipsoid.message": "EllipsoĂŻde selecteren: linkermuisknop=midden, rechtermuisknop om uit te breiden", + "worldedit.select.ellipsoid.description": "Selecteer een ellipsoĂŻde", + "worldedit.select.sphere.message": "Bol selecteren: linkermuisknop=midden; rechtermuisknop om straal in te stellen", + "worldedit.select.sphere.description": "Selecteer een bol", + "worldedit.select.cyl.message": "Cilindervormige selectie: Linkermuisknop=midden, rechtermuisknop om uit te breiden", + "worldedit.select.cyl.description": "Selecteer een cilinder", + "worldedit.select.convex.message": "Convex veelvlak selectie: linkermuisknop=eerste punt, rechtermuisknop om meer toe te voegen.", + "worldedit.select.convex.limit-message": "{0} punten maximaal.", + "worldedit.select.convex.description": "Selecteer een convexe veelvlak", + "worldedit.select.default-set": "Uw standaard regio selector is nu {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Oud formaat: {0}", + "worldedit.chunkinfo.mcregion-filename": "McRegion: regio/{0}", + "worldedit.listchunks.listfor": "Lijst met chunks maken voor: {0}", + "worldedit.drain.drained": "{0} blokken zijn drooggelegd.", + "worldedit.fill.created": "{0} blokken zijn gevuld.", + "worldedit.fillr.created": "{0} blokken zijn gevuld.", + "worldedit.fixlava.fixed": "{0} lavablokken zijn gerepareerd.", + "worldedit.fixwater.fixed": "{0} waterblokken zijn gerepareerd.", + "worldedit.removeabove.removed": "{0} blokken zijn verwijderd.", + "worldedit.removebelow.removed": "{0} blokken zijn verwijderd.", + "worldedit.removenear.removed": "{0} blokken zijn verwijderd.", + "worldedit.replacenear.replaced": "{0} blokken zijn vervangen.", + "worldedit.snow.created": "{0} oppervlakken zijn bedekt.", + "worldedit.thaw.removed": "{0} blokken zijn ontdooid.", + "worldedit.green.changed": "{0} blokken zijn vergroend.", + "worldedit.extinguish.removed": "{0} branden zijn geblust.", + "worldedit.butcher.killed": "{0} mobs zijn gedood in een straal van {1}.", + "worldedit.butcher.explain-all": "Gebruik -1 om alle mobs uit de geladen chunks te verwijderen", + "worldedit.remove.removed": "{0} entiteiten zijn gemarkeerd voor verwijdering.", + "worldedit.remove.explain-all": "Gebruik -1 om alle entiteiten te verwijderen in geladen chunks", + "worldedit.calc.invalid": "'{0}' kon niet ingelezen worden als geldige expressie", + "worldedit.calc.invalid.with-error": "'{0}' kon niet worden geparseerd als geldige uitdrukking: '{1}'", + "worldedit.paste.pasted": "De inhoud van het klembord is geplakt op {0}", + "worldedit.paste.selected": "Plakregio voor klembord ingesteld.", + "worldedit.rotate.no-interpolation": "Let wel: interpolatie wordt nog niet ondersteund, dus gebruik het liefst alleen hoeken van 90 graden.", + "worldedit.rotate.rotated": "De kopie op het klembord is gedraaid.", + "worldedit.flip.flipped": "De kopie op het klembord is omgedaaid.", + "worldedit.clearclipboard.cleared": "Klembord leeggemaakt.", + "worldedit.set.done": "Handeling geslaagd.", + "worldedit.set.done.verbose": "Handeling geslaagd ({0}).", + "worldedit.line.changed": "{0} blokken zijn veranderd.", + "worldedit.line.invalid-type": "//line werkt alleen met kubus selecties of convexe veelvlak selecties", + "worldedit.curve.changed": "{0} blokken zijn veranderd.", + "worldedit.curve.invalid-type": "//curve werkt alleen met convexe veelvlakselecties", + "worldedit.replace.replaced": "{0} blokken zijn vervangen.", + "worldedit.stack.changed": "{0} blokken veranderd. Ongedaan maken met //undo", + "worldedit.stack.intersecting-region": "De Stack offset mag niet botsen met het gebied bij het gebruik van blok eenheden", + "worldedit.regen.regenerated": "Regio opnieuw gegenereerd.", + "worldedit.regen.failed": "Kan chunks niet opnieuw genereren. Zie de console voor meer informatie.", + "worldedit.walls.changed": "{0} blokken veranderd.", + "worldedit.faces.changed": "{0} blokken veranderd.", + "worldedit.overlay.overlaid": "{0} blokken zijn bedekt.", + "worldedit.naturalize.naturalized": "{0} blok(ken) zien er nu natuurlijker uit.", + "worldedit.center.changed": "Middelpunt ingesteld ({0} blokken gewijzigd)", + "worldedit.smooth.changed": "Hoogtekaart van het terrein is verzacht. {0} blokken zijn gewijzigd.", + "worldedit.move.moved": "{0} blokken verplaatst.", + "worldedit.deform.deformed": "{0} blokken zijn vervormd.", + "worldedit.hollow.changed": "{0} blokken zijn gewijzigd.", + "worldedit.forest.created": "{0} bomen geplaatst.", + "worldedit.flora.created": "{0} bloemen geplaatst.", + "worldedit.unstuck.moved": "Alsjeblieft!", + "worldedit.ascend.obstructed": "Geen vrije plek boven je gevonden.", + "worldedit.ascend.moved": "{0} blokken opgestegen.", + "worldedit.descend.obstructed": "Geen vrije plek onder je gevonden.", + "worldedit.descend.moved": "{0} blokken afgedaald.", + "worldedit.ceil.obstructed": "Geen vrije plek boven je gevonden.", + "worldedit.ceil.moved": "Woesh!", + "worldedit.thru.obstructed": "Geen vrije plek vóór je gevonden.", + "worldedit.thru.moved": "Woesh!", + "worldedit.jumpto.moved": "Poef!", + "worldedit.jumpto.none": "Geen blokken in zicht (of te ver weg)!", + "worldedit.up.obstructed": "Je zou iets boven je raken.", + "worldedit.up.moved": "Woesh!", + "worldedit.cyl.invalid-radius": "Je moet Ă©Ă©n of twee waardes opgeven voor de straal.", + "worldedit.cyl.created": "{0} blokken zijn geplaatst.", + "worldedit.sphere.invalid-radius": "Je moet Ă©Ă©n of drie waardes opgeven voor de straal.", + "worldedit.sphere.created": "{0} blokken zijn geplaatst.", + "worldedit.forestgen.created": "{0} bomen geplaatst.", + "worldedit.pumpkins.created": "{0} groepjes pompoenen geplaatst.", + "worldedit.pyramid.created": "{0} blokken zijn geplaatst.", + "worldedit.generate.created": "{0} blokken zijn geplaatst.", + "worldedit.generatebiome.changed": "{0} biomen aangepast.", + "worldedit.reload.config": "Configuratie is herladen!", + "worldedit.report.written": "WorldEdit-rapport geschreven naar {0}", + "worldedit.report.error": "Kon rapport niet schrijven: {0}", + "worldedit.report.callback": "WorldEdit-rapport: {0}.report", + "worldedit.timezone.invalid": "Ongeldige tijdzone", + "worldedit.timezone.set": "Tijdzone voor deze sessie ingesteld op: {0}", + "worldedit.timezone.current": "De huidige tijd in die tijdzone is: {0}", + "worldedit.version.version": "WorldEdit-versie {0}", + "worldedit.version.bukkit.unsupported-adapter": "Deze versie van WorldEdit ondersteunt uw versie van Bukkit niet volledig. Blok entiteiten (bijv. kisten) zullen leeg zijn, block eigenschappen (bijv. rotatie) zullen missen, en andere dingen zullen mogelijk niet werken. Update WorldEdit om deze functionaliteit te herstellen: {0}", + "worldedit.trace.no-tracing-extents": "Trace: geen omvang gebruikt.", + "worldedit.trace.action-failed": "Traceer: Actie(s) {0} op {1} verwijderd door grootte {2}", + "worldedit.trace.active.already": "Traceermodus is al actief.", + "worldedit.trace.inactive.already": "Traceermodus is al inactief.", + "worldedit.trace.active": "Traceermodus nu actief.", + "worldedit.trace.inactive": "Traceermodus nu inactief.", + "worldedit.command.time-elapsed": "{0}s verstreken (geschiedenis: {1} veranderd; {2} blokken/sec).", + "worldedit.command.permissions": "Je hebt geen toestemming daarvoor. Zit je in de juiste modus?", + "worldedit.command.player-only": "Dit commando moet uitgevoerd worden met of door een speler.", + "worldedit.command.error.report": "Rapporteer alsjeblieft deze fout: [Zie de console]", + "worldedit.pastebin.uploading": "(Een ogenblik geduld... uitvoer wordt verzonden naar pastebin...)", + "worldedit.session.cant-find-session": "Kan de sessie voor {0} niet vinden", + "worldedit.platform.no-file-dialog": "Bestanddialogen worden niet ondersteund in uw omgeving.", + "worldedit.asset.load.loading": "(Een ogenblik geduld... asset laden.)", + "worldedit.asset.load.still-loading": "(Een ogenblik geduld... wordt asset nog steeds geladen.)", + "worldedit.asset.load.failed": "Kan asset niet laden", + "worldedit.tool.max-block-changes": "Maximum aantal blokwijzigingen bereikt.", + "worldedit.tool.no-block": "Geen blok in zicht!", + "worldedit.tool.repl.equip": "Blokvervanggereedschap gebonden aan {0}.", + "worldedit.tool.repl.switched": "Vervanggereedschap gewisseld naar: {0}", + "worldedit.tool.data-cycler.equip": "Blokkeer data cycler tool gebonden aan {0}.", + "worldedit.tool.data-cycler.block-not-permitted": "U bent niet toegestaan om de data waarde van dat blok weer te veranderen.", + "worldedit.tool.data-cycler.cant-cycle": "De gegevens van dat blok kunnen niet worden veranderd!", + "worldedit.tool.data-cycler.new-value": "Waarde van {0} is nu {1}.", + "worldedit.tool.deltree.equip": "Zwevende boom verwijdertool gekoppeld aan {0}.", + "worldedit.tool.deltree.not-tree": "Dat is geen boom.", + "worldedit.tool.deltree.not-floating": "Dat is geen zwevende boom.", + "worldedit.tool.tree.equip": "Boom gereedschap is gebonden aan {0}.", + "worldedit.tool.tree.obstructed": "Daar kan geen boom geplaatst worden.", + "worldedit.tool.info.equip": "Info gereedschap is gebonden aan {0}.", + "worldedit.tool.info.blockstate.hover": "Blok status", + "worldedit.tool.info.internalid.hover": "Interne ID", + "worldedit.tool.info.legacy.hover": "Legacy id:data", + "worldedit.tool.info.light.hover": "Blokkeer licht/licht boven", + "worldedit.tool.none.equip": "Gereedschap is losgekoppeld van je huidige item.", + "worldedit.tool.none.to.unequip": "Uw huidige item is niet gebonden.", + "worldedit.tool.selwand.equip": "Selectie toverstok gebonden aan {0}.", + "worldedit.tool.navwand.equip": "Navigatie toverstok is gebonden aan {0}.", + "worldedit.tool.floodfill.equip": "Blok overstromingsgereedschap gekoppeld aan {0}.", + "worldedit.tool.farwand.equip": "Langeafstandstoverstok gebonden aan {0}.", + "worldedit.tool.lrbuild.equip": "Langeafstandsbouwgereedschap gebonden aan {0}.", + "worldedit.tool.lrbuild.set": "Linksklikken ingesteld op {0}; rechtsklikken op {1}.", + "worldedit.tool.stack.equip": "Stapel tool is gebonden aan {0}.", + "worldedit.tool.unbind-instruction": "Start {0} terwijl je het item ingedrukt houdt om het los te koppelen.", + "worldedit.tool.superpickaxe.mode.single": "Enkele modus ingesteld. Linksklikken met een pikhouweel. // om uit te zetten.", + "worldedit.tool.superpickaxe.mode.area": "Gebiedsmodus ingesteld. Linksklikken met een pikhouweel. // om uit te zetten.", + "worldedit.tool.superpickaxe.mode.recursive": "Recursieve modus ingesteld. Linksklikken met een pikhouweel. // om uit te zetten.", + "worldedit.tool.superpickaxe.max-range": "Maximaal bereik is {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Superpikhouweel is al ingeschakeld.", + "worldedit.tool.superpickaxe.disabled.already": "Superpikhouweel al uitgeschakeld.", + "worldedit.tool.superpickaxe.enabled": "Superpikhouweel ingeschakeld.", + "worldedit.tool.superpickaxe.disabled": "Superpikhouweel uitgeschakeld.", + "worldedit.tool.mask.set": "Kwastmasker ingesteld.", + "worldedit.tool.mask.disabled": "Kwastmasker uitgezet.", + "worldedit.tool.material.set": "Kwastmateriaal ingesteld.", + "worldedit.tool.range.set": "Kwastbereik ingesteld.", + "worldedit.tool.size.set": "Kwastgrootte ingesteld.", + "worldedit.tool.tracemask.set": "Volgmasker ingesteld.", + "worldedit.tool.tracemask.disabled": "Volgmasker uitgezet.", + "worldedit.tool.error.cannot-bind": "Kan gereedschap niet koppelen aan {0}: {1}", + "worldedit.tool.error.item-only": "Blokken kunnen niet worden gebruikt.", + "worldedit.execute.script-permissions": "U heeft geen toestemming om dat script te gebruiken.", + "worldedit.executelast.no-script": "Gebruik /cs met als eerste een scriptnaam.", + "worldedit.script.read-error": "Script leesfout: {0}", + "worldedit.script.unsupported": "Alleen .js scripts zijn momenteel ondersteund", + "worldedit.script.file-not-found": "Script bestaat niet: {0}", + "worldedit.script.no-script-engine": "Fout bij het vinden van een geĂŻnstalleerde scriptengine.\nZie https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "Uitvoeren mislukt: {0}", + "worldedit.script.failed-console": "Uitvoeren mislukt (zie console): {0}", + "worldedit.operation.affected.biome": "{0} biomen aangepast", + "worldedit.operation.affected.block": "{0} blokken aangepast", + "worldedit.operation.affected.column": "{0} kolommen aangepast", + "worldedit.operation.affected.entity": "{0} entiteiten aangepast", + "worldedit.operation.deform.expression": "vervormd met {0}", + "worldedit.error.invalid-number": "Nummer verwacht; reeks gegeven.", + "worldedit.error.invalid-number.matches": "Nummer verwacht; string \"{0}\" opgegeven.", + "worldedit.error.incomplete-region": "Maak eerst een regio selectie.", + "worldedit.error.unknown-block": "Blok naam '{0}' werd niet herkend.", + "worldedit.error.unknown-entity": "Entiteit naam '{0}' werd niet herkend.", + "worldedit.error.unknown-mob": "Mob naam '{0}' werd niet herkend.", + "worldedit.error.unknown-biome": "Biome naam '{0}' werd niet herkend.", + "worldedit.error.unknown-tag": "Tag naam '{0}' werd niet herkend.", + "worldedit.error.empty-tag": "Tag naam '{0}' heeft geen inhoud.", + "worldedit.error.no-match": "Geen overeenkomsten voor '{0}'.", + "worldedit.error.disallowed-block": "Blok '{0}' is niet toegestaan (zie WorldEdit configuratie).", + "worldedit.error.max-changes": "Max blokken veranderd in een bewerking bereikt ({0}).", + "worldedit.error.max-brush-radius": "Maximale brush straal (in configuratie): {0}", + "worldedit.error.max-radius": "Maximale straal (in configuratie): {0}", + "worldedit.error.unknown-direction": "Onbekende richting: {0}", + "worldedit.error.empty-clipboard": "Je klembord is leeg. Gebruik eerst //copy.", + "worldedit.error.invalid-filename": "Bestandsnaam '{0}' ongeldig: {1}", + "worldedit.error.invalid-filename.invalid-characters": "Ongeldige tekens of extensie ontbreekt", + "worldedit.error.file-resolution": "Bestand '{0}' resolutie fout: {1}", + "worldedit.error.file-resolution.outside-root": "Pad is niet toegestaan root", + "worldedit.error.file-resolution.resolve-failed": "Pad zoeken mislukt", + "worldedit.error.file-aborted": "Bestandsselectie afgebroken.", + "worldedit.error.no-file-selected": "Geen bestand geselecteerd.", + "worldedit.error.world-unloaded": "De wereld was al ontladen.", + "worldedit.error.not-a-block": "Dit item is geen blok.", + "worldedit.error.not-a-block.item": "Het item '{0}' is geen blok.", + "worldedit.error.incorrect-usage": "Gebruik: {0}", + "worldedit.error.invalid-page": "Ongeldig paginanummer", + "worldedit.error.parser.bad-state-format": "Slecht status formaat in {0}", + "worldedit.error.parser.duplicate-property": "Dupliceer eigenschap: {0}", + "worldedit.error.parser.missing-equals-separator": "Ontbrekend '=' scheidingsteken", + "worldedit.error.parser.clipboard.missing-offset": "Offset gespecificeerd met @ maar geen offset gegeven. Gebruik '#copy@[x,y,z]'.", + "worldedit.error.parser.unknown-property": "Onbekende eigenschap '{0}' voor blok '{1}'", + "worldedit.error.parser.unknown-value": "Onbekende waarde '{0}' voor eigenschap '{1}'", + "worldedit.error.parser.empty-property": "Lege eigenschap met status", + "worldedit.error.parser.empty-value": "Lege waarde in staat", + "worldedit.error.parser.invalid-colon": "Ongeldige colon.", + "worldedit.error.parser.invalid-expression": "Ongeldige expressie: {0}", + "worldedit.error.parser.hanging-lbracket": "Ongeldig formaat. Alleenstaand haakje op '{0}'.", + "worldedit.error.parser.missing-random-type": "Het type ontbreekt na het % symbool voor '{0}'", + "worldedit.error.parser.clipboard.missing-coordinates": "Klembord offset vereist x,y,z coördinaten.", + "worldedit.error.parser.player-only": "Invoer '{0}' vereist een speler!", + "worldedit.error.disabled": "Deze functionaliteit is uitgeschakeld (zie WorldEdit configuratie).", + "worldedit.error.unknown": "Een onbekende fout trad op: {0}", + "worldedit.error.missing-extent": "Geen omvang is bekend", + "worldedit.error.missing-session": "Er is geen localSessie bekend", + "worldedit.error.missing-world": "Je moet een wereld opgeven (Probeer //world)", + "worldedit.error.missing-actor": "Er is geen omvang bekend", + "worldedit.selection.convex.info.vertices": "Hoekpunten: {0}", + "worldedit.selection.convex.info.triangles": "Driehoeken: {0}", + "worldedit.selection.convex.explain.primary": "Nieuwe selectie begonnen met hoekpunt {0}.", + "worldedit.selection.convex.explain.secondary": "Hoekpunt {0} toegevoegd aan selectie.", + "worldedit.selection.cuboid.info.pos1": "Positie 1: {0}", + "worldedit.selection.cuboid.info.pos2": "Positie 2: {0}", + "worldedit.selection.cuboid.explain.primary": "Eerste positie ingesteld op {0}.", + "worldedit.selection.cuboid.explain.primary-area": "Eerste positie ingesteld op {0} ({1}).", + "worldedit.selection.cuboid.explain.secondary": "Tweede positie ingesteld op {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "Tweede positie ingesteld op {0} ({1}).", + "worldedit.selection.extend.explain.primary": "Selectie gestart op {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "Selectie uitgebreid om {0} te bevatten ({1}).", + "worldedit.selection.ellipsoid.info.center": "Midden: {0}", + "worldedit.selection.ellipsoid.info.radius": "X/Y/Z Radius: {0}", + "worldedit.selection.ellipsoid.explain.primary": "Middelpunt positie ingesteld op {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "Middelpunt positie ingesteld op {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "Straal ingesteld op {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Straal ingesteld op {0} ({1}).", + "worldedit.selection.ellipsoid.error.even-horizontal": "EllipsoĂŻde veranderingen moeten hetzelfde zijn voor elke afmeting.", + "worldedit.selection.cylinder.info.center": "Midden: {0}", + "worldedit.selection.cylinder.info.radius": "Straal: {0}", + "worldedit.selection.cylinder.explain.primary": "Begin een nieuwe cilindervormige selectie op {0}.", + "worldedit.selection.cylinder.explain.secondary": "Straal ingesteld op {0}/{1} blokken. ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "U moet eerst het middelpunt selecteren voordat u de straal instelt.", + "worldedit.selection.polygon2d.info": "# punten: {0}", + "worldedit.selection.polygon2d.explain.primary": "Starten van een nieuwe polygoon op {0}.", + "worldedit.selection.polygon2d.explain.secondary": "Punt #{0} toegevoegd op {1}.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "Polygons kunnen alleen verticaal worden uitgebreid.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "Polygons kunnen alleen verticaal gecontracteerd worden.", + "worldedit.selection.sphere.explain.secondary": "Straal ingesteld op {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "Straal ingesteld op {0} ({1}).", + "worldedit.selection.null.error.immutable": "Kan NullRegio niet wijzigen.", + "worldedit.selection.intersection.error.cannot-expand": "Kan regio kruispunt niet uitbreiden.", + "worldedit.selection.transform.error.cannot-expand": "Kan geen TransformedRegio uitbreiden.", + "worldedit.selection.transform.error.cannot-change": "Je kan een TransformedRegion niet wijzigen.", + "worldedit.sideeffect.lighting": "Belichting", + "worldedit.sideeffect.lighting.description": "Updates block verlichting", + "worldedit.sideeffect.neighbors": "Buren", + "worldedit.sideeffect.neighbors.description": "Meldt nabijgelegen blokken van wijzigingen", + "worldedit.sideeffect.update": "Update", + "worldedit.sideeffect.update.description": "Meldt het gewijzigde blok", + "worldedit.sideeffect.validation": "Validatie", + "worldedit.sideeffect.entity_ai": "Entity AI", + "worldedit.sideeffect.events": "Mod/Plugin gebeurtenissen", + "worldedit.sideeffect.events.description": "Vertelt andere mods/plugins over deze wijzigingen indien van toepassing", + "worldedit.sideeffect.state.on": "Aan", + "worldedit.sideeffect.state.delayed": "Vertraagd", + "worldedit.sideeffect.state.off": "Uit", + "worldedit.sideeffect.box.current": "Huidig", + "worldedit.sideeffect.box.change-to": "Klik om in te stellen op {0}", + "worldedit.help.command-not-found": "Commando '{0}' niet gevonden.", + "worldedit.help.no-subcommands": "'{0}' heeft geen subcommando's. (Misschien is '{1}' bedoeld als parameter?)", + "worldedit.help.subcommand-not-found": "Het subcommando '{0}' onder '{1}' kon niet worden gevonden.", + "worldedit.cli.stopping": "Aan het stoppen!", + "worldedit.cli.unknown-command": "Onbekend commando!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/bs/strings.json b/config/worldedit/.archive-unpack/2e1dd752/bs/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/bs/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/ca/strings.json b/config/worldedit/.archive-unpack/2e1dd752/ca/strings.json new file mode 100644 index 0000000..505bcf3 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/ca/strings.json @@ -0,0 +1,10 @@ +{ + "worldedit.expand.description.vert": "Amplia la selecciĂł verticalment fins als lĂ­mits del mĂłn.", + "worldedit.expand.expanded": "RegiĂł ampliada {0} blocs", + "worldedit.expand.expanded.vert": "RegiĂł ampliada {0} blocs (de dalt a baix).", + "worldedit.brush.apply.radius": "La mida del pinzell", + "worldedit.brush.apply.shape": "La forma de la regiĂł", + "worldedit.brush.paint.size": "La mida del pinzell", + "worldedit.brush.paint.shape": "La forma de la regiĂł", + "worldedit.brush.paint.density": "La densitat del pinzell" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/cs/strings.json b/config/worldedit/.archive-unpack/2e1dd752/cs/strings.json new file mode 100644 index 0000000..6c40ba1 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/cs/strings.json @@ -0,0 +1,415 @@ +{ + "worldedit.expand.description.vert": "VertikálnÄ› rozšířit vĂ˝bÄ›r na limity svÄ›ta.", + "worldedit.expand.expanded": "Oblast rozšířena o {0} blokĹŻ", + "worldedit.expand.expanded.vert": "Oblast rozšířena o {0} blokĹŻ (shora dolĹŻ).", + "worldedit.biomeinfo.lineofsight": "Biomy ve smÄ›ru pohledu: {0}", + "worldedit.biomeinfo.position": "Biomy na vaší pozici: {0}", + "worldedit.biomeinfo.selection": "Biomy ve vašem vĂ˝bÄ›ru: {0}", + "worldedit.brush.radius-too-large": "MaximálnĂ­ povolenĂ˝ polomÄ›r štÄ›tce: {0}", + "worldedit.brush.apply.description": "Aplikovat funkci štÄ›tce na kaĹľdĂ˝ blok", + "worldedit.brush.apply.radius": "Velikost štÄ›tce", + "worldedit.brush.apply.shape": "Tvar regionu", + "worldedit.brush.apply.type": "Typ štÄ›tce k pouĹľitĂ­", + "worldedit.brush.apply.item.warning": "Tento štÄ›tec simuluje pouĹľitĂ­ poloĹľek. Jeho účinky nemusĂ­ fungovat na všech plošinách, nemusĂ­ jĂ­t vrátit zpÄ›t a mohou zpĹŻsobit podivnĂ© interakce s jinĂ˝mi mĂłdy / pluginy. Používejte na vlastnĂ­ nebezpeÄŤĂ­.", + "worldedit.brush.paint.description": "NátÄ›rovĂ© štÄ›tce, aplikujte funkci na povrch", + "worldedit.brush.paint.size": "Velikost štÄ›tce", + "worldedit.brush.paint.shape": "Tvar regionu", + "worldedit.brush.paint.density": "Hustota štÄ›tce", + "worldedit.brush.paint.type": "Typ štÄ›tce k pouĹľitĂ­", + "worldedit.brush.paint.item.warning": "Tento štÄ›tec simuluje pouĹľitĂ­ poloĹľek. Jeho účinky nemusĂ­ fungovat na všech plošinách, nemusĂ­ jĂ­t vrátit zpÄ›t a mohou zpĹŻsobit podivnĂ© interakce s jinĂ˝mi mĂłdy / pluginy. Používejte na vlastnĂ­ nebezpeÄŤĂ­.", + "worldedit.brush.sphere.equip": "KulovĂ˝ štÄ›tec vybaven ({0}).", + "worldedit.brush.cylinder.equip": "VálcovĂ˝ štÄ›tec vybaven ({0} na {1}).", + "worldedit.brush.clipboard.equip": "KulovĂ˝ štÄ›tec vybaven.", + "worldedit.brush.smooth.equip": "HladkĂ˝ štÄ›tec je vybaven ({0} x {1}x pomocĂ­ {2}).", + "worldedit.brush.extinguish.equip": "VybavenĂ˝ hasicĂ­ přístroj ({0}).", + "worldedit.brush.gravity.equip": "GravitaÄŤnĂ­ štÄ›tec vybaven ({0}).", + "worldedit.brush.butcher.equip": "ĹeznickĂ˝ štÄ›tec vybaven ({0}).", + "worldedit.brush.operation.equip": "Nataven štÄ›tec na {0}.", + "worldedit.brush.heightmap.equip": "TerĂ©novĂ˝ štÄ›tec nastaven ({0}).", + "worldedit.brush.heightmap.unknown": "NeznámĂ˝ terĂ©novĂ˝ štÄ›tec: {0}.", + "worldedit.brush.none.equip": "PĹ™iĹ™azenĂ˝ štÄ›tec byl odstranÄ›n z aktuálnĂ­ poloĹľky.", + "worldedit.setbiome.changed": "Biomy zmÄ›nÄ›ny na pĹ™ibliĹľnÄ› {0} blocĂ­ch.", + "worldedit.setbiome.warning": "MoĹľná se budete muset znovu pĹ™ipojit k vaší hĹ™e (nebo zavřít a znovu otevřít svĹŻj svÄ›t), abyste vidÄ›li zmÄ›ny.", + "worldedit.drawsel.disabled": "CUI serveru zakázáno.", + "worldedit.drawsel.enabled": "CUI serveru povoleno. To podporuje pouze oblasti s maximálnĂ­ velikostĂ­ {0}x{1}x{2}.", + "worldedit.drawsel.disabled.already": "CUI serveru je jiĹľ zakázáno.", + "worldedit.drawsel.enabled.already": "CUI serveru je jiĹľ povoleno.", + "worldedit.limit.too-high": "Váš maximálnĂ­ povolenĂ˝ limit je {0}.", + "worldedit.limit.set": "Limit zmÄ›ny bloku nastaven na {0}.", + "worldedit.limit.return-to-default": "(PouĹľij //limit pro návrat na vĂ˝chozĂ­.)", + "worldedit.timeout.too-high": "MaximálnĂ­ povolenĂ˝ ÄŤasovĂ˝ limit je {0}ms.", + "worldedit.timeout.set": "ÄŚasovĂ˝ limit nastavenĂ˝ na {0} ms.", + "worldedit.timeout.return-to-default": " (PouĹľijte //timeout pro návrat do vĂ˝chozĂ­ho nastavenĂ­.)", + "worldedit.fast.disabled": "RychlĂ˝ reĹľim byl vypnut.", + "worldedit.fast.enabled": "RychlĂ˝ reĹľim byl zapnut! OsvÄ›tlenĂ­ ve zmÄ›nÄ›nĂ˝ch chuncĂ­ch mĹŻĹľe bĂ˝t špatnĂ© a moĹľná bude potĹ™eba se znovu pĹ™ipojit.", + "worldedit.fast.disabled.already": "RychlĂ˝ reĹľim jiĹľ je vypnut.", + "worldedit.fast.enabled.already": "RychlĂ˝ reĹľim jiĹľ je spuštÄ›n.", + "worldedit.perf.sideeffect.set": "Vedlejší efekt \"{0}\" nastaven na {1}", + "worldedit.perf.sideeffect.get": "Vedlejší efekt \"{0}\" je nastaven na {1}", + "worldedit.perf.sideeffect.already-set": "Vedlejší efekt \"{0}\" je jiĹľ {1}", + "worldedit.perf.sideeffect.set-all": "Všechny vedlejší efekty nastaveny na {0}", + "worldedit.reorder.current": "ReĹľim Ĺ™azenĂ­ je {0}", + "worldedit.reorder.set": "ReĹľim Ĺ™azenĂ­ je nynĂ­ {0}", + "worldedit.gmask.disabled": "GlobálnĂ­ maska je vypnuta.", + "worldedit.gmask.set": "GlobálnĂ­ maska nastavena.", + "worldedit.toggleplace.pos1": "NynĂ­ umisĹĄuji na pozici #1.", + "worldedit.toggleplace.player": "NynĂ­ umisĹĄuji na blok, ve kterĂ©m stojĂ­te.", + "worldedit.toggleplace.not-locatable": "Nelze pĹ™epnout pokládánĂ­ za tÄ›chto okolnostĂ­.", + "worldedit.searchitem.too-short": "Zadejte delší vyhledávacĂ­ Ĺ™etÄ›zec (len > 2).", + "worldedit.searchitem.either-b-or-i": "NemĹŻĹľete souÄŤasnÄ› použít vlajky 'b' a 'i'.", + "worldedit.searchitem.searching": "(ÄŚekejte prosĂ­m... hledám poloĹľky.)", + "worldedit.watchdog.no-hook": "Tato platforma nemá žádnĂ˝ watchdog hook.", + "worldedit.watchdog.active.already": "Watchdog hook je jiĹľ aktivnĂ­.", + "worldedit.watchdog.inactive.already": "Watchdog hook jiĹľ je neaktivnĂ­.", + "worldedit.watchdog.active": "Watchdog hook je nynĂ­ aktivnĂ­.", + "worldedit.watchdog.inactive": "Watchdog hook je nynĂ­ neaktivnĂ­.", + "worldedit.world.remove": "PĹ™epsánĂ­ svÄ›ta bylo odstranÄ›no.", + "worldedit.world.set": "NastavĂ­ pĹ™epsánĂ­ svÄ›ta na {0} (PouĹľijte //world pro návrat do vĂ˝chozĂ­ho nastavenĂ­)", + "worldedit.undo.undone": "Zrušeno {0} dostupnĂ˝ch Ăşprav.", + "worldedit.undo.none": "Nebylo co vrátit zpÄ›t.", + "worldedit.redo.redone": "Navráceno {0} odstranÄ›nĂ˝ch Ăşprav.", + "worldedit.redo.none": "Nic k navrácenĂ­.", + "worldedit.clearhistory.cleared": "Historie vymazána.", + "worldedit.raytrace.noblock": "ŽádnĂ˝ blok v dohledu!", + "worldedit.restore.not-configured": "Obnova snĂ­mku/zálohy nenĂ­ nakonfigurována.", + "worldedit.restore.not-available": "Tento snĂ­mek neexistuje nebo nenĂ­ k dispozici.", + "worldedit.restore.failed": "NepodaĹ™ilo se naÄŤĂ­st snĂ­mek: {0}", + "worldedit.restore.loaded": "SnĂ­mek '{0}' naÄŤten; nynĂ­ obnovuji...", + "worldedit.restore.restored": "Obnoveno; {0} chybÄ›jcĂ­ch chunkĹŻ a {1} dalších chyb.", + "worldedit.restore.none-for-specific-world": "Nebyly nalezeny žádnĂ© snĂ­mky pro svÄ›t '{0}'.", + "worldedit.restore.none-for-world": "Pro tento svÄ›t nebyly nalezeny žádnĂ© snĂ­mky.", + "worldedit.restore.none-found": "Nebyly nalezeny žádnĂ© snĂ­mky.", + "worldedit.restore.none-found-console": "Nebyly nalezeny žádnĂ© snĂ­mky. Podrobnosti v konzoli.", + "worldedit.restore.chunk-not-present": "Chunky nebyly ve snĂ­mku přítomny.", + "worldedit.restore.chunk-load-failed": "Nelze naÄŤĂ­st žádnĂ© chunky. (Ĺ patnĂ˝ archiv?)", + "worldedit.restore.block-place-failed": "Chyby zabránily obnovenĂ­ všech blokĹŻ.", + "worldedit.restore.block-place-error": "PoslednĂ­ chyba: {0}", + "worldedit.snapshot.use.newest": "NynĂ­ používáte nejnovÄ›jší snĂ­mek.", + "worldedit.snapshot.use": "SnĂ­mek nastaven na: {0}", + "worldedit.snapshot.none-before": "Nelze najĂ­t snĂ­mek pĹ™ed {0}.", + "worldedit.snapshot.none-after": "Nelze najĂ­t snĂ­mek po {0}.", + "worldedit.snapshot.index-above-0": "NeplatnĂ˝ index, musĂ­ bĂ˝t vÄ›tší nebo roven 1.", + "worldedit.snapshot.index-oob": "NeplatnĂ˝ index, musĂ­ bĂ˝t mezi 1 a {0}.", + "worldedit.schematic.unknown-format": "NeznámĂ˝ schematickĂ˝ formát: {0}.", + "worldedit.schematic.load.does-not-exist": "SchĂ©ma {0} neexistuje!", + "worldedit.schematic.load.loading": "(PoÄŤkejte prosĂ­m... naÄŤĂ­tánĂ­ schĂ©matu.)", + "worldedit.schematic.load.still-loading": "(PoÄŤkejte prosĂ­m... schĂ©ma se stále naÄŤĂ­tá)", + "worldedit.schematic.save.already-exists": "Toto schĂ©ma jiĹľ existuje. PouĹľijte znak -f pro jeho pĹ™epsánĂ­.", + "worldedit.schematic.save.failed-directory": "Nelze vytvoĹ™it sloĹľku pro schĂ©mata!", + "worldedit.schematic.save.saving": "(PoÄŤkejte prosĂ­m... ukládánĂ­ schĂ©matu.)", + "worldedit.schematic.save.still-saving": "(PoÄŤkejte prosĂ­m... schĂ©ma se stále ukládá.)", + "worldedit.schematic.delete.does-not-exist": "SchĂ©ma {0} neexistuje!", + "worldedit.schematic.delete.failed": "SmazánĂ­ {0} selhalo! Je pouze pro ÄŤtenĂ­?", + "worldedit.schematic.delete.deleted": "{0} byl smazán.", + "worldedit.schematic.formats.title": "DostupnĂ© formáty schránky (Název: Názvy vyhledávánĂ­)", + "worldedit.schematic.unsupported-minecraft-version": "Tato verze WorldEditu nepodporuje vaši verzi Minecraftu. SchĂ©mata nebudou fungovat, dokud to nebude vyĹ™ešeno.", + "worldedit.pos.already-set": "Pozice je jiĹľ nastavena.", + "worldedit.pos.console-require-coords": "MusĂ­te poskytnout souĹ™adnice jako konzole.", + "worldedit.hpos.no-block": "ŽádnĂ˝ blok v dohledu!", + "worldedit.hpos.already-set": "Pozice je jiĹľ nastavena.", + "worldedit.chunk.selected-multiple": "VybranĂ© chunky: ({0}, {1}), ({2} - {3}, {4}, {5})", + "worldedit.chunk.selected": "VybranĂ© chunky: {0}, {1}, {2}", + "worldedit.wand.invalid": "PoloĹľka hĹŻlky je nesprávnÄ› nakonfigurována nebo vypnuta.", + "worldedit.wand.selwand.info": "KliknutĂ­ levĂ˝m tlaÄŤĂ­tkem: vybere pozici #1; KliknutĂ­ pravĂ˝m tlaÄŤĂ­tkem: vybere pozici #2", + "worldedit.wand.navwand.info": "KliknutĂ­ levĂ˝m tlaÄŤĂ­tkem: skok na umĂ­stÄ›nĂ­; KliknutĂ­ pravĂ˝m tlaÄŤĂ­tkem: procházet stÄ›nami", + "worldedit.wand.selwand.now.tool": "VĂ˝bÄ›rovĂ˝ nástroj je nynĂ­ normálnĂ­m nástrojem. MĹŻĹľete jej deaktivovat pomocĂ­ {0} a navázat jej na libovolnĂ˝ pĹ™edmÄ›t s {1} nebo zĂ­skat novĂ˝ nástroj s {2}.", + "worldedit.contract.contracted": "Region pĹ™enesl {0} blokĹŻ.", + "worldedit.shift.shifted": "Region pĹ™esunut.", + "worldedit.outset.outset": "Počátek regionu.", + "worldedit.inset.inset": "VloĹľená oblast.", + "worldedit.size.offset": "OdsazenĂ­: {0}", + "worldedit.size.type": "Typ: {0}", + "worldedit.size.size": "Velikost: {0}", + "worldedit.size.distance": "Vzdálenost kvádru: {0}", + "worldedit.size.blocks": "PoÄŤet blokĹŻ: {0}", + "worldedit.count.counted": "PoÄŤĂ­táno: {0}", + "worldedit.distr.no-blocks": "Nebyly zapoÄŤteny žádnĂ© bloky.", + "worldedit.distr.no-previous": "ŽádnĂ© pĹ™edchozĂ­ rozdÄ›lenĂ­.", + "worldedit.distr.total": "CelkovĂ˝ poÄŤet blokĹŻ: {0}", + "worldedit.select.cleared": "VĂ˝bÄ›r vymazán.", + "worldedit.select.cuboid.message": "Cuboid: klikni levĂ˝m tlaÄŤĂ­tkem myši pro bod 1, klikni pravĂ˝m pro bod 2", + "worldedit.select.cuboid.description": "Vyberte dva rohy kvádru", + "worldedit.select.extend.message": "Cuboid: klikni levĂ˝m tlaÄŤĂ­tkem myši pro vĂ˝chozĂ­ bod, pravĂ˝m pro rozšířenĂ­", + "worldedit.select.extend.description": "RychlĂ˝ reĹľim vĂ˝bÄ›ru kvádrĹŻ", + "worldedit.select.poly.message": "2D selektor mnohostÄ›nĹŻ: Klikni levĂ˝m/pravĂ˝m tlaÄŤĂ­tkem myši pro pĹ™idánĂ­ bodu.", + "worldedit.select.poly.limit-message": "MaximálnÄ› {0} bodĹŻ.", + "worldedit.select.poly.description": "Vyberte 2D mnohoĂşhelnĂ­k s výškou", + "worldedit.select.ellipsoid.message": "ElipsoidnĂ­ selektor: levĂ˝m kliknutĂ­m nastavĂ­te stĹ™ed, pravĂ˝m Ăştvar rozšíříte", + "worldedit.select.ellipsoid.description": "Vyberte elipsoid", + "worldedit.select.sphere.message": "KulovĂ˝ selektor: levĂ˝m kliknutĂ­m nastavĂ­te stĹ™ed a pravĂ˝m nastavĂ­te polomÄ›r", + "worldedit.select.sphere.description": "Vyberte kouli", + "worldedit.select.cyl.message": "VálcovĂ˝ selektor: levĂ˝m kliknutĂ­m nastavĂ­te stĹ™ed a pravĂ˝m Ăştvar rozšíříte", + "worldedit.select.cyl.description": "Vyberte válec", + "worldedit.select.convex.message": "Selektor mnohostÄ›nu: levĂ© kliknutĂ­ vytvoří prvnĂ­ vrchol, pravĂ˝m kliknutĂ­m pĹ™idáte další.", + "worldedit.select.convex.limit-message": "MaximálnÄ› {0} bodĹŻ.", + "worldedit.select.convex.description": "Vyberte konvexnĂ­ mnohostÄ›n", + "worldedit.select.default-set": "Váš vĂ˝chozĂ­ selektor regionu je nynĂ­ {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}", + "worldedit.chunkinfo.old-filename": "StarĂ˝ formát: {0}", + "worldedit.chunkinfo.mcregion-filename": "McRegion: region/{0}", + "worldedit.listchunks.listfor": "Seznam chunkĹŻ pro: {0}", + "worldedit.drain.drained": "{0} blokĹŻ bylo vyÄŤerpáno.", + "worldedit.fill.created": "{0} blokĹŻ bylo vyplnÄ›no.", + "worldedit.fillr.created": "{0} blokĹŻ bylo vyplnÄ›no.", + "worldedit.fixlava.fixed": "{0} blokĹŻ bylo opraveno.", + "worldedit.fixwater.fixed": "{0} blokĹŻ bylo opraveno.", + "worldedit.removeabove.removed": "{0} blokĹŻ bylo odebráno.", + "worldedit.removebelow.removed": "{0} blokĹŻ bylo odebráno.", + "worldedit.removenear.removed": "{0} blokĹŻ bylo odebráno.", + "worldedit.replacenear.replaced": "{0} blokĹŻ bylo nahrazeno.", + "worldedit.snow.created": "{0} povrchĹŻ bylo pokryto.", + "worldedit.thaw.removed": "{0} blokĹŻ bylo rozmrazeno.", + "worldedit.green.changed": "{0} blokĹŻ bylo pokryto zelenĂ­.", + "worldedit.extinguish.removed": "{0} požárĹŻ bylo uhašeno.", + "worldedit.butcher.killed": "{0} mobĹŻ bylo zabito v okruhu {1}.", + "worldedit.butcher.explain-all": "PouĹľijte -1 k odstranÄ›nĂ­ mobĹŻ v naÄŤtenĂ˝ch chuncĂ­ch", + "worldedit.remove.removed": "{0} entit bylo oznaÄŤeno k odstranÄ›nĂ­.", + "worldedit.remove.explain-all": "PouĹľij -1 pro odstranÄ›nĂ­ všech entit v naÄŤtenĂ˝ch chuncĂ­ch", + "worldedit.calc.invalid": "'{0}' nelze analyzovat jako platnĂ˝ vĂ˝raz", + "worldedit.calc.invalid.with-error": "'{0}' nelze analyzovat jako platnĂ˝ vĂ˝raz: '{1}'", + "worldedit.paste.pasted": "Schránka byla vloĹľena do {0}", + "worldedit.paste.selected": "Vybraná oblast schránky.", + "worldedit.rotate.no-interpolation": "Poznámka: Interpolace ještÄ› nenĂ­ podporována, takĹľe se doporuÄŤuji Ăşhly, kterĂ© jsou násobky 90.", + "worldedit.rotate.rotated": "Kopie schránky byla otoÄŤena.", + "worldedit.flip.flipped": "Kopie schránky byla pĹ™eklopena.", + "worldedit.clearclipboard.cleared": "Schránka smazána.", + "worldedit.set.done": "Operace dokonÄŤena.", + "worldedit.set.done.verbose": "Operace dokonÄŤena ({0}).", + "worldedit.line.changed": "{0} blokĹŻ bylo zmÄ›nÄ›no.", + "worldedit.line.invalid-type": "//line funguje pouze s volbou krychle nebo konvexnĂ­ho mnohostÄ›nu", + "worldedit.curve.changed": "{0} blokĹŻ bylo zmÄ›nÄ›no.", + "worldedit.curve.invalid-type": "//curve funguje pouze s vybranĂ˝m konvexnĂ­m mnohostÄ›nem", + "worldedit.replace.replaced": "{0} blokĹŻ bylo nahrazeno.", + "worldedit.stack.changed": "{0} blokĹŻ se zmÄ›nilo. Vrátit zpÄ›t pomocĂ­ //undo", + "worldedit.stack.intersecting-region": "OdsazenĂ­ stacku se nesmĂ­ pĹ™ekrĂ˝vat s oblastĂ­ pĹ™i pouĹľitĂ­ blokovĂ˝ch jednotek", + "worldedit.regen.regenerated": "Region obnoven.", + "worldedit.regen.failed": "Nelze obnovit chunky. Podrobnosti naleznete v konzoli.", + "worldedit.walls.changed": "{0} blokĹŻ bylo zmÄ›nÄ›no.", + "worldedit.faces.changed": "{0} blokĹŻ bylo zmÄ›nÄ›no.", + "worldedit.overlay.overlaid": "{0} blokĹŻ bylo pĹ™ekryto.", + "worldedit.naturalize.naturalized": "{0} blok(y) byl(y) vytvoĹ™en(y) tak, aby vypadaly pĹ™irozenÄ›ji.", + "worldedit.center.changed": "StĹ™ed nastaven. ({0} blokĹŻ zmÄ›nÄ›no)", + "worldedit.smooth.changed": "TerĂ©nová výška mapy vyhlazena. {0} blokĹŻ bylo zmÄ›nÄ›no.", + "worldedit.move.moved": "{0} blokĹŻ pĹ™esunuto.", + "worldedit.deform.deformed": "{0} blokĹŻ bylo deformováno.", + "worldedit.hollow.changed": "{0} blokĹŻ bylo zmÄ›nÄ›no.", + "worldedit.forest.created": "VytvoĹ™eno {0} stromĹŻ.", + "worldedit.flora.created": "{0} rostlinstva vytvoĹ™eno.", + "worldedit.unstuck.moved": "Tady máš!", + "worldedit.ascend.obstructed": "Nebylo nad tebou nalezeno žádnĂ© volnĂ© mĂ­sto.", + "worldedit.ascend.moved": "Zvýšeno o {0} ĂşrovnĂ­.", + "worldedit.descend.obstructed": "Nebylo pod tebou nalezeno žádnĂ© volnĂ© mĂ­sto.", + "worldedit.descend.moved": "Sestaveno {0} ĂşrovnĂ­.", + "worldedit.ceil.obstructed": "ŽádnĂ© volnĂ© mĂ­sto nad Vámi nenalezeno.", + "worldedit.ceil.moved": "VĹľum!", + "worldedit.thru.obstructed": "PĹ™ed vámi nalezeno žádnĂ© volnĂ© mĂ­sto.", + "worldedit.thru.moved": "VĹľum!", + "worldedit.jumpto.moved": "Puf!", + "worldedit.jumpto.none": "ŽádnĂ˝ blok v dohledu (nebo příliš daleko)!", + "worldedit.up.obstructed": "Zasáhl bys nÄ›co nad sebou.", + "worldedit.up.moved": "VĹľum!", + "worldedit.cyl.invalid-radius": "MusĂ­te buÄŹ zadat 1 nebo 2 hodnoty polomÄ›ru.", + "worldedit.cyl.created": "{0} blokĹŻ bylo vytvoĹ™eno.", + "worldedit.sphere.invalid-radius": "MusĂ­te buÄŹ zadat 1 nebo 3 hodnoty polomÄ›ru.", + "worldedit.sphere.created": "{0} blokĹŻ bylo vytvoĹ™eno.", + "worldedit.forestgen.created": "VytvoĹ™eno {0} stromĹŻ.", + "worldedit.pumpkins.created": "Bylo vytvoĹ™eno {0} dĂ˝nĂ­.", + "worldedit.pyramid.created": "{0} blokĹŻ bylo vytvoĹ™eno.", + "worldedit.generate.created": "{0} blokĹŻ bylo vytvoĹ™eno.", + "worldedit.generatebiome.changed": "{0} ovlivnÄ›nĂ˝ch biomĹŻ.", + "worldedit.reload.config": "Konfigurace znovu naÄŤtena!", + "worldedit.report.written": "HlášenĂ­ WorldEditu napsáno na {0}", + "worldedit.report.error": "NepodaĹ™ilo se zapsat hlášenĂ­: {0}", + "worldedit.report.callback": "HlášenĂ­ WorldEdit: {0}.report", + "worldedit.timezone.invalid": "NeplatnĂ© ÄŤasovĂ© pásmo", + "worldedit.timezone.set": "ÄŚasovĂ© pásmo nastaveno pro tuto relaci na: {0}", + "worldedit.timezone.current": "AktuálnĂ­ ÄŤas v tomto ÄŤasovĂ©m pásmu je: {0}", + "worldedit.version.version": "Verze WorldEditu {0}", + "worldedit.version.bukkit.unsupported-adapter": "Tato verze WorldEdit plnÄ› nepodporuje vaši verzi Bukkitu. BlokovanĂ© entity (napĹ™. truhla) budou prázdnĂ©, vlastnosti bloku (napĹ™. například).. rotace) chybĂ­ a další vÄ›ci nemusĂ­ fungovat. Aktualizujte WorldEdit pro obnovenĂ­ tĂ©to funkce:\n{0}", + "worldedit.trace.no-tracing-extents": "Trasa: nebyl pouĹľit žádnĂ˝ rozsah.", + "worldedit.trace.action-failed": "Trasa: Akce {0} v {1} vyĹ™azeny z rozsahu {2}", + "worldedit.trace.active.already": "TrasovacĂ­ reĹľim je jiĹľ aktivnĂ­.", + "worldedit.trace.inactive.already": "TrasovacĂ­ reĹľim je jiĹľ neaktivnĂ­.", + "worldedit.trace.active": "TrasovacĂ­ reĹľim je nynĂ­ aktivnĂ­.", + "worldedit.trace.inactive": "TrasovacĂ­ reĹľim je nynĂ­ neaktivnĂ­.", + "worldedit.command.time-elapsed": "Uplynulo {0}s (historie: {1} zmÄ›nÄ›ny; {2} bloky/sekundu).", + "worldedit.command.permissions": "Nejsi oprávnÄ›n to udÄ›lat. Jsi ve správnĂ©m reĹľimu?", + "worldedit.command.player-only": "Tento příkaz musĂ­ bĂ˝t pouĹľit hráčem.", + "worldedit.command.error.report": "ProsĂ­m nahlaste tuto chybu: [Viz konzole]", + "worldedit.pastebin.uploading": "(PoÄŤkejte prosĂ­m... odesĂ­lánĂ­ vĂ˝stupu na pastebin...)", + "worldedit.session.cant-find-session": "Nelze najĂ­t relaci pro {0}", + "worldedit.platform.no-file-dialog": "Dialogy souborĹŻ nejsou ve vašem prostĹ™edĂ­ podporovány.", + "worldedit.asset.load.loading": "(PoÄŤkejte prosĂ­m... schĂ©ma se naÄŤĂ­tá.)", + "worldedit.asset.load.still-loading": "(PoÄŤkejte prosĂ­m... poloĹľka se naÄŤĂ­tá.)", + "worldedit.asset.load.failed": "NepodaĹ™ilo se naÄŤĂ­st poloĹľku", + "worldedit.tool.max-block-changes": "Bylo dosaĹľeno maximálnĂ­ho poÄŤtu zmÄ›n blokĹŻ.", + "worldedit.tool.no-block": "ŽádnĂ˝ blok v dohledu!", + "worldedit.tool.repl.equip": "Nástroj na nahrazenĂ­ bloku vázanĂ˝ na {0}.", + "worldedit.tool.repl.switched": "NahrazovacĂ­ nástroj pĹ™epnut na: {0}", + "worldedit.tool.data-cycler.equip": "BlokovĂ˝ datovĂ˝ cyklovaÄŤ vázanĂ˝ na {0}.", + "worldedit.tool.data-cycler.block-not-permitted": "Nemáte oprávnÄ›nĂ­ cyklovat hodnotu dat tohoto bloku.", + "worldedit.tool.data-cycler.cant-cycle": "Data tohoto bloku nelze cyklovat!", + "worldedit.tool.data-cycler.new-value": "Hodnota {0} je nynĂ­ {1}.", + "worldedit.tool.data-cycler.cycling": "NynĂ­ probĂ­há cyklovánĂ­ {0}.", + "worldedit.tool.deltree.equip": "Nástroj pro odstranÄ›nĂ­ plovoucĂ­ho stromu vázanĂ˝ na {0}.", + "worldedit.tool.deltree.not-tree": "To nenĂ­ strom.", + "worldedit.tool.deltree.not-floating": "To nenĂ­ plovoucĂ­ strom.", + "worldedit.tool.tree.equip": "Nástroj stromu vázanĂ˝ na {0}.", + "worldedit.tool.tree.obstructed": "Zde nemĹŻĹľe bĂ˝t strom.", + "worldedit.tool.info.equip": "InformaÄŤnĂ­ nástroj vázanĂ˝ na {0}.", + "worldedit.tool.info.blockstate.hover": "Stav bloku", + "worldedit.tool.info.internalid.hover": "InternĂ­ ID", + "worldedit.tool.info.legacy.hover": "Starší id:data", + "worldedit.tool.info.light.hover": "SvÄ›tlo bloku/SvÄ›tlo nad", + "worldedit.tool.none.equip": "Nástroj nenĂ­ vázán na aktuálnĂ­ poloĹľku.", + "worldedit.tool.none.to.unequip": "Vaše aktuálnĂ­ poloĹľka nenĂ­ vázána.", + "worldedit.tool.selwand.equip": "VĂ˝bÄ›rová hĹŻlka je vázána na {0}.", + "worldedit.tool.navwand.equip": "NavigaÄŤnĂ­ hĹŻlka vázána na {0}.", + "worldedit.tool.floodfill.equip": "Záplavová vĂ˝plĹ vázaná na {0}.", + "worldedit.tool.farwand.equip": "Dalekosáhlá hĹŻlka pĹ™iĹ™azená k {0}.", + "worldedit.tool.lrbuild.equip": "StavebnĂ­ nástroj s dlouhĂ˝m dosahem vázán na {0}.", + "worldedit.tool.lrbuild.set": "LevĂ˝m tlaÄŤĂ­tkem myši nastaveno na {0}; pravĂ˝m tlaÄŤĂ­tkem myši nastaveno na {1}.", + "worldedit.tool.stack.equip": "Nástroj stacku vázanĂ˝ na {0}.", + "worldedit.tool.unbind-instruction": "SpusĹĄte {0} , zatĂ­mco držíte poloĹľku pro odpojenĂ­.", + "worldedit.tool.superpickaxe.mode.single": "ReĹľim je nynĂ­ single. KliknutĂ­m levĂ˝m tlaÄŤĂ­tkem myši s krumpáčem. // pro vypnutĂ­.", + "worldedit.tool.superpickaxe.mode.area": "ReĹľim je nynĂ­ plošnĂ˝. KliknutĂ­m levĂ˝m tlaÄŤĂ­tkem myši s krumpáčem. // pro vypnutĂ­.", + "worldedit.tool.superpickaxe.mode.recursive": "ReĹľim je nynĂ­ rekurzivnĂ­. KliknutĂ­m levĂ˝m tlaÄŤĂ­tkem myši s krumpáčem. // pro vypnutĂ­.", + "worldedit.tool.superpickaxe.max-range": "MaximálnĂ­ rozsah je {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Super krumpáč je jiĹľ povolen.", + "worldedit.tool.superpickaxe.disabled.already": "Super krumpáč je jiĹľ vypnut.", + "worldedit.tool.superpickaxe.enabled": "Super krumpáč povolen.", + "worldedit.tool.superpickaxe.disabled": "Super krumpáč vypnut.", + "worldedit.tool.mask.set": "Maska štÄ›tce nastavena.", + "worldedit.tool.mask.disabled": "Maska štÄ›tce vypnuta.", + "worldedit.tool.material.set": "Materiál štÄ›tce nastaven.", + "worldedit.tool.range.set": "Byl nastaven rozsah štÄ›tce.", + "worldedit.tool.size.set": "Velikost štÄ›tce nastavena.", + "worldedit.tool.tracemask.set": "Stopová maska nastavena.", + "worldedit.tool.tracemask.disabled": "Stopová maska je vypnuta.", + "worldedit.tool.error.cannot-bind": "Nástroj {0} nelze spojit s {1}", + "worldedit.tool.error.item-only": "Bloky nelze použít.", + "worldedit.execute.script-permissions": "Nemáte oprávnÄ›nĂ­ k pouĹľitĂ­ tohoto skriptu.", + "worldedit.executelast.no-script": "Nejdříve pouĹľijte /cs s názvem skriptu.", + "worldedit.script.read-error": "Chyba pĹ™i ÄŤtenĂ­ skriptu: {0}", + "worldedit.script.unsupported": "Pouze .js skripty jsou aktuálnÄ› podporovány", + "worldedit.script.file-not-found": "Skript neexistuje: {0}", + "worldedit.script.no-script-engine": "NepodaĹ™ilo se najĂ­t nainstalovanĂ˝ skriptovĂ˝ engine.\nPodĂ­vejte se na https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "NepodaĹ™ilo se provĂ©st: {0}", + "worldedit.script.failed-console": "SpuštÄ›nĂ­ se nezdaĹ™ilo (viz. konzole): {0}", + "worldedit.operation.affected.biome": "{0} ovlivnÄ›nĂ˝ch biomĹŻ", + "worldedit.operation.affected.block": "{0} ovlivnÄ›nĂ˝ch blokĹŻ", + "worldedit.operation.affected.column": "{0} ovlivnÄ›nĂ˝ch sloupcĹŻ", + "worldedit.operation.affected.entity": "{0} ovlivnÄ›nĂ˝ch entit", + "worldedit.operation.deform.expression": "deformováno pomocĂ­ {0}", + "worldedit.error.invalid-number": "PĹ™edpokládanĂ© ÄŤĂ­slo; udanĂ˝ Ĺ™etÄ›zec.", + "worldedit.error.invalid-number.matches": "ÄŚĂ­slo oÄŤekáváno; zadanĂ˝ Ĺ™etÄ›zec \"{0}.", + "worldedit.error.incomplete-region": "Nejprve proveÄŹte vĂ˝bÄ›r regionu.", + "worldedit.error.unknown-block": "Název bloku '{0}' nebyl rozpoznán.", + "worldedit.error.unknown-entity": "Název entity '{0}' nebyl rozpoznán.", + "worldedit.error.unknown-mob": "JmĂ©no tvora '{0}' nebylo rozpoznáno.", + "worldedit.error.unknown-biome": "Název biomu '{0}' nebyl rozpoznán.", + "worldedit.error.unknown-tag": "Název tagu '{0}' nebyl rozpoznán.", + "worldedit.error.empty-tag": "Název tagu '{0}' je prázdnĂ˝.", + "worldedit.error.no-match": "Žádná shoda pro '{0}'.", + "worldedit.error.disallowed-block": "Blok '{0}' nenĂ­ povolen (viz konfigurace WorldEdit).", + "worldedit.error.max-changes": "Bylo dosaĹľeno maximálnĂ­ho poÄŤtu zmÄ›nÄ›nĂ˝ch blokĹŻ ({0}) v operaci.", + "worldedit.error.max-brush-radius": "MaximálnĂ­ polomÄ›r štÄ›tce (v konfiguraci): {0}", + "worldedit.error.max-radius": "MaximálnĂ­ polomÄ›r (v konfiguraci): {0}", + "worldedit.error.unknown-direction": "NeznámĂ˝ smÄ›r: {0}", + "worldedit.error.empty-clipboard": "Schránka je prázdná. Nejprve pouĹľij //copy.", + "worldedit.error.invalid-filename": "NeplatnĂ˝ název souboru '{0}': {1}", + "worldedit.error.invalid-filename.invalid-characters": "NeplatnĂ© znaky, nebo chybÄ›jĂ­cĂ­ rozšířenĂ­", + "worldedit.error.file-resolution": "Chyba rozlišenĂ­ souboru '{0}: {1}", + "worldedit.error.file-resolution.outside-root": "Cesta je mimo povolenĂ˝ root", + "worldedit.error.file-resolution.resolve-failed": "NepodaĹ™ilo se vyĹ™ešit cestu", + "worldedit.error.file-aborted": "VĂ˝bÄ›r souboru pĹ™erušen.", + "worldedit.error.no-file-selected": "Nebyl vybrán žádnĂ˝ soubor.", + "worldedit.error.world-unloaded": "Tento svÄ›t jiĹľ nenĂ­ naÄŤten.", + "worldedit.error.not-a-block": "Tento pĹ™edmÄ›t nenĂ­ blok.", + "worldedit.error.not-a-block.item": "PĹ™edmÄ›t '{0}' nenĂ­ blok.", + "worldedit.error.incorrect-usage": "PouĹľitĂ­: {0}", + "worldedit.error.invalid-page": "NeplatnĂ© ÄŤĂ­slo stránky", + "worldedit.error.parser.bad-state-format": "Ĺ patnĂ˝ stav formátu v {0}", + "worldedit.error.parser.duplicate-property": "Duplikovat vlastnost: {0}", + "worldedit.error.parser.empty-state": "Prázdná část ve stavu", + "worldedit.error.parser.missing-equals-separator": "ChybĂ­ '='", + "worldedit.error.parser.clipboard.missing-offset": "Posun byl zadán pomocĂ­ @ ale nebyl zadán žádnĂ˝ posun. PouĹľijte '#copy@[x,y,z]'.", + "worldedit.error.parser.unknown-property": "Neznámá vlastnost '{0}' pro blok '{1}'", + "worldedit.error.parser.unknown-value": "Neznámá hodnota '{0}' pro vlastnost '{1}'", + "worldedit.error.parser.empty-property": "Ve stavu prázdná vlastnost", + "worldedit.error.parser.empty-value": "Prázdná hodnota ve stavu", + "worldedit.error.parser.invalid-colon": "Neplatná dvojteÄŤka.", + "worldedit.error.parser.invalid-expression": "NeplatnĂ˝ vĂ˝raz: {0}", + "worldedit.error.parser.negate-nothing": "Nic nelze negovat!", + "worldedit.error.parser.hanging-lbracket": "NeplatnĂ˝ formát. PouĹľitĂ­ závorky na '{0}'.", + "worldedit.error.parser.missing-rbracket": "ChybĂ­ koncovĂ© ']'", + "worldedit.error.parser.missing-random-type": "ChybĂ­ typ za symbolem % pro '{0}'", + "worldedit.error.parser.clipboard.missing-coordinates": "SouĹ™adnice potĹ™ebuje vyrovnat souĹ™adnice x, y, z.", + "worldedit.error.parser.player-only": "Vstup '{0}' vyĹľaduje hráče!", + "worldedit.error.disabled": "Tato funkce je vypnuta (viz konfigurace WorldEdit).", + "worldedit.error.unknown": "Došlo k neznámĂ© chybÄ›: {0}", + "worldedit.error.missing-extent": "NenĂ­ znám žádnĂ˝ rozsah", + "worldedit.error.missing-session": "NenĂ­ známa žádná LocalSession", + "worldedit.error.missing-world": "Musíš poskytnout svÄ›t (Zkus //world)", + "worldedit.error.missing-actor": "NenĂ­ znám žádnĂ˝ aktĂ©r", + "worldedit.selection.convex.info.vertices": "Vrcholy: {0}", + "worldedit.selection.convex.info.triangles": "TrojĂşhelnĂ­ky: {0}", + "worldedit.selection.convex.explain.primary": "NovĂ˝ vĂ˝bÄ›r s vrcholem {0} byl zahájen.", + "worldedit.selection.convex.explain.secondary": "K vĂ˝bÄ›ru byl pĹ™idán vrchol {0}.", + "worldedit.selection.cuboid.info.pos1": "Pozice 1: {0}", + "worldedit.selection.cuboid.info.pos2": "Pozice 2: {0}", + "worldedit.selection.cuboid.explain.primary": "PrvnĂ­ pozice nastavena na {0}.", + "worldedit.selection.cuboid.explain.primary-area": "PrvnĂ­ pozice nastavena na {0} ({1}).", + "worldedit.selection.cuboid.explain.secondary": "Druhá pozice nastavena na {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "Druhá pozice nastavena na {0} ({1}).", + "worldedit.selection.extend.explain.primary": "VĂ˝bÄ›r byl zahájen v {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "RozšířenĂ˝ vĂ˝bÄ›r pro {0} ({1}).", + "worldedit.selection.ellipsoid.info.center": "StĹ™ed: {0}", + "worldedit.selection.ellipsoid.info.radius": "X/Y/Z PolomÄ›r: {0}", + "worldedit.selection.ellipsoid.explain.primary": "Vycentrovat pozici na {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "Vycentrovat pozici na {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "PolomÄ›r nastaven na {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "PolomÄ›r nastaven na {0} ({1}).", + "worldedit.selection.ellipsoid.error.even-horizontal": "ZmÄ›ny elipsoidu musĂ­ bĂ˝t pro kaĹľdou dimenzi.", + "worldedit.selection.cylinder.info.center": "StĹ™ed: {0}", + "worldedit.selection.cylinder.info.radius": "PolomÄ›r: {0}", + "worldedit.selection.cylinder.explain.primary": "ZaÄŤĂ­ná novĂ˝ válcovĂ˝ vĂ˝bÄ›r v {0}.", + "worldedit.selection.cylinder.explain.secondary": "PolomÄ›r nastaven na {0}/{1} blokĹŻ. ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "PĹ™ed nastavenĂ­m polomÄ›ru musĂ­te vybrat stĹ™edovĂ˝ bod.", + "worldedit.selection.cylinder.error.even-horizontal": "ZmÄ›ny válce musĂ­ bĂ˝t i pro kaĹľdou dimenzi.", + "worldedit.selection.polygon2d.info": "# bodĹŻ: {0}", + "worldedit.selection.polygon2d.explain.primary": "ZaÄŤĂ­ná novĂ˝ mnohostÄ›n na {0}.", + "worldedit.selection.polygon2d.explain.secondary": "PĹ™idán bod #{0} na {1}.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "MnohostÄ›ny lze zvÄ›tšovat pouze svisle.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "MnohostÄ›ny lze pĹ™enášet pouze svisle.", + "worldedit.selection.sphere.explain.secondary": "PolomÄ›r nastaven na {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "PolomÄ›r nastaven na {0} ({1}).", + "worldedit.selection.null.error.immutable": "Nelze zmÄ›nit NullRegion.", + "worldedit.selection.intersection.error.cannot-expand": "Nelze zvÄ›tšit prĹŻseÄŤĂ­k regionu.", + "worldedit.selection.intersection.error.cannot-contract": "Nelze pĹ™enĂ©st prĹŻseÄŤĂ­k regionu.", + "worldedit.selection.transform.error.cannot-expand": "Nelze zvÄ›tšit TransformedRegion.", + "worldedit.selection.transform.error.cannot-contract": "Nelze pĹ™enĂ©st TransformedRegion.", + "worldedit.selection.transform.error.cannot-change": "Nelze zmÄ›nit TransformedRegion.", + "worldedit.sideeffect.lighting": "OsvÄ›tlenĂ­", + "worldedit.sideeffect.lighting.description": "Aktualizovat osvÄ›tlenĂ­ bloku", + "worldedit.sideeffect.neighbors": "SousedĂ©", + "worldedit.sideeffect.neighbors.description": "UpozornĂ­ blĂ­zkĂ© bloky zmÄ›n", + "worldedit.sideeffect.update": "Aktualizace", + "worldedit.sideeffect.update.description": "UpozornĂ­ na zmÄ›nÄ›nĂ˝ blok", + "worldedit.sideeffect.validation": "Validace", + "worldedit.sideeffect.validation.description": "Ověřuje a opravuje nekonzistentnĂ­ stav svÄ›ta, jako jsou odpojenĂ© bloky", + "worldedit.sideeffect.entity_ai": "Entity AI", + "worldedit.sideeffect.entity_ai.description": "Aktualizuje cesty AI entity pro zmÄ›ny bloku", + "worldedit.sideeffect.events": "Události mĂłdĹŻ/pluginĹŻ", + "worldedit.sideeffect.events.description": "Pokud je to moĹľnĂ©, informuje o tÄ›chto zmÄ›nách další mody/pluginy", + "worldedit.sideeffect.state.on": "Zapnuto", + "worldedit.sideeffect.state.delayed": "ZpoĹľdÄ›nĂ­", + "worldedit.sideeffect.state.off": "Vypnuto", + "worldedit.sideeffect.box.current": "AktuálnĂ­", + "worldedit.sideeffect.box.change-to": "KliknutĂ­m nastavĂ­te na {0}", + "worldedit.help.command-not-found": "Příkaz '{0}' nebyl nalezen.", + "worldedit.help.no-subcommands": "'{0}' nemá žádnĂ© podpříkazy. (MoĹľná '{1}' je pro parametr?)", + "worldedit.help.subcommand-not-found": "Podpříkaz '{0}' pod '{1}' nebyl nalezen.", + "worldedit.cli.stopping": "Zastavuji!", + "worldedit.cli.unknown-command": "NeznámĂ˝ příkaz!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/cy/strings.json b/config/worldedit/.archive-unpack/2e1dd752/cy/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/cy/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/da/strings.json b/config/worldedit/.archive-unpack/2e1dd752/da/strings.json new file mode 100644 index 0000000..68eecd3 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/da/strings.json @@ -0,0 +1,45 @@ +{ + "worldedit.expand.description.vert": "Udvid udvælgelsen vertikalt til verdensgrænserne.", + "worldedit.expand.expanded": "Region udvidet med {0} blokke", + "worldedit.biomeinfo.lineofsight": "Biomer i synspunkt: {0}", + "worldedit.biomeinfo.position": "Biomer pĂĄ din position: {0}", + "worldedit.biomeinfo.selection": "Biomer i din udvælgelse: {0}", + "worldedit.brush.apply.description": "PĂĄfør pensel, anvend en funktion til hver blok", + "worldedit.brush.apply.radius": "Størrelsen af penslen", + "worldedit.brush.apply.shape": "Formen af regionen", + "worldedit.brush.apply.type": "Type pensel til brug", + "worldedit.brush.paint.size": "Størrelsen af penslen", + "worldedit.brush.paint.shape": "Formen af regionen", + "worldedit.brush.paint.type": "Type pensel til brug", + "worldedit.drawsel.disabled": "Server CUI deaktiveret.", + "worldedit.drawsel.disabled.already": "Server CUI allerede deaktiveret.", + "worldedit.drawsel.enabled.already": "Server CUI allerede aktiveret.", + "worldedit.limit.too-high": "Din maksimale tilladte grænse er {0}.", + "worldedit.limit.set": "Blokændringsgrænse sat til {0}.", + "worldedit.timeout.too-high": "Din maksimale tilladte timeout er {0}ms.", + "worldedit.timeout.return-to-default": " (Brug //timeout for at gĂĄ tilbage til standard.)", + "worldedit.fast.disabled": "Hurtig tilstand deaktiveret.", + "worldedit.fast.enabled": "Hurtig tilstand aktiveret. Lys i de pĂĄvirkede chunks kan være forkert og eller du skal muligvis genforbinde for at se ændringerne.", + "worldedit.fast.disabled.already": "Hurtig tilstand allerede deaktiveret.", + "worldedit.fast.enabled.already": "Hurtig tilstand allerede aktiveret.", + "worldedit.reorder.current": "Omordnet tilstand er {0}", + "worldedit.reorder.set": "Omordnet tilstand er nu {0}", + "worldedit.gmask.disabled": "Global maske deaktiveret.", + "worldedit.gmask.set": "Globalt maske sæt.", + "worldedit.toggleplace.pos1": "Placer nu ved pos #1.", + "worldedit.toggleplace.player": "Nu placeres i blokken stĂĄr du i.", + "worldedit.searchitem.too-short": "Indtast en længere søgestreng (len > 2).", + "worldedit.clearhistory.cleared": "Historik slettet.", + "worldedit.raytrace.noblock": "Ingen blok i sigte!", + "worldedit.hpos.no-block": "Ingen blok i sigte!", + "worldedit.paste.pasted": "Udklipsholderen er blevet indsat ved {0}", + "worldedit.clearclipboard.cleared": "Udklipsholder ryddet.", + "worldedit.reload.config": "Konfiguration genindlæst!", + "worldedit.report.written": "WorldEdit rapport skrevet til {0}", + "worldedit.report.error": "Kunne ikke skrive rapport: {0}", + "worldedit.timezone.invalid": "Ugyldig tidszone", + "worldedit.timezone.set": "Tidszone indstillet for denne session til: {0}", + "worldedit.timezone.current": "Den nuværende tid i den pĂĄgældende tidszone er: {0}", + "worldedit.version.version": "WorldEdit version {0}", + "worldedit.tool.no-block": "Ingen blok i sigte!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/de-AT/strings.json b/config/worldedit/.archive-unpack/2e1dd752/de-AT/strings.json new file mode 100644 index 0000000..c90e85f --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/de-AT/strings.json @@ -0,0 +1,413 @@ +{ + "worldedit.expand.description.vert": "Auswahl zu den Weltgrenzen vertikal erweitern.", + "worldedit.expand.expanded": "Region um {0} Blöcke erweitert", + "worldedit.expand.expanded.vert": "Region um {0} Blöcke erweitert (oben-nach-unten).", + "worldedit.biomeinfo.lineofsight": "Biome entlang des Fadenkreuzes: {0}", + "worldedit.biomeinfo.position": "Biome an deiner Position: {0}", + "worldedit.biomeinfo.selection": "Biome in deiner Auswahl: {0}", + "worldedit.brush.radius-too-large": "Maximal zulässiger Pinselradius: {0}", + "worldedit.brush.apply.description": "Benutze einen Pinsel, eine Funktion auf jeden Block anwenden", + "worldedit.brush.apply.radius": "Die Größe des Pinsels", + "worldedit.brush.apply.shape": "Die Form der Region", + "worldedit.brush.apply.type": "Art des zu benutzenden Pinsels", + "worldedit.brush.apply.item.warning": "Dieser Pinsel simuliert die Verwendung von Items. Seine Effekte funktionieren möglicherweise nicht auf allen Plattformen, können nicht rĂĽckgängig gemacht werden und können seltsame Wechselwirkungen mit anderen Mods/Plugins verursachen. Verwendung auf eigene Gefahr.", + "worldedit.brush.paint.description": "Male mit einem Pinsel, eine Funktion auf eine Oberfläche anwenden", + "worldedit.brush.paint.size": "Die Größe eines Pinsels", + "worldedit.brush.paint.shape": "Die Form des Pinsels", + "worldedit.brush.paint.density": "Die Dichte des Pinsels", + "worldedit.brush.paint.type": "Typ des zu benutzenden Pinsels", + "worldedit.brush.paint.item.warning": "Dieser Pinsel simuliert die Verwendung von Items. Seine Effekte funktionieren möglicherweise nicht auf allen Plattformen, können nicht rĂĽckgängig gemacht werden und können seltsame Wechselwirkungen mit anderen Mods/Plugins verursachen. Verwendung auf eigene Gefahr.", + "worldedit.brush.sphere.equip": "Kugelförmiger Pinsel ausgerĂĽstet ({0}).", + "worldedit.brush.cylinder.equip": "Zylinderförmiger Pinsel ausgerĂĽstet ({0} von {1}).", + "worldedit.brush.clipboard.equip": "Pinsel mit Form der Zwischenablage ausgerĂĽstet.", + "worldedit.brush.smooth.equip": "Glättender Pinsel ausgerĂĽstet ({0} x {1}x benutzt {2}).", + "worldedit.brush.extinguish.equip": "Löscher ausgerĂĽstet ({0}).", + "worldedit.brush.gravity.equip": "Schwerkraft-Pinsel ausgerĂĽstet ({0}).", + "worldedit.brush.butcher.equip": "Pinsel zur Monsterentfernung ausgerĂĽstet ({0}).", + "worldedit.brush.operation.equip": "Pinsel auf {0} gesetzt.", + "worldedit.brush.heightmap.unknown": "Unbekannter Heightmap-Pinsel: {0}.", + "worldedit.brush.none.equip": "Pinsel vom aktuellen Item entfernt.", + "worldedit.setbiome.changed": "Biome wurden fĂĽr etwa {0} Blöcke geändert.", + "worldedit.setbiome.warning": "Möglicherweise musst du deinem Spiel wieder beitreten (oder deine Welt schlieĂźen und wieder öffnen), um Ă„nderungen zu sehen.", + "worldedit.drawsel.disabled": "Server-CUI deaktiviert.", + "worldedit.drawsel.enabled": "Server CUI aktiviert. Dies unterstĂĽtzt nur Cuboid Regionen, mit einer maximalen Größe von {0}x{1}x{2}.", + "worldedit.drawsel.disabled.already": "Server-CUI bereits deaktiviert.", + "worldedit.drawsel.enabled.already": "Server-CUI schon aktiviert.", + "worldedit.limit.too-high": "Dein maximal erlaubtes Limit ist {0}.", + "worldedit.limit.set": "Blockveränderungslimit auf {0} gesetzt.", + "worldedit.limit.return-to-default": "(Benutze //limit um den Standard wieder herzustellen.)", + "worldedit.timeout.too-high": "Deine maximal zulässige ZeitĂĽberschreitung ist {0}ms.", + "worldedit.timeout.set": "ZeitĂĽberschreitung wurde auf {0}ms gesetzt.", + "worldedit.timeout.return-to-default": " (Benutze //timeout um zum Standard zurĂĽckzukehren.)", + "worldedit.fast.disabled": "Schnellen Modus deaktiviert.", + "worldedit.fast.enabled": "Schnellmodus aktiviert. Die Beleuchtung in den betroffenen Chunks kann falsch sein und/oder die Welt muss neu betreten werden, um Ă„nderungen zu sehen.", + "worldedit.fast.disabled.already": "Schneller Modus bereits deaktiviert.", + "worldedit.fast.enabled.already": "Schneller Modus ist schon aktiviert.", + "worldedit.perf.sideeffect.set": "Nebeneffekt \"{0}\" gesetzt auf {1}", + "worldedit.perf.sideeffect.get": "Nebeneffekt \"{0}\" ist auf {1} gesetzt", + "worldedit.perf.sideeffect.already-set": "Nebeneffekt \"{0}\" ist bereits auf {1} gesetzt", + "worldedit.perf.sideeffect.set-all": "Alle Nebeneffekte auf {0} gesetzt", + "worldedit.reorder.current": "Der Neuordnungs-Modus ist {0}", + "worldedit.reorder.set": "Der Neuordnungs-Modus ist nun {0}", + "worldedit.gmask.disabled": "Globale Maske deaktiviert.", + "worldedit.gmask.set": "Globale Mask gesetzt.", + "worldedit.toggleplace.pos1": "Jetzt wird bei Pos #1 platziert.", + "worldedit.toggleplace.player": "Platziere nun an dem Block, in dem du stehst.", + "worldedit.toggleplace.not-locatable": "Platzieren in diesem Kontext nicht möglich.", + "worldedit.searchitem.too-short": "Gebe einen längeren Suchbegriff ein (läng > 2).", + "worldedit.searchitem.either-b-or-i": "Du kannst nicht die Flags 'b' und 'i' gleichzeitig verwenden.", + "worldedit.searchitem.searching": "(Bitte warten... suche nach Items.)", + "worldedit.watchdog.no-hook": "Diese Plattform hat keine Watchdog-Schnittstelle.", + "worldedit.watchdog.active.already": "Watchdog-Manipulation bereits aktiv.", + "worldedit.watchdog.inactive.already": "Watchdog-Manipulation bereits inaktiv.", + "worldedit.watchdog.active": "Watchdog-Manipulation jetzt aktiv.", + "worldedit.watchdog.inactive": "Watchdog-Manipulation jetzt inaktiv.", + "worldedit.world.remove": "Ăśberschreibung der Welt entfernt.", + "worldedit.world.set": "Ăśberschreitung der Welt auf {0} gesetzt. (Benutze //world um zur Standardeinstellung zurĂĽckzukehren)", + "worldedit.undo.undone": "{0} verfĂĽgbare Bearbeitungen rĂĽckgängig gemacht.", + "worldedit.undo.none": "Keine Bearbeitung zum RĂĽckgängig machen verfĂĽgbar.", + "worldedit.redo.redone": "{0} verfĂĽgbare Bearbeitungen wieder hergestellt.", + "worldedit.redo.none": "Keine Bearbeitung zum Wiederherstellen verfĂĽgbar.", + "worldedit.clearhistory.cleared": "Verlauf gelöscht.", + "worldedit.raytrace.noblock": "Kein Block in Sicht!", + "worldedit.restore.not-configured": "Snapshot/Backup Wiederherstellung ist nicht konfiguriert.", + "worldedit.restore.not-available": "Dieser Snapshot existiert nicht oder ist nicht verfĂĽgbar.", + "worldedit.restore.failed": "Fehler beim Laden des Snapshots: {0}", + "worldedit.restore.loaded": "Snapshot '{0} geladen; Wiederherstellung im Gange...", + "worldedit.restore.restored": "Wiederhergestelt; {0} fehlende Chunks und {1} andere Fehler.", + "worldedit.restore.none-for-specific-world": "FĂĽr die Welt '{0}' wurden keine Snapshots gefunden.", + "worldedit.restore.none-for-world": "FĂĽr diese Welt wurden keine Snapshots gefunden.", + "worldedit.restore.none-found": "Es konnten keine Snapshots gefunden werden.", + "worldedit.restore.none-found-console": "Es konnten keine Snapshots gefunden werden. Siehe Konsole fĂĽr Details.", + "worldedit.restore.chunk-not-present": "Chunks waren nicht im Snapshot enthalten.", + "worldedit.restore.chunk-load-failed": "Es konnten keine Chunks geladen werden. (Fehlerhaftes Archiv?)", + "worldedit.restore.block-place-failed": "Durch Fehler konnten keine Blöcke wiederhergestellt werden.", + "worldedit.restore.block-place-error": "Letzter Fehler: {0}", + "worldedit.snapshot.use.newest": "Nutze nun den neuesten Snapshot.", + "worldedit.snapshot.use": "Setze Snapshot auf: {0}", + "worldedit.snapshot.none-before": "Konnte keinen Snapshot vor {0} finden.", + "worldedit.snapshot.none-after": "Konnte keinen Snapshot nach {0} finden.", + "worldedit.snapshot.index-above-0": "UngĂĽltiger Index, muss größer oder gleich 1 sein.", + "worldedit.snapshot.index-oob": "UngĂĽltiger Index, muss zwischen 1 und {0} liegen.", + "worldedit.schematic.unknown-format": "Unbekanntes Schematic-Format: {0}.", + "worldedit.schematic.load.does-not-exist": "Schematic {0} existiert nicht!", + "worldedit.schematic.load.loading": "(Bitte warten... lade Schematics.)", + "worldedit.schematic.load.still-loading": "(Bitte warten... lade Schematics.)", + "worldedit.schematic.save.already-exists": "Diese Schematic existiert bereits. Nutze die Flag -f, um die Datei zu ĂĽberschreiben.", + "worldedit.schematic.save.failed-directory": "Konnte den Ordner fĂĽr Schematics nicht anlegen!", + "worldedit.schematic.save.saving": "(Bitte warten... speichere Schematics.)", + "worldedit.schematic.save.still-saving": "(Bitte warten... speichere Schematics.)", + "worldedit.schematic.delete.does-not-exist": "Schematic {0} existiert nicht!", + "worldedit.schematic.delete.failed": "Löschen von {0} fehlgeschlagen! Ist die Datei schreibgeschĂĽtzt?", + "worldedit.schematic.delete.deleted": "{0} wurde gelöscht.", + "worldedit.schematic.formats.title": "VerfĂĽgbare Formate fĂĽr Zwischenablage (Name: Kurzbezeichnung)", + "worldedit.schematic.unsupported-minecraft-version": "Diese Version von WorldEdit unterstĂĽtzt deine Minecraft-Version nicht. Schematics werden nicht funktionieren, solange dies nicht angepasst ist.", + "worldedit.pos.already-set": "Position bereits gesetzt.", + "worldedit.pos.console-require-coords": "Als Konsole mĂĽssen Koordinaten angegeben werden.", + "worldedit.hpos.no-block": "Kein Block in Sicht!", + "worldedit.hpos.already-set": "Position bereits gesetzt.", + "worldedit.chunk.selected-multiple": "Ausgewählte Chunks: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "Chunk ausgewählt: {0}, {1}, {2}", + "worldedit.wand.invalid": "Auswahl-Item ist falsch konfiguriert oder deaktiviert.", + "worldedit.wand.selwand.info": "Linksklick: Setze Position #1, Rechtsklick: Setze Position #2", + "worldedit.wand.navwand.info": "Linksklick: Springe zu der Position; Rechtsklick: Springe durch Wände", + "worldedit.wand.selwand.now.tool": "Der Selektionsstab ist nun ein normales Werkzeug. Du kannst es mit {0} deaktivieren und mit einem beliebigen Element mit {1} verbinden oder einen neuen Zauberstab mit {2} erhalten.", + "worldedit.contract.contracted": "Region um {0} Blöcke verkleinert.", + "worldedit.shift.shifted": "Region verschoben.", + "worldedit.outset.outset": "Region vergrößert.", + "worldedit.inset.inset": "Region verkleinert.", + "worldedit.size.offset": "Versatz: {0}", + "worldedit.size.type": "Typ: {0}", + "worldedit.size.size": "Größe: {0}", + "worldedit.size.distance": "Kubische Distanz: {0}", + "worldedit.size.blocks": "Anzahl von Blöcken: {0}", + "worldedit.count.counted": "Anzahl: {0}", + "worldedit.distr.no-blocks": "Keine Blöcke gezählt.", + "worldedit.distr.no-previous": "Keine vorherigen Verteilungen.", + "worldedit.distr.total": "Gesamte Blockanzahl: {0}", + "worldedit.select.cleared": "Auswahl aufgehoben.", + "worldedit.select.cuboid.message": "Kubisch: Linksklick fĂĽr Punkt 1, Rechtsklick fĂĽr Punkt 2", + "worldedit.select.cuboid.description": "Wähle zwei Ecken eines Quaders", + "worldedit.select.extend.message": "Kubisch: Linksklick fĂĽr einen Startpunkt, Rechtsklick zum Erweitern", + "worldedit.select.extend.description": "Schneller kubische Auswahlmodus", + "worldedit.select.poly.message": "2D Polygon-Auswahl: Links/Rechtsklick um einen Punkt hinzuzufĂĽgen.", + "worldedit.select.poly.limit-message": "maximal {0} Punkte.", + "worldedit.select.poly.description": "Wähle ein 2D-Polygon mit Höhe", + "worldedit.select.ellipsoid.message": "Ellipsoide Auswahl: Linksklick fĂĽr Mittelpunkt, Rechtsklick zum Erweitern", + "worldedit.select.ellipsoid.description": "Wähle ein Ellipsoid aus", + "worldedit.select.sphere.message": "Kugel Selektor: Linksklick fĂĽr Mittelpunkt, Rechtsklick um Radius zu setzen", + "worldedit.select.sphere.description": "Wähle eine Kugel aus", + "worldedit.select.cyl.message": "Zylindrischer Selektor: Linksklick fĂĽr Mittelpunkt, Rechtsklick zum Erweitern", + "worldedit.select.cyl.description": "Zylinderförmige Auswahl", + "worldedit.select.convex.message": "Konvex-Polyhedrische Auswahl: Linksklick fĂĽr ersten Knoten, Rechtsklick zum Erweitern.", + "worldedit.select.convex.limit-message": "maximal {0} Punkte.", + "worldedit.select.convex.description": "Auswahl einer Konvex-Polyhedrischen Form", + "worldedit.select.default-set": "Deine standardmässige Regions-Auswahl ist jetzt {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Altes Format: {0}", + "worldedit.chunkinfo.mcregion-filename": "McRegion: Region/{0}", + "worldedit.listchunks.listfor": "Auflistung von Chunks fĂĽr: {0}", + "worldedit.drain.drained": "{0} Blöcke wurden getrocknet.", + "worldedit.fill.created": "{0} Blöcke wurden ausgefĂĽllt.", + "worldedit.fillr.created": "{0} Blöcke wurden ausgefĂĽllt.", + "worldedit.fixlava.fixed": "{0} Blöcke wurden korrigiert.", + "worldedit.fixwater.fixed": "{0} Blöcke wurden korrigiert.", + "worldedit.removeabove.removed": "{0} Blöcke wurden entfernt.", + "worldedit.removebelow.removed": "{0} Blöcke wurden entfernt.", + "worldedit.removenear.removed": "{0} Blöcke wurden entfernt.", + "worldedit.replacenear.replaced": "{0} Blöcke wurden ersetzt.", + "worldedit.snow.created": "{0} Oberflächen wurden bedeckt.", + "worldedit.thaw.removed": "{0} Blöcke wurden aufgetaut.", + "worldedit.green.changed": "{0} Blöcke wurden grĂĽn gemacht.", + "worldedit.extinguish.removed": "{0} Brände wurden gelöscht.", + "worldedit.butcher.killed": "{0} Kreaturen wurden in einem Radius von {1} getötet.", + "worldedit.butcher.explain-all": "Verwende -1, um alle Mobs in geladenen Chunks zu entfernen", + "worldedit.remove.removed": "{0} Entities wurden fĂĽr das Entfernen markiert.", + "worldedit.remove.explain-all": "Verwende -1, um alle Entities in geladenen Chunks zu entfernen", + "worldedit.calc.invalid": "'{0}' konnte nicht als gĂĽltiger Ausdruck ĂĽbersetzt werden", + "worldedit.calc.invalid.with-error": "'{0}' konnte nicht als gĂĽltiger Ausdruck geparst werden: '{1}'", + "worldedit.paste.pasted": "Die Zwischenablage wurde bei {0} eingefĂĽgt", + "worldedit.paste.selected": "EinfĂĽgebereich fĂĽr Zwischenablage ausgewählt.", + "worldedit.rotate.no-interpolation": "Hinweis: Interpolation ist noch nicht unterstĂĽtzt. Es ist empfohlen, Winkel mit einem Vielfachen von 90 zu nutzen.", + "worldedit.rotate.rotated": "Die Zwischenablage wurde gedreht.", + "worldedit.flip.flipped": "Die Zwischenablage wurde gespiegelt.", + "worldedit.clearclipboard.cleared": "Die Zwischenablage wurde geleert.", + "worldedit.set.done": "Vorgang abgeschlossen.", + "worldedit.set.done.verbose": "Vorgang abgeschlossen ({0}).", + "worldedit.line.changed": "{0} Blöcke wurden verändert.", + "worldedit.line.invalid-type": "//line funktioniert nur mit kubischen Selektionen oder konvex-polyhedrischen Selektionen", + "worldedit.curve.changed": "{0} Blöcke wurden verändert.", + "worldedit.curve.invalid-type": "//curve funktioniert nur mit konvex-polyhedrischen Selektionen", + "worldedit.replace.replaced": "{0} Blöcke wurden ersetzt.", + "worldedit.stack.changed": "{0} Blöcke wurden geändert. RĂĽckgängig mit //undo", + "worldedit.stack.intersecting-region": "Stapelversatz darf bei Verwendung von Blockeinheiten nicht mit der Region kollidieren", + "worldedit.regen.regenerated": "Region neu generiert.", + "worldedit.regen.failed": "Chunks konnten nicht regeneriert werden. Siehe Konsole fĂĽr Details.", + "worldedit.walls.changed": "{0} Blöcke wurden verändert.", + "worldedit.faces.changed": "{0} Blöcke wurden verändert.", + "worldedit.overlay.overlaid": "{0} Blöcke wurden bedeckt.", + "worldedit.naturalize.naturalized": "{0} Block/Blöcke wurden verändert, um natĂĽrlicher zu erscheinen.", + "worldedit.center.changed": "Mittelpunkt gesetzt. ({0} Blöcke geändert)", + "worldedit.smooth.changed": "Höhenkarte des Geländes geglättet. {0} Blöcke geändert.", + "worldedit.move.moved": "{0} Blöcke verschoben.", + "worldedit.deform.deformed": "{0} Blöcke wurden verformt.", + "worldedit.hollow.changed": "{0} Blöcke wurden verändert.", + "worldedit.forest.created": "{0} Bäume erstellt.", + "worldedit.flora.created": "{0} Pflanzen erstellt.", + "worldedit.unstuck.moved": "Bitte schön!", + "worldedit.ascend.obstructed": "Keine freie Stelle ĂĽber dir gefunden.", + "worldedit.ascend.moved": "Um {0} Ebenen aufgestiegen.", + "worldedit.descend.obstructed": "Keine freie Stelle unter dir gefunden.", + "worldedit.descend.moved": "Um {0} Ebenen abgestiegen.", + "worldedit.ceil.obstructed": "Keine freie Stelle ĂĽber dir gefunden.", + "worldedit.ceil.moved": "Magie!", + "worldedit.thru.obstructed": "Keine freie Stelle vor dir gefunden.", + "worldedit.thru.moved": "Magie!", + "worldedit.jumpto.moved": "Magie!", + "worldedit.jumpto.none": "Kein Block in Sicht (oder zu weit entfernt)!", + "worldedit.up.obstructed": "Du wĂĽrdest etwas ĂĽber dir treffen.", + "worldedit.up.moved": "Magie!", + "worldedit.cyl.invalid-radius": "Du musst entweder ein oder zwei Radien angeben.", + "worldedit.cyl.created": "{0} Blöcke wurden erstellt.", + "worldedit.sphere.invalid-radius": "Du musst entweder ein oder drei Radien angeben.", + "worldedit.sphere.created": "{0} Blöcke wurden erstellt.", + "worldedit.forestgen.created": "{0} Bäume erstellt.", + "worldedit.pumpkins.created": "{0} KĂĽrbisbeete erstellt.", + "worldedit.pyramid.created": "{0} Blöcke wurden erstellt.", + "worldedit.generate.created": "{0} Blöcke wurden erstellt.", + "worldedit.generatebiome.changed": "{0} Biome betroffen.", + "worldedit.reload.config": "Konfiguration wurde neu geladen!", + "worldedit.report.written": "WorldEdit-Bereicht zu {0} geschrieben", + "worldedit.report.error": "Fehler beim Schreiben des Berichts: {0}", + "worldedit.report.callback": "WorldEdit Report: {0}.report", + "worldedit.timezone.invalid": "UngĂĽltige Zeitzone", + "worldedit.timezone.set": "Zeitzone fĂĽr diese Sitzung gesetzt: {0}", + "worldedit.timezone.current": "Die aktuelle Zeit in dieser Zeitzone ist: {0}", + "worldedit.version.version": "WorldEdit-Version {0}", + "worldedit.version.bukkit.unsupported-adapter": "Diese WorldEdit Version unterstĂĽtzt ihre Version von Bukkit nicht vollständig. Block-Entities (z.B. Truhen) sind leer, Blockeigenschaften (z. B. Rotation) fehlen und andere Dinge werden möglicherweise nicht funktionieren. Aktualisieren Sie WorldEdit um diese Funktion wiederherzustellen:\n{0}", + "worldedit.trace.action-failed": "Trace: Aktion(en) {0} bei {1} verworfen nach AusmaĂź {2}", + "worldedit.trace.active.already": "Ablaufverfolgungs-Modus bereits aktiv.", + "worldedit.trace.inactive.already": "Ablaufverfolgungs-Modus bereits inaktiv.", + "worldedit.trace.active": "Ablaufverfolgungs-Modus ist nun aktiv.", + "worldedit.trace.inactive": "Ablaufverfolgungs-Modus ist nun inaktiv.", + "worldedit.command.time-elapsed": "{0}s vergangen (History: {1} geändert; {2} Blöcke/Sek).", + "worldedit.command.permissions": "Dazu bist du nicht berechtigt. Bist du im richtigen Modus?", + "worldedit.command.player-only": "Dieser Befehl muss als Spieler benutzt werden.", + "worldedit.command.error.report": "Bitte melde diesen Fehler: [Siehe Konsole]", + "worldedit.pastebin.uploading": "(Bitte warten... sende Daten an Pastebin...)", + "worldedit.session.cant-find-session": "Sitzung fĂĽr {0} nicht gefunden", + "worldedit.platform.no-file-dialog": "Datei-Dialoge werden in Ihrer Umgebung nicht unterstĂĽtzt.", + "worldedit.asset.load.loading": "(Bitte warten... lade Asset.)", + "worldedit.asset.load.still-loading": "(Bitte warten... lade weiterhin Asset.)", + "worldedit.asset.load.failed": "Fehler beim laden des Assets", + "worldedit.tool.max-block-changes": "Maximales Ă„nderungslimit fĂĽr Blöcke erreicht.", + "worldedit.tool.no-block": "Kein Block in Sicht!", + "worldedit.tool.repl.equip": "Ersetzen-Werkzeug an {0} gebunden.", + "worldedit.tool.repl.switched": "Ersetzen-Werkzeug geändert zu: {0}", + "worldedit.tool.data-cycler.equip": "Werkzeug zum Ă„ndern von Blockdaten an {0} gebunden.", + "worldedit.tool.data-cycler.block-not-permitted": "Du hast keine Befugnis, die Werte dieses Blockes zu ändern.", + "worldedit.tool.data-cycler.cant-cycle": "Diese Blockdaten können nicht verändert werden!", + "worldedit.tool.data-cycler.new-value": "Wert von {0} ist jetzt {1}.", + "worldedit.tool.data-cycler.cycling": "Ă„ndere nun {0}.", + "worldedit.tool.deltree.equip": "Werkzeug zum Entfernen fliegender Bäume an {0} gebunden.", + "worldedit.tool.deltree.not-tree": "Das ist kein Baum.", + "worldedit.tool.deltree.not-floating": "Das ist kein schwebender Baum.", + "worldedit.tool.tree.equip": "Werkzeug zum Bäume setzen an {0} gebunden.", + "worldedit.tool.tree.obstructed": "Hier kann kein Baum erstellt werden.", + "worldedit.tool.info.equip": "Werkzeug fĂĽr Informationen an {0} gebunden.", + "worldedit.tool.info.blockstate.hover": "Blockstatus", + "worldedit.tool.info.internalid.hover": "Interne ID", + "worldedit.tool.info.legacy.hover": "Legacy-Id: Daten", + "worldedit.tool.info.light.hover": "Lichtlevel Block/Lichtlevel darĂĽber", + "worldedit.tool.none.equip": "Werkzeug vom aktuellen Item entfernt.", + "worldedit.tool.none.to.unequip": "Ihr aktuelles Item ist nicht gebunden.", + "worldedit.tool.selwand.equip": "Werkzeug zum Auswählen an {0} gebunden.", + "worldedit.tool.navwand.equip": "Werkzeug zum Navigieren an {0} gebunden.", + "worldedit.tool.floodfill.equip": "Werkzeug zum FĂĽllen von Blöcken an {0} gebunden.", + "worldedit.tool.farwand.equip": "Werkzeug zum Auswählen fĂĽr groĂźe Distanzen an {0} gebunden.", + "worldedit.tool.lrbuild.equip": "Werkzeug zum Setzen von Blöcken fĂĽr groĂźe Distanzen an {0} gebunden.", + "worldedit.tool.lrbuild.set": "Linksklick auf {0} gesetzt; Rechtsklick auf {1} gesetzt.", + "worldedit.tool.stack.equip": "Werkzeug zum Stapeln an {0} gebunden.", + "worldedit.tool.unbind-instruction": "FĂĽhre {0} aus, während du das Item in der Hand hältst, um es zu entbinden.", + "worldedit.tool.superpickaxe.mode.single": "Modus ist jetzt blockweise. Linksklick mit einer Spitzhacke. // zum deaktivieren.", + "worldedit.tool.superpickaxe.mode.area": "Modus ist jetzt bereichsförmig. Linksklick mit einer Spitzhacke. // zum deaktivieren.", + "worldedit.tool.superpickaxe.mode.recursive": "Modus ist jetzt rekursiv. Linksklick mit einer Spitzhacke. // zum deaktivieren.", + "worldedit.tool.superpickaxe.max-range": "Maximale Entfernung ist {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Superspitzhacke ist bereits aktiviert.", + "worldedit.tool.superpickaxe.disabled.already": "Superspitzhacke ist bereits deaktiviert.", + "worldedit.tool.superpickaxe.enabled": "Superspitzhacke aktiviert.", + "worldedit.tool.superpickaxe.disabled": "Superspitzhacke deaktiviert.", + "worldedit.tool.mask.set": "Maske fĂĽr Pinsel gesetzt.", + "worldedit.tool.mask.disabled": "Maske fĂĽr Pinsel deaktiviert.", + "worldedit.tool.material.set": "Material fĂĽr Pinsel gesetzt.", + "worldedit.tool.range.set": "Reichweite fĂĽr Pinsel gesetzt.", + "worldedit.tool.size.set": "Pinselgröße gesetzt.", + "worldedit.tool.tracemask.set": "Kollidierungsmaske gesetzt.", + "worldedit.tool.tracemask.disabled": "Kollidierungsmaske deaktiviert.", + "worldedit.tool.error.cannot-bind": "Kann das Werkzeug nicht an {0} binden: {1}", + "worldedit.tool.error.item-only": "Blöcke können nicht verwendet werden.", + "worldedit.execute.script-permissions": "Du hast keine Berechtigung, dieses Skript zu nutzen.", + "worldedit.executelast.no-script": "Benutze zuerst /cs mit einem Skriptnamen.", + "worldedit.script.read-error": "Skript Lesefehler: {0}", + "worldedit.script.unsupported": "Aktuell werden nur .js-Skripte unterstĂĽtzt", + "worldedit.script.file-not-found": "Skript existiert nicht: {0}", + "worldedit.script.no-script-engine": "Fehler beim Finden einer Skript-Engine.\nBitte beachte https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "Fehler beim AusfĂĽhren: {0}", + "worldedit.script.failed-console": "Fehler beim AusfĂĽhren (siehe Konsole): {0}", + "worldedit.operation.affected.biome": "{0} Biome betroffen", + "worldedit.operation.affected.block": "{0} Blöcke betroffen", + "worldedit.operation.affected.column": "{0} Stellen betroffen", + "worldedit.operation.affected.entity": "{0} Entities betroffen", + "worldedit.operation.deform.expression": "deformiert mit {0}", + "worldedit.error.invalid-number": "Anzahl erwartet; String angegeben.", + "worldedit.error.invalid-number.matches": "Anzahl erwartet; String \"{0}\" angegeben.", + "worldedit.error.incomplete-region": "Wähle zuerst eine Region aus.", + "worldedit.error.unknown-block": "Blockname '{0}' wurde nicht erkannt.", + "worldedit.error.unknown-entity": "Entityname '{0}' wurde nicht erkannt.", + "worldedit.error.unknown-mob": "Mob-Name '{0}' wurde nicht erkannt.", + "worldedit.error.unknown-biome": "Biomname '{0}' wurde nicht erkannt.", + "worldedit.error.unknown-tag": "Tagname '{0}' wurde nicht erkannt.", + "worldedit.error.empty-tag": "Tagname '{0}' hat keinen Inhalt.", + "worldedit.error.no-match": "Kein Treffer fĂĽr '{0}'.", + "worldedit.error.disallowed-block": "Block '{0}' nicht erlaubt (siehe WorldEdit Konfiguration).", + "worldedit.error.max-changes": "Maximale Anzahl an Blöcken in einer Operation geändert ({0}).", + "worldedit.error.max-brush-radius": "Maximaler Pinselradius (in Konfiguration): {0}", + "worldedit.error.max-radius": "Maximaler Radius (in Konfiguration): {0}", + "worldedit.error.unknown-direction": "Unbekannte Richtung: {0}", + "worldedit.error.empty-clipboard": "Die Zwischenablage ist leer. Verwende zuerst //copy.", + "worldedit.error.invalid-filename": "Dateiname '{0}' ungĂĽltig: {1}", + "worldedit.error.invalid-filename.invalid-characters": "UngĂĽltige Zeichen oder Erweiterung fehlt", + "worldedit.error.file-resolution": "Datei '{0}' Fehler beim Auflösen der Datei: {1}", + "worldedit.error.file-resolution.outside-root": "Pfad ist auĂźerhalb des erlaubten Verzeichnisses", + "worldedit.error.file-resolution.resolve-failed": "Fehler beim Auflösen des Pfades", + "worldedit.error.file-aborted": "Dateiauswahl abgebrochen.", + "worldedit.error.no-file-selected": "Es wurde keine Datei ausgewählt.", + "worldedit.error.world-unloaded": "Die Welt wurde bereits entladen.", + "worldedit.error.not-a-block": "Dieses Item ist kein Block.", + "worldedit.error.not-a-block.item": "Das Item '{0}' ist kein Block.", + "worldedit.error.incorrect-usage": "Benutzung: {0}", + "worldedit.error.invalid-page": "UngĂĽltige Seitennummer", + "worldedit.error.parser.bad-state-format": "Fehlerhaftes Statusformat in {0}", + "worldedit.error.parser.duplicate-property": "Doppelte Eigenschaft: {0}", + "worldedit.error.parser.empty-state": "Leerer Teil im Status", + "worldedit.error.parser.missing-equals-separator": "Fehlendes Trennzeichen '='", + "worldedit.error.parser.clipboard.missing-offset": "Offset mit @ angegeben, aber kein Offset angegeben. Verwenden Sie '#copy@[x,y,z]'.", + "worldedit.error.parser.unknown-property": "Unbekannte Eigenschaft '{0}' fĂĽr Block '{1}'", + "worldedit.error.parser.unknown-value": "Unbekannter Wert '{0}' fĂĽr Eigenschaft '{1} '", + "worldedit.error.parser.empty-property": "Leere Eigenschaft im Status", + "worldedit.error.parser.empty-value": "Leerer Wert im Status", + "worldedit.error.parser.invalid-colon": "UngĂĽltiger Doppelpunkt.", + "worldedit.error.parser.invalid-expression": "UngĂĽltiger Ausdruck: {0}", + "worldedit.error.parser.negate-nothing": "Nichts kann nicht negiert werden!", + "worldedit.error.parser.hanging-lbracket": "UngĂĽltiges Format. Fehlende Klammer bei '{0}'.", + "worldedit.error.parser.missing-rbracket": "Bei dem Status fehlt die schlieĂźende Klammer ']'", + "worldedit.error.parser.missing-random-type": "Fehlender Typ hinter dem % symbol fĂĽr '{0}'", + "worldedit.error.parser.clipboard.missing-coordinates": "Versatz fĂĽr die Zwischenablage benötigt x,y,z Koordinaten.", + "worldedit.error.parser.player-only": "Eingabe '{0}' erfordert einen Spieler!", + "worldedit.error.disabled": "Diese Funktion ist deaktiviert (siehe WorldEdit Konfiguration).", + "worldedit.error.unknown": "Unbekannter Fehler ist aufgetreten: {0}", + "worldedit.error.missing-extent": "Kein Ziel ist bekannt", + "worldedit.error.missing-session": "Keine lokale Session ist bekannt", + "worldedit.error.missing-world": "Du musst eine Welt angeben (Try //world)", + "worldedit.error.missing-actor": "Kein Akteur ist bekannt", + "worldedit.selection.convex.info.vertices": "Knoten: {0}", + "worldedit.selection.convex.info.triangles": "Dreiecke: {0}", + "worldedit.selection.convex.explain.primary": "Neue Auswahl mit Knoten {0} gestartet.", + "worldedit.selection.convex.explain.secondary": "Knoten {0} zur Auswahl hinzugefĂĽgt.", + "worldedit.selection.cuboid.info.pos1": "Position 1: {0}", + "worldedit.selection.cuboid.info.pos2": "Position 2: {0}", + "worldedit.selection.cuboid.explain.primary": "Erste Position bei {0} gesetzt.", + "worldedit.selection.cuboid.explain.primary-area": "Erste Position bei {0} ({1}) gesetzt.", + "worldedit.selection.cuboid.explain.secondary": "Zweite Position bei {0} gesetzt.", + "worldedit.selection.cuboid.explain.secondary-area": "Zweite Position bei {0} ({1}) gesetzt.", + "worldedit.selection.extend.explain.primary": "Auswahl bei {0} ({1}) gestartet.", + "worldedit.selection.extend.explain.secondary": "Auswahl erweitert, damit {0} ({1}) beinhaltet wird.", + "worldedit.selection.ellipsoid.info.center": "Mittelpunkt: {0}", + "worldedit.selection.ellipsoid.info.radius": "X/Y/Z Radius: {0}", + "worldedit.selection.ellipsoid.explain.primary": "Position des Mittelpunkts zu {0} gesetzt.", + "worldedit.selection.ellipsoid.explain.primary-area": "Position des Mittelpunkts zu {0} ({1}) gesetzt.", + "worldedit.selection.ellipsoid.explain.secondary": "Radius auf {0} gesetzt.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Radius auf {0} ({1}) gesetzt.", + "worldedit.selection.ellipsoid.error.even-horizontal": "Ellipsoid-Ă„nderungen mĂĽssen fĂĽr jede Dimension gleich sein.", + "worldedit.selection.cylinder.info.center": "Mittelpunkt: {0}", + "worldedit.selection.cylinder.info.radius": "Radius: {0}", + "worldedit.selection.cylinder.explain.primary": "Neue zylindrische Auswahl bei {0} gestartet.", + "worldedit.selection.cylinder.explain.secondary": "Radius auf {0}/{1} Blöcke gesetzt. ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "Damit der Radius eingestellt werden kann, ist es notwendig, einen Mittelpunkt zu wählen.", + "worldedit.selection.cylinder.error.even-horizontal": "Zylinderänderungen mĂĽssen auch fĂĽr jede horizontale Dimension gelten.", + "worldedit.selection.polygon2d.info": "Anzahl Punkte: {0}", + "worldedit.selection.polygon2d.explain.primary": "Neues Polygon bei {0} gestartet.", + "worldedit.selection.polygon2d.explain.secondary": "Punkt #{0} bei {1} hinzugefĂĽgt.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "Polygone können nur vertikal erweitert werden.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "Polygone können nur vertikal verhandelt werden.", + "worldedit.selection.sphere.explain.secondary": "Radius auf {0} gesetzt.", + "worldedit.selection.sphere.explain.secondary-defined": "Radius auf {0} ({1}) gesetzt.", + "worldedit.selection.null.error.immutable": "NullRegion könnt nicht geändert werden.", + "worldedit.selection.intersection.error.cannot-expand": "Könnt nicht einen regionalen Schnittpunkt erweitern.", + "worldedit.selection.intersection.error.cannot-contract": "Könnt nicht einen regionalen Schnittpunkt verhandeln.", + "worldedit.selection.transform.error.cannot-expand": "Könnt nicht einen TransformedRegion erweitern.", + "worldedit.selection.transform.error.cannot-contract": "Könnt nicht einen TransformedRegion verhandeln.", + "worldedit.selection.transform.error.cannot-change": "Könnt nicht einen TransformedRegion ändern.", + "worldedit.sideeffect.lighting": "Beleuchtung", + "worldedit.sideeffect.lighting.description": "Aktualisiert Blockbeleuchtung", + "worldedit.sideeffect.neighbors": "Nachbarn", + "worldedit.sideeffect.neighbors.description": "Benachrichtigt Blöcke in der Nähe ĂĽber den Ă„nderungen", + "worldedit.sideeffect.update": "Update", + "worldedit.sideeffect.update.description": "Benachrichtigt den geänderten Block", + "worldedit.sideeffect.validation": "ĂśberprĂĽfung", + "worldedit.sideeffect.validation.description": "ĂśberprĂĽft und repariert inkonsistenten Weltzustand, so wie getrennte Blöcke", + "worldedit.sideeffect.entity_ai": "Wesen-KI", + "worldedit.sideeffect.entity_ai.description": "Aktualisiert Wesen-KI-Pfade fĂĽr die Blockänderungen", + "worldedit.sideeffect.events": "Mod/Plugin-Ereignisse", + "worldedit.sideeffect.events.description": "Informiert andere Mods/Plugins ĂĽber diese Ă„nderungen, falls anwendbar", + "worldedit.sideeffect.state.on": "An", + "worldedit.sideeffect.state.delayed": "Verzögert", + "worldedit.sideeffect.state.off": "Aus", + "worldedit.sideeffect.box.current": "Aktuell", + "worldedit.sideeffect.box.change-to": "Klicken, um auf {0} zu setzen", + "worldedit.help.command-not-found": "Der Befehl '{0}' konnte nicht gefunden werden.", + "worldedit.help.no-subcommands": "'{0}' hat keine Unterbefehle. (Vielleicht steht '{1}' fĂĽr einen Parameter?)", + "worldedit.help.subcommand-not-found": "Der Unterbefehl '{0}' unter '{1}' konnte nicht gefunden werden.", + "worldedit.cli.stopping": "Wird beendet!", + "worldedit.cli.unknown-command": "Unbekannter Befehl!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/de-CH/strings.json b/config/worldedit/.archive-unpack/2e1dd752/de-CH/strings.json new file mode 100644 index 0000000..8711c8d --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/de-CH/strings.json @@ -0,0 +1,413 @@ +{ + "worldedit.expand.description.vert": "Uswahl zu de Weltgrenzene vertikal erwitere.", + "worldedit.expand.expanded": "Region um {0} Blöck erwiteret", + "worldedit.expand.expanded.vert": "Region um {0} Blöck erwiteret (obe-nach-abe).", + "worldedit.biomeinfo.lineofsight": "Biom entlang vom FadechrĂĽz: {0}", + "worldedit.biomeinfo.position": "Biom ah dinere Position: {0}", + "worldedit.biomeinfo.selection": "Biom ih dinere Uswahl: {0}", + "worldedit.brush.radius-too-large": "Maximal zueglahne Pinselradius: {0}", + "worldedit.brush.apply.description": "Wend en Pinsel, e Funktion uf jeden Block ah", + "worldedit.brush.apply.radius": "D'Grössi vom Pinsel", + "worldedit.brush.apply.shape": "D'Form vo de Region", + "worldedit.brush.apply.type": "Art vom zu benutzende Pinsel", + "worldedit.brush.apply.item.warning": "De Pinsel simuliert d'Verwendig vo Items. Sini Effekt funktioniered möglicherwis nöd uf allne Plattforme, chönd nöd rĂĽckgängig gmacht werde und chönd seltsami WechselwĂĽrkige mit anderne Mods/Plugins verursache. Verwendig uf eigeni Gfahr.", + "worldedit.brush.paint.description": "Mal mit emene Pinsel, wend e Funktion uf e Oberflächi ah", + "worldedit.brush.paint.size": "D'Grössi vom Pinsel", + "worldedit.brush.paint.shape": "D'Form vo de Region", + "worldedit.brush.paint.density": "D'Dichtheit vom Pinsel", + "worldedit.brush.paint.type": "Art vom zu benutzende Pinsel", + "worldedit.brush.paint.item.warning": "De Pinsel simuliert d'Verwendig vo Items. Sini Effekt funktioniered möglicherwis nöd uf allne Plattforme, chönd nöd rĂĽckgängig gmacht werde und chönd seltsami WechselwĂĽrkige mit anderne Mods/Plugins verursache. Verwendig uf eigeni Gfahr.", + "worldedit.brush.sphere.equip": "Chugelförmige Pinsel usgrĂĽstet ({0}).", + "worldedit.brush.cylinder.equip": "Zylinderförmige Pinsel usgrĂĽstet ({0} vo {1}).", + "worldedit.brush.clipboard.equip": "Kopierpinsel usgrĂĽstet.", + "worldedit.brush.smooth.equip": "Glättende Pinsel usgrĂĽstet ({0} x {1}x benutzt {2}).", + "worldedit.brush.extinguish.equip": "Löscher usgrĂĽstet ({0}).", + "worldedit.brush.gravity.equip": "Schwerchraft-Pinsel usgrĂĽstet ({0}).", + "worldedit.brush.butcher.equip": "Metzgerpinsel usgrĂĽstet ({0}).", + "worldedit.brush.operation.equip": "Pinsel uf {0} gsetzt.", + "worldedit.brush.heightmap.unknown": "Unbekannter Heightmap-Pinsel: {0}.", + "worldedit.brush.none.equip": "Pinsel vom aktuelle Item entfernt.", + "worldedit.setbiome.changed": "D'Biom sind fĂĽr ca. {0} Blöck gänderet worde.", + "worldedit.setbiome.warning": "Möglicherwiis, muesch du s'Spiel neustarte (oder schlĂĽss und öffne dini Welt neu), um d'Ă„nderige z'gseh.", + "worldedit.drawsel.disabled": "Server-CUI deaktiviert.", + "worldedit.drawsel.enabled": "Server CUI aktiviert. Dies unterstĂĽtzt nur Cuboid Regionen, mit einer maximalen Größe von {0}x{1}x{2}.", + "worldedit.drawsel.disabled.already": "Server-CUI scho deaktiviert.", + "worldedit.drawsel.enabled.already": "Server-CUI scho aktiviert.", + "worldedit.limit.too-high": "Dis maximal erlaubts Limit isch {0}.", + "worldedit.limit.set": "Blockveränderigslimit uf {0} gsetzt.", + "worldedit.limit.return-to-default": "(Benutz //limit, um de Standard wiederherzstelle.)", + "worldedit.timeout.too-high": "Dini maximal zuelässigi ZiitĂĽberschritig isch {0}ms.", + "worldedit.timeout.set": "ZiitĂĽberschritig isch uf {0}ms gsetzt worde.", + "worldedit.timeout.return-to-default": " (Benutz //timeout, um zum Standard zruggzchere.)", + "worldedit.fast.disabled": "Schnelle Modus deaktiviert.", + "worldedit.fast.enabled": "Schnelle Modus aktiviert. D'BelĂĽchtig ih de betroffene Chunks chan falsch sii und/oder d'Welt meuss neu betrete werde, um d'Ă„nderige z'gseh.", + "worldedit.fast.disabled.already": "Schnelle Modus scho deaktiviert.", + "worldedit.fast.enabled.already": "Schnelle Modus scho aktiviert.", + "worldedit.perf.sideeffect.set": "Nebeeffekt \"{0}\" gsetzt uf {1}", + "worldedit.perf.sideeffect.get": "Nebeeffekt \"{0}\" isch uf {1} gsetzt", + "worldedit.perf.sideeffect.already-set": "Nebeeffekt \"{0}\" isch scho uf {1} gsetzt", + "worldedit.perf.sideeffect.set-all": "Alli Nebeeffekt uf {0} gsetzt", + "worldedit.reorder.current": "De Neuahordnigs-Modus isch {0}", + "worldedit.reorder.set": "Der Neuordnungs-Modus ist nun {0}", + "worldedit.gmask.disabled": "Globali Maske deaktiviert.", + "worldedit.gmask.set": "Globali Maske gsetzt.", + "worldedit.toggleplace.pos1": "Jetzt wird bi Pos #1 platziert.", + "worldedit.toggleplace.player": "Platziere nun an dem Block, in dem du stehst.", + "worldedit.toggleplace.not-locatable": "Platzieren in diesem Kontext nicht möglich.", + "worldedit.searchitem.too-short": "Gebe einen längeren Suchbegriff ein (läng > 2).", + "worldedit.searchitem.either-b-or-i": "Du kannst nicht die Flags 'b' und 'i' gleichzeitig verwenden.", + "worldedit.searchitem.searching": "(Bitte warten... suche nach Items.)", + "worldedit.watchdog.no-hook": "Diese Plattform hat keine Watchdog-Schnittstelle.", + "worldedit.watchdog.active.already": "Watchdog-Manipulation bereits aktiv.", + "worldedit.watchdog.inactive.already": "Watchdog-Manipulation bereits inaktiv.", + "worldedit.watchdog.active": "Watchdog-Manipulation jetzt aktiv.", + "worldedit.watchdog.inactive": "Watchdog-Manipulation jetzt inaktiv.", + "worldedit.world.remove": "Ăśberschreibung der Welt entfernt.", + "worldedit.world.set": "Ăśberschreitung der Welt auf {0} gesetzt. (Benutze //world um zur Standardeinstellung zurĂĽckzukehren)", + "worldedit.undo.undone": "{0} verfĂĽgbare Bearbeitungen rĂĽckgängig gemacht.", + "worldedit.undo.none": "Keine Bearbeitung zum RĂĽckgängig machen verfĂĽgbar.", + "worldedit.redo.redone": "{0} verfĂĽgbare Bearbeitungen wieder hergestellt.", + "worldedit.redo.none": "Keine Bearbeitung zum Wiederherstellen verfĂĽgbar.", + "worldedit.clearhistory.cleared": "Verlauf gelöscht.", + "worldedit.raytrace.noblock": "Kein Block in Sicht!", + "worldedit.restore.not-configured": "Snapshot/Backup Wiederherstellung ist nicht konfiguriert.", + "worldedit.restore.not-available": "Dieser Snapshot existiert nicht oder ist nicht verfĂĽgbar.", + "worldedit.restore.failed": "Fehler beim Laden des Snapshots: {0}", + "worldedit.restore.loaded": "Snapshot '{0} geladen; Wiederherstellung im Gange...", + "worldedit.restore.restored": "Wiederhergestelt; {0} fehlende Chunks und {1} andere Fehler.", + "worldedit.restore.none-for-specific-world": "FĂĽr die Welt '{0}' wurden keine Snapshots gefunden.", + "worldedit.restore.none-for-world": "FĂĽr diese Welt wurden keine Snapshots gefunden.", + "worldedit.restore.none-found": "Es konnten keine Snapshots gefunden werden.", + "worldedit.restore.none-found-console": "Es konnten keine Snapshots gefunden werden. Siehe Konsole fĂĽr Details.", + "worldedit.restore.chunk-not-present": "Chunks waren nicht im Snapshot enthalten.", + "worldedit.restore.chunk-load-failed": "Es konnten keine Chunks geladen werden. (Fehlerhaftes Archiv?)", + "worldedit.restore.block-place-failed": "Durch Fehler konnten keine Blöcke wiederhergestellt werden.", + "worldedit.restore.block-place-error": "Letzter Fehler: {0}", + "worldedit.snapshot.use.newest": "Nutze nun den neuesten Snapshot.", + "worldedit.snapshot.use": "Setze Snapshot auf: {0}", + "worldedit.snapshot.none-before": "Konnte keinen Snapshot vor {0} finden.", + "worldedit.snapshot.none-after": "Konnte keinen Snapshot nach {0} finden.", + "worldedit.snapshot.index-above-0": "UngĂĽltiger Index, muss größer oder gleich 1 sein.", + "worldedit.snapshot.index-oob": "UngĂĽltiger Index, muss zwischen 1 und {0} liegen.", + "worldedit.schematic.unknown-format": "Unbekanntes Schematic-Format: {0}.", + "worldedit.schematic.load.does-not-exist": "Schematic {0} existiert nicht!", + "worldedit.schematic.load.loading": "(Bitte warten... lade Schematics.)", + "worldedit.schematic.load.still-loading": "(Bitte warten... lade Schematics.)", + "worldedit.schematic.save.already-exists": "Diese Schematic existiert bereits. Nutze die Flag -f, um die Datei zu ĂĽberschreiben.", + "worldedit.schematic.save.failed-directory": "Konnte den Ordner fĂĽr Schematics nicht anlegen!", + "worldedit.schematic.save.saving": "(Bitte warten... speichere Schematics.)", + "worldedit.schematic.save.still-saving": "(Bitte warten... speichere Schematics.)", + "worldedit.schematic.delete.does-not-exist": "Schematic {0} existiert nöd!", + "worldedit.schematic.delete.failed": "Lösche vo {0} fehlgschlage! Isch die Datei schribgschĂĽtzt?", + "worldedit.schematic.delete.deleted": "{0} isch glöscht worde.", + "worldedit.schematic.formats.title": "VerfĂĽegbari Format fĂĽr d'ZwĂĽscheablag (Name: Churzbezeichnig)", + "worldedit.schematic.unsupported-minecraft-version": "Die Version vo WorldEdit unterstĂĽtzt dini Minecraft Version nöd. Schematic werded nöd funktioniere, bis das glöst isch.", + "worldedit.pos.already-set": "Position scho gsetzt.", + "worldedit.pos.console-require-coords": "Als Konsole mĂĽend Koordinate ahgeh werde.", + "worldedit.hpos.no-block": "Kein Block in Sicht!", + "worldedit.hpos.already-set": "Position scho gsetzt.", + "worldedit.chunk.selected-multiple": "Usgwählti Chunks: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "Chunk usgwählt: {0}, {1}, {2}", + "worldedit.wand.invalid": "Uswahl-Item isch falsch konfiguriert oder deaktiviert.", + "worldedit.wand.selwand.info": "Linksklick: Setz Position #1, Rechtsklick: Setz Position #2", + "worldedit.wand.navwand.info": "Linksklick: Springe zu de Position; Rechtsklick: Springe dur Wänd", + "worldedit.wand.selwand.now.tool": "S'Uswahl-Item isch jetzt es normals WerchzĂĽg. Du chasch es mit {0} deaktiviere und mit {1} zu jedem Item neu zueordne oder mit {2} es neus becho.", + "worldedit.contract.contracted": "Region um {0} Blöck verchlineret.", + "worldedit.shift.shifted": "Region verschobe.", + "worldedit.outset.outset": "Region vergrösseret.", + "worldedit.inset.inset": "Region verchlineret.", + "worldedit.size.offset": "Versatz: {0}", + "worldedit.size.type": "Typ: {0}", + "worldedit.size.size": "Grössi: {0}", + "worldedit.size.distance": "Kubischi Distanz: {0}", + "worldedit.size.blocks": "Ahzahl vo Blöck: {0}", + "worldedit.count.counted": "Ahzahl: {0}", + "worldedit.distr.no-blocks": "Kei Blöck zellt.", + "worldedit.distr.no-previous": "Kei vorherigi Verteilige.", + "worldedit.distr.total": "Gsamti Blockahzahl: {0}", + "worldedit.select.cleared": "Uswahl ufghobe.", + "worldedit.select.cuboid.message": "Kubisch: Linksklick fĂĽr Punkt 1, Rechtsklick fĂĽr Punkt 2", + "worldedit.select.cuboid.description": "Wähl zwei Egge vomene Quader", + "worldedit.select.extend.message": "Kubisch: Linksklick fĂĽr en Startpunkt, Rechtsklick zum Erwitere", + "worldedit.select.extend.description": "Schnelle kubische Uswahlmodus", + "worldedit.select.poly.message": "2D Polygon-Uswahl: Links/Rechtsklick um en Punkt hinzuezfĂĽege.", + "worldedit.select.poly.limit-message": "maximal {0} PĂĽnkt.", + "worldedit.select.poly.description": "Wähl es 2D-Polygon mit Höchi", + "worldedit.select.ellipsoid.message": "Ellipsoidi Uswahl: Linksklick fĂĽr Mittelpunkt, Rechtsklick zum Erwitere", + "worldedit.select.ellipsoid.description": "Wähl es Ellipsoid us", + "worldedit.select.sphere.message": "Chugel Selektor: Linksklick fĂĽr Mittelpunkt, Rechtsklick um Radius z'setze", + "worldedit.select.sphere.description": "Wähl e Chugle us", + "worldedit.select.cyl.message": "Zylindrische Selektor: Linksklick fĂĽr Mittelpunkt, Rechtsklick zum Erwitere", + "worldedit.select.cyl.description": "Wähl en Zylinder us", + "worldedit.select.convex.message": "Konvex-Polyhedrischi Uswahl: Linksklick fĂĽr de ersti Chnote, Rechtsklick zum Erwitere.", + "worldedit.select.convex.limit-message": "maximal {0} PĂĽnkt.", + "worldedit.select.convex.description": "Wähl e Konvex-Polyhedrischi Form us", + "worldedit.select.default-set": "Dini standardmässigi Regions-Uswahl isch jetzt {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Alts Format: {0}", + "worldedit.chunkinfo.mcregion-filename": "McRegion: region/{0}", + "worldedit.listchunks.listfor": "Uflistig vo Chunks fĂĽr: {0}", + "worldedit.drain.drained": "{0} Blöcke wurden getrocknet.", + "worldedit.fill.created": "{0} Blöcke wurden ausgefĂĽllt.", + "worldedit.fillr.created": "{0} Blöcke wurden ausgefĂĽllt.", + "worldedit.fixlava.fixed": "{0} Blöcke wurden korrigiert.", + "worldedit.fixwater.fixed": "{0} Blöcke wurden korrigiert.", + "worldedit.removeabove.removed": "{0} Blöcke wurden entfernt.", + "worldedit.removebelow.removed": "{0} Blöcke wurden entfernt.", + "worldedit.removenear.removed": "{0} Blöcke wurden entfernt.", + "worldedit.replacenear.replaced": "{0} Blöcke wurden ersetzt.", + "worldedit.snow.created": "{0} Oberflächen wurden bedeckt.", + "worldedit.thaw.removed": "{0} Blöcke wurden aufgetaut.", + "worldedit.green.changed": "{0} Blöcke wurden grĂĽn gemacht.", + "worldedit.extinguish.removed": "{0} Brände wurden gelöscht.", + "worldedit.butcher.killed": "{0} Kreaturen wurden in einem Radius von {1} getötet.", + "worldedit.butcher.explain-all": "Verwende -1, um alle Mobs in geladenen Chunks zu entfernen", + "worldedit.remove.removed": "{0} Entities wurden fĂĽr das Entfernen markiert.", + "worldedit.remove.explain-all": "Verwende -1, um alle Entities in geladenen Chunks zu entfernen", + "worldedit.calc.invalid": "'{0}' konnte nicht als gĂĽltiger Ausdruck ĂĽbersetzt werden", + "worldedit.calc.invalid.with-error": "'{0}' konnte nicht als gĂĽltiger Ausdruck geparst werden: '{1}'", + "worldedit.paste.pasted": "Die Zwischenablage wurde bei {0} eingefĂĽgt", + "worldedit.paste.selected": "EinfĂĽgebereich fĂĽr Zwischenablage ausgewählt.", + "worldedit.rotate.no-interpolation": "Hinweis: Interpolation ist noch nicht unterstĂĽtzt. Es ist empfohlen, Winkel mit einem Vielfachen von 90 zu nutzen.", + "worldedit.rotate.rotated": "Die Zwischenablage wurde gedreht.", + "worldedit.flip.flipped": "Die Zwischenablage wurde gespiegelt.", + "worldedit.clearclipboard.cleared": "Die Zwischenablage wurde geleert.", + "worldedit.set.done": "Vorgang abgeschlossen.", + "worldedit.set.done.verbose": "Vorgang abgeschlossen ({0}).", + "worldedit.line.changed": "{0} Blöcke wurden verändert.", + "worldedit.line.invalid-type": "//line funktioniert nur mit kubischen Selektionen oder konvex-polyhedrischen Selektionen", + "worldedit.curve.changed": "{0} Blöcke wurden verändert.", + "worldedit.curve.invalid-type": "//curve funktioniert nur mit konvex-polyhedrischen Selektionen", + "worldedit.replace.replaced": "{0} Blöcke wurden ersetzt.", + "worldedit.stack.changed": "{0} Blöcke wurden geändert. RĂĽckgängig mit //undo", + "worldedit.stack.intersecting-region": "Stapelversatz darf bei Verwendung von Blockeinheiten nicht mit der Region kollidieren", + "worldedit.regen.regenerated": "Region neu generiert.", + "worldedit.regen.failed": "Chunks konnten nicht regeneriert werden. Siehe Konsole fĂĽr Details.", + "worldedit.walls.changed": "{0} Blöcke wurden verändert.", + "worldedit.faces.changed": "{0} Blöcke wurden verändert.", + "worldedit.overlay.overlaid": "{0} Blöcke wurden bedeckt.", + "worldedit.naturalize.naturalized": "{0} Block/Blöcke wurden verändert, um natĂĽrlicher zu erscheinen.", + "worldedit.center.changed": "Mittelpunkt gesetzt. ({0} Blöcke geändert)", + "worldedit.smooth.changed": "Höhenkarte des Geländes geglättet. {0} Blöcke geändert.", + "worldedit.move.moved": "{0} Blöcke verschoben.", + "worldedit.deform.deformed": "{0} Blöcke wurden verformt.", + "worldedit.hollow.changed": "{0} Blöcke wurden verändert.", + "worldedit.forest.created": "{0} Bäume erstellt.", + "worldedit.flora.created": "{0} Pflanzen erstellt.", + "worldedit.unstuck.moved": "Bitte schön!", + "worldedit.ascend.obstructed": "Keine freie Stelle ĂĽber dir gefunden.", + "worldedit.ascend.moved": "Um {0} Ebenen aufgestiegen.", + "worldedit.descend.obstructed": "Keine freie Stelle unter dir gefunden.", + "worldedit.descend.moved": "Um {0} Ebenen abgestiegen.", + "worldedit.ceil.obstructed": "Keine freie Stelle ĂĽber dir gefunden.", + "worldedit.ceil.moved": "Magie!", + "worldedit.thru.obstructed": "Keine freie Stelle vor dir gefunden.", + "worldedit.thru.moved": "Magie!", + "worldedit.jumpto.moved": "Magie!", + "worldedit.jumpto.none": "Kein Block in Sicht (oder zu weit entfernt)!", + "worldedit.up.obstructed": "Du wĂĽrdest etwas ĂĽber dir treffen.", + "worldedit.up.moved": "Magie!", + "worldedit.cyl.invalid-radius": "Du musst entweder ein oder zwei Radien angeben.", + "worldedit.cyl.created": "{0} Blöcke wurden erstellt.", + "worldedit.sphere.invalid-radius": "Du musst entweder ein oder drei Radien angeben.", + "worldedit.sphere.created": "{0} Blöcke wurden erstellt.", + "worldedit.forestgen.created": "{0} Bäume erstellt.", + "worldedit.pumpkins.created": "{0} KĂĽrbisbeete erstellt.", + "worldedit.pyramid.created": "{0} Blöcke wurden erstellt.", + "worldedit.generate.created": "{0} Blöcke wurden erstellt.", + "worldedit.generatebiome.changed": "{0} Biome betroffen.", + "worldedit.reload.config": "Konfiguration wurde neu geladen!", + "worldedit.report.written": "WorldEdit-Bereicht zu {0} geschrieben", + "worldedit.report.error": "Fehler beim Schreiben des Berichts: {0}", + "worldedit.report.callback": "WorldEdit Report: {0}.report", + "worldedit.timezone.invalid": "UngĂĽltige Zeitzone", + "worldedit.timezone.set": "Zeitzone fĂĽr diese Sitzung gesetzt: {0}", + "worldedit.timezone.current": "Die aktuelle Zeit in dieser Zeitzone ist: {0}", + "worldedit.version.version": "WorldEdit-Version {0}", + "worldedit.version.bukkit.unsupported-adapter": "Diese WorldEdit Version unterstĂĽtzt ihre Version von Bukkit nicht vollständig. Block-Entities (z.B. Truhen) sind leer, Blockeigenschaften (z. B. Rotation) fehlen und andere Dinge werden möglicherweise nicht funktionieren. Aktualisieren Sie WorldEdit um diese Funktion wiederherzustellen:\n{0}", + "worldedit.trace.action-failed": "Trace: Aktion(en) {0} bei {1} verworfen nach AusmaĂź {2}", + "worldedit.trace.active.already": "Ablaufverfolgungs-Modus bereits aktiv.", + "worldedit.trace.inactive.already": "Ablaufverfolgungs-Modus bereits inaktiv.", + "worldedit.trace.active": "Ablaufverfolgungs-Modus ist nun aktiv.", + "worldedit.trace.inactive": "Ablaufverfolgungs-Modus ist nun inaktiv.", + "worldedit.command.time-elapsed": "{0}s vergangen (History: {1} geändert; {2} Blöcke/Sek).", + "worldedit.command.permissions": "Dazu bist du nicht berechtigt. Bist du im richtigen Modus?", + "worldedit.command.player-only": "Dieser Befehl muss als Spieler benutzt werden.", + "worldedit.command.error.report": "Bitte melde diesen Fehler: [Siehe Konsole]", + "worldedit.pastebin.uploading": "(Bitte warten... sende Daten an Pastebin...)", + "worldedit.session.cant-find-session": "Sitzung fĂĽr {0} nicht gefunden", + "worldedit.platform.no-file-dialog": "Datei-Dialoge werden in Ihrer Umgebung nicht unterstĂĽtzt.", + "worldedit.asset.load.loading": "(Bitte warten... lade Asset.)", + "worldedit.asset.load.still-loading": "(Bitte warten... lade weiterhin Asset.)", + "worldedit.asset.load.failed": "Fehler beim laden des Assets", + "worldedit.tool.max-block-changes": "Maximales Ă„nderungslimit fĂĽr Blöcke erreicht.", + "worldedit.tool.no-block": "Kein Block in Sicht!", + "worldedit.tool.repl.equip": "Ersetzen-Werkzeug an {0} gebunden.", + "worldedit.tool.repl.switched": "Ersetzen-Werkzeug geändert zu: {0}", + "worldedit.tool.data-cycler.equip": "Werkzeug zum Ă„ndern von Blockdaten an {0} gebunden.", + "worldedit.tool.data-cycler.block-not-permitted": "Du hast keine Befugnis, die Werte dieses Blockes zu ändern.", + "worldedit.tool.data-cycler.cant-cycle": "Diese Blockdaten können nicht verändert werden!", + "worldedit.tool.data-cycler.new-value": "Wert von {0} ist jetzt {1}.", + "worldedit.tool.data-cycler.cycling": "Ă„ndere nun {0}.", + "worldedit.tool.deltree.equip": "Werkzeug zum Entfernen fliegender Bäume an {0} gebunden.", + "worldedit.tool.deltree.not-tree": "Das ist kein Baum.", + "worldedit.tool.deltree.not-floating": "Das ist kein schwebender Baum.", + "worldedit.tool.tree.equip": "Werkzeug zum Bäume setzen an {0} gebunden.", + "worldedit.tool.tree.obstructed": "Hier kann kein Baum erstellt werden.", + "worldedit.tool.info.equip": "Werkzeug fĂĽr Informationen an {0} gebunden.", + "worldedit.tool.info.blockstate.hover": "Blockstatus", + "worldedit.tool.info.internalid.hover": "Interne ID", + "worldedit.tool.info.legacy.hover": "Legacy-Id: Daten", + "worldedit.tool.info.light.hover": "Lichtlevel Block/Lichtlevel darĂĽber", + "worldedit.tool.none.equip": "Werkzeug vom aktuellen Item entfernt.", + "worldedit.tool.none.to.unequip": "Ihr aktuelles Item ist nicht gebunden.", + "worldedit.tool.selwand.equip": "Werkzeug zum Auswählen an {0} gebunden.", + "worldedit.tool.navwand.equip": "Werkzeug zum Navigieren an {0} gebunden.", + "worldedit.tool.floodfill.equip": "Werkzeug zum FĂĽllen von Blöcken an {0} gebunden.", + "worldedit.tool.farwand.equip": "Werkzeug zum Auswählen fĂĽr groĂźe Distanzen an {0} gebunden.", + "worldedit.tool.lrbuild.equip": "Werkzeug zum Setzen von Blöcken fĂĽr groĂźe Distanzen an {0} gebunden.", + "worldedit.tool.lrbuild.set": "Linksklick auf {0} gesetzt; Rechtsklick auf {1} gesetzt.", + "worldedit.tool.stack.equip": "Werkzeug zum Stapeln an {0} gebunden.", + "worldedit.tool.unbind-instruction": "FĂĽhre {0} aus, während du das Item in der Hand hältst, um es zu entbinden.", + "worldedit.tool.superpickaxe.mode.single": "Modus ist jetzt blockweise. Linksklick mit einer Spitzhacke. // zum deaktivieren.", + "worldedit.tool.superpickaxe.mode.area": "Modus ist jetzt bereichsförmig. Linksklick mit einer Spitzhacke. // zum deaktivieren.", + "worldedit.tool.superpickaxe.mode.recursive": "Modus ist jetzt rekursiv. Linksklick mit einer Spitzhacke. // zum deaktivieren.", + "worldedit.tool.superpickaxe.max-range": "Maximale Entfernung ist {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Superspitzhacke ist bereits aktiviert.", + "worldedit.tool.superpickaxe.disabled.already": "Superspitzhacke ist bereits deaktiviert.", + "worldedit.tool.superpickaxe.enabled": "Superspitzhacke aktiviert.", + "worldedit.tool.superpickaxe.disabled": "Superspitzhacke deaktiviert.", + "worldedit.tool.mask.set": "Maske fĂĽr Pinsel gesetzt.", + "worldedit.tool.mask.disabled": "Maske fĂĽr Pinsel deaktiviert.", + "worldedit.tool.material.set": "Material fĂĽr Pinsel gesetzt.", + "worldedit.tool.range.set": "Reichweite fĂĽr Pinsel gesetzt.", + "worldedit.tool.size.set": "Pinselgröße gesetzt.", + "worldedit.tool.tracemask.set": "Kollidierungsmaske gesetzt.", + "worldedit.tool.tracemask.disabled": "Kollidierungsmaske deaktiviert.", + "worldedit.tool.error.cannot-bind": "Kann das Werkzeug nicht an {0} binden: {1}", + "worldedit.tool.error.item-only": "Blöcke können nicht verwendet werden.", + "worldedit.execute.script-permissions": "Du hast keine Berechtigung, dieses Skript zu nutzen.", + "worldedit.executelast.no-script": "Benutze zuerst /cs mit einem Skriptnamen.", + "worldedit.script.read-error": "Skript Lesefehler: {0}", + "worldedit.script.unsupported": "Aktuell werden nur .js-Skripte unterstĂĽtzt", + "worldedit.script.file-not-found": "Skript existiert nicht: {0}", + "worldedit.script.no-script-engine": "Fehler beim Finden einer Skript-Engine.\nBitte beachte https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "Fehler beim AusfĂĽhren: {0}", + "worldedit.script.failed-console": "Fehler beim AusfĂĽhren (siehe Konsole): {0}", + "worldedit.operation.affected.biome": "{0} Biome betroffen", + "worldedit.operation.affected.block": "{0} Blöcke betroffen", + "worldedit.operation.affected.column": "{0} Stellen betroffen", + "worldedit.operation.affected.entity": "{0} Entities betroffen", + "worldedit.operation.deform.expression": "deformiert mit {0}", + "worldedit.error.invalid-number": "Anzahl erwartet; String angegeben.", + "worldedit.error.invalid-number.matches": "Anzahl erwartet; String \"{0}\" angegeben.", + "worldedit.error.incomplete-region": "Wähle zuerst eine Region aus.", + "worldedit.error.unknown-block": "Blockname '{0}' wurde nicht erkannt.", + "worldedit.error.unknown-entity": "Entityname '{0}' wurde nicht erkannt.", + "worldedit.error.unknown-mob": "Mob-Name '{0}' wurde nicht erkannt.", + "worldedit.error.unknown-biome": "Biomname '{0}' wurde nicht erkannt.", + "worldedit.error.unknown-tag": "Tagname '{0}' wurde nicht erkannt.", + "worldedit.error.empty-tag": "Tagname '{0}' hat keinen Inhalt.", + "worldedit.error.no-match": "Kein Treffer fĂĽr '{0}'.", + "worldedit.error.disallowed-block": "Block '{0}' nicht erlaubt (siehe WorldEdit Konfiguration).", + "worldedit.error.max-changes": "Maximale Anzahl an Blöcken in einer Operation geändert ({0}).", + "worldedit.error.max-brush-radius": "Maximaler Pinselradius (in Konfiguration): {0}", + "worldedit.error.max-radius": "Maximaler Radius (in Konfiguration): {0}", + "worldedit.error.unknown-direction": "Unbekannte Richtung: {0}", + "worldedit.error.empty-clipboard": "Die Zwischenablage ist leer. Verwende zuerst //copy.", + "worldedit.error.invalid-filename": "Dateiname '{0}' ungĂĽltig: {1}", + "worldedit.error.invalid-filename.invalid-characters": "UngĂĽltige Zeichen oder Erweiterung fehlt", + "worldedit.error.file-resolution": "Datei '{0}' Fehler beim Auflösen der Datei: {1}", + "worldedit.error.file-resolution.outside-root": "Pfad ist auĂźerhalb des erlaubten Verzeichnisses", + "worldedit.error.file-resolution.resolve-failed": "Fehler beim Auflösen des Pfades", + "worldedit.error.file-aborted": "Dateiauswahl abgebrochen.", + "worldedit.error.no-file-selected": "Es wurde keine Datei ausgewählt.", + "worldedit.error.world-unloaded": "Die Welt wurde bereits entladen.", + "worldedit.error.not-a-block": "Dieses Item ist kein Block.", + "worldedit.error.not-a-block.item": "Das Item '{0}' ist kein Block.", + "worldedit.error.incorrect-usage": "Benutzung: {0}", + "worldedit.error.invalid-page": "UngĂĽltige Seitennummer", + "worldedit.error.parser.bad-state-format": "Fehlerhaftes Statusformat in {0}", + "worldedit.error.parser.duplicate-property": "Doppelte Eigenschaft: {0}", + "worldedit.error.parser.empty-state": "Leerer Teil im Status", + "worldedit.error.parser.missing-equals-separator": "Fehlendes Trennzeichen '='", + "worldedit.error.parser.clipboard.missing-offset": "Offset mit @ angegeben, aber kein Offset angegeben. Verwenden Sie '#copy@[x,y,z]'.", + "worldedit.error.parser.unknown-property": "Unbekannte Eigenschaft '{0}' fĂĽr Block '{1}'", + "worldedit.error.parser.unknown-value": "Unbekannter Wert '{0}' fĂĽr Eigenschaft '{1} '", + "worldedit.error.parser.empty-property": "Leere Eigenschaft im Status", + "worldedit.error.parser.empty-value": "Leerer Wert im Status", + "worldedit.error.parser.invalid-colon": "UngĂĽltiger Doppelpunkt.", + "worldedit.error.parser.invalid-expression": "UngĂĽltiger Ausdruck: {0}", + "worldedit.error.parser.negate-nothing": "Nichts kann nicht negiert werden!", + "worldedit.error.parser.hanging-lbracket": "UngĂĽltiges Format. Fehlende Klammer bei '{0}'.", + "worldedit.error.parser.missing-rbracket": "Bei dem Status fehlt die schlieĂźende Klammer ']'", + "worldedit.error.parser.missing-random-type": "Fehlender Typ hinter dem % symbol fĂĽr '{0}'", + "worldedit.error.parser.clipboard.missing-coordinates": "Versatz fĂĽr die Zwischenablage benötigt x,y,z Koordinaten.", + "worldedit.error.parser.player-only": "Eingabe '{0}' erfordert einen Spieler!", + "worldedit.error.disabled": "Diese Funktion ist deaktiviert (siehe WorldEdit Konfiguration).", + "worldedit.error.unknown": "Unbekannter Fehler ist aufgetreten: {0}", + "worldedit.error.missing-extent": "Kein Ziel ist bekannt", + "worldedit.error.missing-session": "Keine lokale Session ist bekannt", + "worldedit.error.missing-world": "Du musst eine Welt angeben (Try //world)", + "worldedit.error.missing-actor": "Kein Akteur ist bekannt", + "worldedit.selection.convex.info.vertices": "Knoten: {0}", + "worldedit.selection.convex.info.triangles": "Dreiecke: {0}", + "worldedit.selection.convex.explain.primary": "Neue Auswahl mit Knoten {0} gestartet.", + "worldedit.selection.convex.explain.secondary": "Knoten {0} zur Auswahl hinzugefĂĽgt.", + "worldedit.selection.cuboid.info.pos1": "Position 1: {0}", + "worldedit.selection.cuboid.info.pos2": "Position 2: {0}", + "worldedit.selection.cuboid.explain.primary": "Erste Position bei {0} gesetzt.", + "worldedit.selection.cuboid.explain.primary-area": "Erste Position bei {0} ({1}) gesetzt.", + "worldedit.selection.cuboid.explain.secondary": "Zweite Position bei {0} gesetzt.", + "worldedit.selection.cuboid.explain.secondary-area": "Zweite Position bei {0} ({1}) gesetzt.", + "worldedit.selection.extend.explain.primary": "Auswahl bei {0} ({1}) gestartet.", + "worldedit.selection.extend.explain.secondary": "Auswahl erweitert, damit {0} ({1}) beinhaltet wird.", + "worldedit.selection.ellipsoid.info.center": "Mittelpunkt: {0}", + "worldedit.selection.ellipsoid.info.radius": "X/Y/Z Radius: {0}", + "worldedit.selection.ellipsoid.explain.primary": "Position des Mittelpunkts zu {0} gesetzt.", + "worldedit.selection.ellipsoid.explain.primary-area": "Position des Mittelpunkts zu {0} ({1}) gesetzt.", + "worldedit.selection.ellipsoid.explain.secondary": "Radius auf {0} gesetzt.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Radius auf {0} ({1}) gesetzt.", + "worldedit.selection.ellipsoid.error.even-horizontal": "Ellipsoid-Ă„nderungen mĂĽssen fĂĽr jede Dimension gleich sein.", + "worldedit.selection.cylinder.info.center": "Mittelpunkt: {0}", + "worldedit.selection.cylinder.info.radius": "Radius: {0}", + "worldedit.selection.cylinder.explain.primary": "Neue zylindrische Auswahl bei {0} gestartet.", + "worldedit.selection.cylinder.explain.secondary": "Radius auf {0}/{1} Blöcke gesetzt. ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "Damit der Radius eingestellt werden kann, ist es notwendig, einen Mittelpunkt zu wählen.", + "worldedit.selection.cylinder.error.even-horizontal": "Zylinderänderungen mĂĽssen auch fĂĽr jede horizontale Dimension gelten.", + "worldedit.selection.polygon2d.info": "Anzahl Punkte: {0}", + "worldedit.selection.polygon2d.explain.primary": "Neues Polygon bei {0} gestartet.", + "worldedit.selection.polygon2d.explain.secondary": "Punkt #{0} bei {1} hinzugefĂĽgt.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "Polygone können nur vertikal erweitert werden.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "Polygone können nur vertikal verhandelt werden.", + "worldedit.selection.sphere.explain.secondary": "Radius auf {0} gesetzt.", + "worldedit.selection.sphere.explain.secondary-defined": "Radius auf {0} ({1}) gesetzt.", + "worldedit.selection.null.error.immutable": "NullRegion könnt nicht geändert werden.", + "worldedit.selection.intersection.error.cannot-expand": "Könnt nicht einen regionalen Schnittpunkt erweitern.", + "worldedit.selection.intersection.error.cannot-contract": "Könnt nicht einen regionalen Schnittpunkt verhandeln.", + "worldedit.selection.transform.error.cannot-expand": "Könnt nicht einen TransformedRegion erweitern.", + "worldedit.selection.transform.error.cannot-contract": "Könnt nicht einen TransformedRegion verhandeln.", + "worldedit.selection.transform.error.cannot-change": "Könnt nicht einen TransformedRegion ändern.", + "worldedit.sideeffect.lighting": "Beleuchtung", + "worldedit.sideeffect.lighting.description": "Aktualisiert Blockbeleuchtung", + "worldedit.sideeffect.neighbors": "Nachbarn", + "worldedit.sideeffect.neighbors.description": "Benachrichtigt Blöcke in der Nähe ĂĽber den Ă„nderungen", + "worldedit.sideeffect.update": "Update", + "worldedit.sideeffect.update.description": "Benachrichtigt den geänderten Block", + "worldedit.sideeffect.validation": "ĂśberprĂĽfung", + "worldedit.sideeffect.validation.description": "ĂśberprĂĽft und repariert inkonsistenten Weltzustand, so wie getrennte Blöcke", + "worldedit.sideeffect.entity_ai": "Wesen-KI", + "worldedit.sideeffect.entity_ai.description": "Aktualisiert Wesen-KI-Pfade fĂĽr die Blockänderungen", + "worldedit.sideeffect.events": "Mod/Plugin-Ereignisse", + "worldedit.sideeffect.events.description": "Informiert andere Mods/Plugins ĂĽber diese Ă„nderungen, falls anwendbar", + "worldedit.sideeffect.state.on": "An", + "worldedit.sideeffect.state.delayed": "Verzögert", + "worldedit.sideeffect.state.off": "Aus", + "worldedit.sideeffect.box.current": "Aktuell", + "worldedit.sideeffect.box.change-to": "Klicken, um auf {0} zu setzen", + "worldedit.help.command-not-found": "Der Befehl '{0}' konnte nicht gefunden werden.", + "worldedit.help.no-subcommands": "'{0}' hat keine Unterbefehle. (Vielleicht steht '{1}' fĂĽr einen Parameter?)", + "worldedit.help.subcommand-not-found": "Der Unterbefehl '{0}' unter '{1}' konnte nicht gefunden werden.", + "worldedit.cli.stopping": "Wird beendet!", + "worldedit.cli.unknown-command": "Unbekannter Befehl!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/de/strings.json b/config/worldedit/.archive-unpack/2e1dd752/de/strings.json new file mode 100644 index 0000000..c90e85f --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/de/strings.json @@ -0,0 +1,413 @@ +{ + "worldedit.expand.description.vert": "Auswahl zu den Weltgrenzen vertikal erweitern.", + "worldedit.expand.expanded": "Region um {0} Blöcke erweitert", + "worldedit.expand.expanded.vert": "Region um {0} Blöcke erweitert (oben-nach-unten).", + "worldedit.biomeinfo.lineofsight": "Biome entlang des Fadenkreuzes: {0}", + "worldedit.biomeinfo.position": "Biome an deiner Position: {0}", + "worldedit.biomeinfo.selection": "Biome in deiner Auswahl: {0}", + "worldedit.brush.radius-too-large": "Maximal zulässiger Pinselradius: {0}", + "worldedit.brush.apply.description": "Benutze einen Pinsel, eine Funktion auf jeden Block anwenden", + "worldedit.brush.apply.radius": "Die Größe des Pinsels", + "worldedit.brush.apply.shape": "Die Form der Region", + "worldedit.brush.apply.type": "Art des zu benutzenden Pinsels", + "worldedit.brush.apply.item.warning": "Dieser Pinsel simuliert die Verwendung von Items. Seine Effekte funktionieren möglicherweise nicht auf allen Plattformen, können nicht rĂĽckgängig gemacht werden und können seltsame Wechselwirkungen mit anderen Mods/Plugins verursachen. Verwendung auf eigene Gefahr.", + "worldedit.brush.paint.description": "Male mit einem Pinsel, eine Funktion auf eine Oberfläche anwenden", + "worldedit.brush.paint.size": "Die Größe eines Pinsels", + "worldedit.brush.paint.shape": "Die Form des Pinsels", + "worldedit.brush.paint.density": "Die Dichte des Pinsels", + "worldedit.brush.paint.type": "Typ des zu benutzenden Pinsels", + "worldedit.brush.paint.item.warning": "Dieser Pinsel simuliert die Verwendung von Items. Seine Effekte funktionieren möglicherweise nicht auf allen Plattformen, können nicht rĂĽckgängig gemacht werden und können seltsame Wechselwirkungen mit anderen Mods/Plugins verursachen. Verwendung auf eigene Gefahr.", + "worldedit.brush.sphere.equip": "Kugelförmiger Pinsel ausgerĂĽstet ({0}).", + "worldedit.brush.cylinder.equip": "Zylinderförmiger Pinsel ausgerĂĽstet ({0} von {1}).", + "worldedit.brush.clipboard.equip": "Pinsel mit Form der Zwischenablage ausgerĂĽstet.", + "worldedit.brush.smooth.equip": "Glättender Pinsel ausgerĂĽstet ({0} x {1}x benutzt {2}).", + "worldedit.brush.extinguish.equip": "Löscher ausgerĂĽstet ({0}).", + "worldedit.brush.gravity.equip": "Schwerkraft-Pinsel ausgerĂĽstet ({0}).", + "worldedit.brush.butcher.equip": "Pinsel zur Monsterentfernung ausgerĂĽstet ({0}).", + "worldedit.brush.operation.equip": "Pinsel auf {0} gesetzt.", + "worldedit.brush.heightmap.unknown": "Unbekannter Heightmap-Pinsel: {0}.", + "worldedit.brush.none.equip": "Pinsel vom aktuellen Item entfernt.", + "worldedit.setbiome.changed": "Biome wurden fĂĽr etwa {0} Blöcke geändert.", + "worldedit.setbiome.warning": "Möglicherweise musst du deinem Spiel wieder beitreten (oder deine Welt schlieĂźen und wieder öffnen), um Ă„nderungen zu sehen.", + "worldedit.drawsel.disabled": "Server-CUI deaktiviert.", + "worldedit.drawsel.enabled": "Server CUI aktiviert. Dies unterstĂĽtzt nur Cuboid Regionen, mit einer maximalen Größe von {0}x{1}x{2}.", + "worldedit.drawsel.disabled.already": "Server-CUI bereits deaktiviert.", + "worldedit.drawsel.enabled.already": "Server-CUI schon aktiviert.", + "worldedit.limit.too-high": "Dein maximal erlaubtes Limit ist {0}.", + "worldedit.limit.set": "Blockveränderungslimit auf {0} gesetzt.", + "worldedit.limit.return-to-default": "(Benutze //limit um den Standard wieder herzustellen.)", + "worldedit.timeout.too-high": "Deine maximal zulässige ZeitĂĽberschreitung ist {0}ms.", + "worldedit.timeout.set": "ZeitĂĽberschreitung wurde auf {0}ms gesetzt.", + "worldedit.timeout.return-to-default": " (Benutze //timeout um zum Standard zurĂĽckzukehren.)", + "worldedit.fast.disabled": "Schnellen Modus deaktiviert.", + "worldedit.fast.enabled": "Schnellmodus aktiviert. Die Beleuchtung in den betroffenen Chunks kann falsch sein und/oder die Welt muss neu betreten werden, um Ă„nderungen zu sehen.", + "worldedit.fast.disabled.already": "Schneller Modus bereits deaktiviert.", + "worldedit.fast.enabled.already": "Schneller Modus ist schon aktiviert.", + "worldedit.perf.sideeffect.set": "Nebeneffekt \"{0}\" gesetzt auf {1}", + "worldedit.perf.sideeffect.get": "Nebeneffekt \"{0}\" ist auf {1} gesetzt", + "worldedit.perf.sideeffect.already-set": "Nebeneffekt \"{0}\" ist bereits auf {1} gesetzt", + "worldedit.perf.sideeffect.set-all": "Alle Nebeneffekte auf {0} gesetzt", + "worldedit.reorder.current": "Der Neuordnungs-Modus ist {0}", + "worldedit.reorder.set": "Der Neuordnungs-Modus ist nun {0}", + "worldedit.gmask.disabled": "Globale Maske deaktiviert.", + "worldedit.gmask.set": "Globale Mask gesetzt.", + "worldedit.toggleplace.pos1": "Jetzt wird bei Pos #1 platziert.", + "worldedit.toggleplace.player": "Platziere nun an dem Block, in dem du stehst.", + "worldedit.toggleplace.not-locatable": "Platzieren in diesem Kontext nicht möglich.", + "worldedit.searchitem.too-short": "Gebe einen längeren Suchbegriff ein (läng > 2).", + "worldedit.searchitem.either-b-or-i": "Du kannst nicht die Flags 'b' und 'i' gleichzeitig verwenden.", + "worldedit.searchitem.searching": "(Bitte warten... suche nach Items.)", + "worldedit.watchdog.no-hook": "Diese Plattform hat keine Watchdog-Schnittstelle.", + "worldedit.watchdog.active.already": "Watchdog-Manipulation bereits aktiv.", + "worldedit.watchdog.inactive.already": "Watchdog-Manipulation bereits inaktiv.", + "worldedit.watchdog.active": "Watchdog-Manipulation jetzt aktiv.", + "worldedit.watchdog.inactive": "Watchdog-Manipulation jetzt inaktiv.", + "worldedit.world.remove": "Ăśberschreibung der Welt entfernt.", + "worldedit.world.set": "Ăśberschreitung der Welt auf {0} gesetzt. (Benutze //world um zur Standardeinstellung zurĂĽckzukehren)", + "worldedit.undo.undone": "{0} verfĂĽgbare Bearbeitungen rĂĽckgängig gemacht.", + "worldedit.undo.none": "Keine Bearbeitung zum RĂĽckgängig machen verfĂĽgbar.", + "worldedit.redo.redone": "{0} verfĂĽgbare Bearbeitungen wieder hergestellt.", + "worldedit.redo.none": "Keine Bearbeitung zum Wiederherstellen verfĂĽgbar.", + "worldedit.clearhistory.cleared": "Verlauf gelöscht.", + "worldedit.raytrace.noblock": "Kein Block in Sicht!", + "worldedit.restore.not-configured": "Snapshot/Backup Wiederherstellung ist nicht konfiguriert.", + "worldedit.restore.not-available": "Dieser Snapshot existiert nicht oder ist nicht verfĂĽgbar.", + "worldedit.restore.failed": "Fehler beim Laden des Snapshots: {0}", + "worldedit.restore.loaded": "Snapshot '{0} geladen; Wiederherstellung im Gange...", + "worldedit.restore.restored": "Wiederhergestelt; {0} fehlende Chunks und {1} andere Fehler.", + "worldedit.restore.none-for-specific-world": "FĂĽr die Welt '{0}' wurden keine Snapshots gefunden.", + "worldedit.restore.none-for-world": "FĂĽr diese Welt wurden keine Snapshots gefunden.", + "worldedit.restore.none-found": "Es konnten keine Snapshots gefunden werden.", + "worldedit.restore.none-found-console": "Es konnten keine Snapshots gefunden werden. Siehe Konsole fĂĽr Details.", + "worldedit.restore.chunk-not-present": "Chunks waren nicht im Snapshot enthalten.", + "worldedit.restore.chunk-load-failed": "Es konnten keine Chunks geladen werden. (Fehlerhaftes Archiv?)", + "worldedit.restore.block-place-failed": "Durch Fehler konnten keine Blöcke wiederhergestellt werden.", + "worldedit.restore.block-place-error": "Letzter Fehler: {0}", + "worldedit.snapshot.use.newest": "Nutze nun den neuesten Snapshot.", + "worldedit.snapshot.use": "Setze Snapshot auf: {0}", + "worldedit.snapshot.none-before": "Konnte keinen Snapshot vor {0} finden.", + "worldedit.snapshot.none-after": "Konnte keinen Snapshot nach {0} finden.", + "worldedit.snapshot.index-above-0": "UngĂĽltiger Index, muss größer oder gleich 1 sein.", + "worldedit.snapshot.index-oob": "UngĂĽltiger Index, muss zwischen 1 und {0} liegen.", + "worldedit.schematic.unknown-format": "Unbekanntes Schematic-Format: {0}.", + "worldedit.schematic.load.does-not-exist": "Schematic {0} existiert nicht!", + "worldedit.schematic.load.loading": "(Bitte warten... lade Schematics.)", + "worldedit.schematic.load.still-loading": "(Bitte warten... lade Schematics.)", + "worldedit.schematic.save.already-exists": "Diese Schematic existiert bereits. Nutze die Flag -f, um die Datei zu ĂĽberschreiben.", + "worldedit.schematic.save.failed-directory": "Konnte den Ordner fĂĽr Schematics nicht anlegen!", + "worldedit.schematic.save.saving": "(Bitte warten... speichere Schematics.)", + "worldedit.schematic.save.still-saving": "(Bitte warten... speichere Schematics.)", + "worldedit.schematic.delete.does-not-exist": "Schematic {0} existiert nicht!", + "worldedit.schematic.delete.failed": "Löschen von {0} fehlgeschlagen! Ist die Datei schreibgeschĂĽtzt?", + "worldedit.schematic.delete.deleted": "{0} wurde gelöscht.", + "worldedit.schematic.formats.title": "VerfĂĽgbare Formate fĂĽr Zwischenablage (Name: Kurzbezeichnung)", + "worldedit.schematic.unsupported-minecraft-version": "Diese Version von WorldEdit unterstĂĽtzt deine Minecraft-Version nicht. Schematics werden nicht funktionieren, solange dies nicht angepasst ist.", + "worldedit.pos.already-set": "Position bereits gesetzt.", + "worldedit.pos.console-require-coords": "Als Konsole mĂĽssen Koordinaten angegeben werden.", + "worldedit.hpos.no-block": "Kein Block in Sicht!", + "worldedit.hpos.already-set": "Position bereits gesetzt.", + "worldedit.chunk.selected-multiple": "Ausgewählte Chunks: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "Chunk ausgewählt: {0}, {1}, {2}", + "worldedit.wand.invalid": "Auswahl-Item ist falsch konfiguriert oder deaktiviert.", + "worldedit.wand.selwand.info": "Linksklick: Setze Position #1, Rechtsklick: Setze Position #2", + "worldedit.wand.navwand.info": "Linksklick: Springe zu der Position; Rechtsklick: Springe durch Wände", + "worldedit.wand.selwand.now.tool": "Der Selektionsstab ist nun ein normales Werkzeug. Du kannst es mit {0} deaktivieren und mit einem beliebigen Element mit {1} verbinden oder einen neuen Zauberstab mit {2} erhalten.", + "worldedit.contract.contracted": "Region um {0} Blöcke verkleinert.", + "worldedit.shift.shifted": "Region verschoben.", + "worldedit.outset.outset": "Region vergrößert.", + "worldedit.inset.inset": "Region verkleinert.", + "worldedit.size.offset": "Versatz: {0}", + "worldedit.size.type": "Typ: {0}", + "worldedit.size.size": "Größe: {0}", + "worldedit.size.distance": "Kubische Distanz: {0}", + "worldedit.size.blocks": "Anzahl von Blöcken: {0}", + "worldedit.count.counted": "Anzahl: {0}", + "worldedit.distr.no-blocks": "Keine Blöcke gezählt.", + "worldedit.distr.no-previous": "Keine vorherigen Verteilungen.", + "worldedit.distr.total": "Gesamte Blockanzahl: {0}", + "worldedit.select.cleared": "Auswahl aufgehoben.", + "worldedit.select.cuboid.message": "Kubisch: Linksklick fĂĽr Punkt 1, Rechtsklick fĂĽr Punkt 2", + "worldedit.select.cuboid.description": "Wähle zwei Ecken eines Quaders", + "worldedit.select.extend.message": "Kubisch: Linksklick fĂĽr einen Startpunkt, Rechtsklick zum Erweitern", + "worldedit.select.extend.description": "Schneller kubische Auswahlmodus", + "worldedit.select.poly.message": "2D Polygon-Auswahl: Links/Rechtsklick um einen Punkt hinzuzufĂĽgen.", + "worldedit.select.poly.limit-message": "maximal {0} Punkte.", + "worldedit.select.poly.description": "Wähle ein 2D-Polygon mit Höhe", + "worldedit.select.ellipsoid.message": "Ellipsoide Auswahl: Linksklick fĂĽr Mittelpunkt, Rechtsklick zum Erweitern", + "worldedit.select.ellipsoid.description": "Wähle ein Ellipsoid aus", + "worldedit.select.sphere.message": "Kugel Selektor: Linksklick fĂĽr Mittelpunkt, Rechtsklick um Radius zu setzen", + "worldedit.select.sphere.description": "Wähle eine Kugel aus", + "worldedit.select.cyl.message": "Zylindrischer Selektor: Linksklick fĂĽr Mittelpunkt, Rechtsklick zum Erweitern", + "worldedit.select.cyl.description": "Zylinderförmige Auswahl", + "worldedit.select.convex.message": "Konvex-Polyhedrische Auswahl: Linksklick fĂĽr ersten Knoten, Rechtsklick zum Erweitern.", + "worldedit.select.convex.limit-message": "maximal {0} Punkte.", + "worldedit.select.convex.description": "Auswahl einer Konvex-Polyhedrischen Form", + "worldedit.select.default-set": "Deine standardmässige Regions-Auswahl ist jetzt {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Altes Format: {0}", + "worldedit.chunkinfo.mcregion-filename": "McRegion: Region/{0}", + "worldedit.listchunks.listfor": "Auflistung von Chunks fĂĽr: {0}", + "worldedit.drain.drained": "{0} Blöcke wurden getrocknet.", + "worldedit.fill.created": "{0} Blöcke wurden ausgefĂĽllt.", + "worldedit.fillr.created": "{0} Blöcke wurden ausgefĂĽllt.", + "worldedit.fixlava.fixed": "{0} Blöcke wurden korrigiert.", + "worldedit.fixwater.fixed": "{0} Blöcke wurden korrigiert.", + "worldedit.removeabove.removed": "{0} Blöcke wurden entfernt.", + "worldedit.removebelow.removed": "{0} Blöcke wurden entfernt.", + "worldedit.removenear.removed": "{0} Blöcke wurden entfernt.", + "worldedit.replacenear.replaced": "{0} Blöcke wurden ersetzt.", + "worldedit.snow.created": "{0} Oberflächen wurden bedeckt.", + "worldedit.thaw.removed": "{0} Blöcke wurden aufgetaut.", + "worldedit.green.changed": "{0} Blöcke wurden grĂĽn gemacht.", + "worldedit.extinguish.removed": "{0} Brände wurden gelöscht.", + "worldedit.butcher.killed": "{0} Kreaturen wurden in einem Radius von {1} getötet.", + "worldedit.butcher.explain-all": "Verwende -1, um alle Mobs in geladenen Chunks zu entfernen", + "worldedit.remove.removed": "{0} Entities wurden fĂĽr das Entfernen markiert.", + "worldedit.remove.explain-all": "Verwende -1, um alle Entities in geladenen Chunks zu entfernen", + "worldedit.calc.invalid": "'{0}' konnte nicht als gĂĽltiger Ausdruck ĂĽbersetzt werden", + "worldedit.calc.invalid.with-error": "'{0}' konnte nicht als gĂĽltiger Ausdruck geparst werden: '{1}'", + "worldedit.paste.pasted": "Die Zwischenablage wurde bei {0} eingefĂĽgt", + "worldedit.paste.selected": "EinfĂĽgebereich fĂĽr Zwischenablage ausgewählt.", + "worldedit.rotate.no-interpolation": "Hinweis: Interpolation ist noch nicht unterstĂĽtzt. Es ist empfohlen, Winkel mit einem Vielfachen von 90 zu nutzen.", + "worldedit.rotate.rotated": "Die Zwischenablage wurde gedreht.", + "worldedit.flip.flipped": "Die Zwischenablage wurde gespiegelt.", + "worldedit.clearclipboard.cleared": "Die Zwischenablage wurde geleert.", + "worldedit.set.done": "Vorgang abgeschlossen.", + "worldedit.set.done.verbose": "Vorgang abgeschlossen ({0}).", + "worldedit.line.changed": "{0} Blöcke wurden verändert.", + "worldedit.line.invalid-type": "//line funktioniert nur mit kubischen Selektionen oder konvex-polyhedrischen Selektionen", + "worldedit.curve.changed": "{0} Blöcke wurden verändert.", + "worldedit.curve.invalid-type": "//curve funktioniert nur mit konvex-polyhedrischen Selektionen", + "worldedit.replace.replaced": "{0} Blöcke wurden ersetzt.", + "worldedit.stack.changed": "{0} Blöcke wurden geändert. RĂĽckgängig mit //undo", + "worldedit.stack.intersecting-region": "Stapelversatz darf bei Verwendung von Blockeinheiten nicht mit der Region kollidieren", + "worldedit.regen.regenerated": "Region neu generiert.", + "worldedit.regen.failed": "Chunks konnten nicht regeneriert werden. Siehe Konsole fĂĽr Details.", + "worldedit.walls.changed": "{0} Blöcke wurden verändert.", + "worldedit.faces.changed": "{0} Blöcke wurden verändert.", + "worldedit.overlay.overlaid": "{0} Blöcke wurden bedeckt.", + "worldedit.naturalize.naturalized": "{0} Block/Blöcke wurden verändert, um natĂĽrlicher zu erscheinen.", + "worldedit.center.changed": "Mittelpunkt gesetzt. ({0} Blöcke geändert)", + "worldedit.smooth.changed": "Höhenkarte des Geländes geglättet. {0} Blöcke geändert.", + "worldedit.move.moved": "{0} Blöcke verschoben.", + "worldedit.deform.deformed": "{0} Blöcke wurden verformt.", + "worldedit.hollow.changed": "{0} Blöcke wurden verändert.", + "worldedit.forest.created": "{0} Bäume erstellt.", + "worldedit.flora.created": "{0} Pflanzen erstellt.", + "worldedit.unstuck.moved": "Bitte schön!", + "worldedit.ascend.obstructed": "Keine freie Stelle ĂĽber dir gefunden.", + "worldedit.ascend.moved": "Um {0} Ebenen aufgestiegen.", + "worldedit.descend.obstructed": "Keine freie Stelle unter dir gefunden.", + "worldedit.descend.moved": "Um {0} Ebenen abgestiegen.", + "worldedit.ceil.obstructed": "Keine freie Stelle ĂĽber dir gefunden.", + "worldedit.ceil.moved": "Magie!", + "worldedit.thru.obstructed": "Keine freie Stelle vor dir gefunden.", + "worldedit.thru.moved": "Magie!", + "worldedit.jumpto.moved": "Magie!", + "worldedit.jumpto.none": "Kein Block in Sicht (oder zu weit entfernt)!", + "worldedit.up.obstructed": "Du wĂĽrdest etwas ĂĽber dir treffen.", + "worldedit.up.moved": "Magie!", + "worldedit.cyl.invalid-radius": "Du musst entweder ein oder zwei Radien angeben.", + "worldedit.cyl.created": "{0} Blöcke wurden erstellt.", + "worldedit.sphere.invalid-radius": "Du musst entweder ein oder drei Radien angeben.", + "worldedit.sphere.created": "{0} Blöcke wurden erstellt.", + "worldedit.forestgen.created": "{0} Bäume erstellt.", + "worldedit.pumpkins.created": "{0} KĂĽrbisbeete erstellt.", + "worldedit.pyramid.created": "{0} Blöcke wurden erstellt.", + "worldedit.generate.created": "{0} Blöcke wurden erstellt.", + "worldedit.generatebiome.changed": "{0} Biome betroffen.", + "worldedit.reload.config": "Konfiguration wurde neu geladen!", + "worldedit.report.written": "WorldEdit-Bereicht zu {0} geschrieben", + "worldedit.report.error": "Fehler beim Schreiben des Berichts: {0}", + "worldedit.report.callback": "WorldEdit Report: {0}.report", + "worldedit.timezone.invalid": "UngĂĽltige Zeitzone", + "worldedit.timezone.set": "Zeitzone fĂĽr diese Sitzung gesetzt: {0}", + "worldedit.timezone.current": "Die aktuelle Zeit in dieser Zeitzone ist: {0}", + "worldedit.version.version": "WorldEdit-Version {0}", + "worldedit.version.bukkit.unsupported-adapter": "Diese WorldEdit Version unterstĂĽtzt ihre Version von Bukkit nicht vollständig. Block-Entities (z.B. Truhen) sind leer, Blockeigenschaften (z. B. Rotation) fehlen und andere Dinge werden möglicherweise nicht funktionieren. Aktualisieren Sie WorldEdit um diese Funktion wiederherzustellen:\n{0}", + "worldedit.trace.action-failed": "Trace: Aktion(en) {0} bei {1} verworfen nach AusmaĂź {2}", + "worldedit.trace.active.already": "Ablaufverfolgungs-Modus bereits aktiv.", + "worldedit.trace.inactive.already": "Ablaufverfolgungs-Modus bereits inaktiv.", + "worldedit.trace.active": "Ablaufverfolgungs-Modus ist nun aktiv.", + "worldedit.trace.inactive": "Ablaufverfolgungs-Modus ist nun inaktiv.", + "worldedit.command.time-elapsed": "{0}s vergangen (History: {1} geändert; {2} Blöcke/Sek).", + "worldedit.command.permissions": "Dazu bist du nicht berechtigt. Bist du im richtigen Modus?", + "worldedit.command.player-only": "Dieser Befehl muss als Spieler benutzt werden.", + "worldedit.command.error.report": "Bitte melde diesen Fehler: [Siehe Konsole]", + "worldedit.pastebin.uploading": "(Bitte warten... sende Daten an Pastebin...)", + "worldedit.session.cant-find-session": "Sitzung fĂĽr {0} nicht gefunden", + "worldedit.platform.no-file-dialog": "Datei-Dialoge werden in Ihrer Umgebung nicht unterstĂĽtzt.", + "worldedit.asset.load.loading": "(Bitte warten... lade Asset.)", + "worldedit.asset.load.still-loading": "(Bitte warten... lade weiterhin Asset.)", + "worldedit.asset.load.failed": "Fehler beim laden des Assets", + "worldedit.tool.max-block-changes": "Maximales Ă„nderungslimit fĂĽr Blöcke erreicht.", + "worldedit.tool.no-block": "Kein Block in Sicht!", + "worldedit.tool.repl.equip": "Ersetzen-Werkzeug an {0} gebunden.", + "worldedit.tool.repl.switched": "Ersetzen-Werkzeug geändert zu: {0}", + "worldedit.tool.data-cycler.equip": "Werkzeug zum Ă„ndern von Blockdaten an {0} gebunden.", + "worldedit.tool.data-cycler.block-not-permitted": "Du hast keine Befugnis, die Werte dieses Blockes zu ändern.", + "worldedit.tool.data-cycler.cant-cycle": "Diese Blockdaten können nicht verändert werden!", + "worldedit.tool.data-cycler.new-value": "Wert von {0} ist jetzt {1}.", + "worldedit.tool.data-cycler.cycling": "Ă„ndere nun {0}.", + "worldedit.tool.deltree.equip": "Werkzeug zum Entfernen fliegender Bäume an {0} gebunden.", + "worldedit.tool.deltree.not-tree": "Das ist kein Baum.", + "worldedit.tool.deltree.not-floating": "Das ist kein schwebender Baum.", + "worldedit.tool.tree.equip": "Werkzeug zum Bäume setzen an {0} gebunden.", + "worldedit.tool.tree.obstructed": "Hier kann kein Baum erstellt werden.", + "worldedit.tool.info.equip": "Werkzeug fĂĽr Informationen an {0} gebunden.", + "worldedit.tool.info.blockstate.hover": "Blockstatus", + "worldedit.tool.info.internalid.hover": "Interne ID", + "worldedit.tool.info.legacy.hover": "Legacy-Id: Daten", + "worldedit.tool.info.light.hover": "Lichtlevel Block/Lichtlevel darĂĽber", + "worldedit.tool.none.equip": "Werkzeug vom aktuellen Item entfernt.", + "worldedit.tool.none.to.unequip": "Ihr aktuelles Item ist nicht gebunden.", + "worldedit.tool.selwand.equip": "Werkzeug zum Auswählen an {0} gebunden.", + "worldedit.tool.navwand.equip": "Werkzeug zum Navigieren an {0} gebunden.", + "worldedit.tool.floodfill.equip": "Werkzeug zum FĂĽllen von Blöcken an {0} gebunden.", + "worldedit.tool.farwand.equip": "Werkzeug zum Auswählen fĂĽr groĂźe Distanzen an {0} gebunden.", + "worldedit.tool.lrbuild.equip": "Werkzeug zum Setzen von Blöcken fĂĽr groĂźe Distanzen an {0} gebunden.", + "worldedit.tool.lrbuild.set": "Linksklick auf {0} gesetzt; Rechtsklick auf {1} gesetzt.", + "worldedit.tool.stack.equip": "Werkzeug zum Stapeln an {0} gebunden.", + "worldedit.tool.unbind-instruction": "FĂĽhre {0} aus, während du das Item in der Hand hältst, um es zu entbinden.", + "worldedit.tool.superpickaxe.mode.single": "Modus ist jetzt blockweise. Linksklick mit einer Spitzhacke. // zum deaktivieren.", + "worldedit.tool.superpickaxe.mode.area": "Modus ist jetzt bereichsförmig. Linksklick mit einer Spitzhacke. // zum deaktivieren.", + "worldedit.tool.superpickaxe.mode.recursive": "Modus ist jetzt rekursiv. Linksklick mit einer Spitzhacke. // zum deaktivieren.", + "worldedit.tool.superpickaxe.max-range": "Maximale Entfernung ist {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Superspitzhacke ist bereits aktiviert.", + "worldedit.tool.superpickaxe.disabled.already": "Superspitzhacke ist bereits deaktiviert.", + "worldedit.tool.superpickaxe.enabled": "Superspitzhacke aktiviert.", + "worldedit.tool.superpickaxe.disabled": "Superspitzhacke deaktiviert.", + "worldedit.tool.mask.set": "Maske fĂĽr Pinsel gesetzt.", + "worldedit.tool.mask.disabled": "Maske fĂĽr Pinsel deaktiviert.", + "worldedit.tool.material.set": "Material fĂĽr Pinsel gesetzt.", + "worldedit.tool.range.set": "Reichweite fĂĽr Pinsel gesetzt.", + "worldedit.tool.size.set": "Pinselgröße gesetzt.", + "worldedit.tool.tracemask.set": "Kollidierungsmaske gesetzt.", + "worldedit.tool.tracemask.disabled": "Kollidierungsmaske deaktiviert.", + "worldedit.tool.error.cannot-bind": "Kann das Werkzeug nicht an {0} binden: {1}", + "worldedit.tool.error.item-only": "Blöcke können nicht verwendet werden.", + "worldedit.execute.script-permissions": "Du hast keine Berechtigung, dieses Skript zu nutzen.", + "worldedit.executelast.no-script": "Benutze zuerst /cs mit einem Skriptnamen.", + "worldedit.script.read-error": "Skript Lesefehler: {0}", + "worldedit.script.unsupported": "Aktuell werden nur .js-Skripte unterstĂĽtzt", + "worldedit.script.file-not-found": "Skript existiert nicht: {0}", + "worldedit.script.no-script-engine": "Fehler beim Finden einer Skript-Engine.\nBitte beachte https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "Fehler beim AusfĂĽhren: {0}", + "worldedit.script.failed-console": "Fehler beim AusfĂĽhren (siehe Konsole): {0}", + "worldedit.operation.affected.biome": "{0} Biome betroffen", + "worldedit.operation.affected.block": "{0} Blöcke betroffen", + "worldedit.operation.affected.column": "{0} Stellen betroffen", + "worldedit.operation.affected.entity": "{0} Entities betroffen", + "worldedit.operation.deform.expression": "deformiert mit {0}", + "worldedit.error.invalid-number": "Anzahl erwartet; String angegeben.", + "worldedit.error.invalid-number.matches": "Anzahl erwartet; String \"{0}\" angegeben.", + "worldedit.error.incomplete-region": "Wähle zuerst eine Region aus.", + "worldedit.error.unknown-block": "Blockname '{0}' wurde nicht erkannt.", + "worldedit.error.unknown-entity": "Entityname '{0}' wurde nicht erkannt.", + "worldedit.error.unknown-mob": "Mob-Name '{0}' wurde nicht erkannt.", + "worldedit.error.unknown-biome": "Biomname '{0}' wurde nicht erkannt.", + "worldedit.error.unknown-tag": "Tagname '{0}' wurde nicht erkannt.", + "worldedit.error.empty-tag": "Tagname '{0}' hat keinen Inhalt.", + "worldedit.error.no-match": "Kein Treffer fĂĽr '{0}'.", + "worldedit.error.disallowed-block": "Block '{0}' nicht erlaubt (siehe WorldEdit Konfiguration).", + "worldedit.error.max-changes": "Maximale Anzahl an Blöcken in einer Operation geändert ({0}).", + "worldedit.error.max-brush-radius": "Maximaler Pinselradius (in Konfiguration): {0}", + "worldedit.error.max-radius": "Maximaler Radius (in Konfiguration): {0}", + "worldedit.error.unknown-direction": "Unbekannte Richtung: {0}", + "worldedit.error.empty-clipboard": "Die Zwischenablage ist leer. Verwende zuerst //copy.", + "worldedit.error.invalid-filename": "Dateiname '{0}' ungĂĽltig: {1}", + "worldedit.error.invalid-filename.invalid-characters": "UngĂĽltige Zeichen oder Erweiterung fehlt", + "worldedit.error.file-resolution": "Datei '{0}' Fehler beim Auflösen der Datei: {1}", + "worldedit.error.file-resolution.outside-root": "Pfad ist auĂźerhalb des erlaubten Verzeichnisses", + "worldedit.error.file-resolution.resolve-failed": "Fehler beim Auflösen des Pfades", + "worldedit.error.file-aborted": "Dateiauswahl abgebrochen.", + "worldedit.error.no-file-selected": "Es wurde keine Datei ausgewählt.", + "worldedit.error.world-unloaded": "Die Welt wurde bereits entladen.", + "worldedit.error.not-a-block": "Dieses Item ist kein Block.", + "worldedit.error.not-a-block.item": "Das Item '{0}' ist kein Block.", + "worldedit.error.incorrect-usage": "Benutzung: {0}", + "worldedit.error.invalid-page": "UngĂĽltige Seitennummer", + "worldedit.error.parser.bad-state-format": "Fehlerhaftes Statusformat in {0}", + "worldedit.error.parser.duplicate-property": "Doppelte Eigenschaft: {0}", + "worldedit.error.parser.empty-state": "Leerer Teil im Status", + "worldedit.error.parser.missing-equals-separator": "Fehlendes Trennzeichen '='", + "worldedit.error.parser.clipboard.missing-offset": "Offset mit @ angegeben, aber kein Offset angegeben. Verwenden Sie '#copy@[x,y,z]'.", + "worldedit.error.parser.unknown-property": "Unbekannte Eigenschaft '{0}' fĂĽr Block '{1}'", + "worldedit.error.parser.unknown-value": "Unbekannter Wert '{0}' fĂĽr Eigenschaft '{1} '", + "worldedit.error.parser.empty-property": "Leere Eigenschaft im Status", + "worldedit.error.parser.empty-value": "Leerer Wert im Status", + "worldedit.error.parser.invalid-colon": "UngĂĽltiger Doppelpunkt.", + "worldedit.error.parser.invalid-expression": "UngĂĽltiger Ausdruck: {0}", + "worldedit.error.parser.negate-nothing": "Nichts kann nicht negiert werden!", + "worldedit.error.parser.hanging-lbracket": "UngĂĽltiges Format. Fehlende Klammer bei '{0}'.", + "worldedit.error.parser.missing-rbracket": "Bei dem Status fehlt die schlieĂźende Klammer ']'", + "worldedit.error.parser.missing-random-type": "Fehlender Typ hinter dem % symbol fĂĽr '{0}'", + "worldedit.error.parser.clipboard.missing-coordinates": "Versatz fĂĽr die Zwischenablage benötigt x,y,z Koordinaten.", + "worldedit.error.parser.player-only": "Eingabe '{0}' erfordert einen Spieler!", + "worldedit.error.disabled": "Diese Funktion ist deaktiviert (siehe WorldEdit Konfiguration).", + "worldedit.error.unknown": "Unbekannter Fehler ist aufgetreten: {0}", + "worldedit.error.missing-extent": "Kein Ziel ist bekannt", + "worldedit.error.missing-session": "Keine lokale Session ist bekannt", + "worldedit.error.missing-world": "Du musst eine Welt angeben (Try //world)", + "worldedit.error.missing-actor": "Kein Akteur ist bekannt", + "worldedit.selection.convex.info.vertices": "Knoten: {0}", + "worldedit.selection.convex.info.triangles": "Dreiecke: {0}", + "worldedit.selection.convex.explain.primary": "Neue Auswahl mit Knoten {0} gestartet.", + "worldedit.selection.convex.explain.secondary": "Knoten {0} zur Auswahl hinzugefĂĽgt.", + "worldedit.selection.cuboid.info.pos1": "Position 1: {0}", + "worldedit.selection.cuboid.info.pos2": "Position 2: {0}", + "worldedit.selection.cuboid.explain.primary": "Erste Position bei {0} gesetzt.", + "worldedit.selection.cuboid.explain.primary-area": "Erste Position bei {0} ({1}) gesetzt.", + "worldedit.selection.cuboid.explain.secondary": "Zweite Position bei {0} gesetzt.", + "worldedit.selection.cuboid.explain.secondary-area": "Zweite Position bei {0} ({1}) gesetzt.", + "worldedit.selection.extend.explain.primary": "Auswahl bei {0} ({1}) gestartet.", + "worldedit.selection.extend.explain.secondary": "Auswahl erweitert, damit {0} ({1}) beinhaltet wird.", + "worldedit.selection.ellipsoid.info.center": "Mittelpunkt: {0}", + "worldedit.selection.ellipsoid.info.radius": "X/Y/Z Radius: {0}", + "worldedit.selection.ellipsoid.explain.primary": "Position des Mittelpunkts zu {0} gesetzt.", + "worldedit.selection.ellipsoid.explain.primary-area": "Position des Mittelpunkts zu {0} ({1}) gesetzt.", + "worldedit.selection.ellipsoid.explain.secondary": "Radius auf {0} gesetzt.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Radius auf {0} ({1}) gesetzt.", + "worldedit.selection.ellipsoid.error.even-horizontal": "Ellipsoid-Ă„nderungen mĂĽssen fĂĽr jede Dimension gleich sein.", + "worldedit.selection.cylinder.info.center": "Mittelpunkt: {0}", + "worldedit.selection.cylinder.info.radius": "Radius: {0}", + "worldedit.selection.cylinder.explain.primary": "Neue zylindrische Auswahl bei {0} gestartet.", + "worldedit.selection.cylinder.explain.secondary": "Radius auf {0}/{1} Blöcke gesetzt. ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "Damit der Radius eingestellt werden kann, ist es notwendig, einen Mittelpunkt zu wählen.", + "worldedit.selection.cylinder.error.even-horizontal": "Zylinderänderungen mĂĽssen auch fĂĽr jede horizontale Dimension gelten.", + "worldedit.selection.polygon2d.info": "Anzahl Punkte: {0}", + "worldedit.selection.polygon2d.explain.primary": "Neues Polygon bei {0} gestartet.", + "worldedit.selection.polygon2d.explain.secondary": "Punkt #{0} bei {1} hinzugefĂĽgt.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "Polygone können nur vertikal erweitert werden.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "Polygone können nur vertikal verhandelt werden.", + "worldedit.selection.sphere.explain.secondary": "Radius auf {0} gesetzt.", + "worldedit.selection.sphere.explain.secondary-defined": "Radius auf {0} ({1}) gesetzt.", + "worldedit.selection.null.error.immutable": "NullRegion könnt nicht geändert werden.", + "worldedit.selection.intersection.error.cannot-expand": "Könnt nicht einen regionalen Schnittpunkt erweitern.", + "worldedit.selection.intersection.error.cannot-contract": "Könnt nicht einen regionalen Schnittpunkt verhandeln.", + "worldedit.selection.transform.error.cannot-expand": "Könnt nicht einen TransformedRegion erweitern.", + "worldedit.selection.transform.error.cannot-contract": "Könnt nicht einen TransformedRegion verhandeln.", + "worldedit.selection.transform.error.cannot-change": "Könnt nicht einen TransformedRegion ändern.", + "worldedit.sideeffect.lighting": "Beleuchtung", + "worldedit.sideeffect.lighting.description": "Aktualisiert Blockbeleuchtung", + "worldedit.sideeffect.neighbors": "Nachbarn", + "worldedit.sideeffect.neighbors.description": "Benachrichtigt Blöcke in der Nähe ĂĽber den Ă„nderungen", + "worldedit.sideeffect.update": "Update", + "worldedit.sideeffect.update.description": "Benachrichtigt den geänderten Block", + "worldedit.sideeffect.validation": "ĂśberprĂĽfung", + "worldedit.sideeffect.validation.description": "ĂśberprĂĽft und repariert inkonsistenten Weltzustand, so wie getrennte Blöcke", + "worldedit.sideeffect.entity_ai": "Wesen-KI", + "worldedit.sideeffect.entity_ai.description": "Aktualisiert Wesen-KI-Pfade fĂĽr die Blockänderungen", + "worldedit.sideeffect.events": "Mod/Plugin-Ereignisse", + "worldedit.sideeffect.events.description": "Informiert andere Mods/Plugins ĂĽber diese Ă„nderungen, falls anwendbar", + "worldedit.sideeffect.state.on": "An", + "worldedit.sideeffect.state.delayed": "Verzögert", + "worldedit.sideeffect.state.off": "Aus", + "worldedit.sideeffect.box.current": "Aktuell", + "worldedit.sideeffect.box.change-to": "Klicken, um auf {0} zu setzen", + "worldedit.help.command-not-found": "Der Befehl '{0}' konnte nicht gefunden werden.", + "worldedit.help.no-subcommands": "'{0}' hat keine Unterbefehle. (Vielleicht steht '{1}' fĂĽr einen Parameter?)", + "worldedit.help.subcommand-not-found": "Der Unterbefehl '{0}' unter '{1}' konnte nicht gefunden werden.", + "worldedit.cli.stopping": "Wird beendet!", + "worldedit.cli.unknown-command": "Unbekannter Befehl!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/el/strings.json b/config/worldedit/.archive-unpack/2e1dd752/el/strings.json new file mode 100644 index 0000000..a0a5678 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/el/strings.json @@ -0,0 +1,6 @@ +{ + "worldedit.expand.expanded": "Η πεĎιοχή επεκτάθηκε κατά {0} blocks", + "worldedit.expand.expanded.vert": "Η πεĎιοχή επεκτάθηκε κατά {0} blocks (από πάνω Ď€Ďος τα κάτω).", + "worldedit.biomeinfo.position": "Biomes Ďτην θέĎη Ďας: {0}", + "worldedit.biomeinfo.selection": "Biomes Ďτην επιλογή Ďας: {0}" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/en-AU/strings.json b/config/worldedit/.archive-unpack/2e1dd752/en-AU/strings.json new file mode 100644 index 0000000..5ed520f --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/en-AU/strings.json @@ -0,0 +1,10 @@ +{ + "worldedit.expand.description.vert": "Vertically expand the selection to world limits.", + "worldedit.expand.expanded": "Region expanded {0} blocks", + "worldedit.selection.ellipsoid.info.center": "Centre: {0}", + "worldedit.selection.ellipsoid.explain.primary": "Centre position set to {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "Centre position set to {0} ({1}).", + "worldedit.selection.cylinder.info.center": "Centre: {0}", + "worldedit.selection.cylinder.explain.secondary-missing": "You must select the centre point before setting the radius.", + "worldedit.sideeffect.neighbors": "Neighbours" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/en-CA/strings.json b/config/worldedit/.archive-unpack/2e1dd752/en-CA/strings.json new file mode 100644 index 0000000..2fab71a --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/en-CA/strings.json @@ -0,0 +1,12 @@ +{ + "worldedit.expand.description.vert": "Vertically expand the selection to world limits.", + "worldedit.expand.expanded": "Region expanded {0} blocks", + "worldedit.expand.expanded.vert": "Region expanded {0} blocks (top-to-bottom).", + "worldedit.biomeinfo.lineofsight": "Biomes at line of sight point: {0}", + "worldedit.biomeinfo.position": "Biomes at your position: {0}", + "worldedit.brush.apply.type": "Type of brush to use", + "worldedit.brush.paint.type": "Type of brush to use", + "worldedit.brush.sphere.equip": "Sphere brush shape equipped ({0}).", + "worldedit.pyramid.created": "{0} blocks have been created.", + "worldedit.generate.created": "{0} blocks have been created." +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/en-NZ/strings.json b/config/worldedit/.archive-unpack/2e1dd752/en-NZ/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/en-NZ/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/en-PT/strings.json b/config/worldedit/.archive-unpack/2e1dd752/en-PT/strings.json new file mode 100644 index 0000000..d193584 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/en-PT/strings.json @@ -0,0 +1,30 @@ +{ + "worldedit.expand.description.vert": "The sky's the limit, lads!", + "worldedit.brush.radius-too-large": "Radius of yer biggest brush what be allowed: {0}", + "worldedit.brush.apply.radius": "How big yer brush be", + "worldedit.brush.apply.shape": "The shape of yer region", + "worldedit.brush.paint.description": "Paint Brush, what be for slappin' functions to the hull, ye dill pickle", + "worldedit.brush.paint.size": "How big yer brush be", + "worldedit.brush.paint.shape": "The shape of yer region", + "worldedit.brush.paint.density": "How dense yer brush be", + "worldedit.fast.disabled": "Fast mode be scuppered.", + "worldedit.fast.enabled": "Fast mode, ahoy! Strange lights may be seen, not in keepin' with the lay of the land, the likes o' which may make you want to rejoin yer senses.", + "worldedit.fast.disabled.already": "Fast mode be scuppered already, cap'n.", + "worldedit.fast.enabled.already": "We be in Fast mode already, cap'n.", + "worldedit.gmask.disabled": "Yer global mask be clear.", + "worldedit.gmask.set": "Yer global mask be set.", + "worldedit.clearhistory.cleared": "Cleared the captain's log.", + "worldedit.raytrace.noblock": "Thar be no blocks in sight, captain!", + "worldedit.hpos.no-block": "Thar be no blocks in sight, captain!", + "worldedit.set.done": "Y'er plunderin' be complete.", + "worldedit.set.done.verbose": "Y'er plunderin' be complete ({0}).", + "worldedit.unstuck.moved": "Full speed ahead!", + "worldedit.tool.no-block": "Thar be no blocks in sight, captain!", + "worldedit.tool.deltree.not-tree": "Y'arr, that ain't no tree.", + "worldedit.tool.tree.obstructed": "Y'arr, 'tis no place for a tree.", + "worldedit.error.invalid-page": "There be no chart of that number, captain", + "worldedit.sideeffect.state.on": "Aye", + "worldedit.sideeffect.state.off": "Nay", + "worldedit.cli.stopping": "Walking the plank!", + "worldedit.cli.unknown-command": "The crew dunno yer order!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/en-UD/strings.json b/config/worldedit/.archive-unpack/2e1dd752/en-UD/strings.json new file mode 100644 index 0000000..384a72f --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/en-UD/strings.json @@ -0,0 +1,191 @@ +{ + "worldedit.expand.description.vert": "Ë™sʇᴉɯᴉl plÉąoĘŤ oʇ uoᴉʇɔǝlÇťs ǝɥʇ puÉdxÇť ĘŽllÉɔᴉʇɹǝΛ", + "worldedit.expand.expanded": "sʞɔoןq {0} pÇťpuÉdxÇť uoıĆÇťá´š", + "worldedit.expand.expanded.vert": "Ë™(top-to-bottom) sʞɔoןq {0} pÇťpuÉdxÇť uoıĆÇťá´š", + "worldedit.biomeinfo.lineofsight": "{0} :ʇuıod ʇɥĆıs Éźo Çťuıן Ę‡É sǝɯoıđ’", + "worldedit.biomeinfo.position": "{0} :uoıʇısod ÉąnoĘŽ Ę‡É sǝɯoıđ’", + "worldedit.biomeinfo.selection": "{0} :uoıʇɔǝןǝs ÉąnoĘŽ uı sǝɯoıđ’", + "worldedit.brush.radius-too-large": "{0} :sná´‰pÉÉą ÉĄsnÉąq pǝʍollÉ ÉŻnÉŻá´‰xÉW", + "worldedit.brush.apply.description": "ʞɔoןq ʎɹǝʌǝ oʇ uoıʇɔunÉź É ĘŽ×źddÉ 'ÉĄsnÉąq ʎןddâ€", + "worldedit.brush.apply.radius": "ÉĄsnÉąq ǝɥʇ Éźo Çťzıs ǝɥ⊥", + "worldedit.brush.apply.shape": "uoıĆǝɹ ǝɥʇ Éźo ÇťdÉÉĄs ǝɥ⊥", + "worldedit.brush.apply.type": "Çťsn oʇ ÉĄsnÉąq Éźo Çťdʎ⊥", + "worldedit.brush.apply.item.warning": "˙ʞsᴉɹ uĘŤo ÉąnoĘŽ Ę‡É Çťsâ© Ë™suá´‰Ćnld/spoÉŻ ɹǝɥʇo ɥʇᴉʍ suoᴉʇɔÉɹǝʇuá´‰ ÇťĆuÉɹʇs ÇťsnÉÉ” ĘŽÉÉŻ puÉ 'ÇťlqÉ-opun Çťq ʇou ĘŽÉÉŻ 'sÉŻÉąoɟʇÉld llÉ uo ʞɹoĘŤ ʇou ĘŽÉÉŻ sʇɔǝɟɟǝ sʇI Ë™sÇťĆÉsn ɯǝʇᴉ sǝʇÉlnÉŻá´‰s ÉĄsnÉąq sᴉɥ┴", + "worldedit.brush.paint.description": "ǝɔÉɟɹns É oʇ uoᴉʇɔunÉź É ĘŽlddÉ 'ÉĄsnÉąq ʇuá´‰ÉÔ€", + "worldedit.brush.paint.size": "ÉĄsnÉąq ǝɥʇ Éźo Çťzá´‰s ǝɥ┴", + "worldedit.brush.paint.shape": "uoá´‰Ćǝɹ ǝɥʇ Éźo ÇťdÉÉĄs ǝɥ┴", + "worldedit.brush.paint.density": "ÉĄsnÉąq ǝɥʇ Éźo ʎʇᴉsuÇťp ǝɥ┴", + "worldedit.brush.paint.type": "Çťsn oʇ ÉĄsnÉąq Éźo ÇťdĘŽâ”´", + "worldedit.brush.paint.item.warning": "˙ʞsᴉɹ uĘŤo ÉąnoĘŽ Ę‡É Çťsâ© Ë™suá´‰Ćnld/spoÉŻ ɹǝɥʇo ɥʇᴉʍ suoᴉʇɔÉɹǝʇuá´‰ ÇťĆuÉɹʇs ÇťsnÉÉ” ĘŽÉÉŻ puÉ 'ÇťlqÉ-opun Çťq ʇou ĘŽÉÉŻ 'sÉŻÉąoɟʇÉld llÉ uo ʞɹoĘŤ ʇou ĘŽÉÉŻ sʇɔǝɟɟǝ sʇI Ë™sÇťĆÉsn ɯǝʇᴉ sǝʇÉlnÉŻá´‰s ÉĄsnÉąq sᴉɥ┴", + "worldedit.brush.sphere.equip": "Ë™({0}) pÇťddá´‰nbÇť ÇťdÉÉĄs ÉĄsnÉąq ǝɹǝɥdS", + "worldedit.brush.cylinder.equip": "Ë™({1} ĘŽq {0}) pÇťddá´‰nbÇť ÇťdÉÉĄs ÉĄsnÉąq ɹǝpuá´‰lʎƆ", + "worldedit.brush.clipboard.equip": "Ë™pÇťddá´‰nbÇť ÇťdÉÉĄs ÉĄsnÉąq pÉąÉoqdá´‰lƆ", + "worldedit.brush.smooth.equip": "Ë™({2} Ćuá´‰sn x{1} x {0}) pÇťddá´‰nbÇť ÉĄsnÉąq ɥʇooÉŻS", + "worldedit.brush.extinguish.equip": "Ë™({0}) pÇťddá´‰nbÇť ɹǝɥsá´‰nĆuᴉʇxĆŽ", + "worldedit.brush.gravity.equip": "Ë™({0}) pÇťddá´‰nbÇť ÉĄsnÉąq ʎʇᴉʌÉɹפ", + "worldedit.brush.butcher.equip": "Ë™({0}) pÇťddá´‰nbÇť ÉĄsnÉąq ɹǝɥɔʇnq", + "worldedit.brush.operation.equip": "Ë™{0} oʇ ÉĄsnÉąq ʇǝS", + "worldedit.brush.heightmap.equip": "HÇťá´‰ĆɥʇɯÉd qÉąnsÉĄ Çťbná´‰ddÇťp ({0})Ë™", + "worldedit.brush.heightmap.unknown": "â©uĘžuoĘŤu ÉĄÇťá´‰ĆɥʇɯÉd qÉąnsÉĄ: {0}Ë™", + "worldedit.brush.none.equip": "˙ɯǝʇᴉ ʇuǝɹɹnÉ” ÉąnoĘŽ ÉŻoɹɟ punoqun looâ”´", + "worldedit.setbiome.changed": "Ë™sʞɔolq {0} ĘŽlǝʇÉÉŻá´‰xoÉąddÉ ÉąoÉź pÇťĆuÉÉĄÉ” ǝɹǝʍ sǝɯoᴉꓭ", + "worldedit.setbiome.warning": "Ë™sÇťĆuÉÉĄÉ” ǝǝs oʇ (plÉąoĘŤ ÉąnoĘŽ uÇťdo-ǝɹ puÉ ÇťsolÉ” Éąo) ǝɯÉĆ ÉąnoĘŽ uá´‰oÉľ-ǝɹ oʇ ǝʌÉÉĄ ĘŽÉÉŻ noâ…„", + "worldedit.drawsel.disabled": "Ë™pǝןqÉsıp Iâ©Ć† ɹǝʌɹǝS", + "worldedit.drawsel.disabled.already": "Ë™pǝןqÉsıp ĘŽpÉÇťÉą×źÉ Iâ©Ć† ɹǝʌɹǝS", + "worldedit.drawsel.enabled.already": "Ë™pǝןqÉuÇť ĘŽpÉÇťÉą×źÉ Iâ©Ć† ɹǝʌɹǝS", + "worldedit.limit.too-high": "Ë™{0} sı ʇıɯıן ǝןqÉĘŤo×ź×źÉ ÉŻnɯıxÉÉŻ Éąnoâ…„", + "worldedit.limit.set": "Ë™{0} oʇ ʇǝs ʇıɯıן ÇťĆuÉÉĄÉ” ʞɔoןđ’", + "worldedit.limit.return-to-default": " (˙ʇןnÉɟǝp ǝɥʇ oʇ ʞɔÉq oĆ oʇ ʇıɯıן// Çťsâ©)", + "worldedit.timeout.too-high": "Ë™sÉŻ{0} sı ʇnoǝɯıʇ ǝןqÉĘŤo×ź×źÉ ÉŻnɯıxÉÉŻ Éąnoâ…„", + "worldedit.timeout.set": "Ë™sÉŻ {0} oʇ ʇǝs ǝɯıʇ ʇnoǝɯı⊥", + "worldedit.timeout.return-to-default": " (˙ʇןnÉɟǝp ǝɥʇ oʇ ʞɔÉq oĆ oʇ ʇnoǝɯıʇ\\\\ Çťsâ©)", + "worldedit.fast.disabled": "Ë™pǝןqÉsıp ÇťpoÉŻ ʇsÉℲ", + "worldedit.fast.enabled": "Ë™sÇťĆuÉÉĄÉ” ǝǝs oʇ uıoɾǝɹ oʇ pǝǝu ĘŽÉÉŻ noĘŽ Éąo\\puÉ Ćuoɹʍ Çťq ĘŽÉÉŻ sĘžunÉĄÉ” pÇťĘ‡É”ÇťÉźÉźÉ ÇťÉĄĘ‡ uı ĆuıʇɥĆı˥ Ë™pǝןqÉuÇť ÇťpoÉŻ ʇsÉℲ", + "worldedit.fast.disabled.already": "Ë™pǝןqÉsıp ĘŽpÉÇťÉą×źÉ ÇťpoÉŻ ʇsÉℲ", + "worldedit.fast.enabled.already": "Ë™pǝןqÉuÇť ĘŽpÉÇťÉą×źÉ ÇťpoÉŻ ʇsÉℲ", + "worldedit.perf.sideeffect.set": "{1} oʇ ʇǝs ,,{0},, ʇɔǝɟɟǝ Çťpá´‰S", + "worldedit.perf.sideeffect.get": "{1} oʇ ʇǝs sá´‰ ,,{0},, ʇɔǝɟɟǝ Çťpá´‰S", + "worldedit.perf.sideeffect.already-set": "{1} ĘŽpÉǝɹlÉ sá´‰ ,,{0},, ʇɔǝɟɟǝ Çťpá´‰S", + "worldedit.perf.sideeffect.set-all": "{0} oʇ ʇǝs sʇɔǝɟɟǝ Çťpá´‰s llâ€", + "worldedit.reorder.current": "{0} sı ÇťpoÉŻ ɹǝpÉąoǝɹ ǝɥ⊥", + "worldedit.reorder.set": "{0} ĘŤou sı ÇťpoÉŻ ɹǝpÉąoǝɹ ǝɥ⊥", + "worldedit.gmask.disabled": "Ë™pǝןqÉsıp ĘžsÉÉŻ ןÉqoןâ…", + "worldedit.gmask.set": "˙ʇǝs ĘžsÉÉŻ ןÉqoןâ…", + "worldedit.toggleplace.pos1": "˙Ɩ# sod Ę‡É ĆuıɔÉןd ĘŤoN", + "worldedit.toggleplace.player": "Ë™uı puÉʇs noĘŽ ʞɔoןq ǝɥʇ Ę‡É ĆuıɔÉןd ĘŤoN", + "worldedit.toggleplace.not-locatable": "˙ʇxǝʇuoÉ” sᴉɥʇ uá´‰ ĆuᴉɔÉld ÇťlĆĆoʇ ʇouuÉƆ", + "worldedit.searchitem.too-short": "Ë™(âµ’ < uǝן) Ćuıɹʇs ɥɔɹÉÇťs ɹǝĆuoן É ÉąÇťĘ‡uĆŽ", + "worldedit.searchitem.either-b-or-i": "˙ʎןsnoÇťuÉʇןnɯıs sĆÉןɟ ,ı, puÉ ,q, ǝɥʇ ɥʇoq Çťsn ʇouuÉÉ” noâ…„", + "worldedit.searchitem.searching": "(Ë™sɯǝʇᴉ ĆuᴉɥɔɹÉÇťs ˙˙˙ʇᴉÉĘŤ ÇťsÉÇťlÔ€)", + "worldedit.watchdog.no-hook": "˙ʞooÉĄ ĆopɥɔʇÉĘŤ ou sÉÉĄ ÉŻÉąoɟʇÉld sᴉɥ┴", + "worldedit.watchdog.active.already": "Ë™ÇťĘŚá´‰Ę‡É”É ĘŽpÉǝɹlÉ ĘžooÉĄ ĆopɥɔʇÉM", + "worldedit.watchdog.inactive.already": "˙ǝʌᴉʇɔÉuá´‰ ĘŽpÉǝɹlÉ ĘžooÉĄ ĆopɥɔʇÉM", + "worldedit.watchdog.active": "Ë™ÇťĘŚá´‰Ę‡É”É ĘŤou ĘžooÉĄ ĆopɥɔʇÉM", + "worldedit.watchdog.inactive": "˙ǝʌᴉʇɔÉuá´‰ ĘŤou ĘžooÉĄ ĆopɥɔʇÉM", + "worldedit.world.remove": "˙ǝpᴉɹɹǝʌo plÉąoĘŤ pǝʌoɯǝꓤ", + "worldedit.world.set": "(ʇlnÉɟǝp oʇ ʞɔÉq oĆ oʇ plÉąoĘŤ// Çťsâ©) Ë™{0} oʇ Çťpᴉɹɹǝʌo plÉąoĘŤ ǝɥʇ ʇǝS", + "worldedit.undo.undone": "Ë™sʇᴉpÇť ÇťlqÉlá´‰ÉĘŚÉ {0} pá´‰puâ©", + "worldedit.undo.none": "Ë™opun oʇ ʇɟǝl ĆuᴉɥʇoN", + "worldedit.redo.redone": "Ë™sʇᴉpÇť ÇťlqÉlá´‰ÉĘŚÉ {0} pá´‰pǝꓤ", + "worldedit.redo.none": "Ë™opǝɹ oʇ ʇɟǝl ĆuᴉɥʇoN", + "worldedit.clearhistory.cleared": "Ë™pǝɹÉÇťlÉ” ĘŽÉąoʇsá´‰H", + "worldedit.raytrace.noblock": "¡ʇɥĆıs uı ʞɔoןq oN", + "worldedit.restore.not-configured": "Ë™pǝɹnĆᴉɟuoÉ” ʇou sá´‰ ǝɹoʇsǝɹ dnʞɔÉq/ʇoÉĄsdÉuS", + "worldedit.restore.not-available": "˙ǝlqÉlá´‰ÉĘŚÉ Ę‡ou sá´‰ Éąo ʇsá´‰xÇť ʇou sÇťop ʇoÉĄsdÉus ʇÉÉĄâ”´", + "worldedit.restore.failed": "{0} :ʇoÉĄsdÉus pÉol oʇ pÇťlá´‰ÉℲ", + "worldedit.restore.loaded": "˙˙˙Ćuᴉɹoʇsǝɹ ĘŤou ;pÇťpÉol ,{0}, ʇoÉĄsdÉuS", + "worldedit.restore.restored": "Ë™sÉąoɹɹǝ ɹǝɥʇo {1} puÉ sĘžunÉĄÉ” Ćuá´‰ssᴉɯ {0} ;pǝɹoʇsǝɹ", + "worldedit.restore.none-for-specific-world": "Ë™,{0}, plÉąoĘŤ ÉąoÉź punoÉź ǝɹǝʍ sʇoÉĄsdÉus oN", + "worldedit.restore.none-for-world": "Ë™plÉąoĘŤ sᴉɥʇ ÉąoÉź punoÉź ǝɹǝʍ sʇoÉĄsdÉus oN", + "worldedit.restore.none-found": "Ë™punoÉź ǝɹǝʍ sdÉɯʇÉÇťq oN", + "worldedit.restore.none-found-console": "Ë™slá´‰Éʇǝp ÉąoÉź ÇťlosuoÉ” ǝǝS Ë™punoÉź ǝɹǝʍ sʇoÉĄsdÉus oN", + "worldedit.restore.chunk-not-present": "˙ʇoÉĄsdÉus uá´‰ ʇuÇťsǝɹd ʇou ǝɹǝʍ sĘžunɥƆ", + "worldedit.restore.chunk-load-failed": "(ÂżÇťĘŚá´‰ÉĄÉ”ÉąÉ pÉq) Ë™pÇťpÉol Çťq plnoÉ” sĘžunÉĄÉ” oN", + "worldedit.restore.block-place-failed": "Ë™pǝɹoʇsǝɹ Ćuᴉǝq ÉŻoɹɟ sʞɔolq ĘŽuÉ pǝʇuǝʌǝɹd sÉąoɹɹƎ", + "worldedit.restore.block-place-error": "{0} :Éąoɹɹǝ ʇsÉËĄ", + "worldedit.snapshot.use.newest": "˙ʇoÉĄsdÉus ʇsǝʍǝu Ćuá´‰sn ĘŤoN", + "worldedit.snapshot.use": "{0} :oʇ ʇǝs ʇoÉĄsdÉuS", + "worldedit.snapshot.none-before": "Ë™{0} ǝɹoɟǝq ʇoÉĄsdÉus É puᴉɟ ʇ,uplnoƆ", + "worldedit.snapshot.none-after": "Ë™{0} ÉąÇťĘ‡ÉźÉ Ę‡oÉĄsdÉus É puᴉɟ ʇ,uplnoƆ", + "worldedit.snapshot.index-above-0": "˙Ɩ oʇ lÉnbÇť Éąo uÉɥʇ ɹǝʇÉÇťÉąĆ Çťq ʇsnÉŻ 'xÇťpuá´‰ pá´‰lÉĘŚuI", + "worldedit.snapshot.index-oob": "Ë™{0} puÉ Ć– uǝǝʍʇǝq Çťq ʇsnÉŻ 'xÇťpuá´‰ pá´‰lÉĘŚuI", + "worldedit.schematic.unknown-format": "Ë™{0} :ʇÉÉŻÉąoÉź ɔᴉʇÉɯǝɥɔs uĘŤouĘžuâ©", + "worldedit.schematic.load.does-not-exist": "¡ʇsá´‰xÇť ʇou sÇťop {0} ɔᴉʇÉɯǝɥɔS", + "worldedit.schematic.load.loading": "(˙ɔᴉʇÉɯǝɥɔs Ćuá´‰pÉol ˙˙˙ʇᴉÉĘŤ ÇťsÉÇťlÔ€)", + "worldedit.schematic.load.still-loading": "(˙ɔᴉʇÉɯǝɥɔs Ćuá´‰pÉol llᴉʇs ˙˙˙ʇᴉÉĘŤ ÇťsÉÇťlÔ€)", + "worldedit.schematic.save.already-exists": ".ʇᴉ ǝʇᴉɹʍɹǝʌo oʇ ĆÉĘ…â…Ž â…Ž- ǝɥʇ ÇťsŐ .sʇsá´‰xÇť ĘŽpÉÇťÉąĘ…É É”á´‰Ę‡Éɯǝɥɔs ʇÉÉĄę“•", + "worldedit.schematic.save.failed-directory": "¡sɔᴉʇÉɯǝɥɔs Éąoâ…Ž ɹǝpĘ…oâ…Ž ǝʇÉǝɹɔ ʇou pĘ…noĎ˝", + "worldedit.schematic.save.saving": "(.ɔᴉʇÉɯǝɥɔs ĆuᴉʌÉs ...ʇᴉÉĘŤ ÇťsÉǝʅԀ)", + "worldedit.schematic.save.still-saving": "(.ɔᴉʇÉɯǝɥɔs ĆuᴉʌÉs ʅʅᴉʇs ...ʇᴉÉĘŤ ÇťsÉǝʅԀ)", + "worldedit.schematic.delete.does-not-exist": "¡ʇsá´‰xÇť ʇou sÇťop {0} ɔᴉʇÉɯǝɥɔS", + "worldedit.schematic.delete.failed": "¿ʎʅuo-pÉǝɹ ʇᴉ sI ¡pǝʅᴉÉâ…Ž {0} â…Žo uoᴉʇǝʅǝᗡ", + "worldedit.schematic.delete.deleted": ".pǝʇǝʅǝp uǝǝq sÉÉĄ {0}", + "worldedit.schematic.formats.title": "(sǝɯÉu dnĘžooâ…‚ :ǝɯÉN) sʇÉÉŻÉąoâ…Ž pÉąÉoqdᴉʅɔ ǝʅqÉĘ…á´‰ÉĘŚâ€", + "worldedit.schematic.unsupported-minecraft-version": ".pǝʌʅosǝɹ sá´‰ sᴉɥʇ ʅᴉʇun ʞɹoĘŤ ʇou ʅʅᴉʍ sɔᴉʇÉɯǝɥɔS .uoá´‰sɹǝʌ ʇⅎÉɹɔǝuᴉꟽ ÉąnoĘŽ ʇɹoddns ʇou sÇťop ʇᴉpĆŽpĘ…ÉąoĎş â…Žo uoá´‰sɹǝʌ sᴉɥꓕ", + "worldedit.pos.already-set": ".ʇǝs ĘŽpÉÇťÉąĘ…É uoᴉʇᴉsoÔ€", + "worldedit.pos.console-require-coords": ".ǝʅosuoÉ” sÉ sǝʇÉuá´‰pÉąooÉ” ÇťpᴉʌoÉąd ʇsnÉŻ noâ…„", + "worldedit.hpos.no-block": "¡ʇɥĆıs uı ʞɔoןq oN", + "worldedit.hpos.already-set": ".ʇǝs ĘŽpÉÇťÉąĘ…É uoᴉʇᴉsoÔ€", + "worldedit.chunk.selected-multiple": "({5} Ę»{4} Ę»{3}) - ({2} Ę»{1} Ę»{0}) :pǝʇɔǝʅǝs sĘžunÉĄĎ˝", + "worldedit.chunk.selected": "({2} Ę»{1} Ę»{0}) :pǝʇɔǝʅǝs ĘžunÉĄĎ˝", + "worldedit.wand.invalid": ".pǝʅqÉsá´‰p Éąo pǝɹnĆᴉⅎuoÉ”-sᴉɯ sá´‰ ɯǝʇᴉ puÉĎş", + "worldedit.wand.selwand.info": "↊# sod ʇɔǝʅǝs :ʞɔᴉʅɔ ʇɥĆᴉꓤ ;⇂# sod ʇɔǝʅǝs :ʞɔᴉʅɔ ʇⅎǝ⅂", + "worldedit.wand.navwand.info": "sĘ…Ę…ÉĘŤ ÉĄĆnoɹɥʇ ssÉd :ʞɔᴉʅɔ ʇɥĆᴉꓤ ;uoᴉʇÉÉ”oĘ… oʇ dÉŻnÉľ :ʞɔᴉʅɔ ʇⅎǝ⅂", + "worldedit.wand.selwand.now.tool": ".{2} ɥʇᴉʍ puÉĘŤ ĘŤÇťu É Ę‡ÇťĆ Éąo {1} ɥʇᴉʍ ɯǝʇᴉ ĘŽuÉ oʇ ʇᴉ puá´‰qǝɹ puÉ {0} ɥʇᴉʍ ʇᴉ ǝʅqÉsá´‰p uÉÉ” noâ…„ .Ę…ooʇ Ę…ÉÉŻÉąou É ĘŤou sá´‰ puÉĘŤ uoᴉʇɔǝʅǝs ǝɥꓕ", + "worldedit.contract.contracted": ".sʞɔoĘ…q {0} pǝʇɔÉɹʇuoÉ” uoá´‰Ćǝꓤ", + "worldedit.shift.shifted": ".pǝʇⅎᴉɥs uoá´‰Ćǝꓤ", + "worldedit.outset.outset": ".ʇǝsʇno uoá´‰Ćǝꓤ", + "worldedit.inset.inset": ".ʇǝsuá´‰ uoá´‰Ćǝꓤ", + "worldedit.size.offset": "{0} :ʇǝsâ…Žâ…ŽO", + "worldedit.size.type": "{0} :ÇťdĘŽę“•", + "worldedit.size.size": "{0} :Çťzá´‰S", + "worldedit.size.distance": "{0} :ǝɔuÉʇsá´‰p pá´‰oqnƆ", + "worldedit.size.blocks": "{0} :sʞɔolq Éźo #", + "worldedit.count.counted": "{0} :pǝʇunoƆ", + "worldedit.distr.no-blocks": "Ë™pǝʇunoÉ” sʞɔolq oN", + "worldedit.distr.no-previous": "Ë™uoᴉʇnqᴉɹʇsá´‰p snoᴉʌǝɹd oN", + "worldedit.distr.total": "{0} :ʇunoƆ ʞɔolq lÉʇoâ”´", + "worldedit.select.cleared": "Ë™pǝɹÉÇťlÉ” uoᴉʇɔǝlÇťS", + "worldedit.select.cuboid.message": "á„… ʇuá´‰od ÉąoÉź ʞɔᴉlÉ” ʇɥĆᴉɹ 'Ć– ʇuá´‰od ÉąoÉź ʞɔᴉlÉ” ʇɟǝl :pá´‰oqnƆ", + "worldedit.select.cuboid.description": "pá´‰oqnÉ” É Éźo sɹǝuÉąoÉ” oʍʇ ʇɔǝlÇťS", + "worldedit.select.extend.message": "puǝʇxÇť oʇ ʞɔᴉlÉ” ʇɥĆᴉɹ 'ʇuá´‰od ĆuᴉʇɹÉʇs É ÉąoÉź ʞɔᴉlÉ” ʇɟǝl :pá´‰oqnƆ", + "worldedit.select.extend.description": "ÇťpoÉŻ uoᴉʇɔǝlÇťs pá´‰oqnÉ” ʇsÉℲ", + "worldedit.butcher.explain-all": "sĘžunÉĄÉ” pÇťpÉol uá´‰ sqoÉŻ llÉ ÇťĘŚoɯǝɹ oʇ Ć–- Çťsâ©", + "worldedit.remove.explain-all": "sĘžunÉĄÉ” pÇťpÉol uá´‰ sǝᴉʇᴉʇuÇť llÉ ÇťĘŚoɯǝɹ oʇ Ć–- Çťsâ©", + "worldedit.calc.invalid": "uoá´‰ssǝɹdxÇť pá´‰lÉĘŚ É sÉ pÇťsÉąÉd Çťq ʇou plnoÉ” ,{0},", + "worldedit.paste.pasted": "{0} Ę‡É pǝʇsÉd uǝǝq sÉÉĄ pÉąÉoqdá´‰lÉ” ǝɥ┴", + "worldedit.rotate.no-interpolation": "Ë™pÇťpuǝɯɯoɔǝɹ sá´‰ 06 Éźo sÇťldᴉʇlnÉŻ ÇťÉąÉ Ę‡Éɥʇ sÇťlĆuÉ os 'pǝʇɹoddns ʇǝʎ ʇou sá´‰ uoᴉʇÉlodɹǝʇuI :ǝʇoN", + "worldedit.rotate.rotated": "Ë™pǝʇÉʇoÉą uǝǝq sÉÉĄ ĘŽdoÉ” pÉąÉoqdá´‰lÉ” ǝɥ┴", + "worldedit.flip.flipped": "Ë™pÇťddá´‰lÉź uǝǝq sÉÉĄ ĘŽdoÉ” pÉąÉoqdá´‰lÉ” ǝɥ┴", + "worldedit.clearclipboard.cleared": "Ë™pǝɹÉÇťlÉ” pÉąÉoqdá´‰lƆ", + "worldedit.set.done": "Ë™pǝʇǝldÉŻoÉ” uoᴉʇÉɹǝdO", + "worldedit.set.done.verbose": "Ë™({0}) pǝʇǝldÉŻoÉ” uoᴉʇÉɹǝdO", + "worldedit.unstuck.moved": "¡oĆ noĘŽ ǝɹǝɥ┴", + "worldedit.ascend.obstructed": "Ë™punoÉź noĘŽ ǝʌoqÉ Ę‡ods ǝǝɹɟ oN", + "worldedit.descend.obstructed": "Ë™punoÉź noĘŽ ĘŤolÇťq ʇods ǝǝɹɟ oN", + "worldedit.ceil.obstructed": "Ë™punoÉź noĘŽ ǝʌoqÉ Ę‡ods ǝǝɹɟ oN", + "worldedit.ceil.moved": "¡ɥsooM", + "worldedit.thru.obstructed": "Ë™punoÉź noĘŽ Éźo pÉÇťÉĄÉ Ę‡ods ǝǝɹɟ oN", + "worldedit.thru.moved": "¡ɥsooM", + "worldedit.jumpto.moved": "¡ɟooÔ€", + "worldedit.jumpto.none": "¡(ĘŽÉĘŤÉ ÉąÉÉź ooʇ Éąo) ʇɥĆá´‰s uá´‰ ʞɔolq oN", + "worldedit.up.obstructed": "Ë™noĘŽ ǝʌoqÉ Ćuᴉɥʇǝɯos ʇᴉɥ plnoĘŤ noâ…„", + "worldedit.up.moved": "¡ɥsooM", + "worldedit.reload.config": "¡pÇťpÉoןǝɹ uoıʇÉÉąnĆıɟuoƆ", + "worldedit.report.written": "{0} oʇ uǝʇʇıɹʍ ʇɹodǝɹ ʇıpĆŽpןɹoM", + "worldedit.report.error": "{0} :ʇɹodǝɹ ǝʇıɹʍ oʇ pǝןıÉℲ", + "worldedit.report.callback": "ʇɹodǝɹ˙{0} :ʇɹodǝɹ ʇᴉpĆŽplÉąoM", + "worldedit.timezone.invalid": "Çťuozǝɯıʇ pıןÉĘŚuI", + "worldedit.timezone.set": "{0} :oʇ uoıssÇťs sıɥʇ ÉąoÉź ʇǝs Çťuozǝɯı⊥", + "worldedit.timezone.current": "{0} :sı Çťuozǝɯıʇ ʇÉɥʇ uı ǝɯıʇ ʇuǝɹɹnÉ” ǝɥ⊥", + "worldedit.version.version": "{0} uoısɹǝʌ ʇıpĆŽpןɹoM", + "worldedit.command.time-elapsed": "Ë™(ɔǝs/sʞɔolq {2} ;pÇťĆuÉÉĄÉ” {1} :ĘŽÉąoʇsᴉɥ) pÇťsdÉlÇť s{0}", + "worldedit.pastebin.uploading": "(˙˙˙uá´‰qǝʇsÉd oʇ ʇndʇno Ćuá´‰puÇťs ˙˙˙ʇᴉÉĘŤ ÇťsÉÇťlÔ€)", + "worldedit.session.cant-find-session": "{0} ÉąoÉź uoá´‰ssÇťs puᴉɟ oʇ ÇťlqÉuâ©", + "worldedit.tool.max-block-changes": "Ë™pǝɥɔÉǝɹ ʇᴉɯᴉl ÇťĆuÉÉĄÉ” sʞɔolq xÉW", + "worldedit.tool.no-block": "¡ʇɥĆıs uı ʞɔoןq oN", + "worldedit.tool.repl.equip": "Ë™{0} oʇ punoq looʇ ɹǝɔÉldǝɹ ʞɔolq.", + "worldedit.tool.repl.switched": "{0} :oʇ pǝɥɔʇᴉʍs looʇ ɹǝɔÉldÇťá´š", + "worldedit.tool.data-cycler.equip": "Ë™{0} oʇ punoq looʇ ɹǝlɔʎɔ ÉʇÉp ʞɔolq", + "worldedit.tool.data-cycler.block-not-permitted": "˙ʞɔolq ʇÉɥʇ Éźo ÇťnlÉĘŚ ÉʇÉp ǝɥʇ Çťlɔʎɔ oʇ pǝʇʇᴉɯɹǝd ʇou ÇťÉąÉ noâ…„", + "worldedit.tool.data-cycler.cant-cycle": "¡pÇťlɔʎɔ Çťq ʇouuÉÉ” ÉʇÉp s,ʞɔolq ʇÉÉĄâ”´", + "worldedit.tool.data-cycler.new-value": "Ë™{1} ĘŤou sá´‰ {0} Éźo ÇťnlÉΛ", + "worldedit.tool.data-cycler.cycling": "Ë™{0} Ćuá´‰lɔʎɔ ĘŤoN", + "worldedit.tool.deltree.equip": "Ë™{0} oʇ punoq looʇ ɹǝʌoɯǝɹ ǝǝɹʇ ĆuᴉʇÉolℲ", + "worldedit.tool.deltree.not-tree": "˙ǝǝɹʇ É Ę‡ou s,ʇÉÉĄâ”´", + "worldedit.tool.deltree.not-floating": "˙ǝǝɹʇ ĆuᴉʇÉolÉź É Ę‡ou s,ʇÉÉĄâ”´", + "worldedit.tool.tree.equip": "Ë™{0} oʇ punoq looʇ ǝǝɹ┴", + "worldedit.tool.tree.obstructed": "˙ǝɹǝɥʇ oĆ Ę‡,uÉÉ” ǝǝɹʇ â€", + "worldedit.tool.info.equip": "Ë™{0} oʇ punoq looʇ oÉźuI", + "worldedit.tool.info.blockstate.hover": "ǝʇÉʇs ʞɔolá—ş", + "worldedit.tool.info.internalid.hover": "á—ˇI lÉuɹǝʇuI", + "worldedit.tool.info.light.hover": "ǝʌoq†ʇɥĆᴉ˥/ʇɥĆᴉ˥ ʞɔolá—ş", + "worldedit.tool.none.equip": "˙ɯǝʇᴉ ʇuǝɹɹnÉ” ÉąnoĘŽ ÉŻoɹɟ punoqun looâ”´", + "worldedit.tool.selwand.equip": "Ë™{0} oʇ punoq puÉĘŤ uoᴉʇɔǝlÇťS", + "worldedit.tool.navwand.equip": "Ë™{0} oʇ punoq puÉĘŤ uoᴉʇÉĆᴉʌÉN", + "worldedit.tool.floodfill.equip": "Ë™{0} oʇ punoq looʇ llᴉɟ poolÉź ʞɔolq", + "worldedit.tool.farwand.equip": "Ë™{0} oʇ punoq looʇ puÉĘŤ ÉąÉℲ", + "worldedit.tool.lrbuild.equip": "Ë™{0} oʇ punoq looʇ Ćuá´‰plá´‰nq ÇťĆuÉÉą-ĆuoËĄ", + "worldedit.tool.lrbuild.set": "Ë™{1} oʇ ʇǝs ʞɔᴉlÉ”-ʇɥĆᴉɹ ;{0} oʇ ʇǝs ʞɔᴉlÉ”-ʇɟǝ˥", + "worldedit.operation.deform.expression": "{0} Ćuá´‰sn pǝɯɹoɟǝp" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/enp/strings.json b/config/worldedit/.archive-unpack/2e1dd752/enp/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/enp/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/eo/strings.json b/config/worldedit/.archive-unpack/2e1dd752/eo/strings.json new file mode 100644 index 0000000..0876d97 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/eo/strings.json @@ -0,0 +1,16 @@ +{ + "worldedit.expand.description.vert": "Vertikale vastigi la elektaĵon al mondaj limoj.", + "worldedit.expand.expanded": "Regiono vastigitas je {0} blokoj", + "worldedit.expand.expanded.vert": "Regiono vastigitas je {0} blokoj (de supro al malsupro).", + "worldedit.biomeinfo.lineofsight": "Biomoj en linio de vido: {0}", + "worldedit.biomeinfo.position": "Biomoj ĉe via pozicio: {0}", + "worldedit.biomeinfo.selection": "Biomoj en via elektaĵo: {0}", + "worldedit.brush.radius-too-large": "Plejgranda ebla penika radiuso: {0}", + "worldedit.brush.apply.description": "Apliki penikon, apliki funkcion al ĉiu bloko", + "worldedit.brush.apply.radius": "La grandeco de la peniko", + "worldedit.brush.apply.shape": "La formo de la regiono", + "worldedit.brush.apply.type": "Tipo de peniko por uzi", + "worldedit.brush.paint.size": "La grandeco de la peniko", + "worldedit.brush.paint.shape": "La formo de la regiono", + "worldedit.brush.paint.type": "Tipo de peniko por uzi" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/es-AR/strings.json b/config/worldedit/.archive-unpack/2e1dd752/es-AR/strings.json new file mode 100644 index 0000000..1a08e03 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/es-AR/strings.json @@ -0,0 +1,414 @@ +{ + "worldedit.expand.description.vert": "Expande verticalmente la selecciĂłn hasta los lĂ­mites del mundo.", + "worldedit.expand.expanded": "RegiĂłn expandida {0} bloques", + "worldedit.expand.expanded.vert": "RegiĂłn expandida {0} bloques (de arriba a abajo).", + "worldedit.biomeinfo.lineofsight": "Biomas en el punto de vista: {0}", + "worldedit.biomeinfo.position": "Biomas en tu posiciĂłn: {0}", + "worldedit.biomeinfo.selection": "Biomas en tu selecciĂłn: {0}", + "worldedit.brush.radius-too-large": "Radio máximo de pincel permitido: {0}", + "worldedit.brush.apply.description": "Pincel de aplicaciĂłn, para aplicar una funciĂłn a cada bloque", + "worldedit.brush.apply.radius": "El tamaño de la brocha", + "worldedit.brush.apply.shape": "La forma de la regiĂłn", + "worldedit.brush.apply.type": "Tipo de pincel a usar", + "worldedit.brush.apply.item.warning": "Este pincel simula el uso de objetos. Es posible que sus efectos no funcionen en todas las plataformas, pueden no ser revertibles y pueden causar interacciones extrañas con otros mods/plugins. Usa bajo tu propio riesgo.", + "worldedit.brush.paint.description": "Pincel de pintura, para aplicar una funciĂłn a una superficie", + "worldedit.brush.paint.size": "El tamaño de la brocha", + "worldedit.brush.paint.shape": "La forma de la regiĂłn", + "worldedit.brush.paint.density": "La densidad de la brocha", + "worldedit.brush.paint.type": "Tipo de pincel a usar", + "worldedit.brush.paint.item.warning": "Este pincel simula el uso de objetos. Es posible que sus efectos no funcionen en todas las plataformas, pueden no ser revertibles y pueden causar interacciones extrañas con otros mods/plugins. Usa bajo tu propio riesgo.", + "worldedit.brush.sphere.equip": "Pincel de figura esfĂ©rica equipado ({0}).", + "worldedit.brush.cylinder.equip": "Pincel de figura cilĂ­ndrica equipado ({0} por {1}).", + "worldedit.brush.clipboard.equip": "Forma de pizarra esfĂ©rica equipada.", + "worldedit.brush.smooth.equip": "Pincel suave equipado ({0} x {1}x usando {2}).", + "worldedit.brush.extinguish.equip": "Extintor equipado ({0}).", + "worldedit.brush.gravity.equip": "Pincel de gravedad equipado ({0}).", + "worldedit.brush.butcher.equip": "Pincel de carnicero equipado ({0}).", + "worldedit.brush.operation.equip": "Establecer pincel a {0}.", + "worldedit.brush.heightmap.equip": "Has asignado una Brocha de ElevaciĂłn de Terreno ({0}).", + "worldedit.brush.heightmap.unknown": "Brocha de ElevaciĂłn de Terreno desconocida: {0}.", + "worldedit.brush.none.equip": "Pincel desenlazado de tu objeto actual.", + "worldedit.setbiome.changed": "Los biomas fueron cambiados por aproximadamente {0} bloques.", + "worldedit.setbiome.warning": "Puede ser que necesites volver a entrar al juego (o cerrar y reabrir tu mundo) para ver cambios.", + "worldedit.drawsel.disabled": "CUI de servidor deshabilitado.", + "worldedit.drawsel.disabled.already": "El CUI de servidor ya está deshabilitado.", + "worldedit.drawsel.enabled.already": "El CUI de servidor ya está habilitado.", + "worldedit.limit.too-high": "Tu lĂ­mite máximo permitido es {0}.", + "worldedit.limit.set": "LĂ­mite de cambio de bloques establecido en {0}.", + "worldedit.limit.return-to-default": "(Usa //limit para volver al valor por defecto.)", + "worldedit.timeout.too-high": "Tu tiempo máximo permitido es {0}ms.", + "worldedit.timeout.set": "Tiempo de espera puesto en {0}ms.", + "worldedit.timeout.return-to-default": " (Usa //timeout para volver al valor por defecto.)", + "worldedit.fast.disabled": "Modo rápido deshabilitado.", + "worldedit.fast.enabled": "Modo rápido habilitado. Puede ser que la iluminaciĂłn en los chunks afectados sea errĂłnea, y que necesites volver a entrar para ver cambios.", + "worldedit.fast.disabled.already": "El modo rápido ya está deshabilitado.", + "worldedit.fast.enabled.already": "El modo rápido ya está habilitado.", + "worldedit.perf.sideeffect.set": "Efecto secundario \"{0}\" está ahora en {1}", + "worldedit.perf.sideeffect.get": "Efecto secundario \"{0}\" está en {1}", + "worldedit.perf.sideeffect.already-set": "Efecto secundario \"{0}\" ya está en {1}", + "worldedit.perf.sideeffect.set-all": "Todos los efectos secundarios se pusieron en {0}", + "worldedit.reorder.current": "El modo de reordenaciĂłn es {0}", + "worldedit.reorder.set": "El modo de reordenaciĂłn ahora es {0}", + "worldedit.gmask.disabled": "Máscara global desactivada.", + "worldedit.gmask.set": "Máscara global definida.", + "worldedit.toggleplace.pos1": "Ahora determina la primera posiciĂłn.", + "worldedit.toggleplace.player": "Coloca el bloque donde estás.", + "worldedit.toggleplace.not-locatable": "No se puede alternar la colocaciĂłn en este contexto.", + "worldedit.searchitem.too-short": "Introduce una cadena de bĂşsqueda más larga (longitud > 2).", + "worldedit.searchitem.either-b-or-i": "No podĂ©s usar las banderas 'b' e 'i' simultáneamente.", + "worldedit.searchitem.searching": "(Por favor espere... buscando objetos.)", + "worldedit.watchdog.no-hook": "Esta plataforma no admite el rastreador.", + "worldedit.watchdog.active.already": "El rastreador ya está activo.", + "worldedit.watchdog.inactive.already": "El rastreador ya está inactivo.", + "worldedit.watchdog.active": "Se ha activado el rastreador.", + "worldedit.watchdog.inactive": "Se ha desactivado el rastreador.", + "worldedit.world.remove": "Se ha eliminado el mundo de sustituciĂłn.", + "worldedit.world.set": "Determina el mundo a sustituir {0}. (Usa //world para restablecerlo).", + "worldedit.undo.undone": "{0} ediciones disponibles deshechas.", + "worldedit.undo.none": "No queda nada para deshacer.", + "worldedit.redo.redone": "{0} ediciones disponibles rehechas.", + "worldedit.redo.none": "No queda nada para rehacer.", + "worldedit.clearhistory.cleared": "Historial borrado.", + "worldedit.raytrace.noblock": "¡No hay bloques a la vista!", + "worldedit.restore.not-configured": "No se ha configurado la funciĂłn de restauraciĂłn (snapshot).", + "worldedit.restore.not-available": "El Punto de RestauraciĂłn no está disponible o no existe.", + "worldedit.restore.failed": "Fallo al cargar el Punto de RestauraciĂłn: {0}.", + "worldedit.restore.loaded": "Se ha cargado el Punto de RestauraciĂłn (Snapshot) '{0}'. Efectuando la restauraciĂłn...", + "worldedit.restore.restored": "RestauraciĂłn concluida. Faltan {0} chunks y otros {1} errores.", + "worldedit.restore.none-for-specific-world": "No se han encontrado más Puntos de RestauraciĂłn del mundo '{0}'.", + "worldedit.restore.none-for-world": "No se han encontrado Puntos de RestauraciĂłn de este Mundo.", + "worldedit.restore.none-found": "No se han encontrado Puntos de RestauraciĂłn.", + "worldedit.restore.none-found-console": "No se encontraron snapshots. Ve la consola para más detalles.", + "worldedit.restore.chunk-not-present": "No se han encontrado chunks en el Punto de RestauraciĂłn.", + "worldedit.restore.chunk-load-failed": "No se han podido cargar los chunks. Puede que el archivo correspondiente estĂ© corrupto.", + "worldedit.restore.block-place-failed": "Los errores ocurridos han impedido restaurar los bloques.", + "worldedit.restore.block-place-error": "Ăšltimo error: {0}", + "worldedit.snapshot.use.newest": "Ahora se está usando un Punto de RestauraciĂłn más reciente.", + "worldedit.snapshot.use": "Snapshot establecida a: {0}", + "worldedit.snapshot.none-before": "No se pudo encontrar una snapshot de antes de {0}.", + "worldedit.snapshot.none-after": "No se pudo encontrar una snapshot despuĂ©s de {0}.", + "worldedit.snapshot.index-above-0": "ĂŤndice inválido, debe ser mayor o igual a 1.", + "worldedit.snapshot.index-oob": "ĂŤndice inválido, debe ser entre 1 y {0}.", + "worldedit.schematic.unknown-format": "Formato de schematic desconocido: {0}.", + "worldedit.schematic.load.does-not-exist": "¡La schematic {0} no existe!", + "worldedit.schematic.load.loading": "(Espera, cargando la schematic...)", + "worldedit.schematic.load.still-loading": "(Espera, todavĂ­a cargando la schematic...)", + "worldedit.schematic.save.already-exists": "Esa schematic ya existe. Usa el parámetro -f para sobrescribirla.", + "worldedit.schematic.save.failed-directory": "¡No se pudo crear la carpeta para las schematics!", + "worldedit.schematic.save.saving": "(Espera, guardando la schematic...)", + "worldedit.schematic.save.still-saving": "(Espera, todavĂ­a guardando la schematic...)", + "worldedit.schematic.delete.does-not-exist": "¡La schematic {0} no existe!", + "worldedit.schematic.delete.failed": "¡No se pudo eliminar {0}! ÂżAcaso es de solo lectura?", + "worldedit.schematic.delete.deleted": "El schematic '{0}' se ha eliminado correctamente.", + "worldedit.schematic.formats.title": "Formatos de portapapeles disponibles (Nombre: nombres de bĂşsqueda).", + "worldedit.schematic.unsupported-minecraft-version": "Esta versiĂłn de WorldEdit no soporta tu versiĂłn de Minecraft. Las schematics no funcionarán hasta que se resolva este problema.", + "worldedit.pos.already-set": "Esta posiciĂłn ya está determinada.", + "worldedit.pos.console-require-coords": "Debes proporcionar las coordenadas en consola.", + "worldedit.hpos.no-block": "¡No hay bloques a la vista!", + "worldedit.hpos.already-set": "Esta posiciĂłn ya está determinada.", + "worldedit.chunk.selected-multiple": "Chunks seleccionados: ({0}, {1}, {2}) â–ş ({3}, {4}, {5}).", + "worldedit.chunk.selected": "Chunk seleccionado: {0}, {1}, {2}.", + "worldedit.wand.invalid": "La Herramienta de SelecciĂłn asociada está desactivada o mal configurada.", + "worldedit.wand.selwand.info": "§7BotĂłn Izquierdo â–ş Seleccionar la 1ÂŞ posiciĂłn.\\n§7BotĂłn Derecho â–ş Seleccionar la 2ÂŞ posiciĂłn.", + "worldedit.wand.navwand.info": "§7BotĂłn Izquierdo â–ş Aparecer en el lugar señalado.\\n§7BotĂłn Derecho â–ş Atravesar paredes.", + "worldedit.wand.selwand.now.tool": "Ahora la herramienta de selecciĂłn es correcta. Puedes desactivarla con {0} y volver a asignarla a un objeto con {1} o conseguir una nueva con {2}.", + "worldedit.contract.contracted": "La regiĂłn se ha contraĂ­do {0} bloques.", + "worldedit.shift.shifted": "La regiĂłn se ha desplazado.", + "worldedit.outset.outset": "La regiĂłn se ha expandido.", + "worldedit.inset.inset": "La regiĂłn se ha contraĂ­do.", + "worldedit.size.offset": "Desplazado: {0}.", + "worldedit.size.type": "§8§m------------------------------§r\\n§5Tipo: {0}.", + "worldedit.size.size": "§5Tamaño: {0}.", + "worldedit.size.distance": "§5Distancia: {0}.", + "worldedit.size.blocks": "§5Cantidad de Bloques: {0}.", + "worldedit.count.counted": "§5Cantidad {0}.", + "worldedit.distr.no-blocks": "No ha bloques enumerados.", + "worldedit.distr.no-previous": "No existe un distribuciĂłn anterior.", + "worldedit.distr.total": "NĂşmero Total de Bloques: {0}.", + "worldedit.select.cleared": "§cHas deseleccionado la zona.", + "worldedit.select.cuboid.message": "SelecciĂłn CĂşbica.\\n§7BotĂłn Izquierdo â–ş Seleccionar el 1Âş punto.\\n§7BotĂłn Derecho â–ş Seleccionar el 2Âş punto.", + "worldedit.select.cuboid.description": "§7Selecciona las dos esquinas del cuboide.", + "worldedit.select.extend.message": "ExtensiĂłn de Cuboide.\\n§7BotĂłn Izquierdo â–ş Seleccionar el punto inicial.\\n§7BotĂłn Derecho â–ş Expandir.", + "worldedit.select.extend.description": "Modo Rápido de selecciĂłn de cuboides.", + "worldedit.select.poly.message": "SelecciĂłn de Poligonal.\\n§7BotĂłn Izquierdo â–ş Seleccionar el punto inicial.\\n§7BotĂłn Derecho â–ş Añadir puntos.", + "worldedit.select.poly.limit-message": "{0} puntos como máximo.", + "worldedit.select.poly.description": "Selecciona una regiĂłn poligonal.", + "worldedit.select.ellipsoid.message": "SelecciĂłn de Elipsoidal.\\n§7BotĂłn Izquierdo â–ş Seleccionar el Centro.\\n§7BotĂłn Derecho â–ş Seleccionar la extensiĂłn.", + "worldedit.select.ellipsoid.description": "Selecciona un regiĂłn con forma elĂ­ptica.", + "worldedit.select.sphere.message": "SelecciĂłn EsfĂ©rica.\\n§7BotĂłn Izquierdo â–ş Seleccionar el Centro.\\n§7BotĂłn Derecho â–ş Determinar el radio.", + "worldedit.select.sphere.description": "Selecciona un regiĂłn con forma esfĂ©rica.", + "worldedit.select.cyl.message": "SelecciĂłn CilĂ­ndrica.\\n§7BotĂłn Izquierdo â–ş Seleccionar el Centro.\\n§7BotĂłn Derecho â–ş Seleccionar la extensiĂłn.", + "worldedit.select.cyl.description": "Selecciona un regiĂłn con forma cilĂ­ndrica.", + "worldedit.select.convex.message": "SelecciĂłn PoliĂ©drica Convexa.\\n§7BotĂłn Izquierdo â–ş Seleccionar el primer vĂ©rtice.\\n§7BotĂłn Derecho â–ş Añadir más vĂ©rtices.", + "worldedit.select.convex.limit-message": "El lĂ­mite es de {0} puntos como máximo.", + "worldedit.select.convex.description": "Selecciona un regiĂłn con forma de Poliedro Convexo.", + "worldedit.select.default-set": "La forma actual de selecciĂłn es {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}.", + "worldedit.chunkinfo.old-filename": "Formato antiguo: {0}.", + "worldedit.chunkinfo.mcregion-filename": "RegiĂłn MC: RegiĂłn/{0}.", + "worldedit.listchunks.listfor": "Listando para: {0}.", + "worldedit.drain.drained": "Se han vaciado {0} bloques.", + "worldedit.fill.created": "Se han rellenado {0} bloques.", + "worldedit.fillr.created": "Se han rellenado {0} bloques.", + "worldedit.fixlava.fixed": "Se han nivelado {0} bloques de lava.", + "worldedit.fixwater.fixed": "Se han nivelado {0} bloques de agua.", + "worldedit.removeabove.removed": "Se han eliminado {0} bloques.", + "worldedit.removebelow.removed": "Se han eliminado {0} bloques.", + "worldedit.removenear.removed": "Se han eliminado {0} bloques.", + "worldedit.replacenear.replaced": "Se han remplazado {0} bloques.", + "worldedit.snow.created": "Se han cubierto {0} superficies.", + "worldedit.thaw.removed": "Se han descongelado {0} bloques.", + "worldedit.green.changed": "Se han enverdecido {0} bloques.", + "worldedit.extinguish.removed": "Se han extinguido {0} focos en llamas.", + "worldedit.butcher.killed": "Se han eliminado {0} criaturas en un radio de {1}.", + "worldedit.butcher.explain-all": "Usa -1 para eliminar todas las criaturas de los chunks cargados.", + "worldedit.remove.removed": "Se han marcado {0} entidades para su eliminaciĂłn.", + "worldedit.remove.explain-all": "Usa -1 para eliminar todas las entidades de los chunks cargados.", + "worldedit.calc.invalid": "'{0}' no puede ser analizado como una expresiĂłn válida.", + "worldedit.calc.invalid.with-error": "'{0}' no puede ser analizado como una expresiĂłn válida: '{1}'", + "worldedit.paste.pasted": "El contenido del portapapeles ha sido pegado en {0}.", + "worldedit.paste.selected": "Se ha seleccionado la regiĂłn de pegado del portapapeles.", + "worldedit.rotate.no-interpolation": "Nota: La interpolaciĂłn aĂşn no es admisible, por lo que se recomienda ángulos mĂşltiplos de 90.", + "worldedit.rotate.rotated": "Se ha girado el contenido del portapapeles.", + "worldedit.flip.flipped": "Se ha volteado el contenido del portapapeles.", + "worldedit.clearclipboard.cleared": "§4Se ha eliminado el contenido del Portapapeles.", + "worldedit.set.done": "§2OperaciĂłn completada.", + "worldedit.set.done.verbose": "OperaciĂłn completada ({0}).", + "worldedit.line.changed": "Se han cambiado {0} bloques.", + "worldedit.line.invalid-type": "La herramienta '//line' solo funciona con selecciones cuboides o poliĂ©dricas convexas.", + "worldedit.curve.changed": "Se han cambiado {0} bloques.", + "worldedit.curve.invalid-type": "La herramienta '//curve' solo funciona con selecciones poliĂ©dricas convexas.", + "worldedit.replace.replaced": "Se han remplazado {0} bloques.", + "worldedit.stack.changed": "Se han cambiado {0} bloques. Puedes deshacer los cambios usando '//undo'.", + "worldedit.stack.intersecting-region": "El desplazamiento del stack no debe chocar con la regiĂłn colindante cuando se utiliza el bloque como unidad.", + "worldedit.regen.regenerated": "§6La zona seleccionada se ha regenerado.", + "worldedit.regen.failed": "No se han podido regenerar los chunks. Mira en la consola para obtener más detalles.", + "worldedit.walls.changed": "Se han cambiado {0} bloques.", + "worldedit.faces.changed": "Se han cambiado {0} bloques.", + "worldedit.overlay.overlaid": "Se ha superpuesto {0} bloques.", + "worldedit.naturalize.naturalized": "Se han sustituido {0} bloques para que parezcan más naturales.", + "worldedit.center.changed": "Centro establecido. (Se han cambiado {0} bloques).", + "worldedit.smooth.changed": "Se ha suavizado el terreno. {0} bloques afectados.", + "worldedit.move.moved": "Se han movido {0} bloques.", + "worldedit.deform.deformed": "Se han deformado {0} bloques.", + "worldedit.hollow.changed": "Se han cambiado {0} bloques.", + "worldedit.forest.created": "Se ha generado {0} árboles.", + "worldedit.flora.created": "Se han generado {0} plantas.", + "worldedit.unstuck.moved": "¡AhĂ­ lo tienes chaval!", + "worldedit.ascend.obstructed": "No se ha encontrado ningĂşn espacio libre por encima.", + "worldedit.ascend.moved": "Has ascendido {0} niveles.", + "worldedit.descend.obstructed": "No se ha encontrado ningĂşn espacio libre por debajo.", + "worldedit.descend.moved": "Has descendido {0} niveles.", + "worldedit.ceil.obstructed": "No se ha encontrado ningĂşn espacio libre por encima.", + "worldedit.ceil.moved": "¡Yupi!", + "worldedit.thru.obstructed": "No se ha encontrado ningĂşn espacio libre por delante.", + "worldedit.thru.moved": "¡Yupi!", + "worldedit.jumpto.moved": "¡Puf!", + "worldedit.jumpto.none": "§c¡No hay nada a la vista (o está demasiado lejos)!", + "worldedit.up.obstructed": "Debes golpear algo por encima tuyo.", + "worldedit.up.moved": "¡Yupi!", + "worldedit.cyl.invalid-radius": "Debes especificar 1 o 2 valores para el radio.", + "worldedit.cyl.created": "Se han creado {0} bloques.", + "worldedit.sphere.invalid-radius": "Debes especificar 1 o 2 valores para el radio.", + "worldedit.sphere.created": "Se ha generado una esfera con {0} bloques.", + "worldedit.forestgen.created": "Se han generado {0} árboles.", + "worldedit.pumpkins.created": "Se han generado {0} calabazas.", + "worldedit.pyramid.created": "Se ha generado una pirámide con {0} bloques.", + "worldedit.generate.created": "Se han creado {0} bloques.", + "worldedit.generatebiome.changed": "{0} biomas afectados.", + "worldedit.reload.config": "§aLa configuraciĂłn de §2WorlEdit §ase ha recargado satisfactoriamente.", + "worldedit.report.written": "Se ha generado el informe de WorldEdit en {0}.", + "worldedit.report.error": "Fallo al guardar el informe: {0}.", + "worldedit.report.callback": "Informe de WorldEdit: {0}.report", + "worldedit.timezone.invalid": "Zona horaria no válida.", + "worldedit.timezone.set": "La zona horaria para esta sesiĂłn es: {0}.", + "worldedit.timezone.current": "La hora actual en esta zona horaria es: {0}.", + "worldedit.version.version": "VersiĂłn de WorldEdit: {0}.", + "worldedit.version.bukkit.unsupported-adapter": "Esta versiĂłn de WorldEdit no es compatible con esta versiĂłn de Bukkit. Los contenedores (ej. cofres) se quedarán vacĂ­os, las propiedades (ej. rotaciĂłn) no se mantendrán, y otras cosas pueden no funcionar. Actualiza WorldEdit para restaurar la funcionalidad:\\n{0}", + "worldedit.trace.no-tracing-extents": "Seguimiento: No se ha utilizado ninguna medida.", + "worldedit.trace.action-failed": "Seguimiento: {0} acciones en {1} descartadas por la extensiĂłn {2}.", + "worldedit.trace.active.already": "El Modo Seguimiento ya está activado.", + "worldedit.trace.inactive.already": "El Modo Seguimiento ya está desactivado.", + "worldedit.trace.active": "Modo Seguimiento activado.", + "worldedit.trace.inactive": "Modo seguimiento desactivado.", + "worldedit.command.time-elapsed": "{0}seg trascurridos (historial: {1} cambiado; {2} bloques/seg).", + "worldedit.command.permissions": "No tienes permitido hacer esto. ÂżEstás en el modo correcto?", + "worldedit.command.player-only": "Este comando debe ser utilizado por un jugador.", + "worldedit.command.error.report": "Por favor, informa sobre este error: [Mira en la consola].", + "worldedit.pastebin.uploading": "§7Por favor espera, enviando el registro a pastebin...", + "worldedit.session.cant-find-session": "No se puede encontrar la sesiĂłn de {0}.", + "worldedit.platform.no-file-dialog": "Este entorno no permite mostrar diálogos.", + "worldedit.asset.load.loading": "§7Por favor espera, cargando el elemento...", + "worldedit.asset.load.still-loading": "§7Por favor espera, sigue cargando el elemento...", + "worldedit.asset.load.failed": "No se ha podido cargar el elemento.", + "worldedit.tool.max-block-changes": "Has alcanzado el nĂşmero máximo de bloques que puedes modificar.", + "worldedit.tool.no-block": "¡No hay bloque a la vista!", + "worldedit.tool.repl.equip": "§aHas asignado la Herramienta Remplazadora a §2{0}§a.", + "worldedit.tool.repl.switched": "La Herramienta Remplazadora se ha cambiado por {0}.", + "worldedit.tool.data-cycler.equip": "§aHas asignado la Herramienta de AlteraciĂłn de Bloques a §2{0}§a.", + "worldedit.tool.data-cycler.block-not-permitted": "No tienes permitido modificar el valor de este bloque.", + "worldedit.tool.data-cycler.cant-cycle": "¡Este bloque no se puede alterar!", + "worldedit.tool.data-cycler.new-value": "El valor de {0} ahora es {1}.", + "worldedit.tool.data-cycler.cycling": "Alterando el valor de {0}.", + "worldedit.tool.deltree.equip": "§aHas asignado la Herramienta de EliminaciĂłn de Ărboles Flotantes a §2{0}§a.", + "worldedit.tool.deltree.not-tree": "Esto no es un Ărbol.", + "worldedit.tool.deltree.not-floating": "Esto no es un Ărbol Flotante.", + "worldedit.tool.tree.equip": "§aHas asignado la Herramienta de GeneraciĂłn de Ărboles a §2{0}§a.", + "worldedit.tool.tree.obstructed": "No se puede generar un árbol aquĂ­.", + "worldedit.tool.info.equip": "§aHas asignado la Herramienta de InformaciĂłn a §2{0}§a.", + "worldedit.tool.info.blockstate.hover": "§7InformaciĂłn del Bloque.", + "worldedit.tool.info.internalid.hover": "§7ID Interna.", + "worldedit.tool.info.legacy.hover": "§7Heredado de la ID:InformaciĂłn.", + "worldedit.tool.info.light.hover": "§7IluminaciĂłn del Bloque/IluminaciĂłn Superior.", + "worldedit.tool.none.equip": "§cHas desvinculado la herramienta asignada.", + "worldedit.tool.none.to.unequip": "§cEste objeto no tiene ninguna herramienta asignada.", + "worldedit.tool.selwand.equip": "§aHas asignado la Herramienta de SelecciĂłn a §2{0}§a.", + "worldedit.tool.navwand.equip": "§aHas asignado la Herramienta de NavegaciĂłn a §2{0}§a.", + "worldedit.tool.floodfill.equip": "§aHas asignado la Herramienta de Relleno a §2{0}§a.", + "worldedit.tool.farwand.equip": "§aHas asignado la Herramienta de SelecciĂłn Lejana a §2{0}§a.", + "worldedit.tool.lrbuild.equip": "§aHas asignado la Herramienta de ConstrucciĂłn Lejana a §2{0}.", + "worldedit.tool.lrbuild.set": "§7BotĂłn Izquierdo â–ş {0}\\n§7BotĂłn Derecho â–ş {1}.", + "worldedit.tool.stack.equip": "§aLa herramienta de VinculaciĂłn se ha asignado a §2{0}§a.", + "worldedit.tool.unbind-instruction": "Usa {0} mientras mantienes el objeto para desvincular la herramienta.", + "worldedit.tool.superpickaxe.mode.single": "Modo simple.\\n§7Usa el botĂłn izquierdo con un pico.\\n§8Usa // para desactivar.", + "worldedit.tool.superpickaxe.mode.area": "Modo área.\\n§7Usa el botĂłn izquierdo con un pico.\\n§8Usa // para desactivar.", + "worldedit.tool.superpickaxe.mode.recursive": "Modo recursivo.\\n§7Usa el botĂłn izquierdo con un pico.\\n§8Usa // para desactivar.", + "worldedit.tool.superpickaxe.max-range": "El rango máximo es {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Ya está activado el Superpico.", + "worldedit.tool.superpickaxe.disabled.already": "Ya está desactivado el Superpico.", + "worldedit.tool.superpickaxe.enabled": "Se ha activado el Superpico.", + "worldedit.tool.superpickaxe.disabled": "Se ha desactivado el Superpico.", + "worldedit.tool.mask.set": "Se ha determinado la máscara de la brocha.", + "worldedit.tool.mask.disabled": "Se ha desactivado la máscara de la brocha.", + "worldedit.tool.material.set": "Se ha determinado el material de la brocha.", + "worldedit.tool.range.set": "Se ha determinado el rango de la brocha.", + "worldedit.tool.size.set": "Se ha determinado el tamaño de la brocha.", + "worldedit.tool.tracemask.set": "Se ha determinado el seguimiento de la máscara.", + "worldedit.tool.tracemask.disabled": "Se ha desactivado el seguimiento de la máscara.", + "worldedit.tool.error.cannot-bind": "§cLa herramienta no se puede asignar a {0}: {1}", + "worldedit.tool.error.item-only": "§cSolo se pueden asignar objetos, no bloques.", + "worldedit.execute.script-permissions": "No tienes permiso para usar rutinas.", + "worldedit.executelast.no-script": "Primero usa /cs con un nombre de rutina.", + "worldedit.script.read-error": "Error de la rutina: {0}.", + "worldedit.script.unsupported": "Solo se admiten rutinas .js", + "worldedit.script.file-not-found": "La rutina no existe: {0}.", + "worldedit.script.no-script-engine": "No se ha encontrado instalado un motor de rutinas.\\nPor favor, mira aquĂ­: https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "No se ha podido ejecutar: {0}.", + "worldedit.script.failed-console": "No se ha podido ejecutar (mira en la consola): {0}.", + "worldedit.operation.affected.biome": "{0} biomas afectados.", + "worldedit.operation.affected.block": "{0} bloques afectados.", + "worldedit.operation.affected.column": "{0} columnas afectadas.", + "worldedit.operation.affected.entity": "{0} entidades afectadas.", + "worldedit.operation.deform.expression": "Usando la deformaciĂłn {0}.", + "worldedit.error.invalid-number": "Se esperaba un nĂşmero; caracteres no válidos.", + "worldedit.error.invalid-number.matches": "Se esperaba un nĂşmero; caracteres \"{0}\" obtenidos.", + "worldedit.error.incomplete-region": "§cPrimero selecciona una regiĂłn.", + "worldedit.error.unknown-block": "No se reconoce el nombre del bloque '{0}'.", + "worldedit.error.unknown-entity": "No se reconoce el nombre de la entidad '{0}'.", + "worldedit.error.unknown-mob": "No se reconoce el nombre del mob '{0}'.", + "worldedit.error.unknown-biome": "No se reconoce el nombre del bioma '{0}'.", + "worldedit.error.unknown-tag": "No se reconoce el nombre de la etiqueta '{0}'.", + "worldedit.error.empty-tag": "La etiqueta '{0}' carece de contenido.", + "worldedit.error.no-match": "No se han encontrado coincidencias con '{0}'.", + "worldedit.error.disallowed-block": "Bloque '{0}' no admitido (mira en la configuraciĂłn de WorldEdit).", + "worldedit.error.max-changes": "Has superado el lĂ­mite máximo de bloques que puedes modificar en cada operaciĂłn. (Se han modificado {0} bloques).", + "worldedit.error.max-brush-radius": "El radio máximo (configurado) en la brocha es {0}.", + "worldedit.error.max-radius": "El radio máximo (configurado) es {0}.", + "worldedit.error.unknown-direction": "DirecciĂłn desconocida: {0}.", + "worldedit.error.empty-clipboard": "El portapapeles está vacĂ­o. Usa primero '//copy'.", + "worldedit.error.invalid-filename": "El nombre del archivo '{0}' no es válido: {1}.", + "worldedit.error.invalid-filename.invalid-characters": "Caracteres no válidos o falta la extensiĂłn.", + "worldedit.error.file-resolution": "Archivo '{0}' resoluciĂłn del error: {1}.", + "worldedit.error.file-resolution.outside-root": "La ruta no se encuentra en la raĂ­z permitida.", + "worldedit.error.file-resolution.resolve-failed": "No se ha podido resolver la ruta.", + "worldedit.error.file-aborted": "SelecciĂłn de archivos anulada.", + "worldedit.error.no-file-selected": "No has seleccionado el archivo.", + "worldedit.error.world-unloaded": "El mundo ya está descargado.", + "worldedit.error.not-a-block": "Este objeto no es un bloque.", + "worldedit.error.not-a-block.item": "El objeto '{0}' no es un bloque.", + "worldedit.error.incorrect-usage": "Debes usar: {0}.", + "worldedit.error.invalid-page": "NĂşmero de página no válido.", + "worldedit.error.parser.bad-state-format": "El formato de estado no es correcto en {0}.", + "worldedit.error.parser.duplicate-property": "Propiedad duplicada: {0}.", + "worldedit.error.parser.empty-state": "Una parte del estado está vacĂ­o.", + "worldedit.error.parser.missing-equals-separator": "Falta el separador '='.", + "worldedit.error.parser.clipboard.missing-offset": "El desplazamiento se ha especificado con @ pero no se ha especificado. Usa '#copy@[x,y,z]'.", + "worldedit.error.parser.unknown-property": "Propiedad del bloque '{1}' desconocida '{0}'.", + "worldedit.error.parser.unknown-value": "Valor de la propiedad '{1}' desconocida '{0}'.", + "worldedit.error.parser.empty-property": "La propiedad del estado está vacĂ­a.", + "worldedit.error.parser.empty-value": "El valor del estado está vacĂ­o.", + "worldedit.error.parser.invalid-colon": "SĂ­mbolo de dos puntos no válido.", + "worldedit.error.parser.invalid-expression": "ExpresiĂłn no válida: {0}", + "worldedit.error.parser.negate-nothing": "¡No se puede negar la nada!", + "worldedit.error.parser.hanging-lbracket": "Formato no válido. Falta el corchete en '{0}'.", + "worldedit.error.parser.missing-rbracket": "Falta el corchete de cierre ']'.", + "worldedit.error.parser.missing-random-type": "Falta el tipo despuĂ©s del sĂ­mbolo % para '{0}'.", + "worldedit.error.parser.clipboard.missing-coordinates": "El desplazamiento del portapapeles necesita las coordenadas x,y,z.", + "worldedit.error.parser.player-only": "¡La entrada '{0}' necesita un jugador!", + "worldedit.error.disabled": "Esta funcionalidad está desactivada (ver configuraciĂłn de WorldEdite).", + "worldedit.error.unknown": "Se ha producido un error desconocido: {0}", + "worldedit.error.missing-extent": "ExtensiĂłn desconocida.", + "worldedit.error.missing-session": "SesiĂłn local desconocida.", + "worldedit.error.missing-world": "Es necesario determinar un mundo (prueba con //world).", + "worldedit.error.missing-actor": "No se reconoce ningĂşn actor.", + "worldedit.selection.convex.info.vertices": "§5VĂ©rtices: {0}.", + "worldedit.selection.convex.info.triangles": "§5Triángulos: {0}.", + "worldedit.selection.convex.explain.primary": "Has iniciado una selecciĂłn con vĂ©rtice {0}.", + "worldedit.selection.convex.explain.secondary": "Has añadido el vĂ©rtice {0} en la selecciĂłn.", + "worldedit.selection.cuboid.info.pos1": "§5PosiciĂłn 1: {0}.", + "worldedit.selection.cuboid.info.pos2": "§5PosiciĂłn 2: {0}.", + "worldedit.selection.cuboid.explain.primary": "Primera posiciĂłn establecida en {0}.", + "worldedit.selection.cuboid.explain.primary-area": "Primera posiciĂłn establecida en {0} ({1} bloques seleccionados).", + "worldedit.selection.cuboid.explain.secondary": "Segunda posiciĂłn establecida en {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "Segunda posiciĂłn establecida en {0} ({1} bloques seleccionados).", + "worldedit.selection.extend.explain.primary": "SelecciĂłn iniciada en {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "Extender la selecciĂłn para abarcar {0} ({1}).", + "worldedit.selection.ellipsoid.info.center": "§5Centro: {0}.", + "worldedit.selection.ellipsoid.info.radius": "§5Radio X/Y/Z: {0}.", + "worldedit.selection.ellipsoid.explain.primary": "PosiciĂłn central determinada en {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "PosiciĂłn central determinada en {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "Radio determinado en {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Has determinado el radio en {0} ({1}).", + "worldedit.selection.ellipsoid.error.even-horizontal": "Los cambios de las Elipses deben ser uniformes en cada dimensiĂłn horizontal.", + "worldedit.selection.cylinder.info.center": "§5Centro: {0}.", + "worldedit.selection.cylinder.info.radius": "§5Radio: {0}.", + "worldedit.selection.cylinder.explain.primary": "Has iniciado una selecciĂłn cilĂ­ndrica en {0}.", + "worldedit.selection.cylinder.explain.secondary": "Has determinado el radio en {0}/{1} bloques ({2}).", + "worldedit.selection.cylinder.explain.secondary-missing": "Antes de determinar el radio, tienes que seleccionar el punto central.", + "worldedit.selection.cylinder.error.even-horizontal": "Los cambios de los Cilindros deben ser uniformes en cada dimensiĂłn horizontal.", + "worldedit.selection.polygon2d.info": "§5NĂşmero de Puntos: {0}.", + "worldedit.selection.polygon2d.explain.primary": "El primer punto se ha establecido en {0}.", + "worldedit.selection.polygon2d.explain.secondary": "Se ha añadido el punto nÂş{0} en {1}.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "Los polĂ­gonos sĂłlo se pueden expandir verticalmente.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "Los polĂ­gono solo se pueden contraer verticalmente.", + "worldedit.selection.sphere.explain.secondary": "Se ha determinado el radio de {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "Se ha establecido el radio en {0} ({1}).", + "worldedit.selection.null.error.immutable": "No se puede cambiar una RegiĂłn Nula.", + "worldedit.selection.intersection.error.cannot-expand": "No se puede expandir una intersecciĂłn de regiĂłn.", + "worldedit.selection.intersection.error.cannot-contract": "No se puede contraer una intersecciĂłn de regiĂłn.", + "worldedit.selection.transform.error.cannot-expand": "No se puede expandir una RegiĂłn Transformada.", + "worldedit.selection.transform.error.cannot-contract": "No se puede contraer una RegiĂłn Transformada.", + "worldedit.selection.transform.error.cannot-change": "No se puede modificar una RegiĂłn Transformada.", + "worldedit.sideeffect.lighting": "IluminaciĂłn", + "worldedit.sideeffect.lighting.description": "Actualiza la iluminaciĂłn de los bloques.", + "worldedit.sideeffect.neighbors": "Vecinos", + "worldedit.sideeffect.neighbors.description": "Notifica los cambios de los bloques cercanos.", + "worldedit.sideeffect.update": "ActualizaciĂłn", + "worldedit.sideeffect.update.description": "Notifica los cambios realizados en los bloques.", + "worldedit.sideeffect.validation": "ValidaciĂłn", + "worldedit.sideeffect.validation.description": "Repara y valida los errores inconsistentes del estado del mundo, tales como bloques desconectados.", + "worldedit.sideeffect.entity_ai": "IA de entidades", + "worldedit.sideeffect.entity_ai.description": "Actualiza las rutas de las entidades segĂşn los cambios de los bloques.", + "worldedit.sideeffect.events": "Eventos Mod/Plugin", + "worldedit.sideeffect.events.description": "Informa sobre los cambios a otros mods/plugins, cuando corresponda.", + "worldedit.sideeffect.state.on": "Activado", + "worldedit.sideeffect.state.delayed": "Aplazado", + "worldedit.sideeffect.state.off": "Desactivado", + "worldedit.sideeffect.box.current": "Actual", + "worldedit.sideeffect.box.change-to": "Clic para establecer {0}.", + "worldedit.help.command-not-found": "El comando '{0}' no pudo ser encontrado.", + "worldedit.help.no-subcommands": "'{0}' no tiene sub-comandos. (Tal vez '{1}' es para un parámetro?)", + "worldedit.help.subcommand-not-found": "No se ha encontrado el subcomando '{0}' de '{1}'.", + "worldedit.cli.stopping": "Parando!", + "worldedit.cli.unknown-command": "Comando desconocido!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/es-CL/strings.json b/config/worldedit/.archive-unpack/2e1dd752/es-CL/strings.json new file mode 100644 index 0000000..b82a9e2 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/es-CL/strings.json @@ -0,0 +1,414 @@ +{ + "worldedit.expand.description.vert": "Expandir verticalmente la selecciĂłn hasta el borde del mundo.", + "worldedit.expand.expanded": "Se expandiĂł la regiĂłn por {0} bloques", + "worldedit.expand.expanded.vert": "Se expandiĂł la regiĂłn por {0} bloques (de arriba a abajo).", + "worldedit.biomeinfo.lineofsight": "Biomas en la lĂ­nea del punto de vista: {0}", + "worldedit.biomeinfo.position": "Biomas en tu posiciĂłn: {0}", + "worldedit.biomeinfo.selection": "Biomas en tu selecciĂłn: {0}", + "worldedit.brush.radius-too-large": "Radio máximo permitido para la brocha: {0}", + "worldedit.brush.apply.description": "Aplicar la brocha, aplicar una funciĂłn a cada bloque", + "worldedit.brush.apply.radius": "Tamaño de la brocha", + "worldedit.brush.apply.shape": "La forma de la regiĂłn", + "worldedit.brush.apply.type": "Tipo de brocha a usar", + "worldedit.brush.apply.item.warning": "Esta brocha simula el uso de items. Sus efectos pueden no funcionar en todas las plataformas, pueden no ser revertidos, y podrĂ­an causar interacciones extrañas y no esperadas con otros mods/plugins. Ăšsala bajo tu propio riesgo.", + "worldedit.brush.paint.description": "Pintar la brocha, aplicar una funciĂłn a una superficie", + "worldedit.brush.paint.size": "Tamaño de la brocha", + "worldedit.brush.paint.shape": "La forma de la regiĂłn", + "worldedit.brush.paint.density": "La densidad de la brocha", + "worldedit.brush.paint.type": "Tipo de brocha a usar", + "worldedit.brush.paint.item.warning": "Esta brocha simula el uso de items. Sus efectos pueden no funcionar en todas las plataformas, pueden no ser revertidos, y podrĂ­an causar interacciones extrañas y no esperadas con otros mods/plugins. Ăšsala bajo tu propio riesgo.", + "worldedit.brush.sphere.equip": "Brocha esfĂ©rica equipada ({0}).", + "worldedit.brush.cylinder.equip": "Has asignado una Brocha con forma CilĂ­ndrica ({0} x {1}).", + "worldedit.brush.clipboard.equip": "Forma de pizarra esfĂ©rica equipada.", + "worldedit.brush.smooth.equip": "Has asignado una Brocha de Suavizado ({0} x {1}x usando {2}).", + "worldedit.brush.extinguish.equip": "Has asignado una Brocha de ExtinciĂłn de fuego ({0}).", + "worldedit.brush.gravity.equip": "Has asignado una Brocha de Gravedad ({0}).", + "worldedit.brush.butcher.equip": "Has asignado una Brocha de Asesino ({0}).", + "worldedit.brush.operation.equip": "Brocha establecida como {0}.", + "worldedit.brush.heightmap.equip": "Has asignado una Brocha de ElevaciĂłn de Terreno ({0}).", + "worldedit.brush.heightmap.unknown": "Brocha de ElevaciĂłn de Terreno desconocida: {0}.", + "worldedit.brush.none.equip": "Brocha desvinculada del Ă­tem actual.", + "worldedit.setbiome.changed": "Has cambiado los biomas de aproximadamente {0} bloques.", + "worldedit.setbiome.warning": "Puede ser que necesites volver a unirte al servidor (o volver a abrir el mundo) para ver cambios.", + "worldedit.drawsel.disabled": "CUI del servidor desactivado.", + "worldedit.drawsel.disabled.already": "El CUI del servidor ya estaba desactivado.", + "worldedit.drawsel.enabled.already": "El CUI del servidor ya estaba habilitado.", + "worldedit.limit.too-high": "Tu lĂ­mite máximo permitido es {0}.", + "worldedit.limit.set": "Se cambiĂł el lĂ­mite de cambios de bloques a {0}.", + "worldedit.limit.return-to-default": "(Puedes usar //limit para volver a los valores predeterminados.)", + "worldedit.timeout.too-high": "Tu tiempo de espera máximo permitido es {0}ms.", + "worldedit.timeout.set": "Se cambiĂł el tiempo de espera a {0}ms.", + "worldedit.timeout.return-to-default": " (Puedes usar //timeout para volver a los valores predeterminados.)", + "worldedit.fast.disabled": "Modo rápido desactivado.", + "worldedit.fast.enabled": "Modo rápido activado. La iluminaciĂłn en los chunks involucrados puede verse afectada y/o tal vez tengas que volver a unirte para ver los cambios.", + "worldedit.fast.disabled.already": "El modo rápido ya estaba desactivado.", + "worldedit.fast.enabled.already": "El modo rápido ya estaba activado.", + "worldedit.perf.sideeffect.set": "El efecto secundario \"{0}\" ha sido cambiado a {1}", + "worldedit.perf.sideeffect.get": "El efecto secundario \"{0}\" ha sido establecido como {1}", + "worldedit.perf.sideeffect.already-set": "El efecto secundario \"{0}\" ya era {1}", + "worldedit.perf.sideeffect.set-all": "Todos los efectos secundarios han sido establecidos como {0}", + "worldedit.reorder.current": "El modo de reordenaciĂłn es {0}", + "worldedit.reorder.set": "El modo de reordenaciĂłn ahora es {0}", + "worldedit.gmask.disabled": "Máscara global desactivada.", + "worldedit.gmask.set": "Máscara global establecida.", + "worldedit.toggleplace.pos1": "Ahora colocando en la posiciĂłn #1.", + "worldedit.toggleplace.player": "Ahora colocando en el bloque en el que estás parado.", + "worldedit.toggleplace.not-locatable": "No se puede alternar la colocaciĂłn en este contexto.", + "worldedit.searchitem.too-short": "Escribe una cadena más larga de bĂşsqueda con al menos más de dos caracteres.", + "worldedit.searchitem.either-b-or-i": "No puedes usar los atributos 'b' y 'i' al mismo tiempo.", + "worldedit.searchitem.searching": "(Por favor espera... buscando Ă­tems)", + "worldedit.watchdog.no-hook": "Esta plataforma no tiene un hook de watchdog.", + "worldedit.watchdog.active.already": "Hook de Watchdog ya activo.", + "worldedit.watchdog.inactive.already": "Hook de Watchdog ya inactivo.", + "worldedit.watchdog.active": "El hook de Watchdog ahora está activo.", + "worldedit.watchdog.inactive": "El hook de Watchdog ahora está inactivo.", + "worldedit.world.remove": "Se eliminĂł la anulaciĂłn del mundo.", + "worldedit.world.set": "Se estableciĂł la anulaciĂłn del mundo a {0}. (Puedes usar //world para volver a los valores predeterminados.)", + "worldedit.undo.undone": "Se deshicieron {0} ediciones disponibles.", + "worldedit.undo.none": "No queda nada por deshacer.", + "worldedit.redo.redone": "Rehechas {0} ediciones disponibles.", + "worldedit.redo.none": "No queda nada por rehacer.", + "worldedit.clearhistory.cleared": "Historial borrado.", + "worldedit.raytrace.noblock": "¡No hay ningĂşn bloque en el campo de visiĂłn!", + "worldedit.restore.not-configured": "El snapshot/restauraciĂłn de la copia de seguridad no está configurado.", + "worldedit.restore.not-available": "El Punto de RestauraciĂłn no está disponible o no existe.", + "worldedit.restore.failed": "Fallo al cargar el Punto de RestauraciĂłn: {0}.", + "worldedit.restore.loaded": "Se ha cargado el Punto de RestauraciĂłn (Snapshot) '{0}'. Efectuando la restauraciĂłn...", + "worldedit.restore.restored": "RestauraciĂłn concluida. Faltan {0} chunks y otros {1} errores.", + "worldedit.restore.none-for-specific-world": "No se han encontrado más Puntos de RestauraciĂłn del mundo '{0}'.", + "worldedit.restore.none-for-world": "No se han encontrado Puntos de RestauraciĂłn de este Mundo.", + "worldedit.restore.none-found": "No se han encontrado Puntos de RestauraciĂłn.", + "worldedit.restore.none-found-console": "No se encontraron snapshots. Ve la consola para más detalles.", + "worldedit.restore.chunk-not-present": "No se han encontrado chunks en el Punto de RestauraciĂłn.", + "worldedit.restore.chunk-load-failed": "No se han podido cargar los chunks. Puede que el archivo correspondiente estĂ© corrupto.", + "worldedit.restore.block-place-failed": "Los errores ocurridos han impedido restaurar los bloques.", + "worldedit.restore.block-place-error": "Ăšltimo error: {0}", + "worldedit.snapshot.use.newest": "Ahora se está usando un Punto de RestauraciĂłn más reciente.", + "worldedit.snapshot.use": "Snapshot establecida a: {0}", + "worldedit.snapshot.none-before": "No se pudo encontrar una snapshot de antes de {0}.", + "worldedit.snapshot.none-after": "No se pudo encontrar una snapshot despuĂ©s de {0}.", + "worldedit.snapshot.index-above-0": "ĂŤndice inválido, debe ser mayor o igual a 1.", + "worldedit.snapshot.index-oob": "ĂŤndice inválido, debe ser entre 1 y {0}.", + "worldedit.schematic.unknown-format": "Formato de schematic desconocido: {0}.", + "worldedit.schematic.load.does-not-exist": "¡La schematic {0} no existe!", + "worldedit.schematic.load.loading": "(Por favor espere... cargando esquema.)", + "worldedit.schematic.load.still-loading": "(Espera, todavĂ­a cargando la schematic...)", + "worldedit.schematic.save.already-exists": "Esa schematic ya existe. Usa el parámetro -f para sobrescribirla.", + "worldedit.schematic.save.failed-directory": "¡No se pudo crear la carpeta para los esquemas!", + "worldedit.schematic.save.saving": "(Por favor espere... guardando esquema.)", + "worldedit.schematic.save.still-saving": "(Espera, todavĂ­a guardando la schematic...)", + "worldedit.schematic.delete.does-not-exist": "¡El esquema {0} no existe!", + "worldedit.schematic.delete.failed": "¡Error al eliminar {0}! ÂżEs de solo lectura?", + "worldedit.schematic.delete.deleted": "{0} ha sido eliminado.", + "worldedit.schematic.formats.title": "Formatos de portapapeles disponibles (Nombre: nombres de bĂşsqueda).", + "worldedit.schematic.unsupported-minecraft-version": "Esta versiĂłn de WorldEdit no soporta tu versiĂłn de Minecraft. Las schematics no funcionarán hasta que se resolva este problema.", + "worldedit.pos.already-set": "Esta posiciĂłn ya está determinada.", + "worldedit.pos.console-require-coords": "Debes proporcionar las coordenadas en consola.", + "worldedit.hpos.no-block": "¡No hay ningĂşn bloque en el campo de visiĂłn!", + "worldedit.hpos.already-set": "Esta posiciĂłn ya está determinada.", + "worldedit.chunk.selected-multiple": "Chunks seleccionados: ({0}, {1}, {2}) â–ş ({3}, {4}, {5}).", + "worldedit.chunk.selected": "Chunk seleccionado: {0}, {1}, {2}.", + "worldedit.wand.invalid": "La Herramienta de SelecciĂłn asociada está desactivada o mal configurada.", + "worldedit.wand.selwand.info": "§7BotĂłn Izquierdo â–ş Seleccionar la 1ÂŞ posiciĂłn.\\n§7BotĂłn Derecho â–ş Seleccionar la 2ÂŞ posiciĂłn.", + "worldedit.wand.navwand.info": "§7BotĂłn Izquierdo â–ş Aparecer en el lugar señalado.\\n§7BotĂłn Derecho â–ş Atravesar paredes.", + "worldedit.wand.selwand.now.tool": "Ahora la herramienta de selecciĂłn es correcta. Puedes desactivarla con {0} y volver a asignarla a un objeto con {1} o conseguir una nueva con {2}.", + "worldedit.contract.contracted": "La regiĂłn se ha contraĂ­do {0} bloques.", + "worldedit.shift.shifted": "La regiĂłn se ha desplazado.", + "worldedit.outset.outset": "La regiĂłn se ha expandido.", + "worldedit.inset.inset": "La regiĂłn se ha contraĂ­do.", + "worldedit.size.offset": "Desplazado: {0}.", + "worldedit.size.type": "Tipo: {0}", + "worldedit.size.size": "Tamaño: {0}", + "worldedit.size.distance": "Distancia del cuboide: {0}", + "worldedit.size.blocks": "NĂşmero de bloques: {0}", + "worldedit.count.counted": "Contado: {0}", + "worldedit.distr.no-blocks": "No se contĂł ningĂşn bloque.", + "worldedit.distr.no-previous": "No hay una distribuciĂłn previa.", + "worldedit.distr.total": "Cantidad total de bloques: {0}", + "worldedit.select.cleared": "§cHas deseleccionado la zona.", + "worldedit.select.cuboid.message": "SelecciĂłn CĂşbica.\\n§7BotĂłn Izquierdo â–ş Seleccionar el 1Âş punto.\\n§7BotĂłn Derecho â–ş Seleccionar el 2Âş punto.", + "worldedit.select.cuboid.description": "§7Selecciona las dos esquinas del cuboide.", + "worldedit.select.extend.message": "ExtensiĂłn de Cuboide.\\n§7BotĂłn Izquierdo â–ş Seleccionar el punto inicial.\\n§7BotĂłn Derecho â–ş Expandir.", + "worldedit.select.extend.description": "Modo Rápido de selecciĂłn de cuboides.", + "worldedit.select.poly.message": "SelecciĂłn de Poligonal.\\n§7BotĂłn Izquierdo â–ş Seleccionar el punto inicial.\\n§7BotĂłn Derecho â–ş Añadir puntos.", + "worldedit.select.poly.limit-message": "{0} puntos como máximo.", + "worldedit.select.poly.description": "Selecciona una regiĂłn poligonal.", + "worldedit.select.ellipsoid.message": "SelecciĂłn de Elipsoidal.\\n§7BotĂłn Izquierdo â–ş Seleccionar el Centro.\\n§7BotĂłn Derecho â–ş Seleccionar la extensiĂłn.", + "worldedit.select.ellipsoid.description": "Seleccione un ellipsoide", + "worldedit.select.sphere.message": "SelecciĂłn EsfĂ©rica.\\n§7BotĂłn Izquierdo â–ş Seleccionar el Centro.\\n§7BotĂłn Derecho â–ş Determinar el radio.", + "worldedit.select.sphere.description": "Seleccione una esfera", + "worldedit.select.cyl.message": "SelecciĂłn CilĂ­ndrica.\\n§7BotĂłn Izquierdo â–ş Seleccionar el Centro.\\n§7BotĂłn Derecho â–ş Seleccionar la extensiĂłn.", + "worldedit.select.cyl.description": "Seleccione un cilindro", + "worldedit.select.convex.message": "SelecciĂłn PoliĂ©drica Convexa.\\n§7BotĂłn Izquierdo â–ş Seleccionar el primer vĂ©rtice.\\n§7BotĂłn Derecho â–ş Añadir más vĂ©rtices.", + "worldedit.select.convex.limit-message": "{0} puntos máximos.", + "worldedit.select.convex.description": "Selecciona un regiĂłn con forma de Poliedro Convexo.", + "worldedit.select.default-set": "La forma actual de selecciĂłn es {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Formato antiguo: {0}", + "worldedit.chunkinfo.mcregion-filename": "RegiĂłn MC: RegiĂłn/{0}.", + "worldedit.listchunks.listfor": "Listando para: {0}.", + "worldedit.drain.drained": "Se han vaciado {0} bloques.", + "worldedit.fill.created": "Se han rellenado {0} bloques.", + "worldedit.fillr.created": "Se han rellenado {0} bloques.", + "worldedit.fixlava.fixed": "Se han nivelado {0} bloques de lava.", + "worldedit.fixwater.fixed": "Se han nivelado {0} bloques de agua.", + "worldedit.removeabove.removed": "Se han eliminado {0} bloques.", + "worldedit.removebelow.removed": "Se han eliminado {0} bloques.", + "worldedit.removenear.removed": "Se han eliminado {0} bloques.", + "worldedit.replacenear.replaced": "Se han remplazado {0} bloques.", + "worldedit.snow.created": "Se han cubierto {0} superficies.", + "worldedit.thaw.removed": "Se han descongelado {0} bloques.", + "worldedit.green.changed": "Se han enverdecido {0} bloques.", + "worldedit.extinguish.removed": "Se han extinguido {0} focos en llamas.", + "worldedit.butcher.killed": "Se han eliminado {0} criaturas en un radio de {1}.", + "worldedit.butcher.explain-all": "Usa -1 para eliminar todas las criaturas de los chunks cargados.", + "worldedit.remove.removed": "Se han marcado {0} entidades para su eliminaciĂłn.", + "worldedit.remove.explain-all": "Usa -1 para eliminar todas las entidades de los chunks cargados.", + "worldedit.calc.invalid": "'{0}' no puede ser analizado como una expresiĂłn válida.", + "worldedit.calc.invalid.with-error": "'{0}' no puede ser analizado como una expresiĂłn válida: '{1}'", + "worldedit.paste.pasted": "El contenido del portapapeles ha sido pegado en {0}.", + "worldedit.paste.selected": "Se ha seleccionado la regiĂłn de pegado del portapapeles.", + "worldedit.rotate.no-interpolation": "Nota: La interpolaciĂłn aĂşn no es admisible, por lo que se recomienda ángulos mĂşltiplos de 90.", + "worldedit.rotate.rotated": "Se ha girado el contenido del portapapeles.", + "worldedit.flip.flipped": "Se ha volteado el contenido del portapapeles.", + "worldedit.clearclipboard.cleared": "Portapapeles borrado.", + "worldedit.set.done": "§2OperaciĂłn completada.", + "worldedit.set.done.verbose": "OperaciĂłn completada ({0}).", + "worldedit.line.changed": "Se han cambiado {0} bloques.", + "worldedit.line.invalid-type": "La herramienta '//line' solo funciona con selecciones cuboides o poliĂ©dricas convexas.", + "worldedit.curve.changed": "Se han cambiado {0} bloques.", + "worldedit.curve.invalid-type": "La herramienta '//curve' solo funciona con selecciones poliĂ©dricas convexas.", + "worldedit.replace.replaced": "Se han remplazado {0} bloques.", + "worldedit.stack.changed": "Se han cambiado {0} bloques. Puedes deshacer los cambios usando '//undo'.", + "worldedit.stack.intersecting-region": "El desplazamiento del stack no debe chocar con la regiĂłn colindante cuando se utiliza el bloque como unidad.", + "worldedit.regen.regenerated": "RegiĂłn regenerada.", + "worldedit.regen.failed": "No se han podido regenerar los chunks. Mira en la consola para obtener más detalles.", + "worldedit.walls.changed": "Se han cambiado {0} bloques.", + "worldedit.faces.changed": "Se han cambiado {0} bloques.", + "worldedit.overlay.overlaid": "Se ha superpuesto {0} bloques.", + "worldedit.naturalize.naturalized": "Se han sustituido {0} bloques para que parezcan más naturales.", + "worldedit.center.changed": "Centro establecido. (Se han cambiado {0} bloques).", + "worldedit.smooth.changed": "Se ha suavizado el terreno. {0} bloques afectados.", + "worldedit.move.moved": "Se han movido {0} bloques.", + "worldedit.deform.deformed": "Se han deformado {0} bloques.", + "worldedit.hollow.changed": "Se han cambiado {0} bloques.", + "worldedit.forest.created": "Se ha generado {0} árboles.", + "worldedit.flora.created": "Se han generado {0} plantas.", + "worldedit.unstuck.moved": "¡AhĂ­ lo tienes chaval!", + "worldedit.ascend.obstructed": "No se ha encontrado ningĂşn espacio libre por encima.", + "worldedit.ascend.moved": "Has ascendido {0} niveles.", + "worldedit.descend.obstructed": "No se ha encontrado ningĂşn espacio libre por debajo.", + "worldedit.descend.moved": "Has descendido {0} niveles.", + "worldedit.ceil.obstructed": "No se ha encontrado ningĂşn espacio libre por encima.", + "worldedit.ceil.moved": "¡Yupi!", + "worldedit.thru.obstructed": "No se ha encontrado ningĂşn espacio libre por delante.", + "worldedit.thru.moved": "¡Yupi!", + "worldedit.jumpto.moved": "¡Puf!", + "worldedit.jumpto.none": "§c¡No hay nada a la vista (o está demasiado lejos)!", + "worldedit.up.obstructed": "Debes golpear algo por encima tuyo.", + "worldedit.up.moved": "¡Yupi!", + "worldedit.cyl.invalid-radius": "Debes especificar 1 o 2 valores para el radio.", + "worldedit.cyl.created": "Se han creado {0} bloques.", + "worldedit.sphere.invalid-radius": "Debes especificar 1 o 2 valores para el radio.", + "worldedit.sphere.created": "Se ha generado una esfera con {0} bloques.", + "worldedit.forestgen.created": "Se han generado {0} árboles.", + "worldedit.pumpkins.created": "Se han generado {0} calabazas.", + "worldedit.pyramid.created": "Se ha generado una pirámide con {0} bloques.", + "worldedit.generate.created": "Se han creado {0} bloques.", + "worldedit.generatebiome.changed": "{0} biomas afectados.", + "worldedit.reload.config": "§aLa configuraciĂłn de §2WorlEdit §ase ha recargado satisfactoriamente.", + "worldedit.report.written": "Se ha generado el informe de WorldEdit en {0}.", + "worldedit.report.error": "Fallo al guardar el informe: {0}.", + "worldedit.report.callback": "Informe de WorldEdit: {0}.report", + "worldedit.timezone.invalid": "Zona horaria no válida.", + "worldedit.timezone.set": "La zona horaria para esta sesiĂłn es: {0}.", + "worldedit.timezone.current": "La hora actual en esta zona horaria es: {0}.", + "worldedit.version.version": "VersiĂłn de WorldEdit: {0}.", + "worldedit.version.bukkit.unsupported-adapter": "Esta versiĂłn de WorldEdit no es compatible con esta versiĂłn de Bukkit. Los contenedores (ej. cofres) se quedarán vacĂ­os, las propiedades (ej. rotaciĂłn) no se mantendrán, y otras cosas pueden no funcionar. Actualiza WorldEdit para restaurar la funcionalidad:\\n{0}", + "worldedit.trace.no-tracing-extents": "Seguimiento: No se ha utilizado ninguna medida.", + "worldedit.trace.action-failed": "Seguimiento: {0} acciones en {1} descartadas por la extensiĂłn {2}.", + "worldedit.trace.active.already": "El Modo Seguimiento ya está activado.", + "worldedit.trace.inactive.already": "El Modo Seguimiento ya está desactivado.", + "worldedit.trace.active": "Modo Seguimiento activado.", + "worldedit.trace.inactive": "Modo seguimiento desactivado.", + "worldedit.command.time-elapsed": "{0}seg trascurridos (historial: {1} cambiado; {2} bloques/seg).", + "worldedit.command.permissions": "No tienes permitido hacer esto. ÂżEstás en el modo correcto?", + "worldedit.command.player-only": "Este comando debe ser utilizado por un jugador.", + "worldedit.command.error.report": "Por favor, informa sobre este error: [Mira en la consola].", + "worldedit.pastebin.uploading": "§7Por favor espera, enviando el registro a pastebin...", + "worldedit.session.cant-find-session": "No se puede encontrar la sesiĂłn de {0}.", + "worldedit.platform.no-file-dialog": "Este entorno no permite mostrar diálogos.", + "worldedit.asset.load.loading": "§7Por favor espera, cargando el elemento...", + "worldedit.asset.load.still-loading": "§7Por favor espera, sigue cargando el elemento...", + "worldedit.asset.load.failed": "No se ha podido cargar el elemento.", + "worldedit.tool.max-block-changes": "Has alcanzado el nĂşmero máximo de bloques que puedes modificar.", + "worldedit.tool.no-block": "¡No hay ningĂşn bloque en el campo de visiĂłn!", + "worldedit.tool.repl.equip": "§aHas asignado la Herramienta Remplazadora a §2{0}§a.", + "worldedit.tool.repl.switched": "La Herramienta Remplazadora se ha cambiado por {0}.", + "worldedit.tool.data-cycler.equip": "§aHas asignado la Herramienta de AlteraciĂłn de Bloques a §2{0}§a.", + "worldedit.tool.data-cycler.block-not-permitted": "No tienes permitido modificar el valor de este bloque.", + "worldedit.tool.data-cycler.cant-cycle": "¡Este bloque no se puede alterar!", + "worldedit.tool.data-cycler.new-value": "El valor de {0} ahora es {1}.", + "worldedit.tool.data-cycler.cycling": "Alterando el valor de {0}.", + "worldedit.tool.deltree.equip": "§aHas asignado la Herramienta de EliminaciĂłn de Ărboles Flotantes a §2{0}§a.", + "worldedit.tool.deltree.not-tree": "Esto no es un Ărbol.", + "worldedit.tool.deltree.not-floating": "Esto no es un Ărbol Flotante.", + "worldedit.tool.tree.equip": "§aHas asignado la Herramienta de GeneraciĂłn de Ărboles a §2{0}§a.", + "worldedit.tool.tree.obstructed": "No se puede generar un árbol aquĂ­.", + "worldedit.tool.info.equip": "§aHas asignado la Herramienta de InformaciĂłn a §2{0}§a.", + "worldedit.tool.info.blockstate.hover": "§7InformaciĂłn del Bloque.", + "worldedit.tool.info.internalid.hover": "§7ID Interna.", + "worldedit.tool.info.legacy.hover": "§7Heredado de la ID:InformaciĂłn.", + "worldedit.tool.info.light.hover": "§7IluminaciĂłn del Bloque/IluminaciĂłn Superior.", + "worldedit.tool.none.equip": "§cHas desvinculado la herramienta asignada.", + "worldedit.tool.none.to.unequip": "§cEste objeto no tiene ninguna herramienta asignada.", + "worldedit.tool.selwand.equip": "§aHas asignado la Herramienta de SelecciĂłn a §2{0}§a.", + "worldedit.tool.navwand.equip": "§aHas asignado la Herramienta de NavegaciĂłn a §2{0}§a.", + "worldedit.tool.floodfill.equip": "§aHas asignado la Herramienta de Relleno a §2{0}§a.", + "worldedit.tool.farwand.equip": "§aHas asignado la Herramienta de SelecciĂłn Lejana a §2{0}§a.", + "worldedit.tool.lrbuild.equip": "§aHas asignado la Herramienta de ConstrucciĂłn Lejana a §2{0}.", + "worldedit.tool.lrbuild.set": "§7BotĂłn Izquierdo â–ş {0}\\n§7BotĂłn Derecho â–ş {1}.", + "worldedit.tool.stack.equip": "§aLa herramienta de VinculaciĂłn se ha asignado a §2{0}§a.", + "worldedit.tool.unbind-instruction": "Usa {0} mientras mantienes el objeto para desvincular la herramienta.", + "worldedit.tool.superpickaxe.mode.single": "Modo simple.\\n§7Usa el botĂłn izquierdo con un pico.\\n§8Usa // para desactivar.", + "worldedit.tool.superpickaxe.mode.area": "Modo área.\\n§7Usa el botĂłn izquierdo con un pico.\\n§8Usa // para desactivar.", + "worldedit.tool.superpickaxe.mode.recursive": "Modo recursivo.\\n§7Usa el botĂłn izquierdo con un pico.\\n§8Usa // para desactivar.", + "worldedit.tool.superpickaxe.max-range": "El rango máximo es {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Ya está activado el Superpico.", + "worldedit.tool.superpickaxe.disabled.already": "Ya está desactivado el Superpico.", + "worldedit.tool.superpickaxe.enabled": "Se ha activado el Superpico.", + "worldedit.tool.superpickaxe.disabled": "Se ha desactivado el Superpico.", + "worldedit.tool.mask.set": "Se ha determinado la máscara de la brocha.", + "worldedit.tool.mask.disabled": "Se ha desactivado la máscara de la brocha.", + "worldedit.tool.material.set": "Se ha determinado el material de la brocha.", + "worldedit.tool.range.set": "Se ha determinado el rango de la brocha.", + "worldedit.tool.size.set": "Se ha determinado el tamaño de la brocha.", + "worldedit.tool.tracemask.set": "Se ha determinado el seguimiento de la máscara.", + "worldedit.tool.tracemask.disabled": "Se ha desactivado el seguimiento de la máscara.", + "worldedit.tool.error.cannot-bind": "§cLa herramienta no se puede asignar a {0}: {1}", + "worldedit.tool.error.item-only": "§cSolo se pueden asignar objetos, no bloques.", + "worldedit.execute.script-permissions": "No tienes permiso para usar rutinas.", + "worldedit.executelast.no-script": "Primero usa /cs con un nombre de rutina.", + "worldedit.script.read-error": "Error de la rutina: {0}.", + "worldedit.script.unsupported": "Solo se admiten rutinas .js", + "worldedit.script.file-not-found": "La rutina no existe: {0}.", + "worldedit.script.no-script-engine": "No se ha encontrado instalado un motor de rutinas.\\nPor favor, mira aquĂ­: https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "No se ha podido ejecutar: {0}.", + "worldedit.script.failed-console": "No se ha podido ejecutar (mira en la consola): {0}.", + "worldedit.operation.affected.biome": "{0} biomas afectados.", + "worldedit.operation.affected.block": "{0} bloques afectados.", + "worldedit.operation.affected.column": "{0} columnas afectadas.", + "worldedit.operation.affected.entity": "{0} entidades afectadas.", + "worldedit.operation.deform.expression": "Usando la deformaciĂłn {0}.", + "worldedit.error.invalid-number": "Se esperaba un nĂşmero; caracteres no válidos.", + "worldedit.error.invalid-number.matches": "Se esperaba un nĂşmero; caracteres \"{0}\" obtenidos.", + "worldedit.error.incomplete-region": "§cPrimero selecciona una regiĂłn.", + "worldedit.error.unknown-block": "No se reconoce el nombre del bloque '{0}'.", + "worldedit.error.unknown-entity": "No se reconoce el nombre de la entidad '{0}'.", + "worldedit.error.unknown-mob": "No se reconoce el nombre del mob '{0}'.", + "worldedit.error.unknown-biome": "No se reconoce el nombre del bioma '{0}'.", + "worldedit.error.unknown-tag": "No se reconoce el nombre de la etiqueta '{0}'.", + "worldedit.error.empty-tag": "La etiqueta '{0}' carece de contenido.", + "worldedit.error.no-match": "No se han encontrado coincidencias con '{0}'.", + "worldedit.error.disallowed-block": "Bloque '{0}' no admitido (mira en la configuraciĂłn de WorldEdit).", + "worldedit.error.max-changes": "Has superado el lĂ­mite máximo de bloques que puedes modificar en cada operaciĂłn. (Se han modificado {0} bloques).", + "worldedit.error.max-brush-radius": "El radio máximo (configurado) en la brocha es {0}.", + "worldedit.error.max-radius": "El radio máximo (configurado) es {0}.", + "worldedit.error.unknown-direction": "DirecciĂłn desconocida: {0}.", + "worldedit.error.empty-clipboard": "El portapapeles está vacĂ­o. Usa primero '//copy'.", + "worldedit.error.invalid-filename": "El nombre del archivo '{0}' no es válido: {1}.", + "worldedit.error.invalid-filename.invalid-characters": "Caracteres no válidos o falta la extensiĂłn.", + "worldedit.error.file-resolution": "Archivo '{0}' resoluciĂłn del error: {1}.", + "worldedit.error.file-resolution.outside-root": "La ruta no se encuentra en la raĂ­z permitida.", + "worldedit.error.file-resolution.resolve-failed": "No se ha podido resolver la ruta.", + "worldedit.error.file-aborted": "SelecciĂłn de archivos anulada.", + "worldedit.error.no-file-selected": "No has seleccionado el archivo.", + "worldedit.error.world-unloaded": "El mundo ya está descargado.", + "worldedit.error.not-a-block": "Este objeto no es un bloque.", + "worldedit.error.not-a-block.item": "El objeto '{0}' no es un bloque.", + "worldedit.error.incorrect-usage": "Debes usar: {0}.", + "worldedit.error.invalid-page": "NĂşmero de página no válido.", + "worldedit.error.parser.bad-state-format": "El formato de estado no es correcto en {0}.", + "worldedit.error.parser.duplicate-property": "Propiedad duplicada: {0}.", + "worldedit.error.parser.empty-state": "Una parte del estado está vacĂ­o.", + "worldedit.error.parser.missing-equals-separator": "Falta el separador '='.", + "worldedit.error.parser.clipboard.missing-offset": "El desplazamiento se ha especificado con @ pero no se ha especificado. Usa '#copy@[x,y,z]'.", + "worldedit.error.parser.unknown-property": "Propiedad del bloque '{1}' desconocida '{0}'.", + "worldedit.error.parser.unknown-value": "Valor de la propiedad '{1}' desconocida '{0}'.", + "worldedit.error.parser.empty-property": "La propiedad del estado está vacĂ­a.", + "worldedit.error.parser.empty-value": "El valor del estado está vacĂ­o.", + "worldedit.error.parser.invalid-colon": "SĂ­mbolo de dos puntos no válido.", + "worldedit.error.parser.invalid-expression": "ExpresiĂłn no válida: {0}", + "worldedit.error.parser.negate-nothing": "¡No se puede negar la nada!", + "worldedit.error.parser.hanging-lbracket": "Formato no válido. Falta el corchete en '{0}'.", + "worldedit.error.parser.missing-rbracket": "Falta el corchete de cierre ']'.", + "worldedit.error.parser.missing-random-type": "Falta el tipo despuĂ©s del sĂ­mbolo % para '{0}'.", + "worldedit.error.parser.clipboard.missing-coordinates": "El desplazamiento del portapapeles necesita las coordenadas x,y,z.", + "worldedit.error.parser.player-only": "¡La entrada '{0}' necesita un jugador!", + "worldedit.error.disabled": "Esta funcionalidad está desactivada (ver configuraciĂłn de WorldEdite).", + "worldedit.error.unknown": "Se ha producido un error desconocido: {0}", + "worldedit.error.missing-extent": "ExtensiĂłn desconocida.", + "worldedit.error.missing-session": "SesiĂłn local desconocida.", + "worldedit.error.missing-world": "Es necesario determinar un mundo (prueba con //world).", + "worldedit.error.missing-actor": "No se reconoce ningĂşn actor.", + "worldedit.selection.convex.info.vertices": "§5VĂ©rtices: {0}.", + "worldedit.selection.convex.info.triangles": "§5Triángulos: {0}.", + "worldedit.selection.convex.explain.primary": "Has iniciado una selecciĂłn con vĂ©rtice {0}.", + "worldedit.selection.convex.explain.secondary": "Has añadido el vĂ©rtice {0} en la selecciĂłn.", + "worldedit.selection.cuboid.info.pos1": "§5PosiciĂłn 1: {0}.", + "worldedit.selection.cuboid.info.pos2": "§5PosiciĂłn 2: {0}.", + "worldedit.selection.cuboid.explain.primary": "Primera posiciĂłn establecida en {0}.", + "worldedit.selection.cuboid.explain.primary-area": "Primera posiciĂłn establecida en {0} ({1} bloques seleccionados).", + "worldedit.selection.cuboid.explain.secondary": "Segunda posiciĂłn establecida en {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "Segunda posiciĂłn establecida en {0} ({1} bloques seleccionados).", + "worldedit.selection.extend.explain.primary": "SelecciĂłn iniciada en {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "Extender la selecciĂłn para abarcar {0} ({1}).", + "worldedit.selection.ellipsoid.info.center": "§5Centro: {0}.", + "worldedit.selection.ellipsoid.info.radius": "§5Radio X/Y/Z: {0}.", + "worldedit.selection.ellipsoid.explain.primary": "PosiciĂłn central determinada en {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "PosiciĂłn central determinada en {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "Radio determinado en {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Has determinado el radio en {0} ({1}).", + "worldedit.selection.ellipsoid.error.even-horizontal": "Los cambios de las Elipses deben ser uniformes en cada dimensiĂłn horizontal.", + "worldedit.selection.cylinder.info.center": "§5Centro: {0}.", + "worldedit.selection.cylinder.info.radius": "§5Radio: {0}.", + "worldedit.selection.cylinder.explain.primary": "Has iniciado una selecciĂłn cilĂ­ndrica en {0}.", + "worldedit.selection.cylinder.explain.secondary": "Has determinado el radio en {0}/{1} bloques ({2}).", + "worldedit.selection.cylinder.explain.secondary-missing": "Antes de determinar el radio, tienes que seleccionar el punto central.", + "worldedit.selection.cylinder.error.even-horizontal": "Los cambios de los Cilindros deben ser uniformes en cada dimensiĂłn horizontal.", + "worldedit.selection.polygon2d.info": "§5NĂşmero de Puntos: {0}.", + "worldedit.selection.polygon2d.explain.primary": "El primer punto se ha establecido en {0}.", + "worldedit.selection.polygon2d.explain.secondary": "Se ha añadido el punto nÂş{0} en {1}.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "Los polĂ­gonos sĂłlo se pueden expandir verticalmente.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "Los polĂ­gono solo se pueden contraer verticalmente.", + "worldedit.selection.sphere.explain.secondary": "Se ha determinado el radio de {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "Se ha establecido el radio en {0} ({1}).", + "worldedit.selection.null.error.immutable": "No se puede cambiar una RegiĂłn Nula.", + "worldedit.selection.intersection.error.cannot-expand": "No se puede expandir una intersecciĂłn de regiĂłn.", + "worldedit.selection.intersection.error.cannot-contract": "No se puede contraer una intersecciĂłn de regiĂłn.", + "worldedit.selection.transform.error.cannot-expand": "No se puede expandir una RegiĂłn Transformada.", + "worldedit.selection.transform.error.cannot-contract": "No se puede contraer una RegiĂłn Transformada.", + "worldedit.selection.transform.error.cannot-change": "No se puede modificar una RegiĂłn Transformada.", + "worldedit.sideeffect.lighting": "IluminaciĂłn", + "worldedit.sideeffect.lighting.description": "Actualiza la iluminaciĂłn de los bloques.", + "worldedit.sideeffect.neighbors": "Vecinos", + "worldedit.sideeffect.neighbors.description": "Notifica los cambios de los bloques cercanos.", + "worldedit.sideeffect.update": "ActualizaciĂłn", + "worldedit.sideeffect.update.description": "Notifica los cambios realizados en los bloques.", + "worldedit.sideeffect.validation": "ValidaciĂłn", + "worldedit.sideeffect.validation.description": "Repara y valida los errores inconsistentes del estado del mundo, tales como bloques desconectados.", + "worldedit.sideeffect.entity_ai": "IA de entidades", + "worldedit.sideeffect.entity_ai.description": "Actualiza las rutas de las entidades segĂşn los cambios de los bloques.", + "worldedit.sideeffect.events": "Eventos Mod/Plugin", + "worldedit.sideeffect.events.description": "Informa sobre los cambios a otros mods/plugins, cuando corresponda.", + "worldedit.sideeffect.state.on": "Activado", + "worldedit.sideeffect.state.delayed": "Aplazado", + "worldedit.sideeffect.state.off": "Desactivado", + "worldedit.sideeffect.box.current": "Actual", + "worldedit.sideeffect.box.change-to": "Clic para establecer {0}.", + "worldedit.help.command-not-found": "No se ha encontrado el comando '{0}'.", + "worldedit.help.no-subcommands": "'{0}' no es un subcomando. ÂżQuizás '{1}' sea un parámetro?", + "worldedit.help.subcommand-not-found": "No se ha encontrado el subcomando '{0}' de '{1}'.", + "worldedit.cli.stopping": "¡Deteniendo...!", + "worldedit.cli.unknown-command": "¡Comando desconocido!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/es-ES/strings.json b/config/worldedit/.archive-unpack/2e1dd752/es-ES/strings.json new file mode 100644 index 0000000..23101ae --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/es-ES/strings.json @@ -0,0 +1,414 @@ +{ + "worldedit.expand.description.vert": "Expande la regiĂłn seleccionada desde lo más bajo hasta lo más alto.", + "worldedit.expand.expanded": "La regiĂłn se ha expandido {0} bloques.", + "worldedit.expand.expanded.vert": "La regiĂłn se ha expandido {0} bloques (verticalmente).", + "worldedit.biomeinfo.lineofsight": "Biomas encontrados en la lĂ­nea de visiĂłn: {0}", + "worldedit.biomeinfo.position": "El Bioma de tu posiciĂłn es: {0}", + "worldedit.biomeinfo.selection": "Biomas encontrados en la selecciĂłn: {0}", + "worldedit.brush.radius-too-large": "El radio máximo de la brocha es de {0}.", + "worldedit.brush.apply.description": "Aplicar la brocha, aplicar una funciĂłn a cada bloque.", + "worldedit.brush.apply.radius": "El tamaño de la brocha.", + "worldedit.brush.apply.shape": "La forma de la regiĂłn.", + "worldedit.brush.apply.type": "El tipo de brocha a usar.", + "worldedit.brush.apply.item.warning": "Esta brocha simula usos de objetos. Es posible que los efectos no funcionen en todas las plataformas, puede que no se puedan deshacer los cambios y puede provocar interacciones no deseadas con otros mods/plugins. Ăšsalo bajo tu propio riesgo.", + "worldedit.brush.paint.description": "Brocha de pintura, aplica una funciĂłn a una superficie.", + "worldedit.brush.paint.size": "El tamaño de la brocha.", + "worldedit.brush.paint.shape": "La forma de la regiĂłn.", + "worldedit.brush.paint.density": "La densidad de la brocha.", + "worldedit.brush.paint.type": "El tipo de brocha a usar.", + "worldedit.brush.paint.item.warning": "Esta brocha simula usos de objetos. Es posible que los efectos no funcionen en todas las plataformas, puede que no se puedan deshacer los cambios y puede provocar interacciones no deseadas con otros mods/plugins. Ăšsalo bajo tu propio riesgo.", + "worldedit.brush.sphere.equip": "Has asignado una Brocha con forma EsfĂ©rica ({0}).", + "worldedit.brush.cylinder.equip": "Has asignado una Brocha con forma CilĂ­ndrica ({0} x {1}).", + "worldedit.brush.clipboard.equip": "Forma de pizarra esfĂ©rica equipada.", + "worldedit.brush.smooth.equip": "Has asignado una Brocha de Suavizado ({0} x {1}x usando {2}).", + "worldedit.brush.extinguish.equip": "Has asignado una Brocha de ExtinciĂłn de fuego ({0}).", + "worldedit.brush.gravity.equip": "Has asignado una Brocha de Gravedad ({0}).", + "worldedit.brush.butcher.equip": "Has asignado una Brocha de Asesino ({0}).", + "worldedit.brush.operation.equip": "Establecer pincel a {0}.", + "worldedit.brush.heightmap.equip": "Has asignado una Brocha de ElevaciĂłn de Terreno ({0}).", + "worldedit.brush.heightmap.unknown": "Brocha de ElevaciĂłn de Terreno desconocida: {0}.", + "worldedit.brush.none.equip": "La brocha se ha desvinculado del objeto actual.", + "worldedit.setbiome.changed": "Has cambiado los biomas de aproximadamente {0} bloques.", + "worldedit.setbiome.warning": "Puede ser que necesites volver a unirte al servidor (o volver a abrir el mundo) para ver cambios.", + "worldedit.drawsel.disabled": "CUI de servidor deshabilitado.", + "worldedit.drawsel.disabled.already": "El CUI de servidor ya está deshabilitado.", + "worldedit.drawsel.enabled.already": "El CUI de servidor ya está habilitado.", + "worldedit.limit.too-high": "Su lĂ­mite máximo permitido es {0}.", + "worldedit.limit.set": "LĂ­mite de bloques establecido a {0}.", + "worldedit.limit.return-to-default": "(Usa //limit para volver al valor por defecto).", + "worldedit.timeout.too-high": "El tiempo de espera máximo es de {0}ms.", + "worldedit.timeout.set": "El tiempo de espera máximo se ha establecido en {0}ms.", + "worldedit.timeout.return-to-default": " (Usa //timeout para volver al valor por defecto).", + "worldedit.fast.disabled": "Modo rápido deshabilitado.", + "worldedit.fast.enabled": "Modo rápido habilitado. Puede ser que la iluminaciĂłn en los chunks afectados sea errĂłnea, y que necesites volver a unirte para ver cambios.", + "worldedit.fast.disabled.already": "El modo rápido ya está deshabilitado.", + "worldedit.fast.enabled.already": "El modo rápido ya está habilitado.", + "worldedit.perf.sideeffect.set": "El Efecto Secundario \"{0}\" establecido en {1}.", + "worldedit.perf.sideeffect.get": "El Efecto Secundario \"{0}\" está establecido en {1}.", + "worldedit.perf.sideeffect.already-set": "El Efecto Secundario \"{0}\" ya está {1}.", + "worldedit.perf.sideeffect.set-all": "Todos los efectos secundarios están determinados como {0}.", + "worldedit.reorder.current": "El modo reordenaciĂłn está {0}.", + "worldedit.reorder.set": "Ahora está {0} el modo reordenaciĂłn.", + "worldedit.gmask.disabled": "Mascara global deshabilitada.", + "worldedit.gmask.set": "Mascara global establecida.", + "worldedit.toggleplace.pos1": "Ahora determina la primera posiciĂłn.", + "worldedit.toggleplace.player": "Coloca el bloque donde estás.", + "worldedit.toggleplace.not-locatable": "No se puede alternar la colocaciĂłn en este contexto.", + "worldedit.searchitem.too-short": "Introduce una cadena de bĂşsqueda más larga (longitud > 2).", + "worldedit.searchitem.either-b-or-i": "No puedes usar las funciones 'b' e 'i' al mismo tiempo.", + "worldedit.searchitem.searching": "(Por favor espera... buscando objetos.)", + "worldedit.watchdog.no-hook": "Esta plataforma no admite el rastreador.", + "worldedit.watchdog.active.already": "El rastreador ya está activo.", + "worldedit.watchdog.inactive.already": "El rastreador ya está inactivo.", + "worldedit.watchdog.active": "Se ha activado el rastreador.", + "worldedit.watchdog.inactive": "Se ha desactivado el rastreador.", + "worldedit.world.remove": "Se ha eliminado el mundo de sustituciĂłn.", + "worldedit.world.set": "Determina el mundo a sustituir {0}. (Usa //world para restablecerlo).", + "worldedit.undo.undone": "Se han desecho {0} ediciones.", + "worldedit.undo.none": "Nada que deshacer.", + "worldedit.redo.redone": "Se han rehecho {0} ediciones.", + "worldedit.redo.none": "No hay nada que rehacer.", + "worldedit.clearhistory.cleared": "Se ha eliminado el historial de ediciones.", + "worldedit.raytrace.noblock": "¡No hay bloques a la vista!", + "worldedit.restore.not-configured": "No se ha configurado la funciĂłn de restauraciĂłn (snapshot).", + "worldedit.restore.not-available": "El Punto de RestauraciĂłn no está disponible o no existe.", + "worldedit.restore.failed": "Fallo al cargar el Punto de RestauraciĂłn: {0}.", + "worldedit.restore.loaded": "Se ha cargado el Punto de RestauraciĂłn (Snapshot) '{0}'. Efectuando la restauraciĂłn...", + "worldedit.restore.restored": "RestauraciĂłn concluida. Faltan {0} chunks y otros {1} errores.", + "worldedit.restore.none-for-specific-world": "No se han encontrado más Puntos de RestauraciĂłn del mundo '{0}'.", + "worldedit.restore.none-for-world": "No se han encontrado Puntos de RestauraciĂłn de este Mundo.", + "worldedit.restore.none-found": "No se han encontrado Puntos de RestauraciĂłn.", + "worldedit.restore.none-found-console": "No se encontraron snapshots. Ve la consola para más detalles.", + "worldedit.restore.chunk-not-present": "No se han encontrado chunks en el Punto de RestauraciĂłn.", + "worldedit.restore.chunk-load-failed": "No se han podido cargar los chunks. Puede que el archivo correspondiente estĂ© corrupto.", + "worldedit.restore.block-place-failed": "Los errores ocurridos han impedido restaurar los bloques.", + "worldedit.restore.block-place-error": "Ăšltimo error: {0}", + "worldedit.snapshot.use.newest": "Ahora se está usando un Punto de RestauraciĂłn más reciente.", + "worldedit.snapshot.use": "Snapshot establecida a: {0}", + "worldedit.snapshot.none-before": "No se pudo encontrar una snapshot de antes de {0}.", + "worldedit.snapshot.none-after": "No se pudo encontrar una snapshot despuĂ©s de {0}.", + "worldedit.snapshot.index-above-0": "ĂŤndice inválido, debe ser mayor o igual a 1.", + "worldedit.snapshot.index-oob": "ĂŤndice inválido, debe ser entre 1 y {0}.", + "worldedit.schematic.unknown-format": "Formato de schematic desconocido: {0}.", + "worldedit.schematic.load.does-not-exist": "¡La schematic {0} no existe!", + "worldedit.schematic.load.loading": "(Espera, cargando la schematic...)", + "worldedit.schematic.load.still-loading": "(Espera, todavĂ­a cargando la schematic...)", + "worldedit.schematic.save.already-exists": "Esa schematic ya existe. Usa el parámetro -f para sobrescribirla.", + "worldedit.schematic.save.failed-directory": "¡No se pudo crear la carpeta para las schematics!", + "worldedit.schematic.save.saving": "(Espera, guardando la schematic...)", + "worldedit.schematic.save.still-saving": "(Espera, todavĂ­a guardando la schematic...)", + "worldedit.schematic.delete.does-not-exist": "¡La schematic {0} no existe!", + "worldedit.schematic.delete.failed": "¡No se pudo eliminar {0}! ÂżAcaso es de solo lectura?", + "worldedit.schematic.delete.deleted": "El schematic '{0}' se ha eliminado correctamente.", + "worldedit.schematic.formats.title": "Formatos de portapapeles disponibles (Nombre: nombres de bĂşsqueda).", + "worldedit.schematic.unsupported-minecraft-version": "Esta versiĂłn de WorldEdit no soporta tu versiĂłn de Minecraft. Las schematics no funcionarán hasta que se resolva este problema.", + "worldedit.pos.already-set": "Esta posiciĂłn ya está determinada.", + "worldedit.pos.console-require-coords": "Debes proporcionar las coordenadas en consola.", + "worldedit.hpos.no-block": "¡No hay bloques a la vista!", + "worldedit.hpos.already-set": "Esta posiciĂłn ya está determinada.", + "worldedit.chunk.selected-multiple": "Chunks seleccionados: ({0}, {1}, {2}) â–ş ({3}, {4}, {5}).", + "worldedit.chunk.selected": "Chunk seleccionado: {0}, {1}, {2}.", + "worldedit.wand.invalid": "La Herramienta de SelecciĂłn asociada está desactivada o mal configurada.", + "worldedit.wand.selwand.info": "§7BotĂłn Izquierdo â–ş Seleccionar la 1ÂŞ posiciĂłn.\\n§7BotĂłn Derecho â–ş Seleccionar la 2ÂŞ posiciĂłn.", + "worldedit.wand.navwand.info": "§7BotĂłn Izquierdo â–ş Aparecer en el lugar señalado.\\n§7BotĂłn Derecho â–ş Atravesar paredes.", + "worldedit.wand.selwand.now.tool": "Ahora la herramienta de selecciĂłn es correcta. Puedes desactivarla con {0} y volver a asignarla a un objeto con {1} o conseguir una nueva con {2}.", + "worldedit.contract.contracted": "La regiĂłn se ha contraĂ­do {0} bloques.", + "worldedit.shift.shifted": "La regiĂłn se ha desplazado.", + "worldedit.outset.outset": "La regiĂłn se ha expandido.", + "worldedit.inset.inset": "La regiĂłn se ha contraĂ­do.", + "worldedit.size.offset": "Desplazado: {0}.", + "worldedit.size.type": "§8§m------------------------------§r\\n§5Tipo: {0}.", + "worldedit.size.size": "§5Tamaño: {0}.", + "worldedit.size.distance": "§5Distancia: {0}.", + "worldedit.size.blocks": "§5Cantidad de Bloques: {0}.", + "worldedit.count.counted": "§5Cantidad {0}.", + "worldedit.distr.no-blocks": "No ha bloques enumerados.", + "worldedit.distr.no-previous": "No existe un distribuciĂłn anterior.", + "worldedit.distr.total": "NĂşmero Total de Bloques: {0}.", + "worldedit.select.cleared": "§cHas deseleccionado la zona.", + "worldedit.select.cuboid.message": "SelecciĂłn CĂşbica.\\n§7BotĂłn Izquierdo â–ş Seleccionar el 1Âş punto.\\n§7BotĂłn Derecho â–ş Seleccionar el 2Âş punto.", + "worldedit.select.cuboid.description": "§7Selecciona las dos esquinas del cuboide.", + "worldedit.select.extend.message": "ExtensiĂłn de Cuboide.\\n§7BotĂłn Izquierdo â–ş Seleccionar el punto inicial.\\n§7BotĂłn Derecho â–ş Expandir.", + "worldedit.select.extend.description": "Modo Rápido de selecciĂłn de cuboides.", + "worldedit.select.poly.message": "SelecciĂłn de Poligonal.\\n§7BotĂłn Izquierdo â–ş Seleccionar el punto inicial.\\n§7BotĂłn Derecho â–ş Añadir puntos.", + "worldedit.select.poly.limit-message": "{0} puntos como máximo.", + "worldedit.select.poly.description": "Selecciona una regiĂłn poligonal.", + "worldedit.select.ellipsoid.message": "SelecciĂłn de Elipsoidal.\\n§7BotĂłn Izquierdo â–ş Seleccionar el Centro.\\n§7BotĂłn Derecho â–ş Seleccionar la extensiĂłn.", + "worldedit.select.ellipsoid.description": "Selecciona un regiĂłn con forma elĂ­ptica.", + "worldedit.select.sphere.message": "SelecciĂłn EsfĂ©rica.\\n§7BotĂłn Izquierdo â–ş Seleccionar el Centro.\\n§7BotĂłn Derecho â–ş Determinar el radio.", + "worldedit.select.sphere.description": "Selecciona un regiĂłn con forma esfĂ©rica.", + "worldedit.select.cyl.message": "SelecciĂłn CilĂ­ndrica.\\n§7BotĂłn Izquierdo â–ş Seleccionar el Centro.\\n§7BotĂłn Derecho â–ş Seleccionar la extensiĂłn.", + "worldedit.select.cyl.description": "Selecciona un regiĂłn con forma cilĂ­ndrica.", + "worldedit.select.convex.message": "SelecciĂłn PoliĂ©drica Convexa.\\n§7BotĂłn Izquierdo â–ş Seleccionar el primer vĂ©rtice.\\n§7BotĂłn Derecho â–ş Añadir más vĂ©rtices.", + "worldedit.select.convex.limit-message": "El lĂ­mite es de {0} puntos como máximo.", + "worldedit.select.convex.description": "Selecciona un regiĂłn con forma de Poliedro Convexo.", + "worldedit.select.default-set": "La forma actual de selecciĂłn es {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}.", + "worldedit.chunkinfo.old-filename": "Formato antiguo: {0}.", + "worldedit.chunkinfo.mcregion-filename": "RegiĂłn MC: RegiĂłn/{0}.", + "worldedit.listchunks.listfor": "Listando para: {0}.", + "worldedit.drain.drained": "Se han vaciado {0} bloques.", + "worldedit.fill.created": "Se han rellenado {0} bloques.", + "worldedit.fillr.created": "Se han rellenado {0} bloques.", + "worldedit.fixlava.fixed": "Se han nivelado {0} bloques de lava.", + "worldedit.fixwater.fixed": "Se han nivelado {0} bloques de agua.", + "worldedit.removeabove.removed": "Se han eliminado {0} bloques.", + "worldedit.removebelow.removed": "Se han eliminado {0} bloques.", + "worldedit.removenear.removed": "Se han eliminado {0} bloques.", + "worldedit.replacenear.replaced": "Se han remplazado {0} bloques.", + "worldedit.snow.created": "Se han cubierto {0} superficies.", + "worldedit.thaw.removed": "Se han descongelado {0} bloques.", + "worldedit.green.changed": "Se han enverdecido {0} bloques.", + "worldedit.extinguish.removed": "Se han extinguido {0} focos en llamas.", + "worldedit.butcher.killed": "Se han eliminado {0} criaturas en un radio de {1}.", + "worldedit.butcher.explain-all": "Usa -1 para eliminar todas las criaturas de los chunks cargados.", + "worldedit.remove.removed": "Se han marcado {0} entidades para su eliminaciĂłn.", + "worldedit.remove.explain-all": "Usa -1 para eliminar todas las entidades de los chunks cargados.", + "worldedit.calc.invalid": "'{0}' no puede ser analizado como una expresiĂłn válida.", + "worldedit.calc.invalid.with-error": "'{0}' no puede ser analizado como una expresiĂłn válida: '{1}'", + "worldedit.paste.pasted": "El contenido del portapapeles ha sido pegado en {0}.", + "worldedit.paste.selected": "Se ha seleccionado la regiĂłn de pegado del portapapeles.", + "worldedit.rotate.no-interpolation": "Nota: La interpolaciĂłn aĂşn no es admisible, por lo que se recomienda ángulos mĂşltiplos de 90.", + "worldedit.rotate.rotated": "Se ha girado el contenido del portapapeles.", + "worldedit.flip.flipped": "Se ha volteado el contenido del portapapeles.", + "worldedit.clearclipboard.cleared": "§4Se ha eliminado el contenido del Portapapeles.", + "worldedit.set.done": "§2OperaciĂłn completada.", + "worldedit.set.done.verbose": "OperaciĂłn completada ({0}).", + "worldedit.line.changed": "Se han cambiado {0} bloques.", + "worldedit.line.invalid-type": "La herramienta '//line' solo funciona con selecciones cuboides o poliĂ©dricas convexas.", + "worldedit.curve.changed": "Se han cambiado {0} bloques.", + "worldedit.curve.invalid-type": "La herramienta '//curve' solo funciona con selecciones poliĂ©dricas convexas.", + "worldedit.replace.replaced": "Se han remplazado {0} bloques.", + "worldedit.stack.changed": "Se han cambiado {0} bloques. Puedes deshacer los cambios usando '//undo'.", + "worldedit.stack.intersecting-region": "El desplazamiento del stack no debe chocar con la regiĂłn colindante cuando se utiliza el bloque como unidad.", + "worldedit.regen.regenerated": "§6La zona seleccionada se ha regenerado.", + "worldedit.regen.failed": "No se han podido regenerar los chunks. Mira en la consola para obtener más detalles.", + "worldedit.walls.changed": "Se han cambiado {0} bloques.", + "worldedit.faces.changed": "Se han cambiado {0} bloques.", + "worldedit.overlay.overlaid": "Se ha superpuesto {0} bloques.", + "worldedit.naturalize.naturalized": "Se han sustituido {0} bloques para que parezcan más naturales.", + "worldedit.center.changed": "Centro establecido. (Se han cambiado {0} bloques).", + "worldedit.smooth.changed": "Se ha suavizado el terreno. {0} bloques afectados.", + "worldedit.move.moved": "Se han movido {0} bloques.", + "worldedit.deform.deformed": "Se han deformado {0} bloques.", + "worldedit.hollow.changed": "Se han cambiado {0} bloques.", + "worldedit.forest.created": "Se ha generado {0} árboles.", + "worldedit.flora.created": "Se han generado {0} plantas.", + "worldedit.unstuck.moved": "¡AhĂ­ lo tienes chaval!", + "worldedit.ascend.obstructed": "No se ha encontrado ningĂşn espacio libre por encima.", + "worldedit.ascend.moved": "Has ascendido {0} niveles.", + "worldedit.descend.obstructed": "No se ha encontrado ningĂşn espacio libre por debajo.", + "worldedit.descend.moved": "Has descendido {0} niveles.", + "worldedit.ceil.obstructed": "No se ha encontrado ningĂşn espacio libre por encima.", + "worldedit.ceil.moved": "¡Yupi!", + "worldedit.thru.obstructed": "No se ha encontrado ningĂşn espacio libre por delante.", + "worldedit.thru.moved": "¡Yupi!", + "worldedit.jumpto.moved": "¡Puf!", + "worldedit.jumpto.none": "§c¡No hay nada a la vista (o está demasiado lejos)!", + "worldedit.up.obstructed": "Debes golpear algo por encima tuyo.", + "worldedit.up.moved": "¡Yupi!", + "worldedit.cyl.invalid-radius": "Debes especificar 1 o 2 valores para el radio.", + "worldedit.cyl.created": "Se han creado {0} bloques.", + "worldedit.sphere.invalid-radius": "Debes especificar 1 o 2 valores para el radio.", + "worldedit.sphere.created": "Se ha generado una esfera con {0} bloques.", + "worldedit.forestgen.created": "Se han generado {0} árboles.", + "worldedit.pumpkins.created": "Se han generado {0} calabazas.", + "worldedit.pyramid.created": "Se ha generado una pirámide con {0} bloques.", + "worldedit.generate.created": "Se han creado {0} bloques.", + "worldedit.generatebiome.changed": "{0} biomas afectados.", + "worldedit.reload.config": "§aLa configuraciĂłn de §2WorlEdit §ase ha recargado satisfactoriamente.", + "worldedit.report.written": "Se ha generado el informe de WorldEdit en {0}.", + "worldedit.report.error": "Fallo al guardar el informe: {0}.", + "worldedit.report.callback": "Informe de WorldEdit: {0}.report", + "worldedit.timezone.invalid": "Zona horaria no válida.", + "worldedit.timezone.set": "La zona horaria para esta sesiĂłn es: {0}.", + "worldedit.timezone.current": "La hora actual en esta zona horaria es: {0}.", + "worldedit.version.version": "VersiĂłn de WorldEdit: {0}.", + "worldedit.version.bukkit.unsupported-adapter": "Esta versiĂłn de WorldEdit no es compatible con esta versiĂłn de Bukkit. Los contenedores (ej. cofres) se quedarán vacĂ­os, las propiedades (ej. rotaciĂłn) no se mantendrán, y otras cosas pueden no funcionar. Actualiza WorldEdit para restaurar la funcionalidad:\\n{0}", + "worldedit.trace.no-tracing-extents": "Seguimiento: No se ha utilizado ninguna medida.", + "worldedit.trace.action-failed": "Seguimiento: {0} acciones en {1} descartadas por la extensiĂłn {2}.", + "worldedit.trace.active.already": "El Modo Seguimiento ya está activado.", + "worldedit.trace.inactive.already": "El Modo Seguimiento ya está desactivado.", + "worldedit.trace.active": "Modo Seguimiento activado.", + "worldedit.trace.inactive": "Modo seguimiento desactivado.", + "worldedit.command.time-elapsed": "{0}seg trascurridos (historial: {1} cambiado; {2} bloques/seg).", + "worldedit.command.permissions": "No tienes permitido hacer esto. ÂżEstás en el modo correcto?", + "worldedit.command.player-only": "Este comando debe ser utilizado por un jugador.", + "worldedit.command.error.report": "Por favor, informa sobre este error: [Mira en la consola].", + "worldedit.pastebin.uploading": "§7Por favor espera, enviando el registro a pastebin...", + "worldedit.session.cant-find-session": "No se puede encontrar la sesiĂłn de {0}.", + "worldedit.platform.no-file-dialog": "Este entorno no permite mostrar diálogos.", + "worldedit.asset.load.loading": "§7Por favor espera, cargando el elemento...", + "worldedit.asset.load.still-loading": "§7Por favor espera, sigue cargando el elemento...", + "worldedit.asset.load.failed": "No se ha podido cargar el elemento.", + "worldedit.tool.max-block-changes": "Has alcanzado el nĂşmero máximo de bloques que puedes modificar.", + "worldedit.tool.no-block": "¡No hay bloque a la vista!", + "worldedit.tool.repl.equip": "§aHas asignado la Herramienta Remplazadora a §2{0}§a.", + "worldedit.tool.repl.switched": "La Herramienta Remplazadora se ha cambiado por {0}.", + "worldedit.tool.data-cycler.equip": "§aHas asignado la Herramienta de AlteraciĂłn de Bloques a §2{0}§a.", + "worldedit.tool.data-cycler.block-not-permitted": "No tienes permitido modificar el valor de este bloque.", + "worldedit.tool.data-cycler.cant-cycle": "¡Este bloque no se puede alterar!", + "worldedit.tool.data-cycler.new-value": "El valor de {0} ahora es {1}.", + "worldedit.tool.data-cycler.cycling": "Alterando el valor de {0}.", + "worldedit.tool.deltree.equip": "§aHas asignado la Herramienta de EliminaciĂłn de Ărboles Flotantes a §2{0}§a.", + "worldedit.tool.deltree.not-tree": "Esto no es un Ărbol.", + "worldedit.tool.deltree.not-floating": "Esto no es un Ărbol Flotante.", + "worldedit.tool.tree.equip": "§aHas asignado la Herramienta de GeneraciĂłn de Ărboles a §2{0}§a.", + "worldedit.tool.tree.obstructed": "No se puede generar un árbol aquĂ­.", + "worldedit.tool.info.equip": "§aHas asignado la Herramienta de InformaciĂłn a §2{0}§a.", + "worldedit.tool.info.blockstate.hover": "§7InformaciĂłn del Bloque.", + "worldedit.tool.info.internalid.hover": "§7ID Interna.", + "worldedit.tool.info.legacy.hover": "§7Heredado de la ID:InformaciĂłn.", + "worldedit.tool.info.light.hover": "§7IluminaciĂłn del Bloque/IluminaciĂłn Superior.", + "worldedit.tool.none.equip": "§cHas desvinculado la herramienta asignada.", + "worldedit.tool.none.to.unequip": "§cEste objeto no tiene ninguna herramienta asignada.", + "worldedit.tool.selwand.equip": "§aHas asignado la Herramienta de SelecciĂłn a §2{0}§a.", + "worldedit.tool.navwand.equip": "§aHas asignado la Herramienta de NavegaciĂłn a §2{0}§a.", + "worldedit.tool.floodfill.equip": "§aHas asignado la Herramienta de Relleno a §2{0}§a.", + "worldedit.tool.farwand.equip": "§aHas asignado la Herramienta de SelecciĂłn Lejana a §2{0}§a.", + "worldedit.tool.lrbuild.equip": "§aHas asignado la Herramienta de ConstrucciĂłn Lejana a §2{0}.", + "worldedit.tool.lrbuild.set": "§7BotĂłn Izquierdo â–ş {0}\\n§7BotĂłn Derecho â–ş {1}.", + "worldedit.tool.stack.equip": "§aLa herramienta de VinculaciĂłn se ha asignado a §2{0}§a.", + "worldedit.tool.unbind-instruction": "Usa {0} mientras mantienes el objeto para desvincular la herramienta.", + "worldedit.tool.superpickaxe.mode.single": "Modo simple.\\n§7Usa el botĂłn izquierdo con un pico.\\n§8Usa // para desactivar.", + "worldedit.tool.superpickaxe.mode.area": "Modo área.\\n§7Usa el botĂłn izquierdo con un pico.\\n§8Usa // para desactivar.", + "worldedit.tool.superpickaxe.mode.recursive": "Modo recursivo.\\n§7Usa el botĂłn izquierdo con un pico.\\n§8Usa // para desactivar.", + "worldedit.tool.superpickaxe.max-range": "El rango máximo es {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Ya está activado el Superpico.", + "worldedit.tool.superpickaxe.disabled.already": "Ya está desactivado el Superpico.", + "worldedit.tool.superpickaxe.enabled": "Se ha activado el Superpico.", + "worldedit.tool.superpickaxe.disabled": "Se ha desactivado el Superpico.", + "worldedit.tool.mask.set": "Se ha determinado la máscara de la brocha.", + "worldedit.tool.mask.disabled": "Se ha desactivado la máscara de la brocha.", + "worldedit.tool.material.set": "Se ha determinado el material de la brocha.", + "worldedit.tool.range.set": "Se ha determinado el rango de la brocha.", + "worldedit.tool.size.set": "Se ha determinado el tamaño de la brocha.", + "worldedit.tool.tracemask.set": "Se ha determinado el seguimiento de la máscara.", + "worldedit.tool.tracemask.disabled": "Se ha desactivado el seguimiento de la máscara.", + "worldedit.tool.error.cannot-bind": "§cLa herramienta no se puede asignar a {0}: {1}", + "worldedit.tool.error.item-only": "§cSolo se pueden asignar objetos, no bloques.", + "worldedit.execute.script-permissions": "No tienes permiso para usar rutinas.", + "worldedit.executelast.no-script": "Primero usa /cs con un nombre de rutina.", + "worldedit.script.read-error": "Error de la rutina: {0}.", + "worldedit.script.unsupported": "Solo se admiten rutinas .js", + "worldedit.script.file-not-found": "La rutina no existe: {0}.", + "worldedit.script.no-script-engine": "No se ha encontrado instalado un motor de rutinas.\\nPor favor, mira aquĂ­: https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "No se ha podido ejecutar: {0}.", + "worldedit.script.failed-console": "No se ha podido ejecutar (mira en la consola): {0}.", + "worldedit.operation.affected.biome": "{0} biomas afectados.", + "worldedit.operation.affected.block": "{0} bloques afectados.", + "worldedit.operation.affected.column": "{0} columnas afectadas.", + "worldedit.operation.affected.entity": "{0} entidades afectadas.", + "worldedit.operation.deform.expression": "Usando la deformaciĂłn {0}.", + "worldedit.error.invalid-number": "Se esperaba un nĂşmero; caracteres no válidos.", + "worldedit.error.invalid-number.matches": "Se esperaba un nĂşmero; caracteres \"{0}\" obtenidos.", + "worldedit.error.incomplete-region": "§cPrimero selecciona una regiĂłn.", + "worldedit.error.unknown-block": "No se reconoce el nombre del bloque '{0}'.", + "worldedit.error.unknown-entity": "No se reconoce el nombre de la entidad '{0}'.", + "worldedit.error.unknown-mob": "No se reconoce el nombre del mob '{0}'.", + "worldedit.error.unknown-biome": "No se reconoce el nombre del bioma '{0}'.", + "worldedit.error.unknown-tag": "No se reconoce el nombre de la etiqueta '{0}'.", + "worldedit.error.empty-tag": "La etiqueta '{0}' carece de contenido.", + "worldedit.error.no-match": "No se han encontrado coincidencias con '{0}'.", + "worldedit.error.disallowed-block": "Bloque '{0}' no admitido (mira en la configuraciĂłn de WorldEdit).", + "worldedit.error.max-changes": "Has superado el lĂ­mite máximo de bloques que puedes modificar en cada operaciĂłn. (Se han modificado {0} bloques).", + "worldedit.error.max-brush-radius": "El radio máximo (configurado) en la brocha es {0}.", + "worldedit.error.max-radius": "El radio máximo (configurado) es {0}.", + "worldedit.error.unknown-direction": "DirecciĂłn desconocida: {0}.", + "worldedit.error.empty-clipboard": "El portapapeles está vacĂ­o. Usa primero '//copy'.", + "worldedit.error.invalid-filename": "El nombre del archivo '{0}' no es válido: {1}.", + "worldedit.error.invalid-filename.invalid-characters": "Caracteres no válidos o falta la extensiĂłn.", + "worldedit.error.file-resolution": "Archivo '{0}' resoluciĂłn del error: {1}.", + "worldedit.error.file-resolution.outside-root": "La ruta no se encuentra en la raĂ­z permitida.", + "worldedit.error.file-resolution.resolve-failed": "No se ha podido resolver la ruta.", + "worldedit.error.file-aborted": "SelecciĂłn de archivos anulada.", + "worldedit.error.no-file-selected": "No has seleccionado el archivo.", + "worldedit.error.world-unloaded": "El mundo ya está descargado.", + "worldedit.error.not-a-block": "Este objeto no es un bloque.", + "worldedit.error.not-a-block.item": "El objeto '{0}' no es un bloque.", + "worldedit.error.incorrect-usage": "Debes usar: {0}.", + "worldedit.error.invalid-page": "NĂşmero de página no válido.", + "worldedit.error.parser.bad-state-format": "El formato de estado no es correcto en {0}.", + "worldedit.error.parser.duplicate-property": "Propiedad duplicada: {0}.", + "worldedit.error.parser.empty-state": "Una parte del estado está vacĂ­o.", + "worldedit.error.parser.missing-equals-separator": "Falta el separador '='.", + "worldedit.error.parser.clipboard.missing-offset": "El desplazamiento se ha especificado con @ pero no se ha especificado. Usa '#copy@[x,y,z]'.", + "worldedit.error.parser.unknown-property": "Propiedad del bloque '{1}' desconocida '{0}'.", + "worldedit.error.parser.unknown-value": "Valor de la propiedad '{1}' desconocida '{0}'.", + "worldedit.error.parser.empty-property": "La propiedad del estado está vacĂ­a.", + "worldedit.error.parser.empty-value": "El valor del estado está vacĂ­o.", + "worldedit.error.parser.invalid-colon": "SĂ­mbolo de dos puntos no válido.", + "worldedit.error.parser.invalid-expression": "ExpresiĂłn no válida: {0}", + "worldedit.error.parser.negate-nothing": "¡No se puede negar la nada!", + "worldedit.error.parser.hanging-lbracket": "Formato no válido. Falta el corchete en '{0}'.", + "worldedit.error.parser.missing-rbracket": "Falta el corchete de cierre ']'.", + "worldedit.error.parser.missing-random-type": "Falta el tipo despuĂ©s del sĂ­mbolo % para '{0}'.", + "worldedit.error.parser.clipboard.missing-coordinates": "El desplazamiento del portapapeles necesita las coordenadas x,y,z.", + "worldedit.error.parser.player-only": "¡La entrada '{0}' necesita un jugador!", + "worldedit.error.disabled": "Esta funcionalidad está desactivada (ver configuraciĂłn de WorldEdite).", + "worldedit.error.unknown": "Se ha producido un error desconocido: {0}", + "worldedit.error.missing-extent": "ExtensiĂłn desconocida.", + "worldedit.error.missing-session": "SesiĂłn local desconocida.", + "worldedit.error.missing-world": "Es necesario determinar un mundo (prueba con //world).", + "worldedit.error.missing-actor": "No se reconoce ningĂşn actor.", + "worldedit.selection.convex.info.vertices": "§5VĂ©rtices: {0}.", + "worldedit.selection.convex.info.triangles": "§5Triángulos: {0}.", + "worldedit.selection.convex.explain.primary": "Has iniciado una selecciĂłn con vĂ©rtice {0}.", + "worldedit.selection.convex.explain.secondary": "Has añadido el vĂ©rtice {0} en la selecciĂłn.", + "worldedit.selection.cuboid.info.pos1": "§5PosiciĂłn 1: {0}.", + "worldedit.selection.cuboid.info.pos2": "§5PosiciĂłn 2: {0}.", + "worldedit.selection.cuboid.explain.primary": "Primera posiciĂłn establecida en {0}.", + "worldedit.selection.cuboid.explain.primary-area": "Primera posiciĂłn establecida en {0} ({1} bloques seleccionados).", + "worldedit.selection.cuboid.explain.secondary": "Segunda posiciĂłn establecida en {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "Segunda posiciĂłn establecida en {0} ({1} bloques seleccionados).", + "worldedit.selection.extend.explain.primary": "SelecciĂłn iniciada en {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "Extender la selecciĂłn para abarcar {0} ({1}).", + "worldedit.selection.ellipsoid.info.center": "§5Centro: {0}.", + "worldedit.selection.ellipsoid.info.radius": "§5Radio X/Y/Z: {0}.", + "worldedit.selection.ellipsoid.explain.primary": "PosiciĂłn central determinada en {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "PosiciĂłn central determinada en {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "Radio determinado en {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Has determinado el radio en {0} ({1}).", + "worldedit.selection.ellipsoid.error.even-horizontal": "Los cambios de las Elipses deben ser uniformes en cada dimensiĂłn horizontal.", + "worldedit.selection.cylinder.info.center": "§5Centro: {0}.", + "worldedit.selection.cylinder.info.radius": "§5Radio: {0}.", + "worldedit.selection.cylinder.explain.primary": "Has iniciado una selecciĂłn cilĂ­ndrica en {0}.", + "worldedit.selection.cylinder.explain.secondary": "Has determinado el radio en {0}/{1} bloques ({2}).", + "worldedit.selection.cylinder.explain.secondary-missing": "Antes de determinar el radio, tienes que seleccionar el punto central.", + "worldedit.selection.cylinder.error.even-horizontal": "Los cambios de los Cilindros deben ser uniformes en cada dimensiĂłn horizontal.", + "worldedit.selection.polygon2d.info": "§5NĂşmero de Puntos: {0}.", + "worldedit.selection.polygon2d.explain.primary": "El primer punto se ha establecido en {0}.", + "worldedit.selection.polygon2d.explain.secondary": "Se ha añadido el punto nÂş{0} en {1}.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "Los polĂ­gonos sĂłlo se pueden expandir verticalmente.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "Los polĂ­gono solo se pueden contraer verticalmente.", + "worldedit.selection.sphere.explain.secondary": "Se ha determinado el radio de {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "Se ha establecido el radio en {0} ({1}).", + "worldedit.selection.null.error.immutable": "No se puede cambiar una RegiĂłn Nula.", + "worldedit.selection.intersection.error.cannot-expand": "No se puede expandir una intersecciĂłn de regiĂłn.", + "worldedit.selection.intersection.error.cannot-contract": "No se puede contraer una intersecciĂłn de regiĂłn.", + "worldedit.selection.transform.error.cannot-expand": "No se puede expandir una RegiĂłn Transformada.", + "worldedit.selection.transform.error.cannot-contract": "No se puede contraer una RegiĂłn Transformada.", + "worldedit.selection.transform.error.cannot-change": "No se puede modificar una RegiĂłn Transformada.", + "worldedit.sideeffect.lighting": "IluminaciĂłn", + "worldedit.sideeffect.lighting.description": "Actualiza la iluminaciĂłn de los bloques.", + "worldedit.sideeffect.neighbors": "Vecinos", + "worldedit.sideeffect.neighbors.description": "Notifica los cambios de los bloques cercanos.", + "worldedit.sideeffect.update": "ActualizaciĂłn", + "worldedit.sideeffect.update.description": "Notifica los cambios realizados en los bloques.", + "worldedit.sideeffect.validation": "ValidaciĂłn", + "worldedit.sideeffect.validation.description": "Repara y valida los errores inconsistentes del estado del mundo, tales como bloques desconectados.", + "worldedit.sideeffect.entity_ai": "IA de entidades", + "worldedit.sideeffect.entity_ai.description": "Actualiza las rutas de las entidades segĂşn los cambios de los bloques.", + "worldedit.sideeffect.events": "Eventos Mod/Plugin", + "worldedit.sideeffect.events.description": "Informa sobre los cambios a otros mods/plugins, cuando corresponda.", + "worldedit.sideeffect.state.on": "Activado", + "worldedit.sideeffect.state.delayed": "Aplazado", + "worldedit.sideeffect.state.off": "Desactivado", + "worldedit.sideeffect.box.current": "Actual", + "worldedit.sideeffect.box.change-to": "Clic para establecer {0}.", + "worldedit.help.command-not-found": "No se ha encontrado el comando '{0}'.", + "worldedit.help.no-subcommands": "'{0}' no es un subcomando. ÂżQuizás '{1}' sea un parámetro?", + "worldedit.help.subcommand-not-found": "No se ha encontrado el subcomando '{0}' de '{1}'.", + "worldedit.cli.stopping": "¡Deteniendo...!", + "worldedit.cli.unknown-command": "¡Comando desconocido!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/es-MX/strings.json b/config/worldedit/.archive-unpack/2e1dd752/es-MX/strings.json new file mode 100644 index 0000000..23101ae --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/es-MX/strings.json @@ -0,0 +1,414 @@ +{ + "worldedit.expand.description.vert": "Expande la regiĂłn seleccionada desde lo más bajo hasta lo más alto.", + "worldedit.expand.expanded": "La regiĂłn se ha expandido {0} bloques.", + "worldedit.expand.expanded.vert": "La regiĂłn se ha expandido {0} bloques (verticalmente).", + "worldedit.biomeinfo.lineofsight": "Biomas encontrados en la lĂ­nea de visiĂłn: {0}", + "worldedit.biomeinfo.position": "El Bioma de tu posiciĂłn es: {0}", + "worldedit.biomeinfo.selection": "Biomas encontrados en la selecciĂłn: {0}", + "worldedit.brush.radius-too-large": "El radio máximo de la brocha es de {0}.", + "worldedit.brush.apply.description": "Aplicar la brocha, aplicar una funciĂłn a cada bloque.", + "worldedit.brush.apply.radius": "El tamaño de la brocha.", + "worldedit.brush.apply.shape": "La forma de la regiĂłn.", + "worldedit.brush.apply.type": "El tipo de brocha a usar.", + "worldedit.brush.apply.item.warning": "Esta brocha simula usos de objetos. Es posible que los efectos no funcionen en todas las plataformas, puede que no se puedan deshacer los cambios y puede provocar interacciones no deseadas con otros mods/plugins. Ăšsalo bajo tu propio riesgo.", + "worldedit.brush.paint.description": "Brocha de pintura, aplica una funciĂłn a una superficie.", + "worldedit.brush.paint.size": "El tamaño de la brocha.", + "worldedit.brush.paint.shape": "La forma de la regiĂłn.", + "worldedit.brush.paint.density": "La densidad de la brocha.", + "worldedit.brush.paint.type": "El tipo de brocha a usar.", + "worldedit.brush.paint.item.warning": "Esta brocha simula usos de objetos. Es posible que los efectos no funcionen en todas las plataformas, puede que no se puedan deshacer los cambios y puede provocar interacciones no deseadas con otros mods/plugins. Ăšsalo bajo tu propio riesgo.", + "worldedit.brush.sphere.equip": "Has asignado una Brocha con forma EsfĂ©rica ({0}).", + "worldedit.brush.cylinder.equip": "Has asignado una Brocha con forma CilĂ­ndrica ({0} x {1}).", + "worldedit.brush.clipboard.equip": "Forma de pizarra esfĂ©rica equipada.", + "worldedit.brush.smooth.equip": "Has asignado una Brocha de Suavizado ({0} x {1}x usando {2}).", + "worldedit.brush.extinguish.equip": "Has asignado una Brocha de ExtinciĂłn de fuego ({0}).", + "worldedit.brush.gravity.equip": "Has asignado una Brocha de Gravedad ({0}).", + "worldedit.brush.butcher.equip": "Has asignado una Brocha de Asesino ({0}).", + "worldedit.brush.operation.equip": "Establecer pincel a {0}.", + "worldedit.brush.heightmap.equip": "Has asignado una Brocha de ElevaciĂłn de Terreno ({0}).", + "worldedit.brush.heightmap.unknown": "Brocha de ElevaciĂłn de Terreno desconocida: {0}.", + "worldedit.brush.none.equip": "La brocha se ha desvinculado del objeto actual.", + "worldedit.setbiome.changed": "Has cambiado los biomas de aproximadamente {0} bloques.", + "worldedit.setbiome.warning": "Puede ser que necesites volver a unirte al servidor (o volver a abrir el mundo) para ver cambios.", + "worldedit.drawsel.disabled": "CUI de servidor deshabilitado.", + "worldedit.drawsel.disabled.already": "El CUI de servidor ya está deshabilitado.", + "worldedit.drawsel.enabled.already": "El CUI de servidor ya está habilitado.", + "worldedit.limit.too-high": "Su lĂ­mite máximo permitido es {0}.", + "worldedit.limit.set": "LĂ­mite de bloques establecido a {0}.", + "worldedit.limit.return-to-default": "(Usa //limit para volver al valor por defecto).", + "worldedit.timeout.too-high": "El tiempo de espera máximo es de {0}ms.", + "worldedit.timeout.set": "El tiempo de espera máximo se ha establecido en {0}ms.", + "worldedit.timeout.return-to-default": " (Usa //timeout para volver al valor por defecto).", + "worldedit.fast.disabled": "Modo rápido deshabilitado.", + "worldedit.fast.enabled": "Modo rápido habilitado. Puede ser que la iluminaciĂłn en los chunks afectados sea errĂłnea, y que necesites volver a unirte para ver cambios.", + "worldedit.fast.disabled.already": "El modo rápido ya está deshabilitado.", + "worldedit.fast.enabled.already": "El modo rápido ya está habilitado.", + "worldedit.perf.sideeffect.set": "El Efecto Secundario \"{0}\" establecido en {1}.", + "worldedit.perf.sideeffect.get": "El Efecto Secundario \"{0}\" está establecido en {1}.", + "worldedit.perf.sideeffect.already-set": "El Efecto Secundario \"{0}\" ya está {1}.", + "worldedit.perf.sideeffect.set-all": "Todos los efectos secundarios están determinados como {0}.", + "worldedit.reorder.current": "El modo reordenaciĂłn está {0}.", + "worldedit.reorder.set": "Ahora está {0} el modo reordenaciĂłn.", + "worldedit.gmask.disabled": "Mascara global deshabilitada.", + "worldedit.gmask.set": "Mascara global establecida.", + "worldedit.toggleplace.pos1": "Ahora determina la primera posiciĂłn.", + "worldedit.toggleplace.player": "Coloca el bloque donde estás.", + "worldedit.toggleplace.not-locatable": "No se puede alternar la colocaciĂłn en este contexto.", + "worldedit.searchitem.too-short": "Introduce una cadena de bĂşsqueda más larga (longitud > 2).", + "worldedit.searchitem.either-b-or-i": "No puedes usar las funciones 'b' e 'i' al mismo tiempo.", + "worldedit.searchitem.searching": "(Por favor espera... buscando objetos.)", + "worldedit.watchdog.no-hook": "Esta plataforma no admite el rastreador.", + "worldedit.watchdog.active.already": "El rastreador ya está activo.", + "worldedit.watchdog.inactive.already": "El rastreador ya está inactivo.", + "worldedit.watchdog.active": "Se ha activado el rastreador.", + "worldedit.watchdog.inactive": "Se ha desactivado el rastreador.", + "worldedit.world.remove": "Se ha eliminado el mundo de sustituciĂłn.", + "worldedit.world.set": "Determina el mundo a sustituir {0}. (Usa //world para restablecerlo).", + "worldedit.undo.undone": "Se han desecho {0} ediciones.", + "worldedit.undo.none": "Nada que deshacer.", + "worldedit.redo.redone": "Se han rehecho {0} ediciones.", + "worldedit.redo.none": "No hay nada que rehacer.", + "worldedit.clearhistory.cleared": "Se ha eliminado el historial de ediciones.", + "worldedit.raytrace.noblock": "¡No hay bloques a la vista!", + "worldedit.restore.not-configured": "No se ha configurado la funciĂłn de restauraciĂłn (snapshot).", + "worldedit.restore.not-available": "El Punto de RestauraciĂłn no está disponible o no existe.", + "worldedit.restore.failed": "Fallo al cargar el Punto de RestauraciĂłn: {0}.", + "worldedit.restore.loaded": "Se ha cargado el Punto de RestauraciĂłn (Snapshot) '{0}'. Efectuando la restauraciĂłn...", + "worldedit.restore.restored": "RestauraciĂłn concluida. Faltan {0} chunks y otros {1} errores.", + "worldedit.restore.none-for-specific-world": "No se han encontrado más Puntos de RestauraciĂłn del mundo '{0}'.", + "worldedit.restore.none-for-world": "No se han encontrado Puntos de RestauraciĂłn de este Mundo.", + "worldedit.restore.none-found": "No se han encontrado Puntos de RestauraciĂłn.", + "worldedit.restore.none-found-console": "No se encontraron snapshots. Ve la consola para más detalles.", + "worldedit.restore.chunk-not-present": "No se han encontrado chunks en el Punto de RestauraciĂłn.", + "worldedit.restore.chunk-load-failed": "No se han podido cargar los chunks. Puede que el archivo correspondiente estĂ© corrupto.", + "worldedit.restore.block-place-failed": "Los errores ocurridos han impedido restaurar los bloques.", + "worldedit.restore.block-place-error": "Ăšltimo error: {0}", + "worldedit.snapshot.use.newest": "Ahora se está usando un Punto de RestauraciĂłn más reciente.", + "worldedit.snapshot.use": "Snapshot establecida a: {0}", + "worldedit.snapshot.none-before": "No se pudo encontrar una snapshot de antes de {0}.", + "worldedit.snapshot.none-after": "No se pudo encontrar una snapshot despuĂ©s de {0}.", + "worldedit.snapshot.index-above-0": "ĂŤndice inválido, debe ser mayor o igual a 1.", + "worldedit.snapshot.index-oob": "ĂŤndice inválido, debe ser entre 1 y {0}.", + "worldedit.schematic.unknown-format": "Formato de schematic desconocido: {0}.", + "worldedit.schematic.load.does-not-exist": "¡La schematic {0} no existe!", + "worldedit.schematic.load.loading": "(Espera, cargando la schematic...)", + "worldedit.schematic.load.still-loading": "(Espera, todavĂ­a cargando la schematic...)", + "worldedit.schematic.save.already-exists": "Esa schematic ya existe. Usa el parámetro -f para sobrescribirla.", + "worldedit.schematic.save.failed-directory": "¡No se pudo crear la carpeta para las schematics!", + "worldedit.schematic.save.saving": "(Espera, guardando la schematic...)", + "worldedit.schematic.save.still-saving": "(Espera, todavĂ­a guardando la schematic...)", + "worldedit.schematic.delete.does-not-exist": "¡La schematic {0} no existe!", + "worldedit.schematic.delete.failed": "¡No se pudo eliminar {0}! ÂżAcaso es de solo lectura?", + "worldedit.schematic.delete.deleted": "El schematic '{0}' se ha eliminado correctamente.", + "worldedit.schematic.formats.title": "Formatos de portapapeles disponibles (Nombre: nombres de bĂşsqueda).", + "worldedit.schematic.unsupported-minecraft-version": "Esta versiĂłn de WorldEdit no soporta tu versiĂłn de Minecraft. Las schematics no funcionarán hasta que se resolva este problema.", + "worldedit.pos.already-set": "Esta posiciĂłn ya está determinada.", + "worldedit.pos.console-require-coords": "Debes proporcionar las coordenadas en consola.", + "worldedit.hpos.no-block": "¡No hay bloques a la vista!", + "worldedit.hpos.already-set": "Esta posiciĂłn ya está determinada.", + "worldedit.chunk.selected-multiple": "Chunks seleccionados: ({0}, {1}, {2}) â–ş ({3}, {4}, {5}).", + "worldedit.chunk.selected": "Chunk seleccionado: {0}, {1}, {2}.", + "worldedit.wand.invalid": "La Herramienta de SelecciĂłn asociada está desactivada o mal configurada.", + "worldedit.wand.selwand.info": "§7BotĂłn Izquierdo â–ş Seleccionar la 1ÂŞ posiciĂłn.\\n§7BotĂłn Derecho â–ş Seleccionar la 2ÂŞ posiciĂłn.", + "worldedit.wand.navwand.info": "§7BotĂłn Izquierdo â–ş Aparecer en el lugar señalado.\\n§7BotĂłn Derecho â–ş Atravesar paredes.", + "worldedit.wand.selwand.now.tool": "Ahora la herramienta de selecciĂłn es correcta. Puedes desactivarla con {0} y volver a asignarla a un objeto con {1} o conseguir una nueva con {2}.", + "worldedit.contract.contracted": "La regiĂłn se ha contraĂ­do {0} bloques.", + "worldedit.shift.shifted": "La regiĂłn se ha desplazado.", + "worldedit.outset.outset": "La regiĂłn se ha expandido.", + "worldedit.inset.inset": "La regiĂłn se ha contraĂ­do.", + "worldedit.size.offset": "Desplazado: {0}.", + "worldedit.size.type": "§8§m------------------------------§r\\n§5Tipo: {0}.", + "worldedit.size.size": "§5Tamaño: {0}.", + "worldedit.size.distance": "§5Distancia: {0}.", + "worldedit.size.blocks": "§5Cantidad de Bloques: {0}.", + "worldedit.count.counted": "§5Cantidad {0}.", + "worldedit.distr.no-blocks": "No ha bloques enumerados.", + "worldedit.distr.no-previous": "No existe un distribuciĂłn anterior.", + "worldedit.distr.total": "NĂşmero Total de Bloques: {0}.", + "worldedit.select.cleared": "§cHas deseleccionado la zona.", + "worldedit.select.cuboid.message": "SelecciĂłn CĂşbica.\\n§7BotĂłn Izquierdo â–ş Seleccionar el 1Âş punto.\\n§7BotĂłn Derecho â–ş Seleccionar el 2Âş punto.", + "worldedit.select.cuboid.description": "§7Selecciona las dos esquinas del cuboide.", + "worldedit.select.extend.message": "ExtensiĂłn de Cuboide.\\n§7BotĂłn Izquierdo â–ş Seleccionar el punto inicial.\\n§7BotĂłn Derecho â–ş Expandir.", + "worldedit.select.extend.description": "Modo Rápido de selecciĂłn de cuboides.", + "worldedit.select.poly.message": "SelecciĂłn de Poligonal.\\n§7BotĂłn Izquierdo â–ş Seleccionar el punto inicial.\\n§7BotĂłn Derecho â–ş Añadir puntos.", + "worldedit.select.poly.limit-message": "{0} puntos como máximo.", + "worldedit.select.poly.description": "Selecciona una regiĂłn poligonal.", + "worldedit.select.ellipsoid.message": "SelecciĂłn de Elipsoidal.\\n§7BotĂłn Izquierdo â–ş Seleccionar el Centro.\\n§7BotĂłn Derecho â–ş Seleccionar la extensiĂłn.", + "worldedit.select.ellipsoid.description": "Selecciona un regiĂłn con forma elĂ­ptica.", + "worldedit.select.sphere.message": "SelecciĂłn EsfĂ©rica.\\n§7BotĂłn Izquierdo â–ş Seleccionar el Centro.\\n§7BotĂłn Derecho â–ş Determinar el radio.", + "worldedit.select.sphere.description": "Selecciona un regiĂłn con forma esfĂ©rica.", + "worldedit.select.cyl.message": "SelecciĂłn CilĂ­ndrica.\\n§7BotĂłn Izquierdo â–ş Seleccionar el Centro.\\n§7BotĂłn Derecho â–ş Seleccionar la extensiĂłn.", + "worldedit.select.cyl.description": "Selecciona un regiĂłn con forma cilĂ­ndrica.", + "worldedit.select.convex.message": "SelecciĂłn PoliĂ©drica Convexa.\\n§7BotĂłn Izquierdo â–ş Seleccionar el primer vĂ©rtice.\\n§7BotĂłn Derecho â–ş Añadir más vĂ©rtices.", + "worldedit.select.convex.limit-message": "El lĂ­mite es de {0} puntos como máximo.", + "worldedit.select.convex.description": "Selecciona un regiĂłn con forma de Poliedro Convexo.", + "worldedit.select.default-set": "La forma actual de selecciĂłn es {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}.", + "worldedit.chunkinfo.old-filename": "Formato antiguo: {0}.", + "worldedit.chunkinfo.mcregion-filename": "RegiĂłn MC: RegiĂłn/{0}.", + "worldedit.listchunks.listfor": "Listando para: {0}.", + "worldedit.drain.drained": "Se han vaciado {0} bloques.", + "worldedit.fill.created": "Se han rellenado {0} bloques.", + "worldedit.fillr.created": "Se han rellenado {0} bloques.", + "worldedit.fixlava.fixed": "Se han nivelado {0} bloques de lava.", + "worldedit.fixwater.fixed": "Se han nivelado {0} bloques de agua.", + "worldedit.removeabove.removed": "Se han eliminado {0} bloques.", + "worldedit.removebelow.removed": "Se han eliminado {0} bloques.", + "worldedit.removenear.removed": "Se han eliminado {0} bloques.", + "worldedit.replacenear.replaced": "Se han remplazado {0} bloques.", + "worldedit.snow.created": "Se han cubierto {0} superficies.", + "worldedit.thaw.removed": "Se han descongelado {0} bloques.", + "worldedit.green.changed": "Se han enverdecido {0} bloques.", + "worldedit.extinguish.removed": "Se han extinguido {0} focos en llamas.", + "worldedit.butcher.killed": "Se han eliminado {0} criaturas en un radio de {1}.", + "worldedit.butcher.explain-all": "Usa -1 para eliminar todas las criaturas de los chunks cargados.", + "worldedit.remove.removed": "Se han marcado {0} entidades para su eliminaciĂłn.", + "worldedit.remove.explain-all": "Usa -1 para eliminar todas las entidades de los chunks cargados.", + "worldedit.calc.invalid": "'{0}' no puede ser analizado como una expresiĂłn válida.", + "worldedit.calc.invalid.with-error": "'{0}' no puede ser analizado como una expresiĂłn válida: '{1}'", + "worldedit.paste.pasted": "El contenido del portapapeles ha sido pegado en {0}.", + "worldedit.paste.selected": "Se ha seleccionado la regiĂłn de pegado del portapapeles.", + "worldedit.rotate.no-interpolation": "Nota: La interpolaciĂłn aĂşn no es admisible, por lo que se recomienda ángulos mĂşltiplos de 90.", + "worldedit.rotate.rotated": "Se ha girado el contenido del portapapeles.", + "worldedit.flip.flipped": "Se ha volteado el contenido del portapapeles.", + "worldedit.clearclipboard.cleared": "§4Se ha eliminado el contenido del Portapapeles.", + "worldedit.set.done": "§2OperaciĂłn completada.", + "worldedit.set.done.verbose": "OperaciĂłn completada ({0}).", + "worldedit.line.changed": "Se han cambiado {0} bloques.", + "worldedit.line.invalid-type": "La herramienta '//line' solo funciona con selecciones cuboides o poliĂ©dricas convexas.", + "worldedit.curve.changed": "Se han cambiado {0} bloques.", + "worldedit.curve.invalid-type": "La herramienta '//curve' solo funciona con selecciones poliĂ©dricas convexas.", + "worldedit.replace.replaced": "Se han remplazado {0} bloques.", + "worldedit.stack.changed": "Se han cambiado {0} bloques. Puedes deshacer los cambios usando '//undo'.", + "worldedit.stack.intersecting-region": "El desplazamiento del stack no debe chocar con la regiĂłn colindante cuando se utiliza el bloque como unidad.", + "worldedit.regen.regenerated": "§6La zona seleccionada se ha regenerado.", + "worldedit.regen.failed": "No se han podido regenerar los chunks. Mira en la consola para obtener más detalles.", + "worldedit.walls.changed": "Se han cambiado {0} bloques.", + "worldedit.faces.changed": "Se han cambiado {0} bloques.", + "worldedit.overlay.overlaid": "Se ha superpuesto {0} bloques.", + "worldedit.naturalize.naturalized": "Se han sustituido {0} bloques para que parezcan más naturales.", + "worldedit.center.changed": "Centro establecido. (Se han cambiado {0} bloques).", + "worldedit.smooth.changed": "Se ha suavizado el terreno. {0} bloques afectados.", + "worldedit.move.moved": "Se han movido {0} bloques.", + "worldedit.deform.deformed": "Se han deformado {0} bloques.", + "worldedit.hollow.changed": "Se han cambiado {0} bloques.", + "worldedit.forest.created": "Se ha generado {0} árboles.", + "worldedit.flora.created": "Se han generado {0} plantas.", + "worldedit.unstuck.moved": "¡AhĂ­ lo tienes chaval!", + "worldedit.ascend.obstructed": "No se ha encontrado ningĂşn espacio libre por encima.", + "worldedit.ascend.moved": "Has ascendido {0} niveles.", + "worldedit.descend.obstructed": "No se ha encontrado ningĂşn espacio libre por debajo.", + "worldedit.descend.moved": "Has descendido {0} niveles.", + "worldedit.ceil.obstructed": "No se ha encontrado ningĂşn espacio libre por encima.", + "worldedit.ceil.moved": "¡Yupi!", + "worldedit.thru.obstructed": "No se ha encontrado ningĂşn espacio libre por delante.", + "worldedit.thru.moved": "¡Yupi!", + "worldedit.jumpto.moved": "¡Puf!", + "worldedit.jumpto.none": "§c¡No hay nada a la vista (o está demasiado lejos)!", + "worldedit.up.obstructed": "Debes golpear algo por encima tuyo.", + "worldedit.up.moved": "¡Yupi!", + "worldedit.cyl.invalid-radius": "Debes especificar 1 o 2 valores para el radio.", + "worldedit.cyl.created": "Se han creado {0} bloques.", + "worldedit.sphere.invalid-radius": "Debes especificar 1 o 2 valores para el radio.", + "worldedit.sphere.created": "Se ha generado una esfera con {0} bloques.", + "worldedit.forestgen.created": "Se han generado {0} árboles.", + "worldedit.pumpkins.created": "Se han generado {0} calabazas.", + "worldedit.pyramid.created": "Se ha generado una pirámide con {0} bloques.", + "worldedit.generate.created": "Se han creado {0} bloques.", + "worldedit.generatebiome.changed": "{0} biomas afectados.", + "worldedit.reload.config": "§aLa configuraciĂłn de §2WorlEdit §ase ha recargado satisfactoriamente.", + "worldedit.report.written": "Se ha generado el informe de WorldEdit en {0}.", + "worldedit.report.error": "Fallo al guardar el informe: {0}.", + "worldedit.report.callback": "Informe de WorldEdit: {0}.report", + "worldedit.timezone.invalid": "Zona horaria no válida.", + "worldedit.timezone.set": "La zona horaria para esta sesiĂłn es: {0}.", + "worldedit.timezone.current": "La hora actual en esta zona horaria es: {0}.", + "worldedit.version.version": "VersiĂłn de WorldEdit: {0}.", + "worldedit.version.bukkit.unsupported-adapter": "Esta versiĂłn de WorldEdit no es compatible con esta versiĂłn de Bukkit. Los contenedores (ej. cofres) se quedarán vacĂ­os, las propiedades (ej. rotaciĂłn) no se mantendrán, y otras cosas pueden no funcionar. Actualiza WorldEdit para restaurar la funcionalidad:\\n{0}", + "worldedit.trace.no-tracing-extents": "Seguimiento: No se ha utilizado ninguna medida.", + "worldedit.trace.action-failed": "Seguimiento: {0} acciones en {1} descartadas por la extensiĂłn {2}.", + "worldedit.trace.active.already": "El Modo Seguimiento ya está activado.", + "worldedit.trace.inactive.already": "El Modo Seguimiento ya está desactivado.", + "worldedit.trace.active": "Modo Seguimiento activado.", + "worldedit.trace.inactive": "Modo seguimiento desactivado.", + "worldedit.command.time-elapsed": "{0}seg trascurridos (historial: {1} cambiado; {2} bloques/seg).", + "worldedit.command.permissions": "No tienes permitido hacer esto. ÂżEstás en el modo correcto?", + "worldedit.command.player-only": "Este comando debe ser utilizado por un jugador.", + "worldedit.command.error.report": "Por favor, informa sobre este error: [Mira en la consola].", + "worldedit.pastebin.uploading": "§7Por favor espera, enviando el registro a pastebin...", + "worldedit.session.cant-find-session": "No se puede encontrar la sesiĂłn de {0}.", + "worldedit.platform.no-file-dialog": "Este entorno no permite mostrar diálogos.", + "worldedit.asset.load.loading": "§7Por favor espera, cargando el elemento...", + "worldedit.asset.load.still-loading": "§7Por favor espera, sigue cargando el elemento...", + "worldedit.asset.load.failed": "No se ha podido cargar el elemento.", + "worldedit.tool.max-block-changes": "Has alcanzado el nĂşmero máximo de bloques que puedes modificar.", + "worldedit.tool.no-block": "¡No hay bloque a la vista!", + "worldedit.tool.repl.equip": "§aHas asignado la Herramienta Remplazadora a §2{0}§a.", + "worldedit.tool.repl.switched": "La Herramienta Remplazadora se ha cambiado por {0}.", + "worldedit.tool.data-cycler.equip": "§aHas asignado la Herramienta de AlteraciĂłn de Bloques a §2{0}§a.", + "worldedit.tool.data-cycler.block-not-permitted": "No tienes permitido modificar el valor de este bloque.", + "worldedit.tool.data-cycler.cant-cycle": "¡Este bloque no se puede alterar!", + "worldedit.tool.data-cycler.new-value": "El valor de {0} ahora es {1}.", + "worldedit.tool.data-cycler.cycling": "Alterando el valor de {0}.", + "worldedit.tool.deltree.equip": "§aHas asignado la Herramienta de EliminaciĂłn de Ărboles Flotantes a §2{0}§a.", + "worldedit.tool.deltree.not-tree": "Esto no es un Ărbol.", + "worldedit.tool.deltree.not-floating": "Esto no es un Ărbol Flotante.", + "worldedit.tool.tree.equip": "§aHas asignado la Herramienta de GeneraciĂłn de Ărboles a §2{0}§a.", + "worldedit.tool.tree.obstructed": "No se puede generar un árbol aquĂ­.", + "worldedit.tool.info.equip": "§aHas asignado la Herramienta de InformaciĂłn a §2{0}§a.", + "worldedit.tool.info.blockstate.hover": "§7InformaciĂłn del Bloque.", + "worldedit.tool.info.internalid.hover": "§7ID Interna.", + "worldedit.tool.info.legacy.hover": "§7Heredado de la ID:InformaciĂłn.", + "worldedit.tool.info.light.hover": "§7IluminaciĂłn del Bloque/IluminaciĂłn Superior.", + "worldedit.tool.none.equip": "§cHas desvinculado la herramienta asignada.", + "worldedit.tool.none.to.unequip": "§cEste objeto no tiene ninguna herramienta asignada.", + "worldedit.tool.selwand.equip": "§aHas asignado la Herramienta de SelecciĂłn a §2{0}§a.", + "worldedit.tool.navwand.equip": "§aHas asignado la Herramienta de NavegaciĂłn a §2{0}§a.", + "worldedit.tool.floodfill.equip": "§aHas asignado la Herramienta de Relleno a §2{0}§a.", + "worldedit.tool.farwand.equip": "§aHas asignado la Herramienta de SelecciĂłn Lejana a §2{0}§a.", + "worldedit.tool.lrbuild.equip": "§aHas asignado la Herramienta de ConstrucciĂłn Lejana a §2{0}.", + "worldedit.tool.lrbuild.set": "§7BotĂłn Izquierdo â–ş {0}\\n§7BotĂłn Derecho â–ş {1}.", + "worldedit.tool.stack.equip": "§aLa herramienta de VinculaciĂłn se ha asignado a §2{0}§a.", + "worldedit.tool.unbind-instruction": "Usa {0} mientras mantienes el objeto para desvincular la herramienta.", + "worldedit.tool.superpickaxe.mode.single": "Modo simple.\\n§7Usa el botĂłn izquierdo con un pico.\\n§8Usa // para desactivar.", + "worldedit.tool.superpickaxe.mode.area": "Modo área.\\n§7Usa el botĂłn izquierdo con un pico.\\n§8Usa // para desactivar.", + "worldedit.tool.superpickaxe.mode.recursive": "Modo recursivo.\\n§7Usa el botĂłn izquierdo con un pico.\\n§8Usa // para desactivar.", + "worldedit.tool.superpickaxe.max-range": "El rango máximo es {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Ya está activado el Superpico.", + "worldedit.tool.superpickaxe.disabled.already": "Ya está desactivado el Superpico.", + "worldedit.tool.superpickaxe.enabled": "Se ha activado el Superpico.", + "worldedit.tool.superpickaxe.disabled": "Se ha desactivado el Superpico.", + "worldedit.tool.mask.set": "Se ha determinado la máscara de la brocha.", + "worldedit.tool.mask.disabled": "Se ha desactivado la máscara de la brocha.", + "worldedit.tool.material.set": "Se ha determinado el material de la brocha.", + "worldedit.tool.range.set": "Se ha determinado el rango de la brocha.", + "worldedit.tool.size.set": "Se ha determinado el tamaño de la brocha.", + "worldedit.tool.tracemask.set": "Se ha determinado el seguimiento de la máscara.", + "worldedit.tool.tracemask.disabled": "Se ha desactivado el seguimiento de la máscara.", + "worldedit.tool.error.cannot-bind": "§cLa herramienta no se puede asignar a {0}: {1}", + "worldedit.tool.error.item-only": "§cSolo se pueden asignar objetos, no bloques.", + "worldedit.execute.script-permissions": "No tienes permiso para usar rutinas.", + "worldedit.executelast.no-script": "Primero usa /cs con un nombre de rutina.", + "worldedit.script.read-error": "Error de la rutina: {0}.", + "worldedit.script.unsupported": "Solo se admiten rutinas .js", + "worldedit.script.file-not-found": "La rutina no existe: {0}.", + "worldedit.script.no-script-engine": "No se ha encontrado instalado un motor de rutinas.\\nPor favor, mira aquĂ­: https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "No se ha podido ejecutar: {0}.", + "worldedit.script.failed-console": "No se ha podido ejecutar (mira en la consola): {0}.", + "worldedit.operation.affected.biome": "{0} biomas afectados.", + "worldedit.operation.affected.block": "{0} bloques afectados.", + "worldedit.operation.affected.column": "{0} columnas afectadas.", + "worldedit.operation.affected.entity": "{0} entidades afectadas.", + "worldedit.operation.deform.expression": "Usando la deformaciĂłn {0}.", + "worldedit.error.invalid-number": "Se esperaba un nĂşmero; caracteres no válidos.", + "worldedit.error.invalid-number.matches": "Se esperaba un nĂşmero; caracteres \"{0}\" obtenidos.", + "worldedit.error.incomplete-region": "§cPrimero selecciona una regiĂłn.", + "worldedit.error.unknown-block": "No se reconoce el nombre del bloque '{0}'.", + "worldedit.error.unknown-entity": "No se reconoce el nombre de la entidad '{0}'.", + "worldedit.error.unknown-mob": "No se reconoce el nombre del mob '{0}'.", + "worldedit.error.unknown-biome": "No se reconoce el nombre del bioma '{0}'.", + "worldedit.error.unknown-tag": "No se reconoce el nombre de la etiqueta '{0}'.", + "worldedit.error.empty-tag": "La etiqueta '{0}' carece de contenido.", + "worldedit.error.no-match": "No se han encontrado coincidencias con '{0}'.", + "worldedit.error.disallowed-block": "Bloque '{0}' no admitido (mira en la configuraciĂłn de WorldEdit).", + "worldedit.error.max-changes": "Has superado el lĂ­mite máximo de bloques que puedes modificar en cada operaciĂłn. (Se han modificado {0} bloques).", + "worldedit.error.max-brush-radius": "El radio máximo (configurado) en la brocha es {0}.", + "worldedit.error.max-radius": "El radio máximo (configurado) es {0}.", + "worldedit.error.unknown-direction": "DirecciĂłn desconocida: {0}.", + "worldedit.error.empty-clipboard": "El portapapeles está vacĂ­o. Usa primero '//copy'.", + "worldedit.error.invalid-filename": "El nombre del archivo '{0}' no es válido: {1}.", + "worldedit.error.invalid-filename.invalid-characters": "Caracteres no válidos o falta la extensiĂłn.", + "worldedit.error.file-resolution": "Archivo '{0}' resoluciĂłn del error: {1}.", + "worldedit.error.file-resolution.outside-root": "La ruta no se encuentra en la raĂ­z permitida.", + "worldedit.error.file-resolution.resolve-failed": "No se ha podido resolver la ruta.", + "worldedit.error.file-aborted": "SelecciĂłn de archivos anulada.", + "worldedit.error.no-file-selected": "No has seleccionado el archivo.", + "worldedit.error.world-unloaded": "El mundo ya está descargado.", + "worldedit.error.not-a-block": "Este objeto no es un bloque.", + "worldedit.error.not-a-block.item": "El objeto '{0}' no es un bloque.", + "worldedit.error.incorrect-usage": "Debes usar: {0}.", + "worldedit.error.invalid-page": "NĂşmero de página no válido.", + "worldedit.error.parser.bad-state-format": "El formato de estado no es correcto en {0}.", + "worldedit.error.parser.duplicate-property": "Propiedad duplicada: {0}.", + "worldedit.error.parser.empty-state": "Una parte del estado está vacĂ­o.", + "worldedit.error.parser.missing-equals-separator": "Falta el separador '='.", + "worldedit.error.parser.clipboard.missing-offset": "El desplazamiento se ha especificado con @ pero no se ha especificado. Usa '#copy@[x,y,z]'.", + "worldedit.error.parser.unknown-property": "Propiedad del bloque '{1}' desconocida '{0}'.", + "worldedit.error.parser.unknown-value": "Valor de la propiedad '{1}' desconocida '{0}'.", + "worldedit.error.parser.empty-property": "La propiedad del estado está vacĂ­a.", + "worldedit.error.parser.empty-value": "El valor del estado está vacĂ­o.", + "worldedit.error.parser.invalid-colon": "SĂ­mbolo de dos puntos no válido.", + "worldedit.error.parser.invalid-expression": "ExpresiĂłn no válida: {0}", + "worldedit.error.parser.negate-nothing": "¡No se puede negar la nada!", + "worldedit.error.parser.hanging-lbracket": "Formato no válido. Falta el corchete en '{0}'.", + "worldedit.error.parser.missing-rbracket": "Falta el corchete de cierre ']'.", + "worldedit.error.parser.missing-random-type": "Falta el tipo despuĂ©s del sĂ­mbolo % para '{0}'.", + "worldedit.error.parser.clipboard.missing-coordinates": "El desplazamiento del portapapeles necesita las coordenadas x,y,z.", + "worldedit.error.parser.player-only": "¡La entrada '{0}' necesita un jugador!", + "worldedit.error.disabled": "Esta funcionalidad está desactivada (ver configuraciĂłn de WorldEdite).", + "worldedit.error.unknown": "Se ha producido un error desconocido: {0}", + "worldedit.error.missing-extent": "ExtensiĂłn desconocida.", + "worldedit.error.missing-session": "SesiĂłn local desconocida.", + "worldedit.error.missing-world": "Es necesario determinar un mundo (prueba con //world).", + "worldedit.error.missing-actor": "No se reconoce ningĂşn actor.", + "worldedit.selection.convex.info.vertices": "§5VĂ©rtices: {0}.", + "worldedit.selection.convex.info.triangles": "§5Triángulos: {0}.", + "worldedit.selection.convex.explain.primary": "Has iniciado una selecciĂłn con vĂ©rtice {0}.", + "worldedit.selection.convex.explain.secondary": "Has añadido el vĂ©rtice {0} en la selecciĂłn.", + "worldedit.selection.cuboid.info.pos1": "§5PosiciĂłn 1: {0}.", + "worldedit.selection.cuboid.info.pos2": "§5PosiciĂłn 2: {0}.", + "worldedit.selection.cuboid.explain.primary": "Primera posiciĂłn establecida en {0}.", + "worldedit.selection.cuboid.explain.primary-area": "Primera posiciĂłn establecida en {0} ({1} bloques seleccionados).", + "worldedit.selection.cuboid.explain.secondary": "Segunda posiciĂłn establecida en {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "Segunda posiciĂłn establecida en {0} ({1} bloques seleccionados).", + "worldedit.selection.extend.explain.primary": "SelecciĂłn iniciada en {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "Extender la selecciĂłn para abarcar {0} ({1}).", + "worldedit.selection.ellipsoid.info.center": "§5Centro: {0}.", + "worldedit.selection.ellipsoid.info.radius": "§5Radio X/Y/Z: {0}.", + "worldedit.selection.ellipsoid.explain.primary": "PosiciĂłn central determinada en {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "PosiciĂłn central determinada en {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "Radio determinado en {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Has determinado el radio en {0} ({1}).", + "worldedit.selection.ellipsoid.error.even-horizontal": "Los cambios de las Elipses deben ser uniformes en cada dimensiĂłn horizontal.", + "worldedit.selection.cylinder.info.center": "§5Centro: {0}.", + "worldedit.selection.cylinder.info.radius": "§5Radio: {0}.", + "worldedit.selection.cylinder.explain.primary": "Has iniciado una selecciĂłn cilĂ­ndrica en {0}.", + "worldedit.selection.cylinder.explain.secondary": "Has determinado el radio en {0}/{1} bloques ({2}).", + "worldedit.selection.cylinder.explain.secondary-missing": "Antes de determinar el radio, tienes que seleccionar el punto central.", + "worldedit.selection.cylinder.error.even-horizontal": "Los cambios de los Cilindros deben ser uniformes en cada dimensiĂłn horizontal.", + "worldedit.selection.polygon2d.info": "§5NĂşmero de Puntos: {0}.", + "worldedit.selection.polygon2d.explain.primary": "El primer punto se ha establecido en {0}.", + "worldedit.selection.polygon2d.explain.secondary": "Se ha añadido el punto nÂş{0} en {1}.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "Los polĂ­gonos sĂłlo se pueden expandir verticalmente.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "Los polĂ­gono solo se pueden contraer verticalmente.", + "worldedit.selection.sphere.explain.secondary": "Se ha determinado el radio de {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "Se ha establecido el radio en {0} ({1}).", + "worldedit.selection.null.error.immutable": "No se puede cambiar una RegiĂłn Nula.", + "worldedit.selection.intersection.error.cannot-expand": "No se puede expandir una intersecciĂłn de regiĂłn.", + "worldedit.selection.intersection.error.cannot-contract": "No se puede contraer una intersecciĂłn de regiĂłn.", + "worldedit.selection.transform.error.cannot-expand": "No se puede expandir una RegiĂłn Transformada.", + "worldedit.selection.transform.error.cannot-contract": "No se puede contraer una RegiĂłn Transformada.", + "worldedit.selection.transform.error.cannot-change": "No se puede modificar una RegiĂłn Transformada.", + "worldedit.sideeffect.lighting": "IluminaciĂłn", + "worldedit.sideeffect.lighting.description": "Actualiza la iluminaciĂłn de los bloques.", + "worldedit.sideeffect.neighbors": "Vecinos", + "worldedit.sideeffect.neighbors.description": "Notifica los cambios de los bloques cercanos.", + "worldedit.sideeffect.update": "ActualizaciĂłn", + "worldedit.sideeffect.update.description": "Notifica los cambios realizados en los bloques.", + "worldedit.sideeffect.validation": "ValidaciĂłn", + "worldedit.sideeffect.validation.description": "Repara y valida los errores inconsistentes del estado del mundo, tales como bloques desconectados.", + "worldedit.sideeffect.entity_ai": "IA de entidades", + "worldedit.sideeffect.entity_ai.description": "Actualiza las rutas de las entidades segĂşn los cambios de los bloques.", + "worldedit.sideeffect.events": "Eventos Mod/Plugin", + "worldedit.sideeffect.events.description": "Informa sobre los cambios a otros mods/plugins, cuando corresponda.", + "worldedit.sideeffect.state.on": "Activado", + "worldedit.sideeffect.state.delayed": "Aplazado", + "worldedit.sideeffect.state.off": "Desactivado", + "worldedit.sideeffect.box.current": "Actual", + "worldedit.sideeffect.box.change-to": "Clic para establecer {0}.", + "worldedit.help.command-not-found": "No se ha encontrado el comando '{0}'.", + "worldedit.help.no-subcommands": "'{0}' no es un subcomando. ÂżQuizás '{1}' sea un parámetro?", + "worldedit.help.subcommand-not-found": "No se ha encontrado el subcomando '{0}' de '{1}'.", + "worldedit.cli.stopping": "¡Deteniendo...!", + "worldedit.cli.unknown-command": "¡Comando desconocido!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/es-UY/strings.json b/config/worldedit/.archive-unpack/2e1dd752/es-UY/strings.json new file mode 100644 index 0000000..23101ae --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/es-UY/strings.json @@ -0,0 +1,414 @@ +{ + "worldedit.expand.description.vert": "Expande la regiĂłn seleccionada desde lo más bajo hasta lo más alto.", + "worldedit.expand.expanded": "La regiĂłn se ha expandido {0} bloques.", + "worldedit.expand.expanded.vert": "La regiĂłn se ha expandido {0} bloques (verticalmente).", + "worldedit.biomeinfo.lineofsight": "Biomas encontrados en la lĂ­nea de visiĂłn: {0}", + "worldedit.biomeinfo.position": "El Bioma de tu posiciĂłn es: {0}", + "worldedit.biomeinfo.selection": "Biomas encontrados en la selecciĂłn: {0}", + "worldedit.brush.radius-too-large": "El radio máximo de la brocha es de {0}.", + "worldedit.brush.apply.description": "Aplicar la brocha, aplicar una funciĂłn a cada bloque.", + "worldedit.brush.apply.radius": "El tamaño de la brocha.", + "worldedit.brush.apply.shape": "La forma de la regiĂłn.", + "worldedit.brush.apply.type": "El tipo de brocha a usar.", + "worldedit.brush.apply.item.warning": "Esta brocha simula usos de objetos. Es posible que los efectos no funcionen en todas las plataformas, puede que no se puedan deshacer los cambios y puede provocar interacciones no deseadas con otros mods/plugins. Ăšsalo bajo tu propio riesgo.", + "worldedit.brush.paint.description": "Brocha de pintura, aplica una funciĂłn a una superficie.", + "worldedit.brush.paint.size": "El tamaño de la brocha.", + "worldedit.brush.paint.shape": "La forma de la regiĂłn.", + "worldedit.brush.paint.density": "La densidad de la brocha.", + "worldedit.brush.paint.type": "El tipo de brocha a usar.", + "worldedit.brush.paint.item.warning": "Esta brocha simula usos de objetos. Es posible que los efectos no funcionen en todas las plataformas, puede que no se puedan deshacer los cambios y puede provocar interacciones no deseadas con otros mods/plugins. Ăšsalo bajo tu propio riesgo.", + "worldedit.brush.sphere.equip": "Has asignado una Brocha con forma EsfĂ©rica ({0}).", + "worldedit.brush.cylinder.equip": "Has asignado una Brocha con forma CilĂ­ndrica ({0} x {1}).", + "worldedit.brush.clipboard.equip": "Forma de pizarra esfĂ©rica equipada.", + "worldedit.brush.smooth.equip": "Has asignado una Brocha de Suavizado ({0} x {1}x usando {2}).", + "worldedit.brush.extinguish.equip": "Has asignado una Brocha de ExtinciĂłn de fuego ({0}).", + "worldedit.brush.gravity.equip": "Has asignado una Brocha de Gravedad ({0}).", + "worldedit.brush.butcher.equip": "Has asignado una Brocha de Asesino ({0}).", + "worldedit.brush.operation.equip": "Establecer pincel a {0}.", + "worldedit.brush.heightmap.equip": "Has asignado una Brocha de ElevaciĂłn de Terreno ({0}).", + "worldedit.brush.heightmap.unknown": "Brocha de ElevaciĂłn de Terreno desconocida: {0}.", + "worldedit.brush.none.equip": "La brocha se ha desvinculado del objeto actual.", + "worldedit.setbiome.changed": "Has cambiado los biomas de aproximadamente {0} bloques.", + "worldedit.setbiome.warning": "Puede ser que necesites volver a unirte al servidor (o volver a abrir el mundo) para ver cambios.", + "worldedit.drawsel.disabled": "CUI de servidor deshabilitado.", + "worldedit.drawsel.disabled.already": "El CUI de servidor ya está deshabilitado.", + "worldedit.drawsel.enabled.already": "El CUI de servidor ya está habilitado.", + "worldedit.limit.too-high": "Su lĂ­mite máximo permitido es {0}.", + "worldedit.limit.set": "LĂ­mite de bloques establecido a {0}.", + "worldedit.limit.return-to-default": "(Usa //limit para volver al valor por defecto).", + "worldedit.timeout.too-high": "El tiempo de espera máximo es de {0}ms.", + "worldedit.timeout.set": "El tiempo de espera máximo se ha establecido en {0}ms.", + "worldedit.timeout.return-to-default": " (Usa //timeout para volver al valor por defecto).", + "worldedit.fast.disabled": "Modo rápido deshabilitado.", + "worldedit.fast.enabled": "Modo rápido habilitado. Puede ser que la iluminaciĂłn en los chunks afectados sea errĂłnea, y que necesites volver a unirte para ver cambios.", + "worldedit.fast.disabled.already": "El modo rápido ya está deshabilitado.", + "worldedit.fast.enabled.already": "El modo rápido ya está habilitado.", + "worldedit.perf.sideeffect.set": "El Efecto Secundario \"{0}\" establecido en {1}.", + "worldedit.perf.sideeffect.get": "El Efecto Secundario \"{0}\" está establecido en {1}.", + "worldedit.perf.sideeffect.already-set": "El Efecto Secundario \"{0}\" ya está {1}.", + "worldedit.perf.sideeffect.set-all": "Todos los efectos secundarios están determinados como {0}.", + "worldedit.reorder.current": "El modo reordenaciĂłn está {0}.", + "worldedit.reorder.set": "Ahora está {0} el modo reordenaciĂłn.", + "worldedit.gmask.disabled": "Mascara global deshabilitada.", + "worldedit.gmask.set": "Mascara global establecida.", + "worldedit.toggleplace.pos1": "Ahora determina la primera posiciĂłn.", + "worldedit.toggleplace.player": "Coloca el bloque donde estás.", + "worldedit.toggleplace.not-locatable": "No se puede alternar la colocaciĂłn en este contexto.", + "worldedit.searchitem.too-short": "Introduce una cadena de bĂşsqueda más larga (longitud > 2).", + "worldedit.searchitem.either-b-or-i": "No puedes usar las funciones 'b' e 'i' al mismo tiempo.", + "worldedit.searchitem.searching": "(Por favor espera... buscando objetos.)", + "worldedit.watchdog.no-hook": "Esta plataforma no admite el rastreador.", + "worldedit.watchdog.active.already": "El rastreador ya está activo.", + "worldedit.watchdog.inactive.already": "El rastreador ya está inactivo.", + "worldedit.watchdog.active": "Se ha activado el rastreador.", + "worldedit.watchdog.inactive": "Se ha desactivado el rastreador.", + "worldedit.world.remove": "Se ha eliminado el mundo de sustituciĂłn.", + "worldedit.world.set": "Determina el mundo a sustituir {0}. (Usa //world para restablecerlo).", + "worldedit.undo.undone": "Se han desecho {0} ediciones.", + "worldedit.undo.none": "Nada que deshacer.", + "worldedit.redo.redone": "Se han rehecho {0} ediciones.", + "worldedit.redo.none": "No hay nada que rehacer.", + "worldedit.clearhistory.cleared": "Se ha eliminado el historial de ediciones.", + "worldedit.raytrace.noblock": "¡No hay bloques a la vista!", + "worldedit.restore.not-configured": "No se ha configurado la funciĂłn de restauraciĂłn (snapshot).", + "worldedit.restore.not-available": "El Punto de RestauraciĂłn no está disponible o no existe.", + "worldedit.restore.failed": "Fallo al cargar el Punto de RestauraciĂłn: {0}.", + "worldedit.restore.loaded": "Se ha cargado el Punto de RestauraciĂłn (Snapshot) '{0}'. Efectuando la restauraciĂłn...", + "worldedit.restore.restored": "RestauraciĂłn concluida. Faltan {0} chunks y otros {1} errores.", + "worldedit.restore.none-for-specific-world": "No se han encontrado más Puntos de RestauraciĂłn del mundo '{0}'.", + "worldedit.restore.none-for-world": "No se han encontrado Puntos de RestauraciĂłn de este Mundo.", + "worldedit.restore.none-found": "No se han encontrado Puntos de RestauraciĂłn.", + "worldedit.restore.none-found-console": "No se encontraron snapshots. Ve la consola para más detalles.", + "worldedit.restore.chunk-not-present": "No se han encontrado chunks en el Punto de RestauraciĂłn.", + "worldedit.restore.chunk-load-failed": "No se han podido cargar los chunks. Puede que el archivo correspondiente estĂ© corrupto.", + "worldedit.restore.block-place-failed": "Los errores ocurridos han impedido restaurar los bloques.", + "worldedit.restore.block-place-error": "Ăšltimo error: {0}", + "worldedit.snapshot.use.newest": "Ahora se está usando un Punto de RestauraciĂłn más reciente.", + "worldedit.snapshot.use": "Snapshot establecida a: {0}", + "worldedit.snapshot.none-before": "No se pudo encontrar una snapshot de antes de {0}.", + "worldedit.snapshot.none-after": "No se pudo encontrar una snapshot despuĂ©s de {0}.", + "worldedit.snapshot.index-above-0": "ĂŤndice inválido, debe ser mayor o igual a 1.", + "worldedit.snapshot.index-oob": "ĂŤndice inválido, debe ser entre 1 y {0}.", + "worldedit.schematic.unknown-format": "Formato de schematic desconocido: {0}.", + "worldedit.schematic.load.does-not-exist": "¡La schematic {0} no existe!", + "worldedit.schematic.load.loading": "(Espera, cargando la schematic...)", + "worldedit.schematic.load.still-loading": "(Espera, todavĂ­a cargando la schematic...)", + "worldedit.schematic.save.already-exists": "Esa schematic ya existe. Usa el parámetro -f para sobrescribirla.", + "worldedit.schematic.save.failed-directory": "¡No se pudo crear la carpeta para las schematics!", + "worldedit.schematic.save.saving": "(Espera, guardando la schematic...)", + "worldedit.schematic.save.still-saving": "(Espera, todavĂ­a guardando la schematic...)", + "worldedit.schematic.delete.does-not-exist": "¡La schematic {0} no existe!", + "worldedit.schematic.delete.failed": "¡No se pudo eliminar {0}! ÂżAcaso es de solo lectura?", + "worldedit.schematic.delete.deleted": "El schematic '{0}' se ha eliminado correctamente.", + "worldedit.schematic.formats.title": "Formatos de portapapeles disponibles (Nombre: nombres de bĂşsqueda).", + "worldedit.schematic.unsupported-minecraft-version": "Esta versiĂłn de WorldEdit no soporta tu versiĂłn de Minecraft. Las schematics no funcionarán hasta que se resolva este problema.", + "worldedit.pos.already-set": "Esta posiciĂłn ya está determinada.", + "worldedit.pos.console-require-coords": "Debes proporcionar las coordenadas en consola.", + "worldedit.hpos.no-block": "¡No hay bloques a la vista!", + "worldedit.hpos.already-set": "Esta posiciĂłn ya está determinada.", + "worldedit.chunk.selected-multiple": "Chunks seleccionados: ({0}, {1}, {2}) â–ş ({3}, {4}, {5}).", + "worldedit.chunk.selected": "Chunk seleccionado: {0}, {1}, {2}.", + "worldedit.wand.invalid": "La Herramienta de SelecciĂłn asociada está desactivada o mal configurada.", + "worldedit.wand.selwand.info": "§7BotĂłn Izquierdo â–ş Seleccionar la 1ÂŞ posiciĂłn.\\n§7BotĂłn Derecho â–ş Seleccionar la 2ÂŞ posiciĂłn.", + "worldedit.wand.navwand.info": "§7BotĂłn Izquierdo â–ş Aparecer en el lugar señalado.\\n§7BotĂłn Derecho â–ş Atravesar paredes.", + "worldedit.wand.selwand.now.tool": "Ahora la herramienta de selecciĂłn es correcta. Puedes desactivarla con {0} y volver a asignarla a un objeto con {1} o conseguir una nueva con {2}.", + "worldedit.contract.contracted": "La regiĂłn se ha contraĂ­do {0} bloques.", + "worldedit.shift.shifted": "La regiĂłn se ha desplazado.", + "worldedit.outset.outset": "La regiĂłn se ha expandido.", + "worldedit.inset.inset": "La regiĂłn se ha contraĂ­do.", + "worldedit.size.offset": "Desplazado: {0}.", + "worldedit.size.type": "§8§m------------------------------§r\\n§5Tipo: {0}.", + "worldedit.size.size": "§5Tamaño: {0}.", + "worldedit.size.distance": "§5Distancia: {0}.", + "worldedit.size.blocks": "§5Cantidad de Bloques: {0}.", + "worldedit.count.counted": "§5Cantidad {0}.", + "worldedit.distr.no-blocks": "No ha bloques enumerados.", + "worldedit.distr.no-previous": "No existe un distribuciĂłn anterior.", + "worldedit.distr.total": "NĂşmero Total de Bloques: {0}.", + "worldedit.select.cleared": "§cHas deseleccionado la zona.", + "worldedit.select.cuboid.message": "SelecciĂłn CĂşbica.\\n§7BotĂłn Izquierdo â–ş Seleccionar el 1Âş punto.\\n§7BotĂłn Derecho â–ş Seleccionar el 2Âş punto.", + "worldedit.select.cuboid.description": "§7Selecciona las dos esquinas del cuboide.", + "worldedit.select.extend.message": "ExtensiĂłn de Cuboide.\\n§7BotĂłn Izquierdo â–ş Seleccionar el punto inicial.\\n§7BotĂłn Derecho â–ş Expandir.", + "worldedit.select.extend.description": "Modo Rápido de selecciĂłn de cuboides.", + "worldedit.select.poly.message": "SelecciĂłn de Poligonal.\\n§7BotĂłn Izquierdo â–ş Seleccionar el punto inicial.\\n§7BotĂłn Derecho â–ş Añadir puntos.", + "worldedit.select.poly.limit-message": "{0} puntos como máximo.", + "worldedit.select.poly.description": "Selecciona una regiĂłn poligonal.", + "worldedit.select.ellipsoid.message": "SelecciĂłn de Elipsoidal.\\n§7BotĂłn Izquierdo â–ş Seleccionar el Centro.\\n§7BotĂłn Derecho â–ş Seleccionar la extensiĂłn.", + "worldedit.select.ellipsoid.description": "Selecciona un regiĂłn con forma elĂ­ptica.", + "worldedit.select.sphere.message": "SelecciĂłn EsfĂ©rica.\\n§7BotĂłn Izquierdo â–ş Seleccionar el Centro.\\n§7BotĂłn Derecho â–ş Determinar el radio.", + "worldedit.select.sphere.description": "Selecciona un regiĂłn con forma esfĂ©rica.", + "worldedit.select.cyl.message": "SelecciĂłn CilĂ­ndrica.\\n§7BotĂłn Izquierdo â–ş Seleccionar el Centro.\\n§7BotĂłn Derecho â–ş Seleccionar la extensiĂłn.", + "worldedit.select.cyl.description": "Selecciona un regiĂłn con forma cilĂ­ndrica.", + "worldedit.select.convex.message": "SelecciĂłn PoliĂ©drica Convexa.\\n§7BotĂłn Izquierdo â–ş Seleccionar el primer vĂ©rtice.\\n§7BotĂłn Derecho â–ş Añadir más vĂ©rtices.", + "worldedit.select.convex.limit-message": "El lĂ­mite es de {0} puntos como máximo.", + "worldedit.select.convex.description": "Selecciona un regiĂłn con forma de Poliedro Convexo.", + "worldedit.select.default-set": "La forma actual de selecciĂłn es {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}.", + "worldedit.chunkinfo.old-filename": "Formato antiguo: {0}.", + "worldedit.chunkinfo.mcregion-filename": "RegiĂłn MC: RegiĂłn/{0}.", + "worldedit.listchunks.listfor": "Listando para: {0}.", + "worldedit.drain.drained": "Se han vaciado {0} bloques.", + "worldedit.fill.created": "Se han rellenado {0} bloques.", + "worldedit.fillr.created": "Se han rellenado {0} bloques.", + "worldedit.fixlava.fixed": "Se han nivelado {0} bloques de lava.", + "worldedit.fixwater.fixed": "Se han nivelado {0} bloques de agua.", + "worldedit.removeabove.removed": "Se han eliminado {0} bloques.", + "worldedit.removebelow.removed": "Se han eliminado {0} bloques.", + "worldedit.removenear.removed": "Se han eliminado {0} bloques.", + "worldedit.replacenear.replaced": "Se han remplazado {0} bloques.", + "worldedit.snow.created": "Se han cubierto {0} superficies.", + "worldedit.thaw.removed": "Se han descongelado {0} bloques.", + "worldedit.green.changed": "Se han enverdecido {0} bloques.", + "worldedit.extinguish.removed": "Se han extinguido {0} focos en llamas.", + "worldedit.butcher.killed": "Se han eliminado {0} criaturas en un radio de {1}.", + "worldedit.butcher.explain-all": "Usa -1 para eliminar todas las criaturas de los chunks cargados.", + "worldedit.remove.removed": "Se han marcado {0} entidades para su eliminaciĂłn.", + "worldedit.remove.explain-all": "Usa -1 para eliminar todas las entidades de los chunks cargados.", + "worldedit.calc.invalid": "'{0}' no puede ser analizado como una expresiĂłn válida.", + "worldedit.calc.invalid.with-error": "'{0}' no puede ser analizado como una expresiĂłn válida: '{1}'", + "worldedit.paste.pasted": "El contenido del portapapeles ha sido pegado en {0}.", + "worldedit.paste.selected": "Se ha seleccionado la regiĂłn de pegado del portapapeles.", + "worldedit.rotate.no-interpolation": "Nota: La interpolaciĂłn aĂşn no es admisible, por lo que se recomienda ángulos mĂşltiplos de 90.", + "worldedit.rotate.rotated": "Se ha girado el contenido del portapapeles.", + "worldedit.flip.flipped": "Se ha volteado el contenido del portapapeles.", + "worldedit.clearclipboard.cleared": "§4Se ha eliminado el contenido del Portapapeles.", + "worldedit.set.done": "§2OperaciĂłn completada.", + "worldedit.set.done.verbose": "OperaciĂłn completada ({0}).", + "worldedit.line.changed": "Se han cambiado {0} bloques.", + "worldedit.line.invalid-type": "La herramienta '//line' solo funciona con selecciones cuboides o poliĂ©dricas convexas.", + "worldedit.curve.changed": "Se han cambiado {0} bloques.", + "worldedit.curve.invalid-type": "La herramienta '//curve' solo funciona con selecciones poliĂ©dricas convexas.", + "worldedit.replace.replaced": "Se han remplazado {0} bloques.", + "worldedit.stack.changed": "Se han cambiado {0} bloques. Puedes deshacer los cambios usando '//undo'.", + "worldedit.stack.intersecting-region": "El desplazamiento del stack no debe chocar con la regiĂłn colindante cuando se utiliza el bloque como unidad.", + "worldedit.regen.regenerated": "§6La zona seleccionada se ha regenerado.", + "worldedit.regen.failed": "No se han podido regenerar los chunks. Mira en la consola para obtener más detalles.", + "worldedit.walls.changed": "Se han cambiado {0} bloques.", + "worldedit.faces.changed": "Se han cambiado {0} bloques.", + "worldedit.overlay.overlaid": "Se ha superpuesto {0} bloques.", + "worldedit.naturalize.naturalized": "Se han sustituido {0} bloques para que parezcan más naturales.", + "worldedit.center.changed": "Centro establecido. (Se han cambiado {0} bloques).", + "worldedit.smooth.changed": "Se ha suavizado el terreno. {0} bloques afectados.", + "worldedit.move.moved": "Se han movido {0} bloques.", + "worldedit.deform.deformed": "Se han deformado {0} bloques.", + "worldedit.hollow.changed": "Se han cambiado {0} bloques.", + "worldedit.forest.created": "Se ha generado {0} árboles.", + "worldedit.flora.created": "Se han generado {0} plantas.", + "worldedit.unstuck.moved": "¡AhĂ­ lo tienes chaval!", + "worldedit.ascend.obstructed": "No se ha encontrado ningĂşn espacio libre por encima.", + "worldedit.ascend.moved": "Has ascendido {0} niveles.", + "worldedit.descend.obstructed": "No se ha encontrado ningĂşn espacio libre por debajo.", + "worldedit.descend.moved": "Has descendido {0} niveles.", + "worldedit.ceil.obstructed": "No se ha encontrado ningĂşn espacio libre por encima.", + "worldedit.ceil.moved": "¡Yupi!", + "worldedit.thru.obstructed": "No se ha encontrado ningĂşn espacio libre por delante.", + "worldedit.thru.moved": "¡Yupi!", + "worldedit.jumpto.moved": "¡Puf!", + "worldedit.jumpto.none": "§c¡No hay nada a la vista (o está demasiado lejos)!", + "worldedit.up.obstructed": "Debes golpear algo por encima tuyo.", + "worldedit.up.moved": "¡Yupi!", + "worldedit.cyl.invalid-radius": "Debes especificar 1 o 2 valores para el radio.", + "worldedit.cyl.created": "Se han creado {0} bloques.", + "worldedit.sphere.invalid-radius": "Debes especificar 1 o 2 valores para el radio.", + "worldedit.sphere.created": "Se ha generado una esfera con {0} bloques.", + "worldedit.forestgen.created": "Se han generado {0} árboles.", + "worldedit.pumpkins.created": "Se han generado {0} calabazas.", + "worldedit.pyramid.created": "Se ha generado una pirámide con {0} bloques.", + "worldedit.generate.created": "Se han creado {0} bloques.", + "worldedit.generatebiome.changed": "{0} biomas afectados.", + "worldedit.reload.config": "§aLa configuraciĂłn de §2WorlEdit §ase ha recargado satisfactoriamente.", + "worldedit.report.written": "Se ha generado el informe de WorldEdit en {0}.", + "worldedit.report.error": "Fallo al guardar el informe: {0}.", + "worldedit.report.callback": "Informe de WorldEdit: {0}.report", + "worldedit.timezone.invalid": "Zona horaria no válida.", + "worldedit.timezone.set": "La zona horaria para esta sesiĂłn es: {0}.", + "worldedit.timezone.current": "La hora actual en esta zona horaria es: {0}.", + "worldedit.version.version": "VersiĂłn de WorldEdit: {0}.", + "worldedit.version.bukkit.unsupported-adapter": "Esta versiĂłn de WorldEdit no es compatible con esta versiĂłn de Bukkit. Los contenedores (ej. cofres) se quedarán vacĂ­os, las propiedades (ej. rotaciĂłn) no se mantendrán, y otras cosas pueden no funcionar. Actualiza WorldEdit para restaurar la funcionalidad:\\n{0}", + "worldedit.trace.no-tracing-extents": "Seguimiento: No se ha utilizado ninguna medida.", + "worldedit.trace.action-failed": "Seguimiento: {0} acciones en {1} descartadas por la extensiĂłn {2}.", + "worldedit.trace.active.already": "El Modo Seguimiento ya está activado.", + "worldedit.trace.inactive.already": "El Modo Seguimiento ya está desactivado.", + "worldedit.trace.active": "Modo Seguimiento activado.", + "worldedit.trace.inactive": "Modo seguimiento desactivado.", + "worldedit.command.time-elapsed": "{0}seg trascurridos (historial: {1} cambiado; {2} bloques/seg).", + "worldedit.command.permissions": "No tienes permitido hacer esto. ÂżEstás en el modo correcto?", + "worldedit.command.player-only": "Este comando debe ser utilizado por un jugador.", + "worldedit.command.error.report": "Por favor, informa sobre este error: [Mira en la consola].", + "worldedit.pastebin.uploading": "§7Por favor espera, enviando el registro a pastebin...", + "worldedit.session.cant-find-session": "No se puede encontrar la sesiĂłn de {0}.", + "worldedit.platform.no-file-dialog": "Este entorno no permite mostrar diálogos.", + "worldedit.asset.load.loading": "§7Por favor espera, cargando el elemento...", + "worldedit.asset.load.still-loading": "§7Por favor espera, sigue cargando el elemento...", + "worldedit.asset.load.failed": "No se ha podido cargar el elemento.", + "worldedit.tool.max-block-changes": "Has alcanzado el nĂşmero máximo de bloques que puedes modificar.", + "worldedit.tool.no-block": "¡No hay bloque a la vista!", + "worldedit.tool.repl.equip": "§aHas asignado la Herramienta Remplazadora a §2{0}§a.", + "worldedit.tool.repl.switched": "La Herramienta Remplazadora se ha cambiado por {0}.", + "worldedit.tool.data-cycler.equip": "§aHas asignado la Herramienta de AlteraciĂłn de Bloques a §2{0}§a.", + "worldedit.tool.data-cycler.block-not-permitted": "No tienes permitido modificar el valor de este bloque.", + "worldedit.tool.data-cycler.cant-cycle": "¡Este bloque no se puede alterar!", + "worldedit.tool.data-cycler.new-value": "El valor de {0} ahora es {1}.", + "worldedit.tool.data-cycler.cycling": "Alterando el valor de {0}.", + "worldedit.tool.deltree.equip": "§aHas asignado la Herramienta de EliminaciĂłn de Ărboles Flotantes a §2{0}§a.", + "worldedit.tool.deltree.not-tree": "Esto no es un Ărbol.", + "worldedit.tool.deltree.not-floating": "Esto no es un Ărbol Flotante.", + "worldedit.tool.tree.equip": "§aHas asignado la Herramienta de GeneraciĂłn de Ărboles a §2{0}§a.", + "worldedit.tool.tree.obstructed": "No se puede generar un árbol aquĂ­.", + "worldedit.tool.info.equip": "§aHas asignado la Herramienta de InformaciĂłn a §2{0}§a.", + "worldedit.tool.info.blockstate.hover": "§7InformaciĂłn del Bloque.", + "worldedit.tool.info.internalid.hover": "§7ID Interna.", + "worldedit.tool.info.legacy.hover": "§7Heredado de la ID:InformaciĂłn.", + "worldedit.tool.info.light.hover": "§7IluminaciĂłn del Bloque/IluminaciĂłn Superior.", + "worldedit.tool.none.equip": "§cHas desvinculado la herramienta asignada.", + "worldedit.tool.none.to.unequip": "§cEste objeto no tiene ninguna herramienta asignada.", + "worldedit.tool.selwand.equip": "§aHas asignado la Herramienta de SelecciĂłn a §2{0}§a.", + "worldedit.tool.navwand.equip": "§aHas asignado la Herramienta de NavegaciĂłn a §2{0}§a.", + "worldedit.tool.floodfill.equip": "§aHas asignado la Herramienta de Relleno a §2{0}§a.", + "worldedit.tool.farwand.equip": "§aHas asignado la Herramienta de SelecciĂłn Lejana a §2{0}§a.", + "worldedit.tool.lrbuild.equip": "§aHas asignado la Herramienta de ConstrucciĂłn Lejana a §2{0}.", + "worldedit.tool.lrbuild.set": "§7BotĂłn Izquierdo â–ş {0}\\n§7BotĂłn Derecho â–ş {1}.", + "worldedit.tool.stack.equip": "§aLa herramienta de VinculaciĂłn se ha asignado a §2{0}§a.", + "worldedit.tool.unbind-instruction": "Usa {0} mientras mantienes el objeto para desvincular la herramienta.", + "worldedit.tool.superpickaxe.mode.single": "Modo simple.\\n§7Usa el botĂłn izquierdo con un pico.\\n§8Usa // para desactivar.", + "worldedit.tool.superpickaxe.mode.area": "Modo área.\\n§7Usa el botĂłn izquierdo con un pico.\\n§8Usa // para desactivar.", + "worldedit.tool.superpickaxe.mode.recursive": "Modo recursivo.\\n§7Usa el botĂłn izquierdo con un pico.\\n§8Usa // para desactivar.", + "worldedit.tool.superpickaxe.max-range": "El rango máximo es {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Ya está activado el Superpico.", + "worldedit.tool.superpickaxe.disabled.already": "Ya está desactivado el Superpico.", + "worldedit.tool.superpickaxe.enabled": "Se ha activado el Superpico.", + "worldedit.tool.superpickaxe.disabled": "Se ha desactivado el Superpico.", + "worldedit.tool.mask.set": "Se ha determinado la máscara de la brocha.", + "worldedit.tool.mask.disabled": "Se ha desactivado la máscara de la brocha.", + "worldedit.tool.material.set": "Se ha determinado el material de la brocha.", + "worldedit.tool.range.set": "Se ha determinado el rango de la brocha.", + "worldedit.tool.size.set": "Se ha determinado el tamaño de la brocha.", + "worldedit.tool.tracemask.set": "Se ha determinado el seguimiento de la máscara.", + "worldedit.tool.tracemask.disabled": "Se ha desactivado el seguimiento de la máscara.", + "worldedit.tool.error.cannot-bind": "§cLa herramienta no se puede asignar a {0}: {1}", + "worldedit.tool.error.item-only": "§cSolo se pueden asignar objetos, no bloques.", + "worldedit.execute.script-permissions": "No tienes permiso para usar rutinas.", + "worldedit.executelast.no-script": "Primero usa /cs con un nombre de rutina.", + "worldedit.script.read-error": "Error de la rutina: {0}.", + "worldedit.script.unsupported": "Solo se admiten rutinas .js", + "worldedit.script.file-not-found": "La rutina no existe: {0}.", + "worldedit.script.no-script-engine": "No se ha encontrado instalado un motor de rutinas.\\nPor favor, mira aquĂ­: https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "No se ha podido ejecutar: {0}.", + "worldedit.script.failed-console": "No se ha podido ejecutar (mira en la consola): {0}.", + "worldedit.operation.affected.biome": "{0} biomas afectados.", + "worldedit.operation.affected.block": "{0} bloques afectados.", + "worldedit.operation.affected.column": "{0} columnas afectadas.", + "worldedit.operation.affected.entity": "{0} entidades afectadas.", + "worldedit.operation.deform.expression": "Usando la deformaciĂłn {0}.", + "worldedit.error.invalid-number": "Se esperaba un nĂşmero; caracteres no válidos.", + "worldedit.error.invalid-number.matches": "Se esperaba un nĂşmero; caracteres \"{0}\" obtenidos.", + "worldedit.error.incomplete-region": "§cPrimero selecciona una regiĂłn.", + "worldedit.error.unknown-block": "No se reconoce el nombre del bloque '{0}'.", + "worldedit.error.unknown-entity": "No se reconoce el nombre de la entidad '{0}'.", + "worldedit.error.unknown-mob": "No se reconoce el nombre del mob '{0}'.", + "worldedit.error.unknown-biome": "No se reconoce el nombre del bioma '{0}'.", + "worldedit.error.unknown-tag": "No se reconoce el nombre de la etiqueta '{0}'.", + "worldedit.error.empty-tag": "La etiqueta '{0}' carece de contenido.", + "worldedit.error.no-match": "No se han encontrado coincidencias con '{0}'.", + "worldedit.error.disallowed-block": "Bloque '{0}' no admitido (mira en la configuraciĂłn de WorldEdit).", + "worldedit.error.max-changes": "Has superado el lĂ­mite máximo de bloques que puedes modificar en cada operaciĂłn. (Se han modificado {0} bloques).", + "worldedit.error.max-brush-radius": "El radio máximo (configurado) en la brocha es {0}.", + "worldedit.error.max-radius": "El radio máximo (configurado) es {0}.", + "worldedit.error.unknown-direction": "DirecciĂłn desconocida: {0}.", + "worldedit.error.empty-clipboard": "El portapapeles está vacĂ­o. Usa primero '//copy'.", + "worldedit.error.invalid-filename": "El nombre del archivo '{0}' no es válido: {1}.", + "worldedit.error.invalid-filename.invalid-characters": "Caracteres no válidos o falta la extensiĂłn.", + "worldedit.error.file-resolution": "Archivo '{0}' resoluciĂłn del error: {1}.", + "worldedit.error.file-resolution.outside-root": "La ruta no se encuentra en la raĂ­z permitida.", + "worldedit.error.file-resolution.resolve-failed": "No se ha podido resolver la ruta.", + "worldedit.error.file-aborted": "SelecciĂłn de archivos anulada.", + "worldedit.error.no-file-selected": "No has seleccionado el archivo.", + "worldedit.error.world-unloaded": "El mundo ya está descargado.", + "worldedit.error.not-a-block": "Este objeto no es un bloque.", + "worldedit.error.not-a-block.item": "El objeto '{0}' no es un bloque.", + "worldedit.error.incorrect-usage": "Debes usar: {0}.", + "worldedit.error.invalid-page": "NĂşmero de página no válido.", + "worldedit.error.parser.bad-state-format": "El formato de estado no es correcto en {0}.", + "worldedit.error.parser.duplicate-property": "Propiedad duplicada: {0}.", + "worldedit.error.parser.empty-state": "Una parte del estado está vacĂ­o.", + "worldedit.error.parser.missing-equals-separator": "Falta el separador '='.", + "worldedit.error.parser.clipboard.missing-offset": "El desplazamiento se ha especificado con @ pero no se ha especificado. Usa '#copy@[x,y,z]'.", + "worldedit.error.parser.unknown-property": "Propiedad del bloque '{1}' desconocida '{0}'.", + "worldedit.error.parser.unknown-value": "Valor de la propiedad '{1}' desconocida '{0}'.", + "worldedit.error.parser.empty-property": "La propiedad del estado está vacĂ­a.", + "worldedit.error.parser.empty-value": "El valor del estado está vacĂ­o.", + "worldedit.error.parser.invalid-colon": "SĂ­mbolo de dos puntos no válido.", + "worldedit.error.parser.invalid-expression": "ExpresiĂłn no válida: {0}", + "worldedit.error.parser.negate-nothing": "¡No se puede negar la nada!", + "worldedit.error.parser.hanging-lbracket": "Formato no válido. Falta el corchete en '{0}'.", + "worldedit.error.parser.missing-rbracket": "Falta el corchete de cierre ']'.", + "worldedit.error.parser.missing-random-type": "Falta el tipo despuĂ©s del sĂ­mbolo % para '{0}'.", + "worldedit.error.parser.clipboard.missing-coordinates": "El desplazamiento del portapapeles necesita las coordenadas x,y,z.", + "worldedit.error.parser.player-only": "¡La entrada '{0}' necesita un jugador!", + "worldedit.error.disabled": "Esta funcionalidad está desactivada (ver configuraciĂłn de WorldEdite).", + "worldedit.error.unknown": "Se ha producido un error desconocido: {0}", + "worldedit.error.missing-extent": "ExtensiĂłn desconocida.", + "worldedit.error.missing-session": "SesiĂłn local desconocida.", + "worldedit.error.missing-world": "Es necesario determinar un mundo (prueba con //world).", + "worldedit.error.missing-actor": "No se reconoce ningĂşn actor.", + "worldedit.selection.convex.info.vertices": "§5VĂ©rtices: {0}.", + "worldedit.selection.convex.info.triangles": "§5Triángulos: {0}.", + "worldedit.selection.convex.explain.primary": "Has iniciado una selecciĂłn con vĂ©rtice {0}.", + "worldedit.selection.convex.explain.secondary": "Has añadido el vĂ©rtice {0} en la selecciĂłn.", + "worldedit.selection.cuboid.info.pos1": "§5PosiciĂłn 1: {0}.", + "worldedit.selection.cuboid.info.pos2": "§5PosiciĂłn 2: {0}.", + "worldedit.selection.cuboid.explain.primary": "Primera posiciĂłn establecida en {0}.", + "worldedit.selection.cuboid.explain.primary-area": "Primera posiciĂłn establecida en {0} ({1} bloques seleccionados).", + "worldedit.selection.cuboid.explain.secondary": "Segunda posiciĂłn establecida en {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "Segunda posiciĂłn establecida en {0} ({1} bloques seleccionados).", + "worldedit.selection.extend.explain.primary": "SelecciĂłn iniciada en {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "Extender la selecciĂłn para abarcar {0} ({1}).", + "worldedit.selection.ellipsoid.info.center": "§5Centro: {0}.", + "worldedit.selection.ellipsoid.info.radius": "§5Radio X/Y/Z: {0}.", + "worldedit.selection.ellipsoid.explain.primary": "PosiciĂłn central determinada en {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "PosiciĂłn central determinada en {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "Radio determinado en {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Has determinado el radio en {0} ({1}).", + "worldedit.selection.ellipsoid.error.even-horizontal": "Los cambios de las Elipses deben ser uniformes en cada dimensiĂłn horizontal.", + "worldedit.selection.cylinder.info.center": "§5Centro: {0}.", + "worldedit.selection.cylinder.info.radius": "§5Radio: {0}.", + "worldedit.selection.cylinder.explain.primary": "Has iniciado una selecciĂłn cilĂ­ndrica en {0}.", + "worldedit.selection.cylinder.explain.secondary": "Has determinado el radio en {0}/{1} bloques ({2}).", + "worldedit.selection.cylinder.explain.secondary-missing": "Antes de determinar el radio, tienes que seleccionar el punto central.", + "worldedit.selection.cylinder.error.even-horizontal": "Los cambios de los Cilindros deben ser uniformes en cada dimensiĂłn horizontal.", + "worldedit.selection.polygon2d.info": "§5NĂşmero de Puntos: {0}.", + "worldedit.selection.polygon2d.explain.primary": "El primer punto se ha establecido en {0}.", + "worldedit.selection.polygon2d.explain.secondary": "Se ha añadido el punto nÂş{0} en {1}.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "Los polĂ­gonos sĂłlo se pueden expandir verticalmente.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "Los polĂ­gono solo se pueden contraer verticalmente.", + "worldedit.selection.sphere.explain.secondary": "Se ha determinado el radio de {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "Se ha establecido el radio en {0} ({1}).", + "worldedit.selection.null.error.immutable": "No se puede cambiar una RegiĂłn Nula.", + "worldedit.selection.intersection.error.cannot-expand": "No se puede expandir una intersecciĂłn de regiĂłn.", + "worldedit.selection.intersection.error.cannot-contract": "No se puede contraer una intersecciĂłn de regiĂłn.", + "worldedit.selection.transform.error.cannot-expand": "No se puede expandir una RegiĂłn Transformada.", + "worldedit.selection.transform.error.cannot-contract": "No se puede contraer una RegiĂłn Transformada.", + "worldedit.selection.transform.error.cannot-change": "No se puede modificar una RegiĂłn Transformada.", + "worldedit.sideeffect.lighting": "IluminaciĂłn", + "worldedit.sideeffect.lighting.description": "Actualiza la iluminaciĂłn de los bloques.", + "worldedit.sideeffect.neighbors": "Vecinos", + "worldedit.sideeffect.neighbors.description": "Notifica los cambios de los bloques cercanos.", + "worldedit.sideeffect.update": "ActualizaciĂłn", + "worldedit.sideeffect.update.description": "Notifica los cambios realizados en los bloques.", + "worldedit.sideeffect.validation": "ValidaciĂłn", + "worldedit.sideeffect.validation.description": "Repara y valida los errores inconsistentes del estado del mundo, tales como bloques desconectados.", + "worldedit.sideeffect.entity_ai": "IA de entidades", + "worldedit.sideeffect.entity_ai.description": "Actualiza las rutas de las entidades segĂşn los cambios de los bloques.", + "worldedit.sideeffect.events": "Eventos Mod/Plugin", + "worldedit.sideeffect.events.description": "Informa sobre los cambios a otros mods/plugins, cuando corresponda.", + "worldedit.sideeffect.state.on": "Activado", + "worldedit.sideeffect.state.delayed": "Aplazado", + "worldedit.sideeffect.state.off": "Desactivado", + "worldedit.sideeffect.box.current": "Actual", + "worldedit.sideeffect.box.change-to": "Clic para establecer {0}.", + "worldedit.help.command-not-found": "No se ha encontrado el comando '{0}'.", + "worldedit.help.no-subcommands": "'{0}' no es un subcomando. ÂżQuizás '{1}' sea un parámetro?", + "worldedit.help.subcommand-not-found": "No se ha encontrado el subcomando '{0}' de '{1}'.", + "worldedit.cli.stopping": "¡Deteniendo...!", + "worldedit.cli.unknown-command": "¡Comando desconocido!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/es-VE/strings.json b/config/worldedit/.archive-unpack/2e1dd752/es-VE/strings.json new file mode 100644 index 0000000..7cca430 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/es-VE/strings.json @@ -0,0 +1,414 @@ +{ + "worldedit.expand.description.vert": "Expanda verticalmente la selecciĂłn hasta los lĂ­mites del mundo.", + "worldedit.expand.expanded": "Region expandida {0} bloque(s)", + "worldedit.expand.expanded.vert": "Region expandida {0} bloque(s) (de arriba a abajo).", + "worldedit.biomeinfo.lineofsight": "Biomas en el punto de lĂ­nea de visiĂłn: {0}", + "worldedit.biomeinfo.position": "Biomas en tu posiciĂłn: {0}", + "worldedit.biomeinfo.selection": "Biomas en tu selecciĂłn: {0}", + "worldedit.brush.radius-too-large": "Radio máximo permitido a la brocha: {0}", + "worldedit.brush.apply.description": "Aplicar a brocha, aplica una funciĂłn a cada bloque", + "worldedit.brush.apply.radius": "El tamaño de la brocha", + "worldedit.brush.apply.shape": "La forma de la regiĂłn", + "worldedit.brush.apply.type": "Tipo de brocha a usar", + "worldedit.brush.apply.item.warning": "Este pincel simula usos de objetos. Es posible que sus efectos no funcionen en todas las plataformas, que no se puedan deshacer y que provoquen interacciones extrañas con otros mods/complementos. Ăšselo bajo su propio riesgo.", + "worldedit.brush.paint.description": "Brocha, aplicar una funciĂłn a una superficie", + "worldedit.brush.paint.size": "El tamaño de la brocha", + "worldedit.brush.paint.shape": "La forma de la regiĂłn", + "worldedit.brush.paint.density": "La densidad de la brocha", + "worldedit.brush.paint.type": "Tipo de brocha a usar", + "worldedit.brush.paint.item.warning": "Este pincel simula usos de objetos. Es posible que sus efectos no funcionen en todas las plataformas, que no se puedan deshacer y que provoquen interacciones extrañas con otros mods/complementos. Ăšselo bajo su propio riesgo.", + "worldedit.brush.sphere.equip": "Equipada brocha de perfil EsfĂ©rica ({0}).", + "worldedit.brush.cylinder.equip": "Equipado brocha de perfil CilĂ­ndrica ({0} por {1}).", + "worldedit.brush.clipboard.equip": "Equipada perfil de brocha de Portapapeles.", + "worldedit.brush.smooth.equip": "Brocha suave equipada ({0} x {1}x usado {2}).", + "worldedit.brush.extinguish.equip": "Extintor Equipado ({0}).", + "worldedit.brush.gravity.equip": "Brocha de Gravedad Equipada ({0}).", + "worldedit.brush.butcher.equip": "Brocha de carnicero Equipado ({0}).", + "worldedit.brush.operation.equip": "Establecida brocha a {0}.", + "worldedit.brush.heightmap.equip": "Brocha de Mapa de alturas Equipada ({0}).", + "worldedit.brush.heightmap.unknown": "Brocha de Mapa de altura desconocido: {0}.", + "worldedit.brush.none.equip": "Brocha desenlazada de su objeto actual.", + "worldedit.setbiome.changed": "Los biomas fueron cambiados en aproximadamente {0} bloque(s).", + "worldedit.setbiome.warning": "Puede que tengas que reabrir el juego (o cerrar y volver a abrir tu mundo) para ver los cambios.", + "worldedit.drawsel.disabled": "Deshabilitado CUI del servidor.", + "worldedit.drawsel.disabled.already": "Ya esta deshabilitado el CUI del servidor.", + "worldedit.drawsel.enabled.already": "Ya esta habilitado el CUI del servidor.", + "worldedit.limit.too-high": "Su lĂ­mite máximo permitido es {0}.", + "worldedit.limit.set": "LĂ­mite de cambio de bloque establecido en {0}.", + "worldedit.limit.return-to-default": "(Utilice \"//limit\" para volver al valor predeterminado).", + "worldedit.timeout.too-high": "Su tiempo de espera máximo permitido es {0} ms.", + "worldedit.timeout.set": "Tiempo de espera establecido en {0}ms.", + "worldedit.timeout.return-to-default": " (Utilice \"//timeout\" para volver al valor predeterminado).", + "worldedit.fast.disabled": "Modo rápido desactivado.", + "worldedit.fast.enabled": "Modo rápido habilitado. La iluminaciĂłn en los chunks afectados puede ser incorrecta y/o es posible que deba volver a unirse para ver los cambios.", + "worldedit.fast.disabled.already": "Ya esta desactivado el modo rápido.", + "worldedit.fast.enabled.already": "Ya esta activado el modo rápido.", + "worldedit.perf.sideeffect.set": "Efecto secundario \"{0}\" establecido en {1}", + "worldedit.perf.sideeffect.get": "El efecto secundario \"{0}\" se establece en {1}", + "worldedit.perf.sideeffect.already-set": "El efecto secundario \"{0}\" ya es {1}", + "worldedit.perf.sideeffect.set-all": "Todos los efectos secundarios configurados en {0}", + "worldedit.reorder.current": "El modo reordenar es {0}", + "worldedit.reorder.set": "El modo reordenar ahora es {0}", + "worldedit.gmask.disabled": "Máscara global desactivada.", + "worldedit.gmask.set": "Máscara global establecida.", + "worldedit.toggleplace.pos1": "Colocado ahora en la posiciĂłn #1.", + "worldedit.toggleplace.player": "Ahora colĂłquese en el bloque en el que estás.", + "worldedit.toggleplace.not-locatable": "No se puede alternar la colocaciĂłn en este contexto.", + "worldedit.searchitem.too-short": "Ingrese una cadena de bĂşsqueda más larga (longitud > 2).", + "worldedit.searchitem.either-b-or-i": "No puede usar los indicadores 'b' e 'i' simultáneamente.", + "worldedit.searchitem.searching": "(Espere... buscando objeto(s).)", + "worldedit.watchdog.no-hook": "Esta plataforma no tiene ningĂşn gancho guardian.", + "worldedit.watchdog.active.already": "El gancho guardian ya está activo.", + "worldedit.watchdog.inactive.already": "El gancho guardián ya esta inactivo.", + "worldedit.watchdog.active": "El gancho guardián ahora está activo.", + "worldedit.watchdog.inactive": "El gancho guardian ahora esta inactivo.", + "worldedit.world.remove": "Se elimino la invalidaciĂłn del mundo.", + "worldedit.world.set": "Establezca la invalidaciĂłn del mundo en {0}. (Use '//world' para volver a los valores por defecto)", + "worldedit.undo.undone": "Se deshizo {0} edicion(es) disponible(s).", + "worldedit.undo.none": "No queda nada para deshacer.", + "worldedit.redo.redone": "Se rehizo {0} edicion(es) disponible(s).", + "worldedit.redo.none": "No queda nada para rehacer.", + "worldedit.clearhistory.cleared": "Historial borrado.", + "worldedit.raytrace.noblock": "¡No hay bloque a la vista!", + "worldedit.restore.not-configured": "Snapshot/copia(s) de seguridad no esta configurada.", + "worldedit.restore.not-available": "Esa copia de seguridad no existe o no está disponible.", + "worldedit.restore.failed": "FallĂł al cargar la copia de seguridad: {0}", + "worldedit.restore.loaded": "Copia de seguridad '{0}' cargada; ahora restaurando...", + "worldedit.restore.restored": "Restaurado; {0} chunks faltantes y otros {1} errores.", + "worldedit.restore.none-for-specific-world": "No fueron encontradas copias de seguridad para el mundo '{0}'.", + "worldedit.restore.none-for-world": "No fueron encontradas copias de seguridad para este mundo.", + "worldedit.restore.none-found": "No se encontraron copias de seguridad.", + "worldedit.restore.none-found-console": "No se encontraron copias de seguridad. Consulte la consola para más detalles.", + "worldedit.restore.chunk-not-present": "Los chunks no estaban presentes en la copia de seguridad.", + "worldedit.restore.chunk-load-failed": "No se pudieron cargar chunks. (ÂżArchivo corrupto?)", + "worldedit.restore.block-place-failed": "Los errores impidieron restaurar los bloques.", + "worldedit.restore.block-place-error": "Ăšltimo error: {0}", + "worldedit.snapshot.use.newest": "Ahora usando la copia de seguridad más reciente.", + "worldedit.snapshot.use": "Copia de seguridad establecida en: {0}", + "worldedit.snapshot.none-before": "No se pudo encontrar una copia de seguridad antes de {0}.", + "worldedit.snapshot.none-after": "No se pudo encontrar una copia de seguridad despuĂ©s de {0}.", + "worldedit.snapshot.index-above-0": "ĂŤndice invalido, debe ser mayor o igual a 1.", + "worldedit.snapshot.index-oob": "ĂŤndice invalido, debe estar entre 1 y {0}.", + "worldedit.schematic.unknown-format": "Formato de Esquema desconocido: {0}.", + "worldedit.schematic.load.does-not-exist": "¡El esquema {0} no existe!", + "worldedit.schematic.load.loading": "(Espere... cargando esquema.)", + "worldedit.schematic.load.still-loading": "(Por favor espere... aun se está cargando el esquema.)", + "worldedit.schematic.save.already-exists": "Ese esquema ya existe. Use el indicador -f para sobrescribirlo.", + "worldedit.schematic.save.failed-directory": "¡No se pudo crear la carpeta para los esquemas!", + "worldedit.schematic.save.saving": "(Espere... guardando el esquema.)", + "worldedit.schematic.save.still-saving": "(Por favor... aun se esta guardando el esquema.)", + "worldedit.schematic.delete.does-not-exist": "¡El esquema {0} no existe!", + "worldedit.schematic.delete.failed": "¡Error al eliminar '{0}'!. ÂżEs de solo lectura?.", + "worldedit.schematic.delete.deleted": "{0} ha sido eliminado(a).", + "worldedit.schematic.formats.title": "Formatos de portapapeles disponibles (Nombre: nombres de bĂşsqueda)", + "worldedit.schematic.unsupported-minecraft-version": "Esta versiĂłn de WorldEdit no es compatible con su versiĂłn de Minecraft. Los esquemas no funcionarán hasta que esto se resuelva.", + "worldedit.pos.already-set": "PosiciĂłn ya establecida.", + "worldedit.pos.console-require-coords": "Debe proporcionar las coordenadas por la consola.", + "worldedit.hpos.no-block": "¡No hay bloque a la vista!", + "worldedit.hpos.already-set": "PosiciĂłn ya establecida.", + "worldedit.chunk.selected-multiple": "Chunks seleccionados: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "Chunk seleccionado: {0}, {1}, {2}", + "worldedit.wand.invalid": "La herramienta de selecciĂłn esta mal configurada o inhabilitada.", + "worldedit.wand.selwand.info": "Click izquierdo: seleccione posiciĂłn #1; Click derecho: seleccione posicion #2", + "worldedit.wand.navwand.info": "Click izquierdo: saltar a la ubicaciĂłn; Click derecho: atravesar paredes", + "worldedit.wand.selwand.now.tool": "La herramienta de selecciĂłn ahora es una herramienta normal. Puede inhabilitarlo con {0} y volver a vincularlo a cualquier elemento con {1} u obtener una nueva herramienta con {2}.", + "worldedit.contract.contracted": "{0} bloque(s) contradado(s) por la region.", + "worldedit.shift.shifted": "Region desplazada.", + "worldedit.outset.outset": "La regiĂłn se ha expandido.", + "worldedit.inset.inset": "Region insertada.", + "worldedit.size.offset": "Desplazado: {0}.", + "worldedit.size.type": "Tipo: {0}", + "worldedit.size.size": "Tamaño: {0}", + "worldedit.size.distance": "§5Distancia: {0}.", + "worldedit.size.blocks": "§5Cantidad de Bloques: {0}.", + "worldedit.count.counted": "§5Cantidad {0}.", + "worldedit.distr.no-blocks": "No ha bloques enumerados.", + "worldedit.distr.no-previous": "No existe un distribuciĂłn anterior.", + "worldedit.distr.total": "NĂşmero Total de Bloques: {0}.", + "worldedit.select.cleared": "§cHas deseleccionado la zona.", + "worldedit.select.cuboid.message": "SelecciĂłn CĂşbica.\\n§7BotĂłn Izquierdo â–ş Seleccionar el 1Âş punto.\\n§7BotĂłn Derecho â–ş Seleccionar el 2Âş punto.", + "worldedit.select.cuboid.description": "§7Selecciona las dos esquinas del cuboide.", + "worldedit.select.extend.message": "ExtensiĂłn de Cuboide.\\n§7BotĂłn Izquierdo â–ş Seleccionar el punto inicial.\\n§7BotĂłn Derecho â–ş Expandir.", + "worldedit.select.extend.description": "Modo Rápido de selecciĂłn de cuboides.", + "worldedit.select.poly.message": "SelecciĂłn de Poligonal.\\n§7BotĂłn Izquierdo â–ş Seleccionar el punto inicial.\\n§7BotĂłn Derecho â–ş Añadir puntos.", + "worldedit.select.poly.limit-message": "{0} puntos como máximo.", + "worldedit.select.poly.description": "Selecciona una regiĂłn poligonal.", + "worldedit.select.ellipsoid.message": "SelecciĂłn de Elipsoidal.\\n§7BotĂłn Izquierdo â–ş Seleccionar el Centro.\\n§7BotĂłn Derecho â–ş Seleccionar la extensiĂłn.", + "worldedit.select.ellipsoid.description": "Selecciona un regiĂłn con forma elĂ­ptica.", + "worldedit.select.sphere.message": "SelecciĂłn EsfĂ©rica.\\n§7BotĂłn Izquierdo â–ş Seleccionar el Centro.\\n§7BotĂłn Derecho â–ş Determinar el radio.", + "worldedit.select.sphere.description": "Selecciona un regiĂłn con forma esfĂ©rica.", + "worldedit.select.cyl.message": "SelecciĂłn CilĂ­ndrica.\\n§7BotĂłn Izquierdo â–ş Seleccionar el Centro.\\n§7BotĂłn Derecho â–ş Seleccionar la extensiĂłn.", + "worldedit.select.cyl.description": "Selecciona un regiĂłn con forma cilĂ­ndrica.", + "worldedit.select.convex.message": "SelecciĂłn PoliĂ©drica Convexa.\\n§7BotĂłn Izquierdo â–ş Seleccionar el primer vĂ©rtice.\\n§7BotĂłn Derecho â–ş Añadir más vĂ©rtices.", + "worldedit.select.convex.limit-message": "El lĂ­mite es de {0} puntos como máximo.", + "worldedit.select.convex.description": "Selecciona un regiĂłn con forma de Poliedro Convexo.", + "worldedit.select.default-set": "La forma actual de selecciĂłn es {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}.", + "worldedit.chunkinfo.old-filename": "Formato antiguo: {0}.", + "worldedit.chunkinfo.mcregion-filename": "RegiĂłn MC: RegiĂłn/{0}.", + "worldedit.listchunks.listfor": "Listando para: {0}.", + "worldedit.drain.drained": "Se han vaciado {0} bloques.", + "worldedit.fill.created": "Se han rellenado {0} bloques.", + "worldedit.fillr.created": "Se han rellenado {0} bloques.", + "worldedit.fixlava.fixed": "Se han nivelado {0} bloques de lava.", + "worldedit.fixwater.fixed": "Se han nivelado {0} bloques de agua.", + "worldedit.removeabove.removed": "Se han eliminado {0} bloques.", + "worldedit.removebelow.removed": "Se han eliminado {0} bloques.", + "worldedit.removenear.removed": "Se han eliminado {0} bloques.", + "worldedit.replacenear.replaced": "Se han remplazado {0} bloques.", + "worldedit.snow.created": "Se han cubierto {0} superficies.", + "worldedit.thaw.removed": "Se han descongelado {0} bloques.", + "worldedit.green.changed": "Se han enverdecido {0} bloques.", + "worldedit.extinguish.removed": "Se han extinguido {0} focos en llamas.", + "worldedit.butcher.killed": "Se han eliminado {0} criaturas en un radio de {1}.", + "worldedit.butcher.explain-all": "Usa -1 para eliminar todas las criaturas de los chunks cargados.", + "worldedit.remove.removed": "Se han marcado {0} entidades para su eliminaciĂłn.", + "worldedit.remove.explain-all": "Usa -1 para eliminar todas las entidades de los chunks cargados.", + "worldedit.calc.invalid": "'{0}' no puede ser analizado como una expresiĂłn válida.", + "worldedit.calc.invalid.with-error": "'{0}' no puede ser analizado como una expresiĂłn válida: '{1}'", + "worldedit.paste.pasted": "El contenido del portapapeles ha sido pegado en {0}.", + "worldedit.paste.selected": "Se ha seleccionado la regiĂłn de pegado del portapapeles.", + "worldedit.rotate.no-interpolation": "Nota: La interpolaciĂłn aĂşn no es admisible, por lo que se recomienda ángulos mĂşltiplos de 90.", + "worldedit.rotate.rotated": "Se ha girado el contenido del portapapeles.", + "worldedit.flip.flipped": "Se ha volteado el contenido del portapapeles.", + "worldedit.clearclipboard.cleared": "§4Se ha eliminado el contenido del Portapapeles.", + "worldedit.set.done": "§2OperaciĂłn completada.", + "worldedit.set.done.verbose": "OperaciĂłn completada ({0}).", + "worldedit.line.changed": "Se han cambiado {0} bloques.", + "worldedit.line.invalid-type": "La herramienta '//line' solo funciona con selecciones cuboides o poliĂ©dricas convexas.", + "worldedit.curve.changed": "Se han cambiado {0} bloques.", + "worldedit.curve.invalid-type": "La herramienta '//curve' solo funciona con selecciones poliĂ©dricas convexas.", + "worldedit.replace.replaced": "Se han remplazado {0} bloques.", + "worldedit.stack.changed": "Se han cambiado {0} bloques. Puedes deshacer los cambios usando '//undo'.", + "worldedit.stack.intersecting-region": "El desplazamiento del stack no debe chocar con la regiĂłn colindante cuando se utiliza el bloque como unidad.", + "worldedit.regen.regenerated": "§6La zona seleccionada se ha regenerado.", + "worldedit.regen.failed": "No se han podido regenerar los chunks. Mira en la consola para obtener más detalles.", + "worldedit.walls.changed": "Se han cambiado {0} bloques.", + "worldedit.faces.changed": "Se han cambiado {0} bloques.", + "worldedit.overlay.overlaid": "Se ha superpuesto {0} bloques.", + "worldedit.naturalize.naturalized": "Se han sustituido {0} bloques para que parezcan más naturales.", + "worldedit.center.changed": "Centro establecido. (Se han cambiado {0} bloques).", + "worldedit.smooth.changed": "Se ha suavizado el terreno. {0} bloques afectados.", + "worldedit.move.moved": "Se han movido {0} bloques.", + "worldedit.deform.deformed": "Se han deformado {0} bloques.", + "worldedit.hollow.changed": "Se han cambiado {0} bloques.", + "worldedit.forest.created": "Se ha generado {0} árboles.", + "worldedit.flora.created": "Se han generado {0} plantas.", + "worldedit.unstuck.moved": "¡AhĂ­ lo tienes chaval!", + "worldedit.ascend.obstructed": "No se ha encontrado ningĂşn espacio libre por encima.", + "worldedit.ascend.moved": "Has ascendido {0} niveles.", + "worldedit.descend.obstructed": "No se ha encontrado ningĂşn espacio libre por debajo.", + "worldedit.descend.moved": "Has descendido {0} niveles.", + "worldedit.ceil.obstructed": "No se ha encontrado ningĂşn espacio libre por encima.", + "worldedit.ceil.moved": "¡Yupi!", + "worldedit.thru.obstructed": "No se ha encontrado ningĂşn espacio libre por delante.", + "worldedit.thru.moved": "¡Yupi!", + "worldedit.jumpto.moved": "¡Puf!", + "worldedit.jumpto.none": "§c¡No hay nada a la vista (o está demasiado lejos)!", + "worldedit.up.obstructed": "Debes golpear algo por encima tuyo.", + "worldedit.up.moved": "¡Yupi!", + "worldedit.cyl.invalid-radius": "Debes especificar 1 o 2 valores para el radio.", + "worldedit.cyl.created": "Se han creado {0} bloques.", + "worldedit.sphere.invalid-radius": "Debes especificar 1 o 2 valores para el radio.", + "worldedit.sphere.created": "Se ha generado una esfera con {0} bloques.", + "worldedit.forestgen.created": "Se han generado {0} árboles.", + "worldedit.pumpkins.created": "Se han generado {0} calabazas.", + "worldedit.pyramid.created": "Se ha generado una pirámide con {0} bloques.", + "worldedit.generate.created": "Se han creado {0} bloques.", + "worldedit.generatebiome.changed": "{0} biomas afectados.", + "worldedit.reload.config": "§aLa configuraciĂłn de §2WorlEdit §ase ha recargado satisfactoriamente.", + "worldedit.report.written": "Se ha generado el informe de WorldEdit en {0}.", + "worldedit.report.error": "Fallo al guardar el informe: {0}.", + "worldedit.report.callback": "Informe de WorldEdit: {0}.report", + "worldedit.timezone.invalid": "Zona horaria no válida.", + "worldedit.timezone.set": "La zona horaria para esta sesiĂłn es: {0}.", + "worldedit.timezone.current": "La hora actual en esta zona horaria es: {0}.", + "worldedit.version.version": "VersiĂłn de WorldEdit: {0}.", + "worldedit.version.bukkit.unsupported-adapter": "Esta versiĂłn de WorldEdit no es compatible con esta versiĂłn de Bukkit. Los contenedores (ej. cofres) se quedarán vacĂ­os, las propiedades (ej. rotaciĂłn) no se mantendrán, y otras cosas pueden no funcionar. Actualiza WorldEdit para restaurar la funcionalidad:\\n{0}", + "worldedit.trace.no-tracing-extents": "Seguimiento: No se ha utilizado ninguna medida.", + "worldedit.trace.action-failed": "Seguimiento: {0} acciones en {1} descartadas por la extensiĂłn {2}.", + "worldedit.trace.active.already": "El Modo Seguimiento ya está activado.", + "worldedit.trace.inactive.already": "El Modo Seguimiento ya está desactivado.", + "worldedit.trace.active": "Modo Seguimiento activado.", + "worldedit.trace.inactive": "Modo seguimiento desactivado.", + "worldedit.command.time-elapsed": "{0}seg trascurridos (historial: {1} cambiado; {2} bloques/seg).", + "worldedit.command.permissions": "No tienes permitido hacer esto. ÂżEstás en el modo correcto?", + "worldedit.command.player-only": "Este comando debe ser utilizado por un jugador.", + "worldedit.command.error.report": "Por favor, informa sobre este error: [Mira en la consola].", + "worldedit.pastebin.uploading": "§7Por favor espera, enviando el registro a pastebin...", + "worldedit.session.cant-find-session": "No se puede encontrar la sesiĂłn de {0}.", + "worldedit.platform.no-file-dialog": "Este entorno no permite mostrar diálogos.", + "worldedit.asset.load.loading": "§7Por favor espera, cargando el elemento...", + "worldedit.asset.load.still-loading": "§7Por favor espera, sigue cargando el elemento...", + "worldedit.asset.load.failed": "No se ha podido cargar el elemento.", + "worldedit.tool.max-block-changes": "Has alcanzado el nĂşmero máximo de bloques que puedes modificar.", + "worldedit.tool.no-block": "¡No hay bloque a la vista!", + "worldedit.tool.repl.equip": "§aHas asignado la Herramienta Remplazadora a §2{0}§a.", + "worldedit.tool.repl.switched": "La Herramienta Remplazadora se ha cambiado por {0}.", + "worldedit.tool.data-cycler.equip": "§aHas asignado la Herramienta de AlteraciĂłn de Bloques a §2{0}§a.", + "worldedit.tool.data-cycler.block-not-permitted": "No tienes permitido modificar el valor de este bloque.", + "worldedit.tool.data-cycler.cant-cycle": "¡Este bloque no se puede alterar!", + "worldedit.tool.data-cycler.new-value": "El valor de {0} ahora es {1}.", + "worldedit.tool.data-cycler.cycling": "Alterando el valor de {0}.", + "worldedit.tool.deltree.equip": "§aHas asignado la Herramienta de EliminaciĂłn de Ărboles Flotantes a §2{0}§a.", + "worldedit.tool.deltree.not-tree": "Esto no es un Ărbol.", + "worldedit.tool.deltree.not-floating": "Esto no es un Ărbol Flotante.", + "worldedit.tool.tree.equip": "§aHas asignado la Herramienta de GeneraciĂłn de Ărboles a §2{0}§a.", + "worldedit.tool.tree.obstructed": "No se puede generar un árbol aquĂ­.", + "worldedit.tool.info.equip": "§aHas asignado la Herramienta de InformaciĂłn a §2{0}§a.", + "worldedit.tool.info.blockstate.hover": "§7InformaciĂłn del Bloque.", + "worldedit.tool.info.internalid.hover": "§7ID Interna.", + "worldedit.tool.info.legacy.hover": "§7Heredado de la ID:InformaciĂłn.", + "worldedit.tool.info.light.hover": "§7IluminaciĂłn del Bloque/IluminaciĂłn Superior.", + "worldedit.tool.none.equip": "§cHas desvinculado la herramienta asignada.", + "worldedit.tool.none.to.unequip": "§cEste objeto no tiene ninguna herramienta asignada.", + "worldedit.tool.selwand.equip": "§aHas asignado la Herramienta de SelecciĂłn a §2{0}§a.", + "worldedit.tool.navwand.equip": "§aHas asignado la Herramienta de NavegaciĂłn a §2{0}§a.", + "worldedit.tool.floodfill.equip": "§aHas asignado la Herramienta de Relleno a §2{0}§a.", + "worldedit.tool.farwand.equip": "§aHas asignado la Herramienta de SelecciĂłn Lejana a §2{0}§a.", + "worldedit.tool.lrbuild.equip": "§aHas asignado la Herramienta de ConstrucciĂłn Lejana a §2{0}.", + "worldedit.tool.lrbuild.set": "§7BotĂłn Izquierdo â–ş {0}\\n§7BotĂłn Derecho â–ş {1}.", + "worldedit.tool.stack.equip": "§aLa herramienta de VinculaciĂłn se ha asignado a §2{0}§a.", + "worldedit.tool.unbind-instruction": "Usa {0} mientras mantienes el objeto para desvincular la herramienta.", + "worldedit.tool.superpickaxe.mode.single": "Modo simple.\\n§7Usa el botĂłn izquierdo con un pico.\\n§8Usa // para desactivar.", + "worldedit.tool.superpickaxe.mode.area": "Modo área.\\n§7Usa el botĂłn izquierdo con un pico.\\n§8Usa // para desactivar.", + "worldedit.tool.superpickaxe.mode.recursive": "Modo recursivo.\\n§7Usa el botĂłn izquierdo con un pico.\\n§8Usa // para desactivar.", + "worldedit.tool.superpickaxe.max-range": "El rango máximo es {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Ya está activado el Superpico.", + "worldedit.tool.superpickaxe.disabled.already": "Ya está desactivado el Superpico.", + "worldedit.tool.superpickaxe.enabled": "Se ha activado el Superpico.", + "worldedit.tool.superpickaxe.disabled": "Se ha desactivado el Superpico.", + "worldedit.tool.mask.set": "Se ha determinado la máscara de la brocha.", + "worldedit.tool.mask.disabled": "Se ha desactivado la máscara de la brocha.", + "worldedit.tool.material.set": "Se ha determinado el material de la brocha.", + "worldedit.tool.range.set": "Se ha determinado el rango de la brocha.", + "worldedit.tool.size.set": "Se ha determinado el tamaño de la brocha.", + "worldedit.tool.tracemask.set": "Se ha determinado el seguimiento de la máscara.", + "worldedit.tool.tracemask.disabled": "Se ha desactivado el seguimiento de la máscara.", + "worldedit.tool.error.cannot-bind": "§cLa herramienta no se puede asignar a {0}: {1}", + "worldedit.tool.error.item-only": "§cSolo se pueden asignar objetos, no bloques.", + "worldedit.execute.script-permissions": "No tienes permiso para usar rutinas.", + "worldedit.executelast.no-script": "Primero usa /cs con un nombre de rutina.", + "worldedit.script.read-error": "Error de la rutina: {0}.", + "worldedit.script.unsupported": "Solo se admiten rutinas .js", + "worldedit.script.file-not-found": "La rutina no existe: {0}.", + "worldedit.script.no-script-engine": "No se ha encontrado instalado un motor de rutinas.\\nPor favor, mira aquĂ­: https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "No se ha podido ejecutar: {0}.", + "worldedit.script.failed-console": "No se ha podido ejecutar (mira en la consola): {0}.", + "worldedit.operation.affected.biome": "{0} biomas afectados.", + "worldedit.operation.affected.block": "{0} bloques afectados.", + "worldedit.operation.affected.column": "{0} columnas afectadas.", + "worldedit.operation.affected.entity": "{0} entidades afectadas.", + "worldedit.operation.deform.expression": "Usando la deformaciĂłn {0}.", + "worldedit.error.invalid-number": "Se esperaba un nĂşmero; caracteres no válidos.", + "worldedit.error.invalid-number.matches": "Se esperaba un nĂşmero; caracteres \"{0}\" obtenidos.", + "worldedit.error.incomplete-region": "§cPrimero selecciona una regiĂłn.", + "worldedit.error.unknown-block": "No se reconoce el nombre del bloque '{0}'.", + "worldedit.error.unknown-entity": "No se reconoce el nombre de la entidad '{0}'.", + "worldedit.error.unknown-mob": "No se reconoce el nombre del mob '{0}'.", + "worldedit.error.unknown-biome": "No se reconoce el nombre del bioma '{0}'.", + "worldedit.error.unknown-tag": "No se reconoce el nombre de la etiqueta '{0}'.", + "worldedit.error.empty-tag": "La etiqueta '{0}' carece de contenido.", + "worldedit.error.no-match": "No se han encontrado coincidencias con '{0}'.", + "worldedit.error.disallowed-block": "Bloque '{0}' no admitido (mira en la configuraciĂłn de WorldEdit).", + "worldedit.error.max-changes": "Has superado el lĂ­mite máximo de bloques que puedes modificar en cada operaciĂłn. (Se han modificado {0} bloques).", + "worldedit.error.max-brush-radius": "El radio máximo (configurado) en la brocha es {0}.", + "worldedit.error.max-radius": "El radio máximo (configurado) es {0}.", + "worldedit.error.unknown-direction": "DirecciĂłn desconocida: {0}.", + "worldedit.error.empty-clipboard": "El portapapeles está vacĂ­o. Usa primero '//copy'.", + "worldedit.error.invalid-filename": "El nombre del archivo '{0}' no es válido: {1}.", + "worldedit.error.invalid-filename.invalid-characters": "Caracteres no válidos o falta la extensiĂłn.", + "worldedit.error.file-resolution": "Archivo '{0}' resoluciĂłn del error: {1}.", + "worldedit.error.file-resolution.outside-root": "La ruta no se encuentra en la raĂ­z permitida.", + "worldedit.error.file-resolution.resolve-failed": "No se ha podido resolver la ruta.", + "worldedit.error.file-aborted": "SelecciĂłn de archivos anulada.", + "worldedit.error.no-file-selected": "No has seleccionado el archivo.", + "worldedit.error.world-unloaded": "El mundo ya está descargado.", + "worldedit.error.not-a-block": "Este objeto no es un bloque.", + "worldedit.error.not-a-block.item": "El objeto '{0}' no es un bloque.", + "worldedit.error.incorrect-usage": "Debes usar: {0}.", + "worldedit.error.invalid-page": "NĂşmero de página no válido.", + "worldedit.error.parser.bad-state-format": "El formato de estado no es correcto en {0}.", + "worldedit.error.parser.duplicate-property": "Propiedad duplicada: {0}.", + "worldedit.error.parser.empty-state": "Una parte del estado está vacĂ­o.", + "worldedit.error.parser.missing-equals-separator": "Falta el separador '='.", + "worldedit.error.parser.clipboard.missing-offset": "El desplazamiento se ha especificado con @ pero no se ha especificado. Usa '#copy@[x,y,z]'.", + "worldedit.error.parser.unknown-property": "Propiedad del bloque '{1}' desconocida '{0}'.", + "worldedit.error.parser.unknown-value": "Valor de la propiedad '{1}' desconocida '{0}'.", + "worldedit.error.parser.empty-property": "La propiedad del estado está vacĂ­a.", + "worldedit.error.parser.empty-value": "El valor del estado está vacĂ­o.", + "worldedit.error.parser.invalid-colon": "SĂ­mbolo de dos puntos no válido.", + "worldedit.error.parser.invalid-expression": "ExpresiĂłn no válida: {0}", + "worldedit.error.parser.negate-nothing": "¡No se puede negar la nada!", + "worldedit.error.parser.hanging-lbracket": "Formato no válido. Falta el corchete en '{0}'.", + "worldedit.error.parser.missing-rbracket": "Falta el corchete de cierre ']'.", + "worldedit.error.parser.missing-random-type": "Falta el tipo despuĂ©s del sĂ­mbolo % para '{0}'.", + "worldedit.error.parser.clipboard.missing-coordinates": "El desplazamiento del portapapeles necesita las coordenadas x,y,z.", + "worldedit.error.parser.player-only": "¡La entrada '{0}' necesita un jugador!", + "worldedit.error.disabled": "Esta funcionalidad está desactivada (ver configuraciĂłn de WorldEdite).", + "worldedit.error.unknown": "Se ha producido un error desconocido: {0}", + "worldedit.error.missing-extent": "ExtensiĂłn desconocida.", + "worldedit.error.missing-session": "SesiĂłn local desconocida.", + "worldedit.error.missing-world": "Es necesario determinar un mundo (prueba con //world).", + "worldedit.error.missing-actor": "No se reconoce ningĂşn actor.", + "worldedit.selection.convex.info.vertices": "§5VĂ©rtices: {0}.", + "worldedit.selection.convex.info.triangles": "§5Triángulos: {0}.", + "worldedit.selection.convex.explain.primary": "Has iniciado una selecciĂłn con vĂ©rtice {0}.", + "worldedit.selection.convex.explain.secondary": "Has añadido el vĂ©rtice {0} en la selecciĂłn.", + "worldedit.selection.cuboid.info.pos1": "§5PosiciĂłn 1: {0}.", + "worldedit.selection.cuboid.info.pos2": "§5PosiciĂłn 2: {0}.", + "worldedit.selection.cuboid.explain.primary": "Primera posiciĂłn establecida en {0}.", + "worldedit.selection.cuboid.explain.primary-area": "Primera posiciĂłn establecida en {0} ({1} bloques seleccionados).", + "worldedit.selection.cuboid.explain.secondary": "Segunda posiciĂłn establecida en {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "Segunda posiciĂłn establecida en {0} ({1} bloques seleccionados).", + "worldedit.selection.extend.explain.primary": "SelecciĂłn iniciada en {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "Extender la selecciĂłn para abarcar {0} ({1}).", + "worldedit.selection.ellipsoid.info.center": "§5Centro: {0}.", + "worldedit.selection.ellipsoid.info.radius": "§5Radio X/Y/Z: {0}.", + "worldedit.selection.ellipsoid.explain.primary": "PosiciĂłn central determinada en {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "PosiciĂłn central determinada en {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "Radio determinado en {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Has determinado el radio en {0} ({1}).", + "worldedit.selection.ellipsoid.error.even-horizontal": "Los cambios de las Elipses deben ser uniformes en cada dimensiĂłn horizontal.", + "worldedit.selection.cylinder.info.center": "§5Centro: {0}.", + "worldedit.selection.cylinder.info.radius": "§5Radio: {0}.", + "worldedit.selection.cylinder.explain.primary": "Has iniciado una selecciĂłn cilĂ­ndrica en {0}.", + "worldedit.selection.cylinder.explain.secondary": "Has determinado el radio en {0}/{1} bloques ({2}).", + "worldedit.selection.cylinder.explain.secondary-missing": "Antes de determinar el radio, tienes que seleccionar el punto central.", + "worldedit.selection.cylinder.error.even-horizontal": "Los cambios de los Cilindros deben ser uniformes en cada dimensiĂłn horizontal.", + "worldedit.selection.polygon2d.info": "§5NĂşmero de Puntos: {0}.", + "worldedit.selection.polygon2d.explain.primary": "El primer punto se ha establecido en {0}.", + "worldedit.selection.polygon2d.explain.secondary": "Se ha añadido el punto nÂş{0} en {1}.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "Los polĂ­gonos sĂłlo se pueden expandir verticalmente.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "Los polĂ­gono solo se pueden contraer verticalmente.", + "worldedit.selection.sphere.explain.secondary": "Se ha determinado el radio de {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "Se ha establecido el radio en {0} ({1}).", + "worldedit.selection.null.error.immutable": "No se puede cambiar una RegiĂłn Nula.", + "worldedit.selection.intersection.error.cannot-expand": "No se puede expandir una intersecciĂłn de regiĂłn.", + "worldedit.selection.intersection.error.cannot-contract": "No se puede contraer una intersecciĂłn de regiĂłn.", + "worldedit.selection.transform.error.cannot-expand": "No se puede expandir una RegiĂłn Transformada.", + "worldedit.selection.transform.error.cannot-contract": "No se puede contraer una RegiĂłn Transformada.", + "worldedit.selection.transform.error.cannot-change": "No se puede modificar una RegiĂłn Transformada.", + "worldedit.sideeffect.lighting": "IluminaciĂłn", + "worldedit.sideeffect.lighting.description": "Actualiza la iluminaciĂłn de los bloques.", + "worldedit.sideeffect.neighbors": "Vecinos", + "worldedit.sideeffect.neighbors.description": "Notifica los cambios de los bloques cercanos.", + "worldedit.sideeffect.update": "ActualizaciĂłn", + "worldedit.sideeffect.update.description": "Notifica los cambios realizados en los bloques.", + "worldedit.sideeffect.validation": "ValidaciĂłn", + "worldedit.sideeffect.validation.description": "Repara y valida los errores inconsistentes del estado del mundo, tales como bloques desconectados.", + "worldedit.sideeffect.entity_ai": "IA de entidades", + "worldedit.sideeffect.entity_ai.description": "Actualiza las rutas de las entidades segĂşn los cambios de los bloques.", + "worldedit.sideeffect.events": "Eventos Mod/Plugin", + "worldedit.sideeffect.events.description": "Informa sobre los cambios a otros mods/plugins, cuando corresponda.", + "worldedit.sideeffect.state.on": "Activado", + "worldedit.sideeffect.state.delayed": "Aplazado", + "worldedit.sideeffect.state.off": "Desactivado", + "worldedit.sideeffect.box.current": "Actual", + "worldedit.sideeffect.box.change-to": "Clic para establecer {0}.", + "worldedit.help.command-not-found": "No se ha encontrado el comando '{0}'.", + "worldedit.help.no-subcommands": "'{0}' no es un subcomando. ÂżQuizás '{1}' sea un parámetro?", + "worldedit.help.subcommand-not-found": "No se ha encontrado el subcomando '{0}' de '{1}'.", + "worldedit.cli.stopping": "¡Deteniendo...!", + "worldedit.cli.unknown-command": "¡Comando desconocido!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/et/strings.json b/config/worldedit/.archive-unpack/2e1dd752/et/strings.json new file mode 100644 index 0000000..44fa2e9 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/et/strings.json @@ -0,0 +1,86 @@ +{ + "worldedit.expand.description.vert": "Laienda valitud ala vertikaalselt maailma limiidini.", + "worldedit.expand.expanded": "Ala laiendati {0} bloki võrra", + "worldedit.expand.expanded.vert": "Ala laiendati {0} bloki võrra (ĂĽlevalt-alla).", + "worldedit.biomeinfo.lineofsight": "Bioome vaatepunktis: {0}", + "worldedit.biomeinfo.position": "Bioome sinu asukohas: {0}", + "worldedit.biomeinfo.selection": "Teie valitud bioomid: {0}", + "worldedit.brush.radius-too-large": "Maksimaalne lubatud pintsli raadius: {0}", + "worldedit.brush.apply.radius": "Pintsli suurus", + "worldedit.brush.apply.shape": "Ala kuju", + "worldedit.brush.apply.type": "Pintsli tĂĽĂĽp mida kasutada", + "worldedit.brush.paint.size": "Pintsli suurus", + "worldedit.brush.paint.shape": "Ala kuju", + "worldedit.brush.paint.density": "Pintsli tihedus", + "worldedit.brush.paint.type": "Pintsli tĂĽĂĽp mida kasutada", + "worldedit.brush.operation.equip": "Määra pintsel {0}.", + "worldedit.drawsel.disabled": "Serveri CUI keelatud.", + "worldedit.limit.too-high": "Sinu maksimaalne muutmise limiit on {0}.", + "worldedit.limit.set": "Bloki muutmis limiit {0}.", + "worldedit.undo.undone": "Tagasi võetud {0} muudatust.", + "worldedit.undo.none": "Pole mida tagasi võtta.", + "worldedit.redo.redone": "Uuesti tehtud {0} muudatust.", + "worldedit.redo.none": "Pole mida tagasi võtta.", + "worldedit.clearhistory.cleared": "Ajalugu on tĂĽhjendatud.", + "worldedit.raytrace.noblock": "Plokk pole silmapiiril!", + "worldedit.restore.block-place-error": "Viimane tõrge: {0}", + "worldedit.schematic.delete.failed": "{0} kustutamine ebaõnnestus! Kas see on kirjutuskaitstud?", + "worldedit.schematic.delete.deleted": "{0} on kustutatud.", + "worldedit.pos.already-set": "Positsioon on juba määratud.", + "worldedit.hpos.no-block": "Plokk pole silmapiiril!", + "worldedit.hpos.already-set": "Positsioon on juba määratud.", + "worldedit.chunk.selected-multiple": "Valitud kamakad: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "Valitud kamakas: {0}, {1}, {2}", + "worldedit.wand.selwand.info": "Vasak klikk: valige pos #1; Parem klikk: valige pos #2", + "worldedit.size.type": "Liik: {0}", + "worldedit.size.size": "Suurus: {0}", + "worldedit.size.distance": "Kuubi distants: {0}", + "worldedit.size.blocks": "Plokkide arv: {0}", + "worldedit.count.counted": "Loetud: {0}", + "worldedit.chunkinfo.chunk": "Kamakas: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Vana formaat: {0}", + "worldedit.fill.created": "Täidetud on {0} plokki.", + "worldedit.fillr.created": "Täidetud on {0} plokki.", + "worldedit.butcher.killed": "Surmatud {0} elukat {1} raadiuses.", + "worldedit.paste.pasted": "Lõikelauad on kleebitud kohta {0}", + "worldedit.rotate.rotated": "Lõikelaua koopia on pööratud.", + "worldedit.clearclipboard.cleared": "Lõikelaud on tĂĽhjendatud.", + "worldedit.set.done": "Toiming on lõpetatud.", + "worldedit.set.done.verbose": "Toiming on lõpetatud ({0}).", + "worldedit.line.changed": "Muudetud on {0} plokki.", + "worldedit.curve.changed": "Muudetud on {0} plokki.", + "worldedit.walls.changed": "Muudetud on {0} plokki.", + "worldedit.faces.changed": "Muudetud on {0} plokki.", + "worldedit.center.changed": "Määratud keskele. (muudetud {0} plokki)", + "worldedit.hollow.changed": "Muudetud on {0} plokki.", + "worldedit.forest.created": "Loodud {0} puud.", + "worldedit.cyl.created": "Loodud on {0} plokki.", + "worldedit.sphere.created": "Loodud on {0} plokki.", + "worldedit.forestgen.created": "Loodud {0} puud.", + "worldedit.pyramid.created": "Loodud on {0} plokki.", + "worldedit.generate.created": "Loodud on {0} plokki.", + "worldedit.version.version": "WorldEdit versioon {0}", + "worldedit.tool.no-block": "Plokk pole silmapiiril!", + "worldedit.tool.deltree.not-tree": "See ei ole puu.", + "worldedit.tool.deltree.not-floating": "See puu ei ole õhus.", + "worldedit.tool.tree.obstructed": "Puu ei käi sinna.", + "worldedit.script.file-not-found": "Skripti pole olemas: {0}", + "worldedit.operation.affected.biome": "mõjutatud {0} bioomi", + "worldedit.operation.affected.block": "mõjutatud {0} plokki", + "worldedit.operation.affected.entity": "mõjutatud {0} olemit", + "worldedit.error.file-aborted": "Faili valimine katkestati.", + "worldedit.error.no-file-selected": "Ăśhtegi faili pole valitud.", + "worldedit.error.incorrect-usage": "Kasutus: {0}", + "worldedit.selection.cuboid.info.pos1": "Positsioon 1: {0}", + "worldedit.selection.cuboid.info.pos2": "Positsioon 2: {0}", + "worldedit.selection.cuboid.explain.primary": "Esimene positsioon on määratud {0}.", + "worldedit.selection.cuboid.explain.primary-area": "Esimene positsioon on määratud {0} ({1}).", + "worldedit.selection.cuboid.explain.secondary": "Teine positsioon on määratud {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "Teine positsioon on määratud {0} ({1}).", + "worldedit.selection.ellipsoid.info.center": "Keskus: {0}", + "worldedit.selection.ellipsoid.explain.primary": "Keskpositsioon on määratud {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "Keskpositsioon on määratud {0} ({1}).", + "worldedit.selection.cylinder.info.center": "Keskus: {0}", + "worldedit.help.command-not-found": "Käsklust '{0}' ei leitud.", + "worldedit.cli.unknown-command": "Tundmatu käsklus!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/eu/strings.json b/config/worldedit/.archive-unpack/2e1dd752/eu/strings.json new file mode 100644 index 0000000..885cca1 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/eu/strings.json @@ -0,0 +1,129 @@ +{ + "worldedit.brush.apply.radius": "Eskuilaren tamainua", + "worldedit.brush.apply.shape": "Regioiaren forma", + "worldedit.brush.paint.size": "Eskuilaren tamainua", + "worldedit.brush.paint.shape": "Regioiaren forma", + "worldedit.brush.paint.density": "Eskuilaren dentsitatea", + "worldedit.brush.operation.equip": "Eskuila {0} esarrita.", + "worldedit.drawsel.disabled": "Zerbitzariko CUI desgaituta.", + "worldedit.fast.disabled": "Askar modua desgaituta.", + "worldedit.gmask.disabled": "Maskara globala desgaituta.", + "worldedit.gmask.set": "Maskara globala esarrita.", + "worldedit.searchitem.searching": "(Itxaron mezedez... objetuak bilatzen)", + "worldedit.undo.none": "Ezer ez desegiteko.", + "worldedit.redo.none": "Ezer ez berregiteko.", + "worldedit.clearhistory.cleared": "Legenda garbituta.", + "worldedit.restore.none-for-specific-world": "Ez dira aurkitu snapshots-rik munduan: '{0}'.", + "worldedit.restore.none-for-world": "Ez dira aurkitu snapshots-rik munduan honetan.", + "worldedit.restore.none-found": "Ez dira snapshots-rik aurkitu.", + "worldedit.restore.none-found-console": "Ez dira aurkitu snapshots-rik. Begiratu konsola xehetasunetarako.", + "worldedit.restore.block-place-error": "Pasaden errorea: {0}", + "worldedit.schematic.unknown-format": "Ezezagun schematic formatua: {0}.", + "worldedit.schematic.load.does-not-exist": "{0} Schematic-a ez da existitzen!", + "worldedit.schematic.load.loading": "(Itxaron mezedez... schematic kargatzen)", + "worldedit.schematic.load.still-loading": "(Itxaron mezedez... Schematic oraindik kargatzen ari dago)", + "worldedit.schematic.save.failed-directory": "Ezin izan da schematic-eko karpeta sortu!", + "worldedit.schematic.save.saving": "(Itxaron mezedez... Schematic gordetzen)", + "worldedit.schematic.save.still-saving": "(Itxaron mezedez... Schematic oraindik gordetzen ari dago)", + "worldedit.schematic.delete.does-not-exist": "{0} Schematic-a ez da existitzen!", + "worldedit.schematic.delete.failed": "{0} ezabapena huts egin du! Irakurri-bakarrik dago?", + "worldedit.schematic.delete.deleted": "{0} ezabatu da.", + "worldedit.wand.invalid": "Makila objetua ez dago konfiguratua edo desgaituta dago.", + "worldedit.size.type": "Mota: {0}", + "worldedit.size.size": "Tamaina: {0}", + "worldedit.count.counted": "Kontua: {0}", + "worldedit.distr.no-blocks": "Ez dira blokerik zenbatu.", + "worldedit.distr.total": "Bloke guztiren kontua: {0}", + "worldedit.select.ellipsoid.description": "Aukeratu elipsoide bat", + "worldedit.select.sphere.description": "Aukeratu esfera bat", + "worldedit.select.cyl.description": "Aukeratu zilindro bat", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Formatu zaharra: {0}", + "worldedit.listchunks.listfor": "Zerrendatzen chunks: {0}", + "worldedit.fill.created": "{0} bloke bete dira.", + "worldedit.fillr.created": "{0} bloke bete dira.", + "worldedit.fixlava.fixed": "{0} bloke kompondu dira.", + "worldedit.fixwater.fixed": "{0} bloke kompondu dira.", + "worldedit.removeabove.removed": "{0} bloke ezabatu dira.", + "worldedit.removebelow.removed": "{0} bloke ezabatu dira.", + "worldedit.removenear.removed": "{0} bloke ezabatu dira.", + "worldedit.replacenear.replaced": "{0} bloke ordezkatu dira.", + "worldedit.set.done": "Operazioa osatuta.", + "worldedit.set.done.verbose": "Operazioa osatuta ({0}).", + "worldedit.line.changed": "{0} bloke aldatu dira.", + "worldedit.curve.changed": "{0} bloke aldatu dira.", + "worldedit.replace.replaced": "{0} bloke ordezkatu dira.", + "worldedit.regen.regenerated": "Regioia birsortuta.", + "worldedit.walls.changed": "{0} bloke aldatu dira.", + "worldedit.faces.changed": "{0} bloke aldatu dira.", + "worldedit.move.moved": "{0} bloke mugitu dira.", + "worldedit.deform.deformed": "{0} bloke deformatu egin dira.", + "worldedit.hollow.changed": "{0} bloke aldatu dira.", + "worldedit.forest.created": "{0} zuhaitz sortuta.", + "worldedit.flora.created": "{0} flora sortuta.", + "worldedit.unstuck.moved": "Emen daukazu!", + "worldedit.ceil.moved": "Woosh!", + "worldedit.thru.moved": "Woosh!", + "worldedit.jumpto.moved": "Puf!", + "worldedit.up.moved": "Woosh!", + "worldedit.cyl.created": "{0} bloke sortu dira.", + "worldedit.sphere.created": "{0} bloke sortu dira.", + "worldedit.forestgen.created": "{0} zuhaitz sortuta.", + "worldedit.pyramid.created": "{0} bloke sortu dira.", + "worldedit.generate.created": "{0} bloke sortu dira.", + "worldedit.reload.config": "Ezarpena berriro kargatuta!", + "worldedit.report.error": "Huts egin txostena idazten: {0}", + "worldedit.timezone.invalid": "Ordu-eremu baliogabea", + "worldedit.timezone.current": "Aurtengo ordu eremuko ordua: {0} da", + "worldedit.version.version": "WorldEdit bertsioa: {0}", + "worldedit.version.bukkit.unsupported-adapter": "WorldEdit-eko bertsio hau ez du onartzen Bukkit-eko bertsio honetan. Bloke entitateak (ad. Bularrak) egongo dira hutsik, blokeen propietateak (ad. biraketa) galduko dira eta beste gauzak ez dira ibiliko. Eguneratu WorldEdit funtzionaltasun horiek konpontzeko: {0}", + "worldedit.command.player-only": "Komando hau bakarrik jokalari bat erabili ahal du.", + "worldedit.pastebin.uploading": "(Mesedez itxaron... bidaltzen irteera pastebin-era)", + "worldedit.tool.no-block": "Ez dago blokerik ikus kampoan!", + "worldedit.tool.data-cycler.new-value": "{0} balioa orain {1} da.", + "worldedit.tool.deltree.not-tree": "Hori ez da zuhaitz bat.", + "worldedit.tool.tree.obstructed": "Zuhaitz bat ezin da hara joan.", + "worldedit.tool.info.blockstate.hover": "Blokearen estatua", + "worldedit.tool.info.internalid.hover": "Barneko ID", + "worldedit.tool.info.legacy.hover": "Legacy id:data", + "worldedit.tool.navwand.equip": "Nabigazioa makila {0}-ra lotuta.", + "worldedit.tool.superpickaxe.max-range": "Gehieneko tartea {0} da.", + "worldedit.execute.script-permissions": "Ez duzu baimena script hori exekutatzeko.", + "worldedit.executelast.no-script": "Erabili /cs script-arekin izena lehenengo.", + "worldedit.script.read-error": "Errorea Script-a irakurtzen: {0}", + "worldedit.script.unsupported": "Bakarrik .js scriptak onartzen dira", + "worldedit.script.file-not-found": "Script-a ez da existitzen: {0}", + "worldedit.script.failed": "Huts egin exekutatzen: {0}", + "worldedit.operation.affected.biome": "{0} bioma kaltetuta", + "worldedit.operation.affected.block": "{0} bloke kaltetuta", + "worldedit.operation.affected.column": "{0} zutabea kaltetuta", + "worldedit.operation.affected.entity": "{0} entitate kaltetuta", + "worldedit.operation.deform.expression": "deformatuta {0} erabiltzen", + "worldedit.error.unknown-direction": "Ezezagun norabidea: {0}", + "worldedit.error.no-file-selected": "Ez da fitxategirik hautatu.", + "worldedit.error.not-a-block": "Objetu hori ez da bloke bat.", + "worldedit.error.incorrect-usage": "Erabilera: {0}", + "worldedit.error.invalid-page": "Orrialde zenbakia baliogabea", + "worldedit.error.unknown": "Errore ezezagun jazo da: {0}", + "worldedit.selection.ellipsoid.info.center": "Zentroa: {0}", + "worldedit.selection.ellipsoid.explain.primary": "Zentro posizioa {0} ezarrita.", + "worldedit.selection.ellipsoid.explain.primary-area": "Zentro posizioa {0} ({1}) ezarrita.", + "worldedit.selection.ellipsoid.explain.secondary": "Erradio {0} ezarrita.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Erradio {0} ({1}) ezarrita.", + "worldedit.selection.cylinder.info.center": "Zentroa: {0}", + "worldedit.selection.cylinder.info.radius": "Erradioa: {0}", + "worldedit.selection.polygon2d.info": "# puntuak: {0}", + "worldedit.selection.sphere.explain.secondary": "Erradio {0} ezarrita.", + "worldedit.selection.sphere.explain.secondary-defined": "Erradio {0} ({1}) ezarrita.", + "worldedit.sideeffect.lighting": "Argiztapena", + "worldedit.sideeffect.neighbors": "Bizilagunak", + "worldedit.sideeffect.update": "Eguneratu", + "worldedit.sideeffect.entity_ai": "Entitatearen IA", + "worldedit.sideeffect.state.on": "Piztuta", + "worldedit.sideeffect.state.off": "Amatatuta", + "worldedit.sideeffect.box.current": "Oraingo", + "worldedit.sideeffect.box.change-to": "Klik {0} ezartzeko", + "worldedit.help.command-not-found": "'{0}' Komandoa ez da aurkitu.", + "worldedit.cli.stopping": "Gelditzen!", + "worldedit.cli.unknown-command": "Komando ezezaguna!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/fa/strings.json b/config/worldedit/.archive-unpack/2e1dd752/fa/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/fa/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/fi/strings.json b/config/worldedit/.archive-unpack/2e1dd752/fi/strings.json new file mode 100644 index 0000000..27f8c3d --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/fi/strings.json @@ -0,0 +1,25 @@ +{ + "worldedit.gmask.disabled": "Globaali maski poistettu käytöstä.", + "worldedit.gmask.set": "Globaali maski asetettu.", + "worldedit.clearhistory.cleared": "Historia tyhjennetty.", + "worldedit.hpos.no-block": "Ei palikkaa näkyvissä!", + "worldedit.hpos.already-set": "Sijainti on jo asetettu.", + "worldedit.size.type": "Tyyppi: {0}", + "worldedit.size.size": "Koko: {0}", + "worldedit.count.counted": "Laskettu: {0}", + "worldedit.command.permissions": "Sinulla ei ole oikeuksia tehdä tätä.", + "worldedit.selection.cuboid.explain.primary": "Sijainti 1 asetettu sijaintiin {0}.", + "worldedit.selection.cuboid.explain.secondary": "Sijainti 2 asetettu sijaintiin {0}.", + "worldedit.sideeffect.events": "Mod / Plugin -tapahtumat", + "worldedit.sideeffect.events.description": "Ilmoittaa muille modeille / plugineille näistä muutoksista tarvittaessa", + "worldedit.sideeffect.state.on": "Käytössä", + "worldedit.sideeffect.state.delayed": "Myöhässä", + "worldedit.sideeffect.state.off": "Pois", + "worldedit.sideeffect.box.current": "Nykyinen", + "worldedit.sideeffect.box.change-to": "Klikkaa asettaaksesi arvoon {0}", + "worldedit.help.command-not-found": "Komentoa '{0}'ei löydy.", + "worldedit.help.no-subcommands": "'{0}' ei sisällä alikomentoja. (Ehkä '{1}' on parametrille?)", + "worldedit.help.subcommand-not-found": "Alakomentoa '{0}' kohdasta '{1}' ei löytynyt.", + "worldedit.cli.stopping": "Pysäytetään!", + "worldedit.cli.unknown-command": "Tuntematon komento!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/fil/strings.json b/config/worldedit/.archive-unpack/2e1dd752/fil/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/fil/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/fo/strings.json b/config/worldedit/.archive-unpack/2e1dd752/fo/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/fo/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/fr-CA/strings.json b/config/worldedit/.archive-unpack/2e1dd752/fr-CA/strings.json new file mode 100644 index 0000000..e9b3154 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/fr-CA/strings.json @@ -0,0 +1,415 @@ +{ + "worldedit.expand.description.vert": "Étendez la sĂ©lection verticalement vers les limites du monde.", + "worldedit.expand.expanded": "RĂ©gion Ă©tendue de {0} blocs", + "worldedit.expand.expanded.vert": "RĂ©gion Ă©tendue de {0} blocs (de haut en bas).", + "worldedit.biomeinfo.lineofsight": "Biomes en ligne de mire: {0}", + "worldedit.biomeinfo.position": "Biomes Ă  votre position : {0}", + "worldedit.biomeinfo.selection": "Biomes dans votre sĂ©lection : {0}", + "worldedit.brush.radius-too-large": "Rayon maximal autorisĂ© pour les brosses : {0}", + "worldedit.brush.apply.description": "Appliquer la brosse, appliquer une fonction Ă  chaque bloc", + "worldedit.brush.apply.radius": "La taille de la brosse", + "worldedit.brush.apply.shape": "La forme de la rĂ©gion", + "worldedit.brush.apply.type": "Type de brosse Ă  utiliser", + "worldedit.brush.apply.item.warning": "Cette brosse simule l'utilisation des objets. Ses effets peuvent ne pas fonctionner sur toutes les plateformes, peuvent ne pas ĂŞtre rĂ©tablies et peuvent causer d'Ă©tranges interactions avec d'autres mods/plugins. Ă€ utiliser Ă  vos propres risques.", + "worldedit.brush.paint.description": "Brosse pinceau, applique une fonction Ă  une surface", + "worldedit.brush.paint.size": "La taille de la brosse", + "worldedit.brush.paint.shape": "La forme de la rĂ©gion", + "worldedit.brush.paint.density": "La densitĂ© de la brosse", + "worldedit.brush.paint.type": "Type de brosse Ă  utiliser", + "worldedit.brush.paint.item.warning": "Cette brosse simule l'utilisation des objets. Ses effets peuvent ne pas fonctionner sur toutes les plateformes, peuvent ne pas ĂŞtre rĂ©tablies et peuvent causer d'Ă©tranges interactions avec d'autres mods/plugins. Ă€ utiliser Ă  vos propres risques.", + "worldedit.brush.sphere.equip": "Brosse Ă  sphères Ă©quipĂ©e ({0}).", + "worldedit.brush.cylinder.equip": "Brosse Ă  cylindres Ă©quipĂ©e ({0} par {1}).", + "worldedit.brush.clipboard.equip": "Brosse Ă  copier-coller Ă©quipĂ©e.", + "worldedit.brush.smooth.equip": "Brosse de lissage Ă©quipĂ©e ({0} x {1}x avec {2}).", + "worldedit.brush.extinguish.equip": "Extincteur Ă©quipĂ© ({0}).", + "worldedit.brush.gravity.equip": "Brosse Ă  gravitĂ© Ă©quipĂ©e ({0}).", + "worldedit.brush.butcher.equip": "Brosse Ă  massacre Ă©quipĂ©e ({0}).", + "worldedit.brush.operation.equip": "La brosse a Ă©tĂ© dĂ©finie sur {0}.", + "worldedit.brush.heightmap.equip": "Brosse de la hauteur de la carte Ă©quipĂ©e ({0}).", + "worldedit.brush.heightmap.unknown": "Pinceau de la carte de hauteur inconnu : {0}.", + "worldedit.brush.none.equip": "La brosse a Ă©tĂ© retirĂ©e de l'objet en main.", + "worldedit.setbiome.changed": "Les biomes ont Ă©tĂ© changĂ©s pour environ {0} blocs.", + "worldedit.setbiome.warning": "Vous devrez peut-ĂŞtre rejoindre votre partie (ou fermer et rouvrir votre monde) pour voir les changements.", + "worldedit.drawsel.disabled": "CUI dĂ©sactivĂ© sur ce serveur.", + "worldedit.drawsel.enabled": "Le dessin des sĂ©lections (CUI) est activĂ©. Il supporte uniquement les rĂ©gions cubiques, avec une taille maximum de {0}x{1}x{2}.", + "worldedit.drawsel.disabled.already": "Le dessin des sĂ©lections (CUI) est dĂ©jĂ  dĂ©sactivĂ© sur ce serveur.", + "worldedit.drawsel.enabled.already": "Le dessin des sĂ©lections (CUI) est dĂ©jĂ  activĂ© sur ce serveur.", + "worldedit.limit.too-high": "Votre limite maximum autorisable est de {0}.", + "worldedit.limit.set": "La limite de changement de blocs est dĂ©fini sur {0}.", + "worldedit.limit.return-to-default": "(Utilisez //limit pour revenir Ă  la valeur par dĂ©faut.)", + "worldedit.timeout.too-high": "Votre dĂ©lai maximal autorisĂ© est de {0}ms.", + "worldedit.timeout.set": "Le dĂ©lai d'expiration a Ă©tĂ© dĂ©fini Ă  {0} ms.", + "worldedit.timeout.return-to-default": " (Utilisez //timeout pour revenir Ă  la valeur par dĂ©faut.)", + "worldedit.fast.disabled": "Mode rapide dĂ©sactivĂ©.", + "worldedit.fast.enabled": "Mode rapide activĂ©. L'Ă©clairage des chunks affectĂ©s pourrait ĂŞtre incorrect. Il vous faut en gĂ©nĂ©ral vous dĂ©connecter-reconnecter pour voir des changements.", + "worldedit.fast.disabled.already": "Mode rapide dĂ©jĂ  dĂ©sactivĂ©.", + "worldedit.fast.enabled.already": "Mode rapide dĂ©jĂ  activĂ©.", + "worldedit.perf.sideeffect.set": "L'effet de bord [{0}] a Ă©tĂ© dĂ©fini sur [{1}].", + "worldedit.perf.sideeffect.get": "L'effet de bord [{0}] est dĂ©fini sur [{1}].", + "worldedit.perf.sideeffect.already-set": "L'effet de bord [{0}] est dĂ©jĂ  dĂ©fini sur [{1}].", + "worldedit.perf.sideeffect.set-all": "Tous les effets secondaires sont dĂ©finis Ă  {0}", + "worldedit.reorder.current": "Le mode de rĂ©organisation est {0}", + "worldedit.reorder.set": "Le mode de rĂ©organisation est maintenant {0}", + "worldedit.gmask.disabled": "Masque global dĂ©sactivĂ©.", + "worldedit.gmask.set": "Masque global dĂ©fini.", + "worldedit.toggleplace.pos1": "DĂ©sormais placĂ© Ă  la position #1.", + "worldedit.toggleplace.player": "DĂ©sormais placĂ© Ă  la position du bloc sur lequel vous ĂŞtes.", + "worldedit.toggleplace.not-locatable": "Impossible d'activer/dĂ©sactiver le placement dans ce contexte.", + "worldedit.searchitem.too-short": "Entrez un plus long terme de recherche (longueur > 2).", + "worldedit.searchitem.either-b-or-i": "Il n'est pas possible d'utiliser les options -b et -i Ă  la fois.", + "worldedit.searchitem.searching": "(Veuillez patienter... Recherche des Ă©lĂ©ments.)", + "worldedit.watchdog.no-hook": "Cette plateforme n'a pas de support pour watchdog.", + "worldedit.watchdog.active.already": "Support pour watchdog dĂ©jĂ  actif.", + "worldedit.watchdog.inactive.already": "Support pour watchdog dĂ©jĂ  inactif.", + "worldedit.watchdog.active": "Le support pour watchdog est maintenant actif.", + "worldedit.watchdog.inactive": "Le support pour watchdog est maintenant inactif.", + "worldedit.world.remove": "L'Ă©crasement du monde a Ă©tĂ© supprimĂ©.", + "worldedit.world.set": "DĂ©finir la prioritĂ© du monde Ă  {0}. (Utilisez //world pour revenir au paramètres par dĂ©faut)", + "worldedit.undo.undone": "{0} modifications disponibles ont Ă©tĂ© annulĂ©es.", + "worldedit.undo.none": "Il ne reste plus rien Ă  annuler.", + "worldedit.redo.redone": "{0} modifications ont Ă©tĂ© rĂ©tablies.", + "worldedit.redo.none": "Il ne reste plus rien Ă  rĂ©tablir.", + "worldedit.clearhistory.cleared": "Historique effacĂ©.", + "worldedit.raytrace.noblock": "Aucun bloc en vue !", + "worldedit.restore.not-configured": "Le dispositif de sauvegarde (commande /snapshot) n'est pas configurĂ©.", + "worldedit.restore.not-available": "Ce point de sauvegarde n'existe pas ou n'est pas disponible.", + "worldedit.restore.failed": "Échec du chargement du point de sauvegarde : {0}", + "worldedit.restore.loaded": "Le point de sauvegarde {0} a Ă©tĂ© chargĂ©. Restauration en cours...", + "worldedit.restore.restored": "RestaurĂ© ; {0} chunks manquants et {1} autres erreurs.", + "worldedit.restore.none-for-specific-world": "Pas de point de sauvegarde trouvĂ© pour le monde « {0} ».", + "worldedit.restore.none-for-world": "Pas de point de sauvegarde trouvĂ© pour ce monde.", + "worldedit.restore.none-found": "Aucun point de sauvegarde trouvĂ©.", + "worldedit.restore.none-found-console": "Aucun point de sauvegarde trouvĂ©. Consulter la console pour les dĂ©tails.", + "worldedit.restore.chunk-not-present": "Des chunks n'ont pas Ă©tĂ© enregistrĂ©s dans la sauvegarde.", + "worldedit.restore.chunk-load-failed": "Aucun tronçon n'a pu ĂŞtre chargĂ©. Archive corrompue ?", + "worldedit.restore.block-place-failed": "Des erreurs ont empĂŞchĂ© la restauration des blocs.", + "worldedit.restore.block-place-error": "Dernière erreur: {0}", + "worldedit.snapshot.use.newest": "On utilise dĂ©sormais le point de sauvegarde le plus rĂ©cent.", + "worldedit.snapshot.use": "Point de sauvegarde dĂ©fini Ă  : {0}", + "worldedit.snapshot.none-before": "Aucune sauvegarde n'a Ă©tĂ© trouvĂ©e avant {0}.", + "worldedit.snapshot.none-after": "Aucune sauvegarde n'a Ă©tĂ© trouvĂ©e après {0}.", + "worldedit.snapshot.index-above-0": "Indice invalide, il doit ĂŞtre supĂ©rieur ou Ă©gal Ă  1.", + "worldedit.snapshot.index-oob": "Indice invalide, il doit ĂŞtre compris entre 1 et {0}.", + "worldedit.schematic.unknown-format": "Format schematic inconnu: {0}.", + "worldedit.schematic.load.does-not-exist": "Le Schematic {0} n'existe pas !", + "worldedit.schematic.load.loading": "(Veuillez patienter... chargement du schematic.)", + "worldedit.schematic.load.still-loading": "(Veuillez patienter... chargement du schematic.)", + "worldedit.schematic.save.already-exists": "Une sauvegarde du mĂŞme nom existe dĂ©jĂ .\nAjouter -f Ă  la commande pour l'Ă©craser.", + "worldedit.schematic.save.failed-directory": "Impossible de crĂ©er le dossier pour les schematics!", + "worldedit.schematic.save.saving": "(Veuillez patienter... sauvegarde du schematic.)", + "worldedit.schematic.save.still-saving": "(Veuillez patienter... sauvegarde du schematic.)", + "worldedit.schematic.delete.does-not-exist": "Le Schematic {0} n'existe pas !", + "worldedit.schematic.delete.failed": "La suppression de {0} a Ă©chouĂ©. Est-ce en lecture seule ?", + "worldedit.schematic.delete.deleted": "{0} a Ă©tĂ© supprimĂ©.", + "worldedit.schematic.formats.title": "Formats de sauvegarde disponibles (Nom: extension du fichier)", + "worldedit.schematic.unsupported-minecraft-version": "Cette version de WorldEdit ne prend pas en charge votre version de Minecraft. Les schĂ©matics ne fonctionneront pas tant que cela ne sera pas rĂ©solu.", + "worldedit.pos.already-set": "Position dĂ©jĂ  dĂ©finie.", + "worldedit.pos.console-require-coords": "Vous devez fournir des coordonnĂ©es de la mĂŞme manière que la console.", + "worldedit.hpos.no-block": "Aucun bloc en vue !", + "worldedit.hpos.already-set": "Position dĂ©jĂ  dĂ©finie.", + "worldedit.chunk.selected-multiple": "Chunks sĂ©lectionnĂ©s: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "Chunk sĂ©lectionnĂ© : {0}, {1}, {2}", + "worldedit.wand.invalid": "L'outil de sĂ©lection est mal configurĂ© ou dĂ©sactivĂ©.", + "worldedit.wand.selwand.info": "Clic gauche : sĂ©lectionne la position #1 — Clic droit : sĂ©lectionne la position #2", + "worldedit.wand.navwand.info": "Clic gauche : se rendre au pointeur — Clic droit : traverser les murs", + "worldedit.wand.selwand.now.tool": "L'outil de sĂ©lection est dĂ©sormais un outil normal. Vous pouvez le dĂ©sactiver avec {0} et le rĂ©assigner Ă  un item avec {1} ou obtenir un autre outil avec {2}.", + "worldedit.contract.contracted": "La rĂ©gion a Ă©tĂ© contractĂ©e de {0} blocs.", + "worldedit.shift.shifted": "RĂ©gion dĂ©placĂ©e.", + "worldedit.outset.outset": "RĂ©gion dilatĂ©e.", + "worldedit.inset.inset": "RĂ©gion rĂ©trĂ©cie.", + "worldedit.size.offset": "DĂ©calage: {0}", + "worldedit.size.type": "Type: {0}", + "worldedit.size.size": "Taille: {0}", + "worldedit.size.distance": "Distance cuboĂŻde: {0}", + "worldedit.size.blocks": "Nombre de blocs: {0}", + "worldedit.count.counted": "ComptĂ©: {0}", + "worldedit.distr.no-blocks": "Aucun bloc comptĂ©.", + "worldedit.distr.no-previous": "Aucune distribution prĂ©cĂ©dente.", + "worldedit.distr.total": "Nombre total de blocs: {0}", + "worldedit.select.cleared": "SĂ©lection effacĂ©e.", + "worldedit.select.cuboid.message": "CuboĂŻde : clic gauche pour le point 1, clic droit pour le point 2", + "worldedit.select.cuboid.description": "SĂ©lectionnez deux coins d'un cuboĂŻde", + "worldedit.select.extend.message": "CuboĂŻde : clic gauche pour un point de dĂ©part, clic droit pour Ă©tendre", + "worldedit.select.extend.description": "Mode sĂ©lection cuboĂŻde rapide", + "worldedit.select.poly.message": "SĂ©lecteur de polygone 2D : Clic gauche/droite pour ajouter un point.", + "worldedit.select.poly.limit-message": "{0} points maximum.", + "worldedit.select.poly.description": "SĂ©lectionnez un polygone en 2D avec une hauteur", + "worldedit.select.ellipsoid.message": "SĂ©lecteur ellipsoĂŻdal: clic gauche=centre, clic droit pour Ă©tendre", + "worldedit.select.ellipsoid.description": "SĂ©lectionnez un ellipsoĂŻde", + "worldedit.select.sphere.message": "SĂ©lecteur sphĂ©rique : clic gauche = centre, clic droit pour dĂ©finir le rayon", + "worldedit.select.sphere.description": "SĂ©lectionnez une sphère", + "worldedit.select.cyl.message": "SĂ©lecteur de cylindres : clic gauche=centre, clic droit pour Ă©tendre la sĂ©lection", + "worldedit.select.cyl.description": "SĂ©lectionnez un cylindre", + "worldedit.select.convex.message": "SĂ©lecteur de polyèdres convexes : Clic gauche = Premier sommet, clic droit pour en ajouter plus.", + "worldedit.select.convex.limit-message": "{0} points maximum.", + "worldedit.select.convex.description": "SĂ©lectionnez un polyèdre convexe", + "worldedit.select.default-set": "Votre sĂ©lecteur par dĂ©faut est dĂ©sormais {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Ancien format: {0}", + "worldedit.chunkinfo.mcregion-filename": "McRegion: rĂ©gion/{0}", + "worldedit.listchunks.listfor": "Listage des tronçons pour : {0}", + "worldedit.drain.drained": "{0} blocs ont Ă©tĂ© drainĂ©s.", + "worldedit.fill.created": "{0} blocs ont Ă©tĂ© remplis.", + "worldedit.fillr.created": "{0} blocs ont Ă©tĂ© remplis.", + "worldedit.fixlava.fixed": "{0} blocs ont Ă©tĂ© corrigĂ©s.", + "worldedit.fixwater.fixed": "{0} blocs ont Ă©tĂ© corrigĂ©s.", + "worldedit.removeabove.removed": "{0} blocs ont Ă©tĂ© supprimĂ©s.", + "worldedit.removebelow.removed": "{0} blocs ont Ă©tĂ© supprimĂ©s.", + "worldedit.removenear.removed": "{0} blocs ont Ă©tĂ© supprimĂ©s.", + "worldedit.replacenear.replaced": "{0} blocs ont Ă©tĂ© remplacĂ©s.", + "worldedit.snow.created": "{0} surfaces ont Ă©tĂ© recouvertes.", + "worldedit.thaw.removed": "{0} blocs ont Ă©tĂ© fondus.", + "worldedit.green.changed": "{0} blocs ont Ă©tĂ© couverts de verdure.", + "worldedit.extinguish.removed": "{0} feux ont Ă©tĂ© Ă©teints.", + "worldedit.butcher.killed": "{0} crĂ©atures ont Ă©tĂ© tuĂ©es dans un rayon de {1}.", + "worldedit.butcher.explain-all": "Utilisez -1 pour supprimer toutes les crĂ©atures dans les tronçons chargĂ©s.", + "worldedit.remove.removed": "{0} entitĂ©s ont Ă©tĂ© marquĂ©es pour la suppression.", + "worldedit.remove.explain-all": "Utilisez -1 pour supprimer toutes les entitĂ©s dans les tronçons chargĂ©s.", + "worldedit.calc.invalid": "'{0}' n'a pas pu ĂŞtre analysĂ© comme une expression valide", + "worldedit.calc.invalid.with-error": "'{0}' ' n'a pas pu ĂŞtre analysĂ© comme une expression valide : '{1}'", + "worldedit.paste.pasted": "La sĂ©lection a Ă©tĂ© collĂ©e en {0}.", + "worldedit.paste.selected": "RĂ©gion de collage du presse-papiers sĂ©lectionnĂ©.", + "worldedit.rotate.no-interpolation": "Note: L'interpolation n'est pas encore supportĂ©, les angles multiples de 90 sont donc recommandĂ©s.", + "worldedit.rotate.rotated": "La sĂ©lection copiĂ©e/coupĂ©e a Ă©tĂ© pivotĂ©e.", + "worldedit.flip.flipped": "La sĂ©lection copiĂ©e/coupĂ©e a Ă©tĂ© inversĂ©e.", + "worldedit.clearclipboard.cleared": "Presse-papiers vidĂ©.", + "worldedit.set.done": "OpĂ©ration terminĂ©e.", + "worldedit.set.done.verbose": "OpĂ©ration terminĂ©e ({0}).", + "worldedit.line.changed": "{0} blocs ont Ă©tĂ© changĂ©s.", + "worldedit.line.invalid-type": "//line ne fonctionne que pour des sĂ©lections cuboĂŻdes ou polyèdres convexes", + "worldedit.curve.changed": "{0} blocs ont Ă©tĂ© changĂ©s.", + "worldedit.curve.invalid-type": "//curve ne fonctionne que pour des sĂ©lections polyèdres convexes", + "worldedit.replace.replaced": "{0} blocs ont Ă©tĂ© remplacĂ©s.", + "worldedit.stack.changed": "{0} blocs ont Ă©tĂ©s modifiĂ©s. Annulez avec //undo", + "worldedit.stack.intersecting-region": "Le dĂ©calage de la pile ne doit pas entrer en collision avec la rĂ©gion lors de l'utilisation d'unitĂ©s blocs", + "worldedit.regen.regenerated": "RĂ©gion rĂ©gĂ©nĂ©rĂ©e.", + "worldedit.regen.failed": "Impossible de rĂ©gĂ©nĂ©rer ces chunks. Regardez la console du serveur pour plus de dĂ©tails.", + "worldedit.walls.changed": "{0} blocs ont Ă©tĂ© changĂ©s.", + "worldedit.faces.changed": "{0} blocs ont Ă©tĂ© changĂ©s.", + "worldedit.overlay.overlaid": "{0} blocs ont Ă©tĂ©s recouverts.", + "worldedit.naturalize.naturalized": "{0} blocs ont maintenant l'air plus naturels.", + "worldedit.center.changed": "Centre dĂ©fini ({0} blocs modifiĂ©s)", + "worldedit.smooth.changed": "Hauteur du terrain lissĂ©e. {0} blocs modifiĂ©s.", + "worldedit.move.moved": "{0} blocs dĂ©placĂ©s.", + "worldedit.deform.deformed": "{0} blocs ont Ă©tĂ© dĂ©formĂ©s.", + "worldedit.hollow.changed": "{0} blocs ont Ă©tĂ© changĂ©s.", + "worldedit.forest.created": "{0} arbres plantĂ©s.", + "worldedit.flora.created": "{0} vĂ©gĂ©tations crĂ©Ă©es.", + "worldedit.unstuck.moved": "Et voilĂ !", + "worldedit.ascend.obstructed": "Aucun endroit libre au-dessus de vous n'a Ă©tĂ© trouvĂ©.", + "worldedit.ascend.moved": "Augmentation de {0} niveaux.", + "worldedit.descend.obstructed": "Aucun endroit libre en dessous de vous n'a Ă©tĂ© trouvĂ©.", + "worldedit.descend.moved": "Descendu de {0} niveaux.", + "worldedit.ceil.obstructed": "Aucun endroit libre au-dessus de vous n'a Ă©tĂ© trouvĂ©.", + "worldedit.ceil.moved": "Woosh!", + "worldedit.thru.obstructed": "Pas d'endroit libre trouvĂ© autour de vous.", + "worldedit.thru.moved": "Woosh!", + "worldedit.jumpto.moved": "Pouf!", + "worldedit.jumpto.none": "Aucun bloc en vue (ou trop loin) !", + "worldedit.up.obstructed": "Vous vous taperiez la tĂŞte contre quelque chose au dessus de vous.", + "worldedit.up.moved": "Woosh!", + "worldedit.cyl.invalid-radius": "Vous devez spĂ©cifier soit 1 soit 2 valeur(s) de rayon.", + "worldedit.cyl.created": "{0} blocs ont Ă©tĂ© crĂ©Ă©s.", + "worldedit.sphere.invalid-radius": "Vous devez spĂ©cifier 1 ou bien 3 valeurs de rayon.", + "worldedit.sphere.created": "{0} blocs ont Ă©tĂ© crĂ©Ă©s.", + "worldedit.forestgen.created": "{0} arbres plantĂ©s.", + "worldedit.pumpkins.created": "{0} buissons Ă  citrouilles crĂ©Ă©s.", + "worldedit.pyramid.created": "{0} blocs ont Ă©tĂ© crĂ©Ă©s.", + "worldedit.generate.created": "{0} blocs ont Ă©tĂ© crĂ©Ă©s.", + "worldedit.generatebiome.changed": "{0} biomes affectĂ©s.", + "worldedit.reload.config": "Configuration rechargĂ©e !", + "worldedit.report.written": "Analyse des activitĂ©s de World Edit enregistrĂ©e dans :\n{0}", + "worldedit.report.error": "L'Ă©criture du rapport a Ă©chouĂ© : {0}", + "worldedit.report.callback": "Rapport WorldEdit : {0}.report", + "worldedit.timezone.invalid": "Fuseau horaire invalide", + "worldedit.timezone.set": "Fuseau horaire dĂ©fini pour cette session sur : {0}", + "worldedit.timezone.current": "L'heure actuelle dans ce fuseau horaire est : {0}", + "worldedit.version.version": "WorldEdit version {0}", + "worldedit.version.bukkit.unsupported-adapter": "Cette version de WorldEdit ne prend pas entièrement en charge votre version de Bukkit. Les entitĂ©s de bloc (par exemple les coffres) seront vides, les propriĂ©tĂ©s de bloc (e. . rotation) sera manquante, et d'autres choses peuvent ne pas fonctionner. Mettez Ă  jour WorldEdit pour restaurer cette fonctionnalitĂ© :\n{0}", + "worldedit.trace.no-tracing-extents": "Trace: Aucune Ă©tendue n'a Ă©tĂ© utilisĂ©e.", + "worldedit.trace.action-failed": "Trace: Action(s) {0} Ă  {1} rejetĂ©e par l'Ă©tendue {2}", + "worldedit.trace.active.already": "Mode Trace dĂ©jĂ  activĂ©.", + "worldedit.trace.inactive.already": "Mode Trace dĂ©jĂ  inactif.", + "worldedit.trace.active": "Mode Trace maintenant activĂ©.", + "worldedit.trace.inactive": "Mode Trace maintenant inactif.", + "worldedit.command.time-elapsed": "{0} sec. Ă©coulĂ©es (historique : {1} modifiĂ©s / {2} blocs/sec.).", + "worldedit.command.permissions": "Vous n'ĂŞtes pas autorisĂ© Ă  faire ceci. ĂŠtes vous dans le bon mode ?", + "worldedit.command.player-only": "Cette commande doit ĂŞtre utilisĂ©e avec un joueur.", + "worldedit.command.error.report": "Veuillez signaler cette erreur : [Voir la console]", + "worldedit.pastebin.uploading": "(Veuillez patienter... envoi de la sortie vers pastebin...)", + "worldedit.session.cant-find-session": "Impossible de trouver la session pour {0}", + "worldedit.platform.no-file-dialog": "Les dialogues par fichier ne sont pas supportĂ©s dans votre environnement.", + "worldedit.asset.load.loading": "(Veuillez patienter... chargement de la ressource.)", + "worldedit.asset.load.still-loading": "(Veuillez patienter... chargement de la ressource.)", + "worldedit.asset.load.failed": "Impossible de charger la ressource", + "worldedit.tool.max-block-changes": "Limite maximale de blocs modifiĂ©s atteinte.", + "worldedit.tool.no-block": "Aucun bloc en vue !", + "worldedit.tool.repl.equip": "Outil de remplacement de blocs Ă©quipĂ© sur {0}.", + "worldedit.tool.repl.switched": "Outil de remplacement changĂ© sur: {0}", + "worldedit.tool.data-cycler.equip": "Outil de remplacement de donnĂ©es de blocs Ă©quipĂ© sur {0}.", + "worldedit.tool.data-cycler.block-not-permitted": "Vous n'ĂŞtes pas autorisĂ© Ă  changer la valeur des donnĂ©es de ce bloc.", + "worldedit.tool.data-cycler.cant-cycle": "Les donnĂ©es de ce bloc ne peuvent pas ĂŞtre changĂ©es !", + "worldedit.tool.data-cycler.new-value": "La valeur de {0} est maintenant {1}.", + "worldedit.tool.data-cycler.cycling": "Changement de {0}.", + "worldedit.tool.deltree.equip": "Outil de suppression d'arbres volants attachĂ© Ă  {0}.", + "worldedit.tool.deltree.not-tree": "Ceci n'est pas un arbre.", + "worldedit.tool.deltree.not-floating": "Cet arbre ne vole pas.", + "worldedit.tool.tree.equip": "Outil de plantation d'arbre Ă©quipĂ© sur {0}.", + "worldedit.tool.tree.obstructed": "Un arbre ne peux pas pousser ici.", + "worldedit.tool.info.equip": "Outil d'information Ă©quipĂ© sur {0}.", + "worldedit.tool.info.blockstate.hover": "État du bloc", + "worldedit.tool.info.internalid.hover": "ID interne", + "worldedit.tool.info.legacy.hover": "Ancien id:data", + "worldedit.tool.info.light.hover": "Lumière du bloc / Lumière au-dessus", + "worldedit.tool.none.equip": "Outil retirĂ© de l'objet en main.", + "worldedit.tool.none.to.unequip": "Votre objet actuel n'est pas liĂ©.", + "worldedit.tool.selwand.equip": "Outil de sĂ©lection attachĂ© Ă  [{0}].", + "worldedit.tool.navwand.equip": "Outil de navigation liĂ© Ă  {0}.", + "worldedit.tool.floodfill.equip": "Outil de remplacement de donnĂ©es de blocs Ă©quipĂ© sur {0}.", + "worldedit.tool.farwand.equip": "Outil de sĂ©lection longue portĂ©e attachĂ© Ă  [{0}].", + "worldedit.tool.lrbuild.equip": "Outil de construction longue portĂ©e Ă©quipĂ© sur {0}.", + "worldedit.tool.lrbuild.set": "Clic gauche pour {0} ; clic droit pour {1}.", + "worldedit.tool.stack.equip": "Outil de stack liĂ© Ă  {0}.", + "worldedit.tool.unbind-instruction": "ExĂ©cutez {0} tout en maintenant l'objet pour le dĂ©sassigner.", + "worldedit.tool.superpickaxe.mode.single": "Mode unitaire activĂ©. Cliquer gauche avec une pioche. // pour le retirer.", + "worldedit.tool.superpickaxe.mode.area": "Mode volume activĂ©. Cliquer gauche avec une pioche. // pour le retirer.", + "worldedit.tool.superpickaxe.mode.recursive": "Mode sphère activĂ©. Cliquer gauche avec une pioche. // pour le retirer.", + "worldedit.tool.superpickaxe.max-range": "La plage maximale est {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Super pioche dĂ©jĂ  activĂ©e.", + "worldedit.tool.superpickaxe.disabled.already": "Super pioche dĂ©jĂ  dĂ©sactivĂ©e.", + "worldedit.tool.superpickaxe.enabled": "Super pioche activĂ©e.", + "worldedit.tool.superpickaxe.disabled": "Super pioche dĂ©sactivĂ©e.", + "worldedit.tool.mask.set": "Masque de brosse dĂ©fini.", + "worldedit.tool.mask.disabled": "Masque de brosse dĂ©sactivĂ©.", + "worldedit.tool.material.set": "MatĂ©riau de la brosse dĂ©fini.", + "worldedit.tool.range.set": "PortĂ©e de brosse dĂ©finie.", + "worldedit.tool.size.set": "Taille de brosse dĂ©finie.", + "worldedit.tool.tracemask.set": "Masque de brosse dĂ©fini.", + "worldedit.tool.tracemask.disabled": "Masque de trace dĂ©sactivĂ©.", + "worldedit.tool.error.cannot-bind": "Outil non applicable Ă  cet objet ({0}). {1}", + "worldedit.tool.error.item-only": "Les blocs ne peuvent pas ĂŞtre utilisĂ©s.", + "worldedit.execute.script-permissions": "Vous n'avez pas la permission d'utiliser ce script.", + "worldedit.executelast.no-script": "Utilisez d'abord la commande /cs suivie du nom d'un script.", + "worldedit.script.read-error": "Erreur de lecture du script : {0}", + "worldedit.script.unsupported": "Seuls les scripts .js sont supportĂ©s actuellement.", + "worldedit.script.file-not-found": "Le script n'existe pas : {0}", + "worldedit.script.no-script-engine": "Impossible de trouver un moteur de script installĂ©.\nVeuillez consulter https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "Impossible d'exĂ©cuter : {0}", + "worldedit.script.failed-console": "Impossible d'exĂ©cuter (voir console): {0}", + "worldedit.operation.affected.biome": "{0} biomes affectĂ©s", + "worldedit.operation.affected.block": "{0} blocs affectĂ©s", + "worldedit.operation.affected.column": "{0} colonnes affectĂ©es", + "worldedit.operation.affected.entity": "{0} entitĂ©s affectĂ©es", + "worldedit.operation.deform.expression": "dĂ©formĂ© en utilisant {0}", + "worldedit.error.invalid-number": "On attend ici un nombre, pas une chaĂ®ne de caractères.", + "worldedit.error.invalid-number.matches": "On attend ici un nombre. Une chaĂ®ne de caractère « {0} » a Ă©tĂ© donnĂ©e.", + "worldedit.error.incomplete-region": "Il vous faut d'abord sĂ©lectionner une rĂ©gion.", + "worldedit.error.unknown-block": "Le nom de bloc « {0} » n'a pas Ă©tĂ© reconnu.", + "worldedit.error.unknown-entity": "Le nom d'entitĂ© « {0} » n'a pas Ă©tĂ© reconnu.", + "worldedit.error.unknown-mob": "Le nom de crĂ©ature « {0} » n'a pas Ă©tĂ© reconnu.", + "worldedit.error.unknown-biome": "Le nom de biome « {0} » n'a pas Ă©tĂ© reconnu.", + "worldedit.error.unknown-tag": "Le motif « {0} » n'a pas Ă©tĂ© reconnu.", + "worldedit.error.empty-tag": "Le motif « {0} » n'a pas de contenu.", + "worldedit.error.no-match": "Pas de correspondance pour « {0} ».", + "worldedit.error.disallowed-block": "Bloc « {0} » non autorisĂ© (voir la configuration WorldEdit).", + "worldedit.error.max-changes": "Le nombre maximal de blocs pouvant ĂŞtre modifiĂ©s en une opĂ©ration a Ă©tĂ© atteint ({0}).", + "worldedit.error.max-brush-radius": "Rayon maximal pour les brosses (dĂ©fini par la configuration) : {0}.", + "worldedit.error.max-radius": "Rayon maximal (dĂ©fini par la configuration) : {0}.", + "worldedit.error.unknown-direction": "Direction inconnue : {0}", + "worldedit.error.empty-clipboard": "Votre presse-papier est vide.\nIl faut d'abord sĂ©lectionner une rĂ©gion puis la copier avec //copy.", + "worldedit.error.invalid-filename": "Nom de fichier « {0} » invalide : {1}", + "worldedit.error.invalid-filename.invalid-characters": "Caractères non valides ou extension de fichier manquante.", + "worldedit.error.file-resolution": "Erreur de rĂ©solution du fichier '{0}' : {1}", + "worldedit.error.file-resolution.outside-root": "Le chemin d'accès est hors du chemin source autorisĂ©.", + "worldedit.error.file-resolution.resolve-failed": "Impossible de rĂ©soudre le chemin d'accès", + "worldedit.error.file-aborted": "La sĂ©lection du fichier a Ă©tĂ© annulĂ©e.", + "worldedit.error.no-file-selected": "Aucun fichier sĂ©lectionnĂ©.", + "worldedit.error.world-unloaded": "Le monde a dĂ©jĂ  Ă©tĂ© dĂ©chargĂ©.", + "worldedit.error.not-a-block": "Cet objet n'est pas un bloc.", + "worldedit.error.not-a-block.item": "Le bloc « {0} » n'est pas un bloc.", + "worldedit.error.incorrect-usage": "Utilisation: {0}", + "worldedit.error.invalid-page": "NumĂ©ro de page invalide", + "worldedit.error.parser.bad-state-format": "Mauvais format d'Ă©tat dans {0}", + "worldedit.error.parser.duplicate-property": "PropriĂ©tĂ© dupliquĂ©e : {0}", + "worldedit.error.parser.empty-state": "Partie vide dans l'Ă©tat", + "worldedit.error.parser.missing-equals-separator": "SĂ©parateur \"=\" manquant", + "worldedit.error.parser.clipboard.missing-offset": "Le dĂ©port est spĂ©cifiĂ© par @ mais aucun dĂ©port n'a Ă©tĂ© donnĂ©. Utilisez #copy@[x,y,z].", + "worldedit.error.parser.unknown-property": "PropriĂ©tĂ© inconnue « {0} » pour le bloc « {1} ».", + "worldedit.error.parser.unknown-value": "Valeur inconnue « {0} » pour la propriĂ©tĂ© « {1} ».", + "worldedit.error.parser.empty-property": "PropriĂ©tĂ© vide dans l'Ă©tat", + "worldedit.error.parser.empty-value": "Valeur vide dans l'Ă©tat", + "worldedit.error.parser.invalid-colon": "Deux-points non valides.", + "worldedit.error.parser.invalid-expression": "Expression non valide : {0}", + "worldedit.error.parser.negate-nothing": "Impossible de retirer Ă  rien!", + "worldedit.error.parser.hanging-lbracket": "Format non valide. Crochet en suspens sur '{0}'.", + "worldedit.error.parser.missing-rbracket": "L'Ă©tat manque de suivi ']'", + "worldedit.error.parser.missing-random-type": "Il manque le type après le marqueur % pour {0}.", + "worldedit.error.parser.clipboard.missing-coordinates": "Le dĂ©calage du presse-papier nĂ©cessite des coordonnĂ©es x,y,z.", + "worldedit.error.parser.player-only": "La saisie « {0} » demande un joueur.", + "worldedit.error.disabled": "Cette fonctionnalitĂ© est dĂ©sactivĂ©e (voir votre configuration WE).", + "worldedit.error.unknown": "Une erreur inconnue est survenue : {0}", + "worldedit.error.missing-extent": "Aucun Extent connu", + "worldedit.error.missing-session": "Aucune session LocalSession connue.", + "worldedit.error.missing-world": "Vous devez indiquer un monde (avec //world).", + "worldedit.error.missing-actor": "Aucun acteur n'est connu", + "worldedit.selection.convex.info.vertices": "Sommets: {0}", + "worldedit.selection.convex.info.triangles": "Triangles: {0}", + "worldedit.selection.convex.explain.primary": "Nouvelle sĂ©lection commencĂ©e avec le sommet {0}.", + "worldedit.selection.convex.explain.secondary": "Ajout du sommet {0} Ă  la sĂ©lection.", + "worldedit.selection.cuboid.info.pos1": "Position 1: {0}", + "worldedit.selection.cuboid.info.pos2": "Position 2: {0}", + "worldedit.selection.cuboid.explain.primary": "Première position dĂ©finie en {0}.", + "worldedit.selection.cuboid.explain.primary-area": "Première position dĂ©finie en {0} ({1}).", + "worldedit.selection.cuboid.explain.secondary": "Seconde position dĂ©finie en {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "Seconde position dĂ©finie en {0} ({1}).", + "worldedit.selection.extend.explain.primary": "SĂ©lection dĂ©marrĂ©e en {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "SĂ©lection Ă©tendue englobant {0} ({1}).", + "worldedit.selection.ellipsoid.info.center": "Centre: {0}", + "worldedit.selection.ellipsoid.info.radius": "Rayons X/Y/Z : {0}", + "worldedit.selection.ellipsoid.explain.primary": "Centre dĂ©fini en {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "Centre dĂ©fini en {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "Rayon dĂ©fini Ă  {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Rayon dĂ©fini Ă  {0} ({1}).", + "worldedit.selection.ellipsoid.error.even-horizontal": "Les changements d'ellipsoĂŻdes doivent ĂŞtre les mĂŞmes pour chaque direction.", + "worldedit.selection.cylinder.info.center": "Centre: {0}", + "worldedit.selection.cylinder.info.radius": "Rayon: {0}", + "worldedit.selection.cylinder.explain.primary": "Construction d'un nouveau cylindre Ă  partir de {0}.", + "worldedit.selection.cylinder.explain.secondary": "Rayon dĂ©fini Ă  {0}/{1} blocs. ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "Il faut d'abord dĂ©finir le point centre avant de dĂ©finir le rayon.", + "worldedit.selection.cylinder.error.even-horizontal": "Les changements sur les cylindres doivent ĂŞtre les mĂŞmes pour chaque direction horizontale.", + "worldedit.selection.polygon2d.info": "Nombre de points: {0}", + "worldedit.selection.polygon2d.explain.primary": "DĂ©marrage d'un nouveau polygone Ă  {0}.", + "worldedit.selection.polygon2d.explain.secondary": "Ajout du point #{0} Ă  {1}.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "Les polygones ne peuvent ĂŞtre Ă©tendus que selon la verticale.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "Les polygones ne peuvent ĂŞtre contractĂ©s que selon la verticale.", + "worldedit.selection.sphere.explain.secondary": "Rayon dĂ©fini Ă  {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "Rayon dĂ©fini sur {0} ({1}).", + "worldedit.selection.null.error.immutable": "Impossible de modifier la rĂ©gion NullRegion.", + "worldedit.selection.intersection.error.cannot-expand": "Il n'est pas possible d'Ă©tendre une intersection entre rĂ©gions.", + "worldedit.selection.intersection.error.cannot-contract": "Il n'est pas possible de contracter une intersection entre rĂ©gions.", + "worldedit.selection.transform.error.cannot-expand": "Il n'est pas possible d'Ă©tendre une rĂ©gion transformĂ©e.", + "worldedit.selection.transform.error.cannot-contract": "Il n'est pas possible de contracter une rĂ©gion transformĂ©e.", + "worldedit.selection.transform.error.cannot-change": "Il n'est pas possible de modifier une rĂ©gion TransformedRegion.", + "worldedit.sideeffect.lighting": "Éclairage", + "worldedit.sideeffect.lighting.description": "Met Ă  jour de l'Ă©clairage des blocs", + "worldedit.sideeffect.neighbors": "Voisins", + "worldedit.sideeffect.neighbors.description": "Notifie les blocs des modifications Ă  proximitĂ©", + "worldedit.sideeffect.update": "Mise Ă  jour", + "worldedit.sideeffect.update.description": "Notifie le bloc modifiĂ©", + "worldedit.sideeffect.validation": "Validation", + "worldedit.sideeffect.validation.description": "Valide et corrige les Ă©tats de monde incohĂ©rents, tels que les blocs dĂ©connectĂ©s.", + "worldedit.sideeffect.entity_ai": "IA des entitĂ©s", + "worldedit.sideeffect.entity_ai.description": "Met Ă  jour les chemins d'IA des entitĂ©s pour les changements de bloc", + "worldedit.sideeffect.events": "ÉvĂ©nements Mod/Plugin", + "worldedit.sideeffect.events.description": "Informer les autres modules et plugiciels des changements opĂ©rĂ©s", + "worldedit.sideeffect.state.on": "ActivĂ©", + "worldedit.sideeffect.state.delayed": "DĂ©layĂ©", + "worldedit.sideeffect.state.off": "DĂ©sactivĂ©", + "worldedit.sideeffect.box.current": "Actuel", + "worldedit.sideeffect.box.change-to": "Cliquez pour dĂ©finir Ă  {0}", + "worldedit.help.command-not-found": "La commande '{0}' n'existe pas.", + "worldedit.help.no-subcommands": "'{0}' n'a pas de sous-commandes. ('{1}' correspond-il plutĂ´t Ă  un paramètre ?)", + "worldedit.help.subcommand-not-found": "La sous-commande '{0}' pour '{1}' n'a pas Ă©tĂ© trouvĂ©e.", + "worldedit.cli.stopping": "ArrĂŞt!", + "worldedit.cli.unknown-command": "Commande inconnue!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/fr/strings.json b/config/worldedit/.archive-unpack/2e1dd752/fr/strings.json new file mode 100644 index 0000000..25e0de3 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/fr/strings.json @@ -0,0 +1,415 @@ +{ + "worldedit.expand.description.vert": "Étendez la sĂ©lection verticalement vers les limites du monde.", + "worldedit.expand.expanded": "RĂ©gion Ă©tendue de {0} blocs.", + "worldedit.expand.expanded.vert": "RĂ©gion Ă©tendue de {0} blocs (de haut en bas).", + "worldedit.biomeinfo.lineofsight": "Biomes en ligne de mire: {0}", + "worldedit.biomeinfo.position": "Biomes Ă  votre position : {0}", + "worldedit.biomeinfo.selection": "Biomes dans votre sĂ©lection : {0}", + "worldedit.brush.radius-too-large": "Rayon maximal autorisĂ© pour les brosses : {0}", + "worldedit.brush.apply.description": "Apply brush, apply a function to every block.", + "worldedit.brush.apply.radius": "La taille de la brosse", + "worldedit.brush.apply.shape": "La forme de la rĂ©gion", + "worldedit.brush.apply.type": "Type de brosse Ă  utiliser", + "worldedit.brush.apply.item.warning": "This brush simulates item usages. Its effects may not work on all platforms, may not be undo-able, and may cause strange interactions with other mods/plugins. Use at your own risk.", + "worldedit.brush.paint.description": "Brosse pinceau, applique une fonction Ă  une surface.", + "worldedit.brush.paint.size": "La taille de la brosse", + "worldedit.brush.paint.shape": "La forme de la rĂ©gion", + "worldedit.brush.paint.density": "La densitĂ© de la brosse", + "worldedit.brush.paint.type": "Type de brosse Ă  utiliser", + "worldedit.brush.paint.item.warning": "This brush simulates item usages. Its effects may not work on all platforms, may not be undo-able, and may cause strange interactions with other mods/plugins. Use at your own risk.", + "worldedit.brush.sphere.equip": "Brosse Ă  sphères Ă©quipĂ©e ({0}).", + "worldedit.brush.cylinder.equip": "Brosse Ă  cylindres Ă©quipĂ©e ({0} par {1}).", + "worldedit.brush.clipboard.equip": "Brosse Ă  copier-coller Ă©quipĂ©e.", + "worldedit.brush.smooth.equip": "Brosse de lissage Ă©quipĂ©e ({0} x {1}x avec {2}).", + "worldedit.brush.extinguish.equip": "Extincteur Ă©quipĂ© ({0}).", + "worldedit.brush.gravity.equip": "Brosse Ă  gravitĂ© Ă©quipĂ©e ({0}).", + "worldedit.brush.butcher.equip": "Brosse Ă  massacre Ă©quipĂ©e ({0}).", + "worldedit.brush.operation.equip": "La brosse a Ă©tĂ© dĂ©finie sur {0}.", + "worldedit.brush.heightmap.equip": "Brosse heightmap (hauteur) Ă©quipĂ©e ({0}).", + "worldedit.brush.heightmap.unknown": "Brosse heightmap (hauteur) inconnue : {0}.", + "worldedit.brush.none.equip": "La brosse a Ă©tĂ© retirĂ©e de l'objet en main.", + "worldedit.setbiome.changed": "Les biomes ont Ă©tĂ© changĂ©s pour environ {0} blocs.", + "worldedit.setbiome.warning": "Vous devrez peut-ĂŞtre rejoindre votre partie (ou fermer et rouvrir votre monde) pour voir les changements.", + "worldedit.drawsel.disabled": "Le dessin des sĂ©lections (CUI) est dĂ©sactivĂ© sur ce serveur.", + "worldedit.drawsel.enabled": "Le dessin des sĂ©lections (CUI) est activĂ©. Il supporte uniquement les rĂ©gions cubiques, avec une taille maximum de {0}x{1}x{2}.", + "worldedit.drawsel.disabled.already": "Le dessin des sĂ©lections (CUI) est dĂ©jĂ  dĂ©sactivĂ© sur ce serveur.", + "worldedit.drawsel.enabled.already": "Le dessin des sĂ©lections (CUI) est dĂ©jĂ  activĂ© sur ce serveur.", + "worldedit.limit.too-high": "Votre limite maximum autorisable est de {0}.", + "worldedit.limit.set": "La limite de changement de blocs est dĂ©fini sur {0}.", + "worldedit.limit.return-to-default": "(Utilisez //limit pour revenir Ă  la valeur par dĂ©faut.)", + "worldedit.timeout.too-high": "Votre dĂ©lai maximal autorisĂ© est de {0}ms.", + "worldedit.timeout.set": "Le dĂ©lai d'expiration a Ă©tĂ© dĂ©fini Ă  {0} ms.", + "worldedit.timeout.return-to-default": " (Utilisez //timeout pour revenir Ă  la valeur par dĂ©faut.)", + "worldedit.fast.disabled": "Mode rapide dĂ©sactivĂ©.", + "worldedit.fast.enabled": "Mode rapide activĂ©. L'Ă©clairage des tronçons affectĂ©s pourrait ĂŞtre incorrect. Il vous faut en gĂ©nĂ©ral vous dĂ©connecter-reconnecter pour voir des changements.", + "worldedit.fast.disabled.already": "Mode rapide dĂ©jĂ  dĂ©sactivĂ©.", + "worldedit.fast.enabled.already": "Mode rapide dĂ©jĂ  activĂ©.", + "worldedit.perf.sideeffect.set": "L'effet de bord [{0}] a Ă©tĂ© dĂ©fini sur [{1}].", + "worldedit.perf.sideeffect.get": "L'effet de bord [{0}] est dĂ©fini sur [{1}].", + "worldedit.perf.sideeffect.already-set": "L'effet de bord [{0}] est dĂ©jĂ  dĂ©fini sur [{1}].", + "worldedit.perf.sideeffect.set-all": "Tous les effets de bord ont Ă©tĂ© dĂ©finis sur [{0}].", + "worldedit.reorder.current": "Le mode de rĂ©organisation est {0}", + "worldedit.reorder.set": "Le mode de rĂ©organisation est maintenant {0}", + "worldedit.gmask.disabled": "Masque global dĂ©sactivĂ©.", + "worldedit.gmask.set": "Masque global dĂ©fini.", + "worldedit.toggleplace.pos1": "DĂ©sormais placĂ© Ă  la position #1.", + "worldedit.toggleplace.player": "DĂ©sormais placĂ© Ă  la position du bloc sur lequel vous ĂŞtes.", + "worldedit.toggleplace.not-locatable": "Impossible d'activer/dĂ©sactiver le placement dans ce contexte.", + "worldedit.searchitem.too-short": "Entrez un plus long terme de recherche (longueur > 2).", + "worldedit.searchitem.either-b-or-i": "Il n'est pas possible d'utiliser les options -b et -i Ă  la fois.", + "worldedit.searchitem.searching": "(Veuillez patienter... Recherche des Ă©lĂ©ments.)", + "worldedit.watchdog.no-hook": "Cette plateforme n'a pas de support pour watchdog.", + "worldedit.watchdog.active.already": "Support pour watchdog dĂ©jĂ  actif.", + "worldedit.watchdog.inactive.already": "Support pour watchdog dĂ©jĂ  inactif.", + "worldedit.watchdog.active": "Le support pour watchdog est maintenant actif.", + "worldedit.watchdog.inactive": "Le support pour watchdog est maintenant inactif.", + "worldedit.world.remove": "L'Ă©crasement du monde a Ă©tĂ© supprimĂ©.", + "worldedit.world.set": "DĂ©finir la prioritĂ© du monde Ă  {0}. (Utilisez //world &r pour revenir au paramètres par dĂ©faut)", + "worldedit.undo.undone": "{0} modifications disponibles ont Ă©tĂ© annulĂ©es.", + "worldedit.undo.none": "Il ne reste plus rien Ă  annuler.", + "worldedit.redo.redone": "{0} modifications ont Ă©tĂ© rĂ©tablies.", + "worldedit.redo.none": "Il ne reste plus rien Ă  rĂ©tablir.", + "worldedit.clearhistory.cleared": "Historique effacĂ©.", + "worldedit.raytrace.noblock": "Aucun bloc en vue !", + "worldedit.restore.not-configured": "Le dispositif de sauvegarde (commande /snapshot) n'est pas configurĂ©.", + "worldedit.restore.not-available": "Ce point de sauvegarde n'existe pas ou n'est pas disponible.", + "worldedit.restore.failed": "Échec du chargement du point de sauvegarde : {0}", + "worldedit.restore.loaded": "Le point de sauvegarde {0} a Ă©tĂ© chargĂ©. Restauration en cours...", + "worldedit.restore.restored": "RestaurĂ© ; {0} chunks manquants et {1} autres erreurs.", + "worldedit.restore.none-for-specific-world": "Pas de point de sauvegarde trouvĂ© pour le monde « {0} ».", + "worldedit.restore.none-for-world": "Pas de point de sauvegarde trouvĂ© pour ce monde.", + "worldedit.restore.none-found": "Aucun point de sauvegarde trouvĂ©.", + "worldedit.restore.none-found-console": "Aucun point de sauvegarde trouvĂ©. Consulter la console pour les dĂ©tails.", + "worldedit.restore.chunk-not-present": "Des tronçons n'ont pas Ă©tĂ© enregistrĂ©s dans le point de sauvegarde.", + "worldedit.restore.chunk-load-failed": "Aucun tronçon n'a pu ĂŞtre chargĂ©. Archive corrompue ?", + "worldedit.restore.block-place-failed": "Des erreurs ont empĂŞchĂ© les blocs d'ĂŞtre restaurĂ©s.", + "worldedit.restore.block-place-error": "Dernière erreur : {0}", + "worldedit.snapshot.use.newest": "On utilise dĂ©sormais le point de sauvegarde le plus rĂ©cent.", + "worldedit.snapshot.use": "Point de sauvegarde dĂ©fini Ă  : {0}", + "worldedit.snapshot.none-before": "Aucun point de sauvegarde n'a Ă©tĂ© trouvĂ© avant {0}.", + "worldedit.snapshot.none-after": "Aucun point de sauvegarde n'a Ă©tĂ© trouvĂ© après {0}.", + "worldedit.snapshot.index-above-0": "Indice invalide, il doit ĂŞtre supĂ©rieur ou Ă©gal Ă  1.", + "worldedit.snapshot.index-oob": "Indice invalide, il doit ĂŞtre compris entre 1 et {0}.", + "worldedit.schematic.unknown-format": "Format schematic inconnu: {0}.", + "worldedit.schematic.load.does-not-exist": "La sauvegarde {0} n'existe pas !", + "worldedit.schematic.load.loading": "(sauvegarde de la sĂ©lection...)", + "worldedit.schematic.load.still-loading": "(Veuillez patienter... chargement du schematic.)", + "worldedit.schematic.save.already-exists": "Une sauvegarde du mĂŞme nom existe dĂ©jĂ .\nAjouter -f Ă  la commande pour l'Ă©craser.", + "worldedit.schematic.save.failed-directory": "Impossible de crĂ©er le dossier pour les schematics!", + "worldedit.schematic.save.saving": "(sauvegarde de la sĂ©lection...)", + "worldedit.schematic.save.still-saving": "(Veuillez patienter... sauvegarde du schematic.)", + "worldedit.schematic.delete.does-not-exist": "La sauvegarde {0} n'existe pas !", + "worldedit.schematic.delete.failed": "La suppression de {0} a Ă©chouĂ©. Est-ce en lecture seule ?", + "worldedit.schematic.delete.deleted": "{0} a Ă©tĂ© supprimĂ©.", + "worldedit.schematic.formats.title": "Formats de sauvegarde disponibles (NAME: file extension) :", + "worldedit.schematic.unsupported-minecraft-version": "Cette version de WorldEdit ne prend pas en charge votre version de Minecraft. Les schĂ©matics ne fonctionneront pas tant que cela ne sera pas rĂ©solu.", + "worldedit.pos.already-set": "Position dĂ©jĂ  dĂ©finie.", + "worldedit.pos.console-require-coords": "Vous devez fournir des coordonnĂ©es de la mĂŞme manière que la console.", + "worldedit.hpos.no-block": "Aucun bloc en vue !", + "worldedit.hpos.already-set": "Position dĂ©jĂ  dĂ©finie.", + "worldedit.chunk.selected-multiple": "Tronçons sĂ©lectionnĂ©s : ({0}, {1}, {2}) Ă  ({3}, {4},{5})", + "worldedit.chunk.selected": "Chunk sĂ©lectionnĂ© : {0}, {1}, {2}", + "worldedit.wand.invalid": "L'outil de sĂ©lection est mal configurĂ© ou dĂ©sactivĂ©.", + "worldedit.wand.selwand.info": "Clic gauche : sĂ©lectionne la position #1 — Clic droit : sĂ©lectionne la position #2", + "worldedit.wand.navwand.info": "Clic gauche : se rendre au pointeur — Clic droit : traverser les murs", + "worldedit.wand.selwand.now.tool": "L'outil de sĂ©lection est dĂ©sormais un outil normal. Vous pouvez le dĂ©sactiver avec {0} et le rĂ©assigner Ă  un item avec {1} ou obtenir un autre outil avec {2}.", + "worldedit.contract.contracted": "La rĂ©gion a Ă©tĂ© contractĂ©e de {0} blocs.", + "worldedit.shift.shifted": "RĂ©gion dĂ©placĂ©e.", + "worldedit.outset.outset": "RĂ©gion dilatĂ©e.", + "worldedit.inset.inset": "RĂ©gion rĂ©trĂ©cie.", + "worldedit.size.offset": "DĂ©calage : {0}", + "worldedit.size.type": "Type : {0}", + "worldedit.size.size": "Taille : {0}", + "worldedit.size.distance": "Distance cuboĂŻde: {0}", + "worldedit.size.blocks": "Nombre de blocs : {0}", + "worldedit.count.counted": "ComptĂ© : {0}", + "worldedit.distr.no-blocks": "Aucun bloc comptĂ©.", + "worldedit.distr.no-previous": "Aucune distribution prĂ©cĂ©dente.", + "worldedit.distr.total": "Nombre total de blocs: {0}", + "worldedit.select.cleared": "SĂ©lection effacĂ©e.", + "worldedit.select.cuboid.message": "CuboĂŻde : clic gauche pour le point 1, clic droit pour le point 2", + "worldedit.select.cuboid.description": "SĂ©lectionnez deux coins d'un cuboĂŻde", + "worldedit.select.extend.message": "CuboĂŻde : clic gauche pour un point de dĂ©part, clic droit pour Ă©tendre", + "worldedit.select.extend.description": "Mode sĂ©lection cuboĂŻde rapide", + "worldedit.select.poly.message": "SĂ©lecteur de polygone 2D : Clic gauche/droite pour ajouter un point.", + "worldedit.select.poly.limit-message": "{0} points maximum.", + "worldedit.select.poly.description": "SĂ©lectionnez un polygone en 2D avec une hauteur", + "worldedit.select.ellipsoid.message": "SĂ©lecteur ellipsoĂŻdal: clic gauche = centre, clic droit pour Ă©tendre la sĂ©lection", + "worldedit.select.ellipsoid.description": "SĂ©lectionnez un ellipsoĂŻde", + "worldedit.select.sphere.message": "SĂ©lecteur sphĂ©rique : clic gauche = centre, clic droit pour dĂ©finir le rayon", + "worldedit.select.sphere.description": "SĂ©lectionnez une sphère", + "worldedit.select.cyl.message": "SĂ©lecteur de cylindres :\nClic gauche : centre / Clic droit : Ă©tendre la sĂ©lection", + "worldedit.select.cyl.description": "SĂ©lectionnez un cylindre", + "worldedit.select.convex.message": "SĂ©lecteur de polyèdres convexes : Clic gauche = Premier sommet, clic droit pour en ajouter plus.", + "worldedit.select.convex.limit-message": "{0} points maximum.", + "worldedit.select.convex.description": "SĂ©lectionnez un polyèdre convexe", + "worldedit.select.default-set": "Votre sĂ©lecteur par dĂ©faut est dĂ©sormais {0}.", + "worldedit.chunkinfo.chunk": "Tronçon : ({0}, {1})", + "worldedit.chunkinfo.old-filename": "Ancien format : {0}", + "worldedit.chunkinfo.mcregion-filename": "Minecraft Region : region/{0}", + "worldedit.listchunks.listfor": "Listage des tronçons pour : {0}", + "worldedit.drain.drained": "{0} blocs ont Ă©tĂ© drainĂ©.", + "worldedit.fill.created": "{0} blocs ont Ă©tĂ© remplis.", + "worldedit.fillr.created": "{0} blocs ont Ă©tĂ© remplis.", + "worldedit.fixlava.fixed": "{0} blocs ont Ă©tĂ© corrigĂ©s.", + "worldedit.fixwater.fixed": "{0} blocs ont Ă©tĂ© corrigĂ©s.", + "worldedit.removeabove.removed": "{0} blocs ont Ă©tĂ© supprimĂ©s.", + "worldedit.removebelow.removed": "{0} blocs ont Ă©tĂ© supprimĂ©s.", + "worldedit.removenear.removed": "{0} blocs ont Ă©tĂ© supprimĂ©s.", + "worldedit.replacenear.replaced": "{0} blocs ont Ă©tĂ© remplacĂ©s.", + "worldedit.snow.created": "{0} surfaces ont Ă©tĂ© recouvertes.", + "worldedit.thaw.removed": "{0} blocs ont Ă©tĂ© fondus.", + "worldedit.green.changed": "{0} blocs ont Ă©tĂ© couverts de verdure.", + "worldedit.extinguish.removed": "{0} feux ont Ă©tĂ© Ă©teints.", + "worldedit.butcher.killed": "{0} crĂ©atures ont Ă©tĂ© tuĂ©es dans un rayon de {1}.", + "worldedit.butcher.explain-all": "Utilisez -1 pour supprimer toutes les crĂ©atures dans les tronçons chargĂ©s.", + "worldedit.remove.removed": "{0} entitĂ©s ont Ă©tĂ© marquĂ©es pour la suppression.", + "worldedit.remove.explain-all": "Utilisez -1 pour supprimer toutes les entitĂ©s dans les tronçons chargĂ©s.", + "worldedit.calc.invalid": "'{0}' n'a pas pu ĂŞtre analysĂ© comme une expression valide", + "worldedit.calc.invalid.with-error": "'{0}' n'a pas pu ĂŞtre analysĂ© comme une expression valide : '{1}'", + "worldedit.paste.pasted": "La sĂ©lection a Ă©tĂ© collĂ©e en {0}.", + "worldedit.paste.selected": "RĂ©gion de collage du presse-papiers sĂ©lectionnĂ©.", + "worldedit.rotate.no-interpolation": "Note: L'interpolation n'est pas encore supportĂ©, les angles multiples de 90 sont donc recommandĂ©s.", + "worldedit.rotate.rotated": "La sĂ©lection copiĂ©e/coupĂ©e a Ă©tĂ© pivotĂ©e.", + "worldedit.flip.flipped": "La sĂ©lection copiĂ©e/coupĂ©e a Ă©tĂ© inversĂ©e.", + "worldedit.clearclipboard.cleared": "Presse-papiers vidĂ©.", + "worldedit.set.done": "OpĂ©ration terminĂ©e.", + "worldedit.set.done.verbose": "OpĂ©ration terminĂ©e ({0}).", + "worldedit.line.changed": "{0} blocs ont Ă©tĂ© changĂ©s.", + "worldedit.line.invalid-type": "//line ne fonctionne que pour des sĂ©lections cuboĂŻdes ou polyèdres convexes.", + "worldedit.curve.changed": "{0} blocs ont Ă©tĂ© modifiĂ©s.", + "worldedit.curve.invalid-type": "//curve ne fonctionne que pour des sĂ©lections polyèdres convexes.", + "worldedit.replace.replaced": "{0} blocs remplacĂ©s.", + "worldedit.stack.changed": "{0} blocs ont Ă©tĂ©s modifiĂ©s. Annulez avec //undo", + "worldedit.stack.intersecting-region": "Le dĂ©calage de la pile ne doit pas entrer en collision avec la rĂ©gion lors de l'utilisation d'unitĂ©s blocs", + "worldedit.regen.regenerated": "RĂ©gion rĂ©gĂ©nĂ©rĂ©e.", + "worldedit.regen.failed": "Impossible de rĂ©gĂ©nĂ©rer ces chunks. Regardez la console du serveur pour plus de dĂ©tails.", + "worldedit.walls.changed": "{0} modifiĂ©s.", + "worldedit.faces.changed": "{0} modifiĂ©s.", + "worldedit.overlay.overlaid": "{0} blocs ont Ă©tĂ©s recouverts.", + "worldedit.naturalize.naturalized": "{0} blocs ont maintenant l'air plus naturels.", + "worldedit.center.changed": "Centre dĂ©fini ({0} blocs modifiĂ©s).", + "worldedit.smooth.changed": "Hauteur du terrain lissĂ©e. {0} blocs modifiĂ©s.", + "worldedit.move.moved": "{0} blocs dĂ©placĂ©s.", + "worldedit.deform.deformed": "{0} blocs ont Ă©tĂ© dĂ©formĂ©s.", + "worldedit.hollow.changed": "{0} blocs ont Ă©tĂ© changĂ©s.", + "worldedit.forest.created": "{0} arbres plantĂ©s.", + "worldedit.flora.created": "{0} vĂ©gĂ©tations crĂ©Ă©es.", + "worldedit.unstuck.moved": "Vous y voilĂ  !", + "worldedit.ascend.obstructed": "Aucun endroit libre au-dessus de vous n'a Ă©tĂ© trouvĂ©.", + "worldedit.ascend.moved": "Vous montez de {0} niveaux.", + "worldedit.descend.obstructed": "Aucun endroit libre en dessous de vous n'a Ă©tĂ© trouvĂ©.", + "worldedit.descend.moved": "Vous descendez de {0} niveaux.", + "worldedit.ceil.obstructed": "Aucun endroit libre au-dessus de vous n'a Ă©tĂ© trouvĂ©.", + "worldedit.ceil.moved": "Pouf !", + "worldedit.thru.obstructed": "Pas d'endroit libre trouvĂ© autour de vous.", + "worldedit.thru.moved": "Pouf !", + "worldedit.jumpto.moved": "Pouf !", + "worldedit.jumpto.none": "Aucun bloc en vue (ou trop loin) !", + "worldedit.up.obstructed": "Vous vous taperiez la tĂŞte contre quelque chose au dessus de vous.", + "worldedit.up.moved": "Pouf !", + "worldedit.cyl.invalid-radius": "Vous devez spĂ©cifier soit 1 soit 2 valeur(s) de rayon.", + "worldedit.cyl.created": "{0} blocs crĂ©Ă©s.", + "worldedit.sphere.invalid-radius": "Vous devez spĂ©cifier 1 ou bien 3 valeurs de rayon.", + "worldedit.sphere.created": "{0} blocs ont Ă©tĂ© crĂ©Ă©s.", + "worldedit.forestgen.created": "{0} arbres plantĂ©s.", + "worldedit.pumpkins.created": "{0} buissons Ă  citrouilles crĂ©Ă©s.", + "worldedit.pyramid.created": "{0} blocs ont Ă©tĂ© crĂ©Ă©s.", + "worldedit.generate.created": "{0} blocs ont Ă©tĂ© crĂ©Ă©s.", + "worldedit.generatebiome.changed": "{0} biomes affectĂ©s.", + "worldedit.reload.config": "Configuration mise Ă  jour !", + "worldedit.report.written": "Analyse des activitĂ©s de World Edit enregistrĂ©e dans :\n{0}", + "worldedit.report.error": "L'Ă©criture du rapport a Ă©chouĂ© : {0}", + "worldedit.report.callback": "Rapport WorldEdit : {0}.report", + "worldedit.timezone.invalid": "Fuseau horaire invalide.", + "worldedit.timezone.set": "Fuseau horaire dĂ©fini pour cette session sur : {0}", + "worldedit.timezone.current": "L'heure actuelle dans ce fuseau horaire est : {0}", + "worldedit.version.version": "WorldEdit version {0}", + "worldedit.version.bukkit.unsupported-adapter": "Cette version de WorldEdit ne prend pas entièrement en charge votre version de Bukkit. Les entitĂ©s de bloc (par exemple les coffres) seront vides, les propriĂ©tĂ©s de bloc (e. . rotation) sera manquante, et d'autres choses peuvent ne pas fonctionner. Mettez Ă  jour WorldEdit pour restaurer cette fonctionnalitĂ© :\n{0}", + "worldedit.trace.no-tracing-extents": "Trace: Aucune Ă©tendue n'a Ă©tĂ© utilisĂ©e.", + "worldedit.trace.action-failed": "Trace: Action(s) {0} Ă  {1} rejetĂ©e par l'Ă©tendue {2}", + "worldedit.trace.active.already": "Mode Trace dĂ©jĂ  activĂ©.", + "worldedit.trace.inactive.already": "Mode Trace dĂ©jĂ  inactif.", + "worldedit.trace.active": "Mode Trace maintenant activĂ©.", + "worldedit.trace.inactive": "Mode Trace maintenant inactif.", + "worldedit.command.time-elapsed": "{0} sec. Ă©coulĂ©es (historique : {1} modifiĂ©s / {2} blocs/sec.).", + "worldedit.command.permissions": "Vous n'ĂŞtes pas autorisĂ© Ă  faire ceci. ĂŠtes vous dans le bon mode ?", + "worldedit.command.player-only": "Cette commande doit ĂŞtre utilisĂ©e avec un joueur.", + "worldedit.command.error.report": "Veuillez signaler cette erreur : [Voir la console]", + "worldedit.pastebin.uploading": "(envoi des rĂ©sultats sur https://pastebin.com/...)", + "worldedit.session.cant-find-session": "Impossible de trouver la session pour {0}", + "worldedit.platform.no-file-dialog": "Les dialogues par fichier ne sont pas supportĂ©s dans votre environnement.", + "worldedit.asset.load.loading": "(Veuillez patienter... chargement de la ressource.)", + "worldedit.asset.load.still-loading": "(Veuillez patienter... toujours en chargement de la ressource.)", + "worldedit.asset.load.failed": "Impossible de charger la ressource", + "worldedit.tool.max-block-changes": "Limite maximale de blocs modifiĂ©s atteinte.", + "worldedit.tool.no-block": "Aucun bloc en vue !", + "worldedit.tool.repl.equip": "Outil de remplacement de blocs Ă©quipĂ© sur {0}.", + "worldedit.tool.repl.switched": "Outil de remplacement changĂ© sur: {0}", + "worldedit.tool.data-cycler.equip": "Outil de remplacement de donnĂ©es de blocs Ă©quipĂ© sur {0}.", + "worldedit.tool.data-cycler.block-not-permitted": "Vous n'ĂŞtes pas autorisĂ© Ă  changer la valeur des donnĂ©es de ce bloc.", + "worldedit.tool.data-cycler.cant-cycle": "Les donnĂ©es de ce bloc ne peuvent pas ĂŞtre changĂ©es !", + "worldedit.tool.data-cycler.new-value": "La valeur de {0} est maintenant {1}.", + "worldedit.tool.data-cycler.cycling": "Changement de {0}.", + "worldedit.tool.deltree.equip": "Outil de suppression d'arbres volants attachĂ© Ă  {0}.", + "worldedit.tool.deltree.not-tree": "Ceci n'est pas un arbre.", + "worldedit.tool.deltree.not-floating": "Cet arbre ne vole pas.", + "worldedit.tool.tree.equip": "Outil de plantation d'arbre Ă©quipĂ© sur {0}.", + "worldedit.tool.tree.obstructed": "Un arbre ne peux pas pousser ici.", + "worldedit.tool.info.equip": "Outil d'information Ă©quipĂ© sur {0}.", + "worldedit.tool.info.blockstate.hover": "État du bloc", + "worldedit.tool.info.internalid.hover": "ID interne", + "worldedit.tool.info.legacy.hover": "Ancien id: data", + "worldedit.tool.info.light.hover": "Lumière du bloc / Lumière au-dessus", + "worldedit.tool.none.equip": "Outil retirĂ© de l'objet en main.", + "worldedit.tool.none.to.unequip": "Votre objet actuel n'est pas liĂ©.", + "worldedit.tool.selwand.equip": "Outil de sĂ©lection attachĂ© Ă  [{0}].", + "worldedit.tool.navwand.equip": "Outil de navigation attachĂ© Ă  [{0}].", + "worldedit.tool.floodfill.equip": "Outil de remplacement de donnĂ©es de blocs Ă©quipĂ© sur {0}.", + "worldedit.tool.farwand.equip": "Outil de sĂ©lection longue portĂ©e attachĂ© Ă  [{0}].", + "worldedit.tool.lrbuild.equip": "Outil de construction longue portĂ©e Ă©quipĂ© sur {0}.", + "worldedit.tool.lrbuild.set": "Clic gauche pour {0} ; clic droit pour {1}.", + "worldedit.tool.stack.equip": "Outil de stack liĂ© Ă  {0}.", + "worldedit.tool.unbind-instruction": "ExĂ©cutez {0} tout en maintenant l'objet pour le dĂ©sassigner.", + "worldedit.tool.superpickaxe.mode.single": "Mode unitaire activĂ©. Cliquer gauche avec une pioche. // pour le retirer.", + "worldedit.tool.superpickaxe.mode.area": "Mode volume activĂ©. Cliquer gauche avec une pioche. // pour le retirer.", + "worldedit.tool.superpickaxe.mode.recursive": "Mode sphère activĂ©. Cliquer gauche avec une pioche. // pour le retirer.", + "worldedit.tool.superpickaxe.max-range": "La portĂ©e maximale est {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Super pioche dĂ©jĂ  activĂ©e.", + "worldedit.tool.superpickaxe.disabled.already": "Super pioche dĂ©jĂ  dĂ©sactivĂ©e.", + "worldedit.tool.superpickaxe.enabled": "Super pioche activĂ©e.", + "worldedit.tool.superpickaxe.disabled": "Super pioche dĂ©sactivĂ©e.", + "worldedit.tool.mask.set": "Masque de brosse dĂ©fini.", + "worldedit.tool.mask.disabled": "Masque de brosse dĂ©sactivĂ©.", + "worldedit.tool.material.set": "MatĂ©riau de la brosse dĂ©fini.", + "worldedit.tool.range.set": "PortĂ©e de brosse dĂ©finie.", + "worldedit.tool.size.set": "Taille de brosse dĂ©finie.", + "worldedit.tool.tracemask.set": "Masque de brosse dĂ©fini.", + "worldedit.tool.tracemask.disabled": "Masque de brosse dĂ©sactivĂ©.", + "worldedit.tool.error.cannot-bind": "Outil non applicable Ă  cet objet ({0}). {1}", + "worldedit.tool.error.item-only": "Les blocs ne peuvent pas ĂŞtre utilisĂ©s", + "worldedit.execute.script-permissions": "Vous n'avez pas la permission d'utiliser ce script.", + "worldedit.executelast.no-script": "Utilisez d'abord la commande /cs suivie du nom d'un script.", + "worldedit.script.read-error": "Erreur lors de la lecture du script : {0}", + "worldedit.script.unsupported": "Seuls les scripts .js sont supportĂ©s actuellement.", + "worldedit.script.file-not-found": "Le script n'existe pas : {0}", + "worldedit.script.no-script-engine": "Impossible de trouver un moteur de script installĂ©.\nVeuillez consulter https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "Erreur lors de l’exĂ©cution : {0}", + "worldedit.script.failed-console": "Impossible d'exĂ©cuter (voir console): {0}", + "worldedit.operation.affected.biome": "{0} biomes affectĂ©s", + "worldedit.operation.affected.block": "{0} blocs affectĂ©s", + "worldedit.operation.affected.column": "{0} colonnes affectĂ©es", + "worldedit.operation.affected.entity": "{0} entitĂ©s affectĂ©es", + "worldedit.operation.deform.expression": "dĂ©formĂ© en utilisant {0}", + "worldedit.error.invalid-number": "On attend ici un nombre, pas une chaĂ®ne de caractères.", + "worldedit.error.invalid-number.matches": "On attend ici un nombre. Une chaĂ®ne de caractère « {0} » a Ă©tĂ© donnĂ©e.", + "worldedit.error.incomplete-region": "Il vous faut d'abord sĂ©lectionner une rĂ©gion.", + "worldedit.error.unknown-block": "Le nom de bloc « {0} » n'a pas Ă©tĂ© reconnu.", + "worldedit.error.unknown-entity": "Le nom d'entitĂ© « {0} » n'a pas Ă©tĂ© reconnu.", + "worldedit.error.unknown-mob": "Le nom de crĂ©ature « {0} » n'a pas Ă©tĂ© reconnu.", + "worldedit.error.unknown-biome": "Le nom de biome « {0} » n'a pas Ă©tĂ© reconnu.", + "worldedit.error.unknown-tag": "Le motif « {0} » n'a pas Ă©tĂ© reconnu.", + "worldedit.error.empty-tag": "Le motif « {0} » n'a pas de contenu.", + "worldedit.error.no-match": "Pas de correspondance pour « {0} ».", + "worldedit.error.disallowed-block": "Bloc « {0} » non autorisĂ© sur ce serveur (voir votre configuration WE).", + "worldedit.error.max-changes": "Le nombre maximal de blocs pouvant ĂŞtre modifiĂ©s en une opĂ©ration a Ă©tĂ© atteint ({0}).", + "worldedit.error.max-brush-radius": "Rayon maximal pour les brosses (dĂ©fini par la configuration) : {0}.", + "worldedit.error.max-radius": "Rayon maximal (dĂ©fini par la configuration) : {0}.", + "worldedit.error.unknown-direction": "Direction inconnue : « {0} »", + "worldedit.error.empty-clipboard": "Votre presse-papier est vide.\nIl faut d'abord sĂ©lectionner une rĂ©gion puis la copier avec //copy.", + "worldedit.error.invalid-filename": "Nom de fichier « {0} » invalide : {1}", + "worldedit.error.invalid-filename.invalid-characters": "Caractères non valides ou extension de fichier manquante.", + "worldedit.error.file-resolution": "Erreur de rĂ©solution du fichier '{0}' : {1}", + "worldedit.error.file-resolution.outside-root": "Le chemin d'accès est hors du chemin source autorisĂ©.", + "worldedit.error.file-resolution.resolve-failed": "La rĂ©solution du chemin d'accès a Ă©chouĂ©.", + "worldedit.error.file-aborted": "La sĂ©lection du fichier a Ă©tĂ© annulĂ©e.", + "worldedit.error.no-file-selected": "Aucun fichier sĂ©lectionnĂ©.", + "worldedit.error.world-unloaded": "Le monde a dĂ©jĂ  Ă©tĂ© dĂ©chargĂ©.", + "worldedit.error.not-a-block": "Cet objet n'est pas un bloc.", + "worldedit.error.not-a-block.item": "Le bloc « {0} » n'est pas un bloc.", + "worldedit.error.incorrect-usage": "Commande : {0}", + "worldedit.error.invalid-page": "Page invalide.", + "worldedit.error.parser.bad-state-format": "Mauvais format d'Ă©tat dans {0}", + "worldedit.error.parser.duplicate-property": "PropriĂ©tĂ© redondante : {0}", + "worldedit.error.parser.empty-state": "PropriĂ©tĂ© vide dans le state (Ă©tat du bloc)", + "worldedit.error.parser.missing-equals-separator": "Il manque le sĂ©parateur Ă©gal (=).", + "worldedit.error.parser.clipboard.missing-offset": "Le dĂ©port est spĂ©cifiĂ© par @ mais aucun dĂ©port n'a Ă©tĂ© donnĂ©. Utilisez #copy@[x,y,z].", + "worldedit.error.parser.unknown-property": "PropriĂ©tĂ© inconnue « {0} » pour le bloc « {1} ».", + "worldedit.error.parser.unknown-value": "Valeur inconnue « {0} » pour la propriĂ©tĂ© « {1} ».", + "worldedit.error.parser.empty-property": "PropriĂ©tĂ© vide dans l'Ă©tat", + "worldedit.error.parser.empty-value": "Valeur vide dans l'Ă©tat", + "worldedit.error.parser.invalid-colon": "Deux-points non valides.", + "worldedit.error.parser.invalid-expression": "Expression non valide : {0}", + "worldedit.error.parser.negate-nothing": "Impossible de ne rien nier!", + "worldedit.error.parser.hanging-lbracket": "Format non valide. Crochet en suspens sur '{0}'.", + "worldedit.error.parser.missing-rbracket": "L'Ă©tat manque de suivi ']'", + "worldedit.error.parser.missing-random-type": "Il manque le type après le marqueur % pour {0}.", + "worldedit.error.parser.clipboard.missing-coordinates": "Le dĂ©port nĂ©cessite les coordonnĂ©es en X, Y, Z.", + "worldedit.error.parser.player-only": "La saisie « {0} » demande un joueur.", + "worldedit.error.disabled": "Cette fonctionnalitĂ© est dĂ©sactivĂ©e (voir votre configuration WE).", + "worldedit.error.unknown": "Une erreur inconnue est survenue : {0}", + "worldedit.error.missing-extent": "Aucun Extent connu.", + "worldedit.error.missing-session": "Aucune session LocalSession connue.", + "worldedit.error.missing-world": "Vous devez indiquer un monde (avec //world).", + "worldedit.error.missing-actor": "Aucun acteur n'est connu", + "worldedit.selection.convex.info.vertices": "Sommets : {0}", + "worldedit.selection.convex.info.triangles": "Triangles : {0}", + "worldedit.selection.convex.explain.primary": "Nouvelle sĂ©lection commencĂ©e avec le sommet {0}.", + "worldedit.selection.convex.explain.secondary": "Ajout du sommet {0} Ă  la sĂ©lection.", + "worldedit.selection.cuboid.info.pos1": "Position 1 : {0}", + "worldedit.selection.cuboid.info.pos2": "Position 2 : {0}", + "worldedit.selection.cuboid.explain.primary": "Première position dĂ©finie en {0}.", + "worldedit.selection.cuboid.explain.primary-area": "Première position dĂ©finie en {0} ({1}).", + "worldedit.selection.cuboid.explain.secondary": "Seconde position dĂ©finie en {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "Seconde position dĂ©finie en {0} ({1}).", + "worldedit.selection.extend.explain.primary": "SĂ©lection dĂ©marrĂ©e en {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "SĂ©lection Ă©tendue englobant {0} ({1}).", + "worldedit.selection.ellipsoid.info.center": "Centre : {0}", + "worldedit.selection.ellipsoid.info.radius": "Rayons X/Y/Z : {0}", + "worldedit.selection.ellipsoid.explain.primary": "Centre dĂ©fini en {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "Centre dĂ©fini en {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "Rayon dĂ©fini Ă  {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Rayon dĂ©fini Ă  {0} ({1}).", + "worldedit.selection.ellipsoid.error.even-horizontal": "Les mises Ă  jour des ellipses doivent ĂŞtre les mĂŞmes pour chaque direction.", + "worldedit.selection.cylinder.info.center": "Centre : {0}", + "worldedit.selection.cylinder.info.radius": "Rayon : {0}", + "worldedit.selection.cylinder.explain.primary": "Construction d'un nouveau cylindre Ă  partir de {0}.", + "worldedit.selection.cylinder.explain.secondary": "Rayon dĂ©fini Ă  {0}/{1} blocs. ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "Il faut d'abord dĂ©finir le point centre avant de dĂ©finir le rayon.", + "worldedit.selection.cylinder.error.even-horizontal": "Les mises Ă  jour de cylindres doivent ĂŞtre les mĂŞmes pour chaque direction horizontale.", + "worldedit.selection.polygon2d.info": "# points : {0}", + "worldedit.selection.polygon2d.explain.primary": "Construction d'un nouveau polygone Ă  partir de {0}.", + "worldedit.selection.polygon2d.explain.secondary": "Ajout du point #{0} en {1}.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "Les polygones ne peuvent ĂŞtre Ă©tendus que selon la verticale.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "Les polygones ne peuvent ĂŞtre contractĂ©s que selon la verticale.", + "worldedit.selection.sphere.explain.secondary": "Rayon dĂ©fini sur {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "Rayon dĂ©fini sur {0} ({1}).", + "worldedit.selection.null.error.immutable": "Impossible de modifier la rĂ©gion NullRegion.", + "worldedit.selection.intersection.error.cannot-expand": "Il n'est pas possible d'Ă©tendre une intersection entre rĂ©gions.", + "worldedit.selection.intersection.error.cannot-contract": "Il n'est pas possible de contracter une intersection entre rĂ©gions.", + "worldedit.selection.transform.error.cannot-expand": "Il n'est pas possible d'Ă©tendre une rĂ©gion TransformedRegion.", + "worldedit.selection.transform.error.cannot-contract": "Il n'est pas possible de contracter une rĂ©gion TransformedRegion.", + "worldedit.selection.transform.error.cannot-change": "Il n'est pas possible de modifier une rĂ©gion TransformedRegion.", + "worldedit.sideeffect.lighting": "Éclairage", + "worldedit.sideeffect.lighting.description": "Met Ă  jour l'Ă©clairage des blocs", + "worldedit.sideeffect.neighbors": "Voisinage", + "worldedit.sideeffect.neighbors.description": "Notifie les blocs des modifications Ă  proximitĂ©", + "worldedit.sideeffect.update": "Mise Ă  jour", + "worldedit.sideeffect.update.description": "Notifie le bloc modifiĂ©", + "worldedit.sideeffect.validation": "Validation", + "worldedit.sideeffect.validation.description": "Valide et corrige les Ă©tats de monde incohĂ©rents, tels que les blocs dĂ©connectĂ©s.", + "worldedit.sideeffect.entity_ai": "IA des entitĂ©s", + "worldedit.sideeffect.entity_ai.description": "Met Ă  jour les chemins d'IA des entitĂ©s pour les changements de bloc", + "worldedit.sideeffect.events": "Évènements modules/plugiciels", + "worldedit.sideeffect.events.description": "Informer les autres modules et plugiciels des changements opĂ©rĂ©s", + "worldedit.sideeffect.state.on": "ActivĂ©", + "worldedit.sideeffect.state.delayed": "RetardĂ©", + "worldedit.sideeffect.state.off": "DĂ©sactivĂ©", + "worldedit.sideeffect.box.current": "Actuel", + "worldedit.sideeffect.box.change-to": "Cliquez pour dĂ©finir Ă  {0}", + "worldedit.help.command-not-found": "La commande '{0}' n'existe pas.", + "worldedit.help.no-subcommands": "'{0}' n'a pas de sous-commandes. '{1}' correspond-il plutĂ´t Ă  un paramètre ?", + "worldedit.help.subcommand-not-found": "La sous-commande '{0}' pour '{1}' n'a pas Ă©tĂ© trouvĂ©e.", + "worldedit.cli.stopping": "Stop !", + "worldedit.cli.unknown-command": "Commande inconnue." +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/fra-DE/strings.json b/config/worldedit/.archive-unpack/2e1dd752/fra-DE/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/fra-DE/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/fy-NL/strings.json b/config/worldedit/.archive-unpack/2e1dd752/fy-NL/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/fy-NL/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/ga-IE/strings.json b/config/worldedit/.archive-unpack/2e1dd752/ga-IE/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/ga-IE/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/gd/strings.json b/config/worldedit/.archive-unpack/2e1dd752/gd/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/gd/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/gl/strings.json b/config/worldedit/.archive-unpack/2e1dd752/gl/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/gl/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/got/strings.json b/config/worldedit/.archive-unpack/2e1dd752/got/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/got/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/gv/strings.json b/config/worldedit/.archive-unpack/2e1dd752/gv/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/gv/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/haw/strings.json b/config/worldedit/.archive-unpack/2e1dd752/haw/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/haw/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/he/strings.json b/config/worldedit/.archive-unpack/2e1dd752/he/strings.json new file mode 100644 index 0000000..9e4b412 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/he/strings.json @@ -0,0 +1,3 @@ +{ + "worldedit.brush.paint.type": "סוג מברשת לשימוש" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/hi/strings.json b/config/worldedit/.archive-unpack/2e1dd752/hi/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/hi/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/hr/strings.json b/config/worldedit/.archive-unpack/2e1dd752/hr/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/hr/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/hu/strings.json b/config/worldedit/.archive-unpack/2e1dd752/hu/strings.json new file mode 100644 index 0000000..f1c6bf5 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/hu/strings.json @@ -0,0 +1,149 @@ +{ + "worldedit.expand.description.vert": "ElĂ©rted a világhatárt", + "worldedit.expand.expanded": "A rĂ©giĂł kibĹ‘vĂ­tett {0} blokkokat", + "worldedit.expand.expanded.vert": "A rĂ©giĂł kibĹ‘vĂ­tett {0} blokkokat (top-to-bottom).", + "worldedit.biomeinfo.lineofsight": "Biomák a látĂłpontnál: {0}", + "worldedit.biomeinfo.position": "Biomák a látĂłpontnál: {0}", + "worldedit.biomeinfo.selection": "A választott biomák: {0}", + "worldedit.brush.radius-too-large": "A megengedett legnagyobb kijelölĂ©s: {0}", + "worldedit.brush.apply.description": "Ecsettel felhordja a fĂĽggvĂ©nyt minden blokkra", + "worldedit.brush.apply.radius": "A kefe mĂ©rete", + "worldedit.brush.apply.shape": "A rĂ©giĂł alakja", + "worldedit.brush.apply.type": "Type of brush to use", + "worldedit.brush.apply.item.warning": "Ez az ecset szimulálja a cikk használatát. ElĹ‘fordulhat, hogy annak hatása nem működik minden platformon, nem működik vissza, Ă©s furcsa interakciĂłkat okozhat más modokkal / pluginekkel. Használat csak saját felelĹ‘ssĂ©gre.", + "worldedit.brush.paint.description": "Paint brush, apply a function to a surface", + "worldedit.brush.paint.size": "A kefe mĂ©rete", + "worldedit.brush.paint.shape": "A rĂ©giĂł alakja", + "worldedit.brush.paint.density": "The density of the brush", + "worldedit.brush.paint.type": "A kefe tĂ­pusa", + "worldedit.brush.paint.item.warning": "Ez az ecset szimulálja a cikk használatát. ElĹ‘fordulhat, hogy annak hatása nem működik minden platformon, nem működik vissza, Ă©s furcsa interakciĂłkat okozhat más modokkal / pluginekkel. Használat csak saját felelĹ‘ssĂ©gre.", + "worldedit.brush.sphere.equip": "A gömbkefe alakja felszerelt ({0}).", + "worldedit.brush.cylinder.equip": "A hengerkefe alakja felszerelt ({0} kĂ©szĂ­tette: {1}).", + "worldedit.brush.clipboard.equip": "Clipboard brush shape equipped.", + "worldedit.brush.smooth.equip": "Sima ecsettel felszerelt ({0} x {1} x a {2} használatával).", + "worldedit.brush.extinguish.equip": "TűzoltĂł kĂ©szĂĽlĂ©k felszerelve ({0}).", + "worldedit.brush.gravity.equip": "Gravity brush equipped ({0}).", + "worldedit.brush.butcher.equip": "Butcher brush equipped ({0}).", + "worldedit.brush.operation.equip": "Set brush to {0}.", + "worldedit.brush.none.equip": "Ecsettel nincs kötve az aktuális elemtĹ‘l.", + "worldedit.drawsel.disabled": "Server CUI disabled.", + "worldedit.drawsel.disabled.already": "A kiszolgálĂł CUI már le van tiltva.", + "worldedit.drawsel.enabled.already": "Server CUI already enabled.", + "worldedit.limit.too-high": "Your maximum allowable limit is {0}.", + "worldedit.limit.set": "Block change limit set to {0}.", + "worldedit.limit.return-to-default": "(Use //limit to go back to the default.)", + "worldedit.timeout.too-high": "Your maximum allowable timeout is {0}ms.", + "worldedit.timeout.set": "Timeout time set to {0}ms.", + "worldedit.timeout.return-to-default": " (Use //timeout to go back to the default.)", + "worldedit.fast.disabled": "Fast mode disabled.", + "worldedit.fast.enabled": "A gyors mĂłd engedĂ©lyezve. Lehet, hogy az Ă©rintett darabok világĂ­tása nem megfelelĹ‘, Ă©s / vagy a változások megtekintĂ©sĂ©hez Ăşjra csatlakoznia kell.", + "worldedit.fast.disabled.already": "A gyors mĂłd már le van tiltva.", + "worldedit.fast.enabled.already": "Fast mode already enabled.", + "worldedit.reorder.current": "The reorder mode is {0}", + "worldedit.reorder.set": "The reorder mode is now {0}", + "worldedit.gmask.disabled": "Global mask disabled.", + "worldedit.gmask.set": "Globális maszk kĂ©szlet.", + "worldedit.toggleplace.pos1": "Most az 1. pozĂ­ciĂłn helyezzĂĽk el.", + "worldedit.toggleplace.player": "Most azt a blokkot helyezem, amelyben állsz.", + "worldedit.searchitem.too-short": "ĂŤrjon be hosszabb keresĂ©si karakterláncot (len> 2).", + "worldedit.searchitem.either-b-or-i": "Nem használhatja egyszerre a „b” Ă©s az „i” zászlĂłkat.", + "worldedit.searchitem.searching": "(KĂ©rjĂĽk, várjon ... elemek keresĂ©se.)", + "worldedit.watchdog.no-hook": "Ezen a platformon nincs figyelĹ‘horog.", + "worldedit.watchdog.active.already": "Az Ĺ‘rzĹ‘horog már aktĂ­v.", + "worldedit.watchdog.inactive.already": "Az Ĺ‘rzĹ‘horog már inaktĂ­v.", + "worldedit.watchdog.active": "Az Ĺ‘rzĹ‘ kampĂł aktĂ­v.", + "worldedit.watchdog.inactive": "Az Ĺ‘rzĹ‘ kampĂł inaktĂ­v.", + "worldedit.world.remove": "EltávolĂ­tott világ-felĂĽlbĂ­rálás.", + "worldedit.world.set": "ĂllĂ­tsa a világ felĂĽlbĂ­rálását {0} Ă©rtĂ©kre. (A // világ használatával tĂ©rjen vissza az alapĂ©rtelmezĂ©shez)", + "worldedit.undo.undone": "{0} elĂ©rhetĹ‘ szerkesztĂ©s visszavonva.", + "worldedit.undo.none": "Nincs semmi visszavonás.", + "worldedit.redo.redone": "Redid {0} elĂ©rhetĹ‘ szerkesztĂ©s.", + "worldedit.redo.none": "Nincs semmi, amit Ăşjra tudnánk tenni.", + "worldedit.clearhistory.cleared": "Az elĹ‘zmĂ©nyek törlĹ‘dtek.", + "worldedit.raytrace.noblock": "Nincs látvány!", + "worldedit.restore.not-configured": "A pillanatkĂ©p / biztonsági mentĂ©s visszaállĂ­tása nincs konfigurálva.", + "worldedit.restore.not-available": "Ez a pillanatkĂ©p nem lĂ©tezik, vagy nem Ă©rhetĹ‘ el.", + "worldedit.restore.failed": "A pillanatkĂ©p betöltĂ©se nem sikerĂĽlt: {0}", + "worldedit.restore.loaded": "PillanatkĂ©p betöltve '{0}'; most visszaáll ...", + "worldedit.restore.restored": "helyreállt; {0} hiányzĂł darabok Ă©s {1} egyĂ©b hibák.", + "worldedit.restore.none-for-specific-world": "Nem találhatĂł pillanatkĂ©pek a (z) '{0}' világrĂłl.", + "worldedit.restore.none-for-world": "Nem találhatĂł pillanatkĂ©pek errĹ‘l a világrĂłl.", + "worldedit.restore.none-found": "Nem találhatĂł pillanatkĂ©pek.", + "worldedit.restore.none-found-console": "Nem találhatĂł pillanatkĂ©pek. A rĂ©szleteket lásd a konzolon.", + "worldedit.restore.chunk-not-present": "Darabok nem voltak jelen pillanatkĂ©pben.", + "worldedit.restore.chunk-load-failed": "Nem lehetett betölteni. (Rossz archĂ­vum?)", + "worldedit.restore.block-place-failed": "A hibák megakadályozták a blokkok helyreállĂ­tását.", + "worldedit.restore.block-place-error": "UtolsĂł hiba: {0}", + "worldedit.snapshot.use.newest": "Most a legĂşjabb pillanatfelvĂ©telt használom.", + "worldedit.snapshot.use": "A pillanatfelvĂ©tel beállĂ­tása: {0}", + "worldedit.snapshot.none-before": "Nem találhatĂł pillanatkĂ©p a (z) {0} elĹ‘tt.", + "worldedit.snapshot.none-after": "Nem találhatĂł pillanatkĂ©p a (z) {0} után.", + "worldedit.snapshot.index-above-0": "ÉrvĂ©nytelen indexnek legalább 1-nek kell lennie.", + "worldedit.snapshot.index-oob": "ÉrvĂ©nytelen indexnek 1 Ă©s {0} között kell lennie.", + "worldedit.schematic.unknown-format": "Ismeretlen vázlatformátum: {0}.", + "worldedit.schematic.load.does-not-exist": "A(z) {0} vázlat nem lĂ©tezik!", + "worldedit.schematic.load.loading": "(KĂ©rlek várj... vázlatok betöltĂ©se.)", + "worldedit.schematic.save.failed-directory": "Vázlatok mappájának lĂ©trehozása sikertelen volt.", + "worldedit.schematic.save.saving": "(KĂ©rlek várj... vázlatok mentĂ©se.)", + "worldedit.schematic.delete.does-not-exist": "A(z) {0} vázlat nem lĂ©tezik!", + "worldedit.schematic.delete.deleted": "{0} törölve lett.", + "worldedit.pos.already-set": "A pozĂ­ciĂł már be van állĂ­tva.", + "worldedit.hpos.no-block": "Nincs látvány!", + "worldedit.hpos.already-set": "A pozĂ­ciĂł már be van állĂ­tva.", + "worldedit.shift.shifted": "RĂ©giĂł eltolva.", + "worldedit.size.size": "MĂ©ret: {0}", + "worldedit.size.distance": "TĂ©glatest távolsága: {0}", + "worldedit.count.counted": "Megszámlálva: {0}", + "worldedit.distr.no-blocks": "Egy blokk sem lett megszámlálva.", + "worldedit.distr.total": "Teljes blokkszám: {0}", + "worldedit.select.cleared": "KijelölĂ©s törölve.", + "worldedit.select.ellipsoid.description": "Ellipszis kiválasztása", + "worldedit.select.sphere.description": "Gömb kiválasztása", + "worldedit.chunkinfo.old-filename": "RĂ©gi formátum: {0}", + "worldedit.chunkinfo.mcregion-filename": "McRegion: region/{0}", + "worldedit.listchunks.listfor": "Darabok listázása a következĹ‘ számára: {0}", + "worldedit.drain.drained": "{0} blokk leĂĽrĂ­tve.", + "worldedit.fill.created": "{0} blokk kitöltĂ©sre kerĂĽlt.", + "worldedit.fillr.created": "{0} blokk kitöltĂ©sre kerĂĽlt.", + "worldedit.fixlava.fixed": "A (z) {0} blokkok javĂ­tva vannak.", + "worldedit.fixwater.fixed": "A (z) {0} blokkok javĂ­tva vannak.", + "worldedit.removeabove.removed": "{0} blokk eltávolĂ­tva.", + "worldedit.removebelow.removed": "A (z) {0} blokkok eltávolĂ­tva.", + "worldedit.removenear.removed": "A (z) {0} blokkok eltávolĂ­tva.", + "worldedit.replacenear.replaced": "A (z) {0} blokkok lecserĂ©lĹ‘dtek.", + "worldedit.snow.created": "A {0} felĂĽleteket lefedtĂ©k.", + "worldedit.thaw.removed": "{0} blokk kiolvasztva.", + "worldedit.green.changed": "{0} blokk fĂĽvesĂ­tve.", + "worldedit.extinguish.removed": "{0} tűz eloltva.", + "worldedit.butcher.killed": "{0} mob megölve {1} blokk hatĂłkörben.", + "worldedit.rotate.rotated": "A vágĂłlapon lĂ©vĹ‘ másolat el lett fordĂ­tva.", + "worldedit.flip.flipped": "A vágĂłlapon lĂ©vĹ‘ másolat meg lett fordĂ­tva.", + "worldedit.clearclipboard.cleared": "VágĂłlap törölve.", + "worldedit.set.done": "A Művelet vĂ©grehajtva.", + "worldedit.set.done.verbose": "A Művelet vĂ©grehajtva ({0}).", + "worldedit.line.changed": "{0} blokk megváltoztatva.", + "worldedit.curve.changed": "{0} blokk megváltoztatva.", + "worldedit.replace.replaced": "A (z) {0} blokkok lecserĂ©lĹ‘dtek.", + "worldedit.regen.regenerated": "RĂ©giĂł Ăşjragenerálva.", + "worldedit.walls.changed": "{0} blokk megváltoztatva.", + "worldedit.faces.changed": "{0} blokk megváltoztatva.", + "worldedit.move.moved": "{0} blokk elmozdĂ­tva.", + "worldedit.deform.deformed": "{0} blokk deformálva.", + "worldedit.hollow.changed": "{0} blokk megváltoztatva.", + "worldedit.unstuck.moved": "TessĂ©k!", + "worldedit.ceil.moved": "Huss!", + "worldedit.thru.moved": "Huss!", + "worldedit.jumpto.moved": "Puff!", + "worldedit.up.moved": "Huss!", + "worldedit.forestgen.created": "{0} fa lĂ©trehozva.", + "worldedit.reload.config": "KonfiguráciĂł Ăşjratöltve!", + "worldedit.timezone.invalid": "ÉrvĂ©nytelen idĹ‘zĂłna", + "worldedit.session.cant-find-session": "Nem sikerĂĽlt munkamenetet találni a(z) {0}-hoz", + "worldedit.tool.no-block": "Nincs látvány!", + "worldedit.tool.deltree.not-tree": "Ez nem egy fa.", + "worldedit.tool.deltree.not-floating": "Ez nem egy lebegĹ‘ fa.", + "worldedit.tool.error.cannot-bind": "Nem lehet az eszközt rögzĂ­teni {0}-hez: {1}", + "worldedit.tool.error.item-only": "Blokkok nem használhatĂłak.", + "worldedit.error.no-file-selected": "Nincs fájl kiválasztva.", + "worldedit.cli.stopping": "Leállás!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/hy-AM/strings.json b/config/worldedit/.archive-unpack/2e1dd752/hy-AM/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/hy-AM/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/id/strings.json b/config/worldedit/.archive-unpack/2e1dd752/id/strings.json new file mode 100644 index 0000000..a22f138 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/id/strings.json @@ -0,0 +1,413 @@ +{ + "worldedit.expand.description.vert": "Perluas pilihan secara vertikal ke batas dunia.", + "worldedit.expand.expanded": "Wilayah diperluas {0} blok", + "worldedit.expand.expanded.vert": "Wilayah diperluas {0} blok (atas-ke-bawah).", + "worldedit.biomeinfo.lineofsight": "Bioma pada garis pandang: {0}", + "worldedit.biomeinfo.position": "Bioma pada posisi anda: {0}", + "worldedit.biomeinfo.selection": "Bioma dalam pilihan anda: {0}", + "worldedit.brush.radius-too-large": "Radius kuas maksimum yang diizinkan: {0}", + "worldedit.brush.apply.description": "Terapkan kuas, terapkan fungsi ke setiap blok", + "worldedit.brush.apply.radius": "Ukuran kuas", + "worldedit.brush.apply.shape": "Bentuk wilayahnya", + "worldedit.brush.apply.type": "Tipe kuas yang akan digunakan", + "worldedit.brush.apply.item.warning": "Kuas ini mensimulasikan penggunaan item. Efeknya mungkin tidak bekerja pada semua platform, mungkin tidak dapat dibatalkan, dan mungkin menyebabkan interaksi aneh dengan modifikasi/plugin lain. Gunakan dengan resiko anda sendiri.", + "worldedit.brush.paint.description": "Kuas cat, terapkan fungsi ke permukaan", + "worldedit.brush.paint.size": "Ukuran kuas", + "worldedit.brush.paint.shape": "Bentuk wilayahnya", + "worldedit.brush.paint.density": "Kepadatan kuas", + "worldedit.brush.paint.type": "Tipe kuas yang akan digunakan", + "worldedit.brush.paint.item.warning": "Kuas ini mensimulasikan penggunaan item. Efeknya mungkin tidak bekerja pada semua platform, mungkin tidak dapat dibatalkan, dan mungkin menyebabkan interaksi aneh dengan modifikasi/plugin lain. Gunakan dengan resiko anda sendiri.", + "worldedit.brush.sphere.equip": "Bentuk kuas bulat dilengkapi ({0}).", + "worldedit.brush.cylinder.equip": "Bentuk kuas silinder dilengkapi ({0} oleh {1}).", + "worldedit.brush.clipboard.equip": "Bentuk kuas clipboard dilengkapi.", + "worldedit.brush.smooth.equip": "Kuas halus dilengkapi ({0} x {1}x using {2}).", + "worldedit.brush.extinguish.equip": "Pemadam dilengkapi ({0}).", + "worldedit.brush.gravity.equip": "Kuas gravitasi dilengkapi ({0}).", + "worldedit.brush.butcher.equip": "Kuas daging dilengkapi ({0}).", + "worldedit.brush.operation.equip": "Atur kuas ke {0}.", + "worldedit.brush.heightmap.equip": "Kuas ketinggian peta dilengkapi ({0}).", + "worldedit.brush.heightmap.unknown": "Kuas ketinggian peta tak diketahui: {0}.", + "worldedit.brush.none.equip": "Kuas lepas dari item anda saat ini.", + "worldedit.setbiome.changed": "Bioma diubah sekitar {0} blok.", + "worldedit.setbiome.warning": "Anda mungkin harus bergabung kembali dengan permainan anda (atau tutup dan buka kembali dunia anda) untuk melihat perubahan.", + "worldedit.drawsel.disabled": "CUI Server dinonaktifkan.", + "worldedit.drawsel.disabled.already": "CUI Server sudah dinonaktifkan.", + "worldedit.drawsel.enabled.already": "CUI Server sudah diaktifkan.", + "worldedit.limit.too-high": "Batas maksimal yang diizinkan adalah {0}.", + "worldedit.limit.set": "Batasan perubahan blok disetel ke {0}.", + "worldedit.limit.return-to-default": "(Gunakan //limit untuk kembali ke default.)", + "worldedit.timeout.too-high": "Waktu tunggu maksimum yang diizinkan adalah {0}ms.", + "worldedit.timeout.set": "Waktu tunggu disetel ke {0}ms.", + "worldedit.timeout.return-to-default": " (Gunakan //timeout untuk kembali ke default.)", + "worldedit.fast.disabled": "Mode cepat dinonaktifkan.", + "worldedit.fast.enabled": "Mode cepat diaktifkan. Pencahayaan di bagian yang terpengaruh mungkin salah dan/atau anda mungkin harus bergabung kembali untuk melihat perubahan.", + "worldedit.fast.disabled.already": "Mode cepat sudah dinonaktifkan.", + "worldedit.fast.enabled.already": "Mode cepat sudah diaktifkan.", + "worldedit.perf.sideeffect.set": "Efek samping \"{0}\" disetel ke {1}", + "worldedit.perf.sideeffect.get": "Efek samping \"{0}\" disetel ke {1}", + "worldedit.perf.sideeffect.already-set": "Efek samping \"{0}\" sudah {1}", + "worldedit.perf.sideeffect.set-all": "Semua efek samping disetel ke {0}", + "worldedit.reorder.current": "Mode penyusunan ulang adalah {0}", + "worldedit.reorder.set": "Mode penyusunan ulang sekarang menjadi {0}", + "worldedit.gmask.disabled": "Topeng global dinonaktifkan.", + "worldedit.gmask.set": "Topeng global disetel.", + "worldedit.toggleplace.pos1": "Sekarang menempatkan di pos #1.", + "worldedit.toggleplace.player": "Sekarang menempatkan di blok tempat anda berdiri.", + "worldedit.searchitem.too-short": "Masukkan pencarian string yang lebih panjang (len > 2).", + "worldedit.searchitem.either-b-or-i": "Anda tidak bisa menggunakan bendera 'b' dan 'i' secara bersamaan.", + "worldedit.searchitem.searching": "(Mohon tunggu... mencari item.)", + "worldedit.watchdog.no-hook": "Platform ini tidak memiliki kail pengawas.", + "worldedit.watchdog.active.already": "Kail pengawas sudah aktif.", + "worldedit.watchdog.inactive.already": "Kail pengawas sudah nonaktif.", + "worldedit.watchdog.active": "Kail pengawas sekarang aktif.", + "worldedit.watchdog.inactive": "Kail pengawas sekarang nonaktif.", + "worldedit.world.remove": "Timpa dunia yang dihapus.", + "worldedit.world.set": "Atur penimpaan dunia ke {0}. (Gunakan //world untuk kembali ke default)", + "worldedit.undo.undone": "Membatalkan {0} suntingan yang tersedia.", + "worldedit.undo.none": "Tidak ada yang bisa dibatalkan.", + "worldedit.redo.redone": "Mengulangi {0} suntingan yang tersedia.", + "worldedit.redo.none": "Tidak ada yang bisa diulangi.", + "worldedit.clearhistory.cleared": "Riwayat dihapus.", + "worldedit.raytrace.noblock": "Tidak ada blok dalam pandangan!", + "worldedit.restore.not-configured": "Pemulihan snapshot/cadangan tidak dikonfigurasi.", + "worldedit.restore.not-available": "Snapshot itu sudah tidak ada atau tidak tersedia.", + "worldedit.restore.failed": "Gagal memuat snapshot: {0}", + "worldedit.restore.loaded": "Snapshot '{0}' sedang memuat; sekarang memulihkan...", + "worldedit.restore.restored": "Memulikan: {0} chunk yang hilang dan {1} kesalahan lainnya.", + "worldedit.restore.none-for-specific-world": "Tidak ada snapshot ditemukan untuk dunia '{0}'.", + "worldedit.restore.none-for-world": "Tidak ada snapshot ditemukan untuk dunia ini.", + "worldedit.restore.none-found": "Tidak ada snapshot yang ditemukan.", + "worldedit.restore.none-found-console": "Tidak ada snapshot ditemukan. Periksa konsol untuk detailnya.", + "worldedit.restore.chunk-not-present": "Potongan tidak ada dalam snapshot.", + "worldedit.restore.chunk-load-failed": "Tidak potongan yang termuat. (Arsip buruk?)", + "worldedit.restore.block-place-failed": "Kesalahan mencegah setiap blok dipulihkan.", + "worldedit.restore.block-place-error": "Kesalahan terakhir: {0}", + "worldedit.snapshot.use.newest": "Sekarang menggunakan snapshot terbaru.", + "worldedit.snapshot.use": "Snapshot disetel ke: {0}", + "worldedit.snapshot.none-before": "Tidak dapat menemukan snapshot sebelum {0}.", + "worldedit.snapshot.none-after": "Tidak dapat menemukan snapshot setelah {0}.", + "worldedit.snapshot.index-above-0": "Indeks tidak valid, harus lebih atau sama dengan 1.", + "worldedit.snapshot.index-oob": "Indeks tidak valid, harus antara 1 dan {0}.", + "worldedit.schematic.unknown-format": "Format skema yang tidak diketahui: {0}.", + "worldedit.schematic.load.does-not-exist": "Skema {0} tidak ada!", + "worldedit.schematic.load.loading": "(Mohon tunggu... memuat skema.)", + "worldedit.schematic.load.still-loading": "(Mohon tunggu... masih memuat skema.)", + "worldedit.schematic.save.already-exists": "Skema itu sudah ada. Gunakan bendera -f untuk menimpanya.", + "worldedit.schematic.save.failed-directory": "Tidak dapat membuat berkas untuk skema!", + "worldedit.schematic.save.saving": "(Mohon tunggu... menyimpan skema.)", + "worldedit.schematic.save.still-saving": "(Mohon tunggu... masih menyimpan skema.)", + "worldedit.schematic.delete.does-not-exist": "Skema {0} tidak ada!", + "worldedit.schematic.delete.failed": "Penghapusan {0} gagal! Apakah ini hanya-baca?", + "worldedit.schematic.delete.deleted": "{0} sudah dihapus.", + "worldedit.schematic.formats.title": "Format papan klip yang tersedia (Nama: Nama pencarian)", + "worldedit.schematic.unsupported-minecraft-version": "Versi WorldEdit ini tidak mendukung versi Minecraft anda. Skema tidak akan bekerja sampai ini diselesaikan.", + "worldedit.pos.already-set": "Posisi telah diatur.", + "worldedit.pos.console-require-coords": "Anda harus memberikan koordinat sebagai konsol.", + "worldedit.hpos.no-block": "Tidak ada blok dalam pandangan!", + "worldedit.hpos.already-set": "Posisi telah diatur.", + "worldedit.chunk.selected-multiple": "Potongan yang dipilih: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "Potongan yang dipilih: {0}, {1}, {2}", + "worldedit.wand.invalid": "Item tongkat salah dikonfigurasi atau dinonaktifkan.", + "worldedit.wand.selwand.info": "Klik kiri: pilih pos #1; Klik kanan: pilih pos #2", + "worldedit.wand.navwand.info": "Klik kiri: menuju lokasi; Klik kanan: menembus tembok", + "worldedit.wand.selwand.now.tool": "Tongkat yang dipilih sekarang adalah alat normal. Anda dapat menonaktifkannya dengan {0} dan memasangnyaa kembali ke item apapun dengan {1} atau dapatkan tongkat baru dengan {2}.", + "worldedit.contract.contracted": "Wilayah dikontrak {0} blok.", + "worldedit.shift.shifted": "Wilayah digeser.", + "worldedit.outset.outset": "Wilayah awal.", + "worldedit.inset.inset": "Wilayah sisipan.", + "worldedit.size.offset": "Mengimbangi: {0}", + "worldedit.size.type": "Tipe: {0}", + "worldedit.size.size": "Ukuran: {0}", + "worldedit.size.distance": "Jarak berbentuk kubus: {0}", + "worldedit.size.blocks": "# blok: {0}", + "worldedit.count.counted": "Terhitung: {0}", + "worldedit.distr.no-blocks": "Tidak ada blok yang dihitung.", + "worldedit.distr.no-previous": "Tidak Ada distribusi sebelumnya.", + "worldedit.distr.total": "Jumlah Blok Total: {0}", + "worldedit.select.cleared": "Pilihan dibersihkan.", + "worldedit.select.cuboid.message": "Bentuk kubus: Klik kiri untuk poin 1, klik kanan untuk poin 2", + "worldedit.select.cuboid.description": "Pilih dua sudut berbentuk kubus", + "worldedit.select.extend.message": "Bentuk kubus: klik kiri untuk titik awal, klik kanan untuk memperpanjang", + "worldedit.select.extend.description": "Mode pemilihan kubus cepat", + "worldedit.select.poly.message": "Pemilih poligon 2D: Klik kiri/kanan untuk menambah titik.", + "worldedit.select.poly.limit-message": "{0} poin maksimum.", + "worldedit.select.poly.description": "Pilih poligon 2D dengan ketinggian", + "worldedit.select.ellipsoid.message": "Pemilih elipsoid: klik kiri=tengah, klik kanan untuk memperpanjang", + "worldedit.select.ellipsoid.description": "Pilih elipsoid", + "worldedit.select.sphere.message": "Pemilih bola: klik kiri=tengah, klik kanan untuk menyetel radius", + "worldedit.select.sphere.description": "Pilih bola", + "worldedit.select.cyl.message": "Pemilih silinder: Klik kiri=tengah, klik kanan untuk memperpanjang", + "worldedit.select.cyl.description": "Pilih silinder", + "worldedit.select.convex.message": "Pemilih polihedral cembung: Klik kiri=Titik pertama, klik kanan untuk menambahkan lebih banyak.", + "worldedit.select.convex.limit-message": "{0} poin maksimum.", + "worldedit.select.convex.description": "Pilih polihedral cembung", + "worldedit.select.default-set": "Pemilih wilayah default anda sekarang adalah {0}.", + "worldedit.chunkinfo.chunk": "Potongan: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Format lama: {0}", + "worldedit.chunkinfo.mcregion-filename": "McRegion: wilayah/{0}", + "worldedit.listchunks.listfor": "Daftar potongan untuk: {0}", + "worldedit.drain.drained": "{0} blok telah dikeringkan.", + "worldedit.fill.created": "{0} blok telah diisi.", + "worldedit.fillr.created": "{0} blok telah diisi.", + "worldedit.fixlava.fixed": "{0} blok telah diperbaiki.", + "worldedit.fixwater.fixed": "{0} blok telah diperbaiki.", + "worldedit.removeabove.removed": "{0} blok telah dihapus.", + "worldedit.removebelow.removed": "{0} blok telah dihapus.", + "worldedit.removenear.removed": "{0} blok telah dihapus.", + "worldedit.replacenear.replaced": "{0} blok telah diganti.", + "worldedit.snow.created": "{0} permukaan telah ditutup.", + "worldedit.thaw.removed": "{0} blok telah dicairkan.", + "worldedit.green.changed": "{0} blok telah dihijaukan.", + "worldedit.extinguish.removed": "{0} api telah dipadamkan.", + "worldedit.butcher.killed": "{0} mob telah dibunuh dalam radius {1}.", + "worldedit.butcher.explain-all": "Gunakan -1 untuk menghapus semua mob di potongan yang dimuat", + "worldedit.remove.removed": "{0} entiti telah ditandai untuk pemindahan.", + "worldedit.remove.explain-all": "Gunakan -1 untuk menghapus semua entiti di potongan yang dimuat", + "worldedit.calc.invalid": "'{0}' tidak dapat diurai sebagai ekspresi yang valid", + "worldedit.calc.invalid.with-error": "'{0}' tidak dapat diurai sebagai ekspresi yang valid: '{1}'", + "worldedit.paste.pasted": "Papan klip telah ditempelkan di {0}", + "worldedit.paste.selected": "Wilayah tempel papan klip yang dipilih.", + "worldedit.rotate.no-interpolation": "Catatan: Interpolasi belum didukung, jadi disarankan untuk menggunakan sudut pandang kelipatan 90.", + "worldedit.rotate.rotated": "Salinan papan klip telah diputar.", + "worldedit.flip.flipped": "Salinan papan klip telah dibalik.", + "worldedit.clearclipboard.cleared": "Papan klip dihapus.", + "worldedit.set.done": "Pengerjaan selesai.", + "worldedit.set.done.verbose": "Pengerjaan selesai ({0}).", + "worldedit.line.changed": "{0} blok telah diubah.", + "worldedit.line.invalid-type": "//line hanya bekerja dengan pilihan berbentuk kubus atau pemilihan polihedral cembung", + "worldedit.curve.changed": "{0} blok telah diubah.", + "worldedit.curve.invalid-type": "//curve hanya bekerja dengan pemilihan polihedral cembung", + "worldedit.replace.replaced": "{0} blok telah diganti.", + "worldedit.stack.changed": "{0} blok diubah. Pulihkan dengan //undo", + "worldedit.stack.intersecting-region": "Offset tumpukan tidak boleh bertabrakan dengan wilayah saat menggunakan unit blok", + "worldedit.regen.regenerated": "Wilayah dibuat ulang.", + "worldedit.regen.failed": "Tidak dapat membuat ulang potongan. Periksa konsol untuk detail.", + "worldedit.walls.changed": "{0} blok telah diubah.", + "worldedit.faces.changed": "{0} blok telah diubah.", + "worldedit.overlay.overlaid": "{0} blok telah dilapisi.", + "worldedit.naturalize.naturalized": "{0} blok telah dibuat untuk terlihat lebih natural.", + "worldedit.center.changed": "Set pusat. ({0} blok diubah)", + "worldedit.smooth.changed": "Peta ketinggian medan diperhalus. {0} blok berubah.", + "worldedit.move.moved": "{0} blok dipindahkan.", + "worldedit.deform.deformed": "{0} blok telah berubah bentuk.", + "worldedit.hollow.changed": "{0} blok telah diubah.", + "worldedit.forest.created": "{0} pohon dibuat.", + "worldedit.flora.created": "{0} flora dibuat.", + "worldedit.unstuck.moved": "Ini dia!", + "worldedit.ascend.obstructed": "Tidak ada tempat kosong diatas yang anda temukan.", + "worldedit.ascend.moved": "Naik {0} level.", + "worldedit.descend.obstructed": "Tidak ada tempat kosong dibawah yang anda temukan.", + "worldedit.descend.moved": "Turun {0} level.", + "worldedit.ceil.obstructed": "Tidak ada tempat kosong diatas yang anda temukan.", + "worldedit.ceil.moved": "Woosh!", + "worldedit.thru.obstructed": "Tidak ada tempat di depan yang anda temukan.", + "worldedit.thru.moved": "Woosh!", + "worldedit.jumpto.moved": "Poof!", + "worldedit.jumpto.none": "Tidak ada blok dalam pandangan (atau terlalu jauh)!", + "worldedit.up.obstructed": "Anda akan mengenai sesuatu di atas anda.", + "worldedit.up.moved": "Woosh!", + "worldedit.cyl.invalid-radius": "Anda harus menentukan 1 atau 2 nilai radius.", + "worldedit.cyl.created": "{0} blok telah dibuat.", + "worldedit.sphere.invalid-radius": "Anda harus menentukan 1 atau 3 nilai radius.", + "worldedit.sphere.created": "{0} blok telah dibuat.", + "worldedit.forestgen.created": "{0} pohon dibuat.", + "worldedit.pumpkins.created": "{0} tambalan labu dibuat.", + "worldedit.pyramid.created": "{0} blok telah dibuat.", + "worldedit.generate.created": "{0} blok telah dibuat.", + "worldedit.generatebiome.changed": "{0} bioma terpengaruh.", + "worldedit.reload.config": "Konfigurasi dimuat ulang!", + "worldedit.report.written": "Laporan WorldEdit ditulis di {0}", + "worldedit.report.error": "Gagal membuat laporan: {0}", + "worldedit.report.callback": "Laporan WorldEdit: {0}.melaporkan", + "worldedit.timezone.invalid": "Zona waktu tidak valid", + "worldedit.timezone.set": "Zona waktu disetel untuk sesi ini ke: {0}", + "worldedit.timezone.current": "Waktu sekarang di zona waktu itu adalah: {0}", + "worldedit.version.version": "Versi WorldEdit {0}", + "worldedit.version.bukkit.unsupported-adapter": "Versi WorldEdit ini tidak sepenuhnya mendukung versi Bukkit anda. Blok entiti (misalnya peti) akan kosong, properti blok (misalnya rotasi) akan hilang, dan hal lain mungkin tak akan bekerja. Perbarui WorldEdit untuk mengembalikan fungsi ini:\n{0}", + "worldedit.trace.no-tracing-extents": "Jejak: Tidak ada batas yang digunakan.", + "worldedit.trace.action-failed": "Jejak: Aksi {0} di {1} dibuang sejauh {2}", + "worldedit.trace.active.already": "Mode jejak sudah aktif.", + "worldedit.trace.inactive.already": "Mode jejak sudah nonaktif.", + "worldedit.trace.active": "Mode jejak telah diaktifkan.", + "worldedit.trace.inactive": "Mode jejak telah dinonaktifkan.", + "worldedit.command.time-elapsed": "{0} berlalu (sejarah: {1} diubah; {2} blok/detik).", + "worldedit.command.permissions": "Anda tidak diizinkan melakukan itu. Apakah anda dalam mode yang benar?", + "worldedit.command.player-only": "Perintah ini harus digunakan dengan pemain.", + "worldedit.command.error.report": "Tolong laporkan kesalahan ini: [Lihat konsol]", + "worldedit.pastebin.uploading": "(Mohon tunggu... mengirim keluaran ke pastebin...)", + "worldedit.session.cant-find-session": "Tidak dapat menemukan sesi untuk {0}", + "worldedit.platform.no-file-dialog": "Berkas dialog tidak didukung di lingkungan anda.", + "worldedit.asset.load.loading": "(Mohon tunggu... memuat aset.)", + "worldedit.asset.load.still-loading": "(Mohon tunggu... masih memuat aset.)", + "worldedit.asset.load.failed": "Gagal memuat aset", + "worldedit.tool.max-block-changes": "Batas perubahan blok maksimal dicapai.", + "worldedit.tool.no-block": "Tidak ada blok dalam pandangan!", + "worldedit.tool.repl.equip": "Alat pengganti blok terikat ke {0}.", + "worldedit.tool.repl.switched": "Alat pengganti beralih ke: {0}", + "worldedit.tool.data-cycler.equip": "Alat siklus data blok terikat ke {0}.", + "worldedit.tool.data-cycler.block-not-permitted": "Anda tidak diizinkan untuk memutar nilai data blok itu.", + "worldedit.tool.data-cycler.cant-cycle": "Data blok tersebut tidak dapat diputar!", + "worldedit.tool.data-cycler.new-value": "Nilai {0} sekarang {1}.", + "worldedit.tool.data-cycler.cycling": "Sekarang memutar {0}.", + "worldedit.tool.deltree.equip": "Alat penghapus pohon yang mengambang terikat ke {0}.", + "worldedit.tool.deltree.not-tree": "Itu bukan pohon.", + "worldedit.tool.deltree.not-floating": "Itu bukan pohon yang mengambang.", + "worldedit.tool.tree.equip": "Alat pohon terikat ke {0}.", + "worldedit.tool.tree.obstructed": "Sebuah pohon tidak bisa pergi kesana.", + "worldedit.tool.info.equip": "Alat info terikat ke {0}.", + "worldedit.tool.info.blockstate.hover": "Keadaan blok", + "worldedit.tool.info.internalid.hover": "ID Internal", + "worldedit.tool.info.legacy.hover": "Id lama:data", + "worldedit.tool.info.light.hover": "Blok Cahaya/Cahaya Di atas", + "worldedit.tool.none.equip": "Alat lepas dari item anda saat ini.", + "worldedit.tool.none.to.unequip": "Item anda sekarang tidak terikat.", + "worldedit.tool.selwand.equip": "Pilihan tongkat terikat ke {0}.", + "worldedit.tool.navwand.equip": "Tongkat Navigasi terikat ke {0}.", + "worldedit.tool.floodfill.equip": "Alat pengisi blok terikat ke {0}.", + "worldedit.tool.farwand.equip": "Alat tongkat jauh terikat ke {0}.", + "worldedit.tool.lrbuild.equip": "Alat bangunan jarak jauh terikat ke {0}.", + "worldedit.tool.lrbuild.set": "Klik kiri setel ke {0}; klik kanan setel ke {1}.", + "worldedit.tool.stack.equip": "Alat tumpukan terikat ke {0}.", + "worldedit.tool.unbind-instruction": "Jalankan {0} sambil memegang item untuk melepaskannya.", + "worldedit.tool.superpickaxe.mode.single": "Mode sekarang sendiri. Klik kiri dengan beliung. // untuk menonaktifkan.", + "worldedit.tool.superpickaxe.mode.area": "Mode sekarang area. Klik kiri dengan beliung. // untuk menonaktifkan.", + "worldedit.tool.superpickaxe.mode.recursive": "Mode sekarang rekursif. Klik kiri dengan beliung. // untuk menonaktifkan.", + "worldedit.tool.superpickaxe.max-range": "Jarak maksimum adalah {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Beliung super sudah diaktifkan.", + "worldedit.tool.superpickaxe.disabled.already": "Beliung super sudah dinonaktifkan.", + "worldedit.tool.superpickaxe.enabled": "Beliung super diaktifkan.", + "worldedit.tool.superpickaxe.disabled": "Beliung super dinonaktifkan.", + "worldedit.tool.mask.set": "Setel masker kuas.", + "worldedit.tool.mask.disabled": "Topeng kuas dinonaktifkan.", + "worldedit.tool.material.set": "Setel material kuas.", + "worldedit.tool.range.set": "Setel jarak kuas.", + "worldedit.tool.size.set": "Setel ukuran kuas.", + "worldedit.tool.tracemask.set": "Setel jejak masker.", + "worldedit.tool.tracemask.disabled": "Jejak masker dinonaktifkan.", + "worldedit.tool.error.cannot-bind": "Tidak dapat mengikat alat ke {0}: {1}", + "worldedit.tool.error.item-only": "Blok tidak dapat digunakan.", + "worldedit.execute.script-permissions": "Anda tidak memiliki izin untuk menggunakan skrip tersebut.", + "worldedit.executelast.no-script": "Gunakan /cs dengan nama skrip dahulu.", + "worldedit.script.read-error": "Kesalahan pembaca skrip: {0}", + "worldedit.script.unsupported": "Hanya skrip .js yang sekarang didukung", + "worldedit.script.file-not-found": "Skrip tidak ada: {0}", + "worldedit.script.no-script-engine": "Gagal menemukan mesin skrip yang terinstal.\nMohon lihat https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "Gagal mengeksekusi: {0}", + "worldedit.script.failed-console": "Gagal mengeksekusi (lihat konsol): {0}", + "worldedit.operation.affected.biome": "{0} bioma terpengaruh", + "worldedit.operation.affected.block": "{0} blok terpengaruh", + "worldedit.operation.affected.column": "{0} kolom terpengaruh", + "worldedit.operation.affected.entity": "{0} entiti terpengaruh", + "worldedit.operation.deform.expression": "cacat menggunakan {0}", + "worldedit.error.invalid-number": "Jumlah diharapkan; string diberikan.", + "worldedit.error.invalid-number.matches": "Jumlah diharapkan; string \"{0}\" diberikan.", + "worldedit.error.incomplete-region": "Tentukan dahulu pemilihan wilayah.", + "worldedit.error.unknown-block": "Nama blok '{0}' tidak dikenali.", + "worldedit.error.unknown-entity": "Nama entiti '{0}' tidak dikenali.", + "worldedit.error.unknown-mob": "Nama mob '{0}' tidak dikenali.", + "worldedit.error.unknown-biome": "Nama bioma '{0}' tidak dikenali.", + "worldedit.error.unknown-tag": "Nama tag '{0}' tidak dikenali.", + "worldedit.error.empty-tag": "Nama tag '{0}' tidak ada isinya.", + "worldedit.error.no-match": "Tidak ada yang cocok untuk '{0}'.", + "worldedit.error.disallowed-block": "Blok '{0}' tidak diperbolehkan (lihat konfigurasi WorldEdit).", + "worldedit.error.max-changes": "Blok maksimum diubah dalam operasi tercapai ({0}).", + "worldedit.error.max-brush-radius": "Radius maksimal kuas (dalam konfigurasi): {0}", + "worldedit.error.max-radius": "Radius maksimum (dalam konfigurasi): {0}", + "worldedit.error.unknown-direction": "Arah tidak diketahui: {0}", + "worldedit.error.empty-clipboard": "Papan klip anda kosong. Gunakan //copy dahulu.", + "worldedit.error.invalid-filename": "Nama berkas '{0}' tidak valid: {1}", + "worldedit.error.invalid-filename.invalid-characters": "Karakter tidak valid atau ekstensi hilang", + "worldedit.error.file-resolution": "Berkas '{0}' kesalahan resolusi: {1}", + "worldedit.error.file-resolution.outside-root": "Jalur berada di luar root yang diizinkan", + "worldedit.error.file-resolution.resolve-failed": "Gagal menyelesaikan jalan", + "worldedit.error.file-aborted": "Pemilihan berkas dibatalkan.", + "worldedit.error.no-file-selected": "Tidak ada berkas yang dipilih.", + "worldedit.error.world-unloaded": "Dunia sudah dibongkar.", + "worldedit.error.not-a-block": "Item ini bukan sebuah blok.", + "worldedit.error.not-a-block.item": "Item '{0}' bukan sebuah blok.", + "worldedit.error.incorrect-usage": "Penggunaan: {0}", + "worldedit.error.invalid-page": "Nomor halaman tidak valid", + "worldedit.error.parser.bad-state-format": "Format keadaan buruk di {0}", + "worldedit.error.parser.duplicate-property": "Duplikat properti: {0}", + "worldedit.error.parser.empty-state": "Bagian dalam keadaan kosong", + "worldedit.error.parser.missing-equals-separator": "Pemisah '=' tidak ada", + "worldedit.error.parser.clipboard.missing-offset": "Offset ditentukan dengan @ tetapi tidak ada offset yang diberikan. Gunakan '#copy@[x,y,z]'.", + "worldedit.error.parser.unknown-property": "Properti tidak diketahui '{0}' untuk blok '{1}'", + "worldedit.error.parser.unknown-value": "Nilai tidak diketahui '{0}' untuk properti '{1}'", + "worldedit.error.parser.empty-property": "Properti dalam keadaan kosong", + "worldedit.error.parser.empty-value": "Nilai dalam keadaan kosong", + "worldedit.error.parser.invalid-colon": "Titik dua tidak valid.", + "worldedit.error.parser.invalid-expression": "Ekspresi yang tidak valid: {0}", + "worldedit.error.parser.negate-nothing": "Tidak dapat meniadakan apapun!", + "worldedit.error.parser.hanging-lbracket": "Format tidak valid. Braket gantung di '{0}'.", + "worldedit.error.parser.missing-rbracket": "Keadaan tidak memiliki jejak ']'", + "worldedit.error.parser.missing-random-type": "Kehilangan tipe setelah simbol % untuk '{0}'", + "worldedit.error.parser.clipboard.missing-coordinates": "Offset papan klip membutuhkan koordinat x,y,z.", + "worldedit.error.parser.player-only": "Input '{0}' membutuhkan pemain!", + "worldedit.error.disabled": "Fungsi ini dinonaktifkan (lihat konfigurasi WorldEdit).", + "worldedit.error.unknown": "Terjadi kesalahan yang tidak diketahui: {0}", + "worldedit.error.missing-extent": "Tidak ada Luas yang diketahui", + "worldedit.error.missing-session": "Tidak ada SesiLokal yang diketahui", + "worldedit.error.missing-world": "Anda harus menyediakan dunia (Coba //world)", + "worldedit.error.missing-actor": "Tidak ada aktor yang diketahui", + "worldedit.selection.convex.info.vertices": "Sudut: {0}", + "worldedit.selection.convex.info.triangles": "Segitiga: {0}", + "worldedit.selection.convex.explain.primary": "Memulai seleksi baru dengan simpul {0}.", + "worldedit.selection.convex.explain.secondary": "Menambahkan simpul {0} ke pilihan.", + "worldedit.selection.cuboid.info.pos1": "Posisi 1: {0}", + "worldedit.selection.cuboid.info.pos2": "Posisi 2: {0}", + "worldedit.selection.cuboid.explain.primary": "Posisi pertama disetel di {0}.", + "worldedit.selection.cuboid.explain.primary-area": "Posisi pertama disetel di {0} ({1}).", + "worldedit.selection.cuboid.explain.secondary": "Posisi kedua disetel di {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "Posisi kedua disetel di {0} ({1}).", + "worldedit.selection.extend.explain.primary": "Pilihan dimulai di {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "Pilihan tambahan untuk mencakup {0} ({1}).", + "worldedit.selection.ellipsoid.info.center": "Pusat: {0}", + "worldedit.selection.ellipsoid.info.radius": "Radius X/Y/Z: {0}", + "worldedit.selection.ellipsoid.explain.primary": "Posisi pusat disetel ke {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "Posisi pusat disetel ke {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "Radius disetel ke {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Radius disetel ke {0} ({1}).", + "worldedit.selection.ellipsoid.error.even-horizontal": "Perubahan elipsoid harus merata untuk setiap dimensi.", + "worldedit.selection.cylinder.info.center": "Pusat: {0}", + "worldedit.selection.cylinder.info.radius": "Radius: {0}", + "worldedit.selection.cylinder.explain.primary": "Memulai pemilihan silinder baru di {0}.", + "worldedit.selection.cylinder.explain.secondary": "Radius disetel di {0}/{1} blok. ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "Anda harus memilih titik pusat sebelum menyetel radius.", + "worldedit.selection.cylinder.error.even-horizontal": "Perubahan silinder harus merata untuk setiap dimensi horizontal.", + "worldedit.selection.polygon2d.info": "# poin: {0}", + "worldedit.selection.polygon2d.explain.primary": "Memulai poligon baru di {0}.", + "worldedit.selection.polygon2d.explain.secondary": "Ditambahkan poin #{0} di {1}.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "Poligon hanya bisa diperluas secara vertikal.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "Poligon hanya bisa dikontrak secara vertikal.", + "worldedit.selection.sphere.explain.secondary": "Radius disetel ke {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "Radius disetel ke {0} ({1}).", + "worldedit.selection.null.error.immutable": "Tidak dapat mengubah WilayahNull.", + "worldedit.selection.intersection.error.cannot-expand": "Tidak dapat memperluas persimpangan wilayah.", + "worldedit.selection.intersection.error.cannot-contract": "Tidak dapat mengontrak persimpangan wilayah.", + "worldedit.selection.transform.error.cannot-expand": "Tidak dapat memperluas Wilayah yang Diubah.", + "worldedit.selection.transform.error.cannot-contract": "Tidak dapat mengontrak Wilayah yang Diubah.", + "worldedit.selection.transform.error.cannot-change": "Tidak dapat mengubah Wilayah yang Diubah.", + "worldedit.sideeffect.lighting": "Pencahayaan", + "worldedit.sideeffect.lighting.description": "Perbarui pencahayaan blok", + "worldedit.sideeffect.neighbors": "Tetangga", + "worldedit.sideeffect.neighbors.description": "Memberitahu blok perubahan terdekat", + "worldedit.sideeffect.update": "Pembaruan", + "worldedit.sideeffect.update.description": "Memberitahu blok yang diubah", + "worldedit.sideeffect.validation": "Validasi", + "worldedit.sideeffect.validation.description": "Memvalidasi dan perbaikan keadaan dunia yang tidak konsisten, seperti blok yang terputus", + "worldedit.sideeffect.entity_ai": "AI entiti", + "worldedit.sideeffect.entity_ai.description": "Memperbarui jalur AI entiti untuk perubahan blok", + "worldedit.sideeffect.events": "Acara Mod/Plugin", + "worldedit.sideeffect.events.description": "Memberitahu mod/plugin lain tentang perubahan ini jika berlaku", + "worldedit.sideeffect.state.on": "Aktif", + "worldedit.sideeffect.state.delayed": "Tertunda", + "worldedit.sideeffect.state.off": "Nonaktif", + "worldedit.sideeffect.box.current": "Saat ini", + "worldedit.sideeffect.box.change-to": "Klik untuk menyetel ke {0}", + "worldedit.help.command-not-found": "Perintah '{0}' tidak dapat ditemukan.", + "worldedit.help.no-subcommands": "'{0}' tidak memiliki sub-perintah. (Mungkin '{1}' adalah untuk parameter?)", + "worldedit.help.subcommand-not-found": "Sub-perintah '{0}' dibawah '{1}' tidak dapat ditemukan.", + "worldedit.cli.stopping": "Menghentikan!", + "worldedit.cli.unknown-command": "Perintah tidak diketahui!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/ido/strings.json b/config/worldedit/.archive-unpack/2e1dd752/ido/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/ido/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/ig/strings.json b/config/worldedit/.archive-unpack/2e1dd752/ig/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/ig/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/is/strings.json b/config/worldedit/.archive-unpack/2e1dd752/is/strings.json new file mode 100644 index 0000000..1abfeb0 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/is/strings.json @@ -0,0 +1,5 @@ +{ + "worldedit.expand.description.vert": "Framlengja valiĂ° svæði lóðrĂ©tt aĂ° heimsmörkum.", + "worldedit.expand.expanded": "ValiĂ° svæði framlengt um {0} kubba", + "worldedit.expand.expanded.vert": "ValiĂ° svæði framlengt um {0} kubba (frá botni til topps)." +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/it/strings.json b/config/worldedit/.archive-unpack/2e1dd752/it/strings.json new file mode 100644 index 0000000..37dd8c3 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/it/strings.json @@ -0,0 +1,414 @@ +{ + "worldedit.expand.description.vert": "Espandi la selezione verticalmente fino ai limiti del mondo.", + "worldedit.expand.expanded": "Regione aumentata di {0} blocchi", + "worldedit.expand.expanded.vert": "Regione aumentata di {0} blocchi (dall'alto al basso).", + "worldedit.biomeinfo.lineofsight": "Biomi nel punto inquadrato: {0}", + "worldedit.biomeinfo.position": "Biomi alla tua posizione: {0}", + "worldedit.biomeinfo.selection": "Biomi nella tua selezione: {0}", + "worldedit.brush.radius-too-large": "Massimo raggio pennello: {0}", + "worldedit.brush.apply.description": "Applica pennello, applica una funzione ad ogni blocco", + "worldedit.brush.apply.radius": "La dimensione del pennello", + "worldedit.brush.apply.shape": "La forma della regione", + "worldedit.brush.apply.type": "Tipo di pennello da usare", + "worldedit.brush.apply.item.warning": "Questo pennello simula l'uso di un oggetto. I suoi effetti potrebbero non funzionare su tutte le piattaforme, potrebbero non essere annullabili, e potrebbero causare strane interazioni con altre mod/plugin. Usare a proprio rischio.", + "worldedit.brush.paint.description": "Pennello vernice, applica una funzione ad una superficie", + "worldedit.brush.paint.size": "La dimensione del pennello", + "worldedit.brush.paint.shape": "La forma della regione", + "worldedit.brush.paint.density": "La densitĂ  del pennello", + "worldedit.brush.paint.type": "Tipo di pennello da usare", + "worldedit.brush.paint.item.warning": "Questo pennello simula l'uso di un oggetto. I suoi effetti potrebbero non funzionare su tutte le piattaforme, potrebbero non essere annullabili, e potrebbero causare strane interazioni con altre mod/plugin. Usare a proprio rischio.", + "worldedit.brush.sphere.equip": "Pennello a sfera equipaggiato ({0}).", + "worldedit.brush.cylinder.equip": "Pennello a cilindro equipaggiato ({0} per {1}).", + "worldedit.brush.clipboard.equip": "Pennello appunti equipaggiato.", + "worldedit.brush.smooth.equip": "Pennello liscio equipaggiato ({0} x {1}x utilizzando {2}).", + "worldedit.brush.extinguish.equip": "Estintore equipaggiato ({0}).", + "worldedit.brush.gravity.equip": "Pennello gravitĂ  equipaggiato ({0}).", + "worldedit.brush.butcher.equip": "Pennello macellaio equipaggiato ({0}).", + "worldedit.brush.operation.equip": "Imposta pennello a {0}.", + "worldedit.brush.heightmap.equip": "Pennello heightmap equipaggiato ({0}).", + "worldedit.brush.heightmap.unknown": "Pennello heightmap sconosciuto: {0}.", + "worldedit.brush.none.equip": "Pennello scollegato dall'oggetto corrente.", + "worldedit.setbiome.changed": "I biomi sono stati modificati in circa {0} blocchi.", + "worldedit.setbiome.warning": "Potresti dover uscire e rientrare dalla partita (o chiudere e riaprire il tuo mondo) per vedere le modifiche.", + "worldedit.drawsel.disabled": "Server CUI disabilitato.", + "worldedit.drawsel.disabled.already": "Server CUI giĂ  disabilitato.", + "worldedit.drawsel.enabled.already": "Server CUI giĂ  abilitato.", + "worldedit.limit.too-high": "Il tuo limite massimo consentito è {0}.", + "worldedit.limit.set": "Limite di modifica blocco impostato a {0}.", + "worldedit.limit.return-to-default": "(Usa //limit per tornare al predefinito.)", + "worldedit.timeout.too-high": "Il tuo timeout massimo consentito è {0}ms.", + "worldedit.timeout.set": "Timeout impostato a {0} ms.", + "worldedit.timeout.return-to-default": " (Usa //timeout per tornare al predefinito.)", + "worldedit.fast.disabled": "ModalitĂ  veloce disabilitata.", + "worldedit.fast.enabled": "ModalitĂ  veloce attivata. L'illuminazione nei chunk interessati potrebbe essere sbagliata e/o potresti dover rientrare per vedere le modifiche.", + "worldedit.fast.disabled.already": "ModalitĂ  veloce giĂ  disabilitata.", + "worldedit.fast.enabled.already": "ModalitĂ  veloce giĂ  abilitata.", + "worldedit.perf.sideeffect.set": "Effetto collaterale \"{0}\" impostato a {1}", + "worldedit.perf.sideeffect.get": "Effetto collaterale \"{0}\" è impostato a {1}", + "worldedit.perf.sideeffect.already-set": "Effetto collaterale \"{0}\" è giĂ  impostato a {1}", + "worldedit.perf.sideeffect.set-all": "Tutti gli effetti collaterali impostati su {0}", + "worldedit.reorder.current": "La modalitĂ  riordino è {0}", + "worldedit.reorder.set": "La modalitĂ  riordino è ora {0}", + "worldedit.gmask.disabled": "Maschera globale disabilitata.", + "worldedit.gmask.set": "Maschera globale impostata.", + "worldedit.toggleplace.pos1": "Posizionando a pos #1.", + "worldedit.toggleplace.player": "Posizionando al blocco in cui ti trovi.", + "worldedit.toggleplace.not-locatable": "Impossibile attivare o disattivare il posizionamento in questo contesto.", + "worldedit.searchitem.too-short": "Inserisci una stringa di ricerca piĂą lunga (lun > 2).", + "worldedit.searchitem.either-b-or-i": "Non puoi usare contemporaneamente sia i flag 'b' che 'i'.", + "worldedit.searchitem.searching": "(Attendere prego... ricerca di oggetti)", + "worldedit.watchdog.no-hook": "Questa piattaforma non ha agganci per il watchdog.", + "worldedit.watchdog.active.already": "Aggancio watchdog giĂ  attivo.", + "worldedit.watchdog.inactive.already": "Aggancio watchdog giĂ  inattivo.", + "worldedit.watchdog.active": "Aggancio watchdog ora attivo.", + "worldedit.watchdog.inactive": "Agancio watchdog ora inattivo.", + "worldedit.world.remove": "Override del mondo rimosso.", + "worldedit.world.set": "Imposta l'override del mondo a {0}. (Usa //world per tornare ai valori predefiniti)", + "worldedit.undo.undone": "Annullate {0} modifiche disponibili.", + "worldedit.undo.none": "Niente da annullare.", + "worldedit.redo.redone": "Rifatte {0} modifiche disponibili.", + "worldedit.redo.none": "Niente da rifare.", + "worldedit.clearhistory.cleared": "Cronologia cancellata.", + "worldedit.raytrace.noblock": "Nessun blocco in vista!", + "worldedit.restore.not-configured": "Non è stato configurato il ripristino di snapshot/backup.", + "worldedit.restore.not-available": "Questo snapshot non esiste o non è disponibile.", + "worldedit.restore.failed": "Caricamento snapshot fallito: {0}", + "worldedit.restore.loaded": "Snapshot '{0}' caricato; ripristino in corso...", + "worldedit.restore.restored": "Ripristinato; {0} chunk mancanti e {1} altri errori.", + "worldedit.restore.none-for-specific-world": "Nessuno snapshot trovato per il mondo '{0}'.", + "worldedit.restore.none-for-world": "Nessuno snapshot trovato per questo mondo.", + "worldedit.restore.none-found": "Nessuno snapshot trovato.", + "worldedit.restore.none-found-console": "Nessuno snapshot trovato. Vedi la console per i dettagli.", + "worldedit.restore.chunk-not-present": "I chunk non sono presenti nello snapshot.", + "worldedit.restore.chunk-load-failed": "Non è stato possibile caricare nessun chunk. (Archivio difettoso?)", + "worldedit.restore.block-place-failed": "Gli errori non hanno permesso il ripristino di nessun blocco.", + "worldedit.restore.block-place-error": "Ultimo errore: {0}", + "worldedit.snapshot.use.newest": "Snapshot piĂą recente in uso.", + "worldedit.snapshot.use": "Snapshot impostato a: {0}", + "worldedit.snapshot.none-before": "Impossibile trovare uno snapshot prima di {0}.", + "worldedit.snapshot.none-after": "Impossibile trovare uno snapshot successivo a {0}.", + "worldedit.snapshot.index-above-0": "Indice errato, deve essere maggiore o uguale a 1.", + "worldedit.snapshot.index-oob": "Indice errato, deve essere compreso tra 1 e {0}.", + "worldedit.schematic.unknown-format": "Formato di schematic sconosciuto: {0}.", + "worldedit.schematic.load.does-not-exist": "La schematic {0} non esiste!", + "worldedit.schematic.load.loading": "(Attendere prego... caricamento della schematic.)", + "worldedit.schematic.load.still-loading": "(Attendere prego... caricamento della schematic ancora in corso.)", + "worldedit.schematic.save.already-exists": "La schematic esiste giĂ . Usa il flag -f per sovrascriverlo.", + "worldedit.schematic.save.failed-directory": "Impossibile creare la cartella per le schematic!", + "worldedit.schematic.save.saving": "(Attendere prego... salvataggio della schematic.)", + "worldedit.schematic.save.still-saving": "(Attendere prego... salvataggio della schematic ancora in corso.)", + "worldedit.schematic.delete.does-not-exist": "La schematic {0} non esiste!", + "worldedit.schematic.delete.failed": "Eliminazione di {0} fallita! Ă in sola lettura?", + "worldedit.schematic.delete.deleted": "{0} è stato cancellato.", + "worldedit.schematic.formats.title": "Formati disponibili per gli appunti (Nome: Cerca nomi)", + "worldedit.schematic.unsupported-minecraft-version": "Questa versione di WorldEdit non supporta la tua versione di Minecraft. Le schematic non funzioneranno finchĂ© non sarĂ  risolto.", + "worldedit.pos.already-set": "Posizione giĂ  impostata.", + "worldedit.pos.console-require-coords": "Ă necessario fornire le coordinate come console.", + "worldedit.hpos.no-block": "Nessun blocco in vista!", + "worldedit.hpos.already-set": "Posizione giĂ  impostata.", + "worldedit.chunk.selected-multiple": "Chunk selezionati: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "Chunk selezionati: {0}, {1}, {2}", + "worldedit.wand.invalid": "Bacchetta mal configurata o disabilitata.", + "worldedit.wand.selwand.info": "Click sinistro: seleziona pos #1; Click destro: seleziona pos #2", + "worldedit.wand.navwand.info": "Click sinistro: salta alla posizione; Click destro: passa attraverso i muri", + "worldedit.wand.selwand.now.tool": "La bacchetta selezione è ora uno strumento normale. Ă possibile disabilitarla con {0} e riassociarla a qualsiasi oggetto con {1} oppure ottenere una nuova bacchetta con {2}.", + "worldedit.contract.contracted": "Regione ristretta di {0} blocchi.", + "worldedit.shift.shifted": "Regione spostata.", + "worldedit.outset.outset": "Inizio della regione.", + "worldedit.inset.inset": "Inserto della regione.", + "worldedit.size.offset": "Offset: {0}", + "worldedit.size.type": "Tipo: {0}", + "worldedit.size.size": "Dimensione: {0}", + "worldedit.size.distance": "Distanza cuboide: {0}", + "worldedit.size.blocks": "# di blocchi: {0}", + "worldedit.count.counted": "Conteggiato: {0}", + "worldedit.distr.no-blocks": "Nessun blocco trovato.", + "worldedit.distr.no-previous": "Nessuna distribuzione precedente.", + "worldedit.distr.total": "Conteggio totale di blocchi: {0}", + "worldedit.select.cleared": "Selezione cancellata.", + "worldedit.select.cuboid.message": "Cuboid: click sinistro per il punto 1, click destro per il punto 2", + "worldedit.select.cuboid.description": "Seleziona due vertici di un cuboide", + "worldedit.select.extend.message": "Cuboid: click sinistro per il punto di partenza, tasto destro per estendere", + "worldedit.select.extend.description": "ModalitĂ  selezione cuboide veloce", + "worldedit.select.poly.message": "Selettore poligono 2D: Click sinistro/destro per aggiungere un punto.", + "worldedit.select.poly.limit-message": "Massimo {0} punti.", + "worldedit.select.poly.description": "Selezionare un poligono 2D con altezza", + "worldedit.select.ellipsoid.message": "Selettore ellissoide: click sinistro=centro, click destro per estendere", + "worldedit.select.ellipsoid.description": "Seleziona un ellissoide", + "worldedit.select.sphere.message": "Selettore fonte: click sinistro=centro, click destro per impostare il raggio", + "worldedit.select.sphere.description": "Seleziona una sfera", + "worldedit.select.cyl.message": "Selettore cilindrico: Click sinistro=centro, click destro per estendere", + "worldedit.select.cyl.description": "Seleziona un cilindro", + "worldedit.select.convex.message": "Selettore poliedrico convesso: click sinistro=Primo vertice, click destro per aggiungerne altri.", + "worldedit.select.convex.limit-message": "Massimo {0} punti.", + "worldedit.select.convex.description": "Seleziona un poliedro convesso", + "worldedit.select.default-set": "Il selettore regione predefinito è ora {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Vecchio formato: {0}", + "worldedit.chunkinfo.mcregion-filename": "McRegion: regione/{0}", + "worldedit.listchunks.listfor": "Lista dei chunk per: {0}", + "worldedit.drain.drained": "{0} blocchi sono stati drenati.", + "worldedit.fill.created": "{0} blocchi sono stati riempiti.", + "worldedit.fillr.created": "{0} blocchi sono stati riempiti.", + "worldedit.fixlava.fixed": "{0} blocchi sono stati risolti.", + "worldedit.fixwater.fixed": "{0} blocchi sono stati sistemati.", + "worldedit.removeabove.removed": "{0} blocchi sono stati rimossi.", + "worldedit.removebelow.removed": "{0} blocchi sono stati rimossi.", + "worldedit.removenear.removed": "{0} blocchi sono stati rimossi.", + "worldedit.replacenear.replaced": "{0} blocchi sono stati rimpiazzati.", + "worldedit.snow.created": "{0} superfici sono state coperte.", + "worldedit.thaw.removed": "{0} blocchi sono stati sciolti.", + "worldedit.green.changed": "{0} blocchi hanno di nuovo una vegetazione.", + "worldedit.extinguish.removed": "{0} Fiamme sono stante estinte.", + "worldedit.butcher.killed": "{0} mob sono stati uccisi in un raggio di {1}.", + "worldedit.butcher.explain-all": "Usa -1 per rimuovere tutti i mob nei chunk caricati", + "worldedit.remove.removed": "{0} entitĂ  sono state contrassegnate per la rimozione.", + "worldedit.remove.explain-all": "Usa -1 per rimuovere tutti i mob nei chunk caricati", + "worldedit.calc.invalid": "'{0}' non può essere interpretato come espressione valida", + "worldedit.calc.invalid.with-error": "'{0}' non può essere interpretato come espressione valida: '{1}'", + "worldedit.paste.pasted": "Gli appunti sono stati incollati a {0}", + "worldedit.paste.selected": "Regione di incollo degli appunti selezionata.", + "worldedit.rotate.no-interpolation": "Nota: l'interpolazione non è ancora supportata, sono raccomandati angoli multipli di 90 gradi.", + "worldedit.rotate.rotated": "La copia negli appunti è stata ruotata.", + "worldedit.flip.flipped": "La copia negli appunti è stata capovolta.", + "worldedit.clearclipboard.cleared": "Appunti eliminati.", + "worldedit.set.done": "Operazione completata.", + "worldedit.set.done.verbose": "Operazione completata ({0}).", + "worldedit.line.changed": "{0} blocchi sono stati cambiati.", + "worldedit.line.invalid-type": "//line funziona solo con le selezioni cuboidi o poliedriche convesse", + "worldedit.curve.changed": "{0} blocchi sono stati cambiati.", + "worldedit.curve.invalid-type": "//curva funziona solo con selezioni poliedriche convesse", + "worldedit.replace.replaced": "{0} blocchi sono stati rimpiazzati.", + "worldedit.stack.changed": "{0} blocchi modificati. Annulla con //undo", + "worldedit.stack.intersecting-region": "L'offset dello stack non deve collidere con la regione quando si usano le unitĂ  blocco", + "worldedit.regen.regenerated": "Regione rigenerata.", + "worldedit.regen.failed": "Impossibile rigenerare i chunk. Controlla la console per i dettagli.", + "worldedit.walls.changed": "{0} blocchi sono stati cambiati.", + "worldedit.faces.changed": "{0} blocchi sono stati cambiati.", + "worldedit.overlay.overlaid": "{0} blocchi sono stati sovrapposti.", + "worldedit.naturalize.naturalized": "{0} blocchi sono stati modificati per sembrare piĂą naturali.", + "worldedit.center.changed": "Centro impostato. ({0} blocchi cambiati)", + "worldedit.smooth.changed": "Heightmap del terreno levigata. {0} blocchi sono cambiati.", + "worldedit.move.moved": "{0} blocchi spostati.", + "worldedit.deform.deformed": "{0} blocchi sono stati deformati.", + "worldedit.hollow.changed": "{0} blocchi sono stati cambiati.", + "worldedit.forest.created": "{0} alberi creati.", + "worldedit.flora.created": "{0} flora creata.", + "worldedit.unstuck.moved": "Ecco fatto!", + "worldedit.ascend.obstructed": "Nessun punto libero trovato sopra di te.", + "worldedit.ascend.moved": "{0} livelli ascesi.", + "worldedit.descend.obstructed": "Nessun punto libero trovato sotto di te.", + "worldedit.descend.moved": "{0} livelli discesi.", + "worldedit.ceil.obstructed": "Nessun punto libero trovato sopra di te.", + "worldedit.ceil.moved": "Woosh!", + "worldedit.thru.obstructed": "Nessun punto libero trovato davanti.", + "worldedit.thru.moved": "Woosh!", + "worldedit.jumpto.moved": "Poof!", + "worldedit.jumpto.none": "Nessun blocco in vista (o troppo lontano)!", + "worldedit.up.obstructed": "Colpiresti qualcosa sopra di te.", + "worldedit.up.moved": "Woosh!", + "worldedit.cyl.invalid-radius": "Ă necessario specificare 1 o 2 valori di raggio.", + "worldedit.cyl.created": "{0} blocchi creati.", + "worldedit.sphere.invalid-radius": "Ă necessario specificare 1 o 3 valori di raggio.", + "worldedit.sphere.created": "{0} blocchi creati.", + "worldedit.forestgen.created": "{0} alberi creati.", + "worldedit.pumpkins.created": "{0} patch di zucca create.", + "worldedit.pyramid.created": "{0} blocchi creati.", + "worldedit.generate.created": "{0} blocchi creati.", + "worldedit.generatebiome.changed": "{0} biomi modificati.", + "worldedit.reload.config": "Configurazioni ricaricate!", + "worldedit.report.written": "Report di WorldEdit scritto in {0}", + "worldedit.report.error": "Fallita la scrittura del report {0}", + "worldedit.report.callback": "Report WorldEdit: {0}.report", + "worldedit.timezone.invalid": "Timezone non valida", + "worldedit.timezone.set": "Timezone impostata a: {0} per questa sessione", + "worldedit.timezone.current": "L'ora corrente in quella timezone è: {0}", + "worldedit.version.version": "WorldEdit versione {0}", + "worldedit.version.bukkit.unsupported-adapter": "Questa versione di WorldEdit non supporta completamente la tua versione di Bukkit. Le block entities (ad esempio le casse) saranno vuote, le block properties (ad esempio la rotazione) mancherĂ  e altre cose potrebbero non funzionare. Aggiorna WorldEdit per ripristinare questa funzionalitĂ :\n{0}", + "worldedit.trace.no-tracing-extents": "Traccia: Non è stata utilizzata alcuna estensione.", + "worldedit.trace.action-failed": "Traccia: Azione(i) {0} a {1} scartata dall'estensione {2}", + "worldedit.trace.active.already": "ModalitĂ  traccia giĂ  attivata.", + "worldedit.trace.inactive.already": "ModalitĂ  traccia giĂ  disattivata.", + "worldedit.trace.active": "ModalitĂ  traccia attivata.", + "worldedit.trace.inactive": "ModalitĂ  traccia disattivata.", + "worldedit.command.time-elapsed": "{0}s trascorsi (cronologia: {1} cambiati; {2} blocchi/sec).", + "worldedit.command.permissions": "Non hai i permessi per farlo. Sei nella modalitĂ  giusta?", + "worldedit.command.player-only": "Questo comando deve essere usato con un giocatore.", + "worldedit.command.error.report": "Si prega di segnalare questo errore: [Vedi console]", + "worldedit.pastebin.uploading": "(Si prega di attendere... sto inviando l'output a pastebin...)", + "worldedit.session.cant-find-session": "Impossibile trovare la sessione per {0}", + "worldedit.platform.no-file-dialog": "File dialogs non supportati in questo ambiente.", + "worldedit.asset.load.loading": "(Attendere prego... caricamento della risorsa.)", + "worldedit.asset.load.still-loading": "(Attendere prego... caricamento della risorsa ancora in corso.)", + "worldedit.asset.load.failed": "Caricamento della risorsa fallito", + "worldedit.tool.max-block-changes": "Limite massimo di modifica blocchi raggiunto.", + "worldedit.tool.no-block": "Nessun blocco in vista!", + "worldedit.tool.repl.equip": "Strumento rimpiazza blocco associato a {0}.", + "worldedit.tool.repl.switched": "Strumento rimpiazzante cambiato con: {0}", + "worldedit.tool.data-cycler.equip": "Strumento data cycler associato a {0}.", + "worldedit.tool.data-cycler.block-not-permitted": "Non è consentito modificare i data value di quel blocco.", + "worldedit.tool.data-cycler.cant-cycle": "I dati di quel blocco non possono essere modificati!", + "worldedit.tool.data-cycler.new-value": "Il valore di {0} è ora {1}.", + "worldedit.tool.data-cycler.cycling": "Sto modificando {0}.", + "worldedit.tool.deltree.equip": "Strumento di rimozione alberi fluttuanti associato a {0}.", + "worldedit.tool.deltree.not-tree": "Non è un albero.", + "worldedit.tool.deltree.not-floating": "Non è un albero fluttuante.", + "worldedit.tool.tree.equip": "Strumento albero associato a {0}.", + "worldedit.tool.tree.obstructed": "Un albero non può crescere lì.", + "worldedit.tool.info.equip": "Strumento informazioni associato a {0}.", + "worldedit.tool.info.blockstate.hover": "Block state", + "worldedit.tool.info.internalid.hover": "ID Interno", + "worldedit.tool.info.legacy.hover": "Legacy id:data", + "worldedit.tool.info.light.hover": "Blocca Luce/Luce Sopra", + "worldedit.tool.none.equip": "Strumento scollegato dall'oggetto corrente.", + "worldedit.tool.none.to.unequip": "Il tuo oggetto attuale non è associato.", + "worldedit.tool.selwand.equip": "Bacchetta selezione associata a {0}.", + "worldedit.tool.navwand.equip": "Bacchetta navigazione associata a {0}.", + "worldedit.tool.floodfill.equip": "Strumento riempi liquido associato a {0}.", + "worldedit.tool.farwand.equip": "Strumento bacchetta lontana associato a {0}.", + "worldedit.tool.lrbuild.equip": "Strumento costruzione a lungo raggio associato a {0}.", + "worldedit.tool.lrbuild.set": "Click sinistro impostato a {0}; click destro impostato a {1}.", + "worldedit.tool.stack.equip": "Strumento stack associato a {0}.", + "worldedit.tool.unbind-instruction": "Esegui {0} tenendo in mano l'oggetto per disassociarlo.", + "worldedit.tool.superpickaxe.mode.single": "ModalitĂ  singola impostata. Click sinistro con un piccone. // per disabilitare.", + "worldedit.tool.superpickaxe.mode.area": "ModalitĂ  area impostata. Click sinistro con un piccone. // per disabilitare.", + "worldedit.tool.superpickaxe.mode.recursive": "ModalitĂ  ricorsiva impostata. Click sinistro con un piccone. // per disabilitare.", + "worldedit.tool.superpickaxe.max-range": "L'intervallo massimo è {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Super piccone giĂ  abilitato.", + "worldedit.tool.superpickaxe.disabled.already": "Super piccone giĂ  disabilitato.", + "worldedit.tool.superpickaxe.enabled": "Super piccone abilitato.", + "worldedit.tool.superpickaxe.disabled": "Super piccone disabilitato.", + "worldedit.tool.mask.set": "Maschera pennello impostata.", + "worldedit.tool.mask.disabled": "Maschera pennello disabilitata.", + "worldedit.tool.material.set": "Materiale pennello impostato.", + "worldedit.tool.range.set": "Intervallo pennello impostato.", + "worldedit.tool.size.set": "Dimensione pennello impostata.", + "worldedit.tool.tracemask.set": "Maschera traccia impostata.", + "worldedit.tool.tracemask.disabled": "Maschera traccia disabilitata.", + "worldedit.tool.error.cannot-bind": "Impossibile associare lo strumento a {0}: {1}", + "worldedit.tool.error.item-only": "I blocchi non possono essere usati.", + "worldedit.execute.script-permissions": "Non hai i permessi per usare quello script.", + "worldedit.executelast.no-script": "Usare prima /cs con un nome script.", + "worldedit.script.read-error": "Errore di lettura dello script: {0}", + "worldedit.script.unsupported": "Solo gli script .js sono attualmente supportati", + "worldedit.script.file-not-found": "Lo script non esiste: {0}", + "worldedit.script.no-script-engine": "Impossibile trovare un motore di script installato.\nVedi https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "Esecuzione fallita: {0}", + "worldedit.script.failed-console": "Esecuzione fallita (vedi console): {0}", + "worldedit.operation.affected.biome": "{0} biomi modificati", + "worldedit.operation.affected.block": "{0} blocchi modificati", + "worldedit.operation.affected.column": "{0} colonne modificate", + "worldedit.operation.affected.entity": "{0} entitĂ  modificate", + "worldedit.operation.deform.expression": "deformato usando {0}", + "worldedit.error.invalid-number": "Richiesto numero; fornita stringa.", + "worldedit.error.invalid-number.matches": "Numero previsto; stringa \"{0}\" fornito.", + "worldedit.error.incomplete-region": "Prima seleziona una regione.", + "worldedit.error.unknown-block": "Il nome blocco '{0}' non è stato riconosciuto.", + "worldedit.error.unknown-entity": "Il nome entitĂ  '{0}' non è stato riconosciuto.", + "worldedit.error.unknown-mob": "Il nome mob '{0}' non è stato riconosciuto.", + "worldedit.error.unknown-biome": "Il nome bioma '{0}' non è stato riconosciuto.", + "worldedit.error.unknown-tag": "Il nome tag '{0}' non è stato riconosciuto.", + "worldedit.error.empty-tag": "Il nome tag '{0}' è vuoto.", + "worldedit.error.no-match": "Nessuna corrispondenza per '{0}'.", + "worldedit.error.disallowed-block": "Blocco '{0}' non consentito (vedi Configurazione WorldEdit).", + "worldedit.error.max-changes": "Raggiunto limite di blocchi modificabili per operazione ({0}).", + "worldedit.error.max-brush-radius": "Raggio massimo pennello (in configurazione): {0}", + "worldedit.error.max-radius": "Raggio massimo pennello (in configurazione): {0}", + "worldedit.error.unknown-direction": "Direzione sconosciuta: {0}", + "worldedit.error.empty-clipboard": "Gli appunti sono vuoti. Usare prima //copy.", + "worldedit.error.invalid-filename": "Nome file '{0}' non valido: {1}", + "worldedit.error.invalid-filename.invalid-characters": "Caratteri errati o estensione mancante", + "worldedit.error.file-resolution": "Errore di risoluzione del file '{0}': {1}", + "worldedit.error.file-resolution.outside-root": "Il percorso è fuori dalla radice consentita", + "worldedit.error.file-resolution.resolve-failed": "Impossibile risolvere il percorso", + "worldedit.error.file-aborted": "Selezione file interrotta.", + "worldedit.error.no-file-selected": "Nessun file selezionato.", + "worldedit.error.world-unloaded": "Il mondo è stato giĂ  decaricato.", + "worldedit.error.not-a-block": "Questo oggetto non è un blocco.", + "worldedit.error.not-a-block.item": "L'oggetto '{0}' non è un blocco.", + "worldedit.error.incorrect-usage": "Uso corretto: {0}", + "worldedit.error.invalid-page": "Numero di pagina non valido", + "worldedit.error.parser.bad-state-format": "Formattazione di stato errata in {0}", + "worldedit.error.parser.duplicate-property": "ProprietĂ  duplicata: {0}", + "worldedit.error.parser.empty-state": "Parte vuota nello stato", + "worldedit.error.parser.missing-equals-separator": "Separatore '=' mancante", + "worldedit.error.parser.clipboard.missing-offset": "Offset specificato con @ ma nessun offset dato. Usa '#copy@[x,y,z]'.", + "worldedit.error.parser.unknown-property": "ProprietĂ  '{0}' sconosciuta per il blocco '{1}'", + "worldedit.error.parser.unknown-value": "Valore '{0}' sconosciuto per la proprietĂ  '{1}'", + "worldedit.error.parser.empty-property": "ProprietĂ  vuota nello stato", + "worldedit.error.parser.empty-value": "Valore vuoto nello stato", + "worldedit.error.parser.invalid-colon": "Punteggiatura errata (:).", + "worldedit.error.parser.invalid-expression": "Espressione non valida: {0}", + "worldedit.error.parser.negate-nothing": "Non può negare niente!", + "worldedit.error.parser.hanging-lbracket": "Formato non valido. parentesi aperta a '{0}'.", + "worldedit.error.parser.missing-rbracket": "Parentesi ']' finale mancante nello stato", + "worldedit.error.parser.missing-random-type": "Manca il tipo dopo il simbolo % per '{0}'", + "worldedit.error.parser.clipboard.missing-coordinates": "L'offset degli appunti ha bisogno di coordinate x,y,z.", + "worldedit.error.parser.player-only": "Input '{0}' richiede un giocatore!", + "worldedit.error.disabled": "Questa funzionalitĂ  è disabilitata (vedi Configurazione WorldEdit).", + "worldedit.error.unknown": "Si è verificato un errore sconosciuto: {0}", + "worldedit.error.missing-extent": "Nessuna estensione è nota", + "worldedit.error.missing-session": "Nessuna LocalSession è nota", + "worldedit.error.missing-world": "Devi fornire un mondo (Prova //world)", + "worldedit.error.missing-actor": "Nessun attuatore è noto", + "worldedit.selection.convex.info.vertices": "Vertici: {0}", + "worldedit.selection.convex.info.triangles": "Triangoli: {0}", + "worldedit.selection.convex.explain.primary": "Iniziata nuova selezione con vertice {0}.", + "worldedit.selection.convex.explain.secondary": "Aggiunto il vertice {0} alla selezione.", + "worldedit.selection.cuboid.info.pos1": "Posizione 1: {0}", + "worldedit.selection.cuboid.info.pos2": "Posizione 2: {0}", + "worldedit.selection.cuboid.explain.primary": "Prima posizione impostata a {0}.", + "worldedit.selection.cuboid.explain.primary-area": "Prima posizione impostata a {0} ({1}).", + "worldedit.selection.cuboid.explain.secondary": "Seconda posizione impostata a {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "Seconda posizione impostata a {0} ({1}).", + "worldedit.selection.extend.explain.primary": "Selezione iniziata a {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "Selezione estesa per includere {0} ({1}).", + "worldedit.selection.ellipsoid.info.center": "Centro: {0}", + "worldedit.selection.ellipsoid.info.radius": "X/Y/Z Raggio: {0}", + "worldedit.selection.ellipsoid.explain.primary": "Posizione centrale impostata a {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "Posizione centrale impostata a {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "Raggio impostato a {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Raggio impostato a {0} ({1}).", + "worldedit.selection.ellipsoid.error.even-horizontal": "I cambiamenti agli ellissoidi devono essere proporzionali per ogni dimensione.", + "worldedit.selection.cylinder.info.center": "Centro: {0}", + "worldedit.selection.cylinder.info.radius": "Raggio: {0}", + "worldedit.selection.cylinder.explain.primary": "Avvio di una nuova selezione cilindrica a {0}.", + "worldedit.selection.cylinder.explain.secondary": "Raggio impostato a {0}/{1} blocchi. ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "Devi selezionare il punto centrale prima di impostare il raggio.", + "worldedit.selection.cylinder.error.even-horizontal": "I cambiamenti ai cilindri devono essere proporzionali per ogni dimensione orizzontale.", + "worldedit.selection.polygon2d.info": "# punti: {0}", + "worldedit.selection.polygon2d.explain.primary": "Avvio di un nuovo poligono a {0}.", + "worldedit.selection.polygon2d.explain.secondary": "Aggiunto il punto #{0} a {1}.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "I poligoni possono essere ampliati solo verticalmente.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "I poligoni possono essere ridotti solo verticalmente.", + "worldedit.selection.sphere.explain.secondary": "Raggio impostato a {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "Raggio impostato a {0} ({1}).", + "worldedit.selection.null.error.immutable": "Impossibile cambiare NullRegion.", + "worldedit.selection.intersection.error.cannot-expand": "Impossibile espandere un'intersezione regionale.", + "worldedit.selection.intersection.error.cannot-contract": "Impossibile ridurre un'intersezione regionale.", + "worldedit.selection.transform.error.cannot-expand": "Impossibile espandere una TransformedRegion.", + "worldedit.selection.transform.error.cannot-contract": "Impossibile ridurre una TransformedRegion.", + "worldedit.selection.transform.error.cannot-change": "Impossibile cambiare una TransformedRegion.", + "worldedit.sideeffect.lighting": "Luci", + "worldedit.sideeffect.lighting.description": "Aggiornamenti illuminazione blocchi", + "worldedit.sideeffect.neighbors": "Vicini", + "worldedit.sideeffect.neighbors.description": "Notifica i blocchi vicini del cambiamento", + "worldedit.sideeffect.update": "Aggiorna", + "worldedit.sideeffect.update.description": "Notifica il blocco modificato", + "worldedit.sideeffect.validation": "Convalida", + "worldedit.sideeffect.validation.description": "Valida e corregge lo stato mondiale incoerente, come i blocchi disconnessi", + "worldedit.sideeffect.entity_ai": "IA entitĂ ", + "worldedit.sideeffect.entity_ai.description": "Aggiorna i percorsi dell'IA dell'entitĂ  per le modifiche del blocco", + "worldedit.sideeffect.events": "Eventi Mod/Plugin", + "worldedit.sideeffect.events.description": "Comunica ad altre mod/plugin queste modifiche quando applicabile", + "worldedit.sideeffect.state.on": "Acceso", + "worldedit.sideeffect.state.delayed": "Ritardato", + "worldedit.sideeffect.state.off": "Disattivo", + "worldedit.sideeffect.box.current": "Attuale", + "worldedit.sideeffect.box.change-to": "Fare click per impostare a {0}", + "worldedit.help.command-not-found": "Il comando {0} non è stato trovato.", + "worldedit.help.no-subcommands": "'{0}' non ha sottocomandi. (forse '{1}' è per un parametro?)", + "worldedit.help.subcommand-not-found": "Il sotto comando '{0}' sotto '{1}' non è stato trovato.", + "worldedit.cli.stopping": "Interrompendo!", + "worldedit.cli.unknown-command": "Comando sconosciuto!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/ja/strings.json b/config/worldedit/.archive-unpack/2e1dd752/ja/strings.json new file mode 100644 index 0000000..0315594 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/ja/strings.json @@ -0,0 +1,255 @@ +{ + "worldedit.expand.description.vert": "é¸ćŠžçŻ„囲をăŻăĽă«ă‰é™ç•Śăľă§ĺž‚ç›´ć–ąĺ‘ă«ĺşă’ă‚‹", + "worldedit.expand.expanded": "エăŞă‚˘ă‚’ {0} ă–ă­ăク拡ă’ăľă—ăź", + "worldedit.expand.expanded.vert": "エăŞă‚˘ă‚’ {0} ă–ă­ăă‚Żĺşă’ăľă—ăź (上ă‹ă‚‰ä¸‹ăľă§)", + "worldedit.biomeinfo.lineofsight": "見ă¦ă„ă‚‹ăイオăĽă : {0}", + "worldedit.biomeinfo.position": "現在地ă®ăイオăĽă : {0}", + "worldedit.biomeinfo.selection": "é¸ćŠžă—ăźăイオăĽă : {0}", + "worldedit.brush.radius-too-large": "ă–ă©ă‚·ă‚’é©ç”¨ă™ă‚‹ćś€ĺ¤§ĺŤŠĺľ„: {0}", + "worldedit.brush.apply.description": "ă–ă©ă‚·ă‚’ĺ©ç”¨ă™ă‚‹ă«ăŻă€ăťă‚Śăžă‚Śă®ă–ă­ăă‚Żă«é©ç”¨ă—ă¦ăŹă ă•ă„", + "worldedit.brush.apply.radius": "ă–ă©ă‚·ă®ĺ¤§ăŤă•", + "worldedit.brush.apply.shape": "エăŞă‚˘ă®ĺ˝˘çŠ¶", + "worldedit.brush.apply.type": "使用ă™ă‚‹ă–ă©ă‚·ă®ă‚żă‚¤ă—", + "worldedit.brush.apply.item.warning": "ă“ă®ă–ă©ă‚·ăŻă‚˘ă‚¤ă†ă ă‚’使用ă™ă‚‹ă‚·ăźăĄă¬ăĽă‚·ă§ăłă‚’行ă„ăľă™ă€‚ĺ…¨ă¦ă®ă—ă©ăăă•ă‚©ăĽă ă§ć­Łă—ăŹć©źč˝ă™ă‚‹ă¨ăŻé™ă‚‰ăŞă„上ă€ĺ…ă®çŠ¶ć…‹ă«ĺľ©ĺ…ă§ăŤăŞăŹăŞăŁăźă‚Šă€Modă‚„ă—ă©ă‚°ă‚¤ăłă¨ĺą˛ć¸‰ă—ă¦ć€ťă‚Źă¬ä¸Ťĺ…·ĺăŚç™şç”źă™ă‚‹ćă‚ŚăŚă‚ă‚Šăľă™ă€‚使用ă™ă‚‹éš›ăŻă”自身ă®č˛¬ä»»ă§ăŠéˇă„ă—ăľă™ă€‚", + "worldedit.brush.paint.description": "ăšă‚¤ăłăă–ă©ă‚·ă‚’ĺ©ç”¨ă™ă‚‹ă«ăŻă€čˇ¨éť˘ă«é©ç”¨ă—ă¦ăŹă ă•ă„", + "worldedit.brush.paint.size": "ă–ă©ă‚·ă®ă‚µă‚¤ă‚ş", + "worldedit.brush.paint.shape": "エăŞă‚˘ă®ĺ˝˘çŠ¶", + "worldedit.brush.paint.density": "ă–ă©ă‚·ă®ĺŻ†ĺş¦", + "worldedit.brush.paint.type": "使用ă™ă‚‹ă–ă©ă‚·ă®ă‚żă‚¤ă—", + "worldedit.brush.paint.item.warning": "ă“ă®ă–ă©ă‚·ăŻă‚˘ă‚¤ă†ă ă‚’使用ă™ă‚‹ă‚·ăźăĄă¬ăĽă‚·ă§ăłă‚’行ă„ăľă™ă€‚ĺ…¨ă¦ă®ă—ă©ăăă•ă‚©ăĽă ă§ć­Łă—ăŹć©źč˝ă™ă‚‹ă¨ăŻé™ă‚‰ăŞă„上ă€ĺ…ă®çŠ¶ć…‹ă«ĺľ©ĺ…ă§ăŤăŞăŹăŞăŁăźă‚Šă€Modă‚„ă—ă©ă‚°ă‚¤ăłă¨ĺą˛ć¸‰ă—ă¦ć€ťă‚Źă¬ä¸Ťĺ…·ĺăŚç™şç”źă™ă‚‹ćă‚ŚăŚă‚ă‚Šăľă™ă€‚使用ă™ă‚‹éš›ăŻă”自身ă®č˛¬ä»»ă§ăŠéˇă„ă—ăľă™ă€‚", + "worldedit.brush.sphere.equip": "ç体ă®ă–ă©ă‚·ă‚’ă‚»ăăă—ăľă—ăź ({0})。", + "worldedit.brush.cylinder.equip": "円柱ă®ă–ă©ă‚·ă‚’ă‚»ăăă—ăľă—ăź ({0} Ă— {1})。", + "worldedit.brush.clipboard.equip": "ă‚ŻăŞăă—ăśăĽă‰ă®ă–ă©ă‚·ă‚’ă‚»ăăă—ăľă—ăźă€‚", + "worldedit.brush.smooth.equip": "ć•´ĺś°ă–ă©ă‚·ă‚’ă‚»ăăă—ăľă—ăź ({0} x {1} 倍 {2}を使用)。", + "worldedit.brush.extinguish.equip": "ć¶ă—ă‚´ă ă‚’ă‚»ăăă—ăľă—ăź ({0})。", + "worldedit.brush.gravity.equip": "ă‚°ă©ă“ă†ă‚Łă–ă©ă‚·ă‚’ă‚»ăăă—ăľă—ăź ({0})。", + "worldedit.brush.butcher.equip": "畜殺ă–ă©ă‚·ă‚’ă‚»ăăă—ăľă—ăź ({0})。", + "worldedit.brush.operation.equip": "ă–ă©ă‚·ă‚’ {0} ă«ă‚»ăăă—ăľă—ăźă€‚", + "worldedit.brush.heightmap.equip": "é«ĺş¦ă–ă©ă‚·ă‚’ă‚»ăăă—ăľă—ăź ({0})。", + "worldedit.brush.heightmap.unknown": "é«ĺş¦ă–ă©ă‚·ăŚä¸ŤćŽă§ă™ă€‚({0})", + "worldedit.brush.none.equip": "ă–ă©ă‚·ă‚’アイă†ă ă‹ă‚‰č§Łé™¤ă—ăľă—ăźă€‚", + "worldedit.setbiome.changed": "ç´„ {0} ă–ă­ăă‚Żă®ăイオăĽă ăŚĺ¤‰ć›´ă•ă‚Śăľă—ăźă€‚", + "worldedit.setbiome.warning": "変更を確認ă™ă‚‹ă«ăŻă€ă‚˛ăĽă ă‚’é–‹ăŤç›´ă™(ăľăźăŻăŻăĽă«ă‰ă«ĺ…Ąă‚Šç›´ă™)ĺż…č¦ăŚă‚ă‚Šăľă™ă€‚", + "worldedit.drawsel.disabled": "サăĽăăĽă®CUIを無効化ă—ăľă—ăź", + "worldedit.drawsel.disabled.already": "サăĽăăĽă®CUIăŻć—˘ă«ç„ˇĺŠąă§ă™", + "worldedit.drawsel.enabled.already": "サăĽăăĽă®CUIăŻć—˘ă«ćś‰ĺŠąă§ă™", + "worldedit.limit.too-high": "ă‚ăŞăźă®ĺ©ç”¨ĺŹŻč˝ăŞä¸Šé™ăŻ {0} ă§ă™", + "worldedit.limit.set": "ă–ă­ăク変更ă®ä¸Šé™ă‚’ {0} ă«č¨­ĺ®š", + "worldedit.limit.return-to-default": "( //limit を使用ă™ă‚‹ă“ă¨ă§ćś€ĺťă«ć»ă›ăľă™)", + "worldedit.timeout.too-high": "ă‚ăŞăźă®ćś€ĺ¤§ă‚żă‚¤ă ă‚˘ă‚¦ă時間㯠{0} ăźăŞç§’ă§ă™", + "worldedit.timeout.set": "タイă ă‚˘ă‚¦ăă®ć™‚é–“ă‚’ {0} ăźăŞç§’ă«ĺ¤‰ć›´ă—ăľă—ăźă€‚", + "worldedit.timeout.return-to-default": " (最ĺťă«ć»ă‚‹ă¨ăŤăŻ //timeout を使ăŁă¦ăŹă ă•ă„)", + "worldedit.fast.disabled": "ă•ă‚ˇă‚ąăă˘ăĽă‰ă‚’無効化ă—ăľă—ăź", + "worldedit.fast.enabled": "ă•ă‚ˇă‚ąăă˘ăĽă‰ă‚’有効ă«ă—ăľă—ăźă€‚影響ă™ă‚‹ăăŁăłă‚Żă®ćŽă‚‹ă•ăŚć­Łă—ăŹćŹŹĺ†™ă•ă‚ŚăŞăŹăŞă‚‹ĺŹŻč˝ć€§ăŚă‚ă‚Šă€ĺ¤‰ć›´ă‚’確認ă™ă‚‹ă«ăŻĺ†Ťĺş¦ăŻăĽă«ă‰ă«ĺ…Ąă‚Šç›´ă™ĺż…č¦ăŚă‚ă‚Šăľă™ă€‚", + "worldedit.fast.disabled.already": "ă•ă‚ˇă‚ąăă˘ăĽă‰ăŻć—˘ă«ç„ˇĺŠąă§ă™", + "worldedit.fast.enabled.already": "ă•ă‚ˇă‚ąăă˘ăĽă‰ăŻć—˘ă«ćś‰ĺŠąă§ă™", + "worldedit.perf.sideeffect.set": "サイă‰ă‚¨ă•ă‚§ă‚Żă \"{0}\" ă‚’ {1} ă«ĺ¤‰ć›´ă—ăľă—ăźă€‚", + "worldedit.perf.sideeffect.get": "サイă‰ă‚¨ă•ă‚§ă‚Żă \"{0}\" 㯠{1} ă«ĺ¤‰ć›´ă•ă‚Śă¦ă„ăľă™ă€‚", + "worldedit.perf.sideeffect.already-set": "サイă‰ă‚¨ă•ă‚§ă‚Żă \"{0}\" ăŻă™ă§ă« {1} ă«ĺ¤‰ć›´ă•ă‚Śă¦ă„ăľă™ă€‚", + "worldedit.perf.sideeffect.set-all": "ă™ăąă¦ă®ă‚µă‚¤ă‰ă‚¨ă•ă‚§ă‚Żăă‚’ {0} ă«ĺ¤‰ć›´ă—ăľă—ăźă€‚", + "worldedit.reorder.current": "再調整ă˘ăĽă‰ăŻ {0} ă§ă™", + "worldedit.reorder.set": "現在ă®ĺ†ŤčŞżć•´ă˘ăĽă‰ăŻ {0} ă§ă™", + "worldedit.gmask.disabled": "ă‚°ă­ăĽăă«ăžă‚ąă‚Żă‚’無効化ă—ăľă—ăź", + "worldedit.gmask.set": "ă‚°ă­ăĽăă«ăžă‚ąă‚Żă‚’設定ă—ăľă—ăź", + "worldedit.toggleplace.pos1": "現在 pos #1 ă«é…Ťç˝®ä¸­", + "worldedit.toggleplace.player": "現在ă‚ăŞăźăŚç«‹ăŁă¦ă„ă‚‹ă–ă­ăă‚Żă«é…Ťç˝®ä¸­", + "worldedit.toggleplace.not-locatable": "ă“ă®ă‚łăłă†ă‚­ă‚ąăă§ăŻé…Ťç˝®ă‚’ĺ‡ă‚Šć›żăă‚‹ă“ă¨ăŚă§ăŤăľă›ă‚“。", + "worldedit.searchitem.too-short": "ă‚ă‚Šé•·ă„検索文字ĺ—を入力ă—ă¦ăŹă ă•ă„ďĽ3文字以上)", + "worldedit.searchitem.either-b-or-i": "ĺŚć™‚ă« 'b' 㨠'i' ă®ă•ă©ă‚°ă‚’設定ă™ă‚‹ă“ă¨ăŻă§ăŤăľă›ă‚“", + "worldedit.searchitem.searching": "(アイă†ă ă‚’探ă—ă¦ă„ăľă™ă€ăŠĺľ…ăˇăŹă ă•ă„...)", + "worldedit.watchdog.no-hook": "ă“ă®ă—ă©ăăă•ă‚©ăĽă ă«ăŻă‚¦ă‚©ăăă‰ăă‚°ă•ăă‚ŻăŚă‚ă‚Šăľă›ă‚“", + "worldedit.watchdog.active.already": "ウォăăă‰ăă‚°ă•ăă‚ŻăŻć—˘ă«ćś‰ĺŠąă§ă™", + "worldedit.watchdog.inactive.already": "ウォăăă‰ăă‚°ă•ăă‚ŻăŻć—˘ă«ç„ˇĺŠąă§ă™", + "worldedit.watchdog.active": "ウォăăă‰ăă‚°ă•ăクを有効化ă—ăľă—ăź", + "worldedit.watchdog.inactive": "ウォăăă‰ăă‚°ă•ăクを無効化ă—ăľă—ăź", + "worldedit.world.remove": "ăŻăĽă«ă‰ă®ă‚ŞăĽăăĽă©ă‚¤ă‰ă‚’削除ă—ăľă—ăź", + "worldedit.world.set": "ăŻăĽă«ă‰ă®ă‚ŞăĽăăĽă©ă‚¤ă‰ă‚’ {0} ă«č¨­ĺ®šă—ăľă—ăź ďĽćś€ĺťă«ć»ă‚‹ă«ăŻ //world を使用ă—ă¦ăŹă ă•ă„)", + "worldedit.undo.undone": "{0} 個ă®ç·¨é›†ă‚’ă‚­ăŁăłă‚»ă«ă—ăľă—ăź", + "worldedit.undo.none": "ă‚­ăŁăłă‚»ă«ă™ă‚‹ç·¨é›†ăŚă‚ă‚Šăľă›ă‚“", + "worldedit.redo.redone": "{0} 回ć»ă—ăľă—ăź", + "worldedit.redo.none": "再度実行ă™ă‚‹ç·¨é›†ăŚă‚ă‚Šăľă›ă‚“", + "worldedit.clearhistory.cleared": "履歴を削除ă—ăľă—ăź", + "worldedit.raytrace.noblock": "視界ă«ă–ă­ăă‚ŻăŚă‚ă‚Šăľă›ă‚“ďĽ", + "worldedit.restore.not-configured": "ă‚ąăŠăă—ă‚·ă§ăăăľăźăŻăăクアăă—ăŚä˝śćă•ă‚Śă¦ă„ăľă›ă‚“", + "worldedit.restore.not-available": "ăťă®ă‚ąăŠăă—ă‚·ă§ăăăŻĺ­ĺś¨ă—ăŞă„ă‹ĺ©ç”¨ă§ăŤăľă›ă‚“", + "worldedit.restore.failed": "ă‚ąăŠăă—ă‚·ă§ăă: {0} ă®čŞ­ăżčľĽăżă«ĺ¤±ć•—ă—ăľă—ăźâ€¦", + "worldedit.restore.loaded": "ă‚ąăŠăă—ă‚·ă§ăă '{0}' ă®čŞ­ăżčľĽăżă«ć功ă—ăľă—ăźă€‚現在復ĺ…中ă§ă™...", + "worldedit.restore.restored": "ĺľ©ĺ…ă—ăľă—ăźăŚă€{0} 個ă®ăăŁăłă‚ŻăŚĺ¤±ă‚Źă‚Śă¦ă„ă‚‹ă»ă‹ă€ {1} 個ă®ă‚¨ă©ăĽăŚă‚ă‚Šăľă™", + "worldedit.restore.none-for-specific-world": "ăŻăĽă«ă‰ '{0} ' ă®ă‚ąăŠăă—ă‚·ă§ăăăŚč¦‹ă¤ă‹ă‚Šăľă›ă‚“ă§ă—ăźă€‚", + "worldedit.restore.none-for-world": "ă“ă®ăŻăĽă«ă‰ă®ă‚ąăŠăă—ă‚·ă§ăăăŚč¦‹ă¤ă‹ă‚Šăľă›ă‚“ă§ă—ăźâ€¦", + "worldedit.restore.none-found": "ă‚ąăŠăă—ă‚·ă§ăăăŚč¦‹ă¤ă‹ă‚Šăľă›ă‚“", + "worldedit.restore.none-found-console": "ă‚ąăŠăă—ă‚·ă§ăăăŚč¦‹ă¤ă‹ă‚Šăľă›ă‚“。詳細ăŻă‚łăłă‚˝ăĽă«ă‚’参照ă—ă¦ăŹă ă•ă„", + "worldedit.restore.chunk-not-present": "ă‚ąăŠăă—ă‚·ă§ăăă®ä¸­ă«ăăŁăłă‚ŻăŚĺ­ĺś¨ă—ăľă›ă‚“…", + "worldedit.restore.chunk-load-failed": "ăăŁăłă‚ŻăŚčŞ­ăżčľĽă‚ăľă›ă‚“ă§ă—ăźďĽă•ă‚ˇă‚¤ă«ăŚç ´ćŤă—ă¦ă„る可č˝ć€§ăŚă‚ă‚Šăľă™ďĽ‰", + "worldedit.restore.block-place-failed": "エă©ăĽăŚç™şç”źă—ăźăźă‚ă€ă–ă­ăă‚Żă®ĺľ©ĺ…ă«ĺ¤±ć•—ă—ăľă—ăźâ€¦", + "worldedit.restore.block-place-error": "前回ă®ă‚¨ă©ăĽ: {0}", + "worldedit.snapshot.use.newest": "現在ă€ćś€ć–°ă®ă‚ąăŠăă—ă‚·ă§ăăを使用ă—ă¦ă„ăľă™", + "worldedit.snapshot.use": "ă‚ąăŠăă—ă‚·ă§ăăă‚’ {0} ă«ĺ¤‰ć›´ă—ăľă—ăź", + "worldedit.snapshot.none-before": "{0} 以前ă®ă‚ąăŠăă—ă‚·ă§ăăăŚč¦‹ă¤ă‹ă‚Šăľă›ă‚“ă§ă—ăź", + "worldedit.snapshot.none-after": "{0} 以前ă®ă‚ąăŠăă—ă‚·ă§ăăăŚč¦‹ă¤ă‹ă‚Šăľă›ă‚“ă§ă—ăź", + "worldedit.snapshot.index-above-0": "1以上ă§ăŞă‘ă‚Śă°ăŞă‚Šăľă›ă‚“。", + "worldedit.snapshot.index-oob": "1 ă‹ă‚‰ {0} ă®é–“ă§ăŞă‘ă‚Śă°ăŞă‚Šăľă›ă‚“", + "worldedit.schematic.unknown-format": "不ćŽăŞă‚ąă‚±ăžă†ă‚Łăă‚Żă•ă‚©ăĽăžăă: {0}", + "worldedit.schematic.load.does-not-exist": "スケăžă†ă‚Łăă‚Ż {0} ăŚĺ­ĺś¨ă—ăľă›ă‚“ďĽ", + "worldedit.schematic.load.loading": "(SCHEMATICă•ă‚ˇă‚¤ă«ă‚’読ăżčľĽă‚“ă§ă„ăľă™ă€ăŠĺľ…ăˇăŹă ă•ă„...)", + "worldedit.schematic.load.still-loading": "(Schematică•ă‚ˇă‚¤ă«ă‚’読ăżčľĽă‚“ă§ă„ăľă™ă€ă—ă°ă‚‰ăŹăŠĺľ…ăˇăŹă ă•ă„...)", + "worldedit.schematic.save.already-exists": "ă“ă®ă‚ąă‚±ăžă†ă‚Łăă‚ŻăŻć—˘ă«ĺ­ĺś¨ă—ăľă™ă€‚上書ăŤă™ă‚‹ă«ăŻ -fă•ă©ă‚°ă‚’使用ă—ă¦ăŹă ă•ă„", + "worldedit.schematic.save.failed-directory": "スケăžă†ă‚Łăク用ă®ă•ă‚©ă«ă€ă®ä˝śćă«ĺ¤±ć•—ă—ăľă—ăźâ€¦", + "worldedit.schematic.save.saving": "(SCHEMATICă•ă‚ˇă‚¤ă«ă‚’äżťĺ­ă—ă¦ă„ăľă™ă€ăŠĺľ…ăˇăŹă ă•ă„...)", + "worldedit.schematic.save.still-saving": "(Schematică•ă‚ˇă‚¤ă«ă‚’äżťĺ­ă—ă¦ă„ăľă™ă€ă—ă°ă‚‰ăŹăŠĺľ…ăˇăŹă ă•ă„...)", + "worldedit.schematic.delete.does-not-exist": "スケăžă†ă‚Łăă‚Ż {0} ăŚĺ­ĺś¨ă—ăľă›ă‚“ďĽ", + "worldedit.schematic.delete.failed": "スケăžă†ă‚Łăă‚Ż {0} ă®ĺ‰Šé™¤ă«ĺ¤±ć•—ă—ăľă—ăźâ€¦ďĽčŞ­ăżĺŹ–り専用ă«č¨­ĺ®šă•ă‚Śă¦ă„る可č˝ć€§ăŚă‚ă‚Šăľă™ďĽ‰", + "worldedit.schematic.delete.deleted": "{0} ăŻĺ‰Šé™¤ă•ă‚Śăľă—ăź", + "worldedit.schematic.formats.title": "ĺ©ç”¨ă§ăŤă‚‹ă‚ŻăŞăă—ăśăĽă‰ă•ă‚©ăĽăžăăďĽĺŤĺ‰Ťă§ć¤śç´˘ďĽ‰", + "worldedit.schematic.unsupported-minecraft-version": "ă“ă®ăăĽă‚¸ă§ăłă®WorldEdităŻă“ă®MinecraftをサăťăĽăă—ă¦ă„ăľă›ă‚“。サăťăĽăă™ă‚‹ăľă§SCHEMATICăŻĺ‹•ä˝śă—ăľă›ă‚“。", + "worldedit.pos.already-set": "ă™ă§ă«č¨­ĺ®šă•ă‚Śă¦ă„ăľă™ă€‚", + "worldedit.pos.console-require-coords": "座標を設定ă™ă‚‹ĺż…č¦ăŚă‚ă‚Šăľă™ă€‚", + "worldedit.hpos.no-block": "見ă¦ă„ă‚‹ă–ă­ăă‚ŻăŚă‚ă‚Šăľă›ă‚“ďĽ", + "worldedit.hpos.already-set": "ă™ă§ă«č¨­ĺ®šă•ă‚Śă¦ă„ăľă™ă€‚", + "worldedit.chunk.selected-multiple": "é¸ćŠžă•ă‚ŚăźăăŁăłă‚Ż: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "ăăŁăłă‚Żé¸ćŠžć¸ăż: {0}〠{1}〠{2}", + "worldedit.wand.invalid": "wandアイă†ă ăŚć­Łă—ăŹč¨­ĺ®šă•ă‚Śă¦ă„ăŞă„ă‹ă€ç„ˇĺŠąĺŚ–ă•ă‚Śă¦ă„ăľă™ă€‚", + "worldedit.wand.selwand.info": "左クăŞăă‚Ż: 開始位置(pos #1) を設定ă€ĺŹłă‚ŻăŞăă‚Ż: 終了位置(pos #2) を設定", + "worldedit.wand.navwand.info": "左クăŞăă‚Ż: 一番上ă®ă–ă­ăă‚Żă¸ç§»ĺ‹•ă€ĺŹłă‚ŻăŞăă‚Ż: ĺŁă®ĺ‘ă“ă†ĺ´ă¸ç§»ĺ‹•", + "worldedit.wand.selwand.now.tool": "é¸ćŠžç”¨ă®ćť–ăŻé€šĺ¸¸ă®ă„ăĽă«ă«ăŞă‚Šăľă—ăźă€‚ {0} ă§ç„ˇĺŠąă«ă—ă¦ă€ {1} ă§ä»»ć„Źă®ă‚˘ă‚¤ă†ă ă«ăľăźă‚»ăăă™ă‚‹ă‹ă€ {2}ă§ć–°ă—ă„杖を手ă«ĺ…Ąă‚Śă‚‹ă“ă¨ăŚă§ăŤăľă™ă€‚", + "worldedit.contract.contracted": "エăŞă‚˘ă‚’ {0} ă–ă­ăă‚Żç‹­ă‚ăľă—ăź", + "worldedit.shift.shifted": "エăŞă‚˘ă‚’変更ă—ăľă—ăź", + "worldedit.outset.outset": "äżťč­·ă®ĺ§‹ăľă‚Š", + "worldedit.inset.inset": "範囲ă®ĺ·®ă—込ăż", + "worldedit.size.offset": "ă‚Şă•ă‚»ăă: {0}", + "worldedit.size.type": "タイă—: {0}", + "worldedit.size.size": "サイズ: {0}", + "worldedit.size.distance": "立方体ă®č·ťé›˘: {0}", + "worldedit.size.blocks": "ă–ă­ăă‚Żć•°: {0}", + "worldedit.count.counted": "カウăłă:{0}", + "worldedit.distr.no-blocks": "ă–ă­ăă‚ŻăŻă‚«ă‚¦ăłăă•ă‚Śăľă›ă‚“。", + "worldedit.distr.no-previous": "以前ă®é…Ťĺ¸ăŻă‚ă‚Šăľă›ă‚“。", + "worldedit.distr.total": "ĺč¨ă–ă­ăă‚Żć•°: {0}", + "worldedit.select.cleared": "é¸ćŠžă‚’解除ă—ăľă—ăźă€‚", + "worldedit.select.cuboid.message": "立方体:ăťă‚¤ăłă1を左クăŞăă‚Ż, ăťă‚¤ăłă2を右クăŞăă‚Ż", + "worldedit.select.cuboid.description": "直方体ă®2ă¤ă®ă‚łăĽăŠăĽă‚’é¸ćŠž", + "worldedit.select.extend.message": "立方体:始点を左クăŞăă‚Żă€ĺ»¶é•·ă™ă‚‹ă«ăŻĺŹłă‚ŻăŞăă‚Ż", + "worldedit.select.extend.description": "é«é€źç«‹ć–ąä˝“é¸ćŠžă˘ăĽă‰", + "worldedit.select.poly.message": "2DăťăŞă‚´ăłă‚»ă¬ă‚Żă‚żăĽďĽšĺ·¦/右クăŞăă‚Żă—ă¦ăťă‚¤ăłăを追加ă—ăľă™ă€‚", + "worldedit.select.poly.limit-message": "最大{0} ăťă‚¤ăłă。", + "worldedit.select.poly.description": "é«ă•ă®ă‚ă‚‹2DăťăŞă‚´ăłă‚’é¸ćŠžă™ă‚‹", + "worldedit.select.ellipsoid.message": "楕円体セă¬ă‚Żă‚żăĽďĽšĺ·¦ă‚ŻăŞăă‚Ż=中央ă€ĺŹłă‚ŻăŞăă‚Żă§ć‹ˇĺĽµ", + "worldedit.select.ellipsoid.description": "楕円体をé¸ćŠž", + "worldedit.select.sphere.message": "çă‚»ă¬ă‚Żă‚żăĽďĽšĺ·¦ă‚ŻăŞăă‚Ż=中央ă€ĺŹłă‚ŻăŞăă‚Żă—ă¦ĺŤŠĺľ„を設定", + "worldedit.select.sphere.description": "çă‚’é¸ćŠž", + "worldedit.select.cyl.message": "円柱セă¬ă‚Żă‚żăĽďĽšĺ·¦ă‚ŻăŞăă‚Ż=中央ă€ĺŹłă‚ŻăŞăă‚Żă§ĺ»¶é•·", + "worldedit.select.cyl.description": "ă‚·ăŞăłă€ăĽă‚’é¸ćŠž", + "worldedit.select.convex.message": "凸多面体セă¬ă‚Żă‚żăĽďĽšĺ·¦ă‚ŻăŞăă‚Ż=最ĺťă®é ‚ç‚ąă€ĺŹłă‚ŻăŞăă‚Żă§ă•ă‚‰ă«čż˝ĺŠ ă€‚", + "worldedit.select.convex.limit-message": "最大{0} ăťă‚¤ăłă。", + "worldedit.select.convex.description": "凸多面体をé¸ćŠžă—ă¦ăŹă ă•ă„", + "worldedit.select.default-set": "ă‡ă•ă‚©ă«ăă®ĺś°ĺźźă‚»ă¬ă‚Żă‚żăŻ{0} ă«ăŞă‚Šăľă—ăźă€‚", + "worldedit.chunkinfo.chunk": "ăăŁăłă‚ŻďĽš{0}ă€{1}", + "worldedit.chunkinfo.old-filename": "古ă„形式:{0}", + "worldedit.chunkinfo.mcregion-filename": "ăžă‚Żă¬ă‚ŞăłďĽšĺś°ĺźź/ {0}", + "worldedit.listchunks.listfor": "ăăŁăłă‚Żă®ăŞă‚ąă:{0}", + "worldedit.drain.drained": "{0} ă–ă­ăă‚ŻăŚç©şă«ăŞă‚Šăľă—ăźă€‚", + "worldedit.fill.created": "{0} 個ă®ă–ă­ăă‚ŻăŚćş€ăźă•ă‚Śăľă—ăźă€‚", + "worldedit.fillr.created": "{0} 個ă®ă–ă­ăă‚ŻăŚćş€ăźă•ă‚Śăľă—ăźă€‚", + "worldedit.fixlava.fixed": "{0} ă–ă­ăă‚ŻăŚäż®ć­Łă•ă‚Śăľă—ăźă€‚", + "worldedit.fixwater.fixed": "{0} ă–ă­ăă‚ŻăŚäż®ć­Łă•ă‚Śăľă—ăźă€‚", + "worldedit.removeabove.removed": "{0} ă–ă­ăă‚ŻăŚĺ‰Šé™¤ă•ă‚Śăľă—ăźă€‚", + "worldedit.removebelow.removed": "{0} ă–ă­ăă‚ŻăŚĺ‰Šé™¤ă•ă‚Śăľă—ăźă€‚", + "worldedit.removenear.removed": "{0} ă–ă­ăă‚ŻăŚĺ‰Šé™¤ă•ă‚Śăľă—ăźă€‚", + "worldedit.replacenear.replaced": "{0} 個ă®ă–ă­ăă‚ŻăŚç˝®ăŤćŹ›ăられăľă—ăźă€‚", + "worldedit.snow.created": "{0} 個ă®čˇ¨éť˘ăŚč¦†ă‚Źă‚Śă¦ă„ăľă™ă€‚", + "worldedit.thaw.removed": "{0} ă–ă­ăă‚ŻăŚč§Łĺ‡Ťă•ă‚Śăľă—ăźă€‚", + "worldedit.green.changed": "{0} ă–ă­ăă‚ŻăŻç·‘化ă•ă‚Śă¦ă„ăľă™ă€‚", + "worldedit.extinguish.removed": "{0} 箇所ă®ç«ă‚’鎮ç«ă—ăľă—ăźă€‚", + "worldedit.butcher.killed": "半径{1} ă–ă­ăă‚Żă§{0} 匹ă®MobăŚă‚­ă«ă•ă‚Śăľă—ăźă€‚", + "worldedit.butcher.explain-all": "ă­ăĽă‰ć¸ăżă®ăăŁăłă‚Żă‹ă‚‰ĺ…¨ă¦ă®ă˘ă–を削除ă™ă‚‹ĺ ´ĺăŻă€-1を入力ă—ă¦ăŹă ă•ă„", + "worldedit.remove.removed": "{0} エăłă†ă‚Łă†ă‚Łă«ĺ‰Šé™¤ă®ăžăĽă‚ŻăŚä»ă‘られăľă—ăźă€‚", + "worldedit.remove.explain-all": "ă­ăĽă‰ć¸ăżă®ăăŁăłă‚Żă‹ă‚‰ĺ…¨ă¦ă®ă‚¨ăłă†ă‚Łă†ă‚Łă‚’削除ă™ă‚‹ĺ ´ĺăŻă€-1を入力ă—ă¦ăŹă ă•ă„", + "worldedit.calc.invalid": "'{0}' ăŻćś‰ĺŠąăŞč§Łćžă‚’実行ă§ăŤăľă›ă‚“ă§ă—ăź", + "worldedit.calc.invalid.with-error": "'{0}' ăŻćś‰ĺŠąăŞĺĽŹă¨ă—ă¦č§Łćžă§ăŤăľă›ă‚“ă§ă—ăź: '{1}'", + "worldedit.paste.pasted": "ă‚ŻăŞăă—ăśăĽă‰ă®ĺ†…容㯠{0} ă«č˛Ľă‚Šä»ă‘られăľă—ăź", + "worldedit.paste.selected": "é¸ćŠžă—ăźă‚ŻăŞăă—ăśăĽă‰č˛Ľă‚Šä»ă‘é ĺźźă€‚", + "worldedit.rotate.no-interpolation": "注意:数値ă®čŁśé–“ă«ăŻĺŻľĺżśă—ă¦ă„ăľă›ă‚“。ăťă®ăźă‚角度ăŻ90ă®ĺ€Ťć•°ă§ćŚ‡ĺ®šă™ă‚‹ă“ă¨ă‚’推奨ă—ăľă™", + "worldedit.rotate.rotated": "ă‚ŻăŞăă—ăśăĽă‰ă®ă‡ăĽă‚żă‚’回転ă—ăľă—ăź", + "worldedit.flip.flipped": "ă‚ŻăŞăă—ăśăĽă‰ă®ă‡ăĽă‚żă‚’裏返ă—ăľă—ăź", + "worldedit.clearclipboard.cleared": "ă‚ŻăŞăă—ăśăĽă‰ă‚’ć¶ĺŽ»ă—ăľă—ăź", + "worldedit.set.done": "操作ăŚĺ®Śäş†ă—ăľă—ăź", + "worldedit.set.done.verbose": "操作ăŚĺ®Śäş†ă—ăľă—ăź({0})", + "worldedit.line.changed": "{0} ă–ă­ăă‚ŻăŚĺ¤‰ć›´ă•ă‚Śăľă—ăźă€‚", + "worldedit.line.invalid-type": "//lineăŻç›´ć–ąä˝“é¸ćŠžăľăźăŻĺ‡¸ĺ¤šéť˘ä˝“é¸ćŠžă§ă®ăżć©źč˝ă—ăľă™ă€‚", + "worldedit.curve.changed": "{0} ă–ă­ăă‚ŻăŚĺ¤‰ć›´ă•ă‚Śăľă—ăźă€‚", + "worldedit.curve.invalid-type": "//curve ăŻĺ‡¸ĺ¤šéť˘ä˝“ă®é¸ćŠžă§ă®ăżĺ‹•ä˝śă—ăľă™ă€‚", + "worldedit.replace.replaced": "{0} 個ă®ă–ă­ăă‚ŻăŚç˝®ăŤćŹ›ăられăľă—ăźă€‚", + "worldedit.stack.changed": "{0} 個ă®ă–ă­ăă‚ŻăŚĺ¤‰ć›´ă•ă‚Śăľă—ăźă€‚//undo ă§ĺ…ă«ć»ă—ăľă™ă€‚", + "worldedit.regen.regenerated": "エăŞă‚˘ăŚĺ†Ťç”źćă•ă‚Śăľă—ăź", + "worldedit.regen.failed": "ăăŁăłă‚Żă®ĺ†Ťç”źćăŚă§ăŤăľă›ă‚“ă§ă—ăźă€‚č©łç´°ăŻă‚łăłă‚˝ăĽă«ă§ç˘şčŞŤă—ă¦ăŹă ă•ă„。", + "worldedit.walls.changed": "{0} ă–ă­ăă‚ŻăŚĺ¤‰ć›´ă•ă‚Śăľă—ăźă€‚", + "worldedit.faces.changed": "{0} ă–ă­ăă‚ŻăŚĺ¤‰ć›´ă•ă‚Śăľă—ăźă€‚", + "worldedit.hollow.changed": "{0} ă–ă­ăă‚ŻăŚĺ¤‰ć›´ă•ă‚Śăľă—ăźă€‚", + "worldedit.unstuck.moved": "ăŻă„ďĽ", + "worldedit.ascend.obstructed": "ă‚ăŞăźă®ä¸Šă«ĺ©ç”¨ĺŹŻč˝ăŞĺ ´ć‰€ăŚč¦‹ă¤ă‹ă‚Šăľă›ă‚“ă§ă—ăź", + "worldedit.descend.obstructed": "ă‚ăŞăźă®ä¸‹ă«ĺ©ç”¨ĺŹŻč˝ăŞĺ ´ć‰€ăŚč¦‹ă¤ă‹ă‚Šăľă›ă‚“ă§ă—ăź", + "worldedit.ceil.obstructed": "ă‚ăŞăźă®ä¸Šă«ĺ©ç”¨ĺŹŻč˝ăŞĺ ´ć‰€ăŚč¦‹ă¤ă‹ă‚Šăľă›ă‚“ă§ă—ăź", + "worldedit.ceil.moved": "ă“ăĄăĽăłďĽ", + "worldedit.thru.obstructed": "ă‚ăŞăźă®ĺ‰Ťć–ąă«ĺ©ç”¨ĺŹŻč˝ăŞĺ ´ć‰€ăŚč¦‹ă¤ă‹ă‚Šăľă›ă‚“ă§ă—ăź", + "worldedit.thru.moved": "ă“ăĄăĽăłďĽ", + "worldedit.jumpto.moved": "ă‘ăďĽ", + "worldedit.jumpto.none": "ă‚ăŞăźă®č¦–ç•Śă«ă–ă­ăă‚ŻăŚĺ­ĺś¨ă—ăŞă„ă‹ă€é ă™ăŽăľă™ďĽ", + "worldedit.up.obstructed": "ă‚ăŞăźă®ä¸Šă®ă‚¨ăŞă‚˘ă‚’ç›´ć’ă™ă‚‹ă‹ă‚‚ă—ă‚Śăľă›ă‚“", + "worldedit.up.moved": "ă“ăĄăĽăłďĽ", + "worldedit.cyl.invalid-radius": "1ăľăźăŻ2ă®ĺŤŠĺľ„を示ă™ĺż…č¦ăŚă‚ă‚Šăľă™", + "worldedit.sphere.invalid-radius": "1ăľăźăŻ3ă®ĺŤŠĺľ„を示ă™ĺż…č¦ăŚă‚ă‚Šăľă™", + "worldedit.reload.config": "設定を再読ăżčľĽăżă—ăľă—ăźďĽ", + "worldedit.report.written": "{0} ĺ®›ă®WorldEdită¬ăťăĽă", + "worldedit.report.error": "ă¬ăťăĽă: {0} ă®ä˝śćă«ĺ¤±ć•—ă—ăľă—ăźâ€¦", + "worldedit.report.callback": "WorldEdită¬ăťăĽă: {0}.report", + "worldedit.timezone.invalid": "無効ăŞă‚żă‚¤ă ă‚ľăĽăł", + "worldedit.timezone.set": "ă“ă®ă‚»ăă‚·ă§ăłă®ă‚żă‚¤ă ă‚ľăĽăłă‚’ {0} ă«č¨­ĺ®š", + "worldedit.timezone.current": "ăťă®ă‚żă‚¤ă ă‚ľăĽăłă§ă®çŹľĺś¨ă®ć™‚é–“: {0}", + "worldedit.version.version": "WorldEdită®ăăĽă‚¸ă§ăł {0}", + "worldedit.command.time-elapsed": "{0} ç§’çµŚéŽ ďĽă­ă‚°: {1} 完了; {2} ă–ă­ăă‚Ż/秒)", + "worldedit.pastebin.uploading": "ďĽă—ă°ă‚‰ăŹăŠĺľ…ăˇä¸‹ă•ă„… çµćžśă‚’äżťĺ­ä¸­â€¦ďĽ‰", + "worldedit.session.cant-find-session": "{0} ă®ă‚»ăă‚·ă§ăłă‚’検索ă§ăŤăľă›ă‚“", + "worldedit.tool.max-block-changes": "変更ă§ăŤă‚‹ă–ă­ăă‚Żć•°ă®ä¸Šé™ă«é”ă—ăľă—ăźďĽ", + "worldedit.tool.no-block": "視界ă«ă–ă­ăă‚ŻăŚă‚ă‚Šăľă›ă‚“ďĽ", + "worldedit.tool.repl.equip": "置換ă„ăĽă«ăŻ {0} ă«č¨­ĺ®šă•ă‚Śă¦ă„ăľă™ă€‚", + "worldedit.tool.repl.switched": "ć¶ă—ă‚´ă ă„ăĽă«ăŻ {0} ă«ĺ¤‰ć›´ă•ă‚Śăľă—ăź", + "worldedit.tool.data-cycler.equip": "ă–ă­ăă‚Żă‡ăĽă‚żă‚µă‚¤ă‚Żă©ăĽăŻ {0} ă«č¨­ĺ®šă•ă‚Śă¦ă„ăľă™ă€‚", + "worldedit.tool.data-cycler.block-not-permitted": "ăťă®ă–ă­ăă‚Żă®ă‡ăĽă‚żĺ€¤ă‚’サイクă«ă™ă‚‹ć¨©é™ăŚă‚ă‚Šăľă›ă‚“ďĽ", + "worldedit.tool.data-cycler.cant-cycle": "ăťă®ă–ă­ăă‚Żă®ă‡ăĽă‚żăŻă‚µă‚¤ă‚Żă«ă§ăŤăľă›ă‚“ďĽ", + "worldedit.tool.data-cycler.new-value": "{0} ă®ĺ€¤ăŻçŹľĺś¨ {1} ă§ă™", + "worldedit.tool.data-cycler.cycling": "{0} をサイクă«ă—ă¦ă„ăľă™", + "worldedit.tool.deltree.equip": "空中ă®ćś¨ĺ‰Šé™¤ă„ăĽă«ă‚’ {0} ă«ă‚»ăăă—ăľă—ăźă€‚", + "worldedit.tool.deltree.not-tree": "ăťă‚ŚăŻćś¨ă§ăŻă‚ă‚Šăľă›ă‚“。気ă®ă›ă„ă§ă™ă€‚", + "worldedit.tool.deltree.not-floating": "ăťă‚ŚăŻç©şä¸­ă«ć®‹ăŁăźćś¨ă§ăŻă‚ă‚Šăľă›ă‚“", + "worldedit.tool.tree.equip": "木ă„ăĽă«ă‚’ {0} ă«ă‚»ăăă—ăľă—ăźă€‚", + "worldedit.tool.tree.obstructed": "木をăťă“ă«č¨­ç˝®ă™ă‚‹ă“ă¨ăŻă§ăŤăľă›ă‚“", + "worldedit.tool.info.equip": "ć…ĺ ±ă„ăĽă«ă‚’ {0} ă«ă‚»ăăă—ăľă—ăźă€‚", + "worldedit.tool.info.blockstate.hover": "ă–ă­ăă‚Żă®çŠ¶ć…‹", + "worldedit.tool.info.internalid.hover": "内é¨ID", + "worldedit.tool.info.light.hover": "ă–ă­ăă‚Żă®ćŽă‚‹ă• / 上é¨ă®ćŽă‚‹ă•", + "worldedit.tool.none.equip": "ă„ăĽă«ă‚’アイă†ă ă‹ă‚‰č§Łé™¤ă—ăľă—ăźă€‚", + "worldedit.tool.none.to.unequip": "現在ă®ă‚˘ă‚¤ă†ă ă«ăŻä˝•ă‚‚ă‚»ăăă•ă‚Śă¦ă„ăľă›ă‚“。", + "worldedit.tool.selwand.equip": "é¸ćŠžç”¨ă®ćť–ă‚’ {0} ă«ă‚»ăăă—ăľă—ăźă€‚", + "worldedit.tool.navwand.equip": "ćˇĺ†…用ă®ćť–ă‚’ {0} ă«ă‚»ăăă—ăľă—ăźă€‚", + "worldedit.tool.floodfill.equip": "ć°´ćşç”¨ă„ăĽă«ă‚’ {0} ă«ă‚»ăăă—ăľă—ăźă€‚", + "worldedit.tool.farwand.equip": "é ć–ąç”¨ćť–ă‚’ {0} ă«ă‚»ăăă—ăľă—ăźă€‚", + "worldedit.tool.lrbuild.equip": "ĺşçŻ„囲建築用ă„ăĽă«ă‚’ {0} ă«ă‚»ăăă—ăľă—ăźă€‚", + "worldedit.tool.lrbuild.set": "左クăŞăク㧠{0} ă«ă‚»ăăă€ĺŹłă‚ŻăŞăク㧠{1} ă«ă‚»ăă", + "worldedit.tool.stack.equip": "ă‚ąă‚żăă‚Żă„ăĽă«ă‚’ {0} ă«ă‚»ăăă—ăľă—ăźă€‚", + "worldedit.execute.script-permissions": "実行権é™ăŚă‚ă‚Šăľă›ă‚“。", + "worldedit.operation.deform.expression": "{0} を使用ă—ă¦ĺ¤‰ĺ˝˘ă—ăľă—ăź", + "worldedit.error.parser.player-only": "'{0}' を入力ă™ă‚‹ă«ăŻă—ă¬ă‚¤ă¤ăĽăŚĺż…č¦ă§ă™ă€‚", + "worldedit.selection.cuboid.explain.primary": "開始位置を {0} ă«č¨­ĺ®šă—ăľă—ăźă€‚", + "worldedit.selection.cuboid.explain.primary-area": "開始位置を {0} ({1}) ă«č¨­ĺ®šă—ăľă—ăźă€‚", + "worldedit.selection.cuboid.explain.secondary": "終了位置を {0} ă«č¨­ĺ®šă—ăľă—ăźă€‚", + "worldedit.selection.cuboid.explain.secondary-area": "終了位置を {0} ({1}) ă«č¨­ĺ®šă—ăľă—ăźă€‚", + "worldedit.selection.ellipsoid.info.center": "中央: {0}", + "worldedit.selection.ellipsoid.info.radius": "X/Y/Z 半径: {0}", + "worldedit.selection.cylinder.info.center": "中央: {0}", + "worldedit.sideeffect.entity_ai": "エăłă†ă‚Łă†ă‚ŁAI", + "worldedit.sideeffect.events": "MOD/ă—ă©ă‚°ă‚¤ăł イă™ăłă", + "worldedit.sideeffect.state.on": "ă‚Şăł", + "worldedit.sideeffect.state.off": "ă‚Şă•", + "worldedit.help.command-not-found": "ă‚łăžăłă‰ '{0}' ăŚč¦‹ă¤ă‹ă‚Šăľă›ă‚“ă§ă—ăź", + "worldedit.cli.unknown-command": "ă‚łăžăłă‰ăŚĺ­ĺś¨ă—ăľă›ă‚“" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/jbo/strings.json b/config/worldedit/.archive-unpack/2e1dd752/jbo/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/jbo/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/ka/strings.json b/config/worldedit/.archive-unpack/2e1dd752/ka/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/ka/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/kab/strings.json b/config/worldedit/.archive-unpack/2e1dd752/kab/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/kab/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/kk/strings.json b/config/worldedit/.archive-unpack/2e1dd752/kk/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/kk/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/kn/strings.json b/config/worldedit/.archive-unpack/2e1dd752/kn/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/kn/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/ko/strings.json b/config/worldedit/.archive-unpack/2e1dd752/ko/strings.json new file mode 100644 index 0000000..75aead4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/ko/strings.json @@ -0,0 +1,344 @@ +{ + "worldedit.expand.description.vert": "ě„ íťěť„ 세계 한계까지 ěě§ěśĽëˇś 확장합ë‹ë‹¤.", + "worldedit.expand.expanded": "ěě—­ěť´ {0}블록 확장ë¨", + "worldedit.expand.expanded.vert": "ěě—­ {0}블록 í™•ěžĄë¨ (ěś„ě—ě„ś ě•„ëžëˇś).", + "worldedit.biomeinfo.lineofsight": "ě‹śě„  지ě ěť ěťë¬Ľęµ°ęł„: {0}", + "worldedit.biomeinfo.position": "í„재 ěś„ěąěť ěťë¬Ľęµ°ęł„: {0}", + "worldedit.biomeinfo.selection": "ě„ íťëś ęłłěť ěťë¬Ľęµ°ęł„: {0}", + "worldedit.brush.radius-too-large": "í—ěš©ëś ë¸Śëź¬ě‹ś 최대 범위: {0}", + "worldedit.brush.apply.description": "ěą  브러시, 모든 ë¸”ëˇťě— ěą ěť„ ě ěš©í•©ë‹ë‹¤", + "worldedit.brush.apply.radius": "브러시 í¬ę¸°", + "worldedit.brush.apply.shape": "ěě—­ 모양", + "worldedit.brush.apply.type": "사용할 ë¸Śëź¬ě‹śěť ě˘…ëĄ", + "worldedit.brush.apply.item.warning": "ěť´ 브러시는 ě•„ěť´í…ś 사용을 시뮬ë ěť´ě… í•©ë‹ë‹¤. 이는 모든 플랫폼ě—ě„ś 작동í•ě§€ ě•Šěť„ ě ěžěśĽë©°, ë돌릴 ě 없습ë‹ë‹¤. ëí•ś 다른 모드 íąěť€ í”Śëź¬ę·¸ěť¸ęłĽěť ěť´ěí•ś ěí¸ěž‘ěš©ěť„ ë°śěťě‹śí‚¬ ě ěžěŠµë‹ë‹¤. 이를 ë°ë“śě‹ś ě™ě§€í•ęł  사용í•ě‹­ě‹śě¤.", + "worldedit.brush.paint.description": "íŽěť¸íŠ¸ 브러시, í‘śë©´ě— ěą ěť„ ě ěš©í•©ë‹ë‹¤", + "worldedit.brush.paint.size": "브러시 í¬ę¸°", + "worldedit.brush.paint.shape": "ěě—­ 모양", + "worldedit.brush.paint.density": "브러시 밀도", + "worldedit.brush.paint.type": "사용할 ë¸Śëź¬ě‹śěť ě˘…ëĄ", + "worldedit.brush.paint.item.warning": "ěť´ 브러시는 ě•„ěť´í…ś 사용을 시뮬ë ěť´ě… í•©ë‹ë‹¤. 이는 모든 플랫폼ě—ě„ś 작동í•ě§€ ě•Šěť„ ě ěžěśĽë©°, ë돌릴 ě 없습ë‹ë‹¤. ëí•ś 다른 모드 íąěť€ í”Śëź¬ę·¸ěť¸ęłĽěť ěť´ěí•ś ěí¸ěž‘ěš©ěť„ ë°śěťě‹śí‚¬ ě ěžěŠµë‹ë‹¤. 이를 ë°ë“śě‹ś ě™ě§€í•ęł  사용í•ě‹­ě‹śě¤.", + "worldedit.brush.sphere.equip": "ęµ¬í• ë¸Śëź¬ě‹ś ěžĄě°©ë¨ ({0}).", + "worldedit.brush.cylinder.equip": "실린더 모양 브러시 ěžĄě°©ë¨ ({0} - {1}).", + "worldedit.brush.clipboard.equip": "í´ë¦˝ëł´ë“ś 모양 브러시 장착ë¨.", + "worldedit.brush.smooth.equip": "부드럽게 다듬기 브러쉬 ěžĄě°©ë¨ ({0} x {1}x {2} 사용).", + "worldedit.brush.extinguish.equip": "소화기 ěžĄě°©ë¨ ({0}).", + "worldedit.brush.gravity.equip": "중력 브러시로 ěžĄě°©ë¨ ({0}).", + "worldedit.brush.butcher.equip": "ëŹ„ě‚´ěž ë¸Śëź¬ě‹ś ěžĄě°©ë¨ ({0}).", + "worldedit.brush.operation.equip": "브러시가 {0}으(로) 설정ë¨.", + "worldedit.brush.heightmap.equip": "높이맵 브러시가 ěžĄě°©ë¨ ({0})", + "worldedit.brush.heightmap.unknown": "ě•Ś ě 없는 높이맵 브러시: {0}.", + "worldedit.brush.none.equip": "í„재 ě•„ěť´í…śě—ě„ś 브러시를 ě śę±°í–습ë‹ë‹¤.", + "worldedit.setbiome.changed": "ě•˝ {0} ę°ś ë¸”ëź­ěť ë°”ěť´ě´ěť´ 변경ëě—습ë‹ë‹¤.", + "worldedit.setbiome.warning": "변경사항을 확인í•ë ¤ë©´ 게임을 재접속해야 í•  ě도 ěžěŠµë‹ë‹¤(ë는 월드를 ë‹«ęł  다시 켜야 í•  ě도 ěžěŠµë‹ë‹¤).", + "worldedit.drawsel.disabled": "서버 CUIę°€ 비활성화 ëě—습ë‹ë‹¤.", + "worldedit.drawsel.disabled.already": "서버 CUI는 이미 비활성화 ěíśěž…ë‹ë‹¤.", + "worldedit.drawsel.enabled.already": "서버 CUI는 이미 활성화 ěíśěž…ë‹ë‹¤.", + "worldedit.limit.too-high": "í—ěš©ëś ë¸”ëź­ěť ěµśëŚ€ěąëŠ” {0} 블럭입ë‹ë‹¤.", + "worldedit.limit.set": "블럭 ëł€ę˛˝ěť ěµśëŚ€ěąëĄĽ {0} 블럭으로 ě •í•ě€ěŠµë‹ë‹¤.", + "worldedit.limit.return-to-default": "(//limitěť„ 사용í•ë©´ 기본값으로 ë돌아갑ë‹ë‹¤.)", + "worldedit.timeout.too-high": "í—ěš©ëś ě§€ě—°ěť ěµśëŚ€ěąëŠ” {0}msěž…ë‹ë‹¤.", + "worldedit.timeout.set": "í€ěž„ě•„ě› ě‹śę°„ěť„ {0}ms로 설정í–습ë‹ë‹¤.", + "worldedit.timeout.return-to-default": " (//timeoutěť„ 사용í•ë©´ 기본값으로 ë돌아갑ë‹ë‹¤.)", + "worldedit.fast.disabled": "고속 모드 비활성화ë¨.", + "worldedit.fast.enabled": "고속 모드가 활성화ë¨. ěí–Ąěť„ 받은 ęµ¬ě—­ěť ëŞ…ě•”ěť´ ěžëŞ»ëę±°ë‚ ëł€ę˛˝ 사항을 확인í•ë ¤ë©´ 재접속해야 í•  ě ěžěŠµë‹ë‹¤.", + "worldedit.fast.disabled.already": "이미 고속 모드 비활성화ë¨.", + "worldedit.fast.enabled.already": "이미 고속 모드 활성화ë¨.", + "worldedit.perf.sideeffect.set": "부과 효과 \"{0}\"ěť´ {1}(으)로 설정ë¨", + "worldedit.perf.sideeffect.get": "부과 효과 \"{0}\"(ěť´)ę°€ {1}(으)로 설정ë¨", + "worldedit.perf.sideeffect.already-set": "부과 효과 \"{0}\"(ěť´)ę°€ 이미 {1}ěž…ë‹ë‹¤.", + "worldedit.perf.sideeffect.set-all": "모든 부과 효과가 {0}로 설정ë¨", + "worldedit.reorder.current": "렌더러 모드가 {0} ěž…ë‹ë‹¤", + "worldedit.reorder.set": "ěť´ě ś 렌더러 모드는 {0} ěž…ë‹ë‹¤", + "worldedit.gmask.disabled": "글로벌 ë§ěŠ¤í¬ę°€ 비활성화 ëě—습ë‹ë‹¤.", + "worldedit.gmask.set": "글로벌 ë§ěŠ¤í¬ę°€ ěťě„±ëě—습ë‹ë‹¤.", + "worldedit.toggleplace.pos1": "ěť´ě ś 첫 ë˛ě§¸ ěś„ěąě— 설ěąí•©ë‹ë‹¤", + "worldedit.toggleplace.player": "ěť´ě ś ë‹ąě‹ ěť´ ě„ś ěžëŠ” 블록 ě•ě— 설ěąí•©ë‹ë‹¤", + "worldedit.searchitem.too-short": "검ě‰ę¸€ěžëŠ” 최소 3ę¸€ěž ěť´ěěť´ě–´ě•Ľ í•©ë‹ë‹¤(len > 2).", + "worldedit.searchitem.either-b-or-i": "당신은 'b'와 'i' 플ëžę·¸ëĄĽ ëŹ™ě‹śě— ě‚¬ěš©í•  ě 없습ë‹ë‹¤.", + "worldedit.searchitem.searching": "(ě•„ěť´í…ś ę˛€ě‰ ě¤‘ěž…ë‹ë‹¤... 잠시만 기다려주세요.)", + "worldedit.watchdog.no-hook": "ěť´ 플랫폼ě—는 ę°ě‹ś ěžĄěą ęł ë¦¬ę°€ 없습ë‹ë‹¤.", + "worldedit.watchdog.active.already": "ę°ě‹ś ěžĄěą ęł ë¦¬ę°€ 이미 활성화ëě–´ ěžěŠµë‹ë‹¤.", + "worldedit.watchdog.inactive.already": "ę°ě‹ś ěžĄěą ęł ë¦¬ę°€ 이미 비활성화ëě–´ ěžěŠµë‹ë‹¤.", + "worldedit.watchdog.active": "ěť´ě ś ę°ě‹ś ěžĄěą ęł ë¦¬ę°€ 활성화ëě—습ë‹ë‹¤.", + "worldedit.watchdog.inactive": "ěť´ě ś ę°ě‹ś ěžĄěą ęł ë¦¬ę°€ 비활성화ëě—습ë‹ë‹¤.", + "worldedit.undo.undone": "{0}ë˛ ę°€ëŠĄí•ś 편집을 취소í–습ë‹ë‹¤.", + "worldedit.undo.none": "취소할 ę˛ěť´ 없습ë‹ë‹¤.", + "worldedit.redo.redone": "{0}ë˛ěť 가능한 편집을 ë돌렸습ë‹ë‹¤.", + "worldedit.redo.none": "ë돌릴 ę˛ěť´ 없습ë‹ë‹¤.", + "worldedit.clearhistory.cleared": "기록 ě‚­ě śë¨.", + "worldedit.raytrace.noblock": "ě‹śě•Ľě— ë¸”ëź­ěť´ 없습ë‹ë‹¤!", + "worldedit.restore.not-configured": "스ë…ěŹ/백업 ëłµě›ěť´ 구성ë지 ě•Šě•ěŠµë‹ë‹¤.", + "worldedit.restore.not-available": "스ë…ěŹěť´ 존재í•ě§€ ě•Šę±°ë‚ ě‚¬ěš©í•  ě 없습ë‹ë‹¤.", + "worldedit.restore.failed": "스ë…ěŹ ë¶ëź¬ě¤ę¸°ëĄĽ 실패í–습ë‹ë‹¤: {0}", + "worldedit.restore.loaded": "스ë…ě· '{0}'ěť„(를) ë¶ëź¬ě™”ęł , í„재 ëłµě› ě¤‘ěž…ë‹ë‹¤...", + "worldedit.restore.restored": "ëłµě›ëě—습ë‹ë‹¤ë§Ś, {0}ę°śěť ě˛­í¬ę°€ ě†ě‹¤ëě—ęł  {1}ę°śěť ë‹¤ëĄ¸ ě¤ëĄę°€ ěžěŠµë‹ë‹¤.", + "worldedit.restore.none-for-specific-world": "'{0}' 월드ě—ě„ś 스ë…ěŹěť„ 찾지 못í–습ë‹ë‹¤.", + "worldedit.restore.none-for-world": "ěť´ 월드ě—ě„ś 스ë…ěŹěť„ 찾지 못í–습ë‹ë‹¤.", + "worldedit.restore.none-found": "스ë…ěŹěť„ 찾지 못í–습ë‹ë‹¤.", + "worldedit.restore.none-found-console": "스ë…ěŹěť„ 찾지 못í–습ë‹ë‹¤. ěžě„¸í•ś 내용은 ě˝ě†”ěť„ 확인해주세요.", + "worldedit.restore.chunk-not-present": "스ë…ě·ě—는 청í¬ę°€ 존재í•ě§€ 않습ë‹ë‹¤.", + "worldedit.restore.chunk-load-failed": "청í¬ëĄĽ ë¶ëź¬ě¬ ě ě—†ě—습ë‹ë‹¤. (저장소 ë¶ëź‰?)", + "worldedit.restore.block-place-failed": "ě¤ëĄëˇś 인해 블록이 ëłµě›ë지 ě•Šě•ěŠµë‹ë‹¤.", + "worldedit.restore.block-place-error": "최근 ě—러: {0}", + "worldedit.snapshot.use.newest": "최신 스ë…ěŹěť„ 사용 중입ë‹ë‹¤.", + "worldedit.snapshot.use": "스ë…ě· ě„¤ě •: {0}", + "worldedit.snapshot.none-before": "{0} ěť´ě „ě— ěťě„±ëś 스ë…ě·ěť„ ě°ľěť„ ě 없습ë‹ë‹¤.", + "worldedit.snapshot.none-after": "{0} ěť´í›„ě— ěťě„±ëś 스ë…ě·ěť„ ě°ľěť„ ě 없습ë‹ë‹¤.", + "worldedit.snapshot.index-above-0": "인덱스가 유효í•ě§€ 않습ë‹ë‹¤. 1 ěť´ěěť´ě–´ě•Ľ í•©ë‹ë‹¤.", + "worldedit.snapshot.index-oob": "인덱스가 유효í•ě§€ 않습ë‹ë‹¤. 1과 {0} 사이어야 í•©ë‹ë‹¤.", + "worldedit.schematic.unknown-format": "알려지지 않은 도식 í•íśěž…ë‹ë‹¤: {0}.", + "worldedit.schematic.load.does-not-exist": "존재í•ě§€ 않는 도식 {0} ěž…ë‹ë‹¤!", + "worldedit.schematic.load.loading": "기다려 주세요... 건축물이 저장ëęł  ěžěŠµë‹ë‹¤.", + "worldedit.schematic.load.still-loading": "(기다려 주세요... ě•„ě§ ëŹ„ě‹ťěť„ ë¶ëź¬ě¤ëŠ” 중입ë‹ë‹¤.)", + "worldedit.schematic.save.already-exists": "ę·¸ 도식은 이미 존재합ë‹ë‹¤. -f 플ëžę·¸ëĄĽ ěť´ěš©í•´ 덮어씌우세요.", + "worldedit.schematic.save.failed-directory": "도식들을 ěś„í•ś 폴더를 ěťě„±í•  ě ě—†ě—습ë‹ë‹¤!", + "worldedit.schematic.save.saving": "기다려 주세요... 건축물이 저장ëęł  ěžěŠµë‹ë‹¤.", + "worldedit.schematic.save.still-saving": "(기다려 주세요.. ě•„ě§ ëŹ„ě‹ťěť„ 저장중입ë‹ë‹¤.)", + "worldedit.schematic.delete.does-not-exist": "존재í•ě§€ 않는 도식 {0} ěž…ë‹ë‹¤!", + "worldedit.schematic.delete.failed": "{0} ě‚­ě śě— ě‹¤íŚ¨í•ě€ěŠµë‹ë‹¤! 읽기 전용으로 ëě–´ěžë‚ěš”?", + "worldedit.schematic.delete.deleted": "{0} ěť´ ě‚­ě śëě—습ë‹ë‹¤", + "worldedit.schematic.formats.title": "ěť´ěš©í•  ě ěžëŠ” í´ë¦˝ëł´ë“ś í•ě‹ť", + "worldedit.schematic.unsupported-minecraft-version": "í•´ë‹ą ë˛„ě „ěť WorldEdit은 ěť´ Minecraft 버전을 지ě›í•ě§€ 않습ë‹ë‹¤. ěť´ 문제가 í•´ę˛°ë  ë•ŚęąŚě§€ Schematics은 작동í•ě§€ 않습ë‹ë‹¤.", + "worldedit.pos.already-set": "ěś„ěąę°€ 이미 정해졌습ë‹ë‹¤.", + "worldedit.pos.console-require-coords": "ě˝ě†”로 좌표축을 제공해야 í•©ë‹ë‹¤.", + "worldedit.hpos.no-block": "ě‹śě•Ľě— ë¸”ëź­ěť´ 없습ë‹ë‹¤!", + "worldedit.hpos.already-set": "ěś„ěąę°€ 이미 정해졌습ë‹ë‹¤.", + "worldedit.chunk.selected-multiple": "청í¬ę°€ ě„ íťë¨: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "청í¬ę°€ ě„ íťë¨: {0}, {1}, {2}", + "worldedit.wand.invalid": "지íśë´‰ěť´ 구성ë지 ě•Šě•ę±°ë‚ 사용할 ě 없습ë‹ë‹¤.", + "worldedit.wand.selwand.info": "좌í´ë¦­: #1ě§€ě  ě„ íť, ěš°í´ë¦­: #2ě§€ě  ě„ íť", + "worldedit.wand.navwand.info": "좌í´ë¦­: ě—임으로 í…”ë íŹ¬íŠ¸; ěš°í´ë¦­: 벽 관통", + "worldedit.wand.selwand.now.tool": "ě„ íťëś 완드가 ěťĽë° ëŹ„ęµ¬ëˇś 설정ëě—습ë‹ë‹¤. {0}로 비활성화 í•  ě ěžęł , {1}로 아무 ě•„ěť´í…śěť´ë‚ ë‹¤ě‹ś 제본할 ě ěžęł , ë는 {2}로 ě로운 완드를 얻을 ě ěžěŠµë‹ë‹¤.", + "worldedit.contract.contracted": "ěě—­ěť´ {0} 블록 확장ë¨.", + "worldedit.shift.shifted": "지역 변경ë¨.", + "worldedit.outset.outset": "지역 ě•„ě›ě…‹ë¨.", + "worldedit.inset.inset": "지역 인셋ë¨.", + "worldedit.size.offset": "ě¤í”„ě…‹: {0}", + "worldedit.size.type": "ěś í•: {0}", + "worldedit.size.size": "í¬ę¸°: {0}", + "worldedit.size.distance": "íëł´ěť´ë“ś 거리: {0}", + "worldedit.size.blocks": "#ěť ë¸”ëˇť ě: {0}", + "worldedit.count.counted": "카운트: {0}", + "worldedit.distr.no-blocks": "블록이 카운트ë지 ě•Šě•ěŠµë‹ë‹¤", + "worldedit.distr.total": "ě´ť 블럭 ę°Żě: {0}", + "worldedit.select.cleared": "ě„ íťí•śę˛ěť´ 정리ëě—습ë‹ë‹¤.", + "worldedit.select.cuboid.description": "ě§ěśˇë©´ě˛´ěť ë‘ ęĽ­ě§“ě ěť„ ě„ íťí•©ë‹ë‹¤", + "worldedit.select.extend.message": "ě§ěśˇë©´ě˛´: 좌í´ë¦­ěśĽëˇś ě‹śěž‘ 지ě ěť„, ěš°í´ë¦­ěśĽëˇś 연장í•ě„¸ěš”", + "worldedit.select.extend.description": "고속 ě§ěśˇë©´ě˛´ ě„ íť ëŞ¨ë“ś", + "worldedit.select.poly.message": "2D 다ę°í• ě„ íťę¸°: 좌/ěš°í´ë¦­ěśĽëˇś 꼭짓ě ěť„ 추가í•ě„¸ěš”.", + "worldedit.select.poly.limit-message": "최대 {0}ę°ś 꼭짓ě ", + "worldedit.select.poly.description": "높이가 ěžëŠ” 2D 다ę°í• ě„ íť", + "worldedit.select.ellipsoid.description": "í€ě›ě˛´ ě„ íť", + "worldedit.select.sphere.message": "구 ě„ íťę¸°: 좌í´ë¦­=중앙 설정, ěš°í´ë¦­ěśĽëˇś ë°ě§€ë¦„ěť„ 설정", + "worldedit.select.sphere.description": "동그라미를 ě„ íťí•´ěŁĽě„¸ěš”", + "worldedit.select.cyl.message": "ě›ę¸°ë‘Ą ě„ íťę¸°: 좌í´ë¦­=중앙 ě„ íť, ěš°í´ë¦­ěśĽëˇś 확장", + "worldedit.select.cyl.description": "ě›ę¸°ë‘Ą ě„ íť", + "worldedit.select.convex.message": "볼록 다면체 ě„ íťę¸°: 좌í´ë¦­=첫 ë˛ě§¸ 꼭짓ě , ěš°í´ë¦­ěśĽëˇś 더 추가.", + "worldedit.select.convex.limit-message": "최대 {0}ę°ś 꼭짓ě ", + "worldedit.select.default-set": "기본 지역 ě„ íťěžëŠ” ěť´ě ś {0} ěž…ë‹ë‹¤.", + "worldedit.chunkinfo.chunk": "청í¬: {0}, {1}", + "worldedit.chunkinfo.old-filename": "ěť´ě „ í•ě‹ť: {0}", + "worldedit.drain.drained": "액체 {0} 블럭이 ë§ëžěŠµë‹ë‹¤.", + "worldedit.fill.created": "블럭 {0} ę°śę°€ 채워졌습ë‹ë‹¤.", + "worldedit.fillr.created": "블럭 {0} ę°śę°€ 채워졌습ë‹ë‹¤.", + "worldedit.fixlava.fixed": "ěš©ě•” {0} 블럭이 ęł ě •ëě—습ë‹ë‹¤.", + "worldedit.fixwater.fixed": "물 {0} 블럭이 ęł ě •ëě—습ë‹ë‹¤.", + "worldedit.removeabove.removed": "블럭 {0} ę°śę°€ 지워졌습ë‹ë‹¤.", + "worldedit.removebelow.removed": "블럭 {0} ę°śę°€ 지워졌습ë‹ë‹¤.", + "worldedit.removenear.removed": "블럭 {0} ę°śę°€ 지워졌습ë‹ë‹¤.", + "worldedit.replacenear.replaced": "블럭 {0} ę°śę°€ ęµě˛´ëě—습ë‹ë‹¤.", + "worldedit.snow.created": "블럭 {0} ę°śěť í‘śë©´ěť„ 덮ě—습ë‹ë‹¤.", + "worldedit.thaw.removed": "물 {0} 블럭이 ë…ąě•ěŠµë‹ë‹¤.", + "worldedit.green.changed": "블럭 {0} ę°śę°€ 녹지화 ëě—습ë‹ë‹¤.", + "worldedit.extinguish.removed": "ë¶ {0} 블럭이 꺼졌습ë‹ë‹¤.", + "worldedit.butcher.killed": "범위 {1} ě—ě„ś 몬스터 {0} ë§ë¦¬ëĄĽ 죽ě€ěŠµë‹ë‹¤.", + "worldedit.butcher.explain-all": "-1ěť„ 사용í•ë©´ ëˇśë“śëś ě˛­í¬ěť 모든 몬스터를 ě śę±°í•©ë‹ë‹¤.", + "worldedit.remove.removed": "{0} ę°śěť ě—”í‹°í‹°ę°€ ě śę±° 대ě으로 í‘śě‹śëě—습ë‹ë‹¤.", + "worldedit.remove.explain-all": "-1ěť„ 사용í•ë©´ ëˇśë“śëś ě˛­í¬ěť 모든 엔티티를 ě śę±°í•©ë‹ë‹¤.", + "worldedit.calc.invalid": "'{0}'ěť„ 유효한 í‘śí„식으로 바꿀 ě 없습ë‹ë‹¤.", + "worldedit.paste.pasted": "í´ë¦˝ëł´ë“śëĄĽ {0} ě— ë¶™ě—¬ěˇŚěŠµë‹ë‹¤.", + "worldedit.paste.selected": "í´ë¦˝ëł´ë“ś 붙여넣기 ěě—­ěť´ ě„ íťëě—습ë‹ë‹¤.", + "worldedit.rotate.no-interpolation": "참고: 보간은 ě•„ě§ ě§€ě›ë지 않으므로 ę°ëŹ„를 90ěť ë°°ě로 지정í•ëŠ” ę˛ěť„ 추천드립ë‹ë‹¤.", + "worldedit.rotate.rotated": "í´ë¦˝ëł´ë“śě— ěžëŠ” 사본을 회전시켰습ë‹ë‹¤.", + "worldedit.flip.flipped": "í´ë¦˝ëł´ë“śě— ěžëŠ” 사본을 ë°ě „시켰습ë‹ë‹¤.", + "worldedit.clearclipboard.cleared": "í´ë¦˝ëł´ë“śëĄĽ 비웠습ë‹ë‹¤.", + "worldedit.set.done": "ěž‘ě—…ěť´ 완료ëě—습ë‹ë‹¤.", + "worldedit.set.done.verbose": "({0}) ěž‘ě—…ěť´ 완료ëě—습ë‹ë‹¤.", + "worldedit.line.changed": "블럭 {0} ę°śę°€ 변경ëě—습ë‹ë‹¤.", + "worldedit.line.invalid-type": "//line은 ěž…ë°©í•ęłĽ 블럭 다면체 ě„ íťě—서만 작동합ë‹ë‹¤.", + "worldedit.curve.changed": "블럭 {0} ę°śę°€ 변경ëě—습ë‹ë‹¤.", + "worldedit.curve.invalid-type": "//curve 명령어는 블럭 다면체 ě„ íťě—서만 작동합ë‹ë‹¤.", + "worldedit.replace.replaced": "블럭 {0} ę°śę°€ ęµě˛´ëě—습ë‹ë‹¤.", + "worldedit.stack.changed": "블럭 {0} ę°śę°€ 변경ëě—습ë‹ë‹¤. //undo로 취소할 ě ěžěŠµë‹ë‹¤.", + "worldedit.regen.regenerated": "ěě—­ěť´ 재ěťě„±ëě—습ë‹ë‹¤.", + "worldedit.regen.failed": "청í¬ëĄĽ 재ěťě„±í•  ě 없습ë‹ë‹¤. ěžě„¸í•ś 사항은 ě˝ě†”ěť„ 확인í•ě„¸ěš”.", + "worldedit.walls.changed": "블럭 {0} ę°śę°€ 변경ëě—습ë‹ë‹¤.", + "worldedit.faces.changed": "블럭 {0} ę°śę°€ 변경ëě—습ë‹ë‹¤.", + "worldedit.overlay.overlaid": "블럭 {0} 개를 덮어씌웠습ë‹ë‹¤.", + "worldedit.naturalize.naturalized": "블럭 {0} 개를 더 ěžě—°ě ěśĽëˇś 만들ě—습ë‹ë‹¤.", + "worldedit.center.changed": "중심이 지정ëě—습ë‹ë‹¤. (블럭 {0} ę°śę°€ 변경ëě—습ë‹ë‹¤.)", + "worldedit.smooth.changed": "지í•ěť 높이를 부드럽게 í–습ë‹ë‹¤. 블럭 {0} ę°śę°€ 변경ëě—습ë‹ë‹¤,", + "worldedit.move.moved": "블럭 {0} ę°śę°€ 이동í–습ë‹ë‹¤.", + "worldedit.deform.deformed": "블럭 {0} ę°śę°€ 변í•ëě—습ë‹ë‹¤.", + "worldedit.hollow.changed": "블럭 {0} ę°śę°€ 변경ëě—습ë‹ë‹¤.", + "worldedit.forest.created": "ë‚무 {0} 그루가 ěťě„±ëě—습ë‹ë‹¤.", + "worldedit.flora.created": "식물 {0} 블럭이 ěťě„±ëě—습ë‹ë‹¤.", + "worldedit.unstuck.moved": "ë‚왔어요!", + "worldedit.ceil.moved": "우와아!", + "worldedit.thru.moved": "우와아!", + "worldedit.jumpto.moved": "íś™!", + "worldedit.up.moved": "우와아!", + "worldedit.cyl.created": "블럭 {0} ę°śę°€ ěťě„±ëě—습ë‹ë‹¤.", + "worldedit.sphere.created": "블럭 {0} ę°śę°€ ěťě„±ëě—습ë‹ë‹¤.", + "worldedit.forestgen.created": "ë‚무 {0} 그루가 ěťě„±ëě—습ë‹ë‹¤.", + "worldedit.pumpkins.created": "{0} ę°śěť í¸ë°•ë¬´ë¦¬ę°€ ěťě„±ë¨.", + "worldedit.pyramid.created": "블럭 {0} ę°śę°€ ěťě„±ëě—습ë‹ë‹¤.", + "worldedit.generate.created": "{0} ę°śěť ë¸”ëź­ěť´ ěťě„±ëě—습ë‹ë‹¤.", + "worldedit.generatebiome.changed": "ěťë¬Ľęµ°ęł„ę°€ {0} 블록 ě향받음.", + "worldedit.reload.config": "í™ę˛˝ 설정을 다시 ë¶ëź¬ě™”습ë‹ë‹¤!", + "worldedit.report.written": "WorldEdit ëł´ęł ě„śę°€ {0}ě— ě“°ě—¬ěˇŚěŠµë‹ë‹¤", + "worldedit.report.error": "보고서를 쓰는데 실패í–습ë‹ë‹¤: {0}", + "worldedit.report.callback": "월드ě—딧 ëł´ęł ě„ś: {0}.ëł´ęł ě„ś", + "worldedit.timezone.invalid": "유효í•ě§€ 않은 í€ěž„존", + "worldedit.timezone.set": "시간대가 {0} 세ě…으로 설정ëě—습ë‹ë‹¤", + "worldedit.timezone.current": "설정한 ě‹śę°„ëŚ€ě— í„재 ě‹śę°ěť€ {0}ěž…ë‹ë‹¤", + "worldedit.version.version": "월드ě—딧 버전 {0}", + "worldedit.trace.active.already": "추척 모드가 이미 활성화ë¨.", + "worldedit.trace.inactive.already": "추척 모드가 이미 비활성화ë¨.", + "worldedit.trace.active": "ě¶”ě  ëŞ¨ë“śę°€ 활성화ë¨.", + "worldedit.trace.inactive": "추척 모드가 비활성화ë¨.", + "worldedit.command.permissions": "당신은 그렇게 í•  ě 없습ë‹ë‹¤. ě§€ę¸ ëŞ¨ë“śę°€ ě¬ë°”른가요?", + "worldedit.command.player-only": "í•´ë‹ą 명령어는 플ë ěť´ě–´ë§Ś 사용 가능합ë‹ë‹¤.", + "worldedit.command.error.report": "ěť´ ě—러를 보고해주세요: [ě˝ě†” 확인]", + "worldedit.pastebin.uploading": "(기다려주세요... 출력물을 pastebině— ëł´ë‚´ëŠ” 중입ë‹ë‹¤...)", + "worldedit.session.cant-find-session": "{0} ě— ëŚ€í•ś 세ě…ěť„ ě°ľěť„ ě 없습ë‹ë‹¤.", + "worldedit.asset.load.loading": "(ěž ě‹ś 기다려 주세요... 내부 데이터를 ë¶ëź¬ě¤ëŠ” 중입ë‹ë‹¤.)", + "worldedit.asset.load.still-loading": "(ěž ě‹ś 기다려 주세요... ě•„ě§ëŹ„ 내부 데이터를 ë¶ëź¬ě¤ëŠ” 중입ë‹ë‹¤.)", + "worldedit.asset.load.failed": "내부 데이터 ë¶ëź¬ě¤ę¸°ëĄĽ 실패í–습ë‹ë‹¤", + "worldedit.tool.max-block-changes": "변경 가능한 ë¸”ëź­ěť ěµśëŚ€ěąě— 도달í•ě€ěŠµë‹ë‹¤.", + "worldedit.tool.no-block": "ě‹śě•Ľě— ë¸”ëź­ěť´ 없습ë‹ë‹¤!", + "worldedit.tool.deltree.not-tree": "ę·¸ę˛ěť€ ë‚무가 ě•„ë‹™ë‹ë‹¤.", + "worldedit.tool.tree.obstructed": "ë‚무는 ę·¸ęłłě— ę° ě 없습ë‹ë‹¤.", + "worldedit.tool.info.blockstate.hover": "블록 ěíś", + "worldedit.tool.info.internalid.hover": "내부 ID", + "worldedit.tool.info.legacy.hover": "ë ę±°ě‹ś ě•„ěť´ë””:데이터", + "worldedit.tool.superpickaxe.mode.single": "모드가 í„재 싱글 모드입ë‹ë‹¤. 곡괭이를 좌í´ë¦­í•ě„¸ěš”. //로 비활성화 í•  ě ěžěŠµë‹ë‹¤.", + "worldedit.tool.superpickaxe.mode.area": "모드가 í„재 구역 모드입ë‹ë‹¤. 곡괭이를 좌í´ë¦­í•ě„¸ěš”. //로 비활성화 í•  ě ěžěŠµë‹ë‹¤.", + "worldedit.tool.superpickaxe.mode.recursive": "모드가 í„재 재귀 모드입ë‹ë‹¤. 곡괭이를 좌í´ë¦­í•ě„¸ěš”. //로 비활성화 í•  ě ěžěŠµë‹ë‹¤.", + "worldedit.tool.superpickaxe.max-range": "최대 범위는 {0} ěž…ë‹ë‹¤.", + "worldedit.tool.superpickaxe.enabled.already": "ěŠíŤĽ 곡괭이는 이미 활성화 ěíśěž…ë‹ë‹¤.", + "worldedit.tool.superpickaxe.disabled.already": "ěŠíŤĽ 곡괭이는 이미 비활성화 ěíśěž…ë‹ë‹¤.", + "worldedit.tool.superpickaxe.enabled": "ěŠíŤĽ 곡괭이가 활성화ëě—습ë‹ë‹¤.", + "worldedit.tool.superpickaxe.disabled": "ěŠíŤĽ 곡괭이가 비활성화ëě—습ë‹ë‹¤.", + "worldedit.tool.mask.set": "브러시 ë§ěŠ¤í¬ 설정ë¨.", + "worldedit.tool.mask.disabled": "브러시 ë§ěŠ¤í¬ 비활성화ë¨.", + "worldedit.tool.material.set": "브러시 재료 설정ë¨.", + "worldedit.tool.range.set": "브러시 범위 설정ë¨.", + "worldedit.tool.size.set": "브러시 í¬ę¸° 설정ë¨.", + "worldedit.tool.tracemask.set": "트ë ěť´ěŠ¤ ë§ěŠ¤í¬ę°€ 설정ëě—습ë‹ë‹¤.", + "worldedit.tool.tracemask.disabled": "트ë ěť´ěŠ¤ ë§ěŠ¤í¬ę°€ 비활성화 ëě—습ë‹ë‹¤.", + "worldedit.tool.error.item-only": "블록을 사용할 ě 없음.", + "worldedit.execute.script-permissions": "스í¬ë¦˝íŠ¸ëĄĽ 실행할 권한이 없습ë‹ë‹¤.", + "worldedit.executelast.no-script": "명령어 /cs 를 스í¬ë¦˝íŠ¸ěť 이름과 í•¨ę» ěž…ë Ąí•ě‹­ě‹śě¤.", + "worldedit.script.read-error": "스í¬ë¦˝íŠ¸ 읽기 ě¤ëĄ: {0}", + "worldedit.script.unsupported": ".js 스í¬ë¦˝íŠ¸ë§Ś í„재 지ě›ě¤‘ěž…ë‹ë‹¤", + "worldedit.script.file-not-found": "{0} 스í¬ë¦˝íŠ¸ę°€ 존재í•ě§€ 않습ë‹ë‹¤.", + "worldedit.script.no-script-engine": "설ěąëś 스í¬ë¦˝íŠ¸ 엔진을 찾는 데 실패í–습ë‹ë‹¤. 다음 ë§í¬ëĄĽ 확인해주세요.\nhttps://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "실행 실패: {0}", + "worldedit.script.failed-console": "실행 실패 (ě˝ě†” 확인바람): {0}", + "worldedit.operation.affected.biome": "ë°”ěť´ě´ {0}ę°śę°€ ě ěš©ë¨", + "worldedit.operation.affected.block": "블록 {0} ę°śę°€ ě ěš©ë¨", + "worldedit.operation.affected.column": "세로열 {0}ę°śę°€ ě ěš©ë¨", + "worldedit.operation.affected.entity": "엔티티 {0}ę°śę°€ ě ěš©ë¨", + "worldedit.error.invalid-number": "ěę°€ 주어져야 í•©ë‹ë‹¤; 문ěžě—´ěť´ 주어졌습ë‹ë‹¤.", + "worldedit.error.invalid-number.matches": "ěę°€ 주어져야 í•ě§€ë§Ś 문ěžě—´ {0} ěť´(ę°€) 주어졌습ë‹ë‹¤.", + "worldedit.error.incomplete-region": "먼저 지역을 ě„ íťí•ě‹­ě‹śě¤.", + "worldedit.error.unknown-block": "블럭명 '{0}'은(는) 인식ë지 ě•Šě•ěŠµë‹ë‹¤.", + "worldedit.error.unknown-entity": "엔티티명 '{0}'은(는) 인식ë지 ě•Šě•ěŠµë‹ë‹¤.", + "worldedit.error.unknown-mob": "몹 이름 '{0}'은(는) 인식ë지 ě•Šě•ěŠµë‹ë‹¤.", + "worldedit.error.unknown-biome": "바이ě´ëŞ… '{0}'은(는) 인식ë지 ě•Šě•ěŠµë‹ë‹¤.", + "worldedit.error.unknown-tag": "íśę·¸ëŞ… '{0}'은(는) 인식ë지 ě•Šě•ěŠµë‹ë‹¤.", + "worldedit.error.empty-tag": "íśę·¸ëŞ… '{0}'은(는) 아무런 ë‚´ěš©ěť´ 없습ë‹ë‹¤.", + "worldedit.error.no-match": "'{0}'와(과) 일ěąí•ě§€ 않음.", + "worldedit.error.disallowed-block": "블럭 '{0}'은 í—ěš©ë지 않습ë‹ë‹¤ (WorldEdit í™ę˛˝ 설정 참고).", + "worldedit.error.max-changes": "ě˛ë¦¬í•  ě ěžëŠ” ë¸”ëˇťěť í•śęł„ěąëĄĽ ë„어섰습ë‹ë‹¤(í„재: {0}).", + "worldedit.error.max-brush-radius": "(설정 íŚŚěťĽě— ě§€ě •ëś) 최대 브러시 범위: {0}", + "worldedit.error.max-radius": "(설정 íŚŚěťĽě— ě§€ě •ëś) 최대 범위: {0}", + "worldedit.error.unknown-direction": "ě•Ś ě 없는 경로: {0}", + "worldedit.error.empty-clipboard": "í„재 í´ë¦˝ëł´ë“śę°€ ëą„ě–´ěžěŠµë‹ë‹¤. //copy를 먼저 사용í•ě„¸ěš”.", + "worldedit.error.invalid-filename": "'{0}' 파일명이 유효í•ě§€ 않음: {1}", + "worldedit.error.file-resolution.resolve-failed": "경로를 확인í•ě§€ 못í–습ë‹ë‹¤", + "worldedit.error.file-aborted": "파일 ě„ íťě— 실패함.", + "worldedit.error.no-file-selected": "ě„ íťëś 파일이 없습ë‹ë‹¤.", + "worldedit.error.world-unloaded": "í•´ë‹ą 세계가 이미 로드ë지 ě•Šě•ěŠµë‹ë‹¤.", + "worldedit.error.not-a-block": "ěť´ 아이템은 블럭이 ě•„ë‹™ë‹ë‹¤.", + "worldedit.error.not-a-block.item": "ě•„ěť´í…ś '{0}'(은)는 블럭이 ě•„ë‹™ë‹ë‹¤.", + "worldedit.error.incorrect-usage": "사용법: {0}", + "worldedit.error.invalid-page": "유효í•ě§€ 않은 íŽěť´ě§€ ë˛í¸", + "worldedit.error.parser.bad-state-format": "í•´ë‹ą ěž‘ě—…ěť„ ě˛ë¦¬í•ę¸°ě— {0} ë¸”ëˇťë§ŚíĽ ě˘‹ěť€ ěíśę°€ ě•„ë‹™ë‹ë‹¤", + "worldedit.error.parser.duplicate-property": "복제 설정값: {0}", + "worldedit.error.parser.empty-state": "부분이 ëą„ě–´ěžěťŚ", + "worldedit.error.parser.missing-equals-separator": "'=' separator ë„ëť˝ë¨.", + "worldedit.error.parser.clipboard.missing-offset": "@(으)로 ě§€ě •ëś ě¤í”„ě…‹ěť´ ěžě§€ë§Ś ě¤í”„ě…‹ěť´ ě śęłµë지 ě•Šě•ěŠµë‹ë‹¤. '#copy@[x,y,z]'를 사용í•ě„¸ěš”.", + "worldedit.error.parser.unknown-property": "속성 '{0}'는 '{1}'ě— ě ěš©ë지 않습ë‹ë‹¤.", + "worldedit.error.parser.unknown-value": "ę°’ '{0}'는 '{1}'ě— ě ěš©ë지 않는 속성입ë‹ë‹¤.", + "worldedit.error.parser.empty-property": "속성이 ëą„ě–´ěžěťŚ", + "worldedit.error.parser.empty-value": "ę°’ěť´ ëą„ě–´ěžěťŚ", + "worldedit.error.parser.invalid-colon": "유효í•ě§€ 않은 coloněž…ë‹ë‹¤.", + "worldedit.error.parser.invalid-expression": "ěžëŞ»ëś ěž…ë Ą: {0}", + "worldedit.error.parser.player-only": "입력란 '{0}'ě—는 플ë ěť´ě–´ę°€ 들어가야 í•©ë‹ë‹¤!", + "worldedit.error.disabled": "ěť´ 기능은 비활성화 ëě—습ë‹ë‹¤ (WorldEdit í™ę˛˝ 설정 참고).", + "worldedit.error.unknown": "ě•Ś ě 없는 ě¤ëĄę°€ ë°śěťí–습ë‹ë‹¤: {0}", + "worldedit.error.missing-extent": "범위가 설정ë지 ě•Šě•ěŠµë‹ë‹¤.", + "worldedit.error.missing-session": "로컬섹ě…ěť´ 설정ë지 ě•Šě•ěŠµë‹ë‹¤.", + "worldedit.error.missing-world": "월드를 먼저 ě śě‹śí•´ě•Ľ í•©ë‹ë‹¤ (//world ěž…ë Ą)", + "worldedit.error.missing-actor": "행위ěžę°€ 설정ë지 ě•Šě•ěŠµë‹ë‹¤.", + "worldedit.selection.convex.info.vertices": "꼭짓ě : {0}", + "worldedit.selection.convex.info.triangles": "ě‚Ľę°í•: {0}", + "worldedit.selection.cuboid.info.pos1": "ěś„ěą 1: {0}", + "worldedit.selection.cuboid.info.pos2": "ěś„ěą 2: {0}", + "worldedit.selection.cuboid.explain.primary": "첫ë˛ě§¸ ěś„ěąę°€ {0} 로 지정ëě—습ë‹ë‹¤.", + "worldedit.selection.cuboid.explain.primary-area": "첫ë˛ě§¸ ěś„ěąę°€ {0} 로 지정ëě—습ë‹ë‹¤. ({1})", + "worldedit.selection.cuboid.explain.secondary": "ë‘ë˛ě§¸ ěś„ěąę°€ {0} 로 지정ëě—습ë‹ë‹¤.", + "worldedit.selection.cuboid.explain.secondary-area": "ë‘ë˛ě§¸ ěś„ěąę°€ {0} 로 지정ëě—습ë‹ë‹¤. ({1})", + "worldedit.selection.extend.explain.primary": "{0} ({1})ě—ě„ś ě„ íť ě‹śěž‘ë¨.", + "worldedit.selection.ellipsoid.info.center": "중앙: {0}", + "worldedit.selection.ellipsoid.info.radius": "X/Y/Z 범위: {0}", + "worldedit.selection.ellipsoid.explain.primary": "중심 ěś„ěąę°€ {0} 로 지정ëě—습ë‹ë‹¤.", + "worldedit.selection.ellipsoid.explain.primary-area": "중심 ěś„ěąę°€ {0} 로 지정ëě—습ë‹ë‹¤. ({1})", + "worldedit.selection.ellipsoid.explain.secondary": "범위가 {0} 으로 정해졌습ë‹ë‹¤.", + "worldedit.selection.ellipsoid.explain.secondary-area": "범위가 {0} 으로 정해졌습ë‹ë‹¤ ({1}).", + "worldedit.selection.cylinder.info.center": "중심: {0}", + "worldedit.selection.cylinder.info.radius": "범위: {0}", + "worldedit.selection.cylinder.explain.primary": "{0} ě—ě„ś ě로운 ě›í†µí• ě„ íťěť„ ě‹śěž‘ 중.", + "worldedit.selection.cylinder.explain.secondary": "범위가 {0}/{1} 블럭으로 정해졌습ë‹ë‹¤. ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "범위를 지정í•ę¸° ě „ě— ě¤‘ě‹¬ě ěť„ ě„ íťí•´ě•Ľ í•©ë‹ë‹¤.", + "worldedit.selection.polygon2d.info": "# 포인트: {0}", + "worldedit.selection.polygon2d.explain.primary": "{0} ě—ě„ś ě로운 폴리곤을 ě‹śěž‘ 중.", + "worldedit.selection.polygon2d.explain.secondary": "{1} ě— íŹ¬ěť¸íŠ¸ #{0} 를 추가í–습ë‹ë‹¤.", + "worldedit.selection.sphere.explain.secondary": "범위가 {0} 으로 정해졌습ë‹ë‹¤.", + "worldedit.selection.sphere.explain.secondary-defined": "범위가 {0} 으로 정해졌습ë‹ë‹¤ ({1}).", + "worldedit.selection.intersection.error.cannot-expand": "ěě—­ěť„ ęµě°¨ëˇśëĄĽ 확장할 ě 없습ë‹ë‹¤.", + "worldedit.selection.intersection.error.cannot-contract": "ěě—­ěť„ ęµě°¨ëˇśëĄĽ ě축할 ě 없습ë‹ë‹¤.", + "worldedit.sideeffect.lighting": "조명", + "worldedit.sideeffect.lighting.description": "블럭 밝기 업데이트", + "worldedit.sideeffect.neighbors": "ěť´ě›", + "worldedit.sideeffect.neighbors.description": "ę·Ľě˛ ë¸”ëˇťë“¤ěť ëł€í™”ëĄĽ ę°ě§€í•©ë‹ë‹¤", + "worldedit.sideeffect.update": "업데이트", + "worldedit.sideeffect.update.description": "ëł€ę˛˝ëś ë¸”ëź­ 알리기", + "worldedit.sideeffect.validation": "확인", + "worldedit.sideeffect.entity_ai": "엔티디 AI", + "worldedit.sideeffect.entity_ai.description": "ë¸”ëˇťěť ëł€í™”ě— ë”°ëĄ¸ 엔티티 AI를 업데이트합ë‹ë‹¤", + "worldedit.sideeffect.events": "모드/플러그인 이벤트", + "worldedit.sideeffect.events.description": "í•´ë‹ąë  ë•Ś 다른 모드/플러그인ě—게 ěť´ ëł€í™”ë“¤ě— ëŚ€í•´ 알립ë‹ë‹¤", + "worldedit.sideeffect.state.on": "켬", + "worldedit.sideeffect.state.delayed": "지연ë¨", + "worldedit.sideeffect.state.off": "ë”", + "worldedit.sideeffect.box.current": "í„재", + "worldedit.sideeffect.box.change-to": "í´ë¦­í•ě—¬ {0}(으)로 설정", + "worldedit.help.command-not-found": "명령어 '{0}' ěť„ ě°ľěť„ ě 없습ë‹ë‹¤.", + "worldedit.help.no-subcommands": "{0} 는 í•ěś„ 명령어가 없습ë‹ë‹¤. (íąě‹ś '{1}'은 매개 변ě인가요?)", + "worldedit.help.subcommand-not-found": "{1} ěť í•ěś„ 명령어 {0} ěť„ ě°ľěť„ ě 없습ë‹ë‹¤", + "worldedit.cli.stopping": "정지í•ëŠ” 중!", + "worldedit.cli.unknown-command": "ě•Ś ě 없는 명령어입ë‹ë‹¤!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/ksh/strings.json b/config/worldedit/.archive-unpack/2e1dd752/ksh/strings.json new file mode 100644 index 0000000..c90e85f --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/ksh/strings.json @@ -0,0 +1,413 @@ +{ + "worldedit.expand.description.vert": "Auswahl zu den Weltgrenzen vertikal erweitern.", + "worldedit.expand.expanded": "Region um {0} Blöcke erweitert", + "worldedit.expand.expanded.vert": "Region um {0} Blöcke erweitert (oben-nach-unten).", + "worldedit.biomeinfo.lineofsight": "Biome entlang des Fadenkreuzes: {0}", + "worldedit.biomeinfo.position": "Biome an deiner Position: {0}", + "worldedit.biomeinfo.selection": "Biome in deiner Auswahl: {0}", + "worldedit.brush.radius-too-large": "Maximal zulässiger Pinselradius: {0}", + "worldedit.brush.apply.description": "Benutze einen Pinsel, eine Funktion auf jeden Block anwenden", + "worldedit.brush.apply.radius": "Die Größe des Pinsels", + "worldedit.brush.apply.shape": "Die Form der Region", + "worldedit.brush.apply.type": "Art des zu benutzenden Pinsels", + "worldedit.brush.apply.item.warning": "Dieser Pinsel simuliert die Verwendung von Items. Seine Effekte funktionieren möglicherweise nicht auf allen Plattformen, können nicht rĂĽckgängig gemacht werden und können seltsame Wechselwirkungen mit anderen Mods/Plugins verursachen. Verwendung auf eigene Gefahr.", + "worldedit.brush.paint.description": "Male mit einem Pinsel, eine Funktion auf eine Oberfläche anwenden", + "worldedit.brush.paint.size": "Die Größe eines Pinsels", + "worldedit.brush.paint.shape": "Die Form des Pinsels", + "worldedit.brush.paint.density": "Die Dichte des Pinsels", + "worldedit.brush.paint.type": "Typ des zu benutzenden Pinsels", + "worldedit.brush.paint.item.warning": "Dieser Pinsel simuliert die Verwendung von Items. Seine Effekte funktionieren möglicherweise nicht auf allen Plattformen, können nicht rĂĽckgängig gemacht werden und können seltsame Wechselwirkungen mit anderen Mods/Plugins verursachen. Verwendung auf eigene Gefahr.", + "worldedit.brush.sphere.equip": "Kugelförmiger Pinsel ausgerĂĽstet ({0}).", + "worldedit.brush.cylinder.equip": "Zylinderförmiger Pinsel ausgerĂĽstet ({0} von {1}).", + "worldedit.brush.clipboard.equip": "Pinsel mit Form der Zwischenablage ausgerĂĽstet.", + "worldedit.brush.smooth.equip": "Glättender Pinsel ausgerĂĽstet ({0} x {1}x benutzt {2}).", + "worldedit.brush.extinguish.equip": "Löscher ausgerĂĽstet ({0}).", + "worldedit.brush.gravity.equip": "Schwerkraft-Pinsel ausgerĂĽstet ({0}).", + "worldedit.brush.butcher.equip": "Pinsel zur Monsterentfernung ausgerĂĽstet ({0}).", + "worldedit.brush.operation.equip": "Pinsel auf {0} gesetzt.", + "worldedit.brush.heightmap.unknown": "Unbekannter Heightmap-Pinsel: {0}.", + "worldedit.brush.none.equip": "Pinsel vom aktuellen Item entfernt.", + "worldedit.setbiome.changed": "Biome wurden fĂĽr etwa {0} Blöcke geändert.", + "worldedit.setbiome.warning": "Möglicherweise musst du deinem Spiel wieder beitreten (oder deine Welt schlieĂźen und wieder öffnen), um Ă„nderungen zu sehen.", + "worldedit.drawsel.disabled": "Server-CUI deaktiviert.", + "worldedit.drawsel.enabled": "Server CUI aktiviert. Dies unterstĂĽtzt nur Cuboid Regionen, mit einer maximalen Größe von {0}x{1}x{2}.", + "worldedit.drawsel.disabled.already": "Server-CUI bereits deaktiviert.", + "worldedit.drawsel.enabled.already": "Server-CUI schon aktiviert.", + "worldedit.limit.too-high": "Dein maximal erlaubtes Limit ist {0}.", + "worldedit.limit.set": "Blockveränderungslimit auf {0} gesetzt.", + "worldedit.limit.return-to-default": "(Benutze //limit um den Standard wieder herzustellen.)", + "worldedit.timeout.too-high": "Deine maximal zulässige ZeitĂĽberschreitung ist {0}ms.", + "worldedit.timeout.set": "ZeitĂĽberschreitung wurde auf {0}ms gesetzt.", + "worldedit.timeout.return-to-default": " (Benutze //timeout um zum Standard zurĂĽckzukehren.)", + "worldedit.fast.disabled": "Schnellen Modus deaktiviert.", + "worldedit.fast.enabled": "Schnellmodus aktiviert. Die Beleuchtung in den betroffenen Chunks kann falsch sein und/oder die Welt muss neu betreten werden, um Ă„nderungen zu sehen.", + "worldedit.fast.disabled.already": "Schneller Modus bereits deaktiviert.", + "worldedit.fast.enabled.already": "Schneller Modus ist schon aktiviert.", + "worldedit.perf.sideeffect.set": "Nebeneffekt \"{0}\" gesetzt auf {1}", + "worldedit.perf.sideeffect.get": "Nebeneffekt \"{0}\" ist auf {1} gesetzt", + "worldedit.perf.sideeffect.already-set": "Nebeneffekt \"{0}\" ist bereits auf {1} gesetzt", + "worldedit.perf.sideeffect.set-all": "Alle Nebeneffekte auf {0} gesetzt", + "worldedit.reorder.current": "Der Neuordnungs-Modus ist {0}", + "worldedit.reorder.set": "Der Neuordnungs-Modus ist nun {0}", + "worldedit.gmask.disabled": "Globale Maske deaktiviert.", + "worldedit.gmask.set": "Globale Mask gesetzt.", + "worldedit.toggleplace.pos1": "Jetzt wird bei Pos #1 platziert.", + "worldedit.toggleplace.player": "Platziere nun an dem Block, in dem du stehst.", + "worldedit.toggleplace.not-locatable": "Platzieren in diesem Kontext nicht möglich.", + "worldedit.searchitem.too-short": "Gebe einen längeren Suchbegriff ein (läng > 2).", + "worldedit.searchitem.either-b-or-i": "Du kannst nicht die Flags 'b' und 'i' gleichzeitig verwenden.", + "worldedit.searchitem.searching": "(Bitte warten... suche nach Items.)", + "worldedit.watchdog.no-hook": "Diese Plattform hat keine Watchdog-Schnittstelle.", + "worldedit.watchdog.active.already": "Watchdog-Manipulation bereits aktiv.", + "worldedit.watchdog.inactive.already": "Watchdog-Manipulation bereits inaktiv.", + "worldedit.watchdog.active": "Watchdog-Manipulation jetzt aktiv.", + "worldedit.watchdog.inactive": "Watchdog-Manipulation jetzt inaktiv.", + "worldedit.world.remove": "Ăśberschreibung der Welt entfernt.", + "worldedit.world.set": "Ăśberschreitung der Welt auf {0} gesetzt. (Benutze //world um zur Standardeinstellung zurĂĽckzukehren)", + "worldedit.undo.undone": "{0} verfĂĽgbare Bearbeitungen rĂĽckgängig gemacht.", + "worldedit.undo.none": "Keine Bearbeitung zum RĂĽckgängig machen verfĂĽgbar.", + "worldedit.redo.redone": "{0} verfĂĽgbare Bearbeitungen wieder hergestellt.", + "worldedit.redo.none": "Keine Bearbeitung zum Wiederherstellen verfĂĽgbar.", + "worldedit.clearhistory.cleared": "Verlauf gelöscht.", + "worldedit.raytrace.noblock": "Kein Block in Sicht!", + "worldedit.restore.not-configured": "Snapshot/Backup Wiederherstellung ist nicht konfiguriert.", + "worldedit.restore.not-available": "Dieser Snapshot existiert nicht oder ist nicht verfĂĽgbar.", + "worldedit.restore.failed": "Fehler beim Laden des Snapshots: {0}", + "worldedit.restore.loaded": "Snapshot '{0} geladen; Wiederherstellung im Gange...", + "worldedit.restore.restored": "Wiederhergestelt; {0} fehlende Chunks und {1} andere Fehler.", + "worldedit.restore.none-for-specific-world": "FĂĽr die Welt '{0}' wurden keine Snapshots gefunden.", + "worldedit.restore.none-for-world": "FĂĽr diese Welt wurden keine Snapshots gefunden.", + "worldedit.restore.none-found": "Es konnten keine Snapshots gefunden werden.", + "worldedit.restore.none-found-console": "Es konnten keine Snapshots gefunden werden. Siehe Konsole fĂĽr Details.", + "worldedit.restore.chunk-not-present": "Chunks waren nicht im Snapshot enthalten.", + "worldedit.restore.chunk-load-failed": "Es konnten keine Chunks geladen werden. (Fehlerhaftes Archiv?)", + "worldedit.restore.block-place-failed": "Durch Fehler konnten keine Blöcke wiederhergestellt werden.", + "worldedit.restore.block-place-error": "Letzter Fehler: {0}", + "worldedit.snapshot.use.newest": "Nutze nun den neuesten Snapshot.", + "worldedit.snapshot.use": "Setze Snapshot auf: {0}", + "worldedit.snapshot.none-before": "Konnte keinen Snapshot vor {0} finden.", + "worldedit.snapshot.none-after": "Konnte keinen Snapshot nach {0} finden.", + "worldedit.snapshot.index-above-0": "UngĂĽltiger Index, muss größer oder gleich 1 sein.", + "worldedit.snapshot.index-oob": "UngĂĽltiger Index, muss zwischen 1 und {0} liegen.", + "worldedit.schematic.unknown-format": "Unbekanntes Schematic-Format: {0}.", + "worldedit.schematic.load.does-not-exist": "Schematic {0} existiert nicht!", + "worldedit.schematic.load.loading": "(Bitte warten... lade Schematics.)", + "worldedit.schematic.load.still-loading": "(Bitte warten... lade Schematics.)", + "worldedit.schematic.save.already-exists": "Diese Schematic existiert bereits. Nutze die Flag -f, um die Datei zu ĂĽberschreiben.", + "worldedit.schematic.save.failed-directory": "Konnte den Ordner fĂĽr Schematics nicht anlegen!", + "worldedit.schematic.save.saving": "(Bitte warten... speichere Schematics.)", + "worldedit.schematic.save.still-saving": "(Bitte warten... speichere Schematics.)", + "worldedit.schematic.delete.does-not-exist": "Schematic {0} existiert nicht!", + "worldedit.schematic.delete.failed": "Löschen von {0} fehlgeschlagen! Ist die Datei schreibgeschĂĽtzt?", + "worldedit.schematic.delete.deleted": "{0} wurde gelöscht.", + "worldedit.schematic.formats.title": "VerfĂĽgbare Formate fĂĽr Zwischenablage (Name: Kurzbezeichnung)", + "worldedit.schematic.unsupported-minecraft-version": "Diese Version von WorldEdit unterstĂĽtzt deine Minecraft-Version nicht. Schematics werden nicht funktionieren, solange dies nicht angepasst ist.", + "worldedit.pos.already-set": "Position bereits gesetzt.", + "worldedit.pos.console-require-coords": "Als Konsole mĂĽssen Koordinaten angegeben werden.", + "worldedit.hpos.no-block": "Kein Block in Sicht!", + "worldedit.hpos.already-set": "Position bereits gesetzt.", + "worldedit.chunk.selected-multiple": "Ausgewählte Chunks: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "Chunk ausgewählt: {0}, {1}, {2}", + "worldedit.wand.invalid": "Auswahl-Item ist falsch konfiguriert oder deaktiviert.", + "worldedit.wand.selwand.info": "Linksklick: Setze Position #1, Rechtsklick: Setze Position #2", + "worldedit.wand.navwand.info": "Linksklick: Springe zu der Position; Rechtsklick: Springe durch Wände", + "worldedit.wand.selwand.now.tool": "Der Selektionsstab ist nun ein normales Werkzeug. Du kannst es mit {0} deaktivieren und mit einem beliebigen Element mit {1} verbinden oder einen neuen Zauberstab mit {2} erhalten.", + "worldedit.contract.contracted": "Region um {0} Blöcke verkleinert.", + "worldedit.shift.shifted": "Region verschoben.", + "worldedit.outset.outset": "Region vergrößert.", + "worldedit.inset.inset": "Region verkleinert.", + "worldedit.size.offset": "Versatz: {0}", + "worldedit.size.type": "Typ: {0}", + "worldedit.size.size": "Größe: {0}", + "worldedit.size.distance": "Kubische Distanz: {0}", + "worldedit.size.blocks": "Anzahl von Blöcken: {0}", + "worldedit.count.counted": "Anzahl: {0}", + "worldedit.distr.no-blocks": "Keine Blöcke gezählt.", + "worldedit.distr.no-previous": "Keine vorherigen Verteilungen.", + "worldedit.distr.total": "Gesamte Blockanzahl: {0}", + "worldedit.select.cleared": "Auswahl aufgehoben.", + "worldedit.select.cuboid.message": "Kubisch: Linksklick fĂĽr Punkt 1, Rechtsklick fĂĽr Punkt 2", + "worldedit.select.cuboid.description": "Wähle zwei Ecken eines Quaders", + "worldedit.select.extend.message": "Kubisch: Linksklick fĂĽr einen Startpunkt, Rechtsklick zum Erweitern", + "worldedit.select.extend.description": "Schneller kubische Auswahlmodus", + "worldedit.select.poly.message": "2D Polygon-Auswahl: Links/Rechtsklick um einen Punkt hinzuzufĂĽgen.", + "worldedit.select.poly.limit-message": "maximal {0} Punkte.", + "worldedit.select.poly.description": "Wähle ein 2D-Polygon mit Höhe", + "worldedit.select.ellipsoid.message": "Ellipsoide Auswahl: Linksklick fĂĽr Mittelpunkt, Rechtsklick zum Erweitern", + "worldedit.select.ellipsoid.description": "Wähle ein Ellipsoid aus", + "worldedit.select.sphere.message": "Kugel Selektor: Linksklick fĂĽr Mittelpunkt, Rechtsklick um Radius zu setzen", + "worldedit.select.sphere.description": "Wähle eine Kugel aus", + "worldedit.select.cyl.message": "Zylindrischer Selektor: Linksklick fĂĽr Mittelpunkt, Rechtsklick zum Erweitern", + "worldedit.select.cyl.description": "Zylinderförmige Auswahl", + "worldedit.select.convex.message": "Konvex-Polyhedrische Auswahl: Linksklick fĂĽr ersten Knoten, Rechtsklick zum Erweitern.", + "worldedit.select.convex.limit-message": "maximal {0} Punkte.", + "worldedit.select.convex.description": "Auswahl einer Konvex-Polyhedrischen Form", + "worldedit.select.default-set": "Deine standardmässige Regions-Auswahl ist jetzt {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Altes Format: {0}", + "worldedit.chunkinfo.mcregion-filename": "McRegion: Region/{0}", + "worldedit.listchunks.listfor": "Auflistung von Chunks fĂĽr: {0}", + "worldedit.drain.drained": "{0} Blöcke wurden getrocknet.", + "worldedit.fill.created": "{0} Blöcke wurden ausgefĂĽllt.", + "worldedit.fillr.created": "{0} Blöcke wurden ausgefĂĽllt.", + "worldedit.fixlava.fixed": "{0} Blöcke wurden korrigiert.", + "worldedit.fixwater.fixed": "{0} Blöcke wurden korrigiert.", + "worldedit.removeabove.removed": "{0} Blöcke wurden entfernt.", + "worldedit.removebelow.removed": "{0} Blöcke wurden entfernt.", + "worldedit.removenear.removed": "{0} Blöcke wurden entfernt.", + "worldedit.replacenear.replaced": "{0} Blöcke wurden ersetzt.", + "worldedit.snow.created": "{0} Oberflächen wurden bedeckt.", + "worldedit.thaw.removed": "{0} Blöcke wurden aufgetaut.", + "worldedit.green.changed": "{0} Blöcke wurden grĂĽn gemacht.", + "worldedit.extinguish.removed": "{0} Brände wurden gelöscht.", + "worldedit.butcher.killed": "{0} Kreaturen wurden in einem Radius von {1} getötet.", + "worldedit.butcher.explain-all": "Verwende -1, um alle Mobs in geladenen Chunks zu entfernen", + "worldedit.remove.removed": "{0} Entities wurden fĂĽr das Entfernen markiert.", + "worldedit.remove.explain-all": "Verwende -1, um alle Entities in geladenen Chunks zu entfernen", + "worldedit.calc.invalid": "'{0}' konnte nicht als gĂĽltiger Ausdruck ĂĽbersetzt werden", + "worldedit.calc.invalid.with-error": "'{0}' konnte nicht als gĂĽltiger Ausdruck geparst werden: '{1}'", + "worldedit.paste.pasted": "Die Zwischenablage wurde bei {0} eingefĂĽgt", + "worldedit.paste.selected": "EinfĂĽgebereich fĂĽr Zwischenablage ausgewählt.", + "worldedit.rotate.no-interpolation": "Hinweis: Interpolation ist noch nicht unterstĂĽtzt. Es ist empfohlen, Winkel mit einem Vielfachen von 90 zu nutzen.", + "worldedit.rotate.rotated": "Die Zwischenablage wurde gedreht.", + "worldedit.flip.flipped": "Die Zwischenablage wurde gespiegelt.", + "worldedit.clearclipboard.cleared": "Die Zwischenablage wurde geleert.", + "worldedit.set.done": "Vorgang abgeschlossen.", + "worldedit.set.done.verbose": "Vorgang abgeschlossen ({0}).", + "worldedit.line.changed": "{0} Blöcke wurden verändert.", + "worldedit.line.invalid-type": "//line funktioniert nur mit kubischen Selektionen oder konvex-polyhedrischen Selektionen", + "worldedit.curve.changed": "{0} Blöcke wurden verändert.", + "worldedit.curve.invalid-type": "//curve funktioniert nur mit konvex-polyhedrischen Selektionen", + "worldedit.replace.replaced": "{0} Blöcke wurden ersetzt.", + "worldedit.stack.changed": "{0} Blöcke wurden geändert. RĂĽckgängig mit //undo", + "worldedit.stack.intersecting-region": "Stapelversatz darf bei Verwendung von Blockeinheiten nicht mit der Region kollidieren", + "worldedit.regen.regenerated": "Region neu generiert.", + "worldedit.regen.failed": "Chunks konnten nicht regeneriert werden. Siehe Konsole fĂĽr Details.", + "worldedit.walls.changed": "{0} Blöcke wurden verändert.", + "worldedit.faces.changed": "{0} Blöcke wurden verändert.", + "worldedit.overlay.overlaid": "{0} Blöcke wurden bedeckt.", + "worldedit.naturalize.naturalized": "{0} Block/Blöcke wurden verändert, um natĂĽrlicher zu erscheinen.", + "worldedit.center.changed": "Mittelpunkt gesetzt. ({0} Blöcke geändert)", + "worldedit.smooth.changed": "Höhenkarte des Geländes geglättet. {0} Blöcke geändert.", + "worldedit.move.moved": "{0} Blöcke verschoben.", + "worldedit.deform.deformed": "{0} Blöcke wurden verformt.", + "worldedit.hollow.changed": "{0} Blöcke wurden verändert.", + "worldedit.forest.created": "{0} Bäume erstellt.", + "worldedit.flora.created": "{0} Pflanzen erstellt.", + "worldedit.unstuck.moved": "Bitte schön!", + "worldedit.ascend.obstructed": "Keine freie Stelle ĂĽber dir gefunden.", + "worldedit.ascend.moved": "Um {0} Ebenen aufgestiegen.", + "worldedit.descend.obstructed": "Keine freie Stelle unter dir gefunden.", + "worldedit.descend.moved": "Um {0} Ebenen abgestiegen.", + "worldedit.ceil.obstructed": "Keine freie Stelle ĂĽber dir gefunden.", + "worldedit.ceil.moved": "Magie!", + "worldedit.thru.obstructed": "Keine freie Stelle vor dir gefunden.", + "worldedit.thru.moved": "Magie!", + "worldedit.jumpto.moved": "Magie!", + "worldedit.jumpto.none": "Kein Block in Sicht (oder zu weit entfernt)!", + "worldedit.up.obstructed": "Du wĂĽrdest etwas ĂĽber dir treffen.", + "worldedit.up.moved": "Magie!", + "worldedit.cyl.invalid-radius": "Du musst entweder ein oder zwei Radien angeben.", + "worldedit.cyl.created": "{0} Blöcke wurden erstellt.", + "worldedit.sphere.invalid-radius": "Du musst entweder ein oder drei Radien angeben.", + "worldedit.sphere.created": "{0} Blöcke wurden erstellt.", + "worldedit.forestgen.created": "{0} Bäume erstellt.", + "worldedit.pumpkins.created": "{0} KĂĽrbisbeete erstellt.", + "worldedit.pyramid.created": "{0} Blöcke wurden erstellt.", + "worldedit.generate.created": "{0} Blöcke wurden erstellt.", + "worldedit.generatebiome.changed": "{0} Biome betroffen.", + "worldedit.reload.config": "Konfiguration wurde neu geladen!", + "worldedit.report.written": "WorldEdit-Bereicht zu {0} geschrieben", + "worldedit.report.error": "Fehler beim Schreiben des Berichts: {0}", + "worldedit.report.callback": "WorldEdit Report: {0}.report", + "worldedit.timezone.invalid": "UngĂĽltige Zeitzone", + "worldedit.timezone.set": "Zeitzone fĂĽr diese Sitzung gesetzt: {0}", + "worldedit.timezone.current": "Die aktuelle Zeit in dieser Zeitzone ist: {0}", + "worldedit.version.version": "WorldEdit-Version {0}", + "worldedit.version.bukkit.unsupported-adapter": "Diese WorldEdit Version unterstĂĽtzt ihre Version von Bukkit nicht vollständig. Block-Entities (z.B. Truhen) sind leer, Blockeigenschaften (z. B. Rotation) fehlen und andere Dinge werden möglicherweise nicht funktionieren. Aktualisieren Sie WorldEdit um diese Funktion wiederherzustellen:\n{0}", + "worldedit.trace.action-failed": "Trace: Aktion(en) {0} bei {1} verworfen nach AusmaĂź {2}", + "worldedit.trace.active.already": "Ablaufverfolgungs-Modus bereits aktiv.", + "worldedit.trace.inactive.already": "Ablaufverfolgungs-Modus bereits inaktiv.", + "worldedit.trace.active": "Ablaufverfolgungs-Modus ist nun aktiv.", + "worldedit.trace.inactive": "Ablaufverfolgungs-Modus ist nun inaktiv.", + "worldedit.command.time-elapsed": "{0}s vergangen (History: {1} geändert; {2} Blöcke/Sek).", + "worldedit.command.permissions": "Dazu bist du nicht berechtigt. Bist du im richtigen Modus?", + "worldedit.command.player-only": "Dieser Befehl muss als Spieler benutzt werden.", + "worldedit.command.error.report": "Bitte melde diesen Fehler: [Siehe Konsole]", + "worldedit.pastebin.uploading": "(Bitte warten... sende Daten an Pastebin...)", + "worldedit.session.cant-find-session": "Sitzung fĂĽr {0} nicht gefunden", + "worldedit.platform.no-file-dialog": "Datei-Dialoge werden in Ihrer Umgebung nicht unterstĂĽtzt.", + "worldedit.asset.load.loading": "(Bitte warten... lade Asset.)", + "worldedit.asset.load.still-loading": "(Bitte warten... lade weiterhin Asset.)", + "worldedit.asset.load.failed": "Fehler beim laden des Assets", + "worldedit.tool.max-block-changes": "Maximales Ă„nderungslimit fĂĽr Blöcke erreicht.", + "worldedit.tool.no-block": "Kein Block in Sicht!", + "worldedit.tool.repl.equip": "Ersetzen-Werkzeug an {0} gebunden.", + "worldedit.tool.repl.switched": "Ersetzen-Werkzeug geändert zu: {0}", + "worldedit.tool.data-cycler.equip": "Werkzeug zum Ă„ndern von Blockdaten an {0} gebunden.", + "worldedit.tool.data-cycler.block-not-permitted": "Du hast keine Befugnis, die Werte dieses Blockes zu ändern.", + "worldedit.tool.data-cycler.cant-cycle": "Diese Blockdaten können nicht verändert werden!", + "worldedit.tool.data-cycler.new-value": "Wert von {0} ist jetzt {1}.", + "worldedit.tool.data-cycler.cycling": "Ă„ndere nun {0}.", + "worldedit.tool.deltree.equip": "Werkzeug zum Entfernen fliegender Bäume an {0} gebunden.", + "worldedit.tool.deltree.not-tree": "Das ist kein Baum.", + "worldedit.tool.deltree.not-floating": "Das ist kein schwebender Baum.", + "worldedit.tool.tree.equip": "Werkzeug zum Bäume setzen an {0} gebunden.", + "worldedit.tool.tree.obstructed": "Hier kann kein Baum erstellt werden.", + "worldedit.tool.info.equip": "Werkzeug fĂĽr Informationen an {0} gebunden.", + "worldedit.tool.info.blockstate.hover": "Blockstatus", + "worldedit.tool.info.internalid.hover": "Interne ID", + "worldedit.tool.info.legacy.hover": "Legacy-Id: Daten", + "worldedit.tool.info.light.hover": "Lichtlevel Block/Lichtlevel darĂĽber", + "worldedit.tool.none.equip": "Werkzeug vom aktuellen Item entfernt.", + "worldedit.tool.none.to.unequip": "Ihr aktuelles Item ist nicht gebunden.", + "worldedit.tool.selwand.equip": "Werkzeug zum Auswählen an {0} gebunden.", + "worldedit.tool.navwand.equip": "Werkzeug zum Navigieren an {0} gebunden.", + "worldedit.tool.floodfill.equip": "Werkzeug zum FĂĽllen von Blöcken an {0} gebunden.", + "worldedit.tool.farwand.equip": "Werkzeug zum Auswählen fĂĽr groĂźe Distanzen an {0} gebunden.", + "worldedit.tool.lrbuild.equip": "Werkzeug zum Setzen von Blöcken fĂĽr groĂźe Distanzen an {0} gebunden.", + "worldedit.tool.lrbuild.set": "Linksklick auf {0} gesetzt; Rechtsklick auf {1} gesetzt.", + "worldedit.tool.stack.equip": "Werkzeug zum Stapeln an {0} gebunden.", + "worldedit.tool.unbind-instruction": "FĂĽhre {0} aus, während du das Item in der Hand hältst, um es zu entbinden.", + "worldedit.tool.superpickaxe.mode.single": "Modus ist jetzt blockweise. Linksklick mit einer Spitzhacke. // zum deaktivieren.", + "worldedit.tool.superpickaxe.mode.area": "Modus ist jetzt bereichsförmig. Linksklick mit einer Spitzhacke. // zum deaktivieren.", + "worldedit.tool.superpickaxe.mode.recursive": "Modus ist jetzt rekursiv. Linksklick mit einer Spitzhacke. // zum deaktivieren.", + "worldedit.tool.superpickaxe.max-range": "Maximale Entfernung ist {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Superspitzhacke ist bereits aktiviert.", + "worldedit.tool.superpickaxe.disabled.already": "Superspitzhacke ist bereits deaktiviert.", + "worldedit.tool.superpickaxe.enabled": "Superspitzhacke aktiviert.", + "worldedit.tool.superpickaxe.disabled": "Superspitzhacke deaktiviert.", + "worldedit.tool.mask.set": "Maske fĂĽr Pinsel gesetzt.", + "worldedit.tool.mask.disabled": "Maske fĂĽr Pinsel deaktiviert.", + "worldedit.tool.material.set": "Material fĂĽr Pinsel gesetzt.", + "worldedit.tool.range.set": "Reichweite fĂĽr Pinsel gesetzt.", + "worldedit.tool.size.set": "Pinselgröße gesetzt.", + "worldedit.tool.tracemask.set": "Kollidierungsmaske gesetzt.", + "worldedit.tool.tracemask.disabled": "Kollidierungsmaske deaktiviert.", + "worldedit.tool.error.cannot-bind": "Kann das Werkzeug nicht an {0} binden: {1}", + "worldedit.tool.error.item-only": "Blöcke können nicht verwendet werden.", + "worldedit.execute.script-permissions": "Du hast keine Berechtigung, dieses Skript zu nutzen.", + "worldedit.executelast.no-script": "Benutze zuerst /cs mit einem Skriptnamen.", + "worldedit.script.read-error": "Skript Lesefehler: {0}", + "worldedit.script.unsupported": "Aktuell werden nur .js-Skripte unterstĂĽtzt", + "worldedit.script.file-not-found": "Skript existiert nicht: {0}", + "worldedit.script.no-script-engine": "Fehler beim Finden einer Skript-Engine.\nBitte beachte https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "Fehler beim AusfĂĽhren: {0}", + "worldedit.script.failed-console": "Fehler beim AusfĂĽhren (siehe Konsole): {0}", + "worldedit.operation.affected.biome": "{0} Biome betroffen", + "worldedit.operation.affected.block": "{0} Blöcke betroffen", + "worldedit.operation.affected.column": "{0} Stellen betroffen", + "worldedit.operation.affected.entity": "{0} Entities betroffen", + "worldedit.operation.deform.expression": "deformiert mit {0}", + "worldedit.error.invalid-number": "Anzahl erwartet; String angegeben.", + "worldedit.error.invalid-number.matches": "Anzahl erwartet; String \"{0}\" angegeben.", + "worldedit.error.incomplete-region": "Wähle zuerst eine Region aus.", + "worldedit.error.unknown-block": "Blockname '{0}' wurde nicht erkannt.", + "worldedit.error.unknown-entity": "Entityname '{0}' wurde nicht erkannt.", + "worldedit.error.unknown-mob": "Mob-Name '{0}' wurde nicht erkannt.", + "worldedit.error.unknown-biome": "Biomname '{0}' wurde nicht erkannt.", + "worldedit.error.unknown-tag": "Tagname '{0}' wurde nicht erkannt.", + "worldedit.error.empty-tag": "Tagname '{0}' hat keinen Inhalt.", + "worldedit.error.no-match": "Kein Treffer fĂĽr '{0}'.", + "worldedit.error.disallowed-block": "Block '{0}' nicht erlaubt (siehe WorldEdit Konfiguration).", + "worldedit.error.max-changes": "Maximale Anzahl an Blöcken in einer Operation geändert ({0}).", + "worldedit.error.max-brush-radius": "Maximaler Pinselradius (in Konfiguration): {0}", + "worldedit.error.max-radius": "Maximaler Radius (in Konfiguration): {0}", + "worldedit.error.unknown-direction": "Unbekannte Richtung: {0}", + "worldedit.error.empty-clipboard": "Die Zwischenablage ist leer. Verwende zuerst //copy.", + "worldedit.error.invalid-filename": "Dateiname '{0}' ungĂĽltig: {1}", + "worldedit.error.invalid-filename.invalid-characters": "UngĂĽltige Zeichen oder Erweiterung fehlt", + "worldedit.error.file-resolution": "Datei '{0}' Fehler beim Auflösen der Datei: {1}", + "worldedit.error.file-resolution.outside-root": "Pfad ist auĂźerhalb des erlaubten Verzeichnisses", + "worldedit.error.file-resolution.resolve-failed": "Fehler beim Auflösen des Pfades", + "worldedit.error.file-aborted": "Dateiauswahl abgebrochen.", + "worldedit.error.no-file-selected": "Es wurde keine Datei ausgewählt.", + "worldedit.error.world-unloaded": "Die Welt wurde bereits entladen.", + "worldedit.error.not-a-block": "Dieses Item ist kein Block.", + "worldedit.error.not-a-block.item": "Das Item '{0}' ist kein Block.", + "worldedit.error.incorrect-usage": "Benutzung: {0}", + "worldedit.error.invalid-page": "UngĂĽltige Seitennummer", + "worldedit.error.parser.bad-state-format": "Fehlerhaftes Statusformat in {0}", + "worldedit.error.parser.duplicate-property": "Doppelte Eigenschaft: {0}", + "worldedit.error.parser.empty-state": "Leerer Teil im Status", + "worldedit.error.parser.missing-equals-separator": "Fehlendes Trennzeichen '='", + "worldedit.error.parser.clipboard.missing-offset": "Offset mit @ angegeben, aber kein Offset angegeben. Verwenden Sie '#copy@[x,y,z]'.", + "worldedit.error.parser.unknown-property": "Unbekannte Eigenschaft '{0}' fĂĽr Block '{1}'", + "worldedit.error.parser.unknown-value": "Unbekannter Wert '{0}' fĂĽr Eigenschaft '{1} '", + "worldedit.error.parser.empty-property": "Leere Eigenschaft im Status", + "worldedit.error.parser.empty-value": "Leerer Wert im Status", + "worldedit.error.parser.invalid-colon": "UngĂĽltiger Doppelpunkt.", + "worldedit.error.parser.invalid-expression": "UngĂĽltiger Ausdruck: {0}", + "worldedit.error.parser.negate-nothing": "Nichts kann nicht negiert werden!", + "worldedit.error.parser.hanging-lbracket": "UngĂĽltiges Format. Fehlende Klammer bei '{0}'.", + "worldedit.error.parser.missing-rbracket": "Bei dem Status fehlt die schlieĂźende Klammer ']'", + "worldedit.error.parser.missing-random-type": "Fehlender Typ hinter dem % symbol fĂĽr '{0}'", + "worldedit.error.parser.clipboard.missing-coordinates": "Versatz fĂĽr die Zwischenablage benötigt x,y,z Koordinaten.", + "worldedit.error.parser.player-only": "Eingabe '{0}' erfordert einen Spieler!", + "worldedit.error.disabled": "Diese Funktion ist deaktiviert (siehe WorldEdit Konfiguration).", + "worldedit.error.unknown": "Unbekannter Fehler ist aufgetreten: {0}", + "worldedit.error.missing-extent": "Kein Ziel ist bekannt", + "worldedit.error.missing-session": "Keine lokale Session ist bekannt", + "worldedit.error.missing-world": "Du musst eine Welt angeben (Try //world)", + "worldedit.error.missing-actor": "Kein Akteur ist bekannt", + "worldedit.selection.convex.info.vertices": "Knoten: {0}", + "worldedit.selection.convex.info.triangles": "Dreiecke: {0}", + "worldedit.selection.convex.explain.primary": "Neue Auswahl mit Knoten {0} gestartet.", + "worldedit.selection.convex.explain.secondary": "Knoten {0} zur Auswahl hinzugefĂĽgt.", + "worldedit.selection.cuboid.info.pos1": "Position 1: {0}", + "worldedit.selection.cuboid.info.pos2": "Position 2: {0}", + "worldedit.selection.cuboid.explain.primary": "Erste Position bei {0} gesetzt.", + "worldedit.selection.cuboid.explain.primary-area": "Erste Position bei {0} ({1}) gesetzt.", + "worldedit.selection.cuboid.explain.secondary": "Zweite Position bei {0} gesetzt.", + "worldedit.selection.cuboid.explain.secondary-area": "Zweite Position bei {0} ({1}) gesetzt.", + "worldedit.selection.extend.explain.primary": "Auswahl bei {0} ({1}) gestartet.", + "worldedit.selection.extend.explain.secondary": "Auswahl erweitert, damit {0} ({1}) beinhaltet wird.", + "worldedit.selection.ellipsoid.info.center": "Mittelpunkt: {0}", + "worldedit.selection.ellipsoid.info.radius": "X/Y/Z Radius: {0}", + "worldedit.selection.ellipsoid.explain.primary": "Position des Mittelpunkts zu {0} gesetzt.", + "worldedit.selection.ellipsoid.explain.primary-area": "Position des Mittelpunkts zu {0} ({1}) gesetzt.", + "worldedit.selection.ellipsoid.explain.secondary": "Radius auf {0} gesetzt.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Radius auf {0} ({1}) gesetzt.", + "worldedit.selection.ellipsoid.error.even-horizontal": "Ellipsoid-Ă„nderungen mĂĽssen fĂĽr jede Dimension gleich sein.", + "worldedit.selection.cylinder.info.center": "Mittelpunkt: {0}", + "worldedit.selection.cylinder.info.radius": "Radius: {0}", + "worldedit.selection.cylinder.explain.primary": "Neue zylindrische Auswahl bei {0} gestartet.", + "worldedit.selection.cylinder.explain.secondary": "Radius auf {0}/{1} Blöcke gesetzt. ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "Damit der Radius eingestellt werden kann, ist es notwendig, einen Mittelpunkt zu wählen.", + "worldedit.selection.cylinder.error.even-horizontal": "Zylinderänderungen mĂĽssen auch fĂĽr jede horizontale Dimension gelten.", + "worldedit.selection.polygon2d.info": "Anzahl Punkte: {0}", + "worldedit.selection.polygon2d.explain.primary": "Neues Polygon bei {0} gestartet.", + "worldedit.selection.polygon2d.explain.secondary": "Punkt #{0} bei {1} hinzugefĂĽgt.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "Polygone können nur vertikal erweitert werden.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "Polygone können nur vertikal verhandelt werden.", + "worldedit.selection.sphere.explain.secondary": "Radius auf {0} gesetzt.", + "worldedit.selection.sphere.explain.secondary-defined": "Radius auf {0} ({1}) gesetzt.", + "worldedit.selection.null.error.immutable": "NullRegion könnt nicht geändert werden.", + "worldedit.selection.intersection.error.cannot-expand": "Könnt nicht einen regionalen Schnittpunkt erweitern.", + "worldedit.selection.intersection.error.cannot-contract": "Könnt nicht einen regionalen Schnittpunkt verhandeln.", + "worldedit.selection.transform.error.cannot-expand": "Könnt nicht einen TransformedRegion erweitern.", + "worldedit.selection.transform.error.cannot-contract": "Könnt nicht einen TransformedRegion verhandeln.", + "worldedit.selection.transform.error.cannot-change": "Könnt nicht einen TransformedRegion ändern.", + "worldedit.sideeffect.lighting": "Beleuchtung", + "worldedit.sideeffect.lighting.description": "Aktualisiert Blockbeleuchtung", + "worldedit.sideeffect.neighbors": "Nachbarn", + "worldedit.sideeffect.neighbors.description": "Benachrichtigt Blöcke in der Nähe ĂĽber den Ă„nderungen", + "worldedit.sideeffect.update": "Update", + "worldedit.sideeffect.update.description": "Benachrichtigt den geänderten Block", + "worldedit.sideeffect.validation": "ĂśberprĂĽfung", + "worldedit.sideeffect.validation.description": "ĂśberprĂĽft und repariert inkonsistenten Weltzustand, so wie getrennte Blöcke", + "worldedit.sideeffect.entity_ai": "Wesen-KI", + "worldedit.sideeffect.entity_ai.description": "Aktualisiert Wesen-KI-Pfade fĂĽr die Blockänderungen", + "worldedit.sideeffect.events": "Mod/Plugin-Ereignisse", + "worldedit.sideeffect.events.description": "Informiert andere Mods/Plugins ĂĽber diese Ă„nderungen, falls anwendbar", + "worldedit.sideeffect.state.on": "An", + "worldedit.sideeffect.state.delayed": "Verzögert", + "worldedit.sideeffect.state.off": "Aus", + "worldedit.sideeffect.box.current": "Aktuell", + "worldedit.sideeffect.box.change-to": "Klicken, um auf {0} zu setzen", + "worldedit.help.command-not-found": "Der Befehl '{0}' konnte nicht gefunden werden.", + "worldedit.help.no-subcommands": "'{0}' hat keine Unterbefehle. (Vielleicht steht '{1}' fĂĽr einen Parameter?)", + "worldedit.help.subcommand-not-found": "Der Unterbefehl '{0}' unter '{1}' konnte nicht gefunden werden.", + "worldedit.cli.stopping": "Wird beendet!", + "worldedit.cli.unknown-command": "Unbekannter Befehl!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/kw/strings.json b/config/worldedit/.archive-unpack/2e1dd752/kw/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/kw/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/la-LA/strings.json b/config/worldedit/.archive-unpack/2e1dd752/la-LA/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/la-LA/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/lb/strings.json b/config/worldedit/.archive-unpack/2e1dd752/lb/strings.json new file mode 100644 index 0000000..0eba529 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/lb/strings.json @@ -0,0 +1,5 @@ +{ + "worldedit.expand.description.vert": "Den ausgewielten bereich get vertikal bis un d'limiten vun der Walt erweidert.", + "worldedit.expand.expanded": "D'auswahl em {0} bleeck erweideren", + "worldedit.expand.expanded.vert": "Auswahl em {0} bleeck erweidert (uewen-no-ennen)." +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/li/strings.json b/config/worldedit/.archive-unpack/2e1dd752/li/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/li/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/lol/strings.json b/config/worldedit/.archive-unpack/2e1dd752/lol/strings.json new file mode 100644 index 0000000..f4733ca --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/lol/strings.json @@ -0,0 +1,308 @@ +{ + "worldedit.expand.description.vert": "VERTICALLY EXPAND TEH SELECSHUN 2 WURLD LIMITS.", + "worldedit.expand.expanded": "REGION EXPANDD {0} BLOCKZ", + "worldedit.expand.expanded.vert": "REGION EXPANDD {0} BLOCKZ (TOP-2-BOTTOM).", + "worldedit.biomeinfo.lineofsight": "BIOMEZ AT LINE OV SIGHT POINT: {0}", + "worldedit.biomeinfo.position": "BIOMEZ AT UR POSISHUN: {0}", + "worldedit.biomeinfo.selection": "BIOMEZ IN UR SELECSHUN: {0}", + "worldedit.brush.radius-too-large": "MAXIMUM ALLOWD BRUSH RADIUS: {0}", + "worldedit.brush.apply.description": "APPLY BRUSH, APPLY FUNCSHUN 2 EVRY BLOCK", + "worldedit.brush.apply.radius": "TEH SIZE OV TEH BRUSH", + "worldedit.brush.apply.shape": "TEH SHAPE OV TEH REGION", + "worldedit.brush.apply.type": "TYPE OV BRUSH 2 USE", + "worldedit.brush.apply.item.warning": "DIS BRUSH SIMULATEZ ITEM USAGEZ. ITZ EFFECTS CUD NOT WERK ON ALL PLATFORMS, CUD NOT BE UNDO-ABLE, AN CUD CAUSE STRANGE INTERACSHUNS WIF OTHR MODZ/PLUGINS. USE AT UR OWN RISK.", + "worldedit.brush.paint.description": "PAINT BRUSH, APPLY FUNCSHUN 2 SURFACE", + "worldedit.brush.paint.size": "TEH SIZE OV TEH BRUSH", + "worldedit.brush.paint.shape": "TEH SHAPE OV TEH REGION", + "worldedit.brush.paint.density": "TEH DENSITY OV TEH BRUSH", + "worldedit.brush.paint.type": "TYPE OV BRUSH 2 USE", + "worldedit.brush.paint.item.warning": "DIS BRUSH SIMULATEZ ITEM USAGEZ. ITZ EFFECTS CUD NOT WERK ON ALL PLATFORMS, CUD NOT BE UNDO-ABLE, AN CUD CAUSE STRANGE INTERACSHUNS WIF OTHR MODZ/PLUGINS. USE AT UR OWN RISK.", + "worldedit.brush.sphere.equip": "SFERE BRUSH SHAPE EQUIPPD ({0}).", + "worldedit.brush.cylinder.equip": "CYLINDR BRUSH SHAPE EQUIPPD ({0} BY {1}).", + "worldedit.brush.clipboard.equip": "CLIPBORD BRUSH SHAPE EQUIPPD.", + "worldedit.brush.smooth.equip": "SMOOTH BRUSH EQUIPPD ({0} X {1}X USIN {2}).", + "worldedit.brush.extinguish.equip": "EXTINGUISHR EQUIPPD ({0}).", + "worldedit.brush.gravity.equip": "GRAVITY BRUSH EQUIPPD ({0}).", + "worldedit.brush.butcher.equip": "BUTCHR BRUSH EQUIPPD ({0}).", + "worldedit.brush.operation.equip": "SET BRUSH 2 {0}.", + "worldedit.brush.none.equip": "BRUSH UNBOUND FRUM UR CURRENT ITEM.", + "worldedit.drawsel.disabled": "SERVR CUI DISABLD.", + "worldedit.drawsel.disabled.already": "SERVR CUI ALREADY DISABLD.", + "worldedit.drawsel.enabled.already": "SERVR CUI ALREADY ENABLD.", + "worldedit.limit.too-high": "UR MAXIMUM ALLOWABLE LIMIT IZ {0}.", + "worldedit.limit.set": "BLOCK CHANGE LIMIT SET 2 {0}.", + "worldedit.limit.return-to-default": "(USE //limit 2 GO BAK 2 TEH DEFAULT.)", + "worldedit.timeout.too-high": "UR MAXIMUM ALLOWABLE TIEMOUT IZ {0}MS.", + "worldedit.timeout.return-to-default": " (USE //timeout 2 GO BAK 2 TEH DEFAULT.)", + "worldedit.fast.disabled": "FAST MODE DISABLD.", + "worldedit.fast.enabled": "FAST MODE ENABLD. LIGHTIN IN DA AFFECTD CHUNKZ CUD BE WRONG AN/OR U CUD NED 2 REJOIN 2 C CHANGEZ.", + "worldedit.fast.disabled.already": "FAST MODE ALREADY DISABLD.", + "worldedit.fast.enabled.already": "FAST MODE ALREADY ENABLD.", + "worldedit.reorder.current": "TEH REORDR MODE IZ {0}", + "worldedit.reorder.set": "TEH REORDR MODE IZ NAO {0}", + "worldedit.gmask.disabled": "GLOBAL MASK DISABLD.", + "worldedit.gmask.set": "GLOBAL MASK SET.", + "worldedit.toggleplace.pos1": "NAO PLACIN AT POS #1.", + "worldedit.toggleplace.player": "NAO PLACIN AT TEH BLOCK U STAND IN.", + "worldedit.searchitem.too-short": "ENTR LONGR SEARCH STRIN (LEN > 2).", + "worldedit.searchitem.either-b-or-i": "U CANT USE BOTH TEH 'b' AN 'i' FLAGS SIMULTANEOUSLY.", + "worldedit.searchitem.searching": "(PLZ WAIT... SEARCHIN ITEMS.)", + "worldedit.watchdog.no-hook": "DIS PLATFORM HAS NO WATCHDOG HOOK.", + "worldedit.watchdog.active.already": "WATCHDOG HOOK ALREADY ACTIV.", + "worldedit.watchdog.inactive.already": "WATCHDOG HOOK ALREADY INACTIV.", + "worldedit.watchdog.active": "WATCHDOG HOOK NAO ACTIV.", + "worldedit.watchdog.inactive": "WATCHDOG HOOK NAO INACTIV.", + "worldedit.world.remove": "REMOVD WURLD OVERRIDE.", + "worldedit.world.set": "SET TEH WURLD OVERRIDE 2 {0}. (USE //world 2 GO BAK 2 DEFAULT)", + "worldedit.undo.undone": "UNDID {0} AVAILABLE EDITS.", + "worldedit.undo.none": "NOTHIN LEFT 2 UNDO.", + "worldedit.redo.redone": "REDID {0} AVALIBL CHAENJZ.", + "worldedit.redo.none": "NOTHIN LEFT 2 REDO.", + "worldedit.clearhistory.cleared": "HISTORY CLEARD.", + "worldedit.raytrace.noblock": "NO BLOCK IN SIGHT!", + "worldedit.restore.not-configured": "SNAPSHOT/BAKUP RESTORE IZ NOT CONFIGURD.", + "worldedit.restore.not-available": "DAT SNAPSHOT DOEZ NOT EXIST OR IZ NOT AVAILABLE.", + "worldedit.restore.failed": "FAILD 2 LOAD SNAPSHOT: {0}", + "worldedit.restore.loaded": "SNAPSHOT {0} LOADD; NAO RESTORIN...", + "worldedit.restore.restored": "RESTORD; {0} MISIN CHUNKZ AN {1} OTHR ERRORS.", + "worldedit.restore.none-for-specific-world": "NO SNAPSHUTS WUZ FINDZ 4 WURLD '{0}'.", + "worldedit.restore.none-for-world": "NO SNAPSHOTS WUZ FINDZ 4 DIS WURLD.", + "worldedit.restore.none-found": "NO SNAPSHOTS WUZ FINDZ.", + "worldedit.restore.none-found-console": "NO SNAPSHOTS WUZ FINDZ. C CONSOLE 4 DETAILS.", + "worldedit.restore.chunk-not-present": "CHUNKZ WUZ NOT PRESENT IN SNAPSHOT.", + "worldedit.restore.chunk-load-failed": "NO CHUNKZ CUD BE LOADD. (BAD ARCHIV?)", + "worldedit.restore.block-place-failed": "ERRORS PREVENTD ANY BLOCKZ FRUM BEAN RESTORD.", + "worldedit.restore.block-place-error": "LAST ERROR: {0}", + "worldedit.snapshot.use.newest": "NAO USIN NEWEST SNAPSHOT.", + "worldedit.snapshot.use": "SNAPSHOT SET 2: {0}", + "worldedit.snapshot.none-before": "COULDNT FIND SNAPSHOT BEFORE {0}.", + "worldedit.snapshot.none-after": "COULDNT FIND SNAPSHOT AFTR {0}.", + "worldedit.snapshot.index-above-0": "UNVALID INDEX, MUST BE BIGGR THAN OR TEH SAME AS 1.", + "worldedit.snapshot.index-oob": "INVALID INDEX, MUST BE TWEEN 1 AN {0}.", + "worldedit.schematic.unknown-format": "UNKNOWN SCHEMATIC FORMAT: {0}.", + "worldedit.schematic.load.does-not-exist": "SCHEMATIC {0} DOEZ NOT EXIST!", + "worldedit.schematic.load.loading": "(PLZ WAIT... LOADIN SCHEMATIC.)", + "worldedit.schematic.load.still-loading": "Plz wait! skematic still loading!", + "worldedit.schematic.save.already-exists": "DAT SCHEMATIC ALREADY EXISTS. USE TEH -f FLAG 2 OVERWRITE IT.", + "worldedit.schematic.save.failed-directory": "CUD NOT CREATE FOLDR 4 SCHEMATICS!", + "worldedit.schematic.save.saving": "(PLZ WAIT... SAVIN SCHEMATIC.)", + "worldedit.schematic.save.still-saving": "Plz wait! skematic still savingz!", + "worldedit.schematic.delete.does-not-exist": "SCHEMATIC {0} DOEZ NOT EXIST!", + "worldedit.schematic.delete.failed": "DELESHUN OV {0} FAILD! IZ READ-ONLY?", + "worldedit.schematic.delete.deleted": "{0} HAS BEEN DELETD.", + "worldedit.schematic.formats.title": "AVAILABLE CLIPBORD FORMATS (NAYM: LOOKUP NAMEZ)", + "worldedit.pos.already-set": "POSISHUN ALREADY SET.", + "worldedit.pos.console-require-coords": "U MUST PROVIDE COORDINATEZ AS CONSOLE.", + "worldedit.hpos.no-block": "NO BLOCK IN SIGHT!", + "worldedit.hpos.already-set": "POSISHUN ALREADY SET.", + "worldedit.chunk.selected-multiple": "chukz selected: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "chuk selected: {0}, {1}, {2}", + "worldedit.wand.invalid": "WAND ITEM IZ MIS-CONFIGURD OR DISABLD.", + "worldedit.wand.selwand.info": "LEFT CLICK: SELECT POS #1; RITE CLICK: SELECT POS #2", + "worldedit.wand.navwand.info": "LEFT CLICK: JUMP 2 LOCASHUN; RITE CLICK: PAS THRU WALLS", + "worldedit.wand.selwand.now.tool": "Selekshun wand now normal tol! can disable with {0}, rebind to otherr item with {1}, or get NEW wan with {2}.", + "worldedit.contract.contracted": "REGION CONTRACTD {0} BLOCKZ.", + "worldedit.shift.shifted": "REGION SHIFTD.", + "worldedit.outset.outset": "REGION OUTSET.", + "worldedit.inset.inset": "REGION INSET.", + "worldedit.size.offset": "OFFSET: {0}", + "worldedit.size.type": "TYPE: {0}", + "worldedit.size.size": "SIZE: {0}", + "worldedit.size.distance": "CUBOID DISTANCE: {0}", + "worldedit.size.blocks": "# OV BLOCKZ: {0}", + "worldedit.count.counted": "COUNTD: {0}", + "worldedit.distr.no-blocks": "NO BLOCKZ COUNTD.", + "worldedit.distr.no-previous": "NO PREVIOUS DISTRIBUSHUN.", + "worldedit.distr.total": "TOTAL BLOCK COUNT: {0}", + "worldedit.select.cleared": "SELECSHUN CLEARD.", + "worldedit.select.cuboid.message": "CUBOID: LEFT CLICK 4 POINT 1, RITE CLICK 4 POINT 2", + "worldedit.select.cuboid.description": "SELECT 2 CORNERS OV CUBOID", + "worldedit.select.extend.message": "CUBOID: LEFT CLICK 4 STARTIN POINT, RITE CLICK 2 EXTEND", + "worldedit.select.extend.description": "FAST CUBOID SELECSHUN MODE", + "worldedit.select.poly.message": "2D POLYGON SELECTOR: LEFT/RITE CLICK 2 ADD POINT.", + "worldedit.select.poly.limit-message": "{0} POINTS MAXIMUM.", + "worldedit.select.poly.description": "SELECT 2D POLYGON WIF HEIGHT", + "worldedit.select.ellipsoid.message": "ELLIPSOID SELECTOR: LEFT CLICK=SENTR, RITE CLICK 2 EXTEND", + "worldedit.select.ellipsoid.description": "SELECT AN ELLIPSOID", + "worldedit.select.sphere.message": "SFERE SELECTOR: LEFT CLICK=SENTR, RITE CLICK 2 SET RADIUS", + "worldedit.select.sphere.description": "SELECT SFERE", + "worldedit.select.cyl.message": "CYLINDRICAL SELECTOR: LEFT CLICK=SENTR, RITE CLICK 2 EXTEND", + "worldedit.select.cyl.description": "SELECT CYLINDR", + "worldedit.select.convex.message": "CONVEX POLYHEDRAL SELECTOR: LEFT CLICK=FURST VERTEX, RITE CLICK 2 ADD MOAR.", + "worldedit.select.convex.limit-message": "{0} POINTS MAXIMUM.", + "worldedit.select.convex.description": "SELECT CONVEX POLYHEDRAL", + "worldedit.select.default-set": "UR DEFAULT REGION SELECTOR IZ NAO {0}.", + "worldedit.chunkinfo.chunk": "CHUNK: {0}, {1}", + "worldedit.chunkinfo.old-filename": "OLD FORMAT: {0}", + "worldedit.chunkinfo.mcregion-filename": "MCREGION: region/{0}\n", + "worldedit.listchunks.listfor": "LISTIN CHUNKZ 4: {0}", + "worldedit.drain.drained": "{0} BLOCKZ HAS BEEN DRAIND.", + "worldedit.fill.created": "{0} BLOCKZ HAS BEEN FILLD.", + "worldedit.fillr.created": "{0} BLOCKZ HAS BEEN FILLD.", + "worldedit.fixlava.fixed": "{0} BLOCKZ HAS BEEN FIXD.", + "worldedit.fixwater.fixed": "{0} BLOCKZ HAS BEEN FIXD.", + "worldedit.removeabove.removed": "{0} BLOCKZ HAS BEEN REMOVD.", + "worldedit.removebelow.removed": "{0} BLOCKZ HAS BEEN REMOVD.", + "worldedit.removenear.removed": "{0} BLOCKZ HAS BEEN REMOVD.", + "worldedit.replacenear.replaced": "{0} BLOCKZ HAS BEEN REPLACD.", + "worldedit.snow.created": "{0} SURFACEZ HAS BEEN COVERD.", + "worldedit.thaw.removed": "{0} BLOCKZ HAS BEEN THAWD.", + "worldedit.green.changed": "{0} BLOCKZ HAS BEEN GREEND.", + "worldedit.extinguish.removed": "{0} FIREZ HAS BEEN EXTINGUISHD.", + "worldedit.butcher.killed": "{0} MOBS HAS BEEN KILLD IN RADIUS OV {1}.", + "worldedit.butcher.explain-all": "USE -1 2 REMOOV ALL MOBS IN LOADD CHUNKZ", + "worldedit.remove.removed": "{0} ENTITIEZ HAS BEEN MARKD 4 REMOVAL.", + "worldedit.remove.explain-all": "USE -1 2 REMOOV ALL ENTITIEZ IN LOADD CHUNKZ", + "worldedit.calc.invalid": "'{0}' CUD NOT BE PARSD AS VALID EXPRESHUN", + "worldedit.paste.pasted": "TEH CLIPBORD HAS BEEN PASTD AT {0}", + "worldedit.paste.selected": "SELECTD CLIPBORD PASTE REGION.", + "worldedit.rotate.no-interpolation": "NOWT: INTERPOLASHUN IZ NOT YET SUPPORTD, SO ANGLEZ DAT R MULTIPLEZ.", + "worldedit.rotate.rotated": "TEH CLIPBORD COPY HAS BEEN ROTATD.", + "worldedit.flip.flipped": "TEH CLIPBORD COPY HAS BEEN FLIPPD.", + "worldedit.clearclipboard.cleared": "CLIPBORD CLEARD.", + "worldedit.set.done": "OPERASHUN COMPLETD.", + "worldedit.set.done.verbose": "OPERASHUN COMPLETD ({0}).", + "worldedit.line.changed": "{0} BLOCKZ HAS BEEN CHANGD.", + "worldedit.line.invalid-type": "//line ONLY WERKZ WIF CUBOID SELECSHUNS OR CONVEX POLYHEDRAL SELECSHUNS", + "worldedit.curve.changed": "{0} BLOCKZ HAS BEEN CHANGD.", + "worldedit.curve.invalid-type": "//curve ONLY WERKZ WIF CONVEX POLYHEDRAL SELECSHUNS", + "worldedit.replace.replaced": "{0} BLOCKZ HAS BEEN REPLACD.", + "worldedit.stack.changed": "{0} BLOCKZ CHANGD. UNDO WIF //undo", + "worldedit.regen.regenerated": "REGION REGENERATD.", + "worldedit.regen.failed": "CANT REGENERATE CHUNKZ. CHECK DA CONSOLE 4 DETAILS.", + "worldedit.walls.changed": "{0} BLOCKZ HAS BEEN CHANGD.", + "worldedit.faces.changed": "{0} BLOCKZ HAS BEEN CHANGD.", + "worldedit.overlay.overlaid": "{0} BLOCKZ HAS BEEN OVERLAID.", + "worldedit.naturalize.naturalized": "{0} BLOCK(S) HAS BEEN MADE 2 LOOK MOAR NACHURAL.", + "worldedit.center.changed": "SENTR SET. ({0} BLOCKZ CHANGD)", + "worldedit.smooth.changed": "TERRAINS HEIGHT MAP SMOOTHD. {0} BLOCKZ CHANGD.", + "worldedit.move.moved": "{0} BLOCKZ MOVD.", + "worldedit.deform.deformed": "{0} BLOCKZ HAS BEEN DEFORMD.", + "worldedit.hollow.changed": "{0} BLOCKZ HAS BEEN CHANGD.", + "worldedit.forest.created": "{0} TREEZ CREATD.", + "worldedit.flora.created": "{0} FLORA CREATD.", + "worldedit.unstuck.moved": "THAR U GO!", + "worldedit.ascend.obstructed": "NO FREE SPOT ABOOV U FINDZ.", + "worldedit.ascend.moved": "ASCENDD {0} LEVELS.", + "worldedit.descend.obstructed": "NO FREE SPOT BELOW U FINDZ.", + "worldedit.descend.moved": "DESCENDD {0} LEVELS.", + "worldedit.ceil.obstructed": "NO FREE SPOT ABOOV U FINDZ.", + "worldedit.ceil.moved": "WOOSH!", + "worldedit.thru.obstructed": "NO FREE SPOT AHEAD OV U FINDZ.", + "worldedit.thru.moved": "WOOSH!", + "worldedit.jumpto.moved": "POOF!", + "worldedit.jumpto.none": "NO BLOCK IN SIGHT (OR 2 FAR AWAY)!", + "worldedit.up.obstructed": "U WUD HIT SOMETHIN ABOOV U.", + "worldedit.up.moved": "WOOSH!", + "worldedit.cyl.invalid-radius": "U MUST EITHR SPECIFY 1 OR 2 RADIUS VALUEZ.", + "worldedit.cyl.created": "{0} BLOCKZ HAS BEEN CREATD.", + "worldedit.sphere.invalid-radius": "U MUST EITHR SPECIFY 1 OR 3 RADIUS VALUEZ.", + "worldedit.sphere.created": "{0} BLOCKZ HAS BEEN CREATD.", + "worldedit.forestgen.created": "{0} TREEZ CREATD.", + "worldedit.pumpkins.created": "{0} PUMPKIN PATCHEZ CREATD.", + "worldedit.pyramid.created": "{0} BLOCKZ HAS BEEN CREATD.", + "worldedit.generate.created": "{0} BLOCKZ HAS BEEN CREATD.", + "worldedit.reload.config": "CONFIGURASHUN RELOADD!", + "worldedit.report.written": "WORLDEDIT REPORT WRITTEN 2 {0}", + "worldedit.report.error": "FAILD 2 RITE REPORT: {0}", + "worldedit.report.callback": "WORLDEDIT REPORT: {0}.report", + "worldedit.timezone.invalid": "INVALID TIEMZONE", + "worldedit.timezone.set": "TIEMZONE SET 4 DIS SESHUN 2: {0}", + "worldedit.timezone.current": "TEH CURRENT TIEM IN DAT TIEMZONE IZ: {0}", + "worldedit.version.version": "WORLDEDIT VERSHUN {0}", + "worldedit.command.time-elapsed": "{0}S ELAPSD (HISTORY: {1} CHANGD; {2} BLOCKZ/SEC).", + "worldedit.command.permissions": "U R NOT PERMITTD 2 DO DAT. R U IN DA RITE MODE?", + "worldedit.command.player-only": "DIS COMMAND MUST BE USD WIF PLAYR.", + "worldedit.command.error.report": "PLZ REPORT DIS ERROR: [C CONSOLE]", + "worldedit.pastebin.uploading": "(PLZ WAIT... SENDIN OUTPUT 2 PASTEBIN...)", + "worldedit.session.cant-find-session": "UNABLE 2 FIND SESHUN 4 {0}", + "worldedit.platform.no-file-dialog": "FILE DIALOGS R NOT SUPPORTD IN UR ENVIRONMENT.", + "worldedit.tool.max-block-changes": "MAX BLOCKZ CHANGE LIMIT REACHD.", + "worldedit.tool.no-block": "NO BLOCK IN SIGHT!", + "worldedit.tool.repl.equip": "BLOCK REPLACR TOOL BOUND 2 {0}.", + "worldedit.tool.repl.switched": "REPLACR TOOL SWITCHD 2: {0}", + "worldedit.tool.data-cycler.equip": "BLOCK DATA CYCLR TOOL BOUND 2 {0}.", + "worldedit.tool.data-cycler.block-not-permitted": "U R NOT PERMITTD 2 CYCLE TEH DATA VALUE OV DAT BLOCK.", + "worldedit.tool.data-cycler.cant-cycle": "DAT BLOCKZ DATA CANT BE CYCLD!", + "worldedit.tool.data-cycler.new-value": "VALUE OV {0} IZ NAO {1}.", + "worldedit.tool.data-cycler.cycling": "NAO CYCLIN {0}.", + "worldedit.tool.deltree.equip": "FLOATIN TREE REMOVR TOOL BOUND 2 {0}.", + "worldedit.tool.deltree.not-tree": "THAZ NOT TREE.", + "worldedit.tool.deltree.not-floating": "THAZ NOT FLOATIN TREE.", + "worldedit.tool.tree.equip": "TREE TOOL BOUND 2 {0}.", + "worldedit.tool.tree.obstructed": "A TREE CANT GO THAR.", + "worldedit.tool.info.equip": "INFO TOOL BOUND 2 {0}.", + "worldedit.tool.info.blockstate.hover": "BLOCK STATE", + "worldedit.tool.info.internalid.hover": "INTERNAL ID", + "worldedit.tool.info.light.hover": "BLOCK LIGHT/LIGHT ABOOV", + "worldedit.tool.none.equip": "TOOL UNBOUND FRUM UR CURRENT ITEM.", + "worldedit.tool.selwand.equip": "SELECSHUN WAND BOUND 2 {0}.", + "worldedit.tool.navwand.equip": "NAVIGASHUN WAND BOUND 2 {0}.", + "worldedit.tool.floodfill.equip": "BLOCK FLOOD FILL TOOL BOUND 2 {0}.", + "worldedit.tool.farwand.equip": "FAR WAND TOOL BOUND 2 {0}.", + "worldedit.tool.lrbuild.equip": "LONG-RANGE BUILDIN TOOL BOUND 2 {0}.", + "worldedit.tool.lrbuild.set": "LEFT-CLICK SET 2 {0}; RITE-CLICK SET 2 {1}.", + "worldedit.tool.superpickaxe.mode.single": "MODE IZ NAO SINGLE. LEFT CLICK WIF PICKAXE. // 2 DISABLE.", + "worldedit.tool.superpickaxe.mode.area": "MODE IZ NAO AREA. LEFT CLICK WIF PICKAXE. // 2 DISABLE.", + "worldedit.tool.superpickaxe.mode.recursive": "MODE IZ NAO RECURSIV. LEFT CLICK WIF PICKAXE. // 2 DISABLE.", + "worldedit.tool.superpickaxe.max-range": "MAXIMUM RANGE IZ {0}.", + "worldedit.tool.superpickaxe.enabled.already": "SUPR PICKAXE ALREADY ENABLD.", + "worldedit.tool.superpickaxe.disabled.already": "SUPR PICKAXE ALREADY DISABLD.", + "worldedit.tool.superpickaxe.enabled": "SUPR PICKAXE ENABLD.", + "worldedit.tool.superpickaxe.disabled": "SUPR PICKAXE DISABLD.", + "worldedit.tool.mask.set": "BRUSH MASK SET.", + "worldedit.tool.mask.disabled": "BRUSH MASK DISABLD.", + "worldedit.tool.material.set": "BRUSH MATERIAL SET.", + "worldedit.tool.range.set": "BRUSH RANGE SET.", + "worldedit.tool.size.set": "BRUSH SIZE SET.", + "worldedit.tool.tracemask.set": "TRACE MASK SET.", + "worldedit.tool.tracemask.disabled": "TRACE MASK DISABLD.", + "worldedit.execute.script-permissions": "U DOAN HAS PERMISHUN 2 USE DAT SCRIPT.", + "worldedit.executelast.no-script": "USE /cs WIF SCRIPT NAYM FURST.", + "worldedit.script.read-error": "SCRIPT READ ERROR: {0}", + "worldedit.script.unsupported": "ONLY .js SCRIPTS R CURRENTLY SUPPORTD", + "worldedit.script.file-not-found": "SCRIPT DOEZ NOT EXIST: {0}", + "worldedit.script.no-script-engine": "FAILD 2 FIND AN INSTALLD SCRIPT ENGINE.\nPLZ C https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "FAILD 2 EXECUTE: {0}", + "worldedit.script.failed-console": "FAILD 2 EXECUTE (C CONSOLE): {0}", + "worldedit.operation.affected.biome": "{0} BIOMEZ AFFECTD", + "worldedit.operation.affected.block": "{0} BLOCKZ AFFECTD", + "worldedit.operation.affected.column": "{0} COLUMNS AFFECTD", + "worldedit.operation.affected.entity": "{0} ENTITIEZ AFFECTD", + "worldedit.operation.deform.expression": "DEFORMD USIN {0}", + "worldedit.selection.convex.info.vertices": "VERTICEZ: {0}", + "worldedit.selection.convex.info.triangles": "TRIANGLEZ: {0}", + "worldedit.selection.convex.explain.primary": "STARTD NEW SELECSHUN WIF VERTEX {0}.", + "worldedit.selection.convex.explain.secondary": "ADDD VERTEX {0} 2 TEH SELECSHUN.", + "worldedit.selection.cuboid.info.pos1": "POSISHUN 1: {0}", + "worldedit.selection.cuboid.info.pos2": "POSISHUN 2: {0}", + "worldedit.selection.cuboid.explain.primary": "FURST POSISHUN SET 2 {0}.", + "worldedit.selection.cuboid.explain.primary-area": "FURST POSISHUN SET 2 {0} ({1}).", + "worldedit.selection.cuboid.explain.secondary": "SECOND POSISHUN SET 2 {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "SECOND POSISHUN SET 2 {0} ({1}).", + "worldedit.selection.extend.explain.primary": "STARTD SELECSHUN AT {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "EXTENDD SELECSHUN 2 ENCOMPAS {0} ({1}).", + "worldedit.selection.ellipsoid.info.center": "SENTR: {0}", + "worldedit.selection.ellipsoid.info.radius": "X/Y/Z RADIUS: {0}", + "worldedit.selection.ellipsoid.explain.primary": "SENTR POSISHUN SET 2 {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "SENTR POSISHUN SET 2 {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "RADIUS SET 2 {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "RADIUS SET 2 {0} ({1}).", + "worldedit.selection.cylinder.info.center": "SENTR: {0}", + "worldedit.selection.cylinder.info.radius": "RADIUS: {0}", + "worldedit.selection.cylinder.explain.primary": "STARTIN NEW CYLINDRICAL SELECSHUN AT {0}.", + "worldedit.selection.cylinder.explain.secondary": "RADIUS SET 2 {0}/{1} BLOCKZ. ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "U MUST SELECT TEH SENTR POINT BEFORE SETTIN TEH RADIUS.", + "worldedit.selection.polygon2d.info": "# POINTS: {0}", + "worldedit.selection.polygon2d.explain.primary": "STARTIN NEW POLYGON AT {0}.", + "worldedit.selection.polygon2d.explain.secondary": "ADDD POINT #{0} AT {1}.", + "worldedit.selection.sphere.explain.secondary": "RADIUS SET 2 {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "RADIUS SET 2 {0} ({1}).", + "worldedit.sideeffect.lighting": "LITIN", + "worldedit.sideeffect.lighting.description": "UPDATEZ BLOK LITIN", + "worldedit.help.command-not-found": "TEH COMMAND {0} CUD NOT BE FINDZ.", + "worldedit.help.no-subcommands": "{0} HAS NO SUB-COMMANDZ. (MAYBE {1} IZ 4 PARAMETR?)", + "worldedit.help.subcommand-not-found": "TEH SUB-COMMAND {0} UNDR {1} CUD NOT BE FINDZ.", + "worldedit.cli.stopping": "STOPPIN!", + "worldedit.cli.unknown-command": "UNKNOWN COMMAND!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/lt/strings.json b/config/worldedit/.archive-unpack/2e1dd752/lt/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/lt/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/lv/strings.json b/config/worldedit/.archive-unpack/2e1dd752/lv/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/lv/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/mi/strings.json b/config/worldedit/.archive-unpack/2e1dd752/mi/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/mi/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/mk/strings.json b/config/worldedit/.archive-unpack/2e1dd752/mk/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/mk/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/mn/strings.json b/config/worldedit/.archive-unpack/2e1dd752/mn/strings.json new file mode 100644 index 0000000..c8ee237 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/mn/strings.json @@ -0,0 +1,35 @@ +{ + "worldedit.expand.description.vert": "СонгоŃон ĐĽŃжийг боŃоо тэнхлэгийн Đ´Đ°ĐłŃŃ Đ´ŃŤĐ»Ń…Đ¸ĐąĐ˝ хязгаар хүртэл ŃŃнгах.", + "worldedit.expand.expanded": "ĐśŃж {0} блокоор ŃŃнгагдлаа", + "worldedit.expand.expanded.vert": "Đ‘ŇŻŃийг {0} блок тэллээ (Đ´ŃŤŃŤŃ€ŃŤŃŤŃ Đ´ĐľĐľŃ).", + "worldedit.biomeinfo.lineofsight": "Харж байгаа цэгийн байгалийн бүŃ: {0}", + "worldedit.biomeinfo.position": "Таны байгаа газрын байгалийн бүŃ: {0}", + "worldedit.biomeinfo.selection": "Таны ŃонгоŃон Ń…ŃŤŃгийн байгалийн бүŃ: {0}", + "worldedit.brush.apply.radius": "Đ‘Đ°ĐłŃны хэмжээ", + "worldedit.brush.apply.shape": "Đ‘ŇŻŃийн хэлбэр", + "worldedit.brush.apply.type": "ĐŃиглах багŃны Ń‚Ó©Ń€Ó©Đ»", + "worldedit.brush.paint.size": "Đ‘Đ°ĐłŃны хэмжээ", + "worldedit.brush.paint.shape": "Đ‘ŇŻŃийн хэлбэр", + "worldedit.brush.paint.density": "Đ‘Đ°ĐłŃны нягтŃил", + "worldedit.brush.paint.type": "ĐŃиглах багŃны Ń‚Ó©Ń€Ó©Đ»", + "worldedit.brush.operation.equip": "Đ‘Đ°ĐłŃŃ‹Đł {0} болгоŃон.", + "worldedit.brush.none.equip": "Одоогийн ŃŤĐ´ Đ·ŇŻĐąĐ»ŃŤŃŤŃ Đ±Đ°ĐłŃŃ‹Đł Ńалгалаа.", + "worldedit.fast.disabled": "ĐĄŃрдан горим Ńнтарлаа.", + "worldedit.fast.enabled": "ĐĄŃрдан горим Đ°Ńлаа. Өөрчлөлт хийŃŃŤĐ˝ Ń…ŃŤŃгүүдийн гэрэлтүүлэг бŃŃ€ŃŃ Đ±Đ°ĐąĐ¶ магадгүй. Đ˘Đ¸ĐąĐĽŃŤŃŤŃ Ń‚Đ° гараад, орж ирэх хэрэгтэй.", + "worldedit.fast.disabled.already": "ĐĄŃрдан горим аль хэдийн ŃнтарŃĐ°Đ˝.", + "worldedit.fast.enabled.already": "ĐĄŃрдан горим аль хэдийн Đ°ŃŃĐ°Đ˝.", + "worldedit.clearhistory.cleared": "Түүхийг арилгаŃĐ°Đ˝.", + "worldedit.restore.block-place-error": "Сүүлийн алдаа: {0}", + "worldedit.schematic.delete.does-not-exist": "Schematic {0} байхгүй байна!", + "worldedit.schematic.delete.deleted": "{0} ŃŃŃ‚ŃĐ°Đ˝.", + "worldedit.hpos.no-block": "Харагдах блок байхгүй байна!", + "worldedit.hpos.already-set": "Байрлалыг аль хэдийн тохирŃŃĐ»ŃĐ°Đ˝.", + "worldedit.shift.shifted": "Đ‘ŇŻŃийг хөдөлгөŃÓ©Đ˝.", + "worldedit.size.type": "Төрөл: {0}", + "worldedit.size.size": "Хэмжээ: {0}", + "worldedit.count.counted": "ТоолŃон: {0}", + "worldedit.distr.no-blocks": "Нэг ч блок тоолоогүй.", + "worldedit.select.sphere.description": "Бөмбөрцөг ŃонгоŃон", + "worldedit.select.cyl.message": "Цилиндр Ńонгогч: Đ—ŇŻŇŻĐ˝ дарах=төв, барŃŃĐ˝ дарж өргөтгөх", + "worldedit.select.cyl.description": "Цилиндр Ńонгох" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/moh/strings.json b/config/worldedit/.archive-unpack/2e1dd752/moh/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/moh/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/ms/strings.json b/config/worldedit/.archive-unpack/2e1dd752/ms/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/ms/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/mt/strings.json b/config/worldedit/.archive-unpack/2e1dd752/mt/strings.json new file mode 100644 index 0000000..dfc3c18 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/mt/strings.json @@ -0,0 +1,19 @@ +{ + "worldedit.expand.description.vert": "Jespandu vertikalment l-għaĹĽla għal-limiti dinjija.", + "worldedit.expand.expanded": "Ir-reġjun espanda {0}-blokki", + "worldedit.expand.expanded.vert": "Ir-reġjun espanda {0}-blokki (minn fuq għal isfel).", + "worldedit.biomeinfo.lineofsight": "Bijomes fil-punt tal-vista: {0}", + "worldedit.biomeinfo.position": "Bijomes fil-poĹĽizzjoni tiegħek: {0}", + "worldedit.biomeinfo.selection": "Bijomessi fl-għaĹĽla tiegħek: {0}", + "worldedit.brush.radius-too-large": "Raġġ massimu permess tal-pinzell: {0}", + "worldedit.brush.apply.description": "Applika x-xkupilja, applika funzjoni għal kull blokka", + "worldedit.brush.apply.radius": "Id-daqs tal-pinzell", + "worldedit.brush.apply.shape": "Il-forma tar-reġjun", + "worldedit.brush.apply.type": "Tip ta' pinzell li għandu jintuĹĽa", + "worldedit.brush.apply.item.warning": "Dan il-pinzell jissimula l-uĹĽu tal-oġġett. L-effetti tiegħu jistgħu ma jaħdmux fuq il-pjattaformi kollha, jistgħu ma jkunux jistgħu jiġu indaqs, u jistgħu jikkawĹĽaw interazzjonijiet strambi ma' modi/plugins oħra. UĹĽa għar- riskju tiegħek stess.", + "worldedit.brush.paint.description": "Pinzell taĹĽ-ĹĽebgħa, applika funzjoni għal wiÄ‹Ä‹", + "worldedit.brush.paint.size": "Id-daqs tal-pinzell", + "worldedit.brush.paint.shape": "Il-forma tar-reġjun", + "worldedit.brush.paint.type": "Tip ta' pinzell li għandu jintuĹĽa", + "worldedit.brush.paint.item.warning": "Dan il-pinzell jissimula l-uĹĽu tal-oġġett. L-effetti tiegħu jistgħu ma jaħdmux fuq il-pjattaformi kollha, jistgħu ma jkunux jistgħu jiġu indaqs, u jistgħu jikkawĹĽaw interazzjonijiet strambi ma' modi/plugins oħra. UĹĽa għar- riskju tiegħek stess." +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/nds/strings.json b/config/worldedit/.archive-unpack/2e1dd752/nds/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/nds/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/nl-BE/strings.json b/config/worldedit/.archive-unpack/2e1dd752/nl-BE/strings.json new file mode 100644 index 0000000..ed9d407 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/nl-BE/strings.json @@ -0,0 +1,404 @@ +{ + "worldedit.expand.description.vert": "Vergroot de verticale selectie tot de wereldgrenzen.", + "worldedit.expand.expanded": "Regio uitgebreid met {0} blokken", + "worldedit.expand.expanded.vert": "Regio uitgebreid met {0} blokken (boven tot beneden).", + "worldedit.biomeinfo.lineofsight": "Klimaten op kijkpunt: {0}", + "worldedit.biomeinfo.position": "Vegetatie op uw positie: {0}", + "worldedit.biomeinfo.selection": "Vegetaties in je selectie: {0}", + "worldedit.brush.radius-too-large": "Maximaal toegestane borstel radius: {0}", + "worldedit.brush.apply.description": "Pas borstel toe, pas een functie toe aan elke blok", + "worldedit.brush.apply.radius": "De grootte van de borstel", + "worldedit.brush.apply.shape": "De vorm van het gebied", + "worldedit.brush.apply.type": "Type van borstel om te gebruiken", + "worldedit.brush.apply.item.warning": "Deze borstel simuleert voorwerpengebruik. De effecten werkt mogelijk niet op alle platformen, kan mogelijk niet ongedaan te maken zijn, en kan vreemde interacties met andere mods/plugins veroorzaken. Gebruik op eigen risico.", + "worldedit.brush.paint.description": "Verf borstel, voeg een functie toe aan een oppervlak", + "worldedit.brush.paint.size": "De grootte van de borstel", + "worldedit.brush.paint.shape": "De vorm van het gebied", + "worldedit.brush.paint.density": "De dichtheid van de brush", + "worldedit.brush.paint.type": "Type van borstel om te gebruiken", + "worldedit.brush.paint.item.warning": "Deze borstel simuleert voorwerpengebruik. De effecten werkt mogelijk niet op alle platformen, kan mogelijk niet ongedaan te maken zijn, en kan vreemde interacties met andere mods/plugins veroorzaken. Gebruik op eigen risico.", + "worldedit.brush.sphere.equip": "Bol borstel vorm geselecteerd ({0}).", + "worldedit.brush.cylinder.equip": "Cilinder borstel vorm geselecteerd ({0} bij {1}).", + "worldedit.brush.clipboard.equip": "Klembord borstel vorm geselecteerd.", + "worldedit.brush.smooth.equip": "Verzachtingsborstel geactiveerd ({0} x {1}x met {2}).", + "worldedit.brush.extinguish.equip": "Brandblusser geactiveerd ({0}).", + "worldedit.brush.gravity.equip": "Zwaartekrachtborstel geactiveerd ({0}).", + "worldedit.brush.butcher.equip": "Slagersborstel geactiveerd ({0}).", + "worldedit.brush.operation.equip": "Borstel ingeseld op {0}.", + "worldedit.brush.heightmap.equip": "Hoogtekaart kwast geactiveerd ({0}).", + "worldedit.brush.heightmap.unknown": "Onbekend hoogtekaart kwast {0}.", + "worldedit.brush.none.equip": "Borstel ontkoppelt van je huidig voorwerp.", + "worldedit.setbiome.changed": "Biomes werden ongeveer {0} blokken veranderd.", + "worldedit.setbiome.warning": "Je moet mogelijk opnieuw deelnemen aan je spel (of je wereld sluiten en heropenen) om veranderingen te zien.", + "worldedit.drawsel.disabled": "Server CUI uitgeschakeld.", + "worldedit.drawsel.disabled.already": "Server CUI is al uitgeschakeld.", + "worldedit.drawsel.enabled.already": "Server CUI is al ingeschakeld.", + "worldedit.limit.too-high": "De limiet voor jou is {0}.", + "worldedit.limit.set": "Blok wijzigingslimiet is ingesteld op {0}.", + "worldedit.limit.return-to-default": "(Gebruik //limit om terug te gaan naar de standaard.)", + "worldedit.timeout.too-high": "Jouw maximaal toegestane time-out is {0}ms.", + "worldedit.timeout.set": "Time-out tijd ingesteld op {0}ms.", + "worldedit.timeout.return-to-default": " (Gebruik //timeout om terug te gaan naar de standaard.)", + "worldedit.fast.disabled": "Snelle modus uitgeschakeld.", + "worldedit.fast.enabled": "Snelle modus ingeschakeld. Verlichting in de betreffende chunks kan verkeerd zijn en/of u moet mogelijk opnieuw inloggen om wijzigingen te zien.", + "worldedit.fast.disabled.already": "Snelle modus is al uitgeschakeld.", + "worldedit.fast.enabled.already": "Snelle modus is al ingeschakeld.", + "worldedit.perf.sideeffect.set": "Extra effect \"{0}\" ingesteld op {1}", + "worldedit.perf.sideeffect.get": "Side effect \"{0}\" is ingesteld op {1}", + "worldedit.perf.sideeffect.already-set": "Side effect \"{0}\" is ingesteld op {1}", + "worldedit.perf.sideeffect.set-all": "Alle bijwerkeffecten ingesteld op {0}", + "worldedit.reorder.current": "De herordeningsmodus is {0}", + "worldedit.reorder.set": "De herordeningsmodus is nu {0}", + "worldedit.gmask.disabled": "Globaal masker uitgeschakeld.", + "worldedit.gmask.set": "Globaal masker ingesteld.", + "worldedit.toggleplace.pos1": "Nu plaatsen op pos #1.", + "worldedit.toggleplace.player": "Wordt nu geplaatst op het blok waarin je staat.", + "worldedit.searchitem.too-short": "Geef een langere zoekopdracht op (lengte > 2).", + "worldedit.searchitem.either-b-or-i": "Je kunt de 'b'- en 'i'-vlaggen niet samen gebruiken.", + "worldedit.searchitem.searching": "(Een ogenblik geduld... zoeken tussen items.)", + "worldedit.watchdog.no-hook": "Kan niet communiceren met de waakhond van dit platform.", + "worldedit.watchdog.active.already": "Waakhondcommunicatie al actief.", + "worldedit.watchdog.inactive.already": "Waakhondcommunicatie al inactief.", + "worldedit.watchdog.active": "Watchdog haak nu actief.", + "worldedit.watchdog.inactive": "Watchdog haak nu inactief.", + "worldedit.world.remove": "Verwijderde wereld overschrijving.", + "worldedit.world.set": "Stel de wereld override in op {0}. (Gebruik //world om terug te gaan naar standaard)", + "worldedit.undo.undone": "{0} bewerkingen ongedaan gemaakt.", + "worldedit.undo.none": "Niets meer om ongedaan te maken.", + "worldedit.redo.redone": "{0} bewerkingen herhaald.", + "worldedit.redo.none": "Niets meer om opnieuw te doen.", + "worldedit.clearhistory.cleared": "Geschiedenis gewist.", + "worldedit.raytrace.noblock": "Geen blok in zicht!", + "worldedit.restore.not-configured": "Snapshot/backup herstel is niet geconfigureerd.", + "worldedit.restore.not-available": "Die snapshot bestaat niet of is niet beschikbaar.", + "worldedit.restore.failed": "Fout bij laden van snapshot: {0}", + "worldedit.restore.loaded": "Snapshot '{0}' geladen; nu herstellen...", + "worldedit.restore.restored": "Teruggezet met {0} ontbrekende chunks en {1} andere fouten.", + "worldedit.restore.none-for-specific-world": "Geen snapshots gevonden voor de wereld '{0}'.", + "worldedit.restore.none-for-world": "Geen snapshots gevonden voor deze wereld.", + "worldedit.restore.none-found": "Geen snapshots gevonden.", + "worldedit.restore.none-found-console": "Geen snapshots gevonden. Zie de console voor meer informatie.", + "worldedit.restore.chunk-not-present": "Geen chunks gevonden in deze snapshot.", + "worldedit.restore.chunk-load-failed": "De chunks konden niet geladen worden. (Beschadigd archief?)", + "worldedit.restore.block-place-failed": "Door een fout konden geen blokken worden hersteld.", + "worldedit.restore.block-place-error": "Laatste fout: {0}", + "worldedit.snapshot.use.newest": "De nieuwste snapshot wordt nu gebruikt.", + "worldedit.snapshot.use": "Snapshot ingesteld op: {0}", + "worldedit.snapshot.none-before": "Kon geen snapshot vinden voor {0}.", + "worldedit.snapshot.none-after": "Kon geen snapshot vinden na {0}.", + "worldedit.snapshot.index-above-0": "Ongeldig nummer, de nummering begint bij 1.", + "worldedit.snapshot.index-oob": "Ongeldig nummer, je moet een nummer van 1 t/m {0} opgeven.", + "worldedit.schematic.unknown-format": "Onbekend schematic formaat: {0}.", + "worldedit.schematic.load.does-not-exist": "Schematic {0} bestaat niet!", + "worldedit.schematic.load.loading": "(Een ogenblik geduld... schematic wordt geladen.)", + "worldedit.schematic.load.still-loading": "(Een ogenblik geduld... de schema wordt nog steeds geladen.)", + "worldedit.schematic.save.already-exists": "Deze schematic bestaat al. Gebruik de -f vlag om deze te overschrijven.", + "worldedit.schematic.save.failed-directory": "Map voor schematics kon niet worden gemaakt!", + "worldedit.schematic.save.saving": "(Een ogenblik geduld... schematic opslaan.)", + "worldedit.schematic.save.still-saving": "(Een ogenblik geduld... schematic opslaan.)", + "worldedit.schematic.delete.does-not-exist": "Schematic {0} bestaat niet!", + "worldedit.schematic.delete.failed": "Verwijderen van {0} mislukt! Is het alleen-lezen?", + "worldedit.schematic.delete.deleted": "{0} is verwijderd.", + "worldedit.schematic.formats.title": "Beschikbare klembordformaten (Naam: termen)", + "worldedit.schematic.unsupported-minecraft-version": "Deze versie van WorldEdit ondersteunt uw Minecraft-versie niet. Schematics werken niet totdat dit is opgelost.", + "worldedit.pos.already-set": "Positie is al ingesteld.", + "worldedit.pos.console-require-coords": "De console moet verplicht coördinaten opgeven.", + "worldedit.hpos.no-block": "Geen blok in zicht!", + "worldedit.hpos.already-set": "Positie is al ingesteld.", + "worldedit.chunk.selected-multiple": "Chunks geselecteerd: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "Chunk geselecteerd: {0}, {1}, {2}", + "worldedit.wand.invalid": "Toverstokitem is verkeerd ingesteld of uitgezet.", + "worldedit.wand.selwand.info": "Linksklikken: positie #1; rechtsklikken: positie #2", + "worldedit.wand.navwand.info": "Linksklikken: springen naar locatie; rechtsklikken: door muren heengaan", + "worldedit.wand.selwand.now.tool": "De selectie-toverstok is nu normaal gereedschap. Je kan het uitzetten met {0} en opnieuw koppelen aan elk item met {1} of een nieuwe toverstaf krijgen met {2}.", + "worldedit.contract.contracted": "Regio met {0} blokken verkleind.", + "worldedit.shift.shifted": "Regio verlegd.", + "worldedit.outset.outset": "Uitlegvel van gebied.", + "worldedit.inset.inset": "Inlegvel van gebied.", + "worldedit.size.offset": "Verschuiving: {0}", + "worldedit.size.type": "Type: {0}", + "worldedit.size.size": "Grootte: {0}", + "worldedit.size.distance": "Balkafstand: {0}", + "worldedit.size.blocks": "Aantal blokken: {0}", + "worldedit.count.counted": "Geteld: {0}", + "worldedit.distr.no-blocks": "Geen blokken geteld.", + "worldedit.distr.no-previous": "Geen vorige distributie.", + "worldedit.distr.total": "Totaal aantal blokken: {0}", + "worldedit.select.cleared": "Selectie gewist.", + "worldedit.select.cuboid.message": "Balk: linksklikken voor punt 1, rechtsklikken voor punt 2", + "worldedit.select.cuboid.description": "Selecteer de twee hoeken van een balk", + "worldedit.select.extend.message": "Balk: linksklikken voor startpunt, rechtsklikken om uit te breiden", + "worldedit.select.extend.description": "Snelle balk-selectiemodus", + "worldedit.select.poly.message": "2D-polygoon selecteren: links/rechtsklikken om een punt toe te voegen.", + "worldedit.select.poly.limit-message": "Maximaal {0} punten.", + "worldedit.select.poly.description": "Selecteer een 2D-polygoon met hoogte", + "worldedit.select.ellipsoid.message": "EllipsoĂŻde selecteren: linkermuisknop=midden, rechtermuisknop om uit te breiden", + "worldedit.select.ellipsoid.description": "Selecteer een ellipsoĂŻde", + "worldedit.select.sphere.message": "Bol selecteren: linkermuisknop=midden; rechtermuisknop om straal in te stellen", + "worldedit.select.sphere.description": "Selecteer een bol", + "worldedit.select.cyl.message": "Cilindervormige selectie: Linkermuisknop=midden, rechtermuisknop om uit te breiden", + "worldedit.select.cyl.description": "Selecteer een cilinder", + "worldedit.select.convex.message": "Convex veelvlak selectie: linkermuisknop=eerste punt, rechtermuisknop om meer toe te voegen.", + "worldedit.select.convex.limit-message": "{0} punten maximaal.", + "worldedit.select.convex.description": "Selecteer een convexe veelvlak", + "worldedit.select.default-set": "Uw standaard regio selector is nu {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Oud formaat: {0}", + "worldedit.chunkinfo.mcregion-filename": "McRegion: regio/{0}", + "worldedit.listchunks.listfor": "Lijst met chunks maken voor: {0}", + "worldedit.drain.drained": "{0} blokken zijn drooggelegd.", + "worldedit.fill.created": "{0} blokken zijn gevuld.", + "worldedit.fillr.created": "{0} blokken zijn gevuld.", + "worldedit.fixlava.fixed": "{0} lavablokken zijn gerepareerd.", + "worldedit.fixwater.fixed": "{0} waterblokken zijn gerepareerd.", + "worldedit.removeabove.removed": "{0} blokken zijn verwijderd.", + "worldedit.removebelow.removed": "{0} blokken zijn verwijderd.", + "worldedit.removenear.removed": "{0} blokken zijn verwijderd.", + "worldedit.replacenear.replaced": "{0} blokken zijn vervangen.", + "worldedit.snow.created": "{0} oppervlakken zijn bedekt.", + "worldedit.thaw.removed": "{0} blokken zijn ontdooid.", + "worldedit.green.changed": "{0} blokken zijn vergroend.", + "worldedit.extinguish.removed": "{0} branden zijn geblust.", + "worldedit.butcher.killed": "{0} mobs zijn gedood in een straal van {1}.", + "worldedit.butcher.explain-all": "Gebruik -1 om alle mobs uit de geladen chunks te verwijderen", + "worldedit.remove.removed": "{0} entiteiten zijn gemarkeerd voor verwijdering.", + "worldedit.remove.explain-all": "Gebruik -1 om alle entiteiten te verwijderen in geladen chunks", + "worldedit.calc.invalid": "'{0}' kon niet ingelezen worden als geldige expressie", + "worldedit.calc.invalid.with-error": "'{0}' kon niet worden geparseerd als geldige uitdrukking: '{1}'", + "worldedit.paste.pasted": "De inhoud van het klembord is geplakt op {0}", + "worldedit.paste.selected": "Plakregio voor klembord ingesteld.", + "worldedit.rotate.no-interpolation": "Let wel: interpolatie wordt nog niet ondersteund, dus gebruik het liefst alleen hoeken van 90 graden.", + "worldedit.rotate.rotated": "De kopie op het klembord is gedraaid.", + "worldedit.flip.flipped": "De kopie op het klembord is omgedaaid.", + "worldedit.clearclipboard.cleared": "Klembord leeggemaakt.", + "worldedit.set.done": "Handeling geslaagd.", + "worldedit.set.done.verbose": "Handeling geslaagd ({0}).", + "worldedit.line.changed": "{0} blokken zijn veranderd.", + "worldedit.line.invalid-type": "//line werkt alleen met kubus selecties of convexe veelvlak selecties", + "worldedit.curve.changed": "{0} blokken zijn veranderd.", + "worldedit.curve.invalid-type": "//curve werkt alleen met convexe veelvlakselecties", + "worldedit.replace.replaced": "{0} blokken zijn vervangen.", + "worldedit.stack.changed": "{0} blokken veranderd. Ongedaan maken met //undo", + "worldedit.stack.intersecting-region": "De Stack offset mag niet botsen met het gebied bij het gebruik van blok eenheden", + "worldedit.regen.regenerated": "Regio opnieuw gegenereerd.", + "worldedit.regen.failed": "Kan chunks niet opnieuw genereren. Zie de console voor meer informatie.", + "worldedit.walls.changed": "{0} blokken veranderd.", + "worldedit.faces.changed": "{0} blokken veranderd.", + "worldedit.overlay.overlaid": "{0} blokken zijn bedekt.", + "worldedit.naturalize.naturalized": "{0} blok(ken) zien er nu natuurlijker uit.", + "worldedit.center.changed": "Middelpunt ingesteld ({0} blokken gewijzigd)", + "worldedit.smooth.changed": "Hoogtekaart van het terrein is verzacht. {0} blokken zijn gewijzigd.", + "worldedit.move.moved": "{0} blokken verplaatst.", + "worldedit.deform.deformed": "{0} blokken zijn vervormd.", + "worldedit.hollow.changed": "{0} blokken zijn gewijzigd.", + "worldedit.forest.created": "{0} bomen geplaatst.", + "worldedit.flora.created": "{0} bloemen geplaatst.", + "worldedit.unstuck.moved": "Alsjeblieft!", + "worldedit.ascend.obstructed": "Geen vrije plek boven je gevonden.", + "worldedit.ascend.moved": "{0} blokken opgestegen.", + "worldedit.descend.obstructed": "Geen vrije plek onder je gevonden.", + "worldedit.descend.moved": "{0} blokken afgedaald.", + "worldedit.ceil.obstructed": "Geen vrije plek boven je gevonden.", + "worldedit.ceil.moved": "Woesh!", + "worldedit.thru.obstructed": "Geen vrije plek vóór je gevonden.", + "worldedit.thru.moved": "Woesh!", + "worldedit.jumpto.moved": "Poef!", + "worldedit.jumpto.none": "Geen blokken in zicht (of te ver weg)!", + "worldedit.up.obstructed": "Je zou iets boven je raken.", + "worldedit.up.moved": "Woesh!", + "worldedit.cyl.invalid-radius": "Je moet Ă©Ă©n of twee waardes opgeven voor de straal.", + "worldedit.cyl.created": "{0} blokken zijn geplaatst.", + "worldedit.sphere.invalid-radius": "Je moet Ă©Ă©n of drie waardes opgeven voor de straal.", + "worldedit.sphere.created": "{0} blokken zijn geplaatst.", + "worldedit.forestgen.created": "{0} bomen geplaatst.", + "worldedit.pumpkins.created": "{0} groepjes pompoenen geplaatst.", + "worldedit.pyramid.created": "{0} blokken zijn geplaatst.", + "worldedit.generate.created": "{0} blokken zijn geplaatst.", + "worldedit.generatebiome.changed": "{0} biomen aangepast.", + "worldedit.reload.config": "Configuratie is herladen!", + "worldedit.report.written": "WorldEdit-rapport geschreven naar {0}", + "worldedit.report.error": "Kon rapport niet schrijven: {0}", + "worldedit.report.callback": "WorldEdit-rapport: {0}.report", + "worldedit.timezone.invalid": "Ongeldige tijdzone", + "worldedit.timezone.set": "Tijdzone voor deze sessie ingesteld op: {0}", + "worldedit.timezone.current": "De huidige tijd in die tijdzone is: {0}", + "worldedit.version.version": "WorldEdit-versie {0}", + "worldedit.version.bukkit.unsupported-adapter": "Deze versie van WorldEdit ondersteunt uw versie van Bukkit niet volledig. Blok entiteiten (bijv. kisten) zullen leeg zijn, block eigenschappen (bijv. rotatie) zullen missen, en andere dingen zullen mogelijk niet werken. Update WorldEdit om deze functionaliteit te herstellen: {0}", + "worldedit.trace.no-tracing-extents": "Trace: geen omvang gebruikt.", + "worldedit.trace.action-failed": "Traceer: Actie(s) {0} op {1} verwijderd door grootte {2}", + "worldedit.trace.active.already": "Traceermodus is al actief.", + "worldedit.trace.inactive.already": "Traceermodus is al inactief.", + "worldedit.trace.active": "Traceermodus nu actief.", + "worldedit.trace.inactive": "Traceermodus nu inactief.", + "worldedit.command.time-elapsed": "{0}s verstreken (geschiedenis: {1} veranderd; {2} blokken/sec).", + "worldedit.command.permissions": "Je hebt geen toestemming daarvoor. Zit je in de juiste modus?", + "worldedit.command.player-only": "Dit commando moet uitgevoerd worden met of door een speler.", + "worldedit.command.error.report": "Rapporteer alsjeblieft deze fout: [Zie de console]", + "worldedit.pastebin.uploading": "(Een ogenblik geduld... uitvoer wordt verzonden naar pastebin...)", + "worldedit.session.cant-find-session": "Kan de sessie voor {0} niet vinden", + "worldedit.platform.no-file-dialog": "Bestanddialogen worden niet ondersteund in uw omgeving.", + "worldedit.asset.load.loading": "(Een ogenblik geduld... asset laden.)", + "worldedit.asset.load.still-loading": "(Een ogenblik geduld... wordt asset nog steeds geladen.)", + "worldedit.asset.load.failed": "Kan asset niet laden", + "worldedit.tool.max-block-changes": "Maximum aantal blokwijzigingen bereikt.", + "worldedit.tool.no-block": "Geen blok in zicht!", + "worldedit.tool.repl.equip": "Blokvervanggereedschap gebonden aan {0}.", + "worldedit.tool.repl.switched": "Vervanggereedschap gewisseld naar: {0}", + "worldedit.tool.data-cycler.equip": "Blokkeer data cycler tool gebonden aan {0}.", + "worldedit.tool.data-cycler.block-not-permitted": "U bent niet toegestaan om de data waarde van dat blok weer te veranderen.", + "worldedit.tool.data-cycler.cant-cycle": "De gegevens van dat blok kunnen niet worden veranderd!", + "worldedit.tool.data-cycler.new-value": "Waarde van {0} is nu {1}.", + "worldedit.tool.deltree.equip": "Zwevende boom verwijdertool gekoppeld aan {0}.", + "worldedit.tool.deltree.not-tree": "Dat is geen boom.", + "worldedit.tool.deltree.not-floating": "Dat is geen zwevende boom.", + "worldedit.tool.tree.equip": "Boom gereedschap is gebonden aan {0}.", + "worldedit.tool.tree.obstructed": "Daar kan geen boom geplaatst worden.", + "worldedit.tool.info.equip": "Info gereedschap is gebonden aan {0}.", + "worldedit.tool.info.blockstate.hover": "Blok status", + "worldedit.tool.info.internalid.hover": "Interne ID", + "worldedit.tool.info.legacy.hover": "Legacy id:data", + "worldedit.tool.info.light.hover": "Blokkeer licht/licht boven", + "worldedit.tool.none.equip": "Gereedschap is losgekoppeld van je huidige item.", + "worldedit.tool.none.to.unequip": "Uw huidige item is niet gebonden.", + "worldedit.tool.selwand.equip": "Selectie toverstok gebonden aan {0}.", + "worldedit.tool.navwand.equip": "Navigatie toverstok is gebonden aan {0}.", + "worldedit.tool.floodfill.equip": "Blok overstromingsgereedschap gekoppeld aan {0}.", + "worldedit.tool.farwand.equip": "Langeafstandstoverstok gebonden aan {0}.", + "worldedit.tool.lrbuild.equip": "Langeafstandsbouwgereedschap gebonden aan {0}.", + "worldedit.tool.lrbuild.set": "Linksklikken ingesteld op {0}; rechtsklikken op {1}.", + "worldedit.tool.stack.equip": "Stapel tool is gebonden aan {0}.", + "worldedit.tool.unbind-instruction": "Start {0} terwijl je het item ingedrukt houdt om het los te koppelen.", + "worldedit.tool.superpickaxe.mode.single": "Enkele modus ingesteld. Linksklikken met een pikhouweel. // om uit te zetten.", + "worldedit.tool.superpickaxe.mode.area": "Gebiedsmodus ingesteld. Linksklikken met een pikhouweel. // om uit te zetten.", + "worldedit.tool.superpickaxe.mode.recursive": "Recursieve modus ingesteld. Linksklikken met een pikhouweel. // om uit te zetten.", + "worldedit.tool.superpickaxe.max-range": "Maximaal bereik is {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Superpikhouweel is al ingeschakeld.", + "worldedit.tool.superpickaxe.disabled.already": "Superpikhouweel al uitgeschakeld.", + "worldedit.tool.superpickaxe.enabled": "Superpikhouweel ingeschakeld.", + "worldedit.tool.superpickaxe.disabled": "Superpikhouweel uitgeschakeld.", + "worldedit.tool.mask.set": "Kwastmasker ingesteld.", + "worldedit.tool.mask.disabled": "Kwastmasker uitgezet.", + "worldedit.tool.material.set": "Kwastmateriaal ingesteld.", + "worldedit.tool.range.set": "Kwastbereik ingesteld.", + "worldedit.tool.size.set": "Kwastgrootte ingesteld.", + "worldedit.tool.tracemask.set": "Volgmasker ingesteld.", + "worldedit.tool.tracemask.disabled": "Volgmasker uitgezet.", + "worldedit.tool.error.cannot-bind": "Kan gereedschap niet koppelen aan {0}: {1}", + "worldedit.tool.error.item-only": "Blokken kunnen niet worden gebruikt.", + "worldedit.execute.script-permissions": "U heeft geen toestemming om dat script te gebruiken.", + "worldedit.executelast.no-script": "Gebruik /cs met als eerste een scriptnaam.", + "worldedit.script.read-error": "Script leesfout: {0}", + "worldedit.script.unsupported": "Alleen .js scripts zijn momenteel ondersteund", + "worldedit.script.file-not-found": "Script bestaat niet: {0}", + "worldedit.script.no-script-engine": "Fout bij het vinden van een geĂŻnstalleerde scriptengine.\nZie https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "Uitvoeren mislukt: {0}", + "worldedit.script.failed-console": "Uitvoeren mislukt (zie console): {0}", + "worldedit.operation.affected.biome": "{0} biomen aangepast", + "worldedit.operation.affected.block": "{0} blokken aangepast", + "worldedit.operation.affected.column": "{0} kolommen aangepast", + "worldedit.operation.affected.entity": "{0} entiteiten aangepast", + "worldedit.operation.deform.expression": "vervormd met {0}", + "worldedit.error.invalid-number": "Nummer verwacht; reeks gegeven.", + "worldedit.error.invalid-number.matches": "Nummer verwacht; string \"{0}\" opgegeven.", + "worldedit.error.incomplete-region": "Maak eerst een regio selectie.", + "worldedit.error.unknown-block": "Blok naam '{0}' werd niet herkend.", + "worldedit.error.unknown-entity": "Entiteit naam '{0}' werd niet herkend.", + "worldedit.error.unknown-mob": "Mob naam '{0}' werd niet herkend.", + "worldedit.error.unknown-biome": "Biome naam '{0}' werd niet herkend.", + "worldedit.error.unknown-tag": "Tag naam '{0}' werd niet herkend.", + "worldedit.error.empty-tag": "Tag naam '{0}' heeft geen inhoud.", + "worldedit.error.no-match": "Geen overeenkomsten voor '{0}'.", + "worldedit.error.disallowed-block": "Blok '{0}' is niet toegestaan (zie WorldEdit configuratie).", + "worldedit.error.max-changes": "Max blokken veranderd in een bewerking bereikt ({0}).", + "worldedit.error.max-brush-radius": "Maximale brush straal (in configuratie): {0}", + "worldedit.error.max-radius": "Maximale straal (in configuratie): {0}", + "worldedit.error.unknown-direction": "Onbekende richting: {0}", + "worldedit.error.empty-clipboard": "Je klembord is leeg. Gebruik eerst //copy.", + "worldedit.error.invalid-filename": "Bestandsnaam '{0}' ongeldig: {1}", + "worldedit.error.invalid-filename.invalid-characters": "Ongeldige tekens of extensie ontbreekt", + "worldedit.error.file-resolution": "Bestand '{0}' resolutie fout: {1}", + "worldedit.error.file-resolution.outside-root": "Pad is niet toegestaan root", + "worldedit.error.file-resolution.resolve-failed": "Pad zoeken mislukt", + "worldedit.error.file-aborted": "Bestandsselectie afgebroken.", + "worldedit.error.no-file-selected": "Geen bestand geselecteerd.", + "worldedit.error.world-unloaded": "De wereld was al ontladen.", + "worldedit.error.not-a-block": "Dit item is geen blok.", + "worldedit.error.not-a-block.item": "Het item '{0}' is geen blok.", + "worldedit.error.incorrect-usage": "Gebruik: {0}", + "worldedit.error.invalid-page": "Ongeldig paginanummer", + "worldedit.error.parser.bad-state-format": "Slecht status formaat in {0}", + "worldedit.error.parser.duplicate-property": "Dupliceer eigenschap: {0}", + "worldedit.error.parser.missing-equals-separator": "Ontbrekend '=' scheidingsteken", + "worldedit.error.parser.clipboard.missing-offset": "Offset gespecificeerd met @ maar geen offset gegeven. Gebruik '#copy@[x,y,z]'.", + "worldedit.error.parser.unknown-property": "Onbekende eigenschap '{0}' voor blok '{1}'", + "worldedit.error.parser.unknown-value": "Onbekende waarde '{0}' voor eigenschap '{1}'", + "worldedit.error.parser.empty-property": "Lege eigenschap met status", + "worldedit.error.parser.empty-value": "Lege waarde in staat", + "worldedit.error.parser.invalid-colon": "Ongeldige colon.", + "worldedit.error.parser.invalid-expression": "Ongeldige expressie: {0}", + "worldedit.error.parser.hanging-lbracket": "Ongeldig formaat. Alleenstaand haakje op '{0}'.", + "worldedit.error.parser.missing-random-type": "Het type ontbreekt na het % symbool voor '{0}'", + "worldedit.error.parser.clipboard.missing-coordinates": "Klembord offset vereist x,y,z coördinaten.", + "worldedit.error.parser.player-only": "Invoer '{0}' vereist een speler!", + "worldedit.error.disabled": "Deze functionaliteit is uitgeschakeld (zie WorldEdit configuratie).", + "worldedit.error.unknown": "Een onbekende fout trad op: {0}", + "worldedit.error.missing-extent": "Geen omvang is bekend", + "worldedit.error.missing-session": "Er is geen localSessie bekend", + "worldedit.error.missing-world": "Je moet een wereld opgeven (Probeer //world)", + "worldedit.error.missing-actor": "Er is geen omvang bekend", + "worldedit.selection.convex.info.vertices": "Hoekpunten: {0}", + "worldedit.selection.convex.info.triangles": "Driehoeken: {0}", + "worldedit.selection.convex.explain.primary": "Nieuwe selectie begonnen met hoekpunt {0}.", + "worldedit.selection.convex.explain.secondary": "Hoekpunt {0} toegevoegd aan selectie.", + "worldedit.selection.cuboid.info.pos1": "Positie 1: {0}", + "worldedit.selection.cuboid.info.pos2": "Positie 2: {0}", + "worldedit.selection.cuboid.explain.primary": "Eerste positie ingesteld op {0}.", + "worldedit.selection.cuboid.explain.primary-area": "Eerste positie ingesteld op {0} ({1}).", + "worldedit.selection.cuboid.explain.secondary": "Tweede positie ingesteld op {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "Tweede positie ingesteld op {0} ({1}).", + "worldedit.selection.extend.explain.primary": "Selectie gestart op {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "Selectie uitgebreid om {0} te bevatten ({1}).", + "worldedit.selection.ellipsoid.info.center": "Midden: {0}", + "worldedit.selection.ellipsoid.info.radius": "X/Y/Z Radius: {0}", + "worldedit.selection.ellipsoid.explain.primary": "Middelpunt positie ingesteld op {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "Middelpunt positie ingesteld op {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "Straal ingesteld op {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Straal ingesteld op {0} ({1}).", + "worldedit.selection.ellipsoid.error.even-horizontal": "EllipsoĂŻde veranderingen moeten hetzelfde zijn voor elke afmeting.", + "worldedit.selection.cylinder.info.center": "Midden: {0}", + "worldedit.selection.cylinder.info.radius": "Straal: {0}", + "worldedit.selection.cylinder.explain.primary": "Begin een nieuwe cilindervormige selectie op {0}.", + "worldedit.selection.cylinder.explain.secondary": "Straal ingesteld op {0}/{1} blokken. ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "U moet eerst het middelpunt selecteren voordat u de straal instelt.", + "worldedit.selection.polygon2d.info": "# punten: {0}", + "worldedit.selection.polygon2d.explain.primary": "Starten van een nieuwe polygoon op {0}.", + "worldedit.selection.polygon2d.explain.secondary": "Punt #{0} toegevoegd op {1}.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "Polygons kunnen alleen verticaal worden uitgebreid.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "Polygons kunnen alleen verticaal gecontracteerd worden.", + "worldedit.selection.sphere.explain.secondary": "Straal ingesteld op {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "Straal ingesteld op {0} ({1}).", + "worldedit.selection.null.error.immutable": "Kan NullRegio niet wijzigen.", + "worldedit.selection.intersection.error.cannot-expand": "Kan regio kruispunt niet uitbreiden.", + "worldedit.selection.transform.error.cannot-expand": "Kan geen TransformedRegio uitbreiden.", + "worldedit.selection.transform.error.cannot-change": "Je kan een TransformedRegion niet wijzigen.", + "worldedit.sideeffect.lighting": "Belichting", + "worldedit.sideeffect.lighting.description": "Updates block verlichting", + "worldedit.sideeffect.neighbors": "Buren", + "worldedit.sideeffect.neighbors.description": "Meldt nabijgelegen blokken van wijzigingen", + "worldedit.sideeffect.update": "Update", + "worldedit.sideeffect.update.description": "Meldt het gewijzigde blok", + "worldedit.sideeffect.validation": "Validatie", + "worldedit.sideeffect.entity_ai": "Entity AI", + "worldedit.sideeffect.events": "Mod/Plugin gebeurtenissen", + "worldedit.sideeffect.events.description": "Vertelt andere mods/plugins over deze wijzigingen indien van toepassing", + "worldedit.sideeffect.state.on": "Aan", + "worldedit.sideeffect.state.delayed": "Vertraagd", + "worldedit.sideeffect.state.off": "Uit", + "worldedit.sideeffect.box.current": "Huidig", + "worldedit.sideeffect.box.change-to": "Klik om in te stellen op {0}", + "worldedit.help.command-not-found": "Commando '{0}' niet gevonden.", + "worldedit.help.no-subcommands": "'{0}' heeft geen subcommando's. (Misschien is '{1}' bedoeld als parameter?)", + "worldedit.help.subcommand-not-found": "Het subcommando '{0}' onder '{1}' kon niet worden gevonden.", + "worldedit.cli.stopping": "Aan het stoppen!", + "worldedit.cli.unknown-command": "Onbekend commando!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/nl/strings.json b/config/worldedit/.archive-unpack/2e1dd752/nl/strings.json new file mode 100644 index 0000000..d56af3a --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/nl/strings.json @@ -0,0 +1,404 @@ +{ + "worldedit.expand.description.vert": "Vergroot de verticale selectie tot de wereldgrenzen.", + "worldedit.expand.expanded": "Regio uitgebreid met {0} blokken", + "worldedit.expand.expanded.vert": "Regio uitgebreid met {0} blokken (van boven tot beneden).", + "worldedit.biomeinfo.lineofsight": "Biomes aan het aanzicht punt: {0}", + "worldedit.biomeinfo.position": "Biomes op uw positie: {0}", + "worldedit.biomeinfo.selection": "Biomes in je selectie: {0}", + "worldedit.brush.radius-too-large": "Maximaal toegestane brush radius: {0}", + "worldedit.brush.apply.description": "Pas brush toe, pas een functie toe op elk blok", + "worldedit.brush.apply.radius": "De grootte van de brush", + "worldedit.brush.apply.shape": "De vorm van het gebied", + "worldedit.brush.apply.type": "Type brush om te gebruiken", + "worldedit.brush.apply.item.warning": "Deze brush simuleert voorwerpgebruik. De effecten werken mogelijk niet op alle platforms, zijn mogelijk niet ongedaan te maken en kunnen vreemde interacties veroorzaken met andere mods/plugins. Gebruik op eigen risico.", + "worldedit.brush.paint.description": "Verf brush, voeg een functie toe op een oppervlak", + "worldedit.brush.paint.size": "De grootte van de brush", + "worldedit.brush.paint.shape": "De vorm van het gebied", + "worldedit.brush.paint.density": "De dichtheid van de brush", + "worldedit.brush.paint.type": "Type brush om te gebruiken", + "worldedit.brush.paint.item.warning": "Deze brush simuleert voorwerpgebruik. De effecten werken mogelijk niet op alle platforms, zijn mogelijk niet ongedaan te maken en kunnen vreemde interacties veroorzaken met andere mods/plugins. Gebruik op eigen risico.", + "worldedit.brush.sphere.equip": "Bol brush vorm geselecteerd ({0}).", + "worldedit.brush.cylinder.equip": "Cilinder brush vorm geselecteerd ({0} bij {1}).", + "worldedit.brush.clipboard.equip": "Klembord brush vorm geselecteerd.", + "worldedit.brush.smooth.equip": "Verzachtingskwast geactiveerd ({0} x {1}x met {2}).", + "worldedit.brush.extinguish.equip": "Brandblusser geactiveerd ({0}).", + "worldedit.brush.gravity.equip": "Zwaartekrachtkwast geactiveerd ({0}).", + "worldedit.brush.butcher.equip": "Slagerskwast geactiveerd ({0}).", + "worldedit.brush.operation.equip": "Kwast ingesteld op {0}.", + "worldedit.brush.heightmap.equip": "Hoogtekaart kwast geactiveerd ({0}).", + "worldedit.brush.heightmap.unknown": "Onbekend hoogtekaart kwast {0}.", + "worldedit.brush.none.equip": "Kwast ontkoppeld van je huidige item.", + "worldedit.setbiome.changed": "Biomes werden ongeveer {0} blokken veranderd.", + "worldedit.setbiome.warning": "Je moet mogelijk opnieuw deelnemen aan je spel (of je wereld sluiten en heropenen) om veranderingen te zien.", + "worldedit.drawsel.disabled": "Server CUI uitgeschakeld.", + "worldedit.drawsel.disabled.already": "Server CUI is al uitgeschakeld.", + "worldedit.drawsel.enabled.already": "Server CUI is al ingeschakeld.", + "worldedit.limit.too-high": "Uw maximaal toegestaande limiet is {0}.", + "worldedit.limit.set": "Blok wijzigingslimiet is ingesteld op {0}.", + "worldedit.limit.return-to-default": "(Gebruik //limit om terug te gaan naar de standaard.)", + "worldedit.timeout.too-high": "Uw maximaal toegestane time-out is {0}ms.", + "worldedit.timeout.set": "Time-out tijd ingesteld op {0}ms.", + "worldedit.timeout.return-to-default": " (Gebruik //timeout om terug te gaan naar de standaard.)", + "worldedit.fast.disabled": "Snelle modus uitgeschakeld.", + "worldedit.fast.enabled": "Snelle modus ingeschakeld. Verlichting in de betreffende chunks kan verkeerd zijn en/of u moet mogelijk opnieuw inloggen om wijzigingen te zien.", + "worldedit.fast.disabled.already": "Snelle modus is al uitgeschakeld.", + "worldedit.fast.enabled.already": "Snelle modus is al ingeschakeld.", + "worldedit.perf.sideeffect.set": "Extra effect \"{0}\" ingesteld op {1}", + "worldedit.perf.sideeffect.get": "Side effect \"{0}\" is ingesteld op {1}", + "worldedit.perf.sideeffect.already-set": "Bijwerking \"{0}\" is al ingesteld op {1}", + "worldedit.perf.sideeffect.set-all": "Alle bijwerkeffecten ingesteld op {0}", + "worldedit.reorder.current": "De herordeningsmodus is {0}", + "worldedit.reorder.set": "De herordeningsmodus is nu {0}", + "worldedit.gmask.disabled": "Globaal masker uitgeschakeld.", + "worldedit.gmask.set": "Globaal masker ingesteld.", + "worldedit.toggleplace.pos1": "Nu plaatsen op pos #1.", + "worldedit.toggleplace.player": "Wordt nu geplaatst op het blok waar je bovenop staat.", + "worldedit.searchitem.too-short": "Geef een langere zoekopdracht op (lengte > 2).", + "worldedit.searchitem.either-b-or-i": "Je kunt de 'b'- en 'i'-vlaggen niet samen gebruiken.", + "worldedit.searchitem.searching": "(Een ogenblik geduld... zoeken tussen items.)", + "worldedit.watchdog.no-hook": "Kan niet communiceren met de waakhond van dit spelplatform.", + "worldedit.watchdog.active.already": "Waakhondcommunicatie is al actief.", + "worldedit.watchdog.inactive.already": "Waakhondcommunicatie is al inactief.", + "worldedit.watchdog.active": "Waakhondcommunicatie is nu geactiveerd.", + "worldedit.watchdog.inactive": "Waakhondcommunicatie is nu gedeactiveerd.", + "worldedit.world.remove": "Verwijderde wereld overschrijving.", + "worldedit.world.set": "Je bewerkt nu de wereld {0}. (Gebruik //world om weer de huidige wereld te bewerken.)", + "worldedit.undo.undone": "{0} bewerkingen ongedaan gemaakt.", + "worldedit.undo.none": "Niets meer om ongedaan te maken.", + "worldedit.redo.redone": "{0} bewerkingen herhaald.", + "worldedit.redo.none": "Niets meer om opnieuw te doen.", + "worldedit.clearhistory.cleared": "Geschiedenis gewist.", + "worldedit.raytrace.noblock": "Geen blok in zicht!", + "worldedit.restore.not-configured": "Snapshot/backup herstel is niet geconfigureerd.", + "worldedit.restore.not-available": "Die snapshot bestaat niet of is niet beschikbaar.", + "worldedit.restore.failed": "Fout bij laden van snapshot: {0}", + "worldedit.restore.loaded": "Snapshot '{0}' geladen; nu herstellen...", + "worldedit.restore.restored": "Teruggezet met {0} ontbrekende chunks en {1} andere fouten.", + "worldedit.restore.none-for-specific-world": "Geen snapshots gevonden voor de wereld '{0}'.", + "worldedit.restore.none-for-world": "Geen snapshots gevonden voor deze wereld.", + "worldedit.restore.none-found": "Geen snapshots gevonden.", + "worldedit.restore.none-found-console": "Geen snapshots gevonden. Zie de console voor meer informatie.", + "worldedit.restore.chunk-not-present": "Geen chunks gevonden in deze snapshot.", + "worldedit.restore.chunk-load-failed": "De chunks konden niet geladen worden. (Beschadigd archief?)", + "worldedit.restore.block-place-failed": "Door een fout konden geen blokken worden hersteld.", + "worldedit.restore.block-place-error": "Laatste fout: {0}", + "worldedit.snapshot.use.newest": "De nieuwste snapshot wordt nu gebruikt.", + "worldedit.snapshot.use": "Snapshot ingesteld op: {0}", + "worldedit.snapshot.none-before": "Kon geen snapshot vinden voor {0}.", + "worldedit.snapshot.none-after": "Kon geen snapshot vinden na {0}.", + "worldedit.snapshot.index-above-0": "Ongeldig nummer, de nummering begint bij 1.", + "worldedit.snapshot.index-oob": "Ongeldig nummer, je moet een nummer van 1 t/m {0} opgeven.", + "worldedit.schematic.unknown-format": "Onbekend schematic formaat: {0}.", + "worldedit.schematic.load.does-not-exist": "Schematic {0} bestaat niet!", + "worldedit.schematic.load.loading": "(Een ogenblik geduld... schematic wordt geladen.)", + "worldedit.schematic.load.still-loading": "(Een ogenblik geduld... de schema wordt nog steeds geladen.)", + "worldedit.schematic.save.already-exists": "Deze schematic bestaat al. Gebruik de -f vlag om deze te overschrijven.", + "worldedit.schematic.save.failed-directory": "Map voor schematics kon niet worden gemaakt!", + "worldedit.schematic.save.saving": "(Een ogenblik geduld... schematic opslaan.)", + "worldedit.schematic.save.still-saving": "(Een ogenblik geduld... schematic opslaan.)", + "worldedit.schematic.delete.does-not-exist": "Schematic {0} bestaat niet!", + "worldedit.schematic.delete.failed": "Verwijderen van {0} mislukt! Is het alleen-lezen?", + "worldedit.schematic.delete.deleted": "{0} is verwijderd.", + "worldedit.schematic.formats.title": "Beschikbare klembordformaten (Naam: termen)", + "worldedit.schematic.unsupported-minecraft-version": "Deze versie van WorldEdit ondersteunt uw Minecraft-versie niet. Schematics werken niet totdat dit is opgelost.", + "worldedit.pos.already-set": "Positie is al ingesteld.", + "worldedit.pos.console-require-coords": "De console moet verplicht coördinaten opgeven.", + "worldedit.hpos.no-block": "Geen blok in zicht!", + "worldedit.hpos.already-set": "Positie is al ingesteld.", + "worldedit.chunk.selected-multiple": "Chunks geselecteerd: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "Chunk geselecteerd: {0}, {1}, {2}", + "worldedit.wand.invalid": "Toverstokitem is verkeerd ingesteld of uitgezet.", + "worldedit.wand.selwand.info": "Linksklikken: positie #1; rechtsklikken: positie #2", + "worldedit.wand.navwand.info": "Linksklikken: springen naar locatie; rechtsklikken: door muren heengaan", + "worldedit.wand.selwand.now.tool": "De selectie-toverstok is nu normaal gereedschap. Je kan het uitzetten met {0} en opnieuw koppelen aan elk item met {1} of een nieuwe toverstaf krijgen met {2}.", + "worldedit.contract.contracted": "Regio met {0} blokken verkleind.", + "worldedit.shift.shifted": "Regio verlegd.", + "worldedit.outset.outset": "Uitlegvel van gebied.", + "worldedit.inset.inset": "Inlegvel van gebied.", + "worldedit.size.offset": "Verschuiving: {0}", + "worldedit.size.type": "Type: {0}", + "worldedit.size.size": "Grootte: {0}", + "worldedit.size.distance": "Balkafstand: {0}", + "worldedit.size.blocks": "Aantal blokken: {0}", + "worldedit.count.counted": "Geteld: {0}", + "worldedit.distr.no-blocks": "Geen blokken geteld.", + "worldedit.distr.no-previous": "Geen vorige distributie.", + "worldedit.distr.total": "Totaal aantal blokken: {0}", + "worldedit.select.cleared": "Selectie gewist.", + "worldedit.select.cuboid.message": "Balk: linksklikken voor punt 1, rechtsklikken voor punt 2", + "worldedit.select.cuboid.description": "Selecteer de twee hoeken van een balk", + "worldedit.select.extend.message": "Balk: linksklikken voor startpunt, rechtsklikken om uit te breiden", + "worldedit.select.extend.description": "Snelle balk-selectiemodus", + "worldedit.select.poly.message": "2D-polygoon selecteren: links/rechtsklikken om een punt toe te voegen.", + "worldedit.select.poly.limit-message": "Maximaal {0} punten.", + "worldedit.select.poly.description": "Selecteer een 2D-polygoon met hoogte", + "worldedit.select.ellipsoid.message": "EllipsoĂŻde selecteren: linkermuisknop=midden, rechtermuisknop om uit te breiden", + "worldedit.select.ellipsoid.description": "Selecteer een ellipsoĂŻde", + "worldedit.select.sphere.message": "Bol selecteren: linkermuisknop=midden; rechtermuisknop om straal in te stellen", + "worldedit.select.sphere.description": "Selecteer een bol", + "worldedit.select.cyl.message": "Cilindervormige selectie: Linkermuisknop=midden, rechtermuisknop om uit te breiden", + "worldedit.select.cyl.description": "Selecteer een cilinder", + "worldedit.select.convex.message": "Convex veelvlak selectie: linkermuisknop=eerste punt, rechtermuisknop om meer toe te voegen.", + "worldedit.select.convex.limit-message": "{0} punten maximaal.", + "worldedit.select.convex.description": "Selecteer een convexe veelvlak", + "worldedit.select.default-set": "Uw standaard regio selector is nu {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Oud formaat: {0}", + "worldedit.chunkinfo.mcregion-filename": "McRegion: regio/{0}", + "worldedit.listchunks.listfor": "Lijst met chunks maken voor: {0}", + "worldedit.drain.drained": "{0} blokken zijn drooggelegd.", + "worldedit.fill.created": "{0} blokken zijn gevuld.", + "worldedit.fillr.created": "{0} blokken zijn gevuld.", + "worldedit.fixlava.fixed": "{0} lavablokken zijn gerepareerd.", + "worldedit.fixwater.fixed": "{0} waterblokken zijn gerepareerd.", + "worldedit.removeabove.removed": "{0} blokken zijn verwijderd.", + "worldedit.removebelow.removed": "{0} blokken zijn verwijderd.", + "worldedit.removenear.removed": "{0} blokken zijn verwijderd.", + "worldedit.replacenear.replaced": "{0} blokken zijn vervangen.", + "worldedit.snow.created": "{0} oppervlakken zijn bedekt.", + "worldedit.thaw.removed": "{0} blokken zijn ontdooid.", + "worldedit.green.changed": "{0} blokken zijn vergroend.", + "worldedit.extinguish.removed": "{0} branden zijn geblust.", + "worldedit.butcher.killed": "{0} mobs zijn gedood in een straal van {1}.", + "worldedit.butcher.explain-all": "Gebruik -1 om alle mobs uit de geladen chunks te verwijderen", + "worldedit.remove.removed": "{0} entiteiten zijn gemarkeerd voor verwijdering.", + "worldedit.remove.explain-all": "Gebruik -1 om alle entiteiten te verwijderen in geladen chunks", + "worldedit.calc.invalid": "'{0}' kon niet ingelezen worden als geldige expressie", + "worldedit.calc.invalid.with-error": "'{0}' kon niet worden geparseerd als geldige uitdrukking: '{1}'", + "worldedit.paste.pasted": "De inhoud van het klembord is geplakt op {0}", + "worldedit.paste.selected": "Plakregio voor klembord ingesteld.", + "worldedit.rotate.no-interpolation": "Let wel: interpolatie wordt nog niet ondersteund, dus gebruik het liefst alleen hoeken van 90 graden.", + "worldedit.rotate.rotated": "De kopie op het klembord is gedraaid.", + "worldedit.flip.flipped": "De kopie op het klembord is omgedaaid.", + "worldedit.clearclipboard.cleared": "Klembord leeggemaakt.", + "worldedit.set.done": "Handeling geslaagd.", + "worldedit.set.done.verbose": "Handeling geslaagd ({0}).", + "worldedit.line.changed": "{0} blokken zijn veranderd.", + "worldedit.line.invalid-type": "//line werkt alleen met kubus selecties of convexe veelvlak selecties", + "worldedit.curve.changed": "{0} blokken zijn veranderd.", + "worldedit.curve.invalid-type": "//curve werkt alleen met convexe veelvlakselecties", + "worldedit.replace.replaced": "{0} blokken zijn vervangen.", + "worldedit.stack.changed": "{0} blokken veranderd. Ongedaan maken met //undo", + "worldedit.stack.intersecting-region": "De Stack offset mag niet botsen met het gebied bij het gebruik van blok eenheden", + "worldedit.regen.regenerated": "Regio opnieuw gegenereerd.", + "worldedit.regen.failed": "Kan chunks niet opnieuw genereren. Zie de console voor meer informatie.", + "worldedit.walls.changed": "{0} blokken veranderd.", + "worldedit.faces.changed": "{0} blokken veranderd.", + "worldedit.overlay.overlaid": "{0} blokken zijn bedekt.", + "worldedit.naturalize.naturalized": "{0} blok(ken) zien er nu natuurlijker uit.", + "worldedit.center.changed": "Middelpunt ingesteld ({0} blokken gewijzigd)", + "worldedit.smooth.changed": "Hoogtekaart van het terrein is verzacht. {0} blokken zijn gewijzigd.", + "worldedit.move.moved": "{0} blokken verplaatst.", + "worldedit.deform.deformed": "{0} blokken zijn vervormd.", + "worldedit.hollow.changed": "{0} blokken zijn gewijzigd.", + "worldedit.forest.created": "{0} bomen geplaatst.", + "worldedit.flora.created": "{0} bloemen geplaatst.", + "worldedit.unstuck.moved": "Alsjeblieft!", + "worldedit.ascend.obstructed": "Geen vrije plek boven je gevonden.", + "worldedit.ascend.moved": "{0} blokken opgestegen.", + "worldedit.descend.obstructed": "Geen vrije plek onder je gevonden.", + "worldedit.descend.moved": "{0} blokken afgedaald.", + "worldedit.ceil.obstructed": "Geen vrije plek boven je gevonden.", + "worldedit.ceil.moved": "Woesh!", + "worldedit.thru.obstructed": "Geen vrije plek vóór je gevonden.", + "worldedit.thru.moved": "Woesh!", + "worldedit.jumpto.moved": "Poef!", + "worldedit.jumpto.none": "Geen blokken in zicht (of te ver weg)!", + "worldedit.up.obstructed": "Je zou iets boven je raken.", + "worldedit.up.moved": "Woesh!", + "worldedit.cyl.invalid-radius": "Je moet Ă©Ă©n of twee waardes opgeven voor de straal.", + "worldedit.cyl.created": "{0} blokken zijn geplaatst.", + "worldedit.sphere.invalid-radius": "Je moet Ă©Ă©n of drie waardes opgeven voor de straal.", + "worldedit.sphere.created": "{0} blokken zijn geplaatst.", + "worldedit.forestgen.created": "{0} bomen geplaatst.", + "worldedit.pumpkins.created": "{0} groepjes pompoenen geplaatst.", + "worldedit.pyramid.created": "{0} blokken zijn geplaatst.", + "worldedit.generate.created": "{0} blokken zijn geplaatst.", + "worldedit.generatebiome.changed": "{0} biomen aangepast.", + "worldedit.reload.config": "Configuratie is herladen!", + "worldedit.report.written": "WorldEdit-rapport geschreven naar {0}", + "worldedit.report.error": "Kon rapport niet schrijven: {0}", + "worldedit.report.callback": "WorldEdit-rapport: {0}.report", + "worldedit.timezone.invalid": "Ongeldige tijdzone", + "worldedit.timezone.set": "Tijdzone voor deze sessie ingesteld op: {0}", + "worldedit.timezone.current": "De huidige tijd in die tijdzone is: {0}", + "worldedit.version.version": "WorldEdit-versie {0}", + "worldedit.version.bukkit.unsupported-adapter": "Deze versie van WorldEdit ondersteunt uw versie van Bukkit niet volledig. Blok entiteiten (bijv. kisten) zullen leeg zijn, block eigenschappen (bijv. rotatie) zullen missen, en andere dingen zullen mogelijk niet werken. Update WorldEdit om deze functionaliteit te herstellen: {0}", + "worldedit.trace.no-tracing-extents": "Trace: geen omvang gebruikt.", + "worldedit.trace.action-failed": "Traceer: Actie(s) {0} op {1} verwijderd door grootte {2}", + "worldedit.trace.active.already": "Traceermodus is al actief.", + "worldedit.trace.inactive.already": "Traceermodus is al inactief.", + "worldedit.trace.active": "Traceermodus nu actief.", + "worldedit.trace.inactive": "Traceermodus nu inactief.", + "worldedit.command.time-elapsed": "{0}s verstreken (geschiedenis: {1} veranderd; {2} blokken/sec).", + "worldedit.command.permissions": "Je hebt geen toestemming daarvoor. Zit je in de juiste modus?", + "worldedit.command.player-only": "Dit commando moet uitgevoerd worden met of door een speler.", + "worldedit.command.error.report": "Rapporteer alsjeblieft deze fout: [Zie de console]", + "worldedit.pastebin.uploading": "(Een ogenblik geduld... uitvoer wordt verzonden naar pastebin...)", + "worldedit.session.cant-find-session": "Kan de sessie voor {0} niet vinden", + "worldedit.platform.no-file-dialog": "Bestanddialogen worden niet ondersteund in uw omgeving.", + "worldedit.asset.load.loading": "(Een ogenblik geduld... asset laden.)", + "worldedit.asset.load.still-loading": "(Een ogenblik geduld... wordt asset nog steeds geladen.)", + "worldedit.asset.load.failed": "Kan asset niet laden", + "worldedit.tool.max-block-changes": "Maximum aantal blokwijzigingen bereikt.", + "worldedit.tool.no-block": "Geen blok in zicht!", + "worldedit.tool.repl.equip": "Blokvervanggereedschap gebonden aan {0}.", + "worldedit.tool.repl.switched": "Vervanggereedschap gewisseld naar: {0}", + "worldedit.tool.data-cycler.equip": "Blokkeer data cycler tool gebonden aan {0}.", + "worldedit.tool.data-cycler.block-not-permitted": "U bent niet toegestaan om de data waarde van dat blok weer te veranderen.", + "worldedit.tool.data-cycler.cant-cycle": "De gegevens van dat blok kunnen niet worden veranderd!", + "worldedit.tool.data-cycler.new-value": "Waarde van {0} is nu {1}.", + "worldedit.tool.deltree.equip": "Zwevende boom verwijdertool gekoppeld aan {0}.", + "worldedit.tool.deltree.not-tree": "Dat is geen boom.", + "worldedit.tool.deltree.not-floating": "Dat is geen zwevende boom.", + "worldedit.tool.tree.equip": "Boom gereedschap is gebonden aan {0}.", + "worldedit.tool.tree.obstructed": "Daar kan geen boom geplaatst worden.", + "worldedit.tool.info.equip": "Info gereedschap is gebonden aan {0}.", + "worldedit.tool.info.blockstate.hover": "Blok status", + "worldedit.tool.info.internalid.hover": "Interne ID", + "worldedit.tool.info.legacy.hover": "Legacy id:data", + "worldedit.tool.info.light.hover": "Blokkeer licht/licht boven", + "worldedit.tool.none.equip": "Gereedschap is losgekoppeld van je huidige item.", + "worldedit.tool.none.to.unequip": "Uw huidige item is niet gebonden.", + "worldedit.tool.selwand.equip": "Selectie toverstok gebonden aan {0}.", + "worldedit.tool.navwand.equip": "Navigatie toverstok is gebonden aan {0}.", + "worldedit.tool.floodfill.equip": "Blok overstromingsgereedschap gekoppeld aan {0}.", + "worldedit.tool.farwand.equip": "Langeafstandstoverstok gebonden aan {0}.", + "worldedit.tool.lrbuild.equip": "Langeafstandsbouwgereedschap gebonden aan {0}.", + "worldedit.tool.lrbuild.set": "Linksklikken ingesteld op {0}; rechtsklikken op {1}.", + "worldedit.tool.stack.equip": "Stapel tool is gebonden aan {0}.", + "worldedit.tool.unbind-instruction": "Start {0} terwijl je het item ingedrukt houdt om het los te koppelen.", + "worldedit.tool.superpickaxe.mode.single": "Enkele modus ingesteld. Linksklikken met een pikhouweel. // om uit te zetten.", + "worldedit.tool.superpickaxe.mode.area": "Gebiedsmodus ingesteld. Linksklikken met een pikhouweel. // om uit te zetten.", + "worldedit.tool.superpickaxe.mode.recursive": "Recursieve modus ingesteld. Linksklikken met een pikhouweel. // om uit te zetten.", + "worldedit.tool.superpickaxe.max-range": "Maximaal bereik is {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Superpikhouweel is al ingeschakeld.", + "worldedit.tool.superpickaxe.disabled.already": "Superpikhouweel al uitgeschakeld.", + "worldedit.tool.superpickaxe.enabled": "Superpikhouweel ingeschakeld.", + "worldedit.tool.superpickaxe.disabled": "Superpikhouweel uitgeschakeld.", + "worldedit.tool.mask.set": "Kwastmasker ingesteld.", + "worldedit.tool.mask.disabled": "Kwastmasker uitgezet.", + "worldedit.tool.material.set": "Kwastmateriaal ingesteld.", + "worldedit.tool.range.set": "Kwastbereik ingesteld.", + "worldedit.tool.size.set": "Kwastgrootte ingesteld.", + "worldedit.tool.tracemask.set": "Volgmasker ingesteld.", + "worldedit.tool.tracemask.disabled": "Volgmasker uitgezet.", + "worldedit.tool.error.cannot-bind": "Kan gereedschap niet koppelen aan {0}: {1}", + "worldedit.tool.error.item-only": "Blokken kunnen niet worden gebruikt.", + "worldedit.execute.script-permissions": "U heeft geen toestemming om dat script te gebruiken.", + "worldedit.executelast.no-script": "Gebruik /cs met als eerste een scriptnaam.", + "worldedit.script.read-error": "Script leesfout: {0}", + "worldedit.script.unsupported": "Alleen .js scripts zijn momenteel ondersteund", + "worldedit.script.file-not-found": "Script bestaat niet: {0}", + "worldedit.script.no-script-engine": "Fout bij het vinden van een geĂŻnstalleerde scriptengine.\nZie https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "Uitvoeren mislukt: {0}", + "worldedit.script.failed-console": "Uitvoeren mislukt (zie console): {0}", + "worldedit.operation.affected.biome": "{0} biomen aangepast", + "worldedit.operation.affected.block": "{0} blokken aangepast", + "worldedit.operation.affected.column": "{0} kolommen aangepast", + "worldedit.operation.affected.entity": "{0} entiteiten aangepast", + "worldedit.operation.deform.expression": "vervormd met {0}", + "worldedit.error.invalid-number": "Nummer verwacht; reeks gegeven.", + "worldedit.error.invalid-number.matches": "Nummer verwacht; string \"{0}\" opgegeven.", + "worldedit.error.incomplete-region": "Maak eerst een regio selectie.", + "worldedit.error.unknown-block": "Blok naam '{0}' werd niet herkend.", + "worldedit.error.unknown-entity": "Entiteit naam '{0}' werd niet herkend.", + "worldedit.error.unknown-mob": "Mob naam '{0}' werd niet herkend.", + "worldedit.error.unknown-biome": "Biome naam '{0}' werd niet herkend.", + "worldedit.error.unknown-tag": "Tag naam '{0}' werd niet herkend.", + "worldedit.error.empty-tag": "Tag naam '{0}' heeft geen inhoud.", + "worldedit.error.no-match": "Geen overeenkomsten voor '{0}'.", + "worldedit.error.disallowed-block": "Blok '{0}' is niet toegestaan (zie WorldEdit configuratie).", + "worldedit.error.max-changes": "Max blokken veranderd in een bewerking bereikt ({0}).", + "worldedit.error.max-brush-radius": "Maximale brush straal (in configuratie): {0}", + "worldedit.error.max-radius": "Maximale straal (in configuratie): {0}", + "worldedit.error.unknown-direction": "Onbekende richting: {0}", + "worldedit.error.empty-clipboard": "Je klembord is leeg. Gebruik eerst //copy.", + "worldedit.error.invalid-filename": "Bestandsnaam '{0}' ongeldig: {1}", + "worldedit.error.invalid-filename.invalid-characters": "Ongeldige tekens of extensie ontbreekt", + "worldedit.error.file-resolution": "Bestand '{0}' resolutie fout: {1}", + "worldedit.error.file-resolution.outside-root": "Pad is niet toegestaan root", + "worldedit.error.file-resolution.resolve-failed": "Pad zoeken mislukt", + "worldedit.error.file-aborted": "Bestandsselectie afgebroken.", + "worldedit.error.no-file-selected": "Geen bestand geselecteerd.", + "worldedit.error.world-unloaded": "De wereld was al ontladen.", + "worldedit.error.not-a-block": "Dit item is geen blok.", + "worldedit.error.not-a-block.item": "Het item '{0}' is geen blok.", + "worldedit.error.incorrect-usage": "Gebruik: {0}", + "worldedit.error.invalid-page": "Ongeldig paginanummer", + "worldedit.error.parser.bad-state-format": "Slecht status formaat in {0}", + "worldedit.error.parser.duplicate-property": "Dupliceer eigenschap: {0}", + "worldedit.error.parser.missing-equals-separator": "Ontbrekend '=' scheidingsteken", + "worldedit.error.parser.clipboard.missing-offset": "Offset gespecificeerd met @ maar geen offset gegeven. Gebruik '#copy@[x,y,z]'.", + "worldedit.error.parser.unknown-property": "Onbekende eigenschap '{0}' voor blok '{1}'", + "worldedit.error.parser.unknown-value": "Onbekende waarde '{0}' voor eigenschap '{1}'", + "worldedit.error.parser.empty-property": "Lege eigenschap met status", + "worldedit.error.parser.empty-value": "Lege waarde in staat", + "worldedit.error.parser.invalid-colon": "Ongeldige colon.", + "worldedit.error.parser.invalid-expression": "Ongeldige expressie: {0}", + "worldedit.error.parser.hanging-lbracket": "Ongeldig formaat. Alleenstaand haakje op '{0}'.", + "worldedit.error.parser.missing-random-type": "Het type ontbreekt na het % symbool voor '{0}'", + "worldedit.error.parser.clipboard.missing-coordinates": "Klembord offset vereist x,y,z coördinaten.", + "worldedit.error.parser.player-only": "Invoer '{0}' vereist een speler!", + "worldedit.error.disabled": "Deze functionaliteit is uitgeschakeld (zie WorldEdit configuratie).", + "worldedit.error.unknown": "Een onbekende fout trad op: {0}", + "worldedit.error.missing-extent": "Geen omvang is bekend", + "worldedit.error.missing-session": "Er is geen localSessie bekend", + "worldedit.error.missing-world": "Je moet een wereld opgeven (Probeer //world)", + "worldedit.error.missing-actor": "Er is geen omvang bekend", + "worldedit.selection.convex.info.vertices": "Hoekpunten: {0}", + "worldedit.selection.convex.info.triangles": "Driehoeken: {0}", + "worldedit.selection.convex.explain.primary": "Nieuwe selectie begonnen met hoekpunt {0}.", + "worldedit.selection.convex.explain.secondary": "Hoekpunt {0} toegevoegd aan selectie.", + "worldedit.selection.cuboid.info.pos1": "Positie 1: {0}", + "worldedit.selection.cuboid.info.pos2": "Positie 2: {0}", + "worldedit.selection.cuboid.explain.primary": "Eerste positie ingesteld op {0}.", + "worldedit.selection.cuboid.explain.primary-area": "Eerste positie ingesteld op {0} ({1}).", + "worldedit.selection.cuboid.explain.secondary": "Tweede positie ingesteld op {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "Tweede positie ingesteld op {0} ({1}).", + "worldedit.selection.extend.explain.primary": "Selectie gestart op {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "Selectie uitgebreid om {0} te bevatten ({1}).", + "worldedit.selection.ellipsoid.info.center": "Midden: {0}", + "worldedit.selection.ellipsoid.info.radius": "X/Y/Z Radius: {0}", + "worldedit.selection.ellipsoid.explain.primary": "Middelpunt positie ingesteld op {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "Middelpunt positie ingesteld op {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "Straal ingesteld op {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Straal ingesteld op {0} ({1}).", + "worldedit.selection.ellipsoid.error.even-horizontal": "EllipsoĂŻde veranderingen moeten hetzelfde zijn voor elke afmeting.", + "worldedit.selection.cylinder.info.center": "Midden: {0}", + "worldedit.selection.cylinder.info.radius": "Straal: {0}", + "worldedit.selection.cylinder.explain.primary": "Begin een nieuwe cilindervormige selectie op {0}.", + "worldedit.selection.cylinder.explain.secondary": "Straal ingesteld op {0}/{1} blokken. ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "U moet eerst het middelpunt selecteren voordat u de straal instelt.", + "worldedit.selection.polygon2d.info": "# punten: {0}", + "worldedit.selection.polygon2d.explain.primary": "Starten van een nieuwe polygoon op {0}.", + "worldedit.selection.polygon2d.explain.secondary": "Punt #{0} toegevoegd op {1}.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "Polygons kunnen alleen verticaal worden uitgebreid.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "Polygons kunnen alleen verticaal gecontracteerd worden.", + "worldedit.selection.sphere.explain.secondary": "Straal ingesteld op {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "Straal ingesteld op {0} ({1}).", + "worldedit.selection.null.error.immutable": "Kan NullRegio niet wijzigen.", + "worldedit.selection.intersection.error.cannot-expand": "Kan regio kruispunt niet uitbreiden.", + "worldedit.selection.transform.error.cannot-expand": "Kan geen TransformedRegio uitbreiden.", + "worldedit.selection.transform.error.cannot-change": "Je kan een TransformedRegion niet wijzigen.", + "worldedit.sideeffect.lighting": "Belichting", + "worldedit.sideeffect.lighting.description": "Updates block verlichting", + "worldedit.sideeffect.neighbors": "Buren", + "worldedit.sideeffect.neighbors.description": "Meldt nabijgelegen blokken van wijzigingen", + "worldedit.sideeffect.update": "Update", + "worldedit.sideeffect.update.description": "Meldt het gewijzigde blok", + "worldedit.sideeffect.validation": "Validatie", + "worldedit.sideeffect.entity_ai": "Entity AI", + "worldedit.sideeffect.events": "Mod/Plugin gebeurtenissen", + "worldedit.sideeffect.events.description": "Vertelt andere mods/plugins over deze wijzigingen indien van toepassing", + "worldedit.sideeffect.state.on": "Aan", + "worldedit.sideeffect.state.delayed": "Vertraagd", + "worldedit.sideeffect.state.off": "Uit", + "worldedit.sideeffect.box.current": "Huidig", + "worldedit.sideeffect.box.change-to": "Klik om in te stellen op {0}", + "worldedit.help.command-not-found": "Commando '{0}' niet gevonden.", + "worldedit.help.no-subcommands": "'{0}' heeft geen subcommando's. (Misschien is '{1}' bedoeld als parameter?)", + "worldedit.help.subcommand-not-found": "Het subcommando '{0}' onder '{1}' kon niet worden gevonden.", + "worldedit.cli.stopping": "Aan het stoppen!", + "worldedit.cli.unknown-command": "Onbekend commando!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/nn-NO/strings.json b/config/worldedit/.archive-unpack/2e1dd752/nn-NO/strings.json new file mode 100644 index 0000000..c9db10b --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/nn-NO/strings.json @@ -0,0 +1,388 @@ +{ + "worldedit.expand.description.vert": "Utvid utvalg vertikalt til verdensgrensene.", + "worldedit.expand.expanded": "Region utvidet {0} blokker", + "worldedit.expand.expanded.vert": "Region utvidet {0} blokker (topp til bunn).", + "worldedit.biomeinfo.lineofsight": "Biomer i siktelinjepunkt: {0}", + "worldedit.biomeinfo.position": "Biomer ved din posisjon: {0}", + "worldedit.biomeinfo.selection": "Biomer ved ditt utvalg: {0}", + "worldedit.brush.radius-too-large": "Største tillatte penselradius: {0}", + "worldedit.brush.apply.description": "Bruk pensel, bruk en funksjon pĂĄ hver blokk", + "worldedit.brush.apply.radius": "Størrelsen av pensel", + "worldedit.brush.apply.shape": "Utformingen av regionen", + "worldedit.brush.apply.type": "Type pensel som skal brukes", + "worldedit.brush.apply.item.warning": "Denne penselen simulerer bruk av gjenstander. Virkningene som dette virker kanskje ikke pĂĄ alle plattformer, er kanskje ikke reversible og kan forĂĄrsake merkelige interaksjoner med andre mods/plugins. Bruk pĂĄ eget ansvar.", + "worldedit.brush.paint.description": "Mal pensel, bruk en funksjon pĂĄ en overflate", + "worldedit.brush.paint.size": "Størrelsen av pensel", + "worldedit.brush.paint.shape": "Utformingen av regionen", + "worldedit.brush.paint.density": "Tettheten av pensel", + "worldedit.brush.paint.type": "Type pensel som skal brukes", + "worldedit.brush.paint.item.warning": "Denne penselen simulerer bruk av gjenstander. Virkningene som dette virker kanskje ikke pĂĄ alle plattformer, er kanskje ikke reversible og kan forĂĄrsake merkelige interaksjoner med andre mods/plugins. Bruk pĂĄ eget ansvar.", + "worldedit.brush.sphere.equip": "Sfære penselutforming utstyrt ({0}).", + "worldedit.brush.cylinder.equip": "Sylinderens penselforming utstyrt ({0} av {1}).", + "worldedit.brush.clipboard.equip": "Utkappet penselutforming utstyrt.", + "worldedit.brush.smooth.equip": "Jevn pensel utstyrt ({0} x {1}x ved bruk av {2}).", + "worldedit.brush.extinguish.equip": "Brannslukker utstyrt ({0}).", + "worldedit.brush.gravity.equip": "Tyngdekraftpensel utstyrt ({0}).", + "worldedit.brush.butcher.equip": "Slakterpensel utstyrt ({0}).", + "worldedit.brush.operation.equip": "Sett pensel til {0}.", + "worldedit.brush.none.equip": "Pensel ubundet fra din gjeldende tryllestav.", + "worldedit.drawsel.disabled": "Server-BBG er deaktivert.", + "worldedit.drawsel.disabled.already": "Server-BBG er allerede deaktivert.", + "worldedit.drawsel.enabled.already": "Server-BBG er allerede aktivert.", + "worldedit.limit.too-high": "Maksimalt tillatt grense er {0}.", + "worldedit.limit.set": "Blokkendringsgrense satt til {0}.", + "worldedit.limit.return-to-default": "(Bruk //limit for ĂĄ gĂĄ bake til standard.)", + "worldedit.timeout.too-high": "Maksimalt tillatte tidsavbrudd er {0}ms.", + "worldedit.timeout.set": "Tidsavbrudd satt til {0}ms.", + "worldedit.timeout.return-to-default": " (Bruk //timeout for ĂĄ gĂĄ bake til standard.)", + "worldedit.fast.disabled": "Raskmodus er deaktivert.", + "worldedit.fast.enabled": "Raskmodus aktivert. Belysning i de berørte delene kan være galt og/eller du mĂĄ kanskje gĂĄ inn pĂĄ nytt for ĂĄ se endringer.", + "worldedit.fast.disabled.already": "Raskmodus er allerede deaktivert.", + "worldedit.fast.enabled.already": "Raskmodus er allerede aktivert.", + "worldedit.perf.sideeffect.set": "Bivirkning \"{0} satt til {1}", + "worldedit.perf.sideeffect.get": "Bivirkning \"{0} er satt til {1}", + "worldedit.perf.sideeffect.already-set": "Bivirkning \"{0}\" er allerede {1}", + "worldedit.perf.sideeffect.set-all": "Alle bivirkninger satt til {0}", + "worldedit.reorder.current": "Omorganiseringsmodus er {0}", + "worldedit.reorder.set": "Omorganiseringsmodus er nĂĄ {0}", + "worldedit.gmask.disabled": "Globalmaske deaktivert.", + "worldedit.gmask.set": "Globalmaske satt.", + "worldedit.toggleplace.pos1": "Setter nĂĄ pĂĄ pos #1.", + "worldedit.toggleplace.player": "Setter nĂĄ pĂĄ blokken du stĂĄr i.", + "worldedit.searchitem.too-short": "Skriv inn en lengre søkestreng (lengde > 2).", + "worldedit.searchitem.either-b-or-i": "Du kan ikke bruke bĂĄde de 'b' og 'i' flaggene samtidig.", + "worldedit.searchitem.searching": "(Vennligst vent... søk elementer.)", + "worldedit.watchdog.no-hook": "Denne plattformen har ingen vakthund krok.", + "worldedit.watchdog.active.already": "Vakthund krok allerede aktiv.", + "worldedit.watchdog.inactive.already": "Vakthund krok allerede uaktiv.", + "worldedit.watchdog.active": "Vakthund krok nĂĄ aktiv.", + "worldedit.watchdog.inactive": "Vakthund krok nĂĄ uaktiv.", + "worldedit.world.remove": "Fjernet verdenoverstyring.", + "worldedit.world.set": "Sette verdenovertyring til {0}. (Bruk //world for ĂĄ gĂĄ bake til standard)", + "worldedit.undo.undone": "Ugjort {0} tilgjengelige redigeringer.", + "worldedit.undo.none": "Ikke noe mer ĂĄ ugjøre.", + "worldedit.redo.redone": "Gjort om {0} tilgjengelige redigeringer.", + "worldedit.redo.none": "Ikke noe mer ĂĄ gjøre om.", + "worldedit.clearhistory.cleared": "Logg slettet.", + "worldedit.raytrace.noblock": "Ingen blokk i blikket!", + "worldedit.restore.not-configured": "Ăyeblikksbilde/sikkerhetskopiering gjenopprettingen er ikke konfigurert.", + "worldedit.restore.not-available": "Dette øyeblikksbildet finnes ikke eller er ikke tilgjengelig.", + "worldedit.restore.failed": "Kunne ikke laste inn øyeblikksbilde: {0}", + "worldedit.restore.loaded": "Ăyeblikksbildet '{0}' lastet, nĂĄ gjenopprettes...", + "worldedit.restore.restored": "Gjenopprettet; {0} manglende chunks og {1} andre feil.", + "worldedit.restore.none-for-specific-world": "Fant ingen øyeblikksbilder for verden '{0}'.", + "worldedit.restore.none-for-world": "Fant ingen øyeblikksbilder for denne verden.", + "worldedit.restore.none-found": "Fant ingen øyeblikksbilder.", + "worldedit.restore.none-found-console": "Ingen øyeblikksbilder ble funnet. Se pĂĄ konsoll for detaljer.", + "worldedit.restore.chunk-not-present": "Chunks ble ikke tilstede i øyeblikksbildet.", + "worldedit.restore.chunk-load-failed": "Ingen chunks kunne lastes. (DĂĄrligt arkiv?)", + "worldedit.restore.block-place-failed": "Feil forhindret noen blokker fra ĂĄ bli gjenopprettet.", + "worldedit.restore.block-place-error": "Siste feil: {0}", + "worldedit.snapshot.use.newest": "NĂĄ bruker det nyeste øyeblikksbildet.", + "worldedit.snapshot.use": "Ăyeblikksbildet satt til: {0}", + "worldedit.snapshot.none-before": "Kunne ikke finne et øyeblikksbilde før {0}.", + "worldedit.snapshot.none-after": "Kunne ikke finne et øyeblikksbilde etter {0}.", + "worldedit.snapshot.index-above-0": "Ugyldig indeks, mĂĄ være større enn eller lik 1.", + "worldedit.snapshot.index-oob": "Ugyldig indeks, mĂĄ være mellom 1 og {0}.", + "worldedit.schematic.unknown-format": "Ukjent skjematisk format: {0}.", + "worldedit.schematic.load.does-not-exist": "Skjematisk {0} finnes ikke!", + "worldedit.schematic.load.loading": "(Vennligst vent... laster skjematisk.)", + "worldedit.schematic.save.already-exists": "Den skjematiske finnes allerede. Bruk -f flagget for ĂĄ overskrive den.", + "worldedit.schematic.save.failed-directory": "Kunne ikke opprette mappe for skjemaer!", + "worldedit.schematic.save.saving": "(Vennligst vent... lagre skjematisk.)", + "worldedit.schematic.delete.does-not-exist": "Skjematisk {0} finnes ikke!", + "worldedit.schematic.delete.failed": "Sletting av {0} mislyktes! Er den skrivebeskyttet?", + "worldedit.schematic.delete.deleted": "{0} har blitt slettet.", + "worldedit.schematic.formats.title": "Tilgjengelige utklippstavleformater (Navn: Oppslag navnene)", + "worldedit.pos.already-set": "Posisjon allerede angitt.", + "worldedit.pos.console-require-coords": "Du mĂĄ gi inn koordinater som konsoll.", + "worldedit.hpos.no-block": "Ingen blokk i blikket!", + "worldedit.hpos.already-set": "Posisjon allerede angitt.", + "worldedit.chunk.selected-multiple": "Chunks valgt: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.wand.invalid": "Tryllestavelementet er feilkonfigurert eller deaktivert.", + "worldedit.wand.selwand.info": "Venstreklikk: velg pos #1; Høyreklikk: velg pos #2", + "worldedit.wand.navwand.info": "Venstreklikk: hopp til omrĂĄde; Høyreklikk: gĂĄ gjennom vegger", + "worldedit.contract.contracted": "Region kontraktsfestet {0} blokker.", + "worldedit.shift.shifted": "Region skiftet.", + "worldedit.outset.outset": "Region utgangspunktet.", + "worldedit.inset.inset": "Region inngangspunktet.", + "worldedit.size.offset": "Forskyvning: {0}", + "worldedit.size.type": "Type: {0}", + "worldedit.size.size": "Størrelse: {0}", + "worldedit.size.distance": "Kuperdistanse: {0}", + "worldedit.size.blocks": "# blokker: {0}", + "worldedit.count.counted": "Tellet: {0}", + "worldedit.distr.no-blocks": "Ingen blokker tellet.", + "worldedit.distr.no-previous": "Ingen tidligere fordeling.", + "worldedit.distr.total": "Totalt Antall Blokker: {0}", + "worldedit.select.cleared": "Utvalg tømt.", + "worldedit.select.cuboid.message": "Kuben: venstreklikk for punkt 1, høyreklikk for punkt 2", + "worldedit.select.cuboid.description": "Velg to hjørner av en kuben", + "worldedit.select.extend.message": "Kuben: venstreklikk for et startpunkt, høyreklikk for ĂĄ utvide", + "worldedit.select.extend.description": "Rask kubenvalgmodus", + "worldedit.select.poly.message": "2D polygonvelger: Venstre/høyreklikk for ĂĄ legge til et punkt.", + "worldedit.select.poly.limit-message": "{0} punkter maksimum.", + "worldedit.select.poly.description": "Velg en 2D polygon med høyde", + "worldedit.select.ellipsoid.message": "Ellipsoid velger: venstreklikk=senter, høyreklikk for ĂĄ utvide", + "worldedit.select.ellipsoid.description": "Velg en ellipsoid", + "worldedit.select.sphere.message": "Sfærevelger: venstreklikk=senter, høyreklikk for ĂĄ sette radius", + "worldedit.select.sphere.description": "Velg en sfære", + "worldedit.select.cyl.message": "Sylindriskvelger: Venstreklikk=senter, høyreklikk for ĂĄ utvide", + "worldedit.select.cyl.description": "Velg en sylinder", + "worldedit.select.convex.message": "Konvekspolyhedralevelger: Venstreklikk=Første verteks, høyreklikk for ĂĄ legge til flere.", + "worldedit.select.convex.limit-message": "{0} punkter maksimum.", + "worldedit.select.convex.description": "Velg en konvekspolyhedrale", + "worldedit.select.default-set": "Standard regionen din er nĂĄ {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Gammelt format: {0}", + "worldedit.chunkinfo.mcregion-filename": "McRegion: region/{0}", + "worldedit.listchunks.listfor": "Ramser opp chunks for: {0}", + "worldedit.drain.drained": "{0} blokker ble drenert.", + "worldedit.fill.created": "{0} blokker ble fylt.", + "worldedit.fillr.created": "{0} blokker ble fylt.", + "worldedit.fixlava.fixed": "{0} blokker ble fikset.", + "worldedit.fixwater.fixed": "{0} blokker ble fikset.", + "worldedit.removeabove.removed": "{0} blokker ble fjernet.", + "worldedit.removebelow.removed": "{0} blokker ble fjernet.", + "worldedit.removenear.removed": "{0} blokker ble fjernet.", + "worldedit.replacenear.replaced": "{0} blokker ble ersattet.", + "worldedit.snow.created": "{0} overflater ble dekket.", + "worldedit.thaw.removed": "{0} blokker er tint.", + "worldedit.green.changed": "{0} blokker ble grønnet.", + "worldedit.extinguish.removed": "{0} branner er slukket.", + "worldedit.butcher.killed": "{0} vesener ble drept i en radius pĂĄ {1}.", + "worldedit.butcher.explain-all": "Bruk -1 til ĂĄ fjerne alle vesener i innlastede chunks", + "worldedit.remove.removed": "{0} enheter ble market for fjerning.", + "worldedit.remove.explain-all": "Bruk -1 til ĂĄ fjerne alle enheter i innlastede chunks", + "worldedit.calc.invalid": "'{0}' kunne ikke analyseres som et gyldig uttrykk", + "worldedit.paste.pasted": "Utklippstavlen har blitt limt inn ved {0}", + "worldedit.paste.selected": "Valgt utklippstavle limte omrĂĄde.", + "worldedit.rotate.no-interpolation": "Merk: Interpolasjon er ikke støttet ennĂĄ, sĂĄ vinkler som er multipler pĂĄ 90 er anbefalt.", + "worldedit.rotate.rotated": "Utklippstavlen kopiering har blitt rotert.", + "worldedit.flip.flipped": "Utklippstavlen kopiering har blitt snu.", + "worldedit.clearclipboard.cleared": "Utklippstavlen er tømt.", + "worldedit.set.done": "Operasjon fullført.", + "worldedit.set.done.verbose": "Operasjon fullført ({0}).", + "worldedit.line.changed": "{0} blokker ble endret.", + "worldedit.line.invalid-type": "//linje fungerer bare med kubevalg eller konvekse polyhedralvalg", + "worldedit.curve.changed": "{0} blokker ble endret.", + "worldedit.curve.invalid-type": "//kurve fungerer bare med konvekse polyhedralvalg", + "worldedit.replace.replaced": "{0} blokker ble ersattet.", + "worldedit.stack.changed": "{0} blokker endret. Angre med //undo", + "worldedit.regen.regenerated": "Region regenerert.", + "worldedit.regen.failed": "Kan ikke regenerere chunks. Sjekk konsollen for detaljer.", + "worldedit.walls.changed": "{0} blokker ble endret.", + "worldedit.faces.changed": "{0} blokker ble endret.", + "worldedit.overlay.overlaid": "{0} blokker ble kledde.", + "worldedit.naturalize.naturalized": "{0} blokk(er) ble endret for ĂĄ se mer naturlig ut.", + "worldedit.center.changed": "Senter sett. ({0} blokker endret)", + "worldedit.smooth.changed": "Terrengs høydekart er jevnet. {0} blokker endret.", + "worldedit.move.moved": "{0} blokker flyttet.", + "worldedit.deform.deformed": "{0} blokker ble deformert.", + "worldedit.hollow.changed": "{0} blokker ble endret.", + "worldedit.forest.created": "{0} trær opprettet.", + "worldedit.flora.created": "{0} flora opprettet.", + "worldedit.unstuck.moved": "Der gĂĄr du!", + "worldedit.ascend.obstructed": "Ingen ledig sted over deg fant.", + "worldedit.ascend.moved": "Stigede {0} nivĂĄer.", + "worldedit.descend.obstructed": "Ingen ledig sted under deg fant.", + "worldedit.descend.moved": "Synkende {0} nivĂĄer.", + "worldedit.ceil.obstructed": "Ingen ledig sted over deg fant.", + "worldedit.ceil.moved": "Wuusj!", + "worldedit.thru.obstructed": "Ingen ledig sted foran deg fant.", + "worldedit.thru.moved": "Wuusj!", + "worldedit.jumpto.moved": "Poff!", + "worldedit.jumpto.none": "Ingen blokk i siktet (eller for langt borte)!", + "worldedit.up.obstructed": "Du ville truffet noe over deg.", + "worldedit.up.moved": "Wuusj!", + "worldedit.cyl.invalid-radius": "Du mĂĄ enten spesifisere vediene for radius pĂĄ 1 eller 2.", + "worldedit.cyl.created": "{0} blokker ble opprettet.", + "worldedit.sphere.invalid-radius": "Du mĂĄ enten spesifisere vediene for radius pĂĄ 1 eller 3.", + "worldedit.sphere.created": "{0} blokker ble opprettet.", + "worldedit.forestgen.created": "{0} trær opprettet.", + "worldedit.pumpkins.created": "{0} gresskar plastre opprettet.", + "worldedit.pyramid.created": "{0} blokker ble opprettet.", + "worldedit.generate.created": "{0} blokker ble opprettet.", + "worldedit.reload.config": "Konfigurasjon oppdatert!", + "worldedit.report.written": "WorldEdit rapport skrevet til {0}", + "worldedit.report.error": "Feilet med ĂĄ skrive rapport: {0}", + "worldedit.report.callback": "WorldEdit rapport: {0}.report", + "worldedit.timezone.invalid": "Ugyldig tidssone", + "worldedit.timezone.set": "Tidssone satt for denne økten til: {0}", + "worldedit.timezone.current": "Gjeldende tid i den tidssone er: {0}", + "worldedit.version.version": "WorldEdit versjon {0}", + "worldedit.version.bukkit.unsupported-adapter": "Denne WorldEdit versjonen støtter ikke din versjon av Bukkit. Blokker enheter (f.eks. kister) vil være tom, blokkegenskaper (e.. rotasjon) vil mangle og det kan hende at andre ting ikke virker. Oppdater WorldEdit for ĂĄ gjenopprette denne funksjonen:\n{0}", + "worldedit.command.time-elapsed": "{0}s har gĂĄtt (historie: {1} endret; {2} blokker/sek).", + "worldedit.command.permissions": "Du har ikke rettigheter til ĂĄ gjøre det. Er du i riktig modus?", + "worldedit.command.player-only": "Denne kommandoen mĂĄ brukes med en spiller.", + "worldedit.command.error.report": "Vennligst rapporter denne feilen: [Se konsoll]", + "worldedit.pastebin.uploading": "(Vennligst vent... sender utdata til pastebin...)", + "worldedit.session.cant-find-session": "Kan ikke finne økt for {0}", + "worldedit.platform.no-file-dialog": "Fildialoger er ikke støttet i ditt miljø.", + "worldedit.tool.max-block-changes": "Maksimum blokker endringsgrense nĂĄdd.", + "worldedit.tool.no-block": "Ingen blokk i blikket!", + "worldedit.tool.repl.equip": "Blokk utskiftingsverktøy bundet til {0}.", + "worldedit.tool.repl.switched": "Erstatningsverktøy byttet til: {0}", + "worldedit.tool.data-cycler.equip": "Blokk datasyklusverkøy bundet til {0}.", + "worldedit.tool.data-cycler.block-not-permitted": "Du har ikke rettigheter til ĂĄ sykle dataverdien for denne blokken.", + "worldedit.tool.data-cycler.cant-cycle": "Den blokkens data kan ikke sykles!", + "worldedit.tool.data-cycler.new-value": "Verdien av {0} er nĂĄ {1}.", + "worldedit.tool.data-cycler.cycling": "NĂĄ sykler {0}.", + "worldedit.tool.deltree.equip": "Flytende trefjerningsverktøy bundet til {0}.", + "worldedit.tool.deltree.not-tree": "Det er ingen tre.", + "worldedit.tool.deltree.not-floating": "Det er ingen flytende tre.", + "worldedit.tool.tree.equip": "Treverktøy bundet til {0}.", + "worldedit.tool.tree.obstructed": "Et tre kan ikke være der.", + "worldedit.tool.info.equip": "Informasjonsverktøy bundet til {0}.", + "worldedit.tool.info.blockstate.hover": "Blokk tilstand", + "worldedit.tool.info.internalid.hover": "Intern ID", + "worldedit.tool.info.legacy.hover": "Eldre id:data", + "worldedit.tool.info.light.hover": "Blokk Lys/Lys Over", + "worldedit.tool.none.equip": "Verktøy bundet opp fra ditt nĂĄværende element.", + "worldedit.tool.selwand.equip": "Utvalgtryllestav bundet til {0}.", + "worldedit.tool.navwand.equip": "Navigasjontryllestav bundet til {0}.", + "worldedit.tool.floodfill.equip": "Blokk flomfyllingsverktøy bundet til {0}.", + "worldedit.tool.farwand.equip": "Langtunnatryllestav bundet til {0}.", + "worldedit.tool.lrbuild.equip": "Langrekkeviddebygningsverktøy bundet til {0}.", + "worldedit.tool.lrbuild.set": "Venstreklikk satt til {0}; høyreklikk satt til {1}.", + "worldedit.tool.stack.equip": "Stabelverktøy bundet til {0}.", + "worldedit.tool.superpickaxe.mode.single": "Modus er nĂĄ enkelt. Venstreklikk med en hakke. // for ĂĄ deaktivere.", + "worldedit.tool.superpickaxe.mode.area": "Modus er nĂĄ omrĂĄde. Venstreklikk med en hakke. // for ĂĄ deaktivere.", + "worldedit.tool.superpickaxe.mode.recursive": "Modus er nĂĄ rekursiv. Venstreklikk med en hakke. // for ĂĄ deaktivere.", + "worldedit.tool.superpickaxe.max-range": "Maksimum rekkevidde er {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Superhakke er allerede aktivert.", + "worldedit.tool.superpickaxe.disabled.already": "Superhakke er allerede deaktivert.", + "worldedit.tool.superpickaxe.enabled": "Superhakke aktivert.", + "worldedit.tool.superpickaxe.disabled": "Superhakke deaktivert.", + "worldedit.tool.mask.set": "Pensel maske satt.", + "worldedit.tool.mask.disabled": "Pensel maske deaktivert.", + "worldedit.tool.material.set": "Pensel material satt.", + "worldedit.tool.range.set": "Pensel rekkevidde satt.", + "worldedit.tool.size.set": "Pensel størrelse satt.", + "worldedit.tool.tracemask.set": "Spor maske satt.", + "worldedit.tool.tracemask.disabled": "Spor maske deaktivert.", + "worldedit.tool.error.cannot-bind": "Kan ikke binde verktøy til {0}: {1}", + "worldedit.tool.error.item-only": "Blokker kan ikke brukes.", + "worldedit.execute.script-permissions": "Du har ikke tillatelse til ĂĄ bruke det skriptet.", + "worldedit.executelast.no-script": "Bruk /cs med et skriptnavn først.", + "worldedit.script.read-error": "Skript lest feil: {0}", + "worldedit.script.unsupported": "Bare .js skripter støttes for øyeblikket", + "worldedit.script.file-not-found": "Skript finnes ikke: {0}", + "worldedit.script.no-script-engine": "Kunne ikke finne en installert skriptmotor.\nVennligst se https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "Kunne ikke utføre: {0}", + "worldedit.script.failed-console": "Kunne ikke utføre (se konsoll): {0}", + "worldedit.operation.affected.biome": "{0} biomer pĂĄvirket", + "worldedit.operation.affected.block": "{0} blokker pĂĄvirket", + "worldedit.operation.affected.column": "{0} kolonner pĂĄvirket", + "worldedit.operation.affected.entity": "{0} enheter pĂĄvirket", + "worldedit.operation.deform.expression": "deformert ved hjelp av {0}", + "worldedit.error.invalid-number": "Nummer forventet; streng oppgitt.", + "worldedit.error.invalid-number.matches": "Nummer forventet; streng \"{0}\" oppgitt.", + "worldedit.error.incomplete-region": "Lag et regionutvalg først.", + "worldedit.error.unknown-block": "Blokknavn '{0}' ble ikke gjenkjent.", + "worldedit.error.unknown-entity": "Enhetnavn '{0}' ble ikke gjenkjent.", + "worldedit.error.unknown-mob": "Vesennavn '{0}' ble ikke gjenkjent.", + "worldedit.error.unknown-biome": "Biomenavn '{0}' ble ikke gjenkjent.", + "worldedit.error.unknown-tag": "Tagnavn '{0}' ble ikke gjenkjent.", + "worldedit.error.empty-tag": "Tagnavn '{0}' har ingen innhold.", + "worldedit.error.no-match": "Ingen lignende result for '{0}'.", + "worldedit.error.disallowed-block": "Blokk '{0}' er ikke tillat (se WorldEdit konfigurasjon).", + "worldedit.error.max-changes": "Maksimum blokker endret i en operasjon nĂĄdd ({0}).", + "worldedit.error.max-brush-radius": "Maksimal penselradius (i konfigurasjon): {0}", + "worldedit.error.max-radius": "Maksimal radius (i konfigurasjon): {0}", + "worldedit.error.unknown-direction": "Ukjent retning: {0}", + "worldedit.error.empty-clipboard": "Din utklippstavle er tom. Bruk //copy først.", + "worldedit.error.invalid-filename": "Filnavn '{0}' ugyldig: {1}", + "worldedit.error.invalid-filename.invalid-characters": "Ugyldig bokstavner eller utvidelse mangler", + "worldedit.error.file-resolution": "Fil '{0}' oppløsningsfeil: {1}", + "worldedit.error.file-resolution.outside-root": "Stien er utenfor tillatt root", + "worldedit.error.file-resolution.resolve-failed": "Kunne ikke løse stien", + "worldedit.error.file-aborted": "Filvalg avbrutt.", + "worldedit.error.no-file-selected": "Ingen fil valgt.", + "worldedit.error.world-unloaded": "Verden var allerede ulastet.", + "worldedit.error.not-a-block": "Dette er ikke en blokk.", + "worldedit.error.not-a-block.item": "Elementet '{0}' er ikke en blokk.", + "worldedit.error.incorrect-usage": "Bruk: {0}", + "worldedit.error.invalid-page": "Ugyldig sidenummer", + "worldedit.error.parser.bad-state-format": "DĂĄrlig statsformat i {0}", + "worldedit.error.parser.duplicate-property": "Duplisert eiendel: {0}", + "worldedit.error.parser.empty-state": "Tom del i stat", + "worldedit.error.parser.missing-equals-separator": "Mangler '=' separator", + "worldedit.error.parser.clipboard.missing-offset": "Avvik spesifisert med @ men ingen avvik oppgitt. Bruk '#copy@[x,y,z]'.", + "worldedit.error.parser.unknown-property": "Ukjent egenskap '{0}' for blokk '{1}'", + "worldedit.error.parser.unknown-value": "Ukjent verdi '{0}' for egenskap '{1}'", + "worldedit.error.parser.empty-property": "Tom egenskap i tilstand", + "worldedit.error.parser.empty-value": "Tom verdi i stat", + "worldedit.error.parser.invalid-colon": "Ugyldig kolon.", + "worldedit.error.parser.invalid-expression": "Ugyldig uttrykk: {0}", + "worldedit.error.parser.negate-nothing": "Kan ikke negere ingenting!", + "worldedit.error.parser.hanging-lbracket": "Ugyldig format. Hengende hakeparentes pĂĄ '{0}'.", + "worldedit.error.parser.missing-rbracket": "Tilstand mangler følgende ']'", + "worldedit.error.parser.missing-random-type": "Mangler typen etter % symbolen for '{0}'", + "worldedit.error.parser.clipboard.missing-coordinates": "Utstedelse av utklippstavle krever x,y,z koordinater.", + "worldedit.error.parser.player-only": "Inndata '{0}' krever en spiller!", + "worldedit.error.disabled": "Denne funksjonaliteten er deaktivert (se WorldEdit konfigurasjon).", + "worldedit.error.unknown": "Ukjent feil oppstod: {0}", + "worldedit.error.missing-extent": "Ingen utstrekning er kjent", + "worldedit.error.missing-session": "Ingen lokaløkt er kjent", + "worldedit.error.missing-world": "Du mĂĄ skaffe til en verden (Prøv //world)", + "worldedit.error.missing-actor": "Ingen figur er kjent", + "worldedit.selection.convex.info.vertices": "Vertikker: {0}", + "worldedit.selection.convex.info.triangles": "Triangler: {0}", + "worldedit.selection.convex.explain.primary": "Startet nytt valg med verteks {0}.", + "worldedit.selection.convex.explain.secondary": "Lagt verteks {0} til utvalget.", + "worldedit.selection.cuboid.info.pos1": "Posisjon 1: {0}", + "worldedit.selection.cuboid.info.pos2": "Posisjon 2: {0}", + "worldedit.selection.cuboid.explain.primary": "Første posisjon satt til {0}.", + "worldedit.selection.cuboid.explain.primary-area": "Første posisjon satt til {0} ({1}).", + "worldedit.selection.cuboid.explain.secondary": "Andre posisjon satt til {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "Andre posisjon satt til {0} ({1}).", + "worldedit.selection.extend.explain.primary": "Begynte utvalg pĂĄ {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "Utvidet utvalg til ĂĄ omfatte {0} ({1}).", + "worldedit.selection.ellipsoid.info.center": "Senter: {0}", + "worldedit.selection.ellipsoid.info.radius": "X/Y/Z Radius: {0}", + "worldedit.selection.ellipsoid.explain.primary": "Senter posisjon satt til {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "Senter posisjon satt til {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "Radius satt til {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Radius satt til {0} ({1}).", + "worldedit.selection.ellipsoid.error.even-horizontal": "Ellipsoid endringer mĂĄ være jevn for hver dimensjon.", + "worldedit.selection.cylinder.info.center": "Senter: {0}", + "worldedit.selection.cylinder.info.radius": "Radius: {0}", + "worldedit.selection.cylinder.explain.primary": "Starter et nytt sylindrisk utvalg ved {0}.", + "worldedit.selection.cylinder.explain.secondary": "Radius satt til {0}/{1} blokker. ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "Du mĂĄ velge senterpunktet før du setter radiusen.", + "worldedit.selection.cylinder.error.even-horizontal": "Sylindere endringer mĂĄ være jevn for hver horisontale dimensjon.", + "worldedit.selection.polygon2d.info": "# poeng: {0}", + "worldedit.selection.polygon2d.explain.primary": "Starter en ny polygon pĂĄ {0}.", + "worldedit.selection.polygon2d.explain.secondary": "Lagt punkt #{0} til pĂĄ {1}.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "Polygoner kan bare utvides vertikalt.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "Polygoner kan bare være kontraktes vertikalt.", + "worldedit.selection.sphere.explain.secondary": "Radius satt til {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "Radius satt til {0} ({1}).", + "worldedit.selection.null.error.immutable": "Kan ikke endre NullRegion.", + "worldedit.selection.intersection.error.cannot-expand": "Kan ikke utvide et regionsskjær.", + "worldedit.selection.intersection.error.cannot-contract": "Kan ikke kontrakte et regionsskjær.", + "worldedit.selection.transform.error.cannot-expand": "Kan ikke utvide en TransformedRegion.", + "worldedit.selection.transform.error.cannot-contract": "Kan ikke krympe en TransformedRegion.", + "worldedit.selection.transform.error.cannot-change": "Kan ikke endre en TransformedRegion.", + "worldedit.sideeffect.lighting": "Belysning", + "worldedit.sideeffect.lighting.description": "Oppdateringer blokk belysning", + "worldedit.sideeffect.neighbors": "Naboer", + "worldedit.sideeffect.neighbors.description": "Varsler nærliggende blokker av endringer", + "worldedit.sideeffect.validation": "Validering", + "worldedit.sideeffect.validation.description": "Validerer og fikser den ukonsekvente verdenstilstanden, som for eksempel frakoblede blokker", + "worldedit.sideeffect.entity_ai": "Enhet AI", + "worldedit.sideeffect.entity_ai.description": "Oppdater Enhet AI stier for blokkendringer", + "worldedit.sideeffect.events": "Mod/Plugin Hendelser", + "worldedit.sideeffect.events.description": "Forteller andre moder/pluginer om disse endringer nĂĄr det er aktuelt", + "worldedit.sideeffect.state.on": "PĂĄ", + "worldedit.sideeffect.state.delayed": "Forsinket", + "worldedit.sideeffect.state.off": "Av", + "worldedit.sideeffect.box.current": "NĂĄværende", + "worldedit.sideeffect.box.change-to": "Klikk for ĂĄ sette til {0}", + "worldedit.help.command-not-found": "Kommandoen '{0}' ble ikke funnet.", + "worldedit.help.no-subcommands": "'{0}' har ingen underkommandoer. (Maybe '{1}' er for en parameter?)", + "worldedit.help.subcommand-not-found": "Underkommando '{0}' under '{1}' ble ikke funnet.", + "worldedit.cli.stopping": "Stopper!", + "worldedit.cli.unknown-command": "Ukjent kommando!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/no/strings.json b/config/worldedit/.archive-unpack/2e1dd752/no/strings.json new file mode 100644 index 0000000..c9db10b --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/no/strings.json @@ -0,0 +1,388 @@ +{ + "worldedit.expand.description.vert": "Utvid utvalg vertikalt til verdensgrensene.", + "worldedit.expand.expanded": "Region utvidet {0} blokker", + "worldedit.expand.expanded.vert": "Region utvidet {0} blokker (topp til bunn).", + "worldedit.biomeinfo.lineofsight": "Biomer i siktelinjepunkt: {0}", + "worldedit.biomeinfo.position": "Biomer ved din posisjon: {0}", + "worldedit.biomeinfo.selection": "Biomer ved ditt utvalg: {0}", + "worldedit.brush.radius-too-large": "Største tillatte penselradius: {0}", + "worldedit.brush.apply.description": "Bruk pensel, bruk en funksjon pĂĄ hver blokk", + "worldedit.brush.apply.radius": "Størrelsen av pensel", + "worldedit.brush.apply.shape": "Utformingen av regionen", + "worldedit.brush.apply.type": "Type pensel som skal brukes", + "worldedit.brush.apply.item.warning": "Denne penselen simulerer bruk av gjenstander. Virkningene som dette virker kanskje ikke pĂĄ alle plattformer, er kanskje ikke reversible og kan forĂĄrsake merkelige interaksjoner med andre mods/plugins. Bruk pĂĄ eget ansvar.", + "worldedit.brush.paint.description": "Mal pensel, bruk en funksjon pĂĄ en overflate", + "worldedit.brush.paint.size": "Størrelsen av pensel", + "worldedit.brush.paint.shape": "Utformingen av regionen", + "worldedit.brush.paint.density": "Tettheten av pensel", + "worldedit.brush.paint.type": "Type pensel som skal brukes", + "worldedit.brush.paint.item.warning": "Denne penselen simulerer bruk av gjenstander. Virkningene som dette virker kanskje ikke pĂĄ alle plattformer, er kanskje ikke reversible og kan forĂĄrsake merkelige interaksjoner med andre mods/plugins. Bruk pĂĄ eget ansvar.", + "worldedit.brush.sphere.equip": "Sfære penselutforming utstyrt ({0}).", + "worldedit.brush.cylinder.equip": "Sylinderens penselforming utstyrt ({0} av {1}).", + "worldedit.brush.clipboard.equip": "Utkappet penselutforming utstyrt.", + "worldedit.brush.smooth.equip": "Jevn pensel utstyrt ({0} x {1}x ved bruk av {2}).", + "worldedit.brush.extinguish.equip": "Brannslukker utstyrt ({0}).", + "worldedit.brush.gravity.equip": "Tyngdekraftpensel utstyrt ({0}).", + "worldedit.brush.butcher.equip": "Slakterpensel utstyrt ({0}).", + "worldedit.brush.operation.equip": "Sett pensel til {0}.", + "worldedit.brush.none.equip": "Pensel ubundet fra din gjeldende tryllestav.", + "worldedit.drawsel.disabled": "Server-BBG er deaktivert.", + "worldedit.drawsel.disabled.already": "Server-BBG er allerede deaktivert.", + "worldedit.drawsel.enabled.already": "Server-BBG er allerede aktivert.", + "worldedit.limit.too-high": "Maksimalt tillatt grense er {0}.", + "worldedit.limit.set": "Blokkendringsgrense satt til {0}.", + "worldedit.limit.return-to-default": "(Bruk //limit for ĂĄ gĂĄ bake til standard.)", + "worldedit.timeout.too-high": "Maksimalt tillatte tidsavbrudd er {0}ms.", + "worldedit.timeout.set": "Tidsavbrudd satt til {0}ms.", + "worldedit.timeout.return-to-default": " (Bruk //timeout for ĂĄ gĂĄ bake til standard.)", + "worldedit.fast.disabled": "Raskmodus er deaktivert.", + "worldedit.fast.enabled": "Raskmodus aktivert. Belysning i de berørte delene kan være galt og/eller du mĂĄ kanskje gĂĄ inn pĂĄ nytt for ĂĄ se endringer.", + "worldedit.fast.disabled.already": "Raskmodus er allerede deaktivert.", + "worldedit.fast.enabled.already": "Raskmodus er allerede aktivert.", + "worldedit.perf.sideeffect.set": "Bivirkning \"{0} satt til {1}", + "worldedit.perf.sideeffect.get": "Bivirkning \"{0} er satt til {1}", + "worldedit.perf.sideeffect.already-set": "Bivirkning \"{0}\" er allerede {1}", + "worldedit.perf.sideeffect.set-all": "Alle bivirkninger satt til {0}", + "worldedit.reorder.current": "Omorganiseringsmodus er {0}", + "worldedit.reorder.set": "Omorganiseringsmodus er nĂĄ {0}", + "worldedit.gmask.disabled": "Globalmaske deaktivert.", + "worldedit.gmask.set": "Globalmaske satt.", + "worldedit.toggleplace.pos1": "Setter nĂĄ pĂĄ pos #1.", + "worldedit.toggleplace.player": "Setter nĂĄ pĂĄ blokken du stĂĄr i.", + "worldedit.searchitem.too-short": "Skriv inn en lengre søkestreng (lengde > 2).", + "worldedit.searchitem.either-b-or-i": "Du kan ikke bruke bĂĄde de 'b' og 'i' flaggene samtidig.", + "worldedit.searchitem.searching": "(Vennligst vent... søk elementer.)", + "worldedit.watchdog.no-hook": "Denne plattformen har ingen vakthund krok.", + "worldedit.watchdog.active.already": "Vakthund krok allerede aktiv.", + "worldedit.watchdog.inactive.already": "Vakthund krok allerede uaktiv.", + "worldedit.watchdog.active": "Vakthund krok nĂĄ aktiv.", + "worldedit.watchdog.inactive": "Vakthund krok nĂĄ uaktiv.", + "worldedit.world.remove": "Fjernet verdenoverstyring.", + "worldedit.world.set": "Sette verdenovertyring til {0}. (Bruk //world for ĂĄ gĂĄ bake til standard)", + "worldedit.undo.undone": "Ugjort {0} tilgjengelige redigeringer.", + "worldedit.undo.none": "Ikke noe mer ĂĄ ugjøre.", + "worldedit.redo.redone": "Gjort om {0} tilgjengelige redigeringer.", + "worldedit.redo.none": "Ikke noe mer ĂĄ gjøre om.", + "worldedit.clearhistory.cleared": "Logg slettet.", + "worldedit.raytrace.noblock": "Ingen blokk i blikket!", + "worldedit.restore.not-configured": "Ăyeblikksbilde/sikkerhetskopiering gjenopprettingen er ikke konfigurert.", + "worldedit.restore.not-available": "Dette øyeblikksbildet finnes ikke eller er ikke tilgjengelig.", + "worldedit.restore.failed": "Kunne ikke laste inn øyeblikksbilde: {0}", + "worldedit.restore.loaded": "Ăyeblikksbildet '{0}' lastet, nĂĄ gjenopprettes...", + "worldedit.restore.restored": "Gjenopprettet; {0} manglende chunks og {1} andre feil.", + "worldedit.restore.none-for-specific-world": "Fant ingen øyeblikksbilder for verden '{0}'.", + "worldedit.restore.none-for-world": "Fant ingen øyeblikksbilder for denne verden.", + "worldedit.restore.none-found": "Fant ingen øyeblikksbilder.", + "worldedit.restore.none-found-console": "Ingen øyeblikksbilder ble funnet. Se pĂĄ konsoll for detaljer.", + "worldedit.restore.chunk-not-present": "Chunks ble ikke tilstede i øyeblikksbildet.", + "worldedit.restore.chunk-load-failed": "Ingen chunks kunne lastes. (DĂĄrligt arkiv?)", + "worldedit.restore.block-place-failed": "Feil forhindret noen blokker fra ĂĄ bli gjenopprettet.", + "worldedit.restore.block-place-error": "Siste feil: {0}", + "worldedit.snapshot.use.newest": "NĂĄ bruker det nyeste øyeblikksbildet.", + "worldedit.snapshot.use": "Ăyeblikksbildet satt til: {0}", + "worldedit.snapshot.none-before": "Kunne ikke finne et øyeblikksbilde før {0}.", + "worldedit.snapshot.none-after": "Kunne ikke finne et øyeblikksbilde etter {0}.", + "worldedit.snapshot.index-above-0": "Ugyldig indeks, mĂĄ være større enn eller lik 1.", + "worldedit.snapshot.index-oob": "Ugyldig indeks, mĂĄ være mellom 1 og {0}.", + "worldedit.schematic.unknown-format": "Ukjent skjematisk format: {0}.", + "worldedit.schematic.load.does-not-exist": "Skjematisk {0} finnes ikke!", + "worldedit.schematic.load.loading": "(Vennligst vent... laster skjematisk.)", + "worldedit.schematic.save.already-exists": "Den skjematiske finnes allerede. Bruk -f flagget for ĂĄ overskrive den.", + "worldedit.schematic.save.failed-directory": "Kunne ikke opprette mappe for skjemaer!", + "worldedit.schematic.save.saving": "(Vennligst vent... lagre skjematisk.)", + "worldedit.schematic.delete.does-not-exist": "Skjematisk {0} finnes ikke!", + "worldedit.schematic.delete.failed": "Sletting av {0} mislyktes! Er den skrivebeskyttet?", + "worldedit.schematic.delete.deleted": "{0} har blitt slettet.", + "worldedit.schematic.formats.title": "Tilgjengelige utklippstavleformater (Navn: Oppslag navnene)", + "worldedit.pos.already-set": "Posisjon allerede angitt.", + "worldedit.pos.console-require-coords": "Du mĂĄ gi inn koordinater som konsoll.", + "worldedit.hpos.no-block": "Ingen blokk i blikket!", + "worldedit.hpos.already-set": "Posisjon allerede angitt.", + "worldedit.chunk.selected-multiple": "Chunks valgt: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.wand.invalid": "Tryllestavelementet er feilkonfigurert eller deaktivert.", + "worldedit.wand.selwand.info": "Venstreklikk: velg pos #1; Høyreklikk: velg pos #2", + "worldedit.wand.navwand.info": "Venstreklikk: hopp til omrĂĄde; Høyreklikk: gĂĄ gjennom vegger", + "worldedit.contract.contracted": "Region kontraktsfestet {0} blokker.", + "worldedit.shift.shifted": "Region skiftet.", + "worldedit.outset.outset": "Region utgangspunktet.", + "worldedit.inset.inset": "Region inngangspunktet.", + "worldedit.size.offset": "Forskyvning: {0}", + "worldedit.size.type": "Type: {0}", + "worldedit.size.size": "Størrelse: {0}", + "worldedit.size.distance": "Kuperdistanse: {0}", + "worldedit.size.blocks": "# blokker: {0}", + "worldedit.count.counted": "Tellet: {0}", + "worldedit.distr.no-blocks": "Ingen blokker tellet.", + "worldedit.distr.no-previous": "Ingen tidligere fordeling.", + "worldedit.distr.total": "Totalt Antall Blokker: {0}", + "worldedit.select.cleared": "Utvalg tømt.", + "worldedit.select.cuboid.message": "Kuben: venstreklikk for punkt 1, høyreklikk for punkt 2", + "worldedit.select.cuboid.description": "Velg to hjørner av en kuben", + "worldedit.select.extend.message": "Kuben: venstreklikk for et startpunkt, høyreklikk for ĂĄ utvide", + "worldedit.select.extend.description": "Rask kubenvalgmodus", + "worldedit.select.poly.message": "2D polygonvelger: Venstre/høyreklikk for ĂĄ legge til et punkt.", + "worldedit.select.poly.limit-message": "{0} punkter maksimum.", + "worldedit.select.poly.description": "Velg en 2D polygon med høyde", + "worldedit.select.ellipsoid.message": "Ellipsoid velger: venstreklikk=senter, høyreklikk for ĂĄ utvide", + "worldedit.select.ellipsoid.description": "Velg en ellipsoid", + "worldedit.select.sphere.message": "Sfærevelger: venstreklikk=senter, høyreklikk for ĂĄ sette radius", + "worldedit.select.sphere.description": "Velg en sfære", + "worldedit.select.cyl.message": "Sylindriskvelger: Venstreklikk=senter, høyreklikk for ĂĄ utvide", + "worldedit.select.cyl.description": "Velg en sylinder", + "worldedit.select.convex.message": "Konvekspolyhedralevelger: Venstreklikk=Første verteks, høyreklikk for ĂĄ legge til flere.", + "worldedit.select.convex.limit-message": "{0} punkter maksimum.", + "worldedit.select.convex.description": "Velg en konvekspolyhedrale", + "worldedit.select.default-set": "Standard regionen din er nĂĄ {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Gammelt format: {0}", + "worldedit.chunkinfo.mcregion-filename": "McRegion: region/{0}", + "worldedit.listchunks.listfor": "Ramser opp chunks for: {0}", + "worldedit.drain.drained": "{0} blokker ble drenert.", + "worldedit.fill.created": "{0} blokker ble fylt.", + "worldedit.fillr.created": "{0} blokker ble fylt.", + "worldedit.fixlava.fixed": "{0} blokker ble fikset.", + "worldedit.fixwater.fixed": "{0} blokker ble fikset.", + "worldedit.removeabove.removed": "{0} blokker ble fjernet.", + "worldedit.removebelow.removed": "{0} blokker ble fjernet.", + "worldedit.removenear.removed": "{0} blokker ble fjernet.", + "worldedit.replacenear.replaced": "{0} blokker ble ersattet.", + "worldedit.snow.created": "{0} overflater ble dekket.", + "worldedit.thaw.removed": "{0} blokker er tint.", + "worldedit.green.changed": "{0} blokker ble grønnet.", + "worldedit.extinguish.removed": "{0} branner er slukket.", + "worldedit.butcher.killed": "{0} vesener ble drept i en radius pĂĄ {1}.", + "worldedit.butcher.explain-all": "Bruk -1 til ĂĄ fjerne alle vesener i innlastede chunks", + "worldedit.remove.removed": "{0} enheter ble market for fjerning.", + "worldedit.remove.explain-all": "Bruk -1 til ĂĄ fjerne alle enheter i innlastede chunks", + "worldedit.calc.invalid": "'{0}' kunne ikke analyseres som et gyldig uttrykk", + "worldedit.paste.pasted": "Utklippstavlen har blitt limt inn ved {0}", + "worldedit.paste.selected": "Valgt utklippstavle limte omrĂĄde.", + "worldedit.rotate.no-interpolation": "Merk: Interpolasjon er ikke støttet ennĂĄ, sĂĄ vinkler som er multipler pĂĄ 90 er anbefalt.", + "worldedit.rotate.rotated": "Utklippstavlen kopiering har blitt rotert.", + "worldedit.flip.flipped": "Utklippstavlen kopiering har blitt snu.", + "worldedit.clearclipboard.cleared": "Utklippstavlen er tømt.", + "worldedit.set.done": "Operasjon fullført.", + "worldedit.set.done.verbose": "Operasjon fullført ({0}).", + "worldedit.line.changed": "{0} blokker ble endret.", + "worldedit.line.invalid-type": "//linje fungerer bare med kubevalg eller konvekse polyhedralvalg", + "worldedit.curve.changed": "{0} blokker ble endret.", + "worldedit.curve.invalid-type": "//kurve fungerer bare med konvekse polyhedralvalg", + "worldedit.replace.replaced": "{0} blokker ble ersattet.", + "worldedit.stack.changed": "{0} blokker endret. Angre med //undo", + "worldedit.regen.regenerated": "Region regenerert.", + "worldedit.regen.failed": "Kan ikke regenerere chunks. Sjekk konsollen for detaljer.", + "worldedit.walls.changed": "{0} blokker ble endret.", + "worldedit.faces.changed": "{0} blokker ble endret.", + "worldedit.overlay.overlaid": "{0} blokker ble kledde.", + "worldedit.naturalize.naturalized": "{0} blokk(er) ble endret for ĂĄ se mer naturlig ut.", + "worldedit.center.changed": "Senter sett. ({0} blokker endret)", + "worldedit.smooth.changed": "Terrengs høydekart er jevnet. {0} blokker endret.", + "worldedit.move.moved": "{0} blokker flyttet.", + "worldedit.deform.deformed": "{0} blokker ble deformert.", + "worldedit.hollow.changed": "{0} blokker ble endret.", + "worldedit.forest.created": "{0} trær opprettet.", + "worldedit.flora.created": "{0} flora opprettet.", + "worldedit.unstuck.moved": "Der gĂĄr du!", + "worldedit.ascend.obstructed": "Ingen ledig sted over deg fant.", + "worldedit.ascend.moved": "Stigede {0} nivĂĄer.", + "worldedit.descend.obstructed": "Ingen ledig sted under deg fant.", + "worldedit.descend.moved": "Synkende {0} nivĂĄer.", + "worldedit.ceil.obstructed": "Ingen ledig sted over deg fant.", + "worldedit.ceil.moved": "Wuusj!", + "worldedit.thru.obstructed": "Ingen ledig sted foran deg fant.", + "worldedit.thru.moved": "Wuusj!", + "worldedit.jumpto.moved": "Poff!", + "worldedit.jumpto.none": "Ingen blokk i siktet (eller for langt borte)!", + "worldedit.up.obstructed": "Du ville truffet noe over deg.", + "worldedit.up.moved": "Wuusj!", + "worldedit.cyl.invalid-radius": "Du mĂĄ enten spesifisere vediene for radius pĂĄ 1 eller 2.", + "worldedit.cyl.created": "{0} blokker ble opprettet.", + "worldedit.sphere.invalid-radius": "Du mĂĄ enten spesifisere vediene for radius pĂĄ 1 eller 3.", + "worldedit.sphere.created": "{0} blokker ble opprettet.", + "worldedit.forestgen.created": "{0} trær opprettet.", + "worldedit.pumpkins.created": "{0} gresskar plastre opprettet.", + "worldedit.pyramid.created": "{0} blokker ble opprettet.", + "worldedit.generate.created": "{0} blokker ble opprettet.", + "worldedit.reload.config": "Konfigurasjon oppdatert!", + "worldedit.report.written": "WorldEdit rapport skrevet til {0}", + "worldedit.report.error": "Feilet med ĂĄ skrive rapport: {0}", + "worldedit.report.callback": "WorldEdit rapport: {0}.report", + "worldedit.timezone.invalid": "Ugyldig tidssone", + "worldedit.timezone.set": "Tidssone satt for denne økten til: {0}", + "worldedit.timezone.current": "Gjeldende tid i den tidssone er: {0}", + "worldedit.version.version": "WorldEdit versjon {0}", + "worldedit.version.bukkit.unsupported-adapter": "Denne WorldEdit versjonen støtter ikke din versjon av Bukkit. Blokker enheter (f.eks. kister) vil være tom, blokkegenskaper (e.. rotasjon) vil mangle og det kan hende at andre ting ikke virker. Oppdater WorldEdit for ĂĄ gjenopprette denne funksjonen:\n{0}", + "worldedit.command.time-elapsed": "{0}s har gĂĄtt (historie: {1} endret; {2} blokker/sek).", + "worldedit.command.permissions": "Du har ikke rettigheter til ĂĄ gjøre det. Er du i riktig modus?", + "worldedit.command.player-only": "Denne kommandoen mĂĄ brukes med en spiller.", + "worldedit.command.error.report": "Vennligst rapporter denne feilen: [Se konsoll]", + "worldedit.pastebin.uploading": "(Vennligst vent... sender utdata til pastebin...)", + "worldedit.session.cant-find-session": "Kan ikke finne økt for {0}", + "worldedit.platform.no-file-dialog": "Fildialoger er ikke støttet i ditt miljø.", + "worldedit.tool.max-block-changes": "Maksimum blokker endringsgrense nĂĄdd.", + "worldedit.tool.no-block": "Ingen blokk i blikket!", + "worldedit.tool.repl.equip": "Blokk utskiftingsverktøy bundet til {0}.", + "worldedit.tool.repl.switched": "Erstatningsverktøy byttet til: {0}", + "worldedit.tool.data-cycler.equip": "Blokk datasyklusverkøy bundet til {0}.", + "worldedit.tool.data-cycler.block-not-permitted": "Du har ikke rettigheter til ĂĄ sykle dataverdien for denne blokken.", + "worldedit.tool.data-cycler.cant-cycle": "Den blokkens data kan ikke sykles!", + "worldedit.tool.data-cycler.new-value": "Verdien av {0} er nĂĄ {1}.", + "worldedit.tool.data-cycler.cycling": "NĂĄ sykler {0}.", + "worldedit.tool.deltree.equip": "Flytende trefjerningsverktøy bundet til {0}.", + "worldedit.tool.deltree.not-tree": "Det er ingen tre.", + "worldedit.tool.deltree.not-floating": "Det er ingen flytende tre.", + "worldedit.tool.tree.equip": "Treverktøy bundet til {0}.", + "worldedit.tool.tree.obstructed": "Et tre kan ikke være der.", + "worldedit.tool.info.equip": "Informasjonsverktøy bundet til {0}.", + "worldedit.tool.info.blockstate.hover": "Blokk tilstand", + "worldedit.tool.info.internalid.hover": "Intern ID", + "worldedit.tool.info.legacy.hover": "Eldre id:data", + "worldedit.tool.info.light.hover": "Blokk Lys/Lys Over", + "worldedit.tool.none.equip": "Verktøy bundet opp fra ditt nĂĄværende element.", + "worldedit.tool.selwand.equip": "Utvalgtryllestav bundet til {0}.", + "worldedit.tool.navwand.equip": "Navigasjontryllestav bundet til {0}.", + "worldedit.tool.floodfill.equip": "Blokk flomfyllingsverktøy bundet til {0}.", + "worldedit.tool.farwand.equip": "Langtunnatryllestav bundet til {0}.", + "worldedit.tool.lrbuild.equip": "Langrekkeviddebygningsverktøy bundet til {0}.", + "worldedit.tool.lrbuild.set": "Venstreklikk satt til {0}; høyreklikk satt til {1}.", + "worldedit.tool.stack.equip": "Stabelverktøy bundet til {0}.", + "worldedit.tool.superpickaxe.mode.single": "Modus er nĂĄ enkelt. Venstreklikk med en hakke. // for ĂĄ deaktivere.", + "worldedit.tool.superpickaxe.mode.area": "Modus er nĂĄ omrĂĄde. Venstreklikk med en hakke. // for ĂĄ deaktivere.", + "worldedit.tool.superpickaxe.mode.recursive": "Modus er nĂĄ rekursiv. Venstreklikk med en hakke. // for ĂĄ deaktivere.", + "worldedit.tool.superpickaxe.max-range": "Maksimum rekkevidde er {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Superhakke er allerede aktivert.", + "worldedit.tool.superpickaxe.disabled.already": "Superhakke er allerede deaktivert.", + "worldedit.tool.superpickaxe.enabled": "Superhakke aktivert.", + "worldedit.tool.superpickaxe.disabled": "Superhakke deaktivert.", + "worldedit.tool.mask.set": "Pensel maske satt.", + "worldedit.tool.mask.disabled": "Pensel maske deaktivert.", + "worldedit.tool.material.set": "Pensel material satt.", + "worldedit.tool.range.set": "Pensel rekkevidde satt.", + "worldedit.tool.size.set": "Pensel størrelse satt.", + "worldedit.tool.tracemask.set": "Spor maske satt.", + "worldedit.tool.tracemask.disabled": "Spor maske deaktivert.", + "worldedit.tool.error.cannot-bind": "Kan ikke binde verktøy til {0}: {1}", + "worldedit.tool.error.item-only": "Blokker kan ikke brukes.", + "worldedit.execute.script-permissions": "Du har ikke tillatelse til ĂĄ bruke det skriptet.", + "worldedit.executelast.no-script": "Bruk /cs med et skriptnavn først.", + "worldedit.script.read-error": "Skript lest feil: {0}", + "worldedit.script.unsupported": "Bare .js skripter støttes for øyeblikket", + "worldedit.script.file-not-found": "Skript finnes ikke: {0}", + "worldedit.script.no-script-engine": "Kunne ikke finne en installert skriptmotor.\nVennligst se https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "Kunne ikke utføre: {0}", + "worldedit.script.failed-console": "Kunne ikke utføre (se konsoll): {0}", + "worldedit.operation.affected.biome": "{0} biomer pĂĄvirket", + "worldedit.operation.affected.block": "{0} blokker pĂĄvirket", + "worldedit.operation.affected.column": "{0} kolonner pĂĄvirket", + "worldedit.operation.affected.entity": "{0} enheter pĂĄvirket", + "worldedit.operation.deform.expression": "deformert ved hjelp av {0}", + "worldedit.error.invalid-number": "Nummer forventet; streng oppgitt.", + "worldedit.error.invalid-number.matches": "Nummer forventet; streng \"{0}\" oppgitt.", + "worldedit.error.incomplete-region": "Lag et regionutvalg først.", + "worldedit.error.unknown-block": "Blokknavn '{0}' ble ikke gjenkjent.", + "worldedit.error.unknown-entity": "Enhetnavn '{0}' ble ikke gjenkjent.", + "worldedit.error.unknown-mob": "Vesennavn '{0}' ble ikke gjenkjent.", + "worldedit.error.unknown-biome": "Biomenavn '{0}' ble ikke gjenkjent.", + "worldedit.error.unknown-tag": "Tagnavn '{0}' ble ikke gjenkjent.", + "worldedit.error.empty-tag": "Tagnavn '{0}' har ingen innhold.", + "worldedit.error.no-match": "Ingen lignende result for '{0}'.", + "worldedit.error.disallowed-block": "Blokk '{0}' er ikke tillat (se WorldEdit konfigurasjon).", + "worldedit.error.max-changes": "Maksimum blokker endret i en operasjon nĂĄdd ({0}).", + "worldedit.error.max-brush-radius": "Maksimal penselradius (i konfigurasjon): {0}", + "worldedit.error.max-radius": "Maksimal radius (i konfigurasjon): {0}", + "worldedit.error.unknown-direction": "Ukjent retning: {0}", + "worldedit.error.empty-clipboard": "Din utklippstavle er tom. Bruk //copy først.", + "worldedit.error.invalid-filename": "Filnavn '{0}' ugyldig: {1}", + "worldedit.error.invalid-filename.invalid-characters": "Ugyldig bokstavner eller utvidelse mangler", + "worldedit.error.file-resolution": "Fil '{0}' oppløsningsfeil: {1}", + "worldedit.error.file-resolution.outside-root": "Stien er utenfor tillatt root", + "worldedit.error.file-resolution.resolve-failed": "Kunne ikke løse stien", + "worldedit.error.file-aborted": "Filvalg avbrutt.", + "worldedit.error.no-file-selected": "Ingen fil valgt.", + "worldedit.error.world-unloaded": "Verden var allerede ulastet.", + "worldedit.error.not-a-block": "Dette er ikke en blokk.", + "worldedit.error.not-a-block.item": "Elementet '{0}' er ikke en blokk.", + "worldedit.error.incorrect-usage": "Bruk: {0}", + "worldedit.error.invalid-page": "Ugyldig sidenummer", + "worldedit.error.parser.bad-state-format": "DĂĄrlig statsformat i {0}", + "worldedit.error.parser.duplicate-property": "Duplisert eiendel: {0}", + "worldedit.error.parser.empty-state": "Tom del i stat", + "worldedit.error.parser.missing-equals-separator": "Mangler '=' separator", + "worldedit.error.parser.clipboard.missing-offset": "Avvik spesifisert med @ men ingen avvik oppgitt. Bruk '#copy@[x,y,z]'.", + "worldedit.error.parser.unknown-property": "Ukjent egenskap '{0}' for blokk '{1}'", + "worldedit.error.parser.unknown-value": "Ukjent verdi '{0}' for egenskap '{1}'", + "worldedit.error.parser.empty-property": "Tom egenskap i tilstand", + "worldedit.error.parser.empty-value": "Tom verdi i stat", + "worldedit.error.parser.invalid-colon": "Ugyldig kolon.", + "worldedit.error.parser.invalid-expression": "Ugyldig uttrykk: {0}", + "worldedit.error.parser.negate-nothing": "Kan ikke negere ingenting!", + "worldedit.error.parser.hanging-lbracket": "Ugyldig format. Hengende hakeparentes pĂĄ '{0}'.", + "worldedit.error.parser.missing-rbracket": "Tilstand mangler følgende ']'", + "worldedit.error.parser.missing-random-type": "Mangler typen etter % symbolen for '{0}'", + "worldedit.error.parser.clipboard.missing-coordinates": "Utstedelse av utklippstavle krever x,y,z koordinater.", + "worldedit.error.parser.player-only": "Inndata '{0}' krever en spiller!", + "worldedit.error.disabled": "Denne funksjonaliteten er deaktivert (se WorldEdit konfigurasjon).", + "worldedit.error.unknown": "Ukjent feil oppstod: {0}", + "worldedit.error.missing-extent": "Ingen utstrekning er kjent", + "worldedit.error.missing-session": "Ingen lokaløkt er kjent", + "worldedit.error.missing-world": "Du mĂĄ skaffe til en verden (Prøv //world)", + "worldedit.error.missing-actor": "Ingen figur er kjent", + "worldedit.selection.convex.info.vertices": "Vertikker: {0}", + "worldedit.selection.convex.info.triangles": "Triangler: {0}", + "worldedit.selection.convex.explain.primary": "Startet nytt valg med verteks {0}.", + "worldedit.selection.convex.explain.secondary": "Lagt verteks {0} til utvalget.", + "worldedit.selection.cuboid.info.pos1": "Posisjon 1: {0}", + "worldedit.selection.cuboid.info.pos2": "Posisjon 2: {0}", + "worldedit.selection.cuboid.explain.primary": "Første posisjon satt til {0}.", + "worldedit.selection.cuboid.explain.primary-area": "Første posisjon satt til {0} ({1}).", + "worldedit.selection.cuboid.explain.secondary": "Andre posisjon satt til {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "Andre posisjon satt til {0} ({1}).", + "worldedit.selection.extend.explain.primary": "Begynte utvalg pĂĄ {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "Utvidet utvalg til ĂĄ omfatte {0} ({1}).", + "worldedit.selection.ellipsoid.info.center": "Senter: {0}", + "worldedit.selection.ellipsoid.info.radius": "X/Y/Z Radius: {0}", + "worldedit.selection.ellipsoid.explain.primary": "Senter posisjon satt til {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "Senter posisjon satt til {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "Radius satt til {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Radius satt til {0} ({1}).", + "worldedit.selection.ellipsoid.error.even-horizontal": "Ellipsoid endringer mĂĄ være jevn for hver dimensjon.", + "worldedit.selection.cylinder.info.center": "Senter: {0}", + "worldedit.selection.cylinder.info.radius": "Radius: {0}", + "worldedit.selection.cylinder.explain.primary": "Starter et nytt sylindrisk utvalg ved {0}.", + "worldedit.selection.cylinder.explain.secondary": "Radius satt til {0}/{1} blokker. ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "Du mĂĄ velge senterpunktet før du setter radiusen.", + "worldedit.selection.cylinder.error.even-horizontal": "Sylindere endringer mĂĄ være jevn for hver horisontale dimensjon.", + "worldedit.selection.polygon2d.info": "# poeng: {0}", + "worldedit.selection.polygon2d.explain.primary": "Starter en ny polygon pĂĄ {0}.", + "worldedit.selection.polygon2d.explain.secondary": "Lagt punkt #{0} til pĂĄ {1}.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "Polygoner kan bare utvides vertikalt.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "Polygoner kan bare være kontraktes vertikalt.", + "worldedit.selection.sphere.explain.secondary": "Radius satt til {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "Radius satt til {0} ({1}).", + "worldedit.selection.null.error.immutable": "Kan ikke endre NullRegion.", + "worldedit.selection.intersection.error.cannot-expand": "Kan ikke utvide et regionsskjær.", + "worldedit.selection.intersection.error.cannot-contract": "Kan ikke kontrakte et regionsskjær.", + "worldedit.selection.transform.error.cannot-expand": "Kan ikke utvide en TransformedRegion.", + "worldedit.selection.transform.error.cannot-contract": "Kan ikke krympe en TransformedRegion.", + "worldedit.selection.transform.error.cannot-change": "Kan ikke endre en TransformedRegion.", + "worldedit.sideeffect.lighting": "Belysning", + "worldedit.sideeffect.lighting.description": "Oppdateringer blokk belysning", + "worldedit.sideeffect.neighbors": "Naboer", + "worldedit.sideeffect.neighbors.description": "Varsler nærliggende blokker av endringer", + "worldedit.sideeffect.validation": "Validering", + "worldedit.sideeffect.validation.description": "Validerer og fikser den ukonsekvente verdenstilstanden, som for eksempel frakoblede blokker", + "worldedit.sideeffect.entity_ai": "Enhet AI", + "worldedit.sideeffect.entity_ai.description": "Oppdater Enhet AI stier for blokkendringer", + "worldedit.sideeffect.events": "Mod/Plugin Hendelser", + "worldedit.sideeffect.events.description": "Forteller andre moder/pluginer om disse endringer nĂĄr det er aktuelt", + "worldedit.sideeffect.state.on": "PĂĄ", + "worldedit.sideeffect.state.delayed": "Forsinket", + "worldedit.sideeffect.state.off": "Av", + "worldedit.sideeffect.box.current": "NĂĄværende", + "worldedit.sideeffect.box.change-to": "Klikk for ĂĄ sette til {0}", + "worldedit.help.command-not-found": "Kommandoen '{0}' ble ikke funnet.", + "worldedit.help.no-subcommands": "'{0}' har ingen underkommandoer. (Maybe '{1}' er for en parameter?)", + "worldedit.help.subcommand-not-found": "Underkommando '{0}' under '{1}' ble ikke funnet.", + "worldedit.cli.stopping": "Stopper!", + "worldedit.cli.unknown-command": "Ukjent kommando!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/nuk/strings.json b/config/worldedit/.archive-unpack/2e1dd752/nuk/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/nuk/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/oc/strings.json b/config/worldedit/.archive-unpack/2e1dd752/oc/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/oc/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/oj/strings.json b/config/worldedit/.archive-unpack/2e1dd752/oj/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/oj/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/pl/strings.json b/config/worldedit/.archive-unpack/2e1dd752/pl/strings.json new file mode 100644 index 0000000..6f3296a --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/pl/strings.json @@ -0,0 +1,415 @@ +{ + "worldedit.expand.description.vert": "Pionowo rozszerz wybĂłr do granic Ĺ›wiata.", + "worldedit.expand.expanded": "Rozszerzono obszar o bloki (w sumie {0})", + "worldedit.expand.expanded.vert": "Rozszerzono obszar o bloki (w sumie {0} z gĂłry na dół).", + "worldedit.biomeinfo.lineofsight": "Biomy w zasiÄ™gu wzroku: {0}", + "worldedit.biomeinfo.position": "Biom, w ktĂłrym jesteĹ›: {0}", + "worldedit.biomeinfo.selection": "Biomy w twoim obszarze zaznaczenia: {0}", + "worldedit.brush.radius-too-large": "Maksymalny dozwolony promieĹ„ pÄ™dzla: {0}", + "worldedit.brush.apply.description": "Zastosuj pÄ™dzel, zastosuj funkcjÄ™ do kaĹĽdego bloku", + "worldedit.brush.apply.radius": "Rozmiar pÄ™dzla", + "worldedit.brush.apply.shape": "KsztaĹ‚t obszaru", + "worldedit.brush.apply.type": "Rodzaj pÄ™dzla do uĹĽycia", + "worldedit.brush.apply.item.warning": "Ten pÄ™dzel symuluje uĹĽycie przedmiotu. Jego efekty mogÄ… dziaĹ‚ać nie na wszystkich platformach, mogÄ… być nieodwracalne i mogÄ… powodować dziwne interakcje z innymi modami/wtyczkami. UĹĽywaj na wĹ‚asne ryzyko.", + "worldedit.brush.paint.description": "PÄ™dzel malarski, nakĹ‚adanie funkcji na powierzchniÄ™", + "worldedit.brush.paint.size": "Rozmiar pÄ™dzla", + "worldedit.brush.paint.shape": "KsztaĹ‚t obszaru", + "worldedit.brush.paint.density": "GÄ™stość pÄ™dzla", + "worldedit.brush.paint.type": "Rodzaj uĹĽywanego pÄ™dzla", + "worldedit.brush.paint.item.warning": "Ten pÄ™dzel symuluje uĹĽycie przedmiotu. Jego efekty mogÄ… dziaĹ‚ać nie na wszystkich platformach, mogÄ… być nieodwracalne i mogÄ… powodować dziwne interakcje z innymi modami/wtyczkami. UĹĽywaj na wĹ‚asne ryzyko.", + "worldedit.brush.sphere.equip": "WyposaĹĽono w pÄ™dzel kulisty ({0}).", + "worldedit.brush.cylinder.equip": "WyposaĹĽono w pÄ™dzel walcowy ({0} na {1}).", + "worldedit.brush.clipboard.equip": "WyposaĹĽono w pÄ™dzel o ksztaĹ‚cie ze schowka.", + "worldedit.brush.smooth.equip": "WyposaĹĽono w pÄ™dzel wygĹ‚adzajÄ…cy ({0} Ă— {1}Ă— przy uĹĽyciu: {2}).", + "worldedit.brush.extinguish.equip": "WyposaĹĽono w gaĹ›nicÄ™ ({0}).", + "worldedit.brush.gravity.equip": "WyposaĹĽono w pÄ™dzel grawitacyjny ({0}).", + "worldedit.brush.butcher.equip": "WyposaĹĽono w pÄ™dzel rzeĹşniczy ({0}).", + "worldedit.brush.operation.equip": "Wybrano pÄ™dzel {0}.", + "worldedit.brush.heightmap.equip": "WyposaĹĽono w pÄ™dzel mapy wysokoĹ›ciowej ({0}).", + "worldedit.brush.heightmap.unknown": "Nieznany pÄ™dzel mapy wysokoĹ›ciowej: {0}.", + "worldedit.brush.none.equip": "UsuniÄ™to przypisany pÄ™dzel z obecnego przedmiotu.", + "worldedit.setbiome.changed": "Zmieniono biomy dla okoĹ‚o tylu blokĂłw: {0}.", + "worldedit.setbiome.warning": "W celu zobaczenia zmian, moĹĽe być wymagane ponowne doĹ‚Ä…czenie do gry (albo otwarcie Ĺ›wiata).", + "worldedit.drawsel.disabled": "Dezaktywowano CUI serwera.", + "worldedit.drawsel.enabled": "Aktywowano CUI serwera. ObsĹ‚uguje tylko obszary prostokÄ…tne o maksymalnym rozmiarze {0}x{1}x{2}.", + "worldedit.drawsel.disabled.already": "CUI serwera juĹĽ jest zdezaktywowane.", + "worldedit.drawsel.enabled.already": "CUI serwera juĹĽ jest aktywowane.", + "worldedit.limit.too-high": "TwĂłj maksymalny dozwolony limit wynosi {0}.", + "worldedit.limit.set": "Ustawiono limit iloĹ›ci zmienianych blokĂłw na {0}.", + "worldedit.limit.return-to-default": "(Powróć do wartoĹ›ci domyĹ›lnej, uĹĽywajÄ…c polecenia //limit)", + "worldedit.timeout.too-high": "TwĂłj maksymalny dozwolony limit czasu wynosi {0} ms.", + "worldedit.timeout.set": "Zmieniono limit czasu na {0} ms.", + "worldedit.timeout.return-to-default": " (UĹĽyj //timeout w celu powrotu do wartoĹ›ci domyĹ›lnej.)", + "worldedit.fast.disabled": "Tryb szybki wyĹ‚Ä…czony.", + "worldedit.fast.enabled": "Tryb szybki wĹ‚Ä…czony. OĹ›wietlenie w objÄ™tych chunkach moĹĽe być niewĹ‚aĹ›ciwe i/lub moĹĽe zaistnieć potrzeba ponownego doĹ‚Ä…czenia, w celu ujrzenia zmian.", + "worldedit.fast.disabled.already": "Tryb szybki juĹĽ jest wyĹ‚Ä…czony.", + "worldedit.fast.enabled.already": "Tryb szybki juĹĽ jest wĹ‚Ä…czony.", + "worldedit.perf.sideeffect.set": "Efekt poboczny „{0}” zostaĹ‚ ustawiony na {1}", + "worldedit.perf.sideeffect.get": "Efekt poboczny „{0}” jest ustawiony na {1}", + "worldedit.perf.sideeffect.already-set": "Efekt poboczny „{0}” juĹĽ zostaĹ‚ ustawiony na {1}", + "worldedit.perf.sideeffect.set-all": "Wszystkie dziaĹ‚ania niepoĹĽÄ…dane ustawione na {0}", + "worldedit.reorder.current": "Tryb zmiany kolejnoĹ›ci wynosi {0}", + "worldedit.reorder.set": "Tryb zmiany kolejnoĹ›ci teraz wynosi {0}", + "worldedit.gmask.disabled": "Maska globalna wyĹ‚Ä…czona.", + "worldedit.gmask.set": "Ustawiono maskÄ™ globalnÄ….", + "worldedit.toggleplace.pos1": "Umieszczanie w pozycji nr 1.", + "worldedit.toggleplace.player": "Stawianie bloku w miejscu, w ktĂłrym stoisz.", + "worldedit.toggleplace.not-locatable": "Nie moĹĽna przeĹ‚Ä…czyć umieszczania w tym kontekĹ›cie.", + "worldedit.searchitem.too-short": "WprowadĹş dĹ‚uĹĽszy ciÄ…g do wyszukania. (dĹ‚. > 2).", + "worldedit.searchitem.either-b-or-i": "Nie moĹĽesz uĹĽywać flagi \"b\" oraz \"i\" jednoczeĹ›nie.", + "worldedit.searchitem.searching": "(ProszÄ™ czekać... wyszukiwanie przedmiotĂłw.)", + "worldedit.watchdog.no-hook": "Ta platforma nie ma punktu zaczepienia licznika alarmowego.", + "worldedit.watchdog.active.already": "Punkt zaczepienia licznika alarmowego juĹĽ jest aktywny.", + "worldedit.watchdog.inactive.already": "Punkt zaczepienia licznika alarmowego juĹĽ jest nieaktywny.", + "worldedit.watchdog.active": "Punkt zaczepienia licznika alarmowego aktywowany.", + "worldedit.watchdog.inactive": "Punkt zaczepienia licznika alarmowego dezaktywowany.", + "worldedit.world.remove": "UsuniÄ™to zastÄ…pienie Ĺ›wiata.", + "worldedit.world.set": "Ustawiono zastÄ…pienie Ĺ›wiata {0}. (UĹĽyj //world aby powrĂłcić do domyĹ›lnego)", + "worldedit.undo.undone": "CofniÄ™to edycje. (dost. {0}).", + "worldedit.undo.none": "Nie ma juĹĽ nic do cofniÄ™cia.", + "worldedit.redo.redone": "Ponowiono dostÄ™pne edycje ({0}).", + "worldedit.redo.none": "Nie ma juĹĽ nic do ponowienia.", + "worldedit.clearhistory.cleared": "Wyczyszczono historiÄ™.", + "worldedit.raytrace.noblock": "Brak bloku w zasiÄ™gu!", + "worldedit.restore.not-configured": "PrzywrĂłcenie kopii zapasowej/migawki nie jest skonfigurowane.", + "worldedit.restore.not-available": "Ta migawka nie istnieje lub jest niedostÄ™pna.", + "worldedit.restore.failed": "BĹ‚Ä…d Ĺ‚adowania migawki: {0}", + "worldedit.restore.loaded": "ZaĹ‚adowano migawkÄ™ \"{0}\"; trwa przywracanie...", + "worldedit.restore.restored": "PrzywrĂłcono; brakujÄ…ce chunki: {0}, inne bĹ‚Ä™dy: {1}.", + "worldedit.restore.none-for-specific-world": "Nie znaleziono migawek Ĺ›wiata \"{0}\".", + "worldedit.restore.none-for-world": "Nie znaleziono migawek dla tego Ĺ›wiata.", + "worldedit.restore.none-found": "Nie znaleziono migawek.", + "worldedit.restore.none-found-console": "Nie znaleziono migawek. Zobacz konsolÄ™ dla szczegółów.", + "worldedit.restore.chunk-not-present": "Brak obecnych chunkĂłw w migawce.", + "worldedit.restore.chunk-load-failed": "Nie moĹĽna zaĹ‚adować ĹĽadnych chunkĂłw. (niewĹ‚aĹ›ciwe archiwum?)", + "worldedit.restore.block-place-failed": "BĹ‚Ä™dy uniemoĹĽliwiĹ‚y przywrĂłcenie jakichkolwiek blokĂłw.", + "worldedit.restore.block-place-error": "Ostatni bĹ‚Ä…d: {0}", + "worldedit.snapshot.use.newest": "UĹĽywasz najnowszej migawki.", + "worldedit.snapshot.use": "Ustawiono migawkÄ™ na: {0}", + "worldedit.snapshot.none-before": "Nie moĹĽna znaleźć migawki przed {0}.", + "worldedit.snapshot.none-after": "Nie moĹĽna znaleźć migawki po {0}.", + "worldedit.snapshot.index-above-0": "NieprawidĹ‚owy indeks, musi być on wiÄ™kszy lub rĂłwny 1.", + "worldedit.snapshot.index-oob": "NieprawidĹ‚owy indeks, musi być on pomiÄ™dzy 1 a {0}.", + "worldedit.schematic.unknown-format": "Nieznany format schematu: {0}.", + "worldedit.schematic.load.does-not-exist": "Schemat {0} nie istnieje!", + "worldedit.schematic.load.loading": "(ProszÄ™ czekać... wczytywanie schematu.)", + "worldedit.schematic.load.still-loading": "(ProszÄ™ czekać... wczytywanie schematu nadal trwa).", + "worldedit.schematic.save.already-exists": "Ten schemat juĹĽ istnieje. UĹĽyj flagi -f aby go nadpisać.", + "worldedit.schematic.save.failed-directory": "Nie udaĹ‚o siÄ™ stworzyć folderu dla schematĂłw!", + "worldedit.schematic.save.saving": "(ProszÄ™ czekać... zapisywanie schematu.)", + "worldedit.schematic.save.still-saving": "(ProszÄ™ czekać... zapisywanie schematu nadal trwa).", + "worldedit.schematic.delete.does-not-exist": "Schemat {0} nie istnieje!", + "worldedit.schematic.delete.failed": "Nie udaĹ‚o siÄ™ usunąć: {0}! Czy jest tylko do odczytu?", + "worldedit.schematic.delete.deleted": "UsuniÄ™to: {0}.", + "worldedit.schematic.formats.title": "DostÄ™pne formaty schowka (nazwa: krĂłtka)", + "worldedit.schematic.unsupported-minecraft-version": "Ta wersja WorldEdit nie obsĹ‚uguje tej wersji Minecrafta. Schematy nie bÄ™dÄ… dziaĹ‚ać, pĂłki ten problem nie zostanie rozwiÄ…zany.", + "worldedit.pos.already-set": "Pozycja juĹĽ ustawiona.", + "worldedit.pos.console-require-coords": "WspółrzÄ™dne muszÄ… być okreĹ›lone jako konsola.", + "worldedit.hpos.no-block": "Brak bloku w zasiÄ™gu!", + "worldedit.hpos.already-set": "Pozycja juĹĽ ustawiona.", + "worldedit.chunk.selected-multiple": "Zaznaczono chunki: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "Wybrano chunk: {0}, {1}, {2}", + "worldedit.wand.invalid": "Przedmiot różdĹĽki jest nieprawidĹ‚owo skonfigurowany lub wyĹ‚Ä…czony.", + "worldedit.wand.selwand.info": "Lewy klik: zaznacz pozycjÄ™ 1.; Prawy klik: zaznacz pozycjÄ™ 2.", + "worldedit.wand.navwand.info": "Lewy klik: skocz do miejsca; Prawy klik: przejdĹş przez Ĺ›cianÄ™", + "worldedit.wand.selwand.now.tool": "RóżdĹĽka wyboru jest teraz normalnym narzÄ™dziem. MoĹĽesz jÄ… wyĹ‚Ä…czyć uĹĽywajÄ…c {0} i powiÄ…zać z dowolnÄ… rzeczÄ… uĹĽywajÄ…c {1}, oraz zdobyć nowÄ… różdĹĽkÄ™ uĹĽywajÄ…c {2}.", + "worldedit.contract.contracted": "Obszar zwężony o {0} bl.", + "worldedit.shift.shifted": "Obszar przesuniÄ™ty.", + "worldedit.outset.outset": "Obszar poszerzony.", + "worldedit.inset.inset": "Obszar zwężony.", + "worldedit.size.offset": "PrzesuniÄ™cie: {0}", + "worldedit.size.type": "Typ: {0}", + "worldedit.size.size": "Rozmiar: {0}", + "worldedit.size.distance": "OdlegĹ‚ość prostopadĹ‚oĹ›cianu: {0}", + "worldedit.size.blocks": "Nr blokĂłw: {0}", + "worldedit.count.counted": "Policzono: {0}", + "worldedit.distr.no-blocks": "Nie policzono blokĂłw.", + "worldedit.distr.no-previous": "Brak poprzednich dystrybucji.", + "worldedit.distr.total": "CaĹ‚kowita Liczba BlokĂłw: {0}", + "worldedit.select.cleared": "Wyczyszczono zaznaczenie.", + "worldedit.select.cuboid.message": "Kuboid: kliknij lewym, aby zaznaczyć pierwszy punkt, kliknij prawym, aby zaznaczyć drugi punkt", + "worldedit.select.cuboid.description": "Wybierz dwa naroĹĽniki kuboidu", + "worldedit.select.extend.message": "Kuboid: kliknij lewym, aby wybrać punkt startowy, kliknij prawym, aby rozszerzyć", + "worldedit.select.extend.description": "Tryb szybkiego wyboru kuboidu", + "worldedit.select.poly.message": "WybĂłr wielokÄ…ta 2D: Lewy/prawy klik — dodawanie punktu.", + "worldedit.select.poly.limit-message": "Maksimum {0} pkt.", + "worldedit.select.poly.description": "WybĂłr wielokÄ…ta dwuwymiarowego o dowolnej wysokoĹ›ci", + "worldedit.select.ellipsoid.message": "WybĂłr elipsoidalny: Lewy klik = Ĺ›rodek; prawy klik — rozszerzanie", + "worldedit.select.ellipsoid.description": "WybĂłr elipsoidy", + "worldedit.select.sphere.message": "WybĂłr sferyczny: Lewy klik = Ĺ›rodek, prawy klik — ustawianie promienia", + "worldedit.select.sphere.description": "WybĂłr sfery", + "worldedit.select.cyl.message": "WybĂłr walcowy: Lewy klik = Ĺ›rodek; prawy klik — rozszerzanie", + "worldedit.select.cyl.description": "WybĂłr walca", + "worldedit.select.convex.message": "WybĂłr wypukĹ‚y wieloboczny: Lewy klik = Pierwszy wierzchoĹ‚ek; prawy klik — wiÄ™cej.", + "worldedit.select.convex.limit-message": "Maksimum {0} pkt.", + "worldedit.select.convex.description": "Zaznacz figurÄ™ wypukĹ‚Ä… wielobocznÄ…", + "worldedit.select.default-set": "TwĂłj domyĹ›lny selektor obszaru to teraz {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Stary format: {0}", + "worldedit.chunkinfo.mcregion-filename": "McRegion: region/{0}", + "worldedit.listchunks.listfor": "Lista chunkĂłw dla: {0}", + "worldedit.drain.drained": "Osuszono bloki (w sumie {0}).", + "worldedit.fill.created": "WypeĹ‚niono blokami (w sumie {0}).", + "worldedit.fillr.created": "WypeĹ‚niono blokami (w sumie {0}).", + "worldedit.fixlava.fixed": "Naprawiono bloki (w sumie {0}).", + "worldedit.fixwater.fixed": "Naprawiono bloki (w sumie {0}).", + "worldedit.removeabove.removed": "UsuniÄ™to bloki (w sumie {0}).", + "worldedit.removebelow.removed": "UsuniÄ™to bloki (w sumie {0}).", + "worldedit.removenear.removed": "UsuniÄ™to bloki (w sumie {0}).", + "worldedit.replacenear.replaced": "ZastÄ…piono bloki (w sumie {0}).", + "worldedit.snow.created": "Pokryto powierzchnie (w sumie {0}).", + "worldedit.thaw.removed": "Stopiono bloki (w sumie {0}).", + "worldedit.green.changed": "Pokryto zieleniÄ… bloki (w sumie {0}).", + "worldedit.extinguish.removed": "Ugaszono bloki ognia (w sumie {0}).", + "worldedit.butcher.killed": "Zabito moby (w sumie {0}) w promieniu {1} bl.", + "worldedit.butcher.explain-all": "UĹĽyj -1, aby usunąć wszystkie moby z zaĹ‚adowanych chunkĂłw", + "worldedit.remove.removed": "Wyznaczono byty do usuniÄ™cia (w sumie {0}).", + "worldedit.remove.explain-all": "UĹĽyj -1, aby usunąć wszystkie byty z zaĹ‚adowanych chunkĂłw", + "worldedit.calc.invalid": "BĹ‚Ä…d analizy wartoĹ›ci \"{0}\" jako wĹ‚aĹ›ciwego wyraĹĽenia", + "worldedit.calc.invalid.with-error": "BĹ‚Ä…d analizy wartoĹ›ci \"{0}\" jako wĹ‚aĹ›ciwego wyraĹĽenia: \"{1}\"", + "worldedit.paste.pasted": "Wklejono schowek do: {0}", + "worldedit.paste.selected": "Zaznaczono obszar wklejania ze schowka.", + "worldedit.rotate.no-interpolation": "Informacja: Interpolacja nie jest jeszcze wspierana, wiÄ™c zalecane sÄ… kÄ…ty o wielokrotnoĹ›ci liczby 90.", + "worldedit.rotate.rotated": "Zawartość schowka zostaĹ‚a obrĂłcona.", + "worldedit.flip.flipped": "Zawartość schowka zostaĹ‚a odbita.", + "worldedit.clearclipboard.cleared": "Schowek wyczyszczony.", + "worldedit.set.done": "Operacja zakoĹ„czona.", + "worldedit.set.done.verbose": "Operacja zakoĹ„czona ({0}).", + "worldedit.line.changed": "Zmieniono bloki (w sumie {0}).", + "worldedit.line.invalid-type": "Polecenie //line dziaĹ‚a tylko w przypadku zaznaczeĹ„ prostopadĹ‚oĹ›ciennych lub wypukĹ‚ych wieloĹ›ciennych", + "worldedit.curve.changed": "Zmieniono bloki (w sumie {0}).", + "worldedit.curve.invalid-type": "Polecenie //curve dziaĹ‚a tylko w przypadku zaznaczeĹ„ wypukĹ‚ych wieloĹ›ciennych", + "worldedit.replace.replaced": "ZastÄ…piono bloki (w sumie {0}).", + "worldedit.stack.changed": "Zmieniono bloki (w sumie {0}). UĹĽyj //undo w celu cofniÄ™cia.", + "worldedit.stack.intersecting-region": "PrzesuniÄ™cie stosu nie moĹĽe kolidować z obszarem, podczas uĹĽywania jednostek blokowych", + "worldedit.regen.regenerated": "Zregenerowano obszar.", + "worldedit.regen.failed": "Nie udaĹ‚o siÄ™ zregenerować chunkĂłw. Po wiÄ™cej informacji, zajrzyj do konsoli.", + "worldedit.walls.changed": "Zmieniono bloki (w sumie {0}).", + "worldedit.faces.changed": "Zmieniono bloki (w sumie {0}).", + "worldedit.overlay.overlaid": "NaĹ‚oĹĽono bloki (w sumie {0}).", + "worldedit.naturalize.naturalized": "Nadano naturalnego wyglÄ…du blokom (zmodyfikowane bloki: {0}).", + "worldedit.center.changed": "Ustawiono Ĺ›rodek. (zmodyfikowane bloki: {0})", + "worldedit.smooth.changed": "WygĹ‚adzono wysokość terenu. Zmodyfikowane bloki: {0}.", + "worldedit.move.moved": "PrzesuniÄ™to bloki (w sumie {0}).", + "worldedit.deform.deformed": "Zdeformowano bloki (w sumie {0}).", + "worldedit.hollow.changed": "Zmieniono bloki (w sumie {0}).", + "worldedit.forest.created": "Stworzono {0} drzew.", + "worldedit.flora.created": "Stworzono roĹ›linność (w sumie {0}).", + "worldedit.unstuck.moved": "ProszÄ™ bardzo!", + "worldedit.ascend.obstructed": "Nie znaleziono nad tobÄ… wolnej przestrzeni.", + "worldedit.ascend.moved": "Przeniesiono ciÄ™ {0} poz. wyĹĽej.", + "worldedit.descend.obstructed": "Nie znaleziono pod tobÄ… wolnej przestrzeni.", + "worldedit.descend.moved": "Przeniesiono ciÄ™ {0} poz. niĹĽej.", + "worldedit.ceil.obstructed": "Nie znaleziono nad tobÄ… wolnej przestrzeni.", + "worldedit.ceil.moved": "Ziuuu!", + "worldedit.thru.obstructed": "Nie znaleziono przed tobÄ… wolnej przestrzeni.", + "worldedit.thru.moved": "Ziuuu!", + "worldedit.jumpto.moved": "Puf!", + "worldedit.jumpto.none": "Brak bloku w zasiÄ™gu (lub jest za daleko)!", + "worldedit.up.obstructed": "Uderzysz w coĹ› nad sobÄ….", + "worldedit.up.moved": "Ziuuu!", + "worldedit.cyl.invalid-radius": "Musisz podać 1 lub 2 wartoĹ›ci promienia.", + "worldedit.cyl.created": "Stworzono bloki (w sumie {0}).", + "worldedit.sphere.invalid-radius": "Musisz podać 1 lub 3 wartoĹ›ci promienia.", + "worldedit.sphere.created": "Stworzono bloki (w sumie {0}).", + "worldedit.forestgen.created": "Stworzono drzewa (w sumie {0}).", + "worldedit.pumpkins.created": "Stworzono grupki dyĹ„ (w sumie {0}).", + "worldedit.pyramid.created": "Stworzono bloki (w sumie {0}).", + "worldedit.generate.created": "Stworzono bloki (w sumie {0}).", + "worldedit.generatebiome.changed": "{0} biomĂłw ulegĹ‚o zmianie.", + "worldedit.reload.config": "PrzeĹ‚adowano konfiguracjÄ™!", + "worldedit.report.written": "Raport WorldEdit zostaĹ‚ zapisany do: {0}", + "worldedit.report.error": "BĹ‚Ä…d zapisywania raportu: {0}", + "worldedit.report.callback": "Raport WorldEdit: {0}.report", + "worldedit.timezone.invalid": "NiewĹ‚aĹ›ciwa strefa czasowa", + "worldedit.timezone.set": "Ustawiono strefÄ™ czasowÄ… na tÄ™ sesjÄ™: {0}", + "worldedit.timezone.current": "Obecny czas w tej strefie czasowej: {0}", + "worldedit.version.version": "WorldEdit — wersja: {0}", + "worldedit.version.bukkit.unsupported-adapter": "Ta wersja WorldEdit nie obsĹ‚uguje w peĹ‚ni twojej wersji pluginu Bukkit. Byty blokĂłw (np. skrzynie) bÄ™dÄ… puste, wĹ‚aĹ›ciwoĹ›ci blokĂłw (np. obrĂłt) zostanÄ… pominiÄ™te, a nie dziaĹ‚ać mogÄ… teĹĽ inne rzeczy. Zaktualizuj WorldEdit, aby przywrĂłcić tÄ™ funkcjonalność:\n{0}", + "worldedit.trace.no-tracing-extents": "Trasowanie: Nie uĹĽyto ĹĽadnych rozszerzeĹ„", + "worldedit.trace.action-failed": "Trasowanie: Odrzucono czynność/-ci {0} w pozycji {1} rozszerzeniem {2}", + "worldedit.trace.active.already": "Tryb trasowania juĹĽ jest wĹ‚Ä…czony.", + "worldedit.trace.inactive.already": "Tryb trasowania juĹĽ jest wyĹ‚Ä…czony.", + "worldedit.trace.active": "WĹ‚Ä…czono tryb trasowania.", + "worldedit.trace.inactive": "WyĹ‚Ä…czono tryb trasowania.", + "worldedit.command.time-elapsed": "Minęło {0} sek. (historia: {1} zmienionych; {2} blokĂłw/sek.)", + "worldedit.command.permissions": "Nie masz do tego uprawnieĹ„. Na pewno jesteĹ› w dobrym trybie?", + "worldedit.command.player-only": "To polecenie musi zostać uĹĽyte na graczu.", + "worldedit.command.error.report": "ZgĹ‚oĹ› ten bĹ‚Ä…d: [Zobacz konsolÄ™]", + "worldedit.pastebin.uploading": "(ProszÄ™ czekać... wysyĹ‚anie danych wyjĹ›ciowych na pastebin...)", + "worldedit.session.cant-find-session": "Nie moĹĽna odnaleźć sesji dla {0}", + "worldedit.platform.no-file-dialog": "Okna dialogowe plikĂłw nie sÄ… wspierane w twoim Ĺ›rodowisku.", + "worldedit.asset.load.loading": "(ProszÄ™ czekać... Ĺ‚adowanie zasobu).", + "worldedit.asset.load.still-loading": "(ProszÄ™ czekać... Ĺ‚adowanie zasobu nadal trwa).", + "worldedit.asset.load.failed": "BĹ‚Ä…d Ĺ‚adowania zasobu", + "worldedit.tool.max-block-changes": "OsiÄ…gniÄ™to limit iloĹ›ci zmienianych blokĂłw.", + "worldedit.tool.no-block": "Brak bloku w zasiÄ™gu!", + "worldedit.tool.repl.equip": "NarzÄ™dzie zamiany blokĂłw przypisano do: {0}.", + "worldedit.tool.repl.switched": "NarzÄ™dzie zamiany przeĹ‚Ä…czono do: {0}", + "worldedit.tool.data-cycler.equip": "NarzÄ™dzie przeĹ‚Ä…czajÄ…ce dane blokĂłw przypisano do: {0}.", + "worldedit.tool.data-cycler.block-not-permitted": "Nie masz uprawnieĹ„ do przeĹ‚Ä…czania wartoĹ›ci danych tego bloku.", + "worldedit.tool.data-cycler.cant-cycle": "Dane tego bloku nie mogÄ… być przeĹ‚Ä…czone!", + "worldedit.tool.data-cycler.new-value": "Wartość {0} wynosi teraz {1}.", + "worldedit.tool.data-cycler.cycling": "Cykliczne przeĹ‚Ä…czanie: {0}.", + "worldedit.tool.deltree.equip": "NarzÄ™dzie usuwania unoszÄ…cych siÄ™ drzew przypisano do: {0}.", + "worldedit.tool.deltree.not-tree": "To nie jest drzewo.", + "worldedit.tool.deltree.not-floating": "To nie jest unoszÄ…ce siÄ™ drzewo.", + "worldedit.tool.tree.equip": "Malarz drzew przypisano do: {0}.", + "worldedit.tool.tree.obstructed": "Nie moĹĽna umieĹ›cić tam drzewa.", + "worldedit.tool.info.equip": "NarzÄ™dzie informacyjne przypisano do: {0}.", + "worldedit.tool.info.blockstate.hover": "Stan bloku", + "worldedit.tool.info.internalid.hover": "WewnÄ™trzne ID", + "worldedit.tool.info.legacy.hover": "PrzestarzaĹ‚y tag id:data", + "worldedit.tool.info.light.hover": "ĹšwiatĹ‚o bloku/ĹšwiatĹ‚o powyĹĽej", + "worldedit.tool.none.equip": "UsuniÄ™to przypisane narzÄ™dzie z obecnego przedmiotu.", + "worldedit.tool.none.to.unequip": "Nie przypisano obecnego przedmiotu.", + "worldedit.tool.selwand.equip": "RóżdĹĽkÄ™ zaznaczajÄ…cÄ… przypisano do: {0}.", + "worldedit.tool.navwand.equip": "RóżdĹĽkÄ™ nawigacyjnÄ… przypisano do: {0}.", + "worldedit.tool.floodfill.equip": "NarzÄ™dzie wypeĹ‚niajÄ…ce blokami przypisano do: {0}.", + "worldedit.tool.farwand.equip": "RóżdĹĽka dalekosiężna przypisana do {0}.", + "worldedit.tool.lrbuild.equip": "Dalekosiężne narzÄ™dzie budowlane przypisano do: {0}.", + "worldedit.tool.lrbuild.set": "Lewy przycisk ustawiono na {0}; prawy przycisk ustawiono na {1}.", + "worldedit.tool.stack.equip": "NarzÄ™dzie stosu przypisano do: {0}.", + "worldedit.tool.unbind-instruction": "Uruchom {0} trzymajÄ…c przedmiot aby usunąć przypisanie.", + "worldedit.tool.superpickaxe.mode.single": "Ustawiono tryb pojedynczy. Kliknij lewym, trzymajÄ…c kilof. WyĹ‚Ä…cz poleceniem //", + "worldedit.tool.superpickaxe.mode.area": "Ustawiono tryb obszarowy. Kliknij lewym, trzymajÄ…c kilof. WyĹ‚Ä…cz poleceniem //", + "worldedit.tool.superpickaxe.mode.recursive": "Ustawiono tryb rekursywny. Kliknij lewym, trzymajÄ…c kilof. WyĹ‚Ä…cz poleceniem //", + "worldedit.tool.superpickaxe.max-range": "Maksymalny zakres to {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Superkilof jest juĹĽ wĹ‚Ä…czony.", + "worldedit.tool.superpickaxe.disabled.already": "Superkilof jest juĹĽ wyĹ‚Ä…czony.", + "worldedit.tool.superpickaxe.enabled": "Superkilof wĹ‚Ä…czony.", + "worldedit.tool.superpickaxe.disabled": "Superkilof wyĹ‚Ä…czony.", + "worldedit.tool.mask.set": "Ustawiono maskÄ™ pÄ™dzla.", + "worldedit.tool.mask.disabled": "WyĹ‚Ä…czono maskÄ™ pÄ™dzla.", + "worldedit.tool.material.set": "Ustawiono materiaĹ‚ pÄ™dzla.", + "worldedit.tool.range.set": "Ustawiono zakres pÄ™dzla.", + "worldedit.tool.size.set": "Ustawiono rozmiar pÄ™dzla.", + "worldedit.tool.tracemask.set": "Ustawiono maskÄ™ trasujÄ…cÄ….", + "worldedit.tool.tracemask.disabled": "Maska trasujÄ…ca wyĹ‚Ä…czona.", + "worldedit.tool.error.cannot-bind": "Nie moĹĽna przypisać narzÄ™dzia do {0}: {1}", + "worldedit.tool.error.item-only": "Nie moĹĽna uĹĽywać blokĂłw.", + "worldedit.execute.script-permissions": "Nie masz uprawnieĹ„ do korzystania z tego skryptu.", + "worldedit.executelast.no-script": "Najpierw uĹĽyj /cs z nazwÄ… skryptu.", + "worldedit.script.read-error": "BĹ‚Ä…d odczytu skryptu: {0}", + "worldedit.script.unsupported": "Obecnie sÄ… wspierane tylko skrypty .js", + "worldedit.script.file-not-found": "Skrypt nie istnieje: {0}", + "worldedit.script.no-script-engine": "Nie udaĹ‚o siÄ™ znaleźć zainstalowanego silnika skryptu.\nPrzejdĹş do: https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "Nie udaĹ‚o siÄ™ wykonać: {0}", + "worldedit.script.failed-console": "Nie udaĹ‚o siÄ™ wykonać (zobacz konsolÄ™): {0}", + "worldedit.operation.affected.biome": "ObjÄ™to biomy (w sumie {0})", + "worldedit.operation.affected.block": "ObjÄ™to bloki (w sumie {0})", + "worldedit.operation.affected.column": "ObjÄ™to kolumny (w sumie {0})", + "worldedit.operation.affected.entity": "ObjÄ™to byty (w sumie {0})", + "worldedit.operation.deform.expression": "zdeformowano przy uĹĽyciu: {0}", + "worldedit.error.invalid-number": "Oczekiwano liczbÄ™; otrzymano ciÄ…g znakĂłw.", + "worldedit.error.invalid-number.matches": "Oczekiwano liczbÄ™; otrzymano ciÄ…g „{0}”.", + "worldedit.error.incomplete-region": "Najpierw zaznacz obszar.", + "worldedit.error.unknown-block": "Nazwa bloku '{0}' nie zostaĹ‚a rozpoznana.", + "worldedit.error.unknown-entity": "Nazwa obiektu '{0}' nie zostaĹ‚a rozpoznana.", + "worldedit.error.unknown-mob": "Nazwa moba '{0}' nie zostaĹ‚a rozpoznana.", + "worldedit.error.unknown-biome": "Nazwa biomu '{0}' nie zostaĹ‚a rozpoznana.", + "worldedit.error.unknown-tag": "Nazwa tagu '{0}' nie zostaĹ‚a rozpoznana.", + "worldedit.error.empty-tag": "Nazwa tagu '{0}' nie ma zawartoĹ›ci.", + "worldedit.error.no-match": "Brak dopasowania dla '{0}'.", + "worldedit.error.disallowed-block": "Blok '{0}' jest niedozwolony (zobacz konfiguracjÄ™ WorldEdit).", + "worldedit.error.max-changes": "OsiÄ…gniÄ™to maksymalnÄ… liczbÄ™ blokĂłw zmienionych w operacji ({0}).", + "worldedit.error.max-brush-radius": "Maksymalny promieĹ„ pÄ™dzla (w konfiguracji): {0}", + "worldedit.error.max-radius": "Maksymalny promieĹ„ (w konfiguracji): {0}", + "worldedit.error.unknown-direction": "Nieznany kierunek: {0}", + "worldedit.error.empty-clipboard": "TwĂłj schowek jest pusty. Najpierw uĹĽyj polecenia //copy.", + "worldedit.error.invalid-filename": "Niepoprawna nazwa pliku „{0}\": {1}", + "worldedit.error.invalid-filename.invalid-characters": "Niedozwolone znaki lub brakujÄ…ce rozszerzenie", + "worldedit.error.file-resolution": "BĹ‚Ä…d rozpoznania pliku „{0}”: {1}", + "worldedit.error.file-resolution.outside-root": "ĹšcieĹĽka znajduje siÄ™ poza dozwolonym katalogiem", + "worldedit.error.file-resolution.resolve-failed": "Nie udaĹ‚o siÄ™ rozwiÄ…zać Ĺ›cieĹĽki", + "worldedit.error.file-aborted": "Wybieranie pliku przerwane.", + "worldedit.error.no-file-selected": "Nie wybrano pliku.", + "worldedit.error.world-unloaded": "Ĺšwiat juĹĽ zostaĹ‚ zwolniony.", + "worldedit.error.not-a-block": "Ten przedmiot nie jest blokiem.", + "worldedit.error.not-a-block.item": "Przedmiot „{0}” nie jest blokiem.", + "worldedit.error.incorrect-usage": "SkĹ‚adnia: {0}", + "worldedit.error.invalid-page": "NieprawidĹ‚owy numer strony", + "worldedit.error.parser.bad-state-format": "BĹ‚Ä™dny format stanu w {0}", + "worldedit.error.parser.duplicate-property": "Zduplikowana wĹ‚aĹ›ciwość: {0}", + "worldedit.error.parser.empty-state": "Pusta część w stanie", + "worldedit.error.parser.missing-equals-separator": "BrakujÄ…cy separator (=)", + "worldedit.error.parser.clipboard.missing-offset": "OkreĹ›lono przesuniÄ™cie za pomocÄ… znaku @, ale nie zostaĹ‚o ono podane. UĹĽyj „#copy@[x,y,z]”.", + "worldedit.error.parser.unknown-property": "Nieznana wĹ‚aĹ›ciwość „{0}” bloku „{1}”", + "worldedit.error.parser.unknown-value": "Nieznana wartość „{0}” wĹ‚aĹ›ciwoĹ›ci „{1}”", + "worldedit.error.parser.empty-property": "Pusta wĹ‚aĹ›ciwość w stanie", + "worldedit.error.parser.empty-value": "Pusta wartość w stanie", + "worldedit.error.parser.invalid-colon": "NieprawidĹ‚owe uĹĽycie dwukropka.", + "worldedit.error.parser.invalid-expression": "NieprawidĹ‚owe wyraĹĽenie: {0}", + "worldedit.error.parser.negate-nothing": "Nie moĹĽna zmienić znaku przy niczym!", + "worldedit.error.parser.hanging-lbracket": "NieprawidĹ‚owy format. NiedomkniÄ™ty nawias przy „{0}”.", + "worldedit.error.parser.missing-rbracket": "W stanie brakuje koĹ„czÄ…cego nawiasu ( ] )", + "worldedit.error.parser.missing-random-type": "Brak okreĹ›lonego typu po symbolu % „{0}”", + "worldedit.error.parser.clipboard.missing-coordinates": "PrzesuniÄ™cie schowka wymaga współrzÄ™dnych x, y, z.", + "worldedit.error.parser.player-only": "Dane „{0}” wymagajÄ… gracza!", + "worldedit.error.disabled": "Ta funkcja jest wyĹ‚Ä…czona (skonsultuj konfiguracjÄ™ WorldEdit).", + "worldedit.error.unknown": "WystÄ…piĹ‚ nieznany bĹ‚Ä…d: {0}", + "worldedit.error.missing-extent": "Nie jest znany ĹĽaden zakres", + "worldedit.error.missing-session": "Nie jest znana ĹĽadna sesja lokalna", + "worldedit.error.missing-world": "NaleĹĽy okreĹ›lić Ĺ›wiat (SprĂłbuj poleceniem //world)", + "worldedit.error.missing-actor": "Nie jest znany ĹĽaden aktor", + "worldedit.selection.convex.info.vertices": "WierzchoĹ‚ki: {0}", + "worldedit.selection.convex.info.triangles": "TrĂłjkÄ…ty: {0}", + "worldedit.selection.convex.explain.primary": "Zaznaczenie rozpoczÄ™te wierzchoĹ‚kiem {0}.", + "worldedit.selection.convex.explain.secondary": "Dodano wierzchoĹ‚ek ({0}) do zaznaczenia.", + "worldedit.selection.cuboid.info.pos1": "Pozycja 1.: {0}", + "worldedit.selection.cuboid.info.pos2": "Pozycja 2.: {0}", + "worldedit.selection.cuboid.explain.primary": "Ustawiono pozycjÄ™ pierwszÄ…: {0}.", + "worldedit.selection.cuboid.explain.primary-area": "Ustawiono pozycjÄ™ pierwszÄ…: {0} ({1}).", + "worldedit.selection.cuboid.explain.secondary": "Ustawiono pozycjÄ™ drugÄ…: {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "Ustawiono pozycjÄ™ drugÄ…: {0} ({1}).", + "worldedit.selection.extend.explain.primary": "Zaznaczenie rozpoczÄ™te przy {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "Rozszerzono zaznaczenie w celu objÄ™cia: {0} ({1}).", + "worldedit.selection.ellipsoid.info.center": "Ĺšrodek: {0}", + "worldedit.selection.ellipsoid.info.radius": "PromieĹ„ jako X/Y/Z: {0}", + "worldedit.selection.ellipsoid.explain.primary": "Ustawiono pozycjÄ™ Ĺ›rodka: {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "Ustawiono pozycjÄ™ Ĺ›rodka: {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "Ustawiono promieĹ„: {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Ustawiono promieĹ„: {0} ({1}).", + "worldedit.selection.ellipsoid.error.even-horizontal": "Zmiany elipsoidalne muszÄ… być rĂłwne dla kaĹĽdego wymiaru.", + "worldedit.selection.cylinder.info.center": "Ĺšrodek: {0}", + "worldedit.selection.cylinder.info.radius": "PromieĹ„: {0}", + "worldedit.selection.cylinder.explain.primary": "Rozpoczynasz zaznaczenie walcowe przy {0}.", + "worldedit.selection.cylinder.explain.secondary": "Ustawiono promieĹ„: {0}/{1} bl. ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "Najpierw wybierz punkt Ĺ›rodkowy, zanim ustalisz promieĹ„.", + "worldedit.selection.cylinder.error.even-horizontal": "Zmiany stoĹĽkowe muszÄ… być rĂłwne dla kaĹĽdego wymiaru poziomego.", + "worldedit.selection.polygon2d.info": "Nr punktĂłw: {0}", + "worldedit.selection.polygon2d.explain.primary": "Rozpoczynasz nowy wielokÄ…t przy {0}.", + "worldedit.selection.polygon2d.explain.secondary": "Dodano punkt #{0} przy {1}.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "WielokÄ…ty moĹĽna rozszerzyć tylko pionowo.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "WielokÄ…ty moĹĽna zwężyć tylko pionowo.", + "worldedit.selection.sphere.explain.secondary": "Ustawiono promieĹ„: {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "Ustawiono promieĹ„: {0} ({1}).", + "worldedit.selection.null.error.immutable": "Nie moĹĽna zmienić regionu o zerowej wartoĹ›ci.", + "worldedit.selection.intersection.error.cannot-expand": "Nie moĹĽna rozszerzyć przeciÄ™cia obszarĂłw.", + "worldedit.selection.intersection.error.cannot-contract": "Nie moĹĽna skrĂłcić przeciÄ™cia obszarĂłw.", + "worldedit.selection.transform.error.cannot-expand": "Nie moĹĽna rozszerzyć TransformedRegion.", + "worldedit.selection.transform.error.cannot-contract": "Nie moĹĽna skrĂłcić TransformedRegion.", + "worldedit.selection.transform.error.cannot-change": "Nie moĹĽna zmienić TransformedRegion.", + "worldedit.sideeffect.lighting": "Piorun", + "worldedit.sideeffect.lighting.description": "Aktualizuje bloki oĹ›wietleniowe", + "worldedit.sideeffect.neighbors": "SÄ…siedzi", + "worldedit.sideeffect.neighbors.description": "Powiadamia o zmianach pobliskich blokĂłw", + "worldedit.sideeffect.update": "Aktualizuj", + "worldedit.sideeffect.update.description": "Powiadamia zmieniony blok", + "worldedit.sideeffect.validation": "Sprawdzanie poprawnoĹ›ci", + "worldedit.sideeffect.validation.description": "Sprawdza poprawność i naprawia niespĂłjnoĹ›ci stanu Ĺ›wiata, takie jak rozĹ‚Ä…czone bloki", + "worldedit.sideeffect.entity_ai": "AI bytĂłw", + "worldedit.sideeffect.entity_ai.description": "Aktualizuje Ĺ›cieĹĽki dla SI bytĂłw, aby te odzwierciedlaĹ‚y zmiany blokĂłw", + "worldedit.sideeffect.events": "Wydarzenia moda/pluginu", + "worldedit.sideeffect.events.description": "W stosownych przypadkach informuje inne mody/pluginy o tych zmianach", + "worldedit.sideeffect.state.on": "WĹ‚.", + "worldedit.sideeffect.state.delayed": "Opóź.", + "worldedit.sideeffect.state.off": "WyĹ‚.", + "worldedit.sideeffect.box.current": "BieĹĽÄ…cy", + "worldedit.sideeffect.box.change-to": "Kliknij, aby ustawić {0}", + "worldedit.help.command-not-found": "Polecenie \"{0}\" nie zostaĹ‚o znalezione.", + "worldedit.help.no-subcommands": "\"{0}\" nie ma podpoleceĹ„. (MoĹĽe \"{1}\" oznacza parametr?)", + "worldedit.help.subcommand-not-found": "Nie znaleziono podpolecenia \"{0}\" dla \"{1}\".", + "worldedit.cli.stopping": "Zatrzymywanie!", + "worldedit.cli.unknown-command": "Nieznane polecenie!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/pt-BR/strings.json b/config/worldedit/.archive-unpack/2e1dd752/pt-BR/strings.json new file mode 100644 index 0000000..f848996 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/pt-BR/strings.json @@ -0,0 +1,319 @@ +{ + "worldedit.expand.description.vert": "Expande verticalmente a selecção atĂ© aos limites do mundo.", + "worldedit.expand.expanded": "RegiĂŁo expandida em {0} blocos", + "worldedit.expand.expanded.vert": "RegiĂŁo expandida em {0} blocos (de cima para baixo).", + "worldedit.biomeinfo.lineofsight": "Biomas na linha de visĂŁo: {0}", + "worldedit.biomeinfo.position": "Biomas na sua posição: {0}", + "worldedit.biomeinfo.selection": "Biomas na sua seleção: {0}", + "worldedit.brush.radius-too-large": "Raio máximo permitido do pincel: {0}", + "worldedit.brush.apply.description": "Aplicar pincel, aplicar uma função a cada bloco", + "worldedit.brush.apply.radius": "O tamanho do pincel", + "worldedit.brush.apply.shape": "O formato da regiĂŁo", + "worldedit.brush.apply.type": "Tipo de pincel para usar", + "worldedit.brush.apply.item.warning": "Este pincel simula o uso de itens. Seus efeitos podem nĂŁo funcionar em todas as plataformas, podem nĂŁo ser desfeitas e podem causar estranhas interações com outros mods/plugins. Use por sua prĂłpria conta e risco.", + "worldedit.brush.paint.description": "Pincel para pintar, aplicar uma função a uma superfĂ­cie", + "worldedit.brush.paint.size": "O tamanho do pincel", + "worldedit.brush.paint.shape": "O formato da regiĂŁo", + "worldedit.brush.paint.density": "A densidade do pincel", + "worldedit.brush.paint.type": "Tipo de pincel para usar", + "worldedit.brush.paint.item.warning": "Este pincel simula o uso de itens. Seus efeitos podem nĂŁo funcionar em todas as plataformas, podem nĂŁo ser reversĂ­veis e podem causar interacções estranhas com outros mods/plugins. Usar por conta prĂłpria.", + "worldedit.brush.sphere.equip": "Pincel com forma esfĂ©rica equipado ({0}).", + "worldedit.brush.cylinder.equip": "Pincel com forma cilĂ­ndrica equipado ({0} por {1}).", + "worldedit.brush.clipboard.equip": "Pincel com forma 'clipboard' equipado.", + "worldedit.brush.smooth.equip": "Pincel suave equipado ({0} x {1} x usando {2}).", + "worldedit.brush.extinguish.equip": "Extintor equipado ({0}).", + "worldedit.brush.gravity.equip": "Pincel de gravidade equipado. ({0}).", + "worldedit.brush.butcher.equip": "Pincel talhante equipado ({0}).", + "worldedit.brush.operation.equip": "Definir pincel para {0}.", + "worldedit.brush.none.equip": "Pincel desvinculado do teu item actual.", + "worldedit.drawsel.disabled": "CUI do servidor desativado.", + "worldedit.drawsel.disabled.already": "CUI do servidor já se encontra desativado.", + "worldedit.drawsel.enabled.already": "A CUI do Servidor já está habilitada.", + "worldedit.limit.too-high": "Seu limite máximo permitido Ă© de {0}.", + "worldedit.limit.set": "Limite de alterações dos blocos definido para {0}.", + "worldedit.limit.return-to-default": "(Use //limit para voltar ao padrĂŁo.)", + "worldedit.timeout.too-high": "Seu 'timeout' máximo permitido Ă© {0}ms.", + "worldedit.timeout.return-to-default": " (Use //timeout para voltar ao padrĂŁo.)", + "worldedit.fast.disabled": "Modo rápido desativado.", + "worldedit.fast.enabled": "Modo rápido ativado. Iluminação nos chunks afetados podem estar errados e/ou vocĂŞ poderá ter de voltar a entrar no jogo para ver as alterações.", + "worldedit.fast.disabled.already": "Modo rápido já está desativado.", + "worldedit.fast.enabled.already": "Modo administrador já habilitado.", + "worldedit.reorder.current": "O modo de reordenação Ă© {0}", + "worldedit.reorder.set": "O modo de reordenação Ă© agora {0}", + "worldedit.gmask.disabled": "Máscara global desativada.", + "worldedit.gmask.set": "Máscara global definida.", + "worldedit.toggleplace.pos1": "Colocando agora na posição #1.", + "worldedit.toggleplace.player": "Colocando agora no bloco que vocĂŞ está posicionado.", + "worldedit.searchitem.too-short": "Digite uma string de pesquisa mais comprida (dimensĂŁo > 2).", + "worldedit.searchitem.either-b-or-i": "NĂŁo se pode usar as flags \"b\" e \"i\" simultaneamente.", + "worldedit.searchitem.searching": "(Por favor aguarde... pesquisando itens.)", + "worldedit.watchdog.no-hook": "Esta plataforma nĂŁo tem hooks de watchdog.", + "worldedit.watchdog.active.already": "ExtensĂŁo watchdog já se encontra ativada.", + "worldedit.watchdog.inactive.already": "ExtensĂŁo watchdog já se encontra desativada.", + "worldedit.watchdog.active": "ExtensĂŁo watchdog está agora ativada.", + "worldedit.watchdog.inactive": "ExtensĂŁo watchdog está agora desativada.", + "worldedit.world.remove": "Substituição do mundo removida.", + "worldedit.world.set": "Define a substituição do mundo para {0}. (Use //world para voltar ao padrĂŁo)", + "worldedit.undo.undone": "Foram restauradas {0} edições possĂ­veis.", + "worldedit.undo.none": "NĂŁo existe mais nada para desfazer.", + "worldedit.redo.redone": "{0} edições disponĂ­veis foram refeitas.", + "worldedit.redo.none": "NĂŁo existe mais nada para refazer.", + "worldedit.clearhistory.cleared": "HistĂłrico limpo.", + "worldedit.raytrace.noblock": "Nenhum bloco no campo de visĂŁo!", + "worldedit.restore.not-configured": "Restauração de snapshot/backup nĂŁo está configurada.", + "worldedit.restore.not-available": "Este snapshot nĂŁo existe ou nĂŁo está disponĂ­vel.", + "worldedit.restore.failed": "Falha ao carregar o snapshot: {0}", + "worldedit.restore.loaded": "Snapshot '{0}' carregado; restaurando agora...", + "worldedit.restore.restored": "Restaurado; {0} chunks faltando e {1} outros erros.", + "worldedit.restore.none-for-specific-world": "Nenhum snapshot foi encontrado para o mundo '{0}'.", + "worldedit.restore.none-for-world": "Nenhuma snapshot foi encontrada para este mundo.", + "worldedit.restore.none-found": "Nenhuma snapshot foi encontrada.", + "worldedit.restore.none-found-console": "Nenhum snapshot foi encontrado. Consulte o console para obter detalhes.", + "worldedit.restore.chunk-not-present": "Chunks nĂŁo estavam presentes no snapshot.", + "worldedit.restore.chunk-load-failed": "Nenhum chunks pode ser carregado. (Arquivo danificado?)", + "worldedit.restore.block-place-failed": "Erros impediram que qualquer bloco fosse restaurado.", + "worldedit.restore.block-place-error": "Ăšltimo erro: {0}", + "worldedit.snapshot.use.newest": "Agora usando o snapshot mais recente.", + "worldedit.snapshot.use": "Snapshot definida para: {0}", + "worldedit.snapshot.none-before": "NĂŁo foi possĂ­vel encontrar um snapshot antes de {0}.", + "worldedit.snapshot.none-after": "NĂŁo foi possĂ­vel encontrar um snapshot antes de {0}.", + "worldedit.snapshot.index-above-0": "ĂŤndice invalido, o valor deve ser superior ou igual a 1.", + "worldedit.snapshot.index-oob": "ĂŤndice inválido, deve estar entre 1 e {0}.", + "worldedit.schematic.unknown-format": "Formato esquema desconhecido: {0}.", + "worldedit.schematic.load.does-not-exist": "Esquema {0} nĂŁo existe!", + "worldedit.schematic.load.loading": "(Aguarde... carregando diagrama.)", + "worldedit.schematic.save.already-exists": "Esse esquema já existe. Use a flag -f para substituĂ­-lo.", + "worldedit.schematic.save.failed-directory": "NĂŁo foi possĂ­vel criar pasta para esquemas!", + "worldedit.schematic.save.saving": "(Aguarde... salvando esquema.)", + "worldedit.schematic.delete.does-not-exist": "Esquema {0} nĂŁo existe!", + "worldedit.schematic.delete.failed": "Remoção de {0} falhou! É somente leitura?", + "worldedit.schematic.delete.deleted": "{0} foi excluĂ­do.", + "worldedit.schematic.formats.title": "Formatos disponĂ­veis da área de transferĂŞncia (Nome: Pesquisar nomes)", + "worldedit.pos.already-set": "Posição já definida.", + "worldedit.pos.console-require-coords": "VocĂŞ deve fornecer coordenadas como console.", + "worldedit.hpos.no-block": "Nenhum bloco no campo de visĂŁo!", + "worldedit.hpos.already-set": "Posição já definida.", + "worldedit.chunk.selected-multiple": "Chunks selecionados: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.wand.invalid": "O item da Varinha está mal configurado ou desativado.", + "worldedit.wand.selwand.info": "Clique Esquerdo: seleciona pos #1; Clique Direito: seleciona pos #2", + "worldedit.wand.navwand.info": "BotĂŁo esquerdo: pula para a localização; BotĂŁo direito: atravessa as paredes", + "worldedit.contract.contracted": "RegiĂŁo encolhida em {0} blocos.", + "worldedit.shift.shifted": "RegiĂŁo deslocada.", + "worldedit.outset.outset": "RegiĂŁo iniciada.", + "worldedit.inset.inset": "RegiĂŁo intercalada.", + "worldedit.size.offset": "Deslocamento: {0}", + "worldedit.size.type": "Tipo: {0}", + "worldedit.size.size": "Tamanho: {0}", + "worldedit.size.distance": "Distância do cubĂłide: {0}", + "worldedit.size.blocks": "# de blocos: {0}", + "worldedit.count.counted": "Contado: {0}", + "worldedit.distr.no-blocks": "Blocos nĂŁo contados.", + "worldedit.distr.no-previous": "Nenhuma distribuição anterior.", + "worldedit.distr.total": "Contagem total de blocos: {0}", + "worldedit.select.cleared": "Seleção limpa.", + "worldedit.select.cuboid.message": "Cuboid: clique esquerdo para o ponto 1, clique direito para o ponto 2", + "worldedit.select.cuboid.description": "Selecione dois cantos do cubo", + "worldedit.select.extend.message": "CubĂłide: clique com o botĂŁo esquerdo para um ponto de partida, clique com o botĂŁo direito para estender", + "worldedit.select.extend.description": "Modo de seleção rápida de cubĂłide", + "worldedit.select.poly.message": "Seletor polĂ­gono 2D: Clique esquerdo / direito para adicionar um ponto.", + "worldedit.select.poly.limit-message": "Máximo de {0} pontos.", + "worldedit.select.poly.description": "Selecione um polĂ­gono 2D com altura", + "worldedit.select.ellipsoid.message": "Seletor de elipsĂłide: clique esquerdo = centro, clique direito para estender", + "worldedit.select.ellipsoid.description": "Selecione um elipsĂłide", + "worldedit.select.sphere.message": "Seletor de elipsĂłide: clique esquerdo = centro, clique direito para estender", + "worldedit.select.sphere.description": "Selecione uma esfera", + "worldedit.select.cyl.message": "Seletor cilĂ­ndrico: clique esquerdo = centro, clique direito para estender", + "worldedit.select.cyl.description": "Selecionar um cilindro", + "worldedit.select.convex.message": "Seletor poliĂ©drico convexo: Clique esquerdo = Primeiro vĂ©rtice, clique direito para adicionar mais.", + "worldedit.select.convex.limit-message": "Máximo de {0} pontos.", + "worldedit.select.convex.description": "Selecione um poliedro convexo", + "worldedit.select.default-set": "Seu seletor de regiĂŁo padrĂŁo agora Ă© {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Formato antigo: {0}", + "worldedit.chunkinfo.mcregion-filename": "McRegion: regiĂŁo/{0}", + "worldedit.listchunks.listfor": "Listando chunks para: {0}", + "worldedit.drain.drained": "{0} blocos foram drenados.", + "worldedit.fill.created": "{0} blocos foram preenchidos.", + "worldedit.fillr.created": "{0} blocos foram preenchidos.", + "worldedit.fixlava.fixed": "{0} blocos foram fixados.", + "worldedit.fixwater.fixed": "{0} blocos foram fixados.", + "worldedit.removeabove.removed": "{0} blocos foram removidos.", + "worldedit.removebelow.removed": "{0} blocos foram removidos.", + "worldedit.removenear.removed": "{0} blocos foram removidos.", + "worldedit.replacenear.replaced": "{0} blocos foram substituĂ­dos.", + "worldedit.snow.created": "{0} mensagens foram cobertos.", + "worldedit.thaw.removed": "{0} blocos foram dissolvidos.", + "worldedit.green.changed": "{0} blocos foram esverdeados.", + "worldedit.extinguish.removed": "{0} fogos foram apagados.", + "worldedit.butcher.killed": "{0} mobs foram mortos em um raio de {1}.", + "worldedit.butcher.explain-all": "Use -1 para remover todos os mobs nos chunks carregados", + "worldedit.remove.removed": "{0} entidades foram marcadas para remoção.", + "worldedit.remove.explain-all": "Use -1 para remover todos os mobs nos chunks carregados", + "worldedit.calc.invalid": "'{0}' nĂŁo pode ser analisado como uma expressĂŁo válida", + "worldedit.paste.pasted": "A área de transferĂŞncia foi colada em {0}", + "worldedit.paste.selected": "Selecionada área de transferĂŞncia de cola.", + "worldedit.rotate.no-interpolation": "Nota: A interpolação ainda nĂŁo Ă© suportada, sendo recomendados ângulos que sĂŁo mĂşltiplos de 90.", + "worldedit.rotate.rotated": "A cĂłpia da área de transferĂŞncia foi girada.", + "worldedit.flip.flipped": "A cĂłpia da área de transferĂŞncia foi girada.", + "worldedit.clearclipboard.cleared": "Ărea de transferĂŞncia foi limpa.", + "worldedit.set.done": "Operação concluĂ­da.", + "worldedit.set.done.verbose": "Operação concluĂ­da ({0}).", + "worldedit.line.changed": "{0} blocos foram alterados.", + "worldedit.line.invalid-type": "//linha sĂł funciona com seleções cubĂłides ou seleções convexas poliedrais", + "worldedit.curve.changed": "{0} blocos foram alterados.", + "worldedit.curve.invalid-type": "//curva sĂł funciona com seleções poliedrais convexas", + "worldedit.replace.replaced": "{0} blocos foram substituĂ­dos.", + "worldedit.stack.changed": "{0} bloqueios alterados. Desfazer com //undo", + "worldedit.regen.regenerated": "RegiĂŁo regenerada.", + "worldedit.regen.failed": "NĂŁo foi possĂ­vel regenerar chunks. Verifique o console para detalhes.", + "worldedit.walls.changed": "{0} blocos foram alterados.", + "worldedit.faces.changed": "{0} blocos foram alterados.", + "worldedit.overlay.overlaid": "{0} blocos foram recobertos.", + "worldedit.naturalize.naturalized": "{0} bloco(s) foram feitos para parecer mais naturais.", + "worldedit.center.changed": "Conjunto do centro. ({0} blocos alterados)", + "worldedit.smooth.changed": "A altura do terreno foi suavizada. {0} blocos mudaram.", + "worldedit.move.moved": "{0} blocos movidos.", + "worldedit.deform.deformed": "{0} blocos foram deformados.", + "worldedit.hollow.changed": "{0} blocos foram alterados.", + "worldedit.forest.created": "{0} árvores foram criadas.", + "worldedit.flora.created": "{0} árvores foram criadas.", + "worldedit.unstuck.moved": "Muito bem!", + "worldedit.ascend.obstructed": "NĂŁo há lugar livre acima de onde vocĂŞ está.", + "worldedit.ascend.moved": "Ascendeu {0} nĂ­veis.", + "worldedit.descend.obstructed": "NĂŁo há lugar livre acima de onde vocĂŞ está.", + "worldedit.descend.moved": "Desceu {0} nĂ­veis.", + "worldedit.ceil.obstructed": "NĂŁo há lugar livre acima de onde vocĂŞ está.", + "worldedit.ceil.moved": "Uau!", + "worldedit.thru.obstructed": "NĂŁo há lugar livre acima de onde vocĂŞ está.", + "worldedit.thru.moved": "Uau!", + "worldedit.jumpto.moved": "Poof!", + "worldedit.jumpto.none": "Nenhum bloco visĂ­vel (ou muito para longe)!", + "worldedit.up.obstructed": "VocĂŞ atingiria algo acima de vocĂŞ.", + "worldedit.up.moved": "Uau!", + "worldedit.cyl.invalid-radius": "VocĂŞ deve especificar 1 ou 2 valores de raio.", + "worldedit.cyl.created": "{0} blocos foram criados.", + "worldedit.sphere.invalid-radius": "VocĂŞ deve especificar 1 ou 3 valores de raio.", + "worldedit.sphere.created": "{0} blocos foram criados.", + "worldedit.forestgen.created": "{0} árvores foram criadas.", + "worldedit.pumpkins.created": "{0} patches de abĂłbora criados.", + "worldedit.pyramid.created": "{0} blocos foram criados.", + "worldedit.generate.created": "{0} blocos foram criados.", + "worldedit.reload.config": "Configuração recarregada!", + "worldedit.report.written": "RelatĂłrio WorldEdit gravado em {0}", + "worldedit.report.error": "Falha ao gravar relatĂłrio: {0}", + "worldedit.report.callback": "RelatĂłrio WorldEdit: {0}.report", + "worldedit.timezone.invalid": "Fuso horário inválido", + "worldedit.timezone.set": "Fuso horário definido para esta sessĂŁo para: {0}", + "worldedit.timezone.current": "A hora atual neste fuso horário Ă©: {0}", + "worldedit.version.version": "WorldEdit versĂŁo {0}", + "worldedit.version.bukkit.unsupported-adapter": "Esta versĂŁo do WorldEdit nĂŁo suporta totalmente a sua versĂŁo do Bukkit. Bloquear entidades (por exemplo, baĂşs) ficará vazia, propriedades do bloco (por exemplo, rotação) estarĂŁo faltando, e outras coisas podem nĂŁo funcionar. Atualize o WorldEdit para restaurar esta funcionalidade:\n{0}", + "worldedit.command.time-elapsed": "{0}s decorridos (histĂłrico: {1} alterado; {2} blocos/seg).", + "worldedit.command.permissions": "VocĂŞ nĂŁo tem permissĂŁo para fazer isso. Está no modo certo?", + "worldedit.command.player-only": "Esse comando deve ser usado com um jogador.", + "worldedit.command.error.report": "Por favor, reporte este erro: [Ver console]", + "worldedit.pastebin.uploading": "(Por favor, aguarde... enviando a saĂ­da para pastebin...)", + "worldedit.session.cant-find-session": "NĂŁo foi possĂ­vel encontrar a sessĂŁo para {0}", + "worldedit.platform.no-file-dialog": "Diálogos de arquivo nĂŁo sĂŁo suportados em seu ambiente.", + "worldedit.tool.max-block-changes": "Limite máximo de blocos alterados foi atingido.", + "worldedit.tool.no-block": "Nenhum bloco no campo de visĂŁo!", + "worldedit.tool.repl.equip": "Ferramenta de substituição de bloco vinculada a {0}.", + "worldedit.tool.repl.switched": "Ferramenta de substituição de bloco mudou para: {0}", + "worldedit.tool.data-cycler.equip": "Ferramenta de substituição de bloco vinculada a {0}.", + "worldedit.tool.data-cycler.block-not-permitted": "VocĂŞ nĂŁo tem permissĂŁo para ciclo do valor de dados desse bloco.", + "worldedit.tool.data-cycler.cant-cycle": "Os dados deste bloco nĂŁo podem ser alterados!", + "worldedit.tool.data-cycler.new-value": "O valor de {0} agora Ă© {1}.", + "worldedit.tool.data-cycler.cycling": "Agora fazendo o ciclo{0}.", + "worldedit.tool.deltree.equip": "Ferramenta de remoção de árvore flutuante vinculada a {0}.", + "worldedit.tool.deltree.not-tree": "Isso nĂŁo Ă© uma árvore.", + "worldedit.tool.deltree.not-floating": "Isso nĂŁo Ă© uma árvore flutuante.", + "worldedit.tool.tree.equip": "Ferramenta de árvore vinculada a {0}.", + "worldedit.tool.tree.obstructed": "Uma árvore nĂŁo pode ir lá.", + "worldedit.tool.info.equip": "Ferramenta de informação vinculada a {0}.", + "worldedit.tool.info.blockstate.hover": "Estado do Bloco", + "worldedit.tool.info.internalid.hover": "ID interno", + "worldedit.tool.info.legacy.hover": "Id Legado: dados", + "worldedit.tool.info.light.hover": "Bloco claro/luz acima", + "worldedit.tool.none.equip": "Pincel desvinculado do seu item atual.", + "worldedit.tool.selwand.equip": "Varinha de seleção vinculada a {0}.", + "worldedit.tool.navwand.equip": "Varinha de navegação vinculada a {0}.", + "worldedit.tool.floodfill.equip": "Ferramenta de inundação de bloco vinculada a {0}.", + "worldedit.tool.farwand.equip": "Ferramenta Varinha remota vinculada a {0}.", + "worldedit.tool.lrbuild.equip": "Ferramenta de construção de longo alcance vinculada a {0}.", + "worldedit.tool.lrbuild.set": "Clique esquerdo definido para {0}; clique com o botĂŁo direito definido para {1}.", + "worldedit.tool.superpickaxe.mode.single": "O modo agora Ă© simples. Clique com o botĂŁo esquerdo com uma picareta. // para desativar.", + "worldedit.tool.superpickaxe.mode.area": "O modo agora Ă© área. Clique com o botĂŁo esquerdo com uma picareta. // para desativar.", + "worldedit.tool.superpickaxe.mode.recursive": "O modo agora Ă© recursivo. Clique com o botĂŁo esquerdo com uma picareta. // para desativar.", + "worldedit.tool.superpickaxe.max-range": "Alcance máximo Ă© de {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Super picareta já está habilitada.", + "worldedit.tool.superpickaxe.disabled.already": "Super picareta já está desativada.", + "worldedit.tool.superpickaxe.enabled": "Super picareta ativada.", + "worldedit.tool.superpickaxe.disabled": "Super picareta desativada.", + "worldedit.tool.mask.set": "Mascara de pincel definida.", + "worldedit.tool.mask.disabled": "Máscara de pincel desativada.", + "worldedit.tool.material.set": "Material pincelado definido.", + "worldedit.tool.range.set": "Alcance do pincel definido.", + "worldedit.tool.size.set": "Tamanho do pincel definido.", + "worldedit.tool.tracemask.set": "Máscara de rastreamento definida.", + "worldedit.tool.tracemask.disabled": "Máscara de rastreamento desativada.", + "worldedit.execute.script-permissions": "VocĂŞ nĂŁo tem permissĂŁo para usar esse script.", + "worldedit.executelast.no-script": "Use /cs com um nome de script primeiro.", + "worldedit.script.read-error": "Erro ao ler script: {0}", + "worldedit.script.unsupported": "Somente scripts .js sĂŁo atualmente suportados", + "worldedit.script.file-not-found": "Script nĂŁo existe: {0}", + "worldedit.script.no-script-engine": "Falha ao encontrar um mecanismo de script instalado.\nPor favor, veja https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "Falha ao executar: {0}", + "worldedit.script.failed-console": "Falha ao executar (ver console): {0}", + "worldedit.operation.affected.biome": "{0} biomas afetados", + "worldedit.operation.affected.block": "{0} blocos afetados", + "worldedit.operation.affected.column": "{0} colunas afetadas", + "worldedit.operation.affected.entity": "{0} entidades afetadas", + "worldedit.operation.deform.expression": "deformado usando {0}", + "worldedit.selection.convex.info.vertices": "VĂ©rtices: {0}", + "worldedit.selection.convex.info.triangles": "Triângulos: {0}", + "worldedit.selection.convex.explain.primary": "Iniciou uma nova seleção com um vĂ©rtice {0}.", + "worldedit.selection.convex.explain.secondary": "Um vĂ©rtice {0} foi adicionado Ă  seleção.", + "worldedit.selection.cuboid.info.pos1": "Posição 1: {0}", + "worldedit.selection.cuboid.info.pos2": "Posição 2: {0}", + "worldedit.selection.cuboid.explain.primary": "Primeira posição definida para {0}.", + "worldedit.selection.cuboid.explain.primary-area": "Primeira posição definida para {0} ({1}).", + "worldedit.selection.cuboid.explain.secondary": "Segunda posição definida para {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "Segunda posição definida para {0} ({1}).", + "worldedit.selection.extend.explain.primary": "Seleção iniciada em {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "Seleção estendida para englobar {0} ({1}).", + "worldedit.selection.ellipsoid.info.center": "Centro: {0}", + "worldedit.selection.ellipsoid.info.radius": "Raio X/Y/Z: {0}", + "worldedit.selection.ellipsoid.explain.primary": "Posição central definida para {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "Posição do centro definida para {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "Raio definido para {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Raio definido para {0} ({1}).", + "worldedit.selection.cylinder.info.center": "Centro: {0}", + "worldedit.selection.cylinder.info.radius": "Raio: {0}", + "worldedit.selection.cylinder.explain.primary": "Iniciando uma nova seleção cilĂ­ndrica em {0}.", + "worldedit.selection.cylinder.explain.secondary": "Raio definido para {0}/{1} blocos. ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "VocĂŞ deve selecionar o ponto central antes de definir o raio.", + "worldedit.selection.polygon2d.info": "# pontos: {0}", + "worldedit.selection.polygon2d.explain.primary": "Iniciando um novo polĂ­gono em {0}.", + "worldedit.selection.polygon2d.explain.secondary": "Ponto adicionado #{0} em {1}.", + "worldedit.selection.sphere.explain.secondary": "Raio definido para {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "Raio definido para {0} ({1}).", + "worldedit.sideeffect.lighting": "Iluminação", + "worldedit.sideeffect.lighting.description": "Atualizar iluminação de bloco", + "worldedit.sideeffect.neighbors": "Vizinhos", + "worldedit.sideeffect.neighbors.description": "Notifica blocos de mudanças prĂłximos", + "worldedit.sideeffect.validation": "Validação", + "worldedit.sideeffect.validation.description": "Valida e corrige o estado incoerente do mundo, como bloqueios desconectados", + "worldedit.sideeffect.entity_ai": "Entidade IA", + "worldedit.sideeffect.entity_ai.description": "Atualiza os caminhos IA da entidade para as alterações do bloco", + "worldedit.sideeffect.events": "Eventos de Mod/Plugin", + "worldedit.sideeffect.events.description": "Diz a outros mods/plugins sobre essas alterações quando aplicável", + "worldedit.sideeffect.state.on": "Ligado", + "worldedit.sideeffect.state.delayed": "Adiada", + "worldedit.sideeffect.state.off": "Desligado", + "worldedit.sideeffect.box.current": "Atual", + "worldedit.sideeffect.box.change-to": "Clique para definir para {0}", + "worldedit.help.command-not-found": "O comando '{0}' nĂŁo foi encontrado.", + "worldedit.help.no-subcommands": "'{0}' nĂŁo possui subcomandos. (Talvez '{1}' seja para um parâmetro?)", + "worldedit.help.subcommand-not-found": "O subcomando '{0}' em '{1}' nĂŁo foi encontrado.", + "worldedit.cli.stopping": "Parando!", + "worldedit.cli.unknown-command": "Comando desconhecido!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/pt-PT/strings.json b/config/worldedit/.archive-unpack/2e1dd752/pt-PT/strings.json new file mode 100644 index 0000000..a847046 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/pt-PT/strings.json @@ -0,0 +1,66 @@ +{ + "worldedit.expand.description.vert": "Expande verticalmente a selecção atĂ© aos limites do mundo.", + "worldedit.expand.expanded": "RegiĂŁo expandida {0} blocos", + "worldedit.expand.expanded.vert": "RegiĂŁo expandida {0} blocos (cima para baixo).", + "worldedit.biomeinfo.lineofsight": "Biomas na linha de visĂŁo: {0}", + "worldedit.biomeinfo.position": "Biomas na tua posição: {0}", + "worldedit.biomeinfo.selection": "Biomas na tua selecção: {0}", + "worldedit.brush.radius-too-large": "Raio máximo permitido do pincel: {0}", + "worldedit.brush.apply.description": "Aplicar pincel, aplicar uma função a cada bloco", + "worldedit.brush.apply.radius": "O tamanho do pincel", + "worldedit.brush.apply.shape": "O formato da regiĂŁo", + "worldedit.brush.apply.type": "Tipo de pincel a usar", + "worldedit.brush.apply.item.warning": "Este pincel simula o uso de itens. Seus efeitos podem nĂŁo funcionar em todas as plataformas, podem nĂŁo ser irreversĂ­veis e podem causar interacções estranhas com outros mods/plugins. Usar por conta prĂłpria.", + "worldedit.brush.paint.description": "Pincel para pintar, aplicar uma função a uma superfĂ­cie", + "worldedit.brush.paint.size": "O tamanho do pincel", + "worldedit.brush.paint.shape": "O formato da regiĂŁo", + "worldedit.brush.paint.density": "A densidade do pincel", + "worldedit.brush.paint.type": "Tipo de pincel a usar", + "worldedit.brush.paint.item.warning": "Este pincel simula o uso de itens. Seus efeitos podem nĂŁo funcionar em todas as plataformas, podem nĂŁo ser irreversĂ­veis e podem causar interacções estranhas com outros mods/plugins. Usar por conta prĂłpria.", + "worldedit.brush.sphere.equip": "Pincel com forma esfĂ©rica equipado ({0}).", + "worldedit.brush.cylinder.equip": "Pincel com forma cilĂ­ndrica equipado ({0} por {1}).", + "worldedit.brush.clipboard.equip": "Pincel com forma 'clipboard' equipado.", + "worldedit.brush.smooth.equip": "Pincel suave equipado ({0} x {1} x usando {2}).", + "worldedit.brush.extinguish.equip": "Extintor equipado ({0}).", + "worldedit.brush.gravity.equip": "Pincel de gravidade equipado. ({0}).", + "worldedit.brush.butcher.equip": "Pincel talhante equipado ({0}).", + "worldedit.brush.operation.equip": "Definir pincel para {0}.", + "worldedit.brush.none.equip": "Pincel desvinculado do teu item actual.", + "worldedit.drawsel.disabled": "CUI do servidor desactivado.", + "worldedit.drawsel.disabled.already": "CUI do servidor já se encontra desactivado.", + "worldedit.drawsel.enabled.already": "CUI do servidor já se encontra activado.", + "worldedit.limit.too-high": "O teu limite máximo permitido Ă© {0}.", + "worldedit.limit.set": "Limite de alterações dos blocos definido para {0}.", + "worldedit.limit.return-to-default": "(Usa //limit para voltar ao padrĂŁo.)", + "worldedit.timeout.too-high": "Seu 'timeout' máximo permitido Ă© {0}ms.", + "worldedit.timeout.return-to-default": " (Usa //timeout para voltar ao padrĂŁo.)", + "worldedit.fast.disabled": "Modo rápido desactivado.", + "worldedit.fast.enabled": "Modo rápido activado. Iluminação nos chunks afectados podem estar errados e/ou poderás ter de voltar a entrar no jogo para ver alterações.", + "worldedit.fast.disabled.already": "Modo rápido já se encontra desactivado.", + "worldedit.fast.enabled.already": "Modo rápido já se encontra activado.", + "worldedit.reorder.current": "O modo de reordenação Ă© {0}", + "worldedit.reorder.set": "O modo de reordenação Ă© agora {0}", + "worldedit.gmask.disabled": "Máscara global desactivada.", + "worldedit.gmask.set": "Máscara global definida.", + "worldedit.toggleplace.pos1": "Colocando agora na posição #1.", + "worldedit.toggleplace.player": "Colocando agora no bloco que pisas.", + "worldedit.searchitem.too-short": "Digita uma string de pesquisa maior (dimensĂŁo > 2).", + "worldedit.searchitem.either-b-or-i": "NĂŁo podes usar ambos os atributos 'b' e 'i' simultaneamente.", + "worldedit.searchitem.searching": "(Por favor aguarda... A pesquisar itens.)", + "worldedit.watchdog.no-hook": "Esta plataforma nĂŁo possui extensões watchdog.", + "worldedit.watchdog.active.already": "ExtensĂŁo watchdog já se encontra activado.", + "worldedit.watchdog.inactive.already": "ExtensĂŁo watchdog já se encontra desactivado.", + "worldedit.watchdog.active": "ExtensĂŁo watchdog está agora activado.", + "worldedit.watchdog.inactive": "ExtensĂŁo watchdog está agora desactivado.", + "worldedit.world.remove": "Substituição do mundo removida.", + "worldedit.world.set": "Define a substituição do mundo para {0}. (Usa //world para voltar ao padrĂŁo)", + "worldedit.undo.undone": "Foram restauradas {0} edições possĂ­veis.", + "worldedit.undo.none": "NĂŁo existe mais para desfazer.", + "worldedit.redo.redone": "{0} edições disponĂ­veis foram refeitas.", + "worldedit.redo.none": "NĂŁo existe mais para refazer.", + "worldedit.clearhistory.cleared": "HistĂłrico limpo.", + "worldedit.raytrace.noblock": "Nenhum bloco no campo de visĂŁo!", + "worldedit.hpos.no-block": "Nenhum bloco no campo de visĂŁo!", + "worldedit.wand.navwand.info": "BotĂŁo esquerdo: pule para a localização; BotĂŁo direito: atravessa as paredes", + "worldedit.tool.no-block": "Nenhum bloco no campo de visĂŁo!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/qya-AA/strings.json b/config/worldedit/.archive-unpack/2e1dd752/qya-AA/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/qya-AA/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/ro/strings.json b/config/worldedit/.archive-unpack/2e1dd752/ro/strings.json new file mode 100644 index 0000000..4104a58 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/ro/strings.json @@ -0,0 +1,20 @@ +{ + "worldedit.expand.description.vert": "Selectia a fost extinsa vertical pana la limita.", + "worldedit.expand.expanded": "Regiunea a fost extinsa {0} blocuri", + "worldedit.expand.expanded.vert": "Regiunea a fost extinsa {0} blocuri (de sus pana jos).", + "worldedit.biomeinfo.position": "Biome-uri la pozitia ta: {0}", + "worldedit.biomeinfo.selection": "Biome-uri in selectia ta: {0}", + "worldedit.brush.radius-too-large": "Raza maxima permisÄ a pensulei: {0}", + "worldedit.brush.apply.description": "Aplica pensula, aplica o functie pentru fiecare bloc", + "worldedit.brush.apply.radius": "Marimea pensulei", + "worldedit.brush.apply.shape": "Forma regiunii", + "worldedit.brush.apply.type": "Tip de pensula folosit", + "worldedit.brush.apply.item.warning": "Aceasta pensula simuleaza folosirea unui obiect. Efectele acesteia s-ar putea sa nu functioneze pe toate platformele, s-ar putea sa nu fie anulabila, si poate cauza interactii neobisnuite cu alte mod-uri/plugin-uri. Folositi pe propria raspundere.", + "worldedit.brush.paint.description": "Pensula de pictat, aplica o functie pe o suprafata", + "worldedit.brush.paint.size": "Marimea pensulei", + "worldedit.brush.paint.shape": "Forma regiunii", + "worldedit.brush.paint.density": "Densitatea pensulei", + "worldedit.brush.paint.type": "Tip de pensula folosit", + "worldedit.brush.paint.item.warning": "Aceasta pensula simuleaza folosirea unui obiect. Efectele acesteia s-ar putea sa nu functioneze pe toate platformele, s-ar putea sa nu fie anulabila, si poate cauza interactii neobisnuite cu alte mod-uri/plugin-uri. Folositi pe propria raspundere.", + "worldedit.brush.sphere.equip": "Pensula cu forma de sfera echipata ({0})." +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/ru/strings.json b/config/worldedit/.archive-unpack/2e1dd752/ru/strings.json new file mode 100644 index 0000000..4383507 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/ru/strings.json @@ -0,0 +1,415 @@ +{ + "worldedit.expand.description.vert": "Đ Đ°ŃŃирить выделеннŃŃŽ облаŃŃ‚ŃŚ по вертикали от 0 Đ´Đľ ĐĽĐ°ĐşŃимальной выŃоты ŃтроительŃтва.", + "worldedit.expand.expanded": "Регион раŃŃирен на {0} блока(ов)", + "worldedit.expand.expanded.vert": "Выделенная облаŃŃ‚ŃŚ раŃŃирена на {0} блока(ов) (от Ńамой нижней точки Đ´Đľ Ńамой выŃŃей точки).", + "worldedit.biomeinfo.lineofsight": "Биомы в поле зрения: {0}", + "worldedit.biomeinfo.position": "Биом Ń‚Đ°ĐĽ, где вы Ńтоите: {0}", + "worldedit.biomeinfo.selection": "Биомы в выделенной облаŃти: {0}", + "worldedit.brush.radius-too-large": "МакŃимально разреŃенный радиŃŃ ĐşĐ¸Ńти: {0}", + "worldedit.brush.apply.description": "Применить киŃŃ‚ŃŚ, применить Ń„Ńнкцию Đş ĐşĐ°Đ¶Đ´ĐľĐĽŃ Đ±Đ»ĐľĐşŃ", + "worldedit.brush.apply.radius": "Размер киŃти", + "worldedit.brush.apply.shape": "Форма региона", + "worldedit.brush.apply.type": "Тип киŃти для иŃпользования", + "worldedit.brush.apply.item.warning": "Đ­Ń‚Đ° киŃŃ‚ŃŚ имитирŃет иŃпользование предметов. Она может работать не на вŃех платформах. Не вŃегда можно отменить. Плохо взаимодейŃтвŃет Ń Đ´Ń€Ńгими плагинами/модами. ĐŃпользŃйте на Ńвой Ńтрах и риŃĐş.", + "worldedit.brush.paint.description": "КиŃŃ‚ŃŚ, применить Ń„Ńнкцию Đş поверхноŃти", + "worldedit.brush.paint.size": "Размер киŃти", + "worldedit.brush.paint.shape": "Форма региона", + "worldedit.brush.paint.density": "ПлотноŃŃ‚ŃŚ киŃти", + "worldedit.brush.paint.type": "Тип киŃти для иŃпользования", + "worldedit.brush.paint.item.warning": "Đ­Ń‚Đ° киŃŃ‚ŃŚ имитирŃет иŃпользование предметов. Она может работать не на вŃех платформах. Не вŃегда можно отменить Ńже Ńделанное ей. Плохо взаимодейŃтвŃет Ń Đ´Ń€Ńгими плагинами/модами. ĐŃпользŃйте на Ńвой Ńтрах и риŃĐş.", + "worldedit.brush.sphere.equip": "КиŃŃ‚ŃŚ ŃферичеŃкой формы экипирована ({0}).", + "worldedit.brush.cylinder.equip": "КиŃŃ‚ŃŚ цилиндричеŃкой формы экипирована ({0} на {1}).", + "worldedit.brush.clipboard.equip": "КиŃŃ‚ŃŚ бŃфера обмена экипирована.", + "worldedit.brush.smooth.equip": "Сглаживающая киŃŃ‚ŃŚ экипирована ({0} x {1}x Ń ĐĽĐ°Ńкой {2}).", + "worldedit.brush.extinguish.equip": "ОгнетŃŃитель экипирован ({0}).", + "worldedit.brush.gravity.equip": "Гравитационная киŃŃ‚ŃŚ экипирована ({0}).", + "worldedit.brush.butcher.equip": "Забойная киŃŃ‚ŃŚ экипирована ({0}).", + "worldedit.brush.operation.equip": "ĐŁŃтановите киŃŃ‚ŃŚ на {0}.", + "worldedit.brush.heightmap.equip": "КиŃŃ‚ŃŚ карты выŃот экипирована ({0}).", + "worldedit.brush.heightmap.unknown": "НеизвеŃтная киŃŃ‚ŃŚ карты выŃот: {0}.", + "worldedit.brush.none.equip": "КиŃŃ‚ŃŚ отвязана от предмета в ваŃей Ń€Ńке.", + "worldedit.setbiome.changed": "Биом был изменен примерно Ń {0} блоков.", + "worldedit.setbiome.warning": "Возможно, вам придетŃŃŹ пере-подключитьŃŃŹ Đş ваŃей игре (или пере-открыть Ńвой мир), чтобы Ńвидеть изменения.", + "worldedit.drawsel.disabled": "CUI Ńервера отключен.", + "worldedit.drawsel.enabled": "CUI Ńервера включен. Он поддерживает только регионы выделенные как ĐşŃбоид Ń ĐĽĐ°ĐşŃимальным размером {0}x{1}x{2}.", + "worldedit.drawsel.disabled.already": "CUI Ńервера Ńже отключен.", + "worldedit.drawsel.enabled.already": "CUI Ńервера Ńже включен.", + "worldedit.limit.too-high": "Đ’Đ°Ń ĐĽĐ°ĐşŃимально допŃŃтимый лимит ŃĐľŃтавляет {0}.", + "worldedit.limit.set": "Лимит изменения блока ŃŃтановлен: {0}.", + "worldedit.limit.return-to-default": "(ĐŃпользŃйте //limit, чтобы вернŃŃ‚ŃŚŃŃŹ Đş значению по Ńмолчанию.)", + "worldedit.timeout.too-high": "Đ’Đ°Ń ĐĽĐ°ĐşŃимальный допŃŃтимый перерыв {0} ĐĽŃ.", + "worldedit.timeout.set": "Время ожидания ŃŃтановлено на {0}ĐĽŃ.", + "worldedit.timeout.return-to-default": " (ĐŃпользŃйте //timeout, чтобы вернŃŃ‚ŃŚ значение по Ńмолчанию.)", + "worldedit.fast.disabled": "Đ‘Ń‹Ńтрый режим отключен.", + "worldedit.fast.enabled": "Đ‘Ń‹Ńтрый режим включен. Свет в затрагиваемых чанках может быть неправильным. Đ’Đ°ĐĽ может потребоватьŃŃŹ перезайти, чтобы Ńвидеть изменения.", + "worldedit.fast.disabled.already": "Đ‘Ń‹Ńтрый режим Ńже отключен.", + "worldedit.fast.enabled.already": "Đ‘Ń‹Ńтрый режим Ńже включен.", + "worldedit.perf.sideeffect.set": "Побочный эффект \"{0}\" ŃŃтановлен на {1}", + "worldedit.perf.sideeffect.get": "Побочный эффект \"{0}\" ŃŃтановлен на {1}", + "worldedit.perf.sideeffect.already-set": "Побочный эффект \"{0}\" Ńже ŃŃтановлен на {1}", + "worldedit.perf.sideeffect.set-all": "Đ’Ńе побочные эффекты ŃŃтановлены на {0}", + "worldedit.reorder.current": "Режим повторения {0}", + "worldedit.reorder.set": "Режим повторения {0}", + "worldedit.gmask.disabled": "Глобальная ĐĽĐ°Ńка отключена.", + "worldedit.gmask.set": "Глобальная ĐĽĐ°Ńка ŃŃтановлена.", + "worldedit.toggleplace.pos1": "Первая точка возвращена на иŃходное меŃтоположение.", + "worldedit.toggleplace.player": "Блок на котором вы Ńтоите теперь ŃчитаетŃŃŹ первой точкой выделения.", + "worldedit.toggleplace.not-locatable": "Нельзя переключить выделение в этой ŃитŃации.", + "worldedit.searchitem.too-short": "Введите длиннŃŃŽ ŃŃ‚Ń€ĐľĐşŃ ĐżĐľĐ¸Ńка (len > 2).", + "worldedit.searchitem.either-b-or-i": "Đ’Ń‹ не можете одновременно иŃпользовать флаги 'b' и 'i'.", + "worldedit.searchitem.searching": "(ПожалŃĐąŃŃ‚Đ°, подождите... поиŃĐş предметов.)", + "worldedit.watchdog.no-hook": "ĐŁ этой платформы нет watchdog hook.", + "worldedit.watchdog.active.already": "Watchdog hook Ńже включен.", + "worldedit.watchdog.inactive.already": "Watchdog hook Ńже отключен.", + "worldedit.watchdog.active": "Watchdog hook включен.", + "worldedit.watchdog.inactive": "Watchdog hook отключен.", + "worldedit.world.remove": "Переопределение мира Ńдалено.", + "worldedit.world.set": "ĐŁŃтановить переопределение мира: {0}. (ĐŃпользŃйте //world, чтобы вернŃŃ‚ŃŚ значение по Ńмолчанию)", + "worldedit.undo.undone": "Отменено изменений: {0}.", + "worldedit.undo.none": "Нечего отменять.", + "worldedit.redo.redone": "Возвращено изменений: {0}.", + "worldedit.redo.none": "Нечего возвращать.", + "worldedit.clearhistory.cleared": "ĐŃтория очищена.", + "worldedit.raytrace.noblock": "Нет блоков в поле зрения!", + "worldedit.restore.not-configured": "СнепŃоты/резервное копирование не наŃтроены.", + "worldedit.restore.not-available": "Этот ŃнепŃот не ŃŃщеŃтвŃет или недоŃŃ‚Ńпен.", + "worldedit.restore.failed": "Не ŃдалоŃŃŚ загрŃзить ŃнепŃот: {0}", + "worldedit.restore.loaded": "Снимок \"{0}\" был загрŃжен; воŃŃтанавливаетŃŃŹ...", + "worldedit.restore.restored": "Đ’ĐľŃŃтановлено; {0} недоŃтает чанков и {1} Đ´Ń€Ńгие ĐľŃибки.", + "worldedit.restore.none-for-specific-world": "СнепŃоты для мира '{0}' не найдены.", + "worldedit.restore.none-for-world": "СнепŃоты для этого мира не найдены.", + "worldedit.restore.none-found": "СнепŃоты не найдены.", + "worldedit.restore.none-found-console": "СнепŃоты не найдены. Подробная информация в конŃоли.", + "worldedit.restore.chunk-not-present": "ЧŃнки не приŃŃŃ‚Ńтвовали в ŃнапŃоте.", + "worldedit.restore.chunk-load-failed": "Не ŃдалоŃŃŚ загрŃзить чанки. (Плохой архив?)", + "worldedit.restore.block-place-failed": "ĐžŃибки меŃали воŃŃтановлению любых блоков.", + "worldedit.restore.block-place-error": "ПоŃледняя ĐľŃибка: {0}", + "worldedit.snapshot.use.newest": "Теперь иŃпользŃйте новый ŃнапŃот.", + "worldedit.snapshot.use": "СнапŃот ŃŃтановлен: {0}", + "worldedit.snapshot.none-before": "СнепŃоты Đ´Đľ {0} не найдены.", + "worldedit.snapshot.none-after": "СнепŃоты поŃле{0} не найдены.", + "worldedit.snapshot.index-above-0": "Некорректное значение, Đ¸Đ˝Đ´ĐµĐşŃ Đ´ĐľĐ»Đ¶ĐµĐ˝ быть больŃе или равен 1.", + "worldedit.snapshot.index-oob": "Некорректное значение, Đ¸Đ˝Đ´ĐµĐşŃ Đ´ĐľĐ»Đ¶ĐµĐ˝ быть ĐĽĐµĐ¶Đ´Ń 1 и {0}.", + "worldedit.schematic.unknown-format": "НеизвеŃтный формат Ńхемы: {0}.", + "worldedit.schematic.load.does-not-exist": "Схема {0} не ŃŃщеŃтвŃет!", + "worldedit.schematic.load.loading": "(ПожалŃĐąŃŃ‚Đ°, подождите... загрŃзка Ńхемы)", + "worldedit.schematic.load.still-loading": "(ПожалŃĐąŃŃ‚Đ°, подождите... загрŃзка Ńхемы.)", + "worldedit.schematic.save.already-exists": "Схема Ń Ń‚Đ°ĐşĐ¸ĐĽ названием Ńже ŃŃщеŃтвŃет. ĐŃпользŃйте флаг -f для перезапиŃи.", + "worldedit.schematic.save.failed-directory": "Не ŃдалоŃŃŚ Ńоздать ĐżĐ°ĐżĐşŃ Đ´Đ»ŃŹ Ńхем!", + "worldedit.schematic.save.saving": "(ПожалŃĐąŃŃ‚Đ°, подождите... Ńохранение Ńхемы)", + "worldedit.schematic.save.still-saving": "(ПожалŃĐąŃŃ‚Đ°, подождите... Ńохранение Ńхемы.)", + "worldedit.schematic.delete.does-not-exist": "Схема {0} не ŃŃщеŃтвŃет!", + "worldedit.schematic.delete.failed": "ĐžŃибка при Ńдалении Ńхемы {0}! Возможно Ń Ń„Đ°ĐąĐ»Đ° ŃŃтановлен атрибŃŃ‚ \"Только для чтения\"?", + "worldedit.schematic.delete.deleted": "Схема {0} Ńдалена.", + "worldedit.schematic.formats.title": "ДоŃŃ‚Ńпные форматы Ńхем (Название: раŃŃирения)", + "worldedit.schematic.unsupported-minecraft-version": "Đ­Ń‚Đ° верŃия WorldEdit не поддерживает ваŃŃ Đ˛ĐµŃ€Ńию Minecraft. Схемы не бŃĐ´ŃŃ‚ работать, пока ŃŤŃ‚Đľ не бŃдет реŃено.", + "worldedit.pos.already-set": "Точка Ńже ŃŃтановлена.", + "worldedit.pos.console-require-coords": "При иŃпользовании этой команды из конŃоли вы должны Ńказывать координаты.", + "worldedit.hpos.no-block": "Нет блоков в поле зрения!", + "worldedit.hpos.already-set": "Точка Ńже ŃŃтановлена.", + "worldedit.chunk.selected-multiple": "Выбранные чанки: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "Выбранный чанк: {0}, {1}, {2}", + "worldedit.wand.invalid": "Предмет для выделения территории не наŃтроен или отключен.", + "worldedit.wand.selwand.info": "ЛКМ - первая точка; ПКМ - вторая точка", + "worldedit.wand.navwand.info": "ЛКМ: перемеŃтитьŃŃŹ в точкŃ; ПКМ: пройти через ŃтенŃ", + "worldedit.wand.selwand.now.tool": "Палочка выбора теперь обычный инŃŃ‚Ń€Ńмент. Đ’Ń‹ можете отключеть ŃŤŃ‚Đľ введя {0}, привязать Đş Đ´Ń€ŃĐłĐľĐĽŃ ĐżŃ€ĐµĐ´ĐĽĐµŃ‚Ń Đ˛Đ˛ĐµĐ´ŃŹ {1}, или полŃчить новŃŃŽ ĐżĐ°Đ»ĐľŃ‡ĐşŃ Đ˛Ń‹Đ±ĐľŃ€Đ° введя {2}.", + "worldedit.contract.contracted": "Выделенная облаŃŃ‚ŃŚ ŃменьŃена на {0} блока(ов).", + "worldedit.shift.shifted": "Выделенная облаŃŃ‚ŃŚ ŃдвинŃŃ‚Đ°.", + "worldedit.outset.outset": "Выделенная облаŃŃ‚ŃŚ раŃŃирена.", + "worldedit.inset.inset": "Выделенная облаŃŃ‚ŃŚ Ńжата.", + "worldedit.size.offset": "Смещение: {0}", + "worldedit.size.type": "Тип: {0}", + "worldedit.size.size": "Габариты: {0}", + "worldedit.size.distance": "Đ Đ°ŃŃтояние ĐşŃбоида: {0}", + "worldedit.size.blocks": "КоличеŃтво блоков: {0}", + "worldedit.count.counted": "КоличеŃтво: {0}", + "worldedit.distr.no-blocks": "Блоки не найдены.", + "worldedit.distr.no-previous": "Нет предыдŃщего раŃпределения.", + "worldedit.distr.total": "Đ’Ńего блоков: {0}", + "worldedit.select.cleared": "Выделение очищено.", + "worldedit.select.cuboid.message": "ĐšŃбоид: ЛКМ - первая точка, ПКМ- вторая точка", + "worldedit.select.cuboid.description": "Выбелите два Ńгла ĐşŃбоида", + "worldedit.select.extend.message": "ĐšŃбоид: ЛКМ - начальная точка; ПКМ - раŃŃирить", + "worldedit.select.extend.description": "Режим быŃтрого выбора ĐşŃбоида", + "worldedit.select.poly.message": "2D многоŃгольник: ПКМ/ЛКМ - добавить точкŃ.", + "worldedit.select.poly.limit-message": "{0} точки(ек) ĐĽĐ°ĐşŃимŃĐĽ.", + "worldedit.select.poly.description": "Выделите 2D многоŃгольник Ń Đ˛Ń‹Ńотой", + "worldedit.select.ellipsoid.message": "ЭллипŃоид: ЛКМ - центр; ПКМ - раŃŃирить", + "worldedit.select.ellipsoid.description": "Выберите эллипŃоид", + "worldedit.select.sphere.message": "Сфера: ЛКМ - центр; ПКМ - радиŃŃ", + "worldedit.select.sphere.description": "Выберите ŃферŃ", + "worldedit.select.cyl.message": "Цилиндр: ЛКМ - центр; ПКМ - раŃŃирить", + "worldedit.select.cyl.description": "Выберите цилиндр", + "worldedit.select.convex.message": "Đ’Ń‹ĐżŃклый многоŃгольник: ЛКМ - первая верŃина; ПКМ - добавить верŃинŃ.", + "worldedit.select.convex.limit-message": "{0} точки(ек) ĐĽĐ°ĐşŃимŃĐĽ.", + "worldedit.select.convex.description": "Выберите выпŃклый многогранник", + "worldedit.select.default-set": "Đ’Đ°Ń Đ˛Ń‹Đ±ĐľŃ€ региона по Ńмолчанию {0}.", + "worldedit.chunkinfo.chunk": "Чанк: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Старый формат: {0}", + "worldedit.chunkinfo.mcregion-filename": "Майнкрафт Регион: region/{0}", + "worldedit.listchunks.listfor": "СпиŃок чанков: {0}", + "worldedit.drain.drained": "{0} блока(ов) ĐľŃŃŃено.", + "worldedit.fill.created": "{0} блока(ов) заполнено.", + "worldedit.fillr.created": "{0} блока(ов) заполнено.", + "worldedit.fixlava.fixed": "{0} блока(ов) иŃправлено.", + "worldedit.fixwater.fixed": "{0} блока(ов) иŃправлено.", + "worldedit.removeabove.removed": "{0} блока(ов) Ńдалено.", + "worldedit.removebelow.removed": "{0} блока(ов) Ńдалено.", + "worldedit.removenear.removed": "{0} блока(ов) Ńдалено.", + "worldedit.replacenear.replaced": "{0} блока(ов) заменено.", + "worldedit.snow.created": "{0} блока(ов) покрыто Ńнегом.", + "worldedit.thaw.removed": "{0} блока(ов) очищено от Ńнега.", + "worldedit.green.changed": "{0} блока(ов) озеленено.", + "worldedit.extinguish.removed": "{0} очага(ов) огня потŃŃены.", + "worldedit.butcher.killed": "{0} моба(ов) Ńбито в радиŃŃе {1}.", + "worldedit.butcher.explain-all": "ĐŃпользŃйте -1 для Ńдаления вŃех мобов в загрŃженных чанках", + "worldedit.remove.removed": "{0} ŃŃщноŃти(ей) отмечены для Ńдаления.", + "worldedit.remove.explain-all": "ĐŃпользŃйте -1 для Ńдаления вŃех мобов в загрŃженных чанках", + "worldedit.calc.invalid": "'{0}' не может быть обработано как допŃŃтимое выражение", + "worldedit.calc.invalid.with-error": "'{0}' не может быть обработано как допŃŃтимое выражение: '{1}'", + "worldedit.paste.pasted": "Đ‘Ńфер обмена был вŃтавлен в {0}", + "worldedit.paste.selected": "Выделена облаŃŃ‚ŃŚ, в которŃŃŽ бŃдет вŃтавлено Ńодержимое бŃфера обмена.", + "worldedit.rotate.no-interpolation": "Примечание: Đнтерполяция еще не поддерживаетŃŃŹ, ĐżĐľŃŤŃ‚ĐľĐĽŃ Ń€ĐµĐşĐľĐĽĐµĐ˝Đ´ŃетŃŃŹ иŃпользовать Ńглы кратные 90.", + "worldedit.rotate.rotated": "Содержимое бŃфера обмена повёрнŃŃ‚Đľ.", + "worldedit.flip.flipped": "Содержимое бŃфера обмена зеркально отражено.", + "worldedit.clearclipboard.cleared": "Đ‘Ńфер обмена очищен.", + "worldedit.set.done": "Операция заверŃена.", + "worldedit.set.done.verbose": "Операция заверŃена ({0}).", + "worldedit.line.changed": "{0} блока(ов) изменено.", + "worldedit.line.invalid-type": "//line работает только Ń Đ˛Ń‹Đ´ĐµĐ»ĐµĐ˝Đ¸ŃŹĐĽĐ¸ типа ĐşŃбоид или выпŃклый многогранник", + "worldedit.curve.changed": "{0} блока(ов) изменено.", + "worldedit.curve.invalid-type": "//curve работает только Ń Đ˛Ń‹ĐżŃклыми многогранниками", + "worldedit.replace.replaced": "{0} блока(ов) заменено.", + "worldedit.stack.changed": "{0} блока(ов) изменено. ĐŃпользŃйте //undo, чтобы отменить", + "worldedit.stack.intersecting-region": "Продление блоков не должно переŃекатŃŃŹ Ń Ń€ĐµĐłĐ¸ĐľĐ˝ĐľĐĽ при иŃпользовании блоков", + "worldedit.regen.regenerated": "Выделенная облаŃŃ‚ŃŚ регенерирована.", + "worldedit.regen.failed": "Не ŃдалоŃŃŚ регенерировать выделеннŃŃŽ облаŃŃ‚ŃŚ. Подробная информация в конŃоли.", + "worldedit.walls.changed": "{0} блока(ов) изменено.", + "worldedit.faces.changed": "{0} блока(ов) изменено.", + "worldedit.overlay.overlaid": "{0} блока(ов) наложено.", + "worldedit.naturalize.naturalized": "{0} блока(ов) теперь выглядят более еŃтеŃтвенно.", + "worldedit.center.changed": "Центр измененов. ({0} блока(ов) изменено)", + "worldedit.smooth.changed": "ЛандŃĐ°Ń„Ń‚ Ńглажен. {0} блока(ов) изменено.", + "worldedit.move.moved": "{0} блока(ов) перемещено.", + "worldedit.deform.deformed": "{0} блока(ов) деформировано.", + "worldedit.hollow.changed": "{0} блока(ов) изменено.", + "worldedit.forest.created": "{0} дерева(ьев) Ńоздано.", + "worldedit.flora.created": "{0} раŃтения(ий) Ńоздано.", + "worldedit.unstuck.moved": "Đ’Ń‹ ĐľŃвободилиŃŃŚ!", + "worldedit.ascend.obstructed": "Нет Ńвободного меŃŃ‚Đ° над вами.", + "worldedit.ascend.moved": "ПоднятьŃŃŹ на {0} Ńровня(ей).", + "worldedit.descend.obstructed": "Нет Ńвободного меŃŃ‚Đ° под вами.", + "worldedit.descend.moved": "СпŃŃтитьŃŃŹ на {0} Ńровня(ей).", + "worldedit.ceil.obstructed": "Нет Ńвободного меŃŃ‚Đ° над вами.", + "worldedit.ceil.moved": "ВжŃŃ…!", + "worldedit.thru.obstructed": "Нет Ńвободного меŃŃ‚Đ° перед вами.", + "worldedit.thru.moved": "ВжŃŃ…!", + "worldedit.jumpto.moved": "Бац!", + "worldedit.jumpto.none": "Нет блока в поле зрения (или он ŃлиŃком далеко)!", + "worldedit.up.obstructed": "Ты бы Ńдарил что-Ń‚Đľ над Ńобой.", + "worldedit.up.moved": "ВжŃŃ…!", + "worldedit.cyl.invalid-radius": "Значение радиŃŃĐ° должно быть 1 или 2.", + "worldedit.cyl.created": "{0} блока(ов) Ńоздано.", + "worldedit.sphere.invalid-radius": "Значение радиŃŃĐ° должно быть 1 или 3.", + "worldedit.sphere.created": "{0} блока(ов) Ńоздано.", + "worldedit.forestgen.created": "{0} дерева(ьев) Ńоздано.", + "worldedit.pumpkins.created": "{0} тыкв(Ń‹) Ńоздано.", + "worldedit.pyramid.created": "{0} блока(ов) Ńоздано.", + "worldedit.generate.created": "{0} блока(ов) Ńоздано.", + "worldedit.generatebiome.changed": "{0} биома(ов) затронŃŃ‚Ń‹.", + "worldedit.reload.config": "КонфигŃрация обновлена!", + "worldedit.report.written": "WorldEdit отчет запиŃĐ°Đ˝ на {0}", + "worldedit.report.error": "Не ŃдалоŃŃŚ напиŃĐ°Ń‚ŃŚ отчет: {0}", + "worldedit.report.callback": "Отчёт WorldEdit: {0}.отчёт", + "worldedit.timezone.invalid": "Неверный чаŃовой пояŃ", + "worldedit.timezone.set": "ЧаŃовой ĐżĐľŃŹŃ Đ´Đ»ŃŹ этой ŃеŃŃии изменен: {0}", + "worldedit.timezone.current": "ТекŃщее время в этом чаŃовом пояŃе: {0}", + "worldedit.version.version": "ВерŃия WorldEdit {0}", + "worldedit.version.bukkit.unsupported-adapter": "Đ­Ń‚Đ° верŃия WorldEdit не поддерживает ваŃŃ Đ˛ĐµŃ€Ńию Bukkit Đ´Đľ конца. Блоки-ŃŃщноŃти (например, ŃŃндŃки) бŃĐ´ŃŃ‚ ĐżŃŃтыми, ŃĐľŃтояния блоков (например, поворот) бŃĐ´ŃŃ‚ отŃŃŃ‚Ńтвовать, и Đ´Ń€Ńгие Ń„Ńнкции могŃŃ‚ не работать. Обновите WorldEdit, чтобы воŃŃтановить этот Ń„Ńнкционал:\n{0}", + "worldedit.trace.no-tracing-extents": "ТраŃŃировка: Đ Đ°ŃŃирения не были иŃпользованы.", + "worldedit.trace.action-failed": "ТраŃŃировка: ДейŃтвие(ŃŹ) {0} на позиции {1} отклонено раŃŃирением {2}", + "worldedit.trace.active.already": "Режим траŃŃировки Ńже активен.", + "worldedit.trace.inactive.already": "Режим траŃŃировки Ńже неактивен.", + "worldedit.trace.active": "Режим траŃŃировки активирован.", + "worldedit.trace.inactive": "Режим траŃŃировки деактивирован.", + "worldedit.command.time-elapsed": "{0}Ń Đ¸Ńтекло (иŃтория: {1} изменено; {2} блоков/Ńек).", + "worldedit.command.permissions": "ĐŁ Đ˛Đ°Ń Đ˝ĐµŃ‚ на ŃŤŃ‚Đľ права!", + "worldedit.command.player-only": "Đ­Ń‚Ń ĐşĐľĐĽĐ°Đ˝Đ´Ń ĐĽĐľĐ¶Đ˝Đľ иŃпользовать только из игры.", + "worldedit.command.error.report": "ПожалŃĐąŃŃ‚Đ°, Ńообщите об этой ĐľŃибке: [Смотрите конŃоль]", + "worldedit.pastebin.uploading": "(ПожалŃĐąŃŃ‚Đ°, подождите... отправка вывода на pastebin...)", + "worldedit.session.cant-find-session": "Не ŃдалоŃŃŚ найти ŃеŃŃию для {0}", + "worldedit.platform.no-file-dialog": "Файловый диалог не поддерживаетŃŃŹ в ваŃей Ńреде.", + "worldedit.asset.load.loading": "(ПожалŃĐąŃŃ‚Đ°, подождите... загрŃзка реŃŃŃ€ŃĐ°.)", + "worldedit.asset.load.still-loading": "(ПожалŃĐąŃŃ‚Đ°, подождите... загрŃзка реŃŃŃ€ŃĐ°.)", + "worldedit.asset.load.failed": "Не ŃдалоŃŃŚ загрŃзить реŃŃŃ€Ń", + "worldedit.tool.max-block-changes": "ДоŃтигнŃŃ‚ лимит изменения блоков.", + "worldedit.tool.no-block": "Нет блока в поле зрения!", + "worldedit.tool.repl.equip": "ĐĐ˝ŃŃ‚Ń€Ńмент замены блоков привязан Đş {0}.", + "worldedit.tool.repl.switched": "ĐĐ˝ŃŃ‚Ń€Ńмент замены переключен на: {0}", + "worldedit.tool.data-cycler.equip": "ĐĐ˝ŃŃ‚Ń€Ńмент для переключения данных блока был назначен на {0}.", + "worldedit.tool.data-cycler.block-not-permitted": "ĐŁ Đ˛Đ°Ń Đ˝ĐµŃ‚ разреŃения на переключение значений данных этого блока.", + "worldedit.tool.data-cycler.cant-cycle": "Данные этого блока не могŃŃ‚ быть переключены!", + "worldedit.tool.data-cycler.new-value": "Значение {0} теперь {1}.", + "worldedit.tool.data-cycler.cycling": "ĐˇĐµĐąŃ‡Đ°Ń Đ˛ĐµĐ»ĐľŃипед {0}.", + "worldedit.tool.deltree.equip": "ĐĐ˝ŃŃ‚Ń€Ńмент Ńдаления парящих деревьев привязан Đş {0}.", + "worldedit.tool.deltree.not-tree": "Đ­Ń‚Đľ не дерево.", + "worldedit.tool.deltree.not-floating": "Đ­Ń‚Đľ не плавающее дерево.", + "worldedit.tool.tree.equip": "ĐĐ˝ŃŃ‚Ń€Ńмент Ńоздания деревьев привязан Đş {0}.", + "worldedit.tool.tree.obstructed": "Дерево не может быть Ń‚Đ°ĐĽ.", + "worldedit.tool.info.equip": "ĐĐ˝ŃŃ‚Ń€Ńмент информации Đľ блоке привязан Đş {0}.", + "worldedit.tool.info.blockstate.hover": "СоŃтояние блока", + "worldedit.tool.info.internalid.hover": "Đ’Đ˝Ńтренний ID", + "worldedit.tool.info.legacy.hover": "ĐŁŃтаревŃий id:data", + "worldedit.tool.info.light.hover": "Блокировать Свет/Свет СверхŃ", + "worldedit.tool.none.equip": "ĐĐ˝ŃŃ‚Ń€Ńмент отвязан от предмета в ваŃей Ń€Ńке.", + "worldedit.tool.none.to.unequip": "Предмет в ваŃей Ń€Ńке не привязан.", + "worldedit.tool.selwand.equip": "Палочка выбора привязана Đş {0}.", + "worldedit.tool.navwand.equip": "Палочка навигации привязана Đş {0}.", + "worldedit.tool.floodfill.equip": "ĐĐ˝ŃŃ‚Ń€Ńмент заливки блоков привязан Đş {0}.", + "worldedit.tool.farwand.equip": "ĐĐ˝ŃŃ‚Ń€Ńмент Ńдаленного выделения привязан Đş {0}.", + "worldedit.tool.lrbuild.equip": "Строительный инŃŃ‚Ń€Ńмент дальнего дейŃтвия привязан Đş {0}.", + "worldedit.tool.lrbuild.set": "Щелкните левой кнопкой ĐĽŃ‹Ńи на {0}; правой кнопкой ĐĽŃ‹Ńи Đ·Đ°Đ´Đ°Ń‘Ń‚ŃŃŹ {1}.", + "worldedit.tool.stack.equip": "ĐĐ˝ŃŃ‚Ń€Ńмент продления блоков привязан Đş {0}.", + "worldedit.tool.unbind-instruction": "Введите {0} держа предмет что-бы отвязать его.", + "worldedit.tool.superpickaxe.mode.single": "Одиночный режим. Щёлкните левŃŃŽ ĐşĐ˝ĐľĐżĐşŃ ĐĽŃ‹Ńи Ń ĐşĐ¸Ń€ĐşĐľĐą. // для выключения.", + "worldedit.tool.superpickaxe.mode.area": "Режим облаŃти. Щелкните левой кнопкой ĐĽŃ‹Ńи Ń ĐşĐ¸Ń€ĐşĐľĐą. // для выключения.", + "worldedit.tool.superpickaxe.mode.recursive": "РекŃŃ€Ńивный режим. Щёлкните левой кнопкой ĐĽŃ‹Ńи Ń ĐşĐ¸Ń€ĐşĐľĐą. // для выключения.", + "worldedit.tool.superpickaxe.max-range": "МакŃимальный диапазон: {0}.", + "worldedit.tool.superpickaxe.enabled.already": "СŃпер-кирка Ńже включена.", + "worldedit.tool.superpickaxe.disabled.already": "СŃпер-кирка Ńже отключена.", + "worldedit.tool.superpickaxe.enabled": "СŃпер-кирка включена.", + "worldedit.tool.superpickaxe.disabled": "СŃпер-кирка отключена.", + "worldedit.tool.mask.set": "МаŃка для киŃти ŃŃтановлена.", + "worldedit.tool.mask.disabled": "МаŃка для киŃти отключена.", + "worldedit.tool.material.set": "Материал киŃти ŃŃтановлен.", + "worldedit.tool.range.set": "Диапозон киŃти ŃŃтановлен.", + "worldedit.tool.size.set": "Размер киŃти ŃŃтановлен.", + "worldedit.tool.tracemask.set": "МаŃка траŃŃировки ŃŃтановлена.", + "worldedit.tool.tracemask.disabled": "МаŃка траŃŃировки отключена.", + "worldedit.tool.error.cannot-bind": "Не ŃдаетŃŃŹ привязать инŃŃ‚Ń€Ńмент Đş {0}: {1}", + "worldedit.tool.error.item-only": "Блоки не могŃŃ‚ быть иŃпользоватьŃŃŹ.", + "worldedit.execute.script-permissions": "ĐŁ Đ˛Đ°Ń Đ˝ĐµŃ‚ права на иŃпользование этого Ńкрипта.", + "worldedit.executelast.no-script": "Сначала иŃпользŃйте /cs Ń Đ˝Đ°Đ·Đ˛Đ°Đ˝Đ¸ĐµĐĽ Ńкрипта.", + "worldedit.script.read-error": "ĐžŃибка при чтении Ńкрипта: {0}", + "worldedit.script.unsupported": "Đ’ наŃтоящее время поддерживаютŃŃŹ только Ńкрипты Ń Ń€Đ°ŃŃирением js", + "worldedit.script.file-not-found": "Скрипт не ŃŃщеŃтвŃет: {0}", + "worldedit.script.no-script-engine": "Не ŃдалоŃŃŚ найти ŃŃтановленный Ńкриптовый движок.\nСмотрите https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "ĐžŃибка при выполнении: {0}", + "worldedit.script.failed-console": "ĐžŃибка при выполнении (Ńмотрите конŃоль): {0}", + "worldedit.operation.affected.biome": "{0} биома(ов) затронŃŃ‚Ń‹", + "worldedit.operation.affected.block": "{0} блока(ов) затронŃŃ‚Ń‹", + "worldedit.operation.affected.column": "{0} Ńтолба(ов) затронŃŃ‚Đľ", + "worldedit.operation.affected.entity": "{0} ŃŃщноŃти(ей) затронŃŃ‚Đľ", + "worldedit.operation.deform.expression": "деформировано Ń ĐżĐľĐĽĐľŃ‰ŃŚŃŽ {0}", + "worldedit.error.invalid-number": "ЧиŃла нет, Đ° Ńтрока еŃŃ‚ŃŚ.", + "worldedit.error.invalid-number.matches": "ЧиŃла нет, Đ° Ńтрока \"{0}\" еŃŃ‚ŃŚ.", + "worldedit.error.incomplete-region": "Сначала выберите регион.", + "worldedit.error.unknown-block": "Не ŃдаетŃŃŹ раŃпознать название блока '{0}'.", + "worldedit.error.unknown-entity": "Не ŃдаетŃŃŹ раŃпознать название ŃŃщноŃти '{0}'.", + "worldedit.error.unknown-mob": "Не ŃдаетŃŃŹ раŃпознать название моба '{0}'.", + "worldedit.error.unknown-biome": "Не ŃдаетŃŃŹ раŃпознать название биома '{0}'.", + "worldedit.error.unknown-tag": "Не ŃдаетŃŃŹ раŃпознать название тега '{0}'.", + "worldedit.error.empty-tag": "Тег '{0}' ничего не Ńодержит.", + "worldedit.error.no-match": "Ничего не наŃлоŃŃŚ по запроŃŃ '{0}'.", + "worldedit.error.disallowed-block": "Блок '{0}' запрещен (ŃĐĽ. конфигŃрацию WorldEdit).", + "worldedit.error.max-changes": "ДоŃтигнŃŃ‚Đľ ĐĽĐ°ĐşŃимальное количеŃтво изменённых блоков в операции ({0}).", + "worldedit.error.max-brush-radius": "МакŃимальный радиŃŃ ĐşĐ¸Ńти еŃŃ‚ŃŚ {0} (ŃĐĽ. конфигŃрацию WorldEdit)", + "worldedit.error.max-radius": "МакŃимальный радиŃŃ ĐµŃŃ‚ŃŚ {0} (ŃĐĽ. конфигŃрацию WorldEdit)", + "worldedit.error.unknown-direction": "НеизвеŃтное направление: {0}", + "worldedit.error.empty-clipboard": "Đ‘Ńфер обмена ĐżŃŃŃ‚. ĐŃпользŃйте //copy.", + "worldedit.error.invalid-filename": "НедопŃŃтимое имя файла '{0}': {1}", + "worldedit.error.invalid-filename.invalid-characters": "НедопŃŃтимые Ńимволы или отŃŃŃ‚ŃтвŃŃŽŃ‚ раŃŃирение", + "worldedit.error.file-resolution": "ĐžŃибка чтения файла '{0}': {1}", + "worldedit.error.file-resolution.outside-root": "ĐźŃŃ‚ŃŚ Đ·Đ° пределами разреŃенной директории", + "worldedit.error.file-resolution.resolve-failed": "Не ŃдалоŃŃŚ прочитать ĐżŃŃ‚ŃŚ", + "worldedit.error.file-aborted": "Выбор файла отменён.", + "worldedit.error.no-file-selected": "Файл не выбран.", + "worldedit.error.world-unloaded": "Мир Ńже подавно выгрŃжен.", + "worldedit.error.not-a-block": "Đ­Ń‚Đ° вещь не являетŃŃŹ блоком.", + "worldedit.error.not-a-block.item": "'{0}' не являетŃŃŹ блоком.", + "worldedit.error.incorrect-usage": "Правильный вариант: {0}", + "worldedit.error.invalid-page": "Неверный номер Ńтраницы", + "worldedit.error.parser.bad-state-format": "Неверный формат ŃĐľŃтояния в {0}", + "worldedit.error.parser.duplicate-property": "ПовторяющееŃŃŹ ŃвойŃтво: {0}", + "worldedit.error.parser.empty-state": "ĐźŃŃŃ‚Đ°ŃŹ чаŃŃ‚ŃŚ в ŃĐľŃтоянии", + "worldedit.error.parser.missing-equals-separator": "ОтŃŃŃ‚ŃтвŃет разделитель '='", + "worldedit.error.parser.clipboard.missing-offset": "Смещение Ńказано Ń @, но значение не Ńказано. ĐŃпользŃйте '#copy@[x,y,z]'.", + "worldedit.error.parser.unknown-property": "НеизвеŃтное ŃвойŃтво '{0}' для блока '{1}'", + "worldedit.error.parser.unknown-value": "НеизвеŃтное значение '{0}' для ŃвойŃтва '{1}'", + "worldedit.error.parser.empty-property": "ĐźŃŃтое ŃвойŃтво в ŃĐľŃтоянии", + "worldedit.error.parser.empty-value": "ĐźŃŃтое значение в ŃĐľŃтоянии", + "worldedit.error.parser.invalid-colon": "Некорректное двоеточие.", + "worldedit.error.parser.invalid-expression": "НедопŃŃтимое выражение: {0}", + "worldedit.error.parser.negate-nothing": "Нельзя отрицать ничто!", + "worldedit.error.parser.hanging-lbracket": "Некорректный формат. ВиŃящая Ńкобка на позиции '{0}'.", + "worldedit.error.parser.missing-rbracket": "ĐŁ ŃĐľŃтояния отŃŃŃ‚ŃтвŃет закрывающая ']'", + "worldedit.error.parser.missing-random-type": "Не Ńказан тип поŃле Ńимвола % в '{0}'", + "worldedit.error.parser.clipboard.missing-coordinates": "Смещение бŃфера обмена требŃет x,y,z координат.", + "worldedit.error.parser.player-only": "Команда '{0}' требŃет игрока!", + "worldedit.error.disabled": "Đ­Ń‚Đ° Ń„Ńнкция отключена (ŃĐĽ. конфигŃрацию WorldEdit).", + "worldedit.error.unknown": "ПроизоŃла неизвеŃтная ĐľŃибка: {0}", + "worldedit.error.missing-extent": "Đ Đ°ŃŃирение отŃŃŃ‚ŃтвŃет", + "worldedit.error.missing-session": "Локальная ŃеŃŃия отŃŃŃ‚ŃтвŃет", + "worldedit.error.missing-world": "Đ’Đ°ĐĽ Đ˝Ńжно Ńказать мир (ПопробŃйте //world)", + "worldedit.error.missing-actor": "ĐŃполнитель отŃŃŃ‚ŃтвŃет", + "worldedit.selection.convex.info.vertices": "ВерŃины: {0}", + "worldedit.selection.convex.info.triangles": "ТреŃгольники: {0}", + "worldedit.selection.convex.explain.primary": "Выделение облаŃти начато, первая верŃина {0}.", + "worldedit.selection.convex.explain.secondary": "Добавить {0} Đ˛ĐµŃ€Đ˝Ń Đş выделенной облаŃти.", + "worldedit.selection.cuboid.info.pos1": "Точка 1: {0}", + "worldedit.selection.cuboid.info.pos2": "Точка 2: {0}", + "worldedit.selection.cuboid.explain.primary": "Первая точка ŃŃтановлена: {0}.", + "worldedit.selection.cuboid.explain.primary-area": "Первая точка ŃŃтановлена: {0} ({1}).", + "worldedit.selection.cuboid.explain.secondary": "Вторая точка ŃŃтановлена: {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "Вторая точка ŃŃтановлена: {0} ({1}).", + "worldedit.selection.extend.explain.primary": "Начальная точка ŃŃтановлена: {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "Выделенная облаŃŃ‚ŃŚ поŃле раŃŃирения включает: {0} ({1}).", + "worldedit.selection.ellipsoid.info.center": "Центр: {0}", + "worldedit.selection.ellipsoid.info.radius": "X/Y/Z радиŃŃ: {0}", + "worldedit.selection.ellipsoid.explain.primary": "Центр ŃŃтановлен: {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "Центр ŃŃтановлен: {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "РадиŃŃ Đ¸Đ·ĐĽĐµĐ˝ĐµĐ˝ {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "РадиŃŃ Đ¸Đ·ĐĽĐµĐ˝ĐµĐ˝: {0} ({1}).", + "worldedit.selection.ellipsoid.error.even-horizontal": "Đзменения эллипŃоида должны быть чётными для каждого измерения.", + "worldedit.selection.cylinder.info.center": "Центр: {0}", + "worldedit.selection.cylinder.info.radius": "РадиŃŃ: {0}", + "worldedit.selection.cylinder.explain.primary": "Начало нового цилиндричеŃкого выделения в {0}.", + "worldedit.selection.cylinder.explain.secondary": "РадиŃŃ Đ¸Đ·ĐĽĐµĐ˝ĐµĐ˝ {0}/{1} блока(ов). ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "Đ’Đ°ĐĽ Đ˝Ńжно выбрать центр перед ŃŃтановкой радиŃŃĐ°.", + "worldedit.selection.cylinder.error.even-horizontal": "Đзменения цилиндра должны быть чётными для каждого горизонтального измерения.", + "worldedit.selection.polygon2d.info": "# очков: {0}", + "worldedit.selection.polygon2d.explain.primary": "Первая точка многоŃгольника: {0}.", + "worldedit.selection.polygon2d.explain.secondary": "Добавлена {0} точка: {1}.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "Полигоны могŃŃ‚ быть раŃŃирены только вертикально.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "Полигоны могŃŃ‚ быть Ńокращены только вертикально.", + "worldedit.selection.sphere.explain.secondary": "РадиŃŃ Đ¸Đ·ĐĽĐµĐ˝ĐµĐ˝: {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "РадиŃŃ Đ¸Đ·ĐĽĐµĐ˝ĐµĐ˝: {0} ({1}).", + "worldedit.selection.null.error.immutable": "Невозможно изменить NullRegion.", + "worldedit.selection.intersection.error.cannot-expand": "Невозможно раŃŃирить переŃечение регионов.", + "worldedit.selection.intersection.error.cannot-contract": "Невозможно Ńократить переŃечение регионов.", + "worldedit.selection.transform.error.cannot-expand": "Невозможно раŃŃирить TransformedRegion.", + "worldedit.selection.transform.error.cannot-contract": "Невозможно Ńократить TransformedRegion.", + "worldedit.selection.transform.error.cannot-change": "Невозможно изменитьTransformedRegion.", + "worldedit.sideeffect.lighting": "ĐžŃвещение", + "worldedit.sideeffect.lighting.description": "Обновляет ĐľŃвещение блоков", + "worldedit.sideeffect.neighbors": "СоŃеди", + "worldedit.sideeffect.neighbors.description": "Оповещает ŃĐľŃедние блоки об изменениях", + "worldedit.sideeffect.update": "Обновить", + "worldedit.sideeffect.update.description": "Уведомляет измененный блок", + "worldedit.sideeffect.validation": "Проверка", + "worldedit.sideeffect.validation.description": "Проверяет и иŃправляет некорректное ŃĐľŃтояние мира, такое как разъединённые блоки", + "worldedit.sideeffect.entity_ai": "ĐĐ ŃŃщноŃтей", + "worldedit.sideeffect.entity_ai.description": "Обновляет ĐżŃти перемещения в ĐĐ ŃŃщноŃтей, чтобы ŃчеŃŃ‚ŃŚ изменения блоков", + "worldedit.sideeffect.events": "События мода/плагина", + "worldedit.sideeffect.events.description": "Сообщает Đ´Ń€Ńгим модам/плагинам об этих изменениях, когда ŃŤŃ‚Đľ применимо", + "worldedit.sideeffect.state.on": "Вкл.", + "worldedit.sideeffect.state.delayed": "Отложено", + "worldedit.sideeffect.state.off": "Выкл.", + "worldedit.sideeffect.box.current": "СейчаŃ", + "worldedit.sideeffect.box.change-to": "Нажмите, чтобы ŃŃтановить на {0}", + "worldedit.help.command-not-found": "Команда '{0}' не найдена.", + "worldedit.help.no-subcommands": "ĐŁ команды '{0}' нет подкоманд. (Возможно '{1}' ŃŤŃ‚Đľ параметр)", + "worldedit.help.subcommand-not-found": "Подкоманда '{0}' '{1}' не найдена.", + "worldedit.cli.stopping": "ĐžŃтановка!", + "worldedit.cli.unknown-command": "НеизвеŃтная команда!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/se/strings.json b/config/worldedit/.archive-unpack/2e1dd752/se/strings.json new file mode 100644 index 0000000..e800d86 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/se/strings.json @@ -0,0 +1,17 @@ +{ + "worldedit.restore.block-place-error": "MaĹ‹imus meattáhus: {0}", + "worldedit.ceil.moved": "Woosh!", + "worldedit.thru.moved": "Woosh!", + "worldedit.jumpto.moved": "Puf!", + "worldedit.up.moved": "Woosh!", + "worldedit.timezone.invalid": "Boasttu áigiavádat", + "worldedit.tool.info.internalid.hover": "Siskkáldas ID", + "worldedit.error.incorrect-usage": "Geavaheapmi: {0}", + "worldedit.selection.convex.info.triangles": "GolbmaÄŤiehka: {0}", + "worldedit.selection.cuboid.info.pos1": "Sajus 1: {0}", + "worldedit.selection.cuboid.info.pos2": "Sajus 2: {0}", + "worldedit.selection.ellipsoid.info.center": "Guovddáš: {0}", + "worldedit.selection.cylinder.info.center": "Guovddáš: {0}", + "worldedit.sideeffect.state.on": "Oaivi", + "worldedit.sideeffect.state.off": "Eret alde" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/sk/strings.json b/config/worldedit/.archive-unpack/2e1dd752/sk/strings.json new file mode 100644 index 0000000..ad8d040 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/sk/strings.json @@ -0,0 +1,123 @@ +{ + "worldedit.expand.description.vert": "Vertikálne expanduje selekciu na svetovĂ˝ limit.", + "worldedit.expand.expanded": "RegiĂłn bol expandovanĂ˝ o {0} blokov", + "worldedit.expand.expanded.vert": "RegiĂłn bol expandovanĂ˝ o {0} blokov (z hora nadol).", + "worldedit.biomeinfo.lineofsight": "Biomy na dohÄľad: {0}", + "worldedit.biomeinfo.position": "Biomy na vašej pozĂ­ciĂ­: {0}", + "worldedit.biomeinfo.selection": "Biomy vo vašej selekciĂ­: {0}", + "worldedit.brush.radius-too-large": "Maximálny povolenĂ˝ rádius štetca: {0}", + "worldedit.brush.apply.description": "Aplikuj štetec, aplikuj funkciu na kaĹľdĂ˝ blok", + "worldedit.brush.apply.radius": "VeÄľkosĹĄ štetca", + "worldedit.brush.apply.shape": "Tvar regiĂłnu", + "worldedit.brush.apply.type": "Typ štetca na pouĹľitie", + "worldedit.brush.apply.item.warning": "Tento štetec simuluje pouĹľitie predmetov. Jeho efekty moĹľno nebudĂş fungovaĹĄ na kaĹľdej platforme, moĹľno nebude moĹľnĂ© vrátenie späť a mĂ´Ĺľe zaprĂ­ÄŤiniĹĄ zvláštne interakcie s ostatnĂ˝mi mĂłdami a pluginami. Používajte na vlastnĂş zodpovednosĹĄ.", + "worldedit.brush.paint.description": "Ĺ tetec na maÄľovanie, aplikuj funkciu na povrch", + "worldedit.brush.paint.size": "VeÄľkosĹĄ štetca", + "worldedit.brush.paint.shape": "Tvar regiĂłnu", + "worldedit.brush.paint.density": "Hustota štetca", + "worldedit.brush.paint.type": "Typ štetca na pouĹľitie", + "worldedit.brush.paint.item.warning": "Tento štetec simuluje pouĹľitie predmetov. Jeho efekty moĹľno nebudĂş fungovaĹĄ na kaĹľdej platforme, moĹľno nebude moĹľnĂ© vrátenie späť a mĂ´Ĺľe zaprĂ­ÄŤiniĹĄ zvláštne interakcie s ostatnĂ˝mi mĂłdami a pluginami. Používajte na vlastnĂş zodpovednosĹĄ.", + "worldedit.brush.sphere.equip": "SfĂ©rickĂ˝ tvar štetca vybavená ({0}).", + "worldedit.brush.cylinder.equip": "ValcovĂ˝ tvar štetca vybavenĂ˝ ({0} x {1}).", + "worldedit.brush.clipboard.equip": "KopĂ­rovacĂ­ tvar štetca vybavenĂ˝.", + "worldedit.brush.smooth.equip": "Hladiaci štetec vybavenĂ˝ ({0} x {1}x pouĹľitĂ­m {2}).", + "worldedit.brush.extinguish.equip": "Hasiaci prĂ­stroj vybavenĂ˝ ({0}).", + "worldedit.brush.gravity.equip": "GravitaÄŤnĂ˝ štetec vybavenĂ˝ ({0}).", + "worldedit.brush.butcher.equip": "Mäsiarsky štetec vybavenĂ˝ ({0}).", + "worldedit.brush.operation.equip": "NastaviĹĄ štetec na {0}.", + "worldedit.brush.none.equip": "Ĺ tetec odviazanĂ˝ od tvojho momentálneho predmetu.", + "worldedit.setbiome.changed": "BiĂłmy boli zmenenĂ© pre pribliĹľne {0} kociek.", + "worldedit.setbiome.warning": "MoĹľno sa budete musieĹĄ znovu pripojiĹĄ (znovu otvoriĹĄ svet) aby ste videli vykonanĂş zmenu.", + "worldedit.drawsel.disabled": "ServerovĂ© CUI vypnutĂ©.", + "worldedit.drawsel.disabled.already": "ServerovĂ© CUI uĹľ bolo vypnutĂ©.", + "worldedit.drawsel.enabled.already": "ServerovĂ© CUI uĹľ bolo povolenĂ©.", + "worldedit.limit.too-high": "Tvoj maximálny povolenĂ˝ limit je {0}.", + "worldedit.limit.set": "Zmena blokovĂ©ho limitu nastavenĂ˝ na {0}.", + "worldedit.limit.return-to-default": "(PouĹľi //limit na návrat do pĂ´vodnĂ©ho nastavenia.)", + "worldedit.timeout.too-high": "Tvoj maximálny ÄŤas na vypršanie je {0}ms.", + "worldedit.timeout.set": "ÄŚas na vypršanie nastavenĂ˝ na {0}ms.", + "worldedit.timeout.return-to-default": " (PouĹľi //timeout na návrat do pĂ´vodnĂ©ho nastavenia.)", + "worldedit.fast.disabled": "RĂ˝chly reĹľim vypnutĂ˝.", + "worldedit.fast.enabled": "RĂ˝chly reĹľim povolenĂ˝. Blesky v ovplyvnenĂ˝ch chunkoch mĂ´Ĺľe byĹĄ zlĂ© a moĹľno budeš musieĹĄ sa znova napojiĹĄ aby si videl zmeny.", + "worldedit.fast.disabled.already": "RĂ˝chly reĹľim je uĹľ vypnutĂ˝.", + "worldedit.fast.enabled.already": "RĂ˝chly reĹľim je uĹľ povolenĂ˝.", + "worldedit.perf.sideeffect.set": "VedÄľajší efekt \"{0}\" nastavenĂ˝ na {1}", + "worldedit.perf.sideeffect.get": "VedÄľajší efekt \"{0}\" je nastavenĂ˝ na {1}", + "worldedit.perf.sideeffect.already-set": "VedÄľajší efekt \"{0}\" je uĹľ nastavenĂ˝ na {1}", + "worldedit.perf.sideeffect.set-all": "Všetky vedÄľajšie efekty nastavenĂ© na {0}", + "worldedit.reorder.current": "ReĹľim pre usporiadanie je {0}", + "worldedit.reorder.set": "ReĹľim pre usporiadanie je teraz {0}", + "worldedit.gmask.disabled": "Globálna maska vypnutá.", + "worldedit.gmask.set": "Globálna maska nastavená.", + "worldedit.toggleplace.pos1": "Pokladám na pozĂ­cii #1.", + "worldedit.toggleplace.player": "Pokladám na blok v ktorom stojíš.", + "worldedit.searchitem.too-short": "Zadajte dlhší vyhÄľadávacĂ­ reĹĄazec (dĺžka > 2).", + "worldedit.searchitem.either-b-or-i": "NemĂ´Ĺľeš pouĹľiĹĄ vlajky 'b' a 'i' naraz.", + "worldedit.searchitem.searching": "(ProsĂ­m poÄŤkajte... hÄľadám predmety.)", + "worldedit.watchdog.no-hook": "Táto platforma nemá watchdog hák.", + "worldedit.watchdog.active.already": "Watchdog hák je uĹľ aktĂ­vny.", + "worldedit.watchdog.inactive.already": "Watchdog hák je uĹľ neaktĂ­vny.", + "worldedit.watchdog.active": "Watchdog hák aktĂ­vny.", + "worldedit.watchdog.inactive": "Watchdog hák neaktĂ­vny.", + "worldedit.world.remove": "VymazanĂ© prepĂ­sanie sveta.", + "worldedit.world.set": "NastaviĹĄ prepĂ­sanie sveta na {0}. (PouĹľi //world na návrat do pĂ´vodnĂ©ho nastavenia)", + "worldedit.undo.undone": "VrátenĂ© {0} dostupnĂ© Ăşpravy.", + "worldedit.undo.none": "NiÄŤ, ÄŤo by bolo moĹľnĂ© vrátiĹĄ späť.", + "worldedit.redo.redone": "PrerobenĂ© {0} dostupnĂ© Ăşpravy.", + "worldedit.redo.none": "NiÄŤ, ÄŤo by bolo moĹľnĂ© prerobiĹĄ.", + "worldedit.clearhistory.cleared": "HistĂłria zmazaná.", + "worldedit.raytrace.noblock": "Ĺ˝iaden blok na dohÄľad!", + "worldedit.restore.not-configured": "Snapshot/zálohovanie nieje nakonfigurovanĂ©.", + "worldedit.restore.not-available": "Ten snapshot neexistuje alebo nieje dostupnĂ˝.", + "worldedit.restore.failed": "NaÄŤĂ­tanie snapshotu zlyhalo: {0}", + "worldedit.restore.loaded": "Snapshot '{0}' naÄŤĂ­tanĂ˝; obnovujem...", + "worldedit.restore.restored": "ObnovenĂ˝ch; {0} chĂ˝bajĂşcich chunkov a {1} ostatnĂ˝ch chĂ˝b.", + "worldedit.restore.none-for-specific-world": "Ĺ˝iadne snapshoty neboli nájdenĂ© pre svet '{0}'.", + "worldedit.restore.none-for-world": "Ĺ˝iadne snapshoty neboli nájdenĂ© pre tento svet.", + "worldedit.restore.none-found": "Nenašli sa Ĺľiadne snapshoty.", + "worldedit.restore.none-found-console": "Nenašli sa Ĺľiadne snapshoty. Pozri konzolu pre detaily.", + "worldedit.restore.chunk-not-present": "Chunky neboli prĂ­tomnĂ© v snapshote.", + "worldedit.restore.chunk-load-failed": "Ĺ˝iadne chunky nemohli byĹĄ naÄŤĂ­tanĂ©. (ZlĂ˝ archĂ­v?)", + "worldedit.restore.block-place-failed": "Chyby zabránili obnovu akĂ˝chkoÄľvek blokov.", + "worldedit.restore.block-place-error": "Posledná chyba: {0}", + "worldedit.snapshot.use.newest": "Používa najnovší snapshot.", + "worldedit.snapshot.use": "Snapshot nastavenĂ˝ na: {0}", + "worldedit.snapshot.none-before": "Nebolo moĹľnĂ© nájsĹĄ snapshot pred {0}.", + "worldedit.snapshot.none-after": "Nebolo moĹľnĂ© nájsĹĄ snapshot po {0}.", + "worldedit.snapshot.index-above-0": "Chyba, hodnota musĂ­ byĹĄ väčšia alebo rovná 1.", + "worldedit.snapshot.index-oob": "Chyba, index musĂ­ maĹĄ hodnotu medzi 1 a {0}.", + "worldedit.schematic.unknown-format": "Neznámy schĂ©matickĂ˝ formát: {0}.", + "worldedit.schematic.load.does-not-exist": "SchĂ©ma {0} neexistuje!", + "worldedit.schematic.load.loading": "(ProsĂ­m poÄŤkajte... naÄŤĂ­tavanie schĂ©my.)", + "worldedit.schematic.load.still-loading": "(ProsĂ­m poÄŤkajte... stále naÄŤĂ­tavam schĂ©mu.)", + "worldedit.schematic.save.already-exists": "Táto schĂ©ma uĹľ existuje. PouĹľite -f flag na jej prepĂ­sanie.", + "worldedit.schematic.save.failed-directory": "Nebolo moĹľnĂ© vytvoriĹĄ prieÄŤinok pre schĂ©mu!", + "worldedit.schematic.save.saving": "(ProsĂ­m poÄŤkajte... naÄŤĂ­tavanie schĂ©my.)", + "worldedit.schematic.save.still-saving": "(ProsĂ­m poÄŤkajte... stále ukladám schĂ©mu.)", + "worldedit.schematic.delete.does-not-exist": "SchĂ©ma {0} neexistuje!", + "worldedit.schematic.delete.failed": "Chyba vo vymazávanĂ­ {0}!", + "worldedit.schematic.delete.deleted": "PoloĹľka {0} bola odstránená.", + "worldedit.schematic.formats.title": "DostupnĂ© formáty schránky (Názov: VyhÄľadávacie mená)", + "worldedit.schematic.unsupported-minecraft-version": "Táto verzia WorldEditu nepodporuje vašu Minecraft verziu. SchĂ©my nebudĂş fungovaĹĄ pokĂ˝m toto nebude opravenĂ©.", + "worldedit.pos.already-set": "PozĂ­cia je uĹľ nastavená.", + "worldedit.pos.console-require-coords": "Je potreba poskytnúť sĂşradnice konzoly.", + "worldedit.hpos.no-block": "Ĺ˝iaden blok na dohÄľad!", + "worldedit.hpos.already-set": "PozĂ­cia je uĹľ nastavená.", + "worldedit.chunk.selected-multiple": "VybranĂ© chunky: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "Chunk oznaÄŤenĂ˝: {0}, {1}, {2}", + "worldedit.wand.invalid": "PoloĹľka prĂştika je nesprávne nakonfigurovaná alebo zakázaná.", + "worldedit.wand.selwand.info": "Ä˝avĂ© tlaÄŤidlo: vĂ˝ber prvej pozĂ­cie; PravĂ© tlaÄŤidlo: vĂ˝ber druhej pozĂ­cie", + "worldedit.wand.navwand.info": "Ä˝avĂ© tlaÄŤidlo: skoÄŤiĹĄ na umiestnenie; PravĂ© tlaÄŤidlo: prejsĹĄ cez steny", + "worldedit.contract.contracted": "OblasĹĄ bola rozšírená o {0} blokov.", + "worldedit.shift.shifted": "OblasĹĄ posunutá.", + "worldedit.size.type": "Typ: {0}", + "worldedit.size.size": "VeÄľkosĹĄ: {0}", + "worldedit.size.distance": "VzdialenosĹĄ kvádra: {0}", + "worldedit.size.blocks": "# blokov: {0}", + "worldedit.count.counted": "SpoÄŤĂ­tanĂ˝ch: {0}", + "worldedit.distr.no-blocks": "Ĺ˝iadny bloky spoÄŤĂ­tanĂ©.", + "worldedit.distr.no-previous": "Ĺ˝iadne predchádzajĂşce rozdelenie.", + "worldedit.distr.total": "CelkovĂ˝ PoÄŤet Blokov: {0}", + "worldedit.select.cleared": "OznaÄŤenie vymazanĂ©.", + "worldedit.tool.no-block": "Ĺ˝iaden blok na dohÄľad!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/sl/strings.json b/config/worldedit/.archive-unpack/2e1dd752/sl/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/sl/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/so/strings.json b/config/worldedit/.archive-unpack/2e1dd752/so/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/so/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/sq/strings.json b/config/worldedit/.archive-unpack/2e1dd752/sq/strings.json new file mode 100644 index 0000000..710f1f0 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/sq/strings.json @@ -0,0 +1,83 @@ +{ + "worldedit.expand.description.vert": "Zgjero vertikalisht zgjedhjen nĂ« kufijtĂ« e botĂ«s.", + "worldedit.expand.expanded": "Rajon i zgjatur prej {0} blloqe", + "worldedit.expand.expanded.vert": "Rajon i zgjatur prej {0} blloqe (Lart tej fund).", + "worldedit.biomeinfo.lineofsight": "Biomet nĂ« pikĂ«n e shikimit : {0}", + "worldedit.biomeinfo.position": "BiomĂ«t nĂ« pozicionin tuaj : {0}", + "worldedit.biomeinfo.selection": "BiomĂ«t nĂ« zgjedhjen tuaj : {0}", + "worldedit.brush.radius-too-large": "Rrezja maksimale e lejuar e furçës : {0}", + "worldedit.brush.apply.description": "Aplikoni furçë, zbatoni njĂ« funksion nĂ« çdo bllok", + "worldedit.brush.apply.radius": "MadhĂ«sia e furçës", + "worldedit.brush.apply.shape": "Forma e rajonit", + "worldedit.brush.apply.type": "Lloji i furçës pĂ«r t’u pĂ«rdorur", + "worldedit.brush.apply.item.warning": "Kjo furçë simulon pĂ«rdorimet e sendeve. Efektet e saj mund tĂ« mos funksionojnĂ« nĂ« tĂ« gjitha platformat, mund tĂ« mos jenĂ« tĂ« pa-aftĂ«suar dhe mund tĂ« shkaktojnĂ« ndĂ«rveprime tĂ« çuditshme me mod/shtojcat e tjera. PĂ«rdorni me rrezikun tuaj.", + "worldedit.brush.paint.description": "Furça me bojĂ«, aplikoni njĂ« funksion nĂ« njĂ« sipĂ«rfaqe", + "worldedit.brush.paint.size": "MadhĂ«sia e furçës", + "worldedit.brush.paint.shape": "Forma e rajonit", + "worldedit.brush.paint.density": "DendĂ«sia e furçës", + "worldedit.brush.paint.type": "Lloji i furçës pĂ«r t’u pĂ«rdorur", + "worldedit.brush.paint.item.warning": "Kjo furçë simulon pĂ«rdorimet e sendeve. Efektet e saj mund tĂ« mos funksionojnĂ« nĂ« tĂ« gjitha platformat, mund tĂ« mos jenĂ« tĂ« pa-aftĂ«suar dhe mund tĂ« shkaktojnĂ« ndĂ«rveprime tĂ« çuditshme me mod/shtojcat e tjera. PĂ«rdorni me rrezikun tuaj.", + "worldedit.brush.sphere.equip": "FormĂ« e pajisur ({0}) pĂ«r furçë sferike.", + "worldedit.brush.cylinder.equip": "FormĂ« e pajisur ({0} nga {1}). pĂ«r furçë cilindri.", + "worldedit.brush.clipboard.equip": "Furçë me kopje e pajisur.", + "worldedit.brush.smooth.equip": "Furça zbutĂ«se e pajisur ({0} x {1} x duke pĂ«rdorur {2}).", + "worldedit.brush.extinguish.equip": "ZjarrfikĂ«s i pajisur ({0}).", + "worldedit.brush.gravity.equip": "Furça e gravitetit e pajisur ({0}).", + "worldedit.brush.butcher.equip": "Furça kasapi e pajisur ({0}).", + "worldedit.brush.operation.equip": "Vendosni furçën nĂ« {0}.", + "worldedit.brush.none.equip": "Furça u hoq nga objekti nĂ« dorĂ«.", + "worldedit.drawsel.disabled": "Serveri CUI u çaktivizua.", + "worldedit.drawsel.disabled.already": "Server CUI Ă«shtĂ« çaktivizuar tashmĂ«.", + "worldedit.drawsel.enabled.already": "Serveri CUI Ă«shtĂ« aktivizuar tashmĂ«.", + "worldedit.limit.too-high": "Kufiri juaj maksimal i lejueshĂ«m Ă«shtĂ« {0}.", + "worldedit.limit.set": "Kufiri i ndryshimit tĂ« bllokut Ă«shtĂ« vendosur nĂ« {0}.", + "worldedit.limit.return-to-default": "(PĂ«rdorni //limit pĂ«r t'u rikthyer nĂ« parazgjedhje.)", + "worldedit.timeout.too-high": "Afati juaj maksimal i lejueshĂ«m Ă«shtĂ« {0}ms.", + "worldedit.timeout.set": "Koha e afatit tĂ« caktuar Ă«shtĂ« {0}ms.", + "worldedit.timeout.return-to-default": " (PĂ«rdorni //timeout pĂ«r t'u rikthyer nĂ« parazgjedhje.)", + "worldedit.fast.disabled": "Modaliteti i shpejtĂ« Ă«shtĂ« çaktivizuar.", + "worldedit.fast.enabled": "Modaliteti i shpejtĂ« i aktivizuar. Ndriçimi nĂ« copĂ«zat e prekura mund tĂ« jetĂ« i gabuar dhe/ose ju mund tĂ« keni nevojĂ« tĂ« ribeni pĂ«rsĂ«ri pĂ«r tĂ« parĂ« ndryshime.", + "worldedit.fast.disabled.already": "Modaliteti i shpejtĂ« Ă«shtĂ« çaktivizuar tashmĂ«.", + "worldedit.fast.enabled.already": "Modaliteti i shpejtĂ« Ă«shtĂ« aktivizuar tashmĂ«.", + "worldedit.reorder.current": "Modaliteti i riorganizimit Ă«shtĂ« {0}", + "worldedit.reorder.set": "Modaliteti i riorganizimit tani Ă«shtĂ« {0}", + "worldedit.gmask.disabled": "Maska globale Ă«shtĂ« çaktivizuar.", + "worldedit.gmask.set": "MaskĂ« globale e pĂ«rcaktuar.", + "worldedit.toggleplace.pos1": "Tani duke u vendosur nĂ« pos #1.", + "worldedit.toggleplace.player": "Tani duke u vendosur nĂ« blloku ku ju jeni duke qĂ«ndruar.", + "worldedit.searchitem.too-short": "Futni njĂ« varg kĂ«rkimi mĂ« tĂ« gjatĂ« (gjat > 2).", + "worldedit.searchitem.either-b-or-i": "Ju nuk mund tĂ« pĂ«rdorni tĂ« dyja flamurĂ«t 'b' dhe 'i' njĂ«kohĂ«sisht.", + "worldedit.searchitem.searching": "(Ju lutemi prisni... duke kĂ«rkuar artikuj.)", + "worldedit.watchdog.no-hook": "Kjo platformĂ« nuk ka goditje watchdog.", + "worldedit.watchdog.active.already": "Watchdog tashmĂ« aktive.", + "worldedit.watchdog.inactive.already": "Watchdog tashmĂ« joaktive.", + "worldedit.watchdog.active": "Watchdog tani Ă«shtĂ« aktive.", + "worldedit.watchdog.inactive": "Watchdog tani Ă«shtĂ« joaktive.", + "worldedit.world.remove": "Tejkaloja i botĂ«s e hequr.", + "worldedit.world.set": "Vendoseni qĂ« bota tĂ« tejkalojĂ« nĂ« {0}. (PĂ«rdorni //botĂ« pĂ«r tĂ« kthyer pĂ«rsĂ«ri nĂ« parazgjedhje)", + "worldedit.undo.undone": "Undid {0} redaktimet nĂ« dispozicion.", + "worldedit.undo.none": "AsgjĂ« nuk mbetet pĂ«r tĂ« zhbĂ«rĂ«.", + "worldedit.clearhistory.cleared": "Historia u pastrua.", + "worldedit.raytrace.noblock": "Nuk ka bllok nĂ« shikim!", + "worldedit.hpos.no-block": "Nuk ka bllok nĂ« shikim!", + "worldedit.hpos.already-set": "Pozicioni i vendosur tashmĂ«.", + "worldedit.chunk.selected-multiple": "CopĂ«za tĂ« zgjedhura : ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.wand.invalid": "Shkopit Ă«shtĂ« i konfiguruar gabimisht ose i çaktivizuar.", + "worldedit.wand.selwand.info": "Klikoni nĂ« tĂ« majtĂ« : zgjidhni poz #1 ; Klikoni me tĂ« djathtĂ«n : zgjidhni pozin #2", + "worldedit.wand.navwand.info": "Klikoni nĂ« tĂ« majtĂ« : kĂ«rce nĂ« vendndodhje ; Klikoni me tĂ« djathtĂ«n : kaloni nĂ«pĂ«r mure", + "worldedit.contract.contracted": "Rajoni Ă«shtĂ« kontraktuar nga {0} blloqe.", + "worldedit.shift.shifted": "Rajoni u zhvendos.", + "worldedit.outset.outset": "Rajoni Ă«shtĂ« dilatuar.", + "worldedit.inset.inset": "Rajoni Ă«shtĂ« zvogĂ«luar.", + "worldedit.size.offset": "Ndryshim : {0}", + "worldedit.size.type": "Lloji : {0}", + "worldedit.size.size": "MadhĂ«sia : {0}", + "worldedit.size.distance": "Distanca kuboide : {0}", + "worldedit.size.blocks": "Numri i blloqeve : {0}", + "worldedit.count.counted": "NumĂ«ruar : {0}", + "worldedit.distr.no-blocks": "AsnjĂ« bllok nuk llogaritet.", + "worldedit.distr.no-previous": "AsnjĂ« shpĂ«rndarje e mĂ«parshme.", + "worldedit.distr.total": "Numri total i bllokut : {0}", + "worldedit.select.cleared": "Zgjedhja u pastrua.", + "worldedit.tool.no-block": "Nuk ka bllok nĂ« shikim!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/sr/strings.json b/config/worldedit/.archive-unpack/2e1dd752/sr/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/sr/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/strings.json b/config/worldedit/.archive-unpack/2e1dd752/strings.json new file mode 100644 index 0000000..55c565e --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/strings.json @@ -0,0 +1,445 @@ +{ + "worldedit.expand.description.vert": "Vertically expand the selection to world limits.", + "worldedit.expand.expanded": "Region expanded {0} blocks", + "worldedit.expand.expanded.vert": "Region expanded {0} blocks (top-to-bottom).", + + "worldedit.biomeinfo.lineofsight": "Biomes at line of sight point: {0}", + "worldedit.biomeinfo.position": "Biomes at your position: {0}", + "worldedit.biomeinfo.selection": "Biomes in your selection: {0}", + + "worldedit.brush.radius-too-large": "Maximum allowed brush radius: {0}", + "worldedit.brush.apply.description": "Apply brush, apply a function to every block", + "worldedit.brush.apply.radius": "The size of the brush", + "worldedit.brush.apply.shape": "The shape of the region", + "worldedit.brush.apply.type": "Type of brush to use", + "worldedit.brush.apply.item.warning": "This brush simulates item usages. Its effects may not work on all platforms, may not be undo-able, and may cause strange interactions with other mods/plugins. Use at your own risk.", + "worldedit.brush.paint.description": "Paint brush, apply a function to a surface", + "worldedit.brush.paint.size": "The size of the brush", + "worldedit.brush.paint.shape": "The shape of the region", + "worldedit.brush.paint.density": "The density of the brush", + "worldedit.brush.paint.type": "Type of brush to use", + "worldedit.brush.paint.item.warning": "This brush simulates item usages. Its effects may not work on all platforms, may not be undo-able, and may cause strange interactions with other mods/plugins. Use at your own risk.", + "worldedit.brush.sphere.equip": "Sphere brush shape equipped ({0}).", + "worldedit.brush.cylinder.equip": "Cylinder brush shape equipped ({0} by {1}).", + "worldedit.brush.clipboard.equip": "Clipboard brush shape equipped.", + "worldedit.brush.smooth.equip": "Smooth brush equipped ({0} x {1}x using {2}).", + "worldedit.brush.extinguish.equip": "Extinguisher equipped ({0}).", + "worldedit.brush.gravity.equip": "Gravity brush equipped ({0}).", + "worldedit.brush.butcher.equip": "Butcher brush equipped ({0}).", + "worldedit.brush.operation.equip": "Set brush to {0}.", + "worldedit.brush.heightmap.equip": "Heightmap brush equipped ({0}).", + "worldedit.brush.heightmap.unknown": "Unknown heightmap brush: {0}.", + "worldedit.brush.none.equip": "Brush unbound from your current item.", + + "worldedit.setbiome.changed": "Biomes were changed for approximately {0} blocks.", + "worldedit.setbiome.warning": "You may have to re-join your game (or close and re-open your world) to see changes.", + + "worldedit.drawsel.disabled": "Server CUI disabled.", + "worldedit.drawsel.enabled": "Server CUI enabled. This only supports cuboid regions, with a maximum size of {0}x{1}x{2}.", + "worldedit.drawsel.disabled.already": "Server CUI already disabled.", + "worldedit.drawsel.enabled.already": "Server CUI already enabled.", + "worldedit.limit.too-high": "Your maximum allowable limit is {0}.", + "worldedit.limit.set": "Block change limit set to {0}.", + "worldedit.limit.return-to-default": "(Use //limit to go back to the default.)", + "worldedit.timeout.too-high": "Your maximum allowable timeout is {0}ms.", + "worldedit.timeout.set": "Timeout time set to {0}ms.", + "worldedit.timeout.return-to-default": " (Use //timeout to go back to the default.)", + "worldedit.fast.disabled": "Fast mode disabled.", + "worldedit.fast.enabled": "Fast mode enabled. Lighting in the affected chunks may be wrong and/or you may need to rejoin to see changes.", + "worldedit.fast.disabled.already": "Fast mode already disabled.", + "worldedit.fast.enabled.already": "Fast mode already enabled.", + "worldedit.perf.sideeffect.set": "Side effect \"{0}\" set to {1}", + "worldedit.perf.sideeffect.get": "Side effect \"{0}\" is set to {1}", + "worldedit.perf.sideeffect.already-set": "Side effect \"{0}\" is already {1}", + "worldedit.perf.sideeffect.set-all": "All side effects set to {0}", + "worldedit.reorder.current": "The reorder mode is {0}", + "worldedit.reorder.set": "The reorder mode is now {0}", + "worldedit.gmask.disabled": "Global mask disabled.", + "worldedit.gmask.set": "Global mask set.", + "worldedit.toggleplace.pos1": "Now placing at pos #1.", + "worldedit.toggleplace.player": "Now placing at the block you stand in.", + "worldedit.toggleplace.not-locatable": "Cannot toggle placing in this context.", + "worldedit.searchitem.too-short": "Enter a longer search string (len > 2).", + "worldedit.searchitem.either-b-or-i": "You cannot use both the 'b' and 'i' flags simultaneously.", + "worldedit.searchitem.searching": "(Please wait... searching items.)", + "worldedit.watchdog.no-hook": "This platform has no watchdog hook.", + "worldedit.watchdog.active.already": "Watchdog hook already active.", + "worldedit.watchdog.inactive.already": "Watchdog hook already inactive.", + "worldedit.watchdog.active": "Watchdog hook now active.", + "worldedit.watchdog.inactive": "Watchdog hook now inactive.", + "worldedit.world.remove": "Removed world override.", + "worldedit.world.set": "Set the world override to {0}. (Use //world to go back to default)", + + "worldedit.undo.undone": "Undid {0} available edits.", + "worldedit.undo.none": "Nothing left to undo.", + "worldedit.redo.redone": "Redid {0} available edits.", + "worldedit.redo.none": "Nothing left to redo.", + "worldedit.clearhistory.cleared": "History cleared.", + + "worldedit.raytrace.noblock": "No block in sight!", + + "worldedit.restore.not-configured": "Snapshot/backup restore is not configured.", + "worldedit.restore.not-available": "That snapshot does not exist or is not available.", + "worldedit.restore.failed": "Failed to load snapshot: {0}", + "worldedit.restore.loaded": "Snapshot '{0}' loaded; now restoring...", + "worldedit.restore.restored": "Restored; {0} missing chunks and {1} other errors.", + "worldedit.restore.none-for-specific-world": "No snapshots were found for world '{0}'.", + "worldedit.restore.none-for-world": "No snapshots were found for this world.", + "worldedit.restore.none-found": "No snapshots were found.", + "worldedit.restore.none-found-console": "No snapshots were found. See console for details.", + "worldedit.restore.chunk-not-present": "Chunks were not present in snapshot.", + "worldedit.restore.chunk-load-failed": "No chunks could be loaded. (Bad archive?)", + "worldedit.restore.block-place-failed": "Errors prevented any blocks from being restored.", + "worldedit.restore.block-place-error": "Last error: {0}", + + "worldedit.snapshot.use.newest": "Now using newest snapshot.", + "worldedit.snapshot.use": "Snapshot set to: {0}", + "worldedit.snapshot.none-before": "Couldn't find a snapshot before {0}.", + "worldedit.snapshot.none-after": "Couldn't find a snapshot after {0}.", + "worldedit.snapshot.index-above-0": "Invalid index, must be greater than or equal to 1.", + "worldedit.snapshot.index-oob": "Invalid index, must be between 1 and {0}.", + + "worldedit.schematic.unknown-format": "Unknown schematic format: {0}.", + "worldedit.schematic.load.does-not-exist": "Schematic {0} does not exist!", + "worldedit.schematic.load.loading": "(Please wait... loading schematic.)", + "worldedit.schematic.load.still-loading": "(Please wait... still loading schematic.)", + "worldedit.schematic.save.already-exists": "That schematic already exists. Use the -f flag to overwrite it.", + "worldedit.schematic.save.failed-directory": "Could not create folder for schematics!", + "worldedit.schematic.save.saving": "(Please wait... saving schematic.)", + "worldedit.schematic.save.still-saving": "(Please wait... still saving schematic.)", + "worldedit.schematic.delete.does-not-exist": "Schematic {0} does not exist!", + "worldedit.schematic.delete.failed": "Deletion of {0} failed! Is it read-only?", + "worldedit.schematic.delete.deleted": "{0} has been deleted.", + "worldedit.schematic.formats.title": "Available clipboard formats (Name: Lookup names)", + "worldedit.schematic.unsupported-minecraft-version": "This version of WorldEdit does not support your Minecraft version. Schematics will not work until this is resolved.", + + "worldedit.pos.already-set": "Position already set.", + "worldedit.pos.console-require-coords": "You must provide coordinates as console.", + "worldedit.hpos.no-block": "No block in sight!", + "worldedit.hpos.already-set": "Position already set.", + "worldedit.chunk.selected-multiple": "Chunks selected: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "Chunk selected: {0}, {1}, {2}", + "worldedit.wand.invalid": "Wand item is mis-configured or disabled.", + "worldedit.wand.selwand.info": "Left click: select pos #1; Right click: select pos #2", + "worldedit.wand.navwand.info": "Left click: jump to location; Right click: pass through walls", + "worldedit.wand.selwand.now.tool": "The selection wand is now a normal tool. You can disable it with {0} and rebind it to any item with {1} or get a new wand with {2}.", + "worldedit.contract.contracted": "Region contracted {0} blocks.", + "worldedit.shift.shifted": "Region shifted.", + "worldedit.outset.outset": "Region outset.", + "worldedit.inset.inset": "Region inset.", + "worldedit.size.offset": "Offset: {0}", + "worldedit.size.type": "Type: {0}", + "worldedit.size.size": "Size: {0}", + "worldedit.size.distance": "Cuboid distance: {0}", + "worldedit.size.blocks": "# of blocks: {0}", + "worldedit.count.counted": "Counted: {0}", + "worldedit.distr.no-blocks": "No blocks counted.", + "worldedit.distr.no-previous": "No previous distribution.", + "worldedit.distr.total": "Total Block Count: {0}", + "worldedit.select.cleared": "Selection cleared.", + "worldedit.select.cuboid.message": "Cuboid: left click for point 1, right click for point 2", + "worldedit.select.cuboid.description": "Select two corners of a cuboid", + "worldedit.select.extend.message": "Cuboid: left click for a starting point, right click to extend", + "worldedit.select.extend.description": "Fast cuboid selection mode", + "worldedit.select.poly.message": "2D polygon selector: Left/right click to add a point.", + "worldedit.select.poly.limit-message": "{0} points maximum.", + "worldedit.select.poly.description": "Select a 2D polygon with height", + "worldedit.select.ellipsoid.message": "Ellipsoid selector: left click=center, right click to extend", + "worldedit.select.ellipsoid.description": "Select an ellipsoid", + "worldedit.select.sphere.message": "Sphere selector: left click=center, right click to set radius", + "worldedit.select.sphere.description": "Select a sphere", + "worldedit.select.cyl.message": "Cylindrical selector: Left click=center, right click to extend", + "worldedit.select.cyl.description": "Select a cylinder", + "worldedit.select.convex.message": "Convex polyhedral selector: Left click=First vertex, right click to add more.", + "worldedit.select.convex.limit-message": "{0} points maximum.", + "worldedit.select.convex.description": "Select a convex polyhedral", + "worldedit.select.default-set": "Your default region selector is now {0}.", + + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Old format: {0}", + "worldedit.chunkinfo.mcregion-filename": "McRegion: region/{0}", + "worldedit.listchunks.listfor": "Listing chunks for: {0}", + + "worldedit.drain.drained": "{0} blocks have been drained.", + "worldedit.fill.created": "{0} blocks have been filled.", + "worldedit.fillr.created": "{0} blocks have been filled.", + "worldedit.fixlava.fixed": "{0} blocks have been fixed.", + "worldedit.fixwater.fixed": "{0} blocks have been fixed.", + "worldedit.removeabove.removed": "{0} blocks have been removed.", + "worldedit.removebelow.removed": "{0} blocks have been removed.", + "worldedit.removenear.removed": "{0} blocks have been removed.", + "worldedit.replacenear.replaced": "{0} blocks have been replaced.", + "worldedit.snow.created": "{0} surfaces have been covered.", + "worldedit.thaw.removed": "{0} blocks have been thawed.", + "worldedit.green.changed": "{0} blocks have been greened.", + "worldedit.extinguish.removed": "{0} fires have been extinguished.", + "worldedit.butcher.killed": "{0} mobs have been killed in a radius of {1}.", + "worldedit.butcher.explain-all": "Use -1 to remove all mobs in loaded chunks", + "worldedit.remove.removed": "{0} entities have been marked for removal.", + "worldedit.remove.explain-all": "Use -1 to remove all entities in loaded chunks", + "worldedit.calc.invalid": "'{0}' could not be parsed as a valid expression", + "worldedit.calc.invalid.with-error": "'{0}' could not be parsed as a valid expression: '{1}'", + + "worldedit.paste.pasted": "The clipboard has been pasted at {0}", + "worldedit.paste.selected": "Selected clipboard paste region.", + "worldedit.rotate.no-interpolation": "Note: Interpolation is not yet supported, so angles that are multiples of 90 is recommended.", + "worldedit.rotate.rotated": "The clipboard copy has been rotated.", + "worldedit.flip.flipped": "The clipboard copy has been flipped.", + "worldedit.clearclipboard.cleared": "Clipboard cleared.", + + "worldedit.set.done": "Operation completed.", + "worldedit.set.done.verbose": "Operation completed ({0}).", + "worldedit.line.changed": "{0} blocks have been changed.", + "worldedit.line.invalid-type": "//line only works with cuboid selections or convex polyhedral selections", + "worldedit.curve.changed": "{0} blocks have been changed.", + "worldedit.curve.invalid-type": "//curve only works with convex polyhedral selections", + "worldedit.replace.replaced": "{0} blocks have been replaced.", + "worldedit.stack.changed": "{0} blocks changed. Undo with //undo", + "worldedit.stack.intersecting-region": "Stack offset must not collide with the region when using block units", + "worldedit.regen.regenerated": "Region regenerated.", + "worldedit.regen.failed": "Unable to regenerate chunks. Check console for details.", + "worldedit.walls.changed": "{0} blocks have been changed.", + "worldedit.faces.changed": "{0} blocks have been changed.", + "worldedit.overlay.overlaid": "{0} blocks have been overlaid.", + "worldedit.naturalize.naturalized": "{0} block(s) have been made to look more natural.", + "worldedit.center.changed": "Center set. ({0} blocks changed)", + "worldedit.smooth.changed": "Terrain's height map smoothed. {0} blocks changed.", + "worldedit.move.moved": "{0} blocks moved.", + "worldedit.deform.deformed": "{0} blocks have been deformed.", + "worldedit.hollow.changed": "{0} blocks have been changed.", + "worldedit.forest.created": "{0} trees created.", + "worldedit.flora.created": "{0} flora created.", + + "worldedit.unstuck.moved": "There you go!", + "worldedit.ascend.obstructed": "No free spot above you found.", + "worldedit.ascend.moved": "Ascended {0} levels.", + "worldedit.descend.obstructed": "No free spot below you found.", + "worldedit.descend.moved": "Descended {0} levels.", + "worldedit.ceil.obstructed": "No free spot above you found.", + "worldedit.ceil.moved": "Woosh!", + "worldedit.thru.obstructed": "No free spot ahead of you found.", + "worldedit.thru.moved": "Woosh!", + "worldedit.jumpto.moved": "Poof!", + "worldedit.jumpto.none": "No block in sight (or too far away)!", + "worldedit.up.obstructed": "You would hit something above you.", + "worldedit.up.moved": "Woosh!", + + "worldedit.cyl.invalid-radius": "You must either specify 1 or 2 radius values.", + "worldedit.cyl.created": "{0} blocks have been created.", + "worldedit.sphere.invalid-radius": "You must either specify 1 or 3 radius values.", + "worldedit.sphere.created": "{0} blocks have been created.", + "worldedit.forestgen.created": "{0} trees created.", + "worldedit.pumpkins.created": "{0} pumpkin patches created.", + "worldedit.pyramid.created": "{0} blocks have been created.", + "worldedit.generate.created": "{0} blocks have been created.", + "worldedit.generatebiome.changed": "{0} biomes affected.", + + "worldedit.reload.config": "Configuration reloaded!", + "worldedit.report.written": "WorldEdit report written to {0}", + "worldedit.report.error": "Failed to write report: {0}", + "worldedit.report.callback": "WorldEdit report: {0}.report", + "worldedit.timezone.invalid": "Invalid timezone", + "worldedit.timezone.set": "Timezone set for this session to: {0}", + "worldedit.timezone.current": "The current time in that timezone is: {0}", + "worldedit.version.version": "WorldEdit version {0}", + "worldedit.version.bukkit.unsupported-adapter": "This WorldEdit version does not fully support your version of Bukkit. Block entities (e.g. chests) will be empty, block properties (e.g. rotation) will be missing, and other things may not work. Update WorldEdit to restore this functionality:\n{0}", + + "worldedit.trace.no-tracing-extents": "Trace: No extent was used.", + "worldedit.trace.action-failed": "Trace: Action(s) {0} at {1} discarded by extent {2}", + "worldedit.trace.active.already": "Trace mode already active.", + "worldedit.trace.inactive.already": "Trace mode already inactive.", + "worldedit.trace.active": "Trace mode now active.", + "worldedit.trace.inactive": "Trace mode now inactive.", + + "worldedit.command.time-elapsed": "{0}s elapsed (history: {1} changed; {2} blocks/sec).", + "worldedit.command.permissions": "You are not permitted to do that. Are you in the right mode?", + "worldedit.command.player-only": "This command must be used with a player.", + "worldedit.command.error.report": "Please report this error: [See console]", + "worldedit.pastebin.uploading": "(Please wait... sending output to pastebin...)", + "worldedit.session.cant-find-session": "Unable to find session for {0}", + "worldedit.platform.no-file-dialog": "File dialogs are not supported in your environment.", + + "worldedit.asset.load.loading": "(Please wait... loading asset.)", + "worldedit.asset.load.still-loading": "(Please wait... still loading asset.)", + "worldedit.asset.load.failed": "Failed to load asset", + + "worldedit.tool.max-block-changes": "Max blocks change limit reached.", + "worldedit.tool.no-block": "No block in sight!", + "worldedit.tool.repl.equip": "Block replacer tool bound to {0}.", + "worldedit.tool.repl.switched": "Replacer tool switched to: {0}", + "worldedit.tool.data-cycler.equip": "Block data cycler tool bound to {0}.", + "worldedit.tool.data-cycler.block-not-permitted": "You are not permitted to cycle the data value of that block.", + "worldedit.tool.data-cycler.cant-cycle": "That block's data cannot be cycled!", + "worldedit.tool.data-cycler.new-value": "Value of {0} is now {1}.", + "worldedit.tool.data-cycler.cycling": "Now cycling {0}.", + "worldedit.tool.deltree.equip": "Floating tree remover tool bound to {0}.", + "worldedit.tool.deltree.not-tree": "That's not a tree.", + "worldedit.tool.deltree.not-floating": "That's not a floating tree.", + "worldedit.tool.tree.equip": "Tree tool bound to {0}.", + "worldedit.tool.tree.obstructed": "A tree can't go there.", + "worldedit.tool.info.equip": "Info tool bound to {0}.", + "worldedit.tool.info.blockstate.hover": "Block state", + "worldedit.tool.info.internalid.hover": "Internal ID", + "worldedit.tool.info.legacy.hover": "Legacy id:data", + "worldedit.tool.info.light.hover": "Block Light/Light Above", + "worldedit.tool.none.equip": "Tool unbound from your current item.", + "worldedit.tool.none.to.unequip": "Your current item is not bound.", + "worldedit.tool.selwand.equip": "Selection wand bound to {0}.", + "worldedit.tool.navwand.equip": "Navigation wand bound to {0}.", + "worldedit.tool.floodfill.equip": "Block flood fill tool bound to {0}.", + "worldedit.tool.farwand.equip": "Far wand tool bound to {0}.", + "worldedit.tool.lrbuild.equip": "Long-range building tool bound to {0}.", + "worldedit.tool.lrbuild.set": "Left-click set to {0}; right-click set to {1}.", + "worldedit.tool.stack.equip": "Stack tool bound to {0}.", + + "worldedit.tool.unbind-instruction": "Run {0} while holding the item to unbind it.", + + "worldedit.tool.superpickaxe.mode.single": "Mode is now single. Left click with a pickaxe. // to disable.", + "worldedit.tool.superpickaxe.mode.area": "Mode is now area. Left click with a pickaxe. // to disable.", + "worldedit.tool.superpickaxe.mode.recursive": "Mode is now recursive. Left click with a pickaxe. // to disable.", + "worldedit.tool.superpickaxe.max-range": "Maximum range is {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Super pickaxe already enabled.", + "worldedit.tool.superpickaxe.disabled.already": "Super pickaxe already disabled.", + "worldedit.tool.superpickaxe.enabled": "Super pickaxe enabled.", + "worldedit.tool.superpickaxe.disabled": "Super pickaxe disabled.", + "worldedit.tool.mask.set": "Brush mask set.", + "worldedit.tool.mask.disabled": "Brush mask disabled.", + "worldedit.tool.material.set": "Brush material set.", + "worldedit.tool.range.set": "Brush range set.", + "worldedit.tool.size.set": "Brush size set.", + "worldedit.tool.tracemask.set": "Trace mask set.", + "worldedit.tool.tracemask.disabled": "Trace mask disabled.", + "worldedit.tool.error.cannot-bind": "Can't bind tool to {0}: {1}", + "worldedit.tool.error.item-only": "Blocks can't be used.", + + "worldedit.execute.script-permissions": "You don't have permission to use that script.", + "worldedit.executelast.no-script": "Use /cs with a script name first.", + "worldedit.script.read-error": "Script read error: {0}", + "worldedit.script.unsupported": "Only .js scripts are currently supported", + "worldedit.script.file-not-found": "Script does not exist: {0}", + "worldedit.script.no-script-engine": "Failed to find an installed script engine.\nPlease see https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "Failed to execute: {0}", + "worldedit.script.failed-console": "Failed to execute (see console): {0}", + + "worldedit.operation.affected.biome": "{0} biomes affected", + "worldedit.operation.affected.block": "{0} blocks affected", + "worldedit.operation.affected.column": "{0} columns affected", + "worldedit.operation.affected.entity": "{0} entities affected", + "worldedit.operation.deform.expression": "deformed using {0}", + + "worldedit.error.invalid-number": "Number expected; string given.", + "worldedit.error.invalid-number.matches": "Number expected; string \"{0}\" given.", + "worldedit.error.incomplete-region": "Make a region selection first.", + "worldedit.error.unknown-block": "Block name '{0}' was not recognized.", + "worldedit.error.unknown-entity": "Entity name '{0}' was not recognized.", + "worldedit.error.unknown-mob": "Mob name '{0}' was not recognized.", + "worldedit.error.unknown-biome": "Biome name '{0}' was not recognized.", + "worldedit.error.unknown-tag": "Tag name '{0}' was not recognized.", + "worldedit.error.empty-tag": "Tag name '{0}' has no contents.", + "worldedit.error.no-match": "No match for '{0}'.", + "worldedit.error.disallowed-block": "Block '{0}' not allowed (see WorldEdit configuration).", + "worldedit.error.max-changes": "Max blocks changed in an operation reached ({0}).", + "worldedit.error.max-brush-radius": "Maximum brush radius (in configuration): {0}", + "worldedit.error.max-radius": "Maximum radius (in configuration): {0}", + "worldedit.error.unknown-direction": "Unknown direction: {0}", + "worldedit.error.empty-clipboard": "Your clipboard is empty. Use //copy first.", + "worldedit.error.invalid-filename": "Filename '{0}' invalid: {1}", + "worldedit.error.invalid-filename.invalid-characters": "Invalid characters or extension missing", + "worldedit.error.file-resolution": "File '{0}' resolution error: {1}", + "worldedit.error.file-resolution.outside-root": "Path is outside allowable root", + "worldedit.error.file-resolution.resolve-failed": "Failed to resolve path", + "worldedit.error.file-aborted": "File selection aborted.", + "worldedit.error.no-file-selected": "No file selected.", + "worldedit.error.world-unloaded": "The world was unloaded already.", + "worldedit.error.not-a-block": "This item is not a block.", + "worldedit.error.not-a-block.item": "The item '{0}' is not a block.", + "worldedit.error.incorrect-usage": "Usage: {0}", + "worldedit.error.invalid-page": "Invalid page number", + "worldedit.error.parser.bad-state-format": "Bad state format in {0}", + "worldedit.error.parser.duplicate-property": "Duplicate property: {0}", + "worldedit.error.parser.empty-state": "Empty part in state", + "worldedit.error.parser.missing-equals-separator": "Missing '=' separator", + "worldedit.error.parser.clipboard.missing-offset": "Offset specified with @ but no offset given. Use '#copy@[x,y,z]'.", + "worldedit.error.parser.unknown-property": "Unknown property '{0}' for block '{1}'", + "worldedit.error.parser.unknown-value": "Unknown value '{0}' for property '{1}'", + "worldedit.error.parser.empty-property": "Empty property in state", + "worldedit.error.parser.empty-value": "Empty value in state", + "worldedit.error.parser.invalid-colon": "Invalid colon.", + "worldedit.error.parser.invalid-expression": "Invalid expression: {0}", + "worldedit.error.parser.negate-nothing": "Cannot negate nothing!", + "worldedit.error.parser.hanging-lbracket": "Invalid format. Hanging bracket at '{0}'.", + "worldedit.error.parser.missing-rbracket": "State is missing trailing ']'", + "worldedit.error.parser.missing-random-type": "Missing the type after the % symbol for '{0}'", + "worldedit.error.parser.clipboard.missing-coordinates": "Clipboard offset needs x,y,z coordinates.", + "worldedit.error.parser.player-only": "Input '{0}' requires a player!", + "worldedit.error.disabled": "This functionality is disabled (see WorldEdit configuration).", + "worldedit.error.unknown": "Unknown error occurred: {0}", + "worldedit.error.missing-extent": "No Extent is known", + "worldedit.error.missing-session": "No LocalSession is known", + "worldedit.error.missing-world": "You need to provide a world (Try //world)", + "worldedit.error.missing-actor": "No actor is known", + + "worldedit.selection.convex.info.vertices": "Vertices: {0}", + "worldedit.selection.convex.info.triangles": "Triangles: {0}", + "worldedit.selection.convex.explain.primary": "Started new selection with vertex {0}.", + "worldedit.selection.convex.explain.secondary": "Added vertex {0} to the selection.", + "worldedit.selection.cuboid.info.pos1": "Position 1: {0}", + "worldedit.selection.cuboid.info.pos2": "Position 2: {0}", + "worldedit.selection.cuboid.explain.primary": "First position set to {0}.", + "worldedit.selection.cuboid.explain.primary-area": "First position set to {0} ({1}).", + "worldedit.selection.cuboid.explain.secondary": "Second position set to {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "Second position set to {0} ({1}).", + "worldedit.selection.extend.explain.primary": "Started selection at {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "Extended selection to encompass {0} ({1}).", + "worldedit.selection.ellipsoid.info.center": "Center: {0}", + "worldedit.selection.ellipsoid.info.radius": "X/Y/Z Radius: {0}", + "worldedit.selection.ellipsoid.explain.primary": "Center position set to {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "Center position set to {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "Radius set to {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Radius set to {0} ({1}).", + "worldedit.selection.ellipsoid.error.even-horizontal": "Ellipsoid changes must be even for each dimension.", + "worldedit.selection.cylinder.info.center": "Center: {0}", + "worldedit.selection.cylinder.info.radius": "Radius: {0}", + "worldedit.selection.cylinder.explain.primary": "Starting a new cylindrical selection at {0}.", + "worldedit.selection.cylinder.explain.secondary": "Radius set to {0}/{1} blocks. ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "You must select the center point before setting the radius.", + "worldedit.selection.cylinder.error.even-horizontal": "Cylinders changes must be even for each horizontal dimension.", + "worldedit.selection.polygon2d.info": "# points: {0}", + "worldedit.selection.polygon2d.explain.primary": "Starting a new polygon at {0}.", + "worldedit.selection.polygon2d.explain.secondary": "Added point #{0} at {1}.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "Polygons can only be expanded vertically.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "Polygons can only be contracted vertically.", + "worldedit.selection.sphere.explain.secondary": "Radius set to {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "Radius set to {0} ({1}).", + "worldedit.selection.null.error.immutable": "Cannot change NullRegion.", + "worldedit.selection.intersection.error.cannot-expand": "Cannot expand a region intersection.", + "worldedit.selection.intersection.error.cannot-contract": "Cannot contract a region intersection.", + "worldedit.selection.transform.error.cannot-expand": "Cannot expand a TransformedRegion.", + "worldedit.selection.transform.error.cannot-contract": "Cannot contract a TransformedRegion.", + "worldedit.selection.transform.error.cannot-change": "Cannot change a TransformedRegion.", + + "worldedit.sideeffect.lighting": "Lighting", + "worldedit.sideeffect.lighting.description": "Updates block lighting", + "worldedit.sideeffect.neighbors": "Neighbors", + "worldedit.sideeffect.neighbors.description": "Notifies nearby blocks of changes", + "worldedit.sideeffect.update": "Update", + "worldedit.sideeffect.update.description": "Notifies the changed block", + "worldedit.sideeffect.validation": "Validation", + "worldedit.sideeffect.validation.description": "Validates and fixes inconsistent world state, such as disconnected blocks", + "worldedit.sideeffect.entity_ai": "Entity AI", + "worldedit.sideeffect.entity_ai.description": "Updates Entity AI paths for the block changes", + "worldedit.sideeffect.events": "Mod/Plugin Events", + "worldedit.sideeffect.events.description": "Tells other mods/plugins about these changes when applicable", + "worldedit.sideeffect.state.on": "On", + "worldedit.sideeffect.state.delayed": "Delayed", + "worldedit.sideeffect.state.off": "Off", + "worldedit.sideeffect.box.current": "Current", + "worldedit.sideeffect.box.change-to": "Click to set to {0}", + + "worldedit.help.command-not-found": "The command '{0}' could not be found.", + "worldedit.help.no-subcommands": "'{0}' has no sub-commands. (Maybe '{1}' is for a parameter?)", + "worldedit.help.subcommand-not-found": "The sub-command '{0}' under '{1}' could not be found.", + + "worldedit.cli.stopping": "Stopping!", + "worldedit.cli.unknown-command": "Unknown command!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/sv-SE/strings.json b/config/worldedit/.archive-unpack/2e1dd752/sv-SE/strings.json new file mode 100644 index 0000000..9a5f349 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/sv-SE/strings.json @@ -0,0 +1,363 @@ +{ + "worldedit.expand.description.vert": "Expandera vertikalt markerat omrĂĄdet till världsgränsen.", + "worldedit.expand.expanded": "OmrĂĄde expanderat {0} block", + "worldedit.expand.expanded.vert": "OmrĂĄde expanderat {0} block (frĂĄn topp till botten).", + "worldedit.biomeinfo.lineofsight": "Biom inom synhĂĄll: {0}", + "worldedit.biomeinfo.position": "Biom pĂĄ det block du stĂĄr pĂĄ: {0}", + "worldedit.biomeinfo.selection": "Biom som du markerat: {0}", + "worldedit.brush.radius-too-large": "Maximalt tillĂĄten radie pĂĄ borste: {0}", + "worldedit.brush.apply.description": "Appliceringspenseln, applicera en funktion pĂĄ varje block", + "worldedit.brush.apply.radius": "Storleken av penseln", + "worldedit.brush.apply.shape": "Formen av regionen", + "worldedit.brush.apply.type": "Typ av pensel att använda", + "worldedit.brush.apply.item.warning": "Denna borste simulerar föremĂĄlsanvändning. Dess effekter kanske inte fungerar pĂĄ alla plattformar, kanske inte kan ĂĄngras, och kan orsaka konstiga interaktioner med andra mods/plugins. Använd pĂĄ egen risk.", + "worldedit.brush.paint.description": "MĂĄlarpensel, applicera en funktion pĂĄ en yta", + "worldedit.brush.paint.size": "Storleken av penseln", + "worldedit.brush.paint.shape": "Formen av regionen", + "worldedit.brush.paint.density": "Densiteten av penseln", + "worldedit.brush.paint.type": "Typ av pensel att använda", + "worldedit.brush.paint.item.warning": "Denna borste simulerar föremĂĄlsanvändning. Dess effekter kanske inte fungerar pĂĄ alla plattformar, kanske inte kan ĂĄngras, och kan orsaka konstiga interaktioner med andra mods/plugins. Använd pĂĄ egen risk.", + "worldedit.brush.sphere.equip": "Sfärpenselform utrustad ({0}).", + "worldedit.brush.cylinder.equip": "Cylinderpenselform utrustad ({0} av {1}).", + "worldedit.brush.extinguish.equip": "Brandsläckare utrustad ({0}).", + "worldedit.brush.gravity.equip": "Gravitetspensel utrustad ({0}).", + "worldedit.brush.butcher.equip": "Slaktpensel utrustad ({0}).", + "worldedit.brush.operation.equip": "Ställ in penseln till {0}.", + "worldedit.brush.heightmap.equip": "Heightmap-pensel utrustad ({0}).", + "worldedit.brush.heightmap.unknown": "Okänd heightmap-pensel: {0}.", + "worldedit.brush.none.equip": "Pensel obunden frĂĄn ditt aktuella föremĂĄl.", + "worldedit.setbiome.changed": "Biomer har ändrats för ungefär {0} block.", + "worldedit.setbiome.warning": "Du kan behöva ĂĄteransluta till ditt spel (eller stänga och ĂĄter öppna din värld) för att se förändringar.", + "worldedit.drawsel.disabled": "Server CUI inaktiverad.", + "worldedit.drawsel.disabled.already": "Server CUI redan inaktiverad.", + "worldedit.drawsel.enabled.already": "Server CUI redan aktiverad.", + "worldedit.limit.too-high": "Din maximalt tillĂĄten gräns är {0}.", + "worldedit.limit.set": "Block ändringsgräns satt till {0}.", + "worldedit.limit.return-to-default": "(Använd //limit för att ĂĄtervända till standardinställningar.)", + "worldedit.timeout.too-high": "Din maximalt tillĂĄten timeout är {0}ms.", + "worldedit.timeout.set": "Längd av Timeout inställd pĂĄ {0}ms.", + "worldedit.timeout.return-to-default": " (Använd //timeout för att ĂĄtervända till standardinställningar.)", + "worldedit.fast.disabled": "Snabbt läge inaktiverad.", + "worldedit.fast.enabled": "Snabbt läge aktiverad. Belysningen i de pĂĄverkade chunkarna kan vara fel och/eller du kan behöva ĂĄteransluta för att se ändringarna.", + "worldedit.fast.disabled.already": "Snabbt läge redan inaktiverad.", + "worldedit.fast.enabled.already": "Snabbt läge redan aktiverad.", + "worldedit.perf.sideeffect.set": "Bieffekt \"{0}\" inställd pĂĄ {1}", + "worldedit.perf.sideeffect.get": "Bieffekt \"{0}\" är inställd pĂĄ {1}", + "worldedit.perf.sideeffect.already-set": "Bieffekt \"{0}\" är redan {1}", + "worldedit.perf.sideeffect.set-all": "Alla bieffekter inställda pĂĄ {0}", + "worldedit.gmask.disabled": "Global mask inaktiverad.", + "worldedit.gmask.set": "Global mask inställd.", + "worldedit.toggleplace.pos1": "Placerar nu pĂĄ pos #1.", + "worldedit.toggleplace.player": "Placerar nu vid blocket du stĂĄr i.", + "worldedit.searchitem.too-short": "Ange en längre söksträng (längd > 2).", + "worldedit.searchitem.either-b-or-i": "Du kan inte använda bĂĄde 'b' och 'i' flaggorna samtidigt.", + "worldedit.searchitem.searching": "(Var god vänta... söker efter föremĂĄl.)", + "worldedit.watchdog.no-hook": "Denna plattform har ingen watchdog krok.", + "worldedit.watchdog.active.already": "Watchdog krok redan aktiv.", + "worldedit.watchdog.inactive.already": "Watchdog krok redan inaktiv.", + "worldedit.watchdog.active": "Watchdog krok är nu aktiv.", + "worldedit.watchdog.inactive": "Watchdog krok är nu inaktiv.", + "worldedit.world.remove": "Borttagen världsöverskridning.", + "worldedit.world.set": "Ställ in världsöverskridningen till {0}. (Använd //world för att ĂĄtervända till standardinställningar.)", + "worldedit.undo.undone": "{0} tillgängliga redigeringar ĂĄngrades.", + "worldedit.undo.none": "Inget kvar att ĂĄngra.", + "worldedit.redo.redone": "{0} tillgängliga redigeringar gjordes om.", + "worldedit.redo.none": "Inget kvar att göra om.", + "worldedit.clearhistory.cleared": "Historik rensad.", + "worldedit.raytrace.noblock": "Inget block i sikte!", + "worldedit.restore.not-configured": "Snapshot/backupĂĄterställning är inte konfigurerat.", + "worldedit.restore.not-available": "Den snapshoten finns inte eller är ej tillgänglig.", + "worldedit.restore.failed": "Misslyckades att ladda snapshot: {0}", + "worldedit.restore.loaded": "Snapshot '{0}' laddad; ĂĄterställer...", + "worldedit.restore.restored": "Ă…terställde; {0} saknade chunks och {1} andra fel.", + "worldedit.restore.none-for-specific-world": "Inga snapshots hittades för värld '{0}'.", + "worldedit.restore.none-for-world": "Snapshots för denna värld kunde inte hittas.", + "worldedit.restore.none-found": "Inga snapshots hittades.", + "worldedit.restore.none-found-console": "Inga snapshots hittades. Detaljer finns i konsolen.", + "worldedit.restore.chunk-not-present": "Chunks ej närvarande i snapshoten.", + "worldedit.restore.chunk-load-failed": "Inga chunks kunde laddas in. (DĂĄligt arkiv?)", + "worldedit.restore.block-place-failed": "Fel hindrade alla block frĂĄn att ĂĄterställas.", + "worldedit.restore.block-place-error": "Senaste felet: {0}", + "worldedit.snapshot.use.newest": "Nu används den senaste snapshoten.", + "worldedit.snapshot.use": "Snapshot inställd pĂĄ: {0}", + "worldedit.snapshot.none-before": "Kunde inte hitta en snapshot före {0}.", + "worldedit.snapshot.none-after": "Kunde inte hitta en snapshot efter {0}.", + "worldedit.snapshot.index-above-0": "Ogiltigt index, mĂĄste vara större än eller lika med 1.", + "worldedit.snapshot.index-oob": "Ogiltigt index, mĂĄste ligga mellan 1 och {0}.", + "worldedit.schematic.unknown-format": "Okänt Schematic format: {0}.", + "worldedit.schematic.load.does-not-exist": "Schematic {0} finns inte!", + "worldedit.schematic.load.loading": "(Var god vänta... laddar schematic.)", + "worldedit.schematic.load.still-loading": "(Var god vänta... laddar fortfarande schematic.)", + "worldedit.schematic.save.already-exists": "Denna schematic finns redan. Använd flaggan -f för att skriva över den.", + "worldedit.schematic.save.failed-directory": "Kunde inte skapa mapp för schematics!", + "worldedit.schematic.save.saving": "(Var god vänta... sparar schematic.)", + "worldedit.schematic.save.still-saving": "(Var god vänta... sparar fortfarande schematic.)", + "worldedit.schematic.delete.does-not-exist": "Schematic {0} finns inte!", + "worldedit.schematic.delete.failed": "Borttagning av {0} misslyckades! Ă„r det skrivskyddat?", + "worldedit.schematic.delete.deleted": "{0} har raderats.", + "worldedit.schematic.unsupported-minecraft-version": "Denna version av WorldEdit stöder inte din Minecraft-version. Schematics kommer inte att fungera förrän detta är löst.", + "worldedit.pos.already-set": "Position redan angiven.", + "worldedit.pos.console-require-coords": "Du mĂĄste ange koordinater som konsol.", + "worldedit.hpos.no-block": "Inget block i sikte!", + "worldedit.hpos.already-set": "Position redan angiven.", + "worldedit.chunk.selected-multiple": "Valda chunks: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "Chunk vald: {0}, {1}, {2}", + "worldedit.wand.invalid": "StavföremĂĄlet är felkonfigurerat eller inaktiverat.", + "worldedit.wand.selwand.info": "Vänsterklick: välj position #1; Högerklick: välj position #2", + "worldedit.wand.navwand.info": "Vänsterklick: hoppa till plats; Högerklicka: passera genom väggar", + "worldedit.shift.shifted": "Region skiftad.", + "worldedit.inset.inset": "Region inlagd.", + "worldedit.size.offset": "Förskjutning: {0}", + "worldedit.size.type": "Typ: {0}", + "worldedit.size.size": "Storlek: {0}", + "worldedit.size.distance": "Cuboid distans: {0}", + "worldedit.size.blocks": "Antal block: {0}", + "worldedit.count.counted": "Räknade: {0}", + "worldedit.distr.no-blocks": "Inga block räknades.", + "worldedit.distr.no-previous": "Ingen tidigare distribution.", + "worldedit.distr.total": "Totalt antal block: {0}", + "worldedit.select.cleared": "Markering rensad.", + "worldedit.select.cuboid.message": "Cuboid: vänsterklicka för punkt 1, högerklicka för punkt 2", + "worldedit.select.cuboid.description": "Välj tvĂĄ hörn av en cuboid", + "worldedit.select.extend.message": "Cuboid: vänsterklicka för en utgĂĄngspunkt, högerklicka för att förlänga", + "worldedit.select.extend.description": "Snabb cuboid markeringsläge", + "worldedit.select.poly.message": "2D polygon selector: Vänster/högerklicka för att lägga till en punkt.", + "worldedit.select.poly.limit-message": "Maximalt {0} poäng.", + "worldedit.select.poly.description": "Välj en 2D polygon med höjd", + "worldedit.select.ellipsoid.message": "Ellipsoidselektor: vänsterklick för mittpunkten, högerklicka för att förlänga", + "worldedit.select.ellipsoid.description": "Välj en ellipsoid", + "worldedit.select.sphere.message": "Sfärselektor: vänsterklick för mittpunkten, högerklicka för att ställa in radie", + "worldedit.select.sphere.description": "Välj en sfär", + "worldedit.select.cyl.message": "Cylinderselektor: vänsterklick för mittpunkten, högerklicka för att förlänga", + "worldedit.select.cyl.description": "Välj en cylinder", + "worldedit.select.convex.message": "Konvex polyheder-selektor: Vänster click = Första toppunkten, högerklicka för att lägga till mer.", + "worldedit.select.convex.limit-message": "Maximalt {0} poäng.", + "worldedit.select.convex.description": "Välj en konvex polyeder", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Gammalt format: {0}", + "worldedit.chunkinfo.mcregion-filename": "McRegion: region/{0}", + "worldedit.drain.drained": "{0} block har tömts.", + "worldedit.fill.created": "{0} block har fyllts i.", + "worldedit.fillr.created": "{0} block har fyllts i.", + "worldedit.fixlava.fixed": "{0} block har fixats.", + "worldedit.fixwater.fixed": "{0} block har fixats.", + "worldedit.removeabove.removed": "{0} block har tagits bort.", + "worldedit.removebelow.removed": "{0} block har tagits bort.", + "worldedit.removenear.removed": "{0} block har tagits bort.", + "worldedit.replacenear.replaced": "{0} block har ersatts.", + "worldedit.snow.created": "{0} ytor har täckts.", + "worldedit.thaw.removed": "{0} block har tinats.", + "worldedit.green.changed": "{0} block har växt gräss.", + "worldedit.extinguish.removed": "{0} bränder har släckts.", + "worldedit.butcher.killed": "{0} varelser har dödats i en radie av {1}.", + "worldedit.butcher.explain-all": "Använd -1 för att ta bort alla varelser i chunkerna som laddats in", + "worldedit.remove.removed": "{0} entiteter har markerats för borttagning.", + "worldedit.remove.explain-all": "Använd -1 för att ta bort alla entiteter i chunkerna som laddats in", + "worldedit.calc.invalid": "'{0}' kunde inte tolkas som ett giltigt uttryck", + "worldedit.calc.invalid.with-error": "'{0}' kunde inte tolkas som ett giltigt uttryck: '{1}'", + "worldedit.paste.pasted": "Urklipp har klistrats in vid {0}", + "worldedit.clearclipboard.cleared": "Urklipp rensat.", + "worldedit.set.done": "Handling utförd.", + "worldedit.set.done.verbose": "Handling utförd ({0}).", + "worldedit.line.changed": "{0} block har ändrats.", + "worldedit.line.invalid-type": "//line fungerar endast med cuboidval eller konvex polyeder-val", + "worldedit.curve.changed": "{0} block har ändrats.", + "worldedit.curve.invalid-type": "//curve fungerar endast med konvex polyederl-val", + "worldedit.replace.replaced": "{0} block har ersatts.", + "worldedit.stack.changed": "{0} block har ändrats. Ă…ngra med //undo", + "worldedit.stack.intersecting-region": "Stack offset fĂĄr inte kollidera med regionen vid användning av blockenheter", + "worldedit.regen.regenerated": "Region regenererad.", + "worldedit.walls.changed": "{0} block har ändrats.", + "worldedit.faces.changed": "{0} block har ändrats.", + "worldedit.overlay.overlaid": "{0} block har täckts över.", + "worldedit.naturalize.naturalized": "{0} block har gjorts för att se mer naturligt ut.", + "worldedit.center.changed": "Mittpunkt satt. ({0} block ändrade)", + "worldedit.smooth.changed": "Terrängens heightmap har blivit utjämnad. {0} block ändrades.", + "worldedit.move.moved": "{0} block flyttades.", + "worldedit.deform.deformed": "{0} block har deformerats.", + "worldedit.hollow.changed": "{0} block har ändrats.", + "worldedit.forest.created": "{0} träd skapade.", + "worldedit.flora.created": "{0} flora skapades.", + "worldedit.unstuck.moved": "SĂĄ där ja!", + "worldedit.ascend.obstructed": "Det finns inget ledigt utrymme ovanför dig.", + "worldedit.ascend.moved": "Steg up {0} nivĂĄer.", + "worldedit.descend.obstructed": "Det finns inget ledigt utrymme under dig.", + "worldedit.descend.moved": "Steg ner {0} nivĂĄer.", + "worldedit.ceil.obstructed": "Det finns inget ledigt utrymme ovanför dig.", + "worldedit.ceil.moved": "Woosh!", + "worldedit.thru.obstructed": "Det finns inget ledigt utrymme framför dig.", + "worldedit.thru.moved": "Woosh!", + "worldedit.jumpto.moved": "Poof!", + "worldedit.jumpto.none": "Inget block i sikte (eller för lĂĄngt borta)!", + "worldedit.up.obstructed": "Du hade träffat nĂĄgot ovanför dig.", + "worldedit.up.moved": "Woosh!", + "worldedit.cyl.invalid-radius": "Du mĂĄste antingen ange 1 eller 2 radie värden.", + "worldedit.cyl.created": "{0} block har skapats.", + "worldedit.sphere.invalid-radius": "Du mĂĄste antingen ange 1 eller 3 radie värden.", + "worldedit.sphere.created": "{0} block har skapats.", + "worldedit.forestgen.created": "{0} träd skapade.", + "worldedit.pumpkins.created": "{0} pumpafält skapade.", + "worldedit.pyramid.created": "{0} block har skapats.", + "worldedit.generate.created": "{0} block har skapats.", + "worldedit.generatebiome.changed": "{0} biomer pĂĄverkade.", + "worldedit.reload.config": "Konfigurationen laddades om!", + "worldedit.report.written": "WorldEdit rapport skriven till {0}", + "worldedit.report.error": "Kunde inte skriva rapport: {0}", + "worldedit.report.callback": "WorldEdit rapport: {0}.report", + "worldedit.timezone.invalid": "Ogiltig tidszon", + "worldedit.timezone.set": "Tidszon inställd för denna session till: {0}", + "worldedit.timezone.current": "Den aktuella tiden i den tidszonen är: {0}", + "worldedit.version.version": "WorldEdit version {0}", + "worldedit.version.bukkit.unsupported-adapter": "Denna version av WorldEdit stöder inte helt din version av Bukkit. Blockentiteter (t.ex. kistor) kommer att vara tomma, blockegenskaper (t.ex. rotation) kommer att saknas, och andra saker kanske inte fungerar. Uppdatera WorldEdit för att ĂĄterställa denna funktionalitet:\n{0}", + "worldedit.trace.active.already": "SpĂĄrningsläge redan aktivt.", + "worldedit.trace.inactive.already": "SpĂĄrningsläge redan inaktivt.", + "worldedit.trace.active": "SpĂĄrningsläge är nu aktivt.", + "worldedit.trace.inactive": "SpĂĄrningsläge är nu inaktivt.", + "worldedit.command.permissions": "Du har inte tillĂĄtelse att göra det. Ă„r du i rätt läge?", + "worldedit.command.player-only": "Detta kommando mĂĄste användas med en spelare.", + "worldedit.command.error.report": "Rapportera detta fel: [Se konsol]", + "worldedit.pastebin.uploading": "(Var god vänta... skickar data till pastebin...)", + "worldedit.asset.load.loading": "(Var god vänta... laddar tillgĂĄng.)", + "worldedit.asset.load.still-loading": "(Var god vänta... laddar fortfarande tillgĂĄng.)", + "worldedit.asset.load.failed": "Misslyckades att ladda tillgĂĄngen", + "worldedit.tool.no-block": "Inget block i sikte!", + "worldedit.tool.repl.equip": "Blockutbytesverktyg bundet till {0}.", + "worldedit.tool.repl.switched": "Utbytesverktyget byttes till: {0}", + "worldedit.tool.data-cycler.new-value": "Värdet av {0} är nu {1}.", + "worldedit.tool.deltree.not-tree": "Det är inte ett träd.", + "worldedit.tool.deltree.not-floating": "Det är inte ett flytande träd.", + "worldedit.tool.tree.equip": "Trädverktyg bundet till {0}.", + "worldedit.tool.tree.obstructed": "Ett träd kan inte gĂĄ dit.", + "worldedit.tool.info.equip": "Informationsverktyg är bundet till {0}.", + "worldedit.tool.info.blockstate.hover": "Block status", + "worldedit.tool.info.internalid.hover": "Internt ID", + "worldedit.tool.none.to.unequip": "Din nuvarande föremĂĄl är inte bunden.", + "worldedit.tool.selwand.equip": "Markeringsstav bunden till {0}.", + "worldedit.tool.navwand.equip": "Navigationsstav bunden till {0}.", + "worldedit.tool.floodfill.equip": "Blockfyllningsverktyg bunden till {0}.", + "worldedit.tool.lrbuild.set": "Vänsterklick satt till {0}; högerklick satt till {1}.", + "worldedit.tool.superpickaxe.max-range": "Maximalt räckvidd är {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Super pickaxe redan aktiverad.", + "worldedit.tool.superpickaxe.disabled.already": "Super pickaxe redan inaktiverad.", + "worldedit.tool.superpickaxe.enabled": "Super pickaxe aktiverad.", + "worldedit.tool.superpickaxe.disabled": "Super pickaxe inaktiverad.", + "worldedit.tool.mask.set": "Penselmask ändrat.", + "worldedit.tool.mask.disabled": "Penselmask inaktiverad.", + "worldedit.tool.material.set": "Penselmaterial ändrat.", + "worldedit.tool.range.set": "Penselräckvidd ändrat.", + "worldedit.tool.size.set": "Penselstorlek ändrat.", + "worldedit.tool.tracemask.set": "Trace mask ändrat.", + "worldedit.tool.tracemask.disabled": "Trace mask inaktiverad.", + "worldedit.tool.error.cannot-bind": "Kan inte binda verktyget till {0}: {1}", + "worldedit.tool.error.item-only": "Blocken kan inte användas.", + "worldedit.execute.script-permissions": "Du har inte tillstĂĄnd att använda detta skript.", + "worldedit.executelast.no-script": "Använd /cs med ett skriptnamn först.", + "worldedit.script.read-error": "Fel vid skriptläsning: {0}", + "worldedit.script.unsupported": "Endast .js-skript stöds för närvarande", + "worldedit.script.file-not-found": "Skriptet kunde inte finnas: {0}", + "worldedit.script.no-script-engine": "Det gick inte att hitta en installerad skriptmotor.\nSe https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "Misslyckades att utföra: {0}", + "worldedit.script.failed-console": "Misslyckades att utföra (mer info i konsolen): {0}", + "worldedit.operation.affected.biome": "{0} biomer pĂĄverkade", + "worldedit.operation.affected.block": "{0} block pĂĄverkade", + "worldedit.operation.affected.column": "{0} kolumner pĂĄverkade", + "worldedit.operation.affected.entity": "{0} entiteter pĂĄverkade", + "worldedit.operation.deform.expression": "deformeras med {0}", + "worldedit.error.invalid-number": "Nummer förväntas; sträng angiven.", + "worldedit.error.invalid-number.matches": "Nummer förväntas; sträng \"{0}\"angiven.", + "worldedit.error.incomplete-region": "Gör ett regionval först.", + "worldedit.error.unknown-block": "Blocknamnet '{0}' kändes inte igen.", + "worldedit.error.unknown-entity": "Entitetsnamnet '{0}' kändes inte igen.", + "worldedit.error.unknown-mob": "Varelsenamnet '{0}' kändes inte igen.", + "worldedit.error.unknown-biome": "Biomnamnet '{0}' kändes inte igen.", + "worldedit.error.unknown-tag": "Taggnamn '{0}' kändes inte igen.", + "worldedit.error.empty-tag": "Taggnamn '{0}' har inget innehĂĄll.", + "worldedit.error.no-match": "Ingen match för '{0}'.", + "worldedit.error.disallowed-block": "Block '{0}' ej tillĂĄtet (se WorldEdit konfiguration).", + "worldedit.error.max-brush-radius": "Maximal penselradie (i konfiguration): {0}", + "worldedit.error.max-radius": "Maximal radie (i konfiguration): {0}", + "worldedit.error.unknown-direction": "Okänd riktning: {0}", + "worldedit.error.empty-clipboard": "Urklipp är tomt. Använd //copy först.", + "worldedit.error.invalid-filename": "Filnamn '{0}' ogiltig: {1}", + "worldedit.error.invalid-filename.invalid-characters": "Ogiltiga tecken eller saknande filsuffix", + "worldedit.error.file-resolution.outside-root": "Vägen är utanför tillĂĄten rot", + "worldedit.error.file-resolution.resolve-failed": "Misslyckades att hitta väg", + "worldedit.error.file-aborted": "Filval avbröts.", + "worldedit.error.no-file-selected": "Ingen fil vald.", + "worldedit.error.not-a-block": "Detta föremĂĄl är inte ett block.", + "worldedit.error.not-a-block.item": "FöremĂĄlet '{0}' är inte ett block.", + "worldedit.error.incorrect-usage": "Användning: {0}", + "worldedit.error.invalid-page": "Ogiltigt sidnummer", + "worldedit.error.parser.empty-state": "Tom del i tillstĂĄndet", + "worldedit.error.parser.missing-equals-separator": "Saknar '=' separator", + "worldedit.error.parser.unknown-property": "Okänd egenskap '{0}' för block '{1}'", + "worldedit.error.parser.unknown-value": "Okänt värde '{0}' för egenskap '{1}'", + "worldedit.error.parser.empty-property": "Tom egenskap i tillstĂĄndet", + "worldedit.error.parser.empty-value": "Tomt värde i tillstĂĄndet", + "worldedit.error.parser.invalid-colon": "Ogiltigt kolon.", + "worldedit.error.parser.invalid-expression": "Ogiltigt uttryck: {0}", + "worldedit.error.parser.missing-rbracket": "TillstĂĄndet saknar efterföljande ']'", + "worldedit.error.parser.clipboard.missing-coordinates": "Urklipp offset behöver x,y,z koordinater.", + "worldedit.error.parser.player-only": "Input '{0}' kräver en spelare!", + "worldedit.error.disabled": "Denna funktion är inaktiverad (se WorldEdit konfiguration).", + "worldedit.error.unknown": "Ett okänt fel uppstod: {0}", + "worldedit.error.missing-extent": "Inget Extent kändes igen", + "worldedit.error.missing-session": "Ingen LocalSession kändes igen", + "worldedit.error.missing-world": "Du mĂĄste bereda en värld (Prova //world)", + "worldedit.error.missing-actor": "Ingen aktör kändes igen", + "worldedit.selection.convex.info.vertices": "Hörn: {0}", + "worldedit.selection.convex.info.triangles": "Trianglar: {0}", + "worldedit.selection.cuboid.info.pos1": "Position 1: {0}", + "worldedit.selection.cuboid.info.pos2": "Position 2: {0}", + "worldedit.selection.cuboid.explain.primary": "Första positionen satt till {0}.", + "worldedit.selection.cuboid.explain.primary-area": "Första positionen satt till {0} ({1}).", + "worldedit.selection.cuboid.explain.secondary": "Andra positionen satt till {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "Andra positionen satt till {0} ({1}).", + "worldedit.selection.extend.explain.primary": "Börjat val pĂĄ {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "Utökad markering för att omfatta {0} ({1}).", + "worldedit.selection.ellipsoid.info.center": "Mittpunkt: {0}", + "worldedit.selection.ellipsoid.info.radius": "X/Y/Z Radius: {0}", + "worldedit.selection.ellipsoid.explain.primary": "Mittpunktens position satt till {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "Mittpunktens position satt till {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "Radien satt till {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Radien satt till {0} ({1}).", + "worldedit.selection.cylinder.info.center": "Mittpunkt: {0}", + "worldedit.selection.cylinder.info.radius": "Radie: {0}", + "worldedit.selection.cylinder.explain.secondary": "Radien satt till {0}/{1} block. ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "Du mĂĄste välja mittpunkten innan du ställer in radien.", + "worldedit.selection.cylinder.error.even-horizontal": "Ă„ndringar till cylindrar mĂĄste vara jämna för varje horisontell dimension.", + "worldedit.selection.polygon2d.info": "# poäng: {0}", + "worldedit.selection.polygon2d.explain.primary": "Börjat en ny polygon vid {0}.", + "worldedit.selection.polygon2d.explain.secondary": "Lade till punkt #{0} vid {1}.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "Polygoner kan endast utökas vertikalt.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "Polygoner kan endast krympas vertikalt.", + "worldedit.selection.sphere.explain.secondary": "Radien satt till {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "Radien satt till {0} ({1}).", + "worldedit.selection.null.error.immutable": "Kan inte ändra NullRegion.", + "worldedit.selection.intersection.error.cannot-expand": "Kan inte expandera en regionkorsning.", + "worldedit.selection.intersection.error.cannot-contract": "Kan inte krympa en regionkorsning.", + "worldedit.selection.transform.error.cannot-expand": "Kan inte expandera TransformedRegion.", + "worldedit.selection.transform.error.cannot-contract": "Kan inte krympa TransformedRegion.", + "worldedit.selection.transform.error.cannot-change": "Kan inte ändra ett TransformedRegion.", + "worldedit.sideeffect.lighting": "Belysning", + "worldedit.sideeffect.neighbors": "Grannar", + "worldedit.sideeffect.neighbors.description": "Notifierar närliggande block av ändringar", + "worldedit.sideeffect.update": "Uppdatera", + "worldedit.sideeffect.update.description": "Notifierar det ändrade blocket", + "worldedit.sideeffect.validation": "Validering", + "worldedit.sideeffect.validation.description": "Validerar och rättar inkonsekventa världstillstĂĄnd, sĂĄsom frĂĄnkopplade block", + "worldedit.sideeffect.entity_ai": "Entitet AI", + "worldedit.sideeffect.entity_ai.description": "Uppdaterar Entitet AIs sökvägar för blockförändringar", + "worldedit.sideeffect.events": "Mod/Plugin event", + "worldedit.sideeffect.events.description": "Säger till andra mods/plugins om dessa ändringar i förekommande fall", + "worldedit.sideeffect.state.on": "PĂĄ", + "worldedit.sideeffect.state.delayed": "Försenat", + "worldedit.sideeffect.state.off": "Av", + "worldedit.sideeffect.box.current": "Nuvarande", + "worldedit.sideeffect.box.change-to": "Klicka för att ställa in till {0}", + "worldedit.help.command-not-found": "Kommandot '{0}' kunde inte hittas.", + "worldedit.help.no-subcommands": "'{0}' har inga underkommandon. (Kanske '{1}' är för en parameter?)", + "worldedit.help.subcommand-not-found": "Underkommandot '{0}' under '{1}' kunde inte hittas.", + "worldedit.cli.stopping": "Avbyter!", + "worldedit.cli.unknown-command": "Okänt kommando!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/swg/strings.json b/config/worldedit/.archive-unpack/2e1dd752/swg/strings.json new file mode 100644 index 0000000..c90e85f --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/swg/strings.json @@ -0,0 +1,413 @@ +{ + "worldedit.expand.description.vert": "Auswahl zu den Weltgrenzen vertikal erweitern.", + "worldedit.expand.expanded": "Region um {0} Blöcke erweitert", + "worldedit.expand.expanded.vert": "Region um {0} Blöcke erweitert (oben-nach-unten).", + "worldedit.biomeinfo.lineofsight": "Biome entlang des Fadenkreuzes: {0}", + "worldedit.biomeinfo.position": "Biome an deiner Position: {0}", + "worldedit.biomeinfo.selection": "Biome in deiner Auswahl: {0}", + "worldedit.brush.radius-too-large": "Maximal zulässiger Pinselradius: {0}", + "worldedit.brush.apply.description": "Benutze einen Pinsel, eine Funktion auf jeden Block anwenden", + "worldedit.brush.apply.radius": "Die Größe des Pinsels", + "worldedit.brush.apply.shape": "Die Form der Region", + "worldedit.brush.apply.type": "Art des zu benutzenden Pinsels", + "worldedit.brush.apply.item.warning": "Dieser Pinsel simuliert die Verwendung von Items. Seine Effekte funktionieren möglicherweise nicht auf allen Plattformen, können nicht rĂĽckgängig gemacht werden und können seltsame Wechselwirkungen mit anderen Mods/Plugins verursachen. Verwendung auf eigene Gefahr.", + "worldedit.brush.paint.description": "Male mit einem Pinsel, eine Funktion auf eine Oberfläche anwenden", + "worldedit.brush.paint.size": "Die Größe eines Pinsels", + "worldedit.brush.paint.shape": "Die Form des Pinsels", + "worldedit.brush.paint.density": "Die Dichte des Pinsels", + "worldedit.brush.paint.type": "Typ des zu benutzenden Pinsels", + "worldedit.brush.paint.item.warning": "Dieser Pinsel simuliert die Verwendung von Items. Seine Effekte funktionieren möglicherweise nicht auf allen Plattformen, können nicht rĂĽckgängig gemacht werden und können seltsame Wechselwirkungen mit anderen Mods/Plugins verursachen. Verwendung auf eigene Gefahr.", + "worldedit.brush.sphere.equip": "Kugelförmiger Pinsel ausgerĂĽstet ({0}).", + "worldedit.brush.cylinder.equip": "Zylinderförmiger Pinsel ausgerĂĽstet ({0} von {1}).", + "worldedit.brush.clipboard.equip": "Pinsel mit Form der Zwischenablage ausgerĂĽstet.", + "worldedit.brush.smooth.equip": "Glättender Pinsel ausgerĂĽstet ({0} x {1}x benutzt {2}).", + "worldedit.brush.extinguish.equip": "Löscher ausgerĂĽstet ({0}).", + "worldedit.brush.gravity.equip": "Schwerkraft-Pinsel ausgerĂĽstet ({0}).", + "worldedit.brush.butcher.equip": "Pinsel zur Monsterentfernung ausgerĂĽstet ({0}).", + "worldedit.brush.operation.equip": "Pinsel auf {0} gesetzt.", + "worldedit.brush.heightmap.unknown": "Unbekannter Heightmap-Pinsel: {0}.", + "worldedit.brush.none.equip": "Pinsel vom aktuellen Item entfernt.", + "worldedit.setbiome.changed": "Biome wurden fĂĽr etwa {0} Blöcke geändert.", + "worldedit.setbiome.warning": "Möglicherweise musst du deinem Spiel wieder beitreten (oder deine Welt schlieĂźen und wieder öffnen), um Ă„nderungen zu sehen.", + "worldedit.drawsel.disabled": "Server-CUI deaktiviert.", + "worldedit.drawsel.enabled": "Server CUI aktiviert. Dies unterstĂĽtzt nur Cuboid Regionen, mit einer maximalen Größe von {0}x{1}x{2}.", + "worldedit.drawsel.disabled.already": "Server-CUI bereits deaktiviert.", + "worldedit.drawsel.enabled.already": "Server-CUI schon aktiviert.", + "worldedit.limit.too-high": "Dein maximal erlaubtes Limit ist {0}.", + "worldedit.limit.set": "Blockveränderungslimit auf {0} gesetzt.", + "worldedit.limit.return-to-default": "(Benutze //limit um den Standard wieder herzustellen.)", + "worldedit.timeout.too-high": "Deine maximal zulässige ZeitĂĽberschreitung ist {0}ms.", + "worldedit.timeout.set": "ZeitĂĽberschreitung wurde auf {0}ms gesetzt.", + "worldedit.timeout.return-to-default": " (Benutze //timeout um zum Standard zurĂĽckzukehren.)", + "worldedit.fast.disabled": "Schnellen Modus deaktiviert.", + "worldedit.fast.enabled": "Schnellmodus aktiviert. Die Beleuchtung in den betroffenen Chunks kann falsch sein und/oder die Welt muss neu betreten werden, um Ă„nderungen zu sehen.", + "worldedit.fast.disabled.already": "Schneller Modus bereits deaktiviert.", + "worldedit.fast.enabled.already": "Schneller Modus ist schon aktiviert.", + "worldedit.perf.sideeffect.set": "Nebeneffekt \"{0}\" gesetzt auf {1}", + "worldedit.perf.sideeffect.get": "Nebeneffekt \"{0}\" ist auf {1} gesetzt", + "worldedit.perf.sideeffect.already-set": "Nebeneffekt \"{0}\" ist bereits auf {1} gesetzt", + "worldedit.perf.sideeffect.set-all": "Alle Nebeneffekte auf {0} gesetzt", + "worldedit.reorder.current": "Der Neuordnungs-Modus ist {0}", + "worldedit.reorder.set": "Der Neuordnungs-Modus ist nun {0}", + "worldedit.gmask.disabled": "Globale Maske deaktiviert.", + "worldedit.gmask.set": "Globale Mask gesetzt.", + "worldedit.toggleplace.pos1": "Jetzt wird bei Pos #1 platziert.", + "worldedit.toggleplace.player": "Platziere nun an dem Block, in dem du stehst.", + "worldedit.toggleplace.not-locatable": "Platzieren in diesem Kontext nicht möglich.", + "worldedit.searchitem.too-short": "Gebe einen längeren Suchbegriff ein (läng > 2).", + "worldedit.searchitem.either-b-or-i": "Du kannst nicht die Flags 'b' und 'i' gleichzeitig verwenden.", + "worldedit.searchitem.searching": "(Bitte warten... suche nach Items.)", + "worldedit.watchdog.no-hook": "Diese Plattform hat keine Watchdog-Schnittstelle.", + "worldedit.watchdog.active.already": "Watchdog-Manipulation bereits aktiv.", + "worldedit.watchdog.inactive.already": "Watchdog-Manipulation bereits inaktiv.", + "worldedit.watchdog.active": "Watchdog-Manipulation jetzt aktiv.", + "worldedit.watchdog.inactive": "Watchdog-Manipulation jetzt inaktiv.", + "worldedit.world.remove": "Ăśberschreibung der Welt entfernt.", + "worldedit.world.set": "Ăśberschreitung der Welt auf {0} gesetzt. (Benutze //world um zur Standardeinstellung zurĂĽckzukehren)", + "worldedit.undo.undone": "{0} verfĂĽgbare Bearbeitungen rĂĽckgängig gemacht.", + "worldedit.undo.none": "Keine Bearbeitung zum RĂĽckgängig machen verfĂĽgbar.", + "worldedit.redo.redone": "{0} verfĂĽgbare Bearbeitungen wieder hergestellt.", + "worldedit.redo.none": "Keine Bearbeitung zum Wiederherstellen verfĂĽgbar.", + "worldedit.clearhistory.cleared": "Verlauf gelöscht.", + "worldedit.raytrace.noblock": "Kein Block in Sicht!", + "worldedit.restore.not-configured": "Snapshot/Backup Wiederherstellung ist nicht konfiguriert.", + "worldedit.restore.not-available": "Dieser Snapshot existiert nicht oder ist nicht verfĂĽgbar.", + "worldedit.restore.failed": "Fehler beim Laden des Snapshots: {0}", + "worldedit.restore.loaded": "Snapshot '{0} geladen; Wiederherstellung im Gange...", + "worldedit.restore.restored": "Wiederhergestelt; {0} fehlende Chunks und {1} andere Fehler.", + "worldedit.restore.none-for-specific-world": "FĂĽr die Welt '{0}' wurden keine Snapshots gefunden.", + "worldedit.restore.none-for-world": "FĂĽr diese Welt wurden keine Snapshots gefunden.", + "worldedit.restore.none-found": "Es konnten keine Snapshots gefunden werden.", + "worldedit.restore.none-found-console": "Es konnten keine Snapshots gefunden werden. Siehe Konsole fĂĽr Details.", + "worldedit.restore.chunk-not-present": "Chunks waren nicht im Snapshot enthalten.", + "worldedit.restore.chunk-load-failed": "Es konnten keine Chunks geladen werden. (Fehlerhaftes Archiv?)", + "worldedit.restore.block-place-failed": "Durch Fehler konnten keine Blöcke wiederhergestellt werden.", + "worldedit.restore.block-place-error": "Letzter Fehler: {0}", + "worldedit.snapshot.use.newest": "Nutze nun den neuesten Snapshot.", + "worldedit.snapshot.use": "Setze Snapshot auf: {0}", + "worldedit.snapshot.none-before": "Konnte keinen Snapshot vor {0} finden.", + "worldedit.snapshot.none-after": "Konnte keinen Snapshot nach {0} finden.", + "worldedit.snapshot.index-above-0": "UngĂĽltiger Index, muss größer oder gleich 1 sein.", + "worldedit.snapshot.index-oob": "UngĂĽltiger Index, muss zwischen 1 und {0} liegen.", + "worldedit.schematic.unknown-format": "Unbekanntes Schematic-Format: {0}.", + "worldedit.schematic.load.does-not-exist": "Schematic {0} existiert nicht!", + "worldedit.schematic.load.loading": "(Bitte warten... lade Schematics.)", + "worldedit.schematic.load.still-loading": "(Bitte warten... lade Schematics.)", + "worldedit.schematic.save.already-exists": "Diese Schematic existiert bereits. Nutze die Flag -f, um die Datei zu ĂĽberschreiben.", + "worldedit.schematic.save.failed-directory": "Konnte den Ordner fĂĽr Schematics nicht anlegen!", + "worldedit.schematic.save.saving": "(Bitte warten... speichere Schematics.)", + "worldedit.schematic.save.still-saving": "(Bitte warten... speichere Schematics.)", + "worldedit.schematic.delete.does-not-exist": "Schematic {0} existiert nicht!", + "worldedit.schematic.delete.failed": "Löschen von {0} fehlgeschlagen! Ist die Datei schreibgeschĂĽtzt?", + "worldedit.schematic.delete.deleted": "{0} wurde gelöscht.", + "worldedit.schematic.formats.title": "VerfĂĽgbare Formate fĂĽr Zwischenablage (Name: Kurzbezeichnung)", + "worldedit.schematic.unsupported-minecraft-version": "Diese Version von WorldEdit unterstĂĽtzt deine Minecraft-Version nicht. Schematics werden nicht funktionieren, solange dies nicht angepasst ist.", + "worldedit.pos.already-set": "Position bereits gesetzt.", + "worldedit.pos.console-require-coords": "Als Konsole mĂĽssen Koordinaten angegeben werden.", + "worldedit.hpos.no-block": "Kein Block in Sicht!", + "worldedit.hpos.already-set": "Position bereits gesetzt.", + "worldedit.chunk.selected-multiple": "Ausgewählte Chunks: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "Chunk ausgewählt: {0}, {1}, {2}", + "worldedit.wand.invalid": "Auswahl-Item ist falsch konfiguriert oder deaktiviert.", + "worldedit.wand.selwand.info": "Linksklick: Setze Position #1, Rechtsklick: Setze Position #2", + "worldedit.wand.navwand.info": "Linksklick: Springe zu der Position; Rechtsklick: Springe durch Wände", + "worldedit.wand.selwand.now.tool": "Der Selektionsstab ist nun ein normales Werkzeug. Du kannst es mit {0} deaktivieren und mit einem beliebigen Element mit {1} verbinden oder einen neuen Zauberstab mit {2} erhalten.", + "worldedit.contract.contracted": "Region um {0} Blöcke verkleinert.", + "worldedit.shift.shifted": "Region verschoben.", + "worldedit.outset.outset": "Region vergrößert.", + "worldedit.inset.inset": "Region verkleinert.", + "worldedit.size.offset": "Versatz: {0}", + "worldedit.size.type": "Typ: {0}", + "worldedit.size.size": "Größe: {0}", + "worldedit.size.distance": "Kubische Distanz: {0}", + "worldedit.size.blocks": "Anzahl von Blöcken: {0}", + "worldedit.count.counted": "Anzahl: {0}", + "worldedit.distr.no-blocks": "Keine Blöcke gezählt.", + "worldedit.distr.no-previous": "Keine vorherigen Verteilungen.", + "worldedit.distr.total": "Gesamte Blockanzahl: {0}", + "worldedit.select.cleared": "Auswahl aufgehoben.", + "worldedit.select.cuboid.message": "Kubisch: Linksklick fĂĽr Punkt 1, Rechtsklick fĂĽr Punkt 2", + "worldedit.select.cuboid.description": "Wähle zwei Ecken eines Quaders", + "worldedit.select.extend.message": "Kubisch: Linksklick fĂĽr einen Startpunkt, Rechtsklick zum Erweitern", + "worldedit.select.extend.description": "Schneller kubische Auswahlmodus", + "worldedit.select.poly.message": "2D Polygon-Auswahl: Links/Rechtsklick um einen Punkt hinzuzufĂĽgen.", + "worldedit.select.poly.limit-message": "maximal {0} Punkte.", + "worldedit.select.poly.description": "Wähle ein 2D-Polygon mit Höhe", + "worldedit.select.ellipsoid.message": "Ellipsoide Auswahl: Linksklick fĂĽr Mittelpunkt, Rechtsklick zum Erweitern", + "worldedit.select.ellipsoid.description": "Wähle ein Ellipsoid aus", + "worldedit.select.sphere.message": "Kugel Selektor: Linksklick fĂĽr Mittelpunkt, Rechtsklick um Radius zu setzen", + "worldedit.select.sphere.description": "Wähle eine Kugel aus", + "worldedit.select.cyl.message": "Zylindrischer Selektor: Linksklick fĂĽr Mittelpunkt, Rechtsklick zum Erweitern", + "worldedit.select.cyl.description": "Zylinderförmige Auswahl", + "worldedit.select.convex.message": "Konvex-Polyhedrische Auswahl: Linksklick fĂĽr ersten Knoten, Rechtsklick zum Erweitern.", + "worldedit.select.convex.limit-message": "maximal {0} Punkte.", + "worldedit.select.convex.description": "Auswahl einer Konvex-Polyhedrischen Form", + "worldedit.select.default-set": "Deine standardmässige Regions-Auswahl ist jetzt {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Altes Format: {0}", + "worldedit.chunkinfo.mcregion-filename": "McRegion: Region/{0}", + "worldedit.listchunks.listfor": "Auflistung von Chunks fĂĽr: {0}", + "worldedit.drain.drained": "{0} Blöcke wurden getrocknet.", + "worldedit.fill.created": "{0} Blöcke wurden ausgefĂĽllt.", + "worldedit.fillr.created": "{0} Blöcke wurden ausgefĂĽllt.", + "worldedit.fixlava.fixed": "{0} Blöcke wurden korrigiert.", + "worldedit.fixwater.fixed": "{0} Blöcke wurden korrigiert.", + "worldedit.removeabove.removed": "{0} Blöcke wurden entfernt.", + "worldedit.removebelow.removed": "{0} Blöcke wurden entfernt.", + "worldedit.removenear.removed": "{0} Blöcke wurden entfernt.", + "worldedit.replacenear.replaced": "{0} Blöcke wurden ersetzt.", + "worldedit.snow.created": "{0} Oberflächen wurden bedeckt.", + "worldedit.thaw.removed": "{0} Blöcke wurden aufgetaut.", + "worldedit.green.changed": "{0} Blöcke wurden grĂĽn gemacht.", + "worldedit.extinguish.removed": "{0} Brände wurden gelöscht.", + "worldedit.butcher.killed": "{0} Kreaturen wurden in einem Radius von {1} getötet.", + "worldedit.butcher.explain-all": "Verwende -1, um alle Mobs in geladenen Chunks zu entfernen", + "worldedit.remove.removed": "{0} Entities wurden fĂĽr das Entfernen markiert.", + "worldedit.remove.explain-all": "Verwende -1, um alle Entities in geladenen Chunks zu entfernen", + "worldedit.calc.invalid": "'{0}' konnte nicht als gĂĽltiger Ausdruck ĂĽbersetzt werden", + "worldedit.calc.invalid.with-error": "'{0}' konnte nicht als gĂĽltiger Ausdruck geparst werden: '{1}'", + "worldedit.paste.pasted": "Die Zwischenablage wurde bei {0} eingefĂĽgt", + "worldedit.paste.selected": "EinfĂĽgebereich fĂĽr Zwischenablage ausgewählt.", + "worldedit.rotate.no-interpolation": "Hinweis: Interpolation ist noch nicht unterstĂĽtzt. Es ist empfohlen, Winkel mit einem Vielfachen von 90 zu nutzen.", + "worldedit.rotate.rotated": "Die Zwischenablage wurde gedreht.", + "worldedit.flip.flipped": "Die Zwischenablage wurde gespiegelt.", + "worldedit.clearclipboard.cleared": "Die Zwischenablage wurde geleert.", + "worldedit.set.done": "Vorgang abgeschlossen.", + "worldedit.set.done.verbose": "Vorgang abgeschlossen ({0}).", + "worldedit.line.changed": "{0} Blöcke wurden verändert.", + "worldedit.line.invalid-type": "//line funktioniert nur mit kubischen Selektionen oder konvex-polyhedrischen Selektionen", + "worldedit.curve.changed": "{0} Blöcke wurden verändert.", + "worldedit.curve.invalid-type": "//curve funktioniert nur mit konvex-polyhedrischen Selektionen", + "worldedit.replace.replaced": "{0} Blöcke wurden ersetzt.", + "worldedit.stack.changed": "{0} Blöcke wurden geändert. RĂĽckgängig mit //undo", + "worldedit.stack.intersecting-region": "Stapelversatz darf bei Verwendung von Blockeinheiten nicht mit der Region kollidieren", + "worldedit.regen.regenerated": "Region neu generiert.", + "worldedit.regen.failed": "Chunks konnten nicht regeneriert werden. Siehe Konsole fĂĽr Details.", + "worldedit.walls.changed": "{0} Blöcke wurden verändert.", + "worldedit.faces.changed": "{0} Blöcke wurden verändert.", + "worldedit.overlay.overlaid": "{0} Blöcke wurden bedeckt.", + "worldedit.naturalize.naturalized": "{0} Block/Blöcke wurden verändert, um natĂĽrlicher zu erscheinen.", + "worldedit.center.changed": "Mittelpunkt gesetzt. ({0} Blöcke geändert)", + "worldedit.smooth.changed": "Höhenkarte des Geländes geglättet. {0} Blöcke geändert.", + "worldedit.move.moved": "{0} Blöcke verschoben.", + "worldedit.deform.deformed": "{0} Blöcke wurden verformt.", + "worldedit.hollow.changed": "{0} Blöcke wurden verändert.", + "worldedit.forest.created": "{0} Bäume erstellt.", + "worldedit.flora.created": "{0} Pflanzen erstellt.", + "worldedit.unstuck.moved": "Bitte schön!", + "worldedit.ascend.obstructed": "Keine freie Stelle ĂĽber dir gefunden.", + "worldedit.ascend.moved": "Um {0} Ebenen aufgestiegen.", + "worldedit.descend.obstructed": "Keine freie Stelle unter dir gefunden.", + "worldedit.descend.moved": "Um {0} Ebenen abgestiegen.", + "worldedit.ceil.obstructed": "Keine freie Stelle ĂĽber dir gefunden.", + "worldedit.ceil.moved": "Magie!", + "worldedit.thru.obstructed": "Keine freie Stelle vor dir gefunden.", + "worldedit.thru.moved": "Magie!", + "worldedit.jumpto.moved": "Magie!", + "worldedit.jumpto.none": "Kein Block in Sicht (oder zu weit entfernt)!", + "worldedit.up.obstructed": "Du wĂĽrdest etwas ĂĽber dir treffen.", + "worldedit.up.moved": "Magie!", + "worldedit.cyl.invalid-radius": "Du musst entweder ein oder zwei Radien angeben.", + "worldedit.cyl.created": "{0} Blöcke wurden erstellt.", + "worldedit.sphere.invalid-radius": "Du musst entweder ein oder drei Radien angeben.", + "worldedit.sphere.created": "{0} Blöcke wurden erstellt.", + "worldedit.forestgen.created": "{0} Bäume erstellt.", + "worldedit.pumpkins.created": "{0} KĂĽrbisbeete erstellt.", + "worldedit.pyramid.created": "{0} Blöcke wurden erstellt.", + "worldedit.generate.created": "{0} Blöcke wurden erstellt.", + "worldedit.generatebiome.changed": "{0} Biome betroffen.", + "worldedit.reload.config": "Konfiguration wurde neu geladen!", + "worldedit.report.written": "WorldEdit-Bereicht zu {0} geschrieben", + "worldedit.report.error": "Fehler beim Schreiben des Berichts: {0}", + "worldedit.report.callback": "WorldEdit Report: {0}.report", + "worldedit.timezone.invalid": "UngĂĽltige Zeitzone", + "worldedit.timezone.set": "Zeitzone fĂĽr diese Sitzung gesetzt: {0}", + "worldedit.timezone.current": "Die aktuelle Zeit in dieser Zeitzone ist: {0}", + "worldedit.version.version": "WorldEdit-Version {0}", + "worldedit.version.bukkit.unsupported-adapter": "Diese WorldEdit Version unterstĂĽtzt ihre Version von Bukkit nicht vollständig. Block-Entities (z.B. Truhen) sind leer, Blockeigenschaften (z. B. Rotation) fehlen und andere Dinge werden möglicherweise nicht funktionieren. Aktualisieren Sie WorldEdit um diese Funktion wiederherzustellen:\n{0}", + "worldedit.trace.action-failed": "Trace: Aktion(en) {0} bei {1} verworfen nach AusmaĂź {2}", + "worldedit.trace.active.already": "Ablaufverfolgungs-Modus bereits aktiv.", + "worldedit.trace.inactive.already": "Ablaufverfolgungs-Modus bereits inaktiv.", + "worldedit.trace.active": "Ablaufverfolgungs-Modus ist nun aktiv.", + "worldedit.trace.inactive": "Ablaufverfolgungs-Modus ist nun inaktiv.", + "worldedit.command.time-elapsed": "{0}s vergangen (History: {1} geändert; {2} Blöcke/Sek).", + "worldedit.command.permissions": "Dazu bist du nicht berechtigt. Bist du im richtigen Modus?", + "worldedit.command.player-only": "Dieser Befehl muss als Spieler benutzt werden.", + "worldedit.command.error.report": "Bitte melde diesen Fehler: [Siehe Konsole]", + "worldedit.pastebin.uploading": "(Bitte warten... sende Daten an Pastebin...)", + "worldedit.session.cant-find-session": "Sitzung fĂĽr {0} nicht gefunden", + "worldedit.platform.no-file-dialog": "Datei-Dialoge werden in Ihrer Umgebung nicht unterstĂĽtzt.", + "worldedit.asset.load.loading": "(Bitte warten... lade Asset.)", + "worldedit.asset.load.still-loading": "(Bitte warten... lade weiterhin Asset.)", + "worldedit.asset.load.failed": "Fehler beim laden des Assets", + "worldedit.tool.max-block-changes": "Maximales Ă„nderungslimit fĂĽr Blöcke erreicht.", + "worldedit.tool.no-block": "Kein Block in Sicht!", + "worldedit.tool.repl.equip": "Ersetzen-Werkzeug an {0} gebunden.", + "worldedit.tool.repl.switched": "Ersetzen-Werkzeug geändert zu: {0}", + "worldedit.tool.data-cycler.equip": "Werkzeug zum Ă„ndern von Blockdaten an {0} gebunden.", + "worldedit.tool.data-cycler.block-not-permitted": "Du hast keine Befugnis, die Werte dieses Blockes zu ändern.", + "worldedit.tool.data-cycler.cant-cycle": "Diese Blockdaten können nicht verändert werden!", + "worldedit.tool.data-cycler.new-value": "Wert von {0} ist jetzt {1}.", + "worldedit.tool.data-cycler.cycling": "Ă„ndere nun {0}.", + "worldedit.tool.deltree.equip": "Werkzeug zum Entfernen fliegender Bäume an {0} gebunden.", + "worldedit.tool.deltree.not-tree": "Das ist kein Baum.", + "worldedit.tool.deltree.not-floating": "Das ist kein schwebender Baum.", + "worldedit.tool.tree.equip": "Werkzeug zum Bäume setzen an {0} gebunden.", + "worldedit.tool.tree.obstructed": "Hier kann kein Baum erstellt werden.", + "worldedit.tool.info.equip": "Werkzeug fĂĽr Informationen an {0} gebunden.", + "worldedit.tool.info.blockstate.hover": "Blockstatus", + "worldedit.tool.info.internalid.hover": "Interne ID", + "worldedit.tool.info.legacy.hover": "Legacy-Id: Daten", + "worldedit.tool.info.light.hover": "Lichtlevel Block/Lichtlevel darĂĽber", + "worldedit.tool.none.equip": "Werkzeug vom aktuellen Item entfernt.", + "worldedit.tool.none.to.unequip": "Ihr aktuelles Item ist nicht gebunden.", + "worldedit.tool.selwand.equip": "Werkzeug zum Auswählen an {0} gebunden.", + "worldedit.tool.navwand.equip": "Werkzeug zum Navigieren an {0} gebunden.", + "worldedit.tool.floodfill.equip": "Werkzeug zum FĂĽllen von Blöcken an {0} gebunden.", + "worldedit.tool.farwand.equip": "Werkzeug zum Auswählen fĂĽr groĂźe Distanzen an {0} gebunden.", + "worldedit.tool.lrbuild.equip": "Werkzeug zum Setzen von Blöcken fĂĽr groĂźe Distanzen an {0} gebunden.", + "worldedit.tool.lrbuild.set": "Linksklick auf {0} gesetzt; Rechtsklick auf {1} gesetzt.", + "worldedit.tool.stack.equip": "Werkzeug zum Stapeln an {0} gebunden.", + "worldedit.tool.unbind-instruction": "FĂĽhre {0} aus, während du das Item in der Hand hältst, um es zu entbinden.", + "worldedit.tool.superpickaxe.mode.single": "Modus ist jetzt blockweise. Linksklick mit einer Spitzhacke. // zum deaktivieren.", + "worldedit.tool.superpickaxe.mode.area": "Modus ist jetzt bereichsförmig. Linksklick mit einer Spitzhacke. // zum deaktivieren.", + "worldedit.tool.superpickaxe.mode.recursive": "Modus ist jetzt rekursiv. Linksklick mit einer Spitzhacke. // zum deaktivieren.", + "worldedit.tool.superpickaxe.max-range": "Maximale Entfernung ist {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Superspitzhacke ist bereits aktiviert.", + "worldedit.tool.superpickaxe.disabled.already": "Superspitzhacke ist bereits deaktiviert.", + "worldedit.tool.superpickaxe.enabled": "Superspitzhacke aktiviert.", + "worldedit.tool.superpickaxe.disabled": "Superspitzhacke deaktiviert.", + "worldedit.tool.mask.set": "Maske fĂĽr Pinsel gesetzt.", + "worldedit.tool.mask.disabled": "Maske fĂĽr Pinsel deaktiviert.", + "worldedit.tool.material.set": "Material fĂĽr Pinsel gesetzt.", + "worldedit.tool.range.set": "Reichweite fĂĽr Pinsel gesetzt.", + "worldedit.tool.size.set": "Pinselgröße gesetzt.", + "worldedit.tool.tracemask.set": "Kollidierungsmaske gesetzt.", + "worldedit.tool.tracemask.disabled": "Kollidierungsmaske deaktiviert.", + "worldedit.tool.error.cannot-bind": "Kann das Werkzeug nicht an {0} binden: {1}", + "worldedit.tool.error.item-only": "Blöcke können nicht verwendet werden.", + "worldedit.execute.script-permissions": "Du hast keine Berechtigung, dieses Skript zu nutzen.", + "worldedit.executelast.no-script": "Benutze zuerst /cs mit einem Skriptnamen.", + "worldedit.script.read-error": "Skript Lesefehler: {0}", + "worldedit.script.unsupported": "Aktuell werden nur .js-Skripte unterstĂĽtzt", + "worldedit.script.file-not-found": "Skript existiert nicht: {0}", + "worldedit.script.no-script-engine": "Fehler beim Finden einer Skript-Engine.\nBitte beachte https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "Fehler beim AusfĂĽhren: {0}", + "worldedit.script.failed-console": "Fehler beim AusfĂĽhren (siehe Konsole): {0}", + "worldedit.operation.affected.biome": "{0} Biome betroffen", + "worldedit.operation.affected.block": "{0} Blöcke betroffen", + "worldedit.operation.affected.column": "{0} Stellen betroffen", + "worldedit.operation.affected.entity": "{0} Entities betroffen", + "worldedit.operation.deform.expression": "deformiert mit {0}", + "worldedit.error.invalid-number": "Anzahl erwartet; String angegeben.", + "worldedit.error.invalid-number.matches": "Anzahl erwartet; String \"{0}\" angegeben.", + "worldedit.error.incomplete-region": "Wähle zuerst eine Region aus.", + "worldedit.error.unknown-block": "Blockname '{0}' wurde nicht erkannt.", + "worldedit.error.unknown-entity": "Entityname '{0}' wurde nicht erkannt.", + "worldedit.error.unknown-mob": "Mob-Name '{0}' wurde nicht erkannt.", + "worldedit.error.unknown-biome": "Biomname '{0}' wurde nicht erkannt.", + "worldedit.error.unknown-tag": "Tagname '{0}' wurde nicht erkannt.", + "worldedit.error.empty-tag": "Tagname '{0}' hat keinen Inhalt.", + "worldedit.error.no-match": "Kein Treffer fĂĽr '{0}'.", + "worldedit.error.disallowed-block": "Block '{0}' nicht erlaubt (siehe WorldEdit Konfiguration).", + "worldedit.error.max-changes": "Maximale Anzahl an Blöcken in einer Operation geändert ({0}).", + "worldedit.error.max-brush-radius": "Maximaler Pinselradius (in Konfiguration): {0}", + "worldedit.error.max-radius": "Maximaler Radius (in Konfiguration): {0}", + "worldedit.error.unknown-direction": "Unbekannte Richtung: {0}", + "worldedit.error.empty-clipboard": "Die Zwischenablage ist leer. Verwende zuerst //copy.", + "worldedit.error.invalid-filename": "Dateiname '{0}' ungĂĽltig: {1}", + "worldedit.error.invalid-filename.invalid-characters": "UngĂĽltige Zeichen oder Erweiterung fehlt", + "worldedit.error.file-resolution": "Datei '{0}' Fehler beim Auflösen der Datei: {1}", + "worldedit.error.file-resolution.outside-root": "Pfad ist auĂźerhalb des erlaubten Verzeichnisses", + "worldedit.error.file-resolution.resolve-failed": "Fehler beim Auflösen des Pfades", + "worldedit.error.file-aborted": "Dateiauswahl abgebrochen.", + "worldedit.error.no-file-selected": "Es wurde keine Datei ausgewählt.", + "worldedit.error.world-unloaded": "Die Welt wurde bereits entladen.", + "worldedit.error.not-a-block": "Dieses Item ist kein Block.", + "worldedit.error.not-a-block.item": "Das Item '{0}' ist kein Block.", + "worldedit.error.incorrect-usage": "Benutzung: {0}", + "worldedit.error.invalid-page": "UngĂĽltige Seitennummer", + "worldedit.error.parser.bad-state-format": "Fehlerhaftes Statusformat in {0}", + "worldedit.error.parser.duplicate-property": "Doppelte Eigenschaft: {0}", + "worldedit.error.parser.empty-state": "Leerer Teil im Status", + "worldedit.error.parser.missing-equals-separator": "Fehlendes Trennzeichen '='", + "worldedit.error.parser.clipboard.missing-offset": "Offset mit @ angegeben, aber kein Offset angegeben. Verwenden Sie '#copy@[x,y,z]'.", + "worldedit.error.parser.unknown-property": "Unbekannte Eigenschaft '{0}' fĂĽr Block '{1}'", + "worldedit.error.parser.unknown-value": "Unbekannter Wert '{0}' fĂĽr Eigenschaft '{1} '", + "worldedit.error.parser.empty-property": "Leere Eigenschaft im Status", + "worldedit.error.parser.empty-value": "Leerer Wert im Status", + "worldedit.error.parser.invalid-colon": "UngĂĽltiger Doppelpunkt.", + "worldedit.error.parser.invalid-expression": "UngĂĽltiger Ausdruck: {0}", + "worldedit.error.parser.negate-nothing": "Nichts kann nicht negiert werden!", + "worldedit.error.parser.hanging-lbracket": "UngĂĽltiges Format. Fehlende Klammer bei '{0}'.", + "worldedit.error.parser.missing-rbracket": "Bei dem Status fehlt die schlieĂźende Klammer ']'", + "worldedit.error.parser.missing-random-type": "Fehlender Typ hinter dem % symbol fĂĽr '{0}'", + "worldedit.error.parser.clipboard.missing-coordinates": "Versatz fĂĽr die Zwischenablage benötigt x,y,z Koordinaten.", + "worldedit.error.parser.player-only": "Eingabe '{0}' erfordert einen Spieler!", + "worldedit.error.disabled": "Diese Funktion ist deaktiviert (siehe WorldEdit Konfiguration).", + "worldedit.error.unknown": "Unbekannter Fehler ist aufgetreten: {0}", + "worldedit.error.missing-extent": "Kein Ziel ist bekannt", + "worldedit.error.missing-session": "Keine lokale Session ist bekannt", + "worldedit.error.missing-world": "Du musst eine Welt angeben (Try //world)", + "worldedit.error.missing-actor": "Kein Akteur ist bekannt", + "worldedit.selection.convex.info.vertices": "Knoten: {0}", + "worldedit.selection.convex.info.triangles": "Dreiecke: {0}", + "worldedit.selection.convex.explain.primary": "Neue Auswahl mit Knoten {0} gestartet.", + "worldedit.selection.convex.explain.secondary": "Knoten {0} zur Auswahl hinzugefĂĽgt.", + "worldedit.selection.cuboid.info.pos1": "Position 1: {0}", + "worldedit.selection.cuboid.info.pos2": "Position 2: {0}", + "worldedit.selection.cuboid.explain.primary": "Erste Position bei {0} gesetzt.", + "worldedit.selection.cuboid.explain.primary-area": "Erste Position bei {0} ({1}) gesetzt.", + "worldedit.selection.cuboid.explain.secondary": "Zweite Position bei {0} gesetzt.", + "worldedit.selection.cuboid.explain.secondary-area": "Zweite Position bei {0} ({1}) gesetzt.", + "worldedit.selection.extend.explain.primary": "Auswahl bei {0} ({1}) gestartet.", + "worldedit.selection.extend.explain.secondary": "Auswahl erweitert, damit {0} ({1}) beinhaltet wird.", + "worldedit.selection.ellipsoid.info.center": "Mittelpunkt: {0}", + "worldedit.selection.ellipsoid.info.radius": "X/Y/Z Radius: {0}", + "worldedit.selection.ellipsoid.explain.primary": "Position des Mittelpunkts zu {0} gesetzt.", + "worldedit.selection.ellipsoid.explain.primary-area": "Position des Mittelpunkts zu {0} ({1}) gesetzt.", + "worldedit.selection.ellipsoid.explain.secondary": "Radius auf {0} gesetzt.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Radius auf {0} ({1}) gesetzt.", + "worldedit.selection.ellipsoid.error.even-horizontal": "Ellipsoid-Ă„nderungen mĂĽssen fĂĽr jede Dimension gleich sein.", + "worldedit.selection.cylinder.info.center": "Mittelpunkt: {0}", + "worldedit.selection.cylinder.info.radius": "Radius: {0}", + "worldedit.selection.cylinder.explain.primary": "Neue zylindrische Auswahl bei {0} gestartet.", + "worldedit.selection.cylinder.explain.secondary": "Radius auf {0}/{1} Blöcke gesetzt. ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "Damit der Radius eingestellt werden kann, ist es notwendig, einen Mittelpunkt zu wählen.", + "worldedit.selection.cylinder.error.even-horizontal": "Zylinderänderungen mĂĽssen auch fĂĽr jede horizontale Dimension gelten.", + "worldedit.selection.polygon2d.info": "Anzahl Punkte: {0}", + "worldedit.selection.polygon2d.explain.primary": "Neues Polygon bei {0} gestartet.", + "worldedit.selection.polygon2d.explain.secondary": "Punkt #{0} bei {1} hinzugefĂĽgt.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "Polygone können nur vertikal erweitert werden.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "Polygone können nur vertikal verhandelt werden.", + "worldedit.selection.sphere.explain.secondary": "Radius auf {0} gesetzt.", + "worldedit.selection.sphere.explain.secondary-defined": "Radius auf {0} ({1}) gesetzt.", + "worldedit.selection.null.error.immutable": "NullRegion könnt nicht geändert werden.", + "worldedit.selection.intersection.error.cannot-expand": "Könnt nicht einen regionalen Schnittpunkt erweitern.", + "worldedit.selection.intersection.error.cannot-contract": "Könnt nicht einen regionalen Schnittpunkt verhandeln.", + "worldedit.selection.transform.error.cannot-expand": "Könnt nicht einen TransformedRegion erweitern.", + "worldedit.selection.transform.error.cannot-contract": "Könnt nicht einen TransformedRegion verhandeln.", + "worldedit.selection.transform.error.cannot-change": "Könnt nicht einen TransformedRegion ändern.", + "worldedit.sideeffect.lighting": "Beleuchtung", + "worldedit.sideeffect.lighting.description": "Aktualisiert Blockbeleuchtung", + "worldedit.sideeffect.neighbors": "Nachbarn", + "worldedit.sideeffect.neighbors.description": "Benachrichtigt Blöcke in der Nähe ĂĽber den Ă„nderungen", + "worldedit.sideeffect.update": "Update", + "worldedit.sideeffect.update.description": "Benachrichtigt den geänderten Block", + "worldedit.sideeffect.validation": "ĂśberprĂĽfung", + "worldedit.sideeffect.validation.description": "ĂśberprĂĽft und repariert inkonsistenten Weltzustand, so wie getrennte Blöcke", + "worldedit.sideeffect.entity_ai": "Wesen-KI", + "worldedit.sideeffect.entity_ai.description": "Aktualisiert Wesen-KI-Pfade fĂĽr die Blockänderungen", + "worldedit.sideeffect.events": "Mod/Plugin-Ereignisse", + "worldedit.sideeffect.events.description": "Informiert andere Mods/Plugins ĂĽber diese Ă„nderungen, falls anwendbar", + "worldedit.sideeffect.state.on": "An", + "worldedit.sideeffect.state.delayed": "Verzögert", + "worldedit.sideeffect.state.off": "Aus", + "worldedit.sideeffect.box.current": "Aktuell", + "worldedit.sideeffect.box.change-to": "Klicken, um auf {0} zu setzen", + "worldedit.help.command-not-found": "Der Befehl '{0}' konnte nicht gefunden werden.", + "worldedit.help.no-subcommands": "'{0}' hat keine Unterbefehle. (Vielleicht steht '{1}' fĂĽr einen Parameter?)", + "worldedit.help.subcommand-not-found": "Der Unterbefehl '{0}' unter '{1}' konnte nicht gefunden werden.", + "worldedit.cli.stopping": "Wird beendet!", + "worldedit.cli.unknown-command": "Unbekannter Befehl!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/szl/strings.json b/config/worldedit/.archive-unpack/2e1dd752/szl/strings.json new file mode 100644 index 0000000..6f3296a --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/szl/strings.json @@ -0,0 +1,415 @@ +{ + "worldedit.expand.description.vert": "Pionowo rozszerz wybĂłr do granic Ĺ›wiata.", + "worldedit.expand.expanded": "Rozszerzono obszar o bloki (w sumie {0})", + "worldedit.expand.expanded.vert": "Rozszerzono obszar o bloki (w sumie {0} z gĂłry na dół).", + "worldedit.biomeinfo.lineofsight": "Biomy w zasiÄ™gu wzroku: {0}", + "worldedit.biomeinfo.position": "Biom, w ktĂłrym jesteĹ›: {0}", + "worldedit.biomeinfo.selection": "Biomy w twoim obszarze zaznaczenia: {0}", + "worldedit.brush.radius-too-large": "Maksymalny dozwolony promieĹ„ pÄ™dzla: {0}", + "worldedit.brush.apply.description": "Zastosuj pÄ™dzel, zastosuj funkcjÄ™ do kaĹĽdego bloku", + "worldedit.brush.apply.radius": "Rozmiar pÄ™dzla", + "worldedit.brush.apply.shape": "KsztaĹ‚t obszaru", + "worldedit.brush.apply.type": "Rodzaj pÄ™dzla do uĹĽycia", + "worldedit.brush.apply.item.warning": "Ten pÄ™dzel symuluje uĹĽycie przedmiotu. Jego efekty mogÄ… dziaĹ‚ać nie na wszystkich platformach, mogÄ… być nieodwracalne i mogÄ… powodować dziwne interakcje z innymi modami/wtyczkami. UĹĽywaj na wĹ‚asne ryzyko.", + "worldedit.brush.paint.description": "PÄ™dzel malarski, nakĹ‚adanie funkcji na powierzchniÄ™", + "worldedit.brush.paint.size": "Rozmiar pÄ™dzla", + "worldedit.brush.paint.shape": "KsztaĹ‚t obszaru", + "worldedit.brush.paint.density": "GÄ™stość pÄ™dzla", + "worldedit.brush.paint.type": "Rodzaj uĹĽywanego pÄ™dzla", + "worldedit.brush.paint.item.warning": "Ten pÄ™dzel symuluje uĹĽycie przedmiotu. Jego efekty mogÄ… dziaĹ‚ać nie na wszystkich platformach, mogÄ… być nieodwracalne i mogÄ… powodować dziwne interakcje z innymi modami/wtyczkami. UĹĽywaj na wĹ‚asne ryzyko.", + "worldedit.brush.sphere.equip": "WyposaĹĽono w pÄ™dzel kulisty ({0}).", + "worldedit.brush.cylinder.equip": "WyposaĹĽono w pÄ™dzel walcowy ({0} na {1}).", + "worldedit.brush.clipboard.equip": "WyposaĹĽono w pÄ™dzel o ksztaĹ‚cie ze schowka.", + "worldedit.brush.smooth.equip": "WyposaĹĽono w pÄ™dzel wygĹ‚adzajÄ…cy ({0} Ă— {1}Ă— przy uĹĽyciu: {2}).", + "worldedit.brush.extinguish.equip": "WyposaĹĽono w gaĹ›nicÄ™ ({0}).", + "worldedit.brush.gravity.equip": "WyposaĹĽono w pÄ™dzel grawitacyjny ({0}).", + "worldedit.brush.butcher.equip": "WyposaĹĽono w pÄ™dzel rzeĹşniczy ({0}).", + "worldedit.brush.operation.equip": "Wybrano pÄ™dzel {0}.", + "worldedit.brush.heightmap.equip": "WyposaĹĽono w pÄ™dzel mapy wysokoĹ›ciowej ({0}).", + "worldedit.brush.heightmap.unknown": "Nieznany pÄ™dzel mapy wysokoĹ›ciowej: {0}.", + "worldedit.brush.none.equip": "UsuniÄ™to przypisany pÄ™dzel z obecnego przedmiotu.", + "worldedit.setbiome.changed": "Zmieniono biomy dla okoĹ‚o tylu blokĂłw: {0}.", + "worldedit.setbiome.warning": "W celu zobaczenia zmian, moĹĽe być wymagane ponowne doĹ‚Ä…czenie do gry (albo otwarcie Ĺ›wiata).", + "worldedit.drawsel.disabled": "Dezaktywowano CUI serwera.", + "worldedit.drawsel.enabled": "Aktywowano CUI serwera. ObsĹ‚uguje tylko obszary prostokÄ…tne o maksymalnym rozmiarze {0}x{1}x{2}.", + "worldedit.drawsel.disabled.already": "CUI serwera juĹĽ jest zdezaktywowane.", + "worldedit.drawsel.enabled.already": "CUI serwera juĹĽ jest aktywowane.", + "worldedit.limit.too-high": "TwĂłj maksymalny dozwolony limit wynosi {0}.", + "worldedit.limit.set": "Ustawiono limit iloĹ›ci zmienianych blokĂłw na {0}.", + "worldedit.limit.return-to-default": "(Powróć do wartoĹ›ci domyĹ›lnej, uĹĽywajÄ…c polecenia //limit)", + "worldedit.timeout.too-high": "TwĂłj maksymalny dozwolony limit czasu wynosi {0} ms.", + "worldedit.timeout.set": "Zmieniono limit czasu na {0} ms.", + "worldedit.timeout.return-to-default": " (UĹĽyj //timeout w celu powrotu do wartoĹ›ci domyĹ›lnej.)", + "worldedit.fast.disabled": "Tryb szybki wyĹ‚Ä…czony.", + "worldedit.fast.enabled": "Tryb szybki wĹ‚Ä…czony. OĹ›wietlenie w objÄ™tych chunkach moĹĽe być niewĹ‚aĹ›ciwe i/lub moĹĽe zaistnieć potrzeba ponownego doĹ‚Ä…czenia, w celu ujrzenia zmian.", + "worldedit.fast.disabled.already": "Tryb szybki juĹĽ jest wyĹ‚Ä…czony.", + "worldedit.fast.enabled.already": "Tryb szybki juĹĽ jest wĹ‚Ä…czony.", + "worldedit.perf.sideeffect.set": "Efekt poboczny „{0}” zostaĹ‚ ustawiony na {1}", + "worldedit.perf.sideeffect.get": "Efekt poboczny „{0}” jest ustawiony na {1}", + "worldedit.perf.sideeffect.already-set": "Efekt poboczny „{0}” juĹĽ zostaĹ‚ ustawiony na {1}", + "worldedit.perf.sideeffect.set-all": "Wszystkie dziaĹ‚ania niepoĹĽÄ…dane ustawione na {0}", + "worldedit.reorder.current": "Tryb zmiany kolejnoĹ›ci wynosi {0}", + "worldedit.reorder.set": "Tryb zmiany kolejnoĹ›ci teraz wynosi {0}", + "worldedit.gmask.disabled": "Maska globalna wyĹ‚Ä…czona.", + "worldedit.gmask.set": "Ustawiono maskÄ™ globalnÄ….", + "worldedit.toggleplace.pos1": "Umieszczanie w pozycji nr 1.", + "worldedit.toggleplace.player": "Stawianie bloku w miejscu, w ktĂłrym stoisz.", + "worldedit.toggleplace.not-locatable": "Nie moĹĽna przeĹ‚Ä…czyć umieszczania w tym kontekĹ›cie.", + "worldedit.searchitem.too-short": "WprowadĹş dĹ‚uĹĽszy ciÄ…g do wyszukania. (dĹ‚. > 2).", + "worldedit.searchitem.either-b-or-i": "Nie moĹĽesz uĹĽywać flagi \"b\" oraz \"i\" jednoczeĹ›nie.", + "worldedit.searchitem.searching": "(ProszÄ™ czekać... wyszukiwanie przedmiotĂłw.)", + "worldedit.watchdog.no-hook": "Ta platforma nie ma punktu zaczepienia licznika alarmowego.", + "worldedit.watchdog.active.already": "Punkt zaczepienia licznika alarmowego juĹĽ jest aktywny.", + "worldedit.watchdog.inactive.already": "Punkt zaczepienia licznika alarmowego juĹĽ jest nieaktywny.", + "worldedit.watchdog.active": "Punkt zaczepienia licznika alarmowego aktywowany.", + "worldedit.watchdog.inactive": "Punkt zaczepienia licznika alarmowego dezaktywowany.", + "worldedit.world.remove": "UsuniÄ™to zastÄ…pienie Ĺ›wiata.", + "worldedit.world.set": "Ustawiono zastÄ…pienie Ĺ›wiata {0}. (UĹĽyj //world aby powrĂłcić do domyĹ›lnego)", + "worldedit.undo.undone": "CofniÄ™to edycje. (dost. {0}).", + "worldedit.undo.none": "Nie ma juĹĽ nic do cofniÄ™cia.", + "worldedit.redo.redone": "Ponowiono dostÄ™pne edycje ({0}).", + "worldedit.redo.none": "Nie ma juĹĽ nic do ponowienia.", + "worldedit.clearhistory.cleared": "Wyczyszczono historiÄ™.", + "worldedit.raytrace.noblock": "Brak bloku w zasiÄ™gu!", + "worldedit.restore.not-configured": "PrzywrĂłcenie kopii zapasowej/migawki nie jest skonfigurowane.", + "worldedit.restore.not-available": "Ta migawka nie istnieje lub jest niedostÄ™pna.", + "worldedit.restore.failed": "BĹ‚Ä…d Ĺ‚adowania migawki: {0}", + "worldedit.restore.loaded": "ZaĹ‚adowano migawkÄ™ \"{0}\"; trwa przywracanie...", + "worldedit.restore.restored": "PrzywrĂłcono; brakujÄ…ce chunki: {0}, inne bĹ‚Ä™dy: {1}.", + "worldedit.restore.none-for-specific-world": "Nie znaleziono migawek Ĺ›wiata \"{0}\".", + "worldedit.restore.none-for-world": "Nie znaleziono migawek dla tego Ĺ›wiata.", + "worldedit.restore.none-found": "Nie znaleziono migawek.", + "worldedit.restore.none-found-console": "Nie znaleziono migawek. Zobacz konsolÄ™ dla szczegółów.", + "worldedit.restore.chunk-not-present": "Brak obecnych chunkĂłw w migawce.", + "worldedit.restore.chunk-load-failed": "Nie moĹĽna zaĹ‚adować ĹĽadnych chunkĂłw. (niewĹ‚aĹ›ciwe archiwum?)", + "worldedit.restore.block-place-failed": "BĹ‚Ä™dy uniemoĹĽliwiĹ‚y przywrĂłcenie jakichkolwiek blokĂłw.", + "worldedit.restore.block-place-error": "Ostatni bĹ‚Ä…d: {0}", + "worldedit.snapshot.use.newest": "UĹĽywasz najnowszej migawki.", + "worldedit.snapshot.use": "Ustawiono migawkÄ™ na: {0}", + "worldedit.snapshot.none-before": "Nie moĹĽna znaleźć migawki przed {0}.", + "worldedit.snapshot.none-after": "Nie moĹĽna znaleźć migawki po {0}.", + "worldedit.snapshot.index-above-0": "NieprawidĹ‚owy indeks, musi być on wiÄ™kszy lub rĂłwny 1.", + "worldedit.snapshot.index-oob": "NieprawidĹ‚owy indeks, musi być on pomiÄ™dzy 1 a {0}.", + "worldedit.schematic.unknown-format": "Nieznany format schematu: {0}.", + "worldedit.schematic.load.does-not-exist": "Schemat {0} nie istnieje!", + "worldedit.schematic.load.loading": "(ProszÄ™ czekać... wczytywanie schematu.)", + "worldedit.schematic.load.still-loading": "(ProszÄ™ czekać... wczytywanie schematu nadal trwa).", + "worldedit.schematic.save.already-exists": "Ten schemat juĹĽ istnieje. UĹĽyj flagi -f aby go nadpisać.", + "worldedit.schematic.save.failed-directory": "Nie udaĹ‚o siÄ™ stworzyć folderu dla schematĂłw!", + "worldedit.schematic.save.saving": "(ProszÄ™ czekać... zapisywanie schematu.)", + "worldedit.schematic.save.still-saving": "(ProszÄ™ czekać... zapisywanie schematu nadal trwa).", + "worldedit.schematic.delete.does-not-exist": "Schemat {0} nie istnieje!", + "worldedit.schematic.delete.failed": "Nie udaĹ‚o siÄ™ usunąć: {0}! Czy jest tylko do odczytu?", + "worldedit.schematic.delete.deleted": "UsuniÄ™to: {0}.", + "worldedit.schematic.formats.title": "DostÄ™pne formaty schowka (nazwa: krĂłtka)", + "worldedit.schematic.unsupported-minecraft-version": "Ta wersja WorldEdit nie obsĹ‚uguje tej wersji Minecrafta. Schematy nie bÄ™dÄ… dziaĹ‚ać, pĂłki ten problem nie zostanie rozwiÄ…zany.", + "worldedit.pos.already-set": "Pozycja juĹĽ ustawiona.", + "worldedit.pos.console-require-coords": "WspółrzÄ™dne muszÄ… być okreĹ›lone jako konsola.", + "worldedit.hpos.no-block": "Brak bloku w zasiÄ™gu!", + "worldedit.hpos.already-set": "Pozycja juĹĽ ustawiona.", + "worldedit.chunk.selected-multiple": "Zaznaczono chunki: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "Wybrano chunk: {0}, {1}, {2}", + "worldedit.wand.invalid": "Przedmiot różdĹĽki jest nieprawidĹ‚owo skonfigurowany lub wyĹ‚Ä…czony.", + "worldedit.wand.selwand.info": "Lewy klik: zaznacz pozycjÄ™ 1.; Prawy klik: zaznacz pozycjÄ™ 2.", + "worldedit.wand.navwand.info": "Lewy klik: skocz do miejsca; Prawy klik: przejdĹş przez Ĺ›cianÄ™", + "worldedit.wand.selwand.now.tool": "RóżdĹĽka wyboru jest teraz normalnym narzÄ™dziem. MoĹĽesz jÄ… wyĹ‚Ä…czyć uĹĽywajÄ…c {0} i powiÄ…zać z dowolnÄ… rzeczÄ… uĹĽywajÄ…c {1}, oraz zdobyć nowÄ… różdĹĽkÄ™ uĹĽywajÄ…c {2}.", + "worldedit.contract.contracted": "Obszar zwężony o {0} bl.", + "worldedit.shift.shifted": "Obszar przesuniÄ™ty.", + "worldedit.outset.outset": "Obszar poszerzony.", + "worldedit.inset.inset": "Obszar zwężony.", + "worldedit.size.offset": "PrzesuniÄ™cie: {0}", + "worldedit.size.type": "Typ: {0}", + "worldedit.size.size": "Rozmiar: {0}", + "worldedit.size.distance": "OdlegĹ‚ość prostopadĹ‚oĹ›cianu: {0}", + "worldedit.size.blocks": "Nr blokĂłw: {0}", + "worldedit.count.counted": "Policzono: {0}", + "worldedit.distr.no-blocks": "Nie policzono blokĂłw.", + "worldedit.distr.no-previous": "Brak poprzednich dystrybucji.", + "worldedit.distr.total": "CaĹ‚kowita Liczba BlokĂłw: {0}", + "worldedit.select.cleared": "Wyczyszczono zaznaczenie.", + "worldedit.select.cuboid.message": "Kuboid: kliknij lewym, aby zaznaczyć pierwszy punkt, kliknij prawym, aby zaznaczyć drugi punkt", + "worldedit.select.cuboid.description": "Wybierz dwa naroĹĽniki kuboidu", + "worldedit.select.extend.message": "Kuboid: kliknij lewym, aby wybrać punkt startowy, kliknij prawym, aby rozszerzyć", + "worldedit.select.extend.description": "Tryb szybkiego wyboru kuboidu", + "worldedit.select.poly.message": "WybĂłr wielokÄ…ta 2D: Lewy/prawy klik — dodawanie punktu.", + "worldedit.select.poly.limit-message": "Maksimum {0} pkt.", + "worldedit.select.poly.description": "WybĂłr wielokÄ…ta dwuwymiarowego o dowolnej wysokoĹ›ci", + "worldedit.select.ellipsoid.message": "WybĂłr elipsoidalny: Lewy klik = Ĺ›rodek; prawy klik — rozszerzanie", + "worldedit.select.ellipsoid.description": "WybĂłr elipsoidy", + "worldedit.select.sphere.message": "WybĂłr sferyczny: Lewy klik = Ĺ›rodek, prawy klik — ustawianie promienia", + "worldedit.select.sphere.description": "WybĂłr sfery", + "worldedit.select.cyl.message": "WybĂłr walcowy: Lewy klik = Ĺ›rodek; prawy klik — rozszerzanie", + "worldedit.select.cyl.description": "WybĂłr walca", + "worldedit.select.convex.message": "WybĂłr wypukĹ‚y wieloboczny: Lewy klik = Pierwszy wierzchoĹ‚ek; prawy klik — wiÄ™cej.", + "worldedit.select.convex.limit-message": "Maksimum {0} pkt.", + "worldedit.select.convex.description": "Zaznacz figurÄ™ wypukĹ‚Ä… wielobocznÄ…", + "worldedit.select.default-set": "TwĂłj domyĹ›lny selektor obszaru to teraz {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Stary format: {0}", + "worldedit.chunkinfo.mcregion-filename": "McRegion: region/{0}", + "worldedit.listchunks.listfor": "Lista chunkĂłw dla: {0}", + "worldedit.drain.drained": "Osuszono bloki (w sumie {0}).", + "worldedit.fill.created": "WypeĹ‚niono blokami (w sumie {0}).", + "worldedit.fillr.created": "WypeĹ‚niono blokami (w sumie {0}).", + "worldedit.fixlava.fixed": "Naprawiono bloki (w sumie {0}).", + "worldedit.fixwater.fixed": "Naprawiono bloki (w sumie {0}).", + "worldedit.removeabove.removed": "UsuniÄ™to bloki (w sumie {0}).", + "worldedit.removebelow.removed": "UsuniÄ™to bloki (w sumie {0}).", + "worldedit.removenear.removed": "UsuniÄ™to bloki (w sumie {0}).", + "worldedit.replacenear.replaced": "ZastÄ…piono bloki (w sumie {0}).", + "worldedit.snow.created": "Pokryto powierzchnie (w sumie {0}).", + "worldedit.thaw.removed": "Stopiono bloki (w sumie {0}).", + "worldedit.green.changed": "Pokryto zieleniÄ… bloki (w sumie {0}).", + "worldedit.extinguish.removed": "Ugaszono bloki ognia (w sumie {0}).", + "worldedit.butcher.killed": "Zabito moby (w sumie {0}) w promieniu {1} bl.", + "worldedit.butcher.explain-all": "UĹĽyj -1, aby usunąć wszystkie moby z zaĹ‚adowanych chunkĂłw", + "worldedit.remove.removed": "Wyznaczono byty do usuniÄ™cia (w sumie {0}).", + "worldedit.remove.explain-all": "UĹĽyj -1, aby usunąć wszystkie byty z zaĹ‚adowanych chunkĂłw", + "worldedit.calc.invalid": "BĹ‚Ä…d analizy wartoĹ›ci \"{0}\" jako wĹ‚aĹ›ciwego wyraĹĽenia", + "worldedit.calc.invalid.with-error": "BĹ‚Ä…d analizy wartoĹ›ci \"{0}\" jako wĹ‚aĹ›ciwego wyraĹĽenia: \"{1}\"", + "worldedit.paste.pasted": "Wklejono schowek do: {0}", + "worldedit.paste.selected": "Zaznaczono obszar wklejania ze schowka.", + "worldedit.rotate.no-interpolation": "Informacja: Interpolacja nie jest jeszcze wspierana, wiÄ™c zalecane sÄ… kÄ…ty o wielokrotnoĹ›ci liczby 90.", + "worldedit.rotate.rotated": "Zawartość schowka zostaĹ‚a obrĂłcona.", + "worldedit.flip.flipped": "Zawartość schowka zostaĹ‚a odbita.", + "worldedit.clearclipboard.cleared": "Schowek wyczyszczony.", + "worldedit.set.done": "Operacja zakoĹ„czona.", + "worldedit.set.done.verbose": "Operacja zakoĹ„czona ({0}).", + "worldedit.line.changed": "Zmieniono bloki (w sumie {0}).", + "worldedit.line.invalid-type": "Polecenie //line dziaĹ‚a tylko w przypadku zaznaczeĹ„ prostopadĹ‚oĹ›ciennych lub wypukĹ‚ych wieloĹ›ciennych", + "worldedit.curve.changed": "Zmieniono bloki (w sumie {0}).", + "worldedit.curve.invalid-type": "Polecenie //curve dziaĹ‚a tylko w przypadku zaznaczeĹ„ wypukĹ‚ych wieloĹ›ciennych", + "worldedit.replace.replaced": "ZastÄ…piono bloki (w sumie {0}).", + "worldedit.stack.changed": "Zmieniono bloki (w sumie {0}). UĹĽyj //undo w celu cofniÄ™cia.", + "worldedit.stack.intersecting-region": "PrzesuniÄ™cie stosu nie moĹĽe kolidować z obszarem, podczas uĹĽywania jednostek blokowych", + "worldedit.regen.regenerated": "Zregenerowano obszar.", + "worldedit.regen.failed": "Nie udaĹ‚o siÄ™ zregenerować chunkĂłw. Po wiÄ™cej informacji, zajrzyj do konsoli.", + "worldedit.walls.changed": "Zmieniono bloki (w sumie {0}).", + "worldedit.faces.changed": "Zmieniono bloki (w sumie {0}).", + "worldedit.overlay.overlaid": "NaĹ‚oĹĽono bloki (w sumie {0}).", + "worldedit.naturalize.naturalized": "Nadano naturalnego wyglÄ…du blokom (zmodyfikowane bloki: {0}).", + "worldedit.center.changed": "Ustawiono Ĺ›rodek. (zmodyfikowane bloki: {0})", + "worldedit.smooth.changed": "WygĹ‚adzono wysokość terenu. Zmodyfikowane bloki: {0}.", + "worldedit.move.moved": "PrzesuniÄ™to bloki (w sumie {0}).", + "worldedit.deform.deformed": "Zdeformowano bloki (w sumie {0}).", + "worldedit.hollow.changed": "Zmieniono bloki (w sumie {0}).", + "worldedit.forest.created": "Stworzono {0} drzew.", + "worldedit.flora.created": "Stworzono roĹ›linność (w sumie {0}).", + "worldedit.unstuck.moved": "ProszÄ™ bardzo!", + "worldedit.ascend.obstructed": "Nie znaleziono nad tobÄ… wolnej przestrzeni.", + "worldedit.ascend.moved": "Przeniesiono ciÄ™ {0} poz. wyĹĽej.", + "worldedit.descend.obstructed": "Nie znaleziono pod tobÄ… wolnej przestrzeni.", + "worldedit.descend.moved": "Przeniesiono ciÄ™ {0} poz. niĹĽej.", + "worldedit.ceil.obstructed": "Nie znaleziono nad tobÄ… wolnej przestrzeni.", + "worldedit.ceil.moved": "Ziuuu!", + "worldedit.thru.obstructed": "Nie znaleziono przed tobÄ… wolnej przestrzeni.", + "worldedit.thru.moved": "Ziuuu!", + "worldedit.jumpto.moved": "Puf!", + "worldedit.jumpto.none": "Brak bloku w zasiÄ™gu (lub jest za daleko)!", + "worldedit.up.obstructed": "Uderzysz w coĹ› nad sobÄ….", + "worldedit.up.moved": "Ziuuu!", + "worldedit.cyl.invalid-radius": "Musisz podać 1 lub 2 wartoĹ›ci promienia.", + "worldedit.cyl.created": "Stworzono bloki (w sumie {0}).", + "worldedit.sphere.invalid-radius": "Musisz podać 1 lub 3 wartoĹ›ci promienia.", + "worldedit.sphere.created": "Stworzono bloki (w sumie {0}).", + "worldedit.forestgen.created": "Stworzono drzewa (w sumie {0}).", + "worldedit.pumpkins.created": "Stworzono grupki dyĹ„ (w sumie {0}).", + "worldedit.pyramid.created": "Stworzono bloki (w sumie {0}).", + "worldedit.generate.created": "Stworzono bloki (w sumie {0}).", + "worldedit.generatebiome.changed": "{0} biomĂłw ulegĹ‚o zmianie.", + "worldedit.reload.config": "PrzeĹ‚adowano konfiguracjÄ™!", + "worldedit.report.written": "Raport WorldEdit zostaĹ‚ zapisany do: {0}", + "worldedit.report.error": "BĹ‚Ä…d zapisywania raportu: {0}", + "worldedit.report.callback": "Raport WorldEdit: {0}.report", + "worldedit.timezone.invalid": "NiewĹ‚aĹ›ciwa strefa czasowa", + "worldedit.timezone.set": "Ustawiono strefÄ™ czasowÄ… na tÄ™ sesjÄ™: {0}", + "worldedit.timezone.current": "Obecny czas w tej strefie czasowej: {0}", + "worldedit.version.version": "WorldEdit — wersja: {0}", + "worldedit.version.bukkit.unsupported-adapter": "Ta wersja WorldEdit nie obsĹ‚uguje w peĹ‚ni twojej wersji pluginu Bukkit. Byty blokĂłw (np. skrzynie) bÄ™dÄ… puste, wĹ‚aĹ›ciwoĹ›ci blokĂłw (np. obrĂłt) zostanÄ… pominiÄ™te, a nie dziaĹ‚ać mogÄ… teĹĽ inne rzeczy. Zaktualizuj WorldEdit, aby przywrĂłcić tÄ™ funkcjonalność:\n{0}", + "worldedit.trace.no-tracing-extents": "Trasowanie: Nie uĹĽyto ĹĽadnych rozszerzeĹ„", + "worldedit.trace.action-failed": "Trasowanie: Odrzucono czynność/-ci {0} w pozycji {1} rozszerzeniem {2}", + "worldedit.trace.active.already": "Tryb trasowania juĹĽ jest wĹ‚Ä…czony.", + "worldedit.trace.inactive.already": "Tryb trasowania juĹĽ jest wyĹ‚Ä…czony.", + "worldedit.trace.active": "WĹ‚Ä…czono tryb trasowania.", + "worldedit.trace.inactive": "WyĹ‚Ä…czono tryb trasowania.", + "worldedit.command.time-elapsed": "Minęło {0} sek. (historia: {1} zmienionych; {2} blokĂłw/sek.)", + "worldedit.command.permissions": "Nie masz do tego uprawnieĹ„. Na pewno jesteĹ› w dobrym trybie?", + "worldedit.command.player-only": "To polecenie musi zostać uĹĽyte na graczu.", + "worldedit.command.error.report": "ZgĹ‚oĹ› ten bĹ‚Ä…d: [Zobacz konsolÄ™]", + "worldedit.pastebin.uploading": "(ProszÄ™ czekać... wysyĹ‚anie danych wyjĹ›ciowych na pastebin...)", + "worldedit.session.cant-find-session": "Nie moĹĽna odnaleźć sesji dla {0}", + "worldedit.platform.no-file-dialog": "Okna dialogowe plikĂłw nie sÄ… wspierane w twoim Ĺ›rodowisku.", + "worldedit.asset.load.loading": "(ProszÄ™ czekać... Ĺ‚adowanie zasobu).", + "worldedit.asset.load.still-loading": "(ProszÄ™ czekać... Ĺ‚adowanie zasobu nadal trwa).", + "worldedit.asset.load.failed": "BĹ‚Ä…d Ĺ‚adowania zasobu", + "worldedit.tool.max-block-changes": "OsiÄ…gniÄ™to limit iloĹ›ci zmienianych blokĂłw.", + "worldedit.tool.no-block": "Brak bloku w zasiÄ™gu!", + "worldedit.tool.repl.equip": "NarzÄ™dzie zamiany blokĂłw przypisano do: {0}.", + "worldedit.tool.repl.switched": "NarzÄ™dzie zamiany przeĹ‚Ä…czono do: {0}", + "worldedit.tool.data-cycler.equip": "NarzÄ™dzie przeĹ‚Ä…czajÄ…ce dane blokĂłw przypisano do: {0}.", + "worldedit.tool.data-cycler.block-not-permitted": "Nie masz uprawnieĹ„ do przeĹ‚Ä…czania wartoĹ›ci danych tego bloku.", + "worldedit.tool.data-cycler.cant-cycle": "Dane tego bloku nie mogÄ… być przeĹ‚Ä…czone!", + "worldedit.tool.data-cycler.new-value": "Wartość {0} wynosi teraz {1}.", + "worldedit.tool.data-cycler.cycling": "Cykliczne przeĹ‚Ä…czanie: {0}.", + "worldedit.tool.deltree.equip": "NarzÄ™dzie usuwania unoszÄ…cych siÄ™ drzew przypisano do: {0}.", + "worldedit.tool.deltree.not-tree": "To nie jest drzewo.", + "worldedit.tool.deltree.not-floating": "To nie jest unoszÄ…ce siÄ™ drzewo.", + "worldedit.tool.tree.equip": "Malarz drzew przypisano do: {0}.", + "worldedit.tool.tree.obstructed": "Nie moĹĽna umieĹ›cić tam drzewa.", + "worldedit.tool.info.equip": "NarzÄ™dzie informacyjne przypisano do: {0}.", + "worldedit.tool.info.blockstate.hover": "Stan bloku", + "worldedit.tool.info.internalid.hover": "WewnÄ™trzne ID", + "worldedit.tool.info.legacy.hover": "PrzestarzaĹ‚y tag id:data", + "worldedit.tool.info.light.hover": "ĹšwiatĹ‚o bloku/ĹšwiatĹ‚o powyĹĽej", + "worldedit.tool.none.equip": "UsuniÄ™to przypisane narzÄ™dzie z obecnego przedmiotu.", + "worldedit.tool.none.to.unequip": "Nie przypisano obecnego przedmiotu.", + "worldedit.tool.selwand.equip": "RóżdĹĽkÄ™ zaznaczajÄ…cÄ… przypisano do: {0}.", + "worldedit.tool.navwand.equip": "RóżdĹĽkÄ™ nawigacyjnÄ… przypisano do: {0}.", + "worldedit.tool.floodfill.equip": "NarzÄ™dzie wypeĹ‚niajÄ…ce blokami przypisano do: {0}.", + "worldedit.tool.farwand.equip": "RóżdĹĽka dalekosiężna przypisana do {0}.", + "worldedit.tool.lrbuild.equip": "Dalekosiężne narzÄ™dzie budowlane przypisano do: {0}.", + "worldedit.tool.lrbuild.set": "Lewy przycisk ustawiono na {0}; prawy przycisk ustawiono na {1}.", + "worldedit.tool.stack.equip": "NarzÄ™dzie stosu przypisano do: {0}.", + "worldedit.tool.unbind-instruction": "Uruchom {0} trzymajÄ…c przedmiot aby usunąć przypisanie.", + "worldedit.tool.superpickaxe.mode.single": "Ustawiono tryb pojedynczy. Kliknij lewym, trzymajÄ…c kilof. WyĹ‚Ä…cz poleceniem //", + "worldedit.tool.superpickaxe.mode.area": "Ustawiono tryb obszarowy. Kliknij lewym, trzymajÄ…c kilof. WyĹ‚Ä…cz poleceniem //", + "worldedit.tool.superpickaxe.mode.recursive": "Ustawiono tryb rekursywny. Kliknij lewym, trzymajÄ…c kilof. WyĹ‚Ä…cz poleceniem //", + "worldedit.tool.superpickaxe.max-range": "Maksymalny zakres to {0}.", + "worldedit.tool.superpickaxe.enabled.already": "Superkilof jest juĹĽ wĹ‚Ä…czony.", + "worldedit.tool.superpickaxe.disabled.already": "Superkilof jest juĹĽ wyĹ‚Ä…czony.", + "worldedit.tool.superpickaxe.enabled": "Superkilof wĹ‚Ä…czony.", + "worldedit.tool.superpickaxe.disabled": "Superkilof wyĹ‚Ä…czony.", + "worldedit.tool.mask.set": "Ustawiono maskÄ™ pÄ™dzla.", + "worldedit.tool.mask.disabled": "WyĹ‚Ä…czono maskÄ™ pÄ™dzla.", + "worldedit.tool.material.set": "Ustawiono materiaĹ‚ pÄ™dzla.", + "worldedit.tool.range.set": "Ustawiono zakres pÄ™dzla.", + "worldedit.tool.size.set": "Ustawiono rozmiar pÄ™dzla.", + "worldedit.tool.tracemask.set": "Ustawiono maskÄ™ trasujÄ…cÄ….", + "worldedit.tool.tracemask.disabled": "Maska trasujÄ…ca wyĹ‚Ä…czona.", + "worldedit.tool.error.cannot-bind": "Nie moĹĽna przypisać narzÄ™dzia do {0}: {1}", + "worldedit.tool.error.item-only": "Nie moĹĽna uĹĽywać blokĂłw.", + "worldedit.execute.script-permissions": "Nie masz uprawnieĹ„ do korzystania z tego skryptu.", + "worldedit.executelast.no-script": "Najpierw uĹĽyj /cs z nazwÄ… skryptu.", + "worldedit.script.read-error": "BĹ‚Ä…d odczytu skryptu: {0}", + "worldedit.script.unsupported": "Obecnie sÄ… wspierane tylko skrypty .js", + "worldedit.script.file-not-found": "Skrypt nie istnieje: {0}", + "worldedit.script.no-script-engine": "Nie udaĹ‚o siÄ™ znaleźć zainstalowanego silnika skryptu.\nPrzejdĹş do: https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "Nie udaĹ‚o siÄ™ wykonać: {0}", + "worldedit.script.failed-console": "Nie udaĹ‚o siÄ™ wykonać (zobacz konsolÄ™): {0}", + "worldedit.operation.affected.biome": "ObjÄ™to biomy (w sumie {0})", + "worldedit.operation.affected.block": "ObjÄ™to bloki (w sumie {0})", + "worldedit.operation.affected.column": "ObjÄ™to kolumny (w sumie {0})", + "worldedit.operation.affected.entity": "ObjÄ™to byty (w sumie {0})", + "worldedit.operation.deform.expression": "zdeformowano przy uĹĽyciu: {0}", + "worldedit.error.invalid-number": "Oczekiwano liczbÄ™; otrzymano ciÄ…g znakĂłw.", + "worldedit.error.invalid-number.matches": "Oczekiwano liczbÄ™; otrzymano ciÄ…g „{0}”.", + "worldedit.error.incomplete-region": "Najpierw zaznacz obszar.", + "worldedit.error.unknown-block": "Nazwa bloku '{0}' nie zostaĹ‚a rozpoznana.", + "worldedit.error.unknown-entity": "Nazwa obiektu '{0}' nie zostaĹ‚a rozpoznana.", + "worldedit.error.unknown-mob": "Nazwa moba '{0}' nie zostaĹ‚a rozpoznana.", + "worldedit.error.unknown-biome": "Nazwa biomu '{0}' nie zostaĹ‚a rozpoznana.", + "worldedit.error.unknown-tag": "Nazwa tagu '{0}' nie zostaĹ‚a rozpoznana.", + "worldedit.error.empty-tag": "Nazwa tagu '{0}' nie ma zawartoĹ›ci.", + "worldedit.error.no-match": "Brak dopasowania dla '{0}'.", + "worldedit.error.disallowed-block": "Blok '{0}' jest niedozwolony (zobacz konfiguracjÄ™ WorldEdit).", + "worldedit.error.max-changes": "OsiÄ…gniÄ™to maksymalnÄ… liczbÄ™ blokĂłw zmienionych w operacji ({0}).", + "worldedit.error.max-brush-radius": "Maksymalny promieĹ„ pÄ™dzla (w konfiguracji): {0}", + "worldedit.error.max-radius": "Maksymalny promieĹ„ (w konfiguracji): {0}", + "worldedit.error.unknown-direction": "Nieznany kierunek: {0}", + "worldedit.error.empty-clipboard": "TwĂłj schowek jest pusty. Najpierw uĹĽyj polecenia //copy.", + "worldedit.error.invalid-filename": "Niepoprawna nazwa pliku „{0}\": {1}", + "worldedit.error.invalid-filename.invalid-characters": "Niedozwolone znaki lub brakujÄ…ce rozszerzenie", + "worldedit.error.file-resolution": "BĹ‚Ä…d rozpoznania pliku „{0}”: {1}", + "worldedit.error.file-resolution.outside-root": "ĹšcieĹĽka znajduje siÄ™ poza dozwolonym katalogiem", + "worldedit.error.file-resolution.resolve-failed": "Nie udaĹ‚o siÄ™ rozwiÄ…zać Ĺ›cieĹĽki", + "worldedit.error.file-aborted": "Wybieranie pliku przerwane.", + "worldedit.error.no-file-selected": "Nie wybrano pliku.", + "worldedit.error.world-unloaded": "Ĺšwiat juĹĽ zostaĹ‚ zwolniony.", + "worldedit.error.not-a-block": "Ten przedmiot nie jest blokiem.", + "worldedit.error.not-a-block.item": "Przedmiot „{0}” nie jest blokiem.", + "worldedit.error.incorrect-usage": "SkĹ‚adnia: {0}", + "worldedit.error.invalid-page": "NieprawidĹ‚owy numer strony", + "worldedit.error.parser.bad-state-format": "BĹ‚Ä™dny format stanu w {0}", + "worldedit.error.parser.duplicate-property": "Zduplikowana wĹ‚aĹ›ciwość: {0}", + "worldedit.error.parser.empty-state": "Pusta część w stanie", + "worldedit.error.parser.missing-equals-separator": "BrakujÄ…cy separator (=)", + "worldedit.error.parser.clipboard.missing-offset": "OkreĹ›lono przesuniÄ™cie za pomocÄ… znaku @, ale nie zostaĹ‚o ono podane. UĹĽyj „#copy@[x,y,z]”.", + "worldedit.error.parser.unknown-property": "Nieznana wĹ‚aĹ›ciwość „{0}” bloku „{1}”", + "worldedit.error.parser.unknown-value": "Nieznana wartość „{0}” wĹ‚aĹ›ciwoĹ›ci „{1}”", + "worldedit.error.parser.empty-property": "Pusta wĹ‚aĹ›ciwość w stanie", + "worldedit.error.parser.empty-value": "Pusta wartość w stanie", + "worldedit.error.parser.invalid-colon": "NieprawidĹ‚owe uĹĽycie dwukropka.", + "worldedit.error.parser.invalid-expression": "NieprawidĹ‚owe wyraĹĽenie: {0}", + "worldedit.error.parser.negate-nothing": "Nie moĹĽna zmienić znaku przy niczym!", + "worldedit.error.parser.hanging-lbracket": "NieprawidĹ‚owy format. NiedomkniÄ™ty nawias przy „{0}”.", + "worldedit.error.parser.missing-rbracket": "W stanie brakuje koĹ„czÄ…cego nawiasu ( ] )", + "worldedit.error.parser.missing-random-type": "Brak okreĹ›lonego typu po symbolu % „{0}”", + "worldedit.error.parser.clipboard.missing-coordinates": "PrzesuniÄ™cie schowka wymaga współrzÄ™dnych x, y, z.", + "worldedit.error.parser.player-only": "Dane „{0}” wymagajÄ… gracza!", + "worldedit.error.disabled": "Ta funkcja jest wyĹ‚Ä…czona (skonsultuj konfiguracjÄ™ WorldEdit).", + "worldedit.error.unknown": "WystÄ…piĹ‚ nieznany bĹ‚Ä…d: {0}", + "worldedit.error.missing-extent": "Nie jest znany ĹĽaden zakres", + "worldedit.error.missing-session": "Nie jest znana ĹĽadna sesja lokalna", + "worldedit.error.missing-world": "NaleĹĽy okreĹ›lić Ĺ›wiat (SprĂłbuj poleceniem //world)", + "worldedit.error.missing-actor": "Nie jest znany ĹĽaden aktor", + "worldedit.selection.convex.info.vertices": "WierzchoĹ‚ki: {0}", + "worldedit.selection.convex.info.triangles": "TrĂłjkÄ…ty: {0}", + "worldedit.selection.convex.explain.primary": "Zaznaczenie rozpoczÄ™te wierzchoĹ‚kiem {0}.", + "worldedit.selection.convex.explain.secondary": "Dodano wierzchoĹ‚ek ({0}) do zaznaczenia.", + "worldedit.selection.cuboid.info.pos1": "Pozycja 1.: {0}", + "worldedit.selection.cuboid.info.pos2": "Pozycja 2.: {0}", + "worldedit.selection.cuboid.explain.primary": "Ustawiono pozycjÄ™ pierwszÄ…: {0}.", + "worldedit.selection.cuboid.explain.primary-area": "Ustawiono pozycjÄ™ pierwszÄ…: {0} ({1}).", + "worldedit.selection.cuboid.explain.secondary": "Ustawiono pozycjÄ™ drugÄ…: {0}.", + "worldedit.selection.cuboid.explain.secondary-area": "Ustawiono pozycjÄ™ drugÄ…: {0} ({1}).", + "worldedit.selection.extend.explain.primary": "Zaznaczenie rozpoczÄ™te przy {0} ({1}).", + "worldedit.selection.extend.explain.secondary": "Rozszerzono zaznaczenie w celu objÄ™cia: {0} ({1}).", + "worldedit.selection.ellipsoid.info.center": "Ĺšrodek: {0}", + "worldedit.selection.ellipsoid.info.radius": "PromieĹ„ jako X/Y/Z: {0}", + "worldedit.selection.ellipsoid.explain.primary": "Ustawiono pozycjÄ™ Ĺ›rodka: {0}.", + "worldedit.selection.ellipsoid.explain.primary-area": "Ustawiono pozycjÄ™ Ĺ›rodka: {0} ({1}).", + "worldedit.selection.ellipsoid.explain.secondary": "Ustawiono promieĹ„: {0}.", + "worldedit.selection.ellipsoid.explain.secondary-area": "Ustawiono promieĹ„: {0} ({1}).", + "worldedit.selection.ellipsoid.error.even-horizontal": "Zmiany elipsoidalne muszÄ… być rĂłwne dla kaĹĽdego wymiaru.", + "worldedit.selection.cylinder.info.center": "Ĺšrodek: {0}", + "worldedit.selection.cylinder.info.radius": "PromieĹ„: {0}", + "worldedit.selection.cylinder.explain.primary": "Rozpoczynasz zaznaczenie walcowe przy {0}.", + "worldedit.selection.cylinder.explain.secondary": "Ustawiono promieĹ„: {0}/{1} bl. ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "Najpierw wybierz punkt Ĺ›rodkowy, zanim ustalisz promieĹ„.", + "worldedit.selection.cylinder.error.even-horizontal": "Zmiany stoĹĽkowe muszÄ… być rĂłwne dla kaĹĽdego wymiaru poziomego.", + "worldedit.selection.polygon2d.info": "Nr punktĂłw: {0}", + "worldedit.selection.polygon2d.explain.primary": "Rozpoczynasz nowy wielokÄ…t przy {0}.", + "worldedit.selection.polygon2d.explain.secondary": "Dodano punkt #{0} przy {1}.", + "worldedit.selection.polygon2d.error.expand-only-vertical": "WielokÄ…ty moĹĽna rozszerzyć tylko pionowo.", + "worldedit.selection.polygon2d.error.contract-only-vertical": "WielokÄ…ty moĹĽna zwężyć tylko pionowo.", + "worldedit.selection.sphere.explain.secondary": "Ustawiono promieĹ„: {0}.", + "worldedit.selection.sphere.explain.secondary-defined": "Ustawiono promieĹ„: {0} ({1}).", + "worldedit.selection.null.error.immutable": "Nie moĹĽna zmienić regionu o zerowej wartoĹ›ci.", + "worldedit.selection.intersection.error.cannot-expand": "Nie moĹĽna rozszerzyć przeciÄ™cia obszarĂłw.", + "worldedit.selection.intersection.error.cannot-contract": "Nie moĹĽna skrĂłcić przeciÄ™cia obszarĂłw.", + "worldedit.selection.transform.error.cannot-expand": "Nie moĹĽna rozszerzyć TransformedRegion.", + "worldedit.selection.transform.error.cannot-contract": "Nie moĹĽna skrĂłcić TransformedRegion.", + "worldedit.selection.transform.error.cannot-change": "Nie moĹĽna zmienić TransformedRegion.", + "worldedit.sideeffect.lighting": "Piorun", + "worldedit.sideeffect.lighting.description": "Aktualizuje bloki oĹ›wietleniowe", + "worldedit.sideeffect.neighbors": "SÄ…siedzi", + "worldedit.sideeffect.neighbors.description": "Powiadamia o zmianach pobliskich blokĂłw", + "worldedit.sideeffect.update": "Aktualizuj", + "worldedit.sideeffect.update.description": "Powiadamia zmieniony blok", + "worldedit.sideeffect.validation": "Sprawdzanie poprawnoĹ›ci", + "worldedit.sideeffect.validation.description": "Sprawdza poprawność i naprawia niespĂłjnoĹ›ci stanu Ĺ›wiata, takie jak rozĹ‚Ä…czone bloki", + "worldedit.sideeffect.entity_ai": "AI bytĂłw", + "worldedit.sideeffect.entity_ai.description": "Aktualizuje Ĺ›cieĹĽki dla SI bytĂłw, aby te odzwierciedlaĹ‚y zmiany blokĂłw", + "worldedit.sideeffect.events": "Wydarzenia moda/pluginu", + "worldedit.sideeffect.events.description": "W stosownych przypadkach informuje inne mody/pluginy o tych zmianach", + "worldedit.sideeffect.state.on": "WĹ‚.", + "worldedit.sideeffect.state.delayed": "Opóź.", + "worldedit.sideeffect.state.off": "WyĹ‚.", + "worldedit.sideeffect.box.current": "BieĹĽÄ…cy", + "worldedit.sideeffect.box.change-to": "Kliknij, aby ustawić {0}", + "worldedit.help.command-not-found": "Polecenie \"{0}\" nie zostaĹ‚o znalezione.", + "worldedit.help.no-subcommands": "\"{0}\" nie ma podpoleceĹ„. (MoĹĽe \"{1}\" oznacza parametr?)", + "worldedit.help.subcommand-not-found": "Nie znaleziono podpolecenia \"{0}\" dla \"{1}\".", + "worldedit.cli.stopping": "Zatrzymywanie!", + "worldedit.cli.unknown-command": "Nieznane polecenie!" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/ta/strings.json b/config/worldedit/.archive-unpack/2e1dd752/ta/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/ta/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/th/strings.json b/config/worldedit/.archive-unpack/2e1dd752/th/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/th/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/tlh-AA/strings.json b/config/worldedit/.archive-unpack/2e1dd752/tlh-AA/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/tlh-AA/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/tr/strings.json b/config/worldedit/.archive-unpack/2e1dd752/tr/strings.json new file mode 100644 index 0000000..596e6e7 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/tr/strings.json @@ -0,0 +1,227 @@ +{ + "worldedit.expand.description.vert": "Seçimi dĂĽnya limitine kadar dikey geniĹźletir.", + "worldedit.expand.expanded": "Bölge {0} blok geniĹźletildi", + "worldedit.expand.expanded.vert": "Bölge {0} blok geniĹźletildi (yukarıdan-aĹźağıya).", + "worldedit.biomeinfo.lineofsight": "GörĂĽĹź hattındaki biyomlar: {0}", + "worldedit.biomeinfo.position": "Pozisyonundaki biyomlar: {0}", + "worldedit.biomeinfo.selection": "Seçimindeki biyomlar: {0}", + "worldedit.brush.radius-too-large": "Ä°zin verilen maksimum fırça yarıçapı: {0}", + "worldedit.brush.apply.description": "Uygulama fırçası, her bloÄźa bir fonksiyon uygulayın", + "worldedit.brush.apply.radius": "Fırçanın boyutu", + "worldedit.brush.apply.shape": "Bölgenin Ĺźekli", + "worldedit.brush.apply.type": "Kullanılacak fırçanın tĂĽrĂĽ", + "worldedit.brush.apply.item.warning": "Bu fırça, öğe kullanımını simĂĽle eder. Etkileri bĂĽtĂĽn platformlarda çalışmayabilir, geri alınabilir olmayabilir ve diÄźer modlarla/eklentilerle garip etkileĹźimlere sebep olabilir. Kendi bilincinizde kullanın.", + "worldedit.brush.paint.description": "Boyama fırçası, bir yĂĽzeye bir fonksiyon uygulayın", + "worldedit.brush.paint.size": "Fırçanın boyutu", + "worldedit.brush.paint.shape": "Bölgenin Ĺźekli", + "worldedit.brush.paint.density": "Fırçanın yoÄźunluÄźu", + "worldedit.brush.paint.type": "Kullanılacak fırçanın tĂĽrĂĽ", + "worldedit.brush.paint.item.warning": "Bu fırça, öğe kullanımını simĂĽle eder. Etkileri bĂĽtĂĽn platformlarda çalışmayabilir, geri alınabilir olmayabilir ve diÄźer modlarla/eklentilerle garip etkileĹźimlere sebep olabilir. Kendi bilincinizde kullanın.", + "worldedit.brush.sphere.equip": "KĂĽre fırça Ĺźekli etkin ({0}).", + "worldedit.brush.cylinder.equip": "Silinder fırça Ĺźekli etkin ({1} tarafından {0}).", + "worldedit.brush.clipboard.equip": "Pano fırça Ĺźekli etkin.", + "worldedit.brush.smooth.equip": "DĂĽzgĂĽn fırça etkin ({2} kullanarak {0} x {1}x).", + "worldedit.brush.extinguish.equip": "SöndĂĽrĂĽcĂĽ etkin ({0}).", + "worldedit.brush.gravity.equip": "Yerçekimi fırçası etkin ({0}).", + "worldedit.brush.butcher.equip": "Kasap fırçası etkin ({0}).", + "worldedit.brush.operation.equip": "Fırçayı {0} olarak ayarla.", + "worldedit.brush.none.equip": "Fırçanın Ĺźimdiki öğenle baÄźlantısı koparıldı.", + "worldedit.drawsel.disabled": "Sunucu CUI kapatıldı.", + "worldedit.drawsel.disabled.already": "Sunucu CUI çoktan kapalı.", + "worldedit.drawsel.enabled.already": "Sunucu CUI çoktan açık.", + "worldedit.limit.too-high": "Ä°zin verilebilecek maksimum limitin {0}.", + "worldedit.limit.set": "Blok deÄźiĹźtirme limiti {0} olarak ayarlandı.", + "worldedit.limit.return-to-default": "(Varsayılana dönmek için //limit komudunu kullanın.)", + "worldedit.timeout.too-high": "Ä°zin verilebilecek maksimum zaman aşımı sĂĽren {0}ms.", + "worldedit.timeout.return-to-default": " (Varsayılana dönmek için //timeout komudunu kullanın.)", + "worldedit.fast.disabled": "Hızlı mod kapatıldı.", + "worldedit.fast.enabled": "Hızlı mod açıldı. Etkilenen parçalardaki aydınlatma yanlış olabilir ve/veya deÄźiĹźiklikleri görmek için yeniden katılmanız gerekebilir.", + "worldedit.fast.disabled.already": "Hızlı mod çoktan kapatıldı.", + "worldedit.fast.enabled.already": "Hızlı mod çoktan açıldı.", + "worldedit.reorder.current": "Yeniden sıralama modu {0}", + "worldedit.reorder.set": "Yeniden sıralama modu artık {0}", + "worldedit.gmask.disabled": "Global maske kapalı.", + "worldedit.gmask.set": "Global maske ayarlandı.", + "worldedit.toggleplace.pos1": "Ĺžimdi pos #1'e koyuluyor.", + "worldedit.toggleplace.player": "Ĺžimdi durduÄźunuz bloÄźa koyuluyor.", + "worldedit.searchitem.too-short": "Daha uzun arama dizisi gir (len > 2).", + "worldedit.searchitem.either-b-or-i": "Aynı anda hem 'b' hem de 'i' etiketini kullanamazsın.", + "worldedit.searchitem.searching": "(LĂĽtfen bekle... öğeler aranıyor.)", + "worldedit.watchdog.no-hook": "Bu platformda bekçi baÄźlantısı yok.", + "worldedit.watchdog.active.already": "Bekçi baÄźlantısı çoktan aktif.", + "worldedit.watchdog.inactive.already": "Bekçi baÄźlantısı çoktan kapalı.", + "worldedit.watchdog.active": "Bekçi baÄźlantısı Ĺźimdi aktif.", + "worldedit.watchdog.inactive": "Bekçi baÄźlantısı Ĺźimdi kapalı.", + "worldedit.world.remove": "DĂĽnya override'ı kaldırıldı.", + "worldedit.world.set": "DĂĽnya override'ı {0} olarak ayarlandı. (Varsayılana dönmek için //world komudunu kullanın)", + "worldedit.undo.undone": "{0} mevcut hareket geri yapıldı.", + "worldedit.undo.none": "Geri alınacak bir Ĺźey kalmadı.", + "worldedit.redo.redone": "{0} mevcut hareket yeniden yapıldı.", + "worldedit.redo.none": "Yeniden yapılacak bir Ĺźey kalmadı.", + "worldedit.clearhistory.cleared": "GeçmiĹź temizlendi.", + "worldedit.raytrace.noblock": "GörĂĽnĂĽrde blok yok!", + "worldedit.restore.not-configured": "Denem sĂĽrĂĽmĂĽ/yedek onarımı yapılandırılmamış.", + "worldedit.restore.not-available": "Bu deneme sĂĽrĂĽmĂĽ yok veya mevcut deÄźil.", + "worldedit.restore.failed": "Deneme sĂĽrĂĽmĂĽ yĂĽklenemedi: {0}", + "worldedit.restore.loaded": "'{0}' deneme sĂĽrĂĽmĂĽ yĂĽklendi; Ĺźimdi onarılıyor...", + "worldedit.restore.restored": "{0} eksik chunk ve {1} diÄźer hatalar onarıldı.", + "worldedit.restore.none-for-specific-world": "'{0}' dĂĽnyası için deneme sĂĽrĂĽmĂĽ bulunamadı.", + "worldedit.restore.none-for-world": "Bu dĂĽnya için deneme sĂĽrĂĽmĂĽ bulunamadı.", + "worldedit.restore.none-found": "Deneme sĂĽrĂĽmĂĽ bulunamadı.", + "worldedit.restore.none-found-console": "Deneme sĂĽrĂĽmĂĽ bulunamadı. Detaylar için konsola bakın.", + "worldedit.restore.chunk-not-present": "Deneme sĂĽrĂĽmĂĽnde chunklar mevcut deÄźil.", + "worldedit.restore.chunk-load-failed": "Chunklar yĂĽklenemedi. (KötĂĽ arĹźiv?)", + "worldedit.restore.block-place-failed": "Hatalar, herhangi bir bloÄźun geri yĂĽklenmesini engelledi.", + "worldedit.restore.block-place-error": "Son hata: {0}", + "worldedit.snapshot.use.newest": "Ĺžimdi e yeni deneme sĂĽrĂĽmĂĽ kullanılıyor.", + "worldedit.snapshot.use": "Deneme sĂĽrĂĽmĂĽ ayarlandı: {0}", + "worldedit.snapshot.none-before": "{0} deneme sĂĽrĂĽmĂĽnden önce bir deneme sĂĽrĂĽmĂĽ bulunamadı.", + "worldedit.snapshot.none-after": "{0} deneme sĂĽrĂĽmĂĽnden sonra bir deneme sĂĽrĂĽm bulunamadı.", + "worldedit.snapshot.index-above-0": "Geçersiz dizin, 1'den bĂĽyĂĽk veya eĹźit olmalı.", + "worldedit.snapshot.index-oob": "Geçersiz dizin, 1 ile {0} arasında olmalı.", + "worldedit.schematic.unknown-format": "Bilinmeyen Ĺźematik formatı: {0}.", + "worldedit.schematic.load.does-not-exist": "{0} ĹźematiÄźi yok!", + "worldedit.schematic.load.loading": "(LĂĽtfen bekle... Ĺźematik yĂĽkleniyor.)", + "worldedit.schematic.save.already-exists": "Bu Ĺźematik çoktan var. Ăśzerine yazmak için -f etiketi kullanın.", + "worldedit.schematic.save.failed-directory": "Ĺžematikler için klasör oluĹźturulamıyor!", + "worldedit.schematic.save.saving": "(LĂĽtfen bekle... Ĺźematik kaydediliyor.)", + "worldedit.schematic.delete.does-not-exist": "{0} ĹźematiÄźi yok!", + "worldedit.schematic.delete.failed": "{0} ĹźematiÄźinin silinmesi baĹźarısız oldu! Salt okunur mu?", + "worldedit.schematic.delete.deleted": "{0} ĹźematiÄźi silindi.", + "worldedit.schematic.formats.title": "Mevcut pano formatları (Ä°sim: Arama adları)", + "worldedit.pos.already-set": "Pozisyon çoktan ayarlandı.", + "worldedit.pos.console-require-coords": "Bir konsol olarak koordinatları saÄźlamalısınız.", + "worldedit.hpos.no-block": "GörĂĽnĂĽrde blok yok!", + "worldedit.hpos.already-set": "Pozisyon çoktan ayarlandı.", + "worldedit.chunk.selected-multiple": "Seçilen chunklar: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.wand.invalid": "Asa öğesi yanlış yapılandırılmış veya devre dışı.", + "worldedit.wand.selwand.info": "Sol tıkla: pos #1 seç; SaÄź tıkla: pos #2 seç", + "worldedit.wand.navwand.info": "Sol tıkla: lokasyona zıpla; SaÄź tıkla: duvarların içinden geç", + "worldedit.shift.shifted": "Bölge deÄźiĹźti.", + "worldedit.size.type": "TĂĽr: {0}", + "worldedit.size.size": "Boyut: {0}", + "worldedit.size.distance": "KĂĽbik mesafesi: {0}", + "worldedit.count.counted": "Sayıldı: {0}", + "worldedit.distr.no-blocks": "Blok sayılmadı.", + "worldedit.distr.total": "Toplam Blok Sayısı: {0}", + "worldedit.select.cleared": "Seçim temizlendi.", + "worldedit.select.cuboid.message": "KĂĽbik: 1. nokta için sol tıkla, 2. nokta için saÄź tıkla", + "worldedit.select.cuboid.description": "Bir kĂĽbiÄźin iki köşesini seç", + "worldedit.select.extend.message": "KĂĽbik: bir baĹźlama noktası için sol tıkla, uzatmak için saÄź tıklayın", + "worldedit.select.extend.description": "Hızlı kĂĽbid seçim modu", + "worldedit.select.poly.message": "2B çokgen seçici: Bir nokta eklemek için sol/saÄź tıklayın.", + "worldedit.select.poly.limit-message": "Maksimum {0} puan.", + "worldedit.select.poly.description": "YĂĽkseklikli 2B bir çokgen seçin", + "worldedit.select.ellipsoid.message": "Elipsoit seçici: sol tıkla=merkez, uzatmak için saÄź tıkla", + "worldedit.select.ellipsoid.description": "Bir elipsoit seç", + "worldedit.select.sphere.message": "KĂĽre seçici: sol tıkla=merkez, yarıçap ayarlamak için saÄź tıkla", + "worldedit.select.sphere.description": "Bir kĂĽre seç", + "worldedit.select.cyl.message": "Silindirik seçici: Sol tıkla=merkez, uzatmak için saÄź tıkla", + "worldedit.select.cyl.description": "Bir silindir seç", + "worldedit.select.convex.message": "Dış bĂĽkey çok yĂĽzlĂĽ seçici: Sol tık:Ä°lk köşe, daha fazla eklemek için saÄź tıkla.", + "worldedit.select.convex.limit-message": "Maksimum {0} puan.", + "worldedit.select.convex.description": "Bir dış bĂĽkey öok yĂĽzlĂĽ seçin", + "worldedit.select.default-set": "Artık varsayılan bölge seçicin {0}.", + "worldedit.chunkinfo.chunk": "Chunk: {0}, {1}", + "worldedit.chunkinfo.old-filename": "Eski format: {0}", + "worldedit.drain.drained": "{0} blok kurutuldu.", + "worldedit.fill.created": "{0} blok dolduruldu.", + "worldedit.fillr.created": "{0} blok dolduruldu.", + "worldedit.fixlava.fixed": "{0} blok dĂĽzeltildi.", + "worldedit.fixwater.fixed": "{0} blok dĂĽzeltildi.", + "worldedit.removeabove.removed": "{0} blok kaldırıldı.", + "worldedit.removebelow.removed": "{0} blok kaldırıldı.", + "worldedit.removenear.removed": "{0} blok kaldırıldı.", + "worldedit.replacenear.replaced": "{0} blok yeniden yerleĹźtirildi.", + "worldedit.snow.created": "{0} yĂĽzey kaplandı.", + "worldedit.thaw.removed": "{0} blok çözĂĽldĂĽ.", + "worldedit.green.changed": "{0} blok yeĹźillendirildi.", + "worldedit.extinguish.removed": "{0} ateĹź söndĂĽrĂĽldĂĽ.", + "worldedit.butcher.killed": "{1} yarıçapında {0} canlı öldĂĽrĂĽldĂĽ.", + "worldedit.butcher.explain-all": "YĂĽklĂĽ chunklardaki tĂĽm mobları kaldırmak için -1 ifadesini kullanın", + "worldedit.remove.removed": "Kaldırılma için {0} varlık iĹźaretlendi.", + "worldedit.remove.explain-all": "YĂĽklĂĽ chunklardaki tĂĽm varlıkları kaldırmak için -1 ifadesini kullanın", + "worldedit.calc.invalid": "'{0}' geçerli bir ifade olarak ayrıştırılamadı", + "worldedit.paste.pasted": "Pano {0}'a yapıştırıldı", + "worldedit.paste.selected": "Pano yapıştırılma bölgesi seçildi.", + "worldedit.rotate.no-interpolation": "Not: Ä°nterpolasyon henĂĽz desteklenmemektedir, bu nedenle 90'ın katları olan açılar önerilir.", + "worldedit.rotate.rotated": "Pano kopyası döndĂĽrĂĽldĂĽ.", + "worldedit.flip.flipped": "Pano kopyası çevrildi.", + "worldedit.clearclipboard.cleared": "Pano temizlendi.", + "worldedit.set.done": "Operasyon tamamlandı.", + "worldedit.set.done.verbose": "Operasyon tamamlandı ({0}).", + "worldedit.line.changed": "{0} blok deÄźiĹźtirildi.", + "worldedit.line.invalid-type": "//line sadece kĂĽbik veya dışbĂĽkey çok yĂĽzlĂĽ seçimlerde çalışır", + "worldedit.curve.changed": "{0} blok deÄźiĹźtirildi.", + "worldedit.curve.invalid-type": "//curve sadece dışbĂĽkey çok yĂĽzlĂĽ seçimlerde çalışır", + "worldedit.replace.replaced": "{0} blok yeniden yerleĹźtirildi.", + "worldedit.stack.changed": "{0} blok deÄźiĹźtirildi. //undo ile geri al", + "worldedit.regen.regenerated": "Bölge yenilendi.", + "worldedit.regen.failed": "Chunklar yeniden oluĹźturulamıyor. Detaylar için konsolu kontrol edin.", + "worldedit.walls.changed": "{0} blok deÄźiĹźtirildi.", + "worldedit.faces.changed": "{0} blok deÄźiĹźtirildi.", + "worldedit.overlay.overlaid": "{0} blok kaplandı.", + "worldedit.naturalize.naturalized": "{0} bloÄźun daha doÄźal gözĂĽkmesi saÄźlandı.", + "worldedit.center.changed": "Merkez ayarlandı. ({0} blok deÄźiĹźti)", + "worldedit.smooth.changed": "Arazinin yĂĽkseklik haritası dĂĽzleĹźtirildi. {0} blok deÄźiĹźtirildi.", + "worldedit.move.moved": "{0} blok taşındı.", + "worldedit.deform.deformed": "{0} blok yeniden deforme edildi.", + "worldedit.hollow.changed": "{0} blok deÄźiĹźtirildi.", + "worldedit.forest.created": "{0} aÄźaç oluĹźturuldu.", + "worldedit.flora.created": "{0} bitki örtĂĽsĂĽ oluĹźturuldu.", + "worldedit.unstuck.moved": "Ä°Ĺźte böyle!", + "worldedit.ascend.obstructed": "Yukarıda boĹź yer bulunamadı.", + "worldedit.ascend.moved": "{0} seviye yĂĽkseltildi.", + "worldedit.descend.obstructed": "Altında boĹź yer bulunamadı.", + "worldedit.descend.moved": "{0} seviye alçaltıldı.", + "worldedit.ceil.obstructed": "Yukarıda boĹź yer bulunamadı.", + "worldedit.ceil.moved": "Woosh!", + "worldedit.thru.obstructed": "Ă–nĂĽnde boĹź yer bulunamadı.", + "worldedit.thru.moved": "Woosh!", + "worldedit.jumpto.moved": "Puf!", + "worldedit.jumpto.none": "GörĂĽnĂĽrde blok yok (veya çok uzakta)!", + "worldedit.up.moved": "Woosh!", + "worldedit.cyl.invalid-radius": "1 veya 2 yarıçap deÄźeri belirtmelisin.", + "worldedit.cyl.created": "{0} blok oluĹźturuldu.", + "worldedit.sphere.invalid-radius": "1 veya 3 yarıçap deÄźeri belirtmelisin.", + "worldedit.sphere.created": "{0} blok oluĹźturuldu.", + "worldedit.forestgen.created": "{0} aÄźaç oluĹźturuldu.", + "worldedit.pumpkins.created": "{0} balkabağı parçası oluĹźturuldu.", + "worldedit.pyramid.created": "{0} blok oluĹźturuldu.", + "worldedit.generate.created": "{0} blok oluĹźturuldu.", + "worldedit.reload.config": "Yapılandırma yeniden yĂĽklendi!", + "worldedit.report.written": "WorldEdit raporu {0}'a yazıldı", + "worldedit.report.error": "Rapor yazılamadı: {0}", + "worldedit.report.callback": "WorldEdit raporu: {0}.report", + "worldedit.timezone.invalid": "Geçersiz saat dilimi", + "worldedit.timezone.set": "Bu oturum için ayarlanan saat dilimi: {0}", + "worldedit.timezone.current": "O saat dilimindeki geçerli saat: {0}", + "worldedit.version.version": "WorldEdit versiyonu {0}", + "worldedit.version.bukkit.unsupported-adapter": "WorldEdit versiyonu Bukkit sĂĽrĂĽmĂĽnĂĽ tamamen desteklemiyor. Block varlıklar (örn. sandıklar) boĹź olacak, blok özellikleri (örn. rotasyon) eksik olacak, ve diÄźer Ĺźeyler çalışmayabilir. Bu iĹźlevselliÄźi onarmak için WorldEdit'i gĂĽncelleyin:\n{0}", + "worldedit.command.permissions": "Bu yapmaya iznin yok. DoÄźru modda mısın?", + "worldedit.command.player-only": "Komut bir oyuncu ile kullanılmalı.", + "worldedit.command.error.report": "LĂĽtfen bu hatayı bildirin: [Konsola bakın]", + "worldedit.pastebin.uploading": "(LĂĽtfen bekle... çıkış pastebin'e gönderiliyor...)", + "worldedit.session.cant-find-session": "{0} için oturum bulunamadı", + "worldedit.platform.no-file-dialog": "Dosya diyalogları çevrende desteklenmiyor.", + "worldedit.asset.load.failed": "Varlık yĂĽklenemedi", + "worldedit.tool.max-block-changes": "Maks blok deÄźiĹźtirme limitine ulaşıldı.", + "worldedit.tool.no-block": "GörĂĽnĂĽrde blok yok!", + "worldedit.tool.repl.equip": "Blok yeniden yerleĹźtirme aleti {0} öğesine baÄźlandı.", + "worldedit.tool.repl.switched": "Yeniden yerleĹźtirme aleti Ĺźuna deÄźiĹźtirildi: {0}", + "worldedit.tool.data-cycler.equip": "Block veri dögĂĽleyicisi aleti {0} öğesine baÄźlandı.", + "worldedit.tool.data-cycler.block-not-permitted": "Bu bloÄźun veri deÄźerini döngĂĽlemeye iznin yok.", + "worldedit.tool.data-cycler.cant-cycle": "Bu bloÄźun verisi döngĂĽlenemez!", + "worldedit.tool.data-cycler.new-value": "{0}'in deÄźeri Ĺźimdi {1}.", + "worldedit.tool.data-cycler.cycling": "Ĺžimdi {0} dögĂĽleniyor.", + "worldedit.tool.deltree.equip": "Uçan aÄźaç kaldırıcı aleti {0} öğesine baÄźlandı.", + "worldedit.tool.deltree.not-tree": "Bu bir aÄźaç deÄźil.", + "worldedit.tool.deltree.not-floating": "Bu uçan bir aÄźaç deÄźil.", + "worldedit.tool.tree.equip": "AÄźaç aleti {0} öğesine baÄźlandı.", + "worldedit.tool.tree.obstructed": "Bir aÄźaç oraya gidemez.", + "worldedit.tool.info.blockstate.hover": "Blok durumu", + "worldedit.tool.superpickaxe.enabled.already": "SĂĽper kazma zaten aktif.", + "worldedit.tool.superpickaxe.disabled.already": "SĂĽper kazma zaten devre dışı.", + "worldedit.tool.superpickaxe.enabled": "SĂĽper kazma aktif edildi.", + "worldedit.tool.superpickaxe.disabled": "SĂĽper kazma devre dışı bırakıldı." +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/tt-RU/strings.json b/config/worldedit/.archive-unpack/2e1dd752/tt-RU/strings.json new file mode 100644 index 0000000..1c61274 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/tt-RU/strings.json @@ -0,0 +1,4 @@ +{ + "worldedit.size.size": "Đ—Ńрлык: {0}", + "worldedit.chunkinfo.chunk": "Чанк: {0}, {1}" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/tzl/strings.json b/config/worldedit/.archive-unpack/2e1dd752/tzl/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/tzl/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/uk/strings.json b/config/worldedit/.archive-unpack/2e1dd752/uk/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/uk/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/val-ES/strings.json b/config/worldedit/.archive-unpack/2e1dd752/val-ES/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/val-ES/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/vec/strings.json b/config/worldedit/.archive-unpack/2e1dd752/vec/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/vec/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/vi/strings.json b/config/worldedit/.archive-unpack/2e1dd752/vi/strings.json new file mode 100644 index 0000000..8be3918 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/vi/strings.json @@ -0,0 +1,63 @@ +{ + "worldedit.expand.description.vert": "Mở rá»™ng khu lá»±a chọn theo chiá»u dọc tá»›i giá»›i hạn của tháşż giá»›i.", + "worldedit.expand.expanded": "Khu vá»±c Ä‘ĂŁ mở rá»™ng {0} block", + "worldedit.expand.expanded.vert": "Khu vá»±c Ä‘áş« mở rá»™ng {0} block (từ trĂŞn xuống).", + "worldedit.biomeinfo.lineofsight": "Quần xĂŁ tại Ä‘iá»m ngắm: {0}", + "worldedit.biomeinfo.position": "Các quần xĂŁ tại vị trĂ­ của bạn: {0}", + "worldedit.biomeinfo.selection": "Các quần xĂŁ tại vị trĂ­ Ä‘ĂŁ chọn: {0}", + "worldedit.brush.radius-too-large": "Bán kĂ­nh cọ tối Ä‘a: {0}", + "worldedit.brush.apply.description": "Ăp dụng cọ, áp dụng chức nÄng vĂ o má»—i block", + "worldedit.brush.apply.radius": "KĂ­ch thĆ°á»›c của cọ", + "worldedit.brush.apply.shape": "Hình dạng của khu vá»±c", + "worldedit.brush.apply.type": "Kiá»u chổi Ä‘á» dĂąng", + "worldedit.brush.apply.item.warning": "Cọ nĂ y mĂ´ phỏng cho việc sá»­ dụng váş­t pháş©m. Tác dụng của nĂł cĂł thá» khĂ´ng hoạt Ä‘á»™ng trĂŞn tất cả các ná»n tảng, cĂł thá» cĹ©ng khĂ´ng thá» hoĂ n tác được, vĂ  cĂł thá» gây ra các tương tác kỳ lạ vá»›i các mod/plugin khác. Cáş©n trọng khi sá»­ dụng.", + "worldedit.brush.paint.description": "Cọ váş˝, áp dụng cho chức nÄng vá»›i má»™t bá» máş·t", + "worldedit.brush.paint.size": "KĂ­ch thĆ°á»›c của cọ", + "worldedit.brush.paint.shape": "Hình dạng của khu vá»±c", + "worldedit.brush.paint.density": "Sá»± dĂ y Ä‘áş·c của cọ", + "worldedit.brush.paint.type": "Kiá»u chổi Ä‘á» dĂąng", + "worldedit.brush.paint.item.warning": "Cọ nĂ y mĂ´ phỏng cho việc sá»­ dụng váş­t pháş©m. Tác dụng của nĂł cĂł thá» khĂ´ng hoạt Ä‘á»™ng trĂŞn tất cả các ná»n tảng, cĂł thá» cĹ©ng khĂ´ng thá» hoĂ n tác được, vĂ  cĂł thá» gây ra các tương tác kỳ lạ vá»›i các mod/plugin khác. Cáş©n trọng khi sá»­ dụng.", + "worldedit.brush.sphere.equip": "Cọ váş˝ hình dạng quả cầu Ä‘ĂŁ máş·c ({0}).", + "worldedit.brush.cylinder.equip": "Cọ váş˝ hình dạng khối trụ Ä‘ĂŁ máş·c ({0} by {1}).", + "worldedit.brush.clipboard.equip": "Cọ váş˝ dạng clipboard Ä‘ĂŁ máş·c.", + "worldedit.brush.smooth.equip": "Cọ váş˝ lĂ m trơn tru Ä‘ĂŁ máş·c ({0} x {1}x Ä‘ang sá»­ dụng {2}).", + "worldedit.brush.extinguish.equip": "Thiáşżt bị chữa cháy Ä‘ĂŁ máş·c ({0}).", + "worldedit.brush.gravity.equip": "Cọ váş˝ trọng lá»±c Ä‘ĂŁ máş·c ({0}).", + "worldedit.brush.butcher.equip": "Cọ váş˝ butcher Ä‘ĂŁ máş·c ({0}).", + "worldedit.brush.operation.equip": "ÄĂŁ Ä‘áş·t cọ váş˝ {0}.", + "worldedit.brush.heightmap.equip": "Cọ váş˝ kiá»u bản đồ chiá»u cao Ä‘ĂŁ máş·c ({0}).", + "worldedit.brush.heightmap.unknown": "Cọ váş˝ heightmap khĂ´ng xác định: {0}.", + "worldedit.brush.none.equip": "Cọ váş˝ Ä‘ĂŁ tháo ra khỏi váş­t pháş©m của bạn Ä‘ang cầm.", + "worldedit.setbiome.changed": "Quần xĂŁ Ä‘ĂŁ được thay đổi vá»›i xấp xỉ khoảng {0} blocks.", + "worldedit.setbiome.warning": "Bạn cĂł thá» thoát ra vĂ o lại game (hoáş·c Ä‘Ăłng vĂ  mở lại tháşż giá»›i của bạn) Ä‘á» xem sá»± thay đổi.", + "worldedit.drawsel.disabled": "Server CUI Ä‘ĂŁ tắt.", + "worldedit.drawsel.disabled.already": "Server CUI Ä‘ĂŁ tắt sáşµn rồi.", + "worldedit.drawsel.enabled.already": "Server CUI Ä‘ĂŁ báş­t sáşµn rồi.", + "worldedit.limit.too-high": "Tối Ä‘a giá»›i hạn cho phĂ©p của bạn lĂ  {0}.", + "worldedit.limit.set": "Giá»›i hạn thay đổi block Ä‘ĂŁ Ä‘áş·t Ä‘áşżn {0}.", + "worldedit.limit.return-to-default": "(Sá»­ dụng //limit Ä‘á» quay lại ban đầu.)", + "worldedit.timeout.too-high": "Thời gian chờ tối Ä‘a cho phĂ©p của bạn lĂ  {0}ms.", + "worldedit.timeout.set": "Thời gian chờ Ä‘ĂŁ Ä‘áş·t Ä‘áşżn {0}ms.", + "worldedit.timeout.return-to-default": " (Sá»­ dụng //timeout Ä‘á» quay lại ban đầu.)", + "worldedit.fast.disabled": "ÄĂŁ báş­t cháşż Ä‘á»™ nhanh.", + "worldedit.fast.enabled": "ÄĂŁ báş­t cháşż Ä‘á»™ nhanh. Ănh sáng ở chunk bị ảnh hưởng cĂł thá» bị sai vĂ /hoáş·c bạn cần phải Ä‘Äng nháş­p lại Ä‘á» xem sá»± thay đổi.", + "worldedit.fast.disabled.already": "Cháşż Ä‘á»™ nhanh Ä‘ĂŁ bị tắt rồi.", + "worldedit.fast.enabled.already": "Cháşż Ä‘á»™ nhanh Ä‘ĂŁ báş­t rồi.", + "worldedit.perf.sideeffect.set": "Tác dụng phụ \"{0}\" Ä‘ĂŁ Ä‘áş·t Ä‘áşżn {1}", + "worldedit.perf.sideeffect.get": "Tác dụng phụ \"{0}\" Ä‘ĂŁ được Ä‘áş·t Ä‘áşżn {1}", + "worldedit.perf.sideeffect.already-set": "Tác dụng phụ \"{0}\" Ä‘ĂŁ Ä‘áş·t Ä‘áşżn {1} rồi", + "worldedit.perf.sideeffect.set-all": "Tất cả tác dụng phụ Ä‘ĂŁ Ä‘áş·t tá»›i {0}", + "worldedit.reorder.current": "Cháşż Ä‘á»™ sắp xáşżp lại lĂ  {0}", + "worldedit.reorder.set": "Cháşż Ä‘á»™ sắp xáşżp bây giờ lĂ  {0}", + "worldedit.gmask.disabled": "Mask tổng quát Ä‘ĂŁ tắt.", + "worldedit.gmask.set": "Mask tổng quát Ä‘ĂŁ Ä‘áş·t.", + "worldedit.toggleplace.pos1": "Äang Ä‘áş·t tại vị trĂ­ số 1.", + "worldedit.toggleplace.player": "Äang Ä‘áş·t tại block mĂ  bạn đứng.", + "worldedit.toggleplace.not-locatable": "KhĂ´ng thá» chuyá»n đổi cách Ä‘áş·t trong ngữ cảnh nĂ y.", + "worldedit.searchitem.searching": "(Vui lòng chờ... Ä‘ang tìm váş­t pháş©m.)", + "worldedit.world.remove": "ÄĂŁ xĂła ghi đè tháşż giá»›i.", + "worldedit.world.set": "ÄĂŁ Ä‘áş·t ghi đè tháşż giá»›i Ä‘áşżn {0}. (Sá»­ dụng //world Ä‘á» quay lại ban đầu)", + "worldedit.undo.undone": "ÄĂŁ hoĂ n tác {0} những sá»­a đổi hiện cĂł.", + "worldedit.wand.selwand.info": "Chuá»™t trái: Ä‘á» chọn vị trĂ­ số 1; Chuá»™t phải: Ä‘á» chọn vị trĂ­ số 2", + "worldedit.operation.deform.expression": "Ä‘ĂŁ bị biáşżn dạng bởi {0}" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/yi/strings.json b/config/worldedit/.archive-unpack/2e1dd752/yi/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/yi/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/yo/strings.json b/config/worldedit/.archive-unpack/2e1dd752/yo/strings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/yo/strings.json @@ -0,0 +1 @@ +{} diff --git a/config/worldedit/.archive-unpack/2e1dd752/zh-CN/strings.json b/config/worldedit/.archive-unpack/2e1dd752/zh-CN/strings.json new file mode 100644 index 0000000..a02b3c9 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/zh-CN/strings.json @@ -0,0 +1,415 @@ +{ + "worldedit.expand.description.vert": "将选区垂直扩展至世界é™ĺ¶ă€‚", + "worldedit.expand.expanded": "选区已扩展 {0} 个方块", + "worldedit.expand.expanded.vert": "选区已扩展 {0} 个方块 (ĺž‚ç›´ć–ąĺ‘)。", + "worldedit.biomeinfo.lineofsight": "视野指ĺ‘处的生ć€çľ¤çł»: {0}", + "worldedit.biomeinfo.position": "当前ĺťć ‡çš„生物群系: {0}", + "worldedit.biomeinfo.selection": "当前选区的生物群系: {0}", + "worldedit.brush.radius-too-large": "ĺ…许的最大笔ĺ·ĺŤŠĺľ„: {0}", + "worldedit.brush.apply.description": "将笔ĺ·ĺŹŠĺ‡˝ć•°ĺĄ—用至每个方块", + "worldedit.brush.apply.radius": "笔ĺ·ĺ¤§ĺ°Ź", + "worldedit.brush.apply.shape": "选区形状", + "worldedit.brush.apply.type": "欲使用笔ĺ·ç±»ĺž‹", + "worldedit.brush.apply.item.warning": "这个笔ĺ·äĽšć¨ˇć‹źç‰©ĺ“的使用方式。可č˝ć— ćł•ĺś¨ć‰€ćś‰ĺąłĺŹ°čµ·ć•ćžśďĽŚäąźĺŹŻč˝äĽšć— ćł•ć’¤é”€ďĽŚä¸”可č˝äĽšä¸Žĺ…¶ä»–模组ć–插件产生怪异互动。需自行承担使用风险。", + "worldedit.brush.paint.description": "ç»ĺ›ľç¬”ĺ·ďĽŚĺŻąčˇ¨éť˘ĺĄ—用函数", + "worldedit.brush.paint.size": "笔ĺ·ĺ¤§ĺ°Ź", + "worldedit.brush.paint.shape": "选区形状", + "worldedit.brush.paint.density": "笔ĺ·ĺŻ†ĺş¦", + "worldedit.brush.paint.type": "欲使用笔ĺ·ç±»ĺž‹", + "worldedit.brush.paint.item.warning": "这个笔ĺ·äĽšć¨ˇć‹źç‰©ĺ“的使用方式。可č˝ć— ćł•ĺś¨ć‰€ćś‰ĺąłĺŹ°čµ·ć•ćžśďĽŚäąźĺŹŻč˝äĽšć— ćł•ć’¤é”€ďĽŚä¸”可č˝äĽšä¸Žĺ…¶ä»–模组ć–插件产生怪异互动。需自行承担使用风险。", + "worldedit.brush.sphere.equip": "已装载ç型笔ĺ·ďĽ{0})。", + "worldedit.brush.cylinder.equip": "已装载柱型笔ĺ·ďĽ{0},被 {1})。", + "worldedit.brush.clipboard.equip": "已装备剪贴板笔ĺ·ĺ˝˘çŠ¶ă€‚", + "worldedit.brush.smooth.equip": "ĺ·˛čŁ…ĺ¤‡ĺąłć»‘ç¬”ĺ· ({0} x {1}倍 使用 {2})。", + "worldedit.brush.extinguish.equip": "已装备ç­ç«ĺ™¨ ({0})。", + "worldedit.brush.gravity.equip": "ĺ·˛čŁ…ĺ¤‡é‡ŤĺŠ›ç¬”ĺ· ({0})。", + "worldedit.brush.butcher.equip": "ĺ·˛čŁ…ĺ¤‡ĺ± ĺ¤«ç¬”ĺ· ({0})。", + "worldedit.brush.operation.equip": "将笔ĺ·č®ľć {0}。", + "worldedit.brush.heightmap.equip": "已装备é«ĺś°ç¬”ĺ· ({0})。", + "worldedit.brush.heightmap.unknown": "未知的é«ĺś°ç¬”ĺ·: {0}。", + "worldedit.brush.none.equip": "笔ĺ·ĺ·˛ä»Žć‚¨çš„当前物ĺ“解绑。", + "worldedit.setbiome.changed": "已改ĺŹéť˘ç§Żĺ¤§çş¦ {0} 格方块的生物群系。", + "worldedit.setbiome.warning": "你可č˝éś€č¦é‡Ťć–°ĺŠ ĺ…Ąć¸¸ćŹďĽć–者关闭再打开世界)才č˝çś‹ĺ°ć›´ć”ąă€‚", + "worldedit.drawsel.disabled": "ĺ·˛ĺśç”¨ćśŤĺŠˇĺ™¨ CUI。", + "worldedit.drawsel.enabled": "服务器CUI已经被ĺŻç”¨ďĽŚčż™ä»…可以支ćŚćś€ĺ¤§ä¸ş{0}x{1}x{2}的立方体区域", + "worldedit.drawsel.disabled.already": "ĺ·˛ĺśç”¨ćśŤĺŠˇĺ™¨ CUI。", + "worldedit.drawsel.enabled.already": "ĺ·˛ĺŻç”¨ćśŤĺŠˇĺ™¨ CUI。", + "worldedit.limit.too-high": "您最大的ĺ…许é™ĺ¶ä¸ş {0}。", + "worldedit.limit.set": "ć–ąĺť—ĺŹć›´é™ĺ¶ĺ·˛č®ľĺ®šć {0}。", + "worldedit.limit.return-to-default": "ďĽä˝żç”¨//limit以复原至预设值。)", + "worldedit.timeout.too-high": "您最大的ĺ…许超时为 {0} 毫秒。", + "worldedit.timeout.set": "超时时间设置为{0}毫秒。", + "worldedit.timeout.return-to-default": "ďĽä˝żç”¨ //timeout 以复原至预设值。)", + "worldedit.fast.disabled": "ĺ·˛ĺśç”¨ĺż«é€źć¨ˇĺĽŹă€‚", + "worldedit.fast.enabled": "ĺ·˛ĺŻç”¨ĺż«é€źć¨ˇĺĽŹă€‚受影响区块的光ćşĺŹŻč˝äĽšćś‰é”™čŻŻďĽć–者ćŻçś‹ä¸Ťĺ°ĺŹć›´ďĽ‰ďĽŚĺŹŻč˝éś€č¦é‡Ťć–°ĺŠ ĺ…Ąă€‚", + "worldedit.fast.disabled.already": "ĺ·˛ĺśç”¨ĺż«é€źć¨ˇĺĽŹă€‚", + "worldedit.fast.enabled.already": "ĺ·˛ĺŻç”¨ĺż«é€źć¨ˇĺĽŹă€‚", + "worldedit.perf.sideeffect.set": "副ć•ćžś \"{0}\" 设置为 {1} ", + "worldedit.perf.sideeffect.get": "已将副ć•ćžś \"{0}\" 设置为 {1} ", + "worldedit.perf.sideeffect.already-set": "副ć•ćžś \"{0}\" ĺ·˛ç»ŹćŻ {1} 了", + "worldedit.perf.sideeffect.set-all": "所有的副ć•ćžśĺ·˛č®ľç˝®ä¸ş {0}", + "worldedit.reorder.current": "重新排序模式为 {0}", + "worldedit.reorder.set": "目前的重新排序模式为 {0}", + "worldedit.gmask.disabled": "ĺ·˛ç¦ç”¨ĺ…¨ĺ±€č’™ç‰ă€‚", + "worldedit.gmask.set": "已设置全局蒙ç‰ă€‚", + "worldedit.toggleplace.pos1": "正在ĺťć ‡ #1 处摆放目标。", + "worldedit.toggleplace.player": "现在,请摆在您站着的方块。", + "worldedit.toggleplace.not-locatable": "无法在此环ĺ˘ä¸­ĺ‡ćŤ˘ć”ľç˝®ă€‚", + "worldedit.searchitem.too-short": "请输入长一点的ćśĺŻ»ĺ­—符串 (字符串长度 > 2)。", + "worldedit.searchitem.either-b-or-i": "你不可以ĺŚć—¶ä˝żç”¨â€śb”和“i”两个开关。", + "worldedit.searchitem.searching": "ďĽčŻ·ç­‰ĺľ……正在ćśç´˘ç‰©ĺ“。)", + "worldedit.watchdog.no-hook": "当前选择的平台不ĺ­ĺś¨watchdog hook。", + "worldedit.watchdog.active.already": "Watchdog hook已经激活了ďĽ", + "worldedit.watchdog.inactive.already": "Watchdog hook已经ĺśç”¨äş†ďĽ", + "worldedit.watchdog.active": "Watchdog hook已激活。", + "worldedit.watchdog.inactive": "Watchdog hookĺ·˛ĺśç”¨ă€‚", + "worldedit.world.remove": "已移除世界覆写。", + "worldedit.world.set": "将世界覆写设置为 {0}。 (使用指令//world即可返回é»č®¤ĺ€Ľ)", + "worldedit.undo.undone": "已撤销 {0} 项操作。", + "worldedit.undo.none": "已抵达最早的操作记录。", + "worldedit.redo.redone": "已重新进行 {0} 项被撤销的操作。", + "worldedit.redo.none": "已抵达最晚的操作记录。", + "worldedit.clearhistory.cleared": "已清除历史记录。", + "worldedit.raytrace.noblock": "视野中不ĺ­ĺś¨ć–ąĺť—ďĽ", + "worldedit.restore.not-configured": "未设定快照 / 备份复原。", + "worldedit.restore.not-available": "该快照不ĺ­ĺś¨ć–无法使用。", + "worldedit.restore.failed": "无法载入快照:{0}", + "worldedit.restore.loaded": "已载入「{0}」快照;正在复原…", + "worldedit.restore.restored": "已复原;共有 {0} 个é—失区块,及 {1} 个其他错误。", + "worldedit.restore.none-for-specific-world": "世界“{0}”未找ĺ°ĺż«ç…§ă€‚", + "worldedit.restore.none-for-world": "此世界尚无快照。", + "worldedit.restore.none-found": "未找ĺ°ä»»ä˝•ĺż«ç…§ă€‚", + "worldedit.restore.none-found-console": "未找ĺ°ä»»ä˝•ĺż«ç…§ă€‚请检视ç»ç«Żćśşä»ĄĺŹ–得更多信ćŻă€‚", + "worldedit.restore.chunk-not-present": "区块不ĺ­ĺś¨ĺż«ç…§ä¸­ă€‚", + "worldedit.restore.chunk-load-failed": "没有可载入的区块。ďĽĺ­ćˇŁćŤźĺťŹďĽźďĽ‰", + "worldedit.restore.block-place-failed": "复原失败ďĽĺś¨ć“Ťä˝ść—¶é­é‡é”™čŻŻă€‚", + "worldedit.restore.block-place-error": "上个错误:{0}", + "worldedit.snapshot.use.newest": "现正使用最新快照。", + "worldedit.snapshot.use": "快照已设置为:{0}", + "worldedit.snapshot.none-before": "在 {0} 之前找不ĺ°ĺż«ç…§ă€‚", + "worldedit.snapshot.none-after": "在 {0} äą‹ĺŽć‰ľä¸Ťĺ°ĺż«ç…§ă€‚", + "worldedit.snapshot.index-above-0": "ć— ć•ç´˘ĺĽ•ďĽŚĺż…须大于等于1。", + "worldedit.snapshot.index-oob": "ć— ć•çš„索引,必须介于1ĺ’Ś{0}之间。", + "worldedit.schematic.unknown-format": "未知的schematic格式:{0}。", + "worldedit.schematic.load.does-not-exist": "Schematic {0} 不ĺ­ĺś¨ďĽ", + "worldedit.schematic.load.loading": "ďĽčŻ·ç­‰ĺľ…... 正在加载 schematic。)", + "worldedit.schematic.load.still-loading": "ďĽčŻ·ç­‰ĺľ……仍在加载schematic。)", + "worldedit.schematic.save.already-exists": "ć­¤schematicĺ·˛ĺ­ĺś¨ă€‚使用-f以覆盖。", + "worldedit.schematic.save.failed-directory": "ć— ćł•ĺ›ĺ»ş schematics 文件夹!", + "worldedit.schematic.save.saving": "(请等待... ć­Łĺś¨äżťĺ­ schematic.)", + "worldedit.schematic.save.still-saving": "ďĽčŻ·ç­‰ĺľ……仍在保ĺ­schematic。)", + "worldedit.schematic.delete.does-not-exist": "Schematic {0} 不ĺ­ĺś¨ďĽ", + "worldedit.schematic.delete.failed": "ć— ćł•ĺ é™¤ {0}ďĽĺŹŞčŻ»çš„ĺ—?", + "worldedit.schematic.delete.deleted": "{0} 已经被ĺ é™¤ă€‚", + "worldedit.schematic.formats.title": "可用的剪贴板格式 (ĺŤç§°: 查找ĺŤç§°)", + "worldedit.schematic.unsupported-minecraft-version": "WorldEditç‰ćś¬ä¸Ťć”ŻćŚć‚¨çš„Minecraftç‰ćś¬ă€‚只有解决此问é˘ďĽŚschematic才č˝ć­Łĺ¸¸čżä˝śă€‚", + "worldedit.pos.already-set": "位置已设置。", + "worldedit.pos.console-require-coords": "你必须在控ĺ¶ĺŹ°ćŹäľ›ĺťć ‡ă€‚", + "worldedit.hpos.no-block": "视野方ĺ‘不ĺ­ĺś¨ć–ąĺť—ďĽ", + "worldedit.hpos.already-set": "位置已设置。", + "worldedit.chunk.selected-multiple": "已选择区块: ({0}, {1}, {2}) - ({3}, {4}, {5})", + "worldedit.chunk.selected": "已选择区块: {0}, {1}, {2}", + "worldedit.wand.invalid": "法杖物ĺ“配置错误ć–已被ç¦ç”¨ă€‚", + "worldedit.wand.selwand.info": "左击:选择第一个位置;右击:选择第二个位置", + "worldedit.wand.navwand.info": "左键点击:跳ĺ°ä˝Ťç˝®ďĽ›ĺŹłé”®ç‚ąĺ‡»ďĽšç©żčż‡ĺ˘™", + "worldedit.wand.selwand.now.tool": "选择法杖现在ćŻć­Łĺ¸¸ĺ·Ąĺ…·ă€‚你可以通过 {0} 来ç¦ç”¨ĺ®ďĽŚĺą¶ä˝żç”¨ {1} 来重新绑定ĺ°ä»»ä˝•ç‰©ĺ“,ć–者通过 {2} 来获取一个新的法杖。", + "worldedit.contract.contracted": "选区已收缩 {0} 个方块。", + "worldedit.shift.shifted": "选区已移动。", + "worldedit.outset.outset": "选区已ĺ‘外扩展。", + "worldedit.inset.inset": "选区已ĺ‘内收缩。", + "worldedit.size.offset": "ĺŹç§»ďĽš{0}", + "worldedit.size.type": "类型:{0}", + "worldedit.size.size": "大小:{0}", + "worldedit.size.distance": "长方体距离:{0}", + "worldedit.size.blocks": "方块数量:{0}", + "worldedit.count.counted": "已计数:{0}", + "worldedit.distr.no-blocks": "没有统计ĺ°ä»»ä˝•ć–ąĺť—。", + "worldedit.distr.no-previous": "无既有ĺ†é…Ťă€‚", + "worldedit.distr.total": "总方块数:{0}", + "worldedit.select.cleared": "选区已清除。", + "worldedit.select.cuboid.message": "长方体:左击选择点1,右击选择点2。", + "worldedit.select.cuboid.description": "选择长方体的两个角", + "worldedit.select.extend.message": "长方体:左键选择开始顶点,右键以扩展", + "worldedit.select.extend.description": "长方体快速选取模式", + "worldedit.select.poly.message": "平面多边形选择器:左/右键新增顶点。", + "worldedit.select.poly.limit-message": "最多 {0} 个点。", + "worldedit.select.poly.description": "选择一个平面多边形与é«ĺş¦", + "worldedit.select.ellipsoid.message": "椭圆ç体选择器:左键=中ĺżďĽŚĺŹłé”®ć‰©ĺ¤§čŚĺ›´", + "worldedit.select.ellipsoid.description": "选择一个椭圆ç体", + "worldedit.select.sphere.message": "ç体选择器:左键=中ĺżďĽŚĺŹłé”®č®ľĺ®šĺŤŠĺľ„", + "worldedit.select.sphere.description": "选择一个ç体", + "worldedit.select.cyl.message": "圆柱体选择器:左键=中ĺżďĽŚĺŹłé”®ć‰©ĺ¤§čŚĺ›´", + "worldedit.select.cyl.description": "选择一个圆柱体", + "worldedit.select.convex.message": "凸多面体选择器:左键=第一个顶点,右键新增更多。", + "worldedit.select.convex.limit-message": "最多 {0} 个点。", + "worldedit.select.convex.description": "选择一个凸多面体", + "worldedit.select.default-set": "您的预设选区选择器现在为 {0}。", + "worldedit.chunkinfo.chunk": "区块: {0},{1}", + "worldedit.chunkinfo.old-filename": "旧格式: {0}", + "worldedit.chunkinfo.mcregion-filename": "McRegion: 区域/{0}", + "worldedit.listchunks.listfor": "ĺ—出 {0} 的区块", + "worldedit.drain.drained": "已抽空 {0} 格液体。", + "worldedit.fill.created": "已经填充 {0} 个方块。", + "worldedit.fillr.created": "已经填充 {0} 个方块。", + "worldedit.fixlava.fixed": "已经修复 {0} 个方块。", + "worldedit.fixwater.fixed": "已经修复 {0} 个方块。", + "worldedit.removeabove.removed": "已经移除 {0} 个方块。", + "worldedit.removebelow.removed": "已经移除 {0} 个方块。", + "worldedit.removenear.removed": "已移除 {0} 个方块。", + "worldedit.replacenear.replaced": "已替换 {0} 个方块", + "worldedit.snow.created": "已覆盖 {0} 个表面。", + "worldedit.thaw.removed": "已解除 {0} 个方块的冻结状ć€ă€‚", + "worldedit.green.changed": "已绿化 {0} 个方块。", + "worldedit.extinguish.removed": "ĺ·˛ç†„ç­ {0} 个ç«ç„°ă€‚", + "worldedit.butcher.killed": "已杀死 {1} 半径内的 {0} 个生物。", + "worldedit.butcher.explain-all": "使用 -1 以移除载入区块中的所有生物", + "worldedit.remove.removed": "已标记 {0} 个待移除的实体。", + "worldedit.remove.explain-all": "使用 -1 以移除载入区块中的所有物件", + "worldedit.calc.invalid": "无法解ćžă€Ś{0}」ć有ć•çš„表示式。", + "worldedit.calc.invalid.with-error": "“{0}”不č˝č˘«č§Łćžä¸şćś‰ć•çš„表达式:“{1}”", + "worldedit.paste.pasted": "ć功将剪贴簿的内容ç˛č´´č‡łĺťć ‡{0}", + "worldedit.paste.selected": "已选择剪贴板的ç˛č´´é€‰ĺŚşă€‚", + "worldedit.rotate.no-interpolation": "注意:插值尚未被支ćŚďĽŚĺ› ć­¤ćŽ¨čŤçš„č§’ĺş¦ćŻ 90 的倍数。", + "worldedit.rotate.rotated": "已旋转剪贴板副本。", + "worldedit.flip.flipped": "已翻转剪贴板副本。", + "worldedit.clearclipboard.cleared": "已清除剪贴板当前内容。", + "worldedit.set.done": "操作ć功。", + "worldedit.set.done.verbose": "操作ć功 ({0})。", + "worldedit.line.changed": "已更改 {0} 个方块。", + "worldedit.line.invalid-type": "//line 只适用于长方体ć–凸多边形的选区", + "worldedit.curve.changed": "已更改 {0} 个方块。", + "worldedit.curve.invalid-type": "//curve 仅适用于凸多边形选区", + "worldedit.replace.replaced": "已替换 {0} 个方块。", + "worldedit.stack.changed": "已修改 {0} 个方块。使用命令 //undo 即可撤销操作", + "worldedit.stack.intersecting-region": "使用方块单位时,堆叠ĺŹç§»ä¸Ťč˝ĺ¤źä¸Žé€‰ĺŚşé‡Ťĺ。", + "worldedit.regen.regenerated": "选区内容已重新生ć。", + "worldedit.regen.failed": "无法重新生ć区块。请检查控ĺ¶ĺŹ°čŽ·ĺŹ–详细信ćŻă€‚", + "worldedit.walls.changed": "已更改 {0} 个方块。", + "worldedit.faces.changed": "已更改 {0} 个方块。", + "worldedit.overlay.overlaid": "已覆盖 {0} 个方块。", + "worldedit.naturalize.naturalized": "已使得 {0} 个方块看上去更加自然。", + "worldedit.center.changed": "中ĺżĺ·˛č®ľĺ®šă€‚(已经修改 {0} 个方块)", + "worldedit.smooth.changed": "地形的é«ä˝Žĺ·®ĺ·˛ĺąłć»‘化。已经修改 {0} 个方块。", + "worldedit.move.moved": "已移动 {0} 个方块。", + "worldedit.deform.deformed": "ĺ·˛ĺ˝˘ĺŹ {0} 个方块。", + "worldedit.hollow.changed": "已更改 {0} 个方块。", + "worldedit.forest.created": "已种植 {0} 棵树。", + "worldedit.flora.created": "已种植 {0} 株植物。", + "worldedit.unstuck.moved": "完ć了ďĽ", + "worldedit.ascend.obstructed": "你的上方不ĺ­ĺś¨ćś‰ć•ç©şé—´ă€‚", + "worldedit.ascend.moved": "上升了 {0} 层。", + "worldedit.descend.obstructed": "你的下方不ĺ­ĺś¨ćś‰ć•ç©şé—´ă€‚", + "worldedit.descend.moved": "下降了 {0} 层。", + "worldedit.ceil.obstructed": "你的上方不ĺ­ĺś¨ćś‰ć•ç©şé—´ă€‚", + "worldedit.ceil.moved": "ĺ‘ĽďĽ", + "worldedit.thru.obstructed": "未在你的前方发现有ć•ç©şé—´ă€‚", + "worldedit.thru.moved": "ĺ‘ĽďĽ", + "worldedit.jumpto.moved": "ĺ™—ďĽ", + "worldedit.jumpto.none": "看不ĺ°ä»»ä˝•ć–ąĺť—ďĽć–距离太远)ďĽ", + "worldedit.up.obstructed": "你的头会撞ĺ°ćźäş›ä¸śčĄżă€‚", + "worldedit.up.moved": "ĺ‘ĽďĽ", + "worldedit.cyl.invalid-radius": "您必须指定 1 ć– 2 个半径值。", + "worldedit.cyl.created": "已经建立 {0} 个方块。", + "worldedit.sphere.invalid-radius": "您必须指定 1 ć– 3 个半径值。", + "worldedit.sphere.created": "ĺ·˛ĺ›ĺ»ş {0} 个方块。", + "worldedit.forestgen.created": "已种植 {0} 棵树。", + "worldedit.pumpkins.created": "ĺ·˛ĺ›ĺ»ş {0} 个南瓜群。", + "worldedit.pyramid.created": "ĺ·˛ĺ›ĺ»ş {0} 个方块。", + "worldedit.generate.created": "ĺ·˛ĺ›ĺ»ş {0} 个方块。", + "worldedit.generatebiome.changed": "影响了 {0} 个生物群系。", + "worldedit.reload.config": "已重新载入设定ďĽ", + "worldedit.report.written": "WorldEdit 报告已写入 {0}", + "worldedit.report.error": "无法写入报告:{0}", + "worldedit.report.callback": "WorldEdit 报告:{0}.report", + "worldedit.timezone.invalid": "时区错误", + "worldedit.timezone.set": "已将此é¶ć®µçš„时区设ć:{0}", + "worldedit.timezone.current": "目前该时区的时间ćŻďĽš{0}", + "worldedit.version.version": "WorldEdit ç‰ćś¬ĺŹ· {0}", + "worldedit.version.bukkit.unsupported-adapter": "当前WorldEditç‰ćś¬ä¸Ťč˝ĺ®Śĺ…¨ć”ŻćŚć‚¨çš„Bukkitç‰ćś¬ă€‚实体方块(例如箱ĺ­)中将不会有物ĺ“,方块属性(例如朝ĺ‘)将会é—失,以及ĺľĺ¤šĺ…¶ä»–特性可č˝ĺť‡ĺ·˛ç»Źĺ¤±ć•ă€‚请更新WorldEdit以ć˘ĺ¤Ťčż™äş›ĺŠźč˝ďĽš\n{0}", + "worldedit.trace.no-tracing-extents": "追踪: 未使用任何čŚĺ›´ă€‚", + "worldedit.trace.action-failed": "追踪: 尝试于 {1} 执行的操作 {0} 已被čŚĺ›´ {2} 所无ć•ĺŚ–", + "worldedit.trace.active.already": "追踪模式已在čżä˝śä¸­ďĽ", + "worldedit.trace.inactive.already": "无法再次ĺśç”¨čż˝č¸Şć¨ˇĺĽŹă€‚", + "worldedit.trace.active": "ĺ·˛ĺŻç”¨čż˝č¸Şć¨ˇĺĽŹă€‚", + "worldedit.trace.inactive": "ĺ·˛ĺśç”¨čż˝č¸Şć¨ˇĺĽŹă€‚", + "worldedit.command.time-elapsed": "已经过 {0} 秒 (历史记录:已ĺŹć›´ {1} 个;每秒 {2} 个方块)。", + "worldedit.command.permissions": "ä˝ ć— ćťé™čż™ć ·ĺšă€‚ä˝ ćŻĺ¦ĺ¤„于正确模式?", + "worldedit.command.player-only": "此指令必须由玩家使用。", + "worldedit.command.error.report": "请回报此错误:[看控ĺ¶ĺŹ°çš„输出]", + "worldedit.pastebin.uploading": "(请稍候... 正在将输出传é€č‡ł pastebin...)", + "worldedit.session.cant-find-session": "ć— ćł•ć‰ľĺ° {0} 的工作é¶ć®µ", + "worldedit.platform.no-file-dialog": "您的环ĺ˘ä¸Ťć”ŻćŚć–‡ä»¶ĺŻąčŻťćˇ†ă€‚", + "worldedit.asset.load.loading": "ďĽčŻ·ç­‰ĺľ………正在加载资ćşă€‚)", + "worldedit.asset.load.still-loading": "ďĽčŻ·ç­‰ĺľ………仍在加载资ćşă€‚)", + "worldedit.asset.load.failed": "加载资ćşĺ¤±č´Ą", + "worldedit.tool.max-block-changes": "已抵达方块更改上é™ă€‚", + "worldedit.tool.no-block": "视野中不ĺ­ĺś¨ć–ąĺť—ďĽ", + "worldedit.tool.repl.equip": "方块替换工具已绑定为 {0}。", + "worldedit.tool.repl.switched": "替换工具已ĺ‡ćŤ˘č‡łďĽš{0}", + "worldedit.tool.data-cycler.equip": "ć–ąĺť—ć•°ćŤ®ĺľŞçŽŻĺ·Ąĺ…·ĺ·˛ç»‘ĺ®šĺ° {0}。", + "worldedit.tool.data-cycler.block-not-permitted": "你不ĺ…许循环这个方块的数据值。", + "worldedit.tool.data-cycler.cant-cycle": "此方块数据无法循环。", + "worldedit.tool.data-cycler.new-value": "{0} 的值现为 {1}。", + "worldedit.tool.data-cycler.cycling": "现正循环 {0}。", + "worldedit.tool.deltree.equip": "漂浮树移除工具已绑定至 {0} 。", + "worldedit.tool.deltree.not-tree": "这并不ćŻć ‘。", + "worldedit.tool.deltree.not-floating": "这不ćŻä¸€ćŁµćµ®ç©şć ‘。", + "worldedit.tool.tree.equip": "树木工具已绑定至 {0}。", + "worldedit.tool.tree.obstructed": "那里不č˝ç§Ťć ‘。", + "worldedit.tool.info.equip": "信ćŻĺ·Ąĺ…·ĺ·˛ç»‘定至 {0}。", + "worldedit.tool.info.blockstate.hover": "方块状ć€", + "worldedit.tool.info.internalid.hover": "ĺ†…é¨ ID", + "worldedit.tool.info.legacy.hover": "旧的 id:data", + "worldedit.tool.info.light.hover": "ć–ąĺť—ĺ…‰/上方光", + "worldedit.tool.none.equip": "工具已从您的当前物ĺ“解绑。", + "worldedit.tool.none.to.unequip": "您当前的物ĺ“没有绑定。", + "worldedit.tool.selwand.equip": "选取魔法棒工具已系结至 {0}。", + "worldedit.tool.navwand.equip": "导čŞćł•ćť–已绑定至 {0}。", + "worldedit.tool.floodfill.equip": "方块颜料桶工具绑定至 {0}。", + "worldedit.tool.farwand.equip": "超远距离法杖绑定至 {0}。", + "worldedit.tool.lrbuild.equip": "远距离建筑工具绑定至 {0}。", + "worldedit.tool.lrbuild.set": "左键设置为 {0};右键设置为 {1}。", + "worldedit.tool.stack.equip": "堆叠工具已绑定至 {0}。", + "worldedit.tool.unbind-instruction": "手ćŚç‰©ĺ“čżčˇŚ {0} 以将其解绑。", + "worldedit.tool.superpickaxe.mode.single": "当前的模式为单独模式。使用é•ĺ·¦é”®ĺŤ•ĺ‡»ă€‚//以ç¦ç”¨ă€‚", + "worldedit.tool.superpickaxe.mode.area": "当前的模式为区域模式。使用é•ĺ·¦é”®ĺŤ•ĺ‡»ă€‚//以ç¦ç”¨ă€‚", + "worldedit.tool.superpickaxe.mode.recursive": "当前的模式为递归模式。使用é•ĺ·¦é”®ĺŤ•ĺ‡»ă€‚//以ç¦ç”¨ă€‚", + "worldedit.tool.superpickaxe.max-range": "最大čŚĺ›´ćŻ {0}。", + "worldedit.tool.superpickaxe.enabled.already": "你已经ĺŻç”¨č¶…级é•äş†ďĽ", + "worldedit.tool.superpickaxe.disabled.already": "你已经ç¦ç”¨č¶…级é•äş†ďĽ", + "worldedit.tool.superpickaxe.enabled": "ĺ·˛ĺŻç”¨č¶…级é•ă€‚", + "worldedit.tool.superpickaxe.disabled": "ĺ·˛ĺśç”¨č¶…级斧头。", + "worldedit.tool.mask.set": "已设定笔ĺ·č’™ç‰ă€‚", + "worldedit.tool.mask.disabled": "ĺ·˛ç¦ç”¨ç¬”ĺ·č’™ç‰ă€‚", + "worldedit.tool.material.set": "已设定笔ĺ·ćťć–™ă€‚", + "worldedit.tool.range.set": "已设定笔ĺ·čŚĺ›´ă€‚", + "worldedit.tool.size.set": "已设定笔ĺ·ĺ¤§ĺ°Źă€‚", + "worldedit.tool.tracemask.set": "已设定追踪蒙ç‰ă€‚", + "worldedit.tool.tracemask.disabled": "已取ć¶čż˝č¸Şč’™ç‰ă€‚", + "worldedit.tool.error.cannot-bind": "ć— ćł•ç»‘ĺ®šĺ·Ąĺ…·ĺ° {0}: {1}", + "worldedit.tool.error.item-only": "无法使用方块。", + "worldedit.execute.script-permissions": "您没有ćťé™ä˝żç”¨é‚Łä¸Şč„šćś¬ă€‚", + "worldedit.executelast.no-script": "请ĺ…使用/cs和脚本ĺŤç§°ă€‚", + "worldedit.script.read-error": "脚本读取错误: {0}", + "worldedit.script.unsupported": "当前仅支ćŚĺŽçĽ€ĺŤä¸ş.js的脚本文件", + "worldedit.script.file-not-found": "脚本不ĺ­ĺś¨ďĽš{0}", + "worldedit.script.no-script-engine": "无法找ĺ°ĺ·˛ĺ®‰čŁ…的脚本引擎。\nčŻ·ĺŹ‚č€ https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "执行失败:{0}", + "worldedit.script.failed-console": "无法执行ďĽĺŹ‚č§ćŽ§ĺ¶ĺŹ°ďĽ‰ďĽš{0}", + "worldedit.operation.affected.biome": "已影响 {0} 个生物群系", + "worldedit.operation.affected.block": "影响了 {0} 个方块", + "worldedit.operation.affected.column": "影响了 {0} é“垂直区域", + "worldedit.operation.affected.entity": "影响了 {0} 个实体", + "worldedit.operation.deform.expression": "已使用 {0} ĺŹĺ˝˘", + "worldedit.error.invalid-number": "需č¦ć•°ĺ­—,但得ĺ°äş†ĺ­—符串。", + "worldedit.error.invalid-number.matches": "需č¦ć•°ĺ­—,但得ĺ°äş†ĺ­—符串“{0}”。", + "worldedit.error.incomplete-region": "请ĺ…建立一个选区。", + "worldedit.error.unknown-block": "无法识ĺ«ć–ąĺť—ĺŤç§°â€ś{0}”。", + "worldedit.error.unknown-entity": "无法识ĺ«ĺ®žä˝“ĺŤç§°â€ś{0}”。", + "worldedit.error.unknown-mob": "无法识ĺ«ç”źç‰©ĺŤç§°â€ś{0}”。", + "worldedit.error.unknown-biome": "无法识ĺ«ç”źç‰©çľ¤çł»ĺŤç§°â€ś{0}”。", + "worldedit.error.unknown-tag": "无法识ĺ«ć ‡ç­ľĺŤç§°â€ś{0}”。", + "worldedit.error.empty-tag": "标签ĺŤâ€ś{0}”无内容。", + "worldedit.error.no-match": "不ĺ­ĺś¨ä¸Ž '{0}' 的匹配项。", + "worldedit.error.disallowed-block": "不ĺ…许方块“{0}”ďĽĺŹ‚č§WorldEdit配置)。", + "worldedit.error.max-changes": "已抵达ĺŹć›´ć–ąĺť—的最é«ä¸Šé™ ({0})。", + "worldedit.error.max-brush-radius": "最大笔ĺ·ĺŤŠĺľ„ (配置文件): {0}", + "worldedit.error.max-radius": "最大半径 (配置文件): {0}", + "worldedit.error.unknown-direction": "未知的方ĺ‘:{0}", + "worldedit.error.empty-clipboard": "您的剪贴板ćŻç©şçš„。请ĺ…使用 //copy。", + "worldedit.error.invalid-filename": "文件ĺŤâ€ś{0}”无ć•ďĽš{1}", + "worldedit.error.invalid-filename.invalid-characters": "ć— ć•ĺ­—符ć–缺少扩展ĺŤ", + "worldedit.error.file-resolution": "文件 '{0}' 解ćžé”™čŻŻ: {1}", + "worldedit.error.file-resolution.outside-root": "该路径在ĺ…许的根目录之外", + "worldedit.error.file-resolution.resolve-failed": "解ćžč·Żĺľ„失败", + "worldedit.error.file-aborted": "文件选择已中止。", + "worldedit.error.no-file-selected": "未选择文件。", + "worldedit.error.world-unloaded": "世界已经ĺść­˘ĺŠ č˝˝čż‡äş†ďĽ", + "worldedit.error.not-a-block": "该物ĺ“不ćŻć–ąĺť—。", + "worldedit.error.not-a-block.item": "物ĺ““{0}”不ćŻć–ąĺť—。", + "worldedit.error.incorrect-usage": "用法:{0}", + "worldedit.error.invalid-page": "ć— ć•çš„页ç ", + "worldedit.error.parser.bad-state-format": "{0} 的状ć€ć ĽĺĽŹé”™čŻŻ", + "worldedit.error.parser.duplicate-property": "重复的属性:{0}", + "worldedit.error.parser.empty-state": "状ć€ĺ­ĺś¨ç©şç™˝ç»„ćé¨ĺ†", + "worldedit.error.parser.missing-equals-separator": "缺少ĺ†éš”符 '='", + "worldedit.error.parser.clipboard.missing-offset": "使用@指定了ĺŹç§»ä˝†ćŻć˛ˇćś‰ç»™äşĺŹç§»é‡Źă€‚使用“#copy@[x,y,z]”。", + "worldedit.error.parser.unknown-property": "方块“{1}”的属性“{0}”未知", + "worldedit.error.parser.unknown-value": "属性“{1}”的值“{0}”未知。", + "worldedit.error.parser.empty-property": "状ć€ĺ­ĺś¨ç©şç™˝ĺ±žć€§", + "worldedit.error.parser.empty-value": "状ć€ĺ­ĺś¨ç©şç™˝ć•°ĺ€Ľ", + "worldedit.error.parser.invalid-colon": "ć— ć•çš„冒号。", + "worldedit.error.parser.invalid-expression": "ć— ć•çš„表达式:{0}", + "worldedit.error.parser.negate-nothing": "不č˝ä¸Ťĺ¦ĺ®šä»»ä˝•ä¸śčĄżďĽ", + "worldedit.error.parser.hanging-lbracket": "格式无ć•ă€‚在 '{0}' 处出现了未匹配的括号。", + "worldedit.error.parser.missing-rbracket": "状ć€çĽşĺ°‘了结尾é¨ĺ†çš„ ']' 括号", + "worldedit.error.parser.missing-random-type": "在 '{0}' çš„%符号ĺŽć–ąçĽşĺ°‘了类型", + "worldedit.error.parser.clipboard.missing-coordinates": "剪贴板ĺŹç§»éś€č¦x,y,zĺťć ‡ă€‚", + "worldedit.error.parser.player-only": "čľ“ĺ…Ą '{0}' 需č¦çŽ©ĺ®¶!", + "worldedit.error.disabled": "此功č˝ĺ·˛ç¦ç”¨(č§WorldEdition é…Ťç˝®)。", + "worldedit.error.unknown": "发生未知错误:{0}", + "worldedit.error.missing-extent": "不ĺ­ĺś¨ĺ·˛çźĄçš„čŚĺ›´", + "worldedit.error.missing-session": "不ĺ­ĺś¨ĺ·˛çźĄçš„本地会话", + "worldedit.error.missing-world": "你需č¦ćŹäľ›ä¸€ä¸Şä¸–ç•Ś (请尝试指令//world)", + "worldedit.error.missing-actor": "不ĺ­ĺś¨ĺ·˛çźĄçš„Actor", + "worldedit.selection.convex.info.vertices": "顶点: {0}", + "worldedit.selection.convex.info.triangles": "三角: {0}", + "worldedit.selection.convex.explain.primary": "已于顶点 {0} 处开始新选区。", + "worldedit.selection.convex.explain.secondary": "已将顶点 {0} 加入选取。", + "worldedit.selection.cuboid.info.pos1": "第一点:{0}", + "worldedit.selection.cuboid.info.pos2": "第二点:{0}", + "worldedit.selection.cuboid.explain.primary": "第一选取点已设置为 {0}。", + "worldedit.selection.cuboid.explain.primary-area": "第一选取点已设置为 {0} ({1})。", + "worldedit.selection.cuboid.explain.secondary": "第二选取点已设置为 {0}。", + "worldedit.selection.cuboid.explain.secondary-area": "第二选取点已设置为 {0} ({1})。", + "worldedit.selection.extend.explain.primary": "ç”± {0} 开始选取 ({1})。", + "worldedit.selection.extend.explain.secondary": "已扩展选区以ĺ«ć‹¬ {0} ({1})。", + "worldedit.selection.ellipsoid.info.center": "中ĺżďĽš{0}", + "worldedit.selection.ellipsoid.info.radius": "X/Y/Z 半径:{0}", + "worldedit.selection.ellipsoid.explain.primary": "中ĺżç‚ąĺ·˛č®ľç˝®ä¸ş {0}。", + "worldedit.selection.ellipsoid.explain.primary-area": "中ĺżç‚ąĺ·˛č®ľç˝®ä¸ş {0} ({1})。", + "worldedit.selection.ellipsoid.explain.secondary": "半径已设为 {0}。", + "worldedit.selection.ellipsoid.explain.secondary-area": "半径已设为 {0} ({1})。", + "worldedit.selection.ellipsoid.error.even-horizontal": "椭圆体的ĺŹĺŚ–必须在所有维度上保ćŚćŻ”äľ‹", + "worldedit.selection.cylinder.info.center": "中ĺżďĽš{0}", + "worldedit.selection.cylinder.info.radius": "半径:{0}", + "worldedit.selection.cylinder.explain.primary": "于ĺťć ‡ {0} 处开始新的圆柱型选区。", + "worldedit.selection.cylinder.explain.secondary": "半径已设置为 {0}/{1} 格。 ({2})", + "worldedit.selection.cylinder.explain.secondary-missing": "您必须在设定半径前设置选区中ĺżç‚ą", + "worldedit.selection.cylinder.error.even-horizontal": "圆柱体的ĺŹĺŚ–必须在每个水平ĺťć ‡(y)äżťćŚä¸€č‡´", + "worldedit.selection.polygon2d.info": "顶点数量: {0}", + "worldedit.selection.polygon2d.explain.primary": "在{0} 开始一个新的多边形。", + "worldedit.selection.polygon2d.explain.secondary": "在 {1} 增加点 #{0}。", + "worldedit.selection.polygon2d.error.expand-only-vertical": "多边形只č˝ĺž‚直扩展。", + "worldedit.selection.polygon2d.error.contract-only-vertical": "多边形只č˝ĺž‚直收缩。", + "worldedit.selection.sphere.explain.secondary": "半径已设为 {0}。", + "worldedit.selection.sphere.explain.secondary-defined": "半径已设为 {0} ({1})。", + "worldedit.selection.null.error.immutable": "无法更改无ć•é€‰ĺŚşă€‚", + "worldedit.selection.intersection.error.cannot-expand": "无法扩展区域交叉点。", + "worldedit.selection.intersection.error.cannot-contract": "无法收缩区域交叉点。", + "worldedit.selection.transform.error.cannot-expand": "无法展开ĺŹćŤ˘çš„区域。", + "worldedit.selection.transform.error.cannot-contract": "无法收缩ĺŹćŤ˘çš„区域。", + "worldedit.selection.transform.error.cannot-change": "无法更改ĺŹćŤ˘çš„区域。", + "worldedit.sideeffect.lighting": "光照", + "worldedit.sideeffect.lighting.description": "正在更新方块光照", + "worldedit.sideeffect.neighbors": "附近", + "worldedit.sideeffect.neighbors.description": "告知附近的已ĺŹć›´ć–ąĺť—", + "worldedit.sideeffect.update": "ć›´ć–°", + "worldedit.sideeffect.update.description": "告知已ĺŹć›´çš„ć–ąĺť—", + "worldedit.sideeffect.validation": "验čŻ", + "worldedit.sideeffect.validation.description": "验čŻĺą¶äż®ĺ¤Ťéťžčżžç»­çš„ä¸–ç•ŚçŠ¶ć€ (例如断断续续的方块)", + "worldedit.sideeffect.entity_ai": "实体 AI", + "worldedit.sideeffect.entity_ai.description": "为方块更改ĺŚć­Ąć›´ć–°ĺ®žä˝“AIč·Żĺľ„", + "worldedit.sideeffect.events": "模组/插件事件", + "worldedit.sideeffect.events.description": "若可č˝çš„话, 请将此更改告知其他的模组/插件", + "worldedit.sideeffect.state.on": "开ĺŻ", + "worldedit.sideeffect.state.delayed": "é­é‡äş†ĺ»¶čżź", + "worldedit.sideeffect.state.off": "ĺ…łé—­", + "worldedit.sideeffect.box.current": "当前", + "worldedit.sideeffect.box.change-to": "单击以设置为 {0}", + "worldedit.help.command-not-found": "找不ĺ°ĺ‘˝ä»¤ “{0}”。", + "worldedit.help.no-subcommands": "'{0}'没有ĺ­ĺ‘˝ä»¤ă€‚(也许'{1}'代表一个参数?)", + "worldedit.help.subcommand-not-found": "'{1}'下所属的ĺ­ĺ‘˝ä»¤'{0}'无法被找ĺ°", + "worldedit.cli.stopping": "正在ĺść­˘ďĽ", + "worldedit.cli.unknown-command": "未知的指令ďĽ" +} diff --git a/config/worldedit/.archive-unpack/2e1dd752/zh-TW/strings.json b/config/worldedit/.archive-unpack/2e1dd752/zh-TW/strings.json new file mode 100644 index 0000000..889b002 --- /dev/null +++ b/config/worldedit/.archive-unpack/2e1dd752/zh-TW/strings.json @@ -0,0 +1,371 @@ +{ + "worldedit.expand.description.vert": "ĺ°‡é¸ĺŹ–區域垂直拉展至世界é™ĺ¶ă€‚", + "worldedit.expand.expanded": "區域已延伸 {0} 個方塊", + "worldedit.expand.expanded.vert": "區域已延伸 {0} 個方塊 ďĽç”±ä¸Šč€Śä¸‹ďĽ‰ 。", + "worldedit.biomeinfo.lineofsight": "視線ĺśç•™č™•çš„生態系 : {0}", + "worldedit.biomeinfo.position": "您目前位置的生態域: {0}", + "worldedit.biomeinfo.selection": "您é¸ĺŹ–區域的生態域: {0}", + "worldedit.brush.radius-too-large": "最大ĺ…許筆ĺ·ĺŤŠĺľ‘ : {0}", + "worldedit.brush.apply.description": "將筆ĺ·ĺŹŠĺ‡˝ć•¸ĺĄ—用至每個方塊", + "worldedit.brush.apply.radius": "ç­†ĺ·ĺ¤§ĺ°Ź", + "worldedit.brush.apply.shape": "區域外型", + "worldedit.brush.apply.type": "欲使用筆ĺ·éˇžĺž‹", + "worldedit.brush.apply.item.warning": "這個筆ĺ·ćść¨ˇć“¬ç‰©ä»¶çš„使用方式,可č˝ç„ˇćł•ĺś¨ć‰€ćś‰ĺąłĺŹ°čµ·ć•ćžśďĽŚäąźĺŹŻč˝ćśç„ˇćł•ĺľ©ĺŽźč®Šć›´ďĽŚä¸”可č˝ćśč‡ĺ…¶ĺ®ć¨ˇçµ„/插件產生怪異互動。使用所產生的問題怒不負責。", + "worldedit.brush.paint.description": "繪圖筆ĺ·ďĽŚĺ°Ťčˇ¨éť˘ĺĄ—用函數", + "worldedit.brush.paint.size": "ç­†ĺ·ĺ¤§ĺ°Ź", + "worldedit.brush.paint.shape": "區域外型", + "worldedit.brush.paint.density": "ç­†ĺ·ĺŻ†ĺş¦", + "worldedit.brush.paint.type": "欲使用筆ĺ·éˇžĺž‹", + "worldedit.brush.paint.item.warning": "這個筆ĺ·ćść¨ˇć“¬ç‰©ä»¶çš„使用方式,可č˝ç„ˇćł•ĺś¨ć‰€ćś‰ĺąłĺŹ°čµ·ć•ćžśďĽŚäąźĺŹŻč˝ćśç„ˇćł•ĺľ©ĺŽźč®Šć›´ďĽŚä¸”可č˝ćśč‡ĺ…¶ĺ®ć¨ˇçµ„/插件產生怪異互動。使用所產生的問題怒不負責。", + "worldedit.brush.sphere.equip": "已裝載çĺž‹ç­†ĺ· ďĽ{0}) 。", + "worldedit.brush.cylinder.equip": "ĺ·˛čŁťčĽ‰ćź±ĺž‹ç­†ĺ· ďĽ{0},被 {1}) 。", + "worldedit.brush.clipboard.equip": "已裝備剪貼簿筆ĺ·ć¨ŁĺĽŹă€‚", + "worldedit.brush.smooth.equip": "已裝備平滑筆ĺ·ć¨ŁĺĽŹ ďĽ{0} x {1} 倍,使用 {2}) 。", + "worldedit.brush.extinguish.equip": "已裝備滅ç«ĺ™¨ ďĽ{0}) 。", + "worldedit.brush.gravity.equip": "ĺ·˛čŁťĺ‚™é‡ŤĺŠ›ç­†ĺ· ďĽ{0}) 。", + "worldedit.brush.butcher.equip": "ĺ·˛čŁťĺ‚™ĺ± ĺ¤«ç­†ĺ· ďĽ{0}) 。", + "worldedit.brush.operation.equip": "已將筆ĺ·č¨­ć {0}。", + "worldedit.brush.heightmap.equip": "已裝備é«ĺş¦ĺś–ç­†ĺ· ďĽ{0}) 。", + "worldedit.brush.heightmap.unknown": "未知的é«ĺş¦ĺś–ç­†ĺ· ďĽš {0}。", + "worldedit.brush.none.equip": "已解除您手ćŚçš„物ĺ“č‡ç­†ĺ·äą‹é–“çš„ç¶ĺ®šă€‚", + "worldedit.setbiome.changed": "已經修改約 {0} 個方塊的生態域。", + "worldedit.setbiome.warning": "您可č˝éś€č¦é‡Ťć–°ĺŠ ĺ…ĄéŠć˛ ďĽć–關閉再開啟世界) 才č˝çś‹ĺ°äż®ć”ąă€‚", + "worldedit.drawsel.disabled": "ĺ·˛ĺśç”¨äĽşćśŤĺ™¨ CUI。", + "worldedit.drawsel.enabled": "已啟用伺服器 CUI。這功č˝ĺŹŞć”ŻćŹ´ćś€ĺ¤§ĺ¤§ĺ°Źç‚ş {0}x{1}x{2} 的長方體區域。", + "worldedit.drawsel.disabled.already": "已經ĺśç”¨äĽşćśŤĺ™¨ CUI。", + "worldedit.drawsel.enabled.already": "伺服器 CUI 已經啟用。", + "worldedit.limit.too-high": "您最大的ĺ…許é™ĺ¶ç‚ş {0}。", + "worldedit.limit.set": "方塊變更é™ĺ¶ĺ·˛č¨­ĺ®šć {0}。", + "worldedit.limit.return-to-default": "ďĽä˝żç”¨ //limit 以復原至é č¨­ĺ€Ľă€‚)", + "worldedit.timeout.too-high": "您最大的ĺ…許逾時為 {0} 毫秒。", + "worldedit.timeout.set": "逾時時間已設定ć {0} 毫秒。", + "worldedit.timeout.return-to-default": "ďĽä˝żç”¨ //timeout 以復原至é č¨­ĺ€Ľă€‚)", + "worldedit.fast.disabled": "ĺ·˛ĺśç”¨ĺż«é€źć¨ˇĺĽŹă€‚", + "worldedit.fast.enabled": "已啟用快速模式。受影響區塊的光ćşĺŹŻč˝ćśćś‰éŚŻčޤ ďĽć–者ćŻçś‹ä¸Ťĺ°č®Šć›´ďĽ‰ ,可č˝éś€č¦é‡Ťć–°ĺŠ ĺ…Ąă€‚", + "worldedit.fast.disabled.already": "ĺ·˛ĺśç”¨ĺż«é€źć¨ˇĺĽŹă€‚", + "worldedit.fast.enabled.already": "快速模式已經啟用。", + "worldedit.reorder.current": "重新排序模式為 {0}", + "worldedit.reorder.set": "目前的重新排序模式為 {0}", + "worldedit.gmask.disabled": "ĺ·˛ĺśç”¨ĺ…¨ĺźźé®ç˝©ă€‚", + "worldedit.gmask.set": "已設定全域é®ç˝©ă€‚", + "worldedit.toggleplace.pos1": "現在,請擺在第一點。", + "worldedit.toggleplace.player": "現在,請放在您站著的方塊。", + "worldedit.searchitem.too-short": "請輸入長一點的ćśĺ°‹ĺ­—串 ďĽĺ­—串長度 > 2) 。", + "worldedit.searchitem.either-b-or-i": "您不可以ĺŚć™‚使用「b」和「i」旗標。", + "worldedit.searchitem.searching": "ďĽč«‹ç¨Ťĺ€™â€¦â€¦ 正在ćśĺ°‹ç‰©ĺ“。)", + "worldedit.watchdog.no-hook": "此平台沒有 Watchdog 掛鉤。", + "worldedit.watchdog.active.already": "已啟用 Watchdog 掛鉤。", + "worldedit.watchdog.inactive.already": "已關閉 Watchdog 掛鉤。", + "worldedit.watchdog.active": "啟用了 Watchdog 掛鉤。", + "worldedit.watchdog.inactive": "關閉了 Watchdog 掛鉤。", + "worldedit.world.remove": "已移除世界複寫。", + "worldedit.world.set": "已將世界複寫設為 {0}。 ďĽä˝żç”¨ //world 來還原至é č¨­ĺ€ĽďĽ‰", + "worldedit.undo.undone": "已復原 {0} 個可復原編輯。", + "worldedit.undo.none": "沒有東西需č¦ĺľ©ĺŽźă€‚", + "worldedit.redo.redone": "已重作 {0} 個可重作編輯。", + "worldedit.redo.none": "沒有東西需č¦é‡Ťä˝śă€‚", + "worldedit.clearhistory.cleared": "已清除歷史č¨éŚ„。", + "worldedit.raytrace.noblock": "眼前沒有方塊 ďĽ", + "worldedit.restore.not-configured": "未設定快照/備份復原。", + "worldedit.restore.not-available": "該快照不ĺ­ĺś¨ć–無法使用。", + "worldedit.restore.failed": "無法載入快照 : {0}", + "worldedit.restore.loaded": "已載入「{0}」快照 ; 正在復原……", + "worldedit.restore.restored": "已復原;共有 {0} 個éşĺ¤±ĺŤ€ĺˇŠďĽŚĺŹŠ {1} 個其他錯誤。", + "worldedit.restore.none-for-specific-world": "世界「{0}」尚未有快照。", + "worldedit.restore.none-for-world": "此世界尚無快照。", + "worldedit.restore.none-found": "未找ĺ°ä»»ä˝•ĺż«ç…§ă€‚", + "worldedit.restore.none-found-console": "未找ĺ°ä»»ä˝•ĺż«ç…§ďĽŚč«‹č©łč¦‹ćŽ§ĺ¶ĺŹ°ă€‚", + "worldedit.restore.chunk-not-present": "區塊不ĺ­ĺś¨ĺż«ç…§ä¸­ă€‚", + "worldedit.restore.chunk-load-failed": "沒有可載入的區塊。 ďĽĺ°ĺ­ćŞ”ćŤĺŁž ? )", + "worldedit.restore.block-place-failed": "因發生錯誤而導致無法復原方塊。", + "worldedit.restore.block-place-error": "上個錯誤 : {0}", + "worldedit.snapshot.use.newest": "現正使用最新快照。", + "worldedit.snapshot.use": "已把快照設置為 : {0}", + "worldedit.snapshot.none-before": "找不ĺ°ĺś¨ {0} 之前的快照。", + "worldedit.snapshot.none-after": "找不ĺ°ĺś¨ {0} 之後的快照。", + "worldedit.snapshot.index-above-0": "無ć•çš„數值,數值必é ĺ¤§ć–Ľć–等於 1 。", + "worldedit.snapshot.index-oob": "無ć•çš„數值,數值必é ĺś¨ 1 ĺ’Ś {0} 之間。", + "worldedit.schematic.unknown-format": "未知的 Schematic 格式 : {0}。", + "worldedit.schematic.load.does-not-exist": "Schematic {0} 不ĺ­ĺś¨ ďĽ", + "worldedit.schematic.load.loading": "ďĽč«‹ç¨Ťĺ€™â€¦â€¦ 正在載入 Schematic。)", + "worldedit.schematic.load.still-loading": "ďĽč«‹ç¨Ťĺ€™â€¦â€¦ 仍在載入 Schematic。)", + "worldedit.schematic.save.already-exists": "該 Schematic ĺ·˛ĺ­ĺś¨ă€‚請使用 -f 標籤來覆寫ĺ®ă€‚", + "worldedit.schematic.save.failed-directory": "無法建立 Schematic 資料夾 ďĽ", + "worldedit.schematic.save.saving": "ďĽč«‹ç¨Ťĺ€™â€¦â€¦ ć­Łĺś¨ĺ„˛ĺ­ Schematic。)", + "worldedit.schematic.save.still-saving": "ďĽč«‹ç¨Ťĺ€™â€¦â€¦ ä»Ťĺś¨ĺ„˛ĺ­ Schematic。)", + "worldedit.schematic.delete.does-not-exist": "Schematic {0} 不ĺ­ĺś¨ ďĽ", + "worldedit.schematic.delete.failed": "無法ĺŞé™¤ {0} ďĽ ĺ®ćŻĺ¦č˘«č¨­ĺ®šç‚şĺ”Żč®€ ?", + "worldedit.schematic.delete.deleted": "{0} 已經被ĺŞé™¤ă€‚", + "worldedit.schematic.formats.title": "可用的剪貼簿格式 ďĽĺŤç¨± : 尋找ĺŤç¨±ďĽ‰", + "worldedit.schematic.unsupported-minecraft-version": "ć­¤ WorldEdit ç‰ćś¬ä¸Ťć”ŻćŚć‚¨çš„ Minecraft ç‰ćś¬ă€‚Schematic 只ćśĺś¨ć­¤ĺ•ŹéˇŚč§Łć±şĺľŚć‰Ťč˝ć­Łĺ¸¸é‹ä˝śă€‚", + "worldedit.pos.already-set": "é¸ć“‡é»žĺ·˛ç¶“被設置。", + "worldedit.pos.console-require-coords": "您必é ĺś¨ćŽ§ĺ¶ĺŹ°ćŹäľ›ĺş§ć¨™ă€‚", + "worldedit.hpos.no-block": "視線內沒有任何方塊 ďĽ", + "worldedit.hpos.already-set": "é¸ć“‡é»žĺ·˛ç¶“被設置。", + "worldedit.chunk.selected-multiple": "ĺ·˛é¸ć“‡ĺŤ€ĺˇŠ : ďĽ{0}, {1}, {2}) - ďĽ{3}, {4}, {5})", + "worldedit.chunk.selected": "ĺ·˛é¸ć“‡ĺŤ€ĺˇŠ : {0}, {1}, {2}", + "worldedit.wand.invalid": "é¸ć“‡ćť–沒有被正確地設定ć–已被關閉。", + "worldedit.wand.selwand.info": "左鍵é¸ć“‡ç¬¬ä¸€é»ž ; 右鍵é¸ć“‡ç¬¬äşŚé»ž", + "worldedit.wand.navwand.info": "左鍵 : č·łĺ°ćŚ‡ĺ‘的位置 ; 右鍵 : 穿牆", + "worldedit.contract.contracted": "區域已縮窄 {0} 個方塊.", + "worldedit.shift.shifted": "區域已位移。", + "worldedit.outset.outset": "é¸ĺŤ€ĺ·˛ĺ‘外擴展。", + "worldedit.inset.inset": "é¸ĺŤ€ĺ·˛ĺ‘內收縮。", + "worldedit.size.offset": "位移 : {0}", + "worldedit.size.type": "類型 : {0}", + "worldedit.size.size": "大小 : {0}", + "worldedit.size.distance": "長方體距離 : {0}", + "worldedit.size.blocks": "方塊的數量 : {0}", + "worldedit.count.counted": "已算 : {0}", + "worldedit.distr.no-blocks": "沒有已算方塊。", + "worldedit.distr.total": "總方塊數量 : {0}", + "worldedit.select.cleared": "已清除é¸ć“‡çŻ„圍。", + "worldedit.select.cuboid.message": "é•·ć–ąé«” : 左鍵為設置第一點 ; 右鍵為設置第二點", + "worldedit.select.cuboid.description": "é¸ć“‡é•·ć–ąé«”的兩個角", + "worldedit.select.extend.message": "é•·ć–ąé«” : 左鍵é¸ć“‡é–‹ĺ§‹é ‚點,右鍵擴大範圍", + "worldedit.select.extend.description": "長方體快速é¸ĺŹ–模式", + "worldedit.select.poly.message": "平面多邊形é¸ć“‡ĺ™¨ : ĺ·¦/右鍵新增頂點。", + "worldedit.select.poly.limit-message": "最多 {0} 個點。", + "worldedit.select.poly.description": "é¸ć“‡ä¸€ĺ€‹ĺąłéť˘ĺ¤šé‚Šĺ˝˘č‡é«ĺş¦", + "worldedit.select.ellipsoid.message": "橢圓çé«”é¸ć“‡ĺ™¨ : 左鍵 = 中ĺżďĽŚĺŹłéŤµć“´ĺ¤§çŻ„圍", + "worldedit.select.ellipsoid.description": "é¸ć“‡ä¸€ĺ€‹ć©˘ĺś“çé«”", + "worldedit.select.sphere.message": "çé«”é¸ć“‡ĺ™¨ : 左鍵 = 中ĺżďĽŚĺŹłéŤµč¨­ĺ®šĺŤŠĺľ‘", + "worldedit.select.sphere.description": "é¸ć“‡ä¸€ĺ€‹çé«”", + "worldedit.select.cyl.message": "圓柱體é¸ć“‡ĺ™¨ : 左鍵 = 中ĺżďĽŚĺŹłéŤµć“´ĺ¤§çŻ„圍", + "worldedit.select.cyl.description": "é¸ć“‡ä¸€ĺ€‹ĺś“柱體", + "worldedit.select.convex.message": "凸多面體é¸ć“‡ĺ™¨ : 左鍵 = 第一個頂點,右鍵新增更多。", + "worldedit.select.convex.limit-message": "最多 {0} 個點。", + "worldedit.select.convex.description": "é¸ć“‡ä¸€ĺ€‹ĺ‡¸ĺ¤šéť˘é«”", + "worldedit.select.default-set": "您的é č¨­ĺŤ€ĺźźé¸ć“‡ĺ™¨çŹľĺś¨ç‚ş {0}。", + "worldedit.chunkinfo.chunk": "區塊 : {0},{1}", + "worldedit.chunkinfo.old-filename": "čŠć ĽĺĽŹ : {0}", + "worldedit.chunkinfo.mcregion-filename": "McRegion : 區域/{0}", + "worldedit.listchunks.listfor": "ĺ—出 {0} 的區塊", + "worldedit.drain.drained": "已經抽走 {0} 個方塊。", + "worldedit.fill.created": "已經填充 {0} 個方塊。", + "worldedit.fillr.created": "已經填充 {0} 個方塊。", + "worldedit.fixlava.fixed": "已經修復 {0} 個方塊。", + "worldedit.fixwater.fixed": "已經修復 {0} 個方塊。", + "worldedit.removeabove.removed": "已經移除 {0} 個方塊。", + "worldedit.removebelow.removed": "已經移除 {0} 個方塊。", + "worldedit.removenear.removed": "已經移除 {0} 個方塊。", + "worldedit.replacenear.replaced": "已經取代 {0} 個方塊。", + "worldedit.snow.created": "已經覆蓋 {0} 個表面。", + "worldedit.thaw.removed": "已經解除 {0} 個方塊的凍çµç‹€ć…‹ă€‚", + "worldedit.green.changed": "已經綠化 {0} 個方塊。", + "worldedit.extinguish.removed": "已經熄滅 {0} 個ç«ç„°ă€‚", + "worldedit.butcher.killed": "已經殺死 {1} 半徑內的 {0} 個生物。", + "worldedit.butcher.explain-all": "使用 -1 以移除載入區塊中的所有生物", + "worldedit.remove.removed": "ĺ·˛ć¨™č¨ {0} 個待移除的實體。", + "worldedit.remove.explain-all": "使用 -1 以移除載入區塊中的所有物件", + "worldedit.calc.invalid": "無法解ćžă€Ś{0}」ć有ć•çš„表示式。", + "worldedit.calc.invalid.with-error": "ç„ˇćł•č§Łćž '{0}' ć有ć•çš„表示式︰ '{1}'", + "worldedit.paste.pasted": "ĺ‰Şč˛Ľç°żĺ·˛č˛Ľĺ° {0}", + "worldedit.paste.selected": "ĺ·˛é¸ć“‡ĺ‰Şč˛Ľç°żč˛Ľä¸ŠçŻ„圍。", + "worldedit.rotate.no-interpolation": "注意 : 由於尚未支援插補,所以建議使用 90 的倍數為旋轉的角度。", + "worldedit.rotate.rotated": "已旋轉剪貼簿復本。", + "worldedit.flip.flipped": "已翻轉剪貼簿復本。", + "worldedit.clearclipboard.cleared": "已清除剪貼簿。", + "worldedit.set.done": "操作完ć。", + "worldedit.set.done.verbose": "操作完ć ďĽ{0}) 。", + "worldedit.line.changed": "已經修改 {0} 個方塊。", + "worldedit.line.invalid-type": "//line 只é©ç”¨ć–Ľé•·ć–ąé«”ć–凸多面體的é¸ĺŤ€", + "worldedit.curve.changed": "已經修改 {0} 個方塊。", + "worldedit.curve.invalid-type": "//curve 只é©ç”¨ć–Ľĺ‡¸ĺ¤šéť˘é«”çš„é¸ĺŤ€", + "worldedit.replace.replaced": "已經取代 {0} 個方塊。", + "worldedit.stack.changed": "已經修改 {0} 個方塊。使用 //undo 來復原", + "worldedit.regen.regenerated": "區域已重新產生。", + "worldedit.regen.failed": "無法重新產生區域,請詳見控ĺ¶ĺŹ°ă€‚", + "worldedit.walls.changed": "已經修改 {0} 個方塊。", + "worldedit.faces.changed": "已經修改 {0} 個方塊。", + "worldedit.overlay.overlaid": "已經覆蓋 {0} 個方塊。", + "worldedit.center.changed": "中ĺżĺ·˛č¨­ĺ®šă€‚ ďĽĺ·˛ç¶“修改 {0} 個方塊)", + "worldedit.smooth.changed": "地形的é«ä˝Žĺ·®ĺ·˛ĺąłć»‘化。已經修改 {0} 個方塊。", + "worldedit.move.moved": "已經移動 {0} 個方塊。", + "worldedit.deform.deformed": "已經變形 {0} 個方塊。", + "worldedit.hollow.changed": "已經修改 {0} 個方塊。", + "worldedit.forest.created": "已經建立 {0} 棵樹。", + "worldedit.flora.created": "已經建立 {0} 群植物。", + "worldedit.unstuck.moved": "好了 ďĽ", + "worldedit.ascend.obstructed": "您的上方沒有空間。", + "worldedit.ascend.moved": "已上升 {0} 階。", + "worldedit.descend.obstructed": "您的下方沒有空間。", + "worldedit.descend.moved": "已下降 {0} 階。", + "worldedit.ceil.obstructed": "您的上方沒有空間。", + "worldedit.ceil.moved": "ĺ‘Ľ ďĽ", + "worldedit.thru.obstructed": "您的前方沒有空間。", + "worldedit.thru.moved": "ĺ‘Ľ ďĽ", + "worldedit.jumpto.moved": "ĺ™— ďĽ", + "worldedit.jumpto.none": "眼前沒有方塊 ďĽć–太é äş†ďĽ‰ ďĽ", + "worldedit.up.obstructed": "您的頭ćść’žĺ°ä¸Šéť˘çš„東西。", + "worldedit.up.moved": "ĺ‘Ľ ďĽ", + "worldedit.cyl.invalid-radius": "您必é ćŚ‡ĺ®š 1 ć– 2 個半徑值。", + "worldedit.cyl.created": "已經建立 {0} 個方塊。", + "worldedit.sphere.invalid-radius": "您必é ćŚ‡ĺ®š 1 ć– 3 個半徑值。", + "worldedit.sphere.created": "已經建立 {0} 個方塊。", + "worldedit.forestgen.created": "已經建立 {0} 棵樹。", + "worldedit.pumpkins.created": "已經建立 {0} 群南瓜。", + "worldedit.pyramid.created": "已經建立 {0} 個方塊。", + "worldedit.generate.created": "已經建立 {0} 個方塊。", + "worldedit.generatebiome.changed": "影響了 {0} 個生態域。", + "worldedit.reload.config": "已重新載入設定 ďĽ", + "worldedit.report.written": "WorldEdit 報告已寫入 {0}", + "worldedit.report.error": "無法寫入報告 : {0}", + "worldedit.report.callback": "WorldEdit 報告 : {0}.report", + "worldedit.timezone.invalid": "時區錯誤", + "worldedit.timezone.set": "已將此工作階段的時區設ć : {0}", + "worldedit.timezone.current": "ç›®ĺ‰Ťč©˛ć™‚ĺŤ€çš„ć™‚é–“ćŻ ďĽš {0}", + "worldedit.version.version": "WorldEdit ç‰ćś¬ {0}", + "worldedit.version.bukkit.unsupported-adapter": "目前的 WorldEdit ç‰ćś¬ä¸Ťč˝ĺ®Śĺ…¨ć”ŻćŚć‚¨çš„ Bukkit ç‰ćś¬ă€‚實體方塊 ďĽäľ‹ĺ¦‚︰箱ĺ­ďĽ‰ ćśč˘«ć¸…空,方塊屬性 ďĽäľ‹ĺ¦‚︰方ĺ‘) ĺ°‡ćśéşĺ¤±ďĽŚĺ…¶ä»–特性亦有可č˝ĺ¤±ć•ă€‚č«‹ć›´ć–° WorldEdit 以ć˘ĺľ©é€™äş›ĺŠźč˝ďĽš\n{0}", + "worldedit.trace.active.already": "追蹤模式已經啟動。", + "worldedit.trace.inactive.already": "追蹤模式已經關閉。", + "worldedit.trace.active": "啟動了追蹤模式。", + "worldedit.trace.inactive": "關閉了追蹤模式。", + "worldedit.command.time-elapsed": "ĺ·˛ç¶“éŽ {0} 秒 ďĽć­·ĺŹ˛č¨éŚ„ : 已變更 {1} 個 ; 每秒 {2} 個方塊) 。", + "worldedit.command.permissions": "您沒有使用該指令的權é™ă€‚您ćŻĺ¦ĺś¨ć­Łç˘şçš„模式 ?", + "worldedit.command.player-only": "此指令必é ç”±çŽ©ĺ®¶ä˝żç”¨ă€‚", + "worldedit.command.error.report": "請回報此錯誤 : [請詳見控ĺ¶ĺŹ°]", + "worldedit.pastebin.uploading": "ďĽč«‹ç¨Ťĺ€™â€¦â€¦ 正在將輸出傳é€č‡ł pastebin……)", + "worldedit.session.cant-find-session": "ç„ˇćł•ć‰ľĺ° {0} 的工作階段", + "worldedit.asset.load.loading": "ďĽč«‹ç¨Ťĺ€™â€¦â€¦ 正在載入素ćťă€‚)", + "worldedit.asset.load.still-loading": "ďĽč«‹ç¨Ťĺ€™â€¦â€¦ 仍在載入素ćťă€‚)", + "worldedit.asset.load.failed": "無法載入素ćť", + "worldedit.tool.max-block-changes": "已碰ĺ°ćś€ĺ¤§ć–ąĺˇŠč®Šć›´ä¸Šé™ă€‚", + "worldedit.tool.no-block": "眼前沒有方塊 ďĽ", + "worldedit.tool.repl.equip": "方塊替換工具已ç¶ĺ®šč‡ł {0}。", + "worldedit.tool.repl.switched": "取代工具已ĺ‡ćŹ›č‡ł : {0}", + "worldedit.tool.data-cycler.new-value": "{0} 的值現為 {1}。", + "worldedit.tool.data-cycler.cycling": "現正循環 {0}。", + "worldedit.tool.deltree.equip": "浮空樹木移除工具已ç¶ĺ®šč‡ł {0}。", + "worldedit.tool.deltree.not-tree": "這不ćŻćŁµć¨ąă€‚", + "worldedit.tool.deltree.not-floating": "這棵樹並未漂浮在空中。", + "worldedit.tool.tree.equip": "樹木工具已ç¶ĺ®šč‡ł {0}。", + "worldedit.tool.tree.obstructed": "樹不č˝ĺś¨é‚ŁčŁˇă€‚", + "worldedit.tool.info.equip": "資訊工具已ç¶ĺ®šč‡ł {0}。", + "worldedit.tool.info.blockstate.hover": "方塊狀態", + "worldedit.tool.info.internalid.hover": "ĺ…§é¨ ID", + "worldedit.tool.info.legacy.hover": "Legacy id:data", + "worldedit.tool.none.equip": "已解除您手ćŚçš„物ĺ“č‡ĺ·Ąĺ…·äą‹é–“çš„ç¶ĺ®šă€‚", + "worldedit.tool.none.to.unequip": "您目前的物ĺ“尚未ç¶ĺ®šă€‚", + "worldedit.tool.selwand.equip": "é¸ĺŹ–魔法棒工具已ç¶ĺ®šč‡ł {0}。", + "worldedit.tool.navwand.equip": "ĺ°ŽčŞé­”法棒工具已ç¶ĺ®šč‡ł {0}。", + "worldedit.tool.floodfill.equip": "方塊顏料桶工具已ç¶ĺ®šč‡ł {0}。", + "worldedit.tool.farwand.equip": "é™č·ťé¸ĺŹ–ĺ·Ąĺ…·ĺ·˛ç¶ĺ®šč‡ł {0}。", + "worldedit.tool.lrbuild.equip": "é č·ťé›˘ĺ»şçŻ‰ĺ·Ąĺ…·ĺ·˛ç¶ĺ®šč‡ł {0}。", + "worldedit.tool.lrbuild.set": "左鍵設定為 {0}; 右鍵設定為 {1}。", + "worldedit.tool.stack.equip": "堆疊工具已ç¶ĺ®šč‡ł {0}。", + "worldedit.tool.unbind-instruction": "手ćŚç‰©ĺ“時執行 {0} 來將其解除ç¶ĺ®šă€‚", + "worldedit.tool.superpickaxe.max-range": "ćś€ĺ¤§çŻ„ĺśŤćŻ {0}。", + "worldedit.tool.superpickaxe.enabled.already": "超級鎬已經啟用。", + "worldedit.tool.superpickaxe.disabled.already": "超級鎬已經ĺśç”¨ă€‚", + "worldedit.tool.superpickaxe.enabled": "已啟用超級鎬。", + "worldedit.tool.superpickaxe.disabled": "ĺśç”¨äş†č¶…級鎬。", + "worldedit.tool.mask.set": "已設定筆ĺ·é®ç˝©ă€‚", + "worldedit.tool.mask.disabled": "ĺ·˛ĺśç”¨ç­†ĺ·é®ç˝©ă€‚", + "worldedit.tool.material.set": "已設定筆ĺ·ćťć–™ă€‚", + "worldedit.tool.range.set": "已設定筆ĺ·çŻ„圍。", + "worldedit.tool.size.set": "已設定筆ĺ·ĺ¤§ĺ°Źă€‚", + "worldedit.tool.tracemask.set": "已設定追蹤é®ç˝©ă€‚", + "worldedit.tool.tracemask.disabled": "ĺ·˛ĺśç”¨čż˝čą¤é®ç˝©ă€‚", + "worldedit.tool.error.cannot-bind": "無法ç¶ĺ®šĺ·Ąĺ…·ĺ° {0} : {1}", + "worldedit.tool.error.item-only": "不č˝ä˝żç”¨ć–ąĺˇŠă€‚", + "worldedit.execute.script-permissions": "您沒有使用該腳本的權é™ă€‚", + "worldedit.executelast.no-script": "č«‹ĺ…使用 /cs 及輸入腳本ĺŤç¨±ă€‚", + "worldedit.script.read-error": "腳本讀取錯誤 : {0}", + "worldedit.script.unsupported": "目前只支援副檔ĺŤç‚ş .js 的腳本檔ćˇă€‚", + "worldedit.script.file-not-found": "腳本不ĺ­ĺś¨ : {0}", + "worldedit.script.no-script-engine": "找不ĺ°ĺ·˛ĺ®‰čŁťçš„腳本引擎。\nč«‹ĺŹč€ https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/", + "worldedit.script.failed": "執行失敗 : {0}", + "worldedit.script.failed-console": "無法執行「{0}」,請詳見控ĺ¶ĺŹ°ă€‚", + "worldedit.operation.affected.biome": "影響了 {0} 個生態域。", + "worldedit.operation.affected.block": "影響了 {0} 個方塊", + "worldedit.operation.affected.column": "影響了 {0} 欄", + "worldedit.operation.affected.entity": "影響了 {0} 個實體", + "worldedit.operation.deform.expression": "已使用 {0} 變形", + "worldedit.error.invalid-number": "需č¦ć•¸ĺ­—,但得ĺ°äş†ĺ­—串。", + "worldedit.error.invalid-number.matches": "需č¦ć•¸ĺ­—,但得ĺ°äş†ĺ­—串 \"{0}\"。", + "worldedit.error.incomplete-region": "č«‹ĺ…é¸ć“‡ĺŤ€ĺźźă€‚", + "worldedit.error.unknown-block": "無法č­ĺĄć–ąĺˇŠĺŤç¨±ă€Ś{0}」。", + "worldedit.error.unknown-entity": "無法č­ĺĄĺŻ¦é«”ĺŤç¨±ă€Ś{0}」。", + "worldedit.error.unknown-mob": "無法č­ĺĄç”źç‰©ĺŤç¨±ă€Ś{0}」。", + "worldedit.error.unknown-biome": "無法č­ĺĄç”źć…‹ĺźźĺŤç¨±ă€Ś{0}」。", + "worldedit.error.unknown-tag": "無法č­ĺĄć¨™ç±¤ĺŤç¨±â€{0}’。", + "worldedit.error.empty-tag": "標籤ĺŤâ€{0}’無內容。", + "worldedit.error.no-match": "找不ĺ°č‡ '{0}' 相符的項目。", + "worldedit.error.disallowed-block": "不ĺ…許方塊 '{0}' ďĽč«‹č¦‹ WorldEdit 設定) 。", + "worldedit.error.max-changes": "已經é”ĺ°ĺŹŻäż®ć”ąçš„ć–ąĺˇŠä¸Šé™ ďĽ{0}) 。", + "worldedit.error.unknown-direction": "ćśŞçźĄçš„ć–ąĺ‘ ďĽš {0}", + "worldedit.error.empty-clipboard": "您的剪貼簿ćŻç©şçš„。請ĺ…使用 //copy。", + "worldedit.error.invalid-filename": "檔ćˇĺŤç¨±ă€Ś{0}ă€Ťç„ˇć• ďĽš {1}", + "worldedit.error.file-resolution": "解ćžćŞ”ćˇă€Ś{0}」時發生錯誤 : {1}", + "worldedit.error.file-resolution.outside-root": "該路徑在ĺ…許的根目錄以外", + "worldedit.error.file-resolution.resolve-failed": "無法解ćžč·Żĺľ‘", + "worldedit.error.file-aborted": "檔ćˇé¸ć“‡ĺ·˛ä¸­ć­˘ă€‚", + "worldedit.error.no-file-selected": "未é¸ĺŹ–任何檔ćˇă€‚", + "worldedit.error.world-unloaded": "世界已經卸載了。", + "worldedit.error.not-a-block": "這個物ĺ“不ćŻä¸€ĺ€‹ć–ąĺˇŠă€‚", + "worldedit.error.not-a-block.item": "ç‰©ĺ“ '{0}' 不ćŻä¸€ĺ€‹ć–ąĺˇŠă€‚", + "worldedit.error.incorrect-usage": "用法 : {0}", + "worldedit.error.invalid-page": "無ć•çš„é ç˘Ľ", + "worldedit.error.parser.bad-state-format": "{0} 的狀態格式發現錯誤", + "worldedit.error.parser.duplicate-property": "重複的屬性 : {0}", + "worldedit.error.parser.missing-equals-separator": "缺少ĺ†éš”符號 '='", + "worldedit.error.parser.unknown-property": "'{0}' 在方塊 '{1}' 中ćŻćśŞçźĄçš„屬性", + "worldedit.error.parser.unknown-value": "'{0}' 在屬性 '{1}' 中ćŻćśŞçźĄçš„值", + "worldedit.error.parser.invalid-expression": "無ć•çš„表示式 : {0}", + "worldedit.error.parser.negate-nothing": "不č˝ĺ¦ĺ®šç©şçš„東西 ďĽ", + "worldedit.error.parser.player-only": "輸入值「{0}」必é ćŻçŽ©ĺ®¶ ďĽ", + "worldedit.error.disabled": "此功č˝ĺ·˛ĺśç”¨ ďĽč«‹č¦‹ WorldEdit 設定) 。", + "worldedit.error.unknown": "發生了未知的錯誤 : {0}", + "worldedit.error.missing-session": "沒有已知的地區工作階段", + "worldedit.error.missing-world": "您需č¦ćŹäľ›ä¸€ĺ€‹ä¸–ç•Ś ďĽč«‹ĺ—試執行 //world)", + "worldedit.selection.convex.info.vertices": "頂點 : {0}", + "worldedit.selection.convex.info.triangles": "三角形 : {0}", + "worldedit.selection.convex.explain.primary": "以 {0} 為頂點來開始新的é¸ć“‡çŻ„圍。", + "worldedit.selection.convex.explain.secondary": "已把頂點 {0} 新增ĺ°é¸ć“‡çŻ„圍。", + "worldedit.selection.cuboid.info.pos1": "第一點 : {0}", + "worldedit.selection.cuboid.info.pos2": "第二點 : {0}", + "worldedit.selection.cuboid.explain.primary": "第一點已設為 {0}。", + "worldedit.selection.cuboid.explain.primary-area": "第一點已設為 {0} ďĽ{1}) 。", + "worldedit.selection.cuboid.explain.secondary": "第二點已設為 {0}。", + "worldedit.selection.cuboid.explain.secondary-area": "第二點已設為 {0} ďĽ{1}) 。", + "worldedit.selection.extend.explain.primary": "已從 {0} 開始é¸ĺŹ– ďĽ{1}) 。", + "worldedit.selection.extend.explain.secondary": "已把é¸ć“‡çŻ„圍延伸ĺ°ĺŚ…圍 {0} ďĽ{1}) 。", + "worldedit.selection.ellipsoid.info.center": "ä¸­ĺż ďĽš {0}", + "worldedit.selection.ellipsoid.info.radius": "X/Y/Z 半徑 : {0}", + "worldedit.selection.ellipsoid.explain.primary": "中ĺżé»žĺ·˛č¨­ç‚ş {0}。", + "worldedit.selection.ellipsoid.explain.primary-area": "中ĺżé»žĺ·˛č¨­ç‚ş {0} ďĽ{1}) 。", + "worldedit.selection.ellipsoid.explain.secondary": "半徑已設為 {0}。", + "worldedit.selection.ellipsoid.explain.secondary-area": "半徑已設為 {0} ďĽ{1}) 。", + "worldedit.selection.cylinder.info.center": "ä¸­ĺż ďĽš {0}", + "worldedit.selection.cylinder.info.radius": "半徑 : {0}", + "worldedit.selection.cylinder.explain.primary": "正在於 {0} 開始新的圓柱形é¸ć“‡çŻ„圍。", + "worldedit.selection.cylinder.explain.secondary": "半徑已設為 {0}/{1} 格。 ďĽ{2})", + "worldedit.selection.cylinder.explain.secondary-missing": "ĺż…é ĺś¨č¨­ç˝®ä¸­ĺżé»žĺ‰Ťč¨­ç˝®ĺŤŠĺľ‘。", + "worldedit.selection.polygon2d.info": "點的數量 : {0}", + "worldedit.selection.polygon2d.explain.primary": "ĺľž {0} 起新增一個多邊形。", + "worldedit.selection.polygon2d.explain.secondary": "已在 {1} 增加點 #{0}。", + "worldedit.selection.polygon2d.error.expand-only-vertical": "多邊形只可以垂直擴展。", + "worldedit.selection.polygon2d.error.contract-only-vertical": "多邊形只可以垂直收縮。", + "worldedit.selection.sphere.explain.secondary": "半徑已設為 {0}。", + "worldedit.selection.sphere.explain.secondary-defined": "半徑已設為 {0} ďĽ{1}) 。", + "worldedit.selection.null.error.immutable": "無法更改 NullRegion。", + "worldedit.selection.transform.error.cannot-expand": "無法擴展 TransformedRegion。", + "worldedit.selection.transform.error.cannot-contract": "無法收縮 TransformedRegion。", + "worldedit.selection.transform.error.cannot-change": "無法更改 TransformedRegion。", + "worldedit.sideeffect.lighting": "ç…§ćŽ", + "worldedit.sideeffect.lighting.description": "更新方塊光照", + "worldedit.sideeffect.update": "ć›´ć–°", + "worldedit.sideeffect.validation": "é©—č­‰", + "worldedit.sideeffect.entity_ai": "實體 AI", + "worldedit.sideeffect.events": "模組/插件事件", + "worldedit.sideeffect.state.on": "é–‹ĺ•ź", + "worldedit.sideeffect.state.off": "é—śé–‰", + "worldedit.sideeffect.box.current": "目前", + "worldedit.sideeffect.box.change-to": "點擊以設置為 {0}", + "worldedit.help.command-not-found": "無法找ĺ°ćŚ‡ä»¤ă€Ś{0}」。", + "worldedit.help.no-subcommands": "「{0}」沒有ĺ­ćŚ‡ä»¤ă€‚ ďĽäąźč¨±ă€Ś{1}」ćŻĺŹć•¸ ? )", + "worldedit.help.subcommand-not-found": "ć‰ľä¸Ťĺ° '{1}' 附屬的ĺ­ćŚ‡ä»¤ '{0}'。", + "worldedit.cli.stopping": "正在ĺść­˘ ďĽ", + "worldedit.cli.unknown-command": "未知的指令 ďĽ" +} diff --git a/config/worldedit/schematics/academy.schem b/config/worldedit/schematics/academy.schem new file mode 100644 index 0000000..39fdf1f Binary files /dev/null and b/config/worldedit/schematics/academy.schem differ diff --git a/config/worldedit/schematics/healingcenter.schem b/config/worldedit/schematics/healingcenter.schem new file mode 100644 index 0000000..034acbd Binary files /dev/null and b/config/worldedit/schematics/healingcenter.schem differ diff --git a/config/worldedit/schematics/portal.schem b/config/worldedit/schematics/portal.schem new file mode 100644 index 0000000..06483b5 Binary files /dev/null and b/config/worldedit/schematics/portal.schem differ diff --git a/config/worldedit/schematics/safariportal.schem b/config/worldedit/schematics/safariportal.schem new file mode 100644 index 0000000..56b4c80 Binary files /dev/null and b/config/worldedit/schematics/safariportal.schem differ diff --git a/config/worldedit/schematics/shop.schem b/config/worldedit/schematics/shop.schem new file mode 100644 index 0000000..0f5e6ba Binary files /dev/null and b/config/worldedit/schematics/shop.schem differ diff --git a/config/worldedit/worldedit.properties b/config/worldedit/worldedit.properties new file mode 100644 index 0000000..32d0431 --- /dev/null +++ b/config/worldedit/worldedit.properties @@ -0,0 +1,46 @@ +#Don't put comments; they get removed +#Tue Jan 07 05:13:58 PST 2025 +max-super-pickaxe-size=5 +use-inventory-creative-override=false +use-inventory-override=false +default-max-polyhedron-points=-1 +disallowed-blocks=minecraft\:oak_sapling,minecraft\:jungle_sapling,minecraft\:dark_oak_sapling,minecraft\:spruce_sapling,minecraft\:birch_sapling,minecraft\:acacia_sapling,minecraft\:black_bed,minecraft\:blue_bed,minecraft\:brown_bed,minecraft\:cyan_bed,minecraft\:gray_bed,minecraft\:green_bed,minecraft\:light_blue_bed,minecraft\:light_gray_bed,minecraft\:lime_bed,minecraft\:magenta_bed,minecraft\:orange_bed,minecraft\:pink_bed,minecraft\:purple_bed,minecraft\:red_bed,minecraft\:white_bed,minecraft\:yellow_bed,minecraft\:powered_rail,minecraft\:detector_rail,minecraft\:grass,minecraft\:dead_bush,minecraft\:moving_piston,minecraft\:piston_head,minecraft\:sunflower,minecraft\:rose_bush,minecraft\:dandelion,minecraft\:poppy,minecraft\:brown_mushroom,minecraft\:red_mushroom,minecraft\:tnt,minecraft\:torch,minecraft\:fire,minecraft\:redstone_wire,minecraft\:wheat,minecraft\:potatoes,minecraft\:carrots,minecraft\:melon_stem,minecraft\:pumpkin_stem,minecraft\:beetroots,minecraft\:rail,minecraft\:lever,minecraft\:redstone_torch,minecraft\:redstone_wall_torch,minecraft\:repeater,minecraft\:comparator,minecraft\:stone_button,minecraft\:birch_button,minecraft\:acacia_button,minecraft\:dark_oak_button,minecraft\:jungle_button,minecraft\:oak_button,minecraft\:spruce_button,minecraft\:cactus,minecraft\:sugar_cane,minecraft\:bedrock +shell-save-type= +craftscript-dir=craftscripts +command-block-support=false +register-help=true +snapshots-dir= +max-calculation-timeout=300 +history-size=15 +super-pickaxe-drop-items=true +default-max-polygon-points=-1 +max-changed-blocks=-1 +scripting-timeout=3000 +calculation-timeout=100 +nav-use-glass=true +extended-y-limit=false +nav-wand-item=minecraft\:compass +butcher-max-radius=-1 +log-file= +max-radius=-1 +wand-item=minecraft\:wooden_axe +profile=false +default-vertical-height=256 +super-pickaxe-many-drop-items=true +use-in-creative=false +max-polyhedron-points=20 +server-side-cui=true +snapshots-experimental=false +max-brush-radius=6 +allow-symbolic-links=false +default-locale=default +trace-unflushed-sessions=false +default-max-changed-blocks=-1 +max-polygon-points=20 +log-commands=false +use-inventory=false +log-format=[%1$tY-%1$tm-%1$td %1$tH\:%1$tM\:%1$tS %4$s]\: %5$s%6$s%n +cheat-mode=false +butcher-default-radius=-1 +schematic-save-dir=schematics +nav-wand-distance=50 diff --git a/config/yacl.json5 b/config/yacl.json5 new file mode 100644 index 0000000..94e9ec7 --- /dev/null +++ b/config/yacl.json5 @@ -0,0 +1,3 @@ +{ + showColorPickerIndicator: true +} \ No newline at end of file diff --git a/config/yetanotherchancebooster/language.json b/config/yetanotherchancebooster/language.json new file mode 100644 index 0000000..aee45d8 --- /dev/null +++ b/config/yetanotherchancebooster/language.json @@ -0,0 +1,7 @@ +{ + "boostEndedMessage": "%s has ended", + "boostStartedMessage": "%s with amplifier %.2f has started and will last for %s (source: %s)", + "shiny": "Shiny ->", + "species": "Species ->", + "labels": "Labels ->" +} \ No newline at end of file diff --git a/config/yetanotherchancebooster/main.json b/config/yetanotherchancebooster/main.json new file mode 100644 index 0000000..5f2fcde --- /dev/null +++ b/config/yetanotherchancebooster/main.json @@ -0,0 +1,4 @@ +{ + "savePeriod": 1200, + "saveWhenDisconnected": true +} \ No newline at end of file diff --git a/config/zoomify.json b/config/zoomify.json new file mode 100644 index 0000000..159727c --- /dev/null +++ b/config/zoomify.json @@ -0,0 +1,26 @@ +{ + "initialZoom": 4, + "zoomInTime": 1.0, + "zoomOutTime": 0.5, + "zoomInTransition": "ease_out_exp", + "zoomOutTransition": "ease_out_exp", + "affectHandFov": true, + "retainZoomSteps": false, + "linearLikeSteps": true, + "scrollZoom": true, + "scrollZoomAmount": 3, + "scrollZoomSmoothness": 70, + "zoomKeyBehaviour": "hold", + "_keybindScrolling": false, + "relativeSensitivity": 100, + "relativeViewBobbing": true, + "cinematicCamera": 0, + "spyglassBehaviour": "combine", + "spyglassOverlayVisibility": "holding", + "spyglassSoundBehaviour": "with_overlay", + "secondaryZoomAmount": 4, + "secondaryZoomInTime": 10.0, + "secondaryZoomOutTime": 1.0, + "secondaryHideHUDOnZoom": true, + "_firstLaunch": false +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/LICENSE b/global_packs/required_data/AllTheMons Release 1.8.2 V129/LICENSE new file mode 100644 index 0000000..26abfb8 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/LICENSE @@ -0,0 +1,40 @@ +Definitions: + "Redistributed" means any copy of AllTheMons that is available to download in any location that is not this Modrinth page. +"Collaborators" refers to owners, volunteer staff, paid staff, commissioners, contributors, or any person related to or involved in the management of a server or other piece of licensed software. +"Profiting" or "profit off of", in the context of using AllTheMons, includes but is not limited to, adding AllTheMons to ANY server[s] with microtransactions and/or ANY server[s] connected to donation services like Ko-Fi or Patreon, including any servers with owners, staff, or other collaborators who use their server to direct people to their own Ko-Fi or Patreon, in an attempt to harvest revenue, for personal gain or otherwise. +"Conspicuous area" in the context of crediting AllTheMons means placing credit in any area that is certain to be viewed in order to install the redistributed version of AllTheMons +"Sufficiently credited", in the context of using AllTheMons, means individually crediting every contributor of AllTheMons, including what they contributed towards, as well as recognizing EasySqueeze as the creator and compiler of the pack, in a conspicuous area (see above definition). +"Multiplayer world" refers to any Minecraft world that can be accessed by multiple different accounts simultaneously. Examples include, but are not limited to, servers and realms. +“Private” multiplayer worlds include LAN worlds and servers that are invite-only or require you to fill out an application and have it be approved before you can ever enter the world. In order for a pack to fall under the definition of “private”, the server IP required to connect to it must NOT be in a conspicuous area, or anywhere that can be seen without the host’s intention being for it to be seen. If the host’s intention is for it to be seen, it would fall under “Public.” +“Public” multiplayer worlds include servers where the IP required to connect to the aforementioned server is in a conspicuous area and where the host of the server’s intention is for the server’s IP to be seen and for anyone to be able to join. +"Single player world" refers to a literal single player world in a programming sense, but it also means that the world is not capable of holding more than one player, who is the host/owner of the world file, unless the "Open to LAN" option is selected. + +All Rights Reserved for EasySqueeze. + +To contact EasySqueeze, the author of the software that is AllTheMons, reach out to me on my Discord server, linked here, or for private inquiries, email me at bazinga.sheldon.cooper.69420@gmail.com. For clarification, the inclusion of this email is not meant to be sarcastic or comedic, and is an actual email that is read frequently by EasySqueeze. + +This license also applies to every contributor of the pack, for which a full list can be found here. All modified copies of AllTheMons that have been made on or after 11/11/2024 are by default under this license, and are required by law to be under this license with All Rights Reserved for EasySqueeze. Any modified versions of this pack made before 11/11/24 fall under GPL-3.0-ONLY. +EasySqueeze has the sole, legal right under this license to modify and redistribute AllTheMons, as he is the author of the software. +EasySqueeze does NOT have the right to break any of the rules in this license regarding the creation and hosting of multiplayer worlds (see Definitions, “Multiplayer world”). +AllTheMons and EasySqueeze are NOT liable for any damages caused by unofficial modified copies of the pack, or by software or files that claim to be affiliated with AllTheMons but are not. Always proceed with caution when downloading unofficial files. +THE SAFEST PLACE TO GET ALLTHEMONS IS ON THE OFFICIAL MODRINTH!!! + +Sharing modified copies of AllTheMons is heavily moderated. Any modified copies must meet ALL of the following criteria in order to be legal to redistribute: + +If they contain newly added assets (as in assets that were not already present within the current official version of AllTheMons found on the Modrinth), including models, animations, and textures, sufficient credit (see Definitions, “sufficiently credited”) must be given to the author of said assets. This is not required if the author of the modified file is also the author of the assets. +They must not contain any malicious software that could potentially damage the user of said software, which includes but is not limited to damage to a device’s hardware, or the intentional causing of harm to any form of save data on a device that existed before the download of the unofficial modified software. +Be either unlicensed, which means the file by default is under this license, or be specifically and/or intentionally put under this license. + +Using AllTheMons in any singleplayer world is completely allowed, and anyone can use modified copies of AllTheMons in a single player setting (see Definitions, “Single player world”). + +Using AllTheMons in a private multiplayer world (see Definitions, “Multiplayer world”) is completely allowed, as long as the server meets all of the following criteria: +Nobody is profiting off of AllTheMons in any capacity (see Definitions, "Profiting"). +AllTheMons is sufficiently credited (see Definitions, "Sufficiently credited"). + +Using AllTheMons in any public multiplayer world (see Definitions, “Multiplayer world” for elaboration on what exactly “public” means in this context.) is completely allowed, as long as the multiplayer world meets all of the following criteria: +Nobody is profiting off of AllTheMons in any capacity (see Definitions, "Profiting"). +AllTheMons is sufficiently credited (see Definitions, "Sufficiently credited"). +The multiplayer world does not do any of the following: +Promote or display hate speech, which includes but is not limited to racism, sexism, homophobia, and transphobia. +Promote or display highly obscene content, which includes but is not limited to extreme violence and gore, nudity. +Promote or display people committing serious crimes in the real world (meaning NOT crimes within minecraft, such as killing a player in game), which includes any and all U.S. felony crimes. The promotion of any activity, legal or not, will be assumed to fall under the laws of the U.S., as AllTheMons is licensed in the U.S., thus U.S. felony crimes that may not be illegal in the location the aforementioned multiplayer world is hosted in will still be treated as a violation of this license. diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/particles/fire_beam.particle.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/particles/fire_beam.particle.json new file mode 100644 index 0000000..bb9a051 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/particles/fire_beam.particle.json @@ -0,0 +1,45 @@ +{ + "format_version": "1.10.0", + "particle_effect": { + "description": { + "identifier": "cobblemon:fire_beam", + "basic_render_parameters": { + "material": "particles_alpha", + "texture": "textures/particles/fire_beam" + } + }, + "components": { + "minecraft:emitter_rate_steady": { + "spawn_rate": "Math.random(12, 15)", + "max_particles": 1000 + }, + "minecraft:emitter_lifetime_once": { + "active_time": 2 + }, + "minecraft:emitter_shape_sphere": { + "radius": 0.3, + "direction": [0, 0, -3] + }, + "minecraft:particle_lifetime_expression": { + "max_lifetime": "Math.random(0.5, 0.6)" + }, + "minecraft:particle_initial_speed": 5, + "minecraft:particle_motion_dynamic": {}, + "minecraft:particle_appearance_billboard": { + "size": [0.4, 0.4], + "facing_camera_mode": "lookat_xyz", + "uv": { + "texture_width": 16, + "texture_height": 512, + "flipbook": { + "base_UV": [0, 0], + "size_UV": [16, 16], + "step_UV": [0, 16], + "max_frame": 32, + "stretch_to_lifetime": true + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/particles/fire_beam.particle_old.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/particles/fire_beam.particle_old.json new file mode 100644 index 0000000..b0ed439 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/particles/fire_beam.particle_old.json @@ -0,0 +1,45 @@ +{ + "format_version": "1.10.0", + "particle_effect": { + "description": { + "identifier": "cobblemon:fire_beam_old", + "basic_render_parameters": { + "material": "particles_alpha", + "texture": "textures/particles/fire_beam" + } + }, + "components": { + "minecraft:emitter_rate_steady": { + "spawn_rate": "Math.random(12, 15)", + "max_particles": 1000 + }, + "minecraft:emitter_lifetime_once": { + "active_time": 3 + }, + "minecraft:emitter_shape_sphere": { + "radius": 0.3, + "direction": [0, 0, -4] + }, + "minecraft:particle_lifetime_expression": { + "max_lifetime": "Math.random(0.8, 1.2)" + }, + "minecraft:particle_initial_speed": 5, + "minecraft:particle_motion_dynamic": {}, + "minecraft:particle_appearance_billboard": { + "size": [0.4, 0.4], + "facing_camera_mode": "lookat_xyz", + "uv": { + "texture_width": 16, + "texture_height": 512, + "flipbook": { + "base_UV": [0, 0], + "size_UV": [16, 16], + "step_UV": [0, 16], + "max_frame": 32, + "stretch_to_lifetime": true + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0228_houndour/houndour.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0228_houndour/houndour.animation.json new file mode 100644 index 0000000..cfa7fbe --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0228_houndour/houndour.animation.json @@ -0,0 +1,616 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.houndour.ground_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "rotation": ["0+math.sin(query.anim_time*90*2)", 0, 0] + }, + "leg": { + "rotation": ["0+math.sin(query.anim_time*90*2)*1", -10, 0], + "position": [0, "0-math.sin(query.anim_time*90*2)*0.2", 0] + }, + "leg2": { + "rotation": ["0+math.sin(query.anim_time*90*2)-2", 12.5, 0], + "position": [0, "0-math.sin(query.anim_time*90*2)*0.2", 0] + }, + "tail": { + "rotation": ["32.5+math.sin(query.anim_time*90*2-30)*5", "0+math.sin(query.anim_time*90*4-60)*5", 0] + }, + "neck": { + "rotation": ["2.5+math.sin(query.anim_time*90*2-30)*2", "0+math.sin(query.anim_time*90*2-60)", 0] + }, + "head": { + "rotation": [0, 0, 0] + }, + "jaw": { + "rotation": ["2.5+math.sin(query.anim_time*90*2-60)*5", 0, 0] + }, + "ear": { + "rotation": ["0+math.sin(query.anim_time*90*2-90)*5", "0-math.sin(query.anim_time*90*2-90)*5", 0] + }, + "ear2": { + "rotation": ["0+math.sin(query.anim_time*90*2-90)*5", "0+math.sin(query.anim_time*90*2-90)*5", 0] + }, + "knee2": { + "rotation": ["0-math.sin(query.anim_time*90*2)*2", 0, 0] + }, + "knee": { + "rotation": ["0-math.sin(query.anim_time*90*2)*2", 0, 0] + } + } + }, + "animation.houndour.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "leg": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 3, -0.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + } + } + }, + "leg2": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-11.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 3, -0.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg4": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg3": { + "rotation": { + "0.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 3, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "position": [0, "0+math.sin(query.anim_time*90*8)*0.2", 0] + }, + "tail": { + "rotation": ["30+math.sin(query.anim_time*90*8-120)*5", 0, 0] + }, + "neck": { + "rotation": ["0+math.sin(query.anim_time*90*8-30)*2", "0+math.sin(query.anim_time*90*8-60)*0.2", 0] + }, + "head": { + "rotation": ["-15+math.sin(query.anim_time*90*8-90)*1", 0, 0], + "position": [0, 0, -1] + }, + "ear": { + "rotation": ["0 +math.sin(query.anim_time*90*8-120)*5", 0, 0] + }, + "ear2": { + "rotation": ["0+math.sin(query.anim_time*90*8-120)*5", 0, 0] + }, + "knee": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "knee2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [-5, 0, 0], + "0.5417": [5, 0, 0], + "0.6667": [37.5, 0, 0], + "0.8333": [-10, 0, 0], + "1.0": [0, 0, 0] + } + }, + "foot2": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [42.5, 0, 0], + "0.2083": [47.5, 0, 0], + "0.4167": [-6.76462, -0.90004, -8.83158], + "0.625": [9.35401, -2.13343, -1.43095], + "1.0": [0, 0, 0] + } + }, + "knee3": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": [25, 0, 0], + "0.375": [5, 0, 0], + "0.75": [0, 0, 0] + } + }, + "knee4": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [-2.5, 0, 0], + "0.7083": [20, 0, 0], + "0.9167": [-5, 0, 0], + "1.0": [0, 0, 0] + } + } + } + }, + "animation.houndour.cry": { + "animation_length": 1.08333, + "bones": { + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-2.81721, 19.75921, 4.37647], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [40.1466, -8.5175, 1.8504], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [17.6466, -8.5175, 1.8504], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [60, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [60, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ear": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [62.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ear2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + }, + "sound_effects": { + "0.0": { + "effect": "pokemon.houndour.cry" + } + } + }, + "animation.houndour.blink": { + "animation_length": 0.16667, + "bones": { + "eye": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [-1, 0, 0], + "0.125": [-1, 0, 0], + "0.1667": [0, 0, 0] + } + }, + "eye2": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [1, 0, 0], + "0.125": [1, 0, 0], + "0.1667": [0, 0, 0] + } + } + } + }, + "animation.houndour.sleep": { + "loop": true, + "bones": { + "houndour": { + "position": [0, -11, 0] + }, + "leg": { + "rotation": [20, 0, 0] + }, + "leg2": { + "rotation": [32.5, 0, 0] + }, + "leg4": { + "rotation": [42.5, 0, 0] + }, + "leg3": { + "rotation": [60, 0, 0] + }, + "head": { + "rotation": ["27.5+math.sin(query.anim_time*90*1)*1", 0, 0] + }, + "ear": { + "rotation": ["0+math.sin(query.anim_time*90*1-30)*5", 0, 0] + }, + "ear2": { + "rotation": ["0+math.sin(query.anim_time*90*1-30)*5", 0, 0] + }, + "knee": { + "rotation": [-95, 0, 0] + }, + "knee2": { + "rotation": [-80, 0, 0] + }, + "knee3": { + "rotation": [32.5, 0, 0] + }, + "knee4": { + "rotation": [405, 0, 0] + }, + "eye": { + "position": [-1, 0, 0] + }, + "eye2": { + "position": [1, 0, 0] + } + } + }, + "animation.houndour.battle_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "leg": { + "rotation": ["25+math.sin(query.anim_time*90*4)*2", 0, 0], + "position": [0, "-3-math.sin(query.anim_time*90*4)*0.3", 0] + }, + "leg2": { + "rotation": ["20+math.sin(query.anim_time*90*4)*1", 0, 0], + "position": [0, "-2-math.sin(query.anim_time*90*4)*0.1", 0] + }, + "leg4": { + "rotation": ["20-math.sin(query.anim_time*90*4)*1", 0, 0] + }, + "leg3": { + "rotation": ["0-math.sin(query.anim_time*90*4)*2", 0, 0], + "position": [0, "0-math.sin(query.anim_time*90*4)*0.2", "0+math.sin(query.anim_time*90*4)*0.2"] + }, + "body": { + "rotation": ["12.5+math.sin(query.anim_time*90*4)*1", 0, 0] + }, + "tail": { + "rotation": ["42.5+math.sin(query.anim_time*90*4-120)*10", "0+math.sin(query.anim_time*90*2)*10", 0] + }, + "neck": { + "rotation": ["12.5+math.sin(query.anim_time*90*4-60)*1", 0, 0], + "position": [0, 0, -1] + }, + "head": { + "rotation": ["-17.5+math.sin(query.anim_time*90*4-90)*3", 0, 0], + "position": [0, 0, -1] + }, + "jaw": { + "rotation": ["22.5+math.sin(query.anim_time*90*16)*5", 0, 0] + }, + "ear": { + "rotation": ["0+math.sin(query.anim_time*90*4-120)*5", 0, 0] + }, + "ear2": { + "rotation": ["2.5+math.sin(query.anim_time*90*4-120)*5", 0, 0] + }, + "knee": { + "rotation": ["-25-math.sin(query.anim_time*90*4)*2", 0, 0] + }, + "knee2": { + "rotation": ["-30-math.sin(query.anim_time*90*4)*2", 0, 0] + }, + "knee3": { + "rotation": ["0+math.sin(query.anim_time*90*4)*2", -15, 0] + }, + "knee4": { + "rotation": ["0+math.sin(query.anim_time*90*4)*2", 0, 0] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0229_houndoom/houndoom.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0229_houndoom/houndoom.animation.json new file mode 100644 index 0000000..3e7536c --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0229_houndoom/houndoom.animation.json @@ -0,0 +1,705 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.houndoom.ground_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "rotation": ["-10+math.sin(query.anim_time*90*1)", 0, 0] + }, + "neck": { + "rotation": ["2.5+math.sin(query.anim_time*90*1-30)*5", 0, 0] + }, + "head": { + "rotation": ["12.5+math.sin(query.anim_time*90*1-90)", 0, 0] + }, + "jaw": { + "rotation": ["5+math.sin(query.anim_time*90*1-90)*5", 0, 0] + }, + "leg": { + "rotation": ["1.8169+math.sin(query.anim_time*90*1)", -19.92066, -5.3191] + }, + "leg2": { + "rotation": ["0+math.sin(query.anim_time*90*1)", 0, 0] + }, + "tail": { + "rotation": ["-15+math.sin(query.anim_time*90*2-30)*5", "0+math.sin(query.anim_time*90*1-60)*10", 0] + }, + "tail2": { + "rotation": ["17.5+math.sin(query.anim_time*90*2-60)*15", "0+math.sin(query.anim_time*90*1-30)*10", 0] + }, + "tail3": { + "rotation": ["12.5+math.sin(query.anim_time*90*2-90)*5", 0, 0] + }, + "tail4": { + "rotation": ["27.5+math.sin(query.anim_time*90*2-120)*5 ", 0, 0] + }, + "tail5": { + "rotation": ["22.5+math.sin(query.anim_time*90*2-150)*15", "0+math.sin(query.anim_time*90*1-30)*10", 0] + }, + "tail6": { + "rotation": ["-7.5+math.sin(query.anim_time*90*2-180)*15", 0, 0] + }, + "tail7": { + "rotation": ["-12.5+math.sin(query.anim_time*90*2-210)*20", "0+math.sin(query.anim_time*90*1-150)*10", 0] + }, + "tail8": { + "rotation": ["-15+math.sin(query.anim_time*90*2-300)*25", 0, 0] + }, + "tail9": { + "rotation": ["-27.5+math.sin(query.anim_time*90*2-230)*30", 0, 0] + }, + "knee": { + "rotation": ["0-math.sin(query.anim_time*90*1)*2", 0, 5] + }, + "knee2": { + "rotation": ["0-math.sin(query.anim_time*90*1)*2", 0, 0] + }, + "eyelids": { + "scale": [0.5, 1, 0.5] + } + } + }, + "animation.houndoom.ground_walk": { + "loop": true, + "animation_length": 0.5, + "bones": { + "houndoom": { + "rotation": ["0-math.sin(query.anim_time*90*8)*5", 0, 0], + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 3, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": ["32.5+math.sin(query.anim_time*90*8-30)*5", 0, 0] + }, + "head": { + "rotation": ["-37.5+math.sin(query.anim_time*90*8-90)*3", 0, 0], + "position": [0, 0, -3] + }, + "jaw": { + "rotation": ["22.5+math.sin(query.anim_time*90*8-90 )*5", 0, 0] + }, + "leg": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg2": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-43.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg3": { + "rotation": { + "0.0": { + "post": [-5.12318, 1.10852, -1.01548], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [59.7029, 2.71154, -1.99407], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-5.12318, 1.10852, -1.01548], + "lerp_mode": "catmullrom" + } + } + }, + "leg4": { + "rotation": { + "0.0": { + "post": [-7.42022, -0.70779, 0.87843], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [62.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-7.42022, -0.70779, 0.87843], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": ["math.sin(query.anim_time*90*8-30)*10", 0, 0] + }, + "tail2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail4": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail5": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail6": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-32.80638, 1.69729, -0.75119], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail7": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail8": { + "rotation": { + "0.0": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail9": { + "rotation": { + "0.0": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "knee": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "knee2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "paw": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "paw2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "knee4": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [42.18461, -5.11939, -4.35915], + "0.375": [44.68461, -5.11939, -4.35915], + "0.5": [0, 0, 0] + } + }, + "knee3": { + "rotation": { + "0.0": [0, 0, 0], + "0.2083": [47.5, 0, 0], + "0.5": [0, 0, 0] + } + }, + "eyelids": { + "scale": [0.1, 1, 0.4] + } + } + }, + "animation.houndoom.sleep": { + "loop": true, + "bones": { + "houndoom": { + "rotation": [-15, 0, 0], + "position": [0, -15, 0] + }, + "head": { + "rotation": [27.5, 0, 0] + }, + "leg": { + "rotation": [-17.5, 0, 0] + }, + "leg2": { + "rotation": [-17.5, 0, 0] + }, + "leg3": { + "rotation": [-95.3191, 19.92066, -1.81693] + }, + "leg4": { + "rotation": [-99.91272, -14.55392, 14.36862] + }, + "tail": { + "rotation": [-5, 0, 0] + }, + "tail2": { + "rotation": [-17.5, 27.5, 0] + }, + "tail3": { + "rotation": [0, 30, 0] + }, + "tail4": { + "rotation": [16.36452, 34.22348, 27.56928] + }, + "tail5": { + "rotation": [0, 27.5, 0] + }, + "tail6": { + "rotation": [-15, 35, 0] + }, + "tail7": { + "rotation": [0, 30, 0] + }, + "tail8": { + "rotation": [0, 15, 0] + }, + "knee": { + "rotation": [-82.5, 0, 0] + }, + "knee2": { + "rotation": [-80, 0, 0] + }, + "paw": { + "rotation": [17.5, 0, 0] + }, + "paw2": { + "rotation": [32.5, 0, 0] + }, + "knee3": { + "rotation": [52.5, 0, 0] + }, + "knee4": { + "rotation": [56.2576, 14.6914, -9.61518] + } + } + }, + "animation.houndoom.blink": { + "animation_length": 0.25, + "bones": { + "eyelids": { + "scale": { + "0.0": [0.7, 1, 0.8], + "0.0417": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.25": [0.7, 1, 0.8] + } + } + } + }, + "animation.houndoom.cry": { + "animation_length": 1.125, + "bones": { + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-17.53959, 6.27095, 3.26408], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [23.10172, -21.28088, -9.51044], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-18.0435, -2.31798, -16.03846], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-18.03928, 2.35171, -1.77989], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [60, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [60, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "eyelids": { + "scale": { + "0.0": { + "post": [0.8, 1, 0.2], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0.8, 1, 0.2], + "lerp_mode": "catmullrom" + } + } + } + }, + "sound_effects": { + "0.0": { + "effect": "pokemon.houndoom.cry" + } + } + }, + "animation.houndoom.battle_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "leg3": { + "rotation": ["17.5-math.sin(query.anim_time*90*2)", 0, 0] + }, + "knee3": { + "rotation": ["-12.5+math.sin(query.anim_time*90*2)", 0, 0] + }, + "leg": { + "rotation": ["0+math.sin(query.anim_time*90*2)", 0, 0], + "position": [0, -3, 0] + }, + "knee": { + "rotation": ["-32.5-math.sin(query.anim_time*90*2)*2", 0, 0] + }, + "paw2": { + "rotation": [30, 0, 0] + }, + "leg4": { + "rotation": ["-5-math.sin(query.anim_time*90*2)", 0, 0] + }, + "knee4": { + "rotation": ["-5+math.sin(query.anim_time*90*2)", 0, 0] + }, + "leg2": { + "rotation": ["22.5+math.sin(query.anim_time*90*2)", 0, 0], + "position": [0, -3, 0] + }, + "knee2": { + "rotation": ["-20-math.sin(query.anim_time*90*2)*2", 0, 0] + }, + "body": { + "rotation": ["10+math.sin(query.anim_time*90*2)*2", 0, 0] + }, + "tail": { + "rotation": ["-2.5+math.sin(query.anim_time*90*2-60)*5", 0, "0+math.sin(query.anim_time*90*4-90)*5"] + }, + "tail2": { + "rotation": ["17.5+math.sin(query.anim_time*90*2-90)*10", 0, 0] + }, + "tail3": { + "rotation": ["20+math.sin(query.anim_time*90*2-120)*15", 0, 0] + }, + "tail4": { + "rotation": ["12.5+math.sin(query.anim_time*90*2-150)*20", 0, 0] + }, + "tail5": { + "rotation": ["20+math.sin(query.anim_time*90*2-180)*25", 0, 0] + }, + "tail6": { + "rotation": ["10+math.sin(query.anim_time*90*2-210)*30", 0, 0] + }, + "tail7": { + "rotation": ["25+math.sin(query.anim_time*90*2-240)*35", 0, 0] + }, + "tail8": { + "rotation": ["32.5+math.sin(query.anim_time*90*2-270)*40", 0, 0] + }, + "tail9": { + "rotation": ["-5+math.sin(query.anim_time*90*2-300)*50", 0, 0] + }, + "neck": { + "rotation": ["22.5+math.sin(query.anim_time*90*2-30)*5", 0, 0] + }, + "head": { + "rotation": ["-27.5+math.sin(query.anim_time*90*2-60)*5", 0, 0] + }, + "jaw": { + "rotation": [35, 0, 0] + }, + "eyelids": { + "scale": [0.3, 1, 0.5] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0580_ducklett/ducklett.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0580_ducklett/ducklett.animation.json new file mode 100644 index 0000000..884de50 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0580_ducklett/ducklett.animation.json @@ -0,0 +1,423 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.ducklett.ground_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "torso": { + "rotation": ["2.5+math.sin(query.anim_time*90*4-60)*1", "0+math.sin(query.anim_time*90*2)*2", 0] + }, + "legleft": { + "rotation": { + "0.0": [0, 0, 0], + "2.875": [0, -17.5, 0] + } + }, + "legright": { + "rotation": { + "0.0": [0, 0, 0], + "2.875": [0, 30, 0] + } + }, + "kneeleft": { + "rotation": { + "0.0": [0, -25, 0], + "2.875": [0, 2.5, 0] + } + }, + "kneeright": { + "rotation": { + "0.0": [0, 45, 0], + "2.875": [0, 0, 0] + } + }, + "neck": { + "rotation": ["0-math.sin(query.anim_time*90*4-30)*3", "0+math.sin(query.anim_time*90*2-90)*3", 0] + }, + "neck2": { + "rotation": [0, 0, 0] + }, + "head": { + "rotation": [0, 0, "0-math.sin(query.anim_time*90*2-120)*5"] + }, + "feathers": { + "rotation": ["7.4891-math.sin(query.anim_time*90*4-120)*5", -0.51237, "2.447-math.sin(query.anim_time*90*2-120)*10"] + }, + "wingleft": { + "rotation": [0, "0+math.sin(query.anim_time*90*4-90)*5", "0+math.sin(query.anim_time*90*4-90)*3"] + }, + "wingright": { + "rotation": [0, "0-math.sin(query.anim_time*90*4-90)*3", "0-math.sin(query.anim_time*90*4-90)*3"] + }, + "tail": { + "rotation": ["0-math.sin(query.anim_time*90*4-120)*5", "0-math.sin(query.anim_time*90*2-120)*5", 0] + } + } + }, + "animation.ducklett.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 5, -2.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0.3, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0.3, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "legleft": { + "rotation": { + "0.0": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [1.13292, 0.52824, -24.99478], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 3, -1.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -3], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "legright": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [10.29284, -7.13136, 34.3569], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -3], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 2, -1], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -3], + "lerp_mode": "catmullrom" + } + } + }, + "leftfoot": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [8.09, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-9.55, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-3.04, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightfoot": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-6.44, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [15.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-24.94, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [0, -10, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -10, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": ["0+math.sin(query.anim_time*90*8-60)*3", 0, "0-math.sin(query.anim_time*90*4-60)*5"] + }, + "feathers": { + "rotation": ["0+math.sin(query.anim_time*90*8-1200)*10", 0, "2.5-math.sin(query.anim_time*90*4-120)*10"] + }, + "wingleft": { + "rotation": [0, "0+math.sin(query.anim_time*90*4-60)*3", 0] + }, + "wingright": { + "rotation": ["0+math.sin(query.anim_time*90*4-60)*3", 0, 0] + }, + "tail": { + "rotation": [0, "0-math.sin(query.anim_time*90*4-120)*10", 0] + } + } + }, + "animation.ducklett.cry": { + "animation_length": 0.75, + "bones": { + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [15, 0, 0], + "0.25": [2.5, 0, 0], + "0.4167": [10, 0, 0], + "0.75": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [-12.5, 0, 0], + "0.2083": [0, 0, 0], + "0.3333": [-12.5, 0, 0], + "0.4167": [-5, 0, 0], + "0.75": [0, 0, 0] + } + }, + "beak": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [52.5, 0, 0], + "0.2917": [17.5, 0, 0], + "0.4167": [57.5, 0, 0], + "0.5833": [17.5, 0, 0], + "0.75": [0, 0, 0] + } + }, + "feathers": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [-30, 0, 0], + "0.25": [42.5, 0, 0], + "0.4167": [-12.5, 0, 0], + "0.5417": [7.5, 0, 0], + "0.6667": [0, 0, 0] + } + } + }, + "sound_effects": { + "0.0": { + "effect": "pokemon.ducklett.cry" + } + } + }, + "animation.ducklett.blink": { + "animation_length": 0.375, + "bones": { + "pupils": { + "scale": { + "0.0": [1, 1, 1], + "0.125": [1, 0.3, 1], + "0.25": [1, 0.3, 1], + "0.375": [1, 1, 1] + } + } + } + }, + "animation.ducklett.water_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "position": [0, "0+math.sin(query.anim_time*90*1)*0.5", 0] + }, + "legleft": { + "rotation": ["-25+math.sin(query.anim_time*90*1-60)*5", 0, 0] + }, + "legright": { + "rotation": ["-27.5-math.sin(query.anim_time*90*1-60)*5", 0, 0] + }, + "neck": { + "rotation": ["0-math.sin(query.anim_time*90*1-60)*5", 0, 0] + }, + "head": { + "rotation": [0, 0, "0+math.sin(query.anim_time*90*1-90)*5"] + }, + "feathers": { + "rotation": ["5-math.sin(query.anim_time*90*1-120)*10", 0, 0] + }, + "wingleft": { + "rotation": [0, "12.5+math.sin(query.anim_time*90*2-60)*5", 0] + }, + "wingright": { + "rotation": [0, "-10-math.sin(query.anim_time*90*2-60)*5", 0] + } + } + }, + "animation.ducklett.water_swim": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "rotation": ["40-math.sin(query.anim_time*90*4-60)*3", 0, 0], + "position": [0, "0-math.sin(query.anim_time*90*4)*0.5", 0] + }, + "torso": { + "rotation": [-22.5, 0, 0] + }, + "legleft": { + "rotation": ["30+math.sin(query.anim_time*90*4-60)*30", 0, 0] + }, + "legright": { + "rotation": ["27.5-math.sin(query.anim_time*90*4-60)*20", 0, 0] + }, + "kneeleft": { + "rotation": ["0+math.sin(query.anim_time*90*4-120)*10", 0, 0] + }, + "kneeright": { + "rotation": ["0-math.sin(query.anim_time*90*4-120)*10", 0, 0] + }, + "neck": { + "rotation": ["-5-math.sin(query.anim_time*90*4-120)*5", 0, 0] + }, + "head": { + "rotation": [-10, 0, 0] + }, + "beak": { + "rotation": [52.5, 0, 0] + }, + "feathers": { + "rotation": ["-10-math.sin(query.anim_time*90*4-180)*10", 0, 0] + }, + "wingleft": { + "rotation": [0, "10-math.sin(query.anim_time*90*4-120)*10", 0] + }, + "wingright": { + "rotation": [0, "-10+math.sin(query.anim_time*90*4-120)*10", 0] + }, + "tail": { + "rotation": ["2.5-math.sin(query.anim_time*90*4-120)*10", 0, 0] + } + } + }, + "animation.ducklett.sleep": { + "loop": true + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0581_swanna/swanna.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0581_swanna/swanna.animation.json new file mode 100644 index 0000000..54e5b82 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0581_swanna/swanna.animation.json @@ -0,0 +1,531 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.swanna.ground_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "torso": { + "rotation": ["0+math.sin(query.anim_time*90*1)*2", 0, 0] + }, + "tail": { + "rotation": ["-2.5+math.sin(query.anim_time*90*1-60)*6", 0, 0] + }, + "neck": { + "rotation": ["0+math.sin(query.anim_time*90*1-60)*5", 0, 0] + }, + "neck4": { + "rotation": ["2.5+math.sin(query.anim_time*90*1-90)*6", 0, 0] + }, + "wingclosed": { + "rotation": [0, 0, "0+math.sin(query.anim_time*90*1-60)*5"] + }, + "closedwing": { + "rotation": [0, 0, "0-math.sin(query.anim_time*90*1-60)*5"] + }, + "leftwing": { + "position": { + "0.0": [-6, -6, 0], + "4.0": [0, 0, 0] + }, + "scale": { + "0.0": [0, -1, 0.1], + "4.0": [0, -1, -1] + } + }, + "leftwing12": { + "position": { + "0.0": [5, -5, 0], + "4.0": [5, -5, 0] + }, + "scale": { + "0.0": [0, 1, 1], + "4.0": [0, 1, 1] + } + }, + "leftwing13": { + "position": { + "0.0": [0, 0, 0], + "3.9583": [-4, 0, 0] + } + }, + "leftwing22": { + "position": { + "0.0": [0, 0, 0], + "3.9583": [-3, 0, 0] + } + }, + "rightwing": { + "position": [4, -5, 0] + } + } + }, + "animation.swanna.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "leftleg": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "0.9167": [-17.5, 0, 0], + "1.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, -4], + "0.5": [0, 0, 1], + "0.75": [0, 2, -1.5], + "1.0": [0, 0, -4] + } + }, + "rightleg": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [-15, 0, 0], + "0.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 1], + "0.25": [0, 2, -1.5], + "0.5": [0, 0, -4], + "1.0": [0, 0, 1] + } + }, + "torso": { + "rotation": ["math.sin(query.anim_time*90*8)*2", "math.sin(query.anim_time*90*4)*2", 0] + }, + "tail": { + "rotation": [0, "0+math.sin(query.anim_time*90*4)*10", 0] + }, + "neck": { + "rotation": ["25+math.sin(query.anim_time*90*8 )*3", 0, 0] + }, + "head": { + "rotation": ["-30-math.sin(query.anim_time*90*4)*2", 0, 0] + }, + "wingclosed": { + "rotation": [0, 0, "0+math.sin(query.anim_time*90*8)*2"] + }, + "closedwing": { + "rotation": [0, 0, "0-math.sin(query.anim_time*90*8)*2"] + }, + "leftwing": { + "position": { + "0.0": [-5, -5, 0], + "1.0": [-5, -5, 0] + }, + "scale": { + "0.0": [0, -1, 0], + "1.0": [0, -1, 0] + } + }, + "leftwing12": { + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 0, 0] + }, + "scale": { + "0.0": [0, 1, 1], + "1.0": [0, 1, 1] + } + }, + "rightwing": { + "position": [4, -5, 0] + } + } + }, + "animation.swanna.cry": { + "animation_length": 1.125, + "bones": { + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "beak": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + }, + "sound_effects": { + "0.0": { + "effect": "pokemon.swanna.cry" + } + } + }, + "animation.swanna.air_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "rotation": ["-2.5-math.sin(query.anim_time*90*3-60)*5", 0, 0], + "position": [0, "0+math.sin(query.anim_time*90*3)", 0] + }, + "leftleg": { + "rotation": ["37.5-math.sin(query.anim_time*90*3)*10", 0, 0] + }, + "leftfoot": { + "rotation": [35, 0, 0] + }, + "rightleg": { + "rotation": ["32.5-math.sin(query.anim_time*90*3-150)*10", 0, 0] + }, + "rightfoot": { + "rotation": [37.5, 0, 0] + }, + "neck": { + "rotation": ["2.5-math.sin(query.anim_time*90*3-150)*5", 0, 0] + }, + "wingclosed": { + "position": [2, -1, 0], + "scale": [-0.1, 0, 1] + }, + "closedwing": { + "position": [-1, -1, 0], + "scale": [0, 0, 1] + }, + "leftwing": { + "rotation": [0, 0, "0-math.sin(query.anim_time*90*3-90)*40"] + }, + "leftwing2": { + "rotation": [0, 0, "2.5+math.sin(query.anim_time*90*3)*40"] + }, + "leftwing5": { + "rotation": [0, 0, "7.5-math.sin(query.anim_time*90*3-150)*40"] + }, + "leftwing7": { + "rotation": { + "0.0": [0, 0, 0], + "2.125": [0, 2.5, 0] + } + }, + "leftwing9": { + "rotation": [0, 0, "0-math.sin(query.anim_time*90*3-210)*40"] + }, + "leftwing12": { + "rotation": [0, 0, "0+math.sin(query.anim_time*90*3-90)*40"] + }, + "leftwing13": { + "rotation": [0, 0, "-10-math.sin(query.anim_time*90*3)*40"] + }, + "leftwing17": { + "rotation": [0, 0, "-10+math.sin(query.anim_time*90*3-150)*40"] + }, + "leftwing21": { + "rotation": [0, 0, "-7.5+math.sin(query.anim_time*90*3+210)*40"] + } + } + }, + "animation.swanna.air_fly": { + "loop": true, + "animation_length": 8, + "bones": { + "body": { + "rotation": { + "0.0": [22.5, 0, "0+math.sin(query.anim_time*90*1)*2"], + "3.0": [22.5, 0, "0+math.sin(query.anim_time*90*1)*2"], + "3.4167": ["22.5-math.sin(query.anim_time*90*4)*5", 0, 0], + "3.75": [22.5, 0, "0+math.sin(query.anim_time*90*1)*2"] + }, + "position": { + "0.0": [0, "0+math.sin(query.anim_time*90*2)*0.5", 0], + "3.75": [0, "0+math.sin(query.anim_time*90*2)*0.5", 0] + } + }, + "leftleg": { + "rotation": ["-2.5+math.sin(query.anim_time*90*2-120)*5", 0, 0] + }, + "leftfoot": { + "rotation": [77.5, 0, 0] + }, + "rightleg": { + "rotation": ["-2.5+math.sin(query.anim_time*90*2-90)*5", 0, 0] + }, + "rightfoot": { + "rotation": [80, 0, 0] + }, + "torso": { + "rotation": [-12.5, 0, 0] + }, + "tail": { + "rotation": ["2.5+math.sin(query.anim_time*90*16)*3", 0, 0] + }, + "neck": { + "rotation": { + "0.0": [45, 0, 0], + "2.9583": [45, 0, 0], + "3.2917": [70, 0, "0+math.sin(query.anim_time*90*1)*2"], + "3.5": [42.5, 0, "math.sin(query.anim_time*90*1)*2"], + "3.7917": [45, 0, 0] + } + }, + "neck2": { + "rotation": { + "0.0": [27.5, 0, 0], + "3.0": [27.5, 0, 0], + "3.2917": [17.5, 0, "0+math.sin(query.anim_time*90*1)*2"], + "3.5": [35, 0, "0+math.sin(query.anim_time*90*1)*2"], + "3.75": [27.5, 0, 0] + } + }, + "neck3": { + "rotation": [10, 0, 0] + }, + "neck4": { + "rotation": [-22.5, 0, 0] + }, + "head": { + "rotation": ["-65+math.sin(query.anim_time*90*16-90)*1", 0, 0] + }, + "wingclosed": { + "position": [2, -2, 0], + "scale": [0.2, -0.1, 1] + }, + "closedwing": { + "position": [-1, -1, 0], + "scale": [0, 0, 1] + }, + "leftwing": { + "rotation": { + "0.0": [0, 0, "0+math.sin(query.anim_time*90*8)*2"], + "3.125": [0, 0, "0+math.sin(query.anim_time*90*8)*2"], + "3.25": [0, 0, "0+math.sin(query.anim_time*90*4)*40"], + "4.0": [0, 0, "0+math.sin(query.anim_time*90*8)*2"] + } + }, + "leftwing3": { + "rotation": { + "3.125": [0, 0, 0], + "3.25": [0, 0, "0+math.sin(query.anim_time*90*4-90)*40"], + "3.4583": [0, 0, 0] + } + }, + "leftwing12": { + "rotation": { + "0.0": [0, 0, "0-math.sin(query.anim_time*90*8)*2"], + "3.125": [0, 0, "0-math.sin(query.anim_time*90*8)*2"], + "3.25": [0, 0, "0-math.sin(query.anim_time*90*4)*40"], + "4.0": [0, 0, "0-math.sin(query.anim_time*90*8)*2"] + } + }, + "leftwing13": { + "rotation": { + "0.0": [0, 0, 0], + "3.125": [0, 0, "0-math.sin(query.anim_time*90*8)*2"], + "3.25": [0, 0, "0-math.sin(query.anim_time*90*4-90)*40"], + "3.4583": [0, 0, 0] + } + } + } + }, + "animation.swanna.water_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "position": [0, "0+math.sin(query.anim_time*90*2)*0.5", 0] + }, + "leftleg": { + "rotation": ["2.5+math.sin(query.anim_time*90*1-60)*5", 0, 0] + }, + "leftfoot": { + "rotation": ["60+math.sin(query.anim_time*90*1-150)*5", 0, 0] + }, + "rightleg": { + "rotation": ["2.5+math.sin(query.anim_time*90*1-30)*5", 0, 0] + }, + "rightfoot": { + "rotation": ["45+math.sin(query.anim_time*90*1-90)*5", 0, 0] + }, + "neck": { + "rotation": ["2.5+math.sin(query.anim_time*90*2-60)*5", 0, 0] + }, + "neck4": { + "rotation": ["2.5+math.sin(query.anim_time*90*2-120)*5", 0, 0] + }, + "wingclosed": { + "rotation": [0, 0, "0-math.sin(query.anim_time*90*1-30)*5"] + }, + "closedwing": { + "rotation": [2, 0, "-5+math.sin(query.anim_time*90*1-30)*5"] + }, + "leftwing": { + "position": [-1, -1, 0], + "scale": [0, 0.4, 1] + }, + "leftwing12": { + "position": [1, -1, 0], + "scale": [0, 0, 1] + } + } + }, + "animation.swanna.water_swim": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "rotation": ["0+math.sin(query.anim_time*90*4-90)*2", 0, 0], + "position": [0, "0+math.sin(query.anim_time*90*4)", 0] + }, + "leftleg": { + "rotation": ["7.5+math.sin(query.anim_time*90*4)*20", 0, 0] + }, + "leftfoot": { + "rotation": ["25+math.sin(query.anim_time*90*4-60)*30", 0, 0] + }, + "rightleg": { + "rotation": ["0-math.sin(query.anim_time*90*4)*20", 0, 0] + }, + "rightfoot": { + "rotation": ["30-math.sin(query.anim_time*90*4-60)*30", 0, 0] + }, + "tail": { + "rotation": ["-5+math.sin(query.anim_time*90*4-90)*5", 0, 0] + }, + "neck": { + "rotation": ["12.5+math.sin(query.anim_time*90*4)*3", 0, 0] + }, + "head": { + "rotation": ["-12.5+math.sin(query.anim_time*90*4-150)*5", 0, 0] + }, + "wingclosed": { + "rotation": [0, 0, "0+math.sin(query.anim_time*90*4)*3"] + }, + "closedwing": { + "rotation": [0, 0, "0-math.sin(query.anim_time*90*4)*3"] + }, + "leftwing": { + "position": [-1, -1, 0], + "scale": [0, 0.6, 1] + }, + "leftwing12": { + "position": [2, 0, 0], + "scale": [0, 0.8, 1] + } + } + }, + "animation.swanna.blink": { + "animation_length": 0.4167, + "bones": { + "eyes": { + "scale": { + "0.0": [1, 1, 1], + "0.125": [1, 1, 1], + "0.1667": [0.9, 1, 1], + "0.2917": [0.9, 1, 1], + "0.3333": [1, 1, 1] + } + } + } + }, + "animation.swanna.sleep": { + "loop": true, + "bones": { + "torso": { + "position": [0, -5, 0] + }, + "neck": { + "rotation": [0, 37.5, 0] + }, + "neck2": { + "rotation": [-24.25045, 22.32924, -49.856] + }, + "neck3": { + "rotation": [-16.10211, 25.65891, -33.69007] + }, + "neck4": { + "rotation": [0, 35, 0] + }, + "head": { + "rotation": [-27.5, 0, 0] + }, + "leftwing": { + "position": [-1, -1, 0], + "scale": [0, 0, 1] + }, + "leftwing12": { + "position": [1, -1, 0], + "scale": [0, 0, 1] + }, + "eyes": { + "scale": [0.9, 1, 1] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0747_mareanie/mareanie.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0747_mareanie/mareanie.animation.json new file mode 100644 index 0000000..bb9a0c0 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0747_mareanie/mareanie.animation.json @@ -0,0 +1,2200 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.mareanie.ground_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body2": { + "rotation": { + "0.0": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-0.22345, -5.10436, 2.50996], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "3.5833": { + "post": [-0.42951, 9.74222, -2.5366], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -0.8, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -0.8, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.9583": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-17.43777, 1.49671, 4.75353], + "lerp_mode": "catmullrom" + }, + "3.2917": { + "post": [13.78501, 0.8419, 2.67386], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tantacle": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle3": { + "rotation": { + "0.0": { + "post": [17.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.125": { + "post": [-24.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [17.76, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle8": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle9": { + "rotation": { + "0.0": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle11": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle12": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle13": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle31": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [1.94757, -0.47846, -7.23541], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [1.76407, -0.94965, 7.24846], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle32": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle33": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-7.37405, 0, 7.12638], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-7.26471, -1.26436, -2.69368], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0.21271, -0.52865, 14.98981], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [10.0649, -0.16128, 4.57316], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle7": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.mareanie.ground_walk": { + "loop": true, + "animation_length": 0.75, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [13.61, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [1, 0.9, 1], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1, 1.1, 1], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-1.68, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle26": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle28": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle29": { + "rotation": { + "0.0": { + "post": [-47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-47.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle": { + "rotation": { + "0.0": { + "post": [-8.47316, 14.66455, -18.17616], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0.43015, -16.26726, 6.89001], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-8.47316, 14.66455, -18.17616], + "lerp_mode": "catmullrom" + } + } + }, + "tantacle": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle3": { + "rotation": { + "0.0": { + "post": [36.063, -8.95213, 28.42554], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [36.063, -8.95213, 28.42554], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle8": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [19.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle9": { + "rotation": { + "0.0": { + "post": [-47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-50, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-47.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle10": { + "rotation": { + "0.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle12": { + "rotation": { + "0.0": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle13": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle23": { + "rotation": { + "0.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle24": { + "rotation": { + "0.0": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle25": { + "rotation": { + "0.0": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle15": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle16": { + "rotation": { + "0.0": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle17": { + "rotation": { + "0.0": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle32": { + "rotation": { + "0.0": { + "post": [0, 0, -32.5], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -32.5], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle33": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle20": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle21": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle22": { + "rotation": { + "0.0": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle4": { + "rotation": { + "0.0": { + "post": [-22.5, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-3.48415, 22.7738, -8.67478], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-22.5, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-50, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle7": { + "rotation": { + "0.0": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tantacle2": { + "rotation": { + "0.0": [0, 0, -2.5], + "0.4167": [0, 0, 10], + "0.75": [0, 0, -2.5] + } + } + } + }, + "animation.mareanie.battle_idle": { + "loop": true, + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [1, 0.9, 1], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [1, 0.9, 1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "body2": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [17.64168, 7.15102, 2.26708], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [17.64304, -6.9224, -2.19486], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [24.57903, 10.32285, -0.72428], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [24.16001, -12.29777, 2.60669], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tophead": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [7.85952, -17.34551, -2.35666], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [7.67995, 12.39135, 1.6575], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle26": { + "rotation": { + "0.0": { + "post": [0, 17.5, -42.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [21.18867, 20.03213, -58.70503], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 17.5, -42.5], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [21.18867, 20.03213, -58.70503], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 17.5, -42.5], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle27": { + "rotation": { + "0.0": { + "post": [44.71911, 35.39626, -50.16243], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle28": { + "rotation": { + "0.0": { + "post": [26.61643, -9.74734, -60.8181], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle29": { + "rotation": { + "0.0": { + "post": [32.45458, 17.45309, 6.61025], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [33.29965, 16.98007, 7.5959], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [23.98728, 28.22921, -14.89005], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [27.37752, 24.97365, -7.33069], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [14.12611, 33.86536, -33.82968], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [32.45458, 17.45309, 6.61025], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle": { + "rotation": { + "0.0": { + "post": [0, -32.5, -50], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [6.5152, -28.62003, -81.01671], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -32.5, -50], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [6.5152, -28.62003, -81.01671], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -32.5, -50], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle2": { + "rotation": { + "0.0": { + "post": [-52.2725, -9.51031, -23.33399], + "lerp_mode": "catmullrom" + } + } + }, + "tantacle": { + "rotation": { + "0.0": { + "post": [-27.83761, -9.05478, -58.23825], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle3": { + "rotation": { + "0.0": { + "post": [-7.5, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [15.56512, 2.86313, 2.32648], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-57.44358, -19.23111, -24.25135], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-22.69658, 3.20971, -33.39685], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [5.53843, 12.33087, -9.87505], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [-25.86589, 6.40989, -50.86618], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-7.5, 0, -20], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle8": { + "rotation": { + "0.0": { + "post": [-60, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-60.21207, -3.73525, 6.49274], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-60.79745, 6.93455, -12.18101], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-60.74581, -6.69273, 11.76189], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-60, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle9": { + "rotation": { + "0.0": { + "post": [-40.21176, -21.66916, -24.31062], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-41.59055, -18.39396, -20.28852], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-43.28893, 12.8425, 12.55996], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-40.21176, -21.66916, -24.31062], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle10": { + "rotation": { + "0.0": { + "post": [0, 7.5, 65], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [3.76613, 6.49053, 95.21362], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-1.63219, 7.32123, 52.39557], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [3.76613, 6.49053, 95.21362], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 7.5, 65], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle11": { + "rotation": { + "0.0": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle12": { + "rotation": { + "0.0": { + "post": [0, 0, 72.5], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle13": { + "rotation": { + "0.0": { + "post": [0, 0, 57.5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 60], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, 0, 62.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 57.5], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle18": { + "rotation": { + "0.0": { + "post": [62.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [72.46271, 0.86717, -4.92442], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [62.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [72.46271, 0.86717, -4.92442], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [62.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle23": { + "rotation": { + "0.0": { + "post": [86.24578, 4.37253, -27.29514], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle24": { + "rotation": { + "0.0": { + "post": [46.21883, 16.34333, -11.94967], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle25": { + "rotation": { + "0.0": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle14": { + "rotation": { + "0.0": { + "post": [42.60882, -3.68425, 46.61738], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle15": { + "rotation": { + "0.0": { + "post": [-7.15545, -14.5068, 24.47576], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [18.33385, -7.81792, 59.53679], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-7.15545, -14.5068, 24.47576], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [18.33385, -7.81792, 59.53679], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-7.15545, -14.5068, 24.47576], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle16": { + "rotation": { + "0.0": { + "post": [41.4931, -0.00378, 78.65534], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle17": { + "rotation": { + "0.0": { + "post": [10.01138, -27.59691, 6.77166], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [24.26919, -45.45767, -33.39631], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [17.24229, -30.67332, 4.49977], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [14.46976, -37.89134, -33.02247], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-3.99182, -13.96312, -2.31372], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [3.34723, -7.67976, -0.25099], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10.01138, -27.59691, 6.77166], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle32": { + "rotation": { + "0.0": { + "post": [0, 0, -85], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle33": { + "rotation": { + "0.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, -57.5], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle19": { + "rotation": { + "0.0": { + "post": [55, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [73.75926, 6.60796, 21.55613], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [55, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [73.06161, 4.46375, 14.33501], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [55, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle20": { + "rotation": { + "0.0": { + "post": [84.6809, -19.92066, 1.81693], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle21": { + "rotation": { + "0.0": { + "post": [77.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle22": { + "rotation": { + "0.0": { + "post": [58.67015, 1.26817, 28.87912], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0.5245, 1.64386, 3.87369], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [54.91245, 1.64386, 3.87369], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-10.08755, 1.64386, 3.87369], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [47.41245, 1.64386, 3.87369], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [58.67015, 1.26817, 28.87912], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle4": { + "rotation": { + "0.0": { + "post": [-29.83757, 19.20748, 29.83757], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-41.31924, 10.67195, 58.59821], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-29.83757, 19.20748, 29.83757], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-41.31924, 10.67195, 58.59821], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-29.83757, 19.20748, 29.83757], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle5": { + "rotation": { + "0.0": { + "post": [-17.5, -2.5, 62.5], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle6": { + "rotation": { + "0.0": { + "post": [-25, 0, 62.5], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle7": { + "rotation": { + "0.0": { + "post": [-17.5, 0, 35], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-16.93839, -4.46375, 20.66499], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-17.25909, 2.26107, 42.20735], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-17.00869, 3.73495, 46.99187], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-16.70006, -4.69532, 19.73669], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [-17.12708, 2.65529, 43.54612], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-17.5, 0, 35], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle31": { + "rotation": { + "0.0": { + "post": [0, 0, -52.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 15, -60], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -52.5], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 15, -60], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -52.5], + "lerp_mode": "catmullrom" + } + } + }, + "tantacle2": { + "rotation": [0, 0, -67.5] + } + } + }, + "animation.mareanie.faint": { + "animation_length": 4, + "bones": { + "mareanie": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, -22, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "eyes": { + "scale": { + "0.0": [1, 1, 1], + "0.25": [1, 0.1, 1] + } + }, + "tentacle27": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -75], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, -87.5], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle3": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [0, 0, 27.5], + "0.3333": [0, 0, 30], + "0.5417": [0, 0, 32.5], + "0.75": [0, 0, -45], + "1.0833": [0, 0, 0] + } + }, + "tentacle9": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-72.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle11": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 77.5], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle18": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [65, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [75, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle24": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle25": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle15": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 80], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle20": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [80, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle21": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [62.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle22": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-1.74942, 34.96182, 84.44901], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle7": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [0, 0, 20], + "0.2917": [0, 0, -17.5], + "0.5417": [0, 0, -62.5], + "0.7083": [0, 0, 32.5], + "1.2917": [0, 0, 0] + } + }, + "tantacle2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "0.625": [0, 0, -25], + "0.875": [0, 0, -22.5] + } + }, + "tentacle31": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [0, 0, 0], + "0.875": [0, 0, -55] + } + } + } + }, + "animation.mareanie.sleep": { + "loop": true, + "animation_length": 0.33333, + "bones": { + "mareanie": { + "position": [0, -13, 0] + }, + "eyes": { + "scale": [1, 0, 1] + }, + "tentacle27": { + "rotation": [18.15784, 19.98632, -35.30358] + }, + "tentacle29": { + "rotation": [57.46833, 22.61958, -39.94073] + }, + "tentacle": { + "rotation": [35.42198, 8.63071, 4.34284] + }, + "tentacle2": { + "rotation": [-51.49052, -17.61575, -56.18237] + }, + "tentacle3": { + "rotation": [-38.81893, -13.80192, -36.63469] + }, + "tentacle9": { + "rotation": [-80, 0, 0] + }, + "tentacle10": { + "rotation": [0, 0, -35] + }, + "tentacle11": { + "rotation": [0, 0, 75] + }, + "tentacle13": { + "rotation": [0, 0, 80] + }, + "tentacle23": { + "rotation": [49.64048, 17.34551, -2.35666] + }, + "tentacle25": { + "rotation": [62.5, 0, 0] + }, + "tentacle15": { + "rotation": [43.22365, 8.41446, 27.32596] + }, + "tentacle17": { + "rotation": [15.12254, -27.99681, 69.22715] + }, + "tentacle31": { + "rotation": [0, 0, -45] + }, + "tentacle33": { + "rotation": [0, 0, -75] + }, + "tentacle20": { + "rotation": [46.05041, -7.64299, -4.49556] + }, + "tentacle22": { + "rotation": [70, 0, 0] + }, + "tentacle4": { + "rotation": [15, 20, -30], + "position": [0, -1, 0] + }, + "tentacle5": { + "rotation": [-62.51063, 12.40754, 49.84648] + }, + "tentacle7": { + "rotation": [-49.74702, 19.58991, 48.34766] + } + } + }, + "animation.mareanie.blink": { + "animation_length": 0.33333, + "bones": { + "eyes": { + "scale": { + "0.0": [1, 1, 1], + "0.1667": [1, 0, 1], + "0.3333": [1, 1, 1] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0748_toxapex/toxapex.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0748_toxapex/toxapex.animation.json new file mode 100644 index 0000000..67c830c --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0748_toxapex/toxapex.animation.json @@ -0,0 +1,735 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.toxapex.ground_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "toxapex": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -0.4, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [2.5, 0, 0.04], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "3.5833": { + "post": [-2.5, 0, -1.045], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg25": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0.3, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body2": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [2.5, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [-2.5, 0, 0.30105], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + } + }, + "leg28": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": [1.3, 1.6, 1] + }, + "leg35": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + } + }, + "leg37": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": [1.3, 1.6, 1] + }, + "leg44": { + "rotation": { + "0.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.toxapex.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "toxapex": { + "rotation": { + "0.0": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-0.55404, 12.48791, -2.56062], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg16": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [6.73275, 18.95924, -10.4175], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [3.07308, 19.46865, -3.81533], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg24": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg13": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [8.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg15": { + "rotation": { + "0.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg7": { + "rotation": { + "0.0": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-0.43439, -2.462, 10.00933], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-1.908, -8.54102, 12.64249], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg9": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg10": { + "rotation": { + "0.0": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [14.56561, -2.462, 10.00933], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-0.36546, 2.44554, 4.99678], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg25": { + "rotation": { + "0.0": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-3.86032, 9.23186, -22.81179], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg27": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg19": { + "rotation": { + "0.0": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-4.11937, 8.66731, -25.03139], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 27.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg21": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg4": { + "rotation": { + "0.0": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-0.91719, 9.95425, 12.21588], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body2": { + "rotation": { + "0.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + } + } + }, + "leg2": { + "rotation": { + "0.0": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-0.91719, 9.95425, 12.21588], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg36": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg37": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + }, + "scale": [1.3, 1.6, 1] + }, + "leg28": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-0.19164, 1.07096, 9.87848], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + }, + "scale": [1.3, 1.6, 1] + }, + "leg34": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg35": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + } + }, + "leg44": { + "rotation": { + "0.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "leg": { + "rotation": { + "0.0": [0, -17.5, 0], + "0.2083": [-15.26569, 16.7708, -19.42559], + "0.5": [0, 32.5, 0], + "0.75": [0, 30, 0], + "1.0": [0, -17.5, 0] + } + } + } + }, + "animation.toxapex.sleep": { + "loop": true, + "animation_length": 1.125, + "bones": { + "head": { + "rotation": [22.5, 0, 0] + }, + "eyelid": { + "scale": [1.1, 3.3, 1.1] + }, + "body2": { + "rotation": [-47.5, 0, 0] + }, + "leg28": { + "rotation": [32.5, 0, 0], + "scale": [1.3, 1.6, 1] + }, + "leg33": { + "rotation": [82.5, 0, 0] + }, + "leg34": { + "rotation": [24.78568, -3.54819, 6.60461] + }, + "leg35": { + "rotation": [42.5, 0, 0] + }, + "leg37": { + "rotation": [45.73209, -13.73143, -18.3793], + "scale": [1.3, 1.6, 1] + }, + "leg42": { + "rotation": [70.03852, -9.99038, -0.44067] + }, + "leg43": { + "rotation": [32.5, 0, 0] + }, + "leg44": { + "rotation": [40, 0, 0] + } + } + }, + "animation.toxapex.blink": { + "animation_length": 0.54167, + "bones": { + "eyelid": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 2.6, 1.1], + "0.5417": [1, 1, 1] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0848_toxel/toxel.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0848_toxel/toxel.animation.json new file mode 100644 index 0000000..16f1ded --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0848_toxel/toxel.animation.json @@ -0,0 +1,580 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.toxel.ground_idle": { + "loop": true, + "animation_length": 3.75, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, -0.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg2": { + "position": { + "0.0": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + } + } + }, + "leg4": { + "rotation": { + "0.0": { + "post": [0, 62.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0.47717, -0.27423, 2.4685], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.9583": { + "post": [0.47717, -0.27423, 2.4685], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0.47717, -0.27423, 2.4685], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail2": { + "rotation": { + "0.0": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [3.86032, -9.23186, -22.81179], + "lerp_mode": "catmullrom" + }, + "3.2083": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail3": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + } + }, + "eletric": { + "rotation": { + "0.0": [0, 0, -20], + "0.25": [0, 0, 30], + "0.5": [0, 0, -20], + "0.75": [0, 0, 30], + "1.0": [0, 0, -20], + "1.25": [0, 0, 30], + "1.5": [0, 0, -20], + "1.75": [0, 0, 30], + "2.0": [0, 0, -20], + "2.25": [0, 0, 30], + "2.5": [0, 0, -20], + "2.7917": [0, 0, 30], + "3.1667": [0, 0, -20], + "3.4583": [0, 0, 30], + "3.75": [0, 0, -20] + }, + "scale": { + "0.0": [1, 1, 1], + "0.0833": [1, 0.6, 1], + "0.1667": [1, 1, 1], + "0.25": [1, 0.6, 1], + "0.3333": [1, 1, 1], + "0.4167": [1, 0.6, 1], + "0.5": [1, 1, 1], + "0.5833": [1, 0.6, 1], + "0.6667": [1, 1, 1], + "0.75": [1, 0.6, 1], + "0.8333": [1, 1, 1], + "0.9167": [1, 0.6, 1], + "1.0": [1, 1, 1], + "1.0833": [1, 0.6, 1], + "1.1667": [1, 1, 1], + "1.25": [1, 0.6, 1], + "1.3333": [1, 1, 1], + "1.4167": [1, 0.6, 1], + "1.5": [1, 1, 1], + "1.5833": [1, 0.6, 1], + "1.6667": [1, 1, 1], + "1.75": [1, 0.6, 1], + "1.8333": [1, 1, 1], + "1.9167": [1, 0.6, 1], + "2.0": [1, 1, 1], + "2.0833": [1, 0.6, 1], + "2.1667": [1, 1, 1], + "2.25": [1, 0.6, 1], + "2.3333": [1, 1, 1], + "2.4167": [1, 0.6, 1], + "2.5": [1, 1, 1], + "2.5833": [1, 0.6, 1], + "2.6667": [1, 1, 1], + "2.75": [1, 0.6, 1], + "2.8333": [1, 1, 1], + "2.9167": [1, 0.6, 1], + "3.0": [1, 1, 1], + "3.0833": [1, 0.6, 1], + "3.1667": [1, 1, 1], + "3.25": [1, 0.6, 1], + "3.3333": [1, 1, 1], + "3.4167": [1, 0.6, 1], + "3.5": [1, 1, 1], + "3.625": [1, 0.6, 1], + "3.75": [1, 1, 1] + } + }, + "legfixed": { + "rotation": [0, -40, 0] + } + } + }, + "animation.toxel.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "leg4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 2, -1], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + } + } + }, + "leg": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 2, -1], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -3], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + } + } + }, + "leg2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 2, -0.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0.6, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-8.18089, 10.58773, 5.16674], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-8.99904, 11.09296, -12.88972], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-7.5, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail2": { + "rotation": { + "0.0": [0, -30, 0], + "0.1667": [0, -17.5, 0], + "0.4167": [0, 17.5, 0], + "0.75": [0, -25, 0], + "1.0": [0, -30, 0] + } + }, + "tail3": { + "rotation": { + "0.0": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-28.59211, -13.13017, -20.00368], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-29.0625, -1.40625, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "eletric": { + "scale": { + "0.0": [1, 1, 1], + "0.0833": [1, 0.6, 1], + "0.1667": [1, 1, 1], + "0.25": [1, 0.6, 1], + "0.3333": [1, 1, 1], + "0.4167": [1, 0.6, 1], + "0.5": [1, 1, 1], + "0.5833": [1, 0.6, 1], + "0.6667": [1, 1, 1], + "0.75": [1, 0.6, 1], + "0.8333": [1, 1, 1], + "0.9167": [1, 0.6, 1], + "1.0": [1, 1, 1] + } + }, + "legfixed": { + "position": { + "0.0": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.toxel.blink": { + "animation_length": 0.375, + "bones": { + "eyelids": { + "position": { + "0.0": [0, 0, 0], + "0.2083": [0, -1, 0], + "0.375": [0, 0, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1.8, 1], + "0.375": [1, 1, 1] + } + } + } + }, + "animation.toxel.sleep": { + "loop": true, + "bones": { + "Toxel": { + "position": [0, -6, 0] + }, + "leg4": { + "rotation": [97.5, 0, 0] + }, + "leg": { + "rotation": [-93.38905, 42.45005, -2.28888] + }, + "leg2": { + "rotation": [-83.23267, -42.30053, -4.56615] + }, + "tail": { + "rotation": [-37.5, 0, 0] + }, + "eyelids": { + "position": [0, -1, 0], + "scale": [1.04, 1.7, 1] + }, + "legfixed": { + "rotation": [99.46573, -9.52903, -21.94653] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0849_toxtricity/toxtricitya.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0849_toxtricity/toxtricitya.animation.json new file mode 100644 index 0000000..4132141 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0849_toxtricity/toxtricitya.animation.json @@ -0,0 +1,1282 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.toxtricitya.ground_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "toxtricity": { + "rotation": [0, -40, 0] + }, + "leg": { + "rotation": [0, 30, 0] + }, + "torso": { + "rotation": { + "0.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso2": { + "rotation": { + "0.0": { + "post": [32.72854, 21.09125, 6.95879], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [30.22854, 21.09125, 6.95879], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [32.72854, 21.09125, 6.95879], + "lerp_mode": "catmullrom" + } + } + }, + "torso3": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm3": { + "rotation": { + "0.0": { + "post": [-4.46175, 17.00837, 54.36497], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-5.38152, 19.291, 51.58473], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-4.52638, 19.50068, 54.15871], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-4.46175, 17.00837, 54.36497], + "lerp_mode": "catmullrom" + } + } + }, + "arm4": { + "rotation": { + "0.0": { + "post": [170.23242, 2.15393, 12.31594], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [170.021, 11.93, 10.60356], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [170.16454, 7.00447, 11.47544], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [170.23242, 2.15393, 12.31594], + "lerp_mode": "catmullrom" + } + } + }, + "hand2": { + "rotation": { + "0.0": { + "post": [-55, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-75, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-55, 0, -27.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm": { + "rotation": { + "0.0": { + "post": [0, -37.5, -62.5], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-1.77068, -35.28745, -59.43678], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, -32.5, -62.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -37.5, -62.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm2": { + "rotation": { + "0.0": { + "post": [146.26501, -9.93191, -14.48174], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [148.15593, -15.35793, -23.09454], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [146.65823, -11.32059, -16.61312], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [146.26501, -9.93191, -14.48174], + "lerp_mode": "catmullrom" + } + } + }, + "hand": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [-20, 0, 0], + "2.0": [0, 0, 0] + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [0, -10, 0], + "lerp_mode": "catmullrom" + } + } + }, + "finger": { + "rotation": { + "0.0": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [-7.5, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-6.71031, -17.80928, -2.60344], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-8.26582, -17.16, 2.57076], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-7.5, -17.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck2": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-4.85369, 27.02157, 15.37556], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-5.21716, 23.91873, 15.4426], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5.88717, 33.24376, 6.94834], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-4.85369, 27.02157, 15.37556], + "lerp_mode": "catmullrom" + } + } + }, + "jawbone": { + "rotation": { + "0.0": [0, 0, 0], + "0.625": [5, 0, 0], + "1.375": [0, 0, 0] + } + }, + "eletric2": { + "scale": { + "0.0": [1, 1, 1], + "0.0833": [1, 0.9, 1], + "0.1667": [1, 1, 1], + "0.25": [1, 0.9, 1], + "0.3333": [1, 1, 1], + "0.4167": [1, 0.9, 1], + "0.5": [1, 1, 1], + "0.5833": [1, 0.9, 1], + "0.6667": [1, 1, 1], + "0.75": [1, 0.9, 1], + "0.8333": [1, 1, 1], + "0.9167": [1, 0.9, 1], + "1.0": [1, 1, 1], + "1.0833": [1, 0.9, 1], + "1.1667": [1, 1, 1], + "1.25": [1, 0.9, 1], + "1.3333": [1, 1, 1], + "1.4167": [1, 0.9, 1], + "1.5": [1, 1, 1], + "1.5833": [1, 0.9, 1], + "1.6667": [1, 1, 1], + "1.75": [1, 0.9, 1], + "1.8333": [1, 1, 1], + "1.9167": [1, 0.9, 1], + "2.0": [1, 1, 1] + } + } + } + }, + "animation.toxtricitya.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "toxtricity": { + "position": { + "0.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -0.33, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg2": { + "rotation": { + "0.0": { + "post": [-46.78082, 13.99545, -14.43276], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [11.56866, 11.40259, 0.71555], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [41.56866, 11.40259, 0.71555], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-46.78082, 13.99545, -14.43276], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 3, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg": { + "rotation": { + "0.0": { + "post": [29.44954, -16.14777, -8.68999], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-40.68495, -10.57013, 20.02389], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [29.44954, -16.14777, -8.68999], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 2.54, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "knee": { + "rotation": { + "0.0": { + "post": [62.76551, 6.26609, -21.98523], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [61.07261, 7.91142, -19.08204], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [10.32399, 9.46088, -12.26026], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [26.59756, 9.83097, -15.69497], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [62.76551, 6.26609, -21.98523], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm3": { + "rotation": { + "0.0": { + "post": [104.28509, -16.41056, 67.52369], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [130.67815, 9.54385, 68.11019], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [104.28509, -16.41056, 67.52369], + "lerp_mode": "catmullrom" + } + } + }, + "arm4": { + "rotation": { + "0.0": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, -45], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -40], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + } + } + }, + "hand2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm": { + "rotation": { + "0.0": { + "post": [141.33099, -11.14485, -68.57875], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [131.27775, 34.59292, -66.90807], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [141.33099, -11.14485, -68.57875], + "lerp_mode": "catmullrom" + } + } + }, + "arm2": { + "rotation": { + "0.0": { + "post": [0, 10, 27.5], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 15, 40], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-3.93783, 14.48285, 24.6112], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 10, 27.5], + "lerp_mode": "catmullrom" + } + } + }, + "hand": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [0, -52.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [0, -67.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "finger": { + "rotation": { + "0.0": { + "post": [0, -40, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [0, 42.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [0, 27.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "eletric": { + "scale": { + "0.0": [1, 1, 1], + "0.0833": [1, 1, 0.8], + "0.1667": [1, 1, 1], + "0.25": [1, 1, 0.9], + "0.3333": [1, 1, 1], + "0.4167": [1, 1, 0.8], + "0.5": [1, 1, 1], + "0.5833": [1, 1, 0.8], + "0.6667": [1, 1, 1], + "0.75": [1, 1, 0.8], + "0.8333": [1, 1, 1], + "0.9167": [1, 1, 0.8], + "1.0": [1, 1, 1] + } + }, + "eletric2": { + "scale": { + "0.0": [1, 1, 1], + "0.0833": [1, 0.9, 1], + "0.1667": [1, 1, 1], + "0.25": [1, 0.9, 1], + "0.3333": [1, 1, 1], + "0.4167": [1, 0.9, 1], + "0.5": [1, 1, 1], + "0.5833": [1, 0.9, 1], + "0.6667": [1, 1, 1], + "0.75": [1, 0.9, 1], + "0.8333": [1, 1, 1], + "0.9167": [1, 0.9, 1], + "1.0": [1, 1, 1] + } + }, + "kneefixed": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [35.0652, 5.556, 18.6516], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [35.68672, 22.91934, 15.62633], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.toxtricitya.battle_idle": { + "loop": true, + "animation_length": 3, + "bones": { + "toxtricity": { + "rotation": { + "0.0": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -4, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg2": { + "rotation": { + "0.0": { + "post": [-51.53653, -11.84911, -9.26433], + "lerp_mode": "catmullrom" + } + } + }, + "leg": { + "rotation": { + "0.0": { + "post": [-31.84407, 15.35793, 23.09454], + "lerp_mode": "catmullrom" + } + } + }, + "knee": { + "rotation": { + "0.0": { + "post": [41.07549, 19.74759, -11.6901], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 2, -2], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [-15.04099, -4.0244, 1.08033], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-15.01365, 2.41476, -0.64743], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-15.04099, -4.0244, 1.08033], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1, -1], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -0.4, -1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -1, -1], + "lerp_mode": "catmullrom" + } + } + }, + "torso2": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso3": { + "rotation": { + "0.0": { + "post": [30.07612, 3.10361, 1.6197], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [25.05971, 2.9559, 1.54224], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [30.07612, 3.10361, 1.6197], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [25.05971, 2.9559, 1.54224], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [30.07612, 3.10361, 1.6197], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [25.05971, 2.9559, 1.54224], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [30.07612, 3.10361, 1.6197], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm3": { + "rotation": { + "0.0": { + "post": [0, 0, 70], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -10, 66.25], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 60], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 7.5, 65.83333], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 70], + "lerp_mode": "catmullrom" + } + } + }, + "arm4": { + "rotation": { + "0.0": { + "post": [0, 72.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "hand2": { + "rotation": { + "0.0": { + "post": [0, 80, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 52.5, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 40, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 32.5, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 42.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 40, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 32.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 32.5, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 40, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 32.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm": { + "rotation": { + "0.0": { + "post": [10.54242, -47.75204, -56.98442], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [8.68253, -35.42458, -54.19893], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10.54242, -47.75204, -56.98442], + "lerp_mode": "catmullrom" + } + } + }, + "arm2": { + "rotation": { + "0.0": { + "post": [4.94278, -58.7037, 42.91657], + "lerp_mode": "catmullrom" + } + } + }, + "hand": { + "rotation": { + "0.0": { + "post": [-38.12634, -46.91981, 47.05782], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [28.22975, -52.42246, -34.11397], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-38.12634, -46.91981, 47.05782], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [28.22975, -52.42246, -34.11397], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-38.12634, -46.91981, 47.05782], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [28.22975, -52.42246, -34.11397], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-38.12634, -46.91981, 47.05782], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [28.22975, -52.42246, -34.11397], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-38.12634, -46.91981, 47.05782], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [28.22975, -52.42246, -34.11397], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-38.12634, -46.91981, 47.05782], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [28.22975, -52.42246, -34.11397], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-38.12634, -46.91981, 47.05782], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [0, -35, -22.5], + "lerp_mode": "catmullrom" + } + } + }, + "finger": { + "rotation": { + "0.0": { + "post": [0, -17.5, 10], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck2": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-12.00432, 19.50645, -13.27463], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-29.50432, 19.50645, -13.27463], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.00432, 19.50645, -13.27463], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-29.50432, 19.50645, -13.27463], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.00432, 19.50645, -13.27463], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-29.50432, 19.50645, -13.27463], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-12.00432, 19.50645, -13.27463], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-29.50432, 19.50645, -13.27463], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-12.00432, 19.50645, -13.27463], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-29.50432, 19.50645, -13.27463], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-12.00432, 19.50645, -13.27463], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-29.50432, 19.50645, -13.27463], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.00432, 19.50645, -13.27463], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jawbone": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "eyelids": { + "scale": { + "0.0": { + "post": [1, 2.4, 1], + "lerp_mode": "catmullrom" + } + } + }, + "eletric2": { + "scale": { + "0.0": [1, 1, 1], + "0.0833": [1, 0.8, 1], + "0.1667": [1, 1, 1], + "0.25": [1, 0.8, 1], + "0.3333": [1, 1, 1], + "0.4167": [1, 0.8, 1], + "0.5": [1, 1, 1], + "0.5833": [1, 0.8, 1], + "0.6667": [1, 1, 1], + "0.75": [1, 0.8, 1], + "0.8333": [1, 1, 1], + "0.9167": [1, 0.8, 1], + "1.0": [1, 1, 1], + "1.0833": [1, 0.8, 1], + "1.1667": [1, 1, 1], + "1.25": [1, 0.8, 1], + "1.3333": [1, 1, 1], + "1.4167": [1, 0.8, 1], + "1.5": [1, 1, 1], + "1.5833": [1, 0.8, 1], + "1.6667": [1, 1, 1], + "1.75": [1, 0.8, 1], + "1.8333": [1, 1, 1], + "1.9167": [1, 0.8, 1], + "2.0": [1, 1, 1], + "2.0833": [1, 0.8, 1], + "2.1667": [1, 1, 1], + "2.25": [1, 0.8, 1], + "2.3333": [1, 1, 1], + "2.4167": [1, 0.8, 1], + "2.5": [1, 1, 1], + "2.5833": [1, 0.8, 1], + "2.6667": [1, 1, 1], + "2.75": [1, 0.8, 1], + "2.8333": [1, 1, 1], + "2.9167": [1, 0.8, 1], + "3.0": [1, 1, 1] + } + }, + "kneefixed": { + "rotation": [57.5, 0, 0], + "position": [0, 2, -1] + } + } + }, + "animation.toxtricitya.sleep": { + "loop": true, + "bones": { + "toxtricity": { + "position": [0, -12, 0] + }, + "leg2": { + "rotation": [-92.5, 0, 0] + }, + "leg": { + "rotation": [-92.5, 0, 0] + }, + "torso3": { + "rotation": [22.5, 0, 0], + "position": [0, -1, 0] + }, + "arm3": { + "rotation": [-7.08385, 16.66577, 75.79388] + }, + "hand2": { + "rotation": [-52.08931, 74.3214, -26.24642] + }, + "arm": { + "rotation": [-2.71994, -19.82169, -79.52468] + }, + "hand": { + "rotation": [0, -62.5, 0] + }, + "bone": { + "rotation": [0, -25, 0] + }, + "bone2": { + "rotation": [-4.11405, -22.13991, 10.80524] + }, + "finger": { + "rotation": [0, -25, 0] + }, + "eyelids": { + "scale": [1, 2.4, 1] + }, + "eletric2": { + "scale": [1, 0.7, 0.9] + } + } + }, + "animation.toxtricitya.blink": { + "animation_length": 0.20833, + "bones": { + "eyelids": { + "scale": { + "0.0": [1, 1, 1], + "0.0833": [1, 2.5, 1], + "0.2083": [1, 1, 1] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0849_toxtricity/toxtricityb.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0849_toxtricity/toxtricityb.animation.json new file mode 100644 index 0000000..c91c824 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0849_toxtricity/toxtricityb.animation.json @@ -0,0 +1,1133 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.toxtricityb.ground_idle": { + "loop": true, + "animation_length": 3, + "bones": { + "toxtricity": { + "rotation": [0, 37.5, 0] + }, + "torso3": { + "rotation": { + "0.0": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm3": { + "rotation": { + "0.0": { + "post": [1.5741, 17.43127, 65.24133], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [1.00825, 17.5015, 62.63142], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [1.84696, 22.33718, 65.4169], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1.5741, 17.43127, 65.24133], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm": { + "rotation": { + "0.0": { + "post": [0, 22.5, -70], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [2.06754, 22.40972, -64.59039], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [1.03509, 22.47741, -67.29431], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 22.5, -70], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm2": { + "rotation": { + "0.0": { + "post": [71.59934, -49.56391, -11.81973], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [69.09934, -49.56391, -11.81973], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [81.59934, -49.56391, -11.81973], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [71.59934, -49.56391, -11.81973], + "lerp_mode": "catmullrom" + } + } + }, + "arm4": { + "rotation": { + "0.0": { + "post": [96.50446, -3.74196, 29.78729], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [96.15518, -4.29357, 34.76905], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [96.79098, -3.18735, 25.02878], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [96.50446, -3.74196, 29.78729], + "lerp_mode": "catmullrom" + } + } + }, + "hand2": { + "rotation": [57.5, 0, 0] + }, + "leg2": { + "rotation": [6.31274, -31.94715, -11.80868] + }, + "neck": { + "rotation": [-1.6575, -12.39135, 7.67995], + "position": [0, 0, 0] + }, + "neck2": { + "rotation": [0, 0, 10] + }, + "head": { + "rotation": { + "0.0": { + "post": [-7.38192, -1.99066, -12.42206], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-4.92442, -0.86717, -9.96271], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-7.39091, -1.1362, -9.31784], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-4.98125, -0.42701, -4.88704], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-2.46901, 0.14694, 1.68859], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [-4.97379, -0.47599, -5.45406], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-7.38192, -1.99066, -12.42206], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [2.66, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.66, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [3.82, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "hand": { + "rotation": { + "0.0": { + "post": [73.06161, 4.46375, 14.33501], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": [0, 7.5, 0] + }, + "bone": { + "rotation": [0, -17.5, 0] + }, + "bone2": { + "rotation": [0, -35, 0] + }, + "finger": { + "rotation": [0, -32.5, 0] + }, + "bone5": { + "rotation": [0, 30, 0] + }, + "bone6": { + "rotation": [0, 20, 0] + }, + "eletric": { + "scale": { + "0.0": [1, 1, 1], + "0.0833": [1, 0.9, 1], + "0.1667": [1, 1, 1], + "0.25": [1, 0.9, 1], + "0.3333": [1, 1, 1], + "0.4167": [1, 0.9, 1], + "0.5": [1, 1, 1], + "0.5833": [1, 0.9, 1], + "0.6667": [1, 1, 1], + "0.75": [1, 0.9, 1], + "0.8333": [1, 1, 1], + "0.9167": [1, 0.9, 1], + "1.0": [1, 1, 1], + "1.0833": [1, 0.9, 1], + "1.1667": [1, 1, 1], + "1.25": [1, 0.9, 1], + "1.3333": [1, 1, 1], + "1.4167": [1, 0.9, 1], + "1.5": [1, 1, 1], + "1.5833": [1, 0.9, 1], + "1.6667": [1, 1, 1], + "1.75": [1, 0.9, 1], + "1.8333": [1, 1, 1], + "1.9167": [1, 0.9, 1], + "2.0": [1, 1, 1], + "2.0833": [1, 0.9, 1], + "2.1667": [1, 1, 1], + "2.25": [1, 0.9, 1], + "2.3333": [1, 1, 1], + "2.4167": [1, 0.9, 1], + "2.5": [1, 1, 1], + "2.5833": [1, 0.9, 1], + "2.6667": [1, 1, 1], + "2.75": [1, 0.9, 1], + "2.8333": [1, 1, 1], + "2.9167": [1, 0.9, 1], + "3.0": [1, 1, 1] + } + }, + "fixedknee": { + "rotation": [0, 0, 12.5] + } + } + }, + "animation.toxtricityb.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "toxtricity": { + "position": { + "0.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -0.33, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg2": { + "rotation": { + "0.0": { + "post": [-46.78082, 13.99545, -14.43276], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [11.56866, 11.40259, 0.71555], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [41.56866, 11.40259, 0.71555], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-46.78082, 13.99545, -14.43276], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 3, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg": { + "rotation": { + "0.0": { + "post": [29.44954, -16.14777, -8.68999], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-40.68495, -10.57013, 20.02389], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [29.44954, -16.14777, -8.68999], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 2.54, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "knee": { + "rotation": { + "0.0": { + "post": [62.76551, 6.26609, -21.98523], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [61.07261, 7.91142, -19.08204], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [10.32399, 9.46088, -12.26026], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [26.59756, 9.83097, -15.69497], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [62.76551, 6.26609, -21.98523], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm3": { + "rotation": { + "0.0": { + "post": [104.28509, -16.41056, 67.52369], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [130.67815, 9.54385, 68.11019], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [104.28509, -16.41056, 67.52369], + "lerp_mode": "catmullrom" + } + } + }, + "arm4": { + "rotation": { + "0.0": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, -45], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -40], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + } + } + }, + "hand2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm": { + "rotation": { + "0.0": { + "post": [141.33099, -11.14485, -68.57875], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [131.27775, 34.59292, -66.90807], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [141.33099, -11.14485, -68.57875], + "lerp_mode": "catmullrom" + } + } + }, + "arm2": { + "rotation": { + "0.0": { + "post": [0, 10, 27.5], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 15, 40], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-3.93783, 14.48285, 24.6112], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 10, 27.5], + "lerp_mode": "catmullrom" + } + } + }, + "hand": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [0, -52.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [0, -67.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "finger": { + "rotation": { + "0.0": { + "post": [0, -40, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [0, 42.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [0, 27.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "eletric": { + "scale": { + "0.0": [1, 1, 1], + "0.0833": [1, 1, 0.8], + "0.1667": [1, 1, 1], + "0.25": [1, 1, 0.9], + "0.3333": [1, 1, 1], + "0.4167": [1, 1, 0.8], + "0.5": [1, 1, 1], + "0.5833": [1, 1, 0.8], + "0.6667": [1, 1, 1], + "0.75": [1, 1, 0.8], + "0.8333": [1, 1, 1], + "0.9167": [1, 1, 0.8], + "1.0": [1, 1, 1] + } + }, + "fixedknee": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [30, 0, 0], + "0.625": [37.5, 0, 0], + "1.0": [0, 0, 0] + } + } + } + }, + "animation.toxtricityb.battle_idle": { + "loop": true, + "animation_length": 1.5, + "bones": { + "toxtricity": { + "position": { + "0.0": { + "post": [0, -3, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg2": { + "rotation": { + "0.0": { + "post": [31.61077, -7.99978, -19.92182], + "lerp_mode": "catmullrom" + } + }, + "position": [0, 2, 0] + }, + "leg": { + "rotation": { + "0.0": { + "post": [-64.46949, 11.31255, 5.35254], + "lerp_mode": "catmullrom" + } + } + }, + "knee": { + "rotation": { + "0.0": { + "post": [65.25237, -11.78891, -28.22783], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [10.00933, 2.462, 0.43439], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [10.00933, -2.462, -0.43439], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [10.00933, 2.462, 0.43439], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0.6, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0.6, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso2": { + "rotation": { + "0.0": { + "post": [-12.54624, 4.88119, -1.08482], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-12.54624, -4.88119, 1.08482], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-12.54624, 4.88119, -1.08482], + "lerp_mode": "catmullrom" + } + } + }, + "torso3": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [19.98247, 0.85481, -2.34941], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [19.98247, -0.85481, 2.34941], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm3": { + "rotation": { + "0.0": { + "post": [3.22284, 16.94208, 50.10134], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [6.89989, 15.83437, 63.08191], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0.14161, 17.23649, 39.64268], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [3.22284, 16.94208, 50.10134], + "lerp_mode": "catmullrom" + } + } + }, + "arm4": { + "rotation": { + "0.0": { + "post": [-70.70466, 29.78401, -54.82326], + "lerp_mode": "catmullrom" + } + } + }, + "hand2": { + "rotation": { + "0.0": { + "post": [-4.64696, 59.39401, 13.07213], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [8.01429, 59.17198, 27.77856], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-4.64696, 59.39401, 13.07213], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [3.69963, 59.43221, 22.76176], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-4.64696, 59.39401, 13.07213], + "lerp_mode": "catmullrom" + } + } + }, + "arm": { + "rotation": { + "0.0": { + "post": [-36.2416, -39.54437, -48.86385], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-39.04578, -43.62974, -44.64619], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-30.85033, -26.39158, -58.93619], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-36.2416, -39.54437, -48.86385], + "lerp_mode": "catmullrom" + } + } + }, + "arm2": { + "rotation": { + "0.0": { + "post": [-7.10431, -60.89158, 11.74777], + "lerp_mode": "catmullrom" + } + } + }, + "hand": { + "rotation": { + "0.0": { + "post": [0, -37.5, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-7.58967, -36.83503, 12.53061], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [7.58967, -36.83503, -12.53061], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -37.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [0, -125, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "finger": { + "rotation": { + "0.0": { + "post": [0, -10, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck2": { + "rotation": { + "0.0": { + "post": [-22.29148, -0.97437, -0.20466], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-24.91643, -2.11089, -4.53359], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-24.91643, 2.11089, 4.53359], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 1, -1], + "lerp_mode": "catmullrom" + } + } + }, + "jawbone": { + "rotation": { + "0.0": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "eyelids": { + "scale": { + "0.0": { + "post": [1, 0.4, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [0, 137.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "eletric": { + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [1, 0.8, 1], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [1, 0.8, 1], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [1, 0.8, 1], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [1, 0.8, 1], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [1, 0.8, 1], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [1, 0.8, 1], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [1, 0.8, 1], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [1, 0.8, 1], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [1, 0.8, 1], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "fixedknee": { + "rotation": [45.59494, 45.77028, 24.63593] + } + } + }, + "animation.toxtricityb.sleep": { + "loop": true, + "bones": { + "toxtricity": { + "position": [0, -12, 0] + }, + "leg2": { + "rotation": [-92.5, 0, 0] + }, + "leg": { + "rotation": [-92.5, 0, 0] + }, + "torso3": { + "rotation": [22.5, 0, 0], + "position": [0, -1, 0] + }, + "arm3": { + "rotation": [-7.08385, 16.66577, 75.79388] + }, + "hand2": { + "rotation": [-52.08931, 74.3214, -26.24642] + }, + "arm": { + "rotation": [-2.71994, -19.82169, -79.52468] + }, + "hand": { + "rotation": [0, -62.5, 0] + }, + "bone": { + "rotation": [0, -25, 0] + }, + "bone2": { + "rotation": [-4.11405, -22.13991, 10.80524] + }, + "finger": { + "rotation": [0, -25, 0] + }, + "eyelids": { + "scale": [1, 2.4, 1] + }, + "eletric2": { + "scale": [1, 0.7, 0.9] + } + } + }, + "animation.toxtricityb.blink": { + "animation_length": 0.20833, + "bones": { + "eyelids": { + "scale": { + "0.0": [1, 1, 1], + "0.0833": [1, 2.5, 1], + "0.2083": [1, 1, 1] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0896_glastrier/glastrier.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0896_glastrier/glastrier.animation.json new file mode 100644 index 0000000..f0e29e2 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0896_glastrier/glastrier.animation.json @@ -0,0 +1,11 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.glastrier.ground_idle": { + "loop": true + }, + "animation.glastrier.ground_walk": { + "loop": true + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0897_spectrier/spectrier.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0897_spectrier/spectrier.animation.json new file mode 100644 index 0000000..a34f79b --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0897_spectrier/spectrier.animation.json @@ -0,0 +1,11 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.spectrier.ground_idle": { + "loop": true + }, + "animation.spectrier.ground_walk": { + "loop": true + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0898_calyrex/calyrex.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0898_calyrex/calyrex.animation.json new file mode 100644 index 0000000..a0499f7 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0898_calyrex/calyrex.animation.json @@ -0,0 +1,11 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.calyrex.ground_walk": { + "loop": true + }, + "animation.calyrex.ground_idle": { + "loop": true + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0971_greavard/greavard.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0971_greavard/greavard.animation.json new file mode 100644 index 0000000..f1380df --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0971_greavard/greavard.animation.json @@ -0,0 +1,2178 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.greavard.ground_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0.5, 0.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-2.49762, -0.10901, -2.49762], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2.4905, 0.21782, -4.99527], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-2.22011, 0.09691, 2.49812], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tongue": { + "rotation": { + "0.0": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-2.5761, 0.67904, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tongue2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tongue3": { + "rotation": { + "0.0": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, -10, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [49.87926, 32.79775, 32.73241], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [43.41006, -20.71501, -18.50097], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [44.09531, 22.52101, 20.36057], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [41.7633, -15.18892, -13.16783], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [49.87926, 32.79775, 32.73241], + "lerp_mode": "catmullrom" + } + } + }, + "tail2": { + "rotation": { + "0.0": { + "post": [21.65967, -18.50774, -7.14047], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [21.50238, 21.07593, 8.0634], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [21.36678, -19.16325, -7.31483], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [21.70679, -21.48876, -8.29345], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [24.66331, 34.43882, 14.56002], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [21.13012, -13.85185, -5.2418], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [21.65967, -18.50774, -7.14047], + "lerp_mode": "catmullrom" + } + } + }, + "tail3": { + "rotation": { + "0.0": { + "post": [31.3334, -10.05022, -6.20464], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [32.28821, -20.25695, -12.34509], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [32.62236, 19.05536, 11.68907], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [31.8668, -15.16607, -9.35163], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [32.11999, 15.62817, 9.45903], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [32.52067, 17.74096, 10.85433], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [31.3334, -10.05022, -6.20464], + "lerp_mode": "catmullrom" + } + } + }, + "tail4": { + "rotation": { + "0.0": { + "post": [33.7856, -18.1012, -11.84499], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [30.86748, -12.95254, -7.63074], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [31.8539, 17.73951, 10.69841], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [30.97293, -12.38275, -7.35585], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [32.53343, -20.82016, -12.79638], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [34.82268, 24.01408, 15.58227], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [33.7856, -18.1012, -11.84499], + "lerp_mode": "catmullrom" + } + } + }, + "leftfur": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightfur": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightfur2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 37.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftfur2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftear": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftear2": { + "rotation": { + "0.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 22.3], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, -15.3], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + } + } + }, + "rightear": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightear2": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + } + }, + "whisp": { + "rotation": { + "0.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [7.43656, 0.9762, -7.43656], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [9.91615, -1.29876, 7.38733], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [3.65046, -0.27237, -6.423], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [11.57518, 4.75113, -22.01816], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [7.43656, -0.9762, 7.43656], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [1, 0.9, 1], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [1, 1.1, 1], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [1, 0.9, 1], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [1, 1.1, 1], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [1, 0.9, 1], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [1, 1.1, 1], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [1, 0.9, 1], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [1, 1.1, 1], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [1, 0.9, 1], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [1, 1.1, 1], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [1, 0.9, 1], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [1, 1.1, 1], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [1, 0.9, 1], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "rightleg": { + "rotation": { + "0.0": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightleg2": { + "rotation": { + "0.0": { + "post": [0, 35, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 35, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.greavard.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "rightleg": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -0.3, -1], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + } + } + }, + "leftleg2": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-16.17354, -21.69365, 6.1191], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 1.7, -0.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -0.6, -2], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + } + } + }, + "rightleg2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [27.19704, -3.73862, -2.83632], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-26.85538, 7.43987, -5.63519], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 2, -1], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + } + } + }, + "leftleg": { + "rotation": { + "0.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -0.6, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 1.7, -1], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -2.51], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -0.3, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0.2, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -0.3, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightfur": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightfur2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftfur": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-1.06618, 1.46136, -4.69381], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftfur2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, -35], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [2.5, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "rightear": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightear2": { + "rotation": { + "0.0": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + } + } + }, + "leftear": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "leftear2": { + "rotation": { + "0.0": { + "post": [0, 0, 27.88], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 27.88], + "lerp_mode": "catmullrom" + } + } + }, + "whisp": { + "rotation": { + "0.0": [0, 0, 15], + "0.125": [9.136, 0, 9.03712], + "0.25": [-6.77235, 0, 6.84232], + "0.375": [5.23361, 0, -5.04377], + "0.5": [0, 0, -20], + "0.625": [-16.85069, 0, -8.30289], + "0.7917": [0.9589, 0, 0.2758], + "1.0": [0, 0, 15] + }, + "scale": { + "0.0": { + "post": [1, 0.9, 1], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [1, 0.8, 1], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [1, 0.8, 1], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [1, 0.8, 1], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [1, 0.9, 1], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tongue": { + "scale": { + "0.0": { + "post": [1, 1, 0.6], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail2": { + "rotation": { + "0.0": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail4": { + "rotation": { + "0.0": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.greavard.cry": { + "animation_length": 1.08333, + "bones": { + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightear": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0, 42.5], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightear2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 62.5], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftear": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftear2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0, 47.5], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, -40], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 42.5], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "whisp": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [1, 0.7, 1], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [1, 1.2, 1], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [1, 1.1, 1], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [1, 0.9, 1], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [1, 1.3, 1], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [12.91, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [11.7, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tongue": { + "scale": { + "0.0": { + "post": [1, 1, 0.5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [1, 1, 0.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [1, 1, 0.5], + "lerp_mode": "catmullrom" + } + } + }, + "tongue2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [27.67, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-43.33, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tongue3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-50, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [70, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.greavard.faint": { + "animation_length": 4, + "bones": { + "greavard": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, -14, -6], + "lerp_mode": "catmullrom" + } + } + }, + "rightleg": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [87.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftleg2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [30.86004, 21.98759, -32.04535], + "lerp_mode": "catmullrom" + } + } + }, + "rightleg2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [18.17216, -22.75406, 49.3578], + "lerp_mode": "catmullrom" + } + } + }, + "leftleg": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [82.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [1.95, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, -1.26, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "whisp": { + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [1, 0.7, 1], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [1, 1.1, 1], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [1, 0.7, 1], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [1, 1.9, 1], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [1, 2, 1], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [1, 0.8, 1], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0.3, 0.1, 0.1], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tongue2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tongue3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [65, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [72.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-67.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.greavard.sleep": { + "loop": true, + "animation_length": 0.25, + "bones": { + "greavard": { + "position": [0, -17, 8] + }, + "whisp": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, -10], + "0.1667": [0, 0, 10], + "0.25": [0, 0, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "0.125": [1, 0.7, 1], + "0.25": [1, 1, 1] + } + } + } + }, + "animation.greavard.dance": { + "loop": true, + "animation_length": 0.75, + "bones": { + "greavard": { + "rotation": { + "0.0": { + "post": [-32.72348, -6.3202, 4.04618], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-33.14209, 1.05435, -6.65139], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-33.12598, 10.51794, -6.79286], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-32.67092, 4.80847, 2.83685], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-32.72348, -6.3202, 4.04618], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightleg": { + "rotation": { + "0.2083": { + "pre": [37.39455, -3.04137, 3.9705], + "post": [37.39455, -3.04137, 3.9705], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftleg2": { + "rotation": { + "0.0": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-0.51764, -14.99942, 0.13397], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-41.07022, 25.80242, -17.90802], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightleg2": { + "rotation": { + "0.0": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-14.07073, 12.13624, -3.01634], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-14.59582, -19.40349, 4.94438], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftleg": { + "rotation": { + "0.0": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-4.80161, -0.79671, 1.17885], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [2.69839, -0.79671, 1.17885], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -1.3], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 1.2], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightfur": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightfur2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 37.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftfur": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftfur2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, -32.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [28.93803, 29.14089, 15.06885], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [17.91107, -1.85625, -0.66152], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [27.22644, -22.52101, -11.14843], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [18.08223, 3.30994, 1.96021], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [15.43861, 17.83985, 9.33382], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [28.93803, 29.14089, 15.06885], + "lerp_mode": "catmullrom" + } + } + }, + "rightear": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightear2": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 37.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + } + }, + "leftear": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftear2": { + "rotation": { + "0.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 0, 35], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, -67.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + } + } + }, + "whisp": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-1.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tongue": { + "scale": { + "0.0": { + "post": [1, 1, 0.5], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [-45.14615, -24.30509, 67.73086], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-40.12771, 22.01609, -77.84877], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-45.14615, -24.30509, 67.73086], + "lerp_mode": "catmullrom" + } + } + }, + "tail3": { + "rotation": { + "0.0": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0972_houndstone/houndstone.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0972_houndstone/houndstone.animation.json new file mode 100644 index 0000000..378c9b0 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0972_houndstone/houndstone.animation.json @@ -0,0 +1,2400 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.houndstone.ground_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fluff": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fluff2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fluff3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fluff4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fluff5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fluff6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [2.49609, -0.1346, 4.99819], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [1.24564, 0.0208, 1.2522], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [4.99519, 0.17621, -2.49379], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-3.75436, 0.0208, 1.2522], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [2.49609, -0.1346, 4.99819], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-15.28, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.2917": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ear": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "earfur": { + "rotation": { + "0.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "earfur2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "earfur3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 32.5], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -32.5], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "3.4583": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ear3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ear4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + }, + "3.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "earfur4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "3.125": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ear6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [0, 0, -50], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightleg": { + "rotation": { + "0.0": { + "post": [0, 35, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftleg": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail2": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.houndstone.ground_walk": { + "loop": true, + "animation_length": 2.625, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-0.10912, 2.49762, -2.50238], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0.00174, -0.03996, -2.5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-0.14011, -1.6083, 4.10198], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-0.10912, -2.49762, 2.50238], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 1.7, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, -0.6, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 1.7, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fluff": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 3.7], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 1.08], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + } + }, + "fluff2": { + "rotation": { + "0.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -40], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + } + } + }, + "fluff3": { + "rotation": { + "0.0": { + "post": [0, 0, 32.5], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 67.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -57.5], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 0, 37.5], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 32.5], + "lerp_mode": "catmullrom" + } + } + }, + "fur": { + "rotation": { + "0.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "fur2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, -32.5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fluff4": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0, -3.08], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 2.19], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + } + }, + "fluff5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "fluff6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fur4": { + "rotation": { + "0.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "fur5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 42.5], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 40], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, -35], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-2.5, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [3.75, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 2.44316], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 3.37], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-2.5, 0, 3.20694], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0.22059, 0, 2.70339], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0.01423, 0, -2.1643], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [-2.5, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-28.15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ear": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, -9.53], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + } + }, + "ear2": { + "rotation": { + "0.0": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + } + } + }, + "earfur3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-3.70103, -2.56707, -14.7339], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-3.37144, 2.12081, 50.64074], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-3.25186, -2.30008, -16.73154], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [11.34522, 2.582, 36.89102], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [7.35108, 8.12998, 1.98437], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [10.39388, 3.42462, 31.56874], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [10.74668, 2.0469, 38.94972], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [7.96683, 7.2035, 7.8543], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ear3": { + "rotation": { + "0.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "ear4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ear5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 40], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 42.5], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "earfur4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, -32.5], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ear6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, -40], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, -57.5], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -52.5], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, -60], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fur7": { + "rotation": { + "0.0": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "fur8": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fur10": { + "rotation": { + "0.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "fur11": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 35], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightleg": { + "rotation": { + "0.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-0.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 2, 2], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 8, 2], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, -0.31, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 2, 2], + "lerp_mode": "catmullrom" + } + } + }, + "leftleg": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -6], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 2, -1], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 7, -1], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, -6], + "lerp_mode": "catmullrom" + } + } + }, + "rightleg2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -7], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -3], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 6, -5.26], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, -7], + "lerp_mode": "catmullrom" + } + } + }, + "leftleg2": { + "rotation": { + "0.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 3], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 6, -5], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, -1, -8], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 3], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [4.60057, 14.95384, 1.18952], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail2": { + "rotation": { + "0.0": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-4.82333, 11.94324, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.houndstone.cry": { + "animation_length": 0.70833, + "bones": { + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-5.24647, -1.01044, -12.71458], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-9.74158, 2.35712, 12.27932], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0.83, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-2.09, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ear": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "earfur": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [3.75844, -0.07164, 13.5174], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [3.2096, 1.95792, -18.92539], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [3.12124, 2.09599, -21.42314], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [3.56119, 0.2318, 8.65968], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "earfur2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 55], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, -42.5], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, -45], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 47.5], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ear3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ear4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0, -32.5], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, 47.5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "earfur4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, -45], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 37.5], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, -35], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ear6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0, 42.5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -67.5], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -75], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.houndstone.faint": { + "animation_length": 4, + "bones": { + "houndstone": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [82.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [82.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 17, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 22, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, -61, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -61, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, -83, 3], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, -101, 13], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, -52, 13], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fluff": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + } + } + }, + "fluff4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-31.22267, 8.20115, 4.36729], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [27.95, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ear": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "ear3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0, -27.06], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + } + } + }, + "rightleg": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftleg": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightleg2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [41.82197, -0.29954, 0.14146], + "lerp_mode": "catmullrom" + } + } + }, + "leftleg2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-72.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-80, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [67.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.houndstone.sleep": { + "loop": true, + "bones": { + "houndstone": { + "rotation": [-30, 0, 0], + "position": [0, -61, 25] + }, + "body": { + "position": [0, -5, -18] + }, + "head": { + "rotation": [27.5, 0, 0] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0994_ironmoth/ironmoth.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0994_ironmoth/ironmoth.animation.json new file mode 100644 index 0000000..9d1cecc --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0994_ironmoth/ironmoth.animation.json @@ -0,0 +1,943 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.ironmoth.ground_walk": { + "loop": true, + "animation_length": 1.5, + "bones": { + "iron_moth": { + "rotation": { + "0.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "troso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [3.42346, -2.4837, -0.15026], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-5.00474, 2.49048, -0.21803], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bottom_body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [3.12956, 4.86898, 0.26182], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-3.14465, 6.99741, -0.1663], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_upper_wing": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 3, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_middel_wing": { + "rotation": { + "0.0": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 3, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_bottom_wing": { + "rotation": { + "0.0": { + "post": [0, 30, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 30, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 30, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -3, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 3, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_upper_wing": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_middel_wing": { + "rotation": { + "0.0": { + "post": [0, 32.5, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0.13754, 35.82054, 0.25689], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 32.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 32.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, -1.36, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_bottom_wing": { + "rotation": { + "0.0": { + "post": [0, -32.5, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -32.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 32.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 32.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -32.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -3, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [5.28539, 2.24628, 0.19823], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-0.47208, -4.98651, 0.0394], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.ironmoth.ground_run": { + "loop": true, + "animation_length": 1, + "bones": { + "iron_moth": { + "rotation": { + "0.0": { + "post": [72.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 15, 31], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 9, 31], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 15, 31], + "lerp_mode": "catmullrom" + } + } + }, + "troso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bottom_body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_upper_wing": { + "rotation": { + "0.0": { + "post": [0, -32.5, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [9, 3, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [9, 3, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_middel_wing": { + "rotation": { + "0.0": { + "post": [0, 32.5, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 32.5, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 32.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [9, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [9, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [9, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_bottom_wing": { + "rotation": { + "0.0": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, -40, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, -40, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [12, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [4, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [4, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [12, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [12, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_upper_wing": { + "rotation": { + "0.0": { + "post": [0, 30, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, -32.5, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, -32.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 30, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_middel_wing": { + "rotation": { + "0.0": { + "post": [0, -32.5, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, -32.5, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 35, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -32.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-9, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-9, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-9, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_bottom_wing": { + "rotation": { + "0.0": { + "post": [0, -42.5, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 30, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 30, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, -32.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -32.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-3, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-3, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.ironmoth.ground_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "bottom_body": { + "rotation": ["math.sin(query.anim_time*90*2+60)*4", 0, 0] + }, + "left_upper_wing": { + "rotation": { + "0.75": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.75": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.75": { + "pre": [1, 1, 1], + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "left_bottom_wing": { + "position": { + "0.75": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, -5, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_middel_wing": { + "position": { + "0.75": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": ["math.sin(query.anim_time*90*2+60)*4", 0, 0] + }, + "right_upper_wing": { + "rotation": { + "0.75": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.75": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.75": { + "pre": [1, 1, 1], + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "right_middel_wing": { + "position": { + "0.75": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_bottom_wing": { + "position": { + "0.75": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, -5, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "iron_moth": { + "rotation": ["math.sin(query.anim_time*90*2+60)*2", 0, 0], + "position": [0, "math.sin(query.anim_time*90*2+60)*2", 0] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/absol/absol.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/absol/absol.animation.json new file mode 100644 index 0000000..fac2123 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/absol/absol.animation.json @@ -0,0 +1,2893 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.absol.cry": { + "animation_length": 1, + "bones": { + "neck_upper": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": [-17.5, 0, 0], + "0.6667": [-17.5, 0, 0], + "1.0": [0, 0, 0] + } + }, + "mouth_closed": { + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.2917": [0, 0, 1], + "0.7083": [0, 0, 1], + "0.75": [0, 0, 0], + "1.0": [0, 0, 0] + } + }, + "mouth_open": { + "position": { + "0.0": [0, 0, 0], + "0.3333": [0, 0, -1], + "0.6667": [0, 0, -1], + "1.0": [0, 0, 0] + } + } + } + }, + "animation.absol.ground_idle": { + "loop": true, + "bones": { + "leg_back_left2": { + "rotation": [0, 0, 0] + }, + "leg_back_left3": { + "rotation": ["0+0.4*(math.sin(q.anim_time*90)*4)", 0, 7.5] + }, + "foot_back_left": { + "rotation": [0, 0, 0] + }, + "foot_back_left2": { + "rotation": [-5, 0, 0] + }, + "body": { + "position": [0, "0+0.1*(math.sin(q.anim_time*90)*1)", 0] + }, + "neck_fluff_front": { + "rotation": ["0+0.2*(math.sin(q.anim_time*90-40)*4)", 0, 0] + }, + "neck_fluff_front2": { + "rotation": ["0+0.3*(math.sin(q.anim_time*90-80)*4)", 0, 0] + }, + "neck_fluff_front3": { + "rotation": ["-7.5+0.4*(math.sin(q.anim_time*90-120)*4)", 0, 0] + }, + "leg_front_left": { + "rotation": ["-5+0.4*(math.sin(q.anim_time*90)*4)", 0, 0], + "position": [0, 0.5, "-1-0.05*(math.sin(q.anim_time*90)*4)"] + }, + "leg_front_left3": { + "rotation": ["7.4906-0.4*(math.sin(q.anim_time*90)*4)", -2.46124, 0.43865] + }, + "leg_front_right": { + "rotation": ["5+0.4*(math.sin(q.anim_time*90)*4)", 0, 0], + "position": [0, 0, "0-0.05*(math.sin(q.anim_time*90)*4)"] + }, + "leg_front_right3": { + "rotation": ["-5-0.4*(math.sin(q.anim_time*90)*4)", 0, 0] + }, + "foot_front_right": { + "rotation": ["5+0.7*(math.sin(q.anim_time*90)*4)", 0, 0] + }, + "foot_front_right2": { + "rotation": ["-5-0.75*(math.sin(q.anim_time*90)*4)", 0, 0] + }, + "leg_back_left": { + "rotation": ["5-0.4*(math.sin(q.anim_time*90)*4)", 0, -5], + "position": [0, "0+0.02*(math.sin(q.anim_time*90)*4)", "0+0.05*(math.sin(q.anim_time*90)*4)"] + }, + "leg_back_right": { + "rotation": ["0-0.4*(math.sin(q.anim_time*90)*4)", 0, 5], + "position": [0, "0+0.02*(math.sin(q.anim_time*90)*4)", "0+0.05*(math.sin(q.anim_time*90)*4)"] + }, + "leg_back_right3": { + "rotation": ["0+0.4*(math.sin(q.anim_time*90)*4)", 0, -7.5] + }, + "tail": { + "rotation": ["0-0.4*(math.sin(q.anim_time*90-80)*4)", "0-1*(math.sin(q.anim_time*45-80)*4)+2*(math.sin(q.anim_time*45-40)*4)", 0] + }, + "neck_lower": { + "rotation": ["0-0.2*(math.sin(q.anim_time*90)*4)", 0, 0] + }, + "neck_upper": { + "rotation": [0, 0, 0] + }, + "head": { + "rotation": [0, 0, 0] + }, + "hair_side": { + "rotation": [0, "0+0.2*(math.sin(q.anim_time*90-10)*4)", 0] + }, + "hair_side2": { + "rotation": [0, "0+0.3*(math.sin(q.anim_time*90-20)*4)", 0] + }, + "hair_side3": { + "rotation": [0, "0+0.4*(math.sin(q.anim_time*90-30)*4)", 0] + }, + "hair_side4": { + "rotation": [0, "0+0.5*(math.sin(q.anim_time*90-40)*4)", 0] + }, + "neck_fluff_back_left_bot": { + "rotation": ["0+0.4*(math.sin(q.anim_time*90-80)*4)", 0, 0] + }, + "neck_fluff_back_right_bot": { + "rotation": ["0+0.4*(math.sin(q.anim_time*90-80)*4)", 0, 0] + }, + "neck_fluff_back_left_top": { + "rotation": ["0+0.4*(math.sin(q.anim_time*90-100)*4)", 0, 0] + }, + "neck_fluff_back_midleft": { + "rotation": ["0+0.4*(math.sin(q.anim_time*90-80)*4)", 0, 0] + }, + "neck_fluff_back_midright": { + "rotation": ["0+0.4*(math.sin(q.anim_time*90-80)*4)", 0, 0] + }, + "neck_fluff_back_mid_top": { + "rotation": ["0+0.4*(math.sin(q.anim_time*90-140)*4)", 0, 0] + }, + "neck_fluff_back_mid_bot": { + "rotation": ["0+0.4*(math.sin(q.anim_time*90-80)*4)", 0, 0] + }, + "neck_fluff_back_right_top": { + "rotation": ["0+0.4*(math.sin(q.anim_time*90-100)*4)", 0, 0] + }, + "neck_fluff_left": { + "rotation": [0, 0, "0+0.4*(math.sin(q.anim_time*90-40)*4)"] + }, + "neck_fluff_right": { + "rotation": [0, 0, "0-0.4*(math.sin(q.anim_time*90-40)*4)"] + }, + "neck_fluff_left_back": { + "rotation": [0, 0, "0+0.4*(math.sin(q.anim_time*90-60)*4)"] + }, + "neck_fluff_right_back": { + "rotation": [0, 0, "0-0.4*(math.sin(q.anim_time*90-60)*4)"] + }, + "foot_front_left2": { + "rotation": ["0+0.4*(math.sin(q.anim_time*90)*4)", 0, 0] + } + } + }, + "animation.absol.battle_idle": { + "loop": true, + "bones": { + "head": { + "rotation": [-5, 0, 0] + }, + "body": { + "rotation": ["5+2*(math.sin(q.anim_time*480)*1)", 0, 0], + "position": [0, "-4+0.6*(math.sin(q.anim_time*480)*1)", "0+0.2*(math.sin(q.anim_time*480-180)*1)"] + }, + "body2": { + "rotation": ["4-2*(math.sin(q.anim_time*480-20)*1)", 7.5, 0] + }, + "body3": { + "rotation": ["-4.9619-2*(math.sin(q.anim_time*480+20)*1)", -0.02825, -0.43317], + "position": [0, 0, "0-0.5*(math.sin(q.anim_time*480-20)*1)"] + }, + "tail": { + "rotation": ["0+6*(math.sin(q.anim_time*480-120)*1)", "0+3*(math.sin(q.anim_time*480)*1)", "0-1*(math.sin(q.anim_time*480)*1)"] + }, + "neck_fluff": { + "rotation": [2.5, 0, 0] + }, + "neck_fluff_left": { + "rotation": [-0.30548, -6.07159, "-40.5047+6*(math.sin(q.anim_time*480-60)*1)"] + }, + "neck_fluff_left_back": { + "rotation": [0, 0, "-22.5+4*(math.sin(q.anim_time*480-45)*1)"] + }, + "neck_fluff_right_back": { + "rotation": [0, 0, "25-4*(math.sin(q.anim_time*480)*1)"] + }, + "neck_fluff_front": { + "rotation": ["-12.5-4*(math.sin(q.anim_time*480-50)*1)", 0, 0] + }, + "neck_fluff_front_left": { + "rotation": [0, 20, 0] + }, + "neck_fluff_front_right": { + "rotation": [0, -17.5, 0] + }, + "neck_fluff_front_left2": { + "rotation": [0, 20, 0] + }, + "neck_fluff_front_right2": { + "rotation": [0, -17.5, 0] + }, + "leg_front_left": { + "rotation": ["13.5666-2*(math.sin(q.anim_time*480)*1)", 9.08661, "-17.8924+2*(math.sin(q.anim_time*480)*1)"], + "position": [1.75, "-1.85+0.8*(math.sin(q.anim_time*480)*1)", "0.5-0.1*(math.sin(q.anim_time*480)*1)"] + }, + "leg_front_left2": { + "rotation": [-2.5, 0, 0] + }, + "leg_front_left3": { + "rotation": ["-34.2514+4.2*(math.sin(q.anim_time*480)*1)", "-10.2227-2*(math.sin(q.anim_time*480)*1)", "12.8427-2*(math.sin(q.anim_time*480)*1)"], + "position": [-0.5, 0, 0] + }, + "foot_front_left": { + "rotation": ["29.7534-6*(math.sin(q.anim_time*480-180)*1)", -2.48261, 9.7416], + "position": ["0+0.1*(math.sin(q.anim_time*480)*1)", "0-0*(math.sin(q.anim_time*480)*1)", "0+0.1*(math.sin(q.anim_time*480)*1)"] + }, + "leg_front_right": { + "rotation": ["30.6168-2*(math.sin(q.anim_time*480)*1)", 0, "7.5741-2*(math.sin(q.anim_time*480)*1)"], + "position": [-1, "-2.65+0.8*(math.sin(q.anim_time*480)*1)", "0-0.1*(math.sin(q.anim_time*480)*1)"] + }, + "leg_front_right2": { + "rotation": [0, 0, 0] + }, + "leg_front_right3": { + "rotation": ["-44.2581+4*(math.sin(q.anim_time*480)*1)", "-5.7332+2*(math.sin(q.anim_time*480)*1)", "0+2*(math.sin(q.anim_time*480)*1)"] + }, + "foot_front_right": { + "rotation": ["19.0141-6*(math.sin(q.anim_time*480-180)*1)", -0.54409, -2.66588] + }, + "leg_back_left": { + "rotation": ["7.812+2*(math.sin(q.anim_time*480-20)*1)", 9.71, -8.3216], + "position": ["2.752-0.08*(math.sin(q.anim_time*480-20)*1)", "-2+0.4*(math.sin(q.anim_time*480-20)*1)", "-1.2-0.5*(math.sin(q.anim_time*480-20)*1)"] + }, + "leg_back_left2": { + "rotation": ["20-3*(math.sin(q.anim_time*480-20)*1)", 0, 0] + }, + "leg_back_left3": { + "rotation": ["-10+3*(math.sin(q.anim_time*480-20)*1)", 0, 0] + }, + "foot_back_left": { + "rotation": ["2.3593+4*(math.sin(q.anim_time*480-20)*1)", -2.2494, "7.1566+1*(math.sin(q.anim_time*480-20)*1)"] + }, + "leg_back_right": { + "rotation": ["-0.6847+2*(math.sin(q.anim_time*480-20)*1)", -3.63311, 9.61374], + "position": ["0.25+0.08*(math.sin(q.anim_time*480-20)*1)", "-1.55+0.4*(math.sin(q.anim_time*480-20)*1)", "-0.5-0.65*(math.sin(q.anim_time*480-20)*1)"] + }, + "leg_back_right2": { + "rotation": ["22.6026-3*(math.sin(q.anim_time*480-20)*1)", -2.86544, 0] + }, + "leg_back_right3": { + "rotation": ["10+3*(math.sin(q.anim_time*480-20)*1)", 0, 0] + }, + "foot_back_right": { + "rotation": ["7.3423+4*(math.sin(q.anim_time*480-20)*1)", -2.55868, "-7.9476+1*(math.sin(q.anim_time*480-20)*1)"], + "position": [0, 0, 0] + }, + "claw_right_back_right": { + "rotation": [0, 0, 0] + }, + "neck_upper": { + "rotation": ["2.5-4*(math.sin(q.anim_time*480-30)*1)", 0, 0], + "position": [0, 0, 0] + }, + "mouth_closed": { + "position": [0, 0.25, 0] + }, + "mouth_closed_edge": { + "position": [0, -0.25, 0] + }, + "foot_back_left2": { + "rotation": ["-19.0389-6.98*(math.sin(q.anim_time*480-20)*1)", 0.31943, "0.3093-1*(math.sin(q.anim_time*480-20)*1)"], + "position": [0, "0+0.03*(math.sin(q.anim_time*480-20)*1)", 0] + }, + "foot_back_right2": { + "rotation": ["-38-6*(math.sin(q.anim_time*480-20)*1)", "0-0.6*(math.sin(q.anim_time*480-20)*1)", "0-0.6*(math.sin(q.anim_time*480-20)*1)"], + "position": [0, "0-0.06*(math.sin(q.anim_time*480-20)*1)", "0+0.04*(math.sin(q.anim_time*480-20)*1)"] + }, + "foot_front_right2": { + "rotation": ["-2.5-7*(math.sin(q.anim_time*480)*1)", 0, "0-1*(math.sin(q.anim_time*480)*1)"] + }, + "neck_fluff_right": { + "rotation": [-0.30548, 6.07159, "40.5047-4*(math.sin(q.anim_time*480)*1)"] + }, + "hair_side": { + "rotation": [0, "0+2*(math.sin(q.anim_time*480-160)*1)", 0] + }, + "hair_side2": { + "rotation": [0, "0+4*(math.sin(q.anim_time*480-180)*1)", 0] + }, + "hair_side3": { + "rotation": [0, "0+4*(math.sin(q.anim_time*480-200)*1)", 0] + }, + "hair_side4": { + "rotation": [0, "-7.5+4*(math.sin(q.anim_time*480-240)*1)", 0] + }, + "neck_fluff_back_left_bot": { + "rotation": ["0-4*(math.sin(q.anim_time*480-60)*1)", 0, 0] + }, + "neck_fluff_back_right_bot": { + "rotation": ["0-4*(math.sin(q.anim_time*480-60)*1)", 0, 0] + }, + "neck_fluff_back_left_top": { + "rotation": ["0-4*(math.sin(q.anim_time*480-45)*1)", 0, 0] + }, + "neck_fluff_back_midleft": { + "rotation": ["0-4*(math.sin(q.anim_time*480)*1)", 0, 0] + }, + "neck_fluff_back_midright": { + "rotation": ["0-4*(math.sin(q.anim_time*480)*1)", 0, 0] + }, + "neck_fluff_back_mid_top": { + "rotation": ["0-4*(math.sin(q.anim_time*480-90)*1)", 0, 0] + }, + "neck_fluff_back_mid_bot": { + "rotation": ["0-4*(math.sin(q.anim_time*480-60)*1)", 0, 0] + }, + "neck_fluff_back_right_top": { + "rotation": ["0-4*(math.sin(q.anim_time*480-45)*1)", 0, 0] + }, + "neck_fluff_front2": { + "rotation": ["0+4*(math.sin(q.anim_time*480)*1)", 0, 0] + }, + "neck_fluff_front3": { + "rotation": ["0+8*(math.sin(q.anim_time*480)*1)", 0, 0] + }, + "foot_front_left2": { + "rotation": ["-7-8*(math.sin(q.anim_time*480)*1)", "0+1*(math.sin(q.anim_time*480)*1)", 0], + "position": [0, 0, 0] + } + } + }, + "animation.absol.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "body": { + "rotation": ["0-0.15*(math.sin(q.anim_time*720)*4)", 0, "0-1*(math.sin(q.anim_time*360)*4)"], + "position": [0, "0+0.2*(math.sin(q.anim_time*720)*4)", 0] + }, + "body2": { + "rotation": { + "0.0": ["0-0.15*(math.sin(q.anim_time*720)*4)", "0-0.5*(math.sin(q.anim_time*360)*4)", 0], + "0.5": ["0-0.15*(math.sin(q.anim_time*720)*4)", "0-0.5*(math.sin(q.anim_time*360)*4)", 0], + "1.0": ["0-0.15*(math.sin(q.anim_time*720)*4)", "0-0.5*(math.sin(q.anim_time*360)*4)", 0] + } + }, + "body3": { + "rotation": ["0-0.25*(math.sin(q.anim_time*720)*4)", "0-0.5*(math.sin(q.anim_time*360)*4)", 0] + }, + "neck_upper": { + "rotation": ["0+3*(math.sin(q.anim_time*720)*1)", 0, "0+4*(math.sin(q.anim_time*360)*1)"] + }, + "hair_side": { + "rotation": [0, "2+1*(math.sin(q.anim_time*720)*2)", 0] + }, + "hair_side2": { + "rotation": [0, "0+1*(math.sin(q.anim_time*720-40)*1)", 0] + }, + "hair_side3": { + "rotation": [0, "0+1*(math.sin(q.anim_time*720-80)*1)", 0] + }, + "hair_side4": { + "rotation": [0, "0+1*(math.sin(q.anim_time*720-120)*1)", 0] + }, + "neck_fluff_back_left_bot": { + "rotation": ["0-4*(math.sin(q.anim_time*720-40)*1)-2*(math.sin(q.anim_time*360-40)*1)", 0, 0] + }, + "neck_fluff_back_right_bot": { + "rotation": ["0-4*(math.sin(q.anim_time*720-40)*1)-2*(math.sin(q.anim_time*360-40)*1)", 0, 0] + }, + "neck_fluff_back_left_top": { + "rotation": ["0-4*(math.sin(q.anim_time*720-40)*1)-2*(math.sin(q.anim_time*360-40)*1)", 0, 0] + }, + "neck_fluff_back_midleft": { + "rotation": ["0-4*(math.sin(q.anim_time*720-40)*1)-2*(math.sin(q.anim_time*360-40)*1)", 0, 0] + }, + "neck_fluff_back_midright": { + "rotation": ["0-4*(math.sin(q.anim_time*720-40)*1)-2*(math.sin(q.anim_time*360-40)*1)", 0, 0] + }, + "neck_fluff_back_mid_top": { + "rotation": ["0-4*(math.sin(q.anim_time*720-80)*1)-2*(math.sin(q.anim_time*360-80)*1)", 0, 0] + }, + "neck_fluff_back_mid_bot": { + "rotation": ["0-4*(math.sin(q.anim_time*720)*1)-2*(math.sin(q.anim_time*360)*1)", 0, 0] + }, + "neck_fluff_back_right_top": { + "rotation": ["0-4*(math.sin(q.anim_time*720-40)*1)-2*(math.sin(q.anim_time*360-40)*1)", 0, 0] + }, + "neck_fluff_left": { + "rotation": [0, 0, "0+4*(math.sin(q.anim_time*720-40)*1)+2*(math.sin(q.anim_time*360-40)*1)"] + }, + "neck_fluff_right": { + "rotation": [0, 0, "0-4*(math.sin(q.anim_time*720-40)*1)-2*(math.sin(q.anim_time*360-40)*1)"] + }, + "neck_fluff_left_back": { + "rotation": [0, 0, "0+4*(math.sin(q.anim_time*720-40)*1)+2*(math.sin(q.anim_time*360-40)*1)"] + }, + "neck_fluff_right_back": { + "rotation": [0, 0, "0-4*(math.sin(q.anim_time*720-40)*1)-2*(math.sin(q.anim_time*360-40)*1)"] + }, + "neck_fluff_front": { + "rotation": ["-2-1*(math.sin(q.anim_time*720)*1)", 0, 0] + }, + "neck_fluff_front2": { + "rotation": ["-2-4*(math.sin(q.anim_time*720-40)*1)", 0, 0] + }, + "neck_fluff_front3": { + "rotation": ["-2-4*(math.sin(q.anim_time*720-80)*1)", 0, 0] + }, + "leg_front_left": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0.5, 1, -1], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + } + } + }, + "leg_front_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_front_left3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-11.71, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-110, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_front_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [41.21, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [145, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [44.63, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_front_left2": { + "rotation": { + "0.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-35.13, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_front_right": { + "rotation": { + "0.0": { + "post": [7.15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [7.15, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.61, -1], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-0.5, 1, -1], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0.61, -1], + "lerp_mode": "catmullrom" + } + } + }, + "leg_front_right2": { + "rotation": { + "0.0": { + "post": [12.05, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [12.05, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_front_right3": { + "rotation": { + "0.0": { + "post": [-108.73, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-11.71, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-109.73, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_front_right": { + "rotation": { + "0.0": { + "post": [143.27, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [44.63, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [41.21, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [146.27, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_front_right2": { + "rotation": { + "0.0": { + "post": [34.46, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-35.13, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [36.46, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": [0, "0-2*(math.sin(q.anim_time*360-40)*4)", 0] + }, + "leg_back_left": { + "rotation": { + "0.0": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [34.79031, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 1.25, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [23.45, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [18.56, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_left3": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-51.14, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_back_left": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [18.56, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [24.42, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_back_left2": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-23.66, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [40.73, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_right": { + "rotation": { + "0.0": { + "post": [25.06, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [34.79031, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [25.06, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -0.09, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 1.25, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -0.09, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_right2": { + "rotation": { + "0.0": { + "post": [14.07, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [23.45, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [18.56, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [14.07, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_right3": { + "rotation": { + "0.0": { + "post": [-16.13, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-51.14, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-16.13, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_back_right": { + "rotation": { + "0.0": { + "post": [18, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [24.42, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [18.56, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [18, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_back_right2": { + "rotation": { + "0.0": { + "post": [-13.29, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [40.73, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-23.66, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-13.29, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.absol.water_idle": { + "loop": true, + "bones": { + "body2": { + "rotation": [-5, 0, 0] + }, + "body3": { + "rotation": ["7.5+2*(math.sin(q.anim_time*168+40)*4)", 0, 0] + }, + "neck_lower": { + "rotation": [-5, 0, 0] + }, + "head": { + "rotation": [-12.5, 0, 0] + }, + "leg_front_left": { + "rotation": ["10+4*(math.sin(q.anim_time*168)*4)", 0, 0], + "position": [0, "0+0.1*(math.sin(q.anim_time*168+60)*4)", "0-0.1*(math.sin(q.anim_time*168+60)*4)"] + }, + "leg_front_left3": { + "rotation": ["-45-15*(math.sin(q.anim_time*168-90)*4)", 0, 0] + }, + "foot_front_left": { + "rotation": ["100+10*(math.sin(q.anim_time*168)*4)", 0, 0] + }, + "foot_front_left2": { + "rotation": ["37.5+10*(math.sin(q.anim_time*168-90)*4)", 0, 0] + }, + "leg_back_right": { + "rotation": ["10+4*(math.sin(q.anim_time*168)*4)", 0, 0], + "position": [0, "0+0.2*(math.sin(q.anim_time*168+120)*4)", "0-0.1*(math.sin(q.anim_time*168+120)*4)"] + }, + "leg_back_right2": { + "rotation": ["0+6*(math.sin(q.anim_time*168)*4)", 0, 0] + }, + "leg_back_right3": { + "rotation": ["0+6*(math.sin(q.anim_time*168+90)*4)", 0, 0] + }, + "foot_back_right": { + "rotation": ["15+10*(math.sin(q.anim_time*168+90)*4)", 0, 0] + }, + "foot_back_right2": { + "rotation": ["0+4*(math.sin(q.anim_time*168+90)*4)", 0, 0] + }, + "body": { + "rotation": ["0-1*(math.sin(q.anim_time*168)*4)", 0, 0], + "position": [0, "0+0.1*(math.sin(q.anim_time*168+60)*4)+0.05*math.sin(q.anim_time*336-80)*4", "0-0.1*(math.sin(q.anim_time*168+60)*4)"] + }, + "tail": { + "rotation": ["0+2*(math.sin(q.anim_time*168+40)*2)", 0, 0] + }, + "neck_upper": { + "rotation": ["0+2*(math.sin(q.anim_time*168-60)*4)", 0, 0] + }, + "hair_side": { + "rotation": [0, "0.5-0.5*(math.sin(q.anim_time*168-60)*4)", 0] + }, + "hair_side2": { + "rotation": [0, "-0.5*(math.sin(q.anim_time*168-80)*4)", 0] + }, + "hair_side3": { + "rotation": [0, "0-0.5*(math.sin(q.anim_time*168-100)*4)", 0] + }, + "hair_side4": { + "rotation": [0, "0-1*(math.sin(q.anim_time*168-120)*4)", 0] + }, + "neck_fluff_front": { + "rotation": ["-3-0.5*(math.sin(q.anim_time*168-40)*4)", 0, 0] + }, + "neck_fluff_front2": { + "rotation": ["0+1.5*(math.sin(q.anim_time*168-60)*4)", 0, 0] + }, + "neck_fluff_front3": { + "rotation": ["0+1.5*(math.sin(q.anim_time*168-120)*4)", 0, 0] + }, + "leg_front_right": { + "rotation": ["10+4*(math.sin(q.anim_time*168-60)*4)", 0, 0], + "position": [0, "0+0.1*(math.sin(q.anim_time*168+60)*4)", "0-0.1*(math.sin(q.anim_time*168+60)*4)"] + }, + "leg_front_right3": { + "rotation": ["-45-15*(math.sin(q.anim_time*168-150)*4)", 0, 0] + }, + "foot_front_right": { + "rotation": ["100+10*(math.sin(q.anim_time*168-60)*4)", 0, 0] + }, + "foot_front_right2": { + "rotation": ["37.5+10*(math.sin(q.anim_time*168-150)*4)", 0, 0] + }, + "leg_back_left": { + "rotation": ["10+4*(math.sin(q.anim_time*168-60)*4)", 0, 0], + "position": [0, "0+0.2*(math.sin(q.anim_time*168+120)*4)", "0-0.1*(math.sin(q.anim_time*168+120)*4)"] + }, + "leg_back_left2": { + "rotation": ["0+6*(math.sin(q.anim_time*168-60)*4)", 0, 0] + }, + "leg_back_left3": { + "rotation": ["0+6*(math.sin(q.anim_time*168+30)*4)", 0, 0] + }, + "foot_back_left": { + "rotation": ["62.5+10*(math.sin(q.anim_time*168+30)*4)", 0, 0] + }, + "foot_back_left2": { + "rotation": ["5+4*(math.sin(q.anim_time*168-30)*4)", 0, 0] + } + } + }, + "animation.absol.surfacewater_idle": { + "loop": true, + "bones": { + "body2": { + "rotation": [-5, 0, 0] + }, + "body3": { + "rotation": ["7.5+2*(math.sin(q.anim_time*168+40)*4)", 0, 0] + }, + "neck_lower": { + "rotation": [-5, 0, 0] + }, + "head": { + "rotation": [-12.5, 0, 0] + }, + "leg_front_left": { + "rotation": ["10+4*(math.sin(q.anim_time*168)*4)", 0, 0], + "position": [0, "0+0.1*(math.sin(q.anim_time*168+60)*4)", "0-0.1*(math.sin(q.anim_time*168+60)*4)"] + }, + "leg_front_left3": { + "rotation": ["-45-15*(math.sin(q.anim_time*168-90)*4)", 0, 0] + }, + "foot_front_left": { + "rotation": ["100+10*(math.sin(q.anim_time*168)*4)", 0, 0] + }, + "foot_front_left2": { + "rotation": ["37.5+10*(math.sin(q.anim_time*168-90)*4)", 0, 0] + }, + "leg_back_right": { + "rotation": ["10+4*(math.sin(q.anim_time*168)*4)", 0, 0], + "position": [0, "0+0.2*(math.sin(q.anim_time*168+120)*4)", "0-0.1*(math.sin(q.anim_time*168+120)*4)"] + }, + "leg_back_right2": { + "rotation": ["0+6*(math.sin(q.anim_time*168)*4)", 0, 0] + }, + "leg_back_right3": { + "rotation": ["0+6*(math.sin(q.anim_time*168+90)*4)", 0, 0] + }, + "foot_back_right": { + "rotation": ["15+10*(math.sin(q.anim_time*168+90)*4)", 0, 0] + }, + "foot_back_right2": { + "rotation": ["0+4*(math.sin(q.anim_time*168+90)*4)", 0, 0] + }, + "body": { + "rotation": ["0-1*(math.sin(q.anim_time*168)*4)", 0, 0], + "position": [0, "0+0.1*(math.sin(q.anim_time*168+60)*4)+0.05*math.sin(q.anim_time*336-80)*4", "0-0.1*(math.sin(q.anim_time*168+60)*4)"] + }, + "tail": { + "rotation": ["0+2*(math.sin(q.anim_time*168+40)*2)", 0, 0] + }, + "neck_upper": { + "rotation": ["0+2*(math.sin(q.anim_time*168-60)*4)", 0, 0] + }, + "hair_side": { + "rotation": [0, "0.5-0.5*(math.sin(q.anim_time*168-60)*4)", 0] + }, + "hair_side2": { + "rotation": [0, "-0.5*(math.sin(q.anim_time*168-80)*4)", 0] + }, + "hair_side3": { + "rotation": [0, "0-0.5*(math.sin(q.anim_time*168-100)*4)", 0] + }, + "hair_side4": { + "rotation": [0, "0-1*(math.sin(q.anim_time*168-120)*4)", 0] + }, + "neck_fluff_front": { + "rotation": ["-3-0.5*(math.sin(q.anim_time*168-40)*4)", 0, 0] + }, + "neck_fluff_front2": { + "rotation": ["0+1.5*(math.sin(q.anim_time*168-60)*4)", 0, 0] + }, + "neck_fluff_front3": { + "rotation": ["0+1.5*(math.sin(q.anim_time*168-120)*4)", 0, 0] + }, + "leg_front_right": { + "rotation": ["10+4*(math.sin(q.anim_time*168-60)*4)", 0, 0], + "position": [0, "0+0.1*(math.sin(q.anim_time*168+60)*4)", "0-0.1*(math.sin(q.anim_time*168+60)*4)"] + }, + "leg_front_right3": { + "rotation": ["-45-15*(math.sin(q.anim_time*168-150)*4)", 0, 0] + }, + "foot_front_right": { + "rotation": ["100+10*(math.sin(q.anim_time*168-60)*4)", 0, 0] + }, + "foot_front_right2": { + "rotation": ["37.5+10*(math.sin(q.anim_time*168-150)*4)", 0, 0] + }, + "leg_back_left": { + "rotation": ["10+4*(math.sin(q.anim_time*168-60)*4)", 0, 0], + "position": [0, "0+0.2*(math.sin(q.anim_time*168+120)*4)", "0-0.1*(math.sin(q.anim_time*168+120)*4)"] + }, + "leg_back_left2": { + "rotation": ["0+6*(math.sin(q.anim_time*168-60)*4)", 0, 0] + }, + "leg_back_left3": { + "rotation": ["0+6*(math.sin(q.anim_time*168+30)*4)", 0, 0] + }, + "foot_back_left": { + "rotation": ["62.5+10*(math.sin(q.anim_time*168+30)*4)", 0, 0] + }, + "foot_back_left2": { + "rotation": ["5+4*(math.sin(q.anim_time*168-30)*4)", 0, 0] + }, + "torso": { + "position": [0, -21, 0] + } + } + }, + "animation.absol.water_swim": { + "loop": true, + "bones": { + "body2": { + "rotation": [-5, 0, 0] + }, + "body3": { + "rotation": ["7.5+2*(math.sin(q.anim_time*360+40)*4)", 0, 0] + }, + "neck_lower": { + "rotation": [-5, 0, 0] + }, + "head": { + "rotation": [-12.5, 0, 0] + }, + "leg_front_left": { + "rotation": ["0+6*(math.sin(q.anim_time*360)*4)", 0, 0], + "position": [0, "0+0.1*(math.sin(q.anim_time*360+60)*4)", "0-0.1*(math.sin(q.anim_time*360+60)*4)"] + }, + "leg_front_left3": { + "rotation": ["-45-15*(math.sin(q.anim_time*360-90)*4)", 0, 0] + }, + "foot_front_left": { + "rotation": ["100+10*(math.sin(q.anim_time*360)*4)", 0, 0] + }, + "foot_front_left2": { + "rotation": ["37.5+10*(math.sin(q.anim_time*360-90)*4)", 0, 0] + }, + "leg_back_right": { + "rotation": ["15+4*(math.sin(q.anim_time*360)*4)", 0, 0], + "position": [0, "3+0.1*(math.sin(q.anim_time*360+60)*4)", "0-0.1*(math.sin(q.anim_time*360+60)*4)"] + }, + "leg_back_right2": { + "rotation": ["0+6*(math.sin(q.anim_time*360)*4)", 0, 0] + }, + "leg_back_right3": { + "rotation": ["0+6*(math.sin(q.anim_time*360+90)*4)", 0, 0] + }, + "foot_back_right": { + "rotation": ["15+10*(math.sin(q.anim_time*360+90)*4)", 0, 0] + }, + "foot_back_right2": { + "rotation": ["0+4*(math.sin(q.anim_time*360+90)*4)", 0, 0] + }, + "body": { + "rotation": ["7.3499-1*(math.sin(q.anim_time*360)*4)", -1.08915, 0.95476], + "position": [0, "0+0.1*(math.sin(q.anim_time*360+60)*4)", "0-0.1*(math.sin(q.anim_time*360+60)*4)"] + }, + "neck_upper": { + "rotation": ["0+2*(math.sin(q.anim_time*360)*4)", 0, 0] + }, + "hair_side": { + "rotation": [0, "0.5+0.5*(math.sin(q.anim_time*360-60)*4)", 0] + }, + "hair_side2": { + "rotation": [0, "0+0.5*(math.sin(q.anim_time*360-80)*4)", 0] + }, + "hair_side3": { + "rotation": [0, "0+0.5*(math.sin(q.anim_time*360-100)*4)", 0] + }, + "hair_side4": { + "rotation": [0, "0+1*(math.sin(q.anim_time*360-120)*4)", 0] + }, + "leg_front_right": { + "rotation": ["0+6*(math.sin(q.anim_time*360-60)*4)", 0, 0], + "position": [0, "0+0.1*(math.sin(q.anim_time*360+60)*4)", "0-0.1*(math.sin(q.anim_time*360+60)*4)"] + }, + "leg_front_right3": { + "rotation": ["-45-15*(math.sin(q.anim_time*360-150)*4)", 0, 0] + }, + "foot_front_right": { + "rotation": ["100+10*(math.sin(q.anim_time*360-60)*4)", 0, 0] + }, + "foot_front_right2": { + "rotation": ["37.5+10*(math.sin(q.anim_time*360-150)*4)", 0, 0] + }, + "leg_back_left": { + "rotation": ["15+4*(math.sin(q.anim_time*360-60)*4)", 0, 0], + "position": [0, "3+0.1*(math.sin(q.anim_time*360+60)*4)", "0-0.1*(math.sin(q.anim_time*360+60)*4)"] + }, + "leg_back_left2": { + "rotation": ["0+6*(math.sin(q.anim_time*360-60)*4)", 0, 0] + }, + "leg_back_left3": { + "rotation": ["0+6*(math.sin(q.anim_time*360+30)*4)", 0, 0] + }, + "foot_back_left": { + "rotation": ["15+10*(math.sin(q.anim_time*360+30)*4)", 0, 0] + }, + "foot_back_left2": { + "rotation": ["0+4*(math.sin(q.anim_time*360-30)*4)", 0, 0] + }, + "tail": { + "rotation": ["-25+2*(math.sin(q.anim_time*360+40)*2)", 0, 0] + }, + "neck_fluff_front": { + "rotation": ["-3-0.5*(math.sin(q.anim_time*360-40)*4)", 0, 0] + }, + "neck_fluff_front2": { + "rotation": ["0+1.5*(math.sin(q.anim_time*360-60)*4)", 0, 0] + }, + "neck_fluff_front3": { + "rotation": ["0+1.5*(math.sin(q.anim_time*360-120)*4)", 0, 0] + } + } + }, + "animation.absol.surfacewater_swim": { + "loop": true, + "bones": { + "body2": { + "rotation": [-5, 0, 0] + }, + "body3": { + "rotation": ["7.5+2*(math.sin(q.anim_time*360+40)*4)", 0, 0] + }, + "neck_lower": { + "rotation": [-5, 0, 0] + }, + "head": { + "rotation": [-12.5, 0, 0] + }, + "leg_front_left": { + "rotation": ["0+6*(math.sin(q.anim_time*360)*4)", 0, 0], + "position": [0, "0+0.1*(math.sin(q.anim_time*360+60)*4)", "0-0.1*(math.sin(q.anim_time*360+60)*4)"] + }, + "leg_front_left3": { + "rotation": ["-45-15*(math.sin(q.anim_time*360-90)*4)", 0, 0] + }, + "foot_front_left": { + "rotation": ["100+10*(math.sin(q.anim_time*360)*4)", 0, 0] + }, + "foot_front_left2": { + "rotation": ["37.5+10*(math.sin(q.anim_time*360-90)*4)", 0, 0] + }, + "leg_back_right": { + "rotation": ["15+4*(math.sin(q.anim_time*360)*4)", 0, 0], + "position": [0, "3+0.1*(math.sin(q.anim_time*360+60)*4)", "0-0.1*(math.sin(q.anim_time*360+60)*4)"] + }, + "leg_back_right2": { + "rotation": ["0+6*(math.sin(q.anim_time*360)*4)", 0, 0] + }, + "leg_back_right3": { + "rotation": ["0+6*(math.sin(q.anim_time*360+90)*4)", 0, 0] + }, + "foot_back_right": { + "rotation": ["15+10*(math.sin(q.anim_time*360+90)*4)", 0, 0] + }, + "foot_back_right2": { + "rotation": ["0+4*(math.sin(q.anim_time*360+90)*4)", 0, 0] + }, + "body": { + "rotation": ["7.3499-1*(math.sin(q.anim_time*360)*4)", -1.08915, 0.95476], + "position": [0, "0+0.1*(math.sin(q.anim_time*360+60)*4)", "0-0.1*(math.sin(q.anim_time*360+60)*4)"] + }, + "neck_upper": { + "rotation": ["0+2*(math.sin(q.anim_time*360)*4)", 0, 0] + }, + "hair_side": { + "rotation": [0, "0.5+0.5*(math.sin(q.anim_time*360-60)*4)", 0] + }, + "hair_side2": { + "rotation": [0, "0+0.5*(math.sin(q.anim_time*360-80)*4)", 0] + }, + "hair_side3": { + "rotation": [0, "0+0.5*(math.sin(q.anim_time*360-100)*4)", 0] + }, + "hair_side4": { + "rotation": [0, "0+1*(math.sin(q.anim_time*360-120)*4)", 0] + }, + "leg_front_right": { + "rotation": ["0+6*(math.sin(q.anim_time*360-60)*4)", 0, 0], + "position": [0, "0+0.1*(math.sin(q.anim_time*360+60)*4)", "0-0.1*(math.sin(q.anim_time*360+60)*4)"] + }, + "leg_front_right3": { + "rotation": ["-45-15*(math.sin(q.anim_time*360-150)*4)", 0, 0] + }, + "foot_front_right": { + "rotation": ["100+10*(math.sin(q.anim_time*360-60)*4)", 0, 0] + }, + "foot_front_right2": { + "rotation": ["37.5+10*(math.sin(q.anim_time*360-150)*4)", 0, 0] + }, + "leg_back_left": { + "rotation": ["15+4*(math.sin(q.anim_time*360-60)*4)", 0, 0], + "position": [0, "3+0.1*(math.sin(q.anim_time*360+60)*4)", "0-0.1*(math.sin(q.anim_time*360+60)*4)"] + }, + "leg_back_left2": { + "rotation": ["0+6*(math.sin(q.anim_time*360-60)*4)", 0, 0] + }, + "leg_back_left3": { + "rotation": ["0+6*(math.sin(q.anim_time*360+30)*4)", 0, 0] + }, + "foot_back_left": { + "rotation": ["15+10*(math.sin(q.anim_time*360+30)*4)", 0, 0] + }, + "foot_back_left2": { + "rotation": ["0+4*(math.sin(q.anim_time*360-30)*4)", 0, 0] + }, + "tail": { + "rotation": ["-25+2*(math.sin(q.anim_time*360+40)*2)", 0, 0] + }, + "neck_fluff_front": { + "rotation": ["-3-0.5*(math.sin(q.anim_time*360-40)*4)", 0, 0] + }, + "neck_fluff_front2": { + "rotation": ["0+1.5*(math.sin(q.anim_time*360-60)*4)", 0, 0] + }, + "neck_fluff_front3": { + "rotation": ["0+1.5*(math.sin(q.anim_time*360-120)*4)", 0, 0] + }, + "torso": { + "position": [0, -21, 0] + } + } + }, + "animation.absol.blink": { + "animation_length": 0.125, + "bones": { + "eyelid_left": { + "position": { + "0.0": [1, 0, -1], + "0.0833": [1, 0, -1], + "0.125": [0, 0, 0] + } + }, + "eyelid_right": { + "position": { + "0.0": [-1, 0, -1], + "0.0833": [-1, 0, -1], + "0.125": [0, 0, 0] + } + } + } + }, + "animation.absol.sleep": { + "loop": true, + "bones": { + "body": { + "rotation": ["0-0.15*(math.sin(q.anim_time*-90)*4)", -7.5, 0], + "position": [0, -14, 0], + "scale": "1+0.001*(math.sin(q.anim_time*-90)*4)" + }, + "body2": { + "rotation": ["5-0.15*(math.sin(q.anim_time*90)*4)", 10, 0] + }, + "body3": { + "rotation": [0, 0, 0], + "position": [0, 0.6, -0.3] + }, + "tail": { + "rotation": ["-15-0.25*(math.sin(q.anim_time*90+40)*4)", 0, 0] + }, + "neck_lower": { + "rotation": ["25-0.15*(math.sin(q.anim_time*90)*4)", 0, 0] + }, + "head": { + "rotation": ["7.5+0.25*(math.sin(q.anim_time*90-40)*4)", 0, 0] + }, + "head_inner": { + "rotation": [5, 0, 0] + }, + "eyelid_left": { + "position": [1, 0, -0.975] + }, + "eyelid_right": { + "position": [-1, 0, -0.975] + }, + "neck_fluff": { + "rotation": [-7.5, 0, 0], + "position": [-0.26105, -0.16506, -0.96463] + }, + "neck_fluff_front": { + "rotation": [-7.5, 0, 0] + }, + "neck_fluff_front2": { + "rotation": [29.83239, 0, 0] + }, + "neck_fluff_front3": { + "rotation": [15.19704, 0, 0] + }, + "leg_front_left": { + "rotation": [17.5, 0, 0], + "position": [0.9, -11, -1] + }, + "leg_front_left2": { + "rotation": [-121.21038, -13.83295, 10.73505], + "position": [0, -3.56699, -0.75] + }, + "leg_front_left3": { + "rotation": [17.50235, 0.02148, 12.49998] + }, + "foot_front_left": { + "rotation": [87.34941, -0.85481, 19.98247] + }, + "leg_front_right": { + "rotation": [17.5, 0, 0], + "position": [-0.9, -11, -1] + }, + "leg_front_right2": { + "rotation": [-120.25701, 3.07706, -4.28615], + "position": [0, -3.56699, -0.75] + }, + "leg_front_right3": { + "rotation": [17.50151, -0.01723, -9.99999] + }, + "foot_front_right": { + "rotation": [87.26603, 1.05627, -24.97911] + }, + "leg_back_left": { + "rotation": [-7.4409, 7.32646, 1.60622], + "position": [1, -11, -0.25] + }, + "leg_back_left2": { + "rotation": [47.5, 0, 0], + "position": [0, 0, 0] + }, + "leg_back_left_heelspike": { + "rotation": [-40, 0, 0], + "position": [0, -1, -1] + }, + "leg_back_left3": { + "rotation": [-117.88942, -3.81174, 17.00074], + "position": [-0.03151, -2.27764, 0.72966] + }, + "foot_back_left": { + "rotation": [77.5, 0, 0] + }, + "leg_back_right": { + "rotation": [-7.4409, -7.32646, -1.60622], + "position": [-1, -11, -0.25] + }, + "leg_back_right2": { + "rotation": [47.5, 0, 0], + "position": [0, 0, 0] + }, + "leg_back_right_heelspike": { + "rotation": [-40, 0, 0], + "position": [0, -1, -1] + }, + "leg_back_right3": { + "rotation": [-117.88942, 3.81174, -17.00074], + "position": [0.02521, -2.32211, 0.48373] + }, + "foot_back_right": { + "rotation": [77.65146, 1.50159, -0.17787] + }, + "leg_front_left_heelspike": { + "rotation": [77.7873, 2.68507, 12.2127], + "position": [1.5, 3.75, -1.25] + }, + "leg_front_right_heelspike": { + "rotation": [77.7873, -2.68507, -12.2127], + "position": [-1.5, 3.75, -1.25] + }, + "hair_side": { + "rotation": [0, "0+0.15*(math.sin(q.anim_time*90)*4)", 0] + }, + "hair_side2": { + "rotation": [0, "0+0.15*(math.sin(q.anim_time*90-40)*4)", 0] + }, + "hair_side3": { + "rotation": [0, "0+0.15*(math.sin(q.anim_time*90-80)*4)", 0] + }, + "hair_side4": { + "rotation": [0, "0+0.15*(math.sin(q.anim_time*90-120)*4)", 0] + }, + "mouth_closed_edge": { + "position": [0, -0.45, 0] + } + } + }, + "animation.absol.faint": { + "animation_length": 5, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": [12.5, 0, 90] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-3, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [1, -8, 5], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [1, -8, 5], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [6, -14, 3], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [7.27, -13, 3], + "lerp_mode": "catmullrom" + }, + "2.75": [8, -14, 3] + } + }, + "neck_upper": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [1.60572, -1.19358, 7.55014], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [10, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [10, 0, -15], + "lerp_mode": "catmullrom" + }, + "2.875": [10, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, -3.94], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.5": [0, 0, 7.5] + } + }, + "leg_front_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [37.5, 12.5, -5], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [37.5, 12.5, -2.5], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [37.5, 12.5, 25], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [37.5, 12.5, 90], + "lerp_mode": "catmullrom" + }, + "2.4583": [23.28158, -4.29335, 90.16866] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-2, -0.35, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [1, -0.35, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [2, -4.35, 2], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [2.07, -5.75, 5.14], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [2.05, -5.7, 4.44], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [2, -12.35, 2], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [2, -15.35, 2], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [2, -14.35, 2], + "lerp_mode": "catmullrom" + }, + "2.7917": [2, -14.35, 2] + } + }, + "leg_front_left3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-67.43952, -0.53517, 12.62323], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-72.2717, 13.58314, 9.34374], + "lerp_mode": "catmullrom" + }, + "2.4583": [-67.44, 6.96, -2.38] + } + }, + "foot_front_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0.36, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [12.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [39.29, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [42.84, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [25.76329, -13.41514, 21.29382], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [30.28664, -20.20435, 26.01349], + "lerp_mode": "catmullrom" + }, + "2.625": [112.5, 0, 0] + } + }, + "foot_front_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [2.89, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [32.03, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-8.53, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [5.86, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-1.41, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": [40, 0, 0] + } + }, + "leg_front_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [37.5, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [25, 0, 1.25], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [1.58, 0, 3.12], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 16.25], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [15, 0, 16.25], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [35, 0, 16.25], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [36.44, 0, -6.51], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [35, 0, 68.75], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [15.44545, -2.904, 88.98638], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [2.95, -2.9, 81.49], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [7.95, -2.9, 88.99], + "lerp_mode": "catmullrom" + }, + "3.0": [17.95, 2.1, 68.99] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-4, -2, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-3.9, 0.61, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-2, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, -4, 3], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-1.25, -3.66, 3.22], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [3, -5, 3], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [9, -6.25, 3], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [10, -5.25, 3], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [10.5, -5.25, 3], + "lerp_mode": "catmullrom" + }, + "3.0": [9, -5.75, 2.5] + } + }, + "leg_front_right3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-85, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-25.12, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [12.38, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [12.38, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-7.62, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-50.12, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-50.12, 12.5, 2.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": [-12.5, 0, 0] + } + }, + "foot_front_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-3.96496, -0.39942, -3.7604], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [1.04, -0.4, -3.76], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [15.74, -0.18, -1.67], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": [32.5, 0, 0] + } + }, + "foot_front_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-2.41733, 0.6271, -0.95901], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-2.41733, 0.6271, -0.95901], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [22.58, 0.63, -0.96], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": [37.5, 0, 0] + } + }, + "leg_back_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-19.21395, 1.83853, -9.83057], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-10.85759, 1.78431, -5.08518], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-10.28524, 2.0091, 2.01682], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-29.80332, 0.85726, 1.48912], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-10.8417, 1.02441, 10.82313], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-2.18741, -5.32648, 55.02067], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, 0, 95], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 0, 87.5], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 81.96], + "lerp_mode": "catmullrom" + }, + "2.7917": [0, 0, 90] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-1.61, -0.03, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-0.42, -1.35, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0.22, -0.67, -0.2], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [1.31, -1.02, -0.21], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [1.49, -2.19, 0.93], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [1.62, -3.02, 3], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [1.88, -9.72, 1.06], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [1.88, -14.97, 1.06], + "lerp_mode": "catmullrom" + }, + "2.5833": [2.38, -14.47, 1.06] + } + }, + "leg_back_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [27.9, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [8.37, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [23.82, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": [-5, 0, 0] + } + }, + "leg_back_left3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-27.22185, 0.00851, 0.35147], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-15.61663, 0.01513, 0.62484], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-30.14236, 0.00624, 0.25757], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-34.96301, 9.99113, 0.42319], + "lerp_mode": "catmullrom" + }, + "2.7917": [-25, 0, 0] + } + }, + "foot_back_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [39.65, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [24.35, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": [55, 0, 0] + } + }, + "body2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": [0, 0, -5] + } + }, + "body3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, -6.63, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0.08, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, -14.92, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.42301, 4.62555, 4.99724], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0.42, 4.63, 5], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [-0.22971, 5.29703, -2.49848], + "lerp_mode": "catmullrom" + }, + "3.0": [0.42, 4.63, 5] + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-7.04448, 12.91316, 14.83363], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-14.38715, -24.24717, -12.11383], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-1.84288, 12.67029, 10.27703], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0.83837, -19.54476, -28.53215], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [1.85294, -16.82557, -28.35661], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [3.68813, -15.97589, -31.27886], + "lerp_mode": "catmullrom" + }, + "3.0": [0, 15, 0] + } + }, + "mouth_closed": { + "position": { + "0.0": [0, 0.25, 0], + "0.1667": [0, 0, 0], + "0.25": [0, 0, 1], + "1.1667": [0, 0, 1], + "1.25": [0, 0.25, 0] + } + }, + "mouth_closed_edge": { + "position": { + "0.0": [0, -0.75, 0], + "1.25": [0, -0.75, 0] + } + }, + "mouth_open": { + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, -1], + "1.2083": [0, 0, -1], + "1.4167": [0, 0, 0] + } + }, + "eye_left": { + "rotation": [0, 0, 0] + }, + "eyelid_left": { + "position": { + "0.0": [0, 0, 0], + "0.25": [1, 0, -1], + "0.3333": [1, 0, -1], + "0.4167": [0, 0, 0], + "0.5": [1, 0, -1], + "0.5833": [1, 0, -1], + "0.75": [0, 0, 0], + "1.0": [1, 0, -1] + } + }, + "eyelid_right": { + "position": { + "0.0": [0, 0, 0], + "0.25": [-1, 0, -1], + "0.3333": [-1, 0, -1], + "0.4167": [0, 0, 0], + "0.5": [-1, 0, -1], + "0.5833": [-1, 0, -1], + "0.75": [0, 0, 0], + "1.0": [-1, 0, -1] + } + }, + "hair_side": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-0.03478, 4.99057, 5.30906], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [1.762, 3.06788, -2.30165], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [2.70118, 4.07605, -12.29495], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [1.22915, 2.62875, 2.70744], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [-0.25541, 1.74743, 15.26418], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0.94859, 2.42697, 5.21503], + "lerp_mode": "catmullrom" + }, + "3.0": [-0.25541, 1.74743, 15.26418] + } + }, + "hair_side2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-0.05358, -4.98008, -17.94928], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0.46964, -5.68101, -10.46377], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [3.45377, 2.70013, 3.25784], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [3.35392, -7.55816, 4.243], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0.81688, -3.01089, -30.55926], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [3.38275, 0.228, 2.87882], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [1.32707, 9.29656, -8.86395], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [-0.37525, 9.78682, -14.12284], + "lerp_mode": "catmullrom" + }, + "3.0": [-7.87525, 9.78682, -14.12284] + } + }, + "neck_fluff": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-5, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 3.89], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "3.0417": [0, 0, -2.5] + } + }, + "neck_fluff_front": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-2.87234, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": [-2.5, 0, 0] + } + }, + "neck_fluff_front2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-5.53, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-29.17, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0417": [10, 0, 0] + } + }, + "neck_fluff_front3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-4.36, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0417": [-15, 0, 0] + } + }, + "foot_back_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-2.53, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": [12.5, 0, 0] + } + }, + "leg_back_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, 0, 97.5], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 0, 85], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 92.5], + "lerp_mode": "catmullrom" + }, + "2.875": [0, 0, 75] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-1.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0.24, -2.66, 2.49], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, -4, 1], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-0.06, -4.2, 3.35], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [4.35, -4.17, 1.71], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [11, -7, 2], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [11.5, -6, 2], + "lerp_mode": "catmullrom" + }, + "2.75": [12.5, -7, 2], + "2.875": [12.5, -8, 2], + "3.0": [12.5, -7.8, 2] + } + }, + "leg_back_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-1.52, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0.63, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [15.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [15.21, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": [-5, 0, 0] + } + }, + "leg_back_right3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0.02567, -3.17289, -2.42711], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-10, -10, -7.5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-41.44252, -3.74155, -2.80616], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": [32.5, 0, 0] + } + }, + "foot_back_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 7], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [19.95216, -1.77347, 0.12247], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [19.40829, 2.1534, 1.96533], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.04624, 4.88119, 3.58482], + "lerp_mode": "catmullrom" + }, + "2.4167": [32.54624, 4.88119, 3.58482] + } + }, + "foot_back_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-19.08, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": [22.5, 0, 0] + } + } + } + }, + "animation.absol.move": { + "loop": true, + "animation_length": 10, + "bones": { + "absol": { + "position": { + "0.0": { + "post": [0, 0, 161], + "lerp_mode": "catmullrom" + }, + "10.0": { + "post": [0, 0, -168], + "lerp_mode": "catmullrom" + } + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/altaria/altaria.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/altaria/altaria.animation.json new file mode 100644 index 0000000..11a710e --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/altaria/altaria.animation.json @@ -0,0 +1,284 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.altaria.ground_idle": { + "loop": true, + "bones": { + "altaria": { + "position": [0, 6, 0] + }, + "body": { + "rotation": ["0+math.sin(q.anim_time*90*1.75)*1", "0+math.sin(q.anim_time*90*0.875-90)*0.5", "0+math.sin(q.anim_time*90*0.875-90)*1"], + "position": ["0+math.sin(q.anim_time*90*0.875-60)*0.5", "0+math.sin(q.anim_time*90*1.75-60)*1.5", 0] + }, + "neck": { + "rotation": ["0+math.sin(q.anim_time*90*1.75-30)*1", 0, 0] + }, + "head": { + "rotation": [0, 0, 0] + }, + "hair_left": { + "rotation": [52.14231, "4.9182+math.sin(q.anim_time*90*1.75+120)*7.5", -51.31448] + }, + "hair_left2": { + "rotation": [0, "0+math.sin(q.anim_time*90*1.75+60)*5", 0] + }, + "hair_left3": { + "rotation": [0, "0+math.sin(q.anim_time*90*1.75+120)*5", 0] + }, + "hair_left4": { + "rotation": [0, "0+math.sin(q.anim_time*90*1.75+150)*5", 0] + }, + "hair_left5": { + "rotation": [0, "0+math.sin(q.anim_time*90*1.75+180)*7.5", 0] + }, + "hair_left6": { + "rotation": [0, "0+math.sin(q.anim_time*90*1.75+120)*7.5", 0] + }, + "hair_right": { + "rotation": [52.14231, "-4.9182-math.sin(q.anim_time*90*1.75+60)*7.5", 51.31448] + }, + "hair_right8": { + "rotation": [0, "0-math.sin(q.anim_time*90*1.75)*5", 0] + }, + "hair_right9": { + "rotation": [0, "0-math.sin(q.anim_time*90*1.75+60)*5", 0] + }, + "hair_right10": { + "rotation": [0, "0-math.sin(q.anim_time*90*1.75+90)*5", 0] + }, + "hair_right11": { + "rotation": [0, "0-math.sin(q.anim_time*90*1.75+120)*7.5", 0] + }, + "hair_right1": { + "rotation": [0, "0-math.sin(q.anim_time*90*1.75+60)*7.5", 0] + }, + "wing_left": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*1.75)*25"], + "position": [1, 0, 0] + }, + "wing_left2": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*1.75-15)*10"], + "position": [0.25, 0, 0] + }, + "wing_left3": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*1.75-30)*15"] + }, + "wing_right": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1.75)*25"], + "position": [-1, 0, 0] + }, + "wing_right2": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1.75-15)*10"] + }, + "wing_right3": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1.75-30)*15"] + }, + "tail": { + "rotation": ["0-math.sin(q.anim_time*90*1.75-30)*7.5", 0, 0] + }, + "leg_right": { + "rotation": ["0-math.sin(q.anim_time*90*1.75-30)*7.5", 0, "0+math.sin(q.anim_time*90*0.875-30)*7.5"] + }, + "leg_left": { + "rotation": ["0-math.sin(q.anim_time*90*1.75-30)*7.5", 0, "0+math.sin(q.anim_time*90*0.875-30)*7.5"] + } + } + }, + "animation.altaria.ground_walk": { + "loop": true, + "bones": { + "altaria": { + "rotation": [5, 0, 0], + "position": [0, 6, 0] + }, + "body": { + "rotation": ["0+math.sin(q.anim_time*90*1.75*1.5)*1", "0+math.sin(q.anim_time*90*0.875*1.5-90)*0.5", "0+math.sin(q.anim_time*90*0.875*1.5-90)*1"], + "position": ["0+math.sin(q.anim_time*90*0.875*1.5-60)*0.5", "0+math.sin(q.anim_time*90*1.75*1.5-60)*1.5", 0] + }, + "neck": { + "rotation": ["30+math.sin(q.anim_time*90*1.75*1.5-30)*3", 0, 0] + }, + "head": { + "rotation": ["-25+math.sin(q.anim_time*90*1.75*1.5-30)*2", 0, 0] + }, + "hair_left": { + "rotation": [43.21225, "12.0747+math.sin(q.anim_time*90*1.75*1.5+120)*7.5", -42.59923] + }, + "hair_left2": { + "rotation": [0, "0+math.sin(q.anim_time*90*1.75*1.5+60)*5", 0] + }, + "hair_left3": { + "rotation": [0, "0+math.sin(q.anim_time*90*1.75*1.5+120)*5", 0] + }, + "hair_left4": { + "rotation": [0, "0+math.sin(q.anim_time*90*1.75*1.5+150)*5", 0] + }, + "hair_left5": { + "rotation": [0, "0+math.sin(q.anim_time*90*1.75*1.5+180)*7.5", 0] + }, + "hair_left6": { + "rotation": [0, "0+math.sin(q.anim_time*90*1.75*1.5+120)*7.5", 0] + }, + "hair_right": { + "rotation": [43.96314, "-12.1301-math.sin(q.anim_time*90*1.75*1.5+60)*7.5", 43.46939] + }, + "hair_right8": { + "rotation": [0, "0-math.sin(q.anim_time*90*1.75*1.5)*5", 0] + }, + "hair_right9": { + "rotation": [0, "0-math.sin(q.anim_time*90*1.75*1.5+60)*5", 0] + }, + "hair_right10": { + "rotation": [0, "0-math.sin(q.anim_time*90*1.75*1.5+90)*5", 0] + }, + "hair_right11": { + "rotation": [0, "0-math.sin(q.anim_time*90*1.75*1.5+120)*7.5", 0] + }, + "hair_right1": { + "rotation": [0, "0-math.sin(q.anim_time*90*1.75*1.5+60)*7.5", 0] + }, + "wing_left": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*1.75*1.5)*25"], + "position": [1, 0, 0] + }, + "wing_left2": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*1.75*1.5-15)*10"], + "position": [0.25, 0, 0] + }, + "wing_left3": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*1.75*1.5-30)*15"] + }, + "wing_right": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1.75*1.5)*25"], + "position": [-1, 0, 0] + }, + "wing_right2": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1.75*1.5-15)*10"] + }, + "wing_right3": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1.75*1.5-30)*15"] + }, + "tail": { + "rotation": ["0-math.sin(q.anim_time*90*1.75*1.5-30)*7.5", 0, 0] + }, + "leg_right": { + "rotation": ["14.9488-math.sin(q.anim_time*90*1.75*1.5-30)*7.5", 1.24502, "0.0318+math.sin(q.anim_time*90*0.875*1.75-30)*7.5"] + }, + "leg_left": { + "rotation": ["14.9488-math.sin(q.anim_time*90*1.75*1.5-30)*7.5", 1.24502, "0.0318+math.sin(q.anim_time*90*0.875*1.75-30)*7.5"] + } + } + }, + "animation.altaria.sleep": { + "loop": true, + "bones": { + "body": { + "position": ["0+math.sin(q.anim_time*90*0.875-60)*0.08", "1+math.sin(q.anim_time*90*1.75-60)*0.25", 0] + }, + "neck": { + "rotation": ["-5+math.sin(q.anim_time*90*1.75-30)*0.16", 0, 0], + "position": [0, 0, 1] + }, + "head": { + "rotation": [5, 0, 0] + }, + "hair_left": { + "rotation": [52.14231, "4.9182+math.sin(q.anim_time*90*1.75+120)*1.25", -51.31448] + }, + "hair_left2": { + "rotation": [0, "0+math.sin(q.anim_time*90*1.75+60)*0.8", 0] + }, + "hair_left3": { + "rotation": [0, "0+math.sin(q.anim_time*90*1.75+120)*0.8", 0] + }, + "hair_left4": { + "rotation": [0, "0+math.sin(q.anim_time*90*1.75+150)*0.8", 0] + }, + "hair_left5": { + "rotation": [0, "0+math.sin(q.anim_time*90*1.75+180)*1.25", 0] + }, + "hair_left6": { + "rotation": [0, "0+math.sin(q.anim_time*90*1.75+120)*1.25", 0] + }, + "hair_right": { + "rotation": [52.14231, "-4.9182-math.sin(q.anim_time*90*1.75+60)*1.25", 51.31448] + }, + "hair_right8": { + "rotation": [0, "0-math.sin(q.anim_time*90*1.75)*0.8", 0] + }, + "hair_right9": { + "rotation": [0, "0-math.sin(q.anim_time*90*1.75+60)*0.8", 0] + }, + "hair_right10": { + "rotation": [0, "0-math.sin(q.anim_time*90*1.75+90)*0.8", 0] + }, + "hair_right11": { + "rotation": [0, "0-math.sin(q.anim_time*90*1.75+120)*1.25", 0] + }, + "hair_right1": { + "rotation": [0, "0-math.sin(q.anim_time*90*1.75+60)*1.25", 0] + }, + "eyelid_right": { + "position": [0, 0, -0.1] + }, + "eyelid_left": { + "position": [0, 0, -0.1] + }, + "wing_left": { + "rotation": [6.48887, 39.79981, "4.601-math.sin(q.anim_time*90*1.75)*1"], + "position": [3, 0, -3] + }, + "wing_left2": { + "rotation": [7.46389, 44.73798, "4.9491-math.sin(q.anim_time*90*1.75-15)*1.5"], + "position": [2.8204, 0.2615, -1.4061] + }, + "wing_left3": { + "rotation": [3.71649, 24.67881, "0.8862-math.sin(q.anim_time*90*1.75-30)*2"], + "position": [1.9255, 0.3347, -0.656] + }, + "wing_right": { + "rotation": [6.48887, -39.79981, "-4.601+math.sin(q.anim_time*90*1.75)*1"], + "position": [-3, 0, -3] + }, + "wing_right2": { + "rotation": [7.46385, -44.73798, "-4.949+math.sin(q.anim_time*90*1.75-15)*1.5"], + "position": [-2.82035, 0.26147, -1.40614] + }, + "wing_right3": { + "rotation": [3.54683, -24.70228, "0.9711+math.sin(q.anim_time*90*1.75-30)*2"], + "position": [-1.92552, 0.33468, -0.65603] + }, + "tail": { + "rotation": ["0-math.sin(q.anim_time*90*1.75-30)*1.25", 0, 0] + }, + "leg_right": { + "rotation": ["-30-math.sin(q.anim_time*90*1.75-30)*1.25", -10, "0+math.sin(q.anim_time*90*0.875-30)*1.25"] + }, + "leg_left": { + "rotation": ["-30-math.sin(q.anim_time*90*1.75-30)*1.25", 10, "0+math.sin(q.anim_time*90*0.875-30)*1.25"] + } + } + }, + "animation.altaria.blink": { + "animation_length": 0.16667, + "bones": { + "eyelid_right": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_left": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + } + } + } + }, + "geckolib_format_version": 2 +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/amoonguss/amoonguss.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/amoonguss/amoonguss.animation.json new file mode 100644 index 0000000..ed9465c --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/amoonguss/amoonguss.animation.json @@ -0,0 +1,80 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.amoonguss.ground_idle": { + "loop": true, + "bones": { + "body_bot": { + "rotation": ["2.5*math.sin(q.anim_time*90*2)*0.5", 0, "2.5*math.sin(q.anim_time*90*2+90)*0.5"] + }, + "body_top": { + "rotation": ["1*math.sin(q.anim_time*90*2)*0.5", 0, "1*math.sin(q.anim_time*90*2+90)*0.5"] + }, + "arm_left": { + "rotation": [28.0634, "21.0759- math.cos(query.anim_time * 90 * 2 - 90) * 12", 21.50238] + }, + "aime_bone_1": { + "rotation": [0, 0, "-55- math.cos(query.anim_time * 90 * 2 - 180) * 5"] + }, + "arm_right": { + "rotation": [11.9366, "-21.0759- math.cos(query.anim_time * 90 * 2 - 90) * 12", -21.5024] + }, + "aime_bone_2": { + "rotation": [0, 0, "55- math.cos(query.anim_time * 90 * 2 - 180) * 5"] + } + } + }, + "animation.amoonguss.ground_walk": { + "loop": true, + "bones": { + "body_bot": { + "rotation": [0, "6*math.sin(q.anim_time*90*4)", "4*math.sin(q.anim_time*4*90-90)"], + "position": [0, "math.abs(0.15*math.sin(q.anim_time*4*90-90))", 0] + }, + "body_top": { + "rotation": [0, "6*math.sin(q.anim_time*90*4)*0.2", "4*math.sin(q.anim_time*4*90-90)*0.2"], + "position": [0, "math.abs(0.15*math.sin(q.anim_time*4*90-90))", 0] + }, + "arm_right": { + "rotation": [0, "6*math.sin(q.anim_time*90*4-30)*2", -35] + }, + "aime_bone_2": { + "rotation": [0, "-6*math.sin(q.anim_time*90*4+90)*1", 0] + }, + "arm_left": { + "rotation": [0, "6*math.sin(q.anim_time*90*4-30)*2", 35] + }, + "aime_bone_1": { + "rotation": [0, "-6*math.sin(q.anim_time*90*4+90)*1", 0] + } + } + }, + "animation.amoonguss.blink": { + "animation_length": 0.625, + "bones": { + "eye_right": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + }, + "eye_left": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/appletun/appletun.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/appletun/appletun.animation.json new file mode 100644 index 0000000..8b2c3d7 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/appletun/appletun.animation.json @@ -0,0 +1,259 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.appletun.ground_idle": { + "loop": true, + "bones": { + "body": { + "rotation": ["0+math.sin(q.anim_time*90*1)*0.5", "0-math.sin(q.anim_time*90*1)*1", "0-math.cos(q.anim_time*90*1)*1"], + "position": [0, "math.sin(q.anim_time*90*2)*0.2", 0] + }, + "neck": { + "rotation": ["0+math.cos(q.anim_time*90*2)*-1", "0-math.sin(q.anim_time*90*1-30)*-2", 0] + }, + "head": { + "rotation": ["0+math.cos(q.anim_time*90*2)*-1", "0-math.sin(q.anim_time*90*1-30)*-2", 0] + }, + "right_ear": { + "rotation": [0, 0, "5-math.cos(q.anim_time*90*1-60)*4"] + }, + "left_ear": { + "rotation": [0, 0, "-5-math.cos(q.anim_time*90*1-60)*4"] + }, + "head_cap": { + "rotation": [0, "0-math.sin(q.anim_time*90*1-30)*-2", 0] + }, + "appleleave_right": { + "rotation": [0, 0, "0-math.cos(q.anim_time*90*1-60)*-4"] + }, + "appleleave_left": { + "rotation": [0, 0, "0-math.cos(q.anim_time*90*1-60)*4"] + }, + "tails": { + "rotation": ["-15.5+math.sin(q.anim_time*90*2-60)*1", "0-math.sin(q.anim_time*90*1-30)*3", 0] + }, + "tails2": { + "rotation": ["15+math.sin(q.anim_time*90*2-90)*2", "-math.sin(q.anim_time*90*1-60)*4", 0] + }, + "leg_front_right": { + "rotation": [0, 0, 10] + }, + "foot_front_right": { + "rotation": [0, 0, -10] + }, + "leg_front_left": { + "rotation": [0, 0, -10] + }, + "foot_front_left": { + "rotation": [0, 0, 10] + }, + "leg_back_right": { + "rotation": [0, 0, 10] + }, + "foot_back_right": { + "rotation": [0, 0, -10] + }, + "leg_back_left": { + "rotation": [0, 0, -10] + }, + "foot_back_left": { + "rotation": [0, 0, 10] + } + } + }, + "animation.appletun.ground_walk": { + "loop": true, + "animation_length": 1.3333, + "bones": { + "body": { + "rotation": ["0+math.sin(q.anim_time*90*3*2)*1", "0-math.cos(q.anim_time*90*3)*3", "0+math.sin(q.anim_time*90*3)*2"], + "position": { + "0.0": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], + "0.2917": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], + "0.3333": [0, "-0.4+math.sin(q.anim_time*90*3*2)*0.4", 0], + "0.4167": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], + "0.5417": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], + "0.5833": [0, "-0.2+math.sin(q.anim_time*90*3*2)*0.4", 0], + "0.6667": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], + "0.9583": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], + "1.0": [0, "-0.4+math.sin(q.anim_time*90*3*2)*0.4", 0], + "1.0833": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], + "1.2083": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], + "1.25": [0, "-0.2+math.sin(q.anim_time*90*3*2)*0.4", 0], + "1.3333": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0] + } + }, + "neck": { + "rotation": [3, "0-math.sin(q.anim_time*90*3+30)*-2", "0+math.sin(q.anim_time*90*3+30)*2"] + }, + "head": { + "rotation": [-3, "0-math.sin(q.anim_time*90*3+30)*-2", "0+math.sin(q.anim_time*90*3+30)*2"] + }, + "right_ear": { + "rotation": ["-0.0005+math.cos(q.anim_time*90*3*2-60)*1", -0.02181, "2.4999+math.sin(q.anim_time*90*3-60)*6"] + }, + "left_ear": { + "rotation": ["-0.0005+math.cos(q.anim_time*90*3*2-60)*1", 0.02181, "-2.4999+math.sin(q.anim_time*90*3-60)*6"] + }, + "head_cap": { + "rotation": ["0+math.sin(q.anim_time*90*3*2)*1", "0-math.cos(q.anim_time*90*3)*3", "0+math.sin(q.anim_time*90*3)*2"] + }, + "appleleave_right": { + "rotation": ["0+math.cos(q.anim_time*90*3*2-60)*1", 0, "0+math.sin(q.anim_time*90*3-60)*6"], + "position": { + "0.0": [0, 0, 0], + "0.3333": [0, 0, 0], + "0.375": [0, 0.3, 0], + "0.4167": [0, -0.26, 0], + "0.5": [0, 0, 0], + "0.9583": [0, 0, 0], + "1.0": [0, 0.3, 0], + "1.0417": [0, -0.26, 0], + "1.125": [0, 0, 0], + "1.3333": [0, 0, 0] + } + }, + "appleleave_left": { + "rotation": ["0+math.cos(q.anim_time*90*3*2-60)*1", 0, "0+math.sin(q.anim_time*90*3-60)*6"], + "position": { + "0.0": [0, 0, 0], + "0.2917": [0, 0, 0], + "0.3333": [0, 0.3, 0], + "0.375": [0, -0.26, 0], + "0.4583": [0, 0, 0], + "1.0": [0, 0, 0], + "1.0417": [0, 0.3, 0], + "1.0833": [0, -0.26, 0], + "1.1667": [0, 0, 0], + "1.3333": [0, 0, 0] + } + }, + "tails": { + "rotation": ["-15+math.sin(q.anim_time*90*3*2-30)*1", "math.cos(q.anim_time*90*3-30)*-1", 0] + }, + "tails2": { + "rotation": ["8.5+math.sin(q.anim_time*90*3*2-60)*2", "math.cos(q.anim_time*90*3-60)*-4", 0] + }, + "leg_front_right": { + "rotation": ["6-math.sin(q.anim_time*90*3)*15", "0+math.sin(q.anim_time*90*3)*6", 10], + "position": ["-0.3+math.cos(q.anim_time*90*3)*0.3", "-0.2+math.clamp(math.cos(q.anim_time*90*3)*1,0,2)", "-math.sin(q.anim_time*90*3)*0.5"] + }, + "foot_front_right": { + "rotation": { + "0.0": ["math.clamp(math.sin(q.anim_time*90*3+90)*20,0,20)+math.clamp(math.sin(q.anim_time*90*3+270)*1 ,0,20)", 0, -10], + "0.3333": ["8+math.clamp(math.sin(q.anim_time*90*3+90)*20,0,20)+math.clamp(math.sin(q.anim_time*90*3+270)*1 ,0,20)", 0, -10], + "0.5": ["2+math.clamp(math.sin(q.anim_time*90*3+90)*20,0,20)+math.clamp(math.sin(q.anim_time*90*3+270)*1 ,0,20)", 0, -10], + "0.6667": ["-7+math.clamp(math.sin(q.anim_time*90*3+90)*20,0,20)+math.clamp(math.sin(q.anim_time*90*3+270)*1 ,0,20)", 0, -10], + "0.9167": [-5.29289, 0, -10], + "1.0": ["0+math.clamp(math.sin(q.anim_time*90*3+90)*20,0,20)+math.clamp(math.sin(q.anim_time*90*3+270)*1 ,0,20)", 0, -10], + "1.3333": ["math.clamp(math.sin(q.anim_time*90*3+90)*20,0,20)+math.clamp(math.sin(q.anim_time*90*3+270)*1 ,0,20)", 0, -10] + }, + "position": { + "0.0": [0, 0, 0], + "0.6667": [0, 0.1, 0], + "0.9167": [0, 0.5, 0], + "1.0833": [0, 0.5, 0], + "1.3333": [0, 0, 0] + } + }, + "leg_front_left": { + "rotation": ["6-math.sin(q.anim_time*90*3-180)*15", "0+math.sin(q.anim_time*90*3-180)*6", -10], + "position": ["0.3+math.cos(q.anim_time*90*3-180)*-0.3", "-0.2+math.clamp(math.cos(q.anim_time*90*3-180)*1,0,2)", "-math.sin(q.anim_time*90*3-180)*0.5"] + }, + "foot_front_left": { + "rotation": { + "0.0": ["-7+math.clamp(math.sin(q.anim_time*90*3-90)*20,0,20)+math.clamp(math.sin(q.anim_time*90*3+90)*1 ,0,20)", 0, 10], + "0.25": [-5.29289, 0, 10], + "0.3333": ["0+math.clamp(math.sin(q.anim_time*90*3-90)*20,0,20)+math.clamp(math.sin(q.anim_time*90*3+90)*1 ,0,20)", 0, 10], + "1.0": ["8+math.clamp(math.sin(q.anim_time*90*3-90)*20,0,20)+math.clamp(math.sin(q.anim_time*90*3+90)*1 ,0,20)", 0, 10], + "1.1667": ["2+math.clamp(math.sin(q.anim_time*90*3-90)*20,0,20)+math.clamp(math.sin(q.anim_time*90*3+90)*1 ,0,20)", 0, 10], + "1.3333": ["-7+math.clamp(math.sin(q.anim_time*90*3-90)*20,0,20)+math.clamp(math.sin(q.anim_time*90*3+90)*1 ,0,20)", 0, 10] + }, + "position": { + "0.0": [0, 0.1, 0], + "0.25": [0, 0.5, 0], + "0.4167": [0, 0.5, 0], + "0.6667": [0, 0, 0], + "1.3333": [0, 0.1, 0] + } + }, + "leg_back_right": { + "rotation": ["0-math.sin(q.anim_time*90*3-240)*6", "0-math.sin(q.anim_time*90*3-240)*6", 10], + "position": ["0-math.cos(q.anim_time*90*3-240)*0.2", "-0.2+math.clamp(math.cos(q.anim_time*90*3-240)*1,0,2)", "0-math.sin(q.anim_time*90*3-240)*0.8"] + }, + "foot_back_right": { + "rotation": { + "0.0": ["0+math.clamp(math.sin(q.anim_time*90*3-150)*15,0,20)-math.clamp(math.sin(q.anim_time*90*3+150)*2,-2,20)", 0, -10], + "0.5": ["0+math.clamp(math.sin(q.anim_time*90*3-150)*15,0,20)-math.clamp(math.sin(q.anim_time*90*3+150)*2,-2,20)", 0, -10], + "0.5833": ["2.5+math.clamp(math.sin(q.anim_time*90*3-150)*15,0,20)-math.clamp(math.sin(q.anim_time*90*3+150)*2,-2,20)", 0, -10], + "0.9583": ["math.clamp(math.sin(q.anim_time*90*3-150)*15,0,20)-math.clamp(math.sin(q.anim_time*90*3+150)*2,-2,20)", 0, -10], + "1.1667": ["-2.5+math.clamp(math.sin(q.anim_time*90*3-150)*15,0,20)-math.clamp(math.sin(q.anim_time*90*3+150)*2,-2,20)", 0, -10], + "1.3333": ["0+math.clamp(math.sin(q.anim_time*90*3-150)*15,0,20)-math.clamp(math.sin(q.anim_time*90*3+150)*2,-2,20)", 0, -10] + }, + "position": [0, 0.2, 0] + }, + "leg_back_left": { + "rotation": ["0-math.sin(q.anim_time*90*3-60)*6", "0+math.sin(q.anim_time*90*3-60)*6", -10], + "position": ["0+math.cos(q.anim_time*90*3-60)*0.2", "-0.2+math.clamp(math.cos(q.anim_time*90*3-60)*1,0,2)", "0-math.sin(q.anim_time*90*3-60)*0.7"] + }, + "foot_back_left": { + "rotation": { + "0.0": ["0+math.clamp(math.sin(q.anim_time*90*3+30)*15,0,20)-math.clamp(math.sin(q.anim_time*90*3+210)*2,-2,20)", 0, 10], + "0.5": ["0+math.clamp(math.sin(q.anim_time*90*3+30)*15,0,20)-math.clamp(math.sin(q.anim_time*90*3+210)*2,-2,20)", 0, 10], + "0.5833": ["2.5+math.clamp(math.sin(q.anim_time*90*3+30)*15,0,20)-math.clamp(math.sin(q.anim_time*90*3+210)*2,-2,20)", 0, 10], + "0.9583": ["math.clamp(math.sin(q.anim_time*90*3+30)*15,0,20)-math.clamp(math.sin(q.anim_time*90*3+210)*2,-2,20)", 0, 10], + "1.1667": ["-2.5+math.clamp(math.sin(q.anim_time*90*3+30)*15,0,20)-math.clamp(math.sin(q.anim_time*90*3+210)*2,-2,20)", 0, 10], + "1.3333": ["0+math.clamp(math.sin(q.anim_time*90*3+30)*15,0,20)-math.clamp(math.sin(q.anim_time*90*3+210)*2,-2,20)", 0, 10] + }, + "position": [0, 0.2, 0] + }, + "bone": { + "rotation": ["0+math.sin(q.anim_time*90*3*2)*0.5", "0-math.cos(q.anim_time*90*3)*1.5", "0+math.sin(q.anim_time*90*3)*1"] + } + } + }, + "animation.appletun.cry": { + "animation_length": 1.4167, + "bones": { + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [0.83, 0, 0], + "0.125": [4.89, 0, 0], + "0.1667": [6.25, 0, 0], + "0.25": [5.71, 0, 0], + "0.4583": [3.75, 0, 0], + "0.5833": [-8.28, 0, 0.32], + "0.625": [-10.69, 0, 0.69], + "0.75": [-12.5, 0, "0+math.sin(q.anim_time*90*20-30)*3"], + "1.2917": [-0.87, 0, -0.12], + "1.4167": [0, 0, 0] + } + }, + "jaw": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [25, 0, 0], + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [19.77, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/applin/applin.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/applin/applin.animation.json new file mode 100644 index 0000000..2a65780 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/applin/applin.animation.json @@ -0,0 +1,49 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.applin.ground_idle": { + "loop": true, + "bones": { + "tail_1": { + "rotation": [0, "math.sin(q.anim_time*90*2+125)*6", 0] + }, + "tail_2": { + "rotation": [0, "math.sin(q.anim_time*90*2+125)*6", 0] + }, + "eye": { + "rotation": ["-2.25+math.sin(q.anim_time*90*2-60)*3", 0, 0] + }, + "head": { + "rotation": ["-math.sin(q.anim_time*90*2+90)*2", 0, "math.sin(q.anim_time*90*2)*1"] + } + } + }, + "animation.applin.ground_walk": { + "loop": true, + "bones": { + "tail_1": { + "rotation": ["-math.clamp(math.sin(-q.anim_time*90*4-120)*20,0,20)+math.clamp(math.sin(-q.anim_time*90*4+60)*4,0,20)", 0, 0], + "position": [ + 0, + "0.25+math.clamp(math.sin(q.anim_time*90*4-45)*1,0,20)-math.clamp(math.sin(q.anim_time*90*4-45+180)*1,0,10)", + "-math.clamp(math.sin(q.anim_time*90*4-30)*0.5,0,50)" + ] + }, + "tail_2": { + "rotation": ["-8.5+(math.sin(q.anim_time*90*4)*1+1)*5+math.clamp(math.sin(q.anim_time*90*4-30)*5,0,20)", 0, 0], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4-30)*0.5,0,50)", "-math.clamp(math.sin(q.anim_time*90*4-30)*1,0,50)"] + }, + "eye": { + "rotation": ["-2.25+math.sin(q.anim_time*90*4-60)*4", 0, 0] + }, + "bone2": { + "rotation": ["-1.25+math.sin(q.anim_time*90*4-90)*1", 0, 0], + "position": [0, "0+math.sin(q.anim_time*90*4+30)*0.1", 0] + }, + "bone": { + "position": [0, 0, "-math.clamp(math.sin(q.anim_time*90*4)*1,0,1)-math.clamp(math.sin(-q.anim_time*90*1)*1,0,1)"] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/araquanid/araquanid.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/araquanid/araquanid.animation.json new file mode 100644 index 0000000..72cda1f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/araquanid/araquanid.animation.json @@ -0,0 +1,1285 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.araquanid.ground_idle": { + "loop": true, + "animation_length": 0.68, + "bones": { + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.08": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.68": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.08": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [0, -0.2, 0], + "lerp_mode": "catmullrom" + }, + "0.68": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left_front": { + "rotation": [13.46783, 32.61461, 23.9568] + }, + "leg_left_middle": { + "rotation": [0, 0, 25] + }, + "leg_left_back": { + "rotation": [-13.4678, -32.6146, 23.9568] + }, + "leg_right_back": { + "rotation": [-13.4678, 32.6146, -23.9568] + }, + "leg_right_front": { + "rotation": [13.46783, -32.61461, -23.9568] + }, + "leg_right_middle": { + "rotation": [0, 0, -25] + }, + "foot_left_front": { + "rotation": { + "0.0": { + "post": [0, 0, -55], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [0, 0, -57.5], + "lerp_mode": "catmullrom" + }, + "0.68": { + "post": [0, 0, -55], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left_back": { + "rotation": { + "0.0": { + "post": [0, 0, -55], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [0, 0, -57.5], + "lerp_mode": "catmullrom" + }, + "0.68": { + "post": [0, 0, -55], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left_middle": { + "rotation": { + "0.0": { + "post": [0, 0, -62.5], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [0, 0, -65], + "lerp_mode": "catmullrom" + }, + "0.68": { + "post": [0, 0, -62.5], + "lerp_mode": "catmullrom" + } + } + }, + "all": { + "position": { + "0.0": { + "post": [0, -3.25, 0], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [0, -3.75, 0], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [0, -3.25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right_back": { + "rotation": { + "0.0": { + "post": [0, 0, 55], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [0, 0, 57.5], + "lerp_mode": "catmullrom" + }, + "0.68": { + "post": [0, 0, 55], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right_front": { + "rotation": { + "0.0": { + "post": [0, 0, 55], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [0, 0, 57.5], + "lerp_mode": "catmullrom" + }, + "0.68": { + "post": [0, 0, 55], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right_middle": { + "rotation": { + "0.0": { + "post": [0, 0, 62.5], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [0, 0, 65], + "lerp_mode": "catmullrom" + }, + "0.68": { + "post": [0, 0, 62.5], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.araquanid.ground_walk": { + "loop": true, + "animation_length": 0.96, + "bones": { + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.08": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.16": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.08": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "0.16": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left_front": { + "rotation": { + "0.0": { + "post": [20.3097, 48.68425, 33.75801], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [5.96472, 10.21674, 20.65499], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [20.3097, 48.68425, 33.75801], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left_middle": { + "rotation": { + "0.0": { + "post": [-0.26793, -14.99766, 26.03527], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [-0.2628, 10.00208, 25.92029], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [-0.26793, -14.99766, 26.03527], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left_back": { + "rotation": { + "0.0": { + "post": [-12.01794, -15.32247, 20.80359], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [-22.95409, -56.02219, 36.76032], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [-12.01794, -15.32247, 20.80359], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right_back": { + "rotation": { + "0.0": { + "post": [-22.95409, 56.02219, -36.76032], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [-12.01794, 15.32247, -20.80359], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [-22.95409, 56.02219, -36.76032], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right_front": { + "rotation": { + "0.0": { + "post": [5.96472, -10.21674, -20.65499], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [20.3097, -48.68425, -33.75801], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [5.96472, -10.21674, -20.65499], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right_middle": { + "rotation": { + "0.0": { + "post": [-0.2628, -10.00208, -25.92029], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [-0.26793, 14.99766, -26.03527], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [-0.2628, -10.00208, -25.92029], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left_front": { + "rotation": { + "0.0": [0, 0, -55], + "0.48": [0, 0, -55], + "0.52": [0, 0, -57.09108], + "0.56": [0, 0, -62.32789], + "0.6": [0, 0, -69.46483], + "0.68": [0, 0, -85.53517], + "0.72": [0, 0, -92.67211], + "0.76": [0, 0, -97.90892], + "0.8": [0, 0, -100], + "0.84": [0, 0, -96.5896], + "0.92": [0, 0, -58.4104], + "0.96": [0, 0, -55] + } + }, + "foot_left_back": { + "rotation": { + "0.0": [0, 0, -55], + "0.48": [0, 0, -55], + "0.52": [0, 0, -57.09108], + "0.56": [0, 0, -62.32789], + "0.6": [0, 0, -69.46483], + "0.68": [0, 0, -85.53517], + "0.72": [0, 0, -92.67211], + "0.76": [0, 0, -97.90892], + "0.8": [0, 0, -100], + "0.84": [0, 0, -96.5896], + "0.92": [0, 0, -58.4104], + "0.96": [0, 0, -55] + } + }, + "foot_left_middle": { + "rotation": { + "0.0": [0, 0, -62.5], + "0.04": [0, 0, -64.24256], + "0.08": [0, 0, -68.60658], + "0.12": [0, 0, -74.55402], + "0.2": [0, 0, -87.94598], + "0.24": [0, 0, -93.89342], + "0.28": [0, 0, -98.25744], + "0.32": [0, 0, -100], + "0.36": [0, 0, -97.158], + "0.44": [0, 0, -65.342], + "0.48": [0, 0, -62.5], + "0.96": [0, 0, -62.5] + } + }, + "all": { + "position": { + "0.0": { + "post": [0, -3.25, 1], + "lerp_mode": "catmullrom" + }, + "0.28": { + "post": [0, -3.25, 0], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [0, -3.25, 1], + "lerp_mode": "catmullrom" + }, + "0.76": { + "post": [0, -3.25, 0], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [0, -3.25, 1], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right_back": { + "rotation": { + "0.0": [0, 0, 55], + "0.04": [0, 0, 57.09108], + "0.08": [0, 0, 62.32789], + "0.12": [0, 0, 69.46483], + "0.2": [0, 0, 85.53517], + "0.24": [0, 0, 92.67211], + "0.28": [0, 0, 97.90892], + "0.32": [0, 0, 100], + "0.36": [0, 0, 96.5896], + "0.44": [0, 0, 58.4104], + "0.48": [0, 0, 55], + "0.96": [0, 0, 55] + } + }, + "foot_right_front": { + "rotation": { + "0.0": [0, 0, 55], + "0.04": [0, 0, 57.09108], + "0.08": [0, 0, 62.32789], + "0.12": [0, 0, 69.46483], + "0.2": [0, 0, 85.53517], + "0.24": [0, 0, 92.67211], + "0.28": [0, 0, 97.90892], + "0.32": [0, 0, 100], + "0.36": [0, 0, 96.5896], + "0.44": [0, 0, 58.4104], + "0.48": [0, 0, 55], + "0.96": [0, 0, 55] + } + }, + "foot_right_middle": { + "rotation": { + "0.0": [0, 0, 62.5], + "0.48": [0, 0, 62.5], + "0.52": [0, 0, 64.24256], + "0.56": [0, 0, 68.60658], + "0.6": [0, 0, 74.55402], + "0.68": [0, 0, 87.94598], + "0.72": [0, 0, 93.89342], + "0.76": [0, 0, 98.25744], + "0.8": [0, 0, 100], + "0.84": [0, 0, 97.158], + "0.92": [0, 0, 65.342], + "0.96": [0, 0, 62.5] + } + } + } + }, + "animation.araquanid.faint": { + "loop": true, + "animation_length": 2.885, + "bones": { + "leg_left_front": { + "rotation": { + "0.0": { + "post": [13.46783, 32.61461, 23.9568], + "lerp_mode": "catmullrom" + }, + "0.16": { + "post": [20.61737, 28.93057, 37.87289], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [34.3569, 7.13136, 79.70716], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [34.97437, 1.43364, 87.95169], + "lerp_mode": "catmullrom" + }, + "1.16": { + "post": [35, 0, 90], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left_front": { + "rotation": { + "0.0": { + "post": [0, 0, -55], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [0, 0, -52.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -100], + "lerp_mode": "catmullrom" + }, + "1.44": { + "post": [-30, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "1.68": { + "post": [-29.97638, 1.2497, -20.33459], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left_middle": { + "rotation": { + "0.0": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "0.16": { + "post": [0, 0, 42.5], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.16": { + "post": [0, 0, 90], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left_middle": { + "rotation": { + "0.0": { + "post": [0, 0, -62.5], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -67.5], + "lerp_mode": "catmullrom" + }, + "1.44": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + }, + "1.68": { + "post": [0, 0, -35], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left_back": { + "rotation": { + "0.0": { + "post": [-13.4678, -32.6146, 23.9568], + "lerp_mode": "catmullrom" + }, + "0.16": { + "post": [-20.61733, -28.93057, 37.87289], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [-17.91702, -30.58183, 32.43575], + "lerp_mode": "catmullrom" + }, + "0.84": { + "post": [-6.93252, -34.39273, 12.14787], + "lerp_mode": "catmullrom" + }, + "1.16": { + "post": [-34.35688, 7.13134, 100.29285], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left_back": { + "rotation": { + "0.0": { + "post": [0, 0, -55], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "1.12": { + "post": [0, 0, -72.5], + "lerp_mode": "catmullrom" + }, + "1.44": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.68": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right_front": { + "rotation": { + "0.0": { + "post": [13.46783, -32.61461, -23.9568], + "lerp_mode": "catmullrom" + }, + "0.16": { + "post": [20.61737, -28.93057, -37.87289], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [34.3569, -7.13136, -79.70716], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [34.97437, -1.43364, -87.95169], + "lerp_mode": "catmullrom" + }, + "1.16": { + "post": [35, 0, -90], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right_middle": { + "rotation": { + "0.0": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [0, 0, -42.5], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.16": { + "post": [0, 0, -90], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right_back": { + "rotation": { + "0.0": { + "post": [-13.4678, 32.6146, -23.9568], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [-20.61733, 28.93057, -37.87289], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [-17.91702, 30.58183, -32.43575], + "lerp_mode": "catmullrom" + }, + "0.84": { + "post": [-6.93252, 34.39273, -12.14787], + "lerp_mode": "catmullrom" + }, + "1.16": { + "post": [-34.35688, -7.13134, -100.29285], + "lerp_mode": "catmullrom" + } + } + }, + "all": { + "rotation": { + "0.16": [0, 0, 0], + "0.32": [-45, 0, 0], + "0.72": [-117.5, 0, 0], + "1.12": [-185, 0, 0], + "1.28": [-190, 0, 0], + "1.4": [-187.5, 0, 0] + }, + "position": { + "0.0": { + "post": [0, -3.25, 0], + "lerp_mode": "catmullrom" + }, + "0.16": { + "post": [0, 1.75, 0], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [0, 10.75, 0], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [0, 18.75, 2], + "lerp_mode": "catmullrom" + }, + "1.12": { + "post": [0, 17.5, 18], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [0, 17.25, 21], + "lerp_mode": "catmullrom" + }, + "1.4": { + "post": [0, 17.25, 20.5], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.16": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.72": [0, 0, 0], + "1.12": [30, 0, 0], + "2.88": [30, 0, 0] + } + }, + "foot_right_front": { + "rotation": { + "0.0": { + "post": [0, 0, 55], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [0, 0, 52.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 100], + "lerp_mode": "catmullrom" + }, + "1.44": { + "post": [-47.20513, 18.88952, 39.18541], + "lerp_mode": "catmullrom" + }, + "1.68": { + "post": [-49.01916, 11.43563, 32.27243], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right_middle": { + "rotation": { + "0.0": { + "post": [0, 0, 62.5], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [0, 0, 67.5], + "lerp_mode": "catmullrom" + }, + "1.16": { + "post": [-20, 0, 40], + "lerp_mode": "catmullrom" + }, + "1.4": { + "post": [-15, 0, 35], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right_back": { + "rotation": { + "0.0": { + "post": [0, 0, 55], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "1.12": { + "post": [0, 0, 72.5], + "lerp_mode": "catmullrom" + }, + "1.44": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.68": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.araquanid.water_idle": { + "loop": true, + "animation_length": 0.8, + "bones": { + "leg_left_front": { + "rotation": [13.46783, 32.61461, 23.9568] + }, + "foot_left_front": { + "rotation": { + "0.0": { + "post": [0, 0, -55], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [0, 0, -50], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [0, 0, -55], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [0, 0, -50], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [0, 0, -55], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left_middle": { + "rotation": [0, 0, 25] + }, + "foot_left_middle": { + "rotation": { + "0.0": { + "post": [0, 0, -62.5], + "lerp_mode": "catmullrom" + }, + "0.08": { + "post": [0, 0, -62.5], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [0, 0, -52.5], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [0, 0, -62.5], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left_back": { + "rotation": [-13.4678, -32.6146, 23.9568] + }, + "foot_left_back": { + "rotation": { + "0.0": { + "post": [0, 0, -55], + "lerp_mode": "catmullrom" + }, + "0.16": { + "post": [0, 0, -55], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [0, 0, -55], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right_front": { + "rotation": [13.46783, -32.61461, -23.9568] + }, + "leg_right_middle": { + "rotation": [0, 0, -25] + }, + "leg_right_back": { + "rotation": [-13.4678, 32.6146, -23.9568] + }, + "all": { + "position": { + "0.0": { + "post": [0, -3.25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right_front": { + "rotation": { + "0.0": { + "post": [0, 0, 55], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [0, 0, 50], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [0, 0, 55], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [0, 0, 50], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [0, 0, 55], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right_middle": { + "rotation": { + "0.0": { + "post": [0, 0, 62.5], + "lerp_mode": "catmullrom" + }, + "0.08": { + "post": [0, 0, 62.5], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [0, 0, 52.5], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [0, 0, 62.5], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right_back": { + "rotation": { + "0.0": { + "post": [0, 0, 55], + "lerp_mode": "catmullrom" + }, + "0.16": { + "post": [0, 0, 55], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [0, 0, 37.5], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [0, 0, 55], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.araquanid.water_swim": { + "loop": true, + "animation_length": 0.72, + "bones": { + "leg_left_front": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left_front": { + "rotation": { + "0.0": { + "post": [5, 0, -50], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [1.91757, -4.61854, 17.42266], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [5, 0, -50], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left_middle": { + "rotation": { + "0.0": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [-5.84485, -11.06861, 28.06681], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left_middle": { + "rotation": { + "0.0": { + "post": [17.5, 0, -50], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [10.86531, -13.80192, 1.18107], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [17.5, 0, -50], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left_back": { + "rotation": { + "0.0": { + "post": [0, -32.5, 0], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [-16.39211, -28.46296, 31.68416], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [0, -32.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left_back": { + "rotation": { + "0.0": { + "post": [32.5, 0, -50], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [20.07273, -26.11218, 0.29958], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [32.5, 0, -50], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right_front": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right_middle": { + "rotation": { + "0.0": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [-5.84485, 11.06861, -28.06681], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right_back": { + "rotation": { + "0.0": { + "post": [0, 32.5, 0], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [-16.39211, 28.46296, -31.68416], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [0, 32.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "all": { + "position": { + "0.0": { + "post": [0, 0, 4], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [0, 0, 3], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [0, 0, 4], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": [17.5, 0, 0], + "0.04": [17.82249, 0, 0], + "0.08": [19.04434, 0, 0], + "0.12": [20.95566, 0, 0], + "0.16": [22.17751, 0, 0], + "0.2": [22.5, 0, 0], + "0.24": [22.33451, 0, 0], + "0.6": [18.3919, 0, 0], + "0.68": [17.66549, 0, 0], + "0.72": [17.5, 0, 0] + } + }, + "body": { + "rotation": { + "0.0": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right_front": { + "rotation": { + "0.0": { + "post": [5, 0, 50], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [1.91757, 4.61854, -17.42266], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [5, 0, 50], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right_middle": { + "rotation": { + "0.0": { + "post": [17.5, 0, 50], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [10.86531, 13.80192, -1.18107], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [17.5, 0, 50], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right_back": { + "rotation": { + "0.0": { + "post": [32.5, 0, 50], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [20.07273, 26.11218, -0.29958], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [32.5, 0, 50], + "lerp_mode": "catmullrom" + } + } + } + } + } + }, + "geckolib_format_version": 2 +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/arcanine_hisuian/arcanine_hisuian.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/arcanine_hisuian/arcanine_hisuian.animation.json new file mode 100644 index 0000000..1afd081 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/arcanine_hisuian/arcanine_hisuian.animation.json @@ -0,0 +1,801 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.arcanine_hisuian.ground_idle": { + "loop": true, + "bones": { + "body": { + "position": [0, -0.5, 0] + }, + "upper_torso": { + "rotation": [-2.5, 0, 0] + }, + "neck": { + "rotation": [5, 0, 0] + }, + "left_thigh": { + "rotation": [-5, 0, 0] + }, + "left_knee": { + "rotation": [5, 0, 0] + }, + "right_thigh": { + "rotation": [-5, 0, 0] + }, + "right_knee": { + "rotation": [5, 0, 0] + }, + "left_shoulder": { + "rotation": [5, 0, 0] + }, + "left_elbow": { + "rotation": [-10, 0, 0] + }, + "left_frontpaw": { + "rotation": [5, 0, 0] + }, + "right_shoulder": { + "rotation": [5, 0, 0] + } + } + }, + "animation.arcanine_hisuian.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "chest": { + "rotation": ["-2.5+Math.cos((query.anim_time) * 90 * 4*2) * 2", 0, "0+Math.cos((query.anim_time) * 90 * 4) * -6"], + "position": [0, 0.3, 0] + }, + "leg_front_left": { + "rotation": { + "0.0": [-21, 0, 0], + "0.0833": [-18.08, 0, 0], + "0.4167": [26.21, 0, 0], + "0.5": [30, 0, 0], + "0.6667": [26.21, 0, 0], + "0.9167": [-18.08, 0, 0], + "1.0": [-21, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.2083": [0, 1.25, 0], + "0.4167": [0, 0, 0], + "0.625": { + "pre": [0, 1.25, 0], + "post": [0, 1.25, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 1.5, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 1.25, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0.21, 0], + "lerp_mode": "catmullrom" + }, + "1.0": [0, 0, 0] + } + }, + "leg_front_left2": { + "rotation": { + "0.0": [-12.5, 0, 0], + "0.2083": [-3.12, 0, 0], + "0.5": [-17, 0, 0], + "0.5833": [-18.75, 0, 0], + "0.7917": [-40, 0, 0], + "1.0": [-12.5, 0, 0] + } + }, + "foot_front_left": { + "rotation": { + "0.0": [22.5, 0, 0], + "0.0417": [35, 0, 0], + "0.2083": [10, 0, 0], + "0.375": [-5, 0, 0], + "0.5417": [7.5, 0, 0], + "0.75": [55, 0, 0], + "0.9167": [15.42, 0, 0], + "1.0": [22.5, 0, 0] + } + }, + "leg_front_right": { + "rotation": { + "0.0": [30, 0, 0], + "0.1667": [26.21, 0, 0], + "0.4167": [-18.08, 0, 0], + "0.5": [-21, 0, 0], + "0.5833": [-18.08, 0, 0], + "0.9167": [26.21, 0, 0], + "1.0": [30, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0.21, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 1.25, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 1.5, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 1.25, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0.21, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [0, 0, 0], + "0.7083": [0, 1.25, 0], + "0.9167": [0, 0, 0], + "1.0": [0, 0.21, 0] + } + }, + "leg_front_right2": { + "rotation": { + "0.0": [-17, 0, 0], + "0.0833": [-18.75, 0, 0], + "0.2917": [-40, 0, 0], + "0.5": [-12.5, 0, 0], + "0.7083": [-3.12, 0, 0], + "1.0": [-17, 0, 0] + } + }, + "foot_front_right": { + "rotation": { + "0.0": [4.38, 0, 0], + "0.0417": [7.5, 0, 0], + "0.25": [55, 0, 0], + "0.5": [22.5, 0, 0], + "0.5417": [35, 0, 0], + "0.7083": [10, 0, 0], + "0.875": [-5, 0, 0], + "1.0": [4.38, 0, 0] + } + }, + "ear_left": { + "rotation": ["15+Math.cos((query.anim_time) * 90 * 4*2) * 4", 12.5, 0] + }, + "ear_right": { + "rotation": ["15+Math.cos((query.anim_time) * 90 * 4*2) * 4", -12.5, 0] + }, + "body_fur_left": { + "rotation": [15, 0, 0] + }, + "body_fur_right": { + "rotation": [15, 0, 0] + }, + "leg_back_left": { + "rotation": { + "0.0": [26.5, 0, 0], + "0.1667": [22.71, 0, 0], + "0.4167": [-15.08, 0, 0], + "0.5": [-18, 0, 0], + "0.5833": [-15.08, 0, 0], + "0.9167": [22.71, 0, 0], + "1.0": [26.5, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0.21, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0.55, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0.6, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0.75, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0.21, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [0, 0, 0], + "0.7083": [0, 0.2, 0], + "0.9167": [0, 0, 0], + "1.0": [0, 0.21, 0] + } + }, + "leg_back_left2": { + "rotation": { + "0.0": { + "post": [-9.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-35.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": [-48.75, 0, 0], + "0.4167": [-21, 0, 0], + "0.5": [-12.5, 0, 0], + "0.7083": [-15.62, 0, 0], + "1.0": [-9.5, 0, 0] + } + }, + "foot_back_left": { + "rotation": { + "0.0": [4.38, 0, 0], + "0.0417": [7.5, 0, 0], + "0.25": [55, 0, 0], + "0.375": [13.75, 0, 0], + "0.5": [35, 0, 0], + "0.7083": [10, 0, 0], + "0.875": [-5, 0, 0], + "1.0": [4.38, 0, 0] + } + }, + "leg_back_right": { + "rotation": { + "0.0": [-18, 0, 0], + "0.0833": [-15.08, 0, 0], + "0.4167": [22.71, 0, 0], + "0.5": [26.5, 0, 0], + "0.6667": [22.71, 0, 0], + "0.9167": [-15.08, 0, 0], + "1.0": [-18, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.4167": [0, 0, 0], + "0.5": { + "pre": [0, 0.21, 0], + "post": [0, 0.21, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0.65, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0.6, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0.65, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0.21, 0], + "lerp_mode": "catmullrom" + }, + "1.0": [0, 0, 0] + } + }, + "leg_back_right2": { + "rotation": { + "0.0": [-12.5, 0, 0], + "0.2083": [-15.62, 0, 0], + "0.5": { + "pre": [-9.5, 0, 0], + "post": [-9.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-35.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": [-48.75, 0, 0], + "0.9167": [-21, 0, 0], + "1.0": [-12.5, 0, 0] + } + }, + "foot_back_right": { + "rotation": { + "0.0": [35, 0, 0], + "0.2083": [10, 0, 0], + "0.375": [-5, 0, 0], + "0.5417": [7.5, 0, 0], + "0.75": [55, 0, 0], + "0.875": [13.75, 0, 0], + "1.0": [35, 0, 0] + } + }, + "body": { + "position": [0, -0.75, 0] + }, + "torso": { + "rotation": ["2.5+Math.cos((query.anim_time) * 90 * 4*2 - 90) * 2", 0, 0], + "position": [0, "0+Math.cos((query.anim_time) * 90 * 4*2) * 0.5", 0] + }, + "neck": { + "rotation": ["27.5+Math.cos((query.anim_time) * 90 * 4*2) * -5", 0, "Math.cos((query.anim_time) * 90 * 4 - 30) * 2"], + "position": [0, -0.6, -0.5] + }, + "head": { + "rotation": ["-20+Math.cos((query.anim_time) * 90 * 4*2) * 2", 0, 0] + }, + "tail3": { + "rotation": ["30+Math.cos((query.anim_time) * 90 * 4*2 - 60) * -15", "0+Math.cos((query.anim_time) * 90 * 4 - 150) * 15", 0] + }, + "tail4": { + "rotation": ["20+Math.cos((query.anim_time) * 90 * 4*2 - 120) * -5", "0+Math.cos((query.anim_time) * 90 * 4 - 210) * 30", 0] + }, + "left_thigh": { + "rotation": { + "0.0": [26.5, 0, 0], + "0.1667": [22.71, 0, 0], + "0.4167": [-15.08, 0, 0], + "0.5": [-18, 0, 0], + "0.5833": [-15.08, 0, 0], + "0.9167": [22.71, 0, 0], + "1.0": [26.5, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 2.21, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0.55, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0.6, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0.75, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0.21, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [0, 0, 0], + "0.7083": [0, 0.2, 0], + "0.9167": { + "pre": [0, 2.21, 0], + "post": [0, 2.21, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 2.21, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_backpaw": { + "rotation": { + "0.0": [4.38, 0, 0], + "0.0417": [7.5, 0, 0], + "0.25": [55, 0, 0], + "0.375": [13.75, 0, 0], + "0.5": [35, 0, 0], + "0.7083": [10, 0, 0], + "0.875": [-5, 0, 0], + "1.0": [4.38, 0, 0] + } + }, + "right_thigh": { + "rotation": { + "0.0": [-18, 0, 0], + "0.0833": [-15.08, 0, 0], + "0.4167": [22.71, 0, 0], + "0.5": [26.5, 0, 0], + "0.6667": [22.71, 0, 0], + "0.9167": [-15.08, 0, 0], + "1.0": [-18, 0, 0] + }, + "position": { + "0.0": [0, 2, 0], + "0.4167": [0, 0, 0], + "0.5": { + "pre": [0, 0.21, 0], + "post": [0, 0.21, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0.65, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0.6, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0.65, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": [0, 2, 0], + "1.0": [0, 2, 0] + } + }, + "right_backpaw": { + "rotation": { + "0.0": [35, 0, 0], + "0.2083": [10, 0, 0], + "0.375": [-5, 0, 0], + "0.5417": [7.5, 0, 0], + "0.75": [55, 0, 0], + "0.875": [13.75, 0, 0], + "1.0": [35, 0, 0] + } + }, + "left_shoulder": { + "rotation": { + "0.0": [-21, 0, 0], + "0.0833": [-18.08, 0, 0], + "0.4167": [26.21, 0, 0], + "0.5": [30, 0, 0], + "0.6667": [26.21, 0, 0], + "0.9167": [-18.08, 0, 0], + "1.0": [-21, 0, 0] + }, + "position": { + "0.0": [0, -1, 0], + "0.2083": [0, 0.25, 0], + "0.4167": [0, -1, 0], + "0.625": { + "pre": [0, 0.25, 0], + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -0.79, 0], + "lerp_mode": "catmullrom" + }, + "1.0": [0, -1, 0] + } + }, + "left_elbow": { + "rotation": { + "0.0": [-12.5, 0, 0], + "0.2083": [-3.12, 0, 0], + "0.5": [-17, 0, 0], + "0.5833": [-18.75, 0, 0], + "0.7917": [-40, 0, 0], + "1.0": [-12.5, 0, 0] + } + }, + "left_frontpaw": { + "rotation": { + "0.0": [22.5, 0, 0], + "0.0417": [35, 0, 0], + "0.2083": [10, 0, 0], + "0.375": [-5, 0, 0], + "0.5417": [7.5, 0, 0], + "0.75": [55, 0, 0], + "0.9167": [15.42, 0, 0], + "1.0": [22.5, 0, 0] + } + }, + "right_shoulder": { + "rotation": { + "0.0": [30, 0, 0], + "0.1667": [26.21, 0, 0], + "0.4167": [-18.08, 0, 0], + "0.5": [-21, 0, 0], + "0.5833": [-18.08, 0, 0], + "0.9167": [26.21, 0, 0], + "1.0": [30, 0, 0] + }, + "position": { + "0.0": { + "post": [0, -0.79, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, -0.79, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [0, -1, 0], + "0.7083": [0, 0.25, 0], + "0.9167": [0, -1, 0], + "1.0": { + "pre": [0, -0.79, 0], + "post": [0, -0.79, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_elbow": { + "rotation": { + "0.0": [-17, 0, 0], + "0.0833": [-18.75, 0, 0], + "0.2917": [-40, 0, 0], + "0.5": [-12.5, 0, 0], + "0.7083": [-3.12, 0, 0], + "1.0": [-17, 0, 0] + } + }, + "right_frontpaw": { + "rotation": { + "0.0": [4.38, 0, 0], + "0.0417": [7.5, 0, 0], + "0.25": [55, 0, 0], + "0.5": [22.5, 0, 0], + "0.5417": [35, 0, 0], + "0.7083": [10, 0, 0], + "0.875": [-5, 0, 0], + "1.0": [4.38, 0, 0] + } + } + } + }, + "animation.arcanine.test": { + "loop": true, + "bones": { + "torso": { + "rotation": [-12.5, 0, 0] + }, + "upper_torso": { + "rotation": [10, 0, 0] + }, + "neck": { + "rotation": [5, 0, 0] + }, + "head": { + "rotation": [-7.5, 0, 0] + }, + "tail": { + "rotation": [7.5, 0, 0] + }, + "tail2": { + "rotation": [20.09446, 0.60545, -0.32419] + }, + "tail3": { + "rotation": [-7.5, 0, 0] + }, + "left_thigh": { + "rotation": [34.79265, 6.34507, -4.72436] + }, + "left_knee": { + "rotation": [-2.52718, -1.84293, 1.68956] + }, + "left_ankle": { + "rotation": [10, 0, 0] + }, + "left_backpaw": { + "rotation": [97.5, 0, 0] + }, + "left_ankle_fluff": { + "rotation": [-17.5, 0, 0] + }, + "left_ankle_fluff2": { + "rotation": [-17.5, 5, 0] + }, + "left_shoulder": { + "rotation": [-15.14917, -5.52716, 0.82869], + "position": [0, 1, 0.5] + }, + "left_elbow": { + "rotation": [-57.5, 0, 0] + }, + "left_elbow_fluff": { + "rotation": [17.5, -5, 0] + }, + "left_frontpaw": { + "rotation": [112.5, 0, 0] + }, + "tail4": { + "rotation": [12.5, 0, 0] + }, + "left_ankle_fluff9": { + "rotation": [0, 7.5, 0] + }, + "left_elbow_fluff2": { + "rotation": [7.5, 0, 0] + }, + "right_shoulder": { + "rotation": [-35.14917, 5.52716, -0.82869], + "position": [0, 1, 0.5] + }, + "tail_fluff": { + "rotation": [5, 0, 0] + }, + "tail_fluff5": { + "rotation": [0, 0, 0] + }, + "right_thigh": { + "rotation": [27.29265, -6.34507, 4.72436] + }, + "right_knee": { + "rotation": [4.97282, 1.84293, -1.68956] + }, + "right_ankle": { + "rotation": [-7.5, 0, 0] + }, + "right_backpaw": { + "rotation": [107.5, 0, 0] + }, + "right_ankle_fluff2": { + "rotation": [-22.5, -5, 0] + }, + "right_ankle_fluff9": { + "rotation": [0, -7.5, 0] + } + } + }, + "animation.arcanine.test2": { + "loop": true, + "bones": { + "torso": { + "rotation": [17.5, 0, 0], + "position": [0, 0, 0] + }, + "upper_torso": { + "rotation": [-10, 0, 0] + }, + "neck": { + "rotation": [40, 0, 0], + "position": [0, -1, 0] + }, + "head": { + "rotation": [-35.30843, 3.81024, -9.25249], + "position": [0, 0.5, 0.5] + }, + "jaw": { + "rotation": [72.5, 0, 0], + "position": [0, -0.5, 0] + }, + "head_fluff_top2": { + "rotation": [5.00474, -2.49048, -0.21803] + }, + "head_fluff_left": { + "rotation": [-12.16438, 15.56824, -19.67933] + }, + "head_fluff_right": { + "rotation": [-12.16438, -15.56824, 19.67933] + }, + "head_fluff_left2": { + "rotation": [0, 7.5, 0] + }, + "head_fluff_right2": { + "rotation": [0, -7.5, 0] + }, + "tail": { + "rotation": [-14.76786, -9.45044, -4.13116] + }, + "tail2": { + "rotation": [-11.00881, -17.89908, -0.1179] + }, + "tail3": { + "rotation": [4.32185, 9.54385, -8.11019] + }, + "tail4": { + "rotation": [12.08681, 3.21132, -14.65993] + }, + "left_thigh": { + "rotation": [0.65426, -4.95712, -7.52832], + "position": [0, 0, -1] + }, + "left_knee": { + "rotation": [0.25081, -1.32789, 3.20266] + }, + "left_ankle": { + "rotation": [0, 0, 0] + }, + "left_backpaw": { + "rotation": [0, -7.5, 4] + }, + "left_ankle_fluff": { + "rotation": [0, -5, 0] + }, + "left_ankle_fluff9": { + "rotation": [0, 12.5, 0] + }, + "left_shoulder": { + "rotation": [34.89743, 2.86544, -4.09918], + "position": [0, -4.5, 1] + }, + "left_elbow": { + "rotation": [-62.5, 0, 0] + }, + "left_elbow_fluff": { + "rotation": [8.16086, 6.81641, 2.60927] + }, + "left_elbow_fluff2": { + "rotation": [2.5, 5, 0] + }, + "left_frontpaw": { + "rotation": [27.54601, -4.06319, 2.39383] + }, + "chin_fluff": { + "rotation": [50, 0, 0], + "position": [0, 0, 0] + }, + "right_shoulder": { + "rotation": [-44.97272, 1.76749, 1.76833], + "position": [0, -4.75, 1] + }, + "left_ankle_fluff2": { + "rotation": [0, 10, 0] + }, + "tail_fluff": { + "rotation": [2.5, 0, 0] + }, + "tail_fluff3": { + "rotation": [2.5, 0, 0] + }, + "tail_fluff5": { + "rotation": [0, 0, -12.5] + }, + "right_thigh": { + "rotation": [0.65426, 4.95712, 7.52832] + }, + "right_knee": { + "rotation": [0.25081, 1.32789, -3.20266] + }, + "right_backpaw": { + "rotation": [0, 7.5, -4] + }, + "right_ankle_fluff": { + "rotation": [0, 5, 0] + }, + "right_ankle_fluff2": { + "rotation": [0, -10, 0] + }, + "right_ankle_fluff9": { + "rotation": [0, -12.5, 0] + }, + "head_fluff_top_left": { + "rotation": [0, 0, -2.5] + }, + "head_fluff_top_right": { + "rotation": [0, 0, -2.5] + }, + "chest_fluff": { + "position": [0, -1, 0] + }, + "right_frontpaw": { + "rotation": [44.97272, -1.76749, -0.73167] + } + } + }, + "animation.arcanine.blink": { + "animation_length": 0.16667, + "bones": { + "left_eyelid": { + "position": { + "0.0": [0.1, 0, -0.1], + "0.125": [0.1, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "right_eyelid": { + "position": { + "0.0": [-0.1, 0, -0.1], + "0.125": [-0.1, 0, -0.1], + "0.1667": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/archaludon/archaludon.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/archaludon/archaludon.animation.json new file mode 100644 index 0000000..7d962c9 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/archaludon/archaludon.animation.json @@ -0,0 +1,1623 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.archaludon.ground_walk": { + "loop": true, + "animation_length": 4, + "bones": { + "mid_ridge": { + "rotation": ["17.5+4*math.sin(q.anim_time*90*4-60)", "6*math.cos(q.anim_time*90*2)", "5*math.sin(q.anim_time*90*2)"], + "position": [0, "-2.1+math.clamp(1*math.sin(q.anim_time*90*4+60),0,2)", "-0.3+0.5*math.cos(q.anim_time*90*4+120)"] + }, + "head": { + "rotation": ["-1+2*math.sin(q.anim_time*90*4-160)", "-10*math.cos(q.anim_time*90*2-20)", "-6*math.sin(q.anim_time*90*2-60)"] + }, + "leftarm_1": { + "rotation": ["30.4558-2*math.sin(q.anim_time*90*4)", "3.0957+4*math.cos(q.anim_time*90*4)", -6.95811], + "position": [1, 0, -0.1] + }, + "leftarm_3": { + "rotation": ["-25.3112-2*(math.sin(q.anim_time*90*4-60)*1+1)", 1.3027, 11.0937] + }, + "rightarm_1": { + "rotation": ["30.4558-2*math.sin(q.anim_time*90*4)", "-3.0957-4*math.cos(q.anim_time*90*4)", 6.95811], + "position": [-1, 0, -0.1] + }, + "rightarm_3": { + "rotation": ["-25.3112-2*(math.sin(q.anim_time*90*4-60)*1+1)", -1.3027, -11.09368] + }, + "bot_3": { + "rotation": ["0+2*math.sin(q.anim_time*90*4-60)", 0, 0] + }, + "right_leg": { + "rotation": { + "0.0": { + "post": [4.8, 26.38, 4.77], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [9.16329, 25.70885, 6.53894], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [4.08469, 23.45696, 11.66984], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-24.32, 19.73, 4.18], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-25.64985, 21.01706, 3.44594], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15.27, 27.5, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [9.16329, 25.70885, 6.53894], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [4.08469, 23.45696, 11.66984], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [-25.64985, 21.01706, 3.44594], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [-15.27, 27.5, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [4.8, 26.38, 4.77], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0.01, -0.03, 3.74], + "0.25": [0.01, 1.27, 5.51], + "0.6667": [0.01, 2.93, 2.55], + "0.9583": [0.01, 3.24, 0.48], + "1.0": [0.01, 3.23, 0.18], + "1.1667": [0.01, 3.17, -1], + "1.25": [0.01, -0.03, -1.59], + "2.25": [0.01, -0.03, 2.51], + "2.6667": [0.01, 2.93, 2.55], + "2.9583": [0.01, 3.24, 0.48], + "3.1667": [0.01, 3.17, -1], + "3.25": [0.01, -0.03, -1.59], + "4.0": [0.01, -0.03, 3.74] + } + }, + "right_foot": { + "rotation": { + "0.0": { + "post": [0.7, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0.27, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [30.27, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [36.94, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15.27, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0.27, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [30.27, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [36.94, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [15.27, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0.7, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_leg": { + "rotation": { + "0.0": { + "post": [-24.32, -19.73, -4.18], + "lerp_mode": "catmullrom" + }, + "0.0417": { + "post": [-25.64985, -21.01706, -3.44594], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-15.27, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [9.16329, -25.70885, -6.53894], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [4.08469, -23.45696, -11.66984], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-25.64985, -21.01706, -3.44594], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-15.27, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [9.16329, -25.70885, -6.53894], + "lerp_mode": "catmullrom" + }, + "3.5833": { + "post": [4.08469, -23.45696, -11.66984], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-24.32, -19.73, -4.18], + "lerp_mode": "catmullrom" + }, + "4.0417": { + "post": [-25.64985, -21.01706, -3.44594], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [-0.01, 3.23, 0.18], + "0.1667": [-0.01, 3.17, -1], + "0.25": [-0.01, -0.03, -1.59], + "1.25": [-0.01, -0.03, 2.51], + "1.6667": [-0.01, 2.93, 2.55], + "1.9583": [-0.01, 3.24, 0.48], + "2.1667": [-0.01, 3.17, -1], + "2.25": [-0.01, -0.03, -1.59], + "3.25": [-0.01, -0.03, 2.51], + "3.6667": [-0.01, 2.93, 2.55], + "3.9583": [-0.01, 3.24, 0.48], + "4.0": [-0.01, 3.23, 0.18] + } + }, + "left_foot": { + "rotation": { + "0.0": { + "post": [36.94, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [15.27, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0.27, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [30.27, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [36.94, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [15.27, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0.27, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [30.27, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [36.94, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_leg_rotation": { + "position": [0, 0, -1] + }, + "right_leg_rotation": { + "position": [0, 0, -1] + }, + "hidden_leftleg_1": { + "position": [0, 0, -4], + "scale": 0 + }, + "hidden_rightleg_1": { + "position": [0, 0, -4], + "scale": 0 + }, + "ligtning_left": { + "scale": 0 + }, + "ligtning_right": { + "scale": 0 + } + } + }, + "animation.archaludon.ground_idle": { + "loop": true, + "bones": { + "mid_ridge": { + "rotation": ["1+1*math.sin(q.anim_time*90*2-60)", "0.5*math.cos(q.anim_time*90*1)", "1*math.sin(q.anim_time*90*0.5)"], + "position": [0, "-0.15*(math.sin(q.anim_time*90*2-90)*1+1)", "0.25*(math.sin(q.anim_time*90*2-90)*1+1)"] + }, + "head": { + "rotation": ["-1+2*math.sin(q.anim_time*90*2-160)", 0, "-2*math.sin(q.anim_time*90*0.5)"] + }, + "leftarm_1": { + "rotation": ["42.1337-2*(math.sin(q.anim_time*90*2)*1+1)", 2.14628, -4.68996], + "position": [1, 0, -0.1] + }, + "leftarm_3": { + "rotation": ["-50.0695-2*(math.sin(q.anim_time*90*2-60)*1+1)", -5.78707, -4.77887] + }, + "rightarm_1": { + "rotation": ["42.1337-2*(math.sin(q.anim_time*90*2)*1+1)", -2.14628, 4.68996], + "position": [-1, 0, -0.1] + }, + "rightarm_3": { + "rotation": ["-50.0695-2*(math.sin(q.anim_time*90*2-60)*1+1)", 5.78707, 4.77887] + }, + "ligtning_left": { + "scale": 0 + }, + "bot_3": { + "rotation": ["1*(math.sin(q.anim_time*90*2-60)*1)", 0, 0] + }, + "hidden_leftleg_1": { + "position": [0, 0, -4], + "scale": 0 + }, + "ligtning_left2": { + "scale": 0 + }, + "hidden_rightleg_1": { + "position": [0, 0, -4], + "scale": 0 + }, + "ligtning_right": { + "scale": 0 + }, + "ligtning_right2": { + "scale": [1, 1, 0] + } + } + }, + "animation.archaludon.special": { + "animation_length": 1.25, + "bones": { + "mid_ridge": { + "rotation": [90, 0, 0], + "position": [0, "-2-0.2*math.sin(q.anim_time*90*70)", 0] + }, + "topbridge": { + "rotation": [25, 0, 0] + }, + "head": { + "rotation": { + "0.0": { + "post": [-125, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-147.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-147.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-125, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_1": { + "position": [4, 0, 0] + }, + "leftarm_3": { + "rotation": [-90, 0, 0] + }, + "rightarm_1": { + "position": [-4, 0, 0] + }, + "rightarm_3": { + "rotation": [-90, 0, 0] + }, + "bone3": { + "rotation": [-27.5, 0, 0] + }, + "bot_2": { + "rotation": [-25, 0, 0] + }, + "bot_3": { + "rotation": [-60, 0, 0] + }, + "left_leg": { + "position": [0, 0, 8] + }, + "right_leg": { + "position": [0, 0, 8] + }, + "left_leg_rotation": { + "position": [0, "-0.2*math.sin(q.anim_time*90*70)", 0] + }, + "right_leg_rotation": { + "position": [0, "-0.2*math.sin(q.anim_time*90*70)", 0] + }, + "hidden_leftleg_1": { + "position": [0, 0, 0] + }, + "ligtning_left_1": { + "rotation": [53.17534, 7.9972, 9.63846], + "position": [1, 0, 0], + "scale": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 1] + }, + "ligtning_left_4": { + "rotation": [-59.46122, -7.64101, 8.68061], + "position": [1, 0, 0], + "scale": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 1] + }, + "ligtning_left_3": { + "rotation": [-74.52045, -5.13971, 11.69802], + "position": [1, 0, 0], + "scale": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 1] + }, + "ligtning_left_5": { + "rotation": [-72.72844, -6.39335, 12.15191], + "position": [1, 0, 0], + "scale": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 1] + }, + "ligtning_left_6": { + "rotation": [-35.41318, -8.17773, 5.77509], + "position": [1, 0, 0], + "scale": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 1] + }, + "ligtning_left_7": { + "rotation": [58.00327, -1.78334, 15.32675], + "position": [1, 0, 0], + "scale": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 1] + }, + "ligtning_left_8": { + "rotation": [74.16923, 3.4609, 12.01867], + "position": [1, 0, 0], + "scale": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 1] + }, + "ligtning_right_4": { + "rotation": [-73.80476, 1.78503, -12.34898], + "position": [-1, 0, 0], + "scale": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 1] + }, + "ligtning_right_3": { + "rotation": [-58.84044, 4.00702, -10.6129], + "position": [-1, 0, 0], + "scale": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 1] + }, + "ligtning_right_1": { + "rotation": [53.02803, -7.16636, -10.2968], + "position": [-1, 0, 0], + "scale": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 1] + }, + "ligtning_right_5": { + "rotation": [-71.71329, 1.91215, -13.31833], + "position": [-1, 0, 0], + "scale": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 1] + }, + "ligtning_right_6": { + "rotation": [-36.52195, 15.46743, 3.32151], + "position": [-1, 0, 0], + "scale": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 1] + }, + "ligtning_right_7": { + "rotation": [74.16923, -3.4609, -12.01867], + "position": [-1, 0, 0], + "scale": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 1] + }, + "ligtning_right_8": { + "rotation": [58.04546, -15.20569, -4.84315], + "position": [-1, 0, 0], + "scale": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 1] + } + } + }, + "animation.archaludon.cry": { + "animation_length": 2.3333, + "bones": { + "mid_ridge": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [90, 0, 0], + "1.8333": [90, 0, 0], + "2.3333": [0, 0, 0] + }, + "position": { + "0.6667": [0, 0, 0], + "0.75": [0, -2, 0], + "1.8333": [0, -2, 0], + "2.3333": [0, 0, 0] + } + }, + "topbridge": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [25, 0, 0], + "1.8333": [25, 0, 0], + "2.3333": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-126.44, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-147.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-147.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-125, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-125, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_1": { + "position": [4, 0, 0] + }, + "leftarm_3": { + "rotation": [-90, 0, 0] + }, + "rightarm_1": { + "position": [-4, 0, 0] + }, + "rightarm_3": { + "rotation": [-90, 0, 0] + }, + "bone3": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [-27.5, 0, 0], + "1.8333": [-27.5, 0, 0], + "2.3333": [0, 0, 0] + } + }, + "bot_2": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [-25, 0, 0], + "1.8333": [-25, 0, 0], + "2.3333": [0, 0, 0] + } + }, + "bot_3": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [-60, 0, 0], + "1.8333": [-60, 0, 0], + "2.3333": [0, 0, 0] + } + }, + "left_leg": { + "position": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 8], + "1.8333": [0, 0, 8], + "2.3333": [0, 0, 0] + } + }, + "right_leg": { + "position": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 8], + "1.8333": [0, 0, 8], + "2.3333": [0, 0, 0] + } + }, + "hidden_leftleg_1": { + "position": { + "0.0": [0, 0, -4], + "0.6667": [0, 0, 0], + "1.8333": [0, 0, 0], + "2.3333": [0, 0, -4] + }, + "scale": { + "0.0": [0, 0, 0], + "0.6667": [1, 1, 1], + "1.8333": [1, 1, 1], + "2.3333": [0, 0, 0] + } + }, + "ligtning_left_1": { + "rotation": { + "0.6667": [53.17534, 7.9972, 9.63846], + "0.7917": [53.17534, 7.9972, 9.63846], + "1.8333": [53.17534, 7.9972, 9.63846], + "2.0": [53.17534, 7.9972, 9.63846] + }, + "position": { + "0.6667": [1, 0, 0], + "0.7917": [1, 0, 0], + "1.8333": [1, 0, 0], + "2.0": [1, 0, 0] + }, + "scale": { + "0.6667": [0, 0, 0], + "0.7917": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 1], + "1.8333": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 1], + "2.0": [0, 0, 0] + } + }, + "ligtning_left_4": { + "rotation": { + "0.6667": [-59.46122, -7.64101, 8.68061], + "0.7917": [-59.46122, -7.64101, 8.68061], + "1.8333": [-59.46122, -7.64101, 8.68061], + "2.0": [-59.46122, -7.64101, 8.68061] + }, + "position": { + "0.6667": [1, 0, 0], + "0.7917": [1, 0, 0], + "1.8333": [1, 0, 0], + "2.0": [1, 0, 0] + }, + "scale": { + "0.6667": [0, 0, 0], + "0.7917": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 1], + "1.8333": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 1], + "2.0": [0, 0, 0] + } + }, + "ligtning_left_3": { + "rotation": { + "0.6667": [-74.52045, -5.13971, 11.69802], + "0.7917": [-74.52045, -5.13971, 11.69802], + "1.8333": [-74.52045, -5.13971, 11.69802], + "2.0": [-74.52045, -5.13971, 11.69802] + }, + "position": { + "0.6667": [1, 0, 0], + "0.7917": [1, 0, 0], + "1.8333": [1, 0, 0], + "2.0": [1, 0, 0] + }, + "scale": { + "0.6667": [0, 0, 0], + "0.7917": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 1], + "1.8333": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 1], + "2.0": [0, 0, 0] + } + }, + "ligtning_left_5": { + "rotation": { + "0.6667": [-72.72844, -6.39335, 12.15191], + "0.7917": [-72.72844, -6.39335, 12.15191], + "1.8333": [-72.72844, -6.39335, 12.15191], + "2.0": [-72.72844, -6.39335, 12.15191] + }, + "position": { + "0.6667": [1, 0, 0], + "0.7917": [1, 0, 0], + "1.8333": [1, 0, 0], + "2.0": [1, 0, 0] + }, + "scale": { + "0.6667": [0, 0, 0], + "0.7917": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 0.925], + "1.8333": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 0.925], + "2.0": [0, 0, 0] + } + }, + "ligtning_left_6": { + "rotation": { + "0.6667": [-35.6484, -10.21235, 7.24677], + "0.7917": [-35.6484, -10.21235, 7.24677], + "1.8333": [-35.6484, -10.21235, 7.24677], + "2.0": [-35.6484, -10.21235, 7.24677] + }, + "position": { + "0.6667": [1, 0, 0], + "0.7917": [1, 0, 0], + "1.8333": [1, 0, 0], + "2.0": [1, 0, 0] + }, + "scale": { + "0.6667": [0, 0, 0], + "0.7917": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 1], + "1.8333": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 1], + "2.0": [0, 0, 0] + } + }, + "ligtning_left_7": { + "rotation": { + "0.6667": [58.00327, -1.78334, 15.32675], + "0.7917": [58.00327, -1.78334, 15.32675], + "1.8333": [58.00327, -1.78334, 15.32675], + "2.0": [58.00327, -1.78334, 15.32675] + }, + "position": { + "0.6667": [1, 0, 0], + "0.7917": [1, 0, 0], + "1.8333": [1, 0, 0], + "2.0": [1, 0, 0] + }, + "scale": { + "0.6667": [0, 0, 0], + "0.7917": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 1], + "1.8333": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 1], + "2.0": [0, 0, 0] + } + }, + "ligtning_left_8": { + "rotation": { + "0.6667": [74.16923, 3.4609, 12.01867], + "0.7917": [74.16923, 3.4609, 12.01867], + "1.8333": [74.16923, 3.4609, 12.01867], + "2.0": [74.16923, 3.4609, 12.01867] + }, + "position": { + "0.6667": [1, 0, 0], + "0.7917": [1, 0, 0], + "1.8333": [1, 0, 0], + "2.0": [1, 0, 0] + }, + "scale": { + "0.6667": [0, 0, 0], + "0.7917": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 0.925], + "1.8333": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 0.925], + "2.0": [0, 0, 0] + } + }, + "ligtning_right_4": { + "rotation": { + "0.6667": [-73.80476, 1.78503, -12.34898], + "0.7917": [-73.80476, 1.78503, -12.34898], + "1.8333": [-73.80476, 1.78503, -12.34898], + "2.0": [-73.80476, 1.78503, -12.34898] + }, + "position": { + "0.6667": [-1, 0, 0], + "0.7917": [-1, 0, 0], + "1.8333": [-1, 0, 0], + "2.0": [-1, 0, 0] + }, + "scale": { + "0.6667": [0, 0, 0], + "0.7917": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 1], + "1.8333": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 1], + "2.0": [0, 0, 0] + } + }, + "ligtning_right_3": { + "rotation": { + "0.6667": [-58.84044, 4.00702, -10.6129], + "0.7917": [-58.84044, 4.00702, -10.6129], + "1.8333": [-58.84044, 4.00702, -10.6129], + "2.0": [-58.84044, 4.00702, -10.6129] + }, + "position": { + "0.6667": [-1, 0, 0], + "0.7917": [-1, 0, 0], + "1.8333": [-1, 0, 0], + "2.0": [-1, 0, 0] + }, + "scale": { + "0.6667": [0, 0, 0], + "0.7917": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 1], + "1.8333": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 1], + "2.0": [0, 0, 0] + } + }, + "ligtning_right_1": { + "rotation": { + "0.6667": [53.02803, -7.16636, -10.2968], + "0.7917": [53.02803, -7.16636, -10.2968], + "1.8333": [53.02803, -7.16636, -10.2968], + "2.0": [53.02803, -7.16636, -10.2968] + }, + "position": { + "0.6667": [-1, 0, 0], + "0.7917": [-1, 0, 0], + "1.8333": [-1, 0, 0], + "2.0": [-1, 0, 0] + }, + "scale": { + "0.6667": [0, 0, 0], + "0.7917": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 1], + "1.8333": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 1], + "2.0": [0, 0, 0] + } + }, + "ligtning_right_5": { + "rotation": { + "0.6667": [-71.71329, 1.91215, -13.31833], + "0.7917": [-71.71329, 1.91215, -13.31833], + "1.8333": [-71.71329, 1.91215, -13.31833], + "2.0": [-71.71329, 1.91215, -13.31833] + }, + "position": { + "0.6667": [-1, 0, 0], + "0.7917": [-1, 0, 0], + "1.8333": [-1, 0, 0], + "2.0": [-1, 0, 0] + }, + "scale": { + "0.6667": [0, 0, 0], + "0.7917": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 0.925], + "1.8333": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 0.925], + "2.0": [0, 0, 0] + } + }, + "ligtning_right_6": { + "rotation": { + "0.6667": [-36.87077, 17.07112, 2.07654], + "0.7917": [-36.87077, 17.07112, 2.07654], + "1.8333": [-36.87077, 17.07112, 2.07654], + "2.0": [-36.87077, 17.07112, 2.07654] + }, + "position": { + "0.6667": [-1, 0, 0], + "0.7917": [-1, 0, 0], + "1.8333": [-1, 0, 0], + "2.0": [-1, 0, 0] + }, + "scale": { + "0.6667": [0, 0, 0], + "0.7917": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 1], + "1.8333": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 1], + "2.0": [0, 0, 0] + } + }, + "ligtning_right_7": { + "rotation": { + "0.6667": [74.16923, -3.4609, -12.01867], + "0.7917": [74.16923, -3.4609, -12.01867], + "1.8333": [74.16923, -3.4609, -12.01867], + "2.0": [74.16923, -3.4609, -12.01867] + }, + "position": { + "0.6667": [-1, 0, 0], + "0.7917": [-1, 0, 0], + "1.8333": [-1, 0, 0], + "2.0": [-1, 0, 0] + }, + "scale": { + "0.6667": [0, 0, 0], + "0.7917": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 0.925], + "1.8333": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 0.925], + "2.0": [0, 0, 0] + } + }, + "ligtning_right_8": { + "rotation": { + "0.6667": [58.04546, -15.20569, -4.84315], + "0.7917": [58.04546, -15.20569, -4.84315], + "1.8333": [58.04546, -15.20569, -4.84315], + "2.0": [58.04546, -15.20569, -4.84315] + }, + "position": { + "0.6667": [-1, 0, 0], + "0.7917": [-1, 0, 0], + "1.8333": [-1, 0, 0], + "2.0": [-1, 0, 0] + }, + "scale": { + "0.6667": [0, 0, 0], + "0.7917": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 1], + "1.8333": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 1], + "2.0": [0, 0, 0] + } + }, + "torso_all": { + "position": { + "0.875": [0, 0, 0], + "0.9167": [0, "-0-0.2*math.sin(q.anim_time*90*70)", 0], + "1.7917": [0, "-0-0.2*math.sin(q.anim_time*90*70)", 0], + "1.8333": [0, 0, 0] + } + }, + "leftarm_2": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "rightarm_2": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "hidden_rightleg_1": { + "position": { + "0.0": [0, 0, -4], + "0.6667": [0, 0, 0], + "1.8333": [0, 0, 0], + "2.3333": [0, 0, -4] + }, + "scale": { + "0.0": [0, 0, 0], + "0.6667": [1, 1, 1], + "1.8333": [1, 1, 1], + "2.3333": [0, 0, 0] + } + } + } + }, + "animation.archaludon.battle_idle": { + "loop": true, + "bones": { + "mid_ridge": { + "rotation": ["3.5+1*(math.sin(q.anim_time*90*2-60)*1+1)", "0.5*math.cos(q.anim_time*90*1)", "1*math.sin(q.anim_time*90*0.5)"], + "position": [0, "-0.15*(math.sin(q.anim_time*90*2-90)*1+1)", "-0.1+0.25*(math.sin(q.anim_time*90*2-30)*1+1)"] + }, + "head": { + "rotation": ["-8.5+2*math.sin(q.anim_time*90*2-160)", 0, "0-2*math.sin(q.anim_time*90*0.5)"] + }, + "leftarm_1": { + "rotation": ["18.0158-2*(math.sin(q.anim_time*90*2)*1+1)", 7.28336, -4.19087], + "position": [0.5, 0, 0] + }, + "leftarm_2": { + "rotation": [2.5, 0, 0] + }, + "leftarm_3": { + "rotation": [-47.47282, 1.84293, 1.68956] + }, + "rightarm_1": { + "rotation": ["18.0158-2*(math.sin(q.anim_time*90*2)*1+1)", -7.28336, 4.19087], + "position": [-0.5, 0, 0] + }, + "rightarm_2": { + "rotation": [2.5, 0, 0] + }, + "rightarm_3": { + "rotation": [-47.47282, -1.84293, -1.68956] + }, + "ligtning_left": { + "scale": [1, 1, 0] + }, + "bot_3": { + "rotation": ["1+1*(math.sin(q.anim_time*90*2-60)*1+1)", 0, 0] + }, + "hidden_leftleg_1": { + "position": [0, 0, -1], + "scale": [1, 0, 1] + }, + "ligtning_left2": { + "scale": [1, 1, 0] + }, + "hidden_rightleg_1": { + "position": [0, 0, -1], + "scale": [1, 0, 1] + }, + "ligtning_right": { + "scale": [1, 1, 0] + }, + "ligtning_right2": { + "scale": [1, 1, 0] + } + } + }, + "animation.archaludon.shake": { + "animation_length": 3, + "bones": { + "mid_ridge": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [-0.5, 3.5, 1.5], + "post": [-0.5, 3.5, 1.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [3.64, -0.08, -0.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [1.5, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0.92, -0.81, 0.07], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-1.49, -2.47, -1.95], + "lerp_mode": "catmullrom" + }, + "2.9583": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, -4], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 2], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 2, -1.5], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, 2, 2], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "3.0": [0, 0, 0] + } + }, + "leftarm_1": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": { + "pre": [10, 0, -2], + "post": [10, 0, -2], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-8.63, 0, -0.87], + "lerp_mode": "catmullrom" + }, + "2.0": [0, 0, 0] + } + }, + "leftarm_3": { + "rotation": { + "0.0": [0, 0, 0], + "0.2917": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, -5, -10], + "lerp_mode": "catmullrom" + }, + "1.7917": [0, 0, 0] + } + }, + "rightarm_1": { + "rotation": { + "0.0": [0, 0, 0], + "1.625": { + "pre": [0, 0, 7.5], + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "3.0": [0, 0, 0] + }, + "position": [0, 0, 0] + }, + "rightarm_3": { + "rotation": { + "0.0": [0, 0, 0], + "1.375": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-5, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "2.9583": [0, 0, 0] + } + } + } + }, + "animation.archaludon.recoil": { + "animation_length": 1.5, + "bones": { + "mid_ridge": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 1, 0], + "post": [-8, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [17.5, 0, 0], + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-5.4, 1.5, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-0.3, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + } + } + }, + "animation.archaludon.physical": { + "animation_length": 3, + "bones": { + "torso_all": { + "position": { + "1.2083": [0, 0, 0], + "1.25": [0, -1.2, 0], + "1.2917": [0, 0.1, 0], + "1.3333": [0, -0.8, 0], + "1.375": [0, 0.1, 0], + "1.4167": [0, -0.4, 0], + "1.5": [0, 0, 0], + "1.5833": [0, -0.2, 0], + "1.6667": [0, 0, 0] + } + }, + "mid_ridge": { + "rotation": { + "0.0": [2.63397, 0.5, 0], + "0.375": { + "pre": [6.63, 0.5, 0], + "post": [6.63, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-10.37, 7.5, 9], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-10.37, 7.5, 9], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [13.63, -15.5, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [13.63, -15.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [10.91318, -3.70293, 3.40858], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [3.05003, 0.86667, -1.55775], + "lerp_mode": "catmullrom" + }, + "3.0": [2.63397, 0.5, 0] + }, + "position": { + "0.0": [0, 0, 0.025], + "0.2083": { + "pre": [0, -1.1, 0.02], + "post": [0, -1.1, 0.02], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, -1.1, 0.02], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 2.5, 0.02], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 2.5, 0.02], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0.8, -6.58], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0.8, -6.58], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, 0.94, -2.76], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0.025], + "lerp_mode": "catmullrom" + }, + "2.875": [0, 0, 0.025] + } + }, + "head": { + "rotation": { + "0.0": [-12.5, 0, 0], + "0.625": { + "pre": [12.5, 0, 0], + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, -5.5, -4], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-22.5, 16, -10], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-9.45, 17.91, -4.85], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-8.9, 20, -0.5], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-15.48, 7.76, -2.12], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-12.48341, 0.64904, 0.12901], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-12.51664, -0.34031, -0.09283], + "lerp_mode": "catmullrom" + }, + "3.0": [-12.5, 0, 0] + } + }, + "leftarm_1": { + "rotation": { + "0.0": [16.0158, 7.28336, -4.19087], + "0.625": { + "pre": [36.02, 7.28, -4.19], + "post": [36.02, 7.28, -4.19], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-10.10257, 5.52787, 27.74864], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [51.02, -9.72, 12.81], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [51.02, -9.72, 12.81], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [16.0158, 7.28336, -4.19087], + "lerp_mode": "catmullrom" + }, + "2.875": [16.0158, 7.28336, -4.19087] + }, + "position": { + "0.0": [0.5, 0, 0], + "0.625": { + "pre": [0.5, 0, 0], + "post": [0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0.5, 0.4, 0.8], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0.5, 0.6, -2.1], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0.5, 0.6, -2.1], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0.9, 0.6, -0.2], + "lerp_mode": "catmullrom" + }, + "2.875": [0.5, 0, 0] + }, + "scale": { + "1.1667": [1, 1, 1], + "1.2083": [1, 1.7, 1], + "1.25": [1, 1, 1] + } + }, + "leftarm_2": { + "rotation": { + "0.0": [2.5, 0, 0], + "0.625": { + "pre": [24.98, 0, 0], + "post": [24.98, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-3, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [39.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.9167": [2.5, 0, 0] + } + }, + "leftarm_3": { + "rotation": { + "0.0": [-47.5, 0, 7.5], + "1.125": { + "pre": [-46.81472, 9.18229, -0.98186], + "post": [-46.81472, 9.18229, -0.98186], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-162.5, 0, 26.5], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-47.5, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.9167": [-47.5, 0, 7.5] + } + }, + "rightarm_1": { + "rotation": { + "0.0": [16.0158, -7.28336, 4.19087], + "0.375": { + "pre": [38.5158, -7.28336, -13.30913], + "post": [38.5158, -7.28336, -13.30913], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [48.52, -19.78, -10.81], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [24.01972, -13.69426, -3.88167], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [54.04893, -11.07335, -11.5145], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [47.30612, -16.42735, -6.90658], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [13.80259, -7.20135, 4.28932], + "lerp_mode": "catmullrom" + }, + "2.9583": [16.0158, -7.28336, 4.19087] + }, + "position": { + "0.0": [-0.5, 0, 0], + "0.375": { + "pre": [-0.5, 0, 0], + "post": [-0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-1.4, 0, -0.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-1.4, 0, -0.5], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-1.4, 0, -0.5], + "lerp_mode": "catmullrom" + }, + "2.7917": [-0.5, 0, 0] + } + }, + "rightarm_2": { + "rotation": { + "0.0": [2.5, 0, 0], + "1.0833": { + "pre": [2.5, 0, 0], + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [33.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [33.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": [2.5, 0, 0] + } + }, + "rightarm_3": { + "rotation": { + "0.0": [-47.39247, -3.21154, -3.83424], + "0.75": { + "pre": [-39.40191, -2.64718, -4.24326], + "post": [-39.40191, -2.64718, -4.24326], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-45.39407, -3.07588, -3.94385], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-24.70817, -1.48266, -4.77565], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-32.41643, -2.11089, -4.53359], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-50.39106, -3.40767, -3.66109], + "lerp_mode": "catmullrom" + }, + "2.875": [-47.39247, -3.21154, -3.83424] + } + }, + "ligtning_left": { + "scale": [1, 1, 0] + }, + "left_leg": { + "rotation": { + "0.0": [-15.26795, -37.5, 0], + "0.2917": [-15.27, -37.5, 0], + "0.9583": { + "pre": [-7.27, -37.5, 0], + "post": [-7.27, -37.5, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-7.27, -37.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-8.22446, -45.42749, 1.43797], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-8.22446, -45.42749, 1.43797], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-15.26795, -37.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": [-15.26795, -37.5, 0] + }, + "position": { + "0.0": [-0.0067, -0.02947, 0.01474], + "0.2917": [-0.01, -0.03, 0.01], + "0.9583": { + "pre": [0.29, -0.03, -0.39], + "post": [0.29, -0.03, -0.39], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0.29, -0.03, -0.39], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-2.71, -0.03, -0.99], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-2.71, -0.03, -4.04], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-1.71, -0.03, -4.04], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-1.36, -0.03, -0.99], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-0.0067, -0.02947, 0.01474], + "lerp_mode": "catmullrom" + }, + "2.5": [-0.0067, -0.02947, 0.01474] + } + }, + "left_foot": { + "rotation": { + "0.0": [14.92237, 3.26739, -12.07198], + "0.2917": [14.92437, 3.26782, -12.07186], + "0.9583": { + "pre": [8.07659, 1.78404, -12.37404], + "post": [8.07659, 1.78404, -12.37404], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [8.07659, 1.78404, -12.37404], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [8.07659, 1.78404, -12.37404], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [8.07659, 1.78404, -12.37404], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [14.92237, 3.26739, -12.07198], + "lerp_mode": "catmullrom" + }, + "2.5": [14.92237, 3.26739, -12.07198] + } + }, + "hidden_leftleg_1": { + "position": [0, 0, -1], + "scale": [1, 0, 1] + }, + "ligtning_left2": { + "scale": [1, 1, 0] + }, + "right_leg": { + "rotation": { + "0.0": [-15.26795, 37.5, 0], + "0.4167": [-15.27, 34.5, 0], + "0.6667": { + "pre": [-7.77, 37.5, 0], + "post": [-7.77, 37.5, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-58.77, 37.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": [-15.27, 19.5, 0], + "1.8333": [-15.27, 19.5, 0], + "2.0": { + "pre": [-20.26932, 25.5, 0], + "post": [-20.26932, 25.5, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-20.26932, 31.2, 0], + "lerp_mode": "catmullrom" + }, + "2.375": [-15.26795, 37.5, 0] + }, + "position": { + "0.0": [0.0067, -0.02947, 0.01474], + "0.4167": [0.01, -0.03, 0.01], + "1.0": { + "pre": [0.01, 4.97, 3.01], + "post": [0.01, 4.97, 3.01], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0.01, 4.97, 3.01], + "lerp_mode": "catmullrom" + }, + "1.25": [0.01, -0.03, -5.99], + "1.8333": [0.01, -0.03, -5.99], + "2.0417": { + "pre": [0.01, 2.57, -2.65], + "post": [0.01, 2.57, -2.65], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0.01, 1.4, -0.63], + "lerp_mode": "catmullrom" + }, + "2.375": [0.0067, -0.02947, 0.01474] + } + }, + "right_foot": { + "rotation": { + "0.0": [14.92237, -3.26739, 12.07198], + "0.3333": [14.92437, -3.26782, 12.07186], + "1.0833": [44.58277, -8.8452, 8.86787], + "1.25": [14.92437, -3.26782, 12.07186], + "1.8333": [14.92437, -3.26782, 12.07186], + "1.9167": { + "pre": [9.05395, -1.99806, 12.34179], + "post": [9.05395, -1.99806, 12.34179], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [22.77528, -4.90522, 11.51146], + "lerp_mode": "catmullrom" + }, + "2.375": [14.92437, -3.26782, 12.07186] + } + }, + "hidden_rightleg_1": { + "position": [0, 0, -1], + "scale": [1, 0, 1] + }, + "ligtning_right": { + "scale": [1, 1, 0] + }, + "ligtning_right2": { + "scale": [1, 1, 0] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/arctibax/arctibax.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/arctibax/arctibax.animation.json new file mode 100644 index 0000000..941c900 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/arctibax/arctibax.animation.json @@ -0,0 +1,128 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.arctibax.ground_idle": { + "loop": true, + "bones": { + "torso": { + "rotation": ["0-Math.cos((query.anim_time - 0.2) * 90) * 2", 0, 0] + }, + "head": { + "rotation": ["0-Math.cos((query.anim_time - 0.8) * 90) * 2", 0, 0] + }, + "jaw": { + "rotation": ["0-Math.cos((query.anim_time - 0.5) * 90) * 2", 0, 0] + }, + "tail": { + "rotation": ["0-Math.cos((query.anim_time - 0.5) * 90) * 2", 0, 0] + }, + "tail2": { + "rotation": ["0-Math.cos((query.anim_time - 0.8) * 90) * 2", 0, 0] + }, + "arm_left": { + "rotation": [3.82591, "9.8386+Math.cos((query.anim_time - 0.5) * 90) * 2", 61.9507], + "position": [0, 0, 1] + }, + "arm_left2": { + "rotation": [0, 47.5, 0], + "position": [-0.5, 0, 0.75] + }, + "arm_right": { + "rotation": [3.82591, "-9.8386-Math.cos((query.anim_time - 0.5) * 90) * 2", -61.9507], + "position": [0, 0, 1] + }, + "arm_right2": { + "rotation": [0, -47.5, 0], + "position": [0.5, 0, 0.75] + }, + "neck": { + "rotation": ["0-Math.cos((query.anim_time - 0.5) * 90) * 2", 0, 0] + } + } + }, + "animation.arctibax.ground_walk": { + "loop": true, + "bones": { + "wing_left": { + "rotation": [0, -10, 0] + }, + "forearm_left": { + "rotation": [0, "5-math.sin(query.anim_time*90*3*1.5)*6", 0] + }, + "hand_left": { + "rotation": [0, 0, 15] + }, + "fire": { + "rotation": [-20, 0, 0] + }, + "forearm_right": { + "rotation": [0, "-5-math.sin(query.anim_time*90*3*1.5+30)*6", 0] + }, + "hand_right": { + "rotation": [0, 0, -15] + }, + "wing_right": { + "rotation": [0, 10, 0] + }, + "leg_left": { + "rotation": [ + "-math.clamp(math.sin(query.anim_time*90*3*1.5+45)*20,-15,14)-math.clamp(math.sin(query.anim_time*90*3*1.5+45)*20,0,20)+math.clamp(-math.sin(query.anim_time*90*3*1.5+180)*15,5,15)-5", + 0, + 0 + ], + "position": [ + 0, + "-math.clamp(math.sin(query.anim_time*90*3*1.5+25)*0.2,0,0.2)-math.clamp(-math.sin(query.anim_time*90*3*1.5+25)*0.4,0,0.3)+math.clamp(-math.sin(query.anim_time*90*3*1.5+25)*0.8,0.5,0.8)-math.clamp(-math.sin(query.anim_time*90*3*1.5+25+180)*0.8,0.5,0.8)", + "-math.clamp(math.sin(query.anim_time*90*3*1.5)*0.5,-0.25,1)-math.clamp(math.sin(query.anim_time*90*3*1.5)*0.25,-0.8,0)" + ] + }, + "tail": { + "rotation": ["math.clamp(math.sin(query.anim_time*180*3*1.5/2+20)*1,0.2,0.9)+math.clamp(-math.sin(query.anim_time*180*3*1.5/2)*1,0.2,0.9)-0.8", 0, 0] + }, + "tail2": { + "rotation": ["math.clamp(math.sin(query.anim_time*180*3*1.5/2+20)*1,0.2,0.9)+math.clamp(-math.sin(query.anim_time*180*3*1.5/2)*1,0.2,0.9)-0.8", 0, 0] + }, + "arm_left": { + "rotation": [0, "-math.sin(query.anim_time*90*3*1.5)*10", "35+2*(math.sin(q.anim_time*90*9)*1+1)"] + }, + "arm_left2": { + "rotation": [0, 47.5, 0], + "position": [-0.5, 0, 0.75] + }, + "arm_right": { + "rotation": [0, "-math.sin(query.anim_time*90*3*1.5+30)*10", "-35-2*(math.sin(q.anim_time*90*9)*1+1)"] + }, + "arm_right2": { + "rotation": [0, -47.5, 0], + "position": [0.5, 0, 0.75] + }, + "body": { + "rotation": ["math.clamp(math.sin(query.anim_time*180*3*1.5/2+20)*1,0.2,0.9)+math.clamp(-math.sin(query.anim_time*180*3*1.5/2)*1,0.2,0.9)-0.8", 0, 0], + "position": [ + 0, + "-math.clamp(math.sin(-query.anim_time*90*3*1.5-90+45/2)*0.5,0,1)-math.clamp(math.sin(-query.anim_time*90*3*1.5-90+45/2+180)*0.5,0,1)+0.3", + "-math.clamp(math.sin(query.anim_time*90*3*1.5+90)*0.2,0,0.2)-math.clamp(math.sin(-query.anim_time*90*3*1.5-90)*0.2,0,0.2)" + ] + }, + "foot_left": { + "rotation": ["math.clamp(math.sin(query.anim_time*90*3*1.5+45)*15,-14,14)+math.clamp(math.sin(query.anim_time*90*3*1.5+45)*15,0,8)", 0, 0] + }, + "leg_right": { + "rotation": [ + "-math.clamp(math.sin(query.anim_time*90*3*1.5+45+180)*20,-15,14)-math.clamp(math.sin(query.anim_time*90*3*1.5+45+180)*20,0,20)+math.clamp(-math.sin(query.anim_time*90*3*1.5+180*2)*15,5,15)-5", + 0, + 0 + ], + "position": [ + 0, + "0.2-math.clamp(math.sin(query.anim_time*90*3*1.5+25+180)*0.2,0,0.2)-math.clamp(-math.sin(query.anim_time*90*3*1.5+25+180)*0.4,0,0.3)+math.clamp(-math.sin(query.anim_time*90*3*1.5+25+180)*0.8,0.5,0.8)-math.clamp(-math.sin(query.anim_time*90*3*1.5+25+180*2)*0.8,0.5,0.8)", + "-math.clamp(math.sin(query.anim_time*90*3*1.5+180)*0.5,-0.25,1)-math.clamp(math.sin(query.anim_time*90*3*1.5+180)*0.25,-0.8,0)" + ] + }, + "foot_right": { + "rotation": ["math.clamp(math.sin(query.anim_time*90*3*1.5+45+180)*15,-14,14)+math.clamp(math.sin(query.anim_time*90*3*1.5+45+180)*15,0,8)", 0, 0] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/articuno2/articuno2.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/articuno2/articuno2.animation.json new file mode 100644 index 0000000..cd61f9b --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/articuno2/articuno2.animation.json @@ -0,0 +1,603 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.articuno2.render": { + "loop": true, + "bones": { + "tail": { + "rotation": [27.22644, 22.52101, 11.14843] + }, + "tail2": { + "rotation": [-3.26822, 26.06465, -44.31081] + }, + "tail3": { + "rotation": [-28.76765, -7.52076, -18.58597] + }, + "tail4": { + "rotation": [-64.47761, -5.24826, -11.36081] + }, + "tail6": { + "rotation": [-52.73749, 4.55749, -5.96275] + }, + "tail7": { + "rotation": [-15, 0, 0] + }, + "tail8": { + "rotation": [7.5, 0, 0] + }, + "tail9": { + "rotation": [25, 0, 0] + }, + "wing_open_left": { + "rotation": [-90, -25, -25], + "position": [-1, 0, 2] + }, + "wing_open_left2": { + "rotation": [0, 80, 0], + "position": [-2, 0, 3] + }, + "wing_open_left3": { + "rotation": [0, -62.5, 0], + "position": [-1, 0, 0] + }, + "wing_open_right": { + "rotation": [-90, 25, 25], + "position": [1, 0, 2] + }, + "wing_open_right2": { + "rotation": [0, -80, 0], + "position": [2, 0, 3] + }, + "wing_open_right3": { + "rotation": [0, 62.5, 0], + "position": [1, 0, 0] + }, + "wing_closed_left": { + "scale": 0 + }, + "wing_closed_right": { + "scale": 0 + }, + "bone8": { + "rotation": [52.5, 0, 0] + }, + "foot_right": { + "rotation": [32.5, 0, 0] + }, + "toe_middle_right2": { + "rotation": [17.5, 0, 0] + }, + "toe_back_right": { + "rotation": [-30, 0, 0] + }, + "toe_back_right2": { + "rotation": [-12.5, 0, 0] + }, + "toe_outer_right2": { + "rotation": [17.5, 0, 0] + }, + "toe_inner_right5": { + "rotation": [25, 0, 0] + }, + "foot_left": { + "rotation": [32.5, 0, 0] + }, + "toe_middle_left2": { + "rotation": [27.5, 0, 0] + }, + "toe_back_left": { + "rotation": [-30, 0, 0] + }, + "toe_back_left2": { + "rotation": [-17.5, 0, 0] + }, + "toe_outer_left2": { + "rotation": [32.5, 0, 0] + }, + "toe_inner_left5": { + "rotation": [30, 0, 0] + }, + "bone": { + "rotation": [0, 50, 0], + "position": [-10, 0, -20] + }, + "bone6": { + "rotation": [0, -50, 0], + "position": [9, 0, -21] + } + } + }, + "animation.articuno2.ground_idle": { + "loop": true, + "bones": { + "torso": { + "rotation": [7.5, 0, 0] + }, + "tail": { + "rotation": ["-26.157+Math.cos((query.anim_time - 0.2) * 90) * 2", -29.76212, 13.70122] + }, + "tail6": { + "rotation": ["35+Math.cos((query.anim_time - 1.4) * 90) * 2", -17.5, 0] + }, + "chest": { + "rotation": [-15, 0, 0] + }, + "wing_open_left": { + "scale": 0 + }, + "wing_closed_left2": { + "rotation": [2.5, 0, 0] + }, + "wing_closed_left": { + "rotation": [16.71463, -1.51595, 5.78711] + }, + "tail2": { + "rotation": ["-12.5+Math.cos((query.anim_time - 0.5) * 90) * 2", -37.5, 0] + }, + "tail3": { + "rotation": ["-5.4937+Math.cos((query.anim_time - 0.8) * 90) * 2", -24.91806, 1.88358] + }, + "tail4": { + "rotation": ["23.9046+Math.cos((query.anim_time - 1.1) * 90) * 2", -38.75807, -7.57883] + }, + "tail7": { + "rotation": ["10+Math.cos((query.anim_time - 1.7) * 90) * 2", -15, 0] + }, + "tail8": { + "rotation": ["-30+Math.cos((query.anim_time - 2) * 90) * 2", -17.5, 0] + }, + "tail9": { + "rotation": ["-17.5+Math.cos((query.anim_time - 2.3) * 90) * 2", -15, 0] + }, + "wing_open_right": { + "scale": 0 + }, + "bone10": { + "position": [0, 0, 0] + }, + "head": { + "rotation": [12.5, 0, 0] + }, + "wing_closed_right": { + "rotation": [16.71463, 1.51595, -5.78711] + }, + "wing_closed_right2": { + "rotation": [2.5, 0, 0] + } + } + }, + "animation.articuno2.ground_walk": { + "loop": true, + "bones": { + "tail_left": { + "rotation": ["2.5+math.sin(q.anim_time*90*6-25+180)*2", "math.sin(q.anim_time*90*3-20+180)*0.75", 0] + }, + "tail_left2": { + "rotation": ["2.5+math.sin(q.anim_time*90*6-50+180)*3", "math.sin(q.anim_time*90*3-40+180)*1", 0] + }, + "tail_right": { + "rotation": ["2.5+math.sin(q.anim_time*90*6-25+180)*2", "math.sin(q.anim_time*90*3-20+180)*0.75", 0] + }, + "tail_right2": { + "rotation": ["2.5+math.sin(q.anim_time*90*6-50+180)*3", "math.sin(q.anim_time*90*3-40+180)*1", 0] + }, + "hair": { + "rotation": ["0+math.sin(q.anim_time*90*6-95+180)*3", 0, 0] + }, + "hair_left": { + "rotation": ["0+math.sin(q.anim_time*90*6-90+180)*4", 0, 0] + }, + "hair_right": { + "rotation": ["0+math.sin(q.anim_time*90*6-90+180)*4", 0, 0] + }, + "hair_left2": { + "rotation": ["0+math.sin(q.anim_time*90*6-85+180)*3", 0, 0] + }, + "hair_right2": { + "rotation": ["0+math.sin(q.anim_time*90*6-85+180)*3", 0, 0] + }, + "wing_left2": { + "rotation": [0, -107.5, 0], + "position": [0, -0.01, 0] + }, + "wing_left3": { + "rotation": [0, -62.5, 0], + "position": [-1, -0.01, -2] + }, + "wing_right3": { + "rotation": [0, 62.5, 0], + "position": [1, -0.01, -1] + }, + "claw_middle_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330)*15,-0,12.5)", 0, 0] + }, + "claw_back_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330)*15,-12.5,0)", 0, 0] + }, + "claw_outer_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330)*15,-0,12.5)", 0, 0] + }, + "claw_inner_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330)*15,-0,12.5)", 0, 0] + }, + "claw_middle_right": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330+180)*15,-0,12.5)", 0, 0] + }, + "claw_back_right": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330+180)*15,-12.5,0)", 0, 0] + }, + "claw_inner_right": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330+180)*15,-0,12.5)", 0, 0] + }, + "claw_outer_right": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330+180)*15,-0,12.5)", 0, 0] + }, + "toe_right_middle": { + "rotation": [ + "0+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", + 0, + 0 + ] + }, + "toe_right_inner": { + "rotation": [ + "-1.3208+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", + -2.79056, + 4.67594 + ] + }, + "toe_right_outer": { + "rotation": [ + "-1.3208+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", + 2.79056, + -4.67594 + ] + }, + "toe_right_back": { + "rotation": ["math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*27.5,-0,25)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*22.5,-20,0)", 0, 0] + }, + "toe_left_middle": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", 0, 0] + }, + "toe_left_inner": { + "rotation": ["-1.5203+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", 7.13182, -4.77156] + }, + "toe_left_outer": { + "rotation": ["-1.5203+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", -7.13182, 4.77156] + }, + "toe_left_back": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-300)*27.5,-0,25)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*22.5,-20,0)", 0, 0] + }, + "body": { + "position": [0, "0+math.clamp(math.sin(query.anim_time*90*6*-1-30)*1,-0,1)+math.clamp(math.sin(query.anim_time*90*6*-1-30)*1,-0.9,0)", 0] + }, + "torso": { + "rotation": ["math.sin(q.anim_time*90*6+0+180)*2", "0+math.sin(q.anim_time*90*3-60+180)*2.5", "0+math.sin(q.anim_time*90*3+0)*2.5"] + }, + "tail": { + "rotation": ["-26.157+Math.cos((query.anim_time - 0.2) * 90) * 2", -29.76212, 13.70122] + }, + "tail2": { + "rotation": ["-12.5+Math.cos((query.anim_time - 0.5) * 90) * 2", -37.5, 0] + }, + "tail3": { + "rotation": ["-5.4937+Math.cos((query.anim_time - 0.8) * 90) * 2", -24.91806, 1.88358] + }, + "tail4": { + "rotation": ["23.9046+Math.cos((query.anim_time - 1.1) * 90) * 2", -38.75807, -7.57883] + }, + "tail6": { + "rotation": ["35+Math.cos((query.anim_time - 1.4) * 90) * 2", -17.5, 0] + }, + "tail7": { + "rotation": ["10+Math.cos((query.anim_time - 1.7) * 90) * 2", 0, 0] + }, + "tail8": { + "rotation": ["-30+Math.cos((query.anim_time - 2) * 90) * 2", 0, 0], + "position": [0, 0, 0] + }, + "tail9": { + "rotation": ["-17.5+Math.cos((query.anim_time - 2.3) * 90) * 2", 0, 0], + "position": [0.2, 0, 0] + }, + "wing_open_left": { + "scale": 0 + }, + "wing_open_right": { + "scale": 0 + }, + "head": { + "rotation": ["2.5+math.sin(q.anim_time*90*6-40)*3", 0, "math.sin(q.anim_time*90*3-50)*0.25"] + }, + "leg_right": { + "rotation": [ + "0+math.clamp(math.sin(query.anim_time*90*3*-1-50+180)*17.5,-17.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-50+180)*22.5,-0,20)", + 0, + 0 + ], + "position": [0, "-1+math.clamp(math.sin(query.anim_time*90*3*-1-60+180)*1,0.3,1)", "1-math.sin(q.anim_time*90*3-80)*2"] + }, + "leg_right2": { + "rotation": [ + "0+math.clamp(math.sin(query.anim_time*90*3*-1-150+180)*35.5,-32.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-150+180)*17.5,-0,15)", + 0, + 0 + ] + }, + "foot_right": { + "rotation": [ + "-7.5+math.clamp(math.sin(query.anim_time*90*3*-1-175+180)*7.5,-7.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-175+180)*22.5,-0,20)", + 0, + 0 + ] + }, + "toe_middle_right": { + "rotation": [ + "0+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", + 0, + 0 + ] + }, + "toe_back_right": { + "rotation": [ + "0+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*27.5,-0,25)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*22.5,-20,0)", + 0, + 0 + ] + }, + "toe_outer_right": { + "rotation": [ + "-1.3208+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", + 2.79056, + -4.67594 + ] + }, + "toe_inner_right": { + "rotation": [ + "-1.3208+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", + -2.79056, + 4.67594 + ] + }, + "leg_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-50)*17.5,-17.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-50)*22.5,-0,20)", 0, 0], + "position": [0, "0+math.clamp(math.sin(query.anim_time*90*3*-1-60)*1,0.3,1)", "1+math.sin(q.anim_time*90*3-80)*2"] + }, + "leg_left2": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-150)*35.5,-32.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-150)*17.5,-0,15)", 0, 0] + }, + "foot_left": { + "rotation": ["-7.5+math.clamp(math.sin(query.anim_time*90*3*-1-175)*7.5,-7.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-175)*22.5,-0,20)", 0, 0] + }, + "toe_middle_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", 0, 0] + }, + "toe_back_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-300)*27.5,-0,25)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*22.5,-20,0)", 0, 0] + }, + "toe_outer_left": { + "rotation": ["-1.5203+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", -7.13182, 4.77156] + }, + "toe_inner_left": { + "rotation": ["-1.5203+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", 7.13182, -4.77156] + } + } + }, + "animation.articuno2.air_idle": { + "loop": true, + "animation_length": 1.33333, + "bones": { + "tail_left": { + "rotation": [8.0352, -0.67621, 4.9829] + }, + "tail_right": { + "rotation": [8.27991, 1.031, -7.46967] + }, + "tail_left2": { + "rotation": [12.64619, -1.47498, 22.81474] + }, + "tail_right2": { + "rotation": [12.64619, 1.47498, -22.81474] + }, + "neck": { + "rotation": ["30+math.sin(q.anim_time*90*3-70)*-5", 0, 0] + }, + "hair4": { + "rotation": ["5+math.sin(q.anim_time*90*3-150)*25", 0, 0] + }, + "hair2": { + "rotation": ["math.sin(q.anim_time*90*3-90)*1", 0, 0] + }, + "hair3": { + "rotation": ["math.sin(q.anim_time*90*3-90)*5+4", 0, 0] + }, + "hair5": { + "rotation": ["math.sin(q.anim_time*90*3-210)*20-20", 0, 0] + }, + "hair6": { + "rotation": ["math.sin(q.anim_time*90*3-300)*50+2.5", 0, 0] + }, + "claw_back_right": { + "rotation": [-23.06545, 0.03421, 1.5838] + }, + "claw_inner_right": { + "rotation": [25, 0, 0] + }, + "claw_middle_right": { + "rotation": [20, 0, 0] + }, + "claw_outer_right": { + "rotation": [20, 0, 0] + }, + "claw_back_left": { + "rotation": [-23.06545, -0.03421, -1.5838] + }, + "claw_inner_left": { + "rotation": [25, 0, 0] + }, + "claw_middle_left": { + "rotation": [20, 0, 0] + }, + "claw_outer_left": { + "rotation": [20, 0, 0] + }, + "wing_open_right4": { + "rotation": [0, 0, "math.sin(q.anim_time*90*3-140)*40"] + }, + "wing_open_left4": { + "rotation": [0, 0, "-(math.sin(q.anim_time*90*3-140)*40)"] + }, + "wing_open_left_top2": { + "rotation": { + "0.0": [0.30106, 4.51902, "7.2048+math.sin(q.anim_time*90*3-70)*-40"], + "0.5833": [-0.30338, 7.01873, "2.2637+math.sin(q.anim_time*90*3-70)*-40"], + "0.75": [-0.91696, 6.96545, "-2.7735+math.sin(q.anim_time*90*3-70)*-40"] + } + }, + "wing_open_right_top2": { + "rotation": [0.30031, 2.01906, "7.1917-math.sin(q.anim_time*90*3-70)*-40"] + }, + "wing_open_right_top": { + "rotation": [0, -2.5, 0] + }, + "body": { + "rotation": ["-10+math.sin(q.anim_time*90*3-60)*-1", 0, 0], + "position": [0, "math.sin(q.anim_time*90*3-30)*-2", "math.sin(q.anim_time*90*3-30)*-0.5"] + }, + "torso": { + "rotation": ["math.sin(q.anim_time*90*3-60)+7", 0, 0], + "position": [0, -3, 0] + }, + "tail": { + "rotation": ["-22.6819+Math.cos((query.anim_time - 0.2) * 90) * 2", 0.27764, 0.69256] + }, + "tail2": { + "rotation": ["-12.5+Math.cos((query.anim_time - 0.5) * 90) * 2", -37.5, 0] + }, + "tail3": { + "rotation": ["-5.4937+Math.cos((query.anim_time - 0.8) * 90) * 2", -24.91806, 1.88358] + }, + "tail4": { + "rotation": ["23.9046+Math.cos((query.anim_time - 1.1) * 90) * 2", -38.75807, -7.57883] + }, + "tail6": { + "rotation": { + "0.0": ["35+Math.cos((query.anim_time - 1.4) * 90) * 2", -17.5, 0], + "1.3333": ["27.5+Math.cos((query.anim_time - 1.4) * 90) * 2", -17.5, 0] + } + }, + "tail7": { + "rotation": { + "0.0": ["10+Math.cos((query.anim_time - 1.7) * 90) * 2", -15, 0], + "1.3333": ["5+Math.cos((query.anim_time - 1.7) * 90) * 2", -15, 0] + } + }, + "tail8": { + "rotation": ["-30+Math.cos((query.anim_time - 2) * 90) * 2", -17.5, 0] + }, + "tail9": { + "rotation": ["-17.5+Math.cos((query.anim_time - 2.3) * 90) * 2", -15, 0] + }, + "chest": { + "rotation": [-10, 0, 0], + "position": [0, 0, 0] + }, + "wing_open_left": { + "rotation": [-10, 5, "5+math.sin(q.anim_time*90*3)*-60"], + "position": [0, "math.sin(q.anim_time*90*3)*-0.5", 0] + }, + "wing_open_left2": { + "rotation": [0.30239, 7.01899, "7.218+math.sin(q.anim_time*90*3-70)*-40"], + "position": [-1, 0, 0] + }, + "wing_open_left3": { + "rotation": [0, 0, "-(math.sin(q.anim_time*90*3-120)*30)"], + "position": { + "0.0": [0, 0, 0], + "0.625": [-1, 0, 0] + } + }, + "wing_open_right": { + "rotation": [-10, -5, "-5+math.sin(q.anim_time*90*3)*60"], + "position": [0, "math.sin(q.anim_time*90*3)*-0.5", 0] + }, + "wing_open_right2": { + "rotation": [0.3024, -7.01899, "-7.218+math.sin(q.anim_time*90*3-70)*40"], + "position": [1, 0, 0] + }, + "wing_open_right3": { + "rotation": [0, 0, "math.sin(q.anim_time*90*3-120)*30"] + }, + "wing_closed_left": { + "scale": 0 + }, + "wing_closed_right": { + "scale": 0 + }, + "head": { + "rotation": ["15-math.sin(q.anim_time*90*3-70)*10", 0, 0], + "position": [0, 0, 0] + }, + "chest_feathers": { + "position": [0, 0, 1] + }, + "leg_right": { + "rotation": ["math.sin(q.anim_time*90*3-90)*-10", 0, 0], + "position": [0, -3, 0] + }, + "leg_right2": { + "rotation": ["math.sin(q.anim_time*90*3-120)*15", 0, 0] + }, + "foot_right": { + "rotation": ["-20+math.sin(q.anim_time*90*3-150)*5", 0, -7.5] + }, + "toe_middle_right": { + "rotation": [35, 0, 0] + }, + "toe_middle_right2": { + "rotation": [17.5, 0, 0] + }, + "toe_back_right": { + "rotation": [-40, 0, 0] + }, + "toe_back_right2": { + "rotation": [-12.5, 0, 0] + }, + "toe_outer_right": { + "rotation": [58.51614, 5.49409, 9.06696] + }, + "toe_outer_right2": { + "rotation": [27.5, 0, 0] + }, + "toe_inner_right": { + "rotation": [39.47824, -5.87457, -5.06653] + }, + "toe_inner_right5": { + "rotation": [17.5, 0, 0] + }, + "leg_left": { + "rotation": ["math.sin(q.anim_time*90*3-90)*-10", 0, 0], + "position": [0, -3, 0] + }, + "leg_left2": { + "rotation": ["math.sin(q.anim_time*90*3-120)*15", 0, 0] + }, + "foot_left": { + "rotation": ["-20+math.sin(q.anim_time*90*3-150)*5", 0, 7.5] + }, + "toe_middle_left": { + "rotation": [35, 0, 0] + }, + "toe_back_left": { + "rotation": [-60, 0, 0] + }, + "toe_outer_left": { + "rotation": [58.51614, -5.49409, -9.06696] + }, + "toe_inner_left": { + "rotation": [39.47824, 5.87457, 5.06653] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/articuno_galar/articunogalar.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/articuno_galar/articunogalar.animation.json new file mode 100644 index 0000000..d697c2d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/articuno_galar/articunogalar.animation.json @@ -0,0 +1,224 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.articunogalar.air_idle": { + "loop": true, + "animation_length": 1.33333, + "bones": { + "tail_left": { + "rotation": [8.0352, -0.67621, 4.9829] + }, + "tail_right": { + "rotation": [8.27991, 1.031, -7.46967] + }, + "tail_left2": { + "rotation": [12.64619, -1.47498, 22.81474] + }, + "tail_right2": { + "rotation": [12.64619, 1.47498, -22.81474] + }, + "neck": { + "rotation": ["30+math.sin(q.anim_time*90*3-70)*-5", 0, 0] + }, + "hair4": { + "rotation": ["5+math.sin(q.anim_time*90*3-150)*25", 0, 0] + }, + "hair2": { + "rotation": ["math.sin(q.anim_time*90*3-90)*1", 0, 0] + }, + "hair3": { + "rotation": ["math.sin(q.anim_time*90*3-90)*5+4", 0, 0] + }, + "hair5": { + "rotation": ["math.sin(q.anim_time*90*3-210)*20-20", 0, 0] + }, + "hair6": { + "rotation": ["math.sin(q.anim_time*90*3-300)*50+2.5", 0, 0] + }, + "claw_back_right": { + "rotation": [-23.06545, 0.03421, 1.5838] + }, + "claw_inner_right": { + "rotation": [25, 0, 0] + }, + "claw_middle_right": { + "rotation": [20, 0, 0] + }, + "claw_outer_right": { + "rotation": [20, 0, 0] + }, + "claw_back_left": { + "rotation": [-23.06545, -0.03421, -1.5838] + }, + "claw_inner_left": { + "rotation": [25, 0, 0] + }, + "claw_middle_left": { + "rotation": [20, 0, 0] + }, + "claw_outer_left": { + "rotation": [20, 0, 0] + }, + "wing_open_right4": { + "rotation": [0, 0, "math.sin(q.anim_time*90*3-140)*40"] + }, + "wing_open_left4": { + "rotation": [0, 0, "-(math.sin(q.anim_time*90*3-140)*40)"] + }, + "wing_open_left_top2": { + "rotation": { + "0.0": [0.30106, 4.51902, "7.2048+math.sin(q.anim_time*90*3-70)*-40"], + "0.5833": [-0.30338, 7.01873, "2.2637+math.sin(q.anim_time*90*3-70)*-40"], + "0.75": [-0.91696, 6.96545, "-2.7735+math.sin(q.anim_time*90*3-70)*-40"] + } + }, + "wing_open_right_top2": { + "rotation": [0.30031, 2.01906, "7.1917-math.sin(q.anim_time*90*3-70)*-40"] + }, + "wing_open_right_top": { + "rotation": [0, -2.5, 0] + }, + "body": { + "rotation": ["-10+math.sin(q.anim_time*45*1.5-30)*0.1", 0, 0], + "position": [0, "math.sin(q.anim_time*90*3-30)+16", 0] + }, + "torso": { + "rotation": ["math.sin(q.anim_time*90*3-60)+7", 0, 0], + "position": [0, -3, 0] + }, + "tail": { + "rotation": [-16.8256, -47.4901, 25.70213] + }, + "tail2": { + "rotation": [-16.8256, -35.04518, -0.58697] + }, + "tail3": { + "rotation": [-16.8256, -39.85464, 3.52564] + }, + "tail4": { + "rotation": [-16.8256, -38.75807, -7.57883] + }, + "tail6": { + "rotation": [-16.8256, -37.49504, 0.5067] + }, + "tail7": { + "rotation": [-16.8256, -15, 0] + }, + "tail8": { + "rotation": [-16.8256, -17.5, 0] + }, + "tail9": { + "rotation": [-16.8256, 1.56585, -5.70092] + }, + "chest": { + "rotation": [-10, 0, 0], + "position": [0, 0, 0] + }, + "wing_open_left": { + "rotation": [-23.73545, 50.16411, 45.49799], + "position": [0, 0, 3] + }, + "wing_open_left2": { + "rotation": [34.02007, 40.43687, 118.91183], + "position": [-1, 0, 1] + }, + "wing_open_left3": { + "rotation": [-67.5, -82.5, 65], + "position": [0, 0, 0] + }, + "head": { + "rotation": [17.5, 0, 0], + "position": [0, 0, 0] + }, + "chest_feathers": { + "position": [0, 0, 1] + }, + "leg_right": { + "position": [0, -3, 0] + }, + "foot_right": { + "rotation": ["16.0421+math.sin(q.anim_time*90*3-150)*5", 13.27491, -5.91245] + }, + "toe_middle_right": { + "rotation": [35, 0, 0] + }, + "toe_middle_right2": { + "rotation": [17.5, 0, 0] + }, + "toe_back_right": { + "rotation": [-40, 0, 0] + }, + "toe_back_right2": { + "rotation": [-12.5, 0, 0] + }, + "toe_outer_right": { + "rotation": [58.51614, 5.49409, 9.06696] + }, + "toe_outer_right2": { + "rotation": [27.5, 0, 0] + }, + "toe_inner_right": { + "rotation": [39.47824, -5.87457, -5.06653] + }, + "toe_inner_right5": { + "rotation": [17.5, 0, 0] + }, + "leg_left": { + "position": [0, -3, 0] + }, + "foot_left": { + "rotation": ["35.626+math.sin(q.anim_time*90*3-150)*5", -10.51794, 0.70714] + }, + "toe_middle_left": { + "rotation": [35, 0, 0] + }, + "toe_back_left": { + "rotation": [-60, 0, 0] + }, + "toe_outer_left": { + "rotation": [58.51614, -5.49409, -9.06696] + }, + "toe_inner_left": { + "rotation": [39.47824, 5.87457, 5.06653] + }, + "bone": { + "rotation": [0, 17.5, 0], + "position": [-7, 0, 0] + }, + "bone12": { + "scale": 0 + }, + "bone17": { + "rotation": [23.47603, -16.1299, -54.38003], + "position": [32, -14, 3] + }, + "bone18": { + "rotation": [0, 0, 10], + "position": [-7, 6, -2] + }, + "bone22": { + "rotation": [28.23, -22.22, -50.77], + "position": [27, -5, 2] + }, + "wing_open_right": { + "rotation": [-90, 0, -27.5], + "position": [5, 0, 4] + }, + "wing_open_right2": { + "rotation": [10.02978, 8.68575, -131.08441], + "scale": 1.01 + }, + "wing_open_right3": { + "rotation": [-44.42035, 67.46507, -91.91932], + "position": [0, -1, 0] + }, + "bone21": { + "scale": 0 + }, + "bone23": { + "position": [6, 0, 0] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/avalugg/avalugg.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/avalugg/avalugg.animation.json new file mode 100644 index 0000000..5d43d09 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/avalugg/avalugg.animation.json @@ -0,0 +1,2889 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.avalugg.ground_idle": { + "loop": true, + "bones": { + "leg_front_left": { + "rotation": [0, 37.5, 0] + }, + "leg_front_left1": { + "rotation": [-40, 0, 30], + "position": [0, "0.3*math.sin(q.anim_time*90*1)", 0] + }, + "leg_front_left2": { + "rotation": [0, -15, 20] + }, + "leg_front_left3": { + "rotation": [-5, -15, 20], + "position": ["0.3*math.sin(q.anim_time*90*1)", 0, 0] + }, + "leg_front_left4": { + "rotation": [0, -7, 8], + "position": [0, "-0.1*math.sin(q.anim_time*90*1)", 0] + }, + "leg_back_left": { + "rotation": [0, 0, 0] + }, + "leg_back_left1": { + "rotation": [-8, 12.5, 35.5], + "position": [0, "0.3*math.sin(q.anim_time*90*1)", 0] + }, + "leg_back_left2": { + "rotation": [1.5, -10, 17.5] + }, + "leg_back_left3": { + "rotation": [1.5, -17, 27.5], + "position": ["0.3*math.sin(q.anim_time*90*1)", 0, 0] + }, + "leg_back_left4": { + "rotation": [0, 12, 8.5], + "position": [0, "-0.1*math.sin(q.anim_time*90*1)", 0] + }, + "leg_front_right4": { + "rotation": [0, 7, -8], + "position": [0, "-0.1*math.sin(q.anim_time*90*1)", 0] + }, + "leg_front_right3": { + "rotation": [-5, 15, -20], + "position": ["-0.3*math.sin(q.anim_time*90*1)", 0, 0] + }, + "leg_front_right2": { + "rotation": [0, 15, -20] + }, + "leg_front_right1": { + "rotation": [-40, 0, -30], + "position": [0, "0.3*math.sin(q.anim_time*90*1)", 0] + }, + "leg_front_right": { + "rotation": [0, -37.5, 0] + }, + "leg_back_right1": { + "rotation": [-8, -12.5, -35.5], + "position": [0, "0.3*math.sin(q.anim_time*90*1)", 0] + }, + "leg_back_right2": { + "rotation": [1.5, 10, -17.5] + }, + "leg_back_right3": { + "rotation": [-1.5, 17, -27.5], + "position": ["-0.3*math.sin(q.anim_time*90*1)", 0, 0] + }, + "leg_back_right4": { + "rotation": [0, -12.5, -8.5], + "position": [0, "-0.1*math.sin(q.anim_time*90*1)", 0] + }, + "neck": { + "rotation": [0, 0, 0] + }, + "jaw": { + "rotation": ["-1*math.sin(q.anim_time*90*1-50)", 0, 0] + }, + "head": { + "rotation": ["7.5-1*math.sin(q.anim_time*90*1-50)", 0, 0] + }, + "jaw_spike2": { + "rotation": [0, 0, 0] + }, + "jaw2": { + "rotation": [0, 0, 0] + }, + "jaw3": { + "rotation": [0, 0, 0] + }, + "body": { + "position": [0, 0, 0] + }, + "torso": { + "rotation": ["1*math.sin(q.anim_time*90*0.5)", 0, "0.2*math.sin(q.anim_time*90*1)"], + "position": [0, "0.5*math.sin(q.anim_time*90*1)", "0.1*math.sin(q.anim_time*90*1)"] + } + } + }, + "animation.avalugg.water_idle": { + "loop": true, + "bones": { + "leg_front_left": { + "rotation": [0, 37.5, 0] + }, + "leg_front_left1": { + "rotation": [-38.32862, 3.67034, 60.22779], + "position": [0, "0.3*math.sin(q.anim_time*90*1)", 0] + }, + "leg_front_left2": { + "rotation": [0, -15, 20] + }, + "leg_front_left3": { + "rotation": ["12.5428-1*math.sin(q.anim_time*90*2)", -19.85717, 16.42188], + "position": ["0.3*math.sin(q.anim_time*90*1)", 0, 0] + }, + "leg_front_left4": { + "rotation": [0, -7, 8], + "position": [0, "-0.1*math.sin(q.anim_time*90*1)", 0] + }, + "leg_back_left": { + "rotation": [0, 0, 0] + }, + "leg_back_left1": { + "rotation": [18.19909, 24.4545, 68.98167], + "position": [0, "0.3*math.sin(q.anim_time*90*1)", 0] + }, + "leg_back_left2": { + "rotation": [1.5, -10, 17.5] + }, + "leg_back_left3": { + "rotation": [-5.57404, -31.33512, 38.15728], + "position": ["0.3*math.sin(q.anim_time*90*1)", 0, 0] + }, + "leg_back_left4": { + "rotation": [0, 12, 8.5], + "position": [0, "-0.1*math.sin(q.anim_time*90*1)", 0] + }, + "leg_front_right4": { + "rotation": [0, 7, -8], + "position": [0, "-0.1*math.sin(q.anim_time*90*1)", 0] + }, + "leg_front_right3": { + "rotation": ["11.3043+1*math.sin(q.anim_time*90*2)", 13.56881, -24.5139], + "position": ["-0.3*math.sin(q.anim_time*90*1)", 0, 0] + }, + "leg_front_right2": { + "rotation": [0, 15, -20] + }, + "leg_front_right1": { + "rotation": [-18.02533, -5.72575, -58.19592], + "position": [0, "0.3*math.sin(q.anim_time*90*1)", 0] + }, + "leg_front_right": { + "rotation": [0, -37.5, 0] + }, + "leg_back_right1": { + "rotation": [23.39953, -26.15817, -71.20613], + "position": [0, "0.3*math.sin(q.anim_time*90*1)", 0] + }, + "leg_back_right2": { + "rotation": [1.5, 10, -17.5] + }, + "leg_back_right3": { + "rotation": [-8.52752, 30.54021, -39.42923], + "position": ["-0.3*math.sin(q.anim_time*90*1)", 0, 0] + }, + "leg_back_right4": { + "rotation": [0, -12.5, -8.5], + "position": [0, "-0.1*math.sin(q.anim_time*90*1)", 0] + }, + "neck": { + "rotation": [0, 0, 0] + }, + "head": { + "rotation": [0, 0, 0] + }, + "jaw_spike2": { + "rotation": [0, 0, 0] + }, + "jaw2": { + "rotation": [0, 0, 0] + }, + "jaw3": { + "rotation": [0, 0, 0] + }, + "body": { + "rotation": ["0.2*math.sin(q.anim_time*90*0.5)", 0, "0.2*math.sin(q.anim_time*90*1)"], + "position": [0, "-28+0.2*math.sin(q.anim_time*90*1)", "0+0.1*math.sin(q.anim_time*90*1)"] + } + } + }, + "animation.avalugg.water_swim": { + "loop": true, + "bones": { + "leg_front_left": { + "rotation": [0, 37.5, 0] + }, + "leg_front_left1": { + "rotation": [-18.02533, "5.725+20*math.sin(q.anim_time*90*1-50)", "58.1959-10*math.cos(q.anim_time*90*1-50)"], + "position": [0, "0.3*math.sin(q.anim_time*90*1)", 0] + }, + "leg_front_left2": { + "rotation": [0, -15, 20] + }, + "leg_front_left3": { + "rotation": ["11.3043+1*math.sin(q.anim_time*90*2)", -13.56881, "24.5139-20*math.sin(q.anim_time*90*1)"], + "position": ["NaN-0.3*math.sin(q.anim_time*90*1)", 0, 0] + }, + "leg_front_left4": { + "rotation": [0, -7, 8], + "position": [0, "-0.1*math.sin(q.anim_time*90*1)", 0] + }, + "leg_back_left": { + "rotation": [0, 0, 0] + }, + "leg_back_left1": { + "rotation": [18.19909, "24.4545-20*math.sin(q.anim_time*90*1)", "68.9817-10*math.cos(q.anim_time*90*1)"], + "position": [0, "0.3*math.sin(q.anim_time*90*1)", 0] + }, + "leg_back_left2": { + "rotation": [1.5, -10, 17.5] + }, + "leg_back_left3": { + "rotation": [-5.57404, "-31.3351+20*math.sin(q.anim_time*90*1-40)", "38.1573+20*math.sin(q.anim_time*90*1-40)"], + "position": ["0.3*math.sin(q.anim_time*90*1)", 0, 0] + }, + "leg_back_left4": { + "rotation": [0, 12, 8.5], + "position": [0, "-0.1*math.sin(q.anim_time*90*1)", 0] + }, + "leg_front_right4": { + "rotation": [0, 7, -8], + "position": [0, "-0.1*math.sin(q.anim_time*90*1)", 0] + }, + "leg_front_right3": { + "rotation": ["11.3043+1*math.sin(q.anim_time*90*2)", 13.56881, "-24.5139-20*math.sin(q.anim_time*90*1)"], + "position": ["-0.3*math.sin(q.anim_time*90*1)", 0, 0] + }, + "leg_front_right2": { + "rotation": [0, 15, -20] + }, + "leg_front_right1": { + "rotation": [-18.02533, "-5.725+20*math.sin(q.anim_time*90*1-50)", "-58.1959-10*math.cos(q.anim_time*90*1-50)"], + "position": [0, "0.3*math.sin(q.anim_time*90*1)", 0] + }, + "leg_front_right": { + "rotation": [0, -37.5, 0] + }, + "leg_back_right1": { + "rotation": [18.19909, "-24.4545-20*math.sin(q.anim_time*90*1)", "-68.9817-10*math.cos(q.anim_time*90*1)"], + "position": [0, "0.3*math.sin(q.anim_time*90*1)", 0] + }, + "leg_back_right2": { + "rotation": [1.5, 10, -17.5] + }, + "leg_back_right3": { + "rotation": [-5.57404, "31.3351+20*math.sin(q.anim_time*90*1-40)", "-38.1573+20*math.sin(q.anim_time*90*1-40)"], + "position": ["-(0.3*math.sin(q.anim_time*90*1))", 0, 0] + }, + "leg_back_right4": { + "rotation": [0, -12.5, -8.5], + "position": [0, "-0.1*math.sin(q.anim_time*90*1)", 0] + }, + "neck": { + "rotation": [0, 0, 0] + }, + "head": { + "rotation": [0, 0, 0] + }, + "jaw_spike2": { + "rotation": [0, 0, 0] + }, + "jaw2": { + "rotation": [0, 0, 0] + }, + "jaw3": { + "rotation": [0, 0, 0] + }, + "body": { + "rotation": ["1*math.sin(q.anim_time*90*2)", 0, "0.2*math.sin(q.anim_time*90*1)"], + "position": [0, "-28+0.2*math.sin(q.anim_time*90*1)", "2*math.sin(q.anim_time*90*1)"] + } + } + }, + "animation.avalugg.battle_idle": { + "loop": true, + "animation_length": 1.79167, + "bones": { + "leg_front_left": { + "rotation": [0, 37.5, 0] + }, + "leg_front_left1": { + "rotation": [-39.56869, 6.40865, 37.69263], + "position": [1, "2+0.3*math.sin(q.anim_time*90*1)", 0] + }, + "leg_front_left2": { + "rotation": [0, -15, 20] + }, + "leg_front_left3": { + "rotation": [-2.25931, -15.63486, 9.65155], + "position": ["0.3*math.sin(q.anim_time*90*1)", 0, 0] + }, + "leg_front_left4": { + "rotation": [0, -7, 8], + "position": [0, "-0.1*math.sin(q.anim_time*90*1)", 0] + }, + "leg_back_left": { + "rotation": [0, 0, 0] + }, + "leg_back_left1": { + "rotation": [-8, 12.5, 35.5], + "position": [0, "0.3*math.sin(q.anim_time*90*1)", 0] + }, + "leg_back_left2": { + "rotation": [1.5, -10, 17.5] + }, + "leg_back_left3": { + "rotation": [1.5, -17, 27.5], + "position": ["0.3*math.sin(q.anim_time*90*1)", 0, 0] + }, + "leg_back_left4": { + "rotation": [0, 12, 8.5], + "position": [0, "-0.1*math.sin(q.anim_time*90*1)", 0] + }, + "leg_front_right4": { + "rotation": [0, 7, -8], + "position": [0, "-0.1*math.sin(q.anim_time*90*1)", 0] + }, + "leg_front_right3": { + "rotation": [-2.25931, 15.63486, -9.65155], + "position": ["-0.3*math.sin(q.anim_time*90*1)", 0, 0] + }, + "leg_front_right2": { + "rotation": [0, 15, -20] + }, + "leg_front_right1": { + "rotation": [-39.56869, -6.40865, -37.69263], + "position": [-1, "2+0.3*math.sin(q.anim_time*90*1)", 0] + }, + "leg_front_right": { + "rotation": [0, -37.5, 0] + }, + "leg_back_right1": { + "rotation": [-8, -12.5, -35.5], + "position": [0, "0.3*math.sin(q.anim_time*90*1)", 0] + }, + "leg_back_right2": { + "rotation": [1.5, 10, -17.5] + }, + "leg_back_right3": { + "rotation": [-1.5, 17, -27.5], + "position": ["-0.3*math.sin(q.anim_time*90*1)", 0, 0] + }, + "leg_back_right4": { + "rotation": [0, -12.5, -8.5], + "position": [0, "-0.1*math.sin(q.anim_time*90*1)", 0] + }, + "neck": { + "rotation": [2.5, 0, 0] + }, + "jaw": { + "rotation": ["10-1*math.sin(q.anim_time*90*1-50)", 0, 0] + }, + "head": { + "rotation": ["15-1*math.sin(q.anim_time*90*1-50)", 0, 0] + }, + "jaw_spike2": { + "rotation": [0, 0, 0] + }, + "jaw2": { + "rotation": [0, 0, 0] + }, + "jaw3": { + "rotation": [0, 0, 0] + }, + "body": { + "position": [0, 0, 0] + }, + "torso": { + "rotation": ["-5+1*math.sin(q.anim_time*90*0.5)", 0, "0.2*math.sin(q.anim_time*90*1)"], + "position": [0, "1+0.5*math.sin(q.anim_time*90*1)", "0.1*math.sin(q.anim_time*90*1)"] + }, + "jaw_left": { + "rotation": { + "0.0": [0, -10, 0], + "1.0417": [0, -2.5, 0], + "1.7917": [0, -10, 0] + } + }, + "jaw_right": { + "rotation": { + "0.0": [0, 7.5, 0], + "1.0417": [0, 2.5, 0], + "1.7917": [0, 7.5, 0] + } + } + } + }, + "animation.avalugg.ground_walk": { + "loop": true, + "animation_length": 8, + "bones": { + "body": { + "position": [0, 0, 0] + }, + "torso": { + "rotation": [0, "1*math.sin(q.anim_time*90*2)", 0], + "position": { + "0.0": [0, 1.25, 0], + "0.0417": [0, -0.75, 0], + "0.0833": [0, 0, 0], + "0.125": [0, -1.3, 0], + "0.25": [0, -0.44, 0], + "0.5": [0, -0.13, 0], + "1.0": [0, 1.25, 0], + "1.0417": [0, -0.75, 0], + "1.0833": [0, 0, 0], + "1.125": [0, -1.3, 0], + "1.25": [0, -0.44, 0], + "1.5": [0, -0.13, 0], + "2.0": [0, 1.25, 0], + "2.0417": [0, -0.75, 0], + "2.0833": [0, 0, 0], + "2.125": [0, -1.3, 0], + "2.25": [0, -0.44, 0], + "2.5": [0, -0.13, 0], + "3.0": [0, 1.25, 0], + "3.0417": [0, -0.75, 0], + "3.0833": [0, 0, 0], + "3.125": [0, -1.3, 0], + "3.25": [0, -0.44, 0], + "3.5": [0, -0.13, 0], + "4.0": [0, 1.25, 0], + "4.0417": [0, -0.75, 0], + "4.0833": [0, 0, 0], + "4.125": [0, -1.3, 0], + "4.25": [0, -0.44, 0], + "4.5": [0, -0.13, 0], + "5.0": [0, 1.25, 0], + "5.0417": [0, -0.75, 0], + "5.0833": [0, 0, 0], + "5.125": [0, -1.3, 0], + "5.25": [0, -0.44, 0], + "5.5": [0, -0.13, 0], + "6.0": [0, 1.25, 0], + "6.0417": [0, -0.75, 0], + "6.0833": [0, 0, 0], + "6.125": [0, -1.3, 0], + "6.25": [0, -0.44, 0], + "6.5": [0, -0.13, 0], + "7.0": [0, 1.25, 0], + "7.0417": [0, -0.75, 0], + "7.0833": [0, 0, 0], + "7.125": [0, -1.3, 0], + "7.25": [0, -0.44, 0], + "7.5": [0, -0.13, 0], + "8.0": [0, 1.75, 0] + } + }, + "neck": { + "rotation": [0, 0, 0] + }, + "head": { + "rotation": { + "0.0": ["8.266-2*math.sin(q.anim_time*90*4+90)", "-2*math.sin(q.anim_time*90*2+90)", 0], + "1.125": ["18.266-2*math.sin(q.anim_time*90*4+90)", "-2*math.sin(q.anim_time*90*2+90)", 0], + "2.0": ["5.766-2*math.sin(q.anim_time*90*4+90)", "-2*math.sin(q.anim_time*90*2+90)", 0], + "3.0833": ["15.766-2*math.sin(q.anim_time*90*4+90)", "0-2*math.sin(q.anim_time*90*2+90)", 0], + "4.0": ["3.266-2*math.sin(q.anim_time*90*4+90)", "-2*math.sin(q.anim_time*90*2+90)", 0], + "5.0": ["15.766-2*math.sin(q.anim_time*90*4+90)", "-2*math.sin(q.anim_time*90*2+90)", 0], + "6.0": ["0.766-2*math.sin(q.anim_time*90*4+90)", "-2*math.sin(q.anim_time*90*2+90)", 0], + "7.0": ["15.766-2*math.sin(q.anim_time*90*4+90)", "-2*math.sin(q.anim_time*90*2+90)", 0], + "8.0": ["8.266-2*math.sin(q.anim_time*90*4+90)", "-2*math.sin(q.anim_time*90*2+90)", 0] + } + }, + "jaw": { + "rotation": [0.76604, 0, 0] + }, + "jaw2": { + "rotation": [0, 0, 0] + }, + "jaw_spike2": { + "rotation": [0, 0, 0] + }, + "jaw3": { + "rotation": [0, 0, 0] + }, + "leg_front_left": { + "rotation": [0, 37.5, 0] + }, + "leg_front_left1": { + "rotation": { + "0.0": { + "post": [-19.13795, 15.60873, 32.46097], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-58.78, -38.35, 43.8], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-50.39673, -32.29904, 29.03021], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-37.59452, 24.92054, 4.9207], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-19.13795, 15.60873, 32.46097], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-58.78, -38.35, 43.8], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [-50.39673, -32.29904, 29.03021], + "lerp_mode": "catmullrom" + }, + "3.875": { + "post": [-37.59452, 24.92054, 4.9207], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-19.13795, 15.60873, 32.46097], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-58.78, -38.35, 43.8], + "lerp_mode": "catmullrom" + }, + "5.1667": { + "post": [-50.39673, -32.29904, 29.03021], + "lerp_mode": "catmullrom" + }, + "5.875": { + "post": [-37.59452, 24.92054, 4.9207], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [-19.13795, 15.60873, 32.46097], + "lerp_mode": "catmullrom" + }, + "7.0": { + "post": [-58.78, -38.35, 43.8], + "lerp_mode": "catmullrom" + }, + "7.1667": { + "post": [-50.39673, -32.29904, 29.03021], + "lerp_mode": "catmullrom" + }, + "7.875": { + "post": [-37.59452, 24.92054, 4.9207], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [-19.13795, 15.60873, 32.46097], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, -0.97, 0], + "0.0833": [0, 0.06, 0], + "0.125": [0, -0.15, 0], + "0.5": [0, 0.5, 0], + "1.0": [0, 0, 0], + "2.0": [0, 0, 0], + "2.0417": [0, -0.97, 0], + "2.0833": [0, 0.06, 0], + "2.125": [0, -0.15, 0], + "2.5": [0, 0.5, 0], + "3.0": [0, 0, 0], + "4.0": [0, 0, 0], + "4.0417": [0, -0.97, 0], + "4.0833": [0, 0.06, 0], + "4.125": [0, -0.15, 0], + "4.5": [0, 0.5, 0], + "5.0": [0, 0, 0], + "6.0": [0, 0, 0], + "6.0417": [0, -0.97, 0], + "6.0833": [0, 0.06, 0], + "6.125": [0, -0.15, 0], + "6.5": [0, 0.5, 0], + "7.0": [0, 0, 0], + "8.0": [0, 0, 0] + } + }, + "leg_front_left2": { + "rotation": [0, -15, 20] + }, + "leg_front_left3": { + "rotation": { + "0.0": { + "post": [-5.62461, -7.3025, 21.81489], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [10.25, -21.66, 28.68], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [7.416, -32.92916, 28.86707], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [4.33278, -27.17221, 47.04843], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-5.62461, -7.3025, 21.81489], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10.25, -21.66, 28.68], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [7.416, -32.92916, 28.86707], + "lerp_mode": "catmullrom" + }, + "3.875": { + "post": [4.33278, -27.17221, 47.04843], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-5.62461, -7.3025, 21.81489], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [10.25242, -21.66098, 28.68215], + "lerp_mode": "catmullrom" + }, + "5.1667": { + "post": [7.416, -32.92916, 28.86707], + "lerp_mode": "catmullrom" + }, + "5.875": { + "post": [4.33278, -27.17221, 47.04843], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [-5.62461, -7.3025, 21.81489], + "lerp_mode": "catmullrom" + }, + "7.0": { + "post": [10.25242, -21.66098, 28.68215], + "lerp_mode": "catmullrom" + }, + "7.1667": { + "post": [7.416, -32.92916, 28.86707], + "lerp_mode": "catmullrom" + }, + "7.875": { + "post": [4.33278, -27.17221, 47.04843], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [-5.62461, -7.3025, 21.81489], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0.5, 0, -0.25], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.875": { + "post": [0.5, 0, -0.25], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.875": { + "post": [0.5, 0, -0.25], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "7.875": { + "post": [0.5, 0, -0.25], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_front_left4": { + "rotation": { + "0.0": { + "post": [-5.50993, -4.34129, 8.69916], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [15.17084, 11.48954, -0.46439], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [16.18862, -15.71238, -3.59715], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-10.61616, -10.55204, 12.3702], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-5.50993, -4.34129, 8.69916], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [15.17084, 11.48954, -0.46439], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [16.18862, -15.71238, -3.59715], + "lerp_mode": "catmullrom" + }, + "3.875": { + "post": [-10.61616, -10.55204, 12.3702], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-5.50993, -4.34129, 8.69916], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [15.17084, 11.48954, -0.46439], + "lerp_mode": "catmullrom" + }, + "5.1667": { + "post": [16.18862, -15.71238, -3.59715], + "lerp_mode": "catmullrom" + }, + "5.875": { + "post": [-10.61616, -10.55204, 12.3702], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [-5.50993, -4.34129, 8.69916], + "lerp_mode": "catmullrom" + }, + "7.0": { + "post": [15.17084, 11.48954, -0.46439], + "lerp_mode": "catmullrom" + }, + "7.1667": { + "post": [16.18862, -15.71238, -3.59715], + "lerp_mode": "catmullrom" + }, + "7.875": { + "post": [-10.61616, -10.55204, 12.3702], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [-5.50993, -4.34129, 8.69916], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.5": { + "post": [-0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.5": { + "post": [-0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "7.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_front_right": { + "rotation": [0, -37.5, 0] + }, + "leg_front_right1": { + "rotation": { + "0.0": { + "post": [-58.78, 38.35, -43.8], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-50.39673, 32.29904, -29.03021], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-37.59452, -24.92054, -4.9207], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-19.13795, -15.60873, -32.46097], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-58.78, 38.35, -43.8], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-50.39673, 32.29904, -29.03021], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [-37.59452, -24.92054, -4.9207], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-19.13795, -15.60873, -32.46097], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-58.78, 38.35, -43.8], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [-50.39673, 32.29904, -29.03021], + "lerp_mode": "catmullrom" + }, + "4.875": { + "post": [-37.59452, -24.92054, -4.9207], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-19.13795, -15.60873, -32.46097], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [-58.78, 38.35, -43.8], + "lerp_mode": "catmullrom" + }, + "6.1667": { + "post": [-50.39673, 32.29904, -29.03021], + "lerp_mode": "catmullrom" + }, + "6.875": { + "post": [-37.59452, -24.92054, -4.9207], + "lerp_mode": "catmullrom" + }, + "7.0": { + "post": [-19.13795, -15.60873, -32.46097], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [-58.78, 38.35, -43.8], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 0, 0], + "1.0417": [0, -0.97, 0], + "1.0833": [0, 0.06, 0], + "1.125": [0, -0.15, 0], + "1.5": [0, 0.5, 0], + "2.0": [0, 0, 0], + "3.0": [0, 0, 0], + "3.0417": [0, -0.97, 0], + "3.0833": [0, 0.06, 0], + "3.125": [0, -0.15, 0], + "3.5": [0, 0.5, 0], + "4.0": [0, 0, 0], + "5.0": [0, 0, 0], + "5.0417": [0, -0.97, 0], + "5.0833": [0, 0.06, 0], + "5.125": [0, -0.15, 0], + "5.5": [0, 0.5, 0], + "6.0": [0, 0, 0], + "7.0": [0, 0, 0], + "7.0417": [0, -0.97, 0], + "7.0833": [0, 0.06, 0], + "7.125": [0, -0.15, 0], + "7.5": [0, 0.5, 0], + "8.0": [0, 0, 0] + } + }, + "leg_front_right2": { + "rotation": [0, 15, -20] + }, + "leg_front_right3": { + "rotation": { + "0.0": { + "post": [10.25, 21.66, -28.68], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [7.416, 32.92916, -28.86707], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [4.33278, 27.17221, -47.04843], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5.62461, 7.3025, -21.81489], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [10.25, 21.66, -28.68], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [7.416, 32.92916, -28.86707], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [4.33278, 27.17221, -47.04843], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-5.62461, 7.3025, -21.81489], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [10.25, 21.66, -28.68], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [7.416, 32.92916, -28.86707], + "lerp_mode": "catmullrom" + }, + "4.875": { + "post": [4.33278, 27.17221, -47.04843], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-5.62461, 7.3025, -21.81489], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [10.25, 21.66, -28.68], + "lerp_mode": "catmullrom" + }, + "6.1667": { + "post": [7.416, 32.92916, -28.86707], + "lerp_mode": "catmullrom" + }, + "6.875": { + "post": [4.33278, 27.17221, -47.04843], + "lerp_mode": "catmullrom" + }, + "7.0": { + "post": [-5.62461, 7.3025, -21.81489], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [10.25, 21.66, -28.68], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-0.5, 0, -0.25], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [-0.5, 0, -0.25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.875": { + "post": [-0.5, 0, -0.25], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.875": { + "post": [-0.5, 0, -0.25], + "lerp_mode": "catmullrom" + }, + "7.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_front_right4": { + "rotation": { + "0.0": { + "post": [15.17084, -11.48954, 0.46439], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [16.18862, 15.71238, 3.59715], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-10.61616, 10.55204, -12.3702], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5.50993, 4.34129, -8.69916], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [15.17084, -11.48954, 0.46439], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [16.18862, 15.71238, 3.59715], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [-10.61616, 10.55204, -12.3702], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-5.50993, 4.34129, -8.69916], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [15.17084, -11.48954, 0.46439], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [16.18862, 15.71238, 3.59715], + "lerp_mode": "catmullrom" + }, + "4.875": { + "post": [-10.61616, 10.55204, -12.3702], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-5.50993, 4.34129, -8.69916], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [15.17084, -11.48954, 0.46439], + "lerp_mode": "catmullrom" + }, + "6.1667": { + "post": [16.18862, 15.71238, 3.59715], + "lerp_mode": "catmullrom" + }, + "6.875": { + "post": [-10.61616, 10.55204, -12.3702], + "lerp_mode": "catmullrom" + }, + "7.0": { + "post": [-5.50993, 4.34129, -8.69916], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [15.17084, -11.48954, 0.46439], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.5": { + "post": [0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "7.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "7.5": { + "post": [0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_left": { + "rotation": [0, 0, 0] + }, + "leg_back_left1": { + "rotation": { + "0.0": { + "post": [-8.2974, -19.68904, 40.05529], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-7.84005, 5.07133, 36.54497], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-35.56529, 44.29365, 14.81753], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-9.15, 30.72, 40.52], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-8.2974, -19.68904, 40.05529], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-7.84005, 5.07133, 36.54497], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [-35.56529, 44.29365, 14.81753], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-9.15, 30.72, 40.52], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-8.2974, -19.68904, 40.05529], + "lerp_mode": "catmullrom" + }, + "4.2917": { + "post": [-7.84005, 5.07133, 36.54497], + "lerp_mode": "catmullrom" + }, + "4.875": { + "post": [-35.56529, 44.29365, 14.81753], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-9.15, 30.72, 40.52], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [-8.2974, -19.68904, 40.05529], + "lerp_mode": "catmullrom" + }, + "6.2917": { + "post": [-7.84005, 5.07133, 36.54497], + "lerp_mode": "catmullrom" + }, + "6.875": { + "post": [-35.56529, 44.29365, 14.81753], + "lerp_mode": "catmullrom" + }, + "7.0": { + "post": [-9.15, 30.72, 40.52], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [-8.2974, -19.68904, 40.05529], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, -0.97, 0], + "0.0833": [0, 0.06, 0], + "0.125": [0, -0.15, 0], + "0.5": [0, 0.5, 0], + "1.0": [0, 0, 0], + "1.0417": [0, -0.97, 0], + "1.0833": [0, 0.06, 0], + "1.125": [0, -0.15, 0], + "1.5": [0, 0.5, 0], + "2.0": [0, 0, 0], + "2.0417": [0, -0.97, 0], + "2.0833": [0, 0.06, 0], + "2.125": [0, -0.15, 0], + "2.5": [0, 0.5, 0], + "3.0": [0, 0, 0], + "3.0417": [0, -0.97, 0], + "3.0833": [0, 0.06, 0], + "3.125": [0, -0.15, 0], + "3.5": [0, 0.5, 0], + "4.0": [0, 0, 0], + "4.0417": [0, -0.97, 0], + "4.0833": [0, 0.06, 0], + "4.125": [0, -0.15, 0], + "4.5": [0, 0.5, 0], + "5.0": [0, 0, 0], + "5.0417": [0, -0.97, 0], + "5.0833": [0, 0.06, 0], + "5.125": [0, -0.15, 0], + "5.5": [0, 0.5, 0], + "6.0": [0, 0, 0], + "6.0417": [0, -0.97, 0], + "6.0833": [0, 0.06, 0], + "6.125": [0, -0.15, 0], + "6.5": [0, 0.5, 0], + "7.0": [0, 0, 0], + "7.0417": [0, -0.97, 0], + "7.0833": [0, 0.06, 0], + "7.125": [0, -0.15, 0], + "7.5": [0, 0.5, 0], + "8.0": [0, 0, 0] + } + }, + "leg_back_left2": { + "rotation": [1.5, -10, 17.5] + }, + "leg_back_left3": { + "rotation": { + "0.0": { + "post": [1.4364, 2.99357, 28.01368], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [1.79603, -36.99196, 26.85774], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-3.71603, -36.7446, 36.46939], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.76615, -14.31541, 22.40865], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [1.4364, 2.99357, 28.01368], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [1.79603, -36.99196, 26.85774], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [-3.71603, -36.7446, 36.46939], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.76615, -14.31541, 22.40865], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [1.4364, 2.99357, 28.01368], + "lerp_mode": "catmullrom" + }, + "4.2917": { + "post": [1.79603, -36.99196, 26.85774], + "lerp_mode": "catmullrom" + }, + "4.875": { + "post": [-3.71603, -36.7446, 36.46939], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.76615, -14.31541, 22.40865], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [1.4364, 2.99357, 28.01368], + "lerp_mode": "catmullrom" + }, + "6.2917": { + "post": [1.79603, -36.99196, 26.85774], + "lerp_mode": "catmullrom" + }, + "6.875": { + "post": [-3.71603, -36.7446, 36.46939], + "lerp_mode": "catmullrom" + }, + "7.0": { + "post": [2.76615, -14.31541, 22.40865], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [1.4364, 2.99357, 28.01368], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-0.5, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5417": { + "post": [-0.5, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.5417": { + "post": [-0.5, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "7.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "7.5417": { + "post": [-0.5, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_left4": { + "rotation": { + "0.0": { + "post": [17.5, 12, 8.5], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [17.5, 12, 8.5], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-10.38, 0.51, 7.23], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-10.38, 0.51, 7.23], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [17.5, 12, 8.5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [17.5, 12, 8.5], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [-10.38, 0.51, 7.23], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-10.38, 0.51, 7.23], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [17.5, 12, 8.5], + "lerp_mode": "catmullrom" + }, + "4.2917": { + "post": [17.5, 12, 8.5], + "lerp_mode": "catmullrom" + }, + "4.875": { + "post": [-10.38, 0.51, 7.23], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-10.38, 0.51, 7.23], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [17.5, 12, 8.5], + "lerp_mode": "catmullrom" + }, + "6.2917": { + "post": [17.5, 12, 8.5], + "lerp_mode": "catmullrom" + }, + "6.875": { + "post": [-10.38, 0.51, 7.23], + "lerp_mode": "catmullrom" + }, + "7.0": { + "post": [-10.38, 0.51, 7.23], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [17.5, 12, 8.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "7.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_right1": { + "rotation": { + "0.0": { + "post": [-9.15, -30.72, -40.52], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-8.2974, 19.68904, -40.05529], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-7.84005, -5.07133, -36.54497], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-35.56529, -44.29365, -14.81753], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-9.15, -30.72, -40.52], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-8.2974, 19.68904, -40.05529], + "lerp_mode": "catmullrom" + }, + "3.2917": { + "post": [-7.84005, -5.07133, -36.54497], + "lerp_mode": "catmullrom" + }, + "3.875": { + "post": [-35.56529, -44.29365, -14.81753], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-9.15, -30.72, -40.52], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-8.2974, 19.68904, -40.05529], + "lerp_mode": "catmullrom" + }, + "5.2917": { + "post": [-7.84005, -5.07133, -36.54497], + "lerp_mode": "catmullrom" + }, + "5.875": { + "post": [-35.56529, -44.29365, -14.81753], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [-9.15, -30.72, -40.52], + "lerp_mode": "catmullrom" + }, + "7.0": { + "post": [-8.2974, 19.68904, -40.05529], + "lerp_mode": "catmullrom" + }, + "7.2917": { + "post": [-7.84005, -5.07133, -36.54497], + "lerp_mode": "catmullrom" + }, + "7.875": { + "post": [-35.56529, -44.29365, -14.81753], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [-9.15, -30.72, -40.52], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, -0.97, 0], + "0.0833": [0, 0.06, 0], + "0.125": [0, -0.15, 0], + "0.5": [0, 0.5, 0], + "1.0": [0, 0, 0], + "1.0417": [0, -0.97, 0], + "1.0833": [0, 0.06, 0], + "1.125": [0, -0.15, 0], + "1.5": [0, 0.5, 0], + "2.0": [0, 0, 0], + "2.0417": [0, -0.97, 0], + "2.0833": [0, 0.06, 0], + "2.125": [0, -0.15, 0], + "2.5": [0, 0.5, 0], + "3.0": [0, 0, 0], + "3.0417": [0, -0.97, 0], + "3.0833": [0, 0.06, 0], + "3.125": [0, -0.15, 0], + "3.5": [0, 0.5, 0], + "4.0": [0, 0, 0], + "4.0417": [0, -0.97, 0], + "4.0833": [0, 0.06, 0], + "4.125": [0, -0.15, 0], + "4.5": [0, 0.5, 0], + "5.0": [0, 0, 0], + "5.0417": [0, -0.97, 0], + "5.0833": [0, 0.06, 0], + "5.125": [0, -0.15, 0], + "5.5": [0, 0.5, 0], + "6.0": [0, 0, 0], + "6.0417": [0, -0.97, 0], + "6.0833": [0, 0.06, 0], + "6.125": [0, -0.15, 0], + "6.5": [0, 0.5, 0], + "7.0": [0, 0, 0], + "7.0417": [0, -0.97, 0], + "7.0833": [0, 0.06, 0], + "7.125": [0, -0.15, 0], + "7.5": [0, 0.5, 0], + "8.0": [0, 0, 0] + } + }, + "leg_back_right2": { + "rotation": [1.5, 10, -17.5] + }, + "leg_back_right3": { + "rotation": { + "0.0": { + "post": [2.76615, 14.31541, -22.40865], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [1.4364, -2.99357, -28.01368], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [1.79603, 36.99196, -26.85774], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-1.78105, 24.06107, -35.51141], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [2.76615, 14.31541, -22.40865], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1.4364, -2.99357, -28.01368], + "lerp_mode": "catmullrom" + }, + "3.2917": { + "post": [1.79603, 36.99196, -26.85774], + "lerp_mode": "catmullrom" + }, + "3.875": { + "post": [-1.78105, 24.06107, -35.51141], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [2.76615, 14.31541, -22.40865], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [1.4364, -2.99357, -28.01368], + "lerp_mode": "catmullrom" + }, + "5.2917": { + "post": [1.79603, 36.99196, -26.85774], + "lerp_mode": "catmullrom" + }, + "5.875": { + "post": [-1.78105, 24.06107, -35.51141], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [2.76615, 14.31541, -22.40865], + "lerp_mode": "catmullrom" + }, + "7.0": { + "post": [1.4364, -2.99357, -28.01368], + "lerp_mode": "catmullrom" + }, + "7.2917": { + "post": [1.79603, 36.99196, -26.85774], + "lerp_mode": "catmullrom" + }, + "7.875": { + "post": [-1.78105, 24.06107, -35.51141], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [2.76615, 14.31541, -22.40865], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0.5, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0.5, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.5417": { + "post": [0.5, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.5417": { + "post": [0.5, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "7.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "7.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_right4": { + "rotation": { + "0.0": { + "post": [-10.38, -0.51, -7.23], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [17.5, -12, -8.5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [17.5, -12, -8.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-10.38, -0.51, -7.23], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [17.5, -12, -8.5], + "lerp_mode": "catmullrom" + }, + "3.2917": { + "post": [17.5, -12, -8.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-10.38, -0.51, -7.23], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [17.5, -12, -8.5], + "lerp_mode": "catmullrom" + }, + "5.2917": { + "post": [17.5, -12, -8.5], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [-10.38, -0.51, -7.23], + "lerp_mode": "catmullrom" + }, + "7.0": { + "post": [17.5, -12, -8.5], + "lerp_mode": "catmullrom" + }, + "7.2917": { + "post": [17.5, -12, -8.5], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [-10.38, -0.51, -7.23], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "7.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "7.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.avalugg.sleep": { + "loop": true, + "bones": { + "body": { + "position": [0, 0, 0] + }, + "torso": { + "rotation": ["1*math.sin(q.anim_time*90*0.5)", 0, "0.2*math.sin(q.anim_time*90*1)"], + "position": [0, "-1.5+0.5*math.sin(q.anim_time*90*1)", "0.1*math.sin(q.anim_time*90*1)"] + }, + "neck": { + "rotation": [5, 0, 0] + }, + "head": { + "rotation": ["12.5-1*math.sin(q.anim_time*90*1-50)", 0, 0] + }, + "eyelid_left": { + "position": [0, 0, -0.1] + }, + "eyelid_right": { + "position": [0, 0, -0.1] + }, + "jaw": { + "rotation": ["10-1*math.sin(q.anim_time*90*1-50)", 0, 0] + }, + "jaw2": { + "rotation": [0, 0, 0] + }, + "jaw_spike2": { + "rotation": [0, 0, 0] + }, + "jaw3": { + "rotation": [0, 0, 0] + }, + "leg_front_left": { + "rotation": [0, 37.5, 0] + }, + "leg_front_left1": { + "rotation": [-40, 0, 30], + "position": [0, "0.3*math.sin(q.anim_time*90*1)", 0] + }, + "leg_front_left2": { + "rotation": [0, -15, 20] + }, + "leg_front_left3": { + "rotation": [-5, -15, 20], + "position": ["0.3*math.sin(q.anim_time*90*1)", 0, 0] + }, + "leg_front_left4": { + "rotation": [0, -7, 8], + "position": [0, "-0.1*math.sin(q.anim_time*90*1)", 0] + }, + "leg_front_right": { + "rotation": [0, -37.5, 0] + }, + "leg_front_right1": { + "rotation": [-40, 0, -30], + "position": [0, "0.3*math.sin(q.anim_time*90*1)", 0] + }, + "leg_front_right2": { + "rotation": [0, 15, -20] + }, + "leg_front_right3": { + "rotation": [-5, 15, -20], + "position": ["-0.3*math.sin(q.anim_time*90*1)", 0, 0] + }, + "leg_front_right4": { + "rotation": [0, 7, -8], + "position": [0, "-0.1*math.sin(q.anim_time*90*1)", 0] + }, + "leg_back_left": { + "rotation": [0, 0, 0] + }, + "leg_back_left1": { + "rotation": [-8, 12.5, 35.5], + "position": [0, "0.3*math.sin(q.anim_time*90*1)", 0] + }, + "leg_back_left2": { + "rotation": [1.5, -10, 17.5] + }, + "leg_back_left3": { + "rotation": [1.5, -17, 27.5], + "position": ["0.3*math.sin(q.anim_time*90*1)", 0, 0] + }, + "leg_back_left4": { + "rotation": [0, 12, 8.5], + "position": [0, "-0.1*math.sin(q.anim_time*90*1)", 0] + }, + "leg_back_right1": { + "rotation": [-8, -12.5, -35.5], + "position": [0, "0.3*math.sin(q.anim_time*90*1)", 0] + }, + "leg_back_right2": { + "rotation": [1.5, 10, -17.5] + }, + "leg_back_right3": { + "rotation": [-1.5, 17, -27.5], + "position": ["-0.3*math.sin(q.anim_time*90*1)", 0, 0] + }, + "leg_back_right4": { + "rotation": [0, -12.5, -8.5], + "position": [0, "-0.1*math.sin(q.anim_time*90*1)", 0] + } + } + }, + "animation.avalugg.cry": { + "animation_length": 1.5, + "bones": { + "torso": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [2.5, 0, 0], + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-0.42, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-2.74, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [12.50474, 2.49048, 0.21803], + "post": [12.50474, 2.49048, 0.21803], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [1.17014, 1.82635, 0.15989], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0.49987, -16.75223, -0.08492], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [12.7777, -9.30679, -0.04718], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [12.41929, 4.92328, 0.87689], + "0.25": { + "pre": [7.65108, 9.84655, 1.75378], + "post": [7.65108, 9.84655, 1.75378], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-9.84892, 9.84655, 1.75378], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-18.43472, 9.04508, 1.63344], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-11.39146, 8.17219, 1.50238], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-16.80331, 7.24808, 1.36362], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-15.87124, 6.20757, 1.20738], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15.35316, 5.03664, 1.03157], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-21.54083, 3.70304, 0.83132], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-20.91806, 1.60131, 0.51575], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-8.41657, -5.71463, -0.58276], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "0.5417": [0, 0.5, 0], + "0.5833": [0, 0, 0], + "0.625": [0, 0.5, 0], + "0.6667": [0, 0, 0], + "1.5": [0, 0, 0] + } + }, + "eyelid_left": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, -0.1], + "0.375": [0, 0, -0.1], + "0.4167": [0, 0, 0], + "0.9583": [0, 0, 0], + "1.0": [0, 0, -0.1], + "1.0833": [0, 0, -0.1], + "1.125": [0, 0, 0] + } + }, + "eyelid_right": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, -0.1], + "0.375": [0, 0, -0.1], + "0.4167": [0, 0, 0], + "0.9583": [0, 0, 0], + "1.0": [0, 0, -0.1], + "1.0833": [0, 0, -0.1], + "1.125": [0, 0, 0] + } + }, + "jaw": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [42.29, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [42.31, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [37.08, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [42.17, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "jaw2": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": [-7.5, 0, 0], + "0.5417": [0, 0, 0], + "1.0833": [7.5, 0, 0], + "1.5": [0, 0, 0] + } + }, + "jaw_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.7083": [0, -17.5, 0], + "1.5": [0, -2.5, 0] + } + }, + "jaw_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.7083": [0, 20, 0], + "1.5": [0, 2.5, 0] + } + } + } + }, + "animation.avalugg.blink": { + "animation_length": 0.08333, + "bones": { + "eyelid_left": { + "position": { + "0.0": [0, 0, -0.1], + "0.0833": [0, 0, 0] + } + }, + "eyelid_right": { + "position": { + "0.0": [0, 0, -0.1], + "0.0833": [0, 0, 0] + } + } + } + }, + "animation.avalugg.faint": { + "animation_length": 3, + "bones": { + "body": { + "rotation": [0, 0, 0], + "position": { + "0.0": [0, 0, 0], + "2.0": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 1.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, 0.75, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 2.25, 0], + "lerp_mode": "catmullrom" + }, + "2.375": [0, 1, 0] + } + }, + "torso": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": { + "pre": [5.00474, 2.49048, -4.78197], + "post": [5.00474, 2.49048, -4.78197], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-2.38428, -2.59692, -2.71822], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-2.58137, -2.74446, -2.49605], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-2.58408, -2.75922, -2.34117], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-2.56495, -2.78809, 0.45218], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-2.43545, -2.90495, -1.23005], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-2.31747, -3.01327, 2.8657], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-0.19938, -3.07978, 2.04843], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-6.58519, -2.03187, 2.25382], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [8.06122, -2.52642, -0.73726], + "lerp_mode": "catmullrom" + }, + "2.0417": [25.11572, -2.59692, -0.21822], + "2.125": [20.11527, -2.82387, -4.98161], + "2.25": [25.11572, -2.59692, -2.71822], + "2.5417": [25.11572, -2.59692, -0.21822] + }, + "position": { + "0.0": [0, 0, 0], + "0.375": { + "pre": [0, -3.25, 0], + "post": [0, -3.25, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-0.75, 1.25, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-0.77, 2.37, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-0.77, 1.37, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-0.77, 2.34, -0.01], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-0.77, 1.33, -0.02], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-0.77, 2.3, -0.03], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-0.75, 1.25, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-0.75, -2.83, 2.62], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-0.75, -0.2, -7.65], + "lerp_mode": "catmullrom" + }, + "2.0": [-0.75, -3.92, -10.39], + "2.0417": [-0.75, -8, -11], + "2.125": [-0.75, -5.75, -11], + "2.1667": [-0.75, -7.5, -11], + "2.2083": [-0.75, -6.25, -11], + "2.25": [-0.75, -7.75, -11] + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.4167": { + "pre": [5.00474, 2.49048, 0.21803], + "post": [5.00474, 2.49048, 0.21803], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-16.21077, -10.92406, 7.76648], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-16.21077, -10.92406, 7.76648], + "lerp_mode": "catmullrom" + }, + "1.625": [6.28923, -10.92406, 7.76648] + } + }, + "head": { + "rotation": { + "0.0": [8.26604, 0, 0], + "0.4583": { + "pre": [13.31889, 4.86617, 1.15047], + "post": [13.31889, 4.86617, 1.15047], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [8.29597, 2.39239, 0.78856], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [8.29597, 2.39239, 0.78856], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [21.55942, 5.91394, 3.83385], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-22.22713, 2.04995, -18.94114], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-24.139, 3.90951, -2.46006], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0.71239, 1.21036, -2.16182], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-20.74721, 6.52354, 4.4281], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-1.3991, 3.07085, 2.53285], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-4.00478, 2.944, 1.88473], + "lerp_mode": "catmullrom" + }, + "2.2083": [-1.40016, 3.44038, 2.30113], + "2.625": [4.9026, 5.229, 5.46312] + }, + "position": { + "0.0": [0, 0, 0], + "0.875": [-1.23571, -1.69667, -5.62089], + "1.7917": [-1.62284, 0.26214, -5.5614], + "2.9583": [-1.65604, 1.10422, -5.02522] + } + }, + "jaw": { + "rotation": { + "0.0": [0.76604, 0, 0], + "0.6667": [0.77, 0, 0], + "0.875": [42.61908, -0.94489, -6.23544], + "1.375": [25.77, 0, 0], + "1.7083": [5.77, 0, 0] + } + }, + "jaw2": { + "rotation": [0, 0, 0] + }, + "jaw_spike2": { + "rotation": [0, 0, 0] + }, + "jaw3": { + "rotation": [0, 0, 0] + }, + "leg_front_left": { + "rotation": [0, 37.5, 0] + }, + "leg_front_left1": { + "rotation": { + "0.0": [-40, 0, 30], + "0.375": [-38.95619, -2.02479, 15.59006], + "0.7917": [-40, 0, 30], + "1.5417": { + "pre": [-40, 0, 30], + "post": [-40, 0, 30], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-15.78918, -4.98893, 29.20195], + "lerp_mode": "catmullrom" + }, + "2.0417": [19.14171, -52.31531, 40.96871], + "2.2083": [24.94821, -50.4352, 33.54145], + "2.375": [22.12366, -51.43395, 37.17871] + }, + "position": { + "0.0": [0, 0, 0], + "0.375": [0, -6.5, 0], + "0.7917": [0, -1, 0], + "0.8333": [-0.01, -1.11, 0.01], + "0.875": [-0.02, -0.61, 0.02], + "1.5417": { + "pre": [0, -1, 0], + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [5.47885, -1, -7.14018], + "lerp_mode": "catmullrom" + }, + "2.0417": [6.66, -16.94, -12.38] + } + }, + "leg_front_left2": { + "rotation": [0, -15, 20] + }, + "leg_front_left3": { + "rotation": { + "0.0": [-5, -15, 20], + "0.375": [-16.52323, -24.78483, 47.8035], + "0.7917": [-5, -15, 20], + "1.5417": [-5, -15, 20], + "1.8333": [-1.64138, -42.20982, 21.10931], + "2.0417": [-1.64, -42.21, 21.11], + "2.125": [0.91258, -39.90169, 15.27129], + "2.25": [-2.58473, -39.82385, 21.95027] + }, + "position": { + "0.0": [0, 0, 0], + "0.7917": [0, 0, 0], + "1.5417": [0, 0, 0] + } + }, + "leg_front_left4": { + "rotation": { + "0.0": [0, -7, 8], + "0.375": [0.22527, -6.09864, -4.49128], + "0.7917": [0, -7, 8], + "1.5417": [0, -7, 8], + "1.7083": [-1.04463, 17.94774, 9.15146], + "2.125": [2.09853, -15.37386, -1.17537], + "2.5": [1.13894, -10.73095, 0.64515] + }, + "position": [0, 0, 0] + }, + "leg_front_right": { + "rotation": [0, -37.5, 0] + }, + "leg_front_right1": { + "rotation": { + "0.0": [-40, 0, -30], + "0.2917": [-40, 0, -30], + "0.5417": [-41.56418, 41.70232, -11.46005], + "0.625": [-49.18067, 47.51838, -8.1233], + "0.7083": [-73.08878, 43.39816, -43.48302], + "1.1667": [-71.08818, 44.76565, -43.61117], + "1.625": [-73.09, 43.4, -43.48], + "1.9167": [-20.09284, 53.85581, -52.15347], + "2.0833": [31.72238, 70.52684, 6.82955], + "2.1667": [63.37967, 66.90928, 27.27569], + "2.2917": [43.21987, 69.78571, 14.60372], + "2.3333": [48.65624, 69.22549, 18.17447], + "2.375": [43.21987, 69.78571, 14.60372] + }, + "position": { + "0.0": [0, 0, 0], + "0.2917": [0, 0, 0], + "0.5417": [-2.28286, 2.25, -2.97508], + "0.7083": [0, 0, 0], + "0.75": [0, 1, 0], + "0.7917": [0, -0.05, 0], + "1.1667": [-0.60876, -0.03, -0.79335], + "1.625": [0, 0, 0], + "1.9583": [-9.28361, -0.5, -12.09864], + "2.0833": [-8.21628, -18.5, -10.71006], + "2.1667": [-8.22, -19.5, -10.71], + "2.2083": [-8.22, -19, -10.71], + "2.2917": [-8.22, -21.5, -10.71] + } + }, + "leg_front_right2": { + "rotation": [0, 15, -20] + }, + "leg_front_right3": { + "rotation": { + "0.0": [-5, 15, -20], + "0.3333": [-5, 15, -20], + "0.5": [-17.0654, 20.96598, -56.33777], + "0.625": [-15.84246, 26.53255, -47.31236], + "0.7083": [-6.85951, 22.44447, -27.04379], + "1.2083": [-6.85951, 22.44447, -27.04379], + "1.625": { + "pre": [-3.79504, 20.60482, -25.22724], + "post": [-3.79504, 20.60482, -25.22724], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-16.80547, 34.71752, -44.59319], + "lerp_mode": "catmullrom" + }, + "2.0833": [-63.2654, 11.01179, -2.00976] + }, + "position": { + "0.0": [0, 0, 0], + "0.3333": [0, 0, 0], + "0.6667": [2.19626, 1.81771, -1.56041], + "0.7083": [0, 0, 0], + "1.625": [0, 0, 0], + "2.0833": [0.71644, -3.40857, 5.86778] + } + }, + "leg_front_right4": { + "rotation": { + "0.0": [0, 7, -8], + "0.3333": [0, 7, -8], + "0.5417": [-2.48635, 16.73783, -6.16411], + "0.7083": [0.25204, -3.10835, -0.63284], + "1.1667": [-0.07, -0.84, -1.65], + "1.5833": [-0.50247, 7.26092, -7.02499], + "1.6667": [-0.4116, 1.62494, -2.76302], + "1.7917": [-0.41587, -8.3748, -2.69078], + "2.5": [-0.55778, -4.0716, -0.13263] + }, + "position": { + "0.0": [0, 0, 0], + "0.7083": [0, 0, 0], + "0.75": [-0.999, -0.03754, -0.02443], + "0.7917": [-0.00119, 0.00076, 0.00674], + "1.1667": [0, 0, 0.01] + } + }, + "leg_back_left": { + "rotation": [0, 0, 0] + }, + "leg_back_left1": { + "rotation": { + "0.0": [-8, 12.5, 35.5], + "0.625": [-4.8023, 16.78052, 36.30301], + "1.375": [-4.8023, 16.78052, 36.30301], + "1.5417": { + "pre": [-10.93267, 8.41506, 34.96725], + "post": [-10.93267, 8.41506, 34.96725], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-3.29219, -16.17618, 36.1789], + "lerp_mode": "catmullrom" + }, + "2.125": [25.7013, 5.52653, 65.62587] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": { + "pre": [-0.5, 0, 1.25], + "post": [-0.5, 0, 1.25], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-1.5, 0, 1.25], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-1.5, 0, 1.25], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, -4.5, 1], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, -1, -10.25], + "lerp_mode": "catmullrom" + }, + "2.125": [-2.5, 0.5, -12.75] + } + }, + "leg_back_left2": { + "rotation": [1.5, -10, 17.5] + }, + "leg_back_left3": { + "rotation": { + "0.0": [1.5, -17, 27.5], + "0.9583": { + "pre": [1.99907, -16.29458, 25.57867], + "post": [1.99907, -16.29458, 25.57867], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [1.5, -17, 27.5], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [5.1525, -26.93105, 16.80852], + "lerp_mode": "catmullrom" + }, + "2.0833": [3.76719, -24.1819, 20.06871] + }, + "position": { + "0.0": [0, 0, 0], + "1.4167": [-0.6, 0.43, -0.06], + "1.5833": [-3.52865, 2.30231, -2.25113], + "1.8333": [-0.81, 0.58, -0.08] + } + }, + "leg_back_left4": { + "rotation": { + "0.0": [0, 12, 8.5], + "0.5833": [-5.52403, 11.77069, 5.95599], + "1.5": [0, 12, 8.5], + "1.9167": [17.05614, 32.22425, 13.51989], + "2.0417": [14.33215, -5.99227, -8.77502] + }, + "position": [0, 0, 0] + }, + "leg_back_right1": { + "rotation": { + "0.0": [-8, -12.5, -35.5], + "0.3333": [-1.83861, -8.08185, -36.60256], + "0.9167": [-8, -12.5, -35.5], + "1.375": [-8, -12.5, -35.5], + "1.5": [-16.55604, -18.15563, -30.73161], + "1.6667": [25.38712, 9.88553, -33.99511], + "2.1667": [33.99544, -1.4903, -57.09471] + }, + "position": { + "0.0": [0, 0, 0], + "1.375": [0, 0, 0], + "1.5": [0, -1, 3], + "2.1667": [0, -1, -15] + } + }, + "leg_back_right2": { + "rotation": [1.5, 10, -17.5] + }, + "leg_back_right3": { + "rotation": { + "0.0": [-1.5, 17, -27.5], + "0.2917": { + "pre": [-3.22278, 5.60735, -27.66962], + "post": [-3.22278, 5.60735, -27.66962], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-3.30095, 5.46497, -27.6733], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-2.71403, 10.15949, -27.64471], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0.55403, 26.8144, -26.97427], + "lerp_mode": "catmullrom" + }, + "2.125": [-2.92518, 9.63139, -27.6465] + }, + "position": [0, 0, 0] + }, + "leg_back_right4": { + "rotation": { + "0.0": [0, -12.5, -8.5], + "0.9167": { + "pre": [0, -1.51163, -8.5], + "post": [0, -1.51163, -8.5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, -5.94961, -8.5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, -30, -8.5], + "lerp_mode": "catmullrom" + }, + "1.9583": [0.73355, 14.8182, -8.26525], + "2.25": [0.74359, 9.9414, -7.15972] + }, + "position": [0, 0, 0] + }, + "eyelid_left": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, -0.1], + "0.5": [0, 0, -0.1], + "0.5417": [0, 0, 0], + "0.8333": [0, 0, 0], + "0.875": [0, 0, -0.1], + "1.125": [0, 0, -0.1], + "1.1667": [0, 0, 0], + "1.4167": [0, 0, 0], + "1.4583": [0, 0, -0.1] + } + }, + "eyelid_right": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, -0.1], + "0.5": [0, 0, -0.1], + "0.5417": [0, 0, 0], + "0.8333": [0, 0, 0], + "0.875": [0, 0, -0.1], + "1.125": [0, 0, -0.1], + "1.1667": [0, 0, 0], + "1.4167": [0, 0, 0], + "1.4583": [0, 0, -0.1] + } + }, + "jaw_left": { + "rotation": { + "0.0": [0, -7.5, 0], + "0.8333": [0, -30, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.8333": [-2.10786, 1.10281, 0.17529] + } + }, + "jaw_right": { + "rotation": { + "0.0": [0, 5, 0], + "0.8333": [0, 40, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.8333": [1.97265, 0.18654, -0.27177] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/axew/axew.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/axew/axew.animation.json new file mode 100644 index 0000000..e646678 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/axew/axew.animation.json @@ -0,0 +1,2384 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.axew.pose": { + "loop": true, + "bones": { + "Body": { + "rotation": [15, 0, 0], + "position": [0, 0.25, -1.75] + }, + "head": { + "rotation": [-10, 0, 0], + "position": [0, 0, 0] + }, + "Tail_1": { + "rotation": [-17.5, 0, 0], + "position": [0, -0.25, 0] + }, + "Tail_2": { + "rotation": [12.5, 0, 0] + }, + "Tail_3": { + "rotation": [15, 0, 0] + }, + "Left_Arm": { + "rotation": [16.91789, 54.94564, 15.10249], + "position": [0.25, -0.25, 0] + }, + "Left_Thumb": { + "rotation": [0, 15, 0] + }, + "Left_MiddleFinger": { + "rotation": [0, 0, -30] + }, + "Left_Pinky": { + "rotation": [-2.16857, -0.09836, -31.23823] + }, + "Right_Arm": { + "rotation": [16.91789, -54.94564, -15.10249], + "position": [-0.5, -0.25, 0] + }, + "Right_Thumb": { + "rotation": [0, 0, -7.5] + }, + "Right_MiddleFinger": { + "rotation": [0, 0, 27.5] + }, + "Right_Pinky": { + "rotation": [0, 0, 20] + }, + "Left_Leg": { + "rotation": [0, -22.5, 0], + "position": [-0.5, 0, -0.5] + }, + "Right_Leg": { + "rotation": [0, 22.5, 0], + "position": [0.5, 0, -0.5] + } + } + }, + "animation.axew.idle_base": { + "animation_length": 3, + "bones": { + "Body": { + "rotation": [15, 0, 0], + "position": [0, 0.25, -1.75] + }, + "head": { + "rotation": [-10, 0, 0], + "position": [0, 0, 0] + }, + "Tail_1": { + "rotation": [-17.5, 0, 0], + "position": [0, -0.25, 0] + }, + "Tail_2": { + "rotation": [12.5, 0, 0] + }, + "Tail_3": { + "rotation": [15, 0, 0] + }, + "Left_Arm": { + "rotation": [16.9179, 54.9456, 15.10255], + "position": [0.25, -0.25, 0] + }, + "Left_Thumb": { + "rotation": [0, 15, 0] + }, + "Left_MiddleFinger": { + "rotation": [0, 0, -30] + }, + "Left_Pinky": { + "rotation": [-2.16857, -0.09836, -31.23823] + }, + "Right_Arm": { + "rotation": [16.9179, -54.9456, -15.1025], + "position": [-0.5, -0.25, 0] + }, + "Right_Thumb": { + "rotation": [0, 0, -7.5] + }, + "Right_MiddleFinger": { + "rotation": [0, 0, 27.5] + }, + "Right_Pinky": { + "rotation": [0, 0, 20] + }, + "Left_Leg": { + "rotation": [0, -22.5, 0], + "position": [-0.5, 0, -0.5] + }, + "Right_Leg": { + "rotation": [0, 22.5, 0], + "position": [0.5, 0, -0.5] + } + } + }, + "animation.axew.ground_idle": { + "loop": true, + "animation_length": 3, + "bones": { + "Body": { + "rotation": [15, 0, 0], + "position": [0, "0.25+math.sin((query.anim_time)*240)*0.15", -1.75] + }, + "head": { + "rotation": ["-10-math.sin((query.anim_time-0.2)*240)*2", 0, 0], + "position": [0, 0, 0] + }, + "Tail_1": { + "rotation": ["-17.5+math.sin((query.anim_time-0.2)*240)*2", 0, 0], + "position": [0, -0.25, 0] + }, + "Tail_2": { + "rotation": ["12.5+math.sin((query.anim_time-0.3)*240)*2", 0, 0] + }, + "Tail_3": { + "rotation": ["15+math.sin((query.anim_time-0.2)*240)*2", 0, 0] + }, + "Left_Arm": { + "rotation": [ + "16.9179-math.sin((query.anim_time-0.1)*240)*5", + "54.9456+math.sin((query.anim_time-0.1)*240)*5", + "15.1025-math.sin((query.anim_time-0.1)*240)*5" + ], + "position": [0.25, -0.25, 0] + }, + "Left_Thumb": { + "rotation": [0, 15, 0] + }, + "Left_MiddleFinger": { + "rotation": [0, 0, -30] + }, + "Left_Pinky": { + "rotation": [-2.16857, -0.09836, -31.23823] + }, + "Right_Arm": { + "rotation": [ + "16.9179-math.sin((query.anim_time-0.1)*240)*5", + "-54.9456-math.sin((query.anim_time-0.1)*240)*5", + "-15.1025+math.sin((query.anim_time-0.1)*240)*5" + ], + "position": [-0.5, -0.25, 0] + }, + "Right_Thumb": { + "rotation": [0, 0, -7.5] + }, + "Right_MiddleFinger": { + "rotation": [0, 0, 27.5] + }, + "Right_Pinky": { + "rotation": [0, 0, 20] + }, + "Left_Leg": { + "rotation": [0, -22.5, 0], + "position": [-0.5, 0, -0.5] + }, + "Right_Leg": { + "rotation": [0, 22.5, 0], + "position": [0.5, 0, -0.5] + } + } + }, + "animation.axew.battle_idle": { + "loop": true, + "animation_length": 3, + "bones": { + "Body": { + "rotation": [15, 0, 0], + "position": [0, "0.25+math.sin((query.anim_time)*240)*0.2", -1.75] + }, + "head": { + "rotation": ["-10-math.sin((query.anim_time-0.2)*240)*4", 0, 0], + "position": [0, 0, 0] + }, + "Tail_1": { + "rotation": ["-17.5+math.sin((query.anim_time-0.2)*240)*2", 0, 0], + "position": [0, -0.25, 0] + }, + "Tail_2": { + "rotation": ["12.5+math.sin((query.anim_time-0.3)*240)*2", 0, 0] + }, + "Tail_3": { + "rotation": ["15+math.sin((query.anim_time-0.2)*240)*2", 0, 0] + }, + "Left_Arm": { + "rotation": [ + "16.9179-math.sin((query.anim_time-0.1)*240)*10", + "54.9456+math.sin((query.anim_time-0.1)*240)*5", + "15.1025-math.sin((query.anim_time-0.1)*240)*10" + ], + "position": [0.25, -0.25, 0] + }, + "Left_Thumb": { + "rotation": [0, 15, 0] + }, + "Left_MiddleFinger": { + "rotation": [0, 0, -30] + }, + "Left_Pinky": { + "rotation": [-2.16857, -0.09836, -31.23823] + }, + "Right_Arm": { + "rotation": [ + "16.9179-math.sin((query.anim_time-0.1)*240)*10", + "-54.9456-math.sin((query.anim_time-0.1)*240)*5", + "-15.1025+math.sin((query.anim_time-0.1)*240)*10" + ], + "position": [-0.5, -0.25, 0] + }, + "Right_Thumb": { + "rotation": [0, 0, -7.5] + }, + "Right_MiddleFinger": { + "rotation": [0, 0, 27.5] + }, + "Right_Pinky": { + "rotation": [0, 0, 20] + }, + "Left_Leg": { + "rotation": [0, -22.5, 0], + "position": [-0.5, 0, -0.5] + }, + "Right_Leg": { + "rotation": [0, 22.5, 0], + "position": [0.5, 0, -0.5] + } + } + }, + "animation.axew.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "Body": { + "rotation": [15, "0+math.cos((query.anim_time)*360)*5", "0+math.cos((query.anim_time)*360)*5"], + "position": [0, "0.25+math.sin((query.anim_time)*720)*0.3", -1.75] + }, + "head": { + "rotation": ["-10-math.sin((query.anim_time-0.2)*720)*2", 0, 0], + "position": [0, 0, 0] + }, + "Tail_1": { + "rotation": ["-17.5+math.sin((query.anim_time-0.2)*720)*2", "0+math.sin((query.anim_time-0.1)*360)*5", 0], + "position": [0, -0.25, 0] + }, + "Tail_2": { + "rotation": ["12.5+math.sin((query.anim_time-0.3)*720)*2", "0+math.sin((query.anim_time-0.1)*360)*5", 0] + }, + "Tail_3": { + "rotation": ["15+math.sin((query.anim_time-0.2)*720)*2", "0+math.sin((query.anim_time-0.1)*360)*5", 0] + }, + "Left_Arm": { + "rotation": [ + "16.9179-math.sin((query.anim_time-0.1)*720)*5", + "54.9456+math.sin((query.anim_time-0.1)*720)*5", + "15.1025-math.sin((query.anim_time-0.1)*720)*5" + ], + "position": [0.25, -0.25, 0] + }, + "Left_Thumb": { + "rotation": [0, 15, 0] + }, + "Left_MiddleFinger": { + "rotation": [0, 0, -30] + }, + "Left_Pinky": { + "rotation": [-2.16857, -0.09836, -31.23823] + }, + "Right_Arm": { + "rotation": [ + "16.9179-math.sin((query.anim_time-0.1)*720)*5", + "-54.9456-math.sin((query.anim_time-0.1)*720)*5", + "-15.1025+math.sin((query.anim_time-0.1)*720)*5" + ], + "position": [-0.25, -0.25, 0] + }, + "Right_Thumb": { + "rotation": [0, 0, -7.5] + }, + "Right_MiddleFinger": { + "rotation": [0, 0, 27.5] + }, + "Right_Pinky": { + "rotation": [0, 0, 20] + }, + "Left_Leg": { + "rotation": [0, -12.5, 0], + "position": { + "0.0": { + "post": [-0.5, 0, -1.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-0.5, 0, -0.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-0.5, 0.78, -0.8], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-0.5, 0.75, -1.25], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-0.5, 0, -1.5], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Leg": { + "rotation": [0, 12.5, 0], + "position": { + "0.0": { + "post": [0.5, 0, -0.5], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0.5, 0.78, -1.05], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0.5, 0.75, -1.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0.5, 0, -1.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0.5, 0, -0.5], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Foot": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "0.625": [17.5, 0, 0], + "1.0": [0, 0, 0] + } + }, + "Right_Foot": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [17.5, 0, 0], + "0.2917": [0, 0, 0], + "1.0": [0, 0, 0] + } + } + } + }, + "animation.axew.blink": { + "animation_length": 0.2083, + "bones": { + "Left_EyesSleep": { + "position": { + "0.0": [1, 0, 0], + "0.1667": [1, 0, 0], + "0.2083": [0, 0, 0] + } + }, + "Right_EyesSleep": { + "position": { + "0.0": [-1, 0, 0], + "0.1667": [-1, 0, 0], + "0.2083": [0, 0, 0] + } + } + } + }, + "animation.axew.cry": { + "animation_length": 1.5, + "bones": { + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Jaw": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Arm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-15, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-15, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-15, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Arm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-15, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-15, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-15, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + }, + "sound_effects": { + "0.2917": { + "effect": "axew.cry" + } + } + }, + "animation.axew.look_around": { + "animation_length": 2.25, + "bones": { + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-4.82839, -31.12352, -12.33548], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [5.17161, -31.12352, -12.33548], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [5.17161, 31.12352, 12.33548], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-4.82839, 31.12352, 12.33548], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -0.3, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_EyeOpen": { + "position": [0, 0, 0] + }, + "Right_EyeOpen": { + "position": [0, 0, 0] + }, + "Left_EyesSleep": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [1, 0, 0], + "0.1667": [1, 0, 0], + "0.2083": [0, 0, 0], + "0.875": [1, 0, 0], + "1.0417": [1, 0, 0], + "1.0833": [0, 0, 0] + } + }, + "Right_EyesSleep": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [-1, 0, 0], + "0.1667": [-1, 0, 0], + "0.2083": [0, 0, 0], + "0.875": [-1, 0, 0], + "1.0417": [-1, 0, 0], + "1.0833": [0, 0, 0] + } + }, + "Left_Arm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [48.85298, -6.44698, 71.12861], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [48.85298, -6.44698, 71.12861], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Arm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [48.85298, 6.44698, -71.12861], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [48.85298, 6.44698, -71.12861], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.axew.sleep": { + "loop": true, + "animation_length": 2, + "bones": { + "Body": { + "rotation": [62.5, 0, 0], + "position": [0, "-4+math.sin((query.anim_time)*180)*0.10", -4] + }, + "head": { + "rotation": ["-43.5558+math.sin((query.anim_time)*180)*1", -10.15488, 19.92422], + "position": [0, 1, -0.75] + }, + "Tail_1": { + "rotation": [-42.70212, 6.64851, -3.47875] + }, + "Tail_2": { + "rotation": [0, 20, 0] + }, + "Tail_3": { + "rotation": [0, 10, 0] + }, + "Left_Arm": { + "rotation": [-62.21211, "39.0784+math.sin((query.anim_time)*180)*1", "-11.7369+math.sin((query.anim_time)*180)*1"] + }, + "Right_Arm": { + "rotation": [-71.41656, "-47.3696+math.sin((query.anim_time)*180)*1", "26.2709+math.sin((query.anim_time)*180)*1"] + }, + "Left_Leg": { + "rotation": [82.5, 0, 0], + "position": [0, -1.75, -1] + }, + "Left_Foot": { + "rotation": [87.5, 0, 0] + }, + "Right_Leg": { + "rotation": [82.5, 0, 0], + "position": [0, -1.75, -1] + }, + "Right_Foot": { + "rotation": [87.5, 0, 0] + }, + "Right_EyesSleep": { + "position": [-1, 0, 0] + }, + "Left_EyesSleep": { + "position": [1, 0, 0] + } + } + }, + "animation.axew.faint": { + "animation_length": 3, + "bones": { + "Body": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": [60, 0, 0] + }, + "position": { + "0.0": [0, 0.25, -1.75], + "0.6667": { + "pre": [0, 1.25, -0.75], + "post": [0, 1.25, -0.75], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, -1.75, -4.75], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, -3.75, -5.75], + "lerp_mode": "catmullrom" + }, + "1.3333": [0, -3.5, -5.75], + "1.375": [0, -3.75, -5.75] + } + }, + "head": { + "rotation": { + "0.0": [-10, 0, 0], + "0.4167": [17.5, 0, 0], + "0.6667": [2.5, 0, 0], + "0.9583": [-42.5, 0, 0], + "1.5": [-25, 0, 0], + "1.5833": [-30, 0, 0], + "1.6667": [-22.5, 0, 0] + }, + "position": [0, 0, 0] + }, + "Tail_1": { + "rotation": { + "0.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": [-57.5, 0, 0] + }, + "position": [0, -0.25, 0] + }, + "Tail_2": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": [-5, 0, 0] + } + }, + "Tail_3": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": [2.5, 0, 0] + } + }, + "Left_Arm": { + "rotation": { + "0.0": { + "post": [16.9179, 54.9456, 15.10255], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [45.23631, 38.70904, 52.91096], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-24.52174, 36.73351, -33.95503], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-56.40646, 24.75816, -55.15637], + "lerp_mode": "catmullrom" + }, + "1.4167": [-63.68742, 50.03437, -43.58213] + }, + "position": [0.25, -0.25, 0] + }, + "Left_Thumb": { + "rotation": [0, 15, 0] + }, + "Left_MiddleFinger": { + "rotation": [0, 0, -30] + }, + "Left_Pinky": { + "rotation": [-2.16857, -0.09836, -31.23823] + }, + "Right_Arm": { + "rotation": { + "0.0": { + "post": [16.9179, -54.9456, -15.1025], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [45.23631, -38.70904, -52.91091], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-22.1908, -37.69108, 31.17133], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-54.88348, -26.33127, 53.1257], + "lerp_mode": "catmullrom" + }, + "1.4167": [-63.68742, -50.03437, 43.58213] + }, + "position": [-0.5, -0.25, 0] + }, + "Right_Thumb": { + "rotation": [0, 0, -7.5] + }, + "Right_MiddleFinger": { + "rotation": [0, 0, 27.5] + }, + "Right_Pinky": { + "rotation": [0, 0, 20] + }, + "Left_Leg": { + "rotation": { + "0.0": [0, -22.5, 0], + "0.6667": [15, -22.5, 0], + "1.2917": [152.5, -22.5, 0] + }, + "position": { + "0.0": { + "post": [-0.5, 0, -0.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-0.5, 0.25, -1], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-0.5, -1.59, -1.53], + "lerp_mode": "catmullrom" + }, + "1.2917": [-0.5, -2.25, -1] + } + }, + "Right_Leg": { + "rotation": { + "0.0": [0, 22.5, 0], + "0.6667": [15, 22.5, 0], + "1.2917": [152.5, 22.5, 0] + }, + "position": { + "0.0": { + "post": [0.5, 0, -0.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0.5, 0.25, -1], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0.5, -1.59, -1.53], + "lerp_mode": "catmullrom" + }, + "1.2917": [0.5, -2.25, -1] + } + }, + "Left_EyesSleep": { + "position": { + "0.0": [0, 0, 0], + "0.2083": [0, 0, 0], + "0.25": [1, 0, 0] + } + }, + "Right_EyesSleep": { + "position": { + "0.0": [0, 0, 0], + "0.2083": [0, 0, 0], + "0.25": [-1, 0, 0] + } + }, + "Right_Foot": { + "rotation": [0, 0, 0] + } + } + }, + "animation.axew.recoil": { + "animation_length": 1.5, + "bones": { + "Body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [12.5, 0, 0], + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-2.9, 1.5, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-0.3, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "Left_EyeOpen": { + "position": [0, 0, 0] + }, + "Right_EyeOpen": { + "position": [0, 0, 0] + }, + "Left_EyesSleep": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [1, 0, 0], + "1.4583": [1, 0, 0], + "1.5": [0, 0, 0] + } + }, + "Right_EyesSleep": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [-1, 0, 0], + "1.4583": [-1, 0, 0], + "1.5": [0, 0, 0] + } + } + } + }, + "animation.axew.physical": { + "animation_length": 3, + "bones": { + "Body": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [15.69284, -16.88547, -4.6653], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [19.66189, -20.62861, -6.60328], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [2.84721, 12.06754, 3.28396], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [2.95487, 19.55796, 3.67819], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.25, -1.75], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0.25, -2.75], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, -3.25], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0.25, -1], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0.25, -1.75], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0.25, -1.75], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [10.17995, -12.39135, -1.6575], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-6.21697, 46.19776, 8.6908], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-16.21697, 46.19776, 8.6908], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail_1": { + "rotation": [-17.5, 0, 0], + "position": [0, -0.25, 0] + }, + "Tail_2": { + "rotation": [12.5, 0, 0] + }, + "Tail_3": { + "rotation": [15, 0, 0] + }, + "Left_Arm": { + "rotation": { + "0.0": { + "post": [16.9179, 54.9456, 15.10255], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [25.70265, 44.34445, 25.28415], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [43.4114, 63.17161, 46.86069], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [16.9179, 54.9456, 15.10255], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [16.9179, 54.9456, 15.10255], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.25, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0.25, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.25, -0.25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Thumb": { + "rotation": [0, 15, 0] + }, + "Left_MiddleFinger": { + "rotation": [0, 0, -30] + }, + "Left_Pinky": { + "rotation": [-2.16857, -0.09836, -31.23823] + }, + "Right_Arm": { + "rotation": { + "0.0": { + "post": [16.9179, -54.9456, -15.1025], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [36.70999, -62.87323, -39.02625], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [52.99411, -70.04358, -56.73201], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [6.34977, -44.28784, 0.16883], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [16.9179, -54.9456, -15.1025], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [16.9179, -54.9456, -15.1025], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.5, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-0.5, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.5, -0.25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Thumb": { + "rotation": [0, 0, -7.5] + }, + "Right_MiddleFinger": { + "rotation": [0, 0, 27.5] + }, + "Right_Pinky": { + "rotation": [0, 0, 20] + }, + "Left_Leg": { + "rotation": { + "0.0": [0, -22.5, 0], + "1.75": [17.5, -22.5, 0], + "2.4167": [0, -22.5, 0], + "3.0": [0, -22.5, 0] + }, + "position": { + "0.0": [-0.5, 0, -0.5], + "1.75": [-0.5, 0, -1.25], + "2.4167": [-0.5, 0, -0.5], + "3.0": [-0.5, 0, -0.5] + } + }, + "Right_Leg": { + "rotation": { + "0.0": [0, 22.5, 0], + "1.0417": [0, 22.5, 0], + "1.5": [-3.09472, 22.29711, -8.11003], + "1.8333": [-3.09472, 22.29711, -8.11003], + "2.5417": [0, 22.5, 0], + "3.0": [0, 22.5, 0] + }, + "position": { + "0.0": [0.5, 0, -0.5], + "0.5417": [0.5, 0.75, -2.06], + "1.0417": [0.5, 0, -2.5], + "1.5": [-0.25, 0.11, -1.39], + "1.8333": [-0.25, 0.11, -1.39], + "2.25": [0.19, 0.3, -0.87], + "2.5417": [0.5, 0, -0.5], + "3.0": [0.5, 0, -0.5] + } + }, + "Jaw": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Foot": { + "rotation": { + "0.0": [0, 0, 0], + "1.75": [-15, 0, 0], + "2.4167": [0, 0, 0], + "3.0": [0, 0, 0] + } + }, + "Right_Foot": { + "rotation": { + "0.0": [0, 0, 0], + "0.5417": [15, 0, 0], + "0.875": [-12.5, 0, 0], + "1.0417": [0, 0, 0], + "1.5": [11.30792, -0.98281, 4.9027], + "1.8333": [11.30792, -0.98281, 4.9027], + "2.25": [-2.8438, -0.40469, 2.01876], + "2.5417": [0, 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.5": [0, 0, -0.5], + "1.8333": [0, 0, -0.5], + "2.375": [0, 0, 0], + "3.0": [0, 0, 0] + } + } + } + }, + "animation.axew.special": { + "animation_length": 3, + "bones": { + "Body": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.25, -1.75], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -0.5, -3], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 2, -1], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0.25, -1.75], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0.25, -1.75], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail_1": { + "rotation": { + "0.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": [0, -0.25, 0] + }, + "Tail_2": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail_3": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Arm": { + "rotation": { + "0.0": { + "post": [16.9179, 54.9456, 15.10255], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [42.15319, 42.16551, 48.16131], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [48.94659, 33.20921, 59.21802], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-26.78406, 27.92579, -35.16825], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-26.78406, 27.92579, -35.16825], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-0.5821, 54.9456, 15.10255], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [16.9179, 54.9456, 15.10255], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.25, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0.25, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.25, -0.25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Thumb": { + "rotation": [0, 15, 0] + }, + "Left_MiddleFinger": { + "rotation": [0, 0, -30] + }, + "Left_Pinky": { + "rotation": [-2.16857, -0.09836, -31.23823] + }, + "Right_Arm": { + "rotation": { + "0.0": { + "post": [16.9179, -54.9456, -15.1025], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [42.15319, -42.16551, -48.16131], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [48.94659, -33.20921, -59.21802], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-26.78406, -27.92579, 35.16825], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-26.78406, -27.92579, 35.16825], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-0.5821, -54.9456, -15.1025], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [16.9179, -54.9456, -15.1025], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.5, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-0.5, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.5, -0.25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Thumb": { + "rotation": [0, 0, -7.5] + }, + "Right_MiddleFinger": { + "rotation": [0, 0, 27.5] + }, + "Right_Pinky": { + "rotation": [0, 0, 20] + }, + "Left_Leg": { + "rotation": { + "0.0": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [25, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [25, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [35, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [35, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.5, 0, -0.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-0.5, 0, -0.75], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-0.5, 0, -0.75], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-0.5, 0.75, -1], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-0.5, 0.75, -1], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-0.5, 0, -0.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.5, 0, -0.5], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Leg": { + "rotation": { + "0.0": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [25, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [25, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [35, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.5, 0, -0.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0.5, 0, -0.75], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0.5, 0, -0.75], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0.5, 0.75, -1], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0.5, 0, -0.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.5, 0, -0.5], + "lerp_mode": "catmullrom" + } + } + }, + "Jaw": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_EyesSleep": { + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.2917": [1, 0, 0], + "0.625": [1, 0, 0], + "0.6667": [0, 0, 0] + } + }, + "Right_EyesSleep": { + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.2917": [-1, 0, 0], + "0.625": [-1, 0, 0], + "0.6667": [0, 0, 0] + } + }, + "Left_Foot": { + "rotation": { + "0.0": [0, 0, 0], + "0.8333": [-25, 0, 0], + "1.0833": [-25, 0, 0], + "1.7917": [12.5, 0, 0], + "2.1667": [0, 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.8333": [0, 0.25, -0.75], + "1.0833": [0, 0.25, -0.75], + "1.25": [0, 0.25, -0.75], + "1.7917": [0, 0.25, -1], + "2.1667": [0, 0, 0], + "3.0": [0, 0, 0] + } + }, + "Right_Foot": { + "rotation": { + "0.0": [0, 0, 0], + "0.8333": [-25, 0, 0], + "1.0833": [-25, 0, 0], + "1.7917": [12.5, 0, 0], + "2.1667": [0, 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.8333": [0, 0.25, -0.75], + "1.0833": [0, 0.25, -0.75], + "1.25": [0, 0.25, -0.75], + "1.7917": [0, 0.25, -1], + "2.1667": [0, 0, 0], + "3.0": [0, 0, 0] + } + } + } + }, + "animation.axew.status": { + "animation_length": 3, + "bones": { + "Body": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.25, -1.75], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -0.5, -3], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 2, -1], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0.25, -1.75], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0.25, -1.75], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail_1": { + "rotation": { + "0.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": [0, -0.25, 0] + }, + "Tail_2": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail_3": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Arm": { + "rotation": { + "0.0": { + "post": [16.9179, 54.9456, 15.10255], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [42.15319, 42.16551, 48.16131], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [48.94659, 33.20921, 59.21802], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-26.78406, 27.92579, -35.16825], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-26.78406, 27.92579, -35.16825], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-0.5821, 54.9456, 15.10255], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [16.9179, 54.9456, 15.10255], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.25, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0.25, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.25, -0.25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Thumb": { + "rotation": [0, 15, 0] + }, + "Left_MiddleFinger": { + "rotation": [0, 0, -30] + }, + "Left_Pinky": { + "rotation": [-2.16857, -0.09836, -31.23823] + }, + "Right_Arm": { + "rotation": { + "0.0": { + "post": [16.9179, -54.9456, -15.1025], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [42.15319, -42.16551, -48.16131], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [48.94659, -33.20921, -59.21802], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-26.78406, -27.92579, 35.16825], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-26.78406, -27.92579, 35.16825], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-0.5821, -54.9456, -15.1025], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [16.9179, -54.9456, -15.1025], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.5, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-0.5, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.5, -0.25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Thumb": { + "rotation": [0, 0, -7.5] + }, + "Right_MiddleFinger": { + "rotation": [0, 0, 27.5] + }, + "Right_Pinky": { + "rotation": [0, 0, 20] + }, + "Left_Leg": { + "rotation": { + "0.0": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [25, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [25, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [35, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [35, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.5, 0, -0.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-0.5, 0, -0.75], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-0.5, 0, -0.75], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-0.5, 0.75, -1], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-0.5, 0.75, -1], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-0.5, 0, -0.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.5, 0, -0.5], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Leg": { + "rotation": { + "0.0": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [25, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [25, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [35, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.5, 0, -0.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0.5, 0, -0.75], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0.5, 0, -0.75], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0.5, 0.75, -1], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0.5, 0, -0.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.5, 0, -0.5], + "lerp_mode": "catmullrom" + } + } + }, + "Jaw": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_EyesSleep": { + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.2917": [1, 0, 0], + "0.625": [1, 0, 0], + "0.6667": [0, 0, 0] + } + }, + "Right_EyesSleep": { + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.2917": [-1, 0, 0], + "0.625": [-1, 0, 0], + "0.6667": [0, 0, 0] + } + }, + "Left_Foot": { + "rotation": { + "0.0": [0, 0, 0], + "0.8333": [-25, 0, 0], + "1.0833": [-25, 0, 0], + "1.7917": [12.5, 0, 0], + "2.1667": [0, 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.8333": [0, 0.25, -0.75], + "1.0833": [0, 0.25, -0.75], + "1.25": [0, 0.25, -0.75], + "1.7917": [0, 0.25, -1], + "2.1667": [0, 0, 0], + "3.0": [0, 0, 0] + } + }, + "Right_Foot": { + "rotation": { + "0.0": [0, 0, 0], + "0.8333": [-25, 0, 0], + "1.0833": [-25, 0, 0], + "1.7917": [12.5, 0, 0], + "2.1667": [0, 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.8333": [0, 0.25, -0.75], + "1.0833": [0, 0.25, -0.75], + "1.25": [0, 0.25, -0.75], + "1.7917": [0, 0.25, -1], + "2.1667": [0, 0, 0], + "3.0": [0, 0, 0] + } + } + } + }, + "animation.axew.shoulder_left": { + "loop": true, + "bones": { + "Body": { + "rotation": [14.94548, -1.29256, 4.83045], + "position": [2, -4.25, 1.25] + }, + "head": { + "rotation": ["-9.6014-math.sin((query.anim_time-0.2)*100)*1.5", 7.67341, "1.8732-math.sin((query.anim_time)*100)*1.5"], + "position": [0, 0, 0] + }, + "Tail_1": { + "rotation": ["-35-math.sin((query.anim_time-0.2)*100)*1.5", 0, 0], + "position": [0, -0.25, 0] + }, + "Tail_2": { + "rotation": ["12.5-math.sin((query.anim_time-0.2)*100)*1.5", 0, 0] + }, + "Tail_3": { + "rotation": ["15-math.sin((query.anim_time-0.2)*100)*1.5", 0, 0] + }, + "Left_Arm": { + "rotation": [70.12882, 58.47213, 110.18331], + "position": [0.25, -0.25, 0] + }, + "Left_Thumb": { + "rotation": [0, 15, 0] + }, + "Left_MiddleFinger": { + "rotation": [0, 0, -5] + }, + "Left_Pinky": { + "rotation": [-1.92742, 0.99889, -1.2569] + }, + "Right_Arm": { + "rotation": [63.71261, -64.18032, -80.63372], + "position": [-0.5, -0.25, 0] + }, + "Right_Thumb": { + "rotation": [0, 0, -7.5] + }, + "Right_MiddleFinger": { + "rotation": [0, 0, 5] + }, + "Right_Pinky": { + "rotation": [0.21865, 4.99523, 5.00954] + }, + "Left_Leg": { + "rotation": [22.5, -22.5, 0], + "position": [1, -5, 2.5] + }, + "Right_Leg": { + "rotation": [31.35394, 16.33656, 11.54056], + "position": [2.5, -4.5, 2.25] + }, + "Left_Foot": { + "rotation": [25, 0, 0] + }, + "Right_Foot": { + "rotation": [22.5, 0, 0] + } + } + }, + "animation.axew.shoulder_right": { + "loop": true, + "bones": { + "Body": { + "rotation": [14.94548, 1.29256, -4.83045], + "position": [-2, -4.25, 1.25] + }, + "head": { + "rotation": ["-9.6014+math.sin((query.anim_time-0.2)*100)*1.5", 7.67341, "1.8732-math.sin((query.anim_time)*100)*1.5"], + "position": [0, 0, 0] + }, + "Tail_1": { + "rotation": ["-35-math.sin((query.anim_time-0.2)*100)*1.5", 0, 0], + "position": [0, -0.25, 0] + }, + "Tail_2": { + "rotation": ["12.5-math.sin((query.anim_time-0.2)*100)*1.5", 0, 0] + }, + "Tail_3": { + "rotation": ["15-math.sin((query.anim_time-0.2)*100)*1.5", 0, 0] + }, + "Left_Arm": { + "rotation": [70.12882, 58.47213, 110.18331], + "position": [0.25, -0.25, 0] + }, + "Left_Thumb": { + "rotation": [0, 15, 0] + }, + "Left_MiddleFinger": { + "rotation": [0, 0, -5] + }, + "Left_Pinky": { + "rotation": [-1.92742, 0.99889, -1.2569] + }, + "Right_Arm": { + "rotation": [63.71261, -64.18032, -80.63372], + "position": [-0.5, -0.25, 0] + }, + "Right_Thumb": { + "rotation": [0, 0, -7.5] + }, + "Right_MiddleFinger": { + "rotation": [0, 0, 5] + }, + "Right_Pinky": { + "rotation": [0.21865, 4.99523, 5.00954] + }, + "Left_Leg": { + "rotation": [31.35394, -16.33656, -11.54056], + "position": [-2.5, -4.5, 2.25] + }, + "Right_Leg": { + "rotation": [22.5, 22.5, 0], + "position": [-1, -5, 2.5] + }, + "Left_Foot": { + "rotation": [22.5, 0, 0] + }, + "Right_Foot": { + "rotation": [25, 0, 0] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/azumarill/azumarill.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/azumarill/azumarill.animation.json new file mode 100644 index 0000000..4da20f8 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/azumarill/azumarill.animation.json @@ -0,0 +1,959 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.azumarill.ground_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "bone": { + "rotation": { + "0.0": { + "post": [-2.5, 2.5, -5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, -2.5, 5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-2.5, 2.5, -5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.5, -2.5, 5], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-2.5, 2.5, -5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftArm": { + "rotation": { + "0.0": { + "post": [-3.33, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-5, 0, -30], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, -30], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-5, 0, -30], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [-5, 0, -30], + "lerp_mode": "catmullrom" + }, + "3.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-3.33, 0, -20], + "lerp_mode": "catmullrom" + } + } + }, + "rightArm": { + "rotation": { + "0.0": { + "post": [-3.33, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-5, 0, 30], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 30], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-5, 0, 30], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [-5, 0, 30], + "lerp_mode": "catmullrom" + }, + "3.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-3.33, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "leftEar": { + "rotation": { + "0.0": { + "post": [0.36, 0.03, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-2.5, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0833": { + "post": [-2.5, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "3.5833": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0.36, 0.03, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightEar": { + "rotation": { + "0.0": { + "post": [-4.04, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0833": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5833": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-4.04, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [-2.33, 5, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [3, -15, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [3, 15, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [3, -15, 0], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.6667": { + "post": [3, 15, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-2.33, 5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftFoot": { + "rotation": { + "0.0": { + "post": [8.77058, -0.98496, 0.62572], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [8.77058, -0.98496, 0.62572], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [8.77058, -0.98496, 0.62572], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.6, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0.3, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0.6, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0.3, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0.6, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightFoot": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [8.77058, 0.98496, -0.62572], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [8.77058, 0.98496, -0.62572], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.3, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0.6, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0.3, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0.6, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0.3, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [20, 10, 5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [20, -10, -5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [20, 10, 5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [20, -10, -5], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [20, 10, 5], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.azumarill.ground_walk": { + "loop": true, + "animation_length": 2, + "bones": { + "bone": { + "rotation": { + "0.0": { + "post": [0, 5, -2.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -5, 2.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 5, -2.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -5, 2.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 5, -2.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0.17, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0.13, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0.13, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0.13, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftEar": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightEar": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftArm": { + "rotation": { + "0.0": { + "post": [0, 30, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-5, 10, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 30, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-5, 10, -15], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 30, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightArm": { + "rotation": { + "0.0": { + "post": [0, 30, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-5, 10, 15], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 30, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-5, 10, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 30, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [0, 2.5, 1.31], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 2.5, -10.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 2.5, 10.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 2.5, -10.5], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 2.5, 10.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 2.5, 1.31], + "lerp_mode": "catmullrom" + } + } + }, + "leftFoot": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [5.5, 0, 1.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [5.5, 0, 1.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.8, 3], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0.5, -0.25], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0.8, 3], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0.5, -0.25], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0.8, 3], + "lerp_mode": "catmullrom" + } + } + }, + "rightFoot": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [5.5, 0, 1.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [5.5, 0, 1.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0.8, 3], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0.5, -0.25], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0.8, 3], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0.5, -0.25], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.azumarill.faint": { + "loop": true + }, + "animation.azumarill.blink": { + "animation_length": 0.625, + "bones": { + "eye1": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + }, + "eye2": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/azurill/azurill.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/azurill/azurill.animation.json new file mode 100644 index 0000000..f6a48d3 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/azurill/azurill.animation.json @@ -0,0 +1,585 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.azurill.ground_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0.03421, 0.13722], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0.03421, 0.13722], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightEar": { + "rotation": { + "0.0": { + "post": [0.31, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.31, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftEar": { + "rotation": { + "0.0": { + "post": [0.31, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.31, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightFoot": { + "rotation": { + "0.0": { + "post": [-0.78, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-0.78, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftFoot": { + "rotation": { + "0.0": { + "post": [-0.78, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-0.78, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.azurill.ground_walk": { + "loop": true, + "animation_length": 2, + "bones": { + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0.03421, 0.13722], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0.03421, 0.13722], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightEar": { + "rotation": { + "0.0": { + "post": [0.63, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.63, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftEar": { + "rotation": { + "0.0": { + "post": [0.63, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.63, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightFoot": { + "rotation": { + "0.0": { + "post": [-1.87, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-1.87, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftFoot": { + "rotation": { + "0.0": { + "post": [-1.87, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-1.87, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tailball": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 3, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 3, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.azurill.blink": { + "animation_length": 0.625, + "bones": { + "RightEye": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + }, + "LeftEye": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + } + } + }, + "animation.azurill.faint": { + "loop": "hold_on_last_frame" + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/banette/banette.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/banette/banette.animation.json new file mode 100644 index 0000000..e5d5e8e --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/banette/banette.animation.json @@ -0,0 +1,263 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.banette.pose": { + "loop": "hold_on_last_frame", + "bones": { + "hair2": { + "rotation": [-31.0319, -5.63464, -1.36257], + "position": [0.45568, 0.76917, -0.91483] + }, + "hair3": { + "rotation": [45, 0, 0] + }, + "hair4": { + "rotation": [-75, 0, 0] + }, + "hair5": { + "rotation": [0, 50, 0], + "position": [-0.85, 0, -0.75] + }, + "hair6": { + "rotation": [0, -90, 0], + "position": [0.5, 0, -1] + }, + "hair7": { + "rotation": [0, 80, 0], + "position": [-0.6, 0, -0.5] + }, + "arm_right": { + "rotation": [0, 60, 0], + "position": [-1.5, 0, 0] + }, + "arm_right2": { + "rotation": [0, 0, 70] + }, + "arm_left": { + "rotation": [0, -60, 0], + "position": [1.5, 0, 0] + }, + "arm_left2": { + "rotation": [0, 0, -70] + }, + "hair8": { + "rotation": [-27.5, 35, -12.5], + "position": [1, 0, -2] + }, + "head": { + "rotation": [0, 0, 0] + } + } + }, + "animation.banette.ground_idle": { + "loop": true, + "bones": { + "hair2": { + "rotation": ["-31.0319+math.sin(q.anim_time*90*4-30)*5", -5.6346, -1.36257], + "position": [0.45568, 0.76917, -0.91483] + }, + "hair3": { + "rotation": ["45+math.sin(q.anim_time*90*4-60)*2.5", 0, 0] + }, + "hair4": { + "rotation": ["-75+math.sin(q.anim_time*90*4-30)*2.5", 0, 0] + }, + "hair5": { + "rotation": ["0+math.sin(q.anim_time*90*4-0)*2.5", 50, 0], + "position": [-0.85, 0, -0.75] + }, + "hair6": { + "rotation": ["0+math.sin(q.anim_time*90*4+30)*2.5", -90, 0], + "position": [0.5, 0, -1] + }, + "hair7": { + "rotation": ["0+math.sin(q.anim_time*90*4+60)*5", 80, 0], + "position": [-0.6, 0, -0.5] + }, + "arm_right": { + "rotation": [0, 60, "0-math.sin(q.anim_time*90*4-60)*10"], + "position": [-1.5, 0, 0] + }, + "arm_right2": { + "rotation": ["0-math.sin(q.anim_time*90*4+15)*10", "0+math.sin(q.anim_time*90*4+60)*10", 70] + }, + "arm_left": { + "rotation": [0, "-60+math.sin(q.anim_time*90*4+35)*5", "0+math.sin(q.anim_time*90*2+15)*5"], + "position": [1.5, 0, 0] + }, + "arm_left2": { + "rotation": ["0-math.sin(q.anim_time*90*4+15)*10", "0+math.sin(q.anim_time*90*4+60)*10", "-70+math.sin(q.anim_time*90*4+30)*2.5"] + }, + "hair8": { + "rotation": [-27.5, "35-math.sin(q.anim_time*90*2+230)*10", -12.5], + "position": [1, 0, -2] + }, + "head": { + "rotation": ["0+math.sin(q.anim_time*90*4)*7.5", "0-math.sin(q.anim_time*90*2)*5", "0+math.sin(q.anim_time*90*2)*7.5"], + "position": [0, -0.25, 0] + }, + "torso": { + "rotation": ["0-math.sin(q.anim_time*90*4-60)*2", "0-math.sin(q.anim_time*90*2-60)*5", "0-math.sin(q.anim_time*90*2-60)*2"] + }, + "tail": { + "rotation": ["0+math.sin(q.anim_time*90*4+60)*10", "0+math.sin(q.anim_time*90*2+30)*15", 0] + }, + "leg_right": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2-30)*1"] + }, + "leg_left": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2-30)*1"] + } + } + }, + "animation.banette.ground_walk": { + "loop": true, + "bones": { + "hair2": { + "rotation": ["-31.0319+math.sin(q.anim_time*90*4-30)*5", -5.6346, -1.36257], + "position": [0.45568, 0.76917, -0.91483] + }, + "hair3": { + "rotation": ["45+math.sin(q.anim_time*90*4-60)*2.5", 0, 0] + }, + "hair4": { + "rotation": ["-75+math.sin(q.anim_time*90*4-30)*2.5", 0, 0] + }, + "hair5": { + "rotation": ["0+math.sin(q.anim_time*90*4-0)*2.5", 50, 0], + "position": [-0.85, 0, -0.75] + }, + "hair6": { + "rotation": ["0+math.sin(q.anim_time*90*4+30)*2.5", -90, 0], + "position": [0.5, 0, -1] + }, + "hair7": { + "rotation": ["0+math.sin(q.anim_time*90*4+60)*5", 80, 0], + "position": [-0.6, 0, -0.5] + }, + "arm_right": { + "rotation": [0, 60, "0-math.sin(q.anim_time*90*4-60)*10"], + "position": [-1.5, 0, 0] + }, + "arm_right2": { + "rotation": ["0-math.sin(q.anim_time*90*4+15)*10", "0+math.sin(q.anim_time*90*4+60)*10", 70] + }, + "arm_left": { + "rotation": [0, "-60+math.sin(q.anim_time*90*4+35)*5", "0+math.sin(q.anim_time*90*2+15)*5"], + "position": [1.5, 0, 0] + }, + "arm_left2": { + "rotation": ["0-math.sin(q.anim_time*90*4+15)*10", "0+math.sin(q.anim_time*90*4+60)*10", "-70+math.sin(q.anim_time*90*4+30)*2.5"] + }, + "hair8": { + "rotation": [-27.5, "35-math.sin(q.anim_time*90*2+230)*10", -12.5], + "position": [1, 0, -2] + }, + "head": { + "rotation": ["0+math.sin(q.anim_time*90*4)*7.5", "0-math.sin(q.anim_time*90*2)*5", "0+math.sin(q.anim_time*90*2)*7.5"], + "position": [0, -0.25, 0] + }, + "torso": { + "rotation": ["7.5-math.sin(q.anim_time*90*4-60)*2", "-math.sin(q.anim_time*90*2-60)*5", "-math.sin(q.anim_time*90*2-60)*2"], + "position": [0, 0, -0.25] + }, + "tail": { + "rotation": ["0+math.sin(q.anim_time*90*4+60)*10", "0+math.sin(q.anim_time*90*2+30)*15", 0] + }, + "leg_right": { + "rotation": ["0-math.sin(q.anim_time*90*4)*10", 0, "0-math.sin(q.anim_time*90*2-30)*1"], + "position": [0, "0+math.clamp(math.sin(q.anim_time*90*4+60)*0.5, -0.2, 0.5)", "0-math.sin(q.anim_time*90*4)*0.75"] + }, + "leg_left": { + "rotation": ["0+math.sin(q.anim_time*90*4)*10", 0, "0-math.sin(q.anim_time*90*2-30)*1"], + "position": [0, "0-math.clamp(math.sin(q.anim_time*90*4+60)*0.5, -0.5, 0.2)", "0+math.sin(q.anim_time*90*4)*0.75"] + } + } + }, + "animation.banette.sleep": { + "loop": true, + "bones": { + "hair2": { + "rotation": [-31.0319, -5.63464, -1.36257], + "position": [0.45568, 0.76917, -0.91483] + }, + "hair3": { + "rotation": ["45-math.sin(q.anim_time*90*1+60)*2", 0, 0] + }, + "hair4": { + "rotation": ["-75-math.sin(q.anim_time*90*1+90)*2.5", 0, 0] + }, + "hair5": { + "rotation": ["0-math.sin(q.anim_time*90*1+90)*2.5", 50, 0], + "position": [-0.85, 0, -0.75] + }, + "hair6": { + "rotation": ["0-math.sin(q.anim_time*90*1+90)*2.5", -90, 0], + "position": [0.5, 0, -1] + }, + "hair7": { + "rotation": ["0-math.sin(q.anim_time*90*1+90)*3", 80, 0], + "position": [-0.6, 0, -0.5] + }, + "arm_right": { + "rotation": [0, 60, "0-math.sin(q.anim_time*90*1+60)*1.5"], + "position": [-1.5, 0, 0] + }, + "arm_right2": { + "rotation": [0, 0, "70-math.sin(q.anim_time*90*2+90)*1.5"] + }, + "arm_left": { + "rotation": [0, -60, "0+math.sin(q.anim_time*90*1+60)*1.5"], + "position": [1.5, 0, 0] + }, + "arm_left2": { + "rotation": [0, 0, "-70-math.sin(q.anim_time*90*2+60)*1.5"] + }, + "hair8": { + "rotation": ["-60-math.sin(q.anim_time*90*1+30)*1.5", 35, -12.5], + "position": [1, 0, -2] + }, + "head": { + "rotation": ["5-math.sin(q.anim_time*90*1+30)*1.5", 0, 0] + }, + "torso": { + "rotation": ["17.5-math.sin(q.anim_time*90*1)*1", 0, 0], + "position": [0, -0.5, -1] + }, + "neck": { + "rotation": [12.5, 0, 0], + "position": [0, -0.25, 0] + }, + "eyelid_right": { + "position": [0, 0, -0.0875] + }, + "eyelid_left": { + "position": [0, 0, -0.0875] + }, + "tail": { + "rotation": ["-40+math.sin(q.anim_time*90*2+60)*2", 0, 0], + "position": [0, 0, -0.25] + } + } + }, + "animation.banette.blink": { + "animation_length": 0.16667, + "bones": { + "eyelid_right": { + "position": { + "0.0": [0, 0, -0.0875], + "0.125": [0, 0, -0.0875], + "0.1667": [0, 0, 0] + } + }, + "eyelid_left": { + "position": { + "0.0": [0, 0, -0.0875], + "0.125": [0, 0, -0.0875], + "0.1667": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/barbaracle/barbaracle.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/barbaracle/barbaracle.animation.json new file mode 100644 index 0000000..23babe2 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/barbaracle/barbaracle.animation.json @@ -0,0 +1,4446 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.barbaracle.pose": { + "loop": true, + "bones": { + "torso": { + "rotation": [12.5, 0, 0] + }, + "bone2": { + "rotation": [15, 0, 0] + }, + "bone21": { + "rotation": [0, 0, 10] + }, + "bone22": { + "rotation": [0, 0, 12.5] + }, + "bone23": { + "rotation": [0, 0, 17.5] + }, + "bone24": { + "rotation": [0, 0, 12.5] + }, + "bone25": { + "rotation": [0, 0, 17.5] + }, + "bone26": { + "rotation": [0, 0, 15] + }, + "bone27": { + "rotation": [0, 0, 20] + }, + "bone28": { + "rotation": [0, 0, 17.5] + }, + "bone29": { + "rotation": [0, 0, 17.5] + }, + "arm_left": { + "rotation": [-33.73499, 9.93191, 14.48174] + }, + "bone3": { + "rotation": [0, 50, 0] + }, + "bone5": { + "rotation": [0, 0, 7.5] + }, + "bone6": { + "rotation": [0, 0, 15] + }, + "bone7": { + "rotation": [0, 0, 20] + }, + "bone8": { + "rotation": [0, 0, 22.5] + }, + "bone11": { + "rotation": [0, 15, 15] + }, + "bone12": { + "rotation": [0, 0, 25] + }, + "bone9": { + "rotation": [1.3378, -14.94159, 14.82456] + }, + "bone10": { + "rotation": [0, 0, 30] + }, + "head": { + "rotation": [-7.5, 0, 0] + }, + "arm_right": { + "rotation": [-22.19157, -3.81024, -14.25249] + }, + "bone4": { + "rotation": [0, -62.5, 0] + }, + "bone14": { + "rotation": [0, -15, 0] + }, + "bone15": { + "rotation": [0, 0, -22.5] + }, + "bone17": { + "rotation": [0, 0, -15] + }, + "bone18": { + "rotation": [0, 0, -12.5] + }, + "bone19": { + "rotation": [0, 12.5, 0] + }, + "bone20": { + "rotation": [0, 0, -25] + }, + "bone30": { + "rotation": [0, 0, -10] + }, + "bone31": { + "rotation": [0, 0, -12.5] + }, + "bone32": { + "rotation": [0, 0, -10] + }, + "bone33": { + "rotation": [0, 0, -20] + }, + "bone34": { + "rotation": [0, 0, -12.5] + }, + "bone35": { + "rotation": [0, 0, -15] + }, + "bone36": { + "rotation": [0, 0, -17.5] + }, + "bone37": { + "rotation": [0, 0, -10] + }, + "bone38": { + "rotation": [0, 0, -20] + }, + "bone45": { + "position": [0, 0.25, 0], + "scale": { + "0.0": { + "post": [0.4, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone46": { + "position": [0, 0.25, 0], + "scale": [0.4, 1, 1] + } + } + }, + "animation.barbaracle.ground_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "torso": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone21": { + "rotation": { + "0.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 20.56], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "rotation": { + "0.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone26": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + } + }, + "bone27": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone25": { + "rotation": { + "0.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone28": { + "rotation": { + "0.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone29": { + "rotation": { + "0.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone30": { + "rotation": { + "0.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -22.41], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "bone31": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone32": { + "rotation": { + "0.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "bone33": { + "rotation": { + "0.0": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + } + } + }, + "bone34": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone35": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "bone36": { + "rotation": { + "0.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone37": { + "rotation": { + "0.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "bone38": { + "rotation": { + "0.0": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [-33.73499, 9.93191, 14.48174], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-32.39936, 14.02846, 20.9057], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-33.73499, 9.93191, 14.48174], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-8.84179, 49.41933, -11.57495], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [15.02344, 48.15766, 19.80904], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [0, 15, 15], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 15, 15], + "lerp_mode": "catmullrom" + } + } + }, + "bone12": { + "rotation": { + "0.0": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [1.3378, -14.94159, 14.82456], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [1.3378, -14.94159, 14.82456], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [-22.19157, -3.81024, -14.25249], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-21.26765, -7.52076, -23.58597], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-22.19157, -3.81024, -14.25249], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [0, -62.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-14.07606, -61.57276, 15.91377], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [19.29617, -60.51662, -21.90623], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -62.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "rotation": { + "0.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone19": { + "rotation": { + "0.0": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone20": { + "rotation": { + "0.0": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone46": { + "position": { + "0.0": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [0.4, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.4, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone45": { + "position": { + "0.0": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [0.4, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.4, 1, 1], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.barbaracle.special": { + "animation_length": 1.4167, + "bones": { + "torso": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-29.82542, 6.92618, 15.38419], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-16.00378, -16.32772, -5.521], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone21": { + "rotation": { + "0.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "rotation": { + "0.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone26": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + } + }, + "bone27": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone25": { + "rotation": { + "0.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone28": { + "rotation": { + "0.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone29": { + "rotation": { + "0.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-24.17841, -13.27207, -7.05309], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-13.70683, 11.85276, 11.34112], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone30": { + "rotation": { + "0.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "bone31": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone32": { + "rotation": { + "0.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "bone33": { + "rotation": { + "0.0": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + } + } + }, + "bone34": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone35": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "bone36": { + "rotation": { + "0.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone37": { + "rotation": { + "0.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "bone38": { + "rotation": { + "0.0": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [-33.73499, 9.93191, 14.48174], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-29.07634, 55.26413, -8.20319], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-36.53318, -23.2295, 37.3408], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-34.15675, -13.01774, 29.7416], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-33.73499, 9.93191, 14.48174], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 72.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 70, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 55, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [0, 15, 15], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 15, 15], + "lerp_mode": "catmullrom" + } + } + }, + "bone12": { + "rotation": { + "0.0": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [1.3378, -14.94159, 14.82456], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [1.3378, -14.94159, 14.82456], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [-22.19157, -3.81024, -14.25249], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-26.27438, -59.92877, 28.83879], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-25.3657, 28.39067, -28.50887], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-22.92961, 14.68713, -21.92705], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-22.19157, -3.81024, -14.25249], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [0, -62.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, -65, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, -50, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, -62.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "rotation": { + "0.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone19": { + "rotation": { + "0.0": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone20": { + "rotation": { + "0.0": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone46": { + "position": { + "0.0": [0, 0.25, 0], + "0.25": { + "pre": [0, 0.25, 0], + "post": [0, -0.25, 0] + }, + "0.5": { + "pre": [0, -0.25, 0], + "post": [0, 0.25, 0] + }, + "1.4167": { + "pre": [0, 0.25, 0], + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": [0.4, 1, 1], + "0.25": { + "pre": [0.4, 1, 1], + "post": [1, 0.2, 1] + }, + "0.5": { + "pre": [1, 0.2, 1], + "post": [0.4, 1, 1] + }, + "1.4167": { + "pre": [0.4, 1, 1], + "post": [0.4, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone45": { + "position": { + "0.0": [0, 0.25, 0], + "0.25": { + "pre": [0, 0.25, 0], + "post": [0, -0.25, 0] + }, + "0.5": { + "pre": [0, -0.25, 0], + "post": [0, 0.25, 0] + }, + "1.4167": { + "pre": [0, 0.25, 0], + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": [0.4, 1, 1], + "0.25": { + "pre": [0.4, 1, 1], + "post": [1, 0.2, 1] + }, + "0.5": { + "pre": [1, 0.2, 1], + "post": [0.4, 1, 1] + }, + "1.4167": { + "pre": [0.4, 1, 1], + "post": [0.4, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [7.76262, 30.7406, -0.01574], + "lerp_mode": "catmullrom" + }, + "0.5417": [28.13638, 0.36542, 20.24233], + "1.0417": [28.13638, 0.36542, 20.24233], + "1.25": { + "pre": [4.98743, 6.12409, -2.0158], + "post": [4.98743, 6.12409, -2.0158], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left_lower": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15.73], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone44": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": [-7.52832, -4.95712, -16.84574], + "1.0417": [-7.52832, -4.95712, -16.84574], + "1.25": { + "pre": [-3.56373, -1.54004, 2.73156], + "post": [-3.56373, -1.54004, 2.73156], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone48": { + "position": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [0, 0, 0], + "post": [-0.75, 0, 0] + }, + "0.5": { + "pre": [-0.75, 0, 0], + "post": [0, 0, 0] + } + }, + "scale": { + "0.0": [1, 1, 1], + "0.25": { + "pre": [1, 1, 1], + "post": [0.2, 1, 1.4] + }, + "0.5": { + "pre": [0.2, 1, 1.4], + "post": [1, 1, 1] + } + } + }, + "bone49": { + "position": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [0, 0, 0], + "post": [-0.75, 0, 0] + }, + "0.5": { + "pre": [-0.75, 0, 0], + "post": [0, 0, 0] + } + }, + "scale": { + "0.0": [1, 1, 1], + "0.25": { + "pre": [1, 1, 1], + "post": [0.2, 1, 1.4] + }, + "0.5": { + "pre": [0.2, 1, 1.4], + "post": [1, 1, 1] + } + } + }, + "bone50": { + "position": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [0, 0, 0], + "post": [0.75, 0, 0] + }, + "0.5": { + "pre": [0.75, 0, 0], + "post": [0, 0, 0] + } + }, + "scale": { + "0.0": [1, 1, 1], + "0.25": { + "pre": [1, 1, 1], + "post": [0.2, 1, 1.4] + }, + "0.5": { + "pre": [0.2, 1, 1.4], + "post": [1, 1, 1] + } + } + }, + "bone51": { + "position": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [0, 0, 0], + "post": [0.75, 0, 0] + }, + "0.5": { + "pre": [0.75, 0, 0], + "post": [0, 0, 0] + } + }, + "scale": { + "0.0": [1, 1, 1], + "0.25": { + "pre": [1, 1, 1], + "post": [0.2, 1, 1.4] + }, + "0.5": { + "pre": [0.2, 1, 1.4], + "post": [1, 1, 1] + } + } + } + } + }, + "animation.barbaracle.physical": { + "animation_length": 1.9977, + "bones": { + "body": { + "position": { + "0.0": [0, 0, 0], + "0.3425": [0, 0, 0], + "0.6849": [0, 3.75, -3.825], + "1.0274": [0, -0.25, -6.58], + "1.4269": [0, -0.25, -6.58], + "1.9977": [0, 0, 0] + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3425": { + "post": [13.27463, -19.50645, -4.50432], + "lerp_mode": "catmullrom" + }, + "0.6849": { + "post": [14.23453, -4.35886, -13.92869], + "lerp_mode": "catmullrom" + }, + "1.0274": { + "post": [24.25935, 8.40869, 18.35308], + "lerp_mode": "catmullrom" + }, + "1.4269": { + "post": [12.60443, 7.32123, 1.63219], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3425": { + "post": [0, 0, 1.25], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3425": { + "post": [16.17354, -21.69365, -6.1191], + "lerp_mode": "catmullrom" + }, + "0.6849": { + "post": [18.18107, -6.98215, -20.27062], + "lerp_mode": "catmullrom" + }, + "1.0274": { + "post": [32.58448, 35.07995, 19.46667], + "lerp_mode": "catmullrom" + }, + "1.4269": { + "post": [17.19212, 28.87909, 8.49878], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3425": { + "post": [-33.65641, 21.40584, 17.09999], + "lerp_mode": "catmullrom" + }, + "0.9703": { + "post": [-27.95629, -31.72741, -5.64885], + "lerp_mode": "catmullrom" + }, + "1.1986": { + "post": [-26.79835, 5.9585, 12.53902], + "lerp_mode": "catmullrom" + }, + "1.6553": { + "post": [-11.03414, -3.07021, -0.51363], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone21": { + "rotation": { + "0.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.3425": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "0.9703": { + "post": [0, 0, 1.94], + "lerp_mode": "catmullrom" + }, + "1.1986": { + "post": [0, 0, 38.96], + "lerp_mode": "catmullrom" + }, + "1.6553": { + "post": [0, 0, 29.29], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "rotation": { + "0.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.3128": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.6553": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone26": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + } + }, + "bone27": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone25": { + "rotation": { + "0.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone28": { + "rotation": { + "0.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone29": { + "rotation": { + "0.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3425": { + "post": [0.53397, -16.44158, -14.35272], + "lerp_mode": "catmullrom" + }, + "0.9703": { + "post": [0.23509, 11.31699, 19.3094], + "lerp_mode": "catmullrom" + }, + "1.2557": { + "post": [7.08392, -25.05235, -32.22105], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone30": { + "rotation": { + "0.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.3425": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "1.1986": { + "post": [0, 0, -36.93], + "lerp_mode": "catmullrom" + }, + "1.6553": { + "post": [0, 0, -9.05], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "bone31": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.3128": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.5982": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone32": { + "rotation": { + "0.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "bone33": { + "rotation": { + "0.0": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + } + } + }, + "bone34": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone35": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "bone36": { + "rotation": { + "0.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone37": { + "rotation": { + "0.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "bone38": { + "rotation": { + "0.0": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [-33.73499, 9.93191, 14.48174], + "lerp_mode": "catmullrom" + }, + "0.3425": { + "post": [-34.15675, -13.01774, 29.7416], + "lerp_mode": "catmullrom" + }, + "0.6849": { + "post": [-57.6371, 15.16472, -36.31223], + "lerp_mode": "catmullrom" + }, + "1.0274": { + "post": [-26.1205, 54.8719, 13.33105], + "lerp_mode": "catmullrom" + }, + "1.4269": { + "post": [-26.1205, 54.8719, 13.33105], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [-33.73499, 9.93191, 14.48174], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + }, + "0.3425": { + "post": [-54.80169, 80.63138, -60.90484], + "lerp_mode": "catmullrom" + }, + "0.6849": { + "post": [-11.69208, 48.97354, -15.33981], + "lerp_mode": "catmullrom" + }, + "1.0274": { + "post": [11.3123, 23.18361, 36.69448], + "lerp_mode": "catmullrom" + }, + "1.4269": { + "post": [-2.58406, 25.53703, 3.78115], + "lerp_mode": "catmullrom" + }, + "1.7123": { + "post": [-3.74163, 62.88579, -2.16986], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "0.6849": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.0274": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [0, 15, 15], + "lerp_mode": "catmullrom" + }, + "1.0274": { + "post": [3.96713, 14.47751, 30.50409], + "lerp_mode": "catmullrom" + }, + "1.4269": { + "post": [3.96713, 14.47751, 30.50409], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 15, 15], + "lerp_mode": "catmullrom" + } + } + }, + "bone12": { + "rotation": { + "0.0": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0274": { + "post": [0, 0, 37.5], + "lerp_mode": "catmullrom" + }, + "1.4269": { + "post": [0, 0, 37.5], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [1.3378, -14.94159, 14.82456], + "lerp_mode": "catmullrom" + }, + "1.0274": { + "post": [-5.23619, -14.0761, 40.6469], + "lerp_mode": "catmullrom" + }, + "1.4269": { + "post": [-5.23619, -14.0761, 40.6469], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [1.3378, -14.94159, 14.82456], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [-22.19157, -3.81024, -14.25249], + "lerp_mode": "catmullrom" + }, + "0.3425": { + "post": [-3.13908, -42.31125, 5.93313], + "lerp_mode": "catmullrom" + }, + "0.6849": { + "post": [-3.44257, 47.59439, 1.27554], + "lerp_mode": "catmullrom" + }, + "1.0274": { + "post": [-5.1651, 43.23684, 1.01204], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [-22.19157, -3.81024, -14.25249], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [0, -62.5, 0], + "lerp_mode": "catmullrom" + }, + "0.3425": { + "post": [0, -80, 0], + "lerp_mode": "catmullrom" + }, + "1.0274": { + "post": [0, -54.37, 0], + "lerp_mode": "catmullrom" + }, + "1.3699": { + "post": [0, -70.07, 0], + "lerp_mode": "catmullrom" + }, + "1.7123": { + "post": [0, -79.24, 0], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, -62.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "rotation": { + "0.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone19": { + "rotation": { + "0.0": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone20": { + "rotation": { + "0.0": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3425": { + "post": [-7.97532, 19.82169, -2.71994], + "lerp_mode": "catmullrom" + }, + "1.0274": { + "post": [-9.13039, -34.65749, 5.22206], + "lerp_mode": "catmullrom" + }, + "1.4269": { + "post": [-7.97532, -19.82169, 2.71994], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone46": { + "position": { + "0.0": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [0.4, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0.4, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone45": { + "position": { + "0.0": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [0.4, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0.4, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3425": { + "post": [11.1622, -0.70956, -7.0349], + "lerp_mode": "catmullrom" + }, + "0.6849": { + "post": [25.1784, 34.10289, -25.69926], + "lerp_mode": "catmullrom" + }, + "1.0274": { + "post": [10.02921, 43.57617, -21.2701], + "lerp_mode": "catmullrom" + }, + "1.4269": { + "post": [10.02921, 43.57617, -21.2701], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3425": { + "post": [0, 0, 0.75], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right_lower": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3425": { + "post": [0, 0, 13.75], + "lerp_mode": "catmullrom" + }, + "0.6849": { + "post": [0, 0, 28.75], + "lerp_mode": "catmullrom" + }, + "1.0274": { + "post": [0, 0, -3.75], + "lerp_mode": "catmullrom" + }, + "1.4269": { + "post": [0, 0, -3.75], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone39": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3425": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.6849": { + "post": [-12.5, 0, 13], + "lerp_mode": "catmullrom" + }, + "1.0274": { + "post": [-22.5, 0, 40.5], + "lerp_mode": "catmullrom" + }, + "1.4269": { + "post": [-22.5, 0, 40.5], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3425": { + "post": [-0.175, 1.375, 0], + "lerp_mode": "catmullrom" + }, + "0.6849": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone43": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0274": { + "post": [7.0525, -1.01437, 2.28175], + "lerp_mode": "catmullrom" + }, + "1.4269": { + "post": [7.0525, -1.01437, 2.28175], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3425": { + "post": [-5.50402, -22.7156, 5.63989], + "lerp_mode": "catmullrom" + }, + "0.6849": { + "post": [-11.64021, -5.98405, -5.24428], + "lerp_mode": "catmullrom" + }, + "1.0274": { + "post": [21.48459, 7.33499, 15.2974], + "lerp_mode": "catmullrom" + }, + "1.4269": { + "post": [21.48459, 7.33499, 15.2974], + "lerp_mode": "catmullrom" + }, + "1.7123": { + "post": [-11.33742, 14.40567, -21.92717], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3425": { + "post": [0, 0.75, 2], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left_lower": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3425": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "0.6849": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.0274": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4269": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7123": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone44": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3425": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "0.6849": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.barbaracle.ground_walk": { + "loop": true, + "animation_length": 2, + "bones": { + "body": { + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 2.75, 0], + "1.0": [0, 0.25, 0], + "1.5": [0, 2.75, 0], + "2.0": [0, 0, 0] + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [15.50409, -14.47751, -3.96713], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [15.01365, -2.41476, -0.64743], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [15.50409, 14.47751, 3.96713], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [15.01365, -2.41476, -0.64743], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [15.50409, -14.47751, -3.96713], + "lerp_mode": "catmullrom" + } + } + }, + "bone21": { + "rotation": [0, 0, 10] + }, + "bone22": { + "rotation": [0, 0, 12.5] + }, + "bone26": { + "rotation": [0, 0, 15] + }, + "bone27": { + "rotation": [0, 0, 20] + }, + "bone23": { + "rotation": [0, 0, 17.5] + }, + "bone24": { + "rotation": [0, 0, 12.5] + }, + "bone25": { + "rotation": [0, 0, 17.5] + }, + "bone28": { + "rotation": [0, 0, 17.5] + }, + "bone29": { + "rotation": [0, 0, 17.5] + }, + "bone30": { + "rotation": [0, 0, -10] + }, + "bone31": { + "rotation": [0, 0, -12.5] + }, + "bone32": { + "rotation": [0, 0, -10] + }, + "bone33": { + "rotation": [0, 0, -20] + }, + "bone34": { + "rotation": [0, 0, -12.5] + }, + "bone35": { + "rotation": [0, 0, -15] + }, + "bone36": { + "rotation": [0, 0, -17.5] + }, + "bone37": { + "rotation": [0, 0, -10] + }, + "bone38": { + "rotation": [0, 0, -20] + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0.07906, -17.13738, 32.67689], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0.07614, -7.13739, 32.69072], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-15.14347, 8.73871, 39.3978], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0.07614, -7.13739, 32.69072], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.07906, -17.13738, 32.67689], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 27.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 65, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": [0, 0, 7.5] + }, + "bone11": { + "rotation": [0, 15, 15] + }, + "bone12": { + "rotation": [0, 0, 25] + }, + "bone6": { + "rotation": [0, 0, 15] + }, + "bone7": { + "rotation": [0, 0, 20] + }, + "bone8": { + "rotation": [0, 0, 22.5] + }, + "bone9": { + "rotation": [1.3378, -14.94159, 14.82456] + }, + "bone10": { + "rotation": [0, 0, 30] + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [-11.6747, -15.79698, -38.40909], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-11.84922, 18.51171, -45.43967], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-8.49818, 34.58402, -40.20912], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-11.84922, 18.51171, -45.43967], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-11.6747, -15.79698, -38.40909], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [0, -47.5, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, -67.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -47.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -32.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -47.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": [0, -15, 0] + }, + "bone15": { + "rotation": [0, 0, -22.5] + }, + "bone17": { + "rotation": [0, 0, -15] + }, + "bone18": { + "rotation": [0, 0, -12.5] + }, + "bone19": { + "rotation": [0, 12.5, 0] + }, + "bone20": { + "rotation": [0, 0, -25] + }, + "head": { + "rotation": { + "0.0": { + "post": [-7.7614, 14.8687, -2.00307], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-7.50706, -2.4786, 0.32652], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-7.85952, -17.34551, 2.35666], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-7.50706, -2.4786, 0.32652], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-7.7614, 14.8687, -2.00307], + "lerp_mode": "catmullrom" + } + } + }, + "bone46": { + "position": [0, 0.25, 0], + "scale": [0.4, 1, 1] + }, + "bone45": { + "position": [0, 0.25, 0], + "scale": [0.4, 1, 1] + }, + "leg_right": { + "rotation": { + "0.0": { + "post": [64.18425, 29.67035, -38.86418], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [64.27598, 19.67739, -39.25096], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [42.34427, -13.09393, -23.51606], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [26.28047, -13.82256, -17.18183], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [38.59073, 12.54435, -36.13496], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [64.18425, 29.67035, -38.86418], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -1.75], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -0.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right_lower": { + "rotation": { + "0.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "bone39": { + "rotation": { + "0.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + } + } + }, + "bone43": { + "rotation": { + "0.0": { + "post": [-10, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-0.95862, -5.35355, -4.60382], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-0.75363, 4.6824, -2.2628], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5.79799, 0.87241, -2.31563], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-10, 0, 27.5], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [28.17367, 16.7882, 20.3787], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [39.83177, -14.1956, 33.08101], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [47.74628, -37.15983, 35.03232], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [47.18163, -22.63938, 31.21764], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [28.08415, 14.63676, 12.22957], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [28.17367, 16.7882, 20.3787], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0.25], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left_lower": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone44": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-7.44081, -0.54094, -12.48848], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0.83317, 3.12884, 1.06552], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-15, 0, -52.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [2.19839, 1.00818, -6.37949], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.barbaracle.blink": { + "animation_length": 0.25, + "bones": { + "bone46": { + "position": { + "0.0": [0, 0.25, 0], + "0.25": { + "pre": [0, 0.25, 0], + "post": [0, -0.25, 0] + } + }, + "scale": { + "0.0": [0.4, 1, 1], + "0.25": { + "pre": [0.4, 1, 1], + "post": [1, 0.2, 1] + } + } + }, + "bone45": { + "position": { + "0.0": [0, 0.25, 0], + "0.25": { + "pre": [0, 0.25, 0], + "post": [0, -0.25, 0] + } + }, + "scale": { + "0.0": [0.4, 1, 1], + "0.25": { + "pre": [0.4, 1, 1], + "post": [1, 0.2, 1] + } + } + }, + "bone51": { + "position": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [0, 0, 0], + "post": [0.75, 0, 0] + } + }, + "scale": { + "0.0": [1, 1, 1], + "0.25": { + "pre": [1, 1, 1], + "post": [0.2, 1, 1.4] + } + } + }, + "bone48": { + "position": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [0, 0, 0], + "post": [-0.75, 0, 0] + } + }, + "scale": { + "0.0": [1, 1, 1], + "0.25": { + "pre": [1, 1, 1], + "post": [0.2, 1, 1.4] + } + } + }, + "bone49": { + "position": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [0, 0, 0], + "post": [-0.75, 0, 0] + } + }, + "scale": { + "0.0": [1, 1, 1], + "0.25": { + "pre": [1, 1, 1], + "post": [0.2, 1, 1.4] + } + } + }, + "bone50": { + "position": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [0, 0, 0], + "post": [0.75, 0, 0] + } + }, + "scale": { + "0.0": [1, 1, 1], + "0.25": { + "pre": [1, 1, 1], + "post": [0.2, 1, 1.4] + } + } + } + } + }, + "animation.barbaracle.recoil": { + "animation_length": 1.1667, + "bones": { + "body": { + "position": { + "0.0": [0, 0, 0], + "0.1667": [0, 2, 0], + "0.4583": [0, 0, 0] + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [21.25686, -27.0478, 5.16524], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [21.25686, -27.0478, 5.16524], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-30.56575, -27.74975, -21.70823], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone21": { + "rotation": { + "0.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "rotation": { + "0.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone26": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + } + }, + "bone27": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone25": { + "rotation": { + "0.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone28": { + "rotation": { + "0.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone29": { + "rotation": { + "0.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-29.15712, 30.32448, 12.2921], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone30": { + "rotation": { + "0.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "bone31": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone32": { + "rotation": { + "0.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "bone33": { + "rotation": { + "0.0": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + } + } + }, + "bone34": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone35": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "bone36": { + "rotation": { + "0.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone37": { + "rotation": { + "0.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "bone38": { + "rotation": { + "0.0": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [-33.73499, 9.93191, 14.48174], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-38.37521, 28.2178, 0.52509], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-35.39319, -19.18145, 34.19182], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-35.39319, -19.18145, 34.19182], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-33.73499, 9.93191, 14.48174], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [0, 15, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 15, 15], + "lerp_mode": "catmullrom" + } + } + }, + "bone12": { + "rotation": { + "0.0": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [1.3378, -14.94159, 14.82456], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [1.3378, -14.94159, 14.82456], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [-22.19157, -3.81024, -14.25249], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-31.4939, 43.82907, -38.79524], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-31.4939, 43.82907, -38.79524], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-22.19157, -3.81024, -14.25249], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [0, -62.5, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, -62.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "rotation": { + "0.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone19": { + "rotation": { + "0.0": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone20": { + "rotation": { + "0.0": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-20.35952, 17.34551, -2.35666], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [11.74669, -9.58121, -8.00853], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [11.74669, -9.58121, -8.00853], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone46": { + "position": { + "0.0": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [0.4, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0.4, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone45": { + "position": { + "0.0": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [0.4, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0.4, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": [24.79114, 3.9187, -18.85949], + "0.4583": [0, 0, 0] + } + }, + "leg_right_lower": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": [0, 0, 15], + "0.4583": [0, 0, 0] + } + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0.29252, 24.45305, -27.10698], + "lerp_mode": "catmullrom" + }, + "0.4167": [-5.37617, -26.17706, 0.21307], + "0.75": [-5.37617, -26.17706, 0.21307], + "0.9583": { + "pre": [-8.77183, -8.34343, -12.95856], + "post": [-8.77183, -8.34343, -12.95856], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": [0.75, 0, 4], + "0.75": [0.75, 0, 4], + "1.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left_lower": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone44": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-9.99108, -0.64788, -12.41956], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-9.99108, -0.64788, -12.41956], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.barbaracle.faint": { + "animation_length": 6.8333, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": [0, 0, 0], + "0.625": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-47.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "0.1667": [0, 2, 0], + "0.625": { + "pre": [0, 2, 0], + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0.73, 2], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, -9.27, 2], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-30.56575, -27.74975, -21.70823], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-30.28923, 32.77137, 0.0002], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-25.2884, -43.70287, -30.64683], + "lerp_mode": "catmullrom" + } + } + }, + "bone21": { + "rotation": { + "0.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "rotation": { + "0.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone26": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + } + }, + "bone27": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone25": { + "rotation": { + "0.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone28": { + "rotation": { + "0.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone29": { + "rotation": { + "0.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-29.15712, 30.32448, 12.2921], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-32.62555, -15.13595, -4.44825], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-24.1867, 43.85328, 20.46806], + "lerp_mode": "catmullrom" + } + } + }, + "bone30": { + "rotation": { + "0.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "bone31": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone32": { + "rotation": { + "0.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "bone33": { + "rotation": { + "0.0": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + } + } + }, + "bone34": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone35": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "bone36": { + "rotation": { + "0.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone37": { + "rotation": { + "0.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "bone38": { + "rotation": { + "0.0": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [-33.73499, 9.93191, 14.48174], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-38.37521, 28.2178, 0.52509], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-38.37521, 28.2178, 0.52509], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-48.11736, 45.848, 46.10098], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-90.88332, -11.21401, 35.58019], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [0, 15, 15], + "lerp_mode": "catmullrom" + } + } + }, + "bone12": { + "rotation": { + "0.0": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [1.3378, -14.94159, 14.82456], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [-22.19157, -3.81024, -14.25249], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-22.19157, -3.81024, -14.25249], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-26.55959, -49.34467, -45.40794], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-91.69818, 8.85997, -25.68867], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [0, -62.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "rotation": { + "0.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone19": { + "rotation": { + "0.0": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone20": { + "rotation": { + "0.0": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-20.35952, 17.34551, -2.35666], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-24.19922, 35.88958, -10.80265], + "lerp_mode": "catmullrom" + } + } + }, + "bone46": { + "position": { + "0.0": [0, 0.25, 0], + "0.25": {"pre": [0, 0.25, 0], "post": [0, -0.25, 0]} + }, + "scale": { + "0.0": [0.4, 1, 1], + "0.25": {"pre": [0.4, 1, 1], "post": [1, 0.2, 1]} + } + }, + "bone45": { + "position": { + "0.0": [0, 0.25, 0], + "0.25": {"pre": [0, 0.25, 0], "post": [0, -0.25, 0]} + }, + "scale": { + "0.0": [0.4, 1, 1], + "0.25": {"pre": [0.4, 1, 1], "post": [1, 0.2, 1]} + } + }, + "leg_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": [24.79114, 3.9187, -18.85949] + } + }, + "leg_right_lower": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": [0, 0, 15], + "1.4167": [0, 0, 25] + } + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0.29252, 24.45305, -27.10698], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0.29252, 24.45305, -27.10698], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [33.42033, -5.49775, 15.28042], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left_lower": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -42.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone44": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone48": { + "position": { + "0.0": [0, 0, 0], + "0.25": {"pre": [0, 0, 0], "post": [-0.75, 0, 0]} + }, + "scale": { + "0.0": [1, 1, 1], + "0.25": {"pre": [1, 1, 1], "post": [0.2, 1, 1.4]} + } + }, + "bone49": { + "position": { + "0.0": [0, 0, 0], + "0.25": {"pre": [0, 0, 0], "post": [-0.75, 0, 0]} + }, + "scale": { + "0.0": [1, 1, 1], + "0.25": {"pre": [1, 1, 1], "post": [0.2, 1, 1.4]} + } + }, + "bone50": { + "position": { + "0.0": [0, 0, 0], + "0.25": {"pre": [0, 0, 0], "post": [0.75, 0, 0]} + }, + "scale": { + "0.0": [1, 1, 1], + "0.25": {"pre": [1, 1, 1], "post": [0.2, 1, 1.4]} + } + }, + "bone51": { + "position": { + "0.0": [0, 0, 0], + "0.25": {"pre": [0, 0, 0], "post": [0.75, 0, 0]} + }, + "scale": { + "0.0": [1, 1, 1], + "0.25": {"pre": [1, 1, 1], "post": [0.2, 1, 1.4]} + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/baxcalibur/baxcalibur.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/baxcalibur/baxcalibur.animation.json new file mode 100644 index 0000000..28b3619 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/baxcalibur/baxcalibur.animation.json @@ -0,0 +1,124 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.baxcalibur.ground_idle": { + "loop": true, + "bones": { + "arm_left": { + "rotation": [0, "0-Math.cos((query.anim_time - 0.5) * 90) * 2", 35] + }, + "head": { + "rotation": ["-15-Math.cos((query.anim_time - 0.8) * 90) * 2", 0, 0] + }, + "bone11": { + "rotation": ["5-Math.cos((query.anim_time - 0.8) * 90) * 2", 0, 0], + "position": [0, 0, 0.25] + }, + "arm_left2": { + "rotation": [0, "67.5-Math.cos((query.anim_time - 0.8) * 90) * 2", 0], + "position": [-2, 0, 2] + }, + "arm_right": { + "rotation": [0, "0+Math.cos((query.anim_time - 0.5) * 90) * 2", -35] + }, + "arm_right2": { + "rotation": [0, "-67.5+Math.cos((query.anim_time - 0.8) * 90) * 2", 0], + "position": [2, 0, 2] + }, + "torso": { + "rotation": ["7.5-Math.cos((query.anim_time - 0.2) * 90) * 2", "-Math.cos((query.anim_time - 0.2) * 90) * 2", 0] + }, + "neck": { + "rotation": ["5-Math.cos((query.anim_time - 0.5) * 90) * 2", 0, 0] + }, + "body": { + "rotation": [0, 0, 0] + }, + "tail": { + "rotation": [0, "0-Math.cos((query.anim_time - 0.5) * 90) * 2", 0] + }, + "tail2": { + "rotation": [0, "0-Math.cos((query.anim_time - 0.8) * 90) * 2", 0] + } + } + }, + "animation.baxcalibur.ground_walk": { + "loop": true, + "bones": { + "wing_left": { + "rotation": [0, -10, 0] + }, + "forearm_left": { + "rotation": [0, "5-math.sin(query.anim_time*90*3*1.5)*6", 0] + }, + "hand_left": { + "rotation": [0, 0, 15] + }, + "fire": { + "rotation": [-20, 0, 0] + }, + "forearm_right": { + "rotation": [0, "-5-math.sin(query.anim_time*90*3*1.5+30)*6", 0] + }, + "hand_right": { + "rotation": [0, 0, -15] + }, + "wing_right": { + "rotation": [0, 10, 0] + }, + "body": { + "rotation": ["math.clamp(math.sin(query.anim_time*180*3*1.5/2+20)*1,0.2,0.9)+math.clamp(-math.sin(query.anim_time*180*3*1.5/2)*1,0.2,0.9)-0.8", 0, 0], + "position": [ + 0, + "-math.clamp(math.sin(-query.anim_time*90*3*1.5-90+45/2)*0.5,0,1)-math.clamp(math.sin(-query.anim_time*90*3*1.5-90+45/2+180)*0.5,0,1)+0.3", + "-math.clamp(math.sin(query.anim_time*90*3*1.5+90)*0.2,0,0.2)-math.clamp(math.sin(-query.anim_time*90*3*1.5-90)*0.2,0,0.2)" + ] + }, + "arm_left": { + "rotation": [0, "-math.sin(query.anim_time*90*3*1.5)*10", "35+2*(math.sin(q.anim_time*90*9)*1+1)"] + }, + "arm_left2": { + "rotation": [0, 67.5, 0], + "position": [-2, 0, 2] + }, + "arm_right": { + "rotation": [0, "-math.sin(query.anim_time*90*3*1.5+30)*10", "-35-2*(math.sin(q.anim_time*90*9)*1+1)"] + }, + "arm_right2": { + "rotation": [0, -67.5, 0], + "position": [2, 0, 2] + }, + "leg_right": { + "rotation": [ + "-math.clamp(math.sin(query.anim_time*90*3*1.5+45+180)*20,-15,14)-math.clamp(math.sin(query.anim_time*90*3*1.5+45+180)*20,0,20)+math.clamp(-math.sin(query.anim_time*90*3*1.5+180*2)*15,5,15)-5", + 0, + 0 + ], + "position": [ + 0, + "0.2-math.clamp(math.sin(query.anim_time*90*3*1.5+25+180)*0.2,0,0.2)-math.clamp(-math.sin(query.anim_time*90*3*1.5+25+180)*0.4,0,0.3)+math.clamp(-math.sin(query.anim_time*90*3*1.5+25+180)*0.8,0.5,0.8)-math.clamp(-math.sin(query.anim_time*90*3*1.5+25+180*2)*0.8,0.5,0.8)", + "-math.clamp(math.sin(query.anim_time*90*3*1.5+180)*0.5,-0.25,1)-math.clamp(math.sin(query.anim_time*90*3*1.5+180)*0.25,-0.8,0)" + ] + }, + "foot_right": { + "rotation": ["math.clamp(math.sin(query.anim_time*90*3*1.5+45+180)*15,-14,14)+math.clamp(math.sin(query.anim_time*90*3*1.5+45+180)*15,0,8)", 0, 0] + }, + "leg_left": { + "rotation": [ + "-math.clamp(math.sin(query.anim_time*90*3*1.5+45)*20,-15,14)-math.clamp(math.sin(query.anim_time*90*3*1.5+45)*20,0,20)+math.clamp(-math.sin(query.anim_time*90*3*1.5+180)*15,5,15)-5", + 0, + 0 + ], + "position": [ + 0, + "-math.clamp(math.sin(query.anim_time*90*3*1.5+25)*0.2,0,0.2)-math.clamp(-math.sin(query.anim_time*90*3*1.5+25)*0.4,0,0.3)+math.clamp(-math.sin(query.anim_time*90*3*1.5+25)*0.8,0.5,0.8)-math.clamp(-math.sin(query.anim_time*90*3*1.5+25+180)*0.8,0.5,0.8)", + "-math.clamp(math.sin(query.anim_time*90*3*1.5)*0.5,-0.25,1)-math.clamp(math.sin(query.anim_time*90*3*1.5)*0.25,-0.8,0)" + ] + }, + "foot_left": { + "rotation": ["math.clamp(math.sin(query.anim_time*90*3*1.5+45)*15,-14,14)+math.clamp(math.sin(query.anim_time*90*3*1.5+45)*15,0,8)", 0, 0] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/bellibolt/bellibolt.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/bellibolt/bellibolt.animation.json new file mode 100644 index 0000000..0e2c154 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/bellibolt/bellibolt.animation.json @@ -0,0 +1,99 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.bellibolt.ground_walk": { + "loop": true, + "animation_length": 1.3333, + "bones": { + "left_leg": { + "rotation": [ + "math.clamp(math.sin(query.anim_time*90*3*1+180)*22.5,-22,0)+math.clamp(math.sin(query.anim_time*90*3*1+180)*22.5,0,22)", + 0, + "-(math.clamp(math.sin(query.anim_time*90*3*1+190)*20.5,-20,0))" + ], + "position": [0, "math.clamp(math.sin(query.anim_time*90*3*1+200+180)*1.25,-0.1,1.25)", "0+math.sin(q.anim_time*90*3-75+180)*1"] + }, + "left_leg2": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*1-90+180)*12.5,-0,12)+math.clamp(math.sin(query.anim_time*90*3*1-190+180)*17.5,-17,0)", 0, 0] + }, + "right_leg": { + "rotation": [ + "math.clamp(math.sin(query.anim_time*90*3*1+0)*22.5,-22,0)+math.clamp(math.sin(query.anim_time*90*3*1+0)*22.5,0,22)", + 0, + "math.clamp(math.sin(query.anim_time*90*3*1+10)*20.5,-20,0)" + ], + "position": [0, "math.clamp(math.sin(query.anim_time*90*3*1+200)*1.25,-0.1,1.25)", "0+math.sin(q.anim_time*90*3-75)*1"] + }, + "right_leg2": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*1-90)*12.5,-0,12)+math.clamp(math.sin(query.anim_time*90*3*1-190)*17.5,-17,0)", 0, 0] + }, + "torso_bot": { + "rotation": ["5+math.sin(q.anim_time*90*6-120+180)*2", "0+math.sin(q.anim_time*90*3-75+180)*7", "0+math.sin(q.anim_time*90*3+15)*7.5"], + "position": { + "0.0": [0, "0+math.sin(q.anim_time*90*6-120)*0.75", 0], + "0.0417": [0, "-0.4+math.sin(q.anim_time*90*6-120)*0.75", 0], + "0.125": [0, "0+math.sin(q.anim_time*90*6-120)*0.75", 0], + "0.6667": [0, "0+math.sin(q.anim_time*90*6-120)*0.75", 0], + "0.7083": [0, "-0.4+math.sin(q.anim_time*90*6-120)*0.75", 0], + "0.7917": [0, "0+math.sin(q.anim_time*90*6-120)*0.75", 0], + "1.3333": [0, "0+math.sin(q.anim_time*90*6-120)*0.75", 0] + } + }, + "head": { + "rotation": ["-2+math.sin(q.anim_time*90*6-140)*1.5", "0+math.sin(q.anim_time*90*3-105)*3.5", "0+math.sin(q.anim_time*90*3-25+180)*4"], + "position": [0, 0, 0.35] + }, + "arm_right": { + "rotation": [0, "math.sin(q.anim_time*90*3-0)*17.5", "-20+math.sin(q.anim_time*90*6-130)*7.5"] + }, + "arm_left": { + "rotation": [0, "math.sin(q.anim_time*90*3-0)*17.5", "20 +math.sin(q.anim_time*90*6-130+180)*7.5"] + } + } + }, + "animation.bellibolt.ground_idle": { + "loop": true, + "bones": { + "torso_bot": { + "rotation": ["5+math.sin(q.anim_time*90*2-0)*-1.5", 0, "0+math.sin(q.anim_time*90*1-90)*-1"] + }, + "head": { + "rotation": ["math.sin(q.anim_time*90*2+30+90)*-2", 0, "math.sin(q.anim_time*90*1-110+180)*-3"] + }, + "arm_right": { + "rotation": [0, 0, "-37.5+math.sin(q.anim_time*90*2+60)*-2.5"] + }, + "arm_left": { + "rotation": [0, 0, "37.5+math.sin(q.anim_time*90*2+60+180)*-2.5"] + } + } + }, + "animation.bellibolt.blink": { + "animation_length": 0.625, + "bones": { + "eye_left2": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + }, + "eye_right2": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/binacle/binacle.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/binacle/binacle.animation.json new file mode 100644 index 0000000..96e8157 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/binacle/binacle.animation.json @@ -0,0 +1,3349 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.binacle.pose": { + "loop": true, + "bones": { + "bone4": { + "rotation": [12.5, 0, 0] + }, + "bone17": { + "rotation": [7.5, 0, 0] + }, + "bone18": { + "rotation": [2.5, 0, 0], + "position": [0, -1.5, 0] + }, + "other_head": { + "rotation": [-9.91615, 1.29876, 7.38733] + }, + "bone21": { + "rotation": [15, 0, 0] + }, + "bone22": { + "rotation": [20, 0, 0] + }, + "bone23": { + "rotation": [15, 0, 0] + }, + "bone24": { + "rotation": [14.65993, -3.21132, 12.08681] + }, + "bone25": { + "rotation": [20, 0, 0] + }, + "bone26": { + "rotation": [19.71975, 3.40487, -9.40804] + }, + "bone27": { + "rotation": [15, 0, 0] + }, + "bone29": { + "position": [0.375, -0.25, 0], + "scale": { + "0.0": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone30": { + "position": [0.5, 0.025, 0], + "scale": { + "0.0": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": [12.5, 0, 0] + }, + "bone3": { + "rotation": [10, 0, 0] + }, + "head": { + "rotation": [-9.7987, 9.74557, -16.89528] + }, + "bone5": { + "rotation": [17.5, 0, 0] + }, + "bone6": { + "rotation": [15, 0, 0] + }, + "bone7": { + "rotation": [12.5, 0, 0] + }, + "bone10": { + "rotation": [9.76758, 2.15393, -12.31594] + }, + "bone11": { + "rotation": [22.5, 0, 0] + }, + "bone8": { + "rotation": [14.65993, -3.21132, 12.08681] + }, + "bone9": { + "rotation": [22.5, 0, 0] + }, + "bone15": { + "position": [-0.25, -0.5, 0], + "scale": { + "0.0": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "position": [-0.25, -0.5, 0], + "scale": { + "0.0": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone20": { + "rotation": [0, 0, 10] + }, + "bone13": { + "rotation": [0, 0, -15] + } + } + }, + "animation.binacle.ground_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "bone4": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1.25, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -1.25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "other_head": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone21": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [29.40842, -6.21271, 10.86815], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [19.40842, -6.21271, 10.86815], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [29.40842, -6.21271, 10.86815], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [29.40842, -6.21271, 10.86815], + "lerp_mode": "catmullrom" + } + } + }, + "bone25": { + "rotation": { + "0.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone26": { + "rotation": { + "0.0": { + "post": [26.40319, 7.98133, -15.62489], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [16.40319, 7.98133, -15.62489], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [23.90319, 7.98133, -15.62489], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [26.40319, 7.98133, -15.62489], + "lerp_mode": "catmullrom" + } + } + }, + "bone27": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone29": { + "scale": { + "0.0": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone30": { + "scale": { + "0.0": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [13.13, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-30.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [24.47761, 5.24826, -11.36081], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [16.97761, 5.24826, -11.36081], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [31.97761, 5.24826, -11.36081], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [24.47761, 5.24826, -11.36081], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [26.94093, -5.73576, 11.12501], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [11.94093, -5.73576, 11.12501], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [24.44093, -5.73576, 11.12501], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [26.94093, -5.73576, 11.12501], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "scale": { + "0.0": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "scale": { + "0.0": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.binacle.blink": { + "animation_length": 0.25, + "bones": { + "bone29": { + "position": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [0, 0, 0], + "post": [0, -0.25, 0] + } + }, + "scale": { + "0.0": [0.7, 0.7, 1], + "0.25": { + "pre": [0.7, 0.7, 1], + "post": [1, 0.2, 1] + } + } + }, + "bone30": { + "position": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [0, 0, 0], + "post": [0, -0.25, 0] + } + }, + "scale": { + "0.0": [0.7, 0.7, 1], + "0.25": { + "pre": [0.7, 0.7, 1], + "post": [1, 0.2, 1] + } + } + }, + "bone15": { + "position": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [0, 0, 0], + "post": [0, -0.25, 0] + } + }, + "scale": { + "0.0": [0.7, 0.7, 1], + "0.25": { + "pre": [0.7, 0.7, 1], + "post": [1, 0.2, 1] + } + } + }, + "bone14": { + "position": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [0, 0, 0], + "post": [0, -0.25, 0] + } + }, + "scale": { + "0.0": [0.7, 0.7, 1], + "0.25": { + "pre": [0.7, 0.7, 1], + "post": [1, 0.2, 1] + } + } + } + } + }, + "animation.binacle.physical": { + "animation_length": 1.625, + "bones": { + "bone4": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [57.46964, 14.88668, -9.30578], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [8.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [10.77, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-13.01, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1.25, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0.15, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0.15, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, -1.25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "other_head": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-27.35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [23.44, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [23.44, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone21": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [26, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [29.40842, -6.21271, 10.86815], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [16.90842, -6.21271, 10.86815], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [23.56858, -6.21271, 10.86815], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [29.40842, -6.21271, 10.86815], + "lerp_mode": "catmullrom" + } + } + }, + "bone25": { + "rotation": { + "0.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone26": { + "rotation": { + "0.0": { + "post": [26.40319, 7.98133, -15.62489], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [11.40319, 7.98133, -15.62489], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [25.89537, 7.98133, -15.62489], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [26.40319, 7.98133, -15.62489], + "lerp_mode": "catmullrom" + } + } + }, + "bone27": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone29": { + "position": { + "0.0": [0, 0, 0], + "0.375": [0, 0.25, 0], + "1.0": [0, 0.5, 0], + "1.625": [0, 0, 0] + }, + "scale": { + "0.0": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone30": { + "position": { + "0.0": [0, 0, 0], + "0.375": [0, 0.25, 0], + "1.0": [0, 0.25, 0], + "1.625": [0, 0, 0] + }, + "scale": { + "0.0": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [51.94325, -9.69923, 20.14292], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [7.17, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [12.18, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-18.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-30.59, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [20.46, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [20.46, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [26.07, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [24.47761, 5.24826, -11.36081], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [11.97761, 5.24826, -11.36081], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [25.81505, 5.24826, -11.36081], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [24.47761, 5.24826, -11.36081], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [26.94093, -5.73576, 11.12501], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [6.94093, -5.73576, 11.12501], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [29.08085, -5.73576, 11.12501], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [26.94093, -5.73576, 11.12501], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "position": { + "0.0": [0, 0, 0], + "0.375": [0, 0.25, 0], + "1.0": [0, 0.25, 0], + "1.625": [0, 0, 0] + }, + "scale": { + "0.0": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "position": { + "0.0": [0, 0, 0], + "0.375": [0, 0.25, 0], + "1.0": [0, 0.25, 0], + "1.625": [0, 0, 0] + }, + "scale": { + "0.0": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.binacle.special": { + "animation_length": 1.5, + "bones": { + "bone4": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1.25, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -1.25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "other_head": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone19": { + "position": { + "0.0": [0, 0, 0], + "0.5": { + "pre": [0, 0, 0], + "post": [0, 0, -1] + }, + "1.0": { + "pre": [0, 0, -1], + "post": [0, 0, -1] + }, + "1.5": { + "pre": [0, 0, -1], + "post": [0, 0, 0] + } + } + }, + "bone20": { + "position": { + "0.0": [0, 0, 0], + "0.5": { + "pre": [0, 0, 0], + "post": [0, 0, 1] + }, + "1.0": { + "pre": [0, 0, 1], + "post": [0, 0, 1] + }, + "1.5": { + "pre": [0, 0, 1], + "post": [0, 0, 0] + } + } + }, + "bone21": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [29.40842, -6.21271, 10.86815], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [29.40842, -6.21271, 10.86815], + "lerp_mode": "catmullrom" + } + } + }, + "bone25": { + "rotation": { + "0.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone26": { + "rotation": { + "0.0": { + "post": [26.40319, 7.98133, -15.62489], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [26.40319, 7.98133, -15.62489], + "lerp_mode": "catmullrom" + } + } + }, + "bone27": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone29": { + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 0], + "post": [0, -0.25, 0] + } + }, + "scale": { + "0.0": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + }, + "0.25": [0.7, 0.7, 1], + "0.3333": { + "pre": [0.7, 0.7, 1], + "post": [1, 0.2, 1] + }, + "0.5": { + "pre": [0.7, 0.7, 1], + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone30": { + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 0], + "post": [0, -0.25, 0] + } + }, + "scale": { + "0.0": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + }, + "0.25": [0.7, 0.7, 1], + "0.3333": { + "pre": [0.7, 0.7, 1], + "post": [1, 0.2, 1] + }, + "0.5": { + "pre": [0.7, 0.7, 1], + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "position": { + "0.0": [0, 0, 0], + "0.5": { + "pre": [0, 0, 0], + "post": [0, 0, -1] + }, + "1.0": { + "pre": [0, 0, -1], + "post": [0, 0, -1] + }, + "1.5": { + "pre": [0, 0, -1], + "post": [0, 0, 0] + } + } + }, + "bone13": { + "position": { + "0.0": [0, 0, 0], + "0.5": { + "pre": [0, 0, 0], + "post": [0, 0, 1] + }, + "1.0": { + "pre": [0, 0, 1], + "post": [0, 0, 1] + }, + "1.5": { + "pre": [0, 0, 1], + "post": [0, 0, 0] + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [24.47761, 5.24826, -11.36081], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [24.47761, 5.24826, -11.36081], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [26.94093, -5.73576, 11.12501], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [26.94093, -5.73576, 11.12501], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 0], + "post": [0, -0.25, 0] + } + }, + "scale": { + "0.0": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + }, + "0.25": [0.7, 0.7, 1], + "0.3333": { + "pre": [0.7, 0.7, 1], + "post": [1, 0.2, 1] + }, + "0.5": { + "pre": [0.7, 0.7, 1], + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 0], + "post": [0, -0.25, 0] + } + }, + "scale": { + "0.0": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + }, + "0.25": [0.7, 0.7, 1], + "0.3333": { + "pre": [0.7, 0.7, 1], + "post": [1, 0.2, 1] + }, + "0.5": { + "pre": [0.7, 0.7, 1], + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.binacle.ground_walk": { + "loop": true, + "animation_length": 0.875, + "bones": { + "body": { + "position": { + "0.0": [0, 0, 0], + "0.5417": [0, 0, 0], + "0.625": [0, 1.5, 0], + "0.875": [0, 0, 0] + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1.25, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, -1.5, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, -1.25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "other_head": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone21": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [29.40842, -6.21271, 10.86815], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [29.40842, -6.21271, 10.86815], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [29.40842, -6.21271, 10.86815], + "lerp_mode": "catmullrom" + } + } + }, + "bone25": { + "rotation": { + "0.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone26": { + "rotation": { + "0.0": { + "post": [26.40319, 7.98133, -15.62489], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [26.40319, 7.98133, -15.62489], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [26.40319, 7.98133, -15.62489], + "lerp_mode": "catmullrom" + } + } + }, + "bone27": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone29": { + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0.25, 0], + "0.625": [0, 0, 0] + }, + "scale": { + "0.0": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone30": { + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0.25, 0], + "0.625": [0, 0, 0] + }, + "scale": { + "0.0": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "0.3333": [0, -1, 0.1], + "0.625": [0, 0, 0], + "0.875": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [24.47761, 5.24826, -11.36081], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [24.47761, 5.24826, -11.36081], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [24.47761, 5.24826, -11.36081], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [26.94093, -5.73576, 11.12501], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [26.94093, -5.73576, 11.12501], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [26.94093, -5.73576, 11.12501], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0.25, 0], + "0.625": [0, 0, 0] + }, + "scale": { + "0.0": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0.25, 0], + "0.625": [0, 0, 0] + }, + "scale": { + "0.0": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.binacle.recoil": { + "animation_length": 0.875, + "bones": { + "bone4": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1.25, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -0.55, -0.025], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, -1.25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "other_head": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone21": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [29.40842, -6.21271, 10.86815], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [29.40842, -6.21271, 10.86815], + "lerp_mode": "catmullrom" + } + } + }, + "bone25": { + "rotation": { + "0.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone26": { + "rotation": { + "0.0": { + "post": [26.40319, 7.98133, -15.62489], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [26.40319, 7.98133, -15.62489], + "lerp_mode": "catmullrom" + } + } + }, + "bone27": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone29": { + "scale": { + "0.0": [0.7, 0.7, 1], + "0.1667": { + "pre": [0.7, 0.7, 1], + "post": [1, 0.2, 1] + }, + "0.5": { + "pre": [1, 0.2, 1], + "post": [0.7, 0.7, 1] + }, + "0.875": { + "pre": [0.7, 0.7, 1], + "post": [0.7, 0.7, 1] + } + } + }, + "bone30": { + "scale": { + "0.0": [0.7, 0.7, 1], + "0.1667": { + "pre": [0.7, 0.7, 1], + "post": [1, 0.2, 1] + }, + "0.5": { + "pre": [1, 0.2, 1], + "post": [0.7, 0.7, 1] + }, + "0.875": { + "pre": [0.7, 0.7, 1], + "post": [0.7, 0.7, 1] + } + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [24.47761, 5.24826, -11.36081], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [24.47761, 5.24826, -11.36081], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [26.94093, -5.73576, 11.12501], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [26.94093, -5.73576, 11.12501], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "scale": { + "0.0": [0.7, 0.7, 1], + "0.1667": { + "pre": [0.7, 0.7, 1], + "post": [1, 0.2, 1] + }, + "0.5": { + "pre": [1, 0.2, 1], + "post": [0.7, 0.7, 1] + }, + "0.875": { + "pre": [0.7, 0.7, 1], + "post": [0.7, 0.7, 1] + } + } + }, + "bone14": { + "scale": { + "0.0": [0.7, 0.7, 1], + "0.1667": { + "pre": [0.7, 0.7, 1], + "post": [1, 0.2, 1] + }, + "0.5": { + "pre": [1, 0.2, 1], + "post": [0.7, 0.7, 1] + }, + "0.875": { + "pre": [0.7, 0.7, 1], + "post": [0.7, 0.7, 1] + } + } + } + } + }, + "animation.binacle.sleep": { + "loop": true, + "animation_length": 3, + "bones": { + "bone4": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [14.78217, 2.57594, -9.6658], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [19.78217, 2.57594, -9.6658], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1.25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "other_head": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [20.2, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone21": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [29.40842, -6.21271, 10.86815], + "lerp_mode": "catmullrom" + } + } + }, + "bone25": { + "rotation": { + "0.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone26": { + "rotation": { + "0.0": { + "post": [26.40319, 7.98133, -15.62489], + "lerp_mode": "catmullrom" + } + } + }, + "bone27": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone29": { + "position": { + "0.0": [0, -0.25, 0], + "3.0": { + "pre": [0, -0.25, 0], + "post": [0, -0.25, 0] + } + }, + "scale": { + "0.0": [1, 0.2, 1], + "3.0": { + "pre": [1, 0.2, 1], + "post": [1, 0.2, 1] + } + } + }, + "bone30": { + "position": { + "0.0": [0, -0.25, 0], + "3.0": { + "pre": [0, -0.25, 0], + "post": [0, -0.25, 0] + } + }, + "scale": { + "0.0": [1, 0.2, 1], + "3.0": { + "pre": [1, 0.2, 1], + "post": [1, 0.2, 1] + } + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [19.8423, -2.55868, 7.05239], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [27.3423, -2.55868, 7.05239], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [17.7, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [24.47761, 5.24826, -11.36081], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [26.94093, -5.73576, 11.12501], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "position": { + "0.0": [0, -0.25, 0], + "3.0": { + "pre": [0, -0.25, 0], + "post": [0, -0.25, 0] + } + }, + "scale": { + "0.0": [1, 0.2, 1], + "3.0": { + "pre": [1, 0.2, 1], + "post": [1, 0.2, 1] + } + } + }, + "bone14": { + "position": { + "0.0": [0, -0.25, 0], + "3.0": { + "pre": [0, -0.25, 0], + "post": [0, -0.25, 0] + } + }, + "scale": { + "0.0": [1, 0.2, 1], + "3.0": { + "pre": [1, 0.2, 1], + "post": [1, 0.2, 1] + } + } + } + } + }, + "animation.binacle.faint": { + "animation_length": 5.7917, + "bones": { + "bone4": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [14.65993, 3.21132, -12.08681], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-0.05452, 1.29256, -4.83045], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-0.05452, 1.29256, -4.83045], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [27.44548, 1.29256, -4.83045], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1.25, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, -2.25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "other_head": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone21": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [29.40842, -6.21271, 10.86815], + "lerp_mode": "catmullrom" + } + } + }, + "bone25": { + "rotation": { + "0.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone26": { + "rotation": { + "0.0": { + "post": [26.40319, 7.98133, -15.62489], + "lerp_mode": "catmullrom" + } + } + }, + "bone27": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone29": { + "position": { + "0.0": [0, 0, 0], + "0.375": { + "pre": [0, 0, 0], + "post": [0, -0.25, 0] + } + }, + "scale": { + "0.0": [0.7, 0.7, 1], + "0.375": { + "pre": [0.7, 0.7, 1], + "post": [1, 0.2, 1] + } + } + }, + "bone30": { + "position": { + "0.0": [0, 0, 0], + "0.375": { + "pre": [0, 0, 0], + "post": [0, -0.25, 0] + } + }, + "scale": { + "0.0": [0.7, 0.7, 1], + "0.375": { + "pre": [0.7, 0.7, 1], + "post": [1, 0.2, 1] + } + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [19.5623, -4.2453, 11.76782], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [12.48247, 0.85481, -2.34941], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [12.48247, 0.85481, -2.34941], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [32.48247, 0.85481, -2.34941], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-2.97, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-1.94, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [24.47761, 5.24826, -11.36081], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [26.94093, -5.73576, 11.12501], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "position": { + "0.0": [0, 0, 0], + "0.375": { + "pre": [0, 0, 0], + "post": [0, -0.25, 0] + } + }, + "scale": { + "0.0": [0.7, 0.7, 1], + "0.375": { + "pre": [0.7, 0.7, 1], + "post": [1, 0.2, 1] + } + } + }, + "bone14": { + "position": { + "0.0": [0, 0, 0], + "0.375": { + "pre": [0, 0, 0], + "post": [0, -0.25, 0] + } + }, + "scale": { + "0.0": [0.7, 0.7, 1], + "0.375": { + "pre": [0.7, 0.7, 1], + "post": [1, 0.2, 1] + } + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/bisharp/bisharp.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/bisharp/bisharp.animation.json new file mode 100644 index 0000000..856de4c --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/bisharp/bisharp.animation.json @@ -0,0 +1,4119 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.bisharp.ground_idle": { + "loop": true, + "animation_length": 1.5, + "bones": { + "head": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [15.82, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_upper_left": { + "rotation": { + "0.0": { + "post": [10, -10, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [10, -10, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [12.5, 0, -42.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [12.45392, -1.08089, -37.61794], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [12.5, 0, -42.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [-23.8378, 14.94159, -17.67544], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-22.52537, 16.91101, -12.89579], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-23.8378, 14.94159, -17.67544], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "scale": { + "0.0": { + "post": [0, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [17.5, 0, 42.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [17.43745, 1.50179, 37.73032], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [17.5, 0, 42.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [-27.5, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-27.41063, -2.30644, 13.06255], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-27.5, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "scale": { + "0.0": { + "post": [0, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_upper_right": { + "rotation": { + "0.0": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.bisharp.pose": { + "loop": true, + "animation_length": 2, + "bones": { + "head": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [15.82, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_upper_left": { + "rotation": { + "0.0": { + "post": [10, -10, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [10, -10, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [12.31594, -2.15393, -32.73242], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [12.45392, -1.08089, -37.61794], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [12.5, 0, -42.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [-23.8378, 14.94159, -17.67544], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-22.52537, 16.91101, -12.89579], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-23.8378, 14.94159, -17.67544], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [325.53807, -72.93693, -326.69307], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [17.43745, 1.50179, 37.73032], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [17.5, 0, 42.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [-90, 0, 42.5], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-27.41063, -2.30644, 13.06255], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-27.5, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [-2.30991, -0.95645, -22.48072], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [-7.05239, 2.55868, 19.8423], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_upper_right": { + "rotation": { + "0.0": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone13": { + "rotation": [0, 0, 17.5] + }, + "bone17": { + "rotation": [0, 0, -17.5] + }, + "arm_left": { + "rotation": [2.27187, -17.4499, -25.1106] + } + } + }, + "animation.bisharp.battle_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "body": { + "position": { + "0.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [13.02811, 17.13265, 3.3455], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [15.52811, 17.13265, 3.3455], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [13.02811, 17.13265, 3.3455], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -0.225, -0.175], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [10.6469, -14.0761, -5.23619], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [3.1469, -14.0761, -5.23619], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [10.6469, -14.0761, -5.23619], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -0.175, -0.275], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_upper_left": { + "rotation": { + "0.0": { + "post": [-49.95055, -4.15673, -2.93051], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-49.95055, -4.15673, -2.93051], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0.6], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0.35], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0.6], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [29.45677, 3.8059, -3.2745], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [29.45677, 3.8059, -3.2745], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.4, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0.4, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [0.41084, -4.26549, 6.29144], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.08916, -4.26549, 6.29144], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.41084, -4.26549, 6.29144], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [43.094, 30.34831, -9.01262], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [43.094, 30.34831, -9.01262], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [-64.95454, -31.84783, -35.3532], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-63.48118, -36.35101, -37.9789], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-64.95454, -31.84783, -35.3532], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -21.72], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -21.72], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "helm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [17.5, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [17.40606, -1.43804, 14.78979], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [17.5, 0, 10], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [-52.31056, 20.25437, 14.97401], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-52.31056, 20.25437, 14.97401], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [-85, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-84.981, 4.98093, 0.43688], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-85, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 29.91], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 28.06], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + } + } + }, + "leg_upper_right": { + "rotation": { + "0.0": { + "post": [3.19284, 16.88547, 4.6653], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [3.19284, 16.88547, 4.6653], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -0.25], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone13": { + "rotation": { + "0.0": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [-35.00516, 2.66349, -4.91501], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-37.50516, 2.66349, -4.91501], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-35.00516, 2.66349, -4.91501], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.bisharp.recoil": { + "animation_length": 1.25, + "bones": { + "body": { + "position": { + "0.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, -1, 5], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, -3, 7], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, -3, 7], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -1.63, 2.63], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_upper_right": { + "rotation": { + "0.0": { + "post": [3.19284, 16.88547, 4.6653], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-24.30716, 16.88547, 4.6653], + "lerp_mode": "catmullrom" + }, + "0.1667": [-26.25388, 16.88547, 4.6653], + "0.2083": [-32.05632, 16.88547, 4.6653], + "0.2917": [-49.05799, 16.88547, 4.6653], + "0.3333": [-54.86044, 16.88547, 4.6653], + "0.375": [-56.80716, 16.88547, 4.6653], + "0.625": [-56.80716, 16.88547, 4.6653], + "0.6667": [-54.94954, 16.88547, 4.6653], + "0.7083": [-51.53556, 16.88547, 4.6653], + "0.75": [-47.51114, 16.88547, 4.6653], + "0.7917": [-43.15553, 16.88547, 4.6653], + "0.8333": [-38.60119, 16.88547, 4.6653], + "1.0417": [-15.01312, 16.88547, 4.6653], + "1.0833": [-10.45878, 16.88547, 4.6653], + "1.125": [-6.10317, 16.88547, 4.6653], + "1.1667": [-2.07875, 16.88547, 4.6653], + "1.2083": [1.33522, 16.88547, 4.6653], + "1.25": { + "pre": [3.19284, 16.88547, 4.6653], + "post": [3.19284, 16.88547, 4.6653], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone13": { + "rotation": { + "0.0": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [72.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [72.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [-35.00516, 2.66349, -4.91501], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-12.50516, 2.66349, -4.91501], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-12.50516, 2.66349, -4.91501], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-35.00516, 2.66349, -4.91501], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [13.02811, 17.13265, 3.3455], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-9.48695, -10.36626, 3.09761], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [3.0737, -15.35922, 2.8254], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [3.0737, -15.35922, 2.8254], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [13.02811, 17.13265, 3.3455], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [17.5, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [17.5, 0, 10], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [43.094, 30.34831, -9.01262], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-40.76643, 35.52923, -56.29415], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [30.47467, 22.4017, -18.89019], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [30.47467, 22.4017, -18.89019], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [43.094, 30.34831, -9.01262], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [-64.95454, -31.84783, -35.3532], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-76.53314, -37.68924, -15.21619], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-64.95454, -31.84783, -35.3532], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [-52.31056, 20.25437, 14.97401], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [7.17106, 19.17501, 28.20637], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [29.67106, 19.17501, 28.20637], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [29.67106, 19.17501, 28.20637], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-52.31056, 20.25437, 14.97401], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [-85, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-104.981, -4.98093, -0.43688], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-77.84311, -4.44799, -0.39014], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-85, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [10.6469, -14.0761, -5.23619], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-13.26624, -36.38711, -1.98447], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [24.23376, -36.38711, -1.98447], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [24.23376, -36.38711, -1.98447], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [10.6469, -14.0761, -5.23619], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "helm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_upper_left": { + "rotation": { + "0.0": { + "post": [-49.95055, -4.15673, -2.93051], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-7.45055, -4.15673, -2.93051], + "lerp_mode": "catmullrom" + }, + "0.1667": [-7.03235, -4.16258, -3.38093], + "0.2083": [-5.78586, -4.18001, -4.72346], + "0.2917": [-2.13355, -4.2311, -8.6572], + "0.3333": [-0.88706, -4.24853, -9.99973], + "0.375": [-0.46886, -4.25438, -10.45015], + "0.625": [-0.46886, -4.25438, -10.45015], + "0.6667": [-3.48416, -4.25001, -10.11351], + "0.7083": [-10.33195, -4.24008, -9.34898], + "0.75": [-19.18768, -4.22724, -8.36028], + "0.7917": [-29.05546, -4.21293, -7.25859], + "0.8333": [-39.23504, -4.19817, -6.12208], + "0.875": [-49.10283, -4.18387, -5.02039], + "0.9167": [-57.95855, -4.17103, -4.03168], + "0.9583": [-64.80635, -4.1611, -3.26716], + "1.0": { + "pre": [-67.82164, -4.15673, -2.93051], + "post": [-67.82164, -4.15673, -2.93051], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-49.95055, -4.15673, -2.93051], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0.6], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0.6], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [29.45677, 3.8059, -3.2745], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [49.45677, 3.8059, -3.2745], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [39.45677, 3.8059, -3.2745], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [39.45677, 3.8059, -3.2745], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [50.70677, 3.8059, -3.2745], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [29.45677, 3.8059, -3.2745], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.4, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0.4, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [0.41084, -4.26549, 6.29144], + "lerp_mode": "catmullrom" + }, + "0.0417": [-1.60284, -3.87192, 6.68965], + "0.0833": [-6.17595, -2.9781, 7.594], + "0.125": [-12.09, -1.82219, 8.76352], + "0.1667": [-18.67993, -0.53418, 10.06669], + "0.2083": [-25.47808, 0.79452, 11.41104], + "0.25": [-32.068, 2.08253, 12.71422], + "0.2917": [-37.98205, 3.23844, 13.88373], + "0.3333": [-42.55517, 4.13226, 14.78808], + "0.375": [-44.56885, 4.52584, 15.18629], + "0.625": [-44.56885, 4.52584, 15.18629], + "0.6667": [-43.17626, 4.25365, 14.9109], + "0.7083": [-40.61693, 3.75343, 14.40479], + "0.75": [-37.59998, 3.16376, 13.80818], + "0.7917": [-34.33475, 2.52557, 13.16247], + "1.0417": [-13.23747, -1.59792, 8.99043], + "1.0833": [-9.82325, -2.26523, 8.31526], + "1.125": [-6.55802, -2.90342, 7.66955], + "1.1667": [-3.54107, -3.49309, 7.07294], + "1.2083": [-0.98174, -3.99331, 6.56683], + "1.25": { + "pre": [0.41084, -4.26549, 6.29144], + "post": [0.41084, -4.26549, 6.29144], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0417": [-0.00895, 0, 0], + "0.2917": [-0.17071, 0, 0], + "0.3333": [-0.19105, 0, 0], + "0.375": [-0.2, 0, 0], + "0.625": [-0.2, 0, 0], + "1.1667": [-0.01757, 0, 0], + "1.25": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone19": { + "position": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [0, 0, -0.525] + }, + "0.5833": { + "pre": [0, 0, -0.525], + "post": [0, 0, 0] + } + } + } + } + }, + "animation.bisharp.physical": { + "animation_length": 2, + "bones": { + "body": { + "position": { + "0.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -2.3, 0.25], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -1.475, -5.25], + "lerp_mode": "catmullrom" + }, + "0.7917": [0, -1.66518, -5.54196], + "0.875": [0, -3.62982, -8.55804], + "0.9167": [0, -3.82, -8.85], + "1.4167": [0, -3.82, -8.85], + "1.4583": [0, -3.73489, -8.78422], + "1.5": [0, -3.50138, -8.56787], + "1.5417": [0, -3.15776, -8.17372], + "1.5833": [0, -2.748, -7.57798], + "1.625": [0, -2.31894, -6.76217], + "1.6667": [0, -1.917, -5.71443], + "1.7083": [0, -1.585, -4.43], + "1.75": [0, -1.39501, -3.14503], + "1.7917": [0, -1.3683, -2.09588], + "1.8333": [0, -1.46107, -1.27809], + "1.875": [0, -1.62317, -0.6802], + "1.9167": [0, -1.80137, -0.28409], + "1.9583": [0, -1.9431, -0.06631], + "2.0": { + "pre": [0, -2, 0], + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_upper_right": { + "rotation": { + "0.0": { + "post": [3.19284, 16.88547, 4.6653], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [5.69284, 16.88547, 4.6653], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [13.42657, 18.58233, 15.93618], + "lerp_mode": "catmullrom" + }, + "0.7917": [7.34417, 18.58233, 15.93618], + "0.875": [-55.49104, 18.58233, 15.93618], + "0.9167": [-61.57343, 18.58233, 15.93618], + "1.4167": [-61.57343, 18.58233, 15.93618], + "1.4583": [-59.46439, 18.52707, 15.56915], + "1.5": [-55.49695, 18.42312, 14.87872], + "1.5417": [-50.77496, 18.29941, 14.05699], + "1.5833": [-45.64417, 18.16498, 13.16411], + "1.625": [-40.27278, 18.02426, 12.22936], + "1.7917": [-18.10781, 17.44354, 8.37212], + "1.8333": [-12.73643, 17.30281, 7.43738], + "1.875": [-7.60563, 17.16838, 6.54449], + "1.9167": [-2.88365, 17.04467, 5.72276], + "1.9583": [1.0838, 16.94072, 5.03233], + "2.0": { + "pre": [3.19284, 16.88547, 4.6653], + "post": [3.19284, 16.88547, 4.6653], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone13": { + "rotation": { + "0.0": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [55, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": [56.01373, 0, 0], + "0.875": [66.48627, 0, 0], + "0.9167": [67.5, 0, 0], + "1.4167": [67.5, 0, 0], + "1.4583": [67.09808, 0, 0], + "1.5": [66.0361, 0, 0], + "1.5417": [64.55925, 0, 0], + "1.5833": [62.94075, 0, 0], + "1.625": [61.4639, 0, 0], + "1.6667": [60.40192, 0, 0], + "1.7083": { + "pre": [60, 0, 0], + "post": [60, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0.3, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0.4, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0417": [-0.0583, 0, 0], + "0.5833": [-1.63131, 0, 0], + "0.875": [-2.4417, 0, 0], + "0.9167": [-2.5, 0, 0], + "1.4167": [-2.5, 0, 0], + "1.9167": [-0.23455, 0, 0], + "2.0": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [-35.00516, 2.66349, -4.91501], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-36.37552, 2.64895, -4.54446], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2.49484, 2.66349, -4.91501], + "lerp_mode": "catmullrom" + }, + "0.7917": [2.45425, 2.69534, -5.72639], + "0.875": [2.03499, 3.02431, -14.10844], + "0.9167": [1.9944, 3.05615, -14.91981], + "1.4167": [1.9944, 3.05615, -14.91981], + "1.4583": [0.78955, 3.04336, -14.59402], + "1.5": [-1.47696, 3.01931, -13.98114], + "1.5417": [-4.17453, 2.99068, -13.25171], + "1.5833": [-7.10564, 2.95958, -12.45913], + "1.7917": [-22.83656, 2.79263, -8.20544], + "1.8333": [-25.90512, 2.76007, -7.37569], + "1.875": [-28.83623, 2.72896, -6.58311], + "1.9167": [-31.5338, 2.70033, -5.85368], + "1.9583": [-33.80031, 2.67628, -5.24081], + "2.0": { + "pre": [-35.00516, 2.66349, -4.91501], + "post": [-35.00516, 2.66349, -4.91501], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [13.02811, 17.13265, 3.3455], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [15.55096, 36.5304, 8.85161], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [11.11661, 39.31518, 17.38713], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [57.21124, -29.1545, -24.0669], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [57.21124, -29.1545, -24.0669], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [13.02811, 17.13265, 3.3455], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [17.5, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [16.85893, -4.26546, 24.39828], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [9.91572, -9.70068, 8.43414], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [9.91572, -9.70068, 8.43414], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [17.5, 0, 10], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [43.094, 30.34831, -9.01262], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [26.41958, 23.65797, 9.17091], + "lerp_mode": "catmullrom" + }, + "0.7917": [21.20609, 20.89917, 6.1671], + "0.875": [-32.65268, -7.60105, -24.86433], + "0.9167": [-37.86616, -10.35985, -27.86815], + "1.4167": { + "pre": [-37.86616, -10.35985, -27.86815], + "post": [-37.86616, -10.35985, -27.86815], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [43.094, 30.34831, -9.01262], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [-64.95454, -31.84783, -35.3532], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-92.45454, -31.84783, -35.3532], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-92.1212, 10.62147, -37.0401], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-46.95812, 27.85077, -21.62874], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-46.95812, 27.85077, -21.62874], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-64.95454, -31.84783, -35.3532], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [5.09605, -12.4651, -0.9402], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [5.09605, -12.4651, -0.9402], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [-52.31056, 20.25437, 14.97401], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [16.20796, 20.25437, 14.97401], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [17.68944, 20.25437, 14.97401], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [27.68944, 20.25437, 14.97401], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [27.68944, 20.25437, 14.97401], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-52.31056, 20.25437, 14.97401], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [-85, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-82.62128, -47.2626, -5.43327], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-92.49526, 2.49048, 0.21803], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-92.49526, 2.49048, 0.21803], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-85, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [10.6469, -14.0761, -5.23619], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [11.53567, -26.34478, -7.79375], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-6.72027, -35.27498, 6.86751], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-5.81489, 19.4456, 1.03288], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-5.81489, 19.4456, 1.03288], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [10.6469, -14.0761, -5.23619], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "helm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_upper_left": { + "rotation": { + "0.0": { + "post": [-49.95055, -4.15673, -2.93051], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-52.45055, -4.15673, -2.93051], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-22.45055, -4.15673, -2.93051], + "lerp_mode": "catmullrom" + }, + "0.7917": [-19.99267, -5.16139, -3.06837], + "0.875": [5.39882, -15.54019, -4.49255], + "0.9167": [7.8567, -16.54485, -4.63041], + "1.4167": [7.8567, -16.54485, -4.63041], + "1.4583": [5.97427, -16.14145, -4.57505], + "1.5": [2.43312, -15.38257, -4.47092], + "1.5417": [-1.7815, -14.47938, -4.34699], + "1.5833": [-6.361, -13.49799, -4.21232], + "1.625": [-11.15524, -12.47058, -4.07134], + "1.7917": [-30.93861, -8.23099, -3.48958], + "1.8333": [-35.73285, -7.20359, -3.3486], + "1.875": [-40.31235, -6.2222, -3.21394], + "1.9167": [-44.52697, -5.319, -3.09], + "1.9583": [-48.06812, -4.56013, -2.98587], + "2.0": { + "pre": [-49.95055, -4.15673, -2.93051], + "post": [-49.95055, -4.15673, -2.93051], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0.6], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0.6], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [29.45677, 3.8059, -3.2745], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [31.95677, 3.8059, -3.2745], + "lerp_mode": "catmullrom" + }, + "0.5417": [31.95677, 3.8059, -3.2745], + "0.9167": [31.95677, 3.8059, -3.2745], + "1.4167": { + "pre": [31.95677, 3.8059, -3.2745], + "post": [31.95677, 3.8059, -3.2745], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [29.45677, 3.8059, -3.2745], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.4, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0.4, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [0.41084, -4.26549, 6.29144], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [3.33124, -3.92731, 6.95186], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0.10674, -3.50458, 7.77739], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-27.23282, -3.12412, 8.52036], + "lerp_mode": "catmullrom" + }, + "0.7917": [-29.66578, -3.12412, 8.52036], + "0.875": [-54.79986, -3.12412, 8.52036], + "0.9167": [-57.23282, -3.12412, 8.52036], + "1.4167": [-57.23282, -3.12412, 8.52036], + "1.4583": [-55.35571, -3.16129, 8.44778], + "1.5": [-51.82459, -3.2312, 8.31124], + "1.5417": [-47.6219, -3.31442, 8.14873], + "1.5833": [-43.05536, -3.40484, 7.97216], + "1.625": [-38.27468, -3.4995, 7.7873], + "1.7917": [-18.54729, -3.89011, 7.0245], + "1.8333": [-13.76662, -3.98477, 6.83964], + "1.875": [-9.20007, -4.07519, 6.66307], + "1.9167": [-4.99739, -4.15841, 6.50056], + "1.9583": [-1.46626, -4.22832, 6.36402], + "2.0": { + "pre": [0.41084, -4.26549, 6.29144], + "post": [0.41084, -4.26549, 6.29144], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.bisharp.special": { + "animation_length": 2, + "bones": { + "body": { + "position": { + "0.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -1.25, -3], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -1.25, -3], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -1.75, -0.25], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, -1.75, -0.25], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_upper_right": { + "rotation": { + "0.0": { + "post": [3.19284, 16.88547, 4.6653], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-21.80716, 16.88547, 4.6653], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-21.80716, 16.88547, 4.6653], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-1.13744, 20.35117, 14.56684], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-1.13744, 20.35117, 14.56684], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [3.19284, 16.88547, 4.6653], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone13": { + "rotation": { + "0.0": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [62.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [62.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [-35.00516, 2.66349, -4.91501], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-27.50516, 2.66349, -4.91501], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-27.50516, 2.66349, -4.91501], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-30.34057, 0.44723, -17.22229], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-30.34057, 0.44723, -17.22229], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-35.00516, 2.66349, -4.91501], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [13.02811, 17.13265, 3.3455], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [12.44051, 0.05645, -0.54144], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [12.44051, 0.05645, -0.54144], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [22.42354, -0.89764, 1.76943], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [22.42354, -0.89764, 1.76943], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [13.02811, 17.13265, 3.3455], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [17.5, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [17.5, 0, 10], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [43.094, 30.34831, -9.01262], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-40.55466, 15.37643, -30.85698], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-40.55466, 15.37643, -30.85698], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [30.87454, 11.1076, -24.42229], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [30.87454, 11.1076, -24.42229], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [43.094, 30.34831, -9.01262], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [-64.95454, -31.84783, -35.3532], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-67.77137, -18.08956, -28.73429], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-67.93618, -15.50106, -27.72399], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-67.93618, -15.50106, -27.72399], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-64.95454, -31.84783, -35.3532], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [-52.31056, 20.25437, 14.97401], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-25.04767, 26.03554, 27.03828], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-25.04767, 26.03554, 27.03828], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [46.2934, 2.74413, 60.92668], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [46.2934, 2.74413, 60.92668], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-52.31056, 20.25437, 14.97401], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [-85, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-84.75867, -17.43127, -1.5741], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-84.75867, -17.43127, -1.5741], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-77.25867, -17.43127, -1.5741], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-77.25867, -17.43127, -1.5741], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-85, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [10.6469, -14.0761, -5.23619], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [20.35233, -4.24267, -3.39263], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [20.35233, -4.24267, -3.39263], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-4.64767, -4.24267, -3.39263], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-4.64767, -4.24267, -3.39263], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [10.6469, -14.0761, -5.23619], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "helm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_upper_left": { + "rotation": { + "0.0": { + "post": [-49.95055, -4.15673, -2.93051], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-32.45055, -4.15673, -2.93051], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-32.45055, -4.15673, -2.93051], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-47.40784, -3.65642, -3.35024], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-47.40784, -3.65642, -3.35024], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-49.95055, -4.15673, -2.93051], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0.6], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0.6], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [29.45677, 3.8059, -3.2745], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [24.45677, 3.8059, -3.2745], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [24.45677, 3.8059, -3.2745], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [29.45677, 3.8059, -3.2745], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.4, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0.4, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [0.41084, -4.26549, 6.29144], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-17.08916, -4.26549, 6.29144], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-17.08916, -4.26549, 6.29144], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-4.7696, -3.20646, 8.62296], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-4.7696, -3.20646, 8.62296], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.41084, -4.26549, 6.29144], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.bisharp.status": { + "animation_length": 2, + "bones": { + "body": { + "position": { + "0.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -1.25, -3], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -1.25, -3], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -1.75, -0.25], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, -1.75, -0.25], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_upper_right": { + "rotation": { + "0.0": { + "post": [3.19284, 16.88547, 4.6653], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-21.80716, 16.88547, 4.6653], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-21.80716, 16.88547, 4.6653], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-1.13744, 20.35117, 14.56684], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-1.13744, 20.35117, 14.56684], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [3.19284, 16.88547, 4.6653], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone13": { + "rotation": { + "0.0": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [62.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [62.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [-35.00516, 2.66349, -4.91501], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-27.50516, 2.66349, -4.91501], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-27.50516, 2.66349, -4.91501], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-30.34057, 0.44723, -17.22229], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-30.34057, 0.44723, -17.22229], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-35.00516, 2.66349, -4.91501], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [13.02811, 17.13265, 3.3455], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [12.44051, 0.05645, -0.54144], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [12.44051, 0.05645, -0.54144], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [22.42354, -0.89764, 1.76943], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [22.42354, -0.89764, 1.76943], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [13.02811, 17.13265, 3.3455], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [17.5, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [17.5, 0, 10], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [43.094, 30.34831, -9.01262], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-40.55466, 15.37643, -30.85698], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-40.55466, 15.37643, -30.85698], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [30.87454, 11.1076, -24.42229], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [30.87454, 11.1076, -24.42229], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [43.094, 30.34831, -9.01262], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [-64.95454, -31.84783, -35.3532], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-67.77137, -18.08956, -28.73429], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-67.93618, -15.50106, -27.72399], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-67.93618, -15.50106, -27.72399], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-64.95454, -31.84783, -35.3532], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [-52.31056, 20.25437, 14.97401], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-25.04767, 26.03554, 27.03828], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-25.04767, 26.03554, 27.03828], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [46.2934, 2.74413, 60.92668], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [46.2934, 2.74413, 60.92668], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-52.31056, 20.25437, 14.97401], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [-85, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-84.75867, -17.43127, -1.5741], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-84.75867, -17.43127, -1.5741], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-77.25867, -17.43127, -1.5741], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-77.25867, -17.43127, -1.5741], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-85, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [10.6469, -14.0761, -5.23619], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [20.35233, -4.24267, -3.39263], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [20.35233, -4.24267, -3.39263], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-4.64767, -4.24267, -3.39263], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-4.64767, -4.24267, -3.39263], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [10.6469, -14.0761, -5.23619], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "helm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_upper_left": { + "rotation": { + "0.0": { + "post": [-49.95055, -4.15673, -2.93051], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-32.45055, -4.15673, -2.93051], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-32.45055, -4.15673, -2.93051], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-47.40784, -3.65642, -3.35024], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-47.40784, -3.65642, -3.35024], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-49.95055, -4.15673, -2.93051], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0.6], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0.6], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [29.45677, 3.8059, -3.2745], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [24.45677, 3.8059, -3.2745], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [24.45677, 3.8059, -3.2745], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [29.45677, 3.8059, -3.2745], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.4, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0.4, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [0.41084, -4.26549, 6.29144], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-17.08916, -4.26549, 6.29144], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-17.08916, -4.26549, 6.29144], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-4.7696, -3.20646, 8.62296], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-4.7696, -3.20646, 8.62296], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.41084, -4.26549, 6.29144], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.bisharp.ground_walk": { + "loop": true, + "animation_length": 1.5, + "bones": { + "body": { + "position": { + "0.0": [0, -1, 0], + "0.3333": [0, -0.5, 0], + "0.7083": [0, -1, 0], + "1.0833": [0, -0.5, 0], + "1.5": [0, -1, 0] + } + }, + "leg_upper_right": { + "rotation": { + "0.0": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-41.04, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone13": { + "rotation": { + "0.0": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [55, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [60, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [47.87, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "0.3333": [0, -0.25, 0], + "0.7083": [0, 0, 0], + "1.0833": [0, 0.25, 0], + "1.5": [0, 0, 0] + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-14.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [20.92749, 16.07506, 6.96771], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [20.07354, -0.33268, 0.80169], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [21.29353, -19.06825, -6.33317], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [20.07354, -0.33268, 0.80169], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [20.92749, 16.07506, 6.96771], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [30, 0, -40], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [9.99067, 0.43399, -42.46207], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-5, 0, -40], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [7.49294, 0.32621, -42.47864], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [30, 0, -40], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [-44.75386, -5.29571, -5.31847], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-32.54168, -5.29571, -5.31847], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-59.75386, -5.29571, -5.31847], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-69.10933, -5.29571, -5.31847], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-44.75386, -5.29571, -5.31847], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "scale": { + "0.0": { + "post": [0, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [-12.45392, 1.08089, 39.88206], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [5.04608, 1.08089, 39.88206], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [22.54608, 1.08089, 39.88206], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [5.04608, 1.08089, 39.88206], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-12.45392, 1.08089, 39.88206], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [-34.3569, 7.13136, 10.29284], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-49.3569, 7.13136, 10.29284], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-31.90696, 7.13136, 10.29284], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-20.82609, 7.13136, 10.29284], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-34.3569, 7.13136, 10.29284], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "scale": { + "0.0": { + "post": [0.1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0.1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_upper_left": { + "rotation": { + "0.0": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-41.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [60, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [50.14, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "0.3333": [0, 0.25, 0], + "0.7083": [0, 0, 0], + "1.5": [0, 0, 0] + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-14.18, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.bisharp.faint": { + "animation_length": 5, + "bones": { + "body": { + "position": { + "0.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": [0, -0.5, 1.5], + "1.0833": [0, -0.5, 1.5], + "1.375": { + "pre": [0, -5.75, 8.5], + "post": [0, -5.75, 8.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -5.75, 8.5], + "lerp_mode": "catmullrom" + } + } + }, + "leg_upper_right": { + "rotation": { + "0.0": { + "post": [3.19284, 16.88547, 4.6653], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-1.80716, 16.88547, 4.6653], + "lerp_mode": "catmullrom" + }, + "1.0833": [-1.80716, 16.88547, 4.6653], + "1.375": { + "pre": [25.69284, 16.88547, 4.6653], + "post": [25.69284, 16.88547, 4.6653], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [25.69284, 16.88547, 4.6653], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone13": { + "rotation": { + "0.0": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": [20, 0, 0], + "1.375": { + "pre": [42.5, 0, 0], + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [-35.00516, 2.66349, -4.91501], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-15.00516, 2.66349, -4.91501], + "lerp_mode": "catmullrom" + }, + "1.0833": [-15.00516, 2.66349, -4.91501], + "1.375": { + "pre": [-67.50516, 2.66349, -4.91501], + "post": [-67.50516, 2.66349, -4.91501], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-67.50516, 2.66349, -4.91501], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": [0, 0, 0], + "1.375": { + "pre": [0, -0.65, 0.45], + "post": [0, -0.65, 0.45], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -0.65, 0.45], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [13.02811, 17.13265, 3.3455], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-0.13187, 27.15005, -1.83146], + "lerp_mode": "catmullrom" + }, + "1.0833": [-0.13187, 27.15005, -1.83146], + "1.375": { + "pre": [58.61935, 20.28849, 13.77915], + "post": [58.61935, 20.28849, 13.77915], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [58.61935, 20.28849, 13.77915], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [17.5, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-0.43971, 4.29081, -4.38325], + "lerp_mode": "catmullrom" + }, + "1.0833": [-0.43971, 4.29081, -4.38325] + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [43.094, 30.34831, -9.01262], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [1.82837, 43.70415, -42.46531], + "lerp_mode": "catmullrom" + }, + "1.0833": [24.32837, 43.70415, -42.46531], + "1.375": { + "pre": [49.32837, 43.70415, -42.46531], + "post": [49.32837, 43.70415, -42.46531], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [49.32837, 43.70415, -42.46531], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [-64.95454, -31.84783, -35.3532], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-18.88453, -26.56561, -7.27096], + "lerp_mode": "catmullrom" + }, + "1.0833": [-18.88453, -26.56561, -7.27096], + "1.375": { + "pre": [-111.72706, -15.71065, 51.02573], + "post": [-111.72706, -15.71065, 51.02573], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-111.72706, -15.71065, 51.02573], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, -35], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -35], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [-52.31056, 20.25437, 14.97401], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [1.78085, 20.7214, 33.65936], + "lerp_mode": "catmullrom" + }, + "1.0833": [1.78085, 20.7214, 33.65936], + "1.375": { + "pre": [-33.21915, 20.7214, 33.65936], + "post": [-33.21915, 20.7214, 33.65936], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-33.21915, 20.7214, 33.65936], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [-85, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-29.40842, 6.21271, 10.86815], + "lerp_mode": "catmullrom" + }, + "1.0833": [-59.84948, 6.44281, 11.27067] + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0833": [0, 0, 15], + "1.375": { + "pre": [0, 0, -25], + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.0833": [0, 0, 12.5], + "1.375": { + "pre": [0, 0, -12.5], + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [10.6469, -14.0761, -5.23619], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [21.26541, -13.10321, -2.52171], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-20.9528, -11.48863, 1.98318], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-10.26899, -11.37095, 2.31152], + "lerp_mode": "catmullrom" + }, + "1.0833": [-20.9528, -11.48863, 1.98318], + "1.375": { + "pre": [21.5472, -11.48863, 1.98318], + "post": [21.5472, -11.48863, 1.98318], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [21.5472, -11.48863, 1.98318], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "helm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": [0, 0, 0] + } + }, + "bone19": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": [0, 0, -0.525], + "1.0833": { + "pre": [0, 0, -0.525], + "post": [0, 0, -0.525] + } + } + }, + "leg_upper_left": { + "rotation": { + "0.0": { + "post": [-49.95055, -4.15673, -2.93051], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-12.45055, -4.15673, -2.93051], + "lerp_mode": "catmullrom" + }, + "1.0833": [-12.45055, -4.15673, -2.93051], + "1.375": { + "pre": [-84.95055, -4.15673, -2.93051], + "post": [-84.95055, -4.15673, -2.93051], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-84.95055, -4.15673, -2.93051], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0.6], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [29.45677, 3.8059, -3.2745], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [6.95677, 3.8059, -3.2745], + "lerp_mode": "catmullrom" + }, + "1.0833": [6.95677, 3.8059, -3.2745], + "1.375": { + "pre": [47.95677, 3.8059, -3.2745], + "post": [47.95677, 3.8059, -3.2745], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [47.95677, 3.8059, -3.2745], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.4, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0.4, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": [0, 0.4, 0], + "1.375": { + "pre": [0, -0.2, -0.375], + "post": [0, -0.2, -0.375], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -0.2, -0.375], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": [20, 0, 0], + "1.375": { + "pre": [40, 0, 0], + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": [0, 0, 0], + "1.375": { + "pre": [0, 0.8, -0.55], + "post": [0, 0.8, -0.55], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0.8, -0.55], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [0.41084, -4.26549, 6.29144], + "lerp_mode": "catmullrom" + }, + "0.2083": [-14.58916, -4.26549, 6.29144], + "1.0833": [-14.58916, -4.26549, 6.29144], + "1.375": { + "pre": [-2.83916, -4.26549, 6.29144], + "post": [-2.83916, -4.26549, 6.29144], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-2.83916, -4.26549, 6.29144], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/blacephalon/blacephalon.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/blacephalon/blacephalon.animation.json new file mode 100644 index 0000000..00a507f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/blacephalon/blacephalon.animation.json @@ -0,0 +1,339 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.blacephalon.ground_walk": { + "loop": true, + "animation_length": 2, + "bones": { + "torso_bot": { + "rotation": ["1+math.sin(q.anim_time*90*8-60)*2", "math.sin(q.anim_time*90*4+60)*20", "-math.sin(q.anim_time*90*4)*2"], + "position": [0, "0-(8/11+(8*0.1))+math.abs(math.sin(((query.anim_time)-(1.1/8))*90*4)*(4/11+(4*0.1)))", "0.5+math.sin(q.anim_time*90*8)*0.5"] + }, + "left_leg": { + "rotation": { + "0.0": { + "post": [2.1153, -20.38198, -13.4154], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-9.91615, 1.29876, 7.38733], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [2.46492, 4.12025, 7.48385], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15.08385, 1.29876, 7.38733], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.1153, -20.38198, -13.4154], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-9.91615, 1.29876, 7.38733], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [2.46492, 4.12025, 7.48385], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [15.08385, 1.29876, 7.38733], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [2.1153, -20.38198, -13.4154], + "lerp_mode": "catmullrom" + } + }, + "position": ["0.5-math.cos(q.anim_time*90*4)*0.5", "math.clamp(math.cos(q.anim_time*90*4)*2,0,2)", "-math.sin(q.anim_time*90*4)*1"] + }, + "leg_1_r2": { + "rotation": { + "0.0": [45, 0, 0], + "0.125": [37.5, 0, 0], + "0.25": [0, 0, 0], + "0.75": [0, 0, 0], + "0.9167": [50, 0, 0], + "1.0": [45, 0, 0], + "1.125": [37.5, 0, 0], + "1.25": [0, 0, 0], + "1.75": [0, 0, 0], + "1.9167": [50, 0, 0], + "2.0": [45, 0, 0] + } + }, + "leg_2_r2": { + "rotation": { + "0.0": { + "post": [-27.22, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-27.22, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-27.22, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feet_r2": { + "rotation": { + "0.0": [41.2862, 13.35421, 2.13332], + "0.2083": [-17.66257, 3.83873, -5.6822], + "0.25": [0.04768, 1.93564, -7.2453], + "0.75": [0.32128, -3.41295, -8.85062], + "1.0": [41.2862, 13.35421, 2.13332], + "1.2083": [-17.66257, 3.83873, -5.6822], + "1.25": [0.04768, 1.93564, -7.2453], + "1.75": [0.32128, -3.41295, -8.85062], + "2.0": [41.2862, 13.35421, 2.13332] + } + }, + "toe_r2": { + "rotation": { + "0.0": [-35, 0, 0], + "0.25": [-7.5, 0, 0], + "0.75": [-27.5, 0, 0], + "1.0": [-35, 0, 0], + "1.25": [-7.5, 0, 0], + "1.75": [-27.5, 0, 0], + "2.0": [-35, 0, 0] + } + }, + "right_leg": { + "rotation": { + "0.0": { + "post": [2.64, -4.01, -9.99], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [15.08385, -1.29876, -7.38733], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [2.1153, 20.38198, 13.4154], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-9.91615, -1.29876, -7.38733], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15.08385, -1.29876, -7.38733], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [2.1153, 20.38198, 13.4154], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-9.91615, -1.29876, -7.38733], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [2.64, -4.01, -9.99], + "lerp_mode": "catmullrom" + } + }, + "position": ["-0.5-math.cos(q.anim_time*90*4)*0.5", "math.clamp(-math.cos(q.anim_time*90*4)*2,0,2)", "math.sin(q.anim_time*90*4)*1"] + }, + "leg_1_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.4167": [50, 0, 0], + "0.625": [37.5, 0, 0], + "0.75": [0, 0, 0], + "1.25": [0, 0, 0], + "1.4167": [50, 0, 0], + "1.625": [37.5, 0, 0], + "1.75": [0, 0, 0], + "2.0": [0, 0, 0] + } + }, + "leg_2_r": { + "rotation": { + "0.0": { + "post": [3.89, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-27.22, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-27.22, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [3.89, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feet_r": { + "rotation": { + "0.0": [0.18, 0.74, 8.05], + "0.25": [0.32128, 3.41295, 8.85062], + "0.5": [43.7862, -13.35421, -2.13332], + "0.7083": [-13.34682, -3.56686, 5.9055], + "0.75": [0.04768, -1.93564, 7.2453], + "1.25": [0.32128, 3.41295, 8.85062], + "1.5": [43.7862, -13.35421, -2.13332], + "1.7083": [-13.34682, -3.56686, 5.9055], + "1.75": [0.04768, -1.93564, 7.2453], + "2.0": [0.18, 0.74, 8.05] + } + }, + "toe_r": { + "rotation": { + "0.0": [-17.5, 0, 0], + "0.25": [-27.5, 0, 0], + "0.5": [-35, 0, 0], + "0.75": [-7.5, 0, 0], + "1.25": [-27.5, 0, 0], + "1.5": [-35, 0, 0], + "1.75": [-7.5, 0, 0], + "2.0": [-17.5, 0, 0] + } + }, + "torso_bot2": { + "rotation": ["-1-math.sin(q.anim_time*90*8)*1", "-math.sin(q.anim_time*90*4+85)*15", "math.sin(q.anim_time*90*4+50)*9"] + }, + "torso_top": { + "rotation": ["-5-math.sin(q.anim_time*90*8)*2", 0, 0] + }, + "head_ball": { + "rotation": ["-1-math.sin(q.anim_time*90*8-90)*4", 0, 0] + }, + "arm_left_1": { + "rotation": ["13.0704-math.sin(q.anim_time*90*4)*12", "-16.7465-math.sin(q.anim_time*90*4)*30", "30-math.sin(q.anim_time*90*8-45)*2"] + }, + "arm_left_3": { + "rotation": [-2.40081, "16.2463-math.sin(q.anim_time*90*4-90)*12", "-20-math.sin(q.anim_time*90*8+90)*1"] + }, + "hand_left": { + "rotation": [2.57366, 12.94466, "-17.7124-math.sin(q.anim_time*90*4+45)*2"] + }, + "arm_right_1": { + "rotation": ["13.0704+math.sin(q.anim_time*90*4)*12", "16.7465-math.sin(q.anim_time*90*4)*30", "-30+math.sin(q.anim_time*90*8-45)*2"] + }, + "arm_right_3": { + "rotation": [-2.40081, "-16.2463-math.sin(q.anim_time*90*4-90)*12", "20-math.sin(q.anim_time*90*8+90)*1"] + }, + "hand_right": { + "rotation": [2.57366, -12.9447, "17.7124-math.sin(q.anim_time*90*4+45)*2"] + } + } + }, + "animation.blacephalon.ground_idle": { + "loop": true, + "bones": { + "torso_bot": { + "rotation": ["2.5+Math.cos((query.anim_time) * 90 * 2 - 90) * 2", 5, "0+Math.cos((query.anim_time) * 90 * 1) * 2"], + "position": [0, "0.7+Math.cos((query.anim_time) * 90 * 2) * 0.1", 0] + }, + "torso_bot2": { + "rotation": [0, 0, "0-math.cos(q.anim_time*90*3/2-60)*2"] + }, + "torso_top": { + "rotation": [0, 0, "0-math.cos(q.anim_time*90*3/2-60)*6"] + }, + "head_ball": { + "rotation": ["10+2.5*math.sin(q.anim_time*90*2)*0.75", 0, "2.5*math.sin(q.anim_time*90*2+90)*0.75"], + "position": [0, "2+math.sin(q.anim_time*90*4)*0.75", 0] + }, + "cone_flat_test2": { + "rotation": ["5+2.5*math.sin(q.anim_time*90*2)*0.5", 0, "2.5*math.sin(q.anim_time*90*2+90)*0.5"], + "position": [0, "math.sin(q.anim_time*90*2)*0.1", 0] + }, + "arm_left_1": { + "rotation": [0, 0, "0-math.cos(q.anim_time*90*3/2-210)*4"] + }, + "arm_left_2": { + "rotation": ["1.0448-math.cos(q.anim_time*90*3/2-130)*1", -0.92232, "60.9719+math.cos(q.anim_time*90*3/2-160)*8"] + }, + "arm_left_3": { + "rotation": ["0-math.cos(q.anim_time*90*3/2-210)*1", 0, "-101-math.cos(q.anim_time*90*3/2-210)*10"] + }, + "hand_mid_r2": { + "rotation": [0, 0, "37.5-math.cos(q.anim_time*90*3/2-210)*4"] + }, + "arm_right_1": { + "rotation": [0, 0, "0-math.cos(q.anim_time*90*3/2-210)*4"] + }, + "arm_right_2": { + "rotation": ["1.0448-math.cos(q.anim_time*90*3/2-130)*1", -0.92232, "-67.9719+math.cos(q.anim_time*90*3/2-160)*8"] + }, + "arm_right_3": { + "rotation": ["0-math.cos(q.anim_time*90*3/2-210)*1", 0, "101-math.cos(q.anim_time*90*3/2-210)*10"] + }, + "hand_mid_r": { + "rotation": [0, 0, "-37.5-math.cos(q.anim_time*90*3/2-210)*4"] + }, + "leg_1_r2": { + "rotation": [0, -10, 0] + }, + "leg_1_r": { + "rotation": [0, 12.5, 0] + }, + "body": { + "position": [0, "-0.8+Math.cos((query.anim_time) * 90 * 2) * 0.19", "0+Math.cos((query.anim_time) * 90 * 2) * -0.1"] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/blipbug/blipbug.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/blipbug/blipbug.animation.json new file mode 100644 index 0000000..537ba2a --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/blipbug/blipbug.animation.json @@ -0,0 +1,146 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.blipbug.ground_walk": { + "loop": true, + "bones": { + "torso": { + "rotation": [25, 0, "-1*(math.sin(q.anim_time*90+4)*2)-2*(math.sin(q.anim_time*90+4)*2)"] + }, + "frontrightleg": { + "rotation": [20, 0, 0] + }, + "frontleftleg": { + "rotation": [40, 0, 0] + }, + "neck": { + "rotation": ["+1*(math.cos(q.anim_time*90+4)*1)", "0+1*(math.cos(q.anim_time*90+4)*6)", 0], + "position": [0, -8.5, 0] + }, + "head": { + "rotation": [ + "0-1*(math.sin(q.anim_time*90+2)*12)+1*(math.sin(q.anim_time*90+2)*12)", + "0-0.5*(math.sin(q.anim_time*90+2)*12)", + "0-2*(math.sin(q.anim_time*90+2)*12)" + ], + "position": [0, -0.5, 0] + }, + "leftear": { + "rotation": [0, "-32.5+1*(math.cos(q.anim_time*90+2)*4)", 0] + }, + "rightear": { + "rotation": [0, "32.5-1*(math.cos(q.anim_time*90+2)*4)", 0] + }, + "antennae": { + "rotation": ["-32.5+1*(math.cos(q.anim_time*90+5)*7)", 0, 0] + }, + "bow": { + "rotation": [0, 0, 0] + }, + "bowleft": { + "rotation": [0, 0, 20] + }, + "bowright": { + "rotation": [0, 0, -12.5] + }, + "torso2": { + "rotation": ["30+1*(math.sin(q.anim_time*90+4)*1)", 0, "-2*(math.cos(q.anim_time*90+4)*4)-2*(math.sin(q.anim_time*90+4)*4)"], + "position": [0, 0, 0] + }, + "tail": { + "rotation": ["25-1*(math.cos(q.anim_time*90+4)*1)", 0, "0-1*(math.cos(q.anim_time*90+4)*4)-2*(math.sin(q.anim_time*90+4)*4)"] + }, + "tail2": { + "rotation": [-49.87704, -1.36262, -0.66161] + }, + "backleftleg": { + "rotation": ["30-1*(math.sin(q.anim_time*90+4)*12)", "0-1*(math.sin(q.anim_time*90+4)*12)", 0] + }, + "backrightleg": { + "rotation": ["30+1*(math.sin(q.anim_time*120+4)*12)", "0+1*(math.sin(q.anim_time*90+4)*12)", 0] + }, + "root": { + "rotation": [0, 0, "0+1*(math.sin(q.anim_time*90+4)*6)"], + "position": [0, 0, 0] + }, + "eyes": { + "position": [0, 0, 0] + }, + "eyesclosed": { + "position": [0, 0, 1] + }, + "eyesattack": { + "position": [0, 0, 1] + } + } + }, + "animation.blipbug.ground_idle": { + "loop": true, + "bones": { + "torso": { + "rotation": ["22.5-1*(math.cos(q.anim_time*90+2)*4)", 0, 0] + }, + "frontrightleg": { + "rotation": ["30-4*(math.cos(q.anim_time*90+2)*1.5)", 0, 0] + }, + "frontleftleg": { + "rotation": ["30-4*(math.cos(q.anim_time*90+2)*1.5)", 0, 0] + }, + "neck": { + "rotation": ["7.5+1*(math.cos(q.anim_time*90+2)*4)", 0, 0], + "position": [0, -9, 0] + }, + "head": { + "rotation": [0, 0, "0-1*(math.sin(q.anim_time*90+5)*5)"], + "position": [0, -0.5, 0] + }, + "leftear": { + "rotation": [0, "-32.5+1*(math.cos(q.anim_time*90+2)*4)", 0] + }, + "rightear": { + "rotation": [0, "32.5-1*(math.cos(q.anim_time*90+2)*4)", 0] + }, + "antennae": { + "rotation": ["-32.5+1*(math.cos(q.anim_time*90+5)*7)", 0, 0] + }, + "bow": { + "rotation": [0, 0, 0] + }, + "bowleft": { + "rotation": [0, 0, 20] + }, + "bowright": { + "rotation": [0, 0, -12.5] + }, + "torso2": { + "rotation": ["30-1*(math.sin(q.anim_time*90+4)*0.5)", 0, 0], + "position": [0, 0, 0] + }, + "tail": { + "rotation": ["20-1*(math.cos(q.anim_time*90+2)*4)", 0, "0-1*(math.sin(q.anim_time*90+5)*5)"] + }, + "tail2": { + "rotation": [-49.87704, -1.36262, -0.66161] + }, + "backleftleg": { + "rotation": ["30-4*(math.cos(q.anim_time*90+2)*1.5)", 0, 0] + }, + "backrightleg": { + "rotation": ["30-4*(math.cos(q.anim_time*90+2)*1.5)", 0, "0-4*(math.cos(q.anim_time*90+2)*1)"] + }, + "root": { + "position": [0, 0, 0] + }, + "eyes": { + "position": [0, 0, 0] + }, + "eyesclosed": { + "position": [0, 0, 1] + }, + "eyesattack": { + "position": [0, 0, 1] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/brutebonnet/brutebonnet.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/brutebonnet/brutebonnet.animation.json new file mode 100644 index 0000000..a1443c5 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/brutebonnet/brutebonnet.animation.json @@ -0,0 +1,83 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.brutebonnet.ground_idle": { + "loop": true, + "bones": { + "amoongus": { + "position": [0, -0.25, 0] + }, + "torso": { + "rotation": [0, 0, "math.sin(q.anim_time*90)*2.5"], + "position": [0, "math.sin(q.anim_time*90)*0.1", 0] + }, + "tail": { + "rotation": [0, "math.sin(q.anim_time*90)*12.5", 0] + }, + "leg_right_front": { + "rotation": [0, 0, 5] + }, + "leg_right_back": { + "rotation": [0, 0, 5] + }, + "leg_left_front": { + "rotation": [0, 0, -5] + }, + "leg_left_back": { + "rotation": [0, 0, -5] + }, + "head": { + "rotation": [-10, 0, 0] + }, + "jaw": { + "rotation": ["12.5+math.sin(q.anim_time*90)*5", 0, 0] + }, + "arm_right": { + "rotation": [0, 0, "-22.5+math.cos(q.anim_time*90)*5"] + }, + "arm_left2": { + "rotation": [0, -45, 0] + }, + "arm_left": { + "rotation": [0, 0, "22.5+math.cos(q.anim_time*90)*5"] + }, + "arm_right2": { + "rotation": [0, 45, 0] + }, + "cap": { + "rotation": [-5, 0, 0] + }, + "hair_right_front": { + "rotation": [0, 0, 0] + }, + "hair_right_back": { + "rotation": [5, 0, "5+math.sin(q.anim_time*180)*2.5"] + }, + "hair_left_back": { + "rotation": [5, 0, "-5+math.sin(q.anim_time*180)*2.5"] + }, + "hair_back_right": { + "rotation": ["10+math.sin(q.anim_time*90)*5", 0, 0] + }, + "hair_back_left": { + "rotation": ["10+math.sin(q.anim_time*90)*5", 0, 0] + }, + "hair_back": { + "rotation": ["17.5+math.sin(q.anim_time*180)*5", 0, 0] + }, + "hair_right": { + "rotation": [0, 0, "5+math.sin(q.anim_time*90)*10"] + }, + "hair_left": { + "rotation": [0, 0, "-5+math.sin(q.anim_time*90)*10"] + }, + "hair_front_right": { + "rotation": ["-5+math.sin(q.anim_time*90)*5", 0, 5] + }, + "hair_front_left": { + "rotation": ["-5+math.sin(q.anim_time*90)*5", 0, -5] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/capsakid/capsakid.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/capsakid/capsakid.animation.json new file mode 100644 index 0000000..32a419b --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/capsakid/capsakid.animation.json @@ -0,0 +1,503 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.capsakid.ground_idle": { + "loop": true, + "animation_length": 0.96, + "bones": { + "head": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": [0, 0, 22.5] + }, + "arm_right": { + "rotation": [0, 0, -22.5] + }, + "leg_right": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "all": { + "position": { + "0.0": { + "post": [0, 0, 0.25], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [0, 0, -0.25], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [0, 0, 0.25], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.capsakid.ground_walk": { + "loop": true, + "animation_length": 0.64, + "bones": { + "head": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.16": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "0.16": { + "post": [0, 0, 35], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [0, 0, 35], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "0.16": { + "post": [0, 0, -35], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [0, 0, -35], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": { + "0.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.16": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.16": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "all": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "0.16": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.capsakid.faint": { + "loop": true, + "animation_length": 2.886, + "bones": { + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.16": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.16": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.44": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.44": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "eyelid_left": { + "position": { + "0.4": [0, 0, 0], + "0.44": [1, 0, -1] + } + }, + "eyelid_right": { + "position": { + "0.4": [0, 0, 0], + "0.44": [-1, 0, -1] + } + }, + "all": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.16": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [62.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.16": { + "post": [0, 0, -0.5], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [0, 0, -0.5], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [0, 0, -0.75], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.capsakid.blink": { + "loop": true, + "animation_length": 0.2, + "bones": { + "eyelid_left": { + "position": { + "0.0": [0, 0, 0], + "0.04": [1, 0, -1], + "0.16": [1, 0, -1], + "0.2": [0, 0, 0] + } + }, + "eyelid_right": { + "position": { + "0.0": [0, 0, 0], + "0.04": [-1, 0, -1], + "0.16": [-1, 0, -1], + "0.2": [0, 0, 0] + } + } + } + }, + "animation.capsakid.sleep": { + "loop": true, + "animation_length": 1.12, + "bones": { + "head": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.12": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 32.5], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [0, 0, 45], + "lerp_mode": "catmullrom" + }, + "1.12": { + "post": [0, 0, 32.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 0, -32.5], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [0, 0, -45], + "lerp_mode": "catmullrom" + }, + "1.12": { + "post": [0, 0, -32.5], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": [-90, 25, 0], + "position": [0, 0.5, -1] + }, + "leg_left": { + "rotation": [-90, -25, 0], + "position": [0, 0.5, -1] + }, + "eyelid_left": { + "position": [1, 0, -1] + }, + "eyelid_right": { + "position": [-1, 0, -1] + }, + "all": { + "position": [0, -1, 0] + } + } + } + }, + "geckolib_format_version": 2 +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/celebi/celebi.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/celebi/celebi.animation.json new file mode 100644 index 0000000..0f05b03 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/celebi/celebi.animation.json @@ -0,0 +1,125 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.celebi.ground_idle": { + "loop": true, + "bones": { + "celebi": { + "position": [0, 3, 0] + }, + "body": { + "rotation": ["math.sin(q.anim_time*90*2+90)*-2", 0, "math.sin(q.anim_time*90*2+30)*-2"], + "position": ["math.sin(q.anim_time*90*0.2)*-0.5", "math.sin(q.anim_time*90*2)*-1", 0] + }, + "arm_right": { + "rotation": [0, 0, "-35+math.sin(q.anim_time*90*2-80)*10"] + }, + "arm_right2": { + "rotation": [0, 0, "17.5-math.sin(q.anim_time*180*2-80)*-2"] + }, + "arm_left": { + "rotation": [0, 0, "35+math.sin(q.anim_time*90*2-80)*-10"] + }, + "arm_left2": { + "rotation": [0, 0, "-17.5+math.sin(q.anim_time*180*2-80)*-2"] + }, + "wing_right": { + "rotation": [-1.16524, "-7.5254+Math.cos((query.anim_time) * 90 * 20) * -15", -2.75806] + }, + "wing_left": { + "rotation": [-1.16524, "5.0254+Math.cos((query.anim_time) * 90 * 20) * 15", 2.75806] + }, + "lef_right": { + "rotation": ["15+math.sin(q.anim_time*90*3-20)*-10", 2, 0] + }, + "lef_right2": { + "rotation": [11, 0, 0] + }, + "lef_right3": { + "rotation": ["10+math.sin(q.anim_time*90*3-20)*-10", 5, 0] + }, + "head": { + "rotation": ["math.sin(q.anim_time*90*2+90)*-2", 0, "math.sin(q.anim_time*90*2+30)*-2"] + }, + "anthena_right": { + "rotation": [0, "20+math.sin(q.anim_time*90*1-10)*-4", "1-(math.sin(q.anim_time*90*2-10)*4)"] + }, + "anthena_left": { + "rotation": [0, "-20+math.sin(q.anim_time*90*1-10)*4", "-(math.sin(q.anim_time*90*2-10)*- 4)"] + }, + "lef_left": { + "rotation": ["25+math.sin(q.anim_time*90*3-40)*-10", -5, 0] + }, + "lef_left2": { + "rotation": ["25+math.sin(q.anim_time*90*3-40)*-10", 0, 0] + }, + "lef_left3": { + "rotation": ["1+math.sin(q.anim_time*90*3-40)*-2", -5, 0] + }, + "torso": { + "position": [0, "math.sin(q.anim_time*90*2-20)*-0.1", 0] + } + } + }, + "animation.celebi.ground_walk": { + "loop": true, + "bones": { + "celebi": { + "position": [0, 3, 0] + }, + "body": { + "rotation": ["25+math.sin(q.anim_time*90*4+80)*-3", 0, "-math.sin(q.anim_time*90*2+30)*-3"], + "position": ["math.sin(q.anim_time*90*2)*-0.5", "math.sin(q.anim_time*90*4)*-1", "math.sin(q.anim_time*90*4)*0.5"] + }, + "arm_right": { + "rotation": [0, 20, "-35+math.sin(q.anim_time*90*4-40)*10"] + }, + "arm_right2": { + "rotation": [0, 4, "15-math.sin(q.anim_time*90*4-40)*-5"] + }, + "arm_left": { + "rotation": [0, -20, "35+math.sin(q.anim_time*90*4-40)*-10"] + }, + "arm_left2": { + "rotation": [0, -4, "-15+math.sin(q.anim_time*90*4-40)*-5"] + }, + "wing_right": { + "rotation": [0, "0+Math.cos((query.anim_time) * 90 * 24) * 17", 0] + }, + "wing_left": { + "rotation": [0, "0+Math.cos((query.anim_time) * 90 * 24) * -17", 0] + }, + "lef_right": { + "rotation": ["25+math.sin(q.anim_time*90*4-30)*-15", 5, 0] + }, + "lef_right2": { + "rotation": [22.5, 0, 0] + }, + "lef_right3": { + "rotation": ["25+math.sin(q.anim_time*90*4-30)*-15", 5, 0] + }, + "head": { + "rotation": [-20, 0, "-math.sin(q.anim_time*90*2+30)*-3"] + }, + "anthena_right": { + "rotation": [0, "20+math.sin(q.anim_time*90*4-10)*-4", "(math.sin(q.anim_time*90*4-10)*4)"] + }, + "anthena_left": { + "rotation": [0, "-20+math.sin(q.anim_time*90*4-10)*4", "(math.sin(q.anim_time*90*4-10)*-4)"] + }, + "lef_left": { + "rotation": ["15+math.sin(q.anim_time*90*4-20)*-10", -5, 0] + }, + "lef_left2": { + "rotation": [2.5, 0, 0] + }, + "lef_left3": { + "rotation": ["15+math.sin(q.anim_time*90*4-20)*-10", -5, 0] + }, + "torso": { + "position": [0, "math.sin(q.anim_time*90*2-20)*-0.1", 0] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/chienpao/chienpao.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/chienpao/chienpao.animation.json new file mode 100644 index 0000000..0eda64d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/chienpao/chienpao.animation.json @@ -0,0 +1,264 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.chienpao.ground_idle": { + "loop": true, + "bones": { + "tail_1": { + "rotation": [-30, "math.cos((query.anim_time - 0.5) * 90) * 16", 0] + }, + "tail_2": { + "rotation": [12.5, "0+math.cos((query.anim_time - 0.8) * 90) * 16", 0] + }, + "tail_3": { + "rotation": [30, "0+math.cos((query.anim_time - 1.1) * 90) * 16", 0] + }, + "tail_4": { + "rotation": [60, 0, 0] + }, + "tail_5": { + "rotation": [62.5, 0, 0] + }, + "tail_6": { + "rotation": [65, 0, 0] + }, + "torso": { + "rotation": ["math.cos(q.anim_time*90*2-90)*0.4", 0, "0+math.cos(q.anim_time*90*2)*0.6"], + "position": [0, "math.sin(q.anim_time*90*1-90)*0.05", 0] + }, + "neck": { + "rotation": ["-math.sin(q.anim_time*90*2-90)*0.6", 0, "-math.cos(q.anim_time*90*1-90)*0.5"] + }, + "head": { + "rotation": ["-math.sin(q.anim_time*90*1-90)*4", 0, 0], + "position": [0, "-math.cos(q.anim_time*90*2-90)*0.05", 0] + }, + "wisker_right": { + "rotation": [0, 15, 0] + }, + "wisker_left": { + "rotation": [0, -15, 0] + }, + "ear_right": { + "rotation": [0, 0, "-math.sin(q.anim_time*90*3-90)*3"] + }, + "ear_left": { + "rotation": [0, 0, "math.sin(q.anim_time*90*3-90)*3"] + } + } + }, + "animation.chienpao.ground_walk": { + "loop": true, + "bones": { + "tail_1": { + "rotation": ["-30+math.sin(q.anim_time*90*8-180-60)*2", "math.sin(q.anim_time*90*4-180-60)*4", 0] + }, + "tail_2": { + "rotation": ["12.5+math.sin(q.anim_time*90*8-200-80)*2", "math.sin(q.anim_time*90*4-200-80)*4", 0] + }, + "tail_3": { + "rotation": ["12.5+math.sin(q.anim_time*90*8-220-100)*2", "math.sin(q.anim_time*90*4-220-100)*4", 0] + }, + "tail_4": { + "rotation": ["12.5+math.sin(q.anim_time*90*8-240-120)*2", "math.sin(q.anim_time*90*4-240-120)*4", 0] + }, + "tail_5": { + "rotation": ["20+math.sin(q.anim_time*90*8-260-140)*2", "0+math.sin(q.anim_time*90*4-260-140)*4", 0] + }, + "tail_6": { + "rotation": ["35+math.sin(q.anim_time*90*8-280-160)*2", "0+math.sin(q.anim_time*90*4-280-160)*4", 0] + }, + "torso": { + "rotation": ["math.sin(q.anim_time*90*4-90)*1+0.5", 0, 0], + "position": [0, "math.sin(q.anim_time*90*8-90)*0.2", 0] + }, + "neck": { + "rotation": ["12.5+math.sin(q.anim_time*90*8-260-140)*2", "math.sin(q.anim_time*90*4-260-140)*4", 0] + }, + "head": { + "rotation": [ + "-10-math.sin(q.anim_time*90*4-90)*0.5+math.sin(q.anim_time*90*4*2-45)*1", + 0, + "-math.clamp(math.sin(q.anim_time*90*4-90)*1,-0.8,0.8)-math.sin(q.anim_time*90*4-180)*1" + ], + "position": ["math.sin(q.anim_time*90*4-45)*0.1", "math.sin(-q.anim_time*90*4*2-45)*0.1", 0] + }, + "wisker_right": { + "rotation": [0, 17.5, "0+math.sin(q.anim_time*90*8-200)*3"] + }, + "wisker_left": { + "rotation": [0, -17.5, "0-math.sin(q.anim_time*90*8-200)*3"] + }, + "ear_right": { + "rotation": [0, 0, "math.sin(q.anim_time*90*8-180)*3"] + }, + "ear_left": { + "rotation": [0, 0, "math.sin(q.anim_time*90*8)*3"] + }, + "leg_front_left1": { + "rotation": [ + "30-math.clamp(20*(math.sin(q.anim_time*90*4-90+33)*1+1),-0,60)", + 0, + "-math.clamp(math.sin(q.anim_time*90*4-90)*1,-0.8,0.8)-math.sin(q.anim_time*90*4-180)*1" + ], + "position": [ + 0, + "-1+1*(math.clamp(math.sin(q.anim_time*90*4-160)*1.6,1,1.6)-0.2)+0.5*(math.clamp(math.sin(q.anim_time*90*4-75)*1.8,1,1.8)-1)-0.1*(math.clamp(math.sin(q.anim_time*90*4)*1.4,1,1.4)+1)-math.clamp(math.sin(q.anim_time*90*4-180)*1,0,1)", + 0 + ] + }, + "leg_front_left2": { + "rotation": [ + "-math.clamp(math.sin(q.anim_time*90*4-180*0+33)*25,0,40)-(math.clamp(math.sin(q.anim_time*90*1-90*0)*1,0.5,1)*1-0.5)*20-(math.clamp(math.sin(q.anim_time*90*1-90*2)*1,0.5,1)*1-0.5)*20", + 0, + 0 + ] + }, + "leg_front_left3": { + "rotation": ["-20+math.clamp(10*(math.sin(q.anim_time*90*4-90-180*0)*1+1),-0,60)+math.clamp(math.sin(q.anim_time*90*4-180*0+10)*30,-5,30)", 0, 0], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4-120)*1.1,0.9,1)-0.9+math.clamp(math.sin(q.anim_time*90*2-130)*1.3,0.9,1)-0.9", 0] + }, + "leg_front_right1": { + "rotation": [ + "30-math.clamp(20*(math.sin(q.anim_time*90*4-90+33+180)*1+1),-0,60)", + 0, + "math.clamp(math.sin(q.anim_time*90*4-90+180)*1,-0.8,0.8)+math.sin(q.anim_time*90*4-180*0)*1" + ], + "position": [ + 0, + "-1+1*(math.clamp(math.sin(q.anim_time*90*4-165+180)*1.6,1,1.6)-0.2)+0.5*(math.clamp(math.sin(q.anim_time*90*4-75+180)*1.8,1,1.8)-1)-0.1*(math.clamp(math.sin(q.anim_time*90*4+180)*1.4,1,1.4)+1)-math.clamp(math.sin(q.anim_time*90*4)*1,0,1)", + 0 + ] + }, + "leg_front_right2": { + "rotation": [ + "-math.clamp(math.sin(q.anim_time*90*4-180*1+33)*25,0,40)-(math.clamp(math.sin(q.anim_time*90*1-90*3)*1,0.5,1)*1-0.5)*20-(math.clamp(math.sin(q.anim_time*90*1-90*1)*1,0.5,1)*1-0.5)*20", + 0, + 0 + ] + }, + "leg_front_right3": { + "rotation": ["20-math.clamp(10*(math.sin(q.anim_time*90*4-90-180*0)*1+1),-0,60)-math.clamp(math.sin(q.anim_time*90*4-180*0+10)*30,-5,30)", 0, 0], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4-120)*1.1,0.9,1)-0.9+math.clamp(math.sin(q.anim_time*90*2-130+90)*1.3,0.9,1)-0.9", 0] + }, + "leg_back_right1": { + "rotation": [ + "-20+math.clamp(15*(math.sin(q.anim_time*90*4-90+180)*1+1),-0,60)", + 0, + "math.clamp(math.sin(q.anim_time*90*4-90+180)*1,-0.8,0.8)+math.sin(q.anim_time*90*4-180*0)*1" + ], + "position": [ + 0, + "-0.8-math.clamp(-math.sin(q.anim_time*90*4+90+180*1)*0.01,0,0.01)+math.clamp(-math.sin(q.anim_time*90*4+20+180*1)*1,0.4,1)-0.4+math.clamp(math.sin(q.anim_time*90*4-130+180*1)*1.5,0.4,0.6)-0.3+(math.clamp(-math.sin(q.anim_time*90*2+70+180*1)*1,0.5,1)-0.5)*0.5+(math.clamp(-math.sin(q.anim_time*90*2+70+180*0)*1,0.5,1)+0.5)*0.5", + 0 + ] + }, + "leg_back_right2": { + "rotation": [ + "math.clamp(math.sin(q.anim_time*90*4+180)*10,0,10)-math.clamp(math.sin(q.anim_time*90*4-95+180)*10,0,45)-math.clamp(math.sin(q.anim_time*90*4+180*0)*10,0,45)", + 0, + 0 + ], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4-130+180)*1,0.5,1)-math.clamp(math.sin(q.anim_time*90*4-40+180)*1,0.75,1)+0.25", 0] + }, + "leg_back_right3": { + "rotation": [ + "-math.clamp(math.sin(q.anim_time*90*4+180*1)*10,0,10)+math.clamp(math.sin(q.anim_time*90*4+10+180*0)*25,0,45)-(-20+math.clamp(11*(math.sin(q.anim_time*90*4-90+180*1)*1+1),-0,60))+math.clamp(math.sin(q.anim_time*90*4-130+180*1)*00,50,100)-50", + 0, + 0 + ], + "position": [0, "(math.clamp(math.sin(q.anim_time*90*4-110+180*0)*1,0.5,1)-0.5)*0.7", 0] + }, + "leg_back_left1": { + "rotation": [ + "-20+math.clamp(15*(math.sin(q.anim_time*90*4-90)*1+1),-0,60)", + 0, + "-math.clamp(math.sin(q.anim_time*90*4-90)*1,-0.8,0.8)-math.sin(q.anim_time*90*4-180)*1" + ], + "position": [ + 0, + "-0.8-math.clamp(-math.sin(q.anim_time*90*4+90+180*0)*0.01,0,0.01)+math.clamp(-math.sin(q.anim_time*90*4+20+180*0)*1,0.4,1)-0.4+math.clamp(math.sin(q.anim_time*90*4-130+180*0)*1.5,0.4,0.6)-0.3+(math.clamp(-math.sin(q.anim_time*90*2+70+180*0)*1,0.5,1)-0.5)*0.5+(math.clamp(-math.sin(q.anim_time*90*2+70+180*1)*1,0.5,1)+0)*0.5", + 0 + ] + }, + "leg_back_left2": { + "rotation": [ + "math.clamp(math.sin(q.anim_time*90*4)*10,0,10)-math.clamp(math.sin(q.anim_time*90*4-95)*10,0,45)-math.clamp(math.sin(q.anim_time*90*4+180)*10,0,45)", + 0, + 0 + ], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4-130)*1,0.5,1)-math.clamp(math.sin(q.anim_time*90*4-40)*1,0.75,1)+0.25", 0] + }, + "leg_back_left3": { + "rotation": [ + "-math.clamp(math.sin(q.anim_time*90*4+180*0)*10,0,10)+math.clamp(math.sin(q.anim_time*90*4+10+180*1)*25,0,45)-(-20+math.clamp(11*(math.sin(q.anim_time*90*4-90+180*0)*1+1),-0,60))+math.clamp(math.sin(q.anim_time*90*4-130+180*0)*00,50,100)-50", + 0, + 0 + ], + "position": [0, "(math.clamp(math.sin(q.anim_time*90*4-110+180)*1,0.5,1)-0.5)*0.7", 0] + } + } + }, + "animation.chienpao.cry": { + "animation_length": 1.5, + "bones": { + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [35, 0, 0], + "1.25": [35, 0, 0], + "1.5": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/chiyu/chiyu.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/chiyu/chiyu.animation.json new file mode 100644 index 0000000..a60cd51 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/chiyu/chiyu.animation.json @@ -0,0 +1,63 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.chiyu.ground_idle": { + "loop": true, + "bones": { + "bone3": { + "rotation": [0, "0+Math.cos((query.anim_time - 0.5) * 180) * 4", 0] + }, + "bone5": { + "rotation": [0, "0+Math.cos((query.anim_time - 0.8) * 180) * 4", 0] + }, + "bone6": { + "rotation": [0, "0-Math.cos((query.anim_time - 0.8) * 180) * 4", 0] + }, + "bone10": { + "rotation": ["0+Math.cos((query.anim_time - 0.2) * 180) * 2", "0+Math.cos((query.anim_time - 0.2) * 90) * 2", 0] + }, + "bone14": { + "rotation": [0, 0, "0-Math.cos((query.anim_time - 0.8) * 180) * 4"] + }, + "bone13": { + "rotation": [0, 0, "0+Math.cos((query.anim_time - 0.8) * 180) * 4"] + }, + "bone11": { + "rotation": [0, "0+Math.cos((query.anim_time - 0.2) * 90) * 2", 0] + }, + "bone15": { + "rotation": [0, "0-Math.cos((query.anim_time - 0.5) * 180) * 4", 0] + } + } + }, + "animation.chiyu.ground_walk": { + "loop": true, + "bones": { + "bone3": { + "rotation": [0, "0+Math.cos((query.anim_time - 0.8) * 270) * 8", 0] + }, + "bone5": { + "rotation": [0, "0+Math.cos((query.anim_time - 0.8) * 270) * 8", 0] + }, + "bone6": { + "rotation": [0, "0+Math.cos((query.anim_time - 0.8) * 270) * 8", 0] + }, + "bone10": { + "rotation": [0, "0+Math.cos((query.anim_time - 0.2) * 270) * 8", 0] + }, + "bone14": { + "rotation": [0, 0, "0-Math.cos((query.anim_time - 0.8) * 180) * 4"] + }, + "bone13": { + "rotation": [0, 0, "0+Math.cos((query.anim_time - 0.8) * 180) * 4"] + }, + "bone11": { + "rotation": [0, "0+Math.cos((query.anim_time - 0.5) * 270) * 8", 0] + }, + "bone15": { + "rotation": [0, "0+Math.cos((query.anim_time - 0.8) * 270) * 8", 0] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/cinccino/cinccino.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/cinccino/cinccino.animation.json new file mode 100644 index 0000000..34639b7 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/cinccino/cinccino.animation.json @@ -0,0 +1,288 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.cinccino.ground_idle": { + "loop": true, + "bones": { + "head": { + "rotation": ["0+math.sin(q.anim_time*90*3-60)*2", 0, 0] + }, + "arm_left": { + "rotation": [0, "0- math.cos(query.anim_time * 90 * 3 - 90) * 12", 37.5] + }, + "arm_left2": { + "rotation": [0, "math.clamp(math.sin(((query.anim_time) + (0.75/2)) * 90 * 2) * 4, 0, 4)", 0] + }, + "arm_right": { + "rotation": [0, "0+math.cos(query.anim_time * 90 * 3 - 90) * 12", -37.5], + "position": [0, 0, 0] + }, + "arm_right2": { + "rotation": [0, "0 - math.clamp(math.sin(((query.anim_time) - (0.75/2)) * 90 * 2) * 4, 0, 4)", 0] + }, + "torso2": { + "rotation": [1, "0 - math.sin(((query.anim_time) - (0.5/2)) * 90 * 2) * 3", 0] + }, + "leg_left": { + "rotation": [ + "0 -math.sin((query.anim_time) * 90 * 2) * 0", + 0, + "0 - 0 + (math.clamp((math.sin(((query.anim_time - (1.75 / 2))) * 180 * 2) * 1) - math.clamp((math.sin(((query.anim_time - (1.75 / 2))) * 90 * 2) * 2), 0, 1), 0, 1)) * 0" + ], + "position": [0, "math.clamp(math.sin(((query.anim_time) + (1/2)) * 90 * 2) * 0, 0, 0)", 0] + }, + "leg_left2": { + "rotation": ["0 - math.clamp(math.sin(((query.anim_time) - (0.75/2)) * 90 * 2) * 0, -0, 0)", 0, 0] + }, + "leg_right": { + "rotation": [ + "math.sin((query.anim_time) * 90 * 2) * 0", + 0, + "0 - (math.clamp((math.sin(((query.anim_time + (0.25 / 2))) * 180 * 2) * 1) - math.clamp((math.sin(((query.anim_time + (0.25 / 2))) * 90 * 2) * 2), 0, 1), 0, 1)) * 0" + ], + "position": [0, "math.clamp(math.sin(((query.anim_time) - (1/2)) * 90 * 2) * 0, 0, 0)", 0] + }, + "leg_right2": { + "rotation": ["math.clamp(math.sin(((query.anim_time) - (0.75/2)) * 90 * 2) * 0, 0, 0)", 0, 0] + }, + "foot_left": { + "rotation": ["0 - math.clamp(math.sin(((query.anim_time) - (0.75/2)) * 90 * 2) * 0, -0, 0)", 0, 0] + }, + "foot_right": { + "rotation": ["math.clamp(math.sin(((query.anim_time) - (0.75/2)) * 90 * 2) * 0, 0, 0)", 0, 0] + }, + "hand_right": { + "rotation": [0, 0, 0] + }, + "hand_left": { + "rotation": [0, 0, 0] + }, + "tail": { + "rotation": [0, "4*(math.sin(q.anim_time*90*3)*1)+0*(math.sin(q.anim_time*90*0/2)*1)", 0] + }, + "tail2": { + "rotation": [0, "6*(math.sin(q.anim_time*90*3-90)*1)+0*(math.sin(q.anim_time*90*0/2-90)*1)", 0] + }, + "tail3": { + "rotation": [0, "6*(math.sin(q.anim_time*90*3-90)*1)+0*(math.sin(q.anim_time*90*0/2-90)*1)", 0] + }, + "leftforearm": { + "rotation": [0, 70, 0] + }, + "rightforearm": { + "rotation": [0, -70, 0] + }, + "body2": { + "rotation": ["01+math.sin(q.anim_time*90*3)*1", 0, 0], + "position": [0, "0+math.sin(q.anim_time*90*3*2)*0.1", 0] + }, + "hair_1_r2": { + "rotation": [0, 0, "0+Math.cos((query.anim_time) * 90 * 3 - 160) * 2"] + }, + "hair_3_r2": { + "rotation": [0, 0, "0+Math.cos((query.anim_time) * 90 * 3 - 130) * 5"] + }, + "hair_4_r2": { + "rotation": [0, 0, "0+Math.cos((query.anim_time) * 90 * 2 - 110) * 6"] + }, + "hair_1_r": { + "rotation": [0, 0, "0+Math.cos((query.anim_time) * 90 * 3 - 160) * -2"] + }, + "hair_3_r": { + "rotation": [0, 0, "0+Math.cos((query.anim_time) * 90 * 3 - 130) * -5"] + }, + "hair_4_r": { + "rotation": [0, 0, "0+Math.cos((query.anim_time) * 90 * 2 - 110) * -6"] + }, + "ear_right": { + "rotation": ["0-math.sin(q.anim_time*90*3*1)*3", 0, 0] + }, + "ear_left": { + "rotation": ["0-math.sin(q.anim_time*90*3*1)*3", 0, 0] + }, + "bone3": { + "rotation": [0, -20, "7.5+Math.cos((query.anim_time) * 90 * 2 - 160) * -2"], + "position": [0, 0.2, 0] + }, + "bone4": { + "rotation": [0, 0, "7.50+Math.cos((query.anim_time) * 90 * 2 - 145) * -3"] + }, + "tail1": { + "rotation": ["0+math.sin(q.anim_time*90*3-60)*4", 0, 0] + } + } + }, + "animation.cinccino.ground_walk": { + "loop": true, + "bones": { + "head": { + "rotation": ["-2.5-math.cos(q.anim_time*90*4-30)*2", "-math.sin(q.anim_time*90*4-30)*1", "math.cos(q.anim_time*90*4-30)*3"] + }, + "arm_left": { + "rotation": [0, "0-5*math.sin(q.anim_time*90*3.5)*5", 34.25] + }, + "arm_left2": { + "rotation": [0, "math.clamp(math.sin(((query.anim_time) + (0.75/3)) * 90 * 3) * 6, 0, 6)", 0] + }, + "arm_right": { + "rotation": [0, "0-5*math.sin(q.anim_time*90*3.5)*5", -34.25] + }, + "arm_right2": { + "rotation": [0, "0 - math.clamp(math.sin(((query.anim_time) - (0.75/3)) * 90 * 3) * 6, 0, 6)", 0] + }, + "torso2": { + "rotation": [3, "0 - math.sin(((query.anim_time) - (0.5/3)) * 90 * 3) * 3", 0] + }, + "leg_left": { + "rotation": ["-math.sin(q.anim_time*90*4+180)*3", -7.5, 0], + "position": [0, "0+math.clamp(math.cos(q.anim_time*90*4+180)*1,0,1)", "0-math.sin(q.anim_time*90*4+180)*1"] + }, + "leg_left2": { + "rotation": ["0 - math.clamp(math.sin(((query.anim_time) - (0.75/3)) * 90 * 3) * 0, -0, 0)", 0, 0] + }, + "leg_right": { + "rotation": ["math.sin(q.anim_time*90*4+180)*3", 7.5, 0], + "position": [0, "0+math.clamp(math.cos(q.anim_time*90*4)*1,0,1)", "0-math.sin(q.anim_time*90*4)*1"] + }, + "leg_right2": { + "rotation": ["math.clamp(math.sin(((query.anim_time) - (0.75/3)) * 90 * 3) * 0, 0, 0)", 0, 0] + }, + "foot_left": { + "rotation": ["0 - math.clamp(math.sin(((query.anim_time) - (0.75/3)) * 90 * 3) * 8, -8, 0)", 0, 0] + }, + "foot_right": { + "rotation": ["math.clamp(math.sin(((query.anim_time) - (0.75/3)) * 90 * 3) * 8, 0, 8)", 0, 0] + }, + "hand_right": { + "rotation": [0, -70, 0] + }, + "hand_left": { + "rotation": [0, 70, 0] + }, + "tail": { + "rotation": [0, "4*(math.sin(q.anim_time*90*3)*1)+0*(math.sin(q.anim_time*90*0/2)*1)", 0] + }, + "tail2": { + "rotation": [0, "math.cos(q.anim_time*90*8-30)*8", 0] + }, + "tail3": { + "rotation": [0, "6*(math.sin(q.anim_time*90*3-90)*1)+0*(math.sin(q.anim_time*90*0/2-90)*1)", 0] + }, + "leftforearm": { + "rotation": [0, 70, 0] + }, + "rightforearm": { + "rotation": [0, -70, 0] + }, + "body2": { + "rotation": ["5-math.cos(q.anim_time*90*4*2)*2", "0-math.sin(q.anim_time*90*4)*3", "0+math.cos(q.anim_time*90*4)*3"], + "position": [0, "0.175+math.sin(q.anim_time*90*4*2)*0.2", 0] + }, + "hair_1_r2": { + "rotation": [0, 0, "0+Math.cos((query.anim_time) * 90 * 4 - 160) * 2"] + }, + "hair_1_r": { + "rotation": [0, 0, "0+Math.cos((query.anim_time) * 90 * 4 - 160) * -2"] + }, + "ear_right": { + "rotation": [0, 0, "math.cos(q.anim_time*90*4-30)*3"] + }, + "ear_left": { + "rotation": [0, 0, "math.cos(q.anim_time*90*4-30)*3"] + }, + "tail1": { + "rotation": ["-12.5+12*(math.sin(q.anim_time*90*4*2-240)*1+1)", "0+10*(math.sin(q.anim_time*90*2*2-140))", 0] + }, + "bone3": { + "rotation": [0, "-35+Math.cos((query.anim_time) * 90 * 3 - 110) * -6", "Math.cos((query.anim_time) * 90 * 2 - 110) * -1"], + "position": [0, 0.175, -0.05] + }, + "bone4": { + "rotation": [0, "0+Math.cos((query.anim_time) * 90 * 3 - 110) * -3", "0+Math.cos((query.anim_time) * 90 * 2 - 110) * -3"] + } + } + }, + "animation.cinccino.blink": { + "animation_length": 0.16667, + "bones": { + "eyelid_right": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_left": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + } + } + }, + "education": { + "loop": true, + "bones": { + "pichu": { + "position": [0, 4, 0] + }, + "head": { + "rotation": [5, 0, 0] + }, + "arm_right": { + "rotation": [90, -70, -90] + }, + "arm_left": { + "rotation": [90, 70, 90] + }, + "leg_right": { + "rotation": [-55, 0, 0], + "position": [0, 0, -2] + }, + "leg_left": { + "rotation": [-55, 0, 0], + "position": [0, 0, -2] + } + } + }, + "render": { + "loop": true, + "bones": { + "pichu": { + "rotation": [0, 12.5, 0] + }, + "torso": { + "rotation": [0, 2.5, 0] + }, + "head": { + "rotation": [0, -12.5, 0] + }, + "eyelid_left": { + "position": [0, 0, -0.1] + }, + "arm_right": { + "rotation": [0, 0, -37.5] + }, + "arm_left": { + "rotation": [0, 0, 40] + }, + "tail1": { + "rotation": [0, 35, 0] + }, + "tail2": { + "rotation": [0, 0, 0] + }, + "leg_right": { + "rotation": [0, 17.5, 0] + }, + "leg_left": { + "rotation": [0, -7.5, 0] + }, + "openmouth": { + "position": [0, 0, -0.1] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/corsola_galarian/corsola_galar.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/corsola_galarian/corsola_galar.animation.json new file mode 100644 index 0000000..364da4e --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/corsola_galarian/corsola_galar.animation.json @@ -0,0 +1,187 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.corsola_galar.ground_idle": { + "loop": true, + "bones": { + "corsola": { + "rotation": [0, 0, "(math.sin(q.anim_time*90*2)*2)"], + "position": ["math.sin(q.anim_time*90*2)*0.5", "-0.2+math.abs(math.sin(q.anim_time*90*2)*0.2)", 0] + }, + "arm_right": { + "rotation": [ + "1*math.sin(q.anim_time*90*2-60)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": ["1+math.sin(q.anim_time*90*4)*0.06", 1, 1] + }, + "arm_left": { + "rotation": [ + "1*math.sin(q.anim_time*90*2-60)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": ["1+math.sin(q.anim_time*90*4)*0.06", 1, 1] + }, + "horn_mid": { + "rotation": [ + "2*math.sin(q.anim_time*90*2-120)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "position": [0, 0, 0], + "scale": ["1+math.sin(q.anim_time*90*4)*0.06", 1, 1] + }, + "rightfronthorn3": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-60)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": ["1+math.sin(q.anim_time*90*4)*0.06", 1, 1] + }, + "leftfronthorn3": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-120)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": ["1+math.sin(q.anim_time*90*4)*0.06", 1, 1] + }, + "leftfronthorn": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-60)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": ["1+math.sin(q.anim_time*90*4)*0.06", 1, 1] + }, + "rightfronthorn": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-120)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "position": [0, 0, 0], + "scale": ["1+math.sin(q.anim_time*90*4)*0.06", 1, 1] + } + } + }, + "animation.corsola_galar.blink": { + "animation_length": 0.625, + "bones": { + "eyes_right": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + }, + "eyes_left": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + } + } + }, + "animation.corsola_galar.sleep": { + "loop": true, + "bones": { + "leftfronthorn3": { + "scale": [0.1, 0.1, 0] + }, + "leftfronthorn": { + "scale": [0.1, 0.1, 0] + }, + "rightfronthorn": { + "scale": [0.1, 0.1, 0] + }, + "rightfronthorn3": { + "scale": [0.1, 0.1, 0] + }, + "horn_mid": { + "scale": [0.1, 0.1, 0] + }, + "arm_right": { + "scale": [0.1, 0.1, 0] + }, + "arm_left": { + "scale": [0.1, 0.1, 0] + }, + "eye_close": { + "position": [0, 0, -0.025] + }, + "eye_open": { + "position": [0, 0, 0.125] + } + } + }, + "animation.corsola_galar.ground_walk": { + "loop": true, + "bones": { + "corsola": { + "position": [0, 5, 0] + }, + "arm_right": { + "rotation": ["(math.sin(q.anim_time*90)*3)*(math.sin(q.anim_time*90-90))", "1*math.sin(q.anim_time*90*2-120)", "-(math.sin(q.anim_time*90*2-90)*3)"], + "scale": [1, "1+math.sin(q.anim_time*90*4)*0.06", 1] + }, + "arm_left": { + "rotation": ["(math.sin(q.anim_time*90)*3)*(math.sin(q.anim_time*90-90))", "1*math.sin(q.anim_time*90*2-120)", "-(math.sin(q.anim_time*90*2-90)*3)"], + "scale": [1, "1+math.sin(q.anim_time*90*4)*0.06", 1] + }, + "horn_mid": { + "rotation": ["(math.sin(q.anim_time*90)*3)*(math.sin(q.anim_time*90-90))", "5*math.sin(q.anim_time*90*2-120)", "-(math.sin(q.anim_time*90*2-90)*3)"], + "scale": [1, "1+math.sin(q.anim_time*90*4)*0.06", 1] + }, + "rightfronthorn3": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-60)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": ["1+math.sin(q.anim_time*90*4)*0.06", 1, 1] + }, + "leftfronthorn3": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-60)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": ["1+math.sin(q.anim_time*90*4)*0.06", 1, 1] + }, + "leftfronthorn": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-120)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": ["1+math.sin(q.anim_time*90*4)*0.06", 1, 1] + }, + "rightfronthorn": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-120)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": ["1+math.sin(q.anim_time*90*4)*0.06", 1, 1] + }, + "swing": { + "rotation": ["15+2.5*math.sin(q.anim_time*90*2)*0.75", 0, "2.5*math.sin(q.anim_time*90*2+90)*0.75"], + "position": [0, "math.sin(q.anim_time*90*4)*0.75", 0] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/corsolar/corsola.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/corsolar/corsola.animation.json new file mode 100644 index 0000000..3e9f5a0 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/corsolar/corsola.animation.json @@ -0,0 +1,308 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.corsola.ground_idle": { + "loop": true, + "bones": { + "corsola": { + "rotation": [0, 0, "(math.sin(q.anim_time*90*2)*2)"], + "position": ["math.sin(q.anim_time*90*2)*0.5", "-0.2+math.abs(math.sin(q.anim_time*90*2)*0.2)", 0] + }, + "arm_right": { + "rotation": [ + "1*math.sin(q.anim_time*90*2-60)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": 1 + }, + "arm_left": { + "rotation": [ + "1*math.sin(q.anim_time*90*2-60)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": 1 + }, + "horn_mid": { + "rotation": ["2*math.sin(q.anim_time*90*2-120)", 0, 0], + "position": [0, 0, 0], + "scale": 1 + }, + "rightfronthorn3": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-60)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": 1 + }, + "leftfronthorn3": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-120)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": 1 + }, + "leftfronthorn": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-60)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": 1 + }, + "rightfronthorn": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-120)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "position": [0, 0, 0], + "scale": 1 + } + } + }, + "animation.corsola.ground_walk": { + "loop": true, + "bones": { + "corsola": { + "rotation": [0, 0, "(math.sin(q.anim_time*90*2)*2)"], + "position": ["math.sin(q.anim_time*90*2)*0.5", "-0.2+math.abs(math.sin(q.anim_time*90*2)*0.2)", 0] + }, + "arm_right": { + "rotation": [ + "1*math.sin(q.anim_time*90*2-60)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": 1 + }, + "arm_left": { + "rotation": [ + "1*math.sin(q.anim_time*90*2-60)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": 1 + }, + "horn_mid": { + "rotation": ["2*math.sin(q.anim_time*90*2-120)", 0, 0], + "position": [0, 0, 0], + "scale": 1 + }, + "rightfronthorn3": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-60)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": 1 + }, + "leftfronthorn3": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-120)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": 1 + }, + "leftfronthorn": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-60)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": 1 + }, + "rightfronthorn": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-120)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "position": [0, 0, 0], + "scale": 1 + } + } + }, + "animation.corsola.blink": { + "animation_length": 0.625, + "bones": { + "eyes_right": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + }, + "eyes_left": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + } + } + }, + "animation.corsola.sleep": { + "loop": true, + "bones": { + "leftfronthorn3": { + "scale": 1 + }, + "leftfronthorn": { + "scale": 1 + }, + "rightfronthorn": { + "scale": 1 + }, + "rightfronthorn3": { + "scale": 1 + }, + "horn_mid": { + "scale": 1 + }, + "arm_right": { + "scale": 1 + }, + "arm_left": { + "scale": 1 + }, + "eye_close": { + "position": [0, 0, -0.025] + }, + "eye_open": { + "position": [0, 0, 0.125] + }, + "bone4": { + "position": [0, 0, 0.4] + }, + "bone3": { + "position": [0, 0, 0.5] + } + } + }, + "animation.corsola.water_idle": { + "loop": true, + "bones": { + "corsola": { + "position": [0, 5, 0] + }, + "arm_right": { + "rotation": ["(math.sin(q.anim_time*90)*3)*(math.sin(q.anim_time*90-90))", "1*math.sin(q.anim_time*90*2-120)", "-(math.sin(q.anim_time*90*2-90)*3)"], + "scale": 1 + }, + "arm_left": { + "rotation": ["(math.sin(q.anim_time*90)*3)*(math.sin(q.anim_time*90-90))", "1*math.sin(q.anim_time*90*2-120)", "-(math.sin(q.anim_time*90*2-90)*3)"], + "scale": 1 + }, + "horn_mid": { + "rotation": ["(math.sin(q.anim_time*90)*3)*(math.sin(q.anim_time*90-90))", "5*math.sin(q.anim_time*90*2-120)", "-(math.sin(q.anim_time*90*2-90)*3)"], + "scale": 1 + }, + "rightfronthorn3": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-60)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": 1 + }, + "leftfronthorn3": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-60)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": 1 + }, + "leftfronthorn": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-120)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": 1 + }, + "rightfronthorn": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-120)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": 1 + }, + "swing": { + "rotation": ["15+2.5*math.sin(q.anim_time*90*2)*0.75", 0, "2.5*math.sin(q.anim_time*90*2+90)*0.75"], + "position": [0, "math.sin(q.anim_time*90*4)*0.75", 0] + } + } + }, + "animation.corsola.water_swim": { + "loop": true, + "bones": { + "corsola": { + "position": [0, 5, 0] + }, + "arm_right": { + "rotation": ["(math.sin(q.anim_time*90)*3)*(math.sin(q.anim_time*90-90))", "1*math.sin(q.anim_time*90*2-120)", "-(math.sin(q.anim_time*90*2-90)*3)"], + "scale": 1 + }, + "arm_left": { + "rotation": ["(math.sin(q.anim_time*90)*3)*(math.sin(q.anim_time*90-90))", "1*math.sin(q.anim_time*90*2-120)", "-(math.sin(q.anim_time*90*2-90)*3)"], + "scale": 1 + }, + "horn_mid": { + "rotation": ["(math.sin(q.anim_time*90)*3)*(math.sin(q.anim_time*90-90))", "5*math.sin(q.anim_time*90*2-120)", "-(math.sin(q.anim_time*90*2-90)*3)"], + "scale": 1 + }, + "rightfronthorn3": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-60)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": 1 + }, + "leftfronthorn3": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-60)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": 1 + }, + "leftfronthorn": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-120)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": 1 + }, + "rightfronthorn": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-120)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": 1 + }, + "swing": { + "rotation": ["15+2.5*math.sin(q.anim_time*90*2)*0.75", 0, "2.5*math.sin(q.anim_time*90*2+90)*0.75"], + "position": [0, "math.sin(q.anim_time*90*4)*0.75", 0] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/cramorant/cramorant.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/cramorant/cramorant.animation.json new file mode 100644 index 0000000..680450a --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/cramorant/cramorant.animation.json @@ -0,0 +1,222 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.cramorant.ground_walk": { + "loop": true, + "bones": { + "wing_left4": { + "rotation": [0, "0-math.sin(q.anim_time*90*4-60)*3", "0+math.cos(q.anim_time*90*4-60)*12"] + }, + "wing_left": { + "rotation": [40, 0, 0] + }, + "wing_left2": { + "rotation": [0, 0, "0-math.cos(q.anim_time*90*4+120)*8"] + }, + "wing_right4": { + "rotation": [0, "0-math.sin(q.anim_time*90*4-60)*3", "0-math.cos(q.anim_time*90*4-60)*12"] + }, + "wing_right": { + "rotation": [40, 0, 0] + }, + "wing_right2": { + "rotation": [0, 0, "0-math.cos(q.anim_time*90*4-120)*8"] + }, + "head": { + "rotation": ["0+math.cos(q.anim_time*90*4*2-30)*1", 0, 0] + }, + "feater_bot": { + "rotation": ["0+math.cos(q.anim_time*90*4*2-30)*4", 0, 0] + }, + "feater_top": { + "rotation": ["0+math.cos(q.anim_time*90*4*2-60)*6", 0, 0] + }, + "neck_bot": { + "rotation": ["0+math.cos(q.anim_time*90*4*2-30)*2", 0, 0] + }, + "body": { + "rotation": ["2.5+math.cos(q.anim_time*90*4*2)*1", "math.sin(q.anim_time*90*4)*1", "math.cos(q.anim_time*90*4)*3"], + "position": [0, "0+math.sin(q.anim_time*90*4*2)*0.2", 0] + }, + "back_feater": { + "rotation": ["0+math.cos(q.anim_time*90*4*2-60)*-4", 0, 0] + }, + "leg_right2": { + "rotation": ["0+math.cos(q.anim_time*90*4)*6", 14, 0], + "position": [0.225, "0+math.clamp(math.sin(q.anim_time*90*4)*2,0,5)", "0+math.cos(q.anim_time*90*4)*1"] + }, + "leg_left2": { + "rotation": ["0+math.cos(q.anim_time*90*4+180)*6", -14, 0], + "position": [-0.25, "0+math.clamp(math.sin(q.anim_time*90*4+180)*2,0,5)", "0+math.cos(q.anim_time*90*4+180)*1"] + }, + "tail": { + "rotation": ["0+math.cos(q.anim_time*90*4*2-30)*4", 0, 0] + }, + "jawbot": { + "rotation": ["2.5+math.cos(q.anim_time*90*4*2)*3", 0, 0] + } + } + }, + "animation.cramorant.ground_idle": { + "loop": true, + "bones": { + "wing_left": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2-60)*5"] + }, + "wing_left2": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2-120)*7"] + }, + "wing_right": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2-60)*-5"] + }, + "wing_right2": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*2-120)*7"] + }, + "head": { + "rotation": ["-+math.sin(q.anim_time*90*2-30)*2", 0, 0] + }, + "feater_bot": { + "rotation": ["-2.5+math.sin(q.anim_time*90*2-30)*2", 0, 0] + }, + "feater_top": { + "rotation": ["-2.5+math.sin(q.anim_time*90*2-90)*2", 0, 0] + }, + "neck_bot": { + "rotation": ["-2.5+math.sin(q.anim_time*90*2-30)*-3", 0, 0] + }, + "nek_top": { + "rotation": ["2.75+math.sin(q.anim_time*90*2-30)*2", 0, 0] + }, + "body": { + "rotation": ["2.5+math.sin(q.anim_time*90*2)*1", 0, 0], + "position": [0, "0+math.cos(q.anim_time*90*2)*0.3", 0] + }, + "back_feater": { + "rotation": ["0+math.sin(q.anim_time*90*2-30)*-4", 0, 0] + }, + "tail": { + "rotation": ["-2.5+math.sin(q.anim_time*90*2-30)*2", 0, 0] + } + } + }, + "animation.cramorant.water_idle": { + "loop": true, + "bones": { + "camorant": { + "rotation": ["10-math.cos(q.anim_time*90*2)*2", 0, 0], + "position": [0, "0-math.sin(q.anim_time*90*2-30)*0.4", 0] + }, + "wing_left": { + "rotation": [-172.8737, -47.3283, 268.7771] + }, + "wing_right": { + "rotation": [-172.87375, 47.32834, -268.77712] + }, + "head": { + "rotation": ["0-math.cos(q.anim_time*90*2-30)*4", 0, 0] + }, + "feater_bot": { + "rotation": ["0-math.cos(q.anim_time*90*2-30)*2", 0, 0] + }, + "feater_top": { + "rotation": ["0-math.cos(q.anim_time*90*2-90)*2", 0, 0] + }, + "neck_bot": { + "rotation": ["-5-math.cos(q.anim_time*90*2-30)*-3", 0, 0] + }, + "nek_top": { + "rotation": ["0-math.cos(q.anim_time*90*2-30)*1", 0, 0] + }, + "body": { + "rotation": [0, 0, 0] + }, + "back_feater": { + "rotation": ["0-math.cos(q.anim_time*90*2-30)*3", 0, 0] + }, + "leg_right2": { + "rotation": ["17.5-math.cos(q.anim_time*90*2-60)*5", 10, 0] + }, + "foot_right": { + "rotation": ["0-math.cos(q.anim_time*90*2-120)*3", 0, 0] + }, + "leg_left2": { + "rotation": ["17.5-math.cos(q.anim_time*90*2-60)*5", -10, 0] + }, + "foot_left": { + "rotation": ["0-math.cos(q.anim_time*90*2-120)*3", 0, 0] + }, + "tail": { + "rotation": ["0-math.cos(q.anim_time*90*2-30)*3", 0, 0] + }, + "bone3": { + "rotation": [0, 18.75, 0] + }, + "bone2": { + "rotation": [0, -18.75, 0] + }, + "jawbot": { + "rotation": ["0-math.cos(q.anim_time*90*2-30)*1", 0, 0] + } + } + }, + "animation.cramorant.water_swim": { + "loop": true, + "bones": { + "camorant": { + "rotation": ["17.5-math.sin(q.anim_time*90*2)*3", 0, 0], + "position": [ + 0, + "math.clamp(math.sin(q.anim_time*90*4)*0.2,0,1)+math.clamp(math.sin(q.anim_time*90*4)*0.3,-1,0)", + "-math.sin(q.anim_time*90*4*2+90)*0.2" + ] + }, + "wing_left": { + "rotation": [-172.8737, -47.3283, 268.7771] + }, + "wing_right": { + "rotation": [-172.87375, 47.32834, -268.77712] + }, + "head": { + "rotation": ["-11.75-math.cos(q.anim_time*90*4-30)*1", 0, 0] + }, + "feater_bot": { + "rotation": ["0-math.cos(q.anim_time*90*4-30)*2", 0, 0] + }, + "feater_top": { + "rotation": ["0-math.cos(q.anim_time*90*4-90)*2", 0, 0] + }, + "neck_bot": { + "rotation": ["0-math.sin(q.anim_time*90*3*2+90)*2", 0, 0] + }, + "body": { + "rotation": [0, 0, 0] + }, + "back_feater": { + "rotation": ["0-math.cos(q.anim_time*90*4-30)*3", 0, 0] + }, + "leg_right2": { + "rotation": ["17.5-(math.sin(q.anim_time*90*4*3)*1-1)*20", 0, 0] + }, + "foot_right": { + "rotation": ["0-math.cos(q.anim_time*90*2-120)*3", 0, 0] + }, + "leg_left2": { + "rotation": ["17.5-(math.sin(q.anim_time*90*4*3+180)*1-1)*20", 0, 0], + "position": [0, 0, 0] + }, + "foot_left": { + "rotation": ["0-math.cos(q.anim_time*90*2-120)*3", 0, 0] + }, + "tail": { + "rotation": ["0-math.cos(q.anim_time*90*4-30)*3", 0, 0] + }, + "bone3": { + "rotation": [0, 18.75, 0] + }, + "bone2": { + "rotation": [0, -18.75, 0] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/cresselia/cresselia.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/cresselia/cresselia.animation.json new file mode 100644 index 0000000..9e225ef --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/cresselia/cresselia.animation.json @@ -0,0 +1,37 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.cresselia.ground_idle": { + "loop": true, + "bones": { + "cresselia": { + "position": [0, 7, 0] + }, + "body": { + "rotation": [-5, 0, 0] + }, + "neck": { + "rotation": [-15, 0, 0] + }, + "neck2": { + "rotation": [-7.5, 0, 0] + }, + "head": { + "rotation": [10, 0, 0] + }, + "tail": { + "rotation": [-2.5, 0, 0], + "position": [0, -1, 0] + }, + "tail2": { + "rotation": [12.5, 0, 0], + "position": [0, -0.5, -1] + }, + "tail3": { + "rotation": [15, 0, 0], + "position": [0, 0, -1] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/croagunk/croagunk.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/croagunk/croagunk.animation.json new file mode 100644 index 0000000..1907efe --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/croagunk/croagunk.animation.json @@ -0,0 +1,1091 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.croagunk.ground_idle": { + "loop": true, + "bones": { + "all": { + "position": [0, 0.75, 0] + }, + "body": { + "rotation": ["-2*math.cos(query.anim_time * 180)-4.4905", 0.21782, -4.99527], + "position": [0, "0.1*math.cos(query.anim_time * 180)", 0] + }, + "arm_left": { + "rotation": [0, 0, "5*math.cos((query.anim_time - 0.2) * 180) + 47.5"] + }, + "forearm_left": { + "rotation": [-0.67276, 20.1385, "5*math.cos((query.anim_time - 0.4) * 180) + 5.3214"] + }, + "finger_left_top": { + "rotation": [0, -17.5, "5*math.cos((query.anim_time - 0.6) * 180)-12.5"] + }, + "finger_left_middle": { + "rotation": [0, -15, "5*math.cos((query.anim_time - 0.8) * 180)"] + }, + "finger_left_bottom": { + "rotation": [0, -17.5, "5*math.cos((query.anim_time - 0.9) * 180) + 12.5"] + }, + "arm_right": { + "rotation": [0, 0, "-(5*math.cos((query.anim_time - 0.2) * 180) + 37.5)"] + }, + "forearm_right": { + "rotation": [-0.67276, -20.1385, "-(5*math.cos((query.anim_time - 0.4) * 180) + 5.3214)"] + }, + "finger_right_top": { + "rotation": [0, 17.5, "-(5*math.cos((query.anim_time - 0.6) * 180)-12.5)"] + }, + "finger_right_middle": { + "rotation": [0, 15, "-(5*math.cos((query.anim_time - 0.8) * 180))"] + }, + "finger_right_bottom": { + "rotation": [0, 17.5, "-(5*math.cos((query.anim_time - 0.9) * 180) + 12.5)"] + }, + "head": { + "rotation": ["-2*math.cos((query.anim_time - 0.2) * 180)", 0, 0] + }, + "leg_right": { + "rotation": [27.5, 0, 0] + }, + "foot_right": { + "rotation": [-28.32159, 13.27207, -7.05309] + }, + "toe_right_right": { + "rotation": [0, 7.5, 0] + }, + "toe_right_left": { + "rotation": [0, -7.5, 0] + }, + "leg_left": { + "rotation": [27.5, 0, 0] + }, + "foot_left": { + "rotation": [-28.32159, -13.27207, 7.05309] + }, + "toe_left_left": { + "rotation": [0, -7.5, 0] + }, + "toe_left_right": { + "rotation": [0, 7.5, 0] + } + } + }, + "animation.croagunk.ground_walk": { + "loop": true, + "animation_length": 1.6, + "bones": { + "all": { + "position": { + "0.0": [0, 0.75, 0], + "1.6": [0, 0.75, 0] + } + }, + "body": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.28": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.68": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 32.5, 47.5], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [0, 0.89844, 47.5], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [0, -31.70862, 47.5], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [0, 0.89844, 47.5], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [0, 32.5, 47.5], + "lerp_mode": "catmullrom" + } + } + }, + "forearm_left": { + "rotation": { + "0.0": { + "post": [1.81693, 19.92066, 5.3191], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [1.72264, 7.42658, 4.92258], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [1.71793, 2.70645, 4.78289], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [1.72264, 7.42658, 4.92258], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [1.81693, 19.92066, 5.3191], + "lerp_mode": "catmullrom" + } + } + }, + "finger_left_top": { + "rotation": { + "0.0": [0, 0, -5], + "1.6": [0, 0, -5] + } + }, + "finger_left_bottom": { + "rotation": { + "0.0": [0, 0, 5], + "1.6": [0, 0, 5] + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 31.70862, -47.5], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [0, -0.89844, -47.5], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [0, -32.5, -47.5], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [0, -0.89844, -47.5], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [0, 31.70862, -47.5], + "lerp_mode": "catmullrom" + } + } + }, + "forearm_right": { + "rotation": { + "0.0": { + "post": [1.71793, -2.70645, -4.78289], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [1.72264, -7.42658, -4.92258], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [1.81693, -19.92066, -5.3191], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [1.72264, -7.42658, -4.92258], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [1.71793, -2.70645, -4.78289], + "lerp_mode": "catmullrom" + } + } + }, + "finger_right_top": { + "rotation": { + "0.0": [0, 0, 5], + "1.6": [0, 0, 5] + } + }, + "finger_right_bottom": { + "rotation": { + "0.0": [0, 0, -5], + "1.6": [0, 0, -5] + } + }, + "leg_right": { + "rotation": { + "0.0": { + "post": [49.92086, 0, -0.58684], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [69.92086, 0, -0.58684], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [80, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [45.43855, 7.05302, 7.10708], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [49.92086, 0, -0.58684], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [0, 0, -0.5], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [0, 1, -1], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right": { + "rotation": { + "0.0": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "toe_right_right": { + "rotation": { + "0.0": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [-20, 10, 0], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [-30, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [-20, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + } + } + }, + "toe_right_middle": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "toe_right_left": { + "rotation": { + "0.0": { + "post": [0, -10, 0], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [-20, -10, 0], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [-30, -10, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, -10, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [-20, -10, 0], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [0, -10, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [80, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [45.43855, -7.05302, -7.10708], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [49.92086, 0, 0.58684], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [69.92086, 0, 0.58684], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [80, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [0, 1, -1], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [0, 0, -0.5], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left": { + "rotation": { + "0.0": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "toe_left_left": { + "rotation": { + "0.0": { + "post": [-30, -10, 0], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [-2.5, -10, 0], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [-20, -10, 0], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [0, -10, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [-20, -10, 0], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [-30, -10, 0], + "lerp_mode": "catmullrom" + } + } + }, + "toe_left_middle": { + "rotation": { + "0.0": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "toe_left_right": { + "rotation": { + "0.0": { + "post": [-30, 10, 0], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [-2.5, 10, 0], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [-20, 10, 0], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [-20, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [-30, 10, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.croagunk.sleep": { + "loop": true, + "bones": { + "all": { + "position": [0, -3, 0] + }, + "body": { + "rotation": ["2*math.cos(query.anim_time * 90) + 17.5", 0, 0] + }, + "arm_left": { + "rotation": [-12.56853, -12.27659, 66.35707] + }, + "forearm_left": { + "rotation": [-2.5, "2*math.cos(query.anim_time * 90) + 22.5", 0] + }, + "finger_left_top": { + "rotation": [0, 60, 7.5] + }, + "finger_left_middle": { + "rotation": [22.16665, 71.02938, 41.14909] + }, + "finger_left_bottom": { + "rotation": [56.32587, 59.60906, 87.1449] + }, + "arm_right": { + "rotation": [0, -87.5, 0] + }, + "forearm_right": { + "rotation": [-62.0526, -34.3682, -30.07653], + "position": [0.5, -1, -0.5] + }, + "finger_right_top": { + "rotation": [6.8817, 24.09293, 8.97027] + }, + "finger_right_middle": { + "rotation": [7.6734, 26.48829, -0.69143] + }, + "finger_right_bottom": { + "rotation": [8.89674, 26.12797, -12.93162] + }, + "head": { + "rotation": ["2*math.cos((query.anim_time - 0.5) * 90) + 14.5", 0, 0] + }, + "leg_right": { + "rotation": [-48.129, 27.06807, -23.08658], + "position": [0, 1, -2] + }, + "foot_right": { + "rotation": [-32.40109, 2.68407, 4.22005] + }, + "toe_right_right": { + "rotation": [22.62353, 7.24305, 1.95155] + }, + "toe_right_middle": { + "rotation": [15, 0, 0] + }, + "toe_right_left": { + "rotation": [10.12353, -7.24305, -1.95155] + }, + "leg_left": { + "rotation": [-48.129, -27.06807, 23.08658], + "position": [0, 1, -2] + }, + "foot_left": { + "rotation": [-32.40109, -2.68407, -4.22005], + "position": [0, 0.25, 0.25] + }, + "toe_left_left": { + "rotation": [22.62353, -7.24305, -1.95155] + }, + "toe_left_middle": { + "rotation": [15, 0, 0] + }, + "toe_left_right": { + "rotation": [10.12353, 7.24305, 1.95155] + }, + "eye_right": { + "position": [0, 0, 1] + }, + "eye_left": { + "position": [0, 0, 1] + } + } + }, + "animation.croagunk.faint": { + "loop": true, + "animation_length": 2.885, + "bones": { + "all": { + "position": { + "0.0": [0, 0.65, 0], + "0.36": [0, 0.65, 0], + "0.92": [0, 0.65, -1.5], + "1.16": { + "pre": [0, 0.75, -3], + "post": [0, 0.75, -3], + "lerp_mode": "catmullrom" + }, + "1.36": { + "post": [0, -1, -9], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.04": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.32": { + "post": [90, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4": { + "post": [90, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 45], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [0, 7.5, 45], + "lerp_mode": "catmullrom" + }, + "0.92": { + "post": [0, -32.5, 45], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [0, -40, 45], + "lerp_mode": "catmullrom" + }, + "1.48": { + "post": [0, 40, 45], + "lerp_mode": "catmullrom" + }, + "1.56": { + "post": [0, 40, 45], + "lerp_mode": "catmullrom" + } + } + }, + "forearm_left": { + "rotation": { + "0.0": { + "post": [-1.30078, 27.47162, -2.81797], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [-1.91699, 37.45817, -3.15], + "lerp_mode": "catmullrom" + }, + "1.04": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "1.48": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "1.28": [0, 0, 0], + "1.48": [-0.75, 0, 0] + } + }, + "finger_left_top": { + "rotation": [0, -20, -10] + }, + "finger_left_middle": { + "rotation": [0, -25, 0] + }, + "finger_left_bottom": { + "rotation": [0, -32.5, 10] + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 0, -45], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [0, -7.5, -45], + "lerp_mode": "catmullrom" + }, + "0.92": { + "post": [0, 32.5, -45], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [0, 40, -45], + "lerp_mode": "catmullrom" + }, + "1.48": { + "post": [0, -40, -45], + "lerp_mode": "catmullrom" + }, + "1.56": { + "post": [0, -40, -45], + "lerp_mode": "catmullrom" + } + } + }, + "forearm_right": { + "rotation": { + "0.0": { + "post": [-1.30078, -27.47162, 2.81797], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [-1.91699, -37.45817, 3.15], + "lerp_mode": "catmullrom" + }, + "1.04": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "1.48": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "1.28": [0, 0, 0], + "1.48": [0.75, 0, 0] + } + }, + "finger_right_top": { + "rotation": [0, 20, 10] + }, + "finger_right_middle": { + "rotation": [0, 25, 0] + }, + "finger_right_bottom": { + "rotation": [0, 32.5, -10] + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.52": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.32": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.48": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.72": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": { + "0.4": { + "pre": [32.5, 0, 0], + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.04": { + "post": [65, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4": { + "post": [137.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.56": { + "post": [102.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.64": { + "post": [102.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right": { + "rotation": { + "0.4": { + "pre": [-33.12598, 10.51794, -6.79286], + "post": [-33.12598, 10.51794, -6.79286], + "lerp_mode": "catmullrom" + }, + "1.04": { + "post": [-53.12598, 10.51794, -6.79286], + "lerp_mode": "catmullrom" + }, + "1.48": { + "post": [46.87402, 10.51794, -6.79286], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [36.87402, 10.51794, -6.79286], + "lerp_mode": "catmullrom" + }, + "1.72": { + "post": [41.87402, 10.51794, -6.79286], + "lerp_mode": "catmullrom" + } + } + }, + "toe_right_right": { + "rotation": { + "0.0": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "0.92": { + "post": [5, 5, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [-17.16566, 5, 0], + "lerp_mode": "catmullrom" + }, + "1.36": { + "post": [42.5, 5, 0], + "lerp_mode": "catmullrom" + }, + "1.56": { + "post": [7.5, 5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "toe_right_middle": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.92": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [-22.16566, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.36": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.56": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "toe_right_left": { + "rotation": { + "0.0": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "0.92": { + "post": [5, -5, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [-27.16566, -5, 0], + "lerp_mode": "catmullrom" + }, + "1.36": { + "post": [42.5, -5, 0], + "lerp_mode": "catmullrom" + }, + "1.56": { + "post": [7.5, -5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": { + "0.4": { + "pre": [32.5, 0, 0], + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.04": { + "post": [65, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4": { + "post": [137.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.56": { + "post": [102.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.64": { + "post": [102.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left": { + "rotation": { + "0.4": { + "pre": [-33.12598, -10.51794, 6.79286], + "post": [-33.12598, -10.51794, 6.79286], + "lerp_mode": "catmullrom" + }, + "1.04": { + "post": [-53.12598, -10.51794, 6.79286], + "lerp_mode": "catmullrom" + }, + "1.48": { + "post": [46.87402, -10.51794, 6.79286], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [36.87402, -10.51794, 6.79286], + "lerp_mode": "catmullrom" + }, + "1.72": { + "post": [41.87402, -10.51794, 6.79286], + "lerp_mode": "catmullrom" + } + } + }, + "toe_left_left": { + "rotation": { + "0.0": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "0.92": { + "post": [5, -5, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [-17.16566, -5, 0], + "lerp_mode": "catmullrom" + }, + "1.36": { + "post": [42.5, -5, 0], + "lerp_mode": "catmullrom" + }, + "1.56": { + "post": [7.5, -5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "toe_left_middle": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.92": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [-22.16566, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.36": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.56": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "toe_left_right": { + "rotation": { + "0.0": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "0.92": { + "post": [5, 5, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [-27.16566, 5, 0], + "lerp_mode": "catmullrom" + }, + "1.36": { + "post": [42.5, 5, 0], + "lerp_mode": "catmullrom" + }, + "1.56": { + "post": [7.5, 5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "eye_right": { + "position": [0, 0, 1] + }, + "eye_left": { + "position": [0, 0, 1] + }, + "blackeye_right": { + "rotation": [0, 0, 10] + }, + "blackeye_left": { + "rotation": [0, 0, -10] + } + } + } + }, + "geckolib_format_version": 2 +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/cursola/cursola.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/cursola/cursola.animation.json new file mode 100644 index 0000000..510cf6c --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/cursola/cursola.animation.json @@ -0,0 +1,174 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.cursola.ground_idle": { + "loop": true, + "bones": { + "base_in_2": { + "rotation": ["math.sin((query.anim_time)*180-20-40)*1", 0, "math.sin((query.anim_time)*90-100-40)*1"] + }, + "base_in_3": { + "rotation": ["math.sin((query.anim_time)*180-20-40)*1", 0, "math.sin((query.anim_time)*90-100-40)*3"] + }, + "head": { + "rotation": ["0+math.sin((query.anim_time)*180-60-80)*2", 0, "math.sin((query.anim_time)*90-100-80)*1"] + }, + "head_inside": { + "position": [0, "math.sin(q.anim_time*90*2+90)*0.1", "math.sin(q.anim_time*90*2+180)*0.05"] + }, + "base_in_1": { + "rotation": ["math.sin((query.anim_time)*180-20-10)*1", "math.sin((query.anim_time)*90+20-60)*1", "math.sin((query.anim_time)*90+10-60)*2"] + }, + "arm_right3": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-60)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": ["1+math.sin(q.anim_time*90*2)*0.06", 1, 1] + }, + "arm_left3": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-60)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": ["1+math.sin(q.anim_time*90*2)*0.06", 1, 1] + }, + "arm_right2": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-120)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": ["1+math.sin(q.anim_time*90*2)*0.06", 1, 1] + }, + "arm_left": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-120)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": ["1+math.sin(q.anim_time*90*2)*0.06", 1, 1] + }, + "arm_left2": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-120)", + "(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": ["1+math.sin(q.anim_time*90*2)*0.06", 1, 1] + }, + "arm_right": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-120)", + "(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": ["1+math.sin(q.anim_time*90*2)*0.06", 1, 1] + }, + "arm_right4": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-120)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": ["1+math.sin(q.anim_time*90*2)*0.06", 1, 1] + }, + "arm_left4": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-120)", + "(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": ["1+math.sin(q.anim_time*90*2)*0.06", 1, 1] + } + } + }, + "animation.cursola.ground_walk": { + "loop": true, + "bones": { + "base": { + "position": [0, 2, 0] + }, + "base_in_2": { + "rotation": ["2.5+math.sin(q.anim_time*90*4+90)*2", 0, "math.sin(q.anim_time*90*4)*0.5"] + }, + "base_in_3": { + "rotation": ["-5+math.sin(q.anim_time*90*4)*1", 0, 0] + }, + "head_inside": { + "position": [0, "0+math.sin(q.anim_time*90*4)*0.40", 0] + }, + "arm_right3": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-60)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": ["1+math.sin(q.anim_time*90*4)*0.06", 1, 1] + }, + "arm_left3": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-120)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": ["1+math.sin(q.anim_time*90*4)*0.06", 1, 1] + }, + "arm_right2": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-120)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": ["1+math.sin(q.anim_time*90*4)*0.06", 1, 1] + }, + "arm_left": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-120)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": ["1+math.sin(q.anim_time*90*4)*0.06", 1, 1] + }, + "arm_left2": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-60)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": ["1+math.sin(q.anim_time*90*4)*0.06", 1, 1] + }, + "arm_right": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-60)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": ["1+math.sin(q.anim_time*90*4)*0.06", 1, 1] + }, + "arm_right4": { + "rotation": [ + "1*math.sin(q.anim_time*90*2-60)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": ["1+math.sin(q.anim_time*90*4)*0.06", 1, 1] + }, + "arm_left4": { + "rotation": [ + "1*math.sin(q.anim_time*90*2-60)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": ["1+math.sin(q.anim_time*90*4)*0.06", 1, 1] + }, + "swing": { + "rotation": ["15+2.5*math.sin(q.anim_time*90*2)*0.75", 0, "2.5*math.sin(q.anim_time*90*2+90)*0.75"], + "position": [0, "1+math.sin(q.anim_time*90*4)*0.75", -1] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/cyclizar.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/cyclizar.animation.json new file mode 100644 index 0000000..5402e8c --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/cyclizar.animation.json @@ -0,0 +1,29 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.cyyclizar.pose": { + "loop": true + }, + "animation.cyclizar.pose": { + "loop": true + }, + "animation.cyclizar.loop": { + "loop": true, + "animation_length": 3, + "bones": { + "cyclizar": { + "rotation": { + "0.0": [0, 0, 0], + "3.0": [0, -360, 0] + } + } + } + }, + "animation.cyclizar.ground_idle": { + "loop": true + }, + "animation.cyclizar.ground_walk": { + "loop": true + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/darkrai/darkrai.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/darkrai/darkrai.animation.json new file mode 100644 index 0000000..7a9ae71 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/darkrai/darkrai.animation.json @@ -0,0 +1,64 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.darkrai.ground_idle": { + "loop": true, + "bones": { + "bone5": { + "rotation": [0, 0, 75] + }, + "bone6": { + "rotation": [36.25873, 58.39167, 40.73592], + "position": [0, 0, -1] + }, + "bone27": { + "rotation": [0, 0, -20] + }, + "bone28": { + "rotation": [-27.29887, -3.45533, -4.16067] + }, + "bone29": { + "rotation": [-22.5, 0, 0], + "position": [0, 0.2, -0.2] + }, + "bone31": { + "rotation": [27.5, 0, 0], + "position": [0, 0.2, 0] + }, + "bone7": { + "rotation": [0, 0, -75] + }, + "bone8": { + "rotation": [24.14611, -56.77406, -28.18679], + "position": [0, 0, -1] + }, + "bone12": { + "rotation": [0, 0, 12.5] + }, + "bone13": { + "rotation": [-27.14233, 4.59902, 8.88927] + }, + "bone14": { + "rotation": [-30, 0, 0], + "position": [0, 0.5, 0] + }, + "bone19": { + "rotation": [22.5, 0, 0], + "position": [0, 0.5, -0.25] + }, + "tail": { + "rotation": [5, 0, 0] + }, + "bone16": { + "rotation": [15, 0, 0] + }, + "bone22": { + "rotation": [-22.5, 0, 0] + }, + "darkrai": { + "position": [0, 3, 0] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/delcatty/delcatty.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/delcatty/delcatty.animation.json new file mode 100644 index 0000000..acedbfa --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/delcatty/delcatty.animation.json @@ -0,0 +1,369 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.delcatty.ground_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "head": { + "rotation": { + "0.0": [-2.5, 0, 0], + "0.75": [2.5, 0, 0], + "1.0": [2.5, 0, 0], + "1.75": [-2.5, 0, 0], + "2.0": [-2.5, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [10, 0, 0], + "1.0": [10, 0, 0], + "1.75": [0, 0, 0], + "2.0": [0, 0, 0] + } + }, + "tail_end": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "1.0": [10, 0, 0], + "1.25": [10, 0, 0], + "2.0": [0, 0, 0] + } + }, + "tail_bulb": { + "rotation": { + "0.0": [3.33, 0, 0], + "0.25": [0, 0, 0], + "0.5": [0, 0, 0], + "1.25": [10, 0, 0], + "1.5": [10, 0, 0], + "2.0": [3.33, 0, 0] + } + } + } + }, + "animation.delcatty.ground_walk": { + "loop": true, + "animation_length": 2, + "bones": { + "head": { + "rotation": { + "0.0": [2.5, 0, 0], + "0.25": [-2.5, 0, 0], + "0.5": [2.5, 0, 0], + "0.75": [-2.5, 0, 0], + "1.0": [2.5, 0, 0], + "1.25": [-2.5, 0, 0], + "1.5": [2.5, 0, 0], + "1.75": [-2.5, 0, 0], + "2.0": [2.5, 0, 0] + } + }, + "foot_fr": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.5": [0, 0, 0], + "0.75": [-45, 0, 0], + "1.0": [0, 0, 0], + "1.5": [0, 0, 0], + "1.75": [-45, 0, 0], + "2.0": [0, 0, 0] + } + }, + "foot_fl": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-45, 0, 0], + "0.5": [0, 0, 0], + "1.0": [0, 0, 0], + "1.25": [-45, 0, 0], + "1.5": [0, 0, 0], + "2.0": [0, 0, 0] + } + }, + "foot_br": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-30, 0, 0], + "0.5": [0, 0, 0], + "0.75": [0, 0, 0], + "1.0": [0, 0, 0], + "1.25": [-30, 0, 0], + "1.5": [0, 0, 0], + "2.0": [0, 0, 0] + } + }, + "foot_bl": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "0.75": [-30, 0, 0], + "1.0": [0, 0, 0], + "1.25": [0, 0, 0], + "1.5": [0, 0, 0], + "1.75": [-30, 0, 0], + "2.0": [0, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [5, 0, 0], + "0.25": [-5, 0, 0], + "0.5": [5, 0, 0], + "0.75": [-5, 0, 0], + "1.0": [5, 0, 0], + "1.25": [-5, 0, 0], + "1.5": [5, 0, 0], + "1.75": [-5, 0, 0], + "2.0": [5, 0, 0] + } + }, + "tail_end": { + "rotation": { + "0.0": [2.5, 0, 0], + "0.25": [-2.5, 0, 0], + "0.5": [2.5, 0, 0], + "0.75": [-2.5, 0, 0], + "1.0": [2.5, 0, 0], + "1.25": [-2.5, 0, 0], + "1.5": [2.5, 0, 0], + "1.75": [-2.5, 0, 0], + "2.0": [2.5, 0, 0] + } + }, + "tail_bulb": { + "rotation": { + "0.0": [2.5, 0, 0], + "0.25": [-2.5, 0, 0], + "0.5": [2.5, 0, 0], + "0.75": [-2.5, 0, 0], + "1.0": [2.5, 0, 0], + "1.25": [-2.5, 0, 0], + "1.5": [2.5, 0, 0], + "1.75": [-2.5, 0, 0], + "2.0": [2.5, 0, 0] + } + }, + "body": { + "position": { + "0.0": [0, -0.25, 0], + "0.125": [0, -0.5, 0], + "0.375": [0, 0, 0], + "0.625": [0, -0.5, 0], + "0.875": [0, 0, 0], + "1.125": [0, -0.5, 0], + "1.375": [0, 0, 0], + "1.625": [0, -0.5, 0], + "1.875": [0, 0, 0], + "2.0": [0, -0.25, 0] + } + }, + "thigh_fr": { + "rotation": { + "0.0": [-20, 0, 0], + "0.25": [5, 0, 0], + "0.5": [30, 0, 0], + "0.75": [0, 0, 0], + "1.0": [-20, 0, 0], + "1.25": [0, 0, 0], + "1.5": [30, 0, 0], + "1.75": [0, 0, 0], + "2.0": [-20, 0, 0] + } + }, + "thigh_fl": { + "rotation": { + "0.0": [30, 0, 0], + "0.25": [0, 0, 0], + "0.5": [-20, 0, 0], + "0.75": [0, 0, 0], + "1.0": [30, 0, 0], + "1.25": [0, 0, 0], + "1.5": [-20, 0, 0], + "1.75": [0, 0, 0], + "2.0": [30, 0, 0] + } + }, + "thigh_br": { + "rotation": { + "0.0": [30, 0, 0], + "0.25": [0, 0, 0], + "0.5": [-25, 0, 0], + "0.75": [0, 0, 0], + "1.0": [30, 0, 0], + "1.25": [0, 0, 0], + "1.5": [-25, 0, 0], + "1.75": [0, 0, 0], + "2.0": [30, 0, 0] + } + }, + "thigh_bl": { + "rotation": { + "0.0": [-25, 0, 0], + "0.25": [0, 0, 0], + "0.5": [30, 0, 0], + "0.75": [0, 0, 0], + "1.0": [-25, 0, 0], + "1.25": [0, 0, 0], + "1.5": [30, 0, 0], + "1.75": [0, 0, 0], + "2.0": [-25, 0, 0] + } + } + } + }, + "animation.delcatty.sleep": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "rotation": [-55, 0, 0], + "position": [0, 2, 0] + }, + "neck": { + "rotation": [42.5, 0, 0], + "position": [0, -2, -1] + }, + "head": { + "rotation": { + "0.0": [32.5, 0, 0], + "2.0": [37.5, 0, 0], + "4.0": [32.5, 0, 0] + }, + "position": [0, 0, 0] + }, + "necklace": { + "rotation": [5, 0, 0], + "position": [0, 0, 0] + }, + "thigh_fr": { + "rotation": [37.5, 0, 0] + }, + "thigh_fl": { + "rotation": [37.5, 0, 0] + }, + "thigh_br": { + "rotation": [-34.0724, 8.53726, 12.37961] + }, + "thigh_bl": { + "rotation": [-34.0724, -8.53726, -12.37961] + }, + "eye_r": { + "position": [0, 0, 0.02] + }, + "open_r": { + "position": [0, 0, -0.04] + }, + "eye_l": { + "position": [0, 0, 0.02] + }, + "open_l": { + "position": [0, 0, -0.04] + }, + "mouth": { + "position": [0, 0, -0.02] + } + } + }, + "animation.delcatty.faint": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.4167": [25, 0, 0], + "0.5": [25, 0, 10], + "1.0": [25, 0, 85] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, -2, 0], + "1.0": [0, 3, 0] + } + }, + "eye_r": { + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "0.5417": [0, 0, 0.25] + } + }, + "open_r": { + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "0.5417": [0, 0, -0.27] + } + }, + "eye_l": { + "position": { + "0.5": [0, 0, 0], + "0.5417": [0, 0, 0.25] + } + }, + "open_l": { + "position": { + "0.5": [0, 0, 0], + "0.5417": [0, 0, -0.27] + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.9167": [0, 0, 0], + "1.0": [0, 0, -5] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.9167": [0, 0, 0], + "1.0": [0, 0, -5] + } + }, + "thigh_fr": { + "rotation": { + "0.0": [0, 0, 0], + "0.4167": [30, 0, 0], + "0.5": [30, 0, 0], + "1.0": [0, 0, -15] + } + }, + "foot_fr": { + "rotation": { + "0.0": [0, 0, 0], + "0.4167": [-100, 0, 0], + "0.5": [-100, 0, 0], + "1.0": [0, 0, 0] + } + }, + "thigh_fl": { + "rotation": { + "0.0": [0, 0, 0], + "0.4167": [30, 0, 0], + "0.5": [30, 0, 0], + "1.0": [0, 0, 0] + } + }, + "foot_fl": { + "rotation": { + "0.0": [0, 0, 0], + "0.4167": [-100, 0, 0], + "0.5": [-100, 0, 0], + "1.0": [0, 0, 0] + } + }, + "thigh_br": { + "rotation": { + "0.5": [0, 0, 0], + "1.0": [0, 0, -15] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/delibird/delibird.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/delibird/delibird.animation.json new file mode 100644 index 0000000..ff85bc0 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/delibird/delibird.animation.json @@ -0,0 +1,312 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.delibird.ground_idle": { + "loop": true, + "bones": { + "bag": { + "rotation": [0, 20, 0] + }, + "bone3": { + "rotation": [0, 27.5, 0] + }, + "bone4": { + "rotation": [20, 32.5, 0] + }, + "bone6": { + "rotation": [0, 50, 0] + }, + "bone7": { + "rotation": [25, 30, 0], + "position": [1, 1, 0] + }, + "bone8": { + "rotation": [-11.4792, 28.52391, -16.71388], + "position": [-1, 0, -2] + }, + "bone9": { + "rotation": [0, -12.5, 0], + "position": [0, 0, -3] + }, + "wing_left": { + "rotation": [0, 7.5, 37.5], + "position": [-1, 0, 0] + }, + "wing_right": { + "rotation": [0, 0, -67.5], + "position": [0.5, 0, 0] + }, + "bone14": { + "rotation": [0, 0, 47.5] + } + } + }, + "animation.delibird.ground_walk": { + "loop": true, + "animation_length": 1.33333, + "bones": { + "tail_left": { + "rotation": ["2.5+math.sin(q.anim_time*90*6-25+180)*2", "math.sin(q.anim_time*90*3-20+180)*0.75", 0] + }, + "tail_left2": { + "rotation": ["2.5+math.sin(q.anim_time*90*6-50+180)*3", "math.sin(q.anim_time*90*3-40+180)*1", 0] + }, + "tail_right": { + "rotation": ["2.5+math.sin(q.anim_time*90*6-25+180)*2", "math.sin(q.anim_time*90*3-20+180)*0.75", 0] + }, + "tail_right2": { + "rotation": ["2.5+math.sin(q.anim_time*90*6-50+180)*3", "math.sin(q.anim_time*90*3-40+180)*1", 0] + }, + "hair": { + "rotation": ["0+math.sin(q.anim_time*90*6-95+180)*3", 0, 0] + }, + "hair_left": { + "rotation": ["0+math.sin(q.anim_time*90*6-90+180)*4", 0, 0] + }, + "hair_right": { + "rotation": ["0+math.sin(q.anim_time*90*6-90+180)*4", 0, 0] + }, + "hair_left2": { + "rotation": ["0+math.sin(q.anim_time*90*6-85+180)*3", 0, 0] + }, + "hair_right2": { + "rotation": ["0+math.sin(q.anim_time*90*6-85+180)*3", 0, 0] + }, + "wing_left2": { + "rotation": [0, -107.5, 0], + "position": [0, -0.01, 0] + }, + "wing_left3": { + "rotation": [0, -62.5, 0], + "position": [-1, -0.01, -2] + }, + "wing_right3": { + "rotation": [0, 62.5, 0], + "position": [1, -0.01, -1] + }, + "claw_middle_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330)*15,-0,12.5)", 0, 0] + }, + "claw_back_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330)*15,-12.5,0)", 0, 0] + }, + "claw_outer_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330)*15,-0,12.5)", 0, 0] + }, + "claw_inner_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330)*15,-0,12.5)", 0, 0] + }, + "claw_middle_right": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330+180)*15,-0,12.5)", 0, 0] + }, + "claw_back_right": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330+180)*15,-12.5,0)", 0, 0] + }, + "claw_inner_right": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330+180)*15,-0,12.5)", 0, 0] + }, + "claw_outer_right": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330+180)*15,-0,12.5)", 0, 0] + }, + "toe_right_middle": { + "rotation": [ + "0+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", + 0, + 0 + ] + }, + "toe_right_inner": { + "rotation": [ + "-1.3208+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", + -2.79056, + 4.67594 + ] + }, + "toe_right_outer": { + "rotation": [ + "-1.3208+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", + 2.79056, + -4.67594 + ] + }, + "toe_right_back": { + "rotation": ["math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*27.5,-0,25)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*22.5,-20,0)", 0, 0] + }, + "toe_left_middle": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", 0, 0] + }, + "toe_left_inner": { + "rotation": ["-1.5203+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", 7.13182, -4.77156] + }, + "toe_left_outer": { + "rotation": ["-1.5203+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", -7.13182, 4.77156] + }, + "toe_left_back": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-300)*27.5,-0,25)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*22.5,-20,0)", 0, 0] + }, + "tail": { + "rotation": ["-26.157+Math.cos((query.anim_time - 0.2) * 90) * 2", -29.76212, 13.70122] + }, + "tail2": { + "rotation": ["-12.5+Math.cos((query.anim_time - 0.5) * 90) * 2", -37.5, 0] + }, + "tail3": { + "rotation": ["-5.4937+Math.cos((query.anim_time - 0.8) * 90) * 2", -24.91806, 1.88358] + }, + "tail4": { + "rotation": ["23.9046+Math.cos((query.anim_time - 1.1) * 90) * 2", -38.75807, -7.57883] + }, + "tail6": { + "rotation": ["35+Math.cos((query.anim_time - 1.4) * 90) * 2", -17.5, 0] + }, + "tail7": { + "rotation": ["10+Math.cos((query.anim_time - 1.7) * 90) * 2", 0, 0] + }, + "tail8": { + "rotation": ["-30+Math.cos((query.anim_time - 2) * 90) * 2", 0, 0], + "position": [0, 0, 0] + }, + "tail9": { + "rotation": ["-17.5+Math.cos((query.anim_time - 2.3) * 90) * 2", 0, 0], + "position": [0.2, 0, 0] + }, + "wing_open_left": { + "scale": 0 + }, + "wing_open_right": { + "scale": 0 + }, + "leg_right2": { + "rotation": [ + "0+math.clamp(math.sin(query.anim_time*90*3*-1-150+180)*35.5,-32.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-150+180)*17.5,-0,15)", + 0, + 0 + ] + }, + "toe_middle_right": { + "rotation": [ + "0+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", + 0, + 0 + ] + }, + "toe_back_right": { + "rotation": [ + "0+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*27.5,-0,25)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*22.5,-20,0)", + 0, + 0 + ] + }, + "toe_outer_right": { + "rotation": [ + "-1.3208+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", + 2.79056, + -4.67594 + ] + }, + "toe_inner_right": { + "rotation": [ + "-1.3208+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", + -2.79056, + 4.67594 + ] + }, + "leg_left2": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-150)*35.5,-32.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-150)*17.5,-0,15)", 0, 0] + }, + "toe_middle_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", 0, 0] + }, + "toe_back_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-300)*27.5,-0,25)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*22.5,-20,0)", 0, 0] + }, + "toe_outer_left": { + "rotation": ["-1.5203+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", -7.13182, 4.77156] + }, + "toe_inner_left": { + "rotation": ["-1.5203+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", 7.13182, -4.77156] + }, + "leg_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-50)*17.5,-17.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-50)*22.5,-0,20)", 0, 0], + "position": { + "0.0": [0, "0+math.clamp(math.sin(query.anim_time*90*3*-1-60)*1,0.3,1)", "2+math.sin(q.anim_time*90*3-80)*2"], + "0.25": [0, "0+math.clamp(math.sin(query.anim_time*90*3*-1-60)*1,0.3,1)", "1+math.sin(q.anim_time*90*3-80)*2"], + "0.5": [0, "0+math.clamp(math.sin(query.anim_time*90*3*-1-60)*1,0.3,1)", -0.13], + "0.75": [0, "0+math.clamp(math.sin(query.anim_time*90*3*-1-60)*1,0.3,1)", 0.02], + "1.0": [0, "0+math.clamp(math.sin(query.anim_time*90*3*-1-60)*1,0.3,1)", -0.28], + "1.3333": [0, "0+math.clamp(math.sin(query.anim_time*90*3*-1-60)*1,0.3,1)", "2+math.sin(q.anim_time*90*3-80)*2"] + } + }, + "leg_right": { + "rotation": [ + "0+math.clamp(math.sin(query.anim_time*90*3*-1-50+180)*17.5,-17.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-50+180)*22.5,-0,20)", + 0, + 0 + ], + "position": { + "0.0": [0, "-1+math.clamp(math.sin(query.anim_time*90*3*-1-60+180)*1,0.3,1)", "-2-math.sin(q.anim_time*90*3-80)*2"], + "0.25": [0, "-1+math.clamp(math.sin(query.anim_time*90*3*-1-60+180)*1,0.3,1)", "-1-math.sin(q.anim_time*90*3-80)*2"], + "0.5": [0, "-1+math.clamp(math.sin(query.anim_time*90*3*-1-60+180)*1,0.3,1)", "1-math.sin(q.anim_time*90*3-80)*2"], + "0.75": [0, "math.clamp(math.sin(query.anim_time*90*3*-1-60+180)*1,0.3,1)", "2-math.sin(q.anim_time*90*3-80)*2"], + "1.0": [0, "math.clamp(math.sin(query.anim_time*90*3*-1-60+180)*1,0.3,1)", "-math.sin(q.anim_time*90*3-80)*2"], + "1.25": [0, "math.clamp(math.sin(query.anim_time*90*3*-1-60+180)*1,0.3,1)", "-2-math.sin(q.anim_time*90*3-80)*2"], + "1.3333": [0, "-1+math.clamp(math.sin(query.anim_time*90*3*-1-60+180)*1,0.3,1)", "-2-math.sin(q.anim_time*90*3-80)*2"] + } + }, + "bag": { + "rotation": [0, 20, 0] + }, + "bone3": { + "rotation": [0, 27.5, 0] + }, + "bone4": { + "rotation": [20, 32.5, 0] + }, + "bone6": { + "rotation": [0, 50, 0] + }, + "bone7": { + "rotation": [25, 30, 0], + "position": [1, 1, 0] + }, + "bone8": { + "rotation": [-11.4792, 28.52391, -16.71388], + "position": [-1, 0, -2] + }, + "bone9": { + "rotation": [0, -12.5, 0], + "position": [0, 0, -3] + }, + "wing_left": { + "rotation": [0, 7.5, 37.5], + "position": [-1, 0, 0] + }, + "wing_right": { + "rotation": [1.74767, "1.1137+math.sin(q.anim_time*90*6-40)*3", -65.01243] + }, + "head": { + "rotation": ["2.5+math.sin(q.anim_time*90*6-40)*3", 0, "math.sin(q.anim_time*90*3-50)*0.25"] + }, + "bone14": { + "rotation": [0, 0, 47.5] + }, + "foot_right": { + "rotation": [ + "-7.5+math.clamp(math.sin(query.anim_time*90*3*-1-175+180)*7.5,-7.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-175+180)*22.5,-0,20)", + 0, + 0 + ] + }, + "foot_left": { + "rotation": ["-7.5+math.clamp(math.sin(query.anim_time*90*3*-1-175)*7.5,-7.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-175)*22.5,-0,20)", 0, 0] + }, + "torso": { + "rotation": ["math.sin(q.anim_time*90*6+0+180)*2", "0+math.sin(q.anim_time*90*3-60+180)*2.5", "0+math.sin(q.anim_time*90*3+0)*2.5"] + }, + "body": { + "position": [0, "0+math.clamp(math.sin(query.anim_time*90*6*-1-30)*1,-0,1)+math.clamp(math.sin(query.anim_time*90*6*-1-30)*1,-0.9,0)", 0] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/deoxys/deoxys.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/deoxys/deoxys.animation.json new file mode 100644 index 0000000..b72d84f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/deoxys/deoxys.animation.json @@ -0,0 +1,11117 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.deoxys.pose1": { + "loop": true, + "bones": { + "body": { + "rotation": [12.5, 0, 0], + "position": [0, 2, 0] + }, + "hips": { + "rotation": [-5, 0, 0] + }, + "left_humanarm": { + "rotation": [-2.14255, 74.15176, 9.66004], + "position": [0.75, 0.5, 0] + }, + "left_forearm": { + "rotation": [1.18304, 6.10615, -17.82948] + }, + "left_hand": { + "rotation": [0, 0, -32.5] + }, + "left_index1": { + "rotation": [0, 0, -40] + }, + "left_index2": { + "rotation": [0, 0, 45] + }, + "left_middle1": { + "rotation": [0, 0, 7.5] + }, + "left_middle2": { + "rotation": [0, 0, 27.5] + }, + "left_ring1": { + "rotation": [0, 0, 32.5] + }, + "left_ring2": { + "rotation": [0, 0, 25] + }, + "left_pinky1": { + "rotation": [0, 0, 42.5] + }, + "left_pinky2": { + "rotation": [0, 0, 45] + }, + "left_thumb": { + "rotation": [20, -32.5, 0] + }, + "right_arm": { + "rotation": [1.75378, 9.84655, -27.34892] + }, + "rightarm_red2": { + "rotation": [0, 0, -5] + }, + "rightarm_red3": { + "rotation": [0, 0, -15] + }, + "rightarm_red4": { + "rotation": [0, 0, -5] + }, + "rightarm_red5": { + "rotation": [0, 0, -5] + }, + "rightarm_red6": { + "rotation": [0, 0, -5] + }, + "rightarm_red7": { + "rotation": [0, 0, 20] + }, + "rightarm_blue2": { + "rotation": [0, 0, -5] + }, + "rightarm_blue3": { + "rotation": [0, 0, -15] + }, + "rightarm_blue4": { + "rotation": [0, 0, -5] + }, + "rightarm_blue5": { + "rotation": [0, 0, -5] + }, + "rightarm_blue6": { + "rotation": [0, 0, -5] + }, + "rightarm_blue7": { + "rotation": [0, 0, -12.5] + }, + "leftleg": { + "rotation": [-25.16007, -6.62852, 3.58367], + "position": [-0.75, -2, 1.5] + }, + "left_thigh": { + "rotation": [0, 27.5, 0], + "position": [1, 2, 0] + }, + "left_calf": { + "rotation": [45.1767, -9.01615, 19.31121] + }, + "rightleg": { + "rotation": [-15.72856, -21.23934, 12.37079], + "position": [-0.75, 0, 0.25] + }, + "right_calf": { + "rotation": [11.40319, -7.98133, -19.37511] + }, + "head": { + "rotation": [0, -5, 0] + } + } + }, + "animation.deoxys.pose2": { + "loop": true, + "bones": { + "body": { + "rotation": [12.5, 0, 0], + "position": [0, 2, 0] + }, + "hips": { + "rotation": [-5, 0, 0] + }, + "left_humanarm": { + "rotation": [-22.11581, 6.92618, 22.67458] + }, + "left_forearm": { + "rotation": [4.47651, 4.32184, 17.27642] + }, + "left_hand": { + "rotation": [0, 0, 25] + }, + "left_index1": { + "rotation": [0, 0, -40] + }, + "left_index2": { + "rotation": [0, 0, 45] + }, + "left_middle1": { + "rotation": [0, 0, 7.5] + }, + "left_middle2": { + "rotation": [0, 0, 27.5] + }, + "left_ring1": { + "rotation": [0, 0, 32.5] + }, + "left_ring2": { + "rotation": [0, 0, 25] + }, + "left_pinky1": { + "rotation": [0, 0, 42.5] + }, + "left_pinky2": { + "rotation": [0, 0, 45] + }, + "left_thumb": { + "rotation": [34.25551, -47.05994, 12.75057] + }, + "right_arm": { + "rotation": [1.75378, 9.84655, -27.34892] + }, + "rightarm_red2": { + "rotation": [0, 0, -5] + }, + "rightarm_red3": { + "rotation": [0, -7.5, -15] + }, + "rightarm_red4": { + "rotation": [0, 0, -5] + }, + "rightarm_red5": { + "rotation": [0, -7.5, -5] + }, + "rightarm_red6": { + "rotation": [0, 0, -5] + }, + "rightarm_red7": { + "rotation": [0, 0, 20] + }, + "rightarm_blue2": { + "rotation": [0, 0, -5] + }, + "rightarm_blue3": { + "rotation": [0, -12.5, -15] + }, + "rightarm_blue4": { + "rotation": [0, 0, -5] + }, + "rightarm_blue5": { + "rotation": [0, -5, -5] + }, + "rightarm_blue6": { + "rotation": [0, 0, -5] + }, + "rightarm_blue7": { + "rotation": [0, 0, -22.5] + }, + "leftleg": { + "rotation": [-45.66856, -17.21966, 3.66184], + "position": [-0.75, -2, 1.5] + }, + "left_thigh": { + "rotation": [0, 27.5, 0], + "position": [1, 2, 0] + }, + "left_calf": { + "rotation": [45.1767, -9.01615, 19.31121] + }, + "rightleg": { + "rotation": [-15.72856, -21.23934, 12.37079], + "position": [-0.75, 0, 0.25] + }, + "right_calf": { + "rotation": [22.59672, -5.89705, -29.2284] + }, + "head": { + "rotation": [17.32615, -5.41965, 1.36641] + } + } + }, + "animation.deoxys.ground_idle": { + "loop": true, + "animation_length": 2.5, + "bones": { + "body": { + "rotation": ["5+math.sin((query.anim_time)*144)*2.5", 0, 0], + "position": [0, "-4.25-math.sin((query.anim_time)*144)*0.3", 0.25] + }, + "hips": { + "rotation": [-5, 0, 0] + }, + "left_arm": { + "rotation": [6.16046, -14.83096, 22.78866], + "position": [-0.5, -0.25, 0] + }, + "leftarm_red2": { + "rotation": [0, 0, "7.5+math.sin((query.anim_time-0.1)*144)*5"] + }, + "leftarm_red3": { + "rotation": [0, "0+math.sin((query.anim_time-0.1)*144)*6", "7.5+math.sin((query.anim_time-0.2)*144)*5"] + }, + "leftarm_red4": { + "rotation": [0, 0, "7.5+math.sin((query.anim_time-0.3)*144)*5"] + }, + "leftarm_red5": { + "rotation": [0, "5+math.sin((query.anim_time-0.2)*144)*6", "7.5+math.sin((query.anim_time-0.4)*144)*5"] + }, + "leftarm_blue2": { + "rotation": [0, 0, "7.5+math.sin((query.anim_time-0.1)*144)*5"] + }, + "leftarm_blue3": { + "rotation": [0, "0+math.sin((query.anim_time-0.1)*144)*6", "7.5+math.sin((query.anim_time-0.2)*144)*5"] + }, + "leftarm_blue4": { + "rotation": [0, 0, "7.5+math.sin((query.anim_time-0.3)*144)*5"] + }, + "leftarm_blue5": { + "rotation": [0, "5+math.sin((query.anim_time-0.2)*144)*6", "7.5+math.sin((query.anim_time-0.4)*144)*5"] + }, + "leftarm_blue6": { + "rotation": [0, 0, "7.5+math.sin((query.anim_time-0.5)*144)*10"] + }, + "right_arm": { + "rotation": [3.70923, 17.32142, -22.6204], + "position": [0.45, -0.25, 0] + }, + "rightarm_red2": { + "rotation": [0, 0, "-7.5-math.sin((query.anim_time-0.3)*144)*5"] + }, + "rightarm_red3": { + "rotation": [0, "0-math.sin((query.anim_time-0.3)*144)*6", "-7.5-math.sin((query.anim_time-0.4)*144)*5"] + }, + "rightarm_red4": { + "rotation": [0, 0, "-7.5-math.sin((query.anim_time-0.5)*144)*5"] + }, + "rightarm_red5": { + "rotation": [0, "0-math.sin((query.anim_time-0.4)*144)*6", "-7.5-math.sin((query.anim_time-0.6)*144)*5"] + }, + "rightarm_blue2": { + "rotation": [0, 0, "-7.5-math.sin((query.anim_time-0.3)*144)*5"] + }, + "rightarm_blue3": { + "rotation": [0, "0-math.sin((query.anim_time-0.3)*144)*6", "-7.5-math.sin((query.anim_time-0.4)*144)*5"] + }, + "rightarm_blue4": { + "rotation": [0, 0, "-7.5-math.sin((query.anim_time-0.5)*144)*5"] + }, + "rightarm_blue5": { + "rotation": [0, "0-math.sin((query.anim_time-0.4)*144)*6", "-7.5-math.sin((query.anim_time-0.6)*144)*5"] + }, + "rightarm_blue6": { + "rotation": [0, 0, "-7.5-math.sin((query.anim_time-0.7)*144)*10"] + }, + "head": { + "rotation": ["7.5+math.sin((query.anim_time-0.4)*144)*3", 0, 0] + }, + "leftleg": { + "rotation": ["-7.154-math.sin((query.anim_time)*144)*3", 13.88621, "-24.7006-math.sin((query.anim_time)*144)*3"], + "position": [-1.25, "-0.75-math.sin((query.anim_time)*144)*0.4", 0.5] + }, + "left_thigh": { + "rotation": [5, 0, 0], + "position": [0, -2.25, 1.5] + }, + "left_calf": { + "rotation": ["9.8936+math.sin((query.anim_time)*144)*4.5", 1.51047, "12.6593+math.sin((query.anim_time)*144)*5"] + }, + "rightleg": { + "rotation": ["-14.44-math.sin((query.anim_time)*144)*3", -17.67, "31.06+math.sin((query.anim_time)*144)*3"], + "position": [-0.25, "-2.92-math.sin((query.anim_time)*144)*0.4", 0] + }, + "right_calf": { + "rotation": ["9.83+math.sin((query.anim_time)*144)*3", 1.8, "-22.34-math.sin((query.anim_time)*144)*5"], + "position": [0, 0, 0] + }, + "left_humanarm": { + "rotation": [0, 0, "30+math.sin((query.anim_time)*144)*7"], + "scale": 0 + }, + "right_humanarm": { + "rotation": [0, 0, "-25-math.sin((query.anim_time-0.2)*144)*7"], + "scale": 0 + }, + "leftarm_red1": { + "rotation": [0, 0, "0+math.sin((query.anim_time)*144)*8"] + }, + "leftarm_red6": { + "rotation": [0, 0, "0+math.sin((query.anim_time-0.5)*144)*8"] + }, + "leftarm_red7": { + "rotation": [0, 0, "0+math.sin((query.anim_time-0.6)*144)*15"] + }, + "leftarm_blue1": { + "rotation": [0, 0, "0+math.sin((query.anim_time)*144)*8"] + }, + "leftarm_blue7": { + "rotation": [0, 0, "0+math.sin((query.anim_time-0.6)*144)*15"] + }, + "rightarm_red1": { + "rotation": [0, 0, "0-math.sin((query.anim_time-0.2)*144)*8"] + }, + "rightarm_red6": { + "rotation": [0, 0, "0-math.sin((query.anim_time-0.7)*144)*8"] + }, + "rightarm_red7": { + "rotation": [0, 0, "0-math.sin((query.anim_time-0.8)*144)*15"] + }, + "rightarm_blue1": { + "rotation": [0, 0, "0-math.sin((query.anim_time-0.2)*144)*8"] + }, + "rightarm_blue7": { + "rotation": [0, 0, "0-math.sin((query.anim_time-0.8)*144)*10"] + }, + "left_forearm": { + "rotation": [0, 0, "7.5+math.sin((query.anim_time-0.2)*144)*18"] + }, + "left_hand": { + "rotation": [0, 0, "10+math.sin((query.anim_time-0.2)*144)*10"] + }, + "right_forearm": { + "rotation": [0, 0, "-15-math.sin((query.anim_time-0.2)*144)*15"] + }, + "right_hand": { + "rotation": [0, 0, "-12.5-math.sin((query.anim_time-0.2)*144)*5"] + } + } + }, + "animation.deoxys.battle_stance": { + "loop": true, + "animation_length": 2.5, + "bones": { + "body": { + "rotation": [12.5, 0, 0], + "position": [0, "2-math.sin((query.anim_time-0.1)*144)*1.5", -1.9] + }, + "hips": { + "rotation": [-5, 0, 0] + }, + "left_humanarm": { + "rotation": [3.76613, "6.4905-math.sin((query.anim_time-0.1)*144)*3", "30.2136+math.sin((query.anim_time-0.1)*144)*3"], + "position": [-0.75, 0.5, 0] + }, + "left_forearm": { + "rotation": [4.49232, "9.3062-math.sin((query.anim_time-0.3)*144)*4", "17.6659+math.sin((query.anim_time-0.3)*144)*5"] + }, + "left_hand": { + "rotation": [0, 0, "18.0749+math.sin((query.anim_time-0.7)*144)*10"], + "position": [0, 0.25, 0] + }, + "left_index1": { + "rotation": [0, 0, "-40-math.sin((query.anim_time-0.1)*144)*15"] + }, + "left_index2": { + "rotation": [0, 0, 45] + }, + "left_middle1": { + "rotation": [0, 0, "7.5-math.sin((query.anim_time-0.1)*144)*15"] + }, + "left_middle2": { + "rotation": [0, 0, 27.5] + }, + "left_ring1": { + "rotation": [0, 0, "32.5-math.sin((query.anim_time-0.1)*144)*15"] + }, + "left_ring2": { + "rotation": [0, 0, 25] + }, + "left_pinky1": { + "rotation": [0, 0, "42.5-math.sin((query.anim_time-0.1)*144)*15"] + }, + "left_pinky2": { + "rotation": [0, 0, 45] + }, + "left_thumb": { + "rotation": ["27.5-math.sin((query.anim_time-0.1)*144)*5", "-32.5-math.sin((query.anim_time-0.1)*144)*5", 0], + "position": [0, 0, 0.25] + }, + "right_arm": { + "rotation": [1.75378, 9.84655, -27.3489], + "position": [0.5, -0.5, 0] + }, + "rightarm_red2": { + "rotation": [0, 0, "-5-math.sin((query.anim_time-0.2)*144)*5"] + }, + "rightarm_red3": { + "rotation": [0, 0, "-15-math.sin((query.anim_time-0.3)*144)*5"] + }, + "rightarm_red4": { + "rotation": [0, 0, "-5-math.sin((query.anim_time-0.4)*144)*5"] + }, + "rightarm_red5": { + "rotation": [0, 0, "-5-math.sin((query.anim_time-0.5)*144)*5"] + }, + "rightarm_red6": { + "rotation": [0, 0, "-5-math.sin((query.anim_time-0.6)*144)*8"] + }, + "rightarm_red7": { + "rotation": [0, 0, "20-math.sin((query.anim_time-0.7)*144)*8"] + }, + "rightarm_blue2": { + "rotation": [0, 0, "-5-math.sin((query.anim_time-0.2)*144)*5"] + }, + "rightarm_blue3": { + "rotation": [0, 0, "-15-math.sin((query.anim_time-0.3)*144)*5"] + }, + "rightarm_blue4": { + "rotation": [0, 0, "-5-math.sin((query.anim_time-0.4)*144)*5"] + }, + "rightarm_blue5": { + "rotation": [0, 0, "-5-math.sin((query.anim_time-0.5)*144)*5"] + }, + "rightarm_blue6": { + "rotation": [0, 0, "-5-math.sin((query.anim_time-0.6)*144)*8"] + }, + "rightarm_blue7": { + "rotation": [0, 0, "-12.5-math.sin((query.anim_time-0.7)*144)*8"] + }, + "leftleg": { + "rotation": ["-30.1601-math.sin((query.anim_time-0.1)*144)*2", -6.62852, "3.5837-math.sin((query.anim_time-0.1)*144)*1"], + "position": [-1, "-1-math.sin((query.anim_time-0.1)*144)*1.5", 1.5] + }, + "left_thigh": { + "rotation": [0, 27.5, 0], + "position": [1, 2, 0] + }, + "left_calf": { + "rotation": ["40.1677-math.sin((query.anim_time-0.1)*144)*1", -8.9347, "19.3846-math.sin((query.anim_time-0.1)*144)*1.5"], + "position": [0, 0.5, 0] + }, + "rightleg": { + "rotation": ["-15.7286-math.sin((query.anim_time-0.3)*144)*3", -21.23934, "12.3708+math.sin((query.anim_time-0.3)*144)*2"], + "position": [-0.5, "1-math.sin((query.anim_time-0.1)*144)*1.5", 0.25] + }, + "right_calf": { + "rotation": ["14.2372+math.sin((query.anim_time-0.3)*144)*1", -7.50914, "-21.8527+math.sin((query.anim_time-0.3)*144)*1"] + }, + "right_humanarm": { + "scale": 0 + }, + "left_arm": { + "rotation": [0, 0, 27.5], + "scale": 0 + }, + "rightarm_red1": { + "rotation": [0, 0, "0-math.sin((query.anim_time-0.1)*144)*5"] + }, + "rightarm_blue1": { + "rotation": [0, 0, "0-math.sin((query.anim_time-0.1)*144)*5"] + }, + "head": { + "rotation": ["0-math.sin((query.anim_time-0.3)*144)*3", 0, 0] + }, + "leftarm_red3": { + "rotation": [0, 0, "27.5+math.sin((query.anim_time-0.3)*144)*8"] + }, + "leftarm_blue3": { + "rotation": [0, 0, "27.5+math.sin((query.anim_time-0.3)*144)*8"] + } + } + }, + "animation.deoxys.ground_walk": { + "loop": true, + "animation_length": 2.5, + "bones": { + "body": { + "rotation": ["22.5+math.sin((query.anim_time)*144)*2.5", 0, 0], + "position": [0, "-2.25-math.sin((query.anim_time)*144)*1", -8.75] + }, + "hips": { + "rotation": [-5, 0, 0] + }, + "left_arm": { + "rotation": [11.46583, -19.73395, 21.76174], + "position": [-0.5, -0.25, 0] + }, + "leftarm_red2": { + "rotation": [0, -5, "7.5+math.sin((query.anim_time-0.1)*144)*3"] + }, + "leftarm_red3": { + "rotation": [0, "-5+math.sin((query.anim_time-0.1)*144)*4", "7.5+math.sin((query.anim_time-0.2)*144)*3"] + }, + "leftarm_red4": { + "rotation": [0, -5, "7.5+math.sin((query.anim_time-0.3)*144)*3"] + }, + "leftarm_red5": { + "rotation": [0, "math.sin((query.anim_time-0.2)*144)*4", "7.5+math.sin((query.anim_time-0.4)*144)*3"] + }, + "leftarm_blue2": { + "rotation": [0, -5, "7.5+math.sin((query.anim_time-0.1)*144)*3"] + }, + "leftarm_blue3": { + "rotation": [0, "-5+math.sin((query.anim_time-0.1)*144)*4", "7.5+math.sin((query.anim_time-0.2)*144)*3"] + }, + "leftarm_blue4": { + "rotation": [0, -5, "7.5+math.sin((query.anim_time-0.3)*144)*3"] + }, + "leftarm_blue5": { + "rotation": [0, "math.sin((query.anim_time-0.2)*144)*4", "7.5+math.sin((query.anim_time-0.4)*144)*3"] + }, + "leftarm_blue6": { + "rotation": [0, -5, "7.5+math.sin((query.anim_time-0.5)*144)*8"] + }, + "right_arm": { + "rotation": [8.98615, 22.26201, -21.80333], + "position": [0.45, -0.25, 0] + }, + "rightarm_red2": { + "rotation": [0, 5, "-7.5-math.sin((query.anim_time-0.3)*144)*3"] + }, + "rightarm_red3": { + "rotation": [0, "5-math.sin((query.anim_time-0.3)*144)*4", "-7.5-math.sin((query.anim_time-0.4)*144)*3"] + }, + "rightarm_red4": { + "rotation": [0, 5, "-7.5-math.sin((query.anim_time-0.5)*144)*3"] + }, + "rightarm_red5": { + "rotation": [0, "5-math.sin((query.anim_time-0.4)*144)*4", "-7.5-math.sin((query.anim_time-0.6)*144)*3"] + }, + "rightarm_blue2": { + "rotation": [0, 5, "-7.5-math.sin((query.anim_time-0.3)*144)*3"] + }, + "rightarm_blue3": { + "rotation": [0, "5-math.sin((query.anim_time-0.3)*144)*4", "-7.5-math.sin((query.anim_time-0.4)*144)*3"] + }, + "rightarm_blue4": { + "rotation": [0, 5, "-7.5-math.sin((query.anim_time-0.5)*144)*3"] + }, + "rightarm_blue5": { + "rotation": [0, "5-math.sin((query.anim_time-0.4)*144)*4", "-7.5-math.sin((query.anim_time-0.6)*144)*3"] + }, + "rightarm_blue6": { + "rotation": [0, 5, "-7.5-math.sin((query.anim_time-0.7)*144)*8"] + }, + "head": { + "rotation": ["-12.5-math.sin((query.anim_time-0.4)*144)*3", 0, 0] + }, + "leftleg": { + "rotation": ["21.0685-math.sin((query.anim_time-0.3)*144)*1", 22.45886, "-4.9278-math.sin((query.anim_time-0.3)*144)*1"], + "position": [-0.25, "0.75-math.sin((query.anim_time)*144)*1", -4.75] + }, + "left_thigh": { + "rotation": [5, 0, 0], + "position": [0, -2.25, 1.5] + }, + "left_calf": { + "rotation": ["17.4623-math.sin((query.anim_time)*144)*5", -0.42414, "19.9061-math.sin((query.anim_time)*144)*5"] + }, + "rightleg": { + "rotation": ["32.9162-math.sin((query.anim_time)*144)*3", -24.43946, "3.9365+math.sin((query.anim_time)*144)*3"], + "position": [0.5, "-1.42-math.sin((query.anim_time)*144)*1", -5] + }, + "right_calf": { + "rotation": ["9.634+math.sin((query.anim_time-0.9)*144)*4", 2.49956, "-27.301-math.sin((query.anim_time-0.9)*144)*4"], + "position": [0, 0, 0] + }, + "left_humanarm": { + "scale": 0 + }, + "right_humanarm": { + "scale": 0 + }, + "leftarm_red1": { + "rotation": [0, 0, "0+math.sin((query.anim_time)*144)*6"] + }, + "leftarm_red6": { + "rotation": [0, -5, "0+math.sin((query.anim_time-0.5)*144)*6"] + }, + "leftarm_red7": { + "rotation": [0, -5, "0+math.sin((query.anim_time-0.6)*144)*13"] + }, + "leftarm_blue1": { + "rotation": [0, 0, "0+math.sin((query.anim_time)*144)*6"] + }, + "leftarm_blue7": { + "rotation": [0, -5, "0+math.sin((query.anim_time-0.6)*144)*13"] + }, + "rightarm_red1": { + "rotation": [0, 0, "0-math.sin((query.anim_time-0.2)*144)*6"] + }, + "rightarm_red6": { + "rotation": [0, 5, "0-math.sin((query.anim_time-0.7)*144)*6"] + }, + "rightarm_red7": { + "rotation": [0, 7.5, "-math.sin((query.anim_time-0.8)*144)*13"] + }, + "rightarm_blue1": { + "rotation": [0, 0, "0-math.sin((query.anim_time-0.2)*144)*6"] + }, + "rightarm_blue7": { + "rotation": [0, 5, "0-math.sin((query.anim_time-0.8)*144)*8"] + } + } + }, + "animation.deoxys.shoulder_right": { + "loop": true, + "animation_length": 2.5, + "bones": { + "body": { + "rotation": [-5, 0, 0], + "position": [-6, "-41-math.sin((query.anim_time-0.1)*144)*1.5", 25.35] + }, + "hips": { + "rotation": [-15, 0, 0] + }, + "left_humanarm": { + "rotation": [25.71744, "42.1428-math.sin((query.anim_time-0.1)*144)*1", "68.0716-math.sin((query.anim_time-0.1)*144)*1"], + "position": [0.5, 0.5, 0] + }, + "left_forearm": { + "rotation": [ + "66.8071-math.sin((query.anim_time-0.4)*144)*2", + "43.2759-math.sin((query.anim_time-0.4)*144)*2", + "79.7889-math.sin((query.anim_time-0.4)*144)*2" + ], + "position": [0.5, 1, -0.25] + }, + "left_hand": { + "rotation": [35, 0, "18.0749+math.sin((query.anim_time-0.4)*144)*4"], + "position": [0, 0.25, 0] + }, + "left_index1": { + "rotation": [0, 5, 5] + }, + "left_index2": { + "rotation": [0, 0, -2.5] + }, + "left_middle1": { + "rotation": [0, 0, 20] + }, + "left_middle2": { + "rotation": [0, 0, 92.5] + }, + "left_ring1": { + "rotation": [0, 0, 37.5] + }, + "left_ring2": { + "rotation": [0, 0, 87.5] + }, + "left_pinky1": { + "rotation": [0, -12.5, 27.5] + }, + "left_pinky2": { + "rotation": [0, 0, 0] + }, + "left_thumb": { + "rotation": [85.3408, -25.00789, -36.87776], + "position": [0, 0, 0.25] + }, + "right_arm": { + "rotation": [1.75378, 9.84655, -27.3489], + "position": [0.5, -0.5, 0], + "scale": 0 + }, + "rightarm_red2": { + "rotation": [0, 0, "-5-math.sin((query.anim_time-0.2)*144)*5"] + }, + "rightarm_red3": { + "rotation": [0, 0, "-15-math.sin((query.anim_time-0.3)*144)*5"] + }, + "rightarm_red4": { + "rotation": [0, 0, "-5-math.sin((query.anim_time-0.4)*144)*5"] + }, + "rightarm_red5": { + "rotation": [0, 0, "-5-math.sin((query.anim_time-0.5)*144)*5"] + }, + "rightarm_red6": { + "rotation": [0, 0, "-5-math.sin((query.anim_time-0.6)*144)*8"] + }, + "rightarm_red7": { + "rotation": [0, 0, "20-math.sin((query.anim_time-0.7)*144)*8"] + }, + "rightarm_blue2": { + "rotation": [0, 0, "-5-math.sin((query.anim_time-0.2)*144)*5"] + }, + "rightarm_blue3": { + "rotation": [0, 0, "-15-math.sin((query.anim_time-0.3)*144)*5"] + }, + "rightarm_blue4": { + "rotation": [0, 0, "-5-math.sin((query.anim_time-0.4)*144)*5"] + }, + "rightarm_blue5": { + "rotation": [0, 0, "-5-math.sin((query.anim_time-0.5)*144)*5"] + }, + "rightarm_blue6": { + "rotation": [0, 0, "-5-math.sin((query.anim_time-0.6)*144)*8"] + }, + "rightarm_blue7": { + "rotation": [0, 0, "-12.5-math.sin((query.anim_time-0.7)*144)*8"] + }, + "leftleg": { + "rotation": ["-60.7922-math.sin((query.anim_time-0.1)*144)*2", 15.64449, "-1.0228-math.sin((query.anim_time-0.1)*144)*1"], + "position": [-6.75, "-44-math.sin((query.anim_time-0.1)*144)*1.5", 23.5] + }, + "left_thigh": { + "rotation": [0, 27.5, 0], + "position": [1, 2, 0] + }, + "left_calf": { + "rotation": ["41.7004-math.sin((query.anim_time-0.1)*144)*1", -14.78262, "24.2672-math.sin((query.anim_time-0.1)*144)*1.5"], + "position": [0, 0.5, 0] + }, + "rightleg": { + "rotation": ["-49.003-math.sin((query.anim_time-0.3)*144)*3", -25.59449, "24.7238+math.sin((query.anim_time-0.3)*144)*2"], + "position": [-6.5, "-42-math.sin((query.anim_time-0.1)*144)*1.5", 22.25] + }, + "right_calf": { + "rotation": ["30.3976+math.sin((query.anim_time-0.3)*144)*1", -1.95155, "-35.8385+math.sin((query.anim_time-0.3)*144)*1"] + }, + "right_humanarm": { + "rotation": [-37.89395, "-47.2207+math.sin((query.anim_time)*144)*2", -45.42258] + }, + "left_arm": { + "rotation": [0, 0, 27.5], + "scale": 0 + }, + "rightarm_red1": { + "rotation": [0, 0, "0-math.sin((query.anim_time-0.1)*144)*5"] + }, + "rightarm_blue1": { + "rotation": [0, 0, "0-math.sin((query.anim_time-0.1)*144)*5"] + }, + "head": { + "rotation": ["17.5-math.sin((query.anim_time-0.3)*144)*3", 0, 0] + }, + "leftarm_red3": { + "rotation": [0, 0, "27.5+math.sin((query.anim_time-0.3)*144)*8"] + }, + "leftarm_blue3": { + "rotation": [0, 0, "27.5+math.sin((query.anim_time-0.3)*144)*8"] + }, + "deoxys": { + "position": [0, 0, 0] + }, + "right_bicep": { + "position": [-1.75, 0, 0] + }, + "right_forearm": { + "rotation": [51.58059, -58.12818, "-123.9076-math.sin((query.anim_time)*144)*2"], + "position": [-0.25, 0.5, 0.75] + }, + "right_hand": { + "rotation": [-3.84211, -26.39382, "-45.7595-math.sin((query.anim_time)*144)*2"] + }, + "right_index1": { + "rotation": [0, 0, 10] + }, + "right_index2": { + "rotation": [0, 0, 2.5] + }, + "right_middle1": { + "rotation": [0, 0, -45] + }, + "right_ring1": { + "rotation": [0, 0, -32.5] + }, + "right_pinky1": { + "rotation": [0, 0, -70] + }, + "right_pinky2": { + "rotation": [0, 0, 2.5] + }, + "right_thumb": { + "rotation": [0, 20, 0] + } + } + }, + "animation.deoxys.sleep": { + "loop": true, + "animation_length": 2.5, + "bones": { + "body": { + "rotation": ["22.5+math.sin((query.anim_time)*144)*2.5", 0, 0], + "position": [0, "-0.25-math.sin((query.anim_time)*144)*1", -8.75] + }, + "hips": { + "rotation": [-10, 0, 0], + "position": [0, 0.25, 0] + }, + "left_arm": { + "rotation": [-26.06221, 2.95739, 50.51303], + "position": [-0.5, -0.25, 0] + }, + "leftarm_red2": { + "rotation": [0, -5, "7.5+math.sin((query.anim_time-0.1)*144)*3"] + }, + "leftarm_red3": { + "rotation": [0, "-5+math.sin((query.anim_time-0.1)*144)*4", "7.5+math.sin((query.anim_time-0.2)*144)*3"] + }, + "leftarm_red4": { + "rotation": [0, -5, "7.5+math.sin((query.anim_time-0.3)*144)*3"] + }, + "leftarm_red5": { + "rotation": [0, "math.sin((query.anim_time-0.2)*144)*4", "7.5+math.sin((query.anim_time-0.4)*144)*3"] + }, + "leftarm_blue2": { + "rotation": [0, -5, "7.5+math.sin((query.anim_time-0.1)*144)*3"] + }, + "leftarm_blue3": { + "rotation": [0, "-5+math.sin((query.anim_time-0.1)*144)*4", "7.5+math.sin((query.anim_time-0.2)*144)*3"] + }, + "leftarm_blue4": { + "rotation": [0, -5, "7.5+math.sin((query.anim_time-0.3)*144)*3"] + }, + "leftarm_blue5": { + "rotation": [0, "math.sin((query.anim_time-0.2)*144)*4", "7.5+math.sin((query.anim_time-0.4)*144)*3"] + }, + "leftarm_blue6": { + "rotation": [0, -5, "7.5+math.sin((query.anim_time-0.5)*144)*5"] + }, + "right_arm": { + "rotation": [-11.9275, -3.7372, -47.5912], + "position": [0.45, -0.25, 0] + }, + "rightarm_red2": { + "rotation": [0, 5, "-7.5-math.sin((query.anim_time-0.3)*144)*3"] + }, + "rightarm_red3": { + "rotation": [0, "5-math.sin((query.anim_time-0.3)*144)*4", "-7.5-math.sin((query.anim_time-0.4)*144)*3"] + }, + "rightarm_red4": { + "rotation": [0, 5, "-7.5-math.sin((query.anim_time-0.5)*144)*3"] + }, + "rightarm_red5": { + "rotation": [0, "5-math.sin((query.anim_time-0.4)*144)*4", "-7.5-math.sin((query.anim_time-0.6)*144)*3"] + }, + "rightarm_blue2": { + "rotation": [0, 5, "-7.5-math.sin((query.anim_time-0.3)*144)*3"] + }, + "rightarm_blue3": { + "rotation": [0, "5-math.sin((query.anim_time-0.3)*144)*4", "-7.5-math.sin((query.anim_time-0.4)*144)*3"] + }, + "rightarm_blue4": { + "rotation": [0, 5, "-7.5-math.sin((query.anim_time-0.5)*144)*3"] + }, + "rightarm_blue5": { + "rotation": [0, "5-math.sin((query.anim_time-0.4)*144)*4", "-7.5-math.sin((query.anim_time-0.6)*144)*3"] + }, + "rightarm_blue6": { + "rotation": [0, 5, "-7.5-math.sin((query.anim_time-0.7)*144)*5"] + }, + "head": { + "rotation": ["12.5-math.sin((query.anim_time-0.4)*144)*3", 0, 0] + }, + "leftleg": { + "rotation": ["-15.2577-math.sin((query.anim_time-0.3)*144)*1", 20.26066, "-15.4055-math.sin((query.anim_time-0.3)*144)*1"], + "position": [-0.25, "2.75-math.sin((query.anim_time)*144)*1", -7.25] + }, + "left_thigh": { + "rotation": [5, 0, 0], + "position": [0, -2.25, 1.5] + }, + "left_calf": { + "rotation": ["35.4138-math.sin((query.anim_time)*144)*5", -9.99274, "40.4371-math.sin((query.anim_time)*144)*5"] + }, + "rightleg": { + "rotation": ["-15.6686-math.sin((query.anim_time)*144)*3", -20.26676, "22.6139+math.sin((query.anim_time)*144)*3"], + "position": [0, "0.58-math.sin((query.anim_time)*144)*1", -7.75] + }, + "right_calf": { + "rotation": ["34.2686+math.sin((query.anim_time-0.9)*144)*4", 11.8311, "-50.6844-math.sin((query.anim_time-0.9)*144)*4"], + "position": [0, 0, 0] + }, + "left_humanarm": { + "scale": 0 + }, + "right_humanarm": { + "scale": 0 + }, + "leftarm_red1": { + "rotation": [0, 0, "0+math.sin((query.anim_time)*144)*3"] + }, + "leftarm_red6": { + "rotation": [0, -5, "0+math.sin((query.anim_time-0.5)*144)*4"] + }, + "leftarm_red7": { + "rotation": [0, -5, "0+math.sin((query.anim_time-0.6)*144)*7"] + }, + "leftarm_blue1": { + "rotation": [0, 0, "0+math.sin((query.anim_time)*144)*3"] + }, + "leftarm_blue7": { + "rotation": [0, -5, "0+math.sin((query.anim_time-0.6)*144)*4"] + }, + "rightarm_red1": { + "rotation": [0, 0, "0-math.sin((query.anim_time-0.2)*144)*3"] + }, + "rightarm_red6": { + "rotation": [0, 5, "0-math.sin((query.anim_time-0.7)*144)*4"] + }, + "rightarm_red7": { + "rotation": [0, 7.5, "-math.sin((query.anim_time-0.8)*144)*7"] + }, + "rightarm_blue1": { + "rotation": [0, 0, "0-math.sin((query.anim_time-0.2)*144)*3"] + }, + "rightarm_blue7": { + "rotation": [0, 5, "0-math.sin((query.anim_time-0.8)*144)*4"] + }, + "lefteye": { + "position": [0, 0, 1] + }, + "righteye": { + "position": [0, 0, 1] + }, + "eyelids": { + "position": [0, 0, -1] + } + } + }, + "animation.deoxys.faint": { + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": [5, 0, 0], + "0.2917": { + "pre": [5.43327, 4.5252, 5.43327], + "post": [5.43327, 4.5252, 5.43327], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [7.50841, 11.14185, -6.62541], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [12.57673, 9.96156, 0.88045], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [20.07673, 9.96156, 0.88045], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [27.16588, 8.13256, -1.1895], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [18.03038, 12.96737, -10.09679], + "lerp_mode": "catmullrom" + }, + "2.5": [30.36206, 13.35484, -12.54005] + }, + "position": { + "0.0": [0, -4.25, 0.25], + "0.2917": { + "pre": [0.5, -3.75, 0.25], + "post": [0.5, -3.75, 0.25], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, -4.25, 1.25], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-2.13, -2.79, 0.02], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -4.25, -0.75], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0.5, -4.25, -2.5], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-1.75, -5.25, -3.5], + "lerp_mode": "catmullrom" + }, + "2.5": [-2, -17.25, -8.75] + } + }, + "hips": { + "rotation": { + "0.0": [-5, 0, 0], + "0.5": { + "pre": [-5.17544, 14.94159, -1.3378], + "post": [-5.17544, 14.94159, -1.3378], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-8.58991, 10.80369, -6.06934], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-10.04292, 7.4713, -0.6574], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-13.55469, 9.9472, 9.14536], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-22.54292, 7.4713, -0.6574], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-22.34219, 0.53787, 2.21104], + "lerp_mode": "catmullrom" + }, + "2.5": [-24.81766, 0.6684, 2.5101] + }, + "position": { + "0.0": [0, 0, 0], + "1.4583": [0, 0, -1], + "2.0833": [0.5, 0, -1] + } + }, + "left_arm": { + "rotation": { + "0.0": [6.16046, -14.83096, 22.78866], + "0.75": { + "pre": [12.3373, -10.32, -5.02717], + "post": [12.3373, -10.32, -5.02717], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [4.81943, -15.30965, 27.9431], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [9.25902, -13.14685, 10.02197], + "lerp_mode": "catmullrom" + }, + "2.625": [-0.25272, 12.23659, 16.67743] + }, + "position": [-0.5, -0.25, 0] + }, + "leftarm_red2": { + "rotation": { + "0.0": [0, 0, 7.5], + "0.625": [0, 0, 10] + } + }, + "leftarm_red3": { + "rotation": { + "0.0": [0, 0, 7.5], + "0.2917": { + "pre": [0, 0, 19.83], + "post": [0, 0, 19.83], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "2.5": [0, 0, 35] + } + }, + "leftarm_red4": { + "rotation": { + "0.0": [0, 0, 7.5], + "1.0": { + "pre": [-1.19262, -4.30371, 12.20887], + "post": [-1.19262, -4.30371, 12.20887], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, -7.5, 7.5], + "lerp_mode": "catmullrom" + }, + "2.5": [-5.0806, 5.87369, 27.01462] + } + }, + "leftarm_red5": { + "rotation": { + "0.0": [0, 5, 7.5], + "1.0": [0.21803, 5.00952, 2.49526], + "2.5": [-1.74205, 14.809, -12.59224] + } + }, + "leftarm_blue2": { + "rotation": { + "0.0": [0, 0, 7.5], + "0.625": [0, 0, 10] + } + }, + "leftarm_blue3": { + "rotation": { + "0.0": [0, 0, 7.5], + "0.2917": { + "pre": [0, 0, 19.83], + "post": [0, 0, 19.83], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "2.5": [0, 0, 35] + } + }, + "leftarm_blue4": { + "rotation": { + "0.0": [0, 0, 7.5], + "0.2917": { + "pre": [0, 0, 12.5], + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-0.22218, -5.67845, 11.8658], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-0.43441, -4.96214, 22.47144], + "lerp_mode": "catmullrom" + }, + "2.5": [0.66099, 2.49023, 22.53396] + } + }, + "leftarm_blue5": { + "rotation": { + "0.0": [0, 5, 7.5], + "0.625": { + "pre": [2.20462, 4.8071, 17.73772], + "post": [2.20462, 4.8071, 17.73772], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-1.10693, 4.95167, 2.37924], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-1.10693, 4.95167, 2.37924], + "lerp_mode": "catmullrom" + }, + "2.5": [-2.20462, 4.8071, -2.73772] + } + }, + "leftarm_blue6": { + "rotation": { + "0.0": [0, 0, 7.5], + "0.625": { + "pre": [0, 0, 12.5], + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5.97859, -2.76245, 8.98409], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [2.35666, -4.84551, -20.35952], + "lerp_mode": "catmullrom" + }, + "2.2083": [3.90399, -4.57228, -25.58619] + } + }, + "right_arm": { + "rotation": { + "0.0": [3.70923, 17.32142, -22.6204], + "1.0": { + "pre": [16.61604, 6.19335, 35.21968], + "post": [16.61604, 6.19335, 35.21968], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [32.16791, -44.58816, 4.46428], + "lerp_mode": "catmullrom" + }, + "2.5": [35.10617, -48.75315, 0.42846] + }, + "position": [0.45, -0.25, 0] + }, + "rightarm_red2": { + "rotation": { + "0.0": [0, 0, -7.5], + "1.0": [0, 0, -2.5], + "2.5": [0, -2.5, -10] + } + }, + "rightarm_red3": { + "rotation": { + "0.0": [0, 0, -7.5], + "0.3333": { + "pre": [0, 0, -22.5], + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 12.5, -22.5], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, -10, -22.5], + "lerp_mode": "catmullrom" + }, + "2.5": [-2.35666, -27.34551, -14.64048] + } + }, + "rightarm_red4": { + "rotation": { + "0.0": [0, 0, -7.5], + "1.5": { + "pre": [0.05349, 7.02732, -8.69096], + "post": [0.05349, 7.02732, -8.69096], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, -2.5, -7.5], + "lerp_mode": "catmullrom" + }, + "2.5": [-0.75429, -12.38401, 10.04858] + } + }, + "rightarm_red5": { + "rotation": { + "0.0": [0, 0, -7.5], + "1.5": { + "pre": [0, 2.5, -7.5], + "post": [0, 2.5, -7.5], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [3.00793, 2.01355, 10.32115], + "lerp_mode": "catmullrom" + }, + "2.5": [4.26175, 1.55478, 17.83761] + } + }, + "rightarm_blue2": { + "rotation": { + "0.0": [0, 0, -7.5], + "0.3333": [0, 0, -15], + "2.5": [0, -12.5, -15] + } + }, + "rightarm_blue3": { + "rotation": { + "0.0": [0, 0, -7.5], + "0.3333": { + "pre": [0, 0, -22.5], + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 10, -15], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, -10, -15], + "lerp_mode": "catmullrom" + }, + "2.5": [0, -20, -15] + } + }, + "rightarm_blue4": { + "rotation": { + "0.0": [0, 0, -7.5], + "1.5": [0, 12.5, -7.5], + "2.5": [-2.75122, -19.84611, 0.81552] + } + }, + "rightarm_blue5": { + "rotation": { + "0.0": [0, 0, -7.5], + "1.0": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, 5, 20], + "lerp_mode": "catmullrom" + }, + "2.5": [15.31454, -8.68281, 33.10426] + } + }, + "rightarm_blue6": { + "rotation": { + "0.0": [0, 0, -7.5], + "0.3333": { + "pre": [0, 0, -25], + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0.005, 3.15506, -0.16184], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": [-0.07413, -15.66301, 25.41953] + } + }, + "head": { + "rotation": { + "0.0": [7.5, 0, 0], + "0.625": { + "pre": [-14.29886, 10.82156, 2.78058], + "post": [-14.29886, 10.82156, 2.78058], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-0.84698, -4.57751, 9.77122], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [4.86762, 13.67322, 1.84185], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-33.54147, 13.67322, 1.84185], + "lerp_mode": "catmullrom" + }, + "2.625": [19.86762, 13.67322, 1.84185] + } + }, + "leftleg": { + "rotation": { + "0.0": [-15.23563, 16.29359, -17.34279], + "0.625": { + "pre": [-15.23563, 16.29359, -17.34279], + "post": [-15.23563, 16.29359, -17.34279], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-32.25391, 13.91743, -23.63515], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-31.94091, 12.70039, -24.14411], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-28.42028, 15.91315, -18.27501], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-20.26091, 16.57897, -17.50771], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-25.90925, 15.49919, -19.85388], + "lerp_mode": "catmullrom" + }, + "2.5": [-60.55559, 3.16021, -32.37685] + }, + "position": { + "0.0": [-1.25, -0.75, 0.5], + "0.625": { + "pre": [-1.25, -0.75, 0.5], + "post": [-1.25, -0.75, 0.5], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-1.25, 0.19, -0.12], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-1.25, -1.25, -0.5], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-0.05, -0.05, -1.36], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-0.25, 0.5, -4.75], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-0.75, -0.25, -3], + "lerp_mode": "catmullrom" + }, + "2.5": [-0.25, -13.25, -6.75] + } + }, + "left_thigh": { + "rotation": [5, 0, 0], + "position": [0, -2.25, 1.5] + }, + "left_calf": { + "rotation": { + "0.0": [27.43092, -1.06904, 22.32177], + "0.6667": { + "pre": [27.43092, -1.06904, 22.32177], + "post": [27.43092, -1.06904, 22.32177], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [39.7375, -10.81116, 36.23076], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [22.39432, -2.42067, 24.45934], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [22.7149, -0.56675, 20.39226], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [19.68513, -0.09389, 18.72503], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [15.02295, -0.71301, 19.75806], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [22.39432, -2.42067, 24.45934], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [51.06387, -11.27724, 33.69427], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [61.84358, -17.18162, 39.85089], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [73.01313, -26.03818, 49.08582], + "lerp_mode": "catmullrom" + }, + "2.5": [76.29283, -31.94256, 55.24244] + }, + "position": [0, 0, 0] + }, + "rightleg": { + "rotation": { + "0.0": [-26.83771, -28.48406, 31.34285], + "0.25": { + "pre": [-24.36885, -28.20339, 30.16078], + "post": [-24.36885, -28.20339, 30.16078], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [3.3922, -32.91035, 11.7411], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [3.64713, -33.82254, 11.98877], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [3.3922, -32.91035, 11.7411], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-40.79049, -27.81045, 37.77046], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-26.11623, -31.46476, 29.30313], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-26.11623, -31.46476, 29.30313], + "lerp_mode": "catmullrom" + }, + "2.5": [-7.28902, -23.41284, 13.27734] + }, + "position": { + "0.0": [-0.25, -2.92, 0], + "0.25": { + "pre": [-0.25, -1.86, 0.1], + "post": [-0.25, -1.86, 0.1], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-0.25, -2.6, 0.29], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-0.25, -3.6, 0.32], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-0.25, -2.6, 0.29], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-0.25, -3.42, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-0.25, -3.42, -1], + "lerp_mode": "catmullrom" + }, + "2.5": [-0.25, -14.42, -9.25] + } + }, + "right_calf": { + "rotation": { + "0.25": { + "pre": [30.42621, 7.41196, -37.89438], + "post": [30.42621, 7.41196, -37.89438], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [29.85167, 7.02688, -38.32844], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [14.63859, 2.64592, -27.27168], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [17.34543, 3.2007, -30.1128], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [14.63859, 2.64592, -27.27168], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [32.96813, 8.4917, -49.42412], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [24.10427, 1.39004, -33.14908], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [24.10427, 1.39004, -33.14908], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [40.95293, 10.68342, -39.43638], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [54.11907, 15.60973, -40.03689], + "lerp_mode": "catmullrom" + }, + "2.5": [64.5609, 10.30083, -51.84697] + }, + "position": [0, 0, 0] + }, + "left_humanarm": { + "rotation": [0, 0, 30], + "scale": 0 + }, + "right_humanarm": { + "rotation": [0, 0, -25], + "scale": 0 + }, + "leftarm_red1": { + "rotation": [0, 0, 0] + }, + "leftarm_red6": { + "rotation": { + "0.0": [0, 0, 0], + "0.625": { + "pre": [0, 0, 15], + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [1.92287, -7.86878, 1.50917], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, -10, -20], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-0.34514, -10.17788, -26.58503], + "lerp_mode": "catmullrom" + }, + "2.5": [0, -10, -20] + } + }, + "leftarm_red7": { + "rotation": { + "0.0": [0, 0, 0], + "0.2917": { + "pre": [0, 0, 12.33], + "post": [0, 0, 12.33], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-4.15002, 1.35547, -36.09427], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-6.06351, -16.15589, -8.20176], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-6.83396, -17.32125, 11.41833], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-2.67539, -27.54008, -14.46295], + "lerp_mode": "catmullrom" + }, + "2.2083": [-0.64272, -27.75756, -22.2301] + } + }, + "leftarm_blue1": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [0, 0, -5], + "0.6667": [0, 0, 0] + } + }, + "leftarm_blue7": { + "rotation": { + "0.0": [0, 0, 0], + "0.2917": { + "pre": [0, 0, 13.33], + "post": [0, 0, 13.33], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-7.89268, 11.76511, 1.46087], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-7.73891, 13.91613, 13.1705], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, -7.5, -5], + "lerp_mode": "catmullrom" + }, + "2.2083": [3.61644, -7.1835, -15.62758] + } + }, + "rightarm_red1": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": [0, 0, -5] + } + }, + "rightarm_red6": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [1.33407, -0.56744, -14.85328], + "post": [1.33407, -0.56744, -14.85328], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-4.40386, 0.11388, 10.77763], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-4.40652, 25.04234, 8.8725], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-4.36832, 22.54966, 9.06751], + "lerp_mode": "catmullrom" + }, + "2.5": [-2.06802, 23.25432, 21.75711] + } + }, + "rightarm_red7": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -7.5], + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-3.60535, 22.45599, 19.55768], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-6.73602, 23.6651, 7.13372], + "lerp_mode": "catmullrom" + }, + "2.5": [-4.67664, 24.66207, 17.29437] + } + }, + "rightarm_blue1": { + "rotation": { + "0.0": [0, 0, 0], + "2.5": [0, 7.5, 0] + } + }, + "rightarm_blue7": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -15], + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-0.13349, 0.83616, 9.43834], + "lerp_mode": "catmullrom" + }, + "2.5": [-0.44067, -22.49038, 15.03852] + } + }, + "left_forearm": { + "rotation": [0, 0, 7.5] + }, + "left_hand": { + "rotation": [0, 0, 10] + }, + "right_forearm": { + "rotation": [0, 0, -15] + }, + "right_hand": { + "rotation": [0, 0, -12.5] + }, + "lefteye": { + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.2917": [0, 0, 1], + "0.4167": [0, 0, 0], + "0.9167": [0, 0, 0], + "0.9583": [0, 0, 1], + "1.0833": [0, 0, 0], + "1.25": [0, 0, 0], + "1.2917": [0, 0, 1], + "1.4167": [0, 0, 0], + "2.1667": [0, 0, 0], + "2.2083": [0, 0, 1] + } + }, + "righteye": { + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.2917": [0, 0, 1], + "0.4167": [0, 0, 0], + "0.9167": [0, 0, 0], + "0.9583": [0, 0, 1], + "1.0833": [0, 0, 0], + "1.25": [0, 0, 0], + "1.2917": [0, 0, 1], + "1.4167": [0, 0, 0], + "2.1667": [0, 0, 0], + "2.2083": [0, 0, 1] + } + }, + "eyelids": { + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.2917": [0, 0, -1], + "0.4167": [0, 0, 0], + "0.9167": [0, 0, 0], + "0.9583": [0, 0, -1], + "1.0833": [0, 0, 0], + "1.25": [0, 0, 0], + "1.2917": [0, 0, -1], + "1.4167": [0, 0, 0], + "2.1667": [0, 0, 0], + "2.2083": [0, 0, -1] + } + }, + "right_thigh": { + "rotation": [0, 0, 0] + } + } + }, + "animation.deoxys.cry": { + "animation_length": 3, + "bones": { + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + }, + "sound_effects": { + "0.75": { + "effect": "pokemon.deoxys.cry" + } + } + }, + "animation.deoxys.recoil": { + "animation_length": 1.5, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.2917": { + "pre": [-10, 0, 0], + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.375": { + "pre": [0, 0, 1.75], + "post": [0, 0, 1.75], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "leftleg": { + "rotation": { + "0.0": [0, 0, 0], + "0.2917": { + "pre": [-7.49294, -0.32621, -2.47864], + "post": [-7.49294, -0.32621, -2.47864], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "left_calf": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [0.54098, -0.03493, 0.53361], + "0.0833": [2.00207, -0.12723, 1.94357], + "0.125": [4.04193, -0.25558, 3.90432], + "0.1667": [6.23349, -0.39624, 6.05312], + "0.2083": [8.15475, -0.52459, 8.01387], + "0.25": [9.47122, -0.61689, 9.42383], + "0.2917": [9.97178, -0.65182, 9.95744], + "0.3333": [9.81031, -0.63758, 9.73992], + "0.875": [4.38878, -0.26562, 4.05779], + "1.2083": [0.76322, -0.03711, 0.56689], + "1.25": [0.34593, -0.01424, 0.21752], + "1.2917": [0, 0, 0], + "1.3333": [-0.15112, 0, 0], + "1.5": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [15, 0, 0], + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-10.57, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "lefteye": { + "position": { + "0.0": [0, 0, 1], + "0.9583": [0, 0, 1], + "1.0": [0, 0, 0], + "1.5": [0, 0, 0] + } + }, + "righteye": { + "position": { + "0.0": [0, 0, 1], + "0.9583": [0, 0, 1], + "1.0": [0, 0, 0], + "1.5": [0, 0, 0] + } + }, + "eyelids": { + "position": { + "0.0": [0, 0, -1], + "0.9583": [0, 0, -1], + "1.0": [0, 0, 0], + "1.5": [0, 0, 0] + } + }, + "rightleg": { + "rotation": { + "0.0": [0, 0, 0], + "0.2917": { + "pre": [-7.47178, 0.65182, 4.95744], + "post": [-7.47178, 0.65182, 4.95744], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "right_calf": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [0.54098, 0.03493, -0.53361], + "0.0833": [2.00207, 0.12723, -1.94357], + "0.125": [4.04193, 0.25558, -3.90432], + "0.1667": [6.23349, 0.39624, -6.05312], + "0.2083": [8.15475, 0.52459, -8.01387], + "0.25": [9.47122, 0.61689, -9.42383], + "0.2917": [9.97178, 0.65182, -9.95744], + "0.3333": [9.81031, 0.63758, -9.73992], + "0.875": [4.38878, 0.26562, -4.05779], + "1.2083": [0.76322, 0.03711, -0.56689], + "1.25": [0.34593, 0.01424, -0.21752], + "1.2917": [0, 0, 0], + "1.3333": [-0.15112, 0, 0], + "1.5": [0, 0, 0] + } + } + } + }, + "animation.deoxys.physical": { + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": [12.5, 0, 0], + "0.25": [2.5, 0, 0], + "0.6667": { + "pre": [2.56062, 12.48791, 0.55404], + "post": [2.56062, 12.48791, 0.55404], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [35.71172, -62.41981, -21.58476], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [35.71172, -62.41981, -21.58476], + "lerp_mode": "catmullrom" + }, + "2.0": [12.5, 0, 0] + }, + "position": { + "0.0": [0, 2, -1.9], + "0.25": [0, 2, 4.1], + "0.4167": [0, 2, 6.1], + "0.6667": { + "pre": [0, 2, 7.1], + "post": [0, 2, 7.1], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 2, -12.15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 2, -12.15], + "lerp_mode": "catmullrom" + }, + "2.0": [0, 2, -1.9] + } + }, + "hips": { + "rotation": [-5, 0, 0] + }, + "left_humanarm": { + "rotation": { + "0.0": [3.76613, 6.4905, 30.2136], + "0.2083": [0.51569, 29.34994, 20.58996], + "0.375": [-14.1183, 59.34796, 21.09572], + "0.5": [-15.24087, 61.7665, 19.80696], + "0.8333": [-4.33936, 47.76621, 32.76866], + "0.9583": [3.67751, -37.32216, 20.40056], + "1.6667": [3.67751, -37.32216, 20.40056], + "2.5417": [3.76613, 6.4905, 30.2136] + }, + "position": { + "0.0": [-0.75, 0.5, 0], + "2.5417": [-0.75, 0.5, 0] + } + }, + "left_forearm": { + "rotation": { + "0.0": { + "post": [4.49232, 9.3062, 17.6659], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [5.21398, 31.72801, 19.68544], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-3.13484, 53.31482, 30.78044], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-24.33882, 85.4533, 9.02417], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-24.33882, 85.4533, 9.02417], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [4.49232, 9.3062, 17.6659], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [4.49232, 9.3062, 17.6659], + "lerp_mode": "catmullrom" + } + } + }, + "left_hand": { + "rotation": { + "0.0": { + "post": [0, 0, 18.0749], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0.73225, -12.74706, 22.71988], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [3.4308, 10.80844, 41.28118], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [3.4308, 10.80844, 41.28118], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, 0, 18.0749], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 18.0749], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0.25, 0], + "2.5417": [0, 0.25, 0], + "3.0": [0, 0.25, 0] + } + }, + "left_index1": { + "rotation": { + "0.0": { + "post": [0, 0, -40], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 62.5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 0, 62.5], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 0, -40], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -40], + "lerp_mode": "catmullrom" + } + } + }, + "left_index2": { + "rotation": { + "0.0": { + "post": [0, 0, 45], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 100], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 0, 100], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 0, 45], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 45], + "lerp_mode": "catmullrom" + } + } + }, + "left_middle1": { + "rotation": { + "0.0": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, 55], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 67.5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 0, 67.5], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + } + } + }, + "left_middle2": { + "rotation": { + "0.0": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 100], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 0, 100], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + } + } + }, + "left_ring1": { + "rotation": { + "0.0": { + "post": [0, 0, 32.5], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, 70], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 72.5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 0, 72.5], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 0, 32.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 32.5], + "lerp_mode": "catmullrom" + } + } + }, + "left_ring2": { + "rotation": { + "0.0": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 102.5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 0, 102.5], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + } + } + }, + "left_pinky1": { + "rotation": { + "0.0": { + "post": [0, 0, 42.5], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, 75], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 0, 75], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 0, 42.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 42.5], + "lerp_mode": "catmullrom" + } + } + }, + "left_pinky2": { + "rotation": { + "0.0": { + "post": [0, 0, 45], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 110], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 0, 110], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 0, 45], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 45], + "lerp_mode": "catmullrom" + } + } + }, + "left_thumb": { + "rotation": { + "0.0": { + "post": [27.55, -32.5, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [43.21581, -55.27207, -22.0177], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [90.47737, -62.30191, -47.82677], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [90.47737, -62.30191, -47.82677], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [27.55, -32.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [27.55, -32.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0.25], + "2.5833": [0, 0, 0.25], + "3.0": [0, 0, 0.25] + } + }, + "right_arm": { + "rotation": { + "0.0": [1.75378, 9.84655, -27.3489], + "0.3333": [42.18231, 39.05312, 26.32513], + "2.1667": [3.90427, 20.93038, 11.0258], + "2.9583": [1.75378, 9.84655, -27.3489] + }, + "position": { + "0.0": [0.5, -0.5, 0], + "2.1667": [0.5, -0.5, 0], + "2.9583": [0.5, -0.5, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "0.4583": [0.5, 0.5, 0.5], + "0.625": [0, 0, 0], + "2.0833": [0, 0, 0], + "2.1667": [1, 1, 1] + } + }, + "rightarm_red2": { + "rotation": { + "0.0": [0, 0, -5], + "0.2083": [0, 7.5, -5], + "2.1667": [0, 0, -5], + "2.9583": [0, 0, -5] + }, + "scale": { + "0.0": [1, 1, 1], + "2.1667": [1, 1, 1], + "2.9583": [1, 1, 1] + } + }, + "rightarm_red3": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0.43688, -5.01907, -9.981], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0.43897, -2.51915, -9.96178], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": [1, 1, 1], + "2.1667": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "rightarm_red4": { + "rotation": { + "0.0": [0, 0, -5], + "0.2083": [-27.5122, -63.18422, 27.23543], + "0.5": [-15.1827, -13.59202, 5.60853], + "2.1667": { + "pre": [0, 0, -5], + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": [1, 1, 1], + "2.1667": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "rightarm_red5": { + "rotation": { + "0.0": [0, 0, -5], + "0.2083": [-4.86486, -47.18564, 4.61546], + "0.5": [-3.83572, 5.18515, 0.66096], + "2.1667": { + "pre": [0, 0, -5], + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": [1, 1, 1], + "2.1667": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "rightarm_red6": { + "rotation": { + "0.0": [0, 0, -5], + "0.2083": [0, -32.5, -5], + "0.5": [0, 30, -5], + "2.1667": { + "pre": [0, 0, -5], + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": [1, 1, 1], + "2.1667": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "rightarm_red7": { + "rotation": { + "0.0": [0, 0, 20], + "0.2083": [2.06754, -9.90972, 14.59039], + "0.5": [1.94127, 22.57146, 15.71849], + "2.1667": { + "pre": [0, 0, 20], + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 0, 35], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": [1, 1, 1], + "2.1667": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "rightarm_blue2": { + "rotation": { + "0.0": [0, 0, -5], + "0.2083": [2.35666, 7.34551, 2.85952], + "0.5": [2.47887, 14.83886, 3.19839], + "2.1667": [0, 0, -5], + "2.9583": [0, 0, -5] + }, + "scale": { + "0.0": [1, 1, 1], + "2.1667": [1, 1, 1], + "2.9583": [1, 1, 1] + } + }, + "rightarm_blue3": { + "rotation": { + "0.0": [0, 0, -15], + "0.2083": [4.56615, -32.30053, -21.76733], + "0.5": [3.53692, -7.36008, -19.74721], + "2.1667": { + "pre": [0, 0, -15], + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": [1, 1, 1], + "2.1667": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "rightarm_blue4": { + "rotation": { + "0.0": [0, 0, -5], + "0.2083": [0, -40, -5], + "0.5": [0, -12.5, 2.5], + "2.1667": { + "pre": [0, 0, -5], + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": [1, 1, 1], + "2.1667": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "rightarm_blue5": { + "rotation": { + "0.0": [0, 0, -5], + "0.2083": [-10.27206, -26.14409, 13.11321], + "0.5": [-8.13415, 6.96528, -2.6428], + "2.1667": [0, 0, -5], + "2.3333": [0, 0, 7.5], + "2.5833": [0, 0, 15], + "2.9583": [0, 0, -5] + }, + "scale": { + "0.0": [1, 1, 1], + "2.1667": [1, 1, 1], + "2.9583": [1, 1, 1] + } + }, + "rightarm_blue6": { + "rotation": { + "0.0": [0, 0, -5], + "0.2083": [8.20929, -26.78908, 12.26204], + "0.5": [8.03215, -4.509, 15.42516], + "2.1667": [0, 0, -5], + "2.3333": [0, 0, 2.5], + "2.5833": [0, 0, 7.5], + "2.9583": [0, 0, -5] + }, + "scale": { + "0.0": [1, 1, 1], + "2.1667": [1, 1, 1], + "2.9583": [1, 1, 1] + } + }, + "rightarm_blue7": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-6.1191, -34.19365, 3.67354], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-5.69301, -9.32205, 1.08756], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": [1, 1, 1], + "2.1667": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "leftleg": { + "rotation": { + "0.0": { + "post": [-30.1601, -6.62852, 3.5837], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-72.97703, -3.75911, 0.35993], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [19.86379, -51.57463, -21.22099], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [24.86379, -51.57463, -21.22099], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-30.1601, -6.62852, 3.5837], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-30.1601, -6.62852, 3.5837], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.75, -1, 1.5], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-2, -1, 4.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-2, -0.5, 3.5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-6, 0, -5.5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-6.44, 1.89, -4.75], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-0.75, -1, 1.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.75, -1, 1.5], + "lerp_mode": "catmullrom" + } + } + }, + "left_thigh": { + "rotation": [0, 27.5, 0], + "position": [1, 2, 0] + }, + "left_calf": { + "rotation": { + "0.0": { + "post": [40.1677, -8.9347, 19.3846], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [46.74293, -15.09701, 43.64196], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [42.65909, 6.80714, 19.25665], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [57.8994, -1.65898, 24.58902], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [49.12953, -14.50929, 24.50876], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [40.1677, -8.9347, 19.3846], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, -0.5, -0.25], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightleg": { + "rotation": { + "0.0": { + "post": [-15.7286, -21.23934, 12.3708], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-50.19199, -14.45242, 25.88824], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-62.23722, -40.93687, 51.346], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-35.76971, -49.85939, 38.81391], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-15.7286, -21.23934, 12.3708], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-15.7286, -21.23934, 12.3708], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.5, 1, 0.25], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-0.52, 1.74, 2.93], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-2, 1.75, 7.25], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [1, 3, -12.75], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [1, 3, -12.75], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-0.5, 1, 0.25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.5, 1, 0.25], + "lerp_mode": "catmullrom" + } + } + }, + "right_calf": { + "rotation": { + "0.0": { + "post": [14.2372, -7.50914, -21.8527], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [14.24, -7.51, -21.85], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [43.92564, 16.95984, -49.83699], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [50.04717, 17.64742, -53.12133], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [25.27376, -4.54554, -31.42769], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [14.2372, -7.50914, -21.8527], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_humanarm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [1.52337, 54.35804, 24.75361], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-18.47663, 54.35804, 24.75361], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-16.41484, 28.3302, 25.33889], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0.67974, -16.99382, 2.92933], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [2.20233, -16.86799, -2.29571], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [2.55, -16.8, -3.5], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [8.6232, -14.71474, -25.58463], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [10.01477, 19.04337, 8.62369], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": [0, 0, 0], + "0.375": [0, 0, 0], + "0.5417": [1, 1, 1], + "2.0833": [1, 1, 1], + "2.2083": [0, 0, 0] + } + }, + "left_arm": { + "rotation": [0, 0, 27.5], + "scale": 0 + }, + "rightarm_red1": { + "rotation": { + "0.0": [0, 0, 0], + "2.1667": [0, 0, 0], + "2.9583": [0, 0, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "2.1667": [1, 1, 1], + "2.9583": [1, 1, 1] + } + }, + "rightarm_blue1": { + "rotation": { + "0.0": [0, 0, 0], + "0.2083": [0, 0, 0], + "2.1667": [0, 0, 0], + "2.9583": [0, 0, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "2.1667": [1, 1, 1], + "2.9583": [1, 1, 1] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [17.6582, -1.90731, -0.96794], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [19.47973, 44.11563, 2.52112], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [4.00715, 36.63607, 1.79316], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_red3": { + "rotation": [0, 0, "27.5+math.sin((query.anim_time-0.3)*144)*8"] + }, + "leftarm_blue3": { + "rotation": [0, 0, "27.5+math.sin((query.anim_time-0.3)*144)*8"] + }, + "right_forearm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-6.29157, -25.75333, -0.05016], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-1.39197, -26.42565, -11.16297], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-1.80828, -46.41814, -10.47244], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-1.33907, -21.42707, -11.29329], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-1.66238, -41.42043, -10.68258], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-3.86127, -41.29992, -7.35544], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [11.7303, -17.95456, -2.87946], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_hand": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-5, -12.5, -17.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-5.19431, -19.97044, -16.80648], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-5.63439, -29.92612, -15.7671], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [4.56513, -30.09134, -36.00179], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [4.82691, -35.07459, -36.48745], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [3.9531, -2.66404, -33.89333], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_index1": { + "rotation": { + "0.0": [0, 0, 0], + "0.5417": [0, 0, -67.5], + "1.25": [0, 0, -67.5], + "1.375": [0, 0, -32.5], + "2.0833": [0, 0, -25] + } + }, + "right_index2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5417": [0, 0, -102.5], + "1.25": [0, 0, -102.5], + "1.375": [0, 0, -65], + "2.0833": [0, 0, -47.5] + } + }, + "right_middle1": { + "rotation": { + "0.0": [0, 0, 0], + "0.5417": [0, 0, -75], + "1.25": [0, 0, -75], + "1.375": [0, 0, -57.5], + "2.0833": [0, 0, -35] + } + }, + "right_middle2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5417": [0, 0, -102.5], + "1.25": [0, 0, -102.5], + "1.375": [0, 0, -60], + "2.0833": [0, 0, -55] + } + }, + "right_ring1": { + "rotation": { + "0.0": [0, 0, 0], + "0.5417": [0, 0, -80], + "1.25": [0, 0, -80], + "1.375": [0, 0, -65], + "2.0833": [0, 0, -45] + } + }, + "right_ring2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5417": [0, 0, -102.5], + "1.25": [0, 0, -102.5], + "1.375": [0, 0, -85], + "2.0833": [0, 0, -75] + } + }, + "right_pinky1": { + "rotation": { + "0.0": [0, 0, 0], + "0.5417": [0, 0, -85], + "1.25": [0, 0, -85], + "1.375": [0, 0, -77.5], + "2.0833": [0, 0, -62.5] + } + }, + "right_pinky2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5417": [0, 0, -102.5], + "1.25": [0, 0, -102.5], + "1.375": [0, 0, -85], + "2.0833": [-2.4831, 0.17001, -62.73892] + } + }, + "right_thumb": { + "rotation": { + "0.0": [0, 0, 0], + "0.5417": [175.98624, 74.73032, 151.14839], + "1.25": [175.98624, 74.73032, 151.14839], + "1.375": [12.51153, 85.11859, -12.51153] + } + } + } + }, + "animation.deoxys.special": { + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 2, -1.9], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 2, -5.9], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 1.5, -7.15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 6, -3.4], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 8, -3.4], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 6, -3.4], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 6, -3.4], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 2, -1.9], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 2, -1.9], + "lerp_mode": "catmullrom" + } + } + }, + "hips": { + "rotation": { + "0.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-7.62235, 0.02378, -0.54613], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_humanarm": { + "rotation": { + "0.0": [3.76613, 6.4905, 30.2136], + "2.0417": { + "pre": [3.77, 6.49, 30.21], + "post": [3.77, 6.49, 30.21], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [3.18848, 6.79363, 25.18548], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [3.77, 6.49, 30.21], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [3.77, 6.49, 30.21], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [-0.75, 0.5, 0], + "2.0417": { + "pre": [-0.75, 0.5, 0], + "post": [-0.75, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [-0.75, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.75, 0.5, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": [1, 1, 1], + "0.0833": [0.5, 0.5, 0.5], + "0.1667": [0, 0, 0], + "2.0417": [0, 0, 0], + "2.125": [0.5, 0.5, 0.5], + "2.2083": [1, 1, 1] + } + }, + "left_forearm": { + "rotation": { + "0.0": [4.49232, 9.3062, 17.6659], + "1.875": { + "pre": [4.49, 9.31, 17.67], + "post": [4.49, 9.31, 17.67], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [3.22752, 9.81548, 10.08143], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [4.49, 9.31, 17.67], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [4.49, 9.31, 17.67], + "lerp_mode": "catmullrom" + } + }, + "position": { + "1.875": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_hand": { + "rotation": { + "0.0": [0, 0, 18.0749], + "1.875": { + "pre": [0, 0, 18.07], + "post": [0, 0, 18.07], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 0, 0.57], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 18.07], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 18.07], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0.25, 0], + "1.875": { + "pre": [0, 0.25, 0], + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_index1": { + "rotation": { + "0.0": [0, 0, -40], + "1.875": { + "pre": [0, 0, -40], + "post": [0, 0, -40], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 0, -40], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, -40], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -40], + "lerp_mode": "catmullrom" + } + } + }, + "left_index2": { + "rotation": { + "0.0": [0, 0, 45], + "1.875": { + "pre": [0, 0, 45], + "post": [0, 0, 45], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 45], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 45], + "lerp_mode": "catmullrom" + } + } + }, + "left_middle1": { + "rotation": { + "0.0": [0, 0, 7.5], + "1.875": { + "pre": [0, 0, 7.5], + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + } + } + }, + "left_middle2": { + "rotation": { + "0.0": [0, 0, 27.5], + "1.875": { + "pre": [0, 0, 27.5], + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + } + } + }, + "left_ring1": { + "rotation": { + "0.0": [0, 0, 32.5], + "1.875": { + "pre": [0, 0, 32.5], + "post": [0, 0, 32.5], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 32.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 32.5], + "lerp_mode": "catmullrom" + } + } + }, + "left_ring2": { + "rotation": { + "0.0": [0, 0, 25], + "1.875": { + "pre": [0, 0, 25], + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + } + } + }, + "left_pinky1": { + "rotation": [0, 0, 42.5] + }, + "left_pinky2": { + "rotation": { + "0.0": [0, 0, 45], + "1.875": { + "pre": [0, 0, 45], + "post": [0, 0, 45], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 45], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 45], + "lerp_mode": "catmullrom" + } + } + }, + "left_thumb": { + "rotation": [27.5, -32.5, 0], + "position": [0, 0, 0.25] + }, + "right_arm": { + "rotation": { + "0.0": { + "post": [1.75378, 9.84655, -27.3489], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1.72795, -0.14886, -27.6534], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [1.73, -0.15, -27.65], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [1.75378, 9.84655, -27.3489], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-0.47943, 27.48053, -37.62699], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [1.01, 15.72, -30.77], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [1.74344, -7.64542, -27.88093], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [1.73435, 4.84658, -27.50341], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [1.75378, 9.84655, -27.3489], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1.75378, 9.84655, -27.3489], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.5, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0.5, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0.5, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0.5, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0.5, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0.5, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0.5, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.5, -0.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightarm_red2": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -10, -5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -25, -5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 5, -5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightarm_red3": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -35, -15], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -35, -15], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 5, -15], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 1.67, -15], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightarm_red4": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -40, -5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-2.77225, -59.94038, -0.95783], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 5, -5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 5, -5], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightarm_red5": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-0.16708, -55.85989, 9.83563], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-0.2, -63.36, 9.87], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 10, -5], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, -10, -5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, -10, -5], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightarm_red6": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -30, -5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-12.45897, -23.35921, 13.54611], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [9.00717, -8.20481, -9.14867], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [9.00717, -8.20481, -9.14867], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 17.5, -5], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, 7.5, -5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, -7.5, -5], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightarm_red7": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -17.5, 20], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -17.5, 20], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [6.42157, -2.61027, -3.35258], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [6.42157, -2.61027, -3.35258], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-0.98448, 19.93547, 12.43603], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [3.90399, -4.57228, 6.91381], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [2.35666, -4.84551, 12.14048], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightarm_blue2": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -10, -5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-14.97546, -16.76746, -3.45597], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 5, -5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightarm_blue3": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -35, -15], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [9.85108, -34.13603, -29.00194], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 5, -15], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 1.67, -15], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightarm_blue4": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -40, -5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-11.73, -54.25, 10.45], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 5, -5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 5, -5], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightarm_blue5": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-8.61775, -26.55444, 10.14371], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [1.47231, -31.54845, 9.98514], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 17.5, -5], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, -2.5, -5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, -2.5, -5], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightarm_blue6": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -30, -5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [4.56615, -54.80053, -11.76733], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 7.5, -5], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, -17.5, -5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, -22.5, -5], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightarm_blue7": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -45, -12.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -45, -12.5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 5, -12.5], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, -22.5, -12.5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, -22.5, -12.5], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftleg": { + "rotation": { + "0.0": { + "post": [-30.1601, -6.62852, 3.5837], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-40.48815, -20.06701, -0.14812], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-35.48815, -20.06701, -0.14812], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-10.07862, -10.99446, -11.1869], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-1.45105, -12.10142, -16.02976], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-8.95105, -12.10142, -16.02976], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [-30.1601, -6.62852, 3.5837], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-30.1601, -6.62852, 3.5837], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-1, -1, 1.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-1.75, 0, -0.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-1.75, -1, -1.17], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2, 2.5, -1.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-1.75, 4.5, -1.25], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-1.75, 3, -1.25], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-1.53, 2.99, -1.16], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-1.12, 1.09, -0.73], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [-0.75, -1, 1.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.75, -1, 1.5], + "lerp_mode": "catmullrom" + } + } + }, + "left_thigh": { + "rotation": { + "0.0": [0, 27.5, 0], + "0.75": [0, 27.5, 0], + "1.0417": [0, 27.5, 0], + "1.25": [0, 27.5, 0], + "1.5": [0, 27.5, 0] + }, + "position": { + "0.0": [1, 2, 0], + "0.75": [1, 2, 0], + "1.0417": [1, 2, 0], + "1.25": [1, 2, 0], + "1.5": [1, 2, 0] + } + }, + "left_calf": { + "rotation": { + "0.0": { + "post": [40.1677, -8.9347, 19.3846], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [67.6837, -29.70063, 34.24516], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [71.46571, -34.3064, 36.54131], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [21.00501, -4.80671, 12.99116], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [21.18274, -3.90684, 10.65194], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [21.00501, -4.80671, 12.99116], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [21.00501, -4.80671, 12.99116], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [40.1677, -8.9347, 19.3846], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [40.1677, -8.9347, 19.3846], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightleg": { + "rotation": { + "0.0": { + "post": [-15.7286, -21.23934, 12.3708], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-45.39364, -6.28573, 24.03269], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-39.89401, -9.83128, 20.47143], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-4.18212, -18.28847, 14.60848], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [4.94683, -17.55894, 17.11957], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-0.05317, -17.55894, 17.11957], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [-15.7286, -21.23934, 12.3708], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-15.7286, -21.23934, 12.3708], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.5, 1, 0.25], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-0.5, 2, -1.75], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0.17, 2.33, -3.08], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 6, -3.75], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-0.25, 8, -3.75], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-0.25, 6.5, -3.75], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-0.26, 6.34, -3.13], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-0.3, 4.07, -1.84], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [-0.5, 1, 0.25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.5, 1, 0.25], + "lerp_mode": "catmullrom" + } + } + }, + "right_calf": { + "rotation": { + "0.0": { + "post": [14.2372, -7.50914, -21.8527], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [49.42834, 15.98824, -57.27054], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [55.86771, 19.75714, -60.72364], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [9.51172, 2.94765, -14.02604], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [9.62971, 2.53192, -11.55802], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [9.37586, 3.35791, -16.49589], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [9.37586, 3.35791, -16.49589], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [14.2372, -7.50914, -21.8527], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [14.2372, -7.50914, -21.8527], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_humanarm": { + "scale": 0 + }, + "left_arm": { + "rotation": { + "0.0": { + "post": [1.75378, -9.84655, 27.3489], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1.72795, 0.14886, 27.6534], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [1.73, 0.15, 27.65], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [1.75378, -9.84655, 27.3489], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-0.47943, -27.48053, 37.62699], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [1.01, -15.72, 30.77], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [1.72795, 0.14886, 27.6534], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [1.73, 2.65, 27.73], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [1.75378, -9.84655, 27.3489], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1.75378, -9.84655, 27.3489], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.5, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-0.5, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-0.5, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-0.5, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-0.5, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-0.5, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [-0.5, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.5, -0.5, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, 0], + "0.1667": [1, 1, 1], + "2.0417": [1, 1, 1], + "2.125": [0.5, 0.5, 0.5], + "2.1667": [0, 0, 0] + } + }, + "rightarm_red1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightarm_blue1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_red3": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 35, 15], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 35, 15], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -5, 15], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, -1.67, 15], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_blue3": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 35, 15], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [9.85108, 34.13603, 29.00194], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -5, 15], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, -1.67, 15], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_red1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_red2": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 10, 5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 25, 5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, -5, 5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_red4": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 40, 5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-2.77225, 59.94038, 0.95783], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, -5, 5], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, -5, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_red5": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-0.16708, 55.85989, -9.83563], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-0.2, 63.36, -9.87], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, 10, 5], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 10, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_red6": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 30, 5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-12.45897, 23.35921, -13.54611], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [9.00717, 8.20481, 9.14867], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [9.00717, 8.20481, 9.14867], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, -17.5, 5], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, -7.5, 5], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 7.5, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_red7": { + "rotation": { + "0.0": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 17.5, -20], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 17.5, -20], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [6.42157, 2.61027, 3.35258], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [6.42157, 2.61027, 3.35258], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-0.98448, -19.93547, -12.43603], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [3.90399, 4.57228, -6.91381], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [2.35666, 4.84551, -12.14048], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_blue1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_blue2": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 10, 5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-14.97546, 16.76746, 3.45597], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_blue4": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 40, 5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-11.73, 54.25, -10.45], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, -5, 5], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, -5, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_blue5": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-8.61775, 26.55444, -10.14371], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [1.47231, 31.54845, -9.98514], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, -7.5, 5], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, 2.5, 5], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 2.5, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_blue6": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 30, 5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [4.56615, 54.80053, 11.76733], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, -7.5, 5], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, 17.5, 5], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 22.5, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_blue7": { + "rotation": { + "0.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 45, 12.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 45, 12.5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, -5, 12.5], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, 22.5, 12.5], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 22.5, 12.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.deoxys.status": { + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 2, -1.9], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 2, -5.9], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 1.5, -7.15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 6, -3.4], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 8, -3.4], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 6, -3.4], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 6, -3.4], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 2, -1.9], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 2, -1.9], + "lerp_mode": "catmullrom" + } + } + }, + "hips": { + "rotation": { + "0.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-7.62235, 0.02378, -0.54613], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_humanarm": { + "rotation": { + "0.0": [3.76613, 6.4905, 30.2136], + "2.0417": { + "pre": [3.77, 6.49, 30.21], + "post": [3.77, 6.49, 30.21], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [3.18848, 6.79363, 25.18548], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [3.77, 6.49, 30.21], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [3.77, 6.49, 30.21], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [-0.75, 0.5, 0], + "2.0417": { + "pre": [-0.75, 0.5, 0], + "post": [-0.75, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [-0.75, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.75, 0.5, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": [1, 1, 1], + "0.0833": [0.5, 0.5, 0.5], + "0.1667": [0, 0, 0], + "2.0417": [0, 0, 0], + "2.125": [0.5, 0.5, 0.5], + "2.2083": [1, 1, 1] + } + }, + "left_forearm": { + "rotation": { + "0.0": [4.49232, 9.3062, 17.6659], + "1.875": { + "pre": [4.49, 9.31, 17.67], + "post": [4.49, 9.31, 17.67], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [3.22752, 9.81548, 10.08143], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [4.49, 9.31, 17.67], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [4.49, 9.31, 17.67], + "lerp_mode": "catmullrom" + } + }, + "position": { + "1.875": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_hand": { + "rotation": { + "0.0": [0, 0, 18.0749], + "1.875": { + "pre": [0, 0, 18.07], + "post": [0, 0, 18.07], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 0, 0.57], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 18.07], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 18.07], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0.25, 0], + "1.875": { + "pre": [0, 0.25, 0], + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_index1": { + "rotation": { + "0.0": [0, 0, -40], + "1.875": { + "pre": [0, 0, -40], + "post": [0, 0, -40], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 0, -40], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, -40], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -40], + "lerp_mode": "catmullrom" + } + } + }, + "left_index2": { + "rotation": { + "0.0": [0, 0, 45], + "1.875": { + "pre": [0, 0, 45], + "post": [0, 0, 45], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 45], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 45], + "lerp_mode": "catmullrom" + } + } + }, + "left_middle1": { + "rotation": { + "0.0": [0, 0, 7.5], + "1.875": { + "pre": [0, 0, 7.5], + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + } + } + }, + "left_middle2": { + "rotation": { + "0.0": [0, 0, 27.5], + "1.875": { + "pre": [0, 0, 27.5], + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + } + } + }, + "left_ring1": { + "rotation": { + "0.0": [0, 0, 32.5], + "1.875": { + "pre": [0, 0, 32.5], + "post": [0, 0, 32.5], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 32.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 32.5], + "lerp_mode": "catmullrom" + } + } + }, + "left_ring2": { + "rotation": { + "0.0": [0, 0, 25], + "1.875": { + "pre": [0, 0, 25], + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + } + } + }, + "left_pinky1": { + "rotation": [0, 0, 42.5] + }, + "left_pinky2": { + "rotation": { + "0.0": [0, 0, 45], + "1.875": { + "pre": [0, 0, 45], + "post": [0, 0, 45], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 45], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 45], + "lerp_mode": "catmullrom" + } + } + }, + "left_thumb": { + "rotation": [27.5, -32.5, 0], + "position": [0, 0, 0.25] + }, + "right_arm": { + "rotation": { + "0.0": { + "post": [1.75378, 9.84655, -27.3489], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1.72795, -0.14886, -27.6534], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [1.73, -0.15, -27.65], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [1.75378, 9.84655, -27.3489], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-0.47943, 27.48053, -37.62699], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [1.01, 15.72, -30.77], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [1.74344, -7.64542, -27.88093], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [1.73435, 4.84658, -27.50341], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [1.75378, 9.84655, -27.3489], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1.75378, 9.84655, -27.3489], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.5, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0.5, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0.5, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0.5, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0.5, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0.5, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0.5, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.5, -0.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightarm_red2": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -10, -5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -25, -5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 5, -5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightarm_red3": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -35, -15], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -35, -15], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 5, -15], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 1.67, -15], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightarm_red4": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -40, -5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-2.77225, -59.94038, -0.95783], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 5, -5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 5, -5], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightarm_red5": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-0.16708, -55.85989, 9.83563], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-0.2, -63.36, 9.87], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 10, -5], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, -10, -5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, -10, -5], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightarm_red6": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -30, -5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-12.45897, -23.35921, 13.54611], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [9.00717, -8.20481, -9.14867], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [9.00717, -8.20481, -9.14867], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 17.5, -5], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, 7.5, -5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, -7.5, -5], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightarm_red7": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -17.5, 20], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -17.5, 20], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [6.42157, -2.61027, -3.35258], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [6.42157, -2.61027, -3.35258], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-0.98448, 19.93547, 12.43603], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [3.90399, -4.57228, 6.91381], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [2.35666, -4.84551, 12.14048], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightarm_blue2": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -10, -5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-14.97546, -16.76746, -3.45597], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 5, -5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightarm_blue3": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -35, -15], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [9.85108, -34.13603, -29.00194], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 5, -15], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 1.67, -15], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightarm_blue4": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -40, -5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-11.73, -54.25, 10.45], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 5, -5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 5, -5], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightarm_blue5": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-8.61775, -26.55444, 10.14371], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [1.47231, -31.54845, 9.98514], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 17.5, -5], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, -2.5, -5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, -2.5, -5], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightarm_blue6": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -30, -5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [4.56615, -54.80053, -11.76733], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 7.5, -5], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, -17.5, -5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, -22.5, -5], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightarm_blue7": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -45, -12.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -45, -12.5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 5, -12.5], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, -22.5, -12.5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, -22.5, -12.5], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftleg": { + "rotation": { + "0.0": { + "post": [-30.1601, -6.62852, 3.5837], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-40.48815, -20.06701, -0.14812], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-35.48815, -20.06701, -0.14812], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-10.07862, -10.99446, -11.1869], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-1.45105, -12.10142, -16.02976], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-8.95105, -12.10142, -16.02976], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [-30.1601, -6.62852, 3.5837], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-30.1601, -6.62852, 3.5837], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-1, -1, 1.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-1.75, 0, -0.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-1.75, -1, -1.17], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2, 2.5, -1.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-1.75, 4.5, -1.25], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-1.75, 3, -1.25], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-1.53, 2.99, -1.16], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-1.12, 1.09, -0.73], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [-0.75, -1, 1.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.75, -1, 1.5], + "lerp_mode": "catmullrom" + } + } + }, + "left_thigh": { + "rotation": { + "0.0": [0, 27.5, 0], + "0.75": [0, 27.5, 0], + "1.0417": [0, 27.5, 0], + "1.25": [0, 27.5, 0], + "1.5": [0, 27.5, 0] + }, + "position": { + "0.0": [1, 2, 0], + "0.75": [1, 2, 0], + "1.0417": [1, 2, 0], + "1.25": [1, 2, 0], + "1.5": [1, 2, 0] + } + }, + "left_calf": { + "rotation": { + "0.0": { + "post": [40.1677, -8.9347, 19.3846], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [67.6837, -29.70063, 34.24516], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [71.46571, -34.3064, 36.54131], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [21.00501, -4.80671, 12.99116], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [21.18274, -3.90684, 10.65194], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [21.00501, -4.80671, 12.99116], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [21.00501, -4.80671, 12.99116], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [40.1677, -8.9347, 19.3846], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [40.1677, -8.9347, 19.3846], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightleg": { + "rotation": { + "0.0": { + "post": [-15.7286, -21.23934, 12.3708], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-45.39364, -6.28573, 24.03269], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-39.89401, -9.83128, 20.47143], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-4.18212, -18.28847, 14.60848], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [4.94683, -17.55894, 17.11957], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-0.05317, -17.55894, 17.11957], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [-15.7286, -21.23934, 12.3708], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-15.7286, -21.23934, 12.3708], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.5, 1, 0.25], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-0.5, 2, -1.75], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0.17, 2.33, -3.08], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 6, -3.75], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-0.25, 8, -3.75], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-0.25, 6.5, -3.75], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-0.26, 6.34, -3.13], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-0.3, 4.07, -1.84], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [-0.5, 1, 0.25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.5, 1, 0.25], + "lerp_mode": "catmullrom" + } + } + }, + "right_calf": { + "rotation": { + "0.0": { + "post": [14.2372, -7.50914, -21.8527], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [49.42834, 15.98824, -57.27054], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [55.86771, 19.75714, -60.72364], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [9.51172, 2.94765, -14.02604], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [9.62971, 2.53192, -11.55802], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [9.37586, 3.35791, -16.49589], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [9.37586, 3.35791, -16.49589], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [14.2372, -7.50914, -21.8527], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [14.2372, -7.50914, -21.8527], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_humanarm": { + "scale": 0 + }, + "left_arm": { + "rotation": { + "0.0": { + "post": [1.75378, -9.84655, 27.3489], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1.72795, 0.14886, 27.6534], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [1.73, 0.15, 27.65], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [1.75378, -9.84655, 27.3489], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-0.47943, -27.48053, 37.62699], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [1.01, -15.72, 30.77], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [1.72795, 0.14886, 27.6534], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [1.73, 2.65, 27.73], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [1.75378, -9.84655, 27.3489], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1.75378, -9.84655, 27.3489], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.5, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-0.5, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-0.5, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-0.5, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-0.5, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-0.5, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [-0.5, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.5, -0.5, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, 0], + "0.1667": [1, 1, 1], + "2.0417": [1, 1, 1], + "2.125": [0.5, 0.5, 0.5], + "2.1667": [0, 0, 0] + } + }, + "rightarm_red1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightarm_blue1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_red3": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 35, 15], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 35, 15], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -5, 15], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, -1.67, 15], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_blue3": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 35, 15], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [9.85108, 34.13603, 29.00194], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -5, 15], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, -1.67, 15], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_red1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_red2": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 10, 5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 25, 5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, -5, 5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_red4": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 40, 5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-2.77225, 59.94038, 0.95783], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, -5, 5], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, -5, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_red5": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-0.16708, 55.85989, -9.83563], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-0.2, 63.36, -9.87], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, 10, 5], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 10, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_red6": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 30, 5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-12.45897, 23.35921, -13.54611], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [9.00717, 8.20481, 9.14867], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [9.00717, 8.20481, 9.14867], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, -17.5, 5], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, -7.5, 5], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 7.5, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_red7": { + "rotation": { + "0.0": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 17.5, -20], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 17.5, -20], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [6.42157, 2.61027, 3.35258], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [6.42157, 2.61027, 3.35258], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-0.98448, -19.93547, -12.43603], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [3.90399, 4.57228, -6.91381], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [2.35666, 4.84551, -12.14048], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_blue1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_blue2": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 10, 5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-14.97546, 16.76746, 3.45597], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_blue4": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 40, 5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-11.73, 54.25, -10.45], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, -5, 5], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, -5, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_blue5": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-8.61775, 26.55444, -10.14371], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [1.47231, 31.54845, -9.98514], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, -7.5, 5], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, 2.5, 5], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 2.5, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_blue6": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 30, 5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [4.56615, 54.80053, 11.76733], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, -7.5, 5], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, 17.5, 5], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 22.5, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_blue7": { + "rotation": { + "0.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 45, 12.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 45, 12.5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, -5, 12.5], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, 22.5, 12.5], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 22.5, 12.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.deoxys.specdraft": { + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": [37.46, 0, 0], + "0.75": [37.5, 0, 0], + "0.7917": [37.97, 0, 0], + "0.9167": { + "pre": [37.5, 0, 0], + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": [17.5, 0, 0], + "1.2917": [17.5, 0, 0], + "1.3333": [17.5, 0, 0], + "1.375": [17.5, 0, 0], + "1.4167": [17.5, 0, 0], + "1.4583": [17.5, 0, 0], + "1.5": [17.5, 0, 0], + "1.625": { + "pre": [17.5, 0, 0], + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [7.13, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 2, -1.9], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 2, 2.1], + "lerp_mode": "catmullrom" + }, + "0.7083": [0, 2.25, 3.91], + "0.75": [0, 2, 4.1], + "0.7917": [0, 2.23, 4.23], + "0.8333": [0, 1.93, 4.39], + "0.9167": { + "pre": [0, 2, 4.1], + "post": [0, 2, 4.1], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 2, -0.9], + "lerp_mode": "catmullrom" + }, + "1.25": [0, 2.25, -0.9], + "1.2917": [0, 2, -0.9], + "1.3333": [0, 2.25, -0.9], + "1.375": [0, 2, -0.9], + "1.4167": [0, 2.25, -0.9], + "1.4583": [0, 2, -0.9], + "1.5": [0, 2.25, -0.9], + "1.625": { + "pre": [0, 2, -0.9], + "post": [0, 2, -0.9], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 1.75, -0.4], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 2.73, 0.03], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 1.25, -0.4], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 1.75, -0.9], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 1.75, -0.9], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 2, -1.9], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 2, -1.9], + "lerp_mode": "catmullrom" + } + } + }, + "hips": { + "rotation": [-5, 0, 0] + }, + "left_humanarm": { + "rotation": { + "0.0": { + "post": [3.76613, 6.4905, 30.2136], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-2.50865, -4.47798, -4.00006], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-2.1083, -4.67951, -9.01201], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-2.31234, -24.66496, -8.21869], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-2.48229, -32.15842, -7.86227], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [1.09846, 10.47004, 8.22684], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-62.78303, 64.3749, -12.7398], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-62.78303, 64.3749, -12.7398], + "lerp_mode": "catmullrom" + }, + "1.2917": [-62.78303, 64.3749, -12.7398], + "1.3333": [-64.96771, 62.12983, -15.18571], + "1.375": [-62.78303, 64.3749, -12.7398], + "1.4167": [-64.96771, 62.12983, -15.18571], + "1.4583": [-62.78303, 64.3749, -12.7398], + "1.5": [-64.96771, 62.12983, -15.18571], + "1.5417": [-62.78303, 64.3749, -12.7398], + "1.625": [-62.78, 64.37, -12.74], + "1.7083": { + "pre": [-62.78, 64.37, -12.74], + "post": [-62.78, 64.37, -12.74], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-64.96, 62.12, -15.19], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [3.76613, 6.4905, 30.2136], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [3.76613, 6.4905, 30.2136], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.75, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-0.75, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-0.75, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0.25, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0.25, 0, 1.5], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [-0.75, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.75, 0.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_forearm": { + "rotation": { + "0.0": { + "post": [4.49232, 9.3062, 17.6659], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-30.77598, 4.65983, 55.17619], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-36.78812, 10.93506, 66.09386], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-8.50434, 42.17829, 77.69373], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-7.26543, 63.18632, 83.7679], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [7.32987, 18.5314, 17.71199], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [7.32987, 18.5314, 17.71199], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [8.15229, 18.1946, 20.32214], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [7.32987, 18.5314, 17.71199], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [8.15229, 18.1946, 20.32214], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [7.32987, 18.5314, 17.71199], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [8.15229, 18.1946, 20.32214], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [7.32987, 18.5314, 17.71199], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [7.33, 18.53, 17.71], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [3.89003, 19.51048, 7.18172], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [3.89, 19.51, 7.18], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [6.49, 18.83, 15.09], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [7.47934, 36.11452, 18.93729], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [4.49232, 9.3062, 17.6659], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [4.49232, 9.3062, 17.6659], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-0.5, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-0.5, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-0.5, -0.75, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_hand": { + "rotation": { + "0.0": { + "post": [0, 0, 18.0749], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-10.19, 0, 18.07], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-20.19, 0, 18.07], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-28.42402, -16.86945, -10.1285], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-32.59079, 2.69804, 22.28114], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [2.62905, 9.92757, -37.72442], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [2.59978, -5.057, -38.4073], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [2.6, -5.06, -38.41], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [3.51673, 1.87312, -52.78278], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [3.81322, -1.7205, -53.26913], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [5.06652, 23.04259, 11.51843], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, 18.0749], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 18.0749], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_index1": { + "rotation": { + "0.0": [0, 0, -40], + "1.0833": [0, 0, -40], + "1.125": [0, 20, -40], + "1.1667": [0, 25, -40], + "2.5833": [0, 25, -40], + "2.875": [0, 0, -40], + "3.0": [0, 0, -40] + } + }, + "left_index2": { + "rotation": { + "0.0": [0, 0, 45], + "0.5417": [0, 0, 37.5], + "2.5833": [0, 0, 37.5], + "2.875": [0, 0, 45], + "3.0": [0, 0, 45] + } + }, + "left_middle1": { + "rotation": { + "0.0": [0, 0, 7.5], + "1.0833": [0, 0, 7.5], + "1.125": [-0.87038, 4.92385, -11.28742], + "1.1667": [0, 10, -10], + "2.5833": [0, 10, -10], + "2.875": [0, 0, 7.5], + "3.0": [0, 0, 7.5] + } + }, + "left_middle2": { + "rotation": { + "0.0": [0, 0, 27.5], + "0.5417": [0, 0, 20], + "2.5833": [0, 0, 20], + "2.875": [0, 0, 27.5], + "3.0": [0, 0, 27.5] + } + }, + "left_ring1": { + "rotation": { + "0.0": [0, 0, 32.5], + "1.0833": [0, 0, 32.5], + "1.125": [10, -5, 6.25], + "1.1667": [0, 0, 0], + "2.5833": [0, 0, 0], + "2.875": [0, 0, 32.5], + "3.0": [0, 0, 32.5] + } + }, + "left_ring2": { + "rotation": { + "0.0": [0, 0, 25], + "0.5417": [0, 0, 10], + "1.1667": [0, 0, 32.5], + "2.5833": [0, 0, 32.5], + "2.875": [0, 0, 25], + "3.0": [0, 0, 25] + } + }, + "left_pinky1": { + "rotation": { + "0.0": [0, 0, 42.5], + "1.0833": [0, 0, 42.5], + "1.125": [4.25176, -17.58999, 21.32487], + "1.1667": [7.21335, -10.91504, 12.01627], + "2.5833": [7.21, -10.92, 12.02], + "2.875": [0, 0, 42.5], + "3.0": [0, 0, 42.5] + } + }, + "left_pinky2": { + "rotation": { + "0.0": [0, 0, 45], + "0.5417": [0, 0, 27.5], + "1.125": [0, 0, 36.33], + "1.1667": [0, 0, 45], + "2.5833": [0, 0, 45], + "2.875": [0, 0, 45], + "3.0": [0, 0, 45] + } + }, + "left_thumb": { + "rotation": { + "0.0": [27.5, -32.5, 0], + "1.0833": [27.5, -32.5, 0], + "1.1667": [12.6735, -5.76367, 6.89883], + "2.5833": [12.67, -5.76, 6.9], + "2.875": [27.5, -32.5, 0], + "3.0": [27.5, -32.5, 0] + }, + "position": { + "0.0": [0, 0, 0.25], + "2.875": [0, 0, 0.25], + "3.0": [0, 0, 0.25] + } + }, + "right_arm": { + "rotation": { + "0.0": [1.75378, 9.84655, -27.3489], + "2.2917": [3.86032, 9.23186, -14.68819], + "3.0": [1.75378, 9.84655, -27.3489] + }, + "position": [0.5, -0.5, 0], + "scale": { + "0.0": [1, 1, 1], + "0.3333": [1, 1, 1], + "0.4167": [0.5, 0.5, 0.5], + "0.5417": [0, 0, 0], + "2.2917": [0, 0, 0], + "2.375": [0.5, 0.5, 0.5], + "2.4583": [1, 1, 1] + } + }, + "rightarm_red2": { + "rotation": { + "0.0": [0, 0, -5], + "2.3333": { + "pre": [0, 0, -5], + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": [0, 0, -5] + } + }, + "rightarm_red3": { + "rotation": { + "0.0": [0, 0, -15], + "0.5": [0, 0, -30], + "2.3333": { + "pre": [0, 0, -15], + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "3.0": [0, 0, -15] + } + }, + "rightarm_red4": { + "rotation": { + "0.0": [0, 0, -5], + "0.5": [0, 0, -27.5], + "2.3333": { + "pre": [0, 0, -5], + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "3.0": [0, 0, -5] + } + }, + "rightarm_red5": { + "rotation": { + "0.0": [0, 0, -5], + "0.5": [0, 0, -25], + "2.3333": { + "pre": [0, 0, -5], + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "3.0": [0, 0, -5] + } + }, + "rightarm_red6": { + "rotation": { + "0.0": [0, 0, -5], + "2.3333": { + "pre": [0, 0, -5], + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "3.0": [0, 0, -5] + } + }, + "rightarm_red7": { + "rotation": { + "0.0": [0, 0, 20], + "0.5": [0, 0, -2.5], + "2.3333": { + "pre": [0, 0, 20], + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 35], + "lerp_mode": "catmullrom" + }, + "3.0": [0, 0, 20] + } + }, + "rightarm_blue2": { + "rotation": { + "0.0": [0, 0, -5], + "2.3333": { + "pre": [0, 0, -5], + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": [0, 0, -5] + } + }, + "rightarm_blue3": { + "rotation": { + "0.0": [0, 0, -15], + "0.5": [0, 0, -30], + "2.3333": { + "pre": [0, 0, -15], + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "3.0": [0, 0, -15] + } + }, + "rightarm_blue4": { + "rotation": { + "0.0": [0, 0, -5], + "0.5": [0, 0, -27.5], + "2.3333": { + "pre": [0, 0, -5], + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "3.0": [0, 0, -5] + } + }, + "rightarm_blue5": { + "rotation": { + "0.0": [0, 0, -5], + "0.5": [0, 0, -10], + "2.3333": { + "pre": [0, 0, -5], + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "3.0": [0, 0, -5] + } + }, + "rightarm_blue6": { + "rotation": { + "0.0": [0, 0, -5], + "0.5": [0, 0, -17.5], + "2.3333": { + "pre": [0, 0, -5], + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "3.0": [0, 0, -5] + } + }, + "rightarm_blue7": { + "rotation": { + "0.0": [0, 0, -12.5], + "0.5": [0, 0, -25], + "2.3333": { + "pre": [0, 0, -12.5], + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0.38768, -0.35267, 4.94415], + "lerp_mode": "catmullrom" + }, + "3.0": [0, 0, -12.5] + } + }, + "leftleg": { + "rotation": { + "0.0": { + "post": [-30.1601, -6.62852, 3.5837], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-57.6601, -6.62852, 3.5837], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-63.62603, -10.59125, 10.02537], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-63.62603, -10.59125, 10.02537], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-22.89663, 0.181, -12.19809], + "lerp_mode": "catmullrom" + }, + "1.25": [-22.9, 0.18, -12.2], + "1.2917": [-22.89663, 0.181, -12.19809], + "1.3333": [-22.9, 0.18, -12.2], + "1.375": [-22.89663, 0.181, -12.19809], + "1.4167": [-22.9, 0.18, -12.2], + "1.4583": [-22.89663, 0.181, -12.19809], + "1.5": [-22.9, 0.18, -12.2], + "1.625": { + "pre": [-22.89663, 0.181, -12.19809], + "post": [-22.89663, 0.181, -12.19809], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-22.9, 0.18, -12.2], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-22.88768, -0.79269, -14.50307], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-22.89663, 0.181, -12.19809], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-30.1601, -6.62852, 3.5837], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-30.1601, -6.62852, 3.5837], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-30.1601, -6.62852, 3.5837], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.75, -1, 1.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-0.75, -1, 6.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-1.75, -0.25, 8.5], + "lerp_mode": "catmullrom" + }, + "0.7083": [-1.87, 0.38, 8.98], + "0.75": [-1.88, -0.21, 8.34], + "0.7917": [-1.88, 0.06, 9.16], + "0.8333": { + "pre": [-1.75, -0.25, 8.5], + "post": [-1.75, -0.25, 8.5], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-1.24, -0.91, 7.58], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-0.75, -1.5, 2.75], + "lerp_mode": "catmullrom" + }, + "1.25": [-0.75, -1.25, 2.75], + "1.2917": [-0.75, -1.5, 2.75], + "1.3333": [-0.75, -1.25, 2.75], + "1.375": [-0.75, -1.5, 2.75], + "1.4167": [-0.75, -1.25, 2.75], + "1.4583": [-0.75, -1.5, 2.75], + "1.5": [-0.75, -1.25, 2.75], + "1.625": { + "pre": [-0.75, -1.5, 2.75], + "post": [-0.75, -1.5, 2.75], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-0.75, -1.5, 2.75], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-0.75, -1, 2.75], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-0.75, -1.5, 2.75], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-0.75, -1, 1.5], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-0.75, -1, 1.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.75, -1, 1.5], + "lerp_mode": "catmullrom" + } + } + }, + "left_thigh": { + "rotation": [0, 27.5, 0], + "position": [1, 2, 0] + }, + "left_calf": { + "rotation": { + "0.0": { + "post": [40.1677, -8.9347, 19.3846], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [54.89946, -18.6789, 31.10269], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [61.97983, -20.89023, 32.34215], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [61.97983, -20.89023, 32.34215], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [25.94941, -5.12445, 12.89106], + "lerp_mode": "catmullrom" + }, + "1.3333": [25.94941, -5.12445, 12.89106], + "1.5": { + "pre": [25.94941, -5.12445, 12.89106], + "post": [25.94941, -5.12445, 12.89106], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [25.94941, -5.12445, 12.89106], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [4.6312, -1.76578, 2.38384], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [25.94941, -5.12445, 12.89106], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [40.1677, -8.9347, 19.3846], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [40.1677, -8.9347, 19.3846], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": [0, 0.5, 0], + "1.5": { + "pre": [0, 0.5, 0], + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightleg": { + "rotation": { + "0.0": { + "post": [-15.7286, -21.23934, 12.3708], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-43.90558, -12.44617, 30.96821], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-54.29826, -3.06263, 30.51856], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-54.29826, -3.06263, 30.51856], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-17.92606, -27.7839, 25.73249], + "lerp_mode": "catmullrom" + }, + "1.25": [-17.93, -27.78, 25.73], + "1.2917": [-17.92606, -27.7839, 25.73249], + "1.3333": [-17.93, -27.78, 25.73], + "1.375": [-17.92606, -27.7839, 25.73249], + "1.4167": [-17.93, -27.78, 25.73], + "1.4583": [-17.92606, -27.7839, 25.73249], + "1.5": [-17.93, -27.78, 25.73], + "1.625": { + "pre": [-17.92606, -27.7839, 25.73249], + "post": [-17.92606, -27.7839, 25.73249], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-17.93, -27.78, 25.73], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-19.15789, -26.98476, 28.3993], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-17.92606, -27.7839, 25.73249], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-15.7286, -21.23934, 12.3708], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-15.7286, -21.23934, 12.3708], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-15.7286, -21.23934, 12.3708], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.5, 1, 0.25], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-0.5, 1, 5.25], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-0.5, 1, 7.25], + "lerp_mode": "catmullrom" + }, + "0.7083": [-0.5, 1.42, 7.81], + "0.75": [-0.5, 0.78, 7.91], + "0.7917": [-0.5, 1.27, 7.96], + "0.8333": { + "pre": [-0.5, 1, 7.25], + "post": [-0.5, 1, 7.25], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-0.5, 1.58, 6.21], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-0.5, 2.25, 1.25], + "lerp_mode": "catmullrom" + }, + "1.25": [-0.5, 2.75, 1.25], + "1.2917": [-0.5, 2.5, 1.25], + "1.3333": [-0.5, 2.75, 1.25], + "1.375": [-0.5, 2.5, 1.25], + "1.4167": [-0.5, 2.75, 1.25], + "1.4583": [-0.5, 2.5, 1.25], + "1.5": [-0.5, 2.75, 1.25], + "1.625": { + "pre": [-0.5, 2.5, 1.25], + "post": [-0.5, 2.5, 1.25], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-0.5, 2.5, 1.25], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-0.5, 3, 1.25], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-0.5, 2.5, 1.25], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-0.5, 1, 0.25], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-0.5, 1, 0.25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.5, 1, 0.25], + "lerp_mode": "catmullrom" + } + } + }, + "right_calf": { + "rotation": { + "0.0": { + "post": [14.2372, -7.50914, -21.8527], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [33.53534, 0.91821, -53.2169], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [42.12183, 11.14494, -67.44895], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [42.12183, 11.14494, -67.44895], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [14.2372, -7.50914, -21.8527], + "lerp_mode": "catmullrom" + }, + "1.3333": [14.2372, -7.50914, -21.8527], + "1.5": { + "pre": [14.2372, -7.50914, -21.8527], + "post": [14.2372, -7.50914, -21.8527], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [14.2372, -7.50914, -21.8527], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [1.38783, -0.1198, -4.21914], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [14.2372, -7.50914, -21.8527], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [14.2372, -7.50914, -21.8527], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [14.2372, -7.50914, -21.8527], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": [0, 0, 0], + "1.5": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_humanarm": { + "rotation": { + "0.0": { + "post": [3.76613, -6.4905, -30.2136], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-2.50865, 4.47798, 4.00006], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-2.1083, 4.67951, 9.01201], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-2.31234, 24.66496, 8.21869], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-2.48229, 32.15842, 7.86227], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [1.09846, -10.47004, -8.22684], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-62.78303, -64.3749, 12.7398], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-62.78303, -64.3749, 12.7398], + "lerp_mode": "catmullrom" + }, + "1.2917": [-62.78303, -64.3749, 12.7398], + "1.3333": [-64.96771, -62.12983, 15.18571], + "1.375": [-62.78303, -64.3749, 12.7398], + "1.4167": [-64.96771, -62.12983, 15.18571], + "1.4583": [-62.78303, -64.3749, 12.7398], + "1.5": [-64.96771, -62.12983, 15.18571], + "1.5417": [-62.78303, -64.3749, 12.7398], + "1.625": [-62.78, -64.37, 12.74], + "1.7083": { + "pre": [-62.78, -64.37, 12.74], + "post": [-62.78, -64.37, 12.74], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-64.96, -62.12, 15.19], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [3.76613, -6.4905, -30.2136], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [3.76613, -6.4905, -30.2136], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.75, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0.75, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": [0, 0, 0], + "0.6667": { + "pre": [0.75, 0.5, 0], + "post": [0.75, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-0.25, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-0.25, 0, 1.5], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0.75, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.75, 0.5, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": [0, 0, 0], + "0.4167": [0, 0, 0], + "0.5417": [1, 1, 1], + "2.2917": [1, 1, 1], + "2.375": [0.5, 0.5, 0.5], + "2.4583": [0, 0, 0] + } + }, + "left_arm": { + "rotation": [0, 0, 27.5], + "scale": 0 + }, + "rightarm_red1": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 30], + "2.3333": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": [0, 0, 0] + } + }, + "rightarm_blue1": { + "rotation": { + "0.0": [0, 0, "0-"], + "0.5": [0, 0, 30], + "2.3333": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-8.81, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [12.27, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_red3": { + "rotation": [0, 0, "27.5+math.sin((query.anim_time-0.3)*144)*8"] + }, + "leftarm_blue3": { + "rotation": [0, 0, "27.5+math.sin((query.anim_time-0.3)*144)*8"] + }, + "right_forearm": { + "rotation": { + "0.0": { + "post": [4.49232, -9.3062, -17.6659], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-30.77598, -4.65983, -55.17619], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-36.78812, -10.93506, -66.09386], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-8.50434, -42.17829, -77.69373], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-7.26543, -63.18632, -83.7679], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [7.32987, -18.5314, -17.71199], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [7.32987, -18.5314, -17.71199], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [8.15229, -18.1946, -20.32214], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [7.32987, -18.5314, -17.71199], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [8.15229, -18.1946, -20.32214], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [7.32987, -18.5314, -17.71199], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [8.15229, -18.1946, -20.32214], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [7.32987, -18.5314, -17.71199], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [7.33, -18.53, -17.71], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [3.89003, -19.51048, -7.18172], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [3.89, -19.51, -7.18], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [6.49, -18.83, -15.09], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [6.25466, -24.89968, -17.80521], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [4.49232, -9.3062, -17.6659], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [4.49232, -9.3062, -17.6659], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0.5, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0.5, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0.5, -0.75, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_hand": { + "rotation": { + "0.0": { + "post": [0, 0, -18.0749], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-10.19, 0, -18.07], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-20.19, 0, -18.07], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-28.42402, 16.86945, 10.1285], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-32.59079, -2.69804, -22.28114], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [2.62905, -9.92757, 37.72442], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [2.59978, 5.057, 38.4073], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [2.6, 5.06, 38.41], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [3.51673, -1.87312, 52.78278], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [3.81322, 1.7205, 53.26913], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [5.06652, -23.04259, -11.51843], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, -18.0749], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -18.0749], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_index1": { + "rotation": { + "0.0": [0, 0, 40], + "0.5417": [0, 0, 37.5], + "1.0833": [0, 0, 40], + "1.125": [0, -20, 40], + "1.1667": [0, -25, 40] + } + }, + "right_index2": { + "rotation": { + "0.0": [0, 0, -45], + "0.5417": [0, 0, -37.5] + } + }, + "right_middle1": { + "rotation": { + "0.0": [0, 0, -7.5], + "1.0833": [0, 0, -7.5], + "1.125": [-0.87038, -4.92385, 11.28742], + "1.1667": [0, -10, 10] + } + }, + "right_middle2": { + "rotation": { + "0.0": [0, 0, -27.5], + "0.5417": [0, 0, -20] + } + }, + "right_ring1": { + "rotation": { + "0.0": [0, 0, -32.5], + "0.5417": [0, 0, -25], + "1.0833": [0, 0, -32.5], + "1.125": [10, 5, -6.25], + "1.1667": [0, 0, 0] + } + }, + "right_ring2": { + "rotation": { + "0.0": [0, 0, -25], + "0.5417": [0, 0, -10], + "1.1667": [0, 0, -32.5] + } + }, + "right_pinky1": { + "rotation": { + "0.0": [0, 0, -42.5], + "0.5417": [0, 0, -40], + "1.0833": [0, 0, -42.5], + "1.125": [4.25176, 17.58999, -21.32487], + "1.1667": [7.21335, 10.91504, -12.01627] + } + }, + "right_pinky2": { + "rotation": { + "0.0": [0, 0, -45], + "0.5417": [0, 0, -27.5], + "1.125": [0, 0, -36.33], + "1.1667": [0, 0, -45] + } + }, + "right_thumb": { + "rotation": { + "0.0": [27.5, 32.5, 0], + "0.5417": [27.5, 50, 0], + "1.0833": [27.5, 32.5, 0], + "1.1667": [12.6735, 5.76367, -6.89883] + }, + "position": [0, 0, 0.25] + } + } + }, + "animation.deoxys.battle_base": { + "loop": true, + "animation_length": 3, + "bones": { + "body": { + "rotation": [12.5, 0, 0], + "position": [0, 2, -1.9] + }, + "hips": { + "rotation": [-5, 0, 0] + }, + "left_humanarm": { + "rotation": [3.76613, 6.4905, 30.2136], + "position": [-0.75, 0.5, 0] + }, + "left_forearm": { + "rotation": [4.49232, 9.3062, 17.6659] + }, + "left_hand": { + "rotation": [0, 0, 18.0749], + "position": [0, 0.25, 0] + }, + "left_index1": { + "rotation": [0, 0, -40] + }, + "left_index2": { + "rotation": [0, 0, 45] + }, + "left_middle1": { + "rotation": [0, 0, 7.5] + }, + "left_middle2": { + "rotation": [0, 0, 27.5] + }, + "left_ring1": { + "rotation": [0, 0, 32.5] + }, + "left_ring2": { + "rotation": [0, 0, 25] + }, + "left_pinky1": { + "rotation": [0, 0, 42.5] + }, + "left_pinky2": { + "rotation": [0, 0, 45] + }, + "left_thumb": { + "rotation": [27.5, -32.5, 0], + "position": [0, 0, 0.25] + }, + "right_arm": { + "rotation": [1.75378, 9.84655, -27.3489], + "position": [0.5, -0.5, 0] + }, + "rightarm_red2": { + "rotation": [0, 0, -5] + }, + "rightarm_red3": { + "rotation": [0, 0, -15] + }, + "rightarm_red4": { + "rotation": [0, 0, -5] + }, + "rightarm_red5": { + "rotation": [0, 0, -5] + }, + "rightarm_red6": { + "rotation": [0, 0, -5] + }, + "rightarm_red7": { + "rotation": [0, 0, 20] + }, + "rightarm_blue2": { + "rotation": [0, 0, -5] + }, + "rightarm_blue3": { + "rotation": [0, 0, -15] + }, + "rightarm_blue4": { + "rotation": [0, 0, -5] + }, + "rightarm_blue5": { + "rotation": [0, 0, -5] + }, + "rightarm_blue6": { + "rotation": [0, 0, -5] + }, + "rightarm_blue7": { + "rotation": [0, 0, -12.5] + }, + "leftleg": { + "rotation": [-30.1601, -6.62852, 3.5837], + "position": [0, 0, 2.5] + }, + "left_thigh": { + "rotation": [0, 27.5, 0] + }, + "left_calf": { + "rotation": [40.1677, -8.9347, 19.3846], + "position": [0, 0.5, 0] + }, + "rightleg": { + "rotation": [-15.7286, -21.23934, 12.3708], + "position": [-0.5, 1, 0.25] + }, + "right_calf": { + "rotation": [14.2372, -7.50914, -21.8527] + }, + "right_humanarm": { + "scale": 0 + }, + "left_arm": { + "rotation": [0, 0, 27.5], + "scale": 0 + }, + "rightarm_red1": { + "rotation": [0, 0, 0] + }, + "rightarm_blue1": { + "rotation": [0, 0, "0-"] + }, + "head": { + "rotation": [0, 0, 0] + }, + "leftarm_red3": { + "rotation": [0, 0, "27.5+math.sin((query.anim_time-0.3)*144)*8"] + }, + "leftarm_blue3": { + "rotation": [0, 0, "27.5+math.sin((query.anim_time-0.3)*144)*8"] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/deoxysattack/deoxysattack.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/deoxysattack/deoxysattack.animation.json new file mode 100644 index 0000000..fef3dc4 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/deoxysattack/deoxysattack.animation.json @@ -0,0 +1,7479 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.deoxysattack.pose": { + "animation_length": 2.5, + "bones": { + "body": { + "rotation": [15, 0, 0], + "position": [0, 2, 0] + }, + "hips": { + "rotation": [-5, 0, 0] + }, + "right_arm": { + "rotation": [5.4171, 5.69813, -2.34598] + }, + "leftleg": { + "rotation": [-35.16007, -6.62852, 3.58367], + "position": [-1.75, -2, 3.5] + }, + "left_thigh": { + "rotation": [0, 27.5, 0], + "position": [1, 2, 0] + }, + "left_calf": { + "rotation": [32.44174, -11.92883, 17.63951] + }, + "rightleg": { + "rotation": [-49.19213, -18.49544, 22.72087], + "position": [-0.25, 1.75, 1.25] + }, + "right_calf": { + "rotation": [29.83788, 1.90434, -36.80765] + }, + "left_blue": { + "rotation": [-58.46495, -18.59872, 8.58288] + }, + "right_red": { + "rotation": [-67.84796, -0.22702, 0.97891] + }, + "right_blue": { + "rotation": [-88.07162, 2.67832, -17.10313] + }, + "head": { + "rotation": [20.42065, -2.86091, 3.42886] + }, + "Lblue2": { + "rotation": [0, -5, 25] + }, + "Lblue3": { + "rotation": [-7.56397, -7.43547, 33.48448] + }, + "Lblue4": { + "rotation": [-10.00294, -2.24422, 30.42462] + }, + "Lblue5": { + "rotation": [-5.019, 4.98093, 29.56312] + }, + "Lblue6": { + "rotation": [-7.49631, -2.26084, 27.82132] + }, + "Lblue7": { + "rotation": [0, -5, -7.5] + }, + "Lblue8": { + "rotation": [0.66963, -14.98539, -22.58807] + }, + "Lred8": { + "rotation": [0, 0, -20] + }, + "Lred7": { + "rotation": [0, 0, -22.5] + }, + "Lred6": { + "rotation": [0, 0, 25] + }, + "Lred5": { + "rotation": [0, 0, 30] + }, + "Lred4": { + "rotation": [0, 0, 37.5] + }, + "Lred3": { + "rotation": [-7.5, 0, 30] + }, + "Lred2": { + "rotation": [-5, 0, 15] + }, + "left_red": { + "rotation": [-55, 5, -10] + }, + "Rblue8": { + "rotation": [0, 0, 10] + }, + "Rblue7": { + "rotation": [0, 0, 15] + }, + "Rblue6": { + "rotation": [0, 0, -12.5] + }, + "Rblue5": { + "rotation": [0, 0, -27.5] + }, + "Rblue4": { + "rotation": [0, 0, -32.5] + }, + "Rblue3": { + "rotation": [0, 0, -32.5] + }, + "Rblue2": { + "rotation": [0, 0, -30] + }, + "Rred2": { + "rotation": [0, -5, -15] + }, + "Rred3": { + "rotation": [0, 0, -20] + }, + "Rred4": { + "rotation": [0, 0, -32.5] + }, + "Rred5": { + "rotation": [0, 0, -40] + }, + "Rred6": { + "rotation": [0, 0, -25] + }, + "Rred7": { + "rotation": [0, 0, 10] + }, + "Rred8": { + "rotation": [0, 0, 15] + }, + "Rred1": { + "rotation": [0, -15, -7.5] + }, + "Rblue1": { + "rotation": [14.78217, -2.57594, 9.6658] + } + } + }, + "animation.deoxysattack.ground_idle": { + "loop": true, + "animation_length": 2.5, + "bones": { + "body": { + "rotation": ["5-math.sin((query.anim_time)*144)*2", 0, 0], + "position": [0, "-3-math.sin((query.anim_time)*144)*0.3", 0] + }, + "hips": { + "rotation": [-5, 0, 0] + }, + "left_red": { + "rotation": [0, 10, 0] + }, + "Lred1": { + "rotation": [0, 0, 5], + "position": [0, 0, 0] + }, + "Lred2": { + "rotation": ["0-math.sin((query.anim_time)*144)*2", 0, "22.5-math.sin((query.anim_time-0.1)*144)*2"] + }, + "Lred3": { + "rotation": ["0-math.sin((query.anim_time-0.1)*144)*2", 0, "27.5-math.sin((query.anim_time-0.2)*144)*1"] + }, + "Lred4": { + "rotation": ["0-math.sin((query.anim_time-0.2)*144)*2", "0+math.sin((query.anim_time-0.6)*144)*3", "27.5-math.sin((query.anim_time-0.3)*144)*2"] + }, + "Lred5": { + "rotation": ["5-math.sin((query.anim_time-0.3)*144)*2", "0+math.sin((query.anim_time-0.6)*144)*4", "15-math.sin((query.anim_time-0.4)*144)*4"] + }, + "Lred6": { + "rotation": [ + "7.4914-math.sin((query.anim_time-0.4)*144)*2", + "0.3991+math.sin((query.anim_time-0.6)*144)*5", + "-19.968-math.sin((query.anim_time-0.5)*144)*2" + ] + }, + "Lred7": { + "rotation": [ + "-0.2204-math.sin((query.anim_time-0.5)*144)*2", + "5.0782+math.sin((query.anim_time-0.6)*144)*5", + "-40.0085-math.sin((query.anim_time-0.6)*144)*2" + ] + }, + "Lred8": { + "rotation": [ + "-0.2204-math.sin((query.anim_time-0.6)*144)*2", + "5.0823+math.sin((query.anim_time-0.6)*144)*5", + "-32.5083-math.sin((query.anim_time-0.7)*144)*2" + ] + }, + "left_blue": { + "rotation": [0.88963, -17.44726, 2.43535], + "position": [0, 0.5, -1] + }, + "Lblue2": { + "rotation": ["0-math.sin((query.anim_time)*144)*2", 0, "25-math.sin((query.anim_time-0.1)*144)*2"] + }, + "Lblue3": { + "rotation": ["0-math.sin((query.anim_time-0.1)*144)*2", 0, "35-math.sin((query.anim_time-0.2)*144)*1"] + }, + "Lblue4": { + "rotation": ["-12.5-math.sin((query.anim_time-0.2)*144)*2", "0+math.sin((query.anim_time-0.6)*144)*3", "22.5-math.sin((query.anim_time-0.3)*144)*2"] + }, + "Lblue5": { + "rotation": ["-12.5-math.sin((query.anim_time-0.3)*144)*8", "0+math.sin((query.anim_time-0.6)*144)*3", "5-math.sin((query.anim_time-0.4)*144)*4"] + }, + "Lblue6": { + "rotation": [ + "-7.4366-math.sin((query.anim_time-0.4)*144)*2", + "-0.9762+math.sin((query.anim_time-0.7)*144)*3", + "-22.4366-math.sin((query.anim_time-0.5)*144)*2" + ] + }, + "Lblue7": { + "rotation": [ + "1.6322-math.sin((query.anim_time-0.5)*144)*2", + "-7.3212+math.sin((query.anim_time-0.8)*144)*3", + "-40.1044-math.sin((query.anim_time-0.6)*144)*2" + ] + }, + "Lblue8": { + "rotation": ["0-math.sin((query.anim_time-0.6)*144)*2", "0+math.sin((query.anim_time-1)*144)*8", "-30-math.sin((query.anim_time-0.7)*144)*2"] + }, + "right_red": { + "rotation": [0, -10, 0] + }, + "Rred1": { + "rotation": [0, 0, -5] + }, + "Rred2": { + "rotation": ["0+math.sin((query.anim_time)*144)*2", 0, "-22.5+math.sin((query.anim_time-0.2)*144)*3"] + }, + "Rred3": { + "rotation": ["0+math.sin((query.anim_time-0.1)*144)*2", 0, "-27.5+math.sin((query.anim_time-0.2)*144)*1"] + }, + "Rred4": { + "rotation": ["0+math.sin((query.anim_time-0.2)*144)*2", "0-math.sin((query.anim_time-0.6)*144)*3", "-27.5+math.sin((query.anim_time-0.3)*144)*2"] + }, + "Rred5": { + "rotation": ["5+math.sin((query.anim_time-0.3)*144)*2", "0-math.sin((query.anim_time-0.6)*144)*4", "-15+math.sin((query.anim_time-0.4)*144)*4"] + }, + "Rred6": { + "rotation": ["7.5+math.sin((query.anim_time-0.4)*144)*2", "0-math.sin((query.anim_time-0.6)*144)*5", "17.5+math.sin((query.anim_time-0.5)*144)*2"] + }, + "Rred7": { + "rotation": ["0+math.sin((query.anim_time-0.5)*144)*2", "5.0782-math.sin((query.anim_time-0.6)*144)*5", "37.5+math.sin((query.anim_time-0.6)*144)*2"] + }, + "Rred8": { + "rotation": ["0+math.sin((query.anim_time-0.6)*144)*2", "-5-math.sin((query.anim_time-0.6)*144)*5", "30+math.sin((query.anim_time-0.7)*144)*2"] + }, + "right_blue": { + "rotation": [2.25001, 17.32824, 8.04401], + "position": [0, 0.5, -1] + }, + "Rblue1": { + "rotation": [0, 0, -10] + }, + "Rblue2": { + "rotation": ["0+math.sin((query.anim_time)*144)*2", 0, "-25+math.sin((query.anim_time-0.7)*144)*3"] + }, + "Rblue3": { + "rotation": ["0+math.sin((query.anim_time-0.1)*144)*2", 0, "-35+math.sin((query.anim_time-0.2)*144)*1"] + }, + "Rblue4": { + "rotation": ["-12.5+math.sin((query.anim_time-0.2)*144)*2", "0-math.sin((query.anim_time-0.6)*144)*3", "-22.5+math.sin((query.anim_time-0.3)*144)*2"] + }, + "Rblue5": { + "rotation": ["-12.5+math.sin((query.anim_time-0.3)*144)*8", "0-math.sin((query.anim_time-0.6)*144)*3", "-5+math.sin((query.anim_time-0.4)*144)*4"] + }, + "Rblue6": { + "rotation": [ + "-7.4366+math.sin((query.anim_time-0.4)*144)*2", + "0.9762-math.sin((query.anim_time-0.7)*144)*3", + "22.4366+math.sin((query.anim_time-0.5)*144)*2" + ] + }, + "Rblue7": { + "rotation": [ + "1.6322+math.sin((query.anim_time-0.5)*144)*2", + "7.3212-math.sin((query.anim_time-0.8)*144)*3", + "40.1044+math.sin((query.anim_time-0.6)*144)*2" + ] + }, + "Rblue8": { + "rotation": ["0+math.sin((query.anim_time-0.6)*144)*2", "0-math.sin((query.anim_time-1)*144)*8", "30+math.sin((query.anim_time-0.7)*144)*2"] + }, + "head": { + "rotation": ["7.5+math.sin((query.anim_time-0.2)*144)*2.5", 0, 0] + }, + "leftleg": { + "rotation": ["-17.1005-math.sin((query.anim_time)*144)*2", 20.67214, "-17.7329-math.sin((query.anim_time)*144)*2"], + "position": [0, "-2.5-math.sin((query.anim_time)*144)*0.3", 0.5] + }, + "left_calf": { + "rotation": ["12.4539+math.sin((query.anim_time)*144)*3", 1.08089, "12.6179+math.sin((query.anim_time)*144)*3.5"] + }, + "rightleg": { + "rotation": ["1.435-math.sin((query.anim_time)*144)*2", -9.53609, "17.7443+math.sin((query.anim_time)*144)*2"], + "position": [1.25, "-2.5-math.sin((query.anim_time)*144)*0.3", -1.25] + }, + "right_calf": { + "rotation": ["7.2333+math.sin((query.anim_time)*144)*2", 7.75745, "-16.5167-math.sin((query.anim_time)*144)*3"] + }, + "left_arm": { + "position": [0, "0.5-math.sin((query.anim_time)*144)*0.3", 0] + }, + "right_arm": { + "position": [0, "0.5-math.sin((query.anim_time-0.1)*144)*0.3", 0] + } + } + }, + "animation.deoxysattack.battle_stance": { + "loop": true, + "animation_length": 2.5, + "bones": { + "body": { + "rotation": ["10-math.sin((query.anim_time)*144)*2", 0, 0], + "position": [0, "-3.75-math.sin((query.anim_time)*144)*0.3", -2] + }, + "hips": { + "rotation": ["-10+math.sin((query.anim_time-0.3)*144)*2", 0, 0] + }, + "left_red": { + "rotation": [-10, 10, 0] + }, + "Lred1": { + "rotation": [0, 0, 2.5], + "position": [0, -0.25, 0] + }, + "Lred2": { + "rotation": ["0-math.sin((query.anim_time)*144)*2", 0, "22.5-math.sin((query.anim_time)*144)*3"] + }, + "Lred3": { + "rotation": ["0-math.sin((query.anim_time-0.1)*144)*2", 0, "27.5-math.sin((query.anim_time-0.2)*144)*1"] + }, + "Lred4": { + "rotation": ["0-math.sin((query.anim_time-0.2)*144)*2", "0+math.sin((query.anim_time-0.6)*144)*3", "27.5-math.sin((query.anim_time-0.3)*144)*2"] + }, + "Lred5": { + "rotation": ["5-math.sin((query.anim_time-0.3)*144)*2", "0+math.sin((query.anim_time-0.6)*144)*4", "15-math.sin((query.anim_time-0.4)*144)*4"] + }, + "Lred6": { + "rotation": [ + "7.4914-math.sin((query.anim_time-0.4)*144)*2", + "0.3991+math.sin((query.anim_time-0.6)*144)*5", + "-19.968-math.sin((query.anim_time-0.5)*144)*2" + ] + }, + "Lred7": { + "rotation": [ + "-0.2204-math.sin((query.anim_time-0.5)*144)*2", + "5.0782+math.sin((query.anim_time-0.6)*144)*5", + "-40.0085-math.sin((query.anim_time-0.6)*144)*2" + ] + }, + "Lred8": { + "rotation": [ + "-0.2204-math.sin((query.anim_time-0.6)*144)*2", + "5.0823+math.sin((query.anim_time-0.6)*144)*5", + "-32.5083-math.sin((query.anim_time-0.7)*144)*2" + ] + }, + "left_blue": { + "rotation": [10.88963, -17.44726, 2.43535], + "position": [0, 0.5, -1] + }, + "Lblue2": { + "rotation": ["0-math.sin((query.anim_time)*144)*2", 0, "25+math.sin((query.anim_time)*144)*3"] + }, + "Lblue3": { + "rotation": ["0-math.sin((query.anim_time-0.1)*144)*2", 0, "35-math.sin((query.anim_time-0.2)*144)*1"] + }, + "Lblue4": { + "rotation": ["-12.5-math.sin((query.anim_time-0.2)*144)*2", "0+math.sin((query.anim_time-0.6)*144)*3", "22.5-math.sin((query.anim_time-0.3)*144)*2"] + }, + "Lblue5": { + "rotation": ["-12.5-math.sin((query.anim_time-0.3)*144)*8", "0+math.sin((query.anim_time-0.6)*144)*3", "5-math.sin((query.anim_time-0.4)*144)*4"] + }, + "Lblue6": { + "rotation": [ + "-7.4366-math.sin((query.anim_time-0.4)*144)*2", + "-0.9762+math.sin((query.anim_time-0.7)*144)*3", + "-22.4366-math.sin((query.anim_time-0.5)*144)*2" + ] + }, + "Lblue7": { + "rotation": [ + "1.6322-math.sin((query.anim_time-0.5)*144)*2", + "-7.3212+math.sin((query.anim_time-0.8)*144)*3", + "-40.1044-math.sin((query.anim_time-0.6)*144)*2" + ] + }, + "Lblue8": { + "rotation": ["0-math.sin((query.anim_time-0.6)*144)*2", "0+math.sin((query.anim_time-1)*144)*8", "-30-math.sin((query.anim_time-0.7)*144)*2"] + }, + "right_red": { + "rotation": [-12.91802, -9.44991, 2.4743] + }, + "Rred1": { + "rotation": [0, 0, -5], + "position": [0, -0.25, 0], + "scale": 1 + }, + "Rred2": { + "rotation": ["0+math.sin((query.anim_time)*144)*2", 0, "-22.5+math.sin((query.anim_time-0.2)*144)*3"] + }, + "Rred3": { + "rotation": ["0+math.sin((query.anim_time-0.1)*144)*2", 0, "-27.5+math.sin((query.anim_time-0.2)*144)*1"] + }, + "Rred4": { + "rotation": ["0+math.sin((query.anim_time-0.2)*144)*2", "0-math.sin((query.anim_time-0.6)*144)*3", "-27.5+math.sin((query.anim_time-0.3)*144)*2"] + }, + "Rred5": { + "rotation": ["5+math.sin((query.anim_time-0.3)*144)*2", "0-math.sin((query.anim_time-0.6)*144)*4", "-15+math.sin((query.anim_time-0.4)*144)*4"] + }, + "Rred6": { + "rotation": ["7.5+math.sin((query.anim_time-0.4)*144)*2", "0-math.sin((query.anim_time-0.6)*144)*5", "17.5+math.sin((query.anim_time-0.5)*144)*2"] + }, + "Rred7": { + "rotation": ["0+math.sin((query.anim_time-0.5)*144)*2", "5.0782-math.sin((query.anim_time-0.6)*144)*5", "37.5+math.sin((query.anim_time-0.6)*144)*2"] + }, + "Rred8": { + "rotation": ["0+math.sin((query.anim_time-0.6)*144)*2", "-5-math.sin((query.anim_time-0.6)*144)*5", "30+math.sin((query.anim_time-0.7)*144)*2"] + }, + "right_blue": { + "rotation": [11.90211, 13.16168, 7.28397], + "position": [0, 0, -1] + }, + "Rblue1": { + "rotation": [0, 0, -10] + }, + "Rblue2": { + "rotation": ["0+math.sin((query.anim_time)*144)*2", 0, "-25+math.sin((query.anim_time-0.7)*144)*3"] + }, + "Rblue3": { + "rotation": ["0+math.sin((query.anim_time-0.1)*144)*2", 0, "-35+math.sin((query.anim_time-0.2)*144)*1"] + }, + "Rblue4": { + "rotation": ["-12.5+math.sin((query.anim_time-0.2)*144)*2", "0-math.sin((query.anim_time-0.6)*144)*3", "-22.5+math.sin((query.anim_time-0.3)*144)*2"] + }, + "Rblue5": { + "rotation": ["-12.5+math.sin((query.anim_time-0.3)*144)*8", "0-math.sin((query.anim_time-0.6)*144)*3", "-5+math.sin((query.anim_time-0.4)*144)*4"] + }, + "Rblue6": { + "rotation": [ + "-7.4366+math.sin((query.anim_time-0.4)*144)*2", + "0.9762-math.sin((query.anim_time-0.7)*144)*3", + "22.4366+math.sin((query.anim_time-0.5)*144)*2" + ] + }, + "Rblue7": { + "rotation": [ + "1.6322+math.sin((query.anim_time-0.5)*144)*2", + "7.3212-math.sin((query.anim_time-0.8)*144)*3", + "40.1044+math.sin((query.anim_time-0.6)*144)*2" + ] + }, + "Rblue8": { + "rotation": ["0+math.sin((query.anim_time-0.6)*144)*2", "0-math.sin((query.anim_time-1)*144)*8", "30+math.sin((query.anim_time-0.7)*144)*2"] + }, + "head": { + "rotation": ["-2.5+math.sin((query.anim_time-0.2)*144)*2.5", 0, 0] + }, + "leftleg": { + "rotation": ["-33.0481-math.sin((query.anim_time)*144)*2", 8.79957, "-28.3725-math.sin((query.anim_time)*144)*2"], + "position": [-0.25, "-5.5-math.sin((query.anim_time)*144)*0.3", -1] + }, + "left_calf": { + "rotation": ["29.3481+math.sin((query.anim_time)*144)", -6.3721, "25.6585+math.sin((query.anim_time)*144)*3.6"] + }, + "rightleg": { + "rotation": ["7.908-math.sin((query.anim_time)*144)*2", -17.0721, "24.3063+math.sin((query.anim_time)*144)*2"], + "position": [1.5, "-4.25-math.sin((query.anim_time)*144)*0.3", -1.25] + }, + "right_calf": { + "rotation": ["6.159+math.sin((query.anim_time)*144)*2", 8.63326, "-24.0425-math.sin((query.anim_time)*144)*3"] + }, + "left_arm": { + "position": [0, "0.5-math.sin((query.anim_time)*144)*0.3", 0] + }, + "right_arm": { + "position": [0, "0.5-math.sin((query.anim_time-0.1)*144)*0.3", 0] + }, + "Lblue1": { + "rotation": [0, 0, 0] + } + } + }, + "animation.deoxysattack.ground_walk": { + "loop": true, + "animation_length": 2.5, + "bones": { + "body": { + "rotation": ["20-math.sin((query.anim_time)*144)*2", 0, 0], + "position": [0, "-2+math.sin((query.anim_time)*144)*1.5", -5] + }, + "hips": { + "rotation": [5, 0, 0] + }, + "left_red": { + "rotation": [0, 10, 0] + }, + "Lred1": { + "rotation": [0, 0, "5-math.sin((query.anim_time)*144)*3"], + "position": [0, 0, 0] + }, + "Lred2": { + "rotation": ["0-math.sin((query.anim_time)*144)*3", 0, "22.5-math.sin((query.anim_time-0.1)*144)*3"] + }, + "Lred3": { + "rotation": ["0-math.sin((query.anim_time-0.1)*144)*2", 0, "27.5-math.sin((query.anim_time-0.2)*144)*1"] + }, + "Lred4": { + "rotation": ["0-math.sin((query.anim_time-0.2)*144)*2", "0+math.sin((query.anim_time-0.6)*144)*3", "27.5-math.sin((query.anim_time-0.3)*144)*2"] + }, + "Lred5": { + "rotation": [ + "5.1673-math.sin((query.anim_time-0.3)*144)*2", + "0.281+math.sin((query.anim_time-0.6)*144)*4", + "12.5102-math.sin((query.anim_time-0.4)*144)*5" + ] + }, + "Lred6": { + "rotation": [ + "7.2846-math.sin((query.anim_time-0.4)*144)*2", + "0.0046+math.sin((query.anim_time-0.6)*144)*5", + "-17.4907-math.sin((query.anim_time-0.5)*144)*4" + ] + }, + "Lred7": { + "rotation": [ + "-1.1186-math.sin((query.anim_time-0.5)*144)*2", + "-0.2829+math.sin((query.anim_time-0.6)*144)*5", + "-25.1194-math.sin((query.anim_time-0.6)*144)*5" + ] + }, + "Lred8": { + "rotation": [ + "-1.1202-math.sin((query.anim_time-0.6)*144)*2", + "-0.3032+math.sin((query.anim_time-0.6)*144)*5", + "-17.6278-math.sin((query.anim_time-0.7)*144)*5" + ] + }, + "left_blue": { + "rotation": [0.88963, -17.44726, 2.43535], + "position": [0, 0.5, -1] + }, + "Lblue2": { + "rotation": ["0-math.sin((query.anim_time)*144)*2", 0, "25-math.sin((query.anim_time-0.1)*144)*2"] + }, + "Lblue3": { + "rotation": ["0-math.sin((query.anim_time-0.1)*144)*2", 0, "35-math.sin((query.anim_time-0.2)*144)*1"] + }, + "Lblue4": { + "rotation": ["-12.5-math.sin((query.anim_time-0.2)*144)*2", "0+math.sin((query.anim_time-0.6)*144)*3", "22.5-math.sin((query.anim_time-0.3)*144)*2"] + }, + "Lblue5": { + "rotation": ["-12.5-math.sin((query.anim_time-0.3)*144)*8", "0+math.sin((query.anim_time-0.6)*144)*3", "5-math.sin((query.anim_time-0.4)*144)*4"] + }, + "Lblue6": { + "rotation": [ + "-7.4366-math.sin((query.anim_time-0.4)*144)*2", + "-0.9762+math.sin((query.anim_time-0.7)*144)*3", + "-22.4366-math.sin((query.anim_time-0.5)*144)*2" + ] + }, + "Lblue7": { + "rotation": [ + "0.736-math.sin((query.anim_time-0.5)*144)*2", + "-7.5905+math.sin((query.anim_time-0.8)*144)*3", + "-35.0319-math.sin((query.anim_time-0.6)*144)*2" + ] + }, + "Lblue8": { + "rotation": [ + "-0.8486-math.sin((query.anim_time-0.6)*144)*2", + "-0.275+math.sin((query.anim_time-1)*144)*8", + "-19.9679-math.sin((query.anim_time-0.7)*144)*2" + ] + }, + "right_red": { + "rotation": [0, -10, 0] + }, + "Rred1": { + "rotation": [0, 0, "-5+math.sin((query.anim_time-0.2)*144)*3"] + }, + "Rred2": { + "rotation": ["0+math.sin((query.anim_time)*144)*3", 0, "-22.5+math.sin((query.anim_time-0.1)*144)*3"] + }, + "Rred3": { + "rotation": ["0+math.sin((query.anim_time-0.1)*144)*2", 0, "-27.5+math.sin((query.anim_time-0.2)*144)*1"] + }, + "Rred4": { + "rotation": ["0+math.sin((query.anim_time-0.2)*144)*2", "0-math.sin((query.anim_time-0.6)*144)*3", "-27.5+math.sin((query.anim_time-0.3)*144)*2"] + }, + "Rred5": { + "rotation": [ + "4.9924+math.sin((query.anim_time-0.3)*144)*2", + "-2.495-math.sin((query.anim_time-0.6)*144)*4", + "-15.1583-math.sin((query.anim_time-0.4)*144)*5" + ] + }, + "Rred6": { + "rotation": [ + "7.0267+math.sin((query.anim_time-0.4)*144)*2", + "-2.0024-math.sin((query.anim_time-0.6)*144)*5", + "12.2693+math.sin((query.anim_time-0.5)*144)*4" + ] + }, + "Rred7": { + "rotation": [ + "-1.6951+math.sin((query.anim_time-0.5)*144)*2", + "-0.3963-math.sin((query.anim_time-0.6)*144)*5", + "27.6804+math.sin((query.anim_time-0.6)*144)*5" + ] + }, + "Rred8": { + "rotation": [ + "0.0183+math.sin((query.anim_time-0.6)*144)*2", + "-5.2604-math.sin((query.anim_time-0.6)*144)*5", + "22.5045+math.sin((query.anim_time-0.7)*144)*10" + ] + }, + "right_blue": { + "rotation": [-0.8896, 17.4473, -2.4354], + "position": [0, 0, -1] + }, + "Rblue1": { + "rotation": [0, 0, "-10+math.sin((query.anim_time-0.7)*144)*3"], + "position": [0, 1, 0] + }, + "Rblue2": { + "rotation": ["0+math.sin((query.anim_time)*144)*2", 0, "-25+math.sin((query.anim_time-0.1)*144)*2"] + }, + "Rblue3": { + "rotation": ["0+math.sin((query.anim_time-0.1)*144)*2", 0, "-35+math.sin((query.anim_time-0.2)*144)*1"] + }, + "Rblue4": { + "rotation": ["-12.5+math.sin((query.anim_time-0.2)*144)*2", "0-math.sin((query.anim_time-0.6)*144)*3", "-22.5+math.sin((query.anim_time-0.3)*144)*2"] + }, + "Rblue5": { + "rotation": ["-12.5+math.sin((query.anim_time-0.3)*144)*8", "0-math.sin((query.anim_time-0.6)*144)*3", "-5+math.sin((query.anim_time-0.4)*144)*4"] + }, + "Rblue6": { + "rotation": [ + "-7.4366+math.sin((query.anim_time-0.4)*144)*2", + "0.9762-math.sin((query.anim_time-0.7)*144)*3", + "22.4366+math.sin((query.anim_time-0.5)*144)*2" + ] + }, + "Rblue7": { + "rotation": [ + "0.7496+math.sin((query.anim_time-0.5)*144)*2", + "7.2591-math.sin((query.anim_time-0.8)*144)*3", + "35.0275+math.sin((query.anim_time-0.6)*144)*2" + ] + }, + "Rblue8": { + "rotation": [ + "-0.7872+math.sin((query.anim_time-0.6)*144)*2", + "-0.418-math.sin((query.anim_time-1)*144)*8", + "19.9779+math.sin((query.anim_time-0.7)*144)*2" + ] + }, + "head": { + "rotation": ["-7.5+math.sin((query.anim_time-0.2)*144)*2.5", 0, 0] + }, + "leftleg": { + "rotation": ["24.0638-math.sin((query.anim_time)*144)*2", 18.73906, "0.2209+math.sin((query.anim_time)*144)*1"], + "position": [-0.5, "-1.5+math.sin((query.anim_time)*144)*1.5", -3.5] + }, + "left_calf": { + "rotation": ["14.9859-math.sin((query.anim_time)*144)*2", 0.43502, "15.0333+math.sin((query.anim_time)*144)*2"] + }, + "rightleg": { + "rotation": ["35.2816-math.sin((query.anim_time-0.3)*144)*2", -12.10335, "3.6115-math.sin((query.anim_time-0.3)*144)*1"], + "position": [0.75, "-1.5+math.sin((query.anim_time)*144)*1.5", -3.25] + }, + "right_calf": { + "rotation": ["7.2333-math.sin((query.anim_time)*144)*3", 7.75745, "-16.5167-math.sin((query.anim_time)*144)*2"] + }, + "left_arm": { + "rotation": [29.97911, -1.05627, 2.26603], + "position": [0, "0.5-math.sin((query.anim_time)*144)*0.3", 0] + }, + "right_arm": { + "rotation": [29.97911, 1.05627, -2.26603], + "position": [0, "0.5-math.sin((query.anim_time-0.1)*144)*0.3", 0] + } + } + }, + "animation.deoxysattack.sleep": { + "loop": true, + "animation_length": 2.5, + "bones": { + "body": { + "rotation": ["20-math.sin((query.anim_time)*144)*2", 0, 0], + "position": [0, "2+math.sin((query.anim_time)*144)*1", -5] + }, + "hips": { + "rotation": [-12.5, 0, 0] + }, + "left_red": { + "rotation": [0, 10, 0] + }, + "Lred1": { + "rotation": [0, 0, "5-math.sin((query.anim_time)*144)*2"], + "position": [0, 0, 0] + }, + "Lred2": { + "rotation": ["0-math.sin((query.anim_time)*144)*2", 0, "27.5-math.sin((query.anim_time-0.1)*144)*2"] + }, + "Lred3": { + "rotation": ["0-math.sin((query.anim_time-0.1)*144)*2", 0, "27.5-math.sin((query.anim_time-0.2)*144)*1"] + }, + "Lred4": { + "rotation": ["0-math.sin((query.anim_time-0.2)*144)*2", "0+math.sin((query.anim_time-0.6)*144)*2", "27.5-math.sin((query.anim_time-0.3)*144)*2"] + }, + "Lred5": { + "rotation": [ + "5.1673-math.sin((query.anim_time-0.3)*144)*2", + "0.281+math.sin((query.anim_time-0.6)*144)*2", + "12.5102-math.sin((query.anim_time-0.4)*144)*2" + ] + }, + "Lred6": { + "rotation": [ + "7.2846-math.sin((query.anim_time-0.4)*144)*2", + "0.0046+math.sin((query.anim_time-0.6)*144)*2", + "-17.4907-math.sin((query.anim_time-0.5)*144)*2" + ] + }, + "Lred7": { + "rotation": [ + "-1.1186-math.sin((query.anim_time-0.5)*144)*2", + "-0.2829+math.sin((query.anim_time-0.6)*144)*2", + "-25.1194-math.sin((query.anim_time-0.6)*144)*2" + ] + }, + "Lred8": { + "rotation": [ + "-1.1202-math.sin((query.anim_time-0.6)*144)*2", + "-0.3032+math.sin((query.anim_time-0.6)*144)*2", + "-17.6278-math.sin((query.anim_time-0.7)*144)*2" + ] + }, + "left_blue": { + "rotation": [0.88963, -17.44726, 2.43535], + "position": [0, 0.5, -1] + }, + "Lblue2": { + "rotation": ["0-math.sin((query.anim_time)*144)*2", 0, "25-math.sin((query.anim_time-0.1)*144)*2"] + }, + "Lblue3": { + "rotation": ["0-math.sin((query.anim_time-0.1)*144)*2", 0, "35-math.sin((query.anim_time-0.2)*144)*1"] + }, + "Lblue4": { + "rotation": ["-12.5-math.sin((query.anim_time-0.2)*144)*2", "0+math.sin((query.anim_time-0.6)*144)*2", "22.5-math.sin((query.anim_time-0.3)*144)*2"] + }, + "Lblue5": { + "rotation": ["-12.5-math.sin((query.anim_time-0.3)*144)*2", "0+math.sin((query.anim_time-0.6)*144)*2", "5-math.sin((query.anim_time-0.4)*144)*2"] + }, + "Lblue6": { + "rotation": [ + "-7.4366-math.sin((query.anim_time-0.4)*144)*2", + "-0.9762+math.sin((query.anim_time-0.7)*144)*2", + "-22.4366-math.sin((query.anim_time-0.5)*144)*2" + ] + }, + "Lblue7": { + "rotation": [ + "0.736-math.sin((query.anim_time-0.5)*144)*2", + "-7.5905+math.sin((query.anim_time-0.8)*144)*2", + "-35.0319-math.sin((query.anim_time-0.6)*144)*2" + ] + }, + "Lblue8": { + "rotation": [ + "-0.8486-math.sin((query.anim_time-0.6)*144)*2", + "-0.275+math.sin((query.anim_time-1)*144)*2", + "-19.9679-math.sin((query.anim_time-0.7)*144)*2" + ] + }, + "right_red": { + "rotation": [0, -10, 0] + }, + "Rred1": { + "rotation": [0, 0, "-5+math.sin((query.anim_time-0.2)*144)*2"] + }, + "Rred2": { + "rotation": ["math.sin((query.anim_time)*144)*2", 0, "-25+math.sin((query.anim_time-0.1)*144)*2"] + }, + "Rred3": { + "rotation": ["0+math.sin((query.anim_time-0.1)*144)*2", 0, "-27.5+math.sin((query.anim_time-0.2)*144)*1"] + }, + "Rred4": { + "rotation": ["0+math.sin((query.anim_time-0.2)*144)*2", "0-math.sin((query.anim_time-0.6)*144)*2", "-27.5+math.sin((query.anim_time-0.3)*144)*2"] + }, + "Rred5": { + "rotation": [ + "4.9924+math.sin((query.anim_time-0.3)*144)*2", + "-2.495-math.sin((query.anim_time-0.6)*144)*2", + "-15.1583-math.sin((query.anim_time-0.4)*144)*2" + ] + }, + "Rred6": { + "rotation": [ + "7.0267+math.sin((query.anim_time-0.4)*144)*2", + "-2.0024-math.sin((query.anim_time-0.6)*144)*2", + "12.2693+math.sin((query.anim_time-0.5)*144)*2" + ] + }, + "Rred7": { + "rotation": [ + "-1.6951+math.sin((query.anim_time-0.5)*144)*2", + "-0.3963-math.sin((query.anim_time-0.6)*144)*2", + "27.6804+math.sin((query.anim_time-0.6)*144)*2" + ] + }, + "Rred8": { + "rotation": [ + "0.0183+math.sin((query.anim_time-0.6)*144)*2", + "-5.2604-math.sin((query.anim_time-0.6)*144)*2", + "22.5045+math.sin((query.anim_time-0.7)*144)*2" + ] + }, + "right_blue": { + "rotation": [-0.8896, 17.4473, -2.4354], + "position": [0, 0, -1] + }, + "Rblue1": { + "rotation": [0, 0, "-10+math.sin((query.anim_time-0.7)*144)*2"], + "position": [0, 1, 0] + }, + "Rblue2": { + "rotation": ["0+math.sin((query.anim_time)*144)*2", 0, "-25+math.sin((query.anim_time-0.1)*144)*2"] + }, + "Rblue3": { + "rotation": ["0+math.sin((query.anim_time-0.1)*144)*2", 0, "-35+math.sin((query.anim_time-0.2)*144)*1"] + }, + "Rblue4": { + "rotation": ["-12.5+math.sin((query.anim_time-0.2)*144)*2", "0-math.sin((query.anim_time-0.6)*144)*2", "-22.5+math.sin((query.anim_time-0.3)*144)*2"] + }, + "Rblue5": { + "rotation": ["-12.5+math.sin((query.anim_time-0.3)*144)*2", "0-math.sin((query.anim_time-0.6)*144)*2", "-5+math.sin((query.anim_time-0.4)*144)*2"] + }, + "Rblue6": { + "rotation": [ + "-7.4366+math.sin((query.anim_time-0.4)*144)*2", + "0.9762-math.sin((query.anim_time-0.7)*144)*2", + "22.4366+math.sin((query.anim_time-0.5)*144)*2" + ] + }, + "Rblue7": { + "rotation": [ + "0.7496+math.sin((query.anim_time-0.5)*144)*2", + "7.2591-math.sin((query.anim_time-0.8)*144)*2", + "35.0275+math.sin((query.anim_time-0.6)*144)*2" + ] + }, + "Rblue8": { + "rotation": [ + "-0.7872+math.sin((query.anim_time-0.6)*144)*2", + "-0.418-math.sin((query.anim_time-1)*144)*2", + "19.9779+math.sin((query.anim_time-0.7)*144)*2" + ] + }, + "head": { + "rotation": ["17.5+math.sin((query.anim_time-0.2)*144)*2.5", 0, 0] + }, + "leftleg": { + "rotation": ["-43.1826-math.sin((query.anim_time)*144)*0.5", 23.4093, "-34.3087+math.sin((query.anim_time)*144)*0.5"], + "position": [-0.5, "1+math.sin((query.anim_time)*144)*1", -3.5] + }, + "left_calf": { + "rotation": ["40.6784-math.sin((query.anim_time)*144)*2", -20.22665, "56.1097+math.sin((query.anim_time)*144)*2"] + }, + "rightleg": { + "rotation": ["-32.764-math.sin((query.anim_time-0.3)*144)*0.5", -19.55116, "29.2224-math.sin((query.anim_time-0.3)*144)*0.5"], + "position": [0.75, "1+math.sin((query.anim_time)*144)*1", -3.25] + }, + "right_calf": { + "rotation": ["37.7195-math.sin((query.anim_time)*144)*3", 15.80897, "-57.3296-math.sin((query.anim_time)*144)*2"] + }, + "left_arm": { + "rotation": [-15.02089, -1.05627, 2.26603], + "position": [0, "0.5-math.sin((query.anim_time)*144)*0.3", 0] + }, + "right_arm": { + "rotation": [-15.02089, 1.05627, -2.26603], + "position": [0, "0.5-math.sin((query.anim_time-0.1)*144)*0.3", 0] + }, + "lefteye": { + "position": [0, 0, 1] + }, + "righteye6": { + "position": [0, 0, 1] + }, + "righteyelid": { + "position": [0, 0, -1] + }, + "lefteyelid": { + "position": [0, 0, -1] + } + } + }, + "animation.deoxysattack.faint": { + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": [10, 0, 0], + "0.5": { + "pre": [9.99067, 0.43399, -2.46207], + "post": [9.99067, 0.43399, -2.46207], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [9.99067, -0.43399, 2.46207], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [9.91615, -1.29876, 7.38733], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [10.23188, -5.78514, 4.04744], + "lerp_mode": "catmullrom" + }, + "1.75": [21.00479, -9.3177, -4.31076], + "1.9583": { + "pre": [15.72021, -18.17385, -5.78108], + "post": [15.72021, -18.17385, -5.78108], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [11.57514, -10.42633, -1.37116], + "lerp_mode": "catmullrom" + }, + "2.5": [26.55797, 1.26358, 7.68161] + }, + "position": { + "0.0": [0, -4.75, -2], + "0.5": { + "pre": [0, -4.75, 0.25], + "post": [0, -4.75, 0.25], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0.5, -4.75, 0.25], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [1.5, -4.75, 0.25], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0.25, -4.75, -1.75], + "lerp_mode": "catmullrom" + }, + "1.75": [-1.75, -5.25, -3.75], + "1.9583": [-2.96, -6.38, -2.63], + "2.5": [2.25, -14.5, -6] + } + }, + "hips": { + "rotation": { + "0.0": [-10, 0, 0], + "0.5": { + "pre": [-9.96271, -0.86717, -4.92442], + "post": [-9.96271, -0.86717, -4.92442], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-10.08453, -7.38542, 1.30962], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-10.74602, -8.94007, 6.73295], + "lerp_mode": "catmullrom" + }, + "2.5": [-10.61798, -1.56968, 5.33786] + } + }, + "left_red": { + "rotation": [-10, 10, 0] + }, + "Lred1": { + "rotation": [0, 0, 2.5], + "position": [0, 0, 0], + "scale": 1 + }, + "Lred2": { + "rotation": { + "0.0": [0, 0, 22.5], + "0.5833": { + "pre": [0, 7.5, -0.78189], + "post": [0, 7.5, -0.78189], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-7.5, 2.5, -10], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "2.7083": [0, 0, 55] + } + }, + "Lred3": { + "rotation": { + "0.0": [0, 0, 27.5], + "1.5833": { + "pre": [0, 0, 17.5], + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.3333": [0, 0, -7.5] + } + }, + "Lred4": { + "rotation": { + "0.0": [0, 0, 27.5], + "0.5": { + "pre": [0, 0, 37.5], + "post": [0, 0, 37.5], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 35], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "2.5417": [0, 0, -12.5] + } + }, + "Lred5": { + "rotation": { + "0.0": [5, 0, 15], + "0.5833": { + "pre": [4.98501, -5.56227, 21.23162], + "post": [4.98501, -5.56227, 21.23162], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [4.88206, -1.08089, 27.45392], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [4.92442, -0.86717, 24.96271], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [4.99527, 0.21782, 12.5095], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [4.69986, 1.70818, -4.9299], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [4.43745, 2.30644, -12.41063], + "lerp_mode": "catmullrom" + }, + "2.75": [4.69986, 1.70818, -4.9299] + } + }, + "Lred6": { + "rotation": { + "0.0": [7.4914, 0.3991, -19.968], + "0.5": { + "pre": [7.26749, -1.86594, -2.61264], + "post": [7.26749, -1.86594, -2.61264], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [5.59441, -5.00617, 24.76112], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [5.80692, -4.75781, 22.26443], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [6.19819, -4.23461, 17.2765], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [6.96409, -2.79632, 4.83569], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [7.44759, -0.90414, -10.05297], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [7.4977, -0.25347, -15.01074], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [7.13634, 2.31948, -34.84947], + "lerp_mode": "catmullrom" + }, + "2.7083": [7.4914, 0.3991, -19.968] + } + }, + "Lred7": { + "rotation": { + "0.0": [-0.2204, 5.0782, -40.0085], + "0.5": { + "pre": [1.53395, 4.84656, -19.93381], + "post": [1.53395, 4.84656, -19.93381], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [4.1684, 2.91135, 17.60725], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [4.29119, 2.72693, 20.10346], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [4.03766, 3.09025, 15.11023], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [3.60026, 3.5905, 7.61415], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [2.15451, 4.60485, -12.41209], + "lerp_mode": "catmullrom" + }, + "2.3333": [1.7443, 4.77504, -17.42599] + } + }, + "Lred8": { + "rotation": { + "0.0": [-0.2204, 5.0823, -32.5083], + "0.5": { + "pre": [1.10584, 4.96572, -17.45057], + "post": [1.10584, 4.96572, -17.45057], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [3.75648, 3.43278, 17.61409], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [3.60329, 3.59326, 15.11454], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [3.36896, 3.54526, 13.64017], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [7.42986, 2.58474, 2.45228], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0.4466, 5.06747, -24.97876], + "lerp_mode": "catmullrom" + }, + "2.3333": [0.00208, 5.08706, -29.99843] + } + }, + "left_blue": { + "rotation": [10.88963, -17.44726, 2.43535], + "position": [0, 0.5, -1] + }, + "Lblue2": { + "rotation": { + "0.0": [0, 0, 25], + "0.5833": { + "pre": [0, 7.5, 10], + "post": [0, 7.5, 10], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, -2.5, -5.32609], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0.57528, 3.259, 7.92998], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0.13558, 17.711, 38.21476], + "lerp_mode": "catmullrom" + }, + "2.625": [0, 30, 70] + } + }, + "Lblue3": { + "rotation": { + "0.0": [0, 0, 35], + "1.375": { + "pre": [0, 0, 20], + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 6.68], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-0.98448, -7.43547, -4.93603], + "lerp_mode": "catmullrom" + }, + "2.2083": [0, -7.5, -12.5] + } + }, + "Lblue4": { + "rotation": { + "0.0": [-12.5, 0, 22.5], + "0.5833": { + "pre": [-12.2127, 2.68507, 34.7127], + "post": [-12.2127, 2.68507, 34.7127], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-12.51423, 0.16495, 23.27395], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-12.48848, 0.54094, 24.94081], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-12.08681, -3.21132, 7.84007], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-10.86815, -6.21271, -6.90842], + "lerp_mode": "catmullrom" + }, + "2.2083": [-10.59061, -6.6782, -9.38034] + } + }, + "Lblue5": { + "rotation": { + "0.0": [-12.5, 0, 5], + "0.5833": { + "pre": [-12.39638, 1.61888, 12.32417], + "post": [-12.39638, 1.61888, 12.32417], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-12.31594, 2.15393, 14.76758], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-11.78977, 4.13067, 24.04323], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-12.48848, 0.54094, 7.44081], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-12.31594, -2.15393, -4.76758], + "lerp_mode": "catmullrom" + }, + "2.25": [-12.08681, -3.21132, -9.65993] + } + }, + "Lblue6": { + "rotation": { + "0.0": [-7.4366, -0.9762, -22.4366], + "0.5833": { + "pre": [-7.1566, 2.24945, 2.35927], + "post": [-7.1566, 2.24945, 2.35927], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-5.75893, 4.81284, 24.75774], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-5.5634, 4.83937, 24.77308], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-6.64666, 2.84131, 8.31455], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-6.78695, 2.02331, 9.31834], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-7.05634, -0.94887, -8.01585], + "lerp_mode": "catmullrom" + }, + "2.375": [-7.49298, -0.32621, -17.47868], + "2.75": [-7.47182, 0.65183, -10.04261] + } + }, + "Lblue7": { + "rotation": { + "0.0": [1.6322, -7.3212, -40.1044], + "0.5833": { + "pre": [-0.98446, -7.43544, -19.936], + "post": [-0.98446, -7.43544, -19.936], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-4.5581, -0.95969, 9.83905], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-5.48244, 7.42859, 18.83059], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-4.71748, 6.25005, 26.68408], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-4.93233, 1.99969, 14.15588], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-3.18036, -0.34091, 1.76468], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-1.67727, -2.75098, -15.79301], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-0.98446, -7.43544, -20.936], + "lerp_mode": "catmullrom" + }, + "2.5833": [-1.95153, -7.24302, -12.37644] + } + }, + "Lblue8": { + "rotation": { + "0.0": [0, 0, -30], + "0.5833": { + "pre": [0, 0, -17.5], + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 0, 11.71], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 2.91], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, -31.24], + "lerp_mode": "catmullrom" + }, + "2.5833": [0, 0, -10] + } + }, + "right_red": { + "rotation": [-12.91802, -9.44991, 2.4743] + }, + "Rred1": { + "rotation": [0, 0, -5], + "scale": 1 + }, + "Rred2": { + "rotation": { + "0.0": [0, 0, -22.5], + "0.875": [0, 0, 0], + "2.0": [0, 0, 12.5], + "2.25": [0, 0, -5], + "2.4167": [0, 0, -27.5], + "2.625": [0, 0, -62.5] + } + }, + "Rred3": { + "rotation": { + "0.0": [0, 0, -27.5], + "0.875": [0, 0, -32.5], + "2.0": [0, 0, -12.5], + "2.25": [0, 0, 0] + } + }, + "Rred4": { + "rotation": { + "0.0": [0, 0, -27.5], + "0.875": [0, 0, -32.5], + "2.0": [0, 0, -12.5], + "2.25": [0, 0, 5] + } + }, + "Rred5": { + "rotation": { + "0.0": [5, 0, -15], + "0.875": [4.83045, 1.29256, -29.94548], + "2.0": [4.99527, -0.21782, -12.5095], + "2.25": [4.62111, -1.91134, 7.42287], + "2.625": [4.33287, -2.49762, 14.9055], + "2.75": [4.69986, -1.70818, 4.9299] + } + }, + "Rred6": { + "rotation": { + "0.0": [7.5, 0, 17.5], + "0.875": [6.50446, 3.74196, -12.28729], + "2.0": [6.53447, 3.55021, -10.93643], + "2.25": [7.38733, 1.29876, 7.58385], + "2.625": [7.47178, 0.65182, 12.54256], + "2.75": [7.5, 0, 17.5] + } + }, + "Rred7": { + "rotation": { + "0.0": [0, 5.0782, 37.5], + "0.875": [-4.40073, 2.53661, -22.59748], + "2.0": [-4.1634, 2.91017, -17.6058], + "2.25": [-2.5441, 4.39641, 7.40233], + "2.625": [-1.74087, 4.77121, 17.42747], + "2.75": [-1.53069, 4.84259, 19.93527] + } + }, + "Rred8": { + "rotation": { + "0.0": [0, -5, 30], + "0.875": [3.54002, -3.53329, -15.10922], + "2.0": [3.21873, -3.82821, -10.1076], + "2.25": [1.29717, -4.82922, 14.9453] + } + }, + "right_blue": { + "rotation": [9.1104, 17.4473, -2.4354], + "position": [0, 0, -1] + }, + "Rblue1": { + "rotation": [0, 0, -10], + "position": [0, 1, 0], + "scale": 1 + }, + "Rblue2": { + "rotation": { + "0.0": [0, 0, -25], + "0.875": { + "pre": [0, 0, 7.5], + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-0.16792, 1.27524, 10.24438], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "2.75": [0, -17.5, -62.5] + } + }, + "Rblue3": { + "rotation": { + "0.0": [0, 0, -35], + "1.75": [0, 0, -12.5], + "2.125": [0, 0, 5], + "2.75": [0, 0, 2.5] + } + }, + "Rblue4": { + "rotation": { + "0.0": [-12.5, 0, -22.5], + "0.875": { + "pre": [-12.45392, -1.08089, -27.38206], + "post": [-12.45392, -1.08089, -27.38206], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-12.31594, 2.15393, -12.73242], + "lerp_mode": "catmullrom" + }, + "2.125": [-11.12501, 5.73576, 4.44093], + "2.75": [-11.36081, 5.24826, 1.97761] + } + }, + "Rblue5": { + "rotation": { + "0.0": [-12.5, 0, -5], + "0.875": { + "pre": [-12.08681, -3.21132, -19.65993], + "post": [-12.08681, -3.21132, -19.65993], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-12.45392, -1.08089, -9.88206], + "lerp_mode": "catmullrom" + }, + "2.125": [-12.08681, 3.21132, 9.65993], + "2.75": [-12.31594, 2.15393, 4.76758] + } + }, + "Rblue6": { + "rotation": { + "0.0": [-7.4366, 0.9762, 22.4366], + "0.875": { + "pre": [-5.96278, -4.55752, -22.26247], + "post": [-5.96278, -4.55752, -22.26247], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-6.50449, -3.74199, -14.78725], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-7.49298, -0.32622, 12.5214], + "lerp_mode": "catmullrom" + }, + "2.625": [-7.47183, 0.65181, 19.95748], + "2.75": [-7.47182, -0.65183, 10.04261] + } + }, + "Rblue7": { + "rotation": { + "0.0": [1.6322, 7.3212, 40.1044], + "0.875": { + "pre": [-5.54398, 5.05903, -20.24514], + "post": [-5.54398, 5.05903, -20.24514], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-4.58214, 5.94381, -10.23804], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-1.3096, 7.38539, 17.41545], + "lerp_mode": "catmullrom" + }, + "2.625": [-0.98446, 7.43544, 19.936] + } + }, + "Rblue8": { + "rotation": { + "0.0": [0, 0, 30], + "0.875": { + "pre": [0, 0, -27.5], + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "2.125": [0, 0, 17.5] + } + }, + "head": { + "rotation": { + "0.0": [-2.5, 0, 0], + "0.25": { + "pre": [-7.47864, -0.32621, -7.49294], + "post": [-7.47864, -0.32621, -7.49294], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-11.49021, -1.18074, -17.46046], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-2.46207, 0.43399, 9.99067], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-19.88443, 0.75155, 17.48436], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-29.73322, 3.23828, 21.8251], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [37.09312, 3.50587, -3.09018], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [10.18102, 19.81357, -22.34695], + "lerp_mode": "catmullrom" + }, + "2.6667": [34.82199, -9.20293, 5.67547] + }, + "position": { + "0.0": [0, 0, 0], + "0.6667": { + "pre": [-0.75, 0, 0], + "post": [-0.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0.74, 0, 1.61], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-1, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-1, 0.5, -0.5], + "lerp_mode": "catmullrom" + }, + "2.6667": [0, 0.5, -1.25] + } + }, + "leftleg": { + "rotation": { + "0.0": [-33.0481, 8.79957, -28.3725], + "0.5": { + "pre": [-36.09025, 8.97488, -35.91276], + "post": [-36.09025, 8.97488, -35.91276], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-13.42783, 16.10086, -30.13014], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-13.42783, 16.10086, -30.13014], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-13.42783, 16.10086, -30.13014], + "lerp_mode": "catmullrom" + }, + "2.5": [-28.75589, 33.09499, -30.54327] + }, + "position": { + "0.0": [-0.25, -5.5, -1], + "0.7083": [-0.25, -5.75, 1], + "1.375": [-0.42, -5.59, 1.08], + "1.75": [-0.92, -5.59, 1.08], + "1.9583": [-1.25, -5.5, 1], + "2.5": [0.75, -15.5, -3] + } + }, + "left_calf": { + "rotation": { + "0.0": [29.3481, -6.3721, 25.6585], + "0.5": { + "pre": [45.39294, -16.26468, 43.10703], + "post": [45.39294, -16.26468, 43.10703], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [30.88086, -2.5643, 33.84631], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [30.88086, -2.5643, 33.84631], + "lerp_mode": "catmullrom" + }, + "1.9583": [33.45285, -1.27967, 31.70036], + "2.125": [46.82085, -6.79147, 39.34731], + "2.5": [68.77385, -19.19303, 56.55294] + } + }, + "rightleg": { + "rotation": { + "0.0": [7.908, -17.0721, 24.3063], + "0.5": { + "pre": [0.55427, -17.95261, 32.11707], + "post": [0.55427, -17.95261, 32.11707], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [7.908, -17.0721, 24.3063], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-30.29755, -13.57621, 44.26678], + "lerp_mode": "catmullrom" + }, + "1.75": [-30.08665, -17.18525, 42.58387], + "1.9583": [-30.08665, -17.18525, 42.58387], + "2.5": [-47.64472, 6.95826, 65.62332] + }, + "position": { + "0.0": [1.5, -4.25, -1.25], + "0.5": { + "pre": [2.5, -5.25, -1.25], + "post": [2.5, -5.25, -1.25], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [1.5, -4.25, -1.25], + "lerp_mode": "catmullrom" + }, + "1.75": [0.75, -6.75, -2.5], + "1.9583": [0.75, -6.75, -2.5], + "2.5": [0.75, -15.75, -3.5] + } + }, + "right_calf": { + "rotation": { + "0.0": [6.159, 8.63326, -24.0425], + "0.5": { + "pre": [12.47531, 9.5781, -31.57145], + "post": [12.47531, 9.5781, -31.57145], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [6.159, 8.63326, -24.0425], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [41.66335, 1.86677, -51.8555], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [33.63453, 18.38655, -40.39156], + "lerp_mode": "catmullrom" + }, + "1.75": [8.27537, 9.00142, -26.54482], + "1.9583": [8.27537, 9.00142, -26.54482], + "2.5": [31.29823, 17.38466, -71.51991] + } + }, + "left_arm": { + "position": [0, 0.5, 0] + }, + "right_arm": { + "position": [0, 0.5, 0] + }, + "lefteye": { + "position": { + "0.0": [0, 0, 0], + "0.4583": [0, 0, 0], + "0.5": [0, 0, 1], + "0.5417": [0, 0, 0], + "0.9167": [0, 0, 0], + "0.9583": [0, 0, 1], + "1.0": [0, 0, 0], + "1.3333": [0, 0, 0], + "1.375": [0, 0, 1] + } + }, + "righteye6": { + "position": { + "0.0": [0, 0, 0], + "0.4583": [0, 0, 0], + "0.5": [0, 0, 1], + "0.5417": [0, 0, 0], + "0.9167": [0, 0, 0], + "0.9583": [0, 0, 1], + "1.0": [0, 0, 0], + "1.3333": [0, 0, 0], + "1.375": [0, 0, 1] + } + }, + "eyelids": { + "position": { + "0.0": [0, 0, 0], + "0.4583": [0, 0, 0], + "0.5": [0, 0, -1], + "0.5417": [0, 0, 0], + "0.9167": [0, 0, 0], + "0.9583": [0, 0, -1], + "1.0": [0, 0, 0], + "1.3333": [0, 0, 0], + "1.375": [0, 0, -1] + } + }, + "Lblue1": { + "scale": 1 + } + } + }, + "animation.deoxysattack.cry": { + "animation_length": 3, + "bones": { + "Lred2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rred2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + }, + "sound_effects": { + "0.625": { + "effect": "pokemon.deoxysattack.cry" + } + } + }, + "animation.deoxysattack.recoil": { + "animation_length": 1.5, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.2917": { + "pre": [-12.5, 0, 0], + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.375": { + "pre": [0, 0, 2], + "post": [0, 0, 2], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "Lred2": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": { + "pre": [1.75378, 9.84655, -9.84892], + "post": [1.75378, 9.84655, -9.84892], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "Rred2": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": { + "pre": [1.75378, -9.84655, 9.84892], + "post": [1.75378, -9.84655, 9.84892], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [12.5, 0, 0], + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-11.79, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "lefteye": { + "position": { + "0.0": [0, 0, 1], + "1.0": [0, 0, 1], + "1.0417": [0, 0, 0], + "1.5": [0, 0, 0] + } + }, + "righteye6": { + "position": { + "0.0": [0, 0, 1], + "1.0": [0, 0, 1], + "1.0417": [0, 0, 0], + "1.5": [0, 0, 0] + } + }, + "eyelids": { + "position": { + "0.0": [0, 0, -1], + "1.0": [0, 0, -1], + "1.0417": [0, 0, 0], + "1.5": [0, 0, 0] + } + } + } + }, + "animation.deoxysattack.physical": { + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [7.5, 42.5, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [20.55024, 57.72524, 23.91199], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, -57.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -100, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, -120, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [22.48839, -71.0069, -23.64436], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -3.75, -2], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-3, -7.75, 2], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-3.36, -7.6, 3.58], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-3.39, -8.79, -8.67], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-3.39, -10.05, -13.27], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-3, -7.75, -19], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-3.3, -8.28, -16.65], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-3.57, -6.26, -11.43], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-2, -4.75, -2], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, -3.75, -2], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -3.75, -2], + "lerp_mode": "catmullrom" + } + } + }, + "hips": { + "rotation": { + "0.0": [0, 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "3.0": [0, 0, 0] + } + }, + "left_red": { + "rotation": { + "0.0": { + "post": [-10, 10, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-10, 10, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-10, 10, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Lred1": { + "rotation": { + "0.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Lred2": { + "rotation": { + "0.0": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [51.66453, 6.10727, 1.87151], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [102.07208, 1.60073, 11.16199], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [102.39287, -13.06252, 7.97655], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [107.52487, -32.93374, -6.16374], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [104.78774, 8.04035, 5.69229], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [106.18058, 24.91572, 10.54694], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [104.78774, 8.04035, 5.69229], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + } + } + }, + "Lred3": { + "rotation": { + "0.0": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 7.5, 10], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 6.94, 11.31], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, 6.94, 11.31], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 6.94, 11.31], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + } + } + }, + "Lred4": { + "rotation": { + "0.0": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 7.5, 12.5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 6.94, 13.63], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0.60781, 6.91346, 18.66672], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 6.94, 13.63], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + } + } + }, + "Lred5": { + "rotation": { + "0.0": { + "post": [5, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [5, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-8.95998, 3.53329, -29.89078], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-8.96, 3.53, -29.89], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-4.2353, 8.65098, 12.56617], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-3.54, 8, 12.75], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-3.54, 8, 12.75], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-3.54, 8, 12.75], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [5, 0, 15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [5, 0, 15], + "lerp_mode": "catmullrom" + } + } + }, + "Lred6": { + "rotation": { + "0.0": { + "post": [7.4914, 0.3991, -19.968], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [6.19102, 3.22172, 18.08525], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-8.19341, 6.73937, -29.48264], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-8.19, 6.74, -29.48], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-0.52733, 10.57916, 18.45427], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0.07, 9.82, 15.57], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [1.79048, 9.65722, 25.71525], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0.07, 9.82, 15.57], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [7.4914, 0.3991, -19.968], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.4914, 0.3991, -19.968], + "lerp_mode": "catmullrom" + } + } + }, + "Lred7": { + "rotation": { + "0.0": { + "post": [-0.2204, 5.0782, -40.0085], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [4.03766, 3.09025, 15.11023], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0.2242, 5.07803, -34.98878], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0.22, 5.08, -34.99], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [3.59851, 3.59478, 7.6132], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [3.31, 3.71, 4.04], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [4.03392, 2.90626, 16.53514], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [3.31, 3.71, 4.04], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-0.2204, 5.0782, -40.0085], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.2204, 5.0782, -40.0085], + "lerp_mode": "catmullrom" + } + } + }, + "Lred8": { + "rotation": { + "0.0": { + "post": [-0.2204, 5.0823, -32.5083], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [3.10358, 4.03261, 7.61077], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0.00208, 5.08706, -29.99843], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 5.09, -30], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [3.44368, 3.75049, 12.61278], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [3.17, 3.85, 9.23], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [3.64522, 3.40357, 16.73177], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [3.17, 3.85, 9.23], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-0.2204, 5.0823, -32.5083], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.2204, 5.0823, -32.5083], + "lerp_mode": "catmullrom" + } + } + }, + "left_blue": { + "rotation": { + "0.0": { + "post": [10.88963, -17.44726, 2.43535], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [10.88963, -17.44726, 2.43535], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10.88963, -17.44726, 2.43535], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.5, -1], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0.5, -1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0.5, -1], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue2": { + "rotation": { + "0.0": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [38.87669, 34.47601, 9.87773], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [60.02512, 37.47504, 34.48238], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [54.18263, 32.02706, 24.26249], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [53.38041, 11.69413, 17.04435], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [53.6945, 12.67777, 18.42504], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [51.31666, 9.54627, 5.88266], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [48.39671, 48.79103, 2.02986], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [53.40597, 58.00048, 6.84723], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [57.3475, 58.84507, 10.80122], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [54.78375, 37.46042, 9.96711], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue3": { + "rotation": { + "0.0": { + "post": [0, 0, 35], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [1.29717, -4.82922, 19.9453], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [3.96719, 1.94665, -17.25947], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [4.01928, 9.4285, -16.73497], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [4.02, 9.43, -16.73], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [8.89403, 0.10221, 20.05713], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [8.29, -6.76, 20.1], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [8.29, -6.76, 20.1], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [8.29, -6.76, 20.1], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 35], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 35], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue4": { + "rotation": { + "0.0": { + "post": [-12.5, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-12.54624, 4.88119, 21.41518], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [14.37906, 2.40476, -18.71839], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [14.69903, 12.08611, -16.19079], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [13.01783, 13.88911, -23.66285], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [18.92772, 7.21511, 16.7773], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [16.43, 0.11, 14.96], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [16.43, 0.11, 14.96], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [16.43, 0.11, 14.96], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-12.5, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.5, 0, 22.5], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue5": { + "rotation": { + "0.0": { + "post": [-12.5, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-12.0728, -1.67811, 20.70607], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-1.74491, 4.55528, 7.07143], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [7.42208, 10.25521, -21.59855], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [7.42, 10.26, -21.6], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [11.79822, 7.14767, 11.2294], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [9.98, 6.61, 10.76], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [10.96384, 4.78792, 20.64199], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [9.98, 6.61, 10.76], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-12.5, 0, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.5, 0, 5], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue6": { + "rotation": { + "0.0": { + "post": [-7.4366, -0.9762, -22.4366], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-7.20852, -7.2575, 28.62875], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-0.97526, -5.43361, -19.39486], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-0.97397, 4.56495, -19.56474], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [1.48639, 14.43579, 10.7889], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0.79, 8.66, 8.18], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [3.01915, 8.15852, 23.33555], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0.79, 8.66, 8.18], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-7.4366, -0.9762, -22.4366], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-7.4366, -0.9762, -22.4366], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue7": { + "rotation": { + "0.0": { + "post": [1.6322, -7.3212, -40.1044], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-4.83707, -5.73852, 12.74261], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-2.93433, 7.14594, -30.35349], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [2.76135, 14.73182, 12.86331], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [2.61, 6.15, 8.55], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [3.88157, 5.4394, 21.09422], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [2.61, 6.15, 8.55], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [1.6322, -7.3212, -40.1044], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1.6322, -7.3212, -40.1044], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue8": { + "rotation": { + "0.0": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 10, -35], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [6.46635, 7.64427, 5.43246], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [5.98, 7.07, 2.78], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [7.36516, 5.61174, 15.27172], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [5.98, 7.07, 2.78], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + } + } + }, + "right_red": { + "rotation": { + "0.0": { + "post": [-12.91802, -9.44991, 2.4743], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-12.92, -9.45, 2.47], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-12.91802, -9.44991, 2.4743], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.91802, -9.44991, 2.4743], + "lerp_mode": "catmullrom" + } + } + }, + "Rred1": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "Rred2": { + "rotation": { + "0.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-32.09476, 57.54086, 45.92975], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-20.78568, 60.9005, 59.07223], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-47.22634, 21.5987, 7.60105], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-50.45423, -8.31053, -11.56787], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-48.56195, -17.83395, -19.89137], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-50.87117, 3.31761, -2.06685], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-50.84842, -3.00193, 5.68207], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + } + } + }, + "Rred3": { + "rotation": { + "0.0": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + } + } + }, + "Rred4": { + "rotation": { + "0.0": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + } + } + }, + "Rred5": { + "rotation": { + "0.0": { + "post": [5, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [4.98107, -0.43523, -10.01893], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [4.55049, 5.36563, 10.51018], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [4.78009, 5.16226, 13.01245], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [4.7435, -0.44266, 20.07052], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [4.03561, 2.53392, -17.32186], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [3.39235, 3.34684, -29.81201], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [3.39, 3.35, -29.81], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [5, 0, -15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [5, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "Rred6": { + "rotation": { + "0.0": { + "post": [7.5, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [5.96275, 4.55749, -19.76251], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [7.38733, 1.29876, 7.58385], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [7.5, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [7.43656, -0.9762, 24.93656], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [6.80423, 3.1622, -7.31197], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [5.54401, 5.05904, -24.75489], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [5.51835, 0.08323, -25.2321], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [7.5, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.5, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "Rred7": { + "rotation": { + "0.0": { + "post": [0, 5.0782, 37.5], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-4.69344, 1.94117, -30.07956], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-3.09651, 4.02685, -0.10889], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.34969, 4.50316, 9.9076], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-1.53069, 4.84259, 19.93527], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-4.1634, 2.91017, -17.6058], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-4.69401, -3.04153, -29.67492], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 5.0782, 37.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 5.0782, 37.5], + "lerp_mode": "catmullrom" + } + } + }, + "Rred8": { + "rotation": { + "0.0": { + "post": [0, -5, 30], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [3.54002, -3.53329, -15.10922], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [1.29717, -4.82922, 14.9453], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [1.72923, -4.60729, 9.47675], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [3.21873, -3.82821, -10.1076], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [3.69066, -3.37562, -17.60879], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [3.69, -3.38, -17.61], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, -5, 30], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -5, 30], + "lerp_mode": "catmullrom" + } + } + }, + "right_blue": { + "rotation": [11.90211, 13.16168, 7.28397], + "position": [0, 0, -1] + }, + "Rblue1": { + "rotation": [0, 0, -10] + }, + "Rblue2": { + "rotation": { + "0.0": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-79.7663, 50.8818, 0.35229], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-71.11448, 48.98847, 11.64051], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-65.18086, 5.42455, -1.65096], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-68.38412, -37.00804, -3.72479], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-64.85086, -46.19481, -9.02721], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-69.71043, -24.43868, -1.25136], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-75.63646, -28.18127, 12.06538], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue3": { + "rotation": { + "0.0": { + "post": [0, 0, -35], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, -7.5, -30], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-4.81502, 1.73496, 9.61166], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-4.64602, 2.14756, 14.59748], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5.11735, -0.01407, -10.31476], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-5.04089, -0.89778, -20.27093], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, -35], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -35], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue4": { + "rotation": { + "0.0": { + "post": [-12.5, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-12.31594, 2.15393, -12.73242], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-12.01598, 5.28433, 1.94093], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-8.68823, -3.08723, 10.84164], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-8.67602, -0.61587, 10.46409], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-7.93836, 1.41523, -10.02774], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-8.0307, 0.72027, -14.9801], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-8.03, 0.72, -14.98], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-12.5, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.5, 0, -22.5], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue5": { + "rotation": { + "0.0": { + "post": [-12.5, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-12.47957, 3.80136, -10.9614], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-11.35715, 2.96826, 9.65434], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-11.06089, 3.9408, 14.56784], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [1.43911, 3.9408, 14.56784], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0.63358, -3.78376, 26.90339], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [2.92707, 4.99942, -12.75689], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [1.5496, 10.58436, -27.67435], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [1.55, 10.58, -27.67], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-12.5, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.5, 0, -5], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue6": { + "rotation": { + "0.0": { + "post": [-7.4366, 0.9762, 22.4366], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-5.88063, 12.59836, -26.5295], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [1.45236, -3.85363, 11.36692], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [1.11052, -3.96552, 16.37733], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [1.45236, -3.85363, 11.36692], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [1.04954, -1.68341, 26.43199], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [1.86247, 4.30062, -10.90157], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [1.0979, 9.55765, -20.8323], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0.25476, 9.61915, -25.90055], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-7.4366, 0.9762, 22.4366], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-7.4366, 0.9762, 22.4366], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue7": { + "rotation": { + "0.0": { + "post": [1.6322, 7.3212, 40.1044], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-5.65734, 12.52333, -20.98527], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-1.567, 13.6352, -3.05138], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.08366, 13.56715, 12.38385], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [2.02944, 3.57356, 12.0214], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [2.02585, 1.07512, 11.93288], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [1.23303, 9.44223, -17.90446], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0.81626, 9.48694, -20.43856], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-0.01791, 9.52502, -25.50956], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [1.6322, 7.3212, 40.1044], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1.6322, 7.3212, 40.1044], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue8": { + "rotation": { + "0.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 12.5, -12.5], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [3.28396, 12.06754, 2.84721], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5.84485, 11.06861, 15.56681], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [5.74718, 3.60684, 14.8037], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [5.74881, -3.85556, 14.05308], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [6.79391, 3.59679, -7.74342], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [6.26898, 4.45112, -15.21312], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [6.27, 4.45, -15.21], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [17.88307, -17.19572, -1.23212], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [22.70413, -25.80253, -10.70462], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [21.03402, 24.5103, 1.08018], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [19.90992, 68.20678, 5.64631], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [12.45974, 29.18237, 7.60745], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftleg": { + "rotation": { + "0.0": [-33.0481, 8.79957, -28.3725], + "0.5833": [-59.74443, 40.6697, -54.10847], + "0.9167": [-53.66125, 26.07719, -55.16254], + "1.0417": [-32.97938, -2.41386, -44.99871], + "1.1667": [-6.32161, -46.2257, -42.35682], + "1.25": [57.92223, -68.59896, -104.79444], + "1.4167": [34.01695, -63.13928, -77.98354], + "1.5833": [34.01695, -63.13928, -77.98354], + "1.75": { + "pre": [79.89703, -67.78659, -121.11372], + "post": [79.89703, -67.78659, -121.11372], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [43.0854, -65.70035, -85.55697], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-8.69, -39.05, -39.97], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-33.0481, 8.79957, -28.3725], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-33.0481, 8.79957, -28.3725], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [-0.25, -5.5, -1], + "0.5833": [-5.75, -9.25, 0], + "0.9167": [-8.5, -10.5, 3.75], + "1.0417": [-6.5, -9.75, -3], + "1.1667": [-3.25, -7.75, -7], + "1.25": [-6.25, -8.75, -7.25], + "1.4167": [-7.25, -7.25, -11.25], + "1.5833": [-7.25, -7.25, -11.25], + "1.9167": { + "pre": [-5.45, -6.05, -4.4], + "post": [-5.45, -6.05, -4.4], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-1.42, -5.84, 2.07], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-0.25, -4.5, -1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.25, -5.5, -1], + "lerp_mode": "catmullrom" + } + } + }, + "left_calf": { + "rotation": { + "0.0": [28.76557, -8.80169, 30.06748], + "0.5833": [52.08797, -12.77075, 18.75472], + "0.9167": [39.56149, -12.52384, 18.97334], + "1.0417": [39.4939, -18.71013, 35.47404], + "1.0833": [38.61413, -21.94531, 38.28214], + "1.1667": [41.16305, -18.90409, 31.52416], + "1.2083": [35.75802, -27.04996, 41.86179], + "1.25": [37.43321, -22.98753, 34.84301], + "1.4167": [30.04694, -16.45397, 26.95474], + "1.5833": [30.04694, -16.45397, 26.95474], + "1.75": { + "pre": [60.71576, -11.89618, 23.34775], + "post": [60.71576, -11.89618, 23.34775], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [63.89607, -25.38314, 35.6012], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [42.83455, -21.32153, 39.40869], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [28.76557, -8.80169, 30.06748], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [28.76557, -8.80169, 30.06748], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "0.5833": [0, 0, 0], + "1.1667": [0, 0, 0], + "1.2083": [-1, 0, 0], + "1.25": [0, 0, 0], + "2.6667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightleg": { + "rotation": { + "0.0": [7.908, -17.0721, 24.3063], + "0.5833": [-4.55986, 14.48115, 59.30468], + "0.9167": [9.12978, 17.81349, 44.00642], + "1.0417": [-16.20843, -14.0864, 49.16236], + "1.125": [-67.55394, -30.71111, 64.84681], + "1.2083": [-80.82918, -40.85416, 69.92683], + "1.25": [-90.82918, -40.85416, 69.92683], + "1.4167": [-107.65618, -64.70264, 92.86494], + "1.5833": [-144.28104, -52.37607, 129.94427], + "1.75": { + "pre": [-96.52413, -52.88746, 99.27086], + "post": [-96.52413, -52.88746, 99.27086], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-50.53868, -45.85205, 60.935], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [7.908, -17.0721, 24.3063], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.908, -17.0721, 24.3063], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [1.5, -4.25, -1.25], + "0.5833": [-2.75, -8.25, 4.35], + "0.9167": [-4.5, -8, 8.75], + "1.0417": [-5, -8, -0.25], + "1.125": [-1.5, -9.5, -9.75], + "1.2083": [3.5, -9.5, -12.25], + "1.25": [2.5, -11.5, -13.25], + "1.4167": [3.5, -7.5, -18.5], + "1.5833": [1.56, -7.44, -17.75], + "1.75": { + "pre": [2.97, -6.63, -12.4], + "post": [2.97, -6.63, -12.4], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [5.15, -4.98, -2.21], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [1.5, -3.25, -1.25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1.5, -4.25, -1.25], + "lerp_mode": "catmullrom" + } + } + }, + "right_calf": { + "rotation": { + "0.0": [6.159, 8.63326, -24.0425], + "0.5833": [25.742, 25.5703, -74.79144], + "0.9167": [26.83979, 10.24758, -47.55392], + "1.0417": [34.31987, 16.4145, -58.68091], + "1.125": [45.90768, 12.00551, -41.30116], + "1.2083": [39.99706, 15.33231, -45.14161], + "1.25": [50.8732, 20.83915, -50.4391], + "1.4167": [42.82239, 13.09526, -43.79776], + "1.5833": [25.65672, 23.80489, -51.27815], + "1.75": { + "pre": [37.78019, 19.82063, -48.5983], + "post": [37.78019, 19.82063, -48.5983], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [40.07179, 19.25226, -45.34438], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [6.159, 8.63326, -24.0425], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [6.159, 8.63326, -24.0425], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "0.5833": [0, 0.5, 0], + "0.9167": [0, 0, 0], + "1.0417": [0, 0, 0], + "1.125": [0, 0, 0], + "1.2083": [0, 0, 0], + "1.25": [0, 0, 0], + "1.4167": [0, 0, 0], + "1.5833": [0, 0, 0], + "2.6667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_arm": { + "position": { + "0.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_arm": { + "position": { + "0.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.deoxysattack.special": { + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-6.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -3.75, -2], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, -1.75, -2.5], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, -3.75, -2.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 4.25, -2], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 4.75, 0.25], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 1.25, -2], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, -3.75, -2], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, -1.5, -2], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, -3.75, -2], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -3.75, -2], + "lerp_mode": "catmullrom" + } + } + }, + "hips": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15.63, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 0, 0], + "1.25": [0, 0.5, 0], + "1.5": [0, 0, 0] + } + }, + "left_red": { + "rotation": [-10, 10, 0] + }, + "Lred1": { + "rotation": [0, 0, 2.5], + "position": [0, -0.25, 0] + }, + "Lred2": { + "rotation": { + "0.0": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-42.5, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-65, 22.5, 5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-62.5, -5, -10], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-62.5, -5, -10], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-62.5, -5, -10], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-20, -5, -22.5], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-20, -5, -22.5], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-11.25, -2.81, 8.59], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + } + } + }, + "Lred3": { + "rotation": { + "0.0": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, 45], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 5, 7.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 5, -7.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 5, -7.5], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 5, -27.5], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 5, -27.5], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + } + } + }, + "Lred4": { + "rotation": { + "0.0": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, 42.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 5, 2.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 5, -12.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 5, -12.5], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 5, -25], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 5, -25], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, 2.89, -11.2], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + } + } + }, + "Lred5": { + "rotation": { + "0.0": { + "post": [5, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [5, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [5, 0, 37.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 5, -5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [5, 5, -15], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [5, 5, -15], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [5, 5, 20], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [5, 5, 20], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [5, 3.33, -11.67], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [5, 0, 15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [5, 0, 15], + "lerp_mode": "catmullrom" + } + } + }, + "Lred6": { + "rotation": { + "0.0": { + "post": [7.4914, 0.3991, -19.968], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [7.49, 0.4, 15.03], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [7.49, 0.4, 30.03], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [7.49, 0.4, -7.47], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [7.49, 0.4, -17.47], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [7.49, 0.4, -17.47], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [7.49, 0.4, 25.03], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [7.49, 0.4, 25.03], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [7.49, 0.4, -22.47], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [7.4914, 0.3991, -19.968], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.4914, 0.3991, -19.968], + "lerp_mode": "catmullrom" + } + } + }, + "Lred7": { + "rotation": { + "0.0": { + "post": [-0.2204, 5.0782, -40.0085], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-0.22, 5.08, -12.51], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-0.22, 5.08, 12.49], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-0.22, 5.08, -7.51], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-0.22, 5.08, -12.51], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-0.22, 5.08, -12.51], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-0.22, 5.08, 32.49], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-0.22, 5.08, 32.49], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-0.22, 5.08, -11.73], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [-0.2204, 5.0782, -40.0085], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.2204, 5.0782, -40.0085], + "lerp_mode": "catmullrom" + } + } + }, + "Lred8": { + "rotation": { + "0.0": { + "post": [-0.2204, 5.0823, -32.5083], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-0.22, 5.08, -12.51], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-0.22, 5.08, 17.49], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-0.22, 5.08, -5.01], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-0.22, 5.08, -12.51], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-0.22, 5.08, -12.51], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-0.22, 5.08, 22.49], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-0.22, 5.08, 22.49], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [-0.2204, 5.0823, -32.5083], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.2204, 5.0823, -32.5083], + "lerp_mode": "catmullrom" + } + } + }, + "left_blue": { + "rotation": [10.88963, -17.44726, 2.43535], + "position": [0, 0.5, -1] + }, + "Lblue2": { + "rotation": { + "0.0": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-55, 15, -2.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-82.5, 50, 5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-82.5, 22.5, -2.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-82.5, 12.5, -2.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-82.5, 12.5, -2.5], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-57.5, -5, -5], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-57.5, -5, -5], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue3": { + "rotation": { + "0.0": { + "post": [0, 0, 35], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [5, 5, 37.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 2.5, 7.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 2.5, -7.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-5, 2.5, -7.5], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-5, 5, -32.5], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-5, 5, -32.5], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 0, 35], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 35], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue4": { + "rotation": { + "0.0": { + "post": [-12.5, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-12.5, 0, 40], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-12.5, -2.5, 42.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 2.5, 2.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-2.5, 2.5, -12.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-2.5, 2.5, -12.5], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [15, 7.5, -32.5], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [15, 7.5, -32.5], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [-12.5, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.5, 0, 22.5], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue5": { + "rotation": { + "0.0": { + "post": [-12.5, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-12.5, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-2.5, -5, 35], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 2.5, -2.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-2.5, 2.5, -17.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-2.5, 2.5, -17.5], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [7.5, 5, 7.5], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [7.5, 5, 7.5], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0.83, 3.33, -10.83], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [-12.5, 0, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.5, 0, 5], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue6": { + "rotation": { + "0.0": { + "post": [-7.4366, -0.9762, -22.4366], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-7.44, -0.98, 25.06], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-7.44, -10.98, 30.06], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-7.44, 4.02, -12.44], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-7.44, 4.02, -32.44], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-7.44, 4.02, -32.44], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-7.44, 4.02, 20.06], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-7.44, 4.02, 20.06], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-7.44, 2.35, -6.61], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [-7.4366, -0.9762, -22.4366], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-7.4366, -0.9762, -22.4366], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue7": { + "rotation": { + "0.0": { + "post": [1.6322, -7.3212, -40.1044], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [1.63, -7.32, -15.1], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [1.63, -7.32, 19.9], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [1.63, 5.18, -12.6], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [1.63, 5.18, -12.6], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [1.63, 5.18, 29.9], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [1.63, 5.18, 29.9], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [1.6322, -7.3212, -40.1044], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1.6322, -7.3212, -40.1044], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue8": { + "rotation": { + "0.0": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 5, -12.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 5, -12.5], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 5, 27.5], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, 5, 27.5], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + } + } + }, + "right_red": { + "rotation": [-12.91802, -9.44991, 2.4743] + }, + "Rred1": { + "rotation": [0, 0, -5], + "position": [0, -0.25, 0], + "scale": 1 + }, + "Rred2": { + "rotation": { + "0.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-55, -7.5, -22.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-80, -15, -7.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-62.5, 5, 10], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-62.5, 5, 10], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-62.5, 5, 10], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-20, 5, 30], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-20, 5, 30], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-8.62, 2.89, -12.25], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + } + } + }, + "Rred3": { + "rotation": { + "0.0": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, -32.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, -47.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -5, -2.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, -5, 12.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, -5, 12.5], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, -5, 27.5], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, -5, 27.5], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, -2.89, 10.32], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + } + } + }, + "Rred4": { + "rotation": { + "0.0": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, -32.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, -45], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -5, -2.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, -5, 12.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, -5, 12.5], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, -5, 25], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, -5, 25], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, -2.89, 11.2], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + } + } + }, + "Rred5": { + "rotation": { + "0.0": { + "post": [5, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [5, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [5, 0, -50], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, -5, 5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [5, -5, 15], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [5, -5, 15], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [5, -5, -20], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [5, -5, -20], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [5, -3.33, 16.67], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [5, 0, -15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [5, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "Rred6": { + "rotation": { + "0.0": { + "post": [7.5, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [7.5, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [7.5, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [7.49, -0.4, 7.47], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [7.49, -0.4, 17.47], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [7.49, -0.4, 17.47], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [7.49, -0.4, -25.03], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [7.49, -0.4, -25.03], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [7.49, -0.27, 9.15], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [7.5, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.5, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "Rred7": { + "rotation": { + "0.0": { + "post": [0, 5.0782, 37.5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 5.08, 17.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, -4.92, -25], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-0.22, -5.08, 7.51], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-0.22, -5.08, 12.51], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-0.22, -5.08, 12.51], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-0.22, -5.08, -32.49], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-0.22, -5.08, -32.49], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-0.13, -0.79, 8.94], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 5.0782, 37.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 5.0782, 37.5], + "lerp_mode": "catmullrom" + } + } + }, + "Rred8": { + "rotation": { + "0.0": { + "post": [0, -5, 30], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, -5, 10], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, -5, -12.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-0.22, -5.08, 5.01], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-0.22, -5.08, 12.51], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-0.22, -5.08, 12.51], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-0.22, -5.08, -22.49], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-0.22, -5.08, -22.49], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, -5, 30], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -5, 30], + "lerp_mode": "catmullrom" + } + } + }, + "right_blue": { + "rotation": [11.90211, 13.16168, 7.28397], + "position": [0, 0, -1] + }, + "Rblue1": { + "rotation": [0, 0, -10] + }, + "Rblue2": { + "rotation": { + "0.0": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-57.5, -10, 2.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-92.5, -40, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-82.5, -22.5, 2.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-82.5, -12.5, 2.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-82.5, -12.5, 2.5], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-57.5, 5, 10], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-57.5, 5, 10], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue3": { + "rotation": { + "0.0": { + "post": [0, 0, -35], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, -40], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, -5, -45], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, -2.5, -7.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, -2.5, 7.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-5, -2.5, 7.5], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-5, -5, 32.5], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-5, -5, 32.5], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 0, -35], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -35], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue4": { + "rotation": { + "0.0": { + "post": [-12.5, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-12.5, 0, -42.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-12.5, -5, -55], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, -2.5, -2.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-2.5, -2.5, 12.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-2.5, -2.5, 12.5], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [15, -7.5, 32.5], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [15, -7.5, 32.5], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [-12.5, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.5, 0, -22.5], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue5": { + "rotation": { + "0.0": { + "post": [-12.5, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-12.5, 0, -25], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-12.5, 7.5, -30], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, -2.5, 2.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-2.5, -2.5, 17.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-2.5, -2.5, 17.5], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [7.5, -5, -7.5], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [7.5, -5, -7.5], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0.83, -3.33, 8.33], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [-12.5, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.5, 0, -5], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue6": { + "rotation": { + "0.0": { + "post": [-7.4366, 0.9762, 22.4366], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-7.44, -1.52, 7.44], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-7.44, 10.98, -30.06], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-7.44, -4.02, 12.44], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-7.44, -4.02, 32.44], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-7.44, -4.02, 32.44], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-7.44, -4.02, -20.06], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-7.44, -4.02, -20.06], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-7.44, -2.35, 4.11], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [-7.4366, 0.9762, 22.4366], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-7.4366, 0.9762, 22.4366], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue7": { + "rotation": { + "0.0": { + "post": [1.6322, 7.3212, 40.1044], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [1.63, 7.32, 17.6], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [1.63, 12.32, -27.4], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [1.63, -5.18, 12.6], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [1.63, -5.18, 12.6], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [1.63, -5.18, -29.9], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [1.63, -5.18, -29.9], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [1.6322, 7.3212, 40.1044], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1.6322, 7.3212, 40.1044], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue8": { + "rotation": { + "0.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -5, 12.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, -5, 12.5], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, -5, -27.5], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, -5, -27.5], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0.83, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0.83, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [15.81, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftleg": { + "rotation": { + "0.0": { + "post": [-33.0481, 8.79957, -28.3725], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-53.05, 8.8, -25.87], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-48.05, 8.8, -25.87], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-7.092, 27.0721, -29.3063], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-7.092, 27.0721, -29.3063], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-27.09, 19.57, -24.31], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [-33.0481, 8.79957, -28.3725], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-33.0481, 8.79957, -28.3725], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.25, -5.5, -1], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-0.25, -2.5, 2], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-0.25, -4, 3], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-1.5, 3.75, -1.25], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-1.5, 4.75, -1.25], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-1.5, 0.75, -1.25], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, -4.25, -1.25], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, -1.75, -1.25], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [-0.25, -5.5, -1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.25, -5.5, -1], + "lerp_mode": "catmullrom" + } + } + }, + "left_calf": { + "rotation": { + "0.0": { + "post": [29.3481, -6.3721, 25.6585], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [54.35, -31.37, 58.16], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [54.35, -31.37, 58.16], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [6.159, -8.63326, 19.0425], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [1.16, -8.63, 11.54], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [6.159, -8.63326, 19.0425], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [38.66, -8.63, 51.54], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [38.66, -8.63, 41.54], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [29.3481, -6.3721, 25.6585], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [29.3481, -6.3721, 25.6585], + "lerp_mode": "catmullrom" + } + } + }, + "rightleg": { + "rotation": { + "0.0": { + "post": [7.908, -17.0721, 24.3063], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-40.55, -18.8, 20.87], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-35.55, -18.8, 20.87], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-7.092, -27.0721, 26.8063], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-7.092, -27.0721, 26.8063], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-14.59, -34.57, 19.31], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [7.908, -17.0721, 24.3063], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.908, -17.0721, 24.3063], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [1.5, -4.25, -1.25], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0.25, -2.5, 2], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0.25, -4, 3], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [1.5, 3.75, -1.25], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [1.5, 4.75, -1.25], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [1.5, 0.75, -1.25], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0.5, -3, -1.25], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [1.25, -0.75, -1.25], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [1.5, -4.25, -1.25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1.5, -4.25, -1.25], + "lerp_mode": "catmullrom" + } + } + }, + "right_calf": { + "rotation": { + "0.0": { + "post": [6.159, 8.63326, -24.0425], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [56.85, 31.37, -55.66], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [56.85, 31.37, -55.66], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [6.159, 8.63326, -19.0425], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [1.16, 8.63, -11.54], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [6.159, 8.63326, -19.0425], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [28.66, 8.63, -56.54], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [28.66, 8.63, -44.04], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [6.159, 8.63326, -24.0425], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [6.159, 8.63326, -24.0425], + "lerp_mode": "catmullrom" + } + } + }, + "left_arm": { + "position": [0, 0.5, 0] + }, + "right_arm": { + "position": [0, 0.5, 0] + }, + "Lblue1": { + "rotation": [0, 0, 0] + } + } + }, + "animation.deoxysattack.status": { + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-6.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -3.75, -2], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, -1.75, -2.5], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, -3.75, -2.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 4.25, -2], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 4.75, 0.25], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 1.25, -2], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, -3.75, -2], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, -1.5, -2], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, -3.75, -2], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -3.75, -2], + "lerp_mode": "catmullrom" + } + } + }, + "hips": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15.63, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 0, 0], + "1.25": [0, 0.5, 0], + "1.5": [0, 0, 0] + } + }, + "left_red": { + "rotation": [-10, 10, 0] + }, + "Lred1": { + "rotation": [0, 0, 2.5], + "position": [0, -0.25, 0] + }, + "Lred2": { + "rotation": { + "0.0": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-42.5, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-65, 22.5, 5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-62.5, -5, -10], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-62.5, -5, -10], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-62.5, -5, -10], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-20, -5, -22.5], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-20, -5, -22.5], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-11.25, -2.81, 8.59], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + } + } + }, + "Lred3": { + "rotation": { + "0.0": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, 45], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 5, 7.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 5, -7.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 5, -7.5], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 5, -27.5], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 5, -27.5], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + } + } + }, + "Lred4": { + "rotation": { + "0.0": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, 42.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 5, 2.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 5, -12.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 5, -12.5], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 5, -25], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 5, -25], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, 2.89, -11.2], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + } + } + }, + "Lred5": { + "rotation": { + "0.0": { + "post": [5, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [5, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [5, 0, 37.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 5, -5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [5, 5, -15], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [5, 5, -15], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [5, 5, 20], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [5, 5, 20], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [5, 3.33, -11.67], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [5, 0, 15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [5, 0, 15], + "lerp_mode": "catmullrom" + } + } + }, + "Lred6": { + "rotation": { + "0.0": { + "post": [7.4914, 0.3991, -19.968], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [7.49, 0.4, 15.03], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [7.49, 0.4, 30.03], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [7.49, 0.4, -7.47], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [7.49, 0.4, -17.47], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [7.49, 0.4, -17.47], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [7.49, 0.4, 25.03], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [7.49, 0.4, 25.03], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [7.49, 0.4, -22.47], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [7.4914, 0.3991, -19.968], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.4914, 0.3991, -19.968], + "lerp_mode": "catmullrom" + } + } + }, + "Lred7": { + "rotation": { + "0.0": { + "post": [-0.2204, 5.0782, -40.0085], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-0.22, 5.08, -12.51], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-0.22, 5.08, 12.49], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-0.22, 5.08, -7.51], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-0.22, 5.08, -12.51], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-0.22, 5.08, -12.51], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-0.22, 5.08, 32.49], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-0.22, 5.08, 32.49], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-0.22, 5.08, -11.73], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [-0.2204, 5.0782, -40.0085], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.2204, 5.0782, -40.0085], + "lerp_mode": "catmullrom" + } + } + }, + "Lred8": { + "rotation": { + "0.0": { + "post": [-0.2204, 5.0823, -32.5083], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-0.22, 5.08, -12.51], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-0.22, 5.08, 17.49], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-0.22, 5.08, -5.01], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-0.22, 5.08, -12.51], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-0.22, 5.08, -12.51], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-0.22, 5.08, 22.49], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-0.22, 5.08, 22.49], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [-0.2204, 5.0823, -32.5083], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.2204, 5.0823, -32.5083], + "lerp_mode": "catmullrom" + } + } + }, + "left_blue": { + "rotation": [10.88963, -17.44726, 2.43535], + "position": [0, 0.5, -1] + }, + "Lblue2": { + "rotation": { + "0.0": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-55, 15, -2.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-82.5, 50, 5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-82.5, 22.5, -2.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-82.5, 12.5, -2.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-82.5, 12.5, -2.5], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-57.5, -5, -5], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-57.5, -5, -5], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue3": { + "rotation": { + "0.0": { + "post": [0, 0, 35], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [5, 5, 37.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 2.5, 7.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 2.5, -7.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-5, 2.5, -7.5], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-5, 5, -32.5], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-5, 5, -32.5], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 0, 35], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 35], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue4": { + "rotation": { + "0.0": { + "post": [-12.5, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-12.5, 0, 40], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-12.5, -2.5, 42.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 2.5, 2.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-2.5, 2.5, -12.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-2.5, 2.5, -12.5], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [15, 7.5, -32.5], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [15, 7.5, -32.5], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [-12.5, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.5, 0, 22.5], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue5": { + "rotation": { + "0.0": { + "post": [-12.5, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-12.5, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-2.5, -5, 35], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 2.5, -2.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-2.5, 2.5, -17.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-2.5, 2.5, -17.5], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [7.5, 5, 7.5], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [7.5, 5, 7.5], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0.83, 3.33, -10.83], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [-12.5, 0, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.5, 0, 5], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue6": { + "rotation": { + "0.0": { + "post": [-7.4366, -0.9762, -22.4366], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-7.44, -0.98, 25.06], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-7.44, -10.98, 30.06], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-7.44, 4.02, -12.44], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-7.44, 4.02, -32.44], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-7.44, 4.02, -32.44], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-7.44, 4.02, 20.06], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-7.44, 4.02, 20.06], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-7.44, 2.35, -6.61], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [-7.4366, -0.9762, -22.4366], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-7.4366, -0.9762, -22.4366], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue7": { + "rotation": { + "0.0": { + "post": [1.6322, -7.3212, -40.1044], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [1.63, -7.32, -15.1], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [1.63, -7.32, 19.9], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [1.63, 5.18, -12.6], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [1.63, 5.18, -12.6], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [1.63, 5.18, 29.9], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [1.63, 5.18, 29.9], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [1.6322, -7.3212, -40.1044], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1.6322, -7.3212, -40.1044], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue8": { + "rotation": { + "0.0": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 5, -12.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 5, -12.5], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 5, 27.5], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, 5, 27.5], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + } + } + }, + "right_red": { + "rotation": [-12.91802, -9.44991, 2.4743] + }, + "Rred1": { + "rotation": [0, 0, -5], + "position": [0, -0.25, 0], + "scale": 1 + }, + "Rred2": { + "rotation": { + "0.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-55, -7.5, -22.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-80, -15, -7.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-62.5, 5, 10], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-62.5, 5, 10], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-62.5, 5, 10], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-20, 5, 30], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-20, 5, 30], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-8.62, 2.89, -12.25], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + } + } + }, + "Rred3": { + "rotation": { + "0.0": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, -32.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, -47.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -5, -2.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, -5, 12.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, -5, 12.5], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, -5, 27.5], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, -5, 27.5], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, -2.89, 10.32], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + } + } + }, + "Rred4": { + "rotation": { + "0.0": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, -32.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, -45], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -5, -2.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, -5, 12.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, -5, 12.5], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, -5, 25], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, -5, 25], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, -2.89, 11.2], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + } + } + }, + "Rred5": { + "rotation": { + "0.0": { + "post": [5, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [5, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [5, 0, -50], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, -5, 5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [5, -5, 15], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [5, -5, 15], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [5, -5, -20], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [5, -5, -20], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [5, -3.33, 16.67], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [5, 0, -15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [5, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "Rred6": { + "rotation": { + "0.0": { + "post": [7.5, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [7.5, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [7.5, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [7.49, -0.4, 7.47], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [7.49, -0.4, 17.47], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [7.49, -0.4, 17.47], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [7.49, -0.4, -25.03], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [7.49, -0.4, -25.03], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [7.49, -0.27, 9.15], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [7.5, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.5, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "Rred7": { + "rotation": { + "0.0": { + "post": [0, 5.0782, 37.5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 5.08, 17.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, -4.92, -25], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-0.22, -5.08, 7.51], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-0.22, -5.08, 12.51], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-0.22, -5.08, 12.51], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-0.22, -5.08, -32.49], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-0.22, -5.08, -32.49], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-0.13, -0.79, 8.94], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 5.0782, 37.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 5.0782, 37.5], + "lerp_mode": "catmullrom" + } + } + }, + "Rred8": { + "rotation": { + "0.0": { + "post": [0, -5, 30], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, -5, 10], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, -5, -12.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-0.22, -5.08, 5.01], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-0.22, -5.08, 12.51], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-0.22, -5.08, 12.51], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-0.22, -5.08, -22.49], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-0.22, -5.08, -22.49], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, -5, 30], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -5, 30], + "lerp_mode": "catmullrom" + } + } + }, + "right_blue": { + "rotation": [11.90211, 13.16168, 7.28397], + "position": [0, 0, -1] + }, + "Rblue1": { + "rotation": [0, 0, -10] + }, + "Rblue2": { + "rotation": { + "0.0": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-57.5, -10, 2.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-92.5, -40, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-82.5, -22.5, 2.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-82.5, -12.5, 2.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-82.5, -12.5, 2.5], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-57.5, 5, 10], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-57.5, 5, 10], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue3": { + "rotation": { + "0.0": { + "post": [0, 0, -35], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, -40], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, -5, -45], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, -2.5, -7.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, -2.5, 7.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-5, -2.5, 7.5], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-5, -5, 32.5], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-5, -5, 32.5], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 0, -35], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -35], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue4": { + "rotation": { + "0.0": { + "post": [-12.5, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-12.5, 0, -42.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-12.5, -5, -55], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, -2.5, -2.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-2.5, -2.5, 12.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-2.5, -2.5, 12.5], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [15, -7.5, 32.5], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [15, -7.5, 32.5], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [-12.5, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.5, 0, -22.5], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue5": { + "rotation": { + "0.0": { + "post": [-12.5, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-12.5, 0, -25], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-12.5, 7.5, -30], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, -2.5, 2.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-2.5, -2.5, 17.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-2.5, -2.5, 17.5], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [7.5, -5, -7.5], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [7.5, -5, -7.5], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0.83, -3.33, 8.33], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [-12.5, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.5, 0, -5], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue6": { + "rotation": { + "0.0": { + "post": [-7.4366, 0.9762, 22.4366], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-7.44, -1.52, 7.44], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-7.44, 10.98, -30.06], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-7.44, -4.02, 12.44], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-7.44, -4.02, 32.44], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-7.44, -4.02, 32.44], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-7.44, -4.02, -20.06], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-7.44, -4.02, -20.06], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-7.44, -2.35, 4.11], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [-7.4366, 0.9762, 22.4366], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-7.4366, 0.9762, 22.4366], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue7": { + "rotation": { + "0.0": { + "post": [1.6322, 7.3212, 40.1044], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [1.63, 7.32, 17.6], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [1.63, 12.32, -27.4], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [1.63, -5.18, 12.6], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [1.63, -5.18, 12.6], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [1.63, -5.18, -29.9], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [1.63, -5.18, -29.9], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [1.6322, 7.3212, 40.1044], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1.6322, 7.3212, 40.1044], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue8": { + "rotation": { + "0.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -5, 12.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, -5, 12.5], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, -5, -27.5], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, -5, -27.5], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0.83, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0.83, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [15.81, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftleg": { + "rotation": { + "0.0": { + "post": [-33.0481, 8.79957, -28.3725], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-53.05, 8.8, -25.87], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-48.05, 8.8, -25.87], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-7.092, 27.0721, -29.3063], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-7.092, 27.0721, -29.3063], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-27.09, 19.57, -24.31], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [-33.0481, 8.79957, -28.3725], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-33.0481, 8.79957, -28.3725], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.25, -5.5, -1], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-0.25, -2.5, 2], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-0.25, -4, 3], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-1.5, 3.75, -1.25], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-1.5, 4.75, -1.25], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-1.5, 0.75, -1.25], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, -4.25, -1.25], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, -1.75, -1.25], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [-0.25, -5.5, -1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.25, -5.5, -1], + "lerp_mode": "catmullrom" + } + } + }, + "left_calf": { + "rotation": { + "0.0": { + "post": [29.3481, -6.3721, 25.6585], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [54.35, -31.37, 58.16], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [54.35, -31.37, 58.16], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [6.159, -8.63326, 19.0425], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [1.16, -8.63, 11.54], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [6.159, -8.63326, 19.0425], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [38.66, -8.63, 51.54], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [38.66, -8.63, 41.54], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [29.3481, -6.3721, 25.6585], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [29.3481, -6.3721, 25.6585], + "lerp_mode": "catmullrom" + } + } + }, + "rightleg": { + "rotation": { + "0.0": { + "post": [7.908, -17.0721, 24.3063], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-40.55, -18.8, 20.87], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-35.55, -18.8, 20.87], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-7.092, -27.0721, 26.8063], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-7.092, -27.0721, 26.8063], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-14.59, -34.57, 19.31], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [7.908, -17.0721, 24.3063], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.908, -17.0721, 24.3063], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [1.5, -4.25, -1.25], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0.25, -2.5, 2], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0.25, -4, 3], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [1.5, 3.75, -1.25], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [1.5, 4.75, -1.25], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [1.5, 0.75, -1.25], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0.5, -3, -1.25], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [1.25, -0.75, -1.25], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [1.5, -4.25, -1.25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1.5, -4.25, -1.25], + "lerp_mode": "catmullrom" + } + } + }, + "right_calf": { + "rotation": { + "0.0": { + "post": [6.159, 8.63326, -24.0425], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [56.85, 31.37, -55.66], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [56.85, 31.37, -55.66], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [6.159, 8.63326, -19.0425], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [1.16, 8.63, -11.54], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [6.159, 8.63326, -19.0425], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [28.66, 8.63, -56.54], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [28.66, 8.63, -44.04], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [6.159, 8.63326, -24.0425], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [6.159, 8.63326, -24.0425], + "lerp_mode": "catmullrom" + } + } + }, + "left_arm": { + "position": [0, 0.5, 0] + }, + "right_arm": { + "position": [0, 0.5, 0] + }, + "Lblue1": { + "rotation": [0, 0, 0] + } + } + }, + "animation.deoxysattack.battle_base": { + "loop": true, + "animation_length": 2.5, + "bones": { + "body": { + "rotation": [10, 0, 0], + "position": [0, -3.75, -2] + }, + "hips": { + "rotation": [-10, 0, 0] + }, + "left_red": { + "rotation": [-10, 10, 0] + }, + "Lred1": { + "rotation": [0, 0, 2.5], + "position": [0, -0.25, 0] + }, + "Lred2": { + "rotation": [0, 0, 22.5] + }, + "Lred3": { + "rotation": [0, 0, 27.5] + }, + "Lred4": { + "rotation": [0, 0, 27.5] + }, + "Lred5": { + "rotation": [5, 0, 15] + }, + "Lred6": { + "rotation": [7.4914, 0.3991, -19.968] + }, + "Lred7": { + "rotation": [-0.2204, 5.0782, -40.0085] + }, + "Lred8": { + "rotation": [-0.2204, 5.0823, -32.5083] + }, + "left_blue": { + "rotation": [10.88963, -17.44726, 2.43535], + "position": [0, 0.5, -1] + }, + "Lblue2": { + "rotation": [0, 0, 25] + }, + "Lblue3": { + "rotation": [0, 0, 35] + }, + "Lblue4": { + "rotation": [-12.5, 0, 22.5] + }, + "Lblue5": { + "rotation": [-12.5, 0, 5] + }, + "Lblue6": { + "rotation": [-7.4366, -0.9762, -22.4366] + }, + "Lblue7": { + "rotation": [1.6322, -7.3212, -40.1044] + }, + "Lblue8": { + "rotation": [0, 0, -30] + }, + "right_red": { + "rotation": [-12.91802, -9.44991, 2.4743] + }, + "Rred1": { + "rotation": [0, 0, -5], + "position": [0, -0.25, 0], + "scale": 1 + }, + "Rred2": { + "rotation": [0, 0, -22.5] + }, + "Rred3": { + "rotation": [0, 0, -27.5] + }, + "Rred4": { + "rotation": [0, 0, -27.5] + }, + "Rred5": { + "rotation": [5, 0, -15] + }, + "Rred6": { + "rotation": [7.5, 0, 17.5] + }, + "Rred7": { + "rotation": [0, 5.0782, 37.5] + }, + "Rred8": { + "rotation": [0, -5, 30] + }, + "right_blue": { + "rotation": [11.90211, 13.16168, 7.28397], + "position": [0, 0, -1] + }, + "Rblue1": { + "rotation": [0, 0, -10] + }, + "Rblue2": { + "rotation": [0, 0, -25] + }, + "Rblue3": { + "rotation": [0, 0, -35] + }, + "Rblue4": { + "rotation": [-12.5, 0, -22.5] + }, + "Rblue5": { + "rotation": [-12.5, 0, -5] + }, + "Rblue6": { + "rotation": [-7.4366, 0.9762, 22.4366] + }, + "Rblue7": { + "rotation": [1.6322, 7.3212, 40.1044] + }, + "Rblue8": { + "rotation": [0, 0, 30] + }, + "head": { + "rotation": [-2.5, 0, 0] + }, + "leftleg": { + "rotation": [-33.0481, 8.79957, -28.3725], + "position": [-0.25, -5.5, -1] + }, + "left_calf": { + "rotation": [29.3481, -6.3721, 25.6585] + }, + "rightleg": { + "rotation": [7.908, -17.0721, 24.3063], + "position": [1.5, -4.25, -1.25] + }, + "right_calf": { + "rotation": [6.159, 8.63326, -24.0425] + }, + "left_arm": { + "position": [0, 0.5, 0] + }, + "right_arm": { + "position": [0, 0.5, 0] + }, + "Lblue1": { + "rotation": [0, 0, 0] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/deoxysdefense/deoxysdefense.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/deoxysdefense/deoxysdefense.animation.json new file mode 100644 index 0000000..4f48438 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/deoxysdefense/deoxysdefense.animation.json @@ -0,0 +1,6258 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.deoxysdefense.pose": { + "loop": true, + "bones": { + "body": { + "rotation": [10, 0, 0] + }, + "hips": { + "rotation": [-2.5, 0, 0] + }, + "head": { + "rotation": [10, 0, 0] + }, + "leftarm_red": { + "rotation": [8.61776, 8.55599, -38.67593] + }, + "Lred1": { + "rotation": [0, 7.5, 0] + }, + "Lred2": { + "rotation": [2.5, 10, 0] + }, + "Lred3": { + "rotation": [2.5, 7.5, 0] + }, + "Lred4": { + "rotation": [5, 10, 0] + }, + "Lred5": { + "rotation": [5, 10, 0] + }, + "leftarm_blue": { + "rotation": [18.73462, 16.96825, -33.38001] + }, + "Lblue2": { + "rotation": [0.44067, 9.99038, 2.53852] + }, + "Lblue3": { + "rotation": [0.32902, 7.49282, 2.52154] + }, + "Lblue4": { + "rotation": [0.32902, 7.49282, 2.52154] + }, + "Lblue5": { + "rotation": [0.6574, 7.4713, 5.04292] + }, + "rightarm_red": { + "rotation": [25.78218, -24.73342, 49.21021] + }, + "Rred2": { + "rotation": [0.32902, -7.49282, -2.52154] + }, + "Rred3": { + "rotation": [0.32902, -7.49282, -2.52154] + }, + "Rred4": { + "rotation": [0.32902, -7.49282, -2.52154] + }, + "Rred5": { + "rotation": [0.6574, -7.4713, -5.04292] + }, + "rightarm_blue": { + "rotation": [35, -20, 40] + }, + "Rblue2": { + "rotation": [0, -15, 0], + "position": [0.5, 0, 0] + }, + "Rblue3": { + "rotation": [0, -7.5, 0] + }, + "Rblue4": { + "rotation": [0, -12.5, 0] + }, + "Rblue5": { + "rotation": [0, -12.5, 0] + }, + "leftleg": { + "rotation": [-38.34839, -10.18734, -8.66305] + }, + "left_calf": { + "rotation": [69.13252, -12.95254, 7.63074], + "position": [0, 1.25, 0.5] + }, + "rightleg": { + "rotation": [-35.44582, 11.73507, -4.3361] + }, + "right_thigh": { + "rotation": [-0.88045, -9.96156, 5.07673] + }, + "right_calf": { + "rotation": [55.01637, 9.6164, -3.70261], + "position": [0, 0.75, 0.5] + } + } + }, + "animation.deoxysdefense.ground_idle": { + "loop": true, + "animation_length": 2.5, + "bones": { + "body": { + "rotation": [2.5, "0-math.sin((query.anim_time)*144)*5", 0], + "position": [0, 0, -0.5] + }, + "hips": { + "rotation": [0, "0-math.sin((query.anim_time)*144)*3", 0], + "position": ["0-math.sin((query.anim_time)*144)*1", "-4-math.sin((query.anim_time)*288)*0.4", -2] + }, + "head": { + "rotation": [2.5, 0, 0] + }, + "leftarm_red": { + "rotation": [0, 0, -5] + }, + "Lred1": { + "rotation": ["0-math.sin((query.anim_time)*144)*5", "0-math.sin((query.anim_time-0.6)*144)*3", -2.5] + }, + "Lred2": { + "rotation": [0, "0-math.sin((query.anim_time-0.3)*144)*3", 5] + }, + "Lred3": { + "rotation": [0, "0-math.sin((query.anim_time-0.4)*144)*3", 2.5] + }, + "Lred4": { + "rotation": [0, "0-math.sin((query.anim_time-0.5)*144)*3", 5] + }, + "Lred5": { + "rotation": [0, "0-math.sin((query.anim_time-0.6)*144)*3", 5] + }, + "leftarm_blue": { + "rotation": [0, -5, 0], + "position": [0, 1.5, 0] + }, + "Lblue1": { + "rotation": ["0-math.sin((query.anim_time)*144)*5", "-math.sin((query.anim_time-0.7)*144)*3", -7.5] + }, + "Lblue2": { + "rotation": [0, "0-math.sin((query.anim_time-0.4)*144)*3", 7.5] + }, + "Lblue3": { + "rotation": [0, "0-math.sin((query.anim_time-0.5)*144)*3", 2.5] + }, + "Lblue4": { + "rotation": [0, "0-math.sin((query.anim_time-0.6)*144)*3", 5] + }, + "Lblue5": { + "rotation": [0, "0-math.sin((query.anim_time-0.7)*144)*3", 2.5] + }, + "rightarm_red": { + "rotation": [0, 0, 7.5] + }, + "Rred2": { + "rotation": [0, "0-math.sin((query.anim_time-0.3)*144)*3", -5] + }, + "Rred3": { + "rotation": [0, "0-math.sin((query.anim_time-0.4)*144)*3", -2.5] + }, + "Rred4": { + "rotation": [0, "0-math.sin((query.anim_time-0.5)*144)*3", -5] + }, + "Rred5": { + "rotation": [0, "0-math.sin((query.anim_time-0.6)*144)*3", -5] + }, + "rightarm_blue": { + "rotation": [0, 5, 7.5], + "position": [0, 2, 0] + }, + "Rblue2": { + "rotation": [0, "0-math.sin((query.anim_time-0.4)*144)*3", -7.5] + }, + "Rblue3": { + "rotation": [0, "0-math.sin((query.anim_time-0.5)*144)*3", -2.5] + }, + "Rblue4": { + "rotation": [0, "0-math.sin((query.anim_time-0.6)*144)*3", -5] + }, + "Rblue5": { + "rotation": [0, "0-math.sin((query.anim_time-0.7)*144)*3", -2.5] + }, + "leftleg": { + "rotation": ["-21.616-math.sin((query.anim_time)*288)*3", -13.54835, "-8.4039-math.sin((query.anim_time)*144)*1.6"], + "position": ["0-math.sin((query.anim_time)*144)*1", "-2-math.sin((query.anim_time)*288)*0.4", -3] + }, + "left_calf": { + "rotation": ["34.8974+math.sin((query.anim_time)*288)*5", -2.86544, 4.09918] + }, + "rightleg": { + "rotation": ["-15.3592-math.sin((query.anim_time)*288)*3", 29.92351, "11.6936-math.sin((query.anim_time)*144)*1.6"], + "position": ["1-math.sin((query.anim_time)*144)*1", "-2-math.sin((query.anim_time)*288)*0.4", -3] + }, + "right_calf": { + "rotation": ["34.8974+math.sin((query.anim_time)*288)*5", 2.86544, -4.09918] + }, + "Rred1": { + "rotation": ["0-math.sin((query.anim_time)*144)*5", "-math.sin((query.anim_time-0.6)*144)*3", 0] + }, + "Rblue1": { + "rotation": ["0-math.sin((query.anim_time)*144)*5", "0-math.sin((query.anim_time-0.7)*144)*3", 0] + } + } + }, + "animation.deoxysdefense.ground_walk": { + "loop": true, + "animation_length": 2.5, + "bones": { + "body": { + "rotation": [2.5, 0, 0], + "position": [0, 0, -0.5] + }, + "hips": { + "rotation": ["12.5+math.sin((query.anim_time-0.5)*144)*1", 0, 0], + "position": [0, "-3-math.sin((query.anim_time)*144)*1", -2] + }, + "head": { + "rotation": [-7.5, 0, 0] + }, + "leftarm_red": { + "rotation": [0, 0, -5] + }, + "Lred1": { + "rotation": [0, "0-math.sin((query.anim_time)*144)*1", "-2.5-math.sin((query.anim_time)*144)*1"] + }, + "Lred2": { + "rotation": [0, "-2.5-math.sin((query.anim_time-0.1)*144)*1", "5-math.sin((query.anim_time-0.1)*144)*1"] + }, + "Lred3": { + "rotation": [0, "-2.5-math.sin((query.anim_time-0.2)*144)*1", "2.5-math.sin((query.anim_time-0.2)*144)*1"] + }, + "Lred4": { + "rotation": [0, "-2.5-math.sin((query.anim_time-0.3)*144)*1", "5-math.sin((query.anim_time-0.3)*144)*1"] + }, + "Lred5": { + "rotation": [0, "-2.5-math.sin((query.anim_time-0.4)*144)*1", "5-math.sin((query.anim_time-0.4)*144)*1"] + }, + "leftarm_blue": { + "rotation": [0, -5, 0], + "position": [0, 1.5, 0] + }, + "Lblue1": { + "rotation": [0, "0-math.sin((query.anim_time)*144)*1", "-7.5-math.sin((query.anim_time)*144)*1"] + }, + "Lblue2": { + "rotation": [0, "-2.5-math.sin((query.anim_time-0.1)*144)*1", "7.5-math.sin((query.anim_time-0.1)*144)*1"] + }, + "Lblue3": { + "rotation": [0, "-2.5-math.sin((query.anim_time-0.2)*144)*1", "2.5-math.sin((query.anim_time-0.2)*144)*1"] + }, + "Lblue4": { + "rotation": [0, "-2.5-math.sin((query.anim_time-0.3)*144)*1", "5-math.sin((query.anim_time-0.3)*144)*1"] + }, + "Lblue5": { + "rotation": [0, "-2.5-math.sin((query.anim_time-0.4)*144)*1", "2.5-math.sin((query.anim_time-0.4)*144)*1"] + }, + "rightarm_red": { + "rotation": [0, 0, 7.5] + }, + "Rred2": { + "rotation": [0, "2.5+math.sin((query.anim_time-0.1)*144)*1", "-5+math.sin((query.anim_time-0.1)*144)*1"] + }, + "Rred3": { + "rotation": [0, "2.5+math.sin((query.anim_time-0.2)*144)*1", "-2.5+math.sin((query.anim_time-0.2)*144)*1"] + }, + "Rred4": { + "rotation": [0, "2.5+math.sin((query.anim_time-0.3)*144)*1", "-5+math.sin((query.anim_time-0.3)*144)*1"] + }, + "Rred5": { + "rotation": [0, "2.5+math.sin((query.anim_time-0.4)*144)*1", "-5+math.sin((query.anim_time-0.4)*144)*1"] + }, + "rightarm_blue": { + "rotation": [0, 5, 7.5], + "position": [0, 2, 0] + }, + "Rblue2": { + "rotation": [0, "2.5+math.sin((query.anim_time-0.1)*144)*1", "-7.5+math.sin((query.anim_time-0.1)*144)*1"] + }, + "Rblue3": { + "rotation": [0, "2.5+math.sin((query.anim_time-0.2)*144)*1", "-2.5+math.sin((query.anim_time-0.2)*144)*1"] + }, + "Rblue4": { + "rotation": [0, "2.5+math.sin((query.anim_time-0.3)*144)*1", "-5+math.sin((query.anim_time-0.3)*144)*1"] + }, + "Rblue5": { + "rotation": [0, "2.5+math.sin((query.anim_time-0.4)*144)*1", "-2.5+math.sin((query.anim_time-0.4)*144)*1"] + }, + "leftleg": { + "rotation": ["14.4796-math.sin((query.anim_time)*144)*2", -3.29921, -8.4309], + "position": [0, "-1-math.sin((query.anim_time)*144)*1", -3] + }, + "left_calf": { + "rotation": ["34.8974-math.sin((query.anim_time)*144)*3", -2.86544, 4.09918] + }, + "rightleg": { + "rotation": ["25.3313-math.sin((query.anim_time-0.3)*144)*2", 12.50103, 18.76467], + "position": [1, "-1-math.sin((query.anim_time)*144)*1", -3] + }, + "right_calf": { + "rotation": ["34.8974-math.sin((query.anim_time)*144)*3", 2.86544, -4.09918] + }, + "Rred1": { + "rotation": [0, "0+math.sin((query.anim_time)*144)*1", "0+math.sin((query.anim_time)*144)*1"] + }, + "Rblue1": { + "rotation": [0, "0+math.sin((query.anim_time)*144)*1", "0+math.sin((query.anim_time)*144)*1"] + }, + "Left_arm": { + "rotation": [5.00474, -2.49048, -0.21803] + }, + "Right_arm": { + "rotation": [5.00474, 2.49048, 0.21803] + } + } + }, + "animation.deoxysdefense.battle_stance": { + "loop": true, + "animation_length": 2.5, + "bones": { + "body": { + "rotation": [2.5, "0-math.sin((query.anim_time)*144)*5", 0], + "position": [0, 0, -0.5] + }, + "hips": { + "rotation": [0, "0-math.sin((query.anim_time)*144)*3", 0], + "position": ["0-math.sin((query.anim_time)*144)*1", "-4-math.sin((query.anim_time)*288)*0.4", -2] + }, + "head": { + "rotation": [2.5, "0+math.sin((query.anim_time)*144)*4", 0] + }, + "leftarm_red": { + "rotation": [0, 0, -5] + }, + "Lred1": { + "rotation": ["0-math.sin((query.anim_time)*144)*5", "0-math.sin((query.anim_time-0.6)*144)*4.5", -2.5] + }, + "Lred2": { + "rotation": [0, "0-math.sin((query.anim_time-0.3)*144)*3", 5] + }, + "Lred3": { + "rotation": [0, "0-math.sin((query.anim_time-0.4)*144)*3", 2.5] + }, + "Lred4": { + "rotation": [0, "0-math.sin((query.anim_time-0.5)*144)*3", 5] + }, + "Lred5": { + "rotation": [0, "0-math.sin((query.anim_time-0.6)*144)*3", 5] + }, + "leftarm_blue": { + "rotation": [0, -5, 0], + "position": [0, 1.5, 0] + }, + "Lblue1": { + "rotation": ["0-math.sin((query.anim_time)*144)*5", "-math.sin((query.anim_time-0.7)*144)*4", -7.5] + }, + "Lblue2": { + "rotation": [0, "0-math.sin((query.anim_time-0.4)*144)*3", 7.5] + }, + "Lblue3": { + "rotation": [0, "0-math.sin((query.anim_time-0.5)*144)*3", 2.5] + }, + "Lblue4": { + "rotation": [0, "0-math.sin((query.anim_time-0.6)*144)*3", 5] + }, + "Lblue5": { + "rotation": [0, "0-math.sin((query.anim_time-0.7)*144)*3", 2.5] + }, + "rightarm_red": { + "rotation": [0, 0, 7.5] + }, + "Rred2": { + "rotation": [0, "0-math.sin((query.anim_time-0.3)*144)*3", -5] + }, + "Rred3": { + "rotation": [0, "0-math.sin((query.anim_time-0.4)*144)*3", -2.5] + }, + "Rred4": { + "rotation": [0, "0-math.sin((query.anim_time-0.5)*144)*3", -5] + }, + "Rred5": { + "rotation": [0, "0-math.sin((query.anim_time-0.6)*144)*3", -5] + }, + "rightarm_blue": { + "rotation": [0, 5, 7.5], + "position": [0, 2, 0] + }, + "Rblue2": { + "rotation": [0, "0-math.sin((query.anim_time-0.4)*144)*3", -7.5] + }, + "Rblue3": { + "rotation": [0, "0-math.sin((query.anim_time-0.5)*144)*3", -2.5] + }, + "Rblue4": { + "rotation": [0, "0-math.sin((query.anim_time-0.6)*144)*3", -5] + }, + "Rblue5": { + "rotation": [0, "0-math.sin((query.anim_time-0.7)*144)*3", -2.5] + }, + "leftleg": { + "rotation": ["-21.616-math.sin((query.anim_time)*288)*3", -13.54835, "-8.4039-math.sin((query.anim_time)*144)*1.6"], + "position": ["0-math.sin((query.anim_time)*144)*1", "-2-math.sin((query.anim_time)*288)*0.4", -3] + }, + "left_calf": { + "rotation": ["34.8974+math.sin((query.anim_time)*288)*5", -2.86544, 4.09918] + }, + "rightleg": { + "rotation": ["-15.3592-math.sin((query.anim_time)*288)*3", 29.92351, "11.6936-math.sin((query.anim_time)*144)*1.6"], + "position": ["1-math.sin((query.anim_time)*144)*1", "-2-math.sin((query.anim_time)*288)*0.4", -3] + }, + "right_calf": { + "rotation": ["34.8974+math.sin((query.anim_time)*288)*5", 2.86544, -4.09918] + }, + "Rred1": { + "rotation": ["0-math.sin((query.anim_time)*144)*5", "-math.sin((query.anim_time-0.6)*144)*4.5", 0] + }, + "Rblue1": { + "rotation": ["0-math.sin((query.anim_time)*144)*5", "0-math.sin((query.anim_time-0.7)*144)*4", 0] + } + } + }, + "animation.deoxysdefense.sleep": { + "loop": true, + "animation_length": 2.5, + "bones": { + "body": { + "rotation": [12.5, 0, 0], + "position": [0, 0, -2.75] + }, + "hips": { + "rotation": ["10+math.sin((query.anim_time-0.5)*144)*1", 0, 0], + "position": [0, "-3-math.sin((query.anim_time)*144)*0.5", -2] + }, + "head": { + "rotation": [5, 0, 0] + }, + "leftarm_red": { + "rotation": [0, 0, -5] + }, + "Lred1": { + "rotation": [0, "0-math.sin((query.anim_time)*144)*1", "-2.5-math.sin((query.anim_time)*144)*1"] + }, + "Lred2": { + "rotation": [0, "2.5-math.sin((query.anim_time-0.1)*144)*1", "5-math.sin((query.anim_time-0.1)*144)*1"] + }, + "Lred3": { + "rotation": [0, "2.5-math.sin((query.anim_time-0.2)*144)*1", "2.5-math.sin((query.anim_time-0.2)*144)*1"] + }, + "Lred4": { + "rotation": [0, "2.5-math.sin((query.anim_time-0.3)*144)*1", "5-math.sin((query.anim_time-0.3)*144)*1"] + }, + "Lred5": { + "rotation": [0, "2.5-math.sin((query.anim_time-0.4)*144)*1", "5-math.sin((query.anim_time-0.4)*144)*1"] + }, + "leftarm_blue": { + "rotation": [0, -5, 0], + "position": [0, 1.5, 0] + }, + "Lblue1": { + "rotation": [0, "0-math.sin((query.anim_time)*144)*1", "-7.5-math.sin((query.anim_time)*144)*1"] + }, + "Lblue2": { + "rotation": [0, "2.5-math.sin((query.anim_time-0.1)*144)*1", "7.5-math.sin((query.anim_time-0.1)*144)*1"] + }, + "Lblue3": { + "rotation": [0, "2.5-math.sin((query.anim_time-0.2)*144)*1", "2.5-math.sin((query.anim_time-0.2)*144)*1"] + }, + "Lblue4": { + "rotation": [0, "2.5-math.sin((query.anim_time-0.3)*144)*1", "5-math.sin((query.anim_time-0.3)*144)*1"] + }, + "Lblue5": { + "rotation": [0, "2.5-math.sin((query.anim_time-0.4)*144)*1", "2.5-math.sin((query.anim_time-0.4)*144)*1"] + }, + "rightarm_red": { + "rotation": [0, 0, 7.5] + }, + "Rred2": { + "rotation": [0, "-2.5+math.sin((query.anim_time-0.1)*144)*1", "-5+math.sin((query.anim_time-0.1)*144)*1"] + }, + "Rred3": { + "rotation": [0, "-2.5+math.sin((query.anim_time-0.2)*144)*1", "-2.5+math.sin((query.anim_time-0.2)*144)*1"] + }, + "Rred4": { + "rotation": [0, "-2.5+math.sin((query.anim_time-0.3)*144)*1", "-5+math.sin((query.anim_time-0.3)*144)*1"] + }, + "Rred5": { + "rotation": [0, "-2.5+math.sin((query.anim_time-0.4)*144)*1", "-5+math.sin((query.anim_time-0.4)*144)*1"] + }, + "rightarm_blue": { + "rotation": [0, 5, 7.5], + "position": [0, 2, 0] + }, + "Rblue2": { + "rotation": [0, "-2.5+math.sin((query.anim_time-0.1)*144)*1", "-7.5+math.sin((query.anim_time-0.1)*144)*1"] + }, + "Rblue3": { + "rotation": [0, "-2.5+math.sin((query.anim_time-0.2)*144)*1", "-2.5+math.sin((query.anim_time-0.2)*144)*1"] + }, + "Rblue4": { + "rotation": [0, "-2.5+math.sin((query.anim_time-0.3)*144)*1", "-5+math.sin((query.anim_time-0.3)*144)*1"] + }, + "Rblue5": { + "rotation": [0, "-2.5+math.sin((query.anim_time-0.4)*144)*1", "-2.5+math.sin((query.anim_time-0.4)*144)*1"] + }, + "leftleg": { + "rotation": ["-50.5204-math.sin((query.anim_time)*144)*2", -3.29921, -8.4309], + "position": [0, "-2-math.sin((query.anim_time)*144)*0.5", -4] + }, + "left_calf": { + "rotation": ["82.2818-math.sin((query.anim_time)*144)*3", -10.2987, 5.10487], + "position": [0, 1.5, 0] + }, + "rightleg": { + "rotation": ["-40.1862-math.sin((query.anim_time-0.3)*144)*2", 11.80938, 16.30713], + "position": [1, "-2-math.sin((query.anim_time)*144)*0.5", -4] + }, + "right_calf": { + "rotation": ["77.0965-math.sin((query.anim_time)*144)*3", 12.61998, -6.3243], + "position": [0, 1.5, 0] + }, + "Rred1": { + "rotation": [0, "0+math.sin((query.anim_time)*144)*1", "0+math.sin((query.anim_time)*144)*1"] + }, + "Rblue1": { + "rotation": [0, "0+math.sin((query.anim_time)*144)*1", "0+math.sin((query.anim_time)*144)*1"] + }, + "Left_arm": { + "rotation": [-9.65661, 3.04783, 6.83435] + }, + "Right_arm": { + "rotation": [-9.38163, -5.44701, -6.20758] + }, + "lefteye": { + "position": [0, 0, 1] + }, + "righteye6": { + "position": [0, 0, 1] + }, + "eyelids": { + "position": [0, 0, -1] + } + } + }, + "animation.deoxysdefense.faint": { + "loop": true, + "animation_length": 3.16667, + "bones": { + "body": { + "rotation": { + "0.0": [2.5, 0, 0], + "0.5833": { + "pre": [22.5, 0, 0], + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-0.31941, 1.2492, 3.97501], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-2.62499, -1.49659, 4.77294], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [22.33037, -2.03108, 6.47757], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [17.35932, -2.24944, 7.15656], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-5.01564, -0.75155, 2.38443], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-15.01564, -0.75155, 2.38443], + "lerp_mode": "catmullrom" + }, + "2.9167": [14.98436, -0.75155, 2.38443] + }, + "position": { + "0.0": [0, 0, -0.5], + "0.5833": { + "pre": [0, 0, -4.5], + "post": [0, 0, -4.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [1, 0.01, 1.13], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [1.36, 0.01, -5], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [1.5, 0.5, -3.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0.5, 0, 1.25], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0.5, -0.75, 3.5], + "lerp_mode": "catmullrom" + }, + "2.9167": [0.5, -0.25, -3.5] + } + }, + "hips": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [7.5, 0, 0], + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [9.23727, 11.2865, 9.23727], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [8.2162, 12.04561, 4.19088], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [8.06855, -5.28068, 1.71742], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [9.27294, -2.62208, -15.62257], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [8.83922, -1.3351, -7.8198], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-1.16078, -1.3351, -7.8198], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-1.04, -1.43118, -12.82034], + "lerp_mode": "catmullrom" + }, + "2.9167": [-1.27272, -1.22886, -2.81968] + }, + "position": { + "0.0": [0, -4, -2], + "0.25": { + "pre": [0, -4, -5], + "post": [0, -4, -5], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0.75, -3.75, -4.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0.5, -4, 1.25], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-0.5, -4, 2.25], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0.25, -4, 2.25], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0.1, -5.36, 1.24], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-0.32, -8.64, -0.49], + "lerp_mode": "catmullrom" + }, + "2.9167": [0.5, -19.75, -6.25] + } + }, + "head": { + "rotation": { + "0.0": [2.5, 0, 0], + "0.4583": [10, 0, 0], + "1.1667": [-2.5, 0, 0], + "1.5": [7.5, 0, 0], + "2.4583": [-7.5, 0, 0], + "2.9583": [5, 0, 0], + "3.0": [12.5, 0, 0] + } + }, + "leftarm_red": { + "rotation": [0, 0, -5] + }, + "Lred1": { + "rotation": { + "0.0": [0, 0, -2.5], + "0.625": { + "pre": [0, 5, -2.5], + "post": [0, 5, -2.5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 12.5, -2.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-0.31017, 2.35467, -10.00637], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-0.09118, -1.03555, -15.46036], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0.53994, -2.74105, -27.91823], + "lerp_mode": "catmullrom" + }, + "2.8333": [-0.67091, -8.85065, -0.31544] + } + }, + "Lred2": { + "rotation": { + "0.0": [0, 0, 5], + "0.625": { + "pre": [0, 5, 5], + "post": [0, 5, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 17.5, 5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0.78795, 17.48281, 7.62116], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [1.5741, 17.43127, 10.24133], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-3.44229, 17.17105, -6.51031], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-3.90399, 17.07228, -8.08619], + "lerp_mode": "catmullrom" + }, + "2.6667": [-3.90399, 17.07228, -8.08619] + } + }, + "Lred3": { + "rotation": { + "0.0": [0, 0, 2.5], + "0.625": { + "pre": [0, -2.5, 2.5], + "post": [0, -2.5, 2.5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 5, 2.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 10, 2.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0.50846, 11.48891, 5.05115], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [1.44145, 12.91804, 9.08791], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-3.31914, 14.63639, -10.42638], + "lerp_mode": "catmullrom" + }, + "2.6667": [-6.46066, 13.56626, -23.26926], + "3.0": [-2.00307, 14.8687, -5.2614] + } + }, + "Lred4": { + "rotation": { + "0.0": [0, 0, 5], + "0.625": { + "pre": [0, -7.5, 5], + "post": [0, -7.5, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -10, 5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 15, 5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0.33769, 14.97839, 12.58022], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-3.20293, 14.6109, -17.97013], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-1.2506, 2.16489, -25.02363], + "lerp_mode": "catmullrom" + }, + "2.9583": [-0.85553, 2.34914, -15.01754] + } + }, + "Lred5": { + "rotation": { + "0.0": [0, 0, 5], + "0.625": { + "pre": [0, -10, 5], + "post": [0, -10, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -12.88462, 5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 12.5, 5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [1.10693, 12.45167, 10.12076], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-3.81397, 11.91276, -12.89807], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-5.84485, 11.06861, -23.06681], + "lerp_mode": "catmullrom" + }, + "2.9583": [-5.84485, 11.06861, -23.06681] + } + }, + "leftarm_blue": { + "rotation": [0, -5, 0], + "position": [0, 1.5, 0] + }, + "Lblue1": { + "rotation": { + "0.0": [0, 0, -7.5], + "0.625": { + "pre": [0, 25, -7.5], + "post": [0, 25, -7.5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [4.75346, 32.18826, 1.37221], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [9.36302, 31.26463, 10.12528], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [13.89398, 40.06673, 18.61173], + "lerp_mode": "catmullrom" + }, + "1.5417": [17.84529, 38.69787, 24.83516] + } + }, + "Lblue2": { + "rotation": { + "0.0": [0, 0, 7.5], + "0.625": { + "pre": [0, 5, 7.5], + "post": [0, 5, 7.5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [3.31914, 14.63639, 20.42638], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [5.17066, 19.25347, 26.02098], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [10.10282, 17.24698, 41.6794], + "lerp_mode": "catmullrom" + }, + "1.5417": [11.58423, 16.30568, 46.80851] + } + }, + "Lblue3": { + "rotation": { + "0.0": [0, 0, 2.5], + "0.625": { + "pre": [0, 5, 2.5], + "post": [0, 5, 2.5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0.69346, 19.95609, 10.20847], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [5.1662, 19.31415, 23.46614], + "lerp_mode": "catmullrom" + }, + "1.375": [11.60257, 16.36391, 44.2603] + } + }, + "Lblue4": { + "rotation": { + "0.0": [0, 0, 5], + "0.625": { + "pre": [0, -5, 5], + "post": [0, -5, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0.87481, 7.57471, -4.84739], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-0.46886, 12.6107, -14.97723], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [1.76366, 12.4974, -4.7323], + "lerp_mode": "catmullrom" + }, + "1.5417": [5.48634, 11.38171, 13.12172] + } + }, + "Lblue5": { + "rotation": { + "0.0": [0, 0, 2.5], + "0.625": { + "pre": [0, -12.5, 2.5], + "post": [0, -12.5, 2.5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [2.69416, -4.70751, -9.93397], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [2.72406, -9.70193, -10.1721], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [2.68707, -2.21027, -9.8164], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [2.86935, -1.96776, -14.81385], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [1.76914, -2.99583, 10.18917], + "lerp_mode": "catmullrom" + }, + "1.7083": [1.22169, -3.25747, 20.2007] + } + }, + "rightarm_red": { + "rotation": [0, 0, 7.5] + }, + "Rred2": { + "rotation": { + "0.0": [0, 0, -5], + "0.4583": { + "pre": [0, 2.5, -5], + "post": [0, 2.5, -5], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 7.5, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0.07933, 1.81645, -2.49874], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -12.5, -5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-2.20462, -12.3071, 5.23772], + "lerp_mode": "catmullrom" + }, + "2.7917": [-2.15394, 0.18393, 4.76066], + "3.0": [-2.02323, 2.8669, 9.6667] + } + }, + "Rred3": { + "rotation": { + "0.0": [0, 0, -2.5], + "0.4583": { + "pre": [-0.65426, 4.95712, -10.02832], + "post": [-0.65426, 4.95712, -10.02832], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 10, -2.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [1.63219, -7.32123, -15.10443], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-1.63219, -7.32123, 10.10443], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [-2.22383, -4.39114, 17.54757], + "lerp_mode": "catmullrom" + }, + "2.875": [-1.62551, 5.17376, 9.74976] + } + }, + "Rred4": { + "rotation": { + "0.0": [0, 0, -5], + "0.4583": { + "pre": [-0.43688, 4.98093, -10.019], + "post": [-0.43688, 4.98093, -10.019], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 10, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [1.0014, 3.7318, 10.03262], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [1.08482, -4.88119, -17.54624], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-1.08482, -4.88119, 7.54624], + "lerp_mode": "catmullrom" + }, + "2.7083": [-1.71394, -4.69776, 15.07031] + } + }, + "Rred5": { + "rotation": { + "0.0": [0, 0, -5], + "0.4583": { + "pre": [-0.32902, 7.49282, -7.52154], + "post": [-0.32902, 7.49282, -7.52154], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-1.24053, 1.21132, -6.18024], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-1.62543, -4.06773, 14.02824], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [3.28396, -12.06754, -20.34721], + "lerp_mode": "catmullrom" + }, + "2.2917": [-5.35254, -11.31255, 20.53051] + } + }, + "rightarm_blue": { + "rotation": [0, 5, 7.5], + "position": [0, 2, 0] + }, + "Rblue2": { + "rotation": { + "0.0": [0, 0, -7.5], + "0.625": { + "pre": [0, 7.5, -7.5], + "post": [0, 7.5, -7.5], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 2.5, -7.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -7.5, -7.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-0.6574, -7.4713, -2.45708], + "lerp_mode": "catmullrom" + }, + "2.7917": [-0.98448, -7.43547, 0.06397] + } + }, + "Rblue3": { + "rotation": { + "0.0": [0, 0, -2.5], + "0.625": { + "pre": [0, 10, -2.5], + "post": [0, 10, -2.5], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 12.5, -2.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -15, -2.5], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [2.00307, -14.8687, -10.2614], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-0.0337, -7.62574, 5.13022], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [-1.365, -7.50337, 15.21748], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [-1.69273, -7.43666, 17.73799], + "lerp_mode": "catmullrom" + }, + "3.0833": [-2.01714, -7.35572, 20.25764] + } + }, + "Rblue4": { + "rotation": { + "0.0": [0, 0, -5], + "0.625": { + "pre": [0, 10, -5], + "post": [0, 10, -5], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [1.63219, 7.32123, 7.60443], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -10, -5], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [1.75378, -9.84655, -15.15108], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [1.75378, -9.84655, -15.15108], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-1.75378, -9.84655, 5.15108], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [-2.55898, 0.44587, 12.26469], + "lerp_mode": "catmullrom" + }, + "3.0833": [-2.53712, 0.55703, 14.76232] + } + }, + "Rblue5": { + "rotation": { + "0.0": [0, 0, -2.5], + "0.625": { + "pre": [0, 15, -2.5], + "post": [0, 15, -2.5], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0.9675, 16.68224, 10.2439], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -15, -2.5], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [3.96713, -14.47751, -18.00409], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [6.46066, -13.56626, -28.26926], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-6.46066, -13.56626, 23.26926], + "lerp_mode": "catmullrom" + }, + "2.7917": [-2.06196, -13.48941, 25.8394] + } + }, + "leftleg": { + "rotation": { + "0.0": [-21.616, -13.54835, -8.4039], + "0.25": [-31.616, -13.54835, -8.4039], + "0.5833": [-36.616, -13.54835, -8.4039], + "1.5": [-49.116, -13.54835, -8.4039], + "1.6667": [-58.116, -13.54835, -8.4039], + "1.9167": [-46.616, -13.54835, -8.4039], + "2.2083": [-46.616, -13.54835, -8.4039], + "2.875": [-25.60456, 2.37138, -9.51616] + }, + "position": { + "0.0": [0, -2, -3], + "0.25": { + "pre": [0.5, -3.5, -5.75], + "post": [0.5, -3.5, -5.75], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0.5, -5.5, -5.5], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0.35, -5.25, -0.92], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0.25, -5.5, 2.25], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0.25, -5.25, 2.5], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0.25, -5.25, 2.5], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0.73, -10.46, -2.62], + "lerp_mode": "catmullrom" + }, + "2.875": [1.6, -18.85, -7.03] + } + }, + "left_calf": { + "rotation": { + "0.0": [34.8974, -2.86544, 4.09918], + "0.25": { + "pre": [52.29447, -4.84484, 5.6298], + "post": [52.29447, -4.84484, 5.6298], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [64.79447, -4.84484, 5.6298], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [49.63028, -6.75199, 7.2546], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [64.63028, -6.75199, 7.2546], + "lerp_mode": "catmullrom" + }, + "1.9167": [54.86819, -2.66795, 4.35965], + "2.2083": [54.86819, -2.66795, 4.35965], + "2.5833": { + "pre": [73.75708, -2.66795, 4.35965], + "post": [73.75708, -2.66795, 4.35965], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [79.86819, -2.66795, 4.35965], + "lerp_mode": "catmullrom" + }, + "2.875": [94.86819, -2.66795, 4.35965] + }, + "position": { + "0.0": [0, 0, 0], + "0.5833": [0, 0.5, 0], + "1.9167": [0, 0.2, 0], + "2.2083": [0, 0.2, 0], + "2.875": [0, 1.5, 0] + } + }, + "rightleg": { + "rotation": { + "0.0": [-15.3592, 29.92351, 11.6936], + "0.25": [-15.3592, 29.92351, 11.6936], + "1.125": [20.01516, 7.24542, 15.90522], + "1.5417": [20.01516, 7.24542, 15.90522], + "1.7083": [22.51516, 7.24542, 15.90522], + "1.9167": [20.01516, 7.24542, 15.90522], + "2.2083": [20.01516, 7.24542, 15.90522] + }, + "position": { + "0.0": [1, -2, -3], + "0.25": { + "pre": [1, -2, -5.5], + "post": [1, -2, -5.5], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [1, -2, 0.5], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [1, -2, 0.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0.75, -3, -1.5], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [1, -2.25, 0.5], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [1, -2.25, 0.5], + "lerp_mode": "catmullrom" + }, + "2.875": [1, -18, -7.5] + } + }, + "right_calf": { + "rotation": { + "0.0": [34.8974, 2.86544, -4.09918], + "0.25": [47.3974, 2.86544, -4.09918], + "0.5833": [75.1355, 2.86544, -4.09918], + "1.125": [34.8974, 2.86544, -4.09918], + "1.5417": [34.8974, 2.86544, -4.09918], + "1.7083": [37.3974, 2.86544, -4.09918], + "1.9167": [34.8974, 2.86544, -4.09918], + "2.2083": [34.8974, 2.86544, -4.09918], + "2.875": [89.8974, 2.86544, -4.09918] + }, + "position": { + "0.0": [0, 0, 0], + "1.9167": [0, 0.59, 0], + "2.2083": [0, 0.59, 0], + "2.875": [0, 2, 0] + } + }, + "Rred1": { + "rotation": { + "0.0": [0, 0, 0], + "0.4583": { + "pre": [-1.60508, -9.02623, 10.1267], + "post": [-1.60508, -9.02623, 10.1267], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": [0, -25, 0] + } + }, + "Rblue1": { + "rotation": { + "0.0": [0, 0, 0], + "1.2083": [0, -15, 0], + "1.5": [0.69958, -12.17241, -2.2668] + } + }, + "lefteye": { + "position": { + "0.0": [0, 0, 0], + "0.9583": [0, 0, 0], + "1.0": [0, 0, 1] + } + }, + "righteye6": { + "position": { + "0.0": [0, 0, 0], + "0.9583": [0, 0, 0], + "1.0": [0, 0, 1] + } + }, + "eyelids": { + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 0, -1] + } + }, + "left_thigh": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [4.99527, 0.21782, -2.4905], + "post": [4.99527, 0.21782, -2.4905], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [2.49527, 0.21782, -2.4905], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [9.99527, 0.21782, -2.4905], + "lerp_mode": "catmullrom" + }, + "1.9167": [17.49527, 0.21782, -2.4905], + "2.2083": [17.49527, 0.21782, -2.4905] + }, + "position": [0, 0, 0] + }, + "right_thigh": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-7.5, 0, 0], + "0.5833": [-22.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5833": [-0.25, 0, -2.25] + } + } + } + }, + "animation.deoxysdefense.cry": { + "animation_length": 3, + "bones": { + "Lred1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Lred2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Lred3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Lred4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Lred5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rred1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rred2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rred3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rred4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rred5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + }, + "sound_effects": { + "0.75": { + "effect": "pokemon.deoxysdefense.cry" + } + } + }, + "animation.deoxysdefense.recoil": { + "animation_length": 1.5, + "bones": { + "hips": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [-7.5, 0, 0], + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.2917": { + "pre": [0, 0, 1], + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "lefteye": { + "position": { + "0.0": [0, 0, 1], + "0.9167": [0, 0, 1], + "0.9583": [0, 0, 0], + "1.5": [0, 0, 0] + } + }, + "righteye6": { + "position": { + "0.0": [0, 0, 1], + "0.9167": [0, 0, 1], + "0.9583": [0, 0, 0], + "1.5": [0, 0, 0] + } + }, + "eyelids": { + "position": { + "0.0": [0, 0, -1], + "0.9167": [0, 0, -1], + "0.9583": [0, 0, 0], + "1.5": [0, 0, 0] + } + }, + "Left_arm": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [7.5, 0, 0], + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "Right_arm": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [7.5, 0, 0], + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + } + } + }, + "animation.deoxysdefense.physical": { + "loop": true, + "animation_length": 3, + "bones": { + "body": { + "rotation": [2.5, 0, 0], + "position": [0, 0, -0.5] + }, + "hips": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-3.48297, 58.29579, -18.81962], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-2.13072, 30.82569, -16.94761], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [62.91864, -66.1711, -38.33623], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [89.58926, -64.18883, -69.97891], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, -4, -2], + "0.625": [0, -4.42, 0.37], + "0.875": [0, -2, 1], + "1.3333": [0, -8, -7], + "1.6667": [0, -8, -7], + "2.3333": [0, -4, -2], + "2.8333": [0, -4, -2], + "3.0": [0, -4, -2] + } + }, + "head": { + "rotation": [2.5, 0, 0] + }, + "leftarm_red": { + "rotation": [0, 0, -5] + }, + "Lred1": { + "rotation": { + "0.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -52.5], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, -60], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-1.64296, -9.82021, -17.32333], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-4.14805, -9.05797, -2.13577], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-5.69318, -43.93979, 1.16733], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [7.01728, 31.79503, 11.66624], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-8.24661, 36.68273, -15.67192], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-8.25, 36.68, -15.67], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "Lred2": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 12.5, 5], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-3.28396, 12.06754, -10.34721], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-3.45863, -5.2589, -6.84919], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-3.44961, 0.18361, 0.33596], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-3.42915, -0.41784, -9.646], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + } + }, + "Lred3": { + "rotation": { + "0.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 15, 2.5], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-2.66399, 14.76689, -7.84527], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-2.83682, 24.75544, -8.3545], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-2.64063, -12.70477, -6.58466], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-3.90402, -7.14128, 3.25169], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-2.93489, -7.58927, -4.29731], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "Lred4": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 10, 5], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-3.03513, 9.53274, -12.75313], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-3.22881, 22.01424, -13.4614], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-3.10524, -15.4325, -11.42296], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-5.24767, -9.53229, 0.9617], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-3.04361, -10.43969, -11.69802], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + } + }, + "Lred5": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 12.5, 5], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-3.28396, 12.06754, -10.34721], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-3.46504, 22.0503, -10.96214], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-3.426, -20.37971, -8.46561], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-4.88052, -7.01179, 3.36143], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-1.44465, -8.41389, -21.83149], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_blue": { + "rotation": [0, -5, 0], + "position": [0, 1.5, 0] + }, + "Lblue1": { + "rotation": { + "0.0": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0.10912, -2.49762, -52.50238], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0.43439, -2.462, -60.00933], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-1.61844, -6.91288, -9.83202], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-3.08164, -6.39824, 2.74251], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-3.4973, -28.86226, 4.08854], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-0.38599, 41.21381, 6.30784], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [2.75402, 36.03818, -14.12178], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [2.75, 36.04, -14.12], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue2": { + "rotation": { + "0.0": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-2.00307, 14.8687, -0.2614], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-4.60659, 14.2906, -10.57779], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-2.82174, -17.50636, 3.48747], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-2.70132, -5.02076, 2.87462], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-2.7, -5.02, 2.87], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue3": { + "rotation": { + "0.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 20, 2.5], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-3.61644, 19.6835, -8.12758], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-8.61644, 19.6835, -8.12758], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-9.11715, 27.09419, -9.38624], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-8.39578, -14.95471, -3.02465], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-8.31024, -1.86843, 0.11493], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-7.86409, -3.27875, -9.79539], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue4": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0.79, 17.48, 7.62], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-3.90122, 17.07011, -8.08716], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0.33756, 16.88342, -10.69378], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0.35464, 24.38328, -10.64541], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0.34511, -20.61596, -10.91334], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-1.14462, -5.50825, 4.2474], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [1.05711, -5.52566, -18.35868], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue5": { + "rotation": { + "0.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0.55, 12.49, 5.06], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-3.8185, 11.91334, -15.39875], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [2.79097, 12.30826, -7.7384], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [3.14221, 29.78525, -6.77173], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [2.95485, -22.65046, -9.4726], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [1.0519, -5.75495, 8.99001], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [3.1788, -4.91347, -13.59354], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "rightarm_red": { + "rotation": [0, 0, 7.5] + }, + "Rred2": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 2.5, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0.76945, 12.38335, 12.64938], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [2.40365, 12.17538, 20.32229], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-5.14258, 4.68183, 20.00759], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-6.30885, 2.92227, 2.55688], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-6.30466, -2.04751, 3.10598], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-6.34836, -7.0171, 3.6585], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-6.32046, -4.53236, 3.38129], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-6.32, -4.53, 3.38], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + } + }, + "Rred3": { + "rotation": { + "0.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, -4.34211, -2.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 7.5, -2.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0.44486, 9.84723, 17.78862], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [1.7387, 9.70411, 25.39791], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-1.71102, 7.04248, 17.76482], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-3.20031, 6.50473, 5.18821], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-3.19707, -5.97595, 5.88432], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-3.23891, -10.96808, 6.168], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-3.26964, -13.46405, 6.3132], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-3.21, -8.47, 6.03], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rred4": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, -11.84211, -5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 7.5, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-7.29714, 16.6954, -12.80211], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [2.30729, 18.03665, 18.63629], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-5.28434, 8.0444, 18.23176], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-1.61693, 6.57181, 8.23045], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-1.62382, -8.42226, 8.65345], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-1.65141, -13.42022, 8.79893], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-1.67038, -15.91917, 8.87383], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-2.37639, -5.6617, 16.11622], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + } + }, + "Rred5": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, -15.78947, -5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 10, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-9.50556, 23.73339, -15.89261], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [6.7598, 24.60782, 22.58513], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [1.31757, 7.17484, 21.1967], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-0.59433, 7.27007, 6.07633], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-0.59907, -10.229, 6.25793], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-0.6283, -20.22843, 6.3688], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-0.61894, -17.72858, 6.34002], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-2.58572, -7.31038, 21.35658], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + } + }, + "rightarm_blue": { + "rotation": [0, 5, 7.5], + "position": [0, 2, 0] + }, + "Rblue2": { + "rotation": { + "0.0": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 7.5, -7.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [2.26708, 7.15102, 10.14168], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-5.23292, 7.15102, 10.14168], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5.23, 7.15, 10.14], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-5.20648, 4.66036, 10.36857], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-5.23766, -7.78817, 11.50446], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-5.24, -7.79, 11.5], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue3": { + "rotation": { + "0.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, -4.34211, -2.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 7.5, -2.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [2.88419, 6.92618, 20.17458], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [2.92628, 11.91976, 20.43138], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-4.8244, 4.55033, 17.54369], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5.83519, 3.14901, 2.57494], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-5.90399, -9.28598, 3.85257], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-6.01222, -14.259, 4.38256], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-6.0853, -16.74509, 4.65593], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-5.58824, -4.06696, 5.79379], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue4": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, -8.28947, -5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 10, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-0.44067, 9.99038, -7.53852], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [5.43978, 13.99659, 15.64908], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-0.80661, 13.98057, 10.4962], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-0.78419, -3.51777, 10.7392], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-0.85361, -23.51577, 11.0317], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [1.82529, -28.47438, 5.42683], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-0.32155, -11.09708, 16.17423], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue5": { + "rotation": { + "0.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, -13.28947, -2.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 10, -2.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-2.18558, 9.76061, -15.18664], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [8.25487, 18.14843, 16.12936], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0.62449, 8.16384, 15.55867], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-0.09429, 8.18699, 10.50736], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-0.09359, -4.313, 10.52782], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-0.09632, -14.31298, 10.54459], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [2.44212, -14.10772, 0.23027], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [3.04716, 2.78374, 13.46981], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "leftleg": { + "rotation": { + "0.0": { + "post": [-21.616, -13.54835, -8.4039], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-16.28818, 7.24796, -15.5077], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-42.41347, 21.61146, -19.98588], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-65.8725, 0.38469, -18.1042], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-43.76395, -6.86963, -11.20557], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-80.07099, -63.13622, 21.1639], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-46.08, -43.27, -12.53], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-21.616, -13.54835, -8.4039], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-21.616, -13.54835, -8.4039], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-21.616, -13.54835, -8.4039], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -2, -3], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-3, -1, -3], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-3.5, 0, -3], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-1.75, -3, -6.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, -4.75, -5.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-2, -7.75, -5.5], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-0.75, -3.25, -2.75], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, -2, -3], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, -2, -3], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -2, -3], + "lerp_mode": "catmullrom" + } + } + }, + "left_calf": { + "rotation": { + "0.0": { + "post": [34.8974, -2.86544, 4.09918], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [22.3974, -2.86544, 4.09918], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [38.6474, -2.86544, 4.09918], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [44.8974, -2.86544, 4.09918], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [44.9, -2.87, 4.1], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [61.81338, 5.59042, -1.48665], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [64.9, -2.87, 4.1], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [72.39926, -5.32623, 4.77401], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [34.8974, -2.86544, 4.09918], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [34.8974, -2.86544, 4.09918], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [34.8974, -2.86544, 4.09918], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 0.75], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightleg": { + "rotation": { + "0.0": { + "post": [-15.3592, 29.92351, 11.6936], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-41.35244, 65.36454, 1.95798], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-28.85244, 65.36454, 1.95798], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-39.58484, 10.25706, 5.99175], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [2.66799, -17.12932, 13.86848], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [2.10945, -46.79324, 8.99321], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-15.30306, -16.46279, 9.79566], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-15.3592, 29.92351, 11.6936], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-15.3592, 29.92351, 11.6936], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-15.3592, 29.92351, 11.6936], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [1, -2, -3], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [1, -5, 3], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [1, -2.25, 3], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-2, -5.5, -0.75], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [4, -6.5, -13.25], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [4, -6.5, -12.25], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [2.23, -6.1, -9.28], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [1, -2, -3], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [1, -2, -3], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1, -2, -3], + "lerp_mode": "catmullrom" + } + } + }, + "right_calf": { + "rotation": { + "0.0": { + "post": [34.8974, 2.86544, -4.09918], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [46.96858, 0.40106, -1.59931], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [54.79447, 4.84484, -5.6298], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [37.29447, 4.84484, -5.6298], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [62.23269, 2.92474, -3.10896], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [54.68846, 2.13093, -4.13447], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [37.1143, 3.64264, -6.12725], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [37.27534, 16.73514, -11.5257], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [59.46584, 5.76303, -2.38705], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [50.27218, -0.32186, 1.07371], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [34.8974, 2.86544, -4.09918], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [34.8974, 2.86544, -4.09918], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [34.8974, 2.86544, -4.09918], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0.68, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0.71, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-0.25, 1.75, -0.25], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 1.25, -0.25], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rred1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, -10, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-8.21888, -5.71617, 55.41103], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-9.91615, 1.29876, 97.38733], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-22.4001, -1.56375, 90.45434], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-7.8798, -39.37361, 66.33304], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [4.61577, -39.80584, 46.83789], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [3.99075, -27.34062, 47.96142], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [12.7107, -15.82853, 19.90062], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-5.31847, -5.29571, 45.24614], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-12.56251, 7.76176, 91.49433], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-12.28241, -4.97932, 91.75065], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-11.48264, -38.57583, 56.73582], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0.827, -39.9847, 37.40466], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [2.73129, -34.90901, 34.45557], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [15.42099, -18.28936, 9.21667], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-2, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_thigh": { + "position": [0, 0, 0] + }, + "right_thigh": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + } + } + }, + "animation.deoxysdefense.special": { + "loop": true, + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": [2.5, 0, 0], + "0.5": [17.5, 0, 0], + "0.6667": [27.5, 0, 0], + "1.0": [-2.5, 0, 0], + "1.25": [-2.5, 0, 0], + "2.625": [2.5, 0, 0], + "3.0": [2.5, 0, 0] + }, + "position": { + "0.0": [0, 0, -0.5], + "0.5": [0, -0.25, -4], + "0.6667": [0, -0.25, -6], + "1.0": [0, 0, 0.75], + "1.25": [0, 0, 0.75], + "2.625": [0, 0, -0.5], + "3.0": [0, 0, -0.5] + } + }, + "hips": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -4, -2], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -4, 1.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, -4, 1.25], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0.75, -4.25], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 3, -3.25], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, -2.5, -3.25], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, -4, -2], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -4, -2], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_red": { + "rotation": [0, 0, -5] + }, + "Lred1": { + "rotation": { + "0.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [5, 36.25, -3.75], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [10, 47.5, 15], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 20, -22.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -2.5, -32.5], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-15, 7.5, -37.5], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-15, 7.5, -47.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-15, 7.5, -15], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "Lred2": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [6.25, 16.25, 12.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [12.5, 32.5, 30], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -7.5, -5], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, -7.5, -20], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -7.5, -20], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + } + }, + "Lred3": { + "rotation": { + "0.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [12.5, 22.5, 37.5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -7.5, -12.5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -7.5, -12.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -7.5, -12.5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "Lred4": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [10, 22.5, 25], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -10, -15], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -10, -15], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, -10, 5], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, -10, -10], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -10, -10], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + } + }, + "Lred5": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [10, 22.5, 12.5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -10, -22.5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -10, -22.5], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, -10, 15], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, -10, -17.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -10, -17.5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_blue": { + "rotation": [0, -5, 0], + "position": [0, 1.5, 0] + }, + "Lblue1": { + "rotation": { + "0.0": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [5, 43.75, -8.75], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [10, 47.5, 15], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-7.5, 20, -22.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-7.5, 7.5, -25], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-7.5, 7.5, -25], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-25, -2.5, -25], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-25, -2.5, -37.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-25, 17.5, -5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue2": { + "rotation": { + "0.0": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [6.25, 16.25, 13.75], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [12.5, 32.5, 30], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -10, -10], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -10, -10], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, -7.5, -20], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -7.5, -20], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue3": { + "rotation": { + "0.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [12.5, 22.5, 52.5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -5, -5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -5, -5], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, -7.5, -15], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -7.5, -15], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue4": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [10, 22.5, 25], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -10, -12.5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -10, -12.5], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, -10, 5], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, -10, -10], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -10, -10], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue5": { + "rotation": { + "0.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [10, 22.5, 12.5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -10, -7.5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -10, -7.5], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, -10, 10], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, -10, -15], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -10, -15], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "rightarm_red": { + "rotation": [0, 0, 7.5] + }, + "Rred2": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, -35, -5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 7.5, 5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 7.5, 5], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 7.5, 15], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 7.5, 15], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + } + }, + "Rred3": { + "rotation": { + "0.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [7.5, -37.5, -2.5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 10, 15], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 10, 15], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 7.5, 17.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 7.5, 17.5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "Rred4": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [5, -32.5, -5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 12.5, 15], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 12.5, 20], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 7.5, -15], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 7.5, 7.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 7.5, 7.5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + } + }, + "Rred5": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [7.5, -22.5, -5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 17.5, 15], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 13.93, 13.39], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 7.5, -17.5], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 7.5, 12.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 7.5, 12.5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + } + }, + "rightarm_blue": { + "rotation": [0, 5, 7.5], + "position": [0, 2, 0] + }, + "Rblue2": { + "rotation": { + "0.0": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, -35, -5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 5, 10], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 5, 10], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 7.5, 15], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 7.5, 15], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue3": { + "rotation": { + "0.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [7.5, -45, -2.5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 7.5, 10], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 7.5, 10], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 7.5, 17.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 7.5, 17.5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue4": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [5, -32.5, -5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 5, 12.5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 5, 12.5], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 7.5, -15], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 7.5, 7.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 7.5, 7.5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue5": { + "rotation": { + "0.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [7.5, -30, -12.5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 12.5, 12.5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 12.5, 12.5], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 7.5, -17.5], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 7.5, 15], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 7.5, 15], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "leftleg": { + "rotation": [-21.616, -13.54835, -8.4039], + "position": [0, -2, -3] + }, + "left_calf": { + "rotation": { + "0.0": { + "post": [34.8974, -2.86544, 4.09918], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [102.4, 14.63, 4.1], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [29.8974, -2.86544, 4.09918], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [14.8974, -2.86544, 4.09918], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [48.23, -2.87, 4.1], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [34.8974, -2.86544, 4.09918], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [34.8974, -2.86544, 4.09918], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightleg": { + "rotation": [-15.3592, 29.92351, 11.6936], + "position": [1, -2, -3] + }, + "right_calf": { + "rotation": { + "0.0": { + "post": [34.8974, 2.86544, -4.09918], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [87.4, 7.87, -6.6], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [37.3974, 2.86544, -4.09918], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [12.3974, 2.86544, -4.09918], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [34.8974, 2.86544, -4.09918], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [34.8974, 2.86544, -4.09918], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 1.67, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rred1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [25, -25, -2.5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-10, -20, 20], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-10, 2.5, 32.5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-10, 2.5, 32.5], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-10, -2.5, 37.5], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-10, -2.5, 47.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-22.5, -2.5, 10], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [25, -22.5, -2.5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-10, -20, 12.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-20, -10, 17.5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-20, -10, 17.5], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-22.5, 10, 22.5], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-22.5, 10, 32.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-22.5, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_thigh": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-25, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [25, -5, -12.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15, -5, -12.5], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-7.04, -2.65, -6.63], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [1.25, 3.25, 1.75], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0.25, 4.25, -2.75], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [1, 6.5, -2.75], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0.08, 1.11, -2.46], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_thigh": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-25, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [12.5, -2.5, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [10, -7.5, 2.5], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-1.5, 1, -0.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 4, -2.25], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-1, 6.5, -2.75], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0.06, 0.89, -1.14], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.deoxysdefense.status": { + "loop": true, + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": [2.5, 0, 0], + "0.5": [17.5, 0, 0], + "0.6667": [27.5, 0, 0], + "1.0": [-2.5, 0, 0], + "1.25": [-2.5, 0, 0], + "2.625": [2.5, 0, 0], + "3.0": [2.5, 0, 0] + }, + "position": { + "0.0": [0, 0, -0.5], + "0.5": [0, -0.25, -4], + "0.6667": [0, -0.25, -6], + "1.0": [0, 0, 0.75], + "1.25": [0, 0, 0.75], + "2.625": [0, 0, -0.5], + "3.0": [0, 0, -0.5] + } + }, + "hips": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -4, -2], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -4, 1.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, -4, 1.25], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0.75, -4.25], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 3, -3.25], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, -2.5, -3.25], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, -4, -2], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -4, -2], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_red": { + "rotation": [0, 0, -5] + }, + "Lred1": { + "rotation": { + "0.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [5, 36.25, -3.75], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [10, 47.5, 15], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 20, -22.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -2.5, -32.5], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-15, 7.5, -37.5], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-15, 7.5, -47.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-15, 7.5, -15], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "Lred2": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [6.25, 16.25, 12.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [12.5, 32.5, 30], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -7.5, -5], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, -7.5, -20], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -7.5, -20], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + } + }, + "Lred3": { + "rotation": { + "0.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [12.5, 22.5, 37.5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -7.5, -12.5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -7.5, -12.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -7.5, -12.5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "Lred4": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [10, 22.5, 25], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -10, -15], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -10, -15], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, -10, 5], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, -10, -10], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -10, -10], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + } + }, + "Lred5": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [10, 22.5, 12.5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -10, -22.5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -10, -22.5], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, -10, 15], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, -10, -17.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -10, -17.5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_blue": { + "rotation": [0, -5, 0], + "position": [0, 1.5, 0] + }, + "Lblue1": { + "rotation": { + "0.0": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [5, 43.75, -8.75], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [10, 47.5, 15], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-7.5, 20, -22.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-7.5, 7.5, -25], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-7.5, 7.5, -25], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-25, -2.5, -25], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-25, -2.5, -37.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-25, 17.5, -5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue2": { + "rotation": { + "0.0": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [6.25, 16.25, 13.75], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [12.5, 32.5, 30], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -10, -10], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -10, -10], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, -7.5, -20], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -7.5, -20], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue3": { + "rotation": { + "0.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [12.5, 22.5, 52.5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -5, -5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -5, -5], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, -7.5, -15], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -7.5, -15], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue4": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [10, 22.5, 25], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -10, -12.5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -10, -12.5], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, -10, 5], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, -10, -10], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -10, -10], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue5": { + "rotation": { + "0.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [10, 22.5, 12.5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -10, -7.5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -10, -7.5], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, -10, 10], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, -10, -15], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -10, -15], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "rightarm_red": { + "rotation": [0, 0, 7.5] + }, + "Rred2": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, -35, -5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 7.5, 5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 7.5, 5], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 7.5, 15], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 7.5, 15], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + } + }, + "Rred3": { + "rotation": { + "0.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [7.5, -37.5, -2.5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 10, 15], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 10, 15], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 7.5, 17.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 7.5, 17.5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "Rred4": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [5, -32.5, -5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 12.5, 15], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 12.5, 20], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 7.5, -15], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 7.5, 7.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 7.5, 7.5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + } + }, + "Rred5": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [7.5, -22.5, -5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 17.5, 15], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 13.93, 13.39], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 7.5, -17.5], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 7.5, 12.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 7.5, 12.5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + } + }, + "rightarm_blue": { + "rotation": [0, 5, 7.5], + "position": [0, 2, 0] + }, + "Rblue2": { + "rotation": { + "0.0": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, -35, -5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 5, 10], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 5, 10], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 7.5, 15], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 7.5, 15], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue3": { + "rotation": { + "0.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [7.5, -45, -2.5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 7.5, 10], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 7.5, 10], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 7.5, 17.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 7.5, 17.5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue4": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [5, -32.5, -5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 5, 12.5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 5, 12.5], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 7.5, -15], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 7.5, 7.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 7.5, 7.5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue5": { + "rotation": { + "0.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [7.5, -30, -12.5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 12.5, 12.5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 12.5, 12.5], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 7.5, -17.5], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 7.5, 15], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 7.5, 15], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "leftleg": { + "rotation": [-21.616, -13.54835, -8.4039], + "position": [0, -2, -3] + }, + "left_calf": { + "rotation": { + "0.0": { + "post": [34.8974, -2.86544, 4.09918], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [102.4, 14.63, 4.1], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [29.8974, -2.86544, 4.09918], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [14.8974, -2.86544, 4.09918], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [48.23, -2.87, 4.1], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [34.8974, -2.86544, 4.09918], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [34.8974, -2.86544, 4.09918], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightleg": { + "rotation": [-15.3592, 29.92351, 11.6936], + "position": [1, -2, -3] + }, + "right_calf": { + "rotation": { + "0.0": { + "post": [34.8974, 2.86544, -4.09918], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [87.4, 7.87, -6.6], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [37.3974, 2.86544, -4.09918], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [12.3974, 2.86544, -4.09918], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [34.8974, 2.86544, -4.09918], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [34.8974, 2.86544, -4.09918], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 1.67, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rred1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [25, -25, -2.5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-10, -20, 20], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-10, 2.5, 32.5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-10, 2.5, 32.5], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-10, -2.5, 37.5], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-10, -2.5, 47.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-22.5, -2.5, 10], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [25, -22.5, -2.5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-10, -20, 12.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-20, -10, 17.5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-20, -10, 17.5], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-22.5, 10, 22.5], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-22.5, 10, 32.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-22.5, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_thigh": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-25, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [25, -5, -12.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15, -5, -12.5], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-7.04, -2.65, -6.63], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [1.25, 3.25, 1.75], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0.25, 4.25, -2.75], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [1, 6.5, -2.75], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0.08, 1.11, -2.46], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_thigh": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-25, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [12.5, -2.5, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [10, -7.5, 2.5], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-1.5, 1, -0.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 4, -2.25], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-1, 6.5, -2.75], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0.06, 0.89, -1.14], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.deoxysdefense.goodbye": { + "loop": true, + "animation_length": 7, + "bones": { + "body": { + "rotation": [2.5, 0, 0], + "position": [0, 0, -0.5] + }, + "hips": { + "rotation": ["12.5+math.sin((query.anim_time-0.5)*144)*1", 0, 0], + "position": [0, "-3-math.sin((query.anim_time)*144)*1", -2] + }, + "head": { + "rotation": [-7.5, 0, 0] + }, + "leftarm_red": { + "rotation": [0, 0, -5] + }, + "Lred1": { + "rotation": [0, "0-math.sin((query.anim_time)*144)*1", "-2.5-math.sin((query.anim_time)*144)*1"] + }, + "Lred2": { + "rotation": [0, "-2.5-math.sin((query.anim_time-0.1)*144)*1", "5-math.sin((query.anim_time-0.1)*144)*1"] + }, + "Lred3": { + "rotation": [0, "-2.5-math.sin((query.anim_time-0.2)*144)*1", "2.5-math.sin((query.anim_time-0.2)*144)*1"] + }, + "Lred4": { + "rotation": [0, "-2.5-math.sin((query.anim_time-0.3)*144)*1", "5-math.sin((query.anim_time-0.3)*144)*1"] + }, + "Lred5": { + "rotation": [0, "-2.5-math.sin((query.anim_time-0.4)*144)*1", "5-math.sin((query.anim_time-0.4)*144)*1"] + }, + "leftarm_blue": { + "rotation": [0, -5, 0], + "position": [0, 1.5, 0] + }, + "Lblue1": { + "rotation": [0, "0-math.sin((query.anim_time)*144)*1", "-7.5-math.sin((query.anim_time)*144)*1"] + }, + "Lblue2": { + "rotation": [0, "-2.5-math.sin((query.anim_time-0.1)*144)*1", "7.5-math.sin((query.anim_time-0.1)*144)*1"] + }, + "Lblue3": { + "rotation": [0, "-2.5-math.sin((query.anim_time-0.2)*144)*1", "2.5-math.sin((query.anim_time-0.2)*144)*1"] + }, + "Lblue4": { + "rotation": [0, "-2.5-math.sin((query.anim_time-0.3)*144)*1", "5-math.sin((query.anim_time-0.3)*144)*1"] + }, + "Lblue5": { + "rotation": [0, "-2.5-math.sin((query.anim_time-0.4)*144)*1", "2.5-math.sin((query.anim_time-0.4)*144)*1"] + }, + "rightarm_red": { + "rotation": [0, 0, 7.5] + }, + "Rred2": { + "rotation": [0, "2.5+math.sin((query.anim_time-0.1)*144)*1", "-5+math.sin((query.anim_time-0.1)*144)*1"] + }, + "Rred3": { + "rotation": [0, "2.5+math.sin((query.anim_time-0.2)*144)*1", "-2.5+math.sin((query.anim_time-0.2)*144)*1"] + }, + "Rred4": { + "rotation": [0, "2.5+math.sin((query.anim_time-0.3)*144)*1", "-5+math.sin((query.anim_time-0.3)*144)*1"] + }, + "Rred5": { + "rotation": [0, "2.5+math.sin((query.anim_time-0.4)*144)*1", "-5+math.sin((query.anim_time-0.4)*144)*1"] + }, + "rightarm_blue": { + "rotation": [0, 5, 7.5], + "position": [0, 2, 0] + }, + "Rblue2": { + "rotation": [0, "2.5+math.sin((query.anim_time-0.1)*144)*1", "-7.5+math.sin((query.anim_time-0.1)*144)*1"] + }, + "Rblue3": { + "rotation": [0, "2.5+math.sin((query.anim_time-0.2)*144)*1", "-2.5+math.sin((query.anim_time-0.2)*144)*1"] + }, + "Rblue4": { + "rotation": [0, "2.5+math.sin((query.anim_time-0.3)*144)*1", "-5+math.sin((query.anim_time-0.3)*144)*1"] + }, + "Rblue5": { + "rotation": [0, "2.5+math.sin((query.anim_time-0.4)*144)*1", "-2.5+math.sin((query.anim_time-0.4)*144)*1"] + }, + "leftleg": { + "rotation": ["14.4796-math.sin((query.anim_time)*144)*2", -3.29921, -8.4309], + "position": [0, "-1-math.sin((query.anim_time)*144)*1", -3] + }, + "left_calf": { + "rotation": ["34.8974-math.sin((query.anim_time)*144)*3", -2.86544, 4.09918] + }, + "rightleg": { + "rotation": ["25.3313-math.sin((query.anim_time-0.3)*144)*2", 12.50103, 18.76467], + "position": [1, "-1-math.sin((query.anim_time)*144)*1", -3] + }, + "right_calf": { + "rotation": ["34.8974-math.sin((query.anim_time)*144)*3", 2.86544, -4.09918] + }, + "Rred1": { + "rotation": [0, "0+math.sin((query.anim_time)*144)*1", "0+math.sin((query.anim_time)*144)*1"] + }, + "Rblue1": { + "rotation": [0, "0+math.sin((query.anim_time)*144)*1", "0+math.sin((query.anim_time)*144)*1"] + }, + "Left_arm": { + "rotation": [5.00474, -2.49048, -0.21803] + }, + "Right_arm": { + "rotation": [5.00474, 2.49048, 0.21803] + }, + "deoxys": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [0, 35, 0], + "0.2917": [0, 80, 0], + "0.5": [0, 125, 0], + "0.6667": [0, 177.5, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.6667": [0, 0, 0], + "7.0": [0, 0, 3323] + } + } + } + }, + "animation.deoxysdefense.battle_base": { + "loop": true, + "animation_length": 3, + "bones": { + "body": { + "rotation": [2.5, 0, 0], + "position": [0, 0, -0.5] + }, + "hips": { + "rotation": [0, 0, 0], + "position": [0, -4, -2] + }, + "head": { + "rotation": [2.5, 0, 0] + }, + "leftarm_red": { + "rotation": [0, 0, -5] + }, + "Lred1": { + "rotation": [0, 0, -2.5] + }, + "Lred2": { + "rotation": [0, 0, 5] + }, + "Lred3": { + "rotation": [0, 0, 2.5] + }, + "Lred4": { + "rotation": [0, 0, 5] + }, + "Lred5": { + "rotation": [0, 0, 5] + }, + "leftarm_blue": { + "rotation": [0, -5, 0], + "position": [0, 1.5, 0] + }, + "Lblue1": { + "rotation": [0, 0, -7.5] + }, + "Lblue2": { + "rotation": [0, 0, 7.5] + }, + "Lblue3": { + "rotation": [0, 0, 2.5] + }, + "Lblue4": { + "rotation": [0, 0, 5] + }, + "Lblue5": { + "rotation": [0, 0, 2.5] + }, + "rightarm_red": { + "rotation": [0, 0, 7.5] + }, + "Rred2": { + "rotation": [0, 0, -5] + }, + "Rred3": { + "rotation": [0, 0, -2.5] + }, + "Rred4": { + "rotation": [0, 0, -5] + }, + "Rred5": { + "rotation": [0, 0, -5] + }, + "rightarm_blue": { + "rotation": [0, 5, 7.5], + "position": [0, 2, 0] + }, + "Rblue2": { + "rotation": [0, 0, -7.5] + }, + "Rblue3": { + "rotation": [0, 0, -2.5] + }, + "Rblue4": { + "rotation": [0, 0, -5] + }, + "Rblue5": { + "rotation": [0, 0, -2.5] + }, + "leftleg": { + "rotation": [-21.616, -13.54835, -8.4039], + "position": [0, -2, -3] + }, + "left_calf": { + "rotation": [34.8974, -2.86544, 4.09918] + }, + "rightleg": { + "rotation": [-15.3592, 29.92351, 11.6936], + "position": [1, -2, -3] + }, + "right_calf": { + "rotation": [34.8974, 2.86544, -4.09918] + }, + "Rred1": { + "rotation": [0, 0, 0] + }, + "Rblue1": { + "rotation": [0, 0, 0] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/deoxysspeed/deoxysspeed.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/deoxysspeed/deoxysspeed.animation.json new file mode 100644 index 0000000..92052f6 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/deoxysspeed/deoxysspeed.animation.json @@ -0,0 +1,5481 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.deoxysspeed.pose": { + "loop": true, + "bones": { + "body": { + "rotation": [12.5, 0, 0], + "position": [0, 0, -1.5] + }, + "hips": { + "rotation": [-7.5, 0, 0] + }, + "left_arm": { + "rotation": [-30, -15, 0] + }, + "Lred1": { + "rotation": [0, 0, -5] + }, + "Lred2": { + "rotation": [0, 0, -7.5] + }, + "Lred3": { + "rotation": [0, 0, -5] + }, + "Lred4": { + "rotation": [0, 0, -10] + }, + "Lred5": { + "rotation": [0, 0, -15] + }, + "Lred6": { + "rotation": [0, 0, -12.5] + }, + "Lred7": { + "rotation": [0, 0, -12.5] + }, + "right_arm": { + "rotation": [-24.55933, 9.99038, 2.53852] + }, + "Rblue1": { + "rotation": [0, 0, 5] + }, + "Rblue2": { + "rotation": [0, 0, 5] + }, + "Rblue3": { + "rotation": [0, 0, 5] + }, + "Rblue4": { + "rotation": [0, 0, 7.5] + }, + "Rblue5": { + "rotation": [0, 0, 10] + }, + "Rblue6": { + "rotation": [0, 0, 15] + }, + "Rblue7": { + "rotation": [0, 0, 17.5] + }, + "head": { + "rotation": [15.01365, 2.41476, 0.64743] + }, + "leftleg": { + "rotation": [9.55939, -7.37749, -9.38889] + }, + "left_thigh": { + "rotation": [-15.82276, -22.1979, 3.4555] + }, + "left_calf": { + "rotation": [39.42861, -6.12318, 10.92153] + }, + "rightleg": { + "rotation": [-0.04282, -7.4666, 20.43812] + }, + "right_thigh": { + "rotation": [-32.63362, 9.52884, -3.39465] + }, + "right_calf": { + "rotation": [61.8707, 15.76216, -10.49022] + } + } + }, + "animation.deoxysspeed.ground_idle": { + "loop": true, + "animation_length": 2.5, + "bones": { + "body": { + "rotation": [15.12353, -7.24305, -1.95155], + "position": ["-0.25-math.sin((query.anim_time)*288)*0.3", "-7+math.cos((query.anim_time)*576)*0.15", "-2.25-math.sin((query.anim_time)*288)*0.4"] + }, + "hips": { + "rotation": [-7.52832, "-4.9571-math.sin((query.anim_time)*288)*1.5", "0.6543-math.sin((query.anim_time)*288)*1.5"], + "position": [0, "0+math.sin((query.anim_time)*288)*0.15", 0] + }, + "left_arm": { + "rotation": [-2.66459, -14.70843, 10.42981], + "position": [0, 0, -0.5] + }, + "Lred2": { + "rotation": ["0-math.sin((query.anim_time-0.1)*288)*2", 0, "15-math.sin((query.anim_time-0.1)*288)*2"] + }, + "Lred3": { + "rotation": ["0-math.sin((query.anim_time-0.2)*288)*2", "0+math.sin((query.anim_time-0.2)*288)*2", "15-math.sin((query.anim_time-0.2)*288)*2"] + }, + "Lred4": { + "rotation": [0.17442, "0.0038+math.sin((query.anim_time-0.3)*288)*4", "19.9939-math.sin((query.anim_time-0.3)*288)*1"] + }, + "Lred5": { + "rotation": [0, "0+math.sin((query.anim_time-0.4)*288)*1.5", "17.5-math.sin((query.anim_time-0.4)*288)*1.5"] + }, + "Lred6": { + "rotation": [0, "0+math.sin((query.anim_time-0.5)*288)*2", "10-math.sin((query.anim_time-0.5)*288)*2"] + }, + "Lred7": { + "rotation": [0, "0+math.sin((query.anim_time-0.6)*288)*3", "10-math.sin((query.anim_time-0.6)*288)*3"] + }, + "right_arm": { + "rotation": [5.43004, -37.12619, -14.59327], + "position": [0, 0, -0.25] + }, + "Rblue1": { + "rotation": ["0+math.sin((query.anim_time-0.4)*288)*2", "30-math.sin((query.anim_time-0.2)*288)*3", "7.5+math.sin((query.anim_time)*288)*2"] + }, + "Rblue2": { + "rotation": ["0+math.sin((query.anim_time-0.1)*288)*2", 0, "-12.5+math.sin((query.anim_time-0.1)*288)*2"] + }, + "Rblue3": { + "rotation": ["0+math.sin((query.anim_time-0.2)*288)*2", "0-math.sin((query.anim_time-0.2)*288)*2", "-15+math.sin((query.anim_time-0.2)*288)*2"] + }, + "Rblue4": { + "rotation": [0, "0-math.sin((query.anim_time-0.3)*288)*4", "-15+math.sin((query.anim_time-0.3)*288)*2"] + }, + "Rblue5": { + "rotation": [0, "0-math.sin((query.anim_time-0.4)*288)*1.5", "-15+math.sin((query.anim_time-0.4)*288)*2"] + }, + "Rblue6": { + "rotation": [0, "0-math.sin((query.anim_time-0.5)*288)*2", "-15+math.sin((query.anim_time-0.5)*288)*2"] + }, + "Rblue7": { + "rotation": [0, "0-math.sin((query.anim_time-0.6)*288)*3", "-15+math.sin((query.anim_time-0.6)*288)*3"] + }, + "head": { + "rotation": [ + "-2.4618-math.sin((query.anim_time-0.6)*288)*0.5", + "7.5047-math.sin((query.anim_time-0.6)*288)*0.5", + "0.2197-math.cos((query.anim_time-0.6)*288)*0.7" + ] + }, + "leftleg": { + "rotation": ["2.5355+math.sin((query.anim_time)*288)*3", "2.4738+math.sin((query.anim_time)*288)*2", -26.95546], + "position": ["0.75-math.sin((query.anim_time)*288)*0.4", "-7+math.sin((query.anim_time)*288)*0.4", "0.25+math.sin((query.anim_time)*288)*0.4"] + }, + "left_thigh": { + "rotation": [0, "-20-math.sin((query.anim_time)*288)*1", 0] + }, + "left_calf": { + "rotation": ["42.3178-math.sin((query.anim_time)*288)*6.5", "-6.9553+math.sin((query.anim_time)*288)*1", "0.2782+math.sin((query.anim_time)*288)*4"] + }, + "rightleg": { + "rotation": ["-12.3856-math.sin((query.anim_time)*288)*3", "-9.9136-math.sin((query.anim_time)*288)*2", 28.68155], + "position": ["-0.5-math.sin((query.anim_time)*288)*0.4", "-7.75-math.sin((query.anim_time)*288)*0.2", "-1-math.sin((query.anim_time)*288)*0.4"] + }, + "right_thigh": { + "rotation": [-40.47741, "38.043+math.sin((query.anim_time)*288)*1", -11.5833] + }, + "right_calf": { + "rotation": ["55.1949+math.sin((query.anim_time)*288)*4", "2.2504-math.sin((query.anim_time)*288)*1", "0.5792+math.sin((query.anim_time)*288)*4"] + }, + "Lred1": { + "rotation": [ + "-15.2385-math.sin((query.anim_time-0.4)*288)*2", + "7.3378+math.sin((query.anim_time-0.2)*288)*3", + "-2.5791-math.sin((query.anim_time-0.4)*288)*2" + ] + }, + "leftlegguard": { + "rotation": ["10-math.sin((query.anim_time)*288)*2", 0, 0], + "position": [0, 1, 0] + }, + "rightleftguard": { + "rotation": [10.00933, "-2.462+math.sin((query.anim_time)*288)*2", -0.43439], + "position": [0, 1, 0] + } + } + }, + "animation.deoxysspeed.ground_walk": { + "loop": true, + "animation_length": 2.5, + "bones": { + "body": { + "rotation": [40.12353, -7.24305, -1.95155], + "position": [-0.25, "-7+math.sin((query.anim_time)*288)*0.7", -6.25] + }, + "hips": { + "rotation": [-7.52832, -4.9571, 0.6543], + "position": [0, 0, 0] + }, + "left_arm": { + "rotation": [-2.66459, -14.70843, 10.42981], + "position": [0, 0, -0.5] + }, + "Lred2": { + "rotation": ["0-math.sin((query.anim_time-0.1)*288)*2", 0, "15-math.sin((query.anim_time-0.1)*288)*2"] + }, + "Lred3": { + "rotation": ["0-math.sin((query.anim_time-0.2)*288)*2", "0+math.sin((query.anim_time-0.2)*288)*2", "15-math.sin((query.anim_time-0.2)*288)*2"] + }, + "Lred4": { + "rotation": [3.02191, "0.0342+math.sin((query.anim_time-0.3)*288)*4", "14.982-math.sin((query.anim_time-0.3)*288)*1"] + }, + "Lred5": { + "rotation": [2.44079, "0.0013+math.sin((query.anim_time-0.4)*288)*1.5", "20.0007-math.sin((query.anim_time-0.4)*288)*1.5"] + }, + "Lred6": { + "rotation": [-0.05129, "0.0011+math.sin((query.anim_time-0.5)*288)*2", "12.5005-math.sin((query.anim_time-0.5)*288)*2"] + }, + "Lred7": { + "rotation": [0, "0+math.sin((query.anim_time-0.6)*288)*3", "10-math.sin((query.anim_time-0.6)*288)*3"] + }, + "right_arm": { + "rotation": [5.43004, -37.12619, -14.59327], + "position": [0, 0, -0.25] + }, + "Rblue1": { + "rotation": [ + "21.2864+math.sin((query.anim_time-0.4)*288)*2", + "48.0653-math.sin((query.anim_time-0.2)*288)*3", + "-21.5086+math.sin((query.anim_time)*288)*2" + ] + }, + "Rblue2": { + "rotation": ["0+math.sin((query.anim_time-0.1)*288)*2", 0, "-12.5+math.sin((query.anim_time-0.1)*288)*2"] + }, + "Rblue3": { + "rotation": ["0+math.sin((query.anim_time-0.2)*288)*2", "0-math.sin((query.anim_time-0.2)*288)*2", "-15+math.sin((query.anim_time-0.2)*288)*2"] + }, + "Rblue4": { + "rotation": [0, "-2.5-math.sin((query.anim_time-0.3)*288)*4", "-15+math.sin((query.anim_time-0.3)*288)*2"] + }, + "Rblue5": { + "rotation": [0, "0-math.sin((query.anim_time-0.4)*288)*1.5", "-15+math.sin((query.anim_time-0.4)*288)*2"] + }, + "Rblue6": { + "rotation": [0, "0-math.sin((query.anim_time-0.5)*288)*2", "-15+math.sin((query.anim_time-0.5)*288)*2"] + }, + "Rblue7": { + "rotation": [0.0164, "-0.0004-math.sin((query.anim_time-0.6)*288)*3", "-12.4999+math.sin((query.anim_time-0.6)*288)*3"] + }, + "head": { + "rotation": [ + "-22.749-math.sin((query.anim_time-0.6)*288)*0.5", + "6.5461-math.sin((query.anim_time-0.6)*288)*0.5", + "-2.107-math.cos((query.anim_time-0.6)*288)*0.7" + ] + }, + "leftleg": { + "rotation": ["7.1511+math.sin((query.anim_time)*288)*0.7", "3.4338-math.sin((query.anim_time)*288)*0.7", -34.40377], + "position": [0.25, "-7+math.sin((query.anim_time)*288)*0.7", 0.25] + }, + "left_thigh": { + "rotation": [14.2477, -9.36097, 8.46216], + "position": [-0.5, 1, 0] + }, + "left_calf": { + "rotation": [42.3178, -6.9553, 0.2782] + }, + "rightleg": { + "rotation": ["2.3269+math.sin((query.anim_time)*288)*0.7", "-5.4226-math.sin((query.anim_time)*288)*0.7", 34.47265], + "position": [-0.5, "-6.75+math.sin((query.anim_time)*288)*0.7", -1] + }, + "right_thigh": { + "rotation": [-46.9321, 32.97349, -18.38017] + }, + "right_calf": { + "rotation": ["87.694+math.sin((query.anim_time)*288)*1", -2.74556, 0.78028], + "position": [0, 0.25, -0.25] + }, + "Lred1": { + "rotation": [ + "32.6514-math.sin((query.anim_time-0.4)*288)*2", + "5.6999+math.sin((query.anim_time-0.2)*288)*3", + "5.2362-math.sin((query.anim_time-0.4)*288)*2" + ] + }, + "leftlegguard": { + "rotation": [10, 0, 0], + "position": [0, 1, 0] + }, + "rightleftguard": { + "rotation": [10.00933, -2.462, -0.43439], + "position": [0, 1, 0] + } + } + }, + "animation.deoxysspeed.sleep": { + "loop": true, + "animation_length": 2.5, + "bones": { + "body": { + "rotation": [29.90116, -2.91277, 0.55864], + "position": [-0.25, "math.sin((query.anim_time)*144)*0.7", -6.25] + }, + "hips": { + "rotation": [-14.97083, -0.12726, -0.64065], + "position": [0, 0, 0] + }, + "left_arm": { + "rotation": [-2.66459, -14.70843, 10.42981], + "position": [0, 0, -0.5] + }, + "Lred2": { + "rotation": ["0-math.sin((query.anim_time-0.1)*144)*2", 0, "15-math.sin((query.anim_time-0.1)*144)*2"] + }, + "Lred3": { + "rotation": [ + "0.072-math.sin((query.anim_time-0.2)*144)*2", + "0.0753+math.sin((query.anim_time-0.2)*144)*2", + "12.5001-math.sin((query.anim_time-0.2)*144)*2" + ] + }, + "Lred4": { + "rotation": [3.35535, "0.3125+math.sin((query.anim_time-0.3)*144)*1", "9.9786-math.sin((query.anim_time-0.3)*144)*1"] + }, + "Lred5": { + "rotation": [2.5496, "0.2191+math.sin((query.anim_time-0.4)*144)*1.5", "15.0043-math.sin((query.anim_time-0.4)*144)*1.5"] + }, + "Lred6": { + "rotation": [0.05128, "0.0011+math.sin((query.anim_time-0.5)*144)*2", "7.4995-math.sin((query.anim_time-0.5)*144)*2"] + }, + "Lred7": { + "rotation": [0.03277, "0.0015+math.sin((query.anim_time-0.6)*144)*2", "4.9998-math.sin((query.anim_time-0.6)*144)*2"] + }, + "right_arm": { + "rotation": [5.43004, -37.12619, -14.59327], + "position": [0, 0, -0.25] + }, + "Rblue1": { + "rotation": [ + "-46.4272+math.sin((query.anim_time-0.4)*144)*2", + "41.0463-math.sin((query.anim_time-0.2)*144)*3", + "-32.0072+math.sin((query.anim_time)*144)*2" + ] + }, + "Rblue2": { + "rotation": ["0+math.sin((query.anim_time-0.1)*144)*2", 0, "-12.5+math.sin((query.anim_time-0.1)*144)*2"] + }, + "Rblue3": { + "rotation": [ + "0.0753+math.sin((query.anim_time-0.2)*144)*2", + "0.072-math.sin((query.anim_time-0.2)*144)*2", + "-12.4999+math.sin((query.anim_time-0.2)*144)*2" + ] + }, + "Rblue4": { + "rotation": [0.13008, "-2.5057-math.sin((query.anim_time-0.3)*144)*1", "-9.9984+math.sin((query.anim_time-0.3)*144)*2"] + }, + "Rblue5": { + "rotation": [0.11831, "-0.0052-math.sin((query.anim_time-0.4)*144)*1.5", "-9.9986+math.sin((query.anim_time-0.4)*144)*2"] + }, + "Rblue6": { + "rotation": [0.10247, "-0.0045-math.sin((query.anim_time-0.5)*144)*2", "-9.999+math.sin((query.anim_time-0.5)*144)*2"] + }, + "Rblue7": { + "rotation": [0.04907, "-0.0033-math.sin((query.anim_time-0.6)*144)*2", "-7.4997+math.sin((query.anim_time-0.6)*144)*2"] + }, + "head": { + "rotation": [ + "7.251-math.sin((query.anim_time-0.6)*144)*0.5", + "6.5461-math.sin((query.anim_time-0.6)*144)*0.5", + "-2.107-math.cos((query.anim_time-0.6)*144)*0.7" + ] + }, + "leftleg": { + "rotation": ["-2.8489+math.sin((query.anim_time)*144)*0.7", "3.4338-math.sin((query.anim_time)*144)*0.7", -34.40377], + "position": [0.25, "math.sin((query.anim_time)*144)*0.7", -1.75] + }, + "left_thigh": { + "rotation": [-55.67468, -28.26289, 37.82988], + "position": [-0.5, 1, 0] + }, + "left_calf": { + "rotation": [84.65995, -4.31278, 1.01712], + "position": [0, 0, -0.25] + }, + "rightleg": { + "rotation": ["-5.0001+math.sin((query.anim_time)*288)*0.7", "-2.955-math.sin((query.anim_time)*288)*0.7", 33.27143], + "position": [-0.5, "0.25+math.sin((query.anim_time)*144)*0.7", -2] + }, + "right_thigh": { + "rotation": [-50.62594, 25.43956, -25.92548], + "position": [0, 0.5, 0.5] + }, + "right_calf": { + "rotation": ["90.1944+math.sin((query.anim_time)*144)*1", 4.7544, 0.80569], + "position": [0, 0.25, -0.5] + }, + "Lred1": { + "rotation": [ + "331.3763-math.sin((query.anim_time-0.4)*144)*2", + "11.4839+math.sin((query.anim_time-0.2)*144)*3", + "16.3915-math.sin((query.anim_time-0.4)*144)*2" + ] + }, + "leftlegguard": { + "rotation": [10.34527, 14.76689, 2.66399], + "position": [0, 1, 0] + }, + "rightleftguard": { + "rotation": [10.23772, -12.3071, -2.20462], + "position": [0, 1, 0] + }, + "lefteye": { + "position": [0, 0, 1] + }, + "righteye6": { + "position": [0, 0, 1] + }, + "eyelids": { + "position": [0, 0, -1] + } + } + }, + "animation.deoxysspeed.faint": { + "loop": true, + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": [15.12353, -7.24305, -1.95155], + "0.1667": { + "pre": [25.12353, -7.24305, -1.95155], + "post": [25.12353, -7.24305, -1.95155], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [44.87104, -9.01088, -0.16584], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [44.87104, -9.01088, -0.16584], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [45.73514, -7.21321, -5.51133], + "lerp_mode": "catmullrom" + }, + "1.7917": [46.06532, -3.62145, -9.00593], + "2.0833": [38.56532, -3.62145, -9.00593], + "2.25": [46.06532, -3.62145, -9.00593], + "2.6667": [46.21563, -14.14588, -12.7963] + }, + "position": { + "0.0": [-0.25, -7, -2.25], + "0.1667": { + "pre": [-0.43, -7.52, -4.93], + "post": [-0.43, -7.52, -4.93], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0.11, -9.77, -8.95], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0.5, -10.25, -10.75], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0.5, -10.25, -10.75], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-2, -10.25, -10.75], + "lerp_mode": "catmullrom" + }, + "1.7917": [-1.25, -10.25, -10.75], + "2.0833": [-1.25, -10.25, -8.5], + "2.25": [-1.25, -10.25, -10.75], + "2.6667": [-7.5, -21.75, -24] + } + }, + "hips": { + "rotation": { + "0.0": [-7.52832, -4.9571, 0.6543], + "0.1667": { + "pre": [-17.84795, -1.05627, 4.66281], + "post": [-17.84795, -1.05627, 4.66281], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-24.87921, 1.68234, 3.0762], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-24.87921, 1.68234, 3.0762], + "lerp_mode": "catmullrom" + }, + "1.7917": [-25.04309, -0.74178, 9.7147] + }, + "position": [0, 0, 0] + }, + "left_arm": { + "rotation": [-2.66459, -14.70843, 10.42981], + "position": [0, 0, -0.5] + }, + "Lred2": { + "rotation": { + "0.0": [0, 0, 15], + "0.4167": { + "pre": [-7.47178, 0.65182, 29.95744], + "post": [-7.47178, 0.65182, 29.95744], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-6.93488, 2.86313, 47.32648], + "lerp_mode": "catmullrom" + }, + "0.875": [-6.50446, 3.74196, 54.78729] + } + }, + "Lred3": { + "rotation": { + "0.0": [0, 0, 15], + "0.4167": [0, 0, 35], + "0.7083": [0, 0, 62.5] + } + }, + "Lred4": { + "rotation": { + "0.0": [0.17442, 0.0038, 19.9939], + "0.2083": { + "pre": [0.1771, -9.99615, 19.96315], + "post": [0.1771, -9.99615, 19.96315], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-2.44123, -9.69802, 35.18577], + "lerp_mode": "catmullrom" + }, + "0.875": [-3.28399, -9.44815, 40.25009] + } + }, + "Lred5": { + "rotation": { + "0.0": [0, 0, 17.5], + "0.2083": { + "pre": [0, -17.5, 17.5], + "post": [0, -17.5, 17.5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-1.5741, -17.43127, 22.74133], + "lerp_mode": "catmullrom" + }, + "0.7083": [-8.95891, -15.09492, 48.68939] + } + }, + "Lred6": { + "rotation": { + "0.0": [0, 0, 10], + "0.2083": { + "pre": [3.96713, -14.47751, -5.50409], + "post": [3.96713, -14.47751, -5.50409], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [5.23619, -14.0761, -10.6469], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [7.63074, -12.95254, -20.86748], + "lerp_mode": "catmullrom" + }, + "0.875": [-3.31914, -14.63639, 22.92638] + } + }, + "Lred7": { + "rotation": { + "0.0": [0, 0, 10], + "0.2083": { + "pre": [6.15491, -16.41371, -10.88852], + "post": [6.15491, -16.41371, -10.88852], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [10.25103, -14.26008, -26.28567], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [12.28731, 2.37583, -33.12563], + "lerp_mode": "catmullrom" + }, + "0.875": [9.07409, -8.65011, 20.9309] + } + }, + "right_arm": { + "rotation": [5.43004, -37.12619, -14.59327], + "position": [0, 0, -0.25] + }, + "Rblue1": { + "rotation": { + "0.0": [0, 30, 7.5], + "0.2083": { + "pre": [-45, 30, 7.5], + "post": [-45, 30, 7.5], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-84.25045, 20.69955, 3.42639], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-89.25045, 20.69955, 3.42639], + "lerp_mode": "catmullrom" + }, + "0.9167": [-89.27981, 13.20016, 3.3259] + } + }, + "Rblue2": { + "rotation": { + "0.0": [0, 0, -12.5], + "0.625": [6.8817, -24.09293, -46.47027], + "0.8333": [11.14843, -22.52101, -57.22644] + } + }, + "Rblue3": { + "rotation": { + "0.0": [0, 0, -15], + "0.375": { + "pre": [0, 0, -20], + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, -47.5], + "lerp_mode": "catmullrom" + }, + "0.9167": [0, 0, -57.5] + } + }, + "Rblue4": { + "rotation": { + "0.0": [0, 0, -15], + "0.2083": { + "pre": [0, 0, -20], + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [2.18558, -9.76061, -32.68664], + "lerp_mode": "catmullrom" + }, + "0.8333": [3.03513, -9.53274, -37.75313] + } + }, + "Rblue5": { + "rotation": { + "0.0": [0, 0, -15], + "0.375": { + "pre": [0, 0, -30], + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, -42.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, -5, -50], + "lerp_mode": "catmullrom" + }, + "0.9167": [0.21865, -4.99523, -52.50954] + } + }, + "Rblue6": { + "rotation": { + "0.0": [0, 0, -15], + "0.2083": { + "pre": [0, 0, -7.5], + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0.98448, 7.43547, 0.06397], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [1.96736, -10.24688, 7.02728], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [6.24426, -13.42084, -18.79944], + "lerp_mode": "catmullrom" + }, + "1.0833": [8.49922, -12.13432, -28.96906] + } + }, + "Rblue7": { + "rotation": { + "0.0": [0, 0, -15], + "0.2083": { + "pre": [0, 0, 7.5], + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [1.08482, 4.88119, 20.04624], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [1.71394, 4.69776, 27.57031], + "lerp_mode": "catmullrom" + }, + "1.0833": [-3.04868, 3.9649, -30.10555] + } + }, + "head": { + "rotation": { + "0.0": [-2.4618, 7.5047, 0.2197], + "0.25": { + "pre": [-34.61024, 7.5047, 0.2197], + "post": [-34.61024, 7.5047, 0.2197], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-32.4618, 7.5047, 0.2197], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-19.12847, 7.5047, 0.2197], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [15.33449, 17.41533, 1.58776], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [28.83491, 19.0901, -2.59117], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [12.05556, 19.78953, -8.66418], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [11.16211, 20.2927, -11.27091], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [22.2535, 7.75629, -1.06862], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-1.94464, 14.32709, 11.47569], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-19.44464, 14.32709, 11.47569], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [-26.94464, 14.32709, 11.47569], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [-11.94464, 14.32709, 11.47569], + "lerp_mode": "catmullrom" + }, + "2.7917": [23.05536, 14.32709, 11.47569] + }, + "position": [0, 0, 0] + }, + "leftleg": { + "rotation": { + "0.0": [2.5355, 2.4738, -26.95546], + "0.4583": { + "pre": [2.3103, 2.68531, -31.95606], + "post": [2.3103, 2.68531, -31.95606], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [2.3103, 2.68531, -31.95606], + "lerp_mode": "catmullrom" + }, + "1.7917": [2.3103, 2.68531, -31.95606], + "2.0833": [-2.6897, 2.68531, -31.95606], + "2.25": [2.3103, 2.68531, -31.95606], + "2.6667": [13.55969, 11.92838, -28.08817] + }, + "position": { + "0.0": [0.75, -7, 0.25], + "0.4583": { + "pre": [0, -9.5, -2.75], + "post": [0, -9.5, -2.75], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, -9.5, -2.75], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-1.5, -9.5, -2.75], + "lerp_mode": "catmullrom" + }, + "1.7917": [0, -9.5, -2.75], + "2.0833": [0, -9.5, -1.5], + "2.25": [0, -9.5, -2.75], + "2.6667": [-6, -21.5, -15.75] + } + }, + "left_thigh": { + "rotation": { + "0.0": [0, -20, 0], + "0.4583": { + "pre": [2.5, -20, 0], + "post": [2.5, -20, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [2.5, -20, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [3.40569, -19.87119, -2.65585], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [2.5, -20, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [2.5, -20, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": [19.61827, -18.32896, -19.17452] + }, + "position": { + "0.0": [0, 0, 0], + "2.6667": [0, 1, 0] + } + }, + "left_calf": { + "rotation": { + "0.0": [42.3178, -6.9553, 0.2782], + "0.4583": { + "pre": [49.36606, -0.3532, 5.19361], + "post": [49.36606, -0.3532, 5.19361], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [49.36606, -0.3532, 5.19361], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [46.86325, -0.27693, 5.27154], + "lerp_mode": "catmullrom" + }, + "1.7917": [49.36606, -0.3532, 5.19361], + "2.0833": [54.36606, -0.3532, 5.19361], + "2.25": [49.36606, -0.3532, 5.19361], + "2.6667": [46.73622, -2.43321, 3.63723] + } + }, + "rightleg": { + "rotation": { + "0.0": [-12.3856, -9.9136, 28.68155], + "0.4583": { + "pre": [-21.23059, -6.39395, 38.13907], + "post": [-21.23059, -6.39395, 38.13907], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-21.23059, -6.39395, 38.13907], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-20.63299, -8.18125, 33.43118], + "lerp_mode": "catmullrom" + }, + "1.7917": [-21.23059, -6.39395, 38.13907], + "2.25": [-21.23059, -6.39395, 38.13907], + "2.6667": [-12.83629, -20.27591, 33.58295] + }, + "position": { + "0.0": [-0.5, -7.75, -1], + "0.4583": { + "pre": [-1.25, -9.75, -5.25], + "post": [-1.25, -9.75, -5.25], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-1.25, -9.75, -5.25], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-3.25, -9.25, -5.25], + "lerp_mode": "catmullrom" + }, + "1.7917": [-1.25, -9.75, -5.25], + "2.25": [-1.25, -9.75, -5.25], + "2.375": [-3.35, -12.05, -11.15], + "2.6667": [-8.25, -21.75, -19.25] + } + }, + "right_thigh": { + "rotation": { + "0.0": [-40.47741, 38.043, -11.5833], + "0.4583": { + "pre": [-34.16359, 39.9903, -9.45157], + "post": [-34.16359, 39.9903, -9.45157], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-34.16359, 39.9903, -9.45157], + "lerp_mode": "catmullrom" + }, + "1.7917": [-34.16359, 39.9903, -9.45157], + "2.0833": [-39.16359, 39.9903, -9.45157], + "2.25": [-34.16359, 39.9903, -9.45157] + }, + "position": { + "0.0": [0, 0, 0], + "2.0833": [1, -1, 0], + "2.25": [0.5, -0.75, 0] + } + }, + "right_calf": { + "rotation": { + "0.0": [55.1949, 2.2504, 0.5792], + "0.4583": { + "pre": [75.07379, 7.02277, -0.91761], + "post": [75.07379, 7.02277, -0.91761], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [75.07379, 7.02277, -0.91761], + "lerp_mode": "catmullrom" + }, + "1.7917": [75.07379, 7.02277, -0.91761], + "2.0833": [77.57379, 7.02277, -0.91761], + "2.25": [75.07379, 7.02277, -0.91761], + "2.375": [94.05586, 4.52906, -1.09571], + "2.6667": [130.07379, 7.02277, -0.91761] + } + }, + "Lred1": { + "rotation": { + "0.0": [-15.2385, 7.3378, -2.5791], + "0.2083": { + "pre": [-50.2385, 7.3378, -2.5791], + "post": [-50.2385, 7.3378, -2.5791], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-89.34504, 24.56548, 0.63446], + "lerp_mode": "catmullrom" + }, + "0.7083": [-84.12551, 47.06357, 1.00241], + "0.8333": [-79.12551, 47.06357, 1.00241], + "0.9583": [-74.12551, 47.06357, 1.00241] + } + }, + "leftlegguard": { + "rotation": [10, 0, 0], + "position": [0, 1, 0] + }, + "rightleftguard": { + "rotation": [10.00933, -2.462, -0.43439], + "position": [0, 1, 0] + }, + "lefteye": { + "position": { + "0.0": [0, 0, 0], + "0.8333": [0, 0, 0], + "0.875": [0, 0, 1] + } + }, + "righteye6": { + "position": { + "0.0": [0, 0, 0], + "0.8333": [0, 0, 0], + "0.875": [0, 0, 1] + } + }, + "eyelids": { + "position": { + "0.0": [0, 0, 0], + "0.875": [0, 0, -1] + } + } + } + }, + "animation.deoxysspeed.cry": { + "animation_length": 3, + "bones": { + "Lred1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -25.78], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Lred2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -27.63], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Lred3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -32.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Lred4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -32.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Lred5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Lred6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -42.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Lred7": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -47.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 25.78], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 27.63], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 32.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 32.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 37.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 42.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue7": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 47.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + }, + "sound_effects": { + "0.5833": { + "effect": "pokemon.deoxysspeed.cry" + } + } + }, + "animation.deoxysspeed.recoil": { + "animation_length": 1.5, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [-20, 0, 0], + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.2917": { + "pre": [-0.5, 0, 4], + "post": [-0.5, 0, 4], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [20, 0, 0], + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-13.14, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "lefteye": { + "position": { + "0.0": [0, 0, 1], + "1.0833": [0, 0, 1], + "1.125": [0, 0, 0], + "1.5": [0, 0, 0] + } + }, + "righteye6": { + "position": { + "0.0": [0, 0, 1], + "1.0833": [0, 0, 1], + "1.125": [0, 0, 0], + "1.5": [0, 0, 0] + } + }, + "eyelids": { + "position": { + "0.0": [0, 0, -1], + "1.0833": [0, 0, -1], + "1.125": [0, 0, 0], + "1.5": [0, 0, 0] + } + } + } + }, + "animation.deoxysspeed.battle_base": { + "loop": true, + "animation_length": 3, + "bones": { + "body": { + "rotation": [15.12353, -7.24305, -1.95155], + "position": [-0.25, -7, -2.25] + }, + "hips": { + "rotation": [-7.52832, -4.9571, 0.6543], + "position": [0, 0, 0] + }, + "left_arm": { + "rotation": [-2.66459, -14.70843, 10.42981], + "position": [0, 0, -0.5] + }, + "Lred2": { + "rotation": [0, 0, 15] + }, + "Lred3": { + "rotation": [0, 0, 15] + }, + "Lred4": { + "rotation": [0.17442, 0.0038, 19.9939] + }, + "Lred5": { + "rotation": [0, 0, 17.5] + }, + "Lred6": { + "rotation": [0, 0, 10] + }, + "Lred7": { + "rotation": [0, 0, 10] + }, + "right_arm": { + "rotation": [5.43004, -37.12619, -14.59327], + "position": [0, 0, -0.25] + }, + "Rblue1": { + "rotation": [0, 30, 7.5] + }, + "Rblue2": { + "rotation": [0, 0, -12.5] + }, + "Rblue3": { + "rotation": [0, 0, -15] + }, + "Rblue4": { + "rotation": [0, 0, -15] + }, + "Rblue5": { + "rotation": [0, 0, -15] + }, + "Rblue6": { + "rotation": [0, 0, -15] + }, + "Rblue7": { + "rotation": [0.06555, -0.0028, -9.9996] + }, + "head": { + "rotation": [-2.4618, 7.5047, 0.2197] + }, + "leftleg": { + "rotation": [2.5355, 2.4738, -26.95546], + "position": [0.75, -7, 0.25] + }, + "left_thigh": { + "rotation": [0, -20, 0] + }, + "left_calf": { + "rotation": [42.3178, -6.9553, 0.2782] + }, + "rightleg": { + "rotation": [-12.3856, -9.9136, 28.68155], + "position": [-0.5, -7.75, -1] + }, + "right_thigh": { + "rotation": [-40.47741, 38.043, -11.5833] + }, + "right_calf": { + "rotation": [55.1949, 2.2504, 0.5792] + }, + "Lred1": { + "rotation": [-15.2385, 7.3378, -2.5791] + }, + "leftlegguard": { + "rotation": [10, 0, 0], + "position": [0, 1, 0] + }, + "rightleftguard": { + "rotation": [10.00933, -2.462, -0.43439], + "position": [0, 1, 0] + } + } + }, + "animation.deoxysspeed.physical": { + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [15.12353, -7.24305, -1.95155], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [40.73195, -15.57435, 7.5649], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [12.8744, -18.48721, -17.73344], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [22.73002, -56.84543, -32.91513], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [63.28052, -60.84023, -45.22394], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [60.23002, -56.84543, -32.91513], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [15.12353, -7.24305, -1.95155], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [15.12353, -7.24305, -1.95155], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [-0.25, -7, -2.25], + "0.75": [-0.25, -15, 1.75], + "0.875": [1.75, 2, -6.25], + "1.0417": [1.75, 4, -6.25], + "1.2917": [10, -10, -9], + "1.4583": [10, -16, -9], + "2.1667": [4.88, -4, -9.62], + "2.5": { + "pre": [-0.25, -7, -2.25], + "post": [-0.25, -7, -2.25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.25, -7, -2.25], + "lerp_mode": "catmullrom" + } + } + }, + "hips": { + "rotation": { + "0.0": [-7.52832, -4.9571, 0.6543], + "0.1667": [-25.47492, -0.68225, 9.70762], + "2.5": { + "pre": [-7.52832, -4.9571, 0.6543], + "post": [-7.52832, -4.9571, 0.6543], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-7.52832, -4.9571, 0.6543], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "2.5": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_arm": { + "rotation": [-2.66459, -14.70843, 10.42981], + "position": [0, 0, -0.5] + }, + "Lred2": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-10.01893, 0.43523, 10.01893], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-10.24279, 4.35876, -10.9763], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-14.23016, 27.25885, -24.06147], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-14.56733, 29.68036, -24.76861], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-9.2971, 18.8359, -4.86262], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [6.55681, 16.26694, 43.38844], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + } + }, + "Lred3": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-7.47178, 0.65182, 17.45744], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-8.84827, 10.9557, 0.77561], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-10.1141, 30.68908, -2.73176], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-10.70448, 35.60696, -3.81042], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-7.73393, 21.18894, 1.69624], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-15.92112, -13.15219, 16.04858], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + } + }, + "Lred4": { + "rotation": { + "0.0": { + "post": [0.17442, 0.0038, 19.9939], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-12.32558, 0.0038, 19.9939], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-13.27833, 17.16222, -6.99029], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-17.67678, 43.71971, -15.42849], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-14.57482, 29.29834, -10.25814], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-16.80277, -9.97311, 17.63354], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0.17442, 0.0038, 19.9939], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.17442, 0.0038, 19.9939], + "lerp_mode": "catmullrom" + } + } + }, + "Lred5": { + "rotation": { + "0.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-14.87739, 1.93597, 29.74721], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-9.56193, 12.34377, 9.95331], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-9.92741, 19.73589, 8.63337], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-9.34377, 30.01085, 9.49739], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-8.02574, -14.89315, 13.74652], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "Lred6": { + "rotation": { + "0.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0.76684, -32.48404, 17.17322], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0.78978, 35.01108, 18.03823], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0.74702, 30.01152, 17.95874], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [8.50312, -15.34776, -11.26695], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + } + } + }, + "Lred7": { + "rotation": { + "0.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [4.19074, -27.0475, 3.6532], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [4.75472, 26.72142, 7.46836], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [4.22047, 27.82605, 7.53441], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [9.82322, -20.23918, -11.92519], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + } + } + }, + "right_arm": { + "rotation": [5.43004, -37.12619, -14.59327], + "position": [0, 0, -0.25] + }, + "Rblue1": { + "rotation": { + "0.0": { + "post": [0, 30, 7.5], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [32.93463, 34.48509, -5.94914], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [61.56806, 36.09675, -3.81334], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [37.22213, 44.71557, -10.4946], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [40.86406, 41.56325, -5.17246], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [38.13088, 17.76584, 25.14625], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [32.95895, 47.59313, -16.40139], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [28.82827, 35.10001, -35.98573], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [36.30647, 51.70979, -12.01275], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, 30, 7.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 30, 7.5], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue2": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, -32.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 5, -32.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [4.33287, 2.49762, 27.5945], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-5.66713, 2.49762, 27.5945], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [18.66017, -6.08888, 14.12427], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue3": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, -32.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-2.5, 0, 32.5], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-0.66178, 0.14671, 9.21198], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue4": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, -9.5], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 2.5, 20], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0.61442, 2.70884, 35.72895], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0.7522, 2.38422, 37.51565], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue5": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 7.5, 32.5], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-0.6574, 7.4713, 27.45708], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue6": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0.19389, 10.58515, 24.21165], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0.43985, -8.80542, 19.7044], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0.46375, 1.27391, 16.79087], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue7": { + "rotation": { + "0.0": { + "post": [0.06555, -0.0028, -9.9996], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0.05685, -0.03275, 17.50039], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0.0646, 0.01145, -22.49959], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0.06561, 0.00006, -12.4996], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0.05378, -0.03758, 22.50038], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-1.29969, 10.65236, 18.51646], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-2.07511, 10.34499, 13.92915], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-3.35939, -5.60509, 8.10781], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0.06555, -0.0028, -9.9996], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.06555, -0.0028, -9.9996], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-2.4618, 7.5047, 0.2197], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-24.72468, 16.3419, -18.44507], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0.20882, 37.20919, -14.02145], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-31.45731, 50.40501, -23.82265], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-8.73156, 23.29656, -7.31796], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [-2.4618, 7.5047, 0.2197], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.4618, 7.5047, 0.2197], + "lerp_mode": "catmullrom" + } + } + }, + "leftleg": { + "rotation": { + "0.0": [2.5355, 2.4738, -26.95546], + "0.5833": { + "pre": [-21.9161, 4.0966, -43.63668], + "post": [-21.9161, 4.0966, -43.63668], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-21.9161, 4.0966, -43.63668], + "lerp_mode": "catmullrom" + }, + "0.7917": [-20.94715, 7.7587, -34.27958], + "0.875": [-7.03072, -17.30408, -23.19005], + "1.0417": [11.68511, -51.80016, -45.17291], + "1.125": [43.17627, -58.45145, -80.70687], + "1.2917": { + "pre": [47.36457, -39.89743, -79.40464], + "post": [47.36457, -39.89743, -79.40464], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [44.34017, -42.44905, -97.47917], + "lerp_mode": "catmullrom" + }, + "1.8333": [47.36457, -39.89743, -79.40464], + "2.1667": { + "pre": [28.45829, -25.67483, -61.56897], + "post": [28.45829, -25.67483, -61.56897], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [2.5355, 2.4738, -26.95546], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.5355, 2.4738, -26.95546], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0.75, -7, 0.25], + "0.5833": { + "pre": [-1, -15.5, 7.25], + "post": [-1, -15.5, 7.25], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-1, -15.5, 7.25], + "lerp_mode": "catmullrom" + }, + "0.7917": [0.75, -10.5, 5.25], + "0.875": [5, 3.5, -4], + "1.0417": [6, 6.5, -1], + "1.125": [5.5, 2, -0.5], + "1.2917": { + "pre": [7, -8, 0.5], + "post": [7, -8, 0.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5.25, -13, 1.25], + "lerp_mode": "catmullrom" + }, + "1.8333": [7, -8, 0.5], + "2.1667": { + "pre": [6.25, -3, -4], + "post": [6.25, -3, -4], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0.75, -7, 0.25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.75, -7, 0.25], + "lerp_mode": "catmullrom" + } + } + }, + "left_thigh": { + "rotation": { + "0.0": [0, -20, 0], + "0.5833": { + "pre": [0, -20, 0], + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": [10, -20, 0], + "1.2917": { + "pre": [-0.28643, -20.79801, 7.94192], + "post": [-0.28643, -20.79801, 7.94192], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5.28643, -20.79801, 7.94192], + "lerp_mode": "catmullrom" + }, + "1.8333": [-0.28643, -20.79801, 7.94192], + "2.1667": { + "pre": [-0.29, -20.8, 7.94], + "post": [-0.29, -20.8, 7.94], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_calf": { + "rotation": { + "0.0": [42.3178, -6.9553, 0.2782], + "0.5833": { + "pre": [89.8178, -6.9553, 0.2782], + "post": [89.8178, -6.9553, 0.2782], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [89.8178, -6.9553, 0.2782], + "lerp_mode": "catmullrom" + }, + "0.7917": [67.3178, -6.9553, 0.2782], + "1.125": [67.3178, -6.9553, 0.2782], + "1.2917": { + "pre": [50.67781, -16.75365, 8.22019], + "post": [50.67781, -16.75365, 8.22019], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [81.19138, -7.05191, 5.73945], + "lerp_mode": "catmullrom" + }, + "1.8333": [50.67781, -16.75365, 8.22019], + "2.1667": { + "pre": [58.17781, -16.75365, 8.22019], + "post": [58.17781, -16.75365, 8.22019], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [42.3178, -6.9553, 0.2782], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [42.3178, -6.9553, 0.2782], + "lerp_mode": "catmullrom" + } + } + }, + "rightleg": { + "rotation": { + "0.0": [-12.3856, -9.9136, 28.68155], + "0.5833": { + "pre": [-19.8178, -10.80092, 46.14951], + "post": [-19.8178, -10.80092, 46.14951], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-19.8178, -10.80092, 46.14951], + "lerp_mode": "catmullrom" + }, + "0.7917": [-15.6406, -12.29383, 30.72612], + "0.875": [-13.41178, -9.34928, 27.28098], + "1.0417": [-34.84199, -35.30735, 36.57043], + "1.125": [-43.38275, -41.33344, 42.27001], + "1.2917": { + "pre": [-57.31139, -60.50727, 73.21662], + "post": [-57.31139, -60.50727, 73.21662], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-89.59706, -60.87016, 81.25152], + "lerp_mode": "catmullrom" + }, + "1.8333": [-57.31139, -60.50727, 73.21662], + "2.1667": { + "pre": [-30.75303, -33.37498, 45.4807], + "post": [-30.75303, -33.37498, 45.4807], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-12.3856, -9.9136, 28.68155], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.3856, -9.9136, 28.68155], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [-0.5, -7.75, -1], + "0.5833": { + "pre": [-2.75, -12.75, 4.75], + "post": [-2.75, -12.75, 4.75], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-2.75, -12.75, 4.75], + "lerp_mode": "catmullrom" + }, + "0.7917": [-1.21, -8.75, 1.5], + "0.875": [5.5, 1.25, -7.5], + "1.0417": [7.5, 3.25, -8.5], + "1.125": [8.5, -1.75, -8.5], + "1.2917": { + "pre": [11.25, -10.75, -8.75], + "post": [11.25, -10.75, -8.75], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [11.25, -16.75, -8.75], + "lerp_mode": "catmullrom" + }, + "1.8333": [11.25, -10.75, -8.75], + "2.1667": { + "pre": [6.25, -5.25, -8.75], + "post": [6.25, -5.25, -8.75], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-0.5, -7.75, -1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.5, -7.75, -1], + "lerp_mode": "catmullrom" + } + } + }, + "right_thigh": { + "rotation": { + "0.0": [-40.47741, 38.043, -11.5833], + "0.5833": { + "pre": [-47.98, 38.04, -11.58], + "post": [-47.98, 38.04, -11.58], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-47.98, 38.04, -11.58], + "lerp_mode": "catmullrom" + }, + "0.7917": [-40.44921, 39.76682, -9.25666], + "0.875": [-27.98, 38.04, -11.58], + "1.2917": { + "pre": [-40.83572, 34.86363, -16.38277], + "post": [-40.83572, 34.86363, -16.38277], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-27.09866, 34.36742, -9.61742], + "lerp_mode": "catmullrom" + }, + "1.8333": [-40.83572, 34.86363, -16.38277], + "2.1667": { + "pre": [-40.84, 34.86, -16.38], + "post": [-40.84, 34.86, -16.38], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-40.47741, 38.043, -11.5833], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-40.47741, 38.043, -11.5833], + "lerp_mode": "catmullrom" + } + } + }, + "right_calf": { + "rotation": { + "0.0": [55.1949, 2.2504, 0.5792], + "0.5833": { + "pre": [64.4848, 22.45896, -14.23978], + "post": [64.4848, 22.45896, -14.23978], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [64.4848, 22.45896, -14.23978], + "lerp_mode": "catmullrom" + }, + "0.7917": [57.37451, 5.28898, -5.38845], + "0.875": [46.51519, -2.65094, -2.75477], + "1.0417": [46.02784, -8.07437, 2.45041], + "1.2917": { + "pre": [78.52784, -8.07437, 2.45041], + "post": [78.52784, -8.07437, 2.45041], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [103.92879, -20.42517, 1.17563], + "lerp_mode": "catmullrom" + }, + "1.8333": [78.52784, -8.07437, 2.45041], + "2.1667": { + "pre": [86.1336, 4.06136, -0.55275], + "post": [86.1336, 4.06136, -0.55275], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [55.1949, 2.2504, 0.5792], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [55.1949, 2.2504, 0.5792], + "lerp_mode": "catmullrom" + } + } + }, + "Lred1": { + "rotation": { + "0.0": { + "post": [-15.2385, 7.3378, -2.5791], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [51.34846, 6.59247, -10.09759], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [51.1455, 3.37127, -29.99382], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [28.64207, 23.40709, -19.40544], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [21.55199, -41.72199, -18.92428], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [27.326, -38.61144, -27.86216], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-15.2385, 7.3378, -2.5791], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-15.2385, 7.3378, -2.5791], + "lerp_mode": "catmullrom" + } + } + }, + "leftlegguard": { + "rotation": { + "0.0": [10, 0, 0], + "0.5833": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 1, 0], + "2.5": { + "pre": [0, 1, 0], + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightleftguard": { + "rotation": { + "0.0": [10.00933, -2.462, -0.43439], + "0.5833": { + "pre": [10.01, -2.46, -0.43], + "post": [10.01, -2.46, -0.43], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [10.01, -2.46, -0.43], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [10.01, -2.46, -0.43], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [10.00933, -2.462, -0.43439], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10.00933, -2.462, -0.43439], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 1, 0], + "2.5": { + "pre": [0, 1, 0], + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.deoxysspeed.special": { + "loop": true, + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [15.12353, -7.24305, -1.95155], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [35.12, -7.24, -1.95], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [47.62, -7.24, -1.95], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5.12353, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-7.38, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5.12353, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [15.12353, -7.24305, -1.95155], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [15.12353, -7.24305, -1.95155], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.25, -7, -2.25], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-0.25, -5, -4], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-0.25, -4, -4.75], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -0.25], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 3, 1.25], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 1, -0.25], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -4, -0.25], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, -1, -0.25], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [-0.25, -7, -2.25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.25, -7, -2.25], + "lerp_mode": "catmullrom" + } + } + }, + "hips": { + "rotation": { + "0.0": { + "post": [-7.52832, -4.9571, 0.6543], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-22.53, 0.04, 0.65], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-30.03, 0.04, 0.65], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5.03, 0.04, 0.65], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [9.97, 0.04, 0.65], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5.03, 0.04, 0.65], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-5.03, 0.04, 0.65], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [-7.52832, -4.9571, 0.6543], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-7.52832, -4.9571, 0.6543], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_arm": { + "rotation": [-2.66459, -14.70843, 10.42981], + "position": [0, 0, -0.5] + }, + "Lred2": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 5, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 5, -2.5], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 5, -2.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 5, -17.5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 5, -12.5], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + } + }, + "Lred3": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 37.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 5, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 5, -12.5], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 5, -12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-0.28622, 1.07356, -19.90276], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-0.29, 1.07, -24.9], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + } + }, + "Lred4": { + "rotation": { + "0.0": { + "post": [0.17442, 0.0038, 19.9939], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0.17442, 0.0038, 19.9939], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0.17, 0, 37.49], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0.17, 5, 7.49], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0.17, 5, -15.01], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0.17, 5, -15.01], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.17, -2.5, -17.51], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0.17, -2.5, -20.01], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0.17442, 0.0038, 19.9939], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.17442, 0.0038, 19.9939], + "lerp_mode": "catmullrom" + } + } + }, + "Lred5": { + "rotation": { + "0.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, -10, 10], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 40], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 5, 7.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 5, -15], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 5, -15], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -7.5, 20], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, -7.5, -17.5], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "Lred6": { + "rotation": { + "0.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, -12.5, -5], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 5, 7.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 5, -15], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 5, -15], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -10, 25], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, -10, -20], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + } + } + }, + "Lred7": { + "rotation": { + "0.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, -10, -20], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 10, 12.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 10, -10], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 10, -10], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -10, 30], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, -10, -22.5], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + } + } + }, + "right_arm": { + "rotation": [5.43004, -37.12619, -14.59327], + "position": [0, 0, -0.25] + }, + "Rblue1": { + "rotation": { + "0.0": { + "post": [0, 30, 7.5], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-90, 10, 10], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-95.24, 37.34, 20.08], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-95.24, 44.84, 20.08], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-95.24, 44.84, 20.08], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-15.24, 44.84, 20.08], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-15.24, 39.84, 0.08], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 30, 7.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 30, 7.5], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue2": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -5, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -5, -5], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, -5, -5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -2.5, 22.5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 5, 10], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue3": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0.17, -5, -7.49], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0.17, -5, 10.01], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0.17, -5, 10.01], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.17, -2.5, 15.01], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0.17, 7.5, 17.51], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue4": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, -35], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0.17, -5, -7.49], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0.17, -5, 15.01], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0.17, -5, 15.01], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.17, 0, 22.51], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0.17, 10, 22.51], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue5": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 5, -22.5], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, -45], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -5, -7.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -5, 15], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, -5, 15], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 5, -12.5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 5, 20], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue6": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 10, 2.5], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, -32.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -5, -7.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -5, 15], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, -5, 15], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 12.5, -35], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 12.5, 15], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue7": { + "rotation": { + "0.0": { + "post": [0.06555, -0.0028, -9.9996], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0.06555, 9.9972, 22.5004], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0.07, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -10, -12.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -5, 10], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, -10, 10], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 15, -37.5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 15, 17.5], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0.06555, -0.0028, -9.9996], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.06555, -0.0028, -9.9996], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": [-2.4618, 7.5047, 0.2197], + "1.0": [-2.46, 2.5, 0.22] + } + }, + "leftleg": { + "rotation": { + "0.0": { + "post": [2.5355, 2.4738, -26.95546], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-29.96, -2.53, -26.96], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-29.96, -0.03, -21.96], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.4645, -2.5262, -26.95546], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-2.46, -2.53, -26.96], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-2.4645, -2.5262, -26.95546], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-22.46, -15.03, -24.46], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [2.5355, 2.4738, -26.95546], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.5355, 2.4738, -26.95546], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.75, -7, 0.25], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0.75, -5, 0.25], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0.75, -4, 0.25], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0.25, 0, -0.75], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0.25, 3, -0.75], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0.25, 1, -0.75], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.25, -4, -0.75], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0.25, -1, -0.75], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0.75, -7, 0.25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.75, -7, 0.25], + "lerp_mode": "catmullrom" + } + } + }, + "left_thigh": { + "rotation": { + "0.0": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-17.5, -27.5, 10], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-17.5, -27.5, 10], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -20, -2.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [12.5, -20, 7.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [12.5, -20, 7.5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_calf": { + "rotation": { + "0.0": { + "post": [42.3178, -6.9553, 0.2782], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [99.82, -11.96, 0.28], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [99.82, -11.96, 0.28], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [29.8178, -6.9553, 0.2782], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [19.82, -6.96, 0.28], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [29.8178, -6.9553, 0.2782], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [59.82, -6.96, 0.28], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [44.82, -6.96, 0.28], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [42.3178, -6.9553, 0.2782], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [42.3178, -6.9553, 0.2782], + "lerp_mode": "catmullrom" + } + } + }, + "rightleg": { + "rotation": { + "0.0": { + "post": [-12.3856, -9.9136, 28.68155], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-34.89, -14.91, 31.18], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-27.39, -19.91, 31.18], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.4645, 2.5262, 26.9555], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-2.46, 2.53, 26.96], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-2.4645, 2.5262, 26.9555], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-19.96, 2.53, 24.46], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [-12.3856, -9.9136, 28.68155], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.3856, -9.9136, 28.68155], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.5, -7.75, -1], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-0.5, -5.75, -0.75], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-0.5, -4.75, -0.75], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-0.25, 0, -0.75], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-0.25, 3, -0.75], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-0.25, 1, -0.75], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-0.25, -5, -0.75], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-0.25, -2, -0.75], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [-0.5, -7.75, -1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.5, -7.75, -1], + "lerp_mode": "catmullrom" + } + } + }, + "right_thigh": { + "rotation": { + "0.0": { + "post": [-40.47741, 38.043, -11.5833], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-45.48, 43.04, -24.08], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-45.48, 43.04, -24.08], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 20, 2.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [5, 22.5, -7.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [5, 22.5, -7.5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [-40.47741, 38.043, -11.5833], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-40.47741, 38.043, -11.5833], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_calf": { + "rotation": { + "0.0": { + "post": [55.1949, 2.2504, 0.5792], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [105.19, 2.25, 0.58], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [105.19, 2.25, 0.58], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [27.3178, 6.9553, 0.2782], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [17.32, 6.96, 0.28], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [27.3178, 6.9553, 0.2782], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [84.82, 6.96, 0.28], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [72.32, 6.96, 0.28], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [55.1949, 2.2504, 0.5792], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [55.1949, 2.2504, 0.5792], + "lerp_mode": "catmullrom" + } + } + }, + "Lred1": { + "rotation": { + "0.0": { + "post": [-15.2385, 7.3378, -2.5791], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-15.2385, 32.3378, 7.4209], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-80.24, 49.84, -7.58], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-95.24, 14.84, -20.08], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-107.74, 9.84, -20.08], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-107.74, 9.84, -20.08], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-22.74, 9.84, -20.08], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-22.74, 17.34, -0.08], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-15.2385, 7.3378, -2.5791], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-15.2385, 7.3378, -2.5791], + "lerp_mode": "catmullrom" + } + } + }, + "leftlegguard": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightleftguard": { + "rotation": { + "0.0": { + "post": [10.00933, -2.462, -0.43439], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [10.01, -2.46, -0.43], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [10.00933, -2.462, -0.43439], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10.00933, -2.462, -0.43439], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.deoxysspeed.status": { + "loop": true, + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [15.12353, -7.24305, -1.95155], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [35.12, -7.24, -1.95], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [47.62, -7.24, -1.95], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5.12353, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-7.38, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5.12353, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [15.12353, -7.24305, -1.95155], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [15.12353, -7.24305, -1.95155], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.25, -7, -2.25], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-0.25, -5, -4], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-0.25, -4, -4.75], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -0.25], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 3, 1.25], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 1, -0.25], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -4, -0.25], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, -1, -0.25], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [-0.25, -7, -2.25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.25, -7, -2.25], + "lerp_mode": "catmullrom" + } + } + }, + "hips": { + "rotation": { + "0.0": { + "post": [-7.52832, -4.9571, 0.6543], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-22.53, 0.04, 0.65], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-30.03, 0.04, 0.65], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5.03, 0.04, 0.65], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [9.97, 0.04, 0.65], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5.03, 0.04, 0.65], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-5.03, 0.04, 0.65], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [-7.52832, -4.9571, 0.6543], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-7.52832, -4.9571, 0.6543], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_arm": { + "rotation": [-2.66459, -14.70843, 10.42981], + "position": [0, 0, -0.5] + }, + "Lred2": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 5, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 5, -2.5], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 5, -2.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 5, -17.5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 5, -12.5], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + } + }, + "Lred3": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 37.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 5, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 5, -12.5], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 5, -12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-0.28622, 1.07356, -19.90276], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-0.29, 1.07, -24.9], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + } + }, + "Lred4": { + "rotation": { + "0.0": { + "post": [0.17442, 0.0038, 19.9939], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0.17442, 0.0038, 19.9939], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0.17, 0, 37.49], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0.17, 5, 7.49], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0.17, 5, -15.01], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0.17, 5, -15.01], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.17, -2.5, -17.51], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0.17, -2.5, -20.01], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0.17442, 0.0038, 19.9939], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.17442, 0.0038, 19.9939], + "lerp_mode": "catmullrom" + } + } + }, + "Lred5": { + "rotation": { + "0.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, -10, 10], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 40], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 5, 7.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 5, -15], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 5, -15], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -7.5, 20], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, -7.5, -17.5], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "Lred6": { + "rotation": { + "0.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, -12.5, -5], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 5, 7.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 5, -15], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 5, -15], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -10, 25], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, -10, -20], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + } + } + }, + "Lred7": { + "rotation": { + "0.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, -10, -20], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 10, 12.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 10, -10], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 10, -10], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -10, 30], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, -10, -22.5], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + } + } + }, + "right_arm": { + "rotation": [5.43004, -37.12619, -14.59327], + "position": [0, 0, -0.25] + }, + "Rblue1": { + "rotation": { + "0.0": { + "post": [0, 30, 7.5], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-90, 10, 10], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-95.24, 37.34, 20.08], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-95.24, 44.84, 20.08], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-95.24, 44.84, 20.08], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-15.24, 44.84, 20.08], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-15.24, 39.84, 0.08], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 30, 7.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 30, 7.5], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue2": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -5, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -5, -5], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, -5, -5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -2.5, 22.5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 5, 10], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue3": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0.17, -5, -7.49], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0.17, -5, 10.01], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0.17, -5, 10.01], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.17, -2.5, 15.01], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0.17, 7.5, 17.51], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue4": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, -35], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0.17, -5, -7.49], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0.17, -5, 15.01], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0.17, -5, 15.01], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.17, 0, 22.51], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0.17, 10, 22.51], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue5": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 5, -22.5], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, -45], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -5, -7.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -5, 15], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, -5, 15], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 5, -12.5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 5, 20], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue6": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 10, 2.5], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, -32.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -5, -7.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -5, 15], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, -5, 15], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 12.5, -35], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 12.5, 15], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue7": { + "rotation": { + "0.0": { + "post": [0.06555, -0.0028, -9.9996], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0.06555, 9.9972, 22.5004], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0.07, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -10, -12.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -5, 10], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, -10, 10], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 15, -37.5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 15, 17.5], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0.06555, -0.0028, -9.9996], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.06555, -0.0028, -9.9996], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": [-2.4618, 7.5047, 0.2197], + "1.0": [-2.46, 2.5, 0.22] + } + }, + "leftleg": { + "rotation": { + "0.0": { + "post": [2.5355, 2.4738, -26.95546], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-29.96, -2.53, -26.96], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-29.96, -0.03, -21.96], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.4645, -2.5262, -26.95546], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-2.46, -2.53, -26.96], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-2.4645, -2.5262, -26.95546], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-22.46, -15.03, -24.46], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [2.5355, 2.4738, -26.95546], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.5355, 2.4738, -26.95546], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.75, -7, 0.25], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0.75, -5, 0.25], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0.75, -4, 0.25], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0.25, 0, -0.75], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0.25, 3, -0.75], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0.25, 1, -0.75], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.25, -4, -0.75], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0.25, -1, -0.75], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0.75, -7, 0.25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.75, -7, 0.25], + "lerp_mode": "catmullrom" + } + } + }, + "left_thigh": { + "rotation": { + "0.0": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-17.5, -27.5, 10], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-17.5, -27.5, 10], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -20, -2.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [12.5, -20, 7.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [12.5, -20, 7.5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_calf": { + "rotation": { + "0.0": { + "post": [42.3178, -6.9553, 0.2782], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [99.82, -11.96, 0.28], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [99.82, -11.96, 0.28], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [29.8178, -6.9553, 0.2782], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [19.82, -6.96, 0.28], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [29.8178, -6.9553, 0.2782], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [59.82, -6.96, 0.28], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [44.82, -6.96, 0.28], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [42.3178, -6.9553, 0.2782], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [42.3178, -6.9553, 0.2782], + "lerp_mode": "catmullrom" + } + } + }, + "rightleg": { + "rotation": { + "0.0": { + "post": [-12.3856, -9.9136, 28.68155], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-34.89, -14.91, 31.18], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-27.39, -19.91, 31.18], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.4645, 2.5262, 26.9555], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-2.46, 2.53, 26.96], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-2.4645, 2.5262, 26.9555], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-19.96, 2.53, 24.46], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [-12.3856, -9.9136, 28.68155], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.3856, -9.9136, 28.68155], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.5, -7.75, -1], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-0.5, -5.75, -0.75], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-0.5, -4.75, -0.75], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-0.25, 0, -0.75], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-0.25, 3, -0.75], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-0.25, 1, -0.75], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-0.25, -5, -0.75], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-0.25, -2, -0.75], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [-0.5, -7.75, -1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.5, -7.75, -1], + "lerp_mode": "catmullrom" + } + } + }, + "right_thigh": { + "rotation": { + "0.0": { + "post": [-40.47741, 38.043, -11.5833], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-45.48, 43.04, -24.08], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-45.48, 43.04, -24.08], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 20, 2.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [5, 22.5, -7.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [5, 22.5, -7.5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [-40.47741, 38.043, -11.5833], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-40.47741, 38.043, -11.5833], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_calf": { + "rotation": { + "0.0": { + "post": [55.1949, 2.2504, 0.5792], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [105.19, 2.25, 0.58], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [105.19, 2.25, 0.58], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [27.3178, 6.9553, 0.2782], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [17.32, 6.96, 0.28], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [27.3178, 6.9553, 0.2782], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [84.82, 6.96, 0.28], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [72.32, 6.96, 0.28], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [55.1949, 2.2504, 0.5792], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [55.1949, 2.2504, 0.5792], + "lerp_mode": "catmullrom" + } + } + }, + "Lred1": { + "rotation": { + "0.0": { + "post": [-15.2385, 7.3378, -2.5791], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-15.2385, 32.3378, 7.4209], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-80.24, 49.84, -7.58], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-95.24, 14.84, -20.08], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-107.74, 9.84, -20.08], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-107.74, 9.84, -20.08], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-22.74, 9.84, -20.08], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-22.74, 17.34, -0.08], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-15.2385, 7.3378, -2.5791], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-15.2385, 7.3378, -2.5791], + "lerp_mode": "catmullrom" + } + } + }, + "leftlegguard": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightleftguard": { + "rotation": { + "0.0": { + "post": [10.00933, -2.462, -0.43439], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [10.01, -2.46, -0.43], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [10.00933, -2.462, -0.43439], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10.00933, -2.462, -0.43439], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.deoxysspeed.battle_stance": { + "loop": true, + "animation_length": 2.5, + "bones": { + "body": { + "rotation": [15.12353, -7.24305, -1.95155], + "position": ["-0.25-math.sin((query.anim_time)*288)*0.3", "-7+math.cos((query.anim_time)*576)*0.15", "-2.25-math.sin((query.anim_time)*288)*0.4"] + }, + "hips": { + "rotation": [-7.52832, "-4.9571-math.sin((query.anim_time)*288)*1.5", "0.6543-math.sin((query.anim_time)*288)*1.5"], + "position": [0, "0+math.sin((query.anim_time)*288)*0.15", 0] + }, + "left_arm": { + "rotation": [-2.66459, -14.70843, 10.42981], + "position": [0, 0, -0.5] + }, + "Lred2": { + "rotation": ["0-math.sin((query.anim_time-0.1)*288)*2", 0, "15-math.sin((query.anim_time-0.1)*288)*2"] + }, + "Lred3": { + "rotation": ["0-math.sin((query.anim_time-0.2)*288)*2", "0+math.sin((query.anim_time-0.2)*288)*2", "15-math.sin((query.anim_time-0.2)*288)*2"] + }, + "Lred4": { + "rotation": [0.17442, "0.0038+math.sin((query.anim_time-0.3)*288)*4", "19.9939-math.sin((query.anim_time-0.3)*288)*1"] + }, + "Lred5": { + "rotation": [0, "0+math.sin((query.anim_time-0.4)*288)*1.5", "17.5-math.sin((query.anim_time-0.4)*288)*1.5"] + }, + "Lred6": { + "rotation": [0, "0+math.sin((query.anim_time-0.5)*288)*2", "10-math.sin((query.anim_time-0.5)*288)*2"] + }, + "Lred7": { + "rotation": [0, "0+math.sin((query.anim_time-0.6)*288)*6", "10-math.sin((query.anim_time-0.6)*288)*3"] + }, + "right_arm": { + "rotation": [5.43004, -37.12619, -14.59327], + "position": [0, 0, -0.25] + }, + "Rblue1": { + "rotation": ["0+math.sin((query.anim_time-0.4)*288)*2", "30-math.sin((query.anim_time-0.2)*288)*5", "7.5+math.sin((query.anim_time)*288)*2"] + }, + "Rblue2": { + "rotation": ["0+math.sin((query.anim_time-0.1)*288)*2", 0, "-12.5+math.sin((query.anim_time-0.1)*288)*2"] + }, + "Rblue3": { + "rotation": ["0+math.sin((query.anim_time-0.2)*288)*2", "0-math.sin((query.anim_time-0.2)*288)*2", "-15+math.sin((query.anim_time-0.2)*288)*2"] + }, + "Rblue4": { + "rotation": [0, "0-math.sin((query.anim_time-0.3)*288)*4", "-15+math.sin((query.anim_time-0.3)*288)*2"] + }, + "Rblue5": { + "rotation": [0, "0-math.sin((query.anim_time-0.4)*288)*1.5", "-15+math.sin((query.anim_time-0.4)*288)*2"] + }, + "Rblue6": { + "rotation": [0, "0-math.sin((query.anim_time-0.5)*288)*4", "-15+math.sin((query.anim_time-0.5)*288)*2"] + }, + "Rblue7": { + "rotation": [0.06555, "-0.0028-math.sin((query.anim_time-0.6)*288)*8", "-9.9996+math.sin((query.anim_time-0.6)*288)*3"] + }, + "head": { + "rotation": [ + "-2.4618-math.sin((query.anim_time-0.6)*288)*0.5", + "7.5047-math.sin((query.anim_time-0.6)*288)*0.5", + "0.2197-math.cos((query.anim_time-0.6)*288)*0.7" + ] + }, + "leftleg": { + "rotation": ["2.5355+math.sin((query.anim_time)*288)*3", "2.4738+math.sin((query.anim_time)*288)*2", -26.95546], + "position": ["0.75-math.sin((query.anim_time)*288)*0.4", "-7+math.sin((query.anim_time)*288)*0.4", "0.25+math.sin((query.anim_time)*288)*0.4"] + }, + "left_thigh": { + "rotation": [0, "-20-math.sin((query.anim_time)*288)*1", 0] + }, + "left_calf": { + "rotation": ["42.3178-math.sin((query.anim_time)*288)*6.5", "-6.9553+math.sin((query.anim_time)*288)*1", "0.2782+math.sin((query.anim_time)*288)*4"] + }, + "rightleg": { + "rotation": ["-12.3856-math.sin((query.anim_time)*288)*3", "-9.9136-math.sin((query.anim_time)*288)*2", 28.68155], + "position": ["-0.5-math.sin((query.anim_time)*288)*0.4", "-7.75-math.sin((query.anim_time)*288)*0.2", "-1-math.sin((query.anim_time)*288)*0.4"] + }, + "right_thigh": { + "rotation": [-40.47741, "38.043+math.sin((query.anim_time)*288)*1", -11.5833] + }, + "right_calf": { + "rotation": ["55.1949+math.sin((query.anim_time)*288)*4", "2.2504-math.sin((query.anim_time)*288)*1", "0.5792+math.sin((query.anim_time)*288)*4"] + }, + "Lred1": { + "rotation": [ + "-15.2385-math.sin((query.anim_time-0.4)*288)*2", + "7.3378+math.sin((query.anim_time-0.2)*288)*5", + "-2.5791-math.sin((query.anim_time-0.4)*288)*2" + ] + }, + "leftlegguard": { + "rotation": ["10-math.sin((query.anim_time)*288)*2", 0, 0], + "position": [0, 1, 0] + }, + "rightleftguard": { + "rotation": [10.00933, "-2.462+math.sin((query.anim_time)*288)*2", -0.43439], + "position": [0, 1, 0] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/dewpider/dewpider.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/dewpider/dewpider.animation.json new file mode 100644 index 0000000..7d24d28 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/dewpider/dewpider.animation.json @@ -0,0 +1,679 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.dewpider.ground_idle": { + "loop": true, + "animation_length": 0.72, + "bones": { + "head": { + "position": { + "0.28": [0, 0, 0], + "0.32": [0, -0.00967, 0], + "0.36": [0, -0.04633, 0], + "0.4": [0, -0.10367, 0], + "0.44": [0, -0.14033, 0], + "0.48": [0, -0.15, 0], + "0.52": [0, -0.14149, 0], + "0.56": [0, -0.11506, 0], + "0.64": [0, -0.03494, 0], + "0.68": [0, -0.00851, 0], + "0.72": [0, 0, 0] + } + }, + "leg_front_left": { + "rotation": { + "0.0": [0, 45, 0], + "0.04": [-0.42182, 44.963, -0.59956], + "0.08": [-1.40912, 44.87642, -2.00287], + "0.12": [-2.70864, 44.76244, -3.84996], + "0.24": [-7.14243, 44.37359, -10.15198], + "0.28": [-8.44196, 44.25961, -11.99907], + "0.32": [-9.42925, 44.17302, -13.40238], + "0.36": [-9.85108, 44.13603, -14.00194], + "0.4": [-9.42925, 44.17302, -13.40238], + "0.44": [-8.44196, 44.25961, -11.99907], + "0.48": [-7.14243, 44.37359, -10.15198], + "0.6": [-2.70864, 44.76244, -3.84996], + "0.64": [-1.40912, 44.87642, -2.00287], + "0.68": [-0.42182, 44.963, -0.59956], + "0.72": [0, 45, 0] + } + }, + "leg_front_right": { + "rotation": { + "0.0": [0, -45, 0], + "0.04": [-0.42182, -44.963, 0.59956], + "0.08": [-1.40912, -44.87642, 2.00287], + "0.12": [-2.70864, -44.76244, 3.84996], + "0.24": [-7.14243, -44.37359, 10.15198], + "0.28": [-8.44196, -44.25961, 11.99907], + "0.32": [-9.42925, -44.17302, 13.40238], + "0.36": [-9.85108, -44.13603, 14.00194], + "0.4": [-9.42925, -44.17302, 13.40238], + "0.44": [-8.44196, -44.25961, 11.99907], + "0.48": [-7.14243, -44.37359, 10.15198], + "0.6": [-2.70864, -44.76244, 3.84996], + "0.64": [-1.40912, -44.87642, 2.00287], + "0.68": [-0.42182, -44.963, 0.59956], + "0.72": [0, -45, 0] + } + }, + "leg_back_left": { + "rotation": { + "0.0": [0, -45, 0], + "0.04": [0.42182, -44.963, -0.59956], + "0.08": [1.40912, -44.87642, -2.00287], + "0.12": [2.70864, -44.76244, -3.84996], + "0.24": [7.14243, -44.37359, -10.15198], + "0.28": [8.44196, -44.25961, -11.99907], + "0.32": [9.42925, -44.17302, -13.40238], + "0.36": [9.85108, -44.13603, -14.00194], + "0.4": [9.42925, -44.17302, -13.40238], + "0.44": [8.44196, -44.25961, -11.99907], + "0.48": [7.14243, -44.37359, -10.15198], + "0.6": [2.70864, -44.76244, -3.84996], + "0.64": [1.40912, -44.87642, -2.00287], + "0.68": [0.42182, -44.963, -0.59956], + "0.72": [0, -45, 0] + } + }, + "leg_back_right": { + "rotation": { + "0.0": [0, 45, 0], + "0.04": [0.42182, 44.963, 0.59956], + "0.08": [1.40912, 44.87642, 2.00287], + "0.12": [2.70864, 44.76244, 3.84996], + "0.24": [7.14243, 44.37359, 10.15198], + "0.28": [8.44196, 44.25961, 11.99907], + "0.32": [9.42925, 44.17302, 13.40238], + "0.36": [9.85108, 44.13603, 14.00194], + "0.4": [9.42925, 44.17302, 13.40238], + "0.44": [8.44196, 44.25961, 11.99907], + "0.48": [7.14243, 44.37359, 10.15198], + "0.6": [2.70864, 44.76244, 3.84996], + "0.64": [1.40912, 44.87642, 2.00287], + "0.68": [0.42182, 44.963, 0.59956], + "0.72": [0, 45, 0] + } + }, + "all": { + "position": { + "0.0": [0, 0, 0], + "0.04": [0, -0.02141, 0], + "0.08": [0, -0.07152, 0], + "0.24": [0, -0.36252, 0], + "0.28": [0, -0.42848, 0], + "0.32": [0, -0.47859, 0], + "0.36": [0, -0.5, 0], + "0.4": [0, -0.47859, 0], + "0.44": [0, -0.42848, 0], + "0.6": [0, -0.13748, 0], + "0.64": [0, -0.07152, 0], + "0.68": [0, -0.02141, 0], + "0.72": [0, 0, 0] + } + } + } + }, + "animation.dewpider.ground_walk": { + "loop": true, + "animation_length": 0.4, + "bones": { + "head": { + "rotation": [-5, 0, 0] + }, + "leg_front_left": { + "rotation": { + "0.0": { + "post": [-24.78507, 38.84468, -36.36024], + "lerp_mode": "catmullrom" + }, + "0.08": { + "post": [-24.78507, 38.84468, -36.36024], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [0, 45, 0], + "lerp_mode": "catmullrom" + }, + "0.28": { + "post": [0, 45, 0], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [-24.78507, 38.84468, -36.36024], + "lerp_mode": "catmullrom" + } + } + }, + "leg_front_right": { + "rotation": { + "0.0": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "0.08": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [-24.78507, -38.84468, 36.36024], + "lerp_mode": "catmullrom" + }, + "0.28": { + "post": [-24.78507, -38.84468, 36.36024], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_left": { + "rotation": { + "0.0": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "0.08": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [24.78507, -38.84468, -36.36024], + "lerp_mode": "catmullrom" + }, + "0.28": { + "post": [24.78507, -38.84468, -36.36024], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_right": { + "rotation": { + "0.0": { + "post": [24.78507, 38.84468, 36.36024], + "lerp_mode": "catmullrom" + }, + "0.08": { + "post": [24.78507, 38.84468, 36.36024], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [0, 45, 0], + "lerp_mode": "catmullrom" + }, + "0.28": { + "post": [0, 45, 0], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [24.78507, 38.84468, 36.36024], + "lerp_mode": "catmullrom" + } + } + }, + "all": { + "rotation": [5, 0, 0], + "position": { + "0.0": { + "post": [0, -0.55, 0], + "lerp_mode": "catmullrom" + }, + "0.08": { + "post": [0, -0.3, 0], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [0, -0.55, 0], + "lerp_mode": "catmullrom" + }, + "0.28": { + "post": [0, -0.3, 0], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [0, -0.55, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.dewpider.water_idle": { + "loop": true, + "animation_length": 0.56, + "bones": { + "leg_front_left": { + "rotation": { + "0.0": { + "post": [-14.51082, 43.07952, -20.75357], + "lerp_mode": "catmullrom" + }, + "0.28": { + "post": [-9.85108, 44.13603, -14.00194], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [-14.51082, 43.07952, -20.75357], + "lerp_mode": "catmullrom" + } + } + }, + "leg_front_right": { + "rotation": { + "0.0": { + "post": [-14.51082, -43.07952, 20.75357], + "lerp_mode": "catmullrom" + }, + "0.28": { + "post": [-9.85108, -44.13603, 14.00194], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [-14.51082, -43.07952, 20.75357], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_left": { + "rotation": { + "0.0": { + "post": [14.51082, -43.07952, -20.75357], + "lerp_mode": "catmullrom" + }, + "0.28": { + "post": [9.85108, -44.13603, -14.00194], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [14.51082, -43.07952, -20.75357], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_right": { + "rotation": { + "0.0": { + "post": [14.51082, 43.07952, 20.75357], + "lerp_mode": "catmullrom" + }, + "0.28": { + "post": [9.85108, 44.13603, 14.00194], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [14.51082, 43.07952, 20.75357], + "lerp_mode": "catmullrom" + } + } + }, + "all": { + "rotation": [5, 0, 0], + "position": { + "0.0": [0, 0, 0], + "0.04": [0, 0.01275, 0], + "0.08": [0, 0.04763, 0], + "0.2": [0, 0.20237, 0], + "0.24": [0, 0.23725, 0], + "0.28": [0, 0.25, 0], + "0.32": [0, 0.23725, 0], + "0.36": [0, 0.20237, 0], + "0.48": [0, 0.04763, 0], + "0.52": [0, 0.01275, 0], + "0.56": [0, 0, 0] + } + } + } + }, + "animation.dewpider.water_swim": { + "loop": true, + "animation_length": 0.6, + "bones": { + "head": { + "rotation": [-25, 0, 0] + }, + "leg_front_left": { + "rotation": { + "0.0": { + "post": [-14.51082, 43.07952, -20.75357], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [32.73241, 32.79775, 49.87926], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [-14.51082, 43.07952, -20.75357], + "lerp_mode": "catmullrom" + } + } + }, + "leg_front_right": { + "rotation": { + "0.0": { + "post": [-14.51082, -43.07952, 20.75357], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [32.73241, -32.79775, -49.87926], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [-14.51082, -43.07952, 20.75357], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_left": { + "rotation": { + "0.0": { + "post": [14.51082, -43.07952, -20.75357], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [-32.73241, -32.79775, 49.87926], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [14.51082, -43.07952, -20.75357], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_right": { + "rotation": { + "0.0": { + "post": [14.51082, 43.07952, 20.75357], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [-32.73241, 32.79775, -49.87926], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [14.51082, 43.07952, 20.75357], + "lerp_mode": "catmullrom" + } + } + }, + "all": { + "rotation": { + "0.0": [57.5, 0, 0], + "0.6": [57.5, 0, 0] + }, + "position": { + "0.0": [0, 2, 5], + "0.04": [0, 2.02257, 4.97743], + "0.08": [0, 2.1081, 4.8919], + "0.12": [0, 2.2419, 4.7581], + "0.16": [0, 2.32743, 4.67257], + "0.2": [0, 2.35, 4.65], + "0.24": [0, 2.33607, 4.66393], + "0.48": [0, 2.08441, 4.91559], + "0.56": [0, 2.01393, 4.98607], + "0.6": [0, 2, 5] + } + } + } + }, + "animation.dewpider.faint": { + "loop": true, + "animation_length": 2.885, + "bones": { + "head": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.36": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.08": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [-11.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.36": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.44": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.52": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_front_left": { + "rotation": { + "0.0": { + "post": [0, 45, 0], + "lerp_mode": "catmullrom" + }, + "0.36": { + "post": [-39.32269, 23.92746, -63.659], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [-42.73421, 15.69986, -73.67505], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [-24.78507, 38.84468, -36.36024], + "lerp_mode": "catmullrom" + }, + "0.84": { + "post": [-42.73421, 15.69986, -73.67505], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [-24.78507, 38.84468, -36.36024], + "lerp_mode": "catmullrom" + }, + "1.08": { + "post": [-42.73421, 15.69986, -73.67505], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [-24.78507, 38.84468, -36.36024], + "lerp_mode": "catmullrom" + }, + "1.4": { + "post": [31.33144, 34.12398, 47.33883], + "lerp_mode": "catmullrom" + } + } + }, + "leg_front_right": { + "rotation": { + "0.0": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "0.36": { + "post": [-39.32269, -23.92746, 63.659], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [-24.78507, -38.84468, 36.36024], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [-42.73421, -15.69986, 73.67505], + "lerp_mode": "catmullrom" + }, + "0.84": { + "post": [-24.78507, -38.84468, 36.36024], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [-42.73421, -15.69986, 73.67505], + "lerp_mode": "catmullrom" + }, + "1.08": { + "post": [-24.78507, -38.84468, 36.36024], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [-42.73421, -15.69986, 73.67505], + "lerp_mode": "catmullrom" + }, + "1.4": { + "post": [65.92684, -25.49671, -61.51653], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_left": { + "rotation": { + "0.0": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [12.2127, -43.65747, -17.40744], + "lerp_mode": "catmullrom" + }, + "1.08": { + "post": [9.85108, -44.13603, -14.00194], + "lerp_mode": "catmullrom" + }, + "1.4": { + "post": [-7.91541, 5.39727, -6.43731], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_right": { + "rotation": { + "0.0": { + "post": [0, 45, 0], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [12.2127, 43.65747, 17.40744], + "lerp_mode": "catmullrom" + }, + "1.08": { + "post": [9.85108, 44.13603, 14.00194], + "lerp_mode": "catmullrom" + }, + "1.4": { + "post": [-2.93406, -0.41957, 6.61785], + "lerp_mode": "catmullrom" + } + } + }, + "all": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.36": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.08": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4": { + "post": [-85, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.36": { + "post": [0, 0.75, 0], + "lerp_mode": "catmullrom" + }, + "1.08": { + "post": [0, 0.75, 0], + "lerp_mode": "catmullrom" + }, + "1.36": { + "post": [0, 1.25, 0], + "lerp_mode": "catmullrom" + }, + "1.44": { + "post": [0, 0.75, 0], + "lerp_mode": "catmullrom" + }, + "1.52": { + "post": [0, 1.25, 0], + "lerp_mode": "catmullrom" + }, + "2.88": { + "post": [0, 1.25, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.dewpider.sleep": { + "loop": true, + "animation_length": 1.36, + "bones": { + "head": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.84": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.36": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": [-20, 0, 0] + }, + "leg_front_left": { + "rotation": [-20, 0, 0] + }, + "leg_front_right": { + "rotation": [-20, 0, 0] + }, + "leg_back_left": { + "rotation": [75, 0, 0] + }, + "leg_back_right": { + "rotation": [75, 0, 0] + }, + "all": { + "position": [0, -2, 0] + } + } + } + }, + "geckolib_format_version": 2 +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/diancie/diancie.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/diancie/diancie.animation.json new file mode 100644 index 0000000..c67013c --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/diancie/diancie.animation.json @@ -0,0 +1,2085 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.diancie.ground_idle": { + "loop": true, + "animation_length": 2.70833, + "bones": { + "body": { + "position": [0, 2.7, 0] + }, + "jewelL": { + "rotation": [0, 0, 0] + }, + "jewelLL": { + "rotation": [0, 0, 0] + }, + "jewelR": { + "rotation": [0, 0, 0] + }, + "jewelRR": { + "rotation": [0, 0, 0] + }, + "bangL": { + "rotation": [-32.5, -25, 75] + }, + "bangR": { + "rotation": [-32.5, 25, -75] + }, + "armR": { + "rotation": [0, 0, -55] + }, + "armL": { + "rotation": [0, 0, 55] + } + } + }, + "animation.diancie.air_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "head": { + "relative_to": { + "rotation": "entity" + }, + "rotation": ["-1.6-math.sin(q.anim_time*90*2+60)*1.5+3 ", 0, 0] + }, + "armR": { + "rotation": { + "0.0": [0, 0, -55], + "0.4333": [0, 0, -51.7465], + "0.6667": [0, 0, -51.1], + "1.1": [0, 0, -52.45477], + "1.4": [0, 0, -54.465], + "1.6667": [0, 0, -55.95421], + "1.9": [0, 0, -55.68836], + "2.0": [0, 0, -55] + } + }, + "armL": { + "rotation": { + "0.0": [0, 0, 55], + "0.4333": [0, 0, 51.7465], + "0.6667": [0, 0, 51.1], + "1.1": [0, 0, 52.45477], + "1.4": [0, 0, 54.465], + "1.6667": [0, 0, 55.95421], + "1.9": [0, 0, 55.68836], + "2.0": [0, 0, 55] + } + }, + "jewelL": { + "rotation": { + "0.0": [0, 0, 0], + "0.4333": [-1.57845, 0, 0], + "0.4667": [-1.6, 0, 0], + "0.9": [-0.64758, 0, 0], + "1.0333": [-0.04444, 0, 0], + "1.4667": [1.12594, 0, 0], + "1.5": [1.16875, 0, 0], + "1.9333": [0.3446, 0, 0], + "2.0": [0, 0, 0] + } + }, + "jewelLL": { + "rotation": { + "0.0": [0, 0, 0], + "0.4333": [-1.57845, 0, 0], + "0.4667": [-1.6, 0, 0], + "0.9": [-0.64758, 0, 0], + "1.0333": [-0.04444, 0, 0], + "1.4667": [1.12594, 0, 0], + "1.5": [1.16875, 0, 0], + "1.9333": [0.3446, 0, 0], + "2.0": [0, 0, 0] + } + }, + "jewelR": { + "rotation": { + "0.0": [0, 0, 0], + "0.4333": [-1.57845, 0, 0], + "0.4667": [-1.6, 0, 0], + "0.9": [-0.64758, 0, 0], + "1.0333": [-0.04444, 0, 0], + "1.4667": [1.12594, 0, 0], + "1.5": [1.16875, 0, 0], + "1.9333": [0.3446, 0, 0], + "2.0": [0, 0, 0] + } + }, + "jewelRR": { + "rotation": { + "0.0": [0, 0, 0], + "0.4333": [-1.57845, 0, 0], + "0.4667": [-1.6, 0, 0], + "0.9": [-0.64758, 0, 0], + "1.0333": [-0.04444, 0, 0], + "1.4667": [1.12594, 0, 0], + "1.5": [1.16875, 0, 0], + "1.9333": [0.3446, 0, 0], + "2.0": [0, 0, 0] + } + }, + "bangL": { + "rotation": ["-32.5+math.sin(q.anim_time*90*2+30)*3 ", "-25+math.sin(q.anim_time*90*2+90)*2 ", "75+math.sin(q.anim_time*90*2+60)*2 "] + }, + "bangR": { + "rotation": ["-32.5+math.sin(q.anim_time*90*2+30)*3 ", "25-math.sin(q.anim_time*90*2+90)*2 ", "-75-math.sin(q.anim_time*90*2+60)*2 "] + }, + "body": { + "rotation": { + "0.0": [2.5, 0, 0], + "2.0": [2.5, 0, 0] + }, + "position": [0, "2-math.sin(q.anim_time*90*2-90)*0.3", "-math.sin(q.anim_time*90*2)*0.1"] + }, + "torso": { + "rotation": ["math.sin(q.anim_time*90*2+60)*1 ", 0, 0] + }, + "lowerBody": { + "rotation": ["-math.sin(q.anim_time*90*2+120)*1", 0, 0] + } + } + }, + "animation.diancie.air_walk": { + "loop": true, + "animation_length": 3, + "bones": { + "body": { + "rotation": [12.5, 0, 0], + "position": ["0-math.sin(q.anim_time*30*4)*0.75", "0-math.sin(q.anim_time*30*8)*0.25", 0] + }, + "head": { + "rotation": { + "0.0": [-12.5, 0, 0], + "0.2667": [-11.26, 0, -0.6], + "0.5333": [-10.38, 0, -1.2], + "0.8667": [-10.7, 0, -1.6], + "1.1667": [-11.76, 0, -1.5], + "1.4667": [-12.42457, 0, -0.91235], + "1.5": [-12.4, 0, -0.8], + "1.8": [-11.06, 0, 0], + "2.0333": [-10.58234, 0, 0.86463], + "2.3": [-10.8, 0, 1.1], + "2.5333": [-11.86, 0, 1], + "2.9667": [-12.5534, 0, 0.12447], + "3.0": [-12.5, 0, 0] + } + }, + "jewelL": { + "rotation": { + "0.0": [-12.5, 0, 0], + "0.2667": [-11.26, 0, 0], + "0.5333": [-10.38, 0, -0.7], + "0.8667": [-10.7, 0, -1.4], + "1.1333": [-11.51773, 0, -1.41921], + "1.1667": [-11.76, 0, -1.4], + "1.5": [-12.4, 0, -0.8], + "1.8": [-11.06, 0, 0], + "2.0333": [-10.58234, 0, 0.86463], + "2.0667": { + "pre": [-10.58, 0, 0.9], + "post": [-10.58, 0, 0.9], + "lerp_mode": "catmullrom" + }, + "2.1333": [-10.58078, 0, 0.92028], + "2.3": [-10.8, 0, 1.1], + "2.5333": [-11.86, 0, 0.8], + "2.9667": [-12.5534, 0, -0.01104], + "3.0": [-12.5, 0, 0] + } + }, + "jewelLL": { + "rotation": { + "0.0": [-12.5, 0, 0], + "0.2667": [-11.26, 0, 0], + "0.5333": [-10.38, 0, -0.7], + "0.8667": [-10.7, 0, -1.4], + "1.1333": [-11.51773, 0, -1.41921], + "1.1667": [-11.76, 0, -1.4], + "1.5": [-12.4, 0, -0.8], + "1.8": [-11.06, 0, 0], + "2.0333": [-10.58234, 0, 0.86463], + "2.0667": { + "pre": [-10.58, 0, 0.9], + "post": [-10.58, 0, 0.9], + "lerp_mode": "catmullrom" + }, + "2.1333": [-10.58078, 0, 0.92028], + "2.3": [-10.8, 0, 1.1], + "2.5333": [-11.86, 0, 0.8], + "2.9667": [-12.5534, 0, -0.01104], + "3.0": [-12.5, 0, 0] + } + }, + "jewelR": { + "rotation": { + "0.0": [-12.5, 0, 0], + "0.2667": [-11.26, 0, 0], + "0.5333": [-10.38, 0, -0.7], + "0.8667": [-10.7, 0, -1.4], + "1.1333": [-11.51773, 0, -1.41921], + "1.1667": [-11.76, 0, -1.4], + "1.5": [-12.4, 0, -0.8], + "1.8": [-11.06, 0, 0], + "2.0333": [-10.58234, 0, 0.86463], + "2.0667": { + "pre": [-10.58, 0, 0.9], + "post": [-10.58, 0, 0.9], + "lerp_mode": "catmullrom" + }, + "2.1333": [-10.58078, 0, 0.92028], + "2.3": [-10.8, 0, 1.1], + "2.5333": [-11.86, 0, 0.8], + "2.9667": [-12.5534, 0, -0.01104], + "3.0": [-12.5, 0, 0] + } + }, + "jewelRR": { + "rotation": { + "0.0": [-12.5, 0, 0], + "0.2667": [-11.26, 0, 0], + "0.5333": [-10.38, 0, -0.7], + "0.8667": [-10.7, 0, -1.4], + "1.1333": [-11.51773, 0, -1.41921], + "1.1667": [-11.76, 0, -1.4], + "1.5": [-12.4, 0, -0.8], + "1.8": [-11.06, 0, 0], + "2.0333": [-10.58234, 0, 0.86463], + "2.0667": { + "pre": [-10.58, 0, 0.9], + "post": [-10.58, 0, 0.9], + "lerp_mode": "catmullrom" + }, + "2.1333": [-10.58078, 0, 0.92028], + "2.3": [-10.8, 0, 1.1], + "2.5333": [-11.86, 0, 0.8], + "2.9667": [-12.5534, 0, -0.01104], + "3.0": [-12.5, 0, 0] + } + }, + "bangL": { + "rotation": [ + "-57.7646-math.sin(q.anim_time*90*2.6666-120)*1", + "-55.6842-math.sin(q.anim_time*90*2.6666-90)*2.5", + "62.4878-math.sin(q.anim_time*90*2.6666-120)*2" + ] + }, + "bangR": { + "rotation": [ + "-57.7646+math.sin(q.anim_time*90*2.6666-120)*1", + "55.6842+math.sin(q.anim_time*90*2.6666-90)*2.5", + "-62.4878+math.sin(q.anim_time*90*2.6666-120)*2" + ] + }, + "armR": { + "rotation": { + "0.0": [7.21515, 19.92483, -51.1837], + "0.4333": [7.22, 18.92, -52.33], + "0.9333": [7.21515, 18.92483, -52.2837], + "1.1667": [7.21028, 19.79863, -51.26746], + "1.2": [7.21, 19.93, -51.14], + "1.6333": [7.21515, 19.92483, -51.6837], + "1.8333": [7.21971, 19.49996, -53.18184], + "1.8667": [7.22, 19.32, -53.52], + "2.0667": [7.2161, 18.62565, -53.88254], + "2.1667": [7.21515, 18.62483, -53.5837], + "2.5": [7.21023, 19.39378, -51.62912], + "2.5333": [7.21, 19.53, -51.44], + "3.0": [7.21515, 19.92483, -51.1837] + } + }, + "armL": { + "rotation": { + "0.0": [7.21515, -19.92483, 51.1837], + "0.4333": [7.22, -18.92, 52.33], + "0.9333": [7.21515, -18.92483, 52.2837], + "1.1667": [7.21028, -19.79863, 51.26746], + "1.2": [7.21, -19.93, 51.14], + "1.6333": [7.21515, -19.92483, 51.6837], + "1.8333": [7.21971, -19.49996, 53.18184], + "1.8667": [7.22, -19.32, 53.52], + "2.0667": [7.2161, -18.62565, 53.88254], + "2.1667": [7.21515, -18.62483, 53.5837], + "2.5": [7.21023, -19.39378, 51.62912], + "2.5333": [7.21, -19.53, 51.44], + "3.0": [7.21515, -19.92483, 51.1837] + }, + "position": { + "0.0": [0, 0, 0], + "3.0": [0, 0, 0] + } + }, + "torso": { + "rotation": ["math.sin(q.anim_time*90*2.6666-60)*2", 0, "-math.sin(q.anim_time*90*1.3333+20)*0.5"] + }, + "lowerBody": { + "rotation": ["math.sin(q.anim_time*90*2.6666-90)*0.25+5", 0, "-math.sin(q.anim_time*90*1.3333-15)*2"] + } + } + }, + "animation.diancie.blink": { + "animation_length": 0.20833, + "bones": { + "eyeR": { + "position": { + "0.0": [-0.05, 0, -0.1], + "0.1667": [-0.05, 0, -0.1], + "0.2083": [0.05, 0, 0] + } + }, + "eyeL": { + "position": { + "0.0": [0.1, 0, -0.088], + "0.1667": [0.1, 0, -0.088], + "0.2083": [0, 0, 0] + } + } + } + }, + "animation.diancie.faint": { + "loop": true, + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3": [13.84238, 20.88709, 5.49855], + "0.3333": [13.23613, 20.2648, 5.53075], + "0.3667": [11.79896, 18.78961, 5.59658], + "0.4": [9.87198, 16.81165, 5.66662], + "0.4333": [7.64949, 14.53037, 5.72177], + "0.5333": [0.4084, 7.09772, 5.64394], + "0.5667": [-1.86584, 4.76332, 5.47987], + "0.6": [-3.88165, 2.69417, 5.20639], + "0.6333": [-5.46512, 1.06882, 4.78229], + "0.6667": [-6.37, 0.14, 3.93], + "0.7": [-6.32825, -0.23623, 3.0316], + "0.7333": [-6.1325, -2.00024, 2.04438], + "0.7667": [-5.7375, -5.55976, 0.75668], + "0.8": [-5.54175, -7.32377, -1.34524], + "0.8333": [-5.5, -7.7, -4.3], + "0.8667": [-2.84251, -7.44424, -8.40221], + "0.9": [4.19938, -6.66907, -13.25207], + "0.9333": [14.6054, -5.44249, -18.01265], + "0.9667": [27.65825, -3.97861, -22.29086], + "1.0": [42.7746, -2.5974, -25.82587], + "1.0333": [59.34701, -1.57946, -28.39961], + "1.1": [83.26777, -0.99985, -29.98488], + "1.1333": [88.9694, -1.00379, -30.10812], + "1.1667": [90.13927, -1.04544, -31.41165], + "1.2": [90.14, -1.07, -32.18], + "1.2333": [90.13535, -1.06703, -32.08681], + "1.2667": [89.72454, -1.05652, -31.75628], + "1.3333": [88.72338, -1.01751, -30.5302], + "1.3667": [88.40977, -1.00479, -30.1306], + "1.4333": { + "pre": [88.27, -1, -29.98], + "post": [88.27, -1, -29.98], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 2.3, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [2.1, 0.94, 2.7], + "lerp_mode": "catmullrom" + }, + "0.3667": { + "post": [2.4, 1.4, 6.1], + "lerp_mode": "catmullrom" + }, + "0.5333": { + "post": [1.2, 2.78, 7.77], + "lerp_mode": "catmullrom" + }, + "0.7667": { + "post": [-0.5, 2.1, 7], + "lerp_mode": "catmullrom" + }, + "0.9333": { + "post": [0, -3.59, 1.68], + "lerp_mode": "catmullrom" + }, + "1.0333": { + "post": [0.3, -14.7, -1.3], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [0, -14.7, -1.6], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0333": [-0.06463, 0, 0.02834], + "0.1": [-0.58, 0, 0], + "0.1333": [-0.41555, 0, -0.16407], + "0.1667": [0.31895, 0, -0.35072], + "0.2": [1.99029, 0, -0.74279], + "0.2333": [4.11887, 0, -0.92332], + "0.3": [4.9, 0, -1.1], + "0.3333": [5.01138, 0, -1.19911], + "0.3667": [4.43424, 0, -1.28882], + "0.4": [3.33541, 0, -1.37153], + "0.4333": [1.8813, 0, -1.44779], + "0.5667": [-4.89088, 0, -1.68764], + "0.6": [-6.39991, 0, -1.72961], + "0.6333": [-7.74236, 0, -1.7632], + "0.6667": [-8.89799, 0, -1.78751], + "0.7": [-9.85569, 0, -1.80141], + "0.7333": [-10.61078, 0, -1.80344], + "0.7667": [-11.16279, 0, -1.7917], + "0.8": [-11.51452, 0, -1.76364], + "0.8333": [-11.68, 0, -1.7], + "0.8667": [-11.63274, 0, -1.61698], + "0.9": [-11.44052, 0, -1.49317], + "0.9333": [-11.04793, 0, -1.31505], + "0.9667": [-10.35622, 0, -1.06263], + "1.0": [-9.16159, 0, -0.70938], + "1.0333": [-6.93542, 0, -0.24312], + "1.0667": [-2.75053, 0, 0.25506], + "1.1": [-0.03996, 0, 0.62866], + "1.1333": [0.64, 0, 0.8], + "1.1667": [1.01647, -0.46588, 0.95741], + "1.2": [1.01383, -2.1183, 1.06428], + "1.2333": [0.48494, -5.0769, 1.09647], + "1.2667": [-0.34817, -8.24785, 1.06847], + "1.3": [-0.94383, -10.24559, 1.03274], + "1.3333": [-1.17632, -10.99846, 1.01542], + "1.3667": [-1.12851, -10.95055, 1.01564], + "1.4": [-0.90433, -10.72589, 1.01667], + "1.4333": [-0.45198, -10.27257, 1.01875], + "1.4667": [-0.22781, -10.04791, 1.01978], + "1.5": [-0.18, -10, 1.02], + "1.8667": [-0.17632, -9.99846, 1.01542] + } + }, + "jewelL": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0333": [-0.02457, 0, 0], + "0.1667": [-0.5403, 0, 0], + "0.2": [-0.58, 0, 0], + "0.2333": [-0.41555, 0, 0], + "0.2667": [0.31895, 0, 0], + "0.3": [1.82384, 0, 0], + "0.3333": [3.19029, 0, 0], + "0.3667": [4.11887, 0, 0], + "0.4333": [4.9, 0, 0], + "0.4667": [5.01138, 0, 0], + "0.5": [4.43424, 0, 0], + "0.5333": [3.33541, 0, 0], + "0.5667": [1.8813, 0, 0], + "0.7": [-4.89088, 0, 0], + "0.7333": [-6.39991, 0, 0], + "0.7667": [-7.74236, 0, 0], + "0.8": [-8.89799, 0, 0], + "0.8333": [-9.85569, 0, 0], + "0.8667": [-10.61078, 0, 0], + "0.9": [-11.16279, 0, 0], + "0.9333": [-11.51452, 0, 0], + "0.9667": [-11.68, 0, 0], + "1.0": [-11.59718, 0, 0], + "1.0333": [-11.26168, 0, 0], + "1.0667": [-10.53578, 0, 0], + "1.1": [-9.10111, 0, 0], + "1.1333": [-5.81207, 0, 0], + "1.1667": [0.64, 0, 0], + "1.2": [1.21562, 0, 0], + "1.2333": [1.04164, 0, 0], + "1.2667": [0.56264, 0, 0], + "1.3667": [-1.2501, 0, 0], + "1.4333": [-1.9, 0, 0], + "1.4667": [-2.2093, 0, 0], + "1.5": [-2.18697, 0, 0], + "1.5333": [-1.54352, 0, 0], + "1.5667": [-0.68283, 0, 0], + "1.6": [0, 0, 0], + "1.8667": [0, 0, 0] + } + }, + "jewelLL": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0333": [-0.02457, 0, 0], + "0.1667": [-0.5403, 0, 0], + "0.2": [-0.58, 0, 0], + "0.2333": [-0.41555, 0, 0], + "0.2667": [0.31895, 0, 0], + "0.3": [1.82384, 0, 0], + "0.3333": [3.19029, 0, 0], + "0.3667": [4.11887, 0, 0], + "0.4333": [4.9, 0, 0], + "0.4667": [5.01138, 0, 0], + "0.5": [4.43424, 0, 0], + "0.5333": [3.33541, 0, 0], + "0.5667": [1.8813, 0, 0], + "0.7": [-4.89088, 0, 0], + "0.7333": [-6.39991, 0, 0], + "0.7667": [-7.74236, 0, 0], + "0.8": [-8.89799, 0, 0], + "0.8333": [-9.85569, 0, 0], + "0.8667": [-10.61078, 0, 0], + "0.9": [-11.16279, 0, 0], + "0.9333": [-11.51452, 0, 0], + "0.9667": [-11.68, 0, 0], + "1.0": [-11.59718, 0, 0], + "1.0333": [-11.26168, 0, 0], + "1.0667": [-10.53578, 0, 0], + "1.1": [-9.10111, 0, 0], + "1.1333": [-5.81207, 0, 0], + "1.1667": [0.64, 0, 0], + "1.2": [1.21562, 0, 0], + "1.2333": [1.04164, 0, 0], + "1.2667": [0.56264, 0, 0], + "1.3667": [-1.2501, 0, 0], + "1.4333": [-1.9, 0, 0], + "1.4667": [-2.1343, 0, 0], + "1.5": [-2.11197, 0, 0], + "1.5333": [-1.54352, 0, 0], + "1.5667": [-0.60783, 0, 0], + "1.6": { + "pre": [0.09, 0, 0], + "post": [0.09, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jewelR": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0333": [-0.02457, 0, 0], + "0.1667": [-0.5403, 0, 0], + "0.2": [-0.58, 0, 0], + "0.2333": [-0.41555, 0, 0], + "0.2667": [0.31895, 0, 0], + "0.3": [1.82384, 0, 0], + "0.3333": [3.19029, 0, 0], + "0.3667": [4.11887, 0, 0], + "0.4333": [4.9, 0, 0], + "0.4667": [5.01138, 0, 0], + "0.5": [4.43424, 0, 0], + "0.5333": [3.33541, 0, 0], + "0.5667": [1.8813, 0, 0], + "0.7": [-4.89088, 0, 0], + "0.7333": [-6.39991, 0, 0], + "0.7667": [-7.74236, 0, 0], + "0.8": [-8.89799, 0, 0], + "0.8333": [-9.85569, 0, 0], + "0.8667": [-10.61078, 0, 0], + "0.9": [-11.16279, 0, 0], + "0.9333": [-11.51452, 0, 0], + "0.9667": [-11.68, 0, 0], + "1.0": [-11.59718, 0, 0], + "1.0333": [-11.26168, 0, 0], + "1.0667": [-10.53578, 0, 0], + "1.1": [-9.10111, 0, 0], + "1.1333": [-5.81207, 0, 0], + "1.1667": [0.64, 0, 0], + "1.2": [1.21562, 0, 0], + "1.2333": [1.04164, 0, 0], + "1.2667": [0.56264, 0, 0], + "1.3667": [-1.2501, 0, 0], + "1.4333": [-1.9, 0, 0], + "1.4667": [-2.1343, 0, 0], + "1.5": [-2.11197, 0, 0], + "1.5333": [-1.54352, 0, 0], + "1.5667": [-0.60783, 0, 0], + "1.6": { + "pre": [0.09, 0, 0], + "post": [0.09, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jewelRR": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0333": [-0.02457, 0, 0], + "0.1667": [-0.5403, 0, 0], + "0.2": [-0.58, 0, 0], + "0.2333": [-0.41555, 0, 0], + "0.2667": [0.31895, 0, 0], + "0.3": [1.82384, 0, 0], + "0.3333": [3.19029, 0, 0], + "0.3667": [4.11887, 0, 0], + "0.4333": [4.9, 0, 0], + "0.4667": [5.01138, 0, 0], + "0.5": [4.43424, 0, 0], + "0.5333": [3.33541, 0, 0], + "0.5667": [1.8813, 0, 0], + "0.7": [-4.89088, 0, 0], + "0.7333": [-6.39991, 0, 0], + "0.7667": [-7.74236, 0, 0], + "0.8": [-8.89799, 0, 0], + "0.8333": [-9.85569, 0, 0], + "0.8667": [-10.61078, 0, 0], + "0.9": [-11.16279, 0, 0], + "0.9333": [-11.51452, 0, 0], + "0.9667": [-11.68, 0, 0], + "1.0": [-11.59718, 0, 0], + "1.0333": [-11.26168, 0, 0], + "1.0667": [-10.53578, 0, 0], + "1.1": [-9.10111, 0, 0], + "1.1333": [-5.81207, 0, 0], + "1.1667": [0.64, 0, 0], + "1.2": [1.21562, 0, 0], + "1.2333": [1.04164, 0, 0], + "1.2667": [0.56264, 0, 0], + "1.3667": [-1.2501, 0, 0], + "1.4333": [-1.9, 0, 0], + "1.4667": [-2.1343, 0, 0], + "1.5": [-2.11197, 0, 0], + "1.5333": [-1.54352, 0, 0], + "1.5667": [-0.60783, 0, 0], + "1.6": { + "pre": [0.09, 0, 0], + "post": [0.09, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bangL": { + "rotation": { + "0.0": { + "post": [-32.5, -25, 75], + "lerp_mode": "catmullrom" + }, + "0.2667": { + "post": [-36.13911, 2.08445, 67.90086], + "lerp_mode": "catmullrom" + }, + "0.5333": { + "post": [-33.46814, -26.86392, 49.61026], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-22.36877, -28.04503, 53.4877], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-26.62368, -24.41678, 55.09531], + "lerp_mode": "catmullrom" + }, + "1.3": { + "post": [-35.82648, 7.92102, 71.38984], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-35.64537, 5.8928, 71.85744], + "lerp_mode": "catmullrom" + }, + "1.8667": { + "post": [-35.64537, 5.8928, 71.85744], + "lerp_mode": "catmullrom" + } + } + }, + "bangR": { + "rotation": { + "0.0": { + "post": [-32.5, 25, -75], + "lerp_mode": "catmullrom" + }, + "0.2667": { + "post": [-38.52928, -2.1038, -66.83859], + "lerp_mode": "catmullrom" + }, + "0.5333": { + "post": [-41.74919, 31.57104, -77.88463], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-35.76124, 21.23309, -69.23517], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-34.45297, 29.41649, -72.7728], + "lerp_mode": "catmullrom" + }, + "1.3": { + "post": [-28.3077, 10.29662, -57.28446], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-29.28, 14.6, -62.37], + "lerp_mode": "catmullrom" + }, + "1.8667": { + "post": [-29.28, 14.6, -62.37], + "lerp_mode": "catmullrom" + } + } + }, + "eyeL": { + "position": { + "0.7667": [0, 0, 0], + "0.8": [0.1, 0, -0.09] + } + }, + "eyeR": { + "position": { + "0.7667": [0, 0, 0], + "0.8": [0.1, 0, -0.1], + "0.8333": [-0.05, 0, -0.09] + } + }, + "mouthOpen": { + "position": { + "0.0": [0, -0.17047, 0.09246], + "0.0333": [0, -0.17047, 0.09246], + "0.1": [0, -0.17, -0.11], + "0.6333": [0, -0.17047, -0.10754], + "0.8": [0, -0.17047, -0.10754], + "1.8667": [0, -0.17047, -0.10754] + }, + "scale": { + "0.0": [0.6, 0.1, 1], + "0.1": [0.6, 0.1, 1], + "0.1667": [1, 1, 1] + } + }, + "armR": { + "rotation": { + "0.0": [0, 0, -55], + "0.0333": [-5.55925, -5.65695, -52.50539], + "0.0667": [-11.18325, -10.55345, -49.45455], + "0.1": [-16.66254, -14.78202, -45.6218], + "0.1333": [-21.80021, -18.40923, -40.6291], + "0.1667": [-26.42025, -21.48389, -33.89652], + "0.2": [-30.37262, -24.04161, -25.26604], + "0.2333": [-33.53622, -26.10804, -17.14561], + "0.2667": [-35.81961, -27.70088, -11.66415], + "0.3": [-37.15833, -28.8315, -8.20778], + "0.3333": [-37.51142, -29.50566, -5.97293], + "0.3667": [-37.55281, -29.77854, -4.47038], + "0.4": [-37.83987, -29.7909, -3.46129], + "0.4333": [-38.27326, -29.62865, -2.83894], + "0.4667": [-38.80709, -29.34525, -2.52886], + "0.5": [-39.41574, -28.97637, -2.47503], + "0.5333": [-40.08317, -28.54717, -2.63464], + "0.5667": [-40.7986, -28.07635, -2.97312], + "0.6": [-41.55442, -27.57815, -3.46182], + "0.6333": [-42.34503, -27.06368, -4.07634], + "0.8667": [-48.60484, -23.59835, -10.21594], + "0.9": [-49.5886, -23.17905, -11.09937], + "0.9333": [-50.09, -22.98, -11.51], + "0.9667": [-51.12143, -21.96897, -12.6432], + "1.0": [-52.21701, -19.51396, -14.84606], + "1.0333": [-53.4421, -9.37039, -20.66632], + "1.0667": [-54.53226, 6.57429, -27.91437], + "1.1": [-55.28908, 9.80269, -26.32512], + "1.1333": [-55.91255, 11.38826, -24.62673], + "1.1667": [-56.41404, 12.24756, -23.81049], + "1.2": [-56.83492, 12.61428, -23.72877], + "1.2333": [-57.19409, 12.61491, -24.17177], + "1.2667": [-57.50115, 12.32667, -24.89985], + "1.3": [-57.76068, 11.79945, -25.68277], + "1.3333": [-57.97373, 11.06698, -26.33023], + "1.3667": [-58.13816, 10.15052, -26.70466], + "1.4": [-58.24766, 9.06088, -26.71832], + "1.4333": [-58.28908, 7.80269, -26.32512], + "1.8667": [-58.28908, 7.80269, -26.32512] + } + }, + "armL": { + "rotation": { + "0.0": [0, 0, 55], + "0.0333": [-6.1122, 5.77875, 53.70715], + "0.0667": [-11.69805, 11.37105, 51.44518], + "0.1": [-16.78449, 16.41717, 48.11395], + "0.1333": [-21.37901, 20.68943, 43.67565], + "0.1667": [-25.47405, 24.10441, 38.23043], + "0.2": [-29.05096, 26.67939, 32.0986], + "0.2333": [-32.07902, 28.48346, 25.82792], + "0.2667": [-34.51522, 29.60364, 20.04843], + "0.3": [-36.30186, 30.12629, 15.25358], + "0.3333": [-37.36261, 30.12956, 11.68376], + "0.3667": [-37.51142, 29.50566, 8.97293], + "0.4": [-37.01459, 28.59201, 8.15389], + "0.4333": [-36.52084, 27.34268, 8.34966], + "0.4667": [-36.10334, 25.766, 9.28275], + "0.5": [-35.81225, 23.92003, 10.71602], + "0.5333": [-35.68352, 21.9277, 12.44679], + "0.5667": [-35.74302, 19.96459, 14.30049], + "0.6": [-36.01025, 18.20992, 16.128], + "0.6333": [-36.50035, 16.79276, 17.801], + "0.6667": [-37.22487, 15.77112, 19.20973], + "0.7": [-38.19228, 15.14668, 20.26014], + "0.7333": [-39.41008, 14.88949, 20.87048], + "0.7667": [-40.88382, 14.95863, 20.97264], + "0.8": [-42.61766, 15.31082, 20.50675], + "0.8333": [-44.61544, 15.90772, 19.42223], + "0.8667": [-46.88034, 16.71605, 17.67697], + "0.9333": [-50.09, 17.98, 14.51], + "0.9667": [-53.38588, 19.65722, 11.13322], + "1.0": [-58.08488, 22.19851, 6.75217], + "1.0333": [-64.88388, 26.0976, 0.80559], + "1.0667": [-75.27366, 32.54361, -7.9756], + "1.1": [-93.43971, 46.24601, -23.16804], + "1.1333": [-124.15733, 70.61038, -42.92998], + "1.1667": [-135.86638, 76.92369, -53.47926], + "1.2": [-135.86638, 77.53195, -56.32379], + "1.2333": [-135.86638, 77.43909, -57.99184], + "1.2667": [-135.86638, 76.12348, -57.75646], + "1.3": [-135.86638, 73.53161, -55.85677], + "1.3333": [-135.86638, 71.59975, -54.17601], + "1.3667": [-135.86638, 70.92369, -53.47926], + "1.8": [-135.86638, 70.92369, -53.47926], + "1.8667": [-135.86638, 70.92369, -53.47926] + } + }, + "eyeRH": { + "position": { + "0.0": [0, 0, 0], + "0.0333": [0, 0, 0], + "0.1": [0.1, 0, -0.1], + "0.8": [0.1, 0, -0.1], + "0.8333": [0, 0, 0] + } + }, + "eyeLH": { + "position": { + "0.0": [0.05, 0, 0], + "0.0333": [0.05, 0, 0], + "0.1": [-0.05, 0, -0.1], + "0.8": [-0.05, 0, -0.1], + "0.8333": [0.05, 0, 0] + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-13.10483, 0.53965, -0.68143], + "lerp_mode": "catmullrom" + }, + "0.5667": { + "post": [-10.44792, 0.16533, -2.83903], + "lerp_mode": "catmullrom" + }, + "0.9333": { + "post": [22.47292, 1.36221, -2.34098], + "lerp_mode": "catmullrom" + }, + "1.1333": { + "post": [13.66566, 0.75097, -1.24365], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lowerBody": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3667": { + "post": [-25.56513, -2.24759, -1.91255], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-6.4018, -1.18732, -0.59971], + "lerp_mode": "catmullrom" + }, + "0.9667": { + "post": [11.94331, 2.0402, -2.74231], + "lerp_mode": "catmullrom" + }, + "1.2": [5.76455, -0.60715, -1.79468], + "1.3": [0, 0, 0], + "1.8667": [0, 0, 0] + } + } + } + }, + "animation.diancie.sleep": { + "loop": true, + "animation_length": 3, + "bones": { + "body": { + "rotation": [12.5, 0, 0], + "position": [0, -1.6, -1] + }, + "torso": { + "rotation": ["-5+math.sin(q.anim_time*90*1.333+60)*1 ", 0, 0], + "position": [0, "0+math.sin(q.anim_time*90*1.333+60)*0.005", "0-math.sin(q.anim_time*90*1.333+60)*0.045"] + }, + "lowerBody": { + "rotation": ["-7.5-math.sin(q.anim_time*90*1.333+60)*1 ", 0, 0] + }, + "head": { + "rotation": ["5.9-math.sin(q.anim_time*90*1.333+60)*1.5+3 ", 0, 0] + }, + "jewelL": { + "rotation": { + "0.0": [0, 0, 0], + "0.6667": [-1.57845, 0, 0], + "0.7": [-1.6, 0, 0], + "1.3667": [-0.64758, 0, 0], + "1.5667": [-0.04444, 0, 0], + "2.2": [1.12594, 0, 0], + "2.2667": [1.16875, 0, 0], + "2.9": [0.3446, 0, 0], + "3.0": [0, 0, 0] + } + }, + "jewelLL": { + "rotation": { + "0.0": [0, 0, 0], + "0.6667": [-1.57845, 0, 0], + "0.7": [-1.6, 0, 0], + "1.3667": [-0.64758, 0, 0], + "1.5667": [-0.04444, 0, 0], + "2.2": [1.12594, 0, 0], + "2.2667": [1.16875, 0, 0], + "2.9": [0.3446, 0, 0], + "3.0": [0, 0, 0] + } + }, + "jewelR": { + "rotation": { + "0.0": [0, 0, 0], + "0.6667": [-1.57845, 0, 0], + "0.7": [-1.6, 0, 0], + "1.3667": [-0.64758, 0, 0], + "1.5667": [-0.04444, 0, 0], + "2.2": [1.12594, 0, 0], + "2.2667": [1.16875, 0, 0], + "2.9": [0.3446, 0, 0], + "3.0": [0, 0, 0] + } + }, + "jewelRR": { + "rotation": { + "0.0": [0, 0, 0], + "0.6667": [-1.57845, 0, 0], + "0.7": [-1.6, 0, 0], + "1.3667": [-0.64758, 0, 0], + "1.5667": [-0.04444, 0, 0], + "2.2": [1.12594, 0, 0], + "2.2667": [1.16875, 0, 0], + "2.9": [0.3446, 0, 0], + "3.0": [0, 0, 0] + } + }, + "bangL": { + "rotation": [ + "-33.8483+math.sin(q.anim_time*90*1.333+30)*2 ", + "5.3629-math.sin(q.anim_time*90*1.333+70)*1 ", + "75.7975+math.sin(q.anim_time*90*1.333+70)*1 " + ] + }, + "bangR": { + "rotation": [ + "-33.8483+math.sin(q.anim_time*90*1.333+30)*2 ", + "-5.3629+math.sin(q.anim_time*90*1.333+70)*1 ", + "-75.7975-math.sin(q.anim_time*90*1.333+70)*1 " + ] + }, + "eyeL": { + "position": [0.1, 0, -0.1] + }, + "eyeR": { + "position": [-0.05, 0, -0.1] + }, + "mouthOpen": { + "position": [0, -0.17047, -0.10754], + "scale": ["0.5+math.sin(q.anim_time*90*1.333+100)*0.01 ", "0.5+math.sin(q.anim_time*90*1.333+100)*0.03 ", 1] + }, + "armR": { + "rotation": ["37.4793+math.sin(q.anim_time*90*1.333+30)*1.5", "-41.1559-math.sin(q.anim_time*90*1.333+30)*0.5 ", -95.14721] + }, + "armL": { + "rotation": ["44.9793+math.sin(q.anim_time*90*1.333+30)*1.5", "41.1559+math.sin(q.anim_time*90*1.333+30)*0.5 ", 95.1472] + } + } + }, + "animation.diancie.cry": { + "animation_length": 2, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3": { + "post": [1.15, 4, 0], + "lerp_mode": "catmullrom" + }, + "0.7667": { + "post": [-1.72, -1.6, 0], + "lerp_mode": "catmullrom" + }, + "1.4667": { + "post": [-0.05, 0.2, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2667": { + "post": [0, -0.625, 0], + "lerp_mode": "catmullrom" + }, + "0.7": { + "post": [0, 1.575, -0.05], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 2.105, -0.1], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [0, 1.535, 0], + "lerp_mode": "catmullrom" + }, + "1.5333": { + "post": [0, -0.175, 0.075], + "lerp_mode": "catmullrom" + }, + "1.7333": { + "post": [0, -0.475, 0.05], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lowerBody": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4333": { + "post": [1.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1": { + "post": [-0.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7": { + "post": [0.435, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2333": { + "post": [12.225, 2.3, 0], + "lerp_mode": "catmullrom" + }, + "0.4667": { + "post": [11.42, 2.7, 0], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [-10.5, -0.1, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [-9.69, -2.1, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-0.39, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": [0, 0, 0] + }, + "jewelL": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3": { + "post": [2.025, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6333": { + "post": [2.22, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0667": { + "post": [-4.3, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3667": { + "post": [-3.49, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0.21, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jewelLL": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3": { + "post": [2.025, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6333": { + "post": [2.22, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0667": { + "post": [-4.3, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3667": { + "post": [-3.49, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0.21, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jewelR": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3": { + "post": [2.025, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6333": { + "post": [2.22, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0667": { + "post": [-4.3, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3667": { + "post": [-3.49, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0.21, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jewelRR": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3": { + "post": [2.025, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6333": { + "post": [2.22, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0667": { + "post": [-4.3, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3667": { + "post": [-3.49, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0.21, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bangL": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2333": { + "post": [-0.15, -0.08, 2.04], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 1.475, 0], + "lerp_mode": "catmullrom" + }, + "1.4667": { + "post": [0, -0.77, -0.3], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bangR": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2333": { + "post": [-0.15, 0.08, -2.04], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -1.475, 0.8], + "lerp_mode": "catmullrom" + }, + "1.4667": { + "post": [0, 0.77, 0.3], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "eyeL": { + "position": { + "0.0": [0, 0, 0], + "0.0667": [0, 0, 0], + "0.1": [0.1, 0, -0.1], + "0.4667": [0.1, 0, -0.1], + "0.5": [0, 0, 0] + } + }, + "eyeR": { + "position": { + "0.0": [0.05, 0, 0], + "0.0667": [0.05, 0, 0], + "0.1": [-0.05, 0, -0.09], + "0.4667": [-0.05, 0, -0.09], + "0.5": [0.05, 0, 0] + } + }, + "mouthOpen": { + "position": { + "0.0": [0, -0.17047, -0.00754], + "0.0667": [0, -0.17047, -0.00754], + "0.1333": [0, -0.17, -0.11], + "1.2": [0, -0.17, -0.11], + "1.2667": [0, -0.17047, -0.00754] + } + }, + "armR": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3667": { + "post": [0, 13, 0.55], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-17.41, -22.14, 16.82], + "lerp_mode": "catmullrom" + }, + "1.3": { + "post": [-11.47, -23.5, 16.39], + "lerp_mode": "catmullrom" + }, + "1.7333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "armL": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3667": { + "post": [0, -13, -0.55], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-17.41, 22.14, -16.82], + "lerp_mode": "catmullrom" + }, + "1.3": { + "post": [-11.47, 23.5, -16.39], + "lerp_mode": "catmullrom" + }, + "1.7333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + }, + "sound_effects": { + "0.0": { + "effect": "pokemon.diancie.cry" + } + } + }, + "animation.diancie.spin": { + "animation_length": 3, + "override_previous_animation": true, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5333": { + "post": [0, 16.325, 0], + "lerp_mode": "catmullrom" + }, + "1.1": { + "post": [0, -199, 0], + "lerp_mode": "catmullrom" + }, + "1.7333": { + "post": [0, -375.1, 0], + "lerp_mode": "catmullrom" + }, + "2.2": { + "post": [0, -360, 0], + "lerp_mode": "catmullrom" + }, + "2.5333": { + "post": [0, -360, 0], + "lerp_mode": "catmullrom" + }, + "2.7333": { + "post": [0, -360, 0], + "lerp_mode": "catmullrom" + }, + "2.9667": { + "pre": [0, -360, 0], + "post": [0, 0, 0] + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [0, -0.65, -0.1], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [0.46, -0.44, 0.14], + "lerp_mode": "catmullrom" + }, + "0.9": { + "post": [0.675, 0.35, 0.925], + "lerp_mode": "catmullrom" + }, + "1.2333": { + "post": [0.03, 0.94, 1.67], + "lerp_mode": "catmullrom" + }, + "1.5667": { + "post": [-0.625, 0.85, 1.025], + "lerp_mode": "catmullrom" + }, + "2.2": { + "post": [-0.1, -0.41, -0.1], + "lerp_mode": "catmullrom" + }, + "2.6333": { + "post": [0, 0.005, 0.1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, -3.81, 0], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [0, 9.06, 0], + "lerp_mode": "catmullrom" + }, + "0.9": { + "post": [0, 12.7, 0], + "lerp_mode": "catmullrom" + }, + "1.9": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 1.35, 0], + "lerp_mode": "catmullrom" + }, + "2.6": { + "post": [0, -0.855, 0], + "lerp_mode": "catmullrom" + }, + "2.8": { + "post": [0, 0.075, 0], + "lerp_mode": "catmullrom" + }, + "3.0": [0, 0, 0] + } + }, + "lowerBody": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [0, -7.56, 0], + "lerp_mode": "catmullrom" + }, + "0.4667": { + "post": [0, 3.31, 0], + "lerp_mode": "catmullrom" + }, + "0.7667": { + "post": [0, 6.95, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 0.625, 0], + "lerp_mode": "catmullrom" + }, + "2.6": { + "post": [0, -0.45, 0], + "lerp_mode": "catmullrom" + }, + "2.8": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2667": { + "post": [5.635, 8.1, -1.51], + "lerp_mode": "catmullrom" + }, + "0.7333": { + "post": [7.45095, 18.4812, -3.39951], + "lerp_mode": "catmullrom" + }, + "1.1333": { + "post": [-7.5, 12.89, -1.99], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-8.0861, -4.88466, 2.48016], + "lerp_mode": "catmullrom" + }, + "2.0667": { + "post": [-1.08989, -0.29265, -0.52258], + "lerp_mode": "catmullrom" + }, + "2.2333": { + "post": [0.81576, 4.28565, 0.3334], + "lerp_mode": "catmullrom" + }, + "2.4333": { + "post": [3.40197, 2.0218, 0.49952], + "lerp_mode": "catmullrom" + }, + "2.7333": { + "post": [0.38, -1.46, 0.31], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jewelL": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [5.635, 8.1, -1.51], + "lerp_mode": "catmullrom" + }, + "0.9667": { + "post": [7.45095, 18.4812, -3.39951], + "lerp_mode": "catmullrom" + }, + "1.3667": { + "post": [-7.5, 12.89, -1.99], + "lerp_mode": "catmullrom" + }, + "1.9": { + "post": [-8.0861, -4.88466, 2.48016], + "lerp_mode": "catmullrom" + }, + "2.2": { + "post": [-1.08989, 1.70735, -0.52258], + "lerp_mode": "catmullrom" + }, + "2.4": { + "post": [0.81576, 2.28565, 0.3334], + "lerp_mode": "catmullrom" + }, + "2.7": { + "post": [3.40197, -1.9782, 0.49952], + "lerp_mode": "catmullrom" + }, + "2.9667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jewelLL": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [5.635, 8.1, -1.51], + "lerp_mode": "catmullrom" + }, + "0.9667": { + "post": [7.45095, 18.4812, -3.39951], + "lerp_mode": "catmullrom" + }, + "1.3667": { + "post": [-7.5, 12.89, -1.99], + "lerp_mode": "catmullrom" + }, + "1.9": { + "post": [-8.0861, -4.88466, 2.48016], + "lerp_mode": "catmullrom" + }, + "2.2": { + "post": [-1.08989, 1.70735, -0.52258], + "lerp_mode": "catmullrom" + }, + "2.4": { + "post": [0.81576, 2.28565, 0.3334], + "lerp_mode": "catmullrom" + }, + "2.7": { + "post": [3.40197, -1.9782, 0.49952], + "lerp_mode": "catmullrom" + }, + "2.9667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jewelR": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [5.635, 8.1, -1.51], + "lerp_mode": "catmullrom" + }, + "0.9667": { + "post": [7.45095, 18.4812, -3.39951], + "lerp_mode": "catmullrom" + }, + "1.3667": { + "post": [-7.5, 12.89, -1.99], + "lerp_mode": "catmullrom" + }, + "1.9": { + "post": [-8.0861, -4.88466, 2.48016], + "lerp_mode": "catmullrom" + }, + "2.2": { + "post": [-1.08989, 1.70735, -0.52258], + "lerp_mode": "catmullrom" + }, + "2.4": { + "post": [0.81576, 2.28565, 0.3334], + "lerp_mode": "catmullrom" + }, + "2.7": { + "post": [3.40197, -1.9782, 0.49952], + "lerp_mode": "catmullrom" + }, + "2.9667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jewelRR": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [5.635, 8.1, -1.51], + "lerp_mode": "catmullrom" + }, + "0.9667": { + "post": [7.45095, 18.4812, -3.39951], + "lerp_mode": "catmullrom" + }, + "1.3667": { + "post": [-7.5, 12.89, -1.99], + "lerp_mode": "catmullrom" + }, + "1.9": { + "post": [-8.0861, -4.88466, 2.48016], + "lerp_mode": "catmullrom" + }, + "2.2": { + "post": [-1.08989, 1.70735, -0.52258], + "lerp_mode": "catmullrom" + }, + "2.4": { + "post": [0.81576, 2.28565, 0.3334], + "lerp_mode": "catmullrom" + }, + "2.7": { + "post": [3.40197, -1.9782, 0.49952], + "lerp_mode": "catmullrom" + }, + "2.9667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bangL": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2667": { + "post": [12.5, -12.5, 17.5], + "lerp_mode": "catmullrom" + }, + "0.4667": { + "post": [-4.91, -7.93, -0.97], + "lerp_mode": "catmullrom" + }, + "0.6333": { + "post": [5, 20.5, -35], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [7.5, 42.5, -52.5], + "lerp_mode": "catmullrom" + }, + "1.7667": { + "post": [8.5, 42.5, -52.5], + "lerp_mode": "catmullrom" + }, + "2.1333": { + "post": [-2.91, -7.93, 13.03], + "lerp_mode": "catmullrom" + }, + "2.4667": { + "post": [4.09, 3.57, -6.47], + "lerp_mode": "catmullrom" + }, + "2.7333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bangR": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2667": { + "post": [22.5, -5.5, 17.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [5.09, 11.07, 2.03], + "lerp_mode": "catmullrom" + }, + "0.7": { + "post": [9, 35, -20], + "lerp_mode": "catmullrom" + }, + "1.1333": { + "post": [15, 47, -22], + "lerp_mode": "catmullrom" + }, + "1.7667": { + "post": [27.41, 46.07, 24.06], + "lerp_mode": "catmullrom" + }, + "2.0333": { + "post": [-9.91, -4.43, 20.03], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [14.09, -9.18, -15.22], + "lerp_mode": "catmullrom" + }, + "2.7333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "armR": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2667": { + "post": [0, -23, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 4.65], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 31, 20.25], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 28.79, 20.25], + "lerp_mode": "catmullrom" + }, + "1.9": { + "post": [0, 3, 6], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, -5.325, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "2.7333": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "armL": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [0, 7, 7.5], + "lerp_mode": "catmullrom" + }, + "0.4333": { + "post": [0, 0, -4.65], + "lerp_mode": "catmullrom" + }, + "0.7667": { + "post": [0, 43, -20.25], + "lerp_mode": "catmullrom" + }, + "1.4667": { + "post": [0, 40.79, -20.25], + "lerp_mode": "catmullrom" + }, + "1.8667": { + "post": [0, 5, -6], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [0, -5.325, 0], + "lerp_mode": "catmullrom" + }, + "2.4333": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.9333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "eyeL": { + "position": { + "0.0": [0, 0, 0], + "0.1": [0, 0, 0], + "0.1667": [0.1, 0, -0.1], + "0.8667": [0.1, 0, -0.1], + "0.9": [0, 0, 0] + } + }, + "eyeR": { + "position": { + "0.0": [0.05, 0, 0], + "0.1": [0.05, 0, 0], + "0.1667": [-0.05, 0, -0.09], + "0.8667": [-0.05, 0, -0.09], + "0.9": [0.05, 0, 0] + } + }, + "mouthOpen": { + "position": { + "0.0": [0, -0.17047, 0.09246], + "0.6": [0, -0.17047, 0.09246], + "0.6667": [0, -0.17, -0.11], + "1.8667": [0, -0.17, -0.11], + "1.9667": [0, -0.17047, 0.09246] + }, + "scale": { + "0.0": [1, 0.66, 1], + "0.6667": [0.45, 0.09, 1], + "0.8667": [1.31, 0.51, 1], + "1.7": [1.31, 0.51, 1], + "1.8667": [1.23, 0.1, 1] + } + } + } + }, + "animation.diancie.render": { + "animation_length": 0.58333, + "bones": { + "body": { + "rotation": [-8.81601, 26.88157, -17.52427], + "position": [-0.5, -2.9, 0] + }, + "torso": { + "rotation": [-7.78101, 10.64775, 7.66643] + }, + "lowerBody": { + "rotation": [-9.31746, 8.77531, 15.17335] + }, + "head": { + "rotation": [-3.60522, 14.60429, 5.64172] + }, + "jewelL": { + "rotation": [3, 0, 5] + }, + "jewelLL": { + "rotation": [0, 0, 15] + }, + "jewelR": { + "rotation": [0, 0, 6] + }, + "jewelRR": { + "rotation": [0, 0, 2] + }, + "bangL": { + "rotation": [-5.73073, -34.07196, 78.27581] + }, + "bangR": { + "rotation": [-17.99744, 0.309, -15.04893] + }, + "eyeL": { + "position": [0.1, 0, -0.09] + }, + "mouthOpen": { + "position": [0, -0.025, -0.1] + }, + "armR": { + "rotation": [-285.87, -87.18336, 227.96371] + }, + "armL": { + "rotation": [-21.31221, -9.68276, 29.86947] + }, + "carbink": { + "position": [-3.4, 6.6, -4.7], + "scale": 0.9 + }, + "earL": { + "rotation": [17.52556, 13.85347, -17.67595] + }, + "earR": { + "rotation": [0, -11, 42] + }, + "carbink2": { + "position": [1, 12.3, 12.2], + "scale": 0.9 + }, + "body2": { + "rotation": [17.35568, -9.19535, 16.06957], + "position": [0.4, -0.5, 0] + }, + "head2": { + "rotation": [-13.56716, -2.15359, -15.92435] + }, + "earL2": { + "rotation": [28, 0, -31] + }, + "earR2": { + "rotation": [0, 0, 58.5] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/dipplin/dipplin.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/dipplin/dipplin.animation.json new file mode 100644 index 0000000..86e5144 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/dipplin/dipplin.animation.json @@ -0,0 +1,84 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.dipplin.ground_idle": { + "loop": true, + "bones": { + "body": { + "position": [0, "0+math.sin(q.anim_time*90*1.5+30)*0.1", 0] + }, + "bone": { + "rotation": ["-1.25+math.sin(q.anim_time*90*1.5-60)*2", 0, "-math.sin(q.anim_time*90*0.75)*3"], + "position": [0, "math.sin(q.anim_time*90*1.5+30)*0.25", 0] + }, + "head": { + "rotation": ["-1.25+math.sin(q.anim_time*90*1.5-60)*1", 0, "-math.sin(q.anim_time*90*0.75)*2"], + "position": [0, "-0.275-math.sin(q.anim_time*90*1.5-120)*0.1", 0] + }, + "anthena_1": { + "rotation": ["-2.25+math.sin(q.anim_time*90*1.5-60)*2", 0, 0] + }, + "anthena_2": { + "rotation": [-6.75, 0, 0] + }, + "floor": { + "position": [0, 0.025, 0] + }, + "tail_1": { + "rotation": [0, "math.sin(q.anim_time*90*2+125)*6", 0] + }, + "tail_2": { + "rotation": [0, "math.sin(q.anim_time*90*2+105)*8", 0] + }, + "tail_3": { + "rotation": [0, "math.sin(q.anim_time*90*2+105)*12", 0] + } + } + }, + "animation.dipplin.ground_walk": { + "loop": true, + "bones": { + "body": { + "rotation": ["-1.25+math.sin(q.anim_time*90*6-90)*0.5", 0, 0], + "position": [0, "0+math.sin(q.anim_time*90*6+30)*0.1", 0] + }, + "bone": { + "rotation": ["-1.25+math.sin(q.anim_time*90*4-60)*2", 0, "-math.sin(q.anim_time*90*4)*0.5"], + "position": [0, 0, 0] + }, + "head": { + "rotation": ["-1.25+math.sin(q.anim_time*90*4-120)*3", 0, "-math.sin(q.anim_time*90*0.75)*3"], + "position": [0, "-0.35+math.sin(q.anim_time*90*4+30)*0.1", 0] + }, + "anthena_1": { + "rotation": ["-1.25+math.sin(q.anim_time*90*4-120)*3", 0, "-math.sin(q.anim_time*90*0.75)*3"], + "position": [0, "-0.175+math.sin(q.anim_time*90*4+30)*0.1", 0] + }, + "anthena_2": { + "rotation": [-3.5, 0, 0] + }, + "floor": { + "position": [0, 0.05, 0] + }, + "tail_1": { + "rotation": ["-math.clamp(math.sin(-q.anim_time*90*4-120)*20,0,20)+math.clamp(math.sin(-q.anim_time*90*4+60)*4,0,20)", 0, 0], + "position": [ + 0, + "0.25+math.clamp(math.sin(q.anim_time*90*4-45)*1,0,20)-math.clamp(math.sin(q.anim_time*90*4-45+180)*1,0,10)", + "-math.clamp(math.sin(q.anim_time*90*4-30)*0.5,0,50)" + ] + }, + "tail_2": { + "rotation": ["-8.5+(math.sin(q.anim_time*90*4)*1+1)*5+math.clamp(math.sin(q.anim_time*90*4-30)*5,0,20)", 0, 0], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4-30)*0.5,0,50)", "-math.clamp(math.sin(q.anim_time*90*4-30)*1,0,50)"] + }, + "tail_3": { + "rotation": ["math.clamp(math.sin(q.anim_time*90*4)*10,0,50)+math.clamp(math.sin(q.anim_time*90*4)*10,-50,0)+1", 0, 0] + }, + "bone2": { + "position": [0, 0, "-math.clamp(math.sin(q.anim_time*90*4)*1,0,1)-math.clamp(math.sin(-q.anim_time*90*1)*1,0,1)"] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/dottler/dottler.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/dottler/dottler.animation.json new file mode 100644 index 0000000..ae8d092 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/dottler/dottler.animation.json @@ -0,0 +1,63 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.dottler.ground_idle": { + "loop": true, + "bones": { + "body": { + "rotation": ["0+1*(math.sin(q.anim_time*90+2)*0.1)+0.1*(math.sin(q.anim_time*90+2)*.5)", "0+1*(math.cos(q.anim_time*90+2)*1)", 0] + }, + "shell": { + "rotation": [0, 0, "0-1*(math.cos(q.anim_time*90+2)*1)"] + }, + "foot_fr": { + "rotation": [0, "0-1*(math.cos(q.anim_time*90+2)*1)", 0] + }, + "foot_fl": { + "rotation": [0, "0+1*(math.cos(q.anim_time*90+2)*1)", 0] + }, + "foot_br": { + "rotation": [0, "0-1*(math.cos(q.anim_time*90+2)*1)", 0] + }, + "foot_bl": { + "rotation": [0, "0-1*(math.cos(q.anim_time*90+2)*1)", 0] + }, + "whiskerr": { + "rotation": [0, "0-1*(math.cos(q.anim_time*90+8)*6)", "0-1*(math.cos(q.anim_time*90+2)*4)"] + }, + "whiskerl": { + "rotation": [0, "0+1*(math.cos(q.anim_time*90+8)*6)", "0+1*(math.cos(q.anim_time*90+2)*4)"] + } + } + }, + "animation.dottler.ground_walk": { + "loop": true, + "bones": { + "body": { + "rotation": ["0+1*(math.sin(q.anim_time*90+2)*0.1)+0.1*(math.sin(q.anim_time*90+2)*.5)", "0+1*(math.cos(q.anim_time*180+2)*4)", 0] + }, + "shell": { + "rotation": [0, 0, "0-1*(math.cos(q.anim_time*90+2)*1)"] + }, + "foot_fr": { + "rotation": ["0-4*(math.sin(q.anim_time*180+2)*4)", "0-1*(math.cos(q.anim_time*90+2)*1)", 0] + }, + "foot_fl": { + "rotation": ["0+4*(math.sin(q.anim_time*180+2)*4)", "0+1*(math.cos(q.anim_time*90+2)*1)", 0] + }, + "foot_br": { + "rotation": ["0+4*(math.sin(q.anim_time*180+2)*4)", "0-1*(math.cos(q.anim_time*90+2)*1)", 0] + }, + "foot_bl": { + "rotation": ["0-4*(math.sin(q.anim_time*180+2)*4)", "0+1*(math.cos(q.anim_time*90+2)*1)", 0] + }, + "whiskerr": { + "rotation": [0, "0-1*(math.cos(q.anim_time*90+8)*6)", "0-1*(math.cos(q.anim_time*90+2)*4)"] + }, + "whiskerl": { + "rotation": [0, "0+1*(math.cos(q.anim_time*90+8)*6)", "0+1*(math.cos(q.anim_time*90+2)*4)"] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/drapion/drapion.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/drapion/drapion.animation.json new file mode 100644 index 0000000..b62e0d3 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/drapion/drapion.animation.json @@ -0,0 +1,3861 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.drapion.pose": { + "loop": true, + "bones": { + "torso": { + "scale": 1 + }, + "bone3": { + "rotation": [-10, 0, 0] + }, + "bone5": { + "rotation": [-17.5, 0, 0] + }, + "bone4": { + "rotation": [10, 0, 0] + }, + "bone29": { + "rotation": [7.5, 0, 0] + }, + "bone": { + "rotation": [50, 0, 0] + }, + "arm_right": { + "rotation": [-24.9148, 2.69117, 4.2324] + }, + "arm_right2": { + "rotation": [0, 0, -20] + }, + "arm_right3": { + "rotation": [0, 0, -17.5] + }, + "arm_right4": { + "rotation": [0, 0, -20] + }, + "bone9": { + "rotation": [0, 0, -20] + }, + "arm_left": { + "rotation": [-22.48072, -0.95645, -2.30991] + }, + "arm_left2": { + "rotation": [0, 0, 15] + }, + "arm_left3": { + "rotation": [0, 0, 20] + }, + "arm_left4": { + "rotation": [0, 0, 22.5] + }, + "bone2": { + "rotation": [0, 0, 25] + }, + "bone12": { + "rotation": [17.5, 0, 0] + }, + "bone13": { + "rotation": [15, 0, 0] + }, + "bone14": { + "rotation": [12.5, 0, 0] + }, + "bone15": { + "rotation": [15, 0, 0] + }, + "head": { + "rotation": [0, 0, -12.5] + }, + "bone37": { + "position": [0.75, 0, 0] + }, + "bone36": { + "position": [0.5, 0, 0] + } + } + }, + "animation.drapion.ground_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "bone6": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone29": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [-22.5, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-22.2127, -2.68507, -2.2127], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-22.5, 0, 10], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right2": { + "rotation": { + "0.0": { + "post": [-20, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-24.94548, -1.29256, -24.83045], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-20, 0, -20], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right3": { + "rotation": { + "0.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right4": { + "rotation": { + "0.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [-22.5, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-22.01816, 4.75113, -0.92482], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-22.5, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left2": { + "rotation": { + "0.0": { + "post": [-27.5, 0, 20], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-27.5, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left3": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left4": { + "rotation": { + "0.0": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 32.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone12": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone13": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.drapion.physical": { + "animation_length": 2.0417, + "bones": { + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-0.98448, 7.43547, -7.56397], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-5.98448, 7.43547, -7.56397], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [3.26901, -3.8895, 3.70265], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-10.27008, -19.81601, -11.70582], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-9.6658, -2.57594, -14.78217], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-9.91615, 1.29876, 7.38733], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-11.14914, -10.28274, 15.37854], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-10.31391, -15.93346, 10.47434], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-10.31391, -15.93346, 10.47434], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-14.78217, -2.57594, -9.6658], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-14.78217, -2.57594, -9.6658], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-12.16011, 23.33296, 2.35367], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [5.03906, 13.37371, 1.40189], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [5.00334, -11.53335, -0.76931], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [5.00334, -11.53335, -0.76931], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [19.98247, 0.85481, -2.34941], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [19.98247, 0.85481, -2.34941], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [20.70957, 14.92893, 2.90261], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [33.15736, 25.55139, 9.93988], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [6.8821, 21.83733, 5.62571], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [6.55317, -12.93704, 1.58186], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [8.1872, -14.91224, -6.38497], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [6.55317, -12.93704, 1.58186], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone29": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [9.91615, 1.29876, -7.38733], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [9.91615, 1.29876, -7.38733], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [9.9352, 3.76135, -6.95601], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [10.02616, -8.55095, -9.12019], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [10.02616, -8.55095, -9.12019], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-35, 0, 42.5], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-4.61771, 5.94093, -45.91249], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-4.61771, 5.94093, -45.91249], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [42.91, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [37.45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [28.26, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [-22.5, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-22.26072, -12.63791, -1.05597], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-22.26072, -12.63791, -1.05597], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-20.85167, 7.24553, 1.74768], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-21.91382, 18.89172, -2.92297], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-21.88665, -8.15877, 18.54533], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-22.49134, -4.87359, 29.74142], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-17.51398, -19.1096, -3.7637], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-22.5, 0, 10], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right2": { + "rotation": { + "0.0": { + "post": [-20, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-7.36204, -9.42139, -28.51174], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-7.36204, -9.42139, -28.51174], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-0.91876, 17.05665, -8.35089], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.14707, 16.94915, 2.10683], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [12.38415, -22.60319, -23.96912], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [12.38415, -22.60319, -23.96912], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-20, 0, -20], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right3": { + "rotation": { + "0.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -5, -15], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, -5, -15], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-1.29717, -4.82922, 0.0547], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-1.32481, 12.66627, -0.34506], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-1.45491, -27.32291, 0.6134], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-1.45491, -27.32291, 0.6134], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-0.97456, -27.04816, -6.02023], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right4": { + "rotation": { + "0.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -17.5, -22.5], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, -17.5, -22.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0.54143, 2.4407, -9.98847], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0.96429, 7.30889, 0.1034], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [1.13642, -32.68496, -0.63303], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [1.13642, -32.68496, -0.63303], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0.75205, -27.89481, -7.07973], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -15, -12.5], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, -15, -12.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 10, -12.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.28867, 19.75303, 0.58979], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [2.7227, -37.7011, -1.8499], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [2.7227, -37.7011, -1.8499], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [1.81778, -31.02197, -7.05307], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, -33.51, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 38.07, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [-22.5, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-21.26858, 25.01679, -3.44598], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-16.26006, -18.88936, -1.17105], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-16.26006, -18.88936, -1.17105], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-19.01308, -16.52028, -3.76861], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-22.5, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left2": { + "rotation": { + "0.0": { + "post": [-27.5, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [13.59681, -7.98133, 4.37511], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [14.59924, -22.53501, 0.598], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [15.01218, 25.99938, 13.0034], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [13.96484, -15.26607, 2.55236], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [13.96484, -15.26607, 2.55236], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-27.5, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left3": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -12.5, 2.5], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, -17.5, 2.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 32.5, 2.5], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, -12.5, 2.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, -12.5, 2.5], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 12.2, 9.08], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left4": { + "rotation": { + "0.0": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -17.5, 2.5], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, -22.5, 2.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 27.5, 2.5], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, -7.5, 2.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, -7.5, 2.5], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 15.32, 10.02], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -17.5, -2.5], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, -17.5, -2.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 25, -2.5], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, -2.5, -2.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, -2.5, -2.5], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 10.94, 5.96], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, -7.89, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 38.5, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -12.59, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 19.23, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -41, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 14.63, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone37": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0.82, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-0.53, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone36": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-0.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-0.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-0.63, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone12": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [3.37, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone13": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-6.63, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-9.67, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-4.13, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-13.59, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_leg_rear": { + "rotation": { + "0.0": [0, 0, 0], + "0.2083": [0, 0, 7.5], + "0.2917": [0, 0, 12.5], + "1.0": [20, 0, 12.5], + "2.0417": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.2083": [-0.75, -0.5, 0], + "0.6667": [0.25, -1.25, 0], + "0.8333": [0.25, -0.5, 0], + "1.0": [0.25, -1, 0.25], + "2.0417": [0, 0, 0] + } + }, + "bone27": { + "rotation": { + "0.0": [0, 0, 0], + "0.2083": [0, 0, -15], + "0.6667": [0, 0, -2.5], + "2.0417": [0, 0, 0] + } + }, + "left_leg_rear": { + "rotation": { + "0.0": [0, 0, 0], + "0.6667": [0, 0, 10], + "2.0417": [0, 0, 0] + } + }, + "bone21": { + "rotation": { + "0.0": [0, 0, 0], + "0.6667": [0, 0, -12.5], + "2.0417": [0, 0, 0] + } + }, + "right_leg_front": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": [0, 0, 10], + "0.6667": [0, 0, 12.5], + "1.25": [0, 0, 17.5], + "2.0417": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.3333": [0.75, -0.75, 0], + "1.25": [1.5, -1, 0], + "2.0417": [0, 0, 0] + } + }, + "bone24": { + "rotation": { + "0.0": [0, 0, 0], + "0.6667": [0, 0, -17.5], + "1.25": [0, 0, -10], + "2.0417": [0, 0, 0] + } + }, + "left_leg_front": { + "rotation": { + "0.0": [0, 0, 0], + "0.2083": [0, 0, -7.5], + "0.3333": [0, 0, -2.5], + "0.6667": [12.5, 0, -17.5], + "0.9167": [-5, 0, -17.5], + "1.3333": [-5, 0, -17.5], + "1.5": [-5, 0, -17.5], + "2.0417": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.2083": [0.5, -0.25, 0], + "0.3333": [0.75, -0.5, 0], + "0.6667": [-1.25, -1, -0.75], + "0.9167": [-1.75, 0.5, -0.75], + "1.3333": [0.75, -1.25, -0.75], + "1.5": [0.75, -1.25, -0.75], + "1.75": [0.46, 0.23, -0.46], + "2.0417": [0, 0, 0] + } + }, + "bone18": { + "rotation": { + "0.0": [0, 0, 0], + "0.2083": [0, 0, 7.81], + "0.3333": [0, 0, -7.5], + "0.6667": [0, 0, 7.5], + "2.0417": [0, 0, 0] + } + } + } + }, + "animation.drapion.special": { + "animation_length": 2.5, + "bones": { + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-9.12, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [18.78, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-17.52, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-20.68, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone29": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [31.73, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [25.81076, 4.17551, -14.41995], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [67.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [67.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [67.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [9.81, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [-22.5, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-2.4905, 0.21782, 14.99527], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.4905, 0.21782, 14.99527], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-2.4905, 0.21782, 14.99527], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-20.93689, 0.12587, 12.88667], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-45.26643, 0.08177, 11.87517], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-22.5, 0, 10], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right2": { + "rotation": { + "0.0": { + "post": [-20, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-20, 0, -20], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right3": { + "rotation": { + "0.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right4": { + "rotation": { + "0.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [-22.5, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [7.47178, 0.65182, -17.45744], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [7.47178, 0.65182, -17.45744], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [7.47178, 0.65182, -17.45744], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-15.17988, 0.37667, -15.36481], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-46.52671, 0.24468, -14.36097], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-22.5, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left2": { + "rotation": { + "0.0": { + "post": [-27.5, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-10, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-9.91615, 1.29876, 27.38733], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-10, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-9.91615, 1.29876, 27.38733], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-10, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-9.91615, 1.29876, 27.38733], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-27.5, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left3": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left4": { + "rotation": { + "0.0": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone37": { + "scale": { + "0.0": [1, 1, 1], + "0.2917": { + "pre": [1, 1, 1], + "post": [1, 0.1, 1] + }, + "0.5833": { + "pre": [1, 0.1, 1], + "post": [1, 1, 1] + } + } + }, + "bone36": { + "scale": { + "0.0": [1, 1, 1], + "0.2917": { + "pre": [1, 1, 1], + "post": [1, 0.1, 1] + }, + "0.5833": { + "pre": [1, 0.1, 1], + "post": [1, 1, 1] + } + } + }, + "bone12": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [4.63, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone13": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone32": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone33": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_leg_front": { + "position": { + "0.0": [0, 0, 0], + "0.1667": [0, 1, 0], + "0.3333": [0, 0, 0] + } + }, + "left_leg_front": { + "position": { + "0.0": [0, 0, 0], + "0.1667": [0, 1, 0], + "0.4167": [0, 0, 0] + } + } + } + }, + "animation.drapion.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-3.15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, -0.39, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone29": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [-22.5, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-22.48127, 0.7505, 11.8203], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-22.32648, -2.86313, 3.06512], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-21.91107, -5.04808, -2.34144], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-22.5, 0, 10], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right2": { + "rotation": { + "0.0": { + "post": [-20, 0, -20], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right3": { + "rotation": { + "0.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, -17.06], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right4": { + "rotation": { + "0.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -4.9], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [-22.5, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-22.37729, -0.18748, -12.966], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-21.80633, 5.68422, 1.4042], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-21.20702, 7.15273, 5.30409], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-22.5, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left2": { + "rotation": { + "0.0": { + "post": [-27.5, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left3": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 17.06], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left4": { + "rotation": { + "0.0": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 14.9], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone12": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-1.56, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone13": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_leg_rear": { + "rotation": { + "0.0": [9.00717, 20.70481, 24.14867], + "0.25": [12.31415, -15.3986, 27.16266], + "0.5": [17.94188, -8.08185, 0.05586], + "0.75": [-7.04647, 15.91857, 5.5925], + "1.0": [9.00717, 20.70481, 24.14867] + } + }, + "bone27": { + "rotation": { + "0.0": [0, 0, -25], + "0.25": [0, 0, -25], + "0.5": [0, 0, -2.5], + "0.75": [0, 0, -2.5], + "1.0": [0, 0, -25] + } + }, + "left_leg_rear": { + "rotation": { + "0.0": [12.9552, 24.87733, 1.19146], + "0.25": [-16.07352, -21.82818, -4.19715], + "0.5": [-3.61082, -26.6469, -33.96085], + "0.75": [-3.39852, 18.27738, -36.64895], + "1.0": [12.9552, 24.87733, 1.19146] + } + }, + "bone21": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.5": [0, 0, 32.5], + "0.75": [0, 0, 32.5], + "1.0": [0, 0, 0] + } + }, + "right_leg_front": { + "rotation": { + "0.0": [15.19938, -22.36971, -3.52259], + "0.25": [14.21454, 9.12022, 4.67991], + "0.5": [16.56257, 3.07595, 26.4882], + "0.75": [13.15678, -23.83475, 21.85443], + "1.0": [15.19938, -22.36971, -3.52259] + } + }, + "bone24": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.5": [0, 0, -30], + "0.75": [0, 0, -30], + "1.0": [0, 0, 0] + } + }, + "left_leg_front": { + "rotation": { + "0.0": [0, -20, -35], + "0.25": [0, 20, -35], + "0.5": [11.79198, 16.27014, 1.69146], + "0.75": [-6.32104, -18.17582, -2.20795], + "1.0": [0, -20, -35] + } + }, + "bone18": { + "rotation": { + "0.0": [0, 0, 32.5], + "0.25": [0, 0, 32.5], + "0.5": [0, 0, 2.5], + "0.75": [0, 0, 2.5], + "1.0": [0, 0, 32.5] + } + } + } + }, + "animation.drapion.recoil": { + "animation_length": 0.5833, + "bones": { + "torso": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [10, 0, 0], + "0.1667": [-16.5, 0, 0], + "0.5833": [0, 0, 0] + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0417": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0417": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone29": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0417": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [-22.5, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.0417": { + "post": [-22.19157, 3.81024, 19.25249], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-7.19416, -6.64044, -1.08042], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-22.5, 0, 10], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right2": { + "rotation": { + "0.0": { + "post": [-20, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-20, 0, -20], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right3": { + "rotation": { + "0.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "0.0417": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, -10, -25.2875], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right4": { + "rotation": { + "0.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [-22.5, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "0.0417": { + "post": [-22.32648, -2.86313, -19.43488], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-8.07639, 9.30727, 10.80696], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-22.5, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left2": { + "rotation": { + "0.0": { + "post": [-27.5, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-27.5, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left3": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.0417": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 10, 24.61197], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left4": { + "rotation": { + "0.0": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone37": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": { + "pre": [1, 1, 1], + "post": [1, 0.1, 1] + }, + "0.375": { + "pre": [1, 0.1, 1], + "post": [1, 1, 1] + } + } + }, + "bone36": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": { + "pre": [1, 1, 1], + "post": [1, 0.1, 1] + }, + "0.375": { + "pre": [1, 0.1, 1], + "post": [1, 1, 1] + } + } + }, + "bone12": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone13": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_leg_front": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, 0], + "0.1667": [0, 1, 0], + "0.5833": [0, 0, 0] + } + }, + "left_leg_front": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, 0], + "0.1667": [0, 1, 0], + "0.5833": [0, 0, 0] + } + } + } + }, + "animation.drapion.sleep": { + "loop": true, + "animation_length": 3.0417, + "bones": { + "torso": { + "position": { + "0.0": [0, -1.75, 0], + "3.0417": [0, -1.75, 0] + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone29": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-42.5, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-50, 0, 20], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [-42.5, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [7.38733, 1.29876, -9.91615], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [17.38733, 1.29876, -9.91615], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [7.38733, 1.29876, -9.91615], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [-22.19157, 3.81024, 19.25249], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-22.01816, 4.75113, 21.57518], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [-22.19157, 3.81024, 19.25249], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right2": { + "rotation": { + "0.0": { + "post": [-8.42845, -6.20743, -44.16523], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [-8.42845, -6.20743, -44.16523], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right3": { + "rotation": { + "0.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right4": { + "rotation": { + "0.0": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 7.5, -30], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 7.45696, -27.5], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [-22.32648, -2.86313, -19.43488], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [-22.32648, -2.86313, -19.43488], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left2": { + "rotation": { + "0.0": { + "post": [-26.94093, -5.73576, 8.87499], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-27.29887, -3.45533, 13.33933], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [-26.94093, -5.73576, 8.87499], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left3": { + "rotation": { + "0.0": { + "post": [-20, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [-20, 0, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left4": { + "rotation": { + "0.0": { + "post": [-28.30005, 26.94622, 8.78783], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [-28.30005, 26.94622, 8.78783], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [82.44389, -2.76632, 21.89265], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [82.44389, -2.76632, 21.89265], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone37": { + "scale": { + "0.0": [1, 0.1, 1], + "3.0417": [1, 0.1, 1] + } + }, + "bone36": { + "scale": { + "0.0": [1, 0.1, 1], + "3.0417": [1, 0.1, 1] + } + }, + "bone12": { + "rotation": { + "0.0": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone13": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.drapion.faint": { + "animation_length": 10.0417, + "bones": { + "bone6": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [60, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "2.0": [0, 1, 1.25] + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-18.73, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-12.04, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "1.375": [0, 0, 1.25], + "2.0": [0, 0, 0] + } + }, + "bone29": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-33.58473, -2.80391, 12.85577], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-28.06155, -3.73171, 17.10967], + "lerp_mode": "catmullrom" + } + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [-22.5, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-47.5, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-53.80597, 7.78543, -22.40312], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right2": { + "rotation": { + "0.0": { + "post": [-20, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-19.71975, -3.40487, -29.40804], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-20.22845, 13.05749, -35.38665], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right3": { + "rotation": { + "0.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, -25.55556, -17.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -15, -17.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right4": { + "rotation": { + "0.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -35, -17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [60, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [-22.5, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-42.5, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-42.74529, -5.52235, -7.41731], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left2": { + "rotation": { + "0.0": { + "post": [-27.5, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-26.94093, 5.73576, 31.12501], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-47.15227, 7.43941, 29.28315], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left3": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 27.77778, 20], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 7.5, 20], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left4": { + "rotation": { + "0.0": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 32.5, 22.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [89.4474, -3.092, 16.3185], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone37": { + "scale": { + "0.0": [1, 1, 1], + "0.4583": [1, 0.1, 1] + } + }, + "bone36": { + "scale": { + "0.0": [1, 1, 1], + "0.4583": [1, 0.1, 1] + } + }, + "bone12": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-38.45486, 10.83841, -9.86983], + "lerp_mode": "catmullrom" + } + } + }, + "bone13": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/drilbur/drilbur.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/drilbur/drilbur.animation.json new file mode 100644 index 0000000..808f320 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/drilbur/drilbur.animation.json @@ -0,0 +1,562 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.drilbur.ground_idle": { + "loop": true, + "bones": { + "body": { + "rotation": [-2.5, 0, "6*Math.sin((query.anim_time-0.3) * 180)"], + "position": [0, "0.3*Math.sin(query.anim_time * 180)", 0] + }, + "head": { + "rotation": [0, 0, 0] + }, + "arm_left": { + "rotation": [82.44255, "6*Math.sin(query.anim_time * 180)+3.0854", "6*Math.sin(query.anim_time * 180)+19.4357"] + }, + "arm_right": { + "rotation": [82.44255, "6*Math.sin(query.anim_time * 180)-3.0854", "6*Math.sin(query.anim_time * 180)-19.4357"] + }, + "leg_left": { + "rotation": [0, -17.5, 0] + }, + "leg_right": { + "rotation": [0, 17.5, 0] + }, + "claw_right_top": { + "rotation": [0, -2.5, 0] + }, + "claw_right_middle": { + "rotation": [0, -2.5, 0] + }, + "claw_right_bottom": { + "rotation": [0, -2.5, 0] + }, + "claw_left_bottom": { + "rotation": [0, 2.5, 0] + }, + "claw_left_middle": { + "rotation": [0, 2.5, 0] + }, + "claw_left_top": { + "rotation": [0, 2.5, 0] + }, + "foot_left": { + "rotation": [0, -17.5, 0] + }, + "foot_right": { + "rotation": [0, 17.5, 0] + }, + "eyelid_right": { + "position": [1, 0, 1] + }, + "eyelid_left": { + "position": [-1, 0, 1] + }, + "snoot": { + "rotation": ["-4*Math.sin((query.anim_time-0.3) * 180)", 0, 0] + }, + "nose": { + "rotation": ["-4*Math.sin((query.anim_time-0.6) * 180)", 0, 0] + } + } + }, + "animation.drilbur.ground_walk": { + "loop": true, + "bones": { + "leg_right": { + "rotation": ["-12*math.sin(query.anim_time * 270)", 0, 0], + "position": [0, "-0.2+0.75*math.clamp(math.cos(query.anim_time * 270), 0, 3)", "-0.8*math.sin(query.anim_time * 270)"] + }, + "foot_right": { + "rotation": ["-12*math.sin((query.anim_time+0.5) * 270)", 0, 0], + "position": [0, "0.75*math.clamp(math.cos(query.anim_time * 270), 0, 3)", "-0.8*math.sin(query.anim_time * 270)"] + }, + "leg_left": { + "rotation": ["12*math.sin(query.anim_time * 270)", 0, 0], + "position": [0, "-0.2-0.75*math.clamp(math.cos(query.anim_time * 270), -3, 0)", "0.8*math.sin(query.anim_time * 270)"] + }, + "foot_left": { + "rotation": ["12*math.sin((query.anim_time+0.5) * 270)", 0, 0], + "position": [0, "-0.75*math.clamp(math.cos(query.anim_time * 270), -3, 0)", "0.8*math.sin(query.anim_time * 270)"] + }, + "body": { + "rotation": [7.5, "-8*math.sin(query.anim_time * 270)", 0], + "position": [0, "0.2* math.abs(math.cos((query.anim_time - 0.2) * 270))", 0] + }, + "head": { + "rotation": [-7.5, "0+8*math.sin(query.anim_time * 270)", 0] + }, + "snoot": { + "rotation": ["-2*math.sin((query.anim_time-0.2) * 540)", 0, 0] + }, + "nose": { + "rotation": ["-2*math.sin((query.anim_time-0.4) * 540)", 0, 0] + }, + "eyelid_right": { + "position": [1, 0, 1] + }, + "eyelid_left": { + "position": [-1, 0, 1] + }, + "arm_right": { + "rotation": [84.73804, "(15*math.sin((query.anim_time-0.3) * 270)+1.9778)", -29.39112], + "position": [0, 0, "0.75*math.sin(query.anim_time * 270)"] + }, + "arm_left": { + "rotation": [84.73804, "15*math.sin((query.anim_time-0.3) * 270)+1.9778", 29.39112], + "position": [0, 0, "-0.75*math.sin(query.anim_time * 270)"] + } + } + }, + "animation.drilbur.sleep": { + "loop": true, + "bones": { + "all": { + "rotation": [-87.5, 0, 0], + "position": [0, 3, -5] + }, + "leg_right": { + "rotation": [18.88172, -6.71771, 18.88172], + "position": [0, -1, 0] + }, + "foot_right": { + "rotation": [22.5, 17.5, 0] + }, + "leg_left": { + "rotation": [18.88172, 6.71771, -18.88172], + "position": [0, -1, 0] + }, + "foot_left": { + "rotation": [22.5, -17.5, 0] + }, + "body": { + "rotation": ["Math.sin(query.anim_time * 90)", 0, 0] + }, + "head": { + "rotation": ["-2*Math.sin(query.anim_time * 90)-7.5", 0, 0] + }, + "nose": { + "rotation": ["-5*Math.sin(query.anim_time * 90)-7.5", 0, 0] + }, + "arm_right": { + "rotation": [179.09044, -19.98015, -177.33978], + "position": [-2, -2, -2] + }, + "claw_right_bottom": { + "rotation": [0.6574, -7.4713, -5.04292] + }, + "claw_right_middle": { + "rotation": [0, -7.5, 0] + }, + "claw_right_top": { + "rotation": [-0.6574, -7.4713, 5.04292] + }, + "arm_left": { + "rotation": [4.8493, "-Math.sin(query.anim_time * 90)-7.5-11.5349", -22.99008] + }, + "claw_left_bottom": { + "rotation": [0, 5, 30], + "position": [-1, 0, 0] + }, + "claw_left_top": { + "rotation": [0, 5, -30], + "position": [-1, 0, 0] + } + } + }, + "animation.drilbur.faint": { + "loop": true, + "animation_length": 2.885, + "bones": { + "all": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.44": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.68": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "0.44": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "0.68": { + "post": [0, 0.5, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": { + "0.0": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [-12.5, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.44": { + "post": [-22.5, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.68": { + "post": [-42.5, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.84": { + "post": [-32.5, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.92": { + "post": [-35, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-32.5, 12.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.2": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.44": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "0.68": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "0.84": { + "post": [0, -0.5, -0.75], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right": { + "rotation": { + "0.0": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [22.5, 15, 0], + "lerp_mode": "catmullrom" + }, + "0.44": { + "post": [-27.5, 15, 0], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [22.5, 15, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -0.5], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [0, -0.25, -1.5], + "lerp_mode": "catmullrom" + }, + "0.44": { + "post": [0, 0, -1.5], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [-12.5, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.44": { + "post": [-22.5, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.68": { + "post": [-42.5, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.84": { + "post": [-32.5, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.92": { + "post": [-35, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-32.5, -12.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.2": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.44": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "0.68": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "0.84": { + "post": [0, -0.5, -0.75], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left": { + "rotation": { + "0.0": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [22.5, -15, 0], + "lerp_mode": "catmullrom" + }, + "0.44": { + "post": [-27.5, -15, 0], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [22.5, -15, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -0.5], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [0, -0.25, -1.5], + "lerp_mode": "catmullrom" + }, + "0.44": { + "post": [0, 0, -1.5], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.68": { + "post": [-50, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [-47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.92": { + "post": [-50, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.44": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.68": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "snoot": { + "rotation": { + "0.08": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.28": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.52": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.76": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.12": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "nose": { + "rotation": { + "0.16": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.36": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.84": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.28": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "eyelid_right": { + "position": { + "0.0": [1, 0, 1], + "0.08": [1, 0, 1], + "0.12": [0, 0, 0] + } + }, + "eyelid_left": { + "position": { + "0.0": [-1, 0, 1], + "0.08": [-1, 0, 1], + "0.12": [0, 0, 0] + } + }, + "mouth": { + "position": { + "0.0": [0, 0, 0], + "0.08": [0, 0, -0.33], + "0.12": [0, 0, 1] + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [58.61073, -4.59902, -27.14233], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [51.99554, -18.72789, -36.32086], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [23.62322, -24.28077, 13.04032], + "lerp_mode": "catmullrom" + }, + "0.84": { + "post": [21.46699, 3.52363, 24.62054], + "lerp_mode": "catmullrom" + }, + "0.92": { + "post": [21.4293, 1.19671, 23.70568], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [21.65533, 8.17417, 26.46712], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [58.61073, 4.59902, 27.14233], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [51.99554, 18.72789, 36.32086], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [23.62322, 24.28077, -13.04032], + "lerp_mode": "catmullrom" + }, + "0.84": { + "post": [21.46699, -3.52363, -24.62054], + "lerp_mode": "catmullrom" + }, + "0.92": { + "post": [21.4293, -1.19671, -23.70568], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [21.65533, -8.17417, -26.46712], + "lerp_mode": "catmullrom" + } + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/druddigon/druddigon.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/druddigon/druddigon.animation.json new file mode 100644 index 0000000..2e2ecb5 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/druddigon/druddigon.animation.json @@ -0,0 +1,4392 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.druddigon.test": { + "loop": true, + "bones": { + "torso": { + "rotation": [10, 0, 0] + }, + "bone4": { + "rotation": [10, 0, 0] + }, + "jaw": { + "rotation": [10, 0, 0] + }, + "leg_left": { + "rotation": [4.80383, -38.47233, -1.20902] + }, + "bone10": { + "rotation": [-4.98436, 0.75155, 2.38443] + }, + "tail": { + "rotation": [10, 0, 0] + }, + "bone18": { + "rotation": [7.29557, 30.57768, 10.68159] + }, + "bone19": { + "rotation": [0, 17.5, 0] + }, + "bone20": { + "rotation": [0, 10, 0] + }, + "arm_left": { + "rotation": [-8.20534, 31.16551, 24.49871] + }, + "bone25": { + "rotation": [-41.2434, 56.98175, -21.3751] + }, + "leg_right": { + "rotation": [0.58149, 19.94165, 4.51543] + }, + "bone14": { + "rotation": [0, 0, -5] + }, + "bone21": { + "rotation": [5.0088, -33.86414, -10.14253] + }, + "bone22": { + "rotation": [0, -17.5, 0] + }, + "bone23": { + "rotation": [0, -10, 0] + }, + "bone26": { + "rotation": [0, 0, 30] + }, + "bone29": { + "rotation": [25.44068, -2.75516, 25.56622] + }, + "bone28": { + "rotation": [-2.72535, 2.55948, 18.69768] + }, + "bone27": { + "rotation": [0, 0, 20] + }, + "bone30": { + "rotation": [0, 0, 30] + }, + "bone31": { + "rotation": [0, 0, 37.5] + }, + "bone8": { + "rotation": [0, 0, 30] + }, + "arm_right": { + "rotation": [-19.757, -18.51118, -18.60644] + }, + "bone24": { + "rotation": [-44.68656, -67.31239, 21.33203] + }, + "bone32": { + "rotation": [0, 0, -27.5] + }, + "bone33": { + "rotation": [25.22643, -8.65495, -51.44323] + }, + "bone34": { + "rotation": [0, 0, -22.5] + }, + "bone35": { + "rotation": [-9.04107, -8.29262, -30.9502] + }, + "bone36": { + "rotation": [0, 0, -22.5] + }, + "bone37": { + "rotation": [0, 0, -27.5] + }, + "bone38": { + "rotation": [0, 0, -37.5] + } + } + }, + "animation.druddigon.test_2": { + "loop": true, + "bones": { + "torso": { + "rotation": [32.5, 0, 0] + }, + "torso_upper": { + "rotation": [-10, 0, 0] + }, + "bone4": { + "rotation": [-2.5, 0, 0] + }, + "head": { + "rotation": [-12.5, 0, 0] + }, + "jaw": { + "rotation": [45, 0, 0] + }, + "bone21": { + "rotation": [5.0088, -33.86414, -10.14253] + }, + "bone22": { + "rotation": [0, -17.5, 0] + }, + "bone23": { + "rotation": [0, -10, 0] + }, + "bone18": { + "rotation": [7.29557, 30.57768, 10.68159] + }, + "bone19": { + "rotation": [0, 17.5, 0] + }, + "bone20": { + "rotation": [0, 10, 0] + }, + "arm_right": { + "rotation": [2.56397, 42.56114, -20.32515] + }, + "bone24": { + "rotation": [-67.33639, -55.85017, -13.05915] + }, + "bone32": { + "rotation": [0, 0, -10] + }, + "bone33": { + "rotation": [25.22643, -8.65495, -51.44323] + }, + "bone34": { + "rotation": [0, 0, -22.5] + }, + "bone35": { + "rotation": [-9.04107, -8.29262, -30.9502] + }, + "bone36": { + "rotation": [0, 0, -22.5] + }, + "bone37": { + "rotation": [0, 0, -27.5] + }, + "bone38": { + "rotation": [0, 0, -37.5] + }, + "arm_left": { + "rotation": [1.99496, -37.77625, 24.40198] + }, + "bone25": { + "rotation": [-74.99162, 46.38224, 7.0258] + }, + "bone26": { + "rotation": [0, 0, 17.5] + }, + "bone29": { + "rotation": [25.44068, -2.75516, 25.56622] + }, + "bone31": { + "rotation": [0, 0, 37.5] + }, + "bone28": { + "rotation": [-2.72535, 2.55948, 18.69768] + }, + "bone8": { + "rotation": [0, 0, 30] + }, + "bone27": { + "rotation": [0, 0, 20] + }, + "bone30": { + "rotation": [0, 0, 30] + }, + "tail": { + "rotation": [-7.5, 0, 0] + }, + "bone3": { + "rotation": [-15, 0, 0] + }, + "bone5": { + "rotation": [0, 0, 0] + }, + "bone39": { + "rotation": [0, 0, 0] + }, + "leg_right": { + "rotation": [0.58149, 19.94165, 4.51543] + }, + "bone14": { + "rotation": [0, 0, -5] + }, + "leg_left": { + "rotation": [4.80383, -38.47233, -1.20902] + }, + "bone10": { + "rotation": [-4.98436, 0.75155, 2.38443] + } + } + }, + "animation.druddigon.ground_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "torso": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [4.80383, -38.47233, -1.20902], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [4.80383, -38.47233, -1.20902], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [-4.98436, 0.75155, 2.38443], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-4.98436, 0.75155, 2.38443], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [7.29557, 30.57768, 10.68159], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [5.59305, 24.26957, 6.3268], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [14.20892, 42.40424, 22.21966], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [17.37406, 45.48198, 26.66286], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [7.29557, 30.57768, 10.68159], + "lerp_mode": "catmullrom" + } + } + }, + "bone19": { + "rotation": { + "0.0": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone20": { + "rotation": { + "0.0": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [-8.20534, 31.16551, 24.49871], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-10.33165, 45.97936, 21.3245], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-7.47528, 21.25337, 26.01094], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-7.04703, 13.8139, 27.0668], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-8.20534, 31.16551, 24.49871], + "lerp_mode": "catmullrom" + } + } + }, + "bone25": { + "rotation": { + "0.0": { + "post": [-41.2434, 56.98175, -21.3751], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-75.25032, 67.99796, -59.87537], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-70.96916, 68.59955, -55.19168], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-36.45995, 48.69048, -14.07184], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-41.2434, 56.98175, -21.3751], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": { + "0.0": { + "post": [0.58149, 19.94165, 4.51543], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.58149, 19.94165, 4.51543], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [2.5, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [2.5, 0, -5], + "lerp_mode": "catmullrom" + } + } + }, + "bone21": { + "rotation": { + "0.0": { + "post": [5.0088, -33.86414, -10.14253], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [2.27997, -25.26239, -4.36911], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [9.47008, -42.09465, -17.36755], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [12.05307, -45.52978, -21.11826], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [5.0088, -33.86414, -10.14253], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "rotation": { + "0.0": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [0, -10, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -10, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone26": { + "rotation": { + "0.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + } + } + }, + "bone29": { + "rotation": { + "0.0": { + "post": [25.44068, -2.75516, 25.56622], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [25.44068, -2.75516, 25.56622], + "lerp_mode": "catmullrom" + } + } + }, + "bone28": { + "rotation": { + "0.0": { + "post": [-2.72535, 2.55948, 18.69768], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-2.72535, 2.55948, 18.69768], + "lerp_mode": "catmullrom" + } + } + }, + "bone27": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone30": { + "rotation": { + "0.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + } + } + }, + "bone31": { + "rotation": { + "0.0": { + "post": [0, 0, 37.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 37.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [-16.84089, -20.84342, -26.30777], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-17.37836, -33.89351, -21.70977], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-16.3331, -14.43081, -31.08371], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-17.49994, -5.71942, -31.17059], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-16.84089, -20.84342, -26.30777], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [-44.68656, -67.31239, 21.33203], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-75.92351, -74.60412, 54.76454], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-64.79861, -73.18475, 42.9975], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-32.42417, -57.282, 6.96431], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-44.68656, -67.31239, 21.33203], + "lerp_mode": "catmullrom" + } + } + }, + "bone32": { + "rotation": { + "0.0": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone33": { + "rotation": { + "0.0": { + "post": [25.22643, -8.65495, -51.44323], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [25.22643, -8.65495, -51.44323], + "lerp_mode": "catmullrom" + } + } + }, + "bone34": { + "rotation": { + "0.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone35": { + "rotation": { + "0.0": { + "post": [-9.04107, -8.29262, -30.9502], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-9.04107, -8.29262, -30.9502], + "lerp_mode": "catmullrom" + } + } + }, + "bone36": { + "rotation": { + "0.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone37": { + "rotation": { + "0.0": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone38": { + "rotation": { + "0.0": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + } + } + }, + "torso_upper": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [9.68, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-17.93, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [13.29, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-15.23, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone39": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [9.08, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-13.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.druddigon.ground_walk": { + "loop": true, + "animation_length": 2, + "bones": { + "body": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, -0.17, 0], + "0.0833": [0, 0, 0], + "0.125": [0, -0.17, 0], + "0.1667": [0, 0, 0], + "0.5": [0, 1, 0], + "1.0": [0, 0.25, 0], + "1.0417": [0, 0.42, 0], + "1.0833": [0, 0.25, 0], + "1.125": [0, 0.42, 0], + "1.1667": [0, 0.25, 0], + "1.5": [0, 1.25, 0], + "2.0": [0, 0, 0] + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [15.1027, 4.09405, 2.87277], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [15.02564, 2.04767, 1.43455], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [15.23163, -6.13784, -4.31837], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [15.1027, 4.09405, 2.87277], + "lerp_mode": "catmullrom" + } + } + }, + "torso_upper": { + "rotation": { + "0.0": { + "post": [10.08377, 4.53051, 2.11751], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [10.08377, -4.53051, -2.11751], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [10.0209, 2.26564, 1.0571], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [10.08377, 4.53051, 2.11751], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-7.5, -10, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-7.57134, -2.52805, 0.65245], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-7.55771, 4.94422, 1.29739], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-7.5, -10, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone21": { + "rotation": { + "0.0": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -24.37, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -41.25, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "rotation": { + "0.0": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -15.74, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -29.95, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -7.59, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -20.36, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 27.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone19": { + "rotation": { + "0.0": { + "post": [0, 27.5, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 34.53, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 7.09, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 27.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone20": { + "rotation": { + "0.0": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 6.85, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [-1.09947, 14.9706, -32.56421], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-8.06477, -11.84819, -22.99707], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-8.73566, -24.22196, -21.09913], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-7.87376, -4.41662, -24.02651], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-1.09947, 14.9706, -32.56421], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [0, -65, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, -52.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -71.34, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -82.63, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -65, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone32": { + "rotation": { + "0.0": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + } + } + }, + "bone33": { + "rotation": { + "0.0": { + "post": [35.74277, 9.90421, -53.89554], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [35.74277, 9.90421, -53.89554], + "lerp_mode": "catmullrom" + } + } + }, + "bone34": { + "rotation": { + "0.0": { + "post": [0, 0, -40], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -40], + "lerp_mode": "catmullrom" + } + } + }, + "bone35": { + "rotation": { + "0.0": { + "post": [-25.80496, -4.67934, -43.75375], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-25.80496, -4.67934, -43.75375], + "lerp_mode": "catmullrom" + } + } + }, + "bone36": { + "rotation": { + "0.0": { + "post": [0, 0, -35], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -35], + "lerp_mode": "catmullrom" + } + } + }, + "bone37": { + "rotation": { + "0.0": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + } + } + }, + "bone38": { + "rotation": { + "0.0": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [-27.48271, 19.99986, 17.57843], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-25.78229, 8.79546, 23.38351], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-25.58505, -11.56561, 33.01125], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-25.43953, 4.2782, 25.55474], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-27.48271, 19.99986, 17.57843], + "lerp_mode": "catmullrom" + } + } + }, + "bone25": { + "rotation": { + "0.0": { + "post": [0, 62.5, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 82.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 65.04, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 46.43, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 62.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone26": { + "rotation": { + "0.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + } + } + }, + "bone29": { + "rotation": { + "0.0": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone31": { + "rotation": { + "0.0": { + "post": [0, 0, 35], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 35], + "lerp_mode": "catmullrom" + } + } + }, + "bone28": { + "rotation": { + "0.0": { + "post": [-46.12328, 4.30746, 48.53358], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-46.12328, 4.30746, 48.53358], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [0, 0, 37.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 37.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone27": { + "rotation": { + "0.0": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone30": { + "rotation": { + "0.0": { + "post": [0, 0, 35], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 35], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [-0.9197, 2.13829, -7.05875], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-1.91174, -8.95243, 9.52774], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-0.9197, 2.13829, -7.05875], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 19.01, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -18.32, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 13.82, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -11.87, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone39": { + "rotation": { + "0.0": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 9.45, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -16.09, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": { + "0.0": { + "post": [-13.31306, 14.09673, 0.51791], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [11.68694, 14.09673, 0.51791], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [31.68694, 14.09673, 0.51791], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-8.31306, 14.09673, 0.51791], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-13.31306, 14.09673, 0.51791], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -0.5, -1], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -0.75, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -0.75, -1.25], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -0.5, -1], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [17.07362, -14.63639, 3.31914], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-20.42638, -14.63639, 3.31914], + "lerp_mode": "catmullrom" + }, + "0.8333": [-16.68694, -14.09673, 0.51791], + "1.0": [-8.6551, -16.37716, 2.28184], + "1.5": { + "pre": [7.07362, -14.63639, 3.31914], + "post": [7.07362, -14.63639, 3.31914], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [17.07362, -14.63639, 3.31914], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0.75], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -0.5, -0.75], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -1.25, 3.25], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0.75], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": [-10, 0, 0], + "1.0": [-22.5, 0, 0], + "1.2917": [-22.19, 0, 0], + "2.0": { + "pre": [22.5, 0, 0], + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [30.00933, -0.43399, -2.46207], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5.00933, -0.43399, -2.46207], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone43": { + "rotation": { + "0.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.04, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-2.04, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.druddigon.physical": { + "animation_length": 2, + "bones": { + "body": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 1.25], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0.75, -2.25], + "lerp_mode": "catmullrom" + }, + "1.0": [0, -0.5, -4.75], + "1.0417": [0, -0.8, -4.87], + "1.0833": [0, -0.5, -4.75], + "1.125": [0, -0.8, -4.87], + "1.1667": [0, -0.5, -4.75], + "1.4167": { + "pre": [0, -0.5, -4.75], + "post": [0, -0.5, -4.75], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [10.86748, -12.95254, -7.63074], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-3.8023, 0.82445, -8.08023], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [32.73501, 25.64387, 20.12361], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [32.73501, 25.64387, 20.12361], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso_upper": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-10, -1.07143, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [4.98123, -1.86209, 0.96989], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [9.97765, -2.21738, 1.15495], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [9.97765, -2.21738, 1.15495], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-0.56986, 8.38426, 1.70015], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-10.69722, 1.04409, 0.15374], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [9.80606, -8.21791, -4.37696], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-0.94606, -9.25215, 0.57242], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone21": { + "rotation": { + "0.0": { + "post": [5.0088, -33.86414, -10.14253], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "rotation": { + "0.0": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [0, -10, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [7.29557, 30.57768, 10.68159], + "lerp_mode": "catmullrom" + } + } + }, + "bone19": { + "rotation": { + "0.0": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone20": { + "rotation": { + "0.0": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [-16.84089, -20.84342, -26.30777], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0.07258, -43.17144, 1.21624], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-3.92452, 46.22054, -25.98812], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-3.92452, 46.22054, -25.98812], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-16.84089, -20.84342, -26.30777], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [-44.68656, -67.31239, 21.33203], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-47.81948, -85.53664, 57.88253], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-14.68022, -63.94255, -16.96236], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-15.95726, -66.3539, -15.52492], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-7.38778, -22.08244, -27.43241], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-44.68656, -67.31239, 21.33203], + "lerp_mode": "catmullrom" + } + } + }, + "bone32": { + "rotation": { + "0.0": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone33": { + "rotation": { + "0.0": { + "post": [25.22643, -8.65495, -51.44323], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [44.85841, 1.59513, -75.6333], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [44.85841, 1.59513, -75.6333], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [25.22643, -8.65495, -51.44323], + "lerp_mode": "catmullrom" + } + } + }, + "bone34": { + "rotation": { + "0.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, -45], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -45], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone35": { + "rotation": { + "0.0": { + "post": [-9.04107, -8.29262, -30.9502], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-31.76017, -20.1258, -68.67995], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-31.76017, -20.1258, -68.67995], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-9.04107, -8.29262, -30.9502], + "lerp_mode": "catmullrom" + } + } + }, + "bone36": { + "rotation": { + "0.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, -47.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -47.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone37": { + "rotation": { + "0.0": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, -32.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -32.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone38": { + "rotation": { + "0.0": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, -65], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -65], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [-8.20534, 31.16551, 24.49871], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-18.82854, -2.89812, 9.50767], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-15.38785, -21.33661, -42.28164], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [60.27276, 63.28763, 57.37215], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [60.27276, 63.28763, 57.37215], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-8.20534, 31.16551, 24.49871], + "lerp_mode": "catmullrom" + } + } + }, + "bone25": { + "rotation": { + "0.0": { + "post": [-41.2434, 56.98175, -21.3751], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-86.24841, 17.11341, -25.52659], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-38.33043, 59.46588, -20.87546], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-38.33043, 59.46588, -20.87546], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-41.2434, 56.98175, -21.3751], + "lerp_mode": "catmullrom" + } + } + }, + "bone26": { + "rotation": { + "0.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + } + } + }, + "bone29": { + "rotation": { + "0.0": { + "post": [25.44068, -2.75516, 25.56622], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [2.13983, 2.15951, -4.66289], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [41.91911, -15.47478, 50.36607], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [25.44068, -2.75516, 25.56622], + "lerp_mode": "catmullrom" + } + } + }, + "bone31": { + "rotation": { + "0.0": { + "post": [0, 0, 37.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone28": { + "rotation": { + "0.0": { + "post": [-2.72535, 2.55948, 18.69768], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [20.46806, 6.14672, -13.3133], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-26.744, 9.15818, 52.61557], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-2.72535, 2.55948, 18.69768], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + } + } + }, + "bone27": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 45], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone30": { + "rotation": { + "0.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [9.56145, -7.05302, 7.10708], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [9.56145, 7.05302, -7.10708], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone39": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 27.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": { + "0.0": { + "post": [0.58149, 19.94165, 4.51543], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-11.91851, 19.94165, 4.51543], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [10.58149, 19.94165, 4.51543], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [37.69861, 51.64186, 22.14871], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [37.69861, 51.64186, 22.14871], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.58149, 19.94165, 4.51543], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, -0.5, 1], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [2.5, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [25, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [5, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-17.26905, -4.29357, -11.15518], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-17.26905, -4.29357, -11.15518], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [2.5, 0, -5], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [4.80383, -38.47233, -1.20902], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-17.69617, -38.47233, -1.20902], + "lerp_mode": "catmullrom" + }, + "1.0": [-2.69617, -38.47233, -1.20902], + "1.4167": [-2.69617, -38.47233, -1.20902], + "1.6667": { + "pre": [-14.61308, -38.47233, -1.20902], + "post": [-14.61308, -38.47233, -1.20902], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [4.80383, -38.47233, -1.20902], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 1.86, 2.08], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -1, 3.75], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 2.25, 0.5], + "lerp_mode": "catmullrom" + }, + "1.0": [0, 0.5, 0.5], + "1.4167": [0, 0.5, 0.5], + "2.0": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": [-2.5, 0, 0], + "1.4167": [-2.5, 0, 0], + "1.6667": { + "pre": [33.53, 0, 0], + "post": [33.53, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [-4.98436, 0.75155, 2.38443], + "lerp_mode": "catmullrom" + }, + "1.0": [7.51564, 0.75155, 2.38443], + "1.4167": [7.51564, 0.75155, 2.38443], + "1.6667": { + "pre": [-9.09515, 0.75155, 2.38443], + "post": [-9.09515, 0.75155, 2.38443], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-4.98436, 0.75155, 2.38443], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.druddigon.special": { + "animation_length": 1.875, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": [0, -1.25, -3.75], + "0.875": [0, -1.55, -3.89], + "0.9167": [0, -1.25, -3.75], + "0.9583": [0, -1.55, -3.89], + "1.0": [0, -1.25, -3.75], + "1.3333": { + "pre": [0, -1.25, -3.75], + "post": [0, -1.25, -3.75], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso_upper": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone21": { + "rotation": { + "0.0": { + "post": [5.0088, -33.86414, -10.14253], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0.23882, -16.5063, 0.9102], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [5.0088, -33.86414, -10.14253], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [7.48139, -39.29462, -14.46085], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [5.0088, -33.86414, -10.14253], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [5.0088, -33.86414, -10.14253], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "rotation": { + "0.0": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [0, -10, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -10, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, -10, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, -10, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [7.29557, 30.57768, 10.68159], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [2.87148, 13.66353, -0.90556], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [7.29557, 30.57768, 10.68159], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [14.92815, 43.56896, 23.39547], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [7.29557, 30.57768, 10.68159], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [7.29557, 30.57768, 10.68159], + "lerp_mode": "catmullrom" + } + } + }, + "bone19": { + "rotation": { + "0.0": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone20": { + "rotation": { + "0.0": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [-16.84089, -20.84342, -26.30777], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-1.9172, -25.51369, -28.07382], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2.56397, 42.56114, -20.32515], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [2.56397, 42.56114, -20.32515], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-16.84089, -20.84342, -26.30777], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [-44.68656, -67.31239, 21.33203], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-102.574, -74.64334, 82.68985], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-67.33639, -55.85017, -13.05915], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-67.33639, -55.85017, -13.05915], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-44.68656, -67.31239, 21.33203], + "lerp_mode": "catmullrom" + } + } + }, + "bone32": { + "rotation": { + "0.0": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone33": { + "rotation": { + "0.0": { + "post": [25.22643, -8.65495, -51.44323], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [25.22643, -8.65495, -51.44323], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [25.22643, -8.65495, -51.44323], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [25.22643, -8.65495, -51.44323], + "lerp_mode": "catmullrom" + } + } + }, + "bone34": { + "rotation": { + "0.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone35": { + "rotation": { + "0.0": { + "post": [-9.04107, -8.29262, -30.9502], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-9.04107, -8.29262, -30.9502], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-9.04107, -8.29262, -30.9502], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-9.04107, -8.29262, -30.9502], + "lerp_mode": "catmullrom" + } + } + }, + "bone36": { + "rotation": { + "0.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone37": { + "rotation": { + "0.0": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone38": { + "rotation": { + "0.0": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [-8.20534, 31.16551, 24.49871], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [7.69123, 43.52087, 22.01277], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-1.54239, -37.81452, 30.52598], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-1.54239, -37.81452, 30.52598], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-8.20534, 31.16551, 24.49871], + "lerp_mode": "catmullrom" + } + } + }, + "bone25": { + "rotation": { + "0.0": { + "post": [-41.2434, 56.98175, -21.3751], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-65.83313, 67.67823, -49.55461], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-74.99162, 46.38224, 7.0258], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-74.99162, 46.38224, 7.0258], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-41.2434, 56.98175, -21.3751], + "lerp_mode": "catmullrom" + } + } + }, + "bone26": { + "rotation": { + "0.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + } + } + }, + "bone29": { + "rotation": { + "0.0": { + "post": [25.44068, -2.75516, 25.56622], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [25.44068, -2.75516, 25.56622], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [25.44068, -2.75516, 25.56622], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [25.44068, -2.75516, 25.56622], + "lerp_mode": "catmullrom" + } + } + }, + "bone31": { + "rotation": { + "0.0": { + "post": [0, 0, 37.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 37.5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 37.5], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 0, 37.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone28": { + "rotation": { + "0.0": { + "post": [-2.72535, 2.55948, 18.69768], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-2.72535, 2.55948, 18.69768], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-2.72535, 2.55948, 18.69768], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-2.72535, 2.55948, 18.69768], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + } + } + }, + "bone27": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone30": { + "rotation": { + "0.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone39": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": { + "0.0": { + "post": [0.58149, 19.94165, 4.51543], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [13.08149, 19.94165, 4.51543], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [20.58149, 19.94165, 4.51543], + "lerp_mode": "catmullrom" + }, + "0.8333": [39.12376, 19.94165, 4.51543], + "1.2917": [39.12376, 19.94165, 4.51543], + "1.875": { + "pre": [0.58149, 19.94165, 4.51543], + "post": [0.58149, 19.94165, 4.51543], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": [-20, 0, 0], + "1.2917": [-20, 0, 0], + "1.875": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [2.5, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [10, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [2.5, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.8333": [-17.5, 0, -5], + "1.2917": [-17.5, 0, -5], + "1.875": { + "pre": [2.5, 0, -5], + "post": [2.5, 0, -5], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [4.80383, -38.47233, -1.20902], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-27.69617, -38.47233, -1.20902], + "lerp_mode": "catmullrom" + }, + "0.8333": [-20.32737, -38.47233, -1.20902], + "1.2917": [-20.32737, -38.47233, -1.20902], + "1.875": { + "pre": [4.80383, -38.47233, -1.20902], + "post": [4.80383, -38.47233, -1.20902], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 1.25, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": [25, 0, 0], + "1.2917": [25, 0, 0], + "1.875": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [-4.98436, 0.75155, 2.38443], + "lerp_mode": "catmullrom" + }, + "0.75": [-4.98436, 0.75155, 2.38443], + "1.2917": [-4.98436, 0.75155, 2.38443], + "1.875": { + "pre": [-4.98436, 0.75155, 2.38443], + "post": [-4.98436, 0.75155, 2.38443], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.druddigon.recoil": { + "animation_length": 0.9167, + "bones": { + "torso": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso_upper": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-10.46, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [9.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-21.58, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone42": { + "position": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [-1, 0, 0] + }, + "0.5": { + "pre": [-1, 0, 0], + "post": [0, 0, 0] + } + } + }, + "bone41": { + "position": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 0, 0] + }, + "0.5": { + "pre": [1, 0, 0], + "post": [0, 0, 0] + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [-4.9, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone21": { + "rotation": { + "0.0": { + "post": [5.0088, -33.86414, -10.14253], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "rotation": { + "0.0": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [0, -10, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [7.29557, 30.57768, 10.68159], + "lerp_mode": "catmullrom" + } + } + }, + "bone19": { + "rotation": { + "0.0": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone20": { + "rotation": { + "0.0": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [-16.84089, -20.84342, -26.30777], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-15.46356, 5.63894, -33.91229], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-16.84089, -20.84342, -26.30777], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [-44.68656, -67.31239, 21.33203], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [-80.36343, -73.67174, 59.48955], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-55.55753, -48.57479, -1.49367], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-44.68656, -67.31239, 21.33203], + "lerp_mode": "catmullrom" + } + } + }, + "bone32": { + "rotation": { + "0.0": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone33": { + "rotation": { + "0.0": { + "post": [25.22643, -8.65495, -51.44323], + "lerp_mode": "catmullrom" + } + } + }, + "bone34": { + "rotation": { + "0.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone35": { + "rotation": { + "0.0": { + "post": [-9.04107, -8.29262, -30.9502], + "lerp_mode": "catmullrom" + } + } + }, + "bone36": { + "rotation": { + "0.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone37": { + "rotation": { + "0.0": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone38": { + "rotation": { + "0.0": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [-8.20534, 31.16551, 24.49871], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-7.05549, 11.32861, 27.30672], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-8.20534, 31.16551, 24.49871], + "lerp_mode": "catmullrom" + } + } + }, + "bone25": { + "rotation": { + "0.0": { + "post": [-41.2434, 56.98175, -21.3751], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [-73.87105, 68.44426, -58.39202], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-54.91134, 27.09332, 3.19842], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-41.2434, 56.98175, -21.3751], + "lerp_mode": "catmullrom" + } + } + }, + "bone26": { + "rotation": { + "0.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + } + } + }, + "bone29": { + "rotation": { + "0.0": { + "post": [25.44068, -2.75516, 25.56622], + "lerp_mode": "catmullrom" + } + } + }, + "bone31": { + "rotation": { + "0.0": { + "post": [0, 0, 37.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone28": { + "rotation": { + "0.0": { + "post": [-2.72535, 2.55948, 18.69768], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + } + } + }, + "bone27": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone30": { + "rotation": { + "0.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone39": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": { + "0.0": { + "post": [0.58149, 19.94165, 4.51543], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [2.5, 0, -5], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [4.80383, -38.47233, -1.20902], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [-4.98436, 0.75155, 2.38443], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.druddigon.faint": { + "animation_length": 8.25, + "bones": { + "body": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, -4.75, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, -8, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [21.26, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [67.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso_upper": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [20.36745, -0.4581, -0.38929], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-11.82185, 9.54385, 8.11019], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [6.23, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-14.65, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone42": { + "position": { + "0.0": [0, 0, 0], + "0.375": { + "pre": [0, 0, 0], + "post": [-1, 0, 0] + } + } + }, + "bone41": { + "position": { + "0.0": [0, 0, 0], + "0.375": { + "pre": [0, 0, 0], + "post": [1, 0, 0] + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone21": { + "rotation": { + "0.0": { + "post": [5.0088, -33.86414, -10.14253], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [15.57748, -48.32496, -27.73136], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0.35306, -18.27077, -5.02842], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [25.10309, -62.11798, -61.07399], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "rotation": { + "0.0": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, -37.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [0, -10, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [7.29557, 30.57768, 10.68159], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [18.34521, 45.81037, 27.88065], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [4.39965, 19.99125, 3.39362], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [23.89823, 51.04895, 35.46209], + "lerp_mode": "catmullrom" + } + } + }, + "bone19": { + "rotation": { + "0.0": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 40, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone20": { + "rotation": { + "0.0": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [-16.84089, -20.84342, -26.30777], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-15.5911, 10.46159, -35.2387], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-74.00186, -25.15601, -2.88147], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [-44.68656, -67.31239, 21.33203], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-18.63121, -22.98029, -13.7712], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-35.82043, -16.28716, -3.54685], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-60.074, -74.64334, 82.68985], + "lerp_mode": "catmullrom" + } + } + }, + "bone32": { + "rotation": { + "0.0": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + } + }, + "bone33": { + "rotation": { + "0.0": { + "post": [25.22643, -8.65495, -51.44323], + "lerp_mode": "catmullrom" + } + } + }, + "bone34": { + "rotation": { + "0.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone35": { + "rotation": { + "0.0": { + "post": [-9.04107, -8.29262, -30.9502], + "lerp_mode": "catmullrom" + } + } + }, + "bone36": { + "rotation": { + "0.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone37": { + "rotation": { + "0.0": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone38": { + "rotation": { + "0.0": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [-8.20534, 31.16551, 24.49871], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-7.09938, -15.10738, 38.01105], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-84.52798, 23.10314, -50.42329], + "lerp_mode": "catmullrom" + } + } + }, + "bone25": { + "rotation": { + "0.0": { + "post": [-41.2434, 56.98175, -21.3751], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-26.64609, 33.84952, -0.49274], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-25.02021, 13.88863, 8.16675], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-46.439, 60.59287, -27.61608], + "lerp_mode": "catmullrom" + } + } + }, + "bone26": { + "rotation": { + "0.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + } + } + }, + "bone29": { + "rotation": { + "0.0": { + "post": [25.44068, -2.75516, 25.56622], + "lerp_mode": "catmullrom" + } + } + }, + "bone31": { + "rotation": { + "0.0": { + "post": [0, 0, 37.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone28": { + "rotation": { + "0.0": { + "post": [-2.72535, 2.55948, 18.69768], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + } + } + }, + "bone27": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone30": { + "rotation": { + "0.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone39": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": { + "0.0": [0.58149, 19.94165, 4.51543], + "0.4583": [0.58149, 19.94165, 4.51543], + "1.3333": { + "pre": [69.23083, 9.25333, 18.86191], + "post": [69.23083, 9.25333, 18.86191], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "0.7917": { + "pre": [90, 0, 0], + "post": [90, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": [2.5, 0, -5], + "0.4583": [2.5, 0, -5], + "1.3333": { + "pre": [35, 0, -5], + "post": [35, 0, -5], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": [0, 0, 0], + "0.5833": [0, 0, 0], + "0.7917": { + "pre": [-77.5, 0, 0], + "post": [-77.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": { + "0.0": [4.80383, -38.47233, -1.20902], + "0.5": [4.80383, -38.47233, -1.20902], + "0.7917": { + "pre": [10.31718, -8.2835, -14.57381], + "post": [10.31718, -8.2835, -14.57381], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [75.31718, -8.2835, -14.57381], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "0.7917": { + "pre": [80, 0, 0], + "post": [80, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": [-4.98436, 0.75155, 2.38443], + "0.5": [-4.98436, 0.75155, 2.38443], + "1.3333": { + "pre": [27.51564, 0.75155, 2.38443], + "post": [27.51564, 0.75155, 2.38443], + "lerp_mode": "catmullrom" + } + } + }, + "bone43": { + "rotation": { + "0.0": [0, 0, 0], + "0.5833": [0, 0, 0], + "0.7917": { + "pre": [-70, 0, 0], + "post": [-70, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/dudunsparce/dudunsparce.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/dudunsparce/dudunsparce.animation.json new file mode 100644 index 0000000..f7fe5ec --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/dudunsparce/dudunsparce.animation.json @@ -0,0 +1,1163 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.dudunsparce.ground_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "bone5": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [6.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone12": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone13": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.dudunsparce.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "bone5": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0.5], + "1.0": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0.74, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone12": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, -24.17], + "0.1667": [0, 0, 0], + "0.25": [0, 0, -24.17], + "0.3333": [0, 0, 0], + "0.4167": [0, 0, -24.17], + "0.5": [0, 0, 0], + "0.5833": [0, 0, -24.17], + "0.6667": [0, 0, 0], + "0.75": [0, 0, -24.17], + "0.8333": [0, 0, 0], + "0.9167": [0, 0, -24.17], + "1.0": [0, 0, 0] + } + }, + "bone11": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, 24.69], + "0.1667": [0, 0, 0], + "0.25": [0, 0, 24.69], + "0.3333": [0, 0, 0], + "0.4167": [0, 0, 24.69], + "0.5": [0, 0, 0], + "0.5833": [0, 0, 24.69], + "0.6667": [0, 0, 0], + "0.75": [0, 0, 24.69], + "0.8333": [0, 0, 0], + "0.9167": [0, 0, 24.69], + "1.0": [0, 0, 0] + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [8.74, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, -24.17], + "0.1667": [0, 0, 0], + "0.25": [0, 0, -24.17], + "0.3333": [0, 0, 0], + "0.4167": [0, 0, -24.17], + "0.5": [0, 0, 0], + "0.5833": [0, 0, -24.17], + "0.6667": [0, 0, 0], + "0.75": [0, 0, -24.17], + "0.8333": [0, 0, 0], + "0.9167": [0, 0, -24.17], + "1.0": [0, 0, 0] + } + }, + "bone13": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, 24.69], + "0.1667": [0, 0, 0], + "0.25": [0, 0, 24.69], + "0.3333": [0, 0, 0], + "0.4167": [0, 0, 24.69], + "0.5": [0, 0, 0], + "0.5833": [0, 0, 24.69], + "0.6667": [0, 0, 0], + "0.75": [0, 0, 24.69], + "0.8333": [0, 0, 0], + "0.9167": [0, 0, 24.69], + "1.0": [0, 0, 0] + } + } + } + }, + "animation.dudunsparce.physical": { + "animation_length": 1.0833, + "bones": { + "bone5": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [29.84, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-17.13, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [1.39, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-1.11, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone12": { + "rotation": { + "0.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [1.98, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [1.98, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [1.98, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [1.98, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone13": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.dudunsparce.special": { + "animation_length": 1.9583, + "bones": { + "bone5": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone12": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, -24.17], + "0.1667": [0, 0, 0], + "0.25": [0, 0, -24.17], + "0.3333": [0, 0, 0], + "0.4167": [0, 0, -24.17], + "0.5": [0, 0, 0], + "0.5833": [0, 0, -24.17], + "0.6667": [0, 0, 0], + "0.75": [0, 0, -24.17], + "0.8333": [0, 0, 0], + "0.9167": [0, 0, -24.17], + "1.0": [0, 0, 0], + "1.0833": [0, 0, -24.17], + "1.1667": [0, 0, 0], + "1.25": [0, 0, -24.17], + "1.3333": [0, 0, 0], + "1.4167": [0, 0, -24.17], + "1.5": [0, 0, 0], + "1.5833": [0, 0, -24.17], + "1.6667": [0, 0, 0], + "1.75": [0, 0, -24.17], + "1.8333": [0, 0, 0], + "1.9167": [0, 0, -24.17] + } + }, + "bone11": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, 24.69], + "0.1667": [0, 0, 0], + "0.25": [0, 0, 24.69], + "0.3333": [0, 0, 0], + "0.4167": [0, 0, 24.69], + "0.5": [0, 0, 0], + "0.5833": [0, 0, 24.69], + "0.6667": [0, 0, 0], + "0.75": [0, 0, 24.69], + "0.8333": [0, 0, 0], + "0.9167": [0, 0, 24.69], + "1.0": [0, 0, 0], + "1.0833": [0, 0, 24.69], + "1.1667": [0, 0, 0], + "1.25": [0, 0, 24.69], + "1.3333": [0, 0, 0], + "1.4167": [0, 0, 24.69], + "1.5": [0, 0, 0], + "1.5833": [0, 0, 24.69], + "1.6667": [0, 0, 0], + "1.75": [0, 0, 24.69], + "1.8333": [0, 0, 0], + "1.9167": [0, 0, 24.69] + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [12.63, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [12.57, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, -24.17], + "0.1667": [0, 0, 0], + "0.25": [0, 0, -24.17], + "0.3333": [0, 0, 0], + "0.4167": [0, 0, -24.17], + "0.5": [0, 0, 0], + "0.5833": [0, 0, -24.17], + "0.6667": [0, 0, 0], + "0.75": [0, 0, -24.17], + "0.8333": [0, 0, 0], + "0.9167": [0, 0, -24.17], + "1.0": [0, 0, 0], + "1.0833": [0, 0, -24.17], + "1.1667": [0, 0, 0], + "1.25": [0, 0, -24.17], + "1.3333": [0, 0, 0], + "1.4167": [0, 0, -24.17], + "1.5": [0, 0, 0], + "1.5833": [0, 0, -24.17], + "1.6667": [0, 0, 0], + "1.75": [0, 0, -24.17], + "1.8333": [0, 0, 0], + "1.9167": [0, 0, -24.17] + } + }, + "bone13": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, 24.69], + "0.1667": [0, 0, 0], + "0.25": [0, 0, 24.69], + "0.3333": [0, 0, 0], + "0.4167": [0, 0, 24.69], + "0.5": [0, 0, 0], + "0.5833": [0, 0, 24.69], + "0.6667": [0, 0, 0], + "0.75": [0, 0, 24.69], + "0.8333": [0, 0, 0], + "0.9167": [0, 0, 24.69], + "1.0": [0, 0, 0], + "1.0833": [0, 0, 24.69], + "1.1667": [0, 0, 0], + "1.25": [0, 0, 24.69], + "1.3333": [0, 0, 0], + "1.4167": [0, 0, 24.69], + "1.5": [0, 0, 0], + "1.5833": [0, 0, 24.69], + "1.6667": [0, 0, 0], + "1.75": [0, 0, 24.69], + "1.8333": [0, 0, 0], + "1.9167": [0, 0, 24.69] + } + } + } + }, + "animation.dudunsparce.recoil": { + "animation_length": 0.6667, + "bones": { + "bone5": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [-6.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [15.63, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone12": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone13": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.dudunsparce.faint": { + "animation_length": 6.25, + "bones": { + "bone5": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": [-17.5, 0, 0], + "1.0417": [-17.11817, 2.594, 8.36817], + "1.125": [-1.73634, 5.188, 16.73634], + "1.2917": [-1.73634, 5.188, 16.73634] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [12.39638, -1.61888, 7.32417], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [12.2127, 2.68507, -12.2127], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [12.39638, -1.61888, 7.32417], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [12.2127, 2.68507, -12.2127], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-2.7873, 2.68507, -12.2127], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-2.7873, 2.68507, -12.2127], + "lerp_mode": "catmullrom" + }, + "0.9583": [-2.7873, 2.68507, -12.2127], + "1.0417": [-15.99399, 3.08065, -2.20583], + "1.125": [5.79933, 3.47624, 7.80103], + "1.2083": [-1.70067, 3.47624, 7.80103], + "1.2917": [5.79933, 3.47624, 7.80103] + } + }, + "bone12": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone13": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + } + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/dudunsparce/dudunsparce_three_segment.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/dudunsparce/dudunsparce_three_segment.animation.json new file mode 100644 index 0000000..007e522 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/dudunsparce/dudunsparce_three_segment.animation.json @@ -0,0 +1,1584 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.dudunsparce_three_segment.pose": { + "loop": true, + "bones": { + "bone16": { + "rotation": [-15, 0, 0] + }, + "bone5": { + "rotation": [-5, 0, 0] + }, + "head": { + "rotation": [14.67376, -4.04496, -13.98458] + }, + "jaw": { + "rotation": [30, 0, 0] + }, + "bone4": { + "rotation": [37.5, 0, 0] + }, + "bone10": { + "rotation": [20, 0, 0] + } + } + }, + "animation.dudunsparce_three_segment.ground_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "bone16": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [6.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone12": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone13": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.dudunsparce_three_segment.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "bone16": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "0.4583": [0, 0.5, 0], + "1.0": [0, 0, 0] + } + }, + "bone18": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, 24.69], + "0.1667": [0, 0, 0], + "0.25": [0, 0, 24.69], + "0.3333": [0, 0, 0], + "0.4167": [0, 0, 24.69], + "0.5": [0, 0, 0], + "0.5833": [0, 0, 24.69], + "0.6667": [0, 0, 0], + "0.75": [0, 0, 24.69], + "0.8333": [0, 0, 0], + "0.9167": [0, 0, 24.69], + "1.0": [0, 0, 0] + } + }, + "bone17": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, -24.17], + "0.1667": [0, 0, 0], + "0.25": [0, 0, -24.17], + "0.3333": [0, 0, 0], + "0.4167": [0, 0, -24.17], + "0.5": [0, 0, 0], + "0.5833": [0, 0, -24.17], + "0.6667": [0, 0, 0], + "0.75": [0, 0, -24.17], + "0.8333": [0, 0, 0], + "0.9167": [0, 0, -24.17], + "1.0": [0, 0, 0] + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0.5], + "1.0": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0.74, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone12": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, -24.17], + "0.1667": [0, 0, 0], + "0.25": [0, 0, -24.17], + "0.3333": [0, 0, 0], + "0.4167": [0, 0, -24.17], + "0.5": [0, 0, 0], + "0.5833": [0, 0, -24.17], + "0.6667": [0, 0, 0], + "0.75": [0, 0, -24.17], + "0.8333": [0, 0, 0], + "0.9167": [0, 0, -24.17], + "1.0": [0, 0, 0] + } + }, + "bone11": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, 24.69], + "0.1667": [0, 0, 0], + "0.25": [0, 0, 24.69], + "0.3333": [0, 0, 0], + "0.4167": [0, 0, 24.69], + "0.5": [0, 0, 0], + "0.5833": [0, 0, 24.69], + "0.6667": [0, 0, 0], + "0.75": [0, 0, 24.69], + "0.8333": [0, 0, 0], + "0.9167": [0, 0, 24.69], + "1.0": [0, 0, 0] + } + }, + "bone6": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-7.5, 0, 0], + "1.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0.5, -0.5], + "1.0": [0, 0, 0] + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [8.74, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, -24.17], + "0.1667": [0, 0, 0], + "0.25": [0, 0, -24.17], + "0.3333": [0, 0, 0], + "0.4167": [0, 0, -24.17], + "0.5": [0, 0, 0], + "0.5833": [0, 0, -24.17], + "0.6667": [0, 0, 0], + "0.75": [0, 0, -24.17], + "0.8333": [0, 0, 0], + "0.9167": [0, 0, -24.17], + "1.0": [0, 0, 0] + } + }, + "bone13": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, 24.69], + "0.1667": [0, 0, 0], + "0.25": [0, 0, 24.69], + "0.3333": [0, 0, 0], + "0.4167": [0, 0, 24.69], + "0.5": [0, 0, 0], + "0.5833": [0, 0, 24.69], + "0.6667": [0, 0, 0], + "0.75": [0, 0, 24.69], + "0.8333": [0, 0, 0], + "0.9167": [0, 0, 24.69], + "1.0": [0, 0, 0] + } + } + } + }, + "animation.dudunsparce_three_segment.physical": { + "animation_length": 1.0833, + "bones": { + "bone16": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [29.84, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-17.13, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-1.11, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-1.11, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone12": { + "rotation": { + "0.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [1.98, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [1.98, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [1.98, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [1.98, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone13": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.dudunsparce_three_segment.special": { + "animation_length": 1.9167, + "bones": { + "bone16": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, 24.69], + "0.1667": [0, 0, 0], + "0.25": [0, 0, 24.69], + "0.3333": [0, 0, 0], + "0.4167": [0, 0, 24.69], + "0.5": [0, 0, 0], + "0.5833": [0, 0, 24.69], + "0.6667": [0, 0, 0], + "0.75": [0, 0, 24.69], + "0.8333": [0, 0, 0], + "0.9167": [0, 0, 24.69], + "1.0": [0, 0, 0], + "1.0833": [0, 0, 24.69], + "1.1667": [0, 0, 0], + "1.25": [0, 0, 24.69], + "1.3333": [0, 0, 0], + "1.4167": [0, 0, 24.69], + "1.5": [0, 0, 0], + "1.5833": [0, 0, 24.69], + "1.6667": [0, 0, 0], + "1.75": [0, 0, 24.69], + "1.8333": [0, 0, 0], + "1.9167": [0, 0, 24.69] + } + }, + "bone17": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, -24.17], + "0.1667": [0, 0, 0], + "0.25": [0, 0, -24.17], + "0.3333": [0, 0, 0], + "0.4167": [0, 0, -24.17], + "0.5": [0, 0, 0], + "0.5833": [0, 0, -24.17], + "0.6667": [0, 0, 0], + "0.75": [0, 0, -24.17], + "0.8333": [0, 0, 0], + "0.9167": [0, 0, -24.17], + "1.0": [0, 0, 0], + "1.0833": [0, 0, -24.17], + "1.1667": [0, 0, 0], + "1.25": [0, 0, -24.17], + "1.3333": [0, 0, 0], + "1.4167": [0, 0, -24.17], + "1.5": [0, 0, 0], + "1.5833": [0, 0, -24.17], + "1.6667": [0, 0, 0], + "1.75": [0, 0, -24.17], + "1.8333": [0, 0, 0], + "1.9167": [0, 0, -24.17] + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone12": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, -24.17], + "0.1667": [0, 0, 0], + "0.25": [0, 0, -24.17], + "0.3333": [0, 0, 0], + "0.4167": [0, 0, -24.17], + "0.5": [0, 0, 0], + "0.5833": [0, 0, -24.17], + "0.6667": [0, 0, 0], + "0.75": [0, 0, -24.17], + "0.8333": [0, 0, 0], + "0.9167": [0, 0, -24.17], + "1.0": [0, 0, 0], + "1.0833": [0, 0, -24.17], + "1.1667": [0, 0, 0], + "1.25": [0, 0, -24.17], + "1.3333": [0, 0, 0], + "1.4167": [0, 0, -24.17], + "1.5": [0, 0, 0], + "1.5833": [0, 0, -24.17], + "1.6667": [0, 0, 0], + "1.75": [0, 0, -24.17], + "1.8333": [0, 0, 0], + "1.9167": [0, 0, -24.17] + } + }, + "bone11": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, 24.69], + "0.1667": [0, 0, 0], + "0.25": [0, 0, 24.69], + "0.3333": [0, 0, 0], + "0.4167": [0, 0, 24.69], + "0.5": [0, 0, 0], + "0.5833": [0, 0, 24.69], + "0.6667": [0, 0, 0], + "0.75": [0, 0, 24.69], + "0.8333": [0, 0, 0], + "0.9167": [0, 0, 24.69], + "1.0": [0, 0, 0], + "1.0833": [0, 0, 24.69], + "1.1667": [0, 0, 0], + "1.25": [0, 0, 24.69], + "1.3333": [0, 0, 0], + "1.4167": [0, 0, 24.69], + "1.5": [0, 0, 0], + "1.5833": [0, 0, 24.69], + "1.6667": [0, 0, 0], + "1.75": [0, 0, 24.69], + "1.8333": [0, 0, 0], + "1.9167": [0, 0, 24.69] + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [12.63, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [12.57, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, -24.17], + "0.1667": [0, 0, 0], + "0.25": [0, 0, -24.17], + "0.3333": [0, 0, 0], + "0.4167": [0, 0, -24.17], + "0.5": [0, 0, 0], + "0.5833": [0, 0, -24.17], + "0.6667": [0, 0, 0], + "0.75": [0, 0, -24.17], + "0.8333": [0, 0, 0], + "0.9167": [0, 0, -24.17], + "1.0": [0, 0, 0], + "1.0833": [0, 0, -24.17], + "1.1667": [0, 0, 0], + "1.25": [0, 0, -24.17], + "1.3333": [0, 0, 0], + "1.4167": [0, 0, -24.17], + "1.5": [0, 0, 0], + "1.5833": [0, 0, -24.17], + "1.6667": [0, 0, 0], + "1.75": [0, 0, -24.17], + "1.8333": [0, 0, 0], + "1.9167": [0, 0, -24.17] + } + }, + "bone13": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, 24.69], + "0.1667": [0, 0, 0], + "0.25": [0, 0, 24.69], + "0.3333": [0, 0, 0], + "0.4167": [0, 0, 24.69], + "0.5": [0, 0, 0], + "0.5833": [0, 0, 24.69], + "0.6667": [0, 0, 0], + "0.75": [0, 0, 24.69], + "0.8333": [0, 0, 0], + "0.9167": [0, 0, 24.69], + "1.0": [0, 0, 0], + "1.0833": [0, 0, 24.69], + "1.1667": [0, 0, 0], + "1.25": [0, 0, 24.69], + "1.3333": [0, 0, 0], + "1.4167": [0, 0, 24.69], + "1.5": [0, 0, 0], + "1.5833": [0, 0, 24.69], + "1.6667": [0, 0, 0], + "1.75": [0, 0, 24.69], + "1.8333": [0, 0, 0], + "1.9167": [0, 0, 24.69] + } + } + } + }, + "animation.dudunsparce_three_segment.recoil": { + "animation_length": 0.75, + "bones": { + "bone16": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, -32.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [-6.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [15.63, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone12": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone13": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.dudunsparce_three_segment.faint": { + "animation_length": 6.0833, + "bones": { + "bone16": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": [-20, 0, 0], + "1.125": [0.85686, 5.90316, 16.50371], + "1.2083": [-4.14314, 5.90316, 16.50371], + "1.2917": [0.85686, 5.90316, 16.50371] + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": [-17.5, 0, 0], + "1.0417": [-17.11817, 2.594, 8.36817], + "1.125": [-1.73634, 5.188, 16.73634], + "1.2917": [-1.73634, 5.188, 16.73634] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [12.39638, -1.61888, 7.32417], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [12.2127, 2.68507, -12.2127], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [12.39638, -1.61888, 7.32417], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [12.2127, 2.68507, -12.2127], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-2.7873, 2.68507, -12.2127], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-2.7873, 2.68507, -12.2127], + "lerp_mode": "catmullrom" + }, + "0.9583": [-2.7873, 2.68507, -12.2127], + "1.0417": [-15.99399, 3.08065, -2.20583], + "1.125": [5.79933, 3.47624, 7.80103], + "1.2083": [-1.70067, 3.47624, 7.80103], + "1.2917": [5.79933, 3.47624, 7.80103] + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": [32.5, 0, 0], + "1.125": [0, 0, 0], + "1.2917": [0, 0, 0] + } + }, + "bone12": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone13": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + } + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/dunsparce/dunsparce.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/dunsparce/dunsparce.animation.json new file mode 100644 index 0000000..50f883f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/dunsparce/dunsparce.animation.json @@ -0,0 +1,975 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.dunsparce.pose": { + "loop": true, + "bones": { + "torso": { + "rotation": [-10, 0, 0] + }, + "bone4": { + "rotation": [-4.64185, -18.43747, -8.09025] + }, + "bone8": { + "rotation": [37.5, 0, 0] + }, + "bone": { + "rotation": [22.5, 0, 0] + }, + "drill": { + "rotation": [20, 0, 0] + } + } + }, + "animation.dunsparce.ground_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "torso": { + "rotation": { + "0.0": [-7.5, 0, 0], + "2.0": [-7.5, 0, 0] + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [3.78227, 7.48385, 0.49333], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [3.76428, -4.98927, -0.32784], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [6.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "drill": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [19.69, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [1.88, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, -24.17], + "0.1667": [0, 0, 0], + "0.25": [0, 0, -24.17], + "0.3333": [0, 0, 0], + "1.0": [0, 0, -20], + "2.0": [0, 0, 0] + } + }, + "bone6": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, 24.69], + "0.1667": [0, 0, 0], + "0.25": [0, 0, 24.69], + "0.3333": [0, 0, 0], + "1.0": [0, 0, 22.5], + "2.0": [0, 0, 0] + } + } + } + }, + "animation.dunsparce.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "torso": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "drill": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, -24.17], + "0.1667": [0, 0, 0], + "0.25": [0, 0, -24.17], + "0.3333": [0, 0, 0], + "0.4167": [0, 0, -24.17], + "0.5": [0, 0, 0], + "0.5833": [0, 0, -24.17], + "0.6667": [0, 0, 0], + "0.75": [0, 0, -24.17], + "0.8333": [0, 0, 0], + "0.9167": [0, 0, -24.17], + "1.0": [0, 0, 0] + } + }, + "bone6": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, 24.69], + "0.1667": [0, 0, 0], + "0.25": [0, 0, 24.69], + "0.3333": [0, 0, 0], + "0.4167": [0, 0, 24.69], + "0.5": [0, 0, 0], + "0.5833": [0, 0, 24.69], + "0.6667": [0, 0, 0], + "0.75": [0, 0, 24.69], + "0.8333": [0, 0, 0], + "0.9167": [0, 0, 24.69], + "1.0": [0, 0, 0] + } + }, + "body": { + "position": { + "0.0": [0, 0.5, -1.25], + "0.4167": [0, 0, -1.25], + "0.5": [0, 0, 0.25], + "1.0": [0, 0.5, -1.25] + } + } + } + }, + "animation.dunsparce.physical": { + "animation_length": 1.4583, + "bones": { + "torso": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": [7.5, 0, 0], + "1.25": [7.5, 0, 0], + "1.4167": { + "pre": [-7.5, 0, 0], + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 1.25, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 1.25, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": [0, -0.25, 0], + "1.25": [0, -0.25, 0], + "1.4167": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [19.2, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-24.91, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": [-12.5, 0, 0], + "1.0": { + "pre": [-2.21, 0, 0], + "post": [-2.21, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": [-12.5, 0, 0], + "1.4167": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": [15, 0, 0] + } + }, + "drill": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": [12.5, 0, 0] + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [2.42834, 18.63468, -3.41469], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [3.62388, -22.66748, -1.81297], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.dunsparce.special": { + "animation_length": 1.125, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0.75, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0.75, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0.75, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "drill": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.dunsparce.faint": { + "animation_length": 7.1667, + "bones": { + "torso": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": [-30, 0, 0], + "0.8333": { + "pre": [-30, 0, 0], + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-47.81173, -2.34078, 89.88881], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-49.03051, 4.08594, 87.96571], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-47.81173, -2.34078, 89.88881], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": [0, 1.75, 0], + "0.8333": { + "pre": [0, 1.75, 0], + "post": [0, 1.75, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [1, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [1, 2.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [32.5, 3.68168, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 27.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [32.11, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [23.78773, -18.42031, -7.92945], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "drill": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [29.87229, -22.01609, -12.15123], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": [0, 0, 0], + "1.0833": [0, 0, 30] + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": [0, 0, 0], + "1.0833": [0, 0, -27.5] + } + } + } + }, + "animation.dunsparce.recoil": { + "animation_length": 0.7083, + "bones": { + "torso": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 1.5, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-18.8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "drill": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": [0, 0, 0], + "0.2083": [0, 0, -32.5], + "0.7083": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": [0, 0, 0], + "0.2083": [0, 0, 37.5], + "0.7083": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/duosion/duosion.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/duosion/duosion.animation.json new file mode 100644 index 0000000..ad79ef4 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/duosion/duosion.animation.json @@ -0,0 +1,83 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.duosion.ground_idle": { + "loop": true, + "bones": { + "body": { + "position": [0, "4+math.sin(query.anim_time*90*2+90)*0.5", 0] + }, + "torso": { + "rotation": ["-15-math.sin(query.anim_time*90*2+90)*0.5", 0, "math.sin(query.anim_time*90*2/2+90)*0.5"], + "position": ["math.sin(query.anim_time*90*2/2+0)*0.125", "math.sin(query.anim_time*90*2+130)*0.15", -2] + }, + "head": { + "rotation": ["5-math.sin(query.anim_time*90*2+45)*0.5", 0, "-math.sin(query.anim_time*90*2/2+180)*1"] + }, + "hat": { + "rotation": [10, 0, 0], + "position": [0, "-math.sin(query.anim_time*90*2+130)*0.3", -0.75] + }, + "arm_left": { + "rotation": ["-29.4509+math.sin(query.anim_time*90*2+200)*2", "6.8697+math.sin(query.anim_time*90*2+130)*2", -18.22261] + }, + "arm_right": { + "rotation": ["-29.4509+math.sin(query.anim_time*90*2+200)*2", "-6.8697-math.sin(query.anim_time*90*2+130)*2", 18.22261] + }, + "shell": { + "position": ["-math.sin(query.anim_time*90*2/2+90)*0.25", 0, 0] + }, + "shell_left": { + "position": [0, "0.2+math.sin(query.anim_time*90*2+10)*0.1", 0] + } + } + }, + "animation.duosion.ground_walk": { + "loop": true, + "bones": { + "body": { + "rotation": ["12.5-math.sin(query.anim_time*90*2*1.25+90)*2", 0, 0], + "position": [0, "4+math.sin(query.anim_time*90*2+90)*0.5", "-math.sin(query.anim_time*90*2+90)*0.75"] + }, + "torso": { + "rotation": ["2.5-math.sin(query.anim_time*90*2+90)*0.75", 0, "math.sin(query.anim_time*90*2/2+90)*0.5"], + "position": ["math.sin(query.anim_time*90*2/2+0)*0.125", "math.sin(query.anim_time*90*2+130)*0.15", 0] + }, + "head": { + "rotation": ["-2.5-math.sin(query.anim_time*90*2+45)*0.5", 0, "0-math.sin(query.anim_time*90*2/2+180)*1"], + "position": [0, -0.25, 0] + }, + "hat": { + "rotation": [0, 0, 0], + "position": [0, "-math.sin(query.anim_time*90*2+130)*0.3", 0] + }, + "arm_left": { + "rotation": ["14.8896+math.sin(query.anim_time*90*2+200)*10", "28.785-math.sin(query.anim_time*90*2+130)*3", -12.77533] + }, + "arm_right": { + "rotation": ["14.8896+math.sin(query.anim_time*90*2+200)*10", "-28.785-math.sin(query.anim_time*90*2+130)*3", 12.77533] + }, + "shell": { + "position": ["-math.sin(query.anim_time*90*2/2+90)*0.25", 0, 0] + }, + "shell_left": { + "position": [0, "0.2+math.sin(query.anim_time*90*2+10)*0.1", "0.25+math.sin(query.anim_time*90*2+10)*0.25"] + }, + "shell_right": { + "position": [0, "0.2+math.sin(query.anim_time*90*2+10)*0.1", "0.25+math.sin(query.anim_time*90*2+10)*0.25"] + } + } + }, + "animation.duosion.blink": { + "animation_length": 0.16667, + "bones": { + "eyelids": { + "position": { + "0.0": [0, 0, -1], + "0.1667": {"pre": [0, 0, -1], "post": [0, 0, 0]} + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/duraludon/duraludon.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/duraludon/duraludon.animation.json new file mode 100644 index 0000000..64ef96a --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/duraludon/duraludon.animation.json @@ -0,0 +1,945 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.duraludon.ground_idle": { + "loop": true, + "bones": { + "body": { + "rotation": ["7.5+1*math.sin(q.anim_time*90*2-60)", "0.5*math.cos(q.anim_time*90*1)", "1*math.sin(q.anim_time*90*0.5)"], + "position": [0, "-0.15*(math.sin(q.anim_time*90*2-90)*1+1)", "0.25*(math.sin(q.anim_time*90*2-90)*1+1)"] + }, + "hand_one_l2": { + "rotation": ["15.5061-2*(math.sin(q.anim_time*90*2)*1+1)", 14.38092, -17.6631] + }, + "hand_two_l2": { + "rotation": [0, "-51.1973+2*(math.sin(q.anim_time*90*2-60)*1+1)", 0] + }, + "hand_one_l3": { + "rotation": ["15.5061-2*(math.sin(q.anim_time*90*2)*1+1)", -14.38092, 17.6631], + "position": [0, 0, 0] + }, + "hand_two_l3": { + "rotation": [0, "51.1973-2*(math.sin(q.anim_time*90*2-60)*1+1)", 0] + }, + "body_top": { + "rotation": ["-1+2*math.sin(q.anim_time*90*2-160)", 0, "-2*math.sin(q.anim_time*90*0.5)"] + } + } + }, + "animation.duraludon.battle_idle": { + "loop": true, + "bones": { + "body": { + "rotation": ["7.5+1*math.sin(q.anim_time*90*2-60)", "0.5*math.cos(q.anim_time*90*1)", "1*math.sin(q.anim_time*90*0.5)"], + "position": [0, "-0.15*(math.sin(q.anim_time*90*2-90)*1+1)", "0.25*(math.sin(q.anim_time*90*2-90)*1+1)"] + }, + "hand_one_l2": { + "rotation": ["15.5061-2*(math.sin(q.anim_time*90*2)*1+1)", 14.38092, -17.6631] + }, + "hand_two_l2": { + "rotation": [0, "-51.1973+2*(math.sin(q.anim_time*90*2-60)*1+1)", 0] + }, + "hand_one_l3": { + "rotation": ["15.5061-2*(math.sin(q.anim_time*90*2)*1+1)", -14.38092, 17.6631], + "position": [0, 0, 0] + }, + "hand_two_l3": { + "rotation": [0, "51.1973-2*(math.sin(q.anim_time*90*2-60)*1+1)", 0] + }, + "body_top": { + "rotation": ["-1+2*math.sin(q.anim_time*90*2-160)", 0, "-2*math.sin(q.anim_time*90*0.5)"] + } + } + }, + "animation.duraludon.cry": { + "animation_length": 2.9167, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [2.5, 0, 0], + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [9, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [10.09, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [9, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.9167": [0, 0, 0] + }, + "position": { + "0.625": [0, 0, 0], + "1.3333": [0, "-0.2*math.sin(q.anim_time*90*70)", 0], + "1.7083": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.7083": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body_top": { + "rotation": { + "0.8333": [0, 0, 0], + "1.3333": ["-1*math.sin(q.anim_time*90*50)", 0, 0], + "1.7083": [0, 0, 0] + } + }, + "bone5": { + "rotation": { + "0.7083": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.duraludon.ground_walk": { + "loop": true, + "animation_length": 2, + "bones": { + "body": { + "rotation": ["7.5+4*math.sin(q.anim_time*90*4-60)", "12*math.cos(q.anim_time*90*2)", "5*math.sin(q.anim_time*90*2)"], + "position": [0, "-0.1+math.clamp(1*math.sin(q.anim_time*90*4+60),0,2)", "-0.3+0.5*math.cos(q.anim_time*90*4+120)"] + }, + "hand_1_motion": { + "rotation": [2.71994, "-19.8217+4*math.cos(q.anim_time*90*4)", -7.9753] + }, + "hand_two_l2": { + "rotation": [0, -35, 0] + }, + "hand_1_l_motion": { + "rotation": [2.71994, "19.8217-4*math.cos(q.anim_time*90*4)", 7.97532] + }, + "hand_two_l3": { + "rotation": [0, 35, 0] + }, + "leg_right": { + "rotation": { + "0.0": ["0-math.sin(q.anim_time*90*2)*10", "0-math.sin(q.anim_time*90*2)*8", 10], + "0.4167": ["0-math.sin(q.anim_time*90*2)*10", "0-math.sin(q.anim_time*90*2)*8", 10], + "0.625": ["-0.25-math.sin(q.anim_time*90*2)*10", "-math.sin(q.anim_time*90*2)*8", 10], + "0.8333": ["-1-math.sin(q.anim_time*90*2)*10", "-math.sin(q.anim_time*90*2)*8", 10], + "1.0": ["0-math.sin(q.anim_time*90*2)*10", "0-math.sin(q.anim_time*90*2)*8", 10] + }, + "position": { + "0.0": ["0-math.cos(q.anim_time*90*2)*0.2", "math.clamp(math.cos(q.anim_time*90*2)*1.5,0,10)", "0-math.sin(q.anim_time*90*2)*0.7"], + "0.4167": ["0-math.cos(q.anim_time*90*2)*0.2", "math.clamp(math.cos(q.anim_time*90*2)*1.5,0,10)", "0-math.sin(q.anim_time*90*2)*0.7"], + "0.5": ["0-math.cos(q.anim_time*90*2)*0.2", "-1+math.clamp(math.cos(q.anim_time*90*2)*1.5,0,10)", "0-math.sin(q.anim_time*90*2)*0.7"], + "0.75": ["0-math.cos(q.anim_time*90*2)*0.2", "-0.75+math.clamp(math.cos(q.anim_time*90*2)*1.5,0,10)", "0-math.sin(q.anim_time*90*2)*0.7"], + "1.5": ["0-math.cos(q.anim_time*90*2)*0.2", "math.clamp(math.cos(q.anim_time*90*2)*1.5,0,10)", "0-math.sin(q.anim_time*90*2)*0.7"] + } + }, + "leg_left": { + "rotation": ["0-math.sin(q.anim_time*90*2-180)*10", "0+math.sin(q.anim_time*90*2-180)*8", -10], + "position": { + "0.0": ["0+math.cos(q.anim_time*90*2-180)*0.2", "-0.5+math.clamp(math.cos(q.anim_time*90*2-180)*1.5,0,10)", "0-math.sin(q.anim_time*90*2-180)*0.8"], + "0.5": ["0+math.cos(q.anim_time*90*2-180)*0.2", "math.clamp(math.cos(q.anim_time*90*2-180)*1.5,0,10)", "0-math.sin(q.anim_time*90*2-180)*0.8"], + "1.4583": ["0+math.cos(q.anim_time*90*2-180)*0.2", "math.clamp(math.cos(q.anim_time*90*2-180)*1.5,0,10)", "0-math.sin(q.anim_time*90*2-180)*0.8"], + "1.5": ["0+math.cos(q.anim_time*90*2-180)*0.2", "-1+math.clamp(math.cos(q.anim_time*90*2-180)*1.5,0,10)", "0-math.sin(q.anim_time*90*2-180)*0.8"], + "2.0": ["0+math.cos(q.anim_time*90*2-180)*0.2", "-0.5+math.clamp(math.cos(q.anim_time*90*2-180)*1.5,0,10)", "0-math.sin(q.anim_time*90*2-180)*0.8"] + } + }, + "body_top": { + "rotation": ["-1+2*math.sin(q.anim_time*90*4-160)", "-4*math.cos(q.anim_time*90*2-20)", "-6*math.sin(q.anim_time*90*2-60)"] + }, + "bone3": { + "rotation": { + "0.0": ["-0.2436+math.clamp(math.sin(q.anim_time*90*2+90)*15,0,20)-math.clamp(math.sin(q.anim_time*90*2+270)*2,-2,20)", -2.91015, -0.42869], + "0.4167": ["-0.1494+math.clamp(math.sin(q.anim_time*90*2+90)*15,0,20)-math.clamp(math.sin(q.anim_time*90*2+270)*2,-2,20)", -1.13774, 4.95778], + "0.5": ["9.2679+math.clamp(math.sin(q.anim_time*90*2+90)*15,0,20)-math.clamp(math.sin(q.anim_time*90*2+270)*2,-2,20)", -4.24532, 9.56229], + "0.75": ["12.2204+math.clamp(math.sin(q.anim_time*90*2+90)*15,0,20)-math.clamp(math.sin(q.anim_time*90*2+270)*2,-2,20)", -1.82692, 7.40735], + "1.0": ["12.2204+math.clamp(math.sin(q.anim_time*90*2+90)*15,0,20)-math.clamp(math.sin(q.anim_time*90*2+270)*2,-2,20)", -1.82692, 7.40735], + "1.25": ["-0.2436+math.clamp(math.sin(q.anim_time*90*2+90)*15,0,20)-math.clamp(math.sin(q.anim_time*90*2+270)*2,-2,20)", -2.91015, -0.42869] + } + }, + "bone": { + "rotation": { + "0.0": ["7.5076+math.clamp(math.sin(q.anim_time*90*2-90)*15,0,20)+math.clamp(math.sin(q.anim_time*90*2+90)*2,-2,20)", -0.08682, -9.9683], + "1.4167": ["-0.2025+math.clamp(math.sin(q.anim_time*90*2-90)*15,0,20)+math.clamp(math.sin(q.anim_time*90*2+90)*2,-2,20)", 1.15019, -9.96825], + "1.5": ["9.408+math.clamp(math.sin(q.anim_time*90*2-90)*15,0,20)+math.clamp(math.sin(q.anim_time*90*2+90)*2,-2,20)", 3.40485, -9.9683], + "1.75": ["5+math.clamp(math.sin(q.anim_time*90*2-90)*15,0,20)+math.clamp(math.sin(q.anim_time*90*2+90)*2,-2,20)", 0, -9.9683], + "2.0": ["7.5076+math.clamp(math.sin(q.anim_time*90*2-90)*15,0,20)+math.clamp(math.sin(q.anim_time*90*2+90)*2,-2,20)", -0.08682, -9.9683] + } + }, + "body_shake": { + "rotation": ["0+math.sin(q.anim_time*90*2*2)*1", "0+math.cos(q.anim_time*90*2)*3", "0-math.sin(q.anim_time*90*2)*3"], + "position": { + "0.0": [0, -0.01, 0], + "0.0417": [0, -0.12, 0], + "0.5833": [0, "0+math.sin(q.anim_time*90*2*2)*0.6", 0], + "0.625": [0, "0.4+math.sin(q.anim_time*90*2*2)*0.4", 0], + "0.7083": [0, "-0.1+math.sin(q.anim_time*90*2*2)*0.4", 0], + "0.7917": [0, "0.4+math.sin(q.anim_time*90*2*2)*0.4", 0], + "0.875": [0, "0+math.sin(q.anim_time*90*2*2)*0.4", 0], + "0.9583": [0, 0.1, 0], + "1.0417": [0, -0.12, 0], + "1.5833": [0, "0+math.sin(q.anim_time*90*2*2)*0.6", 0], + "1.625": [0, "0.4+math.sin(q.anim_time*90*2*2)*0.4", 0], + "1.7083": [0, "-0.1+math.sin(q.anim_time*90*2*2)*0.4", 0], + "1.7917": [0, "0.4+math.sin(q.anim_time*90*2*2)*0.4", 0], + "1.875": [0, "0+math.sin(q.anim_time*90*2*2)*0.4", 0], + "1.9583": [0, 0.1, 0], + "2.0": [0, -0.01, 0] + } + } + } + }, + "animation.duraludon.physical": { + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": [10.13397, 0.5, 0], + "0.375": { + "pre": [14.13, 0.5, 0], + "post": [14.13, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-2.87, 7.5, 9], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-2.87, 7.5, 9], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [21.13, -15.5, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [21.13, -15.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [18.41318, -3.70293, 3.40858], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [10.55003, 0.86667, -1.55775], + "lerp_mode": "catmullrom" + }, + "3.0": [10.13397, 0.5, 0] + }, + "position": { + "0.0": [0, 0, 0.025], + "0.2083": { + "pre": [0, -1.1, 0.02], + "post": [0, -1.1, 0.02], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, -1.1, 0.02], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 2.5, 0.02], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 2.5, 0.02], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0.8, -6.58], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0.8, -6.58], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, 0.94, -2.76], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0.025], + "lerp_mode": "catmullrom" + }, + "2.875": [0, 0, 0.025] + } + }, + "body_top": { + "rotation": { + "0.0": [-12.5, 0, 0], + "0.625": { + "pre": [12.5, 0, 0], + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, -5.5, -4], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-22.5, 16, -10], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-9.45, 17.91, -4.85], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-8.9, 20, -0.5], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-15.48, 7.76, -2.12], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-12.48341, 0.64904, 0.12901], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-12.51664, -0.34031, -0.09283], + "lerp_mode": "catmullrom" + }, + "3.0": [-12.5, 0, 0] + } + }, + "hand_1_l_motion": { + "rotation": { + "0.0": [0, 16.0158, 4.19087], + "0.375": { + "pre": [0, -38.5158, -13.30913], + "post": [0, -38.5158, -13.30913], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, -48.52, -10.81], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, -24.0197, -3.88167], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, -54.0489, -11.5145], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, -47.3061, -6.90658], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 13.8026, 4.28932], + "lerp_mode": "catmullrom" + }, + "2.9583": [0, 16.0158, 4.19087] + }, + "position": { + "0.0": [-0.5, 0, 0], + "0.375": { + "pre": [-0.5, 0, 0], + "post": [-0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-1.4, 0, -0.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-1.4, 0, -0.5], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-1.4, 0, -0.5], + "lerp_mode": "catmullrom" + }, + "2.7917": [-0.5, 0, 0] + } + }, + "hand_two_l3": { + "rotation": [0, 37.5, 0] + }, + "hand_1_motion": { + "rotation": { + "0.0": [0, -16.0158, -4.19087], + "0.625": { + "pre": [0, -36.02, -4.19], + "post": [0, -36.02, -4.19], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, -11.48, -4.19], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -51.02, 12.81], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, -51.02, 12.81], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, -16.0158, -4.19087], + "lerp_mode": "catmullrom" + }, + "2.875": [0, -16.0158, -4.19087] + }, + "position": { + "0.0": [0.5, 0, 0], + "0.625": { + "pre": [0.5, 0, 0], + "post": [0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0.5, 0.4, 0.8], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0.5, 0.6, -2.1], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0.5, 0.6, -2.1], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0.9, 0.6, -0.2], + "lerp_mode": "catmullrom" + }, + "2.875": [0.5, 0, 0] + }, + "scale": { + "1.1667": [1, 1, 1], + "1.2083": [1.7, 1, 1], + "1.25": [1, 1, 1] + } + }, + "hand_two_l2": { + "rotation": { + "0.0": [0, -32.5, 0], + "1.0833": [0, 0, 0], + "1.75": [0, 0, 0], + "2.1667": [0, -32.5, 0] + } + }, + "leg_left": { + "rotation": { + "0.0": [-0.26795, -37.5, 0], + "0.2917": [-0.27, -37.5, 0], + "0.9583": { + "pre": [7.73, -37.5, 0], + "post": [7.73, -37.5, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [7.73, -37.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [1.77554, -45.42749, 1.43797], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [6.77554, -45.42749, 1.43797], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-0.26795, -37.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": [-0.26795, -37.5, 0] + }, + "position": { + "0.0": [-0.0067, -0.02947, 0.01474], + "0.2917": [-0.01, -0.03, 0.01], + "0.9583": { + "pre": [0.29, 0.87, -0.39], + "post": [0.29, 0.87, -0.39], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0.29, 0.87, -0.39], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0.29, 0.245, -4.99], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0.29, 0.87, -0.99], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-0.0067, -0.02947, 0.01474], + "lerp_mode": "catmullrom" + }, + "2.5": [-0.0067, -0.02947, 0.01474] + } + }, + "leg_right": { + "rotation": { + "0.0": [-0.26795, 37.5, 0], + "0.4167": [-0.27, 34.5, 0], + "0.6667": { + "pre": [7.23, 37.5, 0], + "post": [7.23, 37.5, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-43.77, 37.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": [-0.27, 19.5, 0], + "1.8333": [-0.27, 19.5, 0], + "2.0": { + "pre": [-5.26932, 25.5, 0], + "post": [-5.26932, 25.5, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-5.26932, 31.2, 0], + "lerp_mode": "catmullrom" + }, + "2.375": [-0.26795, 37.5, 0] + }, + "position": { + "0.0": [0.0067, -0.02947, 0.01474], + "0.4167": [0.01, -0.03, 0.01], + "1.0": { + "pre": [0.01, 4.97, 3.01], + "post": [0.01, 4.97, 3.01], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0.01, 4.97, 3.01], + "lerp_mode": "catmullrom" + }, + "1.25": [0.01, -0.03, -5.99], + "1.8333": [0.01, -0.03, -5.99], + "2.0417": { + "pre": [0.01, 2.57, -2.65], + "post": [0.01, 2.57, -2.65], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0.01, 1.4, -0.63], + "lerp_mode": "catmullrom" + }, + "2.375": [0.0067, -0.02947, 0.01474] + } + }, + "bone": { + "rotation": [0, 0, 0] + } + } + }, + "animation.duraludon.special": { + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [-0.1259, 0, -0.3472], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [7.3741, 0, -0.3472], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-22.6259, 0, -0.3472], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-22.6259, 0, -0.3472], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [27.3741, 0, -0.3472], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [30.02716, 0, -0.3472], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-0.1259, 0, -0.3472], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.1259, 0, -0.3472], + "lerp_mode": "catmullrom" + } + } + }, + "body_top": { + "rotation": { + "0.0": { + "post": [17.4068, -3.26494, 1.3558], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [22.4068, -3.26494, 1.3558], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [12.4068, -3.26494, 1.3558], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [17.4068, -3.26494, 1.3558], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [17.4068, -3.26494, 1.3558], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, -0.75, 0], + "1.3333": [0, -0.75, 0], + "1.375": [0.00285, -0.38033, 0.33665], + "1.4167": [0, -0.75, 0], + "1.4583": [0.00285, -0.38033, 0.33665], + "1.5": [0, -0.75, 0], + "1.5417": [0.00285, -0.38033, 0.33665], + "1.5833": [0, -0.75, 0], + "1.625": [0.00285, -0.38033, 0.33665], + "1.6667": [0, -0.75, 0], + "1.7083": [0.00285, -0.38033, 0.33665], + "1.75": [0, -0.75, 0] + } + }, + "hand_one_l3": { + "rotation": { + "0.0": { + "post": [12.82116, -0.26317, 15.82969], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [12.87364, -5.13815, 14.71701], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [3.32765, 13.71264, 33.25833], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [34.70033, -2.67342, 21.69685], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [30.07926, -11.7273, 13.82183], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [30.07926, -11.7273, 13.82183], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [12.82116, -0.26317, 15.82969], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [12.82116, -0.26317, 15.82969], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-1, 1, -0.75], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [-1, 1, -0.75], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-1, 1, -0.75], + "lerp_mode": "catmullrom" + } + } + }, + "hand_one_l2": { + "rotation": { + "0.0": { + "post": [12.82116, 0.26317, -15.82969], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [12.87364, 5.13815, -14.71701], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [3.32765, -13.71264, -33.25833], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [34.70033, 2.67342, -21.69685], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [30.36538, 13.88759, -12.5314], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [30.36538, 13.88759, -12.5314], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [12.82116, 0.26317, -15.82969], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [12.82116, 0.26317, -15.82969], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [1, 1, -0.75], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [1, 1, -0.75], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1, 1, -0.75], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone": { + "rotation": [0, -7.5, 0] + }, + "bone3": { + "rotation": [0, 7.5, 0] + }, + "bone5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-10.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.duraludon.quirk": { + "animation_length": 3, + "bones": { + "body_top": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [6.27243, -4.97022, -0.5456], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [6.89839, 5.79838, 0.74486], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [6.27243, -4.97022, -0.5456], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "hand_1_l_motion": { + "rotation": { + "0.25": [0, 0, 0], + "0.75": { + "pre": [10, 0, -2], + "post": [10, 0, -2], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-8.63, 0, -0.87], + "lerp_mode": "catmullrom" + }, + "2.25": [0, 0, 0] + } + }, + "hand_1_motion": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": { + "pre": [10, 0, -2], + "post": [10, 0, -2], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-8.63, 0, -0.87], + "lerp_mode": "catmullrom" + }, + "2.0": [0, 0, 0] + } + } + } + }, + "animation.duraludon.recoil": { + "animation_length": 1.5, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [-8, 1, 0], + "post": [-8, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "body_top": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/eelektrik/eelektrik.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/eelektrik/eelektrik.animation.json new file mode 100644 index 0000000..0987ed0 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/eelektrik/eelektrik.animation.json @@ -0,0 +1,294 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.eelektrik.battle_idle": { + "loop": true, + "bones": { + "eelektrik": { + "rotation": [3, 0, 0], + "position": [ + "0-math.sin(q.anim_time*20*4)*1-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*10*4)*1)-math.sin(q.anim_time*26*4)*2-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*10*4)*1)", + "16.7-math.sin(q.anim_time*20*4)*1-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*10*4)*1)", + "-11-math.sin(q.anim_time*20*4)*1-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*10*4)*1)-math.sin(q.anim_time*20*4)*1-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*26*4)*2)" + ] + }, + "head": { + "rotation": [12, "-4.5-math.sin(q.anim_time*90*4)*2-(math.sin(q.anim_time*90*4)*2)", 0] + }, + "upperfin": { + "rotation": ["-2.5-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", 0, 0] + }, + "downsyndromfin": { + "rotation": ["10-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", 0, 0] + }, + "neck": { + "rotation": [ + "0-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", + "-4.5-math.sin(q.anim_time*40*4)*6-(math.sin(q.anim_time*40*4)*6)", + 0 + ] + }, + "body1": { + "rotation": ["-42+math.sin(q.anim_time*80*4)*2+(math.sin(q.anim_time*80*4)*2)", "-3+math.sin(q.anim_time*40*1.6)*6+(math.sin(q.anim_time*40*1.6)*6)", 0], + "position": [0, 0, -1], + "scale": [0.97, 1, 1] + }, + "body2": { + "rotation": ["-41-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", "10.5-math.sin(q.anim_time*40*4)*3-(math.sin(q.anim_time*40*4)*3)", 0], + "position": [0, 0.2, 0] + }, + "tail1": { + "rotation": ["27+math.sin(q.anim_time*80*4)*5+(math.sin(q.anim_time*80*4)*5)", "4.5+math.sin(q.anim_time*40*1.6)*3+(math.sin(q.anim_time*40*1.6)*4)", 0] + }, + "tail2": { + "rotation": [ + "27.0631-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", + "-14.0963-math.sin(q.anim_time*40*4)*3-(math.sin(q.anim_time*40*4)*3)", + -2.2797 + ] + }, + "tail3": { + "rotation": [ + "22-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", + "15.5-math.sin(q.anim_time*40*1.6)*8-(math.sin(q.anim_time*40*1.6)*8)", + 0 + ] + }, + "tailfin": { + "rotation": [ + "-6-math.sin(q.anim_time*90*4)*2-(math.sin(q.anim_time*90*4)*2)", + "-4.5-math.sin(q.anim_time*40*1.6)*8-(math.sin(q.anim_time*40*1.6)*8)", + 0 + ] + } + } + }, + "animation.eelektrik.ground_idle": { + "loop": true, + "bones": { + "eelektrik": { + "position": [ + "0-math.sin(q.anim_time*20*4)*1-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*10*4)*1)-math.sin(q.anim_time*26*4)*2-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*10*4)*1)", + "14-math.sin(q.anim_time*20*4)*1-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*10*4)*1)", + "-11-math.sin(q.anim_time*20*4)*1-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*10*4)*1)-math.sin(q.anim_time*20*4)*1-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*26*4)*2)" + ] + }, + "head": { + "rotation": [0, "-4.5-math.sin(q.anim_time*90*4)*2-(math.sin(q.anim_time*90*4)*2)", 0] + }, + "upperfin": { + "rotation": ["-2.5-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", 0, 0] + }, + "downsyndromfin": { + "rotation": ["10-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", 0, 0] + }, + "neck": { + "rotation": [ + "0-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", + "-4.5-math.sin(q.anim_time*40*4)*6-(math.sin(q.anim_time*40*4)*6)", + 0 + ] + }, + "body1": { + "rotation": ["0+math.sin(q.anim_time*80*4)*2+(math.sin(q.anim_time*80*4)*2)", "-3+math.sin(q.anim_time*40*1.6)*6+(math.sin(q.anim_time*40*1.6)*6)", 0] + }, + "body2": { + "rotation": ["0-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", "10.5-math.sin(q.anim_time*40*4)*3-(math.sin(q.anim_time*40*4)*3)", 0] + }, + "tail1": { + "rotation": ["0+math.sin(q.anim_time*80*4)*5+(math.sin(q.anim_time*80*4)*5)", "4.5+math.sin(q.anim_time*40*1.6)*3+(math.sin(q.anim_time*40*1.6)*4)", 0] + }, + "tail2": { + "rotation": [ + "2.0631-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", + "-14.0963-math.sin(q.anim_time*40*4)*3-(math.sin(q.anim_time*40*4)*3)", + -2.2797 + ] + }, + "tail3": { + "rotation": ["0-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", "15.5-math.sin(q.anim_time*40*1.6)*8-(math.sin(q.anim_time*40*1.6)*8)", 0] + }, + "tailfin": { + "rotation": ["0-math.sin(q.anim_time*90*4)*2-(math.sin(q.anim_time*90*4)*2)", "-4.5-math.sin(q.anim_time*40*1.6)*8-(math.sin(q.anim_time*40*1.6)*8)", 0] + } + } + }, + "animation.eelektrik.water_idle": { + "loop": true, + "bones": { + "eelektrik": { + "position": [ + "0-math.sin(q.anim_time*20*4)*1-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*10*4)*1)-math.sin(q.anim_time*26*4)*2-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*10*4)*1)", + "4-math.sin(q.anim_time*20*4)*1-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*10*4)*1)", + "-11-math.sin(q.anim_time*20*4)*1-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*10*4)*1)-math.sin(q.anim_time*20*4)*1-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*26*4)*2)" + ] + }, + "head": { + "rotation": [0, "-4.5-math.sin(q.anim_time*90*4)*2-(math.sin(q.anim_time*90*4)*2)", 0] + }, + "upperfin": { + "rotation": ["-2.5-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", 0, 0] + }, + "downsyndromfin": { + "rotation": ["10-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", 0, 0] + }, + "neck": { + "rotation": [ + "0-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", + "-4.5-math.sin(q.anim_time*40*4)*6-(math.sin(q.anim_time*40*4)*6)", + 0 + ] + }, + "body1": { + "rotation": ["0+math.sin(q.anim_time*80*4)*2+(math.sin(q.anim_time*80*4)*2)", "-3+math.sin(q.anim_time*40*1.6)*6+(math.sin(q.anim_time*40*1.6)*6)", 0] + }, + "body2": { + "rotation": ["0-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", "10.5-math.sin(q.anim_time*40*4)*3-(math.sin(q.anim_time*40*4)*3)", 0] + }, + "tail1": { + "rotation": ["0+math.sin(q.anim_time*80*4)*5+(math.sin(q.anim_time*80*4)*5)", "4.5+math.sin(q.anim_time*40*1.6)*3+(math.sin(q.anim_time*40*1.6)*4)", 0] + }, + "tail2": { + "rotation": [ + "2.0631-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", + "-14.0963-math.sin(q.anim_time*40*4)*3-(math.sin(q.anim_time*40*4)*3)", + -2.2797 + ] + }, + "tail3": { + "rotation": ["0-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", "15.5-math.sin(q.anim_time*40*1.6)*8-(math.sin(q.anim_time*40*1.6)*8)", 0] + }, + "tailfin": { + "rotation": ["0-math.sin(q.anim_time*90*4)*2-(math.sin(q.anim_time*90*4)*2)", "-4.5-math.sin(q.anim_time*40*1.6)*8-(math.sin(q.anim_time*40*1.6)*8)", 0] + } + } + }, + "animation.eelektrik.ground_walk": { + "loop": true, + "bones": { + "eelektrik": { + "position": [ + "0-math.sin(q.anim_time*20*4)*1-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*10*4)*1)-math.sin(q.anim_time*26*4)*2-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*10*4)*1)", + "14-math.sin(q.anim_time*20*4)*1-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*10*4)*1)", + "-15-math.sin(q.anim_time*50*4)*1-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*10*4)*1)-math.sin(q.anim_time*20*4)*1-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*26*4)*2)" + ] + }, + "head": { + "rotation": [9, "-4.5-math.sin(q.anim_time*90*4)*2-(math.sin(q.anim_time*90*4)*2)", 0] + }, + "upperfin": { + "rotation": ["-2.5-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", 0, 0] + }, + "downsyndromfin": { + "rotation": ["10-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", 0, 0] + }, + "neck": { + "rotation": [ + "0-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", + "-4.5-math.sin(q.anim_time*40*4)*6-(math.sin(q.anim_time*40*4)*6)", + 0 + ] + }, + "body1": { + "rotation": ["0+math.sin(q.anim_time*80*4)*2+(math.sin(q.anim_time*80*4)*2)", "-3+math.sin(q.anim_time*40*1.6)*6+(math.sin(q.anim_time*40*1.6)*6)", 0] + }, + "body2": { + "rotation": ["0-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", "10.5-math.sin(q.anim_time*40*4)*3-(math.sin(q.anim_time*40*4)*3)", 0] + }, + "tail1": { + "rotation": ["0+math.sin(q.anim_time*80*4)*5+(math.sin(q.anim_time*80*4)*5)", "4.5+math.sin(q.anim_time*40*1.6)*3+(math.sin(q.anim_time*40*1.6)*4)", 0] + }, + "tail2": { + "rotation": [ + "2.0631-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", + "-14.0963-math.sin(q.anim_time*40*4)*3-(math.sin(q.anim_time*40*4)*3)", + -2.2797 + ] + }, + "tail3": { + "rotation": ["0-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", "15.5-math.sin(q.anim_time*40*1.6)*8-(math.sin(q.anim_time*40*1.6)*8)", 0] + }, + "tailfin": { + "rotation": [ + "0-math.sin(q.anim_time*120*4)*5-(math.sin(q.anim_time*120*4)*5)", + "-4.5-math.sin(q.anim_time*40*1.6)*8-(math.sin(q.anim_time*40*1.6)*8)", + 0 + ] + } + } + }, + "animation.eelektrik.water_swim": { + "loop": true, + "bones": { + "eelektrik": { + "position": [ + "0-math.sin(q.anim_time*20*4)*1-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*10*4)*1)-math.sin(q.anim_time*26*4)*2-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*10*4)*1)", + "2-math.sin(q.anim_time*20*4)*1-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*10*4)*1)", + "-15-math.sin(q.anim_time*50*4)*1-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*10*4)*1)-math.sin(q.anim_time*20*4)*1-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*26*4)*2)" + ] + }, + "head": { + "rotation": [9, "-4.5-math.sin(q.anim_time*90*4)*2-(math.sin(q.anim_time*90*4)*2)", 0] + }, + "upperfin": { + "rotation": ["-2.5-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", 0, 0] + }, + "downsyndromfin": { + "rotation": ["10-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", 0, 0] + }, + "neck": { + "rotation": [ + "0-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", + "-4.5-math.sin(q.anim_time*40*4)*6-(math.sin(q.anim_time*40*4)*6)", + 0 + ] + }, + "body1": { + "rotation": ["0+math.sin(q.anim_time*80*4)*2+(math.sin(q.anim_time*80*4)*2)", "-3+math.sin(q.anim_time*40*1.6)*6+(math.sin(q.anim_time*40*1.6)*6)", 0] + }, + "body2": { + "rotation": ["0-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", "10.5-math.sin(q.anim_time*40*4)*3-(math.sin(q.anim_time*40*4)*3)", 0] + }, + "tail1": { + "rotation": ["0+math.sin(q.anim_time*80*4)*5+(math.sin(q.anim_time*80*4)*5)", "4.5+math.sin(q.anim_time*40*1.6)*3+(math.sin(q.anim_time*40*1.6)*4)", 0] + }, + "tail2": { + "rotation": [ + "2.0631-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", + "-14.0963-math.sin(q.anim_time*40*4)*3-(math.sin(q.anim_time*40*4)*3)", + -2.2797 + ] + }, + "tail3": { + "rotation": ["0-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", "15.5-math.sin(q.anim_time*40*1.6)*8-(math.sin(q.anim_time*40*1.6)*8)", 0] + }, + "tailfin": { + "rotation": [ + "0-math.sin(q.anim_time*120*4)*5-(math.sin(q.anim_time*120*4)*5)", + "-4.5-math.sin(q.anim_time*40*1.6)*8-(math.sin(q.anim_time*40*1.6)*8)", + 0 + ] + } + } + }, + "animation.eelektrik.blink": { + "animation_length": 0.125, + "bones": { + "eyes": { + "position": { + "0.0": [0, 1.3, 0], + "0.0417": [0, 1.3, 0], + "0.0833": [0, 1.3, 0], + "0.125": [0, 0, 0] + }, + "scale": { + "0.0": [1, 0, 1], + "0.0417": [1, 0, 1], + "0.0833": [1, 0, 1], + "0.125": [1, 1, 1] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/eelektross/eelektross.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/eelektross/eelektross.animation.json new file mode 100644 index 0000000..0b28b78 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/eelektross/eelektross.animation.json @@ -0,0 +1,459 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.eelektross.ground_idle": { + "loop": true, + "bones": { + "head": { + "rotation": ["6.4793+math.cos((query.anim_time-0.3)*90*2)*2", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*2)", -0.15911], + "position": [ + "0+math.sin(q.anim_time*10*4)*2+(math.sin(q.anim_time*5*4)*2)*2-(math.sin(q.anim_time*10*4)*2):+(math.sin(q.anim_time*10*4)*4)", + "23-math.sin(q.anim_time*20*4)*2-(math.sin(q.anim_time*20*4)*2)", + "-7+math.sin(q.anim_time*5*1)*2+(math.sin(q.anim_time*4*1)*4)" + ] + }, + "front2": { + "rotation": ["23.4793+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911], + "position": [0, -0.4, 0] + }, + "thing1": { + "rotation": ["-31.5207+math.cos((query.anim_time-0.3)*90*2)*2", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*2)", -0.15911] + }, + "thing2": { + "rotation": ["-11.5207+math.cos((query.anim_time-0.3)*90*2)*2", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*2)", -0.15911], + "position": [0, 0, -0.4] + }, + "thing3": { + "rotation": ["-8.5207+math.cos((query.anim_time-0.3)*90*2)*2", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*2)", -0.15911] + }, + "thing4": { + "rotation": ["-3.5207+math.cos((query.anim_time-0.3)*90*2)*2", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*2)", -0.15911], + "position": [0, 0, -0.4] + }, + "thing5": { + "rotation": ["-2.5207+math.cos((query.anim_time-0.3)*90*2)*2", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*2)", -0.15911] + }, + "thing6": { + "rotation": ["-11.5207+math.cos((query.anim_time-0.3)*90*2)*2", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*2)", -0.15911] + }, + "thing7": { + "rotation": ["-14.5207+math.cos((query.anim_time-0.3)*90*2)*2", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*2)", -0.15911] + }, + "head2": { + "rotation": ["-2.5207+math.cos((query.anim_time-0.3)*90*2)*2", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*2)", -0.15911] + }, + "head3": { + "rotation": [-3, 0, 0] + }, + "head4": { + "rotation": [-2, 0, 0] + }, + "torso": { + "rotation": ["-1.5207+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911] + }, + "body": { + "rotation": ["-7.5207+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911] + }, + "body2": { + "rotation": ["7.4793+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911] + }, + "body3": { + "rotation": ["10.9651+math.cos((query.anim_time-0.9)*90*2)*2", "-11.9807-math.sin((query.anim_time-0.9)*90*2)*3", 0.6869] + }, + "body4": { + "rotation": ["-11.0496+math.cos((query.anim_time-0.9)*90*2)*2", "10.4497-math.sin((query.anim_time-0.9)*90*2)*3", -4.43239] + }, + "body5": { + "rotation": ["3.9651+math.cos((query.anim_time-0.9)*90*2)*2", "-11.9807-math.sin((query.anim_time-0.9)*90*2)*3", 0.6869] + }, + "body6": { + "rotation": ["-3.0349+math.cos((query.anim_time-0.9)*90*2)*2", "-11.9807-math.sin((query.anim_time-0.9)*90*2)*3", 0.6869] + }, + "lilhand_right": { + "rotation": [55, -39, 0] + }, + "lilhand_left": { + "rotation": [15, 38, -42] + }, + "tail": { + "rotation": ["-4.0349+math.cos((query.anim_time-0.9)*90*2)*5", "-11.9807-math.sin((query.anim_time-0.9)*90*2)*5", 0.6869], + "position": [0, 0, -0.8] + }, + "tail2": { + "rotation": ["10.9464+math.cos((query.anim_time-0.9)*90*2)*5", "7.9046-math.sin((query.anim_time-0.9)*90*2)*5", 2.83631], + "position": [0, 0, -0.9] + }, + "tail3": { + "rotation": ["10.8902+math.cos((query.anim_time-0.9)*90*2)*5", "3.9277-math.sin((query.anim_time-0.9)*90*2)*5", 2.40331], + "position": [0, 0.3, -0.7] + }, + "tail4": { + "rotation": ["4.4793+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911] + }, + "right_arm": { + "rotation": ["92.9532+math.cos((query.anim_time-0.9)*90*2)*15", "-12.66+math.cos((query.anim_time-0.9)*90*2)*15", 7.87077] + }, + "right_arm2": { + "rotation": ["7.8373-math.cos((query.anim_time-0.3)*90*2)*5", "-6.1866-(-math.sin((query.anim_time-0.3)*90*2)*5)", 29.31963], + "position": [-1, 0.1, 0] + }, + "right_arm3": { + "rotation": ["8.0386-math.cos((query.anim_time-0.3)*90*2)*5", "8.4913-(-math.sin((query.anim_time-0.3)*90*2)*5)", 15.83844], + "position": [0, 0.3, 0] + }, + "right_arm4": { + "rotation": ["-7.5207-math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445-(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911] + }, + "finger2": { + "rotation": [1.74941, 0.96947, -28.9852] + }, + "finger1": { + "rotation": [0, 0, -34] + }, + "left_arm": { + "rotation": ["76.6532-math.cos((query.anim_time-0.9)*90*2)*15", "13.0052-math.cos((query.anim_time-0.9)*90*2)*15", -7.04899] + }, + "left_arm2": { + "rotation": ["3.0362-math.cos((query.anim_time-0.3)*90*2)*5", "10.8061-(-math.sin((query.anim_time-0.3)*90*2)*5)", -32.3539], + "position": [0.9, 0.3, 0] + }, + "left_arm3": { + "rotation": ["5.6806-math.cos((query.anim_time-0.3)*90*2)*5", "10.2286-(-math.sin((query.anim_time-0.3)*90*2)*5)", -9.21155], + "position": [0, 0.5, 0] + }, + "left_arm4": { + "rotation": ["5.4624-math.cos((query.anim_time-0.3)*90*2)*5", "10.3205-(-math.sin((query.anim_time-0.3)*90*2)*5)", -11.2213] + }, + "left_arm5": { + "rotation": ["6.1065-math.cos((query.anim_time-0.3)*90*2)*5", "10.0223-(-math.sin((query.anim_time-0.3)*90*2)*5)", -5.19425], + "position": [0.4, 0, 0] + }, + "finger4": { + "rotation": [0, 0, 34] + }, + "finger5": { + "rotation": [0, 0, 30] + }, + "finger7": { + "rotation": [0, 0, 45] + }, + "front": { + "position": [0, -0.2, 0] + }, + "right_arm5": { + "rotation": ["-9.7186-math.cos((query.anim_time-0.3)*90*2)*5", "0.8346-(-math.sin((query.anim_time-0.3)*90*2)*5)", 10.78369], + "position": [-0.6, -0.2, 0] + } + } + }, + "animation.eelektross.ground_walk": { + "loop": true, + "bones": { + "head": { + "rotation": ["6.4793+math.cos((query.anim_time-0.3)*90*2)*2", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*2)", -0.15911], + "position": [ + "0+math.sin(q.anim_time*10*4)*2+(math.sin(q.anim_time*5*4)*2)*2-(math.sin(q.anim_time*10*4)*2):+(math.sin(q.anim_time*10*4)*4)", + "23-math.sin(q.anim_time*20*4)*2-(math.sin(q.anim_time*20*4)*2)", + "-7+math.sin(q.anim_time*5*1)*2+(math.sin(q.anim_time*4*1)*4)" + ] + }, + "front2": { + "rotation": ["23.4793+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911], + "position": [0, -0.4, 0] + }, + "thing1": { + "rotation": ["-31.5207+math.cos((query.anim_time-0.3)*90*2)*2", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*2)", -0.15911] + }, + "thing2": { + "rotation": ["-11.5207+math.cos((query.anim_time-0.3)*90*2)*2", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*2)", -0.15911], + "position": [0, 0, -0.4] + }, + "thing3": { + "rotation": ["-8.5207+math.cos((query.anim_time-0.3)*90*2)*2", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*2)", -0.15911] + }, + "thing4": { + "rotation": ["-3.5207+math.cos((query.anim_time-0.3)*90*2)*2", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*2)", -0.15911], + "position": [0, 0, -0.4] + }, + "thing5": { + "rotation": ["-2.5207+math.cos((query.anim_time-0.3)*90*2)*2", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*2)", -0.15911] + }, + "thing6": { + "rotation": ["-11.5207+math.cos((query.anim_time-0.3)*90*2)*2", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*2)", -0.15911] + }, + "thing7": { + "rotation": ["-14.5207+math.cos((query.anim_time-0.3)*90*2)*2", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*2)", -0.15911] + }, + "head2": { + "rotation": ["-2.5207+math.cos((query.anim_time-0.3)*90*2)*2", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*2)", -0.15911] + }, + "head3": { + "rotation": [-3, 0, 0] + }, + "head4": { + "rotation": [-2, 0, 0] + }, + "torso": { + "rotation": ["-1.5207+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911] + }, + "body": { + "rotation": ["-7.5207+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911] + }, + "body2": { + "rotation": ["7.4793+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911] + }, + "body3": { + "rotation": ["10.9651+math.cos((query.anim_time-0.9)*90*2)*15", "-11.9807-math.sin((query.anim_time-0.9)*90*2)*10", 0.6869] + }, + "body4": { + "rotation": ["-5.5207+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911] + }, + "body5": { + "rotation": ["1.4793+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911] + }, + "body6": { + "rotation": ["6+math.cos((query.anim_time-0.9)*90*2)*15", "0-math.sin((query.anim_time-0.9)*90*2)*10", 0] + }, + "lilhand_right": { + "rotation": [55, -39, 0] + }, + "lilhand_left": { + "rotation": [15, 38, -42] + }, + "tail": { + "rotation": ["-4.5207+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911], + "position": [0, 0, -0.8] + }, + "tail2": { + "rotation": ["-10.5207+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911], + "position": [0, 0, -0.9] + }, + "tail3": { + "rotation": ["-9.5207+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911], + "position": [0, 0.3, -0.7] + }, + "tail4": { + "rotation": ["4.4793+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911] + }, + "right_arm": { + "rotation": ["92.9532+math.cos((query.anim_time-0.9)*90*2)*15", "-12.66+math.cos((query.anim_time-0.9)*90*2)*15", 7.87077] + }, + "right_arm2": { + "rotation": ["7.8373-math.cos((query.anim_time-0.3)*90*2)*5", "-6.1866-(-math.sin((query.anim_time-0.3)*90*2)*5)", 29.31963], + "position": [-1, 0.1, 0] + }, + "right_arm3": { + "rotation": ["8.0386-math.cos((query.anim_time-0.3)*90*2)*5", "8.4913-(-math.sin((query.anim_time-0.3)*90*2)*5)", 15.83844], + "position": [0, 0.3, 0] + }, + "right_arm4": { + "rotation": ["-7.5207-math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445-(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911] + }, + "finger2": { + "rotation": [1.74941, 0.96947, -28.9852] + }, + "finger1": { + "rotation": [0, 0, -34] + }, + "left_arm": { + "rotation": ["76.6532-math.cos((query.anim_time-0.9)*90*2)*15", "13.0052-math.cos((query.anim_time-0.9)*90*2)*15", -7.04899] + }, + "left_arm2": { + "rotation": ["3.0362-math.cos((query.anim_time-0.3)*90*2)*5", "10.8061-(-math.sin((query.anim_time-0.3)*90*2)*5)", -32.3539], + "position": [0.9, 0.3, 0] + }, + "left_arm3": { + "rotation": ["5.6806-math.cos((query.anim_time-0.3)*90*2)*5", "10.2286-(-math.sin((query.anim_time-0.3)*90*2)*5)", -9.21155], + "position": [0, 0.5, 0] + }, + "left_arm4": { + "rotation": ["5.4624-math.cos((query.anim_time-0.3)*90*2)*5", "10.3205-(-math.sin((query.anim_time-0.3)*90*2)*5)", -11.2213] + }, + "left_arm5": { + "rotation": ["6.1065-math.cos((query.anim_time-0.3)*90*2)*5", "10.0223-(-math.sin((query.anim_time-0.3)*90*2)*5)", -5.19425], + "position": [0.4, 0, 0] + }, + "finger4": { + "rotation": [0, 0, 34] + }, + "finger5": { + "rotation": [0, 0, 30] + }, + "finger7": { + "rotation": [0, 0, 45] + }, + "front": { + "position": [0, -0.2, 0] + }, + "right_arm5": { + "rotation": ["-9.7186-math.cos((query.anim_time-0.3)*90*2)*5", "0.8346-(-math.sin((query.anim_time-0.3)*90*2)*5)", 10.78369], + "position": [-0.6, -0.2, 0] + } + } + }, + "animation.eelektross.battle_idle": { + "loop": true, + "bones": { + "head": { + "rotation": [68, 0, 0], + "position": [ + 0, + "24.5+math.clamp(math.sin(query.anim_time*90*4*1+200)*0.75,-0.0,0.75)+math.clamp(math.sin(query.anim_time*90*4*1+200)*2,-5,2)", + "0+math.sin(q.anim_time*90*4-75)*0.7" + ] + }, + "front2": { + "rotation": ["12.4793+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911], + "position": [0, -0.4, 0] + }, + "thing1": { + "rotation": ["-40.5207-math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445-(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911] + }, + "thing2": { + "rotation": ["-22.4908+math.cos((query.anim_time-0.3)*90*2)*5", "-2.429+(-math.sin((query.anim_time-0.3)*90*2)*5)", 0.51133], + "position": [0, 0, -0.4] + }, + "thing3": { + "rotation": ["-13.5312+math.cos((query.anim_time-0.3)*90*2)*5", "-6.4459+(-math.sin((query.anim_time-0.3)*90*2)*5)", -1.24314] + }, + "thing4": { + "rotation": ["-0.0207+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911], + "position": [0, 0, -1] + }, + "thing5": { + "rotation": ["17.4793+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911], + "position": [0, 0, -0.9] + }, + "thing6": { + "rotation": ["15.4793+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911], + "position": [0, 0, -0.6] + }, + "thing7": { + "rotation": ["19.4793+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911] + }, + "head2": { + "rotation": [-82.90433, -2.43553, 2.84897], + "position": [0, -1.6, -3] + }, + "head3": { + "rotation": ["0.4793+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911] + }, + "head4": { + "rotation": [-13, 0, 0] + }, + "torso": { + "rotation": [-20, 0, 0], + "position": [0, -0.1, 0] + }, + "body": { + "rotation": [-19, 0, 0] + }, + "body2": { + "rotation": ["-11.5207+math.cos((query.anim_time-0.3)*90*2)*2", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*2)", -0.15911], + "scale": [1.02, 1, 1] + }, + "body3": { + "rotation": [15, 0, 0] + }, + "body4": { + "rotation": ["33.4793+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911], + "position": [0, -0.2, 0] + }, + "body5": { + "rotation": [29, 0, 0], + "position": [0, -0.2, 0], + "scale": [0.97, 1, 1] + }, + "body6": { + "rotation": [21.5, 0, 0], + "scale": [1.1, 1, 1] + }, + "lilhand_right": { + "rotation": [ + "math.clamp(math.sin(query.anim_time*90*4*1+0)*22.5,-22,0)+math.clamp(math.sin(query.anim_time*90*4*1+0)*22.5,0,22)", + 0, + "23+math.clamp(math.sin(query.anim_time*90*4*1+10)*17.5,-17,0)" + ] + }, + "lilhand_left": { + "rotation": [ + "-10.4434+math.clamp(math.sin(query.anim_time*90*4*1+0)*22.5,-22,0)+math.clamp(math.sin(query.anim_time*90*4*1+0)*22.5,0,22)", + -12.18975, + "-14.8818+math.clamp(math.sin(query.anim_time*90*4*1+10)*17.5,-17,0)" + ] + }, + "tail": { + "rotation": ["7.4793+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911], + "position": [0, 0, -0.8] + }, + "tail2": { + "rotation": ["7.4793+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911], + "position": [0, 0, -1.9] + }, + "tail3": { + "rotation": ["14.4793+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911], + "position": [0, 0.3, -0.7] + }, + "tail4": { + "rotation": ["7.4793+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911], + "position": [0, 0.1, 0] + }, + "right_arm": { + "rotation": [25.1259, "-15.3897-math.cos((query.anim_time-0.9)*50*2)*15", "39.8307-math.cos((query.anim_time-0.9)*40*2)*15"] + }, + "right_arm2": { + "rotation": [0, 0, 32.5], + "position": [-1, 0.1, 0] + }, + "right_arm3": { + "rotation": [-3.08568, "7.2715-math.cos((query.anim_time-0.9)*50*2)*15", "1.5884-math.cos((query.anim_time-0.9)*40*2)*15"], + "position": [0.2, -0.3, 0] + }, + "right_arm4": { + "rotation": [0, 0, -2] + }, + "finger2": { + "rotation": [1.74941, 0.96947, -28.9852] + }, + "finger1": { + "rotation": [0, 0, -34] + }, + "left_arm": { + "rotation": [25.92998, "13.9213-math.cos((query.anim_time-0.9)*50*2)*15", "-16-math.cos((query.anim_time-0.9)*40*2)*15"] + }, + "left_arm2": { + "rotation": [0, 0, "-40-(-math.sin((query.anim_time-0.3)*90*2)*5)"], + "position": [0.9, 0.3, 0] + }, + "left_arm3": { + "rotation": [-7.29519, "5.6043+math.cos((query.anim_time-0.9)*50*2)*15", "0.215+math.cos((query.anim_time-0.9)*40*2)*15"], + "position": [0, -0.2, 0] + }, + "left_arm4": { + "rotation": [0, 0, 16] + }, + "left_arm5": { + "rotation": [0, 0, "-16-(-math.sin((query.anim_time-0.3)*90*2)*5)"], + "position": [1.5, 0, 0] + }, + "finger4": { + "rotation": [0, 0, 34] + }, + "finger5": { + "rotation": [0, 0, 30] + }, + "finger7": { + "rotation": [0, 0, 45] + }, + "front": { + "rotation": [-67, 0, 0], + "position": [0, -1.7, -0.5] + }, + "right_arm5": { + "rotation": [0, 0, "13-(-math.sin((query.anim_time-0.3)*90*2)*5)"], + "position": [-0.5, 0, 0] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/espurr/espurr.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/espurr/espurr.animation.json new file mode 100644 index 0000000..ddb5347 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/espurr/espurr.animation.json @@ -0,0 +1,739 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.espurr.ground_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "arm_r": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [0, 0, 5], + "2.0": [0, 0, 0] + } + }, + "arm_l": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [0, 0, -5], + "2.0": [0, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [0, -5, 0], + "1.0": [10, 5, 0], + "2.0": [0, -5, 0] + } + }, + "head": { + "rotation": ["-math.sin((q.anim_time*90*2)+90)*1", 0, 0] + } + } + }, + "animation.espurr.battle_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "arm_r": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [0, 0, 5], + "2.0": [0, 0, 0] + } + }, + "arm_l": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [0, 0, -5], + "2.0": [0, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [0, -5, 0], + "1.0": [10, 5, 0], + "2.0": [0, -5, 0] + } + }, + "head": { + "rotation": ["-math.sin((q.anim_time*90*2)+90)*1", 0, 0] + } + } + }, + "animation.espurr.ground_walk": { + "loop": true, + "animation_length": 0.5, + "bones": { + "arm_r": { + "rotation": { + "0.0": [-30, 0, 0], + "0.25": [30, 0, 0], + "0.5": [-30, 0, 0] + } + }, + "arm_l": { + "rotation": { + "0.0": [30, 0, 0], + "0.25": [-30, 0, 0], + "0.5": [30, 0, 0] + } + }, + "leg_l": { + "rotation": { + "0.0": [-30, 0, 0], + "0.25": [30, 0, 0], + "0.5": [-30, 0, 0] + } + }, + "leg_r": { + "rotation": { + "0.0": [30, 0, 0], + "0.25": [-30, 0, 0], + "0.5": [30, 0, 0] + } + } + } + }, + "animation.espurr.faint": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [25, 0, 0], + "1.25": [25, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.375": [0, -1.25, 0], + "1.25": [0, -1.25, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [15, 0, 0], + "1.25": [15, 0, 0] + } + }, + "arm_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [-95, 0, 0], + "1.25": [-95, 0, 0] + } + }, + "arm_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [-95, 0, 0], + "1.25": [-95, 0, 0] + } + }, + "leg_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [60, 0, 0], + "1.25": [60, 0, 0] + } + }, + "leg_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [65, 0, 0], + "1.25": [65, 0, 0] + } + } + } + }, + "animation.espurr.sleep": { + "loop": true, + "animation_length": 3, + "bones": { + "body": { + "position": [0, -1.75, 0] + }, + "head": { + "rotation": { + "0.0": [22.5, 0, 0], + "1.5": [30, 0, 0], + "3.0": [22.5, 0, 0] + } + }, + "eye_r": { + "position": [0, 0, 0.25] + }, + "eye_l": { + "position": [0, 0, 0.25] + }, + "leg_l": { + "rotation": [-90, -25, 0], + "position": [0, 0, -1] + }, + "leg_r": { + "rotation": [-90, 25, 0], + "position": [0, 0, -1] + }, + "closed_r": { + "position": [0, 0, -0.27] + }, + "closed_l": { + "position": [0, 0, -0.27] + } + } + }, + "animation.espurr.cry": { + "animation_length": 0.5, + "bones": { + "mouth": { + "position": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [0, 0, 0], + "post": [0, 0, -0.25] + }, + "0.3333": { + "pre": [0, 0, -0.25], + "post": [0, 0, 0] + } + } + } + } + }, + "animation.espurr.recoil": { + "animation_length": 1.5, + "bones": { + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-2.9, 1.5, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-0.3, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "eye_r_closed": { + "position": { + "0.0": [-0.27, 0, 0], + "0.25": { + "pre": [-0.27, 0, 0], + "post": [-0.27, 0, 0] + }, + "0.2917": { + "pre": [-0.27, 0, 0], + "post": [0, 0, 0] + } + } + }, + "eye_l_closed": { + "position": { + "0.0": [0.27, 0, 0], + "0.25": { + "pre": [0.27, 0, 0], + "post": [0.27, 0, 0] + }, + "0.2917": { + "pre": [0.27, 0, 0], + "post": [0, 0, 0] + } + } + }, + "shoulder_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-3, -2.5, 0], + "post": [-3, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "forearm_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "paw_fl": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [12, 0, 0], + "post": [12, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "shoulder_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-3, 2.5, 0], + "post": [-3, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "forearm_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "paw_fr": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [12, 0, 0], + "post": [12, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "thigh_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "knee_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [15.5, 0, 0], + "post": [15.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-1.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "calf_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "paw_br": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [8, 0, 0], + "post": [8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "thigh_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "knee_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [15.5, 0, 0], + "post": [15.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-1.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "calf_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "paw_bl": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [8, 0, 0], + "post": [8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 1, 0], + "post": [-8, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [7.5, 0, 0], + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-2.9, 1.5, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-0.3, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "eye_r": { + "position": { + "0.0": [0, 0, 0.25], + "0.25": { + "pre": [0, 0, 0.25], + "post": [0, 0, 0.25] + }, + "0.2917": { + "pre": [0, 0, 0.25], + "post": [0, 0, 0] + } + } + }, + "closed_r": { + "position": { + "0.0": [0, 0, -0.27], + "0.25": { + "pre": [0, 0, -0.27], + "post": [0, 0, -0.27] + }, + "0.2917": { + "pre": [0, 0, -0.27], + "post": [0, 0, 0] + } + } + }, + "eye_l": { + "position": { + "0.0": [0, 0, 0.25], + "0.25": { + "pre": [0, 0, 0.25], + "post": [0, 0, 0.25] + }, + "0.2917": { + "pre": [0, 0, 0.25], + "post": [0, 0, 0] + } + } + }, + "closed_l": { + "position": { + "0.0": [0, 0, -0.27], + "0.25": { + "pre": [0, 0, -0.27], + "post": [0, 0, -0.27] + }, + "0.2917": { + "pre": [0, 0, -0.27], + "post": [0, 0, 0] + } + } + } + } + }, + "animation.espurr.physical": { + "animation_length": 1, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.5": [-5, 0, 0], + "0.625": [5, 0, 0], + "1.0": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.25": [0, 0, 0], + "0.5": [-5, 0, 0], + "0.625": [15, 0, 0], + "1.0": [0, 0, 0] + } + } + } + }, + "animation.espurr.special": { + "animation_length": 1.5, + "bones": { + "espurr": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 3, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0] + } + }, + "eye_r": { + "position": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [0, 0, 0.25] + } + } + }, + "eye_l": { + "position": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [0, 0, 0.25] + } + } + }, + "closed_l": { + "position": [0, 0, 0] + }, + "ear_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, -20] + } + }, + "ear_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 20] + } + }, + "arm_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-50, 0, 35] + } + }, + "arm_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-50, 0, -35] + } + }, + "leg_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [5, 0, 0] + } + }, + "leg_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [5, 0, 0] + } + }, + "glow_l": { + "position": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [0, 0, -0.5] + } + } + }, + "glow_r": { + "position": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [0, 0, -0.5] + } + } + } + } + }, + "animation.espurr.status": { + "animation_length": 1.25, + "bones": { + "espurr": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [5, 0, 0], + "0.5": [5, 0, 0], + "0.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0.25], + "0.5": [0, 0, 0.25], + "0.75": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [5, 0, 0], + "0.5": [5, 0, 0], + "0.75": [-2.5, 0, 0] + } + }, + "arm_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-122.5, 0, 0], + "0.5": [-122.5, 0, 0], + "0.75": [-60, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, -1], + "0.5": [0, 0, -1] + } + }, + "arm_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-122.5, 0, 0], + "0.5": [-122.5, 0, 0], + "0.75": [-60, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, -1], + "0.5": [0, 0, -1] + } + }, + "leg_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.5": [-5, 0, 0], + "0.75": [0, 0, 0] + } + }, + "leg_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.5": [-5, 0, 0], + "0.75": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/eternatus/eternatus.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/eternatus/eternatus.animation.json new file mode 100644 index 0000000..7a174a9 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/eternatus/eternatus.animation.json @@ -0,0 +1,903 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.eternatus.ground_idle": { + "loop": true, + "animation_length": 6, + "bones": { + "mainbody": { + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "2.75": [0, 2, 0], + "3.25": [0, 2, 0], + "6.0": [0, 0, 0] + } + }, + "spine": { + "rotation": [0, 0, "math.sin(q.anim_time*30*2-150)*1"] + }, + "topspine": { + "rotation": [-46.32261, -12.33509, "-49.8161+math.sin(q.anim_time*30*2-10)*3 "] + }, + "spineseg2": { + "rotation": [0, 0, "0+math.sin(q.anim_time*30*2-12)*4"] + }, + "spineseg3": { + "rotation": [0, 2.5, "math.sin(q.anim_time*30*2-150)*6"] + }, + "jaw": { + "rotation": { + "0.0": [0, 0, 0], + "3.0": [0, 0, -12.5], + "6.0": [0, 0, 0] + } + }, + "spinebackseg2": { + "rotation": [0, 0, "math.sin(q.anim_time*30*2-10)*3 "] + }, + "lleg": { + "position": { + "0.0": [0, 0, 0], + "3.0": [0, 1, 0], + "6.0": [0, 0, 0] + } + }, + "rleg": { + "position": { + "0.0": [0, 0, 0], + "3.0": [0, 1, 0], + "6.0": [0, 0, 0] + } + }, + "spinebackseg3": { + "rotation": [0, 0, "math.sin(q.anim_time*30*2-12)*5 "] + }, + "tail": { + "rotation": [0, 0, "math.sin(q.anim_time*30*2-150)*7"] + }, + "tailseg1": { + "rotation": [0, 0, "math.sin(q.anim_time*30*2-180)*9"] + }, + "tailseg2": { + "rotation": [0, 0, "math.sin(q.anim_time*30*2-180)*11"] + }, + "tailtip": { + "rotation": [0, 0, "math.sin(q.anim_time*30*2-180)*13"] + }, + "rarm": { + "position": { + "0.0": [0, 0, 0], + "3.0": [-1, 1, 0], + "6.0": [0, 0, 0] + } + }, + "larm": { + "position": { + "0.0": [0, 0, 0], + "3.0": [0, 1, 1], + "6.0": [0, 0, 0] + } + }, + "shlognr": { + "rotation": ["-math.sin(q.anim_time*30*2-10)*3 ", "-math.sin(q.anim_time*30*2-10)*3 ", "-math.sin(q.anim_time*30*2-10)*3 "] + }, + "rseg2": { + "rotation": ["-math.sin(q.anim_time*30*2-12)*5 ", "-math.sin(q.anim_time*30*2-12)*5 ", "-math.sin(q.anim_time*30*2-12)*5 "] + }, + "rseg3": { + "rotation": ["-math.sin(q.anim_time*30*2-150)*7", "-math.sin(q.anim_time*30*2-150)*7", "-math.sin(q.anim_time*30*2-150)*7"] + }, + "rseg4": { + "rotation": ["-math.sin(q.anim_time*30*2-180)*9", "-math.sin(q.anim_time*30*2-180)*9", "-math.sin(q.anim_time*30*2-180)*9"] + }, + "rseg5": { + "rotation": ["math.sin(q.anim_time*30*2-180)*11", "-math.sin(q.anim_time*30*2-180)*11", "math.sin(q.anim_time*30*2-180)*11"] + }, + "rseg6": { + "rotation": { + "0.0": ["-math.sin(q.anim_time*30*2-180)*13", "-math.sin(q.anim_time*30*2-180)*13", "math.sin(q.anim_time*30*2-180)*13"], + "2.0417": ["math.sin(q.anim_time*30*2-180)*13", "-math.sin(q.anim_time*30*2-180)*13", "math.sin(q.anim_time*30*2-180)*13"], + "6.0": ["math.sin(q.anim_time*30*2-180)*13", "-math.sin(q.anim_time*30*2-180)*13", "math.sin(q.anim_time*30*2-180)*13"] + } + }, + "rseg7": { + "rotation": ["math.sin(q.anim_time*30*2-180)*15", "-math.sin(q.anim_time*30*2-180)*15", "math.sin(q.anim_time*30*2-180)*15"] + }, + "rseg8": { + "rotation": ["-math.sin(q.anim_time*30*2-180)*15", "math.sin(q.anim_time*30*2-180)*15", "-math.sin(q.anim_time*30*2-180)*15"] + }, + "schlongl": { + "rotation": ["math.sin(q.anim_time*30*2-10)*3 ", "math.sin(q.anim_time*30*2-10)*3 ", "math.sin(q.anim_time*30*2-10)*3 "] + }, + "lseg1": { + "rotation": ["math.sin(q.anim_time*30*2-12)*5 ", "math.sin(q.anim_time*30*2-12)*5", "math.sin(q.anim_time*30*2-12)*5 "] + }, + "lsge2": { + "rotation": ["math.sin(q.anim_time*30*2-12)*5 ", "math.sin(q.anim_time*30*2-12)*5 ", "math.sin(q.anim_time*30*2-12)*5 "] + }, + "lseg3": { + "rotation": ["math.sin(q.anim_time*30*2-150)*7", "math.sin(q.anim_time*30*2-150)*7", "math.sin(q.anim_time*30*2-150)*7"] + }, + "lseg4": { + "rotation": ["math.sin(q.anim_time*30*2-180)*9", "math.sin(q.anim_time*30*2-180)*9", "math.sin(q.anim_time*30*2-180)*9"] + }, + "lseg5": { + "rotation": ["math.sin(q.anim_time*30*2-180)*11", "math.sin(q.anim_time*30*2-180)*11", "math.sin(q.anim_time*30*2-180)*11"] + }, + "lseg6": { + "rotation": ["math.sin(q.anim_time*30*2-180)*13", "math.sin(q.anim_time*30*2-180)*13", "math.sin(q.anim_time*30*2-180)*13"] + }, + "lseg7": { + "rotation": ["math.sin(q.anim_time*30*2-180)*13", "math.sin(q.anim_time*30*2-180)*13", "math.sin(q.anim_time*30*2-180)*13"] + }, + "lseg8": { + "rotation": ["math.sin(q.anim_time*30*2-180)*15", "math.sin(q.anim_time*30*2-180)*15", "math.sin(q.anim_time*30*2-180)*15"] + }, + "looky": { + "rotation": ["10+math.sin(q.anim_time*30*2-150)*3 ", 0, "math.sin(q.anim_time*30*2-150)*4"] + } + } + }, + "animation.eternatus.special_attack": { + "loop": true, + "animation_length": 6.0417, + "bones": { + "mainbody": { + "position": { + "0.0": [0, 0, 0], + "1.25": [0, 0, 0], + "1.5": [0, 0, 8], + "1.5417": [0, 0, 6], + "1.5833": [0, 0, 8], + "1.625": [0, 0, 6], + "1.6667": [0, 0, 8], + "1.7083": [0, 0, 6], + "1.75": [0, 0, 8], + "1.7917": [0, 0, 6], + "1.8333": [0, 0, 8], + "1.875": [0, 0, 6], + "1.9167": [0, 0, 8], + "1.9583": [0, 0, 6], + "2.0": [0, 0, 8], + "2.0417": [0, 0, 6], + "2.0833": [0, 0, 8], + "2.125": [0, 0, 6], + "2.1667": [0, 0, 8], + "3.0": [0, 0, 0] + } + }, + "spine": { + "rotation": { + "0.0": [0, 0, -12.5], + "0.5": [0, 0, -12.5], + "1.0": [0, 0, -12.5], + "3.0": [0, 0, -12.5], + "3.5833": [0, 0, "math.sin(q.anim_time*30*2-150)*1"] + } + }, + "topspine": { + "rotation": { + "0.0": [0, 0, -7.5], + "0.5": [0, 0, -7.5], + "1.0": [0, 0, -7.5], + "3.0": [0, 0, -7.5], + "3.5833": [0, 0, "math.sin(q.anim_time*30*2-10)*3 "] + } + }, + "spineseg2": { + "rotation": { + "0.0": [0, 0, 2.5], + "0.5": [0, 0, 2.5], + "1.0": [0, 0, 2.5], + "3.0": [0, 0, 2.5], + "3.5833": [0, 0, "math.sin(q.anim_time*30*2-12)*5 "] + } + }, + "spineseg3": { + "rotation": { + "0.0": [0, 0, 10], + "0.5": [0, 0, 10], + "1.0": [0, 0, 10], + "3.0": [0, 0, 10], + "3.5833": [0, 0, "math.sin(q.anim_time*30*2-150)*7"] + } + }, + "neck": { + "rotation": { + "0.0": [-8.316, 9.50716, 19.62639], + "0.5": [-8.316, 9.50716, 19.62639], + "1.0": [-8.316, 9.50716, 19.62639], + "3.0": [-8.316, 9.50716, 19.62639], + "3.5833": [0, 0, "math.sin(q.anim_time*30*2-150)*7"] + } + }, + "jaw": { + "rotation": { + "0.0": [0, 0, 0], + "1.25": [0, 0, 0], + "1.5": [0, 0, -7.92], + "1.5417": [0, 0, 0], + "1.5833": [0, 0, -7.92], + "1.625": [0, 0, 0], + "1.6667": [0, 0, -7.92], + "1.7083": [0, 0, 0], + "1.75": [0, 0, -7.92], + "1.7917": [0, 0, 0], + "1.8333": [0, 0, -7.92], + "1.875": [0, 0, 0], + "1.9167": [0, 0, -7.92], + "1.9583": [0, 0, 0], + "2.0": [0, 0, -12.5], + "2.0417": [0, 0, -7.92], + "2.0833": [0, 0, 0], + "2.125": [0, 0, -7.92], + "2.1667": [0, 0, 0], + "2.2083": [0, 0, -7.92], + "2.25": [0, 0, 0], + "2.2917": [0, 0, -7.92], + "2.3333": [0, 0, 0], + "3.0": [0, 0, 0] + } + }, + "spinebackseg2": { + "rotation": { + "0.0": [0, 0, "math.sin(q.anim_time*30*2-10)*3 "], + "4.5833": [0, 0, "math.sin(q.anim_time*30*2-10)*3 "] + } + }, + "lleg": { + "position": { + "0.0": [0, 0, 0], + "2.0": [0, 1, 0], + "4.0": [0, 0, 0] + } + }, + "rleg": { + "position": { + "0.0": [0, 0, 0], + "2.0": [0, 1, 0], + "4.0": [0, 0, 0] + } + }, + "spinebackseg3": { + "rotation": { + "0.0": [0, 0, "math.sin(q.anim_time*30*2-12)*5 "], + "1.0": [0, 0, "math.sin(q.anim_time*30*2-12)*1 "], + "3.5": [0, 0, "math.sin(q.anim_time*30*2-12)*1 "], + "4.0": [0, 0, "math.sin(q.anim_time*30*2-12)*5 "] + } + }, + "tail": { + "rotation": { + "0.0": [0, 0, "math.sin(q.anim_time*30*2-150)*7"], + "1.0": [0, 0, "15+math.sin(q.anim_time*30*2-150)*2"], + "1.5": [0, 0, "20+math.sin(q.anim_time*30*2-150)*7"], + "4.0": [0, 0, "15+math.sin(q.anim_time*30*2-150)*2"], + "4.5833": [0, 0, "math.sin(q.anim_time*30*2-150)*7"] + } + }, + "tailseg1": { + "rotation": { + "0.0": [0, 0, "math.sin(q.anim_time*30*2-180)*9"], + "1.0": [0, 0, "10+math.sin(q.anim_time*30*2-180)*3"], + "1.5": [0, 0, "10+math.sin(q.anim_time*30*2-180)*9"], + "4.0": [0, 0, "10+math.sin(q.anim_time*30*2-180)*3"], + "4.5833": [0, 0, "math.sin(q.anim_time*30*2-180)*9"] + } + }, + "tailseg2": { + "rotation": { + "0.0": [0, 0, "math.sin(q.anim_time*30*2-180)*11"], + "1.0": [0, 0, "12.5+math.sin(q.anim_time*30*2-180)*6"], + "1.5": [0, 0, "12.5+math.sin(q.anim_time*30*2-180)*6"], + "4.0": [0, 0, "12.5+math.sin(q.anim_time*30*2-180)*6"], + "4.5833": [0, 0, "math.sin(q.anim_time*30*2-180)*11"] + } + }, + "tailtip": { + "rotation": { + "0.0": [0, 0, "math.sin(q.anim_time*30*2-180)*13"], + "1.0": [0, 0, "12.5+math.sin(q.anim_time*30*2-180)*5"], + "1.5": [0, 0, "12.5+math.sin(q.anim_time*30*2-180)*5"], + "4.0": [0, 0, "12.5+math.sin(q.anim_time*30*2-180)*5"], + "4.5833": [0, 0, "math.sin(q.anim_time*30*2-180)*13"] + } + }, + "rarm": { + "rotation": { + "0.0": [-11.87183, 39.3184, -36.82891], + "0.5": [-11.87183, 39.3184, -36.82891], + "1.0": [-11.87183, 39.3184, -36.82891], + "3.0": [-11.87183, 39.3184, -36.82891], + "3.5833": [0, 0, 0] + }, + "position": { + "0.0": [-1, 1, 0], + "0.5": [-1, 1, 0], + "1.0": [-1, 1, 0], + "3.0": [-1, 1, 0], + "3.5833": [0, 0, 0] + } + }, + "larm": { + "rotation": { + "0.0": [20.99692, -18.17696, -50.89594], + "0.5": [20.99692, -18.17696, -50.89594], + "1.0": [20.99692, -18.17696, -50.89594], + "3.0": [20.99692, -18.17696, -50.89594], + "3.5833": [0, 0, 0] + }, + "position": { + "0.0": [0, 1, 1], + "0.5": [0, 1, 1], + "1.0": [0, 1, 1], + "3.0": [0, 1, 1], + "3.5833": [0, 0, 0] + } + }, + "shlognr": { + "rotation": ["-math.sin(q.anim_time*30*2-10)*3 ", "-math.sin(q.anim_time*30*2-10)*3 ", "-math.sin(q.anim_time*30*2-10)*3 "] + }, + "rseg2": { + "rotation": ["-math.sin(q.anim_time*30*2-12)*5 ", "-math.sin(q.anim_time*30*2-12)*5 ", "-math.sin(q.anim_time*30*2-12)*5 "] + }, + "rseg3": { + "rotation": ["-math.sin(q.anim_time*30*2-150)*7", "-math.sin(q.anim_time*30*2-150)*7", "-math.sin(q.anim_time*30*2-150)*7"] + }, + "rseg4": { + "rotation": ["-math.sin(q.anim_time*30*2-180)*9", "-math.sin(q.anim_time*30*2-180)*9", "-math.sin(q.anim_time*30*2-180)*9"] + }, + "rseg5": { + "rotation": ["math.sin(q.anim_time*30*2-180)*11", "-math.sin(q.anim_time*30*2-180)*11", "math.sin(q.anim_time*30*2-180)*11"] + }, + "rseg6": { + "rotation": { + "0.0": ["-math.sin(q.anim_time*30*2-180)*13", "-math.sin(q.anim_time*30*2-180)*13", "math.sin(q.anim_time*30*2-180)*13"], + "1.0417": ["math.sin(q.anim_time*30*2-180)*13", "-math.sin(q.anim_time*30*2-180)*13", "math.sin(q.anim_time*30*2-180)*13"], + "3.5833": ["math.sin(q.anim_time*30*2-180)*13", "-math.sin(q.anim_time*30*2-180)*13", "math.sin(q.anim_time*30*2-180)*13"] + } + }, + "rseg7": { + "rotation": ["math.sin(q.anim_time*30*2-180)*15", "-math.sin(q.anim_time*30*2-180)*15", "math.sin(q.anim_time*30*2-180)*15"] + }, + "rseg8": { + "rotation": ["-math.sin(q.anim_time*30*2-180)*15", "math.sin(q.anim_time*30*2-180)*15", "-math.sin(q.anim_time*30*2-180)*15"] + }, + "schlongl": { + "rotation": ["math.sin(q.anim_time*30*2-10)*3 ", "math.sin(q.anim_time*30*2-10)*3 ", "math.sin(q.anim_time*30*2-10)*3 "] + }, + "lseg1": { + "rotation": ["math.sin(q.anim_time*30*2-12)*5 ", "math.sin(q.anim_time*30*2-12)*5", "math.sin(q.anim_time*30*2-12)*5 "] + }, + "lsge2": { + "rotation": ["math.sin(q.anim_time*30*2-12)*5 ", "math.sin(q.anim_time*30*2-12)*5 ", "math.sin(q.anim_time*30*2-12)*5 "] + }, + "lseg3": { + "rotation": ["math.sin(q.anim_time*30*2-150)*7", "math.sin(q.anim_time*30*2-150)*7", "math.sin(q.anim_time*30*2-150)*7"] + }, + "lseg4": { + "rotation": ["math.sin(q.anim_time*30*2-180)*9", "math.sin(q.anim_time*30*2-180)*9", "math.sin(q.anim_time*30*2-180)*9"] + }, + "lseg5": { + "rotation": ["math.sin(q.anim_time*30*2-180)*11", "math.sin(q.anim_time*30*2-180)*11", "math.sin(q.anim_time*30*2-180)*11"] + }, + "lseg6": { + "rotation": ["math.sin(q.anim_time*30*2-180)*13", "math.sin(q.anim_time*30*2-180)*13", "math.sin(q.anim_time*30*2-180)*13"] + }, + "lseg7": { + "rotation": ["math.sin(q.anim_time*30*2-180)*13", "math.sin(q.anim_time*30*2-180)*13", "math.sin(q.anim_time*30*2-180)*13"] + }, + "lseg8": { + "rotation": ["math.sin(q.anim_time*30*2-180)*15", "math.sin(q.anim_time*30*2-180)*15", "math.sin(q.anim_time*30*2-180)*15"] + }, + "core": { + "rotation": { + "0.0": [0, 360, 0], + "0.5": [0, 720, 0], + "1.0": [0, 1440, 0], + "1.25": [0, 2880, 0], + "1.5": [0, 1440, 0], + "1.75": [0, 2880, 0], + "2.0": [0, 0, 0], + "2.25": [0, 2880, 0], + "2.5": [0, 720, 0], + "3.0": [0, 0, 0] + } + }, + "rhand": { + "rotation": { + "0.0": [15.03043, -44.93873, -50.75249], + "0.5": [15.03043, -44.93873, -50.75249], + "1.0": [15.03043, -44.93873, -50.75249], + "3.0": [15.03043, -44.93873, -50.75249], + "3.5833": [0, 0, 0] + } + }, + "lhand": { + "rotation": { + "0.0": [0.0547, 4.82922, 63.79717], + "0.5": [0.0547, 4.82922, 63.79717], + "1.0": [0.0547, 4.82922, 63.79717], + "3.0": [0.0547, 4.82922, 63.79717], + "3.5833": [0, 0, 0] + } + }, + "looky": { + "rotation": ["5+math.sin(q.anim_time*30*2-150)*3 ", 0, "math.sin(q.anim_time*30*2-150)*7"] + } + } + }, + "animation.eternatus.ground_walk": { + "loop": true, + "bones": { + "spine": { + "rotation": [0, 0, "-10+math.sin(q.anim_time*30*3-150)*1"] + }, + "topspine": { + "rotation": [-28.40853, -2.8514, "-29.9509-math.sin(q.anim_time*15*4-10)*3"] + }, + "spineseg2": { + "rotation": [0, 0, "10+math.sin(q.anim_time*15*8-12)*3 "] + }, + "spineseg3": { + "rotation": [0, 0, "-2.5+math.sin(q.anim_time*15*8-10)*6 "] + }, + "spinebackseg2": { + "rotation": [0, 0, "math.sin(q.anim_time*30*2-10)*3 "] + }, + "spinebackseg3": { + "rotation": [0, 0, "2.5+math.sin(q.anim_time*15*10-12)*5"] + }, + "tail": { + "rotation": [0, 0, "7.5+math.sin(q.anim_time*30*5-150)*7"] + }, + "tailseg1": { + "rotation": [0, 0, "2.5+math.sin(q.anim_time*30*7-180)*4"] + }, + "tailseg2": { + "rotation": [0, 0, "10+math.sin(q.anim_time*30*8-180)*2"] + }, + "tailtip": { + "rotation": [0, 0, "2.5+math.sin(q.anim_time*30*9-180)*1"] + }, + "rarm": { + "position": [2, 1, 0] + }, + "larm": { + "position": [-1, 0, 2] + }, + "shlognr": { + "rotation": ["-math.sin(q.anim_time*30*2-10)*3 ", "-math.sin(q.anim_time*30*2-10)*3 ", "-math.sin(q.anim_time*30*2-10)*3 "] + }, + "rseg2": { + "rotation": ["-math.sin(q.anim_time*30*2-12)*5 ", "-math.sin(q.anim_time*30*2-12)*5 ", "-math.sin(q.anim_time*30*2-12)*5 "] + }, + "rseg3": { + "rotation": ["-math.sin(q.anim_time*30*2-150)*7", "-math.sin(q.anim_time*30*2-150)*7", "-math.sin(q.anim_time*30*2-150)*7"] + }, + "rseg4": { + "rotation": ["-math.sin(q.anim_time*30*2-180)*9", "-math.sin(q.anim_time*30*2-180)*9", "-math.sin(q.anim_time*30*2-180)*9"] + }, + "rseg5": { + "rotation": ["math.sin(q.anim_time*30*2-180)*11", "-math.sin(q.anim_time*30*2-180)*11", "math.sin(q.anim_time*30*2-180)*11"] + }, + "rseg6": { + "rotation": ["-math.sin(q.anim_time*30*2-180)*13", "-math.sin(q.anim_time*30*2-180)*13", "math.sin(q.anim_time*30*2-180)*13"] + }, + "rseg7": { + "rotation": ["math.sin(q.anim_time*30*2-180)*15", "-math.sin(q.anim_time*30*2-180)*15", "math.sin(q.anim_time*30*2-180)*15"] + }, + "rseg8": { + "rotation": ["-math.sin(q.anim_time*30*2-180)*15", "math.sin(q.anim_time*30*2-180)*15", "-math.sin(q.anim_time*30*2-180)*15"] + }, + "schlongl": { + "rotation": ["math.sin(q.anim_time*30*2-10)*3 ", "math.sin(q.anim_time*30*2-10)*3 ", "math.sin(q.anim_time*30*2-10)*3 "] + }, + "lseg1": { + "rotation": ["math.sin(q.anim_time*30*2-12)*5 ", "math.sin(q.anim_time*30*2-12)*5", "math.sin(q.anim_time*30*2-12)*5 "] + }, + "lsge2": { + "rotation": ["math.sin(q.anim_time*30*2-12)*5 ", "math.sin(q.anim_time*30*2-12)*5 ", "math.sin(q.anim_time*30*2-12)*5 "] + }, + "lseg3": { + "rotation": ["math.sin(q.anim_time*30*2-150)*7", "math.sin(q.anim_time*30*2-150)*7", "math.sin(q.anim_time*30*2-150)*7"] + }, + "lseg4": { + "rotation": ["math.sin(q.anim_time*30*2-180)*9", "math.sin(q.anim_time*30*2-180)*9", "math.sin(q.anim_time*30*2-180)*9"] + }, + "lseg5": { + "rotation": ["math.sin(q.anim_time*30*2-180)*11", "math.sin(q.anim_time*30*2-180)*11", "math.sin(q.anim_time*30*2-180)*11"] + }, + "lseg6": { + "rotation": ["math.sin(q.anim_time*30*2-180)*13", "math.sin(q.anim_time*30*2-180)*13", "math.sin(q.anim_time*30*2-180)*13"] + }, + "lseg7": { + "rotation": ["math.sin(q.anim_time*30*2-180)*13", "math.sin(q.anim_time*30*2-180)*13", "math.sin(q.anim_time*30*2-180)*13"] + }, + "lseg8": { + "rotation": ["math.sin(q.anim_time*30*2-180)*15", "math.sin(q.anim_time*30*2-180)*15", "math.sin(q.anim_time*30*2-180)*15"] + }, + "mainbody": { + "position": [0, "math.sin(q.anim_time*15*5-10)*1", 0] + }, + "looky": { + "rotation": ["7.5-math.sin(q.anim_time*30*2-150)*3 ", 0, 0] + } + } + }, + "animation.eternatus.cry": { + "animation_length": 2.5, + "bones": { + "topspine": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "spineseg2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "spineseg3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [0, 0, -35], + "1.0417": [0, 0, -30], + "1.0833": [0, 0, -35], + "1.125": [0, 0, -30], + "1.1667": [0, 0, -35], + "1.2083": [0, 0, -30], + "1.25": [0, 0, -35], + "1.2917": [0, 0, -30], + "1.3333": [0, 0, -35], + "1.375": [0, 0, -30], + "1.4167": [0, 0, -35], + "1.4583": [0, 0, -30], + "1.5": [0, 0, -35], + "2.5": [0, 0, 0] + } + }, + "rarm": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [7.73641, 33.41847, 21.81879], + "1.25": [7.73641, 33.41847, 21.81879], + "1.5": [7.73641, 33.41847, 21.81879], + "2.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.0": [0, -3, 0], + "1.25": [0, -3, 0], + "1.5": [0, -3, 0], + "2.5": [0, 0, 0] + } + }, + "rhand": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [3.72322, 1.58421, 10.95408], + "1.25": [3.72322, 1.58421, 10.95408], + "1.5": [3.72322, 1.58421, 10.95408], + "2.5": [0, 0, 0] + } + }, + "larm": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [-9.90294, -21.62656, 30.90761], + "1.25": [-9.90294, -21.62656, 30.90761], + "1.5": [-9.90294, -21.62656, 30.90761], + "2.5": [0, 0, 0] + } + }, + "lhand": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [7.40391, -10.95463, -19.83547], + "1.25": [7.40391, -10.95463, -19.83547], + "1.5": [7.40391, -10.95463, -19.83547], + "2.5": [0, 0, 0] + } + }, + "looky": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [58.66698, 4.00594, 56.4949], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "spinebackseg2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "spinebackseg3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tailseg1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.eternatus.faint": { + "animation_length": 3, + "bones": { + "topspine": { + "rotation": { + "0.0": [0, 0, 0], + "1.125": [0, 0, 2.5], + "2.25": [0.21865, 4.99523, 5.00954] + } + }, + "spineseg2": { + "rotation": { + "0.0": [0, 0, 0], + "1.125": [0.00581, -4.83435, 12.5661], + "2.25": [0.21865, 4.99523, 15.00954] + } + }, + "spineseg3": { + "rotation": { + "0.0": [0, 0, 0], + "1.125": [0.06886, -8.93531, 15.38539], + "2.25": [0.88045, 9.96156, 20.07673] + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "1.125": [0, -9.67108, 18.28414], + "2.25": [0, 2.5, 32.5] + } + }, + "jaw": { + "rotation": { + "0.0": [0, 0, 0], + "0.7917": [0, 0, -30], + "0.8333": [0, 0, -35], + "0.875": [0, 0, -30], + "0.9167": [0, 0, -35], + "0.9583": [0, 0, -30], + "1.0": [0, 0, -35], + "1.0417": [0, 0, -30], + "1.0833": [0, 0, -35], + "1.125": [0, 0, -35], + "1.1667": [0, 0, -35], + "1.2083": [0, 0, -30], + "1.25": [0, 0, -35], + "1.2917": [0, 0, -30], + "1.3333": [0, 0, -35], + "1.375": [0, 0, -30], + "1.4167": [0, 0, -35], + "1.4583": [0, 0, -30], + "1.5": [0, 0, -30], + "1.5417": [0, 0, -35], + "1.5833": [0, 0, -30], + "1.625": [0, 0, -35], + "1.6667": [0, 0, -30], + "1.7083": [0, 0, -35], + "1.75": [0, 0, -30], + "1.7917": [0, 0, -35], + "1.8333": [0, 0, -30], + "1.875": [0, 0, -35], + "1.9167": [0, 0, -30], + "1.9583": [0, 0, -35], + "2.0": [0, 0, -30], + "2.0417": [0, 0, -35], + "2.0833": [0, 0, -30], + "2.125": [0, 0, -35], + "2.1667": [0, 0, -30], + "2.2083": [0, 0, -35], + "2.25": [0, 0, -30], + "3.0": [0, 0, 2.5] + } + }, + "rarm": { + "rotation": { + "0.0": [0, 0, 0], + "1.125": [7.73641, 33.41847, 21.81879], + "2.25": [7.73641, 33.41847, 21.81879] + }, + "position": { + "0.0": [0, 0, 0], + "1.125": [0, -3, 0], + "2.25": [0, -3, 0] + } + }, + "rhand": { + "rotation": { + "0.0": [0, 0, 0], + "1.125": [3.72322, 1.58421, 10.95408], + "2.25": [3.72322, 1.58421, 10.95408] + } + }, + "larm": { + "rotation": { + "0.0": [0, 0, 0], + "1.125": [-9.90294, -21.62656, 30.90761], + "2.25": [-9.90294, -21.62656, 30.90761] + } + }, + "lhand": { + "rotation": { + "0.0": [0, 0, 0], + "1.125": [7.40391, -10.95463, -19.83547], + "2.25": [7.40391, -10.95463, -19.83547] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/excadrill/excadrill.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/excadrill/excadrill.animation.json new file mode 100644 index 0000000..afe8160 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/excadrill/excadrill.animation.json @@ -0,0 +1,712 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.excadrill.pose": { + "loop": true, + "bones": { + "leg_right": { + "rotation": [-61.67841, 13.27207, 7.05309], + "position": [0, 2, 0] + }, + "foot_right": { + "rotation": [-17.56274, 4.76804, -1.50701], + "position": [0, 1, 0] + }, + "leg_left": { + "rotation": [-61.67841, -13.27207, -7.05309], + "position": [0, 2, 0] + }, + "foot_left": { + "rotation": [-17.56274, -4.76804, 1.50701], + "position": [0, 1, 0] + }, + "body": { + "rotation": [7.5, 0, 0] + }, + "head": { + "rotation": [0, 7.5, -7.5] + }, + "snoot": { + "rotation": [-5, 0, 0] + }, + "horn_drill": { + "rotation": [-5, 0, 0] + }, + "mouth": { + "rotation": [15, 0, 0] + }, + "arm_left": { + "rotation": [-22.79588, 28.02432, 28.82977], + "position": [0, -1, 0] + }, + "claw_left_front": { + "rotation": [0, 0, 10] + }, + "claw_left_middle": { + "rotation": [0, 0, 10] + }, + "claw_left_back": { + "rotation": [0, 0, 10] + }, + "arm_right": { + "rotation": [-73.09628, 14.15051, -24.20741] + }, + "claw_right_front": { + "rotation": [1.59176, -32.46527, -2.96346], + "position": [1, 0, 0] + }, + "claw_right_back": { + "rotation": [-1.59176, 32.46527, -2.96346], + "position": [1, 0, 0] + }, + "eye_right": { + "position": [0, 0, 0.75] + }, + "eye_left": { + "position": [0, 0, -0.25] + } + } + }, + "animation.excadrill.sleep": { + "loop": true, + "bones": { + "all": { + "position": [0, -4, 0] + }, + "leg_right": { + "rotation": [-98.64293, 12.27659, 12.56853], + "position": [-1, 4, -2.5] + }, + "foot_right": { + "rotation": [-45, 0, 0], + "position": [0, 0.5, 0.5] + }, + "leg_left": { + "rotation": [-98.64293, -12.27659, -12.56853], + "position": [1, 4, -2.5] + }, + "foot_left": { + "rotation": [-45, 0, 0], + "position": [0, 0.5, 0.5] + }, + "body": { + "rotation": ["-2*math.sin(query.anim_time * 60)+5", 0, 0] + }, + "head": { + "rotation": ["-4*math.sin((query.anim_time-0.3) * 60)+25", 0, 0], + "position": [0, 0, -1] + }, + "snoot": { + "rotation": [5, 0, 0] + }, + "horn_drill": { + "rotation": [7.5, 0, 0] + }, + "eye_right": { + "rotation": [0, 0, -7.5], + "position": [0.05, -1, 0] + }, + "eye_left": { + "rotation": [0, 0, 7.5], + "position": [-0.05, -1, 0] + }, + "arm_left": { + "rotation": [94.41641, 55.72014, 107.30918], + "position": [0, 0, -1] + }, + "claw_left_front": { + "rotation": [1.08992, 7.38074, 30.09395] + }, + "claw_left_middle": { + "rotation": [0, 0, 17.5] + }, + "claw_left_back": { + "rotation": [0, -2.5, 50] + }, + "arm_right": { + "rotation": [0, -22.5, -42.5] + }, + "claw_right_front": { + "rotation": [0, -2.5, -12.5] + }, + "claw_right_back": { + "rotation": [0, 10, -2.5] + }, + "claw_right_middle": { + "rotation": [0, 5, -7.5] + } + } + }, + "animation.excadrill.ground_walk": { + "loop": true, + "bones": { + "nose": { + "rotation": ["-2*math.sin((query.anim_time-0.4) * 540)", 0, 0] + }, + "eyelid_right": { + "position": [1, 0, 1] + }, + "eyelid_left": { + "position": [-1, 0, 1] + }, + "leg_right": { + "rotation": ["-12*math.sin(query.anim_time * 270) -45", 0, 0], + "position": [0, "+1.5+0.75*math.clamp(math.cos(query.anim_time * 270), 0, 3)", "-0.8*math.sin(query.anim_time * 270)"] + }, + "foot_right": { + "rotation": ["-12*math.sin((query.anim_time+0.5) * 270) -45", 0, 0], + "position": [0, "0.8+ -0.8*math.sin(query.anim_time * 270)", "1.+ -0.4*math.sin(query.anim_time * 270)"] + }, + "leg_left": { + "rotation": ["12*math.sin(query.anim_time * 270) -45", 0, 0], + "position": [0, "+1.5-0.75*math.clamp(math.cos(query.anim_time * 270), -3, 0)", "0.8*math.sin(query.anim_time * 270)"] + }, + "foot_left": { + "rotation": ["12*math.sin((query.anim_time+0.5) * 270) -45", 0, 0], + "position": [0, "0.8+ 0.8*math.sin(query.anim_time * 270)", "1.+ 0.4*math.sin(query.anim_time * 270)"] + }, + "body": { + "rotation": [7.5, "-8*math.sin(query.anim_time * 270)", 0], + "position": [0, "0.2* math.abs(math.cos((query.anim_time - 0.2) * 270))", 0] + }, + "head": { + "rotation": [-7.5, "0+8*math.sin(query.anim_time * 270)", 0] + }, + "snoot": { + "rotation": ["-2*math.sin((query.anim_time-0.2) * 540)", 0, 0] + }, + "horn_drill": { + "rotation": ["-2*math.sin((query.anim_time-0.2) * 540)", 0, 0] + }, + "arm_left": { + "rotation": [0, "15*math.sin((query.anim_time-0.3) * 270)+1.9778", 29.39112], + "position": [0, 0, "-0.75*math.sin(query.anim_time * 270)"] + }, + "arm_right": { + "rotation": [0, "(15*math.sin((query.anim_time-0.3) * 270)+1.9778)", -29.39112], + "position": [0, 0, "0.75*math.sin(query.anim_time * 270)"] + } + } + }, + "animation.excadrill.faint": { + "animation_length": 2.588, + "bones": { + "all": { + "rotation": { + "0.44": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.76": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.12": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.32": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.44": { + "pre": [0, 2, 0], + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "0.76": { + "post": [0, 3, 1], + "lerp_mode": "catmullrom" + }, + "1.12": { + "post": [0, 1, 2], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": { + "0.0": { + "post": [-37.26251, 4.55749, 5.96275], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [-37.26251, 4.55749, 5.96275], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [-154.76251, 4.55749, 5.96275], + "lerp_mode": "catmullrom" + }, + "1.12": { + "post": [-159.76251, 4.55749, 5.96275], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [-122.26251, 4.55749, 5.96275], + "lerp_mode": "catmullrom" + }, + "1.52": { + "post": [-124.76251, 4.55749, 5.96275], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.6": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [0, 2, -1], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [-0.5, 1, -1], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right": { + "rotation": [-52.60545, 3.04137, -3.9705], + "position": [0, 0.5, 0.5] + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [-37.26251, -4.55749, -5.96275], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [-37.26251, -4.55749, -5.96275], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [-154.76251, -4.55749, -5.96275], + "lerp_mode": "catmullrom" + }, + "1.12": { + "post": [-159.76251, -4.55749, -5.96275], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [-122.26251, -4.55749, -5.96275], + "lerp_mode": "catmullrom" + }, + "1.52": { + "post": [-124.76251, -4.55749, -5.96275], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.6": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [0, 2, -1], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [0.5, 1, -1], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left": { + "rotation": [-52.60545, -3.04137, 3.9705], + "position": [0, 0.5, 0.5] + }, + "body": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.36": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.84": { + "post": [-60, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.36": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.04": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.64": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "snoot": { + "rotation": { + "0.16": { + "pre": [5, 0, 0], + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.44": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "horn_drill": { + "rotation": { + "0.24": { + "pre": [5, 0, 0], + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.08": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.52": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.88": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "eye_right": { + "rotation": [0, 0, -7.5], + "position": [0.05, -1, 0] + }, + "eye_left": { + "rotation": { + "0.0": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.05, -1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "mouth": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.28": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.16": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 22.5, 42.5], + "lerp_mode": "catmullrom" + }, + "0.36": { + "post": [0, 10, 42.5], + "lerp_mode": "catmullrom" + }, + "0.84": { + "post": [-72.3565, 62.22229, 10.05893], + "lerp_mode": "catmullrom" + }, + "1.12": { + "post": [-91.66653, 60.4383, -6.0376], + "lerp_mode": "catmullrom" + }, + "1.32": { + "post": [-90.88699, -22.04891, -4.25491], + "lerp_mode": "catmullrom" + }, + "1.56": { + "post": [-90.85991, -17.04949, -4.33577], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "claw_left_front": { + "rotation": { + "1.2": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.36": { + "post": [1.03509, 22.47741, 2.70569], + "lerp_mode": "catmullrom" + } + }, + "position": { + "1.2": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.36": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "claw_left_middle": { + "rotation": { + "1.2": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.36": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "1.2": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "claw_left_back": { + "rotation": { + "1.2": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.36": { + "post": [-1.03509, -22.47741, 2.70569], + "lerp_mode": "catmullrom" + } + }, + "position": { + "1.2": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.36": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, -22.5, -42.5], + "lerp_mode": "catmullrom" + }, + "0.36": { + "post": [0, -10, -42.5], + "lerp_mode": "catmullrom" + }, + "0.84": { + "post": [-72.3565, -62.22229, -10.05893], + "lerp_mode": "catmullrom" + }, + "1.12": { + "post": [-91.66653, -60.4383, 6.0376], + "lerp_mode": "catmullrom" + }, + "1.32": { + "post": [-90.88699, 22.04891, 4.25491], + "lerp_mode": "catmullrom" + }, + "1.56": { + "post": [-90.85991, 17.04949, 4.33577], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "claw_right_front": { + "rotation": { + "1.2": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.36": { + "post": [1.03509, -22.47741, -2.70569], + "lerp_mode": "catmullrom" + } + }, + "position": { + "1.2": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.36": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "claw_right_back": { + "rotation": { + "1.2": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.36": { + "post": [-1.03509, 22.47741, -2.70569], + "lerp_mode": "catmullrom" + } + }, + "position": { + "1.2": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.36": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "claw_right_middle": { + "rotation": { + "1.2": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.36": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "1.2": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.excadrill.ground_idle": { + "loop": true, + "bones": { + "leg_right": { + "rotation": [-47.18821, 9.23186, 3.86032], + "position": [0, 2, 0] + }, + "foot_right": { + "rotation": [-41.69033, 10.40452, 4.08353], + "position": [0, 1, 0.75] + }, + "leg_left": { + "rotation": [-47.18821, -9.23186, -3.86032], + "position": [0, 2, 0] + }, + "foot_left": { + "rotation": [-41.69033, -10.40452, -4.08353], + "position": [0, 1, 0.75] + }, + "body": { + "rotation": ["-2*math.sin(query.anim_time * 120)+5", 0, "-4*math.sin((query.anim_time-0.3) * 60)"] + }, + "head": { + "rotation": ["-4*math.sin((query.anim_time-0.3) * 120)+5", 0, 0] + }, + "horn_drill": { + "rotation": ["-2*math.sin((query.anim_time-0.6) * 120)-5", 0, 0] + }, + "arm_left": { + "rotation": [-14.37082, 29.83409, "-4*math.sin((query.anim_time-0.3) * 120)+41.3921"], + "position": [0, -0.5, 0] + }, + "claw_left_front": { + "rotation": [0, 0, 5] + }, + "claw_left_middle": { + "rotation": [0, 0, 5] + }, + "claw_left_back": { + "rotation": [0, 0, 5] + }, + "arm_right": { + "rotation": [-14.37082, -29.83409, "-4*math.sin((query.anim_time-0.3) * 120)-41.3921"], + "position": [0, -0.5, 0] + }, + "claw_right_front": { + "rotation": [0, 0, -5] + }, + "claw_right_back": { + "rotation": [0, 0, -5] + }, + "claw_right_middle": { + "rotation": [0, 0, -5] + }, + "snoot": { + "rotation": ["-4*math.sin((query.anim_time-0.6) * 120)", 0, 0] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/feebas/feebas.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/feebas/feebas.animation.json new file mode 100644 index 0000000..1ec6458 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/feebas/feebas.animation.json @@ -0,0 +1,103 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.feebas.water_swim": { + "loop": true, + "bones": { + "fin_right": { + "rotation": [0, "-10.5+math.sin(q.anim_time*90*4)*2+(math.sin(q.anim_time*90*4)*2)", 0] + }, + "fin_left": { + "rotation": [0, "-10.5-math.sin(q.anim_time*90*4)*2-(math.sin(q.anim_time*90*4)*2)", 0] + }, + "body": { + "rotation": [0, "2.5-math.sin(q.anim_time*90*4)*6-(math.sin(q.anim_time*90*4)*6)", 0] + }, + "tail": { + "rotation": [0, "-12.5-math.sin(q.anim_time*40*4)*6-(math.sin(q.anim_time*40*4)*6)", 0] + }, + "tail2": { + "rotation": [0, "10.5+math.sin(q.anim_time*40*4)*6+(math.sin(q.anim_time*40*4)*6)", 0] + }, + "tail3": { + "rotation": [0, "-10.5-math.sin(q.anim_time*40*4)*6-(math.sin(q.anim_time*40*4)*6)", 0] + } + } + }, + "animation.feebas.ground_idle": { + "loop": true, + "bones": { + "fin_right": { + "rotation": [0, "-10.5+math.sin(q.anim_time*90*4)*2+(math.sin(q.anim_time*90*4)*2)", 0] + }, + "fin_left": { + "rotation": [0, "-10.5-math.sin(q.anim_time*90*4)*2-(math.sin(q.anim_time*90*4)*2)", 0] + }, + "body": { + "rotation": [0, "2.5-math.sin(q.anim_time*90*4)*6-(math.sin(q.anim_time*90*4)*6)", 0] + }, + "tail": { + "rotation": [0, "-12.5-math.sin(q.anim_time*40*4)*6-(math.sin(q.anim_time*40*4)*6)", 0] + }, + "tail2": { + "rotation": [0, "10.5+math.sin(q.anim_time*40*4)*6+(math.sin(q.anim_time*40*4)*6)", 0] + }, + "tail3": { + "rotation": [0, "-10.5-math.sin(q.anim_time*40*4)*6-(math.sin(q.anim_time*40*4)*6)", 0] + }, + "root": { + "position": [0, 7, 0] + } + } + }, + "animation.feebas.water_idle": { + "loop": true, + "bones": { + "fin_right": { + "rotation": [0, "-10.5+math.sin(q.anim_time*90*4)*2+(math.sin(q.anim_time*90*4)*2)", 0] + }, + "fin_left": { + "rotation": [0, "-10.5-math.sin(q.anim_time*90*4)*2-(math.sin(q.anim_time*90*4)*2)", 0] + }, + "body": { + "rotation": [0, "2.5-math.sin(q.anim_time*90*4)*6-(math.sin(q.anim_time*90*4)*6)", 0] + }, + "tail": { + "rotation": [0, "-12.5-math.sin(q.anim_time*40*4)*6-(math.sin(q.anim_time*40*4)*6)", 0] + }, + "tail2": { + "rotation": [0, "10.5+math.sin(q.anim_time*40*4)*6+(math.sin(q.anim_time*40*4)*6)", 0] + }, + "tail3": { + "rotation": [0, "-10.5-math.sin(q.anim_time*40*4)*6-(math.sin(q.anim_time*40*4)*6)", 0] + } + } + }, + "animation.feebas.ground_walk": { + "loop": true, + "bones": { + "fin_right": { + "rotation": [0, "-10.5+math.sin(q.anim_time*90*4)*2+(math.sin(q.anim_time*90*4)*2)", 0] + }, + "fin_left": { + "rotation": [0, "-10.5-math.sin(q.anim_time*90*4)*2-(math.sin(q.anim_time*90*4)*2)", 0] + }, + "body": { + "rotation": [0, "2.5-math.sin(q.anim_time*90*4)*6-(math.sin(q.anim_time*90*4)*6)", 0] + }, + "tail": { + "rotation": [0, "-12.5-math.sin(q.anim_time*40*4)*6-(math.sin(q.anim_time*40*4)*6)", 0] + }, + "tail2": { + "rotation": [0, "10.5+math.sin(q.anim_time*40*4)*6+(math.sin(q.anim_time*40*4)*6)", 0] + }, + "tail3": { + "rotation": [0, "-10.5-math.sin(q.anim_time*40*4)*6-(math.sin(q.anim_time*40*4)*6)", 0] + }, + "root": { + "position": [0, 5, 0] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/finizen/finizen.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/finizen/finizen.animation.json new file mode 100644 index 0000000..62d4e35 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/finizen/finizen.animation.json @@ -0,0 +1,356 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.palafin.water_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "bone2": { + "rotation": ["-math.clamp(math.sin(q.anim_time*90*2)*2,0,2)-math.clamp(math.sin(q.anim_time*90*2)*2,-2,0)", 0, 0], + "position": [0, "-math.clamp(math.sin(q.anim_time*90*2-45)*0.25,0,5)-math.clamp(math.sin(q.anim_time*90*2-45)*0.5,-3,0)-0.5", 0] + }, + "back_tail": { + "rotation": ["0+math.cos(query.anim_time*90*2)*8", 0, 0] + }, + "bone": { + "rotation": ["-12.5+math.cos((query.anim_time)*90*2-120)*15", 0, 0] + }, + "fin_left": { + "rotation": [ + "-5.6312+math.clamp(math.sin(q.anim_time*90*1+180)*8,0,10)-math.clamp(math.sin(q.anim_time*90*1+180)*8,-10,0)+math.clamp(math.sin(q.anim_time*90*2+180)*4,-10,0)", + "-18.2772+math.clamp(math.sin(q.anim_time*90*2+45+180)*10,10,20)-math.clamp(math.sin(q.anim_time*90*1)*15,0,20)-math.clamp(math.sin(q.anim_time*90*1+180)*15,0,20)", + "34.4081-math.clamp(math.sin(q.anim_time*90*2-10+180)*40,0,50)+math.clamp(math.sin(q.anim_time*90*2+5)*20,-10,20)-math.clamp(math.sin(q.anim_time*90*2+180)*15,-10,0)" + ], + "position": [-0.325, 0.075, -0.125] + }, + "bone4": { + "rotation": [ + 0, + 0, + "math.clamp(math.sin(q.anim_time*90*2-45+180)*5,0,200)+math.clamp(math.sin(q.anim_time*90*2)*10,0,8)-math.clamp(math.sin(q.anim_time*90*2-45+180)*25,-20,15)" + ] + }, + "fin_right": { + "rotation": [ + "math.clamp(math.sin(q.anim_time*90*1+180)*8,0,10)-math.clamp(math.sin(q.anim_time*90*1+180)*8,-10,0)+math.clamp(math.sin(q.anim_time*90*2+180)*4,-10,0)", + "17.5-math.clamp(math.sin(q.anim_time*90*2+45+180)*10,10,20)+math.clamp(math.sin(q.anim_time*90*1)*15,0,20)+math.clamp(math.sin(q.anim_time*90*1+180)*15,0,20)", + "-27.5+math.clamp(math.sin(q.anim_time*90*2-10+180)*40,0,200)-math.clamp(math.sin(q.anim_time*90*2+5)*20,-10,20)+math.clamp(math.sin(q.anim_time*90*2+180)*15,-10,0)" + ], + "position": [0.55, 0.2, -0.125] + }, + "bone3": { + "rotation": [ + 0, + 0, + "-math.clamp(math.sin(q.anim_time*90*2-45+180)*5,0,200)-math.clamp(math.sin(q.anim_time*90*2)*10,0,8)+math.clamp(math.sin(q.anim_time*90*2-45+180)*25,-20,15)" + ] + }, + "bone6": { + "rotation": ["0+math.cos((query.anim_time)*90*2-90)*10", 0, 0] + } + } + }, + "animation.palafin.water_swim": { + "loop": true, + "animation_length": 1, + "bones": { + "body": { + "rotation": ["math.cos(q.anim_time*90*4)*20", 0, 0], + "position": [0, "math.cos(q.anim_time*90*4+90)*3", 0] + }, + "fin_left": { + "rotation": [0, 0, "-math.cos(q.anim_time*90*4)*20"] + }, + "bone4": { + "rotation": [0, 0, "-math.cos(q.anim_time*90*4-90)*20"] + }, + "fin_right": { + "rotation": [0, 0, "math.cos(q.anim_time*90*4)*20"] + }, + "bone3": { + "rotation": [0, 0, "math.cos(q.anim_time*90*4-90)*20"] + }, + "bone5": { + "rotation": ["math.cos(q.anim_time*90*4-90)*20", 0, 0] + }, + "bone6": { + "rotation": ["math.cos(q.anim_time*90*4-180)*25", 0, 0] + }, + "bone": { + "rotation": ["-10+math.cos(q.anim_time*90*4-180+90)*30", 0, 0] + } + } + }, + "animation.palafin.quirk": { + "animation_length": 2, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [360, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [380, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [360, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 7, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 7, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, -1.38, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.25": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.75": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.3333": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone": { + "rotation": { + "0.4167": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "1.0833": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.palafin.faint": { + "loop": true, + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [-15, 0, 0], + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 90], + "lerp_mode": "catmullrom" + }, + "0.625": [0, 0, 90], + "0.875": ["math.cos(q.anim_time*90*4*4+90)*20+q.anim_time*90*2*1", 0, 90], + "1.5": ["math.cos(q.anim_time*90*4*4+90)*20+q.anim_time*90*2*1", 0, 90], + "1.75": [0, 0, 90] + }, + "position": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [0, 2, 5], + "post": [0, 2, 5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 2, 5], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.875": ["math.cos(q.anim_time*90*2)*5", 0, "5+math.cos(q.anim_time*90*2+90)*5"], + "1.5": ["math.cos(q.anim_time*90*2)*5", 0, "5+math.cos(q.anim_time*90*2+90)*5"], + "1.75": [0, 0, 5] + } + }, + "fin_left": { + "rotation": { + "0.25": [0, 0, 0], + "0.375": [0, 0, -67.5], + "0.625": [0, 0, 0], + "0.875": [0, 0, 25], + "1.5": [0, 0, 25], + "1.625": [0, 0, 87.5], + "1.75": [0, 0, 25] + } + }, + "fin_right": { + "rotation": { + "0.25": [0, 0, 0], + "0.375": [0, 0, -67.5], + "0.625": [0, 0, 0], + "0.875": [0, 0, -92.5] + } + }, + "bone3": { + "rotation": { + "0.875": [0, 0, 0], + "0.9583": [0, 0, -60] + } + }, + "bone5": { + "rotation": { + "0.625": [0, 0, 0], + "0.875": ["math.cos(q.anim_time*90*4*4)*20", 0, 0], + "1.5": ["math.cos(q.anim_time*90*4*4)*20", 0, 0], + "1.5417": [38.33, 0, 0], + "1.75": [0, 0, 0] + } + }, + "bone6": { + "rotation": { + "0.625": [0, 0, 0], + "0.875": ["math.cos(q.anim_time*90*4*4-90)*20", 0, 0], + "1.5": ["math.cos(q.anim_time*90*4*4-90)*20", 0, 0], + "1.5417": [39.43, 0, 0], + "1.75": [0, 0, 0] + } + }, + "bone": { + "rotation": { + "0.625": [0, 0, 0], + "0.875": ["math.cos(q.anim_time*90*4*4-120)*20", 0, 0], + "1.5": ["math.cos(q.anim_time*90*4*4-120)*20", 0, 0], + "1.5417": [38.33, 0, 0], + "1.75": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/flapple/flapple.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/flapple/flapple.animation.json new file mode 100644 index 0000000..b2e0639 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/flapple/flapple.animation.json @@ -0,0 +1,171 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.flapple.cry": { + "animation_length": 1.5, + "bones": { + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [35, 0, 0], + "1.25": [35, 0, 0], + "1.5": [0, 0, 0] + } + } + } + }, + "animation.flapple.ground_idle": { + "loop": true, + "bones": { + "body": { + "rotation": ["-0+math.sin(q.anim_time*90*6.86-60)*-1", 0, 0], + "position": [0, "math.sin(q.anim_time*90*6.86-30)*-1.2", "math.sin(q.anim_time*90*6.86-30)*-0.1"] + }, + "torso": { + "rotation": ["-0+math.sin(q.anim_time*90*6.86-90)*-3", 0, 0] + }, + "neck": { + "rotation": ["3+math.sin(q.anim_time*90*6.86-70)*-2", 0, 0] + }, + "head": { + "rotation": ["-7.5+math.sin(q.anim_time*90*6.86-70)*9", 0, 0] + }, + "anthena_1": { + "rotation": ["math.sin(q.anim_time*90*6.86-30)*4", 0, 0] + }, + "anthena_2": { + "rotation": ["math.sin(q.anim_time*90*6.86-90)*7", 0, 0] + }, + "torso_3": { + "rotation": ["-10+math.sin(q.anim_time*90*6.86+30)*7", 0, 0] + }, + "arm_right": { + "rotation": [2.8828, "10-math.cos(q.anim_time*90*6.86-300)*50", 7.1392] + }, + "bone3": { + "rotation": [0, "-(math.cos(q.anim_time*90*6.86-25)*24)", 0] + }, + "arm_right2": { + "rotation": [0, 0, 25] + }, + "arm_left": { + "rotation": [2.8828, "-10+math.cos(q.anim_time*90*6.86-300)*50", -7.1392] + }, + "bone": { + "rotation": [0, "math.cos(q.anim_time*90*6.86-25)*24", 0] + }, + "arm_left2": { + "rotation": [0, 0, -25] + }, + "armposition_left": { + "rotation": [10, -17.5, 0] + }, + "armposition_right": { + "rotation": [10, 17.5, 0] + } + } + }, + "animation.flapple.ground_walk": { + "loop": true, + "bones": { + "body": { + "rotation": ["16+math.sin(q.anim_time*90*6.86-60)*-2+math.sin(q.anim_time*90*2.28+60)*-4", 0, "math.sin(q.anim_time*90*2.28)*-3"], + "position": ["math.sin(q.anim_time*90*2.28)*1", "math.sin(q.anim_time*90*6.86-30)*-1.2+math.sin(q.anim_time*90*2.28+90)*-1", 0] + }, + "torso": { + "rotation": ["-15+math.sin(q.anim_time*90*6.86-90)*-3", 0, 0] + }, + "neck": { + "rotation": ["2+math.sin(q.anim_time*90*6.86-70)*-2", 0, 0] + }, + "head": { + "rotation": ["-2+math.sin(q.anim_time*90*6.86-70)*8", 0, 0] + }, + "anthena_1": { + "rotation": ["math.sin(q.anim_time*90*6.86-30)*4", 0, 0] + }, + "anthena_2": { + "rotation": ["math.sin(q.anim_time*90*6.86-90)*7+math.sin(q.anim_time*90*20.58)*2", 0, 0] + }, + "torso_3": { + "rotation": ["1+math.sin(q.anim_time*90*6.86-60)*8", 0, 0] + }, + "torso_4": { + "rotation": ["1+math.sin(q.anim_time*90*6.86-60)*4", 0, 0] + }, + "arm_right": { + "rotation": [2.8828, "10-math.cos(q.anim_time*90*6.86-300)*50", 7.1392] + }, + "bone3": { + "rotation": [0, "-(math.cos(q.anim_time*90*6.86-25)*24)", 0] + }, + "arm_right2": { + "rotation": [0, 0, 22.5] + }, + "arm_left": { + "rotation": [2.8828, "-10+math.cos(q.anim_time*90*6.86-300)*50", -7.1392] + }, + "bone": { + "rotation": [0, "math.cos(q.anim_time*90*6.86-25)*24", 0] + }, + "arm_left2": { + "rotation": [0, 0, -22.5] + }, + "armposition_right": { + "rotation": [17.5, 17.5, 0] + }, + "armposition_left": { + "rotation": [17.5, -17.5, 0] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/fluttermane/fluttermane.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/fluttermane/fluttermane.animation.json new file mode 100644 index 0000000..fc8b155 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/fluttermane/fluttermane.animation.json @@ -0,0 +1,3160 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.fluttermane.ground_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "head_main": { + "rotation": { + "0.0": { + "post": [6.01, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [8, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [6.01, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -2.25, 1], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0.8, 1], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, -2.25, 1], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-3, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-3, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "face_feather": { + "rotation": ["-19-math.sin((query.anim_time) * 90 * 4 ) * 2 ", 0, "0+math.sin((query.anim_time) * 90 * 4 ) * 3"], + "position": [0, 0, 0] + }, + "hair_top_R": { + "rotation": { + "0.0": { + "post": [0.96138, -0.11174, 0.25058], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [1.92227, -0.22768, 0.49924], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [1.92227, -0.22768, 0.49924], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [0.96138, -0.11174, 0.25058], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.96138, -0.11174, 0.25058], + "lerp_mode": "catmullrom" + }, + "2.2": { + "post": [1.92227, -0.22768, 0.49924], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1.92227, -0.22768, 0.49924], + "lerp_mode": "catmullrom" + }, + "3.2": { + "post": [0.96138, -0.11174, 0.25058], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0.96138, -0.11174, 0.25058], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.01029, -0.26033, 0.15185], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [-0.01821, -0.25755, 0.14797], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-0.01821, -0.25755, 0.14797], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [-0.01821, -0.25755, 0.14797], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-0.01821, -0.25755, 0.14797], + "lerp_mode": "catmullrom" + }, + "2.2": { + "post": [-0.01821, -0.25755, 0.14797], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.01821, -0.25755, 0.14797], + "lerp_mode": "catmullrom" + }, + "3.2": { + "post": [-0.01821, -0.25755, 0.14797], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-0.01821, -0.25755, 0.14797], + "lerp_mode": "catmullrom" + } + } + }, + "hair_t_middle_R": { + "rotation": { + "0.0": { + "post": [-22.21199, 1.35307, -6.12412], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [-15.30378, 3.65095, -1.05055], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-15.30378, 3.65095, -1.05055], + "lerp_mode": "catmullrom" + }, + "1.4": { + "post": [-15.43744, 1.1948, -4.21073], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-22.21199, 1.35307, -6.12412], + "lerp_mode": "catmullrom" + }, + "2.4": { + "post": [-15.30378, 3.65095, -1.05055], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-15.30378, 3.65095, -1.05055], + "lerp_mode": "catmullrom" + }, + "3.4": { + "post": [-15.43744, 1.1948, -4.21073], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-22.21199, 1.35307, -6.12412], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.02743, -0.31662, 0.2429], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-0.02225, -0.14915, 0.13591], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [-0.02743, -0.31662, 0.2429], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-0.02743, -0.31662, 0.2429], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.0236, -0.14687, 0.14006], + "lerp_mode": "catmullrom" + }, + "3.6": { + "post": [-0.02743, -0.31662, 0.2429], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-0.02743, -0.31662, 0.2429], + "lerp_mode": "catmullrom" + } + } + }, + "hair_t_t_R": { + "rotation": { + "0.0": { + "post": [9.58732, 8.95059, 4.50247], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-28.745, 8.77558, -9.57158], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [11.58732, 8.95059, 4.50247], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-28.745, 8.77558, -9.57158], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [9.58732, 8.95059, 4.50247], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.17942, -0.26234, 0.40573], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0.34109, -0.49686, 0.20888], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.20484, -0.2468, 0.18271], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.34109, -0.49686, 0.20888], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0.17942, -0.26234, 0.40573], + "lerp_mode": "catmullrom" + } + } + }, + "feather_t_front_R": { + "rotation": { + "0.0": { + "post": [14, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7": { + "post": [6.75016, -1.26373, 5.72421], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-4.24984, -1.26373, 5.72421], + "lerp_mode": "catmullrom" + }, + "1.8": { + "post": [9, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [14, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7": { + "post": [6.75016, -1.26373, 5.72421], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-4.24984, -1.26373, 5.72421], + "lerp_mode": "catmullrom" + }, + "3.8": { + "post": [9, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [14, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_top_R": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7": { + "post": [1.26307, 0.77567, -1.33428], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [1.26307, 0.77567, -1.33428], + "lerp_mode": "catmullrom" + }, + "1.8": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8": { + "post": [1.26307, 0.77567, -1.33428], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1.26307, 0.77567, -1.33428], + "lerp_mode": "catmullrom" + }, + "3.8": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_t_r_1": { + "rotation": { + "0.0": { + "post": [18.05769, 7.70898, -1.87115], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-14, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [18.05769, 7.70898, -1.87115], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-14, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [18.05769, 7.70898, -1.87115], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.14258, -0.14476, 0.39599], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-0.37872, 0.12093, 0.16568], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-0.14258, -0.14476, 0.39599], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.37872, 0.12093, 0.16568], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-0.14258, -0.14476, 0.39599], + "lerp_mode": "catmullrom" + } + } + }, + "feather_t_r_2": { + "rotation": { + "0.0": { + "post": [4.83876, -0.67676, 5.92344], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [4.83876, -0.67676, 5.92344], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-15.2292, -9.46432, -5.49761], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-15.2292, -9.46432, -5.49761], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [4.83876, -0.67676, 5.92344], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [4.83876, -0.67676, 5.92344], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-15.2292, -9.46432, -5.49761], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-15.2292, -9.46432, -5.49761], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [4.83876, -0.67676, 5.92344], + "lerp_mode": "catmullrom" + } + } + }, + "hair_top_L": { + "rotation": { + "0.0": { + "post": [1.92227, 0.22768, -0.49924], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [2.88266, 0.34776, -0.74593], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.88266, 0.34776, -0.74593], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [1.92227, 0.22768, -0.49924], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [1.92227, 0.22768, -0.49924], + "lerp_mode": "catmullrom" + }, + "2.2": { + "post": [2.88266, 0.34776, -0.74593], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.88266, 0.34776, -0.74593], + "lerp_mode": "catmullrom" + }, + "3.2": { + "post": [1.92227, 0.22768, -0.49924], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [1.92227, 0.22768, -0.49924], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.01765, 0.00074, 0.00175], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [0.01765, 0.00074, 0.00175], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0.01765, 0.00074, 0.00175], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [0.01765, 0.00074, 0.00175], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.01765, 0.00074, 0.00175], + "lerp_mode": "catmullrom" + }, + "2.2": { + "post": [0.01765, 0.00074, 0.00175], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.01765, 0.00074, 0.00175], + "lerp_mode": "catmullrom" + }, + "3.2": { + "post": [0.01765, 0.00074, 0.00175], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0.01765, 0.00074, 0.00175], + "lerp_mode": "catmullrom" + } + } + }, + "hair_t_middle_L": { + "rotation": { + "0.0": { + "post": [-12.21535, 1.49003, 3.31015], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [-15.30378, -3.65095, 1.05055], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-15.30378, -3.65095, 1.05055], + "lerp_mode": "catmullrom" + }, + "1.4": { + "post": [-22.21199, -1.35307, 6.12412], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-22.21199, -1.35307, 6.12412], + "lerp_mode": "catmullrom" + }, + "2.4": { + "post": [-15.30378, -3.65095, 1.05055], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-15.30378, -3.65095, 1.05055], + "lerp_mode": "catmullrom" + }, + "3.4": { + "post": [-22.21199, -1.35307, 6.12412], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-12.21535, 1.49003, 3.31015], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.03836, -0.28115, 0.35641], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0.03642, -0.48591, 0.34889], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [0.03836, -0.48115, 0.35641], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.03836, -0.48115, 0.35641], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.03456, -0.30519, 0.26296], + "lerp_mode": "catmullrom" + }, + "3.6": { + "post": [0.03836, -0.48115, 0.35641], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0.03836, -0.28115, 0.35641], + "lerp_mode": "catmullrom" + } + } + }, + "hair_t_t_L": { + "rotation": { + "0.0": { + "post": [9.58732, -8.95059, -4.50247], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-22.85249, -8.03005, 7.70763], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [9.58732, -8.95059, -4.50247], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-22.85249, -8.03005, 7.70763], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [9.58732, -8.95059, -4.50247], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.13012, 0.05535, -0.00248], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.13012, 0.05535, -0.00248], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0.13012, 0.05535, -0.00248], + "lerp_mode": "catmullrom" + } + } + }, + "feather_t_front_L": { + "rotation": { + "0.0": { + "post": [13.12637, -6.65581, -2.1729], + "lerp_mode": "catmullrom" + }, + "0.7": { + "post": [-3.28891, -1.82719, -6.09501], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-9.30635, 6.15961, -6.55515], + "lerp_mode": "catmullrom" + }, + "1.8": { + "post": [5.1018, -4.6712, -1.92401], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [13.12637, -6.65581, -2.1729], + "lerp_mode": "catmullrom" + }, + "2.7": { + "post": [-3.28891, -1.82719, -6.09501], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-9.30635, 6.15961, -6.55515], + "lerp_mode": "catmullrom" + }, + "3.8": { + "post": [5.1018, -4.6712, -1.92401], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [13.12637, -6.65581, -2.1729], + "lerp_mode": "catmullrom" + } + } + }, + "feather_top_L": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [1.26735, -0.74767, 1.34636], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [1.26735, -0.74767, 1.34636], + "lerp_mode": "catmullrom" + }, + "1.8": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8": { + "post": [1.26735, -0.74767, 1.34636], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1.26735, -0.74767, 1.34636], + "lerp_mode": "catmullrom" + }, + "3.8": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_t_L_3": { + "rotation": { + "0.0": { + "post": [24.3085, -9.30227, 0.74138], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-14, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [24.3085, -9.30227, 0.74138], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-14, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [24.3085, -9.30227, 0.74138], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.50678, -0.43669, 0.63002], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.50678, -0.43669, 0.63002], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0.50678, -0.43669, 0.63002], + "lerp_mode": "catmullrom" + } + } + }, + "feather_t_L_4": { + "rotation": { + "0.0": { + "post": [4.83024, 0.67457, -5.92991], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [4.83024, 0.67457, -5.92991], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-17.81015, 2.00072, 17.10321], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-17.81015, 2.00072, 17.10321], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [4.83024, 0.67457, -5.92991], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [4.83024, 0.67457, -5.92991], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-17.81015, 2.00072, 17.10321], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-17.81015, 2.00072, 17.10321], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [4.83024, 0.67457, -5.92991], + "lerp_mode": "catmullrom" + } + } + }, + "necklace": { + "rotation": ["25+math.sin((query.anim_time) * 90 * 2) * 10", 0, 0] + }, + "Body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-2, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -2.45, 0.7], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0.8, 1], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, -2.45, 0.7], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1.04, 1, 1.04], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0.99, 1, 0.99], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [1.04, 1, 1.04], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.99, 1, 0.99], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [1.04, 1, 1.04], + "lerp_mode": "catmullrom" + } + } + }, + "hair_t_middle_R2": { + "rotation": { + "0.0": { + "post": [-6.40158, 0.26788, 5.72083], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [14.01432, 5.35047, 7.30175], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [18.01432, 5.35047, 7.30175], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [-6.40158, 0.26788, 5.72083], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-6.40158, 0.26788, 5.72083], + "lerp_mode": "catmullrom" + }, + "2.6": { + "post": [14.01432, 5.35047, 7.30175], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [14.01432, 5.35047, 7.30175], + "lerp_mode": "catmullrom" + }, + "3.6": { + "post": [-6.40158, 0.26788, 5.72083], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-6.40158, 0.26788, 5.72083], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.10955, 0.30755, 0.01584], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [-0.11791, -0.03395, -0.02389], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-0.11791, -0.03395, -0.02389], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [-0.10955, 0.30755, 0.11584], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-0.10955, 0.30755, 0.11584], + "lerp_mode": "catmullrom" + }, + "2.6": { + "post": [-0.11791, -0.03395, -0.02389], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.11791, -0.03395, -0.02389], + "lerp_mode": "catmullrom" + }, + "3.6": { + "post": [-0.10955, 0.30755, 0.11584], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-0.10955, 0.30755, 0.11584], + "lerp_mode": "catmullrom" + } + } + }, + "hair_t_middle_L3": { + "rotation": { + "0.0": { + "post": [-6.38842, -0.49067, -7.70843], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [14.08052, -5.63026, -7.21159], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [14.08052, -5.63026, -7.21159], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [-6.38842, -0.49067, -7.70843], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-6.38842, -0.49067, -7.70843], + "lerp_mode": "catmullrom" + }, + "2.6": { + "post": [14.08052, -5.63026, -7.21159], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [14.08052, -5.63026, -7.21159], + "lerp_mode": "catmullrom" + }, + "3.6": { + "post": [-6.38842, -0.49067, -7.70843], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-6.38842, -0.49067, -7.70843], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.06051, 0.33165, 0.36574], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [0.11789, -0.03395, -0.02394], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0.11789, -0.03395, -0.02394], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [0.06051, 0.33165, 0.36574], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.06051, 0.33165, 0.36574], + "lerp_mode": "catmullrom" + }, + "2.6": { + "post": [0.11789, -0.03395, -0.02394], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.11789, -0.03395, -0.02394], + "lerp_mode": "catmullrom" + }, + "3.6": { + "post": [0.06051, 0.33165, 0.36574], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0.06051, 0.33165, 0.36574], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [0.99, 1, 0.99], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [1.01, 1, 1.01], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.99, 1, 0.99], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1.01, 1, 1.01], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0.99, 1, 0.99], + "lerp_mode": "catmullrom" + } + } + }, + "fluttermane": { + "rotation": [0, 0, "Math.cos((query.anim_time) * 90 * 1 ) * 5"], + "position": ["Math.cos((query.anim_time) * 90 * 1 ) ", "-Math.sin((query.anim_time) * 90 * 2) ", 0] + }, + "hair_side_R": { + "rotation": ["Math.cos((query.anim_time-0.6) * 90 * 2) * 10", "-Math.cos((query.anim_time-0.6) * 90 * 2) * 5", 0], + "position": { + "0.0": [0, 0, 0], + "0.2": [-0.14718, -0.01224, 0.13486] + } + }, + "hair_s_middle_R": { + "rotation": [0, "-Math.cos((query.anim_time-0.9) * 90 * 2) * 4", "Math.cos((query.anim_time-0.9) * 90 * 1) * 2"], + "position": { + "0.0": [0, 0.6, -0.6], + "2.0": [-0.1, 0.2, 0.1] + } + }, + "hait_side_top_R": { + "rotation": [0, "Math.cos((query.anim_time-1.2) * 90 * 2) * 8", "Math.cos((query.anim_time-1.2) * 90 * 2) * 6"], + "position": { + "0.0": [0.4, 0, -0.3], + "2.0": [0.1, 0.2, -0.6] + } + }, + "feather_side_R": { + "rotation": { + "0.0": { + "post": [1, 15, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [17.38098, -0.24281, -16.2065], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [27.56507, -20.24028, -22.75815], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [18.32342, -3.72564, -6.75222], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [1, 15, -10], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [17.38098, -0.24281, -16.2065], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [27.56507, -20.24028, -22.75815], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [18.32342, -3.72564, -6.75222], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [1, 15, -10], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0.12483, 0.06933, 0.68528], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.12483, 0.06933, 0.68528], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_side_top_R": { + "rotation": { + "0.0": { + "post": [0, 10, -6], + "lerp_mode": "catmullrom" + }, + "0.1": { + "post": [0, 10, -6], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [-6.53861, -26.25422, 8.52641], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-6.53861, -26.25422, 8.52641], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 10, -6], + "lerp_mode": "catmullrom" + }, + "2.2": { + "post": [0, 10, -6], + "lerp_mode": "catmullrom" + }, + "2.6": { + "post": [-6.53861, -26.25422, 8.52641], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 10, -6], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.29179, -0.00662, -0.06937], + "lerp_mode": "catmullrom" + }, + "0.1": { + "post": [0.29179, -0.00662, -0.06937], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.29179, -0.00662, -0.06937], + "lerp_mode": "catmullrom" + }, + "2.2": { + "post": [0.29179, -0.00662, -0.06937], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0.29179, -0.00662, -0.06937], + "lerp_mode": "catmullrom" + } + } + }, + "f_s_t_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1": { + "post": [-10, -6, 0], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [-7.30826, 10.70164, 18.42592], + "lerp_mode": "catmullrom" + }, + "3.1": { + "post": [-10, -6, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1": { + "post": [-0.38628, -0.45241, -0.50608], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [1.24581, -0.58325, -0.16903], + "lerp_mode": "catmullrom" + }, + "3.1": { + "post": [-0.38628, -0.45241, -0.50608], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "f_s_t_2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2, -7, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2, -7, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-0.3554, 0.10446, -0.15093], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.3554, 0.10446, -0.15093], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "f_s_t_3": { + "rotation": { + "0.0": { + "post": [-10.44881, 11.08393, -19.80014], + "lerp_mode": "catmullrom" + }, + "0.9": { + "post": [-6.00817, -2.98355, 0.31387], + "lerp_mode": "catmullrom" + }, + "1.9": { + "post": [-10.44881, 11.08393, -19.80014], + "lerp_mode": "catmullrom" + }, + "2.8": { + "post": [-6.00817, -2.98355, 0.31387], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-10.44881, 11.08393, -19.80014], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.686, -0.02328, 0.13732], + "lerp_mode": "catmullrom" + }, + "0.9": { + "post": [-0.30195, 0.1728, -0.19412], + "lerp_mode": "catmullrom" + }, + "1.9": { + "post": [0.686, -0.02328, 0.13732], + "lerp_mode": "catmullrom" + }, + "2.8": { + "post": [-0.30195, 0.1728, -0.19412], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0.686, -0.02328, 0.13732], + "lerp_mode": "catmullrom" + } + } + }, + "hair_side_L": { + "rotation": ["Math.cos((query.anim_time-0.6) * 90 * 2) * 10", "Math.cos((query.anim_time-0.6) * 90 * 2) * 5", 0], + "position": { + "0.0": [0, 0, 0], + "0.2": [0.14718, -0.01224, 0.13486] + } + }, + "hair_s_middle_L": { + "rotation": [0, "Math.cos((query.anim_time-0.9) * 90 * 2) * 4", "-Math.cos((query.anim_time-0.9) * 90 * 1) * 2"], + "position": { + "0.0": [0.1, -0.1, -0.5], + "2.0": [0, 0.1, -0.8] + } + }, + "hait_side_top_L": { + "rotation": [-8, "0-Math.cos((query.anim_time-1.2) * 90 * 2) * 8", "0-Math.cos((query.anim_time-1.2) * 90 * 2) * 6"], + "position": [0, 0, -0.3] + }, + "feather_side_L": { + "rotation": { + "0.0": { + "post": [-10, -15, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [16.99326, -1.09299, 3.40791], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [17.99672, 18.95654, 9.76603], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-9.67658, 3.72564, -13.24778], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-10, -15, -10], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [16.99326, -1.09299, 3.40791], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [17.99672, 18.95654, 9.76603], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-9.67658, 3.72564, -13.24778], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-10, -15, -10], + "lerp_mode": "catmullrom" + } + }, + "position": [0, -0.1, -0.3] + }, + "feather_side_top_L": { + "rotation": { + "0.0": { + "post": [0, -10, 6], + "lerp_mode": "catmullrom" + }, + "0.1": { + "post": [0, -10, 6], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [-7.44331, 25.75813, -15.06989], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [-7.44331, 25.75813, -15.06989], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -10, 6], + "lerp_mode": "catmullrom" + }, + "2.2": { + "post": [0, -10, 6], + "lerp_mode": "catmullrom" + }, + "2.6": { + "post": [-7.44331, 25.75813, -15.06989], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, -10, 6], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.81003, 0.25462, -0.29836], + "lerp_mode": "catmullrom" + }, + "0.1": { + "post": [-0.81003, 0.25462, -0.29836], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [-0.47876, 0.36025, -0.65795], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [-0.47876, 0.36025, -0.65795], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-0.81003, 0.25462, -0.29836], + "lerp_mode": "catmullrom" + }, + "2.2": { + "post": [-0.81003, 0.25462, -0.29836], + "lerp_mode": "catmullrom" + }, + "2.6": { + "post": [-0.47876, 0.36025, -0.65795], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-0.81003, 0.25462, -0.29836], + "lerp_mode": "catmullrom" + } + } + }, + "f_s_t_4": { + "rotation": { + "0.0": { + "post": [6.72146, -8.7452, 2.95407], + "lerp_mode": "catmullrom" + }, + "1.1": { + "post": [-6.12597, 1.83269, 11.21664], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [14.48012, -10.07689, -10.40687], + "lerp_mode": "catmullrom" + }, + "3.1": { + "post": [-6.12597, 1.83269, 11.21664], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [6.72146, -8.7452, 2.95407], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1": { + "post": [-0.23039, -1.1317, -0.59573], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [-0.18258, 0.07952, 0.01843], + "lerp_mode": "catmullrom" + }, + "3.1": { + "post": [-0.23039, -1.1317, -0.59573], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "f_s_t_5": { + "rotation": { + "0.0": { + "post": [0, -10.9114, 12.80636], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-13.65299, -1.96188, 12.01069], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [0, -10.9114, 12.80636], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-13.65299, -1.96188, 12.01069], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, -10.9114, 12.80636], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-0.53545, 0.03471, 0.26848], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.53545, 0.03471, 0.26848], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "f_s_t_6": { + "rotation": { + "0.0": { + "post": [-9.42098, -17.09267, 29.06769], + "lerp_mode": "catmullrom" + }, + "0.9": { + "post": [-18.14675, -7.01285, 1.75246], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [-9.42098, -17.09267, 29.06769], + "lerp_mode": "catmullrom" + }, + "2.9": { + "post": [-18.14675, -7.01285, 1.75246], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-9.42098, -17.09267, 29.06769], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-1.05584, -0.52038, 0.25378], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [-1.05584, -0.52038, 0.25378], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-1.05584, -0.52038, 0.25378], + "lerp_mode": "catmullrom" + } + } + }, + "hair_back_R": { + "rotation": ["Math.cos((query.anim_time) * 90 * 4) * 2", 0, 0] + }, + "hair_back2_joint": { + "rotation": ["Math.cos((query.anim_time-0.2) * 90 * 4) * 2", "-Math.sin((query.anim_time-0.2) * 90 * 4) ", 0] + }, + "hair_backR3": { + "rotation": ["Math.cos((query.anim_time-0.4) * 90 * 4) * 4", "-Math.sin((query.anim_time-0.4) * 90 * 4) ", 0] + }, + "hair_back_L": { + "rotation": ["Math.cos((query.anim_time-1.4) * 90 * 4) * 2", 0, 0] + }, + "hair_back2_joint2": { + "rotation": ["Math.cos((query.anim_time-1.6) * 90 * 4) * 2", "-Math.sin((query.anim_time-1.6) * 90 * 4) ", 0] + }, + "hair_back_M": { + "rotation": ["-Math.cos((query.anim_time-1.2) * 90 * 4) * 2", 0, 0] + }, + "hair_back2_joint3": { + "rotation": ["-(Math.sin((query.anim_time-1.4) * 90 * 4) * 4)", "Math.cos((query.anim_time-1.4) * 90 * 4) ", 0] + }, + "necklace3": { + "rotation": ["-20+math.sin((query.anim_time-0.6) * 90 * 2) * 10", 0, 0] + }, + "hair_backL3": { + "rotation": ["Math.cos((query.anim_time-1.8) * 90 * 4) * 4", "-Math.sin((query.anim_time-1.8) * 90 * 4)", 0] + }, + "hair_backM3": { + "rotation": ["-Math.sin((query.anim_time-1.6) * 90 * 4) * 4 ", "Math.cos((query.anim_time-1.6) * 90 * 4) ", 0] + }, + "necklace2": { + "rotation": ["5+math.sin((query.anim_time-0.3 ) * 90 * 2) * 12", 0, 0] + }, + "closer": { + "position": { + "0.0": [0, 0, 3.2], + "1.2": {"pre": [0, 0, 3.2], "post": [0, 0, -2]}, + "1.3": {"pre": [0, 0, -2], "post": [0, 0, -0.8]}, + "3.4": {"pre": [0, 0, -0.8], "post": [0, 0, -2]}, + "3.5": {"pre": [0, 0, -2], "post": [0, 0, -0.8]}, + "4.0": [0, 0, -0.8] + } + }, + "closel": { + "position": { + "0.0": [0, 0, 4], + "1.2": {"pre": [0, 0, 4], "post": [0, 0, -2]}, + "1.3": {"pre": [0, 0, -2], "post": [0, 0, -1]}, + "3.4": {"pre": [0, 0, -1], "post": [0, 0, -2]}, + "3.5": {"pre": [0, 0, -2], "post": [0, 0, -1]}, + "4.0": [0, 0, -1] + } + }, + "horn1": { + "rotation": ["math.sin((query.anim_time) * 90 * 1) * 5", 0, 0], + "position": [0, 0, 0.1] + }, + "horn2": { + "rotation": ["math.sin((query.anim_time-0.6) * 90 * 1) * 5", 0, 0] + }, + "horn3": { + "rotation": ["math.sin((query.anim_time-0.9) * 90 * 1) *5", 0, 0] + }, + "feather_side_front_R": { + "rotation": [0, "10+math.sin((query.anim_time-1.5) * 90 * 2) * 5", 0], + "position": { + "0.0": [-0.5, 0, 0], + "1.0": [-0.3, 0, 0], + "2.0": [-0.5, 0, 0], + "3.0": [-0.3, 0, 0], + "4.0": [-0.5, 0, 0] + } + }, + "feather_side_front_L": { + "rotation": [2, "-16+(-math.sin((query.anim_time-1.5) * 90 * 2) * 5)", 0], + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0, -0.3], + "1.0": [0, 0, 0], + "1.5": [0, 0, 0], + "2.0": [0, 0, 0], + "2.5": [0, 0, -0.3], + "3.0": [0, 0, -0.2], + "3.5": [0, 0, 0], + "4.0": [0, 0, 0] + } + }, + "face_feather_2": { + "rotation": ["math.sin((query.anim_time) * 90 * 4 ) * 2", 0, "math.cos((query.anim_time-1.5) * 90 * 4 ) * 2"] + }, + "bone5": { + "rotation": ["math.sin((query.anim_time-1.6) * 90 * 1) *5", 0, 0] + }, + "bone3": { + "rotation": ["math.sin((query.anim_time-0.6) * 90 * 1) * 5", 0, 0] + }, + "bone4": { + "rotation": ["math.sin((query.anim_time-1.1) * 90 * 1) *5", 0, 0] + }, + "bone8": { + "position": [0, -0.3, 0] + } + } + }, + "animation.fluttermane.blink": { + "animation_length": 0.125, + "bones": { + "closer": { + "position": { + "0.0": [0, 0, -4.2], + "0.0833": {"pre": [0, 0, -4.2], "post": [0, 0, -0.8]} + } + }, + "closel": { + "position": { + "0.0": [0, 0, -6], + "0.0833": {"pre": [0, 0, -6], "post": [0, 0, -1]} + } + } + } + }, + "animation.fluttermane.sleep": { + "loop": true, + "animation_length": 4, + "bones": { + "head": { + "rotation": [17.5, 0, 0] + }, + "hair_back6": { + "rotation": [160.85689, -288.49297, -186.46445] + }, + "bone15": { + "rotation": [-18.16723, -46.03805, 13.28982] + }, + "bone16": { + "rotation": [0, 10, 0] + }, + "flap_4": { + "rotation": [0, -45, 0] + }, + "flap_5": { + "rotation": [0, -45, 0] + }, + "flap_6": { + "rotation": [0, -52.5, 0] + }, + "hair_back1": { + "rotation": [0, 102.5, 0] + }, + "bone13": { + "rotation": [0, 77.5, 0] + }, + "bone14": { + "rotation": [0, 45, 0] + }, + "flap_1": { + "rotation": [0, 25, 0] + }, + "flap_2": { + "rotation": [0, 25, 0] + }, + "flap_3": { + "rotation": [0, 25, 0] + }, + "eyelid_right": { + "position": [-0.1, 0, -0.1] + }, + "eyelid_left": { + "position": [0.1, -1, -0.1] + }, + "fluttermane": { + "rotation": [12, 0, "Math.cos((query.anim_time) * 90 * 1 ) * 2"], + "position": ["Math.cos((query.anim_time) * 90 * 1) ", "-Math.sin((query.anim_time) * 90 * 2) * 0.5 ", 0] + }, + "head_main": { + "rotation": [20, 0, 0] + }, + "hair_t_middle_R": { + "rotation": ["-math.sin((query.anim_time) * 90 * 1) * 5", 0, 0] + }, + "hair_t_middle_R2": { + "rotation": ["-math.sin((query.anim_time-0.3) * 90 * 1) * 5", 0, 0] + }, + "hair_t_t_R": { + "rotation": ["-math.sin((query.anim_time-0.6) * 90 * 1) * 10", 0, 0] + }, + "feather_t_r_1": { + "rotation": ["-math.sin((query.anim_time-1.2) * 90 * 1) * 10", 0, 0] + }, + "feather_t_r_2": { + "rotation": ["-math.sin((query.anim_time-0.9) * 90 * 1) * 10", 0, 0] + }, + "hair_side_R": { + "rotation": [0, "10+(-math.sin((query.anim_time) * 90 * 1) * 5)", 0] + }, + "hair_s_middle_R": { + "rotation": [0, "5+(-math.sin((query.anim_time-0.3) * 90 * 1) * 5)", 0] + }, + "hait_side_top_R": { + "rotation": [-11.68256, "0.5605-math.sin((query.anim_time-0.6) * 90 * 1) * 5", -21.00853] + }, + "feather_side_R": { + "rotation": [0, "-math.sin((query.anim_time-0.9) * 90 * 1) * 10", 0] + }, + "feather_side_top_R": { + "rotation": [0, "math.sin((query.anim_time-1.2) * 90 * 1) * 10", 0] + }, + "hair_t_middle_L": { + "rotation": ["-math.sin((query.anim_time) * 90 * 1) * 5", 0, 0] + }, + "hair_t_middle_L3": { + "rotation": ["-math.sin((query.anim_time-0.3) * 90 * 1) * 5", 0, 0] + }, + "hair_t_t_L": { + "rotation": ["-math.sin((query.anim_time-0.6) * 90 * 1) * 10", 0, 0] + }, + "feather_t_L_3": { + "rotation": ["-math.sin((query.anim_time-1.2) * 90 * 1) * 10", 0, 0] + }, + "feather_t_L_4": { + "rotation": ["-math.sin((query.anim_time-0.9) * 90 * 1) * 10", 0, 0] + }, + "hair_side_L": { + "rotation": [0, "-10+math.sin((query.anim_time) * 90 * 1) * 5", 0] + }, + "hair_s_middle_L": { + "rotation": [0, "-5+math.sin((query.anim_time-0.3) * 90 * 1) * 5", 0] + }, + "hait_side_top_L": { + "rotation": [0, "math.sin((query.anim_time-0.6) * 90 * 1) * 5", 0] + }, + "feather_side_L": { + "rotation": [0, "math.sin((query.anim_time-0.9) * 90 * 1) * 10", 0] + }, + "feather_side_top_L": { + "rotation": [0, "math.sin((query.anim_time-1.2) * 90 * 1) * 10", 0] + }, + "hair_back_R": { + "rotation": ["Math.cos((query.anim_time) * 90 * 2) * 2", 0, 0] + }, + "hair_back2_joint": { + "rotation": ["Math.cos((query.anim_time-0.2) * 90 * 2) * 2", "-Math.sin((query.anim_time-0.2) * 90 * 2) ", 0] + }, + "hair_backR3": { + "rotation": ["Math.cos((query.anim_time-0.4) * 90 * 2) * 4", "-Math.sin((query.anim_time-0.4) * 90 * 2) ", 0] + }, + "hair_back_L": { + "rotation": ["Math.cos((query.anim_time-1.4) * 90 * 2) * 2", 0, 0] + }, + "hair_back2_joint2": { + "rotation": ["Math.cos((query.anim_time-1.6) * 90 * 2) * 2", "-Math.sin((query.anim_time-1.6) * 90 * 2) ", 0] + }, + "hair_backL3": { + "rotation": ["Math.cos((query.anim_time-1.8) * 90 * 2) * 4", "-Math.sin((query.anim_time-1.8) * 90 * 2)", 0] + }, + "hair_back_M": { + "rotation": ["-Math.cos((query.anim_time-1.2) * 90 * 2) * 2", 0, 0] + }, + "hair_back2_joint3": { + "rotation": ["-(Math.sin((query.anim_time-1.4) * 90 * 2) * 4)", "Math.cos((query.anim_time-1.4) * 90 * 2) ", 0] + }, + "hair_backM3": { + "rotation": ["-Math.sin((query.anim_time-1.6) * 90 * 2) * 4 ", "Math.cos((query.anim_time-1.6) * 90 * 2) ", 0] + }, + "closer": { + "position": [0, 0, -2] + }, + "closel": { + "position": [0, 0, -2] + }, + "neck": { + "rotation": [-24, 0, 0] + }, + "necklace": { + "rotation": ["17.5+math.sin((query.anim_time) * 90 * 1) * 5", 0, 0] + }, + "necklace2": { + "rotation": ["5+math.sin((query.anim_time-0.3 ) * 90 * 1) * 6", 0, 0] + }, + "necklace3": { + "rotation": ["-10+math.sin((query.anim_time-0.6) * 90 * 1) * 2", 0, 0] + }, + "Body": { + "rotation": ["-23-math.sin((query.anim_time-0.6) * 90 * 1) * 5", 0, 0] + } + } + }, + "animation.fluttermane.laugh": { + "animation_length": 5.5, + "bones": { + "fluttermane": { + "rotation": { + "0.0": [0, 0, 0], + "1.375": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-8.36156, -25.94887, 0.90829], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-8.36156, -25.94887, 0.90829], + "lerp_mode": "catmullrom" + }, + "2.8333": [0, 0, 0], + "3.25": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.375": { + "post": [2.97768, 0.36544, -13.9905], + "lerp_mode": "catmullrom" + }, + "3.625": { + "post": [-2.19893, -1.07468, 13.97372], + "lerp_mode": "catmullrom" + }, + "3.9583": { + "post": [2.99989, -0.02617, -6.50068], + "lerp_mode": "catmullrom" + }, + "4.2917": { + "post": [2.98075, -0.33946, -0.50883], + "lerp_mode": "catmullrom" + }, + "4.625": { + "post": [2.99989, -0.02617, -6.50068], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.98075, -0.33946, -0.50883], + "lerp_mode": "catmullrom" + }, + "5.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [-1, 1, -2.3], + "1.125": [-1, 1, -2.3], + "1.375": [0, 0, 0], + "2.8333": [0, 0, 0], + "3.375": { + "pre": [-3.1, 6.3, 0], + "post": [-3.1, 6.3, 0], + "lerp_mode": "catmullrom" + }, + "3.625": { + "post": [-2.86, -0.53, 0], + "lerp_mode": "catmullrom" + }, + "3.9583": { + "post": [2.23, 3.46, 0], + "lerp_mode": "catmullrom" + }, + "4.2917": { + "post": [4.61, 8.71, 0], + "lerp_mode": "catmullrom" + }, + "4.625": { + "post": [0.87, 2.47, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-0.54, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.5": [0, 0, 0] + } + }, + "hair_s_middle_L": { + "rotation": { + "0.0": [0, 0, 0], + "1.375": [0, 0, 0], + "2.8333": [0, 0, 0], + "3.25": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.375": { + "post": [145.63583, -56.57997, -170.50221], + "lerp_mode": "catmullrom" + }, + "3.9583": { + "post": [197.61204, -78.45546, -221.81381], + "lerp_mode": "catmullrom" + }, + "4.2917": { + "post": [145.63583, -56.57997, -170.50221], + "lerp_mode": "catmullrom" + }, + "4.625": { + "post": [139.92951, -53.5508, -163.54687], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "2.8333": [0, 0, 0], + "3.9583": [-0.3, 0, -0.6], + "5.5": [0, 0, 0] + } + }, + "hait_side_top_L": { + "rotation": { + "0.0": [0, 0, 0], + "1.375": [0, 0, 0], + "2.8333": [0, 0, 0], + "3.25": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-238.55191, -21.61974, -158.86102], + "lerp_mode": "catmullrom" + }, + "3.7083": { + "post": [-227.65019, -22.47707, -169.1597], + "lerp_mode": "catmullrom" + }, + "3.9583": { + "post": [-230.55191, -21.61974, -158.86102], + "lerp_mode": "catmullrom" + }, + "4.2917": { + "post": [-211.74842, -34.1092, -174.42874], + "lerp_mode": "catmullrom" + }, + "4.5417": { + "post": [-225.92337, -32.55982, -154.02485], + "lerp_mode": "catmullrom" + }, + "4.625": { + "post": [-246.02878, -29.21908, -136.3347], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.375": [0, 0, 0], + "2.8333": [0, 0, 0], + "3.25": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0.37834, -1.89713, 0.19429], + "lerp_mode": "catmullrom" + }, + "3.7083": { + "post": [0.94, -1.42, 0.21], + "lerp_mode": "catmullrom" + }, + "3.9583": { + "post": [0.37834, -1.89713, 0.19429], + "lerp_mode": "catmullrom" + }, + "4.2917": { + "post": [1.57834, -1.99713, 0.19429], + "lerp_mode": "catmullrom" + }, + "4.625": { + "post": [0.37834, -1.89713, 0.19429], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.5": [0, 0, 0] + } + }, + "feather_side_L": { + "rotation": { + "0.0": [0, 0, 0], + "1.375": [0, 0, 0], + "2.8333": [0, 0, 0], + "3.25": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [18.69923, 15.4289, -26.09519], + "lerp_mode": "catmullrom" + }, + "3.7083": { + "post": [44.89919, 8.54225, -8.59789], + "lerp_mode": "catmullrom" + }, + "3.9583": { + "post": [40.03811, -1.84646, -2.36485], + "lerp_mode": "catmullrom" + }, + "4.2917": { + "post": [54.27717, -13.91948, -18.49461], + "lerp_mode": "catmullrom" + }, + "4.625": { + "post": [50.06777, -2.4614, -3.15398], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.375": [0, 0, 0], + "2.8333": [0, 0, 0], + "3.25": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0.68744, 0.44406, 0.64297], + "lerp_mode": "catmullrom" + }, + "3.7083": { + "post": [0.72, 1.18, 0.61], + "lerp_mode": "catmullrom" + }, + "3.9583": { + "post": [0.68744, 0.44406, 0.74297], + "lerp_mode": "catmullrom" + }, + "4.2917": { + "post": [0.13744, 0.44406, 0.64297], + "lerp_mode": "catmullrom" + }, + "4.625": { + "post": [0.78744, 0.54406, 1.04297], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.5": [0, 0, 0] + } + }, + "close": { + "position": { + "0.0": [0, 0, 0], + "1.375": [0, 0, 0], + "2.8333": [0, 0, 0], + "2.9583": [0, -0.00477, 0.00014], + "3.0": [0, -0.00523, 0.09986], + "4.875": [0, -0.00523, 0.09986], + "4.9167": [0, -0.00477, 0.00014], + "5.5": [0, 0, 0] + } + }, + "open": { + "position": { + "0.0": [0, 0, 0], + "1.375": [0, 0, 0], + "2.8333": [0, 0, 0], + "3.0417": [-0.03656, -0.28427, -0.26524], + "4.1667": [-0.03656, -0.28427, -0.26524], + "4.875": [-0.03656, -0.28427, -0.26524], + "4.9167": [-0.03656, -0.29474, -0.06551], + "5.5": [0, 0, 0] + }, + "scale": [1, 0.9, 1] + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 12, 0], + "1.125": [0, 12, 0], + "1.375": [0, 0, 0], + "2.8333": [0, 0, 0], + "3.2917": [-5, 0, 0], + "5.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [-0.5, 0, 0], + "1.125": [-0.5, 0, 0], + "2.8333": [0, 0, 0], + "5.5": [0, 0, 0] + } + }, + "head_main": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [4.09171, 19.99004, 0.29667], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [4.09171, 19.99004, 0.29667], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-5, -12, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-5, -12, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-0.6, 0.6, 0.5], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-0.6, 0.6, 0.5], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-0.6, 1.4, 0.3], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-0.6, 1.4, 0.3], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "hair_side_L": { + "rotation": { + "0.0": [0, 0, 0], + "2.8333": [0, 0, 0], + "3.625": { + "pre": [0, -16, 0], + "post": [0, -16, 0], + "lerp_mode": "catmullrom" + }, + "4.2917": { + "post": [1.1459, -15.95998, -4.16064], + "lerp_mode": "catmullrom" + }, + "5.5": [0, 0, 0] + } + }, + "closer": { + "position": { + "0.0": [0, 0, 0], + "1.1667": {"pre": [0, 0, 0], "post": [0, 0, -2]}, + "1.3333": {"pre": [0, 0, -2], "post": [0, 0, 0.6]}, + "2.5417": {"pre": [0, 0, 0.6], "post": [0, 0, -2]}, + "2.7083": {"pre": [0, 0, -2], "post": [0, 0, 0.6]}, + "2.8333": {"pre": [0, 0, 0.6], "post": [0, 0, 0]}, + "5.5": [0, 0, 0] + } + }, + "pupil": { + "position": { + "0.0": [0, 0, 0], + "0.25": [-0.4, 0, 0], + "1.125": [-0.3, 0, 0], + "1.375": [0, 0, 0], + "1.7917": [0.3, 0, 0], + "2.3333": [0.4, 0, 0], + "2.5": [0.3, 0, 0], + "2.8333": [0, 0, 0], + "5.5": [0, 0, 0] + } + }, + "pupil3": { + "position": { + "0.0": [0, 0, 0], + "0.25": [-0.7, 0, 0], + "1.125": [-0.6, 0, 0], + "1.375": [0, 0, 0], + "1.7917": [0.6, 0, 0], + "2.3333": [0.7, 0, 0], + "2.5": [0.6, 0, 0], + "2.8333": [0, 0, 0], + "5.5": [0, 0, 0] + } + }, + "closel": { + "position": { + "0.0": [0, 0, 0], + "1.1667": {"pre": [0, 0, 0], "post": [0, 0, -2]}, + "1.3333": {"pre": [0, 0, -2], "post": [0, 0, 1.2]}, + "2.5417": {"pre": [0, 0, 1.2], "post": [0, 0, -2]}, + "2.7083": {"pre": [0, 0, -2], "post": [0, 0, 1.2]}, + "2.8333": {"pre": [0, 0, 1.2], "post": [0, 0, 0]}, + "5.5": [0, 0, 0] + } + }, + "pupil2": { + "position": { + "0.0": [0, 0, 0], + "0.25": [-0.5, 0, 0], + "1.125": [-0.4, 0, 0], + "1.375": [0, 0, 0], + "1.7917": [0.3, 0, 0], + "2.3333": [0.4, 0, 0], + "2.5": [0.3, 0, 0], + "2.8333": [0, 0, 0], + "5.5": [0, 0, 0] + } + }, + "pupil4": { + "position": { + "0.0": [0, 0, 0], + "0.25": [-0.8, 0, 0], + "1.125": [-0.7, 0, 0], + "1.375": [0, 0, 0], + "1.7917": [0.6, 0, 0], + "2.3333": [0.7, 0, 0], + "2.5": [0.6, 0, 0], + "2.8333": [0, 0, 0], + "5.5": [0, 0, 0] + } + }, + "Body": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [9.93013, 2.82728, -2.83073], + "post": [9.93013, 2.82728, -2.83073], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [9.93013, 2.82728, -2.83073], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [7.34644, -6.08983, 6.6393], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [7.34644, -6.08983, 6.6393], + "lerp_mode": "catmullrom" + }, + "2.8333": [0, 0, 0], + "5.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [-0.4, 0, 0.8], + "post": [-0.4, 0, 0.8], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-0.4, 0, 0.8], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-0.8, 0.5, -0.1], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-0.8, 0.5, -0.1], + "lerp_mode": "catmullrom" + }, + "2.8333": [0, 0, 0], + "5.5": [0, 0, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "2.8333": [1, 1, 1], + "5.5": [1, 1, 1] + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 12], + "1.125": [0, 0, 12], + "1.375": [0, 0, 0], + "1.7917": [0, 0, -6], + "2.5": [0, 0, -6], + "2.8333": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "1.125": [0, 0, 0], + "1.375": [0, 0, 0], + "2.8333": [0, 0, 0] + } + }, + "hait_side_top_R": { + "position": { + "0.0": [0, 0, 0], + "3.9167": [0, 0.6, -0.6] + } + } + } + }, + "animation.fluttermane.ground_walk": { + "loop": true, + "animation_length": 2, + "bones": { + "head_main": { + "rotation": ["-13+math.sin((query.anim_time) * 90 * 2)", 0, 0], + "position": { + "0.0": [0, 0.6, 0.8], + "2.0": [0, 0.6, 0.8] + } + }, + "head": { + "rotation": ["math.cos((query.anim_time) * 90 * 4) * 5", 0, 0] + }, + "hair_top_R": { + "rotation": ["math.cos((query.anim_time) * 90 * 4 ) ", 0, 0] + }, + "hair_t_middle_R": { + "rotation": ["-10+math.sin((query.anim_time) * 90 * 4) * 10", 1.35307, -6.12412], + "position": [-0.02743, -0.31662, 0.2429] + }, + "hair_t_t_R": { + "rotation": [ + "-5+math.cos((query.anim_time-0.6) * 90 * 4 ) * 10", + "8.9506+(-math.cos((query.anim_time-0.6) * 90 * 4 ) * 5)", + "4.5025+(-math.cos((query.anim_time-0.6) * 90 * 4 ) * 10)" + ], + "position": [0.17942, -0.26234, 0.40573] + }, + "feather_top_R": { + "rotation": ["-10+math.cos((query.anim_time-0.6) * 90 * 4 ) * 10", 0, 0] + }, + "feather_t_r_1": { + "rotation": ["-math.sin((query.anim_time-1.8) * 90 * 4 ) * 10", 0, "-math.cos((query.anim_time-1.8) * 90 * 4 ) * 10 "] + }, + "feather_t_r_2": { + "rotation": ["-math.cos((query.anim_time-1.4) * 90 * 4 ) * 10", 0, "math.cos((query.anim_time - 1.4) * 90 * 4) * 10"] + }, + "hair_top_L": { + "rotation": ["math.cos((query.anim_time) * 90 * 4 ) ", 0, 0] + }, + "hair_t_middle_L": { + "rotation": ["-10+math.sin((query.anim_time) * 90 * 4) * 10", -3.65095, 1.05055], + "position": [0.02999, -0.12888, 0.16865] + }, + "hair_t_t_L": { + "rotation": [ + "-10+math.cos((query.anim_time-0.6) * 90 * 4 ) * 10", + "-8.9506+math.cos((query.anim_time-0.6) * 90 * 4 ) * 5", + "-4.5025+math.cos((query.anim_time-0.6) * 90 * 4 ) * 10" + ], + "position": [0.13012, 0.05535, -0.00248] + }, + "feather_top_L": { + "rotation": ["-10+math.cos((query.anim_time-0.6) * 90 * 4 ) * 10", 0, 0] + }, + "feather_t_L_3": { + "rotation": ["math.cos((query.anim_time-1.8) * 90 * 4 ) * 10", 0, "math.cos((query.anim_time-1.8) * 90 * 4 ) * 10"] + }, + "feather_t_L_4": { + "rotation": ["math.sin((query.anim_time-1.4) * 90 * 4 ) * 10", 0, "-math.cos((query.anim_time - 1.4) * 90 * 4) * 10"] + }, + "necklace": { + "rotation": ["25+math.sin((query.anim_time) * 90 * 4) * 10", 0, 0] + }, + "hair_t_middle_R2": { + "rotation": ["-6.4016+(-math.sin((query.anim_time-0.3) * 90 * 4) * 6)", "0.2679+(-math.sin((query.anim_time-0.3) * 90 * 4) * 4)", 5.72083], + "position": [-0.10955, 0.30755, 0.11584] + }, + "hair_t_middle_L3": { + "rotation": ["-6.3884+(-math.sin((query.anim_time-0.3) * 90 * 4) * 6)", "-(-0.4907+(-math.sin((query.anim_time-0.3) * 90 * 4) * 4))", -7.70843], + "position": [0.06051, 0.33165, 0.36574] + }, + "bone2": { + "rotation": { + "0.0": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.74": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.24": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.74": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [0.99, 1, 0.99], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [1.01, 1, 1.01], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0.99, 1, 0.99], + "lerp_mode": "catmullrom" + }, + "0.74": { + "post": [1.01, 1, 1.01], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0.99, 1, 0.99], + "lerp_mode": "catmullrom" + }, + "1.24": { + "post": [1.01, 1, 1.01], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0.99, 1, 0.99], + "lerp_mode": "catmullrom" + }, + "1.74": { + "post": [1.01, 1, 1.01], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.99, 1, 0.99], + "lerp_mode": "catmullrom" + } + } + }, + "fluttermane": { + "rotation": [26, 0, "Math.cos((query.anim_time) * 90 * 4 ) * 2"], + "position": ["Math.cos((query.anim_time) * 90 * 4) * 0.4", "-Math.sin((query.anim_time) * 90 * 4) * 2", 0] + }, + "hair_side_R": { + "rotation": ["Math.cos((query.anim_time-0.6) * 90 * 2) * 5", "-Math.cos((query.anim_time-0.6) * 90 * 4) * 10", 0] + }, + "hair_s_middle_R": { + "rotation": [0, "-Math.cos((query.anim_time-0.9) * 90 * 4) * 4", "Math.cos((query.anim_time-0.9) * 90 * 2) * 2"], + "position": { + "0.0": [0, 0, 0], + "1.96": [0, 0, 0] + } + }, + "hait_side_top_R": { + "rotation": [0, "10+Math.cos((query.anim_time-1.2) * 90 * 4) * 8", "Math.cos((query.anim_time-1.2) * 90 * 4) * 6"], + "position": { + "0.0": [0, 0, 0], + "1.96": [0, 0, -0.6] + } + }, + "feather_side_R": { + "rotation": { + "0.0": { + "post": [1, 15, -10], + "lerp_mode": "catmullrom" + }, + "0.26": { + "post": [17.38098, -0.24281, -16.2065], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [27.56507, -20.24028, -22.75815], + "lerp_mode": "catmullrom" + }, + "0.76": { + "post": [18.32342, -3.72564, -6.75222], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [1, 15, -10], + "lerp_mode": "catmullrom" + }, + "1.26": { + "post": [17.38098, -0.24281, -16.2065], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [27.56507, -20.24028, -22.75815], + "lerp_mode": "catmullrom" + }, + "1.76": { + "post": [18.32342, -3.72564, -6.75222], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [1, 15, -10], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0.12483, 0.06933, 0.68528], + "lerp_mode": "catmullrom" + }, + "0.76": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0.12483, 0.06933, 0.68528], + "lerp_mode": "catmullrom" + }, + "1.76": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_side_top_R": { + "rotation": { + "0.0": { + "post": [0, 10, -6], + "lerp_mode": "catmullrom" + }, + "0.06": { + "post": [0, 10, -6], + "lerp_mode": "catmullrom" + }, + "0.3": { + "post": [-6.53861, -26.25422, 8.52641], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-6.53861, -26.25422, 8.52641], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 10, -6], + "lerp_mode": "catmullrom" + }, + "1.06": { + "post": [0, 10, -6], + "lerp_mode": "catmullrom" + }, + "1.3": { + "post": [-6.53861, -26.25422, 8.52641], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-6.53861, -26.25422, 8.52641], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 10, -6], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.29179, -0.00662, -0.06937], + "lerp_mode": "catmullrom" + }, + "0.06": { + "post": [0.29179, -0.00662, -0.06937], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0.29179, -0.00662, -0.06937], + "lerp_mode": "catmullrom" + }, + "1.06": { + "post": [0.29179, -0.00662, -0.06937], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.29179, -0.00662, -0.06937], + "lerp_mode": "catmullrom" + } + } + }, + "f_s_t_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [-10, -6, 0], + "lerp_mode": "catmullrom" + }, + "1.04": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [-10, -6, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [-0.38628, -0.45241, -0.50608], + "lerp_mode": "catmullrom" + }, + "1.04": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [-0.38628, -0.45241, -0.50608], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "f_s_t_2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-2, -7, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-2, -7, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-0.3554, 0.10446, -0.15093], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-0.3554, 0.10446, -0.15093], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "f_s_t_3": { + "rotation": { + "0.0": { + "post": [-10.44881, 11.08393, -19.80014], + "lerp_mode": "catmullrom" + }, + "0.44": { + "post": [-6.00817, -2.98355, 0.31387], + "lerp_mode": "catmullrom" + }, + "0.98": { + "post": [-10.44881, 11.08393, -19.80014], + "lerp_mode": "catmullrom" + }, + "1.44": { + "post": [-6.00817, -2.98355, 0.31387], + "lerp_mode": "catmullrom" + }, + "1.98": [-10.44881, 11.08393, -19.80014] + }, + "position": { + "0.0": { + "post": [0.686, -0.02328, 0.13732], + "lerp_mode": "catmullrom" + }, + "0.44": { + "post": [-0.30195, 0.1728, -0.19412], + "lerp_mode": "catmullrom" + }, + "0.98": { + "post": [0.686, -0.02328, 0.13732], + "lerp_mode": "catmullrom" + }, + "1.44": { + "post": [-0.30195, 0.1728, -0.19412], + "lerp_mode": "catmullrom" + }, + "1.98": [0.686, -0.02328, 0.13732] + } + }, + "hair_side_L": { + "rotation": ["Math.cos((query.anim_time-0.6) * 90 * 2) * 5", "Math.cos((query.anim_time-0.6) * 90 * 4) * 10", 0] + }, + "hair_s_middle_L": { + "rotation": [0, "Math.cos((query.anim_time-0.9) * 90 * 4) * 4", "-Math.cos((query.anim_time-0.9) * 90 * 2) * 2"] + }, + "hait_side_top_L": { + "rotation": [0, "-10+(-Math.cos((query.anim_time-1.2) * 90 * 4) * 8)", "-Math.cos((query.anim_time-1.2) * 90 * 4) * 6"] + }, + "feather_side_L": { + "rotation": { + "0.0": [-10, -15, -10], + "0.26": { + "pre": [16.99326, -1.09299, 3.40791], + "post": [16.99326, -1.09299, 3.40791], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [17.99672, 18.95654, 9.76603], + "lerp_mode": "catmullrom" + }, + "0.76": { + "post": [-9.67658, 3.72564, -13.24778], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-10, -15, -10], + "lerp_mode": "catmullrom" + }, + "1.26": { + "post": [16.99326, -1.09299, 3.40791], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [17.99672, 18.95654, 9.76603], + "lerp_mode": "catmullrom" + }, + "1.76": { + "post": [-9.67658, 3.72564, -13.24778], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-10, -15, -10], + "lerp_mode": "catmullrom" + } + } + }, + "feather_side_top_L": { + "rotation": { + "0.0": { + "post": [0, -10, 6], + "lerp_mode": "catmullrom" + }, + "0.06": { + "post": [0, -10, 6], + "lerp_mode": "catmullrom" + }, + "0.26": { + "post": [-7.44331, 25.75813, -15.06989], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [-7.44331, 25.75813, -15.06989], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -10, 6], + "lerp_mode": "catmullrom" + }, + "1.06": { + "post": [0, -10, 6], + "lerp_mode": "catmullrom" + }, + "1.26": { + "post": [-7.44331, 25.75813, -15.06989], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [-7.44331, 25.75813, -15.06989], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -10, 6], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.81003, 0.25462, -0.29836], + "lerp_mode": "catmullrom" + }, + "0.06": { + "post": [-0.81003, 0.25462, -0.29836], + "lerp_mode": "catmullrom" + }, + "0.26": { + "post": [-0.47876, 0.36025, -0.65795], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [-0.47876, 0.36025, -0.65795], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-0.81003, 0.25462, -0.29836], + "lerp_mode": "catmullrom" + }, + "1.06": { + "post": [-0.81003, 0.25462, -0.29836], + "lerp_mode": "catmullrom" + }, + "1.26": { + "post": [-0.47876, 0.36025, -0.65795], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [-0.47876, 0.36025, -0.65795], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-0.81003, 0.25462, -0.29836], + "lerp_mode": "catmullrom" + } + } + }, + "f_s_t_4": { + "rotation": { + "0.0": { + "post": [6.72146, -8.7452, 2.95407], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [-6.12597, 1.83269, 11.21664], + "lerp_mode": "catmullrom" + }, + "1.04": { + "post": [6.72146, -8.7452, 2.95407], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [-6.12597, 1.83269, 11.21664], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [14.48012, -10.07689, -10.40687], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [-0.23039, -1.1317, -0.59573], + "lerp_mode": "catmullrom" + }, + "1.04": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [-0.23039, -1.1317, -0.59573], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-0.18258, 0.07952, 0.01843], + "lerp_mode": "catmullrom" + } + } + }, + "f_s_t_5": { + "rotation": { + "0.0": { + "post": [0, -10.9114, 12.80636], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-13.65299, -1.96188, 12.01069], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -10.9114, 12.80636], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-13.65299, -1.96188, 12.01069], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -10.9114, 12.80636], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-0.53545, 0.03471, 0.26848], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-0.53545, 0.03471, 0.26848], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "f_s_t_6": { + "rotation": { + "0.0": { + "post": [-9.42098, -17.09267, 29.06769], + "lerp_mode": "catmullrom" + }, + "0.38": { + "post": [-18.14675, -7.01285, 1.75246], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [-9.42098, -17.09267, 29.06769], + "lerp_mode": "catmullrom" + }, + "1.26": { + "post": [-18.14675, -7.01285, 1.75246], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-9.42098, -17.09267, 29.06769], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-1.05584, -0.52038, 0.25378], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [-1.05584, -0.52038, 0.25378], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-1.05584, -0.52038, 0.25378], + "lerp_mode": "catmullrom" + } + } + }, + "hair_back_R": { + "rotation": ["Math.cos((query.anim_time) * 90 * 4) * 5", 0, 0] + }, + "hair_back2_joint": { + "rotation": ["Math.cos((query.anim_time-0.2) * 90 * 4) * 5", "-Math.sin((query.anim_time-0.2) * 90 * 4) * 2", 0] + }, + "hair_backR3": { + "rotation": ["Math.cos((query.anim_time-0.4) * 90 * 4) * 8", "-Math.sin((query.anim_time-0.4) * 90 * 4) ", 0] + }, + "hair_back_L": { + "rotation": ["Math.cos((query.anim_time-1.4) * 90 * 4) * 5", 0, 0] + }, + "hair_back2_joint2": { + "rotation": ["Math.cos((query.anim_time-1.6) * 90 * 4) * 5", "-Math.sin((query.anim_time-1.6) * 90 * 4) * 2", 0] + }, + "hair_backL3": { + "rotation": ["Math.cos((query.anim_time-1.8) * 90 * 4) * 8", "-Math.sin((query.anim_time-1.8) * 90 * 4)", 0] + }, + "hair_back_M": { + "rotation": ["-Math.cos((query.anim_time-1.2) * 90 * 4) * 5", 0, 0] + }, + "hair_back2_joint3": { + "rotation": ["-Math.cos((query.anim_time-1.4) * 90 * 4) * 8", "Math.cos((query.anim_time-1.4) * 90 * 4) * 2", 0] + }, + "hair_backM3": { + "rotation": ["-Math.cos((query.anim_time-1.6) * 90 * 4) * 8", "Math.cos((query.anim_time-1.6) * 90 * 4) * 2", 0] + }, + "necklace2": { + "rotation": ["5+math.sin((query.anim_time-0.3 ) * 90 * 4 ) * 12", 0, 0] + }, + "necklace3": { + "rotation": ["-20+math.cos((query.anim_time-0.6) * 90 * 4) * 10", 0, 0] + }, + "bone": { + "rotation": ["10+math.sin((query.anim_time-0.3 ) * 90 * 2 ) * 12", 0, 0] + }, + "closer": { + "position": [0, 0, 3.2] + }, + "closel": { + "position": [0, 0, 3.2] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/fomantis/fomantis.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/fomantis/fomantis.animation.json new file mode 100644 index 0000000..9035698 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/fomantis/fomantis.animation.json @@ -0,0 +1,2575 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.fomantis.faint": { + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-2.5, 0, 5], + "0.5": [17.49294, -0.32621, 7.47864], + "0.625": [24.61489, 4.32808, -4.12049], + "0.8333": [-3.31271, 6.39479, -8.69364], + "1.0833": [7.8183, 0, 0], + "1.1667": [27.82, 0, 0], + "1.25": [47.82, 0, 0], + "1.4583": [78.24, 0, 0], + "1.5": [75.74, 0, 0], + "1.5833": [78.24, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.4167": [0, 0.3, 0], + "0.5": [0, 0.47, 0], + "0.625": [0, 0.68, 0], + "0.75": [0, 0.42, 0], + "0.8333": [0, 0.44, 0], + "1.0833": [0, 0.11, 0], + "1.1667": [0, 0.6, 0], + "1.25": [0, 0.75, 0.25], + "1.2917": [0, 1, 0.45], + "1.3333": [0, 1.3, 0.45], + "1.375": [0, 1.4, 0.45], + "1.4583": [0, 1.9, 0.45] + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [45, 40, 60], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [48.24248, 43.43662, 64.86865], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [45.87614, 38.43983, 57.45485], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [75.87614, 38.43983, 57.45485], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [54.70254, 44.70274, 51.92924], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [40.88763, 34.0892, 38.13956], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [42.51724, 25.37349, 40.75634], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [48.56681, 21.6443, 37.12313], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [76.77669, 11.92225, 39.5724], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [76.78, 11.92, 39.57], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [77.01713, -5.1313, 43.52916], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [77.0555, -2.695, 42.96705], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left2": { + "rotation": { + "0.0": [0, 0, 37.5], + "1.5": [0, 0, 45], + "1.6667": [0, 0, 0] + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [45, -40, -60], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [39.75075, -36.13387, -51.23632], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [43.48754, -31.14593, -57.97002], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [58.48754, -31.14593, -57.97002], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [50.14118, -27.06218, -67.16289], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [45.15315, -27.55331, -55.25131], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [45.57817, -11.70419, -53.26745], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [54.95504, -8.18397, -49.66188], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [66.69989, -2.37804, -41.48158], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [66.7, -2.38, -41.48], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [66.54639, 6.80283, -45.44647], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [66.64475, 4.50846, -44.44864], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right2": { + "rotation": { + "0.0": [0, 0, -37.5], + "0.6667": [0, 0, -50], + "0.7917": [0, 0, -27.5], + "1.125": [2.5, 0, -40], + "1.25": [0, 0, -40], + "1.5": [0, 0, -47.5], + "1.6667": [0, 0, -2.5] + } + }, + "wing_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 1], + "0.3333": [6, 0, 1], + "0.5": [7.99248, -0.34782, 3.4757], + "0.625": [5.98527, 0.48681, -2.46602], + "0.7083": [0.96768, 0.5209, -4.46581], + "0.8333": [0.97, 0.52, -4.47], + "0.9167": [5.99159, -0.10574, 1.49735], + "1.0833": [5.99164, 0.10305, -0.49172], + "1.125": [5.9843, -0.3144, 3.48645], + "1.2083": [19.97794, -0.4186, 4.48103], + "1.3333": [24.97794, -0.4186, 4.48103], + "1.4167": [19.97794, -0.4186, 4.48103], + "1.4583": [24.97794, -0.4186, 4.48103], + "1.5": [22.47794, -0.4186, 4.48103], + "1.7083": [0, 0, 0] + } + }, + "wing_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 1], + "0.3333": [6, 0, 1], + "0.5": [7.99248, -0.34782, 3.4757], + "0.625": [5.98527, 0.48681, -2.46602], + "0.7083": [0.96768, 0.5209, -4.46581], + "0.8333": [0.97, 0.52, -4.47], + "0.9167": [5.99159, -0.10574, 1.49735], + "1.0833": [5.99164, 0.10305, -0.49172], + "1.125": [5.9843, -0.3144, 3.48645], + "1.2083": [19.97794, -0.4186, 4.48103], + "1.3333": [24.97794, -0.4186, 4.48103], + "1.4167": [19.97794, -0.4186, 4.48103], + "1.4583": [24.97794, -0.4186, 4.48103], + "1.5": [22.47794, -0.4186, 4.48103], + "1.7083": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5.24908, -0.69005, -7.46837], + "0.3333": [-12.017, -0.64077, -6.93491], + "0.4583": [-21.59196, -0.56683, -6.13473], + "0.5833": [-22.57349, 2.39659, 1.58819], + "0.6667": [-23.32, 2.16, 1.43], + "0.75": [-8.86289, 2.69943, 6.21404], + "0.8333": [13.49497, 2.362, 5.43729], + "0.9167": [6.82264, 3.25536, -5.2742], + "1.125": [-8.52, 1.9, -3.08], + "1.25": [-32.72571, 1.08571, -1.76], + "1.4167": [-30, 0, 0], + "1.4583": [-45, 0, 0] + } + }, + "eye_left": { + "rotation": [0, 0, -5], + "scale": { + "0.0": [1, 1, 1], + "0.5": [1, 0.1, 1] + } + }, + "eye_right": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": [1, 1, 1], + "0.5": [1, 0.1, 1] + } + }, + "bulb": { + "rotation": { + "0.0": [0, 0, 0], + "0.2917": [0, 0, -7.5], + "0.4583": [-5, 0, -7.5], + "0.5833": [-4.66569, 4.20854, 1.57947], + "0.6667": [0.18803, 3.1622, -0.69577], + "0.7917": [10.87723, 4.81116, 9.19167], + "0.875": [10.06119, 2.73337, -3.16198], + "0.9583": [9.69614, 0.08267, -17.93172], + "1.125": [-0.22611, 1.81545, -13.24076], + "1.2917": [-7.31286, 5.28474, -6.57757], + "1.5": [-17.5, 0, 0], + "1.75": [0, 0, 0] + } + }, + "foot_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 0, -7.5], + "0.4167": [-24.97911, 1.05627, -5.23397], + "0.5": [-34.97911, 1.05627, -5.23397], + "0.625": [-22.00044, 4.84939, 4.03275], + "0.75": [-9.50044, 4.84939, 4.03275], + "0.875": [-4.50044, 4.84939, 4.03275], + "1.0": [-5.09412, 4.22126, -3.46445], + "1.0833": [-4.28473, 5.04089, 6.53472], + "1.125": [-16.67934, -2.09782, -1.14533], + "1.2083": [13.32066, -2.09782, -1.14533], + "1.3333": [25.80232, -2.41274, -1.28453], + "1.4583": [25.8, -2.41, -1.28], + "1.5417": [38.3, -2.41, -1.28], + "1.625": [-11.7, -2.41, -1.28] + }, + "position": { + "0.5": [0.02969, -0.08606, -0.55155], + "1.125": [0.03, 0.06, -0.05], + "1.3333": [0.03, -0.04, 0.05] + } + }, + "foot_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.2083": [0, 0, -17.5], + "0.375": [-7.47178, 0.65182, -12.54256], + "0.5417": [-19.97178, 0.65182, -12.54256], + "0.6667": [-19.18262, 5.70372, 1.60761], + "0.75": [8.31738, 5.70372, 1.60761], + "0.875": [-0.1888, 5.75871, -8.4426], + "1.0": [0.31551, 5.75318, -3.41725], + "1.125": [-17.18449, 5.75318, -3.41725], + "1.25": [27.81551, 5.75318, -3.41725], + "1.4583": [27.82, 5.75, -3.42], + "1.5417": [40.32, 5.75, -3.42], + "1.625": [-12.18, 5.75, -3.42], + "1.75": [-12.18, 5.75, -3.42] + } + }, + "eyelid_left": { + "rotation": [0, 0, 17.5], + "position": [-0.15, 0.325, -0.25], + "scale": [1.3, 1, 1] + }, + "eyelid_right": { + "rotation": [0, 0, -17.5], + "position": [0.15, 0.325, -0.25], + "scale": [1.3, 1, 1] + }, + "eye_left_shine": { + "position": [0, -0.99905, -0.02179], + "scale": [0.8, 0.8, 1] + }, + "eye_left_iris": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.25, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1.5, 0.8, 1], + "lerp_mode": "catmullrom" + } + } + }, + "eye_right_shine": { + "position": [-1, -0.99905, -0.02179], + "scale": [0.8, 0.8, 1] + }, + "eye_right_iris": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.25, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1.5, 0.8, 1], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.fomantis.cry": { + "animation_length": 1.5, + "bones": { + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [7.5, 0, 0], + "0.5": [-5, 0, 0], + "0.5417": [-2.5, 0, 0], + "0.5833": [-5, 0, 0], + "0.625": [-2.5, 0, 0], + "0.6667": [-5, 0, 0], + "0.7083": [-2.5, 0, 0], + "0.75": [-5, 0, 0], + "0.7917": [-2.5, 0, 0], + "0.8333": [-5, 0, 0], + "0.875": [-2.5, 0, 0], + "0.9167": [-5, 0, 0], + "0.9583": [-2.5, 0, 0], + "1.0": [-5, 0, 0], + "1.0417": [-2.5, 0, 0], + "1.0833": [-5, 0, 0], + "1.125": [-2.5, 0, 0], + "1.1667": [-5, 0, 0], + "1.5": [0, 0, 0] + } + }, + "neck_front_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": [-5, 0, 0], + "0.4583": [10, 0, 0], + "0.5": [2.5, 0, 0], + "0.5417": [5, 0, 0], + "0.5833": [-2.5, 0, 0], + "0.625": [2.5, 0, 0], + "0.6667": [5, 0, 0], + "0.7083": [-2.5, 0, 0], + "0.75": [10, 0, 0], + "0.7917": [2.5, 0, 0], + "0.8333": [5, 0, 0], + "0.875": [-2.5, 0, 0], + "0.9167": [10, 0, 0], + "0.9583": [2.5, 0, 0], + "1.0": [5, 0, 0], + "1.0417": [-2.5, 0, 0], + "1.0833": [10, 0, 0], + "1.5": [0, 0, 0] + } + }, + "neck_back_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": [-5, 0, 0], + "0.4583": [-9.46, 0, 0], + "0.5": [-4.08, 0, 0], + "0.5417": [-6.41, 0, 0], + "0.5833": [1.37, 0, 0], + "0.625": [-1.19, 0, 0], + "0.6667": [-9.46, 0, 0], + "0.7083": [-4.08, 0, 0], + "0.75": [-6.41, 0, 0], + "0.7917": [1.37, 0, 0], + "0.8333": [-1.19, 0, 0], + "0.875": [-9.46, 0, 0], + "0.9167": [-4.08, 0, 0], + "0.9583": [-6.41, 0, 0], + "1.0": [1.37, 0, 0], + "1.0417": [-1.19, 0, 0], + "1.0833": [-9.46, 0, 0], + "1.5": [0, 0, 0] + } + }, + "neck_front_mid": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": [-5, 0, 0], + "0.5": [10, 0, 0], + "0.5417": [2.5, 0, 0], + "0.5833": [5, 0, 0], + "0.625": [-2.5, 0, 0], + "0.6667": [2.5, 0, 0], + "0.7083": [5, 0, 0], + "0.75": [-2.5, 0, 0], + "0.7917": [10, 0, 0], + "0.8333": [2.5, 0, 0], + "0.875": [5, 0, 0], + "0.9167": [-2.5, 0, 0], + "0.9583": [10, 0, 0], + "1.0": [2.5, 0, 0], + "1.0417": [5, 0, 0], + "1.0833": [-2.5, 0, 0], + "1.125": [10, 0, 0], + "1.5": [0, 0, 0] + } + }, + "neck_back_mid": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [-5, 0, 0], + "0.5": [-9.46, 0, 0], + "0.5417": [-4.08, 0, 0], + "0.5833": [-6.41, 0, 0], + "0.625": [1.37, 0, 0], + "0.6667": [-1.19, 0, 0], + "0.7083": [-9.46, 0, 0], + "0.75": [-4.08, 0, 0], + "0.7917": [-6.41, 0, 0], + "0.8333": [1.37, 0, 0], + "0.875": [-1.19, 0, 0], + "0.9167": [-9.46, 0, 0], + "0.9583": [-4.08, 0, 0], + "1.0": [-6.41, 0, 0], + "1.0417": [1.37, 0, 0], + "1.0833": [-1.19, 0, 0], + "1.125": [-9.46, 0, 0], + "1.5": [0, 0, 0] + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [101.82466, 81.3201, 110.2129], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 37.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [101.82466, -81.3201, -110.2129], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck_front_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": [-5, 0, 0], + "0.4583": [10, 0, 0], + "0.5": [2.5, 0, 0], + "0.5417": [5, 0, 0], + "0.5833": [-2.5, 0, 0], + "0.625": [2.5, 0, 0], + "0.6667": [5, 0, 0], + "0.7083": [-2.5, 0, 0], + "0.75": [10, 0, 0], + "0.7917": [2.5, 0, 0], + "0.8333": [5, 0, 0], + "0.875": [-2.5, 0, 0], + "0.9167": [10, 0, 0], + "0.9583": [2.5, 0, 0], + "1.0": [5, 0, 0], + "1.0417": [-2.5, 0, 0], + "1.0833": [10, 0, 0], + "1.5": [0, 0, 0] + } + }, + "neck_back_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": [-5, 0, 0], + "0.4583": [-9.46, 0, 0], + "0.5": [-4.08, 0, 0], + "0.5417": [-6.41, 0, 0], + "0.5833": [1.37, 0, 0], + "0.625": [-1.19, 0, 0], + "0.6667": [-9.46, 0, 0], + "0.7083": [-4.08, 0, 0], + "0.75": [-6.41, 0, 0], + "0.7917": [1.37, 0, 0], + "0.8333": [-1.19, 0, 0], + "0.875": [-9.46, 0, 0], + "0.9167": [-4.08, 0, 0], + "0.9583": [-6.41, 0, 0], + "1.0": [1.37, 0, 0], + "1.0417": [-1.19, 0, 0], + "1.0833": [-9.46, 0, 0], + "1.5": [0, 0, 0] + } + }, + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0.25, 0.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -0.075, -0.25], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -0.075, -0.25], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": [1, 1, 1], + "0.4583": [1, 1, 1], + "0.5": [1.01, 1.01, 1.01], + "0.5417": [1, 1, 1], + "0.5833": [1.01, 1.01, 1.01], + "0.625": [1, 1, 1], + "0.6667": [1.01, 1.01, 1.01], + "0.7083": [1, 1, 1], + "0.75": [1.01, 1.01, 1.01], + "0.7917": [1, 1, 1], + "0.8333": [1.01, 1.01, 1.01], + "0.875": [1, 1, 1], + "0.9167": [1.01, 1.01, 1.01], + "0.9583": [1, 1, 1], + "1.0": [1.01, 1.01, 1.01], + "1.0417": [1, 1, 1] + } + }, + "wing_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [5, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [2.38443, 0.75155, -14.98436], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [2.28727, 0.87184, -17.93764], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [4.8278, 0.77128, -15.43917], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [2.22682, 1.18515, -20.36462], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [2.38443, 0.75155, -14.98436], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [2.28727, 0.87184, -17.93764], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [4.8278, 0.77128, -15.43917], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [2.22682, 1.18515, -20.36462], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [2.38443, 0.75155, -14.98436], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [2.28727, 0.87184, -17.93764], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [4.8278, 0.77128, -15.43917], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [2.22682, 1.18515, -20.36462], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.38443, 0.75155, -14.98436], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [2.28727, 0.87184, -17.93764], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [4.8278, 0.77128, -15.43917], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [2.22682, 1.18515, -20.36462], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [2.38443, 0.75155, -14.98436], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [2.28727, 0.87184, -17.93764], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [2.38443, 0.75155, -14.98436], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wing_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [5, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [2.38443, -0.7515, 14.9844], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [2.28727, -0.87179, 17.93769], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [4.8278, -0.77123, 15.43921], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [2.22682, -1.1852, 20.3646], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [2.38443, -0.7515, 14.9844], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [2.28727, -0.87179, 17.93769], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [4.8278, -0.77123, 15.43921], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [2.22682, -1.1852, 20.3646], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [2.38443, -0.7515, 14.9844], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [2.28727, -0.87179, 17.93769], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [4.8278, -0.77123, 15.43921], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [2.22682, -1.1852, 20.3646], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.38443, -0.7515, 14.9844], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [2.28727, -0.87179, 17.93769], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [4.8278, -0.77123, 15.43921], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [2.22682, -1.1852, 20.3646], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [2.38443, -0.7515, 14.9844], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [2.28727, -0.87179, 17.93769], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [2.38443, -0.7515, 14.9844], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "headleaf_left": { + "rotation": { + "0.0417": [0, 0, 0], + "0.375": [0, -10, 0], + "0.5": [0, -2.5, 0], + "0.5417": [0.66963, -2.48539, -2.58807], + "0.5833": [0.10849, -0.00238, 0.00243], + "0.625": [0.11106, -5.00237, -0.00748], + "0.6667": [0.10965, -2.50238, -0.00246], + "0.7083": [0, -2.5, 0], + "0.75": [0.66963, -2.48539, -2.58807], + "0.7917": [0.10849, -0.00238, 0.00243], + "0.8333": [0.11106, -5.00237, -0.00748], + "0.875": [0.10965, -2.50238, -0.00246], + "0.9167": [0, -2.5, 0], + "0.9583": [0.66963, -2.48539, -2.58807], + "1.0": [0.10849, -0.00238, 0.00243], + "1.0417": [0.11106, -5.00237, -0.00748], + "1.0833": [0.10965, -2.50238, -0.00246], + "1.125": [0.10849, -0.00238, 0.00243], + "1.5": [0, 0, 0] + } + }, + "headleaf_right": { + "rotation": { + "0.0417": [0, 0, 0], + "0.375": [0, 10, 0], + "0.5": [0, -2.5, 0], + "0.5417": [0.66963, -2.48539, -2.58807], + "0.5833": [0.10849, -0.00238, 0.00243], + "0.625": [0.11106, -5.00237, -0.00748], + "0.6667": [0.10965, -2.50238, -0.00246], + "0.7083": [0, -2.5, 0], + "0.75": [0.66963, -2.48539, -2.58807], + "0.7917": [0.10849, -0.00238, 0.00243], + "0.8333": [0.11106, -5.00237, -0.00748], + "0.875": [0.10965, -2.50238, -0.00246], + "0.9167": [0, -2.5, 0], + "0.9583": [0.66963, -2.48539, -2.58807], + "1.0": [0.10849, -0.00238, 0.00243], + "1.0417": [0.11106, -5.00237, -0.00748], + "1.0833": [0.10965, -2.50238, -0.00246], + "1.125": [0.10849, -0.00238, 0.00243], + "1.5": [0, 0, 0] + } + }, + "bulb": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [0, 0, 0], + "0.5417": [2.51564, 0.75155, 2.38443], + "0.5833": [2.40936, -0.7932, -2.48526], + "0.625": [-0.20016, -0.75715, -2.3723], + "0.6667": [0, 0, 0], + "0.7083": [2.51564, 0.75155, 2.38443], + "0.75": [2.40936, -0.7932, -2.48526], + "0.7917": [-0.20016, -0.75715, -2.3723], + "0.8333": [0, 0, 0], + "0.875": [2.51564, 0.75155, 2.38443], + "0.9167": [2.40936, -0.7932, -2.48526], + "0.9583": [-0.20016, -0.75715, -2.3723], + "1.0": [0, 0, 0], + "1.0417": [2.51564, 0.75155, 2.38443], + "1.0833": [2.40936, -0.7932, -2.48526], + "1.125": [-0.20016, -0.75715, -2.3723], + "1.5": [0, 0, 0] + } + }, + "foot_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + }, + "sound_effects": { + "0.375": { + "effect": "pokemon.fomantis.cry" + } + } + }, + "animation.fomantis.battle_idle": { + "loop": true, + "bones": { + "head": { + "rotation": { + "0.0": { + "post": ["0.5*(math.sin(q.anim_time*570+120)*2)", 0, "2*(math.sin(q.anim_time*360+80)*2)"], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": ["1-0.01*(math.sin(q.anim_time*480+120)*2)", "1-0.01*(math.sin(q.anim_time*480+120)*2)", "1-0.01*(math.sin(q.anim_time*480+120)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "headleaf_mid": { + "rotation": { + "0.0": { + "post": ["0.5*(math.sin(q.anim_time*570+120)*2)", 0, "2*(math.sin(q.anim_time*360+80)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "bulbleaf_front2": { + "rotation": [-5, 0, 0] + }, + "neckleaves": { + "position": [0, 0.25, 0] + }, + "neck_front_right": { + "rotation": { + "0.0": { + "post": ["12.5-0.5*(math.sin(q.anim_time*480+120)*2)", 0, "2*(math.sin(q.anim_time*240+80)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "neck_back_right": { + "rotation": { + "0.0": { + "post": ["-7.5+0.5*(math.sin(q.anim_time*480+120)*2)", 0, "2*(math.sin(q.anim_time*240+80)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "neck_front_mid": { + "rotation": { + "0.0": { + "post": ["17.5-0.5*(math.sin(q.anim_time*480+120)*2)", 0, "2*(math.sin(q.anim_time*240+80)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "neck_back_mid": { + "rotation": { + "0.0": { + "post": ["-10+0.5*(math.sin(q.anim_time*480+120)*2)", 0, "0+2*(math.sin(q.anim_time*240+80)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [45, "40-1*(math.sin(q.anim_time*360+160)*2)", "60-4*(math.sin(q.anim_time*570+160)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 37.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [45, "-40+1*(math.sin(q.anim_time*360+160)*2)", "-60+4*(math.sin(q.anim_time*570+160)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right2": { + "rotation": [0, 0, -37.5] + }, + "neck_front_left": { + "rotation": { + "0.0": { + "post": ["12.5-0.5*(math.sin(q.anim_time*480+120)*2)", 0, "2*(math.sin(q.anim_time*240+80)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "neck_back_left": { + "rotation": { + "0.0": { + "post": ["-7.5+0.5*(math.sin(q.anim_time*480+120)*2)", 0, "2*(math.sin(q.anim_time*240+80)*2)"], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -0.1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": { + "post": ["+0.6*(math.sin(q.anim_time*570+120)*2)", 0, "+0.6*(math.sin(q.anim_time*360+120)*2)"], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": ["1+0.01*(math.sin(q.anim_time*480+120)*2)", "1+0.01*(math.sin(q.anim_time*480+120)*2)", "1+0.01*(math.sin(q.anim_time*480+120)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "wing_left": { + "rotation": { + "0.0": { + "post": ["2+0.05*(math.sin(q.anim_time*570+100)*2)", 0, "-2-2*(math.sin(q.anim_time*570+100)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "wing_right": { + "rotation": { + "0.0": { + "post": ["2-0.05*(math.sin(q.anim_time*570+100)*2)", 0, "2+2*(math.sin(q.anim_time*570+100)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "headleaf_left": { + "rotation": { + "0.0": { + "post": ["0.5*(math.sin(q.anim_time*480+120)*2)", 0, "2*(math.sin(q.anim_time*240+80)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "headleaf_right": { + "rotation": { + "0.0": { + "post": ["0.5*(math.sin(q.anim_time*480+120)*2)", 0, "2*(math.sin(q.anim_time*240+80)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "bulb": { + "rotation": { + "0.0": { + "post": ["0.5*(math.sin(q.anim_time*570+80)*2)", 0, "2*(math.sin(q.anim_time*360+60)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left": { + "rotation": { + "0.0": { + "post": ["-0.4*(math.sin(q.anim_time*570+120)*2)", 0, "-0.4*(math.sin(q.anim_time*360+120)*2)"], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": ["-0.0126*(math.sin(q.anim_time*570+120)*2)", "+0.014*(math.sin(q.anim_time*360+120)*2)", "0.0126*(math.sin(q.anim_time*570+120)*2)"], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": ["1-0.01*(math.sin(q.anim_time*480+120)*2)", "1-0.01*(math.sin(q.anim_time*480+120)*2)", "1-0.01*(math.sin(q.anim_time*480+120)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right": { + "rotation": { + "0.0": { + "post": ["-0.4*(math.sin(q.anim_time*570+120)*2)", 0, "-0.4*(math.sin(q.anim_time*360+120)*2)"], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": ["0.0126*(math.sin(q.anim_time*570+120)*2)", "-0.014*(math.sin(q.anim_time*360+120)*2)", "0.0126*(math.sin(q.anim_time*570+120)*2)"], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": ["1-0.01*(math.sin(q.anim_time*480+120)*2)", "1-0.01*(math.sin(q.anim_time*480+120)*2)", "1-0.01*(math.sin(q.anim_time*480+120)*2)"], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.fomantis.ground_idle": { + "loop": true, + "bones": { + "head": { + "rotation": { + "0.0": { + "post": ["0.5*(math.sin(q.anim_time*480+120)*2)", 0, "2*(math.sin(q.anim_time*240+80)*2)"], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": ["1-0.005*(math.sin(q.anim_time*480+120)*2)", "1-0.005*(math.sin(q.anim_time*480+120)*2)", "1-0.005*(math.sin(q.anim_time*480+120)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "headleaf_mid": { + "rotation": { + "0.0": { + "post": ["0.5*(math.sin(q.anim_time*480+120)*2)", 0, "2*(math.sin(q.anim_time*240+80)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "bulbleaf_front2": { + "rotation": [-5, 0, 0] + }, + "neckleaves": { + "position": [0, 0.25, 0] + }, + "neck_front_right": { + "rotation": { + "0.0": { + "post": ["12.5-0.5*(math.sin(q.anim_time*480+120)*2)", 0, "2*(math.sin(q.anim_time*240+80)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "neck_back_right": { + "rotation": { + "0.0": { + "post": ["-7.5+0.5*(math.sin(q.anim_time*480+120)*2)", 0, "2*(math.sin(q.anim_time*240+80)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "neck_front_mid": { + "rotation": { + "0.0": { + "post": ["17.5-0.5*(math.sin(q.anim_time*480+120)*2)", 0, "2*(math.sin(q.anim_time*240+80)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "neck_back_mid": { + "rotation": { + "0.0": { + "post": ["-10+0.5*(math.sin(q.anim_time*480+120)*2)", 0, "0+2*(math.sin(q.anim_time*240+80)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [45, "40-1*(math.sin(q.anim_time*240+160)*2)", "60-4*(math.sin(q.anim_time*480+160)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 37.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [45, "-40+1*(math.sin(q.anim_time*240+160)*2)", "-60+4*(math.sin(q.anim_time*480+160)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right2": { + "rotation": [0, 0, -37.5] + }, + "neck_front_left": { + "rotation": { + "0.0": { + "post": ["12.5-0.5*(math.sin(q.anim_time*480+120)*2)", 0, "2*(math.sin(q.anim_time*240+80)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "neck_back_left": { + "rotation": { + "0.0": { + "post": ["-7.5+0.5*(math.sin(q.anim_time*480+120)*2)", 0, "2*(math.sin(q.anim_time*240+80)*2)"], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -0.1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": { + "post": ["+0.4*(math.sin(q.anim_time*480+120)*2)", 0, "+0.4*(math.sin(q.anim_time*240+120)*2)"], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": ["1+0.005*(math.sin(q.anim_time*480+120)*2)", "1+0.005*(math.sin(q.anim_time*480+120)*2)", "1+0.005*(math.sin(q.anim_time*480+120)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "wing_left": { + "rotation": { + "0.0": { + "post": ["2+0.05*(math.sin(q.anim_time*480+100)*2)", 0, "-2-2*(math.sin(q.anim_time*480+100)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "wing_right": { + "rotation": { + "0.0": { + "post": ["2-0.05*(math.sin(q.anim_time*480+100)*2)", 0, "2+2*(math.sin(q.anim_time*480+100)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "headleaf_left": { + "rotation": { + "0.0": { + "post": ["0.5*(math.sin(q.anim_time*480+120)*2)", 0, "2*(math.sin(q.anim_time*240+80)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "headleaf_right": { + "rotation": { + "0.0": { + "post": ["0.5*(math.sin(q.anim_time*480+120)*2)", 0, "2*(math.sin(q.anim_time*240+80)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "bulb": { + "rotation": { + "0.0": { + "post": ["0.5*(math.sin(q.anim_time*480+80)*2)", 0, "2*(math.sin(q.anim_time*240+60)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left": { + "rotation": { + "0.0": { + "post": ["-0.4*(math.sin(q.anim_time*480+120)*2)", 0, "-0.4*(math.sin(q.anim_time*240+120)*2)"], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": ["-0.0126*(math.sin(q.anim_time*480+120)*2)", "+0.014*(math.sin(q.anim_time*240+120)*2)", "0.0126*(math.sin(q.anim_time*480+120)*2)"], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": ["1-0.005*(math.sin(q.anim_time*480+120)*2)", "1-0.005*(math.sin(q.anim_time*480+120)*2)", "1-0.005*(math.sin(q.anim_time*480+120)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right": { + "rotation": { + "0.0": { + "post": ["-0.4*(math.sin(q.anim_time*480+120)*2)", 0, "-0.4*(math.sin(q.anim_time*240+120)*2)"], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": ["0.0126*(math.sin(q.anim_time*480+120)*2)", "-0.014*(math.sin(q.anim_time*240+120)*2)", "0.0126*(math.sin(q.anim_time*480+120)*2)"], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": ["1-0.005*(math.sin(q.anim_time*480+120)*2)", "1-0.005*(math.sin(q.anim_time*480+120)*2)", "1-0.005*(math.sin(q.anim_time*480+120)*2)"], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.fomantis.ground_walk": { + "loop": true, + "animation_length": 1.2, + "override_previous_animation": true, + "bones": { + "body": { + "rotation": { + "0.0": [25, 0, 0], + "0.2": [10, -35, 0], + "0.6": { + "pre": [25, 0, 0], + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8": [10, 35, 0], + "1.2": { + "pre": [25, 0, 0], + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0.55, 0], + "0.2": [0, 1, 0], + "0.4": { + "pre": [0, 0.6, 0], + "post": [0, 0.6, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0.46, 0], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [0, 0.55, 0], + "lerp_mode": "catmullrom" + }, + "0.8": [0, 1, 0], + "1.0": { + "pre": [0, 0.6, 0], + "post": [0, 0.6, 0], + "lerp_mode": "catmullrom" + }, + "1.1": { + "post": [0, 0.46, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [0, 0.55, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": [1, 0.99, 1], + "0.2": [1, 1.03, 1], + "0.6": { + "pre": [1, 0.99, 1], + "post": [1, 0.99, 1], + "lerp_mode": "catmullrom" + }, + "0.8": [1, 1.03, 1], + "1.2": { + "pre": [1, 0.99, 1], + "post": [1, 0.99, 1], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "0.1": { + "post": [43.88908, -4.58369, 5.3708], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "0.7": { + "post": [-20.2103, 62.3954, -5.4016], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "0.1": { + "post": [0, 0, 45], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "0.7": { + "post": [0, 0, 70], + "lerp_mode": "catmullrom" + }, + "1.1": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": [0, 0, -30], + "0.1": [-20.21026, -62.39543, -5.40158], + "0.6": [0, 0, -30], + "0.7": [43.88908, -4.58369, -5.37077], + "1.2": [0, 0, -30] + } + }, + "arm_right2": { + "rotation": { + "0.0": [0, 0, -22.5], + "0.1": [0, 0, -45], + "0.6": [0, 0, -22.5], + "0.7": [0, 0, -70], + "1.1": [0, 0, -22.5], + "1.2": [0, 0, -22.5] + } + }, + "wing_left": { + "rotation": { + "0.0": [5, 0, 0], + "0.2": [0, 0, 0], + "0.5": [0, 0, 0], + "0.8": [27.5, 0, 0], + "1.2": [5, 0, 0] + } + }, + "wing_right": { + "rotation": { + "0.0": [5, 0, 0], + "0.2": [27.5, 0, 0], + "0.5": [0, 0, 0], + "0.8": [0, 0, 0], + "1.2": [5, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.3": [-7.5, 20, 0], + "0.6": [2, 0, 0], + "0.9": [-7.5, -20, 0], + "1.2": [0, 0, 0] + } + }, + "headleaf_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.2": [-15, 0, 0], + "0.5": [0, 0, 0], + "0.8": [-15, 0, 0], + "1.2": [0, 0, 0] + } + }, + "headleaf_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.2": [-15, 0, 0], + "0.5": [0, 0, 0], + "0.8": [-15, 0, 0], + "1.2": [0, 0, 0] + } + }, + "bulb": { + "rotation": { + "0.0": [0, 0, 0], + "0.2": [-14.68664, -9.00406, 0.18494], + "0.5": [0, 0, 0], + "0.8": [-14.68664, 9.0041, -0.1849], + "1.2": [0, 0, 0] + } + }, + "neckleaves": { + "rotation": { + "0.0": [0, 0, 0], + "0.2": [0, -15, 0], + "0.5": [0, 0, 0], + "0.9": [0, 15, 0], + "1.2": [0, 0, 0] + } + }, + "neck_front_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.2": [15, 0, 0], + "0.5": [0, 0, 0], + "0.8": [15, 0, 0], + "1.2": [0, 0, 0] + } + }, + "neck_front_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.2": [15, 0, 0], + "0.5": [0, 0, 0], + "0.8": [15, 0, 0], + "1.2": [0, 0, 0] + } + }, + "neck_back_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.2": [-15, 0, 0], + "0.5": [0, 0, 0], + "0.8": [-15, 0, 0], + "1.2": [0, 0, 0] + } + }, + "neck_back_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.2": [-15, 0, 0], + "0.5": [0, 0, 0], + "0.8": [-15, 0, 0], + "1.2": [0, 0, 0] + } + }, + "neck_front_mid": { + "rotation": { + "0.0": [0, 0, 0], + "0.2": [15, 0, 0], + "0.5": [0, 0, 0], + "0.8": [15, 0, 0], + "1.2": [0, 0, 0] + } + }, + "neck_back_mid": { + "rotation": { + "0.0": [0, 0, 0], + "0.2": [-15, 0, 0], + "0.5": [0, 0, 0], + "0.8": [-15, 0, 0], + "1.2": [0, 0, 0] + } + }, + "foot_right": { + "rotation": { + "0.0": [-13.98, 0, 0], + "0.1": [17.5, 0, 0], + "0.2": [45, 0, 0], + "0.6": [60, 0, 0], + "0.8": [-25, 0, 0], + "1.0": [-17.5, 0, 0], + "1.1": [-25, 0, 0], + "1.2": [-13.98, 0, 0] + }, + "position": { + "0.0": [0, 0.01, -0.19], + "0.1": [0, 0, 0], + "0.6": [0, 0, -0.5], + "0.8": [0, -0.25, -0.5], + "1.0": [0, 0, -0.5], + "1.2": [0, 0.01, -0.19] + } + }, + "foot_left": { + "rotation": { + "0.0": [60, 0, 0], + "0.2": [-25, 0, 0], + "0.4": [-17.5, 0, 0], + "0.5": [-25, 0, 0], + "0.7": [17.5, 0, 0], + "0.8": [45, 0, 0], + "1.2": [60, 0, 0] + }, + "position": { + "0.0": [0, 0, -0.5], + "0.2": [0, -0.25, -0.5], + "0.4": [0, 0, -0.5], + "0.7": [0, 0, 0], + "1.2": [0, 0, -0.5] + } + } + } + }, + "animation.fomantis.swim": { + "loop": true, + "bones": { + "body": { + "rotation": ["0.5*(math.sin(q.anim_time*90)*2)", "1*(math.sin(q.anim_time*180)*2)", "1*(math.sin(q.anim_time*180)*2)"], + "position": [0, 0, "0.1*(math.sin(q.anim_time*90)*2)"] + }, + "head": { + "rotation": ["0.5*(math.sin(q.anim_time*90)*2)", "-1*(math.sin(q.anim_time*180)*2)", "-1*(math.sin(q.anim_time*180)*2)"] + }, + "bulb": { + "rotation": ["0.5*(math.sin(q.anim_time*90-120)*2)", "1*(math.sin(q.anim_time*180-120)*2)", "1*(math.sin(q.anim_time*180-120)*2)"] + }, + "arm_left": { + "rotation": ["-5*(math.sin(q.anim_time*180-60)*2)", "-1*(math.sin(q.anim_time*90)*2)", "15-1*(math.sin(q.anim_time*180)*2)"] + }, + "arm_left2": { + "rotation": [0, "-1*(math.sin(q.anim_time*90)*2)", "15-5*(math.sin(q.anim_time*90-120)*2)"] + }, + "arm_right": { + "rotation": ["-5*(math.sin(q.anim_time*180-60)*2)", "1*(math.sin(q.anim_time*90)*2)", "-15+1*(math.sin(q.anim_time*180)*2)"] + }, + "arm_right2": { + "rotation": [0, "1*(math.sin(q.anim_time*90)*2)", "-15+5*(math.sin(q.anim_time*90-120)*2)"] + }, + "wing_left": { + "rotation": ["30-10*(math.sin(q.anim_time*90)*2)", "-5*(math.sin(q.anim_time*90)*2)", "1*(math.sin(q.anim_time*180)*2)"] + }, + "wing_right": { + "rotation": ["30-10*(math.sin(q.anim_time*90)*2)", "5*(math.sin(q.anim_time*90)*2)", "-1*(math.sin(q.anim_time*180)*2)"] + }, + "neck_front_right": { + "rotation": ["0.5*(math.sin(q.anim_time*90-120)*2)", "1*(math.sin(q.anim_time*180-120)*2)", "1*(math.sin(q.anim_time*180-120)*2)"] + }, + "neck_front_left": { + "rotation": ["0.5*(math.sin(q.anim_time*90-120)*2)", "1*(math.sin(q.anim_time*180-120)*2)", "1*(math.sin(q.anim_time*180-120)*2)"] + }, + "neck_back_right": { + "rotation": ["0.5*(math.sin(q.anim_time*90-120)*2)", "1*(math.sin(q.anim_time*180-120)*2)", "1*(math.sin(q.anim_time*180-120)*2)"] + }, + "neck_back_left": { + "rotation": ["0.5*(math.sin(q.anim_time*90-120)*2)", "1*(math.sin(q.anim_time*180-120)*2)", "1*(math.sin(q.anim_time*180-120)*2)"] + }, + "neck_front_mid": { + "rotation": ["0.5*(math.sin(q.anim_time*90-120)*2)", "1*(math.sin(q.anim_time*180-120)*2)", "1*(math.sin(q.anim_time*180-120)*2)"] + }, + "neck_back_mid": { + "rotation": ["0.5*(math.sin(q.anim_time*90-120)*2)", "1*(math.sin(q.anim_time*180-120)*2)", "1*(math.sin(q.anim_time*180-120)*2)"] + }, + "foot_right": { + "rotation": ["8*(math.sin(q.anim_time*90)*2)", 0, 0], + "position": [0, 0, "0.1*(math.sin(q.anim_time*90)*2)"] + }, + "foot_left": { + "rotation": ["-8*(math.sin(q.anim_time*90)*2)", 0, 0], + "position": [0, 0, "-0.1*(math.sin(q.anim_time*90)*2)"] + } + } + }, + "animation.fomantis.shoulder_right": { + "loop": true, + "bones": { + "body": { + "rotation": [-0.04994, -5.00698, "0.3275+1*(math.sin(q.anim_time*180)*2)"], + "position": [-6, -1, 0] + }, + "head": { + "rotation": [0, 0, "0+1*(math.sin(q.anim_time*180+40)*2)"] + }, + "bulb": { + "rotation": [0, 0, "+3*(math.sin(q.anim_time*180-40)*2)"] + }, + "arm_left": { + "rotation": [67.03686, 48.8769, 105.4014] + }, + "arm_left2": { + "rotation": [0, 0, 27.5] + }, + "arm_right": { + "rotation": [67.03686, -48.87691, -105.40135] + }, + "arm_right2": { + "rotation": [0, 0, -27.5] + }, + "wing_left": { + "rotation": [0, 0, "+1*(math.sin(q.anim_time*180-40)*2)"], + "position": [0, 0, 0.02] + }, + "wing_right": { + "rotation": [0, 0, "+1*(math.sin(q.anim_time*180-40)*2)"], + "position": [0, 0, 0.01] + }, + "neck_front_right": { + "rotation": ["0+2*(math.sin(q.anim_time*180-20)*2)", 0, 0] + }, + "neck_front_left": { + "rotation": ["0+2*(math.sin(q.anim_time*180-20)*2)", 0, 0] + }, + "neck_back_right": { + "rotation": ["0-2*(math.sin(q.anim_time*180-20)*2)", 0, 0] + }, + "neck_back_left": { + "rotation": ["0-2*(math.sin(q.anim_time*180-20)*2)", 0, 0] + }, + "neck_front_mid": { + "rotation": ["0+2*(math.sin(q.anim_time*180-20)*2)", 0, 0] + }, + "neck_back_mid": { + "rotation": ["0-2*(math.sin(q.anim_time*180-20)*2)", 0, 0] + }, + "foot_right": { + "rotation": ["0+2*(math.sin(q.anim_time*180)*2)", 0, 0], + "position": [0, 1, -2] + }, + "foot_left": { + "rotation": ["0-2*(math.sin(q.anim_time*180)*2)", 0, 0], + "position": [0, 1, -2] + } + } + }, + "animation.fomantis.shoulder_left": { + "loop": true, + "bones": { + "body": { + "rotation": [-0.04994, 5.007, "0.3275+1*(math.sin(q.anim_time*180)*2)"], + "position": [6, -1, 0] + }, + "head": { + "rotation": [0, 0, "0+1*(math.sin(q.anim_time*180+40)*2)"] + }, + "bulb": { + "rotation": [0, 0, "+3*(math.sin(q.anim_time*180-40)*2)"] + }, + "arm_left": { + "rotation": [67.03686, 48.8769, 105.4014] + }, + "arm_left2": { + "rotation": [0, 0, 27.5] + }, + "arm_right": { + "rotation": [67.03686, -48.87691, -105.40135] + }, + "arm_right2": { + "rotation": [0, 0, -27.5] + }, + "neck_front_right": { + "rotation": ["0+2*(math.sin(q.anim_time*180-20)*2)", 0, 0] + }, + "neck_front_left": { + "rotation": ["0+2*(math.sin(q.anim_time*180-20)*2)", 0, 0] + }, + "neck_back_right": { + "rotation": ["0-2*(math.sin(q.anim_time*180-20)*2)", 0, 0] + }, + "neck_back_left": { + "rotation": ["0-2*(math.sin(q.anim_time*180-20)*2)", 0, 0] + }, + "neck_front_mid": { + "rotation": ["0+2*(math.sin(q.anim_time*180-20)*2)", 0, 0] + }, + "neck_back_mid": { + "rotation": ["0-2*(math.sin(q.anim_time*180-20)*2)", 0, 0] + }, + "foot_right": { + "rotation": ["0+2*(math.sin(q.anim_time*180)*2)", 0, 0], + "position": [0, 1, -2] + }, + "foot_left": { + "rotation": ["0-2*(math.sin(q.anim_time*180)*2)", 0, 0], + "position": [0, 1, -2] + }, + "wing_left": { + "rotation": [0, 0, "+1*(math.sin(q.anim_time*180-40)*2)"], + "position": [0, 0, 0.02] + }, + "wing_right": { + "rotation": [0, 0, "+1*(math.sin(q.anim_time*180-40)*2)"], + "position": [0, 0, 0.01] + } + } + }, + "animation.fomantis.sleep": { + "loop": true, + "bones": { + "body": { + "position": { + "0.0": { + "post": [0, 1.1, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": ["1-0.004*(math.sin(q.anim_time*90)*2)", "1-0.004*(math.sin(q.anim_time*90)*2)", "1-0.004*(math.sin(q.anim_time*90)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": ["0.5*(math.sin(q.anim_time*90)*2)", 0, "0.5*(math.sin(q.anim_time*45-10)*2)"], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -7, 0], + "lerp_mode": "catmullrom" + } + } + }, + "eyelid_left": { + "rotation": [0, 0, 5], + "position": [0, -0.5, -0.25], + "scale": [1, 0.4, 1] + }, + "eyelid_right": { + "rotation": [0, 0, -5], + "position": [0, -0.5, -0.25], + "scale": [1, 0.4, 1] + }, + "eye_left": { + "scale": [1, 0.1, 1] + }, + "eye_right": { + "scale": [1, 0.1, 1] + }, + "bulb": { + "rotation": { + "0.0": { + "post": ["-0.5*(math.sin(q.anim_time*90)*2)", 0, "-0.5*(math.sin(q.anim_time*45-10)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": [0, 65, 0], + "position": [0, -7.01, 0] + }, + "arm_left2": { + "rotation": [0, 17.5, 0], + "position": [-0.5, -0.001, 0.05] + }, + "arm_right": { + "rotation": [0, -42.5, 0], + "position": [0, -7.01, 0] + }, + "arm_right2": { + "rotation": [0, -35, 0], + "position": [0.85, 0.001, 0.3] + }, + "wing_left": { + "rotation": [90, 47.5, 25], + "position": [0, -7.501, 0] + }, + "wing_right": { + "rotation": [90, -47.5, -25], + "position": [0, -7.501, 0] + }, + "neckleaves": { + "position": [0, -7, 0] + } + } + }, + "animation.fomantis.eyes_default": { + "loop": true, + "bones": { + "eye_left": { + "rotation": [0, 0, -5] + }, + "eye_left_shine": { + "position": [-1, 0.00095, -0.02179], + "scale": [0.8, 0.8, 1] + }, + "eye_left_iris": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1.5, 0.8, 1], + "lerp_mode": "catmullrom" + } + } + }, + "eye_right": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + } + }, + "eye_right_shine": { + "position": [-1, 0.00095, -0.02179], + "scale": [0.8, 0.8, 1] + }, + "eye_right_iris": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1.5, 0.8, 1], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.fomantis.eyes_angry": { + "loop": true, + "override_previous_animation": true, + "bones": { + "eye_left": { + "rotation": [0, 0, -5] + }, + "eye_left_shine": { + "position": [0, -0.99905, -0.02179], + "scale": [0.8, 0.8, 1] + }, + "eye_left_iris": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1.5, 0.8, 1], + "lerp_mode": "catmullrom" + } + } + }, + "eye_right": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + } + }, + "eye_right_shine": { + "position": [-1, -0.99905, -0.02179], + "scale": [0.8, 0.8, 1] + }, + "eye_right_iris": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1.5, 0.8, 1], + "lerp_mode": "catmullrom" + } + } + }, + "eyelid_left": { + "rotation": [0, 0, -27.5], + "position": [-0.35, 0.325, -0.25], + "scale": [1.3, 1, 1] + }, + "eyelid_right": { + "rotation": [0, 0, 27.5], + "position": [0.35, 0.325, -0.25], + "scale": [1.3, 1, 1] + } + } + }, + "animation.fomantis.eyes_sad": { + "loop": true, + "override_previous_animation": true, + "bones": { + "eye_left": { + "rotation": [0, 0, -5] + }, + "eye_left_shine": { + "position": [0, -0.99905, -0.02179], + "scale": [0.8, 0.8, 1] + }, + "eye_left_iris": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.25, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1.5, 0.8, 1], + "lerp_mode": "catmullrom" + } + } + }, + "eye_right": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + } + }, + "eye_right_shine": { + "position": [-1, -0.99905, -0.02179], + "scale": [0.8, 0.8, 1] + }, + "eye_right_iris": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.25, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1.5, 0.8, 1], + "lerp_mode": "catmullrom" + } + } + }, + "eyelid_left": { + "rotation": [0, 0, 17.5], + "position": [-0.15, 0.325, -0.25], + "scale": [1.3, 1, 1] + }, + "eyelid_right": { + "rotation": [0, 0, -17.5], + "position": [0.15, 0.325, -0.25], + "scale": [1.3, 1, 1] + } + } + }, + "animation.fomantis.eyes_quirk": { + "animation_length": 3, + "override_previous_animation": true, + "bones": { + "eye_left_iris": { + "position": { + "0.5": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": [-0.5, 0.4, 0], + "2.0": [-0.5, 0.4, 0], + "2.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "eye_right_iris": { + "position": { + "0.5": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": [-0.5, 0.4, 0], + "2.0": [-0.5, 0.4, 0], + "2.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.fomantis.blink": { + "animation_length": 1.5, + "override_previous_animation": true, + "bones": { + "eye_left": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + }, + "eye_right": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + } + } + }, + "animation.fomantis.quirk": { + "animation_length": 2, + "override_previous_animation": true, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.2917": [0, 0, 0], + "0.4167": [1.57487, -7.38072, 5.04096], + "0.5417": [-3.42527, -24.87132, 5.44354], + "1.0833": [1.57487, 7.3807, -5.041], + "1.25": [-3.42527, 24.8713, -5.4435], + "1.7917": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-15, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-15, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.625": [0, 0, 0], + "0.875": [-80, 0, -57.5], + "1.0833": [0, 47.5, 0], + "1.7917": [0, 0, 0] + } + }, + "arm_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-80, 0, 57.5], + "0.4583": [0, -47.5, 0], + "1.7917": [0, 0, 0] + } + } + } + }, + "animation.fomantis.testing": { + "loop": true, + "bones": { + "body": { + "rotation": [12.5, -10, 0], + "position": [0, 5, 0] + }, + "head": { + "rotation": [-17.5, 0, 0] + }, + "bulb": { + "rotation": [0, 0, -7.5] + }, + "arm_left": { + "rotation": [0, -32.5, 0] + }, + "arm_left2": { + "rotation": [0, 47.5, 0], + "position": [-1.15, 0.001, 0.5] + }, + "arm_right": { + "rotation": [0, -100, 0] + }, + "arm_right2": { + "rotation": [0, -42.5, 0], + "position": [1.025, 0.001, 0.4] + }, + "neck_front_right": { + "rotation": [-10, 0, 0] + }, + "neck_front_left": { + "rotation": [-15, 0, 0] + }, + "neck_front_mid": { + "rotation": [-22.5, 0, 0] + }, + "foot_right": { + "rotation": [-32.5, 0, 0] + }, + "foot_left": { + "rotation": [-27.5, 0, 0] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/foongus/foongus.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/foongus/foongus.animation.json new file mode 100644 index 0000000..43cd46e --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/foongus/foongus.animation.json @@ -0,0 +1,58 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.foongus.ground_idle": { + "loop": true, + "bones": { + "body_bot": { + "rotation": [0, 0, "2.5*math.sin(q.anim_time*1.5*90)"], + "position": [0, "math.abs(0.1*math.sin(q.anim_time*1.5*90))", 0] + }, + "body_top": { + "rotation": [0, 0, "2.5*math.sin(q.anim_time*1.5*90)"] + }, + "left_hand": { + "rotation": ["-2.7384+Math.cos((query.anim_time) * 90 * 1) * 7", -4.88577, "27.391+Math.sin((query.anim_time) * 90 * 1) * 7"] + }, + "right_hand": { + "rotation": ["-0.9145+Math.cos((query.anim_time-1) * 90 * 1) * 7", 0.1205, "-30.0292+Math.sin((query.anim_time-1) * 90 * 1) * -7"] + } + } + }, + "animation.foongus.blink": { + "animation_length": 0.625, + "bones": { + "eye": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + } + } + }, + "animation.foongus.ground_walk": { + "loop": true, + "bones": { + "body_bot": { + "rotation": [0, "6*math.sin(q.anim_time*90*4)", "4*math.sin(q.anim_time*4*90-90)"], + "position": [0, "math.abs(0.15*math.sin(q.anim_time*4*90-90))", 0] + }, + "body_top": { + "rotation": [0, "6*math.sin(q.anim_time*90*4)", "4*math.sin(q.anim_time*4*90-90)"], + "position": [0, "math.abs(0.15*math.sin(q.anim_time*4*90-90))", 0] + }, + "left_hand": { + "rotation": [5.65205, "-16.3747+math.cos(q.anim_time*90*4)*3", "36.8368-math.sin(q.anim_time*90*4)*6"] + }, + "right_hand": { + "rotation": [5.65205, "16.3747-math.cos(q.anim_time*90*4)*3", "-36.8368+math.sin(q.anim_time*90*4)*6"] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/fraxure/fraxure.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/fraxure/fraxure.animation.json new file mode 100644 index 0000000..8eb481f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/fraxure/fraxure.animation.json @@ -0,0 +1,3025 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.fraxure.pose": { + "loop": true, + "bones": { + "Body": { + "rotation": [2.5, 0, 0], + "position": [0, 0, -2] + }, + "Left_Leg": { + "rotation": [0, -75, 0], + "position": [0, 0, -1] + }, + "Right_Leg": { + "rotation": [0, 42.5, 0], + "position": [0, 0, -3] + }, + "head": { + "rotation": [-5, 0, -5] + }, + "Lower_Jaw": { + "rotation": [30, 0, 0] + }, + "Left_Shoulder": { + "rotation": [2.46207, 0.43399, 7.50933] + }, + "Right_Shoulder": { + "rotation": [18.3754, -31.98591, -11.80233], + "position": [0, -1, -2] + }, + "Tail_1": { + "rotation": [15, 0, 0] + }, + "Left_Inner_Toe": { + "rotation": [0, -7.5, 0] + }, + "Right_Inner_Toe": { + "rotation": [0, 10, 0] + }, + "Tail_2": { + "rotation": [20, 0, 0] + }, + "Tail_3": { + "rotation": [2.5, 0, 0] + }, + "Tail_4": { + "rotation": [-17.5, 0, 0] + }, + "Right_Pinky": { + "rotation": [0, 0, 42.5] + }, + "Right_Forearm": { + "rotation": [-2.5, 0, 7.5] + }, + "Right_Arm": { + "rotation": [12.5, 0, 2.5] + }, + "Left_Arm": { + "rotation": [0, 0, -5] + }, + "Left_Forearm": { + "rotation": [0, 0, -5] + }, + "Left_Thumb": { + "rotation": [0, 0, 10] + }, + "Left_MiddleFinger": { + "rotation": [0, 0, -30] + }, + "Left_Pinky": { + "rotation": [0, 0, 2.5] + }, + "Right_Thumb": { + "rotation": [0, 0, -15] + }, + "Right_MiddleFinger": { + "rotation": [0, 0, 10] + } + } + }, + "animation.fraxure.idle_base": { + "loop": true, + "animation_length": 3, + "bones": { + "Body": { + "rotation": [5, 0, 0], + "position": [0, 0, 0] + }, + "Crest": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "head": { + "rotation": [5, 0, 0], + "position": [0, 0.25, 0.5] + }, + "Lower_Jaw": { + "rotation": [-5, 0, 0] + }, + "Left_Shoulder": { + "rotation": [-2.4103, 36.835, 12.5306] + }, + "Left_Arm": { + "rotation": [2.61298, 9.65594, 15.22074] + }, + "Left_Forearm": { + "rotation": [-4.83476, 27.0478, 11.24314] + }, + "Left_Thumb": { + "rotation": [0, 0, 17.5] + }, + "Left_MiddleFinger": { + "rotation": [0, 0, 10] + }, + "Left_Pinky": { + "rotation": [0, 0, 15] + }, + "Right_Shoulder": { + "rotation": [-2.4103, -36.835, -12.5306] + }, + "Right_Arm": { + "rotation": [2.61298, -9.65594, -15.22074] + }, + "Right_Forearm": { + "rotation": [-4.83476, -27.0478, -11.24314] + }, + "Right_Thumb": { + "rotation": [0, 0, -17.5] + }, + "Right_MiddleFinger": { + "rotation": [0, 0, 2.5] + }, + "Right_Pinky": { + "rotation": [0, 0, -15] + }, + "Tail_1": { + "rotation": [10, 0, 0] + }, + "Tail_2": { + "rotation": [15, 0, 0] + }, + "Tail_3": { + "rotation": [10, 0, 0] + }, + "Tail_4": { + "rotation": [10, 0, 0] + }, + "Left_Leg": { + "rotation": [0, -50, 0], + "position": [-1, 0, -1] + }, + "Left_Calf": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "Left_Inner_Toe": { + "rotation": [0, -15, 0] + }, + "Left_Middle_Toe": { + "rotation": [0, 5, 0] + }, + "Left_Outer_Toe": { + "rotation": [0, -5, 0] + }, + "Right_Leg": { + "rotation": [0, 50, 0], + "position": [1, 0, -1] + }, + "Right_Calf": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "Right_Inner_Toe": { + "rotation": [0, 15, 0] + }, + "Right_Middle_Toe": { + "rotation": [0, -5, 0] + }, + "Right_Outer_Toe": { + "rotation": [0, 5, 0] + } + } + }, + "animation.fraxure.ground_idle": { + "loop": true, + "animation_length": 3, + "bones": { + "Body": { + "rotation": ["5+math.sin((query.anim_time)*240)*3", 0, 0], + "position": [0, "0-math.sin((query.anim_time-0.1)*240)*0.3", "0+math.sin((query.anim_time)*240)*0.2"] + }, + "Crest": { + "rotation": ["0+math.sin((query.anim_time-0.1)*240)*0.5", 0, 0], + "position": [0, "0+math.sin((query.anim_time)*240)*0.05", "0-math.sin((query.anim_time)*240)*0.05"] + }, + "head": { + "rotation": ["5+math.sin((query.anim_time-0.1)*240)*1", 0, 0], + "position": [0, 0.25, 0.5] + }, + "Lower_Jaw": { + "rotation": [-5, 0, 0] + }, + "Left_Shoulder": { + "rotation": [ + "-2.4103+math.sin((query.anim_time-0.1)*240)*2", + "36.835+math.sin((query.anim_time-0.3)*240)*1", + "12.5306+math.sin((query.anim_time-0.1)*240)*5" + ] + }, + "Left_Arm": { + "rotation": [2.61298, 9.65594, 15.22074] + }, + "Left_Forearm": { + "rotation": [-4.83476, "27.0478+math.sin((query.anim_time-0.3)*240)*3", 11.24314] + }, + "Left_Thumb": { + "rotation": [0, 0, "17.5+math.sin((query.anim_time-0.4)*240)*5"] + }, + "Left_MiddleFinger": { + "rotation": [0, 0, "10+math.sin((query.anim_time-0.4)*240)*5"] + }, + "Left_Pinky": { + "rotation": [0, 0, "15+math.sin((query.anim_time-0.4)*240)*5"] + }, + "Right_Shoulder": { + "rotation": [ + "-2.4103+math.sin((query.anim_time-0.1)*240)*2", + "-36.835-math.sin((query.anim_time-0.3)*240)*1", + "-12.5306-math.sin((query.anim_time-0.1)*240)*5" + ] + }, + "Right_Arm": { + "rotation": [2.61298, -9.65594, -15.22074] + }, + "Right_Forearm": { + "rotation": [-4.83476, "-27.0478-math.sin((query.anim_time-0.3)*240)*3", -11.24314] + }, + "Right_Thumb": { + "rotation": [0, 0, "-17.5-math.sin((query.anim_time-0.4)*240)*5"] + }, + "Right_MiddleFinger": { + "rotation": [0, 0, "2.5-math.sin((query.anim_time-0.4)*240)*5"] + }, + "Right_Pinky": { + "rotation": [0, 0, "-15-math.sin((query.anim_time-0.4)*240)*5"] + }, + "Tail_1": { + "rotation": ["10+math.sin((query.anim_time-0.1)*240)*2", 0, 0] + }, + "Tail_2": { + "rotation": ["15+math.sin((query.anim_time-0.2)*240)*2", 0, 0] + }, + "Tail_3": { + "rotation": [10, 0, 0] + }, + "Tail_4": { + "rotation": [10, 0, 0] + }, + "Left_Leg": { + "rotation": ["0-math.sin((query.anim_time)*240)*2", -50, 0], + "position": [-1, "0-math.sin((query.anim_time)*240)*0.2", -1] + }, + "Left_Calf": { + "rotation": ["0+math.sin((query.anim_time)*240)*2", 0, 0], + "position": [0, "0+math.sin((query.anim_time)*240)*0.1", "0+math.sin((query.anim_time)*240)*0.2"] + }, + "Left_Inner_Toe": { + "rotation": [0, -15, 0] + }, + "Left_Middle_Toe": { + "rotation": [0, 5, 0] + }, + "Left_Outer_Toe": { + "rotation": [0, -5, 0] + }, + "Right_Leg": { + "rotation": ["0-math.sin((query.anim_time)*240)*2", 50, 0], + "position": [1, "0-math.sin((query.anim_time)*240)*0.2", -1] + }, + "Right_Calf": { + "rotation": ["0+math.sin((query.anim_time)*240)*2", 0, 0], + "position": [0, "0+math.sin((query.anim_time)*240)*0.1", "0+math.sin((query.anim_time)*240)*0.2"] + }, + "Right_Inner_Toe": { + "rotation": [0, 15, 0] + }, + "Right_Middle_Toe": { + "rotation": [0, -5, 0] + }, + "Right_Outer_Toe": { + "rotation": [0, 5, 0] + } + } + }, + "animation.fraxure.ground_walk": { + "loop": true, + "animation_length": 4, + "bones": { + "Body": { + "rotation": ["5+math.sin(q.anim_time*360-0.3)*4", "0-math.cos(q.anim_time*180-0.3)*10", "0-math.sin(q.anim_time*180-0.3)*8"], + "position": { + "0.0": [0, 0.3, -0.5], + "0.0417": [0, 0, -0.5], + "0.9583": [0, 0, -0.5], + "1.0": [0, 0.3, -0.5], + "1.0417": [0, 0, -0.5], + "1.9583": [0, 0, -0.5], + "2.0": [0, 0.3, -0.5], + "2.0417": [0, 0, -0.5], + "2.9583": [0, 0, -0.5], + "3.0": [0, 0.3, -0.5], + "3.0417": [0, 0, -0.5], + "3.9583": [0, 0, -0.5] + } + }, + "Crest": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "head": { + "rotation": ["5+math.sin((query.anim_time-0.1)*360)*5", 0, 0], + "position": [0, 0.25, 0.5] + }, + "Lower_Jaw": { + "rotation": [-5, 0, 0] + }, + "Left_Shoulder": { + "rotation": [ + "-2.410-math.sin((query.anim_time-0.4)*180)*10", + "36.835+math.sin((query.anim_time-0.4)*180)*10", + "12.5306-math.sin((query.anim_time-0.4)*180)*10" + ] + }, + "Left_Arm": { + "rotation": [2.61298, 9.65594, 15.22074] + }, + "Left_Forearm": { + "rotation": [ + "-4.8348+math.sin((query.anim_time-0.6)*180)*15", + "27.0478+math.sin((query.anim_time-0.6)*180)*20", + "11.2431+math.sin((query.anim_time-0.6)*180)*15" + ] + }, + "Left_Thumb": { + "rotation": [0, 0, 17.5] + }, + "Left_MiddleFinger": { + "rotation": [0, 0, 10] + }, + "Left_Pinky": { + "rotation": [0, 0, 15] + }, + "Right_Shoulder": { + "rotation": [ + "-2.410-math.sin((query.anim_time-0.4)*180)*10", + "-36.835+math.sin((query.anim_time-0.4)*180)*10", + "-12.5306-math.sin((query.anim_time-0.4)*180)*10" + ] + }, + "Right_Arm": { + "rotation": [2.61298, -9.65594, -15.22074] + }, + "Right_Forearm": { + "rotation": [ + "-4.8348+math.sin((query.anim_time-0.6)*180)*15", + "-27.0478+math.sin((query.anim_time-0.6)*180)*20", + "-11.2431+math.sin((query.anim_time-0.6)*180)*15" + ] + }, + "Right_Thumb": { + "rotation": [0, 0, -17.5] + }, + "Right_MiddleFinger": { + "rotation": [0, 0, -10] + }, + "Right_Pinky": { + "rotation": [0, 0, -15] + }, + "Tail_1": { + "rotation": ["10+math.sin((query.anim_time-0.1)*360)*2", "0-math.sin((query.anim_time-0.2)*180)*6", 0] + }, + "Tail_2": { + "rotation": ["15+math.sin((query.anim_time-0.2)*360)*2", "0-math.sin((query.anim_time-0.3)*180)*6", 0] + }, + "Tail_3": { + "rotation": [10, 0, 0] + }, + "Tail_4": { + "rotation": [10, 0, 0] + }, + "Left_Leg": { + "rotation": { + "0.0": { + "post": [19.95112, -29.19972, -1.69958], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [27.65977, -17.66419, -18.18352], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-20.45252, -27.94119, -1.99452], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.75806, -24.97457, 1.16524], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [19.95112, -29.19972, -1.69958], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [27.65977, -17.66419, -18.18352], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-20.45252, -27.94119, -1.99452], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.75806, -24.97457, 1.16524], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [19.95112, -29.19972, -1.69958], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-1, 0.59, -0.1], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-0.97, 1.41, -1.23], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-1, 2, -1.57], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-1.5, 1.75, -2.57], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-1, -0.25, -3.82], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-1, 0.59, -0.1], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-0.97, 1.46, -1.03], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-1, 2, -1.57], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-1.5, 1.75, -2.57], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-1, -0.25, -3.82], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-1, 0.59, -0.1], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Calf": { + "rotation": { + "0.0": [-18.57, 0, 0], + "0.375": [2.51564, 0.75155, 2.38443], + "0.75": [2.5, 0, 0], + "1.25": [-2.5, 0, 0], + "1.5833": [-10, 0, 0], + "2.0": [-18.57, 0, 0], + "2.375": [2.51564, 0.75155, 2.38443], + "2.75": [2.5, 0, 0], + "3.25": [-2.5, 0, 0], + "3.5833": [-10, 0, 0], + "4.0": [-18.57, 0, 0] + }, + "position": { + "0.0": [0, 0.25, 0], + "0.375": [0, 0.25, 0], + "0.75": [0, 0.25, 0], + "1.25": [0, 0.25, 0], + "1.5833": [0, 0.25, 0], + "2.0": [0, 0.25, 0], + "2.375": [0, 0.25, 0], + "2.75": [0, 0.25, 0], + "3.25": [0, 0.25, 0], + "3.5833": [0, 0.25, 0], + "4.0": [0, 0.25, 0] + } + }, + "Left_Inner_Toe": { + "rotation": [0, -15, 0] + }, + "Left_Middle_Toe": { + "rotation": [0, 5, 0] + }, + "Left_Outer_Toe": { + "rotation": [0, -5, 0] + }, + "Right_Leg": { + "rotation": { + "0.0": { + "post": [-2.75806, 24.97457, -1.16524], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [19.95112, 29.19972, 1.69958], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [27.65977, 17.66419, 18.18352], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-20.45252, 27.94119, 1.99452], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-2.75806, 24.97457, -1.16524], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [19.95112, 29.19972, 1.69958], + "lerp_mode": "catmullrom" + }, + "3.375": { + "post": [27.65977, 17.66419, 18.18352], + "lerp_mode": "catmullrom" + }, + "3.8333": { + "post": [-20.45252, 27.94119, 1.99452], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-2.75806, 24.97457, -1.16524], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [1, -0.25, -3.82], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [1, 0.59, -0.1], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0.97, 1.46, -1.03], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [1, 2, -1.57], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [1.5, 1.75, -2.57], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [1, -0.25, -3.82], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1, 0.59, -0.1], + "lerp_mode": "catmullrom" + }, + "3.2083": { + "post": [0.97, 1.46, -1.03], + "lerp_mode": "catmullrom" + }, + "3.375": { + "post": [1, 2, -1.57], + "lerp_mode": "catmullrom" + }, + "3.8333": { + "post": [1.5, 1.75, -2.57], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [1, -0.25, -3.82], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Calf": { + "rotation": { + "0.0": [2.5, 0, 0], + "0.25": [-2.5, 0, 0], + "0.5833": [-10, 0, 0], + "1.0": [-18.57, 0, 0], + "1.375": [2.51564, -0.75155, -2.38443], + "2.0": [2.5, 0, 0], + "2.25": [-2.5, 0, 0], + "2.5833": [-10, 0, 0], + "3.0": [-18.57, 0, 0], + "3.375": [5.01564, -0.75155, -2.38443], + "4.0": [2.5, 0, 0] + }, + "position": { + "0.0": [0, 0.25, 0], + "0.25": [0, 0.25, 0], + "0.5833": [0, 0.25, 0], + "1.0": [0, 0.25, 0], + "1.375": [0, 0.25, 0], + "2.0": [0, 0.25, 0], + "2.25": [0, 0.25, 0], + "2.5833": [0, 0.25, 0], + "3.0": [0, 0.25, 0], + "3.375": [0, 0.25, 0], + "4.0": [0, 0.25, 0] + } + }, + "Right_Inner_Toe": { + "rotation": [0, 15, 0] + }, + "Right_Middle_Toe": { + "rotation": [0, -5, 0] + }, + "Right_Outer_Toe": { + "rotation": [0, 5, 0] + } + } + }, + "animation.fraxure.cry": { + "animation_length": 2, + "bones": { + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-2.70486, 15.20084, -10.35652], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-2.70486, -15.2008, 10.3565], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "0.625": [0, 0, 0], + "0.6667": [0, -0.2, 0], + "0.7083": [0, 0, 0], + "0.75": [0, -0.2, 0], + "0.7917": [0, 0, 0], + "0.8333": [0, -0.2, 0], + "0.875": [0, 0, 0], + "0.9167": [0, -0.2, 0], + "0.9583": [0, 0, 0], + "1.0": [0, -0.2, 0], + "1.0417": [0, 0, 0], + "1.0833": [0, -0.2, 0], + "1.125": [0, 0, 0], + "1.1667": [0, -0.2, 0], + "1.2083": [0, 0, 0], + "1.25": [0, -0.2, 0], + "1.2917": [0, 0, 0], + "1.5833": [0, 0, 0], + "2.0": [0, 0, 0] + } + }, + "Lower_Jaw": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "2.0": [0, 0, 0] + } + }, + "Left_Shoulder": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 5, 10], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-5, -15, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": [0, 0, 0] + }, + "Left_Forearm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Shoulder": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, -5, -10], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-7.5, 15, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": [0, 0, 0] + }, + "Right_Forearm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + }, + "sound_effects": { + "0.5": { + "effect": "pokemon.fraxure.cry" + } + } + }, + "animation.fraxure.blink": { + "animation_length": 0.2917, + "bones": { + "Left_EyeOpen": { + "position": [0, 0, 0] + }, + "Right_EyeOpen": { + "position": [0, 0, 0] + }, + "Right_EyeClosed": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [-1, 0, 0], + "0.2083": [-1, 0, 0], + "0.25": [0, 0, 0] + } + }, + "Left_EyeClosed": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [1, 0, 0], + "0.2083": [1, 0, 0], + "0.25": [0, 0, 0] + } + } + } + }, + "animation.fraxure.faint": { + "animation_length": 3, + "bones": { + "Body": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-15.22074, 9.65594, -2.61298], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-20.07031, 4.69776, -1.71394], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": [62.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.875": [0, 0, 1], + "1.75": [0, 0, 1], + "2.1667": [0, -2, -7], + "2.25": [0, -1.75, -7], + "2.3333": [0, -2, -7] + } + }, + "Crest": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "head": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": [-47.5, 0, 0] + }, + "position": { + "0.0": [0, 0.25, 0.5], + "2.1667": [0, 0.25, -0.5] + } + }, + "Lower_Jaw": { + "rotation": [-5, 0, 0] + }, + "Left_Shoulder": { + "rotation": { + "0.0": [-2.4103, 36.835, 12.5306], + "0.375": [15.52369, 44.24266, 13.14647], + "1.875": [0.58053, 43.8579, -8.06165] + } + }, + "Left_Arm": { + "rotation": { + "0.0": [2.61298, 9.65594, 15.22074], + "1.875": [0.44067, 9.99038, 2.53852], + "1.9583": [-1.31845, 9.91358, -7.61435] + } + }, + "Left_Forearm": { + "rotation": { + "0.0": [-4.83476, 27.0478, 11.24314], + "0.75": [-6.31393, 46.95674, 8.82264], + "1.625": [21.76623, 43.07244, 47.74547], + "1.875": [-21.09152, 43.3543, -11.89671], + "1.9583": [-27.22502, 40.27681, -21.08177] + } + }, + "Left_Thumb": { + "rotation": [0, 0, 17.5] + }, + "Left_MiddleFinger": { + "rotation": [0, 0, 10] + }, + "Left_Pinky": { + "rotation": [0, 0, 15] + }, + "Right_Shoulder": { + "rotation": { + "0.0": [-2.4103, -36.835, -12.5306], + "0.375": [15.52369, -44.24266, -13.14647], + "1.875": [0.58053, -43.8579, 8.06165] + } + }, + "Right_Arm": { + "rotation": [2.61298, -9.65594, -15.22074] + }, + "Right_Forearm": { + "rotation": { + "0.0": [-4.83476, -27.0478, -11.24314], + "0.75": [-6.31393, -46.95674, -8.82264], + "1.625": [21.76623, -43.07244, -47.74547], + "1.875": [-21.09152, -43.3543, 11.89671], + "1.9583": [-27.22502, -40.27681, 21.08177] + } + }, + "Right_Thumb": { + "rotation": [0, 0, -17.5] + }, + "Right_MiddleFinger": { + "rotation": [0, 0, 2.5] + }, + "Right_Pinky": { + "rotation": [0, 0, -15] + }, + "Tail_1": { + "rotation": { + "0.0": [10, 0, 0], + "0.75": { + "pre": [2.5, 0, 0], + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": [-80, 0, 0], + "2.4167": [-80, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.8333": [0, 0, 0], + "2.1667": [0, 2.25, -2], + "2.4167": [0, 2.25, -2] + } + }, + "Tail_2": { + "rotation": { + "0.0": [15, 0, 0], + "0.875": { + "pre": [7.5, 0, 0], + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [9.54, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": [-5, 0, 0] + } + }, + "Tail_3": { + "rotation": { + "0.0": [10, 0, 0], + "1.0": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [13.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": [0, 0, 0] + } + }, + "Tail_4": { + "rotation": { + "0.0": [10, 0, 0], + "1.0": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": [15, 0, 0] + } + }, + "Left_Leg": { + "rotation": { + "0.0": { + "post": [0, -50, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [7.5, -50, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [11.36792, -64.80773, -4.55212], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [11.36792, -64.80773, -4.55212], + "lerp_mode": "catmullrom" + }, + "2.1667": [65.02082, -8.81007, -77.94405] + }, + "position": { + "0.0": [-1, 0, -1], + "0.6667": [-1, 0.25, -1], + "1.4583": [-0.25, 0.25, -1], + "1.7083": [-0.25, 0.25, -1], + "1.9167": [-0.25, -0.99, -2.94], + "2.1667": [-0.25, -4.75, -5] + } + }, + "Left_Calf": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-5.65272, 10.23662, 1.90202], + "lerp_mode": "catmullrom" + }, + "2.1667": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.6667": [0, 0, -0.27], + "1.4583": [-0.25, 0, 0.5], + "2.1667": [-0.25, 0, 0.5] + } + }, + "Left_Inner_Toe": { + "rotation": [0, -15, 0] + }, + "Left_Middle_Toe": { + "rotation": [0, 5, 0] + }, + "Left_Outer_Toe": { + "rotation": [0, -5, 0] + }, + "Right_Leg": { + "rotation": { + "0.0": { + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 62.5, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [26.43596, 58.95768, 30.12627], + "lerp_mode": "catmullrom" + }, + "2.1667": [65.02082, 8.81007, 77.94405] + }, + "position": { + "0.0": [1, 0, -1], + "0.375": [0.64, 1, -0.29], + "0.6667": [0.25, 0, 0.5], + "1.6667": [0.25, 0, 0.25], + "2.1667": [0.25, -4.75, -5] + } + }, + "Right_Calf": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "2.1667": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.6667": [0.75, 0.25, 0], + "2.1667": [0.25, 0, 0.5] + } + }, + "Right_Inner_Toe": { + "rotation": [0, 15, 0] + }, + "Right_Middle_Toe": { + "rotation": [0, -5, 0] + }, + "Right_Outer_Toe": { + "rotation": [0, 5, 0] + }, + "Right_EyeClosed": { + "position": { + "0.2083": [0, 0, 0], + "0.25": [-1, 0, 0], + "0.4583": [-1, 0, 0], + "0.5": [0, 0, 0], + "0.5417": [-1, 0, 0], + "0.75": [-1, 0, 0], + "0.7917": [0, 0, 0], + "1.25": [0, 0, 0], + "1.2917": [-1, 0, 0] + } + }, + "Left_EyeClosed": { + "position": { + "0.2083": [0, 0, 0], + "0.25": [1, 0, 0], + "0.4583": [1, 0, 0], + "0.5": [0, 0, 0], + "0.5417": [1, 0, 0], + "0.75": [1, 0, 0], + "0.7917": [0, 0, 0], + "1.25": [0, 0, 0], + "1.2917": [1, 0, 0] + } + } + } + }, + "animation.fraxure.recoil": { + "animation_length": 1.5, + "bones": { + "Body": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [-8, 1, 0], + "post": [-8, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-5.4, 1.5, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-0.3, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "Lower_Jaw": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Right_EyeClosed": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, 0], + "0.0833": [-1, 0, 0], + "0.9583": [-1, 0, 0], + "1.0": [0, 0, 0] + } + }, + "Left_EyeClosed": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, 0], + "0.0833": [1, 0, 0], + "0.9583": [1, 0, 0], + "1.0": [0, 0, 0] + } + } + } + }, + "animation.fraxure.physical": { + "loop": true, + "animation_length": 3, + "bones": { + "Body": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-2.11798, 44.39449, -10.82013], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-28.24333, 70.28294, -20.7903], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [42.32072, -42.53651, -22.93723], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [47.669, -47.84985, -30.46201], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 2], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 2], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Crest": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "head": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-4.76747, 2.68638, 5.32728], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-5.56155, -42.27078, 7.49399], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": [0, 0.25, 0.5] + }, + "Lower_Jaw": { + "rotation": [-5, 0, 0] + }, + "Left_Shoulder": { + "rotation": { + "0.0": { + "post": [-2.4103, 36.835, 12.5306], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [6.34528, 10.51886, 24.77374], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [12.30456, 35.31313, 37.28169], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-4.39145, 43.44599, 29.01347], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-2.4103, 36.835, 12.5306], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.4103, 36.835, 12.5306], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Arm": { + "rotation": { + "0.0": { + "post": [2.61298, 9.65594, 15.22074], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [2.66257, 14.65065, 15.45605], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [2.61298, 9.65594, 15.22074], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.61298, 9.65594, 15.22074], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Forearm": { + "rotation": { + "0.0": { + "post": [-4.83476, 27.0478, 11.24314], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-4.83476, 27.0478, 11.24314], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-8.46875, 59.35586, 6.14595], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-4.83476, 27.0478, 11.24314], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-4.83476, 27.0478, 11.24314], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Thumb": { + "rotation": [0, 0, 17.5] + }, + "Left_MiddleFinger": { + "rotation": [0, 0, 10] + }, + "Left_Pinky": { + "rotation": [0, 0, 15] + }, + "Right_Shoulder": { + "rotation": { + "0.0": { + "post": [-2.4103, -36.835, -12.5306], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-9.02858, -33.34281, -0.67085], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-15.22521, -31.23384, 10.89928], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [2.79319, -34.30716, -21.74206], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-2.4103, -36.835, -12.5306], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.4103, -36.835, -12.5306], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Arm": { + "rotation": { + "0.0": { + "post": [2.61298, -9.65594, -15.22074], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -10, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [2.61298, -9.65594, -15.22074], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.61298, -9.65594, -15.22074], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Forearm": { + "rotation": { + "0.0": { + "post": [-4.83476, -27.0478, -11.24314], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-5.79585, -41.98455, -9.56147], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-4.83476, -27.0478, -11.24314], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-4.83476, -27.0478, -11.24314], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Thumb": { + "rotation": [0, 0, -17.5] + }, + "Right_MiddleFinger": { + "rotation": [0, 0, 2.5] + }, + "Right_Pinky": { + "rotation": [0, 0, -15] + }, + "Tail_1": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [10.15108, 9.84655, 1.75378], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [10.03742, 4.92385, 0.87038], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail_2": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [15.2119, -7.32918, -1.97856], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [15.34721, 12.06754, 3.28396], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [15.22074, -9.65594, -2.61298], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail_3": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [10.72815, -12.26856, -0.4497], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [10.15108, 9.84655, 1.75378], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [10.23772, -12.3071, -2.20462], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail_4": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [10.05165, -4.67736, -0.82714], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [10.08453, 7.38542, 1.30962], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [10.15108, -9.84655, -1.75378], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Leg": { + "rotation": { + "0.0": { + "post": [0, -50, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-10, -52.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, -57.5, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, -130, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, -130, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-7.5, -77.65625, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, -50, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -50, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [-1, 0, -1], + "0.5833": [-4.25, -0.5, -3.25], + "1.0417": [-3.5, 0, -3.25], + "1.2917": [0.25, 0, 4], + "2.125": [0.25, 0, 2.75], + "2.3333": [-0.53, 0.25, 0.41], + "2.4583": [-1, 0, -1], + "3.0": [-1, 0, -1] + } + }, + "Left_Calf": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "0.5833": [0, 0, 0], + "1.0417": [0, 0, 0], + "2.125": [0, 0, 0], + "2.4583": [0, 0, 0], + "3.0": [0, 0, 0] + } + }, + "Left_Inner_Toe": { + "rotation": [0, -15, 0] + }, + "Left_Middle_Toe": { + "rotation": [0, 5, 0] + }, + "Left_Outer_Toe": { + "rotation": [0, -5, 0] + }, + "Right_Leg": { + "rotation": { + "0.0": { + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-31.93807, 85.17037, -19.60602], + "lerp_mode": "catmullrom" + }, + "0.625": [0, 137.5, 0], + "1.0417": [0, 117.5, 0], + "1.1667": [-11.07423, 65.60611, 8.39947], + "1.3333": { + "pre": [-2.57816, -7.04533, 20.15874], + "post": [-2.57816, -7.04533, 20.15874], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-2.57816, -7.04533, 20.15874], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [1, 0, -1], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [1, 1, 4.08], + "lerp_mode": "catmullrom" + }, + "0.625": [1, 0, 8], + "1.0417": [1, 0, 8], + "1.3333": { + "pre": [5, 0, -3.75], + "post": [5, 0, -3.75], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [5, 0, -3.75], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [2.5, 0.5, -2.87], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [1, 0, -1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1, 0, -1], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Calf": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": [0, 0, 0], + "1.0417": [0, 0, 0], + "1.1667": [5, 0, -8.33333], + "1.3333": { + "pre": [0, 0, -20], + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "0.625": [0, 0, 0], + "1.0417": [0, 0, 0], + "1.3333": { + "pre": [1, 0, 0], + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Inner_Toe": { + "rotation": [0, 15, 0] + }, + "Right_Middle_Toe": { + "rotation": [0, -5, 0] + }, + "Right_Outer_Toe": { + "rotation": [0, 5, 0] + } + } + }, + "animation.fraxure.special": { + "animation_length": 3, + "bones": { + "Body": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [13.21, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-9.85108, 1.72794, 9.85108], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [37.92445, -7.9185, -6.12673], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [37.92445, -7.9185, -6.12673], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0.25, -0.13], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -4.75], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Crest": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "head": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.25, 0.5], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, 0.25, 0.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0.25, 0.5], + "lerp_mode": "catmullrom" + } + } + }, + "Lower_Jaw": { + "rotation": { + "0.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Shoulder": { + "rotation": { + "0.0": { + "post": [-2.4103, 36.835, 12.5306], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [15.81316, 27.28138, 22.02697], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [7.85307, 41.9124, 25.73947], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [1.43989, -5.39967, 14.73307], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [-2.4103, 36.835, 12.5306], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.4103, 36.835, 12.5306], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Arm": { + "rotation": { + "0.0": { + "post": [2.61298, 9.65594, 15.22074], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0.88045, 9.96156, 5.07673], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0.88045, 9.96156, 5.07673], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [2.61298, 9.65594, 15.22074], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.61298, 9.65594, 15.22074], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Forearm": { + "rotation": { + "0.0": { + "post": [-4.83476, 27.0478, 11.24314], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-7.89659, 56.88127, 6.8196], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-6.72762, 4.91243, -9.61145], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [-4.83476, 27.0478, 11.24314], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-4.83476, 27.0478, 11.24314], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Thumb": { + "rotation": [0, 0, 17.5] + }, + "Left_MiddleFinger": { + "rotation": [0, 0, 10] + }, + "Left_Pinky": { + "rotation": [0, 0, 15] + }, + "Right_Shoulder": { + "rotation": { + "0.0": { + "post": [-2.4103, -36.835, -12.5306], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [7.7127, -43.78019, -29.3495], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [1.57651, -24.59043, -15.52476], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [1.43989, 5.39967, -14.73307], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [-2.4103, -36.835, -12.5306], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.4103, -36.835, -12.5306], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Arm": { + "rotation": { + "0.0": { + "post": [2.61298, -9.65594, -15.22074], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.61298, -9.65594, -15.22074], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0.88045, -9.96156, -5.07673], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [2.61298, -9.65594, -15.22074], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.61298, -9.65594, -15.22074], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Forearm": { + "rotation": { + "0.0": { + "post": [-4.83476, -27.0478, -11.24314], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-5.23249, -30.09635, -10.79314], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-4.54457, -14.78867, -12.25028], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-6.72762, -4.91243, 9.61145], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [-4.83476, -27.0478, -11.24314], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-4.83476, -27.0478, -11.24314], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Thumb": { + "rotation": [0, 0, -17.5] + }, + "Right_MiddleFinger": { + "rotation": [0, 0, 2.5] + }, + "Right_Pinky": { + "rotation": [0, 0, -15] + }, + "Tail_1": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail_2": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail_3": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail_4": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Leg": { + "rotation": { + "0.0": [0, -50, 0], + "0.2917": [-10, -50, 0], + "0.9167": [0, -50, 0], + "1.25": [-8.87285, -80.37541, 0.22688], + "1.875": [-8.87285, -80.37541, 0.22688], + "2.4583": [0, -50, 0], + "3.0": [0, -50, 0] + }, + "position": { + "0.0": [-1, 0, -1], + "0.2917": [-1, -0.5, -1], + "0.9167": [-1, 0.25, -1], + "1.25": [-1, -0.25, -1.75], + "1.875": [-1, -0.25, -2.5], + "2.4583": [-1, 0, -1.75], + "3.0": [-1, 0, -1] + } + }, + "Left_Calf": { + "rotation": { + "0.0": [0, 0, 0], + "0.2917": [10, 0, 0], + "0.9167": [2.5, 0, 0], + "1.25": [10, 0, 0], + "1.875": [10, 0, 0], + "2.4583": [0, 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.2917": [0, 0, 0.5], + "0.9167": [0, 0, -0.25], + "1.25": [0, 0, 0.5], + "1.875": [0, 0, 0.5], + "2.4583": [0, 0, 0], + "3.0": [0, 0, 0] + } + }, + "Left_Inner_Toe": { + "rotation": [0, -15, 0] + }, + "Left_Middle_Toe": { + "rotation": [0, 5, 0] + }, + "Left_Outer_Toe": { + "rotation": [0, -5, 0] + }, + "Right_Leg": { + "rotation": { + "0.0": { + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-24.61389, 71.63337, -13.56094], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-34.61389, 71.63337, -13.56094], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-20.86876, 42.77525, -1.79945], + "lerp_mode": "catmullrom" + }, + "1.0417": [0, 50, 0], + "1.9167": [0, 60, 0], + "2.375": { + "pre": [-21.36502, 62.23888, -4.62823], + "post": [-21.36502, 62.23888, -4.62823], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [1, 0, -1], + "0.5": [0, 1, -1], + "0.7083": [-0.25, 2, -1], + "1.0417": [1, 0, -4.5], + "1.9167": [1, 0, -5.5], + "2.375": [-0.75, 0.5, -1], + "2.625": [1, 0, -1], + "3.0": [1, 0, -1] + } + }, + "Right_Calf": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [20, 0, 0], + "0.7083": [20, 0, 0], + "1.0417": [0, 0, 0], + "1.9167": [0, 0, 0], + "2.375": [20, 0, 0], + "2.625": [0, 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0.5, 0.75], + "0.7083": [0, 0.5, 0.75], + "1.0417": [0, 0, 0], + "1.9167": [0, 0, 0], + "2.375": [0, 0.5, 0.75], + "2.625": [0, 0, 0], + "3.0": [0, 0, 0] + } + }, + "Right_Inner_Toe": { + "rotation": [0, 15, 0] + }, + "Right_Middle_Toe": { + "rotation": [0, -5, 0] + }, + "Right_Outer_Toe": { + "rotation": [0, 5, 0] + } + } + }, + "animation.fraxure.status": { + "animation_length": 3, + "bones": { + "Body": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [37.89251, -8.9377, -3.517], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-17.29485, -12.8831, -0.57991], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-29.981, -4.98093, -0.43688], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Crest": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "head": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0.25, 0.5], + "2.2083": [0, 0.25, 0.5], + "3.0": [0, 0.25, 0.5] + } + }, + "Lower_Jaw": { + "rotation": { + "0.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Shoulder": { + "rotation": { + "0.0": { + "post": [-2.4103, 36.835, 12.5306], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-2.8197, 46.8247, 11.91907], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-2.8197, 46.8247, 11.91907], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-1.94281, 6.85543, 13.74416], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-2.4103, 36.835, 12.5306], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.4103, 36.835, 12.5306], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Arm": { + "rotation": { + "0.0": { + "post": [2.61298, 9.65594, 15.22074], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [2.66257, 14.65065, 15.45605], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [2.66257, 14.65065, 15.45605], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [2.61835, -10.32365, 14.31262], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [2.61298, 9.65594, 15.22074], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.61298, 9.65594, 15.22074], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Forearm": { + "rotation": { + "0.0": { + "post": [-4.83476, 27.0478, 11.24314], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-5.58235, 39.49685, 9.88854], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-11.14983, 16.80587, -8.95145], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-4.83476, 27.0478, 11.24314], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-4.83476, 27.0478, 11.24314], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Thumb": { + "rotation": [0, 0, 17.5] + }, + "Left_MiddleFinger": { + "rotation": [0, 0, 10] + }, + "Left_Pinky": { + "rotation": [0, 0, 15] + }, + "Right_Shoulder": { + "rotation": { + "0.0": { + "post": [-2.4103, -36.835, -12.5306], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-2.8197, -46.8247, -11.91907], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-2.8197, -46.8247, -11.91907], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-1.94281, -6.85543, -13.74416], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-2.4103, -36.835, -12.5306], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.4103, -36.835, -12.5306], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Arm": { + "rotation": { + "0.0": { + "post": [2.61298, -9.65594, -15.22074], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [2.66257, -14.65065, -15.45605], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [2.66257, -14.65065, -15.45605], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [2.61835, 10.32365, -14.31262], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [2.61298, -9.65594, -15.22074], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.61298, -9.65594, -15.22074], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Forearm": { + "rotation": { + "0.0": { + "post": [-4.83476, -27.0478, -11.24314], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-5.58235, -39.49685, -9.88854], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-11.14983, -16.80587, 8.95145], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-4.83476, -27.0478, -11.24314], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-4.83476, -27.0478, -11.24314], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Thumb": { + "rotation": [0, 0, -17.5] + }, + "Right_MiddleFinger": { + "rotation": [0, 0, 2.5] + }, + "Right_Pinky": { + "rotation": [0, 0, -15] + }, + "Tail_1": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [15.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail_2": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail_3": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail_4": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Leg": { + "rotation": [0, -50, 0], + "position": [-1, 0, -1] + }, + "Left_Calf": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "Left_Inner_Toe": { + "rotation": [0, -15, 0] + }, + "Left_Middle_Toe": { + "rotation": [0, 5, 0] + }, + "Left_Outer_Toe": { + "rotation": [0, -5, 0] + }, + "Right_Leg": { + "rotation": { + "0.0": { + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-20.64389, 45.46676, -0.92236], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": [-7.5, 37.5, 0], + "1.5833": [0, 35, 0], + "1.9167": { + "pre": [-26.90029, 55.85712, -9.07454], + "post": [-26.90029, 55.85712, -9.07454], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [1, 0, -1], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [1, 0, -3], + "lerp_mode": "catmullrom" + }, + "0.9583": [1, -0.5, -3], + "1.5833": [1, 0, -3.5], + "2.4583": { + "pre": [1, 0, -1], + "post": [1, 0, -1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1, 0, -1], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Calf": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": [7.5, 0, 0], + "1.5833": [0, 0, 0], + "1.9167": { + "pre": [7.5, 0, 0], + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, -0.17], + "lerp_mode": "catmullrom" + }, + "0.9583": [0, 0, 0.5], + "1.5833": [0, 0, 0], + "2.4583": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Inner_Toe": { + "rotation": [0, 15, 0] + }, + "Right_Middle_Toe": { + "rotation": [0, -5, 0] + }, + "Right_Outer_Toe": { + "rotation": [0, 5, 0] + } + } + }, + "animation.fraxure.sleep": { + "loop": true, + "animation_length": 3, + "bones": { + "Body": { + "rotation": ["10+math.sin((query.anim_time)*120)*1", 0, 0], + "position": [0, -4, 0] + }, + "Crest": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "head": { + "rotation": [15, 0, 0], + "position": [0, 0.25, 0.5] + }, + "Lower_Jaw": { + "rotation": [-5, 0, 0] + }, + "Left_Shoulder": { + "rotation": [17.67649, 44.17051, 40.36043] + }, + "Left_Arm": { + "rotation": [2.61298, 9.65594, 15.22074] + }, + "Left_Forearm": { + "rotation": [-4.83476, 27.0478, 11.24314] + }, + "Left_Thumb": { + "rotation": [0, 0, 17.5] + }, + "Left_MiddleFinger": { + "rotation": [0, 0, 10] + }, + "Left_Pinky": { + "rotation": [0, 0, 15] + }, + "Right_Shoulder": { + "rotation": [17.67649, -44.17051, -40.36043] + }, + "Right_Arm": { + "rotation": [2.61298, -9.65594, -15.22074] + }, + "Right_Forearm": { + "rotation": [-4.83476, -27.0478, -11.24314] + }, + "Right_Thumb": { + "rotation": [0, 0, -17.5] + }, + "Right_MiddleFinger": { + "rotation": [0, 0, 2.5] + }, + "Right_Pinky": { + "rotation": [0, 0, -15] + }, + "Tail_1": { + "rotation": ["-17.8981-math.sin((query.anim_time)*120)*1", "11.9128+math.sin((query.anim_time)*120)*1", -3.81397] + }, + "Tail_2": { + "rotation": [-4.97846, "7.4928+math.sin((query.anim_time-0.1)*120)*1", 0.32902] + }, + "Tail_3": { + "rotation": [-2.52154, "7.4928+math.sin((query.anim_time-0.1)*120)*1", -0.32902] + }, + "Tail_4": { + "rotation": [-10.03742, 4.92385, -0.87038] + }, + "Left_Leg": { + "rotation": [-53.96727, -35.90256, 0.76339], + "position": [-1, -3.5, -1] + }, + "Left_Calf": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "Left_Inner_Toe": { + "rotation": [0, -15, 0] + }, + "Left_Middle_Toe": { + "rotation": [0, 5, 0] + }, + "Left_Outer_Toe": { + "rotation": [0, -5, 0] + }, + "Right_Leg": { + "rotation": [-53.96727, 35.90256, -0.76339], + "position": [1, -3.5, -1] + }, + "Right_Calf": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "Right_Inner_Toe": { + "rotation": [0, 15, 0] + }, + "Right_Middle_Toe": { + "rotation": [0, -5, 0] + }, + "Right_Outer_Toe": { + "rotation": [0, 5, 0] + }, + "Right_EyeClosed": { + "position": [-1, 0, 0] + }, + "Left_EyeClosed": { + "position": [1, 0, 0] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/frigibax/frigibax.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/frigibax/frigibax.animation.json new file mode 100644 index 0000000..3509420 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/frigibax/frigibax.animation.json @@ -0,0 +1,127 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.frigibax.ground_idle": { + "loop": true, + "bones": { + "torso": { + "rotation": ["0-Math.cos((query.anim_time - 0.5) * 90) * 2", 0, 0] + }, + "arm_right": { + "rotation": [43.24298, -46.0077, -42.5592] + }, + "arm_right2": { + "rotation": [0, -80, 0] + }, + "bone15": { + "rotation": ["50+Math.cos((query.anim_time - 0.2) * 90) * 2", 0, 0] + }, + "bone16": { + "rotation": ["0+Math.cos((query.anim_time - 0.8) * 90) * 2", 0, 0] + }, + "arm_left": { + "rotation": [43.24298, 46.0077, 42.5592] + }, + "arm_left2": { + "rotation": [0, 80, 0] + }, + "bone3": { + "rotation": ["55+Math.cos((query.anim_time - 0.8) * 90) * 2", 0, 0] + }, + "bone4": { + "rotation": ["0+Math.cos((query.anim_time - 0.8) * 90) * 2", 0, 0] + } + } + }, + "animation.frigibax.ground_walk": { + "loop": true, + "bones": { + "wing_left": { + "rotation": [0, -10, 0] + }, + "forearm_left": { + "rotation": [0, "5-math.sin(query.anim_time*90*3*1.5)*6", 0] + }, + "hand_left": { + "rotation": [0, 0, 15] + }, + "fire": { + "rotation": [-20, 0, 0] + }, + "forearm_right": { + "rotation": [0, "-5-math.sin(query.anim_time*90*3*1.5+30)*6", 0] + }, + "hand_right": { + "rotation": [0, 0, -15] + }, + "wing_right": { + "rotation": [0, 10, 0] + }, + "tail2": { + "rotation": ["math.clamp(math.sin(query.anim_time*180*3*1.5/2+20)*1,0.2,0.9)+math.clamp(-math.sin(query.anim_time*180*3*1.5/2)*1,0.2,0.9)-0.8", 0, 0] + }, + "body": { + "rotation": ["math.clamp(math.sin(query.anim_time*180*3*1.5/2+20)*1,0.2,0.9)+math.clamp(-math.sin(query.anim_time*180*3*1.5/2)*1,0.2,0.9)-0.8", 0, 0], + "position": [ + 0, + "-math.clamp(math.sin(-query.anim_time*90*3*1.5-90+45/2)*0.5,0,1)-math.clamp(math.sin(-query.anim_time*90*3*1.5-90+45/2+180)*0.5,0,1)+0.3", + "-math.clamp(math.sin(query.anim_time*90*3*1.5+90)*0.2,0,0.2)-math.clamp(math.sin(-query.anim_time*90*3*1.5-90)*0.2,0,0.2)" + ] + }, + "arm_right": { + "rotation": [21.14866, "-55.5601-math.sin(query.anim_time*90*3*1.5+30)*10", "-16.0827-2*(math.sin(q.anim_time*90*9)*1+1)"] + }, + "arm_right2": { + "rotation": [0, -17.5, 0] + }, + "bone15": { + "rotation": [30.68206, 27.03402, -37.45372], + "position": [0, 0.5, 0] + }, + "tail": { + "rotation": ["math.clamp(math.sin(query.anim_time*180*3*1.5/2+20)*1,0.2,0.9)+math.clamp(-math.sin(query.anim_time*180*3*1.5/2)*1,0.2,0.9)-0.8", 0, 0] + }, + "leg_right": { + "rotation": [ + "-math.clamp(math.sin(query.anim_time*90*3*1.5+45+180)*20,-15,14)-math.clamp(math.sin(query.anim_time*90*3*1.5+45+180)*20,0,20)+math.clamp(-math.sin(query.anim_time*90*3*1.5+180*2)*15,5,15)-5", + 0, + 0 + ], + "position": [ + 0, + "0.2-math.clamp(math.sin(query.anim_time*90*3*1.5+25+180)*0.2,0,0.2)-math.clamp(-math.sin(query.anim_time*90*3*1.5+25+180)*0.4,0,0.3)+math.clamp(-math.sin(query.anim_time*90*3*1.5+25+180)*0.8,0.5,0.8)-math.clamp(-math.sin(query.anim_time*90*3*1.5+25+180*2)*0.8,0.5,0.8)", + "-math.clamp(math.sin(query.anim_time*90*3*1.5+180)*0.5,-0.25,1)-math.clamp(math.sin(query.anim_time*90*3*1.5+180)*0.25,-0.8,0)" + ] + }, + "foot_right": { + "rotation": ["math.clamp(math.sin(query.anim_time*90*3*1.5+45+180)*15,-14,14)+math.clamp(math.sin(query.anim_time*90*3*1.5+45+180)*15,0,8)", 0, 0] + }, + "leg_left": { + "rotation": [ + "-math.clamp(math.sin(query.anim_time*90*3*1.5+45)*20,-15,14)-math.clamp(math.sin(query.anim_time*90*3*1.5+45)*20,0,20)+math.clamp(-math.sin(query.anim_time*90*3*1.5+180)*15,5,15)-5", + 0, + 0 + ], + "position": [ + 0, + "-math.clamp(math.sin(query.anim_time*90*3*1.5+25)*0.2,0,0.2)-math.clamp(-math.sin(query.anim_time*90*3*1.5+25)*0.4,0,0.3)+math.clamp(-math.sin(query.anim_time*90*3*1.5+25)*0.8,0.5,0.8)-math.clamp(-math.sin(query.anim_time*90*3*1.5+25+180)*0.8,0.5,0.8)", + "-math.clamp(math.sin(query.anim_time*90*3*1.5)*0.5,-0.25,1)-math.clamp(math.sin(query.anim_time*90*3*1.5)*0.25,-0.8,0)" + ] + }, + "foot_left": { + "rotation": ["math.clamp(math.sin(query.anim_time*90*3*1.5+45)*15,-14,14)+math.clamp(math.sin(query.anim_time*90*3*1.5+45)*15,0,8)", 0, 0] + }, + "arm_left": { + "rotation": [21.14866, "55.5601-math.sin(query.anim_time*90*3*1.5+30)*10", "16.0827-2*(math.sin(q.anim_time*90*9)*1+1)"] + }, + "arm_left2": { + "rotation": [0, 17.5, 0] + }, + "bone3": { + "rotation": [30.68206, -27.034, 37.4537], + "position": [0, 0.5, 0] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/froslass/froslass.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/froslass/froslass.animation.json new file mode 100644 index 0000000..2c0b83c --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/froslass/froslass.animation.json @@ -0,0 +1,1443 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.froslass.cry": { + "animation_length": 2, + "bones": { + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": [-10, 0, 0], + "0.9167": [-10, 0, 0], + "1.4167": [-7.5, 0, 0], + "1.9167": [0, 0, 0], + "2.0": [0, 0, 0] + } + }, + "arm_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": [10, 0, 0], + "0.9167": [10, 0, 0], + "1.4167": [7.5, 0, 0], + "1.9167": [0, 0, 0], + "2.0": [0, 0, 0] + } + }, + "arm_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": [10, 0, 0], + "0.9167": [10, 0, 0], + "1.4167": [7.5, 0, 0], + "1.9167": [0, 0, 0], + "2.0": [0, 0, 0] + } + }, + "mouth_open": { + "position": { + "0.0": [0, 0, 0], + "0.1667": [0, -1, -1], + "1.7083": [0, -1, -1], + "1.875": [0, 0, 0] + } + } + } + }, + "animation.froslass.faint": { + "animation_length": 4, + "bones": { + "torso": { + "rotation": { + "0.0": [0, 0, 0], + "1.5": [0, -360, 0], + "1.9583": [0, -360.93, 0], + "2.4583": [32.09914, -359.94217, 0], + "4.0": [32.5, -360, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 12, -3], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 16, -3.6], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 16, -3.6], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, -8, -3.6], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, -13, 3.4], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, -19.35, 6.82], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, -19.15, 10.9], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, -19.15, 11.9], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "2.4583": [0, 0, 0], + "2.5833": [0, 1.1, 0.7], + "2.7083": [0, 0, 0] + } + }, + "head2": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head3": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head4": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "eye_left": { + "position": { + "0.0": [0, 0, 0], + "0.75": [-1, 0, 1], + "4.0": [-1, 0, 1] + } + }, + "eye_left_closed": { + "position": { + "0.0": [0, 0, 0], + "0.75": [1, 0, -1], + "4.0": [1, 0, -1] + } + }, + "eye_right_closed": { + "position": { + "0.0": [0, 0, 0], + "0.75": [-1, 0, -1], + "4.0": [-1, 0, -1] + } + }, + "eye_right": { + "position": { + "0.0": [0, 0, 0], + "0.75": [1, 0, 1], + "4.0": [1, 0, 1] + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 0, -80], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-10.27206, -33.64409, -61.88679], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-10.27206, -33.64409, -61.88679], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [30.14893, -27.12764, -87.90666], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-29.03762, -46.04167, -53.21401], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-62.99332, -21.82243, 5.03116], + "lerp_mode": "catmullrom" + }, + "2.9583": { + "post": [-76.95875, -30.88877, 12.08523], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-76.95875, -30.88877, 12.08523], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -25, -17.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -25, -17.5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0.93841, -23.39896, 4.38023], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-4.06159, -23.39896, 4.38023], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [-10.25198, -21.51686, 20.4918], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [-5.01253, -23.13009, 6.82061], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-3.94269, -23.3253, 4.10837], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [18.32252, -24.1782, -38.95658], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [18.32252, -24.1782, -38.95658], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [14.78217, -2.57594, 9.6658], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [14.94548, 1.29256, -4.83045], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [8.89478, -24.21689, 7.60614], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [8.89478, -24.21689, 7.60614], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [4.52861, -44.8029, -7.02876], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [4.52861, -44.8029, -7.02876], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 47.5], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [4.98107, -0.43523, 47.48107], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [-0.56255, 2.30644, 15.08937], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-0.56255, 2.30644, 15.08937], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [1.15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [44.43, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [24.77, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-36.07, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "hand_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 80], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-10.27206, 33.64409, 61.88679], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-10.27206, 33.64409, 61.88679], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [30.14893, 27.12764, 87.90666], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-29.03762, 46.04167, 53.21401], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-62.99332, 21.82243, -5.03116], + "lerp_mode": "catmullrom" + }, + "2.9583": { + "post": [-76.95875, 30.88877, -12.08523], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-76.95875, 30.88877, -12.08523], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 25, 17.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 25, 17.5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0.93841, 23.39896, -4.38023], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-4.06159, 23.39896, -4.38023], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [-10.25198, 21.51686, -20.4918], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [-5.01253, 23.13009, -6.82061], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-3.94269, 23.3253, -4.10837], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [18.32252, 24.1782, 38.95658], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [18.32252, 24.1782, 38.95658], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [14.78217, 2.57594, -9.6658], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [14.94548, -1.29256, 4.83045], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [8.89478, 24.21689, -7.60614], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [8.89478, 24.21689, -7.60614], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [4.52861, 44.8029, 7.02876], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [4.52861, 44.8029, 7.02876], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -47.5], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [4.98107, 0.43523, -47.48107], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [-0.56255, -2.30644, -15.08937], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-0.56255, -2.30644, -15.08937], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [1.15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [44.43, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [24.77, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-36.07, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "hand_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "mouth_open": { + "position": { + "0.0": [0, 0, 0], + "0.25": [0, -1, -1], + "1.5417": [0, -1, -1], + "1.75": [0, 0, 0], + "4.0": [0, 0, 0] + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 5, -7.5], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body2": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [7.51681, 8.41262, -6.45804], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body3": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5.02885, 7.90672, -4.32548], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.2083": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "sash_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [17.5, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [7.5, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + } + } + }, + "sash_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [17.5, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [7.5, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-7.5, -20, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, -50, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, -50, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body4": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [7.47178, 0.65182, -4.95744], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body5": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [10.15108, 9.84655, 1.75378], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.froslass.battle_idle": { + "loop": true, + "bones": { + "head2": { + "rotation": [7.5, 0, 0] + }, + "head3": { + "rotation": [5, 0, 0] + }, + "head4": { + "rotation": [5, 0, 0] + }, + "sash_left": { + "rotation": [0, "40-4*(math.cos(q.anim_time*150)*2)", 0] + }, + "sash_right": { + "rotation": [0, "-40-4*(math.cos(q.anim_time*150)*2)", 0] + }, + "head": { + "rotation": [0, 0, "0+2*(math.sin(q.anim_time*150+40)*1)"] + }, + "neck": { + "rotation": [-5, 0, "0-1*(math.cos(q.anim_time*150-25)*1)"] + }, + "body": { + "rotation": [5, "0+2*(math.cos(q.anim_time*150-45)*1)", "0-1*(math.cos(q.anim_time*150+25)*1)"] + }, + "body2": { + "rotation": ["5+1*(math.cos(q.anim_time*300-65)*1)", "0+2*(math.cos(q.anim_time*150-65)*1)", "0-1*(math.cos(q.anim_time*150+15)*1)"] + }, + "body3": { + "rotation": ["5-1*(math.cos(q.anim_time*300-85)*1)", 0, "0-1*(math.cos(q.anim_time*150)*1)"] + }, + "body4": { + "rotation": [0, 0, 0] + }, + "body5": { + "rotation": [10, 0, "0-3*(math.cos(q.anim_time*150)*1)"], + "position": [0, 0.5, 0] + }, + "arm_right": { + "rotation": [0.65001, -0.39964, "-72.4019+2.5*(math.cos(q.anim_time*150-25)*0.5)+1*(math.cos(q.anim_time*300)*0.5)"], + "position": [-0.15, -0.00856, 0.00553] + }, + "arm_right2": { + "rotation": [-15.6, "-46.1405+7*(math.cos(q.anim_time*150-85)*0.5)", 7.5601], + "position": [0.80149, -0.08932, 0.55066] + }, + "arm_right3": { + "rotation": [-13.65934, "-45.155+3*(math.cos(q.anim_time*150-85)*0.5)", -1.82335], + "position": [1.26011, 0.03008, 0.96149] + }, + "arm_right4": { + "rotation": [0, "0-4*(math.cos(q.anim_time*150-105)*0.5)", -62.5] + }, + "finger_front_right": { + "rotation": [-1.71394, 4.69776, "-20.0703+10*(math.cos(q.anim_time*150-105)*2)"], + "position": [0.05, 0, 0] + }, + "finger_middle_Right": { + "rotation": [-2.66399, 14.76689, "-10.3453+10*(math.cos(q.anim_time*150-115)*2)"], + "position": [0.15, -0.025, 0] + }, + "finger_back_right": { + "rotation": [-6.1191, 21.69365, "-16.1735+10*(math.cos(q.anim_time*150-125)*2)"], + "position": [0.2, -0.025, 0] + }, + "arm_left": { + "rotation": [-7.49506, "6.784-7*(math.sin(q.anim_time*150-45)*0.5)", "84.0673-2.5*(math.cos(q.anim_time*150-25)*0.5)-1*(math.cos(q.anim_time*300)*0.5)"] + }, + "hand_right": { + "rotation": [0, 0, "-37.5+4*(math.cos(q.anim_time*150-105)*2)"] + }, + "arm_left2": { + "rotation": [0, "0-7*(math.cos(q.anim_time*150-65)*0.5)", "-2-3*(math.cos(q.anim_time*150-45)*1)"] + }, + "arm_left3": { + "rotation": [0, "0-7*(math.cos(q.anim_time*150-85)*0.5)", "0-4*(math.cos(q.anim_time*150)*1)"] + }, + "arm_left4": { + "rotation": [0, "7-7*(math.cos(q.anim_time*150-105)*0.5)", "2-8*(math.cos(q.anim_time*150)*1)"] + }, + "hand_left": { + "rotation": [0, 0, "-10*(math.cos(q.anim_time*150-105)*1)"] + }, + "finger_front_left": { + "rotation": [0, 15, 0], + "position": [-0.1, 0, 0] + }, + "finger_middle_Left": { + "rotation": [0, 0, 0] + }, + "finger_back_left": { + "rotation": [0, -10, 0], + "position": [-0.1, 0, 0] + }, + "arm_right5": { + "rotation": ["0+3*(math.cos(q.anim_time*150+25)*2)", 0, 0] + }, + "arm_left5": { + "rotation": ["0-10*(math.cos(q.anim_time*150+25)*2)", 0, 0] + }, + "torso": { + "rotation": ["0+2*(math.sin(q.anim_time*150+65)*1)", 0, 0], + "position": ["0-0.5*(math.sin(q.anim_time*150)*1)", "0+0.4*(math.sin(q.anim_time*300+90)*1)", 0] + }, + "eyebrow_left": { + "rotation": [0, 0, -12.5], + "scale": [1.1, 1, 1] + }, + "eyebrow_right": { + "rotation": [0, 0, 12.5], + "scale": [1.1, 1, 1] + } + } + }, + "animation.froslass.ground_idle": { + "loop": true, + "bones": { + "head2": { + "rotation": [7.5, 0, 0] + }, + "head3": { + "rotation": [5, 0, 0] + }, + "head4": { + "rotation": [5, 0, 0] + }, + "sash_left": { + "rotation": [0, "40-4*(math.cos(q.anim_time*150)*2)", 0] + }, + "sash_right": { + "rotation": [0, "-40-4*(math.cos(q.anim_time*150)*2)", 0] + }, + "head": { + "rotation": [0, 0, "0+2*(math.sin(q.anim_time*150+40)*1)"] + }, + "neck": { + "rotation": [-5, 0, "0-1*(math.cos(q.anim_time*150-25)*1)"] + }, + "body": { + "rotation": [5, "0+2*(math.cos(q.anim_time*150-45)*1)", "0-1*(math.cos(q.anim_time*150+25)*1)"] + }, + "body2": { + "rotation": ["5+1*(math.cos(q.anim_time*300-65)*1)", "0+2*(math.cos(q.anim_time*150-65)*1)", "0-1*(math.cos(q.anim_time*150+15)*1)"] + }, + "body3": { + "rotation": ["5-1*(math.cos(q.anim_time*300-85)*1)", 0, "0-1*(math.cos(q.anim_time*150)*1)"] + }, + "body4": { + "rotation": [0, 0, 0] + }, + "body5": { + "rotation": [10, 0, "0-3*(math.cos(q.anim_time*150)*1)"], + "position": [0, 0.5, 0] + }, + "arm_right": { + "rotation": [-7.49506, "-6.784+7*(math.sin(q.anim_time*150-45)*0.5)", "-84.0673-2.5*(math.cos(q.anim_time*150-25)*0.5)-1*(math.cos(q.anim_time*300)*0.5)"] + }, + "arm_right2": { + "rotation": [0, "0+7*(math.cos(q.anim_time*150-65)*0.5)", "2-3*(math.cos(q.anim_time*150-45)*1)"] + }, + "arm_right3": { + "rotation": [0, "0+7*(math.cos(q.anim_time*150-85)*0.5)", "0-4*(math.cos(q.anim_time*150)*1)"] + }, + "arm_right4": { + "rotation": [0, "-7+7*(math.cos(q.anim_time*150-105)*0.5)", "-2-8*(math.cos(q.anim_time*150)*1)"] + }, + "finger_front_right": { + "rotation": [0, -15, 0], + "position": [0.1, 0, 0] + }, + "finger_middle_Right": { + "rotation": [0, 0, 0] + }, + "finger_back_right": { + "rotation": [0, 10, 0], + "position": [0.1, 0, 0] + }, + "arm_left": { + "rotation": [-7.49506, "6.784-7*(math.sin(q.anim_time*150-45)*0.5)", "84.0673-2.5*(math.cos(q.anim_time*150-25)*0.5)-1*(math.cos(q.anim_time*300)*0.5)"] + }, + "hand_right": { + "rotation": [0, 0, "-10*(math.cos(q.anim_time*150-105)*1)"] + }, + "arm_left2": { + "rotation": [0, "0-7*(math.cos(q.anim_time*150-65)*0.5)", "-2-3*(math.cos(q.anim_time*150-45)*1)"] + }, + "arm_left3": { + "rotation": [0, "0-7*(math.cos(q.anim_time*150-85)*0.5)", "0-4*(math.cos(q.anim_time*150)*1)"] + }, + "arm_left4": { + "rotation": [0, "7-7*(math.cos(q.anim_time*150-105)*0.5)", "2-8*(math.cos(q.anim_time*150)*1)"] + }, + "hand_left": { + "rotation": [0, 0, "-10*(math.cos(q.anim_time*150-105)*1)"] + }, + "finger_front_left": { + "rotation": [0, 15, 0], + "position": [-0.1, 0, 0] + }, + "finger_middle_Left": { + "rotation": [0, 0, 0] + }, + "finger_back_left": { + "rotation": [0, -10, 0], + "position": [-0.1, 0, 0] + }, + "arm_right5": { + "rotation": ["0+10*(math.cos(q.anim_time*150+25)*2)", 0, 0] + }, + "arm_left5": { + "rotation": ["0-10*(math.cos(q.anim_time*150+25)*2)", 0, 0] + }, + "torso": { + "rotation": ["0+2*(math.sin(q.anim_time*150+65)*1)", 0, 0], + "position": ["0-0.5*(math.sin(q.anim_time*150)*1)", "0+0.4*(math.sin(q.anim_time*300+90)*1)", 0] + } + } + }, + "animation.froslass.ground_walk": { + "loop": true, + "bones": { + "head2": { + "rotation": [7.5, 0, 0] + }, + "head3": { + "rotation": [5, 0, 0] + }, + "head4": { + "rotation": [5, 0, 0] + }, + "sash_left": { + "rotation": [0, "40-4*(math.cos(q.anim_time*150)*2)", 0] + }, + "sash_right": { + "rotation": [0, "-40-4*(math.cos(q.anim_time*150)*2)", 0] + }, + "head": { + "rotation": [0, 0, "0+2*(math.sin(q.anim_time*150+40)*1)"] + }, + "neck": { + "rotation": [15, 0, "0-1*(math.cos(q.anim_time*150-25)*1)"] + }, + "body": { + "rotation": [5, "0+2*(math.cos(q.anim_time*150-45)*1)", "0-1*(math.cos(q.anim_time*150+25)*1)"] + }, + "body2": { + "rotation": ["5+1*(math.cos(q.anim_time*300-65)*1)", "0+2*(math.cos(q.anim_time*150-65)*1)", "0-1*(math.cos(q.anim_time*150+15)*1)"] + }, + "body3": { + "rotation": ["5-1*(math.cos(q.anim_time*300-85)*1)", 0, "0-1*(math.cos(q.anim_time*150)*1)"] + }, + "body4": { + "rotation": [0, 0, 0] + }, + "body5": { + "rotation": [10, 0, "0-3*(math.cos(q.anim_time*150)*1)"], + "position": [0, 0.5, 0] + }, + "arm_right": { + "rotation": [-5.18194, "16.6418+7*(math.sin(q.anim_time*150-45)*0.5)", "-76.779-2.5*(math.cos(q.anim_time*150-25)*0.5)-1*(math.cos(q.anim_time*300)*0.5)"] + }, + "arm_right2": { + "rotation": [0, "0+7*(math.cos(q.anim_time*150-65)*0.5)", "2-3*(math.cos(q.anim_time*150-45)*1)"] + }, + "arm_right3": { + "rotation": [0, "2.5+7*(math.cos(q.anim_time*150-85)*0.5)", "0-4*(math.cos(q.anim_time*150)*1)"] + }, + "arm_right4": { + "rotation": [0, "0.5+7*(math.cos(q.anim_time*150-105)*0.5)", "-2-8*(math.cos(q.anim_time*150)*1)"], + "position": ["0.4+0.3*(math.cos(q.anim_time*150-105)*0.5)", "0.1-0.1*(math.cos(q.anim_time*150-105)*0.5)", 0] + }, + "finger_front_right": { + "rotation": [0, -15, 0], + "position": [0.1, 0, 0] + }, + "finger_middle_Right": { + "rotation": [0, 0, 0] + }, + "finger_back_right": { + "rotation": [0, 10, 0], + "position": [0.1, 0, 0] + }, + "arm_left": { + "rotation": [-5.18194, "-16.6418-7*(math.sin(q.anim_time*150-45)*0.5)", "76.779-2.5*(math.cos(q.anim_time*150-25)*0.5)-1*(math.cos(q.anim_time*300)*0.5)"] + }, + "hand_right": { + "rotation": [0, 0, "NaN-10*(math.cos(q.anim_time*150-105)*1)"] + }, + "arm_left2": { + "rotation": [0, "0-7*(math.cos(q.anim_time*150-65)*0.5)", "-2-3*(math.cos(q.anim_time*150-45)*1)"] + }, + "arm_left3": { + "rotation": [0, "-2.5-7*(math.cos(q.anim_time*150-85)*0.5)", "0-4*(math.cos(q.anim_time*150)*1)"] + }, + "arm_left4": { + "rotation": [0, "-0.5-7*(math.cos(q.anim_time*150-105)*0.5)", "2-8*(math.cos(q.anim_time*150)*1)"], + "position": ["-0.4+0.3*(math.cos(q.anim_time*150-105)*0.5)", "0.1-0.1*(math.cos(q.anim_time*150-105)*0.5)", 0] + }, + "hand_left": { + "rotation": [0, 0, "-10*(math.cos(q.anim_time*150-105)*1)"] + }, + "finger_front_left": { + "rotation": [0, 15, 0], + "position": [-0.1, 0, 0] + }, + "finger_middle_Left": { + "rotation": [0, 0, 0] + }, + "finger_back_left": { + "rotation": [0, -10, 0], + "position": [-0.1, 0, 0] + }, + "arm_right5": { + "rotation": ["0-10*(math.cos(q.anim_time*150+25)*2)", 0, 0] + }, + "arm_left5": { + "rotation": ["0-10*(math.cos(q.anim_time*150+25)*2)", 0, 0] + }, + "torso": { + "rotation": ["0+2*(math.sin(q.anim_time*150+65)*1)", 0, 0], + "position": ["0-0.5*(math.sin(q.anim_time*150)*1)", "-1+0.4*(math.sin(q.anim_time*300+90)*1)", 0] + } + } + }, + "animation.froslass.ground_run": { + "loop": true, + "bones": { + "head2": { + "rotation": [7.5, 0, 0] + }, + "head3": { + "rotation": [5, 0, 0] + }, + "head4": { + "rotation": [5, 0, 0] + }, + "sash_left": { + "rotation": [-10, "25-4*(math.cos(q.anim_time*300)*2)", 0] + }, + "sash_right": { + "rotation": [-7.5, "-25-4*(math.cos(q.anim_time*300)*2)", 0] + }, + "head": { + "rotation": [0, 0, "0-2*(math.cos(q.anim_time*300+40)*1)"] + }, + "neck": { + "rotation": [20, 0, "0-1*(math.cos(q.anim_time*300-25)*1)"] + }, + "body": { + "rotation": [10, "0+2*(math.cos(q.anim_time*300-45)*1)", "0-1*(math.cos(q.anim_time*300+25)*1)"] + }, + "body2": { + "rotation": ["7.5+1*(math.cos(q.anim_time*300-65)*1)", "2*(math.cos(q.anim_time*150-65)*1)", "-1*(math.cos(q.anim_time*150+15)*1)"] + }, + "body3": { + "rotation": ["5-1*(math.cos(q.anim_time*600-85)*1)", 0, "0-1*(math.cos(q.anim_time*300+25)*1)"] + }, + "body4": { + "rotation": [0, 0, 0] + }, + "body5": { + "rotation": [15, 0, "0-3*(math.cos(q.anim_time*300)*1)"], + "position": [0, 0.5, 0] + }, + "arm_right": { + "rotation": [11.07193, "61.1827+7*(math.sin(q.anim_time*300-45)*0.5)", "-59.6237-2.5*(math.cos(q.anim_time*300-25)*0.5)-1*(math.cos(q.anim_time*600)*0.5)"] + }, + "arm_right2": { + "rotation": [0, "0+7*(math.cos(q.anim_time*300-65)*0.5)", "2-3*(math.cos(q.anim_time*300-45)*1)"] + }, + "arm_right3": { + "rotation": [0, "2.5+7*(math.cos(q.anim_time*300-85)*0.5)", "0-4*(math.cos(q.anim_time*300)*1)"] + }, + "arm_right4": { + "rotation": [0, "0.5+7*(math.cos(q.anim_time*300-105)*0.5)", "-2-8*(math.cos(q.anim_time*300)*1)"], + "position": ["0.4+0.3*(math.cos(q.anim_time*150-105)*0.5)", "0.1-0.1*(math.cos(q.anim_time*150-105)*0.5)", 0] + }, + "finger_front_right": { + "rotation": [0, -15, 0], + "position": [0.1, 0, 0] + }, + "finger_middle_Right": { + "rotation": [0, 0, 0] + }, + "finger_back_right": { + "rotation": [0, 10, 0], + "position": [0.1, 0, 0] + }, + "arm_left": { + "rotation": [11.07193, "-61.1827-7*(math.sin(q.anim_time*300-45)*0.5)", "59.6237-2.5*(math.cos(q.anim_time*300-25)*0.5)-1*(math.cos(q.anim_time*600)*0.5)"] + }, + "hand_right": { + "rotation": [0, 0, "NaN-10*(math.cos(q.anim_time*150-105)*1)"] + }, + "arm_left2": { + "rotation": [0, "0-7*(math.cos(q.anim_time*300-65)*0.5)", "-2-3*(math.cos(q.anim_time*300-45)*1)"] + }, + "arm_left3": { + "rotation": [0, "-2.5-7*(math.cos(q.anim_time*300-85)*0.5)", "0-4*(math.cos(q.anim_time*300)*1)"] + }, + "arm_left4": { + "rotation": [0, "-0.5-7*(math.cos(q.anim_time*300-105)*0.5)", "2-8*(math.cos(q.anim_time*300)*1)"], + "position": ["-0.4+0.3*(math.cos(q.anim_time*150-105)*0.5)", "0.1-0.1*(math.cos(q.anim_time*150-105)*0.5)", 0] + }, + "hand_left": { + "rotation": [0, 0, "-10*(math.cos(q.anim_time*150-105)*1)"] + }, + "finger_front_left": { + "rotation": [0, 15, 0], + "position": [-0.1, 0, 0] + }, + "finger_middle_Left": { + "rotation": [0, 0, 0] + }, + "finger_back_left": { + "rotation": [0, -10, 0], + "position": [-0.1, 0, 0] + }, + "arm_right5": { + "rotation": ["0+10*(math.cos(q.anim_time*300+25)*2)", 0, 0] + }, + "arm_left5": { + "rotation": ["0-10*(math.cos(q.anim_time*300+25)*2)", 0, 0] + }, + "torso": { + "rotation": ["0+2*(math.sin(q.anim_time*300+65)*1)", 0, 0], + "position": ["0-0.5*(math.sin(q.anim_time*300)*1)", "-3+0.4*(math.sin(q.anim_time*600+90)*1)", 0] + } + } + }, + "animation.froslass.blink": { + "animation_length": 0.16667, + "bones": { + "eye_left": { + "position": { + "0.0": [-1, 0, 1], + "0.125": [-1, 0, 1], + "0.1667": [0, 0, 0] + } + }, + "eye_right": { + "position": { + "0.0": [1, 0, 1], + "0.125": [1, 0, 1], + "0.1667": [0, 0, 0] + } + }, + "eye_left_closed": { + "position": { + "0.0": [1, 0, -1], + "0.125": [1, 0, -1], + "0.1667": [0, 0, 0] + } + }, + "eye_right_closed": { + "position": { + "0.0": [-1, 0, -1], + "0.125": [-1, 0, -1], + "0.1667": [0, 0, 0] + } + } + } + }, + "animation.froslass.sleep": { + "loop": true, + "bones": { + "head2": { + "rotation": [7.5, 0, 0] + }, + "head3": { + "rotation": [5, 0, 0] + }, + "head4": { + "rotation": [5, 0, 0] + }, + "sash_left": { + "rotation": [0, "40-4*(math.cos(q.anim_time*75)*1)", 0] + }, + "sash_right": { + "rotation": [0, "-40-4*(math.cos(q.anim_time*75)*1)", 0] + }, + "head": { + "rotation": [7.5, 0, "1*(math.sin(q.anim_time*75+40)*1)"] + }, + "neck": { + "rotation": [2.5, 0, "-1*(math.cos(q.anim_time*75-25)*0.5)"] + }, + "body": { + "rotation": [-10, "0+1*(math.cos(q.anim_time*75-45)*1)", "0-1*(math.cos(q.anim_time*150+25)*0.5)"] + }, + "body2": { + "rotation": ["12.5+1*(math.cos(q.anim_time*150-65)*0.5)", "2*(math.cos(q.anim_time*75-65)*0.5)", "-1*(math.cos(q.anim_time*75+15)*0.5)"] + }, + "body3": { + "rotation": ["5-1*(math.cos(q.anim_time*150-85)*0.5)", 0, "0-1*(math.cos(q.anim_time*75)*0.5)"] + }, + "body4": { + "rotation": [0, 0, 0] + }, + "body5": { + "rotation": [12.5, 0, "-3*(math.cos(q.anim_time*75)*0.5)"], + "position": [0, 0.5, 0] + }, + "arm_right": { + "rotation": [11.22197, "-23.7919-1*(math.sin(q.anim_time*75+40)*2)", -77.38816] + }, + "arm_right2": { + "rotation": [20.24777, -29.58172, -11.89207], + "position": [0.1, 0, 0.075] + }, + "arm_right3": { + "rotation": [7.5, 0, -25] + }, + "arm_right4": { + "rotation": [9.41688, "-5.3477-1*(math.sin(q.anim_time*75+40)*1)", -21.50088] + }, + "finger_front_right": { + "rotation": [0, -15, 0], + "position": [0.1, 0, 0] + }, + "finger_middle_Right": { + "rotation": [0, 0, 0] + }, + "finger_back_right": { + "rotation": [0, 10, 0], + "position": [0.1, 0, 0] + }, + "arm_left": { + "rotation": [13.21924, "25.7978+1*(math.sin(q.anim_time*75+40)*2)", 70.31601] + }, + "hand_right": { + "rotation": [0.87167, -2.25114, -30.6675] + }, + "arm_left2": { + "rotation": [21.54986, 28.68975, 14.56596], + "position": [-0.325, 0, 0] + }, + "arm_left3": { + "rotation": [11.68631, 10.94325, 18.02535], + "position": [-0.375, 0, 0] + }, + "arm_left4": { + "rotation": [7.60409, "22.7883+1*(math.sin(q.anim_time*75+40)*1)", 21.84987], + "position": [0.575, 0.225, -0.25] + }, + "hand_left": { + "rotation": [0.87167, 2.25114, 30.6675] + }, + "finger_front_left": { + "rotation": [0, 15, 0], + "position": [-0.1, 0, 0] + }, + "finger_middle_Left": { + "rotation": [0, 0, 0] + }, + "finger_back_left": { + "rotation": [0, -10, 0], + "position": [-0.1, 0, 0] + }, + "arm_right5": { + "rotation": ["0+2*(math.sin(q.anim_time*75-80)*1)", 0, 0] + }, + "arm_left5": { + "rotation": ["0+2*(math.sin(q.anim_time*75-80)*1)", 0, 0] + }, + "torso": { + "rotation": ["0+2*(math.sin(q.anim_time*75+65)*0.5)", 0, 0], + "position": ["0-0.5*(math.sin(q.anim_time*75)*0.5)", "0+0.4*(math.sin(q.anim_time*150+90)*0.5)", 0] + }, + "eye_left": { + "position": [-1, 0, 1] + }, + "eye_left_closed": { + "position": [1, 0, -1] + }, + "eye_right_closed": { + "position": [-1, 0, -1] + }, + "eye_right": { + "position": [1, 0, 1] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/frosmoth/frosmoth.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/frosmoth/frosmoth.animation.json new file mode 100644 index 0000000..71a2789 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/frosmoth/frosmoth.animation.json @@ -0,0 +1,219 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.frosmoth.ground_idle": { + "loop": true, + "bones": { + "torso": { + "rotation": ["5-math.sin(q.anim_time*90*2-30)*2.5", 0, 0], + "position": [0, "5-math.sin(q.anim_time*90*2)*1.5", 0] + }, + "movable_top3": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2)*5"] + }, + "movable_top4": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2-15)*5"] + }, + "movable_bot3": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2)*5"] + }, + "movable_bot4": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2-15)*5"] + }, + "movable_top": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*2)*5"] + }, + "movable_top2": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*2-15)*5"] + }, + "movable_bot": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*2)*5"] + }, + "movable_bot2": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*2-15)*5"] + }, + "antenna_right": { + "rotation": ["0-math.sin(q.anim_time*90*2-60)*5", 0, 0] + }, + "antenna_right2": { + "rotation": ["0-math.sin(q.anim_time*90*2-90)*10", 0, 0] + }, + "antenna_left": { + "rotation": ["0-math.sin(q.anim_time*90*2-60)*5", 0, 0] + }, + "antenna_left2": { + "rotation": ["0-math.sin(q.anim_time*90*2-90)*10", 0, 0] + }, + "wing_left": { + "rotation": [15, "0-math.sin(q.anim_time*90*2+60)*25", "0-math.sin(q.anim_time*90*2+60)*5"] + }, + "wing_left4": { + "rotation": ["0+math.sin(q.anim_time*90*2)*25", 0, 0] + }, + "wing_left2": { + "rotation": ["0-math.sin(q.anim_time*90*2+30)*25", 0, 0] + }, + "wing_right": { + "rotation": [15, "0+math.sin(q.anim_time*90*2+60)*25", "0+math.sin(q.anim_time*90*2+60)*5"] + }, + "wing_right2": { + "rotation": ["0-math.sin(q.anim_time*90*2+30)*25", 0, 0] + }, + "wing_right4": { + "rotation": ["0+math.sin(q.anim_time*90*2)*25", 0, 0] + } + } + }, + "animation.frosmoth.ground_walk": { + "loop": true, + "bones": { + "torso": { + "rotation": ["20-math.sin(q.anim_time*90*3-30)*2.5", 0, 0], + "position": [0, "5-math.sin(q.anim_time*90*3)*1.5", 0] + }, + "movable_top3": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*3)*5"] + }, + "movable_top4": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*3-15)*5"] + }, + "movable_bot3": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*3)*5"] + }, + "movable_bot4": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*3-15)*5"] + }, + "movable_top": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*3)*5"] + }, + "movable_top2": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*3-15)*5"] + }, + "movable_bot": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*3)*5"] + }, + "movable_bot2": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*3-15)*5"] + }, + "antenna_right": { + "rotation": ["0-math.sin(q.anim_time*90*3-60)*5", 0, 0] + }, + "antenna_right2": { + "rotation": ["0-math.sin(q.anim_time*90*3-90)*10", 0, 0] + }, + "antenna_left": { + "rotation": ["0-math.sin(q.anim_time*90*3-60)*5", 0, 0] + }, + "antenna_left2": { + "rotation": ["0-math.sin(q.anim_time*90*3-90)*10", 0, 0] + }, + "wing_left": { + "rotation": [15, "0-math.sin(q.anim_time*90*3+60)*25", "0-math.sin(q.anim_time*90*3+60)*5"] + }, + "wing_left4": { + "rotation": ["0+math.sin(q.anim_time*90*3)*25", 0, 0] + }, + "wing_left2": { + "rotation": ["0-math.sin(q.anim_time*90*3+30)*25", 0, 0] + }, + "wing_right": { + "rotation": [15, "0+math.sin(q.anim_time*90*3+60)*25", "0+math.sin(q.anim_time*90*3+60)*5"] + }, + "wing_right2": { + "rotation": ["0-math.sin(q.anim_time*90*3+30)*25", 0, 0] + }, + "wing_right4": { + "rotation": ["0+math.sin(q.anim_time*90*3)*25", 0, 0] + } + } + }, + "animation.frosmoth.sleep": { + "loop": true, + "bones": { + "torso": { + "rotation": ["5-math.sin(q.anim_time*90*1-30)*2.5", 0, 0], + "position": [0, "5-math.sin(q.anim_time*90*1)*1.5", 0] + }, + "movable_top3": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*1)*5"] + }, + "movable_top4": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*1-15)*5"] + }, + "movable_bot3": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*1)*5"] + }, + "movable_bot4": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*1-15)*5"] + }, + "movable_top": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1)*5"] + }, + "movable_top2": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1-15)*5"] + }, + "movable_bot": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1)*5"] + }, + "movable_bot2": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1-15)*5"] + }, + "antenna_right": { + "rotation": ["0-math.sin(q.anim_time*90*1-60)*5", 0, 0] + }, + "antenna_right2": { + "rotation": ["0-math.sin(q.anim_time*90*1-90)*10", 0, 0] + }, + "antenna_left": { + "rotation": ["0-math.sin(q.anim_time*90*1-60)*5", 0, 0] + }, + "antenna_left2": { + "rotation": ["0-math.sin(q.anim_time*90*1-90)*10", 0, 0] + }, + "wing_left": { + "rotation": [15, "0-math.sin(q.anim_time*90*1+60)*25", "0-math.sin(q.anim_time*90*1+60)*5"] + }, + "wing_left4": { + "rotation": ["0+math.sin(q.anim_time*90*1)*25", 0, 0] + }, + "wing_left2": { + "rotation": ["0-math.sin(q.anim_time*90*1+30)*25", 0, 0] + }, + "wing_right": { + "rotation": [15, "0+math.sin(q.anim_time*90*1+60)*25", "0+math.sin(q.anim_time*90*1+60)*5"] + }, + "wing_right2": { + "rotation": ["0-math.sin(q.anim_time*90*1+30)*25", 0, 0] + }, + "wing_right4": { + "rotation": ["0+math.sin(q.anim_time*90*1)*25", 0, 0] + }, + "eyelid_right": { + "position": [0, 0, -0.12] + }, + "eyelid_left": { + "position": [0, 0, -0.12] + } + } + }, + "animation.frosmoth.blink": { + "animation_length": 0.16667, + "bones": { + "eyelid_right": { + "position": { + "0.0": [0, 0, -0.12], + "0.125": [0, 0, -0.12], + "0.1667": [0, 0, 0] + } + }, + "eyelid_left": { + "position": { + "0.0": [0, 0, -0.12], + "0.125": [0, 0, -0.12], + "0.1667": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/gastrodon/gastrodon.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/gastrodon/gastrodon.animation.json new file mode 100644 index 0000000..5d628c1 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/gastrodon/gastrodon.animation.json @@ -0,0 +1,219 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.gastrodon.ground_idle": { + "loop": true, + "bones": { + "head": { + "rotation": ["4+math.sin(q.anim_time*90*2+30)*-2", "math.cos(q.anim_time*90*1)*1", 0] + }, + "torso": { + "rotation": ["math.sin(q.anim_time*90*2)*0.6", 0, "math.cos(q.anim_time*90*1)*-1"], + "position": [0, "math.sin(q.anim_time*90*2)*-0.2", 0] + }, + "neck_1": { + "rotation": [0, "0+math.cos(q.anim_time*90*1-30)*4", "0+math.sin(q.anim_time*90*1-40)*2"] + }, + "neck_2": { + "rotation": ["math.cos(q.anim_time*90*1-60)*3", "math.cos(q.anim_time*90*1-60)*3", "math.sin(q.anim_time*90*1-60)*2"] + } + } + }, + "animation.gastrodon.ground_walk": { + "loop": true, + "animation_length": 2, + "bones": { + "leg_l_2": { + "rotation": ["0-math.sin(q.anim_time*90*2-240)*10", "0+math.sin(q.anim_time*90*2-240)*8", 10], + "position": { + "0.0": [ + "0-math.cos(q.anim_time*90*2-240)*0.2", + "0.25+math.clamp(math.cos(q.anim_time*90*2-240)*1.5,0,10)", + "0.25-math.sin(q.anim_time*90*2-240)*0.8" + ], + "0.8333": [ + "0-math.cos(q.anim_time*90*2-240)*0.2", + "1+math.clamp(math.cos(q.anim_time*90*2-240)*1.5,0,10)", + "-0.75-math.sin(q.anim_time*90*2-240)*0.8" + ], + "1.7917": ["0-math.cos(q.anim_time*90*2-240)*0.2", "1+math.clamp(math.cos(q.anim_time*90*2-240)*1.5,0,10)", "0.25-math.sin(q.anim_time*90*2-240)*0.8"], + "1.8333": ["0-math.cos(q.anim_time*90*2-240)*0.2", "math.clamp(math.cos(q.anim_time*90*2-240)*1.5,0,10)", "0.25-math.sin(q.anim_time*90*2-240)*0.8"], + "2.0": [ + "0-math.cos(q.anim_time*90*2-240)*0.2", + "0.25+math.clamp(math.cos(q.anim_time*90*2-240)*1.5,0,10)", + "0.25-math.sin(q.anim_time*90*2-240)*0.8" + ] + } + }, + "leg_l_3": { + "rotation": [ + "0+math.clamp(math.sin(q.anim_time*90*2+30)*15,0,20)-math.clamp(math.sin(q.anim_time*90*2+210)*2,-2,20)", + "0+math.sin(q.anim_time*90*2-60)*8", + -10 + ], + "position": { + "0.0": ["0+math.cos(q.anim_time*90*2-60)*0.2", "math.clamp(math.cos(q.anim_time*90*2-60)*1.5,0,10)", "-0.75-math.sin(q.anim_time*90*2-60)*0.7"], + "0.75": [ + "0+math.cos(q.anim_time*90*2-60)*0.2", + "0.25+math.clamp(math.cos(q.anim_time*90*2-60)*1.5,0,10)", + "-0.75-math.sin(q.anim_time*90*2-60)*0.7" + ], + "0.8333": ["0+math.cos(q.anim_time*90*2-60)*0.2", "-1+math.clamp(math.cos(q.anim_time*90*2-60)*1.5,0,10)", "-0.75-math.sin(q.anim_time*90*2-60)*0.7"], + "1.8333": ["0+math.cos(q.anim_time*90*2-60)*0.2", "math.clamp(math.cos(q.anim_time*90*2-60)*1.5,0,10)", "-0.75-math.sin(q.anim_time*90*2-60)*0.7"] + } + }, + "leg_l_1": { + "rotation": ["0-math.sin(q.anim_time*90*2-180)*10", "0+math.sin(q.anim_time*90*2-180)*8", -10], + "position": { + "0.0": ["0+math.cos(q.anim_time*90*2-180)*0.2", "-0.5+math.clamp(math.cos(q.anim_time*90*2-180)*1.5,0,10)", "0-math.sin(q.anim_time*90*2-180)*0.8"], + "0.5": ["0+math.cos(q.anim_time*90*2-180)*0.2", "math.clamp(math.cos(q.anim_time*90*2-180)*1.5,0,10)", "0-math.sin(q.anim_time*90*2-180)*0.8"], + "1.4583": ["0+math.cos(q.anim_time*90*2-180)*0.2", "math.clamp(math.cos(q.anim_time*90*2-180)*1.5,0,10)", "0-math.sin(q.anim_time*90*2-180)*0.8"], + "1.5": ["0+math.cos(q.anim_time*90*2-180)*0.2", "-1+math.clamp(math.cos(q.anim_time*90*2-180)*1.5,0,10)", "0-math.sin(q.anim_time*90*2-180)*0.8"], + "2.0": ["0+math.cos(q.anim_time*90*2-180)*0.2", "-0.5+math.clamp(math.cos(q.anim_time*90*2-180)*1.5,0,10)", "0-math.sin(q.anim_time*90*2-180)*0.8"] + } + }, + "head": { + "rotation": ["5+math.cos(q.anim_time*90*2*2+30)*-1", "0-math.cos(q.anim_time*90*2)*4", "0+math.sin(q.anim_time*90*2)*2"] + }, + "ear_left2": { + "rotation": ["0+math.sin(q.anim_time*90*4*2)*-1", 0, "0-math.cos(q.anim_time*90*2-30)*2"] + }, + "ear_left": { + "rotation": ["0+math.sin(q.anim_time*90*4*2)*-1", 0, "0-math.cos(q.anim_time*90*2-30)*2"] + }, + "leg_r_3": { + "rotation": ["0-math.sin(q.anim_time*90*2-240)*10", "0-math.sin(q.anim_time*90*2-240)*8", 10], + "position": { + "0.0": [ + "0-math.cos(q.anim_time*90*2-240)*0.2", + "-0.75+math.clamp(math.cos(q.anim_time*90*2-240)*1.5,0,10)", + "-0.75-math.sin(q.anim_time*90*2-240)*0.8" + ], + "0.8333": ["0-math.cos(q.anim_time*90*2-240)*0.2", "math.clamp(math.cos(q.anim_time*90*2-240)*1.5,0,10)", "-0.75-math.sin(q.anim_time*90*2-240)*0.8"], + "1.7917": ["0-math.cos(q.anim_time*90*2-240)*0.2", "math.clamp(math.cos(q.anim_time*90*2-240)*1.5,0,10)", "-0.75-math.sin(q.anim_time*90*2-240)*0.8"], + "1.8333": [ + "0-math.cos(q.anim_time*90*2-240)*0.2", + "-1+math.clamp(math.cos(q.anim_time*90*2-240)*1.5,0,10)", + "-0.75-math.sin(q.anim_time*90*2-240)*0.8" + ], + "2.0": [ + "0-math.cos(q.anim_time*90*2-240)*0.2", + "-0.75+math.clamp(math.cos(q.anim_time*90*2-240)*1.5,0,10)", + "-0.75-math.sin(q.anim_time*90*2-240)*0.8" + ] + } + }, + "leg_r_2": { + "rotation": ["0-math.sin(q.anim_time*90*2-60)*10", "0-math.sin(q.anim_time*90*2-60)*8", -10], + "position": { + "0.0": ["0+math.cos(q.anim_time*90*2-60)*0.2", "1+math.clamp(math.cos(q.anim_time*90*2-60)*1.5,0,10)", "-0.75-math.sin(q.anim_time*90*2-60)*0.7"], + "0.75": [ + "0+math.cos(q.anim_time*90*2-60)*0.2", + "1.25+math.clamp(math.cos(q.anim_time*90*2-60)*1.5,0,10)", + "-0.75-math.sin(q.anim_time*90*2-60)*0.7" + ], + "0.8333": ["0+math.cos(q.anim_time*90*2-60)*0.2", "math.clamp(math.cos(q.anim_time*90*2-60)*1.5,0,10)", "-0.75-math.sin(q.anim_time*90*2-60)*0.7"], + "1.8333": ["0+math.cos(q.anim_time*90*2-60)*0.2", "1+math.clamp(math.cos(q.anim_time*90*2-60)*1.5,0,10)", "-0.75-math.sin(q.anim_time*90*2-60)*0.7"] + } + }, + "leg_r_1": { + "rotation": { + "0.0": ["0-math.sin(q.anim_time*90*2)*10", "0-math.sin(q.anim_time*90*2)*8", 10], + "0.4167": ["0-math.sin(q.anim_time*90*2)*10", "0-math.sin(q.anim_time*90*2)*8", 10], + "0.625": ["-0.25-math.sin(q.anim_time*90*2)*10", "-math.sin(q.anim_time*90*2)*8", 10], + "0.8333": ["-1-math.sin(q.anim_time*90*2)*10", "-math.sin(q.anim_time*90*2)*8", 10], + "1.0": ["0-math.sin(q.anim_time*90*2)*10", "0-math.sin(q.anim_time*90*2)*8", 10] + }, + "position": { + "0.0": ["0-math.cos(q.anim_time*90*2)*0.2", "math.clamp(math.cos(q.anim_time*90*2)*1.5,0,10)", "0-math.sin(q.anim_time*90*2)*0.7"], + "0.4167": ["0-math.cos(q.anim_time*90*2)*0.2", "math.clamp(math.cos(q.anim_time*90*2)*1.5,0,10)", "0-math.sin(q.anim_time*90*2)*0.7"], + "0.5": ["0-math.cos(q.anim_time*90*2)*0.2", "-1+math.clamp(math.cos(q.anim_time*90*2)*1.5,0,10)", "0-math.sin(q.anim_time*90*2)*0.7"], + "0.75": ["0-math.cos(q.anim_time*90*2)*0.2", "-0.75+math.clamp(math.cos(q.anim_time*90*2)*1.5,0,10)", "0-math.sin(q.anim_time*90*2)*0.7"], + "1.5": ["0-math.cos(q.anim_time*90*2)*0.2", "math.clamp(math.cos(q.anim_time*90*2)*1.5,0,10)", "0-math.sin(q.anim_time*90*2)*0.7"] + } + }, + "torso": { + "rotation": ["0+math.sin(q.anim_time*90*2*2)*1", "0+math.cos(q.anim_time*90*2)*3", "0-math.sin(q.anim_time*90*2)*3"], + "position": { + "0.0": [0, -0.01, 0], + "0.0417": [0, -0.12, 0], + "0.5833": [0, "0+math.sin(q.anim_time*90*2*2)*0.6", 0], + "0.625": [0, "0.4+math.sin(q.anim_time*90*2*2)*0.4", 0], + "0.7083": [0, "-0.1+math.sin(q.anim_time*90*2*2)*0.4", 0], + "0.7917": [0, "0.4+math.sin(q.anim_time*90*2*2)*0.4", 0], + "0.875": [0, "0+math.sin(q.anim_time*90*2*2)*0.4", 0], + "0.9583": [0, 0.1, 0], + "1.0417": [0, -0.12, 0], + "1.5833": [0, "0+math.sin(q.anim_time*90*2*2)*0.6", 0], + "1.625": [0, "0.4+math.sin(q.anim_time*90*2*2)*0.4", 0], + "1.7083": [0, "-0.1+math.sin(q.anim_time*90*2*2)*0.4", 0], + "1.7917": [0, "0.4+math.sin(q.anim_time*90*2*2)*0.4", 0], + "1.875": [0, "0+math.sin(q.anim_time*90*2*2)*0.4", 0], + "1.9583": [0, 0.1, 0], + "2.0": [0, -0.01, 0] + } + }, + "bone": { + "rotation": { + "0.0": ["-2.5+math.clamp(math.sin(q.anim_time*90*2-90)*15,0,20)+math.clamp(math.sin(q.anim_time*90*2+90)*2,-2,20)", 0, 10], + "1.4167": ["0+math.clamp(math.sin(q.anim_time*90*2-90)*15,0,20)+math.clamp(math.sin(q.anim_time*90*2+90)*2,-2,20)", 0, 10], + "1.5": ["10+math.clamp(math.sin(q.anim_time*90*2-90)*15,0,20)+math.clamp(math.sin(q.anim_time*90*2+90)*2,-2,20)", 0, 10], + "1.75": ["5+math.clamp(math.sin(q.anim_time*90*2-90)*15,0,20)+math.clamp(math.sin(q.anim_time*90*2+90)*2,-2,20)", 0, 10], + "2.0": ["-2.5+math.clamp(math.sin(q.anim_time*90*2-90)*15,0,20)+math.clamp(math.sin(q.anim_time*90*2+90)*2,-2,20)", 0, 10] + } + }, + "bone2": { + "rotation": { + "0.0": ["0+math.clamp(math.sin(q.anim_time*90*2+90)*15,0,20)-math.clamp(math.sin(q.anim_time*90*2+270)*2,-2,20)", 0, -10], + "0.4167": ["0+math.clamp(math.sin(q.anim_time*90*2+90)*15,0,20)-math.clamp(math.sin(q.anim_time*90*2+270)*2,-2,20)", 0, -10], + "0.5": ["12.5+math.clamp(math.sin(q.anim_time*90*2+90)*15,0,20)-math.clamp(math.sin(q.anim_time*90*2+270)*2,-2,20)", 0, -10], + "0.75": ["7.5+math.clamp(math.sin(q.anim_time*90*2+90)*15,0,20)-math.clamp(math.sin(q.anim_time*90*2+270)*2,-2,20)", 0, -10], + "1.0": ["0+math.clamp(math.sin(q.anim_time*90*2+90)*15,0,20)-math.clamp(math.sin(q.anim_time*90*2+270)*2,-2,20)", 0, -10] + } + }, + "bone3": { + "rotation": { + "0.0": ["0+math.clamp(math.sin(q.anim_time*90*2+30)*15,0,20)-math.clamp(math.sin(q.anim_time*90*2+210)*2,-2,20)", 0, 10], + "0.75": ["0+math.clamp(math.sin(q.anim_time*90*2+30)*15,0,20)-math.clamp(math.sin(q.anim_time*90*2+210)*2,-2,20)", 0, 10], + "0.8333": ["7.5+math.clamp(math.sin(q.anim_time*90*2+30)*15,0,20)-math.clamp(math.sin(q.anim_time*90*2+210)*2,-2,20)", 0, 10], + "1.25": [3.32, 0, 10], + "1.8333": ["-8.5+math.clamp(math.sin(q.anim_time*90*2+30)*15,0,20)-math.clamp(math.sin(q.anim_time*90*2+210)*2,-2,20)", 0, 10], + "2.0": ["0+math.clamp(math.sin(q.anim_time*90*2+30)*15,0,20)-math.clamp(math.sin(q.anim_time*90*2+210)*2,-2,20)", 0, 10] + } + }, + "bone4": { + "rotation": { + "0.0": ["7.5+math.clamp(math.sin(q.anim_time*90*2-150)*15,0,20)+math.clamp(math.sin(q.anim_time*90*2+150)*2,-2,20)", 0, -10], + "0.8333": ["-5+math.clamp(math.sin(q.anim_time*90*2-150)*15,0,20)+math.clamp(math.sin(q.anim_time*90*2+150)*2,-2,20)", 0, -10], + "1.75": ["1.75+math.clamp(math.sin(q.anim_time*90*2-150)*15,0,20)+math.clamp(math.sin(q.anim_time*90*2+150)*2,-2,20)", 0, -10], + "1.8333": ["7.5+math.clamp(math.sin(q.anim_time*90*2-150)*15,0,20)+math.clamp(math.sin(q.anim_time*90*2+150)*2,-2,20)", 0, -10] + } + }, + "bone5": { + "rotation": { + "0.0": ["7.5+math.clamp(math.sin(q.anim_time*90*2-150)*15,0,20)+math.clamp(math.sin(q.anim_time*90*2+150)*2,-2,20)", 0, -10], + "0.8333": ["-5+math.clamp(math.sin(q.anim_time*90*2-150)*15,0,20)+math.clamp(math.sin(q.anim_time*90*2+150)*2,-2,20)", 0, -10], + "1.75": ["1.75+math.clamp(math.sin(q.anim_time*90*2-150)*15,0,20)+math.clamp(math.sin(q.anim_time*90*2+150)*2,-2,20)", 0, -10], + "1.8333": ["7.5+math.clamp(math.sin(q.anim_time*90*2-150)*15,0,20)+math.clamp(math.sin(q.anim_time*90*2+150)*2,-2,20)", 0, -10] + } + }, + "bone6": { + "rotation": { + "0.0": ["0+math.clamp(math.sin(q.anim_time*90*2+30)*15,0,20)-math.clamp(math.sin(q.anim_time*90*2+210)*2,-2,20)", 0, 10], + "0.75": ["0+math.clamp(math.sin(q.anim_time*90*2+30)*15,0,20)-math.clamp(math.sin(q.anim_time*90*2+210)*2,-2,20)", 0, 10], + "0.8333": ["7.5+math.clamp(math.sin(q.anim_time*90*2+30)*15,0,20)-math.clamp(math.sin(q.anim_time*90*2+210)*2,-2,20)", 0, 10], + "1.25": [3.32, 0, 10], + "1.8333": ["-8.5+math.clamp(math.sin(q.anim_time*90*2+30)*15,0,20)-math.clamp(math.sin(q.anim_time*90*2+210)*2,-2,20)", 0, 10], + "2.0": ["0+math.clamp(math.sin(q.anim_time*90*2+30)*15,0,20)-math.clamp(math.sin(q.anim_time*90*2+210)*2,-2,20)", 0, 10] + } + }, + "neck_1": { + "rotation": [0, "math.cos(q.anim_time*90*2-30)*8", "0-math.cos(q.anim_time*90*2-30)*4"] + }, + "neck_2": { + "rotation": [0, "0+math.cos(q.anim_time*90*2-90)*4", "0-math.cos(q.anim_time*90*2-60)*2"] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/genesect/genesect.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/genesect/genesect.animation.json new file mode 100644 index 0000000..3bec1b6 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/genesect/genesect.animation.json @@ -0,0 +1,186 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.genesect.ground_walk": { + "loop": true, + "animation_length": 1.5, + "bones": { + "bone9": { + "rotation": { + "0.0": [25, 0, 0], + "0.2083": [54.17, 0, 0], + "0.375": [60.25, 0, 0], + "0.4583": [56.17, 0, 0], + "0.625": [18, 0, 0], + "0.75": [10, 0, 0], + "0.9583": [4.39, 0, 0], + "1.125": [5, 0, 0], + "1.5": [25, 0, 0] + } + }, + "bone6": { + "rotation": { + "0.0": [10, 0, 0], + "0.2083": [4.39, 0, 0], + "0.375": [5, 0, 0], + "0.75": [25, 0, 0], + "0.9583": [54.17, 0, 0], + "1.125": [60.25, 0, 0], + "1.2083": [56.17, 0, 0], + "1.375": [18, 0, 0], + "1.5": [10, 0, 0] + } + }, + "torso": { + "rotation": ["0+Math.cos((query.anim_time-0.5) * 90 * (2+2/3)*2) * -2", 0, 0], + "position": [0, "-0.5+Math.cos((query.anim_time) * 90 * (2+2/3)*2) * 0.5", 0] + }, + "hand_left": { + "rotation": [5.7751, "Math.cos((query.anim_time) * 90 * (2+2/3)) * -8.1777", 29.58681] + }, + "hand_left_3": { + "rotation": [0, "-20+Math.cos((query.anim_time-0.2) * 90 * (2+2/3)) * -10", 0] + }, + "hand_right": { + "rotation": [-5.7751, "1.8223+(Math.cos((query.anim_time) * 90 * (2+2/3)) * -10)", -29.58681] + }, + "hand_right_3": { + "rotation": [0, "20+Math.cos((query.anim_time-0.2) * 90 * (2+2/3)) * -10", 0] + }, + "head": { + "rotation": ["-10+Math.cos((query.anim_time-0.6) * 90 * (2+2/3)*2) * 4", 0, 0] + }, + "leg_left_rotate": { + "rotation": { + "0.0": [-32.5, 0, 0], + "0.1667": [-28.35, 0, 0], + "0.375": [0, 0, 0], + "0.5417": [21, 0, 0], + "0.75": [31, 0, 0], + "0.9167": [23.21, 0, 0], + "1.1667": [-1.5, 0, 0], + "1.3333": [-27.35, 0, 0], + "1.5": [-32.5, 0, 0] + } + }, + "right_leg_rotate": { + "rotation": { + "0.0": [31, 0, 0], + "0.1667": [23.21, 0, 10], + "0.4167": [-1.5, 0, 10], + "0.5833": [-27.35, 0, 10], + "0.75": [-32.5, 0, 10], + "0.9167": [-28.35, 0, 10], + "1.125": [0, 0, 10], + "1.2917": [21, 0, 10], + "1.5": [31, 0, 0] + } + }, + "top_sec": { + "rotation": ["7.5+Math.cos((query.anim_time-0.7) * 90 * (2+2/3)*2) * -2", 0, 0] + } + } + }, + "animation.genesect.ground_idle": { + "loop": true, + "bones": { + "torso": { + "rotation": ["-1+Math.cos((query.anim_time) * 90 * 1) * 3", 0, 0] + }, + "hand_right": { + "rotation": [-0.25903, "-1.4687+Math.cos((query.anim_time-1) * 90 * 1) * 3", -36.6009] + }, + "hand_right_3": { + "rotation": [-0.25903, "-1.4687+Math.cos((query.anim_time-1) * 90 * 1) * 3", 0] + }, + "hand_left": { + "rotation": [-0.25903, "-1.4687+Math.cos((query.anim_time-1) * 90 * 1) * 3", 36.60086] + }, + "hand_left_3": { + "rotation": [-0.25903, "-1.4687+Math.cos((query.anim_time-1) * 90 * 1) * 3", 0] + }, + "head": { + "rotation": ["ŕą…+Math.cos((query.anim_time+0.2) * 90 * 1) * -4", -2.56476, -0.0036] + }, + "top_sec": { + "rotation": ["1+Math.cos((query.anim_time-0.3) * 90 * 1) * 2", 0, 0] + } + } + }, + "animation.genesect.air_fly": { + "loop": true, + "bones": { + "right_leg_rotate": { + "rotation": [0, 60, 0] + }, + "right_leg": { + "rotation": [-12.5, 0, 0] + }, + "bone9": { + "rotation": [25, 0, 0] + }, + "bone10": { + "rotation": [90, 0, 0] + }, + "leg_left_rotate": { + "rotation": [0, -60, 0] + }, + "left_leg": { + "rotation": [-12.5, 0, 0] + }, + "bone6": { + "rotation": [22.5, 0, 0] + }, + "bone8": { + "rotation": [90, 0, 0] + }, + "hand_right": { + "rotation": [0, -90, 0] + }, + "hand_right_3": { + "rotation": [0, 90, 0] + }, + "hand_left": { + "rotation": [0, 90, 0] + }, + "hand_left_3": { + "rotation": [0, -90, 0] + }, + "head": { + "rotation": [-7.5, 0, 0], + "position": [0, -2, -1] + }, + "cannon": { + "rotation": [22.25, 0, 0], + "position": [0, -2.1, -0.475] + }, + "top_sec": { + "rotation": [-87.5, 0, 0] + }, + "full_cannon": { + "rotation": [20, 0, 0], + "position": [0, -0.1, -0.4] + }, + "cannon_topsie": { + "position": [0, -7, 0] + }, + "cannontopsie_2": { + "position": [0, -5, 0] + }, + "flight_rotation": { + "rotation": [85, 0, 0] + }, + "flight_movement": { + "rotation": ["(math.sin(q.anim_time*90*2)*2)+2.25", 0, 0], + "position": [0, "math.sin(q.anim_time*90*1)*0.5+math.sin(q.anim_time*90*2)*1+0.5", "math.sin(q.anim_time*90*1)*1"] + }, + "right_stick": { + "rotation": [0, -20, 0] + }, + "left_stick": { + "rotation": [0, 20, 0] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/glalie/glalie.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/glalie/glalie.animation.json new file mode 100644 index 0000000..e3e540b --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/glalie/glalie.animation.json @@ -0,0 +1,259 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.glalie.cry": { + "animation_length": 2, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "mouth_open": { + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.3333": [0, 0, -2], + "1.0833": [0, 0, -2], + "1.1667": [0, 0, 0], + "2.0": [0, 0, 0] + } + } + } + }, + "animation.glalie.faint": { + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [0, 0, 0], + "0.2083": [0, "0+4*(math.sin(q.anim_time*3600)*0.5)", 0], + "1.5417": [0, 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.2083": [0, 0, 0] + } + }, + "mouth_open": { + "position": { + "0.0": [0, 0, -1], + "0.2083": [0, 0, -2], + "0.2917": [0, 0, -1], + "0.375": [0, 0, -1], + "0.4583": [0, 0, -2], + "0.7083": [0, 0, -2], + "1.5417": [0, 0, -1] + } + }, + "eye_left": { + "position": { + "0.0": [0, 0, 0], + "0.125": [0, 0, 0], + "0.2083": [0, 0, 1] + } + }, + "root": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-1.67, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 6, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 10.95, 9.25], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 4, 10], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 3.25, 5.25], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 1.75, -3], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0.69, 1], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "eye_right": { + "position": { + "0.0": [0, 0, 0], + "0.125": [0, 0, 0], + "0.2083": [0, 0, 1] + } + } + } + }, + "animation.glalie.battle_idle": { + "loop": true, + "bones": { + "body": { + "rotation": ["5-1*(math.sin(q.anim_time*180+40)*1)", 0, "0-2*(math.sin(q.anim_time*90)*1)"], + "position": [0, "6-1*(math.sin(q.anim_time*45)*0.5)", 0] + }, + "pupil_left": { + "position": [0.5, 0, 0] + }, + "eyelid_left": { + "rotation": [0, 0, -7.5], + "position": [0, 0, -1] + }, + "pupil_right": { + "position": [-0.5, 0, 0] + }, + "eyelid_right": { + "rotation": [0, 0, 7.5], + "position": [0, 0, -1] + } + } + }, + "animation.glalie.ground_idle": { + "loop": true, + "bones": { + "body": { + "rotation": ["5-1*(math.sin(q.anim_time*180+40)*1)", 0, "0-2*(math.sin(q.anim_time*90)*1)"], + "position": [0, "6-1*(math.sin(q.anim_time*45)*0.5)", 0] + } + } + }, + "animation.glalie.layer_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [0, 0, 0], + "2.0": ["0+0.5*(math.sin(q.anim_time*2400-90)*0.5)", "0+2*(math.sin(q.anim_time*2400)*0.5)", 0], + "3.0": [0, 0, 0] + } + } + } + }, + "animation.glalie.ground_walk": { + "loop": true, + "bones": { + "body": { + "rotation": ["10-1*(math.sin(q.anim_time*360+40)*1)", 0, "0-2*(math.sin(q.anim_time*180)*1)"], + "position": [0, "6-1*(math.sin(q.anim_time*90)*1)", -1] + } + } + }, + "animation.glalie.ground_run": { + "loop": true, + "bones": { + "body": { + "rotation": ["17.5-2*(math.sin(q.anim_time*720+40)*1)", 0, "-3*(math.sin(q.anim_time*360)*1)"], + "position": [0, "6-1*(math.sin(q.anim_time*90)*1)", -2] + } + } + }, + "animation.glalie.blink": { + "animation_length": 0.125, + "bones": { + "eye_left": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, 1], + "0.125": [0, 0, 0] + } + }, + "eye_right": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, 1], + "0.125": [0, 0, 0] + } + } + } + }, + "animation.glalie.sleep": { + "loop": true, + "bones": { + "body": { + "rotation": ["24.8685+3*(math.sin(q.anim_time*90+40)*1)", 2.08873, "-7.2049-2*(math.sin(q.anim_time*90)*1)"], + "position": [-2, "6-1*(math.sin(q.anim_time*90)*1)", -4] + }, + "eye_left": { + "position": [0, 0, 1] + }, + "eye_right": { + "position": [0, 0, 1] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/glameow/glameow.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/glameow/glameow.animation.json new file mode 100644 index 0000000..93d7a76 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/glameow/glameow.animation.json @@ -0,0 +1,260 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.glameow.ground_idle": { + "loop": true, + "animation_length": 2.5, + "bones": { + "body": { + "position": [0, 0, 0] + }, + "tail_base": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [10, 0, 0], + "1.25": [10, 0, 0], + "2.25": [0, 0, 0], + "2.5": [0, 0, 0] + } + }, + "glameow": { + "position": [0, 0, 0] + } + } + }, + "animation.glameow.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "body": { + "position": { + "0.0": [0, -0.5, 0], + "0.25": [0, 0, 0], + "0.5": [0, -0.5, 0], + "0.75": [0, 0, 0], + "1.0": [0, -0.5, 0] + } + }, + "thigh_fr": { + "rotation": { + "0.0": [-35, 0, 0], + "0.25": [0, 0, 0], + "0.5": [35, 0, 0], + "0.75": [0, 0, 0], + "1.0": [-35, 0, 0] + } + }, + "leg_fr": { + "rotation": { + "0.0": [15, 0, 0], + "0.5": [0, 0, 0], + "0.75": [-30, 0, 0], + "1.0": [15, 0, 0] + } + }, + "thigh_fl": { + "rotation": { + "0.0": [35, 0, 0], + "0.25": [0, 0, 0], + "0.5": [-35, 0, 0], + "0.75": [0, 0, 0], + "1.0": [35, 0, 0] + } + }, + "leg_fl": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-30, 0, 0], + "0.5": [15, 0, 0], + "0.75": [0, 0, 0], + "1.0": [0, 0, 0] + } + }, + "thigh_br": { + "rotation": { + "0.0": [35, 0, 0], + "0.5": [-35, 0, 0], + "1.0": [35, 0, 0] + } + }, + "thigh_bl": { + "rotation": { + "0.0": [-35, 0, 0], + "0.5": [35, 0, 0], + "1.0": [-35, 0, 0] + } + }, + "tail_base": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-10, 0, 0], + "0.5": [0, 0, 0], + "0.75": [-10, 0, 0], + "1.0": [0, 0, 0] + } + } + } + }, + "animation.glameow.sleep": { + "loop": true, + "animation_length": 3, + "bones": { + "body": { + "rotation": [-90, 0, -90], + "position": [0, 2.5, -6] + }, + "neck": { + "rotation": [50, 0, 0] + }, + "head": { + "rotation": [30, 0, 0] + }, + "ear_l": { + "rotation": [35, 0, 0] + }, + "ear_r": { + "rotation": [35, 0, 0] + }, + "thigh_fr": { + "rotation": [-42.5, 0, 0] + }, + "thigh_fl": { + "rotation": [-40, 0, 12.5] + }, + "thigh_br": { + "rotation": [20, 0, 0] + }, + "thigh_bl": { + "rotation": [19.81197, -3.1622, 6.80423] + }, + "tail_base": { + "rotation": [-87.5, 0, 0] + }, + "eyelid_l": { + "position": [0, 0, -0.04] + }, + "eyelid_r": { + "position": [0, 0, -0.04] + } + } + }, + "animation.glameow.blink": { + "animation_length": 0.25, + "bones": { + "eyelid_l": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, -0.03], + "0.25": [0, 0, -0.03] + } + }, + "eyelid_r": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, -0.03], + "0.25": [0, 0, -0.03] + } + } + } + }, + "animation.glameow.cry": { + "animation_length": 1.25, + "bones": { + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [15, 0, 0], + "0.75": [-20, 0, 0], + "1.25": [0, 0, 0] + } + }, + "head": { + "rotation": [0, 0, 0] + }, + "mouth": { + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.75": [0, 0, -0.02] + } + } + } + }, + "animation.glameow.faint": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "position": { + "0.0": [0, 0, 0], + "0.5": [0, -4.5, 0], + "1.0": [0, -4.5, 0] + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [22.5, 0, 0], + "1.0": [22.5, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [22.5, 0, 0], + "1.0": [22.5, 0, 0] + } + }, + "ear_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [40, 0, 0], + "1.0": [40, 0, 0] + } + }, + "ear_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [40, 0, 0], + "1.0": [40, 0, 0] + } + }, + "thigh_fr": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-85, 15, 0], + "1.0": [-85, 15, 0] + } + }, + "thigh_fl": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-85, -15, 0], + "1.0": [-85, -15, 0] + } + }, + "thigh_br": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [75, -15, 0], + "1.0": [75, -15, 0] + } + }, + "thigh_bl": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [75, 15, 0], + "1.0": [75, 15, 0] + } + }, + "tail_base": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-37.5, 0, 0], + "1.0": [-37.5, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/gogoat/gogoat.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/gogoat/gogoat.animation.json new file mode 100644 index 0000000..7837386 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/gogoat/gogoat.animation.json @@ -0,0 +1,146 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.gogoat.ground_idle": { + "loop": true, + "bones": { + "torso": { + "rotation": [0, 0, "Math.cos((query.anim_time) * 90 * 1) * 0.5"], + "position": [0, "Math.cos((query.anim_time) * 90 * 2) * 0.1", 0] + }, + "tail": { + "rotation": ["-2*Math.cos((query.anim_time-0.8) * 90 * 2)", "4*Math.cos((query.anim_time-0.8) * 90 * 1)", 0] + }, + "neck": { + "rotation": ["Math.cos((query.anim_time-0.2) * 90 * 2) * -1", -0.4698, 0] + }, + "head": { + "rotation": ["Math.cos((query.anim_time-0.2) * 90 * 2) * -1", -0.4698, 0] + }, + "ear_left3": { + "rotation": [0, "3*Math.cos((query.anim_time+0.8) * 90 * 2)", 0] + }, + "ear_left2": { + "rotation": [0, "-3*Math.cos((query.anim_time+0.8) * 90 * 2)", 0] + } + } + }, + "animation.gogoat.ground_walk": { + "loop": true, + "bones": { + "body": { + "position": [0, "-1.75+math.clamp(math.sin(q.anim_time*90*4)*1.1,0.5,1)+math.clamp(math.sin(q.anim_time*90*4+180)*1.1,0.5,1)", 0] + }, + "torso": { + "rotation": ["math.sin(q.anim_time*90*4-90)*0.2+0.5", 0, "math.clamp(math.sin(q.anim_time*90*4-90)*1,-0.8,0.8)+math.sin(q.anim_time*90*4-180)*0.5"] + }, + "tail": { + "rotation": ["math.sin(q.anim_time*90*8-180-60)*2", "math.sin(q.anim_time*90*4-180-60)*4", 0] + }, + "neck_wool": { + "rotation": ["-math.sin(q.anim_time*90*4-90)*2", 0, "math.cos(q.anim_time*90*-4-90)*0.2"] + }, + "head_angle": { + "rotation": [ + "-math.sin(q.anim_time*90*4-90)*0.5+math.sin(q.anim_time*90*4*2-45)*1", + 0, + "-math.clamp(math.sin(q.anim_time*90*4-90)*1,-0.8,0.8)-math.sin(q.anim_time*90*4-180)*1" + ], + "position": ["math.sin(q.anim_time*90*4-45)*0.1", "math.sin(-q.anim_time*90*4*2-45)*0.1", 0] + }, + "ear_left3": { + "rotation": [0, "-5*Math.cos((query.anim_time-0.3) * 90 * 8)", 0] + }, + "ear_left2": { + "rotation": [0, "5*Math.cos((query.anim_time-0.3) * 90 * 8)", 0] + }, + "leg_front_right": { + "rotation": ["20-math.clamp(19*(math.sin(q.anim_time*90*4-90+33)*1+1),-0,60)", 0, 0], + "position": [ + 0, + "0.8*(math.clamp(math.sin(q.anim_time*90*4-155)*1.6,1,1.6)-0.2)+0.5*(math.clamp(math.sin(q.anim_time*90*4-75)*1.8,1,1.8)-1)-0.2*(math.clamp(math.sin(q.anim_time*90*4)*1.4,1,1.4)+1)-math.clamp(math.sin(q.anim_time*90*4-180)*1,0,0.75)", + 0 + ] + }, + "leg_front_right2": { + "rotation": [ + "math.clamp(math.sin(q.anim_time*90*4-180*0+33)*40,0,40)+(math.clamp(math.sin(q.anim_time*90*2-90*0)*1,0.5,1)*1-0.5)*30+(math.clamp(math.sin(q.anim_time*90*2-90*2)*1,0.5,1)*1-0.5)*30", + 0, + 0 + ] + }, + "leg_front_right3": { + "rotation": ["-20+math.clamp(10*(math.sin(q.anim_time*90*4-90-180*0)*1+1),-0,60)+math.clamp(math.sin(q.anim_time*90*4-180*0+10)*30,-5,30)", 0, 0], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4-120)*1.1,0.9,1)-0.9+math.clamp(math.sin(q.anim_time*90*2-130)*1.3,0.9,1)-0.9", 0] + }, + "leg_front_left": { + "rotation": ["20-math.clamp(19*(math.sin(q.anim_time*90*4-90+33+180)*1+1),-0,60)", 0, 0], + "position": [ + 0, + "0.8*(math.clamp(math.sin(q.anim_time*90*4-155+180)*1.6,1,1.6)-0.2)+0.5*(math.clamp(math.sin(q.anim_time*90*4-75+180)*1.8,1,1.8)-1)-0.2*(math.clamp(math.sin(q.anim_time*90*4+180)*1.4,1,1.4)+1)-math.clamp(math.sin(q.anim_time*90*4)*1,0,0.75)", + 0 + ] + }, + "leg_front_left2": { + "rotation": [ + "math.clamp(math.sin(q.anim_time*90*4-180*1+33)*40,0,40)+(math.clamp(math.sin(q.anim_time*90*2-90*3)*1,0.5,1)*1-0.5)*30+(math.clamp(math.sin(q.anim_time*90*2-90*1)*1,0.5,1)*1-0.5)*30", + 0, + 0 + ] + }, + "leg_front_left3": { + "rotation": ["-20+math.clamp(10*(math.sin(q.anim_time*90*4-90-180*1)*1+1),-0,60)+math.clamp(math.sin(q.anim_time*90*4-180*1+10)*30,-2.5,30)", 0, 0], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4-120+180)*1.1,0.9,1)-0.9+math.clamp(math.sin(q.anim_time*90*2-130+90)*1.3,0.9,1)-0.9", 0] + }, + "leg_back_right": { + "rotation": ["-20+math.clamp(15*(math.sin(q.anim_time*90*4-90)*1+1),-0,60)", 0, 0], + "position": [ + 0, + "-math.clamp(-math.sin(q.anim_time*90*4+90+180*0)*0.01,0,0.01)+math.clamp(-math.sin(q.anim_time*90*4+20+180*0)*1,0.4,0.8)-0.4+math.clamp(math.sin(q.anim_time*90*4-130+180*0)*1.5,0.4,0.6)-0.3+(math.clamp(-math.sin(q.anim_time*90*2+70+180*0)*1,0.5,1)-0.5)*0.5+(math.clamp(-math.sin(q.anim_time*90*2+70+180*1)*1,0.5,1))*0.5", + 0 + ] + }, + "leg_back_right2": { + "rotation": [ + "math.clamp(math.sin(q.anim_time*90*4)*10,0,10)-math.clamp(math.sin(q.anim_time*90*4-95)*10,0,45)-math.clamp(math.sin(q.anim_time*90*4+180)*10,0,45)", + 0, + 0 + ], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4-130)*1,0.5,1)-math.clamp(math.sin(q.anim_time*90*4-40)*1,0.75,1)+0.25", 0] + }, + "leg_back_right3": { + "rotation": [ + "-math.clamp(math.sin(q.anim_time*90*4+180*0)*10,0,10)+math.clamp(math.sin(q.anim_time*90*4+10+180*1)*25,0,45)-(-20+math.clamp(11*(math.sin(q.anim_time*90*4-90+180*0)*1+1),-0,60))+math.clamp(math.sin(q.anim_time*90*4-130+180*0)*00,50,100)-50", + 0, + 0 + ], + "position": [0, "(math.clamp(math.sin(q.anim_time*90*4-110+180)*1,0.5,1)-0.5)*0.7", 0] + }, + "leg_back_left": { + "rotation": ["-20+math.clamp(15*(math.sin(q.anim_time*90*4-90+180)*1+1),-0,60)", 0, 0], + "position": [ + 0, + "-math.clamp(-math.sin(q.anim_time*90*4+90+180*1)*0.01,0,0.01)+math.clamp(-math.sin(q.anim_time*90*4+20+180*1)*1,0.4,1)-0.4+math.clamp(math.sin(q.anim_time*90*4-130+180*1)*1.5,0.4,0.6)-0.3+(math.clamp(-math.sin(q.anim_time*90*2+70+180*1)*1,0.5,1)-0.5)*0.5+(math.clamp(-math.sin(q.anim_time*90*2+70+180*0)*1,0.5,1))*0.5", + 0 + ] + }, + "leg_back_left2": { + "rotation": [ + "math.clamp(math.sin(q.anim_time*90*4+180)*10,0,10)-math.clamp(math.sin(q.anim_time*90*4-95+180)*10,0,45)-math.clamp(math.sin(q.anim_time*90*4+180*0)*10,0,45)", + 0, + 0 + ], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4-130+180)*1,0.5,1)-math.clamp(math.sin(q.anim_time*90*4-40+180)*1,0.75,1)+0.25", 0] + }, + "leg_back_left3": { + "rotation": [ + "-math.clamp(math.sin(q.anim_time*90*4+180*1)*10,0,10)+math.clamp(math.sin(q.anim_time*90*4+10+180*0)*25,0,45)-(-20+math.clamp(11*(math.sin(q.anim_time*90*4-90+180*1)*1+1),-0,60))+math.clamp(math.sin(q.anim_time*90*4-130+180*1)*00,50,100)-50", + 0, + 0 + ], + "position": [0, "(math.clamp(math.sin(q.anim_time*90*4-110+180*0)*1,0.5,1)-0.5)*0.7", 0] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/golem/golem_alolan.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/golem/golem_alolan.animation.json new file mode 100644 index 0000000..82c8d97 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/golem/golem_alolan.animation.json @@ -0,0 +1,446 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.golem_alolan.ground_walk": { + "loop": true, + "animation_length": 1.5, + "bones": { + "body": { + "position": { + "0.0": [0, 2.25, 0], + "0.25": [0, -1.18, 0], + "0.5833": [0, -0.07, 0], + "0.625": [0, -1.4, 0], + "0.6667": [0, -0.27, 0], + "0.875": [0, 1.1, 0], + "1.0833": [0, -0.55, 0], + "1.4167": [0, -0.07, 0], + "1.4583": [0, -1.4, 0], + "1.5": [0, 1, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "0.5417": [1, 1, 1], + "0.5833": [1, 1.1, 1], + "0.625": [1, 0.9, 1], + "0.6667": [1, 1.03, 1], + "0.7083": [1, 1, 1], + "1.375": [1, 1, 1], + "1.4167": [1, 1.1, 1], + "1.4583": [1, 0.9, 1], + "1.5": [1, 1, 1] + } + }, + "torso": { + "rotation": { + "0.0": [10, 0, 0], + "0.4583": [19.44264, -0.04932, 0.27733], + "0.75": [19.9299, 1.70818, -4.69986], + "1.0417": [19.44071, 0.28354, -0.66565], + "1.5": [10, 0, 0] + }, + "position": [0, 0, 0] + }, + "head": { + "rotation": { + "0.0": [10, 0, 0], + "0.75": [-5, 0, 0], + "1.5": [10, 0, 0] + } + }, + "arm_right": { + "rotation": { + "0.0": [0, 0, -15], + "0.75": [-49.8924, 3.82821, -11.78127], + "1.5": [0, 0, -15] + } + }, + "arm_right2": { + "rotation": [0, 0, -52.5] + }, + "arm_left": { + "rotation": { + "0.0": [-2.3273, 24.89837, 21.98615], + "0.75": [-51.74499, 19.08331, 16.87443], + "1.5": [-2.3273, 24.89837, 21.98615] + } + }, + "arm_left2": { + "rotation": [0, 0, 40] + }, + "leg_right": { + "rotation": { + "0.0": [-10, 0, 0], + "0.75": [62.5, 0, 0], + "1.5": [-10, 0, 0] + } + }, + "leg_right2": { + "rotation": { + "0.0": [-2.5, 0, 0], + "0.75": [-2.5, 0, 0], + "1.5": [-2.5, 0, 0] + } + }, + "foot_right": { + "rotation": { + "0.0": [30, 0, 0], + "0.75": [47.5, 0, 0], + "1.2917": [1.53, 0, 0], + "1.5": [27.5, 0, 0] + } + }, + "leg_left": { + "rotation": { + "0.0": [42.5, 0, 0], + "0.75": [-17.5, 0, 0], + "1.5": [42.5, 0, 0] + } + }, + "leg_left2": { + "rotation": { + "0.0": [27.5, 0, 0], + "0.75": [-10, 0, 0], + "1.5": [27.5, 0, 0] + } + }, + "foot_left": { + "rotation": { + "0.0": [32.5, 0, 0], + "0.2917": [-13.89, 0, 0], + "0.75": [30, 0, 0], + "1.5": [32.5, 0, 0] + } + }, + "electric6": { + "position": { + "0.0": [0, 0, 0], + "0.1667": [-8, 0, 0] + }, + "scale": { + "0.0": [1, 0.4, 1], + "0.1667": [0.0778, 1, 1], + "1.5": [-0.1, 1, 1] + } + }, + "electric11": { + "position": { + "0.125": [-1, 0, 0], + "1.5": [-2, 0, 0] + }, + "scale": { + "0.0": [1, 0.1, 1], + "0.1667": [0.0889, 1, 1], + "1.5": [0, 1, 1] + } + }, + "finger_right": { + "rotation": [0, 0, -40] + }, + "finger_right2": { + "rotation": [-40, 0, 0], + "position": [0, 0, -1.5] + }, + "finger_right3": { + "rotation": [45, 0, 0], + "position": [0, 0.3, 1.5] + }, + "finger_left": { + "rotation": [0, 0, 50] + }, + "finger_left2": { + "rotation": [-50, 0, 0], + "position": [0, -1, -2] + }, + "finger_left3": { + "rotation": [42.5, 0, 0], + "position": [0, 0, 1.2] + } + } + }, + "animation.golem_alolan.battle_idle": { + "loop": true, + "animation_length": 1, + "bones": { + "jaw": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [5, 0, 0], + "1.0": [0, 0, 0] + } + }, + "arm_right": { + "rotation": [32.95016, -3.77929, -11.06809] + }, + "arm_right2": { + "rotation": [-9.00717, -20.70481, 24.14867] + }, + "hand_right": { + "rotation": [-106.69078, -14.50488, 11.41713] + }, + "finger_right": { + "rotation": [0, 0, -45] + }, + "finger_right2": { + "rotation": [-77.5, 22.5, 0] + }, + "finger_right3": { + "rotation": [75, 25, 0] + }, + "arm_left": { + "rotation": [38.77558, 22.16435, 5.88276] + }, + "arm_left2": { + "rotation": [-8.57467, 10.82163, -22.56262] + }, + "hand_left": { + "rotation": [-119.90516, 5.34228, 10.63601] + }, + "finger_left": { + "rotation": [0, 0, 62.5] + }, + "finger_left2": { + "rotation": [-60, 40, 0] + }, + "finger_left3": { + "rotation": [60, -40, 0] + }, + "leg_right": { + "rotation": [0, 0, 0] + }, + "electric6": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 3.75], + "0.5": [0, 0, -7.5], + "1.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.375": [0, 0, 0], + "0.4167": [-8, 0, 0], + "0.4583": [0, 0, 0], + "1.0": [0, 0, 0] + }, + "scale": { + "0.375": [1, 1, 1], + "0.4167": [0.05, 1, 1], + "0.4583": [1.1, 1, 1], + "1.0": [1, 1, 1] + } + }, + "electric7": { + "rotation": { + "0.0": [2.47864, 0.32621, -9.99294], + "0.25": [1.79434, 0.50898, -14.36498], + "0.5": [1.24525, -0.10898, 6.25058], + "0.75": [-19.37738, -0.05449, 1.87529], + "1.0": [0, 0, -2.5] + }, + "scale": 1 + }, + "electric8": { + "rotation": { + "0.0": [0, 0, 22.5], + "0.25": [0, 0, 16.88], + "0.5": [0, 0, 21.25], + "0.75": [37.26251, -4.55749, 19.08775], + "1.0": [0, 0, 5] + } + }, + "electric9": { + "rotation": { + "0.0": [0, 0, -25], + "0.25": [0, 0, -18.75], + "0.5": [0, 0, -32.5], + "0.75": [-10.3141, 17.2294, -52.8167], + "1.0": [0, 0, -10] + } + }, + "electric11": { + "rotation": { + "0.0": [0, 0, 2.5], + "0.25": [0, 0, 3.13], + "0.5": [0, 0, -6.25], + "0.75": [0, 0, 9.38], + "1.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5833": [-0.53, 0, 0], + "0.625": [-7, 0, 0], + "0.6667": [-0.22, 0, 0], + "1.0": [0, 0, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "0.25": [1, 1, 1], + "0.2917": [0.05, 1, 1], + "0.3333": [1, 1, 1], + "0.5833": [0.9125, 1, 1], + "0.625": [0.1563, 1, 1], + "0.6667": [0.9, 1, 1], + "1.0": [1, 1, 1] + } + }, + "electric12": { + "rotation": { + "0.0": [0, 0, -5], + "0.25": [0, 0, -1.25], + "0.5": [0, 0, 12.5], + "0.75": [0, 0, -36.25], + "1.0": [0, 0, 0] + } + }, + "electric13": { + "rotation": { + "0.0": [0, 0, -2.5], + "0.25": [0, 0, -11.87], + "0.5": [0, 0, -1.25], + "0.75": [0, 0, 61.88], + "1.0": [0, 0, 0] + } + }, + "electric14": { + "rotation": { + "0.0": [0, 0, 2.5], + "0.25": [0, 0, 9.38], + "0.5": [0, 0, -13.75], + "0.75": [0, 0, -59.37], + "1.0": [0, 0, 0] + } + } + } + }, + "animation.golem_alolan.ground_idle": { + "loop": true, + "animation_length": 1, + "bones": { + "jaw": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [5, 0, 0], + "1.0": [0, 0, 0] + } + }, + "arm_right": { + "rotation": [117.95016, -3.77929, -11.06809] + }, + "arm_right2": { + "rotation": [-8.65467, -13.29343, 22.94551] + }, + "hand_right": { + "rotation": [-106.69078, -14.50488, 11.41713] + }, + "finger_right": { + "rotation": [0, 0, -45] + }, + "finger_right2": { + "rotation": [-77.5, 22.5, 0] + }, + "finger_right3": { + "rotation": [81.07125, 27.60483, 13.6459] + }, + "arm_left": { + "rotation": [101.27558, 22.16435, 5.88276] + }, + "arm_left2": { + "rotation": [-8.57467, 10.82163, -22.56262] + }, + "hand_left": { + "rotation": [-119.90516, 5.34228, 10.63601] + }, + "finger_left": { + "rotation": [0, 0, 62.5] + }, + "finger_left2": { + "rotation": [-60, 40, 0] + }, + "finger_left3": { + "rotation": [60, -40, 0] + }, + "leg_right": { + "rotation": [0, 0, 0] + }, + "electric6": { + "position": [0, -12, 0] + }, + "electric7": { + "rotation": { + "0.0": [2.47864, 0.32621, -9.99294], + "0.25": [1.79434, 0.50898, -14.36498], + "0.5": [1.24525, -0.10898, 6.25058], + "0.75": [-19.37738, -0.05449, 1.87529], + "1.0": [0, 0, -2.5] + }, + "scale": 1 + }, + "electric8": { + "rotation": { + "0.0": [0, 0, 22.5], + "0.25": [0, 0, 16.88], + "0.5": [0, 0, 21.25], + "0.75": [37.26251, -4.55749, 19.08775], + "1.0": [0, 0, 5] + } + }, + "electric9": { + "rotation": { + "0.0": [0, 0, -25], + "0.25": [0, 0, -18.75], + "0.5": [0, 0, -32.5], + "0.75": [-10.3141, 17.2294, -52.8167], + "1.0": [0, 0, -10] + } + }, + "electric11": { + "rotation": { + "0.0": [0, 0, 2.5], + "0.25": [0, 0, 3.13], + "0.5": [0, 0, -6.25], + "0.75": [0, 0, 9.38], + "1.0": [0, 0, 0] + }, + "position": [0, -7, 0], + "scale": { + "0.0": [1, 1, 1], + "0.25": [1, 1, 1], + "0.2917": [0.05, 1, 1], + "0.3333": [1, 1, 1], + "0.5833": [0.9125, 1, 1], + "0.625": [0.1563, 1, 1], + "0.6667": [0.9, 1, 1], + "1.0": [1, 1, 1] + } + }, + "electric12": { + "rotation": { + "0.0": [0, 0, -5], + "0.25": [0, 0, -1.25], + "0.5": [0, 0, 12.5], + "0.75": [0, 0, -36.25], + "1.0": [0, 0, 0] + } + }, + "electric13": { + "rotation": { + "0.0": [0, 0, -2.5], + "0.25": [0, 0, -11.87], + "0.5": [0, 0, -1.25], + "0.75": [0, 0, 61.88], + "1.0": [0, 0, 0] + } + }, + "electric14": { + "rotation": { + "0.0": [0, 0, 2.5], + "0.25": [0, 0, 9.38], + "0.5": [0, 0, -13.75], + "0.75": [0, 0, -59.37], + "1.0": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/gothita/gothita.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/gothita/gothita.animation.json new file mode 100644 index 0000000..d024409 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/gothita/gothita.animation.json @@ -0,0 +1,879 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.gothita.ground_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "arm_left": { + "rotation": [0, "-math.sin(query.anim_time*90*2+90)*5", "42.5+math.sin(query.anim_time*90*2+90)*3"] + }, + "elbow_left": { + "rotation": [0, 0, "-20-math.sin(query.anim_time*90*2+180)*5"] + }, + "waist": { + "rotation": ["7.5+math.sin(query.anim_time*90*2)*1", "math.sin(query.anim_time*90*2)*3", 0] + }, + "chest": { + "rotation": [0, "-math.sin(query.anim_time*90*2+90)*2", 0] + }, + "head": { + "rotation": ["-10-math.sin(query.anim_time*90*2+90)*1", "math.sin(query.anim_time*90*2+180)*2", 0], + "position": [0, -0.25, 0] + }, + "leg_left": { + "rotation": [-5, 15, 0] + }, + "knee_left": { + "rotation": [5, -5, 0] + }, + "leg_right": { + "rotation": [-5, -15, 0] + }, + "knee_right": { + "rotation": [5, 5, 0] + }, + "pupil_right": { + "position": [0, 0.25, 0] + }, + "pupil_left": { + "position": [0, 0.25, 0] + }, + "pupilshine_left": { + "position": [0, 0, 0] + }, + "arm_right": { + "rotation": [0, "NaN-math.sin(query.anim_time*90*2+90)*5", "-42.5+math.sin(query.anim_time*90*2+90)*3"] + }, + "elbow_right": { + "rotation": [0, 0, "20-math.sin(query.anim_time*90*2+180)*5"] + }, + "bowtie": { + "rotation": ["-math.sin(query.anim_time*90*2+90)*2", 0, 0] + } + } + }, + "animation.gothita.battle_idle": { + "loop": true, + "bones": { + "body": { + "rotation": [0, 25, 0] + }, + "waist": { + "rotation": ["20+math.sin(query.anim_time*90*2)*2", 0, 0], + "position": [0, -0.5, 0] + }, + "bowtie": { + "rotation": ["-1.6575+math.sin(query.anim_time*90*2-90)*2", -12.39135, 7.67995] + }, + "arm_left": { + "rotation": [0, 0, "35+math.sin(query.anim_time*90*2+90)*3"] + }, + "elbow_left": { + "rotation": [0, 0, "-15+math.sin(query.anim_time*90*2)*3"] + }, + "arm_right": { + "rotation": [0, 0, "-35+math.sin(query.anim_time*90*2+90)*3"] + }, + "elbow_right": { + "rotation": [0, 0, "15+math.sin(query.anim_time*90*2)*3"] + }, + "chest": { + "rotation": ["-5+math.sin(query.anim_time*90*2-90)*3", 0, 0] + }, + "head": { + "rotation": ["-14.9261+math.sin(query.anim_time*90*2+90)*4", -17.26565, 3.90773] + }, + "pupil_left": { + "position": [0.25, 0, 0] + }, + "hair": { + "rotation": ["math.sin(query.anim_time*90*2-90)*2", 0, "math.sin(query.anim_time*90*2-90)*1.5"] + }, + "leg_left": { + "rotation": [-9.71404, 10.27784, 0.74721], + "position": [0.15, 0, 0] + }, + "knee_left": { + "rotation": [10, 0, 0] + }, + "leg_right": { + "rotation": [-9.71404, -10.27784, -0.74721], + "position": [-0.15, 0, 0] + }, + "knee_right": { + "rotation": [10, 0, 0] + } + } + }, + "animation.gothita.blink": { + "animation_length": 0.1667, + "bones": { + "eyelid_left": { + "position": { + "0.0": [0, 0, -0.1], + "0.1667": { + "pre": [0, 0, -0.1], + "post": [0, 0, 0] + } + } + }, + "eyelid_right": { + "position": { + "0.0": [0, 0, -0.1], + "0.1667": { + "pre": [0, 0, -0.1], + "post": [0, 0, 0] + } + } + } + } + }, + "animation.gothita.ground_walk": { + "loop": true, + "animation_length": 2, + "bones": { + "body": { + "rotation": { + "0.0": [5, 0, 0], + "0.0417": [5, 0, 0], + "0.4583": [5, 0, 0], + "0.5417": [5, 0, 0], + "0.9583": [5, 0, 0], + "1.0417": [5, 0, 0], + "1.4583": [5, 0, 0], + "1.5417": [5, 0, 0], + "1.9583": [5, 0, 0], + "2.0": [5, 0, 0] + }, + "position": { + "0.0": [0, -0.1, 0.1], + "0.0417": [0, -0.1, 0.2], + "0.4583": [0, -0.1, 0], + "0.5417": [0, -0.1, 0.2], + "0.9583": [0, -0.1, 0], + "1.0417": [0, -0.1, 0.2], + "1.4583": [0, -0.1, 0], + "1.5417": [0, -0.1, 0.2], + "1.9583": [0, -0.1, 0], + "2.0": [0, -0.1, 0.1] + } + }, + "waist": { + "rotation": [0, "-math.sin(query.anim_time*90*4-45)*5", "math.sin(query.anim_time*90*4)*2"] + }, + "bowtie": { + "rotation": ["15+math.sin(query.anim_time*90*4-90)*4", 0, 0] + }, + "arm_left": { + "rotation": ["math.sin(query.anim_time*90*4+45)*7", "math.sin(query.anim_time*90*4-45)*30", 30] + }, + "elbow_left": { + "rotation": [0, 0, "-7.5-math.sin(query.anim_time*90*4+90)*5"] + }, + "arm_right": { + "rotation": ["-math.sin(query.anim_time*90*4+45)*7", "math.sin(query.anim_time*90*4-45)*30", -30] + }, + "elbow_right": { + "rotation": [0, 0, "7.5-math.sin(query.anim_time*90*4+90)*5"] + }, + "head": { + "rotation": [-5, "math.sin(query.anim_time*90*4-45)*5", "-math.sin(query.anim_time*90*4+45)*3"] + }, + "hair": { + "rotation": [0, 0, "-math.sin(query.anim_time*90*4+60)*3"] + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [-19.66, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-19.66, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-19.66, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.1, -0.08], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 0, 0.1], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 0.25], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0.5, 0.35], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0.67, -0.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0.1, -0.08], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0.1], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 0.25], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0.5, 0.35], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 0.67, -0.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0.1, -0.08], + "lerp_mode": "catmullrom" + } + } + }, + "knee_left": { + "rotation": { + "0.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-19.66, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-19.66, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.5, 0.35], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0.67, -0.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0.1, -0.08], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 0.1], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0.25], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0.5, 0.35], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0.67, -0.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0.1, -0.08], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 0, 0.1], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 0, 0.25], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0.5, 0.35], + "lerp_mode": "catmullrom" + } + } + }, + "knee_right": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.gothita.cry": { + "animation_length": 1.0417, + "bones": { + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "hair": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [1.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [1.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lip_top": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lip_bottom": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "waist": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [1.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [1.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0.375, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0.125, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0.125, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0.375, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0.125, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "elbow_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [-0.375, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-0.125, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-0.125, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-0.375, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-0.125, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "elbow_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "pupil_left": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, -0.05, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, -0.025, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, -0.025, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, -0.05, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -0.025, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "pupil_right": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, -0.05, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, -0.025, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, -0.025, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, -0.05, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -0.025, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + }, + "sound_effects": { + "0.0": { + "effect": "gothita_cry" + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/gothitelle/gothitelle.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/gothitelle/gothitelle.animation.json new file mode 100644 index 0000000..9b4eb26 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/gothitelle/gothitelle.animation.json @@ -0,0 +1,667 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.gothitelle.ground_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "waist": { + "rotation": ["-2.5-math.sin(query.anim_time*90*2)", 0, 0] + }, + "torso": { + "rotation": ["-2.5+math.sin(query.anim_time*90*2+90)*1.5", 0, 0] + }, + "chest": { + "rotation": ["-2.5-math.sin(query.anim_time*90*2+180)*2", 0, 0] + }, + "neck": { + "rotation": ["5-math.sin(query.anim_time*90*2+90)*2", 0, 0] + }, + "head": { + "rotation": ["2.5+math.sin(query.anim_time*90*2+90)", 0, 0] + }, + "arm_left": { + "rotation": [0, "0+math.sin(query.anim_time*90*2)*1.5", "55-math.sin(query.anim_time*90*2+90)*1.5"] + }, + "elbow_left": { + "rotation": [0, "-5-math.sin(query.anim_time*90*2+90)*2", "-10+math.sin(query.anim_time*90*2+180)*1.5"], + "position": [-0.1, 0, 0] + }, + "wrist_left": { + "rotation": [0, 0, -5] + }, + "hand_left": { + "rotation": [0, 0, -5] + }, + "thumb_left": { + "rotation": [7.5, -55, 0], + "position": [0, -0.1, 0] + }, + "fingers_left": { + "rotation": [0, 0, 15] + }, + "arm_right": { + "rotation": [0, "0-math.sin(query.anim_time*90*2)*1.5", "-55+math.sin(query.anim_time*90*2+90)*1.5"] + }, + "elbow_right": { + "rotation": [0, "5+math.sin(query.anim_time*90*2+90)*2", "10-math.sin(query.anim_time*90*2+180)*1.5"], + "position": [0.1, 0, 0] + }, + "wrist_right": { + "rotation": [0, 0, 5] + }, + "hand_right": { + "rotation": [0, 0, 5] + }, + "thumb_right": { + "rotation": [7.5, 55, 0], + "position": [0, -0.1, 0] + }, + "fingers_right": { + "rotation": [0, 0, -15] + }, + "head_bow": { + "rotation": ["5-math.sin(query.anim_time*90*2+180)*2", 0, 0] + } + } + }, + "animation.gothitelle.cry": { + "animation_length": 1.4167, + "bones": { + "waist": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [0.7, 0, 0], + "0.0833": [3.1, 0, 0], + "1.4167": [0, 0, 0] + } + }, + "waist_bow": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [-0.7, 0, 0], + "post": [-0.7, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [-3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": [0, 0, 0] + } + }, + "torso": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [0.2, 0, 0], + "0.0833": [0.9, 0, 0], + "0.625": ["0.9+math.sin(query.anim_time*90*100+90)*0.4", 0, 0], + "1.0417": [0.9, 0, 0], + "1.4167": [0, 0, 0] + } + }, + "chest": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-3.4, 0, 0], + "post": [-3.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-4.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": [0, 0, 0] + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [-3.4, 0, 0], + "0.25": [-4.1, 0, 0], + "0.625": ["-4.1+math.sin(query.anim_time*90*100)*0.2", 0, 0], + "0.8333": [-9.6, 0, 0], + "1.125": [-8.14, 0, 0], + "1.2917": [-5.15, 0, 0], + "1.4167": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [-0.65, 0, 0], + "0.0833": [-0.9, 0, 0], + "0.1667": [-0.7, 0, 0], + "0.2917": [0.1, 0, 0], + "0.625": ["1.2-math.sin(query.anim_time*90*100)*0.2", 0, 0], + "0.9583": [-0.1, 0, 0], + "1.125": [-0.7, 0, 0], + "1.2083": [-0.6, 0, 0], + "1.2917": [-0.2, 0, 0], + "1.4167": [0, 0, 0] + } + }, + "lip_top": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [-2.65, 0, 0], + "0.0833": [-4.9, 0, 0], + "0.1667": [-3.7, 0, 0], + "0.2917": [-2.9, 0, 0], + "0.625": { + "pre": [-1.47813, -2.49238, 0.19513], + "post": [-1.47813, -2.49238, 0.19513], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-4.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-5.7, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": [-3.6, 0, 0], + "1.2917": [-2.2, 0, 0], + "1.4167": [0, 0, 0] + } + }, + "lip_bottom": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [14.65, 0, 0], + "0.0833": [24.9, 0, 0], + "0.1667": [23.7, 0, 0], + "0.2917": [17.9, 0, 0], + "0.625": { + "pre": [6.4781, -2.49238, 0.19513], + "post": [6.4781, -2.49238, 0.19513], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [20.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [26.7, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": [15.6, 0, 0], + "1.2917": [7.2, 0, 0], + "1.4167": [0, 0, 0] + } + } + }, + "sound_effects": { + "0.0": { + "effect": "gothitelle_cry" + }, + "1.4167": { + "effect": "gothitelle_cry" + } + } + }, + "animation.gothitelle.blink": { + "animation_length": 0.1667, + "bones": { + "eye_left": { + "position": [0, 0, 0.1] + }, + "eyelid_left": { + "position": [0, 0, -0.2] + }, + "eye_right": { + "position": [0, 0, 0.1] + }, + "eyelid_right": { + "position": [0, 0, -0.2] + } + } + }, + "animation.gothitelle.battle_idle": { + "loop": true, + "bones": { + "body": { + "rotation": [0, 17.5, 0] + }, + "waist": { + "rotation": ["5+math.sin(query.anim_time*90*2+90)*0.4", 5, 0] + }, + "torso": { + "rotation": ["-2.5+math.sin(query.anim_time*90*2)*0.7", 5, 0] + }, + "chest": { + "rotation": ["-5+math.sin(query.anim_time*90*2-90)*0.8", 5, 0] + }, + "neck": { + "rotation": ["-7.5-math.sin(query.anim_time*90*2)*0.7", 7.5, 0] + }, + "head": { + "rotation": ["10-math.sin(query.anim_time*90*2-90)*0.4", 7.5, 1.25] + }, + "iris_left": { + "position": [0.75, 0, 0] + }, + "iris_right": { + "position": [0.5, 0, 0] + }, + "arm_left": { + "rotation": [1.65705, 12.31918, "62.75-math.sin(query.anim_time*90*2-120)*1.3"], + "position": [0, 0.3, -0.75] + }, + "elbow_left": { + "rotation": [0, -7.5, "-15-math.sin(query.anim_time*90*2+90)*1.5"], + "position": [-0.35, 0, -0.125] + }, + "wrist_left": { + "rotation": [0, 0, "-7.5-math.sin(query.anim_time*90*2+45)*1.5"] + }, + "hand_left": { + "rotation": [0, 0, "-2.5-math.sin(query.anim_time*90*2+45)*0.7"] + }, + "thumb_left": { + "rotation": ["-22.5-math.sin(query.anim_time*90*2-7.5)*4", -60, 0] + }, + "fingers_left": { + "rotation": [0, 0, "-22.5-math.sin(query.anim_time*90*2)*4"], + "position": [-0.45, 0, 0] + }, + "arm_right": { + "rotation": [1.31845, "-9.9136-math.sin(query.anim_time*90*2-90)*0.8", "-30.1144+math.sin(query.anim_time*90*2-120)*1.3"] + }, + "elbow_right": { + "rotation": [-1.6575, "-12.3914+math.sin(query.anim_time*90*2+90)*0.7", "17.6799+math.sin(query.anim_time*90*2+90)*2.3"] + }, + "wrist_right": { + "rotation": [7.5, 7.5, "5+math.sin(query.anim_time*90*2+45)*3"], + "position": [0.25, 0, 0] + }, + "hand_right": { + "rotation": [0, 0, "math.sin(query.anim_time*90*2+45)*3"] + }, + "thumb_right": { + "rotation": ["30.4456-math.sin(query.anim_time*90*2)*5", 33.4855, 17.9672], + "position": [0, -0.3, 0] + }, + "fingers_right": { + "rotation": [0, 0, "-22.5+math.sin(query.anim_time*90*2)*4"] + }, + "leg_right": { + "rotation": [0, -7.5, 0] + }, + "leg_left": { + "rotation": [0, 10, 0] + } + } + }, + "animation.gothitelle.ground_walk": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "rotation": [0, "math.sin(query.anim_time*90*2-100)*2", 0], + "position": [0, 0, "math.sin(query.anim_time*90*2)*0.4"] + }, + "waist": { + "rotation": ["math.sin(query.anim_time*90*2+90)*0.5", "math.sin(query.anim_time*90*1-90)*2", 0] + }, + "torso": { + "rotation": ["math.sin(query.anim_time*90*2+45)", "math.sin(query.anim_time*90*1-120)*2", 0] + }, + "chest": { + "rotation": ["math.sin(query.anim_time*90*2)*1.5", "math.sin(query.anim_time*90*1+60)*4", 0] + }, + "neck": { + "rotation": ["-math.sin(query.anim_time*90*2)*3", "math.sin(query.anim_time*90*1+105)*2", 0] + }, + "head": { + "rotation": ["-math.sin(query.anim_time*90*2-45)*0.2", 0, 0] + }, + "arm_left": { + "rotation": [0, "-(math.sin(query.anim_time*90*2-130)*5)", "55+math.sin(query.anim_time*90*2)*1.5"], + "position": [0, 0.5, -1] + }, + "elbow_left": { + "rotation": [0, "7.5+math.sin(query.anim_time*90*2-190)*3", "-10+math.sin(query.anim_time*90*2-60)*1.5"] + }, + "wrist_left": { + "rotation": [0, 0, "-7.5+math.sin(query.anim_time*90*2-105)*3.5"] + }, + "hand_left": { + "rotation": [0, "-(math.sin(query.anim_time*90*2-190)*4)", -5] + }, + "thumb_left": { + "rotation": [-12.5, -45, 0], + "position": [0, -0.2, 0.25] + }, + "fingers_left": { + "rotation": [0, 0, "-12.5+math.sin(query.anim_time*90*2-190)*4"], + "position": [-0.3, 0, 0] + }, + "arm_right": { + "rotation": [0, "math.sin(query.anim_time*90*2-130)*5", "-55+math.sin(query.anim_time*90*2)*1.5"], + "position": [0, 0.5, -1] + }, + "elbow_right": { + "rotation": [0, "-7.5+math.sin(query.anim_time*90*2-190)*3", "10+math.sin(query.anim_time*90*2-60)*1.5"] + }, + "wrist_right": { + "rotation": [0, 0, "7.5+math.sin(query.anim_time*90*2-105)*3.5"] + }, + "hand_right": { + "rotation": [0, "math.sin(query.anim_time*90*2-190)*4", 5] + }, + "thumb_right": { + "rotation": [-12.5, 45, 0], + "position": [0, -0.2, 0.25] + }, + "fingers_right": { + "rotation": [0, 0, "12.5+math.sin(query.anim_time*90*2-190)*4"], + "position": [0.3, 0, 0] + }, + "leg_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5417": [5, 0, 0], + "0.75": { + "pre": [7.5, 0, 0], + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-11.67, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [-5, 0, 0], + "2.0": [0, 0, 0], + "2.5417": [5, 0, 0], + "2.75": { + "pre": [7.5, 0, 0], + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.35, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [-11.67, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": [-5, 0, 0], + "4.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5417": [0, -0.15, 1.75], + "0.75": { + "pre": [0, 0.5, 1.5], + "post": [0, 0.5, 1.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0.53, -0.39], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0.4, -0.75], + "lerp_mode": "catmullrom" + }, + "1.5": [0, -0.225, -0.75], + "2.0": [0, 0, 0], + "2.5417": [0, -0.15, 1.75], + "2.75": { + "pre": [0, 0.5, 1.5], + "post": [0, 0.5, 1.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0.53, -0.39], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, 0.4, -0.75], + "lerp_mode": "catmullrom" + }, + "3.5": [0, -0.225, -0.75], + "4.0": [0, 0, 0] + } + }, + "foot_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5417": [-5, 0, 0], + "0.75": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [3.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-3.33, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [5, 0, 0], + "2.0": [0, 0, 0], + "2.5417": [-5, 0, 0], + "2.75": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [3.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [-3.33, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": [5, 0, 0], + "4.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5417": [0, 0.275, 0], + "0.75": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0.07, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0.175, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0.1, 0], + "2.0": [0, 0, 0], + "2.5417": [0, 0.275, 0], + "2.75": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0.07, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, 0.175, 0], + "lerp_mode": "catmullrom" + }, + "3.5": [0, 0.1, 0], + "4.0": [0, 0, 0] + } + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [-2.35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-11.67, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [-5, 0, 0], + "1.0": [0, 0, 0], + "1.5417": [5, 0, 0], + "1.75": { + "pre": [7.5, 0, 0], + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-2.35, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-11.67, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": [-5, 0, 0], + "3.0": [0, 0, 0], + "3.5417": [5, 0, 0], + "3.75": { + "pre": [7.5, 0, 0], + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-2.35, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.53, -0.39], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0.4, -0.75], + "lerp_mode": "catmullrom" + }, + "0.5": [0, -0.225, -0.75], + "1.0": [0, 0, 0], + "1.5417": [0, -0.15, 1.75], + "1.75": { + "pre": [0, 0.5, 1.5], + "post": [0, 0.5, 1.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0.53, -0.39], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0.4, -0.75], + "lerp_mode": "catmullrom" + }, + "2.5": [0, -0.225, -0.75], + "3.0": [0, 0, 0], + "3.5417": [0, -0.15, 1.75], + "3.75": { + "pre": [0, 0.5, 1.5], + "post": [0, 0.5, 1.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0.53, -0.39], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left": { + "rotation": { + "0.0": { + "post": [3.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-3.33, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [5, 0, 0], + "1.0": [0, 0, 0], + "1.5417": [-5, 0, 0], + "1.75": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [3.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-3.33, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": [5, 0, 0], + "3.0": [0, 0, 0], + "3.5417": [-5, 0, 0], + "3.75": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [3.75, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.07, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0.175, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [0, 0.1, 0], + "1.0": [0, 0, 0], + "1.5417": [0, 0.275, 0], + "1.75": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0.07, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0.175, 0], + "lerp_mode": "catmullrom" + }, + "2.5": [0, 0.1, 0], + "3.0": [0, 0, 0], + "3.5417": [0, 0.275, 0], + "3.75": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0.07, 0], + "lerp_mode": "catmullrom" + } + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/gothorita/gothorita.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/gothorita/gothorita.animation.json new file mode 100644 index 0000000..63b1888 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/gothorita/gothorita.animation.json @@ -0,0 +1,1684 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.gothorita.ground_idle": { + "loop": true, + "bones": { + "head": { + "rotation": ["2.5-math.sin(query.anim_time*90*1)*1.5", 0, 0] + }, + "ear_left": { + "rotation": ["-5+math.sin(query.anim_time*90*1+90)*4", 0, 0] + }, + "ear_right": { + "rotation": ["-5+math.sin(query.anim_time*90*1+105)*4", 0, 0] + }, + "arm_left": { + "rotation": [0, 0, "30+math.sin(query.anim_time*90*1+90)*3"] + }, + "elbow_left": { + "rotation": [0, 2.5, "-17.5-math.sin(query.anim_time*90*1+180)*2"] + }, + "arm_right": { + "rotation": [0, 0, "-30-math.sin(query.anim_time*90*1+90)*3"] + }, + "elbow_right": { + "rotation": [0, -2.5, "17.5+math.sin(query.anim_time*90*1+180)*2"] + }, + "leg_left": { + "rotation": [0.6574, 7.4713, 5.04292] + }, + "knee_left": { + "rotation": [0, 0, -2.5] + }, + "foot_left": { + "rotation": [0.44067, -9.99038, -2.53852] + }, + "torso": { + "rotation": ["math.sin(query.anim_time*90*1)*1.5", 0, 0] + }, + "chest": { + "rotation": [0, 0, 0] + }, + "neck": { + "rotation": ["-math.sin(query.anim_time*90*1+90)*1.5", 0, 0] + }, + "undefined": { + "rotation": [0.44067, -9.99038, -2.53852] + }, + "leg_right": { + "rotation": [0.6574, -7.4713, -5.04292] + }, + "knee_right": { + "rotation": [0, 0, 2.5] + }, + "foot_right": { + "rotation": [0.44067, 9.99038, 2.53852] + } + } + }, + "animation.gothorita.battle_idle": { + "loop": true, + "bones": { + "body": { + "rotation": [0, 57.5, 0], + "position": [0, -1.2, 0] + }, + "torso": { + "rotation": ["math.sin(query.anim_time*90*2)*0.5", "-12.5+math.sin(query.anim_time*90*1)*2", 0], + "position": [0, "math.sin(query.anim_time*90*2)*0.1", 0] + }, + "neck": { + "rotation": ["-math.sin(query.anim_time*90*2)", "-5-math.sin(query.anim_time*90*1)*2", 0] + }, + "head": { + "rotation": [0, -5, 2.5] + }, + "pupil_left": { + "position": [0.75, 0, 0] + }, + "pupil_right": { + "position": [0.25, 0, 0] + }, + "leg_left": { + "rotation": [-12.5, 0, 0], + "position": [0, 1, 0] + }, + "knee_left": { + "rotation": [-12.5, 0, 0] + }, + "foot_left": { + "rotation": [25.76926, -13.56626, -6.46066], + "position": [0, -0.05, 0] + }, + "arm_left": { + "rotation": [-0.74555, -11.7006, 45.27466] + }, + "elbow_left": { + "rotation": [0, 20, -22.5] + }, + "arm_right": { + "rotation": [0, -10, -20] + }, + "elbow_right": { + "rotation": [-12.5, 0, 37.5] + }, + "ear_left": { + "rotation": ["1.3506+math.sin(query.anim_time*90*2+90)", 0.13087, "-3.2632-math.sin(query.anim_time*90*2+90)"] + }, + "ear_right": { + "rotation": [3.65531, 0.28648, "-1.7109-math.sin(query.anim_time*90*2+90)"] + }, + "chest": { + "rotation": ["-math.sin(query.anim_time*90*2+90)", "math.sin(query.anim_time*90*1+90)", 0] + }, + "undefined": { + "rotation": [25.76926, -13.56626, -6.46066], + "position": [0, -0.05, 0] + }, + "leg_right": { + "rotation": [15, 20, 0] + }, + "knee_right": { + "rotation": [15, 0, 0] + }, + "foot_right": { + "rotation": [-30, 0, 0], + "position": [0, 0.025, 0] + } + } + }, + "animation.gothorita.blink": { + "animation_length": 0.1667, + "bones": { + "eye_left": { + "position": { + "0.0": [0, 0, 0.1], + "0.1667": { + "pre": [0, 0, 0.1], + "post": [0, 0, 0] + } + } + }, + "eye_right": { + "position": { + "0.0": [0, 0, 0.1], + "0.1667": { + "pre": [0, 0, 0.1], + "post": [0, 0, 0] + } + } + }, + "eyelid_left": { + "position": { + "0.0": [0, 0, -0.1], + "0.1667": { + "pre": [0, 0, -0.1], + "post": [0, 0, 0] + } + } + }, + "eyelid_right": { + "position": { + "0.0": [0, 0, -0.1], + "0.1667": { + "pre": [0, 0, -0.1], + "post": [0, 0, 0] + } + } + } + } + }, + "animation.gothorita.ground_walkpre": { + "loop": true, + "animation_length": 2, + "bones": { + "body": { + "rotation": [0, "math.sin(query.anim_time*90*4+90)*4", 0], + "position": { + "0.0": [0, 0, 0], + "0.125": [0, -0.3, 0.5], + "0.25": [0, -0.6, 0.25], + "0.5": [0, 0, 0], + "0.625": [0, -0.3, 0.5], + "0.75": [0, -0.6, 0.25], + "1.0": [0, 0, 0], + "1.125": [0, -0.3, 0.5], + "1.25": [0, -0.6, 0.25], + "1.5": [0, 0, 0], + "1.625": [0, -0.3, 0.5], + "1.75": [0, -0.6, 0.25], + "2.0": [0, 0, 0] + } + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [-12.25381, -12.74128, 0.24766], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [27.86082, -8.86042, -4.65468], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-27.65987, -13.57405, 1.03821], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.25381, -12.74128, 0.24766], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [27.86082, -8.86042, -4.65468], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-27.65987, -13.57405, 1.03821], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-12.25381, -12.74128, 0.24766], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0.25, 0.075, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0.25, -0.35, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0.25, 0.075, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0.25, -0.35, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "knee_left": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [15.63618, 5.5303, -1.0806], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [22.57734, 4.6185, 1.9176], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [57.37344, 6.9012, 1.5237], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [28.39005, 4.4753, 0.9654], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [15.63618, 5.5303, -1.0806], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [22.57734, 4.6185, 1.9176], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [57.37344, 6.9012, 1.5237], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [28.39005, 4.4753, 0.9654], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-5.48437, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-18.12, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-17.57, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [14.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-2.98, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-5.48437, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-18.12, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-17.57, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [14.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-2.98, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": ["5-math.sin(query.anim_time*90*8+90)*2", "math.sin(query.anim_time*90*4+180)*4", 0] + }, + "chest": { + "rotation": ["-2.5-math.sin(query.anim_time*90*8+90)*1.5", "-math.sin(query.anim_time*90*4+180)*4", 0] + }, + "neck": { + "rotation": ["-10+math.sin(query.anim_time*90*8+105)*2", "-math.sin(query.anim_time*90*4+90)*5", 0] + }, + "head": { + "rotation": [10, 0, 0] + }, + "ear_left": { + "rotation": ["-2.5+math.sin(query.anim_time*90*4+90)*8", "math.sin(query.anim_time*90*4+180)*8", "math.sin(query.anim_time*90*4+180)*3"] + }, + "ear_right": { + "rotation": ["-2.5-math.sin(query.anim_time*90*4+90)*8", "math.sin(query.anim_time*90*4+180)*8", "math.sin(query.anim_time*90*4+180)*3"] + }, + "arm_left": { + "rotation": ["-math.sin(query.anim_time*90*4+135)*18", "-12.5-math.sin(query.anim_time*90*4+135)*24", 42.5] + }, + "elbow_left": { + "rotation": [0, "22.5+math.sin(query.anim_time*90*4+225)*12", 0] + }, + "arm_right": { + "rotation": ["math.sin(query.anim_time*90*4+135)*18", "12.5-math.sin(query.anim_time*90*4+135)*24", -42.5] + }, + "elbow_right": { + "rotation": [0, "-22.5+math.sin(query.anim_time*90*4+225)*12", 0] + }, + "undefined": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-5.48437, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-18.12, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-17.57, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [14.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-2.98, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-5.48437, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-18.12, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-17.57, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [14.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-2.98, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": { + "0.0": { + "post": [27.86082, 8.8604, 4.6547], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-27.65987, 13.5741, -1.0382], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.25381, 12.7413, -0.2477], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [27.86082, 8.8604, 4.6547], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-27.65987, 13.5741, -1.0382], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-12.25381, 12.7413, -0.2477], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [27.86082, 8.8604, 4.6547], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0.25, 0.075, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0.25, -0.35, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0.25, 0.075, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0.25, -0.35, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "knee_right": { + "rotation": { + "0.0": { + "post": [22.59013, -5.5751, 0.39104], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [57.37344, -6.90116, -1.52371], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [28.39005, -4.47529, -0.96544], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [15.63618, -5.53035, 1.08063], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [22.57734, -4.61854, -1.91757], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [57.37344, -6.90116, -1.52371], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [28.39005, -4.47529, -0.96544], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [15.63618, -5.53035, 1.08063], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [22.59013, -5.5751, 0.39104], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [14.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-2.98, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-5.48437, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-18.12, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-17.57, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [14.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-2.98, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-5.48437, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-18.12, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-17.57, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.gothorita.ground_walk": { + "loop": true, + "animation_length": 4, + "bones": { + "skirt_left": { + "rotation": [0, 0, "-12.5-3*math.sin(q.anim_time*90*6-90)"] + }, + "skirt_right": { + "rotation": [0, 0, "12.5+3*math.sin(q.anim_time*90*6-90)"] + }, + "arm_left2": { + "rotation": [0, "3+3*math.sin(q.anim_time*90*3-90)", "-7.5-2*math.sin(q.anim_time*90*6-110)"], + "position": [-0.2, 0, 0] + }, + "arm_right2": { + "rotation": [0, "-3+3*math.sin(q.anim_time*90*3-90)", 7.5], + "position": [0.2, 0, 0] + }, + "leg_left2": { + "rotation": { + "0.0": { + "post": [36.56, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [23, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [39.05, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [23, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [39.05, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [23, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.6667": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.9167": { + "post": [39.05, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [36.56, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right2": { + "rotation": { + "0.0": { + "post": [7.37, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [39.05, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [36.56, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [23, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [39.05, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [23, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [39.05, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [23, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [7.37, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right3": { + "rotation": [0, "2-2*math.sin(q.anim_time*90*3-130)", "7.5+2*math.sin(q.anim_time*90*6-110)"], + "position": [0.1, 0, 0] + }, + "arm_left3": { + "rotation": [0, "2+2*math.sin(q.anim_time*90*3-130)", -7.5], + "position": [-0.1, 0, 0] + }, + "hair_side_left": { + "rotation": ["1*math.sin(q.anim_time*90*6-20)", 0, "1*math.sin(q.anim_time*90*6-90)"] + }, + "hair_side_right": { + "rotation": ["1*math.sin(q.anim_time*90*6-120)", 0, "-(1*math.sin(q.anim_time*90*6-120))"] + }, + "body": { + "position": [0, -0.2, "math.clamp((-math.sin(query.anim_time*90*6-170)*0.5),0,1)"] + }, + "torso": { + "rotation": ["-0.5*math.sin(q.anim_time*90*6-50)", "10*math.sin(q.anim_time*90*3)", "-4*math.cos(q.anim_time*90*3-50)"], + "position": [0, "-0.2+0.1*math.sin(q.anim_time*90*6)", "0.1*math.cos(q.anim_time*90*6)"] + }, + "chest": { + "rotation": ["7.5-0.5*math.sin(q.anim_time*90*3-90)", "-10*math.sin(q.anim_time*90*3-40)", "5*math.cos(q.anim_time*90*3-80)"] + }, + "neck": { + "rotation": ["-12.5-3*math.sin(q.anim_time*90*6-130)", 0, "-6*math.sin(q.anim_time*90*3-70)"] + }, + "head": { + "rotation": ["7.5+3*math.sin(q.anim_time*90*6-90)", "-5*math.sin(q.anim_time*90*3+40)", "-2*math.sin(q.anim_time*90*3+90)"] + }, + "arm_left": { + "rotation": [0, "-6*math.sin(q.anim_time*90*3-60)", "32.5-1*math.sin(q.anim_time*90*6-60)"] + }, + "elbow_left": { + "rotation": [0.30082, "-1.8906-2*math.sin(q.anim_time*90*3-130)", "-47.5011+2*math.sin(q.anim_time*90*6-110)"] + }, + "arm_right": { + "rotation": [0, "-6*math.sin(q.anim_time*90*3-60)", "-32.5+1*math.sin(q.anim_time*90*6-60)"] + }, + "elbow_right": { + "rotation": [2.15189, "1.2695-2*math.sin(q.anim_time*90*3-130)", "45.0527+2*math.sin(q.anim_time*90*6-110)"], + "position": [0.1, 0, 0] + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [-3.66096, -10.59061, 1.47157], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-12.39638, 1.61888, 7.32417], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [14.94548, -1.29256, 4.83045], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-3.66096, -10.59061, 1.47157], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-12.39638, 1.61888, 7.32417], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [14.94548, -1.29256, 4.83045], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-3.66096, -10.59061, 1.47157], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.39638, 1.61888, 7.32417], + "lerp_mode": "catmullrom" + }, + "3.6667": { + "post": [14.94548, -1.29256, 4.83045], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-3.66096, -10.59061, 1.47157], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0.5, 0.18, 0.13], + "0.1667": [0.5, 0.9, -0.5], + "0.3333": [0.5, 0, -1], + "1.0": [0.5, -0.25, 0.98079], + "1.5": [0.5, 0.9, -0.5], + "1.6667": [0.5, 0, -1], + "2.3333": [0.5, -0.25, 0.98079], + "2.8333": [0.5, 0.9, -0.5], + "3.0": [0.5, 0, -1], + "3.6667": [0.5, -0.25, 0.98079], + "4.0": [0.5, 0.18, 0.13] + } + }, + "knee_left": { + "rotation": { + "0.0": { + "post": [36.56, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [23, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [39.05, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [23, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [39.05, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [23, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.6667": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.9167": { + "post": [39.05, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [36.56, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left": { + "rotation": { + "0.0": { + "post": [1.25, -0.08, -6.49], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [13.00034, -0.0782, -6.4938], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-8.99966, -0.0782, -6.4938], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-10.49966, -0.0782, -6.4938], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [1.25, -0.08, -6.49], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [13.00034, -0.0782, -6.4938], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-8.99966, -0.0782, -6.4938], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-10.49966, -0.0782, -6.4938], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [1.25, -0.08, -6.49], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [13.00034, -0.0782, -6.4938], + "lerp_mode": "catmullrom" + }, + "3.3333": { + "post": [-8.99966, -0.0782, -6.4938], + "lerp_mode": "catmullrom" + }, + "3.6667": { + "post": [-10.49966, -0.0782, -6.4938], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [1.25, -0.08, -6.49], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0.2, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0.2, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0.2, 0], + "lerp_mode": "catmullrom" + }, + "3.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": { + "0.0": { + "post": [1.89, -1.51, -6.65], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [14.94548, 1.29256, -4.83045], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-3.66096, 10.59061, -1.47157], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.39638, -1.61888, -7.32417], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [14.94548, 1.29256, -4.83045], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-3.66096, 10.59061, -1.47157], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-12.39638, -1.61888, -7.32417], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [14.94548, 1.29256, -4.83045], + "lerp_mode": "catmullrom" + }, + "3.3333": { + "post": [-3.66096, 10.59061, -1.47157], + "lerp_mode": "catmullrom" + }, + "3.6667": { + "post": [-12.39638, -1.61888, -7.32417], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [1.89, -1.51, -6.65], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [-0.5, -0.13, -0.01], + "0.3333": [-0.5, -0.25, 0.98079], + "0.8333": [-0.5, 0.9, -0.5], + "1.0": [-0.5, 0, -1], + "1.1667": [-0.5, -0.06, -0.52], + "1.6667": [-0.5, -0.25, 0.98079], + "2.1667": [-0.5, 0.9, -0.5], + "2.3333": [-0.5, 0, -1], + "3.0": [-0.5, -0.25, 0.98079], + "3.5": [-0.5, 0.9, -0.5], + "3.6667": [-0.5, 0, -1], + "4.0": [-0.5, -0.13, -0.01] + } + }, + "knee_right": { + "rotation": { + "0.0": { + "post": [7.37, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [39.05, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [36.56, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [23, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [39.05, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [23, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [39.05, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [23, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [7.37, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right": { + "rotation": { + "0.0": { + "post": [-8.99966, 0.07822, 6.49384], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-10.49966, 0.07822, 6.49384], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [1.25, 0.08, 6.49], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [13.00034, 0.07822, 6.49384], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-8.99966, 0.07822, 6.49384], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-10.49966, 0.07822, 6.49384], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [1.25, 0.08, 6.49], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [13.00034, 0.07822, 6.49384], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-8.99966, 0.07822, 6.49384], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-10.49966, 0.07822, 6.49384], + "lerp_mode": "catmullrom" + }, + "3.3333": { + "post": [1.25, 0.08, 6.49], + "lerp_mode": "catmullrom" + }, + "3.6667": { + "post": [13.00034, 0.07822, 6.49384], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-8.99966, 0.07822, 6.49384], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0.2, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 0.2, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.6667": { + "post": [0, 0.2, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.gothorita.cry": { + "animation_length": 1.1667, + "bones": { + "torso": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [5, 0, 0], + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": [6.1, 0, 0], + "0.5": { + "pre": [2.5, 0, 0], + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": [3.6, 0, 0], + "0.8333": [5, 0, 0], + "0.9167": [3.3, 0, 0], + "1.0": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [-3.5, 0, 0], + "0.125": [-11.5, 0, 0], + "0.2083": [-14.5, 0, 0], + "0.2917": [-13.9, 0, 0], + "0.4167": [-11.5, 0, 0], + "0.5417": { + "pre": [-6.5, 0, 0], + "post": [-6.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-4.7, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-9.8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-7.8, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-3.3, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": [0, 0, 0] + } + }, + "ear_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [1, 0, 0], + "0.2083": { + "pre": [6.5, 0, 0], + "post": [6.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [6, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": [2.8, 0, 0], + "0.5833": { + "pre": [-0.3, 0, 0], + "post": [-0.3, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [1.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [4, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [4.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [3.2, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-3, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": [0, 0, 0] + } + }, + "ear_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [1, 0, 0], + "0.2083": { + "pre": [6.5, 0, 0], + "post": [6.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [6, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": [2.8, 0, 0], + "0.5833": { + "pre": [-0.3, 0, 0], + "post": [-0.3, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [1.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [4, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [4.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [3.2, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-3, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": [0, 0, 0] + } + }, + "pupil_left": { + "position": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [0, -0.1, 0], + "post": [0, -0.1, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, -0.1, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": [0, 0, 0] + } + }, + "pupil_right": { + "position": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [0, -0.1, 0], + "post": [0, -0.1, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, -0.1, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": [0, 0, 0] + } + }, + "lip_top": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [-1.5, 0, 0], + "0.125": [-9.5, 0, 0], + "0.2083": [-12.5, 0, 0], + "0.2917": [-11.9, 0, 0], + "0.4167": [-9.5, 0, 0], + "0.5417": { + "pre": [-4.5, 0, 0], + "post": [-4.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-2.7, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-6, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-7.8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-5.8, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-1.3, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": [0, 0, 0] + } + }, + "lip_bottom": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [7, 0, 0], + "post": [7, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [9.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": [8.1, 0, 0], + "0.5": { + "pre": [4.5, 0, 0], + "post": [4.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [2, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": [5.6, 0, 0], + "0.8333": [7, 0, 0], + "0.9167": [5.3, 0, 0], + "1.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.125": [0, -0.15, 0], + "0.375": [0, -0.15, 0], + "0.625": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, -0.15, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": [0, 0, 0] + } + }, + "arm_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, 9.25], + "0.1667": [0, 0, 12.5], + "0.3333": [0, 0, 9.29], + "0.4583": [0, 0, 4], + "0.6667": { + "pre": [0, 0, 2.5], + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "0.9583": [0, 0, 5], + "1.0833": [0, 0, 0] + } + }, + "elbow_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [0, 0, 4.125], + "0.2083": [0, 0, 6.25], + "0.4167": [0, 0, 4.135], + "0.5417": [0, 0, 2], + "0.75": { + "pre": [0, 0, 1.25], + "post": [0, 0, 1.25], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0.75], + "lerp_mode": "catmullrom" + }, + "1.0417": [0, 0, 2.5], + "1.1667": [0, 0, 0] + } + }, + "arm_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, -9.25], + "0.1667": [0, 0, -12.5], + "0.3333": [0, 0, -9.29], + "0.4583": [0, 0, -4], + "0.6667": { + "pre": [0, 0, -2.5], + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "0.9583": [0, 0, -5], + "1.0833": [0, 0, 0] + } + }, + "elbow_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [0, 0, -4.125], + "0.2083": [0, 0, -6.25], + "0.4167": [0, 0, -4.135], + "0.5417": [0, 0, -2], + "0.75": { + "pre": [0, 0, -1.25], + "post": [0, 0, -1.25], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -0.75], + "lerp_mode": "catmullrom" + }, + "1.0417": [0, 0, -2.5], + "1.1667": [0, 0, 0] + } + } + }, + "sound_effects": { + "0.0417": { + "effect": "gothortia_cry" + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/greattusk/greattusk.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/greattusk/greattusk.animation.json new file mode 100644 index 0000000..ae751a9 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/greattusk/greattusk.animation.json @@ -0,0 +1,214 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.greattusk.ground_walk": { + "loop": true, + "animation_length": 1.33333, + "bones": { + "torso_back": { + "position": { + "0.0": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], + "0.2917": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], + "0.3333": [0, "-0.4+math.sin(q.anim_time*90*3*2)*0.4", 0], + "0.4167": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], + "0.5417": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], + "0.5833": [0, "-0.2+math.sin(q.anim_time*90*3*2)*0.4", 0], + "0.6667": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], + "0.9583": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], + "1.0": [0, "-0.4+math.sin(q.anim_time*90*3*2)*0.4", 0], + "1.0833": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], + "1.2083": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], + "1.25": [0, "-0.2+math.sin(q.anim_time*90*3*2)*0.4", 0], + "1.3333": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0] + } + }, + "torso_front": { + "position": { + "0.0": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], + "0.2917": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], + "0.3333": [0, "-0.4+math.sin(q.anim_time*90*3*2)*0.4", 0], + "0.4167": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], + "0.5417": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], + "0.5833": [0, "-0.2+math.sin(q.anim_time*90*3*2)*0.4", 0], + "0.6667": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], + "0.9583": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], + "1.0": [0, "-0.4+math.sin(q.anim_time*90*3*2)*0.4", 0], + "1.0833": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], + "1.2083": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], + "1.25": [0, "-0.2+math.sin(q.anim_time*90*3*2)*0.4", 0], + "1.3333": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0] + } + }, + "head": { + "rotation": ["0+math.cos(q.anim_time*90*3*2-60)*1", 0, "0+math.sin(q.anim_time*90*3-60)*2"] + }, + "head_plate": { + "rotation": ["0+math.cos(q.anim_time*90*3*2-60)*1", 0, "0+math.sin(q.anim_time*90*3-60)*2"], + "position": { + "0.0": [0, 0, 0], + "0.2917": [0, 0, 0], + "0.3333": [0, 0.3, 0], + "0.375": [0, -0.26, 0], + "0.4583": [0, 0, 0], + "1.0": [0, 0, 0], + "1.0417": [0, 0.3, 0], + "1.0833": [0, -0.26, 0], + "1.1667": [0, 0, 0], + "1.3333": [0, 0, 0] + } + }, + "tread5": { + "rotation": [22.5, 0, 0], + "position": [0, 0, 0] + }, + "trunk": { + "rotation": [47.5, 0, 0] + }, + "trunk2": { + "rotation": [35, 0, 0] + }, + "trunk3": { + "rotation": [55, 0, 0] + }, + "tail": { + "rotation": ["-4+math.sin(q.anim_time*90*3*2+60)*2", "0+math.cos(q.anim_time*90*3+60)*-4", 0] + }, + "tail2": { + "rotation": ["15+math.sin(q.anim_time*90*3*2+40)*2", "0+math.cos(q.anim_time*90*3+40)*-4", 0] + }, + "tail3": { + "rotation": ["12.5+math.sin(q.anim_time*90*3*2+20)*2", "0+math.cos(q.anim_time*90*3+20)*-4", 0] + }, + "tail4": { + "rotation": ["7.5+math.sin(q.anim_time*90*3*2)*2", "0+math.cos(q.anim_time*90*3)*-4", 0] + }, + "leg_front_left": { + "rotation": ["6-math.sin(q.anim_time*90*3-180)*15", "0+math.sin(q.anim_time*90*3-180)*6", 0], + "position": ["0.3+math.cos(q.anim_time*90*3-180)*-0.3", "0.5+math.clamp(math.cos(q.anim_time*90*3-180)*1,0,2)", "-math.sin(q.anim_time*90*3-180)*0.5"] + }, + "leg_back_left": { + "rotation": ["0-math.sin(q.anim_time*90*3-60)*6", "0+math.sin(q.anim_time*90*3-60)*6", 0], + "position": ["0+math.cos(q.anim_time*90*3-60)*0.2", "-0.2+math.clamp(math.cos(q.anim_time*90*3-60)*1,0,2)", "0-math.sin(q.anim_time*90*3-60)*0.7"] + }, + "leg_back_right": { + "rotation": ["0-math.sin(q.anim_time*90*3-240)*6", "0-math.sin(q.anim_time*90*3-240)*6", 0], + "position": ["0-math.cos(q.anim_time*90*3-240)*0.2", "-0.2+math.clamp(math.cos(q.anim_time*90*3-240)*1,0,2)", "0-math.sin(q.anim_time*90*3-240)*0.8"] + }, + "leg_front_right": { + "rotation": ["6-math.sin(q.anim_time*90*3)*15", "0+math.sin(q.anim_time*90*3)*6", 0], + "position": ["-0.3+math.cos(q.anim_time*90*3)*0.3", "0.5+math.clamp(math.cos(q.anim_time*90*3)*1,0,2)", "-math.sin(q.anim_time*90*3)*0.5"] + } + } + }, + "animation.greattusk.ground_idle": { + "loop": true, + "bones": { + "head": { + "rotation": ["7.5+math.sin(q.anim_time*90*1.5-20)*1", "math.sin(q.anim_time*90*0.5-20)*2", 0] + }, + "ear_left": { + "rotation": [0, -5, "10-math.sin(q.anim_time*90*1.5-20)*2"] + }, + "front_plate": { + "rotation": [0, 0, 0] + }, + "head_plate": { + "rotation": ["math.sin(q.anim_time*90*1.5-20)*1", "math.sin(q.anim_time*90*0.5-20)*2", 0] + }, + "trunk": { + "rotation": [47.5, 0, 0] + }, + "trunk2": { + "rotation": [35, 0, 0] + }, + "back_plate": { + "rotation": [0, 0, 0] + }, + "tail": { + "rotation": ["-17.5+math.sin(q.anim_time*90*1.5-80)*1", 0, 0] + }, + "tail2": { + "rotation": ["35+math.sin(q.anim_time*90*1.5-100)*1.5", "math.sin(q.anim_time*90*0.5-100)*5", 0] + }, + "ear_left2": { + "rotation": [0, 0, "-17.5-math.sin(q.anim_time*90*1.5-60)*4"] + }, + "trunk3": { + "rotation": [55, 0, 0] + }, + "ear_right": { + "rotation": [0, 5, "-10-math.sin(q.anim_time*90*1.5-20)*2"] + }, + "ear_right2": { + "rotation": [0, 0, "17.5+math.sin(q.anim_time*90*1.5-60)*4"] + }, + "tread3": { + "rotation": [15, 0, 0] + }, + "tread4": { + "rotation": [0, 0, 0] + }, + "tread5": { + "rotation": [22.5, 0, 0], + "position": [0, 0, 0] + }, + "tread6": { + "rotation": [7.5, 0, 0] + }, + "eyelid_right": { + "position": [0, 0, 0] + }, + "torso_front": { + "rotation": ["math.sin(q.anim_time*90*1.5)*0.5", 0, 0] + }, + "tail3": { + "rotation": ["math.sin(q.anim_time*90*1.5-120)*2", "math.sin(q.anim_time*90*0.5-120)*7", 0] + }, + "tail4": { + "rotation": ["25+math.sin(q.anim_time*90*1.5-140)*2.5", "math.sin(q.anim_time*90*0.5-140)*1", 0], + "position": [-0.1, -2, -3] + } + } + }, + "animation.greattusk.blink": { + "animation_length": 0.1667, + "bones": { + "eyelid_left": { + "position": { + "0.0": [0.1, 0, -0.1], + "0.125": [0.1, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_right": { + "position": { + "0.0": [-0.1, 0, -0.1], + "0.125": [-0.1, 0, -0.1], + "0.1667": [0, 0, 0] + } + } + } + }, + "animation.greattusk.cry": { + "animation_length": 1.5, + "bones": { + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [10, 0, 0], + "1.25": [10, 0, 0], + "1.5": [0, 0, 0] + } + }, + "jaw": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [17.5, 0, 0], + "1.25": [17.5, 0, 0], + "1.5": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/grimer/grimer_alolan.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/grimer/grimer_alolan.animation.json new file mode 100644 index 0000000..7d33119 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/grimer/grimer_alolan.animation.json @@ -0,0 +1,53 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.grimer_alolan.ground_idle": { + "loop": true, + "bones": { + "arm_right": { + "rotation": [9.00717, -20.70481, -24.14867] + }, + "arm_right2": { + "rotation": [-22.5, -55, 22.5] + }, + "finger_right_index": { + "rotation": [0, -22.5, -22.5] + }, + "finger_right_ring": { + "rotation": [0, 22.5, -22.5] + }, + "arm_left": { + "rotation": [9.00717, 20.70481, 24.14867] + }, + "arm_left2": { + "rotation": [-22.5, 55, -22.5] + }, + "finger_left_index": { + "rotation": [0, 22.5, 22.5] + }, + "finger_left_ring": { + "rotation": [0, -22.5, 22.5] + } + } + }, + "animation.grimer_alolan.blink": { + "animation_length": 0.1667, + "bones": { + "eyelid_right": { + "position": { + "0.0": [-0.1, 0, -0.1], + "0.125": [-0.1, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_left": { + "position": { + "0.0": [0.1, 0, -0.1], + "0.125": [0.1, 0, -0.1], + "0.1667": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/groudon/groudon.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/groudon/groudon.animation.json new file mode 100644 index 0000000..1439e1f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/groudon/groudon.animation.json @@ -0,0 +1,2718 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.groudon.cry": { + "animation_length": 3, + "bones": { + "middle": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [12.58957, 4.43385, 2.31336], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [12.70212, -6.64851, -3.47875], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tailseg1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [7.7614, 14.8687, 2.00307], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tailseg2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "shovel": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tophalf": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5.07673, 9.96156, 0.88045], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lowernecc": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-10.34527, 14.76689, -2.66399], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [1.68997, -17.90524, 13.51473], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "midnecc": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-18.12598, -10.51794, 6.79286], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "JAWBOT": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [41.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [41.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [41.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [41.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [41.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [41.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [41.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [41.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [41.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [41.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [41.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [41.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [41.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [41.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [41.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lshoulder": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-65.82504, -16.91131, -2.53354], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-65.82504, -16.91131, -2.53354], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 4], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lforearm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rshoulder": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-56.81483, 35.61426, 11.70217], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-56.81483, 35.61426, 11.70217], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-1, 0, 7], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-1, 0, 7], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rforearm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.groudon.physical_attack": { + "animation_length": 2.75, + "bones": { + "middle": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 8.94, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tailseg1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tailseg2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "shovel": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tophalf": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lowernecc": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "midnecc": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "JAWBOT": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lshoulder": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-65.82504, -16.91131, -2.53354], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lforearm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rshoulder": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-56.81483, 35.61426, 11.70217], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-1, 0, 7], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rforearm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rleg": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [-37.5, 0, 0], + "1.25": [0, 0, 0], + "2.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 9, 0], + "1.25": [0, 0, 0], + "2.75": [0, 0, 0] + } + }, + "rfoot": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [27.5, 0, 0], + "1.25": [0, 0, 0], + "2.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 6, 0], + "1.25": [0, 0, 0], + "2.75": [0, 0, 0] + } + } + } + }, + "animation.groudon.faint": { + "animation_length": 3.25, + "bones": { + "middle": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [72.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [72.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [72.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 8.94, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 8.94, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 8.94, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, 8.94, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-65, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-65, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [-65, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -8, -4], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, -8, -11], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -8, -11], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, -8, -11], + "lerp_mode": "catmullrom" + } + } + }, + "tailseg1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tailseg2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "shovel": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tophalf": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lowernecc": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "midnecc": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, -2, -4], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -2, -4], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, -2, -4], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-50, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "JAWBOT": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lshoulder": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-65.82504, -16.91131, -2.53354], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-48.17562, -21.5867, -25.74429], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-48.17562, -21.5867, -25.74429], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [-48.17562, -21.5867, -25.74429], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + } + } + }, + "lforearm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, -32.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -32.5, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, -32.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rshoulder": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-56.81483, 35.61426, 11.70217], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-36.09994, 28.37854, 24.55364], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-36.09994, 28.37854, 24.55364], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [-36.09994, 28.37854, 24.55364], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-1, 0, 7], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-1, 0, 7], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [-1, 0, 7], + "lerp_mode": "catmullrom" + } + } + }, + "rforearm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, -18, -22], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, -16, -22], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, -18, -22], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, -16, -22], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, -18, -22], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, -16, -22], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -18, -22], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, -18, -22], + "lerp_mode": "catmullrom" + } + } + }, + "rleg": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [130, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [110, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [110, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rfoot": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, -4], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -4], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, 0, -4], + "lerp_mode": "catmullrom" + } + } + }, + "lleg": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [127.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [97.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [97.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lfoot": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ltoe": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [62.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [62.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [62.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rtoe": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "eyelid2": { + "rotation": [0, 0, 0], + "position": { + "0.0": [0, 0, 0], + "1.5": [1, 0, 0] + } + }, + "eyelid1": { + "rotation": [0, 0, 0], + "position": { + "0.0": [0, 0, 0], + "1.5": [-1, 0, 0] + } + } + } + }, + "animation.groudon.ground_idle": { + "loop": true, + "animation_length": 3, + "bones": { + "middle": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tailseg1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tailseg2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "JAWBOT": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "hands": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.groudon.ground_walk": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "position": { + "0.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lleg": { + "rotation": { + "0.0": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [61.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 1.19, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lfoot": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -3, -1], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 7, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ltoe": { + "rotation": { + "0.0": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-58.12, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-58.12, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-53.87, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [6.13, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rleg": { + "rotation": { + "0.0": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [3.44, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [3.44, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [55, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [65, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [65, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 2, 5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0.64, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0.64, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -2.79, -2.17], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, -5, 1], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 2, 5], + "lerp_mode": "catmullrom" + } + } + }, + "rfoot": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-8.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-8.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-8.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-8.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 6, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -2, -1], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, -2, -1], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, -2, -1], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, -2, -1], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 6, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rtoe": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [5.63, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [5.63, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-45.12, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-65, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-65, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-85.67, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "middle": { + "rotation": [5, 0, 0] + }, + "tail": { + "rotation": [-15, 0, 0] + }, + "tailseg1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tailseg2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tophalf": { + "rotation": [7.5, 0, 0] + }, + "lowernecc": { + "rotation": [5, 0, 0] + }, + "midnecc": { + "rotation": [7.5, 0, 0] + }, + "neck": { + "rotation": [-20, 0, 0] + }, + "JAWBOT": { + "rotation": { + "0.0": { + "post": [7.78, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [7.78, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [7.78, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "hands": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.groudon.blink": { + "animation_length": 0.25, + "bones": { + "eyelid2": { + "position": { + "0.0": [0, 0, 0], + "0.25": [1, 0, 0] + } + }, + "eyelid1": { + "position": { + "0.0": [0, 0, 0], + "0.25": [-1, 0, 0] + } + } + } + }, + "animation.groudon.special_attack": { + "animation_length": 3.75, + "bones": { + "body": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.625": [0, 0, 0] + } + }, + "rleg": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-50, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": [0, 0, 0], + "3.75": [0, 0, 0] + } + }, + "rfoot": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": [0, 0, 0], + "3.75": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 6, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": [0, 0, 0], + "3.75": [0, 0, 0] + } + }, + "middle": { + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 3, 0], + "1.25": [0, 0, 0], + "1.2917": [0, 1, 0], + "1.3333": [0, 0, 0], + "1.375": [0, 1, 0], + "1.4167": [0, 0, 0], + "1.4583": [0, 1, 0], + "1.5": [0, 0, 0], + "1.5417": [0, 1, 0], + "1.5833": [0, 0, 0], + "1.625": [0, 1, 0], + "1.6667": [0, 0, 0], + "1.7083": [0, 1, 0], + "1.75": [0, 0, 0], + "1.7917": [0, 1, 0], + "1.8333": [0, 0, 0], + "1.875": [0, 1, 0], + "1.9167": [0, 0, 0], + "1.9583": [0, 1, 0], + "2.0": [0, 0, 0], + "2.0417": [0, 1, 0], + "2.0833": [0, 0, 0], + "2.125": [0, 1, 0], + "2.1667": [0, 0, 0], + "2.2083": [0, 1, 0], + "2.25": [0, 0, 0], + "2.2917": [0, 1, 0], + "2.3333": [0, 0, 0], + "2.375": [0, 1, 0], + "2.4167": [0, 0, 0], + "2.4583": [0, 1, 0], + "2.5": [0, 0, 0], + "2.5417": [0, 1, 0], + "2.5833": [0, 0, 0], + "2.625": [0, 1, 0], + "2.6667": [0, 0, 0], + "2.7083": [0, 1, 0], + "2.75": [0, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tophalf": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [27.83761, 9.05478, 4.26175], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [27.65161, -6.45934, -3.86231], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lowernecc": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-2.52154, 7.49282, -0.32902], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-2.58807, -14.98539, 0.66963], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "midnecc": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-7.41193, 14.98539, 0.66963], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-7.3275, -12.29596, 4.16484], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-29.28135, 20.29348, -9.92926], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-27.5209, -2.26564, 1.0571], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "JAWBOT": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [32.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [32.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [32.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [32.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [32.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [32.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [32.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [32.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [32.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [32.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [32.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [32.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lshoulder": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-50, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-28.90442, -46.91211, -29.17073], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-28.90442, -46.91211, -29.17073], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lforearm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 42.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rshoulder": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-42.5, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-40.46538, 58.82186, 27.56463], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-40.46538, 58.82186, 27.56463], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rforearm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -50, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 42.5, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 42.5, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/groudonprimal/groudonprimal.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/groudonprimal/groudonprimal.animation.json new file mode 100644 index 0000000..6e0d4a8 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/groudonprimal/groudonprimal.animation.json @@ -0,0 +1,2716 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.groudonprimal.cry": { + "animation_length": 3, + "bones": { + "middle": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [12.58957, 4.43385, 2.31336], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [12.70212, -6.64851, -3.47875], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tailseg1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [7.7614, 14.8687, 2.00307], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tailseg2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "shovel": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tophalf": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5.07673, 9.96156, 0.88045], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lowernecc": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-10.34527, 14.76689, -2.66399], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [1.68997, -17.90524, 13.51473], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "midnecc": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-18.12598, -10.51794, 6.79286], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "JAWBOT": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [41.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [41.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [41.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [41.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [41.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [41.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [41.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [41.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [41.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [41.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [41.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [41.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [41.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [41.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [41.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lshoulder": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-65.82504, -16.91131, -2.53354], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-65.82504, -16.91131, -2.53354], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 4], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lforearm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rshoulder": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-56.81483, 35.61426, 11.70217], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-56.81483, 35.61426, 11.70217], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-1, 0, 7], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-1, 0, 7], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rforearm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.groudonprimal.physical_attack": { + "animation_length": 2.75, + "bones": { + "middle": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 8.94, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tailseg1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tailseg2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "shovel": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tophalf": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lowernecc": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "midnecc": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "JAWBOT": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lshoulder": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-65.82504, -16.91131, -2.53354], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lforearm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rshoulder": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-56.81483, 35.61426, 11.70217], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-1, 0, 7], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rforearm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rleg": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [-37.5, 0, 0], + "1.25": [0, 0, 0], + "2.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 9, 0], + "1.25": [0, 0, 0], + "2.75": [0, 0, 0] + } + }, + "rfoot": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [27.5, 0, 0], + "1.25": [0, 0, 0], + "2.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 6, 0], + "1.25": [0, 0, 0], + "2.75": [0, 0, 0] + } + } + } + }, + "animation.groudonprimal.faint": { + "animation_length": 3.25, + "bones": { + "middle": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [72.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [72.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [72.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 8.94, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 8.94, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 8.94, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, 8.94, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-65, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-65, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [-65, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -8, -4], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, -8, -11], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -8, -11], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, -8, -11], + "lerp_mode": "catmullrom" + } + } + }, + "tailseg1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tailseg2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "shovel": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tophalf": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lowernecc": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "midnecc": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, -2, -4], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -2, -4], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, -2, -4], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-50, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "JAWBOT": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lshoulder": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-65.82504, -16.91131, -2.53354], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-48.17562, -21.5867, -25.74429], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-48.17562, -21.5867, -25.74429], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [-48.17562, -21.5867, -25.74429], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + } + } + }, + "lforearm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, -32.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -32.5, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, -32.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rshoulder": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-56.81483, 35.61426, 11.70217], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-36.09994, 28.37854, 24.55364], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-36.09994, 28.37854, 24.55364], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [-36.09994, 28.37854, 24.55364], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-1, 0, 7], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-1, 0, 7], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [-1, 0, 7], + "lerp_mode": "catmullrom" + } + } + }, + "rforearm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, -18, -22], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, -16, -22], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, -18, -22], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, -16, -22], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, -18, -22], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, -16, -22], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -18, -22], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, -18, -22], + "lerp_mode": "catmullrom" + } + } + }, + "rleg": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [130, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [110, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [110, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rfoot": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, -4], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -4], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, 0, -4], + "lerp_mode": "catmullrom" + } + } + }, + "lleg": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [127.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [97.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [97.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lfoot": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ltoe": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [62.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [62.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [62.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rtoe": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "eyes2": { + "position": { + "0.0": [0, 0, 0], + "1.0": [-2, 0, 0] + } + }, + "eyes3": { + "position": { + "0.0": [0, 0, 0], + "1.0": [2, 0, 0] + } + } + } + }, + "animation.groudonprimal.ground_idle": { + "loop": true, + "animation_length": 3, + "bones": { + "middle": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tailseg1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tailseg2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "JAWBOT": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "hands": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.groudonprimal.ground_walk": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "position": { + "0.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lleg": { + "rotation": { + "0.0": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [61.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 1.19, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lfoot": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -3, -1], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 7, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ltoe": { + "rotation": { + "0.0": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-58.12, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-58.12, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-53.87, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [6.13, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rleg": { + "rotation": { + "0.0": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [3.44, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [3.44, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [55, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [65, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [65, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 2, 5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0.64, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0.64, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -2.79, -2.17], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, -5, 1], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 2, 5], + "lerp_mode": "catmullrom" + } + } + }, + "rfoot": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-8.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-8.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-8.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-8.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 6, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -2, -1], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, -2, -1], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, -2, -1], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, -2, -1], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 6, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rtoe": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [5.63, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [5.63, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-45.12, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-65, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-65, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-85.67, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "middle": { + "rotation": [5, 0, 0] + }, + "tail": { + "rotation": [-15, 0, 0] + }, + "tailseg1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tailseg2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tophalf": { + "rotation": [7.5, 0, 0] + }, + "lowernecc": { + "rotation": [5, 0, 0] + }, + "midnecc": { + "rotation": [7.5, 0, 0] + }, + "neck": { + "rotation": [-20, 0, 0] + }, + "JAWBOT": { + "rotation": { + "0.0": { + "post": [7.78, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [7.78, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [7.78, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "hands": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.groudonprimal.blink": { + "animation_length": 0.25, + "bones": { + "eyes2": { + "position": { + "0.0": [0, 0, 0], + "0.25": [-2, 0, 0] + } + }, + "eyes3": { + "position": { + "0.0": [0, 0, 0], + "0.25": [2, 0, 0] + } + } + } + }, + "animation.groudonprimal.special_attack": { + "animation_length": 3.75, + "bones": { + "body": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.625": [0, 0, 0] + } + }, + "rleg": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-50, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": [0, 0, 0], + "3.75": [0, 0, 0] + } + }, + "rfoot": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": [0, 0, 0], + "3.75": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 6, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": [0, 0, 0], + "3.75": [0, 0, 0] + } + }, + "middle": { + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 3, 0], + "1.25": [0, 0, 0], + "1.2917": [0, 1, 0], + "1.3333": [0, 0, 0], + "1.375": [0, 1, 0], + "1.4167": [0, 0, 0], + "1.4583": [0, 1, 0], + "1.5": [0, 0, 0], + "1.5417": [0, 1, 0], + "1.5833": [0, 0, 0], + "1.625": [0, 1, 0], + "1.6667": [0, 0, 0], + "1.7083": [0, 1, 0], + "1.75": [0, 0, 0], + "1.7917": [0, 1, 0], + "1.8333": [0, 0, 0], + "1.875": [0, 1, 0], + "1.9167": [0, 0, 0], + "1.9583": [0, 1, 0], + "2.0": [0, 0, 0], + "2.0417": [0, 1, 0], + "2.0833": [0, 0, 0], + "2.125": [0, 1, 0], + "2.1667": [0, 0, 0], + "2.2083": [0, 1, 0], + "2.25": [0, 0, 0], + "2.2917": [0, 1, 0], + "2.3333": [0, 0, 0], + "2.375": [0, 1, 0], + "2.4167": [0, 0, 0], + "2.4583": [0, 1, 0], + "2.5": [0, 0, 0], + "2.5417": [0, 1, 0], + "2.5833": [0, 0, 0], + "2.625": [0, 1, 0], + "2.6667": [0, 0, 0], + "2.7083": [0, 1, 0], + "2.75": [0, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tophalf": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [27.83761, 9.05478, 4.26175], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [27.65161, -6.45934, -3.86231], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lowernecc": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-2.52154, 7.49282, -0.32902], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-2.58807, -14.98539, 0.66963], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "midnecc": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-7.41193, 14.98539, 0.66963], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-7.3275, -12.29596, 4.16484], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-29.28135, 20.29348, -9.92926], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-27.5209, -2.26564, 1.0571], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "JAWBOT": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [32.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [32.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [32.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [32.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [32.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [32.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [32.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [32.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [32.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [32.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [32.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [32.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lshoulder": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-50, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-28.90442, -46.91211, -29.17073], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-28.90442, -46.91211, -29.17073], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lforearm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 42.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rshoulder": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-42.5, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-40.46538, 58.82186, 27.56463], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-40.46538, 58.82186, 27.56463], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rforearm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -50, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 42.5, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 42.5, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/growlithe_hisuian/growlithe_hisuian.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/growlithe_hisuian/growlithe_hisuian.animation.json new file mode 100644 index 0000000..2b8be3e --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/growlithe_hisuian/growlithe_hisuian.animation.json @@ -0,0 +1,858 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.growlithe_hisuian.ground_idle": { + "loop": true, + "bones": { + "body": { + "position": [0, -0.5, 0] + }, + "torso": { + "rotation": [1, 0, 0] + }, + "upper_torso": { + "rotation": [-3, 0, 0] + }, + "head": { + "rotation": [0, 0, 0] + }, + "left_shoulder": { + "rotation": [7.5, 0, 0] + }, + "left_elbow": { + "rotation": [-15, 0, 0] + }, + "left_frontpaw": { + "rotation": [7.5, 0, 0] + }, + "right_shoulder": { + "rotation": [7.5, 0, 0] + }, + "right_elbow": { + "rotation": [-15, 0, 0] + }, + "right_frontpaw": { + "rotation": [7.5, 0, 0] + }, + "left_thigh": { + "rotation": [-2.5, 0, 0] + }, + "left_knee": { + "rotation": [5, 0, 0] + }, + "left_ankle": { + "rotation": [-2.5, 0, 0] + }, + "left_foot": { + "rotation": [0, 0, 0] + }, + "right_thigh": { + "rotation": [-2.5, 0, 0] + }, + "right_knee": { + "rotation": [5, 0, 0] + }, + "right_ankle": { + "rotation": [-2.5, 0, 0] + } + } + }, + "animation.growlithe_hisuian.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "chest": { + "rotation": ["-2.5+Math.cos((query.anim_time) * 90 * 4*2) * 2", 0, "0+Math.cos((query.anim_time) * 90 * 4) * -6"], + "position": [0, 0.3, 0] + }, + "leg_front_left": { + "rotation": { + "0.0": [-21, 0, 0], + "0.0833": [-18.08, 0, 0], + "0.4167": [26.21, 0, 0], + "0.5": [30, 0, 0], + "0.6667": [26.21, 0, 0], + "0.9167": [-18.08, 0, 0], + "1.0": [-21, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.2083": [0, 1.25, 0], + "0.4167": [0, 0, 0], + "0.625": { + "pre": [0, 1.25, 0], + "post": [0, 1.25, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 1.5, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 1.25, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0.21, 0], + "lerp_mode": "catmullrom" + }, + "1.0": [0, 0, 0] + } + }, + "leg_front_left2": { + "rotation": { + "0.0": [-12.5, 0, 0], + "0.2083": [-3.12, 0, 0], + "0.5": [-17, 0, 0], + "0.5833": [-18.75, 0, 0], + "0.7917": [-40, 0, 0], + "1.0": [-12.5, 0, 0] + } + }, + "foot_front_left": { + "rotation": { + "0.0": [22.5, 0, 0], + "0.0417": [35, 0, 0], + "0.2083": [10, 0, 0], + "0.375": [-5, 0, 0], + "0.5417": [7.5, 0, 0], + "0.75": [55, 0, 0], + "0.9167": [15.42, 0, 0], + "1.0": [22.5, 0, 0] + } + }, + "leg_front_right": { + "rotation": { + "0.0": [30, 0, 0], + "0.1667": [26.21, 0, 0], + "0.4167": [-18.08, 0, 0], + "0.5": [-21, 0, 0], + "0.5833": [-18.08, 0, 0], + "0.9167": [26.21, 0, 0], + "1.0": [30, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0.21, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 1.25, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 1.5, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 1.25, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0.21, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [0, 0, 0], + "0.7083": [0, 1.25, 0], + "0.9167": [0, 0, 0], + "1.0": [0, 0.21, 0] + } + }, + "leg_front_right2": { + "rotation": { + "0.0": [-17, 0, 0], + "0.0833": [-18.75, 0, 0], + "0.2917": [-40, 0, 0], + "0.5": [-12.5, 0, 0], + "0.7083": [-3.12, 0, 0], + "1.0": [-17, 0, 0] + } + }, + "foot_front_right": { + "rotation": { + "0.0": [4.38, 0, 0], + "0.0417": [7.5, 0, 0], + "0.25": [55, 0, 0], + "0.5": [22.5, 0, 0], + "0.5417": [35, 0, 0], + "0.7083": [10, 0, 0], + "0.875": [-5, 0, 0], + "1.0": [4.38, 0, 0] + } + }, + "ear_left": { + "rotation": ["15+Math.cos((query.anim_time) * 90 * 4*2) * 4", 12.5, 0] + }, + "ear_right": { + "rotation": ["15+Math.cos((query.anim_time) * 90 * 4*2) * 4", -12.5, 0] + }, + "body_fur_left": { + "rotation": [15, 0, 0] + }, + "body_fur_right": { + "rotation": [15, 0, 0] + }, + "leg_back_left": { + "rotation": { + "0.0": [26.5, 0, 0], + "0.1667": [22.71, 0, 0], + "0.4167": [-15.08, 0, 0], + "0.5": [-18, 0, 0], + "0.5833": [-15.08, 0, 0], + "0.9167": [22.71, 0, 0], + "1.0": [26.5, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0.21, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0.55, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0.6, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0.75, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0.21, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [0, 0, 0], + "0.7083": [0, 0.2, 0], + "0.9167": [0, 0, 0], + "1.0": [0, 0.21, 0] + } + }, + "leg_back_left2": { + "rotation": { + "0.0": { + "post": [-9.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-35.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": [-48.75, 0, 0], + "0.4167": [-21, 0, 0], + "0.5": [-12.5, 0, 0], + "0.7083": [-15.62, 0, 0], + "1.0": [-9.5, 0, 0] + } + }, + "foot_back_left": { + "rotation": { + "0.0": [4.38, 0, 0], + "0.0417": [7.5, 0, 0], + "0.25": [55, 0, 0], + "0.375": [13.75, 0, 0], + "0.5": [35, 0, 0], + "0.7083": [10, 0, 0], + "0.875": [-5, 0, 0], + "1.0": [4.38, 0, 0] + } + }, + "leg_back_right": { + "rotation": { + "0.0": [-18, 0, 0], + "0.0833": [-15.08, 0, 0], + "0.4167": [22.71, 0, 0], + "0.5": [26.5, 0, 0], + "0.6667": [22.71, 0, 0], + "0.9167": [-15.08, 0, 0], + "1.0": [-18, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.4167": [0, 0, 0], + "0.5": { + "pre": [0, 0.21, 0], + "post": [0, 0.21, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0.65, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0.6, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0.65, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0.21, 0], + "lerp_mode": "catmullrom" + }, + "1.0": [0, 0, 0] + } + }, + "leg_back_right2": { + "rotation": { + "0.0": [-12.5, 0, 0], + "0.2083": [-15.62, 0, 0], + "0.5": { + "pre": [-9.5, 0, 0], + "post": [-9.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-35.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": [-48.75, 0, 0], + "0.9167": [-21, 0, 0], + "1.0": [-12.5, 0, 0] + } + }, + "foot_back_right": { + "rotation": { + "0.0": [35, 0, 0], + "0.2083": [10, 0, 0], + "0.375": [-5, 0, 0], + "0.5417": [7.5, 0, 0], + "0.75": [55, 0, 0], + "0.875": [13.75, 0, 0], + "1.0": [35, 0, 0] + } + }, + "tail3": { + "rotation": ["30+Math.cos((query.anim_time) * 90 * 4*2 - 60) * -15", "0+Math.cos((query.anim_time) * 90 * 4 - 150) * 15", 0] + }, + "tail4": { + "rotation": ["20+Math.cos((query.anim_time) * 90 * 4*2 - 120) * -5", "0+Math.cos((query.anim_time) * 90 * 4 - 210) * 30", 0] + }, + "left_backpaw": { + "rotation": { + "0.0": [4.38, 0, 0], + "0.0417": [7.5, 0, 0], + "0.25": [55, 0, 0], + "0.375": [13.75, 0, 0], + "0.5": [35, 0, 0], + "0.7083": [10, 0, 0], + "0.875": [-5, 0, 0], + "1.0": [4.38, 0, 0] + } + }, + "right_backpaw": { + "rotation": { + "0.0": [35, 0, 0], + "0.2083": [10, 0, 0], + "0.375": [-5, 0, 0], + "0.5417": [7.5, 0, 0], + "0.75": [55, 0, 0], + "0.875": [13.75, 0, 0], + "1.0": [35, 0, 0] + } + }, + "body": { + "position": [0, -0.75, 0] + }, + "torso": { + "rotation": ["2.5+Math.cos((query.anim_time) * 90 * 4*2 - 90) * 2", 0, 0], + "position": [0, "0+Math.cos((query.anim_time) * 90 * 4*2) * 0.5", 0] + }, + "neck": { + "rotation": ["27.5+Math.cos((query.anim_time) * 90 * 4*2) * -5", 0, "Math.cos((query.anim_time) * 90 * 4 - 30) * 2"], + "position": [0, -0.6, -0.5] + }, + "head": { + "rotation": ["-20+Math.cos((query.anim_time) * 90 * 4*2) * 2", 0, 0] + }, + "left_shoulder": { + "rotation": { + "0.0": [-21, 0, 0], + "0.0833": [-18.08, 0, 0], + "0.4167": [26.21, 0, 0], + "0.5": [30, 0, 0], + "0.6667": [26.21, 0, 0], + "0.9167": [-18.08, 0, 0], + "1.0": [-21, 0, 0] + }, + "position": { + "0.0": [0, -1, 0], + "0.2083": [0, 0.25, 0], + "0.4167": [0, -1, 0], + "0.625": { + "pre": [0, 0.25, 0], + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -0.79, 0], + "lerp_mode": "catmullrom" + }, + "1.0": [0, -1, 0] + } + }, + "left_elbow": { + "rotation": { + "0.0": [-12.5, 0, 0], + "0.2083": [-3.12, 0, 0], + "0.5": [-17, 0, 0], + "0.5833": [-18.75, 0, 0], + "0.7917": [-40, 0, 0], + "1.0": [-12.5, 0, 0] + } + }, + "left_frontpaw": { + "rotation": { + "0.0": [22.5, 0, 0], + "0.0417": [35, 0, 0], + "0.2083": [10, 0, 0], + "0.375": [-5, 0, 0], + "0.5417": [7.5, 0, 0], + "0.75": [55, 0, 0], + "0.9167": [15.42, 0, 0], + "1.0": [22.5, 0, 0] + } + }, + "right_shoulder": { + "rotation": { + "0.0": [30, 0, 0], + "0.1667": [26.21, 0, 0], + "0.4167": [-18.08, 0, 0], + "0.5": [-21, 0, 0], + "0.5833": [-18.08, 0, 0], + "0.9167": [26.21, 0, 0], + "1.0": [30, 0, 0] + }, + "position": { + "0.0": { + "post": [0, -0.79, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, -0.79, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [0, -1, 0], + "0.7083": [0, 0.25, 0], + "0.9167": [0, -1, 0], + "1.0": { + "pre": [0, -0.79, 0], + "post": [0, -0.79, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_elbow": { + "rotation": { + "0.0": [-17, 0, 0], + "0.0833": [-18.75, 0, 0], + "0.2917": [-40, 0, 0], + "0.5": [-12.5, 0, 0], + "0.7083": [-3.12, 0, 0], + "1.0": [-17, 0, 0] + } + }, + "right_frontpaw": { + "rotation": { + "0.0": [4.38, 0, 0], + "0.0417": [7.5, 0, 0], + "0.25": [55, 0, 0], + "0.5": [22.5, 0, 0], + "0.5417": [35, 0, 0], + "0.7083": [10, 0, 0], + "0.875": [-5, 0, 0], + "1.0": [4.38, 0, 0] + } + }, + "left_thigh": { + "rotation": { + "0.0": [26.5, 0, 0], + "0.1667": [22.71, 0, 0], + "0.4167": [-15.08, 0, 0], + "0.5": [-18, 0, 0], + "0.5833": [-15.08, 0, 0], + "0.9167": [22.71, 0, 0], + "1.0": [26.5, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 2.21, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0.55, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0.6, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0.75, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0.21, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [0, 0, 0], + "0.7083": [0, 0.2, 0], + "0.9167": { + "pre": [0, 2.21, 0], + "post": [0, 2.21, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 2.21, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_thigh": { + "rotation": { + "0.0": [-18, 0, 0], + "0.0833": [-15.08, 0, 0], + "0.4167": [22.71, 0, 0], + "0.5": [26.5, 0, 0], + "0.6667": [22.71, 0, 0], + "0.9167": [-15.08, 0, 0], + "1.0": [-18, 0, 0] + }, + "position": { + "0.0": [0, 2, 0], + "0.4167": [0, 0, 0], + "0.5": { + "pre": [0, 0.21, 0], + "post": [0, 0.21, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0.65, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0.6, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0.65, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": [0, 2, 0], + "1.0": [0, 2, 0] + } + } + } + }, + "animation.growlithe.test": { + "loop": true, + "bones": { + "upper_torso": { + "rotation": [-10, 12.5, 0] + }, + "neck": { + "rotation": [12.5, 0, 0] + }, + "head": { + "rotation": [-22.5, 0, 0] + }, + "torso": { + "rotation": [20.01754, 2.34914, 0.85553], + "position": [0, -0.5, 0] + }, + "left_shoulder": { + "rotation": [0, -7.5, 0], + "position": [-0.5, -2.25, -0.5] + }, + "left_elbow": { + "rotation": [-47.5, 0, 0] + }, + "left_frontpaw": { + "rotation": [47.5, 0, 0] + }, + "right_shoulder": { + "rotation": [-37.23302, 26.04029, 0.78176], + "position": [-1.75, -3.5, 1.25] + }, + "right_elbow": { + "rotation": [-32.5, 0, 0] + }, + "right_frontpaw": { + "rotation": [70, 0, 0], + "position": [0, 0, 0] + }, + "left_thigh": { + "rotation": [17.34806, -5.51805, 0.88749] + }, + "left_knee": { + "rotation": [-15, 0, 0] + }, + "left_ankle": { + "rotation": [-5, 0, 0] + }, + "left_foot": { + "rotation": [2.5, 0, 0] + }, + "right_thigh": { + "rotation": [-19.85955, 5.5515, 0.64522] + }, + "right_knee": { + "rotation": [10, 0, 0] + }, + "right_ankle": { + "rotation": [10, 0, 0] + }, + "jaw": { + "rotation": [50, 0, 0] + }, + "chest_fluff": { + "rotation": [0, 0, 0] + }, + "head_fluff": { + "rotation": [0, 0, 0] + }, + "tail": { + "rotation": [-4.38707, 15.37676, 0.00177] + }, + "tail2": { + "rotation": [2.4799, 0.569, -0.23549] + }, + "tail_fluff": { + "rotation": [0.08453, 7.38542, 6.30962] + }, + "left_tail_fluff": { + "rotation": [0.30933, 6.95223, 2.45879] + }, + "right_tail_fluff": { + "rotation": [0, 2.5, 0] + } + } + }, + "animation.growlithe.test2": { + "loop": true, + "bones": { + "upper_torso": { + "rotation": [7.52832, 4.95712, 0.65426] + }, + "neck": { + "rotation": [25, 0, 0], + "position": [0, 1, 0] + }, + "head": { + "rotation": [-10.1076, 3.82821, -3.21873] + }, + "torso": { + "rotation": [-22.5, 0, 0], + "position": [0, -0.5, 0] + }, + "left_shoulder": { + "rotation": [-35.37196, -3.52137, -0.31015], + "position": [-0.25, 1.5, 0.25] + }, + "left_elbow": { + "rotation": [-35, 0, 0] + }, + "left_frontpaw": { + "rotation": [42.5, 0, 0] + }, + "right_shoulder": { + "rotation": [-65.09267, 10.51047, 0.71477], + "position": [-0.25, 1.5, 0.25] + }, + "right_elbow": { + "rotation": [-20, 0, 0] + }, + "right_frontpaw": { + "rotation": [45, 0, 0], + "position": [0, 0, 0] + }, + "left_thigh": { + "rotation": [17.5, 0, 0] + }, + "left_knee": { + "rotation": [0, 0, 0] + }, + "left_ankle": { + "rotation": [-5, 0, 0] + }, + "left_foot": { + "rotation": [122.5, 0, 0] + }, + "right_thigh": { + "rotation": [-12.35955, 5.5515, 0.64522] + }, + "right_knee": { + "rotation": [12.5, 0, 0] + }, + "right_ankle": { + "rotation": [-7.5, 0, 0] + }, + "jaw": { + "rotation": [50, 0, 0] + }, + "chest_fluff": { + "rotation": [10, 0, 0] + }, + "head_fluff": { + "rotation": [0, 0, 0] + }, + "tail": { + "rotation": [0.05461, -3.53497, -5.00169] + }, + "tail2": { + "rotation": [-0.02379, -4.37771, -1.52245] + }, + "left_tail_fluff": { + "rotation": [30.02686, -1.60667, -1.91561] + }, + "body": { + "position": [0, 2, 0] + }, + "right_ear": { + "rotation": [0, 5, 0] + }, + "right_foot": { + "rotation": [122.5, 0, 0] + }, + "right_tail_fluff": { + "rotation": [30.10753, -3.21154, -3.83424] + } + } + }, + "animation.growlithe.test3": { + "loop": true, + "bones": { + "body": { + "position": [0, -4.25, 0] + }, + "torso": { + "rotation": [-45, 0, 0], + "position": [0, -0.25, 0] + }, + "upper_torso": { + "rotation": [0, 0, 0] + }, + "neck": { + "rotation": [30, 0, 0], + "position": [0, 0, -0.5] + }, + "head": { + "rotation": [17.5, 0, 0] + }, + "chest_fluff": { + "rotation": [32.5, 0, 0], + "position": [0, -2, 0], + "scale": 1 + }, + "left_chest_fluff": { + "rotation": [7.68477, 0.29082, -3.81224] + }, + "right_chest_fluff": { + "rotation": [7.68477, -0.29082, 3.81224] + }, + "bottom_chest_fluff": { + "rotation": [12.5, 0, 0] + }, + "tail": { + "rotation": [35, 0, 0], + "position": [0, 0.5, -0.5] + }, + "tail_fluff": { + "rotation": [7.5, 0, 0] + }, + "left_tail_fluff": { + "rotation": [5, 0, 0] + }, + "left_shoulder": { + "rotation": [12.5, 0, 0], + "position": [0, 3.75, 0.5] + }, + "left_elbow": { + "rotation": [-12.5, 0, 0] + }, + "right_shoulder": { + "rotation": [12.5, 0, 0], + "position": [0, 3.75, 0.5] + }, + "right_elbow": { + "rotation": [-12.5, 0, 0] + }, + "left_thigh": { + "rotation": [-25, 0, 0], + "position": [0, 1, 0] + }, + "left_knee": { + "rotation": [7.5, 0, 0] + }, + "left_ankle": { + "rotation": [-45, 0, 0] + }, + "left_foot": { + "rotation": [62.5, 0, 0], + "position": [0, 0, -0.5] + }, + "right_thigh": { + "rotation": [-25, 0, 0], + "position": [0, 1, 0] + }, + "right_knee": { + "rotation": [7.5, 0, 0] + }, + "right_ankle": { + "rotation": [-45, 0, 0] + }, + "right_foot": { + "rotation": [62.5, 0, 0], + "position": [0, 0, -0.5] + }, + "right_tail_fluff": { + "rotation": [5, 0, 0] + }, + "jaw": { + "rotation": [0, 0, 0] + } + } + }, + "animation.growlithe.blink": { + "animation_length": 0.16667, + "bones": { + "right_eyelid": { + "position": { + "0.0": [-0.1, 0, -0.1], + "0.125": [-0.1, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "left_eyelid": { + "position": { + "0.0": [0.1, 0, -0.1], + "0.125": [0.1, 0, -0.1], + "0.1667": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/guzzlord/guzzlord.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/guzzlord/guzzlord.animation.json new file mode 100644 index 0000000..aa74d61 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/guzzlord/guzzlord.animation.json @@ -0,0 +1,2459 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.guzzlord.ground_idle": { + "loop": true, + "animation_length": 14.88, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [-2, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.48": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.68": { + "post": [-2, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.96": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.16": { + "post": [-2, 0, 0], + "lerp_mode": "catmullrom" + }, + "7.44": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "8.64": { + "post": [-2, 0, 0], + "lerp_mode": "catmullrom" + }, + "9.92": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "11.12": { + "post": [-2, 0, 0], + "lerp_mode": "catmullrom" + }, + "12.4": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "13.6": { + "post": [-2, 0, 0], + "lerp_mode": "catmullrom" + }, + "14.88": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wing_small_left": { + "rotation": { + "0.0": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "2.48": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "4.96": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "7.44": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "9.92": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "12.4": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "14.88": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wing_big_left": { + "rotation": { + "0.0": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "2.48": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "4.96": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "7.44": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "9.92": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "12.4": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "14.88": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wing_big_right": { + "rotation": { + "0.0": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "2.48": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "4.96": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "7.44": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "9.92": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "12.4": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "14.88": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_1": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [7.0387, 5.21021, 0.46498], + "lerp_mode": "catmullrom" + }, + "2.48": { + "post": [5.07673, 9.96156, 0.88045], + "lerp_mode": "catmullrom" + }, + "3.68": { + "post": [6.91, 5.49, 0.48], + "lerp_mode": "catmullrom" + }, + "4.96": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.16": { + "post": [7.0387, 5.21021, 0.46498], + "lerp_mode": "catmullrom" + }, + "7.44": { + "post": [5.07673, 9.96156, 0.88045], + "lerp_mode": "catmullrom" + }, + "8.64": { + "post": [6.91, 5.49, 0.48], + "lerp_mode": "catmullrom" + }, + "9.92": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "11.12": { + "post": [7.0387, 5.21021, 0.46498], + "lerp_mode": "catmullrom" + }, + "12.4": { + "post": [5.07673, 9.96156, 0.88045], + "lerp_mode": "catmullrom" + }, + "13.6": { + "post": [6.91, 5.49, 0.48], + "lerp_mode": "catmullrom" + }, + "14.88": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_2": { + "rotation": { + "0.0": { + "post": [5.00474, -2.49048, -0.21803], + "lerp_mode": "catmullrom" + }, + "2.6": { + "post": [5.019, 4.98093, 0.43688], + "lerp_mode": "catmullrom" + }, + "4.96": { + "post": [5.00474, -2.49048, -0.21803], + "lerp_mode": "catmullrom" + }, + "7.56": { + "post": [5.019, 4.98093, 0.43688], + "lerp_mode": "catmullrom" + }, + "9.92": { + "post": [5.00474, -2.49048, -0.21803], + "lerp_mode": "catmullrom" + }, + "12.52": { + "post": [5.019, 4.98093, 0.43688], + "lerp_mode": "catmullrom" + }, + "14.88": { + "post": [5.00474, -2.49048, -0.21803], + "lerp_mode": "catmullrom" + } + } + }, + "tail_3": { + "rotation": { + "0.0": { + "post": [-7.52832, -4.95712, 0.65426], + "lerp_mode": "catmullrom" + }, + "2.8": { + "post": [-7.52832, 4.95712, -0.65426], + "lerp_mode": "catmullrom" + }, + "4.96": { + "post": [-7.52832, -4.95712, 0.65426], + "lerp_mode": "catmullrom" + }, + "7.76": { + "post": [-7.52832, 4.95712, -0.65426], + "lerp_mode": "catmullrom" + }, + "9.92": { + "post": [-7.52832, -4.95712, 0.65426], + "lerp_mode": "catmullrom" + }, + "12.72": { + "post": [-7.52832, 4.95712, -0.65426], + "lerp_mode": "catmullrom" + }, + "14.88": { + "post": [-7.52832, -4.95712, 0.65426], + "lerp_mode": "catmullrom" + } + } + }, + "tail_4": { + "rotation": { + "0.0": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "2.92": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "4.96": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "7.88": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "9.92": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "12.84": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "14.88": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_5": { + "rotation": [0, -5, 0] + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 42.5], + "lerp_mode": "catmullrom" + }, + "2.48": { + "post": [0, 0, 47.5], + "lerp_mode": "catmullrom" + }, + "4.96": { + "post": [0, 0, 42.5], + "lerp_mode": "catmullrom" + }, + "7.44": { + "post": [0, 0, 47.5], + "lerp_mode": "catmullrom" + }, + "9.92": { + "post": [0, 0, 42.5], + "lerp_mode": "catmullrom" + }, + "12.4": { + "post": [0, 0, 47.5], + "lerp_mode": "catmullrom" + }, + "14.88": { + "post": [0, 0, 42.5], + "lerp_mode": "catmullrom" + } + } + }, + "forearm_right": { + "rotation": { + "0.0": { + "post": [-40, 0, -32.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-39.75778, 4.81281, -26.7411], + "lerp_mode": "catmullrom" + }, + "4.96": { + "post": [-40, 0, -32.5], + "lerp_mode": "catmullrom" + }, + "7.96": { + "post": [-39.75778, 4.81281, -26.7411], + "lerp_mode": "catmullrom" + }, + "9.92": { + "post": [-40, 0, -32.5], + "lerp_mode": "catmullrom" + }, + "12.92": { + "post": [-39.75778, 4.81281, -26.7411], + "lerp_mode": "catmullrom" + }, + "14.88": { + "post": [-40, 0, -32.5], + "lerp_mode": "catmullrom" + } + } + }, + "finger_right_1": { + "rotation": { + "0.0": { + "post": [-65, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.48": { + "post": [-85, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.96": { + "post": [-65, 0, 0], + "lerp_mode": "catmullrom" + }, + "7.44": { + "post": [-85, 0, 0], + "lerp_mode": "catmullrom" + }, + "9.92": { + "post": [-65, 0, 0], + "lerp_mode": "catmullrom" + }, + "12.4": { + "post": [-85, 0, 0], + "lerp_mode": "catmullrom" + }, + "14.88": { + "post": [-65, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "finger_right_2": { + "rotation": { + "0.0": { + "post": [31.33144, -34.12398, -47.33883], + "lerp_mode": "catmullrom" + }, + "2.48": { + "post": [37.45372, -27.03402, -59.31794], + "lerp_mode": "catmullrom" + }, + "4.96": { + "post": [31.33144, -34.12398, -47.33883], + "lerp_mode": "catmullrom" + }, + "7.44": { + "post": [37.45372, -27.03402, -59.31794], + "lerp_mode": "catmullrom" + }, + "9.92": { + "post": [31.33144, -34.12398, -47.33883], + "lerp_mode": "catmullrom" + }, + "12.4": { + "post": [37.45372, -27.03402, -59.31794], + "lerp_mode": "catmullrom" + }, + "14.88": { + "post": [31.33144, -34.12398, -47.33883], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-4, 0, -4], + "lerp_mode": "catmullrom" + }, + "4.96": { + "post": [-4, 0, -4], + "lerp_mode": "catmullrom" + }, + "9.92": { + "post": [-4, 0, -4], + "lerp_mode": "catmullrom" + }, + "14.88": { + "post": [-4, 0, -4], + "lerp_mode": "catmullrom" + } + } + }, + "finger_right_3": { + "rotation": { + "0.0": { + "post": [31.33144, 34.12398, 47.33883], + "lerp_mode": "catmullrom" + }, + "2.48": { + "post": [35.26439, 30, 54.73561], + "lerp_mode": "catmullrom" + }, + "4.96": { + "post": [31.33144, 34.12398, 47.33883], + "lerp_mode": "catmullrom" + }, + "7.44": { + "post": [35.26439, 30, 54.73561], + "lerp_mode": "catmullrom" + }, + "9.92": { + "post": [31.33144, 34.12398, 47.33883], + "lerp_mode": "catmullrom" + }, + "12.4": { + "post": [35.26439, 30, 54.73561], + "lerp_mode": "catmullrom" + }, + "14.88": { + "post": [31.33144, 34.12398, 47.33883], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [4, 0, -4], + "lerp_mode": "catmullrom" + }, + "4.96": { + "post": [4, 0, -4], + "lerp_mode": "catmullrom" + }, + "9.92": { + "post": [4, 0, -4], + "lerp_mode": "catmullrom" + }, + "14.88": { + "post": [4, 0, -4], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 0, -42.5], + "lerp_mode": "catmullrom" + }, + "2.48": { + "post": [0, 0, -47.5], + "lerp_mode": "catmullrom" + }, + "4.96": { + "post": [0, 0, -42.5], + "lerp_mode": "catmullrom" + }, + "7.44": { + "post": [0, 0, -47.5], + "lerp_mode": "catmullrom" + }, + "9.92": { + "post": [0, 0, -42.5], + "lerp_mode": "catmullrom" + }, + "12.4": { + "post": [0, 0, -47.5], + "lerp_mode": "catmullrom" + }, + "14.88": { + "post": [0, 0, -42.5], + "lerp_mode": "catmullrom" + } + } + }, + "forearm_left": { + "rotation": { + "0.0": { + "post": [-40, 0, 32.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-39.75778, -4.81281, 26.7411], + "lerp_mode": "catmullrom" + }, + "4.96": { + "post": [-40, 0, 32.5], + "lerp_mode": "catmullrom" + }, + "7.96": { + "post": [-39.75778, -4.81281, 26.7411], + "lerp_mode": "catmullrom" + }, + "9.92": { + "post": [-40, 0, 32.5], + "lerp_mode": "catmullrom" + }, + "12.92": { + "post": [-39.75778, -4.81281, 26.7411], + "lerp_mode": "catmullrom" + }, + "14.88": { + "post": [-40, 0, 32.5], + "lerp_mode": "catmullrom" + } + } + }, + "finger_left_1": { + "rotation": { + "0.0": { + "post": [-65, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.48": { + "post": [-85, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.96": { + "post": [-65, 0, 0], + "lerp_mode": "catmullrom" + }, + "7.44": { + "post": [-85, 0, 0], + "lerp_mode": "catmullrom" + }, + "9.92": { + "post": [-65, 0, 0], + "lerp_mode": "catmullrom" + }, + "12.4": { + "post": [-85, 0, 0], + "lerp_mode": "catmullrom" + }, + "14.88": { + "post": [-65, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "finger_left_2": { + "rotation": { + "0.0": { + "post": [31.33144, 34.12398, 47.33883], + "lerp_mode": "catmullrom" + }, + "2.48": { + "post": [37.45372, 27.03402, 59.31794], + "lerp_mode": "catmullrom" + }, + "4.96": { + "post": [31.33144, 34.12398, 47.33883], + "lerp_mode": "catmullrom" + }, + "7.44": { + "post": [37.45372, 27.03402, 59.31794], + "lerp_mode": "catmullrom" + }, + "9.92": { + "post": [31.33144, 34.12398, 47.33883], + "lerp_mode": "catmullrom" + }, + "12.4": { + "post": [37.45372, 27.03402, 59.31794], + "lerp_mode": "catmullrom" + }, + "14.88": { + "post": [31.33144, 34.12398, 47.33883], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [4, 0, -4], + "lerp_mode": "catmullrom" + }, + "4.96": { + "post": [4, 0, -4], + "lerp_mode": "catmullrom" + }, + "9.92": { + "post": [4, 0, -4], + "lerp_mode": "catmullrom" + }, + "14.88": { + "post": [4, 0, -4], + "lerp_mode": "catmullrom" + } + } + }, + "finger_left_3": { + "rotation": { + "0.0": { + "post": [31.33144, -34.12398, -47.33883], + "lerp_mode": "catmullrom" + }, + "2.48": { + "post": [35.26439, -30, -54.73561], + "lerp_mode": "catmullrom" + }, + "4.96": { + "post": [31.33144, -34.12398, -47.33883], + "lerp_mode": "catmullrom" + }, + "7.44": { + "post": [35.26439, -30, -54.73561], + "lerp_mode": "catmullrom" + }, + "9.92": { + "post": [31.33144, -34.12398, -47.33883], + "lerp_mode": "catmullrom" + }, + "12.4": { + "post": [35.26439, -30, -54.73561], + "lerp_mode": "catmullrom" + }, + "14.88": { + "post": [31.33144, -34.12398, -47.33883], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-4, 0, -4], + "lerp_mode": "catmullrom" + }, + "4.96": { + "post": [-4, 0, -4], + "lerp_mode": "catmullrom" + }, + "9.92": { + "post": [-4, 0, -4], + "lerp_mode": "catmullrom" + }, + "14.88": { + "post": [-4, 0, -4], + "lerp_mode": "catmullrom" + } + } + }, + "muncher_left_1": { + "rotation": { + "0.0": { + "post": [64.30829, -1.092, -51.29496], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [64.30829, -1.092, -51.29496], + "lerp_mode": "catmullrom" + }, + "2.68": { + "post": [61.80605, -1.20767, -51.53544], + "lerp_mode": "catmullrom" + }, + "5.76": { + "post": [64.30829, -1.092, -51.29496], + "lerp_mode": "catmullrom" + }, + "6.4": { + "post": [64.37136, 2.15952, -44.53523], + "lerp_mode": "catmullrom" + }, + "10.16": { + "post": [59.47648, 3.43138, -42.38033], + "lerp_mode": "catmullrom" + }, + "13.2": { + "post": [63.01, 0.03, -49.1], + "lerp_mode": "catmullrom" + }, + "14.88": { + "post": [64.30829, -1.092, -51.29496], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [20, 14, -4], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [20, 14, -4], + "lerp_mode": "catmullrom" + }, + "5.76": { + "post": [20, 14, -4], + "lerp_mode": "catmullrom" + }, + "13.2": { + "post": [20, 14, -4], + "lerp_mode": "catmullrom" + }, + "14.88": { + "post": [20, 14, -4], + "lerp_mode": "catmullrom" + } + } + }, + "muncher_left_2": { + "rotation": { + "0.0": { + "post": [-54.91573, 8.92899, 39.62367], + "lerp_mode": "catmullrom" + }, + "1.8": { + "post": [-53.16712, 11.77728, 35.44575], + "lerp_mode": "catmullrom" + }, + "5.76": { + "post": [-54.91573, 8.92899, 39.62367], + "lerp_mode": "catmullrom" + }, + "6.4": { + "post": [-44.91573, 8.92899, 39.62367], + "lerp_mode": "catmullrom" + }, + "7.16": { + "post": [-32.41573, 8.92899, 39.62367], + "lerp_mode": "catmullrom" + }, + "7.8": { + "post": [-14.91573, 8.92899, 39.62367], + "lerp_mode": "catmullrom" + }, + "9.0": { + "post": [-17.1785, 30.5775, 33.05396], + "lerp_mode": "catmullrom" + }, + "10.16": { + "post": [-31.16809, 60.57314, 14.20983], + "lerp_mode": "catmullrom" + }, + "10.72": { + "post": [-54.60983, 71.82553, -11.22313], + "lerp_mode": "catmullrom" + }, + "11.08": { + "post": [-61.33259, 73.15383, -18.27125], + "lerp_mode": "catmullrom" + }, + "13.2": { + "post": [-20.79, 16.95, 40.08], + "lerp_mode": "catmullrom" + }, + "14.88": { + "post": [-54.91573, 8.92899, 39.62367], + "lerp_mode": "catmullrom" + } + } + }, + "muncher_left_3": { + "rotation": { + "0.0": { + "post": [-11.23347, 25.25199, 25.03149], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [-11.4787, 27.70306, 24.48158], + "lerp_mode": "catmullrom" + }, + "5.76": { + "post": [-11.23347, 25.25199, 25.03149], + "lerp_mode": "catmullrom" + }, + "6.4": { + "post": [-18.73347, 25.25199, 25.03149], + "lerp_mode": "catmullrom" + }, + "7.8": { + "post": [-3.73347, 25.25199, 25.03149], + "lerp_mode": "catmullrom" + }, + "9.0": { + "post": [-4.01468, 32.73492, 24.45257], + "lerp_mode": "catmullrom" + }, + "10.72": { + "post": [41.42017, 69.98305, 44.09786], + "lerp_mode": "catmullrom" + }, + "13.2": { + "post": [6.41, 10.53, 8.27], + "lerp_mode": "catmullrom" + }, + "14.88": { + "post": [-11.23347, 25.25199, 25.03149], + "lerp_mode": "catmullrom" + } + } + }, + "muncher_left_head": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.72": { + "post": [10.08453, 7.38542, 1.30962], + "lerp_mode": "catmullrom" + }, + "3.92": { + "post": [11.08, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.52": { + "post": [23.89, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.28": { + "post": [-15.82, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.76": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.4": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "7.8": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "9.0": { + "post": [-28.67265, 25.60082, -31.40042], + "lerp_mode": "catmullrom" + }, + "10.72": { + "post": [35.79763, 76.96826, -29.1294], + "lerp_mode": "catmullrom" + }, + "11.24": { + "post": [35.8, 76.97, -29.13], + "lerp_mode": "catmullrom" + }, + "11.68": { + "post": [18.3, 76.97, -29.13], + "lerp_mode": "catmullrom" + }, + "13.2": { + "post": [12.59, 32.84, -12.43], + "lerp_mode": "catmullrom" + }, + "14.88": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "muncher_left_jaw": { + "rotation": { + "0.0": [0, 0, 0], + "4.48": [0, 0, 0], + "4.88": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.76": { + "post": [-90, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.24": { + "post": [-52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.92": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "10.04": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "10.32": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "10.72": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + }, + "11.44": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "11.76": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "13.2": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "14.88": [0, 0, 0] + } + }, + "muncher_right_1": { + "rotation": { + "0.0": { + "post": [64.30829, 1.092, 51.29496], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [64.37136, -2.15952, 44.53523], + "lerp_mode": "catmullrom" + }, + "4.4": { + "post": [59.47648, -3.43138, 42.38033], + "lerp_mode": "catmullrom" + }, + "8.64": { + "post": [64.30829, 1.092, 51.29496], + "lerp_mode": "catmullrom" + }, + "11.16": { + "post": [71.80829, 1.092, 51.29496], + "lerp_mode": "catmullrom" + }, + "14.88": { + "post": [64.30829, 1.092, 51.29496], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-20, 14, -4], + "lerp_mode": "catmullrom" + }, + "8.64": { + "post": [-20, 14, -4], + "lerp_mode": "catmullrom" + }, + "14.88": { + "post": [-20, 14, -4], + "lerp_mode": "catmullrom" + } + } + }, + "muncher_right_2": { + "rotation": { + "0.0": { + "post": [-54.91573, -8.92899, -39.62367], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [-44.91573, -8.92899, -39.62367], + "lerp_mode": "catmullrom" + }, + "1.4": { + "post": [-32.41573, -8.92899, -39.62367], + "lerp_mode": "catmullrom" + }, + "2.04": { + "post": [-14.91573, -8.92899, -39.62367], + "lerp_mode": "catmullrom" + }, + "3.24": { + "post": [-17.1785, -30.5775, -33.05396], + "lerp_mode": "catmullrom" + }, + "4.4": { + "post": [-31.16809, -60.57314, -14.20983], + "lerp_mode": "catmullrom" + }, + "4.96": { + "post": [-54.60983, -71.82553, 11.22313], + "lerp_mode": "catmullrom" + }, + "5.32": { + "post": [-61.33259, -73.15383, 18.27125], + "lerp_mode": "catmullrom" + }, + "7.04": { + "post": [-16.08395, -23.39008, -35.46124], + "lerp_mode": "catmullrom" + }, + "8.64": { + "post": [-54.91573, -8.92899, -39.62367], + "lerp_mode": "catmullrom" + }, + "10.6": { + "post": [-54.37982, -6.03473, -43.73632], + "lerp_mode": "catmullrom" + }, + "11.96": { + "post": [-59.37982, -6.03473, -43.73632], + "lerp_mode": "catmullrom" + }, + "13.28": { + "post": [-51.87982, -6.03473, -43.73632], + "lerp_mode": "catmullrom" + }, + "14.88": { + "post": [-54.91573, -8.92899, -39.62367], + "lerp_mode": "catmullrom" + } + } + }, + "muncher_right_3": { + "rotation": { + "0.0": { + "post": [-11.23347, -25.25199, -25.03149], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [-18.73347, -25.25199, -25.03149], + "lerp_mode": "catmullrom" + }, + "2.04": { + "post": [-3.73347, -25.25199, -25.03149], + "lerp_mode": "catmullrom" + }, + "3.24": { + "post": [-4.01468, -32.73492, -24.45257], + "lerp_mode": "catmullrom" + }, + "4.96": { + "post": [41.42017, -69.98305, -44.09786], + "lerp_mode": "catmullrom" + }, + "7.04": { + "post": [13.38119, -11.89831, -7.24876], + "lerp_mode": "catmullrom" + }, + "8.64": { + "post": [-11.23347, -25.25199, -25.03149], + "lerp_mode": "catmullrom" + }, + "9.44": { + "post": [-10.83104, -20.34424, -26.06906], + "lerp_mode": "catmullrom" + }, + "14.88": { + "post": [-11.23347, -25.25199, -25.03149], + "lerp_mode": "catmullrom" + } + } + }, + "muncher_right_head": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.04": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.24": { + "post": [-28.67265, -25.60082, 31.40042], + "lerp_mode": "catmullrom" + }, + "4.96": { + "post": [35.79763, -76.96826, 29.1294], + "lerp_mode": "catmullrom" + }, + "5.48": { + "post": [35.8, -76.97, 29.13], + "lerp_mode": "catmullrom" + }, + "5.92": { + "post": [18.3, -76.97, 29.13], + "lerp_mode": "catmullrom" + }, + "8.64": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "13.32": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "14.08": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "14.88": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "muncher_right_jaw": { + "rotation": { + "0.0": { + "post": [-90, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [-52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.16": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.28": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.56": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.96": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.68": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "8.64": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "13.44": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "14.88": { + "post": [-90, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tusk_right": { + "rotation": [-57.46013, 52.30155, 20.28592], + "position": [1, 11, -12] + }, + "tusk_left": { + "rotation": [-57.46013, -52.30155, -20.28592], + "position": [-1, 11, -12] + }, + "leg_left": { + "rotation": [0, 35, 0] + }, + "leg_right": { + "rotation": [0, -35, 0] + } + } + }, + "animation.guzzlord.ground_walk": { + "loop": true, + "animation_length": 8, + "bones": { + "all": { + "position": { + "3.0": [0, 0, 0], + "3.08": [0, -1, 0], + "3.16": [0, 0, 0], + "3.24": [0, -1, 0], + "3.32": [0, 0, 0], + "7.0": [0, 0, 0], + "7.08": [0, -1, 0], + "7.16": [0, 0, 0], + "7.24": [0, -1, 0], + "7.32": [0, 0, 0] + } + }, + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "tail_1": { + "rotation": [5, 0, 0] + }, + "tail_3": { + "rotation": { + "0.0": { + "post": [-7.52832, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_4": { + "rotation": [0, 0, 0] + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 75], + "lerp_mode": "catmullrom" + } + } + }, + "forearm_right": { + "rotation": { + "0.0": { + "post": [-59.21027, -41.56076, 15.56989], + "lerp_mode": "catmullrom" + }, + "1.72": { + "post": [-69.21027, -41.56076, 15.56989], + "lerp_mode": "catmullrom" + }, + "3.84": { + "post": [-59.21027, -41.56076, 15.56989], + "lerp_mode": "catmullrom" + }, + "5.8": { + "post": [-69.21027, -41.56076, 15.56989], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [-59.21027, -41.56076, 15.56989], + "lerp_mode": "catmullrom" + } + } + }, + "finger_right_1": { + "rotation": { + "0.0": { + "post": [-102.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "finger_right_2": { + "rotation": { + "0.0": { + "post": [42.18626, 17.38772, -108.2489], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-4, 0, -4], + "lerp_mode": "catmullrom" + } + } + }, + "finger_right_3": { + "rotation": { + "0.0": { + "post": [44.00703, -10.54529, 100.72858], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [4, 0, -4], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 0, -75], + "lerp_mode": "catmullrom" + } + } + }, + "forearm_left": { + "rotation": { + "0.0": { + "post": [-59.21027, 41.56076, -15.56989], + "lerp_mode": "catmullrom" + }, + "1.72": { + "post": [-69.21027, 41.56076, -15.56989], + "lerp_mode": "catmullrom" + }, + "3.84": { + "post": [-59.21027, 41.56076, -15.56989], + "lerp_mode": "catmullrom" + }, + "5.8": { + "post": [-69.21027, 41.56076, -15.56989], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [-59.21027, 41.56076, -15.56989], + "lerp_mode": "catmullrom" + } + } + }, + "finger_left_1": { + "rotation": { + "0.0": { + "post": [-102.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "finger_left_2": { + "rotation": { + "0.0": { + "post": [42.18626, -17.38772, 108.2489], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [4, 0, -4], + "lerp_mode": "catmullrom" + } + } + }, + "finger_left_3": { + "rotation": { + "0.0": { + "post": [44.00703, 10.54529, -100.72858], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-4, 0, -4], + "lerp_mode": "catmullrom" + } + } + }, + "muncher_left_1": { + "rotation": { + "0.0": { + "post": [64.30829, -1.092, -51.29496], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [66.80829, -1.092, -51.29496], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [64.80829, -1.092, -51.29496], + "lerp_mode": "catmullrom" + }, + "5.96": { + "post": [64.82891, -1.51749, -52.20016], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [64.30829, -1.092, -51.29496], + "lerp_mode": "catmullrom" + } + }, + "position": [20, 14, -4] + }, + "muncher_left_2": { + "rotation": { + "0.0": { + "post": [-54.91573, 8.92899, 39.62367], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-42.41573, 8.92899, 39.62367], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-57.41573, 8.92899, 39.62367], + "lerp_mode": "catmullrom" + }, + "7.0": { + "post": [-56.85711, 6.21454, 43.86006], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [-54.91573, 8.92899, 39.62367], + "lerp_mode": "catmullrom" + } + } + }, + "muncher_left_3": { + "rotation": { + "0.0": { + "post": [-12.07176, 32.59804, 23.30192], + "lerp_mode": "catmullrom" + }, + "2.36": { + "post": [7.92824, 32.59804, 23.30192], + "lerp_mode": "catmullrom" + }, + "4.44": { + "post": [-17.07176, 32.59804, 23.30192], + "lerp_mode": "catmullrom" + }, + "7.0": { + "post": [-15.58573, 22.99867, 26.47657], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [-12.07176, 32.59804, 23.30192], + "lerp_mode": "catmullrom" + } + } + }, + "muncher_left_head": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.32": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.6": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.36": { + "post": [21.3487, 15.69554, 2.05111], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "muncher_right_1": { + "rotation": { + "0.0": { + "post": [64.80829, 1.092, 51.29496], + "lerp_mode": "catmullrom" + }, + "1.52": { + "post": [64.82891, 1.51749, 52.20016], + "lerp_mode": "catmullrom" + }, + "3.48": { + "post": [64.30829, 1.092, 51.29496], + "lerp_mode": "catmullrom" + }, + "5.28": { + "post": [66.80829, 1.092, 51.29496], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [64.80829, 1.092, 51.29496], + "lerp_mode": "catmullrom" + } + }, + "position": [-20, 14, -4] + }, + "muncher_right_2": { + "rotation": { + "0.0": { + "post": [-57.11067, -7.57688, -41.74854], + "lerp_mode": "catmullrom" + }, + "1.68": { + "post": [-56.85711, -6.21454, -43.86006], + "lerp_mode": "catmullrom" + }, + "3.48": { + "post": [-54.91573, -8.92899, -39.62367], + "lerp_mode": "catmullrom" + }, + "5.28": { + "post": [-42.41573, -8.92899, -39.62367], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [-57.11067, -7.57688, -41.74854], + "lerp_mode": "catmullrom" + } + } + }, + "muncher_right_3": { + "rotation": { + "0.0": { + "post": [-12.73, -33.23, -23.09], + "lerp_mode": "catmullrom" + }, + "1.68": { + "post": [-15.58573, -22.99867, -26.47657], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-12.07176, -32.59804, -23.30192], + "lerp_mode": "catmullrom" + }, + "6.36": { + "post": [7.92824, -32.59804, -23.30192], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [-12.73, -33.23, -23.09], + "lerp_mode": "catmullrom" + } + } + }, + "muncher_right_head": { + "rotation": { + "0.0": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.92": { + "post": [23.70276, -19.52353, -4.02964], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.32": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tusk_right": { + "rotation": [-57.46013, 52.30155, 20.28592], + "position": [1, 11, -12] + }, + "tusk_left": { + "rotation": [-57.46013, -52.30155, -20.28592], + "position": [-1, 11, -12] + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 35, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 35, 0], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 14, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": { + "0.0": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "7.0": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [0, 14, -5], + "lerp_mode": "catmullrom" + }, + "7.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.guzzlord.faint": { + "loop": true, + "animation_length": 2.85, + "bones": { + "all": { + "position": { + "1.44": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": [0, -9, 0], + "2.08": [0, -10.6, 0], + "2.16": [0, -9, 0], + "2.24": [0, -10.6, 0], + "2.32": [0, -9, 0] + } + }, + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.52": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.04": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.76": { + "post": [-6, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_1": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.52": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.28": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.84": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_2": { + "rotation": { + "0.0": { + "post": [5.00474, -2.49048, -0.21803], + "lerp_mode": "catmullrom" + }, + "0.88": { + "post": [0.00474, -2.49048, -0.21803], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [-2.49526, -2.49048, -0.21803], + "lerp_mode": "catmullrom" + }, + "2.28": { + "post": [10.00474, -2.49048, -0.21803], + "lerp_mode": "catmullrom" + }, + "2.84": { + "post": [0.00474, -2.49048, -0.21803], + "lerp_mode": "catmullrom" + } + } + }, + "tail_3": { + "rotation": { + "0.0": { + "post": [-7.52832, -4.95712, 0.65426], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [-10.02832, -4.95712, 0.65426], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [-7.52832, -4.95712, 0.65426], + "lerp_mode": "catmullrom" + }, + "2.28": { + "post": [12.47168, -4.95712, 0.65426], + "lerp_mode": "catmullrom" + }, + "2.84": { + "post": [2.47168, -4.95712, 0.65426], + "lerp_mode": "catmullrom" + } + } + }, + "tail_4": { + "rotation": [0, -5, 0] + }, + "tail_5": { + "rotation": { + "0.0": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "1.8": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "2.28": { + "post": [2.5, -5, 0], + "lerp_mode": "catmullrom" + }, + "2.84": { + "post": [-5, -5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.44": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.08": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.52": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [-27.5, 0, 42.5], + "lerp_mode": "catmullrom" + }, + "1.44": { + "post": [-5, 0, 42.5], + "lerp_mode": "catmullrom" + }, + "2.04": { + "post": [-5, 0, 42.5], + "lerp_mode": "catmullrom" + }, + "2.68": { + "post": [-1.29717, 4.82922, 117.4453], + "lerp_mode": "catmullrom" + } + } + }, + "forearm_right": { + "rotation": { + "0.0": { + "post": [-52.5, 0, -32.5], + "lerp_mode": "catmullrom" + }, + "1.44": { + "post": [-25, 0, -32.5], + "lerp_mode": "catmullrom" + }, + "2.04": { + "post": [-25, 0, -32.5], + "lerp_mode": "catmullrom" + }, + "2.68": { + "post": [-18.2489, 17.38772, 9.68626], + "lerp_mode": "catmullrom" + }, + "2.84": { + "post": [-15.84766, 19.58991, 17.24702], + "lerp_mode": "catmullrom" + } + } + }, + "finger_right_1": { + "rotation": { + "0.0": { + "post": [-65, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.44": { + "post": [-105, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.24": { + "post": [-105, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.64": { + "post": [-65, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "finger_right_2": { + "rotation": { + "0.0": { + "post": [31.33144, -34.12398, -47.33883], + "lerp_mode": "catmullrom" + }, + "1.44": { + "post": [44.56145, 7.05302, -97.10708], + "lerp_mode": "catmullrom" + }, + "2.24": { + "post": [44.56145, 7.05302, -97.10708], + "lerp_mode": "catmullrom" + }, + "2.64": { + "post": [31.33144, -34.12398, -47.33883], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-4, 0, -4], + "lerp_mode": "catmullrom" + }, + "2.64": { + "post": [-4, 0, -4], + "lerp_mode": "catmullrom" + } + } + }, + "finger_right_3": { + "rotation": { + "0.0": { + "post": [31.33144, 34.12398, 47.33883], + "lerp_mode": "catmullrom" + }, + "1.44": { + "post": [44.31282, -8.80348, 98.90928], + "lerp_mode": "catmullrom" + }, + "2.24": { + "post": [44.31282, -8.80348, 98.90928], + "lerp_mode": "catmullrom" + }, + "2.64": { + "post": [31.33144, 34.12398, 47.33883], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [4, 0, -4], + "lerp_mode": "catmullrom" + }, + "2.64": { + "post": [4, 0, -4], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [-27.5, 0, -42.5], + "lerp_mode": "catmullrom" + }, + "1.44": { + "post": [-5, 0, -42.5], + "lerp_mode": "catmullrom" + }, + "2.04": { + "post": [-5, 0, -42.5], + "lerp_mode": "catmullrom" + }, + "2.68": { + "post": [-1.29717, -4.82922, -117.4453], + "lerp_mode": "catmullrom" + } + } + }, + "forearm_left": { + "rotation": { + "0.0": { + "post": [-52.5, 0, 32.5], + "lerp_mode": "catmullrom" + }, + "1.44": { + "post": [-25, 0, 32.5], + "lerp_mode": "catmullrom" + }, + "2.04": { + "post": [-25, 0, 32.5], + "lerp_mode": "catmullrom" + }, + "2.68": { + "post": [-18.2489, -17.38772, -9.68626], + "lerp_mode": "catmullrom" + }, + "2.84": { + "post": [-15.84766, -19.58991, -17.24702], + "lerp_mode": "catmullrom" + } + } + }, + "finger_left_1": { + "rotation": { + "0.0": { + "post": [-65, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.44": { + "post": [-105, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.24": { + "post": [-105, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.64": { + "post": [-65, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "finger_left_2": { + "rotation": { + "0.0": { + "post": [31.33144, 34.12398, 47.33883], + "lerp_mode": "catmullrom" + }, + "1.44": { + "post": [44.56145, -7.05302, 97.10708], + "lerp_mode": "catmullrom" + }, + "2.24": { + "post": [44.56145, -7.05302, 97.10708], + "lerp_mode": "catmullrom" + }, + "2.64": { + "post": [31.33144, 34.12398, 47.33883], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [4, 0, -4], + "lerp_mode": "catmullrom" + }, + "2.64": { + "post": [4, 0, -4], + "lerp_mode": "catmullrom" + } + } + }, + "finger_left_3": { + "rotation": { + "0.0": { + "post": [31.33144, -34.12398, -47.33883], + "lerp_mode": "catmullrom" + }, + "1.44": { + "post": [44.31282, 8.80348, -98.90928], + "lerp_mode": "catmullrom" + }, + "2.24": { + "post": [44.31282, 8.80348, -98.90928], + "lerp_mode": "catmullrom" + }, + "2.64": { + "post": [31.33144, -34.12398, -47.33883], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-4, 0, -4], + "lerp_mode": "catmullrom" + }, + "2.64": { + "post": [-4, 0, -4], + "lerp_mode": "catmullrom" + } + } + }, + "muncher_left_1": { + "rotation": { + "0.0": { + "post": [64.30829, -1.092, -51.29496], + "lerp_mode": "catmullrom" + }, + "1.44": { + "post": [69.33697, 1.55961, -44.27865], + "lerp_mode": "catmullrom" + }, + "2.64": { + "post": [56.54593, -9.58861, -74.93311], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [20, 14, -4], + "lerp_mode": "catmullrom" + } + } + }, + "muncher_left_2": { + "rotation": { + "0.0": { + "post": [-54.91573, 8.92899, 39.62367], + "lerp_mode": "catmullrom" + }, + "1.44": { + "post": [-49.91573, 8.92899, 39.62367], + "lerp_mode": "catmullrom" + }, + "2.64": { + "post": [-16.03505, 18.1566, 66.31779], + "lerp_mode": "catmullrom" + } + } + }, + "muncher_left_3": { + "rotation": { + "0.0": { + "post": [-11.23347, 25.25199, 25.03149], + "lerp_mode": "catmullrom" + }, + "1.44": { + "post": [16.26653, 25.25199, 25.03149], + "lerp_mode": "catmullrom" + }, + "2.76": { + "post": [9.662, 29.41132, 0.08849], + "lerp_mode": "catmullrom" + } + } + }, + "muncher_left_head": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.44": { + "post": [24.51315, 0.59696, 4.08877], + "lerp_mode": "catmullrom" + }, + "2.64": { + "post": [0.09319, 1.07785, 7.3825], + "lerp_mode": "catmullrom" + } + } + }, + "muncher_right_1": { + "rotation": { + "0.0": { + "post": [64.30829, 1.092, 51.29496], + "lerp_mode": "catmullrom" + }, + "1.44": { + "post": [69.33697, -1.55961, 44.27865], + "lerp_mode": "catmullrom" + }, + "2.64": { + "post": [56.54593, 9.58861, 74.93311], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-20, 14, -4], + "lerp_mode": "catmullrom" + } + } + }, + "muncher_right_2": { + "rotation": { + "0.0": { + "post": [-54.91573, -8.92899, -39.62367], + "lerp_mode": "catmullrom" + }, + "1.44": { + "post": [-37.41573, -8.92899, -39.62367], + "lerp_mode": "catmullrom" + }, + "2.64": { + "post": [-15.52661, -23.64703, -67.43562], + "lerp_mode": "catmullrom" + } + } + }, + "muncher_right_3": { + "rotation": { + "0.0": { + "post": [-11.23347, -25.25199, -25.03149], + "lerp_mode": "catmullrom" + }, + "1.44": { + "post": [33.76653, -25.25199, -25.03149], + "lerp_mode": "catmullrom" + }, + "2.76": { + "post": [7.86427, -38.73783, -5.3934], + "lerp_mode": "catmullrom" + } + } + }, + "muncher_right_head": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.44": { + "post": [24.51315, -0.59696, -4.08877], + "lerp_mode": "catmullrom" + }, + "2.64": { + "post": [7.47147, -1.73369, -2.42418], + "lerp_mode": "catmullrom" + } + } + }, + "muncher_right_jaw": { + "rotation": { + "0.76": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.08": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tusk_right": { + "rotation": [-57.46013, 52.30155, 20.28592], + "position": [1, 11, -12] + }, + "tusk_left": { + "rotation": [-57.46013, -52.30155, -20.28592], + "position": [-1, 11, -12] + }, + "eyebrow_right": { + "rotation": { + "0.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "eyebrow_left": { + "rotation": { + "0.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [0, 35, 0], + "lerp_mode": "catmullrom" + }, + "1.44": { + "post": [-3.49226, 34.84748, -6.0963], + "lerp_mode": "catmullrom" + }, + "2.04": { + "post": [34.58897, 5.71617, 81.78112], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.44": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": { + "0.0": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + }, + "1.44": { + "post": [-3.49226, -34.84748, 6.0963], + "lerp_mode": "catmullrom" + }, + "2.04": { + "post": [34.58897, -5.71617, -81.78112], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.44": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.guzzlord.sleep": { + "animation_length": 0.12, + "bones": { + "tail_1": { + "rotation": [5, 0, 0] + }, + "tail_2": { + "rotation": [5.00474, -2.49048, -0.21803] + }, + "tail_3": { + "rotation": [-7.52832, -4.95712, 0.65426] + }, + "tail_4": { + "rotation": [0, -5, 0] + }, + "tail_5": { + "rotation": [0, -5, 0] + }, + "arm_right": { + "rotation": [0, 0, 42.5] + }, + "forearm_right": { + "rotation": [-40, 0, -32.5] + }, + "finger_right_1": { + "rotation": [-65, 0, 0] + }, + "finger_right_2": { + "rotation": [31.33144, -34.12398, -47.33883], + "position": [-4, 0, -4] + }, + "finger_right_3": { + "rotation": [31.33144, 34.12398, 47.33883], + "position": [4, 0, -4] + }, + "arm_left": { + "rotation": [0, 0, -42.5] + }, + "forearm_left": { + "rotation": [-40, 0, 32.5] + }, + "finger_left_1": { + "rotation": [-65, 0, 0] + }, + "finger_left_2": { + "rotation": [31.33144, 34.12398, 47.33883], + "position": [4, 0, -4] + }, + "finger_left_3": { + "rotation": [31.33144, -34.12398, -47.33883], + "position": [-4, 0, -4] + }, + "muncher_left_1": { + "rotation": [64.30829, -1.092, -51.29496], + "position": [20, 14, -4] + }, + "muncher_left_2": { + "rotation": [-54.91573, 8.92899, 39.62367] + }, + "muncher_left_3": { + "rotation": [-11.23347, 25.25199, 25.03149] + }, + "muncher_left_head": { + "rotation": [10, 0, 0] + }, + "muncher_right_1": { + "rotation": [64.30829, 1.092, 51.29496], + "position": [-20, 14, -4] + }, + "muncher_right_2": { + "rotation": [-54.91573, -8.92899, -39.62367] + }, + "muncher_right_3": { + "rotation": [-11.23347, -25.25199, -25.03149] + }, + "muncher_right_head": { + "rotation": [10, 0, 0] + }, + "tusk_right": { + "rotation": [-57.46013, 52.30155, 20.28592], + "position": [1, 11, -12] + }, + "tusk_left": { + "rotation": [-57.46013, -52.30155, -20.28592], + "position": [-1, 11, -12] + }, + "leg_left": { + "rotation": [0, 35, 0] + }, + "leg_right": { + "rotation": [0, -35, 0] + } + } + } + }, + "geckolib_format_version": 2 +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/hawlucha/hawlucha.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/hawlucha/hawlucha.animation.json new file mode 100644 index 0000000..6f38fdf --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/hawlucha/hawlucha.animation.json @@ -0,0 +1,729 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.hawlucha.ground_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "torso": { + "rotation": ["math.cos(q.anim_time*90*2)", "math.cos(q.anim_time*90*2+45)", 0], + "position": [0, "-1/4-math.cos(q.anim_time*90*2-22.5)/4", 0] + }, + "arm_left": { + "rotation": [0, "-22.5+math.cos(q.anim_time*90*2-45)*2", 45] + }, + "arm_left2": { + "rotation": [0, "45+math.cos(q.anim_time*90*2-90)*3", 0], + "position": [-1, 0, 1] + }, + "hand_left": { + "rotation": [0, "5+math.cos(q.anim_time*90*2-90-45)*3", 22.5] + }, + "arm_right": { + "rotation": [0, "22.5+math.cos(q.anim_time*90*2-45)*2", -45] + }, + "arm_right2": { + "rotation": [0, "-45+math.cos(q.anim_time*90*2-90)*3", 0], + "position": [1, 0, 1] + }, + "hand_right": { + "rotation": [0, "-5+math.cos(q.anim_time*90*2-90-45)*3", -22.5] + }, + "leg_left": { + "rotation": [15, -45, -5], + "position": ["math.cos(q.anim_time*90*2)/5", "-math.cos(q.anim_time*90*2)/16", "1-math.cos(q.anim_time*90*2)/6"] + }, + "leg_left2": { + "rotation": ["math.cos(q.anim_time*90*2)*3", 0, 0] + }, + "foot_left": { + "rotation": ["-math.cos(q.anim_time*90*2)*3", 0, 0] + }, + "leg_right": { + "rotation": [10, 22.5, 2.5], + "position": ["-0.5-math.cos(q.anim_time*90*2-45)/9", "0.125-math.cos(q.anim_time*90*2-45)/15", "-0.5-math.cos(q.anim_time*90*2-45)/4"] + }, + "leg_right2": { + "rotation": ["math.cos(q.anim_time*90*2-45)*3", 0, 0] + }, + "foot_right": { + "rotation": ["-math.cos(q.anim_time*90*2-45)*3", 0, 0] + } + } + }, + "animation.hawlucha.battle_idle": { + "loop": true, + "bones": { + "torso": { + "rotation": ["math.cos(q.anim_time*90*2)", "math.cos(q.anim_time*90*2+45)", 0], + "position": [0, "-1/4-math.cos(q.anim_time*90*2-22.5)/4", 0] + }, + "arm_left": { + "rotation": [11.70462, "-19.0776+math.cos(q.anim_time*90*2-45)*2", 10.67521] + }, + "arm_left2": { + "rotation": [-44.33725, "57.0694+math.cos(q.anim_time*90*2-90)*3", -63.60677], + "position": [-2, -1, 1] + }, + "hand_left": { + "rotation": [0, "5+math.cos(q.anim_time*90*2-90-45)*3", 22.5] + }, + "arm_right": { + "rotation": [18.76218, "13.6894+math.cos(q.anim_time*90*2-45)*2", 7.50942] + }, + "arm_right2": { + "rotation": [-26.56504, "-37.7613+math.cos(q.anim_time*90*2-90)*3", 39.23152], + "position": [3, -1, 1] + }, + "hand_right": { + "rotation": [-5.35153, "0.8263+math.cos(q.anim_time*90*2-90-45)*3", -18.41585] + }, + "leg_left": { + "rotation": [51.68995, -41.71253, -26.35193], + "position": ["math.cos(q.anim_time*90*2)/5", "-math.cos(q.anim_time*90*2)/16", "-math.cos(q.anim_time*90*2)/6"] + }, + "leg_left2": { + "rotation": ["-16.2407+math.cos(q.anim_time*90*2)*3", 6.60796, 21.55613], + "position": [-0.5, -0.4, -0.5] + }, + "foot_left": { + "rotation": ["-5-math.cos(q.anim_time*90*2)*3", 0, 0] + }, + "leg_right": { + "rotation": [10, 22.5, 2.5], + "position": ["0-math.cos(q.anim_time*90*2-45)/9", "0.125-math.cos(q.anim_time*90*2-45)/15", "-0.5-math.cos(q.anim_time*90*2-45)/4"] + }, + "leg_right2": { + "rotation": ["math.cos(q.anim_time*90*2-45)*3", 0, 0] + }, + "foot_right": { + "rotation": ["-math.cos(q.anim_time*90*2-45)*3", 0, 0] + }, + "head": { + "rotation": [7.5, 0, 0] + } + } + }, + "animation.hawlucha.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "torso": { + "rotation": ["math.cos(q.anim_time*90*4*2)", "-math.cos(q.anim_time*90*4)*5", "math.cos(q.anim_time*90*4)*2"], + "position": [0, "-1/3.5+math.cos(q.anim_time*90*4*2-45)/3.5", 0] + }, + "arm_left": { + "rotation": [0, "-22.5-math.cos(q.anim_time*90*4-45)*10", 45] + }, + "arm_left2": { + "rotation": [0, "45-math.cos(q.anim_time*90*4-90)*10", 0], + "position": [-1, 0, 1] + }, + "hand_left": { + "rotation": [0, "15-math.cos(q.anim_time*90*4-90-45)*10", 22.5] + }, + "arm_right": { + "rotation": [0, "22.5-math.cos(q.anim_time*90*4-45)*10", -45] + }, + "arm_right2": { + "rotation": [0, "-45-math.cos(q.anim_time*90*4-90)*10", 0], + "position": [1, 0, 1] + }, + "hand_right": { + "rotation": [0, "-15-math.cos(q.anim_time*90*4-90-45)*10", -22.5] + }, + "leg_left": { + "rotation": { + "0.0": [7.5, -22.5, -2.5], + "0.25": [7.5, -22.5, -2.5], + "0.375": { + "pre": [25, -22.5, -2.5], + "post": [25, -22.5, -2.5], + "lerp_mode": "catmullrom" + }, + "0.5": [13.13, -22.5, -2.5], + "0.625": { + "pre": [0, -22.5, -2.5], + "post": [0, -22.5, -2.5], + "lerp_mode": "catmullrom" + }, + "0.75": [7.5, -22.5, -2.5], + "1.0": [7.5, -22.5, -2.5] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 2], + "0.375": [0, 1, 1], + "0.4167": [0, 1.25, 0.67], + "0.5": [0, 1.5, 0], + "0.5833": [0, 1.25, -0.67], + "0.625": [0, 1, -1], + "0.75": [0, 0, -2], + "1.0": [0, 0, 0] + } + }, + "leg_right": { + "rotation": { + "0.0": [13.13, 22.5, 2.5], + "0.125": { + "pre": [0, 22.5, 2.5], + "post": [0, 22.5, 2.5], + "lerp_mode": "catmullrom" + }, + "0.25": [7.5, 22.5, 2.5], + "0.5": [7.5, 22.5, 2.5], + "0.75": [7.5, 22.5, 2.5], + "0.875": { + "pre": [25, 22.5, 2.5], + "post": [25, 22.5, 2.5], + "lerp_mode": "catmullrom" + }, + "1.0": [13.13, 22.5, 2.5] + }, + "position": { + "0.0": [0, 1.5, 0], + "0.0833": [0, 1.25, -0.67], + "0.125": [0, 1, -1], + "0.25": [0, 0, -2], + "0.5": [0, 0, 0], + "0.75": [0, 0, 2], + "0.875": [0, 1, 1], + "0.9167": [0, 1.25, 0.67], + "1.0": [0, 1.5, 0] + } + }, + "head": { + "rotation": ["math.cos(q.anim_time*90*4*2+90)", "-math.cos(q.anim_time*90*4+90)", "math.cos(q.anim_time*90*4+45)*2"] + }, + "leg_left2": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [0, 0, 0], + "0.25": { + "pre": [22.5, 0, 0], + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [-0.28, 0, 0], + "0.625": { + "pre": [-10, 0, 0], + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": [0, 0, 0], + "1.0": [0, 0, 0] + } + }, + "foot_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": [0, 0, 0], + "0.5": [45, 0, 0], + "0.625": [-22.5, 0, 0], + "0.75": [0, 0, 0], + "1.0": [0, 0, 0] + }, + "position": { + "0.5": [0, 0, 0], + "0.625": [0, -0.5, 0], + "0.75": [0, 0, 0], + "1.0": [0, 0, 0] + } + }, + "leg_right2": { + "rotation": { + "0.0": [-0.28, 0, 0], + "0.125": { + "pre": [-10, 0, 0], + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": [0, 0, 0], + "0.5": [0, 0, 0], + "0.625": [0, 0, 0], + "0.75": { + "pre": [22.5, 0, 0], + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": [-0.28, 0, 0] + } + }, + "foot_right": { + "rotation": { + "0.0": [45, 0, 0], + "0.125": [-22.5, 0, 0], + "0.25": [0, 0, 0], + "0.5": [0, 0, 0], + "0.8333": [0, 0, 0], + "1.0": [45, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.125": [0, -0.5, 0], + "0.25": [0, 0, 0], + "0.5": [0, 0, 0], + "1.0": [0, 0, 0] + } + } + } + }, + "animation.hawlucha.ground_run": { + "loop": true, + "animation_length": 0.75, + "bones": { + "body": { + "position": { + "0.0": [0, 1.5, 0], + "0.0833": [0, 0, 0], + "0.1667": { + "pre": [0, 2, 0], + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "0.375": [0, 1.5, 0], + "0.4583": [0, 0, 0], + "0.5417": { + "pre": [0, 2, 0], + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 1.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": ["30-math.cos(q.anim_time*90*5*2.125)*3", "-math.cos(q.anim_time*90*5)*2", "math.cos(q.anim_time*90*5)*2"] + }, + "arm_left": { + "rotation": [-45, -66.00747, 62.47097] + }, + "arm_left2": { + "rotation": [0, 0, 0] + }, + "arm_right": { + "rotation": [-45, 66.00747, -62.47097] + }, + "head": { + "rotation": ["-15-math.cos(q.anim_time*90*5*2.125+90)*3", 0, 0] + }, + "leg_left": { + "rotation": { + "0.0": [80, 0, 0], + "0.125": { + "pre": [-20, 0, 0], + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [80, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": [80, 0, 0] + } + }, + "leg_left2": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [67.5, 0, 0], + "0.25": { + "pre": [-30, 0, 0], + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-21.09, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [45, 0, 0], + "0.2083": [45, 0, 0], + "0.3333": [0, 0, 0], + "0.375": [0, 0, 0], + "0.4167": [0, 0, 0], + "0.4583": [-15, 0, 0], + "0.5833": [0, 0, 0], + "0.75": [0, 0, 0] + } + }, + "leg_right": { + "rotation": { + "0.0": [-20, 0, 0], + "0.125": { + "pre": [80, 0, 0], + "post": [80, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": [80, 0, 0], + "0.5": { + "pre": [-20, 0, 0], + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right2": { + "rotation": { + "0.0": { + "post": [-21.09, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": [67.5, 0, 0], + "0.625": { + "pre": [-30, 0, 0], + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-21.09, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, 0], + "0.0833": [-15, 0, 0], + "0.2083": [0, 0, 0], + "0.375": [0, 0, 0], + "0.4583": [45, 0, 0], + "0.5833": [45, 0, 0], + "0.7083": [0, 0, 0], + "0.75": [0, 0, 0] + } + }, + "arm_right2": { + "position": [0, 0, 0] + } + } + }, + "animation.hawlucha.air_glide": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "rotation": ["40-math.sin(q.anim_time*90)", 0, "math.cos(q.anim_time*90*4)/2"], + "position": ["math.cos(q.anim_time*90*4*2-45)/5", "math.cos(q.anim_time*90*2)/2", -5] + }, + "torso": { + "rotation": [15, 0, 0] + }, + "arm_left": { + "rotation": [10, 0, "-math.sin(q.anim_time*90)*3"] + }, + "arm_left2": { + "rotation": [0, 0, 0] + }, + "hand_left": { + "rotation": [0, 0, 0] + }, + "arm_right": { + "rotation": [10, 0, 0] + }, + "arm_right2": { + "rotation": [0, 0, 0] + }, + "hand_right": { + "rotation": [0, 0, 0] + }, + "head": { + "rotation": [-37.5, 0, 0], + "position": [0, -1.5, 0] + }, + "leg_left": { + "rotation": ["50+math.cos(q.anim_time*90*2)*2", 0, 0] + }, + "leg_left2": { + "rotation": [-20, 0, 0] + }, + "foot_left": { + "rotation": [45, 0, 0] + }, + "leg_right": { + "rotation": ["-17.5+math.cos(q.anim_time*90*2)*2", 0, 0] + }, + "leg_right2": { + "rotation": [47.5, 0, 0] + }, + "foot_right": { + "rotation": [45, 0, 0] + } + } + }, + "animation.hawlucha.air_quirk": { + "animation_length": 2, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [21, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [21, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0417": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0.5, 2.88], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 5, 9], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": { + "pre": [0, -45, -22], + "post": [0, -45, -22], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-20, -45, -22], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [40, 22.5, 22], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [40, 22.5, 22], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left2": { + "rotation": { + "0.0417": [0, 0, 0], + "0.4167": { + "pre": [0, -45, -22], + "post": [0, -45, -22], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, -45, -22], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 22.5, 22], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 22.5, 22], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "hand_left": { + "rotation": { + "0.0833": [0, 0, 0], + "0.4583": { + "pre": [0, -45, -22], + "post": [0, -45, -22], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, -45, -22], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 22.5, 22], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 22.5, 22], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": { + "pre": [0, 45, 22], + "post": [0, 45, 22], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-20, 45, 22], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [40, -22.5, -22], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [40, -22.5, -22], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right2": { + "rotation": { + "0.0417": [0, 0, 0], + "0.4167": { + "pre": [0, 45, 22], + "post": [0, 45, 22], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 45, 22], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, -22.5, -22], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -22.5, -22], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "hand_right": { + "rotation": { + "0.0833": [0, 0, 0], + "0.4583": { + "pre": [0, 45, 22], + "post": [0, 45, 22], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 45, 22], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, -22.5, -22], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, -22.5, -22], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/haxorus/haxorus.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/haxorus/haxorus.animation.json new file mode 100644 index 0000000..05c3ca8 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/haxorus/haxorus.animation.json @@ -0,0 +1,7263 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.haxorus.pose": { + "loop": true, + "bones": { + "Body": { + "position": [0, -1, -7] + }, + "Hips": { + "rotation": [0, 0, 0], + "position": [0, -0.5, -4] + }, + "Chest": { + "rotation": [5, 0, 0] + }, + "Neck1": { + "rotation": [10, 0, 0] + }, + "Neck2": { + "rotation": [10.00933, 2.462, 0.43439] + }, + "Neck3": { + "rotation": [5.019, 4.98093, 0.43688] + }, + "Neck4": { + "rotation": [15.0547, 4.82922, 1.29717] + }, + "head": { + "rotation": [15, 0, 0], + "position": [0, -1, 0.75] + }, + "Left_Bicep": { + "rotation": [32.7045, -2.31115, 30.17837], + "position": [-1, 0, -0.75] + }, + "Right_Bicep": { + "rotation": [22.75362, -18.51953, -48.51567], + "position": [1, 0, -0.75] + }, + "Left_Forearm": { + "rotation": [0, 80, 0], + "position": [0.25, 0, -0.75] + }, + "Right_Forearm": { + "rotation": [-8.61775, -34.05444, 15.14371], + "position": [-1, 0.25, -0.5] + }, + "Back_Plate": { + "rotation": [-2.5, 0, 0], + "position": [0, -1, -1.75] + }, + "Tail_1": { + "rotation": [10.02832, 4.95712, 0.65426] + }, + "Tail_2": { + "rotation": [25, 0, 0] + }, + "Tail_3": { + "rotation": [27.58377, 4.53051, 2.11751] + }, + "Tail_4": { + "rotation": [7.5, 0, 0], + "position": [0, 0, 0.75] + }, + "Tail_5": { + "rotation": [-10, 0, 0] + }, + "Left_Thigh": { + "rotation": [55.53236, -25.93757, -31.63904], + "position": [-5.75, 0.75, -13.5] + }, + "Left_Calf": { + "rotation": [-4.05849, 1.60771, 0.59234], + "position": [-0.25, 0, 0.5] + }, + "Left_Foot": { + "rotation": [-11.67329, 6.27738, 24.29957], + "position": [-0.75, 0.25, -1] + }, + "Left_innertoe": { + "rotation": [-5.909, -32.79195, -2.94884] + }, + "Left_middletoe": { + "rotation": [-16.26803, 13.74495, -4.2991] + }, + "Left_outertoe": { + "rotation": [-16.78562, -20.55044, 7.78462] + }, + "Right_Thigh": { + "rotation": [39.71744, 37.12422, 19.38577], + "position": [5.25, -0.25, -12.5] + }, + "Right_Calf": { + "rotation": [5.55743, -12.19444, 25.47874] + }, + "Right_Foot": { + "rotation": [-18.28325, -25.2324, -6.26854], + "position": [0.75, 0.25, -1] + }, + "Right_innertoe": { + "rotation": [-15.79597, 48.02031, -14.15924] + }, + "Right_middletoe": { + "rotation": [-25, -17.5, 0] + }, + "Right_outertoe": { + "rotation": [-22.1171, 7.99213, -11.85184] + }, + "Left_Hand": { + "rotation": [-4.94694, 12.50941, 0.22312] + }, + "Right_Hand": { + "rotation": [0, 0, -22.5] + }, + "Lower_Jaw": { + "rotation": [-12.5, 0, 0], + "position": [0, -1, 0] + }, + "Right_pinky": { + "rotation": [0, 0, -20] + }, + "Right_thumb": { + "rotation": [0, 0, -35], + "position": [-0.25, 0, 0] + }, + "Tail_6": { + "rotation": [-7.5, 0, 0] + } + } + }, + "animation.haxorus.idle_base": { + "loop": true, + "bones": { + "Body": { + "position": [0, -1, -7] + }, + "Hips": { + "rotation": [0, 0, 0], + "position": [0, 1, -0.5] + }, + "Chest": { + "rotation": [22.5, 0, 0], + "position": [0, -0.75, 0] + }, + "Neck1": { + "rotation": [10, 0, 0] + }, + "Neck2": { + "rotation": [10.0093, 0, 0] + }, + "Neck3": { + "rotation": [-2.481, 0, 0] + }, + "Neck4": { + "rotation": [2.5547, 0, 0] + }, + "head": { + "rotation": [15, 0, 0], + "position": [0, -1, 0.75] + }, + "Left_Bicep": { + "rotation": [15.2045, 5.1888, 35.1784], + "position": [-1, 0, -0.75] + }, + "Right_Bicep": { + "rotation": [15.2045, -5.1888, -35.1784], + "position": [1, 0, -0.75] + }, + "Left_Forearm": { + "rotation": [15, 65, 15], + "position": [0.25, 0, -0.75] + }, + "Right_Forearm": { + "rotation": [15, -65, -15], + "position": [-0.25, 0, -0.75] + }, + "Back_Plate": { + "rotation": [2.5, 0, 0], + "position": [0, -1, -1.25] + }, + "Tail_1": { + "rotation": [10, 0, 0] + }, + "Tail_2": { + "rotation": [25, 0, 0] + }, + "Tail_3": { + "rotation": [30.0838, 0, 0] + }, + "Tail_4": { + "rotation": [-2.5, 0, 0], + "position": [0, 0, 0.75] + }, + "Tail_5": { + "rotation": [-10, 0, 0] + }, + "Left_Thigh": { + "rotation": [55.5324, -25.93757, -29.13904], + "position": [-4.5, 0.75, -11.5] + }, + "Left_Calf": { + "rotation": [5.9415, 1.60771, 0.59234], + "position": [-0.25, 0, 0.5] + }, + "Left_Foot": { + "rotation": [-11.6733, 11.27738, 21.79957], + "position": [-1, 0.25, -1] + }, + "Left_innertoe": { + "rotation": [-5.909, -32.79195, -12.9488] + }, + "Left_middletoe": { + "rotation": [-28.768, 13.74495, -9.2991] + }, + "Left_outertoe": { + "rotation": [-29.2856, -20.55044, 12.78462] + }, + "Right_Thigh": { + "rotation": [55.5324, 25.93757, 29.13904], + "position": [4.5, 0.75, -11.5] + }, + "Right_Calf": { + "rotation": [5.9415, -1.60771, -0.59234], + "position": [0.25, 0, 0.5] + }, + "Right_Foot": { + "rotation": [-11.6733, -11.27738, -21.79957], + "position": [1, 0.25, -1] + }, + "Right_innertoe": { + "rotation": [-5.909, 32.79195, 12.9488] + }, + "Right_middletoe": { + "rotation": [-28.768, -13.74495, 9.2991] + }, + "Right_outertoe": { + "rotation": [-29.2856, 20.55044, -12.78462] + }, + "Left_Hand": { + "rotation": [-4.94694, 5.00941, 7.7231] + }, + "Right_Hand": { + "rotation": [-4.94694, -5.00941, -7.7231] + }, + "Lower_Jaw": { + "rotation": [-12.5, 0, 0], + "position": [0, -1, 0] + }, + "Right_pinky": { + "rotation": [0, 0, -17.5] + }, + "Right_thumb": { + "rotation": [0, 0, -17.5], + "position": [-0.25, 0, 0] + }, + "Tail_6": { + "rotation": [-7.5, 0, 0] + }, + "Left_pinky": { + "rotation": [0, 0, 20] + }, + "Left_index": { + "rotation": [0, 0, 2.5] + }, + "Left_thumb": { + "rotation": [0, 0, 17.5] + }, + "Right_index": { + "rotation": [0, 0, -2.5] + } + } + }, + "animation.haxorus.ground_idle": { + "loop": true, + "animation_length": 6, + "bones": { + "Body": { + "position": [0, -1, -7] + }, + "Hips": { + "rotation": ["0-math.sin((query.anim_time)*120)*0.7", 0, 0], + "position": [0, "1+math.sin((query.anim_time)*120)*0.8", "-0.5+math.sin((query.anim_time)*120)*0.3"] + }, + "Chest": { + "rotation": ["22.5-math.sin((query.anim_time-0.05)*120)*1", 0, 0], + "position": [0, -0.75, 0] + }, + "Neck1": { + "rotation": ["10-math.sin((query.anim_time-0.1)*120)*2", 0, 0] + }, + "Neck2": { + "rotation": ["10.0093-math.sin((query.anim_time-0.2)*120)*1", 0, 0] + }, + "Neck3": { + "rotation": ["-2.481-math.sin((query.anim_time-0.3)*120)*1", 0, 0] + }, + "Neck4": { + "rotation": [2.5547, 0, 0] + }, + "head": { + "rotation": ["15+math.sin((query.anim_time-0.1)*120)*2", 0, 0], + "position": [0, -1, 0.75] + }, + "Left_Bicep": { + "rotation": [ + "15.2045-math.sin((query.anim_time-0.2)*120)*5", + "5.1888-math.sin((query.anim_time-0.2)*120)*2", + "35.1784-math.sin((query.anim_time-0.2)*120)*2" + ], + "position": [-1, 0, -0.75] + }, + "Right_Bicep": { + "rotation": [ + "15.2045-math.sin((query.anim_time-0.2)*120)*5", + "-5.1888+math.sin((query.anim_time-0.2)*120)*2", + "-35.1784+math.sin((query.anim_time-0.2)*120)*2" + ], + "position": [1, 0, -0.75] + }, + "Left_Forearm": { + "rotation": ["15+math.sin((query.anim_time-0.3)*120)*4", "65-math.sin((query.anim_time-0.3)*120)*2", 15], + "position": [0.25, 0, -0.75] + }, + "Right_Forearm": { + "rotation": ["15+math.sin((query.anim_time-0.3)*120)*4", "-65+math.sin((query.anim_time-0.3)*120)*2", -15], + "position": [-0.25, 0, -0.75] + }, + "Back_Plate": { + "rotation": [2.5, 0, 0], + "position": [0, -1, -1.25] + }, + "Tail_1": { + "rotation": ["10+math.sin((query.anim_time-0.1)*120)*1", "0+math.sin((query.anim_time-0.1)*60)*6", "0+math.sin((query.anim_time-0.1)*60)*2"] + }, + "Tail_2": { + "rotation": ["25+math.sin((query.anim_time-0.2)*120)*1", "0+math.sin((query.anim_time-0.2)*60)*5", "0+math.sin((query.anim_time-0.2)*60)*2"] + }, + "Tail_3": { + "rotation": ["30.0838+math.sin((query.anim_time-0.3)*120)*2", "0+math.sin((query.anim_time-0.3)*60)*4", "0+math.sin((query.anim_time-0.3)*60)*2"] + }, + "Tail_4": { + "rotation": ["-2.5+math.sin((query.anim_time-0.4)*120)*5", "0+math.sin((query.anim_time-0.4)*60)*6", "0+math.sin((query.anim_time-0.4)*60)*5"], + "position": [0, 0, 0.75] + }, + "Tail_5": { + "rotation": [-10, "0+math.sin((query.anim_time-0.5)*60)*10", "0+math.sin((query.anim_time-0.5)*60)*10"] + }, + "Left_Thigh": { + "rotation": ["55.5324+math.sin((query.anim_time)*120)*2", -25.93757, -29.13904], + "position": [-4.5, "0.75+math.sin((query.anim_time)*120)*0.8", "-11.5+math.sin((query.anim_time)*120)*0.3"] + }, + "Left_Calf": { + "rotation": ["5.9415-math.sin((query.anim_time)*120)*5", 1.60771, 0.59234], + "position": ["-0.250+math.sin((query.anim_time)*120)*0.2", 0, "0.50-math.sin((query.anim_time)*120)*0.2"] + }, + "Left_Foot": { + "rotation": ["-11.6733+math.sin((query.anim_time)*120)*4", 11.27738, 21.79957], + "position": ["-1-math.sin((query.anim_time)*120)*0.3", "0.25+math.sin((query.anim_time)*120)*0.2", "-1+math.sin((query.anim_time)*120)*0.1"] + }, + "Left_innertoe": { + "rotation": [-5.909, -32.79195, "-12.9488-math.sin((query.anim_time)*120)*2"] + }, + "Left_middletoe": { + "rotation": ["-28.768-math.sin((query.anim_time)*120)*0.5", 13.74495, -9.2991] + }, + "Left_outertoe": { + "rotation": ["-29.2856-math.sin((query.anim_time)*120)*0.5", -20.55044, 12.78462] + }, + "Right_Thigh": { + "rotation": ["55.5324+math.sin((query.anim_time)*120)*2", 25.93757, 29.13904], + "position": [4.5, "0.75+math.sin((query.anim_time)*120)*0.8", "-11.5+math.sin((query.anim_time)*120)*0.3"] + }, + "Right_Calf": { + "rotation": ["5.9415-math.sin((query.anim_time)*120)*5", -1.60771, -0.59234], + "position": ["0.25-math.sin((query.anim_time)*120)*0.2", 0, "0.50-math.sin((query.anim_time)*120)*0.2"] + }, + "Right_Foot": { + "rotation": ["-11.6733+math.sin((query.anim_time)*120)*4", -11.27738, -21.79957], + "position": ["1+math.sin((query.anim_time)*120)*0.3", "0.25+math.sin((query.anim_time)*120)*0.2", "-1+math.sin((query.anim_time)*120)*0.1"] + }, + "Right_innertoe": { + "rotation": [-5.909, 32.79195, "12.9488+math.sin((query.anim_time)*120)*2"] + }, + "Right_middletoe": { + "rotation": ["-28.768-math.sin((query.anim_time)*120)*0.5", -13.74495, 9.2991] + }, + "Right_outertoe": { + "rotation": ["-29.2856-math.sin((query.anim_time)*120)*0.5", 20.55044, -12.78462] + }, + "Left_Hand": { + "rotation": [-4.94694, 5.00941, "7.7231-math.sin((query.anim_time-0.3)*120)*3"] + }, + "Right_Hand": { + "rotation": [-4.94694, -5.00941, "-7.7231-math.sin((query.anim_time-0.3)*120)*3"] + }, + "Lower_Jaw": { + "rotation": [-12.5, 0, 0], + "position": [0, -1, 0] + }, + "Right_pinky": { + "rotation": [0, 0, -17.5] + }, + "Right_thumb": { + "rotation": [0, 0, -17.5], + "position": [-0.25, 0, 0] + }, + "Tail_6": { + "rotation": [-7.5, 0, 0] + }, + "Left_pinky": { + "rotation": [0, 0, 20] + }, + "Left_index": { + "rotation": [0, 0, 2.5] + }, + "Left_thumb": { + "rotation": [0, 0, 17.5] + }, + "Right_index": { + "rotation": [0, 0, -2.5] + } + } + }, + "animation.haxorus.ground_walk": { + "loop": true, + "animation_length": 4, + "bones": { + "Body": { + "position": { + "0.0": [0, -1, -7], + "0.6667": [0, -1, -7], + "0.75": [0, -2, -7], + "0.8333": [0, -0.5, -7], + "0.875": [0, -1, -7], + "1.5833": [0, -1, -7], + "1.6667": [0, -2, -7], + "1.75": [0, -0.5, -7], + "1.7917": [0, -1, -7], + "2.6667": [0, -1, -7], + "2.75": [0, -2, -7], + "2.8333": [0, -0.5, -7], + "2.875": [0, -1, -7], + "3.5833": [0, -1, -7], + "3.6667": [0, -2, -7], + "3.75": [0, -0.5, -7], + "3.7917": [0, -1, -7] + } + }, + "Hips": { + "rotation": ["7.5-math.sin((query.anim_time)*360)*1.3", "0-math.cos((query.anim_time)*180)*8", "0-math.sin((query.anim_time)*180)*3"], + "position": [0, "2+math.sin((query.anim_time)*360)*1.3", "-2.5+math.sin((query.anim_time)*360)*0.5"] + }, + "Chest": { + "rotation": ["22.5-math.sin((query.anim_time-0.1)*360)*2", 0, "0+math.sin((query.anim_time)*180)*3"], + "position": [0, -0.75, 0] + }, + "Neck1": { + "rotation": ["10-math.sin((query.anim_time-0.1)*360)*1", 0, 0] + }, + "Neck2": { + "rotation": [10.0093, 0, 0] + }, + "Neck3": { + "rotation": ["-2.481-math.sin((query.anim_time-0.2)*360)*2", 0, 0] + }, + "Neck4": { + "rotation": ["2.5547-math.sin((query.anim_time-0.3)*360)*2", 0, 0] + }, + "head": { + "rotation": [15, 0, 0], + "position": [0, -1, 0.75] + }, + "Left_Bicep": { + "rotation": ["-24.8-math.sin((query.anim_time-0.3)*360)*4", 5.19, 25.18], + "position": [-1, 0, -0.75] + }, + "Right_Bicep": { + "rotation": ["-24.8-math.sin((query.anim_time-0.3)*360)*4", -5.19, -25.18], + "position": [1, 0, -0.75] + }, + "Left_Forearm": { + "rotation": [85, "57.5+math.sin((query.anim_time-0.3)*360)*4", 80], + "position": [0.25, 0, -0.75] + }, + "Right_Forearm": { + "rotation": [85, "-57.5-math.sin((query.anim_time-0.3)*360)*4", -80], + "position": [-0.25, 0, -0.75] + }, + "Back_Plate": { + "rotation": [2.5, 0, 0], + "position": [0, -1, -1.25] + }, + "Tail_1": { + "rotation": ["5-math.sin((query.anim_time-0.1)*360)*1", "0-math.sin((query.anim_time-0.1)*180)*6", 0] + }, + "Tail_2": { + "rotation": ["17.5-math.sin((query.anim_time-0.2)*360)*3", "0-math.sin((query.anim_time-0.2)*180)*6", 0] + }, + "Tail_3": { + "rotation": ["22.5838-math.sin((query.anim_time-0.3)*360)*1", "0-math.sin((query.anim_time-0.3)*180)*6", 0] + }, + "Tail_4": { + "rotation": ["-5-math.sin((query.anim_time-0.3)*360)*1", "0-math.sin((query.anim_time-0.3)*180)*7", 0], + "position": [0, 0, 0.75] + }, + "Tail_5": { + "rotation": ["-10-math.sin((query.anim_time-0.4)*360)*1", "0-math.sin((query.anim_time-0.4)*180)*9", 0] + }, + "Left_Thigh": { + "rotation": { + "0.0": { + "post": [75.53, -10.94, -19.14], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [36.97, -10.94, -12.47], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [18.03, -10.94, -14.14], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [40.53, -10.94, -19.14], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [49.48, -10.94, -19.5], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [73.03, -10.94, -19.14], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [75.53, -10.94, -19.14], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [36.97, -10.94, -12.47], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [18.03, -10.94, -14.14], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [40.53, -10.94, -19.14], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [49.48, -10.94, -19.5], + "lerp_mode": "catmullrom" + }, + "3.8333": { + "post": [73.03, -10.94, -19.14], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [75.53, -10.94, -19.14], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-3.5, 2.75, -10.5], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-2.12, 4.25, -12], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-1.65, 3.95, -15], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-3.5, 1.75, -14.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-3.5, 2.75, -12], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-4.5, 1.75, -11.25], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-3.5, 2.75, -10.5], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-2.12, 4.25, -12], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-1.65, 3.95, -15], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-3.5, 1.75, -14.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-3.5, 2.75, -12], + "lerp_mode": "catmullrom" + }, + "3.8333": { + "post": [-4.5, 1.75, -11.25], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-3.5, 2.75, -10.5], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Calf": { + "rotation": { + "0.0": { + "post": [19.07, 4.11, 0.59], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [48.44, 4.11, 0.59], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [10.94, 4.11, 0.59], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-17.81, 2.86, 0.59], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-23.17, 3.25, 0.59], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-21.56, 4.11, 0.59], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [19.07, 4.11, 0.59], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [48.44, 4.11, 0.59], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [10.94, 4.11, 0.59], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-17.81, 2.86, 0.59], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-23.17, 3.25, 0.59], + "lerp_mode": "catmullrom" + }, + "3.8333": { + "post": [-21.56, 4.11, 0.59], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [19.07, 4.11, 0.59], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Foot": { + "rotation": { + "0.0": { + "post": [0.83, 6.28, 14.3], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0.83, 6.28, 14.3], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-14.17, 6.28, 14.3], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-17.92, 6.28, 14.3], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-16.7, 6.28, 14.3], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-6.67, 6.28, 14.3], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0.83, 6.28, 14.3], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-14.17, 6.28, 14.3], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-17.92, 6.28, 14.3], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-16.7, 6.28, 14.3], + "lerp_mode": "catmullrom" + }, + "3.8333": { + "post": [-6.67, 6.28, 14.3], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0.83, 6.28, 14.3], + "lerp_mode": "catmullrom" + } + } + }, + "Left_innertoe": { + "rotation": { + "0.0": { + "post": [0, -32.79, -28.82], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, -32.79, -32.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -32.79, -5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, -32.79, 1.25], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -32.79, -2.36], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, -32.79, -0.32], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, -32.79, -12.5], + "2.0": { + "pre": [0, -32.79, -28.82], + "post": [0, -32.79, -28.82], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, -32.79, -32.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -32.79, -5], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, -32.79, 1.25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -32.79, -2.36], + "lerp_mode": "catmullrom" + }, + "3.4167": { + "post": [0, -32.79, -0.32], + "lerp_mode": "catmullrom" + }, + "3.8333": { + "post": [0, -32.79, -12.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, -32.79, -28.82], + "lerp_mode": "catmullrom" + } + } + }, + "Left_middletoe": { + "rotation": { + "0.0": { + "post": [17.79, 13.74, -10], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [17.5, 13.74, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-20, 13.74, -10], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-2.5, 13.74, 2.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-6.91, 13.74, -1.45], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-23.19, 13.74, -6.05], + "lerp_mode": "catmullrom" + }, + "1.6667": [-31.88, 13.74, -8.74], + "1.8333": [-37.5, 13.74, -10], + "2.0": { + "pre": [17.79, 13.74, -10], + "post": [17.79, 13.74, -10], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [17.5, 13.74, -10], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-20, 13.74, -10], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-2.5, 13.74, 2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-6.91, 13.74, -1.45], + "lerp_mode": "catmullrom" + }, + "3.4167": { + "post": [-23.19, 13.74, -6.05], + "lerp_mode": "catmullrom" + }, + "3.6667": [-31.88, 13.74, -8.74], + "3.8333": [-37.5, 13.74, -10], + "4.0": [17.79, 13.74, -10] + } + }, + "Left_outertoe": { + "rotation": { + "0.0": { + "post": [13.97, -20.55, 15], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [7.5, -20.55, 15], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-25, -20.55, 15], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-2.5, -20.55, -2.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-6.37, -20.55, 3.02], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-22.94, -20.55, 9.47], + "lerp_mode": "catmullrom" + }, + "1.6667": [-34.03, -20.55, 13.23], + "1.8333": [-37.5, -20.55, 15], + "2.0": { + "pre": [13.97, -20.55, 15], + "post": [13.97, -20.55, 15], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [7.5, -20.55, 15], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-25, -20.55, 15], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-2.5, -20.55, -2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-6.37, -20.55, 3.02], + "lerp_mode": "catmullrom" + }, + "3.4167": { + "post": [-22.94, -20.55, 9.47], + "lerp_mode": "catmullrom" + }, + "3.6667": [-34.03, -20.55, 13.23], + "3.8333": [-37.5, -20.55, 15], + "4.0": [13.97, -20.55, 15] + } + }, + "Right_Thigh": { + "rotation": { + "0.0": { + "post": [49.48, 10.94, 19.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [73.03, 10.94, 19.14], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [75.53, 10.94, 19.14], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [36.97, 10.94, 12.47], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [18.03, 10.94, 14.14], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [40.53, 10.94, 19.14], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [73.03, 10.94, 19.14], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [75.53, 10.94, 19.14], + "lerp_mode": "catmullrom" + }, + "3.2083": { + "post": [36.97, 10.94, 12.47], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [18.03, 10.94, 14.14], + "lerp_mode": "catmullrom" + }, + "3.6667": { + "post": [40.53, 10.94, 19.14], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [49.48, 10.94, 19.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [3.5, 2.75, -12], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [4.5, 1.75, -11.25], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [3.5, 2.75, -10.5], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [2.12, 4.25, -12], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [1.65, 3.95, -15], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [3.5, 1.75, -14.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [3.5, 2.75, -12], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [4.5, 1.75, -11.25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [3.5, 2.75, -10.5], + "lerp_mode": "catmullrom" + }, + "3.2083": { + "post": [2.12, 4.25, -12], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [1.65, 3.95, -15], + "lerp_mode": "catmullrom" + }, + "3.6667": { + "post": [3.5, 1.75, -14.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [3.5, 2.75, -12], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Calf": { + "rotation": { + "0.0": { + "post": [-23.17, -3.25, -0.59], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-21.56, -4.11, -0.59], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [19.07, -4.11, -0.59], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [48.44, -4.11, -0.59], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [10.94, -4.11, -0.59], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-17.81, -2.86, -0.59], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-23.17, -3.25, -0.59], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-21.56, -4.11, -0.59], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [19.07, -4.11, -0.59], + "lerp_mode": "catmullrom" + }, + "3.2083": { + "post": [48.44, -4.11, -0.59], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [10.94, -4.11, -0.59], + "lerp_mode": "catmullrom" + }, + "3.6667": { + "post": [-17.81, -2.86, -0.59], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-23.17, -3.25, -0.59], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Foot": { + "rotation": { + "0.0": { + "post": [-16.7, -6.28, -14.3], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-6.67, -6.28, -14.3], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0.83, -6.28, -14.3], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-14.17, -6.28, -14.3], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-17.92, -6.28, -14.3], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-16.7, -6.28, -14.3], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-6.67, -6.28, -14.3], + "lerp_mode": "catmullrom" + }, + "3.2083": { + "post": [0.83, -6.28, -14.3], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-14.17, -6.28, -14.3], + "lerp_mode": "catmullrom" + }, + "3.6667": { + "post": [-17.92, -6.28, -14.3], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-16.7, -6.28, -14.3], + "lerp_mode": "catmullrom" + } + } + }, + "Right_innertoe": { + "rotation": { + "0.0": { + "post": [0, 32.79, 2.36], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 32.79, 0.32], + "lerp_mode": "catmullrom" + }, + "0.8333": [0, 32.79, 12.5], + "1.0": { + "pre": [0, 32.79, 28.82], + "post": [0, 32.79, 28.82], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 32.79, 32.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 32.79, 5], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 32.79, -1.25], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 32.79, 2.36], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, 32.79, 0.32], + "lerp_mode": "catmullrom" + }, + "2.8333": [0, 32.79, 12.5], + "3.0": { + "pre": [0, 32.79, 28.82], + "post": [0, 32.79, 28.82], + "lerp_mode": "catmullrom" + }, + "3.2083": { + "post": [0, 32.79, 32.5], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 32.79, 5], + "lerp_mode": "catmullrom" + }, + "3.6667": { + "post": [0, 32.79, -1.25], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 32.79, 2.36], + "lerp_mode": "catmullrom" + } + } + }, + "Right_middletoe": { + "rotation": { + "0.0": { + "post": [-6.91, -13.74, 1.45], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-23.19, -13.74, 6.05], + "lerp_mode": "catmullrom" + }, + "0.6667": [-31.88, -13.74, 8.74], + "0.8333": [-37.5, -13.74, 10], + "1.0": { + "pre": [17.79, -13.74, 10], + "post": [17.79, -13.74, 10], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [17.5, -13.74, 10], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-20, -13.74, 10], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-2.5, -13.74, -2.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-6.91, -13.74, 1.45], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-23.19, -13.74, 6.05], + "lerp_mode": "catmullrom" + }, + "2.6667": [-31.88, -13.74, 8.74], + "2.8333": [-37.5, -13.74, 10], + "3.0": { + "pre": [17.79, -13.74, 10], + "post": [17.79, -13.74, 10], + "lerp_mode": "catmullrom" + }, + "3.2083": { + "post": [17.5, -13.74, 10], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-20, -13.74, 10], + "lerp_mode": "catmullrom" + }, + "3.6667": { + "post": [-2.5, -13.74, -2.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-6.91, -13.74, 1.45], + "lerp_mode": "catmullrom" + } + } + }, + "Right_outertoe": { + "rotation": { + "0.0": { + "post": [-6.37, 20.55, -3.02], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-22.94, 20.55, -9.47], + "lerp_mode": "catmullrom" + }, + "0.6667": [-34.03, 20.55, -13.23], + "0.8333": [-37.5, 20.55, -15], + "1.0": { + "pre": [13.97, 20.55, -15], + "post": [13.97, 20.55, -15], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [7.5, 20.55, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-25, 20.55, -15], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-2.5, 20.55, 2.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-6.37, 20.55, -3.02], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-22.94, 20.55, -9.47], + "lerp_mode": "catmullrom" + }, + "2.6667": [-34.03, 20.55, -13.23], + "2.8333": [-37.5, 20.55, -15], + "3.0": { + "pre": [13.97, 20.55, -15], + "post": [13.97, 20.55, -15], + "lerp_mode": "catmullrom" + }, + "3.2083": { + "post": [7.5, 20.55, -15], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-25, 20.55, -15], + "lerp_mode": "catmullrom" + }, + "3.6667": { + "post": [-2.5, 20.55, 2.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-6.37, 20.55, -3.02], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Hand": { + "rotation": [-4.94694, 5.00941, 7.7231] + }, + "Right_Hand": { + "rotation": [-4.94694, -5.00941, -7.7231] + }, + "Lower_Jaw": { + "rotation": [-12.5, 0, 0], + "position": [0, -1, 0] + }, + "Right_pinky": { + "rotation": [0, 0, -17.5] + }, + "Right_thumb": { + "rotation": [0, 0, -17.5], + "position": [-0.25, 0, 0] + }, + "Tail_6": { + "rotation": [-7.5, 0, 0] + }, + "Left_pinky": { + "rotation": [0, 0, 20] + }, + "Left_index": { + "rotation": [0, 0, 2.5] + }, + "Left_thumb": { + "rotation": [0, 0, 17.5] + }, + "Right_index": { + "rotation": [0, 0, -2.5] + } + } + }, + "animation.haxorus.blink": { + "animation_length": 0.3333, + "bones": { + "Left_eyelid": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [1, 0, 0], + "0.2917": [1, 0, 0], + "0.3333": [0, 0, 0] + } + }, + "Right_eyelid": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [-1, 0, 0], + "0.2917": [-1, 0, 0], + "0.3333": [0, 0, 0] + } + } + } + }, + "animation.haxorus.faint": { + "animation_length": 3, + "bones": { + "Body": { + "rotation": [0, 0, 0], + "position": { + "0.0": [0, -1, -7], + "1.5417": [0, -1, -7], + "1.5833": [0, 0, -7], + "1.625": [0, -1, -7], + "1.6667": [0, 0, -7], + "1.7083": [0, -1, -7], + "3.0": [0, -1, -7] + } + }, + "Hips": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-32.33, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": [67.5, 0, 0], + "3.0": [67.5, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 1, -0.5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 1, -1.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 2.25, -1.5], + "lerp_mode": "catmullrom" + }, + "1.5417": [0, -18, -17.5], + "3.0": [0, -18, -17.5] + } + }, + "Chest": { + "rotation": { + "0.0": [22.5, 0, 0], + "3.0": [22.5, 0, 0] + }, + "position": { + "0.0": [0, -0.75, 0], + "3.0": [0, -0.75, 0] + } + }, + "Neck1": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": [-10, 0, 0], + "3.0": [-10, 0, 0] + }, + "position": [0, 0, 0] + }, + "Neck2": { + "rotation": { + "0.0": { + "post": [10.0093, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [17.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-4.99, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": [-4.99, 0, 0], + "3.0": [-4.99, 0, 0] + }, + "position": [0, 0, 0] + }, + "Neck3": { + "rotation": { + "0.0": { + "post": [-2.481, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [2.52, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-14.98, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": [-14.98, 0, 0], + "3.0": [-14.98, 0, 0] + }, + "position": [0, 0, 0] + }, + "Neck4": { + "rotation": { + "0.0": { + "post": [2.5547, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [10.05, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-12.45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": [-12.45, 0, 0], + "3.0": [-12.45, 0, 0] + }, + "position": [0, 0, 0] + }, + "head": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": [-30, 0, 0], + "3.0": [-30, 0, 0] + }, + "position": { + "0.0": [0, -1, 0.75], + "3.0": [0, -1, 0.75] + } + }, + "Left_Bicep": { + "rotation": { + "0.0": [15.2045, 5.1888, 35.1784], + "0.5417": [15.67558, 14.82971, 37.87866], + "1.8333": [16.10046, 19.63896, 39.31138], + "3.0": [16.1, 19.64, 39.31] + }, + "position": { + "0.0": [-1, 0, -0.75], + "3.0": [-1, 0, -0.75] + } + }, + "Right_Bicep": { + "rotation": { + "0.0": [15.2045, -5.1888, -35.1784], + "0.5417": [15.67558, -14.82971, -37.87866], + "1.8333": [16.10046, -19.63896, -39.31138], + "3.0": [16.1, -19.64, -39.31] + }, + "position": { + "0.0": [1, 0, -0.75], + "3.0": [1, 0, -0.75] + } + }, + "Left_Forearm": { + "rotation": { + "0.0": [15, 65, 15], + "0.8333": [96.80423, 83.6756, 98.19577], + "1.5833": [28.92, 23.34, 25.83], + "3.0": [28.92, 23.34, 25.83] + }, + "position": { + "0.0": [0.25, 0, -0.75], + "1.5833": [-0.3, 0.12, 0.04], + "3.0": [-0.3, 0.12, 0.04] + } + }, + "Right_Forearm": { + "rotation": { + "0.0": [15, -65, -15], + "0.8333": [96.80423, -83.6756, -98.19577], + "1.5833": [28.92, -23.34, -25.83], + "3.0": [28.92, -23.34, -25.83] + }, + "position": { + "0.0": [-0.25, 0, -0.75], + "1.5833": [0.3, 0.12, 0.04], + "3.0": [0.3, 0.12, 0.04] + } + }, + "Back_Plate": { + "rotation": { + "0.0": [2.5, 0, 0], + "3.0": [2.5, 0, 0] + }, + "position": { + "0.0": [0, -1, -1.25], + "3.0": [0, -1, -1.25] + } + }, + "Tail_1": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-94.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": [-94.5, 0, 0], + "3.0": [-94.5, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 9.93716, -7.36878], + "lerp_mode": "catmullrom" + }, + "1.5833": [0, 9.94, -7.37], + "3.0": [0, 9.94, -7.37] + } + }, + "Tail_2": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [26.85, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": [7.5, 0, 0], + "3.0": [7.5, 0, 0] + }, + "position": [0, 0, 0] + }, + "Tail_3": { + "rotation": { + "0.0": { + "post": [30.0838, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [37.58, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [32.74, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [7.58, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": [7.58, 0, 0], + "3.0": [7.58, 0, 0] + }, + "position": [0, 0, 0] + }, + "Tail_4": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": [5, 0, 0], + "3.0": [5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0.75], + "3.0": [0, 0, 0.75] + } + }, + "Tail_5": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [10.66, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": [-2.5, 0, 0], + "3.0": [-2.5, 0, 0] + }, + "position": [0, 0, 0] + }, + "Left_Thigh": { + "rotation": { + "0.0": { + "post": [55.5324, -25.93757, -29.13904], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [62.60125, -22.11671, -32.02191], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [62.6, -22.12, -32.02], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [101.55951, 6.1857, -37.80908], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [118.06983, 18.04126, -34.30258], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [122.48714, 20.8073, -32.83248], + "lerp_mode": "catmullrom" + }, + "1.6667": [122.49, 20.81, -32.83], + "3.0": [122.49, 20.81, -32.83] + }, + "position": { + "0.0": { + "post": [-4.5, 0.75, -11.5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-4.5, 0.75, -11.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-4.5, 3, -11.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-4.5, -5, -15.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-4.5, -8, -18.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-4.5, -9, -19.5], + "lerp_mode": "catmullrom" + }, + "1.6667": [-4.5, -9, -19.5], + "3.0": [-4.5, -9, -19.5] + } + }, + "Left_Calf": { + "rotation": { + "0.0": { + "post": [5.9415, 1.60771, 0.59234], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-1.87483, 2.4876, 6.4989], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-13.3521, 5.27364, 15.017], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-33.19066, 14.39407, 28.77387], + "lerp_mode": "catmullrom" + }, + "1.7083": [-33.19, 14.39, 28.77], + "3.0": [-33.19, 14.39, 28.77] + }, + "position": { + "0.0": { + "post": [-0.25, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-0.43825, 0.41125, 0.28684], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-0.43825, 0.41125, 0.28684], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-0.43825, 0.41125, 0.28684], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-2.97412, 3.47885, -2.73661], + "lerp_mode": "catmullrom" + }, + "1.7083": [-2.97, 3.48, -2.74], + "3.0": [-2.97, 3.48, -2.74] + } + }, + "Left_Foot": { + "rotation": { + "0.0": { + "post": [-11.6733, 11.27738, 21.79957], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-11.67, 11.28, 21.8], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [1.24676, 5.20941, 13.33275], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-11.98702, 11.46393, 21.22071], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-15.63036, 13.5092, 23.29069], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [73.24885, 12.22338, -37.4149], + "lerp_mode": "catmullrom" + }, + "1.7083": [73.25, 12.22, -37.41], + "3.0": [73.25, 12.22, -37.41] + }, + "position": { + "0.0": [-1, 0.25, -1], + "0.25": [-1, 0.25, -1], + "3.0": [-1, 0.25, -1] + } + }, + "Left_innertoe": { + "rotation": { + "0.0": [-5.909, -32.79195, -12.9488], + "3.0": [-5.91, -32.79, -12.95] + }, + "position": [0, 0, 0] + }, + "Left_middletoe": { + "rotation": { + "0.0": [-28.768, 13.74495, -9.2991], + "1.5417": [-28.77, 13.74, -9.3], + "1.6667": [-17.83651, 12.13999, -13.19161], + "3.0": [-17.84, 12.14, -13.19] + }, + "position": [0, 0, 0] + }, + "Left_outertoe": { + "rotation": { + "0.0": [-29.2856, -20.55044, 12.78462], + "1.5": [-29.29, -20.55, 12.78], + "3.0": [-29.29, -20.55, 12.78] + }, + "position": [0, 0, 0] + }, + "Right_Thigh": { + "rotation": { + "0.0": { + "post": [55.5324, 25.93757, 29.13904], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [62.60125, 22.11671, 32.02191], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [62.6, 22.12, 32.02], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [101.55951, -6.1857, 37.80908], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [118.06983, -18.04126, 34.30258], + "lerp_mode": "catmullrom" + }, + "1.625": [122.48714, -20.8073, 32.83248], + "3.0": [122.49, -20.81, 32.83] + }, + "position": { + "0.0": { + "post": [4.5, 0.75, -11.5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [4.5, 0.75, -11.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [4.5, 3, -11.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [4.5, -5, -15.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [4.5, -8, -18.5], + "lerp_mode": "catmullrom" + }, + "1.625": [4.5, -9, -19.5], + "3.0": [4.5, -9, -19.5] + } + }, + "Right_Calf": { + "rotation": { + "0.0": { + "post": [5.9415, -1.60771, -0.59234], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-1.87483, -2.4876, -6.4989], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-13.3521, -5.27364, -15.017], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-33.19066, -14.39407, -28.77387], + "lerp_mode": "catmullrom" + }, + "1.7083": [-33.19, -14.39, -28.77], + "3.0": [-33.19, -14.39, -28.77] + }, + "position": { + "0.0": { + "post": [0.25, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0.43825, 0.41125, 0.28684], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0.43825, 0.41125, 0.28684], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0.43825, 0.41125, 0.28684], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [2.97412, 3.47885, -2.73661], + "lerp_mode": "catmullrom" + }, + "1.7083": [2.97, 3.48, -2.74], + "3.0": [2.97, 3.48, -2.74] + } + }, + "Right_Foot": { + "rotation": { + "0.0": { + "post": [-11.6733, -11.27738, -21.79957], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-11.67, -11.28, -21.8], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [1.24676, -5.20941, -13.33275], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-11.98702, -11.46393, -21.22071], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-15.63036, -13.5092, -23.29069], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [73.24885, -12.22338, 37.4149], + "lerp_mode": "catmullrom" + }, + "1.7083": [73.25, -12.22, 37.41], + "3.0": [73.25, -12.22, 37.41] + }, + "position": { + "0.0": [1, 0.25, -1], + "0.25": [1, 0.25, -1], + "3.0": [1, 0.25, -1] + } + }, + "Right_innertoe": { + "rotation": { + "0.0": [-5.909, 32.79195, 12.9488], + "3.0": [-5.91, 32.79, 12.95] + } + }, + "Right_middletoe": { + "rotation": { + "0.0": [-28.768, -13.74495, 9.2991], + "3.0": [-28.77, -13.74, 9.3] + } + }, + "Right_outertoe": { + "rotation": { + "0.0": [-29.2856, 20.55044, -12.78462], + "1.5": [-29.29, 20.55, -12.78], + "3.0": [-29.29, 20.55, -12.78] + } + }, + "Left_Hand": { + "rotation": { + "0.0": [-4.94694, 5.00941, 7.7231], + "3.0": [-4.95, 5.01, 7.72] + }, + "position": [0, 0, 0] + }, + "Right_Hand": { + "rotation": { + "0.0": [-4.94694, -5.00941, -7.7231], + "3.0": [-4.95, -5.01, -7.72] + }, + "position": [0, 0, 0] + }, + "Lower_Jaw": { + "rotation": { + "0.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": [-12.5, 0, 0], + "3.0": [-12.5, 0, 0] + }, + "position": { + "0.0": [0, -1, 0], + "3.0": [0, -1, 0] + } + }, + "Right_pinky": { + "rotation": { + "0.0": [0, 0, -17.5], + "3.0": [0, 0, -17.5] + }, + "position": [0, 0, 0] + }, + "Right_thumb": { + "rotation": { + "0.0": [0, 0, -17.5], + "3.0": [0, 0, -17.5] + }, + "position": { + "0.0": [-0.25, 0, 0], + "3.0": [-0.25, 0, 0] + } + }, + "Tail_6": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": [2.5, 0, 0], + "3.0": [2.5, 0, 0] + }, + "position": [0, 0, 0] + }, + "Left_pinky": { + "rotation": { + "0.0": [0, 0, 20], + "3.0": [0, 0, 20] + }, + "position": [0, 0, 0] + }, + "Left_index": { + "rotation": { + "0.0": [0, 0, 2.5], + "3.0": [0, 0, 2.5] + }, + "position": [0, 0, 0] + }, + "Left_thumb": { + "rotation": { + "0.0": [0, 0, 17.5], + "3.0": [0, 0, 17.5] + }, + "position": [0, 0, 0] + }, + "Right_index": { + "rotation": { + "0.0": [0, 0, -2.5], + "3.0": [0, 0, -2.5] + }, + "position": [0, 0, 0] + }, + "Left_eyelid": { + "rotation": [0, 0, 0], + "position": { + "0.0": [0, 0, 0], + "0.3333": [0, 0, 0], + "0.375": [1, 0, 0], + "3.0": [1, 0, 0] + } + }, + "Right_eyelid": { + "rotation": [0, 0, 0], + "position": { + "0.0": [0, 0, 0], + "0.3333": [0, 0, 0], + "0.375": [-1, 0, 0], + "3.0": [-1, 0, 0] + } + }, + "Right_eye": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "Left_eye": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "Left_Blades": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "Right_Blades": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "Left_Leg": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "Right_Leg": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + } + } + }, + "animation.haxorus.sleep": { + "loop": true, + "animation_length": 3, + "bones": { + "Body": { + "rotation": [0, 0, 0], + "position": [0, -1, -7] + }, + "Hips": { + "rotation": [67.5, 0, 0], + "position": [0, "-17.5-math.sin((query.anim_time)*120)*0.3", -17.5] + }, + "Chest": { + "rotation": [22.5, 0, 0], + "position": [0, -0.75, 0] + }, + "Neck1": { + "rotation": [-10, 0, 12.5], + "position": [0, 0, 0] + }, + "Neck2": { + "rotation": [-5.07385, -1.29876, 7.38733], + "position": [0, 0, 0] + }, + "Neck3": { + "rotation": [-17.60254, -1.93471, 7.24754], + "position": [0, 0, 0] + }, + "Neck4": { + "rotation": [-10.34598, -5.34913, 8.4614], + "position": [0, 0, 0] + }, + "head": { + "rotation": [-30.73246, -4.73972, -6.42987], + "position": [0, -0.66272, 1.11911] + }, + "Right_eye": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "Left_eye": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "Left_eyelid": { + "rotation": [0, 0, 0], + "position": [1, 0, 0] + }, + "Right_eyelid": { + "rotation": [0, 0, 0], + "position": [-1, 0, 0] + }, + "Left_Blades": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "Right_Blades": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "Lower_Jaw": { + "rotation": [-12.5, 0, 0], + "position": [0, -1, 0] + }, + "Left_Bicep": { + "rotation": [-7.34285, 36.41747, -20.8784] + }, + "Left_Forearm": { + "rotation": [-62.47765, -2.21738, -43.65495] + }, + "Left_Hand": { + "rotation": [-4.95, 5.01, 7.72], + "position": [0, 0, 0] + }, + "Left_pinky": { + "rotation": [0, 0, 20], + "position": [0, 0, 0] + }, + "Left_index": { + "rotation": [0, 0, 2.5], + "position": [0, 0, 0] + }, + "Left_thumb": { + "rotation": [0, 0, 17.5], + "position": [0, 0, 0] + }, + "Right_Bicep": { + "rotation": [-7.34285, -36.41747, 58.3784] + }, + "Right_Forearm": { + "rotation": [-62.47765, 2.21738, 43.65495] + }, + "Right_Hand": { + "rotation": [-4.95, -5.01, -7.72], + "position": [0, 0, 0] + }, + "Right_pinky": { + "rotation": [0, 0, -17.5], + "position": [0, 0, 0] + }, + "Right_index": { + "rotation": [0, 0, -2.5], + "position": [0, 0, 0] + }, + "Right_thumb": { + "rotation": [0, 0, -17.5], + "position": [-0.25, 0, 0] + }, + "Back_Plate": { + "rotation": [2.5, 0, 0], + "position": [0, -1, -1.25] + }, + "Tail_1": { + "rotation": [-94.5, 0, 0], + "position": [0, 9.94, -7.37] + }, + "Tail_2": { + "rotation": [8.96769, "17.7427-math.sin((query.anim_time-0.1)*120)*1", 9.38272], + "position": [0, 0, 0] + }, + "Tail_3": { + "rotation": [10.77125, "17.8199-math.sin((query.anim_time-0.2)*120)*1", 2.42016], + "position": [0, 0, 0] + }, + "Tail_4": { + "rotation": [5.56074, "17.1109-math.sin((query.anim_time-0.3)*120)*0.5", 3.72605], + "position": [0.45675, -0.11729, 0.1668] + }, + "Tail_5": { + "rotation": [-3.16201, "17.4699-math.sin((query.anim_time-0.5)*120)*1", 0.69364], + "position": [0, 0, 0] + }, + "Tail_6": { + "rotation": [1.88235, 22.40232, 1.89669], + "position": [0, 0, 0] + }, + "Left_Leg": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "Left_Thigh": { + "rotation": [45.68022, -30.89755, -50.83771], + "position": [-5, -10, -22] + }, + "Left_Calf": { + "rotation": [59.51995, 11.86554, 19.25656] + }, + "Left_Foot": { + "rotation": [-22.5, 0, 0] + }, + "Left_innertoe": { + "rotation": [0, -12.5, 0] + }, + "Left_middletoe": { + "rotation": [-56.03462, 27.4817, -3.99429], + "position": [0.17232, 0.28602, 0.37215] + }, + "Left_outertoe": { + "rotation": [-44.83938, -5.72974, 36.65473] + }, + "Right_Leg": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "Right_Thigh": { + "rotation": [45.68022, 30.89755, 50.83771], + "position": [5, -10, -22] + }, + "Right_Calf": { + "rotation": [59.51995, -11.86554, -19.25656], + "position": [0.4437, 0.15952, 0.9439] + }, + "Right_Foot": { + "rotation": [-22.5, 0, 0] + }, + "Right_innertoe": { + "rotation": [0, 12.5, 0] + }, + "Right_middletoe": { + "rotation": [-56.03462, -27.4817, 3.99429], + "position": [-0.17232, 0.28602, 0.37215] + }, + "Right_outertoe": { + "rotation": [-44.83938, 5.72974, -36.65473] + } + } + }, + "animation.haxorus.battle_idle": { + "loop": true, + "animation_length": 3, + "bones": { + "Body": { + "position": [0, -1, -7] + }, + "Hips": { + "rotation": ["12.3741-math.sin((query.anim_time)*120)*3", 20.02102, -0.3472], + "position": [0, "1.75+math.sin((query.anim_time)*120)*1", -1] + }, + "Chest": { + "rotation": ["17.4068-math.sin((query.anim_time-0.1)*120)*2", -3.26494, 1.3558], + "position": [0, -0.75, 0] + }, + "Neck1": { + "rotation": ["4.7604-math.sin((query.anim_time-0.2)*120)*1", -3.32087, 4.49762] + }, + "Neck2": { + "rotation": ["2.5126-math.sin((query.anim_time-0.3)*120)*1", -2.89637, 2.02746], + "position": [0, 0, 0] + }, + "Neck3": { + "rotation": ["-2.4834-math.sin((query.anim_time-0.4)*120)*1", -2.49766, 0.10829] + }, + "Neck4": { + "rotation": ["2.5571+math.sin((query.anim_time-0.5)*120)*1", -2.49751, -0.1115] + }, + "head": { + "rotation": ["12.5+math.sin((query.anim_time-0.4)*120)*5", 0, 0], + "position": [0, -1, 0.75] + }, + "Left_Bicep": { + "rotation": ["12.8212-math.sin((query.anim_time-0.3)*120)*3", -0.26317, "15.8297-math.sin((query.anim_time-0.3)*120)*3"], + "position": [-1, 0, -0.75] + }, + "Right_Bicep": { + "rotation": [1.0277, 18.91645, "-28.4498+math.sin((query.anim_time-0.3)*120)*3"], + "position": [1, 0, -0.75] + }, + "Left_Forearm": { + "rotation": [ + "259.9037-math.sin((query.anim_time-0.5)*120)*2", + "86.2176-math.sin((query.anim_time-0.5)*120)*3", + "261.7851-math.sin((query.anim_time-0.5)*120)*2" + ], + "position": [0.25, 0, -0.75] + }, + "Right_Forearm": { + "rotation": [18.33236, -71.94789, "-20.6607+math.sin((query.anim_time-0.5)*120)*2"], + "position": [-0.25, 0, -0.75] + }, + "Back_Plate": { + "rotation": [2.5, 0, 0], + "position": [0, -1, -1.25] + }, + "Tail_1": { + "rotation": ["10-math.cos((query.anim_time-0.1)*120)*6", "0-math.sin((query.anim_time-0.1)*120)*10", 0] + }, + "Tail_2": { + "rotation": ["25+math.cos((query.anim_time-0.3)*120)*4", "0-math.sin((query.anim_time-0.2)*120)*3", 0] + }, + "Tail_3": { + "rotation": [30.0838, "0-math.sin((query.anim_time-0.3)*120)*5", 0] + }, + "Tail_4": { + "rotation": [-2.5, "0-math.sin((query.anim_time-0.3)*120)*5", 0], + "position": [0, 0, 0.75] + }, + "Tail_5": { + "rotation": [-10, "0-math.sin((query.anim_time-0.6)*120)*5", 0] + }, + "Left_Thigh": { + "rotation": ["36.9687+math.sin((query.anim_time)*120)*3", -15.70762, -27.36573], + "position": [-5.5, "2.75+math.sin((query.anim_time)*120)*0.5", -11.75] + }, + "Left_Calf": { + "rotation": ["-6.5585-math.sin((query.anim_time)*120)*5", 1.60771, 0.59234], + "position": [-0.25, 0, 0.5] + }, + "Left_Foot": { + "rotation": ["8.3267+math.sin((query.anim_time)*120)*1", 11.27738, 21.79957], + "position": [-1, 0.25, -1] + }, + "Left_innertoe": { + "rotation": [-9.06545, -32.13977, "-7.0725-math.sin((query.anim_time)*120)*1"] + }, + "Left_middletoe": { + "rotation": ["-28.768+math.sin((query.anim_time)*120)*1", 13.74495, -9.2991] + }, + "Left_outertoe": { + "rotation": ["-29.2856+math.sin((query.anim_time)*120)*1", -20.55044, 12.78462] + }, + "Right_Thigh": { + "rotation": ["78.0325+math.sin((query.anim_time)*120)*3", 50.49077, 43.49377], + "position": [4.5, "0.75+math.sin((query.anim_time)*120)*0.5", -7.5] + }, + "Right_Calf": { + "rotation": ["5.9415-math.sin((query.anim_time)*120)*5", -1.60771, -0.59234], + "position": [0.25, 0, 0.5] + }, + "Right_Foot": { + "rotation": ["-11.6733+math.sin((query.anim_time)*120)*1", -11.27738, -21.79957], + "position": [1, "0.25+math.sin((query.anim_time)*120)*0.2", "-1-math.sin((query.anim_time)*120)*0.2"] + }, + "Right_innertoe": { + "rotation": [-5.909, 32.79195, "12.9488+math.sin((query.anim_time)*120)*1"] + }, + "Right_middletoe": { + "rotation": ["-28.768+math.sin((query.anim_time)*120)*1", -13.74495, 9.2991] + }, + "Right_outertoe": { + "rotation": ["-29.2856+math.sin((query.anim_time)*120)*1", 20.55044, -12.78462] + }, + "Left_Hand": { + "rotation": [-4.94694, 5.00941, "7.7231-math.sin((query.anim_time-0.4)*120)*3"] + }, + "Right_Hand": { + "rotation": [-4.94694, -5.00941, "-7.7231+math.sin((query.anim_time-0.4)*120)*3"] + }, + "Lower_Jaw": { + "rotation": [-12.5, 0, 0], + "position": [0, -1, 0] + }, + "Right_pinky": { + "rotation": [0, 0, "-20+math.sin((query.anim_time-0.4)*120)*6"] + }, + "Right_thumb": { + "rotation": [0, 0, "-17.5+math.sin((query.anim_time-0.4)*120)*6"], + "position": [-0.25, 0, 0] + }, + "Tail_6": { + "rotation": [-7.5, "0-math.sin((query.anim_time-0.7)*120)*5", 0] + }, + "Left_pinky": { + "rotation": [0, 0, "20-math.sin((query.anim_time-0.4)*120)*6"] + }, + "Left_index": { + "rotation": [0, 0, "-2.5-math.sin((query.anim_time-0.4)*120)*6"] + }, + "Left_thumb": { + "rotation": [0, 0, "17.5-math.sin((query.anim_time-0.4)*120)*6"] + }, + "Right_index": { + "rotation": [0, 0, "2.5+math.sin((query.anim_time-0.4)*120)*6"] + } + } + }, + "animation.haxorus.battle_base": { + "loop": true, + "animation_length": 3, + "bones": { + "Body": { + "position": [0, -1, -7] + }, + "Hips": { + "rotation": [12.3741, 20.02102, -0.3472], + "position": [0, 1.75, -1] + }, + "Chest": { + "rotation": [17.4068, -3.26494, 1.3558], + "position": [0, -0.75, 0] + }, + "Neck1": { + "rotation": [4.7604, -3.32087, 4.49762] + }, + "Neck2": { + "rotation": [2.5126, -2.89637, 2.02746], + "position": [0, 0, 0] + }, + "Neck3": { + "rotation": [-2.4834, -2.49766, 0.10829] + }, + "Neck4": { + "rotation": [2.55713, -2.49751, -0.1115] + }, + "head": { + "rotation": [15, 0, 0], + "position": [0, -1, 0.75] + }, + "Left_Bicep": { + "rotation": [12.82116, -0.26317, 15.82969], + "position": [-1, 0, -0.75] + }, + "Right_Bicep": { + "rotation": [1.02769, 18.91645, -28.44984], + "position": [1, 0, -0.75] + }, + "Left_Forearm": { + "rotation": [259.90374, 86.21759, 261.78511], + "position": [0.25, 0, -0.75] + }, + "Right_Forearm": { + "rotation": [18.33236, -71.94789, -20.66066], + "position": [-0.25, 0, -0.75] + }, + "Back_Plate": { + "rotation": [2.5, 0, 0], + "position": [0, -1, -1.25] + }, + "Tail_1": { + "rotation": [10, 0, 0] + }, + "Tail_2": { + "rotation": [25, 0, 0] + }, + "Tail_3": { + "rotation": [30.0838, 0, 0] + }, + "Tail_4": { + "rotation": [-2.5, 0, 0], + "position": [0, 0, 0.75] + }, + "Tail_5": { + "rotation": [-10, 0, 0] + }, + "Left_Thigh": { + "rotation": [36.96868, -15.70762, -27.36573], + "position": [-5.5, 2.75, -11.75] + }, + "Left_Calf": { + "rotation": [-6.5585, 1.60771, 0.59234], + "position": [-0.25, 0, 0.5] + }, + "Left_Foot": { + "rotation": [8.3267, 11.27738, 21.79957], + "position": [-1, 0.25, -1] + }, + "Left_innertoe": { + "rotation": [-5.909, -32.79195, -12.9488] + }, + "Left_middletoe": { + "rotation": [-28.768, 13.74495, -9.2991] + }, + "Left_outertoe": { + "rotation": [-29.2856, -20.55044, 12.78462] + }, + "Right_Thigh": { + "rotation": [78.03252, 50.49077, 43.49377], + "position": [4.5, 0.75, -7.5] + }, + "Right_Calf": { + "rotation": [5.9415, -1.60771, -0.59234], + "position": [0.25, 0, 0.5] + }, + "Right_Foot": { + "rotation": [-11.6733, -11.27738, -21.79957], + "position": [1, 0.25, -1] + }, + "Right_innertoe": { + "rotation": [-5.909, 32.79195, 12.9488] + }, + "Right_middletoe": { + "rotation": [-28.768, -13.74495, 9.2991] + }, + "Right_outertoe": { + "rotation": [-29.2856, 20.55044, -12.78462] + }, + "Left_Hand": { + "rotation": [-4.94694, 5.00941, 7.7231] + }, + "Right_Hand": { + "rotation": [-4.94694, -5.00941, -7.7231] + }, + "Lower_Jaw": { + "rotation": [-12.5, 0, 0], + "position": [0, -1, 0] + }, + "Right_pinky": { + "rotation": [0, 0, -17.5] + }, + "Right_thumb": { + "rotation": [0, 0, -17.5], + "position": [-0.25, 0, 0] + }, + "Tail_6": { + "rotation": [-7.5, 0, 0] + }, + "Left_pinky": { + "rotation": [0, 0, 20] + }, + "Left_index": { + "rotation": [0, 0, 2.5] + }, + "Left_thumb": { + "rotation": [0, 0, 17.5] + }, + "Right_index": { + "rotation": [0, 0, -2.5] + } + } + }, + "animation.haxorus.recoil": { + "animation_length": 1.5, + "bones": { + "Hips": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [-8, 1, 0], + "post": [-8, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "Neck1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Neck2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Neck3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Neck4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_eyelid": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [1, 0, 0], + "0.9167": [1, 0, 0], + "0.9583": [0, 0, 0], + "1.5": [0, 0, 0] + } + }, + "Right_eyelid": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [-1, 0, 0], + "0.9167": [-1, 0, 0], + "0.9583": [0, 0, 0], + "1.5": [0, 0, 0] + } + }, + "Lower_Jaw": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.haxorus.physical": { + "animation_length": 3, + "bones": { + "Body": { + "position": { + "0.0": [0, -1, -7], + "1.4167": [0, -1, -7], + "1.4583": [0, -1.75, -7], + "1.5": [0, 0, -7], + "1.5417": [0, -1, -7] + } + }, + "Hips": { + "rotation": { + "0.0": { + "post": [12.3741, 20.02102, -0.3472], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [2.13021, 21.00573, -9.02218], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-13.8681, 21.45978, 10.2368], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [67.74103, 20.53066, 7.75076], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [12.3741, 20.02102, -0.3472], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [12.3741, 20.02102, -0.3472], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 1.75, -1], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [2.5, 6.26, -3.61], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [2.5, 6.26, -3.61], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, -2.75, -8], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 1.75, -1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 1.75, -1], + "lerp_mode": "catmullrom" + } + } + }, + "Chest": { + "rotation": { + "0.0": { + "post": [17.4068, -3.26494, 1.3558], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [17.41, -3.26, 1.36], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [7.41, -3.26, 1.36], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [17.41, -3.26, 1.36], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [17.41, -3.26, 1.36], + "lerp_mode": "catmullrom" + } + }, + "position": [0, -0.75, 0] + }, + "Neck1": { + "rotation": { + "0.0": { + "post": [4.7604, -3.32087, 4.49762], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [5.24548, -2.47956, -5.09322], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [4.7604, -3.32087, 4.49762], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5.27142, -3.37607, 5.12685], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [4.7604, -3.32087, 4.49762], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [4.7604, -3.32087, 4.49762], + "lerp_mode": "catmullrom" + } + } + }, + "Neck2": { + "rotation": { + "0.0": { + "post": [2.5126, -2.89637, 2.02746], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [2.75541, -2.66644, -2.97315], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [2.5126, -2.89637, 2.02746], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-2.4874, -2.89637, 2.02746], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [2.5126, -2.89637, 2.02746], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.5126, -2.89637, 2.02746], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "1.375": [0, 0, 0] + } + }, + "Neck3": { + "rotation": { + "0.0": { + "post": [-2.4834, -2.49766, 0.10829], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-2.25631, -2.70454, -4.89259], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-2.4834, -2.49766, 0.10829], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-7.4834, -2.49766, 0.10829], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-2.4834, -2.49766, 0.10829], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.4834, -2.49766, 0.10829], + "lerp_mode": "catmullrom" + } + } + }, + "Neck4": { + "rotation": { + "0.0": { + "post": [2.55713, -2.49751, -0.1115], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [3.54586, 4.92772, 0.28414], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [2.55713, -2.49751, -0.1115], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-9.94287, -2.49751, -0.1115], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [2.55713, -2.49751, -0.1115], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.55713, -2.49751, -0.1115], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [20.01754, 2.34914, 0.85553], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0.01754, 2.34914, 0.85553], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, -1, 0.75], + "1.375": [0, -1, 0.75] + } + }, + "Left_Bicep": { + "rotation": { + "0.0": { + "post": [12.82116, -0.26317, 15.82969], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-11.9328, -21.99723, 15.51444], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-48.97231, -18.91645, 28.44984], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-51.40816, -5.4275, 39.8862], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-51.40816, -5.4275, 39.8862], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-38.42075, -22.58958, 34.2994], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-34.16761, -25.54118, 35.30069], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [12.82116, -0.26317, 15.82969], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [12.82116, -0.26317, 15.82969], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [-1, 0, -0.75], + "2.3333": [-1, 0, -0.75], + "3.0": [-1, 0, -0.75] + } + }, + "Right_Bicep": { + "rotation": { + "0.0": { + "post": [1.02769, 18.91645, -28.44984], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-11.9328, 21.99723, -15.51444], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-48.97231, 18.91645, -28.44984], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-51.40816, 5.4275, -39.8862], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-51.40816, 5.4275, -39.8862], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-38.42075, 22.58958, -34.2994], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-34.16761, 25.54118, -35.30069], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [12.68153, 1.92082, -23.14579], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [1.02769, 18.91645, -28.44984], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1.02769, 18.91645, -28.44984], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [1, 0, -0.75], + "2.3333": [1, 0, -0.75], + "2.8333": [1, 0, -0.75], + "3.0": [1, 0, -0.75] + } + }, + "Left_Forearm": { + "rotation": { + "0.0": { + "post": [259.90374, 86.21759, 261.78511], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [96.20653, 76.95754, 97.99833], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [10.41619, 57.37799, 11.97548], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [10.41619, 57.37799, 11.97548], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [42.58493, 53.3776, 40.41081], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [259.90374, 86.21759, 261.78511], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0.25, 0, -0.75], + "3.0": [0.25, 0, -0.75] + } + }, + "Right_Forearm": { + "rotation": { + "0.0": { + "post": [18.33236, -71.94789, -20.66066], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [96.20653, -76.95754, -97.99833], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [10.41619, -57.37799, -11.97548], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [10.41619, -57.37799, -11.97548], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [42.58493, -53.3776, -40.41081], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [18.33236, -71.94789, -20.66066], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [18.33236, -71.94789, -20.66066], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [-0.25, 0, -0.75], + "2.8333": [-0.25, 0, -0.75], + "3.0": [-0.25, 0, -0.75] + } + }, + "Back_Plate": { + "rotation": [2.5, 0, 0], + "position": [0, -1, -1.25] + }, + "Tail_1": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 27.5, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-12.71, -7.85, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-27.5, -20, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [2.94, -13.09, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail_2": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [17.5, -10, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [17.5, -15, -5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [7.34, -0.77, -1.13], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [17.5, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [19.71, -3.24, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail_3": { + "rotation": { + "0.0": { + "post": [30.0838, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [22.58, -15, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [22.58, 2.5, -5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [12.05, 1.76, -5.47], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [22.58, 7.5, -5], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [30.0838, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [30.0838, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail_4": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-5, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-5, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-12.68, 1.68, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-5, 5, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0.75], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, 0, 0.75], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0.75], + "lerp_mode": "catmullrom" + } + } + }, + "Tail_5": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-10, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-10, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-10, 5, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Thigh": { + "rotation": { + "0.0": { + "post": [36.96868, -15.70762, -27.36573], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [46.96868, -15.70762, -27.36573], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [53.20266, -10.52519, -21.7967], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [53.20266, -10.52519, -21.7967], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [50.70266, -10.52519, -21.7967], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [40.70266, -10.52519, -21.7967], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [36.96868, -15.70762, -27.36573], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [36.96868, -15.70762, -27.36573], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-5.5, 2.75, -11.75], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-5.5, 4.75, -13.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-4.25, 5.75, -16.75], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-4.25, 5.75, -16.75], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-4.25, 1.75, -18.75], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-4.25, -0.25, -18], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-5.5, 2.75, -11.75], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-5.5, 2.75, -11.75], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Calf": { + "rotation": { + "0.0": { + "post": [-6.5585, 1.60771, 0.59234], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-19.0585, 1.60771, 0.59234], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-27.10372, 7.04155, -6.62039], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-27.10372, 7.04155, -6.62039], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-2.10372, 7.04155, -6.62039], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [15.39628, 7.04155, -6.62039], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-6.5585, 1.60771, 0.59234], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-6.5585, 1.60771, 0.59234], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.25, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-0.25, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.25, 0, 0.5], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Foot": { + "rotation": { + "0.0": { + "post": [8.3267, 11.27738, 21.79957], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [18.3267, 11.27738, 21.79957], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [25.74404, -0.82674, 21.77763], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [28.24404, -0.82674, 21.77763], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-6.01488, 7.60553, 25.19728], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-3.51299, 9.59541, 23.618], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [2.02523, 9.22793, 23.25754], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [8.3267, 11.27738, 21.79957], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [8.3267, 11.27738, 21.79957], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-1, 0.25, -1], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-0.4141, 0.21109, -0.89722], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-0.5041, 0.43109, -0.82722], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-1.08759, 0.09491, -1.17542], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-1.01561, 0.23882, -0.96766], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-1, 0.25, -1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-1, 0.25, -1], + "lerp_mode": "catmullrom" + } + } + }, + "Left_innertoe": { + "rotation": { + "0.0": { + "post": [-11.71023, -33.1552, -8.69894], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-9.06545, -32.13977, -7.07242], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-14.02026, -31.99853, -4.45302], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-11.71023, -33.1552, -8.69894], + "lerp_mode": "catmullrom" + } + } + }, + "Left_middletoe": { + "rotation": { + "0.0": { + "post": [-28.768, 13.74495, -9.2991], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-35.43467, 13.74495, -9.2991], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-51.91652, 9.82588, -12.47166], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-54.41652, 9.82588, -12.47166], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-36.56541, 11.49045, -10.57357], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-49.06541, 11.49045, -10.57357], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-42.21614, 12.46381, -10.08502], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-28.768, 13.74495, -9.2991], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-28.768, 13.74495, -9.2991], + "lerp_mode": "catmullrom" + } + } + }, + "Left_outertoe": { + "rotation": { + "0.0": { + "post": [-29.2856, -20.55044, 12.78462], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-35.95227, -20.55044, 12.78462], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-53.70931, -12.85324, 19.4563], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-56.20931, -12.85324, 19.4563], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-39.64654, -17.7214, 13.53931], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-50.60934, -14.02981, 17.03874], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-43.11002, -16.03461, 16.18761], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-29.2856, -20.55044, 12.78462], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-29.2856, -20.55044, 12.78462], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Thigh": { + "rotation": { + "0.0": { + "post": [78.03252, 50.49077, 43.49377], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [84.00543, 47.70664, 47.54607], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [91.50543, 47.70664, 47.54607], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [60.44782, 44.78934, 36.10484], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [44.96181, 28.88173, 30.82028], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [51.6702, 19.33716, 27.64954], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [51.6702, 19.33716, 27.64954], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [54.17366, 38.20667, 36.57865], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [78.03252, 50.49077, 43.49377], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [78.03252, 50.49077, 43.49377], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [4.5, 0.75, -7.5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [7, 0.75, -7.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [8, 3.75, -9.75], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [7.47, 5.87, -10.28], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [6.15, 6.16, -11.62], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [5.12, 2.78, -13.79], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [4.5, 0.75, -14.5], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [4.5, 0.75, -14.5], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [4.5, 0.75, -7.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [4.5, 0.75, -7.5], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Calf": { + "rotation": { + "0.0": { + "post": [5.9415, -1.60771, -0.59234], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-9.46695, -20.04183, 12.30751], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-39.02472, -30.04285, 30.22158], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [22.28092, -14.98895, 13.90833], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [5.9415, -1.60771, -0.59234], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [5.9415, -1.60771, -0.59234], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [18.4415, -1.60771, -0.59234], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [5.9415, -1.60771, -0.59234], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [5.9415, -1.60771, -0.59234], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.25, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0.25, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0.25, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0.25, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.25, 0, 0.5], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Foot": { + "rotation": { + "0.0": { + "post": [-11.6733, -11.27738, -21.79957], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-2.92255, -8.35332, -19.8947], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [14.75625, 6.58658, -18.22368], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-16.38739, -7.70459, -21.08439], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-11.6733, -11.27738, -21.79957], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-11.6733, -11.27738, -21.79957], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-21.6733, -11.27738, -21.79957], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [-11.6733, -11.27738, -21.79957], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-11.6733, -11.27738, -21.79957], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [1, 0.25, -1], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [1, 0.25, -1], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [1, 0.25, -1], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [1, 0.25, -1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1, 0.25, -1], + "lerp_mode": "catmullrom" + } + } + }, + "Right_innertoe": { + "rotation": { + "0.0": { + "post": [-5.909, 32.79195, 12.9488], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-9.06545, 32.13977, 7.07242], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-7.7, 32.42, 9.62], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [7.60262, 32.4448, 37.74216], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-5.909, 32.79195, 12.9488], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-5.909, 32.79195, 12.9488], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [-5.909, 32.79195, 12.9488], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-5.909, 32.79195, 12.9488], + "lerp_mode": "catmullrom" + } + } + }, + "Right_middletoe": { + "rotation": { + "0.0": { + "post": [-28.768, -13.74495, 9.2991], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-43.768, -13.74495, 9.2991], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-53.768, -13.74495, 9.2991], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-4.60133, -13.74495, 9.2991], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-28.768, -13.74495, 9.2991], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-28.768, -13.74495, 9.2991], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-13.768, -13.74495, 9.2991], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-33.268, -13.74495, 9.2991], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [-28.768, -13.74495, 9.2991], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-28.768, -13.74495, 9.2991], + "lerp_mode": "catmullrom" + } + } + }, + "Right_outertoe": { + "rotation": { + "0.0": { + "post": [-29.2856, 20.55044, -12.78462], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-40.2955, 16.16874, -15.64975], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-51.27566, 9.96367, -19.97697], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-4.72093, 14.32293, -17.01541], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-29.2856, 20.55044, -12.78462], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-29.2856, 20.55044, -12.78462], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-11.7856, 20.55044, -12.78462], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-33.2856, 20.55044, -12.78462], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [-29.2856, 20.55044, -12.78462], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-29.2856, 20.55044, -12.78462], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Hand": { + "rotation": [-4.94694, 5.00941, 7.7231] + }, + "Right_Hand": { + "rotation": { + "0.0": [-4.94694, -5.00941, -7.7231], + "2.3333": [-4.94694, -5.00941, -7.7231], + "3.0": [-4.94694, -5.00941, -7.7231] + } + }, + "Lower_Jaw": { + "rotation": { + "0.0": [-12.5, 0, 0], + "1.375": [-12.5, 0, 0] + }, + "position": { + "0.0": [0, -1, 0], + "1.375": [0, -1, 0] + } + }, + "Right_pinky": { + "rotation": [0, 0, -17.5] + }, + "Right_thumb": { + "rotation": [0, 0, -17.5], + "position": [-0.25, 0, 0] + }, + "Tail_6": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-7.5, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-7.5, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_pinky": { + "rotation": [0, 0, 20] + }, + "Left_index": { + "rotation": [0, 0, 2.5] + }, + "Left_thumb": { + "rotation": [0, 0, 17.5] + }, + "Right_index": { + "rotation": [0, 0, -2.5] + } + } + }, + "animation.haxorus.special": { + "animation_length": 3, + "bones": { + "Body": { + "position": [0, -1, -7] + }, + "Hips": { + "rotation": { + "0.0": { + "post": [12.3741, 20.02102, -0.3472], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [19.8741, 20.02102, -0.3472], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-10.1259, 20.02102, -0.3472], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-10.1259, 20.02102, -0.3472], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [39.8741, 20.02102, -0.3472], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [42.52716, 20.02102, -0.3472], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [12.3741, 20.02102, -0.3472], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [12.3741, 20.02102, -0.3472], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 1.75, -1], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 1.75, -2.5], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 1.75, 1.75], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 1.75, 1.75], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, -1.25, -7.25], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, -0.25, -5.25], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 1.75, -1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 1.75, -1], + "lerp_mode": "catmullrom" + } + } + }, + "Chest": { + "rotation": { + "0.0": { + "post": [17.4068, -3.26494, 1.3558], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [22.4068, -3.26494, 1.3558], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [12.4068, -3.26494, 1.3558], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [17.4068, -3.26494, 1.3558], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [17.4068, -3.26494, 1.3558], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, -0.75, 0], + "1.3333": [0, -0.75, 0], + "1.375": [0.00285, -0.38033, 0.33665], + "1.4167": [0, -0.75, 0], + "1.4583": [0.00285, -0.38033, 0.33665], + "1.5": [0, -0.75, 0], + "1.5417": [0.00285, -0.38033, 0.33665], + "1.5833": [0, -0.75, 0], + "1.625": [0.00285, -0.38033, 0.33665], + "1.6667": [0, -0.75, 0], + "1.7083": [0.00285, -0.38033, 0.33665], + "1.75": [0, -0.75, 0] + } + }, + "Neck1": { + "rotation": { + "0.0": { + "post": [4.7604, -3.32087, 4.49762], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [9.7604, -3.32087, 4.49762], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [2.2604, -3.32087, 4.49762], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [2.26, -3.32, 4.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [4.7604, -3.32087, 4.49762], + "lerp_mode": "catmullrom" + } + } + }, + "Neck2": { + "rotation": { + "0.0": { + "post": [2.5126, -2.89637, 2.02746], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [7.5126, -2.89637, 2.02746], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0.0126, -2.89637, 2.02746], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-2.4874, -2.89637, 2.02746], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.5126, -2.89637, 2.02746], + "lerp_mode": "catmullrom" + } + } + }, + "Neck3": { + "rotation": { + "0.0": { + "post": [-2.4834, -2.49766, 0.10829], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [5.0166, -2.49766, 0.10829], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2.5166, -2.49766, 0.10829], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0.0166, -2.49766, 0.10829], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.4834, -2.49766, 0.10829], + "lerp_mode": "catmullrom" + } + } + }, + "Neck4": { + "rotation": { + "0.0": { + "post": [2.55713, -2.49751, -0.1115], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-12.44287, -2.49751, -0.1115], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.55713, -2.49751, -0.1115], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-14.8, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1, 0.75], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, -1, 0.75], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -1, 0.75], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Bicep": { + "rotation": { + "0.0": { + "post": [12.82116, -0.26317, 15.82969], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [12.87364, -5.13815, 14.71701], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [3.32765, 13.71264, 33.25833], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [34.70033, -2.67342, 21.69685], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [30.07926, -11.7273, 13.82183], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [30.07926, -11.7273, 13.82183], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [12.82116, -0.26317, 15.82969], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [12.82116, -0.26317, 15.82969], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-1, 0, -0.75], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [-1, 0, -0.75], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-1, 0, -0.75], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Bicep": { + "rotation": { + "0.0": { + "post": [12.82116, 0.26317, -15.82969], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [12.87364, 5.13815, -14.71701], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [3.32765, -13.71264, -33.25833], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [34.70033, 2.67342, -21.69685], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [30.36538, 13.88759, -12.5314], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [30.36538, 13.88759, -12.5314], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [12.82116, 0.26317, -15.82969], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [12.82116, 0.26317, -15.82969], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [1, 0, -0.75], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [1, 0, -0.75], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1, 0, -0.75], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Forearm": { + "rotation": { + "0.0": { + "post": [259.90374, 86.21759, 261.78511], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [319.27708, 84.28679, 321.32105], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [193.5528, 73.91025, 194.94336], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [354.90107, 43.05066, 358.41728], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [354.90107, 43.05066, 358.41728], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [259.90374, 86.21759, 261.78511], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [259.90374, 86.21759, 261.78511], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.25, 0, -0.75], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0.25, 0, -0.75], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.25, 0, -0.75], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Forearm": { + "rotation": { + "0.0": { + "post": [259.90374, -86.21759, -261.78511], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [331.33054, -82.21981, -333.45597], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [199.37722, -78.71166, -200.9325], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [354.90107, -43.05066, -358.41728], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [354.90107, -43.05066, -358.41728], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [259.90374, -86.21759, -261.78511], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [259.90374, -86.21759, -261.78511], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.25, 0, -0.75], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [-0.25, 0, -0.75], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.25, 0, -0.75], + "lerp_mode": "catmullrom" + } + } + }, + "Back_Plate": { + "rotation": [2.5, 0, 0], + "position": [0, -1, -1.25] + }, + "Tail_1": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [6.42764, -37.18301, -4.98021], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [12.08602, 13.16176, 2.99639], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail_2": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [30.38126, 8.64917, 5.03837], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [30.02363, -2.16489, -1.2506], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail_3": { + "rotation": { + "0.0": { + "post": [30.0838, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [32.60476, 2.10641, 1.3468], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [33.48773, -12.59696, -8.21023], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [30.0838, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [30.0838, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail_4": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-2.53852, 9.99038, -0.44067], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-2.56062, -12.48791, 0.55404], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": [0, 0, 0.75] + }, + "Tail_5": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-10.08453, 7.38542, -1.30962], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-10.23772, -12.3071, 2.20462], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Thigh": { + "rotation": { + "0.0": { + "post": [36.96868, -15.70762, -27.36573], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [46.96868, -15.70762, -27.36573], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [26.96868, -15.70762, -27.36573], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [49.46868, -15.70762, -27.36573], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [56.96868, -15.70762, -27.36573], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [36.96868, -15.70762, -27.36573], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [36.96868, -15.70762, -27.36573], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-5.5, 2.75, -11.75], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-5.5, 2.75, -13.75], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5.5, 1.25, -11.25], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5.5, 2.5, -14.75], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-5.5, 2.5, -14.75], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-5.5, 2.75, -11.75], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-5.5, 2.75, -11.75], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Calf": { + "rotation": { + "0.0": { + "post": [-6.5585, 1.60771, 0.59234], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-11.5585, 1.60771, 0.59234], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [15.9415, 1.60771, 0.59234], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-9.0585, 1.60771, 0.59234], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-24.0585, 1.60771, 0.59234], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-6.5585, 1.60771, 0.59234], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-6.5585, 1.60771, 0.59234], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.25, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-0.25, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.25, 0, 0.5], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Foot": { + "rotation": { + "0.0": { + "post": [8.3267, 11.27738, 21.79957], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [5.8267, 11.27738, 21.79957], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [10.8267, 11.27738, 21.79957], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0.8267, 11.27738, 21.79957], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-6.6733, 11.27738, 21.79957], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [8.3267, 11.27738, 21.79957], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [8.3267, 11.27738, 21.79957], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-1, 0.25, -1], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-1, 0.25, -1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-1, 0.25, -1], + "lerp_mode": "catmullrom" + } + } + }, + "Left_innertoe": { + "rotation": { + "0.0": { + "post": [-7.5, -32.5, -9.99996], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-10.60056, -31.71272, -4.17003], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-8.12, -32.28, -8.81], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-12.66637, -30.92404, -0.14658], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-9.06545, -32.13977, -7.07242], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-9.06545, -32.13977, -7.07242], + "lerp_mode": "catmullrom" + } + } + }, + "Left_middletoe": { + "rotation": { + "0.0": { + "post": [-28.768, 13.74495, -9.2991], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-33.768, 13.74495, -9.2991], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-41.268, 13.74495, -9.2991], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-31.268, 13.74495, -9.2991], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-15.03631, 15.30364, -4.39114], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-28.768, 13.74495, -9.2991], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-28.768, 13.74495, -9.2991], + "lerp_mode": "catmullrom" + } + } + }, + "Left_outertoe": { + "rotation": { + "0.0": { + "post": [-29.2856, -20.55044, 12.78462], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-34.2856, -20.55044, 12.78462], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-39.2856, -20.55044, 12.78462], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-31.7856, -20.55044, 12.78462], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-18.4756, -21.8634, 10.46707], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-29.2856, -20.55044, 12.78462], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-29.2856, -20.55044, 12.78462], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Thigh": { + "rotation": { + "0.0": { + "post": [78.03252, 50.49077, 43.49377], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [84.11275, 51.26826, 51.32591], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [64.21052, 61.63382, 34.62086], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [88.71637, 47.26855, 54.81733], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [96.93416, 40.9855, 58.80604], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [78.03252, 50.49077, 43.49377], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [78.03252, 50.49077, 43.49377], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [4.5, 0.75, -7.5], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [5, 0.75, -7.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [5, 0.75, -4.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [7, 0.75, -10.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [7, 0.75, -9.75], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [4.5, 0.75, -7.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [4.5, 0.75, -7.5], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Calf": { + "rotation": { + "0.0": { + "post": [5.9415, -1.60771, -0.59234], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [3.38161, -14.06186, -0.57201], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [11.03587, -7.73264, 12.47769], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-8.40763, -26.4823, 5.81334], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-21.02408, -31.68253, 4.14952], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [5.9415, -1.60771, -0.59234], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [5.9415, -1.60771, -0.59234], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.25, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0.25, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0.05451, 0.20241, 0.0867], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0.5919, 0.71202, 0.25835], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0.25, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.25, 0, 0.5], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Foot": { + "rotation": { + "0.0": { + "post": [-11.6733, -11.27738, -21.79957], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-6.40211, -4.26061, -18.29094], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-8.35505, -7.35541, -21.50676], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [3.59789, -4.26061, -18.29094], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [3.40861, -4.4134, -15.78845], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-11.6733, -11.27738, -21.79957], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-11.6733, -11.27738, -21.79957], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [1, 0.25, -1], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [1, 0.25, -1], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [1, 0.25, -1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1, 0.25, -1], + "lerp_mode": "catmullrom" + } + } + }, + "Right_innertoe": { + "rotation": { + "0.0": { + "post": [-5.909, 32.79195, 12.9488], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-9.06545, 32.13977, 7.07242], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-9.06545, 32.13977, 7.07242], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-5.909, 32.79195, 12.9488], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-5.909, 32.79195, 12.9488], + "lerp_mode": "catmullrom" + } + } + }, + "Right_middletoe": { + "rotation": { + "0.0": { + "post": [-28.768, -13.74495, 9.2991], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-38.768, -13.74495, 9.2991], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-36.98229, -13.74495, 9.2991], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-43.46532, -12.93467, 10.08863], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-46.66052, -11.93244, 11.0652], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-41.268, -13.74495, 9.2991], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-28.768, -13.74495, 9.2991], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-28.768, -13.74495, 9.2991], + "lerp_mode": "catmullrom" + } + } + }, + "Right_outertoe": { + "rotation": { + "0.0": { + "post": [-29.2856, 20.55044, -12.78462], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-38.15515, 17.50725, -16.98195], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-36.36943, 17.50725, -16.98195], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-43.66802, 17.50725, -16.98195], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-48.15515, 17.50725, -16.98195], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-43.15515, 17.50725, -16.98195], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-29.2856, 20.55044, -12.78462], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-29.2856, 20.55044, -12.78462], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Hand": { + "rotation": [-4.94694, 5.00941, 7.7231] + }, + "Right_Hand": { + "rotation": [-4.94694, -5.00941, -7.7231] + }, + "Lower_Jaw": { + "rotation": { + "0.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": [0, -1, 0] + }, + "Right_pinky": { + "rotation": [0, 0, -17.5] + }, + "Right_thumb": { + "rotation": [0, 0, -17.5], + "position": [-0.25, 0, 0] + }, + "Tail_6": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-7.52832, 4.95712, -0.65426], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-7.97532, -19.82169, 2.71994], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_pinky": { + "rotation": [0, 0, 20] + }, + "Left_index": { + "rotation": [0, 0, 2.5] + }, + "Left_thumb": { + "rotation": [0, 0, 17.5] + }, + "Right_index": { + "rotation": [0, 0, -2.5] + } + } + }, + "animation.haxorus.status": { + "animation_length": 3, + "bones": { + "Body": { + "position": [0, -1, -7] + }, + "Hips": { + "rotation": { + "0.0": { + "post": [12.3741, 20.02102, -0.3472], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [19.8741, 20.02102, -0.3472], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-10.1259, 20.02102, -0.3472], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-10.1259, 20.02102, -0.3472], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [39.8741, 20.02102, -0.3472], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [42.52716, 20.02102, -0.3472], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [12.3741, 20.02102, -0.3472], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [12.3741, 20.02102, -0.3472], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 1.75, -1], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 1.75, -2.5], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 1.75, 1.75], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 1.75, 1.75], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, -1.25, -7.25], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, -0.25, -5.25], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 1.75, -1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 1.75, -1], + "lerp_mode": "catmullrom" + } + } + }, + "Chest": { + "rotation": { + "0.0": { + "post": [17.4068, -3.26494, 1.3558], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [22.4068, -3.26494, 1.3558], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [12.4068, -3.26494, 1.3558], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [17.4068, -3.26494, 1.3558], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [17.4068, -3.26494, 1.3558], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, -0.75, 0], + "1.3333": [0, -0.75, 0], + "1.375": [0.00285, -0.38033, 0.33665], + "1.4167": [0, -0.75, 0], + "1.4583": [0.00285, -0.38033, 0.33665], + "1.5": [0, -0.75, 0], + "1.5417": [0.00285, -0.38033, 0.33665], + "1.5833": [0, -0.75, 0], + "1.625": [0.00285, -0.38033, 0.33665], + "1.6667": [0, -0.75, 0], + "1.7083": [0.00285, -0.38033, 0.33665], + "1.75": [0, -0.75, 0] + } + }, + "Neck1": { + "rotation": { + "0.0": { + "post": [4.7604, -3.32087, 4.49762], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [9.7604, -3.32087, 4.49762], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [2.2604, -3.32087, 4.49762], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [2.26, -3.32, 4.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [4.7604, -3.32087, 4.49762], + "lerp_mode": "catmullrom" + } + } + }, + "Neck2": { + "rotation": { + "0.0": { + "post": [2.5126, -2.89637, 2.02746], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [7.5126, -2.89637, 2.02746], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0.0126, -2.89637, 2.02746], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-2.4874, -2.89637, 2.02746], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.5126, -2.89637, 2.02746], + "lerp_mode": "catmullrom" + } + } + }, + "Neck3": { + "rotation": { + "0.0": { + "post": [-2.4834, -2.49766, 0.10829], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [5.0166, -2.49766, 0.10829], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2.5166, -2.49766, 0.10829], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0.0166, -2.49766, 0.10829], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.4834, -2.49766, 0.10829], + "lerp_mode": "catmullrom" + } + } + }, + "Neck4": { + "rotation": { + "0.0": { + "post": [2.55713, -2.49751, -0.1115], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-12.44287, -2.49751, -0.1115], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.55713, -2.49751, -0.1115], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-14.8, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1, 0.75], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, -1, 0.75], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -1, 0.75], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Bicep": { + "rotation": { + "0.0": { + "post": [12.82116, -0.26317, 15.82969], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [12.87364, -5.13815, 14.71701], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [3.32765, 13.71264, 33.25833], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [34.70033, -2.67342, 21.69685], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [30.07926, -11.7273, 13.82183], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [30.07926, -11.7273, 13.82183], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [12.82116, -0.26317, 15.82969], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [12.82116, -0.26317, 15.82969], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-1, 0, -0.75], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [-1, 0, -0.75], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-1, 0, -0.75], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Bicep": { + "rotation": { + "0.0": { + "post": [12.82116, 0.26317, -15.82969], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [12.87364, 5.13815, -14.71701], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [3.32765, -13.71264, -33.25833], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [34.70033, 2.67342, -21.69685], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [30.36538, 13.88759, -12.5314], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [30.36538, 13.88759, -12.5314], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [12.82116, 0.26317, -15.82969], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [12.82116, 0.26317, -15.82969], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [1, 0, -0.75], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [1, 0, -0.75], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1, 0, -0.75], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Forearm": { + "rotation": { + "0.0": { + "post": [259.90374, 86.21759, 261.78511], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [319.27708, 84.28679, 321.32105], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [193.5528, 73.91025, 194.94336], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [354.90107, 43.05066, 358.41728], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [354.90107, 43.05066, 358.41728], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [259.90374, 86.21759, 261.78511], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [259.90374, 86.21759, 261.78511], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.25, 0, -0.75], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0.25, 0, -0.75], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.25, 0, -0.75], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Forearm": { + "rotation": { + "0.0": { + "post": [259.90374, -86.21759, -261.78511], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [331.33054, -82.21981, -333.45597], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [199.37722, -78.71166, -200.9325], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [354.90107, -43.05066, -358.41728], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [354.90107, -43.05066, -358.41728], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [259.90374, -86.21759, -261.78511], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [259.90374, -86.21759, -261.78511], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.25, 0, -0.75], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [-0.25, 0, -0.75], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.25, 0, -0.75], + "lerp_mode": "catmullrom" + } + } + }, + "Back_Plate": { + "rotation": [2.5, 0, 0], + "position": [0, -1, -1.25] + }, + "Tail_1": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [6.42764, -37.18301, -4.98021], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [12.08602, 13.16176, 2.99639], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail_2": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [30.38126, 8.64917, 5.03837], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [30.02363, -2.16489, -1.2506], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail_3": { + "rotation": { + "0.0": { + "post": [30.0838, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [32.60476, 2.10641, 1.3468], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [33.48773, -12.59696, -8.21023], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [30.0838, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [30.0838, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail_4": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-2.53852, 9.99038, -0.44067], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-2.56062, -12.48791, 0.55404], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": [0, 0, 0.75] + }, + "Tail_5": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-10.08453, 7.38542, -1.30962], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-10.23772, -12.3071, 2.20462], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Thigh": { + "rotation": { + "0.0": { + "post": [36.96868, -15.70762, -27.36573], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [46.96868, -15.70762, -27.36573], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [26.96868, -15.70762, -27.36573], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [49.46868, -15.70762, -27.36573], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [56.96868, -15.70762, -27.36573], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [36.96868, -15.70762, -27.36573], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [36.96868, -15.70762, -27.36573], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-5.5, 2.75, -11.75], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-5.5, 2.75, -13.75], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5.5, 1.25, -11.25], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5.5, 2.5, -14.75], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-5.5, 2.5, -14.75], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-5.5, 2.75, -11.75], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-5.5, 2.75, -11.75], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Calf": { + "rotation": { + "0.0": { + "post": [-6.5585, 1.60771, 0.59234], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-11.5585, 1.60771, 0.59234], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [15.9415, 1.60771, 0.59234], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-9.0585, 1.60771, 0.59234], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-24.0585, 1.60771, 0.59234], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-6.5585, 1.60771, 0.59234], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-6.5585, 1.60771, 0.59234], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.25, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-0.25, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.25, 0, 0.5], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Foot": { + "rotation": { + "0.0": { + "post": [8.3267, 11.27738, 21.79957], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [5.8267, 11.27738, 21.79957], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [10.8267, 11.27738, 21.79957], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0.8267, 11.27738, 21.79957], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-6.6733, 11.27738, 21.79957], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [8.3267, 11.27738, 21.79957], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [8.3267, 11.27738, 21.79957], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-1, 0.25, -1], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-1, 0.25, -1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-1, 0.25, -1], + "lerp_mode": "catmullrom" + } + } + }, + "Left_innertoe": { + "rotation": { + "0.0": { + "post": [-7.5, -32.5, -9.99996], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-10.60056, -31.71272, -4.17003], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-8.12, -32.28, -8.81], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-12.66637, -30.92404, -0.14658], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-9.06545, -32.13977, -7.07242], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-9.06545, -32.13977, -7.07242], + "lerp_mode": "catmullrom" + } + } + }, + "Left_middletoe": { + "rotation": { + "0.0": { + "post": [-28.768, 13.74495, -9.2991], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-33.768, 13.74495, -9.2991], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-41.268, 13.74495, -9.2991], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-31.268, 13.74495, -9.2991], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-15.03631, 15.30364, -4.39114], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-28.768, 13.74495, -9.2991], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-28.768, 13.74495, -9.2991], + "lerp_mode": "catmullrom" + } + } + }, + "Left_outertoe": { + "rotation": { + "0.0": { + "post": [-29.2856, -20.55044, 12.78462], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-34.2856, -20.55044, 12.78462], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-39.2856, -20.55044, 12.78462], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-31.7856, -20.55044, 12.78462], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-18.4756, -21.8634, 10.46707], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-29.2856, -20.55044, 12.78462], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-29.2856, -20.55044, 12.78462], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Thigh": { + "rotation": { + "0.0": { + "post": [78.03252, 50.49077, 43.49377], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [84.11275, 51.26826, 51.32591], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [64.21052, 61.63382, 34.62086], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [88.71637, 47.26855, 54.81733], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [96.93416, 40.9855, 58.80604], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [78.03252, 50.49077, 43.49377], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [78.03252, 50.49077, 43.49377], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [4.5, 0.75, -7.5], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [5, 0.75, -7.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [5, 0.75, -4.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [7, 0.75, -10.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [7, 0.75, -9.75], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [4.5, 0.75, -7.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [4.5, 0.75, -7.5], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Calf": { + "rotation": { + "0.0": { + "post": [5.9415, -1.60771, -0.59234], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [3.38161, -14.06186, -0.57201], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [11.03587, -7.73264, 12.47769], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-8.40763, -26.4823, 5.81334], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-21.02408, -31.68253, 4.14952], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [5.9415, -1.60771, -0.59234], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [5.9415, -1.60771, -0.59234], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.25, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0.25, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0.05451, 0.20241, 0.0867], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0.5919, 0.71202, 0.25835], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0.25, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.25, 0, 0.5], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Foot": { + "rotation": { + "0.0": { + "post": [-11.6733, -11.27738, -21.79957], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-6.40211, -4.26061, -18.29094], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-8.35505, -7.35541, -21.50676], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [3.59789, -4.26061, -18.29094], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [3.40861, -4.4134, -15.78845], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-11.6733, -11.27738, -21.79957], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-11.6733, -11.27738, -21.79957], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [1, 0.25, -1], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [1, 0.25, -1], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [1, 0.25, -1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1, 0.25, -1], + "lerp_mode": "catmullrom" + } + } + }, + "Right_innertoe": { + "rotation": { + "0.0": { + "post": [-5.909, 32.79195, 12.9488], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-9.06545, 32.13977, 7.07242], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-9.06545, 32.13977, 7.07242], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-5.909, 32.79195, 12.9488], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-5.909, 32.79195, 12.9488], + "lerp_mode": "catmullrom" + } + } + }, + "Right_middletoe": { + "rotation": { + "0.0": { + "post": [-28.768, -13.74495, 9.2991], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-38.768, -13.74495, 9.2991], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-36.98229, -13.74495, 9.2991], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-43.46532, -12.93467, 10.08863], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-46.66052, -11.93244, 11.0652], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-41.268, -13.74495, 9.2991], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-28.768, -13.74495, 9.2991], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-28.768, -13.74495, 9.2991], + "lerp_mode": "catmullrom" + } + } + }, + "Right_outertoe": { + "rotation": { + "0.0": { + "post": [-29.2856, 20.55044, -12.78462], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-38.15515, 17.50725, -16.98195], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-36.36943, 17.50725, -16.98195], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-43.66802, 17.50725, -16.98195], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-48.15515, 17.50725, -16.98195], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-43.15515, 17.50725, -16.98195], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-29.2856, 20.55044, -12.78462], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-29.2856, 20.55044, -12.78462], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Hand": { + "rotation": [-4.94694, 5.00941, 7.7231] + }, + "Right_Hand": { + "rotation": [-4.94694, -5.00941, -7.7231] + }, + "Lower_Jaw": { + "rotation": { + "0.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": [0, -1, 0] + }, + "Right_pinky": { + "rotation": [0, 0, -17.5] + }, + "Right_thumb": { + "rotation": [0, 0, -17.5], + "position": [-0.25, 0, 0] + }, + "Tail_6": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-7.52832, 4.95712, -0.65426], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-7.97532, -19.82169, 2.71994], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_pinky": { + "rotation": [0, 0, 20] + }, + "Left_index": { + "rotation": [0, 0, 2.5] + }, + "Left_thumb": { + "rotation": [0, 0, 17.5] + }, + "Right_index": { + "rotation": [0, 0, -2.5] + } + } + }, + "animation.haxorus.cry": { + "animation_length": 3.5, + "bones": { + "Hips": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [4.29, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [4.29, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Chest": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [8.89, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [3.74707, 0.16348, -2.49465], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-2.49762, 0.10901, 2.49762], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Neck1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [4.98107, 0.43523, -4.98107], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-7.47146, 0.65305, 0.01441], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [2.48351, -0.54404, 4.97397], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Neck2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Neck3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Neck4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Lower_Jaw": { + "rotation": { + "0.6667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [15.31, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [17, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [21.36, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [17, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [21.36, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [17, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [21.36, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [22.67, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [22.67, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [20.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [22.67, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [20.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [22.67, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [20.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [22.67, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [20.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [22.67, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [20.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [22.67, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [20.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [22.67, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [20.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Bicep": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 7.5, 10], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [1.95155, -7.24305, -5.12353], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [1.95155, -7.24305, -5.12353], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-0.98448, 7.43547, 2.43603], + "lerp_mode": "catmullrom" + }, + "3.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Forearm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 15, 20], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-24.86926, -12.95254, -10.86748], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-2.36926, -12.95254, -10.86748], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-3.86981, 6.99499, 5.0172], + "lerp_mode": "catmullrom" + }, + "3.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Bicep": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, -7.5, -10], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [1.95155, 7.24305, 5.12353], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [1.95155, 7.24305, 5.12353], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-0.98448, -7.43547, -2.43603], + "lerp_mode": "catmullrom" + }, + "3.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Forearm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, -15, -20], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-24.86926, 12.95254, 10.86748], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-2.36926, 12.95254, 10.86748], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-3.86981, -6.99499, -5.0172], + "lerp_mode": "catmullrom" + }, + "3.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + }, + "sound_effects": { + "0.7083": { + "effect": "pokemon.haxorus.cry" + } + } + }, + "animation.haxorus.head_shake": { + "animation_length": 2.5, + "bones": { + "Neck1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Neck2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Neck3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Neck4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [6.27243, -4.97022, -0.5456], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [6.89839, 5.79838, 0.74486], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [6.27243, -4.97022, -0.5456], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [5.07673, -9.96156, -0.88045], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [5.04292, 7.4713, 0.6574], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [5.04292, -7.4713, -0.6574], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Lower_Jaw": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.haxorus.stomp_head_shake": { + "animation_length": 2.5, + "bones": { + "Neck1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Neck2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Neck3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Neck4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [6.27243, -4.97022, -0.5456], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [6.89839, 5.79838, 0.74486], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [6.27243, -4.97022, -0.5456], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [5.07673, -9.96156, -0.88045], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [5.04292, 7.4713, 0.6574], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [5.04292, -7.4713, -0.6574], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Lower_Jaw": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Hips": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-1.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Thigh": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Calf": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [34.17, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Foot": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_middletoe": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_outertoe": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/hoopa/hoopa.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/hoopa/hoopa.animation.json new file mode 100644 index 0000000..96251fd --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/hoopa/hoopa.animation.json @@ -0,0 +1,1157 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.hoopa.ground_idle": { + "loop": true, + "bones": { + "mainthing": { + "rotation": ["-math.sin(q.anim_time*90*1-60)*2", 0, 0], + "position": ["math.sin(q.anim_time*90*1)*1", "10-math.sin(q.anim_time*90*2)*1", "-math.sin(q.anim_time*90*0.5)*1"] + }, + "head": { + "rotation": [0, 0, 0] + }, + "headring": { + "rotation": ["-math.sin(q.anim_time*90*1-140)*3", "-math.sin(q.anim_time*90*1-50)*3", 0] + }, + "headring2": { + "rotation": ["-math.sin(q.anim_time*90*1-60)*3", "math.sin(q.anim_time*90*1-20)*3", 0] + }, + "body": { + "rotation": ["-math.sin(q.anim_time*90*1-90)*2", 0, "-math.sin(q.anim_time*90*0.5)*3"] + }, + "arm_left": { + "rotation": ["-math.sin(q.anim_time*90*1-100)*8", 0, "math.sin(q.anim_time*90*1-80)*5"], + "position": [0, 0, 0] + }, + "arm_right": { + "rotation": ["-math.sin(q.anim_time*90*1-90)*8", 0, "-math.sin(q.anim_time*90*1-20)*5"] + } + } + }, + "animation.hoopa.ground_walk": { + "loop": true, + "animation_length": 8.375, + "bones": { + "mainthing": { + "rotation": ["-0.0065-math.sin(q.anim_time*90*1-60)*2", 0.15094, -4.99773], + "position": ["math.sin(q.anim_time*90*1)*1", "10-math.sin(q.anim_time*90*2.5)*1", "-math.sin(q.anim_time*90*0.5)*1"] + }, + "head": { + "rotation": [2.5, 0, 0] + }, + "headring": { + "rotation": ["-0.5433-math.sin(q.anim_time*90*1-140)*3", "0.3628-math.sin(q.anim_time*90*1-50)*3", "-12.5065+math.sin(q.anim_time*90*2.5-100)*3"], + "position": [-0.5, 0, 0] + }, + "headring2": { + "rotation": ["0.1385-math.sin(q.anim_time*90*1-60)*3", "0.4666+math.sin(q.anim_time*90*1-20)*3", "-9.9901+math.sin(q.anim_time*90*2.5-130)*3"], + "position": [-0.5, 0, 0] + }, + "body": { + "rotation": ["2.4526-math.sin(q.anim_time*90*1-90)*3", 0.43279, "-12.4926-math.sin(q.anim_time*90*0.5)*3"] + }, + "arm_left": { + "rotation": [0.6087, "34.5118-math.sin(q.anim_time*90*2.5-90)*3", "-37.4238+math.sin(q.anim_time*90*2.5-90)*3"], + "position": [1, 0.25, 0.5] + }, + "arm_right": { + "rotation": [-4.2338, "-30.2837+math.sin(q.anim_time*90*2.5-90)*3", "-40.0893+math.sin(q.anim_time*90*2.5-90)*3"], + "position": [1, 0.5, 0] + } + } + }, + "animation.hoopa.blink": { + "animation_length": 0.1667, + "bones": { + "eyes": { + "position": { + "0.0": [0.2, 0, 0], + "0.125": [0.2, 0, 0], + "0.1667": [0, 0, 0] + } + } + } + }, + "animation.hoopa.faint": { + "animation_length": 3, + "bones": { + "mainthing": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [88.94935, 23.17397, -90.13018], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [100.19432, 75.64781, -91.20304], + "lerp_mode": "catmullrom" + }, + "2.2917": [100.19432, 75.64781, -91.20304] + }, + "position": { + "0.0": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 7, 3], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [5, 5, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [4.54, 0.37, -1.99], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [5, -4.5, -4], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [5, -3.5, -4], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [5, -4.5, -4], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [5, -3.5, -4], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [5, -4.5, -4], + "lerp_mode": "catmullrom" + }, + "2.2917": [5, -4.5, -4] + } + }, + "head": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*4)*5", 0, "math.sin(q.anim_time*90*4)*5"], + "1.4583": [0, 0, 12.5], + "1.8333": [0, 0, 0], + "2.2917": [0, 0, -12.5] + } + }, + "eyes": { + "position": { + "0.0": [0, 0, 0], + "1.5833": [0, 0, 0], + "1.7083": [0.1, 0, 0] + } + }, + "headring": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [22.5, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [4.33287, 2.49762, -22.4055], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [4.33287, 2.49762, -22.4055], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "2.2917": [0, 0, 5] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": [-0.5, 0, 0] + } + }, + "headring2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [5, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [4.33287, 2.49762, -22.4055], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [4.33287, 2.49762, -22.4055], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "2.2917": [0, 0, 5] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": [-0.5, 0, 0] + } + }, + "body": { + "rotation": { + "0.0": { + "post": [-4.95258, -0.43842, -0.1974], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [5, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [4.33287, 2.49762, -22.4055], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [4.33287, 2.49762, -22.4055], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": [0, 0, 0] + } + }, + "arm_left": { + "rotation": { + "0.0": [0, 0, 0], + "2.2917": [11.17505, 10.07026, 43.4877] + } + }, + "arm_right": { + "rotation": { + "0.0": [0, 0, 0], + "2.2917": [-12.5, 0, 67.5] + } + } + } + }, + "animation.hoopa.cry": { + "animation_length": 2.6667, + "bones": { + "eyebrows": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "headring": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, -14.5], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, -4.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -17], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 5.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -3.6], + "lerp_mode": "catmullrom" + }, + "1.3333": [0, 0, 0.5] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-0.28, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-0.62, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": [-0.12, 0, 0] + } + }, + "headring2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, -14.5], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, -10.5], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, -14.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -4.5], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, -9.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 3], + "lerp_mode": "catmullrom" + }, + "1.3333": [0, 0, 0.5] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": [-0.5, 0, 0] + } + }, + "positionalhead": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.hoopa.quirk": { + "animation_length": 3.625, + "bones": { + "headshape": { + "rotation": [0, 0, 0] + }, + "headring": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.625": [0, 0, 0] + } + }, + "headring2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "positionalhead": { + "rotation": { + "0.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0.6574, -7.4713, -7.54292], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-0.34203, -17.49265, 0.08145], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-0.34203, -17.49265, 0.08145], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [1.92656, -2.39162, -7.25714], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [5.39365, 24.43966, 4.62277], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [4.46279, 29.62288, 2.34043], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [4.46279, 29.62288, 2.34043], + "lerp_mode": "catmullrom" + }, + "3.375": [0, 0, -2.5] + } + } + } + }, + "animation.hoopa.quirk2": { + "animation_length": 3.375, + "bones": { + "headring": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 60], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 170], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 295], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 410], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 575], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 747.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 935], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, 0, 1095], + "lerp_mode": "catmullrom" + }, + "2.7917": [0, 0, 1080] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-0.04, -0.37, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2, -1, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0.25, -4.75, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-2.5, -1.75, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [2, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [1.98, -2.27, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [1.05, -4.36, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-1.5, -4, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-2.06, -3.39, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-2.13, -1.71, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-1.06, -0.65, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [1.5, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [1.97, -1.91, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [2.23, -2.85, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [2, -3.68, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-1.5, -4, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-1.96, -3.6, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-2.12, -3.1, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-2.16, -1.86, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-1.9, -1.41, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-1.6, -0.77, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0.5, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": [0, 0, 0] + } + }, + "headring2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 60], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 170], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 295], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 410], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 575], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 747.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 935], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, 0, 1095], + "lerp_mode": "catmullrom" + }, + "2.5833": [0, 0, 1080] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-0.04, -0.37, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2, -1, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0.25, -4.75, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-2.5, -1.75, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [2, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [1.98, -2.27, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [1.05, -4.36, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-1.5, -4, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-2.06, -3.39, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-2.13, -1.71, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-1.06, -0.65, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [1.5, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [1.97, -1.91, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [2.23, -2.85, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [2, -3.68, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-1.5, -4, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-1.96, -3.6, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-2.12, -3.1, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-2.16, -1.86, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-1.9, -1.41, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-1.6, -0.77, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0.5, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": [0, 0, 0] + } + }, + "positionalhead": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -40], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.3333": [0, 0, 0] + } + } + } + }, + "animation.hoopa.sleep": { + "loop": true, + "bones": { + "mainthing": { + "rotation": [-152.07591, "52.109-math.sin(q.anim_time*90)*1", 112.44482], + "position": [-4, "12-math.sin(q.anim_time*90-65)*1", 3] + }, + "eyes": { + "position": [0.2, 0, 0] + }, + "headring": { + "rotation": [15, 0, -55], + "position": [-2.5, -1, 0] + }, + "headring2": { + "rotation": [0, 0, -52.5], + "position": [-1.5, -1.75, 0] + }, + "arm_left": { + "rotation": [-86.44065, -22.60899, -437.09721], + "position": ["-4-math.sin(q.anim_time*90)*0.5", 4, 5] + }, + "arm_right": { + "rotation": [98.75145, 17.51616, -75.50962], + "position": ["-3-math.sin(q.anim_time*90+50)*0.5", 3, -6] + } + } + }, + "animation.hoopa.special_attack": { + "loop": true, + "animation_length": 3.375, + "bones": { + "mainthing": { + "rotation": { + "0.0": ["-math.sin(q.anim_time*90*1-60)*2", 0, 0], + "0.0417": [0, 0, 0], + "1.0417": [0, 0, 0], + "1.2083": [0, 0, 0] + }, + "position": { + "0.0": ["math.sin(q.anim_time*90*1)*1", "10-math.sin(q.anim_time*90*2)*1", "-math.sin(q.anim_time*90*0.5)*1"], + "0.0417": [0, 10, 0], + "1.0417": [0, 10, 0], + "1.125": [0, 10, 3], + "1.2083": [0, 10, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, "-math.sin(q.anim_time*90*2+60)*2"], + "0.5": [0, 75, "-math.sin(q.anim_time*90*2+60)*2"], + "1.2083": [0, 75, "-math.sin(q.anim_time*90*2+60)*2"], + "1.75": [0, 0, "-math.sin(q.anim_time*90*2+60)*2"] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "1.2083": [0, 0, 0], + "1.75": [0, 0, 0] + } + }, + "eyes": { + "position": { + "0.0": [0, 0, 0], + "0.3333": [0, 0, 0], + "0.5": [0.2, 0, 0], + "0.625": [0.2, 0, 0], + "1.0": [0.2, 0, 0], + "1.75": [0, 0, 0] + } + }, + "headring": { + "rotation": { + "0.0": ["-math.sin(q.anim_time*90*1-140)*3", "-math.sin(q.anim_time*90*1-50)*3", 0], + "0.0417": [0, 0, 0] + } + }, + "headring2": { + "rotation": { + "0.0": ["-math.sin(q.anim_time*90*1-60)*3", "math.sin(q.anim_time*90*1-20)*3", 0], + "0.0417": [0, 0, 0] + } + }, + "body": { + "rotation": { + "0.0": ["-math.sin(q.anim_time*90*1-90)*2", 0, "-math.sin(q.anim_time*90*0.5)*3"], + "0.5": ["-math.sin(q.anim_time*90*1-90)*2", 0, "-math.sin(q.anim_time*90*0.5)*3"], + "1.0": ["-0.0051-math.sin(q.anim_time*90*1-90)*2", -0.11492, "4.9986-math.sin(q.anim_time*90*0.5)*3"], + "1.75": ["-math.sin(q.anim_time*90*1-90)*2", 0, "-math.sin(q.anim_time*90*0.5)*3"] + } + }, + "arm_left": { + "rotation": { + "0.0": ["-math.sin(q.anim_time*90*1-100)*8", 0, "math.sin(q.anim_time*90*1-80)*5"], + "0.8333": [-81.53002, -77.61517, 123.49499], + "0.9167": [-81.53002, -77.61517, 123.49499], + "1.0833": [-81.53002, -77.61517, 123.49499], + "1.1667": [-81.53002, -77.61517, 123.49499], + "1.3333": [-81.53002, -77.61517, 123.49499], + "1.75": ["-math.sin(q.anim_time*90*1-100)*8", 0, "math.sin(q.anim_time*90*1-80)*5"] + }, + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, 0], + "0.7083": [-3.64, 1.73, -4.36], + "0.75": [-4.09, 0.49, -4.91], + "0.7917": [-4.54, 1.74, -5.45], + "0.8333": [-5, 1, -6], + "0.875": [-5, 2, -6], + "0.9167": [-5, 1, -6], + "0.9583": [-3.64, 1.73, -4.36], + "1.0": [-4.09, 0.49, -4.91], + "1.0417": [-4.54, 1.74, -5.45], + "1.0833": [-5, 1, -6], + "1.125": [-5, 2, -6], + "1.1667": [-5, 1, -6], + "1.3333": [-5, 1, -6], + "1.75": [0, 0, 0] + } + }, + "arm_right": { + "rotation": { + "0.0": ["-math.sin(q.anim_time*90*1-90)*8", 0, "-math.sin(q.anim_time*90*1-20)*5"], + "0.8333": [9.24353, -85.43968, 127.97713], + "1.0833": [9.24353, -85.43968, 127.97713], + "1.2917": [9.24353, -85.43968, 127.97713], + "1.3333": [9.24353, -85.43968, 127.97713], + "1.75": ["-math.sin(q.anim_time*90*1-90)*8", 0, "-math.sin(q.anim_time*90*1-20)*5"] + }, + "position": { + "0.0": [0, 0, 0], + "0.7083": [-4.5, -1.25, 4.5], + "0.75": [-5, -2.83, 5], + "0.7917": [-5.5, -1.91, 5.5], + "0.8333": [-6, -3, 6], + "0.875": [-6, -2, 6], + "0.9167": [-6, -2, 6], + "0.9583": [-4.5, -1.25, 4.5], + "1.0": [-5, -2.83, 5], + "1.0417": [-5.5, -1.91, 5.5], + "1.0833": [-6, -3, 6], + "1.125": [-6, -2, 6], + "1.2917": [-6, -3, 6], + "1.3333": [-6, -3, 6], + "1.75": [0, 0, 0] + } + } + } + }, + "animation.hoopa.physical_attack": { + "animation_length": 2.1667, + "bones": { + "headring": { + "rotation": { + "0.0": [0, 0, 0], + "0.5833": [0, 0, 0], + "0.7917": [0, -67.5, 0], + "1.0": [0, -67.5, 0], + "1.0833": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5833": [0, 0, 0], + "0.7917": [-26, 10, -9], + "1.0": [-23, 8, -9], + "1.0833": [0, 0, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "0.5833": [1, 1, 1], + "0.7917": [3, 1.9, 1], + "1.0": [1.7, 1.7, 1], + "1.0833": [1, 1, 1] + } + }, + "headring2": { + "rotation": { + "0.0": [0, 0, 0], + "1.2917": [0, 0, 0], + "1.6667": [56.87368, 85.21772, 43.26357], + "2.0": [56.87368, 85.21772, 43.26357], + "2.1667": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.2917": [0, 0, 0], + "1.6667": [-24, 5, 9], + "2.0": [-24, 5, 9], + "2.1667": [0, 0, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "1.2917": [1, 1, 1], + "1.6667": [2.3, 1.6, 1], + "2.0": [2.3, 1.6, 1], + "2.1667": [1, 1, 1] + } + }, + "body": { + "rotation": { + "0.0": ["-math.sin(q.anim_time*90*1-90)*2", 0, "-math.sin(q.anim_time*90*0.5)*3"], + "0.75": ["-math.sin(q.anim_time*90*1-90)*2", 0, "-math.sin(q.anim_time*90*0.5)*3"] + } + }, + "arm_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.7917": [85.83, 0, 0], + "1.0": [85.83, 0, 0], + "1.5833": [85.83, 0, 0], + "1.625": [-47.5, -85.83, 90], + "1.7917": [-47.5, -85.83, 90], + "1.9167": [-47.5, -85.83, 90], + "1.9583": [85.83, 0, 0], + "2.125": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.7917": [0, 0, 0], + "1.0": [-6, 22, 12], + "1.5833": [-24, 11, -6], + "1.625": {"pre": [-24, 11, -6], "post": [-27, 13, -5]}, + "1.7083": [-31, 13, -5.5], + "1.7917": [-32, 13, -12], + "1.8333": [-34, 13, -5.75], + "1.875": [-40, 13, -3.5], + "1.9167": [-24, 13, -9], + "1.9583": [-24, 11, -10], + "2.125": {"pre": [-24, 11, -10], "post": [0, 0, 0]} + }, + "scale": { + "0.0": [1, 1, 1], + "0.7917": [1, 1, 1], + "0.9583": [1, 1, 1], + "1.0": [0, 0, 0], + "1.5833": [0, 0, 0], + "1.7083": [1, 1, 1], + "1.7917": [1, 1, 1], + "1.875": [1, 1, 1], + "1.9583": [0, 0, 0], + "2.125": [1, 1, 1] + } + }, + "arm_right": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [0, 0, 0], + "1.125": [-53.25619, -33.139, 71.57051], + "1.2917": [65, 0, 82.5] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, "-math.sin(q.anim_time*90*2+60)*2"], + "0.5": [-9.59955, 83.00375, "19.8854-math.sin(q.anim_time*90*2+60)*2"], + "0.75": [-9.59955, 83.00375, "19.8854-math.sin(q.anim_time*90*2+60)*2"], + "1.0833": [-9.59955, 83.00375, "19.8854-math.sin(q.anim_time*90*2+60)*2"], + "1.3333": [0, 0, "-math.sin(q.anim_time*90*2+60)*2"] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/hoopa_unbound/hoopa_unbound.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/hoopa_unbound/hoopa_unbound.animation.json new file mode 100644 index 0000000..7ecfaa0 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/hoopa_unbound/hoopa_unbound.animation.json @@ -0,0 +1,4132 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.hoopa_unbound.ground_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "tail": { + "rotation": [7.5, 0, 0] + }, + "tailseg1": { + "rotation": [15.68811, "-math.sin(q.anim_time*90*1-50)*10", -2.66058], + "position": [2, 0, -5] + }, + "tailseg2": { + "rotation": [9.92459, "-math.sin(q.anim_time*90*1-100)*15", -0.87527] + }, + "tailtip": { + "rotation": [0, "-math.sin(q.anim_time*90*1-150)*20", 0] + }, + "TAILTIP2": { + "rotation": [25, "0-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "main": { + "rotation": ["math.sin(q.anim_time*90*2+70)*3", 0, 0] + }, + "hair_top": { + "rotation": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"] + }, + "jawmouth": { + "rotation": { + "0.0": [0, 0, 0], + "1.5": [15, 0, 0], + "3.0": [0, 0, 0] + } + }, + "right_leg": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [15, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "knee_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone28": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_leg": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [10, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "knee_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone29": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bodynarm": { + "rotation": ["5+math.sin(q.anim_time*90*2-160)*0.5", "math.sin(q.anim_time*90*2-70)*1", 0], + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 4, 0], + "2.0": [0, 0, 0], + "3.0": [0, -4, 0], + "4.0": [0, 0, 0] + } + } + } + }, + "animation.hoopa_unbound.battle_idle": { + "loop": true, + "animation_length": 13.9583, + "bones": { + "hoopa_unbound": { + "rotation": [0, 0, 0], + "position": ["math.sin(q.anim_time*90*1)*2", "math.sin(q.anim_time*90*2)*3", "math.sin(q.anim_time*90*1-70)*2"] + }, + "body": { + "rotation": ["5+math.sin(q.anim_time*90*2-160)*0.5", "math.sin(q.anim_time*90*2-70)*1", 0], + "position": [0, 0, 0] + }, + "tail": { + "rotation": [7.5, 0, 0] + }, + "tailseg1": { + "rotation": [15.68811, "-math.sin(q.anim_time*90*1-50)*10", -2.66058], + "position": [2, 0, -5] + }, + "tailseg2": { + "rotation": [9.92459, "-math.sin(q.anim_time*90*1-100)*15", -0.87527] + }, + "tailtip": { + "rotation": [0, "-math.sin(q.anim_time*90*1-150)*20", 0] + }, + "TAILTIP2": { + "rotation": [25, "0-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "main": { + "rotation": ["math.sin(q.anim_time*90*2+70)*3", 0, 0] + }, + "hair_top": { + "rotation": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"] + }, + "knee_right": { + "rotation": ["0+math.sin(q.anim_time*90*2-90)*5", 0, 0], + "position": [0, 2.25, -1.25] + }, + "knee_left": { + "rotation": ["0+math.sin(q.anim_time*90*2-120)*5", 0, 0], + "position": [0, 2.5, -1.25] + }, + "top_left3": { + "rotation": ["-204.1359-math.sin(q.anim_time*90*2-150)*3", "-70.9556-math.sin(q.anim_time*90*2-80)*3", 159.2901], + "position": [-26, "-10+math.sin(q.anim_time*90*2+290)*7", 2] + }, + "bone14": { + "rotation": [0, "-5+math.sin(q.anim_time*90*2-150)*10", 0], + "position": [0, -2, 0] + }, + "bone15": { + "rotation": ["5-math.sin(q.anim_time*90*2-20)*10", 0, 12.5], + "position": [-2, 0, 1] + }, + "top_left2": { + "rotation": ["-168.7182-math.sin(q.anim_time*90*2-200)*3", "-68.5738-math.sin(q.anim_time*90*2-80)*3", 169.46106], + "position": [-29, "3+math.sin(q.anim_time*90*2-90)*5", -8] + }, + "bone9": { + "rotation": [0, "-5-math.sin(q.anim_time*90*2-170)*7", 0] + }, + "bone10": { + "rotation": [0, "-5-math.sin(q.anim_time*90*2-90)*7", 0] + }, + "bone11": { + "rotation": ["10+math.sin(q.anim_time*90*2-170)*7", 0, 0] + }, + "top_left": { + "rotation": ["-332.0877-math.sin(q.anim_time*90*2-280)*3", "-76.4307-math.sin(q.anim_time*90*2-80)*3", 167.96639], + "position": [-24, "15+math.sin(q.anim_time*90*2-180)*5", -32.5] + }, + "top_right3": { + "rotation": ["-13.4638-math.sin(q.anim_time*90*2-100)*3", "53.1505-math.sin(q.anim_time*90*2-80)*3", 194.49191], + "position": [27, "-12+math.sin(q.anim_time*90*2+180)*5", -5] + }, + "bone25": { + "rotation": [0, "5-math.sin(q.anim_time*90*2-50)*10", 0] + }, + "bone26": { + "rotation": [0, "5-math.sin(q.anim_time*90*2-120)*10", 0] + }, + "bone27": { + "rotation": ["10-math.sin(q.anim_time*90*2-120)*10", 0, 0] + }, + "top_right2": { + "rotation": ["-178.0611-math.sin(q.anim_time*90*2-180)*3", "57.1485-math.sin(q.anim_time*90*2-150)*3", -179.90701], + "position": [36, "1+math.sin(q.anim_time*90*1-180)*5", 2] + }, + "bone23": { + "rotation": [30, 0, 2.5], + "position": [0, -1, 0] + }, + "top_right": { + "rotation": ["217.9493-math.sin(q.anim_time*90*2-70)*3", "56.8898-math.sin(q.anim_time*90*2-80)*3", 181.67194], + "position": [20, "1+math.sin(q.anim_time*90*2-280)*5", -15] + }, + "bone17": { + "rotation": [0, "5-math.sin(q.anim_time*90*2-70)*10", 0] + }, + "bone18": { + "rotation": [0, "5-math.sin(q.anim_time*90*2-20)*10", 0] + }, + "bone19": { + "rotation": ["22.5-math.sin(q.anim_time*90*2+20)*10", 0, 0] + }, + "bone13": { + "rotation": [0, "-5+math.sin(q.anim_time*90*2-70)*10", 0] + }, + "bone6": { + "rotation": [0, "-5+math.sin(q.anim_time*90*2-60)*10", 0] + }, + "bone5": { + "rotation": [5, "-5+math.sin(q.anim_time*90*2-20)*10", 0] + }, + "bone7": { + "rotation": ["5+math.sin(q.anim_time*90*2-20)*10", 0, 0] + }, + "bone21": { + "rotation": [0, "5-math.sin(q.anim_time*90*2-90)*10", 0] + }, + "bone22": { + "rotation": [0, "5-math.sin(q.anim_time*90*2-20)*10", 0] + }, + "wholebottle": { + "scale": [0, 0, 1] + }, + "jawmouth": { + "rotation": ["-2.5-math.sin(q.anim_time*90*2+20)*2", 0, 0] + } + } + }, + "animation.hoopa_unbound.special_attack": { + "loop": true, + "animation_length": 4.3333, + "bones": { + "hoopa_unbound": { + "rotation": [0, 0, 0], + "position": ["math.sin(q.anim_time*90*1)*2", "math.sin(q.anim_time*90*2)*3", "math.sin(q.anim_time*90*1-70)*2"] + }, + "body": { + "rotation": { + "0.0": ["5+math.sin(q.anim_time*90*2-160)*0.5", "math.sin(q.anim_time*90*2-70)*1", 0], + "4.3333": ["5+math.sin(q.anim_time*90*2-160)*0.5", "math.sin(q.anim_time*90*2-70)*1", 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.5": [0, 0, 0], + "1.75": [0, 4, 0], + "1.9583": [0, 4, 0], + "4.3333": [0, 0, 0] + } + }, + "tail": { + "rotation": [7.5, 0, 0] + }, + "tailseg1": { + "rotation": [15.68811, "-math.sin(q.anim_time*90*1-50)*10", -2.66058], + "position": [2, 0, -5] + }, + "tailseg2": { + "rotation": [9.92459, "-math.sin(q.anim_time*90*1-100)*15", -0.87527] + }, + "tailtip": { + "rotation": [0, "-math.sin(q.anim_time*90*1-150)*20", 0] + }, + "TAILTIP2": { + "rotation": [25, "0-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "main": { + "rotation": ["math.sin(q.anim_time*90*2+70)*3", 0, 0] + }, + "hair_top": { + "rotation": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"] + }, + "knee_right": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*90*2-90)*5", 0, 0], + "1.75": ["10+math.sin(q.anim_time*90*2-90)*5", 0, 0], + "3.5833": ["10+math.sin(q.anim_time*90*2-90)*5", 0, 0], + "4.3333": ["0+math.sin(q.anim_time*90*2-90)*5", 0, 0] + }, + "position": { + "0.0": [0, 2.25, -1.25], + "4.3333": [0, 2.25, -1.25] + } + }, + "knee_left": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*90*2-120)*5", 0, 0], + "1.75": ["5+math.sin(q.anim_time*90*2-120)*5", 0, 0], + "3.5833": ["5+math.sin(q.anim_time*90*2-120)*5", 0, 0], + "4.3333": ["0+math.sin(q.anim_time*90*2-120)*5", 0, 0] + }, + "position": { + "0.0": [0, 2.5, -1.25], + "4.3333": [0, 2.5, -1.25] + } + }, + "top_left3": { + "rotation": { + "0.0": [-204.1359, -70.9556, 159.2901], + "0.7917": [-278.34992, -23.59486, 178.79644], + "1.0": [-278.34992, -23.59486, 178.79644], + "1.125": [-278.34992, -23.59486, 178.79644], + "1.25": [-278.34992, -23.59486, 178.79644], + "1.75": [-278.34992, -23.59486, 178.79644], + "2.25": [-278.34992, -23.59486, 178.79644], + "3.0833": [-278.34992, -23.59486, 178.79644], + "3.5833": [-278.34992, -23.59486, 178.79644], + "4.3333": [-204.1359, -70.9556, 159.2901] + }, + "position": { + "0.0": [-26, -10, 2], + "0.7917": [-40, -12, -6], + "1.0": [-40, -12, -6], + "1.125": [-40, -12, -6], + "1.25": [-40, -12, -6], + "1.75": [-40, -12, -6], + "2.25": [-40, -12, -6], + "3.0833": [-40, -12, -6], + "3.5833": [-40, -12, -6], + "4.3333": [-26, -10, 2] + } + }, + "bone14": { + "rotation": [0, "-5+math.sin(q.anim_time*90*2-150)*10", 0], + "position": [0, -2, 0] + }, + "bone15": { + "rotation": ["5-math.sin(q.anim_time*90*2-20)*10", 0, 12.5], + "position": [-2, 0, 1] + }, + "top_left2": { + "rotation": { + "0.0": [-168.7182, -68.5738, 169.46106], + "0.7917": [-266.9056, -31.97596, 190.03632], + "1.0": [-266.9056, -31.97596, 190.03632], + "1.125": [-266.9056, -31.97596, 190.03632], + "1.25": [-266.9056, -31.97596, 190.03632], + "1.75": [-266.9056, -31.97596, 190.03632], + "2.25": [-266.9056, -31.97596, 190.03632], + "3.0833": [-266.9056, -31.97596, 190.03632], + "3.5833": [-266.9056, -31.97596, 190.03632], + "4.3333": [-168.7182, -68.5738, 169.46106] + }, + "position": { + "0.0": [-29, 3, -8], + "0.7917": [-38, -5, 7], + "1.0": [-38, -5, 7], + "1.125": [-38, -5, 7], + "1.25": [-38, -5, 7], + "1.75": [-38, -5, 7], + "2.25": [-38, -5, 7], + "3.0833": [-38, -5, 7], + "3.5833": [-38, -5, 7], + "4.3333": [-29, 3, -8] + } + }, + "bone9": { + "rotation": [0, "-5-math.sin(q.anim_time*90*2-170)*7", 0] + }, + "bone10": { + "rotation": [0, "-5-math.sin(q.anim_time*90*2-90)*7", 0] + }, + "bone11": { + "rotation": ["10+math.sin(q.anim_time*90*2-170)*7", 0, 0] + }, + "top_left": { + "rotation": { + "0.0": [-332.0877, -76.4307, 167.96639], + "0.7917": [-454.41034, -7.59742, 193.67745], + "1.0": [-454.41034, -7.59742, 193.67745], + "1.125": [-454.41034, -7.59742, 193.67745], + "1.25": [-454.41034, -7.59742, 193.67745], + "1.75": [-454.41034, -7.59742, 193.67745], + "2.25": [-454.41034, -7.59742, 193.67745], + "3.0833": [-454.41034, -7.59742, 193.67745], + "3.5833": [-454.41034, -7.59742, 193.67745], + "4.3333": [-332.0877, -76.4307, 167.96639] + }, + "position": { + "0.0": [-24, 15, -32.5], + "0.7917": [-23, -2, 4.5], + "1.0": [-23, -2, 4.5], + "1.125": [-23, -2, 4.5], + "1.25": [-23, -2, 4.5], + "1.75": [-23, -2, 4.5], + "2.25": [-23, -2, 4.5], + "3.0833": [-23, -2, 4.5], + "3.5833": [-23, -2, 4.5], + "4.3333": [-24, 15, -32.5] + } + }, + "top_right3": { + "rotation": { + "0.0": [-13.4638, 53.1505, 194.49191], + "0.7917": [-77.9978, 6.02496, 172.17554], + "1.0": [-77.9978, 6.02496, 172.17554], + "1.125": [-77.9978, 6.02496, 172.17554], + "1.25": [-77.9978, 6.02496, 172.17554], + "1.75": [-77.9978, 6.02496, 172.17554], + "2.25": [-77.9978, 6.02496, 172.17554], + "3.0833": [-77.9978, 6.02496, 172.17554], + "3.5833": [-77.9978, 6.02496, 172.17554], + "4.3333": [-13.4638, 53.1505, 194.49191] + }, + "position": { + "0.0": [27, -12, -5], + "0.7917": [32, -30, 2], + "1.0": [32, -30, 2], + "1.125": [32, -30, 2], + "1.25": [32, -30, 2], + "1.75": [32, -30, 2], + "2.25": [32, -30, 2], + "3.0833": [32, -30, 2], + "3.5833": [32, -30, 2], + "4.3333": [27, -12, -5] + } + }, + "bone25": { + "rotation": [0, "5-math.sin(q.anim_time*90*2-50)*10", 0] + }, + "bone26": { + "rotation": [0, "5-math.sin(q.anim_time*90*2-120)*10", 0] + }, + "bone27": { + "rotation": ["10-math.sin(q.anim_time*90*2-120)*10", 0, 0] + }, + "top_right2": { + "rotation": { + "0.0": [-178.0611, 57.1485, -179.90701], + "0.7917": [-260.48283, 0.15945, -173.74451], + "1.0": [-260.48283, 0.15945, -173.74451], + "1.125": [-260.48283, 0.15945, -173.74451], + "1.25": [-260.48283, 0.15945, -173.74451], + "1.75": [-260.48283, 0.15945, -173.74451], + "2.25": [-260.48283, 0.15945, -173.74451], + "3.0833": [-260.48283, 0.15945, -173.74451], + "3.5833": [-260.48283, 0.15945, -173.74451], + "4.3333": [-178.0611, 57.1485, -179.90701] + }, + "position": { + "0.0": [36, 1, 2], + "0.7917": [43, -1, -4], + "1.0": [43, -1, -4], + "1.125": [43, -1, -4], + "1.25": [43, -1, -4], + "1.75": [43, -1, -4], + "2.25": [43, -1, -4], + "3.0833": [43, -1, -4], + "3.5833": [43, -1, -4], + "4.3333": [36, 1, 2] + } + }, + "bone23": { + "rotation": [30, 0, 2.5], + "position": [0, -1, 0] + }, + "top_right": { + "rotation": { + "0.0": [217.9493, 56.8898, 181.67194], + "0.7917": [109.91608, -9.27323, 180.34976], + "1.0": [109.91608, -9.27323, 180.34976], + "1.125": [109.91608, -9.27323, 180.34976], + "1.25": [109.91608, -9.27323, 180.34976], + "1.75": [109.91608, -9.27323, 180.34976], + "2.25": [109.91608, -9.27323, 180.34976], + "3.0833": [109.91608, -9.27323, 180.34976], + "3.5833": [109.91608, -9.27323, 180.34976], + "4.3333": [217.9493, 56.8898, 181.67194] + }, + "position": { + "0.0": [20, 1, -15], + "0.7917": [36, 8, 8], + "1.0": [36, 8, 8], + "1.125": [36, 8, 8], + "1.25": [36, 8, 8], + "1.75": [36, 8, 8], + "2.25": [36, 8, 8], + "3.0833": [36, 8, 8], + "3.5833": [36, 8, 8], + "4.3333": [20, 1, -15] + } + }, + "bone17": { + "rotation": [0, "5-math.sin(q.anim_time*90*2-70)*10", 0] + }, + "bone18": { + "rotation": [0, "5-math.sin(q.anim_time*90*2-20)*10", 0] + }, + "bone19": { + "rotation": ["22.5-math.sin(q.anim_time*90*2+20)*10", 0, 0] + }, + "bone13": { + "rotation": [0, "-5+math.sin(q.anim_time*90*2-70)*10", 0] + }, + "bone6": { + "rotation": [0, "-5+math.sin(q.anim_time*90*2-60)*10", 0] + }, + "bone5": { + "rotation": [5, "-5+math.sin(q.anim_time*90*2-20)*10", 0] + }, + "bone7": { + "rotation": ["5+math.sin(q.anim_time*90*2-20)*10", 0, 0] + }, + "bone21": { + "rotation": [0, "5-math.sin(q.anim_time*90*2-90)*10", 0] + }, + "bone22": { + "rotation": [0, "5-math.sin(q.anim_time*90*2-20)*10", 0] + }, + "wholebottle": { + "scale": [0, 0, 1] + }, + "jawmouth": { + "rotation": { + "0.0": ["-2.5-math.sin(q.anim_time*90*2+20)*2", 0, 0], + "1.4583": ["-2.5-math.sin(q.anim_time*90*2+20)*2", 0, 0], + "1.75": ["40-math.sin(q.anim_time*90*2+20)*2", 0, 0], + "1.9583": ["10-math.sin(q.anim_time*90*2+20)*2", 0, 0], + "2.2083": ["35-math.sin(q.anim_time*90*2+20)*2", 0, 0], + "2.4167": [40, 0, 0], + "2.4583": [45, 0, 0], + "2.5": [40, 0, 0], + "2.5417": [45, 0, 0], + "2.5833": [40, 0, 0], + "2.625": [45, 0, 0], + "2.6667": [40, 0, 0], + "2.7083": [45, 0, 0], + "2.75": [40, 0, 0], + "2.7917": [45, 0, 0], + "2.8333": [40, 0, 0], + "2.875": [45, 0, 0], + "2.9167": [40, 0, 0], + "2.9583": [45, 0, 0], + "3.0": [40, 0, 0], + "3.0417": [45, 0, 0], + "3.0833": [40, 0, 0], + "3.125": [45, 0, 0], + "3.1667": ["35-math.sin(q.anim_time*90*2+20)*2", 0, 0], + "3.5833": ["40-math.sin(q.anim_time*90*2+20)*2", 0, 0], + "4.3333": ["-2.5-math.sin(q.anim_time*90*2+20)*2", 0, 0] + } + }, + "bodynarm": { + "position": { + "0.0": [0, 0, 0], + "1.6667": [0, 0, 0], + "1.75": [0, 2, 0], + "1.7917": [0, 0, 0], + "1.8333": [0, 2, 0], + "1.875": [0, 0, 0], + "1.9167": [0, 2, 0], + "1.9583": [0, 0, 0], + "2.0": [0, 2, 0], + "2.0417": [0, 0, 0], + "2.0833": [0, 2, 0], + "2.125": [0, 0, 0], + "2.1667": [0, 2, 0], + "2.2083": [0, 2, 0], + "2.25": [0, 0, 0], + "2.2917": [0, 2, 0], + "2.3333": [0, 0, 0], + "2.375": [0, 2, 0], + "2.4167": [0, 0, 0], + "2.4583": [0, 2, 0], + "2.5": [0, 2, 0], + "2.5417": [0, 0, 0], + "2.5833": [0, 2, 0], + "2.625": [0, 0, 0], + "2.6667": [0, 2, 0], + "2.7083": [0, 0, 0], + "2.75": [0, 2, 0], + "2.7917": [0, 0, 0], + "2.8333": [0, 2, 0], + "2.875": [0, 0, 0], + "2.9167": [0, 2, 0], + "2.9583": [0, 0, 0], + "3.0": [0, 2, 0], + "3.0417": [0, 0, 0], + "3.0833": [0, 2, 0], + "3.125": [0, 0, 0], + "3.1667": [0, 2, 0], + "3.2083": [0, 0, 0], + "3.25": [0, 2, 0], + "3.2917": [0, 0, 0], + "3.3333": [0, 2, 0], + "3.375": [0, 0, 0], + "3.4167": [0, 2, 0], + "3.4583": [0, 0, 0], + "3.5": [0, 0, 0], + "4.3333": [0, 0, 0] + } + }, + "chest_hole": { + "position": { + "0.0": [0, 0, 0], + "0.7917": [-6, -7, -20], + "1.0": [-6, -7, -20], + "1.125": [-6, -7, -20], + "1.25": [-6, -7, -20], + "1.75": [-6, -7, -20], + "2.25": [-6, -7, -20], + "3.0833": [-6, -7, -20], + "3.5833": [-6, -7, -20], + "4.3333": [0, 0, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "0.7917": [1.8, 1.9, 1], + "1.0": [1.8, 1.9, 1], + "1.125": [1.8, 1.9, 1], + "1.25": [1.8, 1.9, 1], + "1.75": [1.8, 1.9, 1], + "2.25": [1.8, 1.9, 1], + "3.0833": [1.8, 1.9, 1], + "3.5833": [1.8, 1.9, 1], + "4.3333": [1, 1, 1] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "1.75": [-32.5, 0, 0], + "3.5833": [-32.5, 0, 0], + "4.3333": [0, 0, 0] + } + }, + "eyebrowleft": { + "rotation": { + "0.0": [0, 0, 0], + "0.7917": [-10, 0, 22.5], + "1.2917": [-10, 0, 22.5], + "1.75": [0, 0, 0], + "3.5833": [0, 0, 0], + "4.3333": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.7917": [0, -4, 0], + "1.2917": [0, -4, 0], + "1.75": [0, 0, 0], + "3.5833": [0, 0, 0], + "4.3333": [0, 0, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "0.7917": [1, 2.3, 1], + "1.2917": [1, 2.3, 1], + "1.75": [1, 1, 1], + "3.5833": [1, 1, 1], + "4.3333": [1, 1, 1] + } + }, + "eyebrowright": { + "rotation": { + "0.0": [0, 0, 0], + "0.7917": [10, 0, -20], + "1.2917": [10, 0, -20], + "1.75": [0, 0, 0], + "3.5833": [0, 0, 0], + "4.3333": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.7917": [-1, -5, 1], + "1.2917": [-1, -5, 1], + "1.75": [0, 0, 0], + "3.5833": [0, 0, 0], + "4.3333": [0, 0, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "0.7917": [1.2, 2.5, 1], + "1.2917": [1.2, 2.5, 1], + "1.75": [1, 1, 1], + "3.5833": [1, 1, 1], + "4.3333": [1, 1, 1] + } + }, + "right_leg": { + "rotation": { + "0.0": [0, 0, 0], + "1.75": [25, 0, 0], + "3.5833": [25, 0, 0], + "4.3333": [0, 0, 0] + } + }, + "bone28": { + "rotation": { + "0.0": [0, 0, 0], + "1.75": [32.5, 0, 0], + "3.5833": [32.5, 0, 0], + "4.3333": [0, 0, 0] + } + }, + "left_leg": { + "rotation": { + "0.0": [0, 0, 0], + "1.75": [47.5, 0, 0], + "3.5833": [47.5, 0, 0], + "4.3333": [0, 0, 0] + } + }, + "bone29": { + "rotation": { + "0.0": [0, 0, 0], + "1.75": [27.5, 0, 0], + "3.5833": [27.5, 0, 0], + "4.3333": [0, 0, 0] + } + }, + "arms": { + "position": { + "0.0": [0, 0, 0], + "1.375": [0, 0, 0], + "1.4167": [0, 1, 0], + "1.4583": [0, -1, 0], + "1.5": [0, 0, 0], + "1.5417": [0, 1, 0], + "1.5833": [0, -1, 0], + "1.625": [0, 0, 0], + "1.6667": [0, 0, 0], + "1.7083": [0, 1, 0], + "1.75": [0, -1, 0], + "1.7917": [0, 0, 0], + "1.8333": [0, 1, 0], + "1.875": [0, -1, 0], + "1.9167": [0, 0, 0], + "1.9583": [0, 0, 0], + "2.0": [0, 1, 0], + "2.0417": [0, -1, 0], + "2.0833": [0, 0, 0], + "2.125": [0, 1, 0], + "2.1667": [0, -1, 0], + "2.2083": [0, 0, 0], + "2.25": [0, 0, 0], + "2.2917": [0, 1, 0], + "2.3333": [0, -1, 0], + "2.375": [0, 0, 0], + "2.4167": [0, 1, 0], + "2.4583": [0, -1, 0], + "2.5": [0, 0, 0], + "2.5417": [0, 0, 0], + "2.5833": [0, 1, 0], + "2.625": [0, -1, 0], + "2.6667": [0, 0, 0], + "2.7083": [0, 1, 0], + "2.75": [0, -1, 0], + "2.7917": [0, 0, 0], + "2.8333": [0, 0, 0], + "2.875": [0, 1, 0], + "2.9167": [0, -1, 0], + "2.9583": [0, 0, 0], + "3.0": [0, 1, 0], + "3.0417": [0, -1, 0], + "3.0833": [0, 0, 0], + "3.125": [0, 0, 0], + "3.1667": [0, 1, 0], + "3.2083": [0, -1, 0], + "3.25": [0, 0, 0], + "3.2917": [0, 1, 0], + "3.3333": [0, -1, 0], + "3.375": [0, 0, 0], + "3.4167": [0, 0, 0], + "3.4583": [0, 1, 0], + "3.5": [0, -1, 0], + "3.5417": [0, 0, 0], + "4.3333": [0, 0, 0] + } + }, + "bodyminuschest": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [0, 0, 0], + "1.75": [-5, 0, 0], + "3.5833": [-5, 0, 0], + "4.3333": [0, 0, 0] + } + } + } + }, + "animation.hoopa_unbound.physical_attack": { + "loop": true, + "animation_length": 5, + "bones": { + "hoopa_unbound": { + "rotation": [0, 0, 0], + "position": ["math.sin(q.anim_time*90*1)*2", "math.sin(q.anim_time*90*2)*3", "math.sin(q.anim_time*90*1-70)*2"] + }, + "body": { + "rotation": { + "0.0": ["5+math.sin(q.anim_time*90*2-160)*0.5", "math.sin(q.anim_time*90*2-70)*1", 0], + "1.0": ["20+math.sin(q.anim_time*90*2-120)*0.5", "math.sin(q.anim_time*90*2-70)*1", 0], + "1.125": ["20+math.sin(q.anim_time*90*2-120)*0.5", "math.sin(q.anim_time*90*2-70)*1", 0], + "3.1667": ["20+math.sin(q.anim_time*90*2-120)*0.5", "math.sin(q.anim_time*90*2-70)*1", 0], + "3.25": ["12.5+math.sin(q.anim_time*90*2-120)*0.5", "0+math.sin(q.anim_time*90*2-70)*1", 0], + "3.5": ["12.5+math.sin(q.anim_time*90*2-120)*0.5", "0+math.sin(q.anim_time*90*2-70)*1", 0], + "4.2083": ["20+math.sin(q.anim_time*90*2-120)*0.5", "math.sin(q.anim_time*90*2-70)*1", 0], + "5.0": ["5+math.sin(q.anim_time*90*2-160)*0.5", "math.sin(q.anim_time*90*2-70)*1", 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 0, 0], + "1.125": [0, 0, 0], + "1.1667": [0, 1, 0], + "1.2083": [0, 0, 0], + "1.25": [0, 0, 0], + "1.2917": [0, 1, 0], + "1.3333": [0, 0, 0], + "1.375": [0, 0, 0], + "1.4167": [0, 1, 0], + "1.4583": [0, 0, 0], + "1.5": [0, 0, 0], + "1.5417": [0, 1, 0], + "1.5833": [0, 0, 0], + "1.625": [0, 0, 0], + "1.6667": [0, 1, 0], + "1.7083": [0, 0, 0], + "1.75": [0, 0, 0], + "1.7917": [0, 1, 0], + "1.8333": [0, 0, 0], + "1.875": [0, 0, 0], + "1.9167": [0, 1, 0], + "1.9583": [0, 0, 0], + "2.0": [0, 0, 0], + "2.0417": [0, 1, 0], + "2.0833": [0, 0, 0], + "2.125": [0, 0, 0], + "2.1667": [0, 1, 0], + "2.2083": [0, 0, 0], + "2.25": [0, 0, 0], + "2.2917": [0, 1, 0], + "2.3333": [0, 0, 0], + "2.375": [0, 0, 0], + "2.4167": [0, 1, 0], + "2.4583": [0, 0, 0], + "2.5": [0, 0, 0], + "2.5417": [0, 1, 0], + "2.5833": [0, 0, 0], + "2.625": [0, 0, 0], + "2.6667": [0, 1, 0], + "2.7083": [0, 0, 0], + "2.75": [0, 0, 0], + "2.7917": [0, 1, 0], + "2.8333": [0, 0, 0], + "2.875": [0, 0, 0], + "2.9167": [0, 1, 0], + "2.9583": [0, 0, 0], + "3.0": [0, 0, 0], + "3.0417": [0, 1, 0], + "3.0833": [0, 0, 0], + "3.1667": [0, 0, 0], + "3.25": [0, 38, 46], + "3.5": [0, 38, 46], + "4.2083": [0, 0, 0], + "5.0": [0, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [7.5, 0, 0], + "5.0": [7.5, 0, 0] + } + }, + "tailseg1": { + "rotation": { + "0.0": [15.68811, "-math.sin(q.anim_time*90*1-50)*10", -2.66058], + "5.0": [15.68811, "-math.sin(q.anim_time*90*1-50)*10", -2.66058] + }, + "position": { + "0.0": [2, 0, -5], + "5.0": [2, 0, -5] + } + }, + "tailseg2": { + "rotation": { + "0.0": [9.92459, "-math.sin(q.anim_time*90*1-100)*15", -0.87527], + "5.0": [9.92459, "-math.sin(q.anim_time*90*1-100)*15", -0.87527] + } + }, + "tailtip": { + "rotation": { + "0.0": [0, "-math.sin(q.anim_time*90*1-150)*20", 0], + "0.5": [0, "-math.sin(q.anim_time*90*1-150)*20", 0], + "5.0": [0, "-math.sin(q.anim_time*90*1-150)*20", 0] + } + }, + "TAILTIP2": { + "rotation": { + "0.0": [25, "0-math.sin(q.anim_time*90*1-200)*25", 0], + "5.0": [25, "0-math.sin(q.anim_time*90*1-200)*25", 0] + } + }, + "main": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*2+70)*3", 0, 0], + "5.0": ["math.sin(q.anim_time*90*2+70)*3", 0, 0] + } + }, + "hair_top": { + "rotation": { + "0.0": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "1.125": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "1.1667": [-5, 0, 0], + "1.2083": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "1.25": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "1.2917": [-5, 0, 0], + "1.3333": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "1.375": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "1.4167": [-5, 0, 0], + "1.4583": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "1.5": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "1.5417": [-5, 0, 0], + "1.5833": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "1.625": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "1.6667": [-5, 0, 0], + "1.7083": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "1.75": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "1.7917": [-5, 0, 0], + "1.8333": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "1.875": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "1.9167": [-5, 0, 0], + "1.9583": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "2.0": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "2.0417": [-5, 0, 0], + "2.0833": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "2.125": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "2.1667": [-5, 0, 0], + "2.2083": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "2.25": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "2.2917": [-5, 0, 0], + "2.3333": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "2.375": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "2.4167": [-5, 0, 0], + "2.4583": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "2.5": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "2.5417": [-5, 0, 0], + "2.5833": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "2.625": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "2.6667": [-5, 0, 0], + "2.7083": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "2.75": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "2.7917": [-5, 0, 0], + "2.8333": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "2.875": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "2.9167": [-5, 0, 0], + "2.9583": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "3.0": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "3.0417": [-5, 0, 0], + "3.0833": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "3.125": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "3.1667": [-5, 0, 0], + "3.2083": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "3.25": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "3.2917": [-5, 0, 0], + "3.3333": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "3.4583": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "3.5": [-5, 0, 0], + "3.5417": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "3.5833": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "3.625": [-5, 0, 0], + "3.6667": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "3.7083": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "3.75": [-5, 0, 0], + "3.7917": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "3.8333": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "3.875": [-5, 0, 0], + "3.9167": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "3.9583": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "4.0": [-5, 0, 0], + "5.0": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"] + } + }, + "knee_right": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*90*2-90)*5", 0, 0], + "3.1667": ["0+math.sin(q.anim_time*90*2-90)*5", 0, 0], + "3.25": ["-22.5+math.sin(q.anim_time*90*2-90)*5", 0, 0], + "3.5": ["-22.5+math.sin(q.anim_time*90*2-90)*5", 0, 0], + "4.2083": ["0+math.sin(q.anim_time*90*2-90)*5", 0, 0], + "5.0": ["0+math.sin(q.anim_time*90*2-90)*5", 0, 0] + }, + "position": { + "0.0": [0, 2.25, -1.25], + "3.1667": [0, 2.25, -1.25], + "4.2083": [0, 2.25, -1.25], + "5.0": [0, 2.25, -1.25] + } + }, + "knee_left": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*90*2-120)*5", 0, 0], + "3.1667": ["0+math.sin(q.anim_time*90*2-120)*5", 0, 0], + "3.25": ["-22.5+math.sin(q.anim_time*90*2-120)*5", 0, 0], + "3.5": ["-22.5+math.sin(q.anim_time*90*2-120)*5", 0, 0], + "4.2083": ["0+math.sin(q.anim_time*90*2-120)*5", 0, 0], + "5.0": ["0+math.sin(q.anim_time*90*2-120)*5", 0, 0] + }, + "position": { + "0.0": [0, 2.5, -1.25], + "3.1667": [0, 2.5, -1.25], + "4.2083": [0, 2.5, -1.25], + "5.0": [0, 2.5, -1.25] + } + }, + "top_left3": { + "rotation": { + "0.0": ["-204.1359-math.sin(q.anim_time*90*2-150)*3", "-70.9556-math.sin(q.anim_time*90*2-80)*3", 159.2901], + "0.5": ["-204.1359-math.sin(q.anim_time*90*2-150)*3", "-70.9556-math.sin(q.anim_time*90*2-80)*3", 159.2901], + "1.0": ["-207.4561-math.sin(q.anim_time*90*2-150)*3", "-73.2395-math.sin(q.anim_time*90*2-80)*3", 162.76245], + "1.125": ["-254.0645-math.sin(q.anim_time*90*2-150)*3", "-82.0245-math.sin(q.anim_time*90*2-80)*3", 210.16667], + "1.2917": ["-254.0645-math.sin(q.anim_time*90*2-150)*3", "-82.0245-math.sin(q.anim_time*90*2-80)*3", 210.16667], + "1.3333": ["-401.3962-math.sin(q.anim_time*90*2-150)*3", "-76.9147-math.sin(q.anim_time*90*2-80)*3", 367.02138], + "1.375": ["-254.0645-math.sin(q.anim_time*90*2-150)*3", "-82.0245-math.sin(q.anim_time*90*2-80)*3", 210.16667], + "1.4167": ["-254.0645-math.sin(q.anim_time*90*2-150)*3", "-82.0245-math.sin(q.anim_time*90*2-80)*3", 210.16667], + "1.4583": ["-401.3962-math.sin(q.anim_time*90*2-150)*3", "-76.9147-math.sin(q.anim_time*90*2-80)*3", 367.02138], + "1.5": ["-254.0645-math.sin(q.anim_time*90*2-150)*3", "-82.0245-math.sin(q.anim_time*90*2-80)*3", 210.16667], + "1.5417": ["-254.0645-math.sin(q.anim_time*90*2-150)*3", "-82.0245-math.sin(q.anim_time*90*2-80)*3", 210.16667], + "1.5833": ["-401.3962-math.sin(q.anim_time*90*2-150)*3", "-76.9147-math.sin(q.anim_time*90*2-80)*3", 367.02138], + "1.625": ["-254.0645-math.sin(q.anim_time*90*2-150)*3", "-82.0245-math.sin(q.anim_time*90*2-80)*3", 210.16667], + "1.6667": ["-254.0645-math.sin(q.anim_time*90*2-150)*3", "-82.0245-math.sin(q.anim_time*90*2-80)*3", 210.16667], + "1.7083": ["-401.3962-math.sin(q.anim_time*90*2-150)*3", "-76.9147-math.sin(q.anim_time*90*2-80)*3", 367.02138], + "1.75": ["-254.0645-math.sin(q.anim_time*90*2-150)*3", "-82.0245-math.sin(q.anim_time*90*2-80)*3", 210.16667], + "1.7917": ["-254.0645-math.sin(q.anim_time*90*2-150)*3", "-82.0245-math.sin(q.anim_time*90*2-80)*3", 210.16667], + "1.8333": ["-401.3962-math.sin(q.anim_time*90*2-150)*3", "-76.9147-math.sin(q.anim_time*90*2-80)*3", 367.02138], + "1.875": ["-254.0645-math.sin(q.anim_time*90*2-150)*3", "-82.0245-math.sin(q.anim_time*90*2-80)*3", 210.16667], + "1.9167": ["-254.0645-math.sin(q.anim_time*90*2-150)*3", "-82.0245-math.sin(q.anim_time*90*2-80)*3", 210.16667], + "1.9583": ["-401.3962-math.sin(q.anim_time*90*2-150)*3", "-76.9147-math.sin(q.anim_time*90*2-80)*3", 367.02138], + "2.0": ["-254.0645-math.sin(q.anim_time*90*2-150)*3", "-82.0245-math.sin(q.anim_time*90*2-80)*3", 210.16667], + "2.0417": ["-254.0645-math.sin(q.anim_time*90*2-150)*3", "-82.0245-math.sin(q.anim_time*90*2-80)*3", 210.16667], + "2.0833": ["-401.3962-math.sin(q.anim_time*90*2-150)*3", "-76.9147-math.sin(q.anim_time*90*2-80)*3", 367.02138], + "2.125": ["-254.0645-math.sin(q.anim_time*90*2-150)*3", "-82.0245-math.sin(q.anim_time*90*2-80)*3", 210.16667], + "2.1667": ["-254.0645-math.sin(q.anim_time*90*2-150)*3", "-82.0245-math.sin(q.anim_time*90*2-80)*3", 210.16667], + "2.2083": ["-401.3962-math.sin(q.anim_time*90*2-150)*3", "-76.9147-math.sin(q.anim_time*90*2-80)*3", 367.02138], + "2.25": ["-254.0645-math.sin(q.anim_time*90*2-150)*3", "-82.0245-math.sin(q.anim_time*90*2-80)*3", 210.16667], + "2.2917": ["-254.0645-math.sin(q.anim_time*90*2-150)*3", "-82.0245-math.sin(q.anim_time*90*2-80)*3", 210.16667], + "2.3333": ["-401.3962-math.sin(q.anim_time*90*2-150)*3", "-76.9147-math.sin(q.anim_time*90*2-80)*3", 367.02138], + "2.375": ["-254.0645-math.sin(q.anim_time*90*2-150)*3", "-82.0245-math.sin(q.anim_time*90*2-80)*3", 210.16667], + "2.4167": ["-254.0645-math.sin(q.anim_time*90*2-150)*3", "-82.0245-math.sin(q.anim_time*90*2-80)*3", 210.16667], + "2.4583": ["-401.3962-math.sin(q.anim_time*90*2-150)*3", "-76.9147-math.sin(q.anim_time*90*2-80)*3", 367.02138], + "2.5": ["-254.0645-math.sin(q.anim_time*90*2-150)*3", "-82.0245-math.sin(q.anim_time*90*2-80)*3", 210.16667], + "2.5417": ["-254.0645-math.sin(q.anim_time*90*2-150)*3", "-82.0245-math.sin(q.anim_time*90*2-80)*3", 210.16667], + "2.5833": ["-401.3962-math.sin(q.anim_time*90*2-150)*3", "-76.9147-math.sin(q.anim_time*90*2-80)*3", 367.02138], + "2.625": ["-254.0645-math.sin(q.anim_time*90*2-150)*3", "-82.0245-math.sin(q.anim_time*90*2-80)*3", 210.16667], + "2.6667": ["-254.0645-math.sin(q.anim_time*90*2-150)*3", "-82.0245-math.sin(q.anim_time*90*2-80)*3", 210.16667], + "2.7083": ["-401.3962-math.sin(q.anim_time*90*2-150)*3", "-76.9147-math.sin(q.anim_time*90*2-80)*3", 367.02138], + "2.75": ["-254.0645-math.sin(q.anim_time*90*2-150)*3", "-82.0245-math.sin(q.anim_time*90*2-80)*3", 210.16667], + "2.7917": ["-254.0645-math.sin(q.anim_time*90*2-150)*3", "-82.0245-math.sin(q.anim_time*90*2-80)*3", 210.16667], + "2.8333": ["-401.3962-math.sin(q.anim_time*90*2-150)*3", "-76.9147-math.sin(q.anim_time*90*2-80)*3", 367.02138], + "2.875": ["-254.0645-math.sin(q.anim_time*90*2-150)*3", "-82.0245-math.sin(q.anim_time*90*2-80)*3", 210.16667], + "2.9167": ["-254.0645-math.sin(q.anim_time*90*2-150)*3", "-82.0245-math.sin(q.anim_time*90*2-80)*3", 210.16667], + "2.9583": ["-401.3962-math.sin(q.anim_time*90*2-150)*3", "-76.9147-math.sin(q.anim_time*90*2-80)*3", 367.02138], + "3.0": ["-254.0645-math.sin(q.anim_time*90*2-150)*3", "-82.0245-math.sin(q.anim_time*90*2-80)*3", 210.16667], + "3.1667": ["-254.0645-math.sin(q.anim_time*90*2-150)*3", "-82.0245-math.sin(q.anim_time*90*2-80)*3", 210.16667], + "4.5": ["-204.1359-math.sin(q.anim_time*90*2-150)*3", "-70.9556-math.sin(q.anim_time*90*2-80)*3", 159.2901], + "5.0": ["-204.1359-math.sin(q.anim_time*90*2-150)*3", "-70.9556-math.sin(q.anim_time*90*2-80)*3", 159.2901] + }, + "position": { + "0.0": [-26, "-10+math.sin(q.anim_time*90*2+290)*7", 2], + "0.5": [-26, "-10+math.sin(q.anim_time*90*2+290)*7", 2], + "1.0": [-26, "-18+math.sin(q.anim_time*90*2+290)*7", 48], + "1.125": [-26, "-22+math.sin(q.anim_time*90*2+290)*7", 48], + "1.2917": [-26, "-22+math.sin(q.anim_time*90*2+290)*7", 48], + "1.3333": [3, "-22+math.sin(q.anim_time*90*2+290)*7", -51], + "1.375": [-26, "-22+math.sin(q.anim_time*90*2+290)*7", 48], + "1.4167": [-26, "-22+math.sin(q.anim_time*90*2+290)*7", 48], + "1.4583": [3, "-22+math.sin(q.anim_time*90*2+290)*7", -51], + "1.5": [-26, "-22+math.sin(q.anim_time*90*2+290)*7", 48], + "1.5417": [-26, "-22+math.sin(q.anim_time*90*2+290)*7", 48], + "1.5833": [3, "-22+math.sin(q.anim_time*90*2+290)*7", -51], + "1.625": [-26, "-22+math.sin(q.anim_time*90*2+290)*7", 48], + "1.6667": [-26, "-22+math.sin(q.anim_time*90*2+290)*7", 48], + "1.7083": [3, "-22+math.sin(q.anim_time*90*2+290)*7", -51], + "1.75": [-26, "-22+math.sin(q.anim_time*90*2+290)*7", 48], + "1.7917": [-26, "-22+math.sin(q.anim_time*90*2+290)*7", 48], + "1.8333": [3, "-22+math.sin(q.anim_time*90*2+290)*7", -51], + "1.875": [-26, "-22+math.sin(q.anim_time*90*2+290)*7", 48], + "1.9167": [-26, "-22+math.sin(q.anim_time*90*2+290)*7", 48], + "1.9583": [3, "-22+math.sin(q.anim_time*90*2+290)*7", -51], + "2.0": [-26, "-22+math.sin(q.anim_time*90*2+290)*7", 48], + "2.0417": [-26, "-22+math.sin(q.anim_time*90*2+290)*7", 48], + "2.0833": [3, "-22+math.sin(q.anim_time*90*2+290)*7", -51], + "2.125": [-26, "-22+math.sin(q.anim_time*90*2+290)*7", 48], + "2.1667": [-26, "-22+math.sin(q.anim_time*90*2+290)*7", 48], + "2.2083": [3, "-22+math.sin(q.anim_time*90*2+290)*7", -51], + "2.25": [-26, "-22+math.sin(q.anim_time*90*2+290)*7", 48], + "2.2917": [-26, "-22+math.sin(q.anim_time*90*2+290)*7", 48], + "2.3333": [3, "-22+math.sin(q.anim_time*90*2+290)*7", -51], + "2.375": [-26, "-22+math.sin(q.anim_time*90*2+290)*7", 48], + "2.4167": [-26, "-22+math.sin(q.anim_time*90*2+290)*7", 48], + "2.4583": [3, "-22+math.sin(q.anim_time*90*2+290)*7", -51], + "2.5": [-26, "-22+math.sin(q.anim_time*90*2+290)*7", 48], + "2.5417": [-26, "-22+math.sin(q.anim_time*90*2+290)*7", 48], + "2.5833": [3, "-22+math.sin(q.anim_time*90*2+290)*7", -51], + "2.625": [-26, "-22+math.sin(q.anim_time*90*2+290)*7", 48], + "2.6667": [-26, "-22+math.sin(q.anim_time*90*2+290)*7", 48], + "2.7083": [3, "-22+math.sin(q.anim_time*90*2+290)*7", -51], + "2.75": [-26, "-22+math.sin(q.anim_time*90*2+290)*7", 48], + "2.7917": [-26, "-22+math.sin(q.anim_time*90*2+290)*7", 48], + "2.8333": [3, "-22+math.sin(q.anim_time*90*2+290)*7", -51], + "2.875": [-26, "-22+math.sin(q.anim_time*90*2+290)*7", 48], + "2.9167": [-26, "-22+math.sin(q.anim_time*90*2+290)*7", 48], + "2.9583": [3, "-22+math.sin(q.anim_time*90*2+290)*7", -51], + "3.0": [-26, "-22+math.sin(q.anim_time*90*2+290)*7", 48], + "3.1667": [-26, "-22+math.sin(q.anim_time*90*2+290)*7", 88], + "3.25": [50, "9+math.sin(q.anim_time*90*2+290)*7", -115], + "3.5": [50, "9+math.sin(q.anim_time*90*2+290)*7", -115], + "4.5": [-26, "-10+math.sin(q.anim_time*90*2+290)*7", 2], + "5.0": [-26, "-10+math.sin(q.anim_time*90*2+290)*7", 2] + }, + "scale": { + "0.0": [1, 1, 1], + "1.2917": [1, 1, 1], + "1.3333": [1.7, 1, 1], + "1.375": [1, 1, 1], + "1.4167": [1, 1, 1], + "1.4583": [1.7, 1, 1], + "1.5": [1, 1, 1], + "1.5417": [1, 1, 1], + "1.5833": [1.7, 1, 1], + "1.625": [1, 1, 1], + "1.6667": [1, 1, 1], + "1.7083": [1.7, 1, 1], + "1.75": [1, 1, 1], + "1.7917": [1, 1, 1], + "1.8333": [1.7, 1, 1], + "1.875": [1, 1, 1], + "1.9167": [1, 1, 1], + "1.9583": [1.7, 1, 1], + "2.0": [1, 1, 1], + "2.0417": [1, 1, 1], + "2.0833": [1.7, 1, 1], + "2.125": [1, 1, 1], + "2.1667": [1, 1, 1], + "2.2083": [1.7, 1, 1], + "2.25": [1, 1, 1], + "2.2917": [1, 1, 1], + "2.3333": [1.7, 1, 1], + "2.375": [1, 1, 1], + "2.4167": [1, 1, 1], + "2.4583": [1.7, 1, 1], + "2.5": [1, 1, 1], + "2.5417": [1, 1, 1], + "2.5833": [1.7, 1, 1], + "2.625": [1, 1, 1], + "2.6667": [1, 1, 1], + "2.7083": [1.7, 1, 1], + "2.75": [1, 1, 1], + "2.7917": [1, 1, 1], + "2.8333": [1.7, 1, 1], + "2.875": [1, 1, 1], + "2.9167": [1, 1, 1], + "2.9583": [1.7, 1, 1], + "3.0": [1, 1, 1], + "3.1667": [1, 1, 1], + "4.5": [1, 1, 1], + "5.0": [1, 1, 1] + } + }, + "bone14": { + "rotation": { + "0.0": [0, "-5+math.sin(q.anim_time*90*2-150)*10", 0], + "0.5": [0, "-5+math.sin(q.anim_time*90*2-150)*10", 0], + "1.0": [17.17679, -53.10479, -21.13216], + "1.125": [17.17679, -53.10479, -21.13216], + "2.6667": [17.17679, -53.10479, -21.13216], + "2.7917": [17.17679, -53.10479, -21.13216], + "5.0": [0, "-5+math.sin(q.anim_time*90*2-150)*10", 0] + }, + "position": { + "0.0": [0, -2, 0], + "0.5": [0, -2, 0], + "5.0": [0, -2, 0] + } + }, + "bone15": { + "rotation": { + "0.0": ["5-math.sin(q.anim_time*90*2-20)*10", 0, 12.5], + "0.5": ["5-math.sin(q.anim_time*90*2-20)*10", 0, 12.5], + "1.0": [85, 0, 12.5], + "1.125": [85, 0, 12.5], + "2.6667": [85, 0, 12.5], + "2.7917": [85, 0, 12.5], + "5.0": ["5-math.sin(q.anim_time*90*2-20)*10", 0, 12.5] + }, + "position": { + "0.0": [-2, 0, 1], + "0.5": [-2, 0, 1], + "5.0": [-2, 0, 1] + } + }, + "top_left2": { + "rotation": { + "0.0": ["-168.7182-math.sin(q.anim_time*90*2-200)*3", "-68.5738-math.sin(q.anim_time*90*2-80)*3", 169.46106], + "0.5": ["-168.7182-math.sin(q.anim_time*90*2-200)*3", "-68.5738-math.sin(q.anim_time*90*2-80)*3", 169.46106], + "1.0": ["-158.3083-math.sin(q.anim_time*90*2-200)*3", "-78.1518-math.sin(q.anim_time*90*2-80)*3", 158.66161], + "1.1667": ["-103.0399-math.sin(q.anim_time*90*2-200)*3", "-85.5367-math.sin(q.anim_time*90*2-80)*3", 103.01512], + "1.2083": ["-13.67-math.sin(q.anim_time*90*2-200)*3", "-71.0862-math.sin(q.anim_time*90*2-80)*3", 12.8013], + "1.25": ["-103.0399-math.sin(q.anim_time*90*2-200)*3", "-85.5367-math.sin(q.anim_time*90*2-80)*3", 103.01512], + "1.2917": ["-103.0399-math.sin(q.anim_time*90*2-200)*3", "-85.5367-math.sin(q.anim_time*90*2-80)*3", 103.01512], + "1.3333": ["-13.67-math.sin(q.anim_time*90*2-200)*3", "-71.0862-math.sin(q.anim_time*90*2-80)*3", 12.8013], + "1.375": ["-103.0399-math.sin(q.anim_time*90*2-200)*3", "-85.5367-math.sin(q.anim_time*90*2-80)*3", 103.01512], + "1.4167": ["-103.0399-math.sin(q.anim_time*90*2-200)*3", "-85.5367-math.sin(q.anim_time*90*2-80)*3", 103.01512], + "1.4583": ["-13.67-math.sin(q.anim_time*90*2-200)*3", "-71.0862-math.sin(q.anim_time*90*2-80)*3", 12.8013], + "1.5": ["-103.0399-math.sin(q.anim_time*90*2-200)*3", "-85.5367-math.sin(q.anim_time*90*2-80)*3", 103.01512], + "1.5417": ["-103.0399-math.sin(q.anim_time*90*2-200)*3", "-85.5367-math.sin(q.anim_time*90*2-80)*3", 103.01512], + "1.5833": ["-13.67-math.sin(q.anim_time*90*2-200)*3", "-71.0862-math.sin(q.anim_time*90*2-80)*3", 12.8013], + "1.625": ["-103.0399-math.sin(q.anim_time*90*2-200)*3", "-85.5367-math.sin(q.anim_time*90*2-80)*3", 103.01512], + "1.6667": ["-103.0399-math.sin(q.anim_time*90*2-200)*3", "-85.5367-math.sin(q.anim_time*90*2-80)*3", 103.01512], + "1.7083": ["-13.67-math.sin(q.anim_time*90*2-200)*3", "-71.0862-math.sin(q.anim_time*90*2-80)*3", 12.8013], + "1.75": ["-103.0399-math.sin(q.anim_time*90*2-200)*3", "-85.5367-math.sin(q.anim_time*90*2-80)*3", 103.01512], + "1.7917": ["-103.0399-math.sin(q.anim_time*90*2-200)*3", "-85.5367-math.sin(q.anim_time*90*2-80)*3", 103.01512], + "1.8333": ["-13.67-math.sin(q.anim_time*90*2-200)*3", "-71.0862-math.sin(q.anim_time*90*2-80)*3", 12.8013], + "1.875": ["-103.0399-math.sin(q.anim_time*90*2-200)*3", "-85.5367-math.sin(q.anim_time*90*2-80)*3", 103.01512], + "1.9167": ["-103.0399-math.sin(q.anim_time*90*2-200)*3", "-85.5367-math.sin(q.anim_time*90*2-80)*3", 103.01512], + "1.9583": ["-13.67-math.sin(q.anim_time*90*2-200)*3", "-71.0862-math.sin(q.anim_time*90*2-80)*3", 12.8013], + "2.0": ["-103.0399-math.sin(q.anim_time*90*2-200)*3", "-85.5367-math.sin(q.anim_time*90*2-80)*3", 103.01512], + "2.0417": ["-103.0399-math.sin(q.anim_time*90*2-200)*3", "-85.5367-math.sin(q.anim_time*90*2-80)*3", 103.01512], + "2.0833": ["-13.67-math.sin(q.anim_time*90*2-200)*3", "-71.0862-math.sin(q.anim_time*90*2-80)*3", 12.8013], + "2.125": ["-103.0399-math.sin(q.anim_time*90*2-200)*3", "-85.5367-math.sin(q.anim_time*90*2-80)*3", 103.01512], + "2.1667": ["-103.0399-math.sin(q.anim_time*90*2-200)*3", "-85.5367-math.sin(q.anim_time*90*2-80)*3", 103.01512], + "2.2083": ["-13.67-math.sin(q.anim_time*90*2-200)*3", "-71.0862-math.sin(q.anim_time*90*2-80)*3", 12.8013], + "2.25": ["-103.0399-math.sin(q.anim_time*90*2-200)*3", "-85.5367-math.sin(q.anim_time*90*2-80)*3", 103.01512], + "2.2917": ["-103.0399-math.sin(q.anim_time*90*2-200)*3", "-85.5367-math.sin(q.anim_time*90*2-80)*3", 103.01512], + "2.3333": ["-13.67-math.sin(q.anim_time*90*2-200)*3", "-71.0862-math.sin(q.anim_time*90*2-80)*3", 12.8013], + "2.375": ["-103.0399-math.sin(q.anim_time*90*2-200)*3", "-85.5367-math.sin(q.anim_time*90*2-80)*3", 103.01512], + "2.4167": ["-103.0399-math.sin(q.anim_time*90*2-200)*3", "-85.5367-math.sin(q.anim_time*90*2-80)*3", 103.01512], + "2.4583": ["-13.67-math.sin(q.anim_time*90*2-200)*3", "-71.0862-math.sin(q.anim_time*90*2-80)*3", 12.8013], + "2.5": ["-103.0399-math.sin(q.anim_time*90*2-200)*3", "-85.5367-math.sin(q.anim_time*90*2-80)*3", 103.01512], + "2.5417": ["-103.0399-math.sin(q.anim_time*90*2-200)*3", "-85.5367-math.sin(q.anim_time*90*2-80)*3", 103.01512], + "2.5833": ["-13.67-math.sin(q.anim_time*90*2-200)*3", "-71.0862-math.sin(q.anim_time*90*2-80)*3", 12.8013], + "2.625": ["-103.0399-math.sin(q.anim_time*90*2-200)*3", "-85.5367-math.sin(q.anim_time*90*2-80)*3", 103.01512], + "2.6667": ["-103.0399-math.sin(q.anim_time*90*2-200)*3", "-85.5367-math.sin(q.anim_time*90*2-80)*3", 103.01512], + "2.7083": ["-13.67-math.sin(q.anim_time*90*2-200)*3", "-71.0862-math.sin(q.anim_time*90*2-80)*3", 12.8013], + "2.75": ["-103.0399-math.sin(q.anim_time*90*2-200)*3", "-85.5367-math.sin(q.anim_time*90*2-80)*3", 103.01512], + "2.7917": ["-103.0399-math.sin(q.anim_time*90*2-200)*3", "-85.5367-math.sin(q.anim_time*90*2-80)*3", 103.01512], + "2.8333": ["-13.67-math.sin(q.anim_time*90*2-200)*3", "-71.0862-math.sin(q.anim_time*90*2-80)*3", 12.8013], + "2.875": ["-103.0399-math.sin(q.anim_time*90*2-200)*3", "-85.5367-math.sin(q.anim_time*90*2-80)*3", 103.01512], + "2.9167": ["-103.0399-math.sin(q.anim_time*90*2-200)*3", "-85.5367-math.sin(q.anim_time*90*2-80)*3", 103.01512], + "2.9583": ["-13.67-math.sin(q.anim_time*90*2-200)*3", "-71.0862-math.sin(q.anim_time*90*2-80)*3", 12.8013], + "3.0": ["-103.0399-math.sin(q.anim_time*90*2-200)*3", "-85.5367-math.sin(q.anim_time*90*2-80)*3", 103.01512], + "3.1667": ["-103.0399-math.sin(q.anim_time*90*2-200)*3", "-85.5367-math.sin(q.anim_time*90*2-80)*3", 103.01512], + "4.5": ["-168.7182-math.sin(q.anim_time*90*2-200)*3", "-68.5738-math.sin(q.anim_time*90*2-80)*3", 169.46106], + "5.0": ["-168.7182-math.sin(q.anim_time*90*2-200)*3", "-68.5738-math.sin(q.anim_time*90*2-80)*3", 169.46106] + }, + "position": { + "0.0": [-29, "3+math.sin(q.anim_time*90*2-90)*5", -8], + "0.5": [-29, "3+math.sin(q.anim_time*90*2-90)*5", -8], + "1.0": [-35, "2+math.sin(q.anim_time*90*2-90)*5", 53], + "1.1667": [-39, "2+math.sin(q.anim_time*90*2-90)*5", 53], + "1.2083": [-11, "2+math.sin(q.anim_time*90*2-90)*5", -131], + "1.25": [-39, "2+math.sin(q.anim_time*90*2-90)*5", 53], + "1.2917": [-39, "2+math.sin(q.anim_time*90*2-90)*5", 53], + "1.3333": [-11, "2+math.sin(q.anim_time*90*2-90)*5", -131], + "1.375": [-39, "2+math.sin(q.anim_time*90*2-90)*5", 53], + "1.4167": [-39, "2+math.sin(q.anim_time*90*2-90)*5", 53], + "1.4583": [-11, "2+math.sin(q.anim_time*90*2-90)*5", -131], + "1.5": [-39, "2+math.sin(q.anim_time*90*2-90)*5", 53], + "1.5417": [-39, "2+math.sin(q.anim_time*90*2-90)*5", 53], + "1.5833": [-11, "2+math.sin(q.anim_time*90*2-90)*5", -131], + "1.625": [-39, "2+math.sin(q.anim_time*90*2-90)*5", 53], + "1.6667": [-39, "2+math.sin(q.anim_time*90*2-90)*5", 53], + "1.7083": [-11, "2+math.sin(q.anim_time*90*2-90)*5", -131], + "1.75": [-39, "2+math.sin(q.anim_time*90*2-90)*5", 53], + "1.7917": [-39, "2+math.sin(q.anim_time*90*2-90)*5", 53], + "1.8333": [-11, "2+math.sin(q.anim_time*90*2-90)*5", -131], + "1.875": [-39, "2+math.sin(q.anim_time*90*2-90)*5", 53], + "1.9167": [-39, "2+math.sin(q.anim_time*90*2-90)*5", 53], + "1.9583": [-11, "2+math.sin(q.anim_time*90*2-90)*5", -131], + "2.0": [-39, "2+math.sin(q.anim_time*90*2-90)*5", 53], + "2.0417": [-39, "2+math.sin(q.anim_time*90*2-90)*5", 53], + "2.0833": [-11, "2+math.sin(q.anim_time*90*2-90)*5", -131], + "2.125": [-39, "2+math.sin(q.anim_time*90*2-90)*5", 53], + "2.1667": [-39, "2+math.sin(q.anim_time*90*2-90)*5", 53], + "2.2083": [-11, "2+math.sin(q.anim_time*90*2-90)*5", -131], + "2.25": [-39, "2+math.sin(q.anim_time*90*2-90)*5", 53], + "2.2917": [-39, "2+math.sin(q.anim_time*90*2-90)*5", 53], + "2.3333": [-11, "2+math.sin(q.anim_time*90*2-90)*5", -131], + "2.375": [-39, "2+math.sin(q.anim_time*90*2-90)*5", 53], + "2.4167": [-39, "2+math.sin(q.anim_time*90*2-90)*5", 53], + "2.4583": [-11, "2+math.sin(q.anim_time*90*2-90)*5", -131], + "2.5": [-39, "2+math.sin(q.anim_time*90*2-90)*5", 53], + "2.5417": [-39, "2+math.sin(q.anim_time*90*2-90)*5", 53], + "2.5833": [-11, "2+math.sin(q.anim_time*90*2-90)*5", -131], + "2.625": [-39, "2+math.sin(q.anim_time*90*2-90)*5", 53], + "2.6667": [-39, "2+math.sin(q.anim_time*90*2-90)*5", 53], + "2.7083": [-11, "2+math.sin(q.anim_time*90*2-90)*5", -131], + "2.75": [-39, "2+math.sin(q.anim_time*90*2-90)*5", 53], + "2.7917": [-39, "2+math.sin(q.anim_time*90*2-90)*5", 53], + "2.8333": [-11, "2+math.sin(q.anim_time*90*2-90)*5", -131], + "2.875": [-39, "2+math.sin(q.anim_time*90*2-90)*5", 53], + "2.9167": [-39, "2+math.sin(q.anim_time*90*2-90)*5", 53], + "2.9583": [-11, "2+math.sin(q.anim_time*90*2-90)*5", -131], + "3.0": [-39, "2+math.sin(q.anim_time*90*2-90)*5", 53], + "3.1667": [-39, "2+math.sin(q.anim_time*90*2-90)*5", 92], + "3.25": [40, "-4+math.sin(q.anim_time*90*2-90)*5", -128], + "3.5": [40, "-4+math.sin(q.anim_time*90*2-90)*5", -128], + "4.5": [-29, "3+math.sin(q.anim_time*90*2-90)*5", -8], + "5.0": [-29, "3+math.sin(q.anim_time*90*2-90)*5", -8] + }, + "scale": { + "0.0": [1, 1, 1], + "1.1667": [1, 1, 1], + "1.2083": [1.5, 1, 1], + "1.25": [1, 1, 1], + "1.2917": [1, 1, 1], + "1.3333": [1.5, 1, 1], + "1.375": [1, 1, 1], + "1.4167": [1, 1, 1], + "1.4583": [1.5, 1, 1], + "1.5": [1, 1, 1], + "1.5417": [1, 1, 1], + "1.5833": [1.5, 1, 1], + "1.625": [1, 1, 1], + "1.6667": [1, 1, 1], + "1.7083": [1.5, 1, 1], + "1.75": [1, 1, 1], + "1.7917": [1, 1, 1], + "1.8333": [1.5, 1, 1], + "1.875": [1, 1, 1], + "1.9167": [1, 1, 1], + "1.9583": [1.5, 1, 1], + "2.0": [1, 1, 1], + "2.0417": [1, 1, 1], + "2.0833": [1.5, 1, 1], + "2.125": [1, 1, 1], + "2.1667": [1, 1, 1], + "2.2083": [1.5, 1, 1], + "2.25": [1, 1, 1], + "2.2917": [1, 1, 1], + "2.3333": [1.5, 1, 1], + "2.375": [1, 1, 1], + "2.4167": [1, 1, 1], + "2.4583": [1.5, 1, 1], + "2.5": [1, 1, 1], + "2.5417": [1, 1, 1], + "2.5833": [1.5, 1, 1], + "2.625": [1, 1, 1], + "2.6667": [1, 1, 1], + "2.7083": [1.5, 1, 1], + "2.75": [1, 1, 1], + "2.7917": [1, 1, 1], + "2.8333": [1.5, 1, 1], + "2.875": [1, 1, 1], + "2.9167": [1, 1, 1], + "2.9583": [1.5, 1, 1], + "3.0": [1, 1, 1], + "3.1667": [1, 1, 1], + "4.5": [1, 1, 1], + "5.0": [1, 1, 1] + } + }, + "bone9": { + "rotation": { + "0.0": [0, "-5-math.sin(q.anim_time*90*2-170)*7", 0], + "0.5": [0, "-5-math.sin(q.anim_time*90*2-170)*7", 0], + "1.0": [-24.88148, -54.35541, 27.64836], + "1.125": [-24.88148, -54.35541, 27.64836], + "5.0": [0, "-5-math.sin(q.anim_time*90*2-170)*7", 0] + } + }, + "bone10": { + "rotation": { + "0.0": [0, "-5-math.sin(q.anim_time*90*2-90)*7", 0], + "0.5": [0, "-5-math.sin(q.anim_time*90*2-90)*7", 0], + "1.0": [13.12627, -58.89663, -18.69857], + "1.125": [13.12627, -58.89663, -18.69857], + "2.6667": [13.12627, -58.89663, -18.69857], + "2.7917": [13.12627, -58.89663, -18.69857], + "5.0": [0, "-5-math.sin(q.anim_time*90*2-90)*7", 0] + } + }, + "bone11": { + "rotation": { + "0.0": ["10+math.sin(q.anim_time*90*2-170)*7", 0, 0], + "0.5": ["10+math.sin(q.anim_time*90*2-170)*7", 0, 0], + "1.0": [87.5, 0, 0], + "1.125": [87.5, 0, 0], + "2.6667": [87.5, 0, 0], + "2.7917": [87.5, 0, 0], + "5.0": ["10+math.sin(q.anim_time*90*2-170)*7", 0, 0] + } + }, + "top_left": { + "rotation": { + "0.0": ["-332.0877-math.sin(q.anim_time*90*2-280)*3", "-76.4307-math.sin(q.anim_time*90*2-80)*3", 167.96639], + "0.5": ["-332.0877-math.sin(q.anim_time*90*2-280)*3", "-76.4307-math.sin(q.anim_time*90*2-80)*3", 167.96639], + "1.0": ["-288.0675-math.sin(q.anim_time*90*2-280)*3", "-83.5193-math.sin(q.anim_time*90*2-80)*3", 123.41171], + "1.125": ["-246.1651-math.sin(q.anim_time*90*2-280)*3", "-83.3406-math.sin(q.anim_time*90*2-80)*3", 81.22583], + "1.3333": ["-246.1651-math.sin(q.anim_time*90*2-280)*3", "-83.3406-math.sin(q.anim_time*90*2-80)*3", 81.22583], + "1.375": ["-157.8996-math.sin(q.anim_time*90*2-280)*3", "-72.9468-math.sin(q.anim_time*90*2-80)*3", -8.56242], + "1.4167": ["-246.1651-math.sin(q.anim_time*90*2-280)*3", "-83.3406-math.sin(q.anim_time*90*2-80)*3", 81.22583], + "1.4583": ["-246.1651-math.sin(q.anim_time*90*2-280)*3", "-83.3406-math.sin(q.anim_time*90*2-80)*3", 81.22583], + "1.5": ["-157.8996-math.sin(q.anim_time*90*2-280)*3", "-72.9468-math.sin(q.anim_time*90*2-80)*3", -8.56242], + "1.5417": ["-246.1651-math.sin(q.anim_time*90*2-280)*3", "-83.3406-math.sin(q.anim_time*90*2-80)*3", 81.22583], + "1.5833": ["-246.1651-math.sin(q.anim_time*90*2-280)*3", "-83.3406-math.sin(q.anim_time*90*2-80)*3", 81.22583], + "1.625": ["-157.8996-math.sin(q.anim_time*90*2-280)*3", "-72.9468-math.sin(q.anim_time*90*2-80)*3", -8.56242], + "1.6667": ["-246.1651-math.sin(q.anim_time*90*2-280)*3", "-83.3406-math.sin(q.anim_time*90*2-80)*3", 81.22583], + "1.7083": ["-246.1651-math.sin(q.anim_time*90*2-280)*3", "-83.3406-math.sin(q.anim_time*90*2-80)*3", 81.22583], + "1.75": ["-157.8996-math.sin(q.anim_time*90*2-280)*3", "-72.9468-math.sin(q.anim_time*90*2-80)*3", -8.56242], + "1.7917": ["-246.1651-math.sin(q.anim_time*90*2-280)*3", "-83.3406-math.sin(q.anim_time*90*2-80)*3", 81.22583], + "1.8333": ["-246.1651-math.sin(q.anim_time*90*2-280)*3", "-83.3406-math.sin(q.anim_time*90*2-80)*3", 81.22583], + "1.875": ["-157.8996-math.sin(q.anim_time*90*2-280)*3", "-72.9468-math.sin(q.anim_time*90*2-80)*3", -8.56242], + "1.9167": ["-246.1651-math.sin(q.anim_time*90*2-280)*3", "-83.3406-math.sin(q.anim_time*90*2-80)*3", 81.22583], + "1.9583": ["-246.1651-math.sin(q.anim_time*90*2-280)*3", "-83.3406-math.sin(q.anim_time*90*2-80)*3", 81.22583], + "2.0": ["-157.8996-math.sin(q.anim_time*90*2-280)*3", "-72.9468-math.sin(q.anim_time*90*2-80)*3", -8.56242], + "2.0417": ["-246.1651-math.sin(q.anim_time*90*2-280)*3", "-83.3406-math.sin(q.anim_time*90*2-80)*3", 81.22583], + "2.0833": ["-246.1651-math.sin(q.anim_time*90*2-280)*3", "-83.3406-math.sin(q.anim_time*90*2-80)*3", 81.22583], + "2.125": ["-157.8996-math.sin(q.anim_time*90*2-280)*3", "-72.9468-math.sin(q.anim_time*90*2-80)*3", -8.56242], + "2.1667": ["-246.1651-math.sin(q.anim_time*90*2-280)*3", "-83.3406-math.sin(q.anim_time*90*2-80)*3", 81.22583], + "2.2083": ["-246.1651-math.sin(q.anim_time*90*2-280)*3", "-83.3406-math.sin(q.anim_time*90*2-80)*3", 81.22583], + "2.25": ["-157.8996-math.sin(q.anim_time*90*2-280)*3", "-72.9468-math.sin(q.anim_time*90*2-80)*3", -8.56242], + "2.2917": ["-246.1651-math.sin(q.anim_time*90*2-280)*3", "-83.3406-math.sin(q.anim_time*90*2-80)*3", 81.22583], + "2.3333": ["-246.1651-math.sin(q.anim_time*90*2-280)*3", "-83.3406-math.sin(q.anim_time*90*2-80)*3", 81.22583], + "2.375": ["-157.8996-math.sin(q.anim_time*90*2-280)*3", "-72.9468-math.sin(q.anim_time*90*2-80)*3", -8.56242], + "2.4167": ["-246.1651-math.sin(q.anim_time*90*2-280)*3", "-83.3406-math.sin(q.anim_time*90*2-80)*3", 81.22583], + "2.4583": ["-246.1651-math.sin(q.anim_time*90*2-280)*3", "-83.3406-math.sin(q.anim_time*90*2-80)*3", 81.22583], + "2.5": ["-157.8996-math.sin(q.anim_time*90*2-280)*3", "-72.9468-math.sin(q.anim_time*90*2-80)*3", -8.56242], + "2.5417": ["-246.1651-math.sin(q.anim_time*90*2-280)*3", "-83.3406-math.sin(q.anim_time*90*2-80)*3", 81.22583], + "2.5833": ["-246.1651-math.sin(q.anim_time*90*2-280)*3", "-83.3406-math.sin(q.anim_time*90*2-80)*3", 81.22583], + "2.625": ["-157.8996-math.sin(q.anim_time*90*2-280)*3", "-72.9468-math.sin(q.anim_time*90*2-80)*3", -8.56242], + "2.6667": ["-246.1651-math.sin(q.anim_time*90*2-280)*3", "-83.3406-math.sin(q.anim_time*90*2-80)*3", 81.22583], + "2.7083": ["-246.1651-math.sin(q.anim_time*90*2-280)*3", "-83.3406-math.sin(q.anim_time*90*2-80)*3", 81.22583], + "2.75": ["-157.8996-math.sin(q.anim_time*90*2-280)*3", "-72.9468-math.sin(q.anim_time*90*2-80)*3", -8.56242], + "2.7917": ["-246.1651-math.sin(q.anim_time*90*2-280)*3", "-83.3406-math.sin(q.anim_time*90*2-80)*3", 81.22583], + "3.1667": ["-246.1651-math.sin(q.anim_time*90*2-280)*3", "-83.3406-math.sin(q.anim_time*90*2-80)*3", 81.22583], + "4.5": ["-332.0877-math.sin(q.anim_time*90*2-280)*3", "-76.4307-math.sin(q.anim_time*90*2-80)*3", 167.96639], + "5.0": ["-332.0877-math.sin(q.anim_time*90*2-280)*3", "-76.4307-math.sin(q.anim_time*90*2-80)*3", 167.96639] + }, + "position": { + "0.0": [-24, "15+math.sin(q.anim_time*90*2-180)*5", -32.5], + "0.5": [-24, "15+math.sin(q.anim_time*90*2-180)*5", -32.5], + "1.0": [-26, "22+math.sin(q.anim_time*90*2-180)*5", 43.5], + "1.125": [-26, "22+math.sin(q.anim_time*90*2-180)*5", 43.5], + "1.3333": [-26, "22+math.sin(q.anim_time*90*2-180)*5", 43.5], + "1.375": [15, "-11+math.sin(q.anim_time*90*2-180)*5", -71.5], + "1.4167": [-26, "22+math.sin(q.anim_time*90*2-180)*5", 43.5], + "1.4583": [-26, "22+math.sin(q.anim_time*90*2-180)*5", 43.5], + "1.5": [15, "-11+math.sin(q.anim_time*90*2-180)*5", -71.5], + "1.5417": [-26, "22+math.sin(q.anim_time*90*2-180)*5", 43.5], + "1.5833": [-26, "22+math.sin(q.anim_time*90*2-180)*5", 43.5], + "1.625": [15, "-11+math.sin(q.anim_time*90*2-180)*5", -71.5], + "1.6667": [-26, "22+math.sin(q.anim_time*90*2-180)*5", 43.5], + "1.7083": [-26, "22+math.sin(q.anim_time*90*2-180)*5", 43.5], + "1.75": [15, "-11+math.sin(q.anim_time*90*2-180)*5", -71.5], + "1.7917": [-26, "22+math.sin(q.anim_time*90*2-180)*5", 43.5], + "1.8333": [-26, "22+math.sin(q.anim_time*90*2-180)*5", 43.5], + "1.875": [15, "-11+math.sin(q.anim_time*90*2-180)*5", -71.5], + "1.9167": [-26, "22+math.sin(q.anim_time*90*2-180)*5", 43.5], + "1.9583": [-26, "22+math.sin(q.anim_time*90*2-180)*5", 43.5], + "2.0": [15, "-11+math.sin(q.anim_time*90*2-180)*5", -71.5], + "2.0417": [-26, "22+math.sin(q.anim_time*90*2-180)*5", 43.5], + "2.0833": [-26, "22+math.sin(q.anim_time*90*2-180)*5", 43.5], + "2.125": [15, "-11+math.sin(q.anim_time*90*2-180)*5", -71.5], + "2.1667": [-26, "22+math.sin(q.anim_time*90*2-180)*5", 43.5], + "2.2083": [-26, "22+math.sin(q.anim_time*90*2-180)*5", 43.5], + "2.25": [15, "-11+math.sin(q.anim_time*90*2-180)*5", -71.5], + "2.2917": [-26, "22+math.sin(q.anim_time*90*2-180)*5", 43.5], + "2.3333": [-26, "22+math.sin(q.anim_time*90*2-180)*5", 43.5], + "2.375": [15, "-11+math.sin(q.anim_time*90*2-180)*5", -71.5], + "2.4167": [-26, "22+math.sin(q.anim_time*90*2-180)*5", 43.5], + "2.4583": [-26, "22+math.sin(q.anim_time*90*2-180)*5", 43.5], + "2.5": [15, "-11+math.sin(q.anim_time*90*2-180)*5", -71.5], + "2.5417": [-26, "22+math.sin(q.anim_time*90*2-180)*5", 43.5], + "2.5833": [-26, "22+math.sin(q.anim_time*90*2-180)*5", 43.5], + "2.625": [15, "-11+math.sin(q.anim_time*90*2-180)*5", -71.5], + "2.6667": [-26, "22+math.sin(q.anim_time*90*2-180)*5", 43.5], + "2.7083": [-26, "22+math.sin(q.anim_time*90*2-180)*5", 43.5], + "2.75": [15, "-11+math.sin(q.anim_time*90*2-180)*5", -71.5], + "2.7917": [-26, "22+math.sin(q.anim_time*90*2-180)*5", 43.5], + "3.1667": [-26, "22+math.sin(q.anim_time*90*2-180)*5", 68.5], + "3.25": [41, "-13+math.sin(q.anim_time*90*2-180)*5", -127.5], + "3.5": [41, "-13+math.sin(q.anim_time*90*2-180)*5", -127.5], + "4.5": [-24, "15+math.sin(q.anim_time*90*2-180)*5", -32.5], + "5.0": [-24, "15+math.sin(q.anim_time*90*2-180)*5", -32.5] + }, + "scale": { + "0.0": [1, 1, 1], + "1.3333": [1, 1, 1], + "1.375": [1.4, 1, 1], + "1.4167": [1, 1, 1], + "1.4583": [1, 1, 1], + "1.5": [1.4, 1, 1], + "1.5417": [1, 1, 1], + "1.5833": [1, 1, 1], + "1.625": [1.4, 1, 1], + "1.6667": [1, 1, 1], + "1.7083": [1, 1, 1], + "1.75": [1.4, 1, 1], + "1.7917": [1, 1, 1], + "1.8333": [1, 1, 1], + "1.875": [1.4, 1, 1], + "1.9167": [1, 1, 1], + "1.9583": [1, 1, 1], + "2.0": [1.4, 1, 1], + "2.0417": [1, 1, 1], + "2.0833": [1, 1, 1], + "2.125": [1.4, 1, 1], + "2.1667": [1, 1, 1], + "2.2083": [1, 1, 1], + "2.25": [1.4, 1, 1], + "2.2917": [1, 1, 1], + "2.3333": [1, 1, 1], + "2.375": [1.4, 1, 1], + "2.4167": [1, 1, 1], + "2.4583": [1, 1, 1], + "2.5": [1.4, 1, 1], + "2.5417": [1, 1, 1], + "2.5833": [1, 1, 1], + "2.625": [1.4, 1, 1], + "2.6667": [1, 1, 1], + "2.7083": [1, 1, 1], + "2.75": [1.4, 1, 1], + "2.7917": [1, 1, 1], + "3.1667": [1, 1, 1], + "4.5": [1, 1, 1], + "5.0": [1, 1, 1] + } + }, + "top_right3": { + "rotation": { + "0.0": ["-13.4638-math.sin(q.anim_time*90*2-100)*3", "53.1505-math.sin(q.anim_time*90*2-80)*3", 194.49191], + "0.5": ["-13.4638-math.sin(q.anim_time*90*2-100)*3", "53.1505-math.sin(q.anim_time*90*2-80)*3", 194.49191], + "1.0": ["-24.1533-math.sin(q.anim_time*90*2-100)*3", "74.8213-math.sin(q.anim_time*90*2-80)*3", 182.19443], + "1.125": ["-64.9491-math.sin(q.anim_time*90*2-100)*3", "86.6703-math.sin(q.anim_time*90*2-80)*3", 140.41426], + "1.2083": ["-64.9491-math.sin(q.anim_time*90*2-100)*3", "86.6703-math.sin(q.anim_time*90*2-80)*3", 140.41426], + "1.25": ["-201.8874-math.sin(q.anim_time*90*2-100)*3", "71.5674-math.sin(q.anim_time*90*2-80)*3", -0.8253], + "1.2917": ["-64.9491-math.sin(q.anim_time*90*2-100)*3", "86.6703-math.sin(q.anim_time*90*2-80)*3", 140.41426], + "1.3333": ["-64.9491-math.sin(q.anim_time*90*2-100)*3", "86.6703-math.sin(q.anim_time*90*2-80)*3", 140.41426], + "1.375": ["-201.8874-math.sin(q.anim_time*90*2-100)*3", "71.5674-math.sin(q.anim_time*90*2-80)*3", -0.8253], + "1.4167": ["-64.9491-math.sin(q.anim_time*90*2-100)*3", "86.6703-math.sin(q.anim_time*90*2-80)*3", 140.41426], + "1.4583": ["-64.9491-math.sin(q.anim_time*90*2-100)*3", "86.6703-math.sin(q.anim_time*90*2-80)*3", 140.41426], + "1.5": ["-201.8874-math.sin(q.anim_time*90*2-100)*3", "71.5674-math.sin(q.anim_time*90*2-80)*3", -0.8253], + "1.5417": ["-64.9491-math.sin(q.anim_time*90*2-100)*3", "86.6703-math.sin(q.anim_time*90*2-80)*3", 140.41426], + "1.5833": ["-64.9491-math.sin(q.anim_time*90*2-100)*3", "86.6703-math.sin(q.anim_time*90*2-80)*3", 140.41426], + "1.625": ["-201.8874-math.sin(q.anim_time*90*2-100)*3", "71.5674-math.sin(q.anim_time*90*2-80)*3", -0.8253], + "1.6667": ["-64.9491-math.sin(q.anim_time*90*2-100)*3", "86.6703-math.sin(q.anim_time*90*2-80)*3", 140.41426], + "1.7083": ["-64.9491-math.sin(q.anim_time*90*2-100)*3", "86.6703-math.sin(q.anim_time*90*2-80)*3", 140.41426], + "1.75": ["-201.8874-math.sin(q.anim_time*90*2-100)*3", "71.5674-math.sin(q.anim_time*90*2-80)*3", -0.8253], + "1.7917": ["-64.9491-math.sin(q.anim_time*90*2-100)*3", "86.6703-math.sin(q.anim_time*90*2-80)*3", 140.41426], + "1.8333": ["-64.9491-math.sin(q.anim_time*90*2-100)*3", "86.6703-math.sin(q.anim_time*90*2-80)*3", 140.41426], + "1.875": ["-201.8874-math.sin(q.anim_time*90*2-100)*3", "71.5674-math.sin(q.anim_time*90*2-80)*3", -0.8253], + "1.9167": ["-64.9491-math.sin(q.anim_time*90*2-100)*3", "86.6703-math.sin(q.anim_time*90*2-80)*3", 140.41426], + "1.9583": ["-64.9491-math.sin(q.anim_time*90*2-100)*3", "86.6703-math.sin(q.anim_time*90*2-80)*3", 140.41426], + "2.0": ["-201.8874-math.sin(q.anim_time*90*2-100)*3", "71.5674-math.sin(q.anim_time*90*2-80)*3", -0.8253], + "2.0417": ["-64.9491-math.sin(q.anim_time*90*2-100)*3", "86.6703-math.sin(q.anim_time*90*2-80)*3", 140.41426], + "2.0833": ["-64.9491-math.sin(q.anim_time*90*2-100)*3", "86.6703-math.sin(q.anim_time*90*2-80)*3", 140.41426], + "2.125": ["-201.8874-math.sin(q.anim_time*90*2-100)*3", "71.5674-math.sin(q.anim_time*90*2-80)*3", -0.8253], + "2.1667": ["-64.9491-math.sin(q.anim_time*90*2-100)*3", "86.6703-math.sin(q.anim_time*90*2-80)*3", 140.41426], + "2.2083": ["-64.9491-math.sin(q.anim_time*90*2-100)*3", "86.6703-math.sin(q.anim_time*90*2-80)*3", 140.41426], + "2.25": ["-201.8874-math.sin(q.anim_time*90*2-100)*3", "71.5674-math.sin(q.anim_time*90*2-80)*3", -0.8253], + "2.2917": ["-64.9491-math.sin(q.anim_time*90*2-100)*3", "86.6703-math.sin(q.anim_time*90*2-80)*3", 140.41426], + "2.3333": ["-64.9491-math.sin(q.anim_time*90*2-100)*3", "86.6703-math.sin(q.anim_time*90*2-80)*3", 140.41426], + "2.375": ["-201.8874-math.sin(q.anim_time*90*2-100)*3", "71.5674-math.sin(q.anim_time*90*2-80)*3", -0.8253], + "2.4167": ["-64.9491-math.sin(q.anim_time*90*2-100)*3", "86.6703-math.sin(q.anim_time*90*2-80)*3", 140.41426], + "2.4583": ["-64.9491-math.sin(q.anim_time*90*2-100)*3", "86.6703-math.sin(q.anim_time*90*2-80)*3", 140.41426], + "2.5": ["-201.8874-math.sin(q.anim_time*90*2-100)*3", "71.5674-math.sin(q.anim_time*90*2-80)*3", -0.8253], + "2.5417": ["-64.9491-math.sin(q.anim_time*90*2-100)*3", "86.6703-math.sin(q.anim_time*90*2-80)*3", 140.41426], + "2.5833": ["-64.9491-math.sin(q.anim_time*90*2-100)*3", "86.6703-math.sin(q.anim_time*90*2-80)*3", 140.41426], + "2.625": ["-201.8874-math.sin(q.anim_time*90*2-100)*3", "71.5674-math.sin(q.anim_time*90*2-80)*3", -0.8253], + "2.6667": ["-64.9491-math.sin(q.anim_time*90*2-100)*3", "86.6703-math.sin(q.anim_time*90*2-80)*3", 140.41426], + "2.7083": ["-64.9491-math.sin(q.anim_time*90*2-100)*3", "86.6703-math.sin(q.anim_time*90*2-80)*3", 140.41426], + "2.75": ["-201.8874-math.sin(q.anim_time*90*2-100)*3", "71.5674-math.sin(q.anim_time*90*2-80)*3", -0.8253], + "2.7917": ["-64.9491-math.sin(q.anim_time*90*2-100)*3", "86.6703-math.sin(q.anim_time*90*2-80)*3", 140.41426], + "2.8333": ["-64.9491-math.sin(q.anim_time*90*2-100)*3", "86.6703-math.sin(q.anim_time*90*2-80)*3", 140.41426], + "2.875": ["-201.8874-math.sin(q.anim_time*90*2-100)*3", "71.5674-math.sin(q.anim_time*90*2-80)*3", -0.8253], + "2.9167": ["-64.9491-math.sin(q.anim_time*90*2-100)*3", "86.6703-math.sin(q.anim_time*90*2-80)*3", 140.41426], + "2.9583": ["-64.9491-math.sin(q.anim_time*90*2-100)*3", "86.6703-math.sin(q.anim_time*90*2-80)*3", 140.41426], + "3.0": ["-201.8874-math.sin(q.anim_time*90*2-100)*3", "71.5674-math.sin(q.anim_time*90*2-80)*3", -0.8253], + "3.0417": ["-64.9491-math.sin(q.anim_time*90*2-100)*3", "86.6703-math.sin(q.anim_time*90*2-80)*3", 140.41426], + "3.1667": ["-64.9491-math.sin(q.anim_time*90*2-100)*3", "86.6703-math.sin(q.anim_time*90*2-80)*3", 140.41426], + "4.5": ["-13.4638-math.sin(q.anim_time*90*2-100)*3", "53.1505-math.sin(q.anim_time*90*2-80)*3", 194.49191], + "5.0": ["-13.4638-math.sin(q.anim_time*90*2-100)*3", "53.1505-math.sin(q.anim_time*90*2-80)*3", 194.49191] + }, + "position": { + "0.0": [27, "-12+math.sin(q.anim_time*90*2+180)*5", -5], + "0.5": [27, "-12+math.sin(q.anim_time*90*2+180)*5", -5], + "1.0": [13, "-6+math.sin(q.anim_time*90*2+180)*5", 75], + "1.125": [20, "-18+math.sin(q.anim_time*90*2+180)*5", 57], + "1.2083": [20, "-18+math.sin(q.anim_time*90*2+180)*5", 57], + "1.25": [-17, "-18+math.sin(q.anim_time*90*2+180)*5", -66], + "1.2917": [20, "-18+math.sin(q.anim_time*90*2+180)*5", 57], + "1.3333": [20, "-18+math.sin(q.anim_time*90*2+180)*5", 57], + "1.375": [-17, "-18+math.sin(q.anim_time*90*2+180)*5", -66], + "1.4167": [20, "-18+math.sin(q.anim_time*90*2+180)*5", 57], + "1.4583": [20, "-18+math.sin(q.anim_time*90*2+180)*5", 57], + "1.5": [-17, "-18+math.sin(q.anim_time*90*2+180)*5", -66], + "1.5417": [20, "-18+math.sin(q.anim_time*90*2+180)*5", 57], + "1.5833": [20, "-18+math.sin(q.anim_time*90*2+180)*5", 57], + "1.625": [-17, "-18+math.sin(q.anim_time*90*2+180)*5", -66], + "1.6667": [20, "-18+math.sin(q.anim_time*90*2+180)*5", 57], + "1.7083": [20, "-18+math.sin(q.anim_time*90*2+180)*5", 57], + "1.75": [-17, "-18+math.sin(q.anim_time*90*2+180)*5", -66], + "1.7917": [20, "-18+math.sin(q.anim_time*90*2+180)*5", 57], + "1.8333": [20, "-18+math.sin(q.anim_time*90*2+180)*5", 57], + "1.875": [-17, "-18+math.sin(q.anim_time*90*2+180)*5", -66], + "1.9167": [20, "-18+math.sin(q.anim_time*90*2+180)*5", 57], + "1.9583": [20, "-18+math.sin(q.anim_time*90*2+180)*5", 57], + "2.0": [-17, "-18+math.sin(q.anim_time*90*2+180)*5", -66], + "2.0417": [20, "-18+math.sin(q.anim_time*90*2+180)*5", 57], + "2.0833": [20, "-18+math.sin(q.anim_time*90*2+180)*5", 57], + "2.125": [-17, "-18+math.sin(q.anim_time*90*2+180)*5", -66], + "2.1667": [20, "-18+math.sin(q.anim_time*90*2+180)*5", 57], + "2.2083": [20, "-18+math.sin(q.anim_time*90*2+180)*5", 57], + "2.25": [-17, "-18+math.sin(q.anim_time*90*2+180)*5", -66], + "2.2917": [20, "-18+math.sin(q.anim_time*90*2+180)*5", 57], + "2.3333": [20, "-18+math.sin(q.anim_time*90*2+180)*5", 57], + "2.375": [-17, "-18+math.sin(q.anim_time*90*2+180)*5", -66], + "2.4167": [20, "-18+math.sin(q.anim_time*90*2+180)*5", 57], + "2.4583": [20, "-18+math.sin(q.anim_time*90*2+180)*5", 57], + "2.5": [-17, "-18+math.sin(q.anim_time*90*2+180)*5", -66], + "2.5417": [20, "-18+math.sin(q.anim_time*90*2+180)*5", 57], + "2.5833": [20, "-18+math.sin(q.anim_time*90*2+180)*5", 57], + "2.625": [-17, "-18+math.sin(q.anim_time*90*2+180)*5", -66], + "2.6667": [20, "-18+math.sin(q.anim_time*90*2+180)*5", 57], + "2.7083": [20, "-18+math.sin(q.anim_time*90*2+180)*5", 57], + "2.75": [-17, "-18+math.sin(q.anim_time*90*2+180)*5", -66], + "2.7917": [20, "-18+math.sin(q.anim_time*90*2+180)*5", 57], + "2.8333": [20, "-18+math.sin(q.anim_time*90*2+180)*5", 57], + "2.875": [-17, "-18+math.sin(q.anim_time*90*2+180)*5", -66], + "2.9167": [20, "-18+math.sin(q.anim_time*90*2+180)*5", 57], + "2.9583": [20, "-18+math.sin(q.anim_time*90*2+180)*5", 57], + "3.0": [-17, "-18+math.sin(q.anim_time*90*2+180)*5", -66], + "3.0417": [20, "-18+math.sin(q.anim_time*90*2+180)*5", 57], + "3.1667": [20, "-18+math.sin(q.anim_time*90*2+180)*5", 101], + "3.25": [-34, "17+math.sin(q.anim_time*90*2+180)*5", -116], + "3.5": [-34, "17+math.sin(q.anim_time*90*2+180)*5", -116], + "4.5": [27, "-12+math.sin(q.anim_time*90*2+180)*5", -5], + "5.0": [27, "-12+math.sin(q.anim_time*90*2+180)*5", -5] + }, + "scale": { + "0.0": [1, 1, 1], + "1.2083": [1, 1, 1], + "1.25": [1.5, 1, 1], + "1.2917": [1, 1, 1], + "1.3333": [1, 1, 1], + "1.375": [1.5, 1, 1], + "1.4167": [1, 1, 1], + "1.4583": [1, 1, 1], + "1.5": [1.5, 1, 1], + "1.5417": [1, 1, 1], + "1.5833": [1, 1, 1], + "1.625": [1.5, 1, 1], + "1.6667": [1, 1, 1], + "1.7083": [1, 1, 1], + "1.75": [1.5, 1, 1], + "1.7917": [1, 1, 1], + "1.8333": [1, 1, 1], + "1.875": [1.5, 1, 1], + "1.9167": [1, 1, 1], + "1.9583": [1, 1, 1], + "2.0": [1.5, 1, 1], + "2.0417": [1, 1, 1], + "2.0833": [1, 1, 1], + "2.125": [1.5, 1, 1], + "2.1667": [1, 1, 1], + "2.2083": [1, 1, 1], + "2.25": [1.5, 1, 1], + "2.2917": [1, 1, 1], + "2.3333": [1, 1, 1], + "2.375": [1.5, 1, 1], + "2.4167": [1, 1, 1], + "2.4583": [1, 1, 1], + "2.5": [1.5, 1, 1], + "2.5417": [1, 1, 1], + "2.5833": [1, 1, 1], + "2.625": [1.5, 1, 1], + "2.6667": [1, 1, 1], + "2.7083": [1, 1, 1], + "2.75": [1.5, 1, 1], + "2.7917": [1, 1, 1], + "2.8333": [1, 1, 1], + "2.875": [1.5, 1, 1], + "2.9167": [1, 1, 1], + "2.9583": [1, 1, 1], + "3.0": [1.5, 1, 1], + "3.0417": [1, 1, 1], + "3.1667": [1, 1, 1], + "4.5": [1, 1, 1], + "5.0": [1, 1, 1] + } + }, + "bone25": { + "rotation": { + "0.0": [0, "5-math.sin(q.anim_time*90*2-50)*10", 0], + "0.5": [0, "5-math.sin(q.anim_time*90*2-50)*10", 0], + "1.0": [-17.2905, 55.07134, -21.67245], + "1.125": [-17.2905, 55.07134, -21.67245], + "2.6667": [-17.2905, 55.07134, -21.67245], + "2.7917": [-17.2905, 55.07134, -21.67245], + "5.0": [0, "5-math.sin(q.anim_time*90*2-50)*10", 0] + } + }, + "bone26": { + "rotation": { + "0.0": [0, "5-math.sin(q.anim_time*90*2-120)*10", 0], + "0.5": [0, "5-math.sin(q.anim_time*90*2-120)*10", 0], + "1.0": [18.94226, 57.79492, 25.37836], + "1.125": [18.94226, 57.79492, 25.37836], + "2.6667": [18.94226, 57.79492, 25.37836], + "2.7917": [18.94226, 57.79492, 25.37836], + "5.0": [0, "5-math.sin(q.anim_time*90*2-120)*10", 0] + } + }, + "bone27": { + "rotation": { + "0.0": ["10-math.sin(q.anim_time*90*2-120)*10", 0, 0], + "0.5": ["10-math.sin(q.anim_time*90*2-120)*10", 0, 0], + "1.0": [95, 0, 0], + "1.125": [95, 0, 0], + "2.6667": [95, 0, 0], + "2.7917": [95, 0, 0], + "3.25": [10, 0, 0], + "5.0": ["10-math.sin(q.anim_time*90*2-120)*10", 0, 0] + } + }, + "top_right2": { + "rotation": { + "0.0": ["-178.0611-math.sin(q.anim_time*90*2-180)*3", "57.1485-math.sin(q.anim_time*90*2-150)*3", -179.90701], + "0.5": ["-178.0611-math.sin(q.anim_time*90*2-180)*3", "57.1485-math.sin(q.anim_time*90*2-150)*3", -179.90701], + "1.0": ["-176.2366-math.sin(q.anim_time*90*2-180)*3", "74.6296-math.sin(q.anim_time*90*2-150)*3", -177.90727], + "1.125": ["-170.1954-math.sin(q.anim_time*90*2-180)*3", "87.0871-math.sin(q.anim_time*90*2-150)*3", -171.77838], + "1.25": ["-170.1954-math.sin(q.anim_time*90*2-180)*3", "87.0871-math.sin(q.anim_time*90*2-150)*3", -171.77838], + "1.2917": ["0.0825-math.sin(q.anim_time*90*2-180)*3", "73.7887-math.sin(q.anim_time*90*2-150)*3", -1.33398], + "1.3333": ["-170.1954-math.sin(q.anim_time*90*2-180)*3", "87.0871-math.sin(q.anim_time*90*2-150)*3", -171.77838], + "1.375": ["-170.1954-math.sin(q.anim_time*90*2-180)*3", "87.0871-math.sin(q.anim_time*90*2-150)*3", -171.77838], + "1.4167": ["0.0825-math.sin(q.anim_time*90*2-180)*3", "73.7887-math.sin(q.anim_time*90*2-150)*3", -1.33398], + "1.4583": ["-170.1954-math.sin(q.anim_time*90*2-180)*3", "87.0871-math.sin(q.anim_time*90*2-150)*3", -171.77838], + "1.5": ["-170.1954-math.sin(q.anim_time*90*2-180)*3", "87.0871-math.sin(q.anim_time*90*2-150)*3", -171.77838], + "1.5417": ["0.0825-math.sin(q.anim_time*90*2-180)*3", "73.7887-math.sin(q.anim_time*90*2-150)*3", -1.33398], + "1.5833": ["-170.1954-math.sin(q.anim_time*90*2-180)*3", "87.0871-math.sin(q.anim_time*90*2-150)*3", -171.77838], + "1.625": ["-170.1954-math.sin(q.anim_time*90*2-180)*3", "87.0871-math.sin(q.anim_time*90*2-150)*3", -171.77838], + "1.6667": ["0.0825-math.sin(q.anim_time*90*2-180)*3", "73.7887-math.sin(q.anim_time*90*2-150)*3", -1.33398], + "1.7083": ["-170.1954-math.sin(q.anim_time*90*2-180)*3", "87.0871-math.sin(q.anim_time*90*2-150)*3", -171.77838], + "1.75": ["-170.1954-math.sin(q.anim_time*90*2-180)*3", "87.0871-math.sin(q.anim_time*90*2-150)*3", -171.77838], + "1.7917": ["0.0825-math.sin(q.anim_time*90*2-180)*3", "73.7887-math.sin(q.anim_time*90*2-150)*3", -1.33398], + "1.8333": ["-170.1954-math.sin(q.anim_time*90*2-180)*3", "87.0871-math.sin(q.anim_time*90*2-150)*3", -171.77838], + "1.875": ["-170.1954-math.sin(q.anim_time*90*2-180)*3", "87.0871-math.sin(q.anim_time*90*2-150)*3", -171.77838], + "1.9167": ["0.0825-math.sin(q.anim_time*90*2-180)*3", "73.7887-math.sin(q.anim_time*90*2-150)*3", -1.33398], + "1.9583": ["-170.1954-math.sin(q.anim_time*90*2-180)*3", "87.0871-math.sin(q.anim_time*90*2-150)*3", -171.77838], + "2.0": ["-170.1954-math.sin(q.anim_time*90*2-180)*3", "87.0871-math.sin(q.anim_time*90*2-150)*3", -171.77838], + "2.0417": ["0.0825-math.sin(q.anim_time*90*2-180)*3", "73.7887-math.sin(q.anim_time*90*2-150)*3", -1.33398], + "2.0833": ["-170.1954-math.sin(q.anim_time*90*2-180)*3", "87.0871-math.sin(q.anim_time*90*2-150)*3", -171.77838], + "2.125": ["-170.1954-math.sin(q.anim_time*90*2-180)*3", "87.0871-math.sin(q.anim_time*90*2-150)*3", -171.77838], + "2.1667": ["0.0825-math.sin(q.anim_time*90*2-180)*3", "73.7887-math.sin(q.anim_time*90*2-150)*3", -1.33398], + "2.2083": ["-170.1954-math.sin(q.anim_time*90*2-180)*3", "87.0871-math.sin(q.anim_time*90*2-150)*3", -171.77838], + "2.25": ["-170.1954-math.sin(q.anim_time*90*2-180)*3", "87.0871-math.sin(q.anim_time*90*2-150)*3", -171.77838], + "2.2917": ["0.0825-math.sin(q.anim_time*90*2-180)*3", "73.7887-math.sin(q.anim_time*90*2-150)*3", -1.33398], + "2.3333": ["-170.1954-math.sin(q.anim_time*90*2-180)*3", "87.0871-math.sin(q.anim_time*90*2-150)*3", -171.77838], + "2.375": ["-170.1954-math.sin(q.anim_time*90*2-180)*3", "87.0871-math.sin(q.anim_time*90*2-150)*3", -171.77838], + "2.4167": ["0.0825-math.sin(q.anim_time*90*2-180)*3", "73.7887-math.sin(q.anim_time*90*2-150)*3", -1.33398], + "2.4583": ["-170.1954-math.sin(q.anim_time*90*2-180)*3", "87.0871-math.sin(q.anim_time*90*2-150)*3", -171.77838], + "2.5": ["-170.1954-math.sin(q.anim_time*90*2-180)*3", "87.0871-math.sin(q.anim_time*90*2-150)*3", -171.77838], + "2.5417": ["0.0825-math.sin(q.anim_time*90*2-180)*3", "73.7887-math.sin(q.anim_time*90*2-150)*3", -1.33398], + "2.5833": ["-170.1954-math.sin(q.anim_time*90*2-180)*3", "87.0871-math.sin(q.anim_time*90*2-150)*3", -171.77838], + "2.625": ["-170.1954-math.sin(q.anim_time*90*2-180)*3", "87.0871-math.sin(q.anim_time*90*2-150)*3", -171.77838], + "2.6667": ["0.0825-math.sin(q.anim_time*90*2-180)*3", "73.7887-math.sin(q.anim_time*90*2-150)*3", -1.33398], + "2.7083": ["-170.1954-math.sin(q.anim_time*90*2-180)*3", "87.0871-math.sin(q.anim_time*90*2-150)*3", -171.77838], + "2.75": ["-170.1954-math.sin(q.anim_time*90*2-180)*3", "87.0871-math.sin(q.anim_time*90*2-150)*3", -171.77838], + "2.7917": ["0.0825-math.sin(q.anim_time*90*2-180)*3", "73.7887-math.sin(q.anim_time*90*2-150)*3", -1.33398], + "2.8333": ["-170.1954-math.sin(q.anim_time*90*2-180)*3", "87.0871-math.sin(q.anim_time*90*2-150)*3", -171.77838], + "2.875": ["-170.1954-math.sin(q.anim_time*90*2-180)*3", "87.0871-math.sin(q.anim_time*90*2-150)*3", -171.77838], + "2.9167": ["0.0825-math.sin(q.anim_time*90*2-180)*3", "73.7887-math.sin(q.anim_time*90*2-150)*3", -1.33398], + "2.9583": ["-170.1954-math.sin(q.anim_time*90*2-180)*3", "87.0871-math.sin(q.anim_time*90*2-150)*3", -171.77838], + "3.1667": ["-170.1954-math.sin(q.anim_time*90*2-180)*3", "87.0871-math.sin(q.anim_time*90*2-150)*3", -171.77838], + "4.5": ["-178.0611-math.sin(q.anim_time*90*2-180)*3", "57.1485-math.sin(q.anim_time*90*2-150)*3", -179.90701], + "5.0": ["-178.0611-math.sin(q.anim_time*90*2-180)*3", "57.1485-math.sin(q.anim_time*90*2-150)*3", -179.90701] + }, + "position": { + "0.0": [36, "1+math.sin(q.anim_time*90*1-180)*5", 2], + "0.5": [36, "1+math.sin(q.anim_time*90*1-180)*5", 2], + "1.0": [24, "6+math.sin(q.anim_time*90*1-180)*5", 67], + "1.125": [34, "3+math.sin(q.anim_time*90*1-180)*5", 55], + "1.25": [34, "3+math.sin(q.anim_time*90*1-180)*5", 55], + "1.2917": [17, "3+math.sin(q.anim_time*90*1-180)*5", -66], + "1.3333": [34, "3+math.sin(q.anim_time*90*1-180)*5", 55], + "1.375": [34, "3+math.sin(q.anim_time*90*1-180)*5", 55], + "1.4167": [17, "3+math.sin(q.anim_time*90*1-180)*5", -66], + "1.4583": [34, "3+math.sin(q.anim_time*90*1-180)*5", 55], + "1.5": [34, "3+math.sin(q.anim_time*90*1-180)*5", 55], + "1.5417": [17, "3+math.sin(q.anim_time*90*1-180)*5", -66], + "1.5833": [34, "3+math.sin(q.anim_time*90*1-180)*5", 55], + "1.625": [34, "3+math.sin(q.anim_time*90*1-180)*5", 55], + "1.6667": [17, "3+math.sin(q.anim_time*90*1-180)*5", -66], + "1.7083": [34, "3+math.sin(q.anim_time*90*1-180)*5", 55], + "1.75": [34, "3+math.sin(q.anim_time*90*1-180)*5", 55], + "1.7917": [17, "3+math.sin(q.anim_time*90*1-180)*5", -66], + "1.8333": [34, "3+math.sin(q.anim_time*90*1-180)*5", 55], + "1.875": [34, "3+math.sin(q.anim_time*90*1-180)*5", 55], + "1.9167": [17, "3+math.sin(q.anim_time*90*1-180)*5", -66], + "1.9583": [34, "3+math.sin(q.anim_time*90*1-180)*5", 55], + "2.0": [34, "3+math.sin(q.anim_time*90*1-180)*5", 55], + "2.0417": [17, "3+math.sin(q.anim_time*90*1-180)*5", -66], + "2.0833": [34, "3+math.sin(q.anim_time*90*1-180)*5", 55], + "2.125": [34, "3+math.sin(q.anim_time*90*1-180)*5", 55], + "2.1667": [17, "3+math.sin(q.anim_time*90*1-180)*5", -66], + "2.2083": [34, "3+math.sin(q.anim_time*90*1-180)*5", 55], + "2.25": [34, "3+math.sin(q.anim_time*90*1-180)*5", 55], + "2.2917": [17, "3+math.sin(q.anim_time*90*1-180)*5", -66], + "2.3333": [34, "3+math.sin(q.anim_time*90*1-180)*5", 55], + "2.375": [34, "3+math.sin(q.anim_time*90*1-180)*5", 55], + "2.4167": [17, "3+math.sin(q.anim_time*90*1-180)*5", -66], + "2.4583": [34, "3+math.sin(q.anim_time*90*1-180)*5", 55], + "2.5": [34, "3+math.sin(q.anim_time*90*1-180)*5", 55], + "2.5417": [17, "3+math.sin(q.anim_time*90*1-180)*5", -66], + "2.5833": [34, "3+math.sin(q.anim_time*90*1-180)*5", 55], + "2.625": [34, "3+math.sin(q.anim_time*90*1-180)*5", 55], + "2.6667": [17, "3+math.sin(q.anim_time*90*1-180)*5", -66], + "2.7083": [34, "3+math.sin(q.anim_time*90*1-180)*5", 55], + "2.75": [34, "3+math.sin(q.anim_time*90*1-180)*5", 55], + "2.7917": [17, "3+math.sin(q.anim_time*90*1-180)*5", -66], + "2.8333": [34, "3+math.sin(q.anim_time*90*1-180)*5", 55], + "2.875": [34, "3+math.sin(q.anim_time*90*1-180)*5", 55], + "2.9167": [17, "3+math.sin(q.anim_time*90*1-180)*5", -66], + "2.9583": [34, "3+math.sin(q.anim_time*90*1-180)*5", 55], + "3.1667": [34, "3+math.sin(q.anim_time*90*1-180)*5", 92], + "3.25": [-37, "-7+math.sin(q.anim_time*90*1-180)*5", -116], + "3.5": [-37, "-7+math.sin(q.anim_time*90*1-180)*5", -116], + "4.5": [36, "1+math.sin(q.anim_time*90*1-180)*5", 2], + "5.0": [36, "1+math.sin(q.anim_time*90*1-180)*5", 2] + }, + "scale": { + "0.0": [1, 1, 1], + "1.125": [1, 1, 1], + "1.25": [1, 1, 1], + "1.2917": [1.7, 1, 1], + "1.3333": [1, 1, 1], + "1.375": [1, 1, 1], + "1.4167": [1.7, 1, 1], + "1.4583": [1, 1, 1], + "1.5": [1, 1, 1], + "1.5417": [1.7, 1, 1], + "1.5833": [1, 1, 1], + "1.625": [1, 1, 1], + "1.6667": [1.7, 1, 1], + "1.7083": [1, 1, 1], + "1.75": [1, 1, 1], + "1.7917": [1.7, 1, 1], + "1.8333": [1, 1, 1], + "1.875": [1, 1, 1], + "1.9167": [1.7, 1, 1], + "1.9583": [1, 1, 1], + "2.0": [1, 1, 1], + "2.0417": [1.7, 1, 1], + "2.0833": [1, 1, 1], + "2.125": [1, 1, 1], + "2.1667": [1.7, 1, 1], + "2.2083": [1, 1, 1], + "2.25": [1, 1, 1], + "2.2917": [1.7, 1, 1], + "2.3333": [1, 1, 1], + "2.375": [1, 1, 1], + "2.4167": [1.7, 1, 1], + "2.4583": [1, 1, 1], + "2.5": [1, 1, 1], + "2.5417": [1.7, 1, 1], + "2.5833": [1, 1, 1], + "2.625": [1, 1, 1], + "2.6667": [1.7, 1, 1], + "2.7083": [1, 1, 1], + "2.75": [1, 1, 1], + "2.7917": [1.7, 1, 1], + "2.8333": [1, 1, 1], + "2.875": [1, 1, 1], + "2.9167": [1.7, 1, 1], + "2.9583": [1, 1, 1], + "3.1667": [1, 1, 1], + "4.5": [1, 1, 1], + "5.0": [1, 1, 1] + } + }, + "bone23": { + "rotation": { + "0.0": [30, 0, 2.5], + "0.5": [30, 0, 2.5], + "1.0": [92.5, 0, 2.5], + "1.125": [92.5, 0, 2.5], + "2.6667": [92.5, 0, 2.5], + "2.7917": [92.5, 0, 2.5], + "5.0": [30, 0, 2.5] + }, + "position": { + "0.0": [0, -1, 0], + "0.5": [0, -1, 0], + "5.0": [0, -1, 0] + } + }, + "top_right": { + "rotation": { + "0.0": ["217.9493-math.sin(q.anim_time*90*2-70)*3", "56.8898-math.sin(q.anim_time*90*2-80)*3", 181.67194], + "0.5": ["217.9493-math.sin(q.anim_time*90*2-70)*3", "56.8898-math.sin(q.anim_time*90*2-80)*3", 181.67194], + "1.0": ["230.351-math.sin(q.anim_time*90*2-70)*3", "67.033-math.sin(q.anim_time*90*2-80)*3", 196.06294], + "1.125": ["265.8839-math.sin(q.anim_time*90*2-70)*3", "76.4363-math.sin(q.anim_time*90*2-80)*3", 231.42648], + "1.1667": ["384.4048-math.sin(q.anim_time*90*2-70)*3", "70.4779-math.sin(q.anim_time*90*2-80)*3", 361.23425], + "1.2083": ["265.8839-math.sin(q.anim_time*90*2-70)*3", "76.4363-math.sin(q.anim_time*90*2-80)*3", 231.42648], + "1.25": ["265.8839-math.sin(q.anim_time*90*2-70)*3", "76.4363-math.sin(q.anim_time*90*2-80)*3", 231.42648], + "1.2917": ["384.4048-math.sin(q.anim_time*90*2-70)*3", "70.4779-math.sin(q.anim_time*90*2-80)*3", 361.23425], + "1.3333": ["265.8839-math.sin(q.anim_time*90*2-70)*3", "76.4363-math.sin(q.anim_time*90*2-80)*3", 231.42648], + "1.375": ["265.8839-math.sin(q.anim_time*90*2-70)*3", "76.4363-math.sin(q.anim_time*90*2-80)*3", 231.42648], + "1.4167": ["384.4048-math.sin(q.anim_time*90*2-70)*3", "70.4779-math.sin(q.anim_time*90*2-80)*3", 361.23425], + "1.4583": ["265.8839-math.sin(q.anim_time*90*2-70)*3", "76.4363-math.sin(q.anim_time*90*2-80)*3", 231.42648], + "1.5": ["265.8839-math.sin(q.anim_time*90*2-70)*3", "76.4363-math.sin(q.anim_time*90*2-80)*3", 231.42648], + "1.5417": ["384.4048-math.sin(q.anim_time*90*2-70)*3", "70.4779-math.sin(q.anim_time*90*2-80)*3", 361.23425], + "1.5833": ["265.8839-math.sin(q.anim_time*90*2-70)*3", "76.4363-math.sin(q.anim_time*90*2-80)*3", 231.42648], + "1.625": ["265.8839-math.sin(q.anim_time*90*2-70)*3", "76.4363-math.sin(q.anim_time*90*2-80)*3", 231.42648], + "1.6667": ["384.4048-math.sin(q.anim_time*90*2-70)*3", "70.4779-math.sin(q.anim_time*90*2-80)*3", 361.23425], + "1.7083": ["265.8839-math.sin(q.anim_time*90*2-70)*3", "76.4363-math.sin(q.anim_time*90*2-80)*3", 231.42648], + "1.75": ["265.8839-math.sin(q.anim_time*90*2-70)*3", "76.4363-math.sin(q.anim_time*90*2-80)*3", 231.42648], + "1.7917": ["384.4048-math.sin(q.anim_time*90*2-70)*3", "70.4779-math.sin(q.anim_time*90*2-80)*3", 361.23425], + "1.8333": ["265.8839-math.sin(q.anim_time*90*2-70)*3", "76.4363-math.sin(q.anim_time*90*2-80)*3", 231.42648], + "1.875": ["265.8839-math.sin(q.anim_time*90*2-70)*3", "76.4363-math.sin(q.anim_time*90*2-80)*3", 231.42648], + "1.9167": ["384.4048-math.sin(q.anim_time*90*2-70)*3", "70.4779-math.sin(q.anim_time*90*2-80)*3", 361.23425], + "1.9583": ["265.8839-math.sin(q.anim_time*90*2-70)*3", "76.4363-math.sin(q.anim_time*90*2-80)*3", 231.42648], + "2.0": ["265.8839-math.sin(q.anim_time*90*2-70)*3", "76.4363-math.sin(q.anim_time*90*2-80)*3", 231.42648], + "2.0417": ["384.4048-math.sin(q.anim_time*90*2-70)*3", "70.4779-math.sin(q.anim_time*90*2-80)*3", 361.23425], + "2.0833": ["265.8839-math.sin(q.anim_time*90*2-70)*3", "76.4363-math.sin(q.anim_time*90*2-80)*3", 231.42648], + "2.125": ["265.8839-math.sin(q.anim_time*90*2-70)*3", "76.4363-math.sin(q.anim_time*90*2-80)*3", 231.42648], + "2.1667": ["384.4048-math.sin(q.anim_time*90*2-70)*3", "70.4779-math.sin(q.anim_time*90*2-80)*3", 361.23425], + "2.2083": ["265.8839-math.sin(q.anim_time*90*2-70)*3", "76.4363-math.sin(q.anim_time*90*2-80)*3", 231.42648], + "2.25": ["265.8839-math.sin(q.anim_time*90*2-70)*3", "76.4363-math.sin(q.anim_time*90*2-80)*3", 231.42648], + "2.2917": ["384.4048-math.sin(q.anim_time*90*2-70)*3", "70.4779-math.sin(q.anim_time*90*2-80)*3", 361.23425], + "2.3333": ["265.8839-math.sin(q.anim_time*90*2-70)*3", "76.4363-math.sin(q.anim_time*90*2-80)*3", 231.42648], + "2.375": ["265.8839-math.sin(q.anim_time*90*2-70)*3", "76.4363-math.sin(q.anim_time*90*2-80)*3", 231.42648], + "2.4167": ["384.4048-math.sin(q.anim_time*90*2-70)*3", "70.4779-math.sin(q.anim_time*90*2-80)*3", 361.23425], + "2.4583": ["265.8839-math.sin(q.anim_time*90*2-70)*3", "76.4363-math.sin(q.anim_time*90*2-80)*3", 231.42648], + "2.5": ["265.8839-math.sin(q.anim_time*90*2-70)*3", "76.4363-math.sin(q.anim_time*90*2-80)*3", 231.42648], + "2.5417": ["384.4048-math.sin(q.anim_time*90*2-70)*3", "70.4779-math.sin(q.anim_time*90*2-80)*3", 361.23425], + "2.5833": ["265.8839-math.sin(q.anim_time*90*2-70)*3", "76.4363-math.sin(q.anim_time*90*2-80)*3", 231.42648], + "2.625": ["265.8839-math.sin(q.anim_time*90*2-70)*3", "76.4363-math.sin(q.anim_time*90*2-80)*3", 231.42648], + "2.6667": ["384.4048-math.sin(q.anim_time*90*2-70)*3", "70.4779-math.sin(q.anim_time*90*2-80)*3", 361.23425], + "2.7083": ["265.8839-math.sin(q.anim_time*90*2-70)*3", "76.4363-math.sin(q.anim_time*90*2-80)*3", 231.42648], + "2.75": ["265.8839-math.sin(q.anim_time*90*2-70)*3", "76.4363-math.sin(q.anim_time*90*2-80)*3", 231.42648], + "2.7917": ["384.4048-math.sin(q.anim_time*90*2-70)*3", "70.4779-math.sin(q.anim_time*90*2-80)*3", 361.23425], + "2.8333": ["265.8839-math.sin(q.anim_time*90*2-70)*3", "76.4363-math.sin(q.anim_time*90*2-80)*3", 231.42648], + "2.875": ["265.8839-math.sin(q.anim_time*90*2-70)*3", "76.4363-math.sin(q.anim_time*90*2-80)*3", 231.42648], + "2.9167": ["384.4048-math.sin(q.anim_time*90*2-70)*3", "70.4779-math.sin(q.anim_time*90*2-80)*3", 361.23425], + "2.9583": ["265.8839-math.sin(q.anim_time*90*2-70)*3", "76.4363-math.sin(q.anim_time*90*2-80)*3", 231.42648], + "3.1667": ["265.8839-math.sin(q.anim_time*90*2-70)*3", "76.4363-math.sin(q.anim_time*90*2-80)*3", 231.42648], + "4.5": ["217.9493-math.sin(q.anim_time*90*2-70)*3", "56.8898-math.sin(q.anim_time*90*2-80)*3", 181.67194], + "5.0": ["217.9493-math.sin(q.anim_time*90*2-70)*3", "56.8898-math.sin(q.anim_time*90*2-80)*3", 181.67194] + }, + "position": { + "0.0": [20, "1+math.sin(q.anim_time*90*2-280)*5", -15], + "0.5": [20, "1+math.sin(q.anim_time*90*2-280)*5", -15], + "1.0": [13, "17+math.sin(q.anim_time*90*2-280)*5", 61], + "1.125": [23, "22+math.sin(q.anim_time*90*2-280)*5", 61], + "1.1667": [-24, "-4+math.sin(q.anim_time*90*2-280)*5", -121], + "1.2083": [23, "22+math.sin(q.anim_time*90*2-280)*5", 61], + "1.25": [23, "22+math.sin(q.anim_time*90*2-280)*5", 61], + "1.2917": [-24, "-4+math.sin(q.anim_time*90*2-280)*5", -121], + "1.3333": [23, "22+math.sin(q.anim_time*90*2-280)*5", 61], + "1.375": [23, "22+math.sin(q.anim_time*90*2-280)*5", 61], + "1.4167": [-24, "-4+math.sin(q.anim_time*90*2-280)*5", -121], + "1.4583": [23, "22+math.sin(q.anim_time*90*2-280)*5", 61], + "1.5": [23, "22+math.sin(q.anim_time*90*2-280)*5", 61], + "1.5417": [-24, "-4+math.sin(q.anim_time*90*2-280)*5", -121], + "1.5833": [23, "22+math.sin(q.anim_time*90*2-280)*5", 61], + "1.625": [23, "22+math.sin(q.anim_time*90*2-280)*5", 61], + "1.6667": [-24, "-4+math.sin(q.anim_time*90*2-280)*5", -121], + "1.7083": [23, "22+math.sin(q.anim_time*90*2-280)*5", 61], + "1.75": [23, "22+math.sin(q.anim_time*90*2-280)*5", 61], + "1.7917": [-24, "-4+math.sin(q.anim_time*90*2-280)*5", -121], + "1.8333": [23, "22+math.sin(q.anim_time*90*2-280)*5", 61], + "1.875": [23, "22+math.sin(q.anim_time*90*2-280)*5", 61], + "1.9167": [-24, "-4+math.sin(q.anim_time*90*2-280)*5", -121], + "1.9583": [23, "22+math.sin(q.anim_time*90*2-280)*5", 61], + "2.0": [23, "22+math.sin(q.anim_time*90*2-280)*5", 61], + "2.0417": [-24, "-4+math.sin(q.anim_time*90*2-280)*5", -121], + "2.0833": [23, "22+math.sin(q.anim_time*90*2-280)*5", 61], + "2.125": [23, "22+math.sin(q.anim_time*90*2-280)*5", 61], + "2.1667": [-24, "-4+math.sin(q.anim_time*90*2-280)*5", -121], + "2.2083": [23, "22+math.sin(q.anim_time*90*2-280)*5", 61], + "2.25": [23, "22+math.sin(q.anim_time*90*2-280)*5", 61], + "2.2917": [-24, "-4+math.sin(q.anim_time*90*2-280)*5", -121], + "2.3333": [23, "22+math.sin(q.anim_time*90*2-280)*5", 61], + "2.375": [23, "22+math.sin(q.anim_time*90*2-280)*5", 61], + "2.4167": [-24, "-4+math.sin(q.anim_time*90*2-280)*5", -121], + "2.4583": [23, "22+math.sin(q.anim_time*90*2-280)*5", 61], + "2.5": [23, "22+math.sin(q.anim_time*90*2-280)*5", 61], + "2.5417": [-24, "-4+math.sin(q.anim_time*90*2-280)*5", -121], + "2.5833": [23, "22+math.sin(q.anim_time*90*2-280)*5", 61], + "2.625": [23, "22+math.sin(q.anim_time*90*2-280)*5", 61], + "2.6667": [-24, "-4+math.sin(q.anim_time*90*2-280)*5", -121], + "2.7083": [23, "22+math.sin(q.anim_time*90*2-280)*5", 61], + "2.75": [23, "22+math.sin(q.anim_time*90*2-280)*5", 61], + "2.7917": [-24, "-4+math.sin(q.anim_time*90*2-280)*5", -121], + "2.8333": [23, "22+math.sin(q.anim_time*90*2-280)*5", 61], + "2.875": [23, "22+math.sin(q.anim_time*90*2-280)*5", 61], + "2.9167": [-24, "-4+math.sin(q.anim_time*90*2-280)*5", -121], + "2.9583": [23, "22+math.sin(q.anim_time*90*2-280)*5", 61], + "3.1667": [23, "22+math.sin(q.anim_time*90*2-280)*5", 100], + "3.25": [-41, "-8+math.sin(q.anim_time*90*2-280)*5", -123], + "3.5": [-41, "-8+math.sin(q.anim_time*90*2-280)*5", -123], + "4.5": [20, "1+math.sin(q.anim_time*90*2-280)*5", -15], + "5.0": [20, "1+math.sin(q.anim_time*90*2-280)*5", -15] + }, + "scale": { + "0.0": [1, 1, 1], + "1.125": [1, 1, 1], + "1.1667": [1.4, 1, 1], + "1.2083": [1, 1, 1], + "1.25": [1, 1, 1], + "1.2917": [1.4, 1, 1], + "1.3333": [1, 1, 1], + "1.375": [1, 1, 1], + "1.4167": [1.4, 1, 1], + "1.4583": [1, 1, 1], + "1.5": [1, 1, 1], + "1.5417": [1.4, 1, 1], + "1.5833": [1, 1, 1], + "1.625": [1, 1, 1], + "1.6667": [1.4, 1, 1], + "1.7083": [1, 1, 1], + "1.75": [1, 1, 1], + "1.7917": [1.4, 1, 1], + "1.8333": [1, 1, 1], + "1.875": [1, 1, 1], + "1.9167": [1.4, 1, 1], + "1.9583": [1, 1, 1], + "2.0": [1, 1, 1], + "2.0417": [1.4, 1, 1], + "2.0833": [1, 1, 1], + "2.125": [1, 1, 1], + "2.1667": [1.4, 1, 1], + "2.2083": [1, 1, 1], + "2.25": [1, 1, 1], + "2.2917": [1.4, 1, 1], + "2.3333": [1, 1, 1], + "2.375": [1, 1, 1], + "2.4167": [1.4, 1, 1], + "2.4583": [1, 1, 1], + "2.5": [1, 1, 1], + "2.5417": [1.4, 1, 1], + "2.5833": [1, 1, 1], + "2.625": [1, 1, 1], + "2.6667": [1.4, 1, 1], + "2.7083": [1, 1, 1], + "2.75": [1, 1, 1], + "2.7917": [1.4, 1, 1], + "2.8333": [1, 1, 1], + "2.875": [1, 1, 1], + "2.9167": [1.4, 1, 1], + "2.9583": [1, 1, 1], + "3.1667": [1, 1, 1], + "4.5": [1, 1, 1], + "5.0": [1, 1, 1] + } + }, + "bone17": { + "rotation": { + "0.0": [0, "5-math.sin(q.anim_time*90*2-70)*10", 0], + "0.5": [0, "5-math.sin(q.anim_time*90*2-70)*10", 0], + "1.0": [-26.4979, 47.5822, -27.63996], + "1.125": [-26.4979, 47.5822, -27.63996], + "2.6667": [-26.4979, 47.5822, -27.63996], + "2.7917": [-26.4979, 47.5822, -27.63996], + "5.0": [0, "5-math.sin(q.anim_time*90*2-70)*10", 0] + } + }, + "bone18": { + "rotation": { + "0.0": [0, "5-math.sin(q.anim_time*90*2-20)*10", 0], + "0.5": [0, "5-math.sin(q.anim_time*90*2-20)*10", 0], + "1.0": [0, 50, 0], + "1.125": [0, 50, 0], + "2.6667": [0, 50, 0], + "2.7917": [0, 50, 0], + "5.0": [0, "5-math.sin(q.anim_time*90*2-20)*10", 0] + } + }, + "bone19": { + "rotation": { + "0.0": ["22.5-math.sin(q.anim_time*90*2+20)*10", 0, 0], + "0.5": ["22.5-math.sin(q.anim_time*90*2+20)*10", 0, 0], + "1.0": [80, 0, 0], + "1.125": [80, 0, 0], + "2.6667": [80, 0, 0], + "2.7917": [80, 0, 0], + "5.0": ["22.5-math.sin(q.anim_time*90*2+20)*10", 0, 0] + } + }, + "bone13": { + "rotation": { + "0.0": [0, "-5+math.sin(q.anim_time*90*2-70)*10", 0], + "0.5": [0, "-5+math.sin(q.anim_time*90*2-70)*10", 0], + "1.0": [-16.73958, -58.52505, 19.4254], + "1.125": [-16.73958, -58.52505, 19.4254], + "2.6667": [-16.73958, -58.52505, 19.4254], + "2.7917": [-16.73958, -58.52505, 19.4254], + "5.0": [0, "-5+math.sin(q.anim_time*90*2-70)*10", 0] + } + }, + "bone6": { + "rotation": { + "0.0": [0, "-5+math.sin(q.anim_time*90*2-60)*10", 0], + "0.5": [0, "-5+math.sin(q.anim_time*90*2-60)*10", 0], + "1.0": [-18.32742, -57.46515, 22.43489], + "1.125": [-18.32742, -57.46515, 22.43489], + "2.6667": [-18.32742, -57.46515, 22.43489], + "2.7917": [-18.32742, -57.46515, 22.43489], + "5.0": [0, "-5+math.sin(q.anim_time*90*2-60)*10", 0] + } + }, + "bone5": { + "rotation": { + "0.0": [5, "-5+math.sin(q.anim_time*90*2-20)*10", 0], + "0.5": [5, "-5+math.sin(q.anim_time*90*2-20)*10", 0], + "1.0": [14.74495, -45.87923, -15.4116], + "1.125": [14.74495, -45.87923, -15.4116], + "2.6667": [14.74495, -45.87923, -15.4116], + "2.7917": [14.74495, -45.87923, -15.4116], + "5.0": [5, "-5+math.sin(q.anim_time*90*2-20)*10", 0] + } + }, + "bone7": { + "rotation": { + "0.0": ["5+math.sin(q.anim_time*90*2-20)*10", 0, 0], + "0.5": ["5+math.sin(q.anim_time*90*2-20)*10", 0, 0], + "1.0": [87.5, 0, 0], + "1.125": [87.5, 0, 0], + "2.6667": [87.5, 0, 0], + "2.7917": [87.5, 0, 0], + "5.0": ["5+math.sin(q.anim_time*90*2-20)*10", 0, 0] + } + }, + "bone21": { + "rotation": { + "0.0": [0, "5-math.sin(q.anim_time*90*2-90)*10", 0], + "0.5": [0, "5-math.sin(q.anim_time*90*2-90)*10", 0], + "1.0": [-21.57523, 58.85114, -25.54153], + "1.125": [-21.57523, 58.85114, -25.54153], + "2.6667": [-21.57523, 58.85114, -25.54153], + "2.7917": [-21.57523, 58.85114, -25.54153], + "5.0": [0, "5-math.sin(q.anim_time*90*2-90)*10", 0] + } + }, + "bone22": { + "rotation": { + "0.0": [0, "5-math.sin(q.anim_time*90*2-20)*10", 0], + "0.5": [0, "5-math.sin(q.anim_time*90*2-20)*10", 0], + "1.0": [16.27417, 55.7223, 20.76297], + "1.125": [16.27417, 55.7223, 20.76297], + "2.6667": [16.27417, 55.7223, 20.76297], + "2.7917": [16.27417, 55.7223, 20.76297], + "5.0": [0, "5-math.sin(q.anim_time*90*2-20)*10", 0] + } + }, + "wholebottle": { + "scale": [0, 0, 1] + }, + "jawmouth": { + "rotation": { + "0.0": ["-2.5-math.sin(q.anim_time*90*2+20)*2", 0, 0], + "1.125": [-5.67, 0, 0], + "1.1667": [17.5, 0, 0], + "1.2083": [-5.67, 0, 0], + "1.25": [-5.67, 0, 0], + "1.2917": [17.5, 0, 0], + "1.3333": [-5.67, 0, 0], + "1.375": [-5.67, 0, 0], + "1.4167": [17.5, 0, 0], + "1.4583": [-5.67, 0, 0], + "1.5": [-5.67, 0, 0], + "1.5417": [17.5, 0, 0], + "1.5833": [-5.67, 0, 0], + "1.625": [-5.67, 0, 0], + "1.6667": [17.5, 0, 0], + "1.7083": [-5.67, 0, 0], + "1.75": [-5.67, 0, 0], + "1.7917": [17.5, 0, 0], + "1.8333": [-5.67, 0, 0], + "1.875": [-5.67, 0, 0], + "1.9167": [17.5, 0, 0], + "1.9583": [-5.67, 0, 0], + "2.0": [-5.67, 0, 0], + "2.0417": [17.5, 0, 0], + "2.0833": [-5.67, 0, 0], + "2.125": [-5.67, 0, 0], + "2.1667": [17.5, 0, 0], + "2.2083": [-5.67, 0, 0], + "2.25": [-5.67, 0, 0], + "2.2917": [17.5, 0, 0], + "2.3333": [-5.67, 0, 0], + "2.375": [-5.67, 0, 0], + "2.4167": [17.5, 0, 0], + "2.4583": [-5.67, 0, 0], + "2.5": [-5.67, 0, 0], + "2.5417": [17.5, 0, 0], + "2.5833": [-5.67, 0, 0], + "2.625": [-5.67, 0, 0], + "2.6667": [17.5, 0, 0], + "2.7083": [-5.67, 0, 0], + "2.75": [-5.67, 0, 0], + "2.7917": [17.5, 0, 0], + "2.8333": [-5.67, 0, 0], + "2.875": [-5.67, 0, 0], + "2.9167": [17.5, 0, 0], + "2.9583": [-5.67, 0, 0], + "3.0": [-5.67, 0, 0], + "3.0417": [17.5, 0, 0], + "3.0833": [-5.67, 0, 0], + "3.1667": [16.83, 0, 0], + "3.2083": [-0.67, 0, 0], + "3.25": [31.83, 0, 0], + "3.5": [31.83, 0, 0], + "4.5": ["-2.5-math.sin(q.anim_time*90*2+20)*2", 0, 0], + "5.0": ["-2.5-math.sin(q.anim_time*90*2+20)*2", 0, 0] + } + }, + "right_leg": { + "rotation": { + "0.0": [0, 0, 0], + "3.1667": [0, 0, 0], + "3.25": [-27.5, 0, 0], + "3.5": [-27.5, 0, 0], + "4.2083": [0, 0, 0], + "5.0": [0, 0, 0] + } + }, + "bone28": { + "rotation": { + "0.0": [0, 0, 0], + "3.1667": [0, 0, 0], + "3.25": [-17.5, 0, 0], + "3.5": [-17.5, 0, 0], + "4.2083": [0, 0, 0], + "5.0": [0, 0, 0] + } + }, + "left_leg": { + "rotation": { + "0.0": [0, 0, 0], + "3.1667": [0, 0, 0], + "3.25": [-22.5, 0, 0], + "3.5": [-22.5, 0, 0], + "4.2083": [0, 0, 0], + "5.0": [0, 0, 0] + } + }, + "bone29": { + "rotation": { + "0.0": [0, 0, 0], + "3.1667": [0, 0, 0], + "3.25": [-20, 0, 0], + "3.5": [-20, 0, 0], + "4.2083": [0, 0, 0], + "5.0": [0, 0, 0] + } + } + } + }, + "animation.hoopa_unbound.blink": { + "animation_length": 6, + "bones": { + "eyebrowleft": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [-10, 0, 22.5], + "0.1667": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.0833": [0, -4, 0], + "0.1667": [0, 0, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "0.0833": [1, 2.3, 1], + "0.1667": [1, 1, 1] + } + }, + "eyebrowright": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [10, 0, -20], + "0.1667": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.0833": [-1, -5, 1], + "0.1667": [0, 0, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "0.0833": [1.2, 2.5, 1], + "0.1667": [1, 1, 1] + } + } + } + }, + "animation.hoopa_unbound.faint": { + "animation_length": 3, + "bones": { + "hoopa_unbound": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0417": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [35.57, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [24.69, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [8.18, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 9], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 39], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0.08, -5.51, 27.83], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, -18, 48], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-2.13, -34.58, 61.08], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-2, -48, 83], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2, -48, 83], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0.6, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0.2, 0.6, 1], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.1, 0.3, 1], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [60, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [60, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tailseg1": { + "rotation": { + "0.0": { + "post": [15.68811, 0, -2.66058], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [15.68811, 0, -2.66058], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [2, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2, 0, -5], + "lerp_mode": "catmullrom" + } + } + }, + "tailseg2": { + "rotation": { + "0.0": { + "post": [9.92459, 0, -0.87527], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [9.92459, 0, -0.87527], + "lerp_mode": "catmullrom" + } + } + }, + "tailtip": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "TAILTIP2": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "main": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "hair_top": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "knee_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 2.25, -1.25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 2.25, -1.25], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0.4, 1, 1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.4, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone28": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [137.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [137.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "knee_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 45], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 45], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 2.5, -1.25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 2.5, -1.25], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0.4, 1, 1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.4, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone29": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [140.643, 24.16384, -24.99754], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [140.643, 24.16384, -24.99754], + "lerp_mode": "catmullrom" + } + } + }, + "top_left3": { + "rotation": { + "0.0": { + "post": [-204.1359, -70.9556, 159.2901], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-204.1359, -70.9556, 159.2901], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-179.07869, -82.37629, -205.48407], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-30.14433, -55.44646, -352.88752], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-30.14433, -55.44646, -352.88752], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-30.14433, -55.44646, -352.88752], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-26, -10, 2], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-26, -10, 2], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [33, -31, 2], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [33, -31, 2], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [90, -43, 78], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [91, -43, 84], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [91, -43, 84], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [1, 0.2, 0.3], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "position": { + "0.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "rotation": { + "0.0": { + "post": [0, 0, 97.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 97.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "top_left2": { + "rotation": { + "0.0": { + "post": [-168.7182, -68.5738, 169.46106], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-168.7182, -68.5738, 169.46106], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-85.96659, -50.95841, 68.00079], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-85.96659, -50.95841, 68.00079], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-85.96659, -50.95841, 68.00079], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-29, 3, -8], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-29, 3, -8], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 51], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [89, -72, 77], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [90, -79, 88], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [90, -79, 88], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "1.9167": { + "pre": [1, 1, 1], + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [1, 0.1, 0.2], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "top_left": { + "rotation": { + "0.0": { + "post": [-332.0877, -76.4307, 167.96639], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-332.0877, -76.4307, 167.96639], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-256.65887, -54.1838, 373.81442], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-291.32354, -36.1863, 418.89184], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-288.99298, -18.89766, 414.73319], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-293.22095, -0.70344, 450.93179], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-288.99298, -18.89766, 414.73319], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-24, 15, -32.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-24, 15, -32.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [3, 42, 10.5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [3, 42, 40.5], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [98.06, -34.86, 74.68], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [84, -110, 82.5], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [86.56, -66.51, 82.8], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [91, -114, 82.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [92, -117, 85.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [92, -117, 85.5], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [1, 0.2, 0.2], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 0.1, 0.1], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0.1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0.1], + "lerp_mode": "catmullrom" + } + } + }, + "top_right3": { + "rotation": { + "0.0": { + "post": [-13.4638, 53.1505, 194.49191], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-13.4638, 53.1505, 194.49191], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-18.14024, 55.01381, -25.05083], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-18.14024, 55.01381, -25.05083], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [27, -12, -5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [27, -12, -5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-26, 0, 50], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-88, -39, 77], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-93, -39, 88], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-93, -39, 88], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [1, 0.1, 0.2], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone25": { + "rotation": { + "0.0": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone26": { + "rotation": { + "0.0": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone27": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "top_right2": { + "rotation": { + "0.0": { + "post": [-178.0611, 57.1485, -179.90701], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-178.0611, 57.1485, -179.90701], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [153.25979, 78.83105, 153.69751], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-12.74206, 14.39366, -29.72151], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-12.74206, 14.39366, -29.72151], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.74206, 14.39366, -29.72151], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [36, 1, 2], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [36, 1, 2], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [14.74, -22.27, 47.53], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [41, 2, 50], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [41, 2, 50], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-1, -28, 55], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-85, -72, 83], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-93, -81, 87], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-93, -81, 87], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [1, 0.1, 0.2], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [0, 0, 92.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 92.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -3, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -3, 0], + "lerp_mode": "catmullrom" + } + } + }, + "top_right": { + "rotation": { + "0.0": { + "post": [217.9493, 56.8898, 181.67194], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [217.9493, 56.8898, 181.67194], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-18.14024, 55.01381, -25.05083], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-18.14024, 55.01381, -25.05083], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [20, 1, -15], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [20, 1, -15], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [40, 66, 50], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-88, -39, 77], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-93, -39, 88], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-93, -39, 88], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "1.7917": { + "pre": [1, 1, 1], + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [1, 0.1, 0.2], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone19": { + "rotation": { + "0.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wholebottle": { + "rotation": { + "0.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-12.39638, -1.61888, -7.32417], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.39638, -1.61888, -7.32417], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 34, 90], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 34, 90], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "Bottle": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0.8, 0.8, 1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "BottleCap": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-7.43656, -0.9762, 172.56344], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [7.43656, 0.9762, 352.56344], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-34.72727, 5.27094, 358.72265], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-34.72727, 5.27094, 358.72265], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 9, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-10, 74, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-15, 133, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-15, 133, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-15, 38, 12], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, -8, 12.75], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -8, 12.75], + "lerp_mode": "catmullrom" + } + } + }, + "mainBottlePart": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, -6, 4], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -6, 4], + "lerp_mode": "catmullrom" + } + } + }, + "jawmouth": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.hoopa_unbound.ground_walk": { + "loop": true, + "animation_length": 8, + "bones": { + "hoopa_unbound": { + "rotation": [0, 0, 0], + "position": ["math.sin(q.anim_time*90*1)*2", "math.sin(q.anim_time*90*2)*3", "math.sin(q.anim_time*90*1-70)*2"] + }, + "tail": { + "rotation": ["7.5+math.sin(q.anim_time*90*2-90)*3", 0, 0] + }, + "tailseg1": { + "rotation": ["-9.3119+math.sin(q.anim_time*90*2-120)*6", "-math.sin(q.anim_time*90*1-50)*10", -2.66058], + "position": [2, 0, -5] + }, + "tailseg2": { + "rotation": ["-2.5754+math.sin(q.anim_time*90*2-150)*9", "0-math.sin(q.anim_time*90*1-100)*15", -0.87527] + }, + "tailtip": { + "rotation": ["0+math.sin(q.anim_time*90*2-180)*12", "-math.sin(q.anim_time*90*1-150)*20", 0] + }, + "TAILTIP2": { + "rotation": ["7.5+math.sin(q.anim_time*90*2-180)*15", "-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "main": { + "rotation": ["math.sin(q.anim_time*90*2+70)*3", 0, 0] + }, + "hair_top": { + "rotation": [0, 0, 0] + }, + "knee_right": { + "rotation": ["0+math.sin(q.anim_time*90*2-90)*8", 0, 0], + "position": [0, 2.25, -1.25] + }, + "knee_left": { + "rotation": ["0+math.sin(q.anim_time*90*2-60)*8", 0, 0], + "position": [0, 2.5, -1.25] + }, + "bone14": { + "position": [0, -2, 0] + }, + "bone15": { + "rotation": [0, 0, 97.5], + "position": [0, -5, 0] + }, + "bone9": { + "rotation": [0, "-5-math.sin(q.anim_time*90*2-170)*7", 0] + }, + "bone10": { + "rotation": [0, "-5-math.sin(q.anim_time*90*2-170)*7", 0] + }, + "bone11": { + "rotation": ["10+math.sin(q.anim_time*90*2-170)*7", 0, 0] + }, + "bone25": { + "rotation": [0, "5-math.sin(q.anim_time*90*2-120)*10", 0] + }, + "bone26": { + "rotation": [0, "5-math.sin(q.anim_time*90*2-120)*10", 0] + }, + "bone27": { + "rotation": ["10-math.sin(q.anim_time*90*2-120)*10", 0, 0] + }, + "bone23": { + "rotation": [0, 0, 92.5], + "position": [0, -3, 0] + }, + "bone17": { + "rotation": [0, "5-math.sin(q.anim_time*90*2-20)*10", 0] + }, + "bone18": { + "rotation": [0, "5-math.sin(q.anim_time*90*2-20)*10", 0] + }, + "bone19": { + "rotation": ["22.5-math.sin(q.anim_time*90*2-20)*10", 0, 0] + }, + "right_leg": { + "rotation": [30, 0, 17.5] + }, + "bone28": { + "rotation": ["math.sin(q.anim_time*90*2-190)*10", 0, 0] + }, + "left_leg": { + "rotation": [28.99411, 5.69569, -11.82429] + }, + "bone29": { + "rotation": ["math.sin(q.anim_time*90*2-170)*10", 0, 0] + }, + "bone21": { + "position": [0, 1.25, 0] + }, + "wholebottle": { + "scale": [0, 0, 1] + }, + "jawmouth": { + "rotation": ["-2.5-math.sin(q.anim_time*90*2+20)*2", 0, 0] + }, + "bodynarm": { + "rotation": { + "0.0": ["20+math.sin(q.anim_time*90*2-120)*0.5", "math.sin(q.anim_time*90*2-70)*1", 0], + "5.0417": ["20+math.sin(q.anim_time*90*2-120)*0.5", "math.sin(q.anim_time*90*2-70)*1", 0] + }, + "position": { + "0.0": [0, 0, 0], + "5.0417": [0, 0, 0] + } + } + } + }, + "animation.hoopa_unbound.sleep": { + "loop": true, + "bones": { + "hoopa_unbound": { + "rotation": ["math.sin(q.anim_time*90*1-120)*0.5", 0, 0], + "position": ["0-math.sin(q.anim_time*90*1-90)*1", "-math.sin(q.anim_time*90*1)*3", "0-math.sin(q.anim_time*90*1-45)*1"] + }, + "body": { + "position": [0, 0, 0] + }, + "tail": { + "rotation": [7.5, "0-math.sin(q.anim_time*90*1-20)*5", 0] + }, + "tailseg1": { + "rotation": [15.68811, "-math.sin(q.anim_time*90*1-50)*10", -2.66058], + "position": [2, 0, -5] + }, + "tailseg2": { + "rotation": [9.92459, "-math.sin(q.anim_time*90*1-100)*15", -0.87527] + }, + "tailtip": { + "rotation": [0, "-math.sin(q.anim_time*90*1-150)*20", 0] + }, + "TAILTIP2": { + "rotation": [25, "0-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "main": { + "rotation": [30, 0, 0] + }, + "right_leg": { + "rotation": [-100.45301, 7.63762, -101.53074] + }, + "knee_right": { + "rotation": [72.68863, -32.84357, -53.84035] + }, + "left_leg": { + "rotation": [-84.87409, -17.30413, 72.20091] + }, + "knee_left": { + "rotation": [49.01916, 11.43563, 47.72757] + }, + "top_left2": { + "rotation": [-256.12765, -16.45749, "207.5016-math.sin(q.anim_time*90*1-120)*5"], + "position": [-15, "-4-math.sin(q.anim_time*90*1-100)*3", -12.5] + }, + "bone9": { + "rotation": [0, -40, 0] + }, + "bone10": { + "rotation": [0, -15, 0] + }, + "bone11": { + "rotation": [57.5, 0, 0] + }, + "top_right2": { + "rotation": [-248.37891, 8.64444, "-217.5055+math.sin(q.anim_time*90*1-140)*5"], + "position": [14, "-4-math.sin(q.anim_time*90*1-80)*3", -10] + }, + "bone21": { + "rotation": [0, 32.5, 0] + }, + "bone23": { + "rotation": [75, 0, 0] + }, + "wholebottle": { + "scale": [0, 0, 1] + }, + "jawmouth": { + "rotation": [-15, 0, 0] + }, + "eyebrowleft": { + "rotation": [-10, 0, 22.5], + "position": [0, -4, 0], + "scale": [1, 2.3, 1] + }, + "eyebrowright": { + "rotation": [10, 0, -20], + "position": [-1, -5, 1], + "scale": [1.2, 2.5, 1] + } + } + }, + "animation.hoopa_unbound.cry": { + "animation_length": 4, + "bones": { + "bodynarm": { + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 4, 0], + "0.75": [0, 0, 0], + "1.0": [0, 5, 0], + "1.25": [0, 0, 0], + "1.5": [0, 5, 0], + "1.75": [0, 0, 0], + "2.25": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-35, 0, 0], + "1.75": [-35, 0, 0], + "2.25": [0, 0, 0] + } + }, + "jawmouth": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [42.5, 0, 0], + "0.75": [2.5, 0, 0], + "1.0": [42.5, 0, 0], + "1.25": [2.5, 0, 0], + "1.5": [42.5, 0, 0], + "1.75": [2.5, 0, 0], + "2.25": [0, 0, 0] + } + }, + "right_leg": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [27.5, 0, 0], + "1.75": [27.5, 0, 0], + "2.25": [0, 0, 0] + } + }, + "left_leg": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [30, 0, 0], + "1.75": [30, 0, 0], + "2.25": [0, 0, 0] + } + }, + "top_left3": { + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 0, 0], + "1.5": [-16, -9, 0], + "2.0": [0, 0, 0] + } + }, + "top_left2": { + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "1.0": [-13, 0, 0], + "1.5": [0, 0, 0] + } + }, + "top_left": { + "position": { + "0.0": [0, 0, 0], + "0.5": [-12, 6, 0], + "1.0": [0, 0, 0] + } + }, + "top_right2": { + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "1.0": [11, 0, 0], + "1.5": [0, 0, 0] + } + }, + "top_right": { + "position": { + "0.0": [0, 0, 0], + "0.5": [12, 7, 0], + "1.0": [0, 0, 0] + } + }, + "top_right3": { + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 0, 0], + "1.5": [19, -10, 0], + "2.0": [0, 0, 0] + } + }, + "tail": { + "rotation": [7.5, 0, 0] + }, + "tailseg1": { + "rotation": [15.68811, "-math.sin(q.anim_time*90*1-50)*10", -2.66058], + "position": [2, 0, -5] + }, + "tailseg2": { + "rotation": [9.92459, "-math.sin(q.anim_time*90*1-100)*15", -0.87527] + }, + "tailtip": { + "rotation": [0, "-math.sin(q.anim_time*90*1-150)*20", 0] + }, + "TAILTIP2": { + "rotation": [25, "0-math.sin(q.anim_time*90*1-200)*25", 0] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/hoppip/hoppip.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/hoppip/hoppip.animation.json new file mode 100644 index 0000000..6268059 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/hoppip/hoppip.animation.json @@ -0,0 +1,473 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.hoppip.air_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "body": { + "rotation": [0, 0, "-math.sin(query.anim_time*90*2+90)*-2.5"], + "position": ["math.sin(q.anim_time*90*2+45)", "math.sin(q.anim_time*90*2)", 0] + }, + "tail": { + "rotation": ["-20-math.sin(query.anim_time*90*2-90)*-10", "math.sin(query.anim_time*90*2+90)*-5", 0] + }, + "tail2": { + "rotation": ["35-math.sin(query.anim_time*90*2-180)*-5", 0, 0] + }, + "arm_right": { + "rotation": [0, "-math.sin(query.anim_time*90*2+180)-30", "-22.5+math.sin(query.anim_time*90*2+90)*-10"] + }, + "arm_left": { + "rotation": [0, "math.sin(query.anim_time*90*2+180)+30", "22.5-math.sin(query.anim_time*90*2+90)*-10"] + }, + "leg_right": { + "rotation": ["-2.5+math.sin(query.anim_time*90*2+180)*-5", 0, "-math.sin(query.anim_time*90*2+180)-3"] + }, + "leg_left": { + "rotation": ["-2.5+math.sin(query.anim_time*90*2+180)*-5", 0, "math.sin(query.anim_time*90*2+180)+3"] + }, + "propeller_left": { + "rotation": [0, -2.5, "22.5+math.sin(q.anim_time*90*2+90)*-5"] + }, + "propeller_left2": { + "rotation": [0, -2.5, 25] + }, + "propeller_left3": { + "rotation": [0, -5, "22.5+math.sin(q.anim_time*90*2+180)*-5"] + }, + "propeller_left4": { + "rotation": [0, -7.5, "7.5+math.sin(q.anim_time*90*2+270)*-5"] + }, + "propeller_left5": { + "rotation": [0, -7.5, "20+math.sin(q.anim_time*90*2+360)*-5"] + }, + "propeller": { + "rotation": [0, "q.anim_time*90*4", 0] + }, + "ear_right": { + "rotation": [0, "-math.sin(query.anim_time*90*2+180)-1", "math.sin(query.anim_time*90*2+90)*-5"] + }, + "ear_left": { + "rotation": [0, "math.sin(query.anim_time*90*2+180)-1", "-math.sin(query.anim_time*90*2+90)*-5"] + }, + "propeller_right": { + "rotation": [0, 2.5, "-22.5-math.sin(q.anim_time*90*2+90)*-5"] + }, + "propeller_right2": { + "rotation": [0, 2.5, -25] + }, + "propeller_right3": { + "rotation": [0, -5, "-22.5-math.sin(q.anim_time*90*2+180)*-5"] + }, + "propeller_right4": { + "rotation": [0, -7.5, "-7.5-math.sin(q.anim_time*90*2+270)*-5"] + }, + "propeller_right5": { + "rotation": [0, -7.5, "-20-math.sin(q.anim_time*90*2+360)*-5"] + } + } + }, + "animation.hoppip.ground_walk": { + "loop": true, + "animation_length": 2, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [2, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, -1, 8], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -1, 7.25], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 1.26, 1.94], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 2, -4], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0.69, -8.12], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -1, -9], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": ["math.sin(query.anim_time*90*2+215)*8", 0, 0], + "position": [0, -0.5, 0] + }, + "arm_left": { + "rotation": ["math.sin(query.anim_time*90*2+135)*7", "-27.5+math.sin(query.anim_time*90*2+135)*20", "math.sin(query.anim_time*90*2+135)*14"], + "position": [-0.5, 0, 0.25] + }, + "arm_right": { + "rotation": ["math.sin(query.anim_time*90*2+180)*7", "27.5+math.sin(query.anim_time*90*2+180)*20", "-(math.sin(query.anim_time*90*2+135)*14)"], + "position": [0.5, 0, 0.25] + }, + "tail": { + "rotation": ["-17.5+math.sin(query.anim_time*90*2+135)*13", 0, 0] + }, + "tail2": { + "rotation": ["27.5-math.sin(query.anim_time*90*2+215)*13", 0, 0] + }, + "ear_left": { + "rotation": [ + "-0.006+math.sin(query.anim_time*90*2+135)*9", + "-0.277+math.sin(query.anim_time*90*2+135)*0.5", + "2.4846+math.sin(query.anim_time*90*2+90)*8" + ] + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [-90, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-90, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-62.45277, 1.78848, 2.61293], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-62.41043, 4.43385, 2.31336], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-90, -20, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-90, -12.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -1.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -1.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -1.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": { + "0.0": { + "post": [-90, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-90, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-62.45277, -1.78848, -2.61293], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-62.41043, -4.43385, -2.31336], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-90, 20, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-90, 12.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -1.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -1.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -1.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ear_right": { + "rotation": [ + "-0.006+math.sin(query.anim_time*90*2+135)*9", + "0.277-math.sin(query.anim_time*90*2+135)*0.5", + "-2.4846-math.sin(query.anim_time*90*2+90)*8" + ] + }, + "propeller": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, -540, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "propeller_left": { + "rotation": [0, 2.5, 25] + }, + "propeller_left2": { + "rotation": [0, 5, 20] + }, + "propeller_left3": { + "rotation": [0, 7.5, 12.5] + }, + "propeller_left4": { + "rotation": [0, 10, 10] + }, + "propeller_left5": { + "rotation": [0, 12.5, 7.5] + }, + "propeller_right": { + "rotation": [0, 5, -25] + }, + "propeller_right2": { + "rotation": [0, 5, -20] + }, + "propeller_right3": { + "rotation": [0, 7.5, -12.5] + }, + "propeller_right4": { + "rotation": [0, 10, -10] + }, + "propeller_right5": { + "rotation": [0, 12.5, -7.5] + } + } + }, + "animation.hoppip.air_fly": { + "loop": true, + "animation_length": 4, + "override_previous_animation": true, + "bones": { + "body": { + "rotation": ["math.sin(query.anim_time*90*2+30)+12.5", "math.sin(query.anim_time*90*4-90)", 0], + "position": [0, "math.sin(q.anim_time*90*4)", "math.sin(q.anim_time*90*4+90) "] + }, + "leg_left": { + "rotation": ["32.5-math.sin(query.anim_time*90*4+180)*-7.5", "math.sin(query.anim_time*90*4+90)+22.5", "math.sin(query.anim_time*90*4+180)+25"] + }, + "leg_right": { + "rotation": ["32.5-math.sin(query.anim_time*90*4+180)*-7.5", "-math.sin(query.anim_time*90*4+90)-22.5", "-math.sin(query.anim_time*90*4+180)-25"] + }, + "arm_left": { + "rotation": [0, "-32.5+math.sin(query.anim_time*90*4-90)*-7.5", "20+math.sin(query.anim_time*90*4+90)*-2.5"] + }, + "arm_right": { + "rotation": [0, "32.5-math.sin(query.anim_time*90*4-90)*-7.5", "-20-math.sin(query.anim_time*90*4+90)*-2.5"] + }, + "tail": { + "rotation": ["-25+math.sin(query.anim_time*90*4-90)*-5", 0, 0] + }, + "tail2": { + "rotation": ["15+math.sin(query.anim_time*90*4-180)+20", 0, 0] + }, + "ear_left": { + "rotation": ["-10-math.sin(query.anim_time*90*4+180)*-5", "-10-math.sin(query.anim_time*90*4+180)*-5", 0] + }, + "ear_right": { + "rotation": ["-10-math.sin(query.anim_time*90*4+180)*-5", "10+math.sin(query.anim_time*90*4+180)*-5", 0] + }, + "propeller": { + "rotation": [0, "q.anim_time*90*8", 0] + }, + "propeller_left": { + "rotation": [0, -2.5, "32.5+math.sin(q.anim_time*90*8+90)*-5"] + }, + "propeller_left2": { + "rotation": [0, -2.5, 22.5] + }, + "propeller_left3": { + "rotation": [0, -5, "25+math.sin(q.anim_time*90*8+180)*-5"] + }, + "propeller_left4": { + "rotation": [0, -7.5, "12.5+math.sin(q.anim_time*90*8+270)*-5"] + }, + "propeller_left5": { + "rotation": [0, -7.5, "7.5+math.sin(q.anim_time*90*8+360)*-5"] + }, + "propeller_right": { + "rotation": [0, -2.5, "-32.5-math.sin(q.anim_time*90*8+90)*-5"] + }, + "propeller_right2": { + "rotation": [0, -2.5, -22.5] + }, + "propeller_right3": { + "rotation": [0, -5, "-25-math.sin(q.anim_time*90*8+180)*-5"] + }, + "propeller_right4": { + "rotation": [0, -7.5, "-12.5-math.sin(q.anim_time*90*8+270)*-5"] + }, + "propeller_right5": { + "rotation": [0, -7.5, "-7.5-math.sin(q.anim_time*90*8+360)*-5"] + } + } + }, + "animation.hoppip.blink": { + "animation_length": 0.1667, + "bones": { + "eyes": { + "position": { + "0.0": [0, 0, 1], + "0.1667": { + "pre": [0, 0, 1], + "post": [0, 0, 0] + } + } + } + } + }, + "animation.hoppip.ground_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "body": { + "rotation": [-12.5, 0, 0], + "position": [0, -0.4, 0] + }, + "torso": { + "rotation": ["math.sin(query.anim_time*90*4+90)*-1", "math.sin(query.anim_time*90*2+90)", 0] + }, + "leg_left": { + "rotation": ["-75+math.sin(query.anim_time*90*4+90)-1.5", -32.5, -7.5], + "position": [0, -1, 0] + }, + "leg_right": { + "rotation": ["-77.5+math.sin(query.anim_time*90*4+180)-0.5", 20, 5], + "position": [0, -1, 0] + }, + "arm_left": { + "rotation": [0, "-math.sin(q.anim_time*90*2+180)*-5", "40-math.sin(q.anim_time*90*2+180)*-10"] + }, + "arm_right": { + "rotation": [0, "-math.sin(q.anim_time*90*2+180)*-5", "-40-math.sin(q.anim_time*90*2+180)*-10"] + }, + "tail": { + "rotation": ["-10-math.sin(q.anim_time*90*4+180)*-2.5", "-math.sin(q.anim_time*90*4+270)*-5", 0] + }, + "tail2": { + "rotation": ["25-math.sin(q.anim_time*90*4+270)*-2.5", 0, 0] + }, + "ear_left": { + "rotation": ["-10+math.sin(query.anim_time*90*2+180)-2", 0, "-math.sin(query.anim_time*90*4+180)*-2.5"] + }, + "ear_right": { + "rotation": ["-10+math.sin(query.anim_time*90*2+180)-2", 0, "math.sin(query.anim_time*90*4+180)*-2.5"] + }, + "propeller_left": { + "rotation": [0, -5, "37.5+math.sin(query.anim_time*90*4-90)*-2.5"] + }, + "propeller_left2": { + "rotation": [0, -5, "7.5+math.sin(query.anim_time*90*4-180)*-2.5"] + }, + "propeller_left3": { + "rotation": [0, -7.5, "12.5+math.sin(query.anim_time*90*4-270)*-2.5"] + }, + "propeller_left4": { + "rotation": [0, -10, "5+math.sin(query.anim_time*90*4-360)"] + }, + "propeller_left5": { + "rotation": [0, -12.5, "math.sin(query.anim_time*90*4+90)*-2.5"] + }, + "propeller_right": { + "rotation": [0, 5, "-37.5-math.sin(query.anim_time*90*4-90)*-2.5"] + }, + "propeller_right2": { + "rotation": [0, 5, "-7.5-math.sin(query.anim_time*90*4-180)*-2.5"] + }, + "propeller_right3": { + "rotation": [0, 7.5, "-12.5-math.sin(query.anim_time*90*4-270)*-2.5"] + }, + "propeller_right4": { + "rotation": [0, 10, "-5-math.sin(query.anim_time*90*4-360)"] + }, + "propeller_right5": { + "rotation": [0, 12.5, "-math.sin(query.anim_time*90*4+90)*-2.5"] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/hydrapple/hydrapple.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/hydrapple/hydrapple.animation.json new file mode 100644 index 0000000..7a2bfb8 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/hydrapple/hydrapple.animation.json @@ -0,0 +1,2771 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.hydrapple.ground_idle": { + "loop": true, + "bones": { + "left_tail": { + "rotation": ["-30+(Math.sin((query.anim_time) * 90 * 1)*5)", 10, 0] + }, + "left_tail2": { + "rotation": ["40+(Math.sin((query.anim_time) * 90 * 1-60)*10)", 0, 0] + }, + "left_tail3": { + "rotation": ["27.5+(Math.sin((query.anim_time) * 90 * 1-120)*10)", 0, 0] + }, + "left_tail_end": { + "rotation": ["-32.5+(Math.sin((query.anim_time) * 90 * 1-180)*15)", 0, 0] + }, + "neck": { + "rotation": [30, 0, "-(Math.sin((query.anim_time) * 90 * 1-60)*10) "] + }, + "neck2": { + "rotation": [-32.5, 0, "-(Math.sin((query.anim_time) * 90 * 1+90)*12)"] + }, + "neck3": { + "rotation": [-47.5, 0, "-(Math.sin((query.anim_time) * 90 * 1-180)*10)"] + }, + "neck4": { + "rotation": [-10, 0, "(Math.sin((query.anim_time) * 90 * 1-210)*12)"] + }, + "neck5": { + "rotation": ["47.5+(Math.sin((query.anim_time) * 90 * 0.5+90)*10) ", 0, "(Math.sin((query.anim_time) * 90 * 1-150)*10)"] + }, + "neck6": { + "rotation": [37.5, 0, "(Math.sin((query.anim_time) * 90 * 1-90)*8)"] + }, + "neck7": { + "rotation": ["55-(Math.sin((query.anim_time) * 90 * 0.5+90)*5) ", 0, "(Math.sin((query.anim_time) * 90 * 1)*7)"] + }, + "head": { + "rotation": [ + "55 + (Math.sin((query.anim_time) * 90 * 0.5)*10) ", + "(Math.sin((query.anim_time) * 90 * 1+90)*20) ", + "-(Math.sin((query.anim_time) * 90 * 1)*25) " + ] + }, + "jaw": { + "rotation": ["45+(Math.sin((query.anim_time) * 90 * 0.5+60)*5) ", 0, 0] + }, + "tongue": { + "rotation": ["-12.5-(Math.sin((query.anim_time) * 90 * 0.5)*5) ", 0, "-(Math.sin((query.anim_time) * 90 * 1)*10) "], + "position": [-0.03259, 1.78603, 0.9763] + }, + "tongue2": { + "rotation": ["-35+(Math.sin((query.anim_time) * 90 * 0.5-60)*7)", 0, "-(Math.sin((query.anim_time) * 90 * 1-60)*15) "], + "position": [0, 3, 0] + }, + "tongue3": { + "rotation": ["60-(Math.sin((query.anim_time) * 90 * 0.5-120)*9)", 0, "-(Math.sin((query.anim_time) * 90 * 1-90)*20) "] + }, + "front_left_neck": { + "rotation": [0, -45, 0], + "position": [-0.31, -6, 0.65] + }, + "front_left_neck2": { + "position": [0, -5, 0] + }, + "front_left_neck3": { + "position": [0, -6, 0] + }, + "front_left_neck4": { + "position": [0, -5, 0] + }, + "front_left_neck5": { + "position": [0, -6, 0] + }, + "front_left_head": { + "position": [0, -11, 2.82843] + }, + "right_tail": { + "rotation": ["-30-(Math.sin((query.anim_time) * 90 * 1)*5)", -10, 0] + }, + "right_tail2": { + "rotation": ["40-(Math.sin((query.anim_time) * 90 * 1-60)*10)", 0, 0] + }, + "right_tail3": { + "rotation": ["27.5-(Math.sin((query.anim_time) * 90 * 1-120)*10)", 0, 0] + }, + "right_tail_end": { + "rotation": ["-32.5-(Math.sin((query.anim_time) * 90 * 1-180)*15)", 0, 0] + }, + "front_left_right_eye": { + "rotation": [0, -17.5, 0], + "position": [1.47686, 0, 0.15035] + }, + "back_left_neck": { + "rotation": [0, -135, 0], + "position": [-0.31, -6, -0.1] + }, + "back_left_neck2": { + "position": [0, -5, 0] + }, + "back_left_neck3": { + "position": [0, -6, 0] + }, + "back_left_neck4": { + "position": [0, -5, 0] + }, + "back_left_neck5": { + "position": [0, -6, 0] + }, + "back_left_head": { + "position": [0, -11, 2.82843] + }, + "back_right_neck": { + "rotation": [0, 135, 0], + "position": [0.31, -6, -0.1] + }, + "back_right_neck2": { + "position": [0, -5, 0] + }, + "back_right_neck3": { + "position": [0, -6, 0] + }, + "back_right_neck4": { + "position": [0, -5, 0] + }, + "back_right_neck5": { + "position": [0, -6, 0] + }, + "back_right_head": { + "position": [0, -11, 2.82843] + }, + "front_left_eyelids": { + "rotation": [-247.5, 0, 0], + "position": [-0.03711, 9.28, -7.01355] + }, + "front_left_left_eyelid": { + "position": [1, 0, 0] + }, + "front_left_right_eyelid": { + "position": [-1, 0, 0] + }, + "back_right_eyelids": { + "rotation": [-247.5, 0, 0], + "position": [0.04, 9.28, -7.36] + }, + "back_right_right_eyelid": { + "position": [-1, 0, 0] + }, + "back_right_left_eyelid": { + "position": [1, 0, 0] + }, + "back_left_eyelids": { + "rotation": [-247.5, 0, 0], + "position": [-0.04, 9.28, -7.36] + }, + "back_left_left_eyelid": { + "position": [1, 0, 0] + }, + "back_left_right_eyelid": { + "position": [-1, 0, 0] + }, + "left_tail_right_leaf": { + "rotation": [0, 0, "-(Math.sin((query.anim_time) * 90 * 1)*17)"] + }, + "left_tail_left_leaf": { + "rotation": [0, 0, "(Math.sin((query.anim_time) * 90 * 1)*17)"] + }, + "right_tail_left_leaf": { + "rotation": [0, 0, "-((Math.sin((query.anim_time) * 90 * 1)*17))"] + }, + "right_tail_right_leaf": { + "rotation": [0, 0, "(Math.sin((query.anim_time) * 90 * 1)*17)"] + }, + "main_head_leaf": { + "rotation": [0, "(Math.sin((query.anim_time) * 90 * 1+60)*15) ", 0] + }, + "base": { + "scale": ["1+(Math.sin((query.anim_time) * 90 * 1-60)*0.05) ", 1, "1+(Math.sin((query.anim_time) * 90 * 0.5)*0.05) "] + }, + "left_drip": { + "scale": [1, "1.1+(Math.sin((query.anim_time) * 90 * 0.5)*0.2) ", 1] + }, + "right_drip": { + "scale": [1, "1.1+(Math.sin((query.anim_time) * 90 * 0.5)*0.2) ", 1] + }, + "front_right_neck": { + "rotation": [0, 45, 0], + "position": [0.31, -6, 0.65] + }, + "front_right_neck2": { + "position": [0, -5, 0] + }, + "front_right_neck3": { + "position": [0, -6, 0] + }, + "front_right_neck4": { + "position": [0, -5, 0] + }, + "front_right_neck5": { + "position": [0, -6, 0] + }, + "front_right_head": { + "position": [0, -11, 2.82843] + }, + "front_right_eyelids": { + "rotation": [-247.5, 0, 0], + "position": [0.03711, 9.28, -7.01355] + }, + "front_right_left_eyelid": { + "position": [-1, 0, 0] + }, + "front_left_right_eyelid2": { + "position": [1, 0, 0] + } + } + }, + "animation.hydrapple.battle_idle": { + "loop": true, + "bones": { + "left_tail": { + "rotation": ["-30+(Math.sin((query.anim_time) * 90 * 1)*5)", 10, 0] + }, + "left_tail2": { + "rotation": ["40+(Math.sin((query.anim_time) * 90 * 1-60)*10)", 0, 0] + }, + "left_tail3": { + "rotation": ["27.5+(Math.sin((query.anim_time) * 90 * 1-120)*10)", 0, 0] + }, + "left_tail_end": { + "rotation": ["-32.5+(Math.sin((query.anim_time) * 90 * 1-180)*15)", 0, 0] + }, + "neck": { + "rotation": [30, 0, "-(Math.sin((query.anim_time) * 90 * 1-60)*10) "] + }, + "neck2": { + "rotation": [-32.5, 0, "-(Math.sin((query.anim_time) * 90 * 1+90)*12)"] + }, + "neck3": { + "rotation": [-47.5, 0, "-(Math.sin((query.anim_time) * 90 * 1-180)*10)"] + }, + "neck4": { + "rotation": [-10, 0, "(Math.sin((query.anim_time) * 90 * 1-210)*12)"] + }, + "neck5": { + "rotation": ["47.5+(Math.sin((query.anim_time) * 90 * 0.5+90)*10) ", 0, "(Math.sin((query.anim_time) * 90 * 1-150)*10)"] + }, + "neck6": { + "rotation": [37.5, 0, "(Math.sin((query.anim_time) * 90 * 1-90)*8)"] + }, + "neck7": { + "rotation": ["55-(Math.sin((query.anim_time) * 90 * 0.5+90)*5) ", 0, "(Math.sin((query.anim_time) * 90 * 1)*7)"] + }, + "head": { + "rotation": [ + "55 + (Math.sin((query.anim_time) * 90 * 0.5)*10) ", + "(Math.sin((query.anim_time) * 90 * 1+90)*20) ", + "-(Math.sin((query.anim_time) * 90 * 1)*25) " + ] + }, + "jaw": { + "rotation": ["42.5+(Math.sin((query.anim_time) * 90 * 0.5+60)*5) ", 0, 0] + }, + "tongue": { + "rotation": ["-12.5-(Math.sin((query.anim_time) * 90 * 0.5)*5) ", 0, "-(Math.sin((query.anim_time) * 90 * 1)*10) "], + "position": [-0.03259, 1.78603, 0.9763] + }, + "tongue2": { + "rotation": ["-35+(Math.sin((query.anim_time) * 90 * 0.5-60)*7)", 0, "-(Math.sin((query.anim_time) * 90 * 1-60)*15) "], + "position": [0, 3, 0] + }, + "tongue3": { + "rotation": ["60-(Math.sin((query.anim_time) * 90 * 0.5-120)*9)", 0, "-(Math.sin((query.anim_time) * 90 * 1-90)*20) "] + }, + "front_left_neck": { + "rotation": [80, -45, "0-(Math.sin((query.anim_time) * 90 * 1+30)*10)"], + "position": [-0.35355, -1, -0.35355] + }, + "front_left_neck2": { + "rotation": [-49.65332, 2.9604, "-19.2151-(Math.sin((query.anim_time) * 90 * 1-60)*12)"] + }, + "front_left_neck3": { + "rotation": [-60, 0, "0-(Math.sin((query.anim_time) * 90 * 1+120)*10)"] + }, + "front_left_neck4": { + "rotation": [30, 0, "-(Math.sin((query.anim_time) * 90 * 1-180)*10)"] + }, + "front_left_neck5": { + "rotation": [52.5, 0, "(Math.sin((query.anim_time) * 90 * 1+90)*10)"] + }, + "front_left_head": { + "rotation": [36.01619, 24.28484, "-29.4983-(Math.sin((query.anim_time) * 90 * 1+90)*15)"] + }, + "front_left_jaw": { + "rotation": ["57.5+(Math.sin((query.anim_time) * 90 * 0.5+60)*10) ", 0, 0] + }, + "front_left_tongue": { + "rotation": [-12.5, 0, "-(Math.sin((query.anim_time) * 90 * 1-30)*10)"], + "position": [0, 1.84776, -0.76537] + }, + "front_left_tongue2": { + "rotation": [15, 0, "-(Math.sin((query.anim_time) * 90 * 1-60)*5)"], + "position": [0, 3, 0] + }, + "right_tail": { + "rotation": ["-30-(Math.sin((query.anim_time) * 90 * 1)*5)", -10, 0] + }, + "right_tail2": { + "rotation": ["40-(Math.sin((query.anim_time) * 90 * 1-60)*10)", 0, 0] + }, + "right_tail3": { + "rotation": ["27.5-(Math.sin((query.anim_time) * 90 * 1-120)*10)", 0, 0] + }, + "right_tail_end": { + "rotation": ["-32.5-(Math.sin((query.anim_time) * 90 * 1-180)*15)", 0, 0] + }, + "back_right_neck": { + "rotation": [-352.49941, 41.51251, "-47.6508+(Math.sin((query.anim_time) * 90 * 1)*5)"], + "position": [-0.35355, 0, -0.35355] + }, + "back_right_neck2": { + "rotation": [-12.65059, -0.85481, "19.9825+(Math.sin((query.anim_time) * 90 * 1-60)*7)"] + }, + "back_right_neck3": { + "rotation": [-34.71902, -13.57071, "2.8063-(Math.sin((query.anim_time) * 90 * 1-90)*20 )"] + }, + "back_right_neck4": { + "rotation": [7.67995, -12.39135, "-1.6575+(Math.sin((query.anim_time) * 90 * 1-120)*20)"] + }, + "back_right_neck5": { + "rotation": [52.5, 0, "0-(Math.sin((query.anim_time) * 90 * 1-180 )*15)"] + }, + "back_right_head": { + "rotation": [53.30875, -10.61563, "14.3052+(Math.sin((query.anim_time) * 90 * 1-180)*20)"] + }, + "back_right_jaw": { + "rotation": ["57.5+(Math.sin((query.anim_time) * 90 * 0.5+60)*10) ", 0, 0] + }, + "back_right_tongue": { + "rotation": [-12.5, 0, "-((Math.sin((query.anim_time) * 90 * 1-30)*10))"], + "position": [0, 1.84776, -0.76537] + }, + "back_right_tongue2": { + "rotation": [15, 0, "-((Math.sin((query.anim_time) * 90 * 1-60)*5))"], + "position": [0, 3, 0] + }, + "back_left_neck": { + "rotation": [-352.49941, -41.51251, "47.6508+(Math.sin((query.anim_time) * 90 * 1)*5)"], + "position": [0.35355, 0, -0.35355] + }, + "back_left_neck2": { + "rotation": [-12.65059, 0.85481, "-19.9825+(Math.sin((query.anim_time) * 90 * 1-60)*7)"] + }, + "back_left_neck3": { + "rotation": [-34.71902, 13.57071, "-2.8063-(Math.sin((query.anim_time) * 90 * 1-90)*20 )"] + }, + "back_left_neck4": { + "rotation": [7.67995, 12.39135, "1.6575+(Math.sin((query.anim_time) * 90 * 1-120)*20)"] + }, + "back_left_neck5": { + "rotation": [52.5, 0, "0-(Math.sin((query.anim_time) * 90 * 1-180 )*15)"] + }, + "back_left_head": { + "rotation": [53.30875, 10.61563, "-14.3052+(Math.sin((query.anim_time) * 90 * 1-180)*20)"] + }, + "back_left_jaw": { + "rotation": ["57.5-(Math.sin((query.anim_time) * 90 * 0.5+60)*10)", 0, 0] + }, + "back_left_tongue": { + "rotation": [-12.5, 0, "(Math.sin((query.anim_time) * 90 * 1-30)*10)"], + "position": [0, 1.84776, -0.76537] + }, + "back_left_tongue2": { + "rotation": [15, 0, "(Math.sin((query.anim_time) * 90 * 1-60)*5)"], + "position": [0, 3, 0] + }, + "left_drip": { + "scale": [1, "1.1+(Math.sin((query.anim_time) * 90 * 0.5)*0.2) ", 1] + }, + "main_head_leaf": { + "rotation": [0, "(Math.sin((query.anim_time) * 90 * 1+60)*15) ", 0] + }, + "base": { + "scale": ["1+(Math.sin((query.anim_time) * 90 * 1-60)*0.05) ", 1, "1+(Math.sin((query.anim_time) * 90 * 0.5)*0.05) "] + }, + "right_tail_left_leaf": { + "rotation": [0, 0, "-((Math.sin((query.anim_time) * 90 * 1)*17))"] + }, + "right_tail_right_leaf": { + "rotation": [0, 0, "(Math.sin((query.anim_time) * 90 * 1)*17)"] + }, + "left_tail_right_leaf": { + "rotation": [0, 0, "-(Math.sin((query.anim_time) * 90 * 1)*17)"] + }, + "left_tail_left_leaf": { + "rotation": [0, 0, "(Math.sin((query.anim_time) * 90 * 1)*17)"] + }, + "front_right_neck": { + "rotation": [80, 45, "0-(Math.sin((query.anim_time) * 90 * 1+30)*10)"], + "position": [0.35355, -1, -0.35355] + }, + "front_right_neck2": { + "rotation": [-49.65332, -2.9604, "19.2151-(Math.sin((query.anim_time) * 90 * 1-60)*12)"] + }, + "front_right_neck3": { + "rotation": [-60, 0, "0-(Math.sin((query.anim_time) * 90 * 1+120)*10)"] + }, + "front_right_neck4": { + "rotation": [30, 0, "-(Math.sin((query.anim_time) * 90 * 1-180)*10)"] + }, + "front_right_neck5": { + "rotation": [52.5, 0, "-((Math.sin((query.anim_time) * 90 * 1+90)*10))"] + }, + "front_right_head": { + "rotation": [36.01619, -24.28484, "29.4983-(Math.sin((query.anim_time) * 90 * 1+90)*15)"] + }, + "front_right_jaw": { + "rotation": ["57.5-(Math.sin((query.anim_time) * 90 * 0.5+60)*10) ", 0, 0] + }, + "front_right_tongue": { + "rotation": [-12.5, 0, "-(Math.sin((query.anim_time) * 90 * 1-30)*10)"], + "position": [0, 1.84776, -0.76537] + }, + "right_drip": { + "scale": [1, "1.1+(Math.sin((query.anim_time) * 90 * 0.5)*0.2) ", 1] + }, + "front_right_tongue2": { + "rotation": [15, 0, "-(Math.sin((query.anim_time) * 90 * 1-60)*5)"], + "position": [0, 3, 0] + } + } + }, + "animation.hydrapple.faint": { + "animation_length": 3, + "bones": { + "left_tail": { + "rotation": { + "0.0": [-30, 10, 0], + "0.5": [-2.5, 10, 0] + }, + "position": { + "0.75": [0, 0, 0], + "1.0": [-1.21438, 0.30534, -6.88709] + } + }, + "left_tail2": { + "rotation": { + "0.0": [40, 0, 0], + "0.5": [70, 0, 0], + "1.0": [0, 0, 0] + }, + "position": { + "0.75": [0, 0, 0], + "1.0": [0, 0, -5] + } + }, + "left_tail3": { + "rotation": { + "0.0": [27.5, 0, 0], + "0.5": [52.5, 0, 0], + "1.0": [12.5, 0, 0] + }, + "position": { + "0.75": [0, 0, 0], + "1.0": [0, -0.86576, -3.90518] + } + }, + "left_tail_end": { + "rotation": { + "0.0": [-32.5, 0, 0], + "0.5": [-82.5, 0, 0], + "1.0": [-17.5, 0, 0] + }, + "position": { + "0.75": [0, 0, 0], + "1.0": [0, 0.90212, -2.86115] + } + }, + "neck": { + "rotation": { + "0.0": [30, 0, 0], + "0.25": [-2.5, 0, 0], + "0.5": [5, 0, 0], + "1.0": [17.5, 0, 0], + "1.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 4], + "0.75": [0, 0, 0.33], + "1.0": [0, 0, 0], + "1.25": [0, -5.5, 0], + "1.5": [0, -7, 0], + "2.0": [0, -8, 0] + } + }, + "neck2": { + "rotation": { + "0.0": [-32.5, 0, 0], + "0.5": [-17.5, 0, 0], + "1.0": [-42.5, 0, 0], + "1.5": [0, 0, 0] + }, + "position": { + "1.0": [0, 0, 0], + "1.5": [0, -5, 0] + } + }, + "neck3": { + "rotation": { + "0.0": [-47.5, 0, 0], + "0.5": [-17.5, 0, 0], + "0.75": [-17.25002, 2.99318, 9.54589], + "1.0": [-25.42832, -10.56807, -17.33765], + "1.25": [0, 0, 0] + }, + "position": { + "1.0": [0, 0, 0], + "1.25": [0, -6, 0] + } + }, + "neck4": { + "rotation": { + "0.0": [-10, 0, 0], + "0.25": [32.5, 0, 0], + "0.5": [0, 0, 0], + "1.0": [0, 0, 25], + "1.5": [0, 0, 0] + }, + "position": { + "1.0": [0, 0, 0], + "1.25": [0, 0, 0], + "1.5": [0, -10, 0] + } + }, + "neck5": { + "rotation": { + "0.0": [47.5, 0, 0], + "0.5": [35, 0, 0], + "1.0": [70, 0, 0], + "1.5": [3.09024, -5.69939, -2.17756], + "2.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.5": [0, 0, 0], + "2.0": [0, -4, -0.75] + } + }, + "neck6": { + "rotation": { + "0.0": [37.5, 0, 0], + "0.5": [20, 0, 0], + "0.75": [19.71975, 3.40487, -9.40804], + "1.0": [39.71975, 3.40487, -9.40804], + "1.5": [19.71975, 3.40487, -9.40804], + "2.0": [0, 0, 0] + }, + "position": { + "1.5": [0, 0, 0], + "2.0": [0, -4, 0] + } + }, + "neck7": { + "rotation": { + "0.0": [55, 0, 0], + "0.25": [56.25, 0, 0], + "0.5": [12.5, 0, 0], + "1.0": [50, 0, 0], + "1.5": [22.5, 0, 0], + "2.0": [0, 0, 0] + }, + "position": { + "1.5": [0, 0, 0], + "2.0": [0, -9, 0] + } + }, + "head": { + "rotation": { + "0.0": [55, 0, 0], + "0.25": [53.75, 0, 0], + "0.5": [12.5, 0, 0], + "0.75": [11.76782, -4.2453, 19.5623], + "1.0": [33.57785, 8.42366, 0.91726], + "1.5": [13.57785, 8.42366, 0.91726], + "1.75": [-13.92215, 8.42366, 0.91726] + }, + "position": { + "1.5": [0, 0, 0], + "1.75": [0, 0, 0], + "2.0": [0, -10, 0] + } + }, + "jaw": { + "rotation": { + "0.0": [42.5, 0, 0], + "1.0": [42.5, 0, 0], + "1.5": [2.5, 0, 0] + } + }, + "tongue": { + "rotation": { + "0.0": [-12.5, 0, 0], + "1.0": [-12.5, 0, 0], + "1.5": [10, 0, 0] + }, + "position": { + "0.0": [-0.03259, 1.78603, 0.9763], + "1.0": [-0.03, 1.79, 0.98] + } + }, + "tongue2": { + "rotation": [-35, 0, 0], + "position": { + "0.0": [0, 3, 0], + "1.0": [0, 3, 0], + "1.5": [0, 2.18085, -0.57358] + } + }, + "tongue3": { + "rotation": [60, 0, 0] + }, + "front_left_neck": { + "rotation": { + "0.0": { + "post": [80, -45, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [42.5, -45, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [11.41, -45, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [20, -45, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [-0.35355, -1, -0.35355], + "0.5": [-0.35, -1, -0.35], + "0.75": [-0.33, -4.5, 0.15], + "1.0": [-0.31, -6, 0.65] + } + }, + "front_left_neck2": { + "rotation": { + "0.0": { + "post": [-49.65332, 2.9604, -19.2151], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-42.2148, 6.7704, -9.69732], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-17.57891, 9.4048, -0.15958], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.5": [0, 0, 0], + "1.0": [-0.31, -6, 0.65] + } + }, + "front_left_neck3": { + "rotation": { + "0.0": { + "post": [-60, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.5": [0, 0, 0], + "0.75": [0, 0, 0], + "1.0": [0, -6, 0] + } + }, + "front_left_neck4": { + "rotation": { + "0.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [16.72, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.5": [0, 0, 0], + "1.0": [0, -5, 0] + } + }, + "front_left_neck5": { + "rotation": { + "0.0": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [46.50502, 7.04967, -14.8024], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.5": [0, 0, 0], + "1.0": [0, -5, 0] + } + }, + "front_left_head": { + "rotation": { + "0.0": { + "post": [36.01619, 24.28484, -29.4983], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [33.84863, 36.34376, -33.89638], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [21.01619, 24.28484, -29.4983], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.5": [0, 0, 0], + "0.9167": [0, 0, 0], + "1.0": [0, -11, 2.82843] + } + }, + "front_left_jaw": { + "rotation": { + "0.0": [57.5, 0, 0], + "0.5": [57.5, 0, 0], + "1.0": [0, 0, 0] + } + }, + "front_left_tongue": { + "rotation": [-12.5, 0, 0], + "position": { + "0.0": [0, 1.84776, -0.76537], + "0.5": [0, 1.85, -0.77], + "0.75": [0, 2.06644, -1.7463] + } + }, + "front_left_tongue2": { + "rotation": [15, 0, 0], + "position": { + "0.0": [0, 3, 0], + "0.5": [0, 3, 0], + "0.75": [0, 2.9353, -0.24148] + } + }, + "right_tail": { + "rotation": { + "0.0": [-30, -10, 0], + "0.5": [-2.5, -10, 0] + }, + "position": { + "0.75": [0, 0, 0], + "1.0": [1.21438, 0.30534, -6.88709] + } + }, + "right_tail2": { + "rotation": { + "0.0": [40, 0, 0], + "0.5": [70, 0, 0], + "1.0": [0, 0, 0] + }, + "position": { + "0.75": [0, 0, 0], + "1.0": [0, 0, -5] + } + }, + "right_tail3": { + "rotation": { + "0.0": [27.5, 0, 0], + "0.5": [52.5, 0, 0], + "1.0": [12.5, 0, 0] + }, + "position": { + "0.75": [0, 0, 0], + "1.0": [0, -0.86576, -3.90518] + } + }, + "right_tail_end": { + "rotation": { + "0.0": [-32.5, 0, 0], + "0.5": [-82.5, 0, 0], + "1.0": [-17.5, 0, 0] + }, + "position": { + "0.75": [0, 0, 0], + "1.0": [0, 0.90212, -2.86115] + } + }, + "back_right_neck": { + "rotation": { + "0.0": { + "post": [-352.49941, 41.51251, -47.6508], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-381.14668, 32.87382, -43.32018], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-361.15, 32.87, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [-0.35355, 0, -0.35355], + "0.5": [-0.35, 0, -0.35], + "0.75": [0.35182, -5.35347, -0.95759], + "1.0": [-0.40446, -4.99899, -0.43428] + } + }, + "back_right_neck2": { + "rotation": { + "0.0": { + "post": [-12.65059, -0.85481, 19.9825], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-13.7634, 2.14486, 32.1194], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-15.15059, -0.85481, 19.9825], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-1.49051, -5.9349, 0.59767], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.5": [0, 0, 0], + "0.75": [-0.3296, -4.45422, -0.35185], + "1.0": [-0.03869, -4.99818, -0.12936] + } + }, + "back_right_neck3": { + "rotation": { + "0.0": { + "post": [-34.71902, -13.57071, 2.8063], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-45.82384, -11.18076, 2.05831], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-16.92867, -8.7908, 1.31031], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [3.07133, -8.7908, 1.31031], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.5": [0, 0, 0], + "1.0": [-0.18612, -5.98869, 0.3177] + } + }, + "back_right_neck4": { + "rotation": { + "0.0": [7.67995, -12.39135, -1.6575], + "0.5": [7.68, -12.39, -1.66], + "1.0": [-2.32, -12.39, -1.66] + }, + "position": { + "0.5": [0, 0, 0], + "0.75": [0, 0, 0], + "1.0": [0.18813, -4.99255, -0.19769] + } + }, + "back_right_neck5": { + "rotation": { + "0.0": [52.5, 0, 0], + "0.5": [52.5, 0, 0], + "1.0": [2.5, 0, 0] + }, + "position": { + "0.5": [0, 0, 0], + "0.75": [0, 0, 0], + "1.0": [0, -5.99429, 0.26172] + } + }, + "back_right_head": { + "rotation": { + "0.0": { + "post": [53.30875, -10.61563, 14.3052], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [45.80875, -10.61563, 14.3052], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-6.69125, -10.61563, 14.3052], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.5": [0, 0, 0], + "0.75": [0, 0, 0], + "1.0": [2.38884, -9.92012, -2.98072] + } + }, + "back_right_jaw": { + "rotation": { + "0.0": [57.5, 0, 0], + "1.0": [0, 0, 0] + } + }, + "back_right_tongue": { + "rotation": [-12.5, 0, 0], + "position": { + "0.0": [0, 1.84776, -0.76537], + "0.5": [0, 1.85, -0.77], + "0.75": [0, 2.06644, -1.7463] + } + }, + "back_right_tongue2": { + "rotation": [15, 0, 0], + "position": { + "0.0": [0, 3, 0], + "0.5": [0, 3, 0], + "0.75": [0, 2.9353, -0.24148] + } + }, + "back_left_neck": { + "rotation": { + "0.0": { + "post": [-352.49941, -41.51251, 47.6508], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-381.14668, -32.87382, 43.32018], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-361.15, -32.87, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0.35355, 0, -0.35355], + "0.5": [0.35, 0, -0.35], + "0.75": [-0.35182, -5.35347, -0.95759], + "1.0": [0.40446, -4.99899, -0.43428] + } + }, + "back_left_neck2": { + "rotation": { + "0.0": { + "post": [-12.65059, 0.85481, -19.9825], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-13.7634, -2.14486, -32.1194], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-15.15059, 0.85481, -19.9825], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-1.49051, 5.9349, -0.59767], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.5": [0, 0, 0], + "0.75": [0.3296, -4.45422, -0.35185], + "1.0": [0.03869, -4.99818, -0.12936] + } + }, + "back_left_neck3": { + "rotation": { + "0.0": { + "post": [-34.71902, 13.57071, -2.8063], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-45.82384, 11.18076, -2.05831], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-16.92867, 8.7908, -1.31031], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [3.07133, 8.7908, -1.31031], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.5": [0, 0, 0], + "1.0": [0.18612, -5.98869, 0.3177] + } + }, + "back_left_neck4": { + "rotation": { + "0.0": [7.67995, 12.39135, 1.6575], + "0.5": [7.68, 12.39, 1.66], + "1.0": [-2.32, 12.39, 1.66] + }, + "position": { + "0.5": [0, 0, 0], + "0.75": [0, 0, 0], + "1.0": [-0.18813, -4.99255, -0.19769] + } + }, + "back_left_neck5": { + "rotation": { + "0.0": [52.5, 0, 0], + "0.5": [52.5, 0, 0], + "1.0": [2.5, 0, 0] + }, + "position": { + "0.5": [0, 0, 0], + "0.75": [0, 0, 0], + "1.0": [0, -5.99429, 0.26172] + } + }, + "back_left_head": { + "rotation": { + "0.0": { + "post": [53.30875, 10.61563, -14.3052], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [45.80875, 10.61563, -14.3052], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-6.69125, 10.61563, -14.3052], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.5": [0, 0, 0], + "0.75": [0, 0, 0], + "1.0": [-2.38884, -9.92012, -2.98072] + } + }, + "back_left_jaw": { + "rotation": { + "0.0": [57.5, 0, 0], + "0.5": [57.5, 0, 0], + "1.0": [0, 0, 0] + } + }, + "back_left_tongue": { + "rotation": [-12.5, 0, 0], + "position": { + "0.0": [0, 1.84776, -0.76537], + "0.5": [0, 1.85, -0.77], + "0.75": [0, 2.06644, -1.7463] + } + }, + "back_left_tongue2": { + "rotation": [15, 0, 0], + "position": { + "0.0": [0, 3, 0], + "0.5": [0, 3, 0], + "0.75": [0, 2.9353, -0.24148] + } + }, + "left_drip": { + "scale": [1, "1.1+(Math.sin((query.anim_time) * 90 * 0.5)*0.2) ", 1] + }, + "main_head_leaf": { + "rotation": [0, 0, 0] + }, + "base": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [12.5, 0, 0], + "0.75": [0, 0, 0], + "1.5": [0, 0, 0] + }, + "scale": ["1+(Math.sin((query.anim_time) * 90 * 1-60)*0.05) ", 1, "1+(Math.sin((query.anim_time) * 90 * 0.5)*0.05) "] + }, + "front_right_neck": { + "rotation": { + "0.0": { + "post": [80, 45, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [42.5, 45, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [11.41, 45, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [20, 45, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0.35355, -1, -0.35355], + "0.5": [0.35, -1, -0.35], + "0.75": [0.33, -4.5, 0.15], + "1.0": [0.31, -6, 0.65] + } + }, + "front_right_neck2": { + "rotation": { + "0.0": { + "post": [-49.65332, -2.9604, 19.2151], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-42.2148, -6.7704, 9.69732], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-17.57891, -9.4048, 0.15958], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.5": [0, 0, 0], + "1.0": [0.31, -6, 0.65] + } + }, + "front_right_neck3": { + "rotation": { + "0.0": { + "post": [-60, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.5": [0, 0, 0], + "0.75": [0, 0, 0], + "1.0": [0, -6, 0] + } + }, + "front_right_neck4": { + "rotation": { + "0.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [16.72, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.5": [0, 0, 0], + "1.0": [0, -5, 0] + } + }, + "front_right_neck5": { + "rotation": { + "0.0": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [46.50502, -7.04967, 14.8024], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.5": [0, 0, 0], + "1.0": [0, -5, 0] + } + }, + "front_right_head": { + "rotation": { + "0.0": { + "post": [36.01619, -24.28484, 29.4983], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [33.84863, -36.34376, 33.89638], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [21.01619, -24.28484, 29.4983], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.5": [0, 0, 0], + "0.9167": [0, 0, 0], + "1.0": [0, -11, 2.82843] + } + }, + "front_right_jaw": { + "rotation": { + "0.0": [57.5, 0, 0], + "0.5": [57.5, 0, 0], + "1.0": [0, 0, 0] + } + }, + "front_right_tongue": { + "rotation": [-12.5, 0, 0], + "position": { + "0.0": [0, 1.84776, -0.76537], + "0.5": [0, 1.85, -0.77], + "0.75": [0, 2.06644, -1.7463] + } + }, + "right_drip": { + "scale": [1, "1.1+(Math.sin((query.anim_time) * 90 * 0.5)*0.2) ", 1] + }, + "front_right_tongue2": { + "rotation": [15, 0, 0], + "position": { + "0.0": [0, 3, 0], + "0.5": [0, 3, 0], + "0.75": [0, 2.9353, -0.24148] + } + }, + "eyes": { + "scale": { + "0.0": [1, 1, 1], + "0.25": {"pre": [1, 1, 1], "post": [0, 0, 0]} + } + }, + "eyelids": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": {"pre": [0, 0, 0], "post": [90, 0, 0]}, + "2.0": {"pre": [90, 0, 0], "post": [127.09848, -9.66509, -4.21718]} + }, + "position": { + "0.0": [0, 0, 0], + "0.25": {"pre": [0, 0, 0], "post": [0, 2, 0]}, + "1.9583": {"pre": [0, 2, 0], "post": [0, 2, 0]}, + "2.0": {"pre": [0, 2, 0], "post": [0.0968, 11.48409, -5.98145]}, + "2.2917": [0.13396, 9.17752, -5.40929], + "2.4583": [0.15396, 7.82752, -5.06929], + "2.5": [0.15572, 7.79477, -5.06218] + } + }, + "left_eyelid": { + "position": { + "0.0": [0, 0, 0], + "0.25": [3, 0, 0], + "2.0": [2.00187, 0, 0.03526] + } + }, + "right_eyelid": { + "position": { + "0.0": [0, 0, 0], + "0.25": [-3, 0, 0], + "2.0": [-2.00187, 0, -0.03526] + } + }, + "apple": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-12.5, 0, 0], + "0.75": [0, 0, 0] + }, + "scale": { + "0.9167": [1, 1, 1], + "1.0": [1, 1.1, 1], + "1.4583": [1, 1, 1], + "1.9167": [1, 1, 1], + "2.0": [1, 1.2, 1], + "2.4583": [1, 1, 1] + } + }, + "back_right_eyelids": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": {"pre": [0, 0, 0], "post": [90, 0, 0]}, + "1.0": {"pre": [90, 0, 0], "post": [293.50585, 42.53285, 166.58283]} + }, + "position": { + "0.0": [0, 0, 0], + "0.375": {"pre": [0, 0, 0], "post": [0, 2, 0]}, + "1.0": {"pre": [0, 2, 0], "post": [-6.00384, 6.25291, 2.26202]} + } + }, + "back_right_right_eyelid": { + "position": { + "0.0": [0, 0, 0], + "0.375": {"pre": [0, 0, 0], "post": [-2, 0, 0]}, + "1.0": {"pre": [-2, 0, 0], "post": [-1.52432, 0.09035, -0.57265]} + } + }, + "back_right_left_eyelid": { + "position": { + "0.0": [0, 0, 0], + "0.375": {"pre": [0, 0, 0], "post": [2, 0, 0]}, + "1.0": {"pre": [2, 0, 0], "post": [-0.11713, 0.04738, -0.67272]} + } + }, + "back_right_eyes": { + "scale": { + "0.0": [1, 1, 1], + "0.375": {"pre": [1, 1, 1], "post": [0, 0, 0]} + } + }, + "back_left_eyelids": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": {"pre": [0, 0, 0], "post": [90, 0, 0]}, + "1.0": {"pre": [90, 0, 0], "post": [293.50585, -42.53285, -166.58283]} + }, + "position": { + "0.0": [0, 0, 0], + "0.375": {"pre": [0, 0, 0], "post": [0, 2, 0]}, + "1.0": {"pre": [0, 2, 0], "post": [6.00384, 6.25291, 2.26202]} + } + }, + "back_left_left_eyelid": { + "position": { + "0.0": [0, 0, 0], + "0.375": {"pre": [0, 0, 0], "post": [2, 0, 0]}, + "1.0": {"pre": [2, 0, 0], "post": [1.67429, 0.322, -0.88895]} + } + }, + "back_left_right_eyelid": { + "position": { + "0.0": [0, 0, 0], + "0.375": {"pre": [0, 0, 0], "post": [-2, 0, 0]}, + "1.0": {"pre": [-2, 0, 0], "post": [-0.11713, 0.04738, -0.67272]} + } + }, + "back_left_eyes": { + "scale": { + "0.0": [1, 1, 1], + "0.375": {"pre": [1, 1, 1], "post": [0, 0, 0]} + } + }, + "front_left_eyes": { + "scale": { + "0.0": [1, 1, 1], + "0.375": {"pre": [1, 1, 1], "post": [0, 0, 0]} + } + }, + "front_left_eyelids": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": {"pre": [0, 0, 0], "post": [90, 0, 0]}, + "1.0": {"pre": [90, 0, 0], "post": [-267.5, 0, 0]} + }, + "position": { + "0.0": [0, 0, 0], + "0.375": {"pre": [0, 0, 0], "post": [0, 2, 0]}, + "1.0": {"pre": [0, 2, 0], "post": [0.31645, 9.736, -5.34261]} + } + }, + "front_left_left_eyelid": { + "position": { + "0.0": [0, 0, 0], + "0.375": {"pre": [0, 0, 0], "post": [2, 0, 0]}, + "1.0": {"pre": [2, 0, 0], "post": [1, 0, 0]} + } + }, + "front_left_right_eyelid": { + "position": { + "0.0": [0, 0, 0], + "0.375": {"pre": [0, 0, 0], "post": [-2, 0, 0]}, + "1.0": {"pre": [-2, 0, 0], "post": [-1, 0, 0]} + } + }, + "front_right_eyes": { + "scale": { + "0.0": [1, 1, 1], + "0.375": {"pre": [1, 1, 1], "post": [0, 0, 0]} + } + }, + "front_right_eyelids": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": {"pre": [0, 0, 0], "post": [90, 0, 0]}, + "1.0": {"pre": [90, 0, 0], "post": [-267.5, 0, 0]} + }, + "position": { + "0.0": [0, 0, 0], + "0.375": {"pre": [0, 0, 0], "post": [0, 2, 0]}, + "1.0": {"pre": [0, 2, 0], "post": [-0.31645, 9.736, -5.34261]} + } + }, + "front_right_left_eyelid": { + "position": { + "0.0": [0, 0, 0], + "0.375": {"pre": [0, 0, 0], "post": [-2, 0, 0]}, + "1.0": {"pre": [-2, 0, 0], "post": [-1, 0, 0]} + } + }, + "front_left_right_eyelid2": { + "position": { + "0.0": [0, 0, 0], + "0.375": {"pre": [0, 0, 0], "post": [2, 0, 0]}, + "1.0": {"pre": [2, 0, 0], "post": [1, 0, 0]} + } + } + } + }, + "animation.hydrapple.ground_walk": { + "loop": true, + "animation_length": 2, + "bones": { + "left_tail": { + "rotation": { + "0.0": { + "post": [17.5, 10, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [37.77344, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-20, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-17.36084, 10, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [17.5, 10, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -0.12187, -0.99255], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -0.3028, 0.49882], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -0.12187, -0.99255], + "lerp_mode": "catmullrom" + } + } + }, + "left_tail2": { + "rotation": { + "0.0": { + "post": [-90, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-119.04, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-90, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 1, -1], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 1, -1], + "lerp_mode": "catmullrom" + } + } + }, + "left_tail3": { + "rotation": { + "0.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [50.23, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [38.11, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_tail_end": { + "rotation": { + "0.0": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [43.44, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [9.94, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.25": { + "pre": [-27.5, 0, 0], + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-24.74, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-22.88, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, -3, -2], + "0.25": [0, -3, 0.88], + "0.5": [0, -3, 2.57], + "0.75": [0, -3, 2.3], + "1.0": [0, -3, -0.01], + "1.125": [0, -3, -1.07], + "1.5": [0, -3, -3.5], + "2.0": [0, -3, -2] + } + }, + "neck2": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [23.89, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [19.38, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1, 0.25], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -1, 0.25], + "lerp_mode": "catmullrom" + } + } + }, + "neck3": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1, 0.25], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -1, 0.25], + "lerp_mode": "catmullrom" + } + } + }, + "neck4": { + "rotation": { + "0.0": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -2, 0.75], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -1.8, 0.6], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -1.8, 0.6], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -2, 0.75], + "lerp_mode": "catmullrom" + } + } + }, + "neck5": { + "rotation": { + "0.0": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [35.65, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [58.02313, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [45.28, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck6": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [12.13, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [26.98, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [18.89, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck7": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [16.27, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-28.39875, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-7.59, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-3.13, 0.09, -0.12], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-14.05249, 0.02798, -0.0796], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-8.33, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [1.45406, -1.17314, 1.60735], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -1.60309, 0.30408], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": [45, 0, 0] + }, + "front_left_neck": { + "rotation": [0, -45, 0], + "position": [-0.31, -6, 0.65] + }, + "front_left_neck2": { + "position": [0, -5, 0] + }, + "front_left_neck3": { + "position": [0, -6, 0] + }, + "front_left_neck4": { + "position": [0, -5, 0] + }, + "front_left_neck5": { + "position": [0, -6, 0] + }, + "front_left_head": { + "position": [0, -11, 2.82843] + }, + "right_tail": { + "rotation": { + "0.0": { + "post": [17.5, -10, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [37.77344, -10, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-20, -10, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-17.36084, -10, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [17.5, -10, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -0.12187, -0.99255], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -0.3028, 0.49882], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -0.12187, -0.99255], + "lerp_mode": "catmullrom" + } + } + }, + "right_tail2": { + "rotation": { + "0.0": { + "post": [-90, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-119.04, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-90, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 1, -1], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 1, -1], + "lerp_mode": "catmullrom" + } + } + }, + "right_tail3": { + "rotation": { + "0.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [50.23, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [38.11, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_tail_end": { + "rotation": { + "0.0": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [43.44, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [9.94, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + } + } + }, + "front_left_right_eye": { + "rotation": [0, -17.5, 0], + "position": [1.47686, 0, 0.15035] + }, + "back_left_neck": { + "rotation": [0, -135, 0], + "position": [-0.31, -6, -0.1] + }, + "back_left_neck2": { + "position": [0, -5, 0] + }, + "back_left_neck3": { + "position": [0, -6, 0] + }, + "back_left_neck4": { + "position": [0, -5, 0] + }, + "back_left_neck5": { + "position": [0, -6, 0] + }, + "back_left_head": { + "position": [0, -11, 2.82843] + }, + "back_right_neck": { + "rotation": [0, 135, 0], + "position": [0.31, -6, -0.1] + }, + "back_right_neck2": { + "position": [0, -5, 0] + }, + "back_right_neck3": { + "position": [0, -6, 0] + }, + "back_right_neck4": { + "position": [0, -5, 0] + }, + "back_right_neck5": { + "position": [0, -6, 0] + }, + "back_right_head": { + "position": [0, -11, 2.82843] + }, + "front_left_eyelids": { + "rotation": [-247.5, 0, 0], + "position": [-0.03711, 9.28, -7.01355] + }, + "front_left_left_eyelid": { + "position": [1, 0, 0] + }, + "front_left_right_eyelid": { + "position": [-1, 0, 0] + }, + "back_right_eyelids": { + "rotation": [-247.5, 0, 0], + "position": [0.04, 9.28, -7.36] + }, + "back_right_right_eyelid": { + "position": [-1, 0, 0] + }, + "back_right_left_eyelid": { + "position": [1, 0, 0] + }, + "back_left_eyelids": { + "rotation": [-247.5, 0, 0], + "position": [-0.04, 9.28, -7.36] + }, + "back_left_left_eyelid": { + "position": [1, 0, 0] + }, + "back_left_right_eyelid": { + "position": [-1, 0, 0] + }, + "base": { + "rotation": ["(Math.sin((query.anim_time) * 90 * 2)*7) ", 0, 0], + "position": [0, "(Math.sin((query.anim_time) * 90 * 2-90)*0.5) ", "(Math.sin((query.anim_time) * 90 * 2-30)*0.5) "], + "scale": ["1+(Math.sin((query.anim_time) * 90 * 2-60)*0.05) ", 1, "1+(Math.sin((query.anim_time) * 90 * 2)*0.05) "] + }, + "left_drip": { + "rotation": ["-(Math.sin((query.anim_time) * 90 * 2-60)*15) ", 0, 0], + "scale": [1, "1.1-(Math.sin((query.anim_time) * 90 * 2)*0.2) ", 1] + }, + "right_drip": { + "rotation": ["-(Math.sin((query.anim_time) * 90 * 2-60)*15) ", 0, 0], + "scale": [1, "1.1-(Math.sin((query.anim_time) * 90 * 2)*0.2) ", 1] + }, + "apple": { + "rotation": ["-(Math.sin((query.anim_time) * 90 * 2)*7) ", 0, 0], + "position": [0, "-(Math.sin((query.anim_time) * 90 * 2-90)*0.5) ", " (Math.sin((query.anim_time) * 90 * 2)*2) "] + }, + "eyes_squint": { + "rotation": { + "0.0": [0, 0, 0], + "0.875": {"pre": [0, 0, 0], "post": [90, 0, 0]}, + "1.5": {"pre": [90, 0, 0], "post": [0, 0, 0]} + }, + "position": { + "0.0": [0, 0, 0], + "0.875": {"pre": [0, 0, 0], "post": [0, 2, 0]}, + "1.5": {"pre": [0, 2, 0], "post": [0, 0, 0]} + } + }, + "left_eye_squint": { + "position": { + "0.0": [0, 0, 0], + "0.875": {"pre": [0, 0, 0], "post": [2, 0, 0]}, + "1.5417": {"pre": [2, 0, 0], "post": [0, 0, 0]} + } + }, + "right_eye_squint": { + "position": { + "0.0": [0, 0, 0], + "0.875": {"pre": [0, 0, 0], "post": [-2, 0, 0]}, + "1.5417": {"pre": [-2, 0, 0], "post": [0, 0, 0]} + } + }, + "main_head_leaf": { + "rotation": [0, "-(Math.sin((query.anim_time) * 90 * 2-90)*20) ", 0] + }, + "right_tail_left_leaf": { + "rotation": [0, 0, "-((Math.sin((query.anim_time) * 90 * 2)*20) )"] + }, + "right_tail_right_leaf": { + "rotation": [0, 0, "(Math.sin((query.anim_time) * 90 * 2)*20) "] + }, + "left_tail_right_leaf": { + "rotation": [0, 0, "(Math.sin((query.anim_time) * 90 * 2)*20) "] + }, + "left_tail_left_leaf": { + "rotation": [0, 0, "-(Math.sin((query.anim_time) * 90 * 2)*20) "] + }, + "tongue": { + "rotation": [-12.5, 0, 0], + "position": [-0.03259, 1.78603, 0.9763] + }, + "tongue2": { + "rotation": [-35, 0, 0], + "position": [0, 3, 0] + }, + "tongue3": { + "rotation": [60, 0, 0] + }, + "front_right_neck": { + "rotation": [0, 45, 0], + "position": [0.31, -6, 0.65] + }, + "front_right_neck2": { + "position": [0, -5, 0] + }, + "front_right_neck3": { + "position": [0, -6, 0] + }, + "front_right_neck4": { + "position": [0, -5, 0] + }, + "front_right_neck5": { + "position": [0, -6, 0] + }, + "front_right_head": { + "position": [0, -11, 2.82843] + }, + "front_right_eyelids": { + "rotation": [-247.5, 0, 0], + "position": [0.03711, 9.28, -7.01355] + }, + "front_right_left_eyelid": { + "position": [-1, 0, 0] + }, + "front_left_right_eyelid2": { + "position": [1, 0, 0] + } + } + }, + "animation.hydrapple.sleep": { + "loop": true, + "bones": { + "left_tail": { + "rotation": ["-25+(math.sin((query.anim_time) * 90 * 0.5)* 2) ", "10+(math.sin((query.anim_time) * 90 * 0.25)* 2) ", 0] + }, + "left_tail2": { + "rotation": ["22.5+(math.sin((query.anim_time) * 90 * 0.5-60)* 3) ", "0+(math.sin((query.anim_time) * 90 * 0.25-60)* 2) ", 0] + }, + "left_tail3": { + "rotation": ["20+(math.sin((query.anim_time) * 90 * 0.5-120)* 4) ", "0+(math.sin((query.anim_time) * 90 * 0.25-120)* 3) ", 0] + }, + "left_tail_end": { + "rotation": ["-32.5+(math.sin((query.anim_time) * 90 * 0.5-180)* 5) ", "0+(math.sin((query.anim_time) * 90 * 0.25-180)* 4) ", 0] + }, + "neck": { + "rotation": [32.5, 57.5, 0], + "position": [0, "-2+(math.sin((query.anim_time) * 90 * 1)* 0.1) ", 0] + }, + "neck2": { + "rotation": ["51.1509-(math.sin((query.anim_time) * 90 * 1-180)* 1) ", 11.72145, -13.0867], + "position": [0.5, -2, 0.75] + }, + "neck3": { + "rotation": [59.59227, 24.1782, -13.51584], + "position": [0.05, -2.5, 1.5] + }, + "neck4": { + "rotation": [15.34721, 12.06754, -99.21604] + }, + "neck5": { + "rotation": [54.16309, 18.64825, -7.77089], + "position": [0, 0, -0.5] + }, + "neck6": { + "rotation": ["29.6217-(math.sin((query.anim_time) * 90 * 1-120)* 1) ", 4.98093, -3.6822] + }, + "neck7": { + "rotation": ["46.4788-(math.sin((query.anim_time) * 90 * 1-90)* 1) ", -23.99934, -43.12352], + "position": [-1, 0, 0] + }, + "head": { + "rotation": ["22.0012-(math.sin((query.anim_time) * 90 * 1)* 1) ", 9.06524, -36.54514] + }, + "jaw": { + "rotation": [7.5, 0, 0] + }, + "tongue": { + "position": [0, 4, 1] + }, + "tongue3": { + "rotation": ["5-math.clamp((math.sin((query.anim_time+0.1) * 90 * 1)* 1),0,1)*(math.sin((query.anim_time) * 90 * 20)* 10)", 0, 0], + "position": [0, "-0.2621+(math.sin((query.anim_time) * 90 * 1-30)* 0.5) ", -0.13317] + }, + "front_left_neck": { + "rotation": [0, -45, 0], + "position": [-0.31, -6, 0.65] + }, + "front_left_neck2": { + "position": [0, -5, 0] + }, + "front_left_neck3": { + "position": [0, -6, 0] + }, + "front_left_neck4": { + "position": [0, -5, 0] + }, + "front_left_neck5": { + "position": [0, -6, 0] + }, + "front_left_head": { + "position": [0, -11, 2.82843] + }, + "right_tail": { + "rotation": ["-25-(math.sin((query.anim_time) * 90 * 0.5)* 2) ", "-10+(math.sin((query.anim_time) * 90 * 0.25-60)* 2) ", 0] + }, + "right_tail2": { + "rotation": ["22.5-(math.sin((query.anim_time) * 90 * 0.5-60)* 3) ", "0+(math.sin((query.anim_time) * 90 * 0.25-120)* 2) ", 0] + }, + "right_tail3": { + "rotation": ["20-(math.sin((query.anim_time) * 90 * 0.5-120)* 4) ", "0+(math.sin((query.anim_time) * 90 * 0.25-180)* 3) ", 0] + }, + "right_tail_end": { + "rotation": ["-32.5-(math.sin((query.anim_time) * 90 * 0.5-180)* 5) ", "0+(math.sin((query.anim_time) * 90 * 0.25-240)* 4) ", 0] + }, + "front_left_right_eye": { + "rotation": [0, -17.5, 0], + "position": [1.47686, 0, 0.15035] + }, + "back_left_neck": { + "rotation": [0, -135, 0], + "position": [-0.31, -6, -0.1] + }, + "back_left_neck2": { + "position": [0, -5, 0] + }, + "back_left_neck3": { + "position": [0, -6, 0] + }, + "back_left_neck4": { + "position": [0, -5, 0] + }, + "back_left_neck5": { + "position": [0, -6, 0] + }, + "back_left_head": { + "position": [0, -11, 2.82843] + }, + "back_right_neck": { + "rotation": [0, 135, 0], + "position": [0.31, -6, -0.1] + }, + "back_right_neck2": { + "position": [0, -5, 0] + }, + "back_right_neck3": { + "position": [0, -6, 0] + }, + "back_right_neck4": { + "position": [0, -5, 0] + }, + "back_right_neck5": { + "position": [0, -6, 0] + }, + "back_right_head": { + "position": [0, -11, 2.82843] + }, + "front_left_eyelids": { + "rotation": [-247.5, 0, 0], + "position": [-0.03711, 9.28, -7.01355] + }, + "front_left_left_eyelid": { + "position": [1, 0, 0] + }, + "front_left_right_eyelid": { + "position": [-1, 0, 0] + }, + "back_right_eyelids": { + "rotation": [-247.5, 0, 0], + "position": [0.04, 9.28, -7.36] + }, + "back_right_right_eyelid": { + "position": [-1, 0, 0] + }, + "back_right_left_eyelid": { + "position": [1, 0, 0] + }, + "back_left_eyelids": { + "rotation": [-247.5, 0, 0], + "position": [-0.04, 9.28, -7.36] + }, + "back_left_left_eyelid": { + "position": [1, 0, 0] + }, + "back_left_right_eyelid": { + "position": [-1, 0, 0] + }, + "left_tail_right_leaf": { + "rotation": [0, 0, "0-(math.sin((query.anim_time) * 90 * 0.5+30)* 10) "] + }, + "left_tail_left_leaf": { + "rotation": [0, 0, "0+(math.sin((query.anim_time) * 90 * 0.5+30)* 10) "] + }, + "right_tail_left_leaf": { + "rotation": [0, 0, "-(math.sin((query.anim_time) * 90 * 0.5-30)* 10) "] + }, + "right_tail_right_leaf": { + "rotation": [0, 0, "(math.sin((query.anim_time) * 90 * 0.5-30 )* 10) "] + }, + "main_head_leaf": { + "rotation": [0, "(math.sin((query.anim_time) * 90 * 1)* 10) ", 0] + }, + "base": { + "rotation": ["(math.sin((query.anim_time) * 90 * 1)* 1) ", 0, 0], + "position": [0, "-(math.sin((query.anim_time) * 90 * 1-60)* 0.1) ", 0], + "scale": ["1+(Math.sin((query.anim_time) * 90 * 1-60)*0.05) ", 1, "1+(Math.sin((query.anim_time) * 90 * 0.5)*0.05) "] + }, + "eyes": { + "rotation": [-90, 0, 0], + "position": [0, -2, 0] + }, + "left_eye": { + "position": [-2, 0, 0] + }, + "right_eye": { + "position": [2, 0, 0] + }, + "eyelids": { + "rotation": [90, 0, 0], + "position": [0, 2, 0] + }, + "left_eyelid": { + "position": [3, 0, 0] + }, + "right_eyelid": { + "position": [-3, 0, 0] + }, + "right_drip": { + "scale": [1, "1.1+(Math.sin((query.anim_time) * 90 * 0.5)*0.2) ", 1] + }, + "left_drip": { + "scale": [1, "1.1+(Math.sin((query.anim_time) * 90 * 0.5)*0.2) ", 1] + }, + "apple": { + "rotation": ["-(math.sin((query.anim_time) * 90 * 1)* 1) ", 0, 0], + "position": [0, "(math.sin((query.anim_time) * 90 * 1-60)* 0.1) ", 0] + }, + "front_right_neck": { + "rotation": [0, 45, 0], + "position": [0.31, -6, 0.65] + }, + "front_right_neck2": { + "position": [0, -5, 0] + }, + "front_right_neck3": { + "position": [0, -6, 0] + }, + "front_right_neck4": { + "position": [0, -5, 0] + }, + "front_right_neck5": { + "position": [0, -6, 0] + }, + "front_right_head": { + "position": [0, -11, 2.82843] + }, + "front_right_eyelids": { + "rotation": [-247.5, 0, 0], + "position": [0.03711, 9.28, -7.01355] + }, + "front_right_left_eyelid": { + "position": [-1, 0, 0] + }, + "front_left_right_eyelid2": { + "position": [1, 0, 0] + } + } + }, + "animation.hydrapple.blink": { + "animation_length": 0.1667, + "bones": { + "left_eye": { + "position": { + "0.0": [-2, 0, 0], + "0.1667": {"pre": [-2, 0, 0], "post": [0, 0, 0]} + } + }, + "right_eye": { + "position": { + "0.0": [2, 0, 0], + "0.1667": {"pre": [2, 0, 0], "post": [0, 0, 0]} + } + }, + "eyes": { + "rotation": { + "0.0": [-90, 0, 0], + "0.1667": {"pre": [-90, 0, 0], "post": [0, 0, 0]} + }, + "position": { + "0.0": [0, -2, 0], + "0.1667": {"pre": [0, -2, 0], "post": [0, 0, 0]} + } + }, + "eyelids": { + "rotation": { + "0.0": [90, 0, 0], + "0.1667": {"pre": [90, 0, 0], "post": [0, 0, 0]} + }, + "position": { + "0.0": [0, 2, 0], + "0.1667": {"pre": [0, 2, 0], "post": [0, 0, 0]} + } + }, + "left_eyelid": { + "position": { + "0.0": [3, 0, 0], + "0.1667": {"pre": [3, 0, 0], "post": [0, 0, 0]} + } + }, + "right_eyelid": { + "position": { + "0.0": [-3, 0, 0], + "0.1667": {"pre": [-3, 0, 0], "post": [0, 0, 0]} + } + } + } + }, + "animation.hydrapple.blink2": { + "animation_length": 0.1667, + "bones": { + "back_left_eyelids": { + "rotation": { + "0.0": [90, 0, 0], + "0.1667": {"pre": [90, 0, 0], "post": [0, 0, 0]} + }, + "position": { + "0.0": [0, 2, 0], + "0.1667": {"pre": [0, 2, 0], "post": [0, 0, 0]} + } + }, + "back_left_left_eyelid": { + "position": { + "0.0": [2, 0, 0], + "0.1667": {"pre": [2, 0, 0], "post": [0, 0, 0]} + } + }, + "back_left_right_eyelid": { + "position": { + "0.0": [-2, 0, 0], + "0.1667": {"pre": [-2, 0, 0], "post": [0, 0, 0]} + } + }, + "back_left_eyes": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": {"pre": [0, 0, 0], "post": [1, 1, 1]} + } + } + } + }, + "animation.hydrapple.blink3": { + "animation_length": 0.1667, + "bones": { + "front_right_eyes": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": {"pre": [0, 0, 0], "post": [1, 1, 1]} + } + }, + "front_right_eyelids": { + "rotation": { + "0.0": [90, 0, 0], + "0.1667": {"pre": [90, 0, 0], "post": [0, 0, 0]} + }, + "position": { + "0.0": [0, 2, 0], + "0.1667": {"pre": [0, 2, 0], "post": [0, 0, 0]} + } + }, + "front_right_left_eyelid": { + "position": { + "0.0": [-2, 0, 0], + "0.1667": {"pre": [-2, 0, 0], "post": [0, 0, 0]} + } + }, + "front_left_right_eyelid2": { + "position": { + "0.0": [2, 0, 0], + "0.1667": {"pre": [2, 0, 0], "post": [0, 0, 0]} + } + } + } + }, + "animation.hydrapple.blink4": { + "animation_length": 0.1667, + "bones": { + "back_right_eyelids": { + "rotation": { + "0.0": [90, 0, 0], + "0.1667": {"pre": [90, 0, 0], "post": [0, 0, 0]} + }, + "position": { + "0.0": [0, 2, 0], + "0.1667": {"pre": [0, 2, 0], "post": [0, 0, 0]} + } + }, + "back_right_right_eyelid": { + "position": { + "0.0": [-2, 0, 0], + "0.1667": {"pre": [-2, 0, 0], "post": [0, 0, 0]} + } + }, + "back_right_left_eyelid": { + "position": { + "0.0": [2, 0, 0], + "0.1667": {"pre": [2, 0, 0], "post": [0, 0, 0]} + } + }, + "back_right_eyes": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": {"pre": [0, 0, 0], "post": [1, 1, 1]} + } + } + } + }, + "animation.hydrapple.cry": { + "animation_length": 2.5, + "bones": { + "neck6": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [7.5, 0, 0], + "0.2917": [-10, 0, 0], + "1.0": [-17.5, 0, 0], + "1.8333": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [15, 0, 0], + "0.1667": [25, 0, 0], + "0.375": [-47.5, 0, 0], + "0.5": [-56.68, 0, 25], + "0.75": [-75.04, 0, 0], + "1.0": [-51.73, 0, -25], + "1.25": [-46.29, 0, 0], + "1.5": [-40.86, 0, 0], + "2.0": [0, 0, 0] + } + }, + "eyes": { + "rotation": { + "0.0": [-90, 0, 0], + "0.1667": {"pre": [-90, 0, 0], "post": [0, 0, 0]} + }, + "position": { + "0.0": [0, -2, 0], + "0.1667": {"pre": [0, -2, 0], "post": [0, 0, 0]} + } + }, + "left_eye": { + "position": { + "0.0": [-2, 0, 0], + "0.1667": {"pre": [-2, 0, 0], "post": [0, 0, 0]} + } + }, + "right_eye": { + "position": { + "0.0": [2, 0, 0], + "0.1667": {"pre": [2, 0, 0], "post": [0, 0, 0]} + } + }, + "eyelids": { + "rotation": { + "0.0": [90, 0, 0], + "0.1667": {"pre": [90, 0, 0], "post": [0, 0, 0]} + }, + "position": { + "0.0": [0, 2, 0], + "0.1667": {"pre": [0, 2, 0], "post": [0, 0, 0]} + } + }, + "left_eyelid": { + "position": { + "0.0": [3, 0, 0], + "0.1667": {"pre": [3, 0, 0], "post": [0, 0, 0]} + } + }, + "right_eyelid": { + "position": { + "0.0": [-3, 0, 0], + "0.1667": {"pre": [-3, 0, 0], "post": [0, 0, 0]} + } + }, + "jaw": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [-37.5, 0, 0], + "0.1667": [-45, 0, 0], + "0.375": [12.5, 0, 0], + "0.5": [28.93, 0, 0], + "0.75": [-1.49, 0, 0], + "1.0": [13.85, 0, 0], + "1.8333": [0, 0, 0], + "2.0": [-45, 0, 0], + "2.25": [0, 0, 0] + } + }, + "tongue": { + "rotation": { + "0.2917": [0, 0, 0], + "0.375": [21, 0, 0], + "0.625": [10, 0, 0], + "0.875": [21, 0, 0], + "1.25": [0, 0, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "0.0833": [0, 0, 0], + "0.1667": [0, 0, 0], + "0.375": [1, 1, 1], + "1.8333": [1, 1, 1], + "2.0": [0, 0, 0], + "2.25": [1, 1, 1] + } + }, + "tongue2": { + "rotation": { + "0.2917": [0, 0, 0], + "0.375": [-32.5, 0, 0], + "0.5": [-21.25, 0, 0], + "0.625": [5, 0, 0], + "0.75": [-18.75, 0, 0], + "0.875": [-32.5, 0, 0], + "1.1667": [-43.75, 0, 0], + "1.4583": [0, 0, 0] + } + }, + "tongue3": { + "rotation": { + "0.2917": [0, 0, 0], + "0.375": [16.5, 0, 0], + "0.5": [5.75, 0, 0], + "0.625": [-22.5, 0, 0], + "0.75": [3.25, 0, 0], + "0.875": [16.5, 0, 0], + "1.1667": [35.75, 0, 0], + "1.4583": [0, 0, 0] + } + } + }, + "sound_effects": { + "0.375": { + "effect": "hydrapple_cry" + } + } + }, + "animation.hydrapple.blink1": { + "animation_length": 0.1667, + "bones": { + "front_left_eyes": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": {"pre": [0, 0, 0], "post": [1, 1, 1]} + } + }, + "front_left_eyelids": { + "rotation": { + "0.0": [90, 0, 0], + "0.1667": {"pre": [90, 0, 0], "post": [0, 0, 0]} + }, + "position": { + "0.0": [0, 2, 0], + "0.1667": {"pre": [0, 2, 0], "post": [0, 0, 0]} + } + }, + "front_left_left_eyelid": { + "position": { + "0.0": [2, 0, 0], + "0.1667": {"pre": [2, 0, 0], "post": [0, 0, 0]} + } + }, + "front_left_right_eyelid": { + "position": { + "0.0": [-2, 0, 0], + "0.1667": {"pre": [-2, 0, 0], "post": [0, 0, 0]} + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/indeedee/indeedee_f.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/indeedee/indeedee_f.animation.json new file mode 100644 index 0000000..f43465e --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/indeedee/indeedee_f.animation.json @@ -0,0 +1,395 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.indeedee_f.ground_idle": { + "loop": true, + "bones": { + "chest": { + "rotation": ["math.sin(query.anim_time*90*2-60)*1.5", "-math.sin(query.anim_time*90*2-30)", 0] + }, + "hips": { + "rotation": ["math.sin(query.anim_time*90*2)*1.5", "2.5+math.sin(query.anim_time*90*1)*2", 0] + }, + "tail": { + "rotation": ["-math.sin(query.anim_time*90*2+90)*3", 0, 0] + }, + "tail2": { + "rotation": ["math.sin(query.anim_time*90*2+180)*4", 0, 0] + }, + "tail3": { + "rotation": ["-math.sin(query.anim_time*90*2+270)*3", 0, 0] + }, + "arm_left": { + "rotation": ["0.131-math.sin(query.anim_time*90*2)*4", "-4.9971-math.sin(query.anim_time*90*2-90)*2", 44.9966] + }, + "elbow_left": { + "rotation": [0.17855, "13.8462+math.sin(query.anim_time*90*2)*4", -20.5244] + }, + "pointer_left": { + "rotation": [0, 0, "22.5-math.sin(query.anim_time*90*2-60)*4"] + }, + "middle_left": { + "rotation": [0, 0, "15-math.sin(query.anim_time*90*2)*4"] + }, + "ring_left": { + "rotation": [0, 0, "5-math.sin(query.anim_time*90*2-120)*4"] + }, + "arm_right": { + "rotation": ["0.131-math.sin(query.anim_time*90*2)*4", "4.9971+math.sin(query.anim_time*90*2-90)*2", -44.99657] + }, + "elbow_right": { + "rotation": [0.17855, "-13.8462-math.sin(query.anim_time*90*2)*4", 20.5244] + }, + "pointer_right": { + "rotation": [0, 0, "-22.5+math.sin(query.anim_time*90*2-60)*4"] + }, + "middle_right": { + "rotation": [0, 0, "-15+math.sin(query.anim_time*90*2)*4"] + }, + "ring_right": { + "rotation": [0, 0, "-5-math.sin(query.anim_time*90*2-120)*4"] + }, + "head": { + "rotation": ["-math.sin(query.anim_time*90*2-30)*3", "-2.5-math.sin(query.anim_time*90*1-30)*2", 0] + }, + "leg_left": { + "rotation": [0, 7.5, 0] + }, + "leg_right": { + "rotation": [0, -5, 0] + } + } + }, + "animation.indeedee_f.battle_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "body": { + "rotation": [0, 40, 0] + }, + "hips": { + "rotation": [0, "-2.5+math.sin(query.anim_time*90*2)*2", 0] + }, + "tail": { + "rotation": ["-math.sin(query.anim_time*90*2+90)*1", "-math.sin(query.anim_time*90*2+90)*3", "math.sin(query.anim_time*90*2+90)*4"] + }, + "tail2": { + "rotation": ["math.sin(query.anim_time*90*2+180)*3", 0, "-math.sin(query.anim_time*90*2+180)*5"] + }, + "tail3": { + "rotation": ["-math.sin(query.anim_time*90*2+270)*4", 0, 0] + }, + "torso": { + "rotation": [0, "-5-math.sin(query.anim_time*90*2+90)*3", 0] + }, + "arm_left": { + "rotation": ["-126.9967+math.sin(query.anim_time*90*2+180)*4", 21.63506, "57.1874+math.sin(query.anim_time*90*2+180)*2.5"], + "position": [-0.1, 0, 0] + }, + "elbow_left": { + "rotation": [-1.36092, "-17.3827+math.sin(query.anim_time*90*2+270)*4.5", "100.3228-math.sin(query.anim_time*90*2+270)*3"] + }, + "wrist_left": { + "rotation": [0, 0, "12.5+math.sin(query.anim_time*90*2+360)*2"] + }, + "pointer_left": { + "rotation": [1.30962, 7.38542, 10.08453] + }, + "ring_left": { + "rotation": [0.55404, -12.48791, -2.56062] + }, + "arm_right": { + "rotation": [-118.34077, "-29.4987+math.sin(query.anim_time*90*2+180)*3", -42.39409] + }, + "elbow_right": { + "rotation": [18.20743, "-8.5759-math.sin(query.anim_time*90*2+270)*3", "-28.6214+math.sin(query.anim_time*90*2+270)*2"] + }, + "wrist_right": { + "rotation": [0, 0, "-10-math.sin(query.anim_time*90*2+360)*4"] + }, + "hand_right": { + "rotation": [0, 0, "-2.5+math.sin(query.anim_time*90*2+90)*3"] + }, + "pointer_right": { + "rotation": [0, -7.5, "-5+math.sin(query.anim_time*90*2+180)*3"] + }, + "middle_right": { + "rotation": [0, 0, "0+math.sin(query.anim_time*90*2+180)*3"] + }, + "ring_right": { + "rotation": [0.43688, 4.98093, "5.019+math.sin(query.anim_time*90*2+180)*3"], + "position": [0.25, 0, 0] + }, + "head": { + "rotation": [-0.84512, "-29.964+math.sin(query.anim_time*90*2+90)*3", "-2.875-math.sin(query.anim_time*90*2+270)*1"] + }, + "leg_left": { + "rotation": [0, 2.5, 0] + }, + "knee_left": { + "rotation": [0, 5, 0] + }, + "leg_right": { + "rotation": [0, -2.5, 0] + }, + "knee_right": { + "rotation": [0, -5, 0] + } + } + }, + "animation.indeedee_f.blink": { + "animation_length": 0.1667, + "bones": { + "eyelid_left": { + "position": { + "0.0": [0, 0, -0.1], + "0.1667": { + "pre": [0, 0, -0.1], + "post": [0, 0, 0] + } + } + }, + "eyelid_right": { + "position": { + "0.0": [0, 0, -0.1], + "0.1667": { + "pre": [0, 0, -0.1], + "post": [0, 0, 0] + } + } + } + } + }, + "animation.indeedee_f.ground_walk": { + "loop": true, + "animation_length": 2, + "bones": { + "chest": { + "rotation": [0, "math.sin(query.anim_time*90*2-75)*12", "math.sin(query.anim_time*90*2)*2"] + }, + "hips": { + "rotation": [0, "math.sin(query.anim_time*90*2+120)*8", "-math.sin(query.anim_time*90*2+120)*2"] + }, + "tail": { + "rotation": ["math.sin(query.anim_time*90*4+120)*3", 0, "math.sin(query.anim_time*90*2+120)*4"] + }, + "tail2": { + "rotation": ["math.sin(query.anim_time*90*4+60)*4", 0, "math.sin(query.anim_time*90*2+60)*4"] + }, + "tail3": { + "rotation": ["math.sin(query.anim_time*90*4)*4", 0, 0] + }, + "torso": { + "rotation": [0, 0, "-math.sin(query.anim_time*90*2)*2"] + }, + "arm_left": { + "rotation": ["0.2344-math.sin(query.anim_time*90*2+90)*12", "-4.4754+math.sin(query.anim_time*90*2)*12", 44.93673] + }, + "elbow_left": { + "rotation": [3.53027, "14.1499+math.sin(query.anim_time*90*2-90)*6", -14.97311] + }, + "pointer_left": { + "rotation": [0, 0, "22.5+math.sin(query.anim_time*90*2-60)*4"] + }, + "middle_left": { + "rotation": [0, 0, "15+math.sin(query.anim_time*90*2)*4"] + }, + "ring_left": { + "rotation": [0, 0, "5-math.sin(query.anim_time*90*2-120)*4"] + }, + "arm_right": { + "rotation": ["0.2344-math.sin(query.anim_time*90*2+90)*12", "4.4754+math.sin(query.anim_time*90*2)*12", -44.93772] + }, + "elbow_right": { + "rotation": [-0.81528, "-13.3861+math.sin(query.anim_time*90*2-90)*6", 16.01135] + }, + "pointer_right": { + "rotation": [0, 0, "-22.5+math.sin(query.anim_time*90*2-60)*4"] + }, + "middle_right": { + "rotation": [0, 0, "-15+math.sin(query.anim_time*90*2)*4"] + }, + "ring_right": { + "rotation": [0, 0, "-5-math.sin(query.anim_time*90*2-120)*4"] + }, + "head": { + "rotation": [0, "math.sin(query.anim_time*90*2-60)*5", "-math.sin(query.anim_time*90*2-60)"] + }, + "leg_left": { + "rotation": { + "0.0": [-10.56062, 4.68305, -1.16616], + "0.5": { + "pre": [-1.56737, 4.84799, 0.39177], + "post": [-1.56737, 4.84799, 0.39177], + "lerp_mode": "catmullrom" + }, + "1.0": [11.92118, 2.14721, 1.53688], + "1.2083": [19.4348, 4.24113, 3.31147], + "1.5": { + "pre": [4.42971, 4.82198, 1.43659], + "post": [4.42971, 4.82198, 1.43659], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-15.55256, 4.48696, -2.01441], + "lerp_mode": "catmullrom" + }, + "2.0": [-10.56062, 4.68305, -1.16616] + }, + "position": { + "0.0": [0, -0.25, -2], + "0.5": [0, -0.37, -0.25], + "1.0": [0, -0.25, 1.5], + "1.2083": { + "pre": [0, 0.5, 0.75], + "post": [0, 0.5, 0.75], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 1, 0], + "1.8333": { + "pre": [0, 1.25, -1.7], + "post": [0, 1.25, -1.7], + "lerp_mode": "catmullrom" + }, + "2.0": [0, -0.25, -2] + } + }, + "knee_left": { + "rotation": { + "0.0": { + "post": [6.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [2, 0, 0], + "1.0": [-8.5, 0, 0], + "1.5": [9, 0, 0], + "2.0": { + "pre": [6.5, 0, 0], + "post": [6.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [0, -0.25, 0], + "1.0": [0, 0.25, 0], + "1.5": [0, 0, 0], + "2.0": { + "pre": [0, -0.25, 0], + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left": { + "rotation": { + "0.0": [3.09, 0, 0], + "0.5": [0, 0, 0], + "1.0": [-3, 0, 0], + "1.5": [6.17, 0, 0], + "2.0": [3.09, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [0, 0.5, 0], + "1.0": [0, 0, 0], + "1.5": [0, 0.5, 0], + "2.0": { + "pre": [0, 0.5, 0], + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": { + "0.0": [11.92118, 2.14721, 1.53688], + "0.2083": [19.4348, 4.24113, 3.31147], + "0.5": { + "pre": [4.42971, 4.82198, 1.43659], + "post": [4.42971, 4.82198, 1.43659], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-15.55256, 4.48696, -2.01441], + "lerp_mode": "catmullrom" + }, + "1.0": [-10.56062, 4.68305, -1.16616], + "1.5": { + "pre": [-1.56737, 4.84799, 0.39177], + "post": [-1.56737, 4.84799, 0.39177], + "lerp_mode": "catmullrom" + }, + "2.0": [11.92118, 2.14721, 1.53688] + }, + "position": { + "0.0": [0, -0.25, 1.5], + "0.2083": { + "pre": [0, 0.5, 0.75], + "post": [0, 0.5, 0.75], + "lerp_mode": "catmullrom" + }, + "0.5": [0, 1, 0], + "0.8333": { + "pre": [0, 1.25, -1.7], + "post": [0, 1.25, -1.7], + "lerp_mode": "catmullrom" + }, + "1.0": [0, -0.25, -2], + "1.5": [0, -0.37, -0.25], + "2.0": [0, -0.25, 1.5] + } + }, + "knee_right": { + "rotation": { + "0.0": [-8.5, 0, 0], + "0.5": [9, 0, 0], + "1.0": { + "pre": [6.5, 0, 0], + "post": [6.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [2, 0, 0], + "2.0": [-8.5, 0, 0] + }, + "position": { + "0.0": [0, 0.25, 0], + "0.5": [0, 0, 0], + "1.0": { + "pre": [0, -0.25, 0], + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, -0.25, 0], + "2.0": [0, 0.25, 0] + } + }, + "foot_right": { + "rotation": { + "0.0": [-3, 0, 0], + "0.5": [6.17, 0, 0], + "1.5": [0, 0, 0], + "2.0": [-3, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0.5, 0], + "1.0": { + "pre": [0, 0.5, 0], + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0.5, 0], + "2.0": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/indeedee/indeedee_m.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/indeedee/indeedee_m.animation.json new file mode 100644 index 0000000..116a74d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/indeedee/indeedee_m.animation.json @@ -0,0 +1,991 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.indeedee_m.ground_idle": { + "loop": true, + "bones": { + "leg_left": { + "rotation": [0, -2.5, 0] + }, + "leg_right": { + "rotation": [0, 5, 0] + }, + "arm_left": { + "rotation": ["0.2617-math.sin(query.anim_time*90*2)*4", "-4.9885-math.sin(query.anim_time*90*2-90)*2", 42.4932] + }, + "elbow_left": { + "rotation": [7.17799, "11.8729+math.sin(query.anim_time*90*2)*4", 10.20128] + }, + "pointer_left": { + "rotation": [0, 0, "22.5-math.sin(query.anim_time*90*2-60)*4"] + }, + "middle_left": { + "rotation": [0, 0, "15-math.sin(query.anim_time*90*2)*4"] + }, + "arm_right": { + "rotation": ["0.2617-math.sin(query.anim_time*90*2)*4", "4.9885+math.sin(query.anim_time*90*2-90)*2", -42.49317] + }, + "elbow_right": { + "rotation": [7.17799, "-11.8729-math.sin(query.anim_time*90*2)*4", -10.20128] + }, + "pointer_right": { + "rotation": [0, 0, "-22.5+math.sin(query.anim_time*90*2-60)*4"] + }, + "middle_right": { + "rotation": [0, 0, "-15+math.sin(query.anim_time*90*2)*4"] + }, + "hips": { + "rotation": ["math.sin(query.anim_time*90*2)*1.5", "2.5+math.sin(query.anim_time*90*1)*2", 0] + }, + "chest": { + "rotation": ["math.sin(query.anim_time*90*2-60)*1.5", "-math.sin(query.anim_time*90*2-30)", 0] + }, + "head": { + "rotation": ["-math.sin(query.anim_time*90*2-30)*3", "-2.5-math.sin(query.anim_time*90*1-30)*2", 0] + }, + "tail": { + "rotation": ["-math.sin(query.anim_time*90*2+90)*3", 0, 0] + }, + "tail2": { + "rotation": ["math.sin(query.anim_time*90*2+180)*4", 0, 0] + }, + "tail3": { + "rotation": ["-math.sin(query.anim_time*90*2+270)*3", 0, 0] + }, + "ring_left": { + "rotation": [0, 0, "5-math.sin(query.anim_time*90*2-120)*4"] + }, + "ring_right": { + "rotation": [0, 0, "-5-math.sin(query.anim_time*90*2-120)*4"] + } + } + }, + "animation.indeedee_m.battle_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "body": { + "rotation": [0, -17.5, 0], + "position": [0, -0.15, 0] + }, + "hips": { + "rotation": ["math.sin(query.anim_time*90*2)*0.75", "2.5+math.sin(query.anim_time*90*2)*0.25", 0] + }, + "leg_left": { + "rotation": [-5, -5, 0], + "position": [0, -0.075, 0] + }, + "knee_left": { + "rotation": [7.76435, 14.86718, 1.02579] + }, + "leg_right": { + "rotation": [-2.5, 7.5, 0] + }, + "knee_right": { + "rotation": [5.26605, -14.91053, -1.03091] + }, + "torso": { + "rotation": ["math.sin(query.anim_time*90*2+180)*0.5", 5, 0] + }, + "chest": { + "rotation": ["math.sin(query.anim_time*90*2+270)*1", 5, 0] + }, + "head": { + "rotation": ["5-math.sin(query.anim_time*90*2+270)*1", "-7.5+math.sin(query.anim_time*90*2+90)*1", 0] + }, + "arm_left": { + "rotation": [-123.6249, "3.1565+math.sin(query.anim_time*90*2+360)*2", "43.3559-math.sin(query.anim_time*90*2+360)*1"] + }, + "elbow_left": { + "rotation": [29.68051, "28.9532+math.sin(query.anim_time*90*2+90)*2", "55.6892+math.sin(query.anim_time*90*2+90)*1"] + }, + "wrist_left": { + "rotation": [0, 0, "7.5+math.sin(query.anim_time*90*2+180)*2"] + }, + "pointer_left": { + "rotation": [7.6734, "26.4883-math.sin(query.anim_time*90*2+270)*3", 16.80857] + }, + "middle_left": { + "rotation": [0, -10, "7.5+math.sin(query.anim_time*90*2+270)*1"] + }, + "ring_left": { + "rotation": [0, "-32.5+math.sin(query.anim_time*90*2+270)*2", 0], + "position": [-0.25, 0, 0] + }, + "arm_right": { + "rotation": [27.83993, "9.8713-math.sin(query.anim_time*90*2+270)*3", -41.70108] + }, + "elbow_right": { + "rotation": [-39.45363, "-57.383+math.sin(query.anim_time*90*2+360)*3", 33.32581] + }, + "wrist_right": { + "rotation": [0, 0, "-10-math.sin(query.anim_time*90*2+90)*4"] + }, + "pointer_right": { + "rotation": [0, -17.5, "-math.sin(query.anim_time*90*2+180)*1"] + }, + "middle_right": { + "rotation": [0, 0, "-12.5-math.sin(query.anim_time*90*2+180)*3"] + }, + "ring_right": { + "rotation": [-10, 22.5, "-30-math.sin(query.anim_time*90*2+180)*1"], + "position": [0, -0.05, 0] + }, + "foot_left": { + "rotation": [-2.5, 0, 0] + }, + "foot_right": { + "rotation": [-2.5, 0, 0] + }, + "tail": { + "rotation": ["-math.sin(query.anim_time*90*2+90)*3", 0, 0] + }, + "tail2": { + "rotation": ["math.sin(query.anim_time*90*2+180)*4", 0, 0] + }, + "tail3": { + "rotation": ["-math.sin(query.anim_time*90*2+270)*3", 0, 0] + } + } + }, + "animation.indeedee_m.physical": { + "loop": true, + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": [0, -17.5, 0], + "3.0": [0, -17.5, 0] + }, + "position": { + "0.0": [0, -0.15, 0], + "3.0": [0, -0.15, 0] + } + }, + "hips": { + "rotation": { + "0.0": [0, 2.5, 0], + "0.2917": { + "pre": [-0.65963, 17.49556, 1.56679], + "post": [-0.65963, 17.49556, 1.56679], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-1, 19.91, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-0.19268, 15.97886, 3.12021], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0.17342, 3.9656, 2.506], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, -10, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [2.5539, -20.9966, -0.16342], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [1.30448, -21.49596, 4.42703], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0.31065, -14.44287, 5.52043], + "lerp_mode": "catmullrom" + }, + "2.25": [0.09467, -2.25758, 0.6754], + "2.5": { + "pre": [0, 2.5, 0], + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": [0, 2.5, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.2917": { + "pre": [0, 0, 0.3], + "post": [0, 0, 0.3], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 0.55], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "2.5": [0, 0, 0], + "3.0": [0, 0, 0] + } + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [-5, -5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-4.98558, 2.47162, -0.65242], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5.1016, -12.47096, 0.66757], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-5, -5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "knee_left": { + "rotation": { + "0.0": { + "post": [7.76435, 14.86718, 1.02579], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [7.56687, 7.43401, 0.00682], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [8.11308, 22.29554, 2.11784], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.76435, 14.86718, 1.02579], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0.075, 0, 0], + "1.0": [-0.095, 0, 0.025], + "3.0": [0, 0, 0] + } + }, + "leg_right": { + "rotation": { + "0.0": [-2.5, 7.5, 0], + "0.3333": [4.37665, 37.46593, -1.57457], + "0.5": [6.87665, 37.46593, -1.57457], + "0.6667": [6.87665, 37.46593, -1.57457], + "0.9583": [-10.30216, 19.98532, -0.67827], + "1.0833": [-2.48097, 2.50472, 0.21803], + "1.5833": [-2.48097, 2.50472, 0.21803], + "2.25": [-2.5, 7.5, 0], + "3.0": [-2.5, 7.5, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.2083": { + "pre": [0, 0.5, 0.25], + "post": [0, 0.5, 0.25], + "lerp_mode": "catmullrom" + }, + "0.3333": [0, 0, 1], + "0.5": [0, 0, 1], + "0.6667": [0, 0, 1], + "0.9583": [0, 1, -0.22], + "1.0833": [0, 0, -1], + "1.5833": [0, 0, -1], + "2.0": { + "pre": [0, 1, -0.48], + "post": [0, 1, -0.48], + "lerp_mode": "catmullrom" + }, + "2.25": [0, 0, 0], + "3.0": [0, 0, 0] + } + }, + "knee_right": { + "rotation": { + "0.0": [5.26605, -14.91053, -1.03091], + "0.3333": [-3.29106, -14.71766, 3.10187], + "0.5": [-5.79106, -14.71766, 3.10187], + "0.6667": [-5.79106, -14.71766, 3.10187], + "0.9583": [7.23749, -14.81409, 1.03548], + "1.0833": [5.26605, -14.91053, -1.03091], + "1.25": [5.26605, -14.91053, -1.03091], + "3.0": [5.26605, -14.91053, -1.03091] + }, + "position": { + "0.0": [0, 0, 0], + "0.3333": [0, 0.1, 0], + "0.5": [0, 0.15, 0], + "0.6667": [0, 0.15, 0], + "1.0833": [0, 0, 0], + "1.25": [0, 0, 0], + "3.0": [0, 0, 0] + } + }, + "torso": { + "rotation": [0, 5, 0] + }, + "chest": { + "rotation": { + "0.0": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-3.28795, 17.48281, -2.62116], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-8.29971, 18.79634, -0.25532], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-8.74193, 25.43925, -3.58348], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-5.18384, 24.9803, -0.48015], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [5.05766, 9.98078, 0.44192], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [10.0795, -7.37603, -1.5268], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [10.20363, -11.97587, -2.3444], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "1.375": [0, -0.45, 0], + "3.0": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [5, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [4.06238, -12.49034, -0.47047], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [7.63142, -12.50885, -2.09395], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [5.44165, 6.11882, -2.14595], + "lerp_mode": "catmullrom" + }, + "2.0833": [0.84345, 19.089, -3.64286], + "2.4167": { + "pre": [3.11, 4.59, -1.76], + "post": [3.11, 4.59, -1.76], + "lerp_mode": "catmullrom" + }, + "3.0": [5, -7.5, 0] + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [-123.6249, 3.1565, 43.3559], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-126.77446, 10.49325, 36.98521], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-125.45731, 17.60944, 33.2945], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-93.21313, -16.10384, 38.93818], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-93.92555, -26.28889, 40.1067], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-97.67422, -36.47954, 42.34128], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-123.6249, 3.1565, 43.3559], + "lerp_mode": "catmullrom" + } + } + }, + "elbow_left": { + "rotation": { + "0.0": { + "post": [29.68051, 28.9532, 55.6892], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [48.03906, -7.01553, 62.47298], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [73.62857, -15.4278, 72.03158], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [87.8795, -6.15196, 32.75208], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [64.37443, -6.92076, -1.6893], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [29.68051, 28.9532, 55.6892], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "1.3333": [0, 0, -0.5], + "3.0": [0, 0, 0] + } + }, + "wrist_left": { + "rotation": { + "0.0": [0, 0, 7.5], + "1.0417": [0, 0, 22.5], + "3.0": [0, 0, 7.5] + } + }, + "pointer_left": { + "rotation": { + "0.0": [7.6734, 26.4883, 16.80857], + "3.0": [7.6734, 26.4883, 16.80857] + } + }, + "middle_left": { + "rotation": { + "0.0": [0, -10, 7.5], + "3.0": [0, -10, 7.5] + } + }, + "ring_left": { + "rotation": { + "0.0": [0, -32.5, 0], + "3.0": [0, -32.5, 0] + }, + "position": { + "0.0": [-0.25, 0, 0], + "3.0": [-0.25, 0, 0] + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [27.83993, 9.8713, -41.70108], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [29.9934, 23.02098, -34.15474], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-10.87837, 47.14484, -47.3243], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-12.76626, 54.48718, -49.75477], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [5.02286, -42.24716, -16.61244], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [17.29726, -74.17255, -28.35193], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [33.927, -56.78646, -48.96249], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [36.80676, -42.38153, -54.18079], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [27.83993, 9.8713, -41.70108], + "lerp_mode": "catmullrom" + } + } + }, + "elbow_right": { + "rotation": { + "0.0": { + "post": [-39.45363, -57.383, 33.32581], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-31.81426, -33.70681, 12.67232], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-43.95776, -25.07216, 6.87185], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-33.79834, -17.70396, -0.39705], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-40.35868, -19.30988, 25.34423], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-18.86571, -39.8447, 24.3565], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-37.83799, -58.92187, 37.58487], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-39.45363, -57.383, 33.32581], + "lerp_mode": "catmullrom" + } + } + }, + "wrist_right": { + "rotation": { + "0.0": [0, 0, -10], + "0.2917": [0, 0, -20.15], + "0.9583": [0, 0, -31.6], + "1.1667": [0, 0, -2.05], + "1.25": [0, 0, -2.73], + "3.0": [0, 0, -10] + } + }, + "pointer_right": { + "rotation": { + "0.0": [0, -17.5, 0], + "3.0": [0, -17.5, 0] + } + }, + "middle_right": { + "rotation": { + "0.0": [0, 0, -12.5], + "3.0": [0, 0, -12.5] + } + }, + "ring_right": { + "rotation": { + "0.0": [-10, 22.5, -30], + "3.0": [-10, 22.5, -30] + }, + "position": { + "0.0": [0, -0.05, 0], + "3.0": [0, -0.05, 0] + } + }, + "foot_left": { + "rotation": { + "0.0": [-2.5, 0, 0], + "3.0": [-2.5, 0, 0] + } + }, + "foot_right": { + "rotation": { + "0.0": [-2.5, 0, 0], + "0.2083": { + "pre": [-10, 0, 0], + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": [-2.5, 0, 0], + "0.6667": [-2.5, 0, 0], + "0.9583": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": [-2.5, 0, 0], + "1.6667": [-2.5, 0, 0], + "1.7917": { + "pre": [4.64, 0, 0], + "post": [4.64, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": [-2.5, 0, 0], + "3.0": [-2.5, 0, 0] + }, + "position": { + "0.6667": [0, 0, 0], + "0.9583": { + "pre": [0, 0.5, 0], + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": [0, 0, 0], + "1.6667": [0, 0, 0], + "1.7917": { + "pre": [0, 0.25, 0], + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": [0, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [0, 0, 0], + "3.0": [0, 0, 0] + } + }, + "tail2": { + "rotation": { + "0.0": [0, 0, 0], + "3.0": [0, 0, 0] + } + }, + "tail3": { + "rotation": { + "0.0": [0, 0, 0], + "3.0": [0, 0, 0] + } + }, + "pupil_left": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0.05, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-0.25, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-0.15, 0.15, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "pupil_right": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-0.15, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-0.05, 0.05, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.indeedee_m.blink": { + "animation_length": 0.1667, + "bones": { + "eyelid_left": { + "position": { + "0.0": [0, 0, -0.1], + "0.1667": { + "pre": [0, 0, -0.1], + "post": [0, 0, 0] + } + } + }, + "eyelid_right": { + "position": { + "0.0": [0, 0, -0.1], + "0.1667": { + "pre": [0, 0, -0.1], + "post": [0, 0, 0] + } + } + } + } + }, + "animation.indeedee_m.ground_walk": { + "loop": true, + "animation_length": 2, + "bones": { + "leg_left": { + "rotation": { + "0.0": [-10.56808, -5.14828, 0.66501], + "0.5": { + "pre": [-1.56808, -5.14828, 0.66501], + "post": [-1.56808, -5.14828, 0.66501], + "lerp_mode": "catmullrom" + }, + "1.0": [11.96247, -5.19092, -0.0145], + "1.2083": [19.46247, -5.19092, -0.0145], + "1.5": { + "pre": [4.43192, -5.14828, 0.66501], + "post": [4.43192, -5.14828, 0.66501], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-15.56808, -5.14828, 0.66501], + "lerp_mode": "catmullrom" + }, + "2.0": [-10.56808, -5.14828, 0.66501] + }, + "position": { + "0.0": [0, 0, -2], + "1.0": [0, 0, 1.5], + "1.2083": { + "pre": [0, 0.5, 0.75], + "post": [0, 0.5, 0.75], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 1, 0], + "1.8333": { + "pre": [0, 1.25, -1.7], + "post": [0, 1.25, -1.7], + "lerp_mode": "catmullrom" + }, + "2.0": [0, 0, -2] + } + }, + "knee_left": { + "rotation": { + "0.0": { + "post": [6.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [2, 0, 0], + "1.0": [-8.5, 0, 0], + "1.5": [9, 0, 0], + "2.0": { + "pre": [6.5, 0, 0], + "post": [6.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [0, -0.5, 0], + "1.0": [0, 0, 0], + "1.5": [0, 0, 0], + "2.0": { + "pre": [0, -0.5, 0], + "post": [0, -0.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left": { + "rotation": { + "0.0": [3.09, 0, 0], + "0.5": [0, 0, 0], + "1.0": [-3, 0, 0], + "1.5": [6.17, 0, 0], + "2.0": [3.09, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [0, 0.5, 0], + "1.0": [0, 0, 0], + "1.5": [0, 0.5, 0], + "2.0": { + "pre": [0, 0.5, 0], + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": { + "0.0": [11.96247, 5.19092, 0.0145], + "0.2083": [19.46247, 5.19092, 0.0145], + "0.5": { + "pre": [4.43192, 5.14828, -0.66501], + "post": [4.43192, 5.14828, -0.66501], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-15.56808, 5.14828, -0.66501], + "lerp_mode": "catmullrom" + }, + "1.0": [-10.56808, 5.14828, -0.66501], + "1.5": { + "pre": [-1.56808, 5.14828, -0.66501], + "post": [-1.56808, 5.14828, -0.66501], + "lerp_mode": "catmullrom" + }, + "2.0": [11.96247, 5.19092, 0.0145] + }, + "position": { + "0.0": [0, 0, 1.5], + "0.2083": { + "pre": [0, 0.5, 0.75], + "post": [0, 0.5, 0.75], + "lerp_mode": "catmullrom" + }, + "0.5": [0, 1, 0], + "0.8333": { + "pre": [0, 1.25, -1.7], + "post": [0, 1.25, -1.7], + "lerp_mode": "catmullrom" + }, + "1.0": [0, 0, -2], + "2.0": [0, 0, 1.5] + } + }, + "knee_right": { + "rotation": { + "0.0": [-8.5, 0, 0], + "0.5": [9, 0, 0], + "1.0": { + "pre": [6.5, 0, 0], + "post": [6.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [2, 0, 0], + "2.0": [-8.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "1.0": { + "pre": [0, -0.5, 0], + "post": [0, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, -0.5, 0], + "2.0": [0, 0, 0] + } + }, + "foot_right": { + "rotation": { + "0.0": [-3, 0, 0], + "0.5": [6.17, 0, 0], + "1.5": [0, 0, 0], + "2.0": [-3, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0.5, 0], + "1.0": { + "pre": [0, 0.5, 0], + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0.5, 0], + "2.0": [0, 0, 0] + } + }, + "hips": { + "rotation": [0, "math.sin(query.anim_time*90*2+120)*8", "-math.sin(query.anim_time*90*2+120)*2"] + }, + "torso": { + "rotation": [0, 0, "-math.sin(query.anim_time*90*2)*2"] + }, + "tail": { + "rotation": ["math.sin(query.anim_time*90*4+120)*3", 0, "math.sin(query.anim_time*90*2+120)*4"] + }, + "tail2": { + "rotation": ["math.sin(query.anim_time*90*4+60)*4", 0, "math.sin(query.anim_time*90*2+60)*4"] + }, + "tail3": { + "rotation": ["math.sin(query.anim_time*90*4)*4", 0, 0] + }, + "chest": { + "rotation": [0, "math.sin(query.anim_time*90*2-75)*12", "math.sin(query.anim_time*90*2)*2"] + }, + "head": { + "rotation": [0, "-math.sin(query.anim_time*90*2-120)*5", "-math.sin(query.anim_time*90*2)*2"] + }, + "arm_left": { + "rotation": ["0.4369-math.sin(query.anim_time*90*2+90)*12", "-4.9809+math.sin(query.anim_time*90*2)*12", 42.48] + }, + "elbow_left": { + "rotation": [6.11, "12.4517+math.sin(query.anim_time*90*2-90)*6", 5.12] + }, + "pointer_left": { + "rotation": [0, 0, "22.5+math.sin(query.anim_time*90*2-60)*4"] + }, + "middle_left": { + "rotation": [0, 0, "15+math.sin(query.anim_time*90*2)*4"] + }, + "ring_left": { + "rotation": [0, 0, "5-math.sin(query.anim_time*90*2-120)*4"] + }, + "arm_right": { + "rotation": ["0.4369-math.sin(query.anim_time*90*2+90)*12", "4.9809+math.sin(query.anim_time*90*2)*12", -42.481] + }, + "elbow_right": { + "rotation": [6.10693, "-12.4517+math.sin(query.anim_time*90*2-90)*6", -5.12076] + }, + "pointer_right": { + "rotation": [0, 0, "-22.5+math.sin(query.anim_time*90*2-60)*4"] + }, + "middle_right": { + "rotation": [0, 0, "-15+math.sin(query.anim_time*90*2)*4"] + }, + "ring_right": { + "rotation": [0, 0, "-5-math.sin(query.anim_time*90*2-120)*4"] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ironbundle/ironbundle.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ironbundle/ironbundle.animation.json new file mode 100644 index 0000000..f0b0a95 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ironbundle/ironbundle.animation.json @@ -0,0 +1,4070 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.ironbundle.pose": { + "loop": true, + "animation_length": 5.125, + "bones": { + "LeftArm": { + "rotation": [-7.5, 0, 55] + }, + "RightArm": { + "rotation": [-10, 0, -2.5] + }, + "Tail1": { + "rotation": [19.30857, 26.48829, 7.6734] + }, + "Tail2": { + "rotation": [10, -7.5, 0] + }, + "Tail3": { + "rotation": [2.68789, -27.48982, -0.48922] + }, + "Tail4": { + "rotation": [-8.05689, -32.43127, 1.15661] + }, + "Tail5": { + "rotation": [-9.42205, -37.12482, 5.71946] + }, + "Tail6": { + "rotation": [-9.0127, -42.34755, 2.61988] + }, + "Tail7": { + "rotation": [2.5, -20, 0] + }, + "Tail8": { + "rotation": [10, -27.5, 0] + }, + "Tail9": { + "rotation": [10, 0, 0] + }, + "Bundle": { + "rotation": [0, 0, -12.5] + }, + "RightFoot": { + "rotation": [0, 22.5, 0] + }, + "LeftFoot": { + "rotation": [0, -20, 0] + }, + "head_nonmoving": { + "position": [0, -5, 0] + }, + "neck1": { + "position": [0, -1.75, 0] + }, + "neck3": { + "position": [0, -4, 0] + }, + "neck4": { + "position": [0, -5, 0] + }, + "sleep_bundle": { + "scale": 0 + }, + "head": { + "position": [0, -5, 0] + } + } + }, + "animation.ironbundle.ground_idle": { + "loop": true, + "animation_length": 3, + "bones": { + "LeftArm": { + "rotation": { + "0.0": [0, 0, 60], + "0.7083": [0, 0, 60], + "0.75": [0, 0, 55], + "0.7917": [0, 0, 60], + "0.875": [0, 0, 60], + "0.9167": [0, 0, 55], + "0.9583": [0, 0, 60] + }, + "position": [0.25, 0.25, 0] + }, + "RightArm": { + "rotation": { + "0.0": [0, 0, -60], + "0.7083": [0, 0, -60.28], + "0.75": [0, 0, -55], + "0.7917": [0, 0, -60], + "0.875": [0, 0, -60.28], + "0.9167": [0, 0, -55], + "0.9583": [0, 0, -60] + }, + "position": [-0.25, 0.5, 0] + }, + "Tail1": { + "position": [0, 2.25, -0.75] + }, + "Tail2": { + "position": [0, 0, -5] + }, + "Tail3": { + "position": [0, 0, -5] + }, + "Tail4": { + "position": [0, 0, -5] + }, + "Tail5": { + "position": [0, 0, -5] + }, + "Tail6": { + "position": [0, 0, -5] + }, + "Tail7": { + "position": [0, 0, -5] + }, + "Tail8": { + "position": [0, 0, -5] + }, + "Tail9": { + "position": [0, 0, -5] + }, + "Bundle": { + "rotation": [5, 0, 0], + "position": [0, 0, -3] + }, + "neck1": { + "rotation": { + "0.0": [0, 0, 0], + "1.25": [0, 0, 0], + "1.2917": [0, -2.5, 0], + "1.3333": [0, 0, 0] + }, + "position": [0, -4, 0] + }, + "neck2": { + "position": [0, -4, 0] + }, + "neck3": { + "position": [0, -4, 0] + }, + "neck4": { + "position": [0, -4, 0] + }, + "RightFoot": { + "rotation": [0, 25, 0] + }, + "LeftFoot": { + "rotation": [0, -25, 0] + }, + "up_light1": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.2", 0, "0-math.sin((query.anim_time)*120)*0.2"] + }, + "up_light2": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.2", 0, "0-math.sin((query.anim_time+0.5)*120)*0.2"] + }, + "up_light3": { + "position": ["0-math.sin((query.anim_time-0.9)*120)*0.2", 0, "0-math.sin((query.anim_time+0.3)*120)*0.2"] + }, + "up_light4": { + "position": ["0-math.sin((query.anim_time-0.8)*120)*0.2", 0, "0-math.sin((query.anim_time-0.3)*120)*0.2"] + }, + "up_light5": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.2", 0, "0-math.sin((query.anim_time+0.8)*120)*0.2"] + }, + "up_light6": { + "position": ["0-math.sin((query.anim_time+0.1)*120)*0.2", 0, "0-math.sin((query.anim_time+0.7)*120)*0.2"] + }, + "up_light7": { + "position": ["0-math.sin((query.anim_time-0.5)*120)*0.2", 0, "00-math.sin((query.anim_time)*120)*0.2"] + }, + "up_light8": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.2", 0, "00-math.sin((query.anim_time+0.6)*120)*0.2"] + }, + "up_light9": { + "position": ["0-math.sin((query.anim_time+0.5)*120)*0.2", 0, "0-math.sin((query.anim_time-0.2)*120)*0.2"] + }, + "back_light1": { + "position": ["0-math.sin((query.anim_time)*120)*0.20", "0-math.sin((query.anim_time)*120)*0.20", 0] + }, + "back_light2": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time+0.9)*120)*0.20", 0] + }, + "back_light3": { + "position": ["0-math.sin((query.anim_time+0.2)*120)*0.20", "0-math.sin((query.anim_time-0.3)*120)*0.20", 0] + }, + "back_light4": { + "position": ["0-math.sin((query.anim_time-0.1)*120)*0.20", "0-math.sin((query.anim_time+0.9)*120)*0.20", 0] + }, + "back_light5": { + "position": ["0-math.sin((query.anim_time+0.4)*120)*0.20", "0-math.sin((query.anim_time-0.8)*120)*0.20", 0] + }, + "back_light6": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time+0.3)*120)*0.20", 0] + }, + "back_light7": { + "position": ["0-math.sin((query.anim_time)*120)*0.20", "0-math.sin((query.anim_time+0.4)*120)*0.20", 0] + }, + "back_light8": { + "position": ["0-math.sin((query.anim_time+0.3)*120)*0.20", "0-math.sin((query.anim_time+0.7)*120)*0.20", 0] + }, + "back_light9": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time+0.8)*120)*0.20", 0] + }, + "left_light1": { + "position": [0, "0-math.sin((query.anim_time+0.5)*120)*0.2", "0-math.sin((query.anim_time+0.5)*120)*0.2"] + }, + "left_light2": { + "position": [0, "0-math.sin((query.anim_time+0.3)*120)*0.20", "0-math.sin((query.anim_time-0.9)*120)*0.20"] + }, + "left_light3": { + "position": [0, "0-math.sin((query.anim_time+0.3)*120)*0.20", "0-math.sin((query.anim_time-0.5)*120)*0.20"] + }, + "left_light4": { + "position": [0, "0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time+0.4)*120)*0.20"] + }, + "left_light5": { + "position": [0, "0-math.sin((query.anim_time-0.3)*120)*0.20", "0-math.sin((query.anim_time-0.2)*120)*0.20"] + }, + "left_light6": { + "position": [0, "0-math.sin((query.anim_time+0.4)*120)*0.20", "0-math.sin((query.anim_time+0.9)*120)*0.20"] + }, + "left_light7": { + "position": [0, "0-math.sin((query.anim_time-0.3)*120)*0.20", "0-math.sin((query.anim_time-0.9)*120)*0.20"] + }, + "left_light8": { + "position": [0, "0-math.sin((query.anim_time+0.4)*120)*0.20", "0-math.sin((query.anim_time-0.6)*120)*0.20"] + }, + "left_light9": { + "position": [0, "0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time)*120)*0.20"] + }, + "right_light1": { + "position": [0, "0-math.sin((query.anim_time-0.5)*120)*0.2", "0-math.sin((query.anim_time)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light2": { + "position": [0, "0-math.sin((query.anim_time-0.3)*120)*0.2", "0-math.sin((query.anim_time-0.4)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light3": { + "position": [0, "0-math.sin((query.anim_time-0.1)*120)*0.2", "0.5-math.sin((query.anim_time+0.8)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light4": { + "position": [0, "0-math.sin((query.anim_time-0.8)*120)*0.2", "0-math.sin((query.anim_time-0.3)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light5": { + "position": [0, "0-math.sin((query.anim_time+0.2)*120)*0.2", "0-math.sin((query.anim_time-0.6)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light6": { + "position": [0, "0-math.sin((query.anim_time+0.7)*120)*0.2", "0-math.sin((query.anim_time-0.5)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light7": { + "position": [0, "0-math.sin((query.anim_time-0.7)*120)*0.2", "0-math.sin((query.anim_time+0.6)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light8": { + "position": [0, "0-math.sin((query.anim_time-0.8)*120)*0.2", "0-math.sin((query.anim_time+0.2)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light9": { + "position": [0, "0-math.sin((query.anim_time-0.4)*120)*0.2", "0-math.sin((query.anim_time-0.6)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "head_nonmoving": { + "rotation": { + "1.25": [0, 0, 0], + "1.2917": [0, -2.5, 0], + "1.3333": [0, 0, 0] + } + }, + "sleep_bundle": { + "scale": 0 + }, + "RightLeg": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "LeftLeg": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "head": { + "position": [0, 0, 0] + } + } + }, + "animation.ironbundle.ground_walk": { + "loop": true, + "animation_length": 3, + "bones": { + "LeftArm": { + "rotation": { + "0.0": [3.61644, -19.6835, 49.37242], + "0.5": [3.68016, -22.17563, 49.20011], + "0.625": [3.62, -19.68, 49.37], + "0.6667": [5.38471, -19.28721, 44.08246], + "0.7083": [3.62, -19.68, 49.37], + "1.0": { + "pre": [3.62, -19.68, 49.37], + "post": [3.62, -19.68, 49.37], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [3.75108, -23.66968, 49.02304], + "lerp_mode": "catmullrom" + }, + "1.6667": [3.62, -19.68, 49.37], + "1.7083": [5.38471, -19.28721, 44.08246], + "1.75": [3.62, -19.68, 49.37], + "2.0": { + "pre": [3.62, -19.68, 49.37], + "post": [3.62, -19.68, 49.37], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [3.68088, -24.17493, 49.1996], + "lerp_mode": "catmullrom" + }, + "3.0": [3.61644, -19.6835, 49.37242] + }, + "position": [0.25, 0.25, 0] + }, + "RightArm": { + "rotation": { + "0.0": [3.61644, 19.6835, -49.37242], + "0.5": [3.68088, 22.17493, -49.1996], + "0.625": [3.62, 19.68, -49.37], + "0.6667": [6.24905, 19.03378, -41.44945], + "0.7083": [3.62, 19.68, -49.37], + "1.0": { + "pre": [3.62, 19.68, -49.37], + "post": [3.62, 19.68, -49.37], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [3.75108, 22.66968, -49.02304], + "lerp_mode": "catmullrom" + }, + "1.6667": [3.62, 19.68, -49.37], + "1.7083": [6.24905, 19.03378, -41.44945], + "1.75": [3.62, 19.68, -49.37], + "2.0": { + "pre": [3.62, 19.68, -49.37], + "post": [3.62, 19.68, -49.37], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [3.68088, 22.17493, -49.1996], + "lerp_mode": "catmullrom" + }, + "3.0": [3.62, 19.68, -49.37] + }, + "position": [-0.25, 0.5, 0] + }, + "Tail1": { + "position": [0, 2.25, -0.75] + }, + "Tail2": { + "position": [0, 0, -5] + }, + "Tail3": { + "position": [0, 0, -5] + }, + "Tail4": { + "position": [0, 0, -5] + }, + "Tail5": { + "position": [0, 0, -5] + }, + "Tail6": { + "position": [0, 0, -5] + }, + "Tail7": { + "position": [0, 0, -5] + }, + "Tail8": { + "position": [0, 0, -5] + }, + "Tail9": { + "position": [0, 0, -5] + }, + "Bundle": { + "rotation": [-2.5, 0, 0], + "position": [0, 0, -3] + }, + "neck1": { + "position": [0, -4, 0] + }, + "neck2": { + "position": [0, -4, 0] + }, + "neck3": { + "position": [0, -4, 0] + }, + "neck4": { + "position": [0, -4, 0] + }, + "RightFoot": { + "rotation": [0, 0, 0], + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "0.5417": [0, -0.25, 0], + "0.5833": [0, 0, 0], + "1.5417": [0, 0, 0], + "1.5833": [0, -0.25, 0], + "1.625": [0, 0, 0] + } + }, + "LeftFoot": { + "rotation": [0, 0, 0], + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "0.5417": [0, -0.25, 0], + "0.5833": [0, 0, 0], + "1.5417": [0, 0, 0], + "1.5833": [0, -0.25, 0], + "1.625": [0, 0, 0] + } + }, + "up_light1": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.2", 0, "0-math.sin((query.anim_time)*120)*0.2"] + }, + "up_light2": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.2", 0, "0-math.sin((query.anim_time+0.5)*120)*0.2"] + }, + "up_light3": { + "position": ["0-math.sin((query.anim_time-0.9)*120)*0.2", 0, "0-math.sin((query.anim_time+0.3)*120)*0.2"] + }, + "up_light4": { + "position": ["0-math.sin((query.anim_time-0.8)*120)*0.2", 0, "0-math.sin((query.anim_time-0.3)*120)*0.2"] + }, + "up_light5": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.2", 0, "0-math.sin((query.anim_time+0.8)*120)*0.2"] + }, + "up_light6": { + "position": ["0-math.sin((query.anim_time+0.1)*120)*0.2", 0, "0-math.sin((query.anim_time+0.7)*120)*0.2"] + }, + "up_light7": { + "position": ["0-math.sin((query.anim_time-0.5)*120)*0.2", 0, "00-math.sin((query.anim_time)*120)*0.2"] + }, + "up_light8": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.2", 0, "00-math.sin((query.anim_time+0.6)*120)*0.2"] + }, + "up_light9": { + "position": ["0-math.sin((query.anim_time+0.5)*120)*0.2", 0, "0-math.sin((query.anim_time-0.2)*120)*0.2"] + }, + "back_light1": { + "position": ["0-math.sin((query.anim_time)*120)*0.20", "0-math.sin((query.anim_time)*120)*0.20", 0] + }, + "back_light2": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time+0.9)*120)*0.20", 0] + }, + "back_light3": { + "position": ["0-math.sin((query.anim_time+0.2)*120)*0.20", "0-math.sin((query.anim_time-0.3)*120)*0.20", 0] + }, + "back_light4": { + "position": ["0-math.sin((query.anim_time-0.1)*120)*0.20", "0-math.sin((query.anim_time+0.9)*120)*0.20", 0] + }, + "back_light5": { + "position": ["0-math.sin((query.anim_time+0.4)*120)*0.20", "0-math.sin((query.anim_time-0.8)*120)*0.20", 0] + }, + "back_light6": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time+0.3)*120)*0.20", 0] + }, + "back_light7": { + "position": ["0-math.sin((query.anim_time)*120)*0.20", "0-math.sin((query.anim_time+0.4)*120)*0.20", 0] + }, + "back_light8": { + "position": ["0-math.sin((query.anim_time+0.3)*120)*0.20", "0-math.sin((query.anim_time+0.7)*120)*0.20", 0] + }, + "back_light9": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time+0.8)*120)*0.20", 0] + }, + "left_light1": { + "position": [0, "0-math.sin((query.anim_time+0.5)*120)*0.2", "0-math.sin((query.anim_time+0.5)*120)*0.2"] + }, + "left_light2": { + "position": [0, "0-math.sin((query.anim_time+0.3)*120)*0.20", "0-math.sin((query.anim_time-0.9)*120)*0.20"] + }, + "left_light3": { + "position": [0, "0-math.sin((query.anim_time+0.3)*120)*0.20", "0-math.sin((query.anim_time-0.5)*120)*0.20"] + }, + "left_light4": { + "position": [0, "0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time+0.4)*120)*0.20"] + }, + "left_light5": { + "position": [0, "0-math.sin((query.anim_time-0.3)*120)*0.20", "0-math.sin((query.anim_time-0.2)*120)*0.20"] + }, + "left_light6": { + "position": [0, "0-math.sin((query.anim_time+0.4)*120)*0.20", "0-math.sin((query.anim_time+0.9)*120)*0.20"] + }, + "left_light7": { + "position": [0, "0-math.sin((query.anim_time-0.3)*120)*0.20", "0-math.sin((query.anim_time-0.9)*120)*0.20"] + }, + "left_light8": { + "position": [0, "0-math.sin((query.anim_time+0.4)*120)*0.20", "0-math.sin((query.anim_time-0.6)*120)*0.20"] + }, + "left_light9": { + "position": [0, "0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time)*120)*0.20"] + }, + "right_light1": { + "position": [0, "0-math.sin((query.anim_time-0.5)*120)*0.2", "0-math.sin((query.anim_time)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light2": { + "position": [0, "0-math.sin((query.anim_time-0.3)*120)*0.2", "0-math.sin((query.anim_time-0.4)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light3": { + "position": [0, "0-math.sin((query.anim_time-0.1)*120)*0.2", "0.5-math.sin((query.anim_time+0.8)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light4": { + "position": [0, "0-math.sin((query.anim_time-0.8)*120)*0.2", "0-math.sin((query.anim_time-0.3)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light5": { + "position": [0, "0-math.sin((query.anim_time+0.2)*120)*0.2", "0-math.sin((query.anim_time-0.6)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light6": { + "position": [0, "0-math.sin((query.anim_time+0.7)*120)*0.2", "0-math.sin((query.anim_time-0.5)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light7": { + "position": [0, "0-math.sin((query.anim_time-0.7)*120)*0.2", "0-math.sin((query.anim_time+0.6)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light8": { + "position": [0, "0-math.sin((query.anim_time-0.8)*120)*0.2", "0-math.sin((query.anim_time+0.2)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light9": { + "position": [0, "0-math.sin((query.anim_time-0.4)*120)*0.2", "0-math.sin((query.anim_time-0.6)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "head_nonmoving": { + "position": { + "0.0": [0, 0, 0], + "0.625": [0, 0, 0], + "0.6667": [0, 0.25, 0], + "0.7083": [0, 0, 0], + "1.6667": [0, 0, 0], + "1.7083": [0, 0.25, 0], + "1.75": [0, 0, 0] + } + }, + "body": { + "rotation": [22.5, 0, 0], + "position": { + "0.0": [0, 0.25, -1.5], + "0.5417": [0, 0.25, -1.5], + "0.5833": [0, 0.75, -1.5], + "0.625": [0, 0.25, -1.5], + "1.5833": [0, 0.25, -1.5], + "1.625": [0, 0.75, -1.5], + "1.6667": [0, 0.25, -1.5] + } + }, + "RightLeg": { + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "0.5417": [0, 0.25, 0], + "0.5833": [0, 0, 0], + "1.5417": [0, 0, 0], + "1.5833": [0, 0.25, 0], + "1.625": [0, 0, 0] + } + }, + "LeftLeg": { + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "0.5417": [0, 0.25, 0], + "0.5833": [0, 0, 0], + "1.5417": [0, 0, 0], + "1.5833": [0, 0.25, 0], + "1.625": [0, 0, 0] + } + }, + "sleep_bundle": { + "scale": 0 + }, + "head": { + "position": [0, 0, 0] + } + } + }, + "animation.ironbundle.sleep": { + "loop": true, + "animation_length": 3, + "bones": { + "LeftArm": { + "rotation": [2.66399, 14.76689, 70.34527], + "position": [0.25, 0.25, 0] + }, + "RightArm": { + "rotation": [2.66399, -14.76689, -70.34527], + "position": [-0.25, 0.5, 0] + }, + "Tail1": { + "position": [0, 0.5, -0.75] + }, + "Tail2": { + "position": [0, 0, -5] + }, + "Tail3": { + "position": [0, 0, -5] + }, + "Tail4": { + "position": [0, 0, -5] + }, + "Tail5": { + "position": [0, 0, -5] + }, + "Tail6": { + "position": [0, 0, -5] + }, + "Tail7": { + "position": [0, 0, -5] + }, + "Tail8": { + "position": [0, 0, -5] + }, + "Tail9": { + "position": [0, 0, -5] + }, + "Bundle": { + "rotation": [5, 0, 0], + "position": [0, 0, -3], + "scale": 0 + }, + "neck1": { + "position": [0, -4, 0] + }, + "neck2": { + "position": [0, -4, 0] + }, + "neck3": { + "position": [0, -4, 0] + }, + "neck4": { + "position": [0, -4, 0] + }, + "RightFoot": { + "rotation": [0, 15, 0], + "position": [0, 0, -0.75] + }, + "LeftFoot": { + "rotation": [0, -15, 0], + "position": [0, 0, -0.75] + }, + "up_light1": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.2", 0, "0-math.sin((query.anim_time)*120)*0.2"] + }, + "up_light2": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.2", 0, "0-math.sin((query.anim_time+0.5)*120)*0.2"] + }, + "up_light3": { + "position": ["0-math.sin((query.anim_time-0.9)*120)*0.2", 0, "0-math.sin((query.anim_time+0.3)*120)*0.2"] + }, + "up_light4": { + "position": ["0-math.sin((query.anim_time-0.8)*120)*0.2", 0, "0-math.sin((query.anim_time-0.3)*120)*0.2"] + }, + "up_light5": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.2", 0, "0-math.sin((query.anim_time+0.8)*120)*0.2"] + }, + "up_light6": { + "position": ["0-math.sin((query.anim_time+0.1)*120)*0.2", 0, "0-math.sin((query.anim_time+0.7)*120)*0.2"] + }, + "up_light7": { + "position": ["0-math.sin((query.anim_time-0.5)*120)*0.2", 0, "00-math.sin((query.anim_time)*120)*0.2"] + }, + "up_light8": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.2", 0, "00-math.sin((query.anim_time+0.6)*120)*0.2"] + }, + "up_light9": { + "position": ["0-math.sin((query.anim_time+0.5)*120)*0.2", 0, "0-math.sin((query.anim_time-0.2)*120)*0.2"] + }, + "back_light1": { + "position": ["0-math.sin((query.anim_time)*120)*0.20", "0-math.sin((query.anim_time)*120)*0.20", 0] + }, + "back_light2": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time+0.9)*120)*0.20", 0] + }, + "back_light3": { + "position": ["0-math.sin((query.anim_time+0.2)*120)*0.20", "0-math.sin((query.anim_time-0.3)*120)*0.20", 0] + }, + "back_light4": { + "position": ["0-math.sin((query.anim_time-0.1)*120)*0.20", "0-math.sin((query.anim_time+0.9)*120)*0.20", 0] + }, + "back_light5": { + "position": ["0-math.sin((query.anim_time+0.4)*120)*0.20", "0-math.sin((query.anim_time-0.8)*120)*0.20", 0] + }, + "back_light6": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time+0.3)*120)*0.20", 0] + }, + "back_light7": { + "position": ["0-math.sin((query.anim_time)*120)*0.20", "0-math.sin((query.anim_time+0.4)*120)*0.20", 0] + }, + "back_light8": { + "position": ["0-math.sin((query.anim_time+0.3)*120)*0.20", "0-math.sin((query.anim_time+0.7)*120)*0.20", 0] + }, + "back_light9": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time+0.8)*120)*0.20", 0] + }, + "left_light1": { + "position": [0, "0-math.sin((query.anim_time+0.5)*120)*0.2", "0-math.sin((query.anim_time+0.5)*120)*0.2"] + }, + "left_light2": { + "position": [0, "0-math.sin((query.anim_time+0.3)*120)*0.20", "0-math.sin((query.anim_time-0.9)*120)*0.20"] + }, + "left_light3": { + "position": [0, "0-math.sin((query.anim_time+0.3)*120)*0.20", "0-math.sin((query.anim_time-0.5)*120)*0.20"] + }, + "left_light4": { + "position": [0, "0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time+0.4)*120)*0.20"] + }, + "left_light5": { + "position": [0, "0-math.sin((query.anim_time-0.3)*120)*0.20", "0-math.sin((query.anim_time-0.2)*120)*0.20"] + }, + "left_light6": { + "position": [0, "0-math.sin((query.anim_time+0.4)*120)*0.20", "0-math.sin((query.anim_time+0.9)*120)*0.20"] + }, + "left_light7": { + "position": [0, "0-math.sin((query.anim_time-0.3)*120)*0.20", "0-math.sin((query.anim_time-0.9)*120)*0.20"] + }, + "left_light8": { + "position": [0, "0-math.sin((query.anim_time+0.4)*120)*0.20", "0-math.sin((query.anim_time-0.6)*120)*0.20"] + }, + "left_light9": { + "position": [0, "0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time)*120)*0.20"] + }, + "right_light1": { + "position": [0, "0-math.sin((query.anim_time-0.5)*120)*0.2", "0-math.sin((query.anim_time)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light2": { + "position": [0, "0-math.sin((query.anim_time-0.3)*120)*0.2", "0-math.sin((query.anim_time-0.4)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light3": { + "position": [0, "0-math.sin((query.anim_time-0.1)*120)*0.2", "0.5-math.sin((query.anim_time+0.8)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light4": { + "position": [0, "0-math.sin((query.anim_time-0.8)*120)*0.2", "0-math.sin((query.anim_time-0.3)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light5": { + "position": [0, "0-math.sin((query.anim_time+0.2)*120)*0.2", "0-math.sin((query.anim_time-0.6)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light6": { + "position": [0, "0-math.sin((query.anim_time+0.7)*120)*0.2", "0-math.sin((query.anim_time-0.5)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light7": { + "position": [0, "0-math.sin((query.anim_time-0.7)*120)*0.2", "0-math.sin((query.anim_time+0.6)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light8": { + "position": [0, "0-math.sin((query.anim_time-0.8)*120)*0.2", "0-math.sin((query.anim_time+0.2)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light9": { + "position": [0, "0-math.sin((query.anim_time-0.4)*120)*0.2", "0-math.sin((query.anim_time-0.6)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "body": { + "rotation": [15, 0, 0], + "position": [0, -1.75, 0] + }, + "sleep_bundle": { + "rotation": [-7.5, 0, 0], + "position": [0, 0, -2.75] + }, + "openeyes": { + "position": [0, 0, 1] + }, + "sleepingeyes": { + "position": [0, 0, -1] + }, + "RightLeg": { + "rotation": [-60, 0, 0], + "position": [0, 0.25, -6] + }, + "LeftLeg": { + "rotation": [-60, 0, 0], + "position": [0, 0.25, -6] + }, + "tummylight_sleeping": { + "position": [0, 0, -0.5] + } + } + }, + "animation.ironbundle.faint": { + "loop": true, + "animation_length": 3, + "bones": { + "LeftArm": { + "rotation": { + "0.0": [0, 0, 60], + "1.0833": [0, 0, 42.5], + "1.1667": [0, 0, 32.5], + "1.25": [0, 0, 45] + }, + "position": { + "0.0": [0.25, 0.25, 0], + "1.0833": [0.25, 0.25, 0], + "1.1667": [0.75, 0.25, 0] + } + }, + "RightArm": { + "rotation": { + "0.0": [0, 0, -60], + "1.0833": [0, 0, -42.5], + "1.1667": [0, 0, -32.5], + "1.25": [0, 0, -45] + }, + "position": { + "0.0": [-0.25, 0.5, 0], + "1.0833": [-0.25, 0.5, 0], + "1.1667": [-0.75, 0.5, 0] + } + }, + "Tail1": { + "position": [0, 2.25, -0.75] + }, + "Tail2": { + "position": [0, 0, -5] + }, + "Tail3": { + "position": [0, 0, -5] + }, + "Tail4": { + "position": [0, 0, -5] + }, + "Tail5": { + "position": [0, 0, -5] + }, + "Tail6": { + "position": [0, 0, -5] + }, + "Tail7": { + "position": [0, 0, -5] + }, + "Tail8": { + "position": [0, 0, -5] + }, + "Tail9": { + "position": [0, 0, -5] + }, + "Bundle": { + "relative_to": { + "rotation": "entity" + }, + "rotation": { + "0.0": [5, 0, 0], + "2.5417": [-2.5, 0, 0], + "2.7083": [47.5, 0, 0], + "2.9167": [87.5, 0, 0] + }, + "position": [0, 0, -3] + }, + "neck1": { + "rotation": { + "0.0": [0, 0, 0], + "1.125": [0, 0, 0], + "1.4583": [7.47178, -0.65182, 4.95744], + "1.7083": [-2.34909, -0.85474, -10.03931], + "2.0": [7.54828, -1.5164, -5.08219], + "2.375": [-17.51543, -0.01337, -0.31289], + "2.5": [-12.51543, -0.01337, -0.31289], + "2.9167": [34.98457, -0.01337, -0.31289] + }, + "position": { + "0.0": [0, -4, 0], + "1.125": [0, -4, 0], + "1.2083": [0, -3, 0], + "1.3333": [0, -1, 0], + "1.4583": [0, -1.75, 0], + "1.625": [0, 0.25, 0], + "1.7083": [0, -0.75, 0], + "1.9167": [0, 0.25, 0], + "2.0": [0, -2, 0], + "2.2917": [0, 0, 0], + "2.375": [0, -1.25, 0], + "2.5": [0, -1.5, 0] + } + }, + "neck2": { + "rotation": { + "0.0": [0, 0, 0], + "1.125": [0, 0, 0], + "1.3333": [0, 0, 2.5], + "1.4583": [7.47864, -0.32621, 9.99294], + "1.7083": [-2.35119, -0.9675, -4.99438], + "2.0": [22.43268, -1.84707, 4.94127], + "2.375": [-7.40603, -1.84591, -0.06133], + "2.4167": [-9.90603, -1.84591, -0.06133], + "2.9167": [-17.40603, -1.84591, -0.06133] + }, + "position": { + "0.0": [0, -4, 0], + "1.125": [0, -4, 0], + "1.2083": [0, 0, 0] + } + }, + "neck3": { + "rotation": { + "0.0": [0, 0, 0], + "1.125": [0, 0, 0], + "1.3333": [0, 0, 2.5], + "1.4583": [4.96207, -0.43399, 12.49067], + "1.7083": [-14.63709, -2.44758, -9.83377], + "2.0": [20.00152, 2.05806, -5.13066], + "2.0417": [22.50152, 2.05806, -5.13066], + "2.125": [20.00152, 2.05806, -5.13066], + "2.375": [-17.26451, 3.55259, -0.35339], + "2.4167": [-22.26451, 3.55259, -0.35339], + "2.5": [-9.76451, 3.55259, -0.35339] + }, + "position": { + "0.0": [0, -4, 0], + "1.125": [0, -4, 0], + "1.2083": [0, 0, 0] + } + }, + "neck4": { + "rotation": { + "0.0": [0, 0, 0], + "1.125": [0, 0, 0], + "1.3333": [0, 0, 2.5], + "1.4583": [4.99527, -0.21782, 4.9905], + "1.7083": [-2.36316, -0.85849, -9.99656], + "2.0": [7.60167, -0.75463, -7.49847], + "2.0417": [15.10167, -0.75463, -7.49847], + "2.125": [10.10167, -0.75463, -7.49847], + "2.375": [-22.58005, -2.06019, -0.11058], + "2.5": [-17.58005, -2.06019, -0.11058], + "2.5417": [-27.58005, -2.06019, -0.11058], + "2.9167": [-25.08005, -2.06019, -0.11058] + }, + "position": { + "0.0": [0, -4, 0], + "1.125": [0, -4, 0], + "1.2083": [0, 0, 0] + } + }, + "RightFoot": { + "rotation": [0, 25, 0] + }, + "LeftFoot": { + "rotation": [0, -25, 0] + }, + "up_light1": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.2", 0, "0-math.sin((query.anim_time)*120)*0.2"] + }, + "up_light2": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.2", 0, "0-math.sin((query.anim_time+0.5)*120)*0.2"] + }, + "up_light3": { + "position": ["0-math.sin((query.anim_time-0.9)*120)*0.2", 0, "0-math.sin((query.anim_time+0.3)*120)*0.2"] + }, + "up_light4": { + "position": ["0-math.sin((query.anim_time-0.8)*120)*0.2", 0, "0-math.sin((query.anim_time-0.3)*120)*0.2"] + }, + "up_light5": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.2", 0, "0-math.sin((query.anim_time+0.8)*120)*0.2"] + }, + "up_light6": { + "position": ["0-math.sin((query.anim_time+0.1)*120)*0.2", 0, "0-math.sin((query.anim_time+0.7)*120)*0.2"] + }, + "up_light7": { + "position": ["0-math.sin((query.anim_time-0.5)*120)*0.2", 0, "00-math.sin((query.anim_time)*120)*0.2"] + }, + "up_light8": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.2", 0, "00-math.sin((query.anim_time+0.6)*120)*0.2"] + }, + "up_light9": { + "position": ["0-math.sin((query.anim_time+0.5)*120)*0.2", 0, "0-math.sin((query.anim_time-0.2)*120)*0.2"] + }, + "back_light1": { + "position": ["0-math.sin((query.anim_time)*120)*0.20", "0-math.sin((query.anim_time)*120)*0.20", 0] + }, + "back_light2": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time+0.9)*120)*0.20", 0] + }, + "back_light3": { + "position": ["0-math.sin((query.anim_time+0.2)*120)*0.20", "0-math.sin((query.anim_time-0.3)*120)*0.20", 0] + }, + "back_light4": { + "position": ["0-math.sin((query.anim_time-0.1)*120)*0.20", "0-math.sin((query.anim_time+0.9)*120)*0.20", 0] + }, + "back_light5": { + "position": ["0-math.sin((query.anim_time+0.4)*120)*0.20", "0-math.sin((query.anim_time-0.8)*120)*0.20", 0] + }, + "back_light6": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time+0.3)*120)*0.20", 0] + }, + "back_light7": { + "position": ["0-math.sin((query.anim_time)*120)*0.20", "0-math.sin((query.anim_time+0.4)*120)*0.20", 0] + }, + "back_light8": { + "position": ["0-math.sin((query.anim_time+0.3)*120)*0.20", "0-math.sin((query.anim_time+0.7)*120)*0.20", 0] + }, + "back_light9": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time+0.8)*120)*0.20", 0] + }, + "left_light1": { + "position": [0, "0-math.sin((query.anim_time+0.5)*120)*0.2", "0-math.sin((query.anim_time+0.5)*120)*0.2"] + }, + "left_light2": { + "position": [0, "0-math.sin((query.anim_time+0.3)*120)*0.20", "0-math.sin((query.anim_time-0.9)*120)*0.20"] + }, + "left_light3": { + "position": [0, "0-math.sin((query.anim_time+0.3)*120)*0.20", "0-math.sin((query.anim_time-0.5)*120)*0.20"] + }, + "left_light4": { + "position": [0, "0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time+0.4)*120)*0.20"] + }, + "left_light5": { + "position": [0, "0-math.sin((query.anim_time-0.3)*120)*0.20", "0-math.sin((query.anim_time-0.2)*120)*0.20"] + }, + "left_light6": { + "position": [0, "0-math.sin((query.anim_time+0.4)*120)*0.20", "0-math.sin((query.anim_time+0.9)*120)*0.20"] + }, + "left_light7": { + "position": [0, "0-math.sin((query.anim_time-0.3)*120)*0.20", "0-math.sin((query.anim_time-0.9)*120)*0.20"] + }, + "left_light8": { + "position": [0, "0-math.sin((query.anim_time+0.4)*120)*0.20", "0-math.sin((query.anim_time-0.6)*120)*0.20"] + }, + "left_light9": { + "position": [0, "0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time)*120)*0.20"] + }, + "right_light1": { + "position": [0, "0-math.sin((query.anim_time-0.5)*120)*0.2", "0-math.sin((query.anim_time)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light2": { + "position": [0, "0-math.sin((query.anim_time-0.3)*120)*0.2", "0-math.sin((query.anim_time-0.4)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light3": { + "position": [0, "0-math.sin((query.anim_time-0.1)*120)*0.2", "0.5-math.sin((query.anim_time+0.8)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light4": { + "position": [0, "0-math.sin((query.anim_time-0.8)*120)*0.2", "0-math.sin((query.anim_time-0.3)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light5": { + "position": [0, "0-math.sin((query.anim_time+0.2)*120)*0.2", "0-math.sin((query.anim_time-0.6)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light6": { + "position": [0, "0-math.sin((query.anim_time+0.7)*120)*0.2", "0-math.sin((query.anim_time-0.5)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light7": { + "position": [0, "0-math.sin((query.anim_time-0.7)*120)*0.2", "0-math.sin((query.anim_time+0.6)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light8": { + "position": [0, "0-math.sin((query.anim_time-0.8)*120)*0.2", "0-math.sin((query.anim_time+0.2)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light9": { + "position": [0, "0-math.sin((query.anim_time-0.4)*120)*0.2", "0-math.sin((query.anim_time-0.6)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "head_nonmoving": { + "rotation": { + "0.0": [0, 0, 0], + "1.125": [0, 0, 0], + "1.3333": [0, 0, 5], + "1.4583": [12.39638, -1.61888, 12.32417], + "1.7083": [9.8271, 2.36775, -4.72571], + "2.0417": [14.8271, 2.36775, -4.72571], + "2.125": [9.8271, 2.36775, -4.72571], + "2.375": [-0.1729, 2.36775, -4.72571], + "2.4167": [-5.1729, 2.36775, -4.72571], + "2.5417": [-15.1729, 2.36775, -4.72571], + "2.9167": [-55.1729, 2.36775, -4.72571] + }, + "position": { + "0.0": [0, 0, 0], + "1.125": [0, 0, 0], + "1.2083": [0, 0, 0] + } + }, + "sleep_bundle": { + "scale": 0 + }, + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.2083": [10, 0, 0], + "0.5417": [15, 0, 0], + "0.625": [15, 0, 0], + "0.7917": [-7.5, 0, 0], + "1.2083": [-12.5, 0, 0], + "2.4167": [-20, 0, 0], + "2.5": [15, 0, 0], + "2.875": [95, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "2.4167": [0, 0.25, 1], + "2.875": [0, -2, -6] + } + }, + "openeyes": { + "position": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, 0], + "0.125": [0, 0, 1] + } + }, + "hurteyes": { + "position": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, 0], + "0.125": [0, 0, -1] + } + }, + "RightLeg": { + "rotation": { + "0.0": [0, 0, 0], + "0.625": [0, 0, 0], + "0.9167": [-62.5, 0, 0], + "1.0833": [-62.5, 0, 0], + "1.25": [-62.5, 0, 0], + "2.4167": [-70, 0, 0], + "2.875": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.625": [0, 0, 0], + "0.9167": [-1, 2, -6.75], + "1.0833": [-1, 2, -6.75], + "1.1667": [-1, 2, -7.75], + "1.25": [-1, 2, -6.75], + "2.4167": [-1, 2.75, -6.75], + "2.6667": [0.3, 0.5, -3.07], + "2.875": [0, 0, 0] + } + } + } + }, + "animation.ironbundle.blink": { + "animation_length": 0.16667, + "bones": { + "openeyes": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, 1], + "0.125": [0, 0, 1], + "0.1667": [0, 0, 0] + } + }, + "sleepingeyes": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, -1], + "0.125": [0, 0, -1], + "0.1667": [0, 0, 0] + } + } + } + }, + "animation.ironbundle.headspin": { + "animation_length": 0.625, + "bones": { + "neck1": { + "rotation": { + "0.0417": [0, 0, 0], + "0.1667": [0, -90, 0], + "0.25": [0, -192.5, 0], + "0.375": [0, -272.5, 0], + "0.4583": [0, -360, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, 1, 0], + "0.25": [0, 2, 0], + "0.5417": [0, 1, 0], + "0.5833": [0, 0, 0] + } + }, + "head_nonmoving": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [0, 90, 0], + "0.3333": [0, 270, 0], + "0.5": [0, 360, 0] + } + } + } + }, + "animation.ironbundle.cry": { + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.2083": { + "pre": [12.5, 0, 0], + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "0.2917": { + "pre": [0, -0.32, 0], + "post": [0, -0.32, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 1.15, -0.5], + "lerp_mode": "catmullrom" + }, + "0.9583": [0, 0.9, -0.5], + "1.0": [0, 1.15, -0.5], + "1.0417": [0, 0.9, -0.5], + "1.0833": [0, 0.9, -0.5], + "1.125": [0, 1.15, -0.5], + "1.1667": [0, 0.9, -0.5], + "1.2083": [0, 1.15, -0.5], + "1.25": [0, 0.9, -0.5], + "1.2917": [0, 1.15, -0.5], + "1.3333": [0, 0.9, -0.5], + "1.375": [0, 1.15, -0.5], + "1.4167": [0, 0.9, -0.5], + "1.4583": [0, 1.15, -0.5], + "1.625": { + "pre": [0, 1.15, -0.5], + "post": [0, 1.15, -0.5], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "LeftArm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-26.56505, -14.47751, -26.56505], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "RightArm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-26.56505, 14.47751, 26.56505], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lower_beak": { + "rotation": { + "0.0": [0, 0, 0], + "0.5417": [0, 0, 0], + "0.7083": [37.5, 0, 0], + "1.5833": [37.5, 0, 0], + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.7083": [0, 0, 0] + } + } + }, + "sound_effects": { + "0.6667": { + "effect": "pokemon.ironbundle.cry" + } + } + }, + "animation.ironbundle.recoil": { + "animation_length": 1.5, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 1.25], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "LeftArm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "RightArm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck1": { + "rotation": { + "0.0": [0, 0, 0], + "0.2083": [0, 0, 0], + "0.4167": { + "pre": [-7.5, 0, 0], + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "0.2083": [0, 0, 0], + "0.4167": { + "pre": [0, 4, 0], + "post": [0, 4, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 0], + "1.1667": [0, 2.5, 0], + "1.2083": [0, -2.5, 0], + "1.25": [0, 2.5, 0], + "1.2917": [0, 2.5, 0], + "1.5": [0, 0, 0] + } + }, + "openeyes": { + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.2917": [0, 0, 1], + "1.0833": [0, 0, 1], + "1.125": [0, 0, 0] + } + }, + "hurteyes": { + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.2917": [0, 0, -1], + "1.0833": [0, 0, -1], + "1.125": [0, 0, 0] + } + } + } + }, + "animation.ironbundle.physical": { + "animation_length": 3, + "bones": { + "LeftArm": { + "rotation": { + "0.0": { + "post": [0, 0, 60], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 15, 60], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [6.93255, -34.39275, 47.85213], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [6.93, -34.39, 47.85], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [13.46472, -32.61235, 36.04131], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [13.46472, -32.61235, 36.04131], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [6.93, -34.39, 47.85], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [8.11264, 45.1258, 57.54551], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, -5, 60], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 60], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 60], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0.25, 0.25, 0], + "1.0833": [0.25, 0.25, 0], + "1.25": [0.25, 0.25, 0], + "1.2917": [0.25, -0.25, 0.25], + "1.375": [0.25, -0.25, 0], + "1.4167": [0.25, 0.25, 0], + "1.4583": [0.25, -0.25, 0.25], + "1.5417": [0.25, 0.25, 0], + "1.6667": [0.25, 0.25, 0], + "2.3333": [0.25, 0.25, 0], + "2.5417": [0.25, 0.25, 0], + "2.625": [0.25, 0.25, 0], + "3.0": [0.25, 0.25, 0] + } + }, + "RightArm": { + "rotation": { + "0.0": { + "post": [0, 0, -60], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -15, -60], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [6.93255, 34.39275, -47.85213], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [6.93, 34.39, -47.85], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [13.46472, 32.61235, -36.04131], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [13.46472, 32.61235, -36.04131], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [6.93, 34.39, -47.85], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [8.11264, -45.1258, -57.54551], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, 5, -60], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, -60], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -60], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.25, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-0.25, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": [-0.25, 0.5, 0], + "1.2917": [-0.25, 0, 0.25], + "1.375": [-0.25, 0, 0], + "1.4167": [-0.25, 0.5, 0], + "1.4583": [0.25, -0.25, 0.25], + "1.5417": [0.25, 0.25, 0], + "1.6667": { + "pre": [-0.25, 0.5, 0], + "post": [-0.25, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-0.25, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [-0.25, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [-0.25, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.25, 0.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail1": { + "position": [0, 2.25, -0.75] + }, + "Tail2": { + "position": [0, 0, -5] + }, + "Tail3": { + "position": [0, 0, -5] + }, + "Tail4": { + "position": [0, 0, -5] + }, + "Tail5": { + "position": [0, 0, -5] + }, + "Tail6": { + "position": [0, 0, -5] + }, + "Tail7": { + "position": [0, 0, -5] + }, + "Tail8": { + "position": [0, 0, -5] + }, + "Tail9": { + "position": [0, 0, -5] + }, + "Bundle": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [-0.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -3], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, -3], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 0, -3], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -3], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -3], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -3], + "lerp_mode": "catmullrom" + } + } + }, + "neck1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -4, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, -4, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, -4, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -3, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -4, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, -4, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, -4, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, -4, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -4, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, -4, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -4, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -4, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, -4, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -4, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, -4, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -4, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -4, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, -4, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -4, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, -4, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -4, 0], + "lerp_mode": "catmullrom" + } + } + }, + "RightFoot": { + "rotation": { + "0.0": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-20.62736, 22.54632, -7.74629], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-20.63, 22.55, -7.75], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-20.63, 22.55, -7.75], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "LeftFoot": { + "rotation": { + "0.0": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-20.62736, -22.54632, 7.74629], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-20.63, -22.55, 7.75], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-20.63, -22.55, 7.75], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "1.625": [0, 0, 0], + "1.7917": [0, 0, 0], + "2.25": [0, 0, 0], + "3.0": [0, 0, 0] + } + }, + "up_light1": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.2", 0, "0-math.sin((query.anim_time)*120)*0.2"] + }, + "up_light2": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.2", 0, "0-math.sin((query.anim_time+0.5)*120)*0.2"] + }, + "up_light3": { + "position": ["0-math.sin((query.anim_time-0.9)*120)*0.2", 0, "0-math.sin((query.anim_time+0.3)*120)*0.2"] + }, + "up_light4": { + "position": ["0-math.sin((query.anim_time-0.8)*120)*0.2", 0, "0-math.sin((query.anim_time-0.3)*120)*0.2"] + }, + "up_light5": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.2", 0, "0-math.sin((query.anim_time+0.8)*120)*0.2"] + }, + "up_light6": { + "position": ["0-math.sin((query.anim_time+0.1)*120)*0.2", 0, "0-math.sin((query.anim_time+0.7)*120)*0.2"] + }, + "up_light7": { + "position": ["0-math.sin((query.anim_time-0.5)*120)*0.2", 0, "00-math.sin((query.anim_time)*120)*0.2"] + }, + "up_light8": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.2", 0, "00-math.sin((query.anim_time+0.6)*120)*0.2"] + }, + "up_light9": { + "position": ["0-math.sin((query.anim_time+0.5)*120)*0.2", 0, "0-math.sin((query.anim_time-0.2)*120)*0.2"] + }, + "back_light1": { + "position": ["0-math.sin((query.anim_time)*120)*0.20", "0-math.sin((query.anim_time)*120)*0.20", 0] + }, + "back_light2": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time+0.9)*120)*0.20", 0] + }, + "back_light3": { + "position": ["0-math.sin((query.anim_time+0.2)*120)*0.20", "0-math.sin((query.anim_time-0.3)*120)*0.20", 0] + }, + "back_light4": { + "position": ["0-math.sin((query.anim_time-0.1)*120)*0.20", "0-math.sin((query.anim_time+0.9)*120)*0.20", 0] + }, + "back_light5": { + "position": ["0-math.sin((query.anim_time+0.4)*120)*0.20", "0-math.sin((query.anim_time-0.8)*120)*0.20", 0] + }, + "back_light6": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time+0.3)*120)*0.20", 0] + }, + "back_light7": { + "position": ["0-math.sin((query.anim_time)*120)*0.20", "0-math.sin((query.anim_time+0.4)*120)*0.20", 0] + }, + "back_light8": { + "position": ["0-math.sin((query.anim_time+0.3)*120)*0.20", "0-math.sin((query.anim_time+0.7)*120)*0.20", 0] + }, + "back_light9": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time+0.8)*120)*0.20", 0] + }, + "left_light1": { + "position": [0, "0-math.sin((query.anim_time+0.5)*120)*0.2", "0-math.sin((query.anim_time+0.5)*120)*0.2"] + }, + "left_light2": { + "position": [0, "0-math.sin((query.anim_time+0.3)*120)*0.20", "0-math.sin((query.anim_time-0.9)*120)*0.20"] + }, + "left_light3": { + "position": [0, "0-math.sin((query.anim_time+0.3)*120)*0.20", "0-math.sin((query.anim_time-0.5)*120)*0.20"] + }, + "left_light4": { + "position": [0, "0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time+0.4)*120)*0.20"] + }, + "left_light5": { + "position": [0, "0-math.sin((query.anim_time-0.3)*120)*0.20", "0-math.sin((query.anim_time-0.2)*120)*0.20"] + }, + "left_light6": { + "position": [0, "0-math.sin((query.anim_time+0.4)*120)*0.20", "0-math.sin((query.anim_time+0.9)*120)*0.20"] + }, + "left_light7": { + "position": [0, "0-math.sin((query.anim_time-0.3)*120)*0.20", "0-math.sin((query.anim_time-0.9)*120)*0.20"] + }, + "left_light8": { + "position": [0, "0-math.sin((query.anim_time+0.4)*120)*0.20", "0-math.sin((query.anim_time-0.6)*120)*0.20"] + }, + "left_light9": { + "position": [0, "0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time)*120)*0.20"] + }, + "right_light1": { + "position": [0, "0-math.sin((query.anim_time-0.5)*120)*0.2", "0-math.sin((query.anim_time)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light2": { + "position": [0, "0-math.sin((query.anim_time-0.3)*120)*0.2", "0-math.sin((query.anim_time-0.4)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light3": { + "position": [0, "0-math.sin((query.anim_time-0.1)*120)*0.2", "0.5-math.sin((query.anim_time+0.8)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light4": { + "position": [0, "0-math.sin((query.anim_time-0.8)*120)*0.2", "0-math.sin((query.anim_time-0.3)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light5": { + "position": [0, "0-math.sin((query.anim_time+0.2)*120)*0.2", "0-math.sin((query.anim_time-0.6)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light6": { + "position": [0, "0-math.sin((query.anim_time+0.7)*120)*0.2", "0-math.sin((query.anim_time-0.5)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light7": { + "position": [0, "0-math.sin((query.anim_time-0.7)*120)*0.2", "0-math.sin((query.anim_time+0.6)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light8": { + "position": [0, "0-math.sin((query.anim_time-0.8)*120)*0.2", "0-math.sin((query.anim_time+0.2)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light9": { + "position": [0, "0-math.sin((query.anim_time-0.4)*120)*0.2", "0-math.sin((query.anim_time-0.6)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "head_nonmoving": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -4, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, -4, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -4, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, -4, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -4, 0], + "lerp_mode": "catmullrom" + } + } + }, + "sleep_bundle": { + "scale": 0 + }, + "RightLeg": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, -0.25], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, -0.25], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -0.25], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "LeftLeg": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, -1.25], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, -1.25], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -1.25], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [62.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [62.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [62.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, -4], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, -4], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -4], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "position": [0, -4, 0] + } + } + }, + "animation.ironbundle.special": { + "animation_length": 3, + "bones": { + "LeftArm": { + "rotation": { + "0.0": [0, 0, 60], + "0.375": [0, -35, 60], + "0.4167": [0, -50, 60], + "0.4583": [0, -35, 60], + "0.5": [0, 10, 60], + "0.5833": [0, 55, 60], + "0.6667": [0, 62.5, 60], + "0.75": [-29.80577, 75.52402, 28.72281], + "0.7917": [-43.57256, 79.5587, 14.85917], + "0.8333": [-78.04879, 77.53553, -19.82595], + "0.875": [-89.61606, 75.30699, -31.55311], + "0.9167": [-105.92737, 72.12765, -47.9634], + "0.9583": [-116.74544, 67.97383, -58.88147], + "1.0": [-104.66952, 61.16471, -48.24106], + "1.0417": [-104.67, 61.16, -48.24], + "1.0833": [-104.67, 61.16, -48.24], + "1.25": [-101.29438, 51.41014, -44.19703], + "1.375": [-104.67, 61.16, -48.24], + "1.5": [-101.29438, 51.41014, -44.19703], + "1.625": [-104.67, 61.16, -48.24], + "1.75": [-101.29438, 51.41014, -44.19703], + "2.1667": [0, 0, 60], + "2.25": { + "pre": [0, -35, 60], + "post": [0, -35, 60], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 25, 60], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 60], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0.25, 0.25, 0], + "0.375": [0.25, 0.5, 0], + "0.5833": [1.25, 0.5, 0], + "2.25": [0.25, 0.5, 0], + "2.7083": [0.25, 0.5, 0], + "3.0": [0.25, 0.5, 0] + } + }, + "RightArm": { + "rotation": { + "0.0": [0, 0, -60], + "0.375": [0, 35, -60], + "0.4167": [0, 50, -60], + "0.5": [0, -10, -60], + "0.5833": [0, -55, -60], + "0.6667": [0, -62.5, -60], + "0.75": [-29.80577, -75.52402, -28.72281], + "0.7917": [-43.57256, -79.5587, -14.85917], + "0.8333": [-78.04879, -77.53553, 19.82595], + "0.875": [-89.61606, -75.30699, 31.55311], + "0.9167": [-105.92737, -72.12765, 47.9634], + "0.9583": [-116.74544, -67.97383, 58.88147], + "1.0": [-104.66952, -61.16471, 48.24106], + "1.0417": [-104.67, -61.16, 48.24], + "1.0833": [-104.67, -61.16, 48.24], + "1.25": [-101.29438, -51.41014, 44.19703], + "1.375": [-104.67, -61.16, 48.24], + "1.5": [-101.29438, -51.41014, 44.19703], + "1.625": [-104.67, -61.16, 48.24], + "1.75": [-101.29438, -51.41014, 44.19703], + "2.1667": [0, 0, -60], + "2.25": { + "pre": [0, 35, -60], + "post": [0, 35, -60], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, -25, -60], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -60], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [-0.25, 0.5, 0], + "0.375": [-0.25, 0.5, 0], + "0.5833": [-1.25, 0.5, 0], + "2.25": [-0.25, 0.5, 0], + "2.7083": [-0.25, 0.5, 0], + "3.0": [-0.25, 0.5, 0] + } + }, + "Tail1": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-20, 0, 0], + "0.3333": [-20, 0, 0], + "0.7083": [-20, 0, 0], + "0.75": [-20, 0, 0], + "0.9167": [-20, 0, 0], + "1.0": [-30, 0, 0], + "1.0417": [-30, 0, 0], + "1.7917": [-30, 0, 0], + "1.8333": [-30, 0, 0], + "1.9167": [-20, 0, 0], + "2.0833": [-20, 0, 0], + "2.125": [-20, 0, 0], + "2.5417": [0, 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 2.25, -5.75], + "0.7083": [0, 2.25, -5.75], + "0.9167": [0, 2.25, -5.75], + "1.0": [0, 0.25, -0.75], + "1.0417": [0, 0.25, -0.75], + "1.7917": [0, 0.25, -0.75], + "1.8333": [0, 0.25, -0.75], + "1.9167": [0, 2.25, -5.75], + "2.125": [0, 2.25, -5.75], + "2.5417": [0, 2.25, -5.75], + "3.0": [0, 2.25, -5.75] + } + }, + "Tail2": { + "rotation": { + "0.0": [0, 0, 0], + "0.6667": [0, 0, 0], + "0.7083": [-2.5, 0, 0], + "0.9167": [-2.5, 0, 0], + "1.0": [-12.5, 0, 0], + "1.0417": [-12.5, 0, 0], + "1.7917": [-12.5, 0, 0], + "1.8333": [-12.5, 0, 0], + "1.9167": [-2.5, 0, 0], + "2.125": [-2.5, 0, 0], + "2.1667": [0, 0, 0], + "2.5417": [0, 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, -5], + "0.6667": [0, 0, -5], + "0.7083": [0, 0, -1], + "1.0417": [0, 0, -1], + "1.7917": [0, 0, -1], + "2.125": [0, 0, -1], + "2.1667": [0, 0, -5], + "2.5417": [0, 0, -5], + "3.0": [0, 0, -5] + } + }, + "Tail3": { + "rotation": { + "0.0": [0, 0, 0], + "0.7083": [0, 0, 0], + "0.75": [-12.5, 0, 0], + "1.0417": [-12.5, 0, 0], + "1.2083": [-12.68664, 9.76061, -2.18558], + "1.4583": [-12.68664, -9.76061, 2.18558], + "1.7917": [-12.5, 0, 0], + "2.0833": [-12.5, 0, 0], + "2.125": [0, 0, 0], + "2.5417": [0, 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, -5], + "0.6667": [0, 0, -5], + "0.7083": [0, 0, -5], + "0.75": [0, 0, 0], + "1.0417": [0, 0, 0], + "1.7917": [0, 0, 0], + "2.0833": [0, 0, 0], + "2.125": [0, 0, -5], + "2.1667": [0, 0, -5], + "2.5417": [0, 0, -5], + "3.0": [0, 0, -5] + } + }, + "Tail4": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 0], + "0.7917": [-20, 0, 0], + "1.0417": [-20, 0, 0], + "1.7917": [-20, 0, 0], + "2.0417": [-20, 0, 0], + "2.0833": [0, 0, 0], + "2.5417": [0, 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, -5], + "0.75": [0, 0, -5], + "0.7917": [0, 0, 0], + "1.0417": [0, 0, 0], + "1.7917": [0, 0, 0], + "2.0417": [0, 0, 0], + "2.0833": [0, 0, -5], + "2.5417": [0, 0, -5], + "3.0": [0, 0, -5] + } + }, + "Tail5": { + "rotation": { + "0.0": [0, 0, 0], + "0.7917": [0, 0, 0], + "0.8333": [-32.5, 0, 0], + "1.0417": [-32.5, 0, 0], + "1.7917": [-32.5, 0, 0], + "2.0": [-32.5, 0, 0], + "2.0417": [0, 0, 0], + "2.5417": [0, 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, -5], + "0.7917": [0, 0, -5], + "0.8333": [0, 0, 0], + "1.0417": [0, 0, 0], + "1.7917": [0, 0, 0], + "2.0": [0, 0, 0], + "2.0417": [0, 0, -5], + "2.5417": [0, 0, -5], + "3.0": [0, 0, -5] + } + }, + "Tail6": { + "rotation": { + "0.8333": [0, 0, 0], + "0.875": [-30, 0, 0], + "1.0417": [-30, 0, 0], + "1.7917": [-30, 0, 0], + "1.9583": [-30, 0, 0], + "2.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, -5], + "0.8333": [0, 0, -5], + "0.875": [0, 0, 0], + "1.0417": [0, 0, 0], + "1.7917": [0, 0, 0], + "1.9583": [0, 0, 0], + "2.0": [0, 0, -5], + "2.5417": [0, 0, -5], + "3.0": [0, 0, -5] + } + }, + "Tail7": { + "rotation": { + "0.0": [0, 0, 0], + "0.7917": [0, 0, 0], + "0.8333": [-20, 0, 0], + "0.875": [-25, 0, 0], + "0.9167": [-30, 0, 0], + "0.9583": [-30, 0, 0], + "1.2083": { + "pre": [-30.59871, 10.80355, -6.32526], + "post": [-30.59871, 10.80355, -6.32526], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-30.59871, -10.80355, 6.32526], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-30.02, -2.16, 1.25], + "lerp_mode": "catmullrom" + }, + "1.875": [-30, 0, 0], + "1.9167": [-30, 0, 0], + "1.9583": [-25, 0, 0], + "2.0": [-20, 0, 0], + "2.0417": [0, 0, 0], + "2.5417": [0, 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, -5], + "0.7917": [0, 0, -5], + "0.8333": [0, 0, 0], + "0.9583": [0, 0, 0], + "1.7917": [0, 0, 0], + "1.875": [0, 0, 0], + "2.0": [0, 0, 0], + "2.0417": [0, 0, -5], + "2.5417": [0, 0, -5], + "3.0": [0, 0, -5] + } + }, + "Tail8": { + "rotation": { + "0.0": [0, 0, 0], + "0.7083": [0, 0, 0], + "0.75": [-12.5, 0, 0], + "0.7917": [-30.83, 0, 0], + "0.8333": [-30.41, 0, 0], + "0.875": [-20, 0, 0], + "0.9167": [-27.5, 0, 0], + "1.0": [-25, 0, 0], + "1.0417": [-25, 0, 0], + "1.2083": [-25.18908, 6.79382, -3.18458], + "1.4583": [-25, 0, 0], + "1.7917": [-25, 0, 0], + "1.8333": [-25, 0, 0], + "1.9167": [-27.5, 0, 0], + "1.9583": [-20, 0, 0], + "2.0": [-30.41, 0, 0], + "2.0417": [-30.83, 0, 0], + "2.0833": [-12.5, 0, 0], + "2.125": [0, 0, 0], + "2.5417": [0, 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, -5], + "0.9167": [0, 0, 0], + "1.0417": [0, 0, 0], + "1.7917": [0, 0, 0], + "1.9167": [0, 0, 0], + "2.5417": [0, 0, -5], + "3.0": [0, 0, -5] + } + }, + "Tail9": { + "rotation": { + "0.0": [0, 0, 0], + "0.6667": [0, 0, 0], + "1.0": [5, 0, 0], + "1.0417": [5, 0, 0], + "1.7917": [5, 0, 0], + "1.8333": [5, 0, 0], + "2.1667": [0, 0, 0], + "2.5417": [0, 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.0417": [0, 0, 0], + "1.7917": [0, 0, 0], + "2.5417": [0, 0, 0], + "3.0": [0, 0, 0] + } + }, + "Bundle": { + "rotation": { + "0.0": [5, 0, 0], + "0.1667": [5, 0, 0], + "0.25": [5.04292, -7.4713, -0.6574], + "0.3333": [5.12076, 12.45167, 1.10693], + "0.4167": [5.04292, -7.4713, -0.6574], + "0.5": [5, 0, 0], + "0.6667": [5, 0, 0], + "0.7083": [-25, 0, 0], + "0.8333": [-25, 0, 0], + "0.9167": [15, 0, 0], + "0.9583": [15, 0, 0], + "1.0833": { + "pre": [15.91527, -19.291, -5.38152], + "post": [15.91527, -19.291, -5.38152], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [24.14867, -20.70481, -9.00717], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [15.34721, 12.06754, 3.28396], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [24.14867, 20.70481, 9.00717], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [15.0547, -4.82922, -1.29717], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": [15, 0, 0], + "1.9167": [15, 0, 0], + "2.0": [-25, 0, 0], + "2.125": [-25, 0, 0], + "2.2083": [5, 0, 0], + "2.3333": [22.5, 0, 0], + "2.5417": [12.5, 0, 0], + "3.0": [5, 0, 0] + }, + "position": { + "0.0": [0, 0, -3], + "0.2917": [0, 0, -3], + "0.5": [0, 0, -3], + "0.9583": [0, 0, -3], + "1.875": [0, 0, -3], + "2.3333": [0, 0, -3], + "2.5417": [0, 0, -3], + "3.0": [0, 0, -3] + } + }, + "neck1": { + "position": [0, -4, 0] + }, + "neck2": { + "position": [0, -4, 0] + }, + "neck3": { + "position": [0, -4, 0] + }, + "neck4": { + "position": [0, -4, 0] + }, + "RightFoot": { + "rotation": { + "0.0": [0, 25, 0], + "0.2917": [0, 25, 0], + "0.4583": [0, 25, 0], + "0.625": [25, 25, 0], + "0.875": [5, 25, 0], + "0.9583": [5, 25, 0], + "1.1667": [-2.5, 25, 0], + "1.2917": [7.5, 25, 0], + "1.4167": [-2.5, 25, 0], + "1.5417": [7.5, 25, 0], + "1.6667": [-2.5, 25, 0], + "1.7917": [7.5, 25, 0], + "2.1667": [0, 25, 0], + "2.7083": [0, 25, 0], + "3.0": [0, 25, 0] + }, + "position": { + "0.875": [0, 0, 0], + "0.9583": [0, 0, 0] + } + }, + "LeftFoot": { + "rotation": { + "0.0": [0, -25, 0], + "0.2917": [0, -25, 0], + "0.4583": [0, -25, 0], + "0.625": [27.5, -25, 0], + "0.875": [7.5, -25, 0], + "0.9583": [7.5, -25, 0], + "1.1667": [-2.5, -25, 0], + "1.2917": [7.5, -25, 0], + "1.4167": [-2.5, -25, 0], + "1.5417": [7.5, -25, 0], + "1.6667": [-2.5, -25, 0], + "1.7917": [7.5, -25, 0], + "2.1667": [0, -25, 0], + "2.7083": [0, -25, 0], + "3.0": [0, -25, 0] + }, + "position": { + "0.875": [0, 0, 0], + "0.9583": [0, 0, 0] + } + }, + "up_light1": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.2", 0, "0-math.sin((query.anim_time)*120)*0.2"] + }, + "up_light2": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.2", 0, "0-math.sin((query.anim_time+0.5)*120)*0.2"] + }, + "up_light3": { + "position": ["0-math.sin((query.anim_time-0.9)*120)*0.2", 0, "0-math.sin((query.anim_time+0.3)*120)*0.2"] + }, + "up_light4": { + "position": ["0-math.sin((query.anim_time-0.8)*120)*0.2", 0, "0-math.sin((query.anim_time-0.3)*120)*0.2"] + }, + "up_light5": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.2", 0, "0-math.sin((query.anim_time+0.8)*120)*0.2"] + }, + "up_light6": { + "position": ["0-math.sin((query.anim_time+0.1)*120)*0.2", 0, "0-math.sin((query.anim_time+0.7)*120)*0.2"] + }, + "up_light7": { + "position": ["0-math.sin((query.anim_time-0.5)*120)*0.2", 0, "00-math.sin((query.anim_time)*120)*0.2"] + }, + "up_light8": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.2", 0, "00-math.sin((query.anim_time+0.6)*120)*0.2"] + }, + "up_light9": { + "position": ["0-math.sin((query.anim_time+0.5)*120)*0.2", 0, "0-math.sin((query.anim_time-0.2)*120)*0.2"] + }, + "back_light1": { + "position": ["0-math.sin((query.anim_time)*120)*0.20", "0-math.sin((query.anim_time)*120)*0.20", 0] + }, + "back_light2": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time+0.9)*120)*0.20", 0] + }, + "back_light3": { + "position": ["0-math.sin((query.anim_time+0.2)*120)*0.20", "0-math.sin((query.anim_time-0.3)*120)*0.20", 0] + }, + "back_light4": { + "position": ["0-math.sin((query.anim_time-0.1)*120)*0.20", "0-math.sin((query.anim_time+0.9)*120)*0.20", 0] + }, + "back_light5": { + "position": ["0-math.sin((query.anim_time+0.4)*120)*0.20", "0-math.sin((query.anim_time-0.8)*120)*0.20", 0] + }, + "back_light6": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time+0.3)*120)*0.20", 0] + }, + "back_light7": { + "position": ["0-math.sin((query.anim_time)*120)*0.20", "0-math.sin((query.anim_time+0.4)*120)*0.20", 0] + }, + "back_light8": { + "position": ["0-math.sin((query.anim_time+0.3)*120)*0.20", "0-math.sin((query.anim_time+0.7)*120)*0.20", 0] + }, + "back_light9": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time+0.8)*120)*0.20", 0] + }, + "left_light1": { + "position": [0, "0-math.sin((query.anim_time+0.5)*120)*0.2", "0-math.sin((query.anim_time+0.5)*120)*0.2"] + }, + "left_light2": { + "position": [0, "0-math.sin((query.anim_time+0.3)*120)*0.20", "0-math.sin((query.anim_time-0.9)*120)*0.20"] + }, + "left_light3": { + "position": [0, "0-math.sin((query.anim_time+0.3)*120)*0.20", "0-math.sin((query.anim_time-0.5)*120)*0.20"] + }, + "left_light4": { + "position": [0, "0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time+0.4)*120)*0.20"] + }, + "left_light5": { + "position": [0, "0-math.sin((query.anim_time-0.3)*120)*0.20", "0-math.sin((query.anim_time-0.2)*120)*0.20"] + }, + "left_light6": { + "position": [0, "0-math.sin((query.anim_time+0.4)*120)*0.20", "0-math.sin((query.anim_time+0.9)*120)*0.20"] + }, + "left_light7": { + "position": [0, "0-math.sin((query.anim_time-0.3)*120)*0.20", "0-math.sin((query.anim_time-0.9)*120)*0.20"] + }, + "left_light8": { + "position": [0, "0-math.sin((query.anim_time+0.4)*120)*0.20", "0-math.sin((query.anim_time-0.6)*120)*0.20"] + }, + "left_light9": { + "position": [0, "0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time)*120)*0.20"] + }, + "right_light1": { + "position": [0, "0-math.sin((query.anim_time-0.5)*120)*0.2", "0-math.sin((query.anim_time)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light2": { + "position": [0, "0-math.sin((query.anim_time-0.3)*120)*0.2", "0-math.sin((query.anim_time-0.4)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light3": { + "position": [0, "0-math.sin((query.anim_time-0.1)*120)*0.2", "0.5-math.sin((query.anim_time+0.8)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light4": { + "position": [0, "0-math.sin((query.anim_time-0.8)*120)*0.2", "0-math.sin((query.anim_time-0.3)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light5": { + "position": [0, "0-math.sin((query.anim_time+0.2)*120)*0.2", "0-math.sin((query.anim_time-0.6)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light6": { + "position": [0, "0-math.sin((query.anim_time+0.7)*120)*0.2", "0-math.sin((query.anim_time-0.5)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light7": { + "position": [0, "0-math.sin((query.anim_time-0.7)*120)*0.2", "0-math.sin((query.anim_time+0.6)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light8": { + "position": [0, "0-math.sin((query.anim_time-0.8)*120)*0.2", "0-math.sin((query.anim_time+0.2)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light9": { + "position": [0, "0-math.sin((query.anim_time-0.4)*120)*0.2", "0-math.sin((query.anim_time-0.6)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "sleep_bundle": { + "scale": 0 + }, + "RightLeg": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-50, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-50.10753, 3.21154, -3.83424], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-50, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-50.10753, -3.21154, 3.83424], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-50, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-50.10753, 3.21154, -3.83424], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-50, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": [0, 0, 0], + "2.7083": [0, 0, 0], + "2.75": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "0.2917": [0, 0, 0], + "0.4583": [0, 0, 0], + "0.625": [0, 28, 0], + "0.9583": [0, 28.5, -3], + "1.0833": [0.5, 26.5, -3], + "1.2083": [0, 28.5, -3], + "1.3333": [-0.75, 26.5, -3], + "1.4583": [0, 28.5, -3], + "1.5833": [0.5, 26.5, -3], + "1.7083": [0, 28.5, -3], + "1.7917": [0, 28.5, -3], + "1.875": [0, 22.38, -2.25], + "2.0": [0, 9.19, -1.12], + "2.1667": [0, 0, 0], + "2.7083": [0, 0, 0], + "3.0": [0, 0, 0] + } + }, + "LeftLeg": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-50, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-50.10753, 3.21154, -3.83424], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-50, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-50.10753, -3.21154, 3.83424], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-50, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-50.10753, 3.21154, -3.83424], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-50, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": [0, 0, 0], + "2.7083": [0, 0, 0], + "2.75": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "0.2917": [0, 0, 0], + "0.4583": [0, 0, 0], + "0.625": [0, 28, 0], + "0.9583": [0, 28.5, -3], + "1.0833": [0.5, 26.5, -3], + "1.2083": [0, 28.5, -3], + "1.3333": [-0.75, 26.5, -3], + "1.4583": [0, 28.5, -3], + "1.5833": [0.5, 26.5, -3], + "1.7083": [0, 28.5, -3], + "1.7917": [0, 28.5, -3], + "1.875": [0, 22.38, -2.25], + "2.0": [0, 9.19, -1.12], + "2.1667": [0, 0, 0], + "2.7083": [0, 0, 0], + "3.0": [0, 0, 0] + } + }, + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-27.41063, -2.30644, -4.43745], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-27.41063, 2.30644, 4.43745], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-27.41063, -2.30644, -4.43745], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": [52.5, 0, 0], + "2.2083": [55, 0, 0], + "2.25": { + "pre": [57.5, 0, 0], + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "0.2917": [0, 0.5, -3], + "0.4583": [0, -0.25, -3], + "0.625": [0, 28.5, -2], + "0.9583": [0, 28.5, 0], + "1.0833": { + "pre": [0, 26.5, 0], + "post": [0, 26.5, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 28.5, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 26.5, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 28.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 26.5, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 28.5, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": [0, -0.25, -3], + "2.7083": [0, 0, 0], + "3.0": [0, 0, 0] + } + }, + "openeyes": { + "position": { + "0.0": [0, 0, 0], + "0.125": [0, 0, 0], + "0.1667": [0, 0, 1], + "1.8333": [0, 0, 1], + "1.9167": [0, 0, 0], + "2.2083": [0, 0, 0], + "2.25": [0, 0, 1], + "2.4583": [0, 0, 1], + "2.5417": [0, 0, 0] + } + }, + "hurteyes": { + "position": { + "0.0": [0, 0, 0], + "1.8333": [0, 0, 0] + } + }, + "sleepingeyes": { + "position": { + "0.0": [0, 0, 0], + "0.1667": [0, 0, 0], + "0.2083": [0, 0, -1], + "0.7083": [0, 0, -1], + "2.25": [0, 0, 0], + "2.2917": [0, 0, -1], + "2.4583": [0, 0, -1], + "2.5": [0, 0, 0] + } + }, + "angryeyes": { + "position": { + "0.7083": [0, 0, 0], + "0.75": [0, 0, -1], + "1.8333": [0, 0, -1], + "1.875": [0, 0, 0] + } + }, + "lower_beak": { + "rotation": { + "0.0": [0, 0, 0], + "0.9167": [0, 0, 0], + "1.0": [42.5, 0, 0], + "1.8333": [42.5, 0, 0], + "1.9167": [0, 0, 0] + } + } + } + }, + "animation.ironbundle.status": { + "animation_length": 3, + "bones": { + "LeftArm": { + "rotation": { + "0.0": [0, 0, 60], + "0.7083": { + "pre": [0, 45, 45], + "post": [0, 45, 45], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, -25, 32.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, -25, 32.5], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, 35, 45], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 0, 60], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 60], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0.25, 0.25, 0], + "2.5833": { + "pre": [0.25, 0.25, 0], + "post": [0.25, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.25, 0.25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "RightArm": { + "rotation": { + "0.0": [0, 0, -60], + "0.7083": { + "pre": [0, -45, -45], + "post": [0, -45, -45], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 25, -32.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 25, -32.5], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, -35, -45], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 0, -60], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -60], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [-0.25, 0.5, 0], + "2.5833": { + "pre": [-0.25, 0.5, 0], + "post": [-0.25, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.25, 0.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail1": { + "position": [0, 2.25, -0.75] + }, + "Tail2": { + "position": [0, 0, -5] + }, + "Tail3": { + "position": [0, 0, -5] + }, + "Tail4": { + "position": [0, 0, -5] + }, + "Tail5": { + "position": [0, 0, -5] + }, + "Tail6": { + "position": [0, 0, -5] + }, + "Tail7": { + "position": [0, 0, -5] + }, + "Tail8": { + "position": [0, 0, -5] + }, + "Tail9": { + "position": [0, 0, -5] + }, + "Bundle": { + "rotation": [5, 0, 0], + "position": [0, 0, -3] + }, + "neck1": { + "position": [0, -4, 0] + }, + "neck2": { + "position": [0, -4, 0] + }, + "neck3": { + "position": [0, -4, 0] + }, + "neck4": { + "position": [0, -4, 0] + }, + "RightFoot": { + "rotation": [0, 25, 0] + }, + "LeftFoot": { + "rotation": [0, -25, 0] + }, + "up_light1": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.2", 0, "0-math.sin((query.anim_time)*120)*0.2"] + }, + "up_light2": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.2", 0, "0-math.sin((query.anim_time+0.5)*120)*0.2"] + }, + "up_light3": { + "position": ["0-math.sin((query.anim_time-0.9)*120)*0.2", 0, "0-math.sin((query.anim_time+0.3)*120)*0.2"] + }, + "up_light4": { + "position": ["0-math.sin((query.anim_time-0.8)*120)*0.2", 0, "0-math.sin((query.anim_time-0.3)*120)*0.2"] + }, + "up_light5": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.2", 0, "0-math.sin((query.anim_time+0.8)*120)*0.2"] + }, + "up_light6": { + "position": ["0-math.sin((query.anim_time+0.1)*120)*0.2", 0, "0-math.sin((query.anim_time+0.7)*120)*0.2"] + }, + "up_light7": { + "position": ["0-math.sin((query.anim_time-0.5)*120)*0.2", 0, "00-math.sin((query.anim_time)*120)*0.2"] + }, + "up_light8": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.2", 0, "00-math.sin((query.anim_time+0.6)*120)*0.2"] + }, + "up_light9": { + "position": ["0-math.sin((query.anim_time+0.5)*120)*0.2", 0, "0-math.sin((query.anim_time-0.2)*120)*0.2"] + }, + "back_light1": { + "position": ["0-math.sin((query.anim_time)*120)*0.20", "0-math.sin((query.anim_time)*120)*0.20", 0] + }, + "back_light2": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time+0.9)*120)*0.20", 0] + }, + "back_light3": { + "position": ["0-math.sin((query.anim_time+0.2)*120)*0.20", "0-math.sin((query.anim_time-0.3)*120)*0.20", 0] + }, + "back_light4": { + "position": ["0-math.sin((query.anim_time-0.1)*120)*0.20", "0-math.sin((query.anim_time+0.9)*120)*0.20", 0] + }, + "back_light5": { + "position": ["0-math.sin((query.anim_time+0.4)*120)*0.20", "0-math.sin((query.anim_time-0.8)*120)*0.20", 0] + }, + "back_light6": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time+0.3)*120)*0.20", 0] + }, + "back_light7": { + "position": ["0-math.sin((query.anim_time)*120)*0.20", "0-math.sin((query.anim_time+0.4)*120)*0.20", 0] + }, + "back_light8": { + "position": ["0-math.sin((query.anim_time+0.3)*120)*0.20", "0-math.sin((query.anim_time+0.7)*120)*0.20", 0] + }, + "back_light9": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time+0.8)*120)*0.20", 0] + }, + "left_light1": { + "position": [0, "0-math.sin((query.anim_time+0.5)*120)*0.2", "0-math.sin((query.anim_time+0.5)*120)*0.2"] + }, + "left_light2": { + "position": [0, "0-math.sin((query.anim_time+0.3)*120)*0.20", "0-math.sin((query.anim_time-0.9)*120)*0.20"] + }, + "left_light3": { + "position": [0, "0-math.sin((query.anim_time+0.3)*120)*0.20", "0-math.sin((query.anim_time-0.5)*120)*0.20"] + }, + "left_light4": { + "position": [0, "0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time+0.4)*120)*0.20"] + }, + "left_light5": { + "position": [0, "0-math.sin((query.anim_time-0.3)*120)*0.20", "0-math.sin((query.anim_time-0.2)*120)*0.20"] + }, + "left_light6": { + "position": [0, "0-math.sin((query.anim_time+0.4)*120)*0.20", "0-math.sin((query.anim_time+0.9)*120)*0.20"] + }, + "left_light7": { + "position": [0, "0-math.sin((query.anim_time-0.3)*120)*0.20", "0-math.sin((query.anim_time-0.9)*120)*0.20"] + }, + "left_light8": { + "position": [0, "0-math.sin((query.anim_time+0.4)*120)*0.20", "0-math.sin((query.anim_time-0.6)*120)*0.20"] + }, + "left_light9": { + "position": [0, "0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time)*120)*0.20"] + }, + "right_light1": { + "position": [0, "0-math.sin((query.anim_time-0.5)*120)*0.2", "0-math.sin((query.anim_time)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light2": { + "position": [0, "0-math.sin((query.anim_time-0.3)*120)*0.2", "0-math.sin((query.anim_time-0.4)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light3": { + "position": [0, "0-math.sin((query.anim_time-0.1)*120)*0.2", "0.5-math.sin((query.anim_time+0.8)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light4": { + "position": [0, "0-math.sin((query.anim_time-0.8)*120)*0.2", "0-math.sin((query.anim_time-0.3)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light5": { + "position": [0, "0-math.sin((query.anim_time+0.2)*120)*0.2", "0-math.sin((query.anim_time-0.6)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light6": { + "position": [0, "0-math.sin((query.anim_time+0.7)*120)*0.2", "0-math.sin((query.anim_time-0.5)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light7": { + "position": [0, "0-math.sin((query.anim_time-0.7)*120)*0.2", "0-math.sin((query.anim_time+0.6)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light8": { + "position": [0, "0-math.sin((query.anim_time-0.8)*120)*0.2", "0-math.sin((query.anim_time+0.2)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light9": { + "position": [0, "0-math.sin((query.anim_time-0.4)*120)*0.2", "0-math.sin((query.anim_time-0.6)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "head_nonmoving": { + "rotation": { + "1.25": [0, 0, 0], + "1.2917": [0, -2.5, 0], + "1.3333": [0, 0, 0] + } + }, + "sleep_bundle": { + "scale": 0 + }, + "RightLeg": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [30, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [30, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 3, -1], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 3, -1], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "LeftLeg": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [30, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [30, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 3, -1], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 3, -1], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "position": [0, 0, 0] + }, + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": { + "pre": [25, 0, 0], + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "0.75": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 2, -0.5], + "lerp_mode": "catmullrom" + }, + "1.1667": [0, 2, -0.5], + "1.2083": [0, 2.25, -0.5], + "1.25": [0, 2, -0.5], + "1.2917": [0, 2.25, -0.5], + "1.3333": [0, 2, -0.5], + "1.375": [0, 2.25, -0.5], + "1.4167": [0, 2, -0.5], + "1.5417": { + "pre": [0, 2, -0.5], + "post": [0, 2, -0.5], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, 0, -0.5], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lower_beak": { + "rotation": { + "0.0": [0, 0, 0], + "0.9167": [0, 0, 0], + "1.0": [25, 0, 0], + "1.7917": [25, 0, 0], + "1.875": [0, 0, 0], + "3.0": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ironthorns/ironthorns.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ironthorns/ironthorns.animation.json new file mode 100644 index 0000000..2f611b8 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ironthorns/ironthorns.animation.json @@ -0,0 +1,681 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.ironthorns.ground_idle": { + "loop": true, + "bones": { + "leg_right": { + "rotation": [0, 15, 0] + }, + "torso": { + "rotation": [15, 0, 0], + "position": [0, 1, 0] + }, + "chest": { + "rotation": [-5, 0, 0], + "position": [0, 0, 0] + }, + "tail": { + "rotation": [-30, 0, 0] + }, + "tail2": { + "rotation": [5, 0, 0] + }, + "tail3": { + "rotation": [10, 0, 0] + }, + "tail4": { + "rotation": [10, 0, 0] + }, + "tail5": { + "rotation": [7.5, 0, 0] + }, + "neck": { + "rotation": [-7.5, 0, 0], + "position": [0, -4, -1] + }, + "chest2": { + "rotation": [0, 0, 0] + }, + "arm_right": { + "rotation": [15, -2.5, -20] + }, + "arm_right2": { + "rotation": [10.53252, -16.3619, -10.38658] + }, + "hand_right": { + "rotation": [8.03252, -16.3619, -10.38658] + }, + "finger_index_right": { + "rotation": [0, -17.5, 0] + }, + "finger_ring_right": { + "rotation": [0, 15, 0] + }, + "arm_left": { + "rotation": [15, 2.5, 20] + }, + "arm_left2": { + "rotation": [10.53252, 16.3619, 10.3866] + }, + "hand_left": { + "rotation": [8.03252, 16.3619, 10.3866] + }, + "leg_left": { + "rotation": [0, -15, 0] + }, + "neck2": { + "position": [0, 1, 2] + }, + "head": { + "rotation": [-15, 0, 0] + }, + "head_rotation": { + "rotation": [15, 0, 0] + }, + "head_spike": { + "rotation": [5, 0, 0] + }, + "jaw_hidden": { + "position": [0, -3, 0] + } + } + }, + "animation.tyranitar.blink": { + "animation_length": 0.16667, + "bones": { + "eyelid_left": { + "position": { + "0.0": [0.1, 0, 0], + "0.125": [0.1, 0, 0], + "0.1667": [0, 0, 0] + } + }, + "eyelid_right": { + "position": { + "0.0": [-0.1, 0, 0], + "0.125": [-0.1, 0, 0], + "0.1667": [0, 0, 0] + } + } + } + }, + "animation.tyranitar.mouth_open": { + "animation_length": 3.66667, + "bones": { + "chest": { + "rotation": [10, 0, 0] + }, + "arm_right": { + "rotation": [-4.50432, 19.50645, -13.27463] + }, + "chest2": { + "rotation": [-7.5, 0, 0] + }, + "neck": { + "rotation": [-2.5, 0, 0] + }, + "neck2": { + "rotation": [-12.5, 0, 0], + "position": [0, 0, -3] + }, + "torso": { + "rotation": [35, 0, 0] + }, + "arm_left": { + "rotation": [-4.50432, -19.5064, 13.2746] + }, + "jaw": { + "rotation": [82.5, 0, 0] + }, + "head_rotation": { + "rotation": [-32.5, 0, 0] + }, + "finger_index_right": { + "rotation": [0, -15, -30] + }, + "finger_ring_right": { + "rotation": [-2.74715, 12.19908, -12.79362] + }, + "finger_index_left": { + "rotation": [0, 15, 30] + }, + "finger_ring_left": { + "rotation": [-2.74715, -12.19908, 12.79362] + }, + "tail": { + "rotation": [-10, 0, 0] + }, + "tail2": { + "rotation": [17.5, 0, 0] + }, + "tail3": { + "rotation": [20, 0, 0] + }, + "tail4": { + "rotation": [10, 0, 0] + }, + "tail5": { + "rotation": [15, 0, 0] + }, + "leg_right": { + "rotation": [6.58489, 17.05448, 11.43677] + }, + "foot_right": { + "rotation": [-2.50954, 4.99523, -10.21865] + }, + "leg_left": { + "rotation": [6.58489, -17.05448, -11.43677] + }, + "foot_left": { + "rotation": [-2.50954, -4.99523, 10.21865] + }, + "jaw_hidden": { + "rotation": [0, 0, 0], + "position": [0, -3, 0] + } + } + }, + "animation.tyranitar.battle_cry/status": { + "loop": "hold_on_last_frame", + "animation_length": 4.33333, + "bones": { + "body": { + "position": { + "0.0": [0, 0, 0], + "1.75": [0, 0, 0], + "1.7917": [1, 0, 0], + "1.8333": [0, 0, 0], + "1.875": [1, 0, 0], + "1.9167": [0, 0, 0], + "1.9583": [1, 0, 0], + "2.0": [0, 0, 0], + "2.0417": [1, 0, 0], + "2.0833": [0, 0, 0], + "2.125": [1, 0, 0], + "2.1667": [0, 0, 0], + "2.2083": [1, 0, 0], + "2.25": [0, 0, 0], + "2.2917": [1, 0, 0], + "2.3333": [0, 0, 0], + "2.375": [1, 0, 0], + "2.4167": [0, 0, 0], + "2.4583": [1, 0, 0], + "2.5": [0, 0, 0], + "2.5417": [1, 0, 0], + "2.5833": [0, 0, 0], + "2.625": [1, 0, 0], + "2.6667": [0, 0, 0], + "2.7083": [1, 0, 0], + "2.75": [0, 0, 0] + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-0.79316, -0.10442, -7.49928], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-2.54551, 0.34238, 8.01729], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [50, 0, 0], + "2.5": [12.5, 0, 0], + "3.0": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [-0.79316, -0.10442, -7.49928], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [-0.79316, 0.1044, 7.4993], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5833": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.875": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.9583": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "chest": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [10, 0, 0], + "1.25": [-10, 0, 0], + "4.3333": [0, 0, 0] + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-4.48581, 52.96205, 3.97517], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-4.48581, 52.96205, 3.97517], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-4.50432, -19.5064, 13.2746], + "lerp_mode": "catmullrom" + }, + "4.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "4.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "hand_left": { + "rotation": { + "0.0": [0, 0, 0], + "1.25": [0, 15, 0], + "4.3333": [0, 0, 0] + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-6.32269, -47.76378, -7.07804], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-6.32269, -47.76378, -7.07804], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-4.50432, 19.50645, -13.27463], + "lerp_mode": "catmullrom" + }, + "4.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "4.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "hand_right": { + "rotation": { + "0.0": [0, 0, 0], + "1.25": [0, -15, 0], + "4.3333": [0, 0, 0] + } + }, + "chest2": { + "rotation": { + "0.0": [0, 0, 0], + "1.5": [0, 0, 0], + "1.75": [-7.5, 0, 0], + "4.3333": [0, 0, 0] + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [-2.5, 0, 0], + "4.3333": [0, 0, 0] + } + }, + "neck2": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [-12.5, 0, 0], + "1.25": [17.5, 0, 0], + "1.75": [-12.5, 0, 0], + "2.5": [-25, 0, 0], + "3.625": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [40, 0, 0], + "1.75": [2.5, 0, 0], + "4.3333": [0, 0, 0] + } + }, + "head_rotation": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-32.5, 0, 0], + "3.625": [0, 0, 0], + "4.3333": [0, 0, 0] + } + }, + "jaw": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 0], + "1.0": [0, 0, 0], + "1.25": [7.5, 0, 0], + "1.75": [82.5, 0, 0], + "2.5": [72, 0, 0], + "3.625": [0, 0, 0] + } + }, + "jaw_hidden": { + "rotation": { + "1.0": [0, 0, 0], + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 0], + "1.0": [0, 0, 0], + "1.75": [0, -3, 0], + "3.625": [0, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [0, 0, 0], + "1.75": [-10, 0, 0], + "4.3333": [0, 0, 0] + } + }, + "tail2": { + "rotation": { + "0.0": [0, 0, 0], + "1.75": [17.5, 0, 0], + "4.3333": [0, 0, 0] + } + }, + "tail3": { + "rotation": { + "0.0": [0, 0, 0], + "1.75": [20, 0, 0], + "4.3333": [0, 0, 0] + } + }, + "tail_spike_top": { + "rotation": { + "0.0": [0, 0, 0], + "1.75": [12.5, 0, 0], + "4.3333": [0, 0, 0] + } + }, + "bone3": { + "rotation": { + "0.0": [0, 0, 0], + "1.75": [0, -12.5, 0], + "4.3333": [0, 0, 0] + } + }, + "tail_spike_top4": { + "rotation": { + "0.0": [0, 0, 0], + "1.75": [0, 7.5, 0], + "4.3333": [0, 0, 0] + } + }, + "tail4": { + "rotation": { + "0.0": [0, 0, 0], + "1.75": [10, 0, 0], + "4.3333": [0, 0, 0] + } + }, + "tail5": { + "rotation": { + "0.0": [0, 0, 0], + "1.75": [15, 0, 0], + "4.3333": [0, 0, 0] + } + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0.30637, -28.20967, -0.62148], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [6.58489, -17.05448, -11.43677], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [6.58489, -17.05448, -11.43677], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0.30637, -28.20967, -0.62148], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 3, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, 3, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5417": { + "post": [0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [-2.50954, -4.99523, 10.21865], + "3.0": [-2.50954, -4.99523, 10.21865], + "3.625": [0, 0, 0] + } + }, + "leg_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.625": [0, 0, 0], + "1.0": [6.58489, 17.05448, 11.43677], + "3.625": [6.58489, 17.05448, 11.43677], + "3.875": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.625": [0, 0, 0], + "0.8333": [0, 4, 0], + "1.0": [0, 0, 0], + "1.0417": [0.5, 0, 0], + "1.0833": [0, 0, 0], + "3.625": [0, 0, 0], + "3.75": [0, 3, 0], + "3.875": [0, 0, 0], + "3.9167": [0.5, 0, 0], + "3.9583": [0, 0, 0] + } + }, + "foot_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.625": [0, 0, 0], + "1.0": [-2.50954, 4.99523, -10.21865], + "3.625": [-2.50954, 4.99523, -10.21865], + "3.875": [0, 0, 0] + } + }, + "tyranitar": { + "position": [0, 0, 0], + "scale": 1 + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ironvaliant/ironvaliant.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ironvaliant/ironvaliant.animation.json new file mode 100644 index 0000000..3400fc1 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ironvaliant/ironvaliant.animation.json @@ -0,0 +1,2749 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.ironvaliant.ground_idle": { + "loop": true, + "bones": { + "body": { + "position": [0, "-0.75+Math.cos((query.anim_time) * 90 * 1) * 0.15", "0+Math.cos((query.anim_time) * 90 * 1) * -0.2"] + }, + "torso": { + "rotation": ["0+Math.cos((query.anim_time) * 90 * 1 - 90) * -1", 0, 0], + "position": [0, "0+Math.cos((query.anim_time) * 90 * 1) * 0.1", 0] + }, + "waist": { + "rotation": ["-2.5+Math.cos((query.anim_time) * 90 * 1 - 130) * -1", -10, 0] + }, + "arm_left": { + "rotation": [2.25644, "5.1855+Math.cos((query.anim_time) * 90 * 1) * 2", "45.5337+Math.cos((query.anim_time) * 90 * 1 - 130) * 1"] + }, + "arm_left2": { + "rotation": [31.23488, -67.75969, 54.62817], + "position": [0, 0, -1] + }, + "hand_left": { + "rotation": [0, 0, 32.5] + }, + "arm_right": { + "rotation": [-0.60164, "0.0925+Math.cos((query.anim_time) * 90 * 1) * -2", "-37.4899+Math.cos((query.anim_time) * 90 * 1 - 130) * -1"] + }, + "arm_right2": { + "rotation": [4.46398, 73.89429, -53.51141], + "position": [0, 0, -1] + }, + "hand_right": { + "rotation": [0, 0, -32.5] + }, + "neck": { + "rotation": ["7.5+Math.cos((query.anim_time) * 90 * 1 - 90) * 3", 7.5, 0] + }, + "leg_right": { + "rotation": ["-5+Math.cos((query.anim_time) * 90 * 1) * 2", 12.5, 2.5] + }, + "leg_right2": { + "rotation": ["5+Math.cos((query.anim_time) * 90 * 1) * -2", 0, -2.5] + }, + "leg_left": { + "rotation": ["-5+Math.cos((query.anim_time) * 90 * 1) * 2", -20, -10] + }, + "leg_left2": { + "rotation": ["7.5+Math.cos((query.anim_time) * 90 * 1) * -2", 0, 10] + }, + "iron_valiant": { + "position": [0, 0, 0] + }, + "finger_front_left": { + "rotation": [0, 0, -2.5] + }, + "finger_center_left": { + "rotation": [0, 0, -17.5] + }, + "finger_back_left": { + "rotation": [0, 0, -7.5] + }, + "bone13": { + "rotation": [0, 0, -7.5] + }, + "bone12": { + "rotation": [0, 0, -7.5] + }, + "bone11": { + "rotation": [0, 0, -2.5] + }, + "bone9": { + "rotation": [0, 0, -7.5] + }, + "bone8": { + "rotation": [0, 0, -10] + }, + "bone10": { + "rotation": [0, 0, 7.5], + "position": [0, 1, 0] + }, + "bone5": { + "rotation": [0, 0, -7.5], + "position": [0, 1, 0] + }, + "bone6": { + "rotation": [0, 0, 10] + }, + "bone7": { + "rotation": [0, 0, 7.5] + }, + "bone14": { + "rotation": [0, 0, 2.5] + }, + "bone15": { + "rotation": [0, 0, 7.5] + }, + "bone16": { + "rotation": [0, 0, 7.5] + }, + "bone18": { + "rotation": [0, 0, -7.5], + "position": [0, 1, 0] + }, + "bone19": { + "rotation": [0, 0, 10] + }, + "bone20": { + "rotation": [0, 0, 7.5] + }, + "bone21": { + "rotation": [0, 0, 2.5] + }, + "bone22": { + "rotation": [0, 0, 7.5] + }, + "bone23": { + "rotation": [0, 0, 7.5] + }, + "bone25": { + "rotation": [0, 0, 7.5], + "position": [0, 1, 0] + }, + "bone26": { + "rotation": [0, 0, -10] + }, + "bone27": { + "rotation": [0, 0, -7.5] + }, + "bone28": { + "rotation": [0, 0, -2.5] + }, + "bone29": { + "rotation": [0, 0, -7.5] + }, + "bone30": { + "rotation": [0, 0, -7.5] + }, + "bone32": { + "rotation": [0, 0, 7.5], + "position": [0, 1, 0] + }, + "bone33": { + "rotation": [0, 0, -10] + }, + "bone34": { + "rotation": [0, 0, -7.5] + }, + "bone35": { + "rotation": [0, 0, -2.5] + }, + "bone36": { + "rotation": [0, 0, -7.5] + }, + "bone37": { + "rotation": [0, 0, -7.5] + }, + "bone38": { + "scale": 0 + } + } + }, + "animation.ironvaliant.ground_walk": { + "loop": true, + "animation_length": 1.5, + "bones": { + "body": { + "position": [0, "-0.8+Math.cos((query.anim_time) * 90 * 8/3 * 2) * 0.8", 0] + }, + "torso": { + "rotation": ["0+Math.cos((query.anim_time) * 90 * 8/3 * 2 - 90) * 2", 0, "0+Math.cos((query.anim_time) * 90 * 8/3 - 90) * -3"], + "position": [0, "-1+Math.cos((query.anim_time) * 90 * 8/3 * 2 - 90) * 0.2", 0] + }, + "waist": { + "rotation": ["-5+Math.cos((query.anim_time) * 90 * 8/3 * 2 - 160) * 2", 0, "0+Math.cos((query.anim_time) * 90 * 8/3 - 90) * 3"] + }, + "chest": { + "rotation": [7.5, 0, 0] + }, + "arm_left": { + "rotation": [27.5, "-12.5+Math.cos((query.anim_time) * 90 * 8/3) * -20", 50] + }, + "arm_left2": { + "rotation": [0, "-37.5+Math.cos((query.anim_time) * 90 * 8/3 - 90) * -20", 0] + }, + "arm_right": { + "rotation": [27.5, "12.5+Math.cos((query.anim_time) * 90 * 8/3) * -20", -50] + }, + "arm_right2": { + "rotation": [0, "37.5+Math.cos((query.anim_time) * 90 * 8/3 - 90) * -20", 0] + }, + "neck": { + "rotation": ["0+Math.cos((query.anim_time) * 90 * 8/3 * 2 - 90) * -4", 0, 0] + }, + "leg_right": { + "rotation": { + "0.0": [22.75, 3, 2], + "0.0833": [21, 3, 2], + "0.625": [-38.25, 3, 2], + "0.75": [-42.5, 3, 2], + "0.875": [-40, 3, 2], + "1.4167": [19.5, 3, 2], + "1.5": [22.75, 3, 2] + }, + "position": { + "0.0": [0, -0.75, 0], + "0.75": [0, 0, 0], + "1.0833": [0, 0, 0], + "1.25": [0, 1, 0], + "1.5": [0, -0.75, 0] + } + }, + "leg_right2": { + "rotation": { + "0.0": { + "post": [4.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [51.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0.28, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-6.11, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [4.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [4.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": { + "0.0": [-42.5, -3, -2], + "0.125": [-40, -3, -2], + "0.6667": [19.5, -3, -2], + "0.75": [22.75, -3, -2], + "0.8333": [21, -3, -2], + "1.375": [-38.25, -3, -2], + "1.5": [-42.5, -3, -2] + }, + "position": { + "0.0": [0, 0, 0], + "0.3333": [0, 0, 0], + "0.5": [0, 1, 0], + "0.75": [0, -0.75, 0], + "1.5": [0, 0, 0] + } + }, + "leg_left2": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0.28, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [51.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [4.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": [0, 0, 7.5], + "position": [0, 1, 0] + }, + "bone8": { + "rotation": [0, 0, -10] + }, + "bone9": { + "rotation": [0, 0, -7.5] + }, + "bone11": { + "rotation": [0, 0, -2.5] + }, + "bone12": { + "rotation": [0, 0, -7.5] + }, + "bone13": { + "rotation": [0, 0, -7.5] + }, + "bone5": { + "rotation": [0, 0, -7.5], + "position": [0, 1, 0] + }, + "bone6": { + "rotation": [0, 0, 10] + }, + "bone7": { + "rotation": [0, 0, 7.5] + }, + "bone14": { + "rotation": [0, 0, 2.5] + }, + "bone15": { + "rotation": [0, 0, 7.5] + }, + "bone16": { + "rotation": [0, 0, 7.5] + }, + "bone18": { + "rotation": [0, 0, -7.5], + "position": [0, 1, 0] + }, + "bone19": { + "rotation": [0, 0, 10] + }, + "bone20": { + "rotation": [0, 0, 7.5] + }, + "bone21": { + "rotation": [0, 0, 2.5] + }, + "bone22": { + "rotation": [0, 0, 7.5] + }, + "bone23": { + "rotation": [0, 0, 7.5] + }, + "bone25": { + "rotation": [0, 0, 7.5], + "position": [0, 1, 0] + }, + "bone26": { + "rotation": [0, 0, -10] + }, + "bone27": { + "rotation": [0, 0, -7.5] + }, + "bone28": { + "rotation": [0, 0, -2.5] + }, + "bone29": { + "rotation": [0, 0, -7.5] + }, + "bone30": { + "rotation": [0, 0, -7.5] + }, + "bone32": { + "rotation": [0, 0, 7.5], + "position": [0, 1, 0] + }, + "bone33": { + "rotation": [0, 0, -10] + }, + "bone34": { + "rotation": [0, 0, -7.5] + }, + "bone35": { + "rotation": [0, 0, -2.5] + }, + "bone36": { + "rotation": [0, 0, -7.5] + }, + "bone37": { + "rotation": [0, 0, -7.5] + }, + "bone38": { + "scale": 0 + }, + "finger_front_left": { + "rotation": [0, 0, 25] + }, + "finger_center_left": { + "rotation": [0, 0, 17.5] + }, + "finger_back_left": { + "rotation": [0, 0, 22.5] + } + } + }, + "animation.ironvaliant.ground_run": { + "loop": true, + "animation_length": 1, + "bones": { + "body": { + "position": { + "0.0": { + "post": [0, 3.75, -1.1], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 2.58, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, -1.5, 1], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 2.5, -1], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 3.58, -1], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 2.58, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, -1.5, 2], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 2.5, -1], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 3.75, -1.1], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": [ + "17.5+Math.cos((query.anim_time) * 90 * 8 - 90) * 8", + "0+Math.cos((query.anim_time) * 90 * 4) * 10", + "0+Math.cos((query.anim_time) * 90 * 4) * -5" + ], + "position": [0, "0+Math.cos((query.anim_time) * 90 * 8 - 90) * 0.4", 0] + }, + "waist": { + "rotation": [ + "8.5+Math.cos((query.anim_time) * 90 * 8 - 90) * -8", + "0+Math.cos((query.anim_time) * 90 * 4) * -10", + "0+Math.cos((query.anim_time) * 90 * 4) * 10" + ] + }, + "arm_left": { + "rotation": [32.5, "0+Math.cos((query.anim_time) * 90 * 4) * -50", 35] + }, + "arm_left2": { + "rotation": [0, "Math.cos((query.anim_time) * 90 * 4 - 45) * -30", 0] + }, + "arm_right": { + "rotation": [32.5, "0+Math.cos((query.anim_time) * 90 * 4) * -50", -35] + }, + "arm_right2": { + "rotation": [0, "(Math.cos((query.anim_time) * 90 * 4 - 45) * -30)", 0] + }, + "neck": { + "rotation": ["-10 + Math.cos((query.anim_time) * 90 * 8 - 90) * -4", 0, 0] + }, + "leg_right": { + "rotation": { + "0.0": [53.25, 0, 0], + "0.1667": { + "pre": [37.5, 0, 0], + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-45.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-67.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": [53.25, 0, 0] + } + }, + "leg_right2": { + "rotation": { + "0.0": [46.37, 0, 0], + "0.0833": [57.5, 0, 0], + "0.1667": [62, 0, 0], + "0.2917": [56.25, 0, 0], + "0.4167": [9.6, 0, 0], + "0.5": [3.5, 0, 0], + "0.625": [1.67, 0, 0], + "0.75": [13, 0, 0], + "1.0": [46.37, 0, 0] + } + }, + "leg_left": { + "rotation": { + "0.0": [-67.25, 0, 0], + "0.2083": { + "pre": [-47.5, 0, 0], + "post": [-47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [34, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [53.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-45.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": [-67.25, 0, 0] + } + }, + "leg_left2": { + "rotation": { + "0.0": [3.5, 0, 0], + "0.125": [1.67, 0, 0], + "0.25": [13, 0, 0], + "0.5833": [57.5, 0, 0], + "0.6667": [62, 0, 0], + "0.7917": [56.25, 0, 0], + "0.9167": [9.6, 0, 0], + "1.0": [3.5, 0, 0] + } + }, + "Head": { + "rotation": [-7.5, 0, 0] + }, + "bone10": { + "rotation": [0, 0, 7.5], + "position": [0, 1, 0] + }, + "bone8": { + "rotation": [0, 0, -10] + }, + "bone9": { + "rotation": [0, 0, -7.5] + }, + "bone11": { + "rotation": [0, 0, -2.5] + }, + "bone12": { + "rotation": [0, 0, -7.5] + }, + "bone13": { + "rotation": [0, 0, -7.5] + }, + "bone5": { + "rotation": [0, 0, -7.5], + "position": [0, 1, 0] + }, + "bone6": { + "rotation": [0, 0, 10] + }, + "bone7": { + "rotation": [0, 0, 7.5] + }, + "bone14": { + "rotation": [0, 0, 2.5] + }, + "bone15": { + "rotation": [0, 0, 7.5] + }, + "bone16": { + "rotation": [0, 0, 7.5] + }, + "bone18": { + "rotation": [0, 0, -7.5], + "position": [0, 1, 0] + }, + "bone19": { + "rotation": [0, 0, 10] + }, + "bone20": { + "rotation": [0, 0, 7.5] + }, + "bone21": { + "rotation": [0, 0, 2.5] + }, + "bone22": { + "rotation": [0, 0, 7.5] + }, + "bone23": { + "rotation": [0, 0, 7.5] + }, + "bone25": { + "rotation": [0, 0, 7.5], + "position": [0, 1, 0] + }, + "bone26": { + "rotation": [0, 0, -10] + }, + "bone27": { + "rotation": [0, 0, -7.5] + }, + "bone28": { + "rotation": [0, 0, -2.5] + }, + "bone29": { + "rotation": [0, 0, -7.5] + }, + "bone30": { + "rotation": [0, 0, -7.5] + }, + "bone32": { + "rotation": [0, 0, 7.5], + "position": [0, 1, 0] + }, + "bone33": { + "rotation": [0, 0, -10] + }, + "bone34": { + "rotation": [0, 0, -7.5] + }, + "bone35": { + "rotation": [0, 0, -2.5] + }, + "bone36": { + "rotation": [0, 0, -7.5] + }, + "bone37": { + "rotation": [0, 0, -7.5] + }, + "bone38": { + "scale": 0 + }, + "finger_front_left": { + "rotation": [0, 0, 25] + }, + "finger_center_left": { + "rotation": [0, 0, 17.5] + }, + "finger_back_left": { + "rotation": [0, 0, 22.5] + } + } + }, + "animation.ironvaliant.battle_idle": { + "loop": true, + "bones": { + "leg_left": { + "rotation": ["-9.9242+Math.cos((query.anim_time) * 90 * 4) * 6", 1.00761, -24.22422], + "position": [ + "0+Math.cos((query.anim_time) * 90 * 4) * 0.3", + "0.5+Math.cos((query.anim_time) * 90 * 4) * -0.2", + "0+Math.cos((query.anim_time) * 90 * 4) * 0.2" + ] + }, + "leg_left2": { + "rotation": ["13.7084+Math.cos((query.anim_time) * 90 * 4) * -8", 11.45156, 6.7033] + }, + "torso": { + "rotation": ["5+Math.cos((query.anim_time) * 90 * 4 - 90) * -1", -10, "0+Math.cos((query.anim_time) * 90 * 2) * -2"], + "position": [0, "0+Math.cos((query.anim_time) * 90 * 4 - 30) * 0.3", 0] + }, + "waist": { + "rotation": ["10+Math.cos((query.anim_time) * 90 * 4 - 160) * -1", -32.5, "0+Math.cos((query.anim_time) * 90 * 2) * 2"] + }, + "arm_left": { + "rotation": [-0.01907, -45.21761, "34.5801+Math.cos((query.anim_time) * 90 * 4 - 90) * -4"] + }, + "arm_left2": { + "rotation": [0, "0+Math.cos((query.anim_time) * 90 * 4 - 180) * -4", 0], + "position": [-1, 0, -2] + }, + "hand_left": { + "rotation": [0.7522, 2.38422, 17.51565] + }, + "neck": { + "rotation": ["0+Math.cos((query.anim_time) * 90 * 4 - 160) * 2", 37.5, 0] + }, + "Head": { + "rotation": [0, 2.5, -7.5] + }, + "arm_right": { + "rotation": [18.31206, -19.5181, "-33.1758+Math.cos((query.anim_time) * 90 * 4 - 90) * 4"] + }, + "arm_right2": { + "rotation": [21.46, "13.4481+Math.cos((query.anim_time) * 90 * 4 - 180) * 4", -22.01], + "position": [1, 0, -1], + "scale": 1 + }, + "hand_right": { + "rotation": [0, 0, -10] + }, + "legs": { + "rotation": [0, -32.5, 0] + }, + "leg_right": { + "rotation": ["-32.831+Math.cos((query.anim_time) * 90 * 4) * 6", 59.9933, 11.24487], + "position": [0, 0.5, 0] + }, + "leg_right2": { + "rotation": ["27.4777+Math.cos((query.anim_time) * 90 * 4) * -3", 1.15408, "-2.2178+Math.cos((query.anim_time) * 90 * 4) * 3"] + }, + "foot_left": { + "rotation": ["27.5+Math.cos((query.anim_time) * 90 * 4) * -2", 0, 10] + }, + "foot_right": { + "rotation": ["14.9907+Math.cos((query.anim_time) * 90 * 4) * -3", 0.43399, -2.46207] + }, + "body": { + "position": [0, "-2.9+Math.cos((query.anim_time) * 90 * 4) * 0.6", "0+Math.cos((query.anim_time) * 90 * 4) * -0.6"] + }, + "bone10": { + "rotation": [0, 0, 7.5], + "position": [0, 1, 0] + }, + "bone8": { + "rotation": [0, 0, -10] + }, + "bone9": { + "rotation": [0, 0, -7.5] + }, + "bone11": { + "rotation": [0, 0, -2.5] + }, + "bone12": { + "rotation": [0, 0, -7.5] + }, + "bone13": { + "rotation": [0, 0, -7.5] + }, + "bone5": { + "rotation": [0, 0, -7.5], + "position": [0, 1, 0] + }, + "bone6": { + "rotation": [0, 0, 10] + }, + "bone7": { + "rotation": [0, 0, 7.5] + }, + "bone14": { + "rotation": [0, 0, 2.5] + }, + "bone15": { + "rotation": [0, 0, 7.5] + }, + "bone16": { + "rotation": [0, 0, 7.5] + }, + "finger_front_left": { + "rotation": [0, 0, 25] + }, + "finger_center_left": { + "rotation": [0, 0, 17.5] + }, + "finger_back_left": { + "rotation": [0, 0, 22.5] + }, + "bone18": { + "rotation": [0, 0, -7.5], + "position": [0, 1, 0] + }, + "bone19": { + "rotation": [0, 0, 10] + }, + "bone20": { + "rotation": [0, 0, 7.5] + }, + "bone21": { + "rotation": [0, 0, 2.5] + }, + "bone22": { + "rotation": [0, 0, 7.5] + }, + "bone23": { + "rotation": [0, 0, 7.5] + }, + "bone25": { + "rotation": [0, 0, 7.5], + "position": [0, 1, 0] + }, + "bone26": { + "rotation": [0, 0, -10] + }, + "bone27": { + "rotation": [0, 0, -7.5] + }, + "bone28": { + "rotation": [0, 0, -2.5] + }, + "bone29": { + "rotation": [0, 0, -7.5] + }, + "bone30": { + "rotation": [0, 0, -7.5] + }, + "bone32": { + "rotation": [0, 0, 7.5], + "position": [0, 1, 0] + }, + "bone33": { + "rotation": [0, 0, -10] + }, + "bone34": { + "rotation": [0, 0, -7.5] + }, + "bone35": { + "rotation": [0, 0, -2.5] + }, + "bone36": { + "rotation": [0, 0, -7.5] + }, + "bone37": { + "rotation": [0, 0, -7.5] + }, + "bone38": { + "position": [0, 0, -4] + }, + "bone39": { + "scale": 0 + }, + "bone40": { + "scale": 0 + }, + "bone41": { + "position": [0, 0, 0] + } + } + }, + "animation.ironvaliant.sleep": { + "loop": true, + "bones": { + "torso": { + "rotation": ["0+Math.cos((query.anim_time) * 90 * 1) * -1", 0, 0] + }, + "waist": { + "rotation": ["0+Math.cos((query.anim_time) * 90 * 1 - 90) * -1", 0, 0] + }, + "chest": { + "rotation": [15, 0, 0] + }, + "arm_left": { + "rotation": [0.64166, "-14.986+Math.cos((query.anim_time) * 90 * 1) * 0.6", 57.41902] + }, + "arm_left2": { + "rotation": [0, "-50+Math.cos((query.anim_time) * 90 * 1) * -2", 0] + }, + "finger_center_left": { + "rotation": [0, 0, 17.5] + }, + "finger_back_left": { + "rotation": [0, 0, 22.5] + }, + "arm_right": { + "rotation": [14.36118, "8.7679+Math.cos((query.anim_time) * 90 * 1) * -0.6", -54.87943] + }, + "arm_right2": { + "rotation": [0, "50+Math.cos((query.anim_time) * 90 * 1) * 2", 0] + }, + "finger_center_right": { + "rotation": [0, 0, -7.5] + }, + "finger_back_right": { + "rotation": [0, 0, -7.5] + }, + "neck": { + "rotation": ["0+Math.cos((query.anim_time) * 90 * 1 - 180) * -1", 0, 0] + }, + "bone10": { + "rotation": [0, 0, 7.5], + "position": [0, 1, 0] + }, + "bone8": { + "rotation": [0, 0, -10] + }, + "bone9": { + "rotation": [0, 0, -7.5] + }, + "bone11": { + "rotation": [0, 0, -2.5] + }, + "bone12": { + "rotation": [0, 0, -7.5] + }, + "bone13": { + "rotation": [0, 0, -7.5] + }, + "bone5": { + "rotation": [0, 0, -7.5], + "position": [0, 1, 0] + }, + "bone6": { + "rotation": [0, 0, 10] + }, + "bone7": { + "rotation": [0, 0, 7.5] + }, + "bone14": { + "rotation": [0, 0, 2.5] + }, + "bone15": { + "rotation": [0, 0, 7.5] + }, + "bone16": { + "rotation": [0, 0, 7.5] + }, + "bone18": { + "rotation": [0, 0, -7.5], + "position": [0, 1, 0] + }, + "bone19": { + "rotation": [0, 0, 10] + }, + "bone20": { + "rotation": [0, 0, 7.5] + }, + "bone21": { + "rotation": [0, 0, 2.5] + }, + "bone22": { + "rotation": [0, 0, 7.5] + }, + "bone23": { + "rotation": [0, 0, 7.5] + }, + "bone25": { + "rotation": [0, 0, 7.5], + "position": [0, 1, 0] + }, + "bone26": { + "rotation": [0, 0, -10] + }, + "bone27": { + "rotation": [0, 0, -7.5] + }, + "bone28": { + "rotation": [0, 0, -2.5] + }, + "bone29": { + "rotation": [0, 0, -7.5] + }, + "bone30": { + "rotation": [0, 0, -7.5] + }, + "bone32": { + "rotation": [0, 0, 7.5], + "position": [0, 1, 0] + }, + "bone33": { + "rotation": [0, 0, -10] + }, + "bone34": { + "rotation": [0, 0, -7.5] + }, + "bone35": { + "rotation": [0, 0, -2.5] + }, + "bone36": { + "rotation": [0, 0, -7.5] + }, + "bone37": { + "rotation": [0, 0, -7.5] + }, + "bone38": { + "scale": 0 + }, + "finger_front_left": { + "rotation": [0, 0, 25] + }, + "finger_front_right": { + "rotation": [0, 0, -7.5] + }, + "bone39": { + "scale": 0 + }, + "bone40": { + "scale": 0 + }, + "eyelid_left": { + "position": [0, 0, -0.1] + }, + "eyelid_right": { + "position": [0, 0, -0.1] + } + } + }, + "animation.ironvaliant.faint": { + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": [0, -10, 0], + "1.875": [0, -10, 0], + "2.0417": { + "pre": [9, -10, 0], + "post": [9, -10, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [75.5, -10, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": [87.5, -10, 0] + }, + "position": { + "0.0": [0, -1.25, 0], + "0.125": { + "pre": [0, -1.25, -0.235], + "post": [0, -1.25, -0.235], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, -1.4, -3.93], + "lerp_mode": "catmullrom" + }, + "0.625": [0, -1.625, -4.5], + "0.8333": [0, -2.075, -4.575], + "1.0": [0, -3.12, -5.07], + "1.125": { + "pre": [0, -9.75, -9.07], + "post": [0, -9.75, -9.07], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, -10.325, -10.32], + "lerp_mode": "catmullrom" + }, + "1.3333": [0, -9.75, -10.82], + "1.875": [0, -9.5, -10.82], + "2.0417": [0, -11, -11.57], + "2.1667": { + "pre": [0, -17.25, -15.82], + "post": [0, -17.25, -15.82], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, -18.25, -17.32], + "lerp_mode": "catmullrom" + }, + "2.4167": [0, -17.25, -17.32] + }, + "scale": { + "1.0": [1, 1, 1], + "1.0833": [0.9, 1.2, 0.9], + "1.1667": [1.2, 0.9, 1.1], + "1.25": [1, 1, 1] + } + }, + "torso": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [7.5, 12.5, -7.8], + "post": [7.5, 12.5, -7.8], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [4.71, 13.53, -8.17], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-6.62, 12, -7], + "lerp_mode": "catmullrom" + }, + "0.5": [-6.5, 12.25, -2.25], + "0.7083": [-2.5, 12.25, 0], + "1.0417": [-12.5, 12.25, 0], + "1.2083": { + "pre": [37.5, 12.25, 0], + "post": [37.5, 12.25, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [36, 12.25, 0], + "lerp_mode": "catmullrom" + }, + "2.0": [14.5, 6.5, 0], + "2.125": [-13, 6.5, 0], + "2.25": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": [0, 0.07, 0], + "0.5833": [0, -0.5, 0], + "0.7083": [0, "0+Math.cos((query.anim_time) * 90 * 32) * 0.2", 0], + "1.0833": [0, 0, 0] + } + }, + "waist": { + "rotation": { + "0.0": [10, 10, 0], + "0.1667": { + "pre": [17, 1.26, 5.25], + "post": [17, 1.26, 5.25], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [10, -2.5, 7.5], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [5, -3.28, 7.93], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [10, -2.5, 2.5], + "lerp_mode": "catmullrom" + }, + "0.75": [10, -2.5, 0], + "1.0": [5, -2.5, 0], + "1.125": { + "pre": [-20, -2.5, 0], + "post": [-20, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [15, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [20, -2.5, 0], + "2.0": [10, -2.5, 0], + "2.1667": [-12.5, -2.5, 0], + "2.2917": [-2.5, -1, 0], + "2.375": [0, 0, 0], + "2.5417": [1.5, 0, 0] + } + }, + "arm_left": { + "rotation": { + "0.0": [0, 15, 42.5], + "0.6667": { + "pre": [0, -32.5, 52.5], + "post": [0, -32.5, 52.5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -46, 52.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, -32.5, -15], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [12.5, -7.65, 57.5], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [12.5, 0, 57.5], + "lerp_mode": "catmullrom" + }, + "2.0417": [12.5, 2.5, 57.5], + "2.1667": [-7.5, 2.5, 15], + "2.2917": [-90, 3.5, 15], + "2.4167": [-90, 6, 17], + "2.5417": [-90, 1, 15] + } + }, + "arm_left2": { + "rotation": { + "0.0": [0, -10, 0], + "0.375": [0, -55, 0], + "0.8333": [0, -67.5, 0], + "1.0417": [0, -51.25, 0], + "1.3333": [0, 45, 0], + "1.4583": [3, 57.5, 0], + "1.7917": [3, 57.5, -10], + "2.0833": [23, 59.5, 32.5], + "2.1667": [23, 59.5, 70], + "2.2917": [0, 32.5, -12.5] + } + }, + "arm_right": { + "rotation": { + "0.0": [35, 20, -42.5], + "0.25": [35, -22.25, -30], + "0.5417": [35, -51.5, -42.5], + "0.875": [55, -61.5, -52.5], + "1.125": [-40, -7.5, 15], + "1.3333": [2.5, -47.5, -15], + "1.4167": [7.5, -50.17, "-14.5+Math.cos((query.anim_time) * 90 * 24) * -2"], + "1.7083": [-43.5, -55.81, "8.19+Math.cos((query.anim_time) * 90 * 24) * -8"], + "1.9583": [-57.5, -57.5, "15+Math.cos((query.anim_time) * 90 * 24) * -10"], + "2.125": [-72.5, -35, 30], + "2.2917": [-91.5, -3.5, 30], + "2.3333": [-90, -5, 30], + "2.5": [-87.5, -5, 30] + } + }, + "arm_right2": { + "rotation": { + "0.0": [0, 50, 0], + "0.25": [0, 67.5, 0], + "0.625": { + "pre": [0, 35, 0], + "post": [0, 35, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 40.25, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-5, 27.75, 22.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 48.13, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 57.5, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 57.5, 25], + "lerp_mode": "catmullrom" + }, + "2.3333": [22.5, 37.5, -5] + } + }, + "neck": { + "rotation": { + "0.0": [-7.5, 0, 0], + "0.125": [5, 0, 0], + "0.4167": { + "pre": [-14, 0, 0], + "post": [-14, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-13, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [8.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": [5.5, 0, 0], + "1.4167": [2.875, 0, 0], + "1.8333": [-20.75, 0, 0], + "1.9583": [-22.5, 0, 0], + "2.2083": [-35, 0, 0], + "2.2917": [-20, -34, 0], + "2.375": [-17.25, -41.5, 0] + } + }, + "eye_shine_right": { + "position": { + "0.0": [0, 0, 0], + "0.5417": [0, 0, 0] + } + }, + "leg_right": { + "rotation": { + "0.0": [-26.41832, 14.76802, 4.58564], + "0.0833": [-24.2, 14.77, 4.59], + "0.375": [-5.17, 14.77, 4.59], + "0.5": [-1.42, 14.77, 4.59], + "0.6667": [-1.42, 14.77, 4.59], + "1.0": [-16.42, 14.77, 4.59], + "1.2083": [33.58, 14.77, 4.59], + "1.4167": [31.08, 14.77, 4.59], + "2.0417": [36.08, 14.77, 4.59], + "2.2083": [53.58, 2.27, 4.59], + "2.375": [41.08, 2.27, 4.59], + "2.5417": [-16.42, 2.27, 4.59], + "2.5833": [-6.42, 2.27, 4.59] + } + }, + "leg_right2": { + "rotation": { + "0.0": [12.5, 0, 0], + "0.25": [17.5, 0, 0], + "0.5417": [12.5, 0, 0], + "1.0": { + "pre": [37.5, 0, 0], + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [63.81, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": [52.5, 0, 0], + "1.875": [45, 0, 0], + "1.9583": [51.25, 0, 0], + "2.0417": [42.5, 0, 0], + "2.4583": [55, 0, 0], + "2.5833": [12.75, 0, 0], + "2.6667": [10.25, 0, 0] + } + }, + "foot_right": { + "rotation": { + "0.0": [12.5, 0, 0], + "0.4167": [20, 0, 0], + "0.7083": [25, 0, 0], + "1.0": [25, 0, 0], + "1.2083": [12.5, 0, 0] + } + }, + "leg_left": { + "rotation": { + "0.0": [7.98081, 8.08025, -10.12591], + "0.0833": [4.98, 8.08, -10.13], + "0.4167": [-19.52, 8.08, -10.13], + "0.5": [-22.02, 8.08, -10.13], + "0.7917": [-22.02, 8.08, -10.13], + "1.0": [-44.52, 8.08, -10.13], + "1.1667": [-104.52, -16.92, 7.37], + "1.375": [-102.02, -16.92, 7.37], + "1.875": [-97.02, -16.92, 7.37], + "2.0833": [-92.63, -7.91, -11.3], + "2.2083": [10, -2.5, -22.5], + "2.3333": [29.5, -2.5, -22.5], + "2.4583": [17, -2.5, -22.5], + "2.5417": [-5, -2.5, -22.5] + }, + "position": { + "0.0": [0, 0, 0], + "0.2917": [0, 1.75, 0], + "0.625": [0, 0, 0] + } + }, + "leg_left2": { + "rotation": { + "0.0": [12.5, 0, 0], + "0.2083": [38.71, 0, 0], + "0.375": [31.2, 0, 0], + "0.5": [15.68, 0, 0], + "0.5833": [10, 0, 0], + "0.7917": [7.5, 0, 0], + "1.0": [35, 0, 0], + "1.1667": [70, 0, 0], + "1.375": [67.5, 0, 0], + "1.875": [57.5, 0, 0], + "2.0417": [57.5, 0, 0], + "2.0833": [156, 0, 0], + "2.125": [134.5, 0, 0], + "2.2083": [59, 0, 0], + "2.4583": [53.25, 0, 0], + "2.5833": [19, 0, 0], + "2.7083": [14, 0, 0] + }, + "position": { + "2.0417": [0, 0, 0], + "2.0833": [0, 0, 3], + "2.1667": [0, 0, 0] + } + }, + "foot_left": { + "rotation": { + "0.0": [12.5, 0, 0], + "0.1667": [34.53, 0, 0], + "0.2917": [37.92, 0, 0], + "0.5417": [20.11, 0, 0], + "0.625": [17.5, 0, 0], + "2.5": [17.5, 0, 0], + "2.625": [5, 0, 0] + } + }, + "bone38": { + "scale": 0 + }, + "bone39": { + "scale": { + "0.0417": [1, 1, 1], + "0.0833": {"pre": [1, 1, 1], "post": [0, 0, 0]}, + "0.1667": {"pre": [0, 0, 0], "post": [1, 1, 1]}, + "0.2083": {"pre": [1, 1, 1], "post": [0, 0, 0]}, + "0.5": {"pre": [0, 0, 0], "post": [1, 1, 1]}, + "1.0": {"pre": [1, 1, 1], "post": [1, 1, 1]}, + "1.0417": {"pre": [1, 1, 1], "post": [0, 0, 0]}, + "1.125": {"pre": [0, 0, 0], "post": [1, 1, 1]}, + "1.1667": {"pre": [1, 1, 1], "post": [0, 0, 0]}, + "1.75": {"pre": [0, 0, 0], "post": [1, 1, 1]}, + "1.7917": {"pre": [1, 1, 1], "post": [0, 0, 0]}, + "1.875": {"pre": [0, 0, 0], "post": [1, 1, 1]}, + "1.9167": {"pre": [1, 1, 1], "post": [0, 0, 0]} + } + }, + "bone40": { + "scale": { + "0.0417": [1, 1, 1], + "0.0833": {"pre": [1, 1, 1], "post": [0, 0, 0]}, + "0.1667": {"pre": [0, 0, 0], "post": [1, 1, 1]}, + "0.2083": {"pre": [1, 1, 1], "post": [0, 0, 0]}, + "0.5": {"pre": [0, 0, 0], "post": [1, 1, 1]}, + "1.0": {"pre": [1, 1, 1], "post": [1, 1, 1]}, + "1.0417": {"pre": [1, 1, 1], "post": [0, 0, 0]}, + "1.125": {"pre": [0, 0, 0], "post": [1, 1, 1]}, + "1.1667": {"pre": [1, 1, 1], "post": [0, 0, 0]}, + "1.75": {"pre": [0, 0, 0], "post": [1, 1, 1]}, + "1.7917": {"pre": [1, 1, 1], "post": [0, 0, 0]}, + "1.875": {"pre": [0, 0, 0], "post": [1, 1, 1]}, + "1.9167": {"pre": [1, 1, 1], "post": [0, 0, 0]} + } + }, + "eyelid_left": { + "position": { + "0.0": [0, 0, 0], + "0.0833": {"pre": [0, 0, 0], "post": [0, 0, -0.1]}, + "0.5417": {"pre": [0, 0, -0.1], "post": [0, 2.5, -0.1]}, + "1.0": {"pre": [0, 2.5, -0.1], "post": [0, 0, -0.1]}, + "1.5417": {"pre": [0, 0, -0.1], "post": [0, 2.5, -0.1]}, + "2.125": {"pre": [0, 2.5, -0.1], "post": [0, 0, -0.1]} + } + }, + "eyelid_right": { + "position": { + "0.0": [0, 0, 0], + "0.0833": {"pre": [0, 0, 0], "post": [0, 0, -0.1]}, + "0.5417": {"pre": [0, 0, -0.1], "post": [0, 2.5, -0.1]}, + "1.0": {"pre": [0, 2.5, -0.1], "post": [0, 0, -0.1]}, + "1.5417": {"pre": [0, 0, -0.1], "post": [0, 2.5, -0.1]}, + "2.125": {"pre": [0, 2.5, -0.1], "post": [0, 0, -0.1]} + } + } + } + }, + "animation.ironvaliant.battle_faint": { + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": [0, -10, 0], + "1.875": [0, -10, 0], + "2.0417": { + "pre": [9, -10, 0], + "post": [9, -10, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [75.5, -10, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": [87.5, -10, 0] + }, + "position": { + "0.0": [0, -1.25, 0], + "0.125": { + "pre": [0, -1.25, -0.235], + "post": [0, -1.25, -0.235], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, -1.4, -3.93], + "lerp_mode": "catmullrom" + }, + "0.625": [0, -1.625, -4.5], + "0.8333": [0, -2.075, -4.575], + "1.0": [0, -3.12, -5.07], + "1.125": { + "pre": [0, -9.75, -9.07], + "post": [0, -9.75, -9.07], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, -10.325, -10.32], + "lerp_mode": "catmullrom" + }, + "1.3333": [0, -9.75, -10.82], + "1.875": [0, -9.5, -10.82], + "2.0417": [0, -11, -11.57], + "2.1667": { + "pre": [0, -17.25, -15.82], + "post": [0, -17.25, -15.82], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, -18.25, -17.32], + "lerp_mode": "catmullrom" + }, + "2.4167": [0, -17.25, -17.32] + }, + "scale": { + "1.0": [1, 1, 1], + "1.0833": [0.9, 1.2, 0.9], + "1.1667": [1.2, 0.9, 1.1], + "1.25": [1, 1, 1] + } + }, + "torso": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [7.5, 12.5, -7.8], + "post": [7.5, 12.5, -7.8], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [4.71, 13.53, -8.17], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-6.62, 12, -7], + "lerp_mode": "catmullrom" + }, + "0.5": [-6.5, 12.25, -2.25], + "0.7083": [-2.5, 12.25, 0], + "1.0417": [-12.5, 12.25, 0], + "1.2083": { + "pre": [37.5, 12.25, 0], + "post": [37.5, 12.25, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [36, 12.25, 0], + "lerp_mode": "catmullrom" + }, + "2.0": [14.5, 6.5, 0], + "2.125": [-13, 6.5, 0], + "2.25": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": [0, 0.07, 0], + "0.5833": [0, -0.5, 0], + "0.7083": [0, "0+Math.cos((query.anim_time) * 90 * 32) * 0.2", 0], + "1.0833": [0, 0, 0] + } + }, + "waist": { + "rotation": { + "0.0": [10, 10, 0], + "0.1667": { + "pre": [17, 1.26, 5.25], + "post": [17, 1.26, 5.25], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [10, -2.5, 7.5], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [5, -3.28, 7.93], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [10, -2.5, 2.5], + "lerp_mode": "catmullrom" + }, + "0.75": [10, -2.5, 0], + "1.0": [5, -2.5, 0], + "1.125": { + "pre": [-20, -2.5, 0], + "post": [-20, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [15, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [20, -2.5, 0], + "2.0": [10, -2.5, 0], + "2.1667": [-12.5, -2.5, 0], + "2.2917": [-2.5, -1, 0], + "2.375": [0, 0, 0], + "2.5417": [1.5, 0, 0] + } + }, + "arm_left": { + "rotation": { + "0.0": [0, 15, 42.5], + "0.6667": { + "pre": [0, -32.5, 52.5], + "post": [0, -32.5, 52.5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -46, 52.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, -32.5, -15], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [12.5, -7.65, 57.5], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [12.5, 0, 57.5], + "lerp_mode": "catmullrom" + }, + "2.0417": [12.5, 2.5, 57.5], + "2.1667": [-7.5, 2.5, 15], + "2.2917": [-90, 3.5, 15], + "2.4167": [-90, 6, 17], + "2.5417": [-90, 1, 15] + } + }, + "arm_left2": { + "rotation": { + "0.0": [0, -10, 0], + "0.375": [0, -55, 0], + "0.8333": [0, -67.5, 0], + "1.0417": [0, -51.25, 0], + "1.3333": [0, 45, 0], + "1.4583": [3, 57.5, 0], + "1.7917": [3, 57.5, -10], + "2.0833": [23, 59.5, 32.5], + "2.1667": [23, 59.5, 70], + "2.2917": [0, 32.5, -12.5] + } + }, + "arm_right": { + "rotation": { + "0.0": [35, 20, -42.5], + "0.25": [35, -22.25, -30], + "0.5417": [35, -51.5, -42.5], + "0.875": [55, -61.5, -52.5], + "1.125": [-40, -7.5, 15], + "1.3333": [2.5, -47.5, -15], + "1.4167": [7.5, -50.17, "-14.5+Math.cos((query.anim_time) * 90 * 24) * -2"], + "1.7083": [-43.5, -55.81, "8.19+Math.cos((query.anim_time) * 90 * 24) * -8"], + "1.9583": [-57.5, -57.5, "15+Math.cos((query.anim_time) * 90 * 24) * -10"], + "2.125": [-72.5, -35, 30], + "2.2917": [-91.5, -3.5, 30], + "2.3333": [-90, -5, 30], + "2.5": [-87.5, -5, 30] + } + }, + "arm_right2": { + "rotation": { + "0.0": [0, 50, 0], + "0.25": [0, 67.5, 0], + "0.625": { + "pre": [0, 35, 0], + "post": [0, 35, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 40.25, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-5, 27.75, 22.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 48.13, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 57.5, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 57.5, 25], + "lerp_mode": "catmullrom" + }, + "2.3333": [22.5, 37.5, -5] + } + }, + "neck": { + "rotation": { + "0.0": [-7.5, 0, 0], + "0.125": [5, 0, 0], + "0.4167": { + "pre": [-14, 0, 0], + "post": [-14, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-13, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [8.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": [5.5, 0, 0], + "1.4167": [2.875, 0, 0], + "1.8333": [-20.75, 0, 0], + "1.9583": [-22.5, 0, 0], + "2.2083": [-35, 0, 0], + "2.2917": [-20, -34, 0], + "2.375": [-17.25, -41.5, 0] + } + }, + "eye_shine_right": { + "position": { + "0.0": [0, 0, 0], + "0.5417": [0, 0, 0] + } + }, + "leg_right": { + "rotation": { + "0.0": [-26.41832, 14.76802, 4.58564], + "0.0833": [-24.2, 14.77, 4.59], + "0.375": [-5.17, 14.77, 4.59], + "0.5": [-1.42, 14.77, 4.59], + "0.6667": [-1.42, 14.77, 4.59], + "1.0": [-16.42, 14.77, 4.59], + "1.2083": [33.58, 14.77, 4.59], + "1.4167": [31.08, 14.77, 4.59], + "2.0417": [36.08, 14.77, 4.59], + "2.2083": [53.58, 2.27, 4.59], + "2.375": [41.08, 2.27, 4.59], + "2.5417": [-16.42, 2.27, 4.59], + "2.5833": [-6.42, 2.27, 4.59] + } + }, + "leg_right2": { + "rotation": { + "0.0": [12.5, 0, 0], + "0.25": [17.5, 0, 0], + "0.5417": [12.5, 0, 0], + "1.0": { + "pre": [37.5, 0, 0], + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [63.81, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": [52.5, 0, 0], + "1.875": [45, 0, 0], + "1.9583": [51.25, 0, 0], + "2.0417": [42.5, 0, 0], + "2.4583": [55, 0, 0], + "2.5833": [12.75, 0, 0], + "2.6667": [10.25, 0, 0] + } + }, + "foot_right": { + "rotation": { + "0.0": [12.5, 0, 0], + "0.4167": [20, 0, 0], + "0.7083": [25, 0, 0], + "1.0": [25, 0, 0], + "1.2083": [12.5, 0, 0] + } + }, + "leg_left": { + "rotation": { + "0.0": [7.98081, 8.08025, -10.12591], + "0.0833": [4.98, 8.08, -10.13], + "0.4167": [-19.52, 8.08, -10.13], + "0.5": [-22.02, 8.08, -10.13], + "0.7917": [-22.02, 8.08, -10.13], + "1.0": [-44.52, 8.08, -10.13], + "1.1667": [-104.52, -16.92, 7.37], + "1.375": [-102.02, -16.92, 7.37], + "1.875": [-97.02, -16.92, 7.37], + "2.0833": [-92.63, -7.91, -11.3], + "2.2083": [10, -2.5, -22.5], + "2.3333": [29.5, -2.5, -22.5], + "2.4583": [17, -2.5, -22.5], + "2.5417": [-5, -2.5, -22.5] + }, + "position": { + "0.0": [0, 0, 0], + "0.2917": [0, 1.75, 0], + "0.625": [0, 0, 0] + } + }, + "leg_left2": { + "rotation": { + "0.0": [12.5, 0, 0], + "0.2083": [38.71, 0, 0], + "0.375": [31.2, 0, 0], + "0.5": [15.68, 0, 0], + "0.5833": [10, 0, 0], + "0.7917": [7.5, 0, 0], + "1.0": [35, 0, 0], + "1.1667": [70, 0, 0], + "1.375": [67.5, 0, 0], + "1.875": [57.5, 0, 0], + "2.0417": [57.5, 0, 0], + "2.0833": [156, 0, 0], + "2.125": [134.5, 0, 0], + "2.2083": [59, 0, 0], + "2.4583": [53.25, 0, 0], + "2.5833": [19, 0, 0], + "2.7083": [14, 0, 0] + }, + "position": { + "2.0417": [0, 0, 0], + "2.0833": [0, 0, 3], + "2.1667": [0, 0, 0] + } + }, + "foot_left": { + "rotation": { + "0.0": [12.5, 0, 0], + "0.1667": [34.53, 0, 0], + "0.2917": [37.92, 0, 0], + "0.5417": [20.11, 0, 0], + "0.625": [17.5, 0, 0], + "2.5": [17.5, 0, 0], + "2.625": [5, 0, 0] + } + }, + "bone38": { + "scale": { + "0.0": [1, 1, 1], + "0.0417": {"pre": [1, 1, 1], "post": [0, 0, 0]}, + "0.125": {"pre": [0, 0, 0], "post": [1, 1, 1]}, + "0.1667": {"pre": [1, 1, 1], "post": [0, 0, 0]}, + "0.4583": {"pre": [0, 0, 0], "post": [1, 1, 1]}, + "0.9583": {"pre": [1, 1, 1], "post": [1, 1, 1]}, + "1.0": {"pre": [1, 1, 1], "post": [0, 0, 0]}, + "1.0833": {"pre": [0, 0, 0], "post": [1, 1, 1]}, + "1.125": {"pre": [1, 1, 1], "post": [0, 0, 0]}, + "1.7083": {"pre": [0, 0, 0], "post": [1, 1, 1]}, + "1.75": {"pre": [1, 1, 1], "post": [0, 0, 0]}, + "1.8333": {"pre": [0, 0, 0], "post": [1, 1, 1]}, + "1.875": {"pre": [1, 1, 1], "post": [0, 0, 0]} + } + }, + "bone39": { + "scale": 0 + }, + "bone40": { + "scale": 0 + }, + "eyelid_left": { + "position": { + "0.0": [0, 0, 0], + "0.0833": {"pre": [0, 0, 0], "post": [0, 0, -0.1]}, + "0.5417": {"pre": [0, 0, -0.1], "post": [0, 2.5, -0.1]}, + "1.0": {"pre": [0, 2.5, -0.1], "post": [0, 0, -0.1]}, + "1.5417": {"pre": [0, 0, -0.1], "post": [0, 2.5, -0.1]}, + "2.125": {"pre": [0, 2.5, -0.1], "post": [0, 0, -0.1]} + } + }, + "eyelid_right": { + "position": { + "0.0": [0, 0, 0], + "0.0833": {"pre": [0, 0, 0], "post": [0, 0, -0.1]}, + "0.5417": {"pre": [0, 0, -0.1], "post": [0, 2.5, -0.1]}, + "1.0": {"pre": [0, 2.5, -0.1], "post": [0, 0, -0.1]}, + "1.5417": {"pre": [0, 0, -0.1], "post": [0, 2.5, -0.1]}, + "2.125": {"pre": [0, 2.5, -0.1], "post": [0, 0, -0.1]} + } + } + } + }, + "animation.ironvaliant.blink": { + "animation_length": 0.16667 + }, + "animation.ironvaliant.cry": { + "animation_length": 1.5, + "bones": { + "torso": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [0, 7, 0], + "0.125": [0, 0, 0], + "0.5833": [0, 0, 0], + "0.6667": [-3.5, 0, 0], + "0.8333": [4.5, 0, 0], + "0.9167": [3.91, 0, 0], + "1.0417": [1.04, 0, 0], + "1.125": [0, 0, 0] + } + }, + "waist": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [0, 10, 0], + "0.1667": [0, 2, 0], + "0.2917": [0, 0, 0], + "0.625": [0, 0, 0], + "0.7083": [-7.5, 0, 0], + "0.875": [-0.87, 0, 0], + "0.9583": [0, 0, 0] + } + }, + "arm_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [0, 12.5, 0], + "0.2917": [0, 3.14, 0], + "0.4167": [0, 0, 0], + "0.5417": [0, 0, 0], + "0.7083": [0, -22.5, 0], + "0.8333": [0, 12.5, 0], + "0.9167": [0, 15, 0], + "1.2917": [0, 2.86, 0], + "1.5": [0, 0, 0] + } + }, + "arm_left2": { + "rotation": { + "0.5833": [0, 0, 0], + "0.7917": [0, -22.5, 0], + "0.9167": [0, 11.5, 0], + "1.0": [0, 17.5, 0], + "1.25": [0, 13.75, 0], + "1.4167": [0, 3.64, 0], + "1.5": [0, 0, 0] + } + }, + "hand_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.7083": [0, 0, 0], + "0.875": [0, 0, 35], + "1.2083": [0, 0, 35], + "1.375": [0, 0, 4], + "1.4583": [0, 0, 0] + } + }, + "arm_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [0, 12.5, 0], + "0.2917": [0, 2.86, 0], + "0.4167": [0, 0, 0], + "0.5417": [0, 0, 0], + "0.7083": [0, 22.5, 0], + "0.8333": [0, -12.5, 0], + "0.9167": [0, -15, 0], + "1.2917": [0, -2.86, 0], + "1.5": [0, 0, 0] + } + }, + "arm_right2": { + "rotation": { + "0.5833": [0, 0, 0], + "0.7917": [0, 22.5, 0], + "0.9167": [0, -11.5, 0], + "1.0": [0, -17.5, 0], + "1.25": [0, -13.75, 0], + "1.4167": [0, -3.64, 0], + "1.5": [0, 0, 0] + } + }, + "hand_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.7083": [0, 0, 0], + "0.875": [0, 0, -35], + "1.2083": [0, 0, -35], + "1.375": [0, 0, -4], + "1.4583": [0, 0, 0] + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [5, 10.5, 0], + "0.2083": [-11.5, 2.5, 0], + "0.3333": [-10.69, 0, 0], + "0.5417": [1.25, 0, 0], + "0.625": [2, 0, 0], + "0.8333": [-7.5, 0, 0], + "1.0": [4, 0, 0], + "1.1667": [5.12, 0, 0], + "1.2917": [3.33, 0, 0], + "1.4167": [0.48, 0, 0], + "1.5": [0, 0, 0] + } + }, + "mouth_open": { + "position": { + "0.0": [0, -0.1, -0.2], + "0.5": {"pre": [0, -0.1, -0.2], "post": [0, 0, 0]} + } + } + }, + "sound_effects": { + "0.0": { + "effect": "pokemon.ironvaliant.cry" + } + } + }, + "animation.ironvaliant.battle_cry": { + "animation_length": 1.5, + "bones": { + "torso": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [-10, 8, 0], + "post": [-10, 8, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-2.5, -3.25, 0], + "lerp_mode": "catmullrom" + }, + "0.25": [-1, -2.125, 0], + "0.3333": [0, 0, 0], + "0.5833": [0, 0, 0], + "0.6667": [-3.5, 0, 0], + "0.8333": [4.5, 0, 0], + "0.9167": [3.91, 0, 0], + "1.0417": [1.04, 0, 0], + "1.125": [0, 0, 0] + } + }, + "waist": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [0, 10, 0], + "0.1667": [0, 2, 0], + "0.2917": [0, 0, 0], + "0.625": [0, 0, 0], + "0.7083": [-7.5, 0, 0], + "0.875": [-0.87, 0, 0], + "0.9583": [0, 0, 0] + } + }, + "arm_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 17.5, 0], + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 11.89, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": [0, 2.75, 0], + "0.5417": [0, 0, 0], + "0.7083": [0, -22.5, 0], + "0.8333": [0, 12.5, 0], + "0.9167": [0, 15, 0], + "1.2917": [0, 2.86, 0], + "1.5": [0, 0, 0] + } + }, + "arm_left2": { + "rotation": { + "0.5833": [0, 0, 0], + "0.7917": [0, -22.5, 0], + "0.9167": [0, 11.5, 0], + "1.0": [0, 0, 0], + "1.5": [0, 0, 0] + } + }, + "hand_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.7083": [0, 0, 0], + "0.875": [0, 0, 35], + "1.2083": [0, 0, 35], + "1.375": [0, 0, 4], + "1.4583": [0, 0, 0] + } + }, + "arm_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, -17.5, 0], + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, -11.89, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": [0, -2.75, 0], + "0.5417": [0, 0, 0], + "0.7083": [0, 22.5, 0], + "0.8333": [0, -12.5, 0], + "0.9167": [0, -15, 0], + "1.2917": [0, -2.86, 0], + "1.5": [0, 0, 0] + } + }, + "arm_right2": { + "rotation": { + "0.5833": [0, 0, 0], + "0.7917": [0, 22.5, 0], + "0.9167": [0, -11.5, 0], + "1.0": [0, 0, 0], + "1.5": [0, 0, 0] + } + }, + "hand_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.7083": [0, 0, 0], + "0.875": [0, 0, -35], + "1.2083": [0, 0, -35], + "1.375": [0, 0, -4], + "1.4583": [0, 0, 0] + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [12.5, 5.25, 0], + "0.2083": [-15.75, 7, 0], + "0.3333": [-12.19, 4.75, 0], + "0.5417": [1.25, 0, 0], + "0.625": [2, 0, 0], + "0.8333": [-7.5, 0, 0], + "1.0": [4, 0, 0], + "1.1667": [5.12, 0, 0], + "1.2917": [3.33, 0, 0], + "1.4167": [0.48, 0, 0], + "1.5": [0, 0, 0] + } + }, + "mouth_open": { + "position": { + "0.0": [0, -0.1, -0.2], + "0.5": {"pre": [0, -0.1, -0.2], "post": [0, 0, 0]} + } + } + }, + "sound_effects": { + "0.0": { + "effect": "pokemon.ironvaliant.cry" + } + } + }, + "animation.ironvaliant.battle_quirk": { + "animation_length": 2.08333, + "bones": { + "leg_left": { + "rotation": { + "0.0": [-9.92424, 1.00761, -24.22422], + "0.3333": { + "pre": [-22.42, 1.01, -24.22], + "post": [-22.42, 1.01, -24.22], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-4.92, 23.51, -14.22], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [8.33, 21.01, -9.22], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [12.58, 1.01, -26.72], + "lerp_mode": "catmullrom" + }, + "1.0833": [6.58, 1.01, -25.22], + "1.25": [-7.49924, 1.00761, -24.22422], + "1.4167": [-9.92424, 1.00761, -24.22422], + "1.8333": [-14.92, 1.01, -24.22], + "2.0833": [-9.92424, 1.00761, -24.22422] + }, + "position": { + "0.0": [0, 0.5, 0], + "0.3333": [0, 0.5, 0], + "0.4167": [0, -1.5, 0], + "0.5417": [0, 0.5, 0] + } + }, + "leg_left2": { + "rotation": { + "0.0": [13.7084, 11.45156, 6.70328], + "0.3333": { + "pre": [31.76, 11.45, 6.7], + "post": [31.76, 11.45, 6.7], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [1.21, 11.45, 6.7], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [3.64, 11.45, 4.56], + "lerp_mode": "catmullrom" + }, + "0.7917": [38.71, 11.45, -0.8], + "1.125": [33.71, 11.45, -0.8], + "1.3333": [13.7084, 11.45156, 6.70328], + "1.8333": [21.21, 11.45, 6.7], + "2.0833": [13.7084, 11.45156, 6.70328] + } + }, + "torso": { + "rotation": { + "0.0": [5, -10, 0], + "0.25": [16.5, -17.5, 0], + "0.375": [19, -18.5, 0], + "0.5833": { + "pre": [-2.25, -16.5, 0], + "post": [-2.25, -16.5, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-7.5, -12.25, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [20.5, 12, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [21.5, 15.95, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5.5, 6.5, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-12.25, -42.375, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-13.5, -46.5, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-11, -39.6, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [2.75, -16.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": [5, -10, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.2917": [0, -0.92, 0], + "0.4167": [0, -2, 0], + "0.5417": [0, -0.5, 0], + "0.7083": { + "pre": [0, 2.5, 0], + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, -2.61, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": [0, -0.66, 0], + "0.9583": { + "pre": [-0.5, -0.64, 0], + "post": [-0.5, -0.64, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, -0.66, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -0.66, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0.5, -0.53, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": [0, -0.5, 0], + "1.7083": { + "pre": [0, -1, 0], + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 0.175, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": [0, 0, 0] + } + }, + "waist": { + "rotation": { + "0.0": [10, -32.5, 0], + "0.25": [10, -42.81, 0], + "0.375": [10, -45, 0], + "0.5": [10, -37.75, 0], + "0.7083": [-5.02, -23.42, 0], + "0.8333": { + "pre": [7.64, -8.92, 0], + "post": [7.64, -8.92, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5.75, 4, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [10.83, 5.67, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, -19.25, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": [7.67, -30.5, 0], + "2.0833": [10, -32.5, 0] + } + }, + "arm_left": { + "rotation": { + "0.0": [-0.01907, -45.21761, 34.5801], + "0.25": [-0.02, -53.97, 34.58], + "0.375": [-0.02, -55.22, 34.58], + "0.4583": [11.37, -39.93, 44.63], + "0.5417": { + "pre": [39.67, 20.75, 21.32], + "post": [39.67, 20.75, 21.32], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [39.98, 56.78, 19.58], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [30.1, 68.9, 34.15], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [59.98, 59.28, 49.58], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [39.15, 5.11, 36.25], + "lerp_mode": "catmullrom" + }, + "1.5417": [29.98, -9.37, 33.655], + "1.8333": [5.98, -46.55, 33.58], + "2.0833": [-0.01907, -45.21761, 34.5801] + } + }, + "arm_left2": { + "rotation": { + "0.0": [0, 0, 0], + "0.2917": [0, 37.68, 0], + "0.4167": { + "pre": [0, 42.5, 0], + "post": [0, 42.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, -45, -40], + "lerp_mode": "catmullrom" + }, + "0.8333": [0, -26.25, 0], + "0.9167": [0, 0, 0], + "1.0417": [0, 23.75, 0], + "1.2083": [0, 21.75, 0], + "1.4583": [0, 4.29, 0], + "1.6667": [0, -36.25, 0], + "1.8333": [0, -51, 0], + "2.0": [0, -9.25, 0], + "2.0833": [0, 0, 0] + }, + "position": { + "0.4583": [0, 0, 0], + "0.625": [-4, -2, 4], + "0.75": [0, 0, 0] + }, + "scale": { + "0.4583": [1, 1, 1], + "0.625": [1.1, 0.8, 0.8], + "0.75": [1, 1, 1] + } + }, + "hand_left": { + "rotation": [0.7522, 2.38422, 17.51565] + }, + "neck": { + "rotation": { + "0.0": [0, 12.5, 0], + "0.2917": { + "pre": [0, 21.39, -4.44], + "post": [0, 21.39, -4.44], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [11, 25.975, -5], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [5, 37.5, -2.5], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [22.81, 43.45, 8.08], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-2.5, 13.75, -4.25], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-10, -15, -2.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [3.75, -9.37, -3.13], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [15.42, 47.21, 3.54], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [30, 57.5, 13.75], + "lerp_mode": "catmullrom" + }, + "1.8333": [10, 57.5, 0], + "1.9167": [1.25, 37.5, -7.5], + "2.0833": [0, 12.5, 0] + } + }, + "Head": { + "rotation": { + "0.0": [2.5, 30, -7.5], + "0.4583": [2.5, 30, -7.5], + "0.625": [0, 0, 0], + "0.9167": [0, -5, 5], + "1.0": [0, -20, 2.5], + "1.0833": [0, -5, 5], + "1.4583": [0, 0, 0], + "1.5417": [0, 17.5, -7.5], + "1.625": [0, 0, 0], + "1.875": [0, 0, 0], + "2.0833": [2.5, 30, -7.5] + } + }, + "arm_right": { + "rotation": { + "0.0": [18.31206, -19.51814, -33.17584], + "0.25": [18.31, -44.645, -33.18], + "0.375": [18.31, -49.52, -33.18], + "0.4583": [-2.94, -1.27, -54.43], + "0.5417": [-24.19, 46.98, -30.68], + "0.7083": [-27.78, 58.94, -9.02], + "0.875": { + "pre": [-26.88, 57.5, -64.89], + "post": [-26.88, 57.5, -64.89], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-24.19, 42.23, -57.93], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-9.49, 10.8, -39.68], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [12.56, -12.32, -30.68], + "lerp_mode": "catmullrom" + }, + "1.4167": [15.49, -34.1, -30.29], + "1.5": [63.31, -53.52, -65.68], + "1.5833": [15.49, -34.1, -30.29], + "2.0833": [18.31206, -19.51814, -33.17584] + } + }, + "arm_right2": { + "rotation": { + "0.0": [21.46148, 13.44812, -22.00942], + "0.2917": [21.46, -6.55, -22.01], + "0.4167": [21.46, -9.05, -22.01], + "0.5": [21.46, -36.55, -22.01], + "1.0": [0, 47.5, 0], + "1.2083": [0, 65, 0], + "1.4167": { + "pre": [0, 47.8, 0], + "post": [0, 47.8, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [2.33, -19.9, -2.39], + "lerp_mode": "catmullrom" + }, + "2.0833": [21.46148, 13.44812, -22.00942] + }, + "position": { + "1.0417": [0, 0, 0], + "1.1667": [6.25, 0, 3.5], + "1.2917": [0, 0, 0] + }, + "scale": { + "1.0417": [1, 1, 1], + "1.1667": [1.1, 0.8, 0.8], + "1.2917": [1, 1, 1] + } + }, + "hand_right": { + "rotation": [0, 0, -10] + }, + "legs": { + "rotation": [0, -32.5, 0] + }, + "leg_right": { + "rotation": { + "0.0": [-32.83102, 59.9933, 11.24487], + "0.3333": [-42.83, 59.99, 11.24], + "0.4167": { + "pre": [2.17, 59.99, 11.24], + "post": [2.17, 59.99, 11.24], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-6.83, 59.99, 11.24], + "lerp_mode": "catmullrom" + }, + "0.75": [-67.83, 59.99, 11.24], + "0.875": [-60.33, 59.99, 11.24], + "1.25": [-27.83102, 59.9933, 11.24487], + "1.6667": [-27.83102, 59.9933, 11.24487], + "1.9167": [-32.83102, 59.9933, 11.24487] + }, + "position": { + "0.0": [0, 0.5, 0], + "0.25": [0, 0.5, 0], + "0.375": [0, 0.25, 0], + "0.4167": [0, -2.5, 0], + "0.5417": [0, 2.5, 0], + "0.75": [0, 0.5, 0] + } + }, + "leg_right2": { + "rotation": { + "0.0": [27.47766, 1.15408, -2.21783], + "0.3333": [37.48, 1.15, -2.22], + "0.4167": [2.48, 1.15, -2.22], + "0.625": [12.48, 1.15, -2.22], + "0.75": [72.48, 1.15, -2.22], + "0.875": [67.48, 1.15, -2.22], + "1.25": [22.47766, 1.15408, -2.21783], + "1.6667": [22.47766, 1.15408, -2.21783], + "1.8333": [29.355, 1.15, -2.22], + "1.9167": [29.97766, 1.15408, -2.21783], + "2.0833": [27.47766, 1.15408, -2.21783] + } + }, + "foot_left": { + "rotation": { + "0.0": [27.5, 0, 10], + "0.2917": [27.5, 0, 10], + "0.4583": [10, 0, 10], + "1.125": [10, 0, 10], + "1.3333": [27.5, 0, 10] + } + }, + "foot_right": { + "rotation": { + "0.0": [14.99067, 0.43399, -2.46207], + "0.375": [14.99067, 0.43399, -2.46207], + "0.5": { + "pre": [6.99067, 0.43399, -2.46207], + "post": [6.99067, 0.43399, -2.46207], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [37.49, 0.43, -2.46], + "lerp_mode": "catmullrom" + }, + "0.7917": [14.99067, 0.43399, -2.46207] + } + }, + "body": { + "position": { + "0.0": [0, -2.9, 0], + "0.25": [0, -3.8, 0], + "0.3333": [0, -3.9, 0], + "0.375": [0, -4.23, 0], + "0.4583": { + "pre": [0, 1.7, 0], + "post": [0, 1.7, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 3.25, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": [0, -7.17, 0], + "0.75": [0, -8.47, 0], + "0.8333": { + "pre": [0, -6.5, 0], + "post": [0, -6.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, -5.2, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -2.53, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -2.465, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": [0, -2.75, 0], + "1.8333": [0, -3.185, 0], + "1.9583": [0, -2.9, 0] + }, + "scale": { + "0.3333": [1, 1, 1], + "0.4167": { + "pre": [1.1, 0.9, 1.1], + "post": [1.1, 0.9, 1.1], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [1, 1.1, 1], + "lerp_mode": "catmullrom" + }, + "0.6667": [1, 1, 1] + } + }, + "chest": { + "rotation": { + "0.9167": [0, 0, 0], + "1.0": [0, 15, 0], + "1.0833": [0, 0, 0], + "1.4583": [0, 0, 0], + "1.5417": [0, -20, 0], + "1.625": [0, 0, 0] + } + }, + "bone39": { + "scale": 0 + }, + "bone40": { + "scale": 0 + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/jumpluff/jumpluff.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/jumpluff/jumpluff.animation.json new file mode 100644 index 0000000..a2d8ca8 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/jumpluff/jumpluff.animation.json @@ -0,0 +1,88 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.jumpluff.ground_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "arm_left": { + "rotation": [0, "-math.sin(query.anim_time*90*4+90)*3", "22.5+math.sin(query.anim_time*90*4+90)*3"] + }, + "arm_left2": { + "rotation": [0, 0, "-7.5+math.sin(query.anim_time*90*4+180)*3"] + }, + "arm_right": { + "rotation": [0, "-math.sin(query.anim_time*90*4+90)*3", "-22.5-math.sin(query.anim_time*90*4+90)*3"] + }, + "arm_right2": { + "rotation": [0, 0, "7.5-math.sin(query.anim_time*90*4+180)*3"] + }, + "tail": { + "rotation": ["-7.5-math.sin(query.anim_time*90*4+90)*8", 0, 0] + }, + "leg_right": { + "rotation": ["65+math.sin(query.anim_time*90*4)*4", 0, 0], + "position": [0, "-0.5-math.sin(query.anim_time*90*4)*0.3", "2-math.sin(query.anim_time*90*4)*0.3"] + }, + "leg_left": { + "rotation": ["65+math.sin(query.anim_time*90*4)*4", 0, 0], + "position": [0, "-0.5-math.sin(query.anim_time*90*4)*0.3", "2-math.sin(query.anim_time*90*4)*0.3"] + }, + "body": { + "position": [0, "2.5+math.sin(query.anim_time*90*4)*0.3", 0] + }, + "torso": { + "rotation": ["-2.25+math.sin(query.anim_time*90*4)*3", "math.sin(query.anim_time*90*2)*3", 0], + "position": [0, -0.25, 0] + }, + "cotton_top": { + "rotation": ["-math.sin(query.anim_time*90*4+90)*6", "-math.sin(query.anim_time*90*2+90)*3", "-math.sin(query.anim_time*90*2+90)*4"] + }, + "cotton_top2": { + "rotation": ["math.sin(query.anim_time*90*4+180)*2", 0, 0] + } + } + }, + "animation.jumpluff.blink": { + "animation_length": 0.1667, + "bones": { + "body": { + "position": { + "0.0": [0, 0, 0], + "0.1667": [0, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": [0, 0, 0] + } + }, + "eye_right": { + "position": { + "0.0": [0, 0, 0.1], + "0.1667": {"pre": [0, 0, 0.1], "post": [0, 0, 0]} + } + }, + "eye_left": { + "position": { + "0.0": [0, 0, 0.1], + "0.1667": {"pre": [0, 0, 0.1], "post": [0, 0, 0]} + } + }, + "eyelid_right": { + "position": { + "0.0": [0, 0, -0.2], + "0.1667": {"pre": [0, 0, -0.2], "post": [0, 0, 0]} + } + }, + "eyelid_left": { + "position": { + "0.0": [0, 0, -0.2], + "0.1667": {"pre": [0, 0, -0.2], "post": [0, 0, 0]} + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kartana/kartana.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kartana/kartana.animation.json new file mode 100644 index 0000000..d0a7301 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kartana/kartana.animation.json @@ -0,0 +1,153 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.kartana.ground_idle": { + "loop": true, + "bones": { + "body": { + "rotation": ["0-math.sin(q.anim_time*90*2-60)*15", "30-math.sin(q.anim_time*90*2+60)*10", "0-math.sin(q.anim_time*90*2+60)*5"], + "position": [0, "5-math.sin(q.anim_time*90*4)*1", 0] + }, + "arm_right": { + "rotation": [0, "0+math.sin(q.anim_time*90*2+60)*7.5", 0], + "position": [0, 0, -0.1] + }, + "arm_right2": { + "rotation": [0, "0+math.sin(q.anim_time*90*2+75)*10", 0], + "position": [-0.1, 0, 0] + }, + "arm_left": { + "rotation": [0, "0-math.sin(q.anim_time*90*2+60)*7.5", 0], + "position": [0, 0, -0.1] + }, + "arm_left2": { + "rotation": [0, "0-math.sin(q.anim_time*90*2+75)*10", 0], + "position": [0.1, 0, 0] + }, + "leg_left": { + "rotation": [0, "0+math.sin(q.anim_time*90*2+60)*10", 0] + }, + "leg_left2": { + "rotation": ["0+math.sin(q.anim_time*90*2+180)*15", "0+math.sin(q.anim_time*90*2+150)*10", 0] + }, + "leg_left3": { + "rotation": [0, "0+math.sin(q.anim_time*90*2+120)*10", 0] + }, + "leg_left4": { + "rotation": ["0+math.sin(q.anim_time*90*2+180)*15", 0, 0] + }, + "leg_right": { + "rotation": [0, "0-math.sin(q.anim_time*90*2+60)*10", 0] + }, + "leg_right2": { + "rotation": ["0+math.sin(q.anim_time*90*2+150)*15", "0-math.sin(q.anim_time*90*2+60)*10", 0] + }, + "leg_right3": { + "rotation": [0, "0-math.sin(q.anim_time*90*2-60)*10", 0] + }, + "leg_right4": { + "rotation": ["0+math.sin(q.anim_time*90*2)*15", 0, 0] + } + } + }, + "animation.kartana.ground_walk": { + "loop": true, + "bones": { + "body": { + "rotation": ["5-math.sin(q.anim_time*90*2-60)*15", "0-math.sin(q.anim_time*90*2+60)*10", "0-math.sin(q.anim_time*90*2+60)*5"], + "position": [0, "5-math.sin(q.anim_time*90*4)*1", 0] + }, + "arm_right": { + "rotation": [0, "0+math.sin(q.anim_time*90*2+60)*7.5", 0], + "position": [0, 0, -0.1] + }, + "arm_right2": { + "rotation": [0, "0+math.sin(q.anim_time*90*2+75)*10", 0], + "position": [-0.1, 0, 0] + }, + "arm_left": { + "rotation": [0, "0-math.sin(q.anim_time*90*2+60)*7.5", 0], + "position": [0, 0, -0.1] + }, + "arm_left2": { + "rotation": [0, "0-math.sin(q.anim_time*90*2+75)*10", 0], + "position": [0.1, 0, 0] + }, + "leg_left": { + "rotation": [0, "0+math.sin(q.anim_time*90*2+60)*10", 0] + }, + "leg_left2": { + "rotation": ["0+math.sin(q.anim_time*90*2+180)*15", "0+math.sin(q.anim_time*90*2+150)*10", 0] + }, + "leg_left3": { + "rotation": [0, "0+math.sin(q.anim_time*90*2+120)*10", 0] + }, + "leg_left4": { + "rotation": ["0+math.sin(q.anim_time*90*2+180)*15", 0, 0] + }, + "leg_right": { + "rotation": [0, "0-math.sin(q.anim_time*90*2+60)*10", 0] + }, + "leg_right2": { + "rotation": ["0+math.sin(q.anim_time*90*2+150)*15", "0-math.sin(q.anim_time*90*2+60)*10", 0] + }, + "leg_right3": { + "rotation": [0, "0-math.sin(q.anim_time*90*2-60)*10", 0] + }, + "leg_right4": { + "rotation": ["0+math.sin(q.anim_time*90*2)*15", 0, 0] + } + } + }, + "animation.kartana.sleep": { + "loop": true, + "bones": { + "body": { + "rotation": ["-90-math.sin(q.anim_time*90*1-60)*15", "0-math.sin(q.anim_time*90*1+60)*10", "0-math.sin(q.anim_time*90*1+60)*5"], + "position": [0, "0-math.sin(q.anim_time*90*2)*1", 0] + }, + "arm_right": { + "rotation": [0, "0+math.sin(q.anim_time*90*1+60)*7.5", 0], + "position": [0, 0, -0.1] + }, + "arm_right2": { + "rotation": [0, "0+math.sin(q.anim_time*90*1+75)*10", 0], + "position": [-0.1, 0, 0] + }, + "arm_left": { + "rotation": [0, "0-math.sin(q.anim_time*90*1+60)*7.5", 0], + "position": [0, 0, -0.1] + }, + "arm_left2": { + "rotation": [0, "0-math.sin(q.anim_time*90*1+75)*10", 0], + "position": [0.1, 0, 0] + }, + "leg_left": { + "rotation": [0, "0+math.sin(q.anim_time*90*1+60)*10", 0] + }, + "leg_left2": { + "rotation": ["0+math.sin(q.anim_time*90*1+180)*15", "0+math.sin(q.anim_time*90*1+150)*10", 0] + }, + "leg_left3": { + "rotation": [0, "0+math.sin(q.anim_time*90*1+120)*10", 0] + }, + "leg_left4": { + "rotation": ["0+math.sin(q.anim_time*90*1+180)*15", 0, 0] + }, + "leg_right": { + "rotation": [0, "0-math.sin(q.anim_time*90*1+60)*10", 0] + }, + "leg_right2": { + "rotation": ["0+math.sin(q.anim_time*90*1+150)*15", "0-math.sin(q.anim_time*90*1+60)*10", 0] + }, + "leg_right3": { + "rotation": [0, "0-math.sin(q.anim_time*90*1-60)*10", 0] + }, + "leg_right4": { + "rotation": ["0+math.sin(q.anim_time*90*1)*15", 0, 0] + } + } + } + }, + "geckolib_format_version": 2 +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kilowattrel/kilowattrel.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kilowattrel/kilowattrel.animation.json new file mode 100644 index 0000000..e0e89b1 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kilowattrel/kilowattrel.animation.json @@ -0,0 +1,180 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.kilowattrel.ground_idle": { + "loop": true, + "bones": { + "wing_closed_left2": { + "rotation": [10, 0, 0] + }, + "wing_closed_left3": { + "rotation": [15, 0, 0] + }, + "tail": { + "rotation": [5, 0, 0] + }, + "head": { + "rotation": [-5, 0, 0] + }, + "wing_closed_left4": { + "rotation": [7.5, 0, 0] + }, + "wing_closed_right2": { + "rotation": [10, 0, 0] + }, + "wing_closed_right3": { + "rotation": [15, 0, 0] + }, + "wing_closed_right4": { + "rotation": [7.5, 0, 0] + }, + "wings_open": { + "scale": 0 + }, + "foot_right_claw_tip": { + "rotation": [12.5, 0, 0] + }, + "foot_right_claw_tip2": { + "rotation": [12.5, 0, 0] + }, + "foot_right_claw_tip3": { + "rotation": [12.5, 0, 0] + }, + "foot_right_claw_back_tip": { + "rotation": [-12.5, 0, 0] + }, + "foot_left_claw_tip": { + "rotation": [12.5, 0, 0] + }, + "foot_left_claw_tip2": { + "rotation": [12.5, 0, 0] + }, + "foot_left_claw_tip3": { + "rotation": [12.5, 0, 0] + }, + "foot_left_claw_back_tip": { + "rotation": [-12.5, 0, 0] + } + } + }, + "animation.kilowattrel.ground_walk": { + "loop": true, + "bones": { + "wing_closed_left2": { + "rotation": [10, 0, 0] + }, + "wing_closed_left3": { + "rotation": [15, 0, 0] + }, + "tail": { + "rotation": [5, 0, 0] + }, + "head": { + "rotation": [-5, 0, 0] + }, + "wing_closed_left4": { + "rotation": [7.5, 0, 0] + }, + "wing_closed_right2": { + "rotation": [10, 0, 0] + }, + "wing_closed_right3": { + "rotation": [15, 0, 0] + }, + "wing_closed_right4": { + "rotation": [7.5, 0, 0] + }, + "wings_open": { + "scale": 0 + }, + "foot_right_claw_tip": { + "rotation": [12.5, 0, 0] + }, + "foot_right_claw_tip2": { + "rotation": [12.5, 0, 0] + }, + "foot_right_claw_tip3": { + "rotation": [12.5, 0, 0] + }, + "foot_right_claw_back_tip": { + "rotation": [-12.5, 0, 0] + }, + "foot_left_claw_tip": { + "rotation": [12.5, 0, 0] + }, + "foot_left_claw_tip2": { + "rotation": [12.5, 0, 0] + }, + "foot_left_claw_tip3": { + "rotation": [12.5, 0, 0] + }, + "foot_left_claw_back_tip": { + "rotation": [-12.5, 0, 0] + } + } + }, + "animation.kilowattrel.blink": { + "animation_length": 0.1667, + "bones": { + "eyelid_right": { + "position": { + "0.0": [-0.1, 0, -0.1], + "0.125": [-0.1, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_left": { + "position": { + "0.0": [0.1, 0, -0.1], + "0.125": [0.1, 0, -0.1], + "0.1667": [0, 0, 0] + } + } + } + }, + "animation.kilowattrel.sad": { + "loop": true, + "bones": { + "iris_right": { + "position": [0, 0, 0.1] + }, + "iris_left": { + "position": [0, 0, 0.1] + }, + "iris_right_sad": { + "rotation": [0, 0, -5], + "position": [0, 0, -0.1] + }, + "iris_left_sad": { + "rotation": [0, 0, 5], + "position": [0, 0, -0.1] + } + } + }, + "animation.kilowattrel.mad": { + "loop": true, + "bones": { + "iris_right": { + "rotation": [0, 0, 5] + }, + "iris_left": { + "rotation": [0, 0, -5] + } + } + }, + "animation.kilowattrel.happy": { + "loop": true, + "bones": { + "eyelid_right_happy": { + "position": [-0.1, 0, -0.1] + }, + "eyelid_left_happy": { + "position": [0.1, 0, -0.1] + }, + "jaw": { + "rotation": [15, 0, 0] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kingambit/kingambit.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kingambit/kingambit.animation.json new file mode 100644 index 0000000..8a2584d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kingambit/kingambit.animation.json @@ -0,0 +1,2405 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.kingambit.ground_walk": { + "loop": true, + "animation_length": 20.9583, + "bones": { + "kingambit": { + "rotation": [-3, 0, 0], + "position": [0, "1.9+math.sin(q.anim_time*250*1)*1.5", 0] + }, + "waist": { + "rotation": ["-4+math.sin(q.anim_time*120*1-180)*2", 0, 0], + "position": [0, 0, -0.4] + }, + "chest": { + "rotation": ["-9.0435+math.sin(q.anim_time*120*1-90)*2", 0, 0] + }, + "neck": { + "rotation": [-22.5, 0, 0] + }, + "head": { + "rotation": [-13.75788, 0, 0] + }, + "helmet": { + "rotation": [0, 0, 0] + }, + "hair": { + "rotation": ["21.7364-math.sin(q.anim_time*120*1-120)*3", -0.6158, 2.93618] + }, + "hair2": { + "rotation": [-13.9872, 0, -2.42583] + }, + "hair3": { + "rotation": ["-43.5+math.sin(q.anim_time*120*1-120)*1", 0, 0] + }, + "hair4": { + "rotation": ["-54.5-math.sin(q.anim_time*120*1-120)*2", 0, 0] + }, + "hair5": { + "rotation": ["-28+math.sin(q.anim_time*120*1-120)*1", 0, 0] + }, + "hair6": { + "rotation": [-9.9574, 0.83421, -0.47691], + "position": [0, 0, 0] + }, + "hair7": { + "rotation": [180, 0, 0], + "position": [0, 5.91251, -11.4625] + }, + "arm_left3": { + "rotation": [-7.93465, -11.53236, 45.09861], + "position": [0.4, -0.54793, 0.33131] + }, + "arm_left4": { + "rotation": ["144.1593+math.sin(q.anim_time*120*1-120)*2", 34.77816, "88.9463+math.sin(q.anim_time*120*1-120)*2"], + "position": [1.40562, 1.46505, 0.19456] + }, + "lowerbody": { + "position": [0, 0, -1.6] + }, + "leg_left1": { + "rotation": ["-61.5234-math.sin(q.anim_time*90*1)*1", -36.9279, -10.5566], + "position": [0, -2.4, -3.6] + }, + "leg_left2": { + "rotation": { + "0.0": ["85.7123+math.sin(q.anim_time*90*1)*2", 2.7088, 28.7129], + "20.9583": ["81.42+math.sin(q.anim_time*90*2)*2", 1.27, 26.83] + }, + "position": [0, 1, 3] + }, + "foot_left": { + "rotation": ["15.3472+math.sin(q.anim_time*90*1)*4", -12.06754, -3.28396] + }, + "leg_right1": { + "rotation": ["-61.5234-math.sin(q.anim_time*90*1)*1", 36.92791, 10.55655], + "position": [0, -2.4, -3.6] + }, + "leg_right2": { + "rotation": ["85.7123+math.sin(q.anim_time*90*1)*2", -2.70876, -28.7129], + "position": [0, 1, 3] + }, + "foot_right": { + "rotation": ["20.1587+math.sin(q.anim_time*90*1)*4", 7.04533, 2.57816] + }, + "arm_right3": { + "rotation": [-5.46237, 9.11037, -42.425], + "position": [0.4, -0.54793, 0.33131] + }, + "hand_left": { + "rotation": [11.31072, 24.27862, -2.82594], + "position": [-0.25545, -0.26553, -0.33799] + }, + "arm_right4": { + "rotation": ["142.8191+math.sin(q.anim_time*120*1-120)*2", -33.24746, "-86.5616-math.sin(q.anim_time*120*1-120)*2"], + "position": [0.90183, 1.07657, -0.1968] + }, + "hand_right": { + "rotation": [9.04341, -25.16279, 8.24404], + "position": [-0.25545, -0.26553, -0.33799] + }, + "haircorrection": { + "rotation": [0, 0, 0] + }, + "arm_right2": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "blade": { + "rotation": [0, 0, "0-math.sin(q.anim_time*600*2)*2"] + }, + "blade2": { + "rotation": [0, 0, "0+math.sin(q.anim_time*600*2)*2"] + } + } + }, + "animation.kingambit.battle_idle": { + "loop": true, + "animation_length": 20.9583, + "bones": { + "kingambit": { + "position": [0, -3.8, 0] + }, + "waist": { + "rotation": ["6+math.sin(q.anim_time*120*1-180)*2", 0, 0], + "position": [0, 0, -1.2] + }, + "chest": { + "rotation": ["18.5+math.sin(q.anim_time*120*1-90)*2", -10, 0] + }, + "neck": { + "rotation": ["6.7583+math.sin(q.anim_time*120*1-90)*2", 13.08015, -0.3358] + }, + "head": { + "rotation": [-6.51534, -5.80445, -5.73293] + }, + "helmet": { + "rotation": [0, 0, 0] + }, + "hair": { + "rotation": ["-38.3157-math.sin(q.anim_time*120*1-120)*3", 0.43349, 4] + }, + "hair2": { + "rotation": [-14, 0, 0] + }, + "hair3": { + "rotation": ["-37.5+math.sin(q.anim_time*120*1-120)*1", 0, 0] + }, + "hair4": { + "rotation": ["-30-math.sin(q.anim_time*120*1-120)*2", 0, 0] + }, + "hair5": { + "rotation": ["-45.5+math.sin(q.anim_time*120*1-120)*4", 0, 0] + }, + "hair6": { + "rotation": ["-38.4574-math.sin(q.anim_time*120*1-120)*4", 0.83421, -0.47691], + "position": [0, 0, 0] + }, + "hair7": { + "rotation": [180, 0, 0], + "position": [0, 5.91251, "-11.46250+math.sin(q.anim_time*120*1-90)*0.5"] + }, + "arm_left3": { + "rotation": [-10.10917, 2.75498, 55.44598], + "position": [0.4, -0.54793, 0.33131] + }, + "arm_left4": { + "rotation": ["161.1715+math.sin(q.anim_time*120*1-120)*2", 45.87992, "114.84+math.sin(q.anim_time*120*1-120)*2"], + "position": [1.40562, 1.46505, 0.19456] + }, + "lowerbody": { + "position": [0, 0, -1.6] + }, + "leg_left1": { + "rotation": ["-59.9727-math.sin(q.anim_time*90*10)*2", -35.52872, -11.46254], + "position": [0, -2, -3.6] + }, + "leg_left2": { + "rotation": { + "0.0": ["81.4154+math.sin(q.anim_time*90*10)*2", 1.26962, 26.8333], + "20.9583": ["81.42+math.sin(q.anim_time*90*2)*2", 1.27, 26.83] + }, + "position": [0, 1, 3] + }, + "foot_left": { + "rotation": ["-10+math.sin(q.anim_time*90*10 )*2", 0, 0] + }, + "leg_right1": { + "rotation": ["-61.5234-math.sin(q.anim_time*90*1)*1", 36.92791, 10.55655], + "position": [0, -2.4, -3.6] + }, + "leg_right2": { + "rotation": ["85.7123+math.sin(q.anim_time*90*1)*2", -2.70876, -28.7129], + "position": [0, 1, 3] + }, + "foot_right": { + "rotation": ["-10+math.sin(q.anim_time*90*1)*4", 0, 0] + }, + "arm_right3": { + "rotation": [2.91783, -5.94383, -52.26198] + }, + "hand_left": { + "rotation": [25.37391, 8.39359, 44.12635], + "position": [-0.25545, -0.26553, -0.33799] + }, + "arm_right4": { + "rotation": ["111.6158+math.sin(q.anim_time*120*1-120)*2", "-55.3719-math.sin(q.anim_time*120*1-120)*2", -79.7584] + }, + "hand_right": { + "rotation": [0, 0, "-33+math.sin(q.anim_time*120*1-120)*10"] + }, + "haircorrection": { + "rotation": [0, 0, 0], + "position": [0, 0, "0+math.sin(q.anim_time*120*1-90)*0.4 "] + }, + "arm_right2": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + } + } + }, + "animation.kingambit.physical": { + "animation_length": 2.2917, + "bones": { + "kingambit": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [-5.08222, 0, 0], + "1.0833": [-5.08222, 0, 0], + "1.4583": [-5.08222, 0, 0], + "2.2083": [0, 0, 0] + }, + "position": { + "0.0": [0, -3.8, 0], + "0.0417": [0, -3.85359, -0.67086], + "0.0833": [0, -4.26641, -5.83914], + "0.125": [0, -4.32, -6.51], + "0.1667": [0, -4.47154, -7.11079], + "0.2083": [0, -4.92324, -8.90151], + "0.2917": [0, -6.24676, -14.14849], + "0.3333": [0, -6.69846, -15.93921], + "0.375": [0, -6.85, -16.54], + "0.5833": [0, -6.85, -16.54], + "1.0833": [0, -6.85, -16.54], + "1.4583": [0, -6.85, -16.54], + "2.2083": [0, -3.8, 0] + } + }, + "waist": { + "rotation": { + "0.0": ["6+math.sin(q.anim_time*120*1-180)*2", 0, 0], + "0.0417": [6, 0, 0], + "0.125": { + "pre": [31.66, 0, 0], + "post": [31.66, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [24, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [38, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [33, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": [6.77, 0, 0], + "1.0417": [29.47, 0, 0], + "1.0833": [74, 0, 0], + "1.125": [74, 0, 0], + "1.3333": [74, 0, 0], + "1.4583": [74, 0, 0], + "1.5417": [76.49894, -0.00793, -0.07242], + "1.75": [44.01447, 0.33067, 0.79859], + "2.0833": [9.13323, 0.09303, 0.22467], + "2.2083": ["6+math.sin(q.anim_time*120*1-180)*2", 0, 0] + }, + "position": { + "0.0": [0, 0, -1.2], + "0.0417": [0, 0, -1.2], + "1.0": [0.02584, -1.2258, -0.41963], + "1.0833": [0, -1.9, 0], + "1.125": [0, -1.9, 0], + "1.1667": [-0.00263, -0.9009, 0.04222], + "1.3333": [0, -1.9, 0], + "1.4583": [0, -1.9, 0], + "2.2083": [0, 0, -1.2] + } + }, + "chest": { + "rotation": { + "0.0": ["18.5+math.sin(q.anim_time*120*1-90)*2", -10, 0], + "0.0417": [6, -10, 0], + "0.125": { + "pre": [16.47721, -17.86723, -2.85272], + "post": [16.47721, -17.86723, -2.85272], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [16.47721, -17.86723, -2.85272], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [8.19067, 0, 1.36479], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": [-6.57706, 0, -0.07162], + "1.0417": [-22.71804, 0, -0.04775], + "1.125": [10, 0, 0], + "1.4583": [10, 0, 0], + "1.8333": [21.79101, -16.53646, -4.62538], + "2.2083": ["18.5+math.sin(q.anim_time*120*1-90)*2", -10, 0] + } + }, + "neck": { + "rotation": { + "0.0": ["6.7583+math.sin(q.anim_time*120*1-90)*2", 13.08015, -0.3358], + "0.0417": [16.86567, 0, 0.2113], + "0.6667": [4.36567, 0, 0.2113], + "0.9583": [5.64893, 0, 0.0735], + "1.0": [5.64893, 0, 0.0735], + "1.0417": [-29.67554, 0, 0.03675], + "1.0833": [-27.33777, 0, 0.01837], + "1.125": [20, 0, 0], + "1.4583": [20, 0, 0], + "2.2083": ["6.7583+math.sin(q.anim_time*120*1-90)*2", 13.08015, -0.3358] + } + }, + "head": { + "rotation": { + "0.0": [-6.51534, -5.80445, -5.73293], + "0.0417": { + "pre": [0.9841, -6.48466, -5.34771], + "post": [0.9841, -6.48466, -5.34771], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-2.31817, 0, -4.65019], + "lerp_mode": "catmullrom" + }, + "0.9583": [-20.87227, 0, 0], + "1.0": [-20.87227, 0, 0], + "1.0417": [-24.93613, 0, 0], + "1.0833": [-18.71807, 0, 0], + "1.125": [2.5, 0, 0], + "1.4583": [2.5, 0, 0], + "1.9167": [15.79156, -3.19245, -3.15311], + "2.2083": [-6.51534, -5.80445, -5.73293] + } + }, + "helmet": { + "rotation": { + "0.0": [0, 0, 0], + "1.1667": [3, 0, 0], + "1.2083": [-0.15, 0, 0], + "1.25": [0.86, 0, 0], + "1.2917": [-0.19, 0, 0], + "2.2083": [0, 0, 0] + } + }, + "hair": { + "rotation": { + "0.0": [-38.3157, 0.43349, 4], + "0.0417": [-40.7868, 1.60074, 6.39542], + "0.125": { + "pre": [-33.07548, 1.39194, 5.56123], + "post": [-33.07548, 1.39194, 5.56123], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-26.71982, 1.28755, 5.14414], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [20.78018, 1.28755, 5.14414], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [21.70611, 1.28755, 5.14414], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-11.71982, 1.28755, 5.14414], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-57.77298, 1.28583, 5.13728], + "lerp_mode": "catmullrom" + }, + "1.4583": [-51.71982, 1.28755, 5.14414], + "2.2083": [-38.3157, 0.43349, 4] + } + }, + "hair2": { + "rotation": { + "0.0": [-14, 0, 0], + "0.0417": [-14, 0, 0], + "2.2083": [-14, 0, 0] + } + }, + "hair3": { + "rotation": { + "0.0": [-37.5, 0, 0], + "0.0417": [-40, 0, 0], + "0.6667": { + "pre": [-5.39134, 0.03923, -0.38643], + "post": [-5.39134, 0.03923, -0.38643], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-3.44979, 0.04013, -0.39151], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-22.18, 0.04, -0.39], + "lerp_mode": "catmullrom" + }, + "1.4583": [-22.18, 0.04, -0.39], + "2.2083": [-37.5, 0, 0] + } + }, + "hair4": { + "rotation": { + "0.0": [-30, 0, 0], + "0.0417": [-40, 0, 0], + "0.6667": { + "pre": [-5.9793, 0.48117, -0.27785], + "post": [-5.9793, 0.48117, -0.27785], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [14.0207, 0.48117, -0.27785], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-7.55387, 0.48035, -0.27936], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-3.48, 0.48, -0.28], + "lerp_mode": "catmullrom" + }, + "1.4583": [-3.48, 0.48, -0.28], + "2.2083": [-30, 0, 0] + } + }, + "hair5": { + "rotation": { + "0.0": [-45.5, 0, 0], + "0.0417": [-35.31, 0, 0], + "0.6667": { + "pre": [-0.31, 0, 0], + "post": [-0.31, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [14.46, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [5.78, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": [-15.5, 0, 0], + "2.2083": [-45.5, 0, 0] + } + }, + "hair6": { + "rotation": { + "0.0": [-38.4574, 0.83421, -0.47691], + "0.0417": [-36.00153, 0.0578, 0.05387], + "0.6667": { + "pre": [-5.25297, 0.51131, 0.4163], + "post": [-5.25297, 0.51131, 0.4163], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [2.49061, 0.5256, 0.42771], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [7.53768, 0.51591, 0.41997], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-10.25297, 0.51131, 0.4163], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-19.3307, 0.51349, 0.41808], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [12.76019, 0.52519, 0.4276], + "lerp_mode": "catmullrom" + }, + "1.4583": [7.24703, 0.51131, 0.4163], + "2.2083": [-38.4574, 0.83421, -0.47691] + }, + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, 0], + "1.0833": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": [0, 0, 0] + } + }, + "hair7": { + "rotation": { + "0.0": [180, 0, 0], + "0.0417": [180, 0, 0], + "0.6667": { + "pre": [-32.05341, -2.59382, 5.31791], + "post": [-32.05341, -2.59382, 5.31791], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [17.83808, -1.80923, 1.79565], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [10.99559, -1.53928, 0.71745], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [10.62, -1.47, 0.44], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-20.47345, -1.47464, 0.39141], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [14.36755, -1.49932, 0.35588], + "lerp_mode": "catmullrom" + }, + "1.4583": [5.62, -1.47, 0.44], + "2.2083": [180, 0, 0] + }, + "position": { + "0.0": [0, 5.91251, -11.4625], + "0.0417": [0, 5.91251, -11.4625], + "0.6667": { + "pre": [0, 0.91, -2.46], + "post": [0, 0.91, -2.46], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0.91, -2.46], + "lerp_mode": "catmullrom" + }, + "1.4583": [0, 0.91, -2.46], + "2.2083": [0, 5.91251, -11.4625] + } + }, + "arm_left3": { + "rotation": { + "0.0": [-10.10917, 2.75498, 55.44598], + "0.125": { + "pre": [-10.46157, 0.51447, 43.1426], + "post": [-10.46157, 0.51447, 43.1426], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-1.9637, 36.28478, 31.70204], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [5.23797, 19.96411, 43.53614], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [12.24878, 16.64968, 65.6577], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [12.24878, 16.64968, 65.6577], + "lerp_mode": "catmullrom" + }, + "1.0833": [24.86833, 2.58086, 69.25666], + "1.1667": [17.75941, 9.43278, 60.79511], + "1.3333": [21.82, 5.52, 65.63], + "1.4583": [21.82, 5.52, 65.63], + "1.5": { + "pre": [-10.46157, 0.51447, 43.1426], + "post": [-10.46157, 0.51447, 43.1426], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-1.9637, 36.28478, 31.70204], + "lerp_mode": "catmullrom" + }, + "2.0": [-10.46157, 0.51447, 43.1426], + "2.2083": [-10.10917, 2.75498, 55.44598] + }, + "position": { + "0.0": [0.4, -0.54793, 0.33131], + "0.125": { + "pre": [0.4, -0.54793, 0.33131], + "post": [0.4, -0.54793, 0.33131], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0.51849, -1.01966, 0.04731], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0.04048, -0.47634, 0.73555], + "lerp_mode": "catmullrom" + }, + "1.0833": [0.04048, -0.47634, 0.73555], + "1.3333": [0.04, -0.48, 0.74], + "1.4583": { + "pre": [0.04, -0.48, 0.74], + "post": [0.04, -0.48, 0.74], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0.51849, -1.01966, 0.04731], + "lerp_mode": "catmullrom" + }, + "2.0": [0.4, -0.54793, 0.33131], + "2.2083": [0.4, -0.54793, 0.33131] + } + }, + "arm_left4": { + "rotation": { + "0.0": ["161.1715+math.sin(q.anim_time*120*1-120)*2", 45.87992, "114.84+math.sin(q.anim_time*120*1-120)*2"], + "0.2083": [156.5749, 43.93499, 108.3334], + "0.5": { + "pre": [14.99737, 48.12565, -29.53667], + "post": [14.99737, 48.12565, -29.53667], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-2.09821, 12.30639, -4.19229], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-11.92494, 22.14348, -41.36647], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0.88235, 33.58879, -27.9667], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [7.61323, 34.17151, -17.80053], + "lerp_mode": "catmullrom" + }, + "1.0833": [-31.91655, 33.77399, -104.71577], + "1.125": [-33.21792, 39.05973, -95.43373], + "1.1667": [-30.71898, 42.83078, -87.59116], + "1.3333": [-33.21792, 39.05973, -95.43373], + "1.4583": [-33.21792, 39.05973, -95.43373], + "1.5": [-64.92073, 75.4097, -122.40809], + "1.6667": { + "pre": [-2.4964, 34.78889, -5.16983], + "post": [-2.4964, 34.78889, -5.16983], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [15.55348, 36.08575, 2.06077], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [38.32851, 44.75943, 15.46562], + "lerp_mode": "catmullrom" + }, + "1.8333": [112.23988, 63.3787, 76.43519], + "2.0": [156.5749, 43.93499, 108.3334], + "2.2083": ["161.1715+math.sin(q.anim_time*120*1-120)*2", 45.87992, "114.84+math.sin(q.anim_time*120*1-120)*2"] + }, + "position": { + "0.0": [1.40562, 1.46505, 0.19456], + "0.2083": { + "pre": [1.40562, 1.46505, 0.19456], + "post": [1.40562, 1.46505, 0.19456], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1.68754, 1.01387, -0.05653], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-0.24337, 1.43538, 0.22482], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [1.68754, 1.01387, -0.05653], + "lerp_mode": "catmullrom" + }, + "1.0833": [1.87436, 1.68025, -0.37438], + "1.125": [1.08084, 1.79896, 0.09159], + "1.3333": [1.08084, 1.79896, 0.09159], + "1.4583": { + "pre": [1.08084, 1.79896, 0.09159], + "post": [1.08084, 1.79896, 0.09159], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-0.24337, 1.43538, 0.22482], + "lerp_mode": "catmullrom" + }, + "2.0": [1.40562, 1.46505, 0.19456], + "2.2083": [1.40562, 1.46505, 0.19456] + } + }, + "lowerbody": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [0, -17.5, 0], + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, -1.67, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, -1.67, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -1.67, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, -1.6], + "2.2083": [0, 0, -1.6] + } + }, + "leg_left1": { + "rotation": { + "0.0": ["-59.9727-math.sin(q.anim_time*90*7)*2", -35.52872, -11.46254], + "0.0417": [-59.9727, -35.52872, -11.46254], + "0.5833": { + "pre": [-15, 0, 0], + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": [-15, 0, 0], + "1.6667": [5, 0, 0], + "1.9167": [-49.89831, -23.8356, 16.99848], + "2.2083": ["-59.9727-math.sin(q.anim_time*90*7)*2", -35.52872, -11.46254] + }, + "position": { + "0.0": [0, -2, -3.6], + "0.0417": [0, -2, -3.6], + "0.5833": { + "pre": [0, -2.3, 0], + "post": [0, -2.3, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, -2.3, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -2.3, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-0.0219, -2.23095, -3.64862], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0.00207, -0.39655, 1.07], + "lerp_mode": "catmullrom" + }, + "2.2083": [0, -2, -3.6] + } + }, + "leg_left2": { + "rotation": { + "0.0": ["81.4154+math.sin(q.anim_time*90*7)*2", 1.26962, 26.8333], + "0.0417": [81.4154, 1.26962, 26.8333], + "0.5833": { + "pre": [145, 0, 0], + "post": [145, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [145, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": [145, 0, 0], + "1.6667": [102.90666, 0.59249, 12.5222], + "1.9167": [100.06525, -0.464, 1.07], + "2.2083": ["81.4154+math.sin(q.anim_time*90*7)*2", 1.26962, 26.8333] + }, + "position": { + "0.0": [0, 1, 3], + "0.0417": [0, 1, 3], + "0.5833": { + "pre": [0, 2.80887, 4.6982], + "post": [0, 2.80887, 4.6982], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 2.80887, 4.6982], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 2.80887, 4.6982], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 2.81, 4.7], + "lerp_mode": "catmullrom" + }, + "2.2083": [0, 1, 3] + } + }, + "foot_left": { + "rotation": { + "0.0": [-10, 0, 0], + "0.0417": [-10, 0, 0], + "0.5833": [-17.5, 0, 0], + "1.0833": [-17.5, 0, 0], + "1.4583": [-17.5, 0, 0], + "1.6667": [-17.5, 0, 0], + "1.875": [-15.16235, -25.32264, 6.68651], + "2.2083": [-10, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, -0.5], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 1, -0.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 1, -0.5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 1, -0.5], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 1, -0.5], + "lerp_mode": "catmullrom" + }, + "2.2083": [0, 1, -0.5] + } + }, + "leg_right1": { + "rotation": { + "0.0": ["-61.5234-math.sin(q.anim_time*90*1)*1", 36.92791, 10.55655], + "0.0417": [-61.5234, 36.92791, 10.55655], + "0.375": { + "pre": [-12.5, 0, 0], + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-16.40781, -2.70589, -0.77353], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-16.40781, -2.70589, -0.77353], + "lerp_mode": "catmullrom" + }, + "1.4583": [-16.40781, -2.70589, -0.77353], + "1.6667": [5, 0, 0], + "2.2083": ["-61.5234-math.sin(q.anim_time*90*1)*1", 36.92791, 10.55655] + }, + "position": { + "0.0": [0, -2.4, -3.6], + "0.0417": [0, -2.4, -3.6], + "0.375": { + "pre": [0, -2.6, 0], + "post": [0, -2.6, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-0.02696, -3.49544, -0.66481], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-0.02696, -3.49544, -0.66481], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-0.02696, -3.49544, -0.66481], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-0.0219, -2.23095, -3.64862], + "lerp_mode": "catmullrom" + }, + "2.2083": [0, -2.4, -3.6] + } + }, + "leg_right2": { + "rotation": { + "0.0": [85.7123, -2.71, -28.71], + "0.0417": [85.7123, -2.70876, -28.7129], + "0.375": { + "pre": [147.5, 0, 0], + "post": [147.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [147.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": [147.5, 0, 0], + "1.6667": [102.90666, 0.59249, 12.5222], + "2.2083": [85.7123, -2.70876, -28.7129] + }, + "position": { + "0.0": [0, 1, 3], + "0.0417": [0, 1, 3], + "0.375": { + "pre": [0, 2.77805, 4.45195], + "post": [0, 2.77805, 4.45195], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 2.77805, 4.45195], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 2.77805, 4.45195], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 2.81, 4.7], + "lerp_mode": "catmullrom" + }, + "2.2083": [0, 1, 3] + } + }, + "foot_right": { + "rotation": { + "0.0": [-10, 0, 0], + "0.25": [-19.49542, 1.88298, -0.58532], + "0.375": { + "pre": [-44.24, 0, 0], + "post": [-44.24, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-21.74, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": [-21.74, 0, 0], + "1.4583": [-21.74, 0, 0], + "1.6667": [-17.5, 0, 0], + "2.2083": [-10, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 1, -0.5], + "lerp_mode": "catmullrom" + }, + "2.2083": [0, 0, 0] + } + }, + "arm_right3": { + "rotation": { + "0.0": [2.91783, -5.94383, -52.26198], + "0.0417": [2.91783, -5.94383, -52.26198], + "0.25": { + "pre": [-9.58013, -20.94514, -10.30886], + "post": [-9.58013, -20.94514, -10.30886], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-2.95277, -22.76159, -27.9892], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-0.06713, -35.36488, -31.75592], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [2.26844, -46.39684, -38.10589], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [2.26844, -46.39684, -38.10589], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [13.34668, -15.85349, -69.48024], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [13.34668, -15.85349, -69.48024], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [14.68567, -14.40443, -70.81131], + "lerp_mode": "catmullrom" + }, + "1.1667": [10.04147, -18.99502, -66.21941], + "1.3333": [11.93, -17.2, -68.08], + "1.4583": [11.93, -17.2, -68.08], + "1.9167": [4.12155, -40.03269, -48.64387], + "2.2083": [2.91783, -5.94383, -52.26198] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [-0.27249, -2.50379, -0.93616], + "post": [-0.27249, -2.50379, -0.93616], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-0.42736, -1.03014, 0.48591], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-0.27785, -0.78344, 0.39717], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-0.3546, -1.43927, -0.63766], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-0.3546, -1.43927, -0.63766], + "lerp_mode": "catmullrom" + }, + "1.0833": [0.41338, -0.47551, 0.74743], + "1.125": [0.0079, -0.56753, -0.05077], + "1.3333": [0.0079, -0.56753, -0.05077], + "1.4583": [0.0079, -0.56753, -0.05077], + "1.9167": [-1.17794, -2.01502, -1.37093], + "2.2083": [-0.02897, -1.16378, -0.29117] + } + }, + "hand_left": { + "rotation": { + "0.0": [-7.42005, 14.52015, 30.14732], + "0.0417": { + "pre": [-7.42005, 14.52015, 30.14732], + "post": [-7.42005, 14.52015, 30.14732], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-7.42005, 14.52015, 30.14732], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [7.39708, 6.13795, -28.97598], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [8.20048, -7.20592, -29.96073], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [10.09297, 10.10424, 76.97342], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-16.20791, 9.53689, 70.10266], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-16.20791, 9.53689, 70.10266], + "lerp_mode": "catmullrom" + }, + "1.0833": [16.78289, -13.28759, -58.67685], + "1.125": [19.50135, -7.39708, -76.50668], + "1.3333": [19.50135, -7.39708, -76.50668], + "1.4583": { + "pre": [19.50135, -7.39708, -76.50668], + "post": [19.50135, -7.39708, -76.50668], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [8.20048, -7.20592, -29.96073], + "lerp_mode": "catmullrom" + }, + "2.0": [-7.42005, 14.52015, 30.14732], + "2.2083": [-7.42005, 14.52015, 30.14732] + }, + "position": { + "0.0": [-0.25545, -0.26553, -0.33799], + "0.0417": { + "pre": [-0.25545, -0.26553, -0.33799], + "post": [-0.25545, -0.26553, -0.33799], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-0.25545, -0.26553, -0.33799], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-0.23852, -0.10481, -0.11989], + "lerp_mode": "catmullrom" + }, + "1.0833": [-0.24, -0.1, -0.12], + "1.125": [0.84957, 0.43065, 0.29382], + "1.3333": [0.84957, 0.43065, 0.29382], + "1.4583": { + "pre": [0.84957, 0.43065, 0.29382], + "post": [0.84957, 0.43065, 0.29382], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-0.23852, -0.10481, -0.11989], + "lerp_mode": "catmullrom" + }, + "2.0": [-0.25545, -0.26553, -0.33799], + "2.2083": [-0.25545, -0.26553, -0.33799] + } + }, + "arm_right4": { + "rotation": { + "0.0": ["111.6158+math.sin(q.anim_time*120*1-120)*2", "-55.3719-math.sin(q.anim_time*120*1-120)*2", -79.7584], + "0.0417": [111.6158, -55.3719, -79.7584], + "0.25": { + "pre": [-11.77832, -2.13833, 12.67252], + "post": [-11.77832, -2.13833, 12.67252], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-0.05685, -16.40737, 53.97284], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [4.28007, -21.83825, 42.04209], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-8.06816, -14.79432, 16.93931], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-8.06816, -14.79432, 16.93931], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-9.63793, -18.87604, 50.05102], + "lerp_mode": "catmullrom" + }, + "1.0417": [16.39147, -44.8279, 23.13843], + "1.0833": [-40.23342, -32.1377, 107.15152], + "1.125": [-40.23342, -32.1377, 107.15152], + "1.1667": [-35.50159, -37.83052, 96.94782], + "1.3333": [-40.23342, -32.1377, 107.15152], + "1.4583": [-40.23342, -32.1377, 107.15152], + "1.5417": [-40.75798, -31.08542, 109.12525], + "1.9167": [18.05655, -9.50683, 1.75903], + "2.2083": ["111.6158+math.sin(q.anim_time*120*1-120)*2", "-55.3719-math.sin(q.anim_time*120*1-120)*2", -79.7584] + }, + "position": { + "0.0": { + "post": [-0.07, -0.07, 0.26], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0.32889, -0.26997, 0.26257], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [1.09735, -0.28978, 0.48411], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0.11147, -0.34193, 0.41031], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [1.3604, -0.15933, 0.5218], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [1.3604, -0.15933, 0.5218], + "lerp_mode": "catmullrom" + }, + "1.3333": [1.52, -0.27, 0.94], + "1.4583": [1.52, -0.27, 0.94], + "1.75": [0.5943, -0.05448, 0.62915] + } + }, + "hand_right": { + "rotation": { + "0.0": [0, 0, "-33+math.sin(q.anim_time*120*1-120)*10"], + "0.0417": [0, 0, -33], + "0.25": { + "pre": [-3.18169, -7.94392, 31.46198], + "post": [-3.18169, -7.94392, 31.46198], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-6.10338, 1.41516, 33.7871], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [4.37635, -1.46448, 44.31581], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [15.07383, -0.73799, 24.46589], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [15.07383, -0.73799, 24.46589], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [2.52996, -5.09076, -72.5764], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-2.90416, -16.84809, -56.88], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.90416, -16.84809, -56.88], + "lerp_mode": "catmullrom" + }, + "1.0833": [5.48358, 6.24144, 46.51091], + "1.125": [5.48358, 6.24144, 46.51091], + "1.1667": [5.67239, 4.95651, 56.44496], + "1.3333": [5.48358, 6.24144, 46.51091], + "1.4583": [5.48358, 6.24144, 46.51091], + "1.5417": [4.83388, 6.94068, 39.50646], + "1.75": [5.9757, 2.85337, 55.23207], + "1.875": [-0.49485, 3.66666, -38.56455], + "2.2083": [0, 0, "-33+math.sin(q.anim_time*120*1-120)*10"] + }, + "position": { + "0.0": [0, 0, 0], + "1.0833": [-0.04182, 0.19056, -0.0068], + "1.125": [-0.04182, 0.19056, -0.0068], + "1.1667": [-0.46186, 0.65315, 0.00887], + "1.3333": [-0.04182, 0.19056, -0.0068], + "1.4583": [-0.04182, 0.19056, -0.0068], + "2.2083": [0, 0, 0] + } + }, + "haircorrection": { + "rotation": { + "0.0": [0, 0, 0], + "2.2083": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, "0+math.sin(q.anim_time*120*1-90)*0.5"], + "0.0417": [0, 0, -0.49], + "2.2083": [0, 0, "0+math.sin(q.anim_time*120*1-90)*0.5"] + } + }, + "hair8": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [-1.47408, 0.47009, 1.03154], + "0.6667": { + "pre": [-23.12483, 0.49266, 1.08105], + "post": [-23.12483, 0.49266, 1.08105], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [30.77053, 0.47663, 1.04587], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [12.60333, 0.47127, 1.03411], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [1.02592, 0.47009, 1.03154], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-23.09304, 0.47239, 1.03657], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [9.66555, 0.4831, 1.06008], + "lerp_mode": "catmullrom" + }, + "1.4583": [16.02592, 0.47009, 1.03154], + "2.2083": [0, 0, 0] + } + }, + "arm_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-3.16564, 30.44138, -25.40326], + "lerp_mode": "catmullrom" + }, + "1.0833": [-2.86877, 17.95853, -24.68335], + "1.3333": [-2.87, 17.96, -24.68], + "1.4583": { + "pre": [-2.87, 17.96, -24.68], + "post": [-2.87, 17.96, -24.68], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-3.16564, 30.44138, -25.40326], + "lerp_mode": "catmullrom" + }, + "2.0": [0, 0, 0], + "2.2083": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-0.1525, -0.79641, -0.85391], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-0.1525, -0.79641, -0.85391], + "lerp_mode": "catmullrom" + }, + "1.0833": [0, 0, 0], + "1.3333": [0, 0, 0], + "1.4583": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-0.1525, -0.79641, -0.85391], + "lerp_mode": "catmullrom" + }, + "2.0": [0, 0, 0], + "2.2083": [0, 0, 0] + } + }, + "arm_left2": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [3.04321, 19.8007, 7.96662], + "lerp_mode": "catmullrom" + }, + "1.0833": [3.09472, 22.29711, 8.11003], + "1.3333": [3.09, 22.3, 8.11], + "1.4583": { + "pre": [3.09, 22.3, 8.11], + "post": [3.09, 22.3, 8.11], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [3.04321, 19.8007, 7.96662], + "lerp_mode": "catmullrom" + }, + "2.0": [0, 0, 0], + "2.2083": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0.3901, 0.37396, -1.92027], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0.3901, 0.37396, -1.92027], + "lerp_mode": "catmullrom" + }, + "1.0833": [0.51781, -0.24146, -2.71206], + "1.3333": [0.52, -0.24, -2.71], + "1.4583": { + "pre": [0.52, -0.24, -2.71], + "post": [0.52, -0.24, -2.71], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0.3901, 0.37396, -1.92027], + "lerp_mode": "catmullrom" + }, + "2.0": [0, 0, 0], + "2.2083": [0, 0, 0] + } + }, + "arm_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [-14.85611, -20.3457, 42.69663], + "post": [-14.85611, -20.3457, 42.69663], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-3.25205, -32.93743, 25.56766], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-2.21133, -32.35827, 20.43412], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-2.21133, -32.35827, 20.43412], + "lerp_mode": "catmullrom" + }, + "1.0833": [-3.06, -23.95, 25.07], + "1.3333": [-3.06, -23.95, 25.07], + "1.4583": [-3.06, -23.95, 25.07], + "1.75": [-3.06, -23.95, 25.07], + "1.9167": [-3.06, -23.95, 25.07], + "2.2083": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [-0.96778, -0.54485, -1.98539], + "post": [-0.96778, -0.54485, -1.98539], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-0.77721, -0.70404, -2.6017], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-0.08428, -0.55098, -1.84241], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-0.08428, -0.55098, -1.84241], + "lerp_mode": "catmullrom" + }, + "1.0833": [-0.33, -0.47141, -1.09414], + "1.3333": [-0.33, -0.47, -1.09], + "1.4583": [-0.33, -0.47, -1.09], + "1.75": [-0.33, -0.47, -1.09], + "1.9167": [-0.33, -0.47, -1.09], + "2.2083": [0, 0, 0] + } + }, + "arm_right2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [6.79768, -7.66448, -32.6369], + "post": [6.79768, -7.66448, -32.6369], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [6.79768, -7.66448, -32.6369], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [2.94404, -5.81848, -7.24568], + "lerp_mode": "catmullrom" + }, + "1.0833": [2.94, -5.82, -7.25], + "1.3333": [2.94, -5.82, -7.25], + "1.4583": [2.94, -5.82, -7.25], + "1.75": [2.94, -5.82, -7.25], + "1.9167": [2.94, -5.82, -7.25], + "2.2083": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [-1.58236, -1.13901, -0.87259], + "post": [-1.58236, -1.13901, -0.87259], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-1.63832, -1.14108, -0.90536], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-0.03111, 0.61725, -0.20448], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-0.03111, 0.61725, -0.20448], + "lerp_mode": "catmullrom" + }, + "1.0833": [-0.42, -0.26, -1.69], + "1.3333": [-0.42, -0.26, -1.69], + "1.4583": [-0.42, -0.26, -1.69], + "1.75": [-0.42, -0.26, -1.69], + "1.9167": [-0.42, -0.26, -1.69], + "2.2083": [0.29, -0.33, -0.08] + } + }, + "upperbody": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": { + "pre": [7.5, 0, 0], + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": [7.5, 0, 0], + "2.2083": [0, 0, 0] + } + }, + "torso": { + "position": { + "0.0": [0, 0, 0], + "2.2083": [0, 0, 0] + } + }, + "blade2": { + "rotation": { + "0.0": [0, 0, 0], + "1.0417": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": [0, 0, 0] + } + }, + "blade": { + "rotation": { + "0.0": [0, 0, 0], + "1.0417": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": [0, 0, 0] + } + }, + "turnk": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [13.57, 0, 0], + "0.2917": [17.5, 0, 0], + "0.4583": [6, 0, 0], + "0.5417": [4, 0, 0], + "1.0": [-12.5, 0, 0], + "1.0417": [21.67, 0, 0], + "1.125": [0, 0, 0], + "1.4583": [0, 0, 0], + "2.2083": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.2917": [0.01815, -0.89786, 0.05933], + "0.4583": [0.03463, -2.09528, 0.16529], + "1.0": [0, 0, 0], + "1.125": [0, 0, 0], + "1.4583": [0, 0, 0], + "1.75": [-0.01387, 1.96556, -0.47579], + "2.2083": [0, 0, 0] + } + } + } + }, + "animation.kingambit.recoil": { + "animation_length": 0.875, + "bones": { + "waist": { + "rotation": { + "0.0833": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "chest": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [5, 0, 0], + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-25.53051, 11.31255, -5.35254], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [9.06, 0, 0], + "0.0833": [0, 0, 0], + "0.2083": [-32.5, 0, 0], + "0.4167": [-37.5, 0, 0], + "0.5": [-17.5, 0, 0], + "0.5833": [0.83016, -0.07263, 4.99947], + "0.625": [10, 0, 0], + "0.7083": [0, 0, 0] + } + }, + "hair": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [-12.5, 0, 0], + "0.0833": [0, 0, 0], + "0.2083": [64.35582, -14.1619, -4.34049], + "0.3333": [51.89304, -4.21997, -2.44009], + "0.4167": [60, 0, 0], + "0.5": [25, 0, 0], + "0.5833": [-4.31359, -0.37703, -4.9858], + "0.625": [-14.5, 0, 0], + "0.7083": [0, 0, 0] + } + }, + "hair2": { + "rotation": { + "0.0": [0, 0, 0], + "0.7083": [0, 0, 0] + } + }, + "hair3": { + "rotation": { + "0.0": [0, 0, 0], + "0.2083": [-22.5, 0, 0], + "0.7083": [0, 0, 0] + } + }, + "hair6": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": [20.92702, 1.78986, -4.66942], + "0.2083": [22.5, 0, 0], + "0.25": [29, 0, 0], + "0.2917": [28.36, 0, 0], + "0.3333": [30.52, 0, 0], + "0.375": [22.13, 0, 0], + "0.4167": [11.86, 0, 0], + "0.4583": [12.67, 0, 0], + "0.7083": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.0417": [0.11116, 1.63628, -2.50956], + "0.0833": [0.15392, 1.74468, -3.59426], + "0.125": [-1.49876, 0.95787, -1.82629], + "0.1667": [-2.19624, 0.17098, -0.63072], + "0.2083": [-0.40027, -0.47601, 0.70252], + "0.25": [-0.52582, -0.4043, -0.98423], + "0.2917": [-0.30826, -0.8838, -1.93817], + "0.3333": [0.09876, -0.91569, -3.48994], + "0.375": [0.0485, -0.55957, -1.07144], + "0.4167": [0.52124, -1.61719, 1.84349], + "0.4583": [0.07996, -0.07202, 1.04559], + "0.625": [0.17162, 2.08167, -3.05043], + "0.7083": [0, 0, 0] + } + }, + "arm_left4": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 25], + "0.5417": [0, 0, 20], + "0.625": [0, 0, -5], + "0.7083": [0, 0, 0] + } + }, + "hand_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 0, -22.5], + "0.5417": [0, 0, 0] + } + }, + "arm_right4": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 0, -27.5], + "0.375": [0, 0, -25], + "0.4583": [0, 0, 0], + "0.5": [0, 0, 10], + "0.5833": [0, 0, 0] + } + }, + "hand_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 35], + "0.7083": [0, 0, 0] + } + } + } + }, + "animation.kingambit.pose": { + "loop": true, + "bones": { + "kingambit": { + "position": [0, -3, 0] + }, + "waist": { + "rotation": [4.5, 0, 0], + "position": [0, 0, -0.2] + }, + "chest": { + "rotation": [0, -10, 0] + }, + "neck": { + "rotation": [11.75825, 13.08015, -0.3358] + }, + "head": { + "rotation": [7.94859, -5.01561, 1.08907] + }, + "helmet": { + "rotation": [0, 0, 0] + }, + "hair": { + "rotation": [-39.96679, -1.24738, 1.32085] + }, + "hair2": { + "rotation": [-27.5, 0, 0] + }, + "hair3": { + "rotation": [-34.5, 0, 0], + "position": [0.05185, 0.5281, 0.60698] + }, + "hair4": { + "rotation": [-48, 0, 0] + }, + "hair5": { + "rotation": [-10, 0, 0] + }, + "hair6": { + "rotation": [-44, 0, 0] + }, + "hair7": { + "rotation": [180, 0, 0], + "position": [0, 5.91251, -10.05198] + }, + "arm_left3": { + "rotation": [-10.46157, 0.51447, 43.1426], + "position": [0.4, -0.54793, 0.33131] + }, + "arm_left4": { + "rotation": [154.00523, 42.68037, 104.58787], + "position": [1.40562, 1.46505, 0.19456] + }, + "lowerbody": { + "position": [0, 0, -1.6] + }, + "leg_left1": { + "rotation": [-59.97271, -35.52872, -11.46254], + "position": [0, -2, -3.6] + }, + "leg_left2": { + "rotation": [81.41544, 1.26962, 26.8333], + "position": [0, 1, 3] + }, + "foot_left": { + "rotation": [-10, 0, 0] + }, + "leg_right1": { + "rotation": [-61.52344, 36.92791, 10.55655], + "position": [0, -2.4, -3.6] + }, + "leg_right2": { + "rotation": [85.71227, -2.70876, -28.7129], + "position": [0, 1, 3] + }, + "foot_right": { + "rotation": [-10, 0, 0] + }, + "arm_right3": { + "rotation": [-1.84032, -12.8713, -2.0444] + }, + "hand_left": { + "rotation": [-10.73307, 12.29989, 15.93405], + "position": [-0.25545, -0.26553, -0.33799] + }, + "arm_right4": { + "rotation": [38.65226, -18.48927, 10.88631] + }, + "hand_right": { + "rotation": [0, 0, 7] + }, + "arm_right2": { + "rotation": [0, -28, 0] + } + } + }, + "animation.kingambit.special": { + "animation_length": 2, + "bones": { + "kingambit": { + "rotation": { + "0.0": [0, 0, 0], + "2.0": [0, 0, 0] + }, + "position": { + "0.0": [0, -3.8, 0], + "2.0": [0, -3.8, 0] + } + }, + "body": { + "position": { + "0.0": [0, 0.25, 0], + "2.0": [0, 0.25, 0] + } + }, + "torso": { + "position": [0, 0, 0] + }, + "lowerbody": { + "rotation": { + "0.0": [0, 0, 0], + "2.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, -1.6], + "2.0": [0, 0, -1.6] + } + }, + "turnk": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "upperbody": { + "rotation": [0, 0, 0] + }, + "waist": { + "rotation": { + "0.0": ["6+math.sin(q.anim_time*120*1-180)*2", 0, 0], + "2.0": ["6+math.sin(q.anim_time*120*1-180)*2", 0, 0] + }, + "position": { + "0.0": [0, 0, -1.2], + "2.0": [0, 0, -1.2] + } + }, + "chest": { + "rotation": { + "0.0": ["18.5+math.sin(q.anim_time*120*1-90)*2", -10, 0], + "0.25": ["28.5+math.sin(q.anim_time*120*1-90)*2", -10, 0], + "0.7917": [15.57907, -10, 0], + "2.0": ["18.5+math.sin(q.anim_time*120*1-90)*2", -10, 0] + } + }, + "neck": { + "rotation": { + "0.0": ["6.7583+math.sin(q.anim_time*120*1-90)*2", 13.08015, -0.3358], + "2.0": ["6.7583+math.sin(q.anim_time*120*1-90)*2", 13.08015, -0.3358] + } + }, + "head": { + "rotation": { + "0.0": [-6.51534, -5.80445, -5.73293], + "0.25": [8.48466, -5.80445, -5.73293], + "0.7917": [-11.1582, -5.80445, -5.73293], + "2.0": [-6.51534, -5.80445, -5.73293] + }, + "position": { + "0.0": [0, 0, "0+math.sin(q.anim_time*120*1-90)*0.4 "], + "2.0": [0, 0, "0+math.sin(q.anim_time*120*1-90)*0.4 "] + } + }, + "blade2": { + "rotation": { + "0.0": [0, 0, 0], + "2.0": [0, 0, 0] + } + }, + "blade": { + "rotation": [0, 0, 0] + }, + "helmet": { + "rotation": { + "0.0": [0, 0, 0], + "2.0": [0, 0, 0] + } + }, + "hair": { + "rotation": { + "0.0": ["-38.3157-math.sin(q.anim_time*120*1-120)*3", 0.43349, 4], + "0.25": ["-38.3189-math.sin(q.anim_time*120*1-120)*3", 0.39079, 4.03048], + "0.7917": [-14.72642, 0.43349, 4], + "1.5": [-22.2066, 0.72033, 3.84447], + "2.0": ["-38.2764-math.sin(q.anim_time*120*1-120)*3", 0.9656, 3.57979] + } + }, + "hair2": { + "rotation": { + "0.0": [-14, 0, 0], + "0.25": [-24, 0, 0], + "0.7917": [-28.4, 0, 0], + "1.5": [-28.4, 0, 0], + "2.0": [-14, 0, 0] + } + }, + "hair3": { + "rotation": { + "0.0": ["-37.5+math.sin(q.anim_time*120*1-120)*1", 0, 0], + "0.25": ["-47.5+math.sin(q.anim_time*120*1-120)*1", 0, 0], + "0.7917": [-39.83, 0, 0], + "1.5": [-39.83, 0, 0], + "2.0": ["-37.5+math.sin(q.anim_time*120*1-120)*1", 0, 0] + } + }, + "hair4": { + "rotation": { + "0.0": ["-30-math.sin(q.anim_time*120*1-120)*2", 0, 0], + "2.0": ["-30-math.sin(q.anim_time*120*1-120)*2", 0, 0] + } + }, + "hair5": { + "rotation": { + "0.0": ["-45.5+math.sin(q.anim_time*120*1-120)*4", 0, 0], + "0.25": ["-40.5+math.sin(q.anim_time*120*1-120)*4", 0, 0], + "2.0": ["-45.5+math.sin(q.anim_time*120*1-120)*4", 0, 0] + } + }, + "hair6": { + "rotation": { + "0.0": ["-38.4574-math.sin(q.anim_time*120*1-120)*4", 0.83421, -0.47691], + "0.25": ["-40.9574-math.sin(q.anim_time*120*1-120)*4", 0.83421, -0.47691], + "2.0": ["-38.4574-math.sin(q.anim_time*120*1-120)*4", 0.83421, -0.47691] + }, + "position": { + "0.0": [0, 0, 0], + "2.0": [0, 0, 0] + } + }, + "haircorrection": { + "rotation": { + "0.0": [0, 0, 0], + "2.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, "0+math.sin(q.anim_time*120*1-90)*0.4 "], + "2.0": [0, 0, "0+math.sin(q.anim_time*120*1-90)*0.4 "] + } + }, + "hair7": { + "rotation": { + "0.0": [180, 0, 0], + "2.0": [180, 0, 0] + }, + "position": { + "0.0": [0, 5.91251, "-11.46250+math.sin(q.anim_time*120*1-90)*0.5"], + "2.0": [0, 5.91251, "-11.46250+math.sin(q.anim_time*120*1-90)*0.5"] + } + }, + "hair8": { + "rotation": [0, 0, 0] + }, + "arm_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.7917": { + "pre": [-2.81797, 27.47162, -1.30078], + "post": [-2.81797, 27.47162, -1.30078], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-2.81797, 27.47162, -1.30078], + "lerp_mode": "catmullrom" + }, + "2.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "2.0": [0, 0, 0] + } + }, + "arm_left2": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "arm_left3": { + "rotation": { + "0.0": [-10.10917, 2.75498, 55.44598], + "0.25": [-13.54119, 19.94581, 11.08659], + "0.7917": [-15.1294, 27.67127, 5.01794], + "1.5": [-15.1294, 27.67127, 5.01794], + "2.0": [-10.10917, 2.75498, 55.44598] + }, + "position": { + "0.0": [0.4, -0.54793, 0.33131], + "2.0": [0.4, -0.54793, 0.33131] + } + }, + "arm_left4": { + "rotation": { + "0.0": ["161.1715+math.sin(q.anim_time*120*1-120)*2", 45.87992, "114.84+math.sin(q.anim_time*120*1-120)*2"], + "0.25": ["177.3171+math.sin(q.anim_time*120*1-120)*2", 49.24325, "136.5888+math.sin(q.anim_time*120*1-120)*2"], + "0.7917": [34.90311, 18.67471, -27.34996], + "1.5": [34.90311, 18.67471, -27.34996], + "2.0": ["161.1715+math.sin(q.anim_time*120*1-120)*2", 45.87992, "114.84+math.sin(q.anim_time*120*1-120)*2"] + }, + "position": { + "0.0": [1.40562, 1.46505, 0.19456], + "0.2917": [1.57, 1.93, -0.34], + "0.625": [-0.38, 2.47, 1.19], + "0.7917": [0.41, 1.47, 0.19], + "1.5": [0.41, 1.47, 0.19], + "2.0": [1.40562, 1.46505, 0.19456] + } + }, + "hand_left": { + "rotation": { + "0.0": [25.37391, 8.39359, 44.12635], + "0.7917": [-0.75229, 26.62873, -30.44447], + "1.5": [-0.75229, 26.62873, -30.44447], + "2.0": [25.37391, 8.39359, 44.12635] + }, + "position": { + "0.0": [-0.25545, -0.26553, -0.33799], + "2.0": [-0.25545, -0.26553, -0.33799] + } + }, + "arm_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.7917": [0, -17.5, 0], + "1.5": [0, -17.5, 0], + "2.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "2.0": [0, 0, 0] + } + }, + "arm_right2": { + "rotation": { + "0.0": [0, 0, 0], + "2.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "2.0": [0, 0, 0] + } + }, + "arm_right3": { + "rotation": { + "0.0": [2.91783, -5.94383, -52.26198], + "0.25": [-0.45738, -6.60333, -22.08408], + "0.5": [-6.61749, -30.97633, -10.17249], + "1.5": [-6.61749, -30.97633, -10.17249], + "2.0": [2.91783, -5.94383, -52.26198] + }, + "position": { + "0.0": [0, 0, 0], + "2.0": [0, 0, 0] + } + }, + "arm_right4": { + "rotation": { + "0.0": ["111.6158+math.sin(q.anim_time*120*1-120)*2", "-55.3719-math.sin(q.anim_time*120*1-120)*2", -79.7584], + "0.25": ["169.9423+math.sin(q.anim_time*120*1-120)*2", "-80.1815-math.sin(q.anim_time*120*1-120)*2", -141.486], + "0.7917": ["4.2089+math.sin(q.anim_time*120*1-120)*2", "-20.529-math.sin(q.anim_time*120*1-120)*2", 26.158], + "1.5": ["4.2089+math.sin(q.anim_time*120*1-120)*2", "-20.529-math.sin(q.anim_time*120*1-120)*2", 26.158], + "2.0": ["111.6158+math.sin(q.anim_time*120*1-120)*2", "-55.3719-math.sin(q.anim_time*120*1-120)*2", -79.7584] + }, + "position": { + "0.0": { + "post": [-0.07, -0.07, 0.26], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0.93, -0.07, 0.26], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0.93, -0.07, 0.26], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-0.07, -0.07, 0.26], + "lerp_mode": "catmullrom" + } + } + }, + "hand_right": { + "rotation": { + "0.0": [0, 0, "-33+math.sin(q.anim_time*120*1-120)*10"], + "0.7917": [0, 0, "47+math.sin(q.anim_time*120*1-120)*10"], + "1.5": [0, 0, "47+math.sin(q.anim_time*120*1-120)*10"], + "2.0": [0, 0, "-33+math.sin(q.anim_time*120*1-120)*10"] + }, + "position": { + "0.0": [0, 0, 0], + "2.0": [0, 0, 0] + } + }, + "leg_left1": { + "rotation": { + "0.0": ["-59.9727-math.sin(q.anim_time*90*10)*2", -35.52872, -11.46254], + "2.0": ["-59.9727-math.sin(q.anim_time*90*10)*2", -35.52872, -11.46254] + }, + "position": { + "0.0": [0, -2, -3.6], + "2.0": [0, -2, -3.6] + } + }, + "leg_left2": { + "rotation": { + "0.0": ["81.4154+math.sin(q.anim_time*90*10)*2", 1.26962, 26.8333], + "2.0": ["81.4154+math.sin(q.anim_time*90*10)*2", 1.26962, 26.8333] + }, + "position": { + "0.0": [0, 1, 3], + "2.0": [0, 1, 3] + } + }, + "foot_left": { + "rotation": { + "0.0": ["-10+math.sin(q.anim_time*90*10 )*2", 0, 0], + "2.0": ["-10+math.sin(q.anim_time*90*10 )*2", 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, -0.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -0.5], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right1": { + "rotation": { + "0.0": ["-61.5234-math.sin(q.anim_time*90*1)*1", 36.92791, 10.55655], + "2.0": ["-61.5234-math.sin(q.anim_time*90*1)*1", 36.92791, 10.55655] + }, + "position": { + "0.0": [0, -2.4, -3.6], + "2.0": [0, -2.4, -3.6] + } + }, + "leg_right2": { + "rotation": { + "0.0": ["85.7123+math.sin(q.anim_time*90*1)*2", -2.70876, -28.7129], + "2.0": ["85.7123+math.sin(q.anim_time*90*1)*2", -2.70876, -28.7129] + }, + "position": { + "0.0": [0, 1, 3], + "2.0": [0, 1, 3] + } + }, + "foot_right": { + "rotation": { + "0.0": ["-10+math.sin(q.anim_time*90*1)*4", 0, 0], + "2.0": ["-10+math.sin(q.anim_time*90*1)*4", 0, 0] + }, + "position": { + "0.0": [0, 0, "0+math.sin(q.anim_time*120*1-90)*0.4 "], + "2.0": [0, 0, "0+math.sin(q.anim_time*120*1-90)*0.4 "] + } + } + } + }, + "animation.kingambit.idle": { + "loop": true, + "animation_length": 20.9583, + "bones": { + "kingambit": { + "position": [0, -3.8, 0] + }, + "waist": { + "rotation": ["-4+math.sin(q.anim_time*120*1-180)*2", 0, 0], + "position": [0, 0, -0.4] + }, + "chest": { + "rotation": ["8.4565+math.sin(q.anim_time*120*1-90)*2", 0, 0] + }, + "neck": { + "rotation": ["0+math.sin(q.anim_time*120*1-90)*2", 0, 0] + }, + "head": { + "rotation": [8.74212, 0, 0] + }, + "helmet": { + "rotation": [0, 0, 0] + }, + "hair": { + "rotation": ["-30.7661-math.sin(q.anim_time*120*1-120)*3", 1.18073, 2.20376] + }, + "hair2": { + "rotation": [-13.9872, 0, -2.42583] + }, + "hair3": { + "rotation": ["-45+math.sin(q.anim_time*120*1-120)*1", 0, 0] + }, + "hair4": { + "rotation": ["-32.5-math.sin(q.anim_time*120*1-120)*2", 0, 0] + }, + "hair5": { + "rotation": ["-38+math.sin(q.anim_time*120*1-120)*4", 0, 0] + }, + "hair6": { + "rotation": ["-33.4574-math.sin(q.anim_time*120*1-120)*4", 0.83421, -0.47691], + "position": [0, 0, 0] + }, + "hair7": { + "rotation": [182, 0, 0], + "position": [0, 5.91251, "-11.46250+math.sin(q.anim_time*120*1-90)*0.5"] + }, + "arm_left3": { + "rotation": [-7.93465, -11.53236, 45.09861], + "position": [0.4, -0.54793, 0.33131] + }, + "arm_left4": { + "rotation": ["154.4221+math.sin(q.anim_time*120*1-120)*2", 42.88997, "105.2057+math.sin(q.anim_time*120*1-120)*2"], + "position": [1.40562, 1.46505, 0.19456] + }, + "lowerbody": { + "position": [0, 0, -1.6] + }, + "leg_left1": { + "rotation": ["-61.5234-math.sin(q.anim_time*90*1)*1", -36.9279, -10.5566], + "position": [0, -2.4, -3.6] + }, + "leg_left2": { + "rotation": { + "0.0": ["85.7123+math.sin(q.anim_time*90*1)*2", 2.7088, 28.7129], + "20.9583": ["81.42+math.sin(q.anim_time*90*2)*2", 1.27, 26.83] + }, + "position": [0, 1, 3] + }, + "foot_left": { + "rotation": ["-10+math.sin(q.anim_time*90*1)*4", 0, 0] + }, + "leg_right1": { + "rotation": ["-61.5234-math.sin(q.anim_time*90*1)*1", 36.92791, 10.55655], + "position": [0, -2.4, -3.6] + }, + "leg_right2": { + "rotation": ["85.7123+math.sin(q.anim_time*90*1)*2", -2.70876, -28.7129], + "position": [0, 1, 3] + }, + "foot_right": { + "rotation": ["-10+math.sin(q.anim_time*90*1)*4", 0, 0] + }, + "arm_right3": { + "rotation": [-5.46237, 9.11037, -42.425], + "position": [0.4, -0.54793, 0.33131] + }, + "hand_left": { + "rotation": [11.31072, 24.27862, -2.82594], + "position": [-0.25545, -0.26553, -0.33799] + }, + "arm_right4": { + "rotation": ["152.409+math.sin(q.anim_time*120*1-120)*2", -41.72355, "-102.2154- math.sin(q.anim_time*120*1-120)*2"], + "position": [0.90183, 1.07657, -0.1968] + }, + "hand_right": { + "rotation": [9.04341, -25.16279, 8.24404], + "position": [-0.25545, -0.26553, -0.33799] + }, + "haircorrection": { + "rotation": [0, 0, 0], + "position": [0, 0, "0+math.sin(q.anim_time*120*1-90)*0.4 "] + }, + "arm_right2": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kubfu/kubfu.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kubfu/kubfu.animation.json new file mode 100644 index 0000000..e711544 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kubfu/kubfu.animation.json @@ -0,0 +1,1159 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.kubfu.ground_idle": { + "loop": true, + "bones": { + "torso": { + "position": [0, "math.sin(q.anim_time*2*16)*0.3", 0] + }, + "flap_left": { + "rotation": ["-52.5+math.sin(q.anim_time*45*1)*11", 0, 0], + "position": [0, 0, -1] + }, + "flap_right": { + "rotation": ["-52.5+math.sin(q.anim_time*45*1)*11", 0, 0], + "position": [0, 0, -1] + }, + "arms": { + "position": [0, "math.sin(q.anim_time*1*16)*0.3", 0] + }, + "arm_right": { + "rotation": [-2.00307, 14.8687, 44.7386] + }, + "forearm_right": { + "rotation": [-90.61742, 6.33681, 23.67361] + }, + "fingers_right": { + "rotation": [0, -17.5, 0] + }, + "arm_left": { + "rotation": [4.70379, -12.10264, -52.37761] + }, + "forearm_left": { + "rotation": [-106.73634, -5.188, -16.73634] + }, + "fingers_left": { + "rotation": [0, 22.5, 0] + } + } + }, + "animation.kubfu.faint": { + "loop": true, + "animation_length": 3.6667, + "bones": { + "1": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [0, 0, 0], + "0.7917": [0, 0, -50], + "2.75": [0, 0, -50], + "3.25": [0, 0, -27.5] + }, + "position": { + "0.0": [0, 0, 0], + "0.375": [0, 0, 0], + "0.7917": [0, -1, 0], + "2.75": [0, -1, 0], + "3.25": [0, -1.7, 0] + } + }, + "2": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [0, 0, 0], + "0.7917": [0, 0, 40], + "2.75": [0, 0, 40], + "3.25": [0, 0, 27.5] + }, + "position": { + "0.0": [0, 0, 0], + "0.375": [0, 0, 0], + "0.7917": [0, -1, 0], + "2.75": [0, -1, 0], + "3.25": [0, -1.7, 0] + } + }, + "torso": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-47.65291, 2.98407, -9.23523], + "0.5417": [-58.06957, 2.98407, -9.23523], + "1.0": [7.34709, 2.98407, -9.23523], + "2.0": [-5.15291, 2.98407, -9.23523], + "2.5": [37.34709, 2.98407, -9.23523], + "3.0": [37.34709, 2.98407, -9.23523], + "3.5": [-5.15291, 2.98407, -9.23523] + }, + "position": { + "0.0": [0, "math.sin(q.anim_time*2*16)*0.3", 0], + "1.0": [0, "math.sin(q.anim_time*2*16)*0.3", 0], + "2.0": [0, "math.sin(q.anim_time*2*16)*0.3", 0], + "2.5": [0, "math.sin(q.anim_time*2*16)*0.3", 0], + "3.0": [0, "math.sin(q.anim_time*2*16)*0.3", 0], + "3.5": [0, "math.sin(q.anim_time*2*16)*0.3", 0], + "3.5417": [0, "math.sin(q.anim_time*2*16)*0.3", -0.3], + "3.5833": [0, "math.sin(q.anim_time*2*16)*0.3", 0], + "3.625": [0, "math.sin(q.anim_time*2*16)*0.3", -0.3], + "3.6667": [0, "math.sin(q.anim_time*2*16)*0.3", 0] + } + }, + "flap_left": { + "rotation": ["-52.5+math.sin(q.anim_time*45*1)*11", 0, 0], + "position": [0, 0, -1] + }, + "flap_right": { + "rotation": ["-52.5+math.sin(q.anim_time*45*1)*11", 0, 0], + "position": [0, 0, -1] + }, + "arms": { + "position": [0, "math.sin(q.anim_time*1*16)*0.3", 0] + }, + "arm_right": { + "rotation": [-145.40354, 22.29065, 34.11599], + "position": [0, 0, -1] + }, + "forearm_right": { + "rotation": { + "0.0": [-84.25115, 2.74058, 93.84542], + "0.25": [-84.25115, 2.74058, 93.84542], + "0.5": [-84.25115, 2.74058, 93.84542], + "1.0": [-94.74324, 4.2518, -18.96839] + } + }, + "fingers_right": { + "rotation": { + "0.0": [0, -85, 0], + "0.5": [0, 0, 0] + }, + "position": { + "0.0": [-0.5, 0, 0], + "0.5": [0, 0, 0] + } + }, + "arm_left": { + "rotation": { + "0.0": [30.47226, -80.90269, -81.5455], + "1.0": [5.05754, -24.55773, -53.49576], + "1.75": [5.05754, -24.55773, -53.49576], + "2.0417": [5.05754, -24.55773, -53.49576], + "2.25": [-6.10412, -74.13068, -38.40029], + "2.5": [135.17557, -83.46886, -186.75136], + "3.0": [135.17557, -83.46886, -186.75136], + "3.5": [4.61409, -4.62735, -51.76231] + }, + "position": { + "0.0": [0, 0, 0], + "2.5": [0, 0, 0], + "2.5417": [0, -0.3, 0], + "2.5833": [0, 0, 0], + "2.625": [0, -0.3, 0], + "2.6667": [0, 0, 0], + "2.7083": [0, -0.3, 0], + "2.75": [0, 0, 0], + "2.7917": [0, -0.3, 0], + "2.8333": [0, 0, 0], + "3.0": [0, 0, 0] + } + }, + "forearm_left": { + "rotation": { + "0.0": [-204.91222, -59.67187, 13.51944], + "1.0": [-372.90406, -29.21308, 228.81411], + "1.75": [-372.90406, -29.21308, 228.81411], + "2.0417": [-372.90406, -29.21308, 228.81411], + "2.5": [-489.78455, 7.25706, 358.74555] + } + }, + "fingers_left": { + "rotation": [0, 22.5, 0] + }, + "head": { + "rotation": { + "0.0": [0, -40, 0], + "0.0833": [-42.5, -40, 0], + "0.5": [0, -40, 0], + "1.0": [-15.2904, -6.52599, -11.38812], + "1.0417": [-2.7904, -6.52599, -11.38812], + "1.0833": [-7.7904, -6.52599, -11.38812], + "1.125": [-2.7904, -6.52599, -11.38812], + "1.1667": [-7.7904, -6.52599, -11.38812] + } + }, + "finger1": { + "rotation": { + "0.0": [0, 0, 22.5], + "0.0833": [0, 0, 22.5], + "0.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, 0] + } + }, + "fingertip1": { + "rotation": [0, 0, 0] + }, + "finger2": { + "rotation": { + "0.0": [0, -10, 0], + "0.5": [0, 0, 0] + }, + "position": [0, 0, 0] + }, + "fingertip2": { + "rotation": { + "0.0": [0, -75, 0], + "0.5": [0, 0, 0] + } + }, + "finger3": { + "rotation": { + "0.0": [0, 0, -20], + "0.5": [0, 0, 0] + } + }, + "fingertip3": { + "rotation": { + "0.0": [43.07189, -46.52795, -22.98431], + "0.5": [0, 0, 0] + } + }, + "finger4": { + "rotation": { + "0.0": [-15.24689, 56.1582, -18.16842], + "0.5": [0, 0, 0] + } + }, + "fingertip4": { + "rotation": { + "0.0": [-78.00927, 46.11408, -95.45515], + "0.5": [0, 0, 0] + } + }, + "finger5": { + "rotation": { + "0.0": [0, 120, 0], + "0.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, -1], + "0.5": [0, 0, 0] + } + }, + "fingertip5": { + "rotation": { + "0.0": [0, 55, 0], + "0.5": [0, 0, 0] + } + }, + "finger6": { + "rotation": { + "0.0": [24.02393, 48.20277, 30.87463], + "0.5": [0, 0, 0] + } + }, + "fingertip6": { + "rotation": { + "0.0": [0, 0, 42.5], + "0.5": [0, 0, 0] + } + }, + "leg_right": { + "rotation": { + "0.0": [-20, -80, 0], + "0.5": [-20, -80, 0], + "0.75": [-136.04676, -48.90652, -2.84857], + "1.0": [-12.75735, -41.43341, -20.09685], + "1.0417": [-17.75735, -41.43341, -20.09685], + "1.0833": [-12.75735, -41.43341, -20.09685], + "1.125": [-17.75735, -41.43341, -20.09685], + "1.1667": [-12.75735, -41.43341, -20.09685] + } + }, + "leftcalf_right": { + "rotation": [20, 0, 0] + }, + "leg_left": { + "rotation": { + "0.0": [-20.0209, -2.26564, 1.0571], + "0.75": [-70.0209, -2.26564, 1.0571], + "1.0": [-15.0209, -2.26564, 1.0571], + "1.0417": [-22.5209, -2.26564, 1.0571], + "1.0833": [-15.0209, -2.26564, 1.0571], + "1.125": [-22.5209, -2.26564, 1.0571], + "1.1667": [-15.0209, -2.26564, 1.0571] + } + }, + "legcalf_left": { + "rotation": [17.5, 0, 0] + }, + "mainthing": { + "rotation": { + "0.0": [0, 60, 0], + "0.5": [0, 60, 0], + "1.0": [-80, 60, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "1.0": [0, -7, 0] + } + } + } + }, + "animation.kubfu.physical_attack": { + "loop": true, + "animation_length": 1.3333, + "bones": { + "torso": { + "rotation": { + "0.0": [0, 0, 0], + "1.0417": [0, 0, 0], + "1.0833": [0, 20, 0], + "1.125": [-2.22971, -33.69739, 2.93196], + "1.1667": [-3.91686, -57.4145, 4.64565], + "1.2917": [0, 0, 0] + }, + "position": { + "0.0": [0, "math.sin(q.anim_time*2*16)*0.3", 0], + "1.0417": [0, "math.sin(q.anim_time*2*16)*0.3", 0], + "1.0833": [1, "math.sin(q.anim_time*2*16)*0.3", 0], + "1.1667": [1, "math.sin(q.anim_time*2*16)*0.3", 0], + "1.2917": [0, "math.sin(q.anim_time*2*16)*0.3", 0] + } + }, + "flap_left": { + "rotation": { + "0.0": ["-52.5+math.sin(q.anim_time*45*1)*11", 0, 0], + "1.0417": ["-52.5+math.sin(q.anim_time*45*1)*11", 0, 0] + }, + "position": { + "0.0": [0, 0, -1], + "1.0417": [0, 0, -1] + } + }, + "flap_right": { + "rotation": { + "0.0": ["-52.5+math.sin(q.anim_time*45*1)*11", 0, 0], + "1.0417": ["-52.5+math.sin(q.anim_time*45*1)*11", 0, 0] + }, + "position": { + "0.0": [0, 0, -1], + "1.0417": [0, 0, -1] + } + }, + "arms": { + "position": { + "0.0": [0, "math.sin(q.anim_time*1*16)*0.3", 0], + "1.0417": [0, "math.sin(q.anim_time*1*16)*0.3", 0] + } + }, + "arm_right": { + "rotation": { + "0.0": [-147.78804, 9.74417, 25.54082], + "1.0417": [-147.78804, 9.74417, 25.54082], + "1.0833": [-185.06254, 44.53497, 3.22645], + "1.1667": [-147.78804, 9.74417, 25.54082] + }, + "position": { + "0.0": [-1, 0, 1], + "1.0417": [-1, 0, 1], + "1.0833": [0, 0, -2], + "1.1667": [-1, 0, 1] + } + }, + "forearm_right": { + "rotation": { + "0.0": [-84.25115, 2.74058, 93.84542], + "1.0417": [-84.25115, 2.74058, 93.84542], + "1.0833": [82.31291, 6.60663, 3.49018], + "1.1667": [-84.25115, 2.74058, 93.84542] + } + }, + "fingers_right": { + "rotation": { + "0.0": [0, -85, 0], + "1.0417": [0, -85, 0] + }, + "position": { + "0.0": [-0.5, 0, 0], + "1.0417": [-0.5, 0, 0] + } + }, + "arm_left": { + "rotation": { + "0.0": [30.47226, -80.90269, -81.5455], + "1.0417": [30.47226, -80.90269, -81.5455], + "1.125": [147.09832, -81.51153, -198.77477], + "1.1667": [144.16358, -65.58721, -194.61061], + "1.3333": [30.47226, -80.90269, -81.5455] + }, + "position": { + "0.0": [0, 0, 0], + "1.0417": [0, 0, 0], + "1.125": [0, 0, 1], + "1.1667": [1, 0, -2], + "1.3333": [0, 0, 0] + } + }, + "forearm_left": { + "rotation": { + "0.0": [-204.91222, -59.67187, 13.51944], + "1.0417": [-204.91222, -59.67187, 13.51944], + "1.125": [-194.80455, -33.65256, 0.00677], + "1.1667": [-192.3183, -4.44619, -7.35575], + "1.3333": [-204.91222, -59.67187, 13.51944] + } + }, + "fingers_left": { + "rotation": { + "0.0": [0, 22.5, 0], + "1.0417": [0, 22.5, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, -47.5, 0], + "1.0417": [0, -47.5, 0], + "1.125": [0, -47.5, 0] + } + }, + "finger1": { + "rotation": { + "0.0": [0, 0, 22.5], + "1.0417": [0, 0, 22.5] + }, + "position": { + "0.0": [0, 0, 0], + "1.0417": [0, 0, 0] + } + }, + "fingertip1": { + "rotation": { + "0.0": [-30, -60, 0], + "1.0417": [-30, -60, 0] + } + }, + "finger2": { + "rotation": { + "0.0": [0, -10, 0], + "1.0417": [0, -10, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.0417": [0, 0, 0] + } + }, + "fingertip2": { + "rotation": { + "0.0": [0, -75, 0], + "1.0417": [0, -75, 0] + } + }, + "finger3": { + "rotation": { + "0.0": [0, 0, -20], + "1.0417": [0, 0, -20] + } + }, + "fingertip3": { + "rotation": { + "0.0": [43.07189, -46.52795, -22.98431], + "1.0417": [43.07189, -46.52795, -22.98431] + } + }, + "finger4": { + "rotation": { + "0.0": [-15.24689, 56.1582, -18.16842], + "1.0417": [-15.24689, 56.1582, -18.16842] + } + }, + "fingertip4": { + "rotation": { + "0.0": [-78.00927, 46.11408, -95.45515], + "1.0417": [-78.00927, 46.11408, -95.45515] + } + }, + "finger5": { + "rotation": { + "0.0": [0, 120, 0], + "1.0417": [0, 120, 0] + }, + "position": { + "0.0": [0, 0, -1], + "1.0417": [0, 0, -1] + } + }, + "fingertip5": { + "rotation": { + "0.0": [0, 55, 0], + "1.0417": [0, 55, 0] + } + }, + "finger6": { + "rotation": { + "0.0": [24.02393, 48.20277, 30.87463], + "1.0417": [24.02393, 48.20277, 30.87463] + } + }, + "fingertip6": { + "rotation": { + "0.0": [0, 0, 42.5], + "1.0417": [0, 0, 42.5] + } + }, + "leg_right": { + "rotation": { + "0.0": [-20, -80, 0], + "1.0417": [-20, -80, 0], + "1.0833": [-20, -80, 0], + "1.1667": [-32.5, -80, 0], + "1.3333": [-20, -80, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.0417": [0, 0, 0], + "1.0833": [0, 0, 0], + "1.1667": [0, 0, 1], + "1.3333": [0, 0, 0] + } + }, + "leftcalf_right": { + "rotation": { + "0.0": [20, 0, 0], + "1.0417": [20, 0, 0], + "1.0833": [20, 0, 0], + "1.1667": [37.5, 0, 0], + "1.3333": [20, 0, 0] + } + }, + "leg_left": { + "rotation": { + "0.0": [-20.0209, -2.26564, 1.0571], + "1.0417": [-20.0209, -2.26564, 1.0571], + "1.0833": [-20.0209, -2.26564, 1.0571], + "1.1667": [-8.17089, -56.3895, 33.44376], + "1.3333": [-20.0209, -2.26564, 1.0571] + }, + "position": { + "0.0": [0, 0, 0], + "1.0417": [0, 0, 0], + "1.0833": [0, 0, 0], + "1.1667": [2, 0, -1], + "1.3333": [0, 0, 0] + } + }, + "legcalf_left": { + "rotation": { + "0.0": [17.5, 0, 0], + "1.0417": [17.5, 0, 0] + } + }, + "mainthing": { + "rotation": { + "0.0": [0, 60, 0], + "1.0417": [0, 60, 0], + "1.0833": [0, 60, 0], + "1.125": [0, 60, 0], + "1.1667": [0, 60, 0], + "1.3333": [0, 60, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.0417": [0, 0, 0], + "1.0833": [0, 0, 0], + "1.125": [0, 0, 0], + "1.1667": [0, 0, -2], + "1.3333": [0, 0, 0] + } + } + } + }, + "animation.kubfu.ground_walk": { + "loop": true, + "animation_length": 1.5, + "bones": { + "torso": { + "rotation": [37.5, 0, 0], + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 1, 0], + "0.5": [0, 0, 0], + "0.75": [0, 1, 0], + "1.0": [0, 0, 0], + "1.25": [0, 1, 0], + "1.5": [0, 0, 0] + } + }, + "flap_left": { + "rotation": { + "0.0": [-52.5, 0, 0], + "0.25": [-25, 0, 0], + "0.5": [-47.5, 0, 0], + "0.75": [-25, 0, 0], + "1.0": [-47.5, 0, 0], + "1.25": [-25, 0, 0], + "1.5": [-52.5, 0, 0] + }, + "position": { + "0.0": [0, 0, -1], + "1.5": [0, 0, -1] + } + }, + "flap_right": { + "rotation": { + "0.0": [-52.5, 0, 0], + "0.25": [-20, 0, 0], + "0.5": [-45, 0, 0], + "0.75": [-20, 0, 0], + "1.0": [-45, 0, 0], + "1.25": [-20, 0, 0], + "1.5": [-52.5, 0, 0] + }, + "position": { + "0.0": [0, 0, -1], + "1.5": [0, 0, -1] + } + }, + "arm_right": { + "rotation": { + "0.0": [83.93781, -45.04451, 25.14016], + "0.25": [81.42404, -45.47102, 21.64038], + "0.5": [83.93781, -45.04451, 25.14016], + "0.75": [81.42404, -45.47102, 21.64038], + "1.0": [81.42404, -45.47102, 21.64038], + "1.25": [81.42404, -45.47102, 21.64038], + "1.5": [83.93781, -45.04451, 25.14016] + }, + "position": { + "0.0": [0, 0, -1], + "0.25": [0, 1, -1], + "0.5": [0, 0, -1], + "1.5": [0, 0, -1] + } + }, + "forearm_right": { + "rotation": [-90.61742, 6.33681, 23.67361] + }, + "fingers_right": { + "rotation": [0, -17.5, 0] + }, + "arm_left": { + "rotation": { + "0.0": [71.9635, 51.95073, -25.20584], + "0.25": [78.70095, 51.7911, -15.63723], + "0.5": [71.9635, 51.95073, -25.20584], + "0.75": [78.70095, 51.7911, -15.63723], + "1.0": [71.9635, 51.95073, -25.20584], + "1.25": [78.70095, 51.7911, -15.63723], + "1.5": [71.9635, 51.95073, -25.20584] + } + }, + "forearm_left": { + "rotation": [-106.73634, -5.188, -16.73634] + }, + "fingers_left": { + "rotation": [0, 22.5, 0] + }, + "head": { + "rotation": [-20, 0, 0], + "position": [0, -1, 0] + }, + "eyebrows": { + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0.25, 0], + "0.5": [0, 0, 0], + "0.75": [0, 0.25, 0], + "1.0": [0, 0, 0], + "1.25": [0, 0.25, 0], + "1.5": [0, 0, 0] + } + }, + "leg_right": { + "rotation": { + "0.0": [32.5, 0, 0], + "0.25": [-47.5, 0, 0], + "0.5": [32.5, 0, 0], + "0.75": [-47.5, 0, 0], + "1.0": [32.5, 0, 0], + "1.25": [-47.5, 0, 0], + "1.5": [32.5, 0, 0] + } + }, + "leftcalf_right": { + "rotation": { + "0.0": [45, 0, 0], + "0.25": [30, 0, 0], + "0.5": [45, 0, 0], + "0.75": [30, 0, 0], + "1.0": [45, 0, 0], + "1.25": [30, 0, 0], + "1.5": [45, 0, 0] + } + }, + "leg_left": { + "rotation": { + "0.0": [-55, 0, 0], + "0.25": [45.21919, -0.21847, -0.99582], + "0.5": [-55, 0, 0], + "0.75": [45.21919, -0.21847, -0.99582], + "1.0": [-55, 0, 0], + "1.25": [45.21919, -0.21847, -0.99582], + "1.5": [-55, 0, 0] + } + }, + "legcalf_left": { + "rotation": { + "0.0": [30, 0, 0], + "0.25": [35, 0, 0], + "0.5": [30, 0, 0], + "0.75": [35, 0, 0], + "1.0": [30, 0, 0], + "1.25": [35, 0, 0], + "1.5": [30, 0, 0] + } + }, + "mainthing": { + "position": [0, -1, 0] + } + } + }, + "animation.kubfu.blink": { + "animation_length": 1, + "bones": { + "1": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, -27.5], + "0.0833": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, -1.7, 0], + "0.0833": [0, 0, 0] + } + }, + "2": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, 27.5], + "0.0833": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, -1.7, 0], + "0.0833": [0, 0, 0] + } + } + } + }, + "animation.kubfu.battle_idle": { + "loop": true, + "animation_length": 3, + "bones": { + "1": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, -8.75], + "1.0": [0, 0, 0], + "1.5": [0, 0, -8.75], + "2.0": [0, 0, 0], + "2.5": [0, 0, -8.75], + "3.0": [0, 0, 0] + } + }, + "2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 8.75], + "1.0": [0, 0, 0], + "1.5": [0, 0, 8.75], + "2.0": [0, 0, 0], + "2.5": [0, 0, 8.75], + "3.0": [0, 0, 0] + } + }, + "torso": { + "position": { + "0.0": [-1.03, -1.2, 0], + "0.5": [-0.08, -0.77, 0], + "1.0": [-1.03, -1.2, 0], + "1.5": [-0.08, -0.77, 0], + "2.0": [-1.03, -1.2, 0], + "2.5": [-0.08, -0.77, 0], + "3.0": [-1.03, -1.2, 0] + } + }, + "flap_left": { + "rotation": { + "0.0": [0, 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, -1], + "3.0": [0, 0, -1] + } + }, + "flap_right": { + "rotation": { + "0.0": [0, 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, -1], + "3.0": [0, 0, -1] + } + }, + "arms": { + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 1, 0], + "1.0": [0, 0, 0], + "1.5": [0, 1, 0], + "2.0": [0, 0, 0], + "2.5": [0, 1, 0], + "3.0": [0, 0, 0] + } + }, + "arm_right": { + "rotation": { + "0.0": [-145.40354, 22.29065, 34.11599], + "3.0": [-145.40354, 22.29065, 34.11599] + }, + "position": { + "0.0": [0, 0, -1], + "3.0": [0, 0, -1] + } + }, + "forearm_right": { + "rotation": { + "0.0": [-84.25115, 2.74058, 93.84542], + "3.0": [-84.25115, 2.74058, 93.84542] + } + }, + "fingers_right": { + "rotation": { + "0.0": [0, -85, 0], + "3.0": [0, -85, 0] + }, + "position": { + "0.0": [-0.5, 0, 0], + "3.0": [-0.5, 0, 0] + } + }, + "arm_left": { + "rotation": { + "0.0": [30.47226, -80.90269, -81.5455], + "3.0": [30.47226, -80.90269, -81.5455] + } + }, + "forearm_left": { + "rotation": { + "0.0": [-204.91222, -59.67187, 13.51944], + "3.0": [-204.91222, -59.67187, 13.51944] + } + }, + "fingers_left": { + "rotation": { + "0.0": [0, 22.5, 0], + "3.0": [0, 22.5, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, -40, 0], + "3.0": [0, -40, 0] + } + }, + "finger1": { + "rotation": { + "0.0": [0, 0, 22.5], + "3.0": [0, 0, 22.5] + }, + "position": { + "0.0": [0, 0, 0], + "3.0": [0, 0, 0] + } + }, + "fingertip1": { + "rotation": { + "0.0": [-30, -60, 0], + "3.0": [-30, -60, 0] + } + }, + "finger2": { + "rotation": { + "0.0": [0, -10, 0], + "3.0": [0, -10, 0] + }, + "position": { + "0.0": [0, 0, 0], + "3.0": [0, 0, 0] + } + }, + "fingertip2": { + "rotation": { + "0.0": [0, -75, 0], + "3.0": [0, -75, 0] + } + }, + "finger3": { + "rotation": { + "0.0": [0, 0, -20], + "3.0": [0, 0, -20] + } + }, + "fingertip3": { + "rotation": { + "0.0": [43.07189, -46.52795, -22.98431], + "3.0": [43.07189, -46.52795, -22.98431] + } + }, + "finger4": { + "rotation": { + "0.0": [-15.24689, 56.1582, -18.16842], + "3.0": [-15.24689, 56.1582, -18.16842] + } + }, + "fingertip4": { + "rotation": { + "0.0": [-78.00927, 46.11408, -95.45515], + "3.0": [-78.00927, 46.11408, -95.45515] + } + }, + "finger5": { + "rotation": { + "0.0": [0, 120, 0], + "3.0": [0, 120, 0] + }, + "position": { + "0.0": [0, 0, -1], + "3.0": [0, 0, -1] + } + }, + "fingertip5": { + "rotation": { + "0.0": [0, 55, 0], + "3.0": [0, 55, 0] + } + }, + "finger6": { + "rotation": { + "0.0": [24.02393, 48.20277, 30.87463], + "3.0": [24.02393, 48.20277, 30.87463] + } + }, + "fingertip6": { + "rotation": { + "0.0": [0, 0, 42.5], + "3.0": [0, 0, 42.5] + } + }, + "leg_right": { + "rotation": { + "0.0": [-20, -80, 0], + "3.0": [-20, -80, 0] + } + }, + "leftcalf_right": { + "rotation": { + "0.0": [20, 0, 0], + "3.0": [20, 0, 0] + } + }, + "leg_left": { + "rotation": { + "0.0": [-25.86274, 88.50261, -5.6919], + "0.25": [-25.86274, 88.50261, -5.6919], + "0.5": [-25.86274, 88.50261, -5.6919], + "0.75": [-25.86274, 88.50261, -5.6919], + "1.25": [-25.86274, 88.50261, -5.6919], + "1.5": [-25.86274, 88.50261, -5.6919], + "1.75": [-25.86274, 88.50261, -5.6919], + "2.25": [-25.86274, 88.50261, -5.6919], + "2.5": [-25.86274, 88.50261, -5.6919], + "2.75": [-25.86274, 88.50261, -5.6919], + "3.0": [-25.86274, 88.50261, -5.6919] + }, + "position": { + "0.0": [-1, 0, 0], + "0.25": [-1, 0, 0], + "0.5": [-1, 0, 0], + "0.75": [-1, 0, 0], + "1.25": [-1, 0, 0], + "1.5": [-1, 0, 0], + "1.75": [-1, 0, 0], + "2.25": [-1, 0, 0], + "2.5": [-1, 0, 0], + "2.75": [-1, 0, 0], + "3.0": [-1, 0, 0] + } + }, + "legcalf_left": { + "rotation": { + "0.0": [17.5, 0, 0], + "3.0": [17.5, 0, 0] + } + }, + "mainthing": { + "rotation": { + "0.0": [0, 60, 0], + "3.0": [0, 60, 0] + } + }, + "flaps": { + "rotation": { + "0.0": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "topleg": { + "rotation": { + "0.0": [-20, 0, 0], + "0.5": [0, 0, 0], + "1.0": [-20, 0, 0], + "1.5": [0, 0, 0], + "2.0": [-20, 0, 0], + "2.5": [0, 0, 0], + "3.0": [-20, 0, 0] + } + }, + "ltopleg": { + "rotation": { + "0.0": [-5, 0, 0], + "0.5": [-22.5, 0, 0], + "1.0": [-5, 0, 0], + "1.5": [-22.5, 0, 0], + "2.0": [-5, 0, 0], + "2.5": [-22.5, 0, 0], + "3.0": [-5, 0, 0] + } + } + } + }, + "animation.kubfu.sleep": { + "loop": true, + "bones": { + "1": { + "rotation": [0, 0, -30], + "position": [0, -1.7, 0] + }, + "2": { + "rotation": [0, 0, 25], + "position": [0, -1.7, 0] + }, + "torso": { + "position": [0, 0, "math.sin(q.anim_time*4*16)*0.1"] + }, + "head": { + "rotation": [17.5, 0, 0] + }, + "flap_left": { + "rotation": [0, -77.5, 0] + }, + "flap_right": { + "rotation": [0, 75, 0] + }, + "arm_right": { + "rotation": [0, 0, -55] + }, + "forearm_right": { + "rotation": [0, 0, -55] + }, + "fingers_right": { + "rotation": [-17.5, 27.5, 0] + }, + "arm_left": { + "rotation": [0, 0, 47.5] + }, + "forearm_left": { + "rotation": [0, 0, 62.5] + }, + "fingers_left": { + "rotation": [-20, -35, 0] + }, + "leg_left": { + "rotation": [-32.5, 0, 0] + }, + "legcalf_left": { + "rotation": [90, 0, 0] + }, + "mainthing": { + "rotation": [-92.5, 0, 0], + "position": [0, -8, -1] + } + } + }, + "animation.kubfu.cry": { + "animation_length": 1, + "bones": { + "1": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0] + } + }, + "2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-15, 0, 0], + "0.2917": [-17.5, 0, 0], + "0.3333": [-15, 0, 0], + "0.375": [-17.5, 0, 0], + "0.4167": [-15, 0, 0], + "0.4583": [-17.5, 0, 0], + "1.0": [0, 0, 0] + } + }, + "mouth": { + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kyogre/kyogre.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kyogre/kyogre.animation.json new file mode 100644 index 0000000..d5766fd --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kyogre/kyogre.animation.json @@ -0,0 +1,5377 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.kyogre.blink": { + "animation_length": 0.6, + "bones": { + "eye_right_lid": { + "position": { + "0.0": [0, 0, 0], + "0.5": [1, 0, 0] + } + }, + "eye_left_lid": { + "position": { + "0.0": [0, 0, 0], + "0.5": [-1, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.1": [2.5, 0, 0] + } + } + } + }, + "animation.kyogre.ground_idle": { + "loop": true, + "animation_length": 5, + "bones": { + "body": { + "position": { + "0.0": { + "post": [0, 6, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 6, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "position": { + "0.0": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + } + } + }, + "maxilla": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right": { + "rotation": { + "0.0": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 35], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right1": { + "rotation": { + "0.0": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right2": { + "rotation": { + "0.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left": { + "rotation": { + "0.0": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -35], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left1": { + "rotation": { + "0.0": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body_rear": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body_rear1": { + "rotation": { + "0.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main1": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1_1": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_1": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_2": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1_1": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_1": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_2": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "worm": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.kyogre.cry": { + "animation_length": 1.75, + "bones": { + "body_font": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "maxilla": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.kyogre.quirk_ground_idle": { + "animation_length": 1.75, + "bones": { + "body_font": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "maxilla": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.kyogre.special_attack": { + "animation_length": 2, + "bones": { + "body_font": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 2], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 2], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 3], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 3], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "maxilla": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [34.83, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [34.83, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [34.83, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [34.83, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [34.83, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body_rear": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body_rear1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.kyogre.water_idleold": { + "loop": true, + "animation_length": 5, + "bones": { + "body": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "maxilla": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right": { + "rotation": { + "0.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right3": { + "rotation": { + "0.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left": { + "rotation": { + "0.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left2": { + "rotation": { + "0.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left3": { + "rotation": { + "0.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "body_rear": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body_rear1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1_1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_2": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1_1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_2": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.kyogre.water_swim": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body_font": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "maxilla": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [26.21435, 29.75323, 5.01252], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [47.03973, -34.60922, 9.04423], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 4, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -7.5, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [4.32749, -15.20331, 7.58087], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.18947, -12.63189, 0.33409], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1.7759, -2.89552, 8.21898], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-0.68347, -5.78717, 6.83586], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.93608, -5.75183, 9.34834], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [26.21435, -29.7532, -5.0125], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [47.03973, 34.6092, -9.0442], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 4, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 7.5, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [4.32749, 15.2033, -7.5809], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.18947, 12.6319, -0.3341], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1.7759, 2.8955, -8.219], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-0.68347, 5.7872, -6.8359], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.93608, 5.7518, -9.3483], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body_rear": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body_rear1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [25.36, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [9.29, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [28.21, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [4.64, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [30.75791, -0.03479, 0.35199], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-4.69464, -0.24352, 2.46392], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "worm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.kyogre.ground_walk": { + "loop": true, + "animation_length": 5, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 6, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 6, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body_font": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "maxilla": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [26.21435, 29.75323, 5.01252], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.13354, -16.6484, 6.08306], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 4, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -7.5, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [5.66168, -14.76769, 2.42439], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.18947, -12.63189, 0.33409], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.25179, -2.54321, -1.78612], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-0.68347, -5.78717, 6.83586], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-7.92953, -5.81145, 4.32311], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [26.21435, -29.7532, -5.0125], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.13354, 16.6484, -6.0831], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 4, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 7.5, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [5.66168, 14.7677, -2.4244], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.18947, 12.6319, -0.3341], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.25179, 2.5432, 1.7861], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-0.68347, 5.7872, -6.8359], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-7.92953, 5.8115, -4.3231], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body_rear": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body_rear1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main1": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1_1": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_1": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_2": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1_1": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_1": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_2": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "worm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.kyogre.faint": { + "animation_length": 3, + "bones": { + "body_font": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [5, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-5, 0, 0] + } + }, + "eye_right_lid": { + "position": [1, 0, 0] + }, + "eye_left_lid": { + "position": [-1, 0, 0] + }, + "maxilla": { + "rotation": { + "0.0": [12.5, 0, 0], + "0.5": [-2.5, 0, 0] + } + }, + "fin_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 15] + } + }, + "fin_right1": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, -2.5] + } + }, + "fin_right2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, -2.5] + } + }, + "fin_right3": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, -7.5] + } + }, + "fin_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, -15] + } + }, + "fin_left1": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 2.5] + } + }, + "fin_left2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 2.5] + } + }, + "fin_left3": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 7.5] + } + }, + "body_rear": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-2.5, 0, 0] + } + }, + "body_rear1": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-7.5, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0] + } + }, + "tail_main1": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-2.5, 0, 0] + } + }, + "tail_main_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [2.5, 0, 0] + } + }, + "tail_main_right1": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [2.5, 0, 0] + } + }, + "tail_main_right1_1": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [5, 0, 0] + } + }, + "tail_main_right2_1": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [2.5, 0, 0] + } + }, + "tail_main_right2_2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [5, 0, 0] + } + }, + "tail_main_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [2.5, 0, 0] + } + }, + "tail_main_left1": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [2.5, 0, 0] + } + }, + "tail_main_left1_1": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [5, 0, 0] + } + }, + "tail_main_left2_1": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [2.5, 0, 0] + } + }, + "tail_main_left2_2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [5, 0, 0] + } + } + } + }, + "animation.kyogre.physical_attack": { + "loop": true, + "animation_length": 2, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-2.5, 0, 0], + "0.4583": [-32.5, 0, 0], + "1.0": { + "pre": [35, 0, 0], + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 15, 0], + "0.4583": [0, 44, 0], + "0.6667": { + "pre": [0, 146, 0], + "post": [0, 146, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 110, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": [0, 2, 0], + "1.375": [0, 0, 0], + "1.4167": [0, 2, 0], + "1.4583": [0, 0, 0], + "1.5": [0, 2, 0], + "1.5417": [0, 0, 0], + "1.5833": [0, 2, 0], + "1.625": [0, 0, 0], + "1.6667": [0, 2, 0], + "1.7083": [0, 0, 0], + "1.7917": [0, 0, 0] + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-27.86, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-28.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + } + }, + "body_font": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.81, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-10.62, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-8.13, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-11.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + } + }, + "maxilla": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [53.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": [0, 0, 0] + } + }, + "fin_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-9.96271, -0.86717, 30.07558], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-9.49153, 1.6074, 14.4103], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [25.61014, -9.46083, 7.79122], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-4.20155, -3.82295, -0.87487], + "lerp_mode": "catmullrom" + }, + "1.7917": [0, 0, 0] + } + }, + "fin_right1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, -8.75], + "lerp_mode": "catmullrom" + }, + "1.7917": [0, 0, 0] + } + }, + "fin_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.7917": [0, 0, 0] + } + }, + "fin_right3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [15, 0, -35], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [7.43967, 1.9194, 26.10316], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [4.43455, -1.32351, 18.23257], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-0.45512, 0.87123, -9.18161], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [2.22592, 0.63189, -8.33531], + "lerp_mode": "catmullrom" + }, + "1.7917": [0, 0, 0] + } + }, + "fin_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-12.5, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-12.48848, -0.54094, -19.94081], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [28.9286, 1.15896, -2.05664], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-7.74605, 2.81583, 8.72332], + "lerp_mode": "catmullrom" + }, + "1.7917": [0, 0, 0] + } + }, + "fin_left1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 3.75], + "lerp_mode": "catmullrom" + }, + "1.7917": [0, 0, 0] + } + }, + "fin_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 2.5, 5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0.05453, 1.24881, 5.00059], + "lerp_mode": "catmullrom" + }, + "1.7917": [0, 0, 0] + } + }, + "fin_left3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [17.25002, -2.99318, 19.54589], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-5.04156, -0.66301, -20.39622], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [4.8965, 1.31289, -7.94627], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5.05008, -0.43862, 11.97825], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [2.49635, -0.43848, 10.98441], + "lerp_mode": "catmullrom" + }, + "1.7917": [0, 0, 0] + } + }, + "body_rear": { + "rotation": { + "0.0": [-2.5, 0, 0], + "0.25": { + "pre": [-17.5, 0, 0], + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-50, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-6.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + } + }, + "body_rear1": { + "rotation": { + "0.0": [-7.5, 0, 0], + "0.25": [0, 0, 0], + "0.4583": [2.5, 0, 0], + "0.6667": { + "pre": [-25, 0, 0], + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [5, 0, 0], + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [8.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + } + }, + "tail_main1": { + "rotation": { + "0.0": [-2.5, 0, 0], + "0.25": { + "pre": [5, 0, 0], + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-6.67095, -1.69563, -3.37334], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-6.67095, -1.69563, -3.37334], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [7.91453, -0.84782, -1.68667], + "lerp_mode": "catmullrom" + }, + "1.8333": [-2.5, 0, 0] + } + }, + "bone16": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [2.5, 0, 0], + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [8.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + } + }, + "tail_main_left": { + "rotation": { + "0.0": [2.5, 0, 0], + "0.4583": { + "pre": [2.03, 0, 0], + "post": [2.03, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [11.56, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + } + }, + "tail_main_left1": { + "rotation": { + "0.0": [2.5, 0, 0], + "0.1667": { + "pre": [5.71, 0, 0], + "post": [5.71, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [15.74, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + } + }, + "tail_main_left1_1": { + "rotation": { + "0.0": [5, 0, 0], + "0.1667": [6.98, 0, 0], + "0.4583": { + "pre": [20, 0, 0], + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [2.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + } + }, + "tail_main_left2": { + "rotation": [0, 0, 0] + }, + "tail_main_left2_1": { + "rotation": { + "0.0": [2.5, 0, 0], + "0.1667": { + "pre": [5.81, 0, 0], + "post": [5.81, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [13.24, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + } + }, + "tail_main_left2_2": { + "rotation": { + "0.0": [5, 0, 0], + "0.1667": [6.61, 0, 0], + "0.4583": { + "pre": [20, 0, 0], + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [7.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + } + }, + "tail_main_right": { + "rotation": { + "0.0": [2.5, 0, 0], + "0.4583": { + "pre": [2.5, 0, 0], + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + } + }, + "tail_main_right1": { + "rotation": { + "0.0": [2.5, 0, 0], + "0.1667": { + "pre": [5.62, 0, 0], + "post": [5.62, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [18.24, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + } + }, + "tail_main_right1_1": { + "rotation": { + "0.0": [5, 0, 0], + "0.1667": [6.43, 0, 0], + "0.4583": { + "pre": [20, 0, 0], + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [8.13, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + } + }, + "tail_main_right2": { + "rotation": [0, 0, 0] + }, + "tail_main_right2_1": { + "rotation": { + "0.0": [2.5, 0, 0], + "0.1667": { + "pre": [5.32, 0, 0], + "post": [5.32, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [16.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + } + }, + "tail_main_right2_2": { + "rotation": { + "0.0": [5, 0, 0], + "0.1667": [5.86958, 0.10594, 0.16636], + "0.4583": { + "pre": [12.5, 0, 0], + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-32.47528, -1.34295, -2.10886], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-17.47528, -1.34295, -2.10886], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [18.76236, -0.67147, -1.05443], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + } + } + } + }, + "animation.kyogre.battle_idle": { + "loop": true, + "animation_length": 5, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 21, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 16, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 21, 0], + "lerp_mode": "catmullrom" + } + } + }, + "maxilla": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right": { + "rotation": { + "0.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [3, 0, 1.02512], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "3.8": { + "post": [-3, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6": { + "post": [-2.5, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right2": { + "rotation": { + "0.0": { + "post": [2.5, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.7": { + "post": [-2.5, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right3": { + "rotation": { + "0.0": { + "post": [2.5, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.8": { + "post": [-5, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left": { + "rotation": { + "0.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [3, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.8": { + "post": [-3, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6": { + "post": [-2.5, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left2": { + "rotation": { + "0.0": { + "post": [2.5, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.7": { + "post": [-2.5, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left3": { + "rotation": { + "0.0": { + "post": [2.5, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.8": { + "post": [-2.5, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "body_rear": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body_rear1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1_1": { + "rotation": { + "0.0": { + "post": [-2.46, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.7": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.46, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_2": { + "rotation": { + "0.0": { + "post": [-2.88, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.7": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.88, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1_1": { + "rotation": { + "0.0": { + "post": [-2.46, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.7": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.46, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_2": { + "rotation": { + "0.0": { + "post": [-1.9887, -0.04091, 0.41394], + "lerp_mode": "catmullrom" + }, + "1.7": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.7": { + "post": [-4.69464, -0.24352, 2.46392], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-1.9887, -0.04091, 0.41394], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1_2": { + "rotation": { + "0.0": { + "post": [-4.16, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.9": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-4.16, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_3": { + "rotation": { + "0.0": { + "post": [-5.22, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.9": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-5.22, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1_2": { + "rotation": { + "0.0": { + "post": [-2.72, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.9": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-5.22, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_3": { + "rotation": { + "0.0": { + "post": [-2.72, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.9": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-5.22, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body_font": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.kyogre.water_idle": { + "loop": true, + "animation_length": 5, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "maxilla": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right": { + "rotation": { + "0.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [3, 0, 1.02512], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "3.8": { + "post": [-3, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6": { + "post": [-2.5, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right2": { + "rotation": { + "0.0": { + "post": [2.5, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.7": { + "post": [-2.5, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right3": { + "rotation": { + "0.0": { + "post": [2.5, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.8": { + "post": [-5, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left": { + "rotation": { + "0.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [3, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.8": { + "post": [-3, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6": { + "post": [-2.5, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left2": { + "rotation": { + "0.0": { + "post": [2.5, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.7": { + "post": [-2.5, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left3": { + "rotation": { + "0.0": { + "post": [2.5, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.8": { + "post": [-2.5, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "body_rear": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body_rear1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1_1": { + "rotation": { + "0.0": { + "post": [-2.46, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.7": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.46, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_2": { + "rotation": { + "0.0": { + "post": [-2.88, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.7": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.88, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1_1": { + "rotation": { + "0.0": { + "post": [-2.46, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.7": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.46, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_2": { + "rotation": { + "0.0": { + "post": [-1.9887, -0.04091, 0.41394], + "lerp_mode": "catmullrom" + }, + "1.7": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.7": { + "post": [-4.69464, -0.24352, 2.46392], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-1.9887, -0.04091, 0.41394], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1_2": { + "rotation": { + "0.0": { + "post": [-4.16, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.9": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-4.16, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_3": { + "rotation": { + "0.0": { + "post": [-5.22, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.9": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-5.22, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1_2": { + "rotation": { + "0.0": { + "post": [-2.72, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.9": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-5.22, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_3": { + "rotation": { + "0.0": { + "post": [-2.72, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.9": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-5.22, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body_font": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kyogreprimal/kyogreprimal.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kyogreprimal/kyogreprimal.animation.json new file mode 100644 index 0000000..3aa1b9d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kyogreprimal/kyogreprimal.animation.json @@ -0,0 +1,5766 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.kyogreprimal.special_attack": { + "animation_length": 2, + "bones": { + "body_font": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 2], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 2], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 3], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 3], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "maxilla": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [34.83, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [34.83, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [34.83, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [34.83, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [34.83, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body_rear": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body_rear1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1_2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1_2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "position": [0, 21, 0] + } + } + }, + "animation.kyogreprimal.blink": { + "animation_length": 0.6, + "bones": { + "eye_right_lid": { + "position": { + "0.0": [0, 0, 0], + "0.5": [1, 0, 0] + } + }, + "eye_left_lid": { + "position": { + "0.0": [0, 0, 0], + "0.5": [-1, 0, 0] + } + } + } + }, + "animation.kyogreprimal.ground_idle": { + "loop": true, + "animation_length": 5, + "bones": { + "body": { + "position": { + "0.0": { + "post": [0, 6, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 6, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "position": { + "0.0": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + } + } + }, + "maxilla": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right": { + "rotation": { + "0.0": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 35], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right1": { + "rotation": { + "0.0": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right2": { + "rotation": { + "0.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left": { + "rotation": { + "0.0": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -35], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left1": { + "rotation": { + "0.0": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body_rear": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body_rear1": { + "rotation": { + "0.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main1": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1_1": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_1": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_2": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1_1": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_1": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_2": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "worm": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.kyogreprimal.cry": { + "animation_length": 1.75, + "bones": { + "body_font": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "maxilla": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.kyogreprimal.quirk_ground_idle": { + "animation_length": 1.75, + "bones": { + "body_font": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "maxilla": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.kyogreprimal.battle_idle": { + "loop": true, + "animation_length": 5, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 21, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 16, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 21, 0], + "lerp_mode": "catmullrom" + } + } + }, + "maxilla": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right": { + "rotation": { + "0.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [3, 0, 1.02512], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "3.8": { + "post": [-3, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6": { + "post": [-2.5, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right2": { + "rotation": { + "0.0": { + "post": [2.5, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.7": { + "post": [-2.5, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right3": { + "rotation": { + "0.0": { + "post": [2.5, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.8": { + "post": [-5, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left": { + "rotation": { + "0.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [3, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.8": { + "post": [-3, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6": { + "post": [-2.5, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left2": { + "rotation": { + "0.0": { + "post": [2.5, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.7": { + "post": [-2.5, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left3": { + "rotation": { + "0.0": { + "post": [2.5, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.8": { + "post": [-2.5, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "body_rear": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body_rear1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1_1": { + "rotation": { + "0.0": { + "post": [-2.46, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.7": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.46, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_2": { + "rotation": { + "0.0": { + "post": [-2.88, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.7": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.88, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1_1": { + "rotation": { + "0.0": { + "post": [-2.46, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.7": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.46, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_2": { + "rotation": { + "0.0": { + "post": [-1.9887, -0.04091, 0.41394], + "lerp_mode": "catmullrom" + }, + "1.7": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.7": { + "post": [-4.69464, -0.24352, 2.46392], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-1.9887, -0.04091, 0.41394], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1_2": { + "rotation": { + "0.0": { + "post": [-4.16, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.9": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-4.16, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_3": { + "rotation": { + "0.0": { + "post": [-5.22, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.9": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-5.22, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1_2": { + "rotation": { + "0.0": { + "post": [-2.72, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.9": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-5.22, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_3": { + "rotation": { + "0.0": { + "post": [-2.72, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.9": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-5.22, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body_font": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.kyogreprimal.water_idle": { + "loop": true, + "animation_length": 5, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "maxilla": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right": { + "rotation": { + "0.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [3, 0, 1.02512], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "3.8": { + "post": [-3, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6": { + "post": [-2.5, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right2": { + "rotation": { + "0.0": { + "post": [2.5, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.7": { + "post": [-2.5, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right3": { + "rotation": { + "0.0": { + "post": [2.5, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.8": { + "post": [-5, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left": { + "rotation": { + "0.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [3, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.8": { + "post": [-3, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6": { + "post": [-2.5, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left2": { + "rotation": { + "0.0": { + "post": [2.5, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.7": { + "post": [-2.5, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left3": { + "rotation": { + "0.0": { + "post": [2.5, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.8": { + "post": [-2.5, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "body_rear": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body_rear1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1_1": { + "rotation": { + "0.0": { + "post": [-2.46, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.7": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.46, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_2": { + "rotation": { + "0.0": { + "post": [-2.88, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.7": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.88, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1_1": { + "rotation": { + "0.0": { + "post": [-2.46, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.7": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.46, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_2": { + "rotation": { + "0.0": { + "post": [-1.9887, -0.04091, 0.41394], + "lerp_mode": "catmullrom" + }, + "1.7": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.7": { + "post": [-4.69464, -0.24352, 2.46392], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-1.9887, -0.04091, 0.41394], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1_2": { + "rotation": { + "0.0": { + "post": [-4.16, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.9": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-4.16, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_3": { + "rotation": { + "0.0": { + "post": [-5.22, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.9": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-5.22, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1_2": { + "rotation": { + "0.0": { + "post": [-2.72, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.9": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-5.22, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_3": { + "rotation": { + "0.0": { + "post": [-2.72, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.9": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-5.22, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body_font": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.kyogreprimal.water_idleold": { + "loop": true, + "animation_length": 5, + "bones": { + "body": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "maxilla": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right": { + "rotation": { + "0.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right3": { + "rotation": { + "0.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left": { + "rotation": { + "0.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left2": { + "rotation": { + "0.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left3": { + "rotation": { + "0.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "body_rear": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body_rear1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1_1": { + "rotation": { + "0.0": { + "post": [-2.46, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.7": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.46, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_2": { + "rotation": { + "0.0": { + "post": [-2.88, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.7": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.88, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1_1": { + "rotation": { + "0.0": { + "post": [-2.46, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.7": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.46, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_2": { + "rotation": { + "0.0": { + "post": [-1.9887, -0.04091, 0.41394], + "lerp_mode": "catmullrom" + }, + "1.7": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.7": { + "post": [-4.69464, -0.24352, 2.46392], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-1.9887, -0.04091, 0.41394], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1_2": { + "rotation": { + "0.0": { + "post": [-1.66, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.9": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-1.66, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_3": { + "rotation": { + "0.0": { + "post": [-2.72, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.9": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.72, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1_2": { + "rotation": { + "0.0": { + "post": [-2.72, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.9": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.72, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_3": { + "rotation": { + "0.0": { + "post": [-2.72, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.9": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.72, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.kyogreprimal.water_swim": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body_font": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "maxilla": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [26.21435, 29.75323, 5.01252], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [47.03973, -34.60922, 9.04423], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 4, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -7.5, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [4.32749, -15.20331, 7.58087], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.18947, -12.63189, 0.33409], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1.7759, -2.89552, 8.21898], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-0.68347, -5.78717, 6.83586], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.93608, -5.75183, 9.34834], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [26.21435, -29.7532, -5.0125], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [47.03973, 34.6092, -9.0442], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 4, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 7.5, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [4.32749, 15.2033, -7.5809], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.18947, 12.6319, -0.3341], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1.7759, 2.8955, -8.219], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-0.68347, 5.7872, -6.8359], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.93608, 5.7518, -9.3483], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body_rear": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body_rear1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1_1": { + "rotation": { + "0.0": { + "post": [-2.46, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.2": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-2.46, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_2": { + "rotation": { + "0.0": { + "post": [-2.88, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.2": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-2.88, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1_1": { + "rotation": { + "0.0": { + "post": [-2.46, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.2": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-2.46, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_2": { + "rotation": { + "0.0": { + "post": [-1.9887, -0.04091, 0.41394], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.2": { + "post": [-4.69464, -0.24352, 2.46392], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-1.9887, -0.04091, 0.41394], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1_2": { + "rotation": { + "0.0": { + "post": [-1.66, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.4": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-1.66, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_3": { + "rotation": { + "0.0": { + "post": [-2.72, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.4": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-2.72, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1_2": { + "rotation": { + "0.0": { + "post": [-2.72, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.4": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-2.72, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_3": { + "rotation": { + "0.0": { + "post": [-2.72, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.4": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-2.72, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.kyogreprimal.ground_walk": { + "loop": true, + "animation_length": 5, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 6, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 6, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body_font": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "maxilla": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [26.21435, 29.75323, 5.01252], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.13354, -16.6484, 6.08306], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 4, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -7.5, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [5.66168, -14.76769, 2.42439], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.18947, -12.63189, 0.33409], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.25179, -2.54321, -1.78612], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-0.68347, -5.78717, 6.83586], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-7.92953, -5.81145, 4.32311], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [26.21435, -29.7532, -5.0125], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.13354, 16.6484, -6.0831], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 4, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 7.5, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [5.66168, 14.7677, -2.4244], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.18947, 12.6319, -0.3341], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.25179, 2.5432, 1.7861], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-0.68347, 5.7872, -6.8359], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-7.92953, 5.8115, -4.3231], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body_rear": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body_rear1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main1": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1_1": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_1": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_2": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1_1": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_1": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_2": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "worm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.kyogreprimal.faint": { + "animation_length": 3, + "bones": { + "body_font": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [5, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-5, 0, 0] + } + }, + "eye_right_lid": { + "position": [1, 0, 0] + }, + "eye_left_lid": { + "position": [-1, 0, 0] + }, + "maxilla": { + "rotation": { + "0.0": [12.5, 0, 0], + "0.5": [-2.5, 0, 0] + } + }, + "fin_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 15] + } + }, + "fin_right1": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, -2.5] + } + }, + "fin_right2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, -2.5] + } + }, + "fin_right3": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, -7.5] + } + }, + "fin_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, -15] + } + }, + "fin_left1": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 2.5] + } + }, + "fin_left2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 2.5] + } + }, + "fin_left3": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 7.5] + } + }, + "body_rear": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-2.5, 0, 0] + } + }, + "body_rear1": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-7.5, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0] + } + }, + "tail_main1": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-2.5, 0, 0] + } + }, + "tail_main_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [2.5, 0, 0] + } + }, + "tail_main_right1": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [2.5, 0, 0] + } + }, + "tail_main_right1_1": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [5, 0, 0] + } + }, + "tail_main_right2_1": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [2.5, 0, 0] + } + }, + "tail_main_right2_2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [5, 0, 0] + } + }, + "tail_main_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [2.5, 0, 0] + } + }, + "tail_main_left1": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [2.5, 0, 0] + } + }, + "tail_main_left1_1": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [5, 0, 0] + } + }, + "tail_main_left2_1": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [2.5, 0, 0] + } + }, + "tail_main_left2_2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [5, 0, 0] + } + } + } + }, + "animation.kyogreprimal.physical_attack": { + "loop": true, + "animation_length": 2, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-2.5, 0, 0], + "0.4583": [-32.5, 0, 0], + "1.0": { + "pre": [35, 0, 0], + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 15, 0], + "0.4583": [0, 44, 0], + "0.6667": { + "pre": [0, 146, 0], + "post": [0, 146, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 110, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": [0, 2, 0], + "1.375": [0, 0, 0], + "1.4167": [0, 2, 0], + "1.4583": [0, 0, 0], + "1.5": [0, 2, 0], + "1.5417": [0, 0, 0], + "1.5833": [0, 2, 0], + "1.625": [0, 0, 0], + "1.6667": [0, 2, 0], + "1.7083": [0, 0, 0], + "1.7917": [0, 0, 0] + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-27.86, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-28.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + } + }, + "body_font": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.81, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-10.62, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-8.13, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-11.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + } + }, + "maxilla": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [53.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": [0, 0, 0] + } + }, + "fin_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-9.96271, -0.86717, 30.07558], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-9.49153, 1.6074, 14.4103], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [25.61014, -9.46083, 7.79122], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-4.20155, -3.82295, -0.87487], + "lerp_mode": "catmullrom" + }, + "1.7917": [0, 0, 0] + } + }, + "fin_right1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, -8.75], + "lerp_mode": "catmullrom" + }, + "1.7917": [0, 0, 0] + } + }, + "fin_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.7917": [0, 0, 0] + } + }, + "fin_right3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [15, 0, -35], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [7.43967, 1.9194, 26.10316], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [4.43455, -1.32351, 18.23257], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-0.45512, 0.87123, -9.18161], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [2.22592, 0.63189, -8.33531], + "lerp_mode": "catmullrom" + }, + "1.7917": [0, 0, 0] + } + }, + "fin_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-12.5, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-12.48848, -0.54094, -19.94081], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [28.9286, 1.15896, -2.05664], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-7.74605, 2.81583, 8.72332], + "lerp_mode": "catmullrom" + }, + "1.7917": [0, 0, 0] + } + }, + "fin_left1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 3.75], + "lerp_mode": "catmullrom" + }, + "1.7917": [0, 0, 0] + } + }, + "fin_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 2.5, 5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0.05453, 1.24881, 5.00059], + "lerp_mode": "catmullrom" + }, + "1.7917": [0, 0, 0] + } + }, + "fin_left3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [17.25002, -2.99318, 19.54589], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-5.04156, -0.66301, -20.39622], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [4.8965, 1.31289, -7.94627], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5.05008, -0.43862, 11.97825], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [2.49635, -0.43848, 10.98441], + "lerp_mode": "catmullrom" + }, + "1.7917": [0, 0, 0] + } + }, + "body_rear": { + "rotation": { + "0.0": [-2.5, 0, 0], + "0.25": { + "pre": [-17.5, 0, 0], + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-50, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-6.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + } + }, + "body_rear1": { + "rotation": { + "0.0": [-7.5, 0, 0], + "0.25": [0, 0, 0], + "0.4583": [2.5, 0, 0], + "0.6667": { + "pre": [-25, 0, 0], + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [5, 0, 0], + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [8.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + } + }, + "tail_main1": { + "rotation": { + "0.0": [-2.5, 0, 0], + "0.25": { + "pre": [5, 0, 0], + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-6.67095, -1.69563, -3.37334], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-6.67095, -1.69563, -3.37334], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [7.91453, -0.84782, -1.68667], + "lerp_mode": "catmullrom" + }, + "1.8333": [-2.5, 0, 0] + } + }, + "bone16": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [2.5, 0, 0], + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [8.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + } + }, + "tail_main_left": { + "rotation": { + "0.0": [2.5, 0, 0], + "0.4583": { + "pre": [2.03, 0, 0], + "post": [2.03, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [11.56, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + } + }, + "tail_main_left1": { + "rotation": { + "0.0": [2.5, 0, 0], + "0.1667": { + "pre": [5.71, 0, 0], + "post": [5.71, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [15.74, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + } + }, + "tail_main_left1_1": { + "rotation": { + "0.0": [5, 0, 0], + "0.1667": [6.98, 0, 0], + "0.4583": { + "pre": [20, 0, 0], + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [2.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + } + }, + "tail_main_left2": { + "rotation": [0, 0, 0] + }, + "tail_main_left2_1": { + "rotation": { + "0.0": [2.5, 0, 0], + "0.1667": { + "pre": [5.81, 0, 0], + "post": [5.81, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [13.24, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + } + }, + "tail_main_left2_2": { + "rotation": { + "0.0": [5, 0, 0], + "0.1667": [6.61, 0, 0], + "0.4583": { + "pre": [20, 0, 0], + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [7.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + } + }, + "tail_main_right": { + "rotation": { + "0.0": [2.5, 0, 0], + "0.4583": { + "pre": [2.5, 0, 0], + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + } + }, + "tail_main_right1": { + "rotation": { + "0.0": [2.5, 0, 0], + "0.1667": { + "pre": [5.62, 0, 0], + "post": [5.62, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5.38, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [18.24, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + } + }, + "tail_main_right1_1": { + "rotation": { + "0.0": [5, 0, 0], + "0.1667": [6.43, 0, 0], + "0.4583": { + "pre": [20, 0, 0], + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [8.13, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + } + }, + "tail_main_right2": { + "rotation": [0, 0, 0] + }, + "tail_main_right2_1": { + "rotation": { + "0.0": [2.5, 0, 0], + "0.1667": { + "pre": [5.32, 0, 0], + "post": [5.32, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [16.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + } + }, + "tail_main_right2_2": { + "rotation": { + "0.0": [5, 0, 0], + "0.1667": [5.86958, 0.10594, 0.16636], + "0.4583": { + "pre": [12.5, 0, 0], + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-17.47528, -1.34295, -2.10886], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-17.47528, -1.34295, -2.10886], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [6.26236, -0.67147, -1.05443], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + } + }, + "tail_main_left1_2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1_2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kyurem/kyurem.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kyurem/kyurem.animation.json new file mode 100644 index 0000000..e1632f9 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kyurem/kyurem.animation.json @@ -0,0 +1,2314 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.kyurem.pose": { + "loop": true, + "bones": { + "neck": { + "rotation": [7.5, 0, 0] + }, + "body": { + "position": [0, -2, 0] + }, + "arm_right": { + "rotation": [0, 0, 42.5] + }, + "arm_left": { + "rotation": [0, 10, -47.5] + }, + "right_leg": { + "rotation": [0, 0, -12.5] + }, + "ankle_right": { + "rotation": [0, 0, 5] + }, + "foot_right": { + "rotation": [0, 0, 7.5] + }, + "left_leg": { + "rotation": [0, 0, 12.5] + }, + "ankle_left": { + "rotation": [0, 0, -5] + }, + "foot_left": { + "rotation": [0, 0, -7.5] + }, + "forearm_right": { + "rotation": [0, 70, 0] + }, + "forearm_left": { + "rotation": [0, -82.5, 0] + } + } + }, + "animation.kyurem.ground_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "neck": { + "rotation": [7.5, 0, 0] + }, + "body": { + "position": { + "0.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 42.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -12.5, 42.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 42.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 10, -47.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 25, -47.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 10, -47.5], + "lerp_mode": "catmullrom" + } + } + }, + "right_leg": { + "rotation": { + "0.0": [0, 0, -12.5], + "2.0": [0, 0, -17.5], + "4.0": [0, 0, -12.5] + } + }, + "ankle_right": { + "rotation": { + "0.0": [0, 0, 5], + "2.0": [0, 0, 10], + "4.0": [0, 0, 5] + } + }, + "foot_right": { + "rotation": [0, 0, 7.5] + }, + "left_leg": { + "rotation": { + "0.0": [0, 0, 12.5], + "2.0": [0, 0, 17.5], + "4.0": [0, 0, 12.5] + } + }, + "ankle_left": { + "rotation": { + "0.0": [0, 0, -5], + "2.0": [0, 0, -10], + "4.0": [0, 0, -5] + } + }, + "foot_left": { + "rotation": [0, 0, -7.5] + }, + "forearm_right": { + "rotation": { + "0.0": { + "post": [0, 70, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 62.5, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 70, 0], + "lerp_mode": "catmullrom" + } + } + }, + "forearm_left": { + "rotation": { + "0.0": { + "post": [0, -82.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -77.5, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, -82.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-5, -1, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-1.25, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-1.25, -1, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bodyice_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bodyice_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-7.51365, 2.41476, -0.64743], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-7.51365, -2.41476, 0.64743], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bodymain": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 3, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.kyurem.ground_walk": { + "loop": true, + "animation_length": 4, + "bones": { + "neck": { + "rotation": [7.5, "0+math.cos((query.anim_time)*180)*2", 0] + }, + "body": { + "position": [0, -2, 0] + }, + "arm_right": { + "rotation": ["0-math.cos((query.anim_time-0.2)*360)*5", "-10-math.cos((query.anim_time-0.2)*360)*2", "47.5-math.cos((query.anim_time-0.2)*360)*4"] + }, + "arm_left": { + "rotation": ["0-math.cos((query.anim_time-0.2)*360)*5", "10+math.cos((query.anim_time-0.2)*360)*2", "-47.5+math.cos((query.anim_time-0.2)*360)*4"] + }, + "right_leg": { + "rotation": { + "0.0": { + "post": [28.79338, 16.08367, -27.22772], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-9.40804, -3.40487, -19.71975], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-14.76117, -1.94088, -12.36228], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [12.32648, 2.86313, -6.93488], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [46.53632, 21.05515, -18.09811], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [28.79338, 16.08367, -27.22772], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-9.40804, -3.40487, -19.71975], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [-14.76117, -1.94088, -12.36228], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [12.32648, 2.86313, -6.93488], + "lerp_mode": "catmullrom" + }, + "3.8333": { + "post": [46.53632, 21.05515, -18.09811], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [28.79338, 16.08367, -27.22772], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.47, 3.38], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0.73, 1.99], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, -1.5, -0.75], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -2, 1.25], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -1.32, 1.8], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -2.23, 2.17], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, -3.5, 3.25], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -1.53, 3.38], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0.73, 1.99], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, -1.5, -0.75], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -3, 1.25], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, -1.32, 1.8], + "lerp_mode": "catmullrom" + }, + "3.4583": { + "post": [0, -2.23, 2.17], + "lerp_mode": "catmullrom" + }, + "3.8333": { + "post": [0, -3.5, 3.25], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, -1.53, 3.38], + "lerp_mode": "catmullrom" + } + } + }, + "ankle_right": { + "rotation": { + "0.0": { + "post": [-16.83, -3.53, -8.09], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-36.01061, -7.42618, -10.0833], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-17.51319, 1.66508, 2.02926], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-16.83, -3.53, -8.09], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-36.01061, -7.42618, -10.0833], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [-17.51319, 1.66508, 2.02926], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-16.83, -3.53, -8.09], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right": { + "rotation": { + "0.0": { + "post": [96.89, 1.85, -3.33], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [54.17, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [62.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [32.10382, -5.35355, 8.45862], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [19.82648, -2.86313, 6.93488], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [41.55488, -9.90169, -7.0991], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [96.89, 1.85, -3.33], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [54.17, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [62.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [32.10382, -5.35355, 8.45862], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [19.82648, -2.86313, 6.93488], + "lerp_mode": "catmullrom" + }, + "3.6667": { + "post": [41.55488, -9.90169, -7.0991], + "lerp_mode": "catmullrom" + }, + "3.8333": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [96.89, 1.85, -3.33], + "lerp_mode": "catmullrom" + } + } + }, + "left_leg": { + "rotation": { + "0.0": { + "post": [12.32648, -2.86313, 6.93488], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [46.53632, -21.05515, 18.09811], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [28.79338, -16.08367, 27.22772], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-9.40804, 3.40487, 19.71975], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-14.76117, 1.94088, 12.36228], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [12.32648, -2.86313, 6.93488], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [46.53632, -21.05515, 18.09811], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [28.79338, -16.08367, 27.22772], + "lerp_mode": "catmullrom" + }, + "3.375": { + "post": [-9.40804, 3.40487, 19.71975], + "lerp_mode": "catmullrom" + }, + "3.5833": { + "post": [-14.76117, 1.94088, 12.36228], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [12.32648, -2.86313, 6.93488], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -3, 1.25], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -1.32, 1.8], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, -2.23, 2.17], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, -3.5, 3.25], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -1.53, 3.38], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0.73, 1.99], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, -1.5, -0.75], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -3, 1.25], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, -1.32, 1.8], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, -2.23, 2.17], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, -3.5, 3.25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -1.53, 3.38], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, 0.73, 1.99], + "lerp_mode": "catmullrom" + }, + "3.5833": { + "post": [0, -1.5, -0.75], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, -3, 1.25], + "lerp_mode": "catmullrom" + } + } + }, + "ankle_left": { + "rotation": { + "0.0": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-16.83, 3.53, 8.09], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-36.01061, 7.42618, 10.0833], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-17.51319, -1.66508, -2.02926], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-16.83, 3.53, 8.09], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [-36.01061, 7.42618, 10.0833], + "lerp_mode": "catmullrom" + }, + "3.375": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5833": { + "post": [-17.51319, -1.66508, -2.02926], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left": { + "rotation": { + "0.0": { + "post": [19.82648, 2.86313, -6.93488], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [41.55488, 9.90169, 7.0991], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [96.89, -1.85, 3.33], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [54.17, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [62.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [32.10382, 5.35355, -8.45862], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [19.82648, 2.86313, -6.93488], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [41.55488, 9.90169, 7.0991], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [96.89, -1.85, 3.33], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [54.17, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.375": { + "post": [62.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5833": { + "post": [32.10382, 5.35355, -8.45862], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [19.82648, 2.86313, -6.93488], + "lerp_mode": "catmullrom" + } + } + }, + "forearm_right": { + "rotation": ["0-math.cos((query.anim_time-0.3)*360)*6", "82.5+math.cos((query.anim_time-0.3)*360)*2", 0] + }, + "forearm_left": { + "rotation": ["0-math.cos((query.anim_time-0.3)*360)*6", "-82.5-math.cos((query.anim_time-0.3)*360)*2", 0] + }, + "legs": { + "rotation": [0, 0, 0], + "position": [0, 0, -5] + }, + "toes_right": { + "rotation": { + "0.0": { + "post": [18.94, -0.24, -0.32], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-14.29, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-43.05244, 3.24767, 4.38677], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [28.94, -0.24, -0.32], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.125": { + "post": [-14.29, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.2917": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.6667": { + "post": [-43.05244, 3.24767, 4.38677], + "lerp_mode": "catmullrom" + }, + "3.8333": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [36.44, -0.24, -0.32], + "lerp_mode": "catmullrom" + } + } + }, + "toes_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-14.29, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-43.05244, -3.24767, -4.38677], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [26.44, 0.24, 0.32], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-14.29, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-43.05244, -3.24767, -4.38677], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [36.44, 0.24, 0.32], + "lerp_mode": "catmullrom" + }, + "3.2917": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bodymain": { + "rotation": [0, "0-math.cos((query.anim_time+0.2)*180)*3", "0-math.cos((query.anim_time+0.2)*180)*5"], + "position": [0, "0+math.clamp((math.sin((query.anim_time)*360)*2),0,2)", 0] + }, + "body1": { + "position": { + "0.5417": [0, 0, 0], + "0.5833": [0, 1, 0], + "0.625": [0, 0, 0], + "0.6667": [0, 1, 0], + "0.7083": [0, 0, 0], + "1.5417": [0, 0, 0], + "1.5833": [0, 1, 0], + "1.625": [0, 0, 0], + "1.6667": [0, 1, 0], + "1.7083": [0, 0, 0], + "2.5417": [0, 0, 0], + "2.5833": [0, 1, 0], + "2.625": [0, 0, 0], + "2.6667": [0, 1, 0], + "2.7083": [0, 0, 0], + "3.5417": [0, 0, 0], + "3.5833": [0, 1, 0], + "3.625": [0, 0, 0], + "3.6667": [0, 1, 0], + "3.7083": [0, 0, 0] + } + }, + "body2": { + "rotation": [0, "0-math.cos((query.anim_time)*180)*0.5", "0+math.cos((query.anim_time)*180)*2"] + }, + "body3": { + "rotation": [0, "0+math.cos((query.anim_time-0.2)*180)*1", 0] + }, + "head": { + "rotation": [0, "0+math.cos((query.anim_time)*180)*1", 0] + }, + "neck1": { + "rotation": ["-5-math.clamp((math.sin((query.anim_time-0.2)*360)*2),0,4)", 0, 0] + }, + "neck2": { + "rotation": ["0-math.clamp((math.sin((query.anim_time-0.3)*360)*1),0,4)", 0, 0] + } + } + }, + "animation.kyurem.cry": { + "loop": false, + "animation_length": 2.5, + "bones": { + "body": { + "position": [0, -2, 0] + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 42.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -30, 42.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -30, 42.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 42.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 10, -47.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-19.55933, 9.99038, -44.96148], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-19.55933, 9.99038, -44.96148], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 10, -47.5], + "lerp_mode": "catmullrom" + } + } + }, + "right_leg": { + "rotation": [0, 0, -12.5] + }, + "ankle_right": { + "rotation": [0, 0, 5] + }, + "foot_right": { + "rotation": [0, 0, 7.5] + }, + "left_leg": { + "rotation": [0, 0, 12.5] + }, + "ankle_left": { + "rotation": [0, 0, -5] + }, + "foot_left": { + "rotation": [0, 0, -7.5] + }, + "forearm_right": { + "rotation": { + "0.0": { + "post": [0, 70, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 55, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 55, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 70, 0], + "lerp_mode": "catmullrom" + } + } + }, + "forearm_left": { + "rotation": { + "0.0": { + "post": [0, -82.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -47.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -47.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -82.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bodymain": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 3], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 3], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.kyurem.physical_attack": { + "loop": false, + "animation_length": 2, + "bones": { + "neck": { + "rotation": [7.5, 0, 0] + }, + "body": { + "position": [0, -2, 0] + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 42.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -30, 42.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 42.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 10, -47.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-19.55933, 9.99038, -44.96148], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-19.55933, 9.99038, -44.96148], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-19.55933, 9.99038, -44.96148], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 10, -47.5], + "lerp_mode": "catmullrom" + } + } + }, + "right_leg": { + "rotation": [0, 0, -12.5] + }, + "ankle_right": { + "rotation": [0, 0, 5] + }, + "foot_right": { + "rotation": [0, 0, 7.5] + }, + "left_leg": { + "rotation": [0, 0, 12.5] + }, + "ankle_left": { + "rotation": [0, 0, -5] + }, + "foot_left": { + "rotation": [0, 0, -7.5] + }, + "forearm_right": { + "rotation": { + "0.0": { + "post": [0, 70, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 55, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 70, 0], + "lerp_mode": "catmullrom" + } + } + }, + "forearm_left": { + "rotation": { + "0.0": { + "post": [0, -82.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -47.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -82.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bodymain": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 4, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, -1.3, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, -1.3, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -1.3, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, -1.3, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 3], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 3], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.kyurem.faint": { + "loop": true, + "animation_length": 3, + "bones": { + "neck": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": [0, 0, 0] + }, + "position": { + "0.0": [0, -2, 0], + "1.1667": [0, -2, 0], + "1.3333": [0, -0.57, -7.43], + "1.4583": [0, -20, -13], + "3.0": [0, -20, -13] + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 42.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -30, 42.5], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [10.38469, -29.75659, 22.23402], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -30, 42.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 10, -47.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-19.55933, 9.99038, -44.96148], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-19.55933, 9.99038, -44.96148], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-14.397, 16.64557, -22.8523], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-19.55933, 9.99038, -44.96148], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-19.55933, 9.99038, -44.96148], + "lerp_mode": "catmullrom" + } + } + }, + "right_leg": { + "rotation": { + "0.0": [0, 0, -12.5], + "1.1667": [0, 0, -12.5], + "1.625": { + "pre": [100.23772, 12.3071, -10.29538], + "post": [100.23772, 12.3071, -10.29538], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [74.85424, 10.17689, -14.87114], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [69.71644, 9.39129, -15.95118], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [69.71644, 9.39129, -15.95118], + "lerp_mode": "catmullrom" + } + } + }, + "ankle_right": { + "rotation": [0, 0, 5] + }, + "foot_right": { + "rotation": { + "0.0": [0, 0, 7.5], + "1.1667": [0, 0, 7.5], + "1.4583": [55, 0, 7.5] + } + }, + "left_leg": { + "rotation": { + "0.0": [0, 0, 12.5], + "1.1667": [0, 0, 12.5], + "1.625": { + "pre": [84.92327, -9.96156, 13.38045], + "post": [84.92327, -9.96156, 13.38045], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [85, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [85, 0, 12.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "1.1667": [0, 0, 0], + "1.625": { + "pre": [0, -5, 0], + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, -7, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -7, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ankle_left": { + "rotation": [0, 0, -5] + }, + "foot_left": { + "rotation": { + "0.0": [0, 0, -7.5], + "1.1667": [0, 0, -7.5], + "1.4583": [60, 0, -7.5] + } + }, + "forearm_right": { + "rotation": { + "0.0": { + "post": [0, 70, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 55, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 55, 0], + "lerp_mode": "catmullrom" + } + } + }, + "forearm_left": { + "rotation": { + "0.0": { + "post": [0, -82.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -47.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -47.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bodymain": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 4, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, -1.3, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, -1.3, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, -1.3, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, -1.3, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, -1.3, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, -1.3, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, -1.3, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, -1.3, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, -1.3, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, -1.3, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [0, -1.3, 0], + "lerp_mode": "catmullrom" + }, + "2.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 3], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 3], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 3], + "lerp_mode": "catmullrom" + } + } + }, + "neck1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": [-7.5, 0, 0], + "3.0": [-7.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.375": [0, 0, 0], + "2.0417": [0, 0, 2], + "3.0": [0, 0, 2] + } + }, + "neck2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + } + } + }, + "neck3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-20.95, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-20.95, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-20.95, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + } + } + }, + "neck4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "legs": { + "rotation": [0, 0, 0], + "position": { + "0.0": [0, 0, 0], + "1.875": [0, 0, 0], + "2.0": [0, 1, 0], + "2.0417": [0, 0, 0], + "2.0833": [0, 1, 0], + "2.125": [0, 0, 0], + "2.1667": [0, 1, 0], + "2.2083": [0, 0, 0], + "2.25": [0, 1, 0], + "2.2917": [0, 0, 0], + "2.3333": [0, 1, 0], + "2.375": [0, 0, 0], + "2.4167": [0, 1, 0], + "2.4583": [0, 0, 0], + "2.5": [0, 1, 0], + "2.5417": [0, 0, 0], + "2.5833": [0, 1, 0], + "2.625": [0, 0, 0], + "2.6667": [0, 1, 0], + "2.7083": [0, 0, 0], + "2.75": [0, 1, 0], + "2.7917": [0, 0, 0], + "2.8333": [0, 1, 0], + "2.875": [0, 0, 0], + "2.9167": [0, 1, 0], + "2.9583": [0, 0, 0], + "3.0": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kyuremblack/kyuremblack.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kyuremblack/kyuremblack.animation.json new file mode 100644 index 0000000..658799f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kyuremblack/kyuremblack.animation.json @@ -0,0 +1,15672 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.kyuremblack.flash_tests": { + "loop": true, + "animation_length": 2.25, + "bones": { + "lowerbody": { + "rotation": [5, 0, 0] + }, + "torso": { + "rotation": [30, 0, 0], + "position": [0, 0, -3] + }, + "neck": { + "rotation": [-7.5, 0, 0] + }, + "neck2": { + "rotation": [5, 0, 0], + "position": [-0.00114, 0.22116, 0.20269] + }, + "wingattachment_left": { + "rotation": [-5, 0, 0] + }, + "bottomwire_left": { + "rotation": [20.05826, 11.46464, -50.13707] + }, + "wing_left": { + "rotation": [0, 0, -20] + }, + "leg_left": { + "rotation": [30.40773, 24.1782, 13.51584] + }, + "ankle_left": { + "rotation": [-17.5, 0, 0] + }, + "foot_left": { + "rotation": [-7.21924, -2.89997, -12.17586] + }, + "uppertorso": { + "rotation": [-5.20837, 0.78571, 2.47591], + "position": [-0.07844, -0.58855, 0.7399] + }, + "leg_right": { + "rotation": [30.40773, -24.1782, -13.5158], + "position": [0, 0, -10] + }, + "ankle_right": { + "rotation": [-17.5, 0, 0] + }, + "foot_right": { + "rotation": [-7.21924, 2.9, 12.1759] + }, + "shoulder_left": { + "rotation": [18.02506, -2.40582, -51.83485], + "position": [0, 2.92889, 0.64932] + }, + "forearm_left": { + "rotation": [0, -62.5, 0] + }, + "hand_left": { + "rotation": [-5.38152, -19.291, -26.58473], + "position": [-4.09297, -0.26559, -1.22563] + }, + "kyurem": { + "rotation": [0, 5, 0], + "position": [6, -3, 0] + }, + "tail": { + "rotation": [0.6254, 0.5704, -2.24443] + }, + "head": { + "rotation": [-3.28995, 0.02991, -2.53123] + }, + "shoulder_right": { + "rotation": [29.686, 30.15549, 53.3391], + "position": [2, 1.23964, 2.11439] + }, + "forearm_right": { + "rotation": [-42.5, 27.5, 0], + "position": [-1.05965, 0.76675, -1.13545] + }, + "hand_right": { + "rotation": [9.29638, 16.59775, 34.32971], + "position": [0.04647, 0.38031, 0.11647] + }, + "wingattachment_right": { + "rotation": [-10.17442, 1.41173, -0.35212], + "position": [0, 0, -2] + }, + "wing_right": { + "rotation": [0, 0, 20] + }, + "finger_left": { + "rotation": [0, 0, -37.5] + }, + "finger6": { + "rotation": [0, 0, 15] + }, + "finger4": { + "rotation": [23.30696, -9.30727, 20.57639], + "position": [1.44105, 1.17789, -0.9726] + }, + "chest": { + "rotation": [-14.78792, -2.90965, -1.69097] + }, + "finger5": { + "rotation": [0, 0, 15] + }, + "bottomwire_left2": { + "rotation": [14.01844, -12.07214, -6.53913] + }, + "bottomwire_left3": { + "rotation": [2.54459, -9.55634, 2.02033] + }, + "bottomwire_left4": { + "rotation": [-5.04292, -7.4713, 0.6574] + }, + "bottomwire_left5": { + "rotation": [-17.64168, 0, -2.26708] + }, + "bottomwire_left6": { + "rotation": [-15, 0, 0] + }, + "bottomwire_left7": { + "rotation": [-27.5, 0, 0] + }, + "bottomwire_left8": { + "rotation": [-20.28356, -9.39129, 3.45118] + }, + "bottomwire_left9": { + "rotation": [-23.0606, 11.4038, -5.03944] + }, + "bone9": { + "rotation": [-17.5, 0, 0] + }, + "bone10": { + "rotation": [0, 22.5, 0] + }, + "bumble_flash": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bumble_flash2": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bumble_flash3": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_flash_left2": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_flash_left": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_flash_left3": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_flash_left9": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_flash_left4": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_flash_left5": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_flash_left6": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_flash_left7": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_flash_left8": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_left": { + "rotation": [0, 0, 15] + }, + "topwire_left2": { + "rotation": [-2.18005, -16.93315, 0] + }, + "topwire_left3": { + "rotation": [6.8817, -24.09293, -16.47027] + }, + "topwire_left4": { + "rotation": [0, 0, 0] + }, + "topwire_left5": { + "rotation": [-10.54511, 12.11427, 0] + }, + "topwire_left6": { + "rotation": [-21.88023, 23.39896, -9.06159] + }, + "topwire_left7": { + "rotation": [-17.5, 10, 0] + }, + "topwire_left8": { + "rotation": [-20, 5, 0] + }, + "topwire_left9": { + "rotation": [-11.64798, 32.11187, -4.49976] + }, + "topwire_left10": { + "rotation": [-1.11086, 1.25066, -6.74323] + }, + "topwire_left11": { + "rotation": [-15.99962, 15.27479, -20.01713] + }, + "topwire_left12": { + "rotation": [-5, 10, 0] + }, + "topwire_left13": { + "rotation": [0, 0, 0] + }, + "topwire_flash_left9": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_flash_left": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_flash_left2": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_flash_left3": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_flash_left4": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_flash_left5": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_flash_left6": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_flash_left7": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_flash_left8": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_right": { + "rotation": [0, 15, 0] + }, + "bottomwire_flash_right": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_right2": { + "rotation": [0, -5, 0] + }, + "bottomwire_flash_right2": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_right3": { + "rotation": [-12.5, 22.5, 0] + }, + "bottomwire_flash_right3": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_right4": { + "rotation": [10, 12.5, 0] + }, + "bottomwire_flash_right4": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_right5": { + "rotation": [-9.9977, -4.84886, 1.73415] + }, + "bottomwire_flash_right5": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_right6": { + "rotation": [-20, 0, 0] + }, + "bottomwire_flash_right6": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_right7": { + "rotation": [-5.29819, -19.90235, 2.24504] + }, + "bottomwire_flash_right7": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_right8": { + "rotation": [-15.83489, -21.96714, -11.41517] + }, + "bottomwire_flash_right8": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_right9": { + "rotation": [-10, -27.5, 0] + }, + "bottomwire_flash_right9": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bone2": { + "rotation": [0, -7.5, 0] + }, + "bone3": { + "rotation": [0, -20, 0] + }, + "bone4": { + "rotation": [-0.26482, -20.03491, -2.97649] + }, + "bone5": { + "rotation": [-15.22074, -9.65594, 2.61298] + }, + "bone6": { + "rotation": [-17.94582, -11.73507, 4.3361] + }, + "topwire_right": { + "rotation": [10.12076, 12.45167, 1.10693] + }, + "topwire_flash_right": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_right2": { + "rotation": [5.36444, 7.02582, -1.66517] + }, + "topwire_flash_right2": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_flash_right3": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_right4": { + "rotation": [10, 0, 0] + }, + "topwire_flash_right4": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_right5": { + "rotation": [-17.5, 0, 0] + }, + "topwire_flash_right5": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_right6": { + "rotation": [-15.0547, -4.82922, 1.29717] + }, + "topwire_flash_right6": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_right7": { + "rotation": [-18.29388, -16.66577, 5.41615] + }, + "topwire_flash_right7": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_right8": { + "rotation": [-18.07779, -14.2906, 4.60659] + }, + "topwire_flash_right8": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_right9": { + "rotation": [-17.5, -10, 0] + }, + "topwire_flash_right9": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_right10": { + "rotation": [-21.15324, -17.79276, 13.51211] + }, + "topwire_right11": { + "rotation": [-3.1469, -14.0761, 5.23619] + }, + "topwire_right12": { + "rotation": [-10, 0, 0] + }, + "tail_flash": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bumble_flash4": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "waist_flash": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "crest_zek_flash": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bicep_flash": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "forearm_flash": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "hand_flash": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "shoulder_flash": { + "scale": { + "0.0417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.625": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.7917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.875": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + } + } + }, + "animation.kyuremblack.ground_idle": { + "loop": true, + "animation_length": 4.0417, + "bones": { + "lowerbody": { + "rotation": ["5+math.sin(q.anim_time*90*1-45)*2 ", 0, 0] + }, + "torso": { + "rotation": ["22.5+math.sin(q.anim_time*90*1-15 )*1.5 ", 0, 0], + "position": [0, 0, -3] + }, + "neck": { + "rotation": ["-2.46+math.sin(q.anim_time*90*1-90)*3 ", 0, 0] + }, + "neck2": { + "rotation": ["5+math.sin(q.anim_time*90*1-120)*2", 0, 0], + "position": [-0.00114, 0.82116, -0.29731] + }, + "wingattachment_left": { + "rotation": [-5, 0, 0] + }, + "bottomwire_left": { + "rotation": [20.05826, 11.46464, -50.13707] + }, + "wing_left": { + "rotation": ["0+math.sin(q.anim_time*90*1-90)*2 ", 0, -20] + }, + "leg_left": { + "rotation": [30.40773, 24.1782, 13.51584] + }, + "ankle_left": { + "rotation": [-17.5, 0, 0] + }, + "foot_left": { + "rotation": [-7.21924, -2.89997, -12.17586] + }, + "uppertorso": { + "rotation": ["-7.7084+math.sin(q.anim_time*90*1-45)*1.5", 0.78571, 2.47591], + "position": [-0.07844, -0.58855, 0.7399] + }, + "leg_right": { + "rotation": [30.40773, -24.1782, -13.5158], + "position": [0, 0, -10] + }, + "ankle_right": { + "rotation": [-17.5, 0, 0] + }, + "foot_right": { + "rotation": [-7.21924, 2.9, 12.1759] + }, + "shoulder_left": { + "rotation": [17.76105, -3.94291, "-47.0696+math.sin(q.anim_time*90*1-75)*4 "], + "position": [0, 2.92889, 0.64932] + }, + "forearm_left": { + "rotation": [0, -62.5, 0] + }, + "hand_left": { + "rotation": [-5.38152, -19.291, "-26.5847+math.sin(q.anim_time*90*1-120)*4 "], + "position": [-4.09297, -0.26559, -1.22563] + }, + "kyurem": { + "position": [0, -3, 0] + }, + "tail": { + "rotation": [0.6254, "0.5704 +math.sin(q.anim_time*90*1-60)*1 ", -2.2444] + }, + "head": { + "rotation": ["-math.sin(q.anim_time*90*1-170)*3", 0, 0] + }, + "shoulder_right": { + "rotation": [29.686, 30.15549, "50.8391-math.sin(q.anim_time*90*1-75)*4 "], + "position": [2, 1.23964, 2.11439] + }, + "forearm_right": { + "rotation": [-42.5, 27.5, 0], + "position": [-1.05965, 0.76675, -1.13545] + }, + "hand_right": { + "rotation": [9.29638, 16.59775, "34.3297-math.sin(q.anim_time*90*1-120)*4 "], + "position": [0.04647, 0.38031, 0.11647] + }, + "wingattachment_right": { + "rotation": [-10.17442, 1.41173, -0.35212], + "position": [0, 0, -2] + }, + "wing_right": { + "rotation": ["0+math.sin(q.anim_time*90*1-90)*2 ", 0, 20] + }, + "finger_left": { + "rotation": [0, 0, "-37.5+math.sin(q.anim_time*90*1-160)*4 "] + }, + "finger6": { + "rotation": [0, 0, "15-math.sin(q.anim_time*90*1-160)*4 "] + }, + "finger4": { + "rotation": [23.30696, -9.30727, "20.5764-math.sin(q.anim_time*90*1-160)*4 "], + "position": [1.44105, 1.17789, -0.9726] + }, + "chest": { + "rotation": ["-7.2879-math.sin(q.anim_time*90*1-60)*3 ", -2.90965, -1.69097] + }, + "finger5": { + "rotation": [0, 0, "25-math.sin(q.anim_time*90*1-160)*4 "] + }, + "bottomwire_left2": { + "rotation": [14.01844, -12.07214, -6.53913] + }, + "bottomwire_left3": { + "rotation": [2.54459, -9.55634, 2.02033] + }, + "bottomwire_left4": { + "rotation": [-5.04292, -7.4713, 0.6574] + }, + "bottomwire_left5": { + "rotation": [-17.64168, 0, -2.26708] + }, + "bottomwire_left6": { + "rotation": [-15, 0, 0] + }, + "bottomwire_left7": { + "rotation": [-27.5, 0, 0] + }, + "bottomwire_left8": { + "rotation": [-20.28356, -9.39129, 3.45118] + }, + "bottomwire_left9": { + "rotation": [-23.0606, 11.4038, -5.03944] + }, + "bone9": { + "rotation": [-17.5, 0, 0] + }, + "bone10": { + "rotation": [0, 22.5, 0] + }, + "bumble_flash": { + "scale": 0 + }, + "bumble_flash2": { + "scale": 0 + }, + "bumble_flash3": { + "scale": 0 + }, + "bottomwire_flash_left2": { + "scale": 0 + }, + "bottomwire_flash_left": { + "scale": 0 + }, + "bottomwire_flash_left3": { + "scale": 0 + }, + "bottomwire_flash_left9": { + "scale": 0 + }, + "bottomwire_flash_left4": { + "scale": 0 + }, + "bottomwire_flash_left5": { + "scale": 0 + }, + "bottomwire_flash_left6": { + "scale": 0 + }, + "bottomwire_flash_left7": { + "scale": 0 + }, + "bottomwire_flash_left8": { + "scale": 0 + }, + "topwire_left": { + "rotation": [0, 0, 15] + }, + "topwire_left2": { + "rotation": [-2.18005, -16.93315, 0] + }, + "topwire_left3": { + "rotation": [6.8817, -24.09293, -16.47027] + }, + "topwire_left4": { + "rotation": [0, 0, 0] + }, + "topwire_left5": { + "rotation": [-10.54511, 12.11427, 0] + }, + "topwire_left6": { + "rotation": [-21.88023, 23.39896, -9.06159] + }, + "topwire_left7": { + "rotation": [-17.5, 10, 0] + }, + "topwire_left8": { + "rotation": [-20, 5, 0] + }, + "topwire_left9": { + "rotation": [-11.64798, 32.11187, -4.49976] + }, + "topwire_left10": { + "rotation": [-1.11086, 1.25066, -6.74323] + }, + "topwire_left11": { + "rotation": [-15.99962, 15.27479, -20.01713] + }, + "topwire_left12": { + "rotation": [-5, 10, 0] + }, + "topwire_left13": { + "rotation": [0, 0, 0] + }, + "topwire_flash_left9": { + "scale": 0 + }, + "topwire_flash_left": { + "scale": 0 + }, + "topwire_flash_left2": { + "scale": 0 + }, + "topwire_flash_left3": { + "scale": 0 + }, + "topwire_flash_left4": { + "scale": 0 + }, + "topwire_flash_left5": { + "scale": 0 + }, + "topwire_flash_left6": { + "scale": 0 + }, + "topwire_flash_left7": { + "scale": 0 + }, + "topwire_flash_left8": { + "scale": 0 + }, + "bottomwire_right": { + "rotation": [0, 15, 0] + }, + "bottomwire_flash_right": { + "scale": 0 + }, + "bottomwire_right2": { + "rotation": [0, -5, 0] + }, + "bottomwire_flash_right2": { + "scale": 0 + }, + "bottomwire_right3": { + "rotation": [-12.5, 22.5, 0] + }, + "bottomwire_flash_right3": { + "scale": 0 + }, + "bottomwire_right4": { + "rotation": [10, 12.5, 0] + }, + "bottomwire_flash_right4": { + "scale": 0 + }, + "bottomwire_right5": { + "rotation": [-9.9977, -4.84886, 1.73415] + }, + "bottomwire_flash_right5": { + "scale": 0 + }, + "bottomwire_right6": { + "rotation": [-20, 0, 0] + }, + "bottomwire_flash_right6": { + "scale": 0 + }, + "bottomwire_right7": { + "rotation": [-5.29819, -19.90235, 2.24504] + }, + "bottomwire_flash_right7": { + "scale": 0 + }, + "bottomwire_right8": { + "rotation": [-15.83489, -21.96714, -11.41517] + }, + "bottomwire_flash_right8": { + "scale": 0 + }, + "bottomwire_right9": { + "rotation": [-10, -27.5, 0] + }, + "bottomwire_flash_right9": { + "scale": 0 + }, + "bone2": { + "rotation": [0, -7.5, 0] + }, + "bone3": { + "rotation": [0, -20, 0] + }, + "bone4": { + "rotation": [-0.26482, -20.03491, -2.97649] + }, + "bone5": { + "rotation": [-15.22074, -9.65594, 2.61298] + }, + "bone6": { + "rotation": [-17.94582, -11.73507, 4.3361] + }, + "topwire_right": { + "rotation": [10.12076, 12.45167, 1.10693] + }, + "topwire_flash_right": { + "scale": 0 + }, + "topwire_right2": { + "rotation": [5.36444, 7.02582, -1.66517] + }, + "topwire_flash_right2": { + "scale": 0 + }, + "topwire_flash_right3": { + "scale": 0 + }, + "topwire_right4": { + "rotation": [10, 0, 0] + }, + "topwire_flash_right4": { + "scale": 0 + }, + "topwire_right5": { + "rotation": [-17.5, 0, 0] + }, + "topwire_flash_right5": { + "scale": 0 + }, + "topwire_right6": { + "rotation": [-15.0547, -4.82922, 1.29717] + }, + "topwire_flash_right6": { + "scale": 0 + }, + "topwire_right7": { + "rotation": [-18.29388, -16.66577, 5.41615] + }, + "topwire_flash_right7": { + "scale": 0 + }, + "topwire_right8": { + "rotation": [-18.07779, -14.2906, 4.60659] + }, + "topwire_flash_right8": { + "scale": 0 + }, + "topwire_right9": { + "rotation": [-17.5, -10, 0] + }, + "topwire_flash_right9": { + "scale": 0 + }, + "topwire_right10": { + "rotation": [-21.15324, -17.79276, 13.51211] + }, + "topwire_right11": { + "rotation": [-3.1469, -14.0761, 5.23619] + }, + "topwire_right12": { + "rotation": [-10, 0, 0] + }, + "tail_flash": { + "scale": 0 + }, + "bumble_flash4": { + "scale": 0 + }, + "waist_flash": { + "scale": 0 + }, + "tail2": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1-90)*0.5 "] + }, + "bumble_on4": { + "scale": 0 + }, + "bumble_on": { + "scale": 0 + }, + "bumble_on2": { + "scale": 0 + }, + "bumble_on3": { + "scale": 0 + }, + "neck3": { + "rotation": ["-2.5917+math.sin(q.anim_time*90*1-150)*2 ", 0, 0] + }, + "bicep_on": { + "scale": 0 + }, + "forearm_on": { + "scale": 0 + }, + "hand_on": { + "scale": 0 + }, + "wires_left": { + "scale": 0 + }, + "wires_right": { + "scale": 0 + }, + "bodymain": { + "position": [0, "0+math.sin(q.anim_time*90*1-45)*1.5 ", 0] + }, + "finger_left2": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1-160)*4 "] + }, + "finger_left3": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1-160)*4 "] + }, + "crest_zek_flash": { + "scale": 0 + }, + "shoulder_flash": { + "scale": 0 + }, + "forearm_flash": { + "scale": 0 + }, + "hand_flash": { + "scale": 0 + } + } + }, + "animation.kyuremblack.ground_walk": { + "loop": true, + "animation_length": 4.0417, + "bones": { + "lowerbody": { + "rotation": ["-2.5+math.sin(q.anim_time*90*1-45)*2", 0, 0] + }, + "torso": { + "rotation": ["22.5+math.sin(q.anim_time*90*1-15 )*1.5 ", 0, 0], + "position": [0, 0, -3] + }, + "neck": { + "rotation": ["-2.46+math.sin(q.anim_time*90*1-90)*3 ", 0, 0] + }, + "neck2": { + "rotation": ["5+math.sin(q.anim_time*90*1-120)*2", 0, 0], + "position": [-0.00114, 0.82116, -0.29731] + }, + "wingattachment_left": { + "rotation": [-5, 0, 0] + }, + "bottomwire_left": { + "rotation": [20.05826, 11.46464, -50.13707] + }, + "wing_left": { + "rotation": { + "0.0": { + "post": [-9.52386, 4.98495, -42.77401], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-11.06993, 5.26411, -50.42641], + "lerp_mode": "catmullrom" + }, + "4.0417": { + "post": [-9.52386, 4.98495, -42.77401], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [27.86963, 8.9238, 4.69044], + "lerp_mode": "catmullrom" + }, + "4.0417": { + "post": [27.86963, 8.9238, 4.69044], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "4.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ankle_left": { + "rotation": [-12.5, 0, 0] + }, + "foot_left": { + "rotation": [34.89254, -2.89997, -12.17586] + }, + "uppertorso": { + "rotation": ["-7.7084+math.sin(q.anim_time*90*1-45)*1.5", 0.78571, 2.47591], + "position": [-0.07844, -0.58855, 0.7399] + }, + "leg_right": { + "rotation": { + "0.0": { + "post": [27.55588, -2.47951, -1.302], + "lerp_mode": "catmullrom" + }, + "4.0417": { + "post": [27.55588, -2.47951, -1.302], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 2, -10], + "lerp_mode": "catmullrom" + }, + "4.0417": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "ankle_right": { + "rotation": [7.5, 0, 0] + }, + "foot_right": { + "rotation": [29.47103, 2.9, 12.1759] + }, + "shoulder_left": { + "rotation": [17.76105, -3.94291, "-47.0696+math.sin(q.anim_time*90*1-75)*4 "], + "position": [0, 2.92889, 0.64932] + }, + "forearm_left": { + "rotation": [0, -62.5, 0] + }, + "hand_left": { + "rotation": [-5.38152, -19.291, "-26.5847+math.sin(q.anim_time*90*1-120)*4 "], + "position": [-4.09297, -0.26559, -1.22563] + }, + "kyurem": { + "position": [0, -3, 0] + }, + "tail": { + "rotation": [0.6254, "0.5704 +math.sin(q.anim_time*90*1-60)*1 ", -2.2444] + }, + "head": { + "rotation": ["-math.sin(q.anim_time*90*1-170)*3", 0, 0] + }, + "shoulder_right": { + "rotation": [29.686, 30.15549, "50.8391-math.sin(q.anim_time*90*1-75)*4 "], + "position": [2, 1.23964, 2.11439] + }, + "forearm_right": { + "rotation": [-42.5, 27.5, 0], + "position": [-1.05965, 0.76675, -1.13545] + }, + "hand_right": { + "rotation": [9.29638, 16.59775, "34.3297-math.sin(q.anim_time*90*1-120)*4 "], + "position": [0.04647, 0.38031, 0.11647] + }, + "wingattachment_right": { + "rotation": [-10.17442, 1.41173, -0.35212], + "position": [0, 0, -2] + }, + "wing_right": { + "rotation": { + "0.0": { + "post": [-4.37502, -4.98489, 49.89796], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-3.87976, -4.62397, 47.37506], + "lerp_mode": "catmullrom" + }, + "4.0417": { + "post": [-4.37502, -4.98489, 49.89796], + "lerp_mode": "catmullrom" + } + } + }, + "finger_left": { + "rotation": [0, 0, "-37.5+math.sin(q.anim_time*90*1-160)*4 "] + }, + "finger6": { + "rotation": [0, 0, "15-math.sin(q.anim_time*90*1-160)*4 "] + }, + "finger4": { + "rotation": [23.30696, -9.30727, "20.5764-math.sin(q.anim_time*90*1-160)*4 "], + "position": [1.44105, 1.17789, -0.9726] + }, + "chest": { + "rotation": ["-7.2879-math.sin(q.anim_time*90*1-60)*3 ", -2.90965, -1.69097] + }, + "finger5": { + "rotation": [0, 0, "25-math.sin(q.anim_time*90*1-160)*4 "] + }, + "bottomwire_left2": { + "rotation": [14.01844, -12.07214, -6.53913] + }, + "bottomwire_left3": { + "rotation": [2.54459, -9.55634, 2.02033] + }, + "bottomwire_left4": { + "rotation": [-5.04292, -7.4713, 0.6574] + }, + "bottomwire_left5": { + "rotation": [-17.64168, 0, -2.26708] + }, + "bottomwire_left6": { + "rotation": [-15, 0, 0] + }, + "bottomwire_left7": { + "rotation": [-27.5, 0, 0] + }, + "bottomwire_left8": { + "rotation": [-20.28356, -9.39129, 3.45118] + }, + "bottomwire_left9": { + "rotation": [-23.0606, 11.4038, -5.03944] + }, + "bone9": { + "rotation": [-17.5, 0, 0] + }, + "bone10": { + "rotation": [0, 22.5, 0] + }, + "bumble_flash": { + "scale": 0 + }, + "bumble_flash2": { + "scale": 0 + }, + "bumble_flash3": { + "scale": 0 + }, + "bottomwire_flash_left2": { + "scale": 0 + }, + "bottomwire_flash_left": { + "scale": 0 + }, + "bottomwire_flash_left3": { + "scale": 0 + }, + "bottomwire_flash_left9": { + "scale": 0 + }, + "bottomwire_flash_left4": { + "scale": 0 + }, + "bottomwire_flash_left5": { + "scale": 0 + }, + "bottomwire_flash_left6": { + "scale": 0 + }, + "bottomwire_flash_left7": { + "scale": 0 + }, + "bottomwire_flash_left8": { + "scale": 0 + }, + "topwire_left": { + "rotation": [0, 0, 15] + }, + "topwire_left2": { + "rotation": [-2.18005, -16.93315, 0] + }, + "topwire_left3": { + "rotation": [6.8817, -24.09293, -16.47027] + }, + "topwire_left4": { + "rotation": [0, 0, 0] + }, + "topwire_left5": { + "rotation": [-10.54511, 12.11427, 0] + }, + "topwire_left6": { + "rotation": [-21.88023, 23.39896, -9.06159] + }, + "topwire_left7": { + "rotation": [-17.5, 10, 0] + }, + "topwire_left8": { + "rotation": [-20, 5, 0] + }, + "topwire_left9": { + "rotation": [-11.64798, 32.11187, -4.49976] + }, + "topwire_left10": { + "rotation": [-1.11086, 1.25066, -6.74323] + }, + "topwire_left11": { + "rotation": [-15.99962, 15.27479, -20.01713] + }, + "topwire_left12": { + "rotation": [-5, 10, 0] + }, + "topwire_left13": { + "rotation": [0, 0, 0] + }, + "topwire_flash_left9": { + "scale": 0 + }, + "topwire_flash_left": { + "scale": 0 + }, + "topwire_flash_left2": { + "scale": 0 + }, + "topwire_flash_left3": { + "scale": 0 + }, + "topwire_flash_left4": { + "scale": 0 + }, + "topwire_flash_left5": { + "scale": 0 + }, + "topwire_flash_left6": { + "scale": 0 + }, + "topwire_flash_left7": { + "scale": 0 + }, + "topwire_flash_left8": { + "scale": 0 + }, + "bottomwire_right": { + "rotation": [0, 15, 0] + }, + "bottomwire_flash_right": { + "scale": 0 + }, + "bottomwire_right2": { + "rotation": [0, -5, 0] + }, + "bottomwire_flash_right2": { + "scale": 0 + }, + "bottomwire_right3": { + "rotation": [-12.5, 22.5, 0] + }, + "bottomwire_flash_right3": { + "scale": 0 + }, + "bottomwire_right4": { + "rotation": [10, 12.5, 0] + }, + "bottomwire_flash_right4": { + "scale": 0 + }, + "bottomwire_right5": { + "rotation": [-9.9977, -4.84886, 1.73415] + }, + "bottomwire_flash_right5": { + "scale": 0 + }, + "bottomwire_right6": { + "rotation": [-20, 0, 0] + }, + "bottomwire_flash_right6": { + "scale": 0 + }, + "bottomwire_right7": { + "rotation": [-5.29819, -19.90235, 2.24504] + }, + "bottomwire_flash_right7": { + "scale": 0 + }, + "bottomwire_right8": { + "rotation": [-15.83489, -21.96714, -11.41517] + }, + "bottomwire_flash_right8": { + "scale": 0 + }, + "bottomwire_right9": { + "rotation": [-10, -27.5, 0] + }, + "bottomwire_flash_right9": { + "scale": 0 + }, + "bone2": { + "rotation": [0, -7.5, 0] + }, + "bone3": { + "rotation": [0, -20, 0] + }, + "bone4": { + "rotation": [-0.26482, -20.03491, -2.97649] + }, + "bone5": { + "rotation": [-15.22074, -9.65594, 2.61298] + }, + "bone6": { + "rotation": [-17.94582, -11.73507, 4.3361] + }, + "topwire_right": { + "rotation": [10.12076, 12.45167, 1.10693] + }, + "topwire_flash_right": { + "scale": 0 + }, + "topwire_right2": { + "rotation": [5.36444, 7.02582, -1.66517] + }, + "topwire_flash_right2": { + "scale": 0 + }, + "topwire_flash_right3": { + "scale": 0 + }, + "topwire_right4": { + "rotation": [10, 0, 0] + }, + "topwire_flash_right4": { + "scale": 0 + }, + "topwire_right5": { + "rotation": [-17.5, 0, 0] + }, + "topwire_flash_right5": { + "scale": 0 + }, + "topwire_right6": { + "rotation": [-15.0547, -4.82922, 1.29717] + }, + "topwire_flash_right6": { + "scale": 0 + }, + "topwire_right7": { + "rotation": [-18.29388, -16.66577, 5.41615] + }, + "topwire_flash_right7": { + "scale": 0 + }, + "topwire_right8": { + "rotation": [-18.07779, -14.2906, 4.60659] + }, + "topwire_flash_right8": { + "scale": 0 + }, + "topwire_right9": { + "rotation": [-17.5, -10, 0] + }, + "topwire_flash_right9": { + "scale": 0 + }, + "topwire_right10": { + "rotation": [-21.15324, -17.79276, 13.51211] + }, + "topwire_right11": { + "rotation": [-3.1469, -14.0761, 5.23619] + }, + "topwire_right12": { + "rotation": [-10, 0, 0] + }, + "tail_flash": { + "scale": 0 + }, + "bumble_flash4": { + "scale": 0 + }, + "waist_flash": { + "scale": 0 + }, + "tail2": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1-90)*0.5 "] + }, + "bumble_on4": { + "scale": 0 + }, + "bumble_on": { + "scale": 0 + }, + "bumble_on2": { + "scale": 0 + }, + "bumble_on3": { + "scale": 0 + }, + "neck3": { + "rotation": ["-2.5917+math.sin(q.anim_time*90*1-150)*2 ", 0, 0] + }, + "bicep_on": { + "scale": 0 + }, + "forearm_on": { + "scale": 0 + }, + "hand_on": { + "scale": 0 + }, + "wires_left": { + "scale": 0 + }, + "wires_right": { + "scale": 0 + }, + "bodymain": { + "position": [0, "0+math.sin(q.anim_time*90*1-45)*1.5 ", 0] + }, + "finger_left2": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1-160)*4 "] + }, + "finger_left3": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1-160)*4 "] + }, + "body": { + "rotation": ["12.5+math.sin(q.anim_time*90*1)*2", 0, 0], + "position": { + "0.0": { + "post": [0, 24, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 33, 0], + "lerp_mode": "catmullrom" + }, + "4.0417": { + "post": [0, 24, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wingreg2_left": { + "rotation": { + "0.0": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "4.0417": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wingreg2_right": { + "rotation": { + "0.0": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0.23917, 32.42532, 1.68401], + "lerp_mode": "catmullrom" + }, + "4.0417": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "crest_zek_flash": { + "scale": 0 + }, + "shoulder_flash": { + "scale": 0 + } + } + }, + "animation.kyuremblack.battle_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "lowerbody": { + "rotation": ["5+math.sin(q.anim_time*90*1-45)*2 ", 0, 0] + }, + "torso": { + "rotation": ["22.5+math.sin(q.anim_time*90*1-15 )*1.5 ", 0, 0], + "position": [0, 0, -3] + }, + "neck": { + "rotation": ["-2.46+math.sin(q.anim_time*90*1-90)*3 ", 0, 0] + }, + "neck2": { + "rotation": ["5+math.sin(q.anim_time*90*1-120)*2", 0, 0], + "position": [-0.00114, 0.82116, -0.29731] + }, + "wingattachment_left": { + "rotation": [-5, 0, 0] + }, + "bottomwire_left": { + "rotation": { + "0.0": [20.05826, 11.46464, -50.13707], + "2.0": [23.61614, 13.51847, -54.78525], + "4.0": [20.05826, 11.46464, -50.13707] + } + }, + "wing_left": { + "rotation": ["0+math.sin(q.anim_time*90*1-90)*2 ", 0, -20] + }, + "leg_left": { + "rotation": [30.40773, 24.1782, 13.51584] + }, + "ankle_left": { + "rotation": [-17.5, 0, 0] + }, + "foot_left": { + "rotation": [-7.21924, -2.89997, -12.17586] + }, + "uppertorso": { + "rotation": ["-7.7084+math.sin(q.anim_time*90*1-45)*1.5", 0.78571, 2.47591], + "position": [-0.07844, -0.58855, 0.7399] + }, + "leg_right": { + "rotation": [30.40773, -24.1782, -13.5158], + "position": [0, 0, -10] + }, + "ankle_right": { + "rotation": [-17.5, 0, 0] + }, + "foot_right": { + "rotation": [-7.21924, 2.9, 12.1759] + }, + "shoulder_left": { + "rotation": [17.76105, -3.94291, "-47.0696+math.sin(q.anim_time*90*1-75)*4 "], + "position": [0, 2.92889, 0.64932] + }, + "forearm_left": { + "rotation": [0, -62.5, 0] + }, + "hand_left": { + "rotation": [-5.38152, -19.291, "-26.5847+math.sin(q.anim_time*90*1-120)*4 "], + "position": [-4.09297, -0.26559, -1.22563] + }, + "kyurem": { + "position": [0, -3, 0] + }, + "tail": { + "rotation": [0.6254, "0.5704 +math.sin(q.anim_time*90*1-60)*1 ", -2.2444] + }, + "head": { + "rotation": ["-math.sin(q.anim_time*90*1-170)*3", 0, 0] + }, + "shoulder_right": { + "rotation": [29.686, 30.15549, "50.8391-math.sin(q.anim_time*90*1-75)*4 "], + "position": [2, 1.23964, 2.11439] + }, + "forearm_right": { + "rotation": [-42.5, 27.5, 0], + "position": [-1.05965, 0.76675, -1.13545] + }, + "hand_right": { + "rotation": [9.29638, 16.59775, "34.3297-math.sin(q.anim_time*90*1-120)*4 "], + "position": [0.04647, 0.38031, 0.11647] + }, + "wingattachment_right": { + "rotation": [-10.17442, 1.41173, -0.35212], + "position": [0, 0, -2] + }, + "wing_right": { + "rotation": ["0+math.sin(q.anim_time*90*1-90)*2 ", 0, 20] + }, + "finger_left": { + "rotation": [0, 0, "-37.5+math.sin(q.anim_time*90*1-160)*4 "] + }, + "finger6": { + "rotation": [0, 0, "15-math.sin(q.anim_time*90*1-160)*4 "] + }, + "finger4": { + "rotation": [23.30696, -9.30727, "20.5764-math.sin(q.anim_time*90*1-160)*4 "], + "position": [1.44105, 1.17789, -0.9726] + }, + "chest": { + "rotation": ["-7.2879-math.sin(q.anim_time*90*1-60)*3 ", -2.90965, -1.69097] + }, + "finger5": { + "rotation": [0, 0, "25-math.sin(q.anim_time*90*1-160)*4 "] + }, + "bottomwire_left2": { + "rotation": [14.01844, -12.07214, -6.53913] + }, + "bottomwire_left3": { + "rotation": [2.54459, -9.55634, 2.02033] + }, + "bottomwire_left4": { + "rotation": [-5.04292, -7.4713, 0.6574] + }, + "bottomwire_left5": { + "rotation": [-17.64168, 0, -2.26708] + }, + "bottomwire_left6": { + "rotation": [-15, 0, 0] + }, + "bottomwire_left7": { + "rotation": [-27.5, 0, 0] + }, + "bottomwire_left8": { + "rotation": [-20.28356, -9.39129, 3.45118] + }, + "bottomwire_left9": { + "rotation": [-23.0606, 11.4038, -5.03944] + }, + "bone9": { + "rotation": [-17.5, 0, 0] + }, + "bone10": { + "rotation": [0, 22.5, 0] + }, + "bumble_flash": { + "scale": 0 + }, + "bumble_flash2": { + "scale": 0 + }, + "bumble_flash3": { + "scale": 0 + }, + "bottomwire_flash_left2": { + "scale": 0 + }, + "bottomwire_flash_left": { + "scale": 0 + }, + "bottomwire_flash_left3": { + "scale": 0 + }, + "bottomwire_flash_left9": { + "scale": 0 + }, + "bottomwire_flash_left4": { + "scale": 0 + }, + "bottomwire_flash_left5": { + "scale": 0 + }, + "bottomwire_flash_left6": { + "scale": 0 + }, + "bottomwire_flash_left7": { + "scale": 0 + }, + "bottomwire_flash_left8": { + "scale": 0 + }, + "topwire_left": { + "rotation": [0, 0, 15] + }, + "topwire_left2": { + "rotation": [-2.18005, -16.93315, 0] + }, + "topwire_left3": { + "rotation": [6.8817, -24.09293, -16.47027] + }, + "topwire_left4": { + "rotation": [0, 0, 0] + }, + "topwire_left5": { + "rotation": [-10.54511, 12.11427, 0] + }, + "topwire_left6": { + "rotation": [-21.88023, 23.39896, -9.06159] + }, + "topwire_left7": { + "rotation": [-17.5, 10, 0] + }, + "topwire_left8": { + "rotation": [-20, 5, 0] + }, + "topwire_left9": { + "rotation": [-11.64798, 32.11187, -4.49976] + }, + "topwire_left10": { + "rotation": [-1.11086, 1.25066, -6.74323] + }, + "topwire_left11": { + "rotation": [-15.99962, 15.27479, -20.01713] + }, + "topwire_left12": { + "rotation": [-5, 10, 0] + }, + "topwire_left13": { + "rotation": [0, 0, 0] + }, + "topwire_flash_left9": { + "scale": 0 + }, + "topwire_flash_left": { + "scale": 0 + }, + "topwire_flash_left2": { + "scale": 0 + }, + "topwire_flash_left3": { + "scale": 0 + }, + "topwire_flash_left4": { + "scale": 0 + }, + "topwire_flash_left5": { + "scale": 0 + }, + "topwire_flash_left6": { + "scale": 0 + }, + "topwire_flash_left7": { + "scale": 0 + }, + "topwire_flash_left8": { + "scale": 0 + }, + "bottomwire_right": { + "rotation": { + "0.0": [0, 15, 0], + "2.0": [5, 15, 0], + "4.0": [0, 15, 0] + } + }, + "bottomwire_flash_right": { + "scale": 0 + }, + "bottomwire_right2": { + "rotation": [0, -5, 0] + }, + "bottomwire_flash_right2": { + "scale": 0 + }, + "bottomwire_right3": { + "rotation": [-12.5, 22.5, 0] + }, + "bottomwire_flash_right3": { + "scale": 0 + }, + "bottomwire_right4": { + "rotation": [10, 12.5, 0] + }, + "bottomwire_flash_right4": { + "scale": 0 + }, + "bottomwire_right5": { + "rotation": [-9.9977, -4.84886, 1.73415] + }, + "bottomwire_flash_right5": { + "scale": 0 + }, + "bottomwire_right6": { + "rotation": [-20, 0, 0] + }, + "bottomwire_flash_right6": { + "scale": 0 + }, + "bottomwire_right7": { + "rotation": [-5.29819, -19.90235, 2.24504] + }, + "bottomwire_flash_right7": { + "scale": 0 + }, + "bottomwire_right8": { + "rotation": [-15.83489, -21.96714, -11.41517] + }, + "bottomwire_flash_right8": { + "scale": 0 + }, + "bottomwire_right9": { + "rotation": [-10, -27.5, 0] + }, + "bottomwire_flash_right9": { + "scale": 0 + }, + "bone2": { + "rotation": [0, -7.5, 0] + }, + "bone3": { + "rotation": [0, -20, 0] + }, + "bone4": { + "rotation": [-0.26482, -20.03491, -2.97649] + }, + "bone5": { + "rotation": [-15.22074, -9.65594, 2.61298] + }, + "bone6": { + "rotation": [-17.94582, -11.73507, 4.3361] + }, + "topwire_right": { + "rotation": { + "0.0": [10.12076, 12.45167, 1.10693], + "2.0": [15.12076, 12.45167, 1.10693], + "4.0": [10.12076, 12.45167, 1.10693] + } + }, + "topwire_flash_right": { + "scale": 0 + }, + "topwire_right2": { + "rotation": { + "0.0": [5.36444, 7.02582, -1.66517], + "4.0": [5.36444, 7.02582, -1.66517] + } + }, + "topwire_flash_right2": { + "scale": 0 + }, + "topwire_flash_right3": { + "scale": 0 + }, + "topwire_right4": { + "rotation": [10, 0, 0] + }, + "topwire_flash_right4": { + "scale": 0 + }, + "topwire_right5": { + "rotation": [-17.5, 0, 0] + }, + "topwire_flash_right5": { + "scale": 0 + }, + "topwire_right6": { + "rotation": [-15.0547, -4.82922, 1.29717] + }, + "topwire_flash_right6": { + "scale": 0 + }, + "topwire_right7": { + "rotation": [-18.29388, -16.66577, 5.41615] + }, + "topwire_flash_right7": { + "scale": 0 + }, + "topwire_right8": { + "rotation": [-18.07779, -14.2906, 4.60659] + }, + "topwire_flash_right8": { + "scale": 0 + }, + "topwire_right9": { + "rotation": { + "0.0": [-17.5, -10, 0], + "4.0": [-17.5, -10, 0] + } + }, + "topwire_flash_right9": { + "scale": 0 + }, + "topwire_right10": { + "rotation": [-21.15324, -17.79276, 13.51211] + }, + "topwire_right11": { + "rotation": [-3.1469, -14.0761, 5.23619] + }, + "topwire_right12": { + "rotation": [-10, 0, 0] + }, + "tail_flash": { + "scale": 0 + }, + "bumble_flash4": { + "scale": 0 + }, + "waist_flash": { + "scale": 0 + }, + "tail2": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1-90)*0.5 "] + }, + "bumble_on4": { + "scale": 0 + }, + "bumble_on": { + "scale": 0 + }, + "bumble_on2": { + "scale": 0 + }, + "bumble_on3": { + "scale": 0 + }, + "neck3": { + "rotation": ["-2.5917+math.sin(q.anim_time*90*1-150)*2 ", 0, 0] + }, + "bicep_on": { + "scale": 0 + }, + "forearm_on": { + "scale": 0 + }, + "hand_on": { + "scale": 0 + }, + "bodymain": { + "position": [0, "0+math.sin(q.anim_time*90*1-45)*1.5 ", 0] + }, + "finger_left2": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1-160)*4 "] + }, + "finger_left3": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1-160)*4 "] + }, + "crest_zek_flash": { + "scale": 0 + }, + "shoulder_flash": { + "scale": 0 + }, + "forearm_flash": { + "scale": 0 + }, + "hand_flash": { + "scale": 0 + } + } + }, + "animation.kyuremblack.physical_attack": { + "loop": true, + "animation_length": 2.25, + "bones": { + "lowerbody": { + "rotation": [5, 0, 0] + }, + "torso": { + "rotation": { + "0.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [23.08619, 17.07228, 3.90399], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [23.08619, 17.07228, 3.90399], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [27.92638, -14.63639, -3.31914], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [27.92638, -14.63639, -3.31914], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -3], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, -3], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [-2.46, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [1.6274, -20.17333, -22.68708], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [1.6274, -20.17333, -22.68708], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0.78926, 1.34276, -7.7378], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0.78926, 1.34276, -7.7378], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-2.46, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck2": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-5.23772, 12.3071, -2.20462], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-5.23772, 12.3071, -2.20462], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.00114, 0.82116, -0.29731], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-0.00114, 0.82116, -0.29731], + "lerp_mode": "catmullrom" + } + } + }, + "wingattachment_left": { + "rotation": [-5, 0, 0] + }, + "bottomwire_left": { + "rotation": { + "0.0": [20.05826, 11.46464, -50.13707], + "0.5": [56.4328, 13.13071, -59.84264], + "0.9583": [56.4328, 13.13071, -59.84264], + "1.0833": [-17.5052, 13.17724, -59.23576], + "1.2917": [-26.87355, 7.04397, -67.81634], + "1.5833": { + "pre": [-17.5052, 13.17724, -59.23576], + "post": [-17.5052, 13.17724, -59.23576], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [20.05826, 11.46464, -50.13707], + "lerp_mode": "catmullrom" + } + } + }, + "wing_left": { + "rotation": ["0+math.sin(q.anim_time*90*1-90)*2 ", 0, -20] + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [30.40773, 24.1782, 13.51584], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [12.90773, 24.1782, 13.51584], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [12.90773, 24.1782, 13.51584], + "lerp_mode": "catmullrom" + }, + "1.0833": [30.40773, 24.1782, 13.51584] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": [0, 0, 0] + } + }, + "ankle_left": { + "rotation": { + "0.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": [-17.5, 0, 0] + } + }, + "foot_left": { + "rotation": { + "0.0": { + "post": [-7.21924, -2.89997, -12.17586], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-7.21924, -2.89997, -12.17586], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-7.21924, -2.89997, -12.17586], + "lerp_mode": "catmullrom" + }, + "1.0833": [-7.21924, -2.89997, -12.17586] + } + }, + "uppertorso": { + "rotation": { + "0.0": { + "post": [-7.7084, 0.78571, 2.47591], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-8.11259, 18.12183, 0.04359], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-8.11259, 18.12183, 0.04359], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [4.22507, -9.30349, -2.00773], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [4.22507, -9.30349, -2.00773], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-7.7084, 0.78571, 2.47591], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.07844, -0.58855, 0.7399], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-0.07844, -0.58855, 0.7399], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": { + "0.0": { + "post": [30.40773, -24.1782, -13.5158], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [12.90773, -24.1782, -13.5158], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [12.90773, -24.1782, -13.5158], + "lerp_mode": "catmullrom" + }, + "1.0833": [30.40773, -24.1782, -13.5158] + }, + "position": { + "0.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 2, -10], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 2, -10], + "lerp_mode": "catmullrom" + }, + "1.0833": [0, 0, -10] + } + }, + "ankle_right": { + "rotation": { + "0.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": [-17.5, 0, 0] + } + }, + "foot_right": { + "rotation": { + "0.0": { + "post": [-7.21924, 2.9, 12.1759], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-9.71924, 2.9, 12.1759], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-9.71924, 2.9, 12.1759], + "lerp_mode": "catmullrom" + }, + "1.0833": [-7.21924, 2.9, 12.1759] + } + }, + "shoulder_left": { + "rotation": { + "0.0": { + "post": [17.76105, -3.94291, -47.0696], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-68.74636, -12.99675, 24.26268], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-68.74636, -12.99675, 24.26268], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-27.85584, -33.95875, -13.35336], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-27.85584, -33.95875, -13.35336], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [17.76105, -3.94291, -47.0696], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 2.92889, 0.64932], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 2.92889, 0.64932], + "lerp_mode": "catmullrom" + } + } + }, + "forearm_left": { + "rotation": { + "0.0": { + "post": [0, -62.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [28.93586, -47.04395, -79.08413], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [28.93586, -47.04395, -79.08413], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, -62.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "hand_left": { + "rotation": [-5.38152, -19.291, "-26.5847+math.sin(q.anim_time*90*1-120)*4 "], + "position": [-4.09297, -0.26559, -1.22563] + }, + "kyurem": { + "position": [0, -3, 0] + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": ["-math.sin(q.anim_time*90*1-170)*3", 0, 0] + }, + "shoulder_right": { + "rotation": { + "0.0": [29.686, 30.15549, 50.8391], + "0.75": [43.20781, 31.99308, 52.81838], + "0.9583": [43.20781, 31.99308, 52.81838], + "1.0833": [19.60109, -17.12294, 26.05179], + "1.5833": { + "pre": [19.60109, -17.12294, 26.05179], + "post": [19.60109, -17.12294, 26.05179], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [29.686, 30.15549, 50.8391], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [2, 1.23964, 2.11439], + "2.25": [2, 1.23964, 2.11439] + } + }, + "forearm_right": { + "rotation": { + "0.0": { + "post": [-42.5, 27.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-27.5, 27.5, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-27.5, 27.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-53.24429, 59.25575, -35.49269], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-53.24429, 59.25575, -35.49269], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-42.5, 27.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-1.05965, 0.76675, -1.13545], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-1.05965, 0.76675, -1.13545], + "lerp_mode": "catmullrom" + } + } + }, + "hand_right": { + "rotation": [9.29638, 16.59775, "34.3297-math.sin(q.anim_time*90*1-120)*4 "], + "position": [0.04647, 0.38031, 0.11647] + }, + "wingattachment_right": { + "rotation": [-10.17442, 1.41173, -0.35212], + "position": [0, 0, -2] + }, + "wing_right": { + "rotation": ["0+math.sin(q.anim_time*90*1-90)*2 ", 0, 20] + }, + "finger_left": { + "rotation": { + "0.0": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + } + } + }, + "finger6": { + "rotation": [0, 0, "15-math.sin(q.anim_time*90*1-160)*4 "] + }, + "finger4": { + "rotation": [23.30696, -9.30727, "20.5764-math.sin(q.anim_time*90*1-160)*4 "], + "position": [1.44105, 1.17789, -0.9726] + }, + "chest": { + "rotation": { + "0.0": { + "post": [-7.2879, -2.90965, -1.69097], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-12.36172, 6.86102, -3.82419], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-12.36172, 6.86102, -3.82419], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0.11195, -7.79431, -0.61823], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0.11195, -7.79431, -0.61823], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-7.2879, -2.90965, -1.69097], + "lerp_mode": "catmullrom" + } + } + }, + "finger5": { + "rotation": [0, 0, "25-math.sin(q.anim_time*90*1-160)*4 "] + }, + "bottomwire_left2": { + "rotation": { + "0.0": [14.01844, -12.07214, -6.53913], + "0.9583": [14.01844, -12.07214, -6.53913], + "1.0833": [-18.48156, -12.07214, -6.53913], + "1.5833": { + "pre": [-18.48156, -12.07214, -6.53913], + "post": [-18.48156, -12.07214, -6.53913], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [14.01844, -12.07214, -6.53913], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_left3": { + "rotation": { + "0.0": [2.54459, -9.55634, 2.02033], + "0.5": [20.04459, -9.55634, 2.02033], + "0.9583": [20.04459, -9.55634, 2.02033], + "1.0": [30.04459, -9.55634, 2.02033], + "1.0833": [20.04459, -9.55634, 2.02033], + "1.5833": { + "pre": [20.04459, -9.55634, 2.02033], + "post": [20.04459, -9.55634, 2.02033], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [2.54459, -9.55634, 2.02033], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_left4": { + "rotation": { + "0.0": [-5.04292, -7.4713, 0.6574], + "0.5": [20.25474, -12.16696, -1.08645], + "0.8333": [35.25474, -12.16696, -1.08645], + "0.9583": [20.25474, -12.16696, -1.08645], + "1.0833": [24.78562, 19.60457, -8.03467], + "1.5833": { + "pre": [24.78562, 19.60457, -8.03467], + "post": [24.78562, 19.60457, -8.03467], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-5.04292, -7.4713, 0.6574], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_left5": { + "rotation": { + "0.0": [-17.64168, 0, -2.26708], + "0.5": [-5.14168, 0, -2.26708], + "0.9583": [12.35832, 0, -2.26708], + "1.0833": [-15.14168, 0, -2.26708], + "1.5833": { + "pre": [-15.14168, 0, -2.26708], + "post": [-15.14168, 0, -2.26708], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-17.64168, 0, -2.26708], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_left6": { + "rotation": { + "0.0": [-15, 0, 0], + "0.5": [-32.5, 0, 0], + "0.8333": [-22.5, 0, 0], + "0.9583": [-32.5, 0, 0], + "1.0833": [-25, 0, 0], + "1.5833": { + "pre": [-25, 0, 0], + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_left7": { + "rotation": { + "0.0": [-27.5, 0, 0], + "0.5": [-21.50238, -21.07593, 8.0634], + "0.8333": [-9.00238, -21.07593, 8.0634], + "0.9583": [-6.50238, -21.07593, 8.0634], + "1.0": [-22.01382, -13.63399, 16.22705], + "1.0833": [-0.28356, -9.39129, 3.45118], + "1.5833": { + "pre": [-0.28356, -9.39129, 3.45118], + "post": [-0.28356, -9.39129, 3.45118], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_left8": { + "rotation": { + "0.0": [-20.28356, -9.39129, 3.45118], + "0.8333": [-20.28356, -9.39129, 3.45118], + "0.9583": [-22.78356, -9.39129, 3.45118], + "2.25": [-20.28356, -9.39129, 3.45118] + } + }, + "bottomwire_left9": { + "rotation": { + "0.0": [-23.0606, 11.4038, -5.03944], + "0.5": [-25.5606, 11.4038, -5.03944], + "0.8333": [-40.5606, 11.4038, -5.03944], + "0.9583": [-30.5606, 11.4038, -5.03944], + "1.0833": [-28.01094, 2.04774, -25.66925], + "1.5833": { + "pre": [-28.01094, 2.04774, -25.66925], + "post": [-28.01094, 2.04774, -25.66925], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-23.0606, 11.4038, -5.03944], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": [-17.5, 0, 0], + "0.5": [-11.38172, 6.71771, 18.88172], + "0.8333": [-18.88172, 6.71771, 18.88172], + "0.9583": [-11.38172, 6.71771, 18.88172], + "1.0833": [-11.38172, 6.71771, 18.88172], + "1.5833": { + "pre": [-11.38172, 6.71771, 18.88172], + "post": [-11.38172, 6.71771, 18.88172], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": [0, 22.5, 0], + "0.5": [-27.5, -2.5, 0], + "0.9583": [-27.5, -2.5, 0], + "1.0833": [-12.5, -2.5, 0], + "1.5833": { + "pre": [-12.5, -2.5, 0], + "post": [-12.5, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bumble_flash": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bumble_flash2": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bumble_flash3": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_flash_left2": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_flash_left": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_flash_left3": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_flash_left9": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_flash_left4": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_flash_left5": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_flash_left6": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_flash_left7": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_flash_left8": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_left": { + "rotation": { + "0.0": [0, 0, 15], + "0.5": [17.28006, -41.31491, 6.2754], + "0.8333": [46.89509, -72.20684, -27.61102], + "0.9583": [19.64846, -48.43136, 2.92548], + "1.0833": [14.78525, 29.04342, 25.18295], + "1.5833": { + "pre": [14.78525, 29.04342, 25.18295], + "post": [14.78525, 29.04342, 25.18295], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_left2": { + "rotation": { + "0.0": [-2.18005, -16.93315, 0], + "0.5": [27.58254, -27.20955, -28.19307], + "0.9583": [27.58254, -27.20955, -28.19307], + "1.0833": [27.15583, -9.21092, -18.96105], + "1.5833": { + "pre": [27.15583, -9.21092, -18.96105], + "post": [27.15583, -9.21092, -18.96105], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-2.18005, -16.93315, 0], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_left3": { + "rotation": { + "0.0": [6.8817, -24.09293, -16.47027], + "0.9583": [6.8817, -24.09293, -16.47027], + "1.0833": [-10.6183, -24.09293, -16.47027], + "1.2917": [-10.25877, -19.17556, -17.44453], + "1.5833": { + "pre": [-10.6183, -24.09293, -16.47027], + "post": [-10.6183, -24.09293, -16.47027], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [6.8817, -24.09293, -16.47027], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_left4": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-16.97511, 4.31793, 13.85534], + "0.9583": [-16.97511, 4.31793, 13.85534], + "1.0833": [-16.97511, 4.31793, 13.85534], + "1.5833": { + "pre": [-16.97511, 4.31793, 13.85534], + "post": [-16.97511, 4.31793, 13.85534], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_left5": { + "rotation": { + "0.0": [-10.54511, 12.11427, 0], + "0.9583": [-10.54511, 12.11427, 0], + "1.0833": [-8.04511, 12.11427, 0], + "1.5833": { + "pre": [-8.04511, 12.11427, 0], + "post": [-8.04511, 12.11427, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-10.54511, 12.11427, 0], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_left6": { + "rotation": { + "0.0": [-21.88023, 23.39896, -9.06159], + "0.8333": [-21.88023, 23.39896, -9.06159], + "0.9583": [-18.63903, 26.00033, -1.31669], + "2.25": [-21.88023, 23.39896, -9.06159] + } + }, + "topwire_left7": { + "rotation": { + "0.0": [-17.5, 10, 0], + "0.9583": [-17.5, 10, 0], + "1.0833": [-5.3228, 17.38272, -1.36092], + "1.5833": { + "pre": [-5.3228, 17.38272, -1.36092], + "post": [-5.3228, 17.38272, -1.36092], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-17.5, 10, 0], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_left8": { + "rotation": { + "0.0": [-20, 5, 0], + "0.9583": [-20, 5, 0], + "1.2917": [-12.64221, 9.88028, -1.09716], + "2.25": [-20, 5, 0] + } + }, + "topwire_left9": { + "rotation": { + "0.0": [-11.64798, 32.11187, -4.49976], + "0.5": [-32.08829, -1.2675, -1.53371], + "0.75": [-37.14795, -3.2611, -0.02396], + "0.9583": [-37.42649, -7.24008, 3.01726], + "1.0833": [-14.92649, -7.24008, 3.01726], + "1.5833": { + "pre": [-14.92649, -7.24008, 3.01726], + "post": [-14.92649, -7.24008, 3.01726], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-11.64798, 32.11187, -4.49976], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_left10": { + "rotation": { + "0.0": [-1.11086, 1.25066, -6.74323], + "0.5": [-8.65974, 6.19405, -7.49531], + "0.9583": [-8.61086, 1.25066, -6.74323], + "1.0": [-16.11086, 1.25066, -6.74323], + "1.0833": [-8.61086, 1.25066, -6.74323], + "1.5833": { + "pre": [-8.61086, 1.25066, -6.74323], + "post": [-8.61086, 1.25066, -6.74323], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-1.11086, 1.25066, -6.74323], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_left11": { + "rotation": { + "0.0": [-15.99962, 15.27479, -20.01713], + "0.5": [-23.49962, 15.27479, -20.01713], + "0.9583": [-23.49962, 15.27479, -20.01713], + "1.0833": [-3.49962, 15.27479, -20.01713], + "1.5833": { + "pre": [-3.49962, 15.27479, -20.01713], + "post": [-3.49962, 15.27479, -20.01713], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-15.99962, 15.27479, -20.01713], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_left12": { + "rotation": { + "0.0": [-5, 10, 0], + "0.5": [-4.94229, -4.94422, 1.29739], + "0.9583": [-5, 10, 0], + "1.0833": [-4.99885, -9.92544, 1.73415], + "1.5833": { + "pre": [-4.99885, -9.92544, 1.73415], + "post": [-4.99885, -9.92544, 1.73415], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-5, 10, 0], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_left13": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-20.28356, -9.39129, 3.45118], + "0.8333": [-20.6469, -14.0761, 5.23619], + "0.9583": [-20, 0, 0], + "1.0833": [-22.5, 0, 0], + "1.5833": { + "pre": [-22.5, 0, 0], + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_flash_left9": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_flash_left": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_flash_left2": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_flash_left3": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_flash_left4": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_flash_left5": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_flash_left6": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_flash_left7": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_flash_left8": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_right": { + "rotation": { + "0.0": [0, 15, 0], + "0.5": [6.2074, 0.00341, -0.3235], + "0.9583": [6.2074, 0.00341, -0.3235], + "1.0833": [-10.97707, 21.68507, 1.94314], + "1.5833": { + "pre": [-10.97707, 21.68507, 1.94314], + "post": [-10.97707, 21.68507, 1.94314], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_flash_right": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_right2": { + "rotation": { + "0.0": [0, -5, 0], + "0.9583": [0, -5, 0], + "1.0833": [-20, 7.5, 0], + "1.2917": [-20.50627, 14.53756, -2.64337], + "1.5833": { + "pre": [-20, 7.5, 0], + "post": [-20, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_flash_right2": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_right3": { + "rotation": { + "0.0": [-12.5, 22.5, 0], + "0.9583": [-12.29096, 20.05826, 0.57587], + "1.0833": [-12.74003, 24.93963, -0.59657], + "1.5833": { + "pre": [-12.74003, 24.93963, -0.59657], + "post": [-12.74003, 24.93963, -0.59657], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-12.5, 22.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_flash_right3": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_right4": { + "rotation": { + "0.0": [10, 12.5, 0], + "0.5": [14.49716, 2.73513, 1.48517], + "0.9583": [14.49716, 2.73513, 1.48517], + "1.0833": [-5.63458, 12.68818, 0.50715], + "1.5833": { + "pre": [-5.63458, 12.68818, 0.50715], + "post": [-5.63458, 12.68818, 0.50715], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [10, 12.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_flash_right4": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_right5": { + "rotation": { + "0.0": [-9.9977, -4.84886, 1.73415], + "0.5": [-10.58181, -19.61049, 4.4682], + "0.8333": [-7.4706, -36.76517, 8.42086], + "0.9583": [-10.58181, -19.61049, 4.4682], + "1.0833": [-22.80195, -14.69318, 3.52012], + "1.5833": { + "pre": [-22.80195, -14.69318, 3.52012], + "post": [-22.80195, -14.69318, 3.52012], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-9.9977, -4.84886, 1.73415], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_flash_right5": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_right6": { + "rotation": { + "0.0": [-20, 0, 0], + "0.5": [-20.6469, -14.0761, 5.23619], + "0.9583": [-20.6469, -14.0761, 5.23619], + "1.0833": [-26.45375, 3.40651, 6.06939], + "1.5833": { + "pre": [-26.45375, 3.40651, 6.06939], + "post": [-26.45375, 3.40651, 6.06939], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_flash_right6": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_right7": { + "rotation": { + "0.0": [-5.29819, -19.90235, 2.24504], + "0.5": [2.20181, -19.90235, 2.24504], + "0.9583": [2.20181, -19.90235, 2.24504], + "1.0833": [2.20181, -19.90235, 2.24504], + "1.2917": [14.53721, -2.49292, 3.44653], + "1.5833": { + "pre": [2.20181, -19.90235, 2.24504], + "post": [2.20181, -19.90235, 2.24504], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-5.29819, -19.90235, 2.24504], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_flash_right7": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_right8": { + "rotation": { + "0.0": [-15.83489, -21.96714, -11.41517], + "0.5": [-2.17454, -2.65736, -16.77591], + "0.8333": [7.89723, 14.81187, -16.77676], + "0.9583": [7.82546, -2.65736, -16.77591], + "1.0": [9.50468, -3.46984, -16.96157], + "1.0833": [12.86312, -5.09482, -17.3329], + "1.2917": [13.26127, -14.83739, -19.62485], + "1.5833": { + "pre": [12.86312, -5.09482, -17.3329], + "post": [12.86312, -5.09482, -17.3329], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-15.83489, -21.96714, -11.41517], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_flash_right8": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_right9": { + "rotation": { + "0.0": [-10, -27.5, 0], + "0.9583": [-10, -27.5, 0], + "1.0833": [-11.16942, -37.33119, 2.17331], + "1.2917": [-16.16942, -37.33119, 2.17331], + "1.5833": { + "pre": [-11.16942, -37.33119, 2.17331], + "post": [-11.16942, -37.33119, 2.17331], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-10, -27.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_flash_right9": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bone2": { + "rotation": { + "0.0": [0, -7.5, 0], + "0.9583": [0, -7.5, 0], + "1.0833": [-10, -7.5, 0], + "1.2917": [-12.76138, -14.88341, 1.34385], + "1.5833": { + "pre": [-10, -7.5, 0], + "post": [-10, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": [0, -20, 0], + "0.5": [-3.81397, -11.91276, 17.89807], + "0.9583": [-3.81397, -11.91276, 17.89807], + "1.0833": [8.90015, -19.06761, -44.74474], + "1.5833": { + "pre": [8.90015, -19.06761, -44.74474], + "post": [8.90015, -19.06761, -44.74474], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": [-0.26482, -20.03491, -2.97649] + }, + "bone5": { + "rotation": [-15.22074, -9.65594, 2.61298] + }, + "bone6": { + "rotation": [-17.94582, -11.73507, 4.3361] + }, + "topwire_right": { + "rotation": { + "0.0": [10.12076, 12.45167, 1.10693], + "0.5": [11.11183, 2.64255, -0.85712], + "0.8333": [10.08031, -16.3825, 5.81593], + "0.9583": [13.68846, -7.16962, -2.79007], + "1.0833": [11.44801, 35.66616, 6.35558], + "1.5833": { + "pre": [11.44801, 35.66616, 6.35558], + "post": [11.44801, 35.66616, 6.35558], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [10.12076, 12.45167, 1.10693], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_flash_right": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_right2": { + "rotation": { + "0.0": [5.36444, 7.02582, -1.66517], + "0.8333": [5.36444, 7.02582, -1.66517], + "0.9583": [15.36444, 7.02582, -1.66517], + "1.0833": [-19.43252, 16.9806, -0.69256], + "1.5833": { + "pre": [-19.43252, 16.9806, -0.69256], + "post": [-19.43252, 16.9806, -0.69256], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [5.36444, 7.02582, -1.66517], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_flash_right2": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_flash_right3": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_right4": { + "rotation": { + "0.0": [10, 0, 0], + "0.5": [38.30524, -22.13991, -4.11405], + "0.9583": [38.30524, -22.13991, -4.11405], + "1.0833": [38.30524, -22.13991, -4.11405], + "1.5833": { + "pre": [38.30524, -22.13991, -4.11405], + "post": [38.30524, -22.13991, -4.11405], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_flash_right4": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_right5": { + "rotation": { + "0.0": [-17.5, 0, 0], + "0.9583": [-17.5, 0, 0], + "1.0833": [-25, 0, 0], + "1.5833": { + "pre": [-25, 0, 0], + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_flash_right5": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_right6": { + "rotation": [-15.0547, -4.82922, 1.29717] + }, + "topwire_flash_right6": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_right7": { + "rotation": { + "0.0": [-18.29388, -16.66577, 5.41615], + "0.5": [-8.29388, -16.66577, 5.41615], + "0.8333": [1.66892, -11.66793, 5.56796], + "0.9583": [-8.29388, -16.66577, 5.41615], + "1.0833": [-8.29388, -16.66577, 5.41615], + "1.5833": { + "pre": [-8.29388, -16.66577, 5.41615], + "post": [-8.29388, -16.66577, 5.41615], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-18.29388, -16.66577, 5.41615], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_flash_right7": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_right8": { + "rotation": { + "0.0": [-18.07779, -14.2906, 4.60659], + "0.9583": [-18.07779, -14.2906, 4.60659], + "1.0833": [-20.06274, -4.76804, 1.50701], + "1.5833": { + "pre": [-20.06274, -4.76804, 1.50701], + "post": [-20.06274, -4.76804, 1.50701], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-18.07779, -14.2906, 4.60659], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_flash_right8": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_right9": { + "rotation": { + "0.0": [-17.5, -10, 0], + "0.9583": [-17.5, -10, 0], + "2.25": [-17.5, -10, 0] + } + }, + "topwire_flash_right9": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_right10": { + "rotation": { + "0.0": [-21.15324, -17.79276, 13.51211], + "0.9583": [-21.15324, -17.79276, 13.51211], + "2.25": [-21.15324, -17.79276, 13.51211] + } + }, + "topwire_right11": { + "rotation": { + "0.0": [-3.1469, -14.0761, 5.23619], + "0.9583": [-3.1469, -14.0761, 5.23619], + "1.0": [-0.98852, -22.48149, 5.80656], + "1.0833": [-17.59701, -2.17471, 1.3681], + "1.2917": [-17.84948, 9.73641, -2.43859], + "1.5833": { + "pre": [-17.59701, -2.17471, 1.3681], + "post": [-17.59701, -2.17471, 1.3681], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-3.1469, -14.0761, 5.23619], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_right12": { + "rotation": [-10, 0, 0] + }, + "tail_flash": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bumble_flash4": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "waist_flash": { + "scale": 0 + }, + "tail2": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1-90)*0.5 "] + }, + "bumble_on4": { + "scale": { + "0.0": [1, 1, 1], + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.625": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bumble_on": { + "scale": { + "0.0": [1, 1, 1], + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.625": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bumble_on2": { + "scale": { + "0.0": [1, 1, 1], + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.625": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bumble_on3": { + "scale": { + "0.0": [1, 1, 1], + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.625": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "neck3": { + "rotation": { + "0.0": { + "post": [-2.5917, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [7.5511, 1.65512, 9.86345], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [7.5511, 1.65512, 9.86345], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [4.54885, 11.06876, -11.87831], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [4.54885, 11.06876, -11.87831], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-2.5917, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bicep_on": { + "scale": { + "0.0": [0, 0, 0], + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0417": [1, 1, 1], + "1.875": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "forearm_on": { + "scale": { + "0.0": [0, 0, 0], + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0417": [1, 1, 1], + "1.875": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "hand_on": { + "scale": { + "0.0": [0, 0, 0], + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0417": [1, 1, 1], + "1.875": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bodymain": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "finger_left2": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1-160)*4 "] + }, + "finger_left3": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1-160)*4 "] + }, + "body": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 2], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 2], + "lerp_mode": "catmullrom" + }, + "1.0833": [0, 0, 0] + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-25.18908, 6.79382, -3.18458], + "0.9583": [-25.18908, 6.79382, -3.18458], + "1.0833": [-25.18908, 6.79382, -3.18458], + "1.5833": { + "pre": [-25.18908, 6.79382, -3.18458], + "post": [-25.18908, 6.79382, -3.18458], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone12": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-25.08957, 4.43385, -2.31336], + "0.9583": [-25.08957, 4.43385, -2.31336], + "1.0833": [-25.08957, 4.43385, -2.31336], + "1.2917": [-12.58957, 4.43385, -2.31336], + "1.5833": { + "pre": [-25.08957, 4.43385, -2.31336], + "post": [-25.08957, 4.43385, -2.31336], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone13": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [9.66663, 2.68217, -2.15629], + "0.9583": [-20.33337, 2.68217, -2.15629], + "1.0833": [9.66663, 2.68217, -2.15629], + "1.5833": { + "pre": [9.66663, 2.68217, -2.15629], + "post": [9.66663, 2.68217, -2.15629], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [5, 0, 0], + "0.9583": [5, 0, 0], + "1.0833": [5, 0, 0], + "1.5833": { + "pre": [5, 0, 0], + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "shoulder_flash": { + "scale": { + "1.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bicep_flash": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.1667": [0, 0, 0], + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "forearm_flash": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.1667": [0, 0, 0], + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "hand_flash": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.1667": [0, 0, 0], + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "topwire_right3": { + "rotation": { + "0.0": [0, 0, 0], + "0.9583": [0, 0, 0], + "1.0833": [-20.15874, 7.04533, -17.57816], + "1.5833": { + "pre": [-20.15874, 7.04533, -17.57816], + "post": [-20.15874, 7.04533, -17.57816], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_right13": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 3.5, 0], + "0.8333": [0, -15, 0], + "0.9583": [0, 17.5, 0], + "1.0833": [0, 0, 0], + "1.2917": [-15, 0, 0], + "1.5833": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_right14": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "0.8333": [0, 30, 0], + "0.9583": [0, 0, 0], + "2.25": [0, 0, 0] + } + }, + "crest_zek_flash": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.625": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.875": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + } + } + }, + "animation.kyuremblack.special_attack": { + "loop": true, + "animation_length": 2.5, + "bones": { + "torso": { + "rotation": { + "0.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -3], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -0.76, -2.53], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, -0.76, -2.53], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, -1, -5], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, -1, -5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -3], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -4], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, -4], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.00114, 0.82116, -0.29731], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-0.00114, 0.82116, -0.29731], + "lerp_mode": "catmullrom" + } + } + }, + "wingattachment_left": { + "rotation": { + "0.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_left": { + "rotation": { + "0.0": { + "post": [20.05826, 11.46464, -50.13707], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [20.05826, 11.46464, -50.13707], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [6.64313, -10.34203, -85.56508], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [6.64313, -10.34203, -85.56508], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [20.05826, 11.46464, -50.13707], + "lerp_mode": "catmullrom" + } + } + }, + "wing_left": { + "rotation": { + "0.0": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [1.87938, 14.76492, -5.93582], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [1.87938, 14.76492, -5.93582], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [28.91146, 63.08323, 28.28283], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [28.91146, 63.08323, 28.28283], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": [30.40773, 24.1782, 13.51584] + }, + "ankle_left": { + "rotation": [-17.5, 0, 0] + }, + "foot_left": { + "rotation": [-7.21924, -2.89997, -12.17586] + }, + "uppertorso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.07844, -0.58855, 0.7399], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-0.07844, -0.58855, 0.7399], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": [30.40773, -24.1782, -13.5158], + "position": [0, 0, -10] + }, + "ankle_right": { + "rotation": [-17.5, 0, 0] + }, + "foot_right": { + "rotation": [-7.21924, 2.9, 12.1759] + }, + "shoulder_left": { + "rotation": { + "0.0": { + "post": [17.76105, -3.94291, -47.0696], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-8.51649, -48.3192, -22.52904], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-8.51649, -48.3192, -22.52904], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-5.66294, -3.61682, -28.55202], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-5.66294, -3.61682, -28.55202], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [17.76105, -3.94291, -47.0696], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 2.92889, 0.64932], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, -0.07, 3.65], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, -0.07, 3.65], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 2.92889, 0.64932], + "lerp_mode": "catmullrom" + } + } + }, + "forearm_left": { + "rotation": { + "0.0": { + "post": [0, -62.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-40.67712, -72.27643, -20.82343], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-40.67712, -72.27643, -20.82343], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-70.39265, -46.52788, 12.62304], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-70.39265, -46.52788, 12.62304], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -62.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "hand_left": { + "rotation": [-5.38152, -19.291, "-26.5847+math.sin(q.anim_time*90*1-120)*4 "], + "position": [-4.09297, -0.26559, -1.22563] + }, + "kyurem": { + "position": [0, -3, 0] + }, + "tail": { + "rotation": { + "0.0": { + "post": [90, 5, 90], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [90, 5, 90], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": ["-math.sin(q.anim_time*90*1-170)*3", 0, 0] + }, + "shoulder_right": { + "rotation": { + "0.0": { + "post": [29.686, 30.15549, 50.8391], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-8.44777, 40.47812, 16.01517], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-8.44777, 40.47812, 16.01517], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-16.41657, 0.78209, 21.43422], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-16.41657, 0.78209, 21.43422], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [29.686, 30.15549, 50.8391], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [2, 1.23964, 2.11439], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [2, 1.23964, 2.11439], + "lerp_mode": "catmullrom" + } + } + }, + "forearm_right": { + "rotation": { + "0.0": { + "post": [-42.5, 27.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-53.45006, 75.01045, 30.95125], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-53.45006, 75.01045, 30.95125], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-76.26843, 49.5425, 5.87797], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-76.26843, 49.5425, 5.87797], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-42.5, 27.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-1.05965, 0.76675, -1.13545], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-1.05965, 0.76675, -1.13545], + "lerp_mode": "catmullrom" + } + } + }, + "hand_right": { + "rotation": { + "0.0": { + "post": [9.29638, 16.59775, 34.3297], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [5.39493, 18.20313, 21.3354], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [5.39493, 18.20313, 21.3354], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [9.29638, 16.59775, 34.3297], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.04647, 0.38031, 0.11647], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0.04647, 0.38031, 0.11647], + "lerp_mode": "catmullrom" + } + } + }, + "wingattachment_right": { + "rotation": { + "0.0": { + "post": [-20.17442, 1.41173, -0.35212], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [14.82558, 1.41173, -0.35212], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [14.82558, 1.41173, -0.35212], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-15.17442, 1.41173, -0.35212], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-15.17442, 1.41173, -0.35212], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-20.17442, 1.41173, -0.35212], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + } + } + }, + "wing_right": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [1.23737, 3.40452, 5.33729], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [1.23737, 3.40452, 5.33729], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [8.54186, -42.25011, -9.98381], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [8.54186, -42.25011, -9.98381], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "finger_left": { + "rotation": [0, 0, "-37.5+math.sin(q.anim_time*90*1-160)*4 "] + }, + "finger6": { + "rotation": [0, 0, "15-math.sin(q.anim_time*90*1-160)*4 "] + }, + "finger4": { + "rotation": [23.30696, -9.30727, "20.5764-math.sin(q.anim_time*90*1-160)*4 "], + "position": [1.44105, 1.17789, -0.9726] + }, + "chest": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "finger5": { + "rotation": [0, 0, "25-math.sin(q.anim_time*90*1-160)*4 "] + }, + "bottomwire_left2": { + "rotation": [14.01844, -12.07214, -6.53913] + }, + "bottomwire_left3": { + "rotation": { + "0.0": { + "post": [2.54459, -9.55634, 2.02033], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [2.54459, -9.55634, 2.02033], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-22.45541, -9.55634, 2.02033], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-22.45541, -9.55634, 2.02033], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [2.54459, -9.55634, 2.02033], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_left4": { + "rotation": { + "0.0": { + "post": [-5.04292, -7.4713, 0.6574], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [5.08735, -14.94259, -0.01146], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [5.08735, -14.94259, -0.01146], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [10.08735, -14.94259, -0.01146], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [10.08735, -14.94259, -0.01146], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-5.04292, -7.4713, 0.6574], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_left5": { + "rotation": { + "0.0": { + "post": [-17.64168, 0, -2.26708], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-17.64168, 0, -2.26708], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [4.85832, 0, -2.26708], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [19.85832, 0, -2.26708], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-17.64168, 0, -2.26708], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_left6": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_left7": { + "rotation": { + "0.0": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-27.86082, -8.86042, 4.65468], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-27.86082, -8.86042, 4.65468], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_left8": { + "rotation": { + "0.0": { + "post": [-20.28356, -9.39129, 3.45118], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-20.07031, 4.69776, -1.71394], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-20.07031, 4.69776, -1.71394], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-7.57031, 4.69776, -1.71394], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-22.57031, 4.69776, -1.71394], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-20.28356, -9.39129, 3.45118], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_left9": { + "rotation": [-23.0606, 11.4038, -5.03944] + }, + "bone9": { + "rotation": { + "0.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-25.53051, -11.31255, 5.35254], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-25.53051, -11.31255, 5.35254], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-22.5, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-22.5, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bumble_flash": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.1667": [0, 0, 0], + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.8333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9167": [0, 0, 0] + } + }, + "bumble_flash2": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.1667": [0, 0, 0], + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.8333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9167": [0, 0, 0] + } + }, + "bumble_flash3": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.1667": [0, 0, 0], + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.8333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9167": [0, 0, 0] + } + }, + "bottomwire_flash_left2": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.625": [0, 0, 0], + "1.6667": [0, 0, 0], + "1.7917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.8333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_flash_left": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.625": [0, 0, 0], + "1.6667": [0, 0, 0], + "1.7917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.8333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_flash_left3": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.625": [0, 0, 0], + "1.6667": [0, 0, 0], + "1.7917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.8333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_flash_left9": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.625": [0, 0, 0], + "1.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.875": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_flash_left4": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.625": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.875": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_flash_left5": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.625": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.875": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_flash_left6": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.625": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.875": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_flash_left7": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.625": [0, 0, 0], + "1.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.875": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_flash_left8": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.625": [0, 0, 0], + "1.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.875": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_left": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-35, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-35, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_left2": { + "rotation": { + "0.0": { + "post": [-2.18005, -16.93315, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-2.18005, -16.93315, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-1.18283, -0.09447, -23.12467], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-1.18283, -0.09447, -23.12467], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.18005, -16.93315, 0], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_left3": { + "rotation": { + "0.0": { + "post": [6.8817, -24.09293, -16.47027], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [39.70644, -26.59938, -49.55603], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [39.70644, -26.59938, -49.55603], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [24.12375, -16.75302, -41.25335], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [24.12375, -16.75302, -41.25335], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [6.8817, -24.09293, -16.47027], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_left4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_left5": { + "rotation": [-10.54511, 12.11427, 0] + }, + "topwire_left6": { + "rotation": { + "0.0": { + "post": [-21.88023, 23.39896, -9.06159], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-28.7877, 13.65152, -30.49631], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-28.7877, 13.65152, -30.49631], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-16.2877, 13.65152, -30.49631], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-16.2877, 13.65152, -30.49631], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-21.88023, 23.39896, -9.06159], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_left7": { + "rotation": { + "0.0": { + "post": [-17.5, 10, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2.5, 10, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [2.5, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-17.5, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-17.5, 10, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-17.5, 10, 0], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_left8": { + "rotation": { + "0.0": { + "post": [-20, 5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-42.43397, -2.05035, 2.56032], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-19.93397, -2.05035, 2.56032], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-20, 5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_left9": { + "rotation": { + "0.0": { + "post": [-11.64798, 32.11187, -4.49976], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-17.5, 10, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-17.5, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [5, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [5, 10, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-11.64798, 32.11187, -4.49976], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_left10": { + "rotation": { + "0.0": { + "post": [-1.11086, 1.25066, -6.74323], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-36.11086, 1.25066, -6.74323], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-61.11086, 1.25066, -6.74323], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-16.28445, -8.3543, -3.95161], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-16.28445, -8.3543, -3.95161], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-1.11086, 1.25066, -6.74323], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_left11": { + "rotation": { + "0.0": { + "post": [-15.99962, 15.27479, -20.01713], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-10.90769, 12.90437, -17.85488], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-10.90769, 12.90437, -17.85488], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-15.60877, -8.80839, -13.24754], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-15.60877, -8.80839, -13.24754], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-15.99962, 15.27479, -20.01713], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_left12": { + "rotation": { + "0.0": { + "post": [-5, 10, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-7.4657, -7.43488, 1.51453], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-7.4657, -7.43488, 1.51453], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-10.41094, -44.52219, 7.88404], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-10.41094, -44.52219, 7.88404], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-5, 10, 0], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_left13": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-15, -26.44, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, -10, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, -10, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_flash_left9": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.625": [0, 0, 0], + "1.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.875": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_flash_left": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.625": [0, 0, 0], + "1.6667": [0, 0, 0], + "1.7917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.8333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_flash_left2": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.625": [0, 0, 0], + "1.6667": [0, 0, 0], + "1.7917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.8333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_flash_left3": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.625": [0, 0, 0], + "1.6667": [0, 0, 0], + "1.7917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.8333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_flash_left4": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.625": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.875": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_flash_left5": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.625": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.875": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_flash_left6": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.625": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.875": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_flash_left7": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.625": [0, 0, 0], + "1.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.875": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_flash_left8": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.625": [0, 0, 0], + "1.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.875": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_right": { + "rotation": { + "0.0": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-12.39583, 15, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-12.39583, 15, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_flash_right": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.625": [0, 0, 0], + "1.6667": [0, 0, 0], + "1.7917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.8333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_right2": { + "rotation": { + "0.0": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-5, -5, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-5, -5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_flash_right2": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.625": [0, 0, 0], + "1.6667": [0, 0, 0], + "1.7917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.8333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_right3": { + "rotation": { + "0.0": { + "post": [-12.5, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-12.5, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-7.28244, 15.02722, 0.6749], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-7.28244, 15.02722, 0.6749], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-12.5, 22.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_flash_right3": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.625": [0, 0, 0], + "1.6667": [0, 0, 0], + "1.7917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.8333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_right4": { + "rotation": { + "0.0": { + "post": [10, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [10, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [10, 12.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_flash_right4": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.625": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.875": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_right5": { + "rotation": { + "0.0": { + "post": [-9.9977, -4.84886, 1.73415], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [5.0023, -4.84886, 1.73415], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [5.0023, -4.84886, 1.73415], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-9.9977, -4.84886, 1.73415], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_flash_right5": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.625": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.875": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_right6": { + "rotation": [-20, 0, 0] + }, + "bottomwire_flash_right6": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.625": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.875": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_right7": { + "rotation": { + "0.0": { + "post": [-5.29819, -19.90235, 2.24504], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-5.29819, -19.90235, 2.24504], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-5.492, -24.88023, 2.75333], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-5.492, -24.88023, 2.75333], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-5.29819, -19.90235, 2.24504], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_flash_right7": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.625": [0, 0, 0], + "1.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.875": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_right8": { + "rotation": [-15.83489, -21.96714, -11.41517] + }, + "bottomwire_flash_right8": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.625": [0, 0, 0], + "1.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.875": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_right9": { + "rotation": { + "0.0": { + "post": [-10, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-27.5, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-27.5, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-13.77512, -15.38839, -3.33086], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-13.77512, -15.38839, -3.33086], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-10, -27.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_flash_right9": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.625": [0, 0, 0], + "1.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.875": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bone2": { + "rotation": [0, -7.5, 0] + }, + "bone3": { + "rotation": { + "0.0": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [-0.26482, -20.03491, -2.97649], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-0.26482, -20.03491, -2.97649], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-0.25487, -12.53499, -3.0119], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-0.25487, -12.53499, -3.0119], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-0.26482, -20.03491, -2.97649], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": [-15.22074, -9.65594, 2.61298] + }, + "bone6": { + "rotation": { + "0.0": { + "post": [-17.94582, -11.73507, 4.3361], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-17.94582, -11.73507, 4.3361], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-16.80328, -24.76393, 52.37322], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-16.80328, -24.76393, 52.37322], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-17.94582, -11.73507, 4.3361], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_right": { + "rotation": { + "0.0": { + "post": [10.12076, 12.45167, 1.10693], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [10.12076, 12.45167, 1.10693], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-2.27507, 12.45167, 1.10693], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-2.27507, 12.45167, 1.10693], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [10.12076, 12.45167, 1.10693], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_flash_right": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.625": [0, 0, 0], + "1.6667": [0, 0, 0], + "1.7917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.8333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_right2": { + "rotation": { + "0.0": { + "post": [5.36444, 7.02582, -1.66517], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [5.36444, 7.02582, -1.66517], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-7.13556, 7.02582, -1.66517], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-7.13556, 7.02582, -1.66517], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [5.36444, 7.02582, -1.66517], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_flash_right2": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.625": [0, 0, 0], + "1.6667": [0, 0, 0], + "1.7917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.8333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_flash_right3": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.625": [0, 0, 0], + "1.6667": [0, 0, 0], + "1.7917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.8333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_right4": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_flash_right4": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.625": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.875": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_right5": { + "rotation": [-17.5, 0, 0] + }, + "topwire_flash_right5": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.625": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.875": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_right6": { + "rotation": [-15.0547, -4.82922, 1.29717] + }, + "topwire_flash_right6": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.625": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.875": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_right7": { + "rotation": { + "0.0": { + "post": [-18.29388, -16.66577, 5.41615], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-17.64168, -7.15102, 2.26708], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-17.64168, -7.15102, 2.26708], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-17.89807, -11.91276, 3.81397], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-17.89807, -11.91276, 3.81397], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-18.29388, -16.66577, 5.41615], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_flash_right7": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.625": [0, 0, 0], + "1.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.875": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_right8": { + "rotation": [-18.07779, -14.2906, 4.60659] + }, + "topwire_flash_right8": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.625": [0, 0, 0], + "1.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.875": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_right9": { + "rotation": { + "0.0": { + "post": [-17.5, -10, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-17.5, -10, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [16.94645, -17.14293, 2.35408], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [16.94645, -17.14293, 2.35408], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-17.5, -10, 0], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_flash_right9": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.625": [0, 0, 0], + "1.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.875": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_right10": { + "rotation": { + "0.0": { + "post": [-21.15324, -17.79276, 13.51211], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-36.15324, -17.79276, 13.51211], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-36.15324, -17.79276, 13.51211], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-21.15324, -17.79276, 13.51211], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_right11": { + "rotation": [-3.1469, -14.0761, 5.23619] + }, + "topwire_right12": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-10.15108, -9.84655, 1.75378], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-10.15108, -9.84655, 1.75378], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_flash": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bumble_flash4": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.1667": [0, 0, 0], + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.8333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9167": [0, 0, 0] + } + }, + "waist_flash": { + "scale": 0 + }, + "tail2": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1-90)*0.5 "] + }, + "bumble_on4": { + "scale": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0417": [1, 1, 1], + "1.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bumble_on": { + "scale": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0417": [1, 1, 1], + "1.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bumble_on2": { + "scale": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0417": [1, 1, 1], + "1.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bumble_on3": { + "scale": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0417": [1, 1, 1], + "1.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "neck3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bicep_on": { + "scale": { + "0.0": [0, 0, 0], + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.875": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "forearm_on": { + "scale": { + "0.0": [0, 0, 0], + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.875": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "hand_on": { + "scale": { + "0.0": [0, 0, 0], + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.875": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bodymain": { + "position": { + "0.0": [0, 0, 0], + "0.875": [0, 0, 0], + "0.9583": [0, 0, 0], + "1.0417": [0, 0, 0], + "1.0833": [0, -1, 0], + "1.125": [0, 0, 0], + "1.1667": [0, -1, 0], + "1.2083": [0, 0, 0], + "1.25": [0, -1, 0], + "1.2917": [0, 0, 0], + "1.3333": [0, -1, 0], + "1.375": [0, 0, 0], + "1.4167": [0, -1, 0], + "1.4583": [0, 0, 0], + "1.5": [0, -1, 0], + "1.5417": [0, 0, 0], + "1.5833": [0, 0, 0], + "1.625": [0, -1, 0], + "1.6667": [0, 0, 0], + "1.7083": [0, -1, 0], + "1.75": [0, 0, 0], + "1.7917": [0, -1, 0], + "2.5": [0, 0, 0] + } + }, + "finger_left2": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1-160)*4 "] + }, + "finger_left3": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1-160)*4 "] + }, + "jaw": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [48.84, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [48.84, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [48.84, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [48.84, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [48.84, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [48.84, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [48.84, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-24.87, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone12": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone13": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-13.2, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_left14": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-25, -15, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-25, -15, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-53.55, -10.6575, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "shoulder_flash": { + "scale": { + "1.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bicep_flash": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.1667": [0, 0, 0], + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "forearm_flash": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.1667": [0, 0, 0], + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "hand_flash": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.1667": [0, 0, 0], + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "topwire_right13": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-15, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_right14": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-22.5, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "crest_zek_flash": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2083": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + }, + "1.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.875": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + } + } + }, + "animation.kyuremblack.cry": { + "animation_length": 1.75, + "bones": { + "torso": { + "rotation": { + "0.0": ["22.5+math.sin(q.anim_time*90*1-15 )*1.5 ", 0, 0], + "0.4167": ["7.5+math.sin(q.anim_time*90*1-15 )*1.5 ", 0, 0], + "1.25": ["7.5+math.sin(q.anim_time*90*1-15 )*1.5 ", 0, 0], + "1.75": ["22.5+math.sin(q.anim_time*90*1-15 )*1.5 ", 0, 0] + }, + "position": { + "0.0": [0, 0, -3], + "0.4167": [0, 0, -2], + "1.25": [0, 0, -2], + "1.75": [0, 0, -3] + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [-2.46, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-22.46, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-22.46, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-2.46, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck2": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.00114, 0.82116, -0.29731], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-0.00114, 0.82116, -0.29731], + "lerp_mode": "catmullrom" + } + } + }, + "wingattachment_left": { + "rotation": { + "0.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_left": { + "rotation": [20.05826, 11.46464, -50.13707] + }, + "wing_left": { + "rotation": { + "0.0": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-28.6978, 14.67054, -30.40372], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-28.6978, 14.67054, -30.40372], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": [30.40773, 24.1782, 13.51584] + }, + "ankle_left": { + "rotation": [-17.5, 0, 0] + }, + "foot_left": { + "rotation": [-7.21924, -2.89997, -12.17586] + }, + "uppertorso": { + "rotation": { + "0.0": { + "post": [-7.7084, 0.78571, 2.47591], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-10.2084, 0.78571, 2.47591], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-10.2084, 0.78571, 2.47591], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-7.7084, 0.78571, 2.47591], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.07844, -0.58855, 0.7399], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-0.08, -2.59, 0.74], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-0.08, -2.59, 0.74], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-0.07844, -0.58855, 0.7399], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": [30.40773, -24.1782, -13.5158], + "position": [0, 0, -10] + }, + "ankle_right": { + "rotation": [-17.5, 0, 0] + }, + "foot_right": { + "rotation": [-7.21924, 2.9, 12.1759] + }, + "shoulder_left": { + "rotation": [17.76105, -3.94291, -47.0696], + "position": [0, 2.92889, 0.64932] + }, + "forearm_left": { + "rotation": { + "0.0": [0, -62.5, 0], + "0.4167": [-60, -62.5, 0], + "1.25": [-60, -62.5, 0], + "1.75": [0, -62.5, 0] + } + }, + "hand_left": { + "rotation": [-5.38152, -19.291, "-26.5847+math.sin(q.anim_time*90*1-120)*4 "], + "position": [-4.09297, -0.26559, -1.22563] + }, + "kyurem": { + "position": [0, -3, 0] + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, -2.2444], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [180, 0, 176.92402], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [179.78642, 0, 176.92402], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0.6254, 0.5704, -2.2444], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": ["-math.sin(q.anim_time*90*1-170)*3", 0, 0] + }, + "shoulder_right": { + "rotation": { + "0.0": { + "post": [29.686, 30.15549, 50.8391], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-16.71064, 10.17441, 39.7375], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-16.71064, 10.17441, 39.7375], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [29.686, 30.15549, 50.8391], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [2, 1.23964, 2.11439], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [2, 1.23964, 2.11439], + "lerp_mode": "catmullrom" + } + } + }, + "forearm_right": { + "rotation": { + "0.0": [-42.5, 27.5, 0], + "0.4167": [-101.54388, 54.65149, -5.97964], + "1.25": [-101.54388, 54.65149, -5.97964], + "1.75": [-42.5, 27.5, 0] + }, + "position": { + "0.0": [-1.05965, 0.76675, -1.13545], + "1.75": [-1.05965, 0.76675, -1.13545] + } + }, + "hand_right": { + "rotation": [9.29638, 16.59775, "34.3297-math.sin(q.anim_time*90*1-120)*4 "], + "position": [0.04647, 0.38031, 0.11647] + }, + "wingattachment_right": { + "rotation": { + "0.0": { + "post": [-10.17442, 1.41173, -0.35212], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [14.82558, 1.41173, -0.35212], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [14.82558, 1.41173, -0.35212], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-10.17442, 1.41173, -0.35212], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + } + } + }, + "wing_right": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-5.6136, -28.85392, 26.25533], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-5.6136, -28.85392, 26.25533], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "finger_left": { + "rotation": [0, 0, "-37.5+math.sin(q.anim_time*90*1-160)*4 "] + }, + "finger6": { + "rotation": [0, 0, "15-math.sin(q.anim_time*90*1-160)*4 "] + }, + "finger4": { + "rotation": [23.30696, -9.30727, "20.5764-math.sin(q.anim_time*90*1-160)*4 "], + "position": [1.44105, 1.17789, -0.9726] + }, + "chest": { + "rotation": { + "0.0": ["-7.2879-math.sin(q.anim_time*90*1-60)*3 ", -2.90965, -1.69097], + "0.4167": ["-14.7879-math.sin(q.anim_time*90*1-60)*3 ", -2.90965, -1.69097], + "1.25": ["-14.7879-math.sin(q.anim_time*90*1-60)*3 ", -2.90965, -1.69097], + "1.75": ["-7.2879-math.sin(q.anim_time*90*1-60)*3 ", -2.90965, -1.69097] + } + }, + "finger5": { + "rotation": [0, 0, "25-math.sin(q.anim_time*90*1-160)*4 "] + }, + "bottomwire_left2": { + "rotation": [14.01844, -12.07214, -6.53913] + }, + "bottomwire_left3": { + "rotation": [2.54459, -9.55634, 2.02033] + }, + "bottomwire_left4": { + "rotation": [-5.04292, -7.4713, 0.6574] + }, + "bottomwire_left5": { + "rotation": [-17.64168, 0, -2.26708] + }, + "bottomwire_left6": { + "rotation": [-15, 0, 0] + }, + "bottomwire_left7": { + "rotation": [-27.5, 0, 0] + }, + "bottomwire_left8": { + "rotation": [-20.28356, -9.39129, 3.45118] + }, + "bottomwire_left9": { + "rotation": [-23.0606, 11.4038, -5.03944] + }, + "bone9": { + "rotation": [-17.5, 0, 0] + }, + "bone10": { + "rotation": [0, 22.5, 0] + }, + "bumble_flash": { + "scale": { + "0.0": [0, 0, 0], + "0.4167": [0, 0, 0], + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.625": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.875": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bumble_flash2": { + "scale": { + "0.0": [0, 0, 0], + "0.4167": [0, 0, 0], + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.625": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.875": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bumble_flash3": { + "scale": { + "0.0": [0, 0, 0], + "0.4167": [0, 0, 0], + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.625": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.875": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_flash_left2": { + "scale": 0 + }, + "bottomwire_flash_left": { + "scale": 0 + }, + "bottomwire_flash_left3": { + "scale": 0 + }, + "bottomwire_flash_left9": { + "scale": 0 + }, + "bottomwire_flash_left4": { + "scale": 0 + }, + "bottomwire_flash_left5": { + "scale": 0 + }, + "bottomwire_flash_left6": { + "scale": 0 + }, + "bottomwire_flash_left7": { + "scale": 0 + }, + "bottomwire_flash_left8": { + "scale": 0 + }, + "topwire_left": { + "rotation": [0, 0, 15] + }, + "topwire_left2": { + "rotation": [-2.18005, -16.93315, 0] + }, + "topwire_left3": { + "rotation": [6.8817, -24.09293, -16.47027] + }, + "topwire_left4": { + "rotation": [0, 0, 0] + }, + "topwire_left5": { + "rotation": [-10.54511, 12.11427, 0] + }, + "topwire_left6": { + "rotation": [-21.88023, 23.39896, -9.06159] + }, + "topwire_left7": { + "rotation": [-17.5, 10, 0] + }, + "topwire_left8": { + "rotation": [-20, 5, 0] + }, + "topwire_left9": { + "rotation": [-11.64798, 32.11187, -4.49976] + }, + "topwire_left10": { + "rotation": [-1.11086, 1.25066, -6.74323] + }, + "topwire_left11": { + "rotation": [-15.99962, 15.27479, -20.01713] + }, + "topwire_left12": { + "rotation": [-5, 10, 0] + }, + "topwire_left13": { + "rotation": [0, 0, 0] + }, + "topwire_flash_left9": { + "scale": 0 + }, + "topwire_flash_left": { + "scale": 0 + }, + "topwire_flash_left2": { + "scale": 0 + }, + "topwire_flash_left3": { + "scale": 0 + }, + "topwire_flash_left4": { + "scale": 0 + }, + "topwire_flash_left5": { + "scale": 0 + }, + "topwire_flash_left6": { + "scale": 0 + }, + "topwire_flash_left7": { + "scale": 0 + }, + "topwire_flash_left8": { + "scale": 0 + }, + "bottomwire_right": { + "rotation": [0, 15, 0] + }, + "bottomwire_flash_right": { + "scale": 0 + }, + "bottomwire_right2": { + "rotation": [0, -5, 0] + }, + "bottomwire_flash_right2": { + "scale": 0 + }, + "bottomwire_right3": { + "rotation": [-12.5, 22.5, 0] + }, + "bottomwire_flash_right3": { + "scale": 0 + }, + "bottomwire_right4": { + "rotation": [10, 12.5, 0] + }, + "bottomwire_flash_right4": { + "scale": 0 + }, + "bottomwire_right5": { + "rotation": [-9.9977, -4.84886, 1.73415] + }, + "bottomwire_flash_right5": { + "scale": 0 + }, + "bottomwire_right6": { + "rotation": [-20, 0, 0] + }, + "bottomwire_flash_right6": { + "scale": 0 + }, + "bottomwire_right7": { + "rotation": [-5.29819, -19.90235, 2.24504] + }, + "bottomwire_flash_right7": { + "scale": 0 + }, + "bottomwire_right8": { + "rotation": [-15.83489, -21.96714, -11.41517] + }, + "bottomwire_flash_right8": { + "scale": 0 + }, + "bottomwire_right9": { + "rotation": [-10, -27.5, 0] + }, + "bottomwire_flash_right9": { + "scale": 0 + }, + "bone2": { + "rotation": [0, -7.5, 0] + }, + "bone3": { + "rotation": [0, -20, 0] + }, + "bone4": { + "rotation": [-0.26482, -20.03491, -2.97649] + }, + "bone5": { + "rotation": [-15.22074, -9.65594, 2.61298] + }, + "bone6": { + "rotation": [-17.94582, -11.73507, 4.3361] + }, + "topwire_right": { + "rotation": [10.12076, 12.45167, 1.10693] + }, + "topwire_flash_right": { + "scale": 0 + }, + "topwire_right2": { + "rotation": [5.36444, 7.02582, -1.66517] + }, + "topwire_flash_right2": { + "scale": 0 + }, + "topwire_flash_right3": { + "scale": 0 + }, + "topwire_right4": { + "rotation": [10, 0, 0] + }, + "topwire_flash_right4": { + "scale": 0 + }, + "topwire_right5": { + "rotation": [-17.5, 0, 0] + }, + "topwire_flash_right5": { + "scale": 0 + }, + "topwire_right6": { + "rotation": [-15.0547, -4.82922, 1.29717] + }, + "topwire_flash_right6": { + "scale": 0 + }, + "topwire_right7": { + "rotation": [-18.29388, -16.66577, 5.41615] + }, + "topwire_flash_right7": { + "scale": 0 + }, + "topwire_right8": { + "rotation": [-18.07779, -14.2906, 4.60659] + }, + "topwire_flash_right8": { + "scale": 0 + }, + "topwire_right9": { + "rotation": [-17.5, -10, 0] + }, + "topwire_flash_right9": { + "scale": 0 + }, + "topwire_right10": { + "rotation": [-21.15324, -17.79276, 13.51211] + }, + "topwire_right11": { + "rotation": [-3.1469, -14.0761, 5.23619] + }, + "topwire_right12": { + "rotation": [-10, 0, 0] + }, + "tail_flash": { + "scale": { + "0.0": [0, 0, 0], + "0.4167": [0, 0, 0], + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.625": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.875": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bumble_flash4": { + "scale": { + "0.0": [0, 0, 0], + "0.4167": [0, 0, 0], + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.625": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.875": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "waist_flash": { + "scale": 0 + }, + "tail2": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1-90)*0.5 "] + }, + "bumble_on4": { + "scale": 0 + }, + "bumble_on": { + "scale": { + "0.0": [0, 0, 0], + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": [1, 1, 1], + "1.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bumble_on2": { + "scale": { + "0.0": [0, 0, 0], + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": [1, 1, 1], + "1.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bumble_on3": { + "scale": { + "0.0": [0, 0, 0], + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": [1, 1, 1], + "1.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "neck3": { + "rotation": { + "0.0": ["-2.5917+math.sin(q.anim_time*90*1-150)*2 ", 0, 0], + "1.75": ["-2.5917+math.sin(q.anim_time*90*1-150)*2 ", 0, 0] + } + }, + "bicep_on": { + "scale": { + "0.0": [0, 0, 0], + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "forearm_on": { + "scale": { + "0.0": [0, 0, 0], + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "hand_on": { + "scale": { + "0.0": [0, 0, 0], + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "wires_left": { + "scale": 0 + }, + "wires_right": { + "scale": 0 + }, + "bodymain": { + "position": { + "0.0": [0, 0, 0], + "0.4167": [0, 0, 0], + "0.4583": [0, 2, 0], + "0.5": [0, 0, 0], + "0.5417": [0, 2, 0], + "0.5833": [0, 0, 0], + "0.625": [0, 1, 0], + "0.6667": [0, 0, 0], + "0.7083": [0, 1, 0], + "0.75": [0, 0, 0], + "0.7917": [0, 1, 0], + "0.8333": [0, 0, 0], + "0.875": [0, 1, 0], + "0.9167": [0, 0, 0], + "0.9583": [0, 1, 0], + "1.0": [0, 0, 0], + "1.0417": [0, 1, 0], + "1.0833": [0, 0, 0], + "1.125": [0, 1, 0], + "1.1667": [0, 0, 0], + "1.2083": [0, 1, 0], + "1.75": [0, 0, 0] + } + }, + "finger_left2": { + "rotation": { + "0.0": [0, 0, "0+math.sin(q.anim_time*90*1-160)*4 "], + "1.75": [0, 0, "0+math.sin(q.anim_time*90*1-160)*4 "] + } + }, + "finger_left3": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1-160)*4 "] + }, + "jaw": { + "rotation": { + "0.0": [0, 0, 0], + "0.4167": [47.5, 0, 0], + "0.4583": [41.75, 0, 0], + "0.5": [47.5, 0, 0], + "0.5417": [41.75, 0, 0], + "0.5833": [47.5, 0, 0], + "0.625": [41.75, 0, 0], + "0.6667": [47.5, 0, 0], + "0.7083": [41.75, 0, 0], + "0.75": [47.5, 0, 0], + "0.7917": [41.75, 0, 0], + "0.8333": [47.5, 0, 0], + "0.875": [41.75, 0, 0], + "0.9167": [47.5, 0, 0], + "0.9583": [41.75, 0, 0], + "1.0": [47.5, 0, 0], + "1.0417": [41.75, 0, 0], + "1.0833": [47.5, 0, 0], + "1.125": [41.75, 0, 0], + "1.1667": [47.5, 0, 0], + "1.2083": [41.75, 0, 0], + "1.25": [32.5, 0, 0], + "1.75": [0, 0, 0] + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-29.85169, 20.8022, -11.48154], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-29.85169, 20.8022, -11.48154], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "shoulder_flash": { + "scale": { + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bicep_flash": { + "scale": { + "0.4167": [0, 0, 0], + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.625": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.875": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "forearm_flash": { + "scale": { + "0.4167": [0, 0, 0], + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.625": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.875": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "hand_flash": { + "scale": { + "0.4167": [0, 0, 0], + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.625": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.875": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "crest_zek_flash": { + "scale": { + "0.4167": [0, 0, 0], + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.625": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.875": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kyuremwhite/kyuremwhite.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kyuremwhite/kyuremwhite.animation.json new file mode 100644 index 0000000..6faeb69 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kyuremwhite/kyuremwhite.animation.json @@ -0,0 +1,7954 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.kyuremwhite.starting": { + "loop": true, + "bones": { + "tail": { + "rotation": [0, 2.5, 0] + }, + "neck": { + "rotation": [32.5, 0, 0] + }, + "neck2": { + "rotation": [17.5, 0, 0] + }, + "head": { + "rotation": [-25, 0, 0], + "position": [0, -0.75829, -3.70058] + }, + "fire_crest": { + "rotation": [9.85108, -1.72794, 9.85108], + "position": [0.45579, 0.46018, -0.22025] + }, + "jaw": { + "rotation": [0, 0, 0] + }, + "arms": { + "rotation": [25, 0, 0] + }, + "neck3": { + "rotation": [30, 0, 0], + "position": [0, -0.16199, -1.49458] + }, + "ankle_right": { + "rotation": [37.35384, 0.16649, 0] + }, + "leg_right": { + "rotation": [10.80713, -21.16479, -15.11769], + "position": [3, -2.5, -5] + }, + "foot_right": { + "rotation": [-41.97619, 1.15386, 16.76033] + }, + "body5": { + "rotation": [-25, 0, 0], + "position": [0, -0.17365, -0.98481] + }, + "thighL_2": { + "rotation": [37.5, 0, 0], + "position": [-0.46937, 0.03172, -0.78863] + }, + "body4": { + "position": [0, 0.24311, 1.37873] + }, + "leg_left": { + "rotation": [10.80713, 21.1648, 15.1177], + "position": [-2.5, -2.5, -5.4] + }, + "thighL_4": { + "rotation": [37.5, 0, 0], + "position": [-0.46937, 0.03172, -0.78863] + }, + "ankle_left": { + "rotation": [37.35384, 0, 0] + }, + "foot_left": { + "rotation": [-41.97619, -1.1539, -16.7603] + } + } + }, + "animation.kyuremwhite.pose_cover": { + "animation_length": 3.25, + "bones": { + "tail": { + "rotation": [0, 2.5, 0] + }, + "tail1": { + "rotation": [19.82648, 2.86313, -6.93488] + }, + "neck": { + "rotation": [32.92638, 14.63639, 3.31914] + }, + "neck2": { + "rotation": [2.5, 0, 0] + }, + "head": { + "rotation": [-66.83284, -7.48318, -3.57464], + "position": [0, 2.24171, -3.70058] + }, + "fire_crest": { + "rotation": [9.85108, -1.72794, 9.85108], + "position": [0.45579, 0.46018, -0.22025] + }, + "fire_crest_end": { + "rotation": [8.13814, -21.71468, 26.53753] + }, + "jaw": { + "rotation": [27.5, 0, 0] + }, + "arms": { + "rotation": [25, 0, 0] + }, + "arm_right": { + "rotation": [0, 0, -25], + "position": [0, 1.96962, -0.3473] + }, + "shoulder_right": { + "rotation": [-5.66524, 69.42992, 43.87529], + "position": [0.18708, -0.12162, 1.86481] + }, + "bicep_right": { + "rotation": [0, 0, 7.5] + }, + "forearm_right": { + "rotation": [-58.13904, 45.12506, -71.68246] + }, + "wrist_right": { + "rotation": [-24.30047, 7.27427, -9.16607] + }, + "wingattachment_right": { + "rotation": [2.32131, -2.73109, -10.83401], + "position": [-1.8, -0.94413, -0.74741] + }, + "arm_left": { + "position": [1, 2.95442, -0.52094] + }, + "shoulder_left": { + "rotation": [-65.3845, -5.58366, -31.32741] + }, + "bicep_left": { + "rotation": [25.76926, -13.56626, -6.46066] + }, + "forearm_left": { + "rotation": [26.0795, -73.929, -39.14384] + }, + "wrist_left": { + "rotation": [-50.76588, -15.74419, -12.49325] + }, + "neck3": { + "rotation": [5, 0, 0], + "position": [0, -0.16199, -1.49458] + }, + "ankle_right": { + "rotation": [62.35384, 0.16649, 0] + }, + "leg_right": { + "rotation": [12.09254, -33.4187, -17.90462], + "position": [3, -2.5, -5] + }, + "foot_right": { + "rotation": [35.52381, 1.15386, 16.76033] + }, + "body5": { + "rotation": [-10, 0, 0], + "position": [0, -0.17365, -0.98481] + }, + "thighL_2": { + "rotation": [37.5, 0, 0], + "position": [-0.46937, 0.03172, -0.78863] + }, + "body4": { + "rotation": [5, 0, 0], + "position": [0, 0.24311, 1.37873] + }, + "fire_crest3": { + "rotation": [-13.5, 0, 0], + "position": [1.1, 0.09872, 0.89658] + }, + "wingattachment_left2": { + "rotation": [12.31594, -2.1539, 9.7676], + "position": [1.8, -0.94413, 0] + }, + "leg_left": { + "rotation": [6.81603, 16.26153, 33.58861], + "position": [-0.92156, -2.32964, -7.95495] + }, + "thighL_4": { + "rotation": [37.5, 0, 0], + "position": [-0.46937, -0.2487, -0.82555] + }, + "ankle_left": { + "rotation": [73.53917, 3.44994, -6.60047], + "position": [-0.20478, 1.5034, -0.5078] + }, + "foot_left": { + "rotation": [35.80579, -9.29574, -1.21877], + "position": [-0.04674, 0.66965, 0.19844] + }, + "tail_6": { + "rotation": [-22.99008, -11.53486, 4.8493] + }, + "tail9": { + "rotation": [20, 0, 0] + }, + "crests": { + "rotation": [5, 0, 0] + }, + "wires_right": { + "rotation": [0, 0, 10] + }, + "topwire_right": { + "rotation": [0, 3, 0], + "position": [-1.49794, -1.5, -1.3215] + }, + "bottomwire_right": { + "rotation": [0, 0, 7.5], + "position": [-9.12129, 1.20084, -0.9] + }, + "body": { + "position": [0, 31, 0] + } + } + }, + "animation.kyuremwhite.pose": { + "animation_length": 4.875, + "bones": { + "tail": { + "rotation": [0, 2.5, 0] + }, + "tail1": { + "rotation": [7.5, 0, 0] + }, + "neck": { + "rotation": [37.5, 0, 0] + }, + "neck2": { + "rotation": [17.5, 0, 0] + }, + "head": { + "rotation": [-25, 0, 0], + "position": [0, -0.75829, -3.70058] + }, + "fire_crest": { + "rotation": [9.85108, -1.72794, 9.85108], + "position": [0.45579, 0.46018, -0.22025] + }, + "fire_crest_end": { + "scale": 0 + }, + "jaw": { + "rotation": [0, 0, 0] + }, + "arms": { + "rotation": [25, 0, 0] + }, + "arm_right": { + "position": [0, 1.96962, -0.3473] + }, + "shoulder_right": { + "rotation": [42.9145, 0, 25.62963], + "position": [-2, 1.96962, -0.3473] + }, + "bicep_right": { + "rotation": [0, 0, 0] + }, + "forearm_right": { + "rotation": [0, 95, 0] + }, + "wrist_right": { + "rotation": [17.6813, 12.2379, 2.47909] + }, + "wingattachment_right": { + "rotation": [12.31594, 2.15393, -9.76758], + "position": [-1.8, -0.94413, -0.74741] + }, + "arm_left": { + "position": [1, 2.95442, -0.52094] + }, + "shoulder_left": { + "rotation": [15, 0, -33.45488] + }, + "bicep_left": { + "rotation": [24.58726, -15.69466, -1.78427] + }, + "forearm_left": { + "rotation": [0, -84.144, 0], + "position": [0.81246, 0.74802, 1.66745] + }, + "wrist_left": { + "rotation": [0, 0, 0] + }, + "neck3": { + "rotation": [30, 0, 0], + "position": [0, -0.16199, -1.49458] + }, + "ankle_right": { + "rotation": [-17.5, 0, 0] + }, + "leg_right": { + "rotation": [10.8071, -21.16479, -15.11769], + "position": [1.1, -2.5, -5] + }, + "foot_right": { + "rotation": [-26.998, 0.2462, 14.978], + "position": [0, 0, 0] + }, + "body5": { + "rotation": [-25, 0, 0], + "position": [0, -0.17365, -0.98481] + }, + "thighL_2": { + "rotation": [37.5, 0, 0], + "position": [-0.46937, 0.03172, -0.78863] + }, + "body4": { + "rotation": [0, 0, 0], + "position": [0, 0.24311, 1.37873] + }, + "fire_crest3": { + "rotation": [-13.5, 0, 0], + "position": [1.1, 0.09872, 0.89658] + }, + "wingattachment_left2": { + "rotation": [12.31594, -2.1539, 9.7676], + "position": [1.8, -0.94413, 0] + }, + "leg_left": { + "rotation": [0.6786, 17.58393, 12.71864], + "position": [-0.92156, -2.32964, -7.95495] + }, + "thighL_4": { + "rotation": [37.5, 0, 0], + "position": [-0.46937, -0.2487, -0.82555] + }, + "ankle_left": { + "rotation": [-36.4608, 3.44994, -19.10047], + "position": [-0.20478, 1.5034, -0.5078] + }, + "foot_left": { + "rotation": [-14.498, -24.7538, 3.522], + "position": [0, 0, 0] + }, + "body": { + "position": [0, 0, 0] + }, + "tail_6": { + "rotation": [0, 0, 0] + }, + "tail_7": { + "rotation": [0, 0, 0] + }, + "tail8": { + "rotation": [0, 0, 0] + }, + "tail9": { + "rotation": [0, 0, 0] + }, + "tail_10": { + "rotation": [0, 0, 0] + }, + "body2": { + "position": [0, -2, 0] + }, + "fire_crest_end_fire": { + "rotation": [0, 10.49226, 30.974] + }, + "wires_right": { + "rotation": [0, 0, 0] + }, + "bottomwire_right": { + "rotation": [4, 0, 0], + "position": [0, 0.9, -2.2] + }, + "wires_left": { + "rotation": [0, 0, 0] + }, + "bottomwire_left": { + "position": [0, 2.3, -1.3] + }, + "fire_crest6": { + "rotation": [0, 0, 0] + }, + "fire_crest5": { + "rotation": [0, 0, 0] + }, + "fire_crest4": { + "rotation": [0, 0, 0] + }, + "fire_crest_end_fire2": { + "rotation": [0, 0, 0] + }, + "ankle_right2": { + "rotation": [40, 0, 0] + }, + "ankle_left2": { + "rotation": [55, 0, 0] + } + } + }, + "animation.kyuremwhite.pose2": { + "animation_length": 5.25, + "bones": { + "tail": { + "rotation": [0, 2.5, 0] + }, + "tail1": { + "rotation": { + "0.0": [0, 0, 0], + "1.9167": [0, 0, 0], + "2.0417": [0, 0, "math.sin(query.anim_time * 3000) * 3"], + "2.375": [0, 0, "math.sin(query.anim_time * 3000) * 3"], + "2.8333": [0, 0, 0] + } + }, + "neck": { + "rotation": [37.5, 0, 0] + }, + "neck2": { + "rotation": [17.5, 0, 0] + }, + "head": { + "rotation": [-25, 0, 0], + "position": [0, -0.75829, -3.70058] + }, + "fire_crest": { + "rotation": [9.85108, -1.72794, 9.85108], + "position": [0.45579, 0.46018, -0.22025] + }, + "fire_crest_end": { + "scale": 0 + }, + "jaw": { + "rotation": [0, 0, 0] + }, + "arms": { + "rotation": [25, 0, 0] + }, + "arm_right": { + "position": [0, 1.96962, -0.3473] + }, + "shoulder_right": { + "rotation": [42.9145, 0, 25.62963], + "position": [-2, 1.96962, -0.3473] + }, + "bicep_right": { + "rotation": [0, 0, 0] + }, + "forearm_right": { + "rotation": [0, 95, 0] + }, + "wrist_right": { + "rotation": [17.6813, 12.2379, 2.47909] + }, + "wingattachment_right": { + "rotation": [12.31594, 2.15393, -9.76758], + "position": [-1.8, -0.94413, -0.74741] + }, + "arm_left": { + "position": [1, 2.95442, -0.52094] + }, + "shoulder_left": { + "rotation": [15, 0, -33.45488] + }, + "bicep_left": { + "rotation": [24.58726, -15.69466, -1.78427] + }, + "forearm_left": { + "rotation": [0, -84.144, 0], + "position": [0.81246, 0.74802, 1.66745] + }, + "wrist_left": { + "rotation": [0, 0, 0] + }, + "neck3": { + "rotation": [30, 0, 0], + "position": [0, -0.16199, -1.49458] + }, + "ankle_right": { + "rotation": [-17.5, 0, 0] + }, + "leg_right": { + "rotation": [10.8071, -21.16479, -15.11769], + "position": [1.1, -2.5, -5] + }, + "foot_right": { + "rotation": [-26.998, 0.2462, 14.978], + "position": [0, 0, 0] + }, + "body5": { + "rotation": [-25, 0, 0], + "position": [0, -0.17365, -0.98481] + }, + "thighL_2": { + "rotation": [37.5, 0, 0], + "position": [-0.46937, 0.03172, -0.78863] + }, + "body4": { + "rotation": [0, 0, 0], + "position": [0, 0.24311, 1.37873] + }, + "fire_crest3": { + "rotation": [-13.5, 0, 0], + "position": [1.1, 0.09872, 0.89658] + }, + "wingattachment_left2": { + "rotation": [12.31594, -2.1539, 9.7676], + "position": [1.8, -0.94413, 0] + }, + "leg_left": { + "rotation": [0.6786, 17.58393, 12.71864], + "position": [-0.92156, -2.32964, -7.95495] + }, + "thighL_4": { + "rotation": [37.5, 0, 0], + "position": [-0.46937, -0.2487, -0.82555] + }, + "ankle_left": { + "rotation": [-36.4608, 3.44994, -19.10047], + "position": [-0.20478, 1.5034, -0.5078] + }, + "foot_left": { + "rotation": [-14.498, -24.7538, 3.522], + "position": [0, 0, 0] + }, + "body": { + "position": [0, 0, 0] + }, + "tail_6": { + "rotation": [0, 0, 0] + }, + "tail_7": { + "rotation": [0, 0, 0] + }, + "tail8": { + "rotation": [0, 0, 0] + }, + "tail9": { + "rotation": [0, 0, 0] + }, + "tail_10": { + "rotation": [0, 0, 0] + }, + "body2": { + "position": [0, -2, 0] + }, + "fire_crest_end_fire": { + "rotation": [0, 10.49226, 30.974] + }, + "wires_right": { + "rotation": [0, 0, 0] + }, + "bottomwire_right": { + "rotation": [4, 0, 0], + "position": [0, 0.9, -2.2] + }, + "wires_left": { + "rotation": [0, 0, 0] + }, + "bottomwire_left": { + "position": [0, 2.3, -1.3] + }, + "fire_crest6": { + "rotation": [0, 0, 0] + }, + "fire_crest5": { + "rotation": [0, 0, 0] + }, + "fire_crest4": { + "rotation": [0, 0, 0] + }, + "fire_crest_end_fire2": { + "rotation": [0, 0, 0] + }, + "ankle_right2": { + "rotation": [40, 0, 0] + }, + "ankle_left2": { + "rotation": [55, 0, 0] + }, + "tail_flash": { + "scale": { + "0.0417": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9167": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + }, + "2.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.875": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + }, + "5.25": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + } + } + }, + "tail_flash_dim": { + "scale": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [1, 1, 1] + }, + "0.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.875": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "5.25": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + } + } + }, + "tail_flash2": { + "scale": { + "0.0417": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9167": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + }, + "2.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.875": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + }, + "5.25": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + } + } + }, + "tail_flash_dim2": { + "scale": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [1, 1, 1] + }, + "0.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.875": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "5.25": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + } + } + }, + "tail_flash3": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_right5": { + "scale": { + "0.0": [1, 1, 1], + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.625": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "topwire_right4": { + "scale": { + "0.0": [1, 1, 1], + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.7917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "topwire_right3": { + "scale": { + "0.0": [1, 1, 1], + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "topwire_right2": { + "scale": { + "0.0": [1, 1, 1], + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.6667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.875": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire": { + "scale": { + "0.0": [1, 1, 1], + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.6667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.875": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire2": { + "scale": { + "0.0": [1, 1, 1], + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire3": { + "scale": { + "0.0": [1, 1, 1], + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.7917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire4": { + "scale": { + "0.0": [1, 1, 1], + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.625": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire5": { + "scale": { + "0.0": [1, 1, 1], + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.625": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.8333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.875": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire6": { + "scale": { + "0.0": [1, 1, 1], + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.6667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.875": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire7": { + "scale": { + "0.0": [1, 1, 1], + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire8": { + "scale": { + "0.0": [1, 1, 1], + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.7917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire9": { + "scale": { + "0.0": [1, 1, 1], + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.625": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire10": { + "scale": { + "0.0": [1, 1, 1], + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.625": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.8333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.875": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "topwire_left5": { + "scale": { + "0.0": [1, 1, 1], + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.625": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "topwire_left4": { + "scale": { + "0.0": [1, 1, 1], + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.7917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "topwire_left3": { + "scale": { + "0.0": [1, 1, 1], + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "topwire_left2": { + "scale": { + "0.0": [1, 1, 1], + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.6667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.875": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + } + } + }, + "animation.kyuremwhite.physical_attack": { + "animation_length": 2.25, + "bones": { + "tail": { + "rotation": [0, 2.5, 0] + }, + "tail1": { + "rotation": { + "0.0": [10, 0, 0], + "0.8333": [10, 0, 0], + "1.0": [10, 0, 0], + "1.125": [0, 0, "math.sin(query.anim_time * 3000) * 3"], + "1.4583": [0, 0, "math.sin(query.anim_time * 3000) * 3"], + "2.25": [10, 0, 0] + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [38.18385, -8.40819, -9.28293], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [38.18385, -8.40819, -9.28293], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [33.40282, 20.93782, 14.47883], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [33.40282, 20.93782, 14.47883], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck2": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [27.519, -4.98093, -0.43688], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [27.519, -4.98093, -0.43688], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [27.50474, 2.49048, 0.21803], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [27.50474, 2.49048, 0.21803], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-60, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-60, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-67.5, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-67.5, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -0.75829, -3.70058], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, -0.75829, -3.70058], + "lerp_mode": "catmullrom" + } + } + }, + "fire_crest": { + "rotation": [9.85108, -1.72794, 9.85108], + "position": [0.45579, 0.46018, -0.22025] + }, + "fire_crest_end": { + "scale": 0 + }, + "jaw": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arms": { + "rotation": [25, 0, 0] + }, + "arm_right": { + "position": [0, 1.96962, -0.3473] + }, + "shoulder_right": { + "rotation": { + "0.0": { + "post": [42.9145, 0, 25.62963], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [49.00682, 21.27441, 57.26849], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [49.00682, 21.27441, 57.26849], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [21.47339, 4.49174, 46.06157], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [18.03802, 7.03658, 39.39196], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [18.03802, 7.03658, 39.39196], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [42.9145, 0, 25.62963], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-2, 1.96962, -0.3473], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-2, 1.96962, -0.3473], + "lerp_mode": "catmullrom" + } + } + }, + "bicep_right": { + "rotation": [0, 0, 0] + }, + "forearm_right": { + "rotation": { + "0.0": { + "post": [0, 95, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 45, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 45, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 95, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 95, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 95, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wrist_right": { + "rotation": [17.6813, 12.2379, 2.47909] + }, + "wingattachment_right": { + "rotation": { + "0.0": [12.31594, 2.15393, -9.76758], + "0.9583": [12.31594, 2.15393, -9.76758], + "1.0833": [-9.739, 3.87048, -13.14538], + "1.5833": [-9.739, 3.87048, -13.14538], + "2.25": [12.31594, 2.15393, -9.76758] + }, + "position": { + "0.0": [-1.8, -0.94413, -0.74741], + "0.9583": [-1.8, -0.94413, -0.74741], + "1.0833": [-1.8, -0.94413, -0.74741], + "1.5833": [-1.8, -0.94413, -0.74741], + "2.25": [-1.8, -0.94413, -0.74741] + } + }, + "arm_left": { + "position": [1, 2.95442, -0.52094] + }, + "shoulder_left": { + "rotation": { + "0.0": { + "post": [15, 0, -33.45488], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-63.81215, 21.26065, 29.42942], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-63.81215, 21.26065, 29.42942], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-45.84336, -46.95326, -31.54905], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-45.84336, -46.95326, -31.54905], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [15, 0, -33.45488], + "lerp_mode": "catmullrom" + } + } + }, + "bicep_left": { + "rotation": [24.58726, -15.69466, -1.78427] + }, + "forearm_left": { + "rotation": { + "0.0": [0, -84.144, 0], + "0.75": [-37.5, -34.14, 0], + "0.9583": [-37.5, -34.14, 0], + "1.0833": [-7.87567, -48.47963, -43.351], + "1.5833": { + "pre": [-7.87567, -48.47963, -43.351], + "post": [-7.87567, -48.47963, -43.351], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, -84.144, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0.81246, 0.74802, 1.66745], + "2.25": [0.81246, 0.74802, 1.66745] + } + }, + "wrist_left": { + "rotation": [0, 0, 0] + }, + "neck3": { + "rotation": [30, 0, 0], + "position": [0, -0.16199, -1.49458] + }, + "ankle_right": { + "rotation": { + "0.0": [-17.5, 0, 0], + "0.625": [-17.5, 0, 0], + "0.8333": [-17.5, 0, 0], + "0.9583": { + "pre": [-1, 0, 0], + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [60, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [60, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [19, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": { + "0.0": [10.8071, -21.16479, -15.11769], + "0.625": [10.8071, -21.16479, -15.11769], + "0.8333": [10.8071, -21.16479, -15.11769], + "0.9583": { + "pre": [-93.07067, -13.74667, -9.82925], + "post": [-93.07067, -13.74667, -9.82925], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-66.48918, -8.80126, -6.30362], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-66.48918, -8.80126, -6.30362], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-110.57067, -13.74667, -9.82925], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-96.91231, -15.90218, -11.36593], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-47.92641, -18.03612, -12.88723], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [10.8071, -21.16479, -15.11769], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [1.1, -2.5, -5], + "0.625": [1.1, -2.5, -5], + "0.8333": [1.1, -2.5, -5], + "1.6667": { + "pre": [1.1, -2.5, -5], + "post": [1.1, -2.5, -5], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [1.1, -2.5, -5], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right": { + "rotation": { + "0.0": [-26.998, 0.2462, 14.978], + "0.625": [-26.998, 0.2462, 14.978], + "0.8333": [-26.998, 0.2462, 14.978], + "1.0833": [-21.68313, -4.27806, 6.05211], + "1.6667": [-21.68313, -4.27806, 6.05211], + "1.9583": [-20.10007, -2.12996, 9.92127], + "2.0833": [-17.82489, -1.00287, 12.27071], + "2.1667": [-32.26925, -0.30789, 13.77119], + "2.25": [-26.998, 0.2462, 14.978] + }, + "position": { + "0.0": [0, 0, 0], + "0.625": [0, 0, 0], + "0.8333": [0, 0, 0], + "2.25": [0, 0, 0] + } + }, + "body5": { + "rotation": [-25, 0, 0], + "position": [0, -0.17365, -0.98481] + }, + "thighL_2": { + "rotation": [37.5, 0, 0], + "position": [-0.46937, 0.03172, -0.78863] + }, + "body4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [20, 27.5, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [20, 27.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [39.91713, -27.05748, -18.89946], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [39.91713, -27.05748, -18.89946], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.24311, 1.37873], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0.24311, 1.37873], + "lerp_mode": "catmullrom" + } + } + }, + "fire_crest3": { + "rotation": [-13.5, 0, 0], + "position": [1.1, 0.09872, 0.89658] + }, + "wingattachment_left2": { + "rotation": { + "0.0": [12.31594, -2.1539, 9.7676], + "0.75": [12.31594, -2.1539, 9.7676], + "0.9583": [12.31594, -2.1539, 9.7676], + "1.0833": [-10.37538, 10.03882, 7.00122], + "1.7083": [-10.37538, 10.03882, 7.00122], + "2.25": [12.31594, -2.1539, 9.7676] + }, + "position": { + "0.0": [1.8, -0.94413, 0], + "0.75": [1.8, -0.94413, 0], + "0.9583": [1.8, -0.94413, 0], + "1.7083": [1.8, -0.94413, 0], + "2.25": [1.8, -0.94413, 0] + } + }, + "leg_left": { + "rotation": { + "0.0": [0.6786, 17.58393, 12.71864], + "0.8333": [0.6786, 17.58393, 12.71864], + "0.9583": { + "pre": [23.68291, -9.12137, 19.36157], + "post": [23.68291, -9.12137, 19.36157], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [23.68291, -9.12137, 19.36157], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [23.68291, -9.12137, 19.36157], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0.6786, 17.58393, 12.71864], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [-0.92156, -2.32964, -7.95495], + "0.8333": [-0.92156, -2.32964, -7.95495], + "2.25": [-0.92156, -2.32964, -7.95495] + } + }, + "thighL_4": { + "rotation": [37.5, 0, 0], + "position": [-0.46937, -0.2487, -0.82555] + }, + "ankle_left": { + "rotation": { + "0.0": [-36.4608, 3.44994, -19.10047], + "0.8333": [-36.4608, 3.44994, -19.10047], + "0.9583": { + "pre": [18.5392, 3.44994, -19.10047], + "post": [18.5392, 3.44994, -19.10047], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [18.5392, 3.44994, -19.10047], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [18.5392, 3.44994, -19.10047], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-36.4608, 3.44994, -19.10047], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [-0.20478, 1.5034, -0.5078], + "0.8333": [-0.20478, 1.5034, -0.5078], + "2.25": [-0.20478, 1.5034, -0.5078] + } + }, + "foot_left": { + "rotation": { + "0.0": [-14.498, -24.7538, 3.522], + "0.8333": [-14.498, -24.7538, 3.522], + "0.9583": { + "pre": [-6.57184, -14.82341, 2.268], + "post": [-6.57184, -14.82341, 2.268], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-6.57184, -14.82341, 2.268], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-6.57184, -14.82341, 2.268], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-14.498, -24.7538, 3.522], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "0.8333": [0, 0, 0], + "2.25": [0, 0, 0] + } + }, + "body": { + "position": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 0], + "0.8333": [0, 0, 0], + "1.0833": [0, 0, -22], + "1.6667": [0, 0, -22], + "2.25": [0, 0, 0] + } + }, + "tail_6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_7": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail8": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail9": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_10": { + "rotation": [0, 0, 0] + }, + "body2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fire_crest_end_fire": { + "rotation": [0, 10.49226, 30.974] + }, + "wires_right": { + "rotation": [0, 0, 0] + }, + "bottomwire_right": { + "rotation": [4, 0, 0], + "position": [0, 0.9, -2.2] + }, + "wires_left": { + "rotation": [0, 0, 0] + }, + "bottomwire_left": { + "position": [0, 2.3, -1.3] + }, + "fire_crest6": { + "rotation": [0, 0, 0] + }, + "fire_crest5": { + "rotation": [0, 0, 0] + }, + "fire_crest4": { + "rotation": [0, 0, 0] + }, + "fire_crest_end_fire2": { + "rotation": [0, 0, 0] + }, + "ankle_right2": { + "rotation": { + "0.0": [40, 0, 0], + "0.625": [40, 0, 0], + "0.8333": [40, 0, 0], + "0.9583": { + "pre": [94, 0, 0], + "post": [94, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [116.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [116.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ankle_left2": { + "rotation": { + "0.0": [55, 0, 0], + "0.8333": [55, 0, 0], + "0.9583": { + "pre": [20, 0, 0], + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [55, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_wholeright5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-7.46903, -7.66171, 2.13592], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-34.93806, -15.32342, 4.27184], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-34.93806, -15.32342, 4.27184], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-18.60598, 18.41083, 1.39249], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-18.60598, 18.41083, 1.39249], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-22.26733, 20.92437, 11.02825], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-20.46413, 22.4325, 16.80971], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_right5": { + "scale": { + "0.0": [1, 1, 1], + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.625": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "topwire_wholeright4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-7.44328, 0.11024, -9.3121], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0.0061, -9.26618, -11.04817], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [7.45539, -13.6426, -12.7837], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [20.41037, -19.46924, -22.15029], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [20.41037, -19.46924, -22.15029], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-1.01465, -14.72824, -34.25757], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-2.3107, -5.10329, -25.63532], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-5.92863, 3.92903, -15.49967], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-5.92863, 3.92903, -15.49967], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_right4": { + "scale": { + "0.0": [1, 1, 1], + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.7917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "topwire_wholeright3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [39.80691, -29.07584, -4.07655], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [39.99336, -30.70486, 3.45025], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [47.90034, -18.94476, -5.77125], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [58.84723, -14.8687, -26.44714], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [58.84723, -14.8687, -26.44714], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [15.53425, -2.17791, 6.15492], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [12.02952, -1.1806, 13.72396], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15.53425, -2.17791, 6.15492], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [26.11523, -6.87202, -0.93693], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [33.52427, -4.81131, -12.25997], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_right3": { + "scale": { + "0.0": [1, 1, 1], + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "topwire_wholeright2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [1.124, 0.71238, 0.92238], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [1.89269, 7.41999, -9.0807], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1.13036, 13.98478, -20.97104], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [4.19286, 9.64184, -7.78138], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [5.69862, 14.21853, -3.0528], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [8.83918, 19.64438, -4.57846], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [5.69862, 14.21853, -3.0528], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15.58462, 14.65957, -8.19588], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-24.88992, 6.43284, -27.31474], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-29.8511, 4.90533, -31.48299], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-31.73073, 9.28745, -27.35193], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-35.79002, 8.63441, -12.42451], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_right2": { + "scale": { + "0.0": [1, 1, 1], + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.6667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "bottomwire_wholeright5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-18.74424, -9.01392, 12.4741], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-18.74424, -9.01392, 12.4741], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-11.01903, 2.91885, 8.79747], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-10.83154, 8.77451, 12.77567], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-10.83154, 8.77451, 12.77567], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wire5": { + "scale": { + "0.0": [1, 1, 1], + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.625": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.8333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.875": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "bottomwire_wholeright4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-11.09544, -16.22029, 14.01437], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-13.53062, -25.93672, 8.57787], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-13.53062, -25.93672, 8.57787], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-21.57402, -14.9608, -18.79523], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-23.79688, -4.03672, -17.70984], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-16.6707, -1.90583, -10.50881], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-13.46682, -2.13244, -10.97052], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wire4": { + "scale": { + "0.0": [1, 1, 1], + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.625": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "bottomwire_wholeright3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [7.89123, -2.49207, 1.75554], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [17.98095, -4.82989, -1.62565], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [25.71988, -6.07351, -6.77287], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [33.62535, -3.87261, -12.34875], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [33.62535, -3.87261, -12.34875], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-12.24819, 18.56375, -20.03181], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-13.05457, 18.01611, -22.60092], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-13.05457, 18.01611, -22.60092], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-11.84418, 13.66408, -23.42111], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wire3": { + "scale": { + "0.0": [1, 1, 1], + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.7917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "bottomwire_wholeright2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [4.51788, 13.88834, -14.32458], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [6.88003, 16.1299, -11.52397], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [6.88003, 16.1299, -11.52397], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-0.74436, 17.48407, 3.5403], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-1.53063, 17.43443, 0.92006], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-1.53063, 17.43443, 0.92006], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-9.35787, 13.77213, -1.79657], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wire2": { + "scale": { + "0.0": [1, 1, 1], + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "bottomwire_wholeright1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-3.78179, -2.36876, -0.49302], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-7.56263, -4.73823, -3.49207], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-7.56263, -4.73823, -3.49207], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-7.13618, 13.2242, 19.05263], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-11.76634, -2.09061, 21.36968], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-6.04549, -14.7323, 12.95276], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-6.04549, -14.7323, 12.95276], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-6.04549, -14.7323, 12.95276], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-5.43479, -11.74453, 13.06823], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wire": { + "scale": { + "0.0": [1, 1, 1], + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.6667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire10": { + "scale": { + "0.0": [1, 1, 1], + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.625": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.8333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.875": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire9": { + "scale": { + "0.0": [1, 1, 1], + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.625": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire8": { + "scale": { + "0.0": [1, 1, 1], + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.7917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire7": { + "scale": { + "0.0": [1, 1, 1], + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire6": { + "scale": { + "0.0": [1, 1, 1], + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.6667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "topwire_left5": { + "scale": { + "0.0": [1, 1, 1], + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.625": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "topwire_left4": { + "scale": { + "0.0": [1, 1, 1], + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.7917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "topwire_left3": { + "scale": { + "0.0": [1, 1, 1], + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "topwire_left2": { + "scale": { + "0.0": [1, 1, 1], + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.6667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "tail_flash": { + "scale": { + "0.0417": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + }, + "1.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.8333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9583": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + } + } + }, + "tail_flash_dim": { + "scale": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [1, 1, 1] + }, + "1.0": { + "pre": [1, 1, 1], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "tail_flash2": { + "scale": { + "0.0417": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + }, + "1.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.8333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9583": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + } + } + }, + "tail_flash_dim2": { + "scale": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [1, 1, 1] + }, + "1.0": { + "pre": [1, 1, 1], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "tail_flash3": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.8333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "toes_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.8333": [0, 0, 0], + "0.9583": { + "pre": [-47.5, 0, 0], + "post": [-47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_wholeleft5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-3.17921, -4.15813, -0.86979], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [16.21172, -16.63254, -3.47914], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [21.94354, -18.7116, -3.91404], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [12.28371, -21.02776, -4.91466], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [21.94354, -18.7116, -3.91404], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [18.75237, -8.52468, -29.37455], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-2.62998, 11.84917, -80.29557], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-2.60859, 9.35178, -80.17935], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-2.62998, 11.84917, -80.29557], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [5.52004, 6.2413, -44.55885], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [5.80337, 4.46558, -34.71079], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_wholeleft4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [21.02317, 3.75527, -12.85002], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [38.35427, 16.89871, -57.82511], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [43.29475, 33.05434, -57.79321], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [38.35427, 16.89871, -57.82511], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [55.80075, 26.4015, -19.52272], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [50.93124, 17.40987, -32.487], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [55.80075, 26.4015, -19.52272], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [18.12506, 5.53014, -2.05675], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_wholeleft3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-33.13445, 21.44636, 22.6625], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-71.2689, 42.89272, 45.325], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-72.67946, 38.78583, 60.77096], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-71.2689, 42.89272, 45.325], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-31.65334, 66.12354, 72.50972], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-3.28525, 66.79831, 97.79206], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-10.40649, 65.81377, 96.20301], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-12.89717, 69.89935, 99.17254], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-31.65334, 66.12354, 72.50972], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_wholeleft2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [1.23915, -5.67887, 29.83505], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0.73536, -3.26539, 34.8916], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-13.61887, 9.05588, 48.24147], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0.73536, -3.26539, 34.8916], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [7.88211, -4.62378, 15.87422], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [21.91482, 3.4233, 9.61444], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [22.79791, 7.47605, 11.78219], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [20.73522, -5.71131, 8.80867], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [19.37797, 1.1036, 8.68145], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_wholeleft1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-2.41202, -5.59416, -9.75726], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-3.60099, -0.89784, -14.95115], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-7.24901, 13.17459, -30.84798], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-20.86052, 12.68715, -25.13553], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-22.25728, 9.9276, -32.2484], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-20.86052, 12.68715, -25.13553], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [21.60521, -5.43878, -18.33914], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [24.30656, -12.34797, -28.80495], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [24.44877, -17.62504, -29.6688], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [26.28936, -14.118, -36.00341], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [19.32845, -7.11988, -6.52217], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [-2.66022, -19.98015, 0.90956], + "0.9583": [-2.66022, -19.98015, 0.90956], + "1.7083": [-2.66022, -19.98015, 0.90956], + "2.25": [0, 0, 0] + } + }, + "topwire_wholeleft5": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [-7.5, 0, 0], + "0.9583": [-7.5, 0, 0], + "1.0833": [-8.14711, 34.90454, -3.26003], + "1.25": [-17.63329, 38.49859, -10.39296], + "1.375": [-18.07556, 39.92972, -9.29371], + "1.7083": [-8.14711, 34.90454, -3.26003], + "2.0": [1.51402, 21.06423, -0.68985], + "2.0833": [2.25366, 13.90037, 4.69055], + "2.25": [0, 0, 0] + } + }, + "topwire_wholeleft4": { + "rotation": { + "0.0": [0, 0, 0], + "0.625": [-20.00261, 0.39737, -0.12528], + "0.75": [-15.01565, -2.38422, 0.7522], + "0.9583": [-15.01565, -2.38422, 0.7522], + "1.0833": [-12.53889, 20.10843, -11.81351], + "1.7083": [-12.53889, 20.10843, -11.81351], + "2.25": [0, 0, 0] + } + }, + "topwire_wholeleft3": { + "rotation": { + "0.0": [0, 0, 0], + "0.625": [51.77465, 20.76817, 40.49095], + "0.75": [52.26658, 26.41484, 46.84335], + "0.875": [41.51964, 23.15655, 51.0218], + "0.9583": [52.26658, 26.41484, 46.84335], + "1.0833": [41.72745, 17.87454, 41.60004], + "1.7083": [41.72745, 17.87454, 41.60004], + "2.25": [0, 0, 0] + } + }, + "topwire_wholeleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-8.28488, 0.87557, -5.92283], + "0.375": [-17.99455, 0.07021, -4.88087], + "0.625": [-24.15126, 2.78382, 0.74448], + "0.75": [-27.12355, -2.34587, -1.755], + "0.9583": [-27.12355, -2.34587, -1.755], + "1.0833": [11.14019, -22.36693, 28.14735], + "1.25": [8.16011, -26.09107, 35.79486], + "1.375": [6.6174, -25.75412, 39.19409], + "1.7083": [11.14019, -22.36693, 28.14735], + "2.0": [6.41071, -7.08032, 5.6985], + "2.0833": [4.85272, -4.12266, -3.69954], + "2.25": [0, 0, 0] + } + }, + "toes_right": { + "rotation": { + "0.0": [0, 0, 0], + "1.75": [0, 0, 0], + "2.0833": [-32.5, 0, 0], + "2.25": [0, 0, 0] + } + } + } + }, + "animation.kyuremwhite.battle_idle": { + "loop": true, + "bones": { + "tail": { + "rotation": [0, 2.5, 0] + }, + "tail1": { + "rotation": [7.5, 0, 0] + }, + "neck": { + "rotation": ["37.5+math.sin(q.anim_time*90*1.2-90)*1", 0, 0] + }, + "neck2": { + "rotation": ["17.5+math.sin(q.anim_time*90*1.2-120)*1", 0, 0] + }, + "head": { + "rotation": ["-25-math.sin(q.anim_time*90*1.2-180)*3 ", 0, 0], + "position": [0, -0.75829, -3.70058] + }, + "fire_crest": { + "rotation": [9.85108, -1.72794, 9.85108], + "position": [0.45579, 0.46018, -0.22025] + }, + "fire_crest_end": { + "scale": 0 + }, + "jaw": { + "rotation": [0, 0, 0] + }, + "arms": { + "rotation": [25, 0, 0] + }, + "arm_right": { + "position": [0, 1.96962, -0.3473] + }, + "shoulder_right": { + "rotation": ["42.9145+math.sin(q.anim_time*90*1.2)*1", "math.sin(q.anim_time*90*1.2)*2", 25.62963], + "position": [-2, 1.96962, -0.3473] + }, + "bicep_right": { + "rotation": [0, 0, 0] + }, + "forearm_right": { + "rotation": [0, "95+math.sin(q.anim_time*90*1.2)*4", 0] + }, + "wrist_right": { + "rotation": ["17.6813+math.sin(q.anim_time*90*1.2-45)*2", "12.2379+math.sin(q.anim_time*90*1.2)*4", 2.47909] + }, + "wingattachment_right": { + "rotation": [12.31594, 2.15393, -9.76758], + "position": [-1.8, -0.94413, -0.74741] + }, + "arm_left": { + "position": [1, 2.95442, -0.52094] + }, + "shoulder_left": { + "rotation": ["15+math.sin(q.anim_time*90*1.2)*1", "-math.sin(q.anim_time*90*1.2)*2", -33.45488] + }, + "bicep_left": { + "rotation": [24.58726, -15.69466, -1.78427] + }, + "forearm_left": { + "rotation": [0, "-84.144-math.sin(q.anim_time*90*1.2)*4", 0], + "position": [0.81246, 0.74802, 1.66745] + }, + "wrist_left": { + "rotation": ["math.sin(q.anim_time*90*1.2-45)*2", "-math.sin(q.anim_time*90*1.2)*3", 0] + }, + "neck3": { + "rotation": ["30+math.sin(q.anim_time*90*1.2-180)*3", 0, 0], + "position": [0, -0.16199, -1.49458] + }, + "ankle_right": { + "rotation": ["-17.5+math.sin(q.anim_time*90*1.2)*10", 0, 0] + }, + "leg_right": { + "rotation": ["10.8071-math.sin(q.anim_time*90*1.2)*5", -21.16479, -15.11769], + "position": [1.1, -2.5, -5] + }, + "foot_right": { + "rotation": ["-26.998-math.sin(q.anim_time*90*1.2)*5", "0.2462+math.sin(q.anim_time*90*1.2)*1", "14.978+math.sin(q.anim_time*90*1.2)*0.5"], + "position": ["0-math.sin(q.anim_time*90*1.2)*0.2", "0-math.sin(q.anim_time*90*1.2)*0.2", "0+math.sin(q.anim_time*90*1.2)*0.5"] + }, + "body5": { + "rotation": ["-25+math.sin(q.anim_time*90*1.2-45)*1", 0, 0], + "position": [0, -0.17365, -0.98481] + }, + "thighL_2": { + "rotation": [37.5, 0, 0], + "position": [-0.46937, 0.03172, -0.78863] + }, + "body4": { + "rotation": ["math.sin(q.anim_time*90*1.2)*1", 0, 0], + "position": [0, 0.24311, 1.37873] + }, + "fire_crest3": { + "rotation": ["-13.5+math.sin(q.anim_time*90*1-180 )*1", 0, 0], + "position": [1.1, 0.09872, 0.89658] + }, + "wingattachment_left2": { + "rotation": [12.31594, -2.1539, 9.7676], + "position": [1.8, -0.94413, 0] + }, + "leg_left": { + "rotation": ["0.6786-math.sin(q.anim_time*90*1.2)*5", 17.58393, 12.71864], + "position": [-0.92156, -2.32964, -7.95495] + }, + "thighL_4": { + "rotation": [37.5, 0, 0], + "position": [-0.46937, -0.2487, -0.82555] + }, + "ankle_left": { + "rotation": ["-36.4608+math.sin(q.anim_time*90*1.2)*10", 3.44994, -19.10047], + "position": [-0.20478, 1.5034, -0.5078] + }, + "foot_left": { + "rotation": ["-14.498-math.sin(q.anim_time*90*1.2)*6", "-24.7538+math.sin(q.anim_time*90*1.2)*1", "3.522+math.sin(q.anim_time*90*1.2)*3.5"], + "position": ["-math.sin(q.anim_time*90*1.2)*0.3", "-math.sin(q.anim_time*90*1.2)*0.3", "math.sin(q.anim_time*90*1.2)*0.5"] + }, + "body": { + "position": [0, "math.sin(q.anim_time*90*1.2)*1 ", 0] + }, + "tail_6": { + "rotation": ["0+math.sin(q.anim_time*90*1.2)*2", 0, 0] + }, + "tail_7": { + "rotation": ["0+math.sin(q.anim_time*90*1.2-45)*3", 0, 0] + }, + "tail8": { + "rotation": ["0+math.sin(q.anim_time*90*1.2-90)*3", 0, 0] + }, + "tail9": { + "rotation": ["0+math.sin(q.anim_time*90*1.2-120)*2", 0, 0] + }, + "tail_10": { + "rotation": ["0+math.sin(q.anim_time*90*1.2-160)*3", 0, 0] + }, + "body2": { + "position": [0, -2, 0] + }, + "fire_crest_end_fire": { + "rotation": ["7.6864+math.sin(q.anim_time*90*1-360)*4", 10.49226, 30.974] + }, + "wires_right": { + "rotation": ["0-math.sin(q.anim_time*90*1.2)*2", 0, 0] + }, + "bottomwire_right": { + "rotation": [4, 0, 0], + "position": [0, 0.9, -2.2] + }, + "wires_left": { + "rotation": ["0-math.sin(q.anim_time*90*1.2)*2", 0, 0] + }, + "bottomwire_left": { + "position": [0, 2.3, -1.3] + }, + "fire_crest6": { + "rotation": ["0+math.sin(q.anim_time*90*1-320)*4", 0, 0] + }, + "fire_crest5": { + "rotation": ["0+math.sin(q.anim_time*90*1-270)*4", 0, 0] + }, + "fire_crest4": { + "rotation": ["0+math.sin(q.anim_time*90*1-230)*4", 0, 0] + }, + "fire_crest_end_fire2": { + "rotation": ["0+math.sin(q.anim_time*90*1-400)*6", 0, 0] + }, + "ankle_right2": { + "rotation": [40, 0, 0] + }, + "ankle_left2": { + "rotation": [55, 0, 0] + } + } + }, + "animation.kyuremwhite.special_attack": { + "loop": true, + "animation_length": 4.4167, + "bones": { + "tail": { + "rotation": [0, 2.5, 0] + }, + "tail1": { + "rotation": { + "0.0": [7.5, 0, 0], + "0.9583": [7.5, 0, 0], + "1.0833": [7.5, 0, "math.sin(query.anim_time * 3000) * 3"], + "1.4167": [7.5, 0, "math.sin(query.anim_time * 3000) * 3"], + "1.875": [7.5, 0, 0], + "2.5": [7.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "2.5": [0, 0, 0] + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": [37.5, 0, 0] + } + }, + "neck2": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": [17.5, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-67.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-67.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-71.55, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-71.55, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": [-25, 0, 0] + }, + "position": { + "0.0": [0, -0.75829, -3.70058], + "2.5": [0, -0.75829, -3.70058] + } + }, + "fire_crest": { + "rotation": [9.85108, -1.72794, 9.85108], + "position": [0.45579, 0.46018, -0.22025] + }, + "fire_crest_end": { + "scale": 0 + }, + "jaw": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [20.71, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [20.71, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [20.71, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [20.71, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [20.71, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [20.71, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [18.21, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": [0, 0, 0] + } + }, + "arms": { + "rotation": [25, 0, 0] + }, + "arm_right": { + "position": [0, 1.96962, -0.3473] + }, + "shoulder_right": { + "rotation": { + "0.0": { + "post": [42.9145, 0, 25.62963], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-38.18644, 28.08236, 36.33254], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-38.18644, 28.08236, 36.33254], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-34.75102, -3.58341, 51.81981], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-35.34631, -12.6836, 56.0123], + "lerp_mode": "catmullrom" + }, + "2.5": [42.9145, 0, 25.62963] + }, + "position": { + "0.0": [-2, 1.96962, -0.3473], + "2.5": [-2, 1.96962, -0.3473] + } + }, + "bicep_right": { + "rotation": { + "0.0": [0, 0, 0], + "2.5": [0, 0, 0] + } + }, + "forearm_right": { + "rotation": { + "0.0": { + "post": [0, 95, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [162.50942, 66.34466, 161.01552], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [162.50942, 66.34466, 161.01552], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [126.59207, 81.36185, 124.02123], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [126.59207, 81.36185, 124.02123], + "lerp_mode": "catmullrom" + }, + "2.5": [0, 95, 0] + } + }, + "wrist_right": { + "rotation": { + "0.0": { + "post": [17.6813, 12.2379, 2.47909], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-34.8187, 12.2379, 2.47909], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-34.8187, 12.2379, 2.47909], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-34.8187, 12.2379, 2.47909], + "lerp_mode": "catmullrom" + }, + "2.5": [17.6813, 12.2379, 2.47909] + } + }, + "wingattachment_right": { + "rotation": [12.31594, 2.15393, -9.76758], + "position": [-1.8, -0.94413, -0.74741] + }, + "arm_left": { + "position": [1, 2.95442, -0.52094] + }, + "shoulder_left": { + "rotation": { + "0.0": { + "post": [15, 0, -33.45488], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-37.13295, -33.66781, -41.17427], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-37.13295, -33.66781, -41.17427], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-30.55931, 12.21773, -47.99001], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-30.55931, 12.21773, -47.99001], + "lerp_mode": "catmullrom" + }, + "2.5": [15, 0, -33.45488] + } + }, + "bicep_left": { + "rotation": { + "0.0": [24.58726, -15.69466, -1.78427], + "2.5": [24.58726, -15.69466, -1.78427] + } + }, + "forearm_left": { + "rotation": { + "0.0": { + "post": [0, -84.144, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -101.64, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, -101.64, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, -61.64, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, -61.64, 0], + "lerp_mode": "catmullrom" + }, + "2.5": [0, -84.144, 0] + }, + "position": { + "0.0": [0.81246, 0.74802, 1.66745], + "2.5": [0.81246, 0.74802, 1.66745] + } + }, + "wrist_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [-55, 0, 0], + "0.9583": [-55, 0, 0], + "1.0833": [-68.04, 0, 0], + "2.5": [0, 0, 0] + } + }, + "neck3": { + "rotation": { + "0.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": [30, 0, 0] + }, + "position": { + "0.0": [0, -0.16199, -1.49458], + "2.5": [0, -0.16199, -1.49458] + } + }, + "ankle_right": { + "rotation": ["-17.5+math.sin(q.anim_time*90*1.2)*10", 0, 0] + }, + "leg_right": { + "rotation": ["10.8071-math.sin(q.anim_time*90*1.2)*5", -21.16479, -15.11769], + "position": [1.1, -2.5, -5] + }, + "foot_right": { + "rotation": ["-26.998-math.sin(q.anim_time*90*1.2)*5", "0.2462+math.sin(q.anim_time*90*1.2)*1", "14.978+math.sin(q.anim_time*90*1.2)*0.5"], + "position": ["0-math.sin(q.anim_time*90*1.2)*0.2", "0-math.sin(q.anim_time*90*1.2)*0.2", "0+math.sin(q.anim_time*90*1.2)*0.5"] + }, + "body5": { + "rotation": { + "0.0": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": [-25, 0, 0] + }, + "position": { + "0.0": [0, -0.17365, -0.98481], + "2.5": [0, -0.17365, -0.98481] + } + }, + "thighL_2": { + "rotation": [37.5, 0, 0], + "position": [-0.46937, 0.03172, -0.78863] + }, + "body4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0.24311, 1.37873], + "2.5": [0, 0.24311, 1.37873] + } + }, + "fire_crest3": { + "rotation": ["-13.5+math.sin(q.anim_time*90*1-180 )*1", 0, 0], + "position": [1.1, 0.09872, 0.89658] + }, + "wingattachment_left2": { + "rotation": [12.31594, -2.1539, 9.7676], + "position": [1.8, -0.94413, 0] + }, + "leg_left": { + "rotation": ["0.6786-math.sin(q.anim_time*90*1.2)*5", 17.58393, 12.71864], + "position": [-0.92156, -2.32964, -7.95495] + }, + "thighL_4": { + "rotation": [37.5, 0, 0], + "position": [-0.46937, -0.2487, -0.82555] + }, + "ankle_left": { + "rotation": ["-36.4608+math.sin(q.anim_time*90*1.2)*10", 3.44994, -19.10047], + "position": [-0.20478, 1.5034, -0.5078] + }, + "foot_left": { + "rotation": ["-14.498-math.sin(q.anim_time*90*1.2)*6", "-24.7538+math.sin(q.anim_time*90*1.2)*1", "3.522+math.sin(q.anim_time*90*1.2)*3.5"], + "position": ["-math.sin(q.anim_time*90*1.2)*0.3", "-math.sin(q.anim_time*90*1.2)*0.3", "math.sin(q.anim_time*90*1.2)*0.5"] + }, + "body": { + "position": [0, "math.sin(q.anim_time*90*1.2)*1 ", 0] + }, + "tail_6": { + "rotation": ["0+math.sin(q.anim_time*90*1.2)*2", 0, 0] + }, + "tail_7": { + "rotation": ["0+math.sin(q.anim_time*90*1.2-45)*3", 0, 0] + }, + "tail8": { + "rotation": ["0+math.sin(q.anim_time*90*1.2-90)*3", 0, 0] + }, + "tail9": { + "rotation": ["0+math.sin(q.anim_time*90*1.2-120)*2", 0, 0] + }, + "tail_10": { + "rotation": ["0+math.sin(q.anim_time*90*1.2-160)*3", 0, 0] + }, + "body2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": [0, 0, 0] + }, + "position": { + "0.0": [0, -2, 0], + "1.0833": [0, -2, 0], + "1.125": [0, -3, 0], + "1.1667": [0, -2, 0], + "1.2083": [0, -3, 0], + "1.25": [0, -2, 0], + "1.2917": [0, -3, 0], + "1.3333": [0, -2, 0], + "1.375": [0, -3, 0], + "1.4167": [0, -2, 0], + "1.4583": [0, -3, 0], + "1.5": [0, -2, 0], + "1.5417": [0, -3, 0], + "1.5833": [0, -2, 0], + "1.625": [0, -3, 0], + "2.5": [0, -2, 0] + } + }, + "fire_crest_end_fire": { + "rotation": ["7.6864+math.sin(q.anim_time*90*1-360)*4", 10.49226, 30.974] + }, + "wires_right": { + "rotation": ["0-math.sin(q.anim_time*90*1.2)*2", 0, 0] + }, + "bottomwire_right": { + "rotation": { + "0.0": [4, 0, 0], + "0.75": [16.5, 0, 0], + "0.9583": [16.5, 0, 0], + "1.0833": [-12.11059, -7.33492, 1.5692], + "1.4167": [-12.11059, -7.33492, 1.5692], + "1.625": [-12.11059, -7.33492, 1.5692], + "2.5": [4, 0, 0] + }, + "position": { + "0.0": [0, 0.9, -2.2], + "0.75": [-1, -0.1, -6.2], + "0.9583": [-1, -0.1, -6.2], + "1.0833": [0.08, -0.02, -5.88], + "1.625": [0.08, -0.02, -5.88], + "2.5": [0, 0.9, -2.2] + } + }, + "wires_left": { + "rotation": ["0-math.sin(q.anim_time*90*1.2)*2", 0, 0] + }, + "bottomwire_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [12.5, 0, 0], + "0.9583": [12.5, 0, 0], + "1.0833": [1.58294, 7.34895, 1.50177], + "1.4167": [-3.41706, 7.34895, 1.50177], + "1.625": [1.58294, 7.34895, 1.50177], + "2.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 2.3, -1.3], + "0.75": [0, 2.3, -5.3], + "0.9583": [0, 2.3, -5.3], + "1.0833": [1, -2.7, -4.98], + "1.625": [1, -2.7, -4.98], + "2.5": [0, 2.3, -1.3] + } + }, + "fire_crest6": { + "rotation": ["0+math.sin(q.anim_time*90*1-320)*4", 0, 0] + }, + "fire_crest5": { + "rotation": ["0+math.sin(q.anim_time*90*1-270)*4", 0, 0] + }, + "fire_crest4": { + "rotation": ["0+math.sin(q.anim_time*90*1-230)*4", 0, 0] + }, + "fire_crest_end_fire2": { + "rotation": ["0+math.sin(q.anim_time*90*1-400)*6", 0, 0] + }, + "ankle_right2": { + "rotation": [40, 0, 0] + }, + "ankle_left2": { + "rotation": { + "0.0": [55, 0, 0], + "2.5": [55, 0, 0] + } + }, + "tail_flash": { + "scale": { + "0.0417": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + }, + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.25": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + }, + "4.4167": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + } + } + }, + "tail_flash_dim": { + "scale": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [1, 1, 1] + }, + "0.625": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "4.4167": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + } + } + }, + "tail_flash2": { + "scale": { + "0.0417": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + }, + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.25": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + }, + "4.4167": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + } + } + }, + "tail_flash_dim2": { + "scale": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [1, 1, 1] + }, + "0.625": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "4.4167": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + } + } + }, + "tail_flash3": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [12.5, 0, 0], + "0.9583": [12.5, 0, 0], + "1.625": [12.5, 0, 0], + "2.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.75": [-1, -2, -4], + "0.9583": [-1, -2, -4], + "1.625": [-1, -2, -4], + "2.5": [0, 0, 0] + } + }, + "topwire_right5": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.625": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "topwire_right4": { + "scale": { + "0.0": [1, 1, 1], + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.625": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "topwire_right3": { + "scale": { + "0.0": [1, 1, 1], + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "topwire_right2": { + "scale": { + "0.0": [1, 1, 1], + "0.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire": { + "scale": { + "0.0": [1, 1, 1], + "0.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire2": { + "scale": { + "0.0": [1, 1, 1], + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire3": { + "scale": { + "0.0": [1, 1, 1], + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.625": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire4": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.625": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire5": { + "scale": { + "0.0": [1, 1, 1], + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.6667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire6": { + "scale": { + "0.0": [1, 1, 1], + "0.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire7": { + "scale": { + "0.0": [1, 1, 1], + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire8": { + "scale": { + "0.0": [1, 1, 1], + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.625": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire9": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.625": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire10": { + "scale": { + "0.0": [1, 1, 1], + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.6667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "topwire_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [12.5, 0, 0], + "0.9583": [12.5, 0, 0], + "1.0833": [-26.01, 0, 0], + "1.4167": [-21.01, 0, 0], + "1.5": [-26.01, 0, 0], + "2.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.75": [1, -2, -3], + "0.9583": [1, -2, -3], + "1.0833": [0.92, -2.84, -0.76], + "1.5": [0.92, -2.84, -0.76], + "2.5": [0, 0, 0] + } + }, + "topwire_left5": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.625": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "topwire_left4": { + "scale": { + "0.0": [1, 1, 1], + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.625": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "topwire_left3": { + "scale": { + "0.0": [1, 1, 1], + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "topwire_left2": { + "scale": { + "0.0": [1, 1, 1], + "0.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "bottomwire_wholeright1": { + "rotation": { + "0.0": [0, 0, 0], + "0.9583": [0, 7.5, 0], + "1.0833": [-18.37806, 16.63638, -24.98681], + "1.4167": [-19.34279, 10.29085, -28.18642], + "1.625": [-18.37806, 16.63638, -24.98681], + "2.5": [0, 0, 0] + } + }, + "bottomwire_wholeright2": { + "rotation": { + "0.0": [0, 0, 0], + "0.9583": [0, 0, 0], + "1.0833": [0, 15, -17.5], + "1.4167": [-0.91504, 10.34466, -22.58283], + "1.625": [0, 7.5, -17.5], + "2.5": [0, 0, 0] + } + }, + "bottomwire_wholeright3": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 0], + "0.9583": [0, 0, 0], + "1.0833": [24.12897, 19.09155, -3.57302], + "1.625": [24.12897, 19.09155, -3.57302], + "2.5": [0, 0, 0] + } + }, + "bottomwire_wholeright4": { + "rotation": { + "0.0": [0, 0, 0], + "0.9583": [0, 0, 0], + "1.0833": [-33.6411, -29.2186, 20.33459], + "1.625": [-33.6411, -29.2186, 20.33459], + "2.5": [0, 0, 0] + } + }, + "bottomwire_wholeright5": { + "rotation": { + "0.0": [0, 0, 0], + "0.9583": [0, 0, 0], + "1.0833": [0, 2.5, 0], + "1.625": [0, 2.5, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.0833": [-2, 0, -2] + } + }, + "topwire_wholeright5": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 0], + "0.9583": [0, 0, 0], + "1.0833": [-43.16584, -9.88744, 7.68615], + "1.625": [-43.16584, -9.88744, 7.68615], + "2.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.0833": [0, 0, 1], + "1.625": [0, 0, 1], + "2.5": [0, 0, 0] + } + }, + "topwire_wholeright4": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 0], + "0.9583": [0, 0, 0], + "1.0833": [-22.51153, 2.4407, -0.54143], + "1.625": [-22.51153, 2.4407, -0.54143], + "2.5": [0, 0, 0] + } + }, + "topwire_wholeright3": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 0], + "0.9583": [0, 0, 0], + "1.0417": [46.41723, -18.86904, -1.8828], + "1.0833": [66.75127, -24.22837, -5.23694], + "1.4167": [67.5335, -19.62045, -7.33002], + "1.625": [66.75127, -24.22837, -5.23694], + "2.5": [0, 0, 0] + } + }, + "topwire_wholeright2": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [2.49762, -0.10901, 4.99762], + "0.9583": [2.49762, -0.10901, 4.99762], + "1.0417": [-2.01122, -3.07892, -29.8533], + "1.0833": [-4.18666, -12.55166, -48.91727], + "1.4167": [-1.80095, -20.39383, -43.91015], + "1.625": [-4.18666, -12.55166, -48.91727], + "2.0": [-2.70425, -7.06121, -25.4358], + "2.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.0833": [2, 0, 0], + "1.625": [2, 0, 0], + "2.5": [0, 0, 0] + } + }, + "topwire_wholeleft5": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 0], + "0.9583": [0, 0, 0], + "1.0833": [-7.85952, 17.34551, -2.35666], + "1.5": [-7.85952, 17.34551, -2.35666], + "2.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.0833": [-1, 1, -2], + "1.5": [-1, 1, -2], + "2.5": [0, 0, 0] + } + }, + "topwire_wholeleft4": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 0], + "0.9583": [0, 0, 0], + "1.0833": [-12.54624, 4.88119, -1.08482], + "1.4167": [-27.54624, 4.88119, -1.08482], + "1.5": [-12.54624, 4.88119, -1.08482], + "2.5": [0, 0, 0] + } + }, + "topwire_wholeleft3": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 0], + "0.9583": [0, 0, 0], + "1.0833": [41.20292, 6.26625, 11.92287], + "1.4167": [51.34778, 4.31572, 13.49343], + "1.5": [41.20292, 6.26625, 11.92287], + "2.5": [0, 0, 0] + } + }, + "topwire_wholeleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [0, 0, -5], + "0.9583": [0, 0, -5], + "1.0833": [4.18908, -13.25992, 34.7623], + "1.4167": [-8.87294, -15.35381, 37.69746], + "1.5": [4.18908, -13.25992, 34.7623], + "2.5": [0, 0, 0] + } + }, + "bottomwire_wholeleft5": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 0], + "0.9583": [0, 0, 0], + "1.0833": [7.56397, -7.43547, -0.98448], + "1.625": [7.56397, -7.43547, -0.98448], + "2.5": [0, 0, 0] + } + }, + "bottomwire_wholeleft4": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 0], + "0.9583": [0, 0, 0], + "1.0833": [-55.37364, 15.46574, -19.71155], + "1.4167": [-55.37364, 15.46574, -19.71155], + "1.625": [-55.37364, 15.46574, -19.71155], + "2.5": [0, 0, 0] + } + }, + "bottomwire_wholeleft3": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [2.5, 0, 0], + "0.9583": [2.5, 0, 0], + "1.0833": [32.06145, -7.05302, 7.10708], + "1.4167": [32.06145, -7.05302, 7.10708], + "1.625": [32.06145, -7.05302, 7.10708], + "2.5": [0, 0, 0] + } + }, + "bottomwire_wholeleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [-2.5, 0, 0], + "0.9583": [-2.5, 0, 0], + "1.0833": [12.56136, -6.17808, 20.43057], + "1.625": [12.56136, -6.17808, 20.43057], + "2.5": [0, 0, 0] + } + }, + "bottomwire_wholeleft1": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 0], + "0.9583": [0, 0, 0], + "1.0833": [0.43688, -4.98093, -5.019], + "1.625": [0.43688, -4.98093, -5.019], + "2.5": [0, 0, 0] + } + }, + "body3": { + "position": { + "0.0": [0, 0, 0], + "1.0833": [0, 0, 0], + "1.125": [0, -1, 0], + "1.1667": [0, 0, 0], + "1.2083": [0, -1, 0], + "1.25": [0, 0, 0], + "1.2917": [0, -1, 0], + "1.3333": [0, 0, 0], + "1.375": [0, -1, 0], + "1.4167": [0, 0, 0], + "1.4583": [0, -1, 0], + "1.5": [0, 0, 0], + "1.5417": [0, -1, 0], + "1.5833": [0, 0, 0], + "1.625": [0, 0, 0] + } + } + } + }, + "animation.kyuremwhite.ground_idle": { + "loop": true, + "bones": { + "tail": { + "rotation": [0, 2.5, 0] + }, + "tail1": { + "rotation": [7.5, 0, 0] + }, + "neck": { + "rotation": ["37.5+math.sin(q.anim_time*90*1.2-90)*1", 0, 0] + }, + "neck2": { + "rotation": ["17.5+math.sin(q.anim_time*90*1.2-120)*1", 0, 0] + }, + "head": { + "rotation": ["-25-math.sin(q.anim_time*90*1.2-180)*3 ", 0, 0], + "position": [0, -0.75829, -3.70058] + }, + "fire_crest": { + "rotation": [9.85108, -1.72794, 9.85108], + "position": [0.45579, 0.46018, -0.22025] + }, + "jaw": { + "rotation": [0, 0, 0] + }, + "arms": { + "rotation": [25, 0, 0] + }, + "arm_right": { + "position": [0, 1.96962, -0.3473] + }, + "shoulder_right": { + "rotation": ["42.9145+math.sin(q.anim_time*90*1.2)*1", "math.sin(q.anim_time*90*1.2)*2", 25.62963], + "position": [-2, 1.96962, -0.3473] + }, + "bicep_right": { + "rotation": [0, 0, 0] + }, + "forearm_right": { + "rotation": [0, "95+math.sin(q.anim_time*90*1.2)*4", 0] + }, + "wrist_right": { + "rotation": ["17.6813+math.sin(q.anim_time*90*1.2-45)*2", "12.2379+math.sin(q.anim_time*90*1.2)*4", 2.47909] + }, + "wingattachment_right": { + "rotation": [12.31594, 2.15393, -9.76758], + "position": [-1.8, -0.94413, -0.74741] + }, + "arm_left": { + "position": [1, 2.95442, -0.52094] + }, + "shoulder_left": { + "rotation": ["15+math.sin(q.anim_time*90*1.2)*1", "-math.sin(q.anim_time*90*1.2)*2", -33.45488] + }, + "bicep_left": { + "rotation": [24.58726, -15.69466, -1.78427] + }, + "forearm_left": { + "rotation": [0, "-84.144-math.sin(q.anim_time*90*1.2)*4", 0], + "position": [0.81246, 0.74802, 1.66745] + }, + "wrist_left": { + "rotation": ["math.sin(q.anim_time*90*1.2-45)*2", "-math.sin(q.anim_time*90*1.2)*3", 0] + }, + "neck3": { + "rotation": ["30+math.sin(q.anim_time*90*1.2-180)*3", 0, 0], + "position": [0, -0.16199, -1.49458] + }, + "ankle_right": { + "rotation": ["-17.5+math.sin(q.anim_time*90*1.2)*10", 0, 0] + }, + "leg_right": { + "rotation": ["10.8071-math.sin(q.anim_time*90*1.2)*5", -21.16479, -15.11769], + "position": [1.1, -2.5, -5] + }, + "foot_right": { + "rotation": ["-26.998-math.sin(q.anim_time*90*1.2)*5", "0.2462+math.sin(q.anim_time*90*1.2)*1", "14.978+math.sin(q.anim_time*90*1.2)*0.5"], + "position": ["0-math.sin(q.anim_time*90*1.2)*0.2", "0-math.sin(q.anim_time*90*1.2)*0.2", "0+math.sin(q.anim_time*90*1.2)*0.5"] + }, + "body5": { + "rotation": ["-25+math.sin(q.anim_time*90*1.2-45)*1", 0, 0], + "position": [0, -0.17365, -0.98481] + }, + "thighL_2": { + "rotation": [37.5, 0, 0], + "position": [-0.46937, 0.03172, -0.78863] + }, + "body4": { + "rotation": ["math.sin(q.anim_time*90*1.2)*1", 0, 0], + "position": [0, 0.24311, 1.37873] + }, + "fire_crest3": { + "rotation": ["-13.5+math.sin(q.anim_time*90*1-180 )*1", 0, 0], + "position": [1.1, 0.09872, 0.89658] + }, + "wingattachment_left2": { + "rotation": [12.31594, -2.1539, 9.7676], + "position": [1.8, -0.94413, 0] + }, + "leg_left": { + "rotation": ["0.6786-math.sin(q.anim_time*90*1.2)*5", 17.58393, 12.71864], + "position": [-0.92156, -2.32964, -7.95495] + }, + "thighL_4": { + "rotation": [37.5, 0, 0], + "position": [-0.46937, -0.2487, -0.82555] + }, + "ankle_left": { + "rotation": ["-36.4608+math.sin(q.anim_time*90*1.2)*10", 3.44994, -19.10047], + "position": [-0.20478, 1.5034, -0.5078] + }, + "foot_left": { + "rotation": ["-14.498-math.sin(q.anim_time*90*1.2)*6", "-24.7538+math.sin(q.anim_time*90*1.2)*1", "3.522+math.sin(q.anim_time*90*1.2)*3.5"], + "position": ["-math.sin(q.anim_time*90*1.2)*0.3", "-math.sin(q.anim_time*90*1.2)*0.3", "math.sin(q.anim_time*90*1.2)*0.5"] + }, + "body": { + "position": [0, "math.sin(q.anim_time*90*1.2)*1 ", 0] + }, + "tail_6": { + "rotation": ["0+math.sin(q.anim_time*90*1.2)*2", 0, 0] + }, + "tail_7": { + "rotation": ["0+math.sin(q.anim_time*90*1.2-45)*3", 0, 0] + }, + "tail8": { + "rotation": ["0+math.sin(q.anim_time*90*1.2-90)*3", 0, 0] + }, + "tail9": { + "rotation": ["0+math.sin(q.anim_time*90*1.2-120)*2", 0, 0] + }, + "tail_10": { + "rotation": ["0+math.sin(q.anim_time*90*1.2-160)*3", 0, 0] + }, + "body2": { + "position": [0, -2, 0] + }, + "fire_crest_end_fire": { + "rotation": ["7.6864+math.sin(q.anim_time*90*1-360)*4", 10.49226, 30.974], + "scale": 0 + }, + "wires_right": { + "rotation": ["0-math.sin(q.anim_time*90*1.2)*2", 0, 0], + "scale": 0 + }, + "bottomwire_right": { + "rotation": [4, 0, 0], + "position": [0, 0.9, -2.2] + }, + "wires_left": { + "rotation": ["0-math.sin(q.anim_time*90*1.2)*2", 0, 0], + "scale": 0 + }, + "bottomwire_left": { + "position": [0, 2.3, -1.3] + }, + "fire_crest6": { + "rotation": ["0+math.sin(q.anim_time*90*1-320)*4", 0, 0] + }, + "fire_crest5": { + "rotation": ["0+math.sin(q.anim_time*90*1-270)*4", 0, 0] + }, + "fire_crest4": { + "rotation": ["0+math.sin(q.anim_time*90*1-230)*4", 0, 0] + }, + "fire_crest_end_fire2": { + "rotation": ["0+math.sin(q.anim_time*90*1-400)*6", 0, 0] + }, + "ankle_right2": { + "rotation": [40, 0, 0] + }, + "ankle_left2": { + "rotation": [55, 0, 0] + }, + "tail_fire": { + "scale": 0 + }, + "tail_fire1": { + "scale": 0 + }, + "tail_fire2": { + "scale": 0 + }, + "tail_fire3": { + "scale": 0 + }, + "tail_fire4": { + "scale": 0 + }, + "wing_fire": { + "scale": 0 + }, + "tail_flash2": { + "scale": 0 + }, + "tail_flash_dim2": { + "scale": 0 + }, + "tailring_fire": { + "scale": 0 + } + } + }, + "animation.kyuremwhite.ground_walk": { + "loop": true, + "bones": { + "tail": { + "rotation": [0, 2.5, 0] + }, + "tail1": { + "rotation": [10, 0, 0] + }, + "neck": { + "rotation": ["32.5+math.sin(q.anim_time*90*1.2-90)*1", 0, 0] + }, + "neck2": { + "rotation": ["17.5+math.sin(q.anim_time*90*1.2-120)*1", 0, 0] + }, + "head": { + "rotation": ["-75-math.sin(q.anim_time*90*1.2-180)*3 ", 0, 0], + "position": [0, -0.75829, -3.70058] + }, + "fire_crest": { + "rotation": [9.85108, -1.72794, 9.85108], + "position": [0.45579, 0.46018, -0.22025] + }, + "jaw": { + "rotation": [0, 0, 0] + }, + "arms": { + "rotation": [25, 0, 0] + }, + "arm_right": { + "position": [0, 1.96962, -0.3473] + }, + "shoulder_right": { + "rotation": ["-14.5855+math.sin(q.anim_time*90*1.2)*1", "math.sin(q.anim_time*90*1.2)*2", 25.62963], + "position": [-2, 1.96962, -0.3473] + }, + "bicep_right": { + "rotation": [0, 0, 0] + }, + "forearm_right": { + "rotation": [0, "95+math.sin(q.anim_time*90*1.2)*4", 0] + }, + "wrist_right": { + "rotation": ["17.6813+math.sin(q.anim_time*90*1.2-45)*2", "12.2379+math.sin(q.anim_time*90*1.2)*4", 2.47909] + }, + "wingattachment_right": { + "rotation": [12.31594, 2.15393, -9.76758], + "position": [-1.8, -0.94413, -0.74741] + }, + "arm_left": { + "position": [1, 2.95442, -0.52094] + }, + "shoulder_left": { + "rotation": ["-22.5+math.sin(q.anim_time*90*1.2)*1", "-math.sin(q.anim_time*90*1.2)*2", -33.45488] + }, + "bicep_left": { + "rotation": [24.58726, -15.69466, -1.78427] + }, + "forearm_left": { + "rotation": [0, "-84.144-math.sin(q.anim_time*90*1.2)*4", 0], + "position": [0.81246, 0.74802, 1.66745] + }, + "wrist_left": { + "rotation": ["math.sin(q.anim_time*90*1.2-45)*2", "-math.sin(q.anim_time*90*1.2)*3", 0] + }, + "neck3": { + "rotation": ["25+math.sin(q.anim_time*90*1.2-180)*3", 0, 0], + "position": [0, -0.16199, -1.49458] + }, + "ankle_right": { + "rotation": ["10+math.sin(q.anim_time*90*1.2)*10", 0, 0] + }, + "leg_right": { + "rotation": ["10.0885-math.sin(q.anim_time*90*1.2)*5", 3.43391, -10.56448], + "position": [1.1, -2.5, -5] + }, + "foot_right": { + "rotation": [67.2986, 5.4396, 0.8835], + "position": [0, 0, -2] + }, + "body5": { + "rotation": ["-25+math.sin(q.anim_time*90*1.2-45)*1", 0, 0], + "position": [0, -0.17365, -0.98481] + }, + "thighL_2": { + "rotation": [37.5, 0, 0], + "position": [-0.46937, 0.03172, -0.78863] + }, + "body4": { + "rotation": ["25+math.sin(q.anim_time*90*1.2)*1", 0, 0], + "position": [0, 0.24311, 1.37873] + }, + "fire_crest3": { + "rotation": ["-13.5+math.sin(q.anim_time*90*1-180 )*1", 0, 0], + "position": [1.1, 0.09872, 0.89658] + }, + "wingattachment_left2": { + "rotation": [12.31594, -2.1539, 9.7676], + "position": [1.8, -0.94413, 0] + }, + "leg_left": { + "rotation": ["5.6523-math.sin(q.anim_time*90*1.2)*5", -7.41444, 12.42946], + "position": [-0.92156, -2.32964, -7.95495] + }, + "thighL_4": { + "rotation": [37.5, 0, 0], + "position": [-0.46937, -0.2487, -0.82555] + }, + "ankle_left": { + "rotation": ["6.0392+math.sin(q.anim_time*90*1.2)*10", 3.44994, -19.10047], + "position": [-0.20478, 1.5034, -0.5078] + }, + "foot_left": { + "rotation": [61.8032, -2.7647, 8.4669], + "position": [0, 0, -1] + }, + "body": { + "rotation": ["20+math.sin(q.anim_time*90*1.2)*1 ", 0, 0], + "position": [0, "24+math.sin(q.anim_time*90*1.2)*3 ", 0] + }, + "tail_6": { + "rotation": ["0+math.sin(q.anim_time*90*1.2)*2", 0, 0] + }, + "tail_7": { + "rotation": ["0+math.sin(q.anim_time*90*1.2-45)*3", 0, 0] + }, + "tail8": { + "rotation": ["0+math.sin(q.anim_time*90*1.2-90)*3", 0, 0] + }, + "tail9": { + "rotation": ["0+math.sin(q.anim_time*90*1.2-120)*2", 0, 0] + }, + "tail_10": { + "rotation": ["0+math.sin(q.anim_time*90*1.2-160)*3", 0, 0] + }, + "body2": { + "position": [0, -2, 0] + }, + "fire_crest_end_fire": { + "rotation": ["7.6864+math.sin(q.anim_time*90*1-360)*4", 10.49226, 30.974], + "scale": 0 + }, + "wires_right": { + "rotation": ["0-math.sin(q.anim_time*90*1.2)*2", 0, 0], + "scale": 0 + }, + "bottomwire_right": { + "rotation": [4, 0, 0], + "position": [0, 0.9, -2.2] + }, + "wires_left": { + "rotation": ["0-math.sin(q.anim_time*90*1.2)*2", 0, 0], + "scale": 0 + }, + "bottomwire_left": { + "position": [0, 2.3, -1.3] + }, + "fire_crest6": { + "rotation": ["0+math.sin(q.anim_time*90*1-320)*4", 0, 0] + }, + "fire_crest5": { + "rotation": ["0+math.sin(q.anim_time*90*1-270)*4", 0, 0] + }, + "fire_crest4": { + "rotation": ["0+math.sin(q.anim_time*90*1-230)*4", 0, 0] + }, + "fire_crest_end_fire2": { + "rotation": ["0+math.sin(q.anim_time*90*1-400)*6", 0, 0] + }, + "ankle_right2": { + "rotation": [40, 0, 0] + }, + "ankle_left2": { + "rotation": [55, 0, 0] + }, + "tail_fire": { + "scale": 0 + }, + "tail_fire1": { + "scale": 0 + }, + "tail_fire2": { + "scale": 0 + }, + "tail_fire3": { + "scale": 0 + }, + "tail_fire4": { + "scale": 0 + }, + "wing_fire": { + "scale": 0 + }, + "tail_flash2": { + "scale": 0 + }, + "tail_flash_dim2": { + "scale": 0 + }, + "body3": { + "rotation": [-20, 0, 0] + } + } + }, + "animation.kyuremwhite.cry": { + "animation_length": 2, + "bones": { + "tail1": { + "rotation": { + "0.0833": [0, 0, 0], + "0.2083": [0, 0, "math.sin(query.anim_time * 3000) * 3"], + "0.5417": [0, 0, "math.sin(query.anim_time * 3000) * 3"], + "1.25": [0, 0, 0] + } + }, + "neck": { + "rotation": { + "0.0": ["37.5+math.sin(q.anim_time*90*1.2-90)*1", 0, 0], + "0.4167": ["17.5+math.sin(q.anim_time*90*1.2-90)*1", 0, 0], + "1.25": ["17.5+math.sin(q.anim_time*90*1.2-90)*1", 0, 0], + "2.0": ["37.5+math.sin(q.anim_time*90*1.2-90)*1", 0, 0] + } + }, + "neck2": { + "rotation": { + "0.0": ["17.5+math.sin(q.anim_time*90*1.2-120)*1", 0, 0], + "0.4167": ["-5+math.sin(q.anim_time*90*1.2-120)*1", 0, 0], + "1.25": ["-5+math.sin(q.anim_time*90*1.2-120)*1", 0, 0], + "2.0": ["17.5+math.sin(q.anim_time*90*1.2-120)*1", 0, 0] + } + }, + "head": { + "rotation": { + "0.0": ["-25-math.sin(q.anim_time*90*1.2-180)*3 ", 0, 0], + "0.4167": ["-47.5-math.sin(q.anim_time*90*1.2-180)*3 ", 0, 0], + "1.25": ["-47.5-math.sin(q.anim_time*90*1.2-180)*3 ", 0, 0], + "2.0": ["-25-math.sin(q.anim_time*90*1.2-180)*3 ", 0, 0] + }, + "position": { + "0.0": [0, -0.75829, -3.70058], + "2.0": [0, -0.75829, -3.70058] + } + }, + "fire_crest": { + "rotation": { + "0.0": [9.85108, -1.72794, 9.85108], + "1.75": [9.85108, -1.72794, 9.85108] + }, + "position": { + "0.0": [0.45579, 0.46018, -0.22025], + "1.75": [0.45579, 0.46018, -0.22025] + } + }, + "jaw": { + "rotation": { + "0.0": [0, 0, 0], + "0.4167": [35, 0, 0], + "0.4583": [27.5, 0, 0], + "0.5": [35, 0, 0], + "0.5417": [27.5, 0, 0], + "0.5833": [35, 0, 0], + "0.625": [27.5, 0, 0], + "0.6667": [35, 0, 0], + "0.7083": [27.5, 0, 0], + "0.75": [35, 0, 0], + "0.7917": [27.5, 0, 0], + "0.8333": [35, 0, 0], + "0.875": [27.5, 0, 0], + "0.9167": [35, 0, 0], + "1.2083": [27.5, 0, 0], + "1.25": [35, 0, 0], + "2.0": [0, 0, 0] + } + }, + "arms": { + "rotation": { + "0.0": [25, 0, 0], + "1.75": [25, 0, 0] + } + }, + "arm_right": { + "position": { + "0.0": [0, 1.96962, -0.3473], + "1.75": [0, 1.96962, -0.3473] + } + }, + "shoulder_right": { + "rotation": { + "0.0": ["42.9145+math.sin(q.anim_time*90*1.2)*1", "math.sin(q.anim_time*90*1.2)*2", 25.62963], + "0.4167": ["-72.4746+math.sin(q.anim_time*90*1.2)*1", "-8.5786+math.sin(q.anim_time*90*1.2)*2", 37.27968], + "1.25": ["-72.4746+math.sin(q.anim_time*90*1.2)*1", "-8.5786+math.sin(q.anim_time*90*1.2)*2", 37.27968], + "2.0": ["42.9145+math.sin(q.anim_time*90*1.2)*1", "math.sin(q.anim_time*90*1.2)*2", 25.62963] + }, + "position": { + "0.0": [-2, 1.96962, -0.3473], + "2.0": [-2, 1.96962, -0.3473] + } + }, + "bicep_right": { + "rotation": { + "0.0": [0, 0, 0], + "2.0": [0, 0, 0] + } + }, + "forearm_right": { + "rotation": { + "0.0": [0, "95+math.sin(q.anim_time*90*1.2)*4", 0], + "0.4167": [47.73975, "76.6774+math.sin(q.anim_time*90*1.2)*4", 48.18359], + "1.25": [147.28248, "73.1087+math.sin(q.anim_time*90*1.2)*4", 148.80377], + "2.0": [0, "95+math.sin(q.anim_time*90*1.2)*4", 0] + } + }, + "wrist_right": { + "rotation": { + "0.0": ["17.6813+math.sin(q.anim_time*90*1.2-45)*2", "12.2379+math.sin(q.anim_time*90*1.2)*4", 2.47909], + "0.4167": ["-72.3187+math.sin(q.anim_time*90*1.2-45)*2", "12.2379+math.sin(q.anim_time*90*1.2)*4", 2.47909], + "1.25": ["-72.3187+math.sin(q.anim_time*90*1.2-45)*2", "12.2379+math.sin(q.anim_time*90*1.2)*4", 2.47909], + "2.0": ["17.6813+math.sin(q.anim_time*90*1.2-45)*2", "12.2379+math.sin(q.anim_time*90*1.2)*4", 2.47909] + } + }, + "wingattachment_right": { + "rotation": { + "0.0": [12.31594, 2.15393, -9.76758], + "1.75": [12.31594, 2.15393, -9.76758] + }, + "position": { + "0.0": [-1.8, -0.94413, -0.74741], + "1.75": [-1.8, -0.94413, -0.74741] + } + }, + "arm_left": { + "position": { + "0.0": [1, 2.95442, -0.52094], + "1.75": [1, 2.95442, -0.52094] + } + }, + "shoulder_left": { + "rotation": { + "0.0": ["15+math.sin(q.anim_time*90*1.2)*1", "-math.sin(q.anim_time*90*1.2)*2", -33.45488], + "0.4167": ["-75.2143+math.sin(q.anim_time*90*1.2)*1", "18.1893-math.sin(q.anim_time*90*1.2)*2", -41.50627], + "1.25": ["-75.2143+math.sin(q.anim_time*90*1.2)*1", "18.1893-math.sin(q.anim_time*90*1.2)*2", -41.50627], + "2.0": ["15+math.sin(q.anim_time*90*1.2)*1", "-math.sin(q.anim_time*90*1.2)*2", -33.45488] + } + }, + "bicep_left": { + "rotation": { + "0.0": [24.58726, -15.69466, -1.78427], + "1.25": [23.62867, -1.9895, 4.40159], + "2.0": [24.58726, -15.69466, -1.78427] + } + }, + "forearm_left": { + "rotation": { + "0.0": [0, "-84.144-math.sin(q.anim_time*90*1.2)*4", 0], + "0.4167": [0, "-74.144-math.sin(q.anim_time*90*1.2)*4", 0], + "1.25": [0, "-99.144-math.sin(q.anim_time*90*1.2)*4", 0], + "2.0": [0, "-84.144-math.sin(q.anim_time*90*1.2)*4", 0] + }, + "position": { + "0.0": [0.81246, 0.74802, 1.66745], + "2.0": [0.81246, 0.74802, 1.66745] + } + }, + "wrist_left": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*1.2-45)*2", "-math.sin(q.anim_time*90*1.2)*3", 0], + "0.4167": ["-77.5+math.sin(q.anim_time*90*1.2-45)*2", "-math.sin(q.anim_time*90*1.2)*3", 0], + "1.25": ["-77.5+math.sin(q.anim_time*90*1.2-45)*2", "-math.sin(q.anim_time*90*1.2)*3", 0], + "2.0": ["math.sin(q.anim_time*90*1.2-45)*2", "-math.sin(q.anim_time*90*1.2)*3", 0] + } + }, + "neck3": { + "rotation": { + "0.0": ["30+math.sin(q.anim_time*90*1.2-180)*3", 0, 0], + "0.4167": ["-20+math.sin(q.anim_time*90*1.2-180)*3", 0, 0], + "1.25": ["-20+math.sin(q.anim_time*90*1.2-180)*3", 0, 0], + "2.0": ["30+math.sin(q.anim_time*90*1.2-180)*3", 0, 0] + }, + "position": { + "0.0": [0, -0.16199, -1.49458], + "0.4167": [0, -0.16, 0.51], + "1.25": [0, -0.16, 0.51], + "2.0": [0, -0.16199, -1.49458] + } + }, + "ankle_right": { + "rotation": { + "0.0": ["-17.5+math.sin(q.anim_time*90*1.2)*10", 0, 0], + "1.75": ["-17.5+math.sin(q.anim_time*90*1.2)*10", 0, 0] + } + }, + "leg_right": { + "rotation": { + "0.0": ["10.8071-math.sin(q.anim_time*90*1.2)*5", -21.16479, -15.11769], + "1.75": ["10.8071-math.sin(q.anim_time*90*1.2)*5", -21.16479, -15.11769] + }, + "position": { + "0.0": [1.1, -2.5, -5], + "1.75": [1.1, -2.5, -5] + } + }, + "foot_right": { + "rotation": { + "0.0": ["-26.998-math.sin(q.anim_time*90*1.2)*5", "0.2462+math.sin(q.anim_time*90*1.2)*1", "14.978+math.sin(q.anim_time*90*1.2)*0.5"], + "1.75": ["-26.998-math.sin(q.anim_time*90*1.2)*5", "0.2462+math.sin(q.anim_time*90*1.2)*1", "14.978+math.sin(q.anim_time*90*1.2)*0.5"] + }, + "position": { + "0.0": ["0-math.sin(q.anim_time*90*1.2)*0.2", "0-math.sin(q.anim_time*90*1.2)*0.2", "0+math.sin(q.anim_time*90*1.2)*0.5"], + "1.75": ["0-math.sin(q.anim_time*90*1.2)*0.2", "0-math.sin(q.anim_time*90*1.2)*0.2", "0+math.sin(q.anim_time*90*1.2)*0.5"] + } + }, + "body5": { + "rotation": { + "0.0": ["-25+math.sin(q.anim_time*90*1.2-45)*1", 0, 0], + "0.4167": ["-10+math.sin(q.anim_time*90*1.2-45)*1", 0, 0], + "1.25": ["-10+math.sin(q.anim_time*90*1.2-45)*1", 0, 0], + "2.0": ["-25+math.sin(q.anim_time*90*1.2-45)*1", 0, 0] + }, + "position": { + "0.0": [0, -0.17365, -0.98481], + "2.0": [0, -0.17365, -0.98481] + } + }, + "thighL_2": { + "rotation": { + "0.0": [37.5, 0, 0], + "1.75": [37.5, 0, 0] + }, + "position": { + "0.0": [-0.46937, 0.03172, -0.78863], + "1.75": [-0.46937, 0.03172, -0.78863] + } + }, + "body4": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*1.2)*1", 0, 0], + "0.4167": ["-10+math.sin(q.anim_time*90*1.2)*1", 0, 0], + "1.0": ["-10+math.sin(q.anim_time*90*1.2)*1", 0, 0], + "1.75": ["math.sin(q.anim_time*90*1.2)*1", 0, 0] + }, + "position": { + "0.0": [0, 0.24311, 1.37873], + "1.75": [0, 0.24311, 1.37873] + } + }, + "fire_crest3": { + "position": { + "0.0": [1.1, 0.09872, 0.89658], + "1.75": [1.1, 0.09872, 0.89658], + "2.0": [1.1, 0.09872, 0.89658] + } + }, + "wingattachment_left2": { + "rotation": { + "0.0": [12.31594, -2.1539, 9.7676], + "1.75": [12.31594, -2.1539, 9.7676] + }, + "position": { + "0.0": [1.8, -0.94413, 0], + "1.75": [1.8, -0.94413, 0] + } + }, + "leg_left": { + "rotation": { + "0.0": ["0.6786-math.sin(q.anim_time*90*1.2)*5", 17.58393, 12.71864], + "1.75": ["0.6786-math.sin(q.anim_time*90*1.2)*5", 17.58393, 12.71864] + }, + "position": { + "0.0": [-0.92156, -2.32964, -7.95495], + "1.75": [-0.92156, -2.32964, -7.95495] + } + }, + "thighL_4": { + "rotation": { + "0.0": [37.5, 0, 0], + "1.75": [37.5, 0, 0] + }, + "position": { + "0.0": [-0.46937, -0.2487, -0.82555], + "1.75": [-0.46937, -0.2487, -0.82555] + } + }, + "ankle_left": { + "rotation": { + "0.0": ["-36.4608+math.sin(q.anim_time*90*1.2)*10", 3.44994, -19.10047], + "1.75": ["-36.4608+math.sin(q.anim_time*90*1.2)*10", 3.44994, -19.10047] + }, + "position": { + "0.0": [-0.20478, 1.5034, -0.5078], + "1.75": [-0.20478, 1.5034, -0.5078] + } + }, + "foot_left": { + "rotation": { + "0.0": ["-14.498-math.sin(q.anim_time*90*1.2)*6", "-24.7538+math.sin(q.anim_time*90*1.2)*1", "3.522+math.sin(q.anim_time*90*1.2)*3.5"], + "1.75": ["-14.498-math.sin(q.anim_time*90*1.2)*6", "-24.7538+math.sin(q.anim_time*90*1.2)*1", "3.522+math.sin(q.anim_time*90*1.2)*3.5"] + }, + "position": { + "0.0": ["-math.sin(q.anim_time*90*1.2)*0.3", "-math.sin(q.anim_time*90*1.2)*0.3", "math.sin(q.anim_time*90*1.2)*0.5"], + "1.75": ["-math.sin(q.anim_time*90*1.2)*0.3", "-math.sin(q.anim_time*90*1.2)*0.3", "math.sin(q.anim_time*90*1.2)*0.5"] + } + }, + "body": { + "position": { + "0.0": [0, "math.sin(q.anim_time*90*1.2)*1 ", 0], + "1.75": [0, "math.sin(q.anim_time*90*1.2)*1 ", 0] + } + }, + "tail_6": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*90*1.2)*2", 0, 0], + "1.75": ["0+math.sin(q.anim_time*90*1.2)*2", 0, 0] + } + }, + "tail_7": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*90*1.2-45)*3", 0, 0], + "1.75": ["0+math.sin(q.anim_time*90*1.2-45)*3", 0, 0] + } + }, + "tail8": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*90*1.2-90)*3", 0, 0], + "1.75": ["0+math.sin(q.anim_time*90*1.2-90)*3", 0, 0] + } + }, + "tail9": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*90*1.2-120)*2", 0, 0], + "1.75": ["0+math.sin(q.anim_time*90*1.2-120)*2", 0, 0] + } + }, + "tail_10": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*90*1.2-160)*3", 0, 0], + "1.75": ["0+math.sin(q.anim_time*90*1.2-160)*3", 0, 0] + } + }, + "body2": { + "rotation": { + "0.0": [0, 0, 0], + "0.4167": [12.5, 0, 0], + "1.25": [12.5, 0, 0], + "2.0": [0, 0, 0] + }, + "position": { + "0.0": [0, -2, 0], + "0.4167": [0, -2, 0], + "0.4583": [0, -3, 0], + "0.5": [0, -2, 0], + "0.5417": [0, -3, 0], + "0.5833": [0, -2, 0], + "0.625": [0, -3, 0], + "0.6667": [0, -2, 0], + "0.7083": [0, -3, 0], + "0.75": [0, -3, 0], + "2.0": [0, -2, 0] + } + }, + "fire_crest_end_fire": { + "scale": 0 + }, + "wires_right": { + "rotation": { + "0.0": ["0-math.sin(q.anim_time*90*1.2)*2", 0, 0], + "1.75": ["0-math.sin(q.anim_time*90*1.2)*2", 0, 0] + }, + "scale": { + "0.0": [0, 0, 0], + "1.75": [0, 0, 0] + } + }, + "bottomwire_right": { + "rotation": { + "0.0": [4, 0, 0], + "1.75": [4, 0, 0] + }, + "position": { + "0.0": [0, 0.9, -2.2], + "1.75": [0, 0.9, -2.2] + } + }, + "wires_left": { + "rotation": { + "0.0": ["0-math.sin(q.anim_time*90*1.2)*2", 0, 0], + "1.75": ["0-math.sin(q.anim_time*90*1.2)*2", 0, 0] + }, + "scale": { + "0.0": [0, 0, 0], + "1.75": [0, 0, 0] + } + }, + "bottomwire_left": { + "position": { + "0.0": [0, 2.3, -1.3], + "1.75": [0, 2.3, -1.3] + } + }, + "ankle_right2": { + "rotation": { + "0.0": [40, 0, 0], + "1.75": [40, 0, 0] + } + }, + "ankle_left2": { + "rotation": { + "0.0": [55, 0, 0], + "1.75": [55, 0, 0] + } + }, + "tail_fire": { + "scale": { + "0.0": [0, 0, 0], + "1.75": [0, 0, 0] + } + }, + "tail_fire1": { + "scale": { + "0.0": [0, 0, 0], + "1.75": [0, 0, 0] + } + }, + "tail_fire2": { + "scale": { + "0.0": [0, 0, 0], + "1.75": [0, 0, 0] + } + }, + "tail_fire3": { + "scale": { + "0.0": [0, 0, 0], + "1.75": [0, 0, 0] + } + }, + "tail_fire4": { + "scale": { + "0.0": [0, 0, 0], + "1.75": [0, 0, 0] + } + }, + "wing_fire": { + "scale": { + "0.0": [0, 0, 0], + "1.75": [0, 0, 0] + } + }, + "body3": { + "rotation": { + "0.0": [0, 0, 0], + "0.4167": [12.5, 0, 0], + "1.25": [12.5, 0, 0], + "2.0": [0, 0, 0] + } + }, + "tail_flash": { + "scale": { + "0.0833": [0, 0, 0], + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + } + } + }, + "tail_flash_dim": { + "scale": { + "0.0833": [1, 1, 1], + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "tail_flash2": { + "scale": { + "0.0833": [0, 0, 0], + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + } + } + }, + "tail_flash_dim2": { + "scale": { + "0.0833": [1, 1, 1], + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "tail_flash3": { + "scale": { + "0.2083": [1, 1, 1], + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_right2": { + "scale": { + "0.2083": [0, 0, 0], + "0.9167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire": { + "scale": { + "0.2083": [0, 0, 0], + "0.9167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire6": { + "scale": { + "0.2083": [0, 0, 0], + "0.9167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "topwire_left2": { + "scale": { + "0.2083": [0, 0, 0], + "0.9167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + } + } + }, + "animation.kyuremwhite.quirk": { + "loop": true, + "animation_length": 9, + "bones": { + "tail1": { + "rotation": { + "0.0": [0, 0, 0], + "1.9167": [0, 0, 0], + "2.0417": [0, 0, "math.sin(query.anim_time * 3000) * 3"], + "2.375": [0, 0, "math.sin(query.anim_time * 3000) * 3"], + "2.8333": [0, 0, 0] + } + }, + "tail_flash": { + "scale": { + "0.0417": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9167": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + }, + "2.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.875": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + }, + "5.25": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + } + } + }, + "tail_flash_dim": { + "scale": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [1, 1, 1] + }, + "0.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.875": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "5.25": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + } + } + }, + "tail_flash2": { + "scale": { + "0.0417": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9167": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + }, + "2.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.875": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + }, + "5.25": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + } + } + }, + "tail_flash_dim2": { + "scale": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [1, 1, 1] + }, + "0.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.875": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "5.25": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + } + } + }, + "wire": { + "scale": { + "0.0": [1, 1, 1], + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.6667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.875": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire2": { + "scale": { + "0.0": [1, 1, 1], + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire3": { + "scale": { + "0.0": [1, 1, 1], + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.7917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire4": { + "scale": { + "0.0": [1, 1, 1], + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.625": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire5": { + "scale": { + "0.0": [1, 1, 1], + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.625": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.8333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.875": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire6": { + "scale": { + "0.0": [1, 1, 1], + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.6667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.875": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire7": { + "scale": { + "0.0": [1, 1, 1], + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire8": { + "scale": { + "0.0": [1, 1, 1], + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.7917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire9": { + "scale": { + "0.0": [1, 1, 1], + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.625": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire10": { + "scale": { + "0.0": [1, 1, 1], + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.625": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.8333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.875": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire11": { + "scale": { + "0.0": [1, 1, 1], + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.6667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.875": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire12": { + "scale": { + "0.0": [1, 1, 1], + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire13": { + "scale": { + "0.0": [1, 1, 1], + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.7917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire14": { + "scale": { + "0.0": [1, 1, 1], + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.625": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire15": { + "scale": { + "0.0": [1, 1, 1], + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.625": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.8333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.875": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "topwire_right5": { + "scale": { + "0.0": [1, 1, 1], + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.625": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "topwire_right4": { + "scale": { + "0.0": [1, 1, 1], + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.7917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "topwire_right3": { + "scale": { + "0.0": [1, 1, 1], + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "topwire_right2": { + "scale": { + "0.0": [1, 1, 1], + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.6667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.875": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "topwire_right6": { + "scale": { + "0.0": [1, 1, 1], + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.7917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "topwire_left5": { + "scale": { + "0.0": [1, 1, 1], + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.625": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "topwire_left4": { + "scale": { + "0.0": [1, 1, 1], + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.7917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "topwire_left3": { + "scale": { + "0.0": [1, 1, 1], + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "topwire_left2": { + "scale": { + "0.0": [1, 1, 1], + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.6667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.875": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "tail_flash3": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/landorus/landorus.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/landorus/landorus.animation.json new file mode 100644 index 0000000..4bded67 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/landorus/landorus.animation.json @@ -0,0 +1,3871 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.landorus.cry": { + "animation_length": 1.9167, + "bones": { + "arm_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [16.98216, -14.98328, -49.74943], + "1.0": [16.98216, -14.98328, -49.74943], + "1.75": [0, 0, 0] + } + }, + "bicep_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-96.04711, -21.46111, -42.46794], + "1.0": [-96.04711, -21.46111, -42.46794], + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, -1, 0], + "1.0": [0, -1, 0], + "1.75": [0, 0, 0] + } + }, + "forearm_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-24.58534, -17.84677, 51.17054], + "1.0": [-24.58534, -17.84677, 51.17054], + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, -1, 0], + "1.0": [0, -1, 0], + "1.75": [0, 0, 0] + } + }, + "wrist_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [8.2345, 11.75167, 15.72207], + "1.0": [8.2345, 11.75167, 15.72207], + "1.75": [0, 0, 0] + } + }, + "hand_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 17.5, 0], + "1.0": [0, 17.5, 0], + "1.75": [0, 0, 0] + } + }, + "thumb_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [17.67066, 8.0592, -18.32028], + "1.0": [17.67066, 8.0592, -18.32028], + "1.75": [0, 0, 0] + } + }, + "rthumb_tip": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [22.5, 0, 0], + "1.0": [22.5, 0, 0], + "1.75": [0, 0, 0] + } + }, + "index_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 5, 0], + "1.0": [0, 5, 0], + "1.75": [0, 0, 0] + } + }, + "Rindex_tip": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 65, 0], + "1.0": [0, 65, 0], + "1.75": [0, 0, 0] + } + }, + "middle_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 12.5, 0], + "1.0": [0, 12.5, 0], + "1.75": [0, 0, 0] + } + }, + "Rmiddle_tip": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [21.32038, 75.73781, 15.29151], + "1.0": [21.32038, 75.73781, 15.29151], + "1.75": [0, 0, 0] + } + }, + "ring_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 17.5, 0], + "1.0": [0, 17.5, 0], + "1.75": [0, 0, 0] + } + }, + "Rring_tip": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 40, 0], + "1.0": [0, 40, 0], + "1.75": [0, 0, 0] + } + }, + "pinky_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 15, 0], + "1.0": [0, 15, 0], + "1.75": [0, 0, 0] + } + }, + "Rpinky_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 60, 0], + "1.0": [0, 60, 0], + "1.75": [0, 0, 0] + } + }, + "shoulder_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-66.6483, 59.90389, 70], + "1.0": [-66.6483, 59.90389, 70], + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [-1, -0.5, 0.3], + "1.0": [-1, -0.5, 0.3], + "1.75": [0, 0, 0] + } + }, + "bicep_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-98.09261, 38.92299, 7.48756], + "1.0": [-98.09261, 38.92299, 7.48756], + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, -1, 0], + "1.0": [0, -1, 0], + "1.75": [0, 0, 0] + } + }, + "forearm_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [141.3281, -14.50625, -205.5538], + "1.0": [141.3281, -14.50625, -205.5538], + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, -1, -2], + "1.0": [0, -1, -2], + "1.75": [0, 0, 0] + } + }, + "thumb_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-17.5, 0, 0], + "1.0": [-17.5, 0, 0], + "1.75": [0, 0, 0] + } + }, + "index_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -72.5, 0], + "1.0": [0, -72.5, 0], + "1.75": [0, 0, 0] + } + }, + "middle_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -87.5, 0], + "1.0": [0, -87.5, 0], + "1.75": [0, 0, 0] + } + }, + "ring_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -80, 0], + "1.0": [0, -80, 0], + "1.75": [0, 0, 0] + } + }, + "pinky_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -82.5, 0], + "1.0": [0, -82.5, 0], + "1.75": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": [5, 0, 0] + } + }, + "tail_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-18.84825, 11.83747, -12.17553], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-18.84825, 11.83747, -12.17553], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + } + }, + "tail_3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-6.81098, -0.54996, 3.1264], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-6.81098, -0.54996, 3.1264], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + } + }, + "tail_4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.5, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.5, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + } + }, + "tail_5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-10, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-10, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + } + }, + "tail_6": { + "rotation": { + "0.0": [0, 0, 0], + "1.75": [0, 0, 0] + } + }, + "tail_7": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-20, 0, 0], + "1.75": [0, 0, 0] + } + }, + "tip_8": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-30, 0, 0], + "1.75": [0, 0, 0] + } + }, + "mainthing": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + } + }, + "shoulder_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-54.60195, -27.28302, -8.26959], + "1.0": [-54.60195, -27.28302, -8.26959], + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, -1, -1], + "1.0": [0, -1, -1], + "1.75": [0, 0, 0] + } + }, + "indexleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -92.5, 0], + "1.0": [0, -92.5, 0], + "1.75": [0, 0, 0] + } + }, + "midleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -70, 0], + "1.0": [0, -70, 0], + "1.75": [0, 0, 0] + } + }, + "ringleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -67.5, 0], + "1.0": [0, -67.5, 0], + "1.75": [0, 0, 0] + } + }, + "pinkleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -75, 0], + "1.0": [0, -75, 0], + "1.75": [0, 0, 0] + } + }, + "thumbleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [65, 0, 0], + "1.0": [65, 0, 0], + "1.75": [0, 0, 0] + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + } + } + } + }, + "animation.landorus.faint": { + "loop": true, + "animation_length": 3, + "bones": { + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [16.98216, -14.98328, -49.74943], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [16.98216, -14.98328, -49.74943], + "lerp_mode": "catmullrom" + } + } + }, + "bicep_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-96.04711, -21.46111, -42.46794], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-96.04711, -21.46111, -42.46794], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + } + } + }, + "forearm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [133.19634, -57.67501, 213.10634], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [133.19634, -57.67501, 213.10634], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wrist_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [8.2345, 11.75167, 15.72207], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [8.2345, 11.75167, 15.72207], + "lerp_mode": "catmullrom" + } + } + }, + "hand_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "thumb_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-7.32934, 8.0592, -18.32028], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-7.32934, 8.0592, -18.32028], + "lerp_mode": "catmullrom" + } + } + }, + "rthumb_tip": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "index_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -67.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -67.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rindex_tip": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "middle_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -95, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -95, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rmiddle_tip": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [5.14118, 1.67114, -5.27798], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [5.14118, 1.67114, -5.27798], + "lerp_mode": "catmullrom" + } + } + }, + "ring_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -82.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -82.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rring_tip": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "pinky_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -105, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -105, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rpinky_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "shoulder_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-69.77781, 59.1272, 95.18024], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-69.77781, 59.1272, 95.18024], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-1, -0.5, 0.3], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-1, -0.5, 0.3], + "lerp_mode": "catmullrom" + } + } + }, + "bicep_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-96.6229, 39.23069, 25.04601], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-96.6229, 39.23069, 25.04601], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "forearm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-28.99325, 32.46598, -34.32634], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-28.99325, 32.46598, -34.32634], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "thumb_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-70, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-70, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "index_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + } + } + }, + "middle_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ring_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "pinky_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 40, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 40, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-33.74538, 24.3683, -5.7632], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-36.24538, -24.3683, 5.7632], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-35.9936, 21.93857, -5.123], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-33.74538, 24.3683, -5.7632], + "lerp_mode": "catmullrom" + } + } + }, + "tail_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-61.34825, 11.83747, -12.17553], + "lerp_mode": "catmullrom" + } + } + }, + "tail_3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-39.31098, -0.54996, 3.1264], + "lerp_mode": "catmullrom" + } + } + }, + "tail_4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-28.30005, 26.94622, -1.21217], + "lerp_mode": "catmullrom" + } + } + }, + "tail_5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-10, 12.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-20.49008, -11.53486, 4.8493], + "lerp_mode": "catmullrom" + } + } + }, + "tail_7": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-15.27399, -1.36594, -17.57352], + "lerp_mode": "catmullrom" + } + } + }, + "tip_8": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "mainthing": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 9, 0], + "lerp_mode": "catmullrom" + } + } + }, + "shoulder_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-73.27888, -29.05536, -39.33729], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-73.27888, -29.05536, -39.33729], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -1, -2], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -1, -2], + "lerp_mode": "catmullrom" + } + } + }, + "indexleft2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -47.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -47.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "midleft2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ringleft2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + } + } + }, + "pinkleft2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + } + } + }, + "thumbleft2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wrist_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [9.82895, 9.48648, 10.07344], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [9.82895, 9.48648, 10.07344], + "lerp_mode": "catmullrom" + } + } + }, + "hand_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-26.8934, 44.47916, 7.25782], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-26.8934, 44.47916, 7.25782], + "lerp_mode": "catmullrom" + } + } + }, + "tail_2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "browright": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [0, 0, -20] + }, + "scale": { + "0.0": [1, 1, 1], + "0.75": [1.3, 1, 1] + } + }, + "browleft": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 47.5] + }, + "position": { + "0.0": [0, 0, 0], + "0.75": [1, 0.3, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "0.75": [1.3, 1.1, 1] + } + } + } + }, + "animation.landorus.ground_idle": { + "loop": true, + "bones": { + "mainthing": { + "position": [0, "0-math.sin(q.anim_time*45*1)*1", 0] + }, + "upperbody": { + "position": [0, "-2-math.sin(q.anim_time*45*0.8)*1", 0] + }, + "tail_1": { + "rotation": ["-math.sin(q.anim_time*90*1)*2", 0, 0] + } + } + }, + "animation.landorus.ground_walk": { + "loop": true, + "bones": { + "head": { + "rotation": [-10, 0, 0], + "position": [0, 0, 0] + }, + "mainthing": { + "rotation": [17.5, 0, 0], + "position": [0, "3-math.sin(q.anim_time*45*2)*1", 0] + }, + "upperbody": { + "position": [0, "-2-math.sin(q.anim_time*45*0.8)*1", 0] + }, + "torso": { + "rotation": [-10, 0, 0], + "position": [0, -1, 0] + }, + "tail_1": { + "rotation": ["-math.sin(q.anim_time*90*1)*2", 0, 0] + } + } + }, + "animation.landorus.physical_attack": { + "loop": true, + "animation_length": 1.5, + "bones": { + "mainthing": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 3, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "upperbody": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 35, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 35, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-11.32607, -37.33289, 6.29298], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, -37.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-0.53889, -10.0593, -0.0117], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "shoulder_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-26.91312, -14.97402, -31.87535], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-26.91312, -14.97402, -31.87535], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-8.22225, -92.01206, -42.52995], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-8.22225, -92.01206, -42.52995], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "bicep_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-81.19352, -9.20493, -45.298], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-81.19352, -9.20493, -45.298], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-67.03836, 46.97727, -26.25487], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-67.03836, 46.97727, -26.25487], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "forearm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-70.19861, -59.35298, -120.68869], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-70.19861, -59.35298, -120.68869], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-128.87318, -84.02683, -61.13347], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-128.87318, -84.02683, -61.13347], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "wrist_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [17.25888, -2.48774, -34.32359], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [17.25888, -2.48774, -34.32359], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-2.5122, 9.26392, 7.26597], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-2.5122, 9.26392, 7.26597], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "hand_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-1.00966, -24.59477, -15.37066], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-1.00966, -24.59477, -15.37066], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-0.00933, 2.462, -20.43439], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-0.00933, 2.462, -20.43439], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "thumb_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [22.5, 0, -13.38192], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [22.5, 0, -13.38192], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "index_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, -40, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, -40, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 9.31, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 9.31, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "Rindex_tip": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [0, 57.5, 0], + "1.0417": [0, 57.5, 0] + } + }, + "middle_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, -42.5, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, -42.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -0.42, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, -0.42, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "Rmiddle_tip": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 68.65, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 68.65, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "ring_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -1.22, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, -1.22, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "Rring_tip": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 69.73, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 69.73, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "pinky_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, -62.5, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, -62.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 9.24, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 9.24, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "Rpinky_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [0, 60, 0], + "1.0417": [0, 60, 0] + } + }, + "shoulder_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-60.5225, 111.50559, 71.33008], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-60.5225, 111.50559, 71.33008], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-71.15754, 28.90419, 75.29225], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-71.15754, 28.90419, 75.29225], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "bicep_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-17.36402, 21.71077, 10.13189], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-17.36402, 21.71077, 10.13189], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-18.41514, 22.71095, 15.14233], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-18.41514, 22.71095, 15.14233], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "forearm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-165.40005, -20.8063, 123.59493], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-165.40005, -20.8063, 123.59493], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-40.60535, -17.35915, -22.33906], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-36.84695, 16.09878, -44.63458], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-30.23085, 72.40336, -39.37491], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-30.23085, 72.40336, -39.37491], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [1, -1, -3], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [1, -1, -3], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-1, -2, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-1, -2, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "wrist_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [22.50041, -4.68437, -7.49336], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [22.50041, -4.68437, -7.49336], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [96.898, -2.81022, 8.96797], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [96.898, -2.81022, 8.96797], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "hand_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-35.03536, 37.49986, 0.11167], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-35.03536, 37.49986, 0.11167], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "thumb_left": { + "rotation": { + "0.375": [-17.5, 0, 0], + "0.625": [-17.5, 0, 0] + } + }, + "thumbleft2": { + "rotation": { + "0.375": [65, 0, 0], + "0.625": [65, 0, 0] + } + }, + "index_left": { + "rotation": { + "0.375": [0, -72.5, 0], + "0.625": [0, -72.5, 0] + } + }, + "indexleft2": { + "rotation": { + "0.375": [0, -92.5, 0], + "0.625": [0, -92.5, 0] + } + }, + "middle_left": { + "rotation": { + "0.375": [0, -87.5, 0], + "0.625": [0, -87.5, 0] + } + }, + "midleft2": { + "rotation": { + "0.375": [0, -70, 0], + "0.625": [0, -70, 0] + } + }, + "ring_left": { + "rotation": { + "0.375": [0, -80, 0], + "0.625": [0, -80, 0] + } + }, + "ringleft2": { + "rotation": { + "0.375": [0, -67.5, 0], + "0.625": [0, -67.5, 0] + } + }, + "pinky_left": { + "rotation": { + "0.375": [0, -82.5, 0], + "0.625": [0, -82.5, 0] + } + }, + "pinkleft2": { + "rotation": { + "0.375": [0, -75, 0], + "0.625": [0, -75, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 47.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 47.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "tail_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-18.84825, 11.83747, -12.17553], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-18.84825, 11.83747, -12.17553], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "tail_3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-6.81098, -0.54996, 3.1264], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-6.81098, -0.54996, 3.1264], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "tail_4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.5, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-12.5, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "tail_5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-10, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-10, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "tail_6": { + "rotation": { + "0.0": [0, 0, 0], + "1.5": [0, 0, 0] + } + }, + "tail_7": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-20, 0, 0], + "1.5": [0, 0, 0] + } + }, + "tip_8": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-30, 0, 0], + "1.5": [0, 0, 0] + } + } + } + }, + "animation.landorus.status": { + "loop": true, + "animation_length": 2.6667, + "bones": { + "mainthing": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 3, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 3, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "shoulder_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [3.66507, -16.73043, -0.41274], + "1.1667": [3.66507, -16.73043, -0.41274], + "2.0": [3.66507, -16.73043, -0.41274], + "2.6667": [0, 0, 0] + } + }, + "bicep_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [1.85847, -2.43807, -32.13772], + "1.1667": [1.85847, -2.43807, -32.13772], + "2.0": [1.85847, -2.43807, -32.13772], + "2.6667": [0, 0, 0] + } + }, + "forearm_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-144.27194, -50.36074, -143.90337], + "1.1667": [-144.27194, -50.36074, -143.90337], + "2.0": [-144.27194, -50.36074, -143.90337], + "2.6667": [0, 0, 0] + } + }, + "wrist_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-2.11723, 26.3768, 9.4362], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-2.11723, 26.3768, 9.4362], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-2.11723, 26.3768, 9.4362], + "lerp_mode": "catmullrom" + }, + "2.6667": [0, 0, 0] + } + }, + "shoulder_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [11.41375, 35.92332, -22.46207], + "1.0": [11.41375, 35.92332, -22.46207], + "1.1667": [11.41375, 35.92332, -22.46207], + "1.5": [-5.82296, 47.54368, 17.07307], + "2.0": [-5.82296, 47.54368, 17.07307], + "2.6667": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 0, 0], + "1.1667": [0, 0, 0], + "1.5": [0, 0, 2], + "2.0": [0, 0, 2], + "2.6667": [0, 0, 0] + } + }, + "bicep_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0.68566, -7.44904, 3.88961], + "1.1667": [0.68566, -7.44904, 3.88961], + "1.5": [-0.7933, 14.92015, 6.74129], + "2.0": [-6.19379, 1.66763, 22.62878], + "2.6667": [0, 0, 0] + } + }, + "forearm_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-48.87584, 5.21666, 25.08964], + "0.75": [-47.6314, 7.60026, 23.6346], + "1.0": [-48.87584, 5.21666, 25.08964], + "1.1667": [-48.87584, 5.21666, 25.08964], + "1.5": [-159.71709, 40.85804, 89.09628], + "2.0": [-159.71709, 40.85804, 89.09628], + "2.6667": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.5": [0, 0, -2], + "2.0": [0, 0, -2], + "2.6667": [0, 0, 0] + } + }, + "wrist_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [112.45191, -32.31309, 2.15233], + "1.0": [112.45191, -32.31309, 2.15233], + "1.1667": [112.45191, -32.31309, 2.15233], + "1.5": [111.59573, -1.94047, -9.17444], + "2.0": [113.20444, -3.85231, 35.81432], + "2.6667": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 2, 0], + "1.1667": [0, 2, 0], + "2.6667": [0, 0, 0] + } + }, + "hand_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-29.84797, 49.93758, 1.37935], + "1.0": [-29.84797, 49.93758, 1.37935], + "1.1667": [-29.84797, 49.93758, 1.37935], + "1.5": [-29.78809, 20.06312, -1.39479], + "2.6667": [0, 0, 0] + } + }, + "thumbleft2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [95, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [95, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [95, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": [0, 0, 0] + } + }, + "middle_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -82.5, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, -82.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -82.5, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": [0, 0, 0] + } + }, + "midleft2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -70, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, -70, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -70, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": [0, 0, 0] + } + }, + "ring_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -70, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, -70, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -70, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": [0, 0, 0] + } + }, + "ringleft2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -100, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, -100, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -100, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": [0, 0, 0] + } + }, + "pinky_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -82.5, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, -82.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -82.5, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": [0, 0, 0] + } + }, + "pinkleft2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -75, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, -75, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -75, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [-20.28592, -52.30155, 25.03987], + "2.0": [-20.28592, -52.30155, 25.03987], + "2.6667": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, -1, 0], + "2.0": [0, -1, 0], + "2.6667": [0, 0, 0] + } + }, + "tail_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-18.84825, 11.83747, -12.17553], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-18.84825, 11.83747, -12.17553], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-6.81098, -0.54996, 3.1264], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-6.81098, -0.54996, 3.1264], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.5, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-12.5, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-10, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-10, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_6": { + "rotation": { + "0.0": [0, 0, 0], + "2.6667": [0, 0, 0] + } + }, + "tail_7": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-20, 0, 0], + "2.6667": [0, 0, 0] + } + }, + "tip_8": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-30, 0, 0], + "2.6667": [0, 0, 0] + } + } + } + }, + "animation.landorus.special_attack": { + "animation_length": 2.5, + "bones": { + "mainthing": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 30, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 30, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "upperbody": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "shoulder_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-27.04578, -5.7878, -45.85396], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [3.75662, -45.0473, -24.24284], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [3.75662, -45.0473, -24.24284], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bicep_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-9.68826, -16.18481, -57.94102], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-5.89379, -12.00199, -30.49633], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-5.89379, -12.00199, -30.49633], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "forearm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-178.36016, -7.76708, -181.99503], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-137.31772, -77.67383, -140.25249], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-137.04862, -44.93934, -143.79396], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-137.04862, -44.93934, -143.79396], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wrist_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [6.62672, -3.00141, -45.07426], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-0.59857, 31.8655, 21.88793], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-0.59857, 31.8655, 21.88793], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "hand_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -32.5, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "index_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -47.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -47.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "middle_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ring_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "pinky_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "shoulder_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-58.395, 99.67957, 50.37232], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-72.95317, -0.97263, 96.13048], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-72.95317, -0.97263, 96.13048], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bicep_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15.26684, 13.37341, 40.3758], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15.26684, 13.37341, 40.3758], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "forearm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-33.82896, 45.17121, -31.24996], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-39.07132, 46.68744, -15.43728], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-39.07132, 46.68744, -15.43728], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wrist_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0.61994, -22.00329, -12.07232], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "hand_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-12.5, 27.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -30, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [17.5, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [17.5, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -90], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-12.5, 0, -90], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-8.27166, -16.24478, -47.08751], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-12.01, 10.58608, -10.01879], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [1.54016, -28.50824, -1.26387], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [1.54016, -28.50824, -1.26387], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [1.89625, -19.49119, -10.5248], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [1.89625, -19.49119, -10.5248], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-30.21362, 6.49053, -3.76613], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-3.80155, -5.49882, -12.50527], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-3.80155, -5.49882, -12.50527], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-26.78135, 20.29348, -9.92926], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-1.48685, 16.5773, -1.81147], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-1.48685, 16.5773, -1.81147], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-3.38852, 16.41371, -6.15491], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-45.61607, -20.35421, -13.66426], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-27.38832, 20.98479, -11.19225], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_7": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-22.57734, -4.61854, 1.91757], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [3.47698, 1.16776, 49.20183], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-4.02302, 1.16776, 49.20183], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tip_8": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.landorus.quirk": { + "animation_length": 4, + "bones": { + "mainthing": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "upperbody": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -37.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -37.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [20, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [20, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0.19, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0.19, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [16.98216, -14.98328, -49.74943], + "1.0": [16.98216, -14.98328, -49.74943], + "1.5": [16.98216, -14.98328, -49.74943], + "2.0": [16.98216, -14.98328, -49.74943], + "3.0": [16.98216, -14.98328, -49.74943], + "3.5": [0, 0, 0] + } + }, + "shoulder_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-54.60195, -27.28302, -8.26959], + "1.0": [-54.60195, -27.28302, -8.26959], + "1.5": [64.91351, -17.06891, 125.75116], + "2.0": [64.91351, -17.06891, 125.75116], + "2.5": [27.10317, -12.2373, 80.65881], + "3.0": [27.10317, -12.2373, 80.65881], + "3.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, -1, -1], + "1.0": [0, -1, -1], + "1.5": [0, -1, -1], + "2.0": [0, -1, -1], + "2.5": [1, -0.67, -0.67], + "3.0": [1, -0.67, -0.67], + "3.5": [0, 0, 0] + } + }, + "bicep_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-96.04711, -21.46111, -42.46794], + "1.0": [-96.04711, -21.46111, -42.46794], + "1.5": [-95.62546, 6.13406, -43.21978], + "2.0": [-95.62546, 6.13406, -43.21978], + "2.5": [-89.79087, -22.03727, -29.21028], + "3.0": [-89.79087, -22.03727, -29.21028], + "3.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, -1, 0], + "1.0": [0, -1, 0], + "1.5": [0, -1, -1], + "2.0": [0, -1, -1], + "2.5": [0, 0.33, -0.67], + "3.0": [0, 0.33, -0.67], + "3.5": [0, 0, 0] + } + }, + "forearm_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-24.58534, -17.84677, 51.17054], + "1.0": [-24.58534, -17.84677, 51.17054], + "1.5": [-59.33406, -109.33522, -94.81321], + "2.0": [-59.33406, -109.33522, -94.81321], + "2.5": [-67.92997, -80.14271, -80.43778], + "3.0": [-67.92997, -80.14271, -80.43778], + "3.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, -1, 0], + "1.0": [0, -1, 0], + "1.5": [0, 0.25, 1], + "2.0": [0, 0.25, 1], + "3.5": [0, 0, 0] + } + }, + "wrist_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [8.2345, 11.75167, 15.72207], + "1.0": [8.2345, 11.75167, 15.72207], + "1.5": [58.96489, 13.34342, 0.78851], + "2.0": [58.96489, 13.34342, 0.78851], + "2.5": [6.78366, 16.37501, 1.08222], + "3.0": [6.78366, 16.37501, 1.08222], + "3.5": [0, 0, 0] + } + }, + "hand_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 17.5, 0], + "1.0": [0, 17.5, 0], + "1.5": [0, 12.5, 0], + "2.0": [0, 12.5, 0], + "3.5": [0, 0, 0] + } + }, + "thumb_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [17.67066, 8.0592, -18.32028], + "1.0": [17.67066, 8.0592, -18.32028], + "1.5": [17.67066, 8.0592, -18.32028], + "2.0": [17.67066, 8.0592, -18.32028], + "2.5": [17.67066, 8.0592, -18.32028], + "3.0": [17.67066, 8.0592, -18.32028], + "3.5": [0, 0, 0] + } + }, + "rthumb_tip": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [22.5, 0, 0], + "1.0": [22.5, 0, 0], + "1.5": [22.5, 0, 0], + "2.0": [22.5, 0, 0], + "2.5": [22.5, 0, 0], + "3.0": [22.5, 0, 0], + "3.5": [0, 0, 0] + } + }, + "index_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 5, 0], + "1.0": [0, 5, 0], + "1.5": [0, -35, 0], + "2.0": [0, -35, 0], + "2.5": [0, 5, 0], + "3.0": [0, 5, 0], + "3.5": [0, 0, 0] + } + }, + "Rindex_tip": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 65, 0], + "1.0": [0, 65, 0], + "1.5": [0, 25, 0], + "2.0": [0, 25, 0], + "2.5": [0, 65, 0], + "3.0": [0, 65, 0], + "3.5": [0, 0, 0] + } + }, + "middle_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 12.5, 0], + "1.0": [0, 12.5, 0], + "1.5": [0, -27.5, 0], + "2.0": [0, -27.5, 0], + "2.5": [0, 12.5, 0], + "3.0": [0, 12.5, 0], + "3.5": [0, 0, 0] + } + }, + "Rmiddle_tip": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [21.32038, 75.73781, 15.29151], + "1.0": [21.32038, 75.73781, 15.29151], + "1.5": [5.247, 11.63029, -4.3677], + "2.0": [5.247, 11.63029, -4.3677], + "2.5": [21.32038, 75.73781, 15.29151], + "3.0": [21.32038, 75.73781, 15.29151], + "3.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.5": [0, 0, 0], + "2.0": [0, 0, 0], + "3.5": [0, 0, 0] + } + }, + "ring_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 17.5, 0], + "1.0": [0, 17.5, 0], + "1.5": [0, -30, 0], + "2.0": [0, -30, 0], + "2.5": [0, 17.5, 0], + "3.0": [0, 17.5, 0], + "3.5": [0, 0, 0] + } + }, + "Rring_tip": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 40, 0], + "1.0": [0, 40, 0], + "1.5": [0, 22.5, 0], + "2.0": [0, 22.5, 0], + "2.5": [0, 40, 0], + "3.0": [0, 40, 0], + "3.5": [0, 0, 0] + } + }, + "pinky_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 15, 0], + "1.0": [0, 15, 0], + "1.5": [0, -30, 0], + "2.0": [0, -30, 0], + "2.5": [0, 15, 0], + "3.0": [0, 15, 0], + "3.5": [0, 0, 0] + } + }, + "Rpinky_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 60, 0], + "1.0": [0, 60, 0], + "1.5": [0, 15, 0], + "2.0": [0, 15, 0], + "2.5": [0, 60, 0], + "3.0": [0, 60, 0], + "3.5": [0, 0, 0] + } + }, + "shoulder_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-66.6483, 59.90389, 70], + "1.0": [-66.6483, 59.90389, 70], + "1.5": [26.70193, 67.06169, -17.42234], + "2.0": [26.70193, 67.06169, -17.42234], + "2.5": [-16.24493, 19.51236, 7.81181], + "3.0": [-16.24493, 19.51236, 7.81181], + "3.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [-1, -0.5, 0.3], + "1.0": [-1, -0.5, 0.3], + "1.5": [-1, -0.5, 0.3], + "2.0": [-1, -0.5, 0.3], + "2.5": [-0.67, -0.33, -0.8], + "3.0": [-0.67, -0.33, -0.8], + "3.5": [0, 0, 0] + } + }, + "bicep_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-98.09261, 38.92299, 7.48756], + "1.0": [-98.09261, 38.92299, 7.48756], + "1.5": [-96.19221, 39.235, 30.06451], + "2.0": [-96.19221, 39.235, 30.06451], + "2.5": [-95.6383, 31.832, 17.53096], + "3.0": [-95.6383, 31.832, 17.53096], + "3.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, -1, 0], + "1.0": [0, -1, 0], + "1.5": [0, -1, 0], + "2.0": [0, -1, 0], + "2.5": [0, -1, 0], + "3.0": [0, -1, 0], + "3.5": [0, 0, 0] + } + }, + "forearm_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [141.3281, -14.50625, -205.5538], + "1.0": [141.3281, -14.50625, -205.5538], + "1.5": [-22.35183, -14.94305, -41.6244], + "2.0": [-22.35183, -14.94305, -41.6244], + "2.5": [54.28556, 74.44633, -83.91033], + "3.0": [54.28556, 74.44633, -83.91033], + "3.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, -1, -2], + "1.0": [0, -1, -2], + "1.5": [0, -1, -2], + "2.0": [0, -1, -2], + "2.5": [0, -1, 0], + "3.0": [0, -1, 0], + "3.5": [0, 0, 0] + } + }, + "hand_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-6.64972, 35.95586, 12.57822], + "1.0": [-6.64972, 35.95586, 12.57822], + "1.5": [-12.5, 42.5, 0], + "2.0": [-12.5, 42.5, 0], + "3.0": [-12.5, 42.5, 0], + "3.5": [0, 0, 0] + } + }, + "thumb_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-17.5, 0, 0], + "1.0": [-17.5, 0, 0], + "1.5": [-17.5, 0, 0], + "2.0": [-17.5, 0, 0], + "2.5": [-17.5, 0, 0], + "3.0": [-17.5, 0, 0], + "3.5": [0, 0, 0] + } + }, + "thumbleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [65, 0, 0], + "1.0": [65, 0, 0], + "1.5": [65, 0, 0], + "2.0": [65, 0, 0], + "2.5": [65, 0, 0], + "3.0": [65, 0, 0], + "3.5": [0, 0, 0] + } + }, + "index_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -72.5, 0], + "1.0": [0, -72.5, 0], + "1.5": [0, -72.5, 0], + "2.0": [0, -72.5, 0], + "2.5": [0, -72.5, 0], + "3.0": [0, -72.5, 0], + "3.5": [0, 0, 0] + } + }, + "indexleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -92.5, 0], + "1.0": [0, -92.5, 0], + "1.5": [0, -92.5, 0], + "2.0": [0, -92.5, 0], + "2.5": [0, -92.5, 0], + "3.0": [0, -92.5, 0], + "3.5": [0, 0, 0] + } + }, + "middle_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -87.5, 0], + "1.0": [0, -87.5, 0], + "1.5": [0, -87.5, 0], + "2.0": [0, -87.5, 0], + "2.5": [0, -87.5, 0], + "3.0": [0, -87.5, 0], + "3.5": [0, 0, 0] + } + }, + "midleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -70, 0], + "1.0": [0, -70, 0], + "1.5": [0, -70, 0], + "2.0": [0, -70, 0], + "2.5": [0, -70, 0], + "3.0": [0, -70, 0], + "3.5": [0, 0, 0] + } + }, + "ring_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -80, 0], + "1.0": [0, -80, 0], + "1.5": [0, -80, 0], + "2.0": [0, -80, 0], + "2.5": [0, -80, 0], + "3.0": [0, -80, 0], + "3.5": [0, 0, 0] + } + }, + "ringleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -67.5, 0], + "1.0": [0, -67.5, 0], + "1.5": [0, -67.5, 0], + "2.0": [0, -67.5, 0], + "2.5": [0, -67.5, 0], + "3.0": [0, -67.5, 0], + "3.5": [0, 0, 0] + } + }, + "pinky_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -82.5, 0], + "1.0": [0, -82.5, 0], + "1.5": [0, -82.5, 0], + "2.0": [0, -82.5, 0], + "2.5": [0, -82.5, 0], + "3.0": [0, -82.5, 0], + "3.5": [0, 0, 0] + } + }, + "pinkleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -75, 0], + "1.0": [0, -75, 0], + "1.5": [0, -75, 0], + "2.0": [0, -75, 0], + "2.5": [0, -75, 0], + "3.0": [0, -75, 0], + "3.5": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [11.00966, 24.59477, 4.62934], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [11.00966, 24.59477, 4.62934], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-18.39322, 1.99781, 2.04869], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [-22.86553, 0.71324, 1.92306], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-18.39322, 1.99781, 2.04869], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-18.39322, 1.99781, 2.04869], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-22.86553, 0.71324, 1.92306], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [-18.39322, 1.99781, 2.04869], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-18.39322, 1.99781, 2.04869], + "lerp_mode": "catmullrom" + }, + "3.5": [5, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "3.5": [0, 0, 0] + } + }, + "tail_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-18.84825, 11.83747, -12.17553], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-18.84825, 11.83747, -12.17553], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-6.81098, -0.54996, 3.1264], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-6.81098, -0.54996, 3.1264], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.5, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.5, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-10, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-10, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_6": { + "rotation": { + "0.0": [0, 0, 0], + "3.5": [0, 0, 0] + } + }, + "tail_7": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-20, 0, 0], + "3.5": [0, 0, 0] + } + }, + "tip_8": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-30, 0, 0], + "3.5": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/latias/latias.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/latias/latias.animation.json new file mode 100644 index 0000000..ee364b9 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/latias/latias.animation.json @@ -0,0 +1,1169 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.latias.blink": { + "animation_length": 0.1667, + "bones": { + "eye_right": { + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [1, 0.8, 1], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "eye_left": { + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [1, 0.9, 1], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.latias.ground_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "rotation": ["math.sin(q.anim_time*90*1)*0.5", 0, "math.sin(q.anim_time*90*1)*1"], + "position": [0, "7-math.sin(q.anim_time*90*1)*1.5", 0] + }, + "wing_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wing_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": ["math.cos(q.anim_time*90*1)*1", 0, 0] + }, + "head": { + "rotation": ["math.cos(q.anim_time*90*1)*1", 0, 0] + }, + "neck2": { + "rotation": ["math.sin(q.anim_time*90*1)*1", 0, 0], + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, -0.2, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.latias.ground_walk": { + "loop": true, + "bones": { + "body": { + "rotation": ["math.sin(q.anim_time*180*1)*1", 0, 0], + "position": [0, "7-math.sin(q.anim_time*180*1)*0.5", 0] + }, + "wing_left": { + "rotation": [0, 0, "-12.5+math.sin(q.anim_time*180*1)*2 "] + }, + "wing_right": { + "rotation": [0, 0, "12.5-math.sin(q.anim_time*180*1)*2 "] + }, + "foot_left": { + "rotation": [0, "-math.sin(q.anim_time*180*1)*2 ", 0] + }, + "foot_right": { + "rotation": [0, "math.sin(q.anim_time*180*1)*2 ", 0] + }, + "arms": { + "position": [0, "math.cos(q.anim_time*180*1)*0.2", 0] + }, + "neck": { + "rotation": ["math.cos(q.anim_time*180*1)*1", 0, 0] + }, + "head": { + "rotation": ["math.cos(q.anim_time*180*1)*1", 0, 0] + }, + "neck2": { + "rotation": ["math.sin(q.anim_time*180*1)*1", 0, 0] + } + } + }, + "animation.latias.physical_attack": { + "animation_length": 3.0833, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [4.99527, -0.21782, 2.4905], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [14.95002, 1.22008, -4.00018], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-60.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-127.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-172.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-212.22, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-291.09, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": [-360, 0, 0], + "2.0833": { + "pre": [-360, 0, 0], + "post": [0, 0, 0] + } + }, + "position": { + "0.0": { + "post": [0, 7, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 28, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 35, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 28, -115], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 60.56, -156.38], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 97.62, -148], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 126.62, -67], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 119.62, 30], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 49.62, 51], + "lerp_mode": "catmullrom" + }, + "1.5833": [0, 7, 0], + "2.0833": [0, 7, 0] + } + }, + "wing_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "2.0833": [0, 0, 0] + } + }, + "wing_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "2.0833": [0, 0, 0] + } + }, + "foot_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": [0, 0, 0] + } + }, + "foot_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": [0, 0, 0] + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -10, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -10, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": [0, 0, 0] + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": [0, 0, 0] + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": [0, 0, 0] + } + }, + "mouth": { + "position": { + "0.0": [0, 0, 0], + "0.2917": [0, 0, -1], + "1.4583": [0, 0, -1], + "2.0833": [0, 0, 0] + } + }, + "neck2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": [0, 0, 0] + } + } + } + }, + "animation.latias.cry": { + "animation_length": 1.2083, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wing_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wing_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-12.5, 10, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-12.5, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-10, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-10, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "mouth": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.latias.special_attack": { + "animation_length": 2, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 7, 0], + "0.5": [0, 7, 0], + "0.5417": [0, 8, 0], + "0.5833": [0, 7, 0], + "0.625": [0, 8, 0], + "0.6667": [0, 7, 0], + "0.7083": [0, 8, 0], + "0.75": [0, 7, 0], + "0.7917": [0, 8, 0], + "0.8333": [0, 7, 0], + "0.875": [0, 8, 0], + "0.9167": [0, 7, 0], + "0.9583": [0, 8, 0], + "1.0": [0, 7, 0], + "1.0417": [0, 8, 0], + "1.0833": [0, 7, 0], + "1.125": [0, 8, 0], + "1.1667": [0, 7, 0], + "1.2083": [0, 8, 0], + "1.25": [0, 7, 0], + "1.2917": [0, 8, 0], + "1.3333": [0, 7, 0], + "1.375": [0, 8, 0], + "1.4167": [0, 7, 0], + "1.4583": [0, 8, 0], + "1.5": [0, 7, 0], + "1.5417": [0, 7, 0] + } + }, + "wing_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wing_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.5, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-12.5, 10, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-10, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-10, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "mouth": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left": { + "rotation": { + "0.0": [0, 0, 0], + "1.5417": [0, -32.5, 0], + "2.0": [0, 0, 0] + } + }, + "foot_right": { + "rotation": { + "0.0": [0, 0, 0], + "1.5417": [0, 40, 0], + "2.0": [0, 0, 0] + } + } + } + }, + "animation.latias.faint": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "rotation": ["math.sin(q.anim_time*90*1)*0.5", 0, "math.sin(q.anim_time*90*1)*1"], + "position": [0, "7-math.sin(q.anim_time*90*1)*1.5", 0] + }, + "wing_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wing_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [-10, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "1.5417": [-10, 0, 0] + } + }, + "neck2": { + "rotation": { + "0.0": [0, 0, 0], + "1.375": [-12.5, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, -0.2, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "mouth": { + "position": [0, 0, -1] + }, + "eye_right": { + "scale": { + "0.0": [1, 1, 1], + "1.25": [1, 1, 1], + "1.75": [1, 0.9, 1] + } + }, + "eye_left": { + "scale": { + "0.0": [1, 1, 1], + "1.25": [1, 1, 1], + "1.75": [1, 0.9, 1] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/latios/latios.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/latios/latios.animation.json new file mode 100644 index 0000000..172781a --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/latios/latios.animation.json @@ -0,0 +1,1172 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.latios.ground_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "rotation": ["math.sin(q.anim_time*90*1)*0.5", 0, "math.sin(q.anim_time*90*1)*1"], + "position": [0, "7-math.sin(q.anim_time*90*1)*1.5", 0] + }, + "wing_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wing_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": ["math.cos(q.anim_time*90*1)*1", 0, 0] + }, + "head": { + "rotation": ["math.cos(q.anim_time*90*1)*1", 0, 0] + }, + "neck2": { + "rotation": ["math.sin(q.anim_time*90*1)*1", 0, 0], + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, -0.2, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.latios.faint": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "rotation": ["math.sin(q.anim_time*90*1)*0.5", 0, "math.sin(q.anim_time*90*1)*1"], + "position": [0, "7-math.sin(q.anim_time*90*1)*1.5", 0] + }, + "wing_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wing_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [-10, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "1.5417": [-10, 0, 0] + } + }, + "neck2": { + "rotation": { + "0.0": [0, 0, 0], + "1.375": [-12.5, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, -0.2, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "mouth": { + "position": [0, 0, -1] + }, + "eye_right": { + "scale": { + "0.0": [1, 1, 1], + "1.25": [1, 1, 1], + "1.75": [1, 0.9, 1] + } + }, + "eye_left": { + "scale": { + "0.0": [1, 1, 1], + "1.25": [1, 1, 1], + "1.75": [1, 0.9, 1] + } + } + } + }, + "animation.latios.blink": { + "animation_length": 0.1667, + "bones": { + "eye_right": { + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [1, 0.8, 1], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "eye_left": { + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [1, 0.9, 1], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.latios.ground_walk": { + "loop": true, + "bones": { + "body": { + "rotation": ["math.sin(q.anim_time*180*1)*1", 0, 0], + "position": [0, "7-math.sin(q.anim_time*180*1)*0.5", 0] + }, + "wing_left": { + "rotation": [0, 0, "-12.5+math.sin(q.anim_time*180*1)*2 "] + }, + "wing_right": { + "rotation": [0, 0, "12.5-math.sin(q.anim_time*180*1)*2 "] + }, + "foot_left": { + "rotation": [0, "-math.sin(q.anim_time*180*1)*2 ", 0] + }, + "foot_right": { + "rotation": [0, "math.sin(q.anim_time*180*1)*2 ", 0] + }, + "arms": { + "position": [0, "math.cos(q.anim_time*180*1)*0.2", 0] + }, + "neck": { + "rotation": ["math.cos(q.anim_time*180*1)*1", 0, 0] + }, + "head": { + "rotation": ["math.cos(q.anim_time*180*1)*1", 0, 0] + }, + "neck2": { + "rotation": ["math.sin(q.anim_time*180*1)*1", 0, 0] + } + } + }, + "animation.latios.cry": { + "animation_length": 1.2083, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wing_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wing_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-12.5, 10, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-12.5, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-10, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-10, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "mouth": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.latios.special_attack": { + "animation_length": 2, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 7, 0], + "0.5": [0, 7, 0], + "0.5417": [0, 8, 0], + "0.5833": [0, 7, 0], + "0.625": [0, 8, 0], + "0.6667": [0, 7, 0], + "0.7083": [0, 8, 0], + "0.75": [0, 7, 0], + "0.7917": [0, 8, 0], + "0.8333": [0, 7, 0], + "0.875": [0, 8, 0], + "0.9167": [0, 7, 0], + "0.9583": [0, 8, 0], + "1.0": [0, 7, 0], + "1.0417": [0, 8, 0], + "1.0833": [0, 7, 0], + "1.125": [0, 8, 0], + "1.1667": [0, 7, 0], + "1.2083": [0, 8, 0], + "1.25": [0, 7, 0], + "1.2917": [0, 8, 0], + "1.3333": [0, 7, 0], + "1.375": [0, 8, 0], + "1.4167": [0, 7, 0], + "1.4583": [0, 8, 0], + "1.5": [0, 7, 0], + "1.5417": [0, 7, 0] + } + }, + "wing_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wing_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.5, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-12.5, 10, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-10, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-10, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "mouth": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left": { + "rotation": { + "0.0": [0, 0, 0], + "1.5417": [0, -32.5, 0], + "2.0": [0, 0, 0] + } + }, + "foot_right": { + "rotation": { + "0.0": [0, 0, 0], + "1.5417": [0, 40, 0], + "2.0": [0, 0, 0] + } + } + } + }, + "animation.latios.physical_attack": { + "animation_length": 3.0833, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [4.99527, -0.21782, 2.4905], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [14.95002, 1.22008, -4.00018], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-60.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-127.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-172.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-212.22, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-291.09, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": [-360, 0, 0], + "2.0833": { + "pre": [-360, 0, 0], + "post": [0, 0, 0] + } + }, + "position": { + "0.0": { + "post": [0, 7, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 28, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 35, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 28, -115], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 60.56, -156.38], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 97.62, -148], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 126.62, -67], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 119.62, 30], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 49.62, 51], + "lerp_mode": "catmullrom" + }, + "1.5833": [0, 7, 0], + "2.0833": { + "pre": [0, 7, 0], + "post": [0, 7, 0] + } + } + }, + "wing_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "2.0833": [0, 0, 0] + } + }, + "wing_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "2.0833": [0, 0, 0] + } + }, + "foot_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": [0, 0, 0] + } + }, + "foot_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": [0, 0, 0] + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -10, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -10, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": [0, 0, 0] + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": [0, 0, 0] + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": [0, 0, 0] + } + }, + "mouth": { + "position": { + "0.0": [0, 0, 0], + "0.2917": [0, 0, -1], + "1.4583": [0, 0, -1], + "2.0833": [0, 0, 0] + } + }, + "neck2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/leavanny/leavanny.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/leavanny/leavanny.animation.json new file mode 100644 index 0000000..2985d29 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/leavanny/leavanny.animation.json @@ -0,0 +1,966 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.leavanny.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "body": { + "rotation": [0, "-math.sin(query.anim_time*90*4+90)*4", 0], + "position": { + "0.0": [0, -0.1, 0], + "0.0833": [0, -1.1, 0], + "0.125": [0, -1.21, 0], + "0.1667": [0, -0.92, 0], + "0.2083": [0, -0.5, 0], + "0.25": [0, -0.15, 0], + "0.375": [0, -0.12, 0], + "0.4583": [0, -0.07, 0], + "0.5": [0, -0.2, 0], + "0.5417": [0, -0.4, 0], + "0.5833": [0, -1, 0], + "0.625": [0, -1.31, 0], + "0.6667": [0, -1.02, 0], + "0.7083": [0, -0.5, 0], + "0.75": [0, -0.1, 0], + "1.0": [0, -0.1, 0] + } + }, + "abdomen": { + "rotation": ["-math.sin(query.anim_time*90*8+90)", 0, 0] + }, + "abdomen2": { + "rotation": ["math.sin(query.anim_time*90*8+180)", 0, "-math.sin(query.anim_time*90*4+180)*2"] + }, + "waist": { + "rotation": ["5-math.sin(query.anim_time*90*8+180)", "-math.sin(query.anim_time*90*4+180)*1", "-math.sin(query.anim_time*90*4+180)"] + }, + "torso": { + "rotation": ["-5+math.sin(query.anim_time*90*8+270)", 0, 0] + }, + "arm_right": { + "rotation": { + "0.0": [ + "43.1719-math.sin(query.anim_time*90*4+90)*30", + "13.3624+math.sin(query.anim_time*90*4+90)*20", + "-49.6139-math.sin(query.anim_time*90*8+360)*1" + ], + "0.0417": [ + "42.3448-math.sin(query.anim_time*90*4+90)*30", + "13.6473+math.sin(query.anim_time*90*4+90)*20", + "-51.1175-math.sin(query.anim_time*90*8+360)*1" + ] + } + }, + "arm_right2": { + "rotation": [-2.7611, -4.4631, "17.4374+math.sin(query.anim_time*90*4+180)*9-5"] + }, + "hand_right": { + "rotation": [0, 0, "-7.5-math.sin(query.anim_time*90*4+270)*5"] + }, + "arm_left": { + "rotation": [ + "35.501+math.sin(query.anim_time*90*4+90)*30", + "-8.446+math.sin(query.anim_time*90*4+90)*20", + "56.3864-math.sin(query.anim_time*90*8+360)*1" + ] + }, + "arm_left2": { + "rotation": [-2.76108, 4.46315, "-17.4374+math.sin(query.anim_time*90*4+180)*9-5"] + }, + "hand_left": { + "rotation": [0, 0, "7.5-math.sin(query.anim_time*90*4+270)*5"] + }, + "neck": { + "rotation": ["-7.5-math.sin(query.anim_time*90*8+360)*2", 0, 0] + }, + "head": { + "rotation": ["12.5-math.sin(query.anim_time*90*8+90)", 0, 0] + }, + "antenna_left": { + "rotation": ["math.sin(query.anim_time*90*8+180)*2", 0, "25-math.sin(query.anim_time*90*8+180)*1"] + }, + "antenna_left2": { + "rotation": [0, 0, "math.sin(query.anim_time*90*8+270)*2"] + }, + "antenna_right": { + "rotation": ["math.sin(query.anim_time*90*8+180)*2", 0, "-25-math.sin(query.anim_time*90*8+180)*1"] + }, + "antenna_right2": { + "rotation": [0, 0, "-(math.sin(query.anim_time*90*8+270)*2)"] + }, + "hood": { + "rotation": ["math.sin(query.anim_time*90*8+180)*2", 0, 0] + }, + "hood_right": { + "rotation": [0, 0, "-(math.sin(query.anim_time*90*8+270)*1)"] + }, + "hood_left": { + "rotation": [0, 0, "math.sin(query.anim_time*90*8+270)*1"] + }, + "leg_left": { + "rotation": ["math.cos(q.anim_time*90*4)*20", 0, 0], + "position": { + "0.0": [0, 0, 0], + "0.125": [0, 0, 0], + "0.625": { + "pre": [0, 0.75, 0], + "post": [0, 0.75, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left2": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left": { + "rotation": [7.5, 0, 0] + }, + "foot_left2": { + "rotation": [-7.5, 0, 0] + }, + "leg_right": { + "rotation": ["-math.cos(q.anim_time*90*4)*20", 0, 0], + "position": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0.75, 0], + "post": [0, 0.75, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right": { + "rotation": [7.5, 0, 0] + }, + "foot_right2": { + "rotation": [-7.5, 0, 0] + }, + "coat": { + "rotation": ["math.sin(query.anim_time*90*8+180)*2", 0, 0] + }, + "coat2": { + "rotation": ["-math.sin(query.anim_time*90*8+270)*2", 0, 0] + }, + "coat3": { + "rotation": ["math.sin(query.anim_time*90*8+360)*7", 0, 0] + }, + "armleaf_right": { + "rotation": ["-math.sin(query.anim_time*90*8+90)*12.5", 0, 0] + }, + "armleaf_left": { + "rotation": ["-math.sin(query.anim_time*90*4+90)*12.5", 0, 0] + } + } + }, + "animation.leavanny.battle_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "rotation": [0, 5, 0], + "position": [0, -1.495, -0.5] + }, + "abdomen": { + "rotation": [0, "7.5+math.sin(query.anim_time*90*3+90)*2", 0], + "position": [0, -0.5, 0] + }, + "abdomen2": { + "rotation": ["10-math.sin(query.anim_time*90*3+180)*2", 0, "-math.sin(query.anim_time*90*3+180)*1"] + }, + "waist": { + "rotation": ["12.4167+math.sin(query.anim_time*90*3+180)*2", "-7.5588+math.sin(query.anim_time*90*3+180)*2", 0.54568] + }, + "torso": { + "rotation": ["-12.5-math.sin(query.anim_time*90*3+270)*1", 0, 0] + }, + "arm_right": { + "rotation": { + "0.0": [70.38988, "32.7891-math.sin(query.anim_time*90*3+360)*4", -55.68569], + "0.0417": [69.85377, "32.4692-math.sin(query.anim_time*90*3+360)*4", -56.7014] + }, + "position": [-0.2, -0.25, -0.25] + }, + "armleaf_right": { + "rotation": ["-math.sin(query.anim_time*90*3+90)*10", 0, 0] + }, + "arm_right2": { + "rotation": [0, 0, "70-math.sin(query.anim_time*90*3+90)*4"] + }, + "hand_right": { + "rotation": [0, 0, "-15-math.sin(query.anim_time*90*3+90)*2"] + }, + "arm_left": { + "rotation": [105.06566, "17.7451+math.sin(query.anim_time*90*3+360)*4", 47.769], + "position": [0, 0, -0.25] + }, + "armleaf_left": { + "rotation": ["-math.sin(query.anim_time*90*3+90)*10", 0, 0] + }, + "arm_left2": { + "rotation": [ + "-6.8457-math.sin(query.anim_time*90*3+90)*4", + "4.9571+math.sin(query.anim_time*90*3+90)*3", + "-47.4717+math.sin(query.anim_time*90*3+90)*4" + ] + }, + "hand_left": { + "rotation": [0, 0, "15+math.sin(query.anim_time*90*3+90)*2"] + }, + "neck": { + "rotation": ["-5.019+math.sin(query.anim_time*90*3+360)*2", -4.98093, 0.43688] + }, + "head": { + "rotation": ["15+math.sin(query.anim_time*90*3+90)*2.5", 0, 0] + }, + "antenna_left": { + "rotation": ["16.8086-math.sin(query.anim_time*90*3+180)*3", 26.48829, "22.6734+math.sin(query.anim_time*90*3+180)"] + }, + "antenna_right": { + "rotation": ["16.8086-math.sin(query.anim_time*90*3+180)*3", -26.48829, "-22.6734+math.sin(query.anim_time*90*3+180)"] + }, + "hood": { + "rotation": ["-math.sin(query.anim_time*90*3+180)*5", 0, 0] + }, + "hood_right": { + "rotation": [0, 0, "math.sin(query.anim_time*90*3+180)*4"] + }, + "hood_left": { + "rotation": [0, 0, "-(math.sin(query.anim_time*90*3+180)*4)"] + }, + "coat": { + "rotation": ["-0.1768+math.sin(query.anim_time*90*3+270)*0.2", "5.8917+math.sin(query.anim_time*90*3+90)*1", -2.93983] + }, + "coat2": { + "rotation": ["-math.sin(query.anim_time*90*3+360)*1", 0, 0] + }, + "coat3": { + "rotation": ["math.sin(query.anim_time*90*3+90)*2", 0, 0] + }, + "leg_left": { + "rotation": [-22.41448, 2.76557, 0.61077], + "position": [0, -0.75, -0.5] + }, + "leg_left2": { + "rotation": [35, 0, 0] + }, + "foot_left": { + "rotation": [12.5, 0, 0] + }, + "foot_left2": { + "rotation": [-25, 0, 0] + }, + "leg_right": { + "rotation": [0.26707, 19.69136, -0.96122], + "position": [0, 0, 0.5] + }, + "leg_right2": { + "rotation": [17.5, 0, 0] + }, + "foot_right": { + "rotation": [12.5, 0, 0] + }, + "foot_right2": { + "rotation": [-30, 0, 0] + } + } + }, + "animation.leavanny.ground_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "body": { + "position": [0, -0.65, 0] + }, + "abdomen2": { + "rotation": [2.5, 0, "math.sin(query.anim_time*90*2+180)*2"] + }, + "waist": { + "rotation": ["7.5+math.sin(query.anim_time*90*2+180)*1", "math.sin(query.anim_time*90*2+180)*1.5", "math.sin(query.anim_time*90*2+180)*0.5"], + "position": [0, "math.sin(query.anim_time*90*2+90)*0.1", 0] + }, + "torso": { + "rotation": ["-10-math.sin(query.anim_time*90*2+270)", 0, 0] + }, + "arm_right": { + "rotation": { + "0.0": [-24.34729, 11.46347, "-32.2619+math.sin(query.anim_time*90*2+360)*2"], + "0.0417": [-24.50904, 11.08091, "-33.114+math.sin(query.anim_time*90*2+360)*2"] + }, + "position": [0, -0.25, 0] + }, + "arm_right2": { + "rotation": [-20, "math.sin(query.anim_time*90*2+90)*2", "12.5-math.sin(query.anim_time*90*2+90)*5"] + }, + "hand_right": { + "rotation": [0, 0, "-15+math.sin(query.anim_time*90*2+180)*3"] + }, + "arm_left": { + "rotation": [0, "17.5+math.sin(query.anim_time*90*2+360)*2", "30-math.sin(query.anim_time*90*2+360)*1"], + "position": [0, -0.25, 0] + }, + "arm_left2": { + "rotation": [-24.40696, "9.0468-math.sin(query.anim_time*90*2+90)*4", "-5.6665+math.sin(query.anim_time*90*2+90)*3"] + }, + "hand_left": { + "rotation": [0, 0, "7.5-math.sin(query.anim_time*90*2+180)*4"] + }, + "neck": { + "rotation": [-2.5, 0, "math.sin(query.anim_time*90*2+360)*1"] + }, + "head": { + "rotation": [12.5, "-math.sin(query.anim_time*90*2+180)*1.5", "math.sin(query.anim_time*90*2+90)*0.1"] + }, + "antenna_left": { + "rotation": [0, 0, "15-math.sin(query.anim_time*90*2+180)*5"] + }, + "antenna_right": { + "rotation": [0, 0, "-15-math.sin(query.anim_time*90*2+180)*4"] + }, + "leg_left": { + "rotation": ["-7.5+math.sin(query.anim_time*90*2+90)", 10, 0], + "position": [0, 0, -0.25] + }, + "leg_left2": { + "rotation": ["7.5+math.sin(query.anim_time*90*2+90)", 0, 0] + }, + "foot_left": { + "rotation": [15, 0, 0], + "position": { + "0.0": { + "post": [0, -0.1, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0.1, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -0.1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left2": { + "rotation": ["-15-math.sin(query.anim_time*90*2+90)*5.1", 0, 0] + }, + "leg_right": { + "rotation": ["-20-math.sin(query.anim_time*90*2+90)", -10, 0], + "position": [0, -0.425, -0.1] + }, + "leg_right2": { + "rotation": ["15-math.sin(query.anim_time*90*2+90)", 0, 0] + }, + "foot_right": { + "rotation": [12.5, 0, 0] + }, + "foot_right2": { + "rotation": ["-7.5+math.sin(query.anim_time*90*2+90)*5.1", 0, 0] + }, + "abdomen": { + "rotation": [0, "math.sin(query.anim_time*90*2+90)*2", "math.sin(query.anim_time*90*2+90)*1"] + }, + "antenna_left2": { + "rotation": [0, 0, "math.sin(query.anim_time*90*2+270)*3"] + }, + "antenna_right2": { + "rotation": [0, 0, "math.sin(query.anim_time*90*2+270)*2"] + }, + "hood": { + "rotation": ["math.sin(query.anim_time*90*2+180)*2", 0, 0] + }, + "hood_right": { + "rotation": [0, 0, "math.sin(query.anim_time*90*2+270)*3"] + }, + "hood_left": { + "rotation": [0, 0, "math.sin(query.anim_time*90*2+270)*4"] + }, + "coat": { + "rotation": ["math.sin(query.anim_time*90*2+270)*2", 0, 0] + }, + "coat2": { + "rotation": ["-math.sin(query.anim_time*90*2+360)*3", 0, 0] + }, + "coat3": { + "rotation": ["math.sin(query.anim_time*90*2+90)*5", 0, 0] + }, + "armleaf_left": { + "rotation": ["12.5-math.sin(query.anim_time*90*2+90)*5", 0, 0] + }, + "armleaf_right": { + "rotation": ["22.5+math.sin(query.anim_time*90*2+90)*7", 0, 0] + } + } + }, + "animation.leavanny.sleeping": { + "loop": true, + "animation_length": 2, + "bones": { + "body": { + "rotation": [0, 0, 5], + "position": [0, -12, 0] + }, + "abdomen2": { + "rotation": [30, 0, 0] + }, + "waist": { + "rotation": ["2.5+math.sin(query.anim_time*90*2+90)", 0, 0], + "position": [0, "-math.sin(query.anim_time*90*2+90)*0.05", 0] + }, + "torso": { + "rotation": ["-5-math.sin(query.anim_time*90*2+180)", 0, 0] + }, + "arm_right": { + "rotation": { + "0.0": [79.47871, 11.74089, -56.10221], + "0.0417": [79.29469, 11.56891, -57.02455] + }, + "position": [0, -0.1, 0] + }, + "armleaf_right": { + "rotation": ["-40+math.sin(query.anim_time*90*2+360)*3", 0, 0] + }, + "arm_right2": { + "rotation": [31.8102, -10.89101, 43.24913] + }, + "hand_right": { + "rotation": [0, 0, -22.5] + }, + "arm_left": { + "rotation": [79.47871, -11.74089, 56.10221], + "position": [0, -0.1, 0] + }, + "armleaf_left": { + "rotation": ["-40+math.sin(query.anim_time*90*2+360)*3", 0, 0] + }, + "arm_left2": { + "rotation": [10.00933, -2.462, -52.93439] + }, + "hand_left": { + "rotation": [0, 0, 32.5] + }, + "neck": { + "rotation": ["26.4627+math.sin(query.anim_time*90*2+270)*1", -3.09807, "6.1951+math.sin(query.anim_time*90*2+270)*1"] + }, + "head": { + "rotation": ["27.5+math.sin(query.anim_time*90*2+360)", "math.sin(query.anim_time*90*2+360)*0.1", 0] + }, + "eyelids": { + "position": [0, 0, -0.1] + }, + "antenna_left": { + "rotation": ["29.3701-math.sin(query.anim_time*90*2+90)*5", -5.07855, "14.1327-math.sin(query.anim_time*90*2+90)*1"] + }, + "antenna_right": { + "rotation": ["19.3701-math.sin(query.anim_time*90*2+90)*4", 5.07855, "-14.1327-math.sin(query.anim_time*90*2+90)*3"] + }, + "mouth_open": { + "position": [0, 0, 0] + }, + "hood": { + "rotation": ["2.5-math.sin(query.anim_time*90*2+90)*2", 0, 0] + }, + "mouth_closed": { + "position": [0, 0, 0] + }, + "coat": { + "rotation": ["33.5071-math.sin(query.anim_time*90*2+90)", -0.32621, -2.47864] + }, + "coat2": { + "rotation": ["-20-math.sin(query.anim_time*90*2+180)", 0, 0] + }, + "coat3": { + "rotation": ["30+math.sin(query.anim_time*90*2+270)", 0, 0] + }, + "leg_left": { + "rotation": [-61.18815, -5.32487, 25.05668], + "position": [0, 1, 0] + }, + "leg_left2": { + "rotation": [25.98084, -11.43563, -9.77243] + }, + "foot_left": { + "rotation": [105, 0, 0], + "position": [0, 0.1, 0] + }, + "foot_left2": { + "rotation": [-5, 0, 0] + }, + "leg_right": { + "rotation": [-65.15377, -13.96572, 9.30816], + "position": [0, 1, 0] + }, + "leg_right2": { + "rotation": [50, 0, 0] + }, + "foot_right": { + "rotation": [90, 0, 0] + }, + "foot_right2": { + "rotation": [-7.5, 0, 0] + }, + "hood_right": { + "rotation": [0, 0, "math.sin(query.anim_time*90*2+180)*1"] + }, + "hood_left": { + "rotation": [0, 0, "math.sin(query.anim_time*90*2+180)*2"] + } + } + }, + "animation.leavanny.cry": { + "animation_length": 1.1667, + "bones": { + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0417": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "mouth_open": { + "position": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [0, 0, -0.1] + }, + "0.3333": { + "pre": [0, 0, -0.1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [0, 0, -0.1] + } + } + }, + "mouth_closed": { + "position": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [0, 0, 0.1] + }, + "0.3333": { + "pre": [0, 0, 0.1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [0, 0, 0.1] + } + } + }, + "waist": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0417": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0417": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-2.23, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-2.38, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "hand_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 3.14], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 10.81], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "hand_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, -3.14], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, -8.31], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0417": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "antenna_left": { + "rotation": [0, 0, "-(math.sin(query.anim_time*90*28.25+90))"] + }, + "antenna_right": { + "rotation": [0, 0, "math.sin(query.anim_time*90*28.25+90)"] + }, + "hood": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0417": { + "post": [0.01604, 0.64967, -0.65914], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "armleaf_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "armleaf_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + }, + "sound_effects": { + "0.0": { + "effect": "leavanny_cry" + } + } + }, + "animation.leavanny.blink": { + "animation_length": 0.1667, + "bones": { + "eyelids": { + "position": { + "0.0": [0, 0, -0.1], + "0.1667": { + "pre": [0, 0, -0.1], + "post": [0, 0, 0] + } + } + }, + "arm_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ledian/ledian.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ledian/ledian.animation.json new file mode 100644 index 0000000..3eb01c8 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ledian/ledian.animation.json @@ -0,0 +1,166 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.ledian.ground_idle": { + "loop": true, + "bones": { + "head": { + "rotation": ["(math.sin(q.anim_time*90*2)*2)-10.25", 0, 0] + }, + "anthena_left": { + "rotation": ["(math.sin(q.anim_time*90*2)*2)-10.25", 0, 0] + }, + "anthena_right": { + "rotation": ["(math.sin(q.anim_time*90*2)*2)-10.25", 0, 0] + }, + "left_wing": { + "rotation": [41.5724, 8.53726, -47.37961] + }, + "right_wing": { + "rotation": [41.5724, -8.53726, 47.37961] + }, + "arm_top_left": { + "rotation": [0, 0, "17.5+Math.cos((query.anim_time) * 90 * 12 - 220) * -2"] + }, + "arm1_bone": { + "rotation": [0, 35, 0] + }, + "body": { + "rotation": ["7.5+Math.cos((query.anim_time) * 90 * 12 - 90) * -0.5", 0, 0], + "position": [0, "1+Math.cos((query.anim_time) * 90 * 2) * 0.6 + Math.cos((query.anim_time) * 90 * 12) * 0.1", -1] + }, + "arm_top_left2": { + "rotation": [0, 0, "40+Math.cos((query.anim_time) * 90 * 12 - 170) * -2"] + }, + "arm1_bone2": { + "rotation": [0, 17.5, 0] + }, + "arm_top_right2": { + "rotation": [0, 0, "-40+Math.cos((query.anim_time) * 90 * 12 - 170) * 2"] + }, + "arm1_bone3": { + "rotation": [0, -17.5, 0] + }, + "arm_top_right": { + "rotation": [0, 0, "-17.5+Math.cos((query.anim_time) * 90 * 12 - 220) * 2"] + }, + "arm1_bone4": { + "rotation": [0, -25, 0] + }, + "leg_left": { + "rotation": ["0+Math.cos((query.anim_time) * 90 * 12 - 140) * -2", 0, 0] + }, + "leg_left_2": { + "rotation": ["10.0136+Math.cos((query.anim_time) * 90 * 12 - 170) * -5", -2.41562, -0.64423] + }, + "leg_left_3": { + "rotation": ["(math.sin(q.anim_time*90*2)*2)+9.75", 0, 0] + }, + "leg_right": { + "rotation": ["0+Math.cos((query.anim_time) * 90 * 12 - 180) * -2", 0, 0] + }, + "leg_right_2": { + "rotation": ["22.6988+Math.cos((query.anim_time) * 90 * 12 - 150) * -5", 6.6887, 3.40057] + }, + "leg_right_3": { + "rotation": [0, 0, 0] + }, + "left_wing2": { + "rotation": [0, 0, "-17.5+Math.cos((query.anim_time) * 90 * 36) * 24"], + "scale": 1.1 + }, + "right_wing2": { + "rotation": [0, 0, "17.5+Math.cos((query.anim_time) * 90 * 36) *-24"], + "scale": 1.1 + }, + "body_position": { + "position": [0, 4, 0] + } + } + }, + "animation.ledian.ground_walk": { + "loop": true, + "bones": { + "head": { + "rotation": ["-50+Math.cos((query.anim_time) * 90 * 16 - 170) * 0.3", 0, "Math.cos((query.anim_time) * 90 * 2) * 5"] + }, + "anthena_left": { + "rotation": ["-25+Math.cos((query.anim_time) * 90 * 12 - 220) * -2", 0, 0] + }, + "anthena_right": { + "rotation": ["-25+Math.cos((query.anim_time) * 90 * 12 - 220) * -2", 0, 0] + }, + "left_wing": { + "rotation": [41.5724, 8.53726, -47.37961] + }, + "right_wing": { + "rotation": [41.5724, -8.53726, 47.37961] + }, + "arm_top_left": { + "rotation": [0, 0, "30+Math.cos((query.anim_time) * 90 * 12 - 220) * -2"] + }, + "arm1_bone": { + "rotation": [0, 35, 0] + }, + "body": { + "rotation": ["37.5+Math.cos((query.anim_time) * 90 * 16 - 85) * 0.7", 0, "Math.cos((query.anim_time) * 90 * 2) * 5"], + "position": [ + "Math.cos((query.anim_time) * 90 * 2-60) * 1", + "0+Math.cos((query.anim_time) * 90 * 16) * 0.2", + "0+Math.cos((query.anim_time) * 90 * 1) * 1" + ] + }, + "arm_top_left2": { + "rotation": [0, 0, "50+Math.cos((query.anim_time) * 90 * 12 - 170) * -2"] + }, + "arm1_bone2": { + "rotation": [0, 17.5, 0] + }, + "arm_top_right2": { + "rotation": [0, 0, "-55+Math.cos((query.anim_time) * 90 * 12 - 170) * 2"] + }, + "arm1_bone3": { + "rotation": [0, -17.5, 0] + }, + "arm_top_right": { + "rotation": [0, 0, "-32.5+Math.cos((query.anim_time) * 90 * 12 - 220) * 2"] + }, + "arm1_bone4": { + "rotation": [0, -25, 0] + }, + "leg_left": { + "rotation": ["20+Math.cos((query.anim_time) * 90 * 12 - 140) * -2", 0, 0] + }, + "leg_left_2": { + "rotation": ["10.0136+Math.cos((query.anim_time) * 90 * 12 - 170) * -5", -2.41562, -0.64423] + }, + "leg_left_3": { + "rotation": ["(math.sin(q.anim_time*90*2)*2)+9.75", 0, 0] + }, + "leg_right": { + "rotation": ["5+Math.cos((query.anim_time) * 90 * 12 - 180) * -2", 0, 0] + }, + "leg_right_2": { + "rotation": ["22.6988+Math.cos((query.anim_time) * 90 * 12 - 150) * -5", 6.6887, 3.40057] + }, + "leg_right_3": { + "rotation": [0, 0, 0] + }, + "left_wing2": { + "rotation": [0, 0, "-17.5+Math.cos((query.anim_time) * 90 * 36) * 24"], + "scale": 1.1 + }, + "right_wing2": { + "rotation": [0, 0, "17.5+Math.cos((query.anim_time) * 90 * 36) *-24"], + "scale": 1.1 + }, + "body_position": { + "position": [0, 4, 0] + }, + "neck": { + "rotation": [12.5, 0, 0] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ledyba/ledyba.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ledyba/ledyba.animation.json new file mode 100644 index 0000000..b5f73f7 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ledyba/ledyba.animation.json @@ -0,0 +1,311 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.ledyba.air_idle": { + "loop": true, + "bones": { + "ledyba": { + "position": [0, 5, 0] + }, + "body": { + "rotation": ["(math.sin(q.anim_time*90*2)*2)-2.75", 0, 0], + "position": [0, "math.sin(q.anim_time*90*1)*0.5+math.sin(q.anim_time*90*2)*1+2.5", "5+math.sin(q.anim_time*90*1)*1"] + }, + "torso": { + "rotation": [57.5, 0, 0] + }, + "arm_top_left": { + "rotation": [0, 25, "32.5+(math.sin(q.anim_time*90*2)*4)"] + }, + "arm1_bone": { + "rotation": [8.87221, "32.1883+math.sin(q.anim_time*180*1)*3", 4.75346] + }, + "arm_mid_left2": { + "rotation": [0, 25, "32.5+(math.sin(q.anim_time*90*2-60)*4)"] + }, + "arm1_bone2": { + "rotation": [0, 25, "32.5+(math.sin(q.anim_time*90*2-120)*3)"] + }, + "arm_bot_left3": { + "rotation": [6.8817, 24.09293, "48.9703+(math.sin(q.anim_time*90*2-180)*4)"] + }, + "arm1_bone3": { + "rotation": [-4.62934, 24.59477, "21.4903+(math.sin(q.anim_time*90*2-120)*3)"] + }, + "head": { + "rotation": ["(math.sin(q.anim_time*90*2)*2)-47.75", 0, 0] + }, + "left_wing": { + "rotation": [65, 18.0578, -42.5] + }, + "right_wing": { + "rotation": [63.60782, -18.05776, 51.24472] + }, + "left_wing2": { + "rotation": [5, 0, "-1+(-45+30*(math.sin(q.anim_time*90*4*6)*1+1))"], + "scale": 1.1 + }, + "right_wing2": { + "rotation": [5, 0, "1+(45-30*(math.sin(q.anim_time*90*4*6)*1+1))"], + "scale": 1.1 + }, + "arm_top_right": { + "rotation": [0, -25, "-32.5+(math.sin(q.anim_time*90*2)*-4)"] + }, + "arm1_bone4": { + "rotation": [-8.8722, "-32.1883+math.sin(q.anim_time*180*1)*-3", -4.7535] + }, + "arm_mid_right2": { + "rotation": [0, -25, "-32.5+(math.sin(q.anim_time*90*2-60)*-4)"] + }, + "arm1_bone5": { + "rotation": [0, -25, "-32.5+(math.sin(q.anim_time*90*2-120)*-3)"] + }, + "arm_bot_right3": { + "rotation": [-6.8817, -24.0929, "-48.9703+(math.sin(q.anim_time*90*2-180)*-4)"] + }, + "arm1_bone6": { + "rotation": [4.6293, -24.5948, "-21.4903+(math.sin(q.anim_time*90*2-120)*-3)"] + }, + "anthena_left": { + "rotation": ["math.sin(q.anim_time*90*3)*2", 0, 0] + }, + "anthena_right": { + "rotation": ["math.sin(q.anim_time*90*3)*2", 0, 0] + } + } + }, + "animation.ledyba.blink": { + "animation_length": 0.625, + "bones": { + "eye_in": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + }, + "eye_in_2": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + } + } + }, + "animation.ledyba.air_walk": { + "loop": true, + "bones": { + "ledyba": { + "position": [0, 5, 0] + }, + "body": { + "rotation": ["15+Math.cos((query.anim_time) * 90 * 16 - 85) * 0.7", 0, "0+Math.cos((query.anim_time) * 90 * 2) * 5"], + "position": [ + "Math.cos((query.anim_time) * 90 * 2-60) * 1", + "3+Math.cos((query.anim_time) * 90 * 16) * 0.2", + "5+Math.cos((query.anim_time) * 90 * 1) * 1" + ] + }, + "torso": { + "rotation": [57.5, 0, 0] + }, + "arm_top_left": { + "rotation": [22.56531, "47.9551+Math.cos((query.anim_time) * 90 * 16 - 50) * -8", 31.44407] + }, + "arm1_bone": { + "rotation": [0, 0, "15+Math.cos((query.anim_time) * 90 * 16 - 80) * -2"] + }, + "arm_mid_left2": { + "rotation": [22.56531, "47.9551+Math.cos((query.anim_time) * 90 * 16 - 100) * -8", 31.44407] + }, + "arm1_bone2": { + "rotation": [14.33956, "2.5399+Math.cos((query.anim_time) * 90 * 16 - 120) * -4", 14.95631] + }, + "arm_bot_left3": { + "rotation": [22.56531, "47.9551+Math.cos((query.anim_time) * 90 * 16 - 150) * -8", 31.44407] + }, + "arm1_bone3": { + "rotation": [0, 0, "15+Math.cos((query.anim_time) * 90 * 16 - 240) * -2"] + }, + "head": { + "rotation": ["(math.sin(q.anim_time*90*2)*4)-60.25", 0, 0] + }, + "left_wing": { + "rotation": [65, 18.0578, -42.5] + }, + "right_wing": { + "rotation": [63.60782, -18.05776, 51.24472] + }, + "left_wing2": { + "rotation": [5, 0, "-1+(-45+30*(math.sin(q.anim_time*90*4*6)*1+1))"], + "scale": 1.1 + }, + "right_wing2": { + "rotation": [5, 0, "1+(45-30*(math.sin(q.anim_time*90*4*6)*1+1))"], + "scale": 1.1 + }, + "arm_top_right": { + "rotation": [-22.5653, "-47.9551+Math.cos((query.anim_time) * 90 * 16 - 50) * 8", -31.4441] + }, + "arm1_bone4": { + "rotation": [0, 0, "-15+Math.cos((query.anim_time) * 90 * 16 - 80) * 2"] + }, + "arm_mid_right2": { + "rotation": [-22.5653, "-47.9551+Math.cos((query.anim_time) * 90 * 16 - 100) * 8", -31.4441] + }, + "arm1_bone5": { + "rotation": [-14.3396, "-2.5399+Math.cos((query.anim_time) * 90 * 16 - 120) * 4", -14.9563] + }, + "arm_bot_right3": { + "rotation": [-22.5653, "-47.9551+Math.cos((query.anim_time) * 90 * 16 - 150) * 8", -31.4441] + }, + "arm1_bone6": { + "rotation": [0, 0, "-15+Math.cos((query.anim_time) * 90 * 16 - 240) * 2"] + }, + "anthena_left": { + "rotation": ["math.sin(q.anim_time*90*3)*2", 0, 0] + }, + "anthena_right": { + "rotation": ["math.sin(q.anim_time*90*3)*2", 0, 0] + } + } + }, + "animation.ledyba.ground_walk": { + "loop": true, + "bones": { + "body": { + "rotation": [90, 0, 0], + "position": [0, 7, 7] + }, + "arm_top_right": { + "rotation": [0, "25+math.sin(q.anim_time*90*4*2+90)*15", "-math.clamp(math.sin(q.anim_time*90*4*2+180)*20,0,15)"], + "position": [0, "-(math.sin(q.anim_time*90*4*2*2)*1)*0.25", 0] + }, + "arm1_bone4": { + "rotation": [0, -62.5, 0] + }, + "arm_mid_right2": { + "rotation": [0, "12.5+math.sin(q.anim_time*90*4*2+90+180)*15", "0-math.clamp(math.sin(q.anim_time*90*4*2+180*2)*20,0,15)"], + "position": [0, "-(math.sin(q.anim_time*90*4*2*2)*1)*0.25", 0] + }, + "arm1_bone5": { + "rotation": [0, -45, 0] + }, + "arm_bot_right3": { + "rotation": [0, "25+math.sin(q.anim_time*90*4*2+90)*15", "-math.clamp(math.sin(q.anim_time*90*4*2+180)*20,0,15)"], + "position": [0, "-(math.sin(q.anim_time*90*4*2*2)*1)*0.25", 0] + }, + "arm1_bone6": { + "rotation": [0, -62.5, 0] + }, + "arm_top_left": { + "rotation": [0, "-25+math.sin(q.anim_time*90*4*2+90)*15", "-math.clamp(math.sin(q.anim_time*90*4*2+180)*20,0,15)"], + "position": [0, "-(math.sin(q.anim_time*90*4*2*2)*1)*0.25", 0] + }, + "arm1_bone": { + "rotation": [0, 62.5, 0] + }, + "arm_mid_left2": { + "rotation": [0, "-12.5+math.sin(q.anim_time*90*4*2+90+180)*15", "0-math.clamp(math.sin(q.anim_time*90*4*2+180*2)*20,0,15)"], + "position": [0, "-(math.sin(q.anim_time*90*4*2*2)*1)*0.25", 0] + }, + "arm1_bone2": { + "rotation": [0, 45, 0] + }, + "arm_bot_left3": { + "rotation": [0, "-25+math.sin(q.anim_time*90*4*2+90)*15", "-math.clamp(math.sin(q.anim_time*90*4*2+180)*20,0,15)"], + "position": [0, "-(math.sin(q.anim_time*90*4*2*2)*1)*0.25", 0] + }, + "arm1_bone3": { + "rotation": [0, 62.5, 0] + }, + "head": { + "rotation": ["-82.5+2*(math.sin(q.anim_time*90*4*1)*1-1)", 0, 0] + }, + "anthena_right": { + "rotation": ["-12.5+2*(math.sin(q.anim_time*90*4*1)*1-1)", 0, 0] + }, + "anthena_left": { + "rotation": ["-12.5+2*(math.sin(q.anim_time*90*4*1)*1-1)", 0, 0] + }, + "left_wing": { + "rotation": [-2.5, 0, 0] + }, + "right_wing": { + "rotation": [-2.5, 0, 0] + }, + "left_wing2": { + "rotation": [-2.5, 0, 0] + }, + "right_wing2": { + "rotation": [-2.5, 0, 0] + }, + "only_body": { + "rotation": [0, 0, 0], + "position": [0, "math.sin(q.anim_time*90*4*1)*0.4", "(math.sin(q.anim_time*90*4*4)*1)*0.4+0.1"] + } + } + }, + "animation.ledyba.ground_idle": { + "loop": true, + "bones": { + "body": { + "rotation": [90, 0, 0], + "position": [0, 7, 7] + }, + "arm1_bone4": { + "rotation": [0, -62.5, 0] + }, + "arm1_bone5": { + "rotation": [0, -62.5, 0] + }, + "arm1_bone6": { + "rotation": [0, -62.5, 0] + }, + "arm1_bone": { + "rotation": [0, 62.5, 0] + }, + "arm1_bone2": { + "rotation": [0, 62.5, 0] + }, + "arm1_bone3": { + "rotation": [0, 62.5, 0] + }, + "head": { + "rotation": ["-87.5+1*(math.sin(q.anim_time*90*4*1-90-45)*1-1)", 0, 0] + }, + "anthena_right": { + "rotation": ["-12.5+2*(math.sin(q.anim_time*90*4*1)*1-1)", 0, 0] + }, + "anthena_left": { + "rotation": ["-12.5+2*(math.sin(q.anim_time*90*4*1)*1-1)", 0, 0] + }, + "left_wing": { + "rotation": [-2.5, 0, 0] + }, + "right_wing": { + "rotation": [-2.5, 0, 0] + }, + "left_wing2": { + "rotation": [-2.5, 0, 0] + }, + "right_wing2": { + "rotation": [-2.5, 0, 0] + }, + "only_body": { + "position": [0, 0, "(math.sin(q.anim_time*90*4*1)*1)*0.2"] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/liepard/liepard.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/liepard/liepard.animation.json new file mode 100644 index 0000000..a04e86e --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/liepard/liepard.animation.json @@ -0,0 +1,419 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.liepard.ground_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "rotation": ["math.sin((q.anim_time*90)+90)/3", 0, 0] + }, + "neck": { + "rotation": ["math.sin((q.anim_time*90)+90)*3", 0, 0] + }, + "head": { + "rotation": ["-math.sin((q.anim_time*90)+90)*1", 0, 0] + }, + "tail": { + "rotation": ["35 + math.sin((q.anim_time*90)+180)*10", 0, 0] + }, + "tail_seg2": { + "rotation": [35, 0, 0] + }, + "tail_seg3": { + "rotation": [35, 0, 0] + }, + "tail_seg4": { + "rotation": ["-30 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "tail_seg5": { + "rotation": ["-35 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "tail_seg_end": { + "rotation": ["-25 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "tail_seg6": { + "rotation": ["-30 + math.sin((q.anim_time*90)+180)*5", 0, 0] + } + } + }, + "animation.liepard.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "tail": { + "rotation": ["35 + math.sin((q.anim_time*90*2)+180)*20", 0, 0] + }, + "tail_seg2": { + "rotation": [35, 0, 0] + }, + "tail_seg3": { + "rotation": [35, 0, 0] + }, + "tail_seg4": { + "rotation": [-25, 0, 0] + }, + "tail_seg5": { + "rotation": [-35, 0, 0] + }, + "tail_seg_end": { + "rotation": [-20, 0, 0] + }, + "tail_seg6": { + "rotation": [-25, 0, 0] + }, + "body": { + "rotation": { + "0.0": [0, 2.5, 0], + "0.5": [0, -2.5, 0], + "1.0": [0, 2.5, 0] + }, + "position": { + "0.0": [0, -1, 0], + "0.25": [0, -1.25, 0], + "0.5": [0, -1, 0], + "0.75": [0, -1.25, 0], + "1.0": [0, -1, 0] + } + }, + "neck": { + "rotation": [45, 0, 0] + }, + "head": { + "rotation": [-45, 0, 0] + }, + "shoulder_l": { + "rotation": { + "0.0": [10, 0, 0], + "0.25": [-25, 0, 0], + "0.5": [10, 0, 0], + "0.8333": [30, 0, 0], + "1.0": [10, 0, 0] + } + }, + "forearm_l": { + "rotation": { + "0.0": [-65, 0, 0], + "0.25": [0, 0, 0], + "1.0": [-65, 0, 0] + } + }, + "shoulder_r": { + "rotation": { + "0.0": [10, 0, 0], + "0.25": [30, 0, 0], + "0.5": [10, 0, 0], + "0.75": [-25, 0, 0], + "1.0": [10, 0, 0] + } + }, + "forearm_r": { + "rotation": { + "0.0": [-30, 0, 0], + "0.25": [-20, 0, 0], + "0.5": [-65, 0, 0], + "0.75": [0, 0, 0], + "1.0": [-30, 0, 0] + } + }, + "thigh_r": { + "rotation": { + "0.0": [30, 0, 0], + "0.25": [10, 0, 0], + "0.5": [-45, 0, 0], + "0.75": [10, 0, 0], + "1.0": [30, 0, 0] + } + }, + "knee_r": { + "rotation": { + "0.0": [-15, 0, 0], + "0.25": [5, 0, 0], + "0.5": [20, 0, 0], + "0.75": [5, 0, 0], + "1.0": [-15, 0, 0] + } + }, + "calf_r": { + "rotation": { + "0.0": [25, 0, 0], + "0.25": [-25, 0, 0], + "0.5": [-5, 0, 0], + "0.75": [-10, 0, 0], + "1.0": [25, 0, 0] + } + }, + "thigh_l": { + "rotation": { + "0.0": [-45, 0, 0], + "0.25": [10, 0, 0], + "0.5": [30, 0, 0], + "0.75": [10, 0, 0], + "1.0": [-45, 0, 0] + } + }, + "knee_l": { + "rotation": { + "0.0": [20, 0, 0], + "0.25": [5, 0, 0], + "0.5": [-15, 0, 0], + "0.75": [5, 0, 0], + "1.0": [20, 0, 0] + } + }, + "calf_l": { + "rotation": { + "0.0": [-5, 0, 0], + "0.25": [-10, 0, 0], + "0.5": [25, 0, 0], + "0.75": [-25, 0, 0], + "1.0": [-5, 0, 0] + } + } + } + }, + "animation.liepard.sleep": { + "loop": true, + "bones": { + "body": { + "position": [0, -11, 0] + }, + "neck": { + "rotation": [70, 0, 0], + "position": [0, -2, 2] + }, + "head": { + "rotation": [-37.5, 0, 0] + }, + "eye_r": { + "position": [0, 0, 0.5] + }, + "eye_l": { + "position": [0, 0, 0.5] + }, + "shoulder_l": { + "rotation": [-60, 0, 0] + }, + "forearm_l": { + "rotation": [0, 0, 70] + }, + "shoulder_r": { + "rotation": [-60, 0, 0] + }, + "forearm_r": { + "rotation": [0, 0, -70] + }, + "thigh_r": { + "rotation": [-67.5, 0, 0] + }, + "knee_r": { + "rotation": [50, 0, 0] + }, + "calf_r": { + "rotation": [-67.5, 0, 0] + }, + "thigh_l": { + "rotation": [-67.5, 0, 0] + }, + "knee_l": { + "rotation": [50, 0, 0] + }, + "calf_l": { + "rotation": [-67.5, 0, 0] + }, + "tail": { + "rotation": [-65, -60, 0] + }, + "tail_seg2": { + "rotation": [12.5, -55, 0] + }, + "tail_seg3": { + "rotation": [-17.5, -47.5, 0] + }, + "tail_seg4": { + "rotation": [-15, -5, 10] + }, + "tail_seg5": { + "rotation": [0, 0, 10] + }, + "tail_seg6": { + "rotation": [-10, 0, 10] + }, + "eye_l_closed": { + "position": [0.52, 0, 0] + }, + "eye_r_closed": { + "position": [-0.52, 0, 0] + } + } + }, + "animation.liepard.faint": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [0, 0, 0], + "1.5": [30, 0, 0], + "2.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 0, 0], + "1.5": [0, -2, 0], + "2.0": [0, -11, -2] + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [0, 0, 0], + "1.5": [35, 0, 0], + "2.0": [97.5, 0, 0] + }, + "position": { + "1.5": [0, 0, 0], + "2.0": [0, -3, 0] + } + }, + "head": { + "rotation": { + "1.5": [0, 0, 0], + "2.0": [-55, 0, 0] + } + }, + "eye_r": { + "position": { + "0.9583": [0, 0, 0], + "1.0": [0, 0, 0.5] + } + }, + "eye_l": { + "position": { + "0.9583": [0, 0, 0], + "1.0": [0, 0, 0.5] + } + }, + "shoulder_l": { + "rotation": { + "1.0": [0, 0, 0], + "1.5": [50, 0, 0], + "2.0": [82.5, 0, 0] + } + }, + "forearm_l": { + "rotation": { + "1.0": [0, 0, 0], + "1.5": [-77.5, 0, 0], + "2.0": [-125, 0, 0] + } + }, + "shoulder_r": { + "rotation": { + "1.0": [0, 0, 0], + "1.5": [50, 0, 0], + "2.0": [82.5, 0, 0] + } + }, + "forearm_r": { + "rotation": { + "1.0": [0, 0, 0], + "1.5": [-77.5, 0, 0], + "2.0": [-125, 0, 0] + } + }, + "thigh_r": { + "rotation": { + "1.5": [0, 0, 0], + "2.0": [-80, 0, 0] + } + }, + "knee_r": { + "rotation": { + "1.5": [0, 0, 0], + "2.0": [55, 0, 0] + } + }, + "calf_r": { + "rotation": { + "1.5": [0, 0, 0], + "2.0": [-60, 0, 0] + } + }, + "thigh_l": { + "rotation": { + "1.5": [0, 0, 0], + "2.0": [-77.5, 0, 0] + } + }, + "knee_l": { + "rotation": { + "1.5": [0, 0, 0], + "2.0": [55, 0, 0] + } + }, + "calf_l": { + "rotation": { + "1.5": [0, 0, 0], + "2.0": [-60, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": ["035 + math.sin((q.anim_time*90)+180)*10", 0, 0], + "1.0": ["035 + math.sin((q.anim_time*90)+180)*10", 0, 0], + "1.5": ["-15+math.sin((q.anim_time*90)+180)*10", 0, 0], + "2.0": [-15, 0, 0] + } + }, + "tail_seg2": { + "rotation": [35, 0, 0] + }, + "tail_seg3": { + "rotation": { + "0.0": [35, 0, 0], + "1.5": [35, 0, 0], + "2.0": [0, 0, 0] + } + }, + "tail_seg4": { + "rotation": { + "0.0": ["-30 + math.sin((q.anim_time*90)+180)*5", 0, 0], + "2.0": [-30, 0, 0] + } + }, + "tail_seg5": { + "rotation": { + "0.0": ["0-35 + math.sin((q.anim_time*90)+180)*5", 0, 0], + "2.0": [-35, 0, 0] + } + }, + "tail_seg6": { + "rotation": { + "0.0": ["-30 + math.sin((q.anim_time*90)+180)*5", 0, 0], + "2.0": [-30, 0, 0] + } + }, + "tail_seg_end": { + "rotation": { + "0.0": ["-25 + math.sin((q.anim_time*90)+180)*5", 0, 0], + "2.0": [-25, 0, 0] + } + }, + "eye_l_closed": { + "position": { + "0.9583": [0, 0, 0], + "1.0": [0.52, 0, 0] + } + }, + "eye_r_closed": { + "position": { + "0.9583": [0, 0, 0], + "1.0": [-0.52, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/litleo/litleo.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/litleo/litleo.animation.json new file mode 100644 index 0000000..57fc124 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/litleo/litleo.animation.json @@ -0,0 +1,1231 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.litleo.ground_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "tail_seg5": { + "rotation": ["-35 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "tail_seg6": { + "rotation": ["-30 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "neck": { + "rotation": ["math.sin((q.anim_time*90)+90)*2", 0, 0] + }, + "tail_seg2": { + "rotation": [35, 0, 0] + }, + "tail_seg3": { + "rotation": [45, 0, 0] + }, + "tail_seg4": { + "rotation": ["-40 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "tail_seg_end": { + "rotation": ["-25 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "body": { + "rotation": ["math.sin((q.anim_time*90)+90)/3", 0, 0] + }, + "head": { + "rotation": ["-math.sin((q.anim_time*90)+90)*2", 0, 0] + }, + "tail": { + "rotation": [20, "math.sin((q.anim_time*90)+180)*5", "math.sin((q.anim_time*90)+180)*5"] + }, + "tail2": { + "rotation": [-15, 0, 0] + }, + "tail3": { + "rotation": [15, 0, 0] + }, + "tail_fluff": { + "rotation": [5, 0, 0] + } + } + }, + "animation.litleo.battle_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "tail_seg5": { + "rotation": ["-35 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "tail_seg6": { + "rotation": ["-30 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "neck": { + "rotation": ["27.5+math.sin((q.anim_time*90)+90)*2", 0, 0] + }, + "tail_seg2": { + "rotation": [35, 0, 0] + }, + "tail_seg3": { + "rotation": [35, 0, 0] + }, + "tail_seg4": { + "rotation": ["-30 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "tail_seg_end": { + "rotation": ["-25 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "hair": { + "rotation": ["math.sin((q.anim_time*90*2)+180)*1", 0, 0] + }, + "hair2": { + "rotation": ["math.sin((q.anim_time*90*2)+180)*1", 0, 0] + }, + "hair3": { + "rotation": ["-5 + math.sin((q.anim_time*90*2)+180)*1", 0, 0] + }, + "hair4": { + "rotation": ["10 + math.sin((q.anim_time*90*2)+180)*5", 0, 0] + }, + "hair5": { + "rotation": ["5 +math.sin((q.anim_time*90*2)+135)*5", 0, 0] + }, + "hair10": { + "rotation": ["5+math.sin((q.anim_time*90*2)+90)*5", 0, 0] + }, + "hair6": { + "rotation": ["math.sin((q.anim_time*90*2)+45)*5", 0, 0] + }, + "hair7": { + "rotation": ["-15 + math.sin((q.anim_time*90*2)+0)*5", 0, 0] + }, + "hair8": { + "rotation": ["math.sin((q.anim_time*90*2)+320)*3", 0, 0] + }, + "hair9": { + "rotation": ["-20+math.sin((q.anim_time*90*2)+275)*5", 0, 0] + }, + "hair11": { + "rotation": ["math.sin((q.anim_time*90*2)+230)*5", 0, 0] + }, + "forearm_l": { + "rotation": [-10, 0, 0] + }, + "forearm_r": { + "rotation": [-10, 0, 0] + }, + "knee_r": { + "rotation": [10, 0, 0] + }, + "knee_l": { + "rotation": [10, 0, 0] + }, + "body": { + "rotation": ["math.sin((q.anim_time*90)+90)/3", 0, 0], + "position": [0, -0.25, 0] + }, + "head": { + "rotation": ["-math.sin((q.anim_time*90)+90)*2", 0, 0] + }, + "shoulder_r": { + "rotation": [-5, 0, 5] + }, + "shoulder_l": { + "rotation": [-5, 0, -5] + }, + "thigh_r": { + "rotation": [5, 0, 5] + }, + "calf_r": { + "rotation": [-5, 0, 0] + }, + "thigh_l": { + "rotation": [5, 0, -5] + }, + "calf_l": { + "rotation": [-5, 0, 0] + }, + "tail": { + "rotation": { + "0.0": [-60, "math.sin((q.anim_time*90)+180)*5", "math.sin((q.anim_time*90)+180)*5"], + "1.9167": [-60, "math.sin((q.anim_time*90)+180)*5", "math.sin((q.anim_time*90)+180)*5"] + } + }, + "tail2": { + "rotation": [-15, 0, 0] + }, + "tail3": { + "rotation": [15, 0, 0] + }, + "tail_fluff": { + "rotation": [5, 0, 0] + } + } + }, + "animation.litleo.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "body": { + "rotation": { + "0.0": [0, 2.5, 0], + "0.5": [0, -2.5, 0], + "1.0": [0, 2.5, 0] + }, + "position": { + "0.0": [0, -1, 0], + "0.25": [0, -1.25, 0], + "0.5": [0, -1, 0], + "0.75": [0, -1.25, 0], + "1.0": [0, -1, 0] + } + }, + "shoulder_r": { + "rotation": { + "0.0": [-40, 0, 0], + "0.25": [10, 0, 0], + "0.5": [30, 0, 0], + "0.75": [10, 0, 0], + "1.0": [-40, 0, 0] + } + }, + "shoulder_l": { + "rotation": { + "0.0": [30, 0, 0], + "0.25": [10, 0, 0], + "0.5": [-40, 0, 0], + "0.75": [10, 0, 0], + "1.0": [30, 0, 0] + } + }, + "thigh_r": { + "rotation": { + "0.0": [10, 0, 0], + "0.25": [30, 0, 0], + "0.5": [10, 0, 0], + "0.75": [-45, 0, 0], + "1.0": [10, 0, 0] + } + }, + "calf_r": { + "rotation": { + "0.0": [-10, 0, 0], + "0.25": [25, 0, 0], + "0.5": [-25, 0, 0], + "0.75": [-5, 0, 0], + "1.0": [-10, 0, 0] + } + }, + "thigh_l": { + "rotation": { + "0.0": [10, 0, 0], + "0.25": [-45, 0, 0], + "0.5": [10, 0, 0], + "0.75": [30, 0, 0], + "1.0": [10, 0, 0] + } + }, + "calf_l": { + "rotation": { + "0.0": [-25, 0, 0], + "0.25": [-5, 0, 0], + "0.5": [-10, 0, 0], + "0.75": [25, 0, 0], + "1.0": [-25, 0, 0] + } + } + } + }, + "animation.litleo.faint": { + "loop": true, + "animation_length": 1.5, + "bones": { + "body": { + "position": { + "0.0": [0, 0, 0], + "0.25": [0, -5, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [20, 0, 0] + } + }, + "eye_r": { + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0.25] + } + }, + "eye_l": { + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0.25] + } + }, + "shoulder_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-77.5, 0, 0] + } + }, + "shoulder_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-77.5, 0, 0] + } + }, + "thigh_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-77.5, 22.5, 0] + } + }, + "thigh_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-77.5, -22.5, 0] + } + }, + "closed_r": { + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, -0.5] + } + }, + "closed_l": { + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, -0.5] + } + } + } + }, + "animation.litleo.sleep": { + "loop": true, + "bones": { + "body": { + "position": [0, -5, 0] + }, + "head": { + "rotation": [20, 0, 0] + }, + "eye_r": { + "position": [0, 0, 0.25] + }, + "eye_l": { + "position": [0, 0, 0.25] + }, + "shoulder_r": { + "rotation": [-77.5, 0, 0] + }, + "shoulder_l": { + "rotation": [-77.5, 0, 0] + }, + "thigh_r": { + "rotation": [-77.5, 22.5, 0] + }, + "thigh_l": { + "rotation": [-77.5, -22.5, 0] + }, + "closed_r": { + "position": [0, 0, -0.5] + }, + "closed_l": { + "position": [0, 0, -0.5] + } + } + }, + "animation.litleo.blink": { + "animation_length": 0.25, + "bones": { + "eye_r": { + "position": { + "0.0": [0, 0, 0.25], + "0.2083": { + "pre": [0, 0, 0.25], + "post": [0, 0, 0.25] + }, + "0.25": { + "pre": [0, 0, 0.25], + "post": [0, 0, 0] + } + } + }, + "eye_l": { + "position": { + "0.0": [0, 0, 0.25], + "0.2083": { + "pre": [0, 0, 0.25], + "post": [0, 0, 0.25] + }, + "0.25": { + "pre": [0, 0, 0.25], + "post": [0, 0, 0] + } + } + }, + "closed_r": { + "position": { + "0.0": [0, 0, -0.5], + "0.2083": { + "pre": [0, 0, -0.5], + "post": [0, 0, -0.5] + }, + "0.25": { + "pre": [0, 0, -0.5], + "post": [0, 0, 0] + } + } + }, + "closed_l": { + "position": { + "0.0": [0, 0, -0.5], + "0.2083": { + "pre": [0, 0, -0.5], + "post": [0, 0, -0.5] + }, + "0.25": { + "pre": [0, 0, -0.5], + "post": [0, 0, 0] + } + } + } + } + }, + "animation.litleo.cry": { + "animation_length": 3, + "bones": { + "torso": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [5, 0, 0], + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [3, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [10.44, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-10.83, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "mouth": { + "position": { + "0.1667": [0, 0, 0], + "0.2083": { + "pre": [0, 0, 0], + "post": [0, 0, -0.25] + }, + "1.0": { + "pre": [0, 0, -0.25], + "post": [0, 0, -0.25] + }, + "1.0417": { + "pre": [0, 0, -0.25], + "post": [0, 0, 0] + } + } + } + }, + "sound_effects": { + "0.2083": { + "effect": "pokemon.squirtle.cry" + } + } + }, + "animation.litleo.recoil": { + "animation_length": 1.5, + "bones": { + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-2.9, 1.5, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-0.3, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "eye_r_closed": { + "position": { + "0.0": [-0.27, 0, 0], + "0.25": { + "pre": [-0.27, 0, 0], + "post": [-0.27, 0, 0] + }, + "0.2917": { + "pre": [-0.27, 0, 0], + "post": [0, 0, 0] + } + } + }, + "eye_l_closed": { + "position": { + "0.0": [0.27, 0, 0], + "0.25": { + "pre": [0.27, 0, 0], + "post": [0.27, 0, 0] + }, + "0.2917": { + "pre": [0.27, 0, 0], + "post": [0, 0, 0] + } + } + }, + "forearm_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "paw_fl": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [12, 0, 0], + "post": [12, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "forearm_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "paw_fr": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [12, 0, 0], + "post": [12, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "knee_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [15.5, 0, 0], + "post": [15.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-1.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "paw_br": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [8, 0, 0], + "post": [8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "knee_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [15.5, 0, 0], + "post": [15.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-1.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "paw_bl": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [8, 0, 0], + "post": [8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 1, 0], + "post": [-8, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [7.5, 0, 0], + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-2.9, 1.5, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-0.3, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "eye_r": { + "position": { + "0.0": [0, 0, 0.25], + "0.25": { + "pre": [0, 0, 0.25], + "post": [0, 0, 0.25] + }, + "0.2917": { + "pre": [0, 0, 0.25], + "post": [0, 0, 0] + } + } + }, + "eye_l": { + "position": { + "0.0": [0, 0, 0.25], + "0.25": { + "pre": [0, 0, 0.25], + "post": [0, 0, 0.25] + }, + "0.2917": { + "pre": [0, 0, 0.25], + "post": [0, 0, 0] + } + } + }, + "shoulder_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-3, 2.5, 0], + "post": [-3, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "shoulder_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-3, -2.5, 0], + "post": [-3, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "thigh_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "calf_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "thigh_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "calf_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "closed_r": { + "position": { + "0.0": [0, 0, -0.5], + "0.25": { + "pre": [0, 0, -0.5], + "post": [0, 0, -0.5] + }, + "0.2917": { + "pre": [0, 0, -0.5], + "post": [0, 0, 0] + } + } + }, + "closed_l": { + "position": { + "0.0": [0, 0, -0.5], + "0.25": { + "pre": [0, 0, -0.5], + "post": [0, 0, -0.5] + }, + "0.2917": { + "pre": [0, 0, -0.5], + "post": [0, 0, 0] + } + } + } + } + }, + "animation.litleo.physical": { + "animation_length": 1, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 5, 0], + "0.5": [0, -5, 0], + "0.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.125": [0, 0, 2], + "0.25": [0, 0, 2], + "0.5": [0, 0, 0] + } + }, + "shoulder_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-100, 20, -15], + "0.375": [-20, 0, -45], + "0.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 1, 0], + "0.375": [0, 1, -1], + "0.75": [0, 0, 0] + } + }, + "paw_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [90, 0, 0], + "0.5": [90, 0, 0], + "0.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, -2], + "0.5": [0, 0, -2], + "0.75": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.5": [5, 0, 0] + } + }, + "shoulder_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [-20, 0, 0], + "0.25": [-20, 0, 0], + "0.5": [0, 0, 0] + } + }, + "paw_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [17.5, 0, 0], + "0.25": [17.5, 0, 0], + "0.5": [0, 0, 0] + } + }, + "thigh_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [-25, 0, 0], + "0.25": [-25, 0, 0], + "0.5": [0, 0, 0] + } + }, + "calf_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [10, 0, 0], + "0.25": [10, 0, 0], + "0.5": [0, 0, 0] + } + }, + "foot_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [12.5, 0, 0], + "0.25": [12.5, 0, 0], + "0.5": [0, 0, 0] + } + }, + "thigh_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [-25, 0, 0], + "0.25": [-25, 0, 0], + "0.5": [0, 0, 0] + } + }, + "calf_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [10, 0, 0], + "0.25": [10, 0, 0], + "0.5": [0, 0, 0] + } + }, + "foot_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [12.5, 0, 0], + "0.25": [12.5, 0, 0], + "0.5": [0, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [-15, 0, 0], + "0.125": [-25, 0, 0], + "0.25": [-25, 0, 0], + "0.4167": [5, 0, 0], + "0.625": [-15, 0, 0] + } + }, + "tail2": { + "rotation": [10, 0, 0] + }, + "tail3": { + "rotation": [10, 0, 0] + } + } + }, + "animation.litleo.special": { + "animation_length": 2, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-10, 0, 0], + "0.2917": [-10, 0, 0], + "0.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 1, -2], + "0.2917": [0, 1, -2], + "0.5": [0, 0, -2] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [25, 0, 0], + "0.3333": [25, 0, 0], + "0.5": [0, 0, 0] + } + }, + "shoulder_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [17.5, 0, 0], + "0.2917": [17.5, 0, 0], + "0.5": [0, 0, 0] + } + }, + "shoulder_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [17.5, 0, 0], + "0.2917": [17.5, 0, 0], + "0.5": [0, 0, 0] + } + }, + "thigh_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [25, 0, 0], + "0.2917": [25, 0, 0] + } + }, + "calf_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-15, 0, 0], + "0.2917": [-15, 0, 0] + } + }, + "thigh_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [25, 0, 0] + } + }, + "calf_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-15, 0, 0] + } + } + }, + "particle_effects": { + "0.5": { + "effect": "fire_beam", + "locator": "fire" + } + } + }, + "animation.litleo.status": { + "loop": true, + "animation_length": 2, + "bones": { + "tail_seg5": { + "rotation": ["-35 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "tail_seg6": { + "rotation": ["-30 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "neck": { + "rotation": ["27.5+math.sin((q.anim_time*90)+90)*2", 0, 0] + }, + "tail_seg2": { + "rotation": [35, 0, 0] + }, + "tail_seg3": { + "rotation": [35, 0, 0] + }, + "tail_seg4": { + "rotation": ["-30 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "tail_seg_end": { + "rotation": ["-25 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "hair": { + "rotation": ["math.sin((q.anim_time*90*2)+180)*1", 0, 0] + }, + "hair2": { + "rotation": ["math.sin((q.anim_time*90*2)+180)*1", 0, 0] + }, + "hair3": { + "rotation": ["-5 + math.sin((q.anim_time*90*2)+180)*1", 0, 0] + }, + "hair4": { + "rotation": ["10 + math.sin((q.anim_time*90*2)+180)*5", 0, 0] + }, + "hair5": { + "rotation": ["5 +math.sin((q.anim_time*90*2)+135)*5", 0, 0] + }, + "hair10": { + "rotation": ["5+math.sin((q.anim_time*90*2)+90)*5", 0, 0] + }, + "hair6": { + "rotation": ["math.sin((q.anim_time*90*2)+45)*5", 0, 0] + }, + "hair7": { + "rotation": ["-15 + math.sin((q.anim_time*90*2)+0)*5", 0, 0] + }, + "hair8": { + "rotation": ["math.sin((q.anim_time*90*2)+320)*3", 0, 0] + }, + "hair9": { + "rotation": ["-20+math.sin((q.anim_time*90*2)+275)*5", 0, 0] + }, + "hair11": { + "rotation": ["math.sin((q.anim_time*90*2)+230)*5", 0, 0] + }, + "forearm_l": { + "rotation": [-10, 0, 0] + }, + "forearm_r": { + "rotation": [-10, 0, 0] + }, + "knee_r": { + "rotation": [10, 0, 0] + }, + "knee_l": { + "rotation": [10, 0, 0] + }, + "body": { + "position": [0, -0.25, 0] + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [15, 0, 0], + "0.5": [10, 0, 0], + "0.75": [15, 0, 0], + "1.0": [10, 0, 0], + "1.25": [15, 0, 0], + "1.5": [15, 0, 0], + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, -1, 0], + "1.5": [0, -1, 0], + "1.75": [0, 0, 0] + } + }, + "shoulder_r": { + "rotation": { + "0.0": [-5, 0, 5], + "0.125": [-45, 0, 5], + "0.25": [-5, 0, 5], + "0.5": [-5, 0, 5], + "0.625": [-45, 0, 5], + "0.75": [-5, 0, 5], + "1.0": [-5, 0, 5], + "1.125": [-45, 0, 5], + "1.25": [-5, 0, 5], + "1.5": [-5, 0, 5], + "1.625": [-45, 0, 5], + "1.75": [-5, 0, 5] + } + }, + "shoulder_l": { + "rotation": { + "0.0": [-5, 0, -5], + "0.25": [-5, 0, -5], + "0.375": [-45, 0, -5], + "0.5": [-5, 0, -5], + "0.75": [-5, 0, -5], + "0.875": [-45, 0, -5], + "1.0": [-5, 0, -5], + "1.25": [-5, 0, -5], + "1.375": [-45, 0, -5], + "1.5": [-5, 0, -5] + } + }, + "thigh_r": { + "rotation": { + "0.0": [5, 0, 5], + "0.375": [5, 0, 5], + "0.5": [-30, 0, 5], + "0.625": [5, 0, 5], + "0.875": [5, 0, 5], + "1.0": [-30, 0, 5], + "1.125": [5, 0, 5], + "1.375": [5, 0, 5], + "1.5": [-30, 0, 5], + "1.625": [5, 0, 5] + } + }, + "calf_r": { + "rotation": [-5, 0, 0] + }, + "thigh_l": { + "rotation": { + "0.0": [5, 0, -5], + "0.125": [5, 0, -5], + "0.25": [-30, 0, -5], + "0.375": [5, 0, -5], + "0.625": [5, 0, -5], + "0.75": [-30, 0, -5], + "0.875": [5, 0, -5], + "1.125": [5, 0, -5], + "1.25": [-30, 0, -5], + "1.375": [5, 0, -5] + } + }, + "calf_l": { + "rotation": [-5, 0, 0] + }, + "tail": { + "rotation": { + "0.0": [-30, "math.sin((q.anim_time*90)+180)*5", "math.sin((q.anim_time*90)+180)*5"], + "0.25": [55, "math.sin((q.anim_time*90)+180)*5", "math.sin((q.anim_time*90)+180)*5"], + "1.75": [55, "math.sin((q.anim_time*90)+180)*5", "math.sin((q.anim_time*90)+180)*5"], + "2.0": [-30, "math.sin((q.anim_time*90)+180)*5", "math.sin((q.anim_time*90)+180)*5"] + } + }, + "tail2": { + "rotation": [10, 0, 0] + }, + "tail3": { + "rotation": [10, 0, 0] + }, + "tail_fluff": { + "rotation": [-10, 0, 0] + } + } + }, + "animation.litleo.pose": { + "loop": true, + "bones": { + "body": { + "position": [0, -5, 0] + }, + "head": { + "rotation": [0, 0, 0], + "position": [0, -1, -1] + }, + "shoulder_r": { + "rotation": [-77.5, 0, 0] + }, + "shoulder_l": { + "rotation": [-77.5, 0, 0] + }, + "thigh_r": { + "rotation": [-77.5, 22.5, 0] + }, + "thigh_l": { + "rotation": [-77.5, -22.5, 0] + }, + "mouth": { + "position": [0, 0, -0.25] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/lokix/lokix.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/lokix/lokix.animation.json new file mode 100644 index 0000000..6a9406e --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/lokix/lokix.animation.json @@ -0,0 +1,215 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.lokix.pose": { + "loop": true, + "bones": { + "body": { + "rotation": [-68.98503, -13.73339, -14.21275], + "position": [0, -5, 8] + }, + "upper_body": { + "rotation": [47.5, 0, 0] + }, + "arm_left": { + "rotation": [-29.24336, -24.04173, 45.53269] + }, + "arm_left2": { + "rotation": [113.80763, 64.79572, 149.03672] + }, + "head2": { + "rotation": [37.5, 0, 0] + }, + "leg_left": { + "rotation": [-84.93957, -27.96833, 28.26829] + }, + "leg_left2": { + "rotation": [79.01508, 1.67605, 0.66295] + }, + "backleg_left": { + "rotation": [-15, 0, 0] + }, + "backleg_left2": { + "rotation": [2.5, 0, 0] + }, + "torso": { + "rotation": [-32.5, 0, 0] + }, + "backleg_right2": { + "rotation": [180, 0, 0] + }, + "leg_right": { + "rotation": [-29.35854, 19.94871, -4.40592] + }, + "leg_right2": { + "rotation": [0, 0, 0] + }, + "backleg_right": { + "rotation": [-174.44366, 3.62572, 19.66352] + }, + "arm_right": { + "rotation": [51.49054, 25.3588, 51.85638] + }, + "arm_right2": { + "rotation": [-92.28974, -62.39543, 95.40158] + } + } + }, + "animation.lokix.pose2": { + "loop": true, + "bones": { + "body": { + "position": [0, 10, 0] + }, + "upper_body": { + "rotation": [12.5, 0, 0] + }, + "arm_left": { + "rotation": [-2.09615, 39.95426, 71.73794], + "position": [0, 0, 0] + }, + "arm_left2": { + "rotation": [-101.65628, 14.68054, -5.26222] + }, + "head": { + "rotation": [-2.36638, -4.56489, 0.90439], + "position": [0, -1, 0] + }, + "head2": { + "rotation": [25, 0, 0], + "position": [0, 0, 0] + }, + "leg_left": { + "rotation": [-12.92638, -14.63639, 3.31914], + "position": [0, 0, 0] + }, + "leg_left2": { + "rotation": [17.5, 0, 0] + }, + "backleg_left": { + "rotation": [-165.05452, 1.29256, -4.83045], + "position": [0, 0, 0] + }, + "backleg_left2": { + "rotation": [175.00473, -0.21782, -2.4905] + }, + "leg_right": { + "position": [0, 0, 0] + }, + "backleg_right": { + "rotation": [-160, 0, 0], + "position": [0, 0, 0] + }, + "backleg_right2": { + "rotation": [167.5, 0, 0] + }, + "arm_right": { + "rotation": [0, 0, -70], + "position": [0, 0, 0] + }, + "arm_right2": { + "rotation": [0, -15, 0] + } + } + }, + "animation.lokix.ground_idle": { + "loop": true, + "bones": { + "body": { + "position": [0, "-0.5+math.sin(query.anim_time*90*2+15)*0.2", 0] + }, + "leg_left": { + "rotation": ["-11.1447+math.sin(query.anim_time*90*2)*3", -24.28619, -3.18756] + }, + "leg_left2": { + "rotation": ["12.5-math.sin(query.anim_time*90*2)*6", 0, 0] + }, + "leg_right": { + "rotation": ["-11.1447+math.sin(query.anim_time*90*2)*3", 24.2862, 3.1876] + }, + "leg_right2": { + "rotation": ["12.5-math.sin(query.anim_time*90*2)*6", 0, 0] + }, + "torso": { + "rotation": ["10-math.sin(query.anim_time*90*2)", 0, 0], + "position": [0, 0, 0] + }, + "backleg_left": { + "rotation": ["-10-math.sin(query.anim_time*90*2-50)*3", 0, 0] + }, + "backleg_right": { + "rotation": ["-10-math.sin(query.anim_time*90*2-50)*3", 0, 0] + }, + "upper_body": { + "rotation": ["-5-math.sin(query.anim_time*90*2-50)*2", 0, 0] + }, + "arm_left": { + "rotation": [22.63938, "-0.7849-math.sin(query.anim_time*90*2)*2", 72.80634] + }, + "arm_left2": { + "rotation": [0.68334, "17.4706-math.sin(query.anim_time*90*2-50)*5", 5.1626] + }, + "arm_right": { + "rotation": [22.8719, "-2.686+math.sin(query.anim_time*90*2)*2", -74.03861] + }, + "arm_right2": { + "rotation": [1.10693, "-12.4517+math.sin(query.anim_time*90*2-50)*5", -5.12076] + }, + "head2": { + "rotation": ["-math.sin(query.anim_time*90*2)*3", 0, 0] + } + } + }, + "animation.lokix.ground_walk": { + "loop": true, + "bones": { + "body": { + "rotation": [15, "-math.sin(query.anim_time*90*6+10)*3", 0], + "position": [0, "-1.5+math.sin(query.anim_time*90*12+60)*1.5", 0] + }, + "leg_left": { + "rotation": ["-32.4753+math.sin(query.anim_time*90*6)*30", -1.34295, -2.10886] + }, + "leg_left2": { + "rotation": ["30-math.sin(query.anim_time*90*6+70)*25", 0, 0] + }, + "leg_right": { + "rotation": ["-32.4753-math.sin(query.anim_time*90*6)*30", 1.34295, 2.10886] + }, + "leg_right2": { + "rotation": ["30+math.sin(query.anim_time*90*6+70)*25", 0, 0] + }, + "torso": { + "rotation": ["-math.sin(query.anim_time*90*12+90)", 0, 0] + }, + "backleg_left": { + "rotation": ["-20-math.sin(query.anim_time*90*12+90)*2", 0, 0] + }, + "backleg_right": { + "rotation": ["-20-math.sin(query.anim_time*90*12+90)*2", 0, 0] + }, + "upper_body": { + "rotation": ["math.sin(query.anim_time*90*12+90)", 0, 0] + }, + "arm_left": { + "rotation": [-5.43015, "2.6603+math.sin(query.anim_time*90*6+50)*20", 66.15248] + }, + "arm_left2": { + "rotation": [0, "30+math.sin(query.anim_time*90*6+50)*20", 0] + }, + "arm_right": { + "rotation": [0, "-2.6603+math.sin(query.anim_time*90*6+50)*20", -62.5] + }, + "arm_right2": { + "rotation": [0, "-30+math.sin(query.anim_time*90*6+50)*20", 0] + }, + "head": { + "rotation": ["-math.sin(query.anim_time*90*12+40)", 0, 0] + }, + "head2": { + "rotation": [-10, 0, 0] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/lurantis/lurantis.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/lurantis/lurantis.animation.json new file mode 100644 index 0000000..899d5e6 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/lurantis/lurantis.animation.json @@ -0,0 +1,3124 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.lurantis.ground_idle": { + "loop": true, + "bones": { + "ear_left": { + "rotation": ["-31.2822+2*(math.sin(q.anim_time*180-20)*2)", 9.29798, 14.89149] + }, + "antenna_left": { + "rotation": ["-12.3159-2*(math.sin(q.anim_time*180-20)*2)", 2.1539, 9.7676], + "scale": [0.7, 1, 1] + }, + "head": { + "rotation": [ + "4.7845+0.25*(math.sin(q.anim_time*180+40)*2)", + "12.5079+0.25*(math.sin(q.anim_time*180+40)*2)", + "-7.0002-1*(math.sin(q.anim_time*180+40)*2)" + ] + }, + "ear_left_bot": { + "rotation": ["0+2*(math.sin(q.anim_time*180-20)*2)", 0, "12.5+2*(math.sin(q.anim_time*180-20)*2)"], + "scale": [0.85, 0.85, 0.7] + }, + "body": { + "position": { + "0.0": { + "post": [ + 0, + "-0.04+math.clamp(0.075*(math.sin(q.anim_time*180)*2),-0.1125,1)+(0.06*(math.sin(q.anim_time*180)*2))-0.02*(math.sin(q.anim_time*180-40)*2)", + "0-math.clamp(0.075*(math.sin(q.anim_time*180-40)*2),-0.4,2)" + ], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [ + "1+math.clamp(0.005*(math.sin(q.anim_time*180)*2),-0.0075,0.015)+(0.003*(math.sin(q.anim_time*180)*2))", + "1+math.clamp(0.005*(math.sin(q.anim_time*180)*2),-0.0075,0.015)+(0.003*(math.sin(q.anim_time*180)*2))", + "1+math.clamp(0.005*(math.sin(q.anim_time*180)*2),-0.0075,0.015)+(0.003*(math.sin(q.anim_time*180)*2))" + ], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": [-7.5283, 4.95712, "-0.6543-0.3*(math.sin(q.anim_time*180)*2)"] + }, + "wing_left_bottom": { + "rotation": ["-7.5+2*(math.sin(q.anim_time*180-40)*2)", 0, "12.5-2*(math.sin(q.anim_time*180-120)*2)"] + }, + "arm_left": { + "rotation": ["-17.8265-0.25*(math.sin(q.anim_time*180-30)*2)", "-87.6143+2*(math.sin(q.anim_time*180)*2)", "57.4848-0.75*(math.sin(q.anim_time*180)*2)"], + "position": [-1, 0, 0] + }, + "skirt_left_frill": { + "rotation": [-2.5, 0, 0] + }, + "skirt_left_frill2": { + "rotation": [-15, 0, 0] + }, + "skirt_left_frill3": { + "rotation": [-12.5, 0, 0] + }, + "skirt_left_frill4": { + "rotation": [-12.5, 0, 0] + }, + "skirt_right_frill": { + "rotation": [-2.5, 0, 0] + }, + "skirt_right_frill2": { + "rotation": [-7.5, 0, 0] + }, + "skirt_right_frill3": { + "rotation": [-10, 0, 0] + }, + "skirt_right_frill4": { + "rotation": [-5, 0, 0] + }, + "arm_left5": { + "rotation": ["0+1*(math.sin(q.anim_time*180-40)*2)", 0, "10-1*(math.sin(q.anim_time*180-80)*2)"] + }, + "arm_left4": { + "rotation": ["0+1*(math.sin(q.anim_time*180-40)*2)", 0, "15-1*(math.sin(q.anim_time*180-60)*2)"] + }, + "arm_left3": { + "rotation": [ + "-44.9051+0.25*(math.sin(q.anim_time*180-40)*2)", + "32.7238-0.2*math.clamp(1*(math.sin(q.anim_time*180)*4),0,4)+0.2*math.clamp(-1*(math.sin(q.anim_time*180)*2),-0,3)", + "-3.6088+4*(math.sin(q.anim_time*180)*2)" + ], + "position": [0, 0, 0.5] + }, + "arm_left2": { + "rotation": [ + "8.7242+0.25*(math.sin(q.anim_time*180)*2)", + "47.7576+1*(math.sin(q.anim_time*180+40)*2)", + "-104.2193-0.5*(math.sin(q.anim_time*180)*2)-2*(math.sin(q.anim_time*180)-4)" + ] + }, + "leg_left2": { + "rotation": [0.3265, 2.4786, 7.50706] + }, + "leg_left3": { + "rotation": { + "0.0": { + "post": [7.5, 0, "0+0.45*(math.sin(q.anim_time*180)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left": { + "rotation": [0, 0, "0+0.15*(math.sin(q.anim_time*180)*2)"], + "scale": 1 + }, + "ear_left2": { + "rotation": ["-15-6*(math.sin(q.anim_time*180-60)*2)", 0, 0], + "scale": [1.25, 1, 1] + }, + "ear_left_bot2": { + "rotation": [0, 0, "-17.5+2*(math.sin(q.anim_time*180-40)*2)"], + "position": [-0.5, 0, 0.001] + }, + "ear_right_bot": { + "rotation": [0, 0, "-12.5-2*(math.sin(q.anim_time*180-20)*2)"], + "scale": [0.85, 0.85, 0.7] + }, + "ear_right_bot2": { + "rotation": [0, 0, "22.5-2*(math.sin(q.anim_time*180-20)*2)"], + "position": [0.75, 0, 0.001] + }, + "antenna_left2": { + "rotation": ["-5-2*(math.sin(q.anim_time*180-20)*2)", 0, 0] + }, + "antenna_left3": { + "rotation": ["-15-2*(math.sin(q.anim_time*180-20)*2)", 0, 0] + }, + "arm_right": { + "rotation": ["-17.8265-0.25*(math.sin(q.anim_time*180-30)*2)", "87.6143-2*(math.sin(q.anim_time*180)*2)", "-57.4848+0.75*(math.sin(q.anim_time*180)*2)"] + }, + "ear_right": { + "rotation": ["-31.2822+2*(math.sin(q.anim_time*180-20)*2)", -9.298, -14.8915] + }, + "ear_right2": { + "rotation": ["-15-6*(math.sin(q.anim_time*180-60)*2)", 0, 0], + "scale": [1.25, 1, 1] + }, + "antenna_right": { + "rotation": ["-12.3159-2*(math.sin(q.anim_time*180-20)*2)", -2.15393, -9.76758], + "scale": [0.7, 1, 1] + }, + "antenna_right2": { + "rotation": ["-5-2*(math.sin(q.anim_time*180-20)*2)", 0, 0] + }, + "antenna_right3": { + "rotation": ["-15-2*(math.sin(q.anim_time*180-20)*2)", 0, 0] + }, + "arm_right2": { + "rotation": [ + "-180+0.25*(math.sin(q.anim_time*180)*2)", + "-39.7812+1*(math.sin(q.anim_time*180+40)*2)", + "-180-0.5*(math.sin(q.anim_time*180)*2)-2*(math.sin(q.anim_time*180)-4)" + ] + }, + "arm_right3": { + "rotation": [ + "43.9498+4*(math.sin(q.anim_time*180-40)*2)", + "27.5869+4*math.clamp(1*(math.sin(q.anim_time*180)*4),0,4)-4*math.clamp(-1*(math.sin(q.anim_time*180)*2),-0,3)", + "-14.979-4*(math.sin(q.anim_time*180)*2)" + ], + "position": [0, 0, 0] + }, + "arm_right4": { + "rotation": [0, 0, "-15+1*(math.sin(q.anim_time*180-60)*2)"] + }, + "arm_right5": { + "rotation": [0, 0, "-10+1*(math.sin(q.anim_time*180-80)*2)"] + }, + "wing_right_bottom": { + "rotation": ["-7.5-2*(math.sin(q.anim_time*180-40)*2)", 0, "-12.5-2*(math.sin(q.anim_time*180-120)*2)"] + }, + "wing_right_top": { + "rotation": ["-13.6367+2*(math.sin(q.anim_time*180-50)*2)", -13.6611, "14.2338+4*(math.sin(q.anim_time*180+40)*2)"] + }, + "leg_right2": { + "rotation": [7.47178, 0.65182, -4.95744] + }, + "leg_right3": { + "rotation": [15, 0, "0-0.45*(math.sin(q.anim_time*180)*2)"] + }, + "foot_right": { + "rotation": [12.5, 0, "0-0.15*(math.sin(q.anim_time*180)*2)"] + }, + "foot_right2": { + "rotation": [-32.5, 0, 0] + }, + "neck": { + "rotation": ["0+1*(math.sin(q.anim_time*180+80)*2)", 0, 0] + }, + "torso": { + "rotation": ["0.0103+1*(math.sin(q.anim_time*180-40)*2)", 19.96817, 0.05756], + "position": [0, 0, 0] + }, + "claw_left": { + "rotation": [0, 0, "0-2*(math.sin(q.anim_time*180+40)*2)"] + }, + "claw_right": { + "rotation": [0, 0, "0+2*(math.sin(q.anim_time*180+40)*2)"] + }, + "wing_left_top": { + "rotation": ["-13.6367-2*(math.sin(q.anim_time*180-50)*2)", 13.6611, "-14.2338+4*(math.sin(q.anim_time*180+40)*2)"] + }, + "wing_left_top2": { + "rotation": ["0-2*(math.sin(q.anim_time*180-70)*2)", 0, 0] + }, + "wing_left_top3": { + "rotation": ["0-2*(math.sin(q.anim_time*180-90)*2)", 0, 0] + }, + "wing_right_top2": { + "rotation": ["0+2*(math.sin(q.anim_time*180-70)*2)", 0, 0] + }, + "wing_right_top3": { + "rotation": ["0+2*(math.sin(q.anim_time*180-90)*2)", 0, 0] + }, + "wing_left_bottom2": { + "rotation": ["+2*(math.sin(q.anim_time*180-80)*2)", 0, 0] + }, + "wing_left_bottom3": { + "rotation": ["+2*(math.sin(q.anim_time*180-120)*2)", 0, 0] + }, + "wing_right_bottom2": { + "rotation": ["-2*(math.sin(q.anim_time*180-80)*2)", 0, 0] + }, + "wing_right_bottom3": { + "rotation": ["0-2*(math.sin(q.anim_time*180-120)*2)", 0, 0] + }, + "abdomen": { + "rotation": ["0-1*(math.sin(q.anim_time*180-40)*2)", 0, 0], + "position": [0, "-0.10+0.02*(math.sin(q.anim_time*180-40)*2)", 0] + }, + "skirt_right": { + "rotation": [0, 0, "+3*(math.sin(q.anim_time*180-80)*2)"] + }, + "skirt_right2": { + "rotation": [0, 0, "+3*(math.sin(q.anim_time*180-80)*2)"] + }, + "skirt_left": { + "rotation": [0, 0, "-5-3*(math.sin(q.anim_time*180-80)*2)"] + }, + "skirt_left2": { + "rotation": [0, 0, "-3*(math.sin(q.anim_time*180-80)*2)"] + }, + "foot_left2": { + "rotation": [0, 0, 0] + }, + "leg_right": { + "rotation": [0, 0, "0+0.3*(math.sin(q.anim_time*180)*2)"] + } + } + }, + "animation.lurantis.ground_walk": { + "loop": true, + "animation_length": 1.1667, + "bones": { + "ear_left": { + "rotation": ["-32.6503+1.5*(math.sin(q.anim_time*620+180)*2)", 9.29798, 14.89149] + }, + "antenna_left": { + "rotation": ["-10.9478+1.5*(math.sin(q.anim_time*620+180)*2)", 2.1539, 9.7676], + "scale": [0.7, 1, 1] + }, + "head": { + "rotation": ["0+1*(math.sin(q.anim_time*620-80)*2)", 0, "0-1*(math.sin(q.anim_time*310-40)*2)"] + }, + "ear_left_bot": { + "rotation": [-1.36808, 0, "11.1319-1.5*(math.sin(q.anim_time*620+180)*2)"], + "scale": [0.85, 0.85, 0.7] + }, + "body": { + "position": { + "0.0": { + "post": [0, -0.72, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, -0.8, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, -0.35, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0.4, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, -0.7, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, -0.8, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -0.35, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0.4, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, -0.7, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, "1+0.01*(math.sin(q.anim_time*620-70)*2)", 1], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [-48.31, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-27.72, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-12.47, 0, 1], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-60, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-48.31, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wing_left_bottom": { + "rotation": ["5.9288-1.5*(math.sin(q.anim_time*620)*2)", 0, 9.0359] + }, + "arm_left": { + "rotation": [ + "-21.3238+1*(math.sin(q.anim_time*620-80)*2)", + "-110.2847+10*(math.sin(q.anim_time*310-70)*2)", + "13.473+4*(math.sin(q.anim_time*620-40)*2)" + ] + }, + "skirt_left_frill": { + "rotation": ["0+5*(math.sin(q.anim_time*310+60)*2)", 0, 0] + }, + "skirt_left_frill2": { + "rotation": ["-55-15*(math.sin(q.anim_time*310+60)*2)", 0, 0] + }, + "skirt_left_frill3": { + "rotation": ["-5-10*(math.sin(q.anim_time*310+80)*2)", 0, 0] + }, + "skirt_left_frill4": { + "rotation": ["-50-20*(math.sin(q.anim_time*310+60)*2)", 0, 0] + }, + "skirt_right_frill": { + "rotation": ["0+5*(math.sin(q.anim_time*310+60)*2)", 0, 0] + }, + "skirt_right_frill2": { + "rotation": ["-55-15*(math.sin(q.anim_time*310-120)*2)", 0, 0] + }, + "skirt_right_frill3": { + "rotation": ["5+10*(math.sin(q.anim_time*310-80)*2)", 0, 0] + }, + "skirt_right_frill4": { + "rotation": ["-50-20*(math.sin(q.anim_time*310-80)*2)", 0, 0] + }, + "arm_left5": { + "rotation": [-1.28558, 0, 11.96962] + }, + "arm_left4": { + "rotation": [-1.28558, 0, 16.73205] + }, + "arm_left3": { + "rotation": ["-187.4051+6*(math.sin(q.anim_time*620+100)*2)", 0, 0] + }, + "arm_left2": { + "rotation": ["-3.8238+10*(math.sin(q.anim_time*620-80)*2)", 69.7153, "-193.473+4*(math.sin(q.anim_time*620-40)*2)"] + }, + "leg_left2": { + "rotation": { + "0.0": { + "post": [-23.79, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-0.03, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [9.97, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [7.47178, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [14.97178, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-23.73, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [4.97, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left3": { + "rotation": { + "0.0": { + "post": [28.44, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [55, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [105, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [28.44, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left": { + "rotation": { + "0.0": { + "post": [13.78, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0417": { + "post": [10.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [15.58, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ear_left2": { + "rotation": ["-4.6077+1.5*(math.sin(q.anim_time*620+180)*2)", 0, 0], + "scale": [1.25, 1, 1] + }, + "ear_left_bot2": { + "rotation": [0, 0, "-20.0712-1.5*(math.sin(q.anim_time*620+180)*2)"], + "position": [-0.5, 0, 0.001] + }, + "ear_right_bot": { + "rotation": [0, 0, "-11.1319+1.5*(math.sin(q.anim_time*620+180)*2)"], + "scale": [0.85, 0.85, 0.7] + }, + "ear_right_bot2": { + "rotation": [0, 0, "23.8681+1.5*(math.sin(q.anim_time*620+180)*2)"], + "position": [0.75, 0, 0.001] + }, + "antenna_left2": { + "rotation": ["-3.6319+1.5*(math.sin(q.anim_time*620+180)*2)", 0, 0] + }, + "antenna_left3": { + "rotation": ["-13.6319+1.5*(math.sin(q.anim_time*620+180)*2)", 0, 0] + }, + "arm_right": { + "rotation": [ + "-21.3238+1*(math.sin(q.anim_time*620-80)*2)", + "110.2847+10*(math.sin(q.anim_time*310-70)*2)", + "-13.473+4*(math.sin(q.anim_time*620-40)*2)" + ] + }, + "ear_right": { + "rotation": ["-32.6503+1.5*(math.sin(q.anim_time*620+180)*2)", -9.298, -14.8915] + }, + "ear_right2": { + "rotation": ["-4.6077+1.5*(math.sin(q.anim_time*620+180)*2)", 0, 0], + "scale": [1.25, 1, 1] + }, + "antenna_right": { + "rotation": ["-10.9478+1.5*(math.sin(q.anim_time*620+180)*2)", -2.15393, -9.76758], + "scale": [0.7, 1, 1] + }, + "antenna_right2": { + "rotation": ["-3.6319+1.5*(math.sin(q.anim_time*620+180)*2)", 0, 0] + }, + "antenna_right3": { + "rotation": ["-13.6319+1.5*(math.sin(q.anim_time*620+180)*2)", 0, 0] + }, + "arm_right2": { + "rotation": ["-181.3238-10*(math.sin(q.anim_time*620-80)*2)", -69.7153, "-166.527+4*(math.sin(q.anim_time*620-40)*2)"] + }, + "arm_right3": { + "rotation": ["0+6*(math.sin(q.anim_time*620-100)*2)", 0, 0], + "position": [0, 0, 0] + }, + "arm_right4": { + "rotation": [0, 0, -16.73205] + }, + "arm_right5": { + "rotation": [0, 0, -11.96962] + }, + "wing_right_bottom": { + "rotation": ["5.9288-1.5*(math.sin(q.anim_time*620)*2)", 0, -9.0359] + }, + "wing_right_top": { + "rotation": ["-25-2.5*(math.sin(q.anim_time*620)*2)", -13.6611, 19.3761] + }, + "leg_right2": { + "rotation": { + "0.0": { + "post": [7.47178, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [14.97178, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-25.03, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-0.03, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [9.97, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [7.47178, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right3": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [55, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [105, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right2": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [1.09, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-13.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [14.65, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": [0, 0, 0] + }, + "torso": { + "rotation": { + "0.0": { + "post": [20.02, -0.78, -0.29], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [12.66, -3.84, -1.4], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [20.16, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [12.66, 3.84, 1.4], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [20.02, -0.78, -0.29], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [7.66, -3.84, -1.4], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "claw_left": { + "rotation": [0, 0, -2.57115] + }, + "claw_right": { + "rotation": [0, 0, 2.57115] + }, + "wing_left_top": { + "rotation": ["-25.7009-2.5*(math.sin(q.anim_time*620)*2)", 13.6611, -19.3761] + }, + "wing_left_top2": { + "rotation": ["3.7588-3.5*(math.sin(q.anim_time*620-80)*2)", 0, 0] + }, + "wing_left_top3": { + "rotation": ["4-3.5*(math.sin(q.anim_time*620-120)*2)", 0, 0] + }, + "wing_right_top2": { + "rotation": ["-3.7588-3.5*(math.sin(q.anim_time*620-80)*2)", 0, 0] + }, + "wing_right_top3": { + "rotation": ["-4-3.5*(math.sin(q.anim_time*620-120)*2)", 0, 0] + }, + "wing_left_bottom2": { + "rotation": ["-3.9392-4.5*(math.sin(q.anim_time*620-100)*2)", 0, 0] + }, + "wing_left_bottom3": { + "rotation": ["-3.4641-4.5*(math.sin(q.anim_time*620-100)*2)", 0, 0] + }, + "wing_right_bottom2": { + "rotation": ["3.9392-4.5*(math.sin(q.anim_time*620-100)*2)", 0, 0] + }, + "wing_right_bottom3": { + "rotation": ["3.4641-4.5*(math.sin(q.anim_time*620-100)*2)", 0, 0] + }, + "abdomen": { + "rotation": { + "0.0": { + "post": [20.16, -4.18, -1.53], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [12.66, 3.84, 1.4], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [20.16, 3.84, 1.4], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [12.66, -3.84, -1.4], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [20.16, -4.94, -1.81], + "lerp_mode": "catmullrom" + } + }, + "position": [0, 0.47429, -0.1] + }, + "skirt_right": { + "rotation": ["0+5*(math.sin(q.anim_time*310+60)*2)", 0, "7+4*(math.sin(q.anim_time*620+180)*2)"] + }, + "skirt_right2": { + "rotation": [0, 0, "+4.9574+4*(math.sin(q.anim_time*620-180)*2)"] + }, + "skirt_left": { + "rotation": ["0-5*(math.sin(q.anim_time*310+60)*2)", 0, "-7-4*(math.sin(q.anim_time*620+180)*2)"] + }, + "skirt_left2": { + "rotation": [0, 0, "-4.9574-4*(math.sin(q.anim_time*620-180)*2)"] + }, + "foot_left2": { + "rotation": { + "0.0": { + "post": [1.09, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-13.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [1.6, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-60, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-26.46, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-11.07, 0, -1], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.lurantis.blink": { + "animation_length": 0.625, + "bones": { + "pupil_left": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + }, + "pupil_right": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + } + } + }, + "animation.lurantis.cry": { + "animation_length": 1.5, + "bones": { + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "mouth": { + "position": { + "0.0": [0, 0, 0], + "0.25": [0, -1, -1], + "0.75": [0, -1, -1], + "1.0": [0, 0, 0] + } + } + }, + "sound_effects": { + "0.25": { + "effect": "pokemon.lurantis.cry" + } + } + }, + "animation.lurantis.sleep": { + "loop": true, + "bones": { + "body": { + "rotation": [17.5, 0, 0], + "position": [0, -12, "0-0.07*(math.sin(q.anim_time*45)*4)"] + }, + "neck": { + "rotation": [-2.5, 0, 0], + "position": [0, 0, -0.3] + }, + "head": { + "rotation": ["17.5-0.7*(math.sin(q.anim_time*45-40)*4)", 0, 0], + "position": [0, 0, 0.4] + }, + "pupil_left": { + "position": [-0.25, 0, 0], + "scale": [1.3, 0.1, 1] + }, + "pupil_right": { + "scale": [1.3, 0.1, 1] + }, + "antenna_left": { + "rotation": ["-52.5+0.5*(math.sin(q.anim_time*45-80)*4)", 0, 0] + }, + "antenna_left2": { + "rotation": ["-7.5+0.5*(math.sin(q.anim_time*45-80)*4)", 0, 0] + }, + "antenna_left3": { + "rotation": ["-17.5+0.5*(math.sin(q.anim_time*45-80)*4)", 0, 0] + }, + "antenna_right": { + "rotation": ["-52.5+0.5*(math.sin(q.anim_time*45-80)*4)", 0, 0] + }, + "antenna_right2": { + "rotation": ["-7.5+0.5*(math.sin(q.anim_time*45-80)*4)", 0, 0] + }, + "antenna_right3": { + "rotation": ["-17.5+0.5*(math.sin(q.anim_time*45-80)*4)", 0, 0] + }, + "ear_left": { + "rotation": ["-60+0.5*(math.sin(q.anim_time*45-80)*4)", 0, 0] + }, + "ear_left2": { + "rotation": ["-25+0.5*(math.sin(q.anim_time*45-80)*4)", 0, 0] + }, + "ear_left3": { + "rotation": [0, 0, 0] + }, + "ear_right": { + "rotation": ["-60+0.5*(math.sin(q.anim_time*45-80)*4)", 0, 0] + }, + "ear_right2": { + "rotation": ["-25+0.5*(math.sin(q.anim_time*45-80)*4)", 0, 0] + }, + "ear_left_bot": { + "rotation": ["0-1.7*(math.sin(q.anim_time*45-60)*4)", "22.5-0.7*(math.sin(q.anim_time*45-60)*4)", 0] + }, + "ear_left_bot2": { + "rotation": [0, "5-2.7*(math.sin(q.anim_time*45-60)*4)", 0] + }, + "ear_right_bot": { + "rotation": ["0+1.7*(math.sin(q.anim_time*45-60)*4)", "-22.5+0.7*(math.sin(q.anim_time*45-60)*4)", 0] + }, + "ear_right_bot2": { + "rotation": [0, "-2.5+2.7*(math.sin(q.anim_time*45-60)*4)", 0] + }, + "torso": { + "rotation": ["-12.5+1*(math.sin(q.anim_time*45+30)*4)", 0, 0] + }, + "arm_left": { + "rotation": ["-19.1053+1*(math.sin(q.anim_time*45-80)*6)", -96.83193, 12.28768] + }, + "arm_left2": { + "rotation": [0, 125, 0] + }, + "arm_left3": { + "rotation": ["52.3949+0.2*(math.sin(q.anim_time*45-80)*6)", -33.77615, "26.9812+0.2*(math.sin(q.anim_time*45-80)*6)"] + }, + "arm_left4": { + "rotation": [0, 0, 15] + }, + "arm_left5": { + "rotation": [7.5, 0, 20] + }, + "arm_right": { + "rotation": ["-11.6053+1*(math.sin(q.anim_time*45-80)*6)", 96.8319, -12.2877] + }, + "arm_right2": { + "rotation": [0, -135, 0] + }, + "arm_right3": { + "rotation": ["53.8949+0.2*(math.sin(q.anim_time*45-80)*6)", 33.7761, "-26.9812-0.2*(math.sin(q.anim_time*45-80)*6)"] + }, + "arm_right4": { + "rotation": [0, 0, -17.5] + }, + "arm_right5": { + "rotation": [0, 0, -20] + }, + "wing_left_top": { + "rotation": ["-7.5+0.5*(math.sin(q.anim_time*45-80)*6)", 0, "7.5-0.5*(math.sin(q.anim_time*45-80)*6)"] + }, + "wing_left_top2": { + "rotation": ["+0.5*(math.sin(q.anim_time*45-80)*6)", 0, 0] + }, + "wing_left_top3": { + "rotation": ["0+0.5*(math.sin(q.anim_time*45-80)*6)", 0, 0] + }, + "wing_right_top": { + "rotation": ["-7.5+0.5*(math.sin(q.anim_time*45-80)*6)", 0, "-7.5+0.5*(math.sin(q.anim_time*45-80)*6)"] + }, + "wing_right_top2": { + "rotation": ["+0.5*(math.sin(q.anim_time*45-80)*6)", 0, 0] + }, + "wing_right_top3": { + "rotation": ["0+0.5*(math.sin(q.anim_time*45-80)*6)", 0, 0] + }, + "wing_left_bottom": { + "rotation": ["-1.7307+0.5*(math.sin(q.anim_time*45-80)*6)", 13.5663, 28.9607] + }, + "wing_left_bottom2": { + "rotation": ["40+0.5*(math.sin(q.anim_time*45-100)*6)", 0, 0] + }, + "wing_left_bottom3": { + "rotation": ["15+0.5*(math.sin(q.anim_time*45-120)*6)", 0, 0] + }, + "wing_right_bottom": { + "rotation": ["-1.7307+0.5*(math.sin(q.anim_time*45-80)*6)", -13.56626, -28.96066] + }, + "wing_right_bottom2": { + "rotation": ["40+0.5*(math.sin(q.anim_time*45-100)*6)", 0, 0] + }, + "wing_right_bottom3": { + "rotation": ["15+0.5*(math.sin(q.anim_time*45-120)*6)", 0, 0] + }, + "abdomen": { + "rotation": ["-10-1*(math.sin(q.anim_time*45+30)*4)", 0, 0], + "position": [0, 0.5, 0.25] + }, + "skirt_right": { + "rotation": [0, 0, 12.5] + }, + "skirt_right_frill2": { + "rotation": [-82.5, 0, 0] + }, + "skirt_right_frill4": { + "rotation": [-55, 0, 0] + }, + "skirt_left": { + "rotation": [0, 0, -12.5] + }, + "skirt_left_frill2": { + "rotation": [-82.5, 0, 0] + }, + "skirt_left_frill4": { + "rotation": [-55, 0, 0] + }, + "leg_left": { + "rotation": [-74.5322, -8.5163, -17.533], + "position": [0, -0.75, 0] + }, + "leg_left2": { + "rotation": ["-35+1*(math.sin(q.anim_time*45)*4)", 0, 0] + }, + "leg_left3": { + "rotation": ["55.2375-1.5*(math.sin(q.anim_time*45)*4)", 4.5575, 5.9627] + }, + "foot_left": { + "rotation": [50, 0, 0] + }, + "foot_left2": { + "rotation": ["11.3608+0.5*(math.sin(q.anim_time*45+30)*4)", -5.24826, 24.47761], + "position": ["0+0.01*(math.sin(q.anim_time*45)*4)", "0+0.06*(math.sin(q.anim_time*45+30)*4)", "0+0.01*(math.sin(q.anim_time*45-30)*4)"] + }, + "leg_right": { + "rotation": [-74.53224, 8.51627, 17.53303], + "position": [0, -0.75, 0] + }, + "leg_right2": { + "rotation": ["-29.2561+1*(math.sin(q.anim_time*45)*4)", -10.21457, -2.81508] + }, + "leg_right3": { + "rotation": ["40.6049-1.3*(math.sin(q.anim_time*45)*4)", -8.36502, -9.22489] + }, + "foot_right": { + "rotation": [50.29812, 7.73383, "-6.5344+1.3*(math.sin(q.anim_time*45)*4)"] + }, + "foot_right2": { + "rotation": ["11.5752-0.7*(math.sin(q.anim_time*45+30)*4)", 4.75113, -22.01816], + "position": ["0+0.05*(math.sin(q.anim_time*45)*4)", "0+0.04*(math.sin(q.anim_time*45-30)*4)", "0-0.03*(math.sin(q.anim_time*45+30)*4)"] + } + } + }, + "animation.lurantis.eyes": { + "loop": true, + "bones": { + "eye_left": { + "position": [-0.15, 0, 0.15], + "scale": [1.1, 1, 1.1] + }, + "pupil_left": { + "position": [-0.025, 0, 0] + }, + "eye_shine_left": { + "rotation": [0, 0, 0], + "position": [0.9, 0.05, 0], + "scale": [0.7, 1, 1] + }, + "eye_right": { + "position": [0.15, 0, 0.15], + "scale": [1.1, 1, 1.1] + }, + "pupil_right": { + "position": [0.25, 0, 0] + }, + "eye_shine_right": { + "rotation": [0, 0, 0], + "position": [-0.9, 0.05, 0], + "scale": [0.7, 1, 1] + }, + "body": { + "scale": 1 + } + } + }, + "animation.lurantis.float": { + "loop": true, + "bones": { + "ear_left": { + "rotation": ["-31.2822+2*(math.sin(q.anim_time*180-20)*2)", 9.29798, 14.89149] + }, + "antenna_left": { + "rotation": ["-12.3159-2*(math.sin(q.anim_time*180-20)*2)", 2.1539, 9.7676], + "scale": [0.7, 1, 1] + }, + "head": { + "rotation": [ + "6.3046+0.25*(math.sin(q.anim_time*180+40)*2)", + "4.2829+0.25*(math.sin(q.anim_time*180+40)*2)", + "-0.2433-1*(math.sin(q.anim_time*180+40)*2)" + ] + }, + "ear_left_bot": { + "rotation": ["0+2*(math.sin(q.anim_time*180-20)*2)", 0, "12.5+2*(math.sin(q.anim_time*180-20)*2)"], + "scale": [0.85, 0.85, 0.7] + }, + "body": { + "position": { + "0.0": { + "post": [ + 0, + "-0.04+math.clamp(0.075*(math.sin(q.anim_time*180)*2),-0.1125,1)+(0.06*(math.sin(q.anim_time*180)*2))-0.02*(math.sin(q.anim_time*180-40)*2)", + "0-math.clamp(0.075*(math.sin(q.anim_time*180-40)*2),-0.4,2)" + ], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [ + "1+math.clamp(0.005*(math.sin(q.anim_time*180)*2),-0.0075,0.015)+(0.003*(math.sin(q.anim_time*180)*2))", + "1+math.clamp(0.005*(math.sin(q.anim_time*180)*2),-0.0075,0.015)+(0.003*(math.sin(q.anim_time*180)*2))", + "1+math.clamp(0.005*(math.sin(q.anim_time*180)*2),-0.0075,0.015)+(0.003*(math.sin(q.anim_time*180)*2))" + ], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": ["-7.5283+5*(math.cos(q.anim_time*180+40)*2)", 4.95712, "-0.6543-0.3*(math.sin(q.anim_time*180)*2)"] + }, + "wing_left_bottom": { + "rotation": ["-7.5+2*(math.sin(q.anim_time*180-40)*2)", 0, "12.5-2*(math.sin(q.anim_time*180-120)*2)"] + }, + "arm_left": { + "rotation": ["-12.5202-0.25*(math.sin(q.anim_time*180-30)*2)", "-102.9014+2*(math.sin(q.anim_time*180)*2)", "4.2462-0.75*(math.sin(q.anim_time*180)*2)"], + "position": [0, 0, 0] + }, + "skirt_left_frill": { + "rotation": [-2.5, 0, 0] + }, + "skirt_left_frill2": { + "rotation": [-15, 0, 0] + }, + "skirt_left_frill3": { + "rotation": [-12.5, 0, 0] + }, + "skirt_left_frill4": { + "rotation": [-12.5, 0, 0] + }, + "skirt_right_frill": { + "rotation": [-2.5, 0, 0] + }, + "skirt_right_frill2": { + "rotation": [-7.5, 0, 0] + }, + "skirt_right_frill3": { + "rotation": [-10, 0, 0] + }, + "skirt_right_frill4": { + "rotation": [-5, 0, 0] + }, + "arm_left5": { + "rotation": ["0+1*(math.sin(q.anim_time*180-40)*2)", 0, "10-1*(math.sin(q.anim_time*180-80)*2)"] + }, + "arm_left4": { + "rotation": ["0+1*(math.sin(q.anim_time*180-40)*2)", 0, "15-1*(math.sin(q.anim_time*180-60)*2)"] + }, + "arm_left3": { + "rotation": [ + "-24.0627-5*(math.sin(q.anim_time*180-40)*2)", + "3.8702-0.2*math.clamp(1*(math.sin(q.anim_time*180)*4),0,4)+0.2*math.clamp(-1*(math.sin(q.anim_time*180)*2),-0,3)", + "-93.9306+1*(math.sin(q.anim_time*180+60)*2)" + ], + "position": [0, 0, 0.5] + }, + "arm_left2": { + "rotation": [ + "10.4928+0.25*(math.sin(q.anim_time*180)*2)", + "47.8258-10*(math.sin(q.anim_time*180+40)*2)", + "3.9214-8*(math.sin(q.anim_time*180)*2)-2*(math.sin(q.anim_time*180)-4)" + ] + }, + "leg_left2": { + "rotation": ["-0.218+5*(math.cos(q.anim_time*180+40)*2)", 2.49048, -5.00474] + }, + "leg_left3": { + "rotation": { + "0.0": { + "post": ["7.5+10*(math.cos(q.anim_time*180-80)*2)", 0, "0+0.45*(math.sin(q.anim_time*180)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left": { + "rotation": [0, 0, "0+0.15*(math.sin(q.anim_time*180)*2)"], + "scale": 1 + }, + "ear_left2": { + "rotation": ["-15-6*(math.sin(q.anim_time*180-60)*2)", 0, 0], + "scale": [1.25, 1, 1] + }, + "ear_left_bot2": { + "rotation": [0, 0, "-17.5+2*(math.sin(q.anim_time*180-40)*2)"], + "position": [-0.5, 0, 0.001] + }, + "ear_right_bot": { + "rotation": [0, 0, "-12.5-2*(math.sin(q.anim_time*180-20)*2)"], + "scale": [0.85, 0.85, 0.7] + }, + "ear_right_bot2": { + "rotation": [0, 0, "22.5-2*(math.sin(q.anim_time*180-20)*2)"], + "position": [0.75, 0, 0.001] + }, + "antenna_left2": { + "rotation": ["-5-2*(math.sin(q.anim_time*180-20)*2)", 0, 0] + }, + "antenna_left3": { + "rotation": ["-15-2*(math.sin(q.anim_time*180-20)*2)", 0, 0] + }, + "arm_right": { + "rotation": ["-17.8265-0.25*(math.sin(q.anim_time*180-30)*2)", "84.9612-1*(math.sin(q.anim_time*180)*2)", "-16.3496+5*(math.sin(q.anim_time*180+60)*2)"] + }, + "ear_right": { + "rotation": ["-31.2822+2*(math.sin(q.anim_time*180-20)*2)", -9.298, -14.8915] + }, + "ear_right2": { + "rotation": ["-15-6*(math.sin(q.anim_time*180-60)*2)", 0, 0], + "scale": [1.25, 1, 1] + }, + "antenna_right": { + "rotation": ["-12.3159-2*(math.sin(q.anim_time*180-20)*2)", -2.15393, -9.76758], + "scale": [0.7, 1, 1] + }, + "antenna_right2": { + "rotation": ["-5-2*(math.sin(q.anim_time*180-20)*2)", 0, 0] + }, + "antenna_right3": { + "rotation": ["-15-2*(math.sin(q.anim_time*180-20)*2)", 0, 0] + }, + "arm_right2": { + "rotation": [ + "-180+0.25*(math.sin(q.anim_time*180)*2)", + "-140.7174+1*(math.sin(q.anim_time*180+40)*2)", + "-180-0.5*(math.sin(q.anim_time*180)*2)-2*(math.sin(q.anim_time*180)-4)" + ] + }, + "arm_right3": { + "rotation": [ + "19.8851+10*(math.sin(q.anim_time*180-40)*2)", + "-19.4857-0.2*math.clamp(1*(math.sin(q.anim_time*180)*4),0,4)+0.2*math.clamp(-1*(math.sin(q.anim_time*180)*2),-0,3)", + "93.9485+1*(math.sin(q.anim_time*180-120)*2)" + ], + "position": [0, 0, 0] + }, + "arm_right4": { + "rotation": [0, 0, "-15+1*(math.sin(q.anim_time*180-60)*2)"] + }, + "arm_right5": { + "rotation": [0, 0, "-10+1*(math.sin(q.anim_time*180-80)*2)"] + }, + "wing_right_bottom": { + "rotation": ["-7.5-2*(math.sin(q.anim_time*180-40)*2)", 0, "-12.5-2*(math.sin(q.anim_time*180-120)*2)"] + }, + "wing_right_top": { + "rotation": ["-13.6367+2*(math.sin(q.anim_time*180-50)*2)", -13.6611, "14.2338+4*(math.sin(q.anim_time*180+40)*2)"] + }, + "leg_right2": { + "rotation": ["7.5+5*(math.sin(q.anim_time*180+40)*2)", 0, 0] + }, + "leg_right3": { + "rotation": ["15+10*(math.sin(q.anim_time*180-80)*2)", 0, "0-0.45*(math.sin(q.anim_time*180)*2)"] + }, + "foot_right": { + "rotation": [12.5, 0, "0-0.15*(math.sin(q.anim_time*180)*2)"] + }, + "foot_right2": { + "rotation": [-32.5, 0, 0] + }, + "neck": { + "rotation": ["0+1*(math.sin(q.anim_time*180+80)*2)", 0, 0] + }, + "torso": { + "rotation": ["0+1*(math.sin(q.anim_time*180-40)*2)", 2.47219, 0.4414], + "position": [0, 0, 0] + }, + "claw_left": { + "rotation": [0, 0, "0-2*(math.sin(q.anim_time*180+40)*2)"] + }, + "claw_right": { + "rotation": [0, 0, "0+2*(math.sin(q.anim_time*180+40)*2)"] + }, + "wing_left_top": { + "rotation": ["-13.6367-2*(math.sin(q.anim_time*180-50)*2)", 13.6611, "-14.2338+4*(math.sin(q.anim_time*180+40)*2)"] + }, + "wing_left_top2": { + "rotation": ["0-2*(math.sin(q.anim_time*180-70)*2)", 0, 0] + }, + "wing_left_top3": { + "rotation": ["0-2*(math.sin(q.anim_time*180-90)*2)", 0, 0] + }, + "wing_right_top2": { + "rotation": ["0+2*(math.sin(q.anim_time*180-70)*2)", 0, 0] + }, + "wing_right_top3": { + "rotation": ["0+2*(math.sin(q.anim_time*180-90)*2)", 0, 0] + }, + "wing_left_bottom2": { + "rotation": ["+2*(math.sin(q.anim_time*180-80)*2)", 0, 0] + }, + "wing_left_bottom3": { + "rotation": ["+2*(math.sin(q.anim_time*180-120)*2)", 0, 0] + }, + "wing_right_bottom2": { + "rotation": ["-2*(math.sin(q.anim_time*180-80)*2)", 0, 0] + }, + "wing_right_bottom3": { + "rotation": ["0-2*(math.sin(q.anim_time*180-120)*2)", 0, 0] + }, + "abdomen": { + "rotation": ["0-1*(math.sin(q.anim_time*180-40)*2)", 0, 0], + "position": [0, "-0.10+0.02*(math.sin(q.anim_time*180-40)*2)", 0] + }, + "skirt_right": { + "rotation": [0, 0, "5-3*(math.sin(q.anim_time*180+80)*2)"] + }, + "skirt_right2": { + "rotation": [0, 0, "+3*(math.sin(q.anim_time*180-80)*2)"] + }, + "skirt_left": { + "rotation": [0, 0, "-5-3*(math.sin(q.anim_time*180-80)*2)"] + }, + "skirt_left2": { + "rotation": [0, 0, "-3*(math.sin(q.anim_time*180-80)*2)"] + }, + "foot_left2": { + "rotation": [0, 0, 0] + }, + "leg_right": { + "rotation": ["0+5*(math.sin(q.anim_time*180+40)*2)", 0, "5+0.3*(math.sin(q.anim_time*180)*2)"] + }, + "pupil_left": { + "rotation": [0, 0, 17.5], + "scale": [1, 0.2, 1] + }, + "eye_shine_left": { + "position": [0.1, -0.9, 0] + }, + "pupil_right": { + "rotation": [0, 0, -17.5], + "scale": [1, 0.2, 1] + }, + "eye_shine_right": { + "position": [-0.1, -0.9, 0] + } + } + }, + "animation.lurantis.faint": { + "loop": true, + "animation_length": 3, + "bones": { + "ear_left": { + "rotation": { + "0.0": [-32.65028, 9.29798, 14.89149], + "0.6667": [2.34972, 9.29798, 14.89149], + "0.9167": [-32.65028, 9.29798, 14.89149], + "1.2083": [-70.15028, 9.29798, 14.89149], + "1.4167": [-77.65028, 9.29798, 14.89149], + "1.5": [-57.65028, 9.29798, 14.89149], + "1.5833": [-67.65028, 9.29798, 14.89149], + "1.7083": [-67.65, 9.3, 14.89], + "1.7917": [-80.15, 9.3, 14.89], + "1.9583": [-12.65, 9.3, 14.89], + "2.125": [14.85, 9.3, 14.89] + } + }, + "antenna_left": { + "rotation": { + "0.0": { + "post": [-14.45048, -20.50131, 11.73854], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [-20.68319, -3.50081, 28.23077], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-24.20088, -13.6611, 19.3761], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-20.68319, -3.50081, 28.23077], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-14.45048, -20.50131, 11.73854], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-20.68319, -3.50081, 28.23077], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-24.20088, -13.6611, 19.3761], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-20.68319, -3.50081, 28.23077], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-24.20088, -13.6611, 19.3761], + "lerp_mode": "catmullrom" + } + }, + "scale": [0.7, 1, 1] + }, + "head": { + "rotation": { + "0.0": { + "post": [5.10589, 12.82929, -8.28578], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-17.21969, 12.82929, -8.28578], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [32.60589, 12.82929, -8.28578], + "lerp_mode": "catmullrom" + } + } + }, + "ear_left_bot": { + "rotation": { + "0.0": [0, 0, -11.13192], + "0.5417": [0, 31.31148, -11.13192], + "1.0": [0, 11.4276, -11.13192], + "1.25": [0, -28.80391, -11.13192], + "1.4167": [0, -23.8, -11.13], + "1.5": [0, -3.7963, -11.13014], + "1.6667": [0, -21.58889, -11.13043], + "1.875": [0, -19.06772, -11.13078], + "2.0417": [0, 6.38247, -11.131], + "2.2083": [0, 20, -11.13192] + }, + "scale": [0.85, 0.85, 0.7] + }, + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-4.58, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -0.01429, 0.09642], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-0.75, 0.19, 0.68], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-1.75, 0.31, -0.63], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-1.75, 0.31, -2.9], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-2.5, -1.29, -9.65], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-1.75, -8.42, -12.51], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-1.75, -7.67, -13.76], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-1.75, -9.67, -15.01], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-1.75, -15.76, -17.65], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-1.75, -17.76, -20.15], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1.035, 1.0375, 1.035], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [1, 1, 1.4], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [-7.5283, 4.95712, -0.6543], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [9.90164, 7.25727, -13.01211], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [16.10837, 7.39454, -9.51942], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [13.22837, 8.63154, -15.30333], + "lerp_mode": "catmullrom" + } + } + }, + "wing_left_bottom": { + "rotation": { + "0.0": [-10.07115, 0, 15.9641], + "0.125": [-10.63075, 4.44613, 1.62372], + "0.25": [-10.08674, -0.74859, 18.34946], + "0.4167": [-10.32024, 2.98137, 6.41455], + "0.5417": [-17.57115, 0, 15.9641], + "0.7083": [-10.07115, 0, 15.9641], + "1.125": [17.42885, 0, 15.9641], + "1.3333": [17.42885, 0, 15.9641], + "1.4583": [34.92885, 0, 15.9641], + "1.5833": [42.42885, 0, 15.9641], + "1.7083": [2.42885, 0, 15.9641], + "1.8333": [-10.07115, 0, 15.9641], + "2.0": [-20.00777, 7.43669, 16.9393], + "2.0833": [-19.81217, 14.87117, 17.94829] + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [-17.5765, -87.6143, 57.4848], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-16.20599, -97.29657, 26.3939], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-33.20834, -55.53725, 35.26012], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-38.88821, -88.01361, 4.11898], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-73.88821, -88.01361, 4.11898], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-73.89613, -90.89588, 3.28669], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-81.39613, -90.89588, 3.28669], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "skirt_left_frill": { + "rotation": [-2.5, 0, 0] + }, + "skirt_left_frill2": { + "rotation": [-15, 0, 0] + }, + "skirt_left_frill3": { + "rotation": { + "0.0": [-12.5, 0, 0], + "1.0": [-12.5, 0, 0], + "1.4583": [40, 0, 0], + "1.6667": [10, 0, 0], + "1.8333": [10, 0, 0], + "1.9167": [27.5, 0, 0], + "2.0833": [-12.5, 0, 0] + } + }, + "skirt_left_frill4": { + "rotation": { + "0.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "skirt_right_frill": { + "rotation": [-2.5, 0, 0] + }, + "skirt_right_frill2": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "skirt_right_frill3": { + "rotation": { + "0.0": [-12.5, 0, 0], + "1.0": [-12.5, 0, 0], + "1.4583": [40, 0, 0], + "1.6667": [10, 0, 0], + "1.8333": [10, 0, 0], + "1.9167": [27.5, 0, 0], + "2.0833": [-12.5, 0, 0] + } + }, + "skirt_right_frill4": { + "rotation": { + "0.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left5": { + "rotation": { + "0.0": { + "post": [-1.28558, 0, 11.96962], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left4": { + "rotation": { + "0.0": { + "post": [-1.28558, 0, 16.73205], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left3": { + "rotation": { + "0.0": { + "post": [-45.22649, 32.7238, -3.6088], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-28.77975, 6.1705, -9.1112], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-8.74879, 0.82202, 19.53802], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-19.41, 0.52, 21.17], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-20.64859, 5.03178, 32.67583], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-28.74879, 0.82202, 19.53802], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-8.74879, 0.82202, 19.53802], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-16.24879, 0.82202, 19.53802], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left2": { + "rotation": { + "0.0": { + "post": [8.7242, 49.04318, -96.2193], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [96.20147, 34.00423, 1.83774], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [104.18392, 68.56369, 11.5987], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [97.46368, 46.4169, 3.78127], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [96.61449, 38.97306, 2.53162], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left2": { + "rotation": { + "0.0": { + "post": [0.3265, 2.4786, 7.50706], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-4.45859, 2.44071, 12.51153], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-20.68329, 2.37182, 5.00522], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [8.04141, 2.44071, 12.51153], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [15.54141, 2.44071, 12.51153], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [5.54141, 2.44071, 12.51153], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-21.95859, 2.44071, 12.51153], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-19.45859, 2.44071, 12.51153], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-21.96, 2.44, 12.51], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left3": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [62.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "ear_left2": { + "rotation": { + "0.0": [-4.6077, 0, 0], + "0.75": [17.89, 0, 0], + "1.0417": [-7.11, 0, 0], + "1.2917": [-27.11, 0, 0], + "1.4167": [-27.11, 0, 0], + "1.5": [-47.11, 0, 0], + "1.5833": [-29.61, 0, 0], + "1.7083": [-42.11, 0, 0], + "1.7917": [-22.11, 0, 0], + "1.9583": [15.39, 0, 0] + }, + "scale": [1.25, 1, 1] + }, + "ear_left_bot2": { + "rotation": { + "0.0": [0, 0, -23.86808], + "0.5417": [-2.5, 51.96721, -23.86808], + "1.0": [-2.24418, -51.46683, -20.78555], + "1.25": [0, -52.5, 0], + "1.5": [0, 40.56452, -4.61963], + "1.6667": [0, -28.52581, -7.69938], + "1.7917": [0, 17.69217, -10.0092], + "1.9167": [0, -32.5, 0], + "2.5417": [0, -32.5, 0] + }, + "position": { + "0.0": [-0.5, 0, 0.001], + "1.9167": [0, 0, 0], + "2.5417": [0, 0, 0] + } + }, + "ear_right_bot": { + "rotation": { + "0.0": [0, 0, -11.13192], + "0.5417": [0, -31.31148, -11.13192], + "1.0": [0, -11.4276, -11.13192], + "1.25": [0, 28.80391, -11.13192], + "1.4167": [0, 23.8, -11.13], + "1.5": [0, 3.7963, -11.13014], + "1.6667": [0, 21.58889, -11.13043], + "1.875": [0, 19.06772, -11.13078], + "2.0417": [0, -6.38247, -11.131], + "2.6667": [0, -10, -11.13192] + }, + "scale": [0.85, 0.85, 0.7] + }, + "ear_right_bot2": { + "rotation": { + "0.0": [0, 0, 23.86808], + "0.5417": [-2.5, -51.96721, 23.86808], + "1.0": [-2.24418, 51.46683, 20.78555], + "1.25": [0, 52.5, 0], + "1.5": [0, -40.56452, 4.61963], + "1.6667": [0, 28.52581, 7.69938], + "1.7917": [0, -17.69217, 10.0092], + "2.5417": [0, -15, 23.86808] + }, + "position": [0.75, 0, 0.001] + }, + "antenna_left2": { + "rotation": { + "0.0": [-3.63192, 0, 0], + "0.7083": [-3.63, 0, 0], + "0.7917": [-11.13, 0, 0], + "0.9583": [-23.63, 0, 0], + "1.2083": [-31.13, 0, 0], + "1.4167": [-46.13, 0, 0], + "1.5": [13.87, 0, 0], + "1.625": [-23.63, 0, 0], + "1.7083": [-1.13, 0, 0], + "1.7917": [23.87, 0, 0], + "1.875": [1.37, 0, 0], + "1.9583": [36.37, 0, 0] + } + }, + "antenna_left3": { + "rotation": [-13.63192, 0, 0] + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [-17.5765, 87.6143, -57.4848], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-16.99096, 95.15124, -33.62363], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-17.19246, 72.63328, -21.58642], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-20.49283, 72.54816, -5.22798], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-11.25727, 91.59983, 10.43858], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [3.33071, 77.602, 8.75872], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [4.16405, 84.20963, 9.16913], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [3.28035, 82.59369, 9.05129], + "lerp_mode": "catmullrom" + } + } + }, + "ear_right": { + "rotation": { + "0.0": [-32.65028, -9.29798, -14.89149], + "0.6667": [2.34972, -9.29798, -14.89149], + "0.9167": [-32.65028, -9.29798, -14.89149], + "1.2083": [-70.15028, -9.29798, -14.89149], + "1.4167": [-77.65028, -9.29798, -14.89149], + "1.5": [-57.65028, -9.29798, -14.89149], + "1.5833": [-67.65028, -9.29798, -14.89149], + "1.7083": [-67.65, -9.3, -14.89], + "1.7917": [-80.15, -9.3, -14.89], + "1.9583": [-12.65, -9.3, -14.89], + "2.125": [24.85, -9.3, -14.89] + } + }, + "ear_right2": { + "rotation": { + "0.0": [-4.6077, 0, 0], + "0.75": [17.89, 0, 0], + "1.0417": [-7.11, 0, 0], + "1.2917": [-27.11, 0, 0], + "1.4167": [-27.11, 0, 0], + "1.5": [-47.11, 0, 0], + "1.5833": [-29.61, 0, 0], + "1.7083": [-42.11, 0, 0], + "1.7917": [-22.11, 0, 0], + "1.9583": [15.39, 0, 0] + }, + "scale": [1.25, 1, 1] + }, + "antenna_right": { + "rotation": { + "0.0": { + "post": [-14.45048, 20.50131, -11.73854], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [-20.68319, 3.50081, -28.23077], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-24.20088, 13.6611, -19.3761], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-20.68319, 3.50081, -28.23077], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-14.45048, 20.50131, -11.73854], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-20.68319, 3.50081, -28.23077], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-24.20088, 13.6611, -19.3761], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-20.68319, 3.50081, -28.23077], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-24.20088, 13.6611, -19.3761], + "lerp_mode": "catmullrom" + } + }, + "scale": [0.7, 1, 1] + }, + "antenna_right2": { + "rotation": { + "0.0": [-3.63192, 0, 0], + "0.7083": [-3.63, 0, 0], + "0.7917": [-11.13, 0, 0], + "0.9583": [-23.63, 0, 0], + "1.2083": [-31.13, 0, 0], + "1.4167": [-46.13, 0, 0], + "1.5": [13.87, 0, 0], + "1.625": [-23.63, 0, 0], + "1.7083": [-1.13, 0, 0], + "1.7917": [23.87, 0, 0], + "1.875": [1.37, 0, 0], + "1.9583": [36.37, 0, 0] + } + }, + "antenna_right3": { + "rotation": [-13.63192, 0, 0] + }, + "arm_right2": { + "rotation": { + "0.0": { + "post": [-180, -38.49562, -172], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, -41.50438, -352], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -61.5, -352], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, -44, -352], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [5.91172, -40.39898, -338.90993], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 3.5, -352], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right3": { + "rotation": { + "0.0": { + "post": [38.8075, 27.5869, -14.979], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [82.29683, -2.12122, -10.64229], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [7.32349, 5.31799, -9.68829], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-0.17651, 5.31799, -9.68829], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-5.17651, 5.31799, -9.68829], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right4": { + "rotation": [0, 0, -16.73205] + }, + "arm_right5": { + "rotation": [0, 0, -11.96962] + }, + "wing_right_bottom": { + "rotation": { + "0.0": [-10.07115, 0, -15.9641], + "0.125": [-10.63075, -4.44613, -1.62372], + "0.25": [-10.08674, 0.74859, -18.34946], + "0.4167": [-10.32024, -2.98137, -6.41455], + "0.5417": [-17.57115, 0, -15.9641], + "0.7083": [-10.07115, 0, -15.9641], + "1.125": [17.42885, 0, -15.9641], + "1.3333": [17.42885, 0, -15.9641], + "1.4583": [34.92885, 0, -15.9641], + "1.5833": [42.42885, 0, -15.9641], + "1.7083": [2.42885, 0, -15.9641], + "1.8333": [-10.07115, 0, -15.9641], + "2.0": [-20.07115, 0, -15.9641], + "2.25": [-19.89287, -12.3934, -17.60598] + } + }, + "wing_right_top": { + "rotation": { + "0.0": { + "post": [-16.70088, -13.6611, 19.3761], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-14.45048, -20.50131, 11.73854], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-20.68319, -3.50081, 28.23077], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-24.20088, -13.6611, 19.3761], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-29.20088, -13.6611, 19.3761], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-39.20088, -13.6611, 19.3761], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-41.70088, -13.6611, 19.3761], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-37.76059, -34.45834, 9.8937], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-46.7, -13.66, 19.38], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-56.7, -13.66, 19.38], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-65.91755, -31.0599, 17.3471], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-65.69385, -23.5723, 16.8606], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [11.76751, -10.29223, -23.35577], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [29.85063, -18.50317, -33.06563], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right2": { + "rotation": { + "0.0": { + "post": [7.47178, 0.65182, -4.95744], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [4.97178, 0.65182, -4.95744], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-20.17693, -2.04202, 7.25086], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-2.67693, -2.04202, 7.25086], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [2.32307, -2.04202, 7.25086], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-12.67693, -2.04202, 7.25086], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-30.17693, -2.04202, 7.25086], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-35.17693, -2.04202, 7.25086], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right3": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [65, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [8.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right2": { + "rotation": { + "0.0": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [1.96962, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-18.52971, 0.9993, 0.58056], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [1.96962, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [42.46057, -13.49049, -7.83757], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [15.64694, -15.17681, -8.81727], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [14.96057, -13.49049, -7.83757], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [9.885, 0.76392, 1.37496], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [-1.27528, 19.96817, 0.05756], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-1.1986, -0.02727, 0.4937], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [21.3014, -0.02727, 0.4937], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [43.8014, -0.02727, 0.4937], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "claw_left": { + "rotation": [0, 0, -2.57115] + }, + "claw_right": { + "rotation": [0, 0, 2.57115] + }, + "wing_left_top": { + "rotation": { + "0.0": { + "post": [-16.70088, 13.6611, -19.3761], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-14.45048, 20.50131, -11.73854], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-20.68319, 3.50081, -28.23077], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-24.20088, 13.6611, -19.3761], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-29.20088, 13.6611, -19.3761], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-39.20088, 13.6611, -19.3761], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-41.70088, 13.6611, -19.3761], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-37.76059, 34.45834, -9.8937], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-46.7, 13.66, -19.38], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-56.7, 13.66, -19.38], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-65.91755, 31.0599, -17.3471], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-65.69385, 23.5723, -16.8606], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [11.76751, 10.29223, 23.35577], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [21.76751, 10.29223, 23.35577], + "lerp_mode": "catmullrom" + } + } + }, + "wing_left_top2": { + "rotation": { + "0.0": { + "post": [-3.75877, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-3.75877, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [6.24, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [13.74, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [3.74, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-8.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-18.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-26.26, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [1.24, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-11.26, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [1.24, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-6.26, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-6.25409, -0.27252, -2.48511], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-28.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-8.17996, 0.01962, 0.17893], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [17.61743, 0.01526, 0.13917], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [18.74123, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wing_left_top3": { + "rotation": { + "0.0": { + "post": [-4, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-4, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [11, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [18.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-16.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-11.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [11, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-11.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-9, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-8.99157, -0.39097, -2.46926], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-21.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-14, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-73.53, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [-79, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [-74, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wing_right_top2": { + "rotation": { + "0.0": { + "post": [-3.75877, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-3.75877, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [6.24, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [13.74, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [3.74, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-8.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-18.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-26.26, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [1.24, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-11.26, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [1.24, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-6.26, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-6.25409, 0.27252, 2.48511], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-28.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-8.17996, -0.01962, -0.17893], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [6.24123, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wing_right_top3": { + "rotation": { + "0.0": { + "post": [-4, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-4, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [11, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [18.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-16.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-11.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [11, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-11.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-9, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-8.99157, 0.39097, 2.46926], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-21.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-14, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-9, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [-31.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wing_left_bottom2": { + "rotation": { + "0.0": { + "post": [-3.93923, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-13.94, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0.38, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [13.03, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [32.88, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-1.9, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [10.56, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [22.44, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [3.56077, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-6.44, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wing_left_bottom3": { + "rotation": { + "0.0": [-3.4641, 0, 0], + "0.8333": [-3.46, 0, 0], + "1.1667": [29.04, 0, 0], + "1.2917": [22.97, 0, 0], + "1.4583": [-25.96, 0, 0], + "1.625": [19.04, 0, 0], + "1.7083": [-18.46, 0, 0], + "1.9167": [11.54, 0, 0], + "2.4167": [-33.46, 0, 0] + } + }, + "wing_right_bottom2": { + "rotation": { + "0.0": { + "post": [-3.93923, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-13.94, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0.38, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [13.03, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [32.88, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-1.9, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [10.56, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [22.44, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [1.06077, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-11.44, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wing_right_bottom3": { + "rotation": { + "0.0": [-3.4641, 0, 0], + "0.8333": [-3.46, 0, 0], + "1.1667": [29.04, 0, 0], + "1.2917": [22.97, 0, 0], + "1.4583": [-25.96, 0, 0], + "1.625": [19.04, 0, 0], + "1.7083": [-18.46, 0, 0], + "1.9167": [11.54, 0, 0], + "2.4167": [-33.46, 0, 0] + } + }, + "abdomen": { + "rotation": [1.28558, 0, 0], + "position": [0, -0.12571, 0] + }, + "skirt_right": { + "rotation": { + "0.0": { + "post": [0, 0, -0.90885], + "lerp_mode": "catmullrom" + } + } + }, + "skirt_right2": { + "rotation": { + "0.0": [0, 0, 5.90885], + "1.0": [0, 0, -20.91], + "1.25": [0, 0, -8.41], + "1.375": [0, 0, -8.41], + "1.4583": [0, 0, -18.41], + "1.5417": [0, 0, -5.91], + "1.6667": [0, 0, -10.91], + "1.8333": [0, 0, -0.91], + "2.0833": [0, 0, -5.90885] + } + }, + "skirt_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0.90885], + "lerp_mode": "catmullrom" + } + } + }, + "skirt_left2": { + "rotation": { + "0.0": [0, 0, 5.90885], + "1.0": [0, 0, 20.91], + "1.25": [0, 0, 8.41], + "1.375": [0, 0, 8.41], + "1.4583": [0, 0, 18.41], + "1.5417": [0, 0, 5.91], + "1.6667": [0, 0, 10.91], + "1.8333": [0, 0, 0.91], + "2.0833": [0, 0, 5.90885] + } + }, + "foot_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [11.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lurantis": { + "scale": { + "0.0": [1, 1, 1], + "1.5": { + "pre": [1, 1, 1], + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [1, 1.1, 1], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [1, 1.1, 1], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "mouth": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -1, -1], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -1, -1], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "pupil_left": { + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [1, 0.6, 1], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [1, 0.1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "pupil_right": { + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [1, 0.6, 1], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [1, 0.1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "ear_left3": { + "rotation": { + "0.0": [-4.6077, 0, 0], + "0.75": [17.89, 0, 0], + "1.0417": [-7.11, 0, 0], + "1.2917": [-27.11, 0, 0], + "1.4167": [-27.11, 0, 0], + "1.5": [-47.11, 0, 0], + "1.5833": [-29.61, 0, 0], + "1.7083": [-42.11, 0, 0], + "1.7917": [-22.11, 0, 0], + "1.9583": [-27.11, 0, 0] + } + }, + "ear_right3": { + "rotation": { + "0.0": [-4.6077, 0, 0], + "0.75": [17.89, 0, 0], + "1.0417": [-7.11, 0, 0], + "1.2917": [-27.11, 0, 0], + "1.4167": [-27.11, 0, 0], + "1.5": [-47.11, 0, 0], + "1.5833": [-29.61, 0, 0], + "1.7083": [-42.11, 0, 0], + "1.7917": [-22.11, 0, 0], + "1.9583": [-32.11, 0, 0] + } + }, + "eye_left": { + "position": [-0.15, 0, 0.15], + "scale": [1.1, 1, 1.1] + }, + "eye_right": { + "position": [0.15, 0, 0.15], + "scale": [1.1, 1, 1.1] + } + } + }, + "animation.lurantis.test": { + "loop": true, + "animation_length": 3.5, + "bones": { + "lurantis": { + "position": { + "0.0": [0, 0, 56], + "3.5": [0, 0, -48] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/lycanroc/lycanroc_midday.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/lycanroc/lycanroc_midday.animation.json new file mode 100644 index 0000000..ca5ef8a --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/lycanroc/lycanroc_midday.animation.json @@ -0,0 +1,157 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.lycanroc_midday.ground_idle": { + "loop": true, + "bones": { + "head": { + "rotation": ["0.1+math.sin(q.anim_time*90*1-240)*-2", 0, 0] + }, + "ear_left": { + "rotation": [0, 0, "-1-math.sin(q.anim_time*90*1*2)*2+math.sin(q.anim_time*90*1-60)*1"] + }, + "ear_right": { + "rotation": [0, 0, "1+math.sin(q.anim_time*90*1*2)*2-math.sin(q.anim_time*90*1-60)*1"] + }, + "tail_base": { + "rotation": ["1+math.sin(q.anim_time*90*1*2-90)*1", "math.cos(q.anim_time*90*1-90)*10", 0] + }, + "tail_2": { + "rotation": ["-1+math.sin(q.anim_time*90*1*2-90-30)*1", "0+math.cos(q.anim_time*90*1-90-30)*5", 0] + }, + "tail3": { + "rotation": ["-1+math.sin(q.anim_time*90*1*2-90-60)*1", "0+math.cos(q.anim_time*90*1-90-60)*5", 0] + }, + "tail4": { + "rotation": ["-1+math.sin(q.anim_time*90*1*2-90-120)*1", "0+math.cos(q.anim_time*90*1-90-120)*5", 0] + }, + "tail5": { + "rotation": ["1+math.sin(q.anim_time*90*1*2-90-150)*1", "math.cos(q.anim_time*90*1-90-120)*15", 0] + }, + "torso": { + "position": [0, "0.1+math.sin(q.anim_time*90*1-240)*0.3", 0] + }, + "neck": { + "rotation": [0, 0, "math.cos(q.anim_time*90*1/2-90-180)*2"] + } + } + }, + "animation.lycanroc_midday.ground_walk": { + "loop": true, + "bones": { + "body": { + "position": ["math.sin(q.anim_time*90*3-220)*0.25", "math.sin(q.anim_time*90*3*2-240)*0.1 +math.clamp(math.sin(q.anim_time*90*3*2-240)*0.1, 0, 1)", 0] + }, + "head": { + "rotation": ["1-math.sin(q.anim_time*90*3*2-280-180)*3", 0, 0] + }, + "ear_left": { + "rotation": [0, 0, "2-math.sin(q.anim_time*90*3*2)*2+math.sin(q.anim_time*90*3-60)*1"] + }, + "ear_right": { + "rotation": [0, 0, "-2+math.sin(q.anim_time*90*3*2)*2-math.sin(q.anim_time*90*3-60)*1"] + }, + "tail_base": { + "rotation": ["3.5+math.sin(q.anim_time*90*3*2-90)*2", "math.cos(q.anim_time*90*3-90)*20", 0], + "position": [0, "math.clamp(math.sin(q.anim_time*90*3*2-300)*0.2, 0, 1)", 0] + }, + "tail_2": { + "rotation": ["-1+math.sin(q.anim_time*90*3*2-90-30)*2", "0+math.cos(q.anim_time*90*3-90-30)*10 ", 0] + }, + "tail3": { + "rotation": ["-1+math.sin(q.anim_time*90*3*2-90-60)*2", "math.cos(q.anim_time*90*3-90-60)*10", 0] + }, + "tail4": { + "rotation": ["1+math.sin(q.anim_time*90*3*2-90-120)*2", "0+math.cos(q.anim_time*90*3-90-120)*10", 0] + }, + "tail5": { + "rotation": ["1+math.sin(q.anim_time*90*3*2-90-150)*2", "0+math.cos(q.anim_time*90*3-90-120)*25", 0] + }, + "leg_front_right4": { + "rotation": ["10+math.sin(q.anim_time*90*3+180)*20+math.clamp(math.sin(q.anim_time*90*3-20+180)*20, 0, 20)", 0, 0], + "position": [0, "-0.4+math.clamp(math.sin(q.anim_time*90*3+60+180)*0.8, -0.2, 1)", "0.5+math.cos(q.anim_time*90*3+180+180)*0.1"] + }, + "leg_front_right5": { + "rotation": [ + "-25+math.sin(q.anim_time*90*3+90+180)*20+math.clamp(math.sin(q.anim_time*90*3+90+30+180)*20, -20, 0)+math.clamp(math.sin(q.anim_time*90*3+110+180)*10, 0, 20)+math.clamp(math.sin(q.anim_time*90*3+70+180)*10, 0, 20)", + 0, + 0 + ], + "position": [0, 0, "-0.8-math.sin(q.anim_time*90*3-90+180)*0.8"] + }, + "leg_front_right6": { + "rotation": [ + "53+math.clamp(-math.sin(q.anim_time*90*3-100)*60-math.clamp(math.sin(q.anim_time*90*3-0)*60, -60, 0)-math.clamp(math.sin(q.anim_time*90*3-10)*30, 0, 30), -50, 100)+math.clamp(math.sin(q.anim_time*90*3-90-20+180)*10, -30, 0)", + 0, + 0 + ] + }, + "leg_front_left4": { + "rotation": ["10+math.sin(q.anim_time*90*3)*20+math.clamp(math.sin(q.anim_time*90*3-20)*20, 0, 20)", 0, 0], + "position": [0, "-0.4+math.clamp(math.sin(q.anim_time*90*3+60)*0.8, -0.2, 1)", "0.5+math.cos(q.anim_time*90*3+180)*0.1"] + }, + "leg_front_left5": { + "rotation": [ + "-25+math.sin(q.anim_time*90*3+90)*20+math.clamp(math.sin(q.anim_time*90*3+90+30)*20, -20, 0)+math.clamp(math.sin(q.anim_time*90*3+110)*10, 0, 20)+math.clamp(math.sin(q.anim_time*90*3+70)*10, 0, 20)", + 0, + 0 + ], + "position": [0, 0, "-0.8-math.sin(q.anim_time*90*3-90)*0.8"] + }, + "leg_front_left6": { + "rotation": [ + "53+math.clamp(-math.sin(q.anim_time*90*3-100-180)*60-math.clamp(math.sin(q.anim_time*90*3-0-180)*60, -60, 0)-math.clamp(math.sin(q.anim_time*90*3-10-180)*30, 0, 30), -50, 100)+math.clamp(math.sin(q.anim_time*90*3-20-80)*10, -30, 0)", + 0, + 0 + ] + }, + "leg_back_right4": { + "rotation": ["15+math.sin(q.anim_time*90*3-40)*20", 0, 0], + "position": [0, "-math.sin(q.anim_time*90*3-30+180)*0.5", 0] + }, + "leg_back_right5": { + "rotation": ["-10+math.sin(q.anim_time*90*3+40)*20+math.clamp(math.sin(q.anim_time*90*3+40)*10, -20, 0)", 0, 0] + }, + "leg_back_right6": { + "rotation": [ + "math.sin(q.anim_time*90*3+10+180)*10-math.clamp(math.sin(q.anim_time*90*3-20+180)*60, -60, 0)-math.clamp(math.sin(q.anim_time*90*3-20+180)*20, 0, 30)+math.clamp(math.sin(q.anim_time*90*3-20-40+180)*10, 0, 20)", + 0, + 0 + ] + }, + "leg_back_left4": { + "rotation": ["15+math.sin(q.anim_time*90*3+180-40)*20", 0, 0], + "position": [0, "-math.sin(q.anim_time*90*3-20)*0.5", 0] + }, + "leg_back_left5": { + "rotation": ["-10+math.sin(q.anim_time*90*3+180+40)*20+math.clamp(math.sin(q.anim_time*90*3+180+40)*10, -20, 0)", 0, 0] + }, + "leg_back_left6": { + "rotation": [ + "math.sin(q.anim_time*90*3+10)*10-math.clamp(math.sin(q.anim_time*90*3-20)*60, -60, 0)-math.clamp(math.sin(q.anim_time*90*3-20)*20, 0, 30) +math.clamp(math.sin(q.anim_time*90*3-20-40)*10, 0, 20)", + 0, + 0 + ] + }, + "torso": { + "position": ["math.sin(q.anim_time*90*3-200)*0.25", "0.2+math.clamp(math.sin(q.anim_time*90*3*2-240)*0.25, -0.2, 1)", 0] + }, + "spike6": { + "rotation": ["-2-math.sin(q.anim_time*90*3*2-210-180)*2", 0, 0] + }, + "spike4": { + "rotation": ["-2-math.sin(q.anim_time*90*3*2-210-180)*-2", 0, 0] + }, + "spike3": { + "rotation": ["-2-math.sin(q.anim_time*90*3*2-210-180)*-2", 0, 0] + }, + "spike2": { + "rotation": ["-2-math.sin(q.anim_time*90*3*2-210-180)*2", 0, 0] + }, + "neck": { + "rotation": ["2-math.sin(q.anim_time*90*3*2-240)*2", 0, 0] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/lycanroc_dusk/lycanroc_dusk.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/lycanroc_dusk/lycanroc_dusk.animation.json new file mode 100644 index 0000000..c80f51d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/lycanroc_dusk/lycanroc_dusk.animation.json @@ -0,0 +1,163 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.lycanroc_dusk.ground_idle": { + "loop": true, + "bones": { + "head": { + "rotation": ["0.1+math.sin(q.anim_time*90*1-240)*-2", 0, 0] + }, + "ear_left": { + "rotation": [0, 0, "-1-math.sin(q.anim_time*90*1*2)*2+math.sin(q.anim_time*90*1-60)*1"] + }, + "ear_right": { + "rotation": [0, 0, "1+math.sin(q.anim_time*90*1*2)*2-math.sin(q.anim_time*90*1-60)*1"] + }, + "tail_base": { + "rotation": ["1+math.sin(q.anim_time*90*1*2-90)*1", "math.cos(q.anim_time*90*1-90)*10", 0] + }, + "tail_2": { + "rotation": ["-1+math.sin(q.anim_time*90*1*2-90-30)*1", "0+math.cos(q.anim_time*90*1-90-30)*5", 0] + }, + "tail3": { + "rotation": ["-1+math.sin(q.anim_time*90*1*2-90-60)*1", "0+math.cos(q.anim_time*90*1-90-60)*5", 0] + }, + "tail4": { + "rotation": ["-1+math.sin(q.anim_time*90*1*2-90-120)*1", "0+math.cos(q.anim_time*90*1-90-120)*5", 0] + }, + "tail5": { + "rotation": ["1+math.sin(q.anim_time*90*1*2-90-150)*1", "math.cos(q.anim_time*90*1-90-120)*15", 0] + }, + "torso": { + "position": [0, "0.1+math.sin(q.anim_time*90*1-240)*0.3", 0] + }, + "neck": { + "rotation": [0, 0, "math.cos(q.anim_time*90*1/2-90-180)*2"] + } + } + }, + "animation.lycanroc_dusk.ground_walk": { + "loop": true, + "bones": { + "body": { + "position": ["math.sin(q.anim_time*90*3-220)*0.25", "math.sin(q.anim_time*90*3*2-240)*0.1 +math.clamp(math.sin(q.anim_time*90*3*2-240)*0.1, 0, 1)", 0] + }, + "head": { + "rotation": ["1-math.sin(q.anim_time*90*3*2-280-180)*3", 0, 0] + }, + "ear_left": { + "rotation": [0, 0, "2-math.sin(q.anim_time*90*3*2)*2+math.sin(q.anim_time*90*3-60)*1"] + }, + "ear_right": { + "rotation": [0, 0, "-2+math.sin(q.anim_time*90*3*2)*2-math.sin(q.anim_time*90*3-60)*1"] + }, + "tail_base": { + "rotation": ["3.5+math.sin(q.anim_time*90*3*2-90)*2", "math.cos(q.anim_time*90*3-90)*20", 0], + "position": [0, "math.clamp(math.sin(q.anim_time*90*3*2-300)*0.2, 0, 1)", 0] + }, + "tail_2": { + "rotation": ["-1+math.sin(q.anim_time*90*3*2-90-30)*2", "0+math.cos(q.anim_time*90*3-90-30)*10 ", 0] + }, + "tail3": { + "rotation": ["-1+math.sin(q.anim_time*90*3*2-90-60)*2", "math.cos(q.anim_time*90*3-90-60)*10", 0] + }, + "tail4": { + "rotation": ["1+math.sin(q.anim_time*90*3*2-90-120)*2", "0+math.cos(q.anim_time*90*3-90-120)*10", 0] + }, + "tail5": { + "rotation": ["1+math.sin(q.anim_time*90*3*2-90-150)*2", "0+math.cos(q.anim_time*90*3-90-120)*25", 0] + }, + "leg_front_right4": { + "rotation": ["10+math.sin(q.anim_time*90*3+180)*20+math.clamp(math.sin(q.anim_time*90*3-20+180)*20, 0, 20)", 0, 0], + "position": [0, "-0.4+math.clamp(math.sin(q.anim_time*90*3+60+180)*0.8, -0.2, 1)", "0.5+math.cos(q.anim_time*90*3+180+180)*0.1"] + }, + "leg_front_right5": { + "rotation": [ + "-25+math.sin(q.anim_time*90*3+90+180)*20+math.clamp(math.sin(q.anim_time*90*3+90+30+180)*20, -20, 0)+math.clamp(math.sin(q.anim_time*90*3+110+180)*10, 0, 20)+math.clamp(math.sin(q.anim_time*90*3+70+180)*10, 0, 20)", + 0, + 0 + ], + "position": [0, 0, "-0.8-math.sin(q.anim_time*90*3-90+180)*0.8"] + }, + "leg_front_right6": { + "rotation": [ + "53+math.clamp(-math.sin(q.anim_time*90*3-100)*60-math.clamp(math.sin(q.anim_time*90*3-0)*60, -60, 0)-math.clamp(math.sin(q.anim_time*90*3-10)*30, 0, 30), -50, 100)+math.clamp(math.sin(q.anim_time*90*3-90-20+180)*10, -30, 0)", + 0, + 0 + ] + }, + "leg_front_left4": { + "rotation": ["10+math.sin(q.anim_time*90*3)*20+math.clamp(math.sin(q.anim_time*90*3-20)*20, 0, 20)", 0, 0], + "position": [0, "-0.4+math.clamp(math.sin(q.anim_time*90*3+60)*0.8, -0.2, 1)", "0.5+math.cos(q.anim_time*90*3+180)*0.1"] + }, + "leg_front_left5": { + "rotation": [ + "-25+math.sin(q.anim_time*90*3+90)*20+math.clamp(math.sin(q.anim_time*90*3+90+30)*20, -20, 0)+math.clamp(math.sin(q.anim_time*90*3+110)*10, 0, 20)+math.clamp(math.sin(q.anim_time*90*3+70)*10, 0, 20)", + 0, + 0 + ], + "position": [0, 0, "-0.8-math.sin(q.anim_time*90*3-90)*0.8"] + }, + "leg_front_left6": { + "rotation": [ + "53+math.clamp(-math.sin(q.anim_time*90*3-100-180)*60-math.clamp(math.sin(q.anim_time*90*3-0-180)*60, -60, 0)-math.clamp(math.sin(q.anim_time*90*3-10-180)*30, 0, 30), -50, 100)+math.clamp(math.sin(q.anim_time*90*3-20-80)*10, -30, 0)", + 0, + 0 + ] + }, + "leg_back_right4": { + "rotation": ["15+math.sin(q.anim_time*90*3-40)*20", 0, 0], + "position": [0, "-math.sin(q.anim_time*90*3-30+180)*0.5", 0] + }, + "leg_back_right5": { + "rotation": ["-10+math.sin(q.anim_time*90*3+40)*20+math.clamp(math.sin(q.anim_time*90*3+40)*10, -20, 0)", 0, 0] + }, + "leg_back_right6": { + "rotation": [ + "math.sin(q.anim_time*90*3+10+180)*10-math.clamp(math.sin(q.anim_time*90*3-20+180)*60, -60, 0)-math.clamp(math.sin(q.anim_time*90*3-20+180)*20, 0, 30)+math.clamp(math.sin(q.anim_time*90*3-20-40+180)*10, 0, 20)", + 0, + 0 + ] + }, + "leg_back_left4": { + "rotation": ["15+math.sin(q.anim_time*90*3+180-40)*20", 0, 0], + "position": [0, "-math.sin(q.anim_time*90*3-20)*0.5", 0] + }, + "leg_back_left5": { + "rotation": ["-10+math.sin(q.anim_time*90*3+180+40)*20+math.clamp(math.sin(q.anim_time*90*3+180+40)*10, -20, 0)", 0, 0] + }, + "leg_back_left6": { + "rotation": [ + "math.sin(q.anim_time*90*3+10)*10-math.clamp(math.sin(q.anim_time*90*3-20)*60, -60, 0)-math.clamp(math.sin(q.anim_time*90*3-20)*20, 0, 30) +math.clamp(math.sin(q.anim_time*90*3-20-40)*10, 0, 20)", + 0, + 0 + ] + }, + "torso": { + "position": ["math.sin(q.anim_time*90*3-200)*0.25", "0.2+math.clamp(math.sin(q.anim_time*90*3*2-240)*0.25, -0.2, 1)", 0] + }, + "spike6": { + "rotation": ["-2-math.sin(q.anim_time*90*3*2-210-180)*2", 0, 0] + }, + "spike4": { + "rotation": ["-2-math.sin(q.anim_time*90*3*2-210-180)*-2", 0, 0] + }, + "spike3": { + "rotation": ["-2-math.sin(q.anim_time*90*3*2-210-180)*-2", 0, 0] + }, + "spike2": { + "rotation": ["-2-math.sin(q.anim_time*90*3*2-210-180)*2", 0, 0] + }, + "neck": { + "rotation": ["2-math.sin(q.anim_time*90*3*2-240)*2", 0, 0] + }, + "spike12": { + "rotation": ["-2-math.sin(q.anim_time*90*3*2-210-180)*1", 0, 0] + }, + "spike5": { + "rotation": ["-2-math.sin(q.anim_time*90*3*2-210-180)*2", 0, 0] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/lycanroc_midnight/lycanroc_midnight.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/lycanroc_midnight/lycanroc_midnight.animation.json new file mode 100644 index 0000000..955220c --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/lycanroc_midnight/lycanroc_midnight.animation.json @@ -0,0 +1,537 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.lycanroc_midnight.ground_idle": { + "loop": true, + "bones": { + "torso": { + "rotation": ["10+1*math.sin(q.anim_time*90*1+90)", 0, "0.2*math.sin(q.anim_time*90*2+90)"], + "position": [0, "0.4*math.sin(q.anim_time*90*1-20)", 0] + }, + "tail_1": { + "rotation": [0, "-6*math.sin(q.anim_time*90*1-20)", "-3*math.cos(q.anim_time*90*1-20)"] + }, + "tail_2": { + "rotation": [5, "-4*math.sin(q.anim_time*90*1-80)", 0] + }, + "mid_torso": { + "rotation": ["1*math.sin(q.anim_time*90*1+120)", 0, 0] + }, + "arm_right": { + "rotation": ["37.5317+2*math.sin(q.anim_time*90*1+150)", "-28.6407+2*math.sin(q.anim_time*90*1+150)", "-45.9385+6*math.sin(q.anim_time*90*1+150)"] + }, + "bone7": { + "rotation": [2.78237, "-39.9399+2*math.sin(q.anim_time*90*1+260)", -2.94074] + }, + "palm2": { + "rotation": [0, -20.5, 0] + }, + "arm_left": { + "rotation": ["40.1078-2*math.sin(q.anim_time*90*1+150)", "34.7415-2*math.sin(q.anim_time*90*1+160)", "48.7238-6*math.sin(q.anim_time*90*1+160)"] + }, + "bone8": { + "rotation": [5.35257, "37.2714-2*math.sin(q.anim_time*90*1+260)", 5.55915] + }, + "palm": { + "rotation": [0, 20.5, 0] + }, + "head": { + "rotation": ["-2*math.sin(q.anim_time*90*1+160)", 0, 0] + }, + "jaw": { + "rotation": ["10+Math.cos((query.anim_time) * 90 * 1 - 40) * 4", 0, 0] + }, + "ear_right": { + "rotation": ["-1+Math.cos((query.anim_time) * 90 * 1 - 90) * 3", 0, 0] + }, + "ear_left": { + "rotation": ["-1+Math.cos((query.anim_time) * 90 * 1 - 90) * 3", 0, 0] + }, + "leg_left": { + "rotation": [-5, 12.5, 0], + "position": [0, "0.2*math.sin(q.anim_time*90*1-20)", 0] + }, + "bone5": { + "rotation": [5, 0, 0], + "position": [0, 0, 0] + }, + "feet_right": { + "rotation": [0, 0, 0], + "position": [0, "-0.2*math.sin(q.anim_time*90*1-20)", 0] + }, + "leg_right": { + "rotation": [-5, -12.5, 0], + "position": [0, "0.2*math.sin(q.anim_time*90*1-20)", 0] + }, + "bone": { + "rotation": [5, 0, 0], + "position": [0, 0, 0] + }, + "bone3": { + "rotation": [0, 0, 0], + "position": [0, "-0.2*math.sin(q.anim_time*90*1-20)", 0] + } + } + }, + "animation.lycanroc_midnight.ground_walk": { + "loop": true, + "animation_length": 4, + "bones": { + "torso": { + "rotation": ["20+1*math.sin(q.anim_time*90*2)", "-16*math.sin(q.anim_time*90*4)", "6*math.cos(q.anim_time*90*4)"], + "position": [0, "2+math.clamp(3*math.sin(q.anim_time*90*8-20),-2,4)", 0] + }, + "tail_1": { + "rotation": [0, "-15*math.sin(q.anim_time*90*4-20)", "-3*math.cos(q.anim_time*90*4-20)"] + }, + "tail_2": { + "rotation": [0, "-9*math.sin(q.anim_time*90*4-80)", 0] + }, + "mid_torso": { + "rotation": ["5+1*math.sin(q.anim_time*90*8+120)", "6*math.sin(q.anim_time*90*4)", "-7*math.sin(q.anim_time*90*4)"] + }, + "arm_right": { + "rotation": ["4.1629-2*math.sin(q.anim_time*90*4+150)", "-1.1545-16*math.sin(q.anim_time*90*4+190)", "-27.28-6*math.sin(q.anim_time*90*8+160)"], + "position": [0, 0, "1*math.sin(q.anim_time*90*4)"] + }, + "bone7": { + "rotation": [15.31637, "-66.9252+15*math.sin(q.anim_time*90*4+220)", -16.57078] + }, + "palm2": { + "rotation": [0, -32.5, 0] + }, + "arm_left": { + "rotation": ["6.2264-2*math.sin(q.anim_time*90*4+150)", "0.4239-16*math.sin(q.anim_time*90*4+190)", "32.3005-6*math.sin(q.anim_time*90*8+160)"], + "position": [0, 0, "-1*math.sin(q.anim_time*90*4)"] + }, + "bone8": { + "rotation": [9.20859, "67.0488+15*math.sin(q.anim_time*90*4+220)", 10.86888] + }, + "palm": { + "rotation": [0, 25, 0] + }, + "head": { + "rotation": ["-12.5+5*math.sin(q.anim_time*90*8+150)", "0+5*math.sin(q.anim_time*90*4)", "0-7*math.sin(q.anim_time*90*4)"] + }, + "jaw": { + "rotation": ["10+Math.cos((query.anim_time) * 90 * 4*2 - 40) * 3", 0, 0] + }, + "ear_right": { + "rotation": ["10+Math.cos((query.anim_time) * 90 * 4*2 - 40) * 3", 0, 0] + }, + "ear_left": { + "rotation": ["10+Math.cos((query.anim_time) * 90 * 4*2 - 40) * 3", 0, 0] + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [23.34, 15.42, 3.28], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-7.5, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [8.75, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [44.22805, 8.79674, 6.35472], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-7.5, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [8.75, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [44.22805, 8.79674, 6.35472], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-7.5, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [44.22805, 8.79674, 6.35472], + "lerp_mode": "catmullrom" + }, + "3.2917": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "3.3333": { + "post": [-7.5, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "3.4583": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "3.6667": { + "post": [44.22805, 8.79674, 6.35472], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [23.34, 15.42, 3.28], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 2.32, 1.9], + "0.25": [0, 4.59, -1.37], + "0.3333": [0, 0, -1.56], + "0.4583": [0, 0, 4.44], + "0.5": [0, 0.37, 4.25], + "0.75": [0, 3.7, 5.11], + "0.875": [0, 1.19, 3.54], + "1.25": [0, 4.59, -1.37], + "1.3333": [0, 0, -1.56], + "1.4583": [0, 0, 4.44], + "1.5": [0, 0.37, 4.25], + "1.625": [0, 1.5, 3.68], + "1.75": [0, 3.7, 5.11], + "1.875": [0, 1.19, 3.54], + "2.25": [0, 4.59, -1.37], + "2.3333": [0, 0, -1.56], + "2.4583": [0, 0, 4.44], + "2.625": [0, 1.5, 3.68], + "2.75": [0, 3.7, 5.11], + "2.875": [0, 1.19, 3.54], + "3.25": [0, 4.59, -1.37], + "3.3333": [0, 0, -1.56], + "3.4583": [0, 0, 4.44], + "3.625": [0, 1.5, 3.68], + "3.75": [0, 3.7, 5.11], + "3.875": [0, 1.19, 3.54], + "4.0": [0, 2.32, 1.9] + } + }, + "bone5": { + "rotation": { + "0.0": [35, 0, 0], + "0.1667": [25, 0, 0], + "0.3333": [5, 0, 0], + "0.4583": [5, 0, 0], + "0.9167": [40, 0, 0], + "1.1667": [25, 0, 0], + "1.3333": [5, 0, 0], + "1.4583": [5, 0, 0], + "1.5": [8.18, 0, 0], + "1.9167": [40, 0, 0], + "2.1667": [25, 0, 0], + "2.3333": [5, 0, 0], + "2.4583": [5, 0, 0], + "2.9167": [40, 0, 0], + "3.1667": [25, 0, 0], + "3.3333": [5, 0, 0], + "3.4583": [5, 0, 0], + "3.9167": [40, 0, 0], + "4.0": [35, 0, 0] + } + }, + "feet_right": { + "rotation": { + "0.0": [-7.5, 0, 0], + "0.3333": [2.5, 0, 0], + "0.4583": [2.5, 0, 0], + "0.8333": [-12.5, 0, 0], + "1.3333": [2.5, 0, 0], + "1.4583": [2.5, 0, 0], + "1.5": [0.83, 0, 0], + "1.8333": [-12.5, 0, 0], + "2.3333": [2.5, 0, 0], + "2.4583": [2.5, 0, 0], + "2.8333": [-12.5, 0, 0], + "3.3333": [2.5, 0, 0], + "3.4583": [2.5, 0, 0], + "3.8333": [-12.5, 0, 0], + "4.0": [-7.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.3333": [0, 0, 0], + "0.4583": [0, 0, 0], + "1.3333": [0, 0, 0], + "1.4583": [0, 0, 0], + "1.5": [0, 0, 0], + "2.3333": [0, 0, 0], + "2.4583": [0, 0, 0], + "3.3333": [0, 0, 0], + "3.4583": [0, 0, 0], + "4.0": [0, 0, 0] + } + }, + "leg_right": { + "rotation": { + "0.0": { + "post": [8.75, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [44.22805, -8.79674, -6.35472], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-7.5, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [8.75, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [44.22805, -8.79674, -6.35472], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-7.5, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [44.22805, -8.79674, -6.35472], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-7.5, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "2.9583": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [44.22805, -8.79674, -6.35472], + "lerp_mode": "catmullrom" + }, + "3.7917": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "3.8333": { + "post": [-7.5, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "3.9583": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [8.75, -22.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0.37, 4.25], + "0.125": [0, 1.5, 3.68], + "0.25": [0, 3.7, 5.11], + "0.375": [0, 1.19, 3.54], + "0.75": [0, 4.59, -1.37], + "0.8333": [0, 0, -1.56], + "0.9583": [0, 0, 4.44], + "1.0": [0, 0.37, 4.25], + "1.125": [0, 1.5, 3.68], + "1.25": [0, 3.7, 5.11], + "1.375": [0, 1.19, 3.54], + "1.75": [0, 4.59, -1.37], + "1.8333": [0, 0, -1.56], + "1.9583": [0, 0, 4.44], + "2.125": [0, 1.5, 3.68], + "2.25": [0, 3.7, 5.11], + "2.375": [0, 1.19, 3.54], + "2.75": [0, 4.59, -1.37], + "2.8333": [0, 0, -1.56], + "2.9583": [0, 0, 4.44], + "3.125": [0, 1.5, 3.68], + "3.25": [0, 3.7, 5.11], + "3.375": [0, 1.19, 3.54], + "3.75": [0, 4.59, -1.37], + "3.8333": [0, 0, -1.56], + "3.9583": [0, 0, 4.44], + "4.0": [0, 0.37, 4.25] + } + }, + "bone": { + "rotation": { + "0.0": [8.18, 0, 0], + "0.4167": [40, 0, 0], + "0.6667": [25, 0, 0], + "0.8333": [5, 0, 0], + "0.9583": [5, 0, 0], + "1.0": [8.18, 0, 0], + "1.4167": [40, 0, 0], + "1.6667": [25, 0, 0], + "1.8333": [5, 0, 0], + "1.9583": [5, 0, 0], + "2.4167": [40, 0, 0], + "2.6667": [25, 0, 0], + "2.8333": [5, 0, 0], + "2.9583": [5, 0, 0], + "3.4167": [40, 0, 0], + "3.6667": [25, 0, 0], + "3.8333": [5, 0, 0], + "3.9583": [5, 0, 0] + } + }, + "feet_left": { + "rotation": { + "0.0": [0.83, 0, 0], + "0.3333": [-12.5, 0, 0], + "0.8333": [2.5, 0, 0], + "0.9583": [2.5, 0, 0], + "1.0": [0.83, 0, 0], + "1.3333": [-12.5, 0, 0], + "1.8333": [2.5, 0, 0], + "1.9583": [2.5, 0, 0], + "2.3333": [-12.5, 0, 0], + "2.8333": [2.5, 0, 0], + "2.9583": [2.5, 0, 0], + "3.3333": [-12.5, 0, 0], + "3.8333": [2.5, 0, 0], + "3.9583": [2.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.8333": [0, 0, 0], + "0.9583": [0, 0, 0], + "1.0": [0, 0, 0], + "1.8333": [0, 0, 0], + "1.9583": [0, 0, 0], + "2.8333": [0, 0, 0], + "2.9583": [0, 0, 0], + "3.8333": [0, 0, 0], + "3.9583": [0, 0, 0] + } + }, + "body": { + "position": { + "0.0": [0, -0.2, 0], + "0.375": [0, -0.7, 0], + "0.4167": [0, 0.05, 0], + "0.4583": [0, 0.38, 0], + "0.5417": [0, -0.2, 0], + "0.875": [0, 0, 0], + "0.9167": [0, 0.05, 0], + "0.9583": [0, 0.38, 0], + "1.0417": [0, -0.2, 0], + "1.3333": [0, -0.7, 0], + "1.375": [0, 0.05, 0], + "1.4167": [0, 0.38, 0], + "1.5": [0, -0.2, 0], + "1.8333": [0, -0.7, 0], + "1.875": [0, 0.05, 0], + "1.9167": [0, 0.38, 0], + "2.0": [0, -0.2, 0], + "2.3333": [0, -0.7, 0], + "2.375": [0, 0.05, 0], + "2.4167": [0, 0.38, 0], + "2.5": [0, -0.2, 0], + "2.8333": [0, -0.7, 0], + "2.875": [0, 0.05, 0], + "2.9167": [0, 0.38, 0], + "3.0": [0, -0.2, 0], + "3.3333": [0, -0.7, 0], + "3.375": [0, 0.05, 0], + "3.4167": [0, 0.38, 0], + "3.5": [0, -0.2, 0], + "3.8333": [0, -0.7, 0], + "3.875": [0, 0.05, 0], + "3.9167": [0, 0.38, 0], + "4.0": [0, -0.2, 0] + } + }, + "bone12": { + "rotation": { + "0.0": [-14.5, 0, 0], + "0.0417": [-17.5, 0, 0], + "0.4167": [-32.06, 0, 0], + "0.75": [-2.5, 0, 0], + "0.8333": [-2.5, 0, 0], + "1.0": [-14.5, 0, 0], + "1.0417": [-17.5, 0, 0], + "1.4167": [-32.06, 0, 0], + "1.75": [-2.5, 0, 0], + "1.8333": [-2.5, 0, 0], + "2.0417": [-17.5, 0, 0], + "2.4167": [-32.06, 0, 0], + "2.75": [-2.5, 0, 0], + "2.8333": [-2.5, 0, 0], + "3.0417": [-17.5, 0, 0], + "3.75": [-2.5, 0, 0] + } + }, + "bone13": { + "rotation": { + "0.0": [-7.79, 0, 0], + "0.1667": [-2.5, 0, 0], + "0.25": [-2.5, 0, 0], + "0.4167": [-14.5, 0, 0], + "0.4583": [-17.5, 0, 0], + "0.9167": [-32.06, 0, 0], + "1.25": [-2.5, 0, 0], + "1.4583": [-2.5, 0, 0], + "1.5": [-14.5, 0, 0], + "1.5417": [-17.5, 0, 0], + "1.9167": [-32.06, 0, 0], + "2.25": [-2.5, 0, 0], + "2.3333": [-2.5, 0, 0], + "2.5417": [-17.5, 0, 0], + "2.9167": [-32.06, 0, 0], + "3.25": [-2.5, 0, 0], + "3.3333": [-2.5, 0, 0], + "3.5417": [-17.5, 0, 0], + "4.0": [-7.79, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/manaphy.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/manaphy.animation.json new file mode 100644 index 0000000..d7936c6 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/manaphy.animation.json @@ -0,0 +1,1421 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.manaphy.ground_idle": { + "loop": true, + "animation_length": 2.2, + "bones": { + "manaphy": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.05": { + "post": [0, -3, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "head3": { + "rotation": { + "0.0": { + "post": [-12.5, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "1.05": { + "post": [2.5, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [-12.5, 7.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "head4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "head5": { + "rotation": { + "0.0": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -0.8, -0.05], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, -0.8, -0.05], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "head10": { + "rotation": { + "0.0": { + "post": [-47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [-47.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -0.9, -1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, -0.9, -1], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "head6": { + "rotation": { + "0.0": { + "post": [-52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [-52.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -4.9, 1.8], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, -4.9, 1.8], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "head7": { + "rotation": { + "0.0": { + "post": [-75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [-60, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [-75, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -9, 2], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [0, -8.5, 2], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, -9, 2], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "head8": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -23, 2.5], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [0, -20.5, 4.5], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, -23, 2.5], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1.1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1.1], + "lerp_mode": "catmullrom" + } + } + }, + "head2": { + "rotation": { + "0.0": { + "post": [-7.5, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [-2.5, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "1.4": { + "post": [-16.73077, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [-7.5, -7.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "head9": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "head11": { + "rotation": { + "0.0": { + "post": [-77.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [-77.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -8.8, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, -8.8, 1], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "head12": { + "rotation": { + "0.0": { + "post": [-92.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.15": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [-92.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -13.6, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, -13.6, 1], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "head13": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.15": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -30, 0], + "lerp_mode": "catmullrom" + }, + "1.15": { + "post": [0, -24, 4], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, -30, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1.1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1.1], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "right_arm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.05": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "left_arm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.95": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "body3": { + "rotation": { + "0.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body2": { + "rotation": { + "0.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.manaphy.ground_walk": { + "loop": true, + "animation_length": 2.2, + "bones": { + "manaphy": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.05": { + "post": [0, -3, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [-21.96383, -9.28733, 3.72387], + "lerp_mode": "catmullrom" + }, + "1.15": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [-23.69785, 8.0248, -3.46856], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "head3": { + "rotation": { + "0.0": { + "post": [-12.5, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "1.05": { + "post": [2.5, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [-12.5, 7.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "head4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "head5": { + "rotation": { + "0.0": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -0.8, -0.05], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, -0.8, -0.05], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "head10": { + "rotation": { + "0.0": { + "post": [-47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [-47.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -0.9, -1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, -0.9, -1], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "head6": { + "rotation": { + "0.0": { + "post": [-52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [-52.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -4.9, 1.8], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, -4.9, 1.8], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "head7": { + "rotation": { + "0.0": { + "post": [-75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [-60, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [-75, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -9, 2], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [0, -8.5, 2], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, -9, 2], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "head8": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -23, 2.5], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [0, -20.5, 4.5], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, -23, 2.5], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1.1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1.1], + "lerp_mode": "catmullrom" + } + } + }, + "head2": { + "rotation": { + "0.0": { + "post": [-7.5, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [-2.5, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "1.4": { + "post": [-16.73077, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [-7.5, -7.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "head9": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "head11": { + "rotation": { + "0.0": { + "post": [-77.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [-77.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -8.8, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, -8.8, 1], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "head12": { + "rotation": { + "0.0": { + "post": [-92.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.15": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [-92.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -13.6, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, -13.6, 1], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "head13": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.15": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -30, 0], + "lerp_mode": "catmullrom" + }, + "1.15": { + "post": [0, -24, 4], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, -30, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1.1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1.1], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "right_arm": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.05": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "left_arm": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "0.95": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "body3": { + "rotation": { + "0.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body2": { + "rotation": { + "0.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/mandibuzz/mandibuzz.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/mandibuzz/mandibuzz.animation.json new file mode 100644 index 0000000..58d896d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/mandibuzz/mandibuzz.animation.json @@ -0,0 +1,564 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.mandibuzz.air_idle": { + "loop": true, + "bones": { + "neck_2": { + "rotation": ["0.5+math.sin(q.anim_time*90*3+180)*2", 0, 0] + }, + "head": { + "rotation": ["3.5+math.sin(q.anim_time*90*3+180)*-4", 0, 0] + }, + "tuff_head": { + "rotation": ["-4.5+math.sin(q.anim_time*90*3+180)*15", 0, 0] + }, + "wing_left_closed": { + "rotation": [0, 0, 0], + "position": [0.9, 0, 0], + "scale": 0.01 + }, + "wing_left_open": { + "rotation": ["12+math.sin(q.anim_time*90*3+0)*15", 0, "27+math.sin(q.anim_time*90*3+0)*45"] + }, + "wing_right_closed": { + "rotation": [1, 0, 0], + "scale": 0.01 + }, + "wing_right_open": { + "rotation": ["16-math.sin(q.anim_time*90*3+0)*15", 0, "-31-math.sin(q.anim_time*90*3+0)*45"] + }, + "body": { + "rotation": ["7.5+math.sin(q.anim_time*20*3+50)*4", "0+math.sin(q.anim_time*90*3+50)*1", "0+math.sin(q.anim_time*90*3+50)*1"], + "position": [0, "21+math.sin(q.anim_time*90*3-55)*5", 0] + }, + "torso": { + "rotation": ["7.5+math.sin(q.anim_time*90*3+180)*5", 0, 0] + }, + "neck_1": { + "rotation": ["-4.5+math.sin(q.anim_time*90*3+180)*5", 0, 0] + }, + "tuff_head_2": { + "rotation": ["0.5+math.sin(q.anim_time*90*3+180)*7", 0, 0] + }, + "tuff_front": { + "rotation": ["-7+math.sin(q.anim_time*90*3+125)*5.5", 0, 0] + }, + "tuff_back": { + "rotation": ["-6-math.sin(q.anim_time*90*3+125)*5.5", 0, 0] + }, + "jaw": { + "rotation": ["8.5+math.sin(q.anim_time*90*3+180)*5", 0, 0] + }, + "tail": { + "rotation": ["5+math.sin(q.anim_time*90*3+125)*12.5", 0, 0] + }, + "leg_right": { + "rotation": ["8.9905+math.sin(q.anim_time*90*3+180)*5", -24.59477, 9.62931], + "position": [0, 0, 0.8] + }, + "leg_lower_right": { + "rotation": ["40.0508+math.sin(q.anim_time*90*3+115)*10", 2.15188, 1.50107] + }, + "toes_right": { + "rotation": [20, 0, 0] + }, + "leg_left": { + "rotation": ["8.9625+math.sin(q.anim_time*90*3+180)*5", 4.92385, 4.12961], + "position": [0.3, 0, 0.4] + }, + "leg_lower_left": { + "rotation": ["22.5508+math.sin(q.anim_time*90*3+115)*10", 2.15188, 1.50107] + }, + "toes_left": { + "rotation": [34, 0, 0] + }, + "wing_left_middle": { + "rotation": [10.46535, "3.8586+math.sin(q.anim_time*90*3-50)*15", "7.395+math.sin(q.anim_time*90*3-50)*15"] + }, + "wing_left_outer": { + "rotation": [-3.59132, "-16.6421+math.sin(q.anim_time*90*3-50)*25", "-31.7375+math.sin(q.anim_time*90*3-50)*5"] + }, + "wing_left_outer_tuff": { + "rotation": [-5.5239, "4.5446+math.sin(q.anim_time*90*3-50)*2", "16.4433+math.sin(q.anim_time*90*3-50)*5"] + }, + "wing_right_middle": { + "rotation": [5.37935, "4.8316-math.sin(q.anim_time*90*3-50)*15", "-7.3427-math.sin(q.anim_time*90*3-50)*15"] + }, + "wing_right_outer": { + "rotation": [0.9626, "9.217-math.sin(q.anim_time*90*3-50)*25", "36.8859-math.sin(q.anim_time*90*3-50)*5"] + }, + "wing_right_outer_tuff": { + "rotation": [-11.43895, "7.2296+math.sin(q.anim_time*90*3-50)*2", "-21.8939+math.sin(q.anim_time*90*3-50)*5"] + } + } + }, + "animation.mandibuzz.air_fly": { + "loop": true, + "bones": { + "neck_2": { + "rotation": ["0.5+math.sin(q.anim_time*90*3+180)*2", 0, 0] + }, + "head": { + "rotation": ["3.5+math.sin(q.anim_time*90*3+180)*-4", 0, 0] + }, + "tuff_head": { + "rotation": ["-4.5+math.sin(q.anim_time*90*3+180)*15", 0, 0] + }, + "wing_left_closed": { + "rotation": [0, 0, 0], + "position": [0.9, 0, 0], + "scale": 0.01 + }, + "wing_left_open": { + "rotation": ["12+math.sin(q.anim_time*90*3+0)*15", 0, "27+math.sin(q.anim_time*90*3+0)*45"] + }, + "wing_right_closed": { + "rotation": [1, 0, 0], + "scale": 0.01 + }, + "wing_right_open": { + "rotation": ["16-math.sin(q.anim_time*90*3+0)*15", 0, "-31-math.sin(q.anim_time*90*3+0)*45"] + }, + "body": { + "rotation": ["7.5+math.sin(q.anim_time*20*3+50)*4", "0+math.sin(q.anim_time*90*3+50)*1", "0+math.sin(q.anim_time*90*3+50)*1"], + "position": [0, "21+math.sin(q.anim_time*90*3-55)*5", 0] + }, + "torso": { + "rotation": ["19.5+math.sin(q.anim_time*90*3+180)*5", 0, 0] + }, + "neck_1": { + "rotation": ["-17.5+math.sin(q.anim_time*90*3+180)*5", 0, 0] + }, + "tuff_head_2": { + "rotation": ["0.5+math.sin(q.anim_time*90*3+180)*7", 0, 0] + }, + "tuff_front": { + "rotation": ["-7+math.sin(q.anim_time*90*3+125)*5.5", 0, 0] + }, + "tuff_back": { + "rotation": ["-6-math.sin(q.anim_time*90*3+125)*5.5", 0, 0] + }, + "jaw": { + "rotation": ["8.5+math.sin(q.anim_time*90*3+180)*5", 0, 0] + }, + "tail": { + "rotation": ["5+math.sin(q.anim_time*90*3+125)*12.5", 0, 0] + }, + "leg_right": { + "rotation": ["8.9905+math.sin(q.anim_time*90*3+180)*5", -24.59477, 9.62931], + "position": [0, 0, 1.3] + }, + "leg_lower_right": { + "rotation": ["40.0508+math.sin(q.anim_time*90*3+115)*10", 2.15188, 1.50107] + }, + "toes_right": { + "rotation": [20, 0, 0] + }, + "leg_left": { + "rotation": ["8.9625+math.sin(q.anim_time*90*3+180)*5", 4.92385, 4.12961], + "position": [0.3, 0, 0.9] + }, + "leg_lower_left": { + "rotation": ["22.5508+math.sin(q.anim_time*90*3+115)*10", 2.15188, 1.50107] + }, + "toes_left": { + "rotation": [34, 0, 0] + }, + "wing_left_middle": { + "rotation": [10.46535, "3.8586+math.sin(q.anim_time*90*3-50)*15", "7.395+math.sin(q.anim_time*90*3-50)*15"] + }, + "wing_left_outer": { + "rotation": [-3.59132, "-16.6421+math.sin(q.anim_time*90*3-50)*25", "-31.7375+math.sin(q.anim_time*90*3-50)*5"] + }, + "wing_left_outer_tuff": { + "rotation": [-5.5239, "4.5446+math.sin(q.anim_time*90*3-50)*2", "16.4433+math.sin(q.anim_time*90*3-50)*5"] + }, + "wing_right_middle": { + "rotation": [5.37935, "4.8316-math.sin(q.anim_time*90*3-50)*15", "-7.3427-math.sin(q.anim_time*90*3-50)*15"] + }, + "wing_right_outer": { + "rotation": [0.9626, "9.217-math.sin(q.anim_time*90*3-50)*25", "36.8859-math.sin(q.anim_time*90*3-50)*5"] + }, + "wing_right_outer_tuff": { + "rotation": [-11.43895, "7.2296+math.sin(q.anim_time*90*3-50)*2", "-21.8939+math.sin(q.anim_time*90*3-50)*5"] + } + } + }, + "animation.mandibuzz.battle_idle": { + "loop": true, + "bones": { + "neck_2": { + "rotation": ["0.5+math.sin(q.anim_time*90*3+180)*2", 0, 0] + }, + "head": { + "rotation": ["3.5+math.sin(q.anim_time*90*3+180)*-4", 0, 0] + }, + "tuff_head": { + "rotation": ["-4.5+math.sin(q.anim_time*90*3+180)*15", 0, 0] + }, + "wing_left_closed": { + "rotation": [0, 0, 0], + "position": [0.9, 0, 0], + "scale": 0.01 + }, + "wing_left_open": { + "rotation": ["12+math.sin(q.anim_time*90*3+0)*15", 0, "27+math.sin(q.anim_time*90*3+0)*45"] + }, + "wing_right_closed": { + "rotation": [1, 0, 0], + "scale": 0.01 + }, + "wing_right_open": { + "rotation": ["16-math.sin(q.anim_time*90*3+0)*15", 0, "-31-math.sin(q.anim_time*90*3+0)*45"] + }, + "body": { + "rotation": ["7.5+math.sin(q.anim_time*20*3+50)*4", "0+math.sin(q.anim_time*90*3+50)*1", "0+math.sin(q.anim_time*90*3+50)*1"], + "position": [0, "21+math.sin(q.anim_time*90*3-55)*5", 0] + }, + "torso": { + "rotation": ["7.5+math.sin(q.anim_time*90*3+180)*5", 0, 0] + }, + "neck_1": { + "rotation": ["-4.5+math.sin(q.anim_time*90*3+180)*5", 0, 0] + }, + "tuff_head_2": { + "rotation": ["0.5+math.sin(q.anim_time*90*3+180)*7", 0, 0] + }, + "tuff_front": { + "rotation": ["-7+math.sin(q.anim_time*90*3+125)*5.5", 0, 0] + }, + "tuff_back": { + "rotation": ["-6-math.sin(q.anim_time*90*3+125)*5.5", 0, 0] + }, + "jaw": { + "rotation": ["8.5+math.sin(q.anim_time*90*3+180)*5", 0, 0] + }, + "tail": { + "rotation": ["5+math.sin(q.anim_time*90*3+125)*12.5", 0, 0] + }, + "leg_right": { + "rotation": ["8.9905+math.sin(q.anim_time*90*3+180)*5", -24.59477, 9.62931], + "position": [0, 0, 0.8] + }, + "leg_lower_right": { + "rotation": ["40.0508+math.sin(q.anim_time*90*3+115)*10", 2.15188, 1.50107] + }, + "toes_right": { + "rotation": [20, 0, 0] + }, + "leg_left": { + "rotation": ["8.9625+math.sin(q.anim_time*90*3+180)*5", 4.92385, 4.12961], + "position": [0.3, 0, 0.4] + }, + "leg_lower_left": { + "rotation": ["22.5508+math.sin(q.anim_time*90*3+115)*10", 2.15188, 1.50107] + }, + "toes_left": { + "rotation": [34, 0, 0] + }, + "wing_left_middle": { + "rotation": [10.46535, "3.8586+math.sin(q.anim_time*90*3-50)*15", "7.395+math.sin(q.anim_time*90*3-50)*15"] + }, + "wing_left_outer": { + "rotation": [-3.59132, "-16.6421+math.sin(q.anim_time*90*3-50)*25", "-31.7375+math.sin(q.anim_time*90*3-50)*5"] + }, + "wing_left_outer_tuff": { + "rotation": [-5.5239, "4.5446+math.sin(q.anim_time*90*3-50)*2", "16.4433+math.sin(q.anim_time*90*3-50)*5"] + }, + "wing_right_middle": { + "rotation": [5.37935, "4.8316-math.sin(q.anim_time*90*3-50)*15", "-7.3427-math.sin(q.anim_time*90*3-50)*15"] + }, + "wing_right_outer": { + "rotation": [0.9626, "9.217-math.sin(q.anim_time*90*3-50)*25", "36.8859-math.sin(q.anim_time*90*3-50)*5"] + }, + "wing_right_outer_tuff": { + "rotation": [-11.43895, "7.2296+math.sin(q.anim_time*90*3-50)*2", "-21.8939+math.sin(q.anim_time*90*3-50)*5"] + } + } + }, + "animation.mandibuzz.ground_idle": { + "loop": true, + "bones": { + "torso": { + "rotation": ["7.5+math.sin(q.anim_time*40*3+180)*4", 0, 0] + }, + "neck_2": { + "rotation": ["2.5+math.sin(q.anim_time*50*3+180)*5", 0, 0] + }, + "head": { + "rotation": ["5.5+math.sin(q.anim_time*50*3+180)*5", 0, 0] + }, + "tuff_head": { + "rotation": ["-2.5+math.sin(q.anim_time*50*3+180)*5", 0, 0] + }, + "tuff_head_2": { + "rotation": ["1.5+math.sin(q.anim_time*50*3+180)*5", 0, 0] + }, + "tuff_front": { + "rotation": ["-2.5+math.sin(q.anim_time*50*3+180)*5", 0, 0] + }, + "tuff_back": { + "rotation": ["5.5-math.sin(q.anim_time*50*3+180)*5", 0, 0] + }, + "wing_left_closed": { + "rotation": ["3.5+math.sin(q.anim_time*50*3+180)*5", 0, 0], + "position": [0.9, 0, 0] + }, + "jaw": { + "rotation": ["1.8042+math.sin(q.anim_time*50*3+180)*5", 0.35703, 2.53336] + }, + "tail": { + "rotation": ["3.5+math.sin(q.anim_time*30*3+180)*9", 0, 0] + }, + "wing_left_open": { + "scale": 0.01 + }, + "wing_right_closed": { + "rotation": ["2.5+math.sin(q.anim_time*50*3+180)*5", 0, 0] + }, + "wing_right_open": { + "scale": 0 + } + } + }, + "animation.mandibuzz.ground_walk": { + "loop": true, + "bones": { + "torso": { + "rotation": ["16+math.sin(q.anim_time*90*6-60)*2", "0+math.sin(q.anim_time*90*3-80+180)*1", 0], + "position": [0, "-1.2+math.sin(q.anim_time*90*6-60+180)*0.5", -2.1] + }, + "neck_2": { + "rotation": ["2.5+math.sin(q.anim_time*50*3+180)*5", 0, 0] + }, + "head": { + "rotation": ["5.5+math.sin(q.anim_time*50*3+180)*5", 0, 0] + }, + "tuff_head": { + "rotation": ["-2.5+math.sin(q.anim_time*50*3+180)*5", 0, 0] + }, + "tuff_head_2": { + "rotation": ["1.5+math.sin(q.anim_time*50*3+180)*5", 0, 0] + }, + "tuff_front": { + "rotation": ["-2.5+math.sin(q.anim_time*50*3+180)*5", 0, 0] + }, + "tuff_back": { + "rotation": ["5.5-math.sin(q.anim_time*50*3+180)*5", 0, 0] + }, + "wing_left_closed": { + "rotation": ["3.5+math.sin(q.anim_time*50*3+180)*5", 0, 0], + "position": [0.9, 0, 0] + }, + "jaw": { + "rotation": ["1.8042+math.sin(q.anim_time*50*3+180)*5", 0.35703, 2.53336] + }, + "tail": { + "rotation": ["16.5+math.sin(q.anim_time*30*3+180)*9", 0, 0] + }, + "wing_left_open": { + "scale": 0.01 + }, + "wing_right_closed": { + "rotation": ["2.5+math.sin(q.anim_time*50*3+180)*5", 0, 0] + }, + "wing_right_open": { + "scale": 0 + }, + "leg_right": { + "rotation": [ + "0.4218+math.clamp(math.sin(query.anim_time*90*3*1-20+180)*27.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*1-20+180)*22.5,0,22)", + "9.5438+math.sin(q.anim_time*90*3+20+180)*2", + 1.88981 + ], + "position": [0, "math.clamp(math.sin(query.anim_time*90*3*1+0)*0.75,-0.1,0.75)", "0+math.sin(q.anim_time*90*3-95+180)*1"] + }, + "leg_lower_right": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*1-75+180)*25,-25,14)", 0, 0] + }, + "leg_left": { + "rotation": [ + "0.4218+math.clamp(math.sin(query.anim_time*90*3*1-20)*27.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*1-20)*22.5,0,22)", + "-9.5438+math.sin(q.anim_time*90*3+20)*2", + -1.88981 + ], + "position": [0, "math.clamp(math.sin(query.anim_time*90*3*1+180)*0.75,-0.1,0.75)", "0+math.sin(q.anim_time*90*3-95)*1"] + }, + "leg_lower_left": { + "rotation": ["30+math.clamp(math.sin(query.anim_time*90*3*1-75)*25,-25,14)", 0, 0] + } + } + }, + "animation.mandibuzz.sleep": { + "loop": true, + "bones": { + "torso": { + "rotation": [4, 0, 0] + }, + "neck_2": { + "rotation": ["50+math.sin(q.anim_time*50*3+180)*2", 0, 0] + }, + "head": { + "rotation": ["-114+math.sin(q.anim_time*20*3+180)*2", 0, 0] + }, + "tuff_head": { + "rotation": ["34.7616+math.sin(q.anim_time*50*3+180)*5", -27.99907, 34.07528] + }, + "tuff_head_2": { + "rotation": ["1.5+math.sin(q.anim_time*50*3+180)*5", 0, 0] + }, + "tuff_front": { + "rotation": ["-2.5+math.sin(q.anim_time*20*3+180)*5", 0, 0] + }, + "tuff_back": { + "rotation": ["5.5-math.sin(q.anim_time*20*3+180)*5", 0, 0] + }, + "wing_left_closed": { + "rotation": ["3.5+math.sin(q.anim_time*50*3+180)*5", 0, 0], + "position": [0.9, 0, 0], + "scale": 0 + }, + "jaw": { + "rotation": [12.5, 0, 0] + }, + "tail": { + "rotation": ["-34+math.sin(q.anim_time*30*3+180)*9", 0, 0] + }, + "wing_left_open": { + "rotation": [0, 37.5, 0] + }, + "wing_right_closed": { + "rotation": [-41.874, 6.62792, 35.93621], + "position": [-0.7, 0, 0] + }, + "wing_right_open": { + "scale": 0 + }, + "body": { + "rotation": [67.5, 0, 0], + "position": [0, -19, 0] + }, + "eyelash_right": { + "position": [-0.2, -0.3, 0] + }, + "eyelid_right": { + "position": [-0.2, -0.5, 0.5], + "scale": [1, 1.08, 1] + }, + "eye_left": { + "position": [-0.2, 0, 0] + }, + "eyelash_left": { + "position": [0.4, -0.3, 0] + }, + "eyelid_left": { + "position": [0.2, -0.7, 0.5], + "scale": [1, 1.08, 1] + }, + "leg_right": { + "rotation": [0, 0, 27.5] + }, + "leg_left": { + "rotation": [-8.10969, -33.16347, -21.05215] + }, + "leg_lower_left": { + "rotation": [10, 0, 0] + }, + "wing_left_middle": { + "rotation": [0, -10, 0] + }, + "wing_left_outer": { + "rotation": [0, -2.5, 0] + }, + "wing_left_outer_tuff": { + "rotation": [-12.5, 0, 20] + } + } + }, + "animation.mandibuzz.blink": { + "animation_length": 0.16667, + "bones": { + "eye_right": { + "position": { + "0.0": [0.2, 0, 0], + "0.125": {"pre": [0.2, 0, 0], "post": [0.2, 0, 0]}, + "0.1667": {"pre": [0.2, 0, 0], "post": [0, 0, 0]} + } + }, + "eyelash_right": { + "position": { + "0.0": [-0.2, -0.3, 0], + "0.125": {"pre": [-0.2, -0.3, 0], "post": [-0.2, -0.3, 0]}, + "0.1667": {"pre": [-0.2, -0.3, 0], "post": [0, 0, 0]} + } + }, + "eyelid_right": { + "position": { + "0.0": [-0.2, -0.5, 0.5], + "0.125": {"pre": [-0.2, -0.5, 0.5], "post": [-0.2, -0.5, 0.5]}, + "0.1667": {"pre": [-0.2, -0.5, 0.5], "post": [0, 0, 0]} + }, + "scale": { + "0.0": [1, 1.08, 1], + "0.125": {"pre": [1, 1.08, 1], "post": [1, 1.08, 1]}, + "0.1667": {"pre": [1, 1.08, 1], "post": [1, 1, 1]} + } + }, + "eye_left": { + "position": { + "0.0": [-0.2, 0, 0], + "0.125": {"pre": [-0.2, 0, 0], "post": [-0.2, 0, 0]}, + "0.1667": {"pre": [-0.2, 0, 0], "post": [0, 0, 0]} + } + }, + "eyelash_left": { + "position": { + "0.0": [0.4, -0.3, 0], + "0.125": {"pre": [0.4, -0.3, 0], "post": [0.4, -0.3, 0]}, + "0.1667": {"pre": [0.4, -0.3, 0], "post": [0, 0, 0]} + } + }, + "eyelid_left": { + "position": { + "0.0": [0.2, -0.7, 0.5], + "0.125": {"pre": [0.2, -0.7, 0.5], "post": [0.2, -0.7, 0.5]}, + "0.1667": {"pre": [0.2, -0.7, 0.5], "post": [0, 0, 0]} + }, + "scale": { + "0.0": [1, 1.08, 1], + "0.125": {"pre": [1, 1.08, 1], "post": [1, 1.08, 1]}, + "0.1667": {"pre": [1, 1.08, 1], "post": [1, 1, 1]} + } + } + } + }, + "animation.mandibuzz.cry": { + "animation_length": 0.41667, + "bones": { + "neck_2": { + "rotation": { + "0.0": [2.5, 0, 0], + "0.25": [15, 0, 0], + "0.4167": [2.5, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-15, 0, 0], + "0.4167": [0, 0, 0] + } + }, + "beak": { + "rotation": { + "0.0": [-5, 0, 0], + "0.1667": [32.5, 0, 0], + "0.3333": [67.5, 0, 0], + "0.4167": [-4.61303, 0.66947, 1.78259] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/marill/marill.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/marill/marill.animation.json new file mode 100644 index 0000000..f51862f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/marill/marill.animation.json @@ -0,0 +1,613 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.marill.ground_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "bb_rightarm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bb_leaftarm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bb_upperbdody": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bb_tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -10, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lfoot": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rfoot": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.marill.ground_walk": { + "loop": true, + "animation_length": 1.83333, + "bones": { + "lfoot": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -1.7], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0.3, -1.6], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -1.7], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0.3, -1.6], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 0, -1.7], + "lerp_mode": "catmullrom" + } + } + }, + "rfoot": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0.3, -1.6], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, -1.7], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0.3, -1.6], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, -1.7], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bb_upperbdody": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bb_leaftarm": { + "rotation": { + "0.0": { + "post": [1, -20, -2.5], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-10, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [1, -20, -2.5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [1, -20, -2.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-10, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [1, -20, -2.5], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [1, -20, -2.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0.2, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0.2, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0.1, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bb_rightarm": { + "rotation": { + "0.0": { + "post": [-7.56, 10.28, -0.56], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [1, 20, -2.5], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [1, 20, -2.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-10, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [1, 20, -2.5], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [1, 20, -2.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-10, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-7.56, 10.28, -0.56], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.18, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-0.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-0.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-0.2, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-0.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-0.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-0.2, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-0.18, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bb_tail": { + "rotation": { + "0.0": { + "post": [0, -3.73, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, -3.73, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.marill.blink": { + "animation_length": 0.625, + "bones": { + "eye_left": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + }, + "eye_right": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + } + } + }, + "animation.marill.faint": { + "animation_length": 2.5 + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/marowak_alolan/marowak_alolan.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/marowak_alolan/marowak_alolan.animation.json new file mode 100644 index 0000000..480db88 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/marowak_alolan/marowak_alolan.animation.json @@ -0,0 +1,440 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.marowak_alolan.ground_idle": { + "loop": true, + "bones": { + "body": { + "position": [0, -0.75, 0] + }, + "torso": { + "rotation": ["15.0703+math.sin(q.anim_time*90*1.5-20)*1", "4.6978+math.sin(q.anim_time*90*1-20)*2", 1.71394], + "position": [0, 0, 0] + }, + "upper_torso": { + "rotation": ["2.4597+math.sin(q.anim_time*90*1.5-25)*2", "2.5021+math.sin(q.anim_time*90*1-20)*0.1", -0.76258], + "position": [0, 0, 0] + }, + "head": { + "rotation": ["-1.2452+math.sin(q.anim_time*90*1.5-50)*1.5", -0.5039, -0.87248] + }, + "jaw": { + "rotation": ["12.5+2*math.sin(q.anim_time*90*2-90)", 0, 0] + }, + "neck": { + "rotation": [-7.5, -5, 0] + }, + "left_upper_arm": { + "rotation": ["-7.7699+math.sin(q.anim_time*90*1.5-35+180)*3", "-21.0514+math.sin(q.anim_time*90*1-20+180)*2", 9.01518] + }, + "left_lower_arm": { + "rotation": [0, "35+math.sin(q.anim_time*90*1.5-45)*5", 0] + }, + "left_hand": { + "rotation": [0, 0, 0] + }, + "left_fingers": { + "rotation": [0.55517, -1.99375, 58.89287] + }, + "left_thumb": { + "rotation": [12.6371, 33.39639, 47.51087] + }, + "left_leg": { + "rotation": [-20, -25, 0], + "position": [0, 0, -1] + }, + "left_foot": { + "rotation": [20, 0, 0] + }, + "tail": { + "rotation": ["-33.0216+math.sin(q.anim_time*90*1.5-60)*4.5", "10.5053+math.sin(q.anim_time*90*1-75)*4.5", -0.53311] + }, + "tail2": { + "rotation": ["17.8981+math.sin(q.anim_time*90*1.5-80)*6", "11.9128+math.sin(q.anim_time*90*1-100)*5", 3.81397] + }, + "right_leg": { + "rotation": [-17.5, 22.5, 0], + "position": [0, 0, 0.5] + }, + "right_upper_arm": { + "rotation": [-12.81273, "20.4202+math.sin(q.anim_time*90*1.5-35+180)*3", 22.26933], + "position": [0.5, 0, 0.75] + }, + "right_lower_arm": { + "rotation": [0, -7.5, 0] + }, + "right_hand": { + "rotation": [1.15956, 24.87926, 34.37789], + "position": [0.75, -0.25, 0] + }, + "right_fingers": { + "rotation": [0, 0, -70] + }, + "right_foot": { + "rotation": [19, 0, 0] + }, + "tail3": { + "rotation": [12.5, 0, 0] + }, + "right_thumb": { + "rotation": [44.62203, -15.64077, -37.31906], + "position": [0, 0, 0] + }, + "fire_up": { + "rotation": [ + "25+6*(math.sin(q.anim_time*90*3*2-90)*1-1)+6*(math.sin(q.anim_time*90*3/2-90)*1-1)", + 20, + "-40+5*(math.sin(q.anim_time*90*3-150)*1-1)+6*(math.sin(q.anim_time*90*3/2-90)*1-1)" + ], + "position": [-1.775, -1, 0], + "scale": [0.6, "0.4-math.sin(q.anim_time*90*5*2-90)*0.02-1", "0.4-math.sin(q.anim_time*90*6*2)*0.02-1"] + }, + "fire_down": { + "rotation": [ + "0+6*(math.sin(q.anim_time*90*3*2-90)*1-1)+6*(math.sin(q.anim_time*90*3/2-90)*1-1)", + 17.5, + "-60-5*(math.sin(q.anim_time*90*3-150)*1-1)+6*(math.sin(q.anim_time*90*3/2-90)*1-1)" + ], + "position": [-0.975, 0, 0.75], + "scale": [0.6, "0.4-math.sin(q.anim_time*90*5*2-90)*0.02-1", "0.4-math.sin(q.anim_time*90*6*2)*0.02-1"] + } + } + }, + "animation.marowak_alolan.ground_walk": { + "loop": true, + "animation_length": 4, + "bones": { + "torso": { + "rotation": ["25+3*math.sin(q.anim_time*90*8-90)", "5*math.sin(q.anim_time*90*4-90)", 0], + "position": [0, "0.75+0.8*math.sin(q.anim_time*90*8-60)", "0.2*math.sin(q.anim_time*90*8)"] + }, + "upper_torso": { + "rotation": ["-5-1*math.sin(q.anim_time*90*2-150)", "2*math.sin(q.anim_time*90*4-120)", 0] + }, + "head": { + "rotation": ["-15-4*math.sin(q.anim_time*90*8-40)", "NaN-6*math.sin(q.anim_time*90*4-120)", 0], + "position": [0, 0, -0.25] + }, + "jaw": { + "rotation": ["7.5+2*math.sin(q.anim_time*90*4-90)", 0, 0] + }, + "left_upper_arm": { + "rotation": [0, "0-10*math.sin(q.anim_time*90*4)", "27.5+1*math.sin(q.anim_time*90*2-90)"] + }, + "left_lower_arm": { + "rotation": [0, "35+math.sin(q.anim_time*90*4-45)*5", 0] + }, + "left_hand": { + "rotation": [0, 0, 0] + }, + "left_fingers": { + "rotation": [0.55517, -1.99375, 58.89287] + }, + "left_thumb": { + "rotation": [12.6371, 33.39639, 47.51087] + }, + "left_leg": { + "rotation": { + "0.0": [42.5, -2.3575, -7.2492], + "0.3333": [-58.125, -2.3575, -7.2492], + "0.375": [-58.125, -2.3575, -7.2492], + "0.5": [-17.5, -2.3575, -7.2492], + "1.0": [42.5, -2.3575, -7.2492], + "1.3333": [-58.125, -2.3575, -7.2492], + "1.375": [-58.125, -2.3575, -7.2492], + "1.5": [-17.5, -2.3575, -7.2492], + "2.0": [42.5, -2.3575, -7.2492], + "2.3333": [-58.125, -2.3575, -7.2492], + "2.375": [-58.125, -2.3575, -7.2492], + "2.5": [-17.5, -2.3575, -7.2492], + "3.0": [42.5, -2.3575, -7.2492], + "3.3333": [-58.125, -2.3575, -7.2492], + "3.375": [-58.125, -2.3575, -7.2492], + "3.5": [-17.5, -2.3575, -7.2492], + "4.0": [42.5, -2.3575, -7.2492] + }, + "position": { + "0.0": { + "post": [0, 1.25, 1.75], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 1.5, 0.56], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 1.5, -1.81], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -3], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 1.25, 1.75], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 1.5, 0.56], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 1.5, -1.81], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -3], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 1.25, 1.75], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 1.5, 0.56], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 1.5, -1.81], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -3], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 1.25, 1.75], + "lerp_mode": "catmullrom" + }, + "3.125": { + "post": [0, 1.5, 0.56], + "lerp_mode": "catmullrom" + }, + "3.375": { + "post": [0, 1.5, -1.81], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, -3], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 1.25, 1.75], + "lerp_mode": "catmullrom" + } + } + }, + "left_foot": { + "rotation": { + "0.0": [37.5, 0, 7.5], + "0.2083": [-4.6875, 0, 7.5], + "0.4167": [-4.375, 0, 7.5], + "0.5": [17.5, 0, 7.5], + "1.0": [37.5, 0, 7.5], + "1.2083": [-4.6875, 0, 7.5], + "1.4167": [-4.375, 0, 7.5], + "1.5": [17.5, 0, 7.5], + "2.0": [37.5, 0, 7.5], + "2.2083": [-4.6875, 0, 7.5], + "2.4167": [-4.375, 0, 7.5], + "2.5": [17.5, 0, 7.5], + "3.0": [37.5, 0, 7.5], + "3.2083": [-4.6875, 0, 7.5], + "3.4167": [-4.375, 0, 7.5], + "3.5": [17.5, 0, 7.5], + "4.0": [37.5, 0, 7.5] + }, + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 0, 0], + "2.0": [0, 0, 0], + "3.0": [0, 0, 0], + "4.0": [0, 0, 0] + } + }, + "tail": { + "rotation": [-25, "-12*math.sin(q.anim_time*90*4)", 0] + }, + "tail2": { + "rotation": [7.5, "-12*math.sin(q.anim_time*90*4-90)", 0] + }, + "right_leg": { + "rotation": { + "0.0": [-17.5, 2.3575, 7.2492], + "0.5": [42.5, 2.3575, 7.2492], + "0.8333": [-58.125, 2.3575, 7.2492], + "0.875": [-58.125, 2.3575, 7.2492], + "1.0": [-17.5, 2.3575, 7.2492], + "1.5": [42.5, 2.3575, 7.2492], + "1.8333": [-58.125, 2.3575, 7.2492], + "1.875": [-58.125, 2.3575, 7.2492], + "2.0": [-17.5, 2.3575, 7.2492], + "2.5": [42.5, 2.3575, 7.2492], + "2.8333": [-58.125, 2.3575, 7.2492], + "2.875": [-58.125, 2.3575, 7.2492], + "3.0": [-17.5, 2.3575, 7.2492], + "3.5": [42.5, 2.3575, 7.2492], + "3.8333": [-58.125, 2.3575, 7.2492], + "3.875": [-58.125, 2.3575, 7.2492], + "4.0": [-17.5, 2.3575, 7.2492] + }, + "position": { + "0.0": { + "post": [0, 0, -3], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 1.25, 1.75], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 1.5, 0.56], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 1.5, -1.81], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -3], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 1.25, 1.75], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 1.5, 0.56], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 1.5, -1.81], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -3], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 1.25, 1.75], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 1.5, 0.56], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 1.5, -1.81], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -3], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 1.25, 1.75], + "lerp_mode": "catmullrom" + }, + "3.625": { + "post": [0, 1.5, 0.56], + "lerp_mode": "catmullrom" + }, + "3.875": { + "post": [0, 1.5, -1.81], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, -3], + "lerp_mode": "catmullrom" + } + } + }, + "right_upper_arm": { + "rotation": [0, "0-10*math.sin(q.anim_time*90*4)", "-25+1*math.sin(q.anim_time*90*2-90)"], + "position": [0.5, 0, 0.75] + }, + "right_lower_arm": { + "rotation": [0, -7.5, 0] + }, + "right_hand": { + "rotation": [1.15956, 24.87926, 34.37789], + "position": [0.75, -0.25, 0] + }, + "right_fingers": { + "rotation": [0, 0, -70] + }, + "right_foot": { + "rotation": { + "0.0": [17.5, 0, -7.5], + "0.5": [37.5, 0, -7.5], + "0.7083": [-4.6875, 0, -7.5], + "0.9167": [-4.375, 0, -7.5], + "1.0": [17.5, 0, -7.5], + "1.5": [37.5, 0, -7.5], + "1.7083": [-4.6875, 0, -7.5], + "1.9167": [-4.375, 0, -7.5], + "2.0": [17.5, 0, -7.5], + "2.5": [37.5, 0, -7.5], + "2.7083": [-4.6875, 0, -7.5], + "2.9167": [-4.375, 0, -7.5], + "3.0": [17.5, 0, -7.5], + "3.5": [37.5, 0, -7.5], + "3.7083": [-4.6875, 0, -7.5], + "3.9167": [-4.375, 0, -7.5], + "4.0": [17.5, 0, -7.5] + }, + "position": { + "0.5": [0, 0, 0], + "1.5": [0, 0, 0], + "2.5": [0, 0, 0], + "3.5": [0, 0, 0] + } + }, + "tail3": { + "rotation": [10, "-15*math.sin(q.anim_time*90*4-120)", 0] + }, + "right_thumb": { + "rotation": [44.62203, -15.64077, -37.31906], + "position": [0, 0, 0] + }, + "fire_up": { + "rotation": [ + "25+6*(math.sin(q.anim_time*90*4-90)*1-1)+6*(math.sin(q.anim_time*90*4-90)*1-1)", + 0, + "15+5*(math.sin(q.anim_time*90*4-150)*1-1)+6*(math.sin(q.anim_time*90*4-90)*1-1)" + ], + "position": [-1.775, 1, 0], + "scale": [0.6, "0.4-math.sin(q.anim_time*90*5*2-90)*0.02-1", "0.4-math.sin(q.anim_time*90*6*2)*0.02-1"] + }, + "fire_down": { + "rotation": [ + "0+6*(math.sin(q.anim_time*90*4-90)*1-1)+6*(math.sin(q.anim_time*90*4-90)*1-1)", + 0, + "-12.5-5*(math.sin(q.anim_time*90*4-150)*1-1)+6*(math.sin(q.anim_time*90*4-90)*1-1)" + ], + "position": [-0.975, 0.775, 0.75], + "scale": [0.6, "0.4-math.sin(q.anim_time*90*4-90)*0.02-1", "0.4-math.sin(q.anim_time*90*4*2)*0.02-1"] + } + } + }, + "animation.marowak_alolan.blink": { + "animation_length": 0.1667, + "bones": { + "left_eyelid": { + "position": { + "0.0": [0.1, 0, -0.1], + "0.125": {"pre": [0.1, 0, -0.1], "post": [0.1, 0, -0.1]}, + "0.1667": {"pre": [0.1, 0, -0.1], "post": [0, 0, 0]} + } + }, + "right_eyelid": { + "position": { + "0.0": [-0.1, 0, -0.1], + "0.125": {"pre": [-0.1, 0, -0.1], "post": [-0.1, 0, -0.1]}, + "0.1667": {"pre": [-0.1, 0, -0.1], "post": [0, 0, 0]} + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/marshadow/marshadow.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/marshadow/marshadow.animation.json new file mode 100644 index 0000000..aaf95d1 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/marshadow/marshadow.animation.json @@ -0,0 +1,1305 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.marshadow.ground_idle": { + "loop": true, + "bones": { + "right_shadow_4": { + "rotation": ["15-math.cos((query.anim_time)*90*2-270)*15", 0, 0] + }, + "right_shadow_5": { + "rotation": ["math.cos((query.anim_time)*90*2-315)*15", 0, 0] + }, + "right_shadow_6": { + "rotation": ["-math.cos((query.anim_time)*90*2-350)*25", 0, 0] + }, + "left_shadow_4": { + "rotation": ["15+math.cos((query.anim_time)*90*2-270)*15", 0, 0] + }, + "left_shadow_5": { + "rotation": ["-math.cos((query.anim_time)*90*2-315)*15", 0, 0] + }, + "left_shadow_6": { + "rotation": ["math.cos((query.anim_time)*90*2-350)*25", 0, 0] + }, + "body": { + "rotation": ["-1+2*math.sin(q.anim_time*90*1-20)", 0, 0], + "position": [0, "-0.2*math.sin(q.anim_time*90*1)", 0.25] + }, + "arm_right": { + "rotation": [0, 0, "-49.953+Math.cos((query.anim_time) * 90 * 1 - 150) * 2"] + }, + "hand_right_1": { + "rotation": [0, 0, "-15+Math.cos((query.anim_time) * 90 * 1 - 240) * 3"] + }, + "flamefist_alternate2": { + "scale": [0.1, 0.1, 1] + }, + "hand_right_2": { + "rotation": [0, 0, -7.5] + }, + "arm_left": { + "rotation": [0, 0, "49.953+Math.cos((query.anim_time) * 90 * 1 - 150) * -2"] + }, + "hand_left_1": { + "rotation": [0, 0, "15+Math.cos((query.anim_time) * 90 * 1 - 240) * -3"] + }, + "flamefist_alternate": { + "scale": [0.1, 0.1, 1] + }, + "hand_left_2": { + "rotation": [0, 0, 7.5] + }, + "scarf": { + "scale": [1, "2-math.sin(q.anim_time*90*5*1-90)*0.02-1", "1.9-math.sin(q.anim_time*90*6*1)*0.01-1"] + }, + "in_3": { + "rotation": ["165.9046-1*math.sin(query.anim_time*180-110)*15", -20, 165.90463] + }, + "in_4": { + "rotation": ["5.5981-1*math.sin(query.anim_time*180-130)*20", -38.08904, -13.26799] + }, + "scarf_alternate": { + "scale": 0 + }, + "head": { + "rotation": ["0-2*math.sin(q.anim_time*90*1+50)", 0, 0] + }, + "hoot_alternate": { + "scale": 0.1 + }, + "anthena_ball4": { + "rotation": ["-2.4981+math.sin(q.anim_time*90*3*2-90)*1-1*6", -0.08722, "-2.4985+math.sin(q.anim_time*90*5-150)*2-1)+6*(math.sin(q.anim_time*90*5/2-90)*10"], + "position": [0, 1, 0], + "scale": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.02-1", "1.9-math.sin(q.anim_time*90*6*2)*0.02-1"] + }, + "bone5": { + "rotation": ["-2.4981+math.sin(q.anim_time*90*3*2-90)*1-1*6", -0.08722, "-2.4985+math.sin(q.anim_time*90*5-150)*2-1)+6*(math.sin(q.anim_time*90*5/2-90)*10"], + "scale": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.02-1", "1.9-math.sin(q.anim_time*90*6*2)*0.02-1"] + }, + "bone6": { + "rotation": ["2.4981+math.sin(q.anim_time*90*3*2-90)*1-1*6", 0.0872, "2.4985+math.sin(q.anim_time*90*5-150)*2-1)+6*(math.sin(q.anim_time*90*5/2-90)*10"], + "scale": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.02-1", "1.9-math.sin(q.anim_time*90*6*2)*0.02-1"] + } + } + }, + "animation.marshadow.sleep": { + "loop": true, + "bones": { + "right_shadow_4": { + "rotation": ["15-math.cos((query.anim_time)*90*2-270)*15", 0, 0] + }, + "right_shadow_5": { + "rotation": ["math.cos((query.anim_time)*90*2-315)*15", 0, 0] + }, + "right_shadow_6": { + "rotation": ["-math.cos((query.anim_time)*90*2-350)*25", 0, 0] + }, + "left_shadow_4": { + "rotation": ["15+math.cos((query.anim_time)*90*2-270)*15", 0, 0] + }, + "left_shadow_5": { + "rotation": ["-math.cos((query.anim_time)*90*2-315)*15", 0, 0] + }, + "left_shadow_6": { + "rotation": ["math.cos((query.anim_time)*90*2-350)*25", 0, 0] + }, + "body": { + "rotation": ["-1+2*math.sin(q.anim_time*90*1-20)", 0, 0], + "position": [0, "-0.2*math.sin(q.anim_time*90*1)", 0.25] + }, + "arm_right": { + "rotation": [0, 0, "-49.953+Math.cos((query.anim_time) * 90 * 1 - 150) * 2"] + }, + "hand_right_1": { + "rotation": [0, 0, "-15+Math.cos((query.anim_time) * 90 * 1 - 240) * 3"] + }, + "flamefist_alternate2": { + "scale": [0.1, 0.1, 1] + }, + "hand_right_2": { + "rotation": [0, 0, -7.5] + }, + "arm_left": { + "rotation": [0, 0, "49.953+Math.cos((query.anim_time) * 90 * 1 - 150) * -2"] + }, + "hand_left_1": { + "rotation": [0, 0, "15+Math.cos((query.anim_time) * 90 * 1 - 240) * -3"] + }, + "flamefist_alternate": { + "scale": [0.1, 0.1, 1] + }, + "hand_left_2": { + "rotation": [0, 0, 7.5] + }, + "scarf": { + "scale": [1, "2-math.sin(q.anim_time*90*5*1-90)*0.02-1", "1.9-math.sin(q.anim_time*90*6*1)*0.01-1"] + }, + "in_3": { + "rotation": ["165.9046-1*math.sin(query.anim_time*180-110)*15", -20, 165.90463] + }, + "in_4": { + "rotation": ["5.5981-1*math.sin(query.anim_time*180-130)*20", -38.08904, -13.26799] + }, + "scarf_alternate": { + "scale": 0 + }, + "head": { + "rotation": ["20-2*math.sin(q.anim_time*90*1+50)", 0, 0] + }, + "hoot_alternate": { + "scale": 0.1 + }, + "anthena_ball4": { + "rotation": ["-2.4981+math.sin(q.anim_time*90*3*2-90)*1-1*6", -0.08722, "-2.4985+math.sin(q.anim_time*90*5-150)*2-1)+6*(math.sin(q.anim_time*90*5/2-90)*10"], + "position": [0, 1, 0], + "scale": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.02-1", "1.9-math.sin(q.anim_time*90*6*2)*0.02-1"] + }, + "bone5": { + "rotation": ["-2.4981+math.sin(q.anim_time*90*3*2-90)*1-1*6", -0.08722, "-2.4985+math.sin(q.anim_time*90*5-150)*2-1)+6*(math.sin(q.anim_time*90*5/2-90)*10"], + "scale": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.02-1", "1.9-math.sin(q.anim_time*90*6*2)*0.02-1"] + }, + "bone6": { + "rotation": ["2.4981+math.sin(q.anim_time*90*3*2-90)*1-1*6", 0.0872, "2.4985+math.sin(q.anim_time*90*5-150)*2-1)+6*(math.sin(q.anim_time*90*5/2-90)*10"], + "scale": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.02-1", "1.9-math.sin(q.anim_time*90*6*2)*0.02-1"] + }, + "eye_left": { + "scale": [1, 0, 1] + }, + "eye_right": { + "scale": [1, 0, 1] + } + } + }, + "animation.marshadow.battle_idle": { + "loop": true, + "bones": { + "right_shadow_4": { + "rotation": ["20-math.cos((query.anim_time)*90*2-270)*15", 0, 0], + "scale": [0.1, 0.1, 0] + }, + "right_shadow_5": { + "rotation": ["math.cos((query.anim_time)*90*2-315)*15", 0, 0] + }, + "right_shadow_6": { + "rotation": ["-math.cos((query.anim_time)*90*2-350)*25", 0, 0] + }, + "left_shadow_4": { + "rotation": ["30+math.cos((query.anim_time)*90*2-270)*15", 0, 0], + "scale": [0.1, 0.1, 0] + }, + "left_shadow_5": { + "rotation": ["-math.cos((query.anim_time)*90*2-315)*15", 0, 0] + }, + "left_shadow_6": { + "rotation": ["math.cos((query.anim_time)*90*2-350)*25", 0, 0] + }, + "body": { + "rotation": ["5.9139+1*math.sin(q.anim_time*90*8)", "34.0227-5*math.sin(q.anim_time*90*4-20)", "0.2853-1*math.sin(q.anim_time*90*1)"], + "position": [0, "0.25+0.2*math.sin(q.anim_time*90*8)", 0.25] + }, + "arm_right": { + "rotation": [-7.76076, "27.9686-20*math.sin(q.anim_time*90*4)", -46.47272], + "position": [-1, 0.5, 0.25] + }, + "hand_right_1": { + "rotation": [-26.00932, "-74.4271+9*math.sin(q.anim_time*90*4)", 26.44392] + }, + "flamefist_alternate2": { + "scale": 1 + }, + "hand_right_2": { + "rotation": [0, 0, -7.5] + }, + "arm_left": { + "rotation": ["-11.011-5*math.sin(q.anim_time*90*4+50)", "22.5029-15*math.sin(q.anim_time*90*4)", "29.5478+5*math.sin(q.anim_time*90*4-20)"], + "position": [1, 0.25, "0.5*math.sin(q.anim_time*90*4)"] + }, + "hand_left_1": { + "rotation": [-16.30513, "47.3481+20*math.sin(q.anim_time*90*4)", -3.9579] + }, + "flamefist_alternate": { + "scale": 1 + }, + "hand_left_2": { + "rotation": [0, 0, 7.5] + }, + "scarf": { + "rotation": [0, -7.5, 0], + "scale": 0.01 + }, + "in_3": { + "rotation": ["-14.0954-1*math.sin(query.anim_time*180-110)*15", -35, -14.09535] + }, + "in_4": { + "rotation": ["5.5981-1*math.sin(query.anim_time*180-130)*20", -38.08904, -13.26799] + }, + "scarf_alternate": { + "scale": [1, "2-math.sin(q.anim_time*90*5*1-90)*0.02-1", "1.9-math.sin(q.anim_time*90*6*1)*0.01-1"] + }, + "head": { + "rotation": ["-1.6694+1*math.sin(q.anim_time*90*8-50)", "-29.1884+5*math.sin(q.anim_time*90*4-20)", 4.45075], + "position": [0.15, 0, -0.2] + }, + "hoot_alternate": { + "scale": 1.01 + }, + "anthena_ball4": { + "rotation": ["-2.4981+math.sin(q.anim_time*90*3*2-90)*1-1*6", -0.08722, "-2.4985+math.sin(q.anim_time*90*5-150)*2-1)+6*(math.sin(q.anim_time*90*5/2-90)*10"], + "position": [0, 1, 0], + "scale": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.02-1", "1.9-math.sin(q.anim_time*90*6*2)*0.02-1"] + }, + "bone5": { + "rotation": ["-2.4981+math.sin(q.anim_time*90*3*2-90)*1-1*6", -0.08722, "-2.4985+math.sin(q.anim_time*90*5-150)*2-1)+6*(math.sin(q.anim_time*90*5/2-90)*10"], + "scale": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.02-1", "1.9-math.sin(q.anim_time*90*6*2)*0.02-1"] + }, + "bone6": { + "rotation": ["2.4981+math.sin(q.anim_time*90*3*2-90)*1-1*6", 0.0872, "2.4985+math.sin(q.anim_time*90*5-150)*2-1)+6*(math.sin(q.anim_time*90*5/2-90)*10"], + "scale": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.02-1", "1.9-math.sin(q.anim_time*90*6*2)*0.02-1"] + }, + "left_leg": { + "rotation": ["-22.5-1*math.sin(q.anim_time*90*8)", -17.5, "1*math.sin(q.anim_time*90*4)"], + "position": ["-0.5+0.2*math.sin(q.anim_time*90*4)", "-0.9+0.1*math.sin(q.anim_time*90*8)", -1.75] + }, + "left_leg_2": { + "rotation": ["22.5193-2*math.sin(q.anim_time*90*4)", -2.30959, "-0.9572+2*math.sin(q.anim_time*90*4)"] + }, + "right_leg": { + "rotation": ["8.7486-5*math.sin(q.anim_time*90*4)", "54.7128-5*math.sin(q.anim_time*90*4)", 34.40719], + "position": [0.25, "-1.1+0.1*math.sin(q.anim_time*90*8)", "1-0.2*math.sin(q.anim_time*90*4)"] + }, + "right_leg_2": { + "rotation": ["17.3517+10*math.sin(q.anim_time*90*4)", 7.04226, -16.68641] + }, + "flamefist_right": { + "scale": 0.01 + }, + "fire_effect3": { + "rotation": [0, 0, "-66.5954+9*math.sin(q.anim_time*90*2-4)"], + "scale": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.04-1", "1.9-math.sin(q.anim_time*90*6*2)*0.04-1"] + }, + "fire_effect4": { + "rotation": [0, 0, "48.4046+9*math.sin(q.anim_time*180*2-4)"] + }, + "flamefist_left": { + "scale": 0.01 + }, + "fire_effect": { + "rotation": [0, 0, "78.4046+9*math.sin(q.anim_time*90*2-4)"], + "scale": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.04-1", "1.9-math.sin(q.anim_time*90*6*2)*0.04-1"] + }, + "fire_effect2": { + "rotation": [0, 0, "-44.0954+9*math.sin(q.anim_time*180*2-4)"] + }, + "in_6": { + "rotation": ["-14.0954-1*math.sin(query.anim_time*270-110)*15", -52.5, -14.09535] + }, + "in_7": { + "rotation": ["5.5981-1*math.sin(query.anim_time*270-130)*20", -38.08904, -13.26799] + }, + "bone3": { + "rotation": ["0+Math.sin((query.anim_time) * 90 * 2) * 2", 0, "0+Math.cos((query.anim_time) * 90 * 2 - 40) * -4"], + "scale": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.02-1", "1.9-math.sin(q.anim_time*90*6*2)*0.02-1"] + }, + "bone4": { + "rotation": ["0+Math.sin((query.anim_time) * 90 * 2 - 90) * 2", 0, "0+Math.cos((query.anim_time) * 90 * 2 - 90) * -6"] + }, + "bone2": { + "rotation": ["0+Math.sin((query.anim_time) * 90 * 2) * 2", 0, "0+Math.cos((query.anim_time) * 90 * 2 - 40) * 4"], + "scale": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.02-1", "1.9-math.sin(q.anim_time*90*6*2)*0.02-1"] + }, + "bone": { + "rotation": ["0+Math.sin((query.anim_time) * 90 * 2 - 90) * 2", 0, "0+Math.cos((query.anim_time) * 90 * 2 - 90) * 6"] + }, + "anthena_ball2": { + "rotation": ["-2.4981+math.sin(q.anim_time*90*3*2-90)*1-1*6", -0.08722, "-2.4985+math.sin(q.anim_time*90*5-150)*2-1)+6*(math.sin(q.anim_time*90*5/2-90)*10"], + "position": [0, 1, 0], + "scale": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.02-1", "1.9-math.sin(q.anim_time*90*6*2)*0.02-1"] + }, + "hood_normal": { + "scale": 0.01 + } + } + }, + "animation.marshadow.physical": { + "loop": true, + "animation_length": 2, + "bones": { + "right_shadow_4": { + "rotation": ["20-math.cos((query.anim_time)*90*2-270)*15", 0, 0], + "scale": [0.1, 0.1, 0] + }, + "right_shadow_5": { + "rotation": ["math.cos((query.anim_time)*90*2-315)*15", 0, 0] + }, + "right_shadow_6": { + "rotation": ["-math.cos((query.anim_time)*90*2-350)*25", 0, 0] + }, + "left_shadow_4": { + "rotation": ["30+math.cos((query.anim_time)*90*2-270)*15", 0, 0], + "scale": [0.1, 0.1, 0] + }, + "left_shadow_5": { + "rotation": ["-math.cos((query.anim_time)*90*2-315)*15", 0, 0] + }, + "left_shadow_6": { + "rotation": ["math.cos((query.anim_time)*90*2-350)*25", 0, 0] + }, + "body": { + "rotation": { + "0.0": [5.9139, 34.0227, 0.2853], + "0.2083": [-0.01784, 19.9822, 0.01446], + "0.2917": [12.47076, -55.0178, 0.04451], + "0.3333": [7.47133, -19.18447, 0.02925], + "0.375": { + "pre": [9.97247, 52.4822, -0.00128], + "post": [9.97247, 52.4822, -0.00128], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-0.02892, 54.82509, -0.00339], + "lerp_mode": "catmullrom" + }, + "2.0": [5.9139, 34.0227, 0.2853] + }, + "position": { + "0.0": [0, 0.25, 0.25], + "0.2083": [0, -0.6, 0], + "0.2917": [0, -0.6, -0.5], + "0.3333": [0, -0.6, 0], + "0.375": [0, -0.6, -0.75], + "0.5": [0, -0.6, 0], + "2.0": [0, 0.25, 0.25] + } + }, + "arm_right": { + "rotation": [-7.76076, 27.9686, -46.47272], + "position": [-1, 0.5, 0.25] + }, + "hand_right_1": { + "rotation": [-26.00932, -74.4271, 26.44392] + }, + "flamefist_alternate2": { + "scale": 1 + }, + "hand_right_2": { + "rotation": [0, 0, -7.5] + }, + "arm_left": { + "rotation": [-11.011, 22.5029, 29.5478], + "position": [1, 0.25, 0.5], + "scale": { + "0.3333": [1, 1, 1], + "0.375": [1.7, 1, 1], + "0.4167": [1, 1, 1] + } + }, + "hand_left_1": { + "rotation": [-16.30513, 47.3481, -3.9579] + }, + "flamefist_alternate": { + "scale": 1 + }, + "hand_left_2": { + "rotation": [0, 0, 7.5] + }, + "scarf": { + "rotation": [0, -7.5, 0], + "scale": 0.01 + }, + "in_3": { + "rotation": ["-14.0954-1*math.sin(query.anim_time*180-110)*15", -35, -14.09535] + }, + "in_4": { + "rotation": ["5.5981-1*math.sin(query.anim_time*180-130)*20", -38.08904, -13.26799] + }, + "head": { + "rotation": { + "0.0": [-1.6694, -29.1884, 4.45075], + "0.2083": [19.6586, -9.52438, -3.88326], + "0.2917": [29.95875, 48.36493, 22.80549], + "0.375": { + "pre": [21.64651, -25.91799, -10.34124], + "post": [21.64651, -25.91799, -10.34124], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [21.64651, -25.91799, -10.34124], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [12.87227, -29.01271, -0.64854], + "lerp_mode": "catmullrom" + }, + "2.0": [-1.6694, -29.1884, 4.45075] + }, + "position": { + "0.0": [0.15, 0, -0.2], + "2.0": [0.15, 0, -0.2] + } + }, + "hoot_alternate": { + "scale": 1.01 + }, + "anthena_ball4": { + "rotation": ["-2.4981+math.sin(q.anim_time*90*3*2-90)*1-1*6", -0.08722, "-2.4985+math.sin(q.anim_time*90*5-150)*2-1)+6*(math.sin(q.anim_time*90*5/2-90)*10"], + "position": [0, 1, 0], + "scale": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.02-1", "1.9-math.sin(q.anim_time*90*6*2)*0.02-1"] + }, + "bone5": { + "rotation": ["-2.4981+math.sin(q.anim_time*90*3*2-90)*1-1*6", -0.08722, "-2.4985+math.sin(q.anim_time*90*5-150)*2-1)+6*(math.sin(q.anim_time*90*5/2-90)*10"], + "scale": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.02-1", "1.9-math.sin(q.anim_time*90*6*2)*0.02-1"] + }, + "bone6": { + "rotation": ["2.4981+math.sin(q.anim_time*90*3*2-90)*1-1*6", 0.0872, "2.4985+math.sin(q.anim_time*90*5-150)*2-1)+6*(math.sin(q.anim_time*90*5/2-90)*10"], + "scale": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.02-1", "1.9-math.sin(q.anim_time*90*6*2)*0.02-1"] + }, + "left_leg": { + "rotation": [-22.5, -17.5, 1], + "position": [-0.5, -0.9, -1.75] + }, + "left_leg_2": { + "rotation": [22.5193, -2.30959, -0.9572] + }, + "right_leg": { + "rotation": [8.7486, 54.7128, 34.40719], + "position": [0.25, -1.1, 1] + }, + "right_leg_2": { + "rotation": [17.3517, 7.04226, -16.68641] + }, + "flamefist_right": { + "scale": 0.01 + }, + "fire_effect3": { + "rotation": [0, 0, "-66.5954+9*math.sin(q.anim_time*90*2-4)"], + "scale": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.04-1", "1.9-math.sin(q.anim_time*90*6*2)*0.04-1"] + }, + "fire_effect4": { + "rotation": [0, 0, "48.4046+9*math.sin(q.anim_time*180*2-4)"] + }, + "flamefist_left": { + "scale": 0.01 + }, + "fire_effect": { + "rotation": [0, 0, "78.4046+9*math.sin(q.anim_time*90*2-4)"], + "scale": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.04-1", "1.9-math.sin(q.anim_time*90*6*2)*0.04-1"] + }, + "fire_effect2": { + "rotation": [0, 0, "-44.0954+9*math.sin(q.anim_time*180*2-4)"] + }, + "bone3": { + "rotation": ["0+Math.sin((query.anim_time) * 90 * 2) * 2", 0, "0+Math.cos((query.anim_time) * 90 * 2 - 40) * -4"], + "scale": { + "0.0": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.02-1", "1.9-math.sin(q.anim_time*90*6*2)*0.02-1"], + "0.3333": [1, 1, 1], + "0.375": [1, 1.7, 1], + "0.4167": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.02-1", "1.9-math.sin(q.anim_time*90*6*2)*0.02-1"] + } + }, + "bone4": { + "rotation": ["0+Math.sin((query.anim_time) * 90 * 2 - 90) * 2", 0, "0+Math.cos((query.anim_time) * 90 * 2 - 90) * -6"] + }, + "bone2": { + "rotation": ["0+Math.sin((query.anim_time) * 90 * 2) * 2", 0, "0+Math.cos((query.anim_time) * 90 * 2 - 40) * 4"], + "scale": { + "0.0": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.02-1", "1.9-math.sin(q.anim_time*90*6*2)*0.02-1"], + "0.3333": [1, 1, 1], + "0.375": [1, 1.7, 1], + "0.4167": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.02-1", "1.9-math.sin(q.anim_time*90*6*2)*0.02-1"] + } + }, + "bone": { + "rotation": ["0+Math.sin((query.anim_time) * 90 * 2 - 90) * 2", 0, "0+Math.cos((query.anim_time) * 90 * 2 - 90) * 6"] + }, + "anthena_ball2": { + "rotation": ["-2.4981+math.sin(q.anim_time*90*3*2-90)*1-1*6", -0.08722, "-2.4985+math.sin(q.anim_time*90*5-150)*2-1)+6*(math.sin(q.anim_time*90*5/2-90)*10"], + "position": [0, 1, 0], + "scale": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.02-1", "1.9-math.sin(q.anim_time*90*6*2)*0.02-1"] + }, + "hood_normal": { + "scale": 0.01 + }, + "in_6": { + "rotation": ["6.9733+math.sin(q.anim_time*90*3*2-90)*1-1*6", "-32.586+math.sin(q.anim_time*90*5-150)*2-1)+6*(math.sin(q.anim_time*90*5/2-90)*10", 0] + }, + "in_7": { + "rotation": ["6.9733+math.sin(q.anim_time*90*3*2-90)*1-1*6", "-32.586+math.sin(q.anim_time*90*5-150)*2-1)+6*(math.sin(q.anim_time*90*5/2-90)*10", 0] + }, + "whole_body": { + "position": { + "0.375": [0, 0, 0], + "0.4167": [0, -1, 0], + "0.4583": [0, 0.1, 0], + "0.5": [0, -0.8, 0], + "0.5417": [0, 0.1, 0], + "0.5833": [0, -0.4, 0], + "0.6667": [0, 0, 0] + } + } + } + }, + "animation.marshadow.status": { + "loop": true, + "animation_length": 2.9167, + "bones": { + "right_shadow_4": { + "rotation": ["20-math.cos((query.anim_time)*90*2-270)*15", 0, 0], + "scale": [0.1, 0.1, 0] + }, + "right_shadow_5": { + "rotation": ["math.cos((query.anim_time)*90*2-315)*15", 0, 0] + }, + "right_shadow_6": { + "rotation": ["-math.cos((query.anim_time)*90*2-350)*25", 0, 0] + }, + "left_shadow_4": { + "rotation": ["30+math.cos((query.anim_time)*90*2-270)*15", 0, 0], + "scale": [0.1, 0.1, 0] + }, + "left_shadow_5": { + "rotation": ["-math.cos((query.anim_time)*90*2-315)*15", 0, 0] + }, + "left_shadow_6": { + "rotation": ["math.cos((query.anim_time)*90*2-350)*25", 0, 0] + }, + "body": { + "rotation": { + "0.0": { + "post": [5.9139, 34.0227, 0.2853], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [5.53754, 6.41121, 0.03084], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [5.53754, 6.41121, 0.03084], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [5.9139, 34.0227, 0.2853], + "lerp_mode": "catmullrom" + } + }, + "position": [0, 0.25, 0.25] + }, + "arm_right": { + "rotation": [-7.76076, 27.9686, -46.47272], + "position": [-1, 0.5, 0.25] + }, + "hand_right_1": { + "rotation": [-26.00932, -74.4271, 26.44392] + }, + "flamefist_alternate2": { + "scale": 1 + }, + "hand_right_2": { + "rotation": [0, 0, -7.5] + }, + "arm_left": { + "rotation": [-11.011, 22.5029, 29.5478], + "position": [1, 0.25, 0.5] + }, + "hand_left_1": { + "rotation": [-16.30513, 47.3481, -3.9579] + }, + "flamefist_alternate": { + "scale": 1 + }, + "hand_left_2": { + "rotation": [0, 0, 7.5] + }, + "scarf": { + "rotation": [0, -7.5, 0], + "scale": 0.01 + }, + "in_3": { + "rotation": ["-14.0954-1*math.sin(query.anim_time*180-110)*15", -35, -14.09535] + }, + "in_4": { + "rotation": ["5.5981-1*math.sin(query.anim_time*180-130)*20", -38.08904, -13.26799] + }, + "head": { + "rotation": { + "0.0": [-1.6694, -29.1884, 4.45075], + "0.25": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1.85, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-6.83, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": [-1.6694, -29.1884, 4.45075] + }, + "position": [0.15, 0, -0.2] + }, + "hoot_alternate": { + "scale": 1.01 + }, + "anthena_ball4": { + "rotation": ["-2.4981+math.sin(q.anim_time*90*3*2-90)*1-1*6", -0.08722, "-2.4985+math.sin(q.anim_time*90*5-150)*2-1)+6*(math.sin(q.anim_time*90*5/2-90)*10"], + "position": [0, 1, 0], + "scale": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.02-1", "1.9-math.sin(q.anim_time*90*6*2)*0.02-1"] + }, + "bone5": { + "rotation": ["-2.4981+math.sin(q.anim_time*90*3*2-90)*1-1*6", -0.08722, "-2.4985+math.sin(q.anim_time*90*5-150)*2-1)+6*(math.sin(q.anim_time*90*5/2-90)*10"], + "scale": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.02-1", "1.9-math.sin(q.anim_time*90*6*2)*0.02-1"] + }, + "bone6": { + "rotation": ["2.4981+math.sin(q.anim_time*90*3*2-90)*1-1*6", 0.0872, "2.4985+math.sin(q.anim_time*90*5-150)*2-1)+6*(math.sin(q.anim_time*90*5/2-90)*10"], + "scale": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.02-1", "1.9-math.sin(q.anim_time*90*6*2)*0.02-1"] + }, + "left_leg": { + "rotation": [-22.5, -17.5, 1], + "position": [-0.5, -0.9, -1.75] + }, + "left_leg_2": { + "rotation": [22.5193, -2.30959, -0.9572] + }, + "right_leg": { + "rotation": [8.7486, 54.7128, 34.40719], + "position": [0.25, -1.1, 1] + }, + "right_leg_2": { + "rotation": [17.3517, 7.04226, -16.68641] + }, + "flamefist_right": { + "scale": 0.01 + }, + "fire_effect3": { + "rotation": [0, 0, "-66.5954+9*math.sin(q.anim_time*90*2-4)"], + "scale": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.04-1", "1.9-math.sin(q.anim_time*90*6*2)*0.04-1"] + }, + "fire_effect4": { + "rotation": [0, 0, "48.4046+9*math.sin(q.anim_time*180*2-4)"] + }, + "flamefist_left": { + "scale": 0.01 + }, + "fire_effect": { + "rotation": [0, 0, "78.4046+9*math.sin(q.anim_time*90*2-4)"], + "scale": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.04-1", "1.9-math.sin(q.anim_time*90*6*2)*0.04-1"] + }, + "fire_effect2": { + "rotation": [0, 0, "-44.0954+9*math.sin(q.anim_time*180*2-4)"] + }, + "bone3": { + "rotation": ["0+Math.sin((query.anim_time) * 90 * 2) * 2", 0, "0+Math.cos((query.anim_time) * 90 * 2 - 40) * -4"], + "scale": { + "0.0": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.02-1", "1.9-math.sin(q.anim_time*90*6*2)*0.02-1"], + "0.9167": [1, 1, 1], + "1.0": ["2+math.cos(q.anim_time*90*4*20+90)*1/2", "2.3+math.cos(q.anim_time*90*4*20)*1", 1], + "1.5833": ["2+math.cos(q.anim_time*90*4*20+90)*1/2", "2.3+math.cos(q.anim_time*90*4*20)*1", 1], + "2.5": [1, 1, 1] + } + }, + "bone4": { + "rotation": ["0+Math.sin((query.anim_time) * 90 * 2 - 90) * 2", 0, "0+Math.cos((query.anim_time) * 90 * 2 - 90) * -6"] + }, + "bone2": { + "rotation": ["0+Math.sin((query.anim_time) * 90 * 2) * 2", 0, "0+Math.cos((query.anim_time) * 90 * 2 - 40) * 4"], + "scale": { + "0.0": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.02-1", "1.9-math.sin(q.anim_time*90*6*2)*0.02-1"], + "0.9167": [1, 1, 1], + "1.0": ["2+math.cos(q.anim_time*90*4*20+90)*1/2", "2.3+math.cos(q.anim_time*90*4*20)*1", 1], + "1.5833": ["2+math.cos(q.anim_time*90*4*20+90)*1/2", "2.3+math.cos(q.anim_time*90*4*20)*1", 1], + "2.5": [1, 1, 1] + } + }, + "bone": { + "rotation": ["0+Math.sin((query.anim_time) * 90 * 2 - 90) * 2", 0, "0+Math.cos((query.anim_time) * 90 * 2 - 90) * 6"] + }, + "anthena_ball2": { + "rotation": ["-2.4981+math.sin(q.anim_time*90*3*2-90)*1-1*6", -0.08722, "-2.4985+math.sin(q.anim_time*90*5-150)*2-1)+6*(math.sin(q.anim_time*90*5/2-90)*10"], + "position": [0, 1, 0], + "scale": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.02-1", "1.9-math.sin(q.anim_time*90*6*2)*0.02-1"] + }, + "hood_normal": { + "scale": 0.01 + }, + "body_shake": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [2.5, 0, 0], + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [9, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [10.09, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [9, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.9167": [0, 0, 0] + }, + "position": { + "0.625": [0, 0, 0], + "1.3333": [0, "-0.2*math.sin(q.anim_time*90*70)", 0], + "1.7083": [0, 0, 0] + } + } + } + }, + "animation.marshadow.ground_walk": { + "loop": true, + "animation_length": 4, + "bones": { + "left_leg": { + "rotation": { + "0.0": { + "post": [-3.54, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-8.73, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [1.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-3.54, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-8.73, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [1.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-3.54, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.9583": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0833": { + "post": [-8.73, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.3333": { + "post": [1.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.6667": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-3.54, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": [0, "math.clamp(1*math.cos(q.anim_time*90*3),0,2)", "-1*math.sin(q.anim_time*90*1)"] + }, + "left_leg_2": { + "rotation": { + "0.0": { + "post": [59.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [5.55, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [1.66, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [19.22, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [59.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [5.55, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [1.66, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [19.22, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [59.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0833": { + "post": [5.55, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.3333": { + "post": [1.66, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.6667": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.8333": { + "post": [19.22, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [59.1, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_shadow_4": { + "scale": [1, 1, 0] + }, + "right_leg": { + "rotation": { + "0.0": { + "post": [1.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-3.54, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-8.73, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [1.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-3.54, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-8.73, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [1.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.3333": { + "post": [-3.54, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.625": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [-8.73, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [1.25, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": [0, "math.clamp(-1*math.cos(q.anim_time*90*3),0,2)", "1*math.sin(q.anim_time*90*1)"] + }, + "right_leg_2": { + "rotation": { + "0.0": { + "post": [1.66, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [19.22, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [59.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [5.55, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [1.66, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [19.22, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [59.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [5.55, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [1.66, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [19.22, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.3333": { + "post": [59.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.6667": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [5.55, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [1.66, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_shadow_4": { + "scale": [1, 1, 0] + }, + "body": { + "rotation": ["5+2*math.sin(q.anim_time*90*6-50)", "-16*math.sin(q.anim_time*90*3-20)", "1*math.sin(q.anim_time*90*1)"], + "position": { + "0.0": { + "post": [0, 0.09, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0.02, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0.02, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0.09, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0.02, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, 0.02, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0.09, 0], + "lerp_mode": "catmullrom" + }, + "3.0833": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "3.125": { + "post": [0, 0.02, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "3.7917": { + "post": [0, 0.02, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0.09, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": ["-0.8704+20*math.sin(q.anim_time*90*3+30)", "-0.0762-20*math.sin(q.anim_time*90*3+30)", "-60.0374+2*math.sin(q.anim_time*90*6+90)"], + "position": [-1, 0, "-0.2*math.sin(q.anim_time*90*3)"] + }, + "hand_right_1": { + "rotation": [0, "-10-10*math.sin(q.anim_time*90*3-60)", 0] + }, + "flamefist_alternate2": { + "scale": 0 + }, + "hand_right_2": { + "rotation": [0, 0, -7.5] + }, + "arm_left": { + "rotation": ["-0.8704-20*math.sin(q.anim_time*90*3+30)", "0.0762-10*math.sin(q.anim_time*90*3+30)", "60.0374-2*math.sin(q.anim_time*90*6+90)"], + "position": [1, 0, "0.2*math.sin(q.anim_time*90*3)"] + }, + "hand_left_1": { + "rotation": [0, "10-10*math.sin(q.anim_time*90*3-60)", 0] + }, + "flamefist_alternate": { + "scale": 0 + }, + "hand_left_2": { + "rotation": [0, 0, 7.5] + }, + "in_3": { + "rotation": ["-14.0954-1*math.sin(query.anim_time*270-110)*15", -32.5, -14.09535] + }, + "in_4": { + "rotation": ["5.5981-1*math.sin(query.anim_time*270-130)*20", -38.08904, -13.26799] + }, + "scarf_alternate": { + "scale": 0 + }, + "head": { + "rotation": ["-2.5+2*math.sin(q.anim_time*90*6+30)", "0+12*math.sin(q.anim_time*90*3)", 0] + }, + "hoot_alternate": { + "scale": 0 + }, + "bone6": { + "rotation": ["2.4981+math.sin(q.anim_time*90*3*2-90)*1-1*6", 0.0872, "2.4985+math.sin(q.anim_time*90*5-150)*2-1)+6*(math.sin(q.anim_time*90*5/2-90)*10"], + "scale": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.02-1", "1.9-math.sin(q.anim_time*90*6*2)*0.02-1"] + }, + "bone5": { + "rotation": ["-2.4981+math.sin(q.anim_time*90*3*2-90)*1-1*6", -0.08722, "-2.4985+math.sin(q.anim_time*90*5-150)*2-1)+6*(math.sin(q.anim_time*90*5/2-90)*10"], + "scale": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.02-1", "1.9-math.sin(q.anim_time*90*6*2)*0.02-1"] + }, + "anthena_ball4": { + "rotation": ["-7.5+2*math.sin(q.anim_time*90*6+30)", "0+20*math.sin(q.anim_time*90*3)", 0], + "scale": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.02-1", "1.9-math.sin(q.anim_time*90*6*2)*0.02-1"] + } + } + }, + "animation.marshadow.recoil": { + "animation_length": 1.5, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 1, 0], + "post": [-8, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [17.5, 0, 0], + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-5.4, 1.5, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-0.3, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + } + } + }, + "animation.marshadow.blink": { + "animation_length": 0.625, + "bones": { + "eye_left": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + }, + "eye_right": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + } + } + }, + "animation.marshadow.cry": { + "animation_length": 1.5, + "bones": { + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/medicham/medicham.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/medicham/medicham.animation.json new file mode 100644 index 0000000..221b852 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/medicham/medicham.animation.json @@ -0,0 +1,2990 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.medicham.pose": { + "loop": true, + "bones": { + "body": { + "position": [0, -0.5, 0] + }, + "torso_lower": { + "rotation": [12.5, 0, 0] + }, + "torso": { + "rotation": [1.63042, -7.87643, -2.76964] + }, + "head": { + "rotation": [-7.5, 0, 0] + }, + "arm_left": { + "rotation": [0, -35, 0] + }, + "bone2": { + "rotation": [0, 100, 0] + }, + "bone21": { + "rotation": [-3.03513, -9.53274, 17.75313] + }, + "bone13": { + "rotation": [0, -22.5, 0] + }, + "bone17": { + "rotation": [40, 0, 0] + }, + "bone18": { + "rotation": [-40, 0, 0] + }, + "bone11": { + "rotation": [-16.23291, 27.49973, 4.02552] + }, + "bone12": { + "rotation": [30, 0, 0] + }, + "bone14": { + "rotation": [50, 0, 0] + }, + "bone15": { + "rotation": [-32.5, 0, 0] + }, + "bone22": { + "rotation": [2.61298, 9.65594, 15.22074] + }, + "bone23": { + "rotation": [5, 10, 7.5] + }, + "arm_right": { + "rotation": [10.96508, -54.06853, -16.6086] + }, + "bone24": { + "rotation": [0, -25, 0] + }, + "bone27": { + "rotation": [2.61298, -9.65594, -15.22074] + }, + "bone28": { + "rotation": [-2.61298, 9.65594, -15.22074] + }, + "bone25": { + "rotation": [0, 0, -22.5] + }, + "bone26": { + "rotation": [0, -15, -12.5] + }, + "bone3": { + "rotation": [0, 0, 20] + } + } + }, + "animation.medicham.ground_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "torso_lower": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [8.59, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 0, -47.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 10, -47.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -47.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -25, -5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + } + }, + "bone25": { + "rotation": [0, 0, -12.5] + }, + "bone26": { + "rotation": { + "0.0": { + "post": [10, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [10, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [10, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "bone27": { + "rotation": { + "0.0": { + "post": [0, -10, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -10, -15], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -10, -15], + "lerp_mode": "catmullrom" + } + } + }, + "bone28": { + "rotation": { + "0.0": { + "post": [0, 7.5, -20], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 7.5, -20], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 7.5, -20], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 45], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -10, 45], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 45], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 27.5, 10], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [10, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [10, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [10, 0, 12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "rotation": { + "0.0": { + "post": [0, 7.5, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 7.5, 15], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 7.5, 15], + "lerp_mode": "catmullrom" + } + } + }, + "bone21": { + "rotation": { + "0.0": { + "post": [0, -7.5, 20], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -7.5, 20], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -7.5, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone13": { + "rotation": [0, -20, 0] + }, + "bone11": { + "rotation": [0, 20, 0] + } + } + }, + "animation.medicham.battle_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "body": { + "position": { + "0.0": { + "post": [0, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0.75, -0.75, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -0.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso_lower": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [12.31594, -2.15393, 9.76758], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [1.63042, -7.87643, -2.76964], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [6.28877, -7.18059, -9.66935], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [9.13042, -7.87643, -2.76964], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [12.17148, -8.31474, 2.26129], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [1.63042, -7.87643, -2.76964], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-15.94, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [8.61775, -34.05444, -15.14371], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [0, 100, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-26.80611, 74.89725, -25.31851], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 100, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone21": { + "rotation": { + "0.0": { + "post": [-3.03513, -9.53274, 17.75313], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-3.03513, -9.53274, 17.75313], + "lerp_mode": "catmullrom" + } + } + }, + "bone13": { + "rotation": { + "0.0": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.06754, -22.40972, 5.40961], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [34.95924, 3.72966, -3.43701], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [-16.23291, 27.49973, 4.02552], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-36.92531, 41.79245, -1.54334], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-16.23291, 27.49973, 4.02552], + "lerp_mode": "catmullrom" + } + } + }, + "bone12": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "rotation": { + "0.0": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "rotation": { + "0.0": { + "post": [2.61298, 9.65594, 15.22074], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [2.61298, 9.65594, 15.22074], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [5, 10, 7.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [5, 10, 7.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [10.96508, -54.06853, -16.6086], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0.49471, -54.82152, -3.75724], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-11.66104, -53.7882, 11.19617], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [10.96508, -54.06853, -16.6086], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-3.45304, -24.54486, 8.26498], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [6.8817, -24.09293, -16.47027], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [6.80503, -23.87553, -16.42673], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone27": { + "rotation": { + "0.0": { + "post": [2.61298, -9.65594, -15.22074], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [2.61298, -9.65594, -15.22074], + "lerp_mode": "catmullrom" + } + } + }, + "bone28": { + "rotation": { + "0.0": { + "post": [-2.61298, 9.65594, -15.22074], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-2.61298, 9.65594, -15.22074], + "lerp_mode": "catmullrom" + } + } + }, + "bone25": { + "rotation": { + "0.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 42.5], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone26": { + "rotation": { + "0.0": { + "post": [0, -15, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [0, 0, -52.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 50], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -52.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.medicham.special": { + "animation_length": 2.4167, + "bones": { + "body": { + "position": { + "0.0": { + "post": [0, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, -0.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso_lower": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [1.63042, -7.87643, -2.76964], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [11.51968, -0.52853, -1.26173], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [11.51968, -0.52853, -1.26173], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [4.01968, -0.52853, -1.26173], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [4.01968, -0.52853, -1.26173], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [1.63042, -7.87643, -2.76964], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [10.96508, -54.06853, -16.6086], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [12.43912, -16.49157, -28.10853], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [12.43912, -16.49157, -28.10853], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [10.35381, -18.75016, -19.71391], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [10.96508, -54.06853, -16.6086], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -102.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -102.5, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, -120, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, -120, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone25": { + "rotation": { + "0.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-32.5, 0, 57.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-32.5, 0, 57.5], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-15.16063, 9.45919, 52.57997], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone26": { + "rotation": { + "0.0": { + "post": [0, -15, -12.5], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, -15, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone27": { + "rotation": { + "0.0": { + "post": [2.61298, -9.65594, -15.22074], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [2.61298, -9.65594, -15.22074], + "lerp_mode": "catmullrom" + } + } + }, + "bone28": { + "rotation": { + "0.0": { + "post": [-2.61298, 9.65594, -15.22074], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-2.61298, 9.65594, -15.22074], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [10.00859, 12.28568, 27.77477], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [10.00859, 12.28568, 27.77477], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [11.31898, 77.40566, 35.05334], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [11.31898, 77.40566, 35.05334], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [0, 105, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 108.12, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 108.12, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, 105, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-32.5, 0, -40], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-32.5, 0, -40], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [5, 10, 7.5], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [5, 10, 7.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "rotation": { + "0.0": { + "post": [2.61298, 9.65594, 15.22074], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [2.61298, 9.65594, 15.22074], + "lerp_mode": "catmullrom" + } + } + }, + "bone21": { + "rotation": { + "0.0": { + "post": [-3.03513, -9.53274, 17.75313], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-3.03513, -9.53274, 17.75313], + "lerp_mode": "catmullrom" + } + } + }, + "bone13": { + "rotation": { + "0.0": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [-16.23291, 27.49973, 4.02552], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-1.23291, 27.49973, 4.02552], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-24.86626, 36.66875, -0.69644], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-16.23291, 27.49973, 4.02552], + "lerp_mode": "catmullrom" + } + } + }, + "bone12": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "rotation": { + "0.0": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.medicham.physical": { + "animation_length": 1.9167, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.2083": [0, 0, 0], + "0.6667": [0, 60, 0], + "1.7917": [0, 0, 0] + }, + "position": { + "0.0": [0, -0.5, 0], + "0.2083": [0, -1.75, 0], + "0.4583": [0, 0.25, 0], + "0.6667": [-2.75, -1, -0.5], + "0.9167": [-2.75, -2, -0.5], + "1.25": [-2.75, -2, -0.5], + "1.5417": [0, 0.25, 0], + "1.7917": [0, -0.5, 0] + } + }, + "torso_lower": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [1.63042, -7.87643, -2.76964], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [9.13042, -7.87643, -2.76964], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [9.27648, -12.81214, -3.58231], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [13.99202, -6.64587, -2.13334], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [1.63042, -7.87643, -2.76964], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [6.0963, -34.84748, -3.49226], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [11.55212, -25.55269, -2.56078], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [10.96508, -54.06853, -16.6086], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [7.35841, -29.36576, -11.3162], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [12.09063, 21.35531, -12.09063], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [10.61658, 26.17869, -24.41042], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [12.71843, -27.61646, -22.52363], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10.96508, -54.06853, -16.6086], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, -50, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -82.5, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone25": { + "rotation": { + "0.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone26": { + "rotation": { + "0.0": { + "post": [0, -15, -12.5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, -15, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone27": { + "rotation": { + "0.0": { + "post": [2.61298, -9.65594, -15.22074], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [2.61298, -9.65594, -15.22074], + "lerp_mode": "catmullrom" + } + } + }, + "bone28": { + "rotation": { + "0.0": { + "post": [-2.61298, 9.65594, -15.22074], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-2.61298, 9.65594, -15.22074], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-33.02984, -63.59484, 51.11878], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-19.42929, -43.22079, 34.48558], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-33.9121, -34.09767, 57.40932], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-16.48457, -31.3213, 29.65098], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [0, 100, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 107.5, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 67.5, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 40, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 100, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [5, 10, 7.5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [5, 10, 7.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "rotation": { + "0.0": { + "post": [2.61298, 9.65594, 15.22074], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [2.61298, 9.65594, 15.22074], + "lerp_mode": "catmullrom" + } + } + }, + "bone21": { + "rotation": { + "0.0": { + "post": [-3.03513, -9.53274, 17.75313], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-3.03513, -9.53274, 17.75313], + "lerp_mode": "catmullrom" + } + } + }, + "bone13": { + "rotation": { + "0.0": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-7.5, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-17.5, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-64.5715, -9.15498, -80.33237], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-42.35631, 29.95786, -43.90323], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-17.5, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [29, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [-16.23291, 27.49973, 4.02552], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-26.23291, 27.49973, 4.02552], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-8.80174, 26.40423, -7.12937], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-16.23291, 27.49973, 4.02552], + "lerp_mode": "catmullrom" + } + } + }, + "bone12": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [49.32185, -9.54385, 8.11019], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "rotation": { + "0.0": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.medicham.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "body": { + "position": { + "0.0": { + "post": [0, -1.75, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -1.25, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -1.75, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -1.25, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -1.75, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso_lower": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-9.05, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-9.05, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 25, -47.5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 7.5, -47.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -10, -47.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 7.5, -47.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 25, -47.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [0, -20, -5], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, -12.5, -5], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, -28.92857, -5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -20, -5], + "lerp_mode": "catmullrom" + } + } + }, + "bone25": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone26": { + "rotation": { + "0.0": { + "post": [10, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [10, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "bone27": { + "rotation": { + "0.0": { + "post": [0, -10, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -10, -15], + "lerp_mode": "catmullrom" + } + } + }, + "bone28": { + "rotation": { + "0.0": { + "post": [0, 7.5, -20], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 7.5, -20], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 17.5, 45], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -7.5, 45], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -25, 45], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -7.5, 45], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 17.5, 45], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [0, 20, 10], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 30, 10], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 14.7619, 10], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 20, 10], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": [0, 0, 10], + "1.0": [0, 0, 10] + } + }, + "bone23": { + "rotation": { + "0.0": [10, 0, 12.5], + "1.0": [10, 0, 12.5] + } + }, + "bone22": { + "rotation": { + "0.0": [0, 7.5, 15], + "1.0": [0, 7.5, 15] + } + }, + "bone21": { + "rotation": { + "0.0": [0, -7.5, 20], + "1.0": [0, -7.5, 20] + } + }, + "bone13": { + "rotation": { + "0.0": [12.5, 0, 0], + "0.25": [-30, 0, 0], + "0.5": [-27.5, 0, 0], + "0.75": [-5, 0, 0], + "1.0": [12.5, 0, 0] + } + }, + "bone16": { + "rotation": { + "0.0": [17.5, 0, 0], + "0.25": [30, 0, 0], + "0.5": [22.5, 0, 0], + "0.75": [20, 0, 0], + "1.0": [17.5, 0, 0] + } + }, + "bone17": { + "rotation": { + "0.0": [5, 0, 0], + "1.0": [5, 0, 0] + } + }, + "bone18": { + "rotation": { + "0.0": [-32.5, 0, 0], + "0.25": [0, 0, 0], + "0.75": [-22.5, 0, 0], + "1.0": [-32.5, 0, 0] + } + }, + "bone11": { + "rotation": { + "0.0": [-27.5, 0, 0], + "0.25": [5, 0, 0], + "0.5": [10, 0, 0], + "0.75": [-27.5, 0, 0], + "1.0": [-27.5, 0, 0] + } + }, + "bone12": { + "rotation": { + "0.0": [25, 0, 0], + "0.25": [20, 0, 0], + "0.5": [30, 0, 0], + "1.0": [22.5, 0, 0] + } + }, + "bone14": { + "rotation": { + "0.0": [2.5, 0, 0], + "0.5": [35, 0, 0], + "1.0": [2.5, 0, 0] + } + }, + "bone15": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-20, 0, 0], + "0.5": [-5, 0, 0], + "1.0": [0, 0, 0] + } + } + } + }, + "animation.medicham.recoil": { + "animation_length": 0.9583, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": [-7.5, 0, 0], + "0.5": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, -0.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso_lower": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [3.05, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [1.63042, -7.87643, -2.76964], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [21.63042, -7.87643, -2.76964], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [28.60009, -7.87643, -2.76964], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [1.63042, -7.87643, -2.76964], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-25.41377, 37.15855, -16.0129], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [6.42064, 12.30468, -10.78556], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "position": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, -0.25, 0] + }, + "0.9583": { + "pre": [0, -0.25, 0], + "post": [0, 0, 0] + } + }, + "scale": { + "0.0": [1, 1, 1], + "0.1667": { + "pre": [1, 1, 1], + "post": [1, 0.1, 1] + }, + "0.9583": { + "pre": [1, 0.1, 1], + "post": [1, 1, 1] + } + } + }, + "bone10": { + "position": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, -0.25, 0] + }, + "0.9583": { + "pre": [0, -0.25, 0], + "post": [0, 0, 0] + } + }, + "scale": { + "0.0": [1, 1, 1], + "0.1667": { + "pre": [1, 1, 1], + "post": [1, 0.1, 1] + }, + "0.9583": { + "pre": [1, 0.1, 1], + "post": [1, 1, 1] + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [10.96508, -54.06853, -16.6086], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [7.89201, 0.17004, -30.63716], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [6.45732, -7.02429, -8.4856], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [10.96508, -54.06853, -16.6086], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, -79.24, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, -47.5, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone25": { + "rotation": { + "0.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone26": { + "rotation": { + "0.0": { + "post": [0, -15, -12.5], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, -15, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone27": { + "rotation": { + "0.0": { + "post": [2.61298, -9.65594, -15.22074], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [2.61298, -9.65594, -15.22074], + "lerp_mode": "catmullrom" + } + } + }, + "bone28": { + "rotation": { + "0.0": { + "post": [-2.61298, 9.65594, -15.22074], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-2.61298, 9.65594, -15.22074], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [17.17679, 53.10479, 21.13216], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [10.2248, -16.74524, 6.51102], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [0, 100, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 55, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 100, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [0, 0, -52.5], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, -52.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [5, 10, 7.5], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [5, 10, 7.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "rotation": { + "0.0": { + "post": [2.61298, 9.65594, 15.22074], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [2.61298, 9.65594, 15.22074], + "lerp_mode": "catmullrom" + } + } + }, + "bone21": { + "rotation": { + "0.0": { + "post": [-3.03513, -9.53274, 17.75313], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-3.03513, -9.53274, 17.75313], + "lerp_mode": "catmullrom" + } + } + }, + "bone13": { + "rotation": { + "0.0": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [-16.23291, 27.49973, 4.02552], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-48.73291, 27.49973, 4.02552], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-20.68363, 27.49973, 4.02552], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-16.23291, 27.49973, 4.02552], + "lerp_mode": "catmullrom" + } + } + }, + "bone12": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [6.99, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "rotation": { + "0.0": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.medicham.sleep": { + "loop": true, + "animation_length": 2, + "bones": { + "torso_lower": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [9.91615, 1.29876, -7.38733], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [9.85108, -1.72794, 9.85108], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [9.91615, 1.29876, -7.38733], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "position": [0, -0.25, 0], + "scale": [1, 0.1, 1] + }, + "bone10": { + "position": [0, -0.25, 0], + "scale": [1, 0.1, 1] + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [10.73052, -46.55847, -62.12771], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-6.76015, -46.99594, -38.29273], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [10.73052, -46.55847, -62.12771], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -35], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -16.44], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + } + } + }, + "bone25": { + "rotation": { + "0.0": [0, 0, -12.5], + "2.0": [0, 0, -12.5] + } + }, + "bone26": { + "rotation": { + "0.0": { + "post": [10, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [10, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "bone27": { + "rotation": { + "0.0": { + "post": [0, -10, -15], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -10, -15], + "lerp_mode": "catmullrom" + } + } + }, + "bone28": { + "rotation": { + "0.0": { + "post": [0, 7.5, -20], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 7.5, -20], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [-2.09615, 39.95426, 41.73794], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [11.2749, 38.62478, 62.71258], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-2.09615, 39.95426, 41.73794], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 31.06], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [10, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [10, 0, 12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "rotation": { + "0.0": { + "post": [0, 7.5, 15], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 7.5, 15], + "lerp_mode": "catmullrom" + } + } + }, + "bone21": { + "rotation": { + "0.0": { + "post": [0, -7.5, 20], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -7.5, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone13": { + "rotation": { + "0.0": [0, -20, 0], + "2.0": [0, -20, 0] + } + }, + "bone11": { + "rotation": { + "0.0": [0, 20, 0], + "2.0": [0, 20, 0] + } + } + } + }, + "animation.medicham.faint": { + "animation_length": 12.5417, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": [0, 0, 0], + "0.9167": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-82.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 4.25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso_lower": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [1.63042, -7.87643, -2.76964], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [21.63042, -7.87643, -2.76964], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [45.05066, -8.19613, -2.85005], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [21.63042, -7.87643, -2.76964], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [34.02306, -0.60147, -0.93991], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-0.86958, -7.87643, -2.76964], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [6.63042, -7.87643, -2.76964], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-0.86958, -7.87643, -2.76964], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-25.41377, 37.15855, -16.0129], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [3.10926, 37.97487, -17.67641], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-25.41377, 37.15855, -16.0129], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [20.30403, 61.25604, -5.40953], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "position": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, -0.25, 0] + }, + "0.9167": { + "pre": [0, -0.25, 0], + "post": [0, -0.25, 0] + } + }, + "scale": { + "0.0": [1, 1, 1], + "0.1667": { + "pre": [1, 1, 1], + "post": [1, 0.1, 1] + }, + "0.9167": { + "pre": [1, 0.1, 1], + "post": [1, 0.1, 1] + } + } + }, + "bone10": { + "position": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, -0.25, 0] + }, + "0.9167": { + "pre": [0, -0.25, 0], + "post": [0, -0.25, 0] + } + }, + "scale": { + "0.0": [1, 1, 1], + "0.1667": { + "pre": [1, 1, 1], + "post": [1, 0.1, 1] + }, + "0.9167": { + "pre": [1, 0.1, 1], + "post": [1, 0.1, 1] + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [10.96508, -54.06853, -16.6086], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [7.89201, 0.17004, -30.63716], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [7.89201, 0.17004, -30.63716], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-7.73889, -39.6338, -23.80688], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-33.95651, 22.44516, -27.37804], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, -79.24, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -79.24, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, -29.32, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, -11.74, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone25": { + "rotation": { + "0.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone26": { + "rotation": { + "0.0": { + "post": [0, -15, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone27": { + "rotation": { + "0.0": { + "post": [2.61298, -9.65594, -15.22074], + "lerp_mode": "catmullrom" + } + } + }, + "bone28": { + "rotation": { + "0.0": { + "post": [-2.61298, 9.65594, -15.22074], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [17.17679, 53.10479, 21.13216], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [17.17679, 53.10479, 21.13216], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [16.28081, 67.2014, 27.06764], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-12.18572, -8.01845, 5.79258], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [0, 100, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 55, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 55, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 22.53, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 32.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [0, 0, -52.5], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [5, 10, 7.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "rotation": { + "0.0": { + "post": [2.61298, 9.65594, 15.22074], + "lerp_mode": "catmullrom" + } + } + }, + "bone21": { + "rotation": { + "0.0": { + "post": [-3.03513, -9.53274, 17.75313], + "lerp_mode": "catmullrom" + } + } + }, + "bone13": { + "rotation": { + "0.0": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [-16.23291, 27.49973, 4.02552], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-48.73291, 27.49973, 4.02552], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-48.73291, 27.49973, 4.02552], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-3.73291, 27.49973, 4.02552], + "lerp_mode": "catmullrom" + } + } + }, + "bone12": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "rotation": { + "0.0": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/meditite/meditite.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/meditite/meditite.animation.json new file mode 100644 index 0000000..7b364f3 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/meditite/meditite.animation.json @@ -0,0 +1,2683 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.meditite.pose": { + "animation_length": 2, + "bones": { + "bone2": { + "rotation": [-82.32091, 28.9362, 4.43762] + }, + "bone10": { + "rotation": [0, 0, -87.5], + "position": [-1, 0, 0] + }, + "bone11": { + "rotation": [0, 0, -22.5] + }, + "bone16": { + "rotation": [-443.07829, -21.37772, -362.27279] + }, + "bone17": { + "rotation": [0, 0, 82.5], + "position": [1, 0, 0] + }, + "bone18": { + "rotation": [0, 0, 22.5] + }, + "torso": { + "rotation": [15, 0, 0] + }, + "arm_right": { + "rotation": [-120.48618, -24.29037, -38.0753] + }, + "bone26": { + "rotation": [0, 0, -37.5] + }, + "bone27": { + "rotation": [0, 0, -27.5] + }, + "bone28": { + "rotation": [0.0235, -4.56456, -5.46003] + }, + "bone29": { + "rotation": [0, 20, -15] + }, + "bone30": { + "rotation": [0, -7.5, -15] + }, + "arm_left": { + "rotation": [-127.60754, 42.47539, 42.29499] + }, + "bone3": { + "rotation": [1.91757, 4.61854, 22.57734] + }, + "bone22": { + "rotation": [0, 0, 20] + }, + "bone23": { + "rotation": [25.26795, 13.54818, 30.40531] + }, + "bone25": { + "rotation": [0, -17.5, 20] + }, + "bone24": { + "rotation": [0, 15, 22.5] + } + } + }, + "animation.meditite.ground_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "position": { + "0.0": { + "post": [0, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, -0.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [-14.94548, 1.29256, 4.83045], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-14.94548, 1.29256, 4.83045], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [-14.16577, -18.17448, -0.40125], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-14.16577, -18.17448, -0.40125], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-2.5, 0, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "whole": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [3.44, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, -10, -40], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 5, -40], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, -10, -40], + "lerp_mode": "catmullrom" + } + } + }, + "bone26": { + "rotation": { + "0.0": { + "post": [0, -32.5, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, -28.49, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, -47.55, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, -32.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone28": { + "rotation": { + "0.0": { + "post": [29.84838, -18.23612, -27.83909], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [29.84838, -18.23612, -27.83909], + "lerp_mode": "catmullrom" + } + } + }, + "bone29": { + "rotation": { + "0.0": { + "post": [0, 12.5, -32.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 12.5, -32.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone30": { + "rotation": { + "0.0": { + "post": [0, -12.5, -30], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, -12.5, -30], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 7.5, 40], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -2.5, 40], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 7.5, 40], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [0, 30, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 28.39, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 47.5, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 53.07, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 30, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [13.92809, 13.77546, 17.0883], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [13.92809, 13.77546, 17.0883], + "lerp_mode": "catmullrom" + } + } + }, + "bone25": { + "rotation": { + "0.0": { + "post": [0, -10, 17.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, -10, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [0, 15, 17.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 15, 17.5], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.meditite.goomba": { + "loop": true, + "bones": { + "bone10": { + "rotation": [0, 25, 0], + "position": [-1, 0, 0] + }, + "bone17": { + "rotation": [0, -25, 0], + "position": [1, 0, 0] + }, + "whole": { + "position": [0, -5, 0] + }, + "head": { + "position": [0, -6, 0] + }, + "arm_right": { + "scale": [0, 1, -0.1] + }, + "arm_left": { + "scale": [0, 1, 0] + } + } + }, + "animation.meditite.special": { + "animation_length": 2.5, + "bones": { + "body": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [-84.76484, 34.1141, -2.18883], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-84.76484, 34.1141, -2.18883], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [3.7791, -2.29296, -100.15767], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [3.7791, -2.29296, -100.15767], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [-0.75, 0, 0], + "2.5": [-0.75, 0, 0] + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [-83.85053, -25.63365, -1.24448], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-83.85053, -25.63365, -1.24448], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [3.49821, 0.06253, 94.76804], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [3.49821, 0.06253, 94.76804], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0.75, 0, 0], + "2.5": [0.75, 0, 0] + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "eyelid_left": { + "position": { + "0.0": [0, 0, 0], + "0.5": { + "pre": [0, 0, 0], + "post": [0, 0, -1] + }, + "1.0": { + "pre": [0, 0, -1], + "post": [0, 0, -1] + }, + "1.4583": { + "pre": [0, 0, -1], + "post": [0, 0, 0] + } + } + }, + "eyelid_right": { + "position": { + "0.0": [0, 0, 0], + "0.5": { + "pre": [0, 0, 0], + "post": [0, 0, -1] + }, + "1.0": { + "pre": [0, 0, -1], + "post": [0, 0, -1] + }, + "1.4167": { + "pre": [0, 0, -1], + "post": [0, 0, 0] + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [-120.48618, -24.29037, -38.0753], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [11.97015, -48.14833, -24.44605], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [11.97015, -48.14833, -24.44605], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [22.03847, -69.76965, -36.29954], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [22.03847, -69.76965, -36.29954], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-120.48618, -24.29037, -38.0753], + "lerp_mode": "catmullrom" + } + } + }, + "bone26": { + "rotation": { + "0.0": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [44.87834, -67.87973, -53.61243], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [44.87834, -67.87973, -53.61243], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [4.47091, -4.38951, 5.75597], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [4.47091, -4.38951, 5.75597], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone27": { + "rotation": { + "0.0": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-47.10382, 5.35355, 60.95862], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-47.10382, 5.35355, 60.95862], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-12.10382, 5.35355, 60.95862], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-12.10382, 5.35355, 60.95862], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone28": { + "rotation": { + "0.0": { + "post": [0.0235, -4.56456, -5.46003], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0.0235, -4.56456, -5.46003], + "lerp_mode": "catmullrom" + } + } + }, + "bone29": { + "rotation": { + "0.0": { + "post": [0, 20, -15], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 20, -15], + "lerp_mode": "catmullrom" + } + } + }, + "bone30": { + "rotation": { + "0.0": { + "post": [0, -7.5, -15], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -7.5, -15], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [-127.60754, 42.47539, 42.29499], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [22.89307, 49.74519, 29.66712], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [22.89307, 49.74519, 29.66712], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [9.899, 70.08427, 16.75864], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [9.899, 70.08427, 16.75864], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-127.60754, 42.47539, 42.29499], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [1.91757, 4.61854, 22.57734], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-8.25453, 75.89098, -6.71117], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-8.25453, 75.89098, -6.71117], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-2.14866, 21.0179, 0.52668], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-2.14866, 21.0179, 0.52668], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [1.91757, 4.61854, 22.57734], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-20, 0, -42.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-20, 0, -42.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-20, 0, -42.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [25.26795, 13.54818, 30.40531], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [25.26795, 13.54818, 30.40531], + "lerp_mode": "catmullrom" + } + } + }, + "bone25": { + "rotation": { + "0.0": { + "post": [0, -17.5, 20], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -17.5, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [0, 15, 22.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 15, 22.5], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.meditite.physical": { + "animation_length": 1.8333, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.6667": [0, 65, 0], + "0.9167": [0, 65, 0], + "1.25": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [-84.76484, 34.1141, -2.18883], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-39.94548, 1.29256, 4.83045], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-39.94548, 1.29256, 4.83045], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-84.76484, 34.1141, -2.18883], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [3.7791, -2.29296, -100.15767], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [83.96458, -1.31961, -2.49887], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [75, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [3.7791, -2.29296, -100.15767], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [-0.75, 0, 0], + "0.2083": [-0.16, 0.75, 0], + "0.4583": [0, 0, 0], + "0.7083": [0, 0, 0], + "0.9167": [0, 0, 0], + "1.0833": [0.38, 0.25, 0], + "1.25": [-0.75, 0, 0] + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0.5, 0.25], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [-83.85053, -25.63365, -1.24448], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-2.8221, -22.72963, -32.11098], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-5.9144, -38.80877, -81.80181], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-5.9144, -38.80877, -81.80181], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-83.85053, -25.63365, -1.24448], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [3.49821, 0.06253, 94.76804], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [51.07052, -21.79394, 6.7638], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [67.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [3.49821, 0.06253, 94.76804], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0.75, 0, 0], + "0.2083": [0.27, 0.08, 0], + "0.4583": [0, 0, 0], + "0.6667": [-0.05, 0, 0], + "0.9167": [-0.05, 0, 0], + "1.25": [0.75, 0, 0] + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [15, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0.5, 0.25], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "whole": { + "rotation": { + "0.4583": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [12.54624, -4.88119, -1.08482], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [12.54624, -4.88119, -1.08482], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [17.5, -45, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [17.5, -45, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "position": { + "0.0": [0, 0, 0], + "0.3333": [0.25, 0, 0], + "0.75": [0.25, 0, 0], + "1.8333": [0, 0, 0] + } + }, + "eyelid_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.4583": { + "pre": [0, 0, 0], + "post": [0, 0, -7.5] + }, + "1.0": { + "pre": [0, 0, -7.5], + "post": [0, 0, 0] + } + }, + "position": { + "0.0": [0, 0, 0], + "0.4583": { + "pre": [0, 0, 0], + "post": [0, 1.5, -1] + }, + "1.0": { + "pre": [0, 1.5, -1], + "post": [0, 0, 0] + } + } + }, + "eyelid_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.4583": { + "pre": [0, 0, 0], + "post": [0, 0, 15] + }, + "1.0": { + "pre": [0, 0, 15], + "post": [0, 0, 0] + } + }, + "position": { + "0.0": [0, 0, 0], + "0.4583": { + "pre": [0, 0, 0], + "post": [0, 1.5, -1] + }, + "1.0": { + "pre": [0, 1.5, -1], + "post": [0, 0, 0] + } + } + }, + "bone14": { + "position": { + "0.0": [0, 0, 0], + "0.3333": [0.5, 0, 0], + "0.75": [0, 0, 0], + "1.8333": [0, 0, 0] + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [-120.48618, -24.29037, -38.0753], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 22.5, -40], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 50, -40], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 50, -40], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-120.48618, -24.29037, -38.0753], + "lerp_mode": "catmullrom" + } + } + }, + "bone26": { + "rotation": { + "0.0": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, -67.5, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, -85, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone27": { + "rotation": { + "0.0": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone28": { + "rotation": { + "0.0": { + "post": [0.0235, -4.56456, -5.46003], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [29.84838, -18.23612, -27.83909], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0.0235, -4.56456, -5.46003], + "lerp_mode": "catmullrom" + } + } + }, + "bone29": { + "rotation": { + "0.0": { + "post": [0, 20, -15], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 12.5, -32.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 20, -15], + "lerp_mode": "catmullrom" + } + } + }, + "bone30": { + "rotation": { + "0.0": { + "post": [0, -7.5, -15], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, -12.5, -30], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -7.5, -15], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [-127.60754, 42.47539, 42.29499], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, -30, 40], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-58.23514, -57.67283, 69.16696], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-35, -40, 40], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-127.60754, 42.47539, 42.29499], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [1.91757, 4.61854, 22.57734], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 62.5, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [9.91833, 89.04733, 12.98227], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [1.91757, 4.61854, 22.57734], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [25.26795, 13.54818, 30.40531], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [13.92809, 13.77546, 17.0883], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [25.26795, 13.54818, 30.40531], + "lerp_mode": "catmullrom" + } + } + }, + "bone25": { + "rotation": { + "0.0": { + "post": [0, -17.5, 20], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, -10, 17.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -17.5, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [0, 15, 22.5], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 15, 17.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 15, 22.5], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.meditite.battle_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "bone2": { + "rotation": { + "0.0": { + "post": [-84.76484, 34.1141, -2.18883], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-84.76484, 34.1141, -2.18883], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [3.7791, -2.29296, -100.15767], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [3.7791, -2.29296, -100.15767], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [-0.75, 0, 0], + "4.0": [-0.75, 0, 0] + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [-83.85053, -25.63365, -1.24448], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-83.85053, -25.63365, -1.24448], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [3.49821, 0.06253, 94.76804], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [3.49821, 0.06253, 94.76804], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0.75, 0, 0], + "4.0": [0.75, 0, 0] + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [-120.48618, -24.29037, -38.0753], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-120.48618, -24.29037, -38.0753], + "lerp_mode": "catmullrom" + } + } + }, + "bone26": { + "rotation": { + "0.0": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -57.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone27": { + "rotation": { + "0.0": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, -42.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone28": { + "rotation": { + "0.0": { + "post": [0.0235, -4.56456, -5.46003], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0.0235, -4.56456, -5.46003], + "lerp_mode": "catmullrom" + } + } + }, + "bone29": { + "rotation": { + "0.0": { + "post": [0, 20, -15], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 20, -15], + "lerp_mode": "catmullrom" + } + } + }, + "bone30": { + "rotation": { + "0.0": { + "post": [0, -7.5, -15], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, -7.5, -15], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [-127.60754, 42.47539, 42.29499], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-127.60754, 42.47539, 42.29499], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [1.91757, 4.61854, 22.57734], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [3.54002, 3.53329, 45.10922], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [1.91757, 4.61854, 22.57734], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 35], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [25.26795, 13.54818, 30.40531], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [25.26795, 13.54818, 30.40531], + "lerp_mode": "catmullrom" + } + } + }, + "bone25": { + "rotation": { + "0.0": { + "post": [0, -17.5, 20], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, -17.5, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [0, 15, 22.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 15, 22.5], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [8.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.meditite.recoil": { + "animation_length": 1, + "bones": { + "body": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [-84.76484, 34.1141, -2.18883], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-84.76484, 34.1141, -2.18883], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [3.7791, -2.29296, -100.15767], + "lerp_mode": "catmullrom" + } + }, + "position": [-0.75, 0, 0] + }, + "bone11": { + "rotation": { + "0.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [-83.85053, -25.63365, -1.24448], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-83.85053, -25.63365, -1.24448], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [3.49821, 0.06253, 94.76804], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [3.49821, 0.06253, 94.76804], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0.75, 0, 0], + "0.75": [0.75, 0, 0] + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "whole": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [8.41, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [7.07959, 4.93801, -1.60478], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-18.29388, 16.66577, -5.41615], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "eyelid_left": { + "position": { + "0.0": [0, 0, 0], + "0.2917": { + "pre": [0, 0, 0], + "post": [0, 0, -1] + }, + "0.75": { + "pre": [0, 0, -1], + "post": [0, 0, 0] + } + } + }, + "eyelid_right": { + "position": { + "0.0": [0, 0, 0], + "0.2917": { + "pre": [0, 0, 0], + "post": [0, 0, -1] + }, + "0.75": { + "pre": [0, 0, -1], + "post": [0, 0, 0] + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [-120.48618, -24.29037, -38.0753], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-37.49067, -12.36505, -24.09994], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-120.48618, -24.29037, -38.0753], + "lerp_mode": "catmullrom" + } + } + }, + "bone26": { + "rotation": { + "0.0": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone27": { + "rotation": { + "0.0": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [37.5, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone28": { + "rotation": { + "0.0": { + "post": [0.0235, -4.56456, -5.46003], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0.0235, -4.56456, -5.46003], + "lerp_mode": "catmullrom" + } + } + }, + "bone29": { + "rotation": { + "0.0": { + "post": [0, 20, -15], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 20, -15], + "lerp_mode": "catmullrom" + } + } + }, + "bone30": { + "rotation": { + "0.0": { + "post": [0, -7.5, -15], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -7.5, -15], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [-127.60754, 42.47539, 42.29499], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-52.1772, 29.59285, 20.96478], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-84.30626, 37.15081, 3.23204], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-127.60754, 42.47539, 42.29499], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [1.91757, 4.61854, 22.57734], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [1.91757, 4.61854, 22.57734], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [35, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [25.26795, 13.54818, 30.40531], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [25.26795, 13.54818, 30.40531], + "lerp_mode": "catmullrom" + } + } + }, + "bone25": { + "rotation": { + "0.0": { + "post": [0, -17.5, 20], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -17.5, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [0, 15, 22.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 15, 22.5], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.meditite.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "body": { + "position": { + "0.0": { + "post": [0, -1.25, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -1.25, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -1.25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": [-35, 0, 0], + "0.25": [5, 0, 0], + "0.5": [10, 0, 0], + "0.75": [-27.5, 0, 0], + "1.0": [-35, 0, 0] + } + }, + "bone10": { + "rotation": { + "0.0": [35, 0, 0], + "0.25": [20, 0, 0], + "0.5": [57.5, 0, 0], + "0.75": [69.38, 0, 0], + "1.0": [35, 0, 0] + } + }, + "bone11": { + "rotation": { + "0.0": [-17.5, 0, 0], + "0.25": [-5, 0, 0], + "1.0": [-17.5, 0, 0] + } + }, + "bone13": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-17.5, 0, 0], + "1.0": [5, 0, 0] + } + }, + "bone12": { + "rotation": { + "0.0": [2.5, 0, 0], + "0.25": [-15, 0, 0], + "1.0": [2.5, 0, 0] + } + }, + "bone16": { + "rotation": { + "0.0": [12.5, 0, 0], + "0.25": [-40, 0, 0], + "0.5": [-32.5, 0, 0], + "0.75": [-5, 0, 0], + "1.0": [12.5, 0, 0] + } + }, + "bone17": { + "rotation": { + "0.0": [37.5, 0, 0], + "0.25": [57.5, 0, 0], + "0.5": [30, 0, 0], + "0.75": [20, 0, 0], + "1.0": [37.5, 0, 0] + } + }, + "bone18": { + "rotation": { + "0.0": [-15, 0, 2.5], + "0.25": [-2.5, 0, 2.5], + "0.5": [0, 0, 2.5], + "0.75": [-7.5, 0, 2.5], + "1.0": [-15, 0, 2.5] + } + }, + "bone19": { + "rotation": { + "0.0": [-32.5, 0, 0], + "0.25": [-7.5, 0, 0], + "1.0": [-17.5, 0, 0] + } + }, + "bone20": { + "rotation": { + "0.0": [-17.5, 0, 0], + "0.25": [0, 0, 0], + "1.0": [-15, 0, 0] + } + }, + "whole": { + "rotation": { + "0.0": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [-5.7632, 21.8683, -53.74538], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-5.26423, 1.9588, -51.77121], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-5.44576, -17.95569, -49.90548], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-5.26423, 1.9588, -51.77121], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5.7632, 21.8683, -53.74538], + "lerp_mode": "catmullrom" + } + } + }, + "bone26": { + "rotation": { + "0.0": { + "post": [0, -32.5, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, -32.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -32.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone28": { + "rotation": { + "0.0": { + "post": [29.84838, -18.23612, -27.83909], + "lerp_mode": "catmullrom" + } + } + }, + "bone29": { + "rotation": { + "0.0": { + "post": [0, 12.5, -32.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone30": { + "rotation": { + "0.0": { + "post": [0, -12.5, -30], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [5.123, 24.43857, 53.4936], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [4.75754, -0.47158, 51.32798], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [5.07013, -17.90832, 49.80312], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [4.75754, -0.47158, 51.32798], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5.123, 24.43857, 53.4936], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [0, 30, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 45, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 30, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [13.92809, 13.77546, 17.0883], + "lerp_mode": "catmullrom" + } + } + }, + "bone25": { + "rotation": { + "0.0": { + "post": [0, -10, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [0, 15, 17.5], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.meditite.faint": { + "animation_length": 6.2917, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "1.0417": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [-84.76484, 34.1141, -2.18883], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-29.76484, 34.1141, -2.18883], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-29.76484, 34.1141, -2.18883], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-57.26484, 34.1141, -2.18883], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [3.7791, -2.29296, -100.15767], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [51.80295, -3.05291, 5.0032], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [51.80295, -3.05291, 5.0032], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [-0.75, 0, 0], + "0.3333": [0, 0, 0], + "0.625": [0, 0, 0] + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [-83.85053, -25.63365, -1.24448], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-41.03624, -3.8981, -7.97502], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-41.03624, -3.8981, -7.97502], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [3.49821, 0.06253, 94.76804], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [29.42981, 1.28313, -3.97989], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [29.42981, 1.28313, -3.97989], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0.75, 0, 0], + "0.3333": [0, 0, 0], + "0.625": [0, 0, 0] + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "whole": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [7.07959, 4.93801, -1.60478], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-18.29388, 16.66577, -5.41615], + "lerp_mode": "catmullrom" + } + } + }, + "eyelid_left": { + "position": { + "0.0": [0, 0, 0], + "0.2917": {"pre": [0, 0, 0], "post": [0, 0, -1]} + } + }, + "eyelid_right": { + "position": { + "0.0": [0, 0, 0], + "0.2917": {"pre": [0, 0, 0], "post": [0, 0, -1]} + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [-120.48618, -24.29037, -38.0753], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-37.49067, -12.36505, -24.09994], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-37.49067, -12.36505, -24.09994], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-37.10719, -4.42232, -42.65401], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-31.33239, 25.26139, -46.56084], + "lerp_mode": "catmullrom" + } + } + }, + "bone26": { + "rotation": { + "0.0": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [15, -32.5, -37.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone27": { + "rotation": { + "0.0": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [37.5, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [37.5, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [102.3679, 0, -27.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone28": { + "rotation": { + "0.0": { + "post": [0.0235, -4.56456, -5.46003], + "lerp_mode": "catmullrom" + } + } + }, + "bone29": { + "rotation": { + "0.0": { + "post": [0, 20, -15], + "lerp_mode": "catmullrom" + } + } + }, + "bone30": { + "rotation": { + "0.0": { + "post": [0, -7.5, -15], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [-127.60754, 42.47539, 42.29499], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-52.1772, 29.59285, 20.96478], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-52.1772, 29.59285, 20.96478], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-46.43866, 16.46021, 37.1288], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-41.98781, -19.92766, 48.60896], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [1.91757, 4.61854, 22.57734], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [7.10233, 24.60651, 23.29858], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [35, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [35, 0, 20], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [94.70959, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [25.26795, 13.54818, 30.40531], + "lerp_mode": "catmullrom" + } + } + }, + "bone25": { + "rotation": { + "0.0": { + "post": [0, -17.5, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [0, 15, 22.5], + "lerp_mode": "catmullrom" + } + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/megarayquaza/megarayquaza.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/megarayquaza/megarayquaza.animation.json new file mode 100644 index 0000000..47f04d3 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/megarayquaza/megarayquaza.animation.json @@ -0,0 +1,10139 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.megarayquaza.pose": { + "loop": true, + "bones": { + "body": { + "rotation": [-12.5, 0, 0], + "position": [0, 62, 0] + }, + "megarayquaza": { + "position": [0, 57, 0] + }, + "neck": { + "rotation": [20, 0, 0] + }, + "neck2": { + "rotation": [12.5, 0, 0] + }, + "head": { + "rotation": [17.5, 0, 0] + }, + "ribbon_top_right": { + "rotation": [0, -12.5, 85] + }, + "ribbon_top_right2": { + "rotation": [0, 17.5, 0] + }, + "ribbon_top_right3": { + "rotation": [0, 25, 0] + }, + "ribbon_top_right4": { + "rotation": [0, 25, 0] + }, + "ribbon_top_right5": { + "rotation": [0, -17.5, 0] + }, + "ribbon_top_right6": { + "rotation": [0, -20, 0] + }, + "ribbon_top_right7": { + "rotation": [0, -17.5, 0] + }, + "ribbon_top_right8": { + "rotation": [0, -20, 0] + }, + "ribbon_top_right9": { + "rotation": [0, 17.5, 0] + }, + "ribbon_top_right10": { + "rotation": [0, 27.5, 0] + }, + "ribbon_top_left": { + "rotation": [-25, 0, -67.5] + }, + "ribbon_top_left2": { + "rotation": [0, -17.5, 0] + }, + "ribbon_top_left3": { + "rotation": [0, -30, 0] + }, + "ribbon_top_left4": { + "rotation": [0, 17.5, 0] + }, + "ribbon_top_left5": { + "rotation": [0, 37.5, 0] + }, + "ribbon_top_left6": { + "rotation": [0, 32.5, 0] + }, + "ribbon_top_left7": { + "rotation": [0, -27.5, 0] + }, + "ribbon_top_left8": { + "rotation": [0, -27.5, 0] + }, + "ribbon_top_left9": { + "rotation": [0, -35, 0] + }, + "ribbon_top_left10": { + "rotation": [0, 37.5, 0] + }, + "ribbon_bottom_left": { + "rotation": [-8.08619, 17.07228, -3.90399] + }, + "ribbon_bottom_left2": { + "rotation": [-18.25612, 8.31087, 23.66235] + }, + "ribbon_bottom_left3": { + "rotation": [-41.5123, 10.07026, 11.17505] + }, + "ribbon_bottom_left4": { + "rotation": [-23.43148, 19.90349, -19.37626] + }, + "ribbon_bottom_left5": { + "rotation": [-40.25298, 19.58991, -15.84766] + }, + "ribbon_bottom_left6": { + "rotation": [29.57943, -0.57688, -35.4428] + }, + "ribbon_bottom_left7": { + "rotation": [12.99301, 35.49178, -68.32587] + }, + "ribbon_bottom_left8": { + "rotation": [0, 25, 0] + }, + "ribbon_bottom_left9": { + "rotation": [0, 27.5, 0] + }, + "ribbon_bottom_left10": { + "rotation": [0, 30, 0] + }, + "ribbon_bottom_left11": { + "rotation": [0, -35, 0] + }, + "ribbon_bottom_right": { + "rotation": [26.2884, -10.65433, -33.50199] + }, + "ribbon_bottom_right2": { + "rotation": [-45.36383, -16.94255, 5.06159] + }, + "ribbon_bottom_right3": { + "rotation": [-21.08502, 1.91503, 32.22403] + }, + "ribbon_bottom_right4": { + "rotation": [-38.7986, -1.67774, -1.30368] + }, + "ribbon_bottom_right5": { + "rotation": [-13.64037, -24.57559, -30.56661] + }, + "ribbon_bottom_right6": { + "rotation": [-11.76782, -4.2453, 5.4377] + }, + "ribbon_bottom_right7": { + "rotation": [15.06885, 29.14089, -56.06197] + }, + "ribbon_bottom_right8": { + "rotation": [0, 30, 0] + }, + "ribbon_bottom_right9": { + "rotation": [0, 22.5, 0] + }, + "ribbon_bottom_right10": { + "rotation": [0, 10, 0] + }, + "jaw": { + "rotation": [35.10882, 3.68425, 3.38262] + }, + "segment": { + "rotation": [-7.5, 0, 0] + }, + "segment2": { + "rotation": [-40, 0, 0] + }, + "segment3": { + "rotation": [-32.5, 0, 0] + }, + "segment4": { + "rotation": [-27.5, 0, 0] + }, + "segment5": { + "rotation": [52.5, 0, 0] + }, + "segment6": { + "rotation": [27.5, 0, 0] + }, + "segment7": { + "rotation": [22.5, 0, 0] + }, + "segment8": { + "rotation": [20, 0, 0] + }, + "segment9": { + "rotation": [21.78937, 6.27007, -21.78937] + }, + "segment10": { + "rotation": [26.66438, -3.03441, -25.00605] + }, + "segment11": { + "rotation": [-12.08504, -7.23314, 6.96377] + }, + "segment13": { + "rotation": [32.5, 0, -25] + }, + "tip": { + "rotation": [8.91439, -6.43694, -25.55065] + }, + "ribbon_tip_left": { + "rotation": [51.93035, 13.06852, -7.83517] + }, + "ribbon_tip_left2": { + "rotation": [32.5, 0, 0] + }, + "ribbon_tip_left4": { + "rotation": [29.05613, 6.60796, -16.24074] + }, + "ribbon_tip_left11": { + "rotation": [-20, 0, 0] + }, + "ribbon_tip_left12": { + "rotation": [-27.5, 0, 0] + }, + "ribbon_tip_left9": { + "rotation": [40, 0, 0] + }, + "ribbon_tip_left5": { + "rotation": [20, 0, 0] + }, + "ribbon_tip_left6": { + "rotation": [22.5, 0, 0] + }, + "ribbon_tip_left7": { + "rotation": [-12.5, 0, 0] + }, + "ribbon_tip_left8": { + "rotation": [-26.78135, -20.29348, 9.92926] + }, + "ribbon_tip_left10": { + "rotation": [28.06681, 11.06861, 5.84485] + }, + "ribbon_tip_right": { + "rotation": [57.5, 0, 0] + }, + "ribbon_tip_right2": { + "rotation": [22.5, 0, 0] + }, + "ribbon_tip_right3": { + "rotation": [25, 0, 0] + }, + "ribbon_tip_right4": { + "rotation": [25, 0, 0] + }, + "ribbon_tip_right5": { + "rotation": [33.7424, -14.6914, -9.61518] + }, + "ribbon_tip_right6": { + "rotation": [27.73121, -24.73906, -12.40748] + }, + "ribbon_tip_right7": { + "rotation": [22.5, 0, 0] + }, + "ribbon_tip_right8": { + "rotation": [7.5, 0, 0] + }, + "ribbon_tip_right9": { + "rotation": [-27.5, 0, 0] + }, + "ribbon_tip_right10": { + "rotation": [-30, 0, 0] + }, + "ribbon_tip_right11": { + "rotation": [-5, 0, 0] + }, + "ribbon_tip_right12": { + "rotation": [-77.5, 0, 0] + }, + "arm_left": { + "rotation": [27.7547, -31.8882, 44.9543] + }, + "arm_left3": { + "rotation": [0, 92.5, 0] + }, + "arm_right": { + "rotation": [20.36348, 31.88477, -42.2979] + }, + "arm_right3": { + "rotation": [0, -75, 0] + } + } + }, + "animation.megarayquaza.pose2": { + "loop": true, + "bones": { + "body": { + "rotation": [-12.5, 0, 0], + "position": [0, 62, 0] + }, + "megarayquaza": { + "position": [0, 57, 0] + }, + "neck": { + "rotation": [20, 0, 0] + }, + "neck2": { + "rotation": [12.5, 0, 0] + }, + "head": { + "rotation": [17.5, 0, 0] + }, + "jaw": { + "rotation": [35.10882, 0, 0] + }, + "segment": { + "rotation": [-7.5, 0, 0] + }, + "segment2": { + "rotation": [-40, 0, 0] + }, + "segment3": { + "rotation": [-32.5, 0, 0] + }, + "segment4": { + "rotation": [-27.5, 0, 0] + }, + "segment5": { + "rotation": [52.50467, 0, 0] + }, + "segment6": { + "rotation": [27.65212, 0, 0] + }, + "segment7": { + "rotation": [22.5134, 0, 0] + }, + "segment8": { + "rotation": [37.18867, 0, 0] + }, + "segment9": { + "rotation": [-5.99195, 0, 0] + }, + "segment10": { + "rotation": [-25.70459, 0, 0] + }, + "segment11": { + "rotation": [-15.46327, 0, 0] + }, + "segment13": { + "rotation": [23.51829, 0, 0] + }, + "tip": { + "rotation": [13.43584, 0, 0] + }, + "arm_left": { + "rotation": [27.7547, -31.8882, 44.9543] + }, + "arm_left3": { + "rotation": [0, 92.5, 0] + }, + "arm_right": { + "rotation": [20.36348, 31.88477, -42.2979] + }, + "arm_right3": { + "rotation": [0, -75, 0] + }, + "segment12": { + "rotation": [21.40242, 0, 0] + } + } + }, + "animation.megarayquaza.ground_walk": { + "loop": true, + "bones": { + "body": { + "rotation": ["math.sin(q.anim_time*120*1-160)*2", 0, 0], + "position": [0, "62+math.sin(q.anim_time*120*1-40)*12", 0] + }, + "megarayquaza": { + "position": [0, 57, 0] + }, + "neck": { + "rotation": ["math.sin(q.anim_time*120*1-160)*4", 0, 0] + }, + "neck2": { + "rotation": ["math.sin(q.anim_time*120*1-200)*6", 0, 0] + }, + "head": { + "rotation": ["math.sin(q.anim_time*120*1-200)*4", 0, 0] + }, + "jaw": { + "rotation": ["-2.5+math.sin(q.anim_time*120*1-300)*7", 0, 0] + }, + "segment": { + "rotation": ["math.sin(q.anim_time*120*1-200)*6", 0, 0] + }, + "segment2": { + "rotation": ["math.sin(q.anim_time*120*1-240)*8", 0, 0] + }, + "segment3": { + "rotation": ["math.sin(q.anim_time*120*1-280)*10", 0, 0] + }, + "segment4": { + "rotation": ["math.sin(q.anim_time*120*1-320)*12", 0, 0] + }, + "segment5": { + "rotation": ["math.sin(q.anim_time*120*1-360)*14", 0, 0] + }, + "segment6": { + "rotation": ["math.sin(q.anim_time*120*1-400)*16", 0, 0] + }, + "segment7": { + "rotation": ["0+math.sin(q.anim_time*120*1-440)*18", 0, 0] + }, + "segment8": { + "rotation": ["math.sin(q.anim_time*120*1-480)*20", 0, 0] + }, + "segment9": { + "rotation": ["math.sin(q.anim_time*120*1-520)*22", 0, 0] + }, + "segment10": { + "rotation": ["math.sin(q.anim_time*120*1-560)*24", 0, 0] + }, + "segment11": { + "rotation": ["math.sin(q.anim_time*120*1-600)*26", 0, 0] + }, + "segment13": { + "rotation": ["math.sin(q.anim_time*120*1-680)*32", 0, 0] + }, + "tip": { + "rotation": ["math.sin(q.anim_time*120*1-720)*34", 0, 0] + }, + "arm_left": { + "rotation": [49.05109, "-59.335+math.sin(q.anim_time*120*1+1)*5", 33.91244] + }, + "arm_left3": { + "rotation": [0, 27.5, 0] + }, + "arm_right": { + "rotation": [49.05109, "59.335-math.sin(q.anim_time*120*1+1)*5", -33.9124] + }, + "arm_right3": { + "rotation": [0, -17.5, 0] + }, + "segment12": { + "rotation": ["math.sin(q.anim_time*120*1-640)*28", 0, 0] + }, + "ribbon_top_right": { + "rotation": ["5.7116+math.sin(q.anim_time*120*1-40)*8", 20.26889, -9.98103] + }, + "ribbon_top_right2": { + "rotation": ["0+math.sin(q.anim_time*120*1-200)*10", 0, 0] + }, + "ribbon_top_right3": { + "rotation": ["0+math.sin(q.anim_time*120*1-240)*12", 0, 0] + }, + "ribbon_top_right4": { + "rotation": ["0+math.sin(q.anim_time*120*1-280)*14", 0, "0-math.sin(q.anim_time*120*1-280)*14"] + }, + "ribbon_top_right5": { + "rotation": ["math.sin(q.anim_time*120*1-320)*16", 0, 0] + }, + "ribbon_top_right6": { + "rotation": ["math.sin(q.anim_time*120*1-360)*18", 0, "0-math.sin(q.anim_time*120*1-280)*14"] + }, + "ribbon_top_right7": { + "rotation": ["0+math.sin(q.anim_time*120*1-400)*20", 0, 0] + }, + "ribbon_top_right8": { + "rotation": ["0+math.sin(q.anim_time*120*1-440)*22", 0, 0] + }, + "ribbon_top_right9": { + "rotation": ["0+math.sin(q.anim_time*120*1-480)*24", 0, 0] + }, + "ribbon_top_right10": { + "rotation": ["math.sin(q.anim_time*120*1-520)*26", 0, 0] + }, + "ribbon_top_left": { + "rotation": ["4.2277+math.sin(q.anim_time*120*1-40)*8", -13.55021, 6.49475] + }, + "ribbon_top_left2": { + "rotation": ["0+math.sin(q.anim_time*120*1-200)*10", 0, 0] + }, + "ribbon_top_left3": { + "rotation": ["0+math.sin(q.anim_time*120*1-240)*12", 0, 0] + }, + "ribbon_top_left4": { + "rotation": ["0+math.sin(q.anim_time*120*1-280)*14", 0, "0+math.sin(q.anim_time*120*1-280)*14"] + }, + "ribbon_top_left5": { + "rotation": ["math.sin(q.anim_time*120*1-320)*16", 0, 0] + }, + "ribbon_top_left6": { + "rotation": ["math.sin(q.anim_time*120*1-360)*18", 0, "0+math.sin(q.anim_time*120*1-280)*14"] + }, + "ribbon_top_left7": { + "rotation": ["0+math.sin(q.anim_time*120*1-400)*20", 0, 0] + }, + "ribbon_top_left8": { + "rotation": ["0+math.sin(q.anim_time*120*1-440)*22", 0, 0] + }, + "ribbon_top_left9": { + "rotation": ["0+math.sin(q.anim_time*120*1-480)*24", 0, 0] + }, + "ribbon_top_left10": { + "rotation": ["math.sin(q.anim_time*120*1-520)*26", 0, 0] + }, + "ribbon_bottom_left": { + "rotation": ["-0.0441+math.sin(q.anim_time*120*1-40)*8", 7.46964, -0.67605] + }, + "ribbon_bottom_left2": { + "rotation": ["0+math.sin(q.anim_time*120*1-200)*10", 0, 0] + }, + "ribbon_bottom_left3": { + "rotation": ["0+math.sin(q.anim_time*120*1-240)*12", 0, 0] + }, + "ribbon_bottom_left4": { + "rotation": ["0+math.sin(q.anim_time*120*1-280)*14", 0, "0+math.sin(q.anim_time*120*1-280)*14"] + }, + "ribbon_bottom_left5": { + "rotation": ["math.sin(q.anim_time*120*1-320)*16", 0, "math.sin(q.anim_time*120*1-280)*2"] + }, + "ribbon_bottom_left6": { + "rotation": ["math.sin(q.anim_time*120*1-360)*18", 0, "0+math.sin(q.anim_time*120*1-280)*14"] + }, + "ribbon_bottom_left7": { + "rotation": ["0+math.sin(q.anim_time*120*1-400)*20", 0, 0] + }, + "ribbon_bottom_left8": { + "rotation": ["0+math.sin(q.anim_time*120*1-440)*22", 0, 0] + }, + "ribbon_bottom_left9": { + "rotation": ["0+math.sin(q.anim_time*120*1-480)*24", 0, "math.sin(q.anim_time*120*1-280)*2"] + }, + "ribbon_bottom_left10": { + "rotation": ["math.sin(q.anim_time*120*1-520)*26", 0, 0] + }, + "ribbon_bottom_left11": { + "rotation": ["math.sin(q.anim_time*120*1-560)*28", 0, 0] + }, + "ribbon_bottom_right": { + "rotation": ["-0.0441+math.sin(q.anim_time*120*1-40)*8", -7.46964, 0.67604] + }, + "ribbon_bottom_right2": { + "rotation": ["0+math.sin(q.anim_time*120*1-200)*10", 0, 0] + }, + "ribbon_bottom_right3": { + "rotation": ["0+math.sin(q.anim_time*120*1-240)*12", 0, 0] + }, + "ribbon_bottom_right4": { + "rotation": ["0+math.sin(q.anim_time*120*1-280)*14", 0, "0-math.sin(q.anim_time*120*1-280)*14"] + }, + "ribbon_bottom_right5": { + "rotation": ["math.sin(q.anim_time*120*1-320)*16", 0, "-math.sin(q.anim_time*120*1-280)*2"] + }, + "ribbon_bottom_right6": { + "rotation": ["math.sin(q.anim_time*120*1-360)*18", 0, "0-math.sin(q.anim_time*120*1-280)*14"] + }, + "ribbon_bottom_right8": { + "rotation": ["0+math.sin(q.anim_time*120*1-440)*22", 0, 0] + }, + "ribbon_bottom_right9": { + "rotation": ["0+math.sin(q.anim_time*120*1-480)*24", 0, "math.sin(q.anim_time*120*1-280)*2"] + }, + "ribbon_bottom_right10": { + "rotation": ["math.sin(q.anim_time*120*1-520)*26", 0, 0] + }, + "ribbon_bottom_right11": { + "rotation": ["math.sin(q.anim_time*120*1-560)*28", 0, 0] + }, + "ribbon_tip_left": { + "rotation": ["math.sin(q.anim_time*120*1-760)*26", 0, 0] + }, + "ribbon_tip_left2": { + "rotation": ["math.sin(q.anim_time*120*1-800)*38", "math.sin(q.anim_time*120*1-800)*8", "math.sin(q.anim_time*120*1-800)*8"] + }, + "ribbon_tip_left3": { + "rotation": ["math.sin(q.anim_time*120*1-840)*40", 0, 0] + }, + "ribbon_tip_left4": { + "rotation": ["math.sin(q.anim_time*120*1-880)*42", 0, 0] + }, + "ribbon_tip_left5": { + "rotation": ["math.sin(q.anim_time*120*1-920)*44", 0, 0] + }, + "ribbon_tip_left6": { + "rotation": ["math.sin(q.anim_time*120*1-960)*46", 0, 0] + }, + "ribbon_tip_left7": { + "rotation": ["math.sin(q.anim_time*120*1-1000)*48", "math.sin(q.anim_time*120*1-1000)*8", "math.sin(q.anim_time*120*1-1000)*8"] + }, + "ribbon_tip_left8": { + "rotation": ["math.sin(q.anim_time*120*1-1040)*50", 0, 0] + }, + "ribbon_tip_left9": { + "rotation": ["math.sin(q.anim_time*120*1-1080)*52", 0, 0] + }, + "ribbon_tip_left10": { + "rotation": ["math.sin(q.anim_time*120*1-1120)*54", "math.sin(q.anim_time*120*1-800)*8", "math.sin(q.anim_time*120*1-800)*8"] + }, + "ribbon_tip_left11": { + "rotation": ["math.sin(q.anim_time*120*1-1160)*56", 0, 0] + }, + "ribbon_tip_left12": { + "rotation": ["math.sin(q.anim_time*120*1-1180)*58", 0, 0] + }, + "ribbon_tip_right": { + "rotation": ["math.sin(q.anim_time*120*1-760)*26", 0, 0] + }, + "ribbon_tip_right2": { + "rotation": ["math.sin(q.anim_time*120*1-800)*38", "-math.sin(q.anim_time*120*1-1000)*8", "-math.sin(q.anim_time*120*1-1000)*8"] + }, + "ribbon_tip_right3": { + "rotation": ["math.sin(q.anim_time*120*1-840)*40", 0, 0] + }, + "ribbon_tip_right4": { + "rotation": ["math.sin(q.anim_time*120*1-880)*42", 0, 0] + }, + "ribbon_tip_right5": { + "rotation": ["math.sin(q.anim_time*120*1-920)*44", 0, 0] + }, + "ribbon_tip_right6": { + "rotation": ["math.sin(q.anim_time*120*1-960)*46", 0, 0] + }, + "ribbon_tip_right7": { + "rotation": ["math.sin(q.anim_time*120*1-1000)*48", "-math.sin(q.anim_time*120*1-1000)*8", "-math.sin(q.anim_time*120*1-1000)*8"] + }, + "ribbon_tip_right8": { + "rotation": ["math.sin(q.anim_time*120*1-1040)*50", 0, 0] + }, + "ribbon_tip_right9": { + "rotation": ["math.sin(q.anim_time*120*1-1080)*52", 0, 0] + }, + "ribbon_tip_right10": { + "rotation": ["math.sin(q.anim_time*120*1-1120)*54", "-math.sin(q.anim_time*120*1-1000)*8", "-math.sin(q.anim_time*120*1-1000)*8"] + }, + "ribbon_tip_right11": { + "rotation": ["math.sin(q.anim_time*120*1-1160)*56", 0, 0] + }, + "ribbon_tip_right12": { + "rotation": ["math.sin(q.anim_time*120*1-1180)*58", 0, 0] + } + } + }, + "animation.megarayquaza.ground_idle": { + "loop": true, + "animation_length": 8, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 62, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-5, 66, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 70, 0], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [5, 66, 0], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [0, 62, 0], + "lerp_mode": "catmullrom" + } + } + }, + "megarayquaza": { + "position": [0, 57, 0] + }, + "neck": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [20.01754, -2.34914, -0.85553], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [20.01096, -2.05557, -0.74833], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck2": { + "rotation": [12.5, 0, 0] + }, + "head": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [35.10882, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [2.60882, 0, 0], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [35.10882, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "segment": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-7.50706, -2.4786, 0.32652], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [-7.50706, 2.4786, -0.3265], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "segment2": { + "rotation": { + "0.0": { + "post": [-40.00994, 0.12199, -0.10283], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-47.74258, -5.73853, 4.83711], + "lerp_mode": "catmullrom" + }, + "4.0417": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.0417": { + "post": [-47.74258, 5.7385, -4.8371], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [-40.00994, 0.12199, -0.10283], + "lerp_mode": "catmullrom" + } + } + }, + "segment3": { + "rotation": { + "0.0": { + "post": [-32.50013, 0.09135, -0.05823], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-32.52473, -2.10829, 1.34386], + "lerp_mode": "catmullrom" + }, + "4.0833": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.0833": { + "post": [-32.52473, 2.1083, -1.3439], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [-32.50013, 0.09135, -0.05823], + "lerp_mode": "catmullrom" + } + } + }, + "segment4": { + "rotation": { + "0.0": { + "post": [-27.43498, 0.05751, 0.06271], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.125": { + "post": [-15.1731, 1.48606, 1.62056], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [-27.43498, 0.05751, 0.06271], + "lerp_mode": "catmullrom" + } + } + }, + "segment5": { + "rotation": { + "0.0": { + "post": [52.50467, -0.4088, -0.53485], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [52.73749, 4.55749, 5.96275], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.1667": { + "post": [52.73749, -4.5575, -5.9627], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [52.50467, -0.4088, -0.53485], + "lerp_mode": "catmullrom" + } + } + }, + "segment6": { + "rotation": { + "0.0": { + "post": [27.65212, -0.2499, -0.13016], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [32.5228, 2.15434, 1.12212], + "lerp_mode": "catmullrom" + }, + "4.2083": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.2083": { + "post": [32.52235, -2.2174, -1.1549], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [27.65212, -0.2499, -0.13016], + "lerp_mode": "catmullrom" + } + } + }, + "segment7": { + "rotation": { + "0.0": { + "post": [22.5134, -1.2802, -0.53532], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [22.81179, 9.23186, 3.86032], + "lerp_mode": "catmullrom" + }, + "4.25": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.25": { + "post": [22.81179, -9.2319, -3.8603], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [22.5134, -1.2802, -0.53532], + "lerp_mode": "catmullrom" + } + } + }, + "segment8": { + "rotation": { + "0.0": { + "post": [37.18867, -1.27925, -1.02939], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [46.52211, 7.80034, 6.27683], + "lerp_mode": "catmullrom" + }, + "4.2917": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.2917": { + "post": [39.02211, -7.8003, -6.2768], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [37.18867, -1.27925, -1.02939], + "lerp_mode": "catmullrom" + } + } + }, + "segment9": { + "rotation": { + "0.0": { + "post": [-5.99195, -4.94383, 0.87285], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-33.60083, 5.72088, -0.18343], + "lerp_mode": "catmullrom" + }, + "4.3333": { + "post": [-4.85199, -4.16655, 0.90507], + "lerp_mode": "catmullrom" + }, + "6.3333": { + "post": [-26.10083, -5.7209, 0.1834], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [-5.99195, -4.94383, 0.87285], + "lerp_mode": "catmullrom" + } + } + }, + "segment10": { + "rotation": { + "0.0": { + "post": [-25.70459, 2.23547, -1.20916], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-32.88126, -8.64917, 5.03837], + "lerp_mode": "catmullrom" + }, + "4.375": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.375": { + "post": [-18.01488, 11.02758, -5.82023], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [-25.70459, 2.23547, -1.20916], + "lerp_mode": "catmullrom" + } + } + }, + "segment11": { + "rotation": { + "0.0": { + "post": [-15.46327, -3.31195, 0.24595], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-7.72944, 12.68821, 7.0753], + "lerp_mode": "catmullrom" + }, + "4.4167": { + "post": [-14.58504, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.4167": { + "post": [-17.01254, -13.99933, 3.99002], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [-15.46327, -3.31195, 0.24595], + "lerp_mode": "catmullrom" + } + } + }, + "segment13": { + "rotation": { + "0.0": { + "post": [23.51829, 1.06408, -4.52113], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [30.03504, -11.88005, 10.48203], + "lerp_mode": "catmullrom" + }, + "4.5": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.5": { + "post": [29.333, 1.0097, -16.7023], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [23.51829, 1.06408, -4.52113], + "lerp_mode": "catmullrom" + } + } + }, + "tip": { + "rotation": { + "0.0": { + "post": [13.43584, -4.42328, 9.96611], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [11.92974, 11.06933, -40.9925], + "lerp_mode": "catmullrom" + }, + "4.5417": { + "post": [13.91439, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.5417": { + "post": [11.4515, -14.37185, 27.80088], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [13.43584, -4.42328, 9.96611], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [27.7547, -31.8882, 44.9543], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [20.71861, -46.1266, 54.30347], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [27.48137, -43.05513, 44.68538], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [27.7547, -31.8882, 44.9543], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left3": { + "rotation": { + "0.0": { + "post": [0, 92.5, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 62.5, 0], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [0, 62.5, 0], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [0, 92.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [20.36348, 31.88477, -42.2979], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [14.31556, 44.40492, -50.61077], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [18.89682, 42.97399, -43.98285], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [20.36348, 31.88477, -42.2979], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right3": { + "rotation": { + "0.0": { + "post": [0, -75, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, -52.5, 0], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [0, -52.5, 0], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [0, -75, 0], + "lerp_mode": "catmullrom" + } + } + }, + "segment12": { + "rotation": { + "0.0": { + "post": [21.40242, -4.05249, -2.4654], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [32.99007, 21.36159, 13.30372], + "lerp_mode": "catmullrom" + }, + "4.4583": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.4583": { + "post": [31.34536, -12.88969, -7.7376], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [21.40242, -4.05249, -2.4654], + "lerp_mode": "catmullrom" + } + } + }, + "ribbon_top_right": { + "rotation": ["-21.7884+math.sin(q.anim_time*90*1-40)*8", 20.26889, -9.98103] + }, + "ribbon_top_right2": { + "rotation": ["0+math.sin(q.anim_time*90*1-200)*10", 0, 0] + }, + "ribbon_top_right3": { + "rotation": ["0+math.sin(q.anim_time*90*1-240)*12", 0, 0] + }, + "ribbon_top_right4": { + "rotation": ["0+math.sin(q.anim_time*90*1-280)*14", 0, "0-math.sin(q.anim_time*90*1-280)*14"] + }, + "ribbon_top_right5": { + "rotation": ["math.sin(q.anim_time*90*1-320)*16", 0, 0] + }, + "ribbon_top_right6": { + "rotation": ["math.sin(q.anim_time*90*1-360)*18", 0, "0-math.sin(q.anim_time*90*1-280)*14"] + }, + "ribbon_top_right7": { + "rotation": ["0+math.sin(q.anim_time*90*1-400)*20", 0, 0] + }, + "ribbon_top_right8": { + "rotation": ["0+math.sin(q.anim_time*90*1-440)*22", 0, 0] + }, + "ribbon_top_right9": { + "rotation": ["0+math.sin(q.anim_time*90*1-480)*24", 0, 0] + }, + "ribbon_top_right10": { + "rotation": ["math.sin(q.anim_time*90*1-520)*26", 0, 0] + }, + "ribbon_top_left": { + "rotation": ["-20.7723+math.sin(q.anim_time*90*1-40)*8", -13.55021, 6.49475] + }, + "ribbon_top_left2": { + "rotation": ["0+math.sin(q.anim_time*90*1-200)*10", 0, 0] + }, + "ribbon_top_left3": { + "rotation": ["0+math.sin(q.anim_time*90*1-240)*12", 0, 0] + }, + "ribbon_top_left4": { + "rotation": ["0+math.sin(q.anim_time*90*1-280)*14", 0, "0+math.sin(q.anim_time*90*1-280)*14"] + }, + "ribbon_top_left5": { + "rotation": ["math.sin(q.anim_time*90*1-320)*16", 0, 0] + }, + "ribbon_top_left6": { + "rotation": ["math.sin(q.anim_time*90*1-360)*18", 0, "0+math.sin(q.anim_time*90*1-280)*14"] + }, + "ribbon_top_left7": { + "rotation": ["0+math.sin(q.anim_time*90*1-400)*20", 0, 0] + }, + "ribbon_top_left8": { + "rotation": ["0+math.sin(q.anim_time*90*1-440)*22", 0, 0] + }, + "ribbon_top_left9": { + "rotation": ["0+math.sin(q.anim_time*90*1-480)*24", 0, 0] + }, + "ribbon_top_left10": { + "rotation": ["math.sin(q.anim_time*90*1-520)*26", 0, 0] + }, + "ribbon_bottom_left": { + "rotation": ["-24.2742-math.sin(q.anim_time*90*1-40)*2", "9.8578-math.sin(q.anim_time*90*1-40)*2", "11.343-math.sin(q.anim_time*90*1-40)*2"] + }, + "ribbon_bottom_left2": { + "rotation": ["1.4836-math.sin(q.anim_time*90*1-200)*3", "24.7818-math.sin(q.anim_time*90*1-200)*3", "28.81-math.sin(q.anim_time*90*1-200)*3"] + }, + "ribbon_bottom_left3": { + "rotation": [5.24037, "26.5223-math.sin(q.anim_time*90*1-240)*4", 26.8427] + }, + "ribbon_bottom_left4": { + "rotation": [-3.43148, "-16.9856-math.sin(q.anim_time*90*1-240)*5", 18.81149] + }, + "ribbon_bottom_left5": { + "rotation": ["-2.9949-math.sin(q.anim_time*90*1-280)*6", "-7.1663-math.sin(q.anim_time*90*1-280)*6", "11.5453-math.sin(q.anim_time*90*1-280)*6"] + }, + "ribbon_bottom_left6": { + "rotation": [0, "-math.sin(q.anim_time*90*1-320)*7", 0] + }, + "ribbon_bottom_left7": { + "rotation": ["-math.sin(q.anim_time*90*1-360)*8", "-math.sin(q.anim_time*90*1-360)*8", "-math.sin(q.anim_time*90*1-360)*8"] + }, + "ribbon_bottom_left8": { + "rotation": [0, "0-math.sin(q.anim_time*90*1-400)*9", 0] + }, + "ribbon_bottom_left9": { + "rotation": ["-0.1103-math.sin(q.anim_time*90*1-440)*10", "-4.9272-math.sin(q.anim_time*90*1-440)*10", "-0.8573-math.sin(q.anim_time*90*1-440)*10"] + }, + "ribbon_bottom_left10": { + "rotation": [0, "-math.sin(q.anim_time*90*1-480)*11", 0] + }, + "ribbon_bottom_left11": { + "rotation": [0, "-math.sin(q.anim_time*90*1-520)*12", 0] + }, + "ribbon_bottom_right": { + "rotation": ["-30.2647+math.sin(q.anim_time*90*1-40)*2", "-14.6255+math.sin(q.anim_time*90*1-40)*2", "-17.2889+math.sin(q.anim_time*90*1-40)*2"] + }, + "ribbon_bottom_right2": { + "rotation": ["8.682+math.sin(q.anim_time*90*1-200)*3", "-12.3992+math.sin(q.anim_time*90*1-200)*3", "-43.8108+math.sin(q.anim_time*90*1-200)*3"] + }, + "ribbon_bottom_right3": { + "rotation": [6.41232, "-19.0283+math.sin(q.anim_time*90*1-240)*4", -23.4565] + }, + "ribbon_bottom_right4": { + "rotation": [-4.27868, "14.1622+math.sin(q.anim_time*90*1-240)*5", -23.94982] + }, + "ribbon_bottom_right5": { + "rotation": ["-2.7369+math.sin(q.anim_time*90*1-280)*6", "7.2433+math.sin(q.anim_time*90*1-280)*6", "-9.9663+math.sin(q.anim_time*90*1-280)*6"] + }, + "ribbon_bottom_right6": { + "rotation": [0, "math.sin(q.anim_time*90*1-320)*7", 0] + }, + "ribbon_bottom_right7": { + "rotation": ["math.sin(q.anim_time*90*1-360)*8", "math.sin(q.anim_time*90*1-360)*8", "math.sin(q.anim_time*90*1-360)*8"] + }, + "ribbon_bottom_right8": { + "rotation": [0, "0+math.sin(q.anim_time*90*1-400)*9", 0] + }, + "ribbon_bottom_right9": { + "rotation": ["0.1103+math.sin(q.anim_time*90*1-440)*10", "4.9272+math.sin(q.anim_time*90*1-440)*10", "-0.8573+math.sin(q.anim_time*90*1-440)*10"] + }, + "ribbon_bottom_right10": { + "rotation": [0, "math.sin(q.anim_time*90*1-480)*11", 0] + }, + "ribbon_bottom_right11": { + "rotation": [0, "math.sin(q.anim_time*90*1-520)*12", 0] + }, + "ribbon_tip_left": { + "rotation": ["math.sin(q.anim_time*90*1-40)*16", "math.sin(q.anim_time*90*1-40)*8", "math.sin(q.anim_time*90*1-40)*8"] + }, + "ribbon_tip_left2": { + "rotation": ["math.sin(q.anim_time*90*1-80)*10", "math.sin(q.anim_time*90*1-80)*10", "math.sin(q.anim_time*90*1-80)*10"] + }, + "ribbon_tip_left3": { + "rotation": ["math.sin(q.anim_time*90*1-120)*12", "math.sin(q.anim_time*90*1-120)*12", "math.sin(q.anim_time*90*1-120)*12"] + }, + "ribbon_tip_left4": { + "rotation": ["math.sin(q.anim_time*90*1-160)*14", "math.sin(q.anim_time*90*1-160)*14", "math.sin(q.anim_time*90*1-160)*14"] + }, + "ribbon_tip_left5": { + "rotation": ["math.sin(q.anim_time*90*1-200)*16", "math.sin(q.anim_time*90*1-200)*16", "math.sin(q.anim_time*90*1-200)*16"] + }, + "ribbon_tip_left6": { + "rotation": ["math.sin(q.anim_time*90*1-240)*20", "math.sin(q.anim_time*90*1-240)*20", "math.sin(q.anim_time*90*1-240)*20"] + }, + "ribbon_tip_left7": { + "rotation": ["math.sin(q.anim_time*90*1-280)*24", "math.sin(q.anim_time*90*1-280)*24", "math.sin(q.anim_time*90*1-280)*24"] + }, + "ribbon_tip_left8": { + "rotation": ["math.sin(q.anim_time*90*1-320)*28", "math.sin(q.anim_time*90*1-320)*28", "math.sin(q.anim_time*90*1-320)*28"] + }, + "ribbon_tip_left9": { + "rotation": ["math.sin(q.anim_time*90*1-360)*32", "math.sin(q.anim_time*90*1-360)*32", "math.sin(q.anim_time*90*1-360)*32"] + }, + "ribbon_tip_left10": { + "rotation": ["math.sin(q.anim_time*90*1-400)*36", "math.sin(q.anim_time*90*1-400)*36", "math.sin(q.anim_time*90*1-400)*36"] + }, + "ribbon_tip_left11": { + "rotation": ["math.sin(q.anim_time*90*1-440)*40", "math.sin(q.anim_time*90*1-440)*40", "math.sin(q.anim_time*90*1-440)*40"] + }, + "ribbon_tip_left12": { + "rotation": ["math.sin(q.anim_time*90*1-480)*44", "math.sin(q.anim_time*90*1-480)*44", "math.sin(q.anim_time*90*1-480)*44"] + }, + "ribbon_tip_right": { + "rotation": ["math.sin(q.anim_time*90*1-40)*16", "math.sin(q.anim_time*90*1-40)*16", "math.sin(q.anim_time*90*1-40)*16"] + }, + "ribbon_tip_right2": { + "rotation": ["math.sin(q.anim_time*90*1-80)*10", "math.sin(q.anim_time*90*1-80)*10", "math.sin(q.anim_time*90*1-80)*10"] + }, + "ribbon_tip_right3": { + "rotation": ["math.sin(q.anim_time*90*1-120)*12", "math.sin(q.anim_time*90*1-120)*12", "math.sin(q.anim_time*90*1-120)*12"] + }, + "ribbon_tip_right4": { + "rotation": ["math.sin(q.anim_time*90*1-160)*14", "math.sin(q.anim_time*90*1-160)*14", "math.sin(q.anim_time*90*1-160)*14"] + }, + "ribbon_tip_right5": { + "rotation": ["math.sin(q.anim_time*90*1-200)*16", "math.sin(q.anim_time*90*1-200)*16", "math.sin(q.anim_time*90*1-200)*16"] + }, + "ribbon_tip_right6": { + "rotation": ["math.sin(q.anim_time*90*1-240)*20", "math.sin(q.anim_time*90*1-240)*20", "math.sin(q.anim_time*90*1-240)*20"] + }, + "ribbon_tip_right7": { + "rotation": ["math.sin(q.anim_time*90*1-280)*24", "math.sin(q.anim_time*90*1-280)*24", "math.sin(q.anim_time*90*1-280)*24"] + }, + "ribbon_tip_right8": { + "rotation": ["math.sin(q.anim_time*90*1-280)*24", "math.sin(q.anim_time*90*1-280)*24", "math.sin(q.anim_time*90*1-280)*24"] + }, + "ribbon_tip_right9": { + "rotation": ["math.sin(q.anim_time*90*1-360)*32", "math.sin(q.anim_time*90*1-360)*32", "math.sin(q.anim_time*90*1-360)*32"] + }, + "ribbon_tip_right10": { + "rotation": ["math.sin(q.anim_time*90*1-400)*36", "math.sin(q.anim_time*90*1-400)*36", "math.sin(q.anim_time*90*1-400)*36"] + }, + "ribbon_tip_right11": { + "rotation": ["math.sin(q.anim_time*90*1-440)*40", "math.sin(q.anim_time*90*1-440)*40", "math.sin(q.anim_time*90*1-440)*40"] + }, + "ribbon_tip_right12": { + "rotation": ["math.sin(q.anim_time*90*1-480)*44", "math.sin(q.anim_time*90*1-480)*44", "math.sin(q.anim_time*90*1-480)*44"] + } + } + }, + "animation.megarayquaza.cry": { + "animation_length": 8, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 62, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-1.48, 106.44, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-1.48, 106.44, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 70, 0], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [5, 66, 0], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [0, 62, 0], + "lerp_mode": "catmullrom" + } + } + }, + "megarayquaza": { + "position": { + "0.0": [0, 57, 0], + "0.75": [0, 58, 0], + "0.7917": [0, 57, 0], + "0.8333": [0, 58, 0], + "0.875": [0, 57, 0], + "0.9167": [0, 58, 0], + "0.9583": [0, 57, 0], + "1.0": [0, 58, 0], + "1.0417": [0, 57, 0], + "1.0833": [0, 58, 0], + "1.125": [0, 57, 0], + "1.1667": [0, 58, 0], + "1.2083": [0, 57, 0], + "1.25": [0, 58, 0], + "1.2917": [0, 57, 0] + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-27.4968, -0.3877, -0.14121], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-27.4968, -0.3877, -0.14121], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [20.01754, -2.34914, -0.85553], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [20.01096, -2.05557, -0.74833], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck2": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": [15, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [-9.89118, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [2.60882, 0, 0], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [35.10882, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "segment": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-47.5011, -0.73583, 0.09693], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-47.5011, -0.73583, 0.09693], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-7.50706, -2.4786, 0.32652], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [-7.50706, 2.4786, -0.3265], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "segment2": { + "rotation": { + "0.0": { + "post": [-40.00994, 0.12199, -0.10283], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-26.17431, -1.55885, 1.31398], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-26.17431, -1.55885, 1.31398], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [-47.74258, -5.73853, 4.83711], + "lerp_mode": "catmullrom" + }, + "4.0417": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.0417": { + "post": [-47.74258, 5.7385, -4.8371], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [-40.00994, 0.12199, -0.10283], + "lerp_mode": "catmullrom" + } + } + }, + "segment3": { + "rotation": { + "0.0": { + "post": [-32.50013, 0.09135, -0.05823], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-5.0037, -0.51819, 0.3303], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-5.0037, -0.51819, 0.3303], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-32.52473, -2.10829, 1.34386], + "lerp_mode": "catmullrom" + }, + "4.0833": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.0833": { + "post": [-32.52473, 2.1083, -1.3439], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [-32.50013, 0.09135, -0.05823], + "lerp_mode": "catmullrom" + } + } + }, + "segment4": { + "rotation": { + "0.0": { + "post": [-27.43498, 0.05751, 0.06271], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [12.34174, -0.05157, -0.05623], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [12.34174, -0.05157, -0.05623], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.125": { + "post": [-15.1731, 1.48606, 1.62056], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [-27.43498, 0.05751, 0.06271], + "lerp_mode": "catmullrom" + } + } + }, + "segment5": { + "rotation": { + "0.0": { + "post": [52.50467, -0.4088, -0.53485], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [25.05818, 1.38842, 1.81652], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [25.05818, 1.38842, 1.81652], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.1667": { + "post": [52.73749, -4.5575, -5.9627], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [52.50467, -0.4088, -0.53485], + "lerp_mode": "catmullrom" + } + } + }, + "segment6": { + "rotation": { + "0.0": { + "post": [27.65212, -0.2499, -0.13016], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [21.46175, 0.70791, 0.36872], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [21.46175, 0.70791, 0.36872], + "lerp_mode": "catmullrom" + }, + "4.2083": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.2083": { + "post": [32.52235, -2.2174, -1.1549], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [27.65212, -0.2499, -0.13016], + "lerp_mode": "catmullrom" + } + } + }, + "segment7": { + "rotation": { + "0.0": { + "post": [22.5134, -1.2802, -0.53532], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [21.41014, 3.62322, -1.31582], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [21.41014, 3.62322, -1.31582], + "lerp_mode": "catmullrom" + }, + "4.25": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.25": { + "post": [22.81179, -9.2319, -3.8603], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [22.5134, -1.2802, -0.53532], + "lerp_mode": "catmullrom" + } + } + }, + "segment8": { + "rotation": { + "0.0": { + "post": [37.18867, -1.27925, -1.02939], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [9.54801, -0.84351, -0.67876], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [9.54801, -0.84351, -0.67876], + "lerp_mode": "catmullrom" + }, + "4.2917": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.2917": { + "post": [39.02211, -7.8003, -6.2768], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [37.18867, -1.27925, -1.02939], + "lerp_mode": "catmullrom" + } + } + }, + "segment9": { + "rotation": { + "0.0": { + "post": [-5.99195, -4.94383, 0.87285], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2.92759, -4.9088, 0.9217], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [2.92759, -4.9088, 0.9217], + "lerp_mode": "catmullrom" + }, + "4.3333": { + "post": [-4.85199, -4.16655, 0.90507], + "lerp_mode": "catmullrom" + }, + "6.3333": { + "post": [-26.10083, -5.7209, 0.1834], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [-5.99195, -4.94383, 0.87285], + "lerp_mode": "catmullrom" + } + } + }, + "segment10": { + "rotation": { + "0.0": { + "post": [-25.70459, 2.23547, -1.20916], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [6.28934, 1.66179, -0.90928], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [6.28934, 1.66179, -0.90928], + "lerp_mode": "catmullrom" + }, + "4.375": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.375": { + "post": [-18.01488, 11.02758, -5.82023], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [-25.70459, 2.23547, -1.20916], + "lerp_mode": "catmullrom" + } + } + }, + "segment11": { + "rotation": { + "0.0": { + "post": [-15.46327, -3.31195, 0.24595], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [12.12472, -2.63069, -0.01744], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [12.12472, -2.63069, -0.01744], + "lerp_mode": "catmullrom" + }, + "4.4167": { + "post": [-14.58504, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.4167": { + "post": [-17.01254, -13.99933, 3.99002], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [-15.46327, -3.31195, 0.24595], + "lerp_mode": "catmullrom" + } + } + }, + "segment13": { + "rotation": { + "0.0": { + "post": [23.51829, 1.06408, -4.52113], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [18.12644, 1.09678, -3.76484], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [18.12644, 1.09678, -3.76484], + "lerp_mode": "catmullrom" + }, + "4.5": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.5": { + "post": [29.333, 1.0097, -16.7023], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [23.51829, 1.06408, -4.52113], + "lerp_mode": "catmullrom" + } + } + }, + "tip": { + "rotation": { + "0.0": { + "post": [13.43584, -4.42328, 9.96611], + "lerp_mode": "catmullrom" + }, + "4.5417": { + "post": [13.91439, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.5417": { + "post": [11.4515, -14.37185, 27.80088], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [13.43584, -4.42328, 9.96611], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [27.7547, -31.8882, 44.9543], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [32.37132, -28.01586, 41.24088], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [32.37132, -28.01586, 41.24088], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [20.71861, -46.1266, 54.30347], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [27.48137, -43.05513, 44.68538], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [27.7547, -31.8882, 44.9543], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left3": { + "rotation": { + "0.0": { + "post": [0, 92.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 23.92, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 23.92, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 92.5, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 62.5, 0], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [0, 62.5, 0], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [0, 92.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [20.36348, 31.88477, -42.2979], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [28.09003, 22.44268, -37.73221], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [28.09003, 22.44268, -37.73221], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [14.31556, 44.40492, -50.61077], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [18.89682, 42.97399, -43.98285], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [20.36348, 31.88477, -42.2979], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right3": { + "rotation": { + "0.0": { + "post": [0, -75, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -14.19, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, -14.19, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, -75, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, -52.5, 0], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [0, -52.5, 0], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [0, -75, 0], + "lerp_mode": "catmullrom" + } + } + }, + "segment12": { + "rotation": { + "0.0": { + "post": [21.40242, -4.05249, -2.4654], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [3.01947, -2.89292, -1.76724], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [3.01947, -2.89292, -1.76724], + "lerp_mode": "catmullrom" + }, + "4.4583": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.4583": { + "post": [31.34536, -12.88969, -7.7376], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [21.40242, -4.05249, -2.4654], + "lerp_mode": "catmullrom" + } + } + }, + "ribbon_top_right": { + "rotation": { + "0.0": ["-21.7884+math.sin(q.anim_time*360*1-40)*8", 20.26889, -9.98103], + "2.0": ["-21.7884+math.sin(q.anim_time*360*1-40)*8", 20.26889, -9.98103], + "2.75": ["-21.7884+math.sin(q.anim_time*90*1-40)*8", 20.26889, -9.98103] + } + }, + "ribbon_top_right2": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-200)*10", 0, 0], + "2.0": ["0+math.sin(q.anim_time*360*1-200)*10", 0, 0], + "2.75": ["0+math.sin(q.anim_time*90*1-200)*10", 0, 0] + } + }, + "ribbon_top_right3": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-240)*12", 0, 0], + "2.0": ["0+math.sin(q.anim_time*360*1-240)*12", 0, 0], + "2.75": ["0+math.sin(q.anim_time*90*1-240)*12", 0, 0] + } + }, + "ribbon_top_right4": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-280)*14", 0, "0-math.sin(q.anim_time*360*1-280)*14"], + "2.0": ["0+math.sin(q.anim_time*360*1-280)*14", 0, "0-math.sin(q.anim_time*360*1-280)*14"], + "2.75": ["0+math.sin(q.anim_time*90*1-280)*14", 0, "0-math.sin(q.anim_time*90*1-280)*14"] + } + }, + "ribbon_top_right5": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-320)*16", 0, 0], + "2.0": ["math.sin(q.anim_time*360*1-320)*16", 0, 0], + "2.75": ["math.sin(q.anim_time*90*1-320)*16", 0, 0] + } + }, + "ribbon_top_right6": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-360)*18", 0, "0-math.sin(q.anim_time*360*1-280)*14"], + "2.0": ["math.sin(q.anim_time*360*1-360)*18", 0, "0-math.sin(q.anim_time*360*1-280)*14"], + "2.75": ["math.sin(q.anim_time*90*1-360)*18", 0, "0-math.sin(q.anim_time*90*1-280)*14"] + } + }, + "ribbon_top_right7": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-400)*20", 0, 0], + "2.0": ["0+math.sin(q.anim_time*360*1-400)*20", 0, 0], + "2.75": ["0+math.sin(q.anim_time*90*1-400)*20", 0, 0] + } + }, + "ribbon_top_right8": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-440)*22", 0, 0], + "2.0": ["0+math.sin(q.anim_time*360*1-440)*22", 0, 0], + "2.75": ["0+math.sin(q.anim_time*90*1-440)*22", 0, 0] + } + }, + "ribbon_top_right9": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-480)*24", 0, 0], + "2.0": ["0+math.sin(q.anim_time*360*1-480)*24", 0, 0], + "2.75": ["0+math.sin(q.anim_time*90*1-480)*24", 0, 0] + } + }, + "ribbon_top_right10": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-520)*26", 0, 0], + "2.0": ["math.sin(q.anim_time*360*1-520)*26", 0, 0], + "2.75": ["math.sin(q.anim_time*90*1-520)*26", 0, 0] + } + }, + "ribbon_top_left": { + "rotation": { + "0.0": ["-20.7723+math.sin(q.anim_time*360*1-40)*8", -13.55021, 6.49475], + "2.0": ["-20.7723+math.sin(q.anim_time*360*1-40)*8", -13.55021, 6.49475], + "2.75": ["-20.7723+math.sin(q.anim_time*90*1-40)*8", -13.55021, 6.49475] + } + }, + "ribbon_top_left2": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-200)*10", 0, 0], + "2.0": ["0+math.sin(q.anim_time*360*1-200)*10", 0, 0], + "2.75": ["0+math.sin(q.anim_time*90*1-200)*10", 0, 0] + } + }, + "ribbon_top_left3": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-240)*12", 0, 0], + "2.0": ["0+math.sin(q.anim_time*360*1-240)*12", 0, 0], + "2.75": ["0+math.sin(q.anim_time*90*1-240)*12", 0, 0] + } + }, + "ribbon_top_left4": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-280)*14", 0, "0+math.sin(q.anim_time*360*1-280)*14"], + "2.0": ["0+math.sin(q.anim_time*360*1-280)*14", 0, "0+math.sin(q.anim_time*360*1-280)*14"], + "2.75": ["0+math.sin(q.anim_time*90*1-280)*14", 0, "0+math.sin(q.anim_time*90*1-280)*14"] + } + }, + "ribbon_top_left5": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-320)*16", 0, 0], + "2.0": ["math.sin(q.anim_time*360*1-320)*16", 0, 0], + "2.75": ["math.sin(q.anim_time*90*1-320)*16", 0, 0] + } + }, + "ribbon_top_left6": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-360)*18", 0, "0+math.sin(q.anim_time*360*1-280)*14"], + "2.0": ["math.sin(q.anim_time*360*1-360)*18", 0, "0+math.sin(q.anim_time*360*1-280)*14"], + "2.75": ["math.sin(q.anim_time*90*1-360)*18", 0, "0+math.sin(q.anim_time*90*1-280)*14"] + } + }, + "ribbon_top_left7": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-400)*20", 0, 0], + "2.0": ["0+math.sin(q.anim_time*360*1-400)*20", 0, 0], + "2.75": ["0+math.sin(q.anim_time*90*1-400)*20", 0, 0] + } + }, + "ribbon_top_left8": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-440)*22", 0, 0], + "2.0": ["0+math.sin(q.anim_time*360*1-440)*22", 0, 0], + "2.75": ["0+math.sin(q.anim_time*90*1-440)*22", 0, 0] + } + }, + "ribbon_top_left9": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-480)*24", 0, 0], + "2.0": ["0+math.sin(q.anim_time*360*1-480)*24", 0, 0], + "2.75": ["0+math.sin(q.anim_time*90*1-480)*24", 0, 0] + } + }, + "ribbon_top_left10": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-520)*26", 0, 0], + "2.0": ["math.sin(q.anim_time*360*1-520)*26", 0, 0], + "2.75": ["math.sin(q.anim_time*90*1-520)*26", 0, 0] + } + }, + "ribbon_bottom_left": { + "rotation": { + "0.0": ["-24.2742-math.sin(q.anim_time*360*1-40)*2", "9.8578-math.sin(q.anim_time*360*1-40)*2", "11.343-math.sin(q.anim_time*360*1-40)*2"], + "2.0": ["-24.2742-math.sin(q.anim_time*360*1-40)*2", "9.8578-math.sin(q.anim_time*360*1-40)*2", "11.343-math.sin(q.anim_time*360*1-40)*2"], + "2.75": ["-24.2742-math.sin(q.anim_time*90*1-40)*2", "9.8578-math.sin(q.anim_time*90*1-40)*2", "11.343-math.sin(q.anim_time*90*1-40)*2"] + } + }, + "ribbon_bottom_left2": { + "rotation": { + "0.0": ["1.4836-math.sin(q.anim_time*360*1-200)*4", "24.7818-math.sin(q.anim_time*360*1-200)*4", "28.81-math.sin(q.anim_time*360*1-200)*4"], + "2.0": ["1.4836-math.sin(q.anim_time*360*1-200)*4", "24.7818-math.sin(q.anim_time*360*1-200)*4", "28.81-math.sin(q.anim_time*360*1-200)*4"], + "2.75": ["1.4836-math.sin(q.anim_time*90*1-200)*3", "24.7818-math.sin(q.anim_time*90*1-200)*3", "28.81-math.sin(q.anim_time*90*1-200)*3"] + } + }, + "ribbon_bottom_left3": { + "rotation": { + "0.0": [5.24037, "26.5223-math.sin(q.anim_time*360*1-240)*6", 26.8427], + "2.0": [5.24037, "26.5223-math.sin(q.anim_time*360*1-240)*6", 26.8427], + "2.75": [5.24037, "26.5223-math.sin(q.anim_time*90*1-240)*4", 26.8427] + } + }, + "ribbon_bottom_left4": { + "rotation": { + "0.0": [-3.43148, "-16.9856-math.sin(q.anim_time*360*1-240)*8", 18.81149], + "2.0": [-3.43148, "-16.9856-math.sin(q.anim_time*360*1-240)*8", 18.81149], + "2.75": [-3.43148, "-16.9856-math.sin(q.anim_time*90*1-240)*5", 18.81149] + } + }, + "ribbon_bottom_left5": { + "rotation": { + "0.0": ["-2.9949-math.sin(q.anim_time*360*1-280)*10", "-7.1663-math.sin(q.anim_time*360*1-280)*10", "11.5453-math.sin(q.anim_time*360*1-280)*10"], + "2.0": ["-2.9949-math.sin(q.anim_time*360*1-280)*10", "-7.1663-math.sin(q.anim_time*360*1-280)*10", "11.5453-math.sin(q.anim_time*360*1-280)*10"], + "2.75": ["-2.9949-math.sin(q.anim_time*90*1-280)*6", "-7.1663-math.sin(q.anim_time*90*1-280)*6", "11.5453-math.sin(q.anim_time*90*1-280)*6"] + } + }, + "ribbon_bottom_left6": { + "rotation": { + "0.0": [0, "-math.sin(q.anim_time*360*1-320)*12", 0], + "2.0": [0, "-math.sin(q.anim_time*360*1-320)*12", 0], + "2.75": [0, "-math.sin(q.anim_time*90*1-320)*7", 0] + } + }, + "ribbon_bottom_left7": { + "rotation": { + "0.0": ["-math.sin(q.anim_time*360*1-360)*14", "-math.sin(q.anim_time*360*1-360)*14", "-math.sin(q.anim_time*360*1-360)*14"], + "2.0": ["-math.sin(q.anim_time*360*1-360)*14", "-math.sin(q.anim_time*360*1-360)*14", "-math.sin(q.anim_time*360*1-360)*14"], + "2.75": ["-math.sin(q.anim_time*90*1-360)*8", "-math.sin(q.anim_time*90*1-360)*8", "-math.sin(q.anim_time*90*1-360)*8"] + } + }, + "ribbon_bottom_left8": { + "rotation": { + "0.0": [0, "0-math.sin(q.anim_time*360*1-400)*16", 0], + "2.0": [0, "0-math.sin(q.anim_time*360*1-400)*16", 0], + "2.75": [0, "0-math.sin(q.anim_time*90*1-400)*9", 0] + } + }, + "ribbon_bottom_left9": { + "rotation": { + "0.0": ["-0.1103-math.sin(q.anim_time*360*1-440)*18", "-4.9272-math.sin(q.anim_time*360*1-440)*18", "-0.8573-math.sin(q.anim_time*360*1-440)*18"], + "2.0": ["-0.1103-math.sin(q.anim_time*360*1-440)*18", "-4.9272-math.sin(q.anim_time*360*1-440)*18", "-0.8573-math.sin(q.anim_time*360*1-440)*18"], + "2.75": ["-0.1103-math.sin(q.anim_time*90*1-440)*10", "-4.9272-math.sin(q.anim_time*90*1-440)*10", "-0.8573-math.sin(q.anim_time*90*1-440)*10"] + } + }, + "ribbon_bottom_left10": { + "rotation": { + "0.0": [0, "-math.sin(q.anim_time*360*1-480)*20", 0], + "2.0": [0, "-math.sin(q.anim_time*360*1-480)*20", 0], + "2.75": [0, "-math.sin(q.anim_time*90*1-480)*11", 0] + } + }, + "ribbon_bottom_left11": { + "rotation": { + "0.0": [0, "-math.sin(q.anim_time*360*1-520)*22", 0], + "2.0": [0, "-math.sin(q.anim_time*360*1-520)*22", 0], + "2.75": [0, "-math.sin(q.anim_time*90*1-520)*12", 0] + } + }, + "ribbon_bottom_right": { + "rotation": { + "0.0": ["-30.2647+math.sin(q.anim_time*360*1-40)*2", "-14.6255+math.sin(q.anim_time*360*1-40)*2", "-17.2889+math.sin(q.anim_time*360*1-40)*2"], + "2.0": ["-30.2647+math.sin(q.anim_time*360*1-40)*2", "-14.6255+math.sin(q.anim_time*360*1-40)*2", "-17.2889+math.sin(q.anim_time*360*1-40)*2"], + "2.75": ["-30.2647+math.sin(q.anim_time*90*1-40)*2", "-14.6255+math.sin(q.anim_time*90*1-40)*2", "-17.2889+math.sin(q.anim_time*90*1-40)*2"] + } + }, + "ribbon_bottom_right2": { + "rotation": { + "0.0": ["8.682+math.sin(q.anim_time*360*1-200)*4", "-12.3992+math.sin(q.anim_time*360*1-200)*4", "-43.8108+math.sin(q.anim_time*360*1-200)*4"], + "2.0": ["8.682+math.sin(q.anim_time*360*1-200)*4", "-12.3992+math.sin(q.anim_time*360*1-200)*4", "-43.8108+math.sin(q.anim_time*360*1-200)*4"], + "2.75": ["8.682+math.sin(q.anim_time*90*1-200)*3", "-12.3992+math.sin(q.anim_time*90*1-200)*3", "-43.8108+math.sin(q.anim_time*90*1-200)*3"] + } + }, + "ribbon_bottom_right3": { + "rotation": { + "0.0": [6.41232, "-19.0283+math.sin(q.anim_time*180*1-240)*6", -23.4565], + "2.0": [6.41232, "-19.0283+math.sin(q.anim_time*180*1-240)*6", -23.4565], + "2.75": [6.41232, "-19.0283+math.sin(q.anim_time*90*1-240)*4", -23.4565] + } + }, + "ribbon_bottom_right4": { + "rotation": { + "0.0": [-4.27868, "14.1622+math.sin(q.anim_time*360*1-240)*8", -23.94982], + "2.0": [-4.27868, "14.1622+math.sin(q.anim_time*360*1-240)*8", -23.94982], + "2.75": [-4.27868, "14.1622+math.sin(q.anim_time*90*1-240)*5", -23.94982] + } + }, + "ribbon_bottom_right5": { + "rotation": { + "0.0": ["-2.7369+math.sin(q.anim_time*360*1-280)*10", "7.2433+math.sin(q.anim_time*360*1-280)*10", "-9.9663+math.sin(q.anim_time*360*1-280)*10"], + "2.0": ["-2.7369+math.sin(q.anim_time*360*1-280)*10", "7.2433+math.sin(q.anim_time*360*1-280)*10", "-9.9663+math.sin(q.anim_time*360*1-280)*10"], + "2.75": ["-2.7369+math.sin(q.anim_time*90*1-280)*6", "7.2433+math.sin(q.anim_time*90*1-280)*6", "-9.9663+math.sin(q.anim_time*90*1-280)*6"] + } + }, + "ribbon_bottom_right6": { + "rotation": { + "0.0": [0, "math.sin(q.anim_time*360*1-320)*12", 0], + "2.0": [0, "math.sin(q.anim_time*360*1-320)*12", 0], + "2.75": [0, "math.sin(q.anim_time*90*1-320)*7", 0] + } + }, + "ribbon_bottom_right7": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-360)*14", "math.sin(q.anim_time*360*1-360)*14", "math.sin(q.anim_time*360*1-360)*14"], + "2.0": ["math.sin(q.anim_time*360*1-360)*14", "math.sin(q.anim_time*360*1-360)*14", "math.sin(q.anim_time*360*1-360)*14"], + "2.75": ["math.sin(q.anim_time*90*1-360)*8", "math.sin(q.anim_time*90*1-360)*8", "math.sin(q.anim_time*90*1-360)*8"] + } + }, + "ribbon_bottom_right8": { + "rotation": { + "0.0": [0, "0+math.sin(q.anim_time*360*1-400)*16", 0], + "2.0": [0, "0+math.sin(q.anim_time*360*1-400)*16", 0], + "2.75": [0, "0+math.sin(q.anim_time*90*1-400)*9", 0] + } + }, + "ribbon_bottom_right9": { + "rotation": { + "0.0": ["0.1103+math.sin(q.anim_time*360*1-440)*18", "4.9272+math.sin(q.anim_time*360*1-440)*18", "-0.8573+math.sin(q.anim_time*360*1-440)*18"], + "2.0": ["0.1103+math.sin(q.anim_time*360*1-440)*18", "4.9272+math.sin(q.anim_time*360*1-440)*18", "-0.8573+math.sin(q.anim_time*360*1-440)*18"], + "2.75": ["0.1103+math.sin(q.anim_time*90*1-440)*10", "4.9272+math.sin(q.anim_time*90*1-440)*10", "-0.8573+math.sin(q.anim_time*90*1-440)*10"] + } + }, + "ribbon_bottom_right10": { + "rotation": { + "0.0": [0, "math.sin(q.anim_time*360*1-480)*20", 0], + "2.0": [0, "math.sin(q.anim_time*360*1-480)*20", 0], + "2.75": [0, "math.sin(q.anim_time*90*1-480)*11", 0] + } + }, + "ribbon_bottom_right11": { + "rotation": { + "0.0": [0, "math.sin(q.anim_time*360*1-520)*22", 0], + "2.0": [0, "math.sin(q.anim_time*360*1-520)*22", 0], + "2.75": [0, "math.sin(q.anim_time*90*1-520)*12", 0] + } + }, + "ribbon_tip_left": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-40)*16", "math.sin(q.anim_time*360*1-40)*8", "math.sin(q.anim_time*360*1-40)*8"], + "1.375": ["math.sin(q.anim_time*360*1-40)*16", "math.sin(q.anim_time*360*1-40)*8", "math.sin(q.anim_time*360*1-40)*8"], + "2.75": ["math.sin(q.anim_time*90*1-40)*16", "math.sin(q.anim_time*90*1-40)*8", "math.sin(q.anim_time*90*1-40)*8"] + } + }, + "ribbon_tip_left2": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-80)*10", "math.sin(q.anim_time*360*1-80)*10", "math.sin(q.anim_time*360*1-80)*10"], + "1.375": ["math.sin(q.anim_time*360*1-80)*10", "math.sin(q.anim_time*360*1-80)*10", "math.sin(q.anim_time*360*1-80)*10"], + "2.75": ["math.sin(q.anim_time*90*1-80)*10", "math.sin(q.anim_time*90*1-80)*10", "math.sin(q.anim_time*90*1-80)*10"] + } + }, + "ribbon_tip_left3": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-120)*12", "math.sin(q.anim_time*360*1-120)*12", "math.sin(q.anim_time*360*1-120)*12"], + "1.375": ["math.sin(q.anim_time*360*1-120)*12", "math.sin(q.anim_time*360*1-120)*12", "math.sin(q.anim_time*360*1-120)*12"], + "2.75": ["math.sin(q.anim_time*90*1-120)*12", "math.sin(q.anim_time*90*1-120)*12", "math.sin(q.anim_time*90*1-120)*12"] + } + }, + "ribbon_tip_left4": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-160)*14", "math.sin(q.anim_time*360*1-160)*14", "math.sin(q.anim_time*360*1-160)*14"], + "1.375": ["math.sin(q.anim_time*360*1-160)*14", "math.sin(q.anim_time*360*1-160)*14", "math.sin(q.anim_time*360*1-160)*14"], + "2.75": ["math.sin(q.anim_time*90*1-160)*14", "math.sin(q.anim_time*90*1-160)*14", "math.sin(q.anim_time*90*1-160)*14"] + } + }, + "ribbon_tip_left5": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-200)*16", "math.sin(q.anim_time*360*1-200)*16", "math.sin(q.anim_time*360*1-200)*16"], + "1.375": ["math.sin(q.anim_time*360*1-200)*16", "math.sin(q.anim_time*360*1-200)*16", "math.sin(q.anim_time*360*1-200)*16"], + "2.75": ["math.sin(q.anim_time*90*1-200)*16", "math.sin(q.anim_time*90*1-200)*16", "math.sin(q.anim_time*90*1-200)*16"] + } + }, + "ribbon_tip_left6": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-240)*20", "math.sin(q.anim_time*360*1-240)*20", "math.sin(q.anim_time*360*1-240)*20"], + "1.375": ["math.sin(q.anim_time*360*1-240)*20", "math.sin(q.anim_time*360*1-240)*20", "math.sin(q.anim_time*360*1-240)*20"], + "2.75": ["math.sin(q.anim_time*90*1-240)*20", "math.sin(q.anim_time*90*1-240)*20", "math.sin(q.anim_time*90*1-240)*20"] + } + }, + "ribbon_tip_left7": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24"], + "1.375": ["math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24"], + "2.75": ["math.sin(q.anim_time*90*1-280)*24", "math.sin(q.anim_time*90*1-280)*24", "math.sin(q.anim_time*90*1-280)*24"] + } + }, + "ribbon_tip_left8": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-320)*28", "math.sin(q.anim_time*360*1-320)*28", "math.sin(q.anim_time*360*1-320)*28"], + "1.375": ["math.sin(q.anim_time*360*1-320)*28", "math.sin(q.anim_time*360*1-320)*28", "math.sin(q.anim_time*360*1-320)*28"], + "2.75": ["math.sin(q.anim_time*90*1-320)*28", "math.sin(q.anim_time*90*1-320)*28", "math.sin(q.anim_time*90*1-320)*28"] + } + }, + "ribbon_tip_left9": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-360)*32", "math.sin(q.anim_time*360*1-360)*32", "math.sin(q.anim_time*360*1-360)*32"], + "1.375": ["math.sin(q.anim_time*360*1-360)*32", "math.sin(q.anim_time*360*1-360)*32", "math.sin(q.anim_time*360*1-360)*32"], + "2.75": ["math.sin(q.anim_time*90*1-360)*32", "math.sin(q.anim_time*90*1-360)*32", "math.sin(q.anim_time*90*1-360)*32"] + } + }, + "ribbon_tip_left10": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-400)*36", "math.sin(q.anim_time*360*1-400)*36", "math.sin(q.anim_time*360*1-400)*36"], + "1.375": ["math.sin(q.anim_time*360*1-400)*36", "math.sin(q.anim_time*360*1-400)*36", "math.sin(q.anim_time*360*1-400)*36"], + "2.75": ["math.sin(q.anim_time*90*1-400)*36", "math.sin(q.anim_time*90*1-400)*36", "math.sin(q.anim_time*90*1-400)*36"] + } + }, + "ribbon_tip_left11": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-440)*40", "math.sin(q.anim_time*360*1-440)*40", "math.sin(q.anim_time*360*1-440)*40"], + "1.375": ["math.sin(q.anim_time*360*1-440)*40", "math.sin(q.anim_time*360*1-440)*40", "math.sin(q.anim_time*360*1-440)*40"], + "2.75": ["math.sin(q.anim_time*90*1-440)*40", "math.sin(q.anim_time*90*1-440)*40", "math.sin(q.anim_time*90*1-440)*40"] + } + }, + "ribbon_tip_left12": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-480)*44", "math.sin(q.anim_time*360*1-480)*44", "math.sin(q.anim_time*360*1-480)*44"], + "1.375": ["math.sin(q.anim_time*360*1-480)*44", "math.sin(q.anim_time*360*1-480)*44", "math.sin(q.anim_time*360*1-480)*44"], + "2.75": ["math.sin(q.anim_time*90*1-480)*44", "math.sin(q.anim_time*90*1-480)*44", "math.sin(q.anim_time*90*1-480)*44"] + } + }, + "ribbon_tip_right": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-40)*16", "math.sin(q.anim_time*360*1-40)*16", "math.sin(q.anim_time*360*1-40)*16"], + "1.375": ["math.sin(q.anim_time*360*1-40)*16", "math.sin(q.anim_time*360*1-40)*16", "math.sin(q.anim_time*360*1-40)*16"], + "2.75": ["math.sin(q.anim_time*90*1-40)*16", "math.sin(q.anim_time*90*1-40)*16", "math.sin(q.anim_time*90*1-40)*16"] + } + }, + "ribbon_tip_right2": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-80)*10", "math.sin(q.anim_time*360*1-80)*10", "math.sin(q.anim_time*360*1-80)*10"], + "1.375": ["math.sin(q.anim_time*360*1-80)*10", "math.sin(q.anim_time*360*1-80)*10", "math.sin(q.anim_time*360*1-80)*10"], + "2.75": ["math.sin(q.anim_time*90*1-80)*10", "math.sin(q.anim_time*90*1-80)*10", "math.sin(q.anim_time*90*1-80)*10"] + } + }, + "ribbon_tip_right3": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-120)*12", "math.sin(q.anim_time*360*1-120)*12", "math.sin(q.anim_time*360*1-120)*12"], + "1.375": ["math.sin(q.anim_time*360*1-120)*12", "math.sin(q.anim_time*360*1-120)*12", "math.sin(q.anim_time*360*1-120)*12"], + "2.75": ["math.sin(q.anim_time*90*1-120)*12", "math.sin(q.anim_time*90*1-120)*12", "math.sin(q.anim_time*90*1-120)*12"] + } + }, + "ribbon_tip_right4": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-160)*14", "math.sin(q.anim_time*360*1-160)*14", "math.sin(q.anim_time*360*1-160)*14"], + "1.375": ["math.sin(q.anim_time*360*1-160)*14", "math.sin(q.anim_time*360*1-160)*14", "math.sin(q.anim_time*360*1-160)*14"], + "2.75": ["math.sin(q.anim_time*90*1-160)*14", "math.sin(q.anim_time*90*1-160)*14", "math.sin(q.anim_time*90*1-160)*14"] + } + }, + "ribbon_tip_right5": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-200)*16", "math.sin(q.anim_time*360*1-200)*16", "math.sin(q.anim_time*360*1-200)*16"], + "1.375": ["math.sin(q.anim_time*360*1-200)*16", "math.sin(q.anim_time*360*1-200)*16", "math.sin(q.anim_time*360*1-200)*16"], + "2.75": ["math.sin(q.anim_time*90*1-200)*16", "math.sin(q.anim_time*90*1-200)*16", "math.sin(q.anim_time*90*1-200)*16"] + } + }, + "ribbon_tip_right6": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-240)*20", "math.sin(q.anim_time*360*1-240)*20", "math.sin(q.anim_time*360*1-240)*20"], + "1.375": ["math.sin(q.anim_time*360*1-240)*20", "math.sin(q.anim_time*360*1-240)*20", "math.sin(q.anim_time*360*1-240)*20"], + "2.75": ["math.sin(q.anim_time*90*1-240)*20", "math.sin(q.anim_time*90*1-240)*20", "math.sin(q.anim_time*90*1-240)*20"] + } + }, + "ribbon_tip_right7": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24"], + "1.375": ["math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24"], + "2.75": ["math.sin(q.anim_time*90*1-280)*24", "math.sin(q.anim_time*90*1-280)*24", "math.sin(q.anim_time*90*1-280)*24"] + } + }, + "ribbon_tip_right8": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24"], + "1.375": ["math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24"], + "2.75": ["math.sin(q.anim_time*90*1-280)*24", "math.sin(q.anim_time*90*1-280)*24", "math.sin(q.anim_time*90*1-280)*24"] + } + }, + "ribbon_tip_right9": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-360)*32", "math.sin(q.anim_time*360*1-360)*32", "math.sin(q.anim_time*360*1-360)*32"], + "1.375": ["math.sin(q.anim_time*360*1-360)*32", "math.sin(q.anim_time*360*1-360)*32", "math.sin(q.anim_time*360*1-360)*32"], + "2.75": ["math.sin(q.anim_time*90*1-360)*32", "math.sin(q.anim_time*90*1-360)*32", "math.sin(q.anim_time*90*1-360)*32"] + } + }, + "ribbon_tip_right10": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-400)*36", "math.sin(q.anim_time*360*1-400)*36", "math.sin(q.anim_time*360*1-400)*36"], + "1.375": ["math.sin(q.anim_time*360*1-400)*36", "math.sin(q.anim_time*360*1-400)*36", "math.sin(q.anim_time*360*1-400)*36"], + "2.75": ["math.sin(q.anim_time*90*1-400)*36", "math.sin(q.anim_time*90*1-400)*36", "math.sin(q.anim_time*90*1-400)*36"] + } + }, + "ribbon_tip_right11": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-440)*40", "math.sin(q.anim_time*360*1-440)*40", "math.sin(q.anim_time*360*1-440)*40"], + "1.375": ["math.sin(q.anim_time*360*1-440)*40", "math.sin(q.anim_time*360*1-440)*40", "math.sin(q.anim_time*360*1-440)*40"], + "2.75": ["math.sin(q.anim_time*90*1-440)*40", "math.sin(q.anim_time*90*1-440)*40", "math.sin(q.anim_time*90*1-440)*40"] + } + }, + "ribbon_tip_right12": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-480)*44", "math.sin(q.anim_time*360*1-480)*44", "math.sin(q.anim_time*360*1-480)*44"], + "1.375": ["math.sin(q.anim_time*360*1-480)*44", "math.sin(q.anim_time*360*1-480)*44", "math.sin(q.anim_time*360*1-480)*44"], + "2.75": ["math.sin(q.anim_time*90*1-480)*44", "math.sin(q.anim_time*90*1-480)*44", "math.sin(q.anim_time*90*1-480)*44"] + } + }, + "finger_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 12.5, 37.5], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 12.5, 37.5], + "lerp_mode": "catmullrom" + }, + "2.5": [0, 0, 0] + } + }, + "finger_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "2.5": [0, 0, 0] + } + }, + "finger_left3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -7.5, 50], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, -7.5, 50], + "lerp_mode": "catmullrom" + }, + "2.5": [0, 0, 0] + } + }, + "finger_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + }, + "2.5": [0, 0, 0] + } + }, + "finger_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "2.5": [0, 0, 0] + } + }, + "finger_right3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 10, -32.5], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 10, -32.5], + "lerp_mode": "catmullrom" + }, + "2.5": [0, 0, 0] + } + } + } + }, + "animation.megarayquaza.faint": { + "animation_length": 3.9167, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.9167": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 62, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-1.48, 106.44, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-1.51, 106.29, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-1.48, 106.44, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-1.51, 106.29, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-1.48, 106.44, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-1.51, 106.29, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-1.48, 106.44, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-1.48, 106.44, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-1.48, 100.44, 0], + "lerp_mode": "catmullrom" + }, + "3.9167": { + "post": [-1.48, 95.44, 0], + "lerp_mode": "catmullrom" + } + } + }, + "megarayquaza": { + "position": { + "0.0": [0, 57, 0], + "0.75": { + "pre": [0, 59.8, 0], + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "2.9583": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "3.0833": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "3.125": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "3.2083": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "3.2917": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "3.3333": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "3.375": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "3.4167": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "3.4583": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "3.5417": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "3.5833": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "3.625": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "3.6667": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "3.7083": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "3.9167": { + "post": [0, 57, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-27.4968, -0.3877, -0.14121], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-27.4968, -0.3877, -0.14121], + "lerp_mode": "catmullrom" + }, + "3.9167": { + "post": [-27.4968, -0.3877, -0.14121], + "lerp_mode": "catmullrom" + } + } + }, + "neck2": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": [15, 0, 0], + "3.9167": [15, 0, 0] + } + }, + "head": { + "rotation": [17.5, 0, 0] + }, + "jaw": { + "rotation": { + "0.0": { + "post": [-9.89118, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.9583": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0833": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.125": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.2083": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.2917": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.3333": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.375": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.4167": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.4583": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5417": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5833": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.625": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.6667": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.7083": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.7917": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.8333": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.875": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.9167": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "segment": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-47.5011, -0.73583, 0.09693], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-47.5011, -0.73583, 0.09693], + "lerp_mode": "catmullrom" + }, + "3.9167": { + "post": [-47.5011, -0.73583, 0.09693], + "lerp_mode": "catmullrom" + } + } + }, + "segment2": { + "rotation": { + "0.0": { + "post": [-40.00994, 0.12199, -0.10283], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-26.17431, -1.55885, 1.31398], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-26.17431, -1.55885, 1.31398], + "lerp_mode": "catmullrom" + }, + "3.9167": { + "post": [-26.17431, -1.55885, 1.31398], + "lerp_mode": "catmullrom" + } + } + }, + "segment3": { + "rotation": { + "0.0": { + "post": [-32.50013, 0.09135, -0.05823], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-5.0037, -0.51819, 0.3303], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-5.0037, -0.51819, 0.3303], + "lerp_mode": "catmullrom" + }, + "3.9167": { + "post": [-5.0037, -0.51819, 0.3303], + "lerp_mode": "catmullrom" + } + } + }, + "segment4": { + "rotation": { + "0.0": { + "post": [-27.43498, 0.05751, 0.06271], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [12.34174, -0.05157, -0.05623], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [12.34174, -0.05157, -0.05623], + "lerp_mode": "catmullrom" + }, + "3.9167": { + "post": [12.34174, -0.05157, -0.05623], + "lerp_mode": "catmullrom" + } + } + }, + "segment5": { + "rotation": { + "0.0": { + "post": [52.50467, -0.4088, -0.53485], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [25.05818, 1.38842, 1.81652], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [25.05818, 1.38842, 1.81652], + "lerp_mode": "catmullrom" + }, + "3.9167": { + "post": [25.05818, 1.38842, 1.81652], + "lerp_mode": "catmullrom" + } + } + }, + "segment6": { + "rotation": { + "0.0": { + "post": [27.65212, -0.2499, -0.13016], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [21.46175, 0.70791, 0.36872], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [21.46175, 0.70791, 0.36872], + "lerp_mode": "catmullrom" + }, + "3.9167": { + "post": [21.46175, 0.70791, 0.36872], + "lerp_mode": "catmullrom" + } + } + }, + "segment7": { + "rotation": { + "0.0": { + "post": [22.5134, -1.2802, -0.53532], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [21.41014, 3.62322, -1.31582], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [21.41014, 3.62322, -1.31582], + "lerp_mode": "catmullrom" + }, + "3.9167": { + "post": [21.41014, 3.62322, -1.31582], + "lerp_mode": "catmullrom" + } + } + }, + "segment8": { + "rotation": { + "0.0": { + "post": [37.18867, -1.27925, -1.02939], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [9.54801, -0.84351, -0.67876], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [9.54801, -0.84351, -0.67876], + "lerp_mode": "catmullrom" + }, + "3.9167": { + "post": [9.54801, -0.84351, -0.67876], + "lerp_mode": "catmullrom" + } + } + }, + "segment9": { + "rotation": { + "0.0": { + "post": [-5.99195, -4.94383, 0.87285], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2.92759, -4.9088, 0.9217], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [2.92759, -4.9088, 0.9217], + "lerp_mode": "catmullrom" + }, + "3.9167": { + "post": [2.92759, -4.9088, 0.9217], + "lerp_mode": "catmullrom" + } + } + }, + "segment10": { + "rotation": { + "0.0": { + "post": [-25.70459, 2.23547, -1.20916], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [6.28934, 1.66179, -0.90928], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [6.28934, 1.66179, -0.90928], + "lerp_mode": "catmullrom" + }, + "3.9167": { + "post": [6.28934, 1.66179, -0.90928], + "lerp_mode": "catmullrom" + } + } + }, + "segment11": { + "rotation": { + "0.0": { + "post": [-15.46327, -3.31195, 0.24595], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [12.12472, -2.63069, -0.01744], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [12.12472, -2.63069, -0.01744], + "lerp_mode": "catmullrom" + }, + "3.9167": { + "post": [12.12472, -2.63069, -0.01744], + "lerp_mode": "catmullrom" + } + } + }, + "segment13": { + "rotation": { + "0.0": { + "post": [23.51829, 1.06408, -4.52113], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [18.12644, 1.09678, -3.76484], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [18.12644, 1.09678, -3.76484], + "lerp_mode": "catmullrom" + }, + "3.9167": { + "post": [18.12644, 1.09678, -3.76484], + "lerp_mode": "catmullrom" + } + } + }, + "tip": { + "rotation": [13.43584, -4.42328, 9.96611] + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [27.7547, -31.8882, 44.9543], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [32.37132, -28.01586, 41.24088], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [32.37132, -28.01586, 41.24088], + "lerp_mode": "catmullrom" + }, + "3.9167": { + "post": [32.37132, -28.01586, 41.24088], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left3": { + "rotation": { + "0.0": { + "post": [0, 92.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 23.92, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 23.92, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 56.42, 0], + "lerp_mode": "catmullrom" + }, + "3.9167": { + "post": [0, 23.92, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [20.36348, 31.88477, -42.2979], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [28.09003, 22.44268, -37.73221], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [28.09003, 22.44268, -37.73221], + "lerp_mode": "catmullrom" + }, + "3.9167": { + "post": [28.09003, 22.44268, -37.73221], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right3": { + "rotation": { + "0.0": { + "post": [0, -75, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -14.19, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, -14.19, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, -49.19, 0], + "lerp_mode": "catmullrom" + }, + "3.9167": { + "post": [0, -14.19, 0], + "lerp_mode": "catmullrom" + } + } + }, + "segment12": { + "rotation": { + "0.0": { + "post": [21.40242, -4.05249, -2.4654], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [3.01947, -2.89292, -1.76724], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [3.01947, -2.89292, -1.76724], + "lerp_mode": "catmullrom" + }, + "3.9167": { + "post": [3.01947, -2.89292, -1.76724], + "lerp_mode": "catmullrom" + } + } + }, + "ribbon_top_right": { + "rotation": { + "0.0": ["-21.7884+math.sin(q.anim_time*360*1-40)*8", 20.26889, -9.98103], + "2.0": ["-21.7884+math.sin(q.anim_time*360*1-40)*8", 20.26889, -9.98103] + } + }, + "ribbon_top_right2": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-200)*10", 0, 0], + "2.0": ["0+math.sin(q.anim_time*360*1-200)*10", 0, 0] + } + }, + "ribbon_top_right3": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-240)*12", 0, 0], + "2.0": ["0+math.sin(q.anim_time*360*1-240)*12", 0, 0] + } + }, + "ribbon_top_right4": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-280)*14", 0, "0-math.sin(q.anim_time*360*1-280)*14"], + "2.0": ["0+math.sin(q.anim_time*360*1-280)*14", 0, "0-math.sin(q.anim_time*360*1-280)*14"] + } + }, + "ribbon_top_right5": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-320)*16", 0, 0], + "2.0": ["math.sin(q.anim_time*360*1-320)*16", 0, 0] + } + }, + "ribbon_top_right6": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-360)*18", 0, "0-math.sin(q.anim_time*360*1-280)*14"], + "2.0": ["math.sin(q.anim_time*360*1-360)*18", 0, "0-math.sin(q.anim_time*360*1-280)*14"] + } + }, + "ribbon_top_right7": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-400)*20", 0, 0], + "2.0": ["0+math.sin(q.anim_time*360*1-400)*20", 0, 0] + } + }, + "ribbon_top_right8": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-440)*22", 0, 0], + "2.0": ["0+math.sin(q.anim_time*360*1-440)*22", 0, 0] + } + }, + "ribbon_top_right9": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-480)*24", 0, 0], + "2.0": ["0+math.sin(q.anim_time*360*1-480)*24", 0, 0] + } + }, + "ribbon_top_right10": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-520)*26", 0, 0], + "2.0": ["math.sin(q.anim_time*360*1-520)*26", 0, 0] + } + }, + "ribbon_top_left": { + "rotation": { + "0.0": ["-20.7723+math.sin(q.anim_time*360*1-40)*8", -13.55021, 6.49475], + "2.0": ["-20.7723+math.sin(q.anim_time*360*1-40)*8", -13.55021, 6.49475] + } + }, + "ribbon_top_left2": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-200)*10", 0, 0], + "2.0": ["0+math.sin(q.anim_time*360*1-200)*10", 0, 0] + } + }, + "ribbon_top_left3": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-240)*12", 0, 0], + "2.0": ["0+math.sin(q.anim_time*360*1-240)*12", 0, 0] + } + }, + "ribbon_top_left4": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-280)*14", 0, "0+math.sin(q.anim_time*360*1-280)*14"], + "2.0": ["0+math.sin(q.anim_time*360*1-280)*14", 0, "0+math.sin(q.anim_time*360*1-280)*14"] + } + }, + "ribbon_top_left5": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-320)*16", 0, 0], + "2.0": ["math.sin(q.anim_time*360*1-320)*16", 0, 0] + } + }, + "ribbon_top_left6": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-360)*18", 0, "0+math.sin(q.anim_time*360*1-280)*14"], + "2.0": ["math.sin(q.anim_time*360*1-360)*18", 0, "0+math.sin(q.anim_time*360*1-280)*14"] + } + }, + "ribbon_top_left7": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-400)*20", 0, 0], + "2.0": ["0+math.sin(q.anim_time*360*1-400)*20", 0, 0] + } + }, + "ribbon_top_left8": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-440)*22", 0, 0], + "2.0": ["0+math.sin(q.anim_time*360*1-440)*22", 0, 0] + } + }, + "ribbon_top_left9": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-480)*24", 0, 0], + "2.0": ["0+math.sin(q.anim_time*360*1-480)*24", 0, 0] + } + }, + "ribbon_top_left10": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-520)*26", 0, 0], + "2.0": ["math.sin(q.anim_time*360*1-520)*26", 0, 0] + } + }, + "ribbon_bottom_left": { + "rotation": { + "0.0": ["-24.2742-math.sin(q.anim_time*360*1-40)*2", "9.8578-math.sin(q.anim_time*360*1-40)*2", "11.343-math.sin(q.anim_time*360*1-40)*2"], + "2.0": ["-24.2742-math.sin(q.anim_time*360*1-40)*2", "9.8578-math.sin(q.anim_time*360*1-40)*2", "11.343-math.sin(q.anim_time*360*1-40)*2"] + } + }, + "ribbon_bottom_left2": { + "rotation": { + "0.0": ["1.4836-math.sin(q.anim_time*360*1-200)*4", "24.7818-math.sin(q.anim_time*360*1-200)*4", "28.81-math.sin(q.anim_time*360*1-200)*4"], + "2.0": ["1.4836-math.sin(q.anim_time*360*1-200)*4", "24.7818-math.sin(q.anim_time*360*1-200)*4", "28.81-math.sin(q.anim_time*360*1-200)*4"] + } + }, + "ribbon_bottom_left3": { + "rotation": { + "0.0": [5.24037, "26.5223-math.sin(q.anim_time*360*1-240)*6", 26.8427], + "2.0": [5.24037, "26.5223-math.sin(q.anim_time*360*1-240)*6", 26.8427] + } + }, + "ribbon_bottom_left4": { + "rotation": { + "0.0": [-3.43148, "-16.9856-math.sin(q.anim_time*360*1-240)*8", 18.81149], + "2.0": [-3.43148, "-16.9856-math.sin(q.anim_time*360*1-240)*8", 18.81149] + } + }, + "ribbon_bottom_left5": { + "rotation": { + "0.0": ["-2.9949-math.sin(q.anim_time*360*1-280)*10", "-7.1663-math.sin(q.anim_time*360*1-280)*10", "11.5453-math.sin(q.anim_time*360*1-280)*10"], + "2.0": ["-2.9949-math.sin(q.anim_time*360*1-280)*10", "-7.1663-math.sin(q.anim_time*360*1-280)*10", "11.5453-math.sin(q.anim_time*360*1-280)*10"] + } + }, + "ribbon_bottom_left6": { + "rotation": { + "0.0": [0, "-math.sin(q.anim_time*360*1-320)*12", 0], + "2.0": [0, "-math.sin(q.anim_time*360*1-320)*12", 0] + } + }, + "ribbon_bottom_left7": { + "rotation": { + "0.0": ["-math.sin(q.anim_time*360*1-360)*14", "-math.sin(q.anim_time*360*1-360)*14", "-math.sin(q.anim_time*360*1-360)*14"], + "2.0": ["-math.sin(q.anim_time*360*1-360)*14", "-math.sin(q.anim_time*360*1-360)*14", "-math.sin(q.anim_time*360*1-360)*14"] + } + }, + "ribbon_bottom_left8": { + "rotation": { + "0.0": [0, "0-math.sin(q.anim_time*360*1-400)*16", 0], + "2.0": [0, "0-math.sin(q.anim_time*360*1-400)*16", 0] + } + }, + "ribbon_bottom_left9": { + "rotation": { + "0.0": ["-0.1103-math.sin(q.anim_time*360*1-440)*18", "-4.9272-math.sin(q.anim_time*360*1-440)*18", "-0.8573-math.sin(q.anim_time*360*1-440)*18"], + "2.0": ["-0.1103-math.sin(q.anim_time*360*1-440)*18", "-4.9272-math.sin(q.anim_time*360*1-440)*18", "-0.8573-math.sin(q.anim_time*360*1-440)*18"] + } + }, + "ribbon_bottom_left10": { + "rotation": { + "0.0": [0, "-math.sin(q.anim_time*360*1-480)*20", 0], + "2.0": [0, "-math.sin(q.anim_time*360*1-480)*20", 0] + } + }, + "ribbon_bottom_left11": { + "rotation": { + "0.0": [0, "-math.sin(q.anim_time*360*1-520)*22", 0], + "2.0": [0, "-math.sin(q.anim_time*360*1-520)*22", 0] + } + }, + "ribbon_bottom_right": { + "rotation": { + "0.0": ["-30.2647+math.sin(q.anim_time*360*1-40)*2", "-14.6255+math.sin(q.anim_time*360*1-40)*2", "-17.2889+math.sin(q.anim_time*360*1-40)*2"], + "2.0": ["-30.2647+math.sin(q.anim_time*360*1-40)*2", "-14.6255+math.sin(q.anim_time*360*1-40)*2", "-17.2889+math.sin(q.anim_time*360*1-40)*2"] + } + }, + "ribbon_bottom_right2": { + "rotation": { + "0.0": ["8.682+math.sin(q.anim_time*360*1-200)*4", "-12.3992+math.sin(q.anim_time*360*1-200)*4", "-43.8108+math.sin(q.anim_time*360*1-200)*4"], + "2.0": ["8.682+math.sin(q.anim_time*360*1-200)*4", "-12.3992+math.sin(q.anim_time*360*1-200)*4", "-43.8108+math.sin(q.anim_time*360*1-200)*4"] + } + }, + "ribbon_bottom_right3": { + "rotation": { + "0.0": [6.41232, "-19.0283+math.sin(q.anim_time*180*1-240)*6", -23.4565], + "2.0": [6.41232, "-19.0283+math.sin(q.anim_time*180*1-240)*6", -23.4565] + } + }, + "ribbon_bottom_right4": { + "rotation": { + "0.0": [-4.27868, "14.1622+math.sin(q.anim_time*360*1-240)*8", -23.94982], + "2.0": [-4.27868, "14.1622+math.sin(q.anim_time*360*1-240)*8", -23.94982] + } + }, + "ribbon_bottom_right5": { + "rotation": { + "0.0": ["-2.7369+math.sin(q.anim_time*360*1-280)*10", "7.2433+math.sin(q.anim_time*360*1-280)*10", "-9.9663+math.sin(q.anim_time*360*1-280)*10"], + "2.0": ["-2.7369+math.sin(q.anim_time*360*1-280)*10", "7.2433+math.sin(q.anim_time*360*1-280)*10", "-9.9663+math.sin(q.anim_time*360*1-280)*10"] + } + }, + "ribbon_bottom_right6": { + "rotation": { + "0.0": [0, "math.sin(q.anim_time*360*1-320)*12", 0], + "2.0": [0, "math.sin(q.anim_time*360*1-320)*12", 0] + } + }, + "ribbon_bottom_right7": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-360)*14", "math.sin(q.anim_time*360*1-360)*14", "math.sin(q.anim_time*360*1-360)*14"], + "2.0": ["math.sin(q.anim_time*360*1-360)*14", "math.sin(q.anim_time*360*1-360)*14", "math.sin(q.anim_time*360*1-360)*14"] + } + }, + "ribbon_bottom_right8": { + "rotation": { + "0.0": [0, "0+math.sin(q.anim_time*360*1-400)*16", 0], + "2.0": [0, "0+math.sin(q.anim_time*360*1-400)*16", 0] + } + }, + "ribbon_bottom_right9": { + "rotation": { + "0.0": ["0.1103+math.sin(q.anim_time*360*1-440)*18", "4.9272+math.sin(q.anim_time*360*1-440)*18", "-0.8573+math.sin(q.anim_time*360*1-440)*18"], + "2.0": ["0.1103+math.sin(q.anim_time*360*1-440)*18", "4.9272+math.sin(q.anim_time*360*1-440)*18", "-0.8573+math.sin(q.anim_time*360*1-440)*18"] + } + }, + "ribbon_bottom_right10": { + "rotation": { + "0.0": [0, "math.sin(q.anim_time*360*1-480)*20", 0], + "2.0": [0, "math.sin(q.anim_time*360*1-480)*20", 0] + } + }, + "ribbon_bottom_right11": { + "rotation": { + "0.0": [0, "math.sin(q.anim_time*360*1-520)*22", 0], + "2.0": [0, "math.sin(q.anim_time*360*1-520)*22", 0] + } + }, + "ribbon_tip_left": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-40)*16", "math.sin(q.anim_time*360*1-40)*8", "math.sin(q.anim_time*360*1-40)*8"], + "1.375": ["math.sin(q.anim_time*360*1-40)*16", "math.sin(q.anim_time*360*1-40)*8", "math.sin(q.anim_time*360*1-40)*8"] + } + }, + "ribbon_tip_left2": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-80)*10", "math.sin(q.anim_time*360*1-80)*10", "math.sin(q.anim_time*360*1-80)*10"], + "1.375": ["math.sin(q.anim_time*360*1-80)*10", "math.sin(q.anim_time*360*1-80)*10", "math.sin(q.anim_time*360*1-80)*10"] + } + }, + "ribbon_tip_left3": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-120)*12", "math.sin(q.anim_time*360*1-120)*12", "math.sin(q.anim_time*360*1-120)*12"], + "1.375": ["math.sin(q.anim_time*360*1-120)*12", "math.sin(q.anim_time*360*1-120)*12", "math.sin(q.anim_time*360*1-120)*12"] + } + }, + "ribbon_tip_left4": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-160)*14", "math.sin(q.anim_time*360*1-160)*14", "math.sin(q.anim_time*360*1-160)*14"], + "1.375": ["math.sin(q.anim_time*360*1-160)*14", "math.sin(q.anim_time*360*1-160)*14", "math.sin(q.anim_time*360*1-160)*14"] + } + }, + "ribbon_tip_left5": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-200)*16", "math.sin(q.anim_time*360*1-200)*16", "math.sin(q.anim_time*360*1-200)*16"], + "1.375": ["math.sin(q.anim_time*360*1-200)*16", "math.sin(q.anim_time*360*1-200)*16", "math.sin(q.anim_time*360*1-200)*16"] + } + }, + "ribbon_tip_left6": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-240)*20", "math.sin(q.anim_time*360*1-240)*20", "math.sin(q.anim_time*360*1-240)*20"], + "1.375": ["math.sin(q.anim_time*360*1-240)*20", "math.sin(q.anim_time*360*1-240)*20", "math.sin(q.anim_time*360*1-240)*20"] + } + }, + "ribbon_tip_left7": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24"], + "1.375": ["math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24"] + } + }, + "ribbon_tip_left8": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-320)*28", "math.sin(q.anim_time*360*1-320)*28", "math.sin(q.anim_time*360*1-320)*28"], + "1.375": ["math.sin(q.anim_time*360*1-320)*28", "math.sin(q.anim_time*360*1-320)*28", "math.sin(q.anim_time*360*1-320)*28"] + } + }, + "ribbon_tip_left9": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-360)*32", "math.sin(q.anim_time*360*1-360)*32", "math.sin(q.anim_time*360*1-360)*32"], + "1.375": ["math.sin(q.anim_time*360*1-360)*32", "math.sin(q.anim_time*360*1-360)*32", "math.sin(q.anim_time*360*1-360)*32"] + } + }, + "ribbon_tip_left10": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-400)*36", "math.sin(q.anim_time*360*1-400)*36", "math.sin(q.anim_time*360*1-400)*36"], + "1.375": ["math.sin(q.anim_time*360*1-400)*36", "math.sin(q.anim_time*360*1-400)*36", "math.sin(q.anim_time*360*1-400)*36"] + } + }, + "ribbon_tip_left11": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-440)*40", "math.sin(q.anim_time*360*1-440)*40", "math.sin(q.anim_time*360*1-440)*40"], + "1.375": ["math.sin(q.anim_time*360*1-440)*40", "math.sin(q.anim_time*360*1-440)*40", "math.sin(q.anim_time*360*1-440)*40"] + } + }, + "ribbon_tip_left12": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-480)*44", "math.sin(q.anim_time*360*1-480)*44", "math.sin(q.anim_time*360*1-480)*44"], + "1.375": ["math.sin(q.anim_time*360*1-480)*44", "math.sin(q.anim_time*360*1-480)*44", "math.sin(q.anim_time*360*1-480)*44"] + } + }, + "ribbon_tip_right": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-40)*16", "math.sin(q.anim_time*360*1-40)*16", "math.sin(q.anim_time*360*1-40)*16"], + "1.375": ["math.sin(q.anim_time*360*1-40)*16", "math.sin(q.anim_time*360*1-40)*16", "math.sin(q.anim_time*360*1-40)*16"] + } + }, + "ribbon_tip_right2": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-80)*10", "math.sin(q.anim_time*360*1-80)*10", "math.sin(q.anim_time*360*1-80)*10"], + "1.375": ["math.sin(q.anim_time*360*1-80)*10", "math.sin(q.anim_time*360*1-80)*10", "math.sin(q.anim_time*360*1-80)*10"] + } + }, + "ribbon_tip_right3": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-120)*12", "math.sin(q.anim_time*360*1-120)*12", "math.sin(q.anim_time*360*1-120)*12"], + "1.375": ["math.sin(q.anim_time*360*1-120)*12", "math.sin(q.anim_time*360*1-120)*12", "math.sin(q.anim_time*360*1-120)*12"] + } + }, + "ribbon_tip_right4": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-160)*14", "math.sin(q.anim_time*360*1-160)*14", "math.sin(q.anim_time*360*1-160)*14"], + "1.375": ["math.sin(q.anim_time*360*1-160)*14", "math.sin(q.anim_time*360*1-160)*14", "math.sin(q.anim_time*360*1-160)*14"] + } + }, + "ribbon_tip_right5": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-200)*16", "math.sin(q.anim_time*360*1-200)*16", "math.sin(q.anim_time*360*1-200)*16"], + "1.375": ["math.sin(q.anim_time*360*1-200)*16", "math.sin(q.anim_time*360*1-200)*16", "math.sin(q.anim_time*360*1-200)*16"] + } + }, + "ribbon_tip_right6": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-240)*20", "math.sin(q.anim_time*360*1-240)*20", "math.sin(q.anim_time*360*1-240)*20"], + "1.375": ["math.sin(q.anim_time*360*1-240)*20", "math.sin(q.anim_time*360*1-240)*20", "math.sin(q.anim_time*360*1-240)*20"] + } + }, + "ribbon_tip_right7": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24"], + "1.375": ["math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24"] + } + }, + "ribbon_tip_right8": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24"], + "1.375": ["math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24"] + } + }, + "ribbon_tip_right9": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-360)*32", "math.sin(q.anim_time*360*1-360)*32", "math.sin(q.anim_time*360*1-360)*32"], + "1.375": ["math.sin(q.anim_time*360*1-360)*32", "math.sin(q.anim_time*360*1-360)*32", "math.sin(q.anim_time*360*1-360)*32"] + } + }, + "ribbon_tip_right10": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-400)*36", "math.sin(q.anim_time*360*1-400)*36", "math.sin(q.anim_time*360*1-400)*36"], + "1.375": ["math.sin(q.anim_time*360*1-400)*36", "math.sin(q.anim_time*360*1-400)*36", "math.sin(q.anim_time*360*1-400)*36"] + } + }, + "ribbon_tip_right11": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-440)*40", "math.sin(q.anim_time*360*1-440)*40", "math.sin(q.anim_time*360*1-440)*40"], + "1.375": ["math.sin(q.anim_time*360*1-440)*40", "math.sin(q.anim_time*360*1-440)*40", "math.sin(q.anim_time*360*1-440)*40"] + } + }, + "ribbon_tip_right12": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-480)*44", "math.sin(q.anim_time*360*1-480)*44", "math.sin(q.anim_time*360*1-480)*44"], + "1.375": ["math.sin(q.anim_time*360*1-480)*44", "math.sin(q.anim_time*360*1-480)*44", "math.sin(q.anim_time*360*1-480)*44"] + } + }, + "finger_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 12.5, 37.5], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 12.5, 37.5], + "lerp_mode": "catmullrom" + }, + "3.9167": { + "post": [0, 12.5, 37.5], + "lerp_mode": "catmullrom" + } + } + }, + "finger_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "3.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "finger_left3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -7.5, 50], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, -7.5, 50], + "lerp_mode": "catmullrom" + }, + "3.9167": { + "post": [0, -7.5, 50], + "lerp_mode": "catmullrom" + } + } + }, + "finger_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + }, + "3.9167": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + } + } + }, + "finger_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "3.9167": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + } + } + }, + "finger_right3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 10, -32.5], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 10, -32.5], + "lerp_mode": "catmullrom" + }, + "3.9167": { + "post": [0, 10, -32.5], + "lerp_mode": "catmullrom" + } + } + }, + "iris_right": { + "position": [1, 0, 0] + }, + "iris_left": { + "position": [-1, 0, 0] + } + } + }, + "animation.megarayquaza.special_attack": { + "animation_length": 2.4583, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [26.78, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [26.78, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 62, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-0.21, 111.81, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-0.25, 27.49, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-0.25, 27.49, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 62, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, 62, 0], + "lerp_mode": "catmullrom" + } + } + }, + "megarayquaza": { + "position": { + "0.0": [0, 57, 0], + "0.75": { + "pre": [0, 59.8, 0], + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": [0, 57, 0] + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-27.4968, -0.3877, -0.14121], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-27.4968, -0.3877, -0.14121], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck2": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [5.14, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": [15, 0, 0], + "2.25": { + "pre": [12.5, 0, 0], + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": [17.5, 0, 0], + "0.9167": [0, 0, 0], + "1.75": [0, 0, 0], + "2.25": [17.5, 0, 0], + "2.4583": [17.5, 0, 0] + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [-9.89118, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [-9.89118, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "segment": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-47.5011, -0.73583, 0.09693], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-40.45897, -0.79019, 0.10409], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-40.45897, -0.79019, 0.10409], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "segment2": { + "rotation": { + "0.0": { + "post": [-40.00994, 0.12199, -0.10283], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-26.17431, -1.55885, 1.31398], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-12.81937, -1.68188, 1.41769], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-12.81937, -1.68188, 1.41769], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-40.00994, 0.12199, -0.10283], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [-40.00994, 0.12199, -0.10283], + "lerp_mode": "catmullrom" + } + } + }, + "segment3": { + "rotation": { + "0.0": { + "post": [-32.50013, 0.09135, -0.05823], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-5.0037, -0.51819, 0.3303], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-0.46693, -0.56334, 0.35908], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-0.46693, -0.56334, 0.35908], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-32.50013, 0.09135, -0.05823], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [-32.50013, 0.09135, -0.05823], + "lerp_mode": "catmullrom" + } + } + }, + "segment4": { + "rotation": { + "0.0": { + "post": [-27.43498, 0.05751, 0.06271], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [12.34174, -0.05157, -0.05623], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [17.78569, -0.05961, -0.06501], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [17.78569, -0.05961, -0.06501], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-27.43498, 0.05751, 0.06271], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [-27.43498, 0.05751, 0.06271], + "lerp_mode": "catmullrom" + } + } + }, + "segment5": { + "rotation": { + "0.0": { + "post": [52.50467, -0.4088, -0.53485], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [25.05818, 1.38842, 1.81652], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [15.52511, 1.52155, 1.9907], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [15.52511, 1.52155, 1.9907], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [52.50467, -0.4088, -0.53485], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [52.50467, -0.4088, -0.53485], + "lerp_mode": "catmullrom" + } + } + }, + "segment6": { + "rotation": { + "0.0": { + "post": [27.65212, -0.2499, -0.13016], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [21.46175, 0.70791, 0.36872], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-1.4968, 0.77886, 0.40568], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-1.4968, 0.77886, 0.40568], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [27.65212, -0.2499, -0.13016], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [27.65212, -0.2499, -0.13016], + "lerp_mode": "catmullrom" + } + } + }, + "segment7": { + "rotation": { + "0.0": { + "post": [22.5134, -1.2802, -0.53532], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [21.41014, 3.62322, -1.31582], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [1.32842, 3.98643, -1.37363], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [1.32842, 3.98643, -1.37363], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [22.5134, -1.2802, -0.53532], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [22.5134, -1.2802, -0.53532], + "lerp_mode": "catmullrom" + } + } + }, + "segment8": { + "rotation": { + "0.0": { + "post": [37.18867, -1.27925, -1.02939], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [9.54801, -0.84351, -0.67876], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0.00056, -0.81123, -0.65279], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0.00056, -0.81123, -0.65279], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [37.18867, -1.27925, -1.02939], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [37.18867, -1.27925, -1.02939], + "lerp_mode": "catmullrom" + } + } + }, + "segment9": { + "rotation": { + "0.0": { + "post": [-5.99195, -4.94383, 0.87285], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2.92759, -4.9088, 0.9217], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-3.9117, -4.90621, 0.92532], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-3.9117, -4.90621, 0.92532], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-5.99195, -4.94383, 0.87285], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [-5.99195, -4.94383, 0.87285], + "lerp_mode": "catmullrom" + } + } + }, + "segment10": { + "rotation": { + "0.0": { + "post": [-25.70459, 2.23547, -1.20916], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [6.28934, 1.66179, -0.90928], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [3.65926, 1.6193, -0.88707], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [3.65926, 1.6193, -0.88707], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-25.70459, 2.23547, -1.20916], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [-25.70459, 2.23547, -1.20916], + "lerp_mode": "catmullrom" + } + } + }, + "segment11": { + "rotation": { + "0.0": { + "post": [-15.46327, -3.31195, 0.24595], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [12.12472, -2.63069, -0.01744], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [1.66827, -2.58023, -0.03695], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [1.66827, -2.58023, -0.03695], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-15.46327, -3.31195, 0.24595], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [-15.46327, -3.31195, 0.24595], + "lerp_mode": "catmullrom" + } + } + }, + "segment13": { + "rotation": { + "0.0": { + "post": [23.51829, 1.06408, -4.52113], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [18.12644, 1.09678, -3.76484], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [2.72705, 1.0992, -3.70881], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [2.72705, 1.0992, -3.70881], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [23.51829, 1.06408, -4.52113], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [23.51829, 1.06408, -4.52113], + "lerp_mode": "catmullrom" + } + } + }, + "tip": { + "rotation": { + "0.0": [13.43584, -4.42328, 9.96611], + "1.0833": [20.93584, -4.42328, 9.96611], + "1.75": [20.93584, -4.42328, 9.96611], + "2.25": [13.43584, -4.42328, 9.96611], + "2.4583": [13.43584, -4.42328, 9.96611] + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [27.7547, -31.8882, 44.9543], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [32.37132, -28.01586, 41.24088], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [41.97443, -61.81457, 34.79707], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [32.37132, -28.01586, 41.24088], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [27.7547, -31.8882, 44.9543], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left3": { + "rotation": { + "0.0": { + "post": [0, 92.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 23.92, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 23.92, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, 92.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [20.36348, 31.88477, -42.2979], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [28.09003, 22.44268, -37.73221], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [27.5612, 47.48566, -44.56995], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [28.09003, 22.44268, -37.73221], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [20.36348, 31.88477, -42.2979], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right3": { + "rotation": { + "0.0": { + "post": [0, -75, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -14.19, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, -14.19, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, -75, 0], + "lerp_mode": "catmullrom" + } + } + }, + "segment12": { + "rotation": { + "0.0": { + "post": [21.40242, -4.05249, -2.4654], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [3.01947, -2.89292, -1.76724], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-8.34223, -2.80703, -1.71552], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-8.34223, -2.80703, -1.71552], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [21.40242, -4.05249, -2.4654], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [21.40242, -4.05249, -2.4654], + "lerp_mode": "catmullrom" + } + } + }, + "ribbon_top_right": { + "rotation": { + "0.0": ["-21.7884+math.sin(q.anim_time*360*1-40)*8", 20.26889, -9.98103], + "2.0": ["-21.7884+math.sin(q.anim_time*360*1-40)*8", 20.26889, -9.98103], + "2.4583": ["-21.7884+math.sin(q.anim_time*360*1-40)*8", 20.26889, -9.98103] + } + }, + "ribbon_top_right2": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-200)*10", 0, 0], + "2.0": ["0+math.sin(q.anim_time*360*1-200)*10", 0, 0], + "2.4583": ["0+math.sin(q.anim_time*360*1-200)*10", 0, 0] + } + }, + "ribbon_top_right3": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-240)*12", 0, 0], + "2.0": ["0+math.sin(q.anim_time*360*1-240)*12", 0, 0], + "2.4583": ["0+math.sin(q.anim_time*360*1-240)*12", 0, 0] + } + }, + "ribbon_top_right4": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-280)*14", 0, "0-math.sin(q.anim_time*360*1-280)*14"], + "2.0": ["0+math.sin(q.anim_time*360*1-280)*14", 0, "0-math.sin(q.anim_time*360*1-280)*14"], + "2.4583": ["0+math.sin(q.anim_time*360*1-280)*14", 0, "0-math.sin(q.anim_time*360*1-280)*14"] + } + }, + "ribbon_top_right5": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-320)*16", 0, 0], + "2.0": ["math.sin(q.anim_time*360*1-320)*16", 0, 0], + "2.4583": ["math.sin(q.anim_time*360*1-320)*16", 0, 0] + } + }, + "ribbon_top_right6": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-360)*18", 0, "0-math.sin(q.anim_time*360*1-280)*14"], + "2.0": ["math.sin(q.anim_time*360*1-360)*18", 0, "0-math.sin(q.anim_time*360*1-280)*14"], + "2.4583": ["math.sin(q.anim_time*360*1-360)*18", 0, "0-math.sin(q.anim_time*360*1-280)*14"] + } + }, + "ribbon_top_right7": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-400)*20", 0, 0], + "2.0": ["0+math.sin(q.anim_time*360*1-400)*20", 0, 0], + "2.4583": ["0+math.sin(q.anim_time*360*1-400)*20", 0, 0] + } + }, + "ribbon_top_right8": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-440)*22", 0, 0], + "2.0": ["0+math.sin(q.anim_time*360*1-440)*22", 0, 0], + "2.4583": ["0+math.sin(q.anim_time*360*1-440)*22", 0, 0] + } + }, + "ribbon_top_right9": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-480)*24", 0, 0], + "2.0": ["0+math.sin(q.anim_time*360*1-480)*24", 0, 0], + "2.4583": ["0+math.sin(q.anim_time*360*1-480)*24", 0, 0] + } + }, + "ribbon_top_right10": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-520)*26", 0, 0], + "2.0": ["math.sin(q.anim_time*360*1-520)*26", 0, 0], + "2.4583": ["math.sin(q.anim_time*360*1-520)*26", 0, 0] + } + }, + "ribbon_top_left": { + "rotation": { + "0.0": ["-20.7723+math.sin(q.anim_time*360*1-40)*8", -13.55021, 6.49475], + "2.0": ["-20.7723+math.sin(q.anim_time*360*1-40)*8", -13.55021, 6.49475], + "2.4583": ["-20.7723+math.sin(q.anim_time*360*1-40)*8", -13.55021, 6.49475] + } + }, + "ribbon_top_left2": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-200)*10", 0, 0], + "2.0": ["0+math.sin(q.anim_time*360*1-200)*10", 0, 0], + "2.4583": ["0+math.sin(q.anim_time*360*1-200)*10", 0, 0] + } + }, + "ribbon_top_left3": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-240)*12", 0, 0], + "2.0": ["0+math.sin(q.anim_time*360*1-240)*12", 0, 0], + "2.4583": ["0+math.sin(q.anim_time*360*1-240)*12", 0, 0] + } + }, + "ribbon_top_left4": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-280)*14", 0, "0+math.sin(q.anim_time*360*1-280)*14"], + "2.0": ["0+math.sin(q.anim_time*360*1-280)*14", 0, "0+math.sin(q.anim_time*360*1-280)*14"], + "2.4583": ["0+math.sin(q.anim_time*360*1-280)*14", 0, "0+math.sin(q.anim_time*360*1-280)*14"] + } + }, + "ribbon_top_left5": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-320)*16", 0, 0], + "2.0": ["math.sin(q.anim_time*360*1-320)*16", 0, 0], + "2.4583": ["math.sin(q.anim_time*360*1-320)*16", 0, 0] + } + }, + "ribbon_top_left6": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-360)*18", 0, "0+math.sin(q.anim_time*360*1-280)*14"], + "2.0": ["math.sin(q.anim_time*360*1-360)*18", 0, "0+math.sin(q.anim_time*360*1-280)*14"], + "2.4583": ["math.sin(q.anim_time*360*1-360)*18", 0, "0+math.sin(q.anim_time*360*1-280)*14"] + } + }, + "ribbon_top_left7": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-400)*20", 0, 0], + "2.0": ["0+math.sin(q.anim_time*360*1-400)*20", 0, 0], + "2.4583": ["0+math.sin(q.anim_time*360*1-400)*20", 0, 0] + } + }, + "ribbon_top_left8": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-440)*22", 0, 0], + "2.0": ["0+math.sin(q.anim_time*360*1-440)*22", 0, 0], + "2.4583": ["0+math.sin(q.anim_time*360*1-440)*22", 0, 0] + } + }, + "ribbon_top_left9": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-480)*24", 0, 0], + "2.0": ["0+math.sin(q.anim_time*360*1-480)*24", 0, 0], + "2.4583": ["0+math.sin(q.anim_time*360*1-480)*24", 0, 0] + } + }, + "ribbon_top_left10": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-520)*26", 0, 0], + "2.0": ["math.sin(q.anim_time*360*1-520)*26", 0, 0], + "2.4583": ["math.sin(q.anim_time*360*1-520)*26", 0, 0] + } + }, + "ribbon_bottom_left": { + "rotation": { + "0.0": ["-11.7742-math.sin(q.anim_time*360*1-40)*2", "9.8578-math.sin(q.anim_time*360*1-40)*2", "11.343-math.sin(q.anim_time*360*1-40)*2"], + "2.4583": ["-11.7742-math.sin(q.anim_time*360*1-40)*2", "9.8578-math.sin(q.anim_time*360*1-40)*2", "11.343-math.sin(q.anim_time*360*1-40)*2"] + } + }, + "ribbon_bottom_left2": { + "rotation": { + "0.0": ["1.4836-math.sin(q.anim_time*360*1-200)*4", "24.7818-math.sin(q.anim_time*360*1-200)*4", "28.81-math.sin(q.anim_time*360*1-200)*4"], + "2.0": ["1.4836-math.sin(q.anim_time*360*1-200)*4", "24.7818-math.sin(q.anim_time*360*1-200)*4", "28.81-math.sin(q.anim_time*360*1-200)*4"], + "2.4583": ["1.4836-math.sin(q.anim_time*360*1-200)*4", "24.7818-math.sin(q.anim_time*360*1-200)*4", "28.81-math.sin(q.anim_time*360*1-200)*4"] + } + }, + "ribbon_bottom_left3": { + "rotation": { + "0.0": [5.24037, "26.5223-math.sin(q.anim_time*360*1-240)*6", 26.8427], + "2.0": [5.24037, "26.5223-math.sin(q.anim_time*360*1-240)*6", 26.8427], + "2.4583": [5.24037, "26.5223-math.sin(q.anim_time*360*1-240)*6", 26.8427] + } + }, + "ribbon_bottom_left4": { + "rotation": { + "0.0": [-3.43148, "-16.9856-math.sin(q.anim_time*360*1-240)*8", 18.81149], + "2.0": [-3.43148, "-16.9856-math.sin(q.anim_time*360*1-240)*8", 18.81149], + "2.4583": [-3.43148, "-16.9856-math.sin(q.anim_time*360*1-240)*8", 18.81149] + } + }, + "ribbon_bottom_left5": { + "rotation": { + "0.0": ["-2.9949-math.sin(q.anim_time*360*1-280)*10", "-7.1663-math.sin(q.anim_time*360*1-280)*10", "11.5453-math.sin(q.anim_time*360*1-280)*10"], + "2.0": ["-2.9949-math.sin(q.anim_time*360*1-280)*10", "-7.1663-math.sin(q.anim_time*360*1-280)*10", "11.5453-math.sin(q.anim_time*360*1-280)*10"], + "2.4583": ["-2.9949-math.sin(q.anim_time*360*1-280)*10", "-7.1663-math.sin(q.anim_time*360*1-280)*10", "11.5453-math.sin(q.anim_time*360*1-280)*10"] + } + }, + "ribbon_bottom_left6": { + "rotation": { + "0.0": [0, "-math.sin(q.anim_time*360*1-320)*12", 0], + "2.0": [0, "-math.sin(q.anim_time*360*1-320)*12", 0], + "2.4583": [0, "-math.sin(q.anim_time*360*1-320)*12", 0] + } + }, + "ribbon_bottom_left7": { + "rotation": { + "0.0": ["-math.sin(q.anim_time*360*1-360)*14", "-math.sin(q.anim_time*360*1-360)*14", "-math.sin(q.anim_time*360*1-360)*14"], + "2.0": ["-math.sin(q.anim_time*360*1-360)*14", "-math.sin(q.anim_time*360*1-360)*14", "-math.sin(q.anim_time*360*1-360)*14"], + "2.4583": ["-math.sin(q.anim_time*360*1-360)*14", "-math.sin(q.anim_time*360*1-360)*14", "-math.sin(q.anim_time*360*1-360)*14"] + } + }, + "ribbon_bottom_left8": { + "rotation": { + "0.0": [0, "0-math.sin(q.anim_time*360*1-400)*16", 0], + "2.0": [0, "0-math.sin(q.anim_time*360*1-400)*16", 0], + "2.4583": [0, "0-math.sin(q.anim_time*360*1-400)*16", 0] + } + }, + "ribbon_bottom_left9": { + "rotation": { + "0.0": ["-0.1103-math.sin(q.anim_time*360*1-440)*18", "-4.9272-math.sin(q.anim_time*360*1-440)*18", "-0.8573-math.sin(q.anim_time*360*1-440)*18"], + "2.0": ["-0.1103-math.sin(q.anim_time*360*1-440)*18", "-4.9272-math.sin(q.anim_time*360*1-440)*18", "-0.8573-math.sin(q.anim_time*360*1-440)*18"], + "2.4583": ["-0.1103-math.sin(q.anim_time*360*1-440)*18", "-4.9272-math.sin(q.anim_time*360*1-440)*18", "-0.8573-math.sin(q.anim_time*360*1-440)*18"] + } + }, + "ribbon_bottom_left10": { + "rotation": { + "0.0": [0, "-math.sin(q.anim_time*360*1-480)*20", 0], + "2.0": [0, "-math.sin(q.anim_time*360*1-480)*20", 0], + "2.4583": [0, "-math.sin(q.anim_time*360*1-480)*20", 0] + } + }, + "ribbon_bottom_left11": { + "rotation": { + "0.0": [0, "-math.sin(q.anim_time*360*1-520)*22", 0], + "2.0": [0, "-math.sin(q.anim_time*360*1-520)*22", 0], + "2.4583": [0, "-math.sin(q.anim_time*360*1-520)*22", 0] + } + }, + "ribbon_bottom_right": { + "rotation": { + "0.0": ["-20.2647+math.sin(q.anim_time*360*1-40)*2", "-14.6255+math.sin(q.anim_time*360*1-40)*2", "-17.2889+math.sin(q.anim_time*360*1-40)*2"], + "2.4583": ["-20.2647+math.sin(q.anim_time*360*1-40)*2", "-14.6255+math.sin(q.anim_time*360*1-40)*2", "-17.2889+math.sin(q.anim_time*360*1-40)*2"] + } + }, + "ribbon_bottom_right2": { + "rotation": { + "0.0": ["8.682+math.sin(q.anim_time*360*1-200)*4", "-12.3992+math.sin(q.anim_time*360*1-200)*4", "-43.8108+math.sin(q.anim_time*360*1-200)*4"], + "2.0": ["8.682+math.sin(q.anim_time*360*1-200)*4", "-12.3992+math.sin(q.anim_time*360*1-200)*4", "-43.8108+math.sin(q.anim_time*360*1-200)*4"], + "2.4583": ["8.682+math.sin(q.anim_time*360*1-200)*4", "-12.3992+math.sin(q.anim_time*360*1-200)*4", "-43.8108+math.sin(q.anim_time*360*1-200)*4"] + } + }, + "ribbon_bottom_right3": { + "rotation": { + "0.0": [6.41232, "-19.0283+math.sin(q.anim_time*180*1-240)*6", -23.4565], + "2.0": [6.41232, "-19.0283+math.sin(q.anim_time*180*1-240)*6", -23.4565], + "2.4583": [6.41232, "-19.0283+math.sin(q.anim_time*180*1-240)*6", -23.4565] + } + }, + "ribbon_bottom_right4": { + "rotation": { + "0.0": [-4.27868, "14.1622+math.sin(q.anim_time*360*1-240)*8", -23.94982], + "2.0": [-4.27868, "14.1622+math.sin(q.anim_time*360*1-240)*8", -23.94982], + "2.4583": [-4.27868, "14.1622+math.sin(q.anim_time*360*1-240)*8", -23.94982] + } + }, + "ribbon_bottom_right5": { + "rotation": { + "0.0": ["-2.7369+math.sin(q.anim_time*360*1-280)*10", "7.2433+math.sin(q.anim_time*360*1-280)*10", "-9.9663+math.sin(q.anim_time*360*1-280)*10"], + "2.0": ["-2.7369+math.sin(q.anim_time*360*1-280)*10", "7.2433+math.sin(q.anim_time*360*1-280)*10", "-9.9663+math.sin(q.anim_time*360*1-280)*10"], + "2.4583": ["-2.7369+math.sin(q.anim_time*360*1-280)*10", "7.2433+math.sin(q.anim_time*360*1-280)*10", "-9.9663+math.sin(q.anim_time*360*1-280)*10"] + } + }, + "ribbon_bottom_right6": { + "rotation": { + "0.0": [0, "math.sin(q.anim_time*360*1-320)*12", 0], + "2.0": [0, "math.sin(q.anim_time*360*1-320)*12", 0], + "2.4583": [0, "math.sin(q.anim_time*360*1-320)*12", 0] + } + }, + "ribbon_bottom_right7": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-360)*14", "math.sin(q.anim_time*360*1-360)*14", "math.sin(q.anim_time*360*1-360)*14"], + "2.0": ["math.sin(q.anim_time*360*1-360)*14", "math.sin(q.anim_time*360*1-360)*14", "math.sin(q.anim_time*360*1-360)*14"], + "2.4583": ["math.sin(q.anim_time*360*1-360)*14", "math.sin(q.anim_time*360*1-360)*14", "math.sin(q.anim_time*360*1-360)*14"] + } + }, + "ribbon_bottom_right8": { + "rotation": { + "0.0": [0, "0+math.sin(q.anim_time*360*1-400)*16", 0], + "2.0": [0, "0+math.sin(q.anim_time*360*1-400)*16", 0], + "2.4583": [0, "0+math.sin(q.anim_time*360*1-400)*16", 0] + } + }, + "ribbon_bottom_right9": { + "rotation": { + "0.0": ["0.1103+math.sin(q.anim_time*360*1-440)*18", "4.9272+math.sin(q.anim_time*360*1-440)*18", "-0.8573+math.sin(q.anim_time*360*1-440)*18"], + "2.0": ["0.1103+math.sin(q.anim_time*360*1-440)*18", "4.9272+math.sin(q.anim_time*360*1-440)*18", "-0.8573+math.sin(q.anim_time*360*1-440)*18"], + "2.4583": ["0.1103+math.sin(q.anim_time*360*1-440)*18", "4.9272+math.sin(q.anim_time*360*1-440)*18", "-0.8573+math.sin(q.anim_time*360*1-440)*18"] + } + }, + "ribbon_bottom_right10": { + "rotation": { + "0.0": [0, "math.sin(q.anim_time*360*1-480)*20", 0], + "2.0": [0, "math.sin(q.anim_time*360*1-480)*20", 0], + "2.4583": [0, "math.sin(q.anim_time*360*1-480)*20", 0] + } + }, + "ribbon_bottom_right11": { + "rotation": { + "0.0": [0, "math.sin(q.anim_time*360*1-520)*22", 0], + "2.0": [0, "math.sin(q.anim_time*360*1-520)*22", 0], + "2.4583": [0, "math.sin(q.anim_time*360*1-520)*22", 0] + } + }, + "ribbon_tip_left": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-40)*16", "math.sin(q.anim_time*360*1-40)*8", "math.sin(q.anim_time*360*1-40)*8"], + "1.375": ["math.sin(q.anim_time*360*1-40)*16", "math.sin(q.anim_time*360*1-40)*8", "math.sin(q.anim_time*360*1-40)*8"], + "2.4583": ["math.sin(q.anim_time*360*1-40)*16", "math.sin(q.anim_time*360*1-40)*8", "math.sin(q.anim_time*360*1-40)*8"] + } + }, + "ribbon_tip_left2": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-80)*10", "math.sin(q.anim_time*360*1-80)*10", "math.sin(q.anim_time*360*1-80)*10"], + "1.375": ["math.sin(q.anim_time*360*1-80)*10", "math.sin(q.anim_time*360*1-80)*10", "math.sin(q.anim_time*360*1-80)*10"], + "2.4583": ["math.sin(q.anim_time*360*1-80)*10", "math.sin(q.anim_time*360*1-80)*10", "math.sin(q.anim_time*360*1-80)*10"] + } + }, + "ribbon_tip_left3": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-120)*12", "math.sin(q.anim_time*360*1-120)*12", "math.sin(q.anim_time*360*1-120)*12"], + "1.375": ["math.sin(q.anim_time*360*1-120)*12", "math.sin(q.anim_time*360*1-120)*12", "math.sin(q.anim_time*360*1-120)*12"], + "2.4583": ["math.sin(q.anim_time*360*1-120)*12", "math.sin(q.anim_time*360*1-120)*12", "math.sin(q.anim_time*360*1-120)*12"] + } + }, + "ribbon_tip_left4": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-160)*14", "math.sin(q.anim_time*360*1-160)*14", "math.sin(q.anim_time*360*1-160)*14"], + "1.375": ["math.sin(q.anim_time*360*1-160)*14", "math.sin(q.anim_time*360*1-160)*14", "math.sin(q.anim_time*360*1-160)*14"], + "2.4583": ["math.sin(q.anim_time*360*1-160)*14", "math.sin(q.anim_time*360*1-160)*14", "math.sin(q.anim_time*360*1-160)*14"] + } + }, + "ribbon_tip_left5": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-200)*16", "math.sin(q.anim_time*360*1-200)*16", "math.sin(q.anim_time*360*1-200)*16"], + "1.375": ["math.sin(q.anim_time*360*1-200)*16", "math.sin(q.anim_time*360*1-200)*16", "math.sin(q.anim_time*360*1-200)*16"], + "2.4583": ["math.sin(q.anim_time*360*1-200)*16", "math.sin(q.anim_time*360*1-200)*16", "math.sin(q.anim_time*360*1-200)*16"] + } + }, + "ribbon_tip_left6": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-240)*20", "math.sin(q.anim_time*360*1-240)*20", "math.sin(q.anim_time*360*1-240)*20"], + "1.375": ["math.sin(q.anim_time*360*1-240)*20", "math.sin(q.anim_time*360*1-240)*20", "math.sin(q.anim_time*360*1-240)*20"], + "2.4583": ["math.sin(q.anim_time*360*1-240)*20", "math.sin(q.anim_time*360*1-240)*20", "math.sin(q.anim_time*360*1-240)*20"] + } + }, + "ribbon_tip_left7": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24"], + "1.375": ["math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24"], + "2.4583": ["math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24"] + } + }, + "ribbon_tip_left8": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-320)*28", "math.sin(q.anim_time*360*1-320)*28", "math.sin(q.anim_time*360*1-320)*28"], + "1.375": ["math.sin(q.anim_time*360*1-320)*28", "math.sin(q.anim_time*360*1-320)*28", "math.sin(q.anim_time*360*1-320)*28"], + "2.4583": ["math.sin(q.anim_time*360*1-320)*28", "math.sin(q.anim_time*360*1-320)*28", "math.sin(q.anim_time*360*1-320)*28"] + } + }, + "ribbon_tip_left9": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-360)*32", "math.sin(q.anim_time*360*1-360)*32", "math.sin(q.anim_time*360*1-360)*32"], + "1.375": ["math.sin(q.anim_time*360*1-360)*32", "math.sin(q.anim_time*360*1-360)*32", "math.sin(q.anim_time*360*1-360)*32"], + "2.4583": ["math.sin(q.anim_time*360*1-360)*32", "math.sin(q.anim_time*360*1-360)*32", "math.sin(q.anim_time*360*1-360)*32"] + } + }, + "ribbon_tip_left10": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-400)*36", "math.sin(q.anim_time*360*1-400)*36", "math.sin(q.anim_time*360*1-400)*36"], + "1.375": ["math.sin(q.anim_time*360*1-400)*36", "math.sin(q.anim_time*360*1-400)*36", "math.sin(q.anim_time*360*1-400)*36"], + "2.4583": ["math.sin(q.anim_time*360*1-400)*36", "math.sin(q.anim_time*360*1-400)*36", "math.sin(q.anim_time*360*1-400)*36"] + } + }, + "ribbon_tip_left11": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-440)*40", "math.sin(q.anim_time*360*1-440)*40", "math.sin(q.anim_time*360*1-440)*40"], + "1.375": ["math.sin(q.anim_time*360*1-440)*40", "math.sin(q.anim_time*360*1-440)*40", "math.sin(q.anim_time*360*1-440)*40"], + "2.4583": ["math.sin(q.anim_time*360*1-440)*40", "math.sin(q.anim_time*360*1-440)*40", "math.sin(q.anim_time*360*1-440)*40"] + } + }, + "ribbon_tip_left12": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-480)*44", "math.sin(q.anim_time*360*1-480)*44", "math.sin(q.anim_time*360*1-480)*44"], + "1.375": ["math.sin(q.anim_time*360*1-480)*44", "math.sin(q.anim_time*360*1-480)*44", "math.sin(q.anim_time*360*1-480)*44"], + "2.4583": ["math.sin(q.anim_time*360*1-480)*44", "math.sin(q.anim_time*360*1-480)*44", "math.sin(q.anim_time*360*1-480)*44"] + } + }, + "ribbon_tip_right": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-40)*16", "math.sin(q.anim_time*360*1-40)*16", "math.sin(q.anim_time*360*1-40)*16"], + "1.375": ["math.sin(q.anim_time*360*1-40)*16", "math.sin(q.anim_time*360*1-40)*16", "math.sin(q.anim_time*360*1-40)*16"], + "2.4583": ["math.sin(q.anim_time*360*1-40)*16", "math.sin(q.anim_time*360*1-40)*16", "math.sin(q.anim_time*360*1-40)*16"] + } + }, + "ribbon_tip_right2": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-80)*10", "math.sin(q.anim_time*360*1-80)*10", "math.sin(q.anim_time*360*1-80)*10"], + "1.375": ["math.sin(q.anim_time*360*1-80)*10", "math.sin(q.anim_time*360*1-80)*10", "math.sin(q.anim_time*360*1-80)*10"], + "2.4583": ["math.sin(q.anim_time*360*1-80)*10", "math.sin(q.anim_time*360*1-80)*10", "math.sin(q.anim_time*360*1-80)*10"] + } + }, + "ribbon_tip_right3": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-120)*12", "math.sin(q.anim_time*360*1-120)*12", "math.sin(q.anim_time*360*1-120)*12"], + "1.375": ["math.sin(q.anim_time*360*1-120)*12", "math.sin(q.anim_time*360*1-120)*12", "math.sin(q.anim_time*360*1-120)*12"], + "2.4583": ["math.sin(q.anim_time*360*1-120)*12", "math.sin(q.anim_time*360*1-120)*12", "math.sin(q.anim_time*360*1-120)*12"] + } + }, + "ribbon_tip_right4": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-160)*14", "math.sin(q.anim_time*360*1-160)*14", "math.sin(q.anim_time*360*1-160)*14"], + "1.375": ["math.sin(q.anim_time*360*1-160)*14", "math.sin(q.anim_time*360*1-160)*14", "math.sin(q.anim_time*360*1-160)*14"], + "2.4583": ["math.sin(q.anim_time*360*1-160)*14", "math.sin(q.anim_time*360*1-160)*14", "math.sin(q.anim_time*360*1-160)*14"] + } + }, + "ribbon_tip_right5": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-200)*16", "math.sin(q.anim_time*360*1-200)*16", "math.sin(q.anim_time*360*1-200)*16"], + "1.375": ["math.sin(q.anim_time*360*1-200)*16", "math.sin(q.anim_time*360*1-200)*16", "math.sin(q.anim_time*360*1-200)*16"], + "2.4583": ["math.sin(q.anim_time*360*1-200)*16", "math.sin(q.anim_time*360*1-200)*16", "math.sin(q.anim_time*360*1-200)*16"] + } + }, + "ribbon_tip_right6": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-240)*20", "math.sin(q.anim_time*360*1-240)*20", "math.sin(q.anim_time*360*1-240)*20"], + "1.375": ["math.sin(q.anim_time*360*1-240)*20", "math.sin(q.anim_time*360*1-240)*20", "math.sin(q.anim_time*360*1-240)*20"], + "2.4583": ["math.sin(q.anim_time*360*1-240)*20", "math.sin(q.anim_time*360*1-240)*20", "math.sin(q.anim_time*360*1-240)*20"] + } + }, + "ribbon_tip_right7": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24"], + "1.375": ["math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24"], + "2.4583": ["math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24"] + } + }, + "ribbon_tip_right8": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24"], + "1.375": ["math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24"], + "2.4583": ["math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24"] + } + }, + "ribbon_tip_right9": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-360)*32", "math.sin(q.anim_time*360*1-360)*32", "math.sin(q.anim_time*360*1-360)*32"], + "1.375": ["math.sin(q.anim_time*360*1-360)*32", "math.sin(q.anim_time*360*1-360)*32", "math.sin(q.anim_time*360*1-360)*32"], + "2.4583": ["math.sin(q.anim_time*360*1-360)*32", "math.sin(q.anim_time*360*1-360)*32", "math.sin(q.anim_time*360*1-360)*32"] + } + }, + "ribbon_tip_right10": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-400)*36", "math.sin(q.anim_time*360*1-400)*36", "math.sin(q.anim_time*360*1-400)*36"], + "1.375": ["math.sin(q.anim_time*360*1-400)*36", "math.sin(q.anim_time*360*1-400)*36", "math.sin(q.anim_time*360*1-400)*36"], + "2.4583": ["math.sin(q.anim_time*360*1-400)*36", "math.sin(q.anim_time*360*1-400)*36", "math.sin(q.anim_time*360*1-400)*36"] + } + }, + "ribbon_tip_right11": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-440)*40", "math.sin(q.anim_time*360*1-440)*40", "math.sin(q.anim_time*360*1-440)*40"], + "1.375": ["math.sin(q.anim_time*360*1-440)*40", "math.sin(q.anim_time*360*1-440)*40", "math.sin(q.anim_time*360*1-440)*40"], + "2.4583": ["math.sin(q.anim_time*360*1-440)*40", "math.sin(q.anim_time*360*1-440)*40", "math.sin(q.anim_time*360*1-440)*40"] + } + }, + "ribbon_tip_right12": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-480)*44", "math.sin(q.anim_time*360*1-480)*44", "math.sin(q.anim_time*360*1-480)*44"], + "1.375": ["math.sin(q.anim_time*360*1-480)*44", "math.sin(q.anim_time*360*1-480)*44", "math.sin(q.anim_time*360*1-480)*44"], + "2.4583": ["math.sin(q.anim_time*360*1-480)*44", "math.sin(q.anim_time*360*1-480)*44", "math.sin(q.anim_time*360*1-480)*44"] + } + }, + "finger_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 12.5, 37.5], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 12.5, 37.5], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "finger_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "finger_left3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -7.5, 50], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, -7.5, 50], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "finger_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "finger_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "finger_right3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 10, -32.5], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 10, -32.5], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.megarayquaza.physical_attack": { + "animation_length": 3.75, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [117.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [117.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [117.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-90, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-145, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-170, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-301.96, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-372.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": [-372.5, 0, 0], + "2.7083": [-372.5, 0, 0], + "2.75": {"pre": [-372.5, 0, 0], "post": [-12.5, 0, 0]} + }, + "position": { + "0.0": { + "post": [0, 62, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 106, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 293, -17], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 586, -17], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 622, -113], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 549, -143], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 366, -143], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 110, -143], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 40.98, -152], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -32, -256], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 23, -359], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 142, -359], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 188, -265], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 186, 68], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 49, 96], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": [0, 62, 0], + "2.7083": [0, 62, 0], + "2.75": {"pre": [0, 62, 0], "post": [0, 62, 0]} + } + }, + "megarayquaza": { + "rotation": [0, 0, 0], + "position": { + "0.0": [0, 57, 0], + "1.75": [0, 57, 18], + "2.7083": [0, 57, 0], + "2.75": [0, 57, 0] + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-50, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-48.32, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-0.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [6.99, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": [20, 0, 0], + "2.75": [20, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 1, 2], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 1, 2], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 1, 2], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 1, 2], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 2.14, 0.28], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 2.14, 0.28], + "lerp_mode": "catmullrom" + }, + "2.7083": [0, 0, 0], + "2.75": [0, 0, 0] + } + }, + "neck2": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-1.27, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0.64, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-18.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [1.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": [12.5, 0, 0], + "2.75": [12.5, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [1.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0.33, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-6.21, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-6.21, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": [17.5, 0, 0], + "2.75": [17.5, 0, 0] + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [30.10882, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [22.61, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-9.92, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-9.92, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [57.61, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [47.61, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [47.61, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-4.89, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-4.89, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-4.89, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-4.89, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": [30.10882, 0, 0], + "2.75": [30.10882, 0, 0] + } + }, + "segment": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-50, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-51, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [12.95, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [15.45, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": [-7.5, 0, 0], + "2.75": [-7.5, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 3, 1], + "lerp_mode": "catmullrom" + }, + "2.7083": [0, 0, 0], + "2.75": [0, 0, 0] + } + }, + "segment2": { + "rotation": { + "0.0": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-7.62, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-6.85, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [12.24, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [12.24, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": [-40, 0, 0], + "2.75": [-40, 0, 0] + } + }, + "segment3": { + "rotation": { + "0.0": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-7.31, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [12.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [14.9, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": [-32.5, 0, 0], + "2.75": [-32.5, 0, 0] + } + }, + "segment4": { + "rotation": { + "0.0": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-14.69, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-5.73152, 0.22985, -1.28529], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [1.02, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [14.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [4.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": [-27.5, 0, 0], + "2.75": [-27.5, 0, 0] + } + }, + "segment5": { + "rotation": { + "0.0": { + "post": [52.50467, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [2.50467, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [5.00467, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-4.83908, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-7.49533, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-0.00787, 0.27911, -0.01818], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-0.00787, 0.27911, -0.01818], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [7.49213, 0.27911, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [7.49213, 0.27911, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [4.99213, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [4.99213, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-0.00787, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [8.45, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [20.41504, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [12.91504, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": [52.50467, 0, 0], + "2.75": [52.50467, 0, 0] + } + }, + "segment6": { + "rotation": { + "0.0": { + "post": [27.65212, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [12.65212, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-2.34788, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-7.03538, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0.59482, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-13.26224, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-13.26224, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-24.56, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-0.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-0.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [9.24, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [9.24, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-1.08, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [1.74, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [1.83, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [11.83, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": [27.65212, 0, 0], + "2.75": [27.65212, 0, 0] + } + }, + "segment7": { + "rotation": { + "0.0": { + "post": [22.5134, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0.0134, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2.51342, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-14.9866, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-19.99, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-21.93, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0.01, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0.01, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-3.41, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [17.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [17.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [17.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [1.28, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [18.78, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": [22.5134, 0, 0], + "2.75": [22.5134, 0, 0] + } + }, + "segment8": { + "rotation": { + "0.0": { + "post": [37.18867, -1.27925, -1.02939], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-0.31133, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-0.31191, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-5.31191, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-7.81, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-5.29294, 1.91621, -0.35103], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [2.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [2.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [2.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [4.69, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [14.69, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [9.69, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [12.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [2.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [21.45081, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [16.45081, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": [37.18867, -1.27925, -1.02939], + "2.75": [37.18867, -1.27925, -1.02939] + } + }, + "segment9": { + "rotation": { + "0.0": { + "post": [-5.99195, -4.94383, 0.87285], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [9.00805, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-2.55231, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-2.55231, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-25.05, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-7.55, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-5.05, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-2.55, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-2.55, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [9.95, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [9.95, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-2.55, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [14.45351, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [6.95351, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": [-5.99195, -4.94383, 0.87285], + "2.75": [-5.99195, -4.94383, 0.87285] + } + }, + "segment10": { + "rotation": { + "0.0": { + "post": [-25.70459, 2.23547, -1.20916], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [9.29541, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-3.72739, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-3.72946, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-28.73, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-8.73, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-1.79, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [1.27, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [1.27, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [3.77, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [8.77, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [8.77, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [14.35843, 0.15092, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [3.77, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [5.71886, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [10.71886, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": [-25.70459, 2.23547, -1.20916], + "2.75": [-25.70459, 2.23547, -1.20916] + } + }, + "segment11": { + "rotation": { + "0.0": { + "post": [-15.46327, -3.31195, 0.24595], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [7.03673, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2.03673, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [2.26, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [2.53213, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [2.53213, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [2.53213, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [5.03213, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [5.03213, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [15.65213, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0.03213, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [7.25235, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0.03213, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": [-15.46327, -3.31195, 0.24595], + "2.75": [-15.46327, -3.31195, 0.24595] + } + }, + "segment13": { + "rotation": { + "0.0": { + "post": [23.51829, 1.06408, -4.52113], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [3.51829, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-1.48171, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-1.48171, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [1.02, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-13.98, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-4.63, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [1.02, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [1.02, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [3.52, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [11.02, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [11.02, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [10.89842, -0.29899, 1.50196], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [20.92107, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": [23.51829, 1.06408, -4.52113], + "2.75": [23.51829, 1.06408, -4.52113] + } + }, + "tip": { + "rotation": { + "0.0": { + "post": [13.43584, -4.42328, 9.96611], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [3.43584, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [3.43584, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [3.43584, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-1.56, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-26.56, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-1.56, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-1.56, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [13.12756, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [13.12756, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-4.37244, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [3.46853, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-4.37244, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": [13.43584, -4.42328, 9.96611], + "2.75": [13.43584, -4.42328, 9.96611] + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [27.7547, -31.8882, 44.9543], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [40.19312, -70.23364, 36.60226], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [40.19312, -70.23364, 36.60226], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [27.7547, -31.8882, 44.9543], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [27.7547, -31.8882, 44.9543], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [27.7547, -31.8882, 44.9543], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [40.82118, -52.78029, 25.96628], + "lerp_mode": "catmullrom" + }, + "2.7083": [27.7547, -31.8882, 44.9543], + "2.75": [27.7547, -31.8882, 44.9543] + } + }, + "arm_left3": { + "rotation": { + "0.0": { + "post": [0, 92.5, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 35, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 35, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 92.5, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 92.5, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 32.5, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": [0, 92.5, 0], + "2.75": [0, 92.5, 0] + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [20.36348, 31.88477, -42.2979], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [23.54817, 64.15922, -42.52669], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [23.54817, 64.15922, -42.52669], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [20.36348, 31.88477, -42.2979], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [20.36348, 31.88477, -42.2979], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [20.36348, 31.88477, -42.2979], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [32.58947, 56.73092, -25.26623], + "lerp_mode": "catmullrom" + }, + "2.7083": [20.36348, 31.88477, -42.2979], + "2.75": [20.36348, 31.88477, -42.2979] + } + }, + "arm_right3": { + "rotation": { + "0.0": { + "post": [0, -75, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -75, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, -75, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": [0, -75, 0], + "2.75": [0, -75, 0] + } + }, + "segment12": { + "rotation": { + "0.0": { + "post": [21.40242, -4.05249, -2.4654], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [8.90242, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [1.40242, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [1.40242, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-1.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-11.46224, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-18.57194, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-4.3623, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-2.58697, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-2.58697, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [4.80576, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [14.80576, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [14.80576, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-2.69424, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [12.94, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": [21.40242, -4.05249, -2.4654], + "2.75": [21.40242, -4.05249, -2.4654] + } + }, + "ribbon_bottom_left": { + "rotation": { + "0.0": ["-24.2742-math.sin(q.anim_time*360*1-40)*2", "9.8578-math.sin(q.anim_time*360*1-40)*2", "11.343-math.sin(q.anim_time*360*1-40)*2"], + "0.25": [-10, 0, 0], + "0.6667": { + "pre": [10.63, 0, 0], + "post": [10.63, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": [17.5, 0, 0], + "2.25": [17.5, 0, 0], + "2.75": ["-24.2742-math.sin(q.anim_time*360*1-40)*2", "9.8578-math.sin(q.anim_time*360*1-40)*2", "11.343-math.sin(q.anim_time*360*1-40)*2"] + } + }, + "ribbon_bottom_left2": { + "rotation": { + "0.0": ["1.4836-math.sin(q.anim_time*360*1-200)*4", "24.7818-math.sin(q.anim_time*360*1-200)*4", "28.81-math.sin(q.anim_time*360*1-200)*4"], + "0.25": [2.5, 0, 0], + "0.6667": { + "pre": [-18.12, 0, 0], + "post": [-18.12, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": [27.5, 0, 0], + "2.25": [27.5, 0, 0], + "2.75": ["1.4836-math.sin(q.anim_time*360*1-200)*4", "24.7818-math.sin(q.anim_time*360*1-200)*4", "28.81-math.sin(q.anim_time*360*1-200)*4"] + } + }, + "ribbon_bottom_left3": { + "rotation": { + "0.0": [5.24037, "26.5223-math.sin(q.anim_time*360*1-240)*6", 26.8427], + "0.25": [7.5, 0, 0], + "0.5": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": [5, 0, 0], + "2.25": [5, 0, 0], + "2.75": [5.24037, "26.5223-math.sin(q.anim_time*360*1-240)*6", 26.8427] + } + }, + "ribbon_bottom_left4": { + "rotation": { + "0.0": [-3.43148, "-16.9856-math.sin(q.anim_time*360*1-240)*8", 18.81149], + "0.25": [5, 0, 0], + "0.6667": { + "pre": [-0.94, 0, 0], + "post": [-0.94, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": [12.5, 0, 0], + "2.25": [12.5, 0, 0], + "2.75": [-3.43148, "-16.9856-math.sin(q.anim_time*360*1-240)*8", 18.81149] + } + }, + "ribbon_bottom_left5": { + "rotation": { + "0.0": ["-2.9949-math.sin(q.anim_time*360*1-280)*10", "-7.1663-math.sin(q.anim_time*360*1-280)*10", "11.5453-math.sin(q.anim_time*360*1-280)*10"], + "0.25": [10, 0, 0], + "0.5": { + "pre": [-5, 0, 0], + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [9, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": [15, 0, 0], + "2.25": [15, 0, 0], + "2.75": ["-2.9949-math.sin(q.anim_time*360*1-280)*10", "-7.1663-math.sin(q.anim_time*360*1-280)*10", "11.5453-math.sin(q.anim_time*360*1-280)*10"] + } + }, + "ribbon_bottom_left6": { + "rotation": { + "0.0": [0, "-math.sin(q.anim_time*360*1-320)*12", 0], + "0.25": [5, 0, 0], + "0.6667": { + "pre": [2.5, 0, 0], + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": [0, 0, 0], + "2.25": [0, 0, 0], + "2.75": [0, "-math.sin(q.anim_time*360*1-320)*12", 0] + } + }, + "ribbon_bottom_left7": { + "rotation": { + "0.0": ["-math.sin(q.anim_time*360*1-360)*14", "-math.sin(q.anim_time*360*1-360)*14", "-math.sin(q.anim_time*360*1-360)*14"], + "0.25": [7.5, 0, 0], + "0.5": { + "pre": [-5, 0, 0], + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [2, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": [10, 0, 0], + "2.25": [10, 0, 0], + "2.75": ["-math.sin(q.anim_time*360*1-360)*14", "-math.sin(q.anim_time*360*1-360)*14", "-math.sin(q.anim_time*360*1-360)*14"] + } + }, + "ribbon_bottom_left8": { + "rotation": { + "0.0": [0, "0-math.sin(q.anim_time*360*1-400)*16", 0], + "0.25": [7.5, 0, 0], + "0.5": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": [12.5, 0, 0], + "2.25": [12.5, 0, 0], + "2.75": [0, "0-math.sin(q.anim_time*360*1-400)*16", 0] + } + }, + "ribbon_bottom_left9": { + "rotation": { + "0.0": ["-0.1103-math.sin(q.anim_time*360*1-440)*18", "-4.9272-math.sin(q.anim_time*360*1-440)*18", "-0.8573-math.sin(q.anim_time*360*1-440)*18"], + "0.25": [7.5, 0, 0], + "0.5": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [2, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": [7.5, 0, 0], + "2.25": [7.5, 0, 0], + "2.75": ["-0.1103-math.sin(q.anim_time*360*1-440)*18", "-4.9272-math.sin(q.anim_time*360*1-440)*18", "-0.8573-math.sin(q.anim_time*360*1-440)*18"] + } + }, + "ribbon_bottom_left10": { + "rotation": { + "0.0": [0, "-math.sin(q.anim_time*360*1-480)*20", 0], + "0.25": [12.5, 0, 0], + "0.5": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": [15, 0, 0], + "2.25": [15, 0, 0], + "2.75": [0, "-math.sin(q.anim_time*360*1-480)*20", 0] + } + }, + "ribbon_bottom_left11": { + "rotation": { + "0.0": [0, "-math.sin(q.anim_time*360*1-520)*22", 0], + "0.25": [7.5, 0, 0], + "0.6667": { + "pre": [2.5, 0, 0], + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": [30, 0, 0], + "2.25": [30, 0, 0], + "2.75": [0, "-math.sin(q.anim_time*360*1-520)*22", 0] + } + }, + "ribbon_bottom_right": { + "rotation": { + "0.0": ["-30.2647+math.sin(q.anim_time*360*1-40)*2", "-14.6255+math.sin(q.anim_time*360*1-40)*2", "-17.2889+math.sin(q.anim_time*360*1-40)*2"], + "0.25": [-5, 0, 0], + "0.6667": { + "pre": [2.61, 0, 0], + "post": [2.61, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-16.87, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": [30, 0, 0], + "2.25": [30, 0, 0], + "2.75": ["-30.2647+math.sin(q.anim_time*360*1-40)*2", "-14.6255+math.sin(q.anim_time*360*1-40)*2", "-17.2889+math.sin(q.anim_time*360*1-40)*2"] + } + }, + "ribbon_bottom_right2": { + "rotation": { + "0.0": ["8.682+math.sin(q.anim_time*360*1-200)*4", "-12.3992+math.sin(q.anim_time*360*1-200)*4", "-43.8108+math.sin(q.anim_time*360*1-200)*4"], + "0.25": [2.5, 0, 0], + "0.6667": { + "pre": [3.75, 0, 0], + "post": [3.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": [12.5, 0, 0], + "2.25": [12.5, 0, 0], + "2.75": ["8.682+math.sin(q.anim_time*360*1-200)*4", "-12.3992+math.sin(q.anim_time*360*1-200)*4", "-43.8108+math.sin(q.anim_time*360*1-200)*4"] + } + }, + "ribbon_bottom_right3": { + "rotation": { + "0.0": [6.41232, "-19.0283+math.sin(q.anim_time*180*1-240)*6", -23.4565], + "0.25": [2.5, 0, 0], + "0.6667": { + "pre": [-1.25, 0, 0], + "post": [-1.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": [10, 0, 0], + "2.25": [10, 0, 0], + "2.75": [6.41232, "-19.0283+math.sin(q.anim_time*180*1-240)*6", -23.4565] + } + }, + "ribbon_bottom_right4": { + "rotation": { + "0.0": [-4.27868, "14.1622+math.sin(q.anim_time*360*1-240)*8", -23.94982], + "0.25": [2.5, 0, 0], + "0.6667": { + "pre": [-9.37, 0, 0], + "post": [-9.37, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": [12.5, 0, 0], + "2.25": [12.5, 0, 0], + "2.75": [-4.27868, "14.1622+math.sin(q.anim_time*360*1-240)*8", -23.94982] + } + }, + "ribbon_bottom_right5": { + "rotation": { + "0.0": ["-2.7369+math.sin(q.anim_time*360*1-280)*10", "7.2433+math.sin(q.anim_time*360*1-280)*10", "-9.9663+math.sin(q.anim_time*360*1-280)*10"], + "0.25": [12.5, 0, 0], + "0.5": { + "pre": [-2.5, 0, 0], + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": [2.5, 0, 0], + "2.25": [2.5, 0, 0], + "2.75": ["-2.7369+math.sin(q.anim_time*360*1-280)*10", "7.2433+math.sin(q.anim_time*360*1-280)*10", "-9.9663+math.sin(q.anim_time*360*1-280)*10"] + } + }, + "ribbon_bottom_right6": { + "rotation": { + "0.0": [0, "math.sin(q.anim_time*360*1-320)*12", 0], + "0.25": [2.5, 0, 0], + "0.5": { + "pre": [-5, 0, 0], + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-1.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": [27.5, 0, 0], + "2.25": [27.5, 0, 0], + "2.75": [0, "math.sin(q.anim_time*360*1-320)*12", 0] + } + }, + "ribbon_bottom_right7": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-360)*14", "math.sin(q.anim_time*360*1-360)*14", "math.sin(q.anim_time*360*1-360)*14"], + "0.25": [12.5, 0, 0], + "0.5": { + "pre": [2.5, 0, 0], + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": [-20, 0, 0], + "2.25": [-20, 0, 0], + "2.75": ["math.sin(q.anim_time*360*1-360)*14", "math.sin(q.anim_time*360*1-360)*14", "math.sin(q.anim_time*360*1-360)*14"] + } + }, + "ribbon_bottom_right8": { + "rotation": { + "0.0": [0, "0+math.sin(q.anim_time*360*1-400)*16", 0], + "0.25": [2.5, 0, 0], + "0.6667": { + "pre": [-3.44, 0, 0], + "post": [-3.44, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": [2.5, 0, 0], + "2.25": [2.5, 0, 0], + "2.75": [0, "0+math.sin(q.anim_time*360*1-400)*16", 0] + } + }, + "ribbon_bottom_right9": { + "rotation": { + "0.0": ["0.1103+math.sin(q.anim_time*360*1-440)*18", "4.9272+math.sin(q.anim_time*360*1-440)*18", "-0.8573+math.sin(q.anim_time*360*1-440)*18"], + "0.25": [17.5, 0, 0], + "0.5": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [3, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": [17.5, 0, 0], + "2.25": [17.5, 0, 0], + "2.75": ["0.1103+math.sin(q.anim_time*360*1-440)*18", "4.9272+math.sin(q.anim_time*360*1-440)*18", "-0.8573+math.sin(q.anim_time*360*1-440)*18"] + } + }, + "ribbon_bottom_right10": { + "rotation": { + "0.0": [0, "math.sin(q.anim_time*360*1-480)*20", 0], + "0.25": [2.5, 0, 0], + "0.6667": { + "pre": [3.02, 0, 0], + "post": [3.02, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-0.67, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [6.86, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [6.86, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [21.53, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [16.46, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [16.46, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [6.17, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": [10.65, 0, 0], + "2.25": [10.65, 0, 0], + "2.75": [0, "math.sin(q.anim_time*360*1-480)*20", 0] + } + }, + "ribbon_bottom_right11": { + "rotation": { + "0.0": [0, "math.sin(q.anim_time*360*1-520)*22", 0], + "0.25": [10, 0, 0], + "0.6667": { + "pre": [2.71, 0, 0], + "post": [2.71, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [2.33, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-2.77, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-2.77, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-7.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0.69, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0.69, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [5.57, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": [25.1, 0, 0], + "2.25": [25.1, 0, 0], + "2.75": [0, "math.sin(q.anim_time*360*1-520)*22", 0] + } + }, + "ribbon_top_right": { + "rotation": { + "0.0": ["-21.7884+math.sin(q.anim_time*90*1-40)*8", 20.26889, -9.98103], + "0.25": [-22.38775, 22.20909, -0.55735], + "0.6667": { + "pre": [-7.38775, 22.20909, -0.55735], + "post": [-7.38775, 22.20909, -0.55735], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-33.31763, 32.87171, -7.93524], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [19.47345, 24.31829, 3.51451], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [19.47345, 24.31829, 3.51451], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [44.90991, 7.41756, 6.72555], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [19.47345, 24.31829, 3.51451], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [14.47345, 24.31829, 3.51451], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [16.97345, 24.31829, 3.51451], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [19.47345, 24.31829, 3.51451], + "lerp_mode": "catmullrom" + }, + "2.25": [19.47345, 24.31829, 3.51451], + "2.3333": [19.47345, 24.31829, 3.51451], + "2.75": ["-21.7884+math.sin(q.anim_time*90*1-40)*8", 20.26889, -9.98103] + } + }, + "ribbon_top_right2": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*90*1-200)*10", 0, 0], + "0.25": [-12.5, 0, 0], + "0.6667": { + "pre": [5, 0, 0], + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": [7.5, 0, 0], + "2.3333": [7.5, 0, 0], + "2.75": ["0+math.sin(q.anim_time*90*1-200)*10", 0, 0] + } + }, + "ribbon_top_right3": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*90*1-240)*12", 0, 0], + "0.25": [22.5, 0, 0], + "0.6667": { + "pre": [-7.5, 0, 0], + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": [20, 0, 0], + "2.3333": [20, 0, 0], + "2.75": ["0+math.sin(q.anim_time*90*1-240)*12", 0, 0] + } + }, + "ribbon_top_right4": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*90*1-280)*14", 0, "0-math.sin(q.anim_time*90*1-280)*14"], + "0.25": [15, 0, 22.5], + "0.6667": { + "pre": [-2.50238, -2.49762, 22.60912], + "post": [-2.50238, -2.49762, 22.60912], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-20.06062, -12.48791, 23.05404], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-14.74126, 4.43232, 18.55916], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-14.74126, 4.43232, 18.55916], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-4.74126, 4.43232, 18.55916], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-2.24126, 4.43232, 18.55916], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-2.24126, 4.43232, 18.55916], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-9.74126, 4.43232, 18.55916], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-2.24126, 4.43232, 18.55916], + "lerp_mode": "catmullrom" + }, + "2.25": [-2.24126, 4.43232, 18.55916], + "2.3333": [-2.24126, 4.43232, 18.55916], + "2.75": ["0+math.sin(q.anim_time*90*1-280)*14", 0, "0-math.sin(q.anim_time*90*1-280)*14"] + } + }, + "ribbon_top_right5": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*1-320)*16", 0, 0], + "0.25": [22.52713, -6.24209, -6.50469], + "0.6667": { + "pre": [5.16712, -1.1118, -7.0246], + "post": [5.16712, -1.1118, -7.0246], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-4.71868, -0.19896, -16.98361], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [5.28132, -0.19896, -16.98361], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [5.28132, -0.19896, -16.98361], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-12.21868, -0.19896, -16.98361], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [55.28132, -0.19896, -16.98361], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [55.28132, -0.19896, -16.98361], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [10.28132, -0.19896, -16.98361], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [55.28132, -0.19896, -16.98361], + "lerp_mode": "catmullrom" + }, + "2.25": [55.28132, -0.19896, -16.98361], + "2.3333": [55.28132, -0.19896, -16.98361], + "2.75": ["math.sin(q.anim_time*90*1-320)*16", 0, 0] + } + }, + "ribbon_top_right6": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*1-360)*18", 0, "0-math.sin(q.anim_time*90*1-280)*14"], + "0.25": [5, 0, 0], + "0.6667": { + "pre": [-12.5, 0, 0], + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-10.10443, 7.32123, -1.63219], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-0.10443, 7.32123, -1.63219], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-0.10443, 7.32123, -1.63219], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [22.39557, 7.32123, -1.63219], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [12.39557, 7.32123, -1.63219], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [12.39557, 7.32123, -1.63219], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [4.89557, 7.32123, -1.63219], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [12.39557, 7.32123, -1.63219], + "lerp_mode": "catmullrom" + }, + "2.25": [12.39557, 7.32123, -1.63219], + "2.3333": [12.39557, 7.32123, -1.63219], + "2.75": ["math.sin(q.anim_time*90*1-360)*18", 0, "0-math.sin(q.anim_time*90*1-280)*14"] + } + }, + "ribbon_top_right7": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*90*1-400)*20", 0, 0], + "0.25": [10, 0, 0], + "0.6667": { + "pre": [2.5, 0, 0], + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": [15, 0, 0], + "2.3333": [15, 0, 0], + "2.75": ["0+math.sin(q.anim_time*90*1-400)*20", 0, 0] + } + }, + "ribbon_top_right8": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*90*1-440)*22", 0, 0], + "0.25": [10, 0, 0], + "0.6667": { + "pre": [-7.5, 0, 0], + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-4.76968, 1.50179, 17.43745], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": [-5, 0, 0], + "2.3333": [-5, 0, 0], + "2.75": ["0+math.sin(q.anim_time*90*1-440)*22", 0, 0] + } + }, + "ribbon_top_right9": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*90*1-480)*24", 0, 0], + "0.25": [10, 0, 0], + "0.6667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": [7.5, 0, 0], + "2.3333": [7.5, 0, 0], + "2.75": ["0+math.sin(q.anim_time*90*1-480)*24", 0, 0] + } + }, + "ribbon_top_right10": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*1-520)*26", 0, 0], + "0.25": [5, 0, 30], + "0.6667": { + "pre": [4.69986, 1.70818, 10.0701], + "post": [4.69986, 1.70818, 10.0701], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [4.76968, 1.50179, 12.56255], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-25.23032, 1.50179, 12.56255], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-25.23032, 1.50179, 12.56255], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-25.50568, 8.2804, 9.33945], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-15.50568, 8.2804, 9.33945], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-15.50568, 8.2804, 9.33945], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-15.34268, 1.04979, 11.33948], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-15.50568, 8.2804, 9.33945], + "lerp_mode": "catmullrom" + }, + "2.25": [-15.50568, 8.2804, 9.33945], + "2.3333": [-15.50568, 8.2804, 9.33945], + "2.75": ["math.sin(q.anim_time*90*1-520)*26", 0, 0] + } + }, + "ribbon_top_left": { + "rotation": { + "0.0": ["-20.7723+math.sin(q.anim_time*90*1-40)*8", -13.55021, 6.49475], + "0.25": [2.71994, -19.82169, -7.97532], + "0.6667": { + "pre": [0.90956, -19.98015, -2.66022], + "post": [0.90956, -19.98015, -2.66022], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-21.53872, -8.23537, 3.13001], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [19.70636, -16.75869, -22.43163], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [19.70636, -16.75869, -22.43163], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [64.78055, -24.48923, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [33.53739, -13.92244, -34.24274], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [28.53739, -13.92244, -34.24274], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [21.03739, -13.92244, -34.24274], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [33.53739, -13.92244, -34.24274], + "lerp_mode": "catmullrom" + }, + "2.25": [33.53739, -13.92244, -34.24274], + "2.3333": [33.53739, -13.92244, -34.24274], + "2.75": ["-20.7723+math.sin(q.anim_time*90*1-40)*8", -13.55021, 6.49475] + } + }, + "ribbon_top_left2": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*90*1-200)*10", 0, 0], + "0.25": [-17.5, 0, 0], + "0.6667": { + "pre": [-12.5, 0, 0], + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-17.64168, -7.15102, 2.26708], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-17.64168, -7.15102, 2.26708], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-21.73628, -5.45777, -3.77768], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [9.96413, 16.25053, 19.22636], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [9.96413, 16.25053, 19.22636], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [2.46413, 16.25053, 19.22636], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [9.96413, 16.25053, 19.22636], + "lerp_mode": "catmullrom" + }, + "2.25": [9.96413, 16.25053, 19.22636], + "2.3333": [9.96413, 16.25053, 19.22636], + "2.75": ["0+math.sin(q.anim_time*90*1-200)*10", 0, 0] + } + }, + "ribbon_top_left3": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*90*1-240)*12", 0, 0], + "0.25": [-7.5, 0, 0], + "0.6667": { + "pre": [-10, 0, 0], + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": [20, 0, 0], + "2.3333": [20, 0, 0], + "2.75": ["0+math.sin(q.anim_time*90*1-240)*12", 0, 0] + } + }, + "ribbon_top_left4": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*90*1-280)*14", 0, "0+math.sin(q.anim_time*90*1-280)*14"], + "0.25": [12.5, 0, -10], + "0.6667": { + "pre": [10, 0, -10], + "post": [10, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-20, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-15, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-16.36591, -2.84069, -18.43504], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [8.63409, -2.84069, -18.43504], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [8.63409, -2.84069, -18.43504], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [1.13409, -2.84069, -18.43504], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [8.63409, -2.84069, -18.43504], + "lerp_mode": "catmullrom" + }, + "2.25": [8.63409, -2.84069, -18.43504], + "2.3333": [8.63409, -2.84069, -18.43504], + "2.75": ["0+math.sin(q.anim_time*90*1-280)*14", 0, "0+math.sin(q.anim_time*90*1-280)*14"] + } + }, + "ribbon_top_left5": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*1-320)*16", 0, 0], + "0.25": [22.55673, 10.7471, -6.37615], + "0.6667": { + "pre": [16.72832, 5.76707, 5.21338], + "post": [16.72832, 5.76707, 5.21338], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-13.27168, 5.76707, 5.21338], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-0.76813, -1.73225, 5.31415], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-0.76813, -1.73225, 5.31415], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [6.58746, -9.26467, 6.07668], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [26.58746, -9.26467, 6.07668], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [26.58746, -9.26467, 6.07668], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [9.08746, -9.26467, 6.07668], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [26.58746, -9.26467, 6.07668], + "lerp_mode": "catmullrom" + }, + "2.25": [26.58746, -9.26467, 6.07668], + "2.3333": [26.58746, -9.26467, 6.07668], + "2.75": ["math.sin(q.anim_time*90*1-320)*16", 0, 0] + } + }, + "ribbon_top_left6": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*1-360)*18", 0, "0+math.sin(q.anim_time*90*1-280)*14"], + "0.25": [10, 0, 0], + "0.6667": { + "pre": [-19.8423, 2.55868, 7.05239], + "post": [-19.8423, 2.55868, 7.05239], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-9.8423, 2.55868, 7.05239], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [13.20985, -4.82797, 16.88263], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [13.20985, -4.82797, 16.88263], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [19.95791, 3.65714, 0.13959], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [24.95791, 3.65714, 0.13959], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [24.95791, 3.65714, 0.13959], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-7.54209, 3.65714, 0.13959], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [24.95791, 3.65714, 0.13959], + "lerp_mode": "catmullrom" + }, + "2.25": [24.95791, 3.65714, 0.13959], + "2.3333": [24.95791, 3.65714, 0.13959], + "2.75": ["math.sin(q.anim_time*90*1-360)*18", 0, "0+math.sin(q.anim_time*90*1-280)*14"] + } + }, + "ribbon_top_left7": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*90*1-400)*20", 0, 0], + "0.25": [12.5, 0, 0], + "0.6667": { + "pre": [2.5, 0, 0], + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": [12.5, 0, 0], + "2.3333": [12.5, 0, 0], + "2.75": ["0+math.sin(q.anim_time*90*1-400)*20", 0, 0] + } + }, + "ribbon_top_left8": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*90*1-440)*22", 0, 0], + "0.25": [7.5, 0, 0], + "0.6667": { + "pre": [-10, 0, 0], + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": [-10, 0, 0], + "2.3333": [-10, 0, 0], + "2.75": ["0+math.sin(q.anim_time*90*1-440)*22", 0, 0] + } + }, + "ribbon_top_left9": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*90*1-480)*24", 0, 0], + "0.25": [7.5, 0, 0], + "0.6667": { + "pre": [22.5, 0, 0], + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [13.19088, 2.01214, 7.79117], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": [-2.5, 0, 0], + "2.3333": [-2.5, 0, 0], + "2.75": ["0+math.sin(q.anim_time*90*1-480)*24", 0, 0] + } + }, + "ribbon_top_left10": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*1-520)*26", 0, 0], + "0.25": [17.5, 0, 0], + "0.6667": { + "pre": [17.25002, 2.99318, -9.54589], + "post": [17.25002, 2.99318, -9.54589], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [24.75002, 2.99318, -9.54589], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-2.66862, -2.86986, -5.73048], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-2.66862, -2.86986, -5.73048], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-0.16862, -2.86986, -5.73048], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [14.83138, -2.86986, -5.73048], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [14.83138, -2.86986, -5.73048], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [14.87708, -5.28633, -6.37296], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [14.83138, -2.86986, -5.73048], + "lerp_mode": "catmullrom" + }, + "2.25": [14.83138, -2.86986, -5.73048], + "2.3333": [14.83138, -2.86986, -5.73048], + "2.75": ["math.sin(q.anim_time*90*1-520)*26", 0, 0] + } + }, + "ribbon_tip_left": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*1-40)*16", "math.sin(q.anim_time*90*1-40)*8", "math.sin(q.anim_time*90*1-40)*8"], + "0.4583": [2.5, 0, 0], + "0.5": { + "pre": [2.5, 0, 0], + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": [7.5, 0, 0], + "2.625": [7.5, 0, 0], + "2.75": ["math.sin(q.anim_time*90*1-40)*16", "math.sin(q.anim_time*90*1-40)*8", "math.sin(q.anim_time*90*1-40)*8"] + } + }, + "ribbon_tip_left2": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*1-80)*10", "math.sin(q.anim_time*90*1-80)*10", "math.sin(q.anim_time*90*1-80)*10"], + "0.4583": [2.5, 0, 0], + "0.5": { + "pre": [2.5, 0, 0], + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": [2.5, 0, 0], + "2.625": [2.5, 0, 0], + "2.75": ["math.sin(q.anim_time*90*1-80)*10", "math.sin(q.anim_time*90*1-80)*10", "math.sin(q.anim_time*90*1-80)*10"] + } + }, + "ribbon_tip_left3": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*1-120)*12", "math.sin(q.anim_time*90*1-120)*12", "math.sin(q.anim_time*90*1-120)*12"], + "0.4583": [5, 0, 0], + "0.5": { + "pre": [5, 0, 0], + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": [5, 0, 0], + "2.625": [5, 0, 0], + "2.75": ["math.sin(q.anim_time*90*1-120)*12", "math.sin(q.anim_time*90*1-120)*12", "math.sin(q.anim_time*90*1-120)*12"] + } + }, + "ribbon_tip_left4": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*1-160)*14", "math.sin(q.anim_time*90*1-160)*14", "math.sin(q.anim_time*90*1-160)*14"], + "0.4583": [7.5, 0, 0], + "0.5": { + "pre": [7.5, 0, 0], + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": [5, 0, 0], + "2.625": [5, 0, 0], + "2.75": ["math.sin(q.anim_time*90*1-160)*14", "math.sin(q.anim_time*90*1-160)*14", "math.sin(q.anim_time*90*1-160)*14"] + } + }, + "ribbon_tip_left5": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*1-200)*16", "math.sin(q.anim_time*90*1-200)*16", "math.sin(q.anim_time*90*1-200)*16"], + "0.4583": [10, 0, 0], + "0.5": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-14.24523, 1.93851, 4.05779], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": [2.5, 0, 0], + "2.625": [2.5, 0, 0], + "2.75": ["math.sin(q.anim_time*90*1-200)*16", "math.sin(q.anim_time*90*1-200)*16", "math.sin(q.anim_time*90*1-200)*16"] + } + }, + "ribbon_tip_left6": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*1-240)*20", "math.sin(q.anim_time*90*1-240)*20", "math.sin(q.anim_time*90*1-240)*20"], + "0.4583": [5, 0, 0], + "0.5": { + "pre": [5, 0, 0], + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": [5, 0, 0], + "2.625": [5, 0, 0], + "2.75": ["math.sin(q.anim_time*90*1-240)*20", "math.sin(q.anim_time*90*1-240)*20", "math.sin(q.anim_time*90*1-240)*20"] + } + }, + "ribbon_tip_left7": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*1-280)*24", "math.sin(q.anim_time*90*1-280)*24", "math.sin(q.anim_time*90*1-280)*24"], + "0.4583": [10, 0, 0], + "0.5": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": [7.5, 0, 0], + "2.625": [7.5, 0, 0], + "2.75": ["math.sin(q.anim_time*90*1-280)*24", "math.sin(q.anim_time*90*1-280)*24", "math.sin(q.anim_time*90*1-280)*24"] + } + }, + "ribbon_tip_left8": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*1-320)*28", "math.sin(q.anim_time*90*1-320)*28", "math.sin(q.anim_time*90*1-320)*28"], + "0.4583": [7.5, 0, 0], + "0.5": { + "pre": [7.5, 0, 0], + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": [7.5, 0, 0], + "2.625": [7.5, 0, 0], + "2.75": ["math.sin(q.anim_time*90*1-320)*28", "math.sin(q.anim_time*90*1-320)*28", "math.sin(q.anim_time*90*1-320)*28"] + } + }, + "ribbon_tip_left9": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*1-360)*32", "math.sin(q.anim_time*90*1-360)*32", "math.sin(q.anim_time*90*1-360)*32"], + "0.4583": [12.5, 0, 0], + "0.5": { + "pre": [12.5, 0, 0], + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": [7.5, 0, 0], + "2.625": [7.5, 0, 0], + "2.75": ["math.sin(q.anim_time*90*1-360)*32", "math.sin(q.anim_time*90*1-360)*32", "math.sin(q.anim_time*90*1-360)*32"] + } + }, + "ribbon_tip_left10": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*1-400)*36", "math.sin(q.anim_time*90*1-400)*36", "math.sin(q.anim_time*90*1-400)*36"], + "0.4583": [7.5, 0, 0], + "0.5": { + "pre": [7.5, 0, 0], + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": [2.5, 0, 0], + "2.625": [2.5, 0, 0], + "2.75": ["math.sin(q.anim_time*90*1-400)*36", "math.sin(q.anim_time*90*1-400)*36", "math.sin(q.anim_time*90*1-400)*36"] + } + }, + "ribbon_tip_left11": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*1-440)*40", "math.sin(q.anim_time*90*1-440)*40", "math.sin(q.anim_time*90*1-440)*40"], + "0.4583": [10.05187, 0.35659, -0.36762], + "1.125": { + "pre": [10.05187, 0.35659, -0.36762], + "post": [10.05187, 0.35659, -0.36762], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [15.05187, 0.35659, -0.36762], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [15.05187, 0.35659, -0.36762], + "lerp_mode": "catmullrom" + }, + "2.5833": [15.05187, 0.35659, -0.36762], + "2.625": [15.05187, 0.35659, -0.36762], + "2.75": ["math.sin(q.anim_time*90*1-440)*40", "math.sin(q.anim_time*90*1-440)*40", "math.sin(q.anim_time*90*1-440)*40"] + } + }, + "ribbon_tip_left12": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*1-480)*44", "math.sin(q.anim_time*90*1-480)*44", "math.sin(q.anim_time*90*1-480)*44"], + "0.4583": [20, 0, 0], + "0.5": { + "pre": [20, 0, 0], + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": [5, 0, 0], + "2.625": [5, 0, 0], + "2.75": ["math.sin(q.anim_time*90*1-480)*44", "math.sin(q.anim_time*90*1-480)*44", "math.sin(q.anim_time*90*1-480)*44"] + } + }, + "ribbon_tip_right": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*1-40)*16", "math.sin(q.anim_time*90*1-40)*16", "math.sin(q.anim_time*90*1-40)*16"], + "0.4583": [-7.5, 0, 0], + "0.5": { + "pre": [-7.5, 0, 0], + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": [7.5, 0, 0], + "2.625": [7.5, 0, 0], + "2.75": ["math.sin(q.anim_time*90*1-40)*16", "math.sin(q.anim_time*90*1-40)*16", "math.sin(q.anim_time*90*1-40)*16"] + } + }, + "ribbon_tip_right2": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*1-80)*10", "math.sin(q.anim_time*90*1-80)*10", "math.sin(q.anim_time*90*1-80)*10"], + "0.4583": [15, 0, 0], + "0.5": { + "pre": [15, 0, 0], + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": [10, 0, 0], + "2.625": [10, 0, 0], + "2.75": ["math.sin(q.anim_time*90*1-80)*10", "math.sin(q.anim_time*90*1-80)*10", "math.sin(q.anim_time*90*1-80)*10"] + } + }, + "ribbon_tip_right3": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*1-120)*12", "math.sin(q.anim_time*90*1-120)*12", "math.sin(q.anim_time*90*1-120)*12"], + "0.4583": [7.5, 0, 0], + "0.5": { + "pre": [7.5, 0, 0], + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": [2.5, 0, 0], + "2.625": [2.5, 0, 0], + "2.75": ["math.sin(q.anim_time*90*1-120)*12", "math.sin(q.anim_time*90*1-120)*12", "math.sin(q.anim_time*90*1-120)*12"] + } + }, + "ribbon_tip_right4": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*1-160)*14", "math.sin(q.anim_time*90*1-160)*14", "math.sin(q.anim_time*90*1-160)*14"], + "0.4583": [12.5, 0, 0], + "0.5": { + "pre": [12.5, 0, 0], + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": [2.5, 0, 0], + "2.625": [2.5, 0, 0], + "2.75": ["math.sin(q.anim_time*90*1-160)*14", "math.sin(q.anim_time*90*1-160)*14", "math.sin(q.anim_time*90*1-160)*14"] + } + }, + "ribbon_tip_right5": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*1-200)*16", "math.sin(q.anim_time*90*1-200)*16", "math.sin(q.anim_time*90*1-200)*16"], + "0.4583": [2.5, 0, 0], + "0.5": { + "pre": [2.5, 0, 0], + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": [12.5, 0, 0], + "2.625": [12.5, 0, 0], + "2.75": ["math.sin(q.anim_time*90*1-200)*16", "math.sin(q.anim_time*90*1-200)*16", "math.sin(q.anim_time*90*1-200)*16"] + } + }, + "ribbon_tip_right6": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*1-240)*20", "math.sin(q.anim_time*90*1-240)*20", "math.sin(q.anim_time*90*1-240)*20"], + "0.4583": [15, 0, 0], + "0.5": { + "pre": [15, 0, 0], + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": [7.5, 0, 0], + "2.625": [7.5, 0, 0], + "2.75": ["math.sin(q.anim_time*90*1-240)*20", "math.sin(q.anim_time*90*1-240)*20", "math.sin(q.anim_time*90*1-240)*20"] + } + }, + "ribbon_tip_right7": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*1-280)*24", "math.sin(q.anim_time*90*1-280)*24", "math.sin(q.anim_time*90*1-280)*24"], + "0.4583": [2.5, 0, 0], + "0.5": { + "pre": [2.5, 0, 0], + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": [7.5, 0, 0], + "2.625": [7.5, 0, 0], + "2.75": ["math.sin(q.anim_time*90*1-280)*24", "math.sin(q.anim_time*90*1-280)*24", "math.sin(q.anim_time*90*1-280)*24"] + } + }, + "ribbon_tip_right8": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*1-280)*24", "math.sin(q.anim_time*90*1-280)*24", "math.sin(q.anim_time*90*1-280)*24"], + "0.4583": [7.5, 0, 0], + "0.5": { + "pre": [7.5, 0, 0], + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": [5, 0, 0], + "2.625": [5, 0, 0], + "2.75": ["math.sin(q.anim_time*90*1-280)*24", "math.sin(q.anim_time*90*1-280)*24", "math.sin(q.anim_time*90*1-280)*24"] + } + }, + "ribbon_tip_right9": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*1-360)*32", "math.sin(q.anim_time*90*1-360)*32", "math.sin(q.anim_time*90*1-360)*32"], + "0.4583": [2.5, 0, 0], + "0.5": { + "pre": [2.5, 0, 0], + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": [2.5, 0, 0], + "2.625": [2.5, 0, 0], + "2.75": ["math.sin(q.anim_time*90*1-360)*32", "math.sin(q.anim_time*90*1-360)*32", "math.sin(q.anim_time*90*1-360)*32"] + } + }, + "ribbon_tip_right10": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*1-400)*36", "math.sin(q.anim_time*90*1-400)*36", "math.sin(q.anim_time*90*1-400)*36"], + "0.4583": [7.5, 0, 0], + "0.5": { + "pre": [7.5, 0, 0], + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": [7.5, 0, 0], + "2.625": [7.5, 0, 0], + "2.75": ["math.sin(q.anim_time*90*1-400)*36", "math.sin(q.anim_time*90*1-400)*36", "math.sin(q.anim_time*90*1-400)*36"] + } + }, + "ribbon_tip_right11": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*1-440)*40", "math.sin(q.anim_time*90*1-440)*40", "math.sin(q.anim_time*90*1-440)*40"], + "0.4583": [15, 0, 0], + "0.5": { + "pre": [15, 0, 0], + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": [2.5, 0, 0], + "2.625": [2.5, 0, 0], + "2.75": ["math.sin(q.anim_time*90*1-440)*40", "math.sin(q.anim_time*90*1-440)*40", "math.sin(q.anim_time*90*1-440)*40"] + } + }, + "ribbon_tip_right12": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*1-480)*44", "math.sin(q.anim_time*90*1-480)*44", "math.sin(q.anim_time*90*1-480)*44"], + "0.4583": [7.5, 0, 0], + "0.5": { + "pre": [7.5, 0, 0], + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": [2.5, 0, 0], + "2.625": [2.5, 0, 0], + "2.75": ["math.sin(q.anim_time*90*1-480)*44", "math.sin(q.anim_time*90*1-480)*44", "math.sin(q.anim_time*90*1-480)*44"] + } + } + } + }, + "animation.megarayquaza.blink": { + "animation_length": 0.1667, + "bones": { + "eye_right": { + "position": [0, 0, 0] + }, + "iris_right": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "eye_left": { + "position": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, 0] + } + }, + "iris_left": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/melmetal/melmetal.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/melmetal/melmetal.animation.json new file mode 100644 index 0000000..4bab9c4 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/melmetal/melmetal.animation.json @@ -0,0 +1,188 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.melmetal.ground_walk": { + "loop": true, + "animation_length": 2, + "bones": { + "bot_torso": { + "rotation": ["-0-math.cos(q.anim_time*90*2*2)*3", "0+math.cos(q.anim_time*90*2)*6", "0-math.cos(q.anim_time*90*2)*3"], + "position": { + "0.0": [0, "0-math.sin(q.anim_time*90*2*2)*0.3", 0], + "0.3333": [0, "0-math.sin(q.anim_time*90*2*2)*0.3", 0], + "0.4167": [0, "0-math.sin(q.anim_time*90*2*20)*0.1", 0], + "0.7917": [0, "0-math.sin(q.anim_time*90*2*2)*0.3", 0], + "1.3333": [0, "0-math.sin(q.anim_time*90*2*2)*0.3", 0], + "1.4167": [0, "0-math.sin(q.anim_time*90*2*20)*0.1", 0], + "1.7917": [0, "0-math.sin(q.anim_time*90*2*2)*0.3", 0] + } + }, + "middle_torso": { + "rotation": ["7.5-math.cos(q.anim_time*90*2*2-60)*1", "math.cos(q.anim_time*90*2-60)*3", "-math.cos(q.anim_time*90*2)*3"] + }, + "top_torso": { + "rotation": { + "0.0": ["0-math.cos(q.anim_time*90*2*2-120)*3/2", "-0.1599+math.cos(q.anim_time*90*2-120)*2", 0.31658], + "0.375": ["0-math.cos(q.anim_time*90*2*2-120)*3/2", "-0.1599+math.cos(q.anim_time*90*2-120)*2", 0.32], + "0.4583": ["0-math.cos(q.anim_time*90*2*2-120)*3/2", "-0.1599+math.cos(q.anim_time*90*2-120)*2", 0.32], + "0.8333": ["0-math.cos(q.anim_time*90*2*2-120)*3/2", "-0.1599+math.cos(q.anim_time*90*2-120)*2", 0.31658], + "1.375": ["0-math.cos(q.anim_time*90*2*2-120)*3/2", "-0.1599+math.cos(q.anim_time*90*2-120)*2", 0.32], + "1.4583": ["0-math.cos(q.anim_time*90*2*2-120)*3/2", "-0.1599+math.cos(q.anim_time*90*2-120)*2", 0.32], + "1.9583": ["0-math.cos(q.anim_time*90*2*2-120)*3/2", "-0.1599+math.cos(q.anim_time*90*2-120)*2", 0.31658] + }, + "position": { + "0.0": [0, "-1-math.sin(q.anim_time*90*2*2)*0.3", 0], + "0.3333": [0, "-1-math.sin(q.anim_time*90*2*2)*0.3", 0], + "0.4167": [0, "-1-math.sin(q.anim_time*90*2*20)*0.1", 0], + "0.7917": [0, "-1-math.sin(q.anim_time*90*2*2)*0.3", 0], + "1.3333": [0, "-1-math.sin(q.anim_time*90*2*2)*0.3", 0], + "1.4167": [0, "-1-math.sin(q.anim_time*90*2*20)*0.1", 0], + "1.7917": [0, "-1-math.sin(q.anim_time*90*2*2)*0.3", 0] + } + }, + "eye": { + "position": [0, "0.4*math.sin(q.anim_time*90*4-20)", 0] + }, + "arm_l_3": { + "rotation": [0, 0, 7.5] + }, + "arm_l_4": { + "rotation": ["-0.2067-math.cos(q.anim_time*90*2*2-130)*1", "0.5209-math.cos(q.anim_time*90*2-160)*10", "-52.536-math.cos(q.anim_time*90*2-160)*2"] + }, + "bone2": { + "rotation": [0, "-49.5061-math.cos(q.anim_time*90*2-160)*8", -0.3703] + }, + "bone5": { + "rotation": [0, "-37.5061-math.cos(q.anim_time*90*2-160)*8", -0.3703] + }, + "arm_l_1": { + "rotation": [0, 0, -7.5] + }, + "arm_l_2": { + "rotation": ["0.1613-math.cos(q.anim_time*90*2*2-130)*1", "-0.5189-math.cos(q.anim_time*90*2-160)*10", "52.5286-math.cos(q.anim_time*90*2-160)*2"] + }, + "bone": { + "rotation": [0, "49.5061-math.cos(q.anim_time*90*2-160)*8", 0.37032] + }, + "bone8": { + "rotation": [0, "37.5061-math.cos(q.anim_time*90*2-160)*8", 0.37032] + }, + "tail_cone": { + "rotation": ["1-math.cos(q.anim_time*90*2*2-160)*5", 0, 0] + }, + "leg_left_top": { + "rotation": ["0-math.sin(q.anim_time*90*2)*10", -5, 0], + "position": { + "0.0": [0, "0+math.clamp(math.cos(q.anim_time*90*2)*5/2,0,20)", "0-math.sin(q.anim_time*90*2)*2"], + "0.3333": [0, "0+math.clamp(math.cos(q.anim_time*90*2)*5/2,0,20)", "0-math.sin(q.anim_time*90*2)*2"], + "0.4167": [0, "-0.5+math.clamp(math.cos(q.anim_time*90*2)*5/2,0,20)", "0-math.sin(q.anim_time*90*2)*2"], + "0.5": [0, "0+math.clamp(math.cos(q.anim_time*90*2)*5/2,0,20)", "0-math.sin(q.anim_time*90*2)*2"], + "1.0833": [0, "0+math.clamp(math.cos(q.anim_time*90*2)*5/2,0,20)", "0-math.sin(q.anim_time*90*2)*2"], + "1.5833": [0, "1.4+math.clamp(math.cos(q.anim_time*90*2)*5/2,0,20)", "-math.sin(q.anim_time*90*2)*2"], + "2.0": [0, "0+math.clamp(math.cos(q.anim_time*90*2)*5/2,0,20)", "0-math.sin(q.anim_time*90*2)*2"] + } + }, + "leg_bot": { + "rotation": { + "0.0": [6, -5, 0], + "0.3333": [-0.74, -5, 0], + "0.4583": [11, -5, 0], + "1.0": [0, -5, 0], + "1.5": [2.5, -5, 0], + "2.0": [6, -5, 0] + } + }, + "leg_right_top": { + "rotation": ["0+math.sin(q.anim_time*90*2)*10", 5, 0], + "position": { + "0.0": [0, "0+math.clamp(math.cos(q.anim_time*90*2-180)*5/2,0,20)", "0+math.sin(q.anim_time*90*2)*2"], + "0.2083": [0, "0+math.clamp(math.cos(q.anim_time*90*2-180)*5/2,0,20)", "0+math.sin(q.anim_time*90*2)*2"], + "0.625": [0, "1.6+math.clamp(math.cos(q.anim_time*90*2-180)*5/2,0,20)", "0+math.sin(q.anim_time*90*2)*2"], + "1.3333": [0, "0+math.clamp(math.cos(q.anim_time*90*2-180)*5/2,0,20)", "0+math.sin(q.anim_time*90*2)*2"], + "1.4167": [0, "-0.5+math.clamp(math.cos(q.anim_time*90*2-180)*5/2,0,20)", "0+math.sin(q.anim_time*90*2)*2"], + "1.5": [0, "0+math.clamp(math.cos(q.anim_time*90*2-180)*5/2,0,20)", "0+math.sin(q.anim_time*90*2)*2"] + } + }, + "leg_bot2": { + "rotation": { + "0.0": [0, 5, 0], + "0.5": [2.5, 5, 0], + "0.9583": { + "pre": [0.7227, 5, 2.25997], + "post": [0.7227, 5, 2.25997], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-3.24, 5, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": [11, 5, 0], + "2.0": [0, 5, 0] + } + } + } + }, + "animation.melmetal.ground_idle": { + "loop": true, + "bones": { + "bot_torso": { + "rotation": ["1+1*math.sin(q.anim_time*90*1+90)", 0, "0.1*math.sin(q.anim_time*90*2+90)"], + "position": [0, "0.4*math.sin(q.anim_time*90*1-20)", 0] + }, + "middle_torso": { + "rotation": ["2.5+1*math.sin(q.anim_time*90*1+120)", 0, 0] + }, + "top_torso": { + "rotation": ["1*math.sin(q.anim_time*90*1+150)", 0, 0], + "position": [0, -1, 0] + }, + "eye": { + "position": [0, "0-math.sin(q.anim_time*90*2)*0.3", 0] + }, + "arm_l_3": { + "rotation": [0, 0, 7.5] + }, + "arm_l_4": { + "rotation": ["-0.0086+2*math.sin(q.anim_time*90*1+150)", "0.1742-0.0773*math.sin(q.anim_time*90*1+150)", "-42.4922+6*math.sin(q.anim_time*90*1+150)"] + }, + "bone2": { + "rotation": [0, -40, "-52.5018+6*math.sin(q.anim_time*90*1+150)*0.2"] + }, + "bone5": { + "rotation": [4.40571, -37.26989, -28.86195] + }, + "arm_l_1": { + "rotation": [0, 0, -7.5] + }, + "arm_l_2": { + "rotation": ["-0.1995-2*math.sin(q.anim_time*90*1+150)", "0.8553-2*math.sin(q.anim_time*90*1+160)", "42.4922-6*math.sin(q.anim_time*90*1+160)"] + }, + "bone": { + "rotation": [0, 40, "52.5018-6*math.sin(q.anim_time*90*1+160)*0.2"] + }, + "bone8": { + "rotation": [4.40571, 37.26989, 28.86195] + }, + "tail_cone": { + "rotation": ["1*math.sin(q.anim_time*90*2-20)*5", "-6*math.sin(q.anim_time*90*2-20)*0.2", "-3*math.cos(q.anim_time*90*2-20)"] + }, + "leg_left_top": { + "rotation": [0, -7.5, 0], + "position": [0, "0.2*math.sin(q.anim_time*90*1-20)", 0] + }, + "leg_bot": { + "rotation": [0, 0, 0], + "position": [0, "-0.2*math.sin(q.anim_time*90*1-20)", 0] + }, + "leg_right_top": { + "rotation": [0, 7.5, 0], + "position": [0, "0.2*math.sin(q.anim_time*90*1-20)", 0] + }, + "leg_bot2": { + "rotation": [0, 0, 0], + "position": [0, "-0.2*math.sin(q.anim_time*90*1-20)", 0] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/meltan/meltan.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/meltan/meltan.animation.json new file mode 100644 index 0000000..889e920 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/meltan/meltan.animation.json @@ -0,0 +1,226 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.meltan.ground_idle": { + "loop": true, + "bones": { + "body2": { + "rotation": ["-1.25+math.sin(q.anim_time*90*1.5-60)*4", 0, "-math.sin(q.anim_time*90*0.75)*3"], + "position": [0, "math.sin(q.anim_time*90*1.5+30)*0.25", 0] + }, + "bodytop": { + "rotation": ["-1.25+math.sin(q.anim_time*90*1.5-120)*3", 0, "-math.sin(q.anim_time*90*0.75)*3"], + "position": [0, "-math.sin(q.anim_time*90*1.5-120)*0.25", 0] + }, + "arm_left": { + "rotation": [0, 0, "22-math.sin(q.anim_time*90*1.5+30)*8"] + }, + "arm_right": { + "rotation": [0, 0, "-22.25+math.sin(q.anim_time*90*1.5+30)*8"] + }, + "body": { + "position": [0, "0+math.sin(q.anim_time*90*1.5+30)*0.1", 0] + }, + "eyes2": { + "position": [0, "0+math.sin(q.anim_time*90*1.6+30)*0.5", 0] + }, + "bone3": { + "rotation": ["-1.25+math.sin(q.anim_time*90*1.5-120)*5", 0, 0] + } + } + }, + "animation.meltan.ground_walk": { + "loop": true, + "bones": { + "body": { + "rotation": ["2-math.cos(q.anim_time*90*4*2)*2", "0-math.sin(q.anim_time*90*4)*3", "0+math.cos(q.anim_time*90*4)*3"], + "position": [0, "-0.225+math.sin(q.anim_time*90*4*2)*0.2", "0+math.sin(q.anim_time*90*4*2)*0.1"] + }, + "body2": { + "rotation": ["5-math.cos(q.anim_time*90*4*2)*2", "0-math.sin(q.anim_time*90*4)*3", "0+math.cos(q.anim_time*90*4)*3"], + "position": [0, "0+math.sin(q.anim_time*90*4*2)*0.2", 0] + }, + "arm_left": { + "rotation": [0, 0, "6-math.sin(q.anim_time*90*5+30)*8-4"] + }, + "arm_right": { + "rotation": [0, 0, "-5+math.sin(q.anim_time*90*5+30)*8+4"] + }, + "eyes2": { + "position": [0, "0+math.sin(q.anim_time*90*5+30)*0.5", 0] + }, + "bone3": { + "rotation": ["8-math.sin(q.anim_time*90*5-30)*5", 0, 0] + } + } + }, + "animation.meltan.faint": { + "loop": true, + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.2917": [3.58, 0, 0], + "0.625": [5.75, 0, 0], + "1.0417": [6.96, 0, 0], + "1.2083": [5.94, 0, 0], + "1.3333": [1, 0, 0], + "1.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.2917": [0, -0.955, 0.355], + "0.625": [0, -1.25, 0.5], + "0.9583": [0, -1.375, 0.525], + "1.0417": [0, -1.62, 0.52], + "1.1667": [0, -1.745, 0.52], + "1.25": [0, -1.62, 0.27], + "1.3333": [0, -0.37, -2.48], + "1.5": [0, 0.63, -3.23], + "1.75": [0, 0.53, -3.78], + "1.9583": [0, 0.09, -3.98], + "2.0833": [0, -0.195, -3.98], + "2.25": [0, -0.53, -3.98], + "2.4583": [0, -0.695, -3.98] + } + }, + "body2": { + "rotation": { + "0.0": [-7.5, 0, 0], + "0.5": [13, 0, 0], + "0.8333": [18.25, 0, 0], + "1.0417": [12.8, 0, 0], + "1.2917": [28.25, 0, 0], + "1.5": [5.25, 0, "0+Math.cos((query.anim_time) * 90 * 12) * 5"], + "1.7083": [0, 0, "0+Math.cos((query.anim_time) * 90 * 12) * 5"], + "2.0": [-10, 0, "0+Math.cos((query.anim_time) * 90 * 12) * 5"], + "2.7083": [0, 0, 0] + }, + "position": { + "1.4167": [0, 0, 0], + "1.5417": [0, 0.375, 0], + "1.6667": [0, 0.5, 0], + "2.0": [0, 0, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "1.1667": [1, 1, 1], + "1.4583": [1, 0.9, 1] + } + }, + "bodytop": { + "rotation": { + "1.25": [0, 0, 0], + "1.5": [0, 0, "0+Math.cos((query.anim_time) * 90 * 12 - 70) * 5"], + "2.125": [-15, 0, "0+Math.cos((query.anim_time) * 90 * 12 - 70) * 5"], + "2.5": [-1.64, 0, 0.1], + "2.7083": [0, 0, 0] + } + }, + "arm_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 32.5, 21.5], + "0.8333": [0, 37.5, 27.5], + "1.125": [0, 24.37, 15.55], + "1.2917": [0, 16.87, -18], + "1.5": [0, 7.5, -29.06], + "1.6667": [0, 0, -32.5], + "2.3333": [0, 0, 19], + "2.6667": [0, 0, 27.5] + }, + "position": { + "1.25": [0, 0, 0], + "1.5417": [0, 1, 0], + "2.125": [0, 1, 0], + "2.5417": [0, -0.5, 0] + } + }, + "arm_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -32.5, -21.5], + "0.8333": [0, -37.5, -27.5], + "1.125": [0, -24.37, -15.55], + "1.2917": [0, -16.87, 18], + "1.5": [0, -7.5, 29.06], + "1.6667": [0, 0, 32.5], + "2.3333": [0, 0, -19], + "2.6667": [0, 0, -27.5] + }, + "position": { + "1.25": [0, 0, 0], + "1.5417": [0, 1, 0], + "2.125": [0, 1, 0], + "2.5417": [0, -0.5, 0] + } + } + } + }, + "animation.meltan.sleep": { + "loop": true, + "bones": { + "body": { + "position": [0, -0.75, 0] + }, + "body2": { + "rotation": ["-5+Math.cos((query.anim_time) * 90 * 1-90) * -3", 0, 0], + "position": [0, 0, 0] + }, + "bodytop": { + "rotation": ["17.5+Math.cos((query.anim_time) * 90 * 1-130) * -1", 0, 0], + "scale": [1, 1, 1.1] + }, + "arm_left": { + "rotation": [0, 35, 17.5] + }, + "arm_right": { + "rotation": [0, -35, -17.5] + }, + "eyes2": { + "position": [0, "0+math.sin(q.anim_time*90*1.5+30)*0.5", 0] + }, + "bone3": { + "rotation": [8, 0, 0] + } + } + }, + "animation.meltan.cry": { + "animation_length": 1.29167, + "bones": { + "body": { + "position": { + "0.0": [0, 0, 0], + "0.125": [0, -0.5, 0], + "0.4167": [0, 0.675, 0], + "1.0417": [0, 0.775, 0], + "1.1667": [0, 0.125, 0], + "1.2917": [0, 0, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "0.125": [1.1, 0.8, 1.4], + "0.2917": [0.86, 1.32, 1], + "0.4167": [0.8, 1.5, 0.9], + "1.0417": [0.8, 1.6, 0.9], + "1.2083": [1.04, 1.04, 1.04], + "1.2917": [1, 1, 1] + } + }, + "bodytop": { + "scale": { + "0.0": [1, 1, 1], + "0.125": [0.9, 0.9, 1.2], + "0.375": [0.9, 0.6, 1.2], + "1.0417": [0.9, 0.6, 1.2], + "1.2917": [1, 1, 1] + } + } + } + }, + "animation.meltan.blink": { + "animation_length": 0.16667 + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/meowstic/meowstic_f.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/meowstic/meowstic_f.animation.json new file mode 100644 index 0000000..f581f96 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/meowstic/meowstic_f.animation.json @@ -0,0 +1,1296 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.meowstic_f.ground_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "head": { + "rotation": { + "0.0": [0, 0, 0], + "2.0": [5, 0, 0], + "4.0": [0, 0, 0] + } + }, + "arm_r": { + "rotation": { + "0.0": [0, 0, 15], + "2.0": [0, 0, 17.5], + "4.0": [0, 0, 15] + } + }, + "arm_l": { + "rotation": { + "0.0": [-5, 0, -40], + "2.0": [-5, 0, -42.5], + "4.0": [-5, 0, -40] + } + }, + "tail": { + "rotation": { + "0.0": [0, 0, 0], + "2.0": [5, 0, 0], + "4.0": [0, 0, 0] + } + }, + "leg_r": { + "rotation": [15, 0, 0] + }, + "leg_l": { + "rotation": [-15, 0, 5] + } + } + }, + "animation.meowstic_f.battle_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "head": { + "rotation": { + "0.0": [0, -7.5, 0], + "2.0": [5, -5, 0], + "4.0": [0, -7.5, 0] + } + }, + "arm_r": { + "rotation": { + "0.0": [0, 0, 15], + "2.0": [0, 0, 17.5], + "4.0": [0, 0, 15] + } + }, + "arm_l": { + "rotation": { + "0.0": [-5, 0, -40], + "2.0": [-5, 0, -42.5], + "4.0": [-5, 0, -40] + } + }, + "tail": { + "rotation": { + "0.0": [0, 0, 0], + "2.0": [5, 0, 0], + "4.0": [0, 0, 0] + } + }, + "leg_r": { + "rotation": { + "0.0": [15, 0, 15], + "2.375": [20, 0, 15] + } + }, + "leg_l": { + "rotation": [-10, 0, -10] + }, + "body": { + "rotation": [2.5, 7.5, 0] + } + } + }, + "animation.meowstic_f.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "body": { + "position": { + "0.0": [0, -0.5, 0], + "0.25": [0, 0, 0], + "0.5": [0, -0.5, 0], + "0.75": [0, 0, 0], + "1.0": [0, -0.5, 0] + } + }, + "arm_r": { + "rotation": { + "0.0": [-20, 0, 0], + "0.5": [20, 0, 0], + "1.0": [-20, 0, 0] + } + }, + "arm_l": { + "rotation": { + "0.0": [20, 0, 0], + "0.5": [-20, 0, 0], + "1.0": [20, 0, 0] + } + }, + "leg_r": { + "rotation": { + "0.0": [20, 0, 0], + "0.5": [-20, 0, 0], + "1.0": [20, 0, 0] + } + }, + "leg_l": { + "rotation": { + "0.0": [-20, 0, 0], + "0.5": [20, 0, 0], + "1.0": [-20, 0, 0] + } + } + } + }, + "animation.meowstic_f.faint": { + "animation_length": 3.5, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [-5, 0, 0], + "0.75": [5, 0, 0], + "1.125": [-5, 0, 0], + "1.5": [5, 0, 0], + "2.25": [90, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.375": [0, 0, -0.5], + "0.75": [0, 0, 0.5], + "1.125": [0, 0, -0.5], + "1.5": [0, 0, 0.5], + "2.25": [0, 2, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [-5, 0, 0], + "0.75": [5, 0, 0], + "1.125": [-5, 0, 0], + "1.5": [-12.5, 0, 0] + } + }, + "eye_l": { + "position": { + "1.2083": [0, 0, 0], + "1.25": [0, 0, 0.04] + } + }, + "closed_l": { + "position": { + "1.2083": [0, 0, 0], + "1.25": [0, 0, -0.06] + } + }, + "eye_r": { + "position": [0, 0, 0.04] + }, + "closed_r": { + "position": [0, 0, -0.06] + }, + "arm_r": { + "rotation": { + "1.5": [0, 0, 0], + "2.0": [30, 0, 0], + "2.5": [-10, 0, 0] + } + }, + "arm_l": { + "rotation": { + "1.5": [0, 0, 0], + "2.0": [30, 0, 0], + "2.5": [-10, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [0, 0, 0], + "1.5": [0, 0, 0], + "2.25": [-102.48909, -0.23108, 0.03748] + } + }, + "leg_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [5, 0, 0], + "0.75": [-5, 0, 0], + "1.125": [5, 0, 0], + "1.5": [-5, 0, 0], + "2.25": [15, 0, 0] + } + }, + "leg_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [5, 0, 0], + "0.75": [-5, 0, 0], + "1.125": [5, 0, 0], + "1.5": [-5, 0, 0], + "2.25": [15, 0, 0] + } + } + } + }, + "animation.meowstic_f.sleep": { + "loop": true, + "animation_length": 0.25, + "bones": { + "body": { + "rotation": [0, 0, 90], + "position": [-10, 4, 0] + }, + "head": { + "rotation": [24.47761, 5.24826, -11.36081] + }, + "eye_l": { + "position": { + "0.0": [0, 0, 0.05], + "0.25": [0, 0, 0.05] + } + }, + "closed_l": { + "position": { + "0.0": [0, 0, -0.07], + "0.25": [0, 0, -0.07] + } + }, + "eye_r": { + "position": { + "0.0": [0, 0, 0.05], + "0.25": [0, 0, 0.05] + } + }, + "closed_r": { + "position": { + "0.0": [0, 0, -0.07], + "0.25": [0, 0, -0.07] + } + }, + "arm_r": { + "rotation": [-90, -32.5, 0] + }, + "arm_l": { + "rotation": [-90, 37.5, 0] + }, + "collar": { + "rotation": [40, 0, 0], + "position": [0, 0, 0] + }, + "tail": { + "rotation": [-197.5, 0, 0] + }, + "tail1": { + "rotation": [0, -7.5, 0] + }, + "tail2": { + "rotation": [1.22383, 15.24329, -14.26021] + }, + "leg_r": { + "rotation": [-90, 0, 0] + }, + "leg_l": { + "rotation": [-90, 0, 0] + } + } + }, + "animation.meowstic_f.blink": { + "animation_length": 0.25, + "bones": { + "eye_l": { + "position": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [0, 0, 0], + "post": [0, 0, 0.05] + }, + "0.2083": { + "pre": [0, 0, 0.05], + "post": [0, 0, 0.05] + }, + "0.25": { + "pre": [0, 0, 0.05], + "post": [0, 0, 0] + } + } + }, + "closed_l": { + "position": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [0, 0, 0], + "post": [0, 0, -0.07] + }, + "0.2083": { + "pre": [0, 0, -0.07], + "post": [0, 0, -0.07] + }, + "0.25": { + "pre": [0, 0, -0.07], + "post": [0, 0, 0] + } + } + }, + "eye_r": { + "position": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [0, 0, 0], + "post": [0, 0, 0.05] + }, + "0.2083": { + "pre": [0, 0, 0.05], + "post": [0, 0, 0.05] + }, + "0.25": { + "pre": [0, 0, 0.05], + "post": [0, 0, 0] + } + } + }, + "closed_r": { + "position": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [0, 0, 0], + "post": [0, 0, -0.07] + }, + "0.2083": { + "pre": [0, 0, -0.07], + "post": [0, 0, -0.07] + }, + "0.25": { + "pre": [0, 0, -0.07], + "post": [0, 0, 0] + } + } + } + } + }, + "animation.meowstic_f.cry": { + "animation_length": 2, + "bones": { + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [2.5, 0, 0], + "0.75": [-10, 0, 0], + "1.25": [-10, 0, 0], + "1.75": [-10, 0, 0], + "2.0": [0, 0, 0] + } + }, + "mouth": { + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "0.5417": [0, 0, -0.02], + "1.75": [0, 0, -0.02], + "1.7917": [0, 0, 0] + } + } + } + }, + "animation.meowstic_f.recoil": { + "animation_length": 1.5, + "bones": { + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-2.9, 1.5, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-0.3, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "eye_r_closed": { + "position": { + "0.0": [-0.27, 0, 0], + "0.25": { + "pre": [-0.27, 0, 0], + "post": [-0.27, 0, 0] + }, + "0.2917": { + "pre": [-0.27, 0, 0], + "post": [0, 0, 0] + } + } + }, + "eye_l_closed": { + "position": { + "0.0": [0.27, 0, 0], + "0.25": { + "pre": [0.27, 0, 0], + "post": [0.27, 0, 0] + }, + "0.2917": { + "pre": [0.27, 0, 0], + "post": [0, 0, 0] + } + } + }, + "shoulder_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-3, -2.5, 0], + "post": [-3, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "forearm_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "paw_fl": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [12, 0, 0], + "post": [12, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "shoulder_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-3, 2.5, 0], + "post": [-3, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "forearm_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "paw_fr": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [12, 0, 0], + "post": [12, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "thigh_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "knee_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [15.5, 0, 0], + "post": [15.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-1.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "calf_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "paw_br": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [8, 0, 0], + "post": [8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "thigh_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "knee_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [15.5, 0, 0], + "post": [15.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-1.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "calf_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "paw_bl": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [8, 0, 0], + "post": [8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "tail1_f": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.8333": [2.5, 0, 0], + "1.0833": [0, 0, 0] + } + }, + "tail1_g": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.8333": [2.5, 0, 0], + "1.0833": [0, 0, 0] + } + }, + "tail1_h": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.8333": [2.5, 0, 0], + "1.0833": [0, 0, 0] + } + }, + "tail1_f2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.8333": [2.5, 0, 0], + "1.0833": [0, 0, 0] + } + }, + "tail1_g2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.8333": [2.5, 0, 0], + "1.0833": [0, 0, 0] + } + }, + "tail1_h2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.8333": [2.5, 0, 0], + "1.0833": [0, 0, 0] + } + }, + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 1, 0], + "post": [-8, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [7.5, 0, 0], + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-2.9, 1.5, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-0.3, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "eye_l": { + "position": { + "0.0": [0, 0, 0.25], + "0.25": { + "pre": [0, 0, 0.25], + "post": [0, 0, 0.25] + }, + "0.2917": { + "pre": [0, 0, 0.25], + "post": [0, 0, 0] + } + } + }, + "closed_l": { + "position": { + "0.0": [0, 0, -0.27], + "0.25": { + "pre": [0, 0, -0.27], + "post": [0, 0, -0.27] + }, + "0.2917": { + "pre": [0, 0, -0.27], + "post": [0, 0, 0] + } + } + }, + "eye_r": { + "position": { + "0.0": [0, 0, 0.25], + "0.25": { + "pre": [0, 0, 0.25], + "post": [0, 0, 0.25] + }, + "0.2917": { + "pre": [0, 0, 0.25], + "post": [0, 0, 0] + } + } + }, + "closed_r": { + "position": { + "0.0": [0, 0, -0.27], + "0.25": { + "pre": [0, 0, -0.27], + "post": [0, 0, -0.27] + }, + "0.2917": { + "pre": [0, 0, -0.27], + "post": [0, 0, 0] + } + } + }, + "tail1_c": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.8333": [2.5, 0, 0], + "1.0833": [0, 0, 0] + } + }, + "tail1_d": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.8333": [2.5, 0, 0], + "1.0833": [0, 0, 0] + } + }, + "tail1_e": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.8333": [2.5, 0, 0], + "1.0833": [0, 0, 0] + } + }, + "tail1_c2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.8333": [2.5, 0, 0], + "1.0833": [0, 0, 0] + } + }, + "tail1_d2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.8333": [2.5, 0, 0], + "1.0833": [0, 0, 0] + } + }, + "tail1_e2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.8333": [2.5, 0, 0], + "1.0833": [0, 0, 0] + } + } + } + }, + "animation.meowstic_f.physical": { + "animation_length": 1.5, + "bones": { + "tail1_f": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 10, 0], + "0.375": [0, -15, 0], + "0.5": [0, -15, 0], + "0.75": [10, 10, 0], + "1.0": [0, 0, 0] + } + }, + "tail1_g": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 10, 0], + "0.375": [0, -15, 0], + "0.5": [0, -15, 0], + "0.75": [10, 10, 0], + "1.0": [0, 0, 0] + } + }, + "tail1_h": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 10, 0], + "0.375": [0, -15, 0], + "0.5": [0, -15, 0], + "0.75": [10, 10, 0], + "1.0": [0, 0, 0] + } + }, + "tail1_f2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 10, 0], + "0.375": [0, -15, 0], + "0.5": [0, -15, 0], + "0.75": [10, 10, 0], + "1.0": [0, 0, 0] + } + }, + "tail1_g2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 10, 0], + "0.375": [0, -15, 0], + "0.5": [0, -15, 0], + "0.75": [10, 10, 0], + "1.0": [0, 0, 0] + } + }, + "tail1_h2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 10, 0], + "0.375": [0, -15, 0], + "0.5": [0, -15, 0], + "0.75": [10, 10, 0], + "1.0": [0, 0, 0] + } + }, + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, -25, 0], + "0.5": [0, 35, 0], + "0.75": [0, 35, 0], + "1.25": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.5": [0, 0, -2], + "0.75": [0, 0, -2], + "1.25": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [5, 5, 0], + "0.5": [-5, -15, 0], + "0.75": [-5, -15, 0], + "1.25": [0, 0, 0] + } + }, + "arm_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-25, -12.5, -10], + "0.5": [10, 0, 10], + "0.75": [10, 0, 10], + "1.25": [0, 0, 0] + } + }, + "arm_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [25, 0, -5], + "0.375": [-45, 6.25, -32.5], + "0.5": [-115, 52.5, 0], + "0.75": [-115, 52.5, 0], + "1.25": [0, 0, 0] + } + }, + "collar": { + "rotation": { + "0.25": [0, 0, 0], + "0.5": [0, -5, 0], + "0.75": [0, -5, 0], + "1.25": [0, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, -10, 0], + "0.5": [0, 10, 0], + "0.75": [0, 15, 0], + "1.0": [0, 0, 0] + } + }, + "tail1_b": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 10, 0], + "0.375": [0, -15, 0], + "0.5": [0, -15, 0], + "0.75": [0, 10, 0], + "1.0": [0, 0, 0] + } + }, + "tail1_c": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 10, 0], + "0.375": [0, -15, 0], + "0.5": [0, -15, 0], + "0.75": [0, 10, 0], + "1.0": [0, 0, 0] + } + }, + "tail1_d": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 10, 0], + "0.375": [0, -15, 0], + "0.5": [0, -15, 0], + "0.75": [0, 10, 0], + "1.0": [0, 0, 0] + } + }, + "tail1_e": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 10, 0], + "0.375": [0, -15, 0], + "0.5": [0, -15, 0], + "0.75": [0, 10, 0], + "1.0": [0, 0, 0] + } + }, + "tail1_b2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 10, 0], + "0.375": [0, -15, 0], + "0.5": [0, -15, 0], + "0.75": [0, 10, 0], + "1.0": [0, 0, 0] + } + }, + "tail1_c2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 10, 0], + "0.375": [0, -15, 0], + "0.5": [0, -15, 0], + "0.75": [0, 10, 0], + "1.0": [0, 0, 0] + } + }, + "tail1_d2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 10, 0], + "0.375": [0, -15, 0], + "0.5": [0, -15, 0], + "0.75": [0, 10, 0], + "1.0": [0, 0, 0] + } + }, + "tail1_e2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 10, 0], + "0.375": [0, -15, 0], + "0.5": [0, -15, 0], + "0.75": [0, 10, 0], + "1.0": [0, 0, 0] + } + }, + "leg_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [12.5, 0, 0], + "0.5": [10, 0, 10], + "0.75": [10, 0, 10], + "1.25": [0, 0, 0] + } + }, + "leg_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.5": [-12.5, -25, 0], + "0.75": [-12.5, -25, 0], + "1.25": [0, 0, 0] + } + } + } + }, + "animation.meowstic_f.special": { + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [10, 0, 0], + "1.0": [10, 0, 0], + "1.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 1], + "1.0": [0, 0, 1], + "1.5": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [20, 0, 0], + "1.0": [20, 0, 0], + "1.25": [0, 0, 0], + "1.5": [-10, 0, 0] + } + }, + "eye_l": { + "position": { + "0.0": [0, 0, 0], + "0.0417": {"pre": [0, 0, 0], "post": [0, 0, 0.03]}, + "1.0": {"pre": [0, 0, 0.03], "post": [0, 0, 0.03]}, + "1.25": {"pre": [0, 0, 0.03], "post": [0, 0, 0]} + } + }, + "closed_l": { + "position": { + "0.0": [0, 0, 0], + "0.0417": {"pre": [0, 0, 0], "post": [0, 0, -0.05]}, + "1.0": {"pre": [0, 0, -0.05], "post": [0, 0, -0.05]}, + "1.0417": {"pre": [0, 0, -0.05], "post": [0, 0, 0]} + } + }, + "eye_r": { + "position": { + "0.0": [0, 0, 0], + "0.0417": {"pre": [0, 0, 0], "post": [0, 0, 0.03]}, + "1.0": {"pre": [0, 0, 0.03], "post": [0, 0, 0.03]}, + "1.25": {"pre": [0, 0, 0.03], "post": [0, 0, 0]} + } + }, + "closed_r": { + "position": { + "0.0": [0, 0, 0], + "0.0417": {"pre": [0, 0, 0], "post": [0, 0, -0.05]}, + "1.0": {"pre": [0, 0, -0.05], "post": [0, 0, -0.05]}, + "1.0417": {"pre": [0, 0, -0.05], "post": [0, 0, 0]} + } + }, + "ear_r": { + "rotation": { + "1.0": [0, 0, 0], + "1.375": [-20, 0, 20] + } + }, + "ear_ra": { + "rotation": { + "1.0": [0, 0, 0], + "1.375": [-120, 0, 0] + }, + "position": { + "1.0": [0, 0, 0], + "1.375": [0, 0, 3] + } + }, + "ear_l": { + "rotation": { + "1.0": [0, 0, 0], + "1.375": [-20, 0, -20] + } + }, + "ear_la": { + "rotation": { + "1.0": [0, 0, 0], + "1.375": [-120, 0, 0] + }, + "position": { + "1.0": [0, 0, 0], + "1.375": [0, 0, 3] + } + }, + "arm_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [-60, -15, 0], + "1.0": [-60, -15, 0], + "1.5": [0, 0, 0] + } + }, + "arm_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [-60, 15, 0], + "1.0": [-60, 15, 0], + "1.5": [0, 0, 0] + } + }, + "collar": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [20, 0, 0], + "1.0": [20, 0, 0], + "1.25": [0, 0, 0] + } + }, + "leg_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [-10, 0, 0], + "1.0": [-10, 0, 0], + "1.5": [0, 0, 0] + } + }, + "leg_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [-10, 0, 0], + "1.0": [-10, 0, 0], + "1.5": [0, 0, 0] + } + }, + "open_r": { + "position": { + "1.0": [0, 0, 0], + "1.0417": {"pre": [0, 0, 0], "post": [0, 0, -0.28]}, + "2.9583": {"pre": [0, 0, -0.28], "post": [0, 0, -0.28]}, + "3.0": {"pre": [0, 0, -0.28], "post": [0, 0, 0]} + } + }, + "open_l": { + "position": { + "1.0": [0, 0, 0], + "1.0417": {"pre": [0, 0, 0], "post": [0, 0, -0.28]}, + "2.9583": {"pre": [0, 0, -0.28], "post": [0, 0, -0.28]}, + "3.0": {"pre": [0, 0, -0.28], "post": [0, 0, 0]} + } + } + } + }, + "animation.meowstic_f.status": { + "animation_length": 1.75, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [7.5, 0, 0], + "1.5": [7.5, 0, 0], + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, "0.1*math.sin(q.anim_time*90*45)", -1.5], + "1.5": [0, "0.1*math.sin(q.anim_time*90*45)", -1.5], + "1.5417": [0, 0, -1.5], + "1.75": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [15, 10, 5], + "1.5": [15, 10, 5], + "1.75": [0, 0, 0] + } + }, + "eye_l": { + "position": { + "0.2083": [0, 0, 0], + "0.25": [0, 0, 0.5], + "1.5": [0, 0, 0.5], + "1.5417": [0, 0, 0] + } + }, + "closed_l": { + "position": { + "0.2083": [0, 0, 0], + "0.25": [0, 0, -0.7], + "1.5": [0, 0, -0.7], + "1.5417": [0, 0, 0] + } + }, + "eye_r": { + "position": { + "0.2083": [0, 0, 0], + "0.25": [0, 0, 0.5], + "1.5": [0, 0, 0.5], + "1.5417": [0, 0, 0] + } + }, + "closed_r": { + "position": { + "0.2083": [0, 0, 0], + "0.25": [0, 0, -0.7], + "1.5": [0, 0, -0.7], + "1.5417": [0, 0, 0] + } + }, + "arm_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-135, 15, -25], + "1.5": [-135, 15, -25], + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, -2], + "1.5": [0, 0, -2], + "1.75": [0, 0, 0] + } + }, + "arm_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [25, 0, -5], + "1.5": [25, 0, -5], + "1.75": [0, 0, 0] + } + }, + "leg_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-7.5, 0, 0], + "1.5": [-7.5, 0, 0], + "1.75": [0, 0, 0] + } + }, + "leg_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [15, 0, 0], + "1.5": [15, 0, 0], + "1.75": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/meowstic/meowstic_m.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/meowstic/meowstic_m.animation.json new file mode 100644 index 0000000..0e17579 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/meowstic/meowstic_m.animation.json @@ -0,0 +1,1462 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.meowstic_m.ground_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "arm_l": { + "rotation": [-5, 0, -10] + }, + "leg_r": { + "rotation": [10, 0, 5] + }, + "leg_l": { + "rotation": [-10, 0, -5] + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "2.0": [5, 0, 0], + "4.0": [0, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [0, 0, 0], + "2.0": [5, 0, 0], + "4.0": [0, 0, 0] + } + } + } + }, + "animation.meowstic_m.battle_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "arm_l": { + "rotation": [-5, 0, -15] + }, + "leg_r": { + "rotation": [10, 0, 10] + }, + "leg_l": { + "rotation": [-12.5, 0, -10] + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "2.0": [5, 0, 0], + "4.0": [0, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [0, 0, 0], + "2.0": [5, 0, 0], + "4.0": [0, 0, 0] + } + }, + "body": { + "rotation": [2.5, 0, 0] + }, + "arm_r": { + "rotation": [0, 0, 5] + } + } + }, + "animation.meowstic_m.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "body": { + "position": { + "0.0": [0, -0.5, 0], + "0.25": [0, 0, 0], + "0.5": [0, -0.5, 0], + "0.75": [0, 0, 0], + "1.0": [0, -0.5, 0] + } + }, + "arm_r": { + "rotation": { + "0.0": [-20, 0, 0], + "0.5": [20, 0, 0], + "1.0": [-20, 0, 0] + } + }, + "arm_l": { + "rotation": { + "0.0": [20, 0, 0], + "0.5": [-20, 0, 0], + "1.0": [20, 0, 0] + } + }, + "leg_r": { + "rotation": { + "0.0": [20, 0, 0], + "0.5": [-20, 0, 0], + "1.0": [20, 0, 0] + } + }, + "leg_l": { + "rotation": { + "0.0": [-20, 0, 0], + "0.5": [20, 0, 0], + "1.0": [-20, 0, 0] + } + } + } + }, + "animation.meowstic_m.faint": { + "animation_length": 3.5, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [-5, 0, 0], + "0.75": [5, 0, 0], + "1.125": [-5, 0, 0], + "1.5": [5, 0, 0], + "2.25": [90, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.375": [0, 0, -0.5], + "0.75": [0, 0, 0.5], + "1.125": [0, 0, -0.5], + "1.5": [0, 0, 0.5], + "2.25": [0, 2, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [-5, 0, 0], + "0.75": [5, 0, 0], + "1.125": [-5, 0, 0], + "1.5": [-12.5, 0, 0] + } + }, + "eye_l": { + "position": { + "1.2083": [0, 0, 0], + "1.25": [0, 0, 0.04] + } + }, + "closed_l": { + "position": { + "1.2083": [0, 0, 0], + "1.25": [0, 0, -0.06] + } + }, + "eye_r": { + "position": [0, 0, 0.04] + }, + "closed_r": { + "position": [0, 0, -0.06] + }, + "arm_r": { + "rotation": { + "1.5": [0, 0, 0], + "2.0": [30, 0, 0], + "2.5": [-10, 0, 0] + } + }, + "arm_l": { + "rotation": { + "1.5": [0, 0, 0], + "2.0": [30, 0, 0], + "2.5": [-10, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [0, 0, 0], + "1.5": [0, 0, 0], + "2.25": [-102.48909, -0.23108, 0.03748] + } + }, + "leg_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [5, 0, 0], + "0.75": [-5, 0, 0], + "1.125": [5, 0, 0], + "1.5": [-5, 0, 0], + "2.25": [15, 0, 0] + } + }, + "leg_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [5, 0, 0], + "0.75": [-5, 0, 0], + "1.125": [5, 0, 0], + "1.5": [-5, 0, 0], + "2.25": [15, 0, 0] + } + } + } + }, + "animation.meowstic_m.sleep": { + "loop": true, + "animation_length": 0.25, + "bones": { + "body": { + "rotation": [0, 0, 90], + "position": [-10, 4, 0] + }, + "arm_r": { + "rotation": [-90, -32.5, 0] + }, + "arm_l": { + "rotation": [-90, 37.5, 0] + }, + "tail1": { + "rotation": [0, -7.5, 0] + }, + "tail2": { + "rotation": [1.22383, 15.24329, -14.26021] + }, + "leg_r": { + "rotation": [-90, 0, 0] + }, + "leg_l": { + "rotation": [-90, 0, 0] + }, + "head": { + "rotation": [24.47761, 5.24826, -11.36081] + }, + "eye_l": { + "position": { + "0.0": [0, 0, 0.05], + "0.25": [0, 0, 0.05] + } + }, + "eye_r": { + "position": { + "0.0": [0, 0, 0.05], + "0.25": [0, 0, 0.05] + } + }, + "tail": { + "rotation": [-197.5, 0, 0] + }, + "closed_l": { + "position": { + "0.0": [0, 0, -0.07], + "0.25": [0, 0, -0.07] + } + }, + "closed_r": { + "position": { + "0.0": [0, 0, -0.07], + "0.25": [0, 0, -0.07] + } + }, + "collar": { + "rotation": [24.4776, 5.2483, -11.3608] + } + } + }, + "animation.meowstic_m.blink": { + "animation_length": 0.25, + "bones": { + "eye_l": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, 0.05], + "0.2083": [0, 0, 0.05], + "0.25": [0, 0, 0] + } + }, + "closed_l": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, -0.07], + "0.2083": [0, 0, -0.07], + "0.25": [0, 0, 0] + } + }, + "eye_r": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, 0.05], + "0.2083": [0, 0, 0.05], + "0.25": [0, 0, 0] + } + }, + "closed_r": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, -0.07], + "0.2083": [0, 0, -0.07], + "0.25": [0, 0, 0] + } + } + } + }, + "animation.meowstic_m.cry": { + "animation_length": 2, + "bones": { + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [2.5, 0, 0], + "0.75": [-10, 0, 0], + "1.25": [-10, 0, 0], + "1.75": [-10, 0, 0], + "2.0": [0, 0, 0] + } + }, + "mouth": { + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "0.5417": [0, 0, -0.02], + "1.75": [0, 0, -0.02], + "1.7917": [0, 0, 0] + } + } + } + }, + "animation.meowstic_m.recoil": { + "animation_length": 1.5, + "bones": { + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-2.9, 1.5, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-0.3, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "eye_r_closed": { + "position": { + "0.0": [-0.27, 0, 0], + "0.25": { + "pre": [-0.27, 0, 0], + "post": [-0.27, 0, 0] + }, + "0.2917": { + "pre": [-0.27, 0, 0], + "post": [0, 0, 0] + } + } + }, + "eye_l_closed": { + "position": { + "0.0": [0.27, 0, 0], + "0.25": { + "pre": [0.27, 0, 0], + "post": [0.27, 0, 0] + }, + "0.2917": { + "pre": [0.27, 0, 0], + "post": [0, 0, 0] + } + } + }, + "shoulder_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-3, -2.5, 0], + "post": [-3, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "forearm_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "paw_fl": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [12, 0, 0], + "post": [12, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "shoulder_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-3, 2.5, 0], + "post": [-3, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "forearm_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "paw_fr": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [12, 0, 0], + "post": [12, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "thigh_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "knee_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [15.5, 0, 0], + "post": [15.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-1.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "calf_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "paw_br": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [8, 0, 0], + "post": [8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "thigh_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "knee_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [15.5, 0, 0], + "post": [15.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-1.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "calf_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "paw_bl": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [8, 0, 0], + "post": [8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 1, 0], + "post": [-8, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [7.5, 0, 0], + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-2.9, 1.5, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-0.3, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "eye_l": { + "position": { + "0.0": [0, 0, 0.25], + "0.25": { + "pre": [0, 0, 0.25], + "post": [0, 0, 0.25] + }, + "0.2917": { + "pre": [0, 0, 0.25], + "post": [0, 0, 0] + } + } + }, + "closed_l": { + "position": { + "0.0": [0, 0, -0.27], + "0.25": { + "pre": [0, 0, -0.27], + "post": [0, 0, -0.27] + }, + "0.2917": { + "pre": [0, 0, -0.27], + "post": [0, 0, 0] + } + } + }, + "eye_r": { + "position": { + "0.0": [0, 0, 0.25], + "0.25": { + "pre": [0, 0, 0.25], + "post": [0, 0, 0.25] + }, + "0.2917": { + "pre": [0, 0, 0.25], + "post": [0, 0, 0] + } + } + }, + "closed_r": { + "position": { + "0.0": [0, 0, -0.27], + "0.25": { + "pre": [0, 0, -0.27], + "post": [0, 0, -0.27] + }, + "0.2917": { + "pre": [0, 0, -0.27], + "post": [0, 0, 0] + } + } + }, + "tail1_c": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.8333": [2.5, 0, 0], + "1.0833": [0, 0, 0] + } + }, + "tail1_d": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.8333": [2.5, 0, 0], + "1.0833": [0, 0, 0] + } + }, + "tail1_e": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.8333": [2.5, 0, 0], + "1.0833": [0, 0, 0] + } + }, + "tail1_f": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.8333": [2.5, 0, 0], + "1.0833": [0, 0, 0] + } + }, + "tail1_g": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.8333": [2.5, 0, 0], + "1.0833": [0, 0, 0] + } + }, + "tail1_h": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.8333": [2.5, 0, 0], + "1.0833": [0, 0, 0] + } + }, + "tail1_c2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.8333": [2.5, 0, 0], + "1.0833": [0, 0, 0] + } + }, + "tail1_d2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.8333": [2.5, 0, 0], + "1.0833": [0, 0, 0] + } + }, + "tail1_e2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.8333": [2.5, 0, 0], + "1.0833": [0, 0, 0] + } + }, + "tail1_f2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.8333": [2.5, 0, 0], + "1.0833": [0, 0, 0] + } + }, + "tail1_g2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.8333": [2.5, 0, 0], + "1.0833": [0, 0, 0] + } + }, + "tail1_h2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.8333": [2.5, 0, 0], + "1.0833": [0, 0, 0] + } + } + } + }, + "animation.meowstic_m.physical": { + "animation_length": 1.5, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, -25, 0], + "0.5": [0, 35, 0], + "0.75": [0, 35, 0], + "1.25": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.5": [0, 0, -2], + "0.75": [0, 0, -2], + "1.25": [0, 0, 0] + } + }, + "arm_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [25, 0, -5], + "0.375": [-45, 6.25, -32.5], + "0.5": [-115, 52.5, 0], + "0.75": [-115, 52.5, 0], + "1.25": [0, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, -10, 0], + "0.5": [0, 10, 0], + "0.75": [0, 15, 0], + "1.0": [0, 0, 0] + } + }, + "leg_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [12.5, 0, 0], + "0.5": [10, 0, 10], + "0.75": [10, 0, 10], + "1.25": [0, 0, 0] + } + }, + "leg_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.5": [-12.5, -25, 0], + "0.75": [-12.5, -25, 0], + "1.25": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [5, 5, 0], + "0.5": [-5, -15, 0], + "0.75": [-5, -15, 0], + "1.25": [0, 0, 0] + } + }, + "arm_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-25, -12.5, -10], + "0.5": [10, 0, 10], + "0.75": [10, 0, 10], + "1.25": [0, 0, 0] + } + }, + "tail1_b": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 10, 0], + "0.375": [0, -15, 0], + "0.5": [0, -15, 0], + "0.75": [0, 10, 0], + "1.0": [0, 0, 0] + } + }, + "tail1_c": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 10, 0], + "0.375": [0, -15, 0], + "0.5": [0, -15, 0], + "0.75": [0, 10, 0], + "1.0": [0, 0, 0] + } + }, + "tail1_d": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 10, 0], + "0.375": [0, -15, 0], + "0.5": [0, -15, 0], + "0.75": [0, 10, 0], + "1.0": [0, 0, 0] + } + }, + "tail1_e": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 10, 0], + "0.375": [0, -15, 0], + "0.5": [0, -15, 0], + "0.75": [0, 10, 0], + "1.0": [0, 0, 0] + } + }, + "tail1_f": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 10, 0], + "0.375": [0, -15, 0], + "0.5": [0, -15, 0], + "0.75": [10, 10, 0], + "1.0": [0, 0, 0] + } + }, + "tail1_g": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 10, 0], + "0.375": [0, -15, 0], + "0.5": [0, -15, 0], + "0.75": [10, 10, 0], + "1.0": [0, 0, 0] + } + }, + "tail1_h": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 10, 0], + "0.375": [0, -15, 0], + "0.5": [0, -15, 0], + "0.75": [10, 10, 0], + "1.0": [0, 0, 0] + } + }, + "tail1_b2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 10, 0], + "0.375": [0, -15, 0], + "0.5": [0, -15, 0], + "0.75": [0, 10, 0], + "1.0": [0, 0, 0] + } + }, + "tail1_c2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 10, 0], + "0.375": [0, -15, 0], + "0.5": [0, -15, 0], + "0.75": [0, 10, 0], + "1.0": [0, 0, 0] + } + }, + "tail1_d2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 10, 0], + "0.375": [0, -15, 0], + "0.5": [0, -15, 0], + "0.75": [0, 10, 0], + "1.0": [0, 0, 0] + } + }, + "tail1_e2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 10, 0], + "0.375": [0, -15, 0], + "0.5": [0, -15, 0], + "0.75": [0, 10, 0], + "1.0": [0, 0, 0] + } + }, + "tail1_f2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 10, 0], + "0.375": [0, -15, 0], + "0.5": [0, -15, 0], + "0.75": [10, 10, 0], + "1.0": [0, 0, 0] + } + }, + "tail1_g2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 10, 0], + "0.375": [0, -15, 0], + "0.5": [0, -15, 0], + "0.75": [10, 10, 0], + "1.0": [0, 0, 0] + } + }, + "tail1_h2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 10, 0], + "0.375": [0, -15, 0], + "0.5": [0, -15, 0], + "0.75": [10, 10, 0], + "1.0": [0, 0, 0] + } + } + } + }, + "animation.meowstic_m.special": { + "animation_length": 3, + "bones": { + "ear_r": { + "rotation": { + "1.0": [0, 0, 0], + "1.375": [-20, 0, 20] + } + }, + "ear_ra": { + "rotation": { + "1.0": [0, 0, 0], + "1.375": [-120, 0, 0] + }, + "position": { + "1.0": [0, 0, 0], + "1.375": [0, 0, 3] + } + }, + "ear_l": { + "rotation": { + "1.0": [0, 0, 0], + "1.375": [-20, 0, -20] + } + }, + "ear_la": { + "rotation": { + "1.0": [0, 0, 0], + "1.375": [-120, 0, 0] + }, + "position": { + "1.0": [0, 0, 0], + "1.375": [0, 0, 3] + } + }, + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [10, 0, 0], + "1.0": [10, 0, 0], + "1.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 1], + "1.0": [0, 0, 1], + "1.5": [0, 0, 0] + } + }, + "arm_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [-60, -15, 0], + "1.0": [-60, -15, 0], + "1.5": [0, 0, 0] + } + }, + "arm_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [-60, 15, 0], + "1.0": [-60, 15, 0], + "1.5": [0, 0, 0] + } + }, + "leg_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [-10, 0, 0], + "1.0": [-10, 0, 0], + "1.5": [0, 0, 0] + } + }, + "leg_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [-10, 0, 0], + "1.0": [-10, 0, 0], + "1.5": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [20, 0, 0], + "1.0": [20, 0, 0], + "1.25": [0, 0, 0], + "1.5": [-10, 0, 0] + } + }, + "eye_l": { + "position": { + "0.0": [0, 0, 0.03], + "1.0": { + "pre": [0, 0, 0.03], + "post": [0, 0, 0.03] + }, + "1.25": { + "pre": [0, 0, 0.03], + "post": [0, 0, 0] + } + } + }, + "eye_r": { + "position": { + "0.0": [0, 0, 0.03], + "1.0": { + "pre": [0, 0, 0.03], + "post": [0, 0, 0.03] + }, + "1.25": { + "pre": [0, 0, 0.03], + "post": [0, 0, 0] + } + } + }, + "closed_l": { + "position": { + "0.0": [0, 0, -0.05], + "1.0": { + "pre": [0, 0, -0.05], + "post": [0, 0, -0.05] + }, + "1.0417": { + "pre": [0, 0, -0.05], + "post": [0, 0, 0] + } + } + }, + "closed_r": { + "position": { + "0.0": [0, 0, -0.05], + "1.0": { + "pre": [0, 0, -0.05], + "post": [0, 0, -0.05] + }, + "1.0417": { + "pre": [0, 0, -0.05], + "post": [0, 0, 0] + } + } + }, + "open_l": { + "position": { + "1.0": [0, 0, 0], + "1.0417": { + "pre": [0, 0, 0], + "post": [0, 0, -0.28] + }, + "2.75": { + "pre": [0, 0, -0.28], + "post": [0, 0, -0.26] + }, + "3.0": { + "pre": [0, 0, -0.26], + "post": [0, 0, 0] + } + } + }, + "open_r": { + "position": { + "1.0": [0, 0, 0], + "1.0417": { + "pre": [0, 0, 0], + "post": [0, 0, -0.28] + }, + "2.75": { + "pre": [0, 0, -0.28], + "post": [0, 0, -0.26] + }, + "3.0": { + "pre": [0, 0, -0.26], + "post": [0, 0, 0] + } + } + } + } + }, + "animation.meowstic_m.status": { + "animation_length": 1.75, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [7.5, 0, 0], + "1.5": [7.5, 0, 0], + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, "0.1*math.sin(q.anim_time*90*45)", -1.5], + "1.5": [0, "0.1*math.sin(q.anim_time*90*45)", -1.5], + "1.5417": [0, 0, -1.5], + "1.75": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [15, 10, 5], + "1.5": [15, 10, 5], + "1.75": [0, 0, 0] + } + }, + "eye_l": { + "position": { + "0.2083": [0, 0, 0], + "0.25": [0, 0, 0.5], + "1.5": [0, 0, 0.5], + "1.5417": [0, 0, 0] + } + }, + "closed_l": { + "position": { + "0.2083": [0, 0, 0], + "0.25": [0, 0, -0.7], + "1.5": [0, 0, -0.7], + "1.5417": [0, 0, 0] + } + }, + "eye_r": { + "position": { + "0.2083": [0, 0, 0], + "0.25": [0, 0, 0.5], + "1.5": [0, 0, 0.5], + "1.5417": [0, 0, 0] + } + }, + "closed_r": { + "position": { + "0.2083": [0, 0, 0], + "0.25": [0, 0, -0.7], + "1.5": [0, 0, -0.7], + "1.5417": [0, 0, 0] + } + }, + "arm_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-135, 15, -25], + "1.5": [-135, 15, -25], + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, -2], + "1.5": [0, 0, -2], + "1.75": [0, 0, 0] + } + }, + "arm_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [25, 0, -5], + "1.5": [25, 0, -5], + "1.75": [0, 0, 0] + } + }, + "leg_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-7.5, 0, 0], + "1.5": [-7.5, 0, 0], + "1.75": [0, 0, 0] + } + }, + "leg_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [15, 0, 0], + "1.5": [15, 0, 0], + "1.75": [0, 0, 0] + } + } + } + }, + "animation.meowstic_m.caramel": { + "loop": true, + "animation_length": 3, + "bones": { + "arm_r": { + "rotation": { + "0.0": [-90, 0, 0], + "0.25": [-90, -30, 0], + "0.5": [-120, -30, 0], + "0.75": [-90, -30, 0], + "1.0": [-120, -30, 0], + "1.25": [-90, -30, 0], + "1.5": [-90, 0, 0], + "1.75": [-60, 0, 0], + "2.0": [-56.30993, 25.65891, 16.10211], + "2.25": [-60, 0, 0], + "2.5": [-56.30993, 25.65891, 16.10211], + "2.75": [-60, 0, 0], + "3.0": [-90, 0, 0] + } + }, + "arm_l": { + "rotation": { + "0.0": [-90, 0, 0], + "0.25": [-60, 0, 0], + "0.5": [-56.30993, -25.65891, -16.10211], + "0.75": [-60, 0, 0], + "1.0": [-56.30993, -25.65891, -16.10211], + "1.25": [-60, 0, 0], + "1.5": [-90, 0, 0], + "1.75": [-90, 30, 0], + "2.0": [-120, 30, 0], + "2.25": [-90, 30, 0], + "2.5": [-120, 30, 0], + "2.75": [-90, 30, 0], + "3.0": [-90, 0, 0] + } + } + } + }, + "animation.meowstic_m.special_alt": { + "animation_length": 3, + "bones": { + "ear_r": { + "rotation": { + "1.0": [0, 0, 0], + "1.375": [-20, 0, 20], + "2.75": [-20, 0, 20], + "3.0": [0, 0, 0] + } + }, + "ear_ra": { + "rotation": { + "1.0": [0, 0, 0], + "1.375": [-120, 0, 0], + "2.75": [-120, 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "1.0": [0, 0, 0], + "1.375": [0, 0, 3], + "2.75": [0, 0, 3], + "3.0": [0, 0, 0] + } + }, + "ear_l": { + "rotation": { + "1.0": [0, 0, 0], + "1.375": [-20, 0, -20], + "2.75": [-20, 0, -20], + "3.0": [0, 0, 0] + } + }, + "ear_la": { + "rotation": { + "1.0": [0, 0, 0], + "1.375": [-120, 0, 0], + "2.75": [-120, 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "1.0": [0, 0, 0], + "1.375": [0, 0, 3], + "2.75": [0, 0, 3], + "3.0": [0, 0, 0] + } + }, + "body": { + "rotation": { + "0.0": [2.5, 0, 0], + "0.75": [10, 0, 0], + "1.0": [10, 0, 0], + "1.5": [0, 0, 0], + "2.75": [0, 0, 0], + "3.0": [2.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 1], + "1.0": [0, 0, 1], + "1.5": [0, 0, 0], + "2.75": [0, 0, 0] + } + }, + "arm_r": { + "rotation": { + "0.0": [0, 0, 5], + "0.75": [-60, -15, 0], + "1.0": [-60, -15, 0], + "1.5": [0, 0, 0], + "2.75": [0, 0, 0], + "3.0": [0, 0, 5] + } + }, + "arm_l": { + "rotation": { + "0.0": [-5, 0, -15], + "0.75": [-60, 15, 0], + "1.0": [-60, 15, 0], + "1.5": [0, 0, 0], + "2.75": [0, 0, 0], + "3.0": [-5, 0, -15] + } + }, + "leg_r": { + "rotation": { + "0.0": [10, 0, 10], + "0.25": [0, 0, 0], + "0.75": [-10, 0, 0], + "1.0": [-10, 0, 0], + "1.5": [0, 0, 0], + "2.75": [0, 0, 0], + "3.0": [10, 0, 10] + } + }, + "leg_l": { + "rotation": { + "0.0": [-12.5, 0, -10], + "0.25": [0, 0, 0], + "0.75": [-10, 0, 0], + "1.0": [-10, 0, 0], + "1.5": [0, 0, 0], + "2.75": [0, 0, 0], + "3.0": [-12.5, 0, -10] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [20, 0, 0], + "1.0": [20, 0, 0], + "1.25": [0, 0, 0], + "1.5": [-10, 0, 0], + "2.75": [-10, 0, 0], + "3.0": [0, 0, 0] + } + }, + "eye_l": { + "position": { + "0.125": [0, 0, 0.03], + "1.0": {"pre": [0, 0, 0.03], "post": [0, 0, 0.03]}, + "1.25": {"pre": [0, 0, 0.03], "post": [0, 0, 0]} + } + }, + "eye_r": { + "position": { + "0.0": [0, 0, 0], + "0.125": {"pre": [0, 0, 0], "post": [0, 0, 0.03]}, + "1.0": {"pre": [0, 0, 0.03], "post": [0, 0, 0.03]}, + "1.25": {"pre": [0, 0, 0.03], "post": [0, 0, 0]} + } + }, + "closed_l": { + "position": { + "0.0": [0, 0, -0.05], + "1.0": {"pre": [0, 0, -0.05], "post": [0, 0, -0.05]}, + "1.0417": {"pre": [0, 0, -0.05], "post": [0, 0, 0]} + } + }, + "closed_r": { + "position": { + "0.0": [0, 0, 0], + "0.125": {"pre": [0, 0, 0], "post": [0, 0, -0.05]}, + "1.0": {"pre": [0, 0, -0.05], "post": [0, 0, -0.05]}, + "1.0417": {"pre": [0, 0, -0.05], "post": [0, 0, 0]} + } + }, + "open_l": { + "position": { + "1.0": [0, 0, 0], + "1.0417": {"pre": [0, 0, 0], "post": [0, 0, -0.28]}, + "3.0": {"pre": [0, 0, -0.28], "post": [0, 0, 0]} + } + }, + "open_r": { + "position": { + "1.0": [0, 0, 0], + "1.0417": {"pre": [0, 0, 0], "post": [0, 0, -0.28]}, + "3.0": {"pre": [0, 0, -0.28], "post": [0, 0, 0]} + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/mewtwo2/mewtwo2.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/mewtwo2/mewtwo2.animation.json new file mode 100644 index 0000000..79a7955 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/mewtwo2/mewtwo2.animation.json @@ -0,0 +1,1087 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.mewtwo2.ground_idle": { + "loop": true, + "bones": { + "torso_lower": { + "rotation": [0, -12.5, 0] + }, + "torso_middle": { + "rotation": ["0.0108+math.cos((query.anim_time - 0.2) * 90) * 4", 4.98347, 0.49808] + }, + "torso_upper": { + "rotation": ["0.0325-math.cos((query.anim_time - 0.2) * 90) * 4", 0.01634, 0.4962] + }, + "head": { + "rotation": ["17.2323-math.cos((query.anim_time - 0.5) * 90) * 4", 5.23986, -0.31117] + }, + "handle": { + "rotation": [-10, 0, 0], + "position": [0, 0, -1] + }, + "arm_left": { + "rotation": [0, "0+math.cos((query.anim_time - 0.5) * 90) * 4", 25], + "position": [0.5, 0, 0] + }, + "arm_left2": { + "rotation": [0, -35, "10+math.cos((query.anim_time - 0.7) * 90) * 4"] + }, + "arm_left3": { + "rotation": ["0+math.cos((query.anim_time - 1.1) * 90) * 4", 45, 35], + "position": [-1, 0, 0] + }, + "hand_left": { + "rotation": [0, 0, "20+math.cos((query.anim_time - 1.4) * 90) * 4"] + }, + "finger_middle_left": { + "rotation": [15, 0, 0] + }, + "finger_outer_left": { + "rotation": [37.5, 0, 0] + }, + "thumb_left": { + "rotation": [8.87221, -32.18826, -4.75346], + "position": [0.5, 0, 0] + }, + "tail": { + "rotation": [0, "math.cos((query.anim_time - 0.2) * 90) * 16", 0] + }, + "tail2": { + "rotation": [0, "math.cos((query.anim_time - 0.5) * 90) * 16", "math.cos((query.anim_time - 0.5) * 90) * 16"] + }, + "tail3": { + "rotation": [0, "math.cos((query.anim_time - 0.8) * 90) * 16", 0] + }, + "tail4": { + "rotation": [0, "math.cos((query.anim_time - 1.1) * 90) * 16", 0] + }, + "tail5": { + "rotation": [0, "math.cos((query.anim_time - 1.4) * 90) * 16", 0] + }, + "tail6": { + "rotation": [0, "math.cos((query.anim_time - 1.7) * 90) * 16", 0] + }, + "tail7": { + "rotation": [0, "math.cos((query.anim_time - 2.0) * 90) * 16", 0] + }, + "tail8": { + "rotation": [0, "math.cos((query.anim_time - 2.3) * 90) * 16", 0] + }, + "tail9": { + "rotation": [0, "math.cos((query.anim_time - 2.5) * 90) * 16", 0] + }, + "bone": { + "rotation": [5, 0, 0] + }, + "bone2": { + "rotation": [20, 0, 0] + }, + "bone3": { + "rotation": [22.5, 0, 0] + }, + "arm_right": { + "rotation": [0, "0-math.cos((query.anim_time - 0.5) * 90) * 4", -25], + "position": [-0.5, 0, 0] + }, + "arm_right2": { + "rotation": [-5.22207, 34.65745, "-19.1304-math.cos((query.anim_time - 0.7) * 90) * 4"] + }, + "arm_right3": { + "rotation": ["-7.4366-math.cos((query.anim_time - 1.1) * 90) * 4", -44.5119, -24.4532], + "position": [1, 0, 0] + }, + "hand_right": { + "rotation": [0, 0, "-20-math.cos((query.anim_time - 1.4) * 90) * 4"] + }, + "finger_middle_right": { + "rotation": [15, 0, 0] + }, + "bone4": { + "rotation": [20, 0, 0] + }, + "finger_outer_right": { + "rotation": [37.5, 0, 0] + }, + "bone5": { + "rotation": [22.5, 0, 0] + }, + "thumb_right": { + "rotation": [8.87221, 32.1883, 4.7535], + "position": [0.5, 0, 0] + }, + "bone6": { + "rotation": [5, 0, 0] + }, + "leg_left": { + "rotation": [0, -20, 0] + }, + "bone19": { + "position": [0, 0.25, 0] + }, + "bone20": { + "position": [0, 0.25, 0] + }, + "leg_right": { + "rotation": [0, 7.5, 0], + "position": [1, 0, -1] + } + } + }, + "animation.mewtwo2.ground_walk": { + "loop": true, + "animation_length": 2, + "bones": { + "torso": { + "rotation": ["-5+Math.cos((query.anim_time-0.2) * 90 * 2) * 2", 0, 0], + "position": [0, "-0.25+Math.cos((query.anim_time+0.1) * 90 * 4) * 0.5", 0] + }, + "waist": { + "rotation": [10, 0, 0] + }, + "chest": { + "rotation": ["12.5+Math.cos((query.anim_time-0.3) * 90 * 2) * 2", 0, 0] + }, + "inner_eyelid_right": { + "position": [0.875, 0, 0] + }, + "inner_eyelid_cover_right": { + "position": [0.125, 0, 0] + }, + "inner_eyelid_left": { + "position": [-0.9, 0, 0] + }, + "inner_eyelid_cover_left": { + "position": [-0.075, 0, 0] + }, + "tongue": { + "rotation": ["-35.1355+Math.cos((query.anim_time-0.3) * 90 * 4) * 2", -8.99719, 9.24241] + }, + "tongue2": { + "rotation": [19.30934, -21.08857, -32.02823] + }, + "tongue3": { + "rotation": ["8.622+Math.cos((query.anim_time-0.5) * 90 * 4) * 4", -49.39488, -6.09617] + }, + "tongue4": { + "rotation": [3.52414, -44.85128, -6.81991] + }, + "tongue5": { + "rotation": ["5.1652+Math.cos((query.anim_time-0.7) * 90 * 4) * 5", -27.0478, -11.24314] + }, + "tongue6": { + "rotation": ["Math.cos((query.anim_time-0.8) * 90 * 4) * 3", -25, 0] + }, + "tongue7": { + "rotation": ["Math.cos((query.anim_time-1) * 90 * 4) * 6", -27.5, 0] + }, + "toe_right": { + "rotation": { + "0.0": [-29.5, 0, 0], + "0.25": [-7, 0, 0], + "0.5": [22, 0, 0], + "0.625": [15.82, 0, 0], + "0.75": [4.68, 0, 0], + "0.875": [-13.09, 0, 0], + "1.0": [-19.5, 0, 0], + "1.1667": [-18.53, 0, 0], + "1.2917": [-15.87, 0, 0], + "1.4583": [2.54, 0, 0], + "1.5": [-7, 0, 0], + "1.6667": [-25.13, 0, 0], + "1.7083": [-32, 0, 0], + "2.0": [-29.5, 0, 0] + } + }, + "toe_back_right": { + "rotation": [25, 0, 0] + }, + "toe_back_left": { + "rotation": [25, 0, 0] + }, + "toe_left": { + "rotation": { + "0.0": [-19.5, 0, 0], + "0.1667": [-18.53, 0, 0], + "0.2917": [-15.87, 0, 0], + "0.4583": [2.54, 0, 0], + "0.5": [-7, 0, 0], + "0.6667": [-25.13, 0, 0], + "0.7083": [-32, 0, 0], + "1.0": [-29.5, 0, 0], + "1.25": [-7, 0, 0], + "1.5": [22, 0, 0], + "1.625": [15.82, 0, 0], + "1.75": [4.68, 0, 0], + "1.875": [-13.09, 0, 0], + "2.0": [-19.5, 0, 0] + } + }, + "bone12": { + "scale": 0 + }, + "bone15": { + "scale": 0 + }, + "bone17": { + "scale": 0 + }, + "shuriken_hand": { + "scale": 0 + }, + "shuriken_back2": { + "rotation": [-5.00954, 4.99523, -0.21865] + }, + "body": { + "position": [0, -2, 0] + }, + "torso_lower": { + "rotation": ["-5+Math.cos((query.anim_time-0.2) * 90 * 2) * 2", 0, 0], + "position": [0, "-0.25+Math.cos((query.anim_time+0.1) * 90 * 4) * 0.5", 0] + }, + "neck": { + "rotation": ["-7.5+Math.cos((query.anim_time-0.3) * 90 * 2) * -2", 0, 0] + }, + "head": { + "rotation": [27.5, 0, 0] + }, + "arm_left": { + "rotation": [5.41209, "Math.cos((query.anim_time) * 90 * 2) * -8.4214", 37.10125], + "position": [1, 0, 0] + }, + "arm_left2": { + "rotation": [0, "Math.cos((query.anim_time-0.3) * 90 * 2) * -10", 0] + }, + "arm_left3": { + "rotation": [0, 32.5, 0], + "position": [-1, 0, 0] + }, + "hand_left": { + "rotation": [0, 0, 15] + }, + "finger_middle_left": { + "rotation": [30, 0, 0] + }, + "finger_outer_left": { + "rotation": [180, 15, -135] + }, + "thumb_left": { + "rotation": [25.03149, -25.25199, -11.26653] + }, + "tail": { + "rotation": [20, 0, 0] + }, + "tail2": { + "rotation": [12.5, 0, 0] + }, + "tail3": { + "rotation": [20, 0, 0] + }, + "tail4": { + "rotation": [25, 0, 0] + }, + "tail5": { + "rotation": [-20, 0, 0] + }, + "tail6": { + "rotation": [-40, 0, 0] + }, + "tail7": { + "rotation": [-27.5, 0, 0] + }, + "tail8": { + "rotation": [-27.5, 0, 0] + }, + "tail9": { + "rotation": [-25, 0, 0] + }, + "bone": { + "rotation": [10, 0, 0] + }, + "bone2": { + "rotation": [20, 0, 0] + }, + "bone3": { + "rotation": [27.5, 0, 0] + }, + "arm_right": { + "rotation": [-4.65124, "18.5828-(Math.cos((query.anim_time) * 90 * 2) * 10)", -43.55331], + "position": [-1, 0, 0] + }, + "arm_right2": { + "rotation": [0, "-2.5+Math.cos((query.anim_time-0.3) * 90 * 2) * -10", 0] + }, + "arm_right3": { + "rotation": [7.85085, -31.63886, -14.72765], + "position": [1, 0, 0] + }, + "hand_right": { + "rotation": [0, 0, -15] + }, + "finger_middle_right": { + "rotation": [27.5, 0, 0] + }, + "bone4": { + "rotation": [15, 0, 0] + }, + "finger_outer_right": { + "rotation": [180, -10, 140] + }, + "bone5": { + "rotation": [20, 0, 0] + }, + "thumb_right": { + "rotation": [24.64445, 34.89321, 14.70516] + }, + "bone6": { + "rotation": [27.5, 0, 0] + }, + "leg_left": { + "rotation": { + "0.0": [-25.17098, -7.49282, -2.52154], + "0.125": [-23.72774, -6.89541, -2.65034], + "0.2917": [-16.49242, -5.27073, -3.00062], + "0.625": [0.92186, -2.60422, -3.5755], + "0.9167": [32.92186, -2.60422, -3.5755], + "1.0833": [38.42186, -2.60422, -3.5755], + "1.25": [34.22275, -3.21529, -3.44376], + "1.5417": [0.02365, -3.82637, -3.31201], + "1.7083": [-15.37456, -5.04852, -3.04852], + "1.875": [-23.72774, -6.89541, -2.65034], + "2.0": [-25.17098, -7.49282, -2.52154] + }, + "position": [-1, 0, 0] + }, + "leg_left2": { + "rotation": { + "0.0": [2.75, 0, 0], + "0.2917": [-3, 0, 0], + "0.6667": [5, 0, 0], + "1.125": [24, 0, 0], + "1.375": [64.33, 0, 0], + "1.5417": [57.75, 0, 0], + "1.75": [17.13, 0, 0], + "2.0": [2.75, 0, 0] + } + }, + "foot_left": { + "rotation": { + "0.0": [7.5, 0, 0], + "0.1667": [10, 0, 0], + "0.6667": [12.5, 0, 0], + "1.3333": [-7.5, 0, 0], + "1.5417": [-36.5, 0, 0], + "1.6667": [-29.5, 0, 0], + "1.8333": [-0.67, 0, 0], + "1.875": [2, 0, 0], + "2.0": [7.5, 0, 0] + } + }, + "bone19": { + "position": [0, 0.25, 0] + }, + "bone20": { + "position": [0, 0.25, 0] + }, + "leg_right": { + "rotation": { + "0.0": [35.67, 2.6, 3.58], + "0.0833": [38.42186, 2.60422, 3.5755], + "0.25": [34.22275, 3.21529, 3.44376], + "0.5417": [0.02365, 3.82637, 3.31201], + "0.7083": [-15.37456, 5.04852, 3.04852], + "0.875": [-23.72774, 6.89541, 2.65034], + "1.0": [-25.17098, 7.49282, 2.52154], + "1.125": [-23.72774, 6.89541, 2.65034], + "1.2917": [-16.49242, 5.27073, 3.00062], + "1.625": [0.92186, 2.60422, 3.5755], + "1.9167": [32.92186, 2.60422, 3.5755], + "2.0": [35.67, 2.6, 3.58] + }, + "position": [1, 0, 0] + }, + "leg_right2": { + "rotation": { + "0.0": [18.82, 0, 0], + "0.125": [24, 0, 0], + "0.375": [64.33, 0, 0], + "0.5417": [57.75, 0, 0], + "0.75": [17.13, 0, 0], + "1.0": [2.75, 0, 0], + "1.2917": [-3, 0, 0], + "1.6667": [5, 0, 0], + "2.0": [18.82, 0, 0] + } + }, + "foot_right": { + "rotation": { + "0.0": [2.5, 0, 0], + "0.3333": [-7.5, 0, 0], + "0.5417": [-36.5, 0, 0], + "0.6667": [-29.5, 0, 0], + "0.8333": [-0.67, 0, 0], + "0.875": [2, 0, 0], + "1.0": [7.5, 0, 0], + "1.1667": [10, 0, 0], + "1.6667": [12.5, 0, 0], + "2.0": [2.5, 0, 0] + } + } + } + }, + "animation.mewtwo2.air_idle": { + "loop": true, + "bones": { + "e": { + "rotation": [-2.5, 0, 0], + "position": [0, 0, 0] + }, + "shoulder_left": { + "rotation": [0, "0-math.cos((query.anim_time - 0.2) * 90) * 4", 20], + "position": [0, 0, 0.8] + }, + "finger_left_middle": { + "rotation": [0, "0-math.cos((query.anim_time - 0.8) * 90) * 4", 17.5], + "position": [-0.5, 0.5, 0] + }, + "finger_left_middle2": { + "rotation": [0, 0, 52.5], + "position": [-0.5, -0.1, 0] + }, + "finger_left_inner": { + "rotation": [0, "-30-math.cos((query.anim_time - 0.8) * 90) * 4", 17.5], + "position": [-0.5, -0.25, 0.75] + }, + "finger_left_inner2": { + "rotation": [0, 0, 45], + "position": [-0.5, -0.4, 0] + }, + "finger_left_outer": { + "rotation": [-34.78001, "-52.137-math.cos((query.anim_time - 0.8) * 90) * 4", -31.83619] + }, + "finger_left_outer2": { + "rotation": [0, 0, 17.5], + "position": [-0.2, -0.2, 0] + }, + "chest": { + "rotation": ["0-math.cos((query.anim_time - 0.2) * 90) * 4", 0, 0] + }, + "shoulder_right": { + "rotation": [-55, "0+math.cos((query.anim_time - 0.2) * 90) * 4", -20], + "position": [0, 0, 0.8] + }, + "bone9": { + "rotation": [0, "0+math.cos((query.anim_time - 0.8) * 90) * 4", -17.5], + "position": [0.5, 0.5, 0] + }, + "bone10": { + "rotation": [0, 0, -47.5], + "position": [0.5, -0.2, 0] + }, + "bone12": { + "rotation": [0, "30+math.cos((query.anim_time - 0.8) * 90) * 4", -17.5], + "position": [0.5, -0.25, 0.75] + }, + "bone16": { + "rotation": [0, 0, -50], + "position": [0.5, -0.4, 0] + }, + "bone18": { + "rotation": [0, "40+math.cos((query.anim_time - 0.8) * 90) * 4", -17.5] + }, + "leg_left3": { + "rotation": ["30+math.cos((query.anim_time - 0.2) * 90) * 4", 0, 0] + }, + "leg_left4": { + "rotation": ["30+math.cos((query.anim_time - 0.2) * 90) * 8", 0, 0] + }, + "bone45": { + "position": [0, 0, 0] + }, + "mewtwo2": { + "position": [0, 0, 0] + }, + "body": { + "position": [0, "5+math.cos((query.anim_time - 0.2) * 90) * 2", -3] + }, + "neck": { + "rotation": ["0-math.cos((query.anim_time - 0.2) * 90) * 4", 0, 0] + }, + "head": { + "rotation": [5, 0, 0] + }, + "arm_left": { + "rotation": [0, 0, 7.5] + }, + "arm_left2": { + "rotation": [-48.3167, 38.61152, 35.1924], + "position": [0, -1, 1] + }, + "arm_left3": { + "rotation": [10, 0, 120], + "position": [0, -2, 0] + }, + "hand_left": { + "rotation": [11.57518, -4.75113, 22.01816] + }, + "finger_middle_left": { + "rotation": [35, 0, 0] + }, + "finger_outer_left": { + "rotation": [35, 0, 0] + }, + "thumb_left": { + "rotation": [6.76733, -42.30053, -4.56615] + }, + "tail": { + "rotation": ["-10+math.cos((query.anim_time - 0.2) * 90) * 16", -40, 0] + }, + "tail2": { + "rotation": ["-15-math.cos((query.anim_time - 0.5) * 90) * 16", -15, 0] + }, + "tail3": { + "rotation": ["-7.5+math.cos((query.anim_time - 0.8) * 90) * 16", -20, 0] + }, + "tail4": { + "rotation": ["14.9302+math.cos((query.anim_time - 1.1) * 90) * 16", -19.99511, 0.23179] + }, + "tail5": { + "rotation": ["-10-math.cos((query.anim_time - 1.4) * 90) * 16", -20, 0] + }, + "tail6": { + "rotation": ["-2.5-math.cos((query.anim_time - 1.7) * 90) * 16", -22.5, 0] + }, + "tail7": { + "rotation": ["10-math.cos((query.anim_time - 2.0) * 90) * 16", -25, 0] + }, + "tail8": { + "rotation": ["0+math.cos((query.anim_time - 2.3) * 90) * 16", -27.5, 0] + }, + "tail9": { + "rotation": ["0+math.cos((query.anim_time - 2.5) * 90) * 16", -27.5, 0] + }, + "bone": { + "rotation": [15, 0, 0] + }, + "bone2": { + "rotation": [30, 0, 0] + }, + "bone3": { + "rotation": [22.5, 0, 0] + }, + "arm_right2": { + "rotation": [-19.91105, -29.18142, -77.99141], + "position": [-1, -1, 0] + }, + "arm_right3": { + "rotation": [0, 0, -95], + "position": [0, 0, 0] + }, + "hand_right": { + "rotation": [42.16569, 4.20854, -26.57947] + }, + "finger_middle_right": { + "rotation": [42.5, 0, 0] + }, + "bone4": { + "rotation": [45, 0, 0] + }, + "finger_outer_right": { + "rotation": [52.5, 0, 0] + }, + "bone5": { + "rotation": [35, 0, 0] + }, + "thumb_right": { + "rotation": [17.19212, 28.87909, 8.49878] + }, + "bone6": { + "rotation": [12.5, 0, 0] + }, + "leg_left": { + "rotation": [0, -15, 0], + "position": [-1, 0, 0] + }, + "foot_left": { + "rotation": ["45+math.cos((query.anim_time - 0.2) * 90) * 8", 0, 0], + "position": [0, 0, 0] + }, + "leg_right": { + "rotation": [0, 17.5, 0], + "position": [1, 0, 0] + }, + "leg_right2": { + "rotation": ["0+math.cos((query.anim_time - 0.2) * 90) * 4", 0, 0] + }, + "foot_right": { + "rotation": ["45+math.cos((query.anim_time - 0.2) * 90) * 8", 0, 0] + } + } + }, + "animation.mewtwo2.air_fly": { + "loop": true, + "bones": { + "e": { + "rotation": [-2.5, 0, 0], + "position": [0, 0, 0] + }, + "shoulder_left": { + "rotation": [0, "0-math.cos((query.anim_time - 0.2) * 90) * 4", 20], + "position": [0.5, 0.6, 0.8] + }, + "finger_left_middle": { + "rotation": [0, "0-math.cos((query.anim_time - 0.8) * 90) * 4", 17.5], + "position": [-0.5, 0.5, 0] + }, + "finger_left_middle2": { + "rotation": [0, 0, 52.5], + "position": [-0.5, -0.1, 0] + }, + "finger_left_inner": { + "rotation": [0, "-30-math.cos((query.anim_time - 0.8) * 90) * 4", 17.5], + "position": [-0.5, -0.25, 0.75] + }, + "finger_left_inner2": { + "rotation": [0, 0, 45], + "position": [-0.5, -0.4, 0] + }, + "finger_left_outer": { + "rotation": [0, "-40-math.cos((query.anim_time - 0.8) * 90) * 4", 17.5] + }, + "finger_left_outer2": { + "rotation": [0, 0, 52.5], + "position": [-0.2, -0.2, 0] + }, + "chest": { + "rotation": ["0-math.cos((query.anim_time - 0.2) * 90) * 4", 0, 0] + }, + "shoulder_right": { + "rotation": [-55, "0+math.cos((query.anim_time - 0.2) * 90) * 4", -20], + "position": [0, 0, 0.8] + }, + "bone9": { + "rotation": [0, "0+math.cos((query.anim_time - 0.8) * 90) * 4", -17.5], + "position": [0.5, 0.5, 0] + }, + "bone10": { + "rotation": [0, 0, -47.5], + "position": [0.5, -0.2, 0] + }, + "bone12": { + "rotation": [0, "30+math.cos((query.anim_time - 0.8) * 90) * 4", -17.5], + "position": [0.5, -0.25, 0.75] + }, + "bone16": { + "rotation": [0, 0, -50], + "position": [0.5, -0.4, 0] + }, + "bone18": { + "rotation": [0, "40+math.cos((query.anim_time - 0.8) * 90) * 4", -17.5] + }, + "leg_left3": { + "rotation": ["30+math.cos((query.anim_time - 0.2) * 90) * 4", 0, 0] + }, + "leg_left4": { + "rotation": ["30+math.cos((query.anim_time - 0.2) * 90) * 8", 0, 0] + }, + "mewtwo2": { + "position": [0, 0, 0] + }, + "body": { + "rotation": ["42.5+math.cos((query.anim_time - 0.2) * 90) * 4", 0, 0], + "position": [0, "4+math.cos((query.anim_time - 0.2) * 90) * 4", -3] + }, + "neck": { + "rotation": ["0-math.cos((query.anim_time - 0.2) * 90) * 4", 0, 0], + "position": [0, 1, 0] + }, + "head": { + "rotation": [-15, 0, 0], + "position": [0, -1, 0] + }, + "arm_left": { + "rotation": [29.31339, "-7.2983-math.cos((query.anim_time - 0.5) * 90) * 4", 10.05718], + "position": [0, 0.5, 0] + }, + "arm_left2": { + "rotation": [-14.71901, "4.592-math.cos((query.anim_time - 0.8) * 90) * 4", 38.00794], + "position": [0.25, -0.25, 0.5] + }, + "arm_left3": { + "rotation": [5.18892, 11.82278, 15.19865], + "position": [-1, 0, 0] + }, + "hand_left": { + "rotation": [84.87143, "-23.2143-math.cos((query.anim_time - 0.8) * 90) * 4", 0.15802], + "position": [0, -0.5, -1.5] + }, + "thumb_left": { + "rotation": [0, -32.5, 0] + }, + "tail": { + "rotation": [-32.5, "math.cos((query.anim_time - 0.2) * 90) * 16", 0], + "position": [0, 0, -2] + }, + "tail2": { + "rotation": [0, "math.cos((query.anim_time - 0.5) * 90) * 16", "math.cos((query.anim_time - 0.5) * 90) * 16"] + }, + "tail3": { + "rotation": [0, "math.cos((query.anim_time - 0.8) * 90) * 16", 0] + }, + "tail4": { + "rotation": [0, "math.cos((query.anim_time - 1.1) * 90) * 16", 0] + }, + "tail5": { + "rotation": [0, "math.cos((query.anim_time - 1.4) * 90) * 16", 0] + }, + "tail6": { + "rotation": [0, "math.cos((query.anim_time - 1.7) * 90) * 16", 0] + }, + "tail7": { + "rotation": [0, "math.cos((query.anim_time - 2.0) * 90) * 16", 0] + }, + "tail8": { + "rotation": [0, "math.cos((query.anim_time - 2.3) * 90) * 16", 0] + }, + "tail9": { + "rotation": [0, "math.cos((query.anim_time - 2.5) * 90) * 16", 0] + }, + "bone": { + "rotation": [15, 0, 0] + }, + "bone2": { + "rotation": [17.5, 0, 0] + }, + "bone3": { + "rotation": [12.5, 0, 0] + }, + "arm_right": { + "rotation": [29.31339, "7.2983-math.cos((query.anim_time - 0.5) * 90) * 4", -10.0572], + "position": [0, 0.5, 0] + }, + "arm_right2": { + "rotation": [112.44331, "-4.2215+math.cos((query.anim_time - 0.8) * 90) * 4", -32.27689], + "position": [0.25, -0.75, -1.3] + }, + "arm_right3": { + "rotation": [0, 0, 20], + "position": [1, 0, 0] + }, + "hand_right": { + "rotation": [-17.5, "-27.5+math.cos((query.anim_time - 0.8) * 90) * 4", -17.5] + }, + "bone4": { + "rotation": [27.5, 0, 0] + }, + "bone5": { + "rotation": [37.5, 0, 0] + }, + "thumb_right": { + "rotation": [0, 32.5, 0], + "position": [-1, 0, 0] + }, + "bone6": { + "rotation": [20, 0, 0], + "position": [0, 0, 0] + }, + "leg_left": { + "rotation": [0, -15, 0], + "position": [-1, 0, 0] + }, + "leg_left2": { + "rotation": [32.5, 0, 0] + }, + "foot_left": { + "rotation": ["37.5+math.cos((query.anim_time - 0.2) * 90) * 8", 0, 0], + "position": [0, 0, 0] + }, + "leg_right": { + "rotation": [0, 17.5, 0], + "position": [1, 0, 0] + }, + "leg_right2": { + "rotation": ["0+math.cos((query.anim_time - 0.2) * 90) * 4", 0, 0] + }, + "foot_right": { + "rotation": ["45+math.cos((query.anim_time - 0.2) * 90) * 8", 0, 0] + } + } + }, + "animation.mewtwo2.battle_idle": { + "loop": true, + "bones": { + "tail": { + "rotation": ["-10+math.cos((query.anim_time - 0.2) * 90) * 16", -40, 0] + }, + "tail2": { + "rotation": ["-15-math.cos((query.anim_time - 0.5) * 90) * 16", -15, 0] + }, + "tail3": { + "rotation": ["-7.5+math.cos((query.anim_time - 0.8) * 90) * 16", -20, 0] + }, + "tail4": { + "rotation": ["14.9302+math.cos((query.anim_time - 1.1) * 90) * 16", -19.99511, 0.23179] + }, + "tail5": { + "rotation": ["-10-math.cos((query.anim_time - 1.4) * 90) * 16", -20, 0] + }, + "tail6": { + "rotation": ["-2.5-math.cos((query.anim_time - 1.7) * 90) * 16", -22.5, 0] + }, + "tail7": { + "rotation": ["10-math.cos((query.anim_time - 2.0) * 90) * 16", -25, 0] + }, + "tail8": { + "rotation": ["0+math.cos((query.anim_time - 2.3) * 90) * 16", -27.5, 0] + }, + "tail9": { + "rotation": ["0+math.cos((query.anim_time - 2.5) * 90) * 16", -27.5, 0] + }, + "torso_upper": { + "rotation": ["0-math.cos((query.anim_time - 0.2) * 90) * 4", 0, 0] + }, + "head": { + "rotation": ["23.941-math.cos((query.anim_time - 0.5) * 90) * 4", -29.39453, -3.28662] + }, + "handle": { + "rotation": [-13.23944, 8.37578, -21.29539], + "position": [1, 0, -1] + }, + "bone8": { + "position": [0, 0, 0] + }, + "torso_lower": { + "rotation": ["0+math.cos((query.anim_time - 0.2) * 90) * 4", 0, 0] + }, + "body": { + "rotation": [0, 32.5, 0], + "position": [-2, 0, 0] + }, + "torso_middle": { + "rotation": ["0+math.cos((query.anim_time - 0.2) * 90) * 4", 0, 0] + }, + "arm_left": { + "rotation": [0, "0+math.cos((query.anim_time - 0.5) * 90) * 4", 15], + "position": [0.5, 0, 0] + }, + "arm_left2": { + "rotation": [0, "-40+math.cos((query.anim_time - 0.7) * 90) * 4", 30] + }, + "arm_left3": { + "rotation": [-180, "80+math.cos((query.anim_time - 1.1) * 90) * 4", -160], + "position": [0, 0, 1.5] + }, + "hand_left": { + "rotation": [-76.00631, 26.91782, 5.33001], + "position": [0, -1, 1] + }, + "finger_middle_left": { + "rotation": [192.5, 5, -115] + }, + "finger_outer_left": { + "rotation": [0, 5, 67.5] + }, + "thumb_left": { + "rotation": [61.92691, -40.68316, -15.71033], + "position": [0, 0, 0] + }, + "bone2": { + "rotation": [90, 0, 0] + }, + "bone": { + "rotation": [22.5, 0, 0] + }, + "bone3": { + "rotation": [95, 0, 0] + }, + "arm_right": { + "rotation": [-17.5, "0-math.cos((query.anim_time - 0.5) * 90) * 4", -12.5], + "position": [-0.5, 0, 0] + }, + "arm_right2": { + "rotation": [-46.68827, "60.281-math.cos((query.anim_time - 0.7) * 90) * 4", -16.00344], + "position": [1, -0.5, -0.5] + }, + "arm_right3": { + "rotation": [-30.23619, "-14.0761-math.cos((query.anim_time - 1.1) * 90) * 4", -69.3531], + "position": [-1, 0, 1] + }, + "hand_right": { + "rotation": [0, 0, "-45-math.cos((query.anim_time - 1.4) * 90) * 4"] + }, + "finger_middle_right": { + "rotation": [32.5, 0, 0] + }, + "bone4": { + "rotation": [37.5, 0, 0] + }, + "finger_outer_right": { + "rotation": [37.5, 0, 0] + }, + "bone5": { + "rotation": [32.5, 0, 0] + }, + "thumb_right": { + "rotation": [20.14371, 34.05444, 8.61775], + "position": [0, 0, 0] + }, + "bone6": { + "rotation": [15, 0, 0] + }, + "leg_left": { + "rotation": [0, -37.5, 0], + "position": [-1, 0, -1] + }, + "bone19": { + "position": [0, 0.25, 0] + }, + "bone20": { + "position": [0, 0.25, 0] + }, + "leg_right": { + "rotation": [0, 25, 0], + "position": [0, 0, -1] + } + } + }, + "animation.mewtwo2.battle_idle2": { + "loop": true, + "bones": { + "tail": { + "rotation": ["-10+math.cos((query.anim_time - 0.2) * 90) * 16", -40, 0] + }, + "tail2": { + "rotation": ["-15-math.cos((query.anim_time - 0.5) * 90) * 16", -15, 0] + }, + "tail3": { + "rotation": ["-7.5+math.cos((query.anim_time - 0.8) * 90) * 16", -20, 0] + }, + "tail4": { + "rotation": ["14.9302+math.cos((query.anim_time - 1.1) * 90) * 16", -19.99511, 0.23179] + }, + "tail5": { + "rotation": ["-10-math.cos((query.anim_time - 1.4) * 90) * 16", -20, 0] + }, + "tail6": { + "rotation": ["-2.5-math.cos((query.anim_time - 1.7) * 90) * 16", -22.5, 0] + }, + "tail7": { + "rotation": ["10-math.cos((query.anim_time - 2.0) * 90) * 16", -25, 0] + }, + "tail8": { + "rotation": ["0+math.cos((query.anim_time - 2.3) * 90) * 16", -27.5, 0] + }, + "tail9": { + "rotation": ["0+math.cos((query.anim_time - 2.5) * 90) * 16", -27.5, 0] + }, + "torso_upper": { + "rotation": ["0-math.cos((query.anim_time - 0.2) * 90) * 4", 0, 0] + }, + "head": { + "rotation": ["23.941-math.cos((query.anim_time - 0.5) * 90) * 4", -29.39453, -3.28662] + }, + "handle": { + "rotation": [-13.23944, 8.37578, -21.29539], + "position": [1, 0, -1] + }, + "bone8": { + "position": [0, 0, 0] + }, + "torso_lower": { + "rotation": ["0+math.cos((query.anim_time - 0.2) * 90) * 4", 0, 0] + }, + "body": { + "rotation": [0, 32.5, 0], + "position": [-2, 0, 0] + }, + "torso_middle": { + "rotation": ["0+math.cos((query.anim_time - 0.2) * 90) * 4", 0, 0] + }, + "arm_left": { + "rotation": [0, "0+math.cos((query.anim_time - 0.5) * 90) * 4", 15], + "position": [0.5, 0, 0] + }, + "arm_left2": { + "rotation": [-17.05763, "47.0877+math.cos((query.anim_time - 0.7) * 90) * 4", 0.24865] + }, + "arm_left3": { + "rotation": [-358.92472, "-0.9096+math.cos((query.anim_time - 1.1) * 90) * 4", -375.01441], + "position": [0, 0, 0] + }, + "hand_left": { + "rotation": [-1.41712, 13.33352, -65.96241], + "position": [-1, -1, 0] + }, + "finger_middle_left": { + "rotation": [90, 5, -115], + "position": [0, 0, 0] + }, + "finger_outer_left": { + "rotation": [-72.5, 5, 67.5], + "position": [0, 0, 0] + }, + "thumb_left": { + "rotation": [24.78052, -12.45711, -27.28687], + "position": [0, -0.5, 0] + }, + "bone2": { + "rotation": [42.5, 0, 0] + }, + "bone": { + "rotation": [22.5, 0, 0] + }, + "bone3": { + "rotation": [42.5, 0, 0] + }, + "arm_right": { + "rotation": [-17.5, "0-math.cos((query.anim_time - 0.5) * 90) * 4", -12.5], + "position": [-0.5, 0, 0] + }, + "arm_right2": { + "rotation": [-46.68827, "60.281-math.cos((query.anim_time - 0.7) * 90) * 4", -16.00344], + "position": [1, -0.5, -0.5] + }, + "arm_right3": { + "rotation": [-30.23619, "-14.0761-math.cos((query.anim_time - 1.1) * 90) * 4", -69.3531], + "position": [-1, 0, 1] + }, + "hand_right": { + "rotation": [0, 0, "-45-math.cos((query.anim_time - 1.4) * 90) * 4"] + }, + "finger_middle_right": { + "rotation": [32.5, 0, 0] + }, + "bone4": { + "rotation": [37.5, 0, 0] + }, + "finger_outer_right": { + "rotation": [37.5, 0, 0] + }, + "bone5": { + "rotation": [32.5, 0, 0] + }, + "thumb_right": { + "rotation": [20.14371, 34.05444, 8.61775], + "position": [0, 0, 0] + }, + "bone6": { + "rotation": [15, 0, 0] + }, + "leg_left": { + "rotation": [0, -37.5, 0], + "position": [-1, 0, -1] + }, + "bone19": { + "position": [0, 0.25, 0] + }, + "bone20": { + "position": [0, 0.25, 0] + }, + "leg_right": { + "rotation": [0, 25, 0], + "position": [0, 0, -1] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/milotic/milotic.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/milotic/milotic.animation.json new file mode 100644 index 0000000..a6cbf2c --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/milotic/milotic.animation.json @@ -0,0 +1,669 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.milotic.ground_idle": { + "loop": true, + "bones": { + "body": { + "rotation": ["Math.cos((query.anim_time-0.2) * 90 * 1) * 2", 0, 0], + "position": [0, 4, 0] + }, + "neck2": { + "rotation": [7.5, 0, 0] + }, + "head_rotation": { + "rotation": ["10+Math.cos((query.anim_time-0.8) * 90 * 1) * -6", 0, 0] + }, + "segment1": { + "rotation": [22.72183, 9.6955, 1.73294] + }, + "segment2": { + "rotation": ["26.1834+Math.cos((query.anim_time) * 90 * 1) * -3", 12.82271, 16.62149] + }, + "segment3": { + "rotation": [29.45793, -12.49746, -4.64042] + }, + "segment6": { + "rotation": [-31.4594, -45.46957, 10.44053] + }, + "segment7": { + "rotation": [-14.10989, -36.34266, 3.57809] + }, + "segment8": { + "rotation": ["29.1777+Math.cos((query.anim_time-0.2) * 90 * 1) * -4", "-49.7585+Math.cos((query.anim_time-0.6) * 90 * 1) * -4", -0.58851] + }, + "segment9": { + "rotation": [14.43461, -46.65934, -8.71674] + }, + "segment4": { + "rotation": [47.65469, -44.92991, -28.03723] + }, + "segment5": { + "rotation": [22.01394, "-35.962+Math.cos((query.anim_time) * 90 * 1) * 1", -0.07478] + }, + "neck": { + "rotation": ["-12.5+Math.cos((query.anim_time-0.6) * 90 * 1) * 4", 0, 0] + }, + "eye_left": { + "position": [0, 0, 0] + }, + "pupil_left": { + "position": [0, 0, 0] + }, + "eye_right": { + "position": [0, 0, 0] + }, + "bone17": { + "rotation": [15, 0, 0], + "position": [0, 0.2, 0] + }, + "bone18": { + "rotation": [0, 14, 0] + }, + "bone19": { + "rotation": ["-73-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", 0, 0] + }, + "bone20": { + "rotation": ["-10-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", "7.5-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", 0] + }, + "bone21": { + "rotation": [1.28032, 2.85572, 0.23166] + }, + "bone22": { + "rotation": ["15-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", "0-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", 0] + }, + "bone23": { + "rotation": [28.59762, 5.67247, 11.75414] + }, + "bone24": { + "rotation": [10, 0, 0] + }, + "bone25": { + "rotation": [22.5, 0, 0] + }, + "bone2": { + "rotation": [21.5, 0, 0], + "position": [0, -0.9, 0] + }, + "bone3": { + "rotation": [ + "48.8885-math.sin(q.anim_time*90*4)*1-(math.sin(q.anim_time*90*4)*1)", + "30.9856-math.sin(q.anim_time*90*4)*1-(math.sin(q.anim_time*90*4)*1)", + 4.67287 + ], + "position": [0, -0.2, -0.4] + }, + "bone4": { + "rotation": [0, "5+math.sin(q.anim_time*90*4)*1+(math.sin(q.anim_time*90*4)*1)", 0] + }, + "bone5": { + "rotation": [0, -14, 0] + }, + "bone6": { + "rotation": [0, "-41-math.sin(q.anim_time*90*4)*1-(math.sin(q.anim_time*90*4)*1)", 0] + }, + "bone7": { + "rotation": [0, "-11+math.sin(q.anim_time*90*4)*1+(math.sin(q.anim_time*90*4)*1)", 0] + }, + "tail": { + "rotation": ["0-Math.cos((query.anim_time) * 20 * 4 - 60) * 5", 0, 0] + }, + "bone26": { + "rotation": [19.5, 0, 0], + "position": [0, -0.8, 0] + }, + "bone27": { + "rotation": ["46.9855-math.sin(q.anim_time*90*4)*1-(math.sin(q.anim_time*90*4)*1)", -15.32224, -15.8659] + }, + "bone28": { + "rotation": [0, "-8-math.sin(q.anim_time*90*4)*1-(math.sin(q.anim_time*90*4)*1)", 0] + }, + "bone29": { + "rotation": [0, "13+math.sin(q.anim_time*90*4)*1+(math.sin(q.anim_time*90*4)*1)", 0] + }, + "bone30": { + "rotation": [0, "38-math.sin(q.anim_time*90*4)*1-(math.sin(q.anim_time*90*4)*1)", 0] + }, + "bone31": { + "rotation": [0, "16+math.sin(q.anim_time*90*4)*1+(math.sin(q.anim_time*90*4)*1)", 0] + }, + "bone8": { + "rotation": [10.01345, -2.95438, -0.52141] + }, + "bone9": { + "rotation": [-4, -10, 0], + "position": [0, 0, -0.1] + }, + "bone10": { + "rotation": ["-38.6158-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", -9.42966, 7.45552] + }, + "bone11": { + "rotation": [-27, 0, 0] + }, + "bone12": { + "rotation": [ + "-14.0741-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", + "5.8211-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", + -1.45655 + ] + }, + "bone13": { + "rotation": [7, 0, 0] + }, + "bone14": { + "rotation": ["0.5-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", "0-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", 0] + }, + "bone15": { + "rotation": [19, 0, 0] + }, + "bone16": { + "rotation": [19, 0, 0] + } + } + }, + "animation.milotic.ground_walk": { + "loop": true, + "bones": { + "body": { + "position": [0, 2, "Math.cos((query.anim_time) * 90 * 2) * 1"] + }, + "neck": { + "rotation": ["-20+Math.cos((query.anim_time-0.3) * 90 * 2) * -5", 0, 0] + }, + "neck2": { + "rotation": [17.4538, -0.15388, 0.65402] + }, + "head_rotation": { + "rotation": ["10+Math.cos((query.anim_time-0.8) * 90 * 1) * -6", 0, 0] + }, + "segment1": { + "rotation": [22.72183, 9.6955, 1.73294] + }, + "segment2": { + "rotation": ["52.5+Math.cos((query.anim_time-0.3) * 90 * 2) * 5", 0, "0+Math.cos((query.anim_time-1.25) * 90 * 4) * -5"] + }, + "segment3": { + "rotation": [14.5, "0+Math.cos((query.anim_time) * 90 * 4) * 10", 0] + }, + "segment4": { + "rotation": [0, "Math.cos((query.anim_time) * 90 * 4 - 60) * 10", 0] + }, + "segment5": { + "rotation": [0, "Math.cos((query.anim_time) * 90 * 4 - 120) * 10", 0] + }, + "segment6": { + "rotation": [0, "Math.cos((query.anim_time) * 90 * 4 - 180) * 10", 0] + }, + "segment7": { + "rotation": [0, "Math.cos((query.anim_time) * 90 * 4 - 240) * 15", 0] + }, + "segment8": { + "rotation": [0, "Math.cos((query.anim_time) * 90 * 4 - 300) * 20", 0] + }, + "segment9": { + "rotation": [0, "Math.cos((query.anim_time) * 90 * 4 - 360) * 5", 0] + }, + "bone17": { + "rotation": [15, 0, 0], + "position": [0, 0.2, 0] + }, + "bone18": { + "rotation": [0, 14, 0] + }, + "bone19": { + "rotation": ["-73-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", "0-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", 0] + }, + "bone20": { + "rotation": [-10.39086, 17.34294, -1.81027] + }, + "bone21": { + "rotation": [1.28032, 2.85572, 0.23166] + }, + "bone22": { + "rotation": [ + "15.0547-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", + "4.8292-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", + 1.29717 + ] + }, + "bone23": { + "rotation": ["10-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", "0-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", 0] + }, + "bone24": { + "rotation": ["10-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", "0-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", 0] + }, + "bone25": { + "rotation": [22.5, 0, 0] + }, + "bone2": { + "rotation": [19, 0, 0], + "position": [0, -0.6, 0] + }, + "bone3": { + "rotation": ["48.8885-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", 30.98562, 4.67287], + "position": [0, -0.2, -0.4] + }, + "bone4": { + "rotation": [0, 5, 0] + }, + "bone5": { + "rotation": ["0-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", -14, 0] + }, + "bone6": { + "rotation": ["0-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", -41, 0] + }, + "bone7": { + "rotation": [0, -11, 0] + }, + "tail": { + "rotation": ["5-Math.cos((query.anim_time) * 90 * 4 - 360) * 5", 0, 0] + }, + "bone26": { + "rotation": [19.5, 0, 0], + "position": [0, -0.8, 0] + }, + "bone27": { + "rotation": ["46.9855-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", -15.32224, -15.8659] + }, + "bone28": { + "rotation": [0, -8, 0] + }, + "bone29": { + "rotation": ["0-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", 13, 0] + }, + "bone30": { + "rotation": ["0-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", 38, 0] + }, + "bone31": { + "rotation": [0, 16, 0] + }, + "bone8": { + "rotation": [10.01345, -2.95438, -0.52141] + }, + "bone10": { + "rotation": [ + "-38.6158-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", + "-9.4297-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", + 7.45552 + ] + }, + "bone11": { + "rotation": [-27, 0, 0] + }, + "bone12": { + "rotation": [ + "-14.0741-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", + "5.8211-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", + -1.45655 + ] + }, + "bone13": { + "rotation": [7, 0, 0] + }, + "bone14": { + "rotation": [0.5, 0, 0] + }, + "bone15": { + "rotation": ["47-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", "0-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", 0] + }, + "bone16": { + "rotation": [19, 0, 0] + } + } + }, + "animation.milotic.water_idle": { + "loop": true, + "bones": { + "body": { + "rotation": ["Math.cos((query.anim_time-0.2) * 90 * 1) * 2", 0, 0], + "position": [0, 4, 0] + }, + "neck2": { + "rotation": [7.5, 0, 0] + }, + "head_rotation": { + "rotation": ["10+Math.cos((query.anim_time-0.8) * 90 * 1) * -6", 0, 0] + }, + "segment1": { + "rotation": [22.72183, 9.6955, 1.73294] + }, + "segment2": { + "rotation": ["26.1834+Math.cos((query.anim_time) * 90 * 1) * -3", 12.82271, 16.62149] + }, + "segment3": { + "rotation": [29.45793, -12.49746, -4.64042] + }, + "segment6": { + "rotation": [-31.4594, -45.46957, 10.44053] + }, + "segment7": { + "rotation": [-14.10989, -36.34266, 3.57809] + }, + "segment8": { + "rotation": ["29.1777+Math.cos((query.anim_time-0.2) * 90 * 1) * -4", "-49.7585+Math.cos((query.anim_time-0.6) * 90 * 1) * -4", -0.58851] + }, + "segment9": { + "rotation": [14.43461, -46.65934, -8.71674] + }, + "segment4": { + "rotation": [47.65469, -44.92991, -28.03723] + }, + "segment5": { + "rotation": [22.01394, "-35.962+Math.cos((query.anim_time) * 90 * 1) * 1", -0.07478] + }, + "neck": { + "rotation": ["-12.5+Math.cos((query.anim_time-0.6) * 90 * 1) * 4", 0, 0] + }, + "eye_left": { + "position": [0, 0, 0] + }, + "pupil_left": { + "position": [0, 0, 0] + }, + "eye_right": { + "position": [0, 0, 0] + }, + "bone17": { + "rotation": [15, 0, 0], + "position": [0, 0.2, 0] + }, + "bone18": { + "rotation": [0, 14, 0] + }, + "bone19": { + "rotation": [-73, 0, 0] + }, + "bone20": { + "rotation": [-10, 7.5, 0] + }, + "bone21": { + "rotation": [1.28032, 2.85572, 0.23166] + }, + "bone22": { + "rotation": [15, 0, 0] + }, + "bone23": { + "rotation": [10, 0, 0] + }, + "bone24": { + "rotation": [10, 0, 0] + }, + "bone25": { + "rotation": [22.5, 0, 0] + }, + "bone2": { + "rotation": [21.5, 0, 0], + "position": [0, -0.9, 0] + }, + "bone3": { + "rotation": [48.88846, 30.98562, 4.67287], + "position": [0, -0.2, -0.4] + }, + "bone4": { + "rotation": [0, 5, 0] + }, + "bone5": { + "rotation": [0, -14, 0] + }, + "bone6": { + "rotation": [0, -41, 0] + }, + "bone7": { + "rotation": [0, -11, 0] + }, + "tail": { + "rotation": ["0-Math.cos((query.anim_time) * 20 * 4 - 60) * 5", 0, 0] + }, + "bone26": { + "rotation": [19.5, 0, 0], + "position": [0, -0.8, 0] + }, + "bone27": { + "rotation": [41.98546, -15.32224, -15.8659] + }, + "bone28": { + "rotation": [0, -8, 0] + }, + "bone29": { + "rotation": [0, 13, 0] + }, + "bone30": { + "rotation": [0, 38, 0] + }, + "bone31": { + "rotation": [0, 16, 0] + }, + "bone8": { + "rotation": [10.01345, -2.95438, -0.52141] + }, + "bone9": { + "rotation": [-4, -10, 0], + "position": [0, 0, -0.1] + }, + "bone10": { + "rotation": [-38.61576, -9.42966, 7.45552] + }, + "bone11": { + "rotation": [-27, 0, 0] + }, + "bone12": { + "rotation": [-14.07406, 5.82115, -1.45655] + }, + "bone13": { + "rotation": [7, 0, 0] + }, + "bone14": { + "rotation": [0.5, 0, 0] + }, + "bone16": { + "rotation": [19, 0, 0] + }, + "milotic": { + "position": [0, -3, 0] + } + } + }, + "animation.milotic.water_swim": { + "loop": true, + "bones": { + "body": { + "position": [0, 2, "Math.cos((query.anim_time) * 90 * 2) * 1"] + }, + "neck": { + "rotation": ["-10+Math.cos((query.anim_time-0.3) * 90 * 2) * -5", 0, 0] + }, + "neck2": { + "rotation": [17.4538, -0.15388, 0.65402] + }, + "head_rotation": { + "rotation": ["10+Math.cos((query.anim_time-0.8) * 90 * 1) * -6", 0, 0] + }, + "segment1": { + "rotation": [-13.27817, 9.6955, 1.73294] + }, + "segment2": { + "rotation": ["4+Math.cos((query.anim_time-0.3) * 90 * 2) * 5", 0, "Math.cos((query.anim_time-1.25) * 90 * 4) * -5"] + }, + "segment3": { + "rotation": [2, "0+Math.cos((query.anim_time) * 90 * 4) * 10", 0] + }, + "segment4": { + "rotation": [0, "Math.cos((query.anim_time) * 90 * 4 - 60) * 10", 0] + }, + "segment5": { + "rotation": [0, "Math.cos((query.anim_time) * 90 * 4 - 120) * 10", 0] + }, + "segment6": { + "rotation": [0, "Math.cos((query.anim_time) * 90 * 4 - 180) * 10", 0] + }, + "segment7": { + "rotation": [0, "Math.cos((query.anim_time) * 90 * 4 - 240) * 15", 0] + }, + "segment8": { + "rotation": [0, "Math.cos((query.anim_time) * 90 * 4 - 300) * 20", 0] + }, + "segment9": { + "rotation": [0, "Math.cos((query.anim_time) * 90 * 4 - 360) * 5", 0] + }, + "bone17": { + "rotation": ["15+math.sin(q.anim_time*30*4)*1+(math.sin(q.anim_time*30*4)*1)", 0, 0], + "position": [0, 0.2, 0] + }, + "bone18": { + "rotation": ["0-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", 14, 0] + }, + "bone19": { + "rotation": [-10.5, 0, 0] + }, + "bone20": { + "rotation": ["-10.3909-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", 17.34294, -1.81027] + }, + "bone21": { + "rotation": [1.28032, 2.85572, 0.23166] + }, + "bone22": { + "rotation": ["15.0547-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", 4.82922, 1.29717] + }, + "bone23": { + "rotation": ["10+math.sin(q.anim_time*30*4)*1+(math.sin(q.anim_time*30*4)*1)", 0, 0] + }, + "bone24": { + "rotation": ["21-math.sin(q.anim_time*30*4)*3+(math.sin(q.anim_time*30*4)*3)", 0, 0] + }, + "bone25": { + "rotation": ["22.5-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", 0, 0] + }, + "bone2": { + "rotation": [19, 0, 0], + "position": [0, -0.6, 0] + }, + "bone3": { + "rotation": [48.88846, 30.98562, 4.67287], + "position": [0, -0.2, -0.4] + }, + "bone4": { + "rotation": [0, 5, 0] + }, + "bone5": { + "rotation": [0, -14, 0] + }, + "bone6": { + "rotation": [0, -41, 0] + }, + "bone7": { + "rotation": [0, -11, 0] + }, + "tail": { + "rotation": ["5-Math.cos((query.anim_time) * 90 * 4 - 360) * 5", 0, 0] + }, + "bone26": { + "rotation": [19.5, 0, 0], + "position": [0, -0.8, 0] + }, + "bone27": { + "rotation": [38.98546, -15.32224, -15.8659] + }, + "bone28": { + "rotation": [0, -8, 0] + }, + "bone29": { + "rotation": [0, 13, 0] + }, + "bone30": { + "rotation": [0, 38, 0] + }, + "bone31": { + "rotation": [0, 16, 0] + }, + "bone8": { + "rotation": [10.01345, -2.95438, -0.52141] + }, + "bone10": { + "rotation": ["16.3842+math.sin(q.anim_time*30*4)*1+(math.sin(q.anim_time*30*4)*1)", -9.42966, 7.45552] + }, + "bone11": { + "rotation": ["-27+math.sin(q.anim_time*30*4)*1+(math.sin(q.anim_time*30*4)*1)", 0, 0] + }, + "bone12": { + "rotation": ["-14.0741-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", 5.82115, -1.45655] + }, + "bone13": { + "rotation": ["9-math.sin(q.anim_time*30*4)*4+(math.sin(q.anim_time*30*4)*1)", 0, 0] + }, + "bone14": { + "rotation": ["0.5-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", 0, 0] + }, + "bone15": { + "rotation": ["47+math.sin(q.anim_time*30*4)*3+(math.sin(q.anim_time*30*4)*3)", 0, 0] + }, + "bone16": { + "rotation": ["19-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", 0, 0] + }, + "milotic": { + "rotation": [95, 0, 0], + "position": [0, -60.9, -70.6] + }, + "head": { + "rotation": [-102.5, 0, 0], + "position": [0, -2, -4.2] + } + } + }, + "animation.milotic.blink": { + "animation_length": 0.16667, + "bones": { + "eyelid_left": { + "position": { + "0.0": [0.1, 0, 0], + "0.125": [0.1, 0, 0], + "0.1667": [0, 0, 0] + } + }, + "eyelid_right": { + "position": { + "0.0": [-0.1, 0, 0], + "0.125": [-0.1, 0, 0], + "0.1667": [0, 0, 0] + } + } + } + }, + "animation.milotic.cry": { + "animation_length": 1.08333, + "bones": { + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "mouth": { + "position": [0, -2, 1.1], + "scale": [0.69, 1, 0.61] + } + }, + "sound_effects": { + "0.0833": { + "effect": "pokemon.serperior.cry" + } + } + }, + "animation.milotic.static pose": { + "loop": true + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/minccino/minccino.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/minccino/minccino.animation.json new file mode 100644 index 0000000..8ffc3fe --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/minccino/minccino.animation.json @@ -0,0 +1,78 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.minccino.ground_walk": { + "loop": true, + "bones": { + "body": { + "position": [0, "2*math.abs(math.sin(q.anim_time*90*6-30))", 0] + }, + "body2": { + "rotation": ["0+math.sin(q.anim_time*90*8-30)*2", "0+math.sin(q.anim_time*90*6-75+180)*7.5", "0+math.sin(q.anim_time*90*6+15)*4"] + }, + "head": { + "rotation": ["2.5*math.sin(q.anim_time*90*12)", "-2.5*math.sin(q.anim_time*90*6)", 0] + }, + "cowlick": { + "rotation": ["2.5*math.sin(q.anim_time*90*12)*3", 0, 0] + }, + "ear_right": { + "rotation": ["2.5*math.sin(q.anim_time*90*12)", 0, 0] + }, + "ear_left": { + "rotation": ["2.5*math.sin(q.anim_time*90*12)", 0, 0] + }, + "arm_right": { + "rotation": [0, "0-5*math.sin(q.anim_time*90*6)*5", "-45-5*math.sin(q.anim_time*90*12)"] + }, + "arm_left": { + "rotation": [0, "0-5*math.sin(q.anim_time*90*6)*5", "40+5*math.sin(q.anim_time*90*12)"] + }, + "tail0": { + "rotation": ["5*math.sin(q.anim_time*90*12)*3", 0, 0] + }, + "leg_right": { + "rotation": ["20*math.sin(q.anim_time*90*6)", 0, 0] + }, + "leg_left": { + "rotation": ["-20*math.sin(q.anim_time*90*6)", 0, 0] + } + } + }, + "animation.minccino.ground_idle": { + "loop": true, + "bones": { + "body2": { + "rotation": ["01+math.sin(q.anim_time*90*3)*1", 0, 0], + "position": [0, "0+math.sin(q.anim_time*90*3*2)*0.1", 0] + }, + "head": { + "rotation": ["0+math.sin(q.anim_time*90*3-60)*2", 0, 0] + }, + "cowlick": { + "rotation": ["0+math.sin(q.anim_time*90*3-55)*7.5", 0, "0+math.sin(q.anim_time*90*1.5-25)*4"] + }, + "ear_right": { + "rotation": ["0-math.sin(q.anim_time*90*3*1)*3", 0, 0] + }, + "ear_left": { + "rotation": ["0-math.sin(q.anim_time*90*3*1)*3", 0, 0] + }, + "arm_right": { + "rotation": [0, 0, "-37.5+math.sin(q.anim_time*90*3)*-5"], + "position": [0, "0+math.sin(q.anim_time*90*2*2)*0.1", 0] + }, + "arm_left": { + "rotation": [0.7661, -0.64276, "39.9957+math.sin(q.anim_time*90*3)*5"], + "position": [0, "0+math.sin(q.anim_time*90*2*2)*0.1", 0] + }, + "tail1": { + "rotation": [0, "6*(math.sin(q.anim_time*90*3-90)*1)+0*(math.sin(q.anim_time*90*0/2-90)*1)", 0] + }, + "tail2": { + "rotation": [0, "6*(math.sin(q.anim_time*90*3-90)*1)+0*(math.sin(q.anim_time*90*0/2-90)*1)", 0] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/minior/minior.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/minior/minior.animation.json new file mode 100644 index 0000000..8cf7a4d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/minior/minior.animation.json @@ -0,0 +1,85 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.minior.ground_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "minior": { + "position": [0, 10, 0] + }, + "body": { + "position": ["0+math.sin(q.anim_time*90*2)*2", "0-math.sin(q.anim_time*90*4)*2", 0] + }, + "torso": { + "rotation": { + "0.0": [0, 0, 0], + "2.0": [0, 0, -180], + "4.0": [0, 0, -360] + } + }, + "armor": { + "rotation": { + "0.0": [0, 0, 0], + "2.0": [0, 0, -180], + "4.0": [0, 0, -360] + } + } + } + }, + "animation.minior.ground_walk": { + "loop": true, + "animation_length": 4, + "bones": { + "minior": { + "rotation": [10, 0, 0], + "position": [0, 10, 0] + }, + "body": { + "position": ["0+math.sin(q.anim_time*90*2)*2", "0-math.sin(q.anim_time*90*4)*2", 0] + }, + "torso": { + "rotation": { + "0.0": [0, 0, 0], + "2.0": [0, 0, -180], + "4.0": [0, 0, -360] + } + }, + "armor": { + "rotation": { + "0.0": [0, 0, 0], + "2.0": [0, 0, -180], + "4.0": [0, 0, -360] + } + } + } + }, + "animation.minior.sleep": { + "loop": true, + "animation_length": 12, + "bones": { + "minior": { + "position": [0, 10, 0] + }, + "body": { + "position": ["0+math.sin(q.anim_time*90*2)*0.3", "0-math.sin(q.anim_time*90*4)*0.3", 0] + }, + "torso": { + "rotation": { + "0.0": [0, 0, 0], + "6.0": [0, 0, -180], + "12.0": [0, 0, -360] + } + }, + "armor": { + "rotation": { + "0.0": [0, 0, 0], + "6.0": [0, 0, -180], + "12.0": [0, 0, -360] + } + } + } + } + }, + "geckolib_format_version": 2 +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/moltres2/moltres2.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/moltres2/moltres2.animation.json new file mode 100644 index 0000000..4c50b99 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/moltres2/moltres2.animation.json @@ -0,0 +1,1130 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.moltres2.ground_idle": { + "loop": true, + "bones": { + "body": { + "position": [0, -0.1, 0] + }, + "torso": { + "rotation": [-15, 0, 0] + }, + "neck": { + "rotation": [30, 0, 0] + }, + "head": { + "rotation": [-10, 0, 0] + }, + "hair4": { + "rotation": [-20, 0, 0] + }, + "leg_left": { + "rotation": [1.94714, -14.21826, -7.70881], + "position": [-3, 0, 0] + }, + "foot_left": { + "rotation": [0, 0, 7.5] + }, + "hair3": { + "rotation": [-10, 0, 0] + }, + "hair5": { + "rotation": [15, 0, 0] + }, + "hair6": { + "rotation": [15, 0, 0] + }, + "upper_torso": { + "rotation": [-10, 0, 0] + }, + "wing_open_right": { + "scale": 0 + }, + "tail": { + "rotation": [-10, 0, 0] + }, + "leg_right": { + "rotation": [2.56834, 13.90237, 10.26538], + "position": [2, 0, 0] + }, + "foot_right": { + "rotation": [0, 0, -10] + }, + "wing_right": { + "rotation": [7.5, 60, -62.5], + "position": [-1, 0, -2] + }, + "wing_right2": { + "rotation": [0, -152.5, 0], + "position": [1, -0.01, 4] + }, + "wing_right3": { + "rotation": [0, 60, 0], + "position": [1, 0.1, -2] + }, + "jaw": { + "rotation": [-2.5, 0, 0] + }, + "bone": { + "rotation": [0, 47.5, 0], + "position": [0, -0.01, 0] + }, + "wing_left": { + "rotation": [7.5, -60, 62.5], + "position": [1, 0, -2] + }, + "wing_left2": { + "rotation": [0, 152.5, 0], + "position": [-1, -0.01, 4] + }, + "wing_left3": { + "rotation": [0, -60, 0], + "position": [-1, 0.1, -2] + }, + "bone2": { + "rotation": [0, -47.5, 0], + "position": [0, -0.01, 0] + } + } + }, + "animation.moltres2.ground_walk": { + "loop": true, + "bones": { + "torso": { + "rotation": ["-15+math.sin(q.anim_time*90*6+0+180)*2", "0+math.sin(q.anim_time*90*3-60+180)*2.5", "0+math.sin(q.anim_time*90*3+0)*2.5"] + }, + "tail_left": { + "rotation": ["2.5+math.sin(q.anim_time*90*6-25+180)*2", "math.sin(q.anim_time*90*3-20+180)*0.75", 0] + }, + "tail_left2": { + "rotation": ["2.5+math.sin(q.anim_time*90*6-50+180)*3", "math.sin(q.anim_time*90*3-40+180)*1", 0] + }, + "tail_right": { + "rotation": ["2.5+math.sin(q.anim_time*90*6-25+180)*2", "math.sin(q.anim_time*90*3-20+180)*0.75", 0] + }, + "tail_right2": { + "rotation": ["2.5+math.sin(q.anim_time*90*6-50+180)*3", "math.sin(q.anim_time*90*3-40+180)*1", 0] + }, + "hair": { + "rotation": ["0+math.sin(q.anim_time*90*6-95+180)*3", 0, 0] + }, + "hair_left": { + "rotation": ["0+math.sin(q.anim_time*90*6-90+180)*4", 0, 0] + }, + "hair_right": { + "rotation": ["0+math.sin(q.anim_time*90*6-90+180)*4", 0, 0] + }, + "hair_left2": { + "rotation": ["0+math.sin(q.anim_time*90*6-85+180)*3", 0, 0] + }, + "hair_right2": { + "rotation": ["0+math.sin(q.anim_time*90*6-85+180)*3", 0, 0] + }, + "wing_closed_left": { + "rotation": [-15.01365, 2.41476, -0.64743] + }, + "wing_closed_left2": { + "rotation": [27.58957, -4.43385, -2.31336] + }, + "wing_closed_left3": { + "rotation": [17.64168, -7.15102, -2.26708] + }, + "wing_closed_right": { + "rotation": [-15.01365, -2.41476, 0.64743] + }, + "wing_closed_right2": { + "rotation": [27.58957, 4.43385, 2.31336] + }, + "wing_closed_right3": { + "rotation": [17.64168, 7.15102, 2.26708] + }, + "wing_open_right": { + "scale": 0 + }, + "wing_open_left": { + "scale": 0 + }, + "body": { + "position": [0, "0+math.clamp(math.sin(query.anim_time*90*6*-1-30)*1,-0,1)+math.clamp(math.sin(query.anim_time*90*6*-1-30)*1,-0.9,0)", 0] + }, + "neck": { + "rotation": [-7.5, 0, 0] + }, + "head": { + "rotation": ["20+math.sin(q.anim_time*90*6-40)*3", 0, "0+math.sin(q.anim_time*90*3-50)*0.25"] + }, + "leg_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-50)*17.5,-17.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-50)*22.5,-0,20)", 0, 0], + "position": [-1, "0+math.clamp(math.sin(query.anim_time*90*3*-1-60)*1,0.3,1)", "math.sin(q.anim_time*90*3-80)*2"] + }, + "leg_left2": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-150)*35.5,-32.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-150)*17.5,-0,15)", 0, 0] + }, + "foot_left": { + "rotation": ["-7.5+math.clamp(math.sin(query.anim_time*90*3*-1-175)*7.5,-7.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-175)*22.5,-0,20)", 0, 0] + }, + "toe_middle_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", 0, 0] + }, + "claw_middle_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330)*15,-0,12.5)", 0, 0] + }, + "toe_back_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-300)*27.5,-0,25)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*22.5,-20,0)", 0, 0] + }, + "claw_back_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330)*15,-12.5,0)", 0, 0] + }, + "toe_outer_left": { + "rotation": ["-1.5203+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", -7.13182, 4.77156] + }, + "claw_outer_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330)*15,-0,12.5)", 0, 0] + }, + "toe_inner_left": { + "rotation": ["-1.5203+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", 7.13182, -4.77156] + }, + "claw_inner_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330)*15,-0,12.5)", 0, 0] + }, + "leg_right": { + "rotation": [ + "0+math.clamp(math.sin(query.anim_time*90*3*-1-50+180)*17.5,-17.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-50+180)*22.5,-0,20)", + 0, + 0 + ], + "position": [1, "0+math.clamp(math.sin(query.anim_time*90*3*-1-60+180)*1,0.3,1)", "-math.sin(q.anim_time*90*3-80)*2"] + }, + "leg_right2": { + "rotation": [ + "0+math.clamp(math.sin(query.anim_time*90*3*-1-150+180)*35.5,-32.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-150+180)*17.5,-0,15)", + 0, + 0 + ] + }, + "foot_right": { + "rotation": [ + "-7.5+math.clamp(math.sin(query.anim_time*90*3*-1-175+180)*7.5,-7.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-175+180)*22.5,-0,20)", + 0, + 0 + ] + }, + "toe_middle_right": { + "rotation": [ + "0+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", + 0, + 0 + ] + }, + "claw_middle_right": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330+180)*15,-0,12.5)", 0, 0] + }, + "toe_back_right": { + "rotation": [ + "0+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*27.5,-0,25)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*22.5,-20,0)", + 0, + 0 + ] + }, + "claw_back_right": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330+180)*15,-12.5,0)", 0, 0] + }, + "toe_inner_right": { + "rotation": [ + "-1.3208+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", + -2.79056, + 4.67594 + ] + }, + "claw_inner_right": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330+180)*15,-0,12.5)", 0, 0] + }, + "toe_outer_right": { + "rotation": [ + "-1.3208+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", + 2.79056, + -4.67594 + ] + }, + "claw_outer_right": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330+180)*15,-0,12.5)", 0, 0] + }, + "wing_right": { + "rotation": [7.5, 60, -62.5], + "position": [-1, 0, -2] + }, + "wing_right2": { + "rotation": [0, -152.5, 0], + "position": [1, -0.01, 4] + }, + "wing_right3": { + "rotation": [0, 60, 0], + "position": [1, 0.1, -2] + }, + "jaw": { + "rotation": [-2.5, 0, 0] + }, + "bone": { + "rotation": [0, 47.5, 0], + "position": [0, -0.01, 0] + }, + "wing_left": { + "rotation": [7.5, -60, 62.5], + "position": [1, 0, -2] + }, + "wing_left2": { + "rotation": [0, 152.5, 0], + "position": [-1, -0.01, 4] + }, + "wing_left3": { + "rotation": [0, -60, 0], + "position": [-1, 0.1, -2] + }, + "bone2": { + "rotation": [0, -47.5, 0], + "position": [0, -0.01, 0] + } + } + }, + "animation.moltres2.air_idle": { + "loop": true, + "bones": { + "body": { + "rotation": ["-10+math.sin(q.anim_time*90*3-60)*-1", 0, 0], + "position": [0, "math.sin(q.anim_time*90*3-30)*-2", "math.sin(q.anim_time*90*3-30)*-0.5"] + }, + "torso": { + "rotation": ["-15+math.sin(q.anim_time*90*3-60)*-3", 0, 0] + }, + "wing_closed_left": { + "rotation": [-93.47882, -7.48957, -87.29442], + "position": [0, -1, 6], + "scale": 0 + }, + "wing_closed_left2": { + "rotation": [5.08957, -4.43385, -2.31336] + }, + "wing_closed_left3": { + "rotation": [0.14168, -7.15102, -2.26708] + }, + "tail_left": { + "rotation": [8.0352, -0.67621, 4.9829] + }, + "tail_right": { + "rotation": [8.27991, 1.031, -7.46967] + }, + "tail_left2": { + "rotation": [12.64619, -1.47498, 22.81474] + }, + "tail_right2": { + "rotation": [12.64619, 1.47498, -22.81474] + }, + "neck": { + "rotation": ["30+math.sin(q.anim_time*90*3-70)*-5", 0, 0] + }, + "head": { + "rotation": ["-5+math.sin(q.anim_time*90*3-70)*10", 0, 0] + }, + "hair4": { + "rotation": ["5+math.sin(q.anim_time*90*3-150)*25", 0, 0] + }, + "leg_left": { + "rotation": ["math.sin(q.anim_time*90*3-90)*-2.5", 0, 0] + }, + "foot_left": { + "rotation": ["15+math.sin(q.anim_time*90*3-150)*5", 0, 7.5] + }, + "hair2": { + "rotation": ["math.sin(q.anim_time*90*3-90)*1", 0, 0] + }, + "hair3": { + "rotation": ["math.sin(q.anim_time*90*3-90)*5+4", 0, 0] + }, + "hair5": { + "rotation": ["math.sin(q.anim_time*90*3-210)*20-20", 0, 0] + }, + "hair6": { + "rotation": ["math.sin(q.anim_time*90*3-300)*50+2.5", 0, 0] + }, + "leg_left2": { + "rotation": ["-15+math.sin(q.anim_time*90*3-120)*15", 0, 0] + }, + "toe_back_left": { + "rotation": [-60, 0, 0] + }, + "claw_back_left": { + "rotation": [-23.06545, -0.03421, -1.5838] + }, + "toe_inner_left": { + "rotation": [37.5, 0, 0] + }, + "claw_inner_left": { + "rotation": [25, 0, 0] + }, + "toe_middle_left": { + "rotation": [35, 0, 0] + }, + "claw_middle_left": { + "rotation": [20, 0, 0] + }, + "toe_outer_left": { + "rotation": [55, 0, 0] + }, + "claw_outer_left": { + "rotation": [20, 0, 0] + }, + "wing_open_right4": { + "rotation": [0, 0, "math.sin(q.anim_time*90*3-140)*40"] + }, + "wing_open_left4": { + "rotation": [0, 0, "-(math.sin(q.anim_time*90*3-140)*40)"] + }, + "wing_closed_right": { + "rotation": [-93.47882, 7.48957, 87.29442], + "position": [0, -1, 6], + "scale": 0 + }, + "wing_closed_right2": { + "rotation": [5.08957, 4.43385, 2.31336] + }, + "wing_closed_right3": { + "rotation": [0.14168, 7.15102, 2.26708] + }, + "wing_open_right": { + "rotation": [-10, -5, "-5-math.sin(q.anim_time*90*3)*-60"], + "position": [0, "math.sin(q.anim_time*90*3)*-0.5", 0] + }, + "wing_open_right2": { + "rotation": [0.30239, -7.019, "-7.218-math.sin(q.anim_time*90*3-70)*-40"], + "position": [1, 0, 0] + }, + "wing_open_right3": { + "rotation": [0, 0, "(math.sin(q.anim_time*90*3-120)*30)"] + }, + "tail": { + "rotation": ["-10+math.sin(q.anim_time*90*3)*10", 0, 0] + }, + "jaw": { + "rotation": [-2.5, 0, 0] + }, + "leg_right": { + "rotation": ["math.sin(q.anim_time*90*3-90)*-17.5", 0, 0] + }, + "leg_right2": { + "rotation": ["-15+math.sin(q.anim_time*90*3-120)*15", 0, 0] + }, + "foot_right": { + "rotation": ["15+math.sin(q.anim_time*90*3-150)*5", 0, -7.5] + }, + "toe_middle_right": { + "rotation": [35, 0, 0] + }, + "claw_middle_right": { + "rotation": [20, 0, 0] + }, + "toe_back_right": { + "rotation": [-60, 0, 0] + }, + "claw_back_right": { + "rotation": [-23.06545, 0.03421, 1.5838] + }, + "toe_inner_right": { + "rotation": [37.5, 0, 0] + }, + "claw_inner_right": { + "rotation": [25, 0, 0] + }, + "toe_outer_right": { + "rotation": [55, 0, 0] + }, + "claw_outer_right": { + "rotation": [20, 0, 0] + }, + "tail4": { + "rotation": ["-10+math.sin(q.anim_time*90*3)*10", 0, 0] + }, + "bone3": { + "rotation": [-27.5, 0, 0] + }, + "bone4": { + "rotation": [55, 0, 0] + }, + "bone5": { + "rotation": [-40, 0, 0] + }, + "wing_right": { + "rotation": [-10, -5, "-5-math.sin(q.anim_time*90*3)*-60"], + "position": [0, "math.sin(q.anim_time*90*3)*-0.5", 0] + }, + "wing_right2": { + "rotation": [0.30239, -7.019, "-7.218-math.sin(q.anim_time*90*3-70)*-40"], + "position": [1, 0, 0] + }, + "wing_right3": { + "rotation": [0, 0, "(math.sin(q.anim_time*90*3-120)*30)"] + }, + "wing_left": { + "rotation": [-10, 5, "5+math.sin(q.anim_time*90*3)*-60"], + "position": [0, "math.sin(q.anim_time*90*3)*-0.5", 0] + }, + "wing_left2": { + "rotation": [0.30239, 7.01899, "7.218+math.sin(q.anim_time*90*3-70)*-40"] + }, + "wing_left3": { + "rotation": [0, 0, "-(math.sin(q.anim_time*90*3-120)*30)"] + } + } + }, + "animation.moltres2.air_fly": { + "loop": true, + "animation_length": 5.2917, + "bones": { + "torso": { + "rotation": { + "0.0": ["-15+math.sin(q.anim_time*90*3-60)*-3", 0, 0], + "2.0": [-15, 0, 0], + "4.0": [-15, 0, 0], + "5.2917": ["-15+math.sin(q.anim_time*90*3-60)*-3", 0, 0] + } + }, + "toe_outer_right2": { + "rotation": [60, 0, 0] + }, + "toe_middle_right2": { + "rotation": [60, 0, 0] + }, + "toe_inner_right2": { + "rotation": [60, 0, 0] + }, + "toe_inner_left2": { + "rotation": [60, 0, 0] + }, + "toe_middle_left2": { + "rotation": [60, 0, 0] + }, + "toe_outer_left2": { + "rotation": [60, 0, 0] + }, + "wing_closed_left": { + "scale": [1, 0, 0] + }, + "wing_closed_right": { + "scale": 0 + }, + "wing_open_right": { + "rotation": { + "0.0": [-10, -5, "-5+math.sin(q.anim_time*90*3)*60"], + "2.0": [-10.55954, -3.65972, 2.40059], + "4.0": [-10.55954, -3.65972, 2.40059], + "5.2917": [-10, -5, "-5+math.sin(q.anim_time*90*3)*60"] + }, + "position": { + "0.0": [0, "math.sin(q.anim_time*90*3)*-0.5", 0], + "2.0": [0, 0, 0], + "4.0": [0, 0, 0], + "5.2917": [0, "math.sin(q.anim_time*90*3)*-0.5", 0] + } + }, + "wing_open_right2": { + "rotation": { + "0.0": [0.3024, -7.01899, "-7.218+math.sin(q.anim_time*90*3-70)*40"], + "2.0": [-0.62346, -6.9988, 0.33845], + "4.0": [-0.62346, -6.9988, 0.33845], + "5.2917": [0.3024, -7.01899, "-7.218+math.sin(q.anim_time*90*3-70)*40"] + } + }, + "wing_open_right3": { + "rotation": { + "0.0": [0, 0, "math.sin(q.anim_time*90*3-120)*30"], + "2.0": [0, 30, 0], + "2.0417": ["0-Math.cos((query.anim_time - 0.5) * 720) * 2", 30, 0], + "4.0": [0, 30, 0], + "5.2917": [0, 0, "math.sin(q.anim_time*90*3-120)*30"] + } + }, + "wing_open_right4": { + "rotation": { + "0.0": [0, 0, "math.sin(q.anim_time*90*3-140)*40"], + "2.0": [0, 0, 0], + "2.0417": ["0-Math.cos((query.anim_time - 0.5) * 720) * 2", 0, 0], + "4.0": [0, 0, 0], + "5.2917": [0, 0, "math.sin(q.anim_time*90*3-140)*40"] + } + }, + "wing_open_left": { + "rotation": { + "0.0": [-10, 5, "5+math.sin(q.anim_time*90*3)*-60"], + "2.0": [-10.55954, 3.65972, -2.40057], + "4.0": [-10.55954, 3.65972, -2.40057], + "5.2917": [-10, 5, "5+math.sin(q.anim_time*90*3)*-60"] + }, + "position": { + "0.0": [0, "math.sin(q.anim_time*90*3)*-0.5", 0], + "2.0": [0, 0, 0], + "4.0": [0, 0, 0], + "5.2917": [0, "math.sin(q.anim_time*90*3)*-0.5", 0] + } + }, + "wing_open_left2": { + "rotation": { + "0.0": [0.30239, 7.01899, "7.218+math.sin(q.anim_time*90*3-70)*-40"], + "2.0": [-0.62095, 6.9981, -0.3385], + "4.0": [-0.62095, 6.9981, -0.3385], + "5.2917": [0.30239, 7.01899, "7.218+math.sin(q.anim_time*90*3-70)*-40"] + } + }, + "wing_open_left3": { + "rotation": { + "0.0": [0, 0, "-(math.sin(q.anim_time*90*3-120)*30)"], + "2.0": [0, -30, 0], + "2.0417": ["0-Math.cos((query.anim_time - 0.5) * 720) * 2", -30, 0], + "4.0": [0, -30, 0], + "5.2917": [0, 0, "-(math.sin(q.anim_time*90*3-120)*30)"] + } + }, + "wing_open_left4": { + "rotation": { + "0.0": [0, 0, "-(math.sin(q.anim_time*90*3-140)*40)"], + "2.0": [0, 0, 0], + "2.0417": ["0-Math.cos((query.anim_time - 0.5) * 720) * 2", 0, 0], + "4.0": [0, 0, 0], + "5.2917": [0, 0, "-(math.sin(q.anim_time*90*3-140)*40)"] + } + }, + "hair3": { + "rotation": ["0-Math.cos((query.anim_time - 0.2) * 720) * 2", 0, 0] + }, + "hair4": { + "rotation": ["0-Math.cos((query.anim_time - 0.5) * 720) * 2", 0, 0] + }, + "hair5": { + "rotation": ["0-Math.cos((query.anim_time - 0.8) * 720) * 2", 0, 0] + }, + "hair6": { + "rotation": ["0-Math.cos((query.anim_time - 0.5) * 720) * 2", 0, 0] + }, + "bone7": { + "rotation": ["0-Math.cos((query.anim_time - 0.5) * 720) * 2", 0, 0] + }, + "bone8": { + "rotation": ["0-Math.cos((query.anim_time - 0.5) * 720) * 2", 0, 0] + }, + "bone10": { + "rotation": ["0-Math.cos((query.anim_time - 0.5) * 720) * 2", 0, 0] + }, + "bone9": { + "rotation": ["0-Math.cos((query.anim_time - 0.5) * 720) * 2", 0, 0] + }, + "body": { + "rotation": { + "0.0": ["77.5+math.sin(q.anim_time*90*3-60)*-1", 0, 0], + "2.0": ["77.5-Math.cos((query.anim_time - 0.5) * 360) * 1", 0, 0], + "4.0": ["77.5-Math.cos((query.anim_time - 0.5) * 360) * 1", 0, 0], + "5.2917": ["77.5+math.sin(q.anim_time*90*3-60)*-1", 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "5.2917": [0, 0, 0] + } + }, + "tail": { + "rotation": ["-80.7223-Math.cos((query.anim_time - 0.5) * 720) * 2", 0, 0], + "position": [0, -4, 0] + }, + "tail4": { + "rotation": ["-90.7223-Math.cos((query.anim_time - 0.5) * 720) * 2", 28.6912, 24.3497], + "position": [-1, -4, -3] + }, + "upper_torso": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*3-60)*-1", 0, 0], + "2.0": ["-Math.cos((query.anim_time - 0.5) * 360) * 1", 0, 0], + "4.0": ["0-Math.cos((query.anim_time - 0.5) * 360) * 1", 0, 0], + "5.2917": ["0+math.sin(q.anim_time*90*3-60)*-1", 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "5.2917": [0, 0, 0] + } + }, + "neck": { + "rotation": [0.5, 0, 0], + "position": [0, 0, 0] + }, + "head": { + "rotation": [-77.5, 0, 0], + "position": [0, 2, -3] + }, + "bone3": { + "rotation": ["0-Math.cos((query.anim_time - 0.2) * 720) * 2", 0, 0] + }, + "bone4": { + "rotation": ["0-Math.cos((query.anim_time - 0.5) * 720) * 2", 0, 0] + }, + "bone5": { + "rotation": ["0-Math.cos((query.anim_time - 0.8) * 720) * 2", 0, 0] + }, + "leg_left": { + "rotation": [-42.34892, -9.84655, -1.75378], + "position": [0, 1, 0.25] + }, + "leg_left2": { + "rotation": { + "0.0": ["-15+math.sin(q.anim_time*90*3-120)*15", 0, 0], + "2.0": [-15, 0, 0], + "4.0": [-15, 0, 0], + "5.2917": ["-15+math.sin(q.anim_time*90*3-120)*15", 0, 0] + } + }, + "foot_left": { + "rotation": { + "0.0": ["15+math.sin(q.anim_time*90*3-150)*5", 0, 7.5], + "2.0": [15, 0, 7.5], + "4.0": [15, 0, 7.5], + "5.2917": ["15+math.sin(q.anim_time*90*3-150)*5", 0, 7.5] + } + }, + "toe_middle_left": { + "rotation": [45, 0, 0] + }, + "claw_middle_left": { + "rotation": [45, 0, 0] + }, + "toe_back_left": { + "rotation": [-60, 0, 0] + }, + "claw_back_left": { + "rotation": [-45, 0, 0] + }, + "toe_outer_left": { + "rotation": [45, 0, 0] + }, + "claw_outer_left": { + "rotation": [45, 0, 0] + }, + "toe_inner_left": { + "rotation": [45, 0, 0] + }, + "claw_inner_left": { + "rotation": [45, 0, 0] + }, + "leg_right": { + "rotation": [-42.41547, 7.38542, 1.30962], + "position": [0, 1, 0.25] + }, + "leg_right2": { + "rotation": { + "0.0": ["-15+math.sin(q.anim_time*90*3-120)*15", 0, 0], + "2.0": [-15, 0, 0], + "4.0": [-15, 0, 0], + "5.2917": ["-15+math.sin(q.anim_time*90*3-120)*15", 0, 0] + } + }, + "foot_right": { + "rotation": { + "0.0": ["15+math.sin(q.anim_time*90*3-150)*5", 0, -7.5], + "2.0": [15, 0, -7.5], + "4.0": [15, 0, -7.5], + "5.2917": ["15+math.sin(q.anim_time*90*3-150)*5", 0, -7.5] + } + }, + "toe_middle_right": { + "rotation": [45, 0, 0] + }, + "claw_middle_right": { + "rotation": [45, 0, 0] + }, + "toe_back_right": { + "rotation": [-60, 0, 0] + }, + "claw_back_right": { + "rotation": [-45, 0, 0] + }, + "toe_inner_right": { + "rotation": [45, 0, 0] + }, + "claw_inner_right": { + "rotation": [45, 0, 0] + }, + "toe_outer_right": { + "rotation": [45, 0, 0] + }, + "claw_outer_right": { + "rotation": [45, 0, 0] + }, + "bone6": { + "rotation": ["0-Math.cos((query.anim_time - 0.5) * 720) * 2", 0, 0] + }, + "wing_right": { + "rotation": { + "0.0": [-90, "-5+math.sin(q.anim_time*90*3)*60", -5], + "2.0": [-88.86956, -2.75886, 2.09224], + "4.0": [-88.86956, -2.75886, 2.09224], + "5.2917": [-90, "-5+math.sin(q.anim_time*90*3)*60", -5] + }, + "position": { + "0.0": [0, "math.sin(q.anim_time*90*3)*-0.5", 0], + "2.0": [0, 0, 0], + "4.0": [0, 0, 0], + "5.2917": [0, "math.sin(q.anim_time*90*3)*-0.5", 0] + } + }, + "wing_right2": { + "rotation": { + "0.0": [0.30014, 0.48091, "-7.1786+math.sin(q.anim_time*90*3-70)*40"], + "2.0": [-0.62346, -6.9988, 0.33845], + "4.0": [-0.62346, -6.9988, 0.33845], + "5.2917": [0.3024, -7.01899, "-7.218+math.sin(q.anim_time*90*3-70)*40"] + }, + "position": [0, 0, 0] + }, + "wing_right3": { + "rotation": { + "0.0": [0, 0, "math.sin(q.anim_time*90*3-120)*30"], + "2.0": [0, 30, 0], + "2.0417": ["0-Math.cos((query.anim_time - 0.5) * 720) * 2", 30, 0], + "4.0": [0, 30, 0], + "5.2917": [0, 0, "math.sin(q.anim_time*90*3-120)*30"] + }, + "position": [0, 0, 0] + }, + "fire_right": { + "rotation": ["0-Math.cos((query.anim_time - 0.5) * 720) * 2", 0, 0] + }, + "fire_right2": { + "rotation": ["0-Math.cos((query.anim_time - 0.5) * 720) * 2", 0, 0] + }, + "jaw": { + "rotation": [-2.5, 0, 0] + }, + "wing_left": { + "rotation": { + "0.0": [-90, "5-math.sin(q.anim_time*90*3)*60", 5], + "2.0": [-88.86956, 2.7589, -2.0922], + "4.0": [-88.86956, 2.7589, -2.0922], + "5.2917": [-90, "5-math.sin(q.anim_time*90*3)*60", 5] + }, + "position": { + "0.0": [0, "math.sin(q.anim_time*90*3)*-0.5", 0], + "2.0": [0, 0, 0], + "4.0": [0, 0, 0], + "5.2917": [0, "math.sin(q.anim_time*90*3)*-0.5", 0] + } + }, + "wing_left2": { + "rotation": { + "0.0": [0.30014, -0.4809, "7.1786-math.sin(q.anim_time*90*3-70)*40"], + "2.0": [-0.62346, -6.9988, 0.33845], + "4.0": [-0.62346, -6.9988, 0.33845], + "5.2917": [0.3024, 7.019, "7.218-math.sin(q.anim_time*90*3-70)*40"] + }, + "position": [0, 0, 0] + }, + "wing_left3": { + "rotation": { + "0.0": [0, 0, "-math.sin(q.anim_time*90*3-120)*30"], + "2.0": [0, -30, 0], + "2.0417": ["0+Math.cos((query.anim_time - 0.5) * 720) * 2", -30, 0], + "4.0": [0, -30, 0], + "5.2917": [0, 0, "-math.sin(q.anim_time*90*3-120)*30"] + }, + "position": [0, 0, 0] + } + } + }, + "animation.moltres2.cry": { + "animation_length": 1.08333, + "bones": { + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-2.94, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.pidgeot.render": { + "loop": true, + "bones": { + "torso": { + "rotation": [-2.50954, -4.99523, 0.21865] + }, + "wing_closed_left": { + "scale": 0 + }, + "wing_closed_right": { + "scale": 0 + }, + "wing_open_right": { + "rotation": [-18.95891, -15.0949, 31.1894], + "position": [4.5, -3, 2] + }, + "wing_open_right2": { + "rotation": [3.81397, -11.91276, 19.60193], + "position": [2, 0, 1] + }, + "wing_open_right3": { + "rotation": [-2.56513, 2.04249, 1.67099] + }, + "wing_open_right4": { + "rotation": [0, 15, 0] + }, + "wing_open_left": { + "rotation": [-18.95891, 15.09492, -31.18939], + "position": [-4.5, -1, 0] + }, + "wing_open_left2": { + "rotation": [3.28396, 12.06754, -22.15279], + "position": [-3, 0, 0] + }, + "wing_open_left3": { + "rotation": [-2.56358, 0.45502, -1.78282] + }, + "wing_open_left4": { + "rotation": [0, -15, 0] + }, + "tail_left2": { + "rotation": [0, 15, 0] + }, + "tail_right2": { + "rotation": [0, -12.5, 0] + }, + "hair3": { + "rotation": [9.27698, 7.95531, -15.83156] + }, + "hair4": { + "rotation": [25.96295, 15.58394, -8.88636] + }, + "hair5": { + "rotation": [34.29013, -1.41595, -7.66007] + }, + "hair6": { + "rotation": [27.86082, -8.86042, -4.65468] + }, + "wing_open_left_top2": { + "rotation": [0, 7.5, -17.5], + "position": [-1, 0, 0] + }, + "wing_open_right_top": { + "rotation": [0, -5, 7.5] + }, + "wing_open_right_top2": { + "rotation": [0, -7.5, 17.5], + "position": [2, 0, 0] + }, + "bone14": { + "rotation": [27.5, 0, 0], + "position": [0, -0.25, 0.5] + }, + "bone15": { + "rotation": [25, 0, 0], + "position": [0, -0.25, 0.5] + }, + "bone16": { + "rotation": [35, 0, 0], + "position": [0, 0.1, 0.5] + }, + "bone17": { + "rotation": [-47.5, 0, 0] + }, + "wing_open_left_top": { + "rotation": [0, 0, -7.5] + }, + "body": { + "rotation": [-42.5, 0, 0], + "position": [0, 11, 0] + }, + "wing_right": { + "rotation": [-80, 0, 0] + }, + "wing_right2": { + "rotation": [0, 0, -37.5] + }, + "wing_right3": { + "rotation": [0, 0, -32.5] + }, + "neck": { + "rotation": [49.8924, 3.82821, -3.21873], + "position": [0, -3, -1] + }, + "head": { + "rotation": [-14.96258, 4.92385, 0.87038], + "position": [0, 0, 1] + }, + "jaw": { + "rotation": [65, 0, 0] + }, + "leg_left": { + "rotation": [20, 0, -17.5] + }, + "leg_left2": { + "rotation": [-21.54514, 9.06524, 12.0012] + }, + "foot_left": { + "rotation": [-7.41193, -14.98539, -0.66963] + }, + "toe_middle_left": { + "rotation": [32.5, 0, 0] + }, + "claw_middle_left": { + "rotation": [22.5, 0, 0], + "position": [0, 0, 0.5] + }, + "toe_back_left": { + "rotation": [-35, 0, 0] + }, + "claw_back_left": { + "rotation": [-35, 0, 0] + }, + "toe_outer_left": { + "rotation": [27.5, -20, 0] + }, + "claw_outer_left": { + "rotation": [47.5, 0, 0], + "position": [0, 0, 0.5] + }, + "toe_inner_left": { + "rotation": [42.5, 22.5, 0] + }, + "claw_inner_left": { + "rotation": [33.88502, -0.71144, 1.94739], + "position": [0, 0, 0.5] + }, + "leg_right": { + "rotation": [-10.17583, -1.61888, 12.39638] + }, + "leg_right2": { + "rotation": [-27.24682, 17.04679, -14.9092] + }, + "foot_right": { + "rotation": [18.85088, 8.57499, -3.70573] + }, + "toe_middle_right": { + "rotation": [15, 0, 0] + }, + "claw_middle_right": { + "rotation": [30, 0, 0], + "position": [0, 0, 0.5] + }, + "toe_back_right": { + "rotation": [-42.5, 0, 0] + }, + "claw_back_right": { + "rotation": [-47.5, 0, 0], + "position": [0, 0.5, -0.5] + }, + "toe_inner_right": { + "rotation": [35, -15, 0] + }, + "claw_inner_right": { + "rotation": [22.5, 0, 0], + "position": [0, 0, 0.5] + }, + "toe_outer_right": { + "rotation": [30.39441, 10.95195, 6.6922] + }, + "claw_outer_right": { + "rotation": [57.5, 0, 0], + "position": [0, 0.5, 0.5] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/moltres_galar/moltres_galar.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/moltres_galar/moltres_galar.animation.json new file mode 100644 index 0000000..3f74b9c --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/moltres_galar/moltres_galar.animation.json @@ -0,0 +1,948 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.moltres_galar.ground_idle": { + "loop": true, + "bones": { + "body": { + "position": [0, -0.1, 0] + }, + "torso": { + "rotation": [-15, 0, 0] + }, + "neck": { + "rotation": [30, 0, 0] + }, + "head": { + "rotation": [-10, 0, 0] + }, + "hair4": { + "rotation": [-20, 0, 0] + }, + "leg_left": { + "rotation": [1.94714, -14.21826, -7.70881], + "position": [-3, 0, 0] + }, + "foot_left": { + "rotation": [0, 0, 7.5] + }, + "hair3": { + "rotation": [-10, 0, 0] + }, + "hair5": { + "rotation": [15, 0, 0] + }, + "hair6": { + "rotation": [15, 0, 0] + }, + "upper_torso": { + "rotation": [-10, 0, 0] + }, + "wing_open_right": { + "scale": 0 + }, + "tail": { + "rotation": [-10, 0, 0] + }, + "leg_right": { + "rotation": [2.56834, 13.90237, 10.26538], + "position": [2, 0, 0] + }, + "foot_right": { + "rotation": [0, 0, -10] + }, + "wing_right": { + "rotation": [7.5, 60, -62.5], + "position": [-1, 0, -2] + }, + "wing_right2": { + "rotation": [0, -145, 0], + "position": [1, -0.01, 4] + }, + "wing_right3": { + "rotation": [0, 60, 0], + "position": [1, 0.1, -2] + }, + "bone7": { + "rotation": [0, 47.5, 0], + "position": [0, -0.01, 0] + }, + "wing_left": { + "rotation": [7.5, -60, 62.5], + "position": [1, 0, -2] + }, + "wing_left2": { + "rotation": [0, 145, 0], + "position": [-1, -0.01, 4] + }, + "wing_left3": { + "rotation": [0, -60, 0], + "position": [-1, 0.1, -2] + }, + "bone8": { + "rotation": [0, -47.5, 0], + "position": [0, -0.01, 0] + } + } + }, + "animation.moltres_galar.ground_walk": { + "loop": true, + "bones": { + "torso": { + "rotation": ["-15+math.sin(q.anim_time*90*6+0+180)*2", "0+math.sin(q.anim_time*90*3-60+180)*2.5", "0+math.sin(q.anim_time*90*3+0)*2.5"] + }, + "tail_left": { + "rotation": ["2.5+math.sin(q.anim_time*90*6-25+180)*2", "math.sin(q.anim_time*90*3-20+180)*0.75", 0] + }, + "tail_left2": { + "rotation": ["2.5+math.sin(q.anim_time*90*6-50+180)*3", "math.sin(q.anim_time*90*3-40+180)*1", 0] + }, + "tail_right": { + "rotation": ["2.5+math.sin(q.anim_time*90*6-25+180)*2", "math.sin(q.anim_time*90*3-20+180)*0.75", 0] + }, + "tail_right2": { + "rotation": ["2.5+math.sin(q.anim_time*90*6-50+180)*3", "math.sin(q.anim_time*90*3-40+180)*1", 0] + }, + "hair": { + "rotation": ["0+math.sin(q.anim_time*90*6-95+180)*3", 0, 0] + }, + "hair_left": { + "rotation": ["0+math.sin(q.anim_time*90*6-90+180)*4", 0, 0] + }, + "hair_right": { + "rotation": ["0+math.sin(q.anim_time*90*6-90+180)*4", 0, 0] + }, + "hair_left2": { + "rotation": ["0+math.sin(q.anim_time*90*6-85+180)*3", 0, 0] + }, + "hair_right2": { + "rotation": ["0+math.sin(q.anim_time*90*6-85+180)*3", 0, 0] + }, + "wing_closed_left": { + "rotation": [-15.01365, 2.41476, -0.64743] + }, + "wing_closed_left2": { + "rotation": [27.58957, -4.43385, -2.31336] + }, + "wing_closed_left3": { + "rotation": [17.64168, -7.15102, -2.26708] + }, + "wing_closed_right": { + "rotation": [-15.01365, -2.41476, 0.64743] + }, + "wing_closed_right2": { + "rotation": [27.58957, 4.43385, 2.31336] + }, + "wing_closed_right3": { + "rotation": [17.64168, 7.15102, 2.26708] + }, + "wing_open_right": { + "scale": 0 + }, + "wing_open_left": { + "scale": 0 + }, + "body": { + "position": [0, "0+math.clamp(math.sin(query.anim_time*90*6*-1-30)*1,-0,1)+math.clamp(math.sin(query.anim_time*90*6*-1-30)*1,-0.9,0)", 0] + }, + "neck": { + "rotation": [20, 0, 0] + }, + "head": { + "rotation": ["2.5+math.sin(q.anim_time*90*6-40)*3", 0, "math.sin(q.anim_time*90*3-50)*0.25"] + }, + "leg_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-50)*17.5,-17.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-50)*22.5,-0,20)", 0, 0], + "position": [0, "0+math.clamp(math.sin(query.anim_time*90*3*-1-60)*1,0.3,1)", "-3+math.sin(q.anim_time*90*3-80)*2"] + }, + "leg_left2": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-150)*35.5,-32.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-150)*17.5,-0,15)", 0, 0] + }, + "foot_left": { + "rotation": ["-7.5+math.clamp(math.sin(query.anim_time*90*3*-1-175)*7.5,-7.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-175)*22.5,-0,20)", 0, 0] + }, + "toe_middle_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", 0, 0] + }, + "claw_middle_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330)*15,-0,12.5)", 0, 0] + }, + "toe_back_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-300)*27.5,-0,25)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*22.5,-20,0)", 0, 0] + }, + "claw_back_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330)*15,-12.5,0)", 0, 0] + }, + "toe_outer_left": { + "rotation": ["-1.5203+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", -7.13182, 4.77156] + }, + "claw_outer_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330)*15,-0,12.5)", 0, 0] + }, + "toe_inner_left": { + "rotation": ["-1.5203+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", 7.13182, -4.77156] + }, + "claw_inner_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330)*15,-0,12.5)", 0, 0] + }, + "leg_right": { + "rotation": [ + "0+math.clamp(math.sin(query.anim_time*90*3*-1-50+180)*17.5,-17.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-50+180)*22.5,-0,20)", + 0, + 0 + ], + "position": [0, "0+math.clamp(math.sin(query.anim_time*90*3*-1-60+180)*1,0.3,1)", "-3-math.sin(q.anim_time*90*3-80)*2"] + }, + "leg_right2": { + "rotation": [ + "0+math.clamp(math.sin(query.anim_time*90*3*-1-150+180)*35.5,-32.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-150+180)*17.5,-0,15)", + 0, + 0 + ] + }, + "foot_right": { + "rotation": [ + "-7.5+math.clamp(math.sin(query.anim_time*90*3*-1-175+180)*7.5,-7.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-175+180)*22.5,-0,20)", + 0, + 0 + ] + }, + "toe_middle_right": { + "rotation": [ + "0+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", + 0, + 0 + ] + }, + "claw_middle_right": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330+180)*15,-0,12.5)", 0, 0] + }, + "toe_back_right": { + "rotation": [ + "0+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*27.5,-0,25)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*22.5,-20,0)", + 0, + 0 + ] + }, + "claw_back_right": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330+180)*15,-12.5,0)", 0, 0] + }, + "toe_inner_right": { + "rotation": [ + "-1.3208+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", + -2.79056, + 4.67594 + ] + }, + "claw_inner_right": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330+180)*15,-0,12.5)", 0, 0] + }, + "toe_outer_right": { + "rotation": [ + "-1.3208+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", + 2.79056, + -4.67594 + ] + }, + "claw_outer_right": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330+180)*15,-0,12.5)", 0, 0] + }, + "wing_right": { + "rotation": [7.5, 60, -62.5], + "position": [-1, 0, -2] + }, + "wing_right2": { + "rotation": [0, -145, 0], + "position": [1, -0.01, 4] + }, + "wing_right3": { + "rotation": [0, 60, 0], + "position": [1, 0.1, -2] + }, + "bone7": { + "rotation": [0, 47.5, 0], + "position": [0, -0.01, 0] + }, + "wing_left": { + "rotation": [7.5, -60, 62.5], + "position": [1, 0, -2] + }, + "wing_left2": { + "rotation": [0, 145, 0], + "position": [-1, -0.01, 4] + }, + "wing_left3": { + "rotation": [0, -60, 0], + "position": [-1, 0.1, -2] + }, + "bone8": { + "rotation": [0, -47.5, 0], + "position": [0, -0.01, 0] + } + } + }, + "animation.moltres_galar.air_idle": { + "loop": true, + "bones": { + "body": { + "rotation": ["-10+math.sin(q.anim_time*90*3-60)*-1", 0, 0], + "position": [0, "math.sin(q.anim_time*90*3-30)*-2", "math.sin(q.anim_time*90*3-30)*-0.5"] + }, + "torso": { + "rotation": ["-15+math.sin(q.anim_time*90*3-60)*-3", 0, 0] + }, + "wing_closed_left": { + "rotation": [-93.47882, -7.48957, -87.29442], + "position": [0, -1, 6], + "scale": 0 + }, + "wing_closed_left2": { + "rotation": [5.08957, -4.43385, -2.31336] + }, + "wing_closed_left3": { + "rotation": [0.14168, -7.15102, -2.26708] + }, + "tail_left": { + "rotation": [8.0352, -0.67621, 4.9829] + }, + "tail_right": { + "rotation": [8.27991, 1.031, -7.46967] + }, + "tail_left2": { + "rotation": [12.64619, -1.47498, 22.81474] + }, + "tail_right2": { + "rotation": [12.64619, 1.47498, -22.81474] + }, + "neck": { + "rotation": ["30+math.sin(q.anim_time*90*3-70)*-5", 0, 0] + }, + "head": { + "rotation": ["-5+math.sin(q.anim_time*90*3-70)*10", 0, 0] + }, + "hair4": { + "rotation": ["5+math.sin(q.anim_time*90*3-150)*25", 0, 0] + }, + "leg_left": { + "rotation": ["math.sin(q.anim_time*90*3-90)*-2.5", 0, 0] + }, + "foot_left": { + "rotation": ["15+math.sin(q.anim_time*90*3-150)*5", 0, 7.5] + }, + "hair2": { + "rotation": ["math.sin(q.anim_time*90*3-90)*1", 0, 0] + }, + "hair3": { + "rotation": ["math.sin(q.anim_time*90*3-90)*5+4", 0, 0] + }, + "hair5": { + "rotation": ["math.sin(q.anim_time*90*3-210)*20-20", 0, 0] + }, + "hair6": { + "rotation": ["math.sin(q.anim_time*90*3-300)*50+2.5", 0, 0] + }, + "leg_left2": { + "rotation": ["-15+math.sin(q.anim_time*90*3-120)*15", 0, 0] + }, + "toe_back_left": { + "rotation": [-60, 0, 0] + }, + "claw_back_left": { + "rotation": [-23.06545, -0.03421, -1.5838] + }, + "toe_inner_left": { + "rotation": [37.5, 0, 0] + }, + "claw_inner_left": { + "rotation": [25, 0, 0] + }, + "toe_middle_left": { + "rotation": [35, 0, 0] + }, + "claw_middle_left": { + "rotation": [20, 0, 0] + }, + "toe_outer_left": { + "rotation": [55, 0, 0] + }, + "claw_outer_left": { + "rotation": [20, 0, 0] + }, + "wing_open_right4": { + "rotation": [0, 0, "math.sin(q.anim_time*90*3-140)*40"] + }, + "wing_open_left4": { + "rotation": [0, 0, "-(math.sin(q.anim_time*90*3-140)*40)"] + }, + "wing_closed_right": { + "rotation": [-93.47882, 7.48957, 87.29442], + "position": [0, -1, 6], + "scale": 0 + }, + "wing_closed_right2": { + "rotation": [5.08957, 4.43385, 2.31336] + }, + "wing_closed_right3": { + "rotation": [0.14168, 7.15102, 2.26708] + }, + "wing_open_right": { + "rotation": [-10, -5, "-5-math.sin(q.anim_time*90*3)*-60"], + "position": [0, "math.sin(q.anim_time*90*3)*-0.5", 0] + }, + "wing_open_right2": { + "rotation": [0.30239, -7.019, "-7.218-math.sin(q.anim_time*90*3-70)*-40"], + "position": [1, 0, 0] + }, + "wing_open_right3": { + "rotation": [0, 0, "(math.sin(q.anim_time*90*3-120)*30)"] + }, + "tail": { + "rotation": ["-10+math.sin(q.anim_time*90*3)*10", 0, 0] + }, + "jaw": { + "rotation": [25, 0, 0] + }, + "head_fire2": { + "rotation": [-7.5, 0, 0], + "position": [0, -6, -3] + }, + "leg_right": { + "rotation": ["math.sin(q.anim_time*90*3-90)*-17.5", 0, 0] + }, + "leg_right2": { + "rotation": ["-15+math.sin(q.anim_time*90*3-120)*15", 0, 0] + }, + "foot_right": { + "rotation": ["15+math.sin(q.anim_time*90*3-150)*5", 0, -7.5] + }, + "toe_middle_right": { + "rotation": [35, 0, 0] + }, + "claw_middle_right": { + "rotation": [20, 0, 0] + }, + "toe_back_right": { + "rotation": [-60, 0, 0] + }, + "claw_back_right": { + "rotation": [-23.06545, 0.03421, 1.5838] + }, + "toe_inner_right": { + "rotation": [37.5, 0, 0] + }, + "claw_inner_right": { + "rotation": [25, 0, 0] + }, + "toe_outer_right": { + "rotation": [55, 0, 0] + }, + "claw_outer_right": { + "rotation": [20, 0, 0] + }, + "tail4": { + "rotation": ["-10+math.sin(q.anim_time*90*3)*10", 0, 0] + }, + "bone": { + "rotation": [12.5, 0, 0] + }, + "bone2": { + "rotation": [-35, 0, 0] + }, + "bone3": { + "rotation": [-27.5, 0, 0] + }, + "bone4": { + "rotation": [55, 0, 0] + }, + "bone5": { + "rotation": [-40, 0, 0] + }, + "bone6": { + "rotation": [12.5, 0, 0] + }, + "wing_right": { + "rotation": [-10, -5, "-5-math.sin(q.anim_time*90*3)*-60"], + "position": [0, "math.sin(q.anim_time*90*3)*-0.5", 0] + }, + "wing_right2": { + "rotation": [0.30239, -7.019, "-7.218-math.sin(q.anim_time*90*3-70)*-40"], + "position": [1, 0, 0] + }, + "wing_right3": { + "rotation": [0, 0, "(math.sin(q.anim_time*90*3-120)*30)"] + }, + "wing_left": { + "rotation": [-10, 5, "5+math.sin(q.anim_time*90*3)*-60"], + "position": [0, "math.sin(q.anim_time*90*3)*-0.5", 0] + }, + "wing_left2": { + "rotation": [0.30239, 7.01899, "7.218+math.sin(q.anim_time*90*3-70)*-40"] + }, + "wing_left3": { + "rotation": [0, 0, "-(math.sin(q.anim_time*90*3-120)*30)"] + } + } + }, + "animation.moltres_galar.air_fly": { + "loop": true, + "animation_length": 5.2917, + "bones": { + "torso": { + "rotation": { + "0.0": ["-15+math.sin(q.anim_time*90*3-60)*-3", 0, 0], + "2.0": [-15, 0, 0], + "4.0": [-15, 0, 0], + "5.2917": ["-15+math.sin(q.anim_time*90*3-60)*-3", 0, 0] + } + }, + "toe_outer_right2": { + "rotation": [60, 0, 0] + }, + "toe_middle_right2": { + "rotation": [60, 0, 0] + }, + "toe_inner_right2": { + "rotation": [60, 0, 0] + }, + "toe_inner_left2": { + "rotation": [60, 0, 0] + }, + "toe_middle_left2": { + "rotation": [60, 0, 0] + }, + "toe_outer_left2": { + "rotation": [60, 0, 0] + }, + "wing_closed_left": { + "scale": [1, 0, 0] + }, + "wing_closed_right": { + "scale": 0 + }, + "wing_open_right": { + "rotation": { + "0.0": [-10, -5, "-5+math.sin(q.anim_time*90*3)*60"], + "2.0": [-10.55954, -3.65972, 2.40059], + "4.0": [-10.55954, -3.65972, 2.40059], + "5.2917": [-10, -5, "-5+math.sin(q.anim_time*90*3)*60"] + }, + "position": { + "0.0": [0, "math.sin(q.anim_time*90*3)*-0.5", 0], + "2.0": [0, 0, 0], + "4.0": [0, 0, 0], + "5.2917": [0, "math.sin(q.anim_time*90*3)*-0.5", 0] + } + }, + "wing_open_right2": { + "rotation": { + "0.0": [0.3024, -7.01899, "-7.218+math.sin(q.anim_time*90*3-70)*40"], + "2.0": [-0.62346, -6.9988, 0.33845], + "4.0": [-0.62346, -6.9988, 0.33845], + "5.2917": [0.3024, -7.01899, "-7.218+math.sin(q.anim_time*90*3-70)*40"] + } + }, + "wing_open_right3": { + "rotation": { + "0.0": [0, 0, "math.sin(q.anim_time*90*3-120)*30"], + "2.0": [0, 30, 0], + "2.0417": ["0-Math.cos((query.anim_time - 0.5) * 720) * 2", 30, 0], + "4.0": [0, 30, 0], + "5.2917": [0, 0, "math.sin(q.anim_time*90*3-120)*30"] + } + }, + "wing_open_right4": { + "rotation": { + "0.0": [0, 0, "math.sin(q.anim_time*90*3-140)*40"], + "2.0": [0, 0, 0], + "2.0417": ["0-Math.cos((query.anim_time - 0.5) * 720) * 2", 0, 0], + "4.0": [0, 0, 0], + "5.2917": [0, 0, "math.sin(q.anim_time*90*3-140)*40"] + } + }, + "wing_open_left": { + "rotation": { + "0.0": [-10, 5, "5+math.sin(q.anim_time*90*3)*-60"], + "2.0": [-10.55954, 3.65972, -2.40057], + "4.0": [-10.55954, 3.65972, -2.40057], + "5.2917": [-10, 5, "5+math.sin(q.anim_time*90*3)*-60"] + }, + "position": { + "0.0": [0, "math.sin(q.anim_time*90*3)*-0.5", 0], + "2.0": [0, 0, 0], + "4.0": [0, 0, 0], + "5.2917": [0, "math.sin(q.anim_time*90*3)*-0.5", 0] + } + }, + "wing_open_left2": { + "rotation": { + "0.0": [0.30239, 7.01899, "7.218+math.sin(q.anim_time*90*3-70)*-40"], + "2.0": [-0.62095, 6.9981, -0.3385], + "4.0": [-0.62095, 6.9981, -0.3385], + "5.2917": [0.30239, 7.01899, "7.218+math.sin(q.anim_time*90*3-70)*-40"] + } + }, + "wing_open_left3": { + "rotation": { + "0.0": [0, 0, "-(math.sin(q.anim_time*90*3-120)*30)"], + "2.0": [0, -30, 0], + "2.0417": ["0-Math.cos((query.anim_time - 0.5) * 720) * 2", -30, 0], + "4.0": [0, -30, 0], + "5.2917": [0, 0, "-(math.sin(q.anim_time*90*3-120)*30)"] + } + }, + "wing_open_left4": { + "rotation": { + "0.0": [0, 0, "-(math.sin(q.anim_time*90*3-140)*40)"], + "2.0": [0, 0, 0], + "2.0417": ["0-Math.cos((query.anim_time - 0.5) * 720) * 2", 0, 0], + "4.0": [0, 0, 0], + "5.2917": [0, 0, "-(math.sin(q.anim_time*90*3-140)*40)"] + } + }, + "hair3": { + "rotation": ["0-Math.cos((query.anim_time - 0.2) * 720) * 2", 0, 0] + }, + "hair4": { + "rotation": ["0-Math.cos((query.anim_time - 0.5) * 720) * 2", 0, 0] + }, + "hair5": { + "rotation": ["0-Math.cos((query.anim_time - 0.8) * 720) * 2", 0, 0] + }, + "hair6": { + "rotation": ["0-Math.cos((query.anim_time - 0.5) * 720) * 2", 0, 0] + }, + "bone10": { + "rotation": ["0-Math.cos((query.anim_time - 0.5) * 720) * 2", 0, 0] + }, + "bone9": { + "rotation": ["0-Math.cos((query.anim_time - 0.5) * 720) * 2", 0, 0] + }, + "body": { + "rotation": { + "0.0": ["77.5+math.sin(q.anim_time*90*3-60)*-1", 0, 0], + "2.0": ["77.5-Math.cos((query.anim_time - 0.5) * 360) * 1", 0, 0], + "4.0": ["77.5-Math.cos((query.anim_time - 0.5) * 360) * 1", 0, 0], + "5.2917": ["77.5+math.sin(q.anim_time*90*3-60)*-1", 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "5.2917": [0, 0, 0] + } + }, + "tail": { + "rotation": ["-90.7223+Math.cos((query.anim_time - 0.5) * 720) * 2", -28.6912, -24.3497], + "position": [-1, -4, -3] + }, + "tail4": { + "rotation": ["-90.7223-Math.cos((query.anim_time - 0.5) * 720) * 2", 28.6912, 24.3497], + "position": [-1, -4, -3] + }, + "upper_torso": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*3-60)*-1", 0, 0], + "2.0": ["-Math.cos((query.anim_time - 0.5) * 360) * 1", 0, 0], + "4.0": ["0-Math.cos((query.anim_time - 0.5) * 360) * 1", 0, 0], + "5.2917": ["0+math.sin(q.anim_time*90*3-60)*-1", 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "5.2917": [0, 0, 0] + } + }, + "neck": { + "rotation": [0.5, 0, 0], + "position": [0, 0, 0] + }, + "head": { + "rotation": [-77.5, 0, 0], + "position": [0, 2, -3] + }, + "bone6": { + "rotation": ["0-Math.cos((query.anim_time - 0.5) * 720) * 2", 0, 0] + }, + "bone3": { + "rotation": ["0-Math.cos((query.anim_time - 0.2) * 720) * 2", 0, 0] + }, + "bone4": { + "rotation": ["0-Math.cos((query.anim_time - 0.5) * 720) * 2", 0, 0] + }, + "bone5": { + "rotation": ["0-Math.cos((query.anim_time - 0.8) * 720) * 2", 0, 0] + }, + "leg_left": { + "rotation": [-42.34892, -9.84655, -1.75378], + "position": [0, 1, 0.25] + }, + "leg_left2": { + "rotation": { + "0.0": ["-15+math.sin(q.anim_time*90*3-120)*15", 0, 0], + "2.0": [-15, 0, 0], + "4.0": [-15, 0, 0], + "5.2917": ["-15+math.sin(q.anim_time*90*3-120)*15", 0, 0] + } + }, + "foot_left": { + "rotation": { + "0.0": ["15+math.sin(q.anim_time*90*3-150)*5", 0, 7.5], + "2.0": [15, 0, 7.5], + "4.0": [15, 0, 7.5], + "5.2917": ["15+math.sin(q.anim_time*90*3-150)*5", 0, 7.5] + } + }, + "toe_middle_left": { + "rotation": [45, 0, 0] + }, + "claw_middle_left": { + "rotation": [45, 0, 0] + }, + "toe_back_left": { + "rotation": [-60, 0, 0] + }, + "claw_back_left": { + "rotation": [-45, 0, 0] + }, + "toe_outer_left": { + "rotation": [45, 0, 0] + }, + "claw_outer_left": { + "rotation": [45, 0, 0] + }, + "toe_inner_left": { + "rotation": [45, 0, 0] + }, + "claw_inner_left": { + "rotation": [45, 0, 0] + }, + "leg_right": { + "rotation": [-42.41547, 7.38542, 1.30962], + "position": [0, 1, 0.25] + }, + "leg_right2": { + "rotation": { + "0.0": ["-15+math.sin(q.anim_time*90*3-120)*15", 0, 0], + "2.0": [-15, 0, 0], + "4.0": [-15, 0, 0], + "5.2917": ["-15+math.sin(q.anim_time*90*3-120)*15", 0, 0] + } + }, + "foot_right": { + "rotation": { + "0.0": ["15+math.sin(q.anim_time*90*3-150)*5", 0, -7.5], + "2.0": [15, 0, -7.5], + "4.0": [15, 0, -7.5], + "5.2917": ["15+math.sin(q.anim_time*90*3-150)*5", 0, -7.5] + } + }, + "toe_middle_right": { + "rotation": [45, 0, 0] + }, + "claw_middle_right": { + "rotation": [45, 0, 0] + }, + "toe_back_right": { + "rotation": [-60, 0, 0] + }, + "claw_back_right": { + "rotation": [-45, 0, 0] + }, + "toe_inner_right": { + "rotation": [45, 0, 0] + }, + "claw_inner_right": { + "rotation": [45, 0, 0] + }, + "toe_outer_right": { + "rotation": [45, 0, 0] + }, + "claw_outer_right": { + "rotation": [45, 0, 0] + }, + "wing_right": { + "rotation": { + "0.0": [-90, "-5+math.sin(q.anim_time*90*3)*60", -5], + "2.0": [-88.86956, -2.75886, 2.09224], + "4.0": [-88.86956, -2.75886, 2.09224], + "5.2917": [-90, "-5+math.sin(q.anim_time*90*3)*60", -5] + }, + "position": { + "0.0": [0, "math.sin(q.anim_time*90*3)*-0.5", 0], + "2.0": [0, 0, 0], + "4.0": [0, 0, 0], + "5.2917": [0, "math.sin(q.anim_time*90*3)*-0.5", 0] + } + }, + "wing_right2": { + "rotation": { + "0.0": [0.30014, 0.48091, "-7.1786+math.sin(q.anim_time*90*3-70)*40"], + "2.0": [-0.62346, -6.9988, 0.33845], + "4.0": [-0.62346, -6.9988, 0.33845], + "5.2917": [0.3024, -7.01899, "-7.218+math.sin(q.anim_time*90*3-70)*40"] + }, + "position": [0, 0, 0] + }, + "fire_right": { + "rotation": ["0-Math.cos((query.anim_time - 0.5) * 720) * 2", 0, 0] + }, + "wing_right3": { + "rotation": { + "0.0": [0, 0, "math.sin(q.anim_time*90*3-120)*30"], + "2.0": [0, 30, 0], + "2.0417": ["0-Math.cos((query.anim_time - 0.5) * 720) * 2", 30, 0], + "4.0": [0, 30, 0], + "5.2917": [0, 0, "math.sin(q.anim_time*90*3-120)*30"] + }, + "position": [0, 0, 0] + }, + "bone7": { + "rotation": ["0-Math.cos((query.anim_time - 0.5) * 720) * 2", 0, 0] + }, + "fire_right2": { + "rotation": ["0-Math.cos((query.anim_time - 0.5) * 720) * 2", 0, 0] + }, + "wing_left": { + "rotation": { + "0.0": [-90, "5-math.sin(q.anim_time*90*3)*60", 5], + "2.0": [-88.86956, 2.7589, -2.0922], + "4.0": [-88.86956, 2.7589, -2.0922], + "5.2917": [-90, "5-math.sin(q.anim_time*90*3)*60", 5] + }, + "position": { + "0.0": [0, "math.sin(q.anim_time*90*3)*-0.5", 0], + "2.0": [0, 0, 0], + "4.0": [0, 0, 0], + "5.2917": [0, "math.sin(q.anim_time*90*3)*-0.5", 0] + } + }, + "wing_left2": { + "rotation": { + "0.0": [0.30014, -0.4809, "7.1786-math.sin(q.anim_time*90*3-70)*40"], + "2.0": [-0.62346, -6.9988, 0.33845], + "4.0": [-0.62346, -6.9988, 0.33845], + "5.2917": [0.3024, 7.019, "7.218-math.sin(q.anim_time*90*3-70)*40"] + }, + "position": [0, 0, 0] + }, + "wing_left3": { + "rotation": { + "0.0": [0, 0, "-math.sin(q.anim_time*90*3-120)*30"], + "2.0": [0, -30, 0], + "2.0417": ["0+Math.cos((query.anim_time - 0.5) * 720) * 2", -30, 0], + "4.0": [0, -30, 0], + "5.2917": [0, 0, "-math.sin(q.anim_time*90*3-120)*30"] + }, + "position": [0, 0, 0] + }, + "bone8": { + "rotation": ["0-Math.cos((query.anim_time - 0.5) * 720) * 2", 0, 0] + } + } + }, + "animation.moltres_galar.cry": { + "animation_length": 1.08333, + "bones": { + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-2.94, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/morpeko/morpeko.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/morpeko/morpeko.animation.json new file mode 100644 index 0000000..bf2c9a3 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/morpeko/morpeko.animation.json @@ -0,0 +1,89 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.morpeko.ground_idle": { + "loop": true, + "bones": { + "arm_left": { + "rotation": [102.35646, 41.0582, 111.17019], + "position": [0.35, -0.175, -0.75] + }, + "arm_right": { + "rotation": [110.25666, -38.2668, -118.06511], + "position": [-0.35, -0.1, -1.25] + }, + "ear_left": { + "rotation": [0, 0, "math.sin(q.anim_time*90*3+30)*2-2"] + }, + "ear_right": { + "rotation": [0, 0, "-math.sin(q.anim_time*90*3+30)*2+2"] + }, + "body": { + "rotation": [0, "math.sin(q.anim_time*90*3)*1", 0], + "position": [0, "0.25+math.sin(q.anim_time*90*6-90)*0.1", 0] + } + } + }, + "animation.morpeko.ground_walk": { + "loop": true, + "bones": { + "arm_left": { + "rotation": [5, "5+math.sin(query.anim_time*90*4+45+180)*20", "10*(math.sin(query.anim_time*90*4+45+180)*1+1)"], + "position": [0, 0, "math.sin(q.anim_time*90*4-90+180*1)*0.5+0.65"] + }, + "arm_right": { + "rotation": [5, "-5-math.sin(query.anim_time*90*4+45+180*0)*20", "-10*(math.sin(query.anim_time*90*4+45+180*0)*1+1)"], + "position": [0, 0, "math.sin(q.anim_time*90*4-90+180*0)*0.5+0.65"] + }, + "ear_left": { + "rotation": ["(-math.sin(query.anim_time*90*8-90)*1+1)*4", 0, 0] + }, + "ear_right": { + "rotation": ["(-math.sin(query.anim_time*90*8-90)*1+1)*4", 0, 0] + }, + "body": { + "rotation": [ + "-math.clamp(math.sin(query.anim_time*90*4+20)*12,0,40)-math.clamp(math.sin(query.anim_time*90*4+20+180)*12,0,40)+7.5", + "math.clamp(math.sin(query.anim_time*90*4*2+45)*2,-2,0)-math.clamp(math.sin(query.anim_time*90*4*2+45+180)*0.5,-2,0)", + "math.sin(query.anim_time*90*4+20)*1" + ], + "position": [0, 0.25, 0] + }, + "foot_right": { + "rotation": [ + "math.clamp(math.sin(-query.anim_time*90*4-45+180)*25,0,25)+math.clamp(math.sin(-query.anim_time*90*4-45+180)*10,-25,0)-15*(math.clamp(math.sin(-query.anim_time*90*4+30+180)*1,-1,-0.5)*1+0.5)", + 0, + "-math.clamp(math.sin(query.anim_time*90*4+180)*0.7,0.1,0.6)-math.clamp(math.sin(-query.anim_time*90*4+180)*0.7,0.1,0.6)+0.2" + ], + "position": [ + 0, + "0.8+math.clamp(math.sin(query.anim_time*90*4+90+180)*1,-0.5,0)+math.clamp(math.sin(query.anim_time*90*4+150+180)*1,0,0.5)+2*(math.clamp(math.sin(-query.anim_time*90*4-20+180)*1,-1,-0.7)*0.5+0.7)", + "-0.5-math.clamp(math.sin(query.anim_time*90*4+45+180)*2,-2,1.5)" + ] + }, + "foot_left": { + "rotation": [ + "math.clamp(math.sin(-query.anim_time*90*4-45)*25,0,25)+math.clamp(math.sin(-query.anim_time*90*4-45)*10,-25,0)-15*(math.clamp(math.sin(-query.anim_time*90*4+30)*1,-1,-0.5)*1+0.5)", + 0, + "-math.clamp(math.sin(query.anim_time*90*4)*0.7,0.1,0.6)-math.clamp(math.sin(-query.anim_time*90*4+180)*0.7,0.1,0.6)+0.2" + ], + "position": [ + 0, + "0.7+math.clamp(math.sin(query.anim_time*90*4+90)*1,-0.5,0)+math.clamp(math.sin(query.anim_time*90*4+150)*1,0,0.5)+2*(math.clamp(math.sin(-query.anim_time*90*4-20)*1,-1,-0.7)*0.5+0.7)", + "-0.5-math.clamp(math.sin(query.anim_time*90*4+45)*2,-2,1.5)" + ] + }, + "main_torso_position": { + "position": [ + 0, + "1.75-math.clamp(math.sin(-query.anim_time*90*4+45/2)*1,0,1)-math.clamp(math.sin(-query.anim_time*90*4+45/2+180)*1,0,1)-4.6+math.clamp(math.sin(-query.anim_time*90*4+45/2-50)*3,2.2,3)+math.clamp(math.sin(-query.anim_time*90*4+45/2-50+180)*3,2.2,3)", + "-math.clamp(math.sin(query.anim_time*90*4)*0.7,0.1,0.6)-math.clamp(math.sin(-query.anim_time*90*4)*0.7,0.1,0.6)+0.2" + ] + }, + "walk_position": { + "position": [0, -0.725, 0] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/mrrime/mrrime.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/mrrime/mrrime.animation.json new file mode 100644 index 0000000..a2247dd --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/mrrime/mrrime.animation.json @@ -0,0 +1,153 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.mrrime.ground_idle": { + "loop": true, + "animation_length": 1.75, + "bones": { + "chest": { + "rotation": { + "0.0": [5, 0, 0], + "0.7917": [4.95744, 0.65182, -7.47178], + "1.75": [5, 0, 0] + } + }, + "shoulder_left": { + "rotation": { + "0.0": [0, 0, -2.5], + "0.75": [0, 0, 10], + "1.75": [0, 0, -2.5] + } + }, + "arm_left": { + "rotation": { + "0.0": [24.66569, -4.20854, 9.07947], + "1.75": [24.66569, -4.20854, 9.07947] + } + }, + "arm_left2": { + "rotation": [-35.96065, 37.42655, -50.04719] + }, + "arm_left3": { + "rotation": [-7.09999, 21.40584, -18.84359] + }, + "bone": { + "rotation": { + "0.0": [0, 0, 90], + "0.75": [0, 0, 90], + "1.75": [0, 0, 90] + }, + "position": { + "0.0": [1.39013, 1.64995, -0.88612], + "1.75": [1.39, 1.65, -0.89] + } + }, + "finger3_left_rotation": { + "rotation": { + "0.0": [0, 0, 107], + "1.75": [0, 0, 107] + }, + "position": { + "0.0": [-0.26169, 1.90247, 0.2227], + "1.75": [-0.26, 1.9, 0.22] + } + }, + "thumb_left_rotation": { + "rotation": { + "0.0": [0, 0, 92.5], + "1.75": [0, 0, 92.5] + } + }, + "shoulder_right": { + "rotation": { + "0.0": [0, 0, -25], + "0.75": [0, 0, 0], + "1.75": [0, 0, -25] + } + }, + "arm_right": { + "rotation": { + "0.0": [0, 0, 0], + "1.75": [0, 0, 0] + } + }, + "arm_right3": { + "rotation": { + "0.0": [4.69986, -1.70818, 59.9299], + "0.75": [3.9705, -3.04137, 77.39455], + "1.75": [4.69986, -1.70818, 59.9299] + } + }, + "wrist_right": { + "rotation": { + "0.0": [-90, 0, 17.5], + "0.75": [-90, 0, 2.5], + "1.75": [-90, 0, 17.5] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.7917": [0, 0, 10], + "1.75": [0, 0, 0] + } + }, + "leg_left2": { + "rotation": { + "0.0": [-13.87036, -13.74723, -4.97199], + "0.8333": [1.73972, -13.68462, -7.54458], + "1.75": [-13.87036, -13.74723, -4.97199] + } + }, + "foot_left": { + "rotation": { + "0.0": [-12.5, 0, 0], + "0.8333": [2.5, 0, 0], + "1.75": [-12.5, 0, 0] + } + }, + "foot_left2": { + "rotation": { + "0.0": [-5, 0, 0], + "1.75": [-7.5, 0, 0] + } + }, + "leg_right2": { + "rotation": { + "0.0": [-2.5, 20, 2.5], + "0.7917": [-2.5, 20, 2.5], + "1.75": [-2.5, 20, 2.5] + } + }, + "leg_right5": { + "rotation": { + "0.0": [10, 0, 0], + "1.75": [10, 0, 0] + } + }, + "leg_right3": { + "rotation": { + "0.0": [0, 15, 0], + "1.75": [0, 15, 0] + } + }, + "foot_right": { + "rotation": { + "0.0": [0, 0, 0], + "1.75": [0, 0, 0] + } + }, + "wrist_left": { + "rotation": { + "0.0": [-15, 0, 12.5], + "0.75": [-17.5, 0, 12.5], + "1.75": [-15, 0, 12.5] + } + }, + "eye_left": { + "scale": 1 + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/muk/muk_alolan.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/muk/muk_alolan.animation.json new file mode 100644 index 0000000..cd2e876 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/muk/muk_alolan.animation.json @@ -0,0 +1,50 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.muk_alolan.ground_idle": { + "loop": true, + "bones": { + "arm_right": { + "rotation": [45, 0, -15.5] + }, + "arm_right2": { + "rotation": [22.5, 0, 0] + }, + "arm_right3": { + "rotation": [22.5, 0, 0] + }, + "hand_right": { + "rotation": [22.5, 0, 0] + }, + "arm_left": { + "rotation": [0, 0, 15.5] + }, + "arm_left3": { + "rotation": [22.5, 0, 0] + }, + "hand_left": { + "rotation": [45, 0, 0] + } + } + }, + "animation.muk_alolan.blink": { + "animation_length": 0.1667, + "bones": { + "eyelid_right": { + "position": { + "0.0": [-0.1, 0, -0.1], + "0.125": [-0.1, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_left": { + "position": { + "0.0": [0.1, 0, -0.1], + "0.125": [0.1, 0, -0.1], + "0.1667": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/munna/munna.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/munna/munna.animation.json new file mode 100644 index 0000000..ed6fce1 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/munna/munna.animation.json @@ -0,0 +1,77 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.munna.blink": { + "animation_length": 0.625, + "bones": { + "eye_right": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + }, + "eye_left": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + } + } + }, + "animation.munna.ground_walk": { + "loop": true, + "bones": { + "head": { + "rotation": ["math.cos(q.anim_time*90*4)*2", 0, 0], + "position": [0, "math.cos(q.anim_time*90*4+90)*1", 0] + }, + "munna": { + "position": [0, 6, 0] + }, + "leg_front_left": { + "rotation": ["1+math.sin(q.anim_time*90*4+90)*5", 0, "1+math.sin(q.anim_time*90*4)*1.5"] + }, + "leg_back_left": { + "rotation": ["1+math.sin(q.anim_time*90*4-90)*5", 0, "1+math.sin(q.anim_time*90*4)*1.5"] + }, + "leg_front_right": { + "rotation": ["1+math.sin(q.anim_time*90*4-90)*5", 0, "1+math.sin(q.anim_time*90*4)*1.5"] + } + } + }, + "animation.munna.ground_idle": { + "loop": true, + "bones": { + "head": { + "rotation": ["2.5+math.sin(q.anim_time*90*3+90)*3", "0+math.sin(q.anim_time*90*1.5-90)*4", "0+math.sin(q.anim_time*90*1.5+60)*3"], + "position": ["0+math.sin(q.anim_time*90*1.5)*2", "0+math.sin(q.anim_time*90*3)*1", "0+math.sin(q.anim_time*90*3)*0.5"] + }, + "munna": { + "position": [0, 6, 0] + }, + "leg_front_left": { + "rotation": ["0+math.sin(q.anim_time*90*3+60)*4", 0, "0+math.sin(q.anim_time*90*1.5+60)*2"], + "position": [0, 0.1, 0] + }, + "leg_back_left": { + "rotation": ["0+math.sin(q.anim_time*90*3+60)*4", 0, "0+math.sin(q.anim_time*90*1.5+60)*2"], + "position": [0, 0.1, 0] + }, + "leg_front_right": { + "rotation": ["0+math.sin(q.anim_time*90*3+60)*4", 0, "0+math.sin(q.anim_time*90*1.5+60)*2"], + "position": [0, 0.1, 0] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/musharna/musharna.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/musharna/musharna.animation.json new file mode 100644 index 0000000..09c17d8 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/musharna/musharna.animation.json @@ -0,0 +1,85 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.musharna.ground_idle": { + "loop": true, + "bones": { + "leg_right2": { + "rotation": ["0+math.sin(q.anim_time*90*1.5)*2", 0, "0+math.sin(q.anim_time*90*0.75-90)*2"] + }, + "leg_left2": { + "rotation": ["0+math.sin(q.anim_time*90*1.5)*2", 0, "0+math.sin(q.anim_time*90*0.75-90)*2"] + }, + "leg_left": { + "rotation": ["0+math.sin(q.anim_time*90*1.5)*2", 0, "0+math.sin(q.anim_time*90*0.75-90)*2"] + }, + "bone3": { + "rotation": ["6.5623+math.sin(q.anim_time*90*2+140)*1.5", "2.3731+math.sin(q.anim_time*90*1+250)*6", -19.92086] + }, + "bone4": { + "rotation": ["-11.5+math.sin(q.anim_time*90*2+90)*2", "0+math.sin(q.anim_time*90*1+90)*2", 0] + }, + "bone5": { + "rotation": ["15+math.sin(q.anim_time*90*2+90)*3", "math.sin(q.anim_time*90*1+90)*3", 0] + }, + "bone6": { + "rotation": ["2-math.sin(q.anim_time*90*2+240)*1", 0, 0] + }, + "leg_right": { + "rotation": ["0+math.sin(q.anim_time*90*1.5)*2", 0, "0+math.sin(q.anim_time*90*0.75-90)*2"] + }, + "head": { + "rotation": ["0+math.sin(q.anim_time*90*1.5)*4", 0, "0+math.sin(q.anim_time*90*0.75)*0.8"], + "position": [0, "0+math.sin(q.anim_time*90*1-90)*0.2", 0] + }, + "body": { + "rotation": ["0+math.sin(q.anim_time*90*0.75-90)*3", 0, "0+math.sin(q.anim_time*90*1.5-90)*3"], + "position": ["0+math.sin(q.anim_time*90*0.75)*3", "0+math.sin(q.anim_time*90*1.5)*1", "0+math.sin(q.anim_time*90*1.5)*0.5"] + }, + "musharna": { + "position": [0, 11, 0] + } + } + }, + "animation.musharna.ground_walk": { + "loop": true, + "bones": { + "leg_right2": { + "rotation": ["0+math.sin(q.anim_time*90*1.5)*2", 0, "0+math.sin(q.anim_time*90*0.75-90)*2"] + }, + "leg_left2": { + "rotation": ["0+math.sin(q.anim_time*90*1.5)*2", 0, "0+math.sin(q.anim_time*90*0.75-90)*2"] + }, + "leg_left": { + "rotation": ["0+math.sin(q.anim_time*90*1.5)*2", 0, "0+math.sin(q.anim_time*90*0.75-90)*2"] + }, + "bone3": { + "rotation": ["6.5623+math.sin(q.anim_time*90*2+140)*1.5", "2.3731+math.sin(q.anim_time*90*1+250)*6", -19.92086] + }, + "bone4": { + "rotation": ["-11.5+math.sin(q.anim_time*90*2+90)*2", "0+math.sin(q.anim_time*90*1+90)*2", 0] + }, + "bone5": { + "rotation": ["15+math.sin(q.anim_time*90*2+90)*3", "math.sin(q.anim_time*90*1+90)*3", 0] + }, + "bone6": { + "rotation": ["2-math.sin(q.anim_time*90*2+240)*1", 0, 0] + }, + "leg_right": { + "rotation": ["0+math.sin(q.anim_time*90*1.5)*2", 0, "0+math.sin(q.anim_time*90*0.75-90)*2"] + }, + "head": { + "rotation": ["0+math.sin(q.anim_time*90*1.5)*4", 0, "0+math.sin(q.anim_time*90*0.75)*0.8"], + "position": [0, "0+math.sin(q.anim_time*90*1-90)*0.2", 0] + }, + "body": { + "rotation": ["0+math.sin(q.anim_time*90*0.75-90)*3", 0, "0+math.sin(q.anim_time*90*1.5-90)*3"], + "position": ["0+math.sin(q.anim_time*90*0.75)*3", "0+math.sin(q.anim_time*90*1.5)*1", "0+math.sin(q.anim_time*90*1.5)*0.5"] + }, + "musharna": { + "position": [0, 11, 0] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/naganadel/naganadel.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/naganadel/naganadel.animation.json new file mode 100644 index 0000000..5694531 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/naganadel/naganadel.animation.json @@ -0,0 +1,1432 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.naganadel.pose": { + "loop": true, + "bones": { + "neck": { + "rotation": [10, 0, 0] + }, + "neck2": { + "rotation": [7.5, 0, 0] + }, + "arm_right": { + "rotation": [10, -15, 20] + }, + "arm_left": { + "rotation": [10, 15, -20] + }, + "torso_bottom": { + "rotation": [-25, 0, 0] + }, + "body": { + "position": [0, 0, 5] + } + } + }, + "animation.naganadel.ground_idle": { + "loop": true, + "bones": { + "neck": { + "rotation": ["10-math.sin((query.anim_time-0.2)*190)*-7", 0, 0] + }, + "neck2": { + "rotation": [7.5, 0, 0] + }, + "arm_right": { + "rotation": [0.10715, -7.56307, 14.02282] + }, + "arm_left": { + "rotation": [0.10715, 7.56307, -14.02282] + }, + "torso_bottom": { + "rotation": ["-15-math.sin((query.anim_time)*190)*5", 0, "0+math.sin((query.anim_time-0.2)*95)*2"] + }, + "body": { + "rotation": ["42.4888+math.sin((query.anim_time)*190)*3", -0.68392, "1.8795+math.sin((query.anim_time)*95)*2"], + "position": ["0.1189+math.sin((query.anim_time)*95)*1", "9.7543+math.sin((query.anim_time-0.15)*190)*7", "-11.6266-math.cos((query.anim_time)*190)*1"] + }, + "head": { + "rotation": ["-40+math.sin((query.anim_time-0.2)*190)*-5", 0, 0] + }, + "arm_right2": { + "rotation": ["-math.sin((query.anim_time-0.7)*190)*-12", 24.98439, 0.91311] + }, + "arm_left2": { + "rotation": ["-math.sin((query.anim_time-0.7)*190)*-12", -24.98445, -0.91146] + }, + "wing_right": { + "rotation": ["0+math.sin((query.anim_time)*190)*10", "0.911-math.sin((query.anim_time)*190)*30", 4.37305] + }, + "wing_left": { + "rotation": ["0+math.sin((query.anim_time)*190)*10", "-0.911+math.sin((query.anim_time)*190)*30", -4.37305] + }, + "torso_top": { + "rotation": ["5-math.sin((query.anim_time-0.1)*190)*-5", 0, 0] + }, + "jaw": { + "rotation": [0, 0, 0] + }, + "wing_right2": { + "rotation": [0, "10-math.sin((query.anim_time-0.1)*190)*10", 0] + }, + "wing_right3": { + "rotation": [0, "-25-math.sin((query.anim_time-0.2)*190)*30", 0] + }, + "wing_left2": { + "rotation": [0, "-10+math.sin((query.anim_time-0.1)*190)*10", 0] + }, + "wing_left3": { + "rotation": [0, "25+math.sin((query.anim_time-0.2)*190)*30", 0] + } + } + }, + "animation.naganadel.ground_walk": { + "loop": true, + "bones": { + "neck": { + "rotation": ["10-math.sin((query.anim_time-0.2)*380)*-7", 0, 0] + }, + "neck2": { + "rotation": [7.5, 0, 0] + }, + "arm_right": { + "rotation": [0.10715, -7.56307, 14.02282] + }, + "arm_left": { + "rotation": [0.10715, 7.56307, -14.02282] + }, + "torso_bottom": { + "rotation": ["-15-math.sin((query.anim_time)*380)*5", 0, "0+math.sin((query.anim_time-0.2)*190)*2"] + }, + "body": { + "rotation": ["49.9888+math.sin((query.anim_time)*380)*3", -0.68392, "1.8795+math.sin((query.anim_time)*190)*2"], + "position": ["0.1189+math.sin((query.anim_time)*190)*1", "9.7543+math.sin((query.anim_time-0.15)*380)*7", "-11.6266-math.cos((query.anim_time)*380)*1"] + }, + "head": { + "rotation": ["-55+math.sin((query.anim_time-0.2)*380)*-5", 0, 0] + }, + "arm_right2": { + "rotation": ["-math.sin((query.anim_time-0.7)*380)*-12", 24.98439, 0.91311] + }, + "arm_left2": { + "rotation": ["-math.sin((query.anim_time-0.7)*380)*-12", -24.98445, -0.91146] + }, + "wing_right": { + "rotation": ["0+math.sin((query.anim_time)*380)*10", "0.911-math.sin((query.anim_time)*380)*30", 4.37305] + }, + "wing_left": { + "rotation": ["0+math.sin((query.anim_time)*380)*10", "-0.911+math.sin((query.anim_time)*380)*30", -4.37305] + }, + "torso_top": { + "rotation": ["5-math.sin((query.anim_time-0.1)*380)*-5", 0, 0] + }, + "jaw": { + "rotation": [0, 0, 0] + }, + "wing_right2": { + "rotation": [0, "10-math.sin((query.anim_time-0.1)*380)*10", 0] + }, + "wing_right3": { + "rotation": [0, "-25-math.sin((query.anim_time-0.2)*380)*30", 0] + }, + "wing_left2": { + "rotation": [0, "-10+math.sin((query.anim_time-0.1)*380)*10", 0] + }, + "wing_left3": { + "rotation": [0, "25+math.sin((query.anim_time-0.2)*380)*30", 0] + } + } + }, + "animation.naganadel.battle_idle": { + "loop": true, + "bones": { + "neck": { + "rotation": ["10-math.sin((query.anim_time-0.2)*190)*-7", 0, 0] + }, + "neck2": { + "rotation": [7.5, 0, 0] + }, + "arm_right": { + "rotation": [0.10715, -7.56307, 14.02282] + }, + "arm_left": { + "rotation": [0.10715, 7.56307, -14.02282] + }, + "torso_bottom": { + "rotation": ["-15-math.sin((query.anim_time)*190)*5", 0, "0+math.sin((query.anim_time-0.2)*95)*2"] + }, + "body": { + "rotation": ["42.4888+math.sin((query.anim_time)*190)*3", -0.68392, "1.8795+math.sin((query.anim_time)*95)*2"], + "position": ["0.1189+math.sin((query.anim_time)*95)*1", "9.7543+math.sin((query.anim_time-0.15)*190)*7", "-11.6266-math.cos((query.anim_time)*190)*1"] + }, + "head": { + "rotation": ["-40+math.sin((query.anim_time-0.2)*190)*-5", 0, 0] + }, + "arm_right2": { + "rotation": ["-math.sin((query.anim_time-0.7)*190)*-12", 24.98439, 0.91311] + }, + "arm_left2": { + "rotation": ["-math.sin((query.anim_time-0.7)*190)*-12", -24.98445, -0.91146] + }, + "wing_right": { + "rotation": ["0+math.sin((query.anim_time)*190)*10", "0.911-math.sin((query.anim_time)*190)*30", 4.37305] + }, + "wing_left": { + "rotation": ["0+math.sin((query.anim_time)*190)*10", "-0.911+math.sin((query.anim_time)*190)*30", -4.37305] + }, + "torso_top": { + "rotation": ["5-math.sin((query.anim_time-0.1)*190)*-5", 0, 0] + }, + "jaw": { + "rotation": [0, 0, 0] + }, + "wing_right2": { + "rotation": [0, "10-math.sin((query.anim_time-0.1)*190)*10", 0] + }, + "wing_right3": { + "rotation": [0, "-25-math.sin((query.anim_time-0.2)*190)*30", 0] + }, + "wing_left2": { + "rotation": [0, "-10+math.sin((query.anim_time-0.1)*190)*10", 0] + }, + "wing_left3": { + "rotation": [0, "25+math.sin((query.anim_time-0.2)*190)*30", 0] + } + } + }, + "animation.naganadel.special": { + "animation_length": 2.8333, + "bones": { + "neck": { + "rotation": { + "0.0": [10, 0, 0], + "0.625": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck2": { + "rotation": [7.5, 0, 0] + }, + "arm_right": { + "rotation": { + "0.0": [18.01934, 5.62551, 5.87206], + "0.4167": { + "pre": [-70.10791, 7.38472, -4.75666], + "post": [-70.10791, 7.38472, -4.75666], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-67.34631, 31.69441, 1.73787], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-78.59786, 53.26459, -13.31469], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [59.27789, 3.44948, 16.57084], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [59.27789, 3.44948, 11.57084], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [47.53, 13.69, 15.25], + "lerp_mode": "catmullrom" + }, + "2.4583": [18.01934, 5.62551, 5.87206] + } + }, + "arm_left": { + "rotation": { + "0.0": [17.54786, -6.07192, -11.7492], + "0.4167": { + "pre": [-70.10791, -7.2834, -4.75666], + "post": [-70.10791, -7.2834, -4.75666], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-64.58122, -28.88126, -5.18298], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-80.07686, -50.50116, 11.70455], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [41.3814, -25.87653, -14.8419], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [65.28422, -10.6302, -11.19493], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [53.30291, -14.4357, -13.86011], + "lerp_mode": "catmullrom" + }, + "2.4583": [17.54786, -6.07192, -11.7492] + } + }, + "torso_bottom": { + "rotation": { + "0.0": [-15, 0, 0], + "0.3333": { + "pre": [-15, 0, 0], + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-60, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-67.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-92.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-65, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "1.3333": [1, 1, 1], + "1.375": { + "pre": [1.2, 1.1, 1.04], + "post": [1.2, 1.1, 1.04], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": [42.4888, -0.68392, 0], + "0.25": { + "pre": [51.99, -0.68, 1.88], + "post": [51.99, -0.68, 1.88], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-3.51, -0.68, 1.88], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-6.01, -0.68, 1.88], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-6.5, -0.68, 1.88], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-34, -0.68, 1.88], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-6.5, -0.68, 1.88], + "lerp_mode": "catmullrom" + }, + "2.5833": [42.4888, -0.68392, 0] + }, + "position": { + "0.0": [0, 9, -11], + "0.4167": { + "pre": [0, 18, -11], + "post": [0, 18, -11], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 14, -11], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 16.34, -6], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 14, -11], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 20.35, -11], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 9, -11], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": [-40, 0, 0], + "0.2917": { + "pre": [-1.99984, -0.01063, -0.03324], + "post": [-1.99984, -0.01063, -0.03324], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [22.88377, -1.76161, 4.76588], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-6.56316, 0.13974, 0.25182], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-40.30949, 0.76529, 4.60215], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-52.53665, -1.48742, -2.20261], + "lerp_mode": "catmullrom" + }, + "2.8333": [-40, 0, 0] + } + }, + "arm_right2": { + "rotation": { + "0.0": [0.10715, -7.56307, 14.02282], + "0.5417": { + "pre": [-32, 0, 0], + "post": [-32, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-45.09755, -6.30675, 10.81428], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-45.09755, -6.30675, 10.81428], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [8.48111, -4.1763, 7.16117], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0.10715, -7.56307, 14.02282], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left2": { + "rotation": { + "0.0": [0.10715, -7.56307, 14.02282], + "0.5417": { + "pre": [-32, 0, 0], + "post": [-32, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-45.21349, 13.61397, 9.02249], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-46.25399, 10.37775, 1.6649], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [8.48111, -4.1763, 7.16117], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0.10715, -7.56307, 14.02282], + "lerp_mode": "catmullrom" + } + } + }, + "wing_right": { + "rotation": { + "0.0": [0, 0.911, 4.3731], + "0.3333": { + "pre": [0, 13.41, 4.37], + "post": [0, 13.41, 4.37], + "lerp_mode": "catmullrom" + }, + "0.625": [0, 0.911, 4.3731], + "1.2917": [0, 0.911, 4.3731], + "1.4167": [0, 25.91, 4.37], + "2.7083": [0, 0.911, 4.3731] + } + }, + "wing_left": { + "rotation": { + "0.0": [0, -0.911, -4.37305], + "0.3333": { + "pre": [0, -13.41, -4.37], + "post": [0, -13.41, -4.37], + "lerp_mode": "catmullrom" + }, + "0.625": [0, -0.911, -4.37305], + "1.2917": [0, -0.91, -4.37], + "1.4167": [0, -25.91, -4.37], + "2.7083": [0, -0.911, -4.37305] + } + }, + "torso_top": { + "rotation": [5, 0, 0] + }, + "jaw": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wing_right2": { + "rotation": { + "0.0": [0, 10, 0], + "0.6667": [0, -25, 0], + "1.0": [0, -20, 0], + "1.2917": [0, -32.5, 0], + "1.5": [0, 5, 0], + "1.8333": [0, -3.54, 0], + "2.7083": [0, 10, 0] + } + }, + "wing_right3": { + "rotation": { + "0.0": [0, -25, 0], + "0.4167": { + "pre": [0, 15, 0], + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, -62.5, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, -32.3, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": [0, -25, 0] + } + }, + "wing_left2": { + "rotation": { + "0.0": [0, -10, 0], + "0.6667": [0, 25, 0], + "1.0": [0, 20, 0], + "1.2917": [0, 32.5, 0], + "1.5": [0, -5, 0], + "1.8333": [0, 3.54, 0], + "2.7083": [0, -10, 0] + } + }, + "wing_left3": { + "rotation": { + "0.0": [0, 25, 0], + "0.4167": { + "pre": [0, -15, 0], + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 45, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 62.5, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 32.3, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": [0, 25, 0] + } + }, + "naganadel": { + "position": { + "0.6667": [0, 0, 0], + "0.7083": [0, -1.2, 0], + "0.75": [0, 0.1, 0], + "0.7917": [0, -0.8, 0], + "0.8333": [0, 0, 0], + "0.875": [0, -1.2, 0], + "0.9167": [0, 0.1, 0], + "0.9583": [0, -0.8, 0], + "1.0": [0, 0, 0], + "1.0417": [0, -1.2, 0], + "1.0833": [0, 0.1, 0], + "1.125": [0, -0.8, 0], + "1.1667": [0, 0, 0], + "1.2083": [0, -1.2, 0], + "1.25": [0, 0.1, 0], + "1.2917": [0, -0.8, 0], + "1.3333": [0, -1.2, 0], + "1.375": [0, 0.1, 0], + "1.4167": [0, -0.8, 0], + "1.4583": [0, 0.1, 0], + "1.5": [0, -0.4, 0], + "1.5833": [0, 0, 0], + "1.6667": [0, -0.2, 0], + "1.75": [0, 0, 0] + } + }, + "tusk_right2": { + "rotation": { + "0.25": [0, 0, 0], + "0.625": { + "pre": [0, 0, -50], + "post": [0, 0, -50], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -50], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tusk_left2": { + "rotation": { + "0.25": [0, 0, 0], + "0.625": { + "pre": [0, 0, 50], + "post": [0, 0, 50], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 50], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.naganadel.physical": { + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [42.4888, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [31.37873, 29.54836, 15.25476], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [53.4999, 35.83206, 20.18359], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [37.2878, -15.15169, -8.28887], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [39.608, -25.1398, -8.80894], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [42.4888, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 9, -11], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-2, 13, 3.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 3, -11], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 9, -11], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 9, -11], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": [0.10715, -7.56307, 14.02282], + "0.5833": { + "pre": [21.44899, -11.75499, 48.49759], + "post": [21.44899, -11.75499, 48.49759], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [51.22688, 47.47569, 93.56555], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [34.41503, 60.2844, 75.3574], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-62.28081, -1.76287, 40.36032], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0.10715, -7.56307, 14.02282], + "lerp_mode": "catmullrom" + }, + "2.8333": [0.10715, -7.56307, 14.02282] + }, + "scale": { + "1.25": [1, 1, 1], + "1.2917": [1, 1.7, 1], + "1.3333": [1, 1, 1] + } + }, + "torso_bottom": { + "rotation": [-15, 0, 0] + }, + "naganadel": { + "position": { + "1.3333": [0, 0, 0], + "1.375": [0, -1.2, 0], + "1.4167": [0, 0.1, 0], + "1.4583": [0, -0.8, 0], + "1.5": [0, 0.1, 0], + "1.5417": [0, -0.4, 0], + "1.625": [0, 0, 0], + "1.7083": [0, -0.2, 0], + "1.7917": [0, 0, 0] + } + }, + "torso_top": { + "rotation": [-5, 0, 0] + }, + "torso_top2": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [40.10753, 3.21154, 3.83424], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [27.60753, 3.21154, 3.83424], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [28.5396, -21.55764, -9.32061], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck2": { + "rotation": [7.5, 0, 0] + }, + "head": { + "rotation": { + "0.0": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-38.68939, -15.09492, 8.95891], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-23.27463, 19.50645, -4.50432], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-23.60844, 26.9663, -5.34861], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right2": { + "rotation": [-12, 24.98439, 0.91311] + }, + "arm_left": { + "rotation": { + "0.0": [0.10715, 7.56307, -14.02282], + "0.8333": { + "pre": [-1.26568, -23.69257, -39.72247], + "post": [-1.26568, -23.69257, -39.72247], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [29.78219, -0.07986, -38.22025], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [47.45586, 0.77466, -42.81424], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0.10715, 7.56307, -14.02282], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0.10715, 7.56307, -14.02282], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left2": { + "rotation": [-12, -24.98445, -0.91146] + }, + "wing_right": { + "rotation": [0, 0.911, 4.3731] + }, + "wing_right2": { + "rotation": { + "0.0": [0, 0, 0], + "0.875": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wing_right3": { + "rotation": { + "0.0": [0, -37.5, 0], + "0.875": { + "pre": [0, -60, 0], + "post": [0, -60, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 27.12, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, -47.5, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, -37.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wing_left": { + "rotation": [0, -0.911, -4.37305] + }, + "wing_left3": { + "rotation": { + "0.0": [0, 37.5, 0], + "0.875": { + "pre": [0, 55, 0], + "post": [0, 55, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -28.03, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.naganadel.cry": { + "animation_length": 1.8333, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [35, 0, 0], + "1.25": [35, 0, 0], + "1.5": [0, 0, 0] + } + }, + "tusk_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": [0, 0, -30], + "1.25": [0, 0, -30], + "1.4167": [0, 0, 0] + } + }, + "tusk_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": [0, 0, 30], + "1.25": [0, 0, 30], + "1.4167": [0, 0, 0] + } + }, + "torso_bottom": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.naganadel.status": { + "animation_length": 1.8333, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [35, 0, 0], + "1.25": [35, 0, 0], + "1.5": [0, 0, 0] + } + }, + "tusk_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": [0, 0, -30], + "1.25": [0, 0, -30], + "1.4167": [0, 0, 0] + } + }, + "tusk_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": [0, 0, 30], + "1.25": [0, 0, 30], + "1.4167": [0, 0, 0] + } + }, + "torso_bottom": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.naganadel.recoil": { + "animation_length": 1.5, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [-8, 1, 0], + "post": [-8, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "torso_top": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso_top2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tusk_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tusk_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.naganadel.headshake": { + "animation_length": 2.5, + "bones": { + "neck2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [6.27243, -4.97022, -0.5456], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [6.89839, 5.79838, 0.74486], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [6.27243, -4.97022, -0.5456], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [5.07673, -9.96156, -0.88045], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [5.04292, 7.4713, 0.6574], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [5.04292, -7.4713, -0.6574], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tusk_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tusk_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/necrozma/necrozma.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/necrozma/necrozma.animation.json new file mode 100644 index 0000000..3e8768f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/necrozma/necrozma.animation.json @@ -0,0 +1,1040 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.necrozma.ground_idle": { + "loop": true, + "bones": { + "left_leg": { + "rotation": ["-13.5831+math.sin(q.anim_time*90*1.5+150)*7.5", 1.7782, -15.36551], + "position": [-1, 0, -0.5] + }, + "left_leg2": { + "rotation": ["0+math.sin(q.anim_time*90*1.5-30)*5", 0, 0] + }, + "right_Arm5": { + "rotation": [0, -7.5, -85] + }, + "right_hand3": { + "rotation": ["-10+math.sin(q.anim_time*90*1.5+60)*7.5", "0+math.sin(q.anim_time*90*1.5+60)*2.5", -17.5] + }, + "right_finger3a": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*5,-2.5,5)"] + }, + "right_finger3b": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*30,-20,30)"] + }, + "right_finger1a": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*5,-2.5,5)"] + }, + "right_finger1b": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*30,-20,30)"] + }, + "right_finger2a": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*5,-2.5,5)"] + }, + "right_finger2b": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*30,-20,30)"] + }, + "left_arm": { + "rotation": ["-175+math.sin(q.anim_time*90*1.5-60)*2.5", "-180-math.sin(q.anim_time*90*1.5)*5", "-200-math.sin(q.anim_time*90*1.5-30)*5"], + "position": [0, 0, -1] + }, + "left_arm2": { + "rotation": [0, 7.5, -85], + "position": [0, 1, 0] + }, + "left_hand": { + "rotation": ["10-math.sin(q.anim_time*90*1.5+60)*7.5", "0-math.sin(q.anim_time*90*1.5+60)*2.5", -17.5] + }, + "left_finger1a": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*5,-2.5,5)"] + }, + "left_finger1b": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*30,-20,30)"] + }, + "left_finger2a": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*5,-2.5,5)"] + }, + "left_finger2b": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*30,-20,30)"] + }, + "left_finger3a": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*5,-2.5,5)"] + }, + "left_finger3b": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*30,-20,30)"] + }, + "right_arm": { + "rotation": ["175-math.sin(q.anim_time*90*1.5-60)*2.5", "180+math.sin(q.anim_time*90*1.5)*5", "200+math.sin(q.anim_time*90*1.5-30)*5"], + "position": [0, 0, -0.5] + }, + "right_arm2": { + "rotation": [0, -7.5, 85] + }, + "arm_spike2": { + "rotation": [7.5, 0, 30] + }, + "right_leg": { + "rotation": ["-13.5831+math.sin(q.anim_time*90*1.5+150)*7.5", 1.7782, 15.3655], + "position": [1, 0, -0.5] + }, + "arm_spike3": { + "rotation": [7.5, 0, -30] + }, + "body": { + "rotation": ["0-math.sin(q.anim_time*90*1.5)*2", 0, 0], + "position": [0, "6+math.sin(q.anim_time*90*1.5)*1.5", 0] + }, + "torso": { + "rotation": ["0-math.sin(q.anim_time*90*1.5-60)*2.5", 0, 0] + }, + "chest": { + "rotation": [0, 0, 0] + }, + "head": { + "rotation": ["0-math.sin(q.anim_time*90*1.5-60)*2.5", 0, 0] + }, + "arm_left": { + "rotation": ["-3.0947+math.sin(q.anim_time*90*1.5-60)*2.5", "-22.2971-math.sin(q.anim_time*90*1.5)*5", "-34.39-math.sin(q.anim_time*90*1.5-30)*5"], + "position": [-2, -1, 0] + }, + "bone25": { + "rotation": [0, 0, 40], + "position": [-1, -1, 0] + }, + "arm_left2": { + "rotation": [22.98725, 11.53607, 102.35196], + "position": [0, 1, 0] + }, + "finger_middle_left": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*5,-2.5,5)"] + }, + "finger_middle_left2": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*30,-20,30)"] + }, + "finger_back_left2": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*30,-20,30)"] + }, + "finger_front_left": { + "rotation": ["0+math.clamp(math.sin(q.anim_time*90*1.5-60)*5,-2.5,5)", "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*5,-2.5,5)", 0] + }, + "finger_front_left2": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*30,-20,30)"] + }, + "arm_right": { + "rotation": ["-3.0947+math.sin(q.anim_time*90*1.5-60)*2.5", "22.2971+math.sin(q.anim_time*90*1.5)*5", "34.39+math.sin(q.anim_time*90*1.5-30)*5"], + "position": [2, -1, 0] + }, + "bone2": { + "rotation": [0, 0, -40], + "position": [-1, -1, 0] + }, + "arm_right2": { + "rotation": [22.98725, -11.5361, -102.352], + "position": [0, -1, 0] + }, + "finger_middle_right2": { + "rotation": [0, 0, "0-math.clamp(math.sin(q.anim_time*90*1.5-60)*30,-20,30)"] + }, + "finger_back_right2": { + "rotation": [0, 0, "0-math.clamp(math.sin(q.anim_time*90*1.5-60)*30,-20,30)"] + }, + "finger_front_right": { + "rotation": ["0+math.clamp(math.sin(q.anim_time*90*1.5-60)*5,-2.5,5)", "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*5,-2.5,5)", 0] + }, + "finger_front_right2": { + "rotation": [0, 0, "0-math.clamp(math.sin(q.anim_time*90*1.5-60)*30,-20,30)"] + }, + "necrozma": { + "position": [0, 0, 0] + }, + "body_rotation": { + "position": [0, 15, 0] + }, + "prism": { + "scale": 0 + } + } + }, + "animation.necrozma.ground_walk": { + "loop": true, + "bones": { + "left_leg": { + "rotation": ["-13.5831+math.sin(q.anim_time*90*1.5+150)*7.5", 1.7782, -15.36551], + "position": [-1, 0, -0.5] + }, + "left_leg2": { + "rotation": ["0+math.sin(q.anim_time*90*1.5-30)*5", 0, 0] + }, + "right_Arm5": { + "rotation": [0, -7.5, -85] + }, + "right_hand3": { + "rotation": ["-10+math.sin(q.anim_time*90*1.5+60)*7.5", "0+math.sin(q.anim_time*90*1.5+60)*2.5", -17.5] + }, + "right_finger3a": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*5,-2.5,5)"] + }, + "right_finger3b": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*30,-20,30)"] + }, + "right_finger1a": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*5,-2.5,5)"] + }, + "right_finger1b": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*30,-20,30)"] + }, + "right_finger2a": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*5,-2.5,5)"] + }, + "right_finger2b": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*30,-20,30)"] + }, + "left_arm": { + "rotation": ["-175+math.sin(q.anim_time*90*1.5-60)*2.5", "-180-math.sin(q.anim_time*90*1.5)*5", "-200-math.sin(q.anim_time*90*1.5-30)*5"], + "position": [0, 0, -1] + }, + "left_arm2": { + "rotation": [0, 7.5, -85], + "position": [0, 1, 0] + }, + "left_hand": { + "rotation": ["10-math.sin(q.anim_time*90*1.5+60)*7.5", "0-math.sin(q.anim_time*90*1.5+60)*2.5", -17.5] + }, + "left_finger1a": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*5,-2.5,5)"] + }, + "left_finger1b": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*30,-20,30)"] + }, + "left_finger2a": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*5,-2.5,5)"] + }, + "left_finger2b": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*30,-20,30)"] + }, + "left_finger3a": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*5,-2.5,5)"] + }, + "left_finger3b": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*30,-20,30)"] + }, + "right_arm": { + "rotation": ["175-math.sin(q.anim_time*90*1.5-60)*2.5", "180+math.sin(q.anim_time*90*1.5)*5", "200+math.sin(q.anim_time*90*1.5-30)*5"], + "position": [0, 0, -0.5] + }, + "right_arm2": { + "rotation": [0, -7.5, 85] + }, + "arm_spike2": { + "rotation": [7.5, 0, 30] + }, + "right_leg": { + "rotation": ["-13.5831+math.sin(q.anim_time*90*1.5+150)*7.5", 1.7782, 15.3655], + "position": [1, 0, -0.5] + }, + "arm_spike3": { + "rotation": [7.5, 0, -30] + }, + "body": { + "rotation": ["0-math.sin(q.anim_time*90*1.5)*2", 0, 0], + "position": [0, "6+math.sin(q.anim_time*90*1.5)*1.5", 0] + }, + "torso": { + "rotation": ["0-math.sin(q.anim_time*90*1.5-60)*2.5", 0, 0] + }, + "chest": { + "rotation": [0, 0, 0] + }, + "head": { + "rotation": ["-27.5-math.sin(q.anim_time*90*1.5-60)*2.5", 0, 0], + "position": [0, -1.42246, -1.40592] + }, + "arm_left": { + "rotation": ["21.9772+math.sin(q.anim_time*90*1.5-60)*2.5", "-0.2423-math.sin(q.anim_time*90*1.5)*5", "-34.0211-math.sin(q.anim_time*90*1.5-30)*5"], + "position": [-2, -1, 0] + }, + "bone25": { + "rotation": [0, 0, 40], + "position": [-1, -1, 0] + }, + "arm_left2": { + "rotation": [22.98725, 11.53607, 102.35196], + "position": [0, 1, 0] + }, + "finger_middle_left": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*5,-2.5,5)"] + }, + "finger_middle_left2": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*30,-20,30)"] + }, + "finger_back_left2": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*30,-20,30)"] + }, + "finger_front_left": { + "rotation": ["0+math.clamp(math.sin(q.anim_time*90*1.5-60)*5,-2.5,5)", "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*5,-2.5,5)", 0] + }, + "finger_front_left2": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*30,-20,30)"] + }, + "arm_right": { + "rotation": ["21.3504+math.sin(q.anim_time*90*1.5-60)*2.5", "-0.8246+math.sin(q.anim_time*90*1.5)*5", "31.8519+math.sin(q.anim_time*90*1.5-30)*5"], + "position": [2, -1, 0] + }, + "bone2": { + "rotation": [0, 0, -40], + "position": [-1, -1, 0] + }, + "arm_right2": { + "rotation": [22.98725, -11.5361, -102.352], + "position": [0, -1, 0] + }, + "finger_middle_right2": { + "rotation": [0, 0, "0-math.clamp(math.sin(q.anim_time*90*1.5-60)*30,-20,30)"] + }, + "finger_back_right2": { + "rotation": [0, 0, "0-math.clamp(math.sin(q.anim_time*90*1.5-60)*30,-20,30)"] + }, + "finger_front_right": { + "rotation": ["0+math.clamp(math.sin(q.anim_time*90*1.5-60)*5,-2.5,5)", "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*5,-2.5,5)", 0] + }, + "finger_front_right2": { + "rotation": [0, 0, "0-math.clamp(math.sin(q.anim_time*90*1.5-60)*30,-20,30)"] + }, + "necrozma": { + "position": [0, 0, 0] + }, + "body_rotation": { + "rotation": [27.5, 0, 0], + "position": [0, 15, 0] + }, + "prism": { + "scale": 0 + } + } + }, + "animation.necrozma.cry": { + "animation_length": 2.75, + "bones": { + "necrozma": { + "position": { + "0.0": [0, 0, 0], + "0.3333": [0, 0, 0], + "0.375": [0, 0, 0], + "2.75": [0, 0, 0] + } + }, + "body": { + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "0.5417": [-1, 0, 0], + "0.5833": [1, 0, 0], + "0.625": [-1, 0, 0], + "0.6667": [1, 0, 0], + "0.7083": [-1, 0, 0], + "0.75": [1, 0, 0], + "0.7917": [-1, 0, 0], + "0.8333": [1, 0, 0], + "0.875": [-1, 0, 0], + "0.9167": [1, 0, 0], + "0.9583": [-1, 0, 0], + "1.0": [1, 0, 0], + "1.0417": [-1, 0, 0], + "1.0833": [1, 0, 0], + "1.125": [-1, 0, 0], + "1.1667": [1, 0, 0], + "1.2083": [-1, 0, 0], + "1.25": [1, 0, 0], + "1.2917": [-1, 0, 0], + "1.3333": [1, 0, 0], + "1.375": [-1, 0, 0], + "1.4167": [1, 0, 0], + "1.4583": [-1, 0, 0], + "1.5": [1, 0, 0], + "1.5417": [-1, 0, 0], + "1.5833": [1, 0, 0], + "1.625": [-1, 0, 0], + "1.6667": [1, 0, 0], + "1.7083": [-1, 0, 0], + "1.75": [1, 0, 0], + "1.7917": [-1, 0, 0], + "1.8333": [1, 0, 0], + "1.875": [-1, 0, 0], + "1.9167": [1, 0, 0], + "1.9583": [-1, 0, 0], + "2.0": [1, 0, 0], + "2.0417": [-1, 0, 0], + "2.0833": [1, 0, 0], + "2.125": [-1, 0, 0], + "2.1667": [1, 0, 0], + "2.75": [0, 0, 0] + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "prism": { + "scale": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [1.01, 1.01, 1.01], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [1.01, 1.01, 1.01], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": [-3.0947, -22.2971, -34.39], + "0.375": { + "pre": [0, 40, 0], + "post": [0, 40, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-109.65736, -15.7627, 52.74765], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-109.65736, -15.7627, 52.74765], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-101.57989, -4.43471, 21.93871], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-119.71067, -20.09739, 78.57497], + "lerp_mode": "catmullrom" + }, + "2.75": [-3.0947, -22.2971, -34.39] + }, + "position": { + "0.0": [-2, -1, 0], + "2.75": [-2, -1, 0] + } + }, + "arm_left2": { + "rotation": { + "0.0": [22.98725, 11.53607, 102.35196], + "0.375": { + "pre": [46.65713, 60.89748, 61.29488], + "post": [46.65713, 60.89748, 61.29488], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [46.65713, 60.89748, 61.29488], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [28.72541, 49.77818, 38.14439], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [98.72082, 56.43979, 125.32345], + "lerp_mode": "catmullrom" + }, + "2.75": [22.98725, 11.53607, 102.35196] + }, + "position": { + "0.0": [0, 1, 0], + "2.75": [0, 1, 0] + } + }, + "hand_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-9.31242, 1.89828, 22.99574], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": [-3.0947, 22.2971, 34.39], + "0.375": { + "pre": [0, -40, 0], + "post": [0, -40, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-109.65736, 15.7627, -52.7476], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-109.65736, 15.7627, -52.7476], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-101.57989, 4.4347, -21.9387], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-119.71067, 20.0974, -78.575], + "lerp_mode": "catmullrom" + }, + "2.75": [-3.0947, 22.2971, 34.39] + }, + "position": { + "0.0": [2, -1, 0], + "2.75": [2, -1, 0] + } + }, + "arm_right2": { + "rotation": { + "0.0": [22.98725, -11.5361, -102.352], + "0.375": { + "pre": [13.23598, -49.2416, -38.01882], + "post": [13.23598, -49.2416, -38.01882], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [46.65713, -60.8975, -61.2949], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [28.72541, -49.7782, -38.1444], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [98.72082, -56.4398, -125.3235], + "lerp_mode": "catmullrom" + }, + "2.75": [22.98725, -11.5361, -102.352] + }, + "position": { + "0.0": [0, -1, 0], + "2.75": [0, -1, 0] + } + } + } + }, + "animation.necrozma.meme": { + "animation_length": 10, + "bones": { + "necrozma": { + "position": { + "0.0": [0, 0, 0], + "0.3333": [0, 0, 0], + "0.375": [0, 0, 0], + "2.75": [0, 0, 0] + } + }, + "body": { + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 0, 0], + "1.0417": [-1, 0, 0], + "1.0833": [1, 0, 0], + "1.125": [-1, 0, 0], + "1.1667": [1, 0, 0], + "1.2083": [-1, 0, 0], + "1.25": [1, 0, 0], + "1.2917": [-1, 0, 0], + "1.3333": [1, 0, 0], + "1.375": [-1, 0, 0], + "1.4167": [1, 0, 0], + "1.4583": [-1, 0, 0], + "1.5": [1, 0, 0], + "1.5417": [-1, 0, 0], + "1.5833": [1, 0, 0], + "1.625": [-1, 0, 0], + "1.6667": [1, 0, 0], + "1.7083": [-1, 0, 0], + "1.75": [1, 0, 0], + "1.7917": [-1, 0, 0], + "1.8333": [1, 0, 0], + "1.875": [-1, 0, 0], + "1.9167": [1, 0, 0], + "1.9583": [-1, 0, 0], + "2.0": [1, 0, 0], + "2.0417": [-1, 0, 0], + "2.0833": [1, 0, 0], + "2.125": [-1, 0, 0], + "2.1667": [1, 0, 0], + "2.2083": [-1, 0, 0], + "2.25": [1, 0, 0], + "2.2917": [-1, 0, 0], + "2.3333": [1, 0, 0], + "2.375": [-1, 0, 0], + "2.4167": [1, 0, 0], + "2.4583": [-1, 0, 0], + "2.5": [1, 0, 0], + "2.5417": [-1, 0, 0], + "2.5833": [1, 0, 0], + "2.625": [-1, 0, 0], + "2.6667": [1, 0, 0], + "2.7083": [-1, 0, 0], + "2.75": [1, 0, 0], + "2.7917": [-1, 0, 0], + "2.8333": [1, 0, 0], + "2.875": [-1, 0, 0], + "2.9167": [1, 0, 0], + "2.9583": [-1, 0, 0], + "3.0": [1, 0, 0], + "3.0417": [-1, 0, 0], + "3.0833": [1, 0, 0], + "3.125": [-1, 0, 0], + "3.1667": [1, 0, 0], + "3.2083": [-1, 0, 0], + "3.25": [1, 0, 0], + "3.2917": [-1, 0, 0], + "3.3333": [1, 0, 0], + "3.375": [-1, 0, 0], + "3.4167": [1, 0, 0], + "3.4583": [-1, 0, 0], + "3.5": [1, 0, 0], + "3.5417": [-1, 0, 0], + "3.5833": [1, 0, 0], + "3.625": [-1, 0, 0], + "3.6667": [1, 0, 0], + "3.7083": [-1, 0, 0], + "3.75": [1, 0, 0], + "3.7917": [-1, 0, 0], + "3.8333": [1, 0, 0], + "3.875": [-1, 0, 0], + "3.9167": [1, 0, 0], + "3.9583": [-1, 0, 0], + "4.75": [-1, 0, 0], + "4.7917": [1, 0, 0], + "4.8333": [-1, 0, 0], + "4.875": [1, 0, 0], + "4.9167": [-1, 0, 0], + "4.9583": [1, 0, 0], + "5.0": [-1, 0, 0], + "5.0417": [1, 0, 0], + "5.0833": [-1, 0, 0], + "5.125": [1, 0, 0], + "5.1667": [-1, 0, 0], + "5.2083": [1, 0, 0], + "5.25": [-1, 0, 0], + "5.2917": [1, 0, 0], + "5.3333": [-1, 0, 0], + "5.375": [1, 0, 0], + "5.4167": [-1, 0, 0], + "5.4583": [1, 0, 0], + "5.5": [-1, 0, 0], + "5.5417": [1, 0, 0], + "5.5833": [-1, 0, 0], + "5.625": [1, 0, 0], + "5.6667": [-1, 0, 0], + "5.7083": [1, 0, 0], + "5.75": [-1, 0, 0], + "5.7917": [1, 0, 0], + "5.8333": [-1, 0, 0], + "5.875": [1, 0, 0], + "5.9167": [-1, 0, 0], + "5.9583": [1, 0, 0], + "6.0": [-1, 0, 0], + "6.0417": [1, 0, 0], + "6.0833": [-1, 0, 0], + "6.125": [1, 0, 0], + "6.1667": [-1, 0, 0], + "6.2083": [1, 0, 0], + "6.25": [-1, 0, 0], + "6.2917": [1, 0, 0], + "6.3333": [-1, 0, 0], + "6.375": [1, 0, 0], + "6.4167": [-1, 0, 0], + "6.4583": [1, 0, 0], + "6.5": [-1, 0, 0], + "6.5417": [1, 0, 0], + "6.5833": [-1, 0, 0], + "6.625": [1, 0, 0], + "6.6667": [-1, 0, 0], + "6.7083": [1, 0, 0], + "6.75": [-1, 0, 0], + "6.7917": [1, 0, 0], + "6.8333": [-1, 0, 0], + "6.875": [1, 0, 0], + "6.9167": [-1, 0, 0], + "6.9583": [1, 0, 0], + "7.0": [-1, 0, 0], + "7.0417": [1, 0, 0], + "7.0833": [-1, 0, 0], + "7.125": [1, 0, 0], + "7.1667": [-1, 0, 0], + "7.2083": [1, 0, 0], + "7.25": [-1, 0, 0], + "7.2917": [1, 0, 0], + "7.3333": [-1, 0, 0], + "7.375": [1, 0, 0], + "7.4167": [-1, 0, 0], + "7.4583": [1, 0, 0], + "7.5": [-1, 0, 0], + "7.5417": [1, 0, 0], + "7.5833": [-1, 0, 0], + "7.625": [1, 0, 0], + "7.6667": [-1, 0, 0], + "7.7083": [1, 0, 0], + "7.75": [-1, 0, 0], + "7.7917": [1, 0, 0], + "7.8333": [-1, 0, 0], + "7.875": [1, 0, 0], + "7.9167": [-1, 0, 0], + "7.9583": [1, 0, 0], + "8.0": [-1, 0, 0], + "8.0417": [1, 0, 0], + "8.0833": [-1, 0, 0], + "8.125": [1, 0, 0], + "8.1667": [-1, 0, 0], + "8.2083": [1, 0, 0], + "8.25": [-1, 0, 0], + "8.2917": [1, 0, 0], + "8.3333": [-1, 0, 0], + "8.375": [1, 0, 0], + "8.4167": [-1, 0, 0], + "8.4583": [1, 0, 0], + "8.5": [-1, 0, 0], + "8.5417": [1, 0, 0], + "8.5833": [-1, 0, 0], + "8.625": [1, 0, 0], + "8.6667": [-1, 0, 0], + "8.7083": [1, 0, 0], + "8.75": [-1, 0, 0], + "8.7917": [1, 0, 0], + "8.8333": [-1, 0, 0], + "8.875": [1, 0, 0] + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.875": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "10.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "prism": { + "scale": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [1.01, 1.01, 1.01], + "lerp_mode": "catmullrom" + }, + "3.9583": { + "post": [1.01, 1.01, 1.01], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [1.01, 1.01, 1.01], + "lerp_mode": "catmullrom" + }, + "9.9583": { + "post": [1.01, 1.01, 1.01], + "lerp_mode": "catmullrom" + }, + "10.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 40, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 40, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 40, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-109.65736, -15.7627, 52.74765], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [-109.65736, -15.7627, 52.74765], + "lerp_mode": "catmullrom" + }, + "4.875": { + "post": [-101.57989, -4.43471, 21.93871], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-119.71067, -20.09739, 78.57497], + "lerp_mode": "catmullrom" + }, + "9.0": { + "post": [-119.71067, -20.09739, 78.57497], + "lerp_mode": "catmullrom" + }, + "10.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [46.65713, 60.89748, 61.29488], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [46.65713, 60.89748, 61.29488], + "lerp_mode": "catmullrom" + }, + "4.875": { + "post": [28.72541, 49.77818, 38.14439], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [98.72082, 56.43979, 125.32345], + "lerp_mode": "catmullrom" + }, + "9.0": { + "post": [36.21983, 43.73867, 49.75369], + "lerp_mode": "catmullrom" + }, + "10.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "hand_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-9.31242, 1.89828, 22.99574], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -40, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -40, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, -40, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-109.65736, 15.7627, -52.7476], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [-109.65736, 15.7627, -52.7476], + "lerp_mode": "catmullrom" + }, + "4.875": { + "post": [-101.57989, 4.4347, -21.9387], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-119.71067, 20.0974, -78.575], + "lerp_mode": "catmullrom" + }, + "9.0": { + "post": [-119.71067, 20.0974, -78.575], + "lerp_mode": "catmullrom" + }, + "10.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [13.23598, -49.2416, -38.01882], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [46.65713, -60.8975, -61.2949], + "lerp_mode": "catmullrom" + }, + "4.875": { + "post": [28.72541, -49.7782, -38.1444], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [98.72082, -56.4398, -125.3235], + "lerp_mode": "catmullrom" + }, + "9.0": { + "post": [13.23598, -49.2416, -38.01882], + "lerp_mode": "catmullrom" + }, + "10.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + }, + "sound_effects": { + "0.0": { + "effect": "imboutacuhharmonymadewithvoicemod.mp3" + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/nihilego/nihilego.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/nihilego/nihilego.animation.json new file mode 100644 index 0000000..9e28a09 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/nihilego/nihilego.animation.json @@ -0,0 +1,250 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.nihilego.ground_idle": { + "loop": true, + "bones": { + "nihilego": { + "rotation": [5, 0, 0], + "position": [0, "-0.4*(math.sin(q.anim_time*90*1.5-60)*4+1)", 0] + }, + "right_arm_front": { + "rotation": [-4.78197, 2.49048, "5.0048-4*math.clamp(math.sin(q.anim_time*90*1.5-60)*1+1,0,10)"] + }, + "bone7": { + "rotation": [5, 0, "-2*(math.sin(q.anim_time*90*1.5-80)*4+1)"], + "position": [0, "-0.1*(math.sin(q.anim_time*90*1.5-60)*4+1)", 0] + }, + "left_arm_front": { + "rotation": [-4.78197, 2.49048, "5.0048-4*math.clamp(math.sin(q.anim_time*90*1.5)*1+1,0,10)"] + }, + "bone6": { + "rotation": [5, 0, "-2*(math.sin(q.anim_time*90*1.5-60)*4+1)"], + "position": [0, "-0.1*(math.sin(q.anim_time*90*1.5-60)*4+1)", 0] + }, + "right_arm_back": { + "rotation": [-4.96687, 0.65264, "2.4907-0.2*(math.sin(q.anim_time*90*1.5-60)*4+1)"] + }, + "bone4": { + "rotation": [0.21803, 2.49048, "5.0048-4*math.clamp(math.sin(q.anim_time*90*1.5)*1+1,0,10)"] + }, + "bone5": { + "rotation": [5, 0, "-2*(math.sin(q.anim_time*90*1.5-60)*4+1)"], + "position": [0, "-0.1*(math.sin(q.anim_time*90*1.5-60)*4+1)", 0] + }, + "left_arm_back": { + "rotation": [-4.95868, 0.21782, "-2.4905-0.2*(math.sin(q.anim_time*90*1.5-40)*4+1)"] + }, + "bone2": { + "rotation": [0.21803, 2.49048, "5.0048-4*math.clamp(math.sin(q.anim_time*90*1.5-60)*1+1,0,10)"] + }, + "bone3": { + "rotation": [5, 0, "-2*(math.sin(q.anim_time*90*1.5-80)*4+1)"], + "position": [0, "-0.1*(math.sin(q.anim_time*90*1.5-60)*4+1)", 0] + }, + "tentacle_r_arm": { + "rotation": [-5, 5, 5] + }, + "middle_ten_r": { + "rotation": [0, -2.5, "0-4*math.clamp(math.sin(q.anim_time*90*1.5)*1+1,0,10)"] + }, + "tentacle_r_2": { + "rotation": [5, 0, "-2*(math.sin(q.anim_time*90*1.5-60)*4+1)"], + "position": [0, "-0.1*(math.sin(q.anim_time*90*1.5-60)*4+1)", 0] + }, + "tentacle_r_4": { + "rotation": [0, 0, "-10*math.clamp(math.sin(q.anim_time*90*1.5-60)*1+0,0,10)"] + }, + "tentacle_r_1": { + "rotation": [5, 0, "-2*(math.sin(q.anim_time*90*1.5-60)*4+1)"], + "position": [0, "-0.1*(math.sin(q.anim_time*90*1.5-60)*4+1)", 0] + }, + "tentacle_r_3": { + "rotation": [0, 0, "-10*math.clamp(math.sin(q.anim_time*90*1.5-60)*1+0,0,10)"] + }, + "tentacle_r_arm2": { + "rotation": [-5, -5, -5] + }, + "middle_ten_r2": { + "rotation": [0.21803, 2.49048, "5.0048-4*math.clamp(math.sin(q.anim_time*90*1.5)*1+1,0,10)"] + }, + "tentacle_r_5": { + "rotation": [5, 0, "-2*(math.sin(q.anim_time*90*1.5-60)*4+1)"], + "position": [0, "-0.1*(math.sin(q.anim_time*90*1.5-60)*4+1)", 0] + }, + "tentacle_r_6": { + "rotation": [0, 0, "-10*math.clamp(math.sin(q.anim_time*90*1.5-60)*1+0,0,10)"] + }, + "tentacle_r_7": { + "rotation": [5, 0, "-2*(math.sin(q.anim_time*90*1.5-60)*4+1)"], + "position": [0, "-0.1*(math.sin(q.anim_time*90*1.5-60)*4+1)", 0] + }, + "tentacle_r_8": { + "rotation": [0, 0, "-10*math.clamp(math.sin(q.anim_time*90*1.5-60)*1+0,0,10)"] + }, + "tentacle_mid_l4": { + "rotation": [0, 0, "-2*(math.sin(q.anim_time*90*1.5-60)*4+1)"] + }, + "tentacle_mid_l_5": { + "rotation": [5, 0, "-1*(math.sin(q.anim_time*90*1.5-60)*4+1)"] + }, + "tentacle_mid_l2": { + "rotation": [0, 0, "-2*(math.sin(q.anim_time*90*1.5-40)*4+1)"] + }, + "tentacle_mid_l_3": { + "rotation": [5, 0, "-1*(math.sin(q.anim_time*90*1.5-60)*4+1)"] + }, + "tentacle_mid_l3": { + "rotation": [0, 0, "-2*(math.sin(q.anim_time*90*1.5-80)*4+1)"] + }, + "tentacle_mid_l": { + "rotation": [0, 0, "-2*(math.sin(q.anim_time*90*1.5-60)*4+1)"] + }, + "ring": { + "rotation": [ + "1*math.sin(q.anim_time*90*1.6-35)+ 1*math.sin(q.anim_time*90*1.6*2-45)", + "math.sin(q.anim_time*90*1.6-90)*3", + "math.sin(q.anim_time*90*1.6-180)" + ], + "position": [0, -0.5, 1], + "scale": [1, "1 + math.sin(q.anim_time*90*1.6*2+90+90)*0.075", 1] + }, + "main": { + "position": [ + "0.05*math.sin(q.anim_time*90/2*1.6) +0.2*math.sin(q.anim_time*90*1.6)", + "7+0.1*math.sin(q.anim_time*90*1.6) +0.3*math.sin(q.anim_time*90*1.6*2)", + "0.05*math.sin(q.anim_time*90/2*1.6-160) +0.2*math.sin(q.anim_time*90*1.6-80)" + ], + "scale": [1, "1 + math.sin(q.anim_time*90*1.5+90)*0.025", 1] + }, + "head_blob": { + "rotation": [-2.5, 0, 0] + } + } + }, + "animation.nihilego.ground_walk": { + "loop": true, + "bones": { + "nihilego": { + "position": [0, "0.4+math.cos((query.anim_time) * 45*2) *2", 0] + }, + "right_arm_front": { + "rotation": [-7.5, 0, "12- 2*math.sin(q.anim_time*90*1.6-35+25-45)+ 4*math.sin(q.anim_time*90*1.6*2-45+25-45)"] + }, + "bone7": { + "rotation": [0, 0, "5+6*math.sin(q.anim_time*90*1.6*2-45-25-45)"] + }, + "left_arm_front": { + "rotation": [-7.5, 0, "-12+ 2*math.sin(q.anim_time*90*1.6-35+25-45)- 4*math.sin(q.anim_time*90*1.6*2-45+25-45)"] + }, + "bone6": { + "rotation": [0, 0, "-5+-6*math.sin(q.anim_time*90*1.6*2-90-25-45)"] + }, + "right_arm_back": { + "rotation": [0, 0, "15+ 2*math.sin(q.anim_time*90*1.6-35+25-90)+ 4*math.sin(q.anim_time*90*1.6*2-45+25-90)"] + }, + "bone4": { + "rotation": [0, 0, "-5+6*math.sin(q.anim_time*90*1.6*2-90+25-90)"] + }, + "bone5": { + "rotation": [0, 0, "8*math.sin(q.anim_time*90*1.6*2-90-90+25-90)"] + }, + "left_arm_back": { + "rotation": [0, 0, "-15- 2*math.sin(q.anim_time*90*1.6-35-90)- 4*math.sin(q.anim_time*90*1.6*2-45-90)"] + }, + "bone2": { + "rotation": [0, 0, "5-6*math.sin(q.anim_time*90*1.6*2-90-90)"] + }, + "bone3": { + "rotation": [0, 0, "5-8*math.sin(q.anim_time*90*1.6*2-90-90-90)"] + }, + "tentacle_r_arm": { + "rotation": [7.52832, 4.95712, "10.6542+ 2*math.sin(q.anim_time*90*1.6+24-90)+ 4*math.sin(q.anim_time*90*1.6*2+24-90)"] + }, + "middle_ten_r": { + "rotation": [0, 0, "0+ 6*math.sin(q.anim_time*90*1.6*2-90+24-90)"] + }, + "tentacle_r_2": { + "rotation": [0, 0, "0+ 8*math.sin(q.anim_time*90*1.6*2-90-90+24-90)"] + }, + "tentacle_r_4": { + "rotation": [0, 0, "0+ 8*math.sin(q.anim_time*90*1.6*2-90-90+24-90)"] + }, + "tentacle_r_1": { + "rotation": [0, 0, "0+ 8*math.sin(q.anim_time*90*1.6*2-45-90+24-90)"] + }, + "tentacle_r_3": { + "rotation": [0, 0, "0+ 8*math.sin(q.anim_time*90*1.6*2-45-90+24-90)"] + }, + "tentacle_r_arm2": { + "rotation": [7.42993, -6.25707, "-10.7298- 2*math.sin(q.anim_time*90*1.6+24-90)- 4*math.sin(q.anim_time*90*1.6*2+24-90)"] + }, + "middle_ten_r2": { + "rotation": [0, 0, "0- 6*math.sin(q.anim_time*90*1.6*2-90+24-90)"] + }, + "tentacle_r_5": { + "rotation": [0, 0, "0- 8*math.sin(q.anim_time*90*1.6*2-90-90+24-90)"] + }, + "tentacle_r_6": { + "rotation": [0, 0, "0- 8*math.sin(q.anim_time*90*1.6*2-90-90+24-90)"] + }, + "tentacle_r_7": { + "rotation": [0, 0, "0- 8*math.sin(q.anim_time*90*1.6*2-45-90+24-90)"] + }, + "tentacle_r_8": { + "rotation": [0, 0, "0- 8*math.sin(q.anim_time*90*1.6*2-90-90+24-90)"] + }, + "body_2": { + "rotation": ["5+5*math.sin(q.anim_time*90*1.6*2-90-25-90)", 0, 0] + }, + "tentacle_mid_l4": { + "rotation": [0, 0, "5-5*math.sin(q.anim_time*90*1.6*2-90-90-25-90)"] + }, + "tentacle_mid_l_5": { + "rotation": [0, 0, "-1*math.sin(q.anim_time*90*1.6*2-90-90-25-90)"] + }, + "tentacle_mid_l2": { + "rotation": [0, 0, "-5+5*math.sin(q.anim_time*90*1.6*2-90-90-25-90)"] + }, + "tentacle_mid_l_3": { + "rotation": [0, 0, "1*math.sin(q.anim_time*90*1.6*2-90-90-25-90)"] + }, + "tentacle_mid_l3": { + "rotation": ["7*math.sin(q.anim_time*90*1.6*2-90-90-25-90)", 0, 0] + }, + "tentacle_mid_l_4": { + "rotation": ["7*math.sin(q.anim_time*90*1.6*2-90-90-25-90)", 0, 0] + }, + "tentacle_mid_l": { + "rotation": ["7*math.sin(q.anim_time*90*1.6*2-90-90-25-90)", 0, 0] + }, + "tentacle_mid_l_2": { + "rotation": ["7*math.sin(q.anim_time*90*1.6*2-90-90-25-90)", 0, 0] + }, + "ring": { + "rotation": [ + "1*math.sin(q.anim_time*90*1.6-35)+ 1*math.sin(q.anim_time*90*1.6*2-45)", + "math.sin(q.anim_time*90*1.6-90)*3", + "math.sin(q.anim_time*90*1.6-180)" + ], + "position": [0, -0.5, 1], + "scale": [1, "1 + math.sin(q.anim_time*90*1.6*2+90+90)*0.075", 1] + }, + "main": { + "position": [ + "0.05*math.sin(q.anim_time*90/2*1.6) +0.2*math.sin(q.anim_time*90*1.6)", + "2+0.1*math.sin(q.anim_time*90*1.6) +0.3*math.sin(q.anim_time*90*1.6*2)", + "0.05*math.sin(q.anim_time*90/2*1.6-160) +0.2*math.sin(q.anim_time*90*1.6-80)" + ], + "scale": [1, "1 + math.sin(q.anim_time*90*1.6*2+90+90)*0.025", 1] + }, + "head": { + "rotation": [10, 0, 0] + }, + "body_1": { + "rotation": [5, 0, 0] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/noibat/noibat.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/noibat/noibat.animation.json new file mode 100644 index 0000000..16fbfab --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/noibat/noibat.animation.json @@ -0,0 +1,4240 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.noibat.pose": { + "loop": true, + "bones": { + "Chest": { + "rotation": [25, 0, 0] + }, + "head": { + "rotation": [-37.08194, 22.1947, -11.54717] + }, + "body": { + "rotation": [-9.99067, 0.43399, 2.46207] + }, + "Left_Leg": { + "rotation": [7.71783, -2.57594, -9.6658] + }, + "Left_Foot": { + "rotation": [40, 0, 0] + }, + "Right_Leg": { + "rotation": [5.12261, 1.93597, 7.24721] + }, + "Right_Foot": { + "rotation": [45, 0, 0] + }, + "jaw": { + "rotation": [5, 0, 0] + }, + "Left_wing1": { + "rotation": [15.02089, -1.05627, -2.26603] + }, + "Left_wing3": { + "rotation": [0, 25, 0] + }, + "Right_wing1": { + "rotation": [22.5, 7.5, 0] + }, + "Right_wing3": { + "rotation": [0, -25, 0] + }, + "Left_Calf": { + "rotation": [31.85444, -6.1419, 16.13744] + }, + "Right_Calf": { + "rotation": [5.06405, 7.45704, -21.84185] + }, + "Left_wing2": { + "rotation": [0, 2.5, 0] + }, + "Right_wing2": { + "rotation": [0, -5, 0] + } + } + }, + "animation.noibat.ground_base": { + "loop": true, + "bones": { + "Chest": { + "rotation": [25, 0, 0], + "position": [0, 0, 0] + }, + "head": { + "rotation": [-20.3988, 0, 0] + }, + "body": { + "rotation": [-9.99067, 0, 2.46207] + }, + "Left_Leg": { + "rotation": [7.7178, -2.57594, -9.6658] + }, + "Left_Foot": { + "rotation": [40, 0, 0] + }, + "Right_Leg": { + "rotation": [5.1226, 1.93597, 7.24721] + }, + "Right_Foot": { + "rotation": [45, 0, 0] + }, + "jaw": { + "rotation": [5, 0, 0] + }, + "Left_wing1": { + "rotation": [47.5209, -1.0563, -2.266] + }, + "Left_wing3": { + "rotation": [0, 25, 0] + }, + "Right_wing1": { + "rotation": [47.5209, 1.0563, 2.266] + }, + "Right_wing3": { + "rotation": [0, -25, 0] + }, + "Left_Calf": { + "rotation": [31.85444, -6.1419, 16.13744] + }, + "Right_Calf": { + "rotation": [5.06405, 7.45704, -21.84185] + }, + "Left_wing2": { + "rotation": [0, 2.5, 0] + }, + "Right_wing2": { + "rotation": [0, -2.5, 0] + }, + "ears": { + "rotation": [0, 0, 0] + } + } + }, + "animation.noibat.ground_idle": { + "loop": true, + "bones": { + "Chest": { + "rotation": [25, 0, 0], + "position": ["0+math.sin((query.anim_time)*320)*0.3", "0+math.sin((query.anim_time-0.15)*800)*1.5", 0] + }, + "head": { + "rotation": ["-20.3988+math.sin((query.anim_time-0.15)*800)*1.5", 0, 0] + }, + "body": { + "rotation": [-9.99067, 0, "2.4621-math.sin((query.anim_time-0.3)*320)*3"] + }, + "Left_Leg": { + "rotation": ["7.7178+math.sin((query.anim_time-0.2)*800)*2", -2.57594, -9.6658] + }, + "Left_Foot": { + "rotation": ["40+math.sin((query.anim_time-0.2)*800)*4", 0, 0] + }, + "Right_Leg": { + "rotation": ["5.1226+math.sin((query.anim_time-0.2)*800)*2", 1.93597, 7.24721] + }, + "Right_Foot": { + "rotation": ["45+math.sin((query.anim_time-0.2)*800)*4", 0, 0] + }, + "jaw": { + "rotation": [5, 0, 0] + }, + "Left_wing1": { + "rotation": ["47.5209+math.sin((query.anim_time)*800)*30", "-1.0563+math.sin((query.anim_time)*800)*60", "-2.266+math.sin((query.anim_time)*800)*30"] + }, + "Left_wing3": { + "rotation": [0, "25+math.sin((query.anim_time-0.2)*800)*40", 0] + }, + "Right_wing1": { + "rotation": ["47.5209+math.sin((query.anim_time)*800)*30", "1.0563-math.sin((query.anim_time)*800)*60", "2.266-math.sin((query.anim_time)*800)*30"] + }, + "Right_wing3": { + "rotation": [0, "-25-math.sin((query.anim_time-0.2)*800)*40", 0] + }, + "Left_Calf": { + "rotation": [31.85444, -6.1419, 16.13744] + }, + "Right_Calf": { + "rotation": [5.06405, 7.45704, -21.84185] + }, + "Left_wing2": { + "rotation": ["0+math.sin((query.anim_time-0.1)*800)*1", "2.5+math.sin((query.anim_time-0.1)*800)*20", "0+math.sin((query.anim_time-0.1)*800)*1"] + }, + "Right_wing2": { + "rotation": ["0-math.sin((query.anim_time-0.1)*800)*1", "-2.5-math.sin((query.anim_time-0.1)*800)*20", "0-math.sin((query.anim_time-0.1)*800)*1"] + }, + "ears": { + "rotation": ["0+math.sin((query.anim_time-0.2)*800)*2", 0, 0] + } + } + }, + "animation.noibat.ground_walk": { + "loop": true, + "bones": { + "Chest": { + "rotation": [37.5, 0, 0], + "position": ["0+math.sin((query.anim_time)*320)*0.3", "0+math.sin((query.anim_time-0.15)*800)*1.5", 0] + }, + "head": { + "rotation": ["-35.3988+math.sin((query.anim_time-0.15)*800)*1.5", 0, 0] + }, + "body": { + "rotation": [-9.99067, 0, "2.4621-math.sin((query.anim_time-0.3)*320)*2"] + }, + "Left_Leg": { + "rotation": ["17.7178+math.sin((query.anim_time-0.2)*800)*2", -2.57594, -9.6658] + }, + "Left_Foot": { + "rotation": ["32.5+math.sin((query.anim_time-0.2)*800)*4", 0, 0] + }, + "Right_Leg": { + "rotation": ["12.6226+math.sin((query.anim_time-0.2)*800)*2", 1.93597, 7.24721] + }, + "Right_Foot": { + "rotation": ["55+math.sin((query.anim_time-0.2)*800)*4", 0, 0] + }, + "jaw": { + "rotation": [5, 0, 0] + }, + "Left_wing1": { + "rotation": ["47.5209+math.sin((query.anim_time)*800)*30", "-1.0563+math.sin((query.anim_time)*800)*60", "-2.266+math.sin((query.anim_time)*800)*30"] + }, + "Left_wing3": { + "rotation": [0, "25+math.sin((query.anim_time-0.2)*800)*40", 0] + }, + "Right_wing1": { + "rotation": ["47.5209+math.sin((query.anim_time)*800)*30", "1.0563-math.sin((query.anim_time)*800)*60", "2.266-math.sin((query.anim_time)*800)*30"] + }, + "Right_wing3": { + "rotation": [0, "-25-math.sin((query.anim_time-0.2)*800)*40", 0] + }, + "Left_Calf": { + "rotation": [31.85444, -6.1419, 16.13744] + }, + "Right_Calf": { + "rotation": [5.06405, 7.45704, -21.84185] + }, + "Left_wing2": { + "rotation": ["0+math.sin((query.anim_time-0.1)*800)*1", "2.5+math.sin((query.anim_time-0.1)*800)*20", "0+math.sin((query.anim_time-0.1)*800)*1"] + }, + "Right_wing2": { + "rotation": ["0-math.sin((query.anim_time-0.1)*800)*1", "-2.5-math.sin((query.anim_time-0.1)*800)*20", "0-math.sin((query.anim_time-0.1)*800)*1"] + }, + "ears": { + "rotation": ["0+math.sin((query.anim_time-0.2)*800)*2", 0, 0] + } + } + }, + "animation.noibat.air_idle": { + "loop": true, + "bones": { + "Chest": { + "rotation": [25, 0, 0], + "position": ["0+math.sin((query.anim_time)*320)*0.5", "0+math.sin((query.anim_time-0.15)*800)*1.5", 0] + }, + "head": { + "rotation": ["-20.3988+math.sin((query.anim_time-0.15)*800)*1.5", 0, 0] + }, + "body": { + "rotation": [-9.99067, 0, "2.4621-math.sin((query.anim_time-0.3)*320)*3"] + }, + "Left_Leg": { + "rotation": ["7.7178+math.sin((query.anim_time-0.2)*800)*2", -2.57594, -9.6658] + }, + "Left_Foot": { + "rotation": ["40+math.sin((query.anim_time-0.2)*800)*4", 0, 0] + }, + "Right_Leg": { + "rotation": ["5.1226+math.sin((query.anim_time-0.2)*800)*2", 1.93597, 7.24721] + }, + "Right_Foot": { + "rotation": ["45+math.sin((query.anim_time-0.2)*800)*4", 0, 0] + }, + "jaw": { + "rotation": [5, 0, 0] + }, + "Left_wing1": { + "rotation": ["47.5209+math.sin((query.anim_time)*800)*30", "-1.0563+math.sin((query.anim_time)*800)*60", "-2.266+math.sin((query.anim_time)*800)*30"] + }, + "Left_wing3": { + "rotation": [0, "25+math.sin((query.anim_time-0.2)*800)*40", 0] + }, + "Right_wing1": { + "rotation": ["47.5209+math.sin((query.anim_time)*800)*30", "1.0563-math.sin((query.anim_time)*800)*60", "2.266-math.sin((query.anim_time)*800)*30"] + }, + "Right_wing3": { + "rotation": [0, "-25-math.sin((query.anim_time-0.2)*800)*40", 0] + }, + "Left_Calf": { + "rotation": [31.85444, -6.1419, 16.13744] + }, + "Right_Calf": { + "rotation": [5.06405, 7.45704, -21.84185] + }, + "Left_wing2": { + "rotation": ["0+math.sin((query.anim_time-0.1)*800)*1", "2.5+math.sin((query.anim_time-0.1)*800)*20", "0+math.sin((query.anim_time-0.1)*800)*1"] + }, + "Right_wing2": { + "rotation": ["0-math.sin((query.anim_time-0.1)*800)*1", "-2.5-math.sin((query.anim_time-0.1)*800)*20", "0-math.sin((query.anim_time-0.1)*800)*1"] + }, + "ears": { + "rotation": ["0+math.sin((query.anim_time-0.2)*800)*2", 0, 0] + } + } + }, + "animation.noibat.air_fly": { + "loop": true, + "bones": { + "Chest": { + "rotation": [37.5, 0, 0], + "position": ["0+math.sin((query.anim_time)*320)*0.3", "0+math.sin((query.anim_time-0.15)*800)*1.5", 0] + }, + "head": { + "rotation": ["-35.3988+math.sin((query.anim_time-0.15)*800)*1.5", 0, 0] + }, + "body": { + "rotation": [-9.99067, 0, "2.4621-math.sin((query.anim_time-0.3)*320)*2"] + }, + "Left_Leg": { + "rotation": ["17.7178+math.sin((query.anim_time-0.2)*800)*2", -2.57594, -9.6658] + }, + "Left_Foot": { + "rotation": ["32.5+math.sin((query.anim_time-0.2)*800)*4", 0, 0] + }, + "Right_Leg": { + "rotation": ["12.6226+math.sin((query.anim_time-0.2)*800)*2", 1.93597, 7.24721] + }, + "Right_Foot": { + "rotation": ["55+math.sin((query.anim_time-0.2)*800)*4", 0, 0] + }, + "jaw": { + "rotation": [5, 0, 0] + }, + "Left_wing1": { + "rotation": ["47.5209+math.sin((query.anim_time)*800)*30", "-1.0563+math.sin((query.anim_time)*800)*60", "-2.266+math.sin((query.anim_time)*800)*30"] + }, + "Left_wing3": { + "rotation": [0, "25+math.sin((query.anim_time-0.2)*800)*40", 0] + }, + "Right_wing1": { + "rotation": ["47.5209+math.sin((query.anim_time)*800)*30", "1.0563-math.sin((query.anim_time)*800)*60", "2.266-math.sin((query.anim_time)*800)*30"] + }, + "Right_wing3": { + "rotation": [0, "-25-math.sin((query.anim_time-0.2)*800)*40", 0] + }, + "Left_Calf": { + "rotation": [31.85444, -6.1419, 16.13744] + }, + "Right_Calf": { + "rotation": [5.06405, 7.45704, -21.84185] + }, + "Left_wing2": { + "rotation": ["0+math.sin((query.anim_time-0.1)*800)*1", "2.5+math.sin((query.anim_time-0.1)*800)*20", "0+math.sin((query.anim_time-0.1)*800)*1"] + }, + "Right_wing2": { + "rotation": ["0-math.sin((query.anim_time-0.1)*800)*1", "-2.5-math.sin((query.anim_time-0.1)*800)*20", "0-math.sin((query.anim_time-0.1)*800)*1"] + }, + "ears": { + "rotation": ["0+math.sin((query.anim_time-0.2)*800)*2", 0, 0] + } + } + }, + "animation.noibat.blink": { + "animation_length": 0.25, + "bones": { + "left_closed": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [0.25, 0, -0.25], + "0.2083": [0.25, 0, -0.25], + "0.25": [0, 0, 0] + } + }, + "right_closed": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [-0.25, 0, -0.25], + "0.2083": [-0.25, 0, -0.25], + "0.25": [0, 0, 0] + } + } + } + }, + "animation.noibat.recoil": { + "loop": true, + "animation_length": 1.5, + "bones": { + "Chest": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [22.58, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [16, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_closed": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [0.25, 0, -0.25], + "0.5833": [0.25, 0, -0.25], + "0.625": [0, 0, 0], + "0.9583": [0, 0, 0], + "1.0": [0.25, 0, -0.25], + "1.125": [0.25, 0, -0.25], + "1.1667": [0, 0, 0], + "1.25": [0, 0, 0], + "1.2917": [0.25, 0, -0.25], + "1.4167": [0.25, 0, -0.25], + "1.4583": [0, 0, 0] + } + }, + "right_closed": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [-0.25, 0, -0.25], + "0.5833": [-0.25, 0, -0.25], + "0.625": [0, 0, 0], + "0.9583": [0, 0, 0], + "1.0": [-0.25, 0, -0.25], + "1.125": [-0.25, 0, -0.25], + "1.1667": [0, 0, 0], + "1.25": [0, 0, 0], + "1.2917": [-0.25, 0, -0.25], + "1.4167": [-0.25, 0, -0.25], + "1.4583": [0, 0, 0] + } + } + } + }, + "animation.noibat.sleep": { + "loop": true, + "animation_length": 4.5, + "bones": { + "Chest": { + "position": [0, -10, 0] + }, + "Left_wing1": { + "rotation": [107.74147, 22.77665, 38.37238] + }, + "Left_wing2": { + "rotation": [0, 2.5, 0] + }, + "Left_wing3": { + "rotation": [0, -37.5, 0] + }, + "Right_wing1": { + "rotation": [107.74147, -22.77665, -38.37238] + }, + "Right_wing2": { + "rotation": [0, -2.5, 0] + }, + "Right_wing3": { + "rotation": [0, 37.5, 0] + }, + "head": { + "rotation": ["22.5+math.sin((query.anim_time-0.15)*160)*2.5", 0, 0] + }, + "ears": { + "scale": { + "1.0833": [1, 1, 1], + "1.1667": [1.02, 1.02, 1.02], + "1.25": [1, 1, 1], + "1.3333": [1.02, 1.02, 1.02], + "1.4167": [1, 1, 1] + } + }, + "body": { + "rotation": [-10, 0, 0] + }, + "Left_Leg": { + "rotation": [-51.76994, -12.9689, -13.5107] + }, + "Left_Calf": { + "rotation": [-25, -10, 0] + }, + "Right_Leg": { + "rotation": [-51.76994, 12.9689, 13.5107] + }, + "Right_Calf": { + "rotation": [-25, 10, 0] + }, + "left_closed": { + "position": [0.25, 0, -0.25] + }, + "right_closed": { + "position": [-0.25, 0, -0.25] + } + } + }, + "animation.noibat.faint": { + "animation_length": 3, + "bones": { + "Chest": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [24.81197, 3.1622, -6.80423], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [24.81197, -3.1622, 6.80423], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [24.24769, -6.27967, 13.64973], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": [92.5, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-2, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-1, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 3, 1.25], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 3, 1.25], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 3, 1.25], + "lerp_mode": "catmullrom" + }, + "2.4583": [0, -14, -4.75], + "2.5": [0, -13.5, -4.75], + "2.5417": [0, -14, -4.75], + "2.5833": [0, -13.5, -4.75], + "2.625": [0, -14, -4.75], + "2.6667": [0, -13.5, -4.75], + "2.7083": [0, -14, -4.75] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-20.3988, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [12.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [23.35282, 4.91101, 0.94028], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-12.40364, -2.37362, 1.13903], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [5.92, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [22.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-47.9, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": [-72.9, 0, 0] + } + }, + "body": { + "rotation": { + "0.0": { + "post": [-9.99067, 0, 2.46207], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-9.84188, -1.72635, -7.38929], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-9.9069, 1.29756, 9.8496], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-9.75846, -2.15194, -9.85421], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-9.99067, 0, 2.46207], + "lerp_mode": "catmullrom" + }, + "2.0417": [-14.99067, 0, 2.46207] + } + }, + "Left_Leg": { + "rotation": { + "0.0": { + "post": [7.7178, -2.57594, -9.6658], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [8.04526, -1.20125, -19.57649], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [7.15769, -3.87368, 0.26562], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [7.9858, -1.54991, -17.10021], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-42.2822, -2.57594, -9.6658], + "lerp_mode": "catmullrom" + }, + "2.7917": [-19.7822, -2.57594, -9.6658] + }, + "position": { + "0.0": [0, 0, 0], + "1.3333": [0, 0, 0], + "2.0417": [-0.00936, -0.13026, -1.74404], + "2.4583": [0, 0, 0] + } + }, + "Left_Foot": { + "rotation": { + "0.0": [40, 0, 0], + "1.7917": [40, 0, 0], + "2.0": [20, 0, 0], + "2.6667": [67.5, 0, 0] + } + }, + "Right_Leg": { + "rotation": { + "0.0": { + "post": [5.1226, 1.93597, 7.24721], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [4.82709, 2.58729, -0.23033], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5.33072, 1.25178, 14.71887], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [4.93504, 2.37453, 2.26294], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-32.3774, 1.93597, 7.24721], + "lerp_mode": "catmullrom" + }, + "2.7917": [-9.8774, 1.93597, 7.24721] + }, + "position": { + "0.0": [0, 0, 0], + "1.3333": [0, 0, 0], + "2.0417": [-0.00664, -0.08476, -1.2465], + "2.4583": [0, 0, 0] + } + }, + "Right_Foot": { + "rotation": { + "0.0": [45, 0, 0], + "1.7917": [45, 0, 0], + "2.0": [25, 0, 0], + "2.6667": [87.5, 0, 0] + } + }, + "jaw": { + "rotation": [5, 0, 0] + }, + "Left_wing1": { + "rotation": { + "0.0": { + "post": [47.5209, -1.0563, -2.266], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [53.43711, 23.35421, 27.01166], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [50.67208, -17.58151, -21.35061], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [47.5209, -1.0563, -2.266], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [53.43711, 23.35421, 27.01166], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [50.67208, -17.58151, -21.35061], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [47.5209, -1.0563, -2.266], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [53.43711, 23.35421, 27.01166], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [50.67208, -17.58151, -21.35061], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [47.5209, -1.0563, -2.266], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [53.43711, 23.35421, 27.01166], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [50.67208, -17.58151, -21.35061], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [47.5209, -1.0563, -2.266], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [5.60123, -17.57136, -2.22862], + "lerp_mode": "catmullrom" + }, + "2.625": [-11.31019, 23.04667, -9.0835] + } + }, + "Left_wing3": { + "rotation": { + "0.0": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, -21.67, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, -32.54, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": [0, -10, 0] + } + }, + "Right_wing1": { + "rotation": { + "0.0": { + "post": [47.5209, 1.0563, 2.266], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [53.43711, -23.35421, -27.01166], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [50.67208, 17.58151, 21.35061], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [47.5209, 1.0563, 2.266], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [53.43711, -23.35421, -27.01166], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [50.67208, 17.58151, 21.35061], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [47.5209, 1.0563, 2.266], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [53.43711, -23.35421, -27.01166], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [50.67208, 17.58151, 21.35061], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [47.5209, 1.0563, 2.266], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [53.43711, -23.35421, -27.01166], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [50.67208, 17.58151, 21.35061], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [47.5209, 1.0563, 2.266], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [5.60123, 17.57136, 2.22862], + "lerp_mode": "catmullrom" + }, + "2.625": [-11.31019, -23.04667, 9.0835] + } + }, + "Right_wing3": { + "rotation": { + "0.0": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 21.67, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -50, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 45, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -50, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 45, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -50, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 45, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, -50, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, 45, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, 32.54, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": [0, 10, 0] + } + }, + "Left_Calf": { + "rotation": { + "0.0": [31.85444, -6.1419, 16.13744], + "0.5": [32.33219, 1.86047, 3.43107], + "1.125": [31.85444, -6.1419, 16.13744], + "1.4583": [32.3707, -0.8163, 7.65477], + "1.7917": [-5.1293, -0.8163, 7.65477], + "2.4167": [39.8707, -0.8163, 7.65477] + } + }, + "Right_Calf": { + "rotation": { + "0.0": [5.06405, 7.45704, -21.84185], + "0.5": [4.0444, 8.05343, -29.38725], + "1.125": [6.28221, 6.46596, -11.81686], + "1.4583": [5.06405, 7.45704, -21.84185], + "1.7917": [-24.93595, 7.45704, -21.84185], + "2.4167": [15.06405, 7.45704, -21.84185] + } + }, + "Left_wing2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, -42.5, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, -32.5, 0], + "lerp_mode": "catmullrom" + }, + "2.75": [5, -15, 0] + } + }, + "Right_wing2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, 42.5, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, 35, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 32.5, 0], + "lerp_mode": "catmullrom" + }, + "2.75": [5, 15, 0] + } + }, + "ears": { + "rotation": [0, 0, 0] + }, + "left_closed": { + "position": { + "0.0": [0, 0, 0], + "0.8333": [0, 0, 0], + "0.875": [0.25, 0, -0.25], + "1.0417": [0.25, 0, -0.25], + "1.0833": [0, 0, 0], + "1.1667": [0.25, 0, -0.25], + "1.3333": [0.25, 0, -0.25], + "1.375": [0, 0, 0], + "1.8333": [0, 0, 0], + "1.875": [0.25, 0, -0.25], + "3.0": [0.25, 0, -0.25] + } + }, + "right_closed": { + "position": { + "0.0": [0, 0, 0], + "0.8333": [0, 0, 0], + "0.875": [-0.25, 0, -0.25], + "1.0417": [-0.25, 0, -0.25], + "1.0833": [0, 0, 0], + "1.1667": [-0.25, 0, -0.25], + "1.3333": [-0.25, 0, -0.25], + "1.375": [0, 0, 0], + "1.8333": [0, 0, 0], + "1.875": [-0.25, 0, -0.25], + "3.0": [-0.25, 0, -0.25] + } + } + } + }, + "animation.noibat.physical": { + "loop": true, + "animation_length": 3, + "bones": { + "Chest": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [47.39118, -3.68425, 3.38262], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-6, 5, 10], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [1, -2, -7], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [3.98, 0.85, -2.51], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [3.07, 1.47, 2.43], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [2, 0, 3], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0.93, 1.38, 1.54], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-20.3988, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [10.50167, -0.19099, -0.51522], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-17.9, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-46.24301, 1.03003, 2.77873], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-25.2385, 2.60758, 7.03454], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-10.3988, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [-20.3988, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-20.3988, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": { + "post": [-9.99067, 0, 2.46207], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-19.08973, -1.63896, -2.26233], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-34.88812, 2.86477, 6.56171], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [12.50933, 0, 2.46207], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-34.99067, 0, 2.46207], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-19.55314, -4.2434, -9.30643], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [-4.2385, 0.47699, 6.89745], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [-9.99067, 0, 2.46207], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-9.99067, 0, 2.46207], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Leg": { + "rotation": [7.7178, -2.57594, -9.6658] + }, + "Left_Foot": { + "rotation": { + "0.0": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [40.67815, 9.54385, 8.11019], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Leg": { + "rotation": [5.1226, 1.93597, 7.24721] + }, + "Right_Foot": { + "rotation": { + "0.0": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [29.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [62.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_wing1": { + "rotation": { + "0.0": { + "post": [47.5209, -1.0563, -2.266], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [30.02, -1.06, -2.27], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [26.04015, -23.42349, -21.87749], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [36.72333, 15.44347, 13.00183], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [53.65812, -23.73096, -29.7922], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [95.87122, 7.61613, 26.50465], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [54.57984, -25.19642, -32.01754], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [21.3877, -26.1536, -30.1296], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [36.56869, 39.11983, -3.02165], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [54.58, -25.2, -32.02], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [21.78848, -36.64126, -25.82141], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [29.94074, 26.98646, -5.18308], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [34.62953, 31.39784, -11.5508], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [54.58, -25.2, -32.02], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [31.69409, -30.33362, -25.8363], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [41.65813, 21.09963, -1.58811], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [47.03364, 33.53402, -1.85793], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [54.58, -25.2, -32.02], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [44.58, -25.2, -32.02], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [47.5209, -1.0563, -2.266], + "lerp_mode": "catmullrom" + } + } + }, + "Left_wing3": { + "rotation": { + "0.0": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 47.5, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 60, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, -42.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 35, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, -40, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 35, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 57.5, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, -37.5, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 65, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -37.5, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 65, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, -37.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 65, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, -37.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Right_wing1": { + "rotation": { + "0.0": { + "post": [47.5209, 1.0563, 2.266], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [30.02, 1.06, 2.27], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [26.04015, 23.42349, 21.87749], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [36.72333, -15.44347, -13.00183], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [53.65812, 23.73096, 29.7922], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [95.87122, -7.61613, -26.50465], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [54.57984, 25.19642, 32.01754], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [21.3877, 26.1536, 30.1296], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [36.56869, -39.11983, 3.02165], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [54.58, 25.2, 32.02], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [21.78848, 36.64126, 25.82141], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [29.94074, -26.98646, 5.18308], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [34.62953, -31.39784, 11.5508], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [54.58, 25.2, 32.02], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [31.69409, 30.33362, 25.8363], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [41.65813, -21.09963, 1.58811], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [47.03364, -33.53402, 1.85793], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [54.58, 25.2, 32.02], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [44.58, 25.2, 32.02], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [47.5209, 1.0563, 2.266], + "lerp_mode": "catmullrom" + } + } + }, + "Right_wing3": { + "rotation": { + "0.0": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -47.5, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, -60, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 42.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 40, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -57.5, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, -65, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, -65, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, -65, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Calf": { + "rotation": { + "0.0": { + "post": [31.85444, -6.1419, 16.13744], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-52.6293, -0.8163, 7.65477], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-3.14556, -6.1419, 16.13744], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [32.3707, -0.8163, 7.65477], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-22.6293, -0.8163, 7.65477], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [30.94229, -10.05348, 22.60247], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [40.98077, -13.92801, 14.57619], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [31.85444, -6.1419, 16.13744], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Calf": { + "rotation": { + "0.0": { + "post": [5.06405, 7.45704, -21.84185], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-19.36901, 4.01566, -18.93566], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [15.06405, 7.45704, -21.84185], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [5.99458, 6.73333, -14.31911], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-8.61223, 6.05759, -31.81314], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [6.28221, 6.46596, -11.81686], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [7.22121, 8.05653, -22.8874], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [5.06405, 7.45704, -21.84185], + "lerp_mode": "catmullrom" + } + } + }, + "Left_wing2": { + "rotation": { + "0.0": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 42.5, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, -32.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 32.5, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 32.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 40, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 45, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, 45, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 45, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 42.5, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Right_wing2": { + "rotation": { + "0.0": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -42.5, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 32.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, -32.5, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, -32.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, -40, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, -42.5, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ears": { + "rotation": [0, 0, 0] + }, + "Angry_eyes": { + "position": [0, 0, 0] + }, + "left_angry": { + "position": { + "0.0": [0, 0, 0], + "0.5833": [0, 0, 0], + "0.625": [1, 0, -1], + "1.9583": [1, 0, -1], + "2.0": [0, 0, 0] + } + }, + "right_angry": { + "position": { + "0.0": [0, 0, 0], + "0.5833": [0, 0, 0], + "0.625": [-1, 0, -1], + "1.9583": [-1, 0, -1], + "2.0": [0, 0, 0] + } + }, + "left_closed": { + "position": { + "1.2083": [0, 0, 0], + "1.25": [0.25, 0, -0.25], + "1.375": [0.25, 0, -0.25], + "1.4167": [0, 0, 0], + "2.2083": [0, 0, 0], + "2.25": [0.25, 0, -0.25], + "2.375": [0.25, 0, -0.25], + "2.4167": [0, 0, 0] + } + }, + "right_closed": { + "position": { + "1.2083": [0, 0, 0], + "1.25": [-0.25, 0, -0.25], + "1.375": [-0.25, 0, -0.25], + "1.4167": [0, 0, 0], + "2.2083": [0, 0, 0], + "2.25": [-0.25, 0, -0.25], + "2.375": [-0.25, 0, -0.25], + "2.4167": [0, 0, 0] + } + } + } + }, + "animation.noibat.special": { + "loop": true, + "animation_length": 3, + "bones": { + "Chest": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, -2.25], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 1, 3], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 1, 3], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -6], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 1, -7.25], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, -0.75, -7.25], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -0.25, -6.5], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, -0.75, -6.75], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, -0.25, -6.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -0.75, -6.75], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0.18, 1.38, 1.54], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-20.3988, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-11.87, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-20.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-47.9, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-42.9, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [-20.3988, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-20.3988, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": { + "post": [-9.99067, 0, 2.46207], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-37.49067, 0, 2.46207], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-62.49067, 0, 2.46207], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-62.49067, 0, 2.46207], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [22.50933, 0, 2.46207], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-9.99067, 0, 2.46207], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-34.87662, 0, 2.46207], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [13.96866, 0, 2.46207], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [-9.99067, 0, 2.46207], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-9.99067, 0, 2.46207], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Leg": { + "rotation": { + "0.0": { + "post": [7.7178, -2.57594, -9.6658], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-2.2822, -2.57594, -9.6658], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [7.7178, -2.57594, -9.6658], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.7178, -2.57594, -9.6658], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Foot": { + "rotation": { + "0.0": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [34.50269, 21.63471, -28.20867], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [67.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Leg": { + "rotation": { + "0.0": { + "post": [5.1226, 1.93597, 7.24721], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-2.3774, 1.93597, 7.24721], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [12.6226, 1.93597, 7.24721], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [5.1226, 1.93597, 7.24721], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [5.1226, 1.93597, 7.24721], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Foot": { + "rotation": { + "0.0": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [65, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [65, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [72.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [55, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [72.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [55, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [72.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_wing1": { + "rotation": { + "0.0": { + "post": [47.5209, -1.0563, -2.266], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-11.76229, -3.78346, 1.06339], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [2.7729, -51.72233, -12.83772], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [16.88613, 55.18689, -2.9235], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [34.62953, 31.39784, -11.5508], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [54.58, -25.2, -32.02], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-11.32414, -8.3729, -5.28235], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [34.62953, 31.39784, -11.5508], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [54.58, -25.2, -32.02], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-11.32414, -8.3729, -5.28235], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [34.62953, 31.39784, -11.5508], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [54.58, -25.2, -32.02], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-11.32414, -8.3729, -5.28235], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [29.94074, 26.98646, -5.18308], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [34.62953, 31.39784, -11.5508], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [54.58, -25.2, -32.02], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [31.69409, -30.33362, -25.8363], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [41.65813, 21.09963, -1.58811], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [47.03364, 33.53402, -1.85793], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [54.58, -25.2, -32.02], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [44.58, -25.2, -32.02], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [47.5209, -1.0563, -2.266], + "lerp_mode": "catmullrom" + } + } + }, + "Left_wing3": { + "rotation": { + "0.0": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, -30, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 65, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, -37.5, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 65, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, -37.5, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, 65, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, -37.5, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 65, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, -37.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 65, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, -37.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Right_wing1": { + "rotation": { + "0.0": { + "post": [47.5209, 1.0563, 2.266], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-11.76229, 3.78346, -1.06339], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [2.7729, 51.72233, 12.83772], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [16.88613, -55.18689, 2.9235], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [34.62953, -31.39784, 11.5508], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [54.58, 25.2, 32.02], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-11.32414, 8.3729, 5.28235], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [34.62953, -31.39784, 11.5508], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [54.58, 25.2, 32.02], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-11.32414, 8.3729, 5.28235], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [34.62953, -31.39784, 11.5508], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [54.58, 25.2, 32.02], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-11.32414, 8.3729, 5.28235], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [29.94074, -26.98646, 5.18308], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [34.62953, -31.39784, 11.5508], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [54.58, 25.2, 32.02], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [31.69409, 30.33362, 25.8363], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [41.65813, -21.09963, 1.58811], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [47.03364, -33.53402, 1.85793], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [54.58, 25.2, 32.02], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [44.58, 25.2, 32.02], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [47.5209, 1.0563, 2.266], + "lerp_mode": "catmullrom" + } + } + }, + "Right_wing3": { + "rotation": { + "0.0": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, -37.5, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 30, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, -65, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, -65, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, -65, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, -65, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, -65, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Calf": { + "rotation": { + "0.0": { + "post": [31.85444, -6.1419, 16.13744], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [4.35444, -6.1419, 16.13744], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [1.85444, -6.1419, 16.13744], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-28.14556, -6.1419, 16.13744], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [31.85444, -6.1419, 16.13744], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [31.85444, -6.1419, 16.13744], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Calf": { + "rotation": { + "0.0": { + "post": [5.06405, 7.45704, -21.84185], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-9.93595, 7.45704, -21.84185], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.43595, 7.45704, -21.84185], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-12.44, 7.46, -21.84], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-34.94, 7.46, -21.84], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [5.06405, 7.45704, -21.84185], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [5.06405, 7.45704, -21.84185], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_wing2": { + "rotation": { + "0.0": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 47.5, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 45, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 45, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 45, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 45, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, 45, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 45, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 42.5, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Right_wing2": { + "rotation": { + "0.0": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, -47.5, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, -10, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, -42.5, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ears": { + "rotation": { + "0.0": [0, 0, 0], + "0.875": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": [1, 1, 1], + "0.875": [1, 1, 1], + "0.9167": [1.15, 1.15, 1.15], + "0.9583": [1, 1, 1], + "1.0": [1.15, 1.15, 1.15], + "1.0417": [1, 1, 1], + "1.0833": [1.15, 1.15, 1.15], + "1.125": [1, 1, 1], + "1.1667": [1.15, 1.15, 1.15], + "1.2083": [1, 1, 1], + "1.25": [1.15, 1.15, 1.15], + "1.2917": [1, 1, 1], + "1.3333": [1.15, 1.15, 1.15], + "1.375": [1, 1, 1], + "1.4167": [1.15, 1.15, 1.15], + "1.4583": [1, 1, 1], + "1.5": [1.15, 1.15, 1.15], + "1.5417": [1, 1, 1], + "1.5833": [1.15, 1.15, 1.15], + "1.625": [1, 1, 1] + } + }, + "left_angry": { + "position": { + "0.0": [0, 0, 0], + "0.6667": [1, 0, -1], + "2.0417": [1, 0, -1], + "2.0833": [0, 0, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "2.0833": [1, 1, 1] + } + }, + "right_angry": { + "position": { + "0.0": [0, 0, 0], + "0.6667": [-1, 0, -1], + "2.0417": [-1, 0, -1], + "2.0833": [0, 0, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "2.0833": [1, 1, 1] + } + }, + "left_closed": { + "position": { + "0.4583": [0, 0, 0], + "0.5": [0.25, 0, -0.25], + "0.6667": [0.25, 0, -0.25], + "0.7083": [0, 0, 0], + "2.0": [0, 0, 0], + "2.0417": [0.25, 0, -0.25], + "2.1667": [0.25, 0, -0.25], + "2.2083": [0, 0, 0] + } + }, + "right_closed": { + "position": { + "0.4583": [0, 0, 0], + "0.5": [-0.25, 0, -0.25], + "0.6667": [-0.25, 0, -0.25], + "0.7083": [0, 0, 0], + "2.0": [0, 0, 0], + "2.0417": [-0.25, 0, -0.25], + "2.1667": [-0.25, 0, -0.25], + "2.2083": [0, 0, 0] + } + } + } + }, + "animation.noibat.status": { + "loop": true, + "animation_length": 3, + "bones": { + "Chest": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, -2.25], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 1, 3], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 1, 3], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -6], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 1, -7.25], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, -0.75, -7.25], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -0.25, -6.5], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, -0.75, -6.75], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, -0.25, -6.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -0.75, -6.75], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0.18, 1.38, 1.54], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-20.3988, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-11.87, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-20.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-47.9, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-42.9, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [-20.3988, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-20.3988, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": { + "post": [-9.99067, 0, 2.46207], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-37.49067, 0, 2.46207], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-62.49067, 0, 2.46207], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-62.49067, 0, 2.46207], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [22.50933, 0, 2.46207], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-9.99067, 0, 2.46207], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-34.87662, 0, 2.46207], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [13.96866, 0, 2.46207], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [-9.99067, 0, 2.46207], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-9.99067, 0, 2.46207], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Leg": { + "rotation": { + "0.0": { + "post": [7.7178, -2.57594, -9.6658], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-2.2822, -2.57594, -9.6658], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [7.7178, -2.57594, -9.6658], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.7178, -2.57594, -9.6658], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Foot": { + "rotation": { + "0.0": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [34.50269, 21.63471, -28.20867], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [67.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Leg": { + "rotation": { + "0.0": { + "post": [5.1226, 1.93597, 7.24721], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-2.3774, 1.93597, 7.24721], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [12.6226, 1.93597, 7.24721], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [5.1226, 1.93597, 7.24721], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [5.1226, 1.93597, 7.24721], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Foot": { + "rotation": { + "0.0": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [65, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [65, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [72.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [55, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [72.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [55, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [72.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_wing1": { + "rotation": { + "0.0": { + "post": [47.5209, -1.0563, -2.266], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-11.76229, -3.78346, 1.06339], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [2.7729, -51.72233, -12.83772], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [16.88613, 55.18689, -2.9235], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [34.62953, 31.39784, -11.5508], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [54.58, -25.2, -32.02], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-11.32414, -8.3729, -5.28235], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [34.62953, 31.39784, -11.5508], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [54.58, -25.2, -32.02], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-11.32414, -8.3729, -5.28235], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [34.62953, 31.39784, -11.5508], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [54.58, -25.2, -32.02], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-11.32414, -8.3729, -5.28235], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [29.94074, 26.98646, -5.18308], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [34.62953, 31.39784, -11.5508], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [54.58, -25.2, -32.02], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [31.69409, -30.33362, -25.8363], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [41.65813, 21.09963, -1.58811], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [47.03364, 33.53402, -1.85793], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [54.58, -25.2, -32.02], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [44.58, -25.2, -32.02], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [47.5209, -1.0563, -2.266], + "lerp_mode": "catmullrom" + } + } + }, + "Left_wing3": { + "rotation": { + "0.0": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, -30, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 65, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, -37.5, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 65, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, -37.5, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, 65, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, -37.5, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 65, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, -37.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 65, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, -37.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Right_wing1": { + "rotation": { + "0.0": { + "post": [47.5209, 1.0563, 2.266], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-11.76229, 3.78346, -1.06339], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [2.7729, 51.72233, 12.83772], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [16.88613, -55.18689, 2.9235], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [34.62953, -31.39784, 11.5508], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [54.58, 25.2, 32.02], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-11.32414, 8.3729, 5.28235], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [34.62953, -31.39784, 11.5508], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [54.58, 25.2, 32.02], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-11.32414, 8.3729, 5.28235], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [34.62953, -31.39784, 11.5508], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [54.58, 25.2, 32.02], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-11.32414, 8.3729, 5.28235], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [29.94074, -26.98646, 5.18308], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [34.62953, -31.39784, 11.5508], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [54.58, 25.2, 32.02], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [31.69409, 30.33362, 25.8363], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [41.65813, -21.09963, 1.58811], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [47.03364, -33.53402, 1.85793], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [54.58, 25.2, 32.02], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [44.58, 25.2, 32.02], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [47.5209, 1.0563, 2.266], + "lerp_mode": "catmullrom" + } + } + }, + "Right_wing3": { + "rotation": { + "0.0": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, -37.5, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 30, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, -65, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, -65, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, -65, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, -65, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, -65, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Calf": { + "rotation": { + "0.0": { + "post": [31.85444, -6.1419, 16.13744], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [4.35444, -6.1419, 16.13744], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [1.85444, -6.1419, 16.13744], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-28.14556, -6.1419, 16.13744], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [31.85444, -6.1419, 16.13744], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [31.85444, -6.1419, 16.13744], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Calf": { + "rotation": { + "0.0": { + "post": [5.06405, 7.45704, -21.84185], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-9.93595, 7.45704, -21.84185], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.43595, 7.45704, -21.84185], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-12.44, 7.46, -21.84], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-34.94, 7.46, -21.84], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [5.06405, 7.45704, -21.84185], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [5.06405, 7.45704, -21.84185], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_wing2": { + "rotation": { + "0.0": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 47.5, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 45, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 45, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 45, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 45, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, 45, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 45, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 42.5, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Right_wing2": { + "rotation": { + "0.0": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, -47.5, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, -10, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, -42.5, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ears": { + "rotation": { + "0.0": [0, 0, 0], + "0.875": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": [1, 1, 1], + "0.875": [1, 1, 1], + "0.9167": [1.15, 1.15, 1.15], + "0.9583": [1, 1, 1], + "1.0": [1.15, 1.15, 1.15], + "1.0417": [1, 1, 1], + "1.0833": [1.15, 1.15, 1.15], + "1.125": [1, 1, 1], + "1.1667": [1.15, 1.15, 1.15], + "1.2083": [1, 1, 1], + "1.25": [1.15, 1.15, 1.15], + "1.2917": [1, 1, 1], + "1.3333": [1.15, 1.15, 1.15], + "1.375": [1, 1, 1], + "1.4167": [1.15, 1.15, 1.15], + "1.4583": [1, 1, 1], + "1.5": [1.15, 1.15, 1.15], + "1.5417": [1, 1, 1], + "1.5833": [1.15, 1.15, 1.15], + "1.625": [1, 1, 1] + } + }, + "left_angry": { + "position": { + "0.0": [0, 0, 0], + "0.6667": [1, 0, -1], + "2.0417": [1, 0, -1], + "2.0833": [0, 0, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "2.0833": [1, 1, 1] + } + }, + "right_angry": { + "position": { + "0.0": [0, 0, 0], + "0.6667": [-1, 0, -1], + "2.0417": [-1, 0, -1], + "2.0833": [0, 0, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "2.0833": [1, 1, 1] + } + }, + "left_closed": { + "position": { + "0.4583": [0, 0, 0], + "0.5": [0.25, 0, -0.25], + "0.6667": [0.25, 0, -0.25], + "0.7083": [0, 0, 0], + "2.0": [0, 0, 0], + "2.0417": [0.25, 0, -0.25], + "2.1667": [0.25, 0, -0.25], + "2.2083": [0, 0, 0] + } + }, + "right_closed": { + "position": { + "0.4583": [0, 0, 0], + "0.5": [-0.25, 0, -0.25], + "0.6667": [-0.25, 0, -0.25], + "0.7083": [0, 0, 0], + "2.0": [0, 0, 0], + "2.0417": [-0.25, 0, -0.25], + "2.1667": [-0.25, 0, -0.25], + "2.2083": [0, 0, 0] + } + } + } + }, + "animation.noibat.echo": { + "animation_length": 2, + "bones": { + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-14.74085, 29.96112, -0.50093], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-14.74085, 29.96112, -0.50093], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-7, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-16.73202, -34.71046, 2.35229], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-16.73202, -34.71046, 2.35229], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ears": { + "scale": { + "0.0": [1, 1, 1], + "0.375": [1, 1, 1], + "0.4167": [1.15, 1.15, 1.15], + "0.4583": [1, 1, 1], + "0.5": [1.15, 1.15, 1.15], + "0.5417": [1, 1, 1], + "1.375": [1, 1, 1], + "1.4167": [1.15, 1.15, 1.15], + "1.4583": [1, 1, 1], + "1.5": [1.15, 1.15, 1.15], + "1.5417": [1, 1, 1] + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [28.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [28.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.noibat.cry": { + "animation_length": 3, + "bones": { + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.25": [0, 0, 0], + "0.5": [35, 0, 0], + "0.625": [25, 0, 0], + "0.75": [35, 0, 0], + "1.625": { + "pre": [35, 0, 0], + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + }, + "sound_effects": { + "0.5": { + "effect": "pokemon.noibat.cry" + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/noivern/noivern.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/noivern/noivern.animation.json new file mode 100644 index 0000000..89a9983 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/noivern/noivern.animation.json @@ -0,0 +1,9383 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.noivern.pose": { + "loop": true, + "bones": { + "Chest": { + "rotation": [42.48878, -0.68392, 1.87947], + "position": [0.11886, 9.75427, -10.62664] + }, + "Midsection": { + "rotation": [5, 0, 0] + }, + "Hips": { + "rotation": [-15, 0, 0] + }, + "Left_wing1": { + "rotation": [17.37229, -22.01609, -12.15123] + }, + "Left_wing2": { + "rotation": [0, -10, 0] + }, + "Left_wing3": { + "rotation": [0, 25, 0] + }, + "Left_wing4": { + "rotation": [0, 22.5, 0] + }, + "Left_wing5": { + "rotation": [0, 20, 0] + }, + "Right_wing1": { + "rotation": [19.87229, 22.01609, 12.15123] + }, + "Right_wing2": { + "rotation": [0, 0, 0] + }, + "Right_wing3": { + "rotation": [0, -27.5, 0] + }, + "Right_wing4": { + "rotation": [0, -17.5, 0] + }, + "Right_wing5": { + "rotation": [0, -12.5, 0] + }, + "head": { + "rotation": [10, 0, 0] + }, + "Ear": { + "rotation": [15, 0, 0] + }, + "Right_outertoe": { + "rotation": [32.88687, 14.7386, 2.00187] + }, + "Right_foot": { + "rotation": [-15, 0, 0] + }, + "Right_calf": { + "rotation": [15, 0, 0] + }, + "Right_thigh": { + "rotation": [27.5, 17.5, 0] + }, + "Left_thigh": { + "rotation": [27.5, -22.5, 0] + }, + "Left_calf": { + "rotation": [20, 0, 0] + }, + "Left_foot": { + "rotation": [-20, 0, 0] + }, + "Left_innertoe": { + "rotation": [33.33641, 19.19813, 2.84226] + }, + "Left_outertoe": { + "rotation": [35, -17.5, 0] + }, + "Right_innertoe": { + "rotation": [28.33923, -21.91876, -2.48626] + }, + "Left_outertoe2": { + "rotation": [70, 0, 0] + }, + "Left_innertoe2": { + "rotation": [72.5, 0, 0] + }, + "Right_innertoe2": { + "rotation": [75, 0, 0] + }, + "Right_outertoe2": { + "rotation": [70, 0, 0] + }, + "Tail7": { + "rotation": [-12.5, 0, 0] + }, + "Tail6": { + "rotation": [-7.5, 0, 0] + }, + "Tail5": { + "rotation": [-7.5, 0, 0] + }, + "Tail4": { + "rotation": [-5, 0, 0] + }, + "Tail3": { + "rotation": [7.5, 0, 0] + }, + "Tail2": { + "rotation": [7.5, 0, 0] + }, + "Tail1": { + "rotation": [30, 0, 0] + }, + "Left_fingers": { + "rotation": [35, 0, 0] + }, + "Right_fingers": { + "rotation": [25, 0, 0] + } + } + }, + "animation.noivern.pose2": { + "loop": true, + "bones": { + "Chest": { + "rotation": [42.48878, -0.68392, 1.87947], + "position": [0.11886, 9.75427, -10.62664] + }, + "Midsection": { + "rotation": [-2.5, 0, 0] + }, + "Hips": { + "rotation": [-22.5, 0, 0] + }, + "Left_wing1": { + "rotation": [26.93424, -52.33124, -27.37104] + }, + "Left_wing2": { + "rotation": [0, -10, 0] + }, + "Left_wing3": { + "rotation": [0, 25, 0] + }, + "Left_wing4": { + "rotation": [0, 5, 0] + }, + "Left_wing5": { + "rotation": [0, 22.5, 0] + }, + "Right_wing1": { + "rotation": [24.51326, 40.57614, 20.95596] + }, + "Right_wing2": { + "rotation": [0, 12.5, 0] + }, + "Right_wing3": { + "rotation": [0, -20, 0] + }, + "Right_wing4": { + "rotation": [0, 2.5, 0] + }, + "Right_wing5": { + "rotation": [0, -22.5, 0] + }, + "head": { + "rotation": [10, 0, 0] + }, + "Ear": { + "rotation": [15, 0, 0] + }, + "Right_outertoe": { + "rotation": [32.88687, 14.7386, 2.00187] + }, + "Right_foot": { + "rotation": [-42.93717, -7.35559, 6.79333] + }, + "Right_calf": { + "rotation": [15, 0, 0] + }, + "Right_thigh": { + "rotation": [-7.5, 17.5, 0] + }, + "Left_thigh": { + "rotation": [26.44467, -18.37699, 3.01956] + }, + "Left_calf": { + "rotation": [0, 0, 0] + }, + "Left_foot": { + "rotation": [-17.52718, 1.84293, -1.68956] + }, + "Left_innertoe": { + "rotation": [33.33641, 19.19813, 2.84226] + }, + "Left_outertoe": { + "rotation": [35, -17.5, 0] + }, + "Right_innertoe": { + "rotation": [28.33923, -21.91876, -2.48626] + }, + "Left_outertoe2": { + "rotation": [70, 0, 0] + }, + "Left_innertoe2": { + "rotation": [72.5, 0, 0] + }, + "Right_innertoe2": { + "rotation": [75, 0, 0] + }, + "Right_outertoe2": { + "rotation": [70, 0, 0] + }, + "Tail7": { + "rotation": [-12.5, 0, 0] + }, + "Tail6": { + "rotation": [-7.5, 0, 0] + }, + "Tail5": { + "rotation": [-7.5, 0, 0] + }, + "Tail4": { + "rotation": [-5, 0, 0] + }, + "Tail3": { + "rotation": [12.5, 0, 0] + }, + "Tail2": { + "rotation": [15, 0, 0] + }, + "Tail1": { + "rotation": [40, 0, 0] + }, + "Left_fingers": { + "rotation": [35, 0, 0] + }, + "Right_fingers": { + "rotation": [25, 0, 0] + }, + "Jaw": { + "rotation": [0, 0, 0] + } + } + }, + "animation.noivern.ground_base2": { + "loop": true, + "bones": { + "Chest": { + "rotation": [52.5, 0, 0], + "position": [0, -26.75, -10] + }, + "Midsection": { + "rotation": [12.5, 0, 0] + }, + "Hips": { + "rotation": [17.5, 0, 0] + }, + "Left_thigh": { + "rotation": [-62.36149, -11.42562, 21.68697] + }, + "Left_calf": { + "rotation": [60.07906, 2.20474, 4.47683] + }, + "Left_foot": { + "rotation": [-40, 0, 0] + }, + "Left_innertoe": { + "rotation": [-55.32031, 20.16107, -20.31839] + }, + "Left_innertoe2": { + "rotation": [25, 0, 0] + }, + "Left_outertoe": { + "rotation": [-50.17087, -3.99699, 10.78614] + }, + "Left_outertoe2": { + "rotation": [30, 0, 0] + }, + "Right_thigh": { + "rotation": [-62.36149, 11.42562, -21.68697] + }, + "Right_calf": { + "rotation": [60.07906, -2.20474, -4.47683] + }, + "Right_foot": { + "rotation": [-40, 0, 0] + }, + "Right_innertoe": { + "rotation": [-55.32031, -20.16107, 20.31839] + }, + "Right_innertoe2": { + "rotation": [25, 0, 0] + }, + "Right_outertoe": { + "rotation": [-50.17087, 3.99699, -10.78614] + }, + "Right_outertoe2": { + "rotation": [30, 0, 0] + }, + "Tail1": { + "rotation": [-15, 0, 0] + }, + "Tail2": { + "rotation": [-17.5, 0, 0] + }, + "Tail3": { + "rotation": [-2.5, 0, 0] + }, + "Tail4": { + "rotation": [22.5, 0, 0] + }, + "Tail5": { + "rotation": [15, 0, 0] + }, + "Tail6": { + "rotation": [7.5, 0, 0] + }, + "Tail7": { + "rotation": [-15, 0, 0] + }, + "Left_wing1": { + "rotation": [61.59067, 41.53806, 5.47021] + }, + "Left_wing2": { + "rotation": [10.06861, 23.9692, 19.82226] + }, + "Left_wing3": { + "rotation": [-0.68966, -47.61904, 18.60091] + }, + "Left_wing4": { + "rotation": [2.4905, -0.21782, 7.49527] + }, + "Left_wing5": { + "rotation": [2.47864, -0.32621, 17.49294] + }, + "Left_fingers": { + "rotation": [-17.5, 0, 0] + }, + "Right_wing1": { + "rotation": [61.59067, -41.53806, -5.47021] + }, + "Right_wing2": { + "rotation": [10.06861, -23.9692, -19.82226] + }, + "Right_wing3": { + "rotation": [-0.68966, 47.61904, -18.60091] + }, + "Right_wing4": { + "rotation": [2.4905, 0.21782, -7.49527] + }, + "Right_wing5": { + "rotation": [2.47864, 0.32621, -17.49294] + }, + "Neck": { + "rotation": [-7.5, 0, 0] + }, + "head": { + "rotation": [2.5, 0, 0] + }, + "Ear": { + "rotation": [10, 0, 0] + }, + "Right_fingers": { + "rotation": [-17.5, 0, 0] + } + } + }, + "animation.noivern.pose3": { + "loop": true, + "bones": { + "Chest": { + "rotation": [12.97597, -4.46002, -5.98019], + "position": [0.11886, 9.75427, -10.62664] + }, + "Midsection": { + "rotation": [-7.5, 0, 0] + }, + "Hips": { + "rotation": [-22.5, 0, 0] + }, + "Left_wing1": { + "rotation": [13.52951, -10.20228, -10.99927] + }, + "Left_wing2": { + "rotation": [0, 7.5, 0], + "scale": 1 + }, + "Left_wing3": { + "rotation": [0, 2.5, 0] + }, + "Left_wing4": { + "rotation": [0, 10, 0] + }, + "Left_wing5": { + "rotation": [0, 14.47751, 0] + }, + "Right_wing1": { + "rotation": [19.87229, 22.01609, 12.15123] + }, + "Right_wing2": { + "rotation": [0, 0, 0] + }, + "Right_wing3": { + "rotation": [0, -27.5, 0] + }, + "Right_wing4": { + "rotation": [0, -17.5, 0] + }, + "Right_wing5": { + "rotation": [0, -12.5, 0] + }, + "head": { + "rotation": [-12.54624, -4.88119, 1.08482], + "scale": 1 + }, + "Ear": { + "rotation": [15, 0, 0], + "scale": 1.01 + }, + "Right_outertoe": { + "rotation": [32.88687, 14.7386, 2.00187] + }, + "Right_foot": { + "rotation": [2.5, 0, 0] + }, + "Right_calf": { + "rotation": [15.18649, -4.07107, 3.38077] + }, + "Right_thigh": { + "rotation": [49.37287, 37.40686, 4.25838], + "position": [0.75, 0, 0] + }, + "Left_thigh": { + "rotation": [5, -32.5, 0] + }, + "Left_calf": { + "rotation": [40.67815, 9.54385, 8.11019] + }, + "Left_foot": { + "rotation": [-1.08482, 4.88119, -12.54624] + }, + "Left_innertoe": { + "rotation": [33.33641, 19.19813, 2.84226] + }, + "Left_outertoe": { + "rotation": [37.33563, -25.58173, -6.33984] + }, + "Right_innertoe": { + "rotation": [28.33923, -21.91876, -2.48626] + }, + "Left_outertoe2": { + "rotation": [70, 0, 0] + }, + "Left_innertoe2": { + "rotation": [72.5, 0, 0] + }, + "Right_innertoe2": { + "rotation": [75, 0, 0] + }, + "Right_outertoe2": { + "rotation": [70, 0, 0] + }, + "Tail7": { + "rotation": [0, 0, 0] + }, + "Tail6": { + "rotation": [5, 0, 0] + }, + "Tail5": { + "rotation": [2.52154, 7.49282, 0.32902] + }, + "Tail4": { + "rotation": [0.88574, 6.69791, -34.73113] + }, + "Tail3": { + "rotation": [3.47875, 6.64851, -62.29788] + }, + "Tail2": { + "rotation": [-0.22, 20.15748, -31.39869] + }, + "Tail1": { + "rotation": [60.17995, -19.73695, 9.84201], + "position": [0, 2.75, 0] + }, + "Left_fingers": { + "rotation": [35, 0, 0] + }, + "Right_fingers": { + "rotation": [25, 0, 0] + }, + "Left_wing6": { + "rotation": [0, 0, 0] + }, + "Neck": { + "rotation": [45, 0, 0] + }, + "Collar_fluff": { + "rotation": [17.5, 0, 0] + }, + "Back_Fluff1": { + "rotation": [42.5, 0, 0] + }, + "Back_Fluff2": { + "rotation": [17.5, 0, 0] + } + } + }, + "animation.noivern.air_fly2": { + "loop": true, + "animation_length": 3.7917, + "bones": { + "Chest": { + "rotation": { + "0.0": ["72.4888-math.sin((query.anim_time)*380)*6", -0.68392, "1.8795+math.sin((query.anim_time)*190)*2"], + "1.25": ["100.0528-math.sin((query.anim_time)*380)*6", -0.68392, "1.8795+math.sin((query.anim_time)*190)*2"] + }, + "position": ["0.1189+math.sin((query.anim_time)*190)*1", "11.7543+math.sin((query.anim_time-0.15)*380)*7", "-12.6266-math.cos((query.anim_time)*380)*1"] + }, + "Midsection": { + "rotation": ["5-math.sin((query.anim_time-0.1)*380)*8", 0, "0+math.sin((query.anim_time-0.1)*190)*2"] + }, + "Hips": { + "rotation": { + "0.0": ["-15-math.sin((query.anim_time)*380)*4", 0, "0+math.sin((query.anim_time-0.2)*190)*2"], + "1.25": ["-2.6787-math.sin((query.anim_time)*380)*4", 0, "math.sin((query.anim_time-0.2)*190)*2"] + } + }, + "Left_wing1": { + "rotation": { + "0.0": ["18.4707+math.sin((query.anim_time)*380)*10", "-0.911+math.sin((query.anim_time)*380)*60", -4.37305], + "1.25": ["-19.8737+math.sin((query.anim_time)*380)*10", "3.9747+math.sin((query.anim_time)*380)*60", -31.16554] + } + }, + "Left_wing2": { + "rotation": [0, "-10+math.sin((query.anim_time-0.1)*380)*20", 0] + }, + "Left_wing3": { + "rotation": [0, "25+math.sin((query.anim_time-0.2)*380)*15", 0] + }, + "Left_wing4": { + "rotation": [0, "7.5+math.sin((query.anim_time-0.35)*380)*60", 0] + }, + "Left_wing5": { + "rotation": [0, "20+math.sin((query.anim_time-0.4)*380)*20", 0] + }, + "Right_wing1": { + "rotation": { + "0.0": ["18.4707+math.sin((query.anim_time)*380)*10", "0.911-math.sin((query.anim_time)*380)*60", 4.37305], + "1.25": ["-18.8163+math.sin((query.anim_time)*380)*10", "1.4668-math.sin((query.anim_time)*380)*60", 17.33359] + } + }, + "Right_wing2": { + "rotation": { + "0.0": [0, "10-math.sin((query.anim_time-0.1)*380)*20", 0], + "1.25": [0, "2.5-math.sin((query.anim_time-0.1)*380)*20", 0] + } + }, + "Right_wing3": { + "rotation": { + "0.0": [0, "-25-math.sin((query.anim_time-0.2)*380)*15", 0], + "1.25": [0, "-7.5-math.sin((query.anim_time-0.2)*380)*15", 0] + } + }, + "Right_wing4": { + "rotation": [0, "-7.5-math.sin((query.anim_time-0.35)*380)*60", 0] + }, + "Right_wing5": { + "rotation": [0, "-20-math.sin((query.anim_time-0.4)*380)*20", 0] + }, + "head": { + "rotation": { + "0.0": ["-30+math.sin((query.anim_time-0.2)*380)*5", 0, 0], + "1.25": ["-47.1402+math.sin((query.anim_time-0.2)*380)*5", 3.48359, 3.56379] + } + }, + "Ear": { + "rotation": [15, 0, 0] + }, + "Right_outertoe": { + "rotation": ["35-math.sin((query.anim_time-0.4)*380)*4", 17.5, 0] + }, + "Right_foot": { + "rotation": ["7.4297-math.sin((query.anim_time-0.4)*380)*2", 4.69776, -1.71394] + }, + "Right_calf": { + "rotation": ["5.7767-math.sin((query.anim_time-0.3)*380)*2", -9.65007, "12.5619+math.sin((query.anim_time-0.3)*380)*3"] + }, + "Right_thigh": { + "rotation": ["35-math.sin((query.anim_time-0.4)*380)*6", "22.5+math.sin((query.anim_time-0.4)*380)*4", 0] + }, + "Left_thigh": { + "rotation": ["32.5-math.sin((query.anim_time-0.3)*380)*6", "-22.5+math.sin((query.anim_time-0.3)*380)*4", 0] + }, + "Left_calf": { + "rotation": ["10.7767-math.sin((query.anim_time-0.3)*380)*2", 9.65007, "-12.5619+math.sin((query.anim_time-0.3)*380)*3"] + }, + "Left_foot": { + "rotation": ["-2.5703-math.sin((query.anim_time-0.4)*380)*2", -4.69776, 1.71394] + }, + "Left_innertoe": { + "rotation": ["33.3364-math.sin((query.anim_time-0.4)*380)*4", 19.19813, 2.84226] + }, + "Left_outertoe": { + "rotation": ["35-math.sin((query.anim_time-0.4)*380)*4", -17.5, 0] + }, + "Right_innertoe": { + "rotation": ["33.3364-math.sin((query.anim_time-0.4)*380)*4", -19.19813, -2.84226] + }, + "Left_outertoe2": { + "rotation": ["70-math.sin((query.anim_time-0.4)*380)*4", 0, 0] + }, + "Left_innertoe2": { + "rotation": ["72.5-math.sin((query.anim_time-0.4)*380)*4", 0, 0] + }, + "Right_innertoe2": { + "rotation": ["72.5-math.sin((query.anim_time-0.4)*380)*4", 0, 0] + }, + "Right_outertoe2": { + "rotation": ["70-math.sin((query.anim_time-0.4)*380)*4", 0, 0] + }, + "Tail7": { + "rotation": ["-7.5-math.sin((query.anim_time-0.7)*380)*20", 0, "0-math.sin((query.anim_time-0.7)*190)*5"] + }, + "Tail6": { + "rotation": ["-2.5-math.sin((query.anim_time-0.6)*380)*20", 0, "0-math.sin((query.anim_time-0.6)*190)*5"] + }, + "Tail5": { + "rotation": ["-5-math.sin((query.anim_time-0.5)*380)*20", 0, "-math.sin((query.anim_time-0.5)*190)*1"] + }, + "Tail4": { + "rotation": ["-5-math.sin((query.anim_time-0.4)*380)*15", 0, "0-math.sin((query.anim_time-0.4)*190)*1"] + }, + "Tail3": { + "rotation": { + "0.0": ["-2.5-math.sin((query.anim_time-0.3)*380)*6", 0, "0-math.sin((query.anim_time-0.3)*190)*5"], + "1.25": ["2.482-math.sin((query.anim_time-0.3)*380)*6", 0, "0-math.sin((query.anim_time-0.3)*190)*5"] + } + }, + "Tail2": { + "rotation": { + "0.0": ["2.5-math.sin((query.anim_time-0.2)*380)*5", 0, "0-math.sin((query.anim_time-0.2)*190)*5"], + "1.25": ["5-math.sin((query.anim_time-0.2)*380)*5", 0, "-math.sin((query.anim_time-0.2)*190)*5"] + } + }, + "Tail1": { + "rotation": ["12.5-math.sin((query.anim_time-0.1)*380)*5", 0, "-math.sin((query.anim_time-0.1)*190)*1"] + }, + "Left_fingers": { + "rotation": { + "0.0": [35, 0, 0], + "1.25": [2.5, 0, 0] + } + }, + "Right_fingers": { + "rotation": { + "0.0": [25, 0, 0], + "1.25": [7.5, 0, 0] + } + }, + "Neck": { + "rotation": ["2.5-math.sin((query.anim_time-0.2)*380)*7", 0, 0] + }, + "Left_collar_fluff_front": { + "rotation": [0, "0-math.sin((query.anim_time-0.1)*380)*15", 0] + }, + "Right_collar_fluff_front": { + "rotation": [0, "0-math.sin((query.anim_time-0.1)*380)*15", 0] + }, + "Left_collar_fluff_middle": { + "rotation": ["0-math.sin((query.anim_time-0.1)*380)*15", "0-math.sin((query.anim_time-0.1)*380)*6", 0] + }, + "Right_collar_fluff_middle": { + "rotation": ["0-math.sin((query.anim_time-0.1)*380)*15", "0-math.sin((query.anim_time-0.1)*380)*6", 0] + }, + "Left_collar_fluff_back": { + "rotation": ["0-math.sin((query.anim_time-0.1)*380)*10", 0, 0] + }, + "Right_collar_fluff_back": { + "rotation": ["0-math.sin((query.anim_time-0.1)*380)*10", 0, 0] + }, + "Back_Fluff1": { + "rotation": { + "0.0": ["0-math.sin((query.anim_time-0.2)*380)*9", 0, 0], + "1.25": ["-15-math.sin((query.anim_time-0.2)*380)*9", 0, 0] + } + }, + "Back_Fluff2": { + "rotation": ["0-math.sin((query.anim_time-0.2)*380)*8", 0, 0] + }, + "collar_fluff_back": { + "rotation": ["0-math.sin((query.anim_time-0.1)*380)*10", 0, 0] + }, + "Left_wing6": { + "rotation": [0, "0+math.sin((query.anim_time-0.45)*380)*10", 0] + }, + "Right_wing6": { + "rotation": [0, "0-math.sin((query.anim_time-0.45)*380)*10", 0] + }, + "Jaw": { + "rotation": { + "0.0": [0, 0, 0], + "1.25": [37.5, 0, 0] + } + } + } + }, + "animation.noivern.wing_flap_test": { + "animation_length": 0.5, + "bones": { + "Left_wing1": { + "rotation": { + "0.0": { + "post": [0, 30, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 30, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_wing2": { + "rotation": { + "0.0": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_wing3": { + "rotation": { + "0.0": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_wing4": { + "rotation": { + "0.0": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 15.9, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_wing5": { + "rotation": { + "0.0": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 29.64, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_wing6": { + "rotation": { + "0.0": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.noivern.ground_base": { + "animation_length": 5.5833, + "bones": { + "Chest": { + "rotation": [52.5, 0, 0], + "position": [0, -26.75, -10] + }, + "Midsection": { + "rotation": [12.5, 0, 0] + }, + "Hips": { + "rotation": [17.5, 0, 0] + }, + "Left_thigh": { + "rotation": [-62.36149, -11.42562, 21.68697] + }, + "Left_calf": { + "rotation": [60.07906, 2.20474, 4.47683] + }, + "Left_foot": { + "rotation": [-40, 0, 0] + }, + "Left_innertoe": { + "rotation": [-55.32031, 20.16107, -20.31839] + }, + "Left_innertoe2": { + "rotation": [25, 0, 0] + }, + "Left_outertoe": { + "rotation": [-50.17087, -3.99699, 10.78614] + }, + "Left_outertoe2": { + "rotation": [30, 0, 0] + }, + "Right_thigh": { + "rotation": [-62.36149, 11.42562, -21.68697] + }, + "Right_calf": { + "rotation": [60.07906, -2.20474, -4.47683] + }, + "Right_foot": { + "rotation": [-40, 0, 0] + }, + "Right_innertoe": { + "rotation": [-55.32031, -20.16107, 20.31839] + }, + "Right_innertoe2": { + "rotation": [25, 0, 0] + }, + "Right_outertoe": { + "rotation": [-50.17087, 3.99699, -10.78614] + }, + "Right_outertoe2": { + "rotation": [30, 0, 0] + }, + "Tail1": { + "rotation": [-15, 0, 0] + }, + "Tail2": { + "rotation": [-17.5, 0, 0] + }, + "Tail3": { + "rotation": [-2.5, 0, 0] + }, + "Tail4": { + "rotation": [22.5, 0, 0] + }, + "Tail5": { + "rotation": [15, 0, 0] + }, + "Tail6": { + "rotation": [7.5, 0, 0] + }, + "Tail7": { + "rotation": [-15, 0, 0] + }, + "Left_wing1": { + "rotation": [61.59067, 41.53806, 5.47021] + }, + "Left_wing2": { + "rotation": [10.06861, 23.9692, 19.82226] + }, + "Left_wing3": { + "rotation": [-0.68966, -47.61904, 18.60091] + }, + "Left_wing4": { + "rotation": { + "0.0": [2.4905, -0.21782, 7.49527], + "5.5833": [-4.99026, -0.21782, 7.49527] + } + }, + "Left_wing5": { + "rotation": [2.47864, -0.32621, 17.49294] + }, + "Left_fingers": { + "rotation": [-17.5, 0, 0] + }, + "Right_wing1": { + "rotation": [61.59067, -41.53806, -5.47021] + }, + "Right_wing2": { + "rotation": [10.06861, -23.9692, -19.82226] + }, + "Right_wing3": { + "rotation": [-0.68966, 47.61904, -18.60091] + }, + "Right_wing4": { + "rotation": [2.4905, 0.21782, -7.49527] + }, + "Right_wing5": { + "rotation": [2.47864, 0.32621, -17.49294] + }, + "Neck": { + "rotation": [-7.5, 0, 0] + }, + "head": { + "rotation": [2.5, 0, 0] + }, + "Ear": { + "rotation": [10, 0, 0] + }, + "Right_fingers": { + "rotation": [-17.5, 0, 0] + } + } + }, + "animation.noivern.air_base": { + "animation_length": 0.3333, + "bones": { + "Chest": { + "rotation": [42.48878, -0.68392, 1.87947], + "position": [0.11886, 9.75427, -12.62664] + }, + "Midsection": { + "rotation": [5, 0, 0] + }, + "Hips": { + "rotation": [-15, 0, 0] + }, + "Left_wing1": { + "rotation": [17.37229, -22.01609, -12.15123] + }, + "Left_wing2": { + "rotation": [0, -10, 0] + }, + "Left_wing3": { + "rotation": [0, 25, 0] + }, + "Left_wing4": { + "rotation": [0, 22.5, 0] + }, + "Left_wing5": { + "rotation": [0, 20, 0] + }, + "Right_wing1": { + "rotation": [19.87229, 22.01609, 12.15123] + }, + "Right_wing2": { + "rotation": [0, 0, 0] + }, + "Right_wing3": { + "rotation": [0, -27.5, 0] + }, + "Right_wing4": { + "rotation": [0, -17.5, 0] + }, + "Right_wing5": { + "rotation": [0, -12.5, 0] + }, + "head": { + "rotation": [10, 0, 0] + }, + "Ear": { + "rotation": [15, 0, 0] + }, + "Right_outertoe": { + "rotation": [32.88687, 14.7386, 2.00187] + }, + "Right_foot": { + "rotation": [-15, 0, 0] + }, + "Right_calf": { + "rotation": [15, 0, 0] + }, + "Right_thigh": { + "rotation": [27.5, 17.5, 0] + }, + "Left_thigh": { + "rotation": [27.5, -22.5, 0] + }, + "Left_calf": { + "rotation": [20, 0, 0] + }, + "Left_foot": { + "rotation": [-20, 0, 0] + }, + "Left_innertoe": { + "rotation": [33.33641, 19.19813, 2.84226] + }, + "Left_outertoe": { + "rotation": [35, -17.5, 0] + }, + "Right_innertoe": { + "rotation": [28.33923, -21.91876, -2.48626] + }, + "Left_outertoe2": { + "rotation": [70, 0, 0] + }, + "Left_innertoe2": { + "rotation": [72.5, 0, 0] + }, + "Right_innertoe2": { + "rotation": [75, 0, 0] + }, + "Right_outertoe2": { + "rotation": [70, 0, 0] + }, + "Tail7": { + "rotation": [-12.5, 0, 0] + }, + "Tail6": { + "rotation": [-7.5, 0, 0] + }, + "Tail5": { + "rotation": [-7.5, 0, 0] + }, + "Tail4": { + "rotation": [-5, 0, 0] + }, + "Tail3": { + "rotation": [7.5, 0, 0] + }, + "Tail2": { + "rotation": [7.5, 0, 0] + }, + "Tail1": { + "rotation": [30, 0, 0] + }, + "Left_fingers": { + "rotation": [35, 0, 0] + }, + "Right_fingers": { + "rotation": [25, 0, 0] + } + } + }, + "animation.noivern.air_idle": { + "loop": true, + "animation_length": 3.7917, + "bones": { + "Chest": { + "rotation": ["42.4888+math.sin((query.anim_time)*380)*3", -0.68392, "1.8795+math.sin((query.anim_time)*190)*2"], + "position": [ + "0.1189+math.sin((query.anim_time)*190)*1", + "-24.2457+math.sin((query.anim_time-0.15)*380)*7", + "-11.6266-math.cos((query.anim_time)*380)*1" + ] + }, + "Midsection": { + "rotation": ["5-math.sin((query.anim_time-0.1)*380)*8", 0, "0+math.sin((query.anim_time-0.1)*190)*2"] + }, + "Hips": { + "rotation": ["-15-math.sin((query.anim_time)*380)*4", 0, "0+math.sin((query.anim_time-0.2)*190)*2"] + }, + "Left_wing1": { + "rotation": ["18.4707+math.sin((query.anim_time)*380)*10", "-0.911+math.sin((query.anim_time)*380)*60", -4.37305] + }, + "Left_wing2": { + "rotation": [0, "-10+math.sin((query.anim_time-0.1)*380)*20", 0] + }, + "Left_wing3": { + "rotation": [0, "25+math.sin((query.anim_time-0.2)*380)*15", 0] + }, + "Left_wing4": { + "rotation": [0, "7.5+math.sin((query.anim_time-0.35)*380)*60", 0] + }, + "Left_wing5": { + "rotation": [0, "20+math.sin((query.anim_time-0.4)*380)*20", 0] + }, + "Right_wing1": { + "rotation": ["18.4707+math.sin((query.anim_time)*380)*10", "0.911-math.sin((query.anim_time)*380)*60", 4.37305] + }, + "Right_wing2": { + "rotation": [0, "10-math.sin((query.anim_time-0.1)*380)*20", 0] + }, + "Right_wing3": { + "rotation": [0, "-25-math.sin((query.anim_time-0.2)*380)*15", 0] + }, + "Right_wing4": { + "rotation": [0, "-7.5-math.sin((query.anim_time-0.35)*380)*60", 0] + }, + "Right_wing5": { + "rotation": [0, "-20-math.sin((query.anim_time-0.4)*380)*20", 0] + }, + "head": { + "rotation": ["-2.5+math.sin((query.anim_time-0.2)*380)*5", 0, 0] + }, + "Ear": { + "rotation": [15, 0, 0] + }, + "Right_outertoe": { + "rotation": ["35-math.sin((query.anim_time-0.4)*380)*4", 17.5, 0] + }, + "Right_foot": { + "rotation": ["-20.0703-math.sin((query.anim_time-0.4)*380)*2", 4.69776, -1.71394] + }, + "Right_calf": { + "rotation": ["18.2767-math.sin((query.anim_time-0.3)*380)*2", -9.65007, "12.5619+math.sin((query.anim_time-0.3)*380)*3"] + }, + "Right_thigh": { + "rotation": ["27.5-math.sin((query.anim_time-0.4)*380)*6", "22.5+math.sin((query.anim_time-0.4)*380)*4", 0] + }, + "Left_thigh": { + "rotation": ["27.5-math.sin((query.anim_time-0.3)*380)*6", "-22.5+math.sin((query.anim_time-0.3)*380)*4", 0] + }, + "Left_calf": { + "rotation": ["18.2767-math.sin((query.anim_time-0.3)*380)*2", 9.65007, "-12.5619+math.sin((query.anim_time-0.3)*380)*3"] + }, + "Left_foot": { + "rotation": ["-20.0703-math.sin((query.anim_time-0.4)*380)*2", -4.69776, 1.71394] + }, + "Left_innertoe": { + "rotation": ["33.3364-math.sin((query.anim_time-0.4)*380)*4", 19.19813, 2.84226] + }, + "Left_outertoe": { + "rotation": ["35-math.sin((query.anim_time-0.4)*380)*4", -17.5, 0] + }, + "Right_innertoe": { + "rotation": ["33.3364-math.sin((query.anim_time-0.4)*380)*4", -19.19813, -2.84226] + }, + "Left_outertoe2": { + "rotation": ["70-math.sin((query.anim_time-0.4)*380)*4", 0, 0] + }, + "Left_innertoe2": { + "rotation": ["72.5-math.sin((query.anim_time-0.4)*380)*4", 0, 0] + }, + "Right_innertoe2": { + "rotation": ["72.5-math.sin((query.anim_time-0.4)*380)*4", 0, 0] + }, + "Right_outertoe2": { + "rotation": ["70-math.sin((query.anim_time-0.4)*380)*4", 0, 0] + }, + "Tail7": { + "rotation": ["-7.5-math.sin((query.anim_time-0.4)*380)*10", 0, "0-math.sin((query.anim_time-0.4)*190)*5"] + }, + "Tail6": { + "rotation": ["-2.5-math.sin((query.anim_time-0.35)*380)*9", 0, "0-math.sin((query.anim_time-0.35)*190)*5"] + }, + "Tail5": { + "rotation": ["-5-math.sin((query.anim_time-0.3)*380)*8", 0, "-math.sin((query.anim_time-0.3)*190)*5"] + }, + "Tail4": { + "rotation": ["-5-math.sin((query.anim_time-0.25)*380)*7", 0, "0-math.sin((query.anim_time-0.25)*190)*5"] + }, + "Tail3": { + "rotation": ["-2.5-math.sin((query.anim_time-0.2)*380)*6", 0, "0-math.sin((query.anim_time-0.2)*190)*5"] + }, + "Tail2": { + "rotation": ["2.5-math.sin((query.anim_time-0.15)*380)*5", 0, "0-math.sin((query.anim_time-0.15)*190)*5"] + }, + "Tail1": { + "rotation": ["30-math.sin((query.anim_time-0.1)*380)*5", 0, "0-math.sin((query.anim_time-0.1)*190)*5"] + }, + "Left_fingers": { + "rotation": [35, 0, 0] + }, + "Right_fingers": { + "rotation": [25, 0, 0] + }, + "Neck": { + "rotation": ["10-math.sin((query.anim_time-0.2)*380)*7", 0, 0] + }, + "Left_collar_fluff_front": { + "rotation": [0, "0-math.sin((query.anim_time-0.1)*380)*10", 0] + }, + "Right_collar_fluff_front": { + "rotation": [0, "0-math.sin((query.anim_time-0.1)*380)*10", 0] + }, + "Left_collar_fluff_middle": { + "rotation": ["0-math.sin((query.anim_time-0.1)*380)*15", "0-math.sin((query.anim_time-0.1)*380)*6", 0] + }, + "Right_collar_fluff_middle": { + "rotation": ["0-math.sin((query.anim_time-0.1)*380)*15", "0-math.sin((query.anim_time-0.1)*380)*6", 0] + }, + "Left_collar_fluff_back": { + "rotation": ["0-math.sin((query.anim_time-0.1)*380)*10", 0, 0] + }, + "Right_collar_fluff_back": { + "rotation": ["0-math.sin((query.anim_time-0.1)*380)*10", 0, 0] + }, + "Back_Fluff1": { + "rotation": ["0-math.sin((query.anim_time-0.2)*380)*5", 0, 0] + }, + "Back_Fluff2": { + "rotation": ["0-math.sin((query.anim_time-0.2)*380)*5", 0, 0] + }, + "collar_fluff_back": { + "rotation": ["0-math.sin((query.anim_time-0.1)*380)*7", 0, 0] + } + } + }, + "animation.noivern.air_fly": { + "loop": true, + "animation_length": 3.7917, + "bones": { + "Chest": { + "rotation": ["72.4888-math.sin((query.anim_time)*380)*6", -0.68392, "1.8795+math.sin((query.anim_time)*190)*2"], + "position": [ + "0.1189+math.sin((query.anim_time)*190)*1", + "-25.2457+math.sin((query.anim_time-0.15)*380)*7", + "-12.6266-math.cos((query.anim_time)*380)*1" + ] + }, + "Midsection": { + "rotation": ["5-math.sin((query.anim_time-0.1)*380)*8", 0, "0+math.sin((query.anim_time-0.1)*190)*2"] + }, + "Hips": { + "rotation": ["-15-math.sin((query.anim_time)*380)*4", 0, "0+math.sin((query.anim_time-0.2)*190)*2"] + }, + "Left_wing1": { + "rotation": ["18.4707+math.sin((query.anim_time)*380)*10", "-0.911+math.sin((query.anim_time)*380)*60", -4.37305] + }, + "Left_wing2": { + "rotation": [0, "-10+math.sin((query.anim_time-0.1)*380)*20", 0] + }, + "Left_wing3": { + "rotation": [0, "25+math.sin((query.anim_time-0.2)*380)*15", 0] + }, + "Left_wing4": { + "rotation": [0, "7.5+math.sin((query.anim_time-0.35)*380)*60", 0] + }, + "Left_wing5": { + "rotation": [0, "20+math.sin((query.anim_time-0.4)*380)*20", 0] + }, + "Right_wing1": { + "rotation": ["18.4707+math.sin((query.anim_time)*380)*10", "0.911-math.sin((query.anim_time)*380)*60", 4.37305] + }, + "Right_wing2": { + "rotation": [0, "10-math.sin((query.anim_time-0.1)*380)*20", 0] + }, + "Right_wing3": { + "rotation": [0, "-25-math.sin((query.anim_time-0.2)*380)*15", 0] + }, + "Right_wing4": { + "rotation": [0, "-7.5-math.sin((query.anim_time-0.35)*380)*60", 0] + }, + "Right_wing5": { + "rotation": [0, "-20-math.sin((query.anim_time-0.4)*380)*20", 0] + }, + "head": { + "rotation": ["-30+math.sin((query.anim_time-0.2)*380)*5", 0, 0] + }, + "Ear": { + "rotation": [15, 0, 0] + }, + "Right_outertoe": { + "rotation": ["35-math.sin((query.anim_time-0.4)*380)*4", 17.5, 0] + }, + "Right_foot": { + "rotation": ["7.4297-math.sin((query.anim_time-0.4)*380)*2", 4.69776, -1.71394] + }, + "Right_calf": { + "rotation": ["5.7767-math.sin((query.anim_time-0.3)*380)*2", -9.65007, "12.5619+math.sin((query.anim_time-0.3)*380)*3"] + }, + "Right_thigh": { + "rotation": ["35-math.sin((query.anim_time-0.4)*380)*6", "22.5+math.sin((query.anim_time-0.4)*380)*4", 0] + }, + "Left_thigh": { + "rotation": ["32.5-math.sin((query.anim_time-0.3)*380)*6", "-22.5+math.sin((query.anim_time-0.3)*380)*4", 0] + }, + "Left_calf": { + "rotation": ["10.7767-math.sin((query.anim_time-0.3)*380)*2", 9.65007, "-12.5619+math.sin((query.anim_time-0.3)*380)*3"] + }, + "Left_foot": { + "rotation": ["-2.5703-math.sin((query.anim_time-0.4)*380)*2", -4.69776, 1.71394] + }, + "Left_innertoe": { + "rotation": ["33.3364-math.sin((query.anim_time-0.4)*380)*4", 19.19813, 2.84226] + }, + "Left_outertoe": { + "rotation": ["35-math.sin((query.anim_time-0.4)*380)*4", -17.5, 0] + }, + "Right_innertoe": { + "rotation": ["33.3364-math.sin((query.anim_time-0.4)*380)*4", -19.19813, -2.84226] + }, + "Left_outertoe2": { + "rotation": ["70-math.sin((query.anim_time-0.4)*380)*4", 0, 0] + }, + "Left_innertoe2": { + "rotation": ["72.5-math.sin((query.anim_time-0.4)*380)*4", 0, 0] + }, + "Right_innertoe2": { + "rotation": ["72.5-math.sin((query.anim_time-0.4)*380)*4", 0, 0] + }, + "Right_outertoe2": { + "rotation": ["70-math.sin((query.anim_time-0.4)*380)*4", 0, 0] + }, + "Tail7": { + "rotation": ["-7.5-math.sin((query.anim_time-0.7)*380)*20", 0, "0-math.sin((query.anim_time-0.7)*190)*5"] + }, + "Tail6": { + "rotation": ["-2.5-math.sin((query.anim_time-0.6)*380)*20", 0, "0-math.sin((query.anim_time-0.6)*190)*5"] + }, + "Tail5": { + "rotation": ["-5-math.sin((query.anim_time-0.5)*380)*20", 0, "-math.sin((query.anim_time-0.5)*190)*1"] + }, + "Tail4": { + "rotation": ["-5-math.sin((query.anim_time-0.4)*380)*15", 0, "0-math.sin((query.anim_time-0.4)*190)*1"] + }, + "Tail3": { + "rotation": ["-2.5-math.sin((query.anim_time-0.3)*380)*6", 0, "0-math.sin((query.anim_time-0.3)*190)*5"] + }, + "Tail2": { + "rotation": ["2.5-math.sin((query.anim_time-0.2)*380)*5", 0, "0-math.sin((query.anim_time-0.2)*190)*5"] + }, + "Tail1": { + "rotation": ["12.5-math.sin((query.anim_time-0.1)*380)*5", 0, "-math.sin((query.anim_time-0.1)*190)*1"] + }, + "Left_fingers": { + "rotation": [35, 0, 0] + }, + "Right_fingers": { + "rotation": [25, 0, 0] + }, + "Neck": { + "rotation": ["2.5-math.sin((query.anim_time-0.2)*380)*7", 0, 0] + }, + "Left_collar_fluff_front": { + "rotation": [0, "0-math.sin((query.anim_time-0.1)*380)*15", 0] + }, + "Right_collar_fluff_front": { + "rotation": [0, "0-math.sin((query.anim_time-0.1)*380)*15", 0] + }, + "Left_collar_fluff_middle": { + "rotation": ["0-math.sin((query.anim_time-0.1)*380)*15", "0-math.sin((query.anim_time-0.1)*380)*6", 0] + }, + "Right_collar_fluff_middle": { + "rotation": ["0-math.sin((query.anim_time-0.1)*380)*15", "0-math.sin((query.anim_time-0.1)*380)*6", 0] + }, + "Left_collar_fluff_back": { + "rotation": ["0-math.sin((query.anim_time-0.1)*380)*10", 0, 0] + }, + "Right_collar_fluff_back": { + "rotation": ["0-math.sin((query.anim_time-0.1)*380)*10", 0, 0] + }, + "Back_Fluff1": { + "rotation": ["0-math.sin((query.anim_time-0.2)*380)*9", 0, 0] + }, + "Back_Fluff2": { + "rotation": ["0-math.sin((query.anim_time-0.2)*380)*8", 0, 0] + }, + "collar_fluff_back": { + "rotation": ["0-math.sin((query.anim_time-0.1)*380)*10", 0, 0] + }, + "Left_wing6": { + "rotation": [0, "0+math.sin((query.anim_time-0.45)*380)*5", 0] + }, + "Right_wing6": { + "rotation": [0, "0-math.sin((query.anim_time-0.45)*380)*5", 0] + } + } + }, + "animation.noivern.ground_idle": { + "loop": true, + "animation_length": 3, + "bones": { + "Chest": { + "rotation": ["52.5-math.sin((query.anim_time-0.2)*240)*3", 0, 0], + "position": [0, "-27.75+math.sin((query.anim_time)*240)*1", "-10+math.sin((query.anim_time)*240)*0.5"] + }, + "Midsection": { + "rotation": ["12.5+math.sin((query.anim_time-0.1)*240)*3", 0, 0] + }, + "Hips": { + "rotation": ["17.5-math.sin((query.anim_time-0.1)*240)*1", 0, 0] + }, + "Left_thigh": { + "rotation": ["-63.9235+math.sin((query.anim_time)*240)*5", -14.81809, 28.55657], + "position": [0, "0+math.sin((query.anim_time)*240)*0.4", 1] + }, + "Left_calf": { + "rotation": ["60.3318-math.sin((query.anim_time)*240)*3", 15.52128, 2.57299], + "position": [0, "-0.5+math.sin((query.anim_time)*240)*0.1", "1-math.sin((query.anim_time)*240)*0.5"] + }, + "Left_foot": { + "rotation": ["-35+math.sin((query.anim_time)*240)*2", 0, 0], + "position": [0, "0+math.sin((query.anim_time+0.1)*240)*0.3", "0-math.sin((query.anim_time+0.3)*240)*0.2"] + }, + "Left_innertoe": { + "rotation": ["-72.8203+math.sin((query.anim_time)*240)*9", 20.16107, -20.31839] + }, + "Left_innertoe2": { + "rotation": ["40-math.sin((query.anim_time)*240)*15", 0, 0] + }, + "Left_outertoe": { + "rotation": ["-62.82+math.sin((query.anim_time)*240)*9", -3.99699, 10.78614] + }, + "Left_outertoe2": { + "rotation": ["30-math.sin((query.anim_time)*240)*17", 0, 0] + }, + "Right_thigh": { + "rotation": ["-63.9235+math.sin((query.anim_time)*240)*5", 14.82, -28.56], + "position": [0, "0+math.sin((query.anim_time)*240)*0.4", 1] + }, + "Right_calf": { + "rotation": ["60.3318-math.sin((query.anim_time)*240)*3", -15.52, -2.57], + "position": [0, "-0.5+math.sin((query.anim_time)*240)*0.1", "1-math.sin((query.anim_time)*240)*0.5"] + }, + "Right_foot": { + "rotation": ["-35+math.sin((query.anim_time)*240)*2", 0, 0], + "position": [0, "0+math.sin((query.anim_time+0.1)*240)*0.3", "0-math.sin((query.anim_time+0.3)*240)*0.2"] + }, + "Right_innertoe": { + "rotation": ["-72.8203+math.sin((query.anim_time)*240)*9", -20.16, 20.32] + }, + "Right_innertoe2": { + "rotation": ["40-math.sin((query.anim_time)*240)*15", 0, 0] + }, + "Right_outertoe": { + "rotation": ["-62.82+math.sin((query.anim_time)*240)*9", 4, -10.79] + }, + "Right_outertoe2": { + "rotation": ["30-math.sin((query.anim_time)*240)*17", 0, 0] + }, + "Tail1": { + "rotation": [-2.5, 0, "0-math.sin((query.anim_time-0.1)*240)*6"] + }, + "Tail2": { + "rotation": [-17.5, 0, "0-math.sin((query.anim_time-0.2)*240)*4"] + }, + "Tail3": { + "rotation": [-2.5, 0, "0-math.sin((query.anim_time-0.3)*240)*4"] + }, + "Tail4": { + "rotation": [22.5, 0, "0-math.sin((query.anim_time-0.4)*240)*8"] + }, + "Tail5": { + "rotation": [15, 0, "0-math.sin((query.anim_time-0.5)*240)*12"] + }, + "Tail6": { + "rotation": [7.5, 0, "0-math.sin((query.anim_time-0.6)*240)*15"] + }, + "Tail7": { + "rotation": [-15, 0, "0-math.sin((query.anim_time-0.7)*240)*15"] + }, + "Left_wing1": { + "rotation": [68.4133, "35.7699+math.sin((query.anim_time)*240)*5", 19.47054], + "position": ["0+math.sin((query.anim_time)*240)*0.4", "0.2888+math.sin((query.anim_time)*240)*0.2", "0.4082+math.sin((query.anim_time)*240)*0.3"] + }, + "Left_wing2": { + "rotation": [10.84512, 21.0571, "21.9918+math.sin((query.anim_time)*240)*6"] + }, + "Left_wing3": { + "rotation": [-0.725, -50.11885, 18.64782] + }, + "Left_wing4": { + "rotation": [-4.90321, 0.97413, "14.9606+math.sin((query.anim_time-0.1)*240)*1"] + }, + "Left_wing5": { + "rotation": [2.46207, -0.43399, "19.9906+math.sin((query.anim_time-0.2)*240)*1"] + }, + "Left_fingers": { + "rotation": ["-37.5+math.sin((query.anim_time-0.1)*240)*12", 0, 0] + }, + "Right_wing1": { + "rotation": [68.4133, "-35.7699-math.sin((query.anim_time)*240)*5", -19.47054], + "position": ["0-math.sin((query.anim_time)*240)*0.4", "0.2888+math.sin((query.anim_time)*240)*0.2", "0.4082+math.sin((query.anim_time)*240)*0.3"] + }, + "Right_wing2": { + "rotation": [10.84512, -21.0571, "-21.9918-math.sin((query.anim_time)*240)*6"] + }, + "Right_wing3": { + "rotation": [-0.725, 50.11885, -18.64782] + }, + "Right_wing4": { + "rotation": [-4.90321, -0.97413, "-14.9606-math.sin((query.anim_time-0.1)*240)*1"] + }, + "Right_wing5": { + "rotation": [2.46207, 0.43399, "-19.9906-math.sin((query.anim_time-0.2)*240)*1"] + }, + "Neck": { + "rotation": ["12.5+math.sin((query.anim_time)*240)*5", 0, 0] + }, + "head": { + "rotation": [-17.5, 0, 0] + }, + "Ear": { + "rotation": [10, 0, 0] + }, + "Right_fingers": { + "rotation": ["-37.5+math.sin((query.anim_time-0.1)*240)*12", 0, 0] + } + } + }, + "animation.noivern.ground_walk": { + "loop": true, + "animation_length": 3, + "bones": { + "Chest": { + "rotation": ["52.5+math.sin((query.anim_time)*480)*2", "0+math.sin((query.anim_time)*240)*6", "0+math.sin((query.anim_time-0.3)*240)*2"], + "position": [0, "-26.75+math.sin((query.anim_time)*480)*1", -10] + }, + "Midsection": { + "rotation": [12.5, 0, "0+math.sin((query.anim_time-0.3)*240)*2"], + "position": [0, 0, 0] + }, + "Hips": { + "rotation": [17.5, 0, "0+math.sin((query.anim_time)*240)*10"] + }, + "Left_thigh": { + "rotation": [ + "-62.4653-math.clamp((math.sin((query.anim_time-0.4)*240)*15),0,50)", + -8.99284, + "22.2722+math.clamp((math.sin((query.anim_time-0.4)*240)*5),0,50)" + ], + "position": [0, "0-math.sin((query.anim_time)*240)*2", "0-math.sin((query.anim_time)*480)*1"] + }, + "Left_calf": { + "rotation": ["60.119+math.clamp((math.sin((query.anim_time-0.4)*240)*7),0,50)", "7.1087+math.clamp((math.sin((query.anim_time-0.4)*240)*7),0,50)", -3.083] + }, + "Left_foot": { + "rotation": [ + "-40.0618-math.clamp((math.sin((query.anim_time-0.4)*240)*20),0,50)", + "5.4367+math.sin((query.anim_time)*240)*5", + "-1.3018-math.clamp((math.sin((query.anim_time-0.4)*240)*10),0,50)" + ] + }, + "Left_innertoe": { + "rotation": ["-57.8203+math.clamp((math.sin((query.anim_time-0.4)*240)*20),0,50)", 20.16107, -20.31839] + }, + "Left_innertoe2": { + "rotation": ["25+math.clamp((math.sin((query.anim_time-0.4)*240)*20),0,50)", 0, 0] + }, + "Left_outertoe": { + "rotation": ["-57.6709+math.clamp((math.sin((query.anim_time-0.4)*240)*20),0,50)", -3.99699, 10.78614] + }, + "Left_outertoe2": { + "rotation": ["25+math.clamp((math.sin((query.anim_time-0.4)*240)*20),0,50)", 0, 0] + }, + "Right_thigh": { + "rotation": [ + "-62.5719-math.clamp((math.sin((query.anim_time+0.4)*240)*15),0,50)", + 9.20867, + "-22.8616-math.clamp((math.sin((query.anim_time+0.4)*240)*5),0,50)" + ], + "position": [0, "0+math.sin((query.anim_time)*240)*2", "0-math.sin((query.anim_time)*480)*1"] + }, + "Right_calf": { + "rotation": ["59.8677+math.clamp((math.sin((query.anim_time+0.4)*240)*7),0,50)", "2.4549-math.clamp((math.sin((query.anim_time+0.4)*240)*7),0,50)", -1.3961] + }, + "Right_foot": { + "rotation": [ + "-40.2426-math.clamp((math.sin((query.anim_time+0.4)*240)*20),0,50)", + "-5.7385-math.sin((query.anim_time)*240)*5", + "4.8371+math.clamp((math.sin((query.anim_time+0.4)*240)*10),0,50)" + ] + }, + "Right_innertoe": { + "rotation": ["-57.8203+math.clamp((math.sin((query.anim_time+0.4)*240)*20),0,50)", -20.16107, 20.31839] + }, + "Right_innertoe2": { + "rotation": ["25+math.clamp((math.sin((query.anim_time+0.4)*240)*20),0,50)", 0, 0] + }, + "Right_outertoe": { + "rotation": ["-55.1709+math.clamp((math.sin((query.anim_time+0.4)*240)*20),0,50)", 3.99699, -10.78614] + }, + "Right_outertoe2": { + "rotation": ["25+math.clamp((math.sin((query.anim_time+0.4)*240)*20),0,50)", 0, 0] + }, + "Tail1": { + "rotation": ["-15-math.sin((query.anim_time-0.1)*480)*5", 0, "0+math.sin((query.anim_time-0.1)*240)*5"] + }, + "Tail2": { + "rotation": ["-15-math.sin((query.anim_time-0.2)*480)*1", 0, "0+math.sin((query.anim_time-0.25)*240)*5"] + }, + "Tail3": { + "rotation": ["2.5-math.sin((query.anim_time-0.3)*480)*1", 0, "0+math.sin((query.anim_time-0.3)*240)*3"] + }, + "Tail4": { + "rotation": ["25-math.sin((query.anim_time-0.4)*480)*5", 0, "0+math.sin((query.anim_time-0.4)*240)*5"] + }, + "Tail5": { + "rotation": ["15-math.sin((query.anim_time-0.5)*480)*10", 0, "0+math.sin((query.anim_time-0.5)*240)*6"] + }, + "Tail6": { + "rotation": [7.5, 0, "0+math.sin((query.anim_time-0.7)*240)*6"] + }, + "Tail7": { + "rotation": ["-15-math.sin((query.anim_time-0.4)*480)*5", 0, "0+math.sin((query.anim_time-0.8)*240)*8"] + }, + "Left_wing1": { + "rotation": [ + "63.6584-math.sin((query.anim_time)*240)*5", + "46.6093-math.clamp((math.sin((query.anim_time+0.4)*240)*30),0,50)", + "11.6087-math.sin((query.anim_time)*240)*5" + ] + }, + "Left_wing2": { + "rotation": [10.23898, 17.2895, "23.2911-math.clamp((math.sin((query.anim_time+0.4)*240)*20),0,50)"] + }, + "Left_wing3": { + "rotation": [-0.68966, -47.61904, 18.60091] + }, + "Left_wing4": { + "rotation": [-0.99904, -0.26164, "4.9957+math.sin((query.anim_time)*240)*3"] + }, + "Left_wing5": { + "rotation": [2.46207, -0.43399, "19.9906+math.sin((query.anim_time)*240)*4"] + }, + "Left_fingers": { + "rotation": ["-32.3093-math.clamp((math.sin((query.anim_time+0.9)*240)*10),0,50)", -1.92391, 1.69109] + }, + "Right_wing1": { + "rotation": [ + "64.5974-math.sin((query.anim_time)*240)*5", + "-46.5912+math.clamp((math.sin((query.anim_time-0.4)*240)*30),0,50)", + "-12.2103-math.sin((query.anim_time)*240)*5" + ] + }, + "Right_wing2": { + "rotation": [10.23898, -17.2895, "-23.2911+math.clamp((math.sin((query.anim_time-0.4)*240)*20),0,50)"] + }, + "Right_wing3": { + "rotation": [-0.68966, 47.61904, -18.60091] + }, + "Right_wing4": { + "rotation": [-1.01804, 0.17358, "-9.9949+math.sin((query.anim_time)*240)*3"] + }, + "Right_wing5": { + "rotation": [2.46207, 0.43399, "-19.9906+math.sin((query.anim_time)*240)*4"] + }, + "Neck": { + "rotation": ["-7.5+math.sin((query.anim_time-0.2)*480)*3", 0, 0] + }, + "head": { + "rotation": ["2.5+math.sin((query.anim_time-0.3)*480)*1", 0, "0+math.sin((query.anim_time-0.3)*240)*2"] + }, + "Ear": { + "rotation": [10, 0, 0] + }, + "Right_fingers": { + "rotation": ["-32.3093-math.clamp((math.sin((query.anim_time+0.3)*240)*10),0,50)", 1.92391, -1.69109] + } + } + }, + "animation.noivern.battle_idle": { + "loop": true, + "animation_length": 3, + "bones": { + "Chest": { + "rotation": ["52.5-math.sin((query.anim_time-0.2)*240)*3", 0, 0], + "position": [0, "-27.75+math.sin((query.anim_time)*240)*1", "-10+math.sin((query.anim_time)*240)*0.5"] + }, + "Midsection": { + "rotation": ["12.5+math.sin((query.anim_time-0.1)*240)*3", 0, 0] + }, + "Hips": { + "rotation": ["17.5-math.sin((query.anim_time-0.1)*240)*1", 0, 0] + }, + "Left_thigh": { + "rotation": ["-63.9235+math.sin((query.anim_time)*240)*5", -14.81809, 28.55657], + "position": [0, "0+math.sin((query.anim_time)*240)*0.4", 1] + }, + "Left_calf": { + "rotation": ["60.3318-math.sin((query.anim_time)*240)*3", 15.52128, 2.57299], + "position": [0, "-0.5+math.sin((query.anim_time)*240)*0.1", "1-math.sin((query.anim_time)*240)*0.5"] + }, + "Left_foot": { + "rotation": ["-35+math.sin((query.anim_time)*240)*2", 0, 0], + "position": [0, "0+math.sin((query.anim_time+0.1)*240)*0.3", "0-math.sin((query.anim_time+0.3)*240)*0.2"] + }, + "Left_innertoe": { + "rotation": ["-72.8203+math.sin((query.anim_time)*240)*9", 20.16107, -20.31839] + }, + "Left_innertoe2": { + "rotation": ["40-math.sin((query.anim_time)*240)*15", 0, 0] + }, + "Left_outertoe": { + "rotation": ["-62.82+math.sin((query.anim_time)*240)*9", -3.99699, 10.78614] + }, + "Left_outertoe2": { + "rotation": ["30-math.sin((query.anim_time)*240)*17", 0, 0] + }, + "Right_thigh": { + "rotation": ["-63.9235+math.sin((query.anim_time)*240)*5", 14.82, -28.56], + "position": [0, "0+math.sin((query.anim_time)*240)*0.4", 1] + }, + "Right_calf": { + "rotation": ["60.3318-math.sin((query.anim_time)*240)*3", -15.52, -2.57], + "position": [0, "-0.5+math.sin((query.anim_time)*240)*0.1", "1-math.sin((query.anim_time)*240)*0.5"] + }, + "Right_foot": { + "rotation": ["-35+math.sin((query.anim_time)*240)*2", 0, 0], + "position": [0, "0+math.sin((query.anim_time+0.1)*240)*0.3", "0-math.sin((query.anim_time+0.3)*240)*0.2"] + }, + "Right_innertoe": { + "rotation": ["-72.8203+math.sin((query.anim_time)*240)*9", -20.16, 20.32] + }, + "Right_innertoe2": { + "rotation": ["40-math.sin((query.anim_time)*240)*15", 0, 0] + }, + "Right_outertoe": { + "rotation": ["-62.82+math.sin((query.anim_time)*240)*9", 4, -10.79] + }, + "Right_outertoe2": { + "rotation": ["30-math.sin((query.anim_time)*240)*17", 0, 0] + }, + "Tail1": { + "rotation": [-2.5, 0, "0-math.sin((query.anim_time-0.1)*240)*8"] + }, + "Tail2": { + "rotation": [-17.5, 0, "0-math.sin((query.anim_time-0.2)*240)*5"] + }, + "Tail3": { + "rotation": [-2.5, 0, "0-math.sin((query.anim_time-0.3)*240)*6"] + }, + "Tail4": { + "rotation": [22.5, 0, "0-math.sin((query.anim_time-0.4)*240)*15"] + }, + "Tail5": { + "rotation": [15, 0, "0-math.sin((query.anim_time-0.5)*240)*20"] + }, + "Tail6": { + "rotation": [7.5, 0, "0-math.sin((query.anim_time-0.6)*240)*20"] + }, + "Tail7": { + "rotation": [-15, 0, "0-math.sin((query.anim_time-0.7)*240)*20"] + }, + "Left_wing1": { + "rotation": [68.4133, "35.7699+math.sin((query.anim_time)*240)*5", 19.47054], + "position": ["0+math.sin((query.anim_time)*240)*0.4", "0.2888+math.sin((query.anim_time)*240)*0.2", "0.4082+math.sin((query.anim_time)*240)*0.3"] + }, + "Left_wing2": { + "rotation": [10.84512, 21.0571, "21.9918+math.sin((query.anim_time)*240)*6"] + }, + "Left_wing3": { + "rotation": [-0.725, -50.11885, 18.64782] + }, + "Left_wing4": { + "rotation": [-4.90321, 0.97413, "14.9606+math.sin((query.anim_time-0.1)*240)*1"] + }, + "Left_wing5": { + "rotation": [2.46207, -0.43399, "19.9906+math.sin((query.anim_time-0.2)*240)*1"] + }, + "Left_fingers": { + "rotation": ["-37.5+math.sin((query.anim_time-0.1)*240)*12", 0, 0] + }, + "Right_wing1": { + "rotation": [68.4133, "-35.7699-math.sin((query.anim_time)*240)*5", -19.47054], + "position": ["0-math.sin((query.anim_time)*240)*0.4", "0.2888+math.sin((query.anim_time)*240)*0.2", "0.4082+math.sin((query.anim_time)*240)*0.3"] + }, + "Right_wing2": { + "rotation": [10.84512, -21.0571, "-21.9918-math.sin((query.anim_time)*240)*6"] + }, + "Right_wing3": { + "rotation": [-0.725, 50.11885, -18.64782] + }, + "Right_wing4": { + "rotation": [-2.47873, -0.10695, "-14.9976-math.sin((query.anim_time-0.1)*240)*1"] + }, + "Right_wing5": { + "rotation": [2.46207, 0.43399, "-19.9906-math.sin((query.anim_time-0.2)*240)*1"] + }, + "Neck": { + "rotation": ["12.5+math.sin((query.anim_time)*240)*5", 0, 0] + }, + "head": { + "rotation": [-17.5, 0, 0] + }, + "Ear": { + "rotation": [10, 0, 0] + }, + "Right_fingers": { + "rotation": ["-37.5+math.sin((query.anim_time-0.1)*240)*12", 0, 0] + } + } + }, + "animation.noivern.blink": { + "animation_length": 0.25, + "bones": { + "Left_eyeclosed": { + "position": { + "0.0": [0.98, 0, -0.3], + "0.2083": [0.98, 0, -0.3], + "0.25": [0, 0, 0] + } + }, + "Right_eyeclosed": { + "position": { + "0.0": [-0.98, 0, -0.3], + "0.2083": [-0.98, 0, -0.3], + "0.25": [0, 0, 0] + } + } + } + }, + "animation.noivern.recoil": { + "animation_length": 1.5, + "bones": { + "Neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [11.13626, 19.65251, 3.78765], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [9.99123, -22.41676, -3.41386], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [11.13626, 19.65251, 3.78765], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [9.99123, -22.41676, -3.41386], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Jaw": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_eyeclosed": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [0.98, 0, -0.3], + "0.6667": [0.98, 0, -0.3], + "0.7083": [0, 0, 0], + "0.875": [0, 0, 0], + "0.9167": [0.98, 0, -0.3], + "1.0833": [0.98, 0, -0.3], + "1.125": [0, 0, 0], + "1.1667": [0, 0, 0], + "1.2083": [0.98, 0, -0.3], + "1.3333": [0.98, 0, -0.3], + "1.375": [0, 0, 0] + } + }, + "Right_eyeclosed": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [-0.98, 0, -0.3], + "0.6667": [-0.98, 0, -0.3], + "0.7083": [0, 0, 0], + "0.875": [0, 0, 0], + "0.9167": [-0.98, 0, -0.3], + "1.0833": [-0.98, 0, -0.3], + "1.125": [0, 0, 0], + "1.1667": [0, 0, 0], + "1.2083": [-0.98, 0, -0.3], + "1.3333": [-0.98, 0, -0.3], + "1.375": [0, 0, 0] + } + } + } + }, + "animation.noivern.physical": { + "animation_length": 3, + "bones": { + "Chest": { + "rotation": { + "0.0": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-9.21, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-14.56, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -26.75, -10], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, -31.75, -15], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, -33.75, -15], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -7.75, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 4.1, 8.32], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 2.25, 9], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0.25, 8], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -12.75, -37], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, -14.42, -21.33], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, -10.75, -7], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -12.75, -4], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, -9.75, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, -20.75, -6], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, -26.75, -10], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -26.75, -10], + "lerp_mode": "catmullrom" + } + } + }, + "Midsection": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [18.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Hips": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [26.59, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [17.36, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_thigh": { + "rotation": { + "0.0": { + "post": [-62.36149, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-92.36149, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-110.2737, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-39.86149, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-32.86149, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-49.86149, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-39.86149, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-24.86149, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-42.36149, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-19.86149, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [-67.71863, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-62.36149, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-62.36149, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + } + } + }, + "Left_calf": { + "rotation": { + "0.0": { + "post": [60.07906, 2.20474, 4.47683], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [69.91969, 6.25491, 8.77228], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [68.15453, 6.40492, 8.93137], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [42.41969, 6.25491, 8.77228], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [42.42, 6.25, 8.77], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [57.42, 6.25, 8.77], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [42.42, 6.25, 8.77], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [60.07906, 2.20474, 4.47683], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [40.9871, 1.92376, 4.17867], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [60.07906, 2.20474, 4.47683], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [60.07906, 2.20474, 4.47683], + "lerp_mode": "catmullrom" + } + } + }, + "Left_foot": { + "rotation": { + "0.0": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-50.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [-47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [-34.62, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_innertoe": { + "rotation": { + "0.0": { + "post": [-55.32031, 20.16107, -20.31839], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-46.49204, 20.16099, -20.31852], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-42.18471, 20.16084, -20.31874], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-16.52186, 20.16024, -20.31964], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-53.18, 20.16, -20.32], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-35.68, 20.16, -20.32], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-53.18, 20.16, -20.32], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-25.68, 20.16, -20.32], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-38.18, 20.16, -20.32], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-93.18, 20.16, -20.32], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-55.32031, 20.16107, -20.31839], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-55.32031, 20.16107, -20.31839], + "lerp_mode": "catmullrom" + } + } + }, + "Left_innertoe2": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [32.84, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [87.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [72.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_outertoe": { + "rotation": { + "0.0": { + "post": [-50.17087, -3.99699, 10.78614], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-41.89624, -3.99677, 10.78586], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-35.88516, -3.99699, 10.78614], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-11.31408, -3.99912, 10.78887], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-50.89, -4, 10.79], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-40.89, -4, 10.79], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-50.89, -4, 10.79], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-25.89, -4, 10.79], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-45.89, -4, 10.79], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-70.17087, -3.99699, 10.78614], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-50.17087, -3.99699, 10.78614], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-50.17087, -3.99699, 10.78614], + "lerp_mode": "catmullrom" + } + } + }, + "Left_outertoe2": { + "rotation": { + "0.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [33.2, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [55, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [97.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [65, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Right_thigh": { + "rotation": { + "0.0": { + "post": [-62.36149, 11.42562, -21.68697], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-92.36149, 11.42562, -21.68697], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-110.2737, 11.42562, -21.68697], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-39.86149, 11.42562, -21.68697], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-32.86149, 11.42562, -21.68697], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-49.86149, 11.42562, -21.68697], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-39.86149, 11.42562, -21.68697], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-24.86149, 11.42562, -21.68697], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-42.36149, 11.42562, -21.68697], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-19.86149, 11.42562, -21.68697], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [-67.71863, 11.42562, -21.68697], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-62.36149, 11.42562, -21.68697], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-62.36149, 11.42562, -21.68697], + "lerp_mode": "catmullrom" + } + } + }, + "Right_calf": { + "rotation": { + "0.0": { + "post": [60.07906, -2.20474, -4.47683], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [69.91969, -6.25491, -8.77228], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [68.15453, -6.40492, -8.93137], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [42.41969, -6.25491, -8.77228], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [42.42, -6.25, -8.77], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [57.42, -6.25, -8.77], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [42.42, -6.25, -8.77], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [60.07906, -2.20474, -4.47683], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [40.9871, -1.92376, -4.17867], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [60.07906, -2.20474, -4.47683], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [60.07906, -2.20474, -4.47683], + "lerp_mode": "catmullrom" + } + } + }, + "Right_foot": { + "rotation": { + "0.0": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-50.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [-47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [-34.62, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Right_innertoe": { + "rotation": { + "0.0": { + "post": [-55.32031, -20.16107, 20.31839], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-46.49204, -20.16099, 20.31852], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-42.18471, -20.16084, 20.31874], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-16.52186, -20.16024, 20.31964], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-53.18, -20.16, 20.32], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-35.68, -20.16, 20.32], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-53.18, -20.16, 20.32], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-25.68, -20.16, 20.32], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-38.18, -20.16, 20.32], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-93.18, -20.16, 20.32], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-55.32031, -20.16107, 20.31839], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-55.32031, -20.16107, 20.31839], + "lerp_mode": "catmullrom" + } + } + }, + "Right_innertoe2": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [32.84, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [87.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [72.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Right_outertoe": { + "rotation": { + "0.0": { + "post": [-50.17087, 3.99699, -10.78614], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-41.89624, 3.99677, -10.78586], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-35.88516, 3.99699, -10.78614], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-11.31408, 3.99912, -10.78887], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-50.89, 4, -10.79], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-40.89, 4, -10.79], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-50.89, 4, -10.79], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-25.89, 4, -10.79], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-45.89, 4, -10.79], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-70.17087, 3.99699, -10.78614], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-50.17087, 3.99699, -10.78614], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-50.17087, 3.99699, -10.78614], + "lerp_mode": "catmullrom" + } + } + }, + "Right_outertoe2": { + "rotation": { + "0.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [33.2, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [55, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [97.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [65, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail1": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [-9.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [87.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0.94, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [8.44, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail2": { + "rotation": { + "0.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [4.91, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [11.99, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail3": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [-3.91, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-2.67, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [12.61, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail4": { + "rotation": { + "0.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [-7.56, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-5.27, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [28.42, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail5": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [1.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-4.06, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [21, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail6": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [8.56, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [11.49, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [10.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail7": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [2.06, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [20.53, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [14.57, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_wing1": { + "rotation": { + "0.0": [61.59067, 41.53806, 5.47021], + "0.1667": [54.71713, 36.24247, -5.44616], + "0.25": [39.25631, 22.69829, -22.69896], + "0.6667": { + "pre": [-13.71217, 26.94622, -28.30005], + "post": [-13.71217, 26.94622, -28.30005], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [21.23551, -45.54796, -28.52396], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [12.2127, -43.65747, -17.40744], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-30.98824, 27.21443, -22.44356], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [12.2127, -43.65747, -17.40744], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-20.29487, 20.27981, -40.404], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [61.59067, 41.53806, 5.47021], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [61.59067, 41.53806, 5.47021], + "lerp_mode": "catmullrom" + } + } + }, + "Left_wing2": { + "rotation": { + "0.0": [10.06861, 23.9692, 19.82226], + "0.1667": [7.34801, 19.7801, 13.70077], + "0.25": [9.97974, 45.83166, 19.48689], + "0.5": { + "pre": [7.44601, 20.08709, 15.40721], + "post": [7.44601, 20.08709, 15.40721], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [10.06861, 23.9692, 19.82226], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10.06861, 23.9692, 19.82226], + "lerp_mode": "catmullrom" + } + } + }, + "Left_wing3": { + "rotation": { + "0.0": [-0.68966, -47.61904, 18.60091], + "0.1667": [-0.55034, -36.8714, 15.32937], + "0.25": [-0.59119, -46.8395, 13.47495], + "0.6667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [-0.68966, -47.61904, 18.60091], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.68966, -47.61904, 18.60091], + "lerp_mode": "catmullrom" + } + } + }, + "Left_wing4": { + "rotation": { + "0.0": [-2.51646, 0.11149, 14.98805], + "0.1667": [-2.55919, -0.54094, 14.98848], + "0.375": [-0.97742, 2.89475, 3.44686], + "0.5": [1.85741, 16.04878, 9.87676], + "0.6667": { + "pre": [0, 17.5, 0], + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 15.9, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [-2.50921, 0.22112, 17.48565], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.51646, 0.11149, 14.98805], + "lerp_mode": "catmullrom" + } + } + }, + "Left_wing5": { + "rotation": { + "0.0": [2.47864, -0.32621, 17.49294], + "0.1667": [2.46207, -0.43399, 19.99067], + "0.375": [1.68681, -12.37444, 13.10916], + "0.5": [1.20214, 20.1386, 9.17562], + "0.6667": { + "pre": [0, 25, 0], + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 29.64, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [2.47864, -0.32621, 17.49294], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.47864, -0.32621, 17.49294], + "lerp_mode": "catmullrom" + } + } + }, + "Left_fingers": { + "rotation": { + "0.0": [-17.5, 0, 0], + "0.1667": [-37.5, 0, 0], + "0.2917": [-27.5, 0, 0], + "0.4167": [30, 0, 0], + "2.7083": [-17.5, 0, 0], + "2.9167": [-42.5, 0, 0], + "3.0": [-17.5, 0, 0] + } + }, + "Right_wing1": { + "rotation": { + "0.0": [61.59067, -41.53806, -5.47021], + "0.1667": [54.71713, -36.24247, 5.44616], + "0.25": [39.25631, -22.69829, 22.69896], + "0.6667": { + "pre": [-13.71217, -26.94622, 28.30005], + "post": [-13.71217, -26.94622, 28.30005], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 45, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [21.23551, 45.54796, 28.52396], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [12.2127, 43.65747, 17.40744], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-30.98824, -27.21443, 22.44356], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [12.2127, 43.65747, 17.40744], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-20.29487, -20.27981, 40.404], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [61.59067, -41.53806, -5.47021], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [61.59067, -41.53806, -5.47021], + "lerp_mode": "catmullrom" + } + } + }, + "Right_wing2": { + "rotation": { + "0.0": [10.06861, -23.9692, -19.82226], + "0.1667": [7.34801, -19.7801, -13.70077], + "0.25": [9.97974, -45.83166, -19.48689], + "0.5": { + "pre": [7.44601, -20.08709, -15.40721], + "post": [7.44601, -20.08709, -15.40721], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [10.06861, -23.9692, -19.82226], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10.06861, -23.9692, -19.82226], + "lerp_mode": "catmullrom" + } + } + }, + "Right_wing3": { + "rotation": { + "0.0": [-0.68966, 47.61904, -18.60091], + "0.1667": [-0.55034, 36.8714, -15.32937], + "0.25": [-0.59119, 46.8395, -13.47495], + "0.6667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [-0.68966, 47.61904, -18.60091], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.68966, 47.61904, -18.60091], + "lerp_mode": "catmullrom" + } + } + }, + "Right_wing4": { + "rotation": { + "0.0": [-2.51646, -0.11149, -14.98805], + "0.1667": [-2.55919, 0.54094, -14.98848], + "0.375": [-0.97742, -2.89475, -3.44686], + "0.5": [1.85741, -16.04878, -9.87676], + "0.6667": { + "pre": [0, -17.5, 0], + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, -15.9, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 27.5, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 27.5, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 27.5, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [-2.50921, -0.22112, -17.48565], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.51646, -0.11149, -14.98805], + "lerp_mode": "catmullrom" + } + } + }, + "Right_wing5": { + "rotation": { + "0.0": [2.47864, 0.32621, -17.49294], + "0.1667": [2.46207, 0.43399, -19.99067], + "0.375": [1.68681, 12.37444, -13.10916], + "0.5": [1.20214, -20.1386, -9.17562], + "0.6667": { + "pre": [0, -25, 0], + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, -29.64, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [2.47864, 0.32621, -17.49294], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.47864, 0.32621, -17.49294], + "lerp_mode": "catmullrom" + } + } + }, + "Neck": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [7.86, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [20.23, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [10.83, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Ear": { + "rotation": [10, 0, 0] + }, + "Right_fingers": { + "rotation": { + "0.0": [-17.5, 0, 0], + "0.1667": [-37.5, 0, 0], + "0.2917": [-27.5, 0, 0], + "0.4167": [30, 0, 0], + "2.7083": [-17.5, 0, 0], + "2.9167": [-42.5, 0, 0], + "3.0": [-17.5, 0, 0] + } + }, + "Jaw": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [28.82, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [33.62, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Back_Fluff1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Back_Fluff2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_wing6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, -0.52, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 29.31, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, -10.4, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Right_wing6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0.52, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, -29.31, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 10.4, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.noivern.special": { + "animation_length": 3, + "bones": { + "Chest": { + "rotation": { + "0.0": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [58.23, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -26.75, -10], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, -31.75, -15], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, -33.75, -15], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 13.25, 11], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 4.02, -2.73], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 20.03, 0.36], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 11.88, -0.09], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, -2.75, -3], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, 7.75, 5], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, -26.75, -10], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -26.75, -10], + "lerp_mode": "catmullrom" + } + } + }, + "Midsection": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [30.29, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Hips": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_thigh": { + "rotation": { + "0.0": { + "post": [-62.36149, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-92.36149, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-110.2737, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-39.86149, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-32.86149, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-25.36149, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-35.36149, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-22.86149, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-44.86149, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [-62.36149, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-62.36149, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + } + } + }, + "Left_calf": { + "rotation": { + "0.0": { + "post": [60.07906, 2.20474, 4.47683], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [69.91969, 6.25491, 8.77228], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [68.15453, 6.40492, 8.93137], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [42.41969, 6.25491, 8.77228], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [16.50624, 4.69683, 0.17248], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-2.2255, 4.87257, -2.58146], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [33.55456, 6.09747, -10.44633], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-17.91373, 7.66946, 0.36862], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [60.07906, 2.20474, 4.47683], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [60.07906, 2.20474, 4.47683], + "lerp_mode": "catmullrom" + } + } + }, + "Left_foot": { + "rotation": { + "0.0": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-63.23, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [4.95016, -1.09124, -0.76135], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [24.12784, 0.15833, 0.11046], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [19.60999, -1.53808, -1.07311], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [-32.76237, -1.08586, -0.7576], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [-53.12871, 0.08043, 0.05612], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_innertoe": { + "rotation": { + "0.0": { + "post": [-55.32031, 20.16107, -20.31839], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-46.49204, 20.16099, -20.31852], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-42.18471, 20.16084, -20.31874], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-16.52186, 20.16024, -20.31964], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-53.18, 20.16, -20.32], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-35.68, 20.16, -20.32], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-54.17743, 15.87274, -13.84658], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-55.68, 20.16, -20.32], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-48.18, 20.16, -20.32], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-69.79934, 20.16092, -20.31862], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [-47.82031, 20.16107, -20.31839], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-55.32031, 20.16107, -20.31839], + "lerp_mode": "catmullrom" + } + } + }, + "Left_innertoe2": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [32.84, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [55, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [60, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [75, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [63.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_outertoe": { + "rotation": { + "0.0": { + "post": [-50.17087, -3.99699, 10.78614], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-41.89624, -3.99677, 10.78586], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-35.88516, -3.99699, 10.78614], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-11.31408, -3.99912, 10.78887], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-50.89, -4, 10.79], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-43.39, -4, 10.79], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-63.67731, -7.36873, 17.52502], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-58.39, -4, 10.79], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-50.89, -4, 10.79], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-63.05437, -3.99741, 10.78668], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [-45.17087, -3.99699, 10.78614], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-50.17087, -3.99699, 10.78614], + "lerp_mode": "catmullrom" + } + } + }, + "Left_outertoe2": { + "rotation": { + "0.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [33.2, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [60, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [67.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [92.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [75.82, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail1": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [-9.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-3.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-17.43, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-12.71, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [19.35, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-1.53, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [16.87, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail2": { + "rotation": { + "0.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [4.91, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-2.59, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [9.91, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [6.81, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-2.59, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-0.09, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [2.41, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [7.41, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail3": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [-3.91, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-2.67, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail4": { + "rotation": { + "0.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [-7.56, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-5.27, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [11.77, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [6.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail5": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [1.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-4.06, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [7.21, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [10.94, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [6.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail6": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [8.56, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [11.49, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-8.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [11.99, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [8.68, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-13.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [11.49, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [11.49, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-13.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [11.49, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail7": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [2.06, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [20.53, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-16.97, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [11.96, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-6.97, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [5.53, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [4.28, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-6.97, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [5.53, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_wing1": { + "rotation": { + "0.0": [61.59067, 41.53806, 5.47021], + "0.1667": [54.71713, 36.24247, -5.44616], + "0.25": [39.25631, 22.69829, -22.69896], + "0.4583": [6.43028, 5.36576, -15.56675], + "0.6667": { + "pre": [-18.16543, 18.1804, 4.46881], + "post": [-18.16543, 18.1804, 4.46881], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [25, 30, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [5, -5, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [21.93006, 19.10821, -19.18346], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [61.59067, 41.53806, 5.47021], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [61.59067, 41.53806, 5.47021], + "lerp_mode": "catmullrom" + } + } + }, + "Left_wing2": { + "rotation": { + "0.0": [10.06861, 23.9692, 19.82226], + "0.1667": [7.34801, 19.7801, 13.70077], + "0.25": [9.97974, 45.83166, 19.48689], + "0.5": { + "pre": [7.44601, 20.08709, 15.40721], + "post": [7.44601, 20.08709, 15.40721], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [10.06861, 23.9692, 19.82226], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10.06861, 23.9692, 19.82226], + "lerp_mode": "catmullrom" + } + } + }, + "Left_wing3": { + "rotation": { + "0.0": [-0.68966, -47.61904, 18.60091], + "0.1667": [-0.55034, -36.8714, 15.32937], + "0.25": [-0.59119, -46.8395, 13.47495], + "0.6667": { + "pre": [0, 15, 0], + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 4.26, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [-0.68966, -47.61904, 18.60091], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.68966, -47.61904, 18.60091], + "lerp_mode": "catmullrom" + } + } + }, + "Left_wing4": { + "rotation": { + "0.0": [-2.51646, 0.11149, 14.98805], + "0.1667": [-2.55919, -0.54094, 14.98848], + "0.375": [-0.97742, 2.89475, 3.44686], + "0.5": [1.85741, 16.04878, 9.87676], + "0.6667": { + "pre": [0, 17.5, 0], + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 15.9, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 15.9, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [-2.5095, -0.21782, 7.49527], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.51893, 0.00165, 12.49046], + "lerp_mode": "catmullrom" + } + } + }, + "Left_wing5": { + "rotation": { + "0.0": [2.47864, -0.32621, 17.49294], + "0.1667": [2.46207, -0.43399, 19.99067], + "0.375": [1.68681, -12.37444, 13.10916], + "0.5": [1.20214, 20.1386, 9.17562], + "0.6667": { + "pre": [0, 25, 0], + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 29.64, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 29.64, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-0.06252, 27.78108, -0.42139], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [2.47864, -0.32621, 17.49294], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.47864, -0.32621, 17.49294], + "lerp_mode": "catmullrom" + } + } + }, + "Left_fingers": { + "rotation": { + "0.0": [-17.5, 0, 0], + "0.1667": [-37.5, 0, 0], + "0.2917": [-27.5, 0, 0], + "0.4167": [30, 0, 0], + "2.0417": [30, 0, 0], + "2.9167": [-40.87, 0, 0], + "3.0": [-17.5, 0, 0] + } + }, + "Right_wing1": { + "rotation": { + "0.0": [61.59067, -41.53806, -5.47021], + "0.1667": [54.71713, -36.24247, 5.44616], + "0.25": [39.25631, -22.69829, 22.69896], + "0.4583": [6.43028, -5.36576, 15.56675], + "0.6667": { + "pre": [-18.16543, -18.1804, -4.46881], + "post": [-18.16543, -18.1804, -4.46881], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 45, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [25, -30, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 45, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [5, 5, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [21.93006, -19.10821, 19.18346], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [61.59067, -41.53806, -5.47021], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [61.59067, -41.53806, -5.47021], + "lerp_mode": "catmullrom" + } + } + }, + "Right_wing2": { + "rotation": { + "0.0": [10.06861, -23.9692, -19.82226], + "0.1667": [7.34801, -19.7801, -13.70077], + "0.25": [9.97974, -45.83166, -19.48689], + "0.5": { + "pre": [7.44601, -20.08709, -15.40721], + "post": [7.44601, -20.08709, -15.40721], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [10.06861, -23.9692, -19.82226], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10.06861, -23.9692, -19.82226], + "lerp_mode": "catmullrom" + } + } + }, + "Right_wing3": { + "rotation": { + "0.0": [-0.68966, 47.61904, -18.60091], + "0.1667": [-0.55034, 36.8714, -15.32937], + "0.25": [-0.59119, 46.8395, -13.47495], + "0.6667": { + "pre": [0, -15, 0], + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, -4.26, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [-0.68966, 47.61904, -18.60091], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.68966, 47.61904, -18.60091], + "lerp_mode": "catmullrom" + } + } + }, + "Right_wing4": { + "rotation": { + "0.0": [-2.51646, -0.11149, -14.98805], + "0.1667": [-2.55919, 0.54094, -14.98848], + "0.375": [-0.97742, -2.89475, -3.44686], + "0.5": [1.85741, -16.04878, -9.87676], + "0.6667": { + "pre": [0, -17.5, 0], + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, -15.9, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 27.5, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, -15.9, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 27.5, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 27.5, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [-2.5095, 0.21782, -7.49527], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.51893, -0.00165, -12.49046], + "lerp_mode": "catmullrom" + } + } + }, + "Right_wing5": { + "rotation": { + "0.0": [2.47864, 0.32621, -17.49294], + "0.1667": [2.46207, 0.43399, -19.99067], + "0.375": [1.68681, 12.37444, -13.10916], + "0.5": [1.20214, -20.1386, -9.17562], + "0.6667": { + "pre": [0, -25, 0], + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, -29.64, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, -29.64, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-0.06252, -27.78108, 0.42139], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [2.47864, 0.32621, -17.49294], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.47864, 0.32621, -17.49294], + "lerp_mode": "catmullrom" + } + } + }, + "Neck": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [42.82, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [9.62, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [16.38, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-66.3, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-72.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [12.64, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0.14, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-17.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Ear": { + "rotation": [10, 0, 0], + "scale": { + "0.0": [1, 1, 1], + "0.9583": [1, 1, 1], + "1.0": [1.17, 1.17, 1.17], + "1.0417": [1, 1, 1], + "1.0833": [1.17, 1.17, 1.17], + "1.125": [1, 1, 1], + "1.1667": [1.17, 1.17, 1.17], + "1.2083": [1, 1, 1], + "1.25": [1.17, 1.17, 1.17], + "1.2917": [1, 1, 1], + "1.3333": [1.17, 1.17, 1.17], + "1.375": [1, 1, 1], + "1.4167": [1.17, 1.17, 1.17], + "1.4583": [1, 1, 1], + "1.5": [1.17, 1.17, 1.17], + "1.5417": [1, 1, 1] + } + }, + "Right_fingers": { + "rotation": { + "0.0": [-17.5, 0, 0], + "0.1667": [-37.5, 0, 0], + "0.2917": [-27.5, 0, 0], + "0.4167": [30, 0, 0], + "2.0417": [30, 0, 0], + "2.9167": [-40.87, 0, 0], + "3.0": [-17.5, 0, 0] + } + }, + "Jaw": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [20.64, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [20.64, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [20.64, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [20.64, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Back_Fluff1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.37, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-0.94, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-12.37, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Back_Fluff2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-10.08, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-10.08, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_wing6": { + "rotation": { + "0.6667": { + "pre": [0, 5, 0], + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, -10.18, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Right_thigh": { + "rotation": { + "0.0": { + "post": [-62.36149, 11.42562, -21.68697], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-92.36149, 11.42562, -21.68697], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-110.2737, 11.42562, -21.68697], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-14.51198, 16.91214, -10.09653], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-22.86149, 11.42562, -21.68697], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-37.86149, 11.42562, -21.68697], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-35.36149, 11.42562, -21.68697], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [-62.36149, 11.42562, -21.68697], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-62.36149, 11.42562, -21.68697], + "lerp_mode": "catmullrom" + } + } + }, + "Right_calf": { + "rotation": { + "0.0": { + "post": [60.07906, -2.20474, -4.47683], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [69.91969, -6.25491, -8.77228], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [68.15453, -6.40492, -8.93137], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [42.41969, -6.25491, -8.77228], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [23.25207, -5.9465, -7.46733], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [16.50624, -4.69683, -0.17248], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [38.55456, -6.09747, 10.44633], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [64.71577, -2.5054, -3.28593], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [60.07906, -2.20474, -4.47683], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [60.07906, -2.20474, -4.47683], + "lerp_mode": "catmullrom" + } + } + }, + "Right_foot": { + "rotation": { + "0.0": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-63.23, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [27.45016, 1.09124, 0.76135], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-8.46001, -14.53333, -3.12042], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-3.10493, -11.77894, -2.55338], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [28.93035, -2.77675, -0.64068], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [-15.26237, 1.08586, 0.7576], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [-53.12871, -0.08043, -0.05612], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Right_innertoe": { + "rotation": { + "0.0": { + "post": [-55.32031, -20.16107, 20.31839], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-46.49204, -20.16099, 20.31852], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-42.18471, -20.16084, 20.31874], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-16.52186, -20.16024, 20.31964], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-53.18, -20.16, 20.32], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-35.68, -20.16, 20.32], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-54.17743, -15.87274, 13.84658], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-55.68, -20.16, 20.32], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-48.18, -20.16, 20.32], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [-67.82031, -20.16107, 20.31839], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-55.32031, -20.16107, 20.31839], + "lerp_mode": "catmullrom" + } + } + }, + "Right_innertoe2": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [32.84, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [55, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [60, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [75, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [63.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Right_outertoe": { + "rotation": { + "0.0": { + "post": [-50.17087, 3.99699, -10.78614], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-41.89624, 3.99677, -10.78586], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-35.88516, 3.99699, -10.78614], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-11.31408, 3.99912, -10.78887], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-50.89, 4, -10.79], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-43.39, 4, -10.79], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-63.67731, 7.36873, -17.52502], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-58.39, 4, -10.79], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-50.89, 4, -10.79], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [-62.67087, 3.99699, -10.78614], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-50.17087, 3.99699, -10.78614], + "lerp_mode": "catmullrom" + } + } + }, + "Right_outertoe2": { + "rotation": { + "0.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [33.2, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [60, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [67.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [92.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [75.82, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Right_wing6": { + "rotation": { + "0.6667": { + "pre": [0, -5, 0], + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 10.18, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.noivern.status": { + "animation_length": 3, + "bones": { + "Chest": { + "rotation": { + "0.0": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -26.75, -10], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, -33.75, -15], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -23.75, -16], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -22.25, -16], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, -23.75, -16], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, -26.75, -10], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -26.75, -10], + "lerp_mode": "catmullrom" + } + } + }, + "Midsection": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [30.29, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Hips": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_thigh": { + "rotation": { + "0.0": { + "post": [-62.36149, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-92.36149, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-110.2737, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-49.86149, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-44.86149, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-49.86149, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-58.93556, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-63.71566, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-62.36149, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-62.36149, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + } + } + }, + "Left_calf": { + "rotation": { + "0.0": { + "post": [60.07906, 2.20474, 4.47683], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [69.91969, 6.25491, 8.77228], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [68.15453, 6.40492, 8.93137], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [50.07906, 2.20474, 4.47683], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [40.07906, 2.20474, 4.47683], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [50.07906, 2.20474, 4.47683], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [66.28277, 2.20474, 4.47683], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [60.07906, 2.20474, 4.47683], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [60.07906, 2.20474, 4.47683], + "lerp_mode": "catmullrom" + } + } + }, + "Left_foot": { + "rotation": { + "0.0": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-52.07555, 7.9185, 6.12673], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-46.39, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_innertoe": { + "rotation": { + "0.0": { + "post": [-55.32031, 20.16107, -20.31839], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-46.49204, 20.16099, -20.31852], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-42.18471, 20.16084, -20.31874], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-16.52186, 20.16024, -20.31964], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-62.82031, 20.16107, -20.31839], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-62.82031, 20.16107, -20.31839], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-53.09809, 20.16107, -20.31839], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-46.10156, 20.16107, -20.31839], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-55.32031, 20.16107, -20.31839], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-55.32031, 20.16107, -20.31839], + "lerp_mode": "catmullrom" + } + } + }, + "Left_innertoe2": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [32.84, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_outertoe": { + "rotation": { + "0.0": { + "post": [-50.17087, -3.99699, 10.78614], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-41.89624, -3.99677, 10.78586], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-35.88516, -3.99699, 10.78614], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-11.31408, -3.99912, 10.78887], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-62.67087, -3.99699, 10.78614], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-62.67087, -3.99699, 10.78614], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-51.46717, -3.99699, 10.78614], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-42.61879, -3.99699, 10.78614], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-50.17087, -3.99699, 10.78614], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-50.17087, -3.99699, 10.78614], + "lerp_mode": "catmullrom" + } + } + }, + "Left_outertoe2": { + "rotation": { + "0.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [33.2, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail1": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [-9.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-0.97, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-17.43, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-12.71, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [9.35, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-1.53, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail2": { + "rotation": { + "0.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [4.91, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-2.59, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [6.81, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-2.59, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-0.09, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail3": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [-3.91, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-2.67, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail4": { + "rotation": { + "0.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [-7.56, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-5.27, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [11.77, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail5": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [1.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-4.06, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [7.21, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [10.94, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail6": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [8.56, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [11.49, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-8.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [11.99, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [8.68, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-13.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [11.49, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail7": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [2.06, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [20.53, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-16.97, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [11.96, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-6.97, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [5.53, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_wing1": { + "rotation": { + "0.0": { + "post": [61.59067, 41.53806, 5.47021], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [42.45988, 18.0314, -12.89384], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [62.09512, 28.17299, 7.29902], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [90.37561, 42.70712, 25.24713], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [90.37561, 42.70712, 25.24713], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [61.59067, 41.53806, 5.47021], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [61.59067, 41.53806, 5.47021], + "lerp_mode": "catmullrom" + } + } + }, + "Left_wing2": { + "rotation": { + "0.0": { + "post": [10.06861, 23.9692, 19.82226], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [9.97974, 45.83166, 19.48689], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [10.06861, 23.9692, 19.82226], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [10.52727, 18.15825, 24.8407], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [10.52727, 18.15825, 24.8407], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [10.06861, 23.9692, 19.82226], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10.06861, 23.9692, 19.82226], + "lerp_mode": "catmullrom" + } + } + }, + "Left_wing3": { + "rotation": { + "0.0": { + "post": [-0.68966, -47.61904, 18.60091], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-0.59119, -46.8395, 13.47495], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-0.68966, -47.61904, 18.60091], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [3.86, -47.32, 25.99], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [3.86, -47.32, 25.99], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-0.68966, -47.61904, 18.60091], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.68966, -47.61904, 18.60091], + "lerp_mode": "catmullrom" + } + } + }, + "Left_wing4": { + "rotation": { + "0.0": { + "post": [-2.51646, 0.11149, 14.98805], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-2.55919, -0.54094, 14.98848], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-2.5095, -0.21782, 7.49527], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.51, -0.22, 7.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-2.51, -0.22, 7.5], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-2.5095, -0.21782, 7.49527], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.51646, 0.11149, 14.98805], + "lerp_mode": "catmullrom" + } + } + }, + "Left_wing5": { + "rotation": { + "0.0": { + "post": [2.47864, -0.32621, 17.49294], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [2.46207, -0.43399, 19.99067], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [2.38846, -0.73755, 27.15266], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [2.47864, -0.32621, 17.49294], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.44184, -0.54483, 22.48553], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [2.41577, -0.65079, 24.98342], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [2.47864, -0.32621, 17.49294], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.47864, -0.32621, 17.49294], + "lerp_mode": "catmullrom" + } + } + }, + "Left_fingers": { + "rotation": { + "0.0": [-17.5, 0, 0], + "0.1667": [-37.5, 0, 0], + "0.2917": [-27.5, 0, 0], + "0.5": [-32.5, 0, 0], + "0.75": [-2.5, 0, 0], + "1.0": [-10, 0, 0], + "1.5": [-10, 0, 0], + "2.25": [-17.5, 0, 0], + "3.0": [-17.5, 0, 0] + } + }, + "Right_wing1": { + "rotation": { + "0.0": { + "post": [61.59067, -41.53806, -5.47021], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [42.45988, -18.0314, 12.89384], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [62.09512, -28.17299, -7.29902], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [90.37561, -42.70712, -25.24713], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [90.37561, -42.70712, -25.24713], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [61.59067, -41.53806, -5.47021], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [61.59067, -41.53806, -5.47021], + "lerp_mode": "catmullrom" + } + } + }, + "Right_wing2": { + "rotation": { + "0.0": { + "post": [10.06861, -23.9692, -19.82226], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [9.97974, -45.83166, -19.48689], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [10.06861, -23.9692, -19.82226], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [10.52727, -18.15825, -24.8407], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [10.52727, -18.15825, -24.8407], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [10.06861, -23.9692, -19.82226], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10.06861, -23.9692, -19.82226], + "lerp_mode": "catmullrom" + } + } + }, + "Right_wing3": { + "rotation": { + "0.0": { + "post": [-0.68966, 47.61904, -18.60091], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-0.59119, 46.8395, -13.47495], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-0.68966, 47.61904, -18.60091], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [3.86, 47.32, -25.99], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [3.86, 47.32, -25.99], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-0.68966, 47.61904, -18.60091], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.68966, 47.61904, -18.60091], + "lerp_mode": "catmullrom" + } + } + }, + "Right_wing4": { + "rotation": { + "0.0": { + "post": [-2.51646, -0.11149, -14.98805], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-2.55919, 0.54094, -14.98848], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-2.5095, 0.21782, -7.49527], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.51, 0.22, -7.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-2.51, 0.22, -7.5], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-2.5095, 0.21782, -7.49527], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.51646, -0.11149, -14.98805], + "lerp_mode": "catmullrom" + } + } + }, + "Right_wing5": { + "rotation": { + "0.0": { + "post": [2.47864, 0.32621, -17.49294], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [2.46207, 0.43399, -19.99067], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [2.38846, 0.73755, -27.15266], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [2.47864, 0.32621, -17.49294], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.44184, 0.54483, -22.48553], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [2.41577, 0.65079, -24.98342], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [2.47864, 0.32621, -17.49294], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.47864, 0.32621, -17.49294], + "lerp_mode": "catmullrom" + } + } + }, + "Neck": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [42.82, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [25.32, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [10.16651, 1.78266, -9.84141], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-4.68, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10.16651, 1.78266, 9.8414], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-66.3, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-38.26159, -7.43152, -13.29946], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-48.86621, 0.37986, -3.51453], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-37.61826, -6.56185, 6.23389], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Ear": { + "rotation": { + "0.0": [10, 0, 0], + "0.75": [10, 0, 0], + "1.75": [10, 0, 0], + "2.25": [10, 0, 0], + "3.0": [10, 0, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "0.75": [1, 1, 1], + "0.9583": [1, 1, 1], + "1.0": [1.17, 1.17, 1.17], + "1.0417": [1, 1, 1], + "1.0833": [1.17, 1.17, 1.17], + "1.125": [1, 1, 1], + "1.1667": [1.17, 1.17, 1.17], + "1.2083": [1, 1, 1], + "1.25": [1.17, 1.17, 1.17], + "1.2917": [1, 1, 1], + "1.3333": [1.17, 1.17, 1.17], + "1.375": [1, 1, 1], + "1.4167": [1.17, 1.17, 1.17], + "1.4583": [1, 1, 1], + "1.5": [1.17, 1.17, 1.17], + "1.5417": [1, 1, 1], + "1.75": [1, 1, 1], + "2.25": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "Right_fingers": { + "rotation": { + "0.0": [-17.5, 0, 0], + "0.1667": [-37.5, 0, 0], + "0.2917": [-27.5, 0, 0], + "0.5": [-32.5, 0, 0], + "0.75": [-2.5, 0, 0], + "1.0": [-10, 0, 0], + "1.5": [-10, 0, 0], + "2.25": [-17.5, 0, 0], + "3.0": [-17.5, 0, 0] + } + }, + "Jaw": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [41.97, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [54.92, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [40.27, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [55.18, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [40.09, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [46.91, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Back_Fluff1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Back_Fluff2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Right_thigh": { + "rotation": { + "0.0": { + "post": [-62.36149, 11.42562, -21.68697], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-92.36149, 11.42562, -21.68697], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-110.2737, 11.42562, -21.68697], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-49.86149, 11.42562, -21.68697], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-44.86149, 11.42562, -21.68697], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-49.86149, 11.42562, -21.68697], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-58.93556, 11.42562, -21.68697], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-63.71566, 11.42562, -21.68697], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-62.36149, 11.42562, -21.68697], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-62.36149, 11.42562, -21.68697], + "lerp_mode": "catmullrom" + } + } + }, + "Right_calf": { + "rotation": { + "0.0": { + "post": [60.07906, -2.20474, -4.47683], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [69.91969, -6.25491, -8.77228], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [68.15453, -6.40492, -8.93137], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [50.07906, -2.20474, -4.47683], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [40.07906, -2.20474, -4.47683], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [50.07906, -2.20474, -4.47683], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [66.28277, -2.20474, -4.47683], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [60.07906, -2.20474, -4.47683], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [60.07906, -2.20474, -4.47683], + "lerp_mode": "catmullrom" + } + } + }, + "Right_foot": { + "rotation": { + "0.0": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-52.07555, -7.9185, -6.12673], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-46.39, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Right_innertoe": { + "rotation": { + "0.0": { + "post": [-55.32031, -20.16107, 20.31839], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-46.49204, -20.16099, 20.31852], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-42.18471, -20.16084, 20.31874], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-16.52186, -20.16024, 20.31964], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-62.82031, -20.16107, 20.31839], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-62.82031, -20.16107, 20.31839], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-53.09809, -20.16107, 20.31839], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-46.10156, -20.16107, 20.31839], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-55.32031, -20.16107, 20.31839], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-55.32031, -20.16107, 20.31839], + "lerp_mode": "catmullrom" + } + } + }, + "Right_innertoe2": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [32.84, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Right_outertoe": { + "rotation": { + "0.0": { + "post": [-50.17087, 3.99699, -10.78614], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-41.89624, 3.99677, -10.78586], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-35.88516, 3.99699, -10.78614], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-11.31408, 3.99912, -10.78887], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-62.67087, 3.99699, -10.78614], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-62.67087, 3.99699, -10.78614], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-51.46717, 3.99699, -10.78614], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-42.61879, 3.99699, -10.78614], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-50.17087, 3.99699, -10.78614], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-50.17087, 3.99699, -10.78614], + "lerp_mode": "catmullrom" + } + } + }, + "Right_outertoe2": { + "rotation": { + "0.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [33.2, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.noivern.faint": { + "animation_length": 3, + "bones": { + "Chest": { + "rotation": { + "0.0": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [34.89743, 2.86544, -4.09918], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [22.39743, -2.86544, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [22.39743, -2.86544, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [72.5, 0, 0] + }, + "position": { + "0.0": { + "post": [0, -26.75, -10], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, -18.75, -5], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, -16.94, -4.17], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, -17.07, -4.11], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, -16.76, -4.09], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -16.92, -4.05], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, -18.75, -5], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, -41.75, -16] + } + }, + "Midsection": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [22.48072, -0.95645, 2.30991], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [22.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.0833": [0, 0, 0], + "1.125": [0, -0.25, 0], + "1.1667": [0, 0, 0], + "1.2083": [0, -0.25, 0], + "1.25": [0, 0, 0] + } + }, + "Hips": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [27.58957, 4.43385, 2.31336], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [27.5, 0, 0] + } + }, + "Left_thigh": { + "rotation": { + "0.0": { + "post": [-62.36149, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-79.86149, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-28.41385, -20.01606, 16.3627], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-28.41385, -20.01606, 16.3627], + "lerp_mode": "catmullrom" + }, + "1.8333": [30.87558, -18.45082, 2.91423] + }, + "position": { + "0.0": [0, 0, 0], + "0.2083": { + "pre": [0, -0.08716, -0.99619], + "post": [0, -0.08716, -0.99619], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": [0, 0, 1] + } + }, + "Left_calf": { + "rotation": { + "0.0": { + "post": [60.07906, 2.20474, 4.47683], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [72.57906, 2.20474, 4.47683], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [42.57906, 2.20474, 4.47683], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [42.57906, 2.20474, 4.47683], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [53.70197, 2.2765, 2.71016], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [43.67291, 11.05715, -7.48177], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [16.55768, 7.38627, -5.38524], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [1.8142, 4.93902, -3.98755], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-42.92929, 2.49177, -2.58986], + "lerp_mode": "catmullrom" + }, + "2.0": [-42.93, 2.49, -2.59] + } + }, + "Left_foot": { + "rotation": { + "0.0": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-15.89, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-53.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": [15, 0, 0] + } + }, + "Left_innertoe": { + "rotation": { + "0.0": { + "post": [-55.32031, 20.16107, -20.31839], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-55.32, 20.16, -20.32], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-55.32031, 20.16107, -20.31839], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-55.32031, 20.16107, -20.31839], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-142.82031, 20.16107, -20.31839], + "lerp_mode": "catmullrom" + }, + "1.8333": [49.67969, 20.16107, -20.31839] + } + }, + "Left_innertoe2": { + "rotation": { + "0.0": [25, 0, 0], + "0.2083": [15, 0, 0] + } + }, + "Left_outertoe": { + "rotation": { + "0.0": { + "post": [-50.17087, -3.99699, 10.78614], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-50.59, -4, 10.79], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-52.67087, -3.99699, 10.78614], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-52.67087, -3.99699, 10.78614], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-57.00905, -10.17082, 4.25531], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-102.81832, 0.33162, -3.49558], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-116.17253, 16.14267, 7.1586], + "lerp_mode": "catmullrom" + }, + "1.8333": [49.97644, -28.69229, -15.33717] + } + }, + "Left_outertoe2": { + "rotation": { + "0.0": [30, 0, 0], + "0.2083": [20, 0, 0] + } + }, + "Right_thigh": { + "rotation": { + "0.0": { + "post": [-62.36149, 11.42562, -21.68697], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-79.86149, 11.42562, -21.68697], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-67.73142, 15.72084, -19.02484], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-28.41385, 20.01606, -16.3627], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-28.41385, 20.01606, -16.3627], + "lerp_mode": "catmullrom" + }, + "1.8333": [30.87558, 18.45082, -2.91423] + }, + "position": { + "0.0": [0, 0, 0], + "0.2083": { + "pre": [0, -0.08716, -0.99619], + "post": [0, -0.08716, -0.99619], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-0.00881, -1.04135, -0.58253], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": [0, 0, 1] + } + }, + "Right_calf": { + "rotation": { + "0.0": { + "post": [60.07906, -2.20474, -4.47683], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [72.57906, -2.20474, -4.47683], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [42.57906, -2.20474, -4.47683], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [42.57906, -2.20474, -4.47683], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [53.70197, -2.2765, -2.71016], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [43.67291, -11.05715, 7.48177], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [16.55768, -7.38627, 5.38524], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [1.8142, -4.93902, 3.98755], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-42.92929, -2.49177, 2.58986], + "lerp_mode": "catmullrom" + }, + "2.0": [-42.93, -2.49, 2.59] + } + }, + "Right_foot": { + "rotation": { + "0.0": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-50.26, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-15.89, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-53.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": [15, 0, 0] + } + }, + "Right_innertoe": { + "rotation": { + "0.0": { + "post": [-55.32031, -20.16107, 20.31839], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-55.32, -20.16, 20.32], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-42.82031, -20.16107, 20.31839], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-55.32031, -20.16107, 20.31839], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-55.32031, -20.16107, 20.31839], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-142.82031, -20.16107, 20.31839], + "lerp_mode": "catmullrom" + }, + "1.8333": [49.67969, -20.16107, 20.31839] + } + }, + "Right_innertoe2": { + "rotation": { + "0.0": [25, 0, 0], + "0.2083": [15, 0, 0], + "0.5417": [55, 0, 0], + "0.9167": [15, 0, 0] + } + }, + "Right_outertoe": { + "rotation": { + "0.0": { + "post": [-50.17087, 3.99699, -10.78614], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-50.59, 4, -10.79], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-38.71776, 3.99699, -10.78614], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-52.67087, 3.99699, -10.78614], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-52.67087, 3.99699, -10.78614], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-57.00905, 10.17082, -4.25531], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-102.81832, -0.33162, 3.49558], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-116.17253, -16.14267, -7.1586], + "lerp_mode": "catmullrom" + }, + "1.8333": [49.97644, 28.69229, 15.33717] + } + }, + "Right_outertoe2": { + "rotation": { + "0.0": [30, 0, 0], + "0.2083": [15, 0, 0], + "0.5417": [45, 0, 0], + "0.9167": [15, 0, 0] + } + }, + "Tail1": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": [-57.5, 0, 0] + } + }, + "Tail2": { + "rotation": { + "0.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": [-2.5, 0, 0] + } + }, + "Tail3": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-9.31, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [5.32, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": [10, 0, 0] + } + }, + "Tail4": { + "rotation": { + "0.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-0.22, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [8.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [9.77, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail5": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-13.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [5.37, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [2.5, 0, 0] + } + }, + "Tail6": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-10.31, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [9.74, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail7": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-17.67, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-22.66, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [20.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": [-2.01, 0, 0] + } + }, + "Left_wing1": { + "rotation": { + "0.0": { + "post": [61.59067, 41.53806, 5.47021], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [85.12447, 51.58531, 31.47333], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [95.86095, 57.03074, 37.0754], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [68.25488, 59.04159, 9.82138], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [39.74082, 27.25561, -27.72303], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [15.46747, 11.2507, -32.32793], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [15.47, 11.25, -32.33], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [15.46747, 11.2507, -32.32793], + "lerp_mode": "catmullrom" + }, + "1.9583": [15.46747, 11.2507, -32.32793] + } + }, + "Left_wing2": { + "rotation": { + "0.0": { + "post": [10.06861, 23.9692, 19.82226], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [6.13475, 10.29209, 9.40782], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-3.78719, 6.78239, -19.3393], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-0.05344, -26.96125, -9.02214], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [2.78407, -19.78997, 19.52468], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [3.41593, 10.5705, 34.98164], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [3.40359, -9.39481, 33.79806], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [3.37389, 5.57927, 34.68268], + "lerp_mode": "catmullrom" + }, + "1.9583": [3.41593, 10.5705, 34.98164] + } + }, + "Left_wing3": { + "rotation": { + "0.0": { + "post": [-0.68966, -47.61904, 18.60091], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-0.55192, -32.6199, 18.38899], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2.21, 2.05, 28.88], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [3.40168, 17.05895, 31.03074], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [1.09879, -5.02365, 0.56405], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [1.10395, 7.47406, 0.8039], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [1.09879, -5.02365, 0.56405], + "lerp_mode": "catmullrom" + }, + "2.0": [1.09879, -5.02365, 0.56405] + } + }, + "Left_wing4": { + "rotation": { + "0.0": { + "post": [-2.5095, -0.21782, 7.49527], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-2.54614, -9.7692, 17.92765], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [6.26332, 9.91415, 15.51158], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [7.6436, -1.61927, 13.61585], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-2.35738, -13.52952, 17.12689], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-3.07687, -8.74864, 17.12424], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-2.51, 0.22, 17.49], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-2.53291, 7.71276, 17.15949], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-2.51, 0.22, 17.49], + "lerp_mode": "catmullrom" + }, + "2.0": [-2.51, 0.22, 17.49] + } + }, + "Left_wing5": { + "rotation": { + "0.0": { + "post": [2.47864, -0.32621, 17.49294], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-0.13001, -5.60514, 34.71872], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [1.02333, -5.78394, 32.34005], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [2.26595, -20.45274, 20.4654], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [2.24091, -6.49499, 19.93805], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-2.52, -0.33, 17.49], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-2.52834, 4.66515, 17.26971], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-2.54364, -7.8227, 17.82191], + "lerp_mode": "catmullrom" + }, + "2.0": [-2.52, -0.33, 17.49] + } + }, + "Left_fingers": { + "rotation": { + "0.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [48.95, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": [-12.5, 0, 0], + "2.0": [-2.5, 0, 0] + } + }, + "Right_wing1": { + "rotation": { + "0.0": { + "post": [61.59067, -41.53806, -5.47021], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [69.79, -54.77, -5.84], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [68.25488, -59.04159, -9.82138], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [39.74082, -27.25561, 27.72303], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [15.46747, -11.2507, 32.32793], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [15.47, -11.25, 32.33], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [15.46747, -11.2507, 32.32793], + "lerp_mode": "catmullrom" + }, + "1.9583": [15.46747, -11.2507, 32.32793] + } + }, + "Right_wing2": { + "rotation": { + "0.0": { + "post": [10.06861, -23.9692, -19.82226], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-4.3478, -3.93398, 24.16932], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-0.05344, 26.96125, 9.02214], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [2.78407, 19.78997, -19.52468], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [3.41593, -10.5705, -34.98164], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [3.40359, 9.39481, -33.79806], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [3.37389, -5.57927, -34.68268], + "lerp_mode": "catmullrom" + }, + "1.9583": [3.41593, -10.5705, -34.98164] + } + }, + "Right_wing3": { + "rotation": { + "0.0": { + "post": [-0.68966, 47.61904, -18.60091], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-0.49508, 20.12042, -18.26177], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2.21, -2.05, -28.88], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [3.40168, -17.05895, -31.03074], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [1.09879, 5.02365, -0.56405], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [1.10395, -7.47406, -0.8039], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [1.09879, 5.02365, -0.56405], + "lerp_mode": "catmullrom" + }, + "2.0": [1.09879, 5.02365, -0.56405] + } + }, + "Right_wing4": { + "rotation": { + "0.0": { + "post": [-2.5095, 0.21782, -7.49527], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-2.54614, 9.7692, -17.92765], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [6.26332, -9.91415, -15.51158], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [7.6436, 1.61927, -13.61585], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-2.35738, 13.52952, -17.12689], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-3.07687, 8.74864, -17.12424], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-2.51, -0.22, -17.49], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-2.53291, -7.71276, -17.15949], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-2.51, -0.22, -17.49], + "lerp_mode": "catmullrom" + }, + "2.0": [-2.51, -0.22, -17.49] + } + }, + "Right_wing5": { + "rotation": { + "0.0": { + "post": [2.47864, 0.32621, -17.49294], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-0.13001, 5.60514, -34.71872], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [1.02333, 5.78394, -32.34005], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [2.26595, 20.45274, -20.4654], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [2.24091, 6.49499, -19.93805], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-2.52, 0.33, -17.49], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-2.52834, -4.66515, -17.26971], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-2.54364, 7.8227, -17.82191], + "lerp_mode": "catmullrom" + }, + "2.0": [-2.52, 0.33, -17.49] + } + }, + "Neck": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-22.21893, -1.06081, -4.88645], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": [22.5, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [36.01, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-73.04559, -1.47607, -0.52754], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-68.04559, -1.47607, -0.52754], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-73.04559, -1.47607, -0.52754], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-68.04559, -1.47607, -0.52754], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-70.54559, -1.47607, -0.52754], + "lerp_mode": "catmullrom" + }, + "2.0833": [-68.04559, -1.47607, -0.52754] + } + }, + "Ear": { + "rotation": [10, 0, 0] + }, + "Right_fingers": { + "rotation": { + "0.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [48.95, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": [-12.5, 0, 0], + "2.0": [-2.5, 0, 0] + } + }, + "Left_wing6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-1.4679, -7.33011, 11.34079], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-1.30962, -7.38542, 10.08453], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-1.36113, -17.38501, 10.32058], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-1.31, -7.39, 10.08], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-1.31065, 7.60612, 9.73797], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-1.31871, -9.88934, 10.138], + "lerp_mode": "catmullrom" + }, + "2.0": [-1.31, -7.39, 10.08] + } + }, + "Right_wing6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-1.4679, 7.33011, -11.34079], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-1.30962, 7.38542, -10.08453], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-1.36113, 17.38501, -10.32058], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-1.31, 7.39, -10.08], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-1.31065, -7.60612, -9.73797], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-1.31871, 9.88934, -10.138], + "lerp_mode": "catmullrom" + }, + "2.0": [-1.31, 7.39, -10.08] + } + }, + "Jaw": { + "rotation": { + "0.9167": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [62.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_eyeclosed": { + "position": { + "0.0833": [0, 0, 0], + "0.125": [0.98, 0, -0.3], + "0.2917": [0.98, 0, -0.3], + "0.3333": [0, 0, 0], + "0.4583": [0, 0, 0], + "0.5": [0.98, 0, -0.3], + "0.6667": [0.98, 0, -0.3], + "0.7083": [0, 0, 0], + "0.9583": [0, 0, 0], + "1.0": [0.98, 0, -0.3] + } + }, + "Right_eyeclosed": { + "position": { + "0.0833": [0, 0, 0], + "0.125": [-0.98, 0, -0.3], + "0.2917": [-0.98, 0, -0.3], + "0.3333": [0, 0, 0], + "0.4583": [0, 0, 0], + "0.5": [-0.98, 0, -0.3], + "0.6667": [-0.98, 0, -0.3], + "0.7083": [0, 0, 0], + "0.9583": [0, 0, 0], + "1.0": [-0.98, 0, -0.3] + } + } + } + }, + "animation.noivern.sleep": { + "loop": true, + "animation_length": 6, + "bones": { + "Chest": { + "rotation": [75, 0, 0], + "position": [0, -41.75, -10] + }, + "Midsection": { + "rotation": [12.39638, 1.61888, -7.32417] + }, + "Hips": { + "rotation": [-4.83045, -1.29256, -14.94548] + }, + "Left_thigh": { + "rotation": [-106.57031, -1.7857, 36.40877], + "position": [0, 0.5221, 3.96578] + }, + "Left_calf": { + "rotation": [72.57906, 2.20474, 4.47683] + }, + "Left_foot": { + "rotation": [-52.32648, 2.86313, 6.93488] + }, + "Left_innertoe": { + "rotation": [-15.32031, 20.16107, -20.31839] + }, + "Left_innertoe2": { + "rotation": [30, 0, 0] + }, + "Left_outertoe": { + "rotation": [-12.67087, -3.99699, 10.78614] + }, + "Left_outertoe2": { + "rotation": [30, 0, 0] + }, + "Right_thigh": { + "rotation": [-106.57031, 1.7857, -36.40877], + "position": [0, 0.5221, 3.96578] + }, + "Right_calf": { + "rotation": [72.57906, -2.20474, -4.47683] + }, + "Right_foot": { + "rotation": [-57.04679, 7.02678, 0.72432] + }, + "Right_innertoe": { + "rotation": [-13.48104, -21.40548, 15.1383] + }, + "Right_innertoe2": { + "rotation": [30, 0, 0] + }, + "Right_outertoe": { + "rotation": [-10.27136, 8.91774, -11.67876] + }, + "Right_outertoe2": { + "rotation": [30, 0, 0] + }, + "Tail1": { + "rotation": [-13.56841, 1.01033, -26.01308] + }, + "Tail2": { + "rotation": [-8.57621, 5.90027, -32.70095] + }, + "Tail3": { + "rotation": [2.71622, 11.414, "-31.1123-math.sin((query.anim_time-0.1)*60)*2"] + }, + "Tail4": { + "rotation": [-5.33477, 2.03272, "-17.3818-math.sin((query.anim_time-0.2)*60)*3"] + }, + "Tail5": { + "rotation": [-2.26519, 4.19569, "-19.5358-math.sin((query.anim_time-0.3)*60)*3"] + }, + "Tail6": { + "rotation": [-0.25279, 1.93597, "-14.8774-math.sin((query.anim_time-0.4)*60)*3"] + }, + "Tail7": { + "rotation": [0, 0, "-20-math.sin((query.anim_time-0.5)*60)*3"] + }, + "Left_wing1": { + "rotation": [-4.24776, 30.64966, -72.21633], + "position": [0, 0.38823, 1.44889] + }, + "Left_wing2": { + "rotation": [7.82143, -6.92812, 5.28381] + }, + "Left_wing3": { + "rotation": [-0.46486, -0.1211, 18.09245] + }, + "Left_wing4": { + "rotation": [-2.41848, -6.73457, 30.2902] + }, + "Left_wing5": { + "rotation": [-0.22899, 3.93982, 35.17702] + }, + "Left_fingers": { + "rotation": [5, 0, 0] + }, + "Right_wing1": { + "rotation": [0.63417, -27.45817, 63.44767], + "position": [0, 0.19411, 0.72444] + }, + "Right_wing2": { + "rotation": [8.89886, 5.47049, 4.66801] + }, + "Right_wing3": { + "rotation": [-0.46486, 0.1211, -18.09245] + }, + "Right_wing4": { + "rotation": [-2.41848, 6.73457, -30.2902] + }, + "Right_wing5": { + "rotation": [-0.22899, -3.93982, -35.17702] + }, + "Neck": { + "rotation": ["5.6842+math.sin((query.anim_time-0.2)*60)*2", 2.61806, 24.81729] + }, + "head": { + "rotation": ["-68.0095-math.sin((query.anim_time-0.2)*60)*2", -12.19908, 27.62113] + }, + "Ear": { + "rotation": [10, 0, 0], + "scale": { + "1.0": [1, 1, 1], + "1.0833": [1.02, 1.02, 1.02], + "1.1667": [1, 1, 1], + "1.25": [1.02, 1.02, 1.02], + "1.3333": [1, 1, 1], + "4.0": [1, 1, 1], + "4.0833": [1.02, 1.02, 1.02], + "4.1667": [1, 1, 1], + "4.25": [1.02, 1.02, 1.02], + "4.3333": [1, 1, 1] + } + }, + "Right_fingers": { + "rotation": [10, 0, 0] + }, + "Left_wing6": { + "rotation": [0, 0, 15] + }, + "Right_wing6": { + "rotation": [0, 0, -15] + }, + "Left_eyeclosed": { + "position": [0.98, 0, -0.3] + }, + "Right_eyeclosed": { + "position": [-0.98, 0, -0.3] + } + } + }, + "animation.noivern.echo": { + "animation_length": 2, + "bones": { + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-14.74085, 29.96112, -0.50093], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-14.74085, 29.96112, -0.50093], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-7, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-16.73202, -34.71046, 2.35229], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-16.73202, -34.71046, 2.35229], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Jaw": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [28.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [28.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Ear": { + "scale": { + "0.0": [1, 1, 1], + "0.375": [1, 1, 1], + "0.4167": [1.15, 1.15, 1.15], + "0.4583": [1, 1, 1], + "0.5": [1.15, 1.15, 1.15], + "0.5417": [1, 1, 1], + "1.375": [1, 1, 1], + "1.4167": [1.15, 1.15, 1.15], + "1.4583": [1, 1, 1], + "1.5": [1.15, 1.15, 1.15], + "1.5417": [1, 1, 1] + } + } + } + }, + "animation.noivern.cry": { + "animation_length": 3, + "bones": { + "Neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-4.01765, 12.47764, 0.75328], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-11.07065, -15.73078, 2.15706], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Jaw": { + "rotation": { + "0.375": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + }, + "sound_effects": { + "0.5": { + "effect": "pokemon.noivern.cry" + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/nymble/nymble.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/nymble/nymble.animation.json new file mode 100644 index 0000000..f17831a --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/nymble/nymble.animation.json @@ -0,0 +1,118 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.nymble.ground_idle": { + "loop": true, + "bones": { + "head": { + "rotation": [32.5, 0, 0] + }, + "torso": { + "rotation": [340, 0, 0] + }, + "leg_left": { + "rotation": [55.01663, -41.72585, -53.21714] + }, + "leg_left2": { + "rotation": [-91.28882, 0.11244, -70.02853] + }, + "leg_left3": { + "rotation": [2.72535, 47.44052, 3.69768] + }, + "leg_left4": { + "rotation": [-90, 0, -95] + }, + "leg_right": { + "rotation": [53.57934, 41.22132, 52.52439] + }, + "leg_right2": { + "rotation": [-63.08132, 1.63918, 71.10998] + }, + "leg_right3": { + "rotation": [0, -47.5, 0] + }, + "leg_right4": { + "rotation": [-92.5, 0, 90] + }, + "body": { + "position": [0, -3, 0] + } + } + }, + "animation.nymble.sleep": { + "loop": true, + "bones": { + "body": { + "rotation": [0, 0, -47.5], + "position": [0, -4, 0] + }, + "leg_left": { + "rotation": [0, -77.5, -137.5] + }, + "leg_left2": { + "rotation": [0, 60, 0] + }, + "leg_right": { + "rotation": [-53.8713, 14.11572, 63.37365] + }, + "leg_right2": { + "rotation": [0, -70, 0] + }, + "head": { + "rotation": [22.5, 0, 0] + }, + "leg_right3": { + "rotation": [0, 0, 77.5] + }, + "leg_right4": { + "rotation": [0, -50, 0] + }, + "leg_left3": { + "rotation": [0, 0, -135] + }, + "leg_left4": { + "rotation": [0, 72.5, 0] + } + } + }, + "animation.nymble.ground_walk": { + "loop": true, + "bones": { + "head": { + "rotation": [32.5, 0, 0] + }, + "torso": { + "rotation": [340, 0, 0] + }, + "leg_left": { + "rotation": [55.01663, -41.72585, -53.21714] + }, + "leg_left2": { + "rotation": [-91.29249, 0.05612, -72.5279] + }, + "leg_left3": { + "rotation": [2.72535, 47.44052, 3.69768] + }, + "leg_left4": { + "rotation": [-90, 0, -95] + }, + "leg_right": { + "rotation": [53.57934, 41.22132, 52.52439] + }, + "leg_right2": { + "rotation": [-63.08132, 1.63918, 71.10998] + }, + "leg_right3": { + "rotation": [0, -47.5, 0] + }, + "leg_right4": { + "rotation": [-92.5, 0, 90] + }, + "body": { + "rotation": ["-math.sin(query.anim_time*90*7-60)*10", 0, 0], + "position": [0, "11+math.clamp(math.sin(query.anim_time*90*7)*15,-14,15)", "-math.sin(query.anim_time*90*7-80)*5"] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ogerpon/ogerpon.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ogerpon/ogerpon.animation.json new file mode 100644 index 0000000..33478c5 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ogerpon/ogerpon.animation.json @@ -0,0 +1,495 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.ogerpon.ground_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "rotation": ["-2.5-4*math.sin(q.anim_time*90*4-90)*1", "0+4*math.sin(q.anim_time*90*2-90)*1", "0-8*math.sin(q.anim_time*90*2-90)*1"], + "position": [0, "0.8*math.sin(q.anim_time*90*4+20)", 0] + }, + "tealmask": { + "rotation": [0, 0, "0-8*math.sin(q.anim_time*90*2-180)*0.2"], + "position": [0, 0, 4], + "scale": [0.1, 0.1, 1] + }, + "knot": { + "rotation": [0, 0, "0-8*math.sin(q.anim_time*90*2-90)*3"] + }, + "knot_2": { + "rotation": [0, 0, "0-8*math.sin(q.anim_time*90*2-180)*2"] + }, + "knot_3": { + "rotation": [0, 0, "0-8*math.sin(q.anim_time*90*2-270)*1"] + }, + "arm_right": { + "rotation": [0, 0, "-7.5+5*math.sin(q.anim_time*90*4-150)*0.5"] + }, + "bone15": { + "rotation": [0, 0, "-7.5+5*math.sin(q.anim_time*90*4-170)*0.5"] + }, + "arm_left": { + "rotation": [0, 0, "7.5-5*math.sin(q.anim_time*90*4-150)*0.5"] + }, + "bone13": { + "rotation": [0, 0, "7.5-5*math.sin(q.anim_time*90*4-170)*0.5"] + }, + "skirt_left": { + "rotation": ["-2.5-4*math.sin(q.anim_time*90*4-180)*1", 0, 0] + }, + "skirt_right": { + "rotation": ["-2.5-4*math.sin(q.anim_time*90*4-180)*1", 0, 0] + }, + "skirt_back": { + "rotation": ["-2.5-4*math.sin(q.anim_time*90*4-180)*2", 0, 0] + }, + "skirt_front": { + "rotation": ["-2.5-4*math.sin(q.anim_time*90*4-180)*2", 0, 0] + }, + "leg_right_1": { + "rotation": ["2.3567+math.clamp(math.sin(q.anim_time*90*2-90)*10,-100,0)", "17.3649-math.clamp(math.sin(q.anim_time*90*2-90)*5,-10,0)", 7.85035], + "position": [ + "-(math.clamp(-1*math.sin(q.anim_time*90*2-90),0,1))", + "math.clamp(-0.5*math.sin(q.anim_time*90*2-80),0,1)", + "1+math.clamp(2*math.sin(q.anim_time*90*2-90),-2,0)" + ] + }, + "feet_right": { + "rotation": { + "0.0": ["10.5052+10*math.sin(q.anim_time*90*12-80)", -1.92623, -11.50943], + "0.5": [0, 10, -7.5], + "1.0": [0, 10, -7.5], + "1.5417": [0, 10, -7.5], + "2.0": ["10.5052+10*math.sin(q.anim_time*90*12-80)", -1.92623, -11.50943], + "2.5": [0, 10, -7.5], + "3.0": [0, 10, -7.5], + "3.5417": [0, 10, -7.5], + "4.0": ["10.5052+10*math.sin(q.anim_time*90*12-80)", -1.92623, -11.50943] + } + }, + "leg_left_1": { + "rotation": ["2.3567+math.clamp(-math.sin(q.anim_time*90*2-90)*10,-100,0)", "-17.3649+math.clamp(-math.sin(q.anim_time*90*2-90)*5,-10,0)", -7.85035], + "position": [ + "math.clamp(1*math.sin(q.anim_time*90*2-90),0,1)", + "math.clamp(0.5*math.sin(q.anim_time*90*2-80),0,1)", + "1+math.clamp(-2*math.sin(q.anim_time*90*2-90),-2,0)" + ] + }, + "feet_left": { + "rotation": { + "0.0": [0, -10, 7.5], + "0.5417": [0, -10, 7.5], + "0.875": ["10.0572+10*math.sin(q.anim_time*90*12-80)", 4.81216, 8.85922], + "1.5": [0, -10, 7.5], + "2.0": [0, -10, 7.5], + "2.5417": [0, -10, 7.5], + "2.875": ["10.0572+10*math.sin(q.anim_time*90*12-80)", 4.81216, 8.85922], + "3.5": [0, -10, 7.5], + "4.0": [0, -10, 7.5] + } + } + } + }, + "animation.ogerpon.sleep": { + "loop": true, + "bones": { + "body_position": { + "position": [0, -12, 0] + }, + "body": { + "rotation": ["5-math.cos(q.anim_time*90*1)*1", 0, 0] + }, + "eye_right": { + "scale": [1, 0, 1] + }, + "eye_left": { + "scale": [1, 0, 1] + }, + "skirt_left": { + "rotation": [0, 0, -55] + }, + "skirt_right": { + "rotation": [0, 0, 52.5] + }, + "skirt_back": { + "rotation": ["39.7+math.cos(q.anim_time*90*1)*5", 0, 0] + }, + "skirt_front": { + "rotation": [-72.5, 0, 0] + }, + "knot": { + "rotation": ["5-math.cos(q.anim_time*90*1)*5", 0, 0] + }, + "knot_2": { + "rotation": ["5-math.cos(q.anim_time*90*1)*1", 0, 0] + }, + "arm_right": { + "rotation": [0, -5, "-1-math.cos(q.anim_time*90*1-60)*2"] + }, + "arm_left": { + "rotation": [0, 0, "1+math.cos(q.anim_time*90*1-60)*2"] + }, + "tealmask": { + "scale": 0 + }, + "leg_right_1": { + "rotation": [-90, 20, 0] + }, + "leg_left_1": { + "rotation": [-89.93795, -17.48791, -0.55958] + } + } + }, + "animation.ogerpon.blink": { + "animation_length": 0.625, + "bones": { + "eye_right": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + }, + "eye_left": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + } + } + }, + "animation.ogerpon.battle_idle": { + "loop": true, + "bones": { + "body": { + "rotation": ["10-math.cos(q.anim_time*90*3/2)*1", 2.5, 0], + "position": [0, "-0.825-math.sin(q.anim_time*90*3/2)*0.3", 0] + }, + "skirt_back": { + "rotation": ["0+math.cos(q.anim_time*90*3/2-260)*4", 0, 0] + }, + "skirt_front": { + "rotation": ["0+math.cos(q.anim_time*90*3/2-260)*4", 0, 0] + }, + "knot": { + "rotation": ["7.5-math.cos(q.anim_time*90*3/2-60)*5", 0, 0] + }, + "knot_2": { + "rotation": ["0-math.cos(q.anim_time*90*3/2-120)*3/2", 0, 0] + }, + "arm_right": { + "rotation": [0, "30-math.cos(q.anim_time*90*3/2-160)*2", "0-math.cos(q.anim_time*90*3/2-130)*1"] + }, + "bone15": { + "rotation": [0, 0, "0-math.cos(q.anim_time*90*3/2-210)*4"] + }, + "arm_left": { + "rotation": [0, "-22.5+math.cos(q.anim_time*90*3/2-160)*2", "0-math.cos(q.anim_time*90*3/2-130)*1"] + }, + "bone13": { + "rotation": [0, 0, "0-math.cos(q.anim_time*90*3/2-210)*-4"] + }, + "leg_right_1": { + "rotation": [0, 0, 10], + "position": [0, -0.55, 0] + }, + "leg_right_2": { + "rotation": [17.5, 0, 0] + }, + "feet_right": { + "rotation": [-17.44447, 8.94248, -13.2712] + }, + "leg_left_1": { + "rotation": [-22.5, 0, -15], + "position": [0, -0.825, 0] + }, + "leg_left_2": { + "rotation": [20, 0, 0] + }, + "feet_left": { + "rotation": [3.17802, -15.61486, 14.24992] + } + } + }, + "animation.ogerpon.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "body": { + "rotation": ["-2.5+Math.cos((query.anim_time-0.4) * 90 * 4*2) * 3", 0, 0], + "position": [0, "Math.cos((query.anim_time) * 90 * 4*2) * 0.3", 0] + }, + "skirt_left": { + "rotation": [0, 0, "5+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -7"] + }, + "skirt_right": { + "rotation": [0, 0, "-5+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -7"] + }, + "skirt_back": { + "rotation": ["5+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -8", 0, 0] + }, + "skirt_front": { + "rotation": [0, 0, "0+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -2"] + }, + "knot": { + "rotation": ["5+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -4", 0, 0] + }, + "knot_2": { + "rotation": ["5+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -3", 0, 0] + }, + "arm_right": { + "rotation": [0, "0-10*math.sin(q.anim_time*90*4)", "Math.cos((query.anim_time-0.6) * 90 * 2*2) * 2"] + }, + "bone15": { + "rotation": [0, "0-10*math.sin(q.anim_time*90*4)*0.3", "Math.cos((query.anim_time-0.6) * 90 * 2*2) * 2"] + }, + "arm_left": { + "rotation": [0, "0-10*math.sin(q.anim_time*90*4)", "Math.cos((query.anim_time-0.6) * 90 * 2*2) * 2"] + }, + "bone13": { + "rotation": [0, "0-10*math.sin(q.anim_time*90*4)*0.3", "Math.cos((query.anim_time-0.6) * 90 * 2*2) * 2"] + }, + "tealmask": { + "position": [0, 0, 4], + "scale": [0.1, 0.1, 1] + }, + "leg_right_1": { + "rotation": { + "0.0": [31.94, -4.07, 5.92], + "0.0417": [34.01816, -4.75113, 8.57518], + "0.125": [28.23141, -3.47957, 13.25477], + "0.2917": [0.08439, 1.60667, 17.97314], + "0.4167": [-31.76625, 0.64267, 17.18925], + "0.5": [-37, 0, 12], + "0.5833": [-33.42857, 0, 4.57143], + "0.7917": [2, 0, 0], + "0.9583": [29.87012, -3.39366, 3.26799], + "1.0": [31.94, -4.07, 5.92] + }, + "position": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, 0], + "0.25": [0, 1, 0], + "0.5": [0, 0, 0], + "1.0": [0, 0, 0] + } + }, + "leg_right_2": { + "rotation": { + "0.0": [12.92, 0, 0], + "0.0417": [15, 0, 0], + "0.2917": [25, 0, 0], + "0.5": [7.5, 0, 0], + "0.7917": [2.5, 0, 0], + "1.0": [12.92, 0, 0] + } + }, + "feet_right": { + "rotation": { + "0.0": [-5.42, 0, 0], + "0.0417": [-7.5, 0, 0], + "0.2917": [15.91527, 19.291, 5.38152], + "0.5": [15, 5, 0], + "0.7917": [5, 0, 0], + "1.0": [-5.42, 0, 0] + } + }, + "toe_right": { + "rotation": { + "0.0": [-14.91, 0, 0], + "0.0833": [-20, 0, 0], + "0.5": [-22.5, 0, 0], + "0.5417": [-24, 0, 0], + "0.625": [-32.5, 0, 0], + "0.75": [-2.5, 0, 0], + "0.7917": [-2.19, 0, 0], + "1.0": [-14.91, 0, 0] + } + }, + "leg_left_1": { + "rotation": { + "0.0": [-38, 0, -12], + "0.0833": [-34.42857, 0, -4.57143], + "0.2917": [2, 0, 0], + "0.4583": [29.87012, 3.39366, -3.26799], + "0.5417": [34.01816, 4.75113, -8.57518], + "0.625": [28.23141, 3.47957, -13.25477], + "0.7917": [0.08439, -1.60667, -17.97314], + "0.9167": [-32.76625, -0.64267, -17.18925], + "1.0": [-38, 0, -12] + }, + "position": { + "0.0": [0, 0, 0], + "0.5833": [0, 0, 0], + "0.75": [0, 1, 0], + "1.0": [0, 0, 0] + } + }, + "leg_left_2": { + "rotation": { + "0.0": [7.5, 0, 0], + "0.2917": [2.5, 0, 0], + "0.5417": [15, 0, 0], + "0.7917": [25, 0, 0], + "1.0": [7.5, 0, 0] + } + }, + "feet_left": { + "rotation": { + "0.0": [15, -5, 0], + "0.2917": [5, 0, 0], + "0.5417": [-7.5, 0, 0], + "0.7917": [15.91527, -19.291, -5.38152], + "1.0": [15, -5, 0] + } + }, + "bone": { + "rotation": { + "0.0": [-22.5, 0, 0], + "0.0417": [-24, 0, 0], + "0.125": [-32.5, 0, 0], + "0.25": [-2.5, 0, 0], + "0.2917": [-2.19, 0, 0], + "0.5833": [-20, 0, 0], + "1.0": [-22.5, 0, 0] + } + } + } + }, + "animation.ogerpon.ground_run": { + "loop": true, + "animation_length": 0.5, + "bones": { + "body_position": { + "position": { + "0.0": [0, 1.85, 0], + "0.0417": [0, 1.67, 0], + "0.125": [0, 0, 0], + "0.2083": { + "pre": [0, 1.67, 0], + "post": [0, 1.67, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 1.85, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 1.67, 0], + "lerp_mode": "catmullrom" + }, + "0.375": [0, 0, 0], + "0.4583": [0, 1.67, 0], + "0.5": [0, 1.85, 0] + } + }, + "body": { + "rotation": ["15+Math.cos((query.anim_time) * 90 * 8*2 - 90) * 2", 0, "Math.cos((query.anim_time) * 90 * 8 - 90) * 2"], + "position": [0, "Math.cos((query.anim_time) * 90 * 8*2 - 10) * 0.2", 0] + }, + "skirt_left": { + "rotation": [0, 0, "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * -20"] + }, + "skirt_right": { + "rotation": [0, 0, "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * -20"] + }, + "skirt_back": { + "rotation": ["0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * 20", 0, 0] + }, + "skirt_front": { + "rotation": ["-55+Math.cos((query.anim_time) * 90 * 8*2 - 90) * 20", 0, 0] + }, + "knot": { + "rotation": ["-5+Math.cos((query.anim_time) * 90 * 8*2 - 120) * 6", 0, 0] + }, + "arm_right": { + "rotation": [0, "10+Math.cos((query.anim_time) * 90 * 8) * 15", "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * 5"], + "position": [0, 0, 1] + }, + "bone15": { + "rotation": [0, "-0+Math.cos((query.anim_time) * 90 * 8) * -0.2", "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * -2"] + }, + "arm_left": { + "rotation": [0, "-10+Math.cos((query.anim_time) * 90 * 8) * -15", "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * -5"], + "position": [0, 0, 1] + }, + "bone13": { + "rotation": [0, "-0+Math.cos((query.anim_time) * 90 * 8) * -0.2", "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * -2"] + }, + "tealmask": { + "scale": 1 + }, + "leg_right_1": { + "rotation": { + "0.0": [55, 0, 0], + "0.0833": [36.67, 0, 0], + "0.1667": [-32.08, 0, 0], + "0.25": [-55, 0, 0], + "0.3333": [-32.08, 0, 0], + "0.4167": [36.67, 0, 0], + "0.5": [55, 0, 0] + } + }, + "leg_right_2": { + "rotation": { + "0.0": [17.5, 0, 0], + "0.125": { + "pre": [43.75, 0, 0], + "post": [43.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [17.5, 0, 0] + } + }, + "leg_left_1": { + "rotation": { + "0.0": [-55, 0, 0], + "0.0833": [-32.08, 0, 0], + "0.1667": [36.67, 0, 0], + "0.25": [55, 0, 0], + "0.3333": [36.67, 0, 0], + "0.4167": [-32.08, 0, 0], + "0.5": [-55, 0, 0] + } + }, + "leg_left_2": { + "rotation": { + "0.0": [10, 0, 0], + "0.1667": { + "pre": [-20, 0, 0], + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [43.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [10, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ogerpon_fire/ogerpon_fire.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ogerpon_fire/ogerpon_fire.animation.json new file mode 100644 index 0000000..4489704 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ogerpon_fire/ogerpon_fire.animation.json @@ -0,0 +1,480 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.ogerpon_fire.ground_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "rotation": ["-2.5-4*math.sin(q.anim_time*90*4-90)*1", "0+4*math.sin(q.anim_time*90*2-90)*1", "0-8*math.sin(q.anim_time*90*2-90)*1"], + "position": [0, "0.8*math.sin(q.anim_time*90*4+20)", 0] + }, + "knot": { + "rotation": [0, 0, "0-8*math.sin(q.anim_time*90*2-90)*3"] + }, + "knot_2": { + "rotation": [0, 0, "0-8*math.sin(q.anim_time*90*2-180)*2"] + }, + "knot_3": { + "rotation": [0, 0, "0-8*math.sin(q.anim_time*90*2-270)*1"] + }, + "arm_right": { + "rotation": [0, 0, "-7.5+5*math.sin(q.anim_time*90*4-150)*0.5"] + }, + "bone15": { + "rotation": [0, 0, "-7.5+5*math.sin(q.anim_time*90*4-170)*0.5"] + }, + "arm_left": { + "rotation": [0, 0, "7.5-5*math.sin(q.anim_time*90*4-150)*0.5"] + }, + "bone13": { + "rotation": [0, 0, "7.5-5*math.sin(q.anim_time*90*4-170)*0.5"] + }, + "skirt_left": { + "rotation": ["-2.5-4*math.sin(q.anim_time*90*4-180)*1", 0, 0] + }, + "skirt_right": { + "rotation": ["-2.5-4*math.sin(q.anim_time*90*4-180)*1", 0, 0] + }, + "skirt_back": { + "rotation": ["-2.5-4*math.sin(q.anim_time*90*4-180)*2", 0, 0] + }, + "skirt_front": { + "rotation": ["-2.5-4*math.sin(q.anim_time*90*4-180)*2", 0, 0] + }, + "leg_right_1": { + "rotation": ["2.3567+math.clamp(math.sin(q.anim_time*90*2-90)*10,-100,0)", "17.3649-math.clamp(math.sin(q.anim_time*90*2-90)*5,-10,0)", 7.85035], + "position": [ + "-(math.clamp(-1*math.sin(q.anim_time*90*2-90),0,1))", + "math.clamp(-0.5*math.sin(q.anim_time*90*2-80),0,1)", + "1+math.clamp(2*math.sin(q.anim_time*90*2-90),-2,0)" + ] + }, + "feet_right": { + "rotation": { + "0.0": ["10.5052+10*math.sin(q.anim_time*90*12-80)", -1.92623, -11.50943], + "0.5": [0, 10, -7.5], + "1.0": [0, 10, -7.5], + "1.5417": [0, 10, -7.5], + "2.0": ["10.5052+10*math.sin(q.anim_time*90*12-80)", -1.92623, -11.50943], + "2.5": [0, 10, -7.5], + "3.0": [0, 10, -7.5], + "3.5417": [0, 10, -7.5], + "4.0": ["10.5052+10*math.sin(q.anim_time*90*12-80)", -1.92623, -11.50943] + } + }, + "leg_left_1": { + "rotation": ["2.3567+math.clamp(-math.sin(q.anim_time*90*2-90)*10,-100,0)", "-17.3649+math.clamp(-math.sin(q.anim_time*90*2-90)*5,-10,0)", -7.85035], + "position": [ + "math.clamp(1*math.sin(q.anim_time*90*2-90),0,1)", + "math.clamp(0.5*math.sin(q.anim_time*90*2-80),0,1)", + "1+math.clamp(-2*math.sin(q.anim_time*90*2-90),-2,0)" + ] + }, + "feet_left": { + "rotation": { + "0.0": [0, -10, 7.5], + "0.5417": [0, -10, 7.5], + "0.875": ["10.0572+10*math.sin(q.anim_time*90*12-80)", 4.81216, 8.85922], + "1.5": [0, -10, 7.5], + "2.0": [0, -10, 7.5], + "2.5417": [0, -10, 7.5], + "2.875": ["10.0572+10*math.sin(q.anim_time*90*12-80)", 4.81216, 8.85922], + "3.5": [0, -10, 7.5], + "4.0": [0, -10, 7.5] + } + } + } + }, + "animation.ogerpon_fire.sleep": { + "loop": true, + "bones": { + "body_position": { + "position": [0, -12, 0] + }, + "body": { + "rotation": ["5-math.cos(q.anim_time*90*1)*1", 0, 0] + }, + "eye_right": { + "scale": [1, 0, 1] + }, + "eye_left": { + "scale": [1, 0, 1] + }, + "skirt_left": { + "rotation": [0, 0, -55] + }, + "skirt_right": { + "rotation": [0, 0, 52.5] + }, + "skirt_back": { + "rotation": ["39.7+math.cos(q.anim_time*90*1)*5", 0, 0] + }, + "skirt_front": { + "rotation": [-72.5, 0, 0] + }, + "knot": { + "rotation": ["5-math.cos(q.anim_time*90*1)*5", 0, 0] + }, + "knot_2": { + "rotation": ["5-math.cos(q.anim_time*90*1)*1", 0, 0] + }, + "arm_right": { + "rotation": [0, -5, "-1-math.cos(q.anim_time*90*1-60)*2"] + }, + "arm_left": { + "rotation": [0, 0, "1+math.cos(q.anim_time*90*1-60)*2"] + }, + "leg_right_1": { + "rotation": [-90, 20, 0] + }, + "leg_left_1": { + "rotation": [-89.93795, -17.48791, -0.55958] + } + } + }, + "animation.ogerpon_fire.blink": { + "animation_length": 0.625, + "bones": { + "eye_right": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + }, + "eye_left": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + } + } + }, + "animation.ogerpon_fire.ground_run": { + "loop": true, + "animation_length": 0.5, + "bones": { + "body_position": { + "position": { + "0.0": [0, 1.85, 0], + "0.0417": [0, 1.67, 0], + "0.125": [0, 0, 0], + "0.2083": { + "pre": [0, 1.67, 0], + "post": [0, 1.67, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 1.85, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 1.67, 0], + "lerp_mode": "catmullrom" + }, + "0.375": [0, 0, 0], + "0.4583": [0, 1.67, 0], + "0.5": [0, 1.85, 0] + } + }, + "body": { + "rotation": ["15+Math.cos((query.anim_time) * 90 * 8*2 - 90) * 2", 0, "Math.cos((query.anim_time) * 90 * 8 - 90) * 2"], + "position": [0, "Math.cos((query.anim_time) * 90 * 8*2 - 10) * 0.2", 0] + }, + "skirt_left": { + "rotation": [0, 0, "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * -20"] + }, + "skirt_right": { + "rotation": [0, 0, "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * -20"] + }, + "skirt_back": { + "rotation": ["0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * 20", 0, 0] + }, + "skirt_front": { + "rotation": ["-55+Math.cos((query.anim_time) * 90 * 8*2 - 90) * 20", 0, 0] + }, + "knot": { + "rotation": ["-5+Math.cos((query.anim_time) * 90 * 8*2 - 120) * 6", 0, 0] + }, + "arm_right": { + "rotation": [0, "10+Math.cos((query.anim_time) * 90 * 8) * 15", "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * 5"], + "position": [0, 0, 1] + }, + "bone15": { + "rotation": [0, "-0+Math.cos((query.anim_time) * 90 * 8) * -0.2", "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * -2"] + }, + "arm_left": { + "rotation": [0, "-10+Math.cos((query.anim_time) * 90 * 8) * -15", "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * -5"], + "position": [0, 0, 1] + }, + "bone13": { + "rotation": [0, "-0+Math.cos((query.anim_time) * 90 * 8) * -0.2", "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * -2"] + }, + "leg_right_1": { + "rotation": { + "0.0": [55, 0, 0], + "0.0833": [36.67, 0, 0], + "0.1667": [-32.08, 0, 0], + "0.25": [-55, 0, 0], + "0.3333": [-32.08, 0, 0], + "0.4167": [36.67, 0, 0], + "0.5": [55, 0, 0] + } + }, + "leg_right_2": { + "rotation": { + "0.0": [17.5, 0, 0], + "0.125": { + "pre": [43.75, 0, 0], + "post": [43.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [17.5, 0, 0] + } + }, + "leg_left_1": { + "rotation": { + "0.0": [-55, 0, 0], + "0.0833": [-32.08, 0, 0], + "0.1667": [36.67, 0, 0], + "0.25": [55, 0, 0], + "0.3333": [36.67, 0, 0], + "0.4167": [-32.08, 0, 0], + "0.5": [-55, 0, 0] + } + }, + "leg_left_2": { + "rotation": { + "0.0": [10, 0, 0], + "0.1667": { + "pre": [-20, 0, 0], + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [43.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [10, 0, 0] + } + } + } + }, + "animation.ogerpon_fire.battle_idle": { + "loop": true, + "bones": { + "body": { + "rotation": ["10-math.cos(q.anim_time*90*3/2)*1", 2.5, 0], + "position": [0, "-0.825-math.sin(q.anim_time*90*3/2)*0.3", 0] + }, + "skirt_back": { + "rotation": ["0+math.cos(q.anim_time*90*3/2-260)*4", 0, 0] + }, + "skirt_front": { + "rotation": ["0+math.cos(q.anim_time*90*3/2-260)*4", 0, 0] + }, + "knot": { + "rotation": ["7.5-math.cos(q.anim_time*90*3/2-60)*5", 0, 0] + }, + "knot_2": { + "rotation": ["0-math.cos(q.anim_time*90*3/2-120)*3/2", 0, 0] + }, + "arm_right": { + "rotation": [0, "30-math.cos(q.anim_time*90*3/2-160)*2", "0-math.cos(q.anim_time*90*3/2-130)*1"] + }, + "bone15": { + "rotation": [0, 0, "0-math.cos(q.anim_time*90*3/2-210)*4"] + }, + "arm_left": { + "rotation": [0, "-22.5+math.cos(q.anim_time*90*3/2-160)*2", "0-math.cos(q.anim_time*90*3/2-130)*1"] + }, + "bone13": { + "rotation": [0, 0, "0-math.cos(q.anim_time*90*3/2-210)*-4"] + }, + "leg_right_1": { + "rotation": [0, 0, 10], + "position": [0, -0.55, 0] + }, + "leg_right_2": { + "rotation": [17.5, 0, 0] + }, + "feet_right": { + "rotation": [-17.44447, 8.94248, -13.2712] + }, + "leg_left_1": { + "rotation": [-22.5, 0, -15], + "position": [0, -0.825, 0] + }, + "leg_left_2": { + "rotation": [20, 0, 0] + }, + "feet_left": { + "rotation": [3.17802, -15.61486, 14.24992] + } + } + }, + "animation.ogerpon_fire.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "body": { + "rotation": ["-2.5+Math.cos((query.anim_time-0.4) * 90 * 4*2) * 3", 0, 0], + "position": [0, "Math.cos((query.anim_time) * 90 * 4*2) * 0.3", 0] + }, + "skirt_left": { + "rotation": [0, 0, "5+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -7"] + }, + "skirt_right": { + "rotation": [0, 0, "-5+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -7"] + }, + "skirt_back": { + "rotation": ["5+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -8", 0, 0] + }, + "skirt_front": { + "rotation": [0, 0, "0+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -2"] + }, + "knot": { + "rotation": ["5+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -4", 0, 0] + }, + "knot_2": { + "rotation": ["5+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -3", 0, 0] + }, + "arm_right": { + "rotation": [0, "0-10*math.sin(q.anim_time*90*4)", "Math.cos((query.anim_time-0.6) * 90 * 2*2) * 2"] + }, + "bone15": { + "rotation": [0, "0-10*math.sin(q.anim_time*90*4)*0.3", "Math.cos((query.anim_time-0.6) * 90 * 2*2) * 2"] + }, + "arm_left": { + "rotation": [0, "0-10*math.sin(q.anim_time*90*4)", "Math.cos((query.anim_time-0.6) * 90 * 2*2) * 2"] + }, + "bone13": { + "rotation": [0, "0-10*math.sin(q.anim_time*90*4)*0.3", "Math.cos((query.anim_time-0.6) * 90 * 2*2) * 2"] + }, + "leg_right_1": { + "rotation": { + "0.0": [31.94, -4.07, 5.92], + "0.0417": [34.01816, -4.75113, 8.57518], + "0.125": [28.23141, -3.47957, 13.25477], + "0.2917": [0.08439, 1.60667, 17.97314], + "0.4167": [-31.76625, 0.64267, 17.18925], + "0.5": [-37, 0, 12], + "0.5833": [-33.42857, 0, 4.57143], + "0.7917": [2, 0, 0], + "0.9583": [29.87012, -3.39366, 3.26799], + "1.0": [31.94, -4.07, 5.92] + }, + "position": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, 0], + "0.25": [0, 1, 0], + "0.5": [0, 0, 0], + "1.0": [0, 0, 0] + } + }, + "leg_right_2": { + "rotation": { + "0.0": [12.92, 0, 0], + "0.0417": [15, 0, 0], + "0.2917": [25, 0, 0], + "0.5": [7.5, 0, 0], + "0.7917": [2.5, 0, 0], + "1.0": [12.92, 0, 0] + } + }, + "feet_right": { + "rotation": { + "0.0": [-5.42, 0, 0], + "0.0417": [-7.5, 0, 0], + "0.2917": [15.91527, 19.291, 5.38152], + "0.5": [15, 5, 0], + "0.7917": [5, 0, 0], + "1.0": [-5.42, 0, 0] + } + }, + "toe_right": { + "rotation": { + "0.0": [-14.91, 0, 0], + "0.0833": [-20, 0, 0], + "0.5": [-22.5, 0, 0], + "0.5417": [-24, 0, 0], + "0.625": [-32.5, 0, 0], + "0.75": [-2.5, 0, 0], + "0.7917": [-2.19, 0, 0], + "1.0": [-14.91, 0, 0] + } + }, + "leg_left_1": { + "rotation": { + "0.0": [-38, 0, -12], + "0.0833": [-34.42857, 0, -4.57143], + "0.2917": [2, 0, 0], + "0.4583": [29.87012, 3.39366, -3.26799], + "0.5417": [34.01816, 4.75113, -8.57518], + "0.625": [28.23141, 3.47957, -13.25477], + "0.7917": [0.08439, -1.60667, -17.97314], + "0.9167": [-32.76625, -0.64267, -17.18925], + "1.0": [-38, 0, -12] + }, + "position": { + "0.0": [0, 0, 0], + "0.5833": [0, 0, 0], + "0.75": [0, 1, 0], + "1.0": [0, 0, 0] + } + }, + "leg_left_2": { + "rotation": { + "0.0": [7.5, 0, 0], + "0.2917": [2.5, 0, 0], + "0.5417": [15, 0, 0], + "0.7917": [25, 0, 0], + "1.0": [7.5, 0, 0] + } + }, + "feet_left": { + "rotation": { + "0.0": [15, -5, 0], + "0.2917": [5, 0, 0], + "0.5417": [-7.5, 0, 0], + "0.7917": [15.91527, -19.291, -5.38152], + "1.0": [15, -5, 0] + } + }, + "bone": { + "rotation": { + "0.0": [-22.5, 0, 0], + "0.0417": [-24, 0, 0], + "0.125": [-32.5, 0, 0], + "0.25": [-2.5, 0, 0], + "0.2917": [-2.19, 0, 0], + "0.5833": [-20, 0, 0], + "1.0": [-22.5, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ogerpon_rock/ogerpon_rock.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ogerpon_rock/ogerpon_rock.animation.json new file mode 100644 index 0000000..f9aec38 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ogerpon_rock/ogerpon_rock.animation.json @@ -0,0 +1,480 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.ogerpon_rock.ground_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "rotation": ["-2.5-4*math.sin(q.anim_time*90*4-90)*1", "0+4*math.sin(q.anim_time*90*2-90)*1", "0-8*math.sin(q.anim_time*90*2-90)*1"], + "position": [0, "0.8*math.sin(q.anim_time*90*4+20)", 0] + }, + "knot": { + "rotation": [0, 0, "0-8*math.sin(q.anim_time*90*2-90)*3"] + }, + "knot_2": { + "rotation": [0, 0, "0-8*math.sin(q.anim_time*90*2-180)*2"] + }, + "knot_3": { + "rotation": [0, 0, "0-8*math.sin(q.anim_time*90*2-270)*1"] + }, + "arm_right": { + "rotation": [0, 0, "-7.5+5*math.sin(q.anim_time*90*4-150)*0.5"] + }, + "bone15": { + "rotation": [0, 0, "-7.5+5*math.sin(q.anim_time*90*4-170)*0.5"] + }, + "arm_left": { + "rotation": [0, 0, "7.5-5*math.sin(q.anim_time*90*4-150)*0.5"] + }, + "bone13": { + "rotation": [0, 0, "7.5-5*math.sin(q.anim_time*90*4-170)*0.5"] + }, + "skirt_left": { + "rotation": ["-2.5-4*math.sin(q.anim_time*90*4-180)*1", 0, 0] + }, + "skirt_right": { + "rotation": ["-2.5-4*math.sin(q.anim_time*90*4-180)*1", 0, 0] + }, + "skirt_back": { + "rotation": ["-2.5-4*math.sin(q.anim_time*90*4-180)*2", 0, 0] + }, + "skirt_front": { + "rotation": ["-2.5-4*math.sin(q.anim_time*90*4-180)*2", 0, 0] + }, + "leg_right_1": { + "rotation": ["2.3567+math.clamp(math.sin(q.anim_time*90*2-90)*10,-100,0)", "17.3649-math.clamp(math.sin(q.anim_time*90*2-90)*5,-10,0)", 7.85035], + "position": [ + "-(math.clamp(-1*math.sin(q.anim_time*90*2-90),0,1))", + "math.clamp(-0.5*math.sin(q.anim_time*90*2-80),0,1)", + "1+math.clamp(2*math.sin(q.anim_time*90*2-90),-2,0)" + ] + }, + "feet_right": { + "rotation": { + "0.0": ["10.5052+10*math.sin(q.anim_time*90*12-80)", -1.92623, -11.50943], + "0.5": [0, 10, -7.5], + "1.0": [0, 10, -7.5], + "1.5417": [0, 10, -7.5], + "2.0": ["10.5052+10*math.sin(q.anim_time*90*12-80)", -1.92623, -11.50943], + "2.5": [0, 10, -7.5], + "3.0": [0, 10, -7.5], + "3.5417": [0, 10, -7.5], + "4.0": ["10.5052+10*math.sin(q.anim_time*90*12-80)", -1.92623, -11.50943] + } + }, + "leg_left_1": { + "rotation": ["2.3567+math.clamp(-math.sin(q.anim_time*90*2-90)*10,-100,0)", "-17.3649+math.clamp(-math.sin(q.anim_time*90*2-90)*5,-10,0)", -7.85035], + "position": [ + "math.clamp(1*math.sin(q.anim_time*90*2-90),0,1)", + "math.clamp(0.5*math.sin(q.anim_time*90*2-80),0,1)", + "1+math.clamp(-2*math.sin(q.anim_time*90*2-90),-2,0)" + ] + }, + "feet_left": { + "rotation": { + "0.0": [0, -10, 7.5], + "0.5417": [0, -10, 7.5], + "0.875": ["10.0572+10*math.sin(q.anim_time*90*12-80)", 4.81216, 8.85922], + "1.5": [0, -10, 7.5], + "2.0": [0, -10, 7.5], + "2.5417": [0, -10, 7.5], + "2.875": ["10.0572+10*math.sin(q.anim_time*90*12-80)", 4.81216, 8.85922], + "3.5": [0, -10, 7.5], + "4.0": [0, -10, 7.5] + } + } + } + }, + "animation.ogerpon_rock.sleep": { + "loop": true, + "bones": { + "body_position": { + "position": [0, -12, 0] + }, + "body": { + "rotation": ["5-math.cos(q.anim_time*90*1)*1", 0, 0] + }, + "eye_right": { + "scale": [1, 0, 1] + }, + "eye_left": { + "scale": [1, 0, 1] + }, + "skirt_left": { + "rotation": [0, 0, -55] + }, + "skirt_right": { + "rotation": [0, 0, 52.5] + }, + "skirt_back": { + "rotation": ["39.7+math.cos(q.anim_time*90*1)*5", 0, 0] + }, + "skirt_front": { + "rotation": [-72.5, 0, 0] + }, + "knot": { + "rotation": ["5-math.cos(q.anim_time*90*1)*5", 0, 0] + }, + "knot_2": { + "rotation": ["5-math.cos(q.anim_time*90*1)*1", 0, 0] + }, + "arm_right": { + "rotation": [0, -5, "-1-math.cos(q.anim_time*90*1-60)*2"] + }, + "arm_left": { + "rotation": [0, 0, "1+math.cos(q.anim_time*90*1-60)*2"] + }, + "leg_right_1": { + "rotation": [-90, 20, 0] + }, + "leg_left_1": { + "rotation": [-89.93795, -17.48791, -0.55958] + } + } + }, + "animation.ogerpon_rock.blink": { + "animation_length": 0.625, + "bones": { + "eye_right": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + }, + "eye_left": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + } + } + }, + "animation.ogerpon_rock.battle_idle": { + "loop": true, + "bones": { + "body": { + "rotation": ["10-math.cos(q.anim_time*90*3/2)*1", 2.5, 0], + "position": [0, "-0.825-math.sin(q.anim_time*90*3/2)*0.3", 0] + }, + "skirt_back": { + "rotation": ["0+math.cos(q.anim_time*90*3/2-260)*4", 0, 0] + }, + "skirt_front": { + "rotation": ["0+math.cos(q.anim_time*90*3/2-260)*4", 0, 0] + }, + "knot": { + "rotation": ["7.5-math.cos(q.anim_time*90*3/2-60)*5", 0, 0] + }, + "knot_2": { + "rotation": ["0-math.cos(q.anim_time*90*3/2-120)*3/2", 0, 0] + }, + "arm_right": { + "rotation": [0, "30-math.cos(q.anim_time*90*3/2-160)*2", "0-math.cos(q.anim_time*90*3/2-130)*1"] + }, + "bone15": { + "rotation": [0, 0, "0-math.cos(q.anim_time*90*3/2-210)*4"] + }, + "arm_left": { + "rotation": [0, "-22.5+math.cos(q.anim_time*90*3/2-160)*2", "0-math.cos(q.anim_time*90*3/2-130)*1"] + }, + "bone13": { + "rotation": [0, 0, "0-math.cos(q.anim_time*90*3/2-210)*-4"] + }, + "leg_right_1": { + "rotation": [0, 0, 10], + "position": [0, -0.55, 0] + }, + "leg_right_2": { + "rotation": [17.5, 0, 0] + }, + "feet_right": { + "rotation": [-17.44447, 8.94248, -13.2712] + }, + "leg_left_1": { + "rotation": [-22.5, 0, -15], + "position": [0, -0.825, 0] + }, + "leg_left_2": { + "rotation": [20, 0, 0] + }, + "feet_left": { + "rotation": [3.17802, -15.61486, 14.24992] + } + } + }, + "animation.ogerpon_rock.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "body": { + "rotation": ["-2.5+Math.cos((query.anim_time-0.4) * 90 * 4*2) * 3", 0, 0], + "position": [0, "Math.cos((query.anim_time) * 90 * 4*2) * 0.3", 0] + }, + "skirt_left": { + "rotation": [0, 0, "5+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -7"] + }, + "skirt_right": { + "rotation": [0, 0, "-5+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -7"] + }, + "skirt_back": { + "rotation": ["5+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -8", 0, 0] + }, + "skirt_front": { + "rotation": [0, 0, "0+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -2"] + }, + "knot": { + "rotation": ["5+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -4", 0, 0] + }, + "knot_2": { + "rotation": ["5+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -3", 0, 0] + }, + "arm_right": { + "rotation": [0, "0-10*math.sin(q.anim_time*90*4)", "Math.cos((query.anim_time-0.6) * 90 * 2*2) * 2"] + }, + "bone15": { + "rotation": [0, "0-10*math.sin(q.anim_time*90*4)*0.3", "Math.cos((query.anim_time-0.6) * 90 * 2*2) * 2"] + }, + "arm_left": { + "rotation": [0, "0-10*math.sin(q.anim_time*90*4)", "Math.cos((query.anim_time-0.6) * 90 * 2*2) * 2"] + }, + "bone13": { + "rotation": [0, "0-10*math.sin(q.anim_time*90*4)*0.3", "Math.cos((query.anim_time-0.6) * 90 * 2*2) * 2"] + }, + "leg_right_1": { + "rotation": { + "0.0": [31.94, -4.07, 5.92], + "0.0417": [34.01816, -4.75113, 8.57518], + "0.125": [28.23141, -3.47957, 13.25477], + "0.2917": [0.08439, 1.60667, 17.97314], + "0.4167": [-31.76625, 0.64267, 17.18925], + "0.5": [-37, 0, 12], + "0.5833": [-33.42857, 0, 4.57143], + "0.7917": [2, 0, 0], + "0.9583": [29.87012, -3.39366, 3.26799], + "1.0": [31.94, -4.07, 5.92] + }, + "position": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, 0], + "0.25": [0, 1, 0], + "0.5": [0, 0, 0], + "1.0": [0, 0, 0] + } + }, + "leg_right_2": { + "rotation": { + "0.0": [12.92, 0, 0], + "0.0417": [15, 0, 0], + "0.2917": [25, 0, 0], + "0.5": [7.5, 0, 0], + "0.7917": [2.5, 0, 0], + "1.0": [12.92, 0, 0] + } + }, + "feet_right": { + "rotation": { + "0.0": [-5.42, 0, 0], + "0.0417": [-7.5, 0, 0], + "0.2917": [15.91527, 19.291, 5.38152], + "0.5": [15, 5, 0], + "0.7917": [5, 0, 0], + "1.0": [-5.42, 0, 0] + } + }, + "toe_right": { + "rotation": { + "0.0": [-14.91, 0, 0], + "0.0833": [-20, 0, 0], + "0.5": [-22.5, 0, 0], + "0.5417": [-24, 0, 0], + "0.625": [-32.5, 0, 0], + "0.75": [-2.5, 0, 0], + "0.7917": [-2.19, 0, 0], + "1.0": [-14.91, 0, 0] + } + }, + "leg_left_1": { + "rotation": { + "0.0": [-38, 0, -12], + "0.0833": [-34.42857, 0, -4.57143], + "0.2917": [2, 0, 0], + "0.4583": [29.87012, 3.39366, -3.26799], + "0.5417": [34.01816, 4.75113, -8.57518], + "0.625": [28.23141, 3.47957, -13.25477], + "0.7917": [0.08439, -1.60667, -17.97314], + "0.9167": [-32.76625, -0.64267, -17.18925], + "1.0": [-38, 0, -12] + }, + "position": { + "0.0": [0, 0, 0], + "0.5833": [0, 0, 0], + "0.75": [0, 1, 0], + "1.0": [0, 0, 0] + } + }, + "leg_left_2": { + "rotation": { + "0.0": [7.5, 0, 0], + "0.2917": [2.5, 0, 0], + "0.5417": [15, 0, 0], + "0.7917": [25, 0, 0], + "1.0": [7.5, 0, 0] + } + }, + "feet_left": { + "rotation": { + "0.0": [15, -5, 0], + "0.2917": [5, 0, 0], + "0.5417": [-7.5, 0, 0], + "0.7917": [15.91527, -19.291, -5.38152], + "1.0": [15, -5, 0] + } + }, + "bone": { + "rotation": { + "0.0": [-22.5, 0, 0], + "0.0417": [-24, 0, 0], + "0.125": [-32.5, 0, 0], + "0.25": [-2.5, 0, 0], + "0.2917": [-2.19, 0, 0], + "0.5833": [-20, 0, 0], + "1.0": [-22.5, 0, 0] + } + } + } + }, + "animation.ogerpon_rock.ground_run": { + "loop": true, + "animation_length": 0.5, + "bones": { + "body_position": { + "position": { + "0.0": [0, 1.85, 0], + "0.0417": [0, 1.67, 0], + "0.125": [0, 0, 0], + "0.2083": { + "pre": [0, 1.67, 0], + "post": [0, 1.67, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 1.85, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 1.67, 0], + "lerp_mode": "catmullrom" + }, + "0.375": [0, 0, 0], + "0.4583": [0, 1.67, 0], + "0.5": [0, 1.85, 0] + } + }, + "body": { + "rotation": ["15+Math.cos((query.anim_time) * 90 * 8*2 - 90) * 2", 0, "Math.cos((query.anim_time) * 90 * 8 - 90) * 2"], + "position": [0, "Math.cos((query.anim_time) * 90 * 8*2 - 10) * 0.2", 0] + }, + "skirt_left": { + "rotation": [0, 0, "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * -20"] + }, + "skirt_right": { + "rotation": [0, 0, "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * -20"] + }, + "skirt_back": { + "rotation": ["0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * 20", 0, 0] + }, + "skirt_front": { + "rotation": ["-55+Math.cos((query.anim_time) * 90 * 8*2 - 90) * 20", 0, 0] + }, + "knot": { + "rotation": ["-5+Math.cos((query.anim_time) * 90 * 8*2 - 120) * 6", 0, 0] + }, + "arm_right": { + "rotation": [0, "10+Math.cos((query.anim_time) * 90 * 8) * 15", "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * 5"], + "position": [0, 0, 1] + }, + "bone15": { + "rotation": [0, "-0+Math.cos((query.anim_time) * 90 * 8) * -0.2", "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * -2"] + }, + "arm_left": { + "rotation": [0, "-10+Math.cos((query.anim_time) * 90 * 8) * -15", "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * -5"], + "position": [0, 0, 1] + }, + "bone13": { + "rotation": [0, "-0+Math.cos((query.anim_time) * 90 * 8) * -0.2", "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * -2"] + }, + "leg_right_1": { + "rotation": { + "0.0": [55, 0, 0], + "0.0833": [36.67, 0, 0], + "0.1667": [-32.08, 0, 0], + "0.25": [-55, 0, 0], + "0.3333": [-32.08, 0, 0], + "0.4167": [36.67, 0, 0], + "0.5": [55, 0, 0] + } + }, + "leg_right_2": { + "rotation": { + "0.0": [17.5, 0, 0], + "0.125": { + "pre": [43.75, 0, 0], + "post": [43.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [17.5, 0, 0] + } + }, + "leg_left_1": { + "rotation": { + "0.0": [-55, 0, 0], + "0.0833": [-32.08, 0, 0], + "0.1667": [36.67, 0, 0], + "0.25": [55, 0, 0], + "0.3333": [36.67, 0, 0], + "0.4167": [-32.08, 0, 0], + "0.5": [-55, 0, 0] + } + }, + "leg_left_2": { + "rotation": { + "0.0": [10, 0, 0], + "0.1667": { + "pre": [-20, 0, 0], + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [43.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [10, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ogerpon_teal/ogerpon_teal.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ogerpon_teal/ogerpon_teal.animation.json new file mode 100644 index 0000000..9277a1b --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ogerpon_teal/ogerpon_teal.animation.json @@ -0,0 +1,483 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.ogerpon_teal.ground_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "rotation": ["-2.5-4*math.sin(q.anim_time*90*4-90)*1", "0+4*math.sin(q.anim_time*90*2-90)*1", "0-8*math.sin(q.anim_time*90*2-90)*1"], + "position": [0, "0.8*math.sin(q.anim_time*90*4+20)", 0] + }, + "knot": { + "rotation": [0, 0, "0-8*math.sin(q.anim_time*90*2-90)*3"] + }, + "knot_2": { + "rotation": [0, 0, "0-8*math.sin(q.anim_time*90*2-180)*2"] + }, + "knot_3": { + "rotation": [0, 0, "0-8*math.sin(q.anim_time*90*2-270)*1"] + }, + "arm_right": { + "rotation": [0, 0, "-7.5+5*math.sin(q.anim_time*90*4-150)*0.5"] + }, + "bone15": { + "rotation": [0, 0, "-7.5+5*math.sin(q.anim_time*90*4-170)*0.5"] + }, + "arm_left": { + "rotation": [0, 0, "7.5-5*math.sin(q.anim_time*90*4-150)*0.5"] + }, + "bone13": { + "rotation": [0, 0, "7.5-5*math.sin(q.anim_time*90*4-170)*0.5"] + }, + "skirt_left": { + "rotation": ["-2.5-4*math.sin(q.anim_time*90*4-180)*1", 0, 0] + }, + "skirt_right": { + "rotation": ["-2.5-4*math.sin(q.anim_time*90*4-180)*1", 0, 0] + }, + "skirt_back": { + "rotation": ["-2.5-4*math.sin(q.anim_time*90*4-180)*2", 0, 0] + }, + "skirt_front": { + "rotation": ["-2.5-4*math.sin(q.anim_time*90*4-180)*2", 0, 0] + }, + "leg_right_1": { + "rotation": ["2.3567+math.clamp(math.sin(q.anim_time*90*2-90)*10,-100,0)", "17.3649-math.clamp(math.sin(q.anim_time*90*2-90)*5,-10,0)", 7.85035], + "position": [ + "-(math.clamp(-1*math.sin(q.anim_time*90*2-90),0,1))", + "math.clamp(-0.5*math.sin(q.anim_time*90*2-80),0,1)", + "1+math.clamp(2*math.sin(q.anim_time*90*2-90),-2,0)" + ] + }, + "feet_right": { + "rotation": { + "0.0": ["10.5052+10*math.sin(q.anim_time*90*12-80)", -1.92623, -11.50943], + "0.5": [0, 10, -7.5], + "1.0": [0, 10, -7.5], + "1.5417": [0, 10, -7.5], + "2.0": ["10.5052+10*math.sin(q.anim_time*90*12-80)", -1.92623, -11.50943], + "2.5": [0, 10, -7.5], + "3.0": [0, 10, -7.5], + "3.5417": [0, 10, -7.5], + "4.0": ["10.5052+10*math.sin(q.anim_time*90*12-80)", -1.92623, -11.50943] + } + }, + "leg_left_1": { + "rotation": ["2.3567+math.clamp(-math.sin(q.anim_time*90*2-90)*10,-100,0)", "-17.3649+math.clamp(-math.sin(q.anim_time*90*2-90)*5,-10,0)", -7.85035], + "position": [ + "math.clamp(1*math.sin(q.anim_time*90*2-90),0,1)", + "math.clamp(0.5*math.sin(q.anim_time*90*2-80),0,1)", + "1+math.clamp(-2*math.sin(q.anim_time*90*2-90),-2,0)" + ] + }, + "feet_left": { + "rotation": { + "0.0": [0, -10, 7.5], + "0.5417": [0, -10, 7.5], + "0.875": ["10.0572+10*math.sin(q.anim_time*90*12-80)", 4.81216, 8.85922], + "1.5": [0, -10, 7.5], + "2.0": [0, -10, 7.5], + "2.5417": [0, -10, 7.5], + "2.875": ["10.0572+10*math.sin(q.anim_time*90*12-80)", 4.81216, 8.85922], + "3.5": [0, -10, 7.5], + "4.0": [0, -10, 7.5] + } + } + } + }, + "animation.ogerpon_teal.sleep": { + "loop": true, + "bones": { + "body_position": { + "position": [0, -12, 0] + }, + "body": { + "rotation": ["5-math.cos(q.anim_time*90*1)*1", 0, 0] + }, + "eye_right": { + "scale": [1, 0, 1] + }, + "eye_left": { + "scale": [1, 0, 1] + }, + "skirt_left": { + "rotation": [0, 0, -55] + }, + "skirt_right": { + "rotation": [0, 0, 52.5] + }, + "skirt_back": { + "rotation": ["39.7+math.cos(q.anim_time*90*1)*5", 0, 0] + }, + "skirt_front": { + "rotation": [-72.5, 0, 0] + }, + "knot": { + "rotation": ["5-math.cos(q.anim_time*90*1)*5", 0, 0] + }, + "knot_2": { + "rotation": ["5-math.cos(q.anim_time*90*1)*1", 0, 0] + }, + "arm_right": { + "rotation": [0, -5, "-1-math.cos(q.anim_time*90*1-60)*2"] + }, + "arm_left": { + "rotation": [0, 0, "1+math.cos(q.anim_time*90*1-60)*2"] + }, + "leg_right_1": { + "rotation": [-90, 20, 0] + }, + "leg_left_1": { + "rotation": [-89.93795, -17.48791, -0.55958] + } + } + }, + "animation.ogerpon_teal.blink": { + "animation_length": 0.625, + "bones": { + "eye_right": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + }, + "eye_left": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + } + } + }, + "animation.ogerpon_teal.battle_idle": { + "loop": true, + "bones": { + "body": { + "rotation": ["10-math.cos(q.anim_time*90*3/2)*1", 2.5, 0], + "position": [0, "-0.825-math.sin(q.anim_time*90*3/2)*0.3", 0] + }, + "skirt_back": { + "rotation": ["0+math.cos(q.anim_time*90*3/2-260)*4", 0, 0] + }, + "skirt_front": { + "rotation": ["0+math.cos(q.anim_time*90*3/2-260)*4", 0, 0] + }, + "knot": { + "rotation": ["7.5-math.cos(q.anim_time*90*3/2-60)*5", 0, 0] + }, + "knot_2": { + "rotation": ["0-math.cos(q.anim_time*90*3/2-120)*3/2", 0, 0] + }, + "arm_right": { + "rotation": [0, "30-math.cos(q.anim_time*90*3/2-160)*2", "0-math.cos(q.anim_time*90*3/2-130)*1"] + }, + "bone15": { + "rotation": [0, 0, "0-math.cos(q.anim_time*90*3/2-210)*4"] + }, + "arm_left": { + "rotation": [0, "-22.5+math.cos(q.anim_time*90*3/2-160)*2", "0-math.cos(q.anim_time*90*3/2-130)*1"] + }, + "bone13": { + "rotation": [0, 0, "0-math.cos(q.anim_time*90*3/2-210)*-4"] + }, + "leg_right_1": { + "rotation": [0, 0, 10], + "position": [0, -0.55, 0] + }, + "leg_right_2": { + "rotation": [17.5, 0, 0] + }, + "feet_right": { + "rotation": [-17.44447, 8.94248, -13.2712] + }, + "leg_left_1": { + "rotation": [-22.5, 0, -15], + "position": [0, -0.825, 0] + }, + "leg_left_2": { + "rotation": [20, 0, 0] + }, + "feet_left": { + "rotation": [3.17802, -15.61486, 14.24992] + } + } + }, + "animation.ogerpon_teal.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "body": { + "rotation": ["-2.5+Math.cos((query.anim_time-0.4) * 90 * 4*2) * 3", 0, 0], + "position": [0, "Math.cos((query.anim_time) * 90 * 4*2) * 0.3", 0] + }, + "skirt_left": { + "rotation": [0, 0, "5+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -7"] + }, + "skirt_right": { + "rotation": [0, 0, "-5+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -7"] + }, + "skirt_back": { + "rotation": ["5+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -8", 0, 0] + }, + "skirt_front": { + "rotation": [0, 0, "0+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -2"] + }, + "knot": { + "rotation": ["5+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -4", 0, 0] + }, + "knot_2": { + "rotation": ["5+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -3", 0, 0] + }, + "arm_right": { + "rotation": [0, "0-10*math.sin(q.anim_time*90*4)", "Math.cos((query.anim_time-0.6) * 90 * 2*2) * 2"] + }, + "bone15": { + "rotation": [0, "0-10*math.sin(q.anim_time*90*4)*0.3", "Math.cos((query.anim_time-0.6) * 90 * 2*2) * 2"] + }, + "arm_left": { + "rotation": [0, "0-10*math.sin(q.anim_time*90*4)", "Math.cos((query.anim_time-0.6) * 90 * 2*2) * 2"] + }, + "bone13": { + "rotation": [0, "0-10*math.sin(q.anim_time*90*4)*0.3", "Math.cos((query.anim_time-0.6) * 90 * 2*2) * 2"] + }, + "leg_right_1": { + "rotation": { + "0.0": [31.94, -4.07, 5.92], + "0.0417": [34.01816, -4.75113, 8.57518], + "0.125": [28.23141, -3.47957, 13.25477], + "0.2917": [0.08439, 1.60667, 17.97314], + "0.4167": [-31.76625, 0.64267, 17.18925], + "0.5": [-37, 0, 12], + "0.5833": [-33.42857, 0, 4.57143], + "0.7917": [2, 0, 0], + "0.9583": [29.87012, -3.39366, 3.26799], + "1.0": [31.94, -4.07, 5.92] + }, + "position": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, 0], + "0.25": [0, 1, 0], + "0.5": [0, 0, 0], + "1.0": [0, 0, 0] + } + }, + "leg_right_2": { + "rotation": { + "0.0": [12.92, 0, 0], + "0.0417": [15, 0, 0], + "0.2917": [25, 0, 0], + "0.5": [7.5, 0, 0], + "0.7917": [2.5, 0, 0], + "1.0": [12.92, 0, 0] + } + }, + "feet_right": { + "rotation": { + "0.0": [-5.42, 0, 0], + "0.0417": [-7.5, 0, 0], + "0.2917": [15.91527, 19.291, 5.38152], + "0.5": [15, 5, 0], + "0.7917": [5, 0, 0], + "1.0": [-5.42, 0, 0] + } + }, + "toe_right": { + "rotation": { + "0.0": [-14.91, 0, 0], + "0.0833": [-20, 0, 0], + "0.5": [-22.5, 0, 0], + "0.5417": [-24, 0, 0], + "0.625": [-32.5, 0, 0], + "0.75": [-2.5, 0, 0], + "0.7917": [-2.19, 0, 0], + "1.0": [-14.91, 0, 0] + } + }, + "leg_left_1": { + "rotation": { + "0.0": [-38, 0, -12], + "0.0833": [-34.42857, 0, -4.57143], + "0.2917": [2, 0, 0], + "0.4583": [29.87012, 3.39366, -3.26799], + "0.5417": [34.01816, 4.75113, -8.57518], + "0.625": [28.23141, 3.47957, -13.25477], + "0.7917": [0.08439, -1.60667, -17.97314], + "0.9167": [-32.76625, -0.64267, -17.18925], + "1.0": [-38, 0, -12] + }, + "position": { + "0.0": [0, 0, 0], + "0.5833": [0, 0, 0], + "0.75": [0, 1, 0], + "1.0": [0, 0, 0] + } + }, + "leg_left_2": { + "rotation": { + "0.0": [7.5, 0, 0], + "0.2917": [2.5, 0, 0], + "0.5417": [15, 0, 0], + "0.7917": [25, 0, 0], + "1.0": [7.5, 0, 0] + } + }, + "feet_left": { + "rotation": { + "0.0": [15, -5, 0], + "0.2917": [5, 0, 0], + "0.5417": [-7.5, 0, 0], + "0.7917": [15.91527, -19.291, -5.38152], + "1.0": [15, -5, 0] + } + }, + "bone": { + "rotation": { + "0.0": [-22.5, 0, 0], + "0.0417": [-24, 0, 0], + "0.125": [-32.5, 0, 0], + "0.25": [-2.5, 0, 0], + "0.2917": [-2.19, 0, 0], + "0.5833": [-20, 0, 0], + "1.0": [-22.5, 0, 0] + } + } + } + }, + "animation.ogerpon_teal.ground_run": { + "loop": true, + "animation_length": 0.5, + "bones": { + "body_position": { + "position": { + "0.0": [0, 1.85, 0], + "0.0417": [0, 1.67, 0], + "0.125": [0, 0, 0], + "0.2083": { + "pre": [0, 1.67, 0], + "post": [0, 1.67, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 1.85, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 1.67, 0], + "lerp_mode": "catmullrom" + }, + "0.375": [0, 0, 0], + "0.4583": [0, 1.67, 0], + "0.5": [0, 1.85, 0] + } + }, + "body": { + "rotation": ["15+Math.cos((query.anim_time) * 90 * 8*2 - 90) * 2", 0, "Math.cos((query.anim_time) * 90 * 8 - 90) * 2"], + "position": [0, "Math.cos((query.anim_time) * 90 * 8*2 - 10) * 0.2", 0] + }, + "skirt_left": { + "rotation": [0, 0, "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * -20"] + }, + "skirt_right": { + "rotation": [0, 0, "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * -20"] + }, + "skirt_back": { + "rotation": ["0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * 20", 0, 0] + }, + "skirt_front": { + "rotation": ["-55+Math.cos((query.anim_time) * 90 * 8*2 - 90) * 20", 0, 0] + }, + "knot": { + "rotation": ["-5+Math.cos((query.anim_time) * 90 * 8*2 - 120) * 6", 0, 0] + }, + "arm_right": { + "rotation": [0, "10+Math.cos((query.anim_time) * 90 * 8) * 15", "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * 5"], + "position": [0, 0, 1] + }, + "bone15": { + "rotation": [0, "-0+Math.cos((query.anim_time) * 90 * 8) * -0.2", "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * -2"] + }, + "arm_left": { + "rotation": [0, "-10+Math.cos((query.anim_time) * 90 * 8) * -15", "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * -5"], + "position": [0, 0, 1] + }, + "bone13": { + "rotation": [0, "-0+Math.cos((query.anim_time) * 90 * 8) * -0.2", "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * -2"] + }, + "tealmask": { + "scale": 1 + }, + "leg_right_1": { + "rotation": { + "0.0": [55, 0, 0], + "0.0833": [36.67, 0, 0], + "0.1667": [-32.08, 0, 0], + "0.25": [-55, 0, 0], + "0.3333": [-32.08, 0, 0], + "0.4167": [36.67, 0, 0], + "0.5": [55, 0, 0] + } + }, + "leg_right_2": { + "rotation": { + "0.0": [17.5, 0, 0], + "0.125": { + "pre": [43.75, 0, 0], + "post": [43.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [17.5, 0, 0] + } + }, + "leg_left_1": { + "rotation": { + "0.0": [-55, 0, 0], + "0.0833": [-32.08, 0, 0], + "0.1667": [36.67, 0, 0], + "0.25": [55, 0, 0], + "0.3333": [36.67, 0, 0], + "0.4167": [-32.08, 0, 0], + "0.5": [-55, 0, 0] + } + }, + "leg_left_2": { + "rotation": { + "0.0": [10, 0, 0], + "0.1667": { + "pre": [-20, 0, 0], + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [43.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [10, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ogerpon_water/ogerpon_water.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ogerpon_water/ogerpon_water.animation.json new file mode 100644 index 0000000..e1b0fb7 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ogerpon_water/ogerpon_water.animation.json @@ -0,0 +1,483 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.ogerpon_water.ground_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "rotation": ["-2.5-4*math.sin(q.anim_time*90*4-90)*1", "0+4*math.sin(q.anim_time*90*2-90)*1", "0-8*math.sin(q.anim_time*90*2-90)*1"], + "position": [0, "0.8*math.sin(q.anim_time*90*4+20)", 0] + }, + "knot": { + "rotation": [0, 0, "0-8*math.sin(q.anim_time*90*2-90)*3"] + }, + "knot_2": { + "rotation": [0, 0, "0-8*math.sin(q.anim_time*90*2-180)*2"] + }, + "knot_3": { + "rotation": [0, 0, "0-8*math.sin(q.anim_time*90*2-270)*1"] + }, + "arm_right": { + "rotation": [0, 0, "-7.5+5*math.sin(q.anim_time*90*4-150)*0.5"] + }, + "bone15": { + "rotation": [0, 0, "-7.5+5*math.sin(q.anim_time*90*4-170)*0.5"] + }, + "arm_left": { + "rotation": [0, 0, "7.5-5*math.sin(q.anim_time*90*4-150)*0.5"] + }, + "bone13": { + "rotation": [0, 0, "7.5-5*math.sin(q.anim_time*90*4-170)*0.5"] + }, + "skirt_left": { + "rotation": ["-2.5-4*math.sin(q.anim_time*90*4-180)*1", 0, 0] + }, + "skirt_right": { + "rotation": ["-2.5-4*math.sin(q.anim_time*90*4-180)*1", 0, 0] + }, + "skirt_back": { + "rotation": ["-2.5-4*math.sin(q.anim_time*90*4-180)*2", 0, 0] + }, + "skirt_front": { + "rotation": ["-2.5-4*math.sin(q.anim_time*90*4-180)*2", 0, 0] + }, + "leg_right_1": { + "rotation": ["2.3567+math.clamp(math.sin(q.anim_time*90*2-90)*10,-100,0)", "17.3649-math.clamp(math.sin(q.anim_time*90*2-90)*5,-10,0)", 7.85035], + "position": [ + "-(math.clamp(-1*math.sin(q.anim_time*90*2-90),0,1))", + "math.clamp(-0.5*math.sin(q.anim_time*90*2-80),0,1)", + "1+math.clamp(2*math.sin(q.anim_time*90*2-90),-2,0)" + ] + }, + "feet_right": { + "rotation": { + "0.0": ["10.5052+10*math.sin(q.anim_time*90*12-80)", -1.92623, -11.50943], + "0.5": [0, 10, -7.5], + "1.0": [0, 10, -7.5], + "1.5417": [0, 10, -7.5], + "2.0": ["10.5052+10*math.sin(q.anim_time*90*12-80)", -1.92623, -11.50943], + "2.5": [0, 10, -7.5], + "3.0": [0, 10, -7.5], + "3.5417": [0, 10, -7.5], + "4.0": ["10.5052+10*math.sin(q.anim_time*90*12-80)", -1.92623, -11.50943] + } + }, + "leg_left_1": { + "rotation": ["2.3567+math.clamp(-math.sin(q.anim_time*90*2-90)*10,-100,0)", "-17.3649+math.clamp(-math.sin(q.anim_time*90*2-90)*5,-10,0)", -7.85035], + "position": [ + "math.clamp(1*math.sin(q.anim_time*90*2-90),0,1)", + "math.clamp(0.5*math.sin(q.anim_time*90*2-80),0,1)", + "1+math.clamp(-2*math.sin(q.anim_time*90*2-90),-2,0)" + ] + }, + "feet_left": { + "rotation": { + "0.0": [0, -10, 7.5], + "0.5417": [0, -10, 7.5], + "0.875": ["10.0572+10*math.sin(q.anim_time*90*12-80)", 4.81216, 8.85922], + "1.5": [0, -10, 7.5], + "2.0": [0, -10, 7.5], + "2.5417": [0, -10, 7.5], + "2.875": ["10.0572+10*math.sin(q.anim_time*90*12-80)", 4.81216, 8.85922], + "3.5": [0, -10, 7.5], + "4.0": [0, -10, 7.5] + } + } + } + }, + "animation.ogerpon_water.sleep": { + "loop": true, + "bones": { + "body_position": { + "position": [0, -12, 0] + }, + "body": { + "rotation": ["5-math.cos(q.anim_time*90*1)*1", 0, 0] + }, + "eye_right": { + "scale": [1, 0, 1] + }, + "eye_left": { + "scale": [1, 0, 1] + }, + "skirt_left": { + "rotation": [0, 0, -55] + }, + "skirt_right": { + "rotation": [0, 0, 52.5] + }, + "skirt_back": { + "rotation": ["39.7+math.cos(q.anim_time*90*1)*5", 0, 0] + }, + "skirt_front": { + "rotation": [-72.5, 0, 0] + }, + "knot": { + "rotation": ["5-math.cos(q.anim_time*90*1)*5", 0, 0] + }, + "knot_2": { + "rotation": ["5-math.cos(q.anim_time*90*1)*1", 0, 0] + }, + "arm_right": { + "rotation": [0, -5, "-1-math.cos(q.anim_time*90*1-60)*2"] + }, + "arm_left": { + "rotation": [0, 0, "1+math.cos(q.anim_time*90*1-60)*2"] + }, + "leg_right_1": { + "rotation": [-90, 20, 0] + }, + "leg_left_1": { + "rotation": [-89.93795, -17.48791, -0.55958] + } + } + }, + "animation.ogerpon_water.blink": { + "animation_length": 0.625, + "bones": { + "eye_right": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + }, + "eye_left": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + } + } + }, + "animation.ogerpon_water.battle_idle": { + "loop": true, + "bones": { + "body": { + "rotation": ["10-math.cos(q.anim_time*90*3/2)*1", 2.5, 0], + "position": [0, "-0.825-math.sin(q.anim_time*90*3/2)*0.3", 0] + }, + "skirt_back": { + "rotation": ["0+math.cos(q.anim_time*90*3/2-260)*4", 0, 0] + }, + "skirt_front": { + "rotation": ["0+math.cos(q.anim_time*90*3/2-260)*4", 0, 0] + }, + "knot": { + "rotation": ["7.5-math.cos(q.anim_time*90*3/2-60)*5", 0, 0] + }, + "knot_2": { + "rotation": ["0-math.cos(q.anim_time*90*3/2-120)*3/2", 0, 0] + }, + "arm_right": { + "rotation": [0, "30-math.cos(q.anim_time*90*3/2-160)*2", "0-math.cos(q.anim_time*90*3/2-130)*1"] + }, + "bone15": { + "rotation": [0, 0, "0-math.cos(q.anim_time*90*3/2-210)*4"] + }, + "arm_left": { + "rotation": [0, "-22.5+math.cos(q.anim_time*90*3/2-160)*2", "0-math.cos(q.anim_time*90*3/2-130)*1"] + }, + "bone13": { + "rotation": [0, 0, "0-math.cos(q.anim_time*90*3/2-210)*-4"] + }, + "leg_right_1": { + "rotation": [0, 0, 10], + "position": [0, -0.55, 0] + }, + "leg_right_2": { + "rotation": [17.5, 0, 0] + }, + "feet_right": { + "rotation": [-17.44447, 8.94248, -13.2712] + }, + "leg_left_1": { + "rotation": [-22.5, 0, -15], + "position": [0, -0.825, 0] + }, + "leg_left_2": { + "rotation": [20, 0, 0] + }, + "feet_left": { + "rotation": [3.17802, -15.61486, 14.24992] + } + } + }, + "animation.ogerpon_water.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "body": { + "rotation": ["-2.5+Math.cos((query.anim_time-0.4) * 90 * 4*2) * 3", 0, 0], + "position": [0, "Math.cos((query.anim_time) * 90 * 4*2) * 0.3", 0] + }, + "skirt_left": { + "rotation": [0, 0, "5+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -7"] + }, + "skirt_right": { + "rotation": [0, 0, "-5+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -7"] + }, + "skirt_back": { + "rotation": ["5+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -8", 0, 0] + }, + "skirt_front": { + "rotation": [0, 0, "0+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -2"] + }, + "knot": { + "rotation": ["5+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -4", 0, 0] + }, + "knot_2": { + "rotation": ["5+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -3", 0, 0] + }, + "arm_right": { + "rotation": [0, "0-10*math.sin(q.anim_time*90*4)", "Math.cos((query.anim_time-0.6) * 90 * 2*2) * 2"] + }, + "bone15": { + "rotation": [0, "0-10*math.sin(q.anim_time*90*4)*0.3", "Math.cos((query.anim_time-0.6) * 90 * 2*2) * 2"] + }, + "arm_left": { + "rotation": [0, "0-10*math.sin(q.anim_time*90*4)", "Math.cos((query.anim_time-0.6) * 90 * 2*2) * 2"] + }, + "bone13": { + "rotation": [0, "0-10*math.sin(q.anim_time*90*4)*0.3", "Math.cos((query.anim_time-0.6) * 90 * 2*2) * 2"] + }, + "leg_right_1": { + "rotation": { + "0.0": [31.94, -4.07, 5.92], + "0.0417": [34.01816, -4.75113, 8.57518], + "0.125": [28.23141, -3.47957, 13.25477], + "0.2917": [0.08439, 1.60667, 17.97314], + "0.4167": [-31.76625, 0.64267, 17.18925], + "0.5": [-37, 0, 12], + "0.5833": [-33.42857, 0, 4.57143], + "0.7917": [2, 0, 0], + "0.9583": [29.87012, -3.39366, 3.26799], + "1.0": [31.94, -4.07, 5.92] + }, + "position": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, 0], + "0.25": [0, 1, 0], + "0.5": [0, 0, 0], + "1.0": [0, 0, 0] + } + }, + "leg_right_2": { + "rotation": { + "0.0": [12.92, 0, 0], + "0.0417": [15, 0, 0], + "0.2917": [25, 0, 0], + "0.5": [7.5, 0, 0], + "0.7917": [2.5, 0, 0], + "1.0": [12.92, 0, 0] + } + }, + "feet_right": { + "rotation": { + "0.0": [-5.42, 0, 0], + "0.0417": [-7.5, 0, 0], + "0.2917": [15.91527, 19.291, 5.38152], + "0.5": [15, 5, 0], + "0.7917": [5, 0, 0], + "1.0": [-5.42, 0, 0] + } + }, + "toe_right": { + "rotation": { + "0.0": [-14.91, 0, 0], + "0.0833": [-20, 0, 0], + "0.5": [-22.5, 0, 0], + "0.5417": [-24, 0, 0], + "0.625": [-32.5, 0, 0], + "0.75": [-2.5, 0, 0], + "0.7917": [-2.19, 0, 0], + "1.0": [-14.91, 0, 0] + } + }, + "leg_left_1": { + "rotation": { + "0.0": [-38, 0, -12], + "0.0833": [-34.42857, 0, -4.57143], + "0.2917": [2, 0, 0], + "0.4583": [29.87012, 3.39366, -3.26799], + "0.5417": [34.01816, 4.75113, -8.57518], + "0.625": [28.23141, 3.47957, -13.25477], + "0.7917": [0.08439, -1.60667, -17.97314], + "0.9167": [-32.76625, -0.64267, -17.18925], + "1.0": [-38, 0, -12] + }, + "position": { + "0.0": [0, 0, 0], + "0.5833": [0, 0, 0], + "0.75": [0, 1, 0], + "1.0": [0, 0, 0] + } + }, + "leg_left_2": { + "rotation": { + "0.0": [7.5, 0, 0], + "0.2917": [2.5, 0, 0], + "0.5417": [15, 0, 0], + "0.7917": [25, 0, 0], + "1.0": [7.5, 0, 0] + } + }, + "feet_left": { + "rotation": { + "0.0": [15, -5, 0], + "0.2917": [5, 0, 0], + "0.5417": [-7.5, 0, 0], + "0.7917": [15.91527, -19.291, -5.38152], + "1.0": [15, -5, 0] + } + }, + "bone": { + "rotation": { + "0.0": [-22.5, 0, 0], + "0.0417": [-24, 0, 0], + "0.125": [-32.5, 0, 0], + "0.25": [-2.5, 0, 0], + "0.2917": [-2.19, 0, 0], + "0.5833": [-20, 0, 0], + "1.0": [-22.5, 0, 0] + } + } + } + }, + "animation.ogerpon_water.ground_run": { + "loop": true, + "animation_length": 0.5, + "bones": { + "body_position": { + "position": { + "0.0": [0, 1.85, 0], + "0.0417": [0, 1.67, 0], + "0.125": [0, 0, 0], + "0.2083": { + "pre": [0, 1.67, 0], + "post": [0, 1.67, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 1.85, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 1.67, 0], + "lerp_mode": "catmullrom" + }, + "0.375": [0, 0, 0], + "0.4583": [0, 1.67, 0], + "0.5": [0, 1.85, 0] + } + }, + "body": { + "rotation": ["15+Math.cos((query.anim_time) * 90 * 8*2 - 90) * 2", 0, "Math.cos((query.anim_time) * 90 * 8 - 90) * 2"], + "position": [0, "Math.cos((query.anim_time) * 90 * 8*2 - 10) * 0.2", 0] + }, + "skirt_left": { + "rotation": [0, 0, "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * -20"] + }, + "skirt_right": { + "rotation": [0, 0, "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * -20"] + }, + "skirt_back": { + "rotation": ["0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * 20", 0, 0] + }, + "skirt_front": { + "rotation": ["-55+Math.cos((query.anim_time) * 90 * 8*2 - 90) * 20", 0, 0] + }, + "knot": { + "rotation": ["-5+Math.cos((query.anim_time) * 90 * 8*2 - 120) * 6", 0, 0] + }, + "arm_right": { + "rotation": [0, "10+Math.cos((query.anim_time) * 90 * 8) * 15", "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * 5"], + "position": [0, 0, 1] + }, + "bone15": { + "rotation": [0, "-0+Math.cos((query.anim_time) * 90 * 8) * -0.2", "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * -2"] + }, + "arm_left": { + "rotation": [0, "-10+Math.cos((query.anim_time) * 90 * 8) * -15", "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * -5"], + "position": [0, 0, 1] + }, + "bone13": { + "rotation": [0, "-0+Math.cos((query.anim_time) * 90 * 8) * -0.2", "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * -2"] + }, + "water_mask": { + "scale": 1 + }, + "leg_right_1": { + "rotation": { + "0.0": [55, 0, 0], + "0.0833": [36.67, 0, 0], + "0.1667": [-32.08, 0, 0], + "0.25": [-55, 0, 0], + "0.3333": [-32.08, 0, 0], + "0.4167": [36.67, 0, 0], + "0.5": [55, 0, 0] + } + }, + "leg_right_2": { + "rotation": { + "0.0": [17.5, 0, 0], + "0.125": { + "pre": [43.75, 0, 0], + "post": [43.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [17.5, 0, 0] + } + }, + "leg_left_1": { + "rotation": { + "0.0": [-55, 0, 0], + "0.0833": [-32.08, 0, 0], + "0.1667": [36.67, 0, 0], + "0.25": [55, 0, 0], + "0.3333": [36.67, 0, 0], + "0.4167": [-32.08, 0, 0], + "0.5": [-55, 0, 0] + } + }, + "leg_left_2": { + "rotation": { + "0.0": [10, 0, 0], + "0.1667": { + "pre": [-20, 0, 0], + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [43.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [10, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/orbeetle/orbeetle.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/orbeetle/orbeetle.animation.json new file mode 100644 index 0000000..c12e6d2 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/orbeetle/orbeetle.animation.json @@ -0,0 +1,135 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.orbeetle.ground_idle": { + "loop": true, + "bones": { + "body": { + "rotation": ["3-1*(math.cos(q.anim_time*90+2)*2)", 0, "3-1*(math.cos(q.anim_time*90+2)*2)-3+1*(math.sin(q.anim_time*90+2)*2)"], + "position": [-1, 0, 0] + }, + "leftshell": { + "scale": 1 + }, + "leftarm": { + "rotation": [0, 0, "40-1*(math.cos(q.anim_time*90+2)*4)"] + }, + "rightarm": { + "rotation": [0, 0, "-40+1*(math.cos(q.anim_time*90+2)*4)"] + }, + "torso": { + "rotation": ["25+1*(math.cos(q.anim_time*90+2)*4)", 0, 0], + "position": [0, "0+0.1*(math.cos(q.anim_time*90+2)*4)", 1] + }, + "waist": { + "rotation": [0, 0, 0] + }, + "legleft": { + "rotation": ["3+1*(math.cos(q.anim_time*90+2)*4)", -10.30856, -11.00303] + }, + "legright": { + "rotation": ["3+1*(math.cos(q.anim_time*90+2)*4)", 24.59477, 4.62934] + }, + "abdomen": { + "rotation": [-18.04941, 1.70134, -0.93514], + "position": [0, -0.5, -0.025] + }, + "rightknee": { + "rotation": ["70+1*(math.cos(q.anim_time*90+2)*4)", 0, 0] + }, + "leftknee": { + "rotation": ["70+1*(math.cos(q.anim_time*90+2)*4)", 0, 0] + }, + "lefthand": { + "rotation": [0, "37.5-1*(math.cos(q.anim_time*90+2)*4)", 0] + }, + "leftpalm": { + "rotation": [0, 0, 27.5] + }, + "leftclawb": { + "rotation": [0, 0, 65] + }, + "leftclawf": { + "rotation": [0, 0, 67.5] + }, + "righthand": { + "rotation": [0, "-37.5+1*(math.cos(q.anim_time*90+2)*4)", 0] + }, + "rightpalm": { + "rotation": [0, 0, -17.5] + }, + "rightclawf": { + "rotation": [0, 0, -57.5] + }, + "rightclawb": { + "rotation": [0, 0, -62.5] + } + } + }, + "animation.orbeetle.ground_walk": { + "loop": true, + "bones": { + "body": { + "rotation": ["15.5-1*(math.cos(q.anim_time*90+2)*4)", 0, "3-1*(math.cos(q.anim_time*90+2)*4)-3+1*(math.sin(q.anim_time*90+2)*4)"], + "position": [-1, 0, 0] + }, + "leftshell": { + "scale": 1 + }, + "leftarm": { + "rotation": [0, -27.5, "40-1*(math.cos(q.anim_time*90+2)*4)"] + }, + "rightarm": { + "rotation": [0, 27.5, "-40+1*(math.cos(q.anim_time*90+2)*4)"] + }, + "torso": { + "rotation": ["25+1*(math.cos(q.anim_time*90+2)*4)", 0, 0], + "position": [0, "0+0.1*(math.cos(q.anim_time*90+2)*4)", 1] + }, + "waist": { + "rotation": [0, 0, 0] + }, + "legleft": { + "rotation": ["25.5+1*(math.cos(q.anim_time*90+2)*4)", -10.30856, -11.00303] + }, + "legright": { + "rotation": ["25.5+1*(math.cos(q.anim_time*90+2)*4)", 24.59477, 4.62934] + }, + "abdomen": { + "rotation": [-18.04941, 1.70134, -0.93514], + "position": [0, -0.5, -0.025] + }, + "rightknee": { + "rotation": ["70+1*(math.cos(q.anim_time*90+2)*4)", 0, 0] + }, + "leftknee": { + "rotation": ["70+1*(math.cos(q.anim_time*90+2)*4)", 0, 0] + }, + "lefthand": { + "rotation": [0, "37.5-1*(math.cos(q.anim_time*90+2)*4)", 0] + }, + "leftpalm": { + "rotation": [0, 0, 27.5] + }, + "leftclawb": { + "rotation": [0, 0, 65] + }, + "leftclawf": { + "rotation": [0, 0, 67.5] + }, + "righthand": { + "rotation": [0, "-37.5+1*(math.cos(q.anim_time*90+2)*4)", 0] + }, + "rightpalm": { + "rotation": [0, 0, -17.5] + }, + "rightclawf": { + "rotation": [0, 0, -57.5] + }, + "rightclawb": { + "rotation": [0, 0, -62.5] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/orthworm/orthworm.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/orthworm/orthworm.animation.json new file mode 100644 index 0000000..19d598f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/orthworm/orthworm.animation.json @@ -0,0 +1,662 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.orthworm.ground_idle": { + "loop": true, + "bones": { + "bone12": { + "position": [-7, 0, 0] + }, + "bone10": { + "position": [-8, 0, 0] + }, + "bone11": { + "position": [-8, 0, 0] + }, + "bone13": { + "position": [-2, 0, 0] + }, + "bone14": { + "position": [-1, 0, 0] + }, + "bone15": { + "position": [-1, 0, 0] + }, + "bone5": { + "rotation": [-15, 0, 0], + "position": [0, 14, -8] + }, + "bone": { + "rotation": [17.5, 0, 0] + }, + "bone6": { + "rotation": [-45, 0, 0], + "position": [0, 0, -2] + }, + "bone7": { + "rotation": [10, 0, 0] + }, + "bone8": { + "rotation": [47.5, 0, 0] + }, + "bone17": { + "position": [9, 0, 0] + } + } + }, + "animation.orthworm.cry": { + "loop": "hold_on_last_frame", + "animation_length": 2, + "bones": { + "bone12": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [-9, 0, 0], + "0.25": [-9, 0, 0], + "0.5": [-1, 0, 0], + "0.75": [-2, 0, 0], + "1.0": [-1, 0, 0], + "1.25": [0, 0, 0], + "1.5": [-1, 0, 0], + "1.75": [-1, 0, 0], + "2.0": [-9, 0, 0] + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [-9, 0, 0], + "0.25": [-9, 0, 0], + "0.5": [-1, 0, 0], + "0.75": [-2, 0, 0], + "1.0": [-1, 0, 0], + "1.25": [0, 0, 0], + "1.5": [-1, 0, 0], + "1.75": [-1, 0, 0], + "2.0": [-9, 0, 0] + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [-9, 0, 0], + "0.25": [-9, 0, 0], + "0.5": [-1, 0, 0], + "0.75": [-2, 0, 0], + "1.0": [-1, 0, 0], + "1.25": [0, 0, 0], + "1.5": [-1, 0, 0], + "1.75": [-1, 0, 0], + "2.0": [-9, 0, 0] + } + }, + "bone13": { + "rotation": { + "0.5": { + "pre": [0, -15, 0], + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.5": { + "pre": [0, -15, 0], + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + } + }, + "position": [-1, 0, 0] + }, + "bone15": { + "rotation": { + "0.5": { + "pre": [0, -15, 0], + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + } + }, + "position": [-1, 0, 0] + }, + "bone5": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-57.5, 0, 0], + "1.75": [-57.5, 0, 0], + "2.0": [0, 0, 0] + }, + "position": { + "0.0": [0, -1, -8], + "0.5": [0, 14, -8], + "1.75": [0, 14, -8], + "2.0": [0, -1, -8] + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-10.47479, 17.22575, -3.13388], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-10.23772, -12.3071, 2.20462], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-10.47479, 17.22575, -3.13388], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [5, 0, 0], + "1.75": [5, 0, 0], + "2.0": [0, 0, 0] + }, + "position": { + "0.5": [0, 0, -2], + "1.75": [0, 0, -2] + } + }, + "bone7": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [10, 0, 0], + "1.75": [10, 0, 0], + "2.0": [0, 0, 0] + } + }, + "bone8": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [47.5, 0, 0], + "1.75": [47.5, 0, 0], + "2.0": [0, 0, 0] + } + }, + "bone17": { + "position": [9, 0, 0] + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.5": [-9, 0, 0], + "1.0": [-9, 0, 0], + "1.5": [-9, 0, 0], + "1.75": [-9, 0, 0], + "2.0": [0, 0, 0] + } + }, + "bone19": { + "rotation": { + "0.5": { + "pre": [0, -15, 0], + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone20": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.5": [-9, 0, 0], + "1.0": [-9, 0, 0], + "1.5": [-9, 0, 0], + "1.75": [-9, 0, 0], + "2.0": [0, 0, 0] + } + }, + "bone21": { + "rotation": { + "0.5": { + "pre": [0, -15, 0], + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + } + }, + "position": [0, 0, 0] + }, + "bone22": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.5": [-9, 0, 0], + "1.0": [-9, 0, 0], + "1.5": [-9, 0, 0], + "1.75": [-9, 0, 0], + "2.0": [0, 0, 0] + } + }, + "bone9": { + "rotation": { + "0.0": [0, 0, 0], + "2.0": [0, 0, 0] + } + }, + "bone2": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [37.5, 0, 0], + "2.0": [0, 0, 0] + } + } + } + }, + "animation.orthworm.ground_walk": { + "loop": true, + "bones": { + "bone5": { + "rotation": [0, "0+Math.cos((query.anim_time - 0.5) * 180) * 8", 0], + "position": [0, -1, 0] + }, + "bone12": { + "position": [-9, 0, 0] + }, + "bone10": { + "position": [-9, 0, 0] + }, + "bone11": { + "position": [-9, 0, 0] + }, + "bone18": { + "position": [9, 0, 0] + }, + "bone20": { + "position": [9, 0, 0] + }, + "bone22": { + "position": [9, 0, 0] + }, + "bone6": { + "rotation": [0, "0+Math.cos((query.anim_time - 0.2) * 180) * 8", 0] + }, + "bone7": { + "rotation": [0, "0+Math.cos((query.anim_time - 0.5) * 180) * 8", 0] + }, + "bone8": { + "rotation": [0, "0+Math.cos((query.anim_time - 0.8) * 180) * 8", 0] + }, + "bone9": { + "rotation": [0, "0+Math.cos((query.anim_time - 1.1) * 180) * 8", 0] + }, + "bone": { + "rotation": [0, "0-Math.cos((query.anim_time - 0.2) * 180) * 8", 0] + } + } + }, + "animation.orthworm.sleep": { + "loop": true, + "bones": { + "bone5": { + "rotation": [0, -52.5, 0], + "position": [-4, 0, -7] + }, + "bone12": { + "position": [-9, 0, 0] + }, + "bone10": { + "position": [-9, 0, 0] + }, + "bone11": { + "position": [-9, 0, 0] + }, + "bone18": { + "position": [9, 0, 0] + }, + "bone20": { + "position": [9, 0, 0] + }, + "bone22": { + "position": [9, 0, 0] + }, + "bone6": { + "rotation": [0, 67.5, 0] + }, + "bone7": { + "rotation": [0, 40, 0] + }, + "bone8": { + "rotation": [0, 65, 0] + }, + "bone9": { + "rotation": [0, 37.5, 0] + }, + "bone": { + "rotation": [0, -60, 0] + }, + "bone26": { + "position": [0, 0, 1] + }, + "bone25": { + "position": [0, 0, 1] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/palafin/palafin.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/palafin/palafin.animation.json new file mode 100644 index 0000000..62d4e35 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/palafin/palafin.animation.json @@ -0,0 +1,356 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.palafin.water_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "bone2": { + "rotation": ["-math.clamp(math.sin(q.anim_time*90*2)*2,0,2)-math.clamp(math.sin(q.anim_time*90*2)*2,-2,0)", 0, 0], + "position": [0, "-math.clamp(math.sin(q.anim_time*90*2-45)*0.25,0,5)-math.clamp(math.sin(q.anim_time*90*2-45)*0.5,-3,0)-0.5", 0] + }, + "back_tail": { + "rotation": ["0+math.cos(query.anim_time*90*2)*8", 0, 0] + }, + "bone": { + "rotation": ["-12.5+math.cos((query.anim_time)*90*2-120)*15", 0, 0] + }, + "fin_left": { + "rotation": [ + "-5.6312+math.clamp(math.sin(q.anim_time*90*1+180)*8,0,10)-math.clamp(math.sin(q.anim_time*90*1+180)*8,-10,0)+math.clamp(math.sin(q.anim_time*90*2+180)*4,-10,0)", + "-18.2772+math.clamp(math.sin(q.anim_time*90*2+45+180)*10,10,20)-math.clamp(math.sin(q.anim_time*90*1)*15,0,20)-math.clamp(math.sin(q.anim_time*90*1+180)*15,0,20)", + "34.4081-math.clamp(math.sin(q.anim_time*90*2-10+180)*40,0,50)+math.clamp(math.sin(q.anim_time*90*2+5)*20,-10,20)-math.clamp(math.sin(q.anim_time*90*2+180)*15,-10,0)" + ], + "position": [-0.325, 0.075, -0.125] + }, + "bone4": { + "rotation": [ + 0, + 0, + "math.clamp(math.sin(q.anim_time*90*2-45+180)*5,0,200)+math.clamp(math.sin(q.anim_time*90*2)*10,0,8)-math.clamp(math.sin(q.anim_time*90*2-45+180)*25,-20,15)" + ] + }, + "fin_right": { + "rotation": [ + "math.clamp(math.sin(q.anim_time*90*1+180)*8,0,10)-math.clamp(math.sin(q.anim_time*90*1+180)*8,-10,0)+math.clamp(math.sin(q.anim_time*90*2+180)*4,-10,0)", + "17.5-math.clamp(math.sin(q.anim_time*90*2+45+180)*10,10,20)+math.clamp(math.sin(q.anim_time*90*1)*15,0,20)+math.clamp(math.sin(q.anim_time*90*1+180)*15,0,20)", + "-27.5+math.clamp(math.sin(q.anim_time*90*2-10+180)*40,0,200)-math.clamp(math.sin(q.anim_time*90*2+5)*20,-10,20)+math.clamp(math.sin(q.anim_time*90*2+180)*15,-10,0)" + ], + "position": [0.55, 0.2, -0.125] + }, + "bone3": { + "rotation": [ + 0, + 0, + "-math.clamp(math.sin(q.anim_time*90*2-45+180)*5,0,200)-math.clamp(math.sin(q.anim_time*90*2)*10,0,8)+math.clamp(math.sin(q.anim_time*90*2-45+180)*25,-20,15)" + ] + }, + "bone6": { + "rotation": ["0+math.cos((query.anim_time)*90*2-90)*10", 0, 0] + } + } + }, + "animation.palafin.water_swim": { + "loop": true, + "animation_length": 1, + "bones": { + "body": { + "rotation": ["math.cos(q.anim_time*90*4)*20", 0, 0], + "position": [0, "math.cos(q.anim_time*90*4+90)*3", 0] + }, + "fin_left": { + "rotation": [0, 0, "-math.cos(q.anim_time*90*4)*20"] + }, + "bone4": { + "rotation": [0, 0, "-math.cos(q.anim_time*90*4-90)*20"] + }, + "fin_right": { + "rotation": [0, 0, "math.cos(q.anim_time*90*4)*20"] + }, + "bone3": { + "rotation": [0, 0, "math.cos(q.anim_time*90*4-90)*20"] + }, + "bone5": { + "rotation": ["math.cos(q.anim_time*90*4-90)*20", 0, 0] + }, + "bone6": { + "rotation": ["math.cos(q.anim_time*90*4-180)*25", 0, 0] + }, + "bone": { + "rotation": ["-10+math.cos(q.anim_time*90*4-180+90)*30", 0, 0] + } + } + }, + "animation.palafin.quirk": { + "animation_length": 2, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [360, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [380, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [360, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 7, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 7, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, -1.38, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.25": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.75": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.3333": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone": { + "rotation": { + "0.4167": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "1.0833": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.palafin.faint": { + "loop": true, + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [-15, 0, 0], + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 90], + "lerp_mode": "catmullrom" + }, + "0.625": [0, 0, 90], + "0.875": ["math.cos(q.anim_time*90*4*4+90)*20+q.anim_time*90*2*1", 0, 90], + "1.5": ["math.cos(q.anim_time*90*4*4+90)*20+q.anim_time*90*2*1", 0, 90], + "1.75": [0, 0, 90] + }, + "position": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [0, 2, 5], + "post": [0, 2, 5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 2, 5], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.875": ["math.cos(q.anim_time*90*2)*5", 0, "5+math.cos(q.anim_time*90*2+90)*5"], + "1.5": ["math.cos(q.anim_time*90*2)*5", 0, "5+math.cos(q.anim_time*90*2+90)*5"], + "1.75": [0, 0, 5] + } + }, + "fin_left": { + "rotation": { + "0.25": [0, 0, 0], + "0.375": [0, 0, -67.5], + "0.625": [0, 0, 0], + "0.875": [0, 0, 25], + "1.5": [0, 0, 25], + "1.625": [0, 0, 87.5], + "1.75": [0, 0, 25] + } + }, + "fin_right": { + "rotation": { + "0.25": [0, 0, 0], + "0.375": [0, 0, -67.5], + "0.625": [0, 0, 0], + "0.875": [0, 0, -92.5] + } + }, + "bone3": { + "rotation": { + "0.875": [0, 0, 0], + "0.9583": [0, 0, -60] + } + }, + "bone5": { + "rotation": { + "0.625": [0, 0, 0], + "0.875": ["math.cos(q.anim_time*90*4*4)*20", 0, 0], + "1.5": ["math.cos(q.anim_time*90*4*4)*20", 0, 0], + "1.5417": [38.33, 0, 0], + "1.75": [0, 0, 0] + } + }, + "bone6": { + "rotation": { + "0.625": [0, 0, 0], + "0.875": ["math.cos(q.anim_time*90*4*4-90)*20", 0, 0], + "1.5": ["math.cos(q.anim_time*90*4*4-90)*20", 0, 0], + "1.5417": [39.43, 0, 0], + "1.75": [0, 0, 0] + } + }, + "bone": { + "rotation": { + "0.625": [0, 0, 0], + "0.875": ["math.cos(q.anim_time*90*4*4-120)*20", 0, 0], + "1.5": ["math.cos(q.anim_time*90*4*4-120)*20", 0, 0], + "1.5417": [38.33, 0, 0], + "1.75": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/palossand/palossand.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/palossand/palossand.animation.json new file mode 100644 index 0000000..f600419 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/palossand/palossand.animation.json @@ -0,0 +1,74 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.palossand.ground_idle": { + "loop": true, + "bones": { + "top_section": { + "rotation": ["math.sin(q.anim_time*90*0.5-150+100)*1.5", 0, "math.sin(q.anim_time*90*1-150+100)*0.5"], + "position": [0, "math.clamp(math.sin(q.anim_time*90*1+120)*0.2,-0.1,0.1)-math.sin(-q.anim_time*90*1-90)*0.1", 0] + }, + "shovel": { + "rotation": [0, "(q.anim_time*90*1.05)", 0] + }, + "body": { + "rotation": ["math.sin(q.anim_time*90*0.5-150+100)*3", 0, "math.sin(q.anim_time*90*1-150+100)*1"], + "position": [0, "math.clamp(math.sin(q.anim_time*90*1+120)*0.2,-0.1,0.1)-math.sin(-q.anim_time*90*1-120)*0.3", 0] + }, + "bot_arm_right": { + "position": ["math.clamp(math.sin(q.anim_time*90*1+90)*-0.2,-0.1,0.1)-math.sin(-q.anim_time*90*1-90)*-0.3", 0, 0] + }, + "bone": { + "rotation": [0, 0, "math.sin(q.anim_time*90*1-150+100)*4"], + "position": [0, "math.clamp(math.sin(q.anim_time*90*1+120)*0.2,-0.1,0.1)-math.sin(-q.anim_time*90*1-120)*0.3", 0] + }, + "bot_arm_left": { + "position": ["math.clamp(math.sin(q.anim_time*90*1+90)*0.2,-0.1,0.1)-math.sin(-q.anim_time*90*1-90)*0.3", 0, 0] + }, + "bone3": { + "rotation": [0, 0, "math.sin(q.anim_time*90*1-150+100)*-4"], + "position": [0, "math.clamp(math.sin(q.anim_time*90*1+120)*0.2,-0.1,0.1)-math.sin(-q.anim_time*90*1-120)*0.3", 0] + }, + "mouth": { + "position": [0, "math.clamp(math.sin(q.anim_time*90*1+90*0.5)*0.2,-0.1,0.1)-math.sin(-q.anim_time*90*1-90*0.5)*0.2", 0] + } + } + }, + "animation.palossand.ground_walk": { + "loop": true, + "bones": { + "top_section": { + "rotation": ["0+math.sin(q.anim_time*90*2*2-45)*3", 0, 0], + "position": [0, "math.clamp(math.sin(q.anim_time*90*1+120)*0.2,-0.1,0.1)-math.sin(-q.anim_time*90*2-90)*0.1", 0] + }, + "shovel": { + "rotation": [0, "(q.anim_time*90*1.05)", 0] + }, + "body": { + "rotation": ["10+math.sin(q.anim_time*90*2*2-45)*2", 0, 0], + "position": [0, "-math.sin(q.anim_time*90*2*2-20)*0.2-0.1", "-math.sin(q.anim_time*90*2*2+90)*0.5+0.2"] + }, + "bot_arm_right": { + "position": ["-math.sin(q.anim_time*90*2*2+90)*-0.5-0.2", 0, 0] + }, + "bone": { + "rotation": [0, 0, "math.sin(q.anim_time*90*2*2-45)*4"], + "position": [0, "math.clamp(math.sin(q.anim_time*90*1+120)*0.2,-0.1,0.1)-math.sin(-q.anim_time*90*1-120)*0.3", 0] + }, + "bot_arm_left": { + "position": ["-math.sin(q.anim_time*90*2*2+90)*0.5+0.2", 0, 0] + }, + "bone3": { + "rotation": [0, 0, "math.sin(q.anim_time*90*2*2-45)*-4"], + "position": [0, "math.clamp(math.sin(q.anim_time*90*1+120)*0.2,-0.1,0.1)-math.sin(-q.anim_time*90*1-120)*0.3", 0] + }, + "mouth": { + "position": [0, "math.clamp(math.sin(q.anim_time*90*1+90*0.5)*0.2,-0.1,0.1)-math.sin(-q.anim_time*90*1-90*0.5)*0.2", 0] + }, + "ground": { + "position": [0, 0, "-math.sin(q.anim_time*90*2*2-20)*0.2+0.3"] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/pawmi/pawmi.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/pawmi/pawmi.animation.json new file mode 100644 index 0000000..07edcb7 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/pawmi/pawmi.animation.json @@ -0,0 +1,137 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.pawmi.ground_walk": { + "loop": true, + "bones": { + "body": { + "rotation": ["79.5-14*math.sin(q.anim_time*45*12)", 0, 0], + "position": [0, "-3.6+5*math.abs(math.sin(q.anim_time*45*6-30))", 0] + }, + "rightleg": { + "rotation": ["-45-25*math.sin(q.anim_time*90*6)", 0, 0], + "position": [0, -0.5, -0.9] + }, + "righfoot": { + "rotation": ["-20*math.sin(q.anim_time*90*6)", 0, 0], + "position": [0, -0.4, 0] + }, + "leftleg": { + "rotation": ["-45-25*math.sin(q.anim_time*90*6)", 0, 0], + "position": [0, -0.5, -0.9] + }, + "righfoot2": { + "rotation": ["-20*math.sin(q.anim_time*90*6)", 0, 0], + "position": [0, -0.4, 0] + }, + "torso": { + "rotation": [16.5, 0, 0], + "position": [0, 0, "0.4+math.sin(q.anim_time*30*3*2)*0.1"] + }, + "tail": { + "rotation": ["-92-math.sin(q.anim_time*180*3*1)*26", "0-math.sin(q.anim_time*30*3*1)*3", 0], + "position": [0, -0.9, -0.3] + }, + "rightarm2": { + "rotation": [-72.13119, "62.3623+25*math.sin(q.anim_time*90*6)", -78.66122], + "position": [0, 0.5, 1.3] + }, + "righthand": { + "rotation": [14.74887, 5.80465, "11.6946+10*math.sin(q.anim_time*90*6)"], + "position": ["-0.9+math.sin(q.anim_time*30*3*2)*0.1", 0.1, 0.4] + }, + "leftarm2": { + "rotation": [-72.13119, "-62.3623-25*math.sin(q.anim_time*90*6)", 78.6612], + "position": [0, 0.5, 1.3] + }, + "lefthand": { + "rotation": [14.74887, -5.8046, "-11.6946-10*math.sin(q.anim_time*90*6)"], + "position": ["0.9-math.sin(q.anim_time*30*3*2)*0.1", 0.1, 0.4] + }, + "neck": { + "rotation": [-13, 0, 0], + "position": [0, 0.8, 0.4] + }, + "head": { + "rotation": ["-74.5-3*math.sin(q.anim_time*45*12)", 0, 0], + "position": [0, 1.5, -2.8] + }, + "hair": { + "rotation": ["0-math.sin(q.anim_time*90*3*1)*3", 0, "0-math.sin(q.anim_time*180*3*1)*8"] + }, + "rightear": { + "rotation": ["0-math.sin(q.anim_time*180*3*1)*20", 0, "0+math.sin(q.anim_time*180*3*1)*10"] + }, + "leftear": { + "rotation": ["0-math.sin(q.anim_time*180*3*1)*20", 0, "0-math.sin(q.anim_time*180*3*1)*10"] + } + } + }, + "animation.pawmi.ground_idle": { + "loop": true, + "bones": { + "body": { + "rotation": [82, 0, 0], + "position": [0, -3.6, 0] + }, + "rightleg": { + "rotation": ["-57.5+math.sin(q.anim_time*30*3-60)*1.2", 0, 0], + "position": [0, -0.5, -0.9] + }, + "righfoot": { + "rotation": ["-20-math.sin(q.anim_time*30*3-60)*1.2", 0, 0], + "position": [0, -0.4, 0] + }, + "leftleg": { + "rotation": ["-57.5+math.sin(q.anim_time*30*3-60)*1.2", 0, 0], + "position": [0, -0.5, -0.9] + }, + "righfoot2": { + "rotation": ["-20-math.sin(q.anim_time*30*3-60)*1.2", 0, 0], + "position": [0, -0.4, 0] + }, + "torso": { + "rotation": [9, 0, 0], + "position": [0, 0, "0.4+math.sin(q.anim_time*30*3*2)*0.1"] + }, + "tail": { + "rotation": ["-67-math.sin(q.anim_time*60*3*1)*3", "0-math.sin(q.anim_time*30*3*1)*3", 0], + "position": [0, -0.9, -0.3] + }, + "rightarm2": { + "rotation": [-72.13119, 62.36234, -78.66122], + "position": [0, 0.5, 1.3] + }, + "righthand": { + "rotation": [14.74887, 5.80465, 11.69456], + "position": ["-0.9+math.sin(q.anim_time*30*3*2)*0.1", 0.1, -0.1] + }, + "leftarm2": { + "rotation": [-72.13119, -62.3623, 78.6612], + "position": [0, 0.5, 1.3] + }, + "lefthand": { + "rotation": [14.74887, -5.8046, -11.6946], + "position": ["0.9-math.sin(q.anim_time*30*3*2)*0.1", 0.1, -0.1] + }, + "neck": { + "rotation": [-17, 0, 0], + "position": [0, 0.3, 0.6] + }, + "head": { + "rotation": ["-69+math.sin(q.anim_time*30*3-60)*1.2", 0, 0], + "position": [0, 1.4, -3] + }, + "hair": { + "rotation": ["0-math.sin(q.anim_time*45*3*1)*1", 0, "0-math.sin(q.anim_time*45*3*1)*1"] + }, + "rightear": { + "rotation": ["0-math.sin(q.anim_time*90*3*1)*3", 0, 0] + }, + "leftear": { + "rotation": ["0-math.sin(q.anim_time*90*3*1)*3", 0, 0] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/pawmo/pawmo.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/pawmo/pawmo.animation.json new file mode 100644 index 0000000..1adbdce --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/pawmo/pawmo.animation.json @@ -0,0 +1,89 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.pawmo.ground_idle": { + "loop": true, + "bones": { + "torso": { + "rotation": ["01+math.sin(q.anim_time*60*3)*1", 0, 0], + "position": [0, "0+math.sin(q.anim_time*60*3*2)*0.1", 0] + }, + "tail": { + "rotation": ["0-math.sin(q.anim_time*90*3*1)*6", 0, "0-math.sin(q.anim_time*45*3*1)*2"] + }, + "rightarm2": { + "rotation": [0.7661, "-0.6428+math.sin(q.anim_time*45*3)*5", "39.9957+math.sin(q.anim_time*45*3)*2"] + }, + "righthand": { + "rotation": [90, "12.5+math.sin(q.anim_time*45*3)*5", 0] + }, + "leftarm2": { + "rotation": [0.7661, "-0.6428-math.sin(q.anim_time*45*3)*5", "-39.9957+math.sin(q.anim_time*45*3)*2"] + }, + "lefthand": { + "rotation": [90, "-12.5-math.sin(q.anim_time*45*3)*5", 0] + }, + "head": { + "rotation": ["0+math.sin(q.anim_time*60*3-60)*2", 0, 0] + }, + "hair": { + "rotation": ["0-math.sin(q.anim_time*45*3*1)*1", 0, "0-math.sin(q.anim_time*45*3*1)*2"] + }, + "rightear": { + "rotation": ["0-math.sin(q.anim_time*90*3*1)*3", 0, 0] + }, + "leftear": { + "rotation": ["0-math.sin(q.anim_time*90*3*1)*3", 0, 0] + } + } + }, + "animation.pawmo.ground_walk": { + "loop": true, + "bones": { + "torso": { + "rotation": ["2.5-math.sin(q.anim_time*90*8)*2", "math.sin(q.anim_time*90*4)*4", 0], + "position": [0, "0+math.sin(q.anim_time*60*3*2)*0.1", 0] + }, + "tail": { + "rotation": ["0-math.sin(q.anim_time*180*3*1)*8", 0, "0-math.sin(q.anim_time*90*3*1)*4"] + }, + "rightarm2": { + "rotation": [0.7661, "-0.6428+math.sin(q.anim_time*45*8)*10", "39.9957+math.sin(q.anim_time*45*3)*2"] + }, + "righthand": { + "rotation": [90, "12.5+math.sin(q.anim_time*45*3)*5", 0] + }, + "leftarm2": { + "rotation": [0.7661, "-0.6428+math.sin(q.anim_time*45*8)*10", "-39.9957+math.sin(q.anim_time*45*3)*2"] + }, + "lefthand": { + "rotation": [90, "-12.5-math.sin(q.anim_time*45*3)*5", 0] + }, + "head": { + "rotation": ["math.sin(query.anim_time*90*6*1.5+80)*2.5", "math.sin(query.anim_time*90*3*1.5+60)*2.5", "math.sin(query.anim_time*90*3*1.5+60)*2.5"] + }, + "hair": { + "rotation": ["0-math.sin(q.anim_time*45*3*1)*1", 0, "0-math.sin(q.anim_time*180*3*1)*4"] + }, + "rightear": { + "rotation": ["0-math.sin(q.anim_time*90*7)*6", 0, "0-math.sin(q.anim_time*45*7)*4"] + }, + "leftear": { + "rotation": ["0-math.sin(q.anim_time*90*7)*6", 0, "0+math.sin(q.anim_time*45*7)*4"] + }, + "rightleg": { + "rotation": ["-20*math.sin(q.anim_time*90*4)", 0, 0] + }, + "righfoot": { + "rotation": ["-20*math.sin(q.anim_time*90*4)", 0, 0] + }, + "leftleg": { + "rotation": ["20*math.sin(q.anim_time*90*4)", 0, 0] + }, + "righfoot2": { + "rotation": ["20*math.sin(q.anim_time*90*4)", 0, 0] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/pawmot/pawmot.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/pawmot/pawmot.animation.json new file mode 100644 index 0000000..4b436f2 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/pawmot/pawmot.animation.json @@ -0,0 +1,89 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.pawmot.ground_walk": { + "loop": true, + "bones": { + "torso": { + "rotation": ["2.5-math.sin(q.anim_time*90*8)*2", "math.sin(q.anim_time*90*4)*4", 0], + "position": [0, "0+math.sin(q.anim_time*60*3*2)*0.1", 0] + }, + "tail": { + "rotation": ["0-math.sin(q.anim_time*180*3*1)*8", 0, "0-math.sin(q.anim_time*90*3*1)*4"] + }, + "rightarm2": { + "rotation": [0.7661, "-0.6428+math.sin(q.anim_time*45*8)*10", "39.9957+math.sin(q.anim_time*45*3)*2"] + }, + "righthand": { + "rotation": [90, "12.5+math.sin(q.anim_time*45*3)*5", 0] + }, + "leftarm2": { + "rotation": [0.7661, "-0.6428+math.sin(q.anim_time*45*8)*10", "-39.9957+math.sin(q.anim_time*45*3)*2"] + }, + "lefthand": { + "rotation": [90, "-12.5-math.sin(q.anim_time*45*3)*5", 0] + }, + "head": { + "rotation": ["math.sin(query.anim_time*90*6*1.5+80)*2.5", "math.sin(query.anim_time*90*3*1.5+60)*2.5", "math.sin(query.anim_time*90*3*1.5+60)*2.5"] + }, + "hair": { + "rotation": ["0-math.sin(q.anim_time*45*3*1)*1", 0, "0-math.sin(q.anim_time*180*3*1)*4"] + }, + "rightear": { + "rotation": ["0-math.sin(q.anim_time*90*7)*6", 0, "0-math.sin(q.anim_time*45*7)*4"] + }, + "leftear": { + "rotation": ["0-math.sin(q.anim_time*90*7)*6", 0, "0+math.sin(q.anim_time*45*7)*4"] + }, + "rightleg": { + "rotation": ["-20*math.sin(q.anim_time*90*4)", 0, 0] + }, + "righfoot": { + "rotation": ["-20*math.sin(q.anim_time*90*4)", 0, 0] + }, + "leftleg": { + "rotation": ["20*math.sin(q.anim_time*90*4)", 0, 0] + }, + "righfoot2": { + "rotation": ["20*math.sin(q.anim_time*90*4)", 0, 0] + } + } + }, + "animation.pawmot.ground_idle": { + "loop": true, + "bones": { + "torso": { + "rotation": ["01+math.sin(q.anim_time*60*3)*1", 0, 0], + "position": [0, "0+math.sin(q.anim_time*60*3*2)*0.1", 0] + }, + "tail": { + "rotation": ["0-math.sin(q.anim_time*90*3*1)*6", 0, "0-math.sin(q.anim_time*45*3*1)*2"] + }, + "rightarm2": { + "rotation": [0.7661, "-0.6428+math.sin(q.anim_time*45*3)*5", "39.9957+math.sin(q.anim_time*45*3)*2"] + }, + "righthand": { + "rotation": [90, "12.5+math.sin(q.anim_time*45*3)*5", 0] + }, + "leftarm2": { + "rotation": [0.7661, "-0.6428-math.sin(q.anim_time*45*3)*5", "-39.9957+math.sin(q.anim_time*45*3)*2"] + }, + "lefthand": { + "rotation": [90, "-12.5-math.sin(q.anim_time*45*3)*5", 0] + }, + "head": { + "rotation": ["0+math.sin(q.anim_time*60*3-60)*2", 0, 0] + }, + "hair": { + "rotation": ["0-math.sin(q.anim_time*45*3*1)*1", 0, "0-math.sin(q.anim_time*45*3*1)*2"] + }, + "rightear": { + "rotation": ["0-math.sin(q.anim_time*90*3*1)*3", 0, 0] + }, + "leftear": { + "rotation": ["0-math.sin(q.anim_time*90*3*1)*3", 0, 0] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/pawniard/pawniard.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/pawniard/pawniard.animation.json new file mode 100644 index 0000000..ce6ad96 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/pawniard/pawniard.animation.json @@ -0,0 +1,1428 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.pawniard.ground_idle": { + "loop": true, + "animation_length": 2.5, + "bones": { + "mainthing": { + "position": { + "0.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + } + } + }, + "larm": { + "rotation": { + "0.0": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "larmseg2": { + "rotation": { + "0.0": { + "post": [0, 60, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 45, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 60, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lleg": { + "rotation": { + "0.0": { + "post": [-29.82944, -17.97254, 54.94021], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-23.13905, -22.59575, 36.88672], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-29.82944, -17.97254, 54.94021], + "lerp_mode": "catmullrom" + } + } + }, + "lleg2": { + "rotation": { + "0.0": { + "post": [0, 0, -82.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -55], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -82.5], + "lerp_mode": "catmullrom" + } + } + }, + "feetis2": { + "rotation": { + "0.0": { + "post": [5, 0, 30], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [7.47178, 0.65182, 20.04256], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [5, 0, 30], + "lerp_mode": "catmullrom" + } + } + }, + "rleg": { + "rotation": { + "0.0": { + "post": [17.48436, -0.75155, 49.88443], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [17.10967, 3.73171, 35.56155], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [17.48436, -0.75155, 49.88443], + "lerp_mode": "catmullrom" + } + } + }, + "rleg2": { + "rotation": { + "0.0": { + "post": [0, 0, -77.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -57.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -77.5], + "lerp_mode": "catmullrom" + } + } + }, + "feetis1": { + "rotation": { + "0.0": { + "post": [-12.5, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-12.39638, -1.61888, 20.17583], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-12.5, 0, 27.5], + "lerp_mode": "catmullrom" + } + } + }, + "rarm": { + "rotation": { + "0.0": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-40.02687, 1.91486, -1.60757], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rarmseg2": { + "rotation": { + "0.0": { + "post": [0, -57.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -47.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -57.5, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.pawniard.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "mainthing": { + "position": { + "0.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rleg": { + "rotation": { + "0.0": { + "post": [0, 0, 50], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -35], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -55], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 37.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 50], + "lerp_mode": "catmullrom" + } + } + }, + "rleg2": { + "rotation": { + "0.0": { + "post": [0, 0, -52.5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -70], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -30.83], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -52.5], + "lerp_mode": "catmullrom" + } + } + }, + "feetis1": { + "rotation": { + "0.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "lleg": { + "rotation": { + "0.0": { + "post": [0, 0, -52.5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 62.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 50], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -33.75], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -52.5], + "lerp_mode": "catmullrom" + } + } + }, + "lleg2": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -55], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -52.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -47.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "larm": { + "rotation": { + "0.0": { + "post": [38.28761, 22.22485, 16.62484], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [50.67731, -42.14507, -39.32269], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [38.28761, 22.22485, 16.62484], + "lerp_mode": "catmullrom" + } + } + }, + "larmseg2": { + "rotation": { + "0.0": { + "post": [0, 82.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 82.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "nekc": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + } + }, + "noleg": { + "rotation": { + "0.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + } + } + }, + "rarm": { + "rotation": { + "0.0": { + "post": [-54.73561, 30, -35.26439], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-54.73561, -30, 35.26439], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-54.73561, 30, -35.26439], + "lerp_mode": "catmullrom" + } + } + }, + "rarmseg2": { + "rotation": { + "0.0": { + "post": [0, -77.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -77.5, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.pawniard.cry": { + "animation_length": 1, + "bones": { + "nekc": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 15], + "0.2917": [0, 0, 12.5], + "0.3333": [0, 0, 15], + "0.375": [0, 0, 12.5], + "0.4167": [0, 0, 15], + "0.4583": [0, 0, 12.5], + "0.5": [0, 0, 15], + "0.5417": [0, 0, 12.5], + "1.0": [0, 0, 0] + } + } + } + }, + "animation.pawniard.battle_idle": { + "loop": true, + "animation_length": 2.5, + "bones": { + "mainthing": { + "rotation": [0, -47.5, 0], + "position": { + "0.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rleg": { + "rotation": { + "0.0": { + "post": [43.72773, 20.66195, 56.94273], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [38.26946, 30.5458, 44.39991], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [43.72773, 20.66195, 56.94273], + "lerp_mode": "catmullrom" + } + } + }, + "rleg2": { + "rotation": { + "0.0": { + "post": [0, 0, -77.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -55], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -77.5], + "lerp_mode": "catmullrom" + } + } + }, + "feetis1": { + "rotation": { + "0.0": { + "post": [-12.5, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-7.2127, -2.68507, 15.2873], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-12.5, 0, 27.5], + "lerp_mode": "catmullrom" + } + } + }, + "lleg": { + "rotation": { + "0.0": { + "post": [-29.82944, -17.97254, 54.94021], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-23.13905, -22.59575, 36.88672], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-29.82944, -17.97254, 54.94021], + "lerp_mode": "catmullrom" + } + } + }, + "lleg2": { + "rotation": { + "0.0": { + "post": [0, 0, -82.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -55], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -82.5], + "lerp_mode": "catmullrom" + } + } + }, + "feetis2": { + "rotation": { + "0.0": { + "post": [5, 0, 30], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [7.47178, 0.65182, 20.04256], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [5, 0, 30], + "lerp_mode": "catmullrom" + } + } + }, + "larm": { + "rotation": { + "0.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-18.54835, -19.03771, 6.24605], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "larmseg2": { + "rotation": { + "0.0": { + "post": [0, 30, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 35, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 30, 0], + "lerp_mode": "catmullrom" + } + } + }, + "nekc": { + "rotation": [0, 37.5, 0] + }, + "noleg": { + "rotation": [0, 0, -7.5] + }, + "rarm": { + "rotation": { + "0.0": { + "post": [-38.40659, -12.60837, 8.19252], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-37.82635, -8.67358, 5.05281], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-38.40659, -12.60837, 8.19252], + "lerp_mode": "catmullrom" + } + } + }, + "rarmseg2": { + "rotation": { + "0.0": { + "post": [-22.31144, -54.26887, 6.39889], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-11.13618, -49.954, 1.53071], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-22.31144, -54.26887, 6.39889], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.pawniard.physical_attack": { + "animation_length": 1.4583, + "bones": { + "mainthing": { + "rotation": { + "0.0": { + "post": [0, -47.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -47.5, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 47.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 47.5, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -47.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -3, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-1.5, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-3, -2, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-3, -3, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-2.11, 0.22, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rleg": { + "rotation": { + "0.0": { + "post": [43.72773, 20.66195, 56.94273], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [46.64187, 9.98752, 67.89021], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [29.57345, 38.97385, 29.24833], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [43.72773, 20.66195, 56.94273], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [46.64187, 9.98752, 67.89021], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [36.21692, 32.5992, 40.79435], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [43.72773, 20.66195, 56.94273], + "lerp_mode": "catmullrom" + } + } + }, + "rleg2": { + "rotation": { + "0.0": { + "post": [0, 0, -77.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -102.5], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, -62.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -77.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -102.5], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, -53.1], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, -77.5], + "lerp_mode": "catmullrom" + } + } + }, + "feetis1": { + "rotation": { + "0.0": { + "post": [-12.5, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.45392, 1.08089, 32.38206], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-11.93845, -3.73171, 10.39033], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-12.5, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-12.45392, 1.08089, 32.38206], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-10.53703, -6.74193, -4.75749], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-12.5, 0, 27.5], + "lerp_mode": "catmullrom" + } + } + }, + "lleg": { + "rotation": { + "0.0": { + "post": [-29.82944, -17.97254, 54.94021], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-34.35396, -1.75627, 80.65927], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-23.48043, -25.8845, 38.08496], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-29.82944, -17.97254, 54.94021], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-34.35396, -1.75627, 80.65927], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-23.57399, -22.1918, 43.43118], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-29.82944, -17.97254, 54.94021], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-56.43421, -5.96999, 74.43931], + "lerp_mode": "catmullrom" + } + } + }, + "lleg2": { + "rotation": { + "0.0": { + "post": [0, 0, -82.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -107.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -82.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -107.5], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, -70.6], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, -82.5], + "lerp_mode": "catmullrom" + } + } + }, + "feetis2": { + "rotation": { + "0.0": { + "post": [5, 0, 30], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [4.99527, 0.21782, 27.5095], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [4.53359, 2.11089, 5.08357], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [5, 0, 30], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [4.99527, 0.21782, 27.5095], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [3.31314, 3.74529, -18.45165], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [5, 0, 30], + "lerp_mode": "catmullrom" + } + } + }, + "larm": { + "rotation": { + "0.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-21.76315, -17.60194, 3.6419], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [34.32669, 57.77464, 30.0129], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [34.32669, 57.77464, 30.0129], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "larmseg2": { + "rotation": { + "0.0": { + "post": [0, 30, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 30, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 70, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 70, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 30, 0], + "lerp_mode": "catmullrom" + } + } + }, + "nekc": { + "rotation": { + "0.0": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [11.23272, -36.01651, -18.66201], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [11.23272, -36.01651, -18.66201], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "noleg": { + "rotation": { + "0.0": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + } + } + }, + "rarm": { + "rotation": { + "0.0": { + "post": [-38.40659, -12.60837, 8.19252], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-38.40659, -12.60837, 8.19252], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [3.17969, 24.60389, -22.05671], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [3.17969, 24.60389, -22.05671], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-38.40659, -12.60837, 8.19252], + "lerp_mode": "catmullrom" + } + } + }, + "rarmseg2": { + "rotation": { + "0.0": { + "post": [-22.31144, -54.26887, 6.39889], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-19.06258, -47.24838, 2.21265], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [7.34513, -18.55436, -11.33356], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [7.34513, -18.55436, -11.33356], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-22.31144, -54.26887, 6.39889], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.pawniard.faint": { + "animation_length": 3, + "bones": { + "mainthing": { + "rotation": { + "0.0": [0, -47.5, 0], + "0.5": [0, -47.5, 0], + "0.75": [-150.26723, 4.0701, 147.18755], + "1.1667": [-159.33654, 76.5359, 107.48446], + "3.0": [-159.33654, 76.5359, 107.48446] + }, + "position": { + "0.0": [0, -2, 0], + "0.5": [0, -2, 0], + "1.1667": [0, 0, 0], + "3.0": [0, 0, 0] + } + }, + "rleg": { + "rotation": { + "0.0": { + "post": [43.72773, 20.66195, 56.94273], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [43.72773, 20.66195, 56.94273], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [43.72773, 20.66195, 56.94273], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [45.87407, -13.79598, 90.21426], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [44.37447, 18.92353, 58.85228], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [44.37447, 18.92353, 58.85228], + "lerp_mode": "catmullrom" + } + } + }, + "rleg2": { + "rotation": { + "0.0": { + "post": [0, 0, -77.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -77.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -77.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + } + }, + "feetis1": { + "rotation": { + "0.0": { + "post": [-12.5, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.5, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.5, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-11.76782, -4.2453, 7.9377], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-11.76782, -4.2453, 7.9377], + "lerp_mode": "catmullrom" + } + } + }, + "lleg": { + "rotation": { + "0.0": { + "post": [-29.82944, -17.97254, 54.94021], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-29.82944, -17.97254, 54.94021], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-34.03395, 5.28782, 90.99694], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-31.40527, 14.80189, 105.93355], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-31.12343, -15.43526, 59.43897], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-31.12343, -15.43526, 59.43897], + "lerp_mode": "catmullrom" + } + } + }, + "lleg2": { + "rotation": { + "0.0": { + "post": [0, 0, -82.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -82.5], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, -62.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -62.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + } + } + }, + "feetis2": { + "rotation": { + "0.0": { + "post": [5, 0, 30], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [5, 0, 30], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [4.69986, 1.70818, 10.0701], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [3.83424, 3.21154, -9.89247], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [3.83424, 3.21154, -9.89247], + "lerp_mode": "catmullrom" + } + } + }, + "noleg": { + "rotation": { + "0.0": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "nekc": { + "rotation": { + "0.0": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [20.98998, 31.81666, 36.04466], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-13.8299, 14.6928, -45.37154], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-7.83249, 16.36113, -15.00299], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-5.35136, 19.37474, -16.99409], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-7.83249, 16.36113, -15.00299], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5.35136, 19.37474, -16.99409], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-5.35136, 19.37474, -16.99409], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + } + } + }, + "larm": { + "rotation": { + "0.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-17.75313, -9.53274, 3.03513], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-17.75313, -9.53274, 3.03513], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-21.05215, 33.16347, -11.89031], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-18.07779, -14.2906, 4.60659], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-18.07779, -14.2906, 4.60659], + "lerp_mode": "catmullrom" + } + } + }, + "larmseg2": { + "rotation": { + "0.0": { + "post": [0, 30, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 30, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rarm": { + "rotation": { + "0.0": { + "post": [-38.40659, -12.60837, 8.19252], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-38.40659, -12.60837, 8.19252], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [8.87898, 2.20961, 10.5386], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [11.56133, -39.68542, 2.75105], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [8.99988, 9.61876, 11.70945], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [8.99988, 9.61876, 11.70945], + "lerp_mode": "catmullrom" + } + } + }, + "rarmseg2": { + "rotation": { + "0.0": { + "post": [-22.31144, -54.26887, 6.39889], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-22.31144, -54.26887, 6.39889], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-18.23282, -44.87952, 1.06065], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-18.23282, -44.87952, 1.06065], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-13.17973, -13.5033, -8.89518], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-13.17973, -13.5033, -8.89518], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.pawniard.recoil": { + "animation_length": 2.625, + "bones": { + "nekc": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, 17.5], + "0.25": [0, 0, 12.5], + "0.5": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [0, 0, 22.5], + "0.3333": [0, 0, 15], + "0.5": [0, 0, 0] + } + }, + "larm": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [0, -7.5, 0], + "0.3333": [0, -5, 0], + "0.5": [0, 0, 0] + } + }, + "larmseg2": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [0, -10, 0], + "0.3333": [0, -5, 0], + "0.5": [0, 0, 0] + } + }, + "rarm": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [0, 7.5, 0], + "0.3333": [0, 5, 0], + "0.5": [0, 0, 0] + } + }, + "rarmseg2": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [0, 10, 0], + "0.3333": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/pecharunt/pecharunt.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/pecharunt/pecharunt.animation.json new file mode 100644 index 0000000..0e80b6a --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/pecharunt/pecharunt.animation.json @@ -0,0 +1,82 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.pecharunt.ground_walk": { + "loop": true, + "bones": { + "body": { + "rotation": ["15+2.5*math.sin(q.anim_time*90*2)*0.75", 0, "2.5*math.sin(q.anim_time*90*2+90)*0.75"], + "position": [0, "math.sin(q.anim_time*90*4)*0.75", 0] + }, + "wing_left": { + "rotation": [0, "0+math.sin(q.anim_time*90*4+90)*2", "0+math.sin(q.anim_time*90*4)*1.5"], + "position": [0, "0+math.sin(q.anim_time*90*3+90)*1", "0+math.sin(q.anim_time*90*3)*0.5"] + }, + "wing_right": { + "rotation": [0, "0+math.sin(q.anim_time*90*4+90)*2", "0+math.sin(q.anim_time*90*4)*1.5"], + "position": [0, "0+math.sin(q.anim_time*90*3-90)*1", "0+math.sin(q.anim_time*90*3)*0.5"] + }, + "bone3": { + "rotation": ["math.sin(q.anim_time*90*3+125)*5", 0, 0] + }, + "bone4": { + "rotation": ["math.sin(q.anim_time*90*3+105)*7.5", 0, 0] + }, + "bone6": { + "rotation": ["0+math.sin(q.anim_time*90*3+90)*9", 0, 0] + }, + "pecharunt": { + "position": [0, 8, 0] + } + } + }, + "animation.pecharunt.ground_idle": { + "loop": true, + "bones": { + "body": { + "rotation": ["2.5*math.sin(q.anim_time*90*2)*0.5", 0, "2.5*math.sin(q.anim_time*90*2+90)*0.5"], + "position": ["0+math.sin(q.anim_time*90*1.5)*2", "0+math.sin(q.anim_time*90*3)*1", "0+math.sin(q.anim_time*90*3)*0.5"] + }, + "wing_left": { + "rotation": [0, "0+math.sin(q.anim_time*90*2-90)*5", "0+math.sin(q.anim_time*90*4)*1.5"], + "position": [0, "0+math.sin(q.anim_time*90*3+90)*1", "0+math.sin(q.anim_time*90*3)*0.5"] + }, + "wing_right": { + "rotation": [0, "0+math.sin(q.anim_time*90*2+90)*5", "0+math.sin(q.anim_time*90*4)*1.5"], + "position": [0, "0+math.sin(q.anim_time*90*3-90)*1", "0+math.sin(q.anim_time*90*3)*0.5"] + }, + "hand": { + "position": [0, "0+math.sin(q.anim_time*90*3+90)*0.5", 0] + }, + "bone3": { + "rotation": [0, "0+math.sin(q.anim_time*90*3+125)*5", 0] + }, + "bone4": { + "rotation": [0, "math.sin(q.anim_time*90*3+105)*8", 0] + }, + "bone6": { + "rotation": [0, "math.sin(q.anim_time*90*3+90)*10", 0] + }, + "pecharunt": { + "position": [0, 8, 0] + } + } + }, + "animation.pecharunt.blink": { + "animation_length": 0.625, + "bones": { + "eye": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/phione.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/phione.animation.json new file mode 100644 index 0000000..dfcff85 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/phione.animation.json @@ -0,0 +1,1019 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.phione.ground_idle": { + "loop": true, + "animation_length": 1.75, + "bones": { + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.45": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [-15.7533, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -10.1, -5.2], + "lerp_mode": "catmullrom" + }, + "0.45": { + "post": [0, -10.98, -4.9], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [0, -8.45, -3.1], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, -10.1, -5.2], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -4.8, -6], + "lerp_mode": "catmullrom" + }, + "0.45": { + "post": [0, -6, -6.1], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [0, -4.45, -5], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, -4.8, -6], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.45": { + "post": [-60, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [-46.92763, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.25, -3.2], + "lerp_mode": "catmullrom" + }, + "0.45": { + "post": [0, -0.6, -2.76], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0.25, -3.2], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.45": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "right_arm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.95": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.95": { + "post": [1, 1.8, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.95": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.95": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.95": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.95": { + "post": [0, 1.5, 37.5], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.95": { + "post": [-1, 3.3, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.95": { + "post": [4.24917, 0.78116, 26.89677], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.95": { + "post": [-1, 1.5, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.95": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "phione": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.95": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.phione.ground_walk": { + "loop": true, + "animation_length": 2.1, + "bones": { + "head": { + "rotation": { + "0.0": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [-30.38126, 8.64917, -5.03837], + "lerp_mode": "catmullrom" + }, + "1.55": { + "post": [-30.5921, -9.91705, 5.80619], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [0, 1, 1], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -10.1, -5.2], + "lerp_mode": "catmullrom" + }, + "0.7": { + "post": [0, -9.7, -4.2], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [0, -10.1, -5.2], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -4.8, -6], + "lerp_mode": "catmullrom" + }, + "0.7": { + "post": [0, -4.3, -5], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [0, -4.8, -6], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7": { + "post": [-47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.25, -3.2], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [0, 0.25, -3.2], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "right_arm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 10], + "2.1": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 7.5], + "2.1": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1, -1, 0], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1, -1, 0], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "phione": { + "rotation": { + "0.0": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.15": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/poipole/poipole.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/poipole/poipole.animation.json new file mode 100644 index 0000000..b99b901 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/poipole/poipole.animation.json @@ -0,0 +1,152 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.poipole.ground_idle": { + "loop": true, + "bones": { + "head": { + "rotation": ["Math.cos((query.anim_time) * 90 * 1 - 90) * 4", 0, "0+Math.cos((query.anim_time) * 90 * 1/2 + 60) * 2"] + }, + "arm_right": { + "rotation": [0, 0, "-15.1208+Math.cos((query.anim_time) * 90 * 1 - 90) * 7"] + }, + "arm_right2": { + "rotation": [0, 0, 10] + }, + "arm_left": { + "rotation": [0, 0, "15.1208+Math.cos((query.anim_time) * 90 * 1 + 90) * 7"] + }, + "arm_left2": { + "rotation": [0, 0, -10] + }, + "tail": { + "rotation": ["1+Math.cos((query.anim_time) * 90 * 1 - 55) * 8", "5+math.sin(q.anim_time*90*1+150)*10", 0] + }, + "tail2": { + "rotation": ["1+Math.cos((query.anim_time) * 90 * 1 - 55) * 8", "5+math.sin(q.anim_time*90*1+125)*12.5", 0] + }, + "tail3": { + "rotation": ["1+Math.cos((query.anim_time) * 90 * 1 - 55) * 8", "math.sin(q.anim_time*90*1+105)*15", 0] + }, + "body": { + "rotation": ["5+Math.cos((query.anim_time) * 90 * 1 - 90) * -1.5", 0, "0+Math.cos((query.anim_time) * 90 * 1/2 - 60) * 1"], + "position": [0, "3+Math.cos((query.anim_time) * 90 * 1 - 45) * 2", 0] + }, + "torso_top": { + "rotation": [2.5, 0, 0] + }, + "torso_bottom": { + "rotation": ["1+Math.cos((query.anim_time) * 90 * 1 - 90) * -3", 0, "0+Math.cos((query.anim_time) * 90 * 1/2 -75) * 4"] + }, + "leg_right": { + "rotation": ["-1+math.sin(q.anim_time*90*1+190)*5", 0, 0] + }, + "leg_right2": { + "rotation": ["1+math.sin(q.anim_time*90*1+110)*10", 0, 0] + }, + "leg_left": { + "rotation": ["-1+math.sin(q.anim_time*90*1+180)*5", 0, 0] + }, + "leg_left2": { + "rotation": ["1+math.sin(q.anim_time*90*1+115)*10", 0, 0] + } + } + }, + "animation.poipole.ground_walk": { + "loop": true, + "bones": { + "head": { + "rotation": ["-7.5+math.sin(q.anim_time*90*4+125)*4", 0, "Math.cos((query.anim_time) * 90 * 4 + 45) * 1"] + }, + "arm_right": { + "rotation": [30, "-5+Math.cos((query.anim_time) * 90 * 4 - 120) * 4", "-25+Math.cos((query.anim_time) * 90 * 2 - 90) * 5"] + }, + "arm_right2": { + "rotation": [0, 0, 15] + }, + "arm_left": { + "rotation": [30, "-5+Math.cos((query.anim_time) * 90 * 4 - 120) * -4", "25+Math.cos((query.anim_time) * 90 * 2 - 90) * 5"] + }, + "arm_left2": { + "rotation": [0, 0, -15] + }, + "tail": { + "rotation": ["-30+math.sin(q.anim_time*90*4+150)*-10", 0, 0] + }, + "tail2": { + "rotation": ["-5+math.sin(q.anim_time*90*4+125)*-12.5", 0, 0] + }, + "tail3": { + "rotation": ["-5+math.sin(q.anim_time*90*4+125)*-12.5", 0, 0] + }, + "body": { + "rotation": ["22.5+Math.cos((query.anim_time) * 90 * 4 - 90) * 3", 0, "0+Math.cos((query.anim_time) * 90 * 2 - 45) * 3"], + "position": [ + "0+Math.cos((query.anim_time) * 90 * 2 - 45) * -2", + "3+Math.cos((query.anim_time) * 90 * 4) * 1 +Math.cos((query.anim_time) * 90 * 1) * 1 ", + "-3+Math.cos((query.anim_time) * 90 * 4 - 90) * 0.5" + ] + }, + "neck": { + "rotation": [-5, 0, 0] + }, + "leg_right": { + "rotation": ["10+Math.cos((query.anim_time) * 90 * 4 - 120) * -4", "0+Math.cos((query.anim_time) * 90 * 2 - 90) * 5", 0] + }, + "leg_left": { + "rotation": ["10+Math.cos((query.anim_time) * 90 * 4 - 120) * -4", "0+Math.cos((query.anim_time) * 90 * 2 - 90) * 5", 0] + }, + "leg_right2": { + "rotation": ["Math.cos((query.anim_time) * 90 * 4 - 180) * -6", 0, 0] + }, + "leg_left2": { + "rotation": ["Math.cos((query.anim_time) * 90 * 4 - 180) * -6", 0, 0] + } + } + }, + "animation.poipole.blink": { + "animation_length": 0.1667, + "bones": { + "eyelid_right": { + "position": { + "0.0": [-0.1, 0, -0.1], + "0.125": [-0.1, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_left": { + "position": { + "0.0": [0.1, 0, -0.1], + "0.125": [0.1, 0, -0.1], + "0.1667": [0, 0, 0] + } + } + } + }, + "animation.poipole.cry": { + "animation_length": 1.375, + "bones": { + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/poltchageist/poltchageist.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/poltchageist/poltchageist.animation.json new file mode 100644 index 0000000..a32ed39 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/poltchageist/poltchageist.animation.json @@ -0,0 +1,110 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.poltchageist.ground_idle": { + "loop": true, + "bones": { + "hand_right": { + "rotation": [23.03788, 31.82375, -23.1808], + "position": [0, 0, -2.675] + }, + "teadrop2": { + "position": [0, "0+math.sin(q.anim_time*90*2-90)*-0.5", 0] + }, + "hand_left": { + "rotation": [-50.00188, -28.12806, 29.33087], + "position": [0, 2.375, 0] + }, + "bone2": { + "rotation": [24.5, 0, 0], + "position": [0, 0.275, 0.25] + }, + "bone7": { + "rotation": [41, 0, 0] + }, + "bone6": { + "rotation": [5.75, 0, 0] + }, + "teadrop": { + "position": [0, "0+math.sin(q.anim_time*90*2-90)*0.5", 0] + }, + "spoon": { + "rotation": [95.16963, -0.76588, 3.84611], + "position": [-3.725, -0.225, 1.85] + }, + "pot": { + "rotation": ["0+math.sin(q.anim_time*90*0.75-90)*3", 0, "0+math.sin(q.anim_time*90*1.5-90)*3"], + "position": ["0+math.sin(q.anim_time*90*1.5)*3", "0+math.sin(q.anim_time*90*3)*1", "0+math.sin(q.anim_time*90*3)*0.5"] + }, + "cap": { + "rotation": ["0+math.sin(q.anim_time*90*3-90)*2", 0, "0-math.sin(q.anim_time*90*1.5-90)*-9"], + "position": [0, "0.25+math.sin(q.anim_time*90*3)*0.2", 0] + }, + "ghost": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1.5-60)*2.5"], + "position": [0, "0+math.sin(q.anim_time*90*3-90)*0.2", 0] + }, + "head": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1.5-60)*3"], + "position": [0, "-0.625+math.sin(q.anim_time*90*3-90)*0.4", 0] + }, + "hand_l_movement": { + "rotation": ["0+math.sin(q.anim_time*90*3)*10", 0, "0+math.sin(q.anim_time*90*1.5-90)*10"], + "position": [0, "0+math.sin(q.anim_time*90*3-90)*0.4", 0] + }, + "hand_r_movement": { + "rotation": ["0+math.sin(q.anim_time*90*3)*10", 0, "0+math.sin(q.anim_time*90*1.5-120)*10"], + "position": [0, "0+math.sin(q.anim_time*90*3-120)*-0.4", 0] + } + } + }, + "animation.poltchageist.ground_walk": { + "loop": true, + "bones": { + "hand_right": { + "rotation": [23.03788, 31.82375, -23.1808], + "position": [0, 0, -2.675] + }, + "teadrop2": { + "position": [0, "0+math.sin(q.anim_time*90*2-90)*-0.5", 0] + }, + "hand_left": { + "rotation": [-50.00188, -28.12806, 29.33087], + "position": [0, 2.375, 0] + }, + "bone2": { + "rotation": [24.5, 0, 0], + "position": [0, 0.275, 0.25] + }, + "bone7": { + "rotation": [41, 0, 0] + }, + "bone6": { + "rotation": [5.75, 0, 0] + }, + "teadrop": { + "position": [0, "0+math.sin(q.anim_time*90*2-90)*0.5", 0] + }, + "spoon": { + "rotation": [95.16963, -0.76588, 3.84611], + "position": [-3.725, -0.225, 1.85] + }, + "pot": { + "rotation": [10, "0+math.sin(q.anim_time*90*1.5-90)*4", "0+math.sin(q.anim_time*90*1.5+60)*3"], + "position": ["0+math.sin(q.anim_time*90*1.5)*2", "0+math.sin(q.anim_time*90*3)*1", "0+math.sin(q.anim_time*90*3)*0.5"] + }, + "ghost": { + "position": [0, -10, 0] + }, + "hand_l_movement": { + "rotation": ["0+math.sin(q.anim_time*90*3)*10", 0, "0+math.sin(q.anim_time*90*1.5-90)*10"], + "position": [0, "0+math.sin(q.anim_time*90*3-90)*0.4", 0] + }, + "hand_r_movement": { + "rotation": ["0+math.sin(q.anim_time*90*3)*10", 0, "0+math.sin(q.anim_time*90*1.5-120)*10"], + "position": [0, "0+math.sin(q.anim_time*90*3-120)*-0.4", 0] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/polteageist/polteageist.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/polteageist/polteageist.animation.json new file mode 100644 index 0000000..cbd7b3e --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/polteageist/polteageist.animation.json @@ -0,0 +1,134 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.polteageist.ground_idle": { + "loop": true, + "bones": { + "polteageist": { + "position": [0, 3, 0] + }, + "body": { + "rotation": ["0+math.sin(q.anim_time*90*0.75-90)*3", 0, "0+math.sin(q.anim_time*90*1.5-90)*3"], + "position": ["0+math.sin(q.anim_time*90*1.5)*3", "0+math.sin(q.anim_time*90*3)*1", "0+math.sin(q.anim_time*90*3)*0.5"] + }, + "head": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1.5-60)*2.5"], + "position": [0, "0+math.sin(q.anim_time*90*3-90)*0.2", 0] + }, + "lid": { + "rotation": ["0+math.sin(q.anim_time*90*3-90)*2", "0-math.sin(q.anim_time*90*1.5-90)*5", "0-math.sin(q.anim_time*90*1.5-90)*5"], + "position": [0, 0.25, 0] + }, + "hand_right": { + "position": ["0+math.sin(q.anim_time*90*1.5-90)*0.2", "0+math.sin(q.anim_time*90*3-90)*0.2", 0] + }, + "hand_left": { + "position": ["0+math.sin(q.anim_time*90*1.5-90)*0.2", "0+math.sin(q.anim_time*90*3-90)*0.2", 0] + }, + "leg_right": { + "rotation": ["0+math.sin(q.anim_time*90*3)*10", 0, "0+math.sin(q.anim_time*90*1.5-90)*10"] + }, + "leg_left": { + "rotation": ["0+math.sin(q.anim_time*90*3)*10", 0, "0+math.sin(q.anim_time*90*1.5-90)*10"] + }, + "hand_right2": { + "position": ["0-math.sin(q.anim_time*90*1.5-90)*0.1", "0-math.sin(q.anim_time*90*3-90)*0.1", 0] + }, + "hand_left2": { + "position": ["0-math.sin(q.anim_time*90*1.5-90)*0.1", "-math.sin(q.anim_time*90*3-90)*0.1", 0] + } + } + }, + "animation.polteageist.ground_walk": { + "loop": true, + "bones": { + "body": { + "rotation": ["10+math.sin(q.anim_time*90*3-90)*3", 0, "0+math.sin(q.anim_time*90*1.5-90)*3"], + "position": ["0+math.sin(q.anim_time*90*1.5)*3", "0+math.sin(q.anim_time*90*3)*1", "0+math.sin(q.anim_time*90*3)*0.5"] + }, + "head": { + "rotation": [0, 0, "10+math.sin(q.anim_time*90*1.5-60)*2.5"], + "position": [0, "0+math.sin(q.anim_time*90*3-90)*0.2", 0] + }, + "lid": { + "rotation": ["0+math.sin(q.anim_time*90*3-90)*2", "0-math.sin(q.anim_time*90*1.5-90)*5", "0-math.sin(q.anim_time*90*1.5-90)*5"], + "position": [0, 0.25, 0] + }, + "hand_right": { + "position": ["0+math.sin(q.anim_time*90*1.5-90)*0.2", "0+math.sin(q.anim_time*90*3-90)*0.2", 0] + }, + "hand_left": { + "position": ["0+math.sin(q.anim_time*90*1.5-90)*0.2", "0+math.sin(q.anim_time*90*3-90)*0.2", 0] + }, + "leg_right": { + "rotation": ["103.1481+math.sin(q.anim_time*90*3)*10", -49.99891, "102.8073+math.sin(q.anim_time*90*1.5-90)*10"], + "position": [-0.65, 0, 0.5] + }, + "leg_left": { + "rotation": ["103.1481+math.sin(q.anim_time*90*3)*10", -49.99891, "102.8073+math.sin(q.anim_time*90*1.5-90)*10"], + "position": [0.1, 0, 0.25] + }, + "hand_right2": { + "position": ["0-math.sin(q.anim_time*90*1.5-90)*0.1", "0-math.sin(q.anim_time*90*3-90)*0.1", 0] + }, + "hand_left2": { + "position": ["0-math.sin(q.anim_time*90*1.5-90)*0.1", "-math.sin(q.anim_time*90*3-90)*0.1", 0] + }, + "polteageist": { + "position": [0, 3, 0] + } + } + }, + "animation.polteageist.sleep": { + "loop": true, + "bones": { + "body": { + "rotation": ["0+math.sin(q.anim_time*90*0.75)*0.5", 0, 0], + "position": [0, -3.5, 0] + }, + "head": { + "rotation": [0, 0, 0], + "position": [0, "-2.50+math.sin(q.anim_time*90*1.5)*0.1", 0] + }, + "eyelid_left": { + "position": [0.1, 0, 0] + }, + "eyelid_right": { + "position": [0.1, 0, 0] + }, + "hand_right": { + "position": [-2, -4, 0] + }, + "hand_left": { + "position": [-2, -4, 0] + }, + "leg_right": { + "position": [-1, 5, 0] + }, + "leg_left": { + "position": [-1, 5, 0] + } + } + }, + "animation.polteageist.blink": { + "animation_length": 0.16667, + "bones": { + "eyelid_left": { + "position": { + "0.0": [0.1, 0, 0], + "0.125": [0.1, 0, 0], + "0.1667": [0, 0, 0] + } + }, + "eyelid_right": { + "position": { + "0.0": [0.1, 0, 0], + "0.125": [0.1, 0, 0], + "0.1667": [0, 0, 0] + } + } + } + } + }, + "geckolib_format_version": 2 +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/purrloin/purrloin.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/purrloin/purrloin.animation.json new file mode 100644 index 0000000..4588854 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/purrloin/purrloin.animation.json @@ -0,0 +1,231 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.purrloin.deja_vu": { + "loop": true, + "animation_length": 1, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 180, 0], + "1.0": [0, 360, 0] + } + } + } + }, + "animation.purrloin.ground_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "shoulder_r": { + "rotation": [0, 0, -45] + }, + "shoulder_l": { + "rotation": [0, 0, 45] + }, + "tail": { + "rotation": ["30 + math.sin((q.anim_time*90)+180)*10", 0, 0] + }, + "tail_2": { + "rotation": [32.5, 0, 0] + }, + "tail_3": { + "rotation": [-20, 0, 0] + }, + "head": { + "rotation": ["math.sin((q.anim_time*90)+180)*3", 0, 0] + } + } + }, + "animation.purrloin.faint": { + "loop": true, + "animation_length": 4, + "bones": { + "shoulder_r": { + "rotation": [0, 0, -45] + }, + "shoulder_l": { + "rotation": [0, 0, 45] + }, + "tail": { + "rotation": ["30 + math.sin((q.anim_time*90)+180)*10", 0, 0] + }, + "tail_2": { + "rotation": [32.5, 0, 0] + }, + "tail_3": { + "rotation": [-20, 0, 0] + }, + "head": { + "rotation": ["math.sin((q.anim_time*90)+180)*3", 0, 0] + }, + "body": { + "rotation": { + "1.0": [0, 0, 0], + "1.5": [90, 0, 0] + }, + "position": { + "1.0": [0, 0, 0], + "1.5": [0, 1, 9] + } + } + } + }, + "animation.purrloin.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "shoulder_r": { + "rotation": { + "0.0": [0, -10, -45], + "0.5": [0, 10, -45], + "1.0": [0, -10, -45] + } + }, + "shoulder_l": { + "rotation": { + "0.0": [0, -10, 45], + "0.5": [0, 10, 45], + "1.0": [0, -10, 45] + } + }, + "tail": { + "rotation": ["30 + math.sin((q.anim_time*90*4)+180)*5", 0, 0] + }, + "tail_2": { + "rotation": [32.5, 0, 0] + }, + "tail_3": { + "rotation": [-20, 0, 0] + }, + "head": { + "rotation": [0, 0, 0] + }, + "body": { + "rotation": { + "0.0": [0, 0, -1], + "0.5": [0, 0, 1], + "1.0": [0, 0, -1] + } + }, + "thigh_r": { + "rotation": { + "0.0": [15, 0, 0], + "0.5": [-15, 0, 0], + "1.0": [15, 0, 0] + } + }, + "leg_r": { + "rotation": { + "0.0": [15, 0, 0], + "0.5": [0, 0, 0], + "1.0": [15, 0, 0] + } + }, + "calf_r": { + "rotation": { + "0.0": [-20, 0, 0], + "0.5": [10, 0, 0], + "1.0": [-20, 0, 0] + } + }, + "thigh_l": { + "rotation": { + "0.0": [-15, 0, 0], + "0.5": [15, 0, 0], + "1.0": [-15, 0, 0] + } + }, + "leg_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [15, 0, 0], + "1.0": [0, 0, 0] + } + }, + "calf_l": { + "rotation": { + "0.0": [10, 0, 0], + "0.5": [-20, 0, 0], + "1.0": [10, 0, 0] + } + } + } + }, + "animation.purrloin.sleep": { + "loop": true, + "animation_length": 4.29167, + "bones": { + "body": { + "rotation": [40, 0, 0], + "position": [0, -3, 4] + }, + "head": { + "rotation": [5, 0, 0] + }, + "eye_r": { + "position": [0, 0, 0] + }, + "eye_r_closed": { + "position": [0, 0, -0.02] + }, + "eye_l": { + "position": [0, 0, 0] + }, + "eye_l_closed": { + "position": [0, 0, -0.02] + }, + "shoulder_r": { + "rotation": [0, -50, -85], + "position": [0, -1, -1] + }, + "shoulder_l": { + "rotation": [0, 50, 85], + "position": [0, -1, -1] + }, + "tail": { + "rotation": [50, 0, 0] + }, + "tail_2": { + "rotation": [-20, 0, 0] + }, + "tail_3": { + "rotation": [22.5, 0, 0] + }, + "thigh_r": { + "rotation": [-90, 0, 0], + "position": [0, 2, -1] + }, + "leg_r": { + "rotation": [112.5, 0, 0] + }, + "calf_r": { + "rotation": [-85, 0, 0] + }, + "foot_r": { + "rotation": [25, 0, 0] + }, + "thigh_l": { + "rotation": [-90, 0, 0], + "position": [0, 2, -1] + }, + "leg_l": { + "rotation": [112.5, 0, 0] + }, + "calf_l": { + "rotation": [-85, 0, 0] + }, + "foot_l": { + "rotation": [25, 0, 0] + }, + "eye_l_open": { + "position": [0, 0, 0.25] + }, + "eye_r_open": { + "position": [0, 0, 0.25] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/purugly/purugly.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/purugly/purugly.animation.json new file mode 100644 index 0000000..a43b093 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/purugly/purugly.animation.json @@ -0,0 +1,177 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.purugly.ground_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "body": { + "position": { + "0.0": [0, 0, 0], + "1.0": [0, -0.25, 0], + "2.0": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [2.5, 0, 0], + "2.0": [0, 0, 0] + } + }, + "thigh_fr": { + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 0.25, 0], + "2.0": [0, 0, 0] + } + }, + "thigh_fl": { + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 0.25, 0], + "2.0": [0, 0, 0] + } + }, + "thigh_br": { + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 0.25, 0], + "2.0": [0, 0, 0] + } + }, + "thigh_bl": { + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 0.25, 0], + "2.0": [0, 0, 0] + } + } + } + }, + "animation.purugly.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "body": { + "position": { + "0.0": [0, -0.5, 0], + "0.25": [0, 0, 0], + "0.5": [0, -0.5, 0], + "0.75": [0, 0, 0], + "1.0": [0, -0.5, 0] + } + }, + "thigh_fr": { + "rotation": { + "0.0": [-25, 0, 0], + "0.25": [0, 0, 0], + "0.5": [25, 0, 0], + "0.75": [0, 0, 0], + "1.0": [-25, 0, 0] + } + }, + "leg_fr": { + "rotation": { + "0.0": [15, 0, 0], + "0.5": [0, 0, 0], + "0.75": [-30, 0, 0], + "1.0": [15, 0, 0] + } + }, + "thigh_fl": { + "rotation": { + "0.0": [25, 0, 0], + "0.25": [0, 0, 0], + "0.5": [-25, 0, 0], + "0.75": [0, 0, 0], + "1.0": [25, 0, 0] + } + }, + "leg_fl": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-30, 0, 0], + "0.5": [15, 0, 0], + "0.75": [0, 0, 0], + "1.0": [0, 0, 0] + } + }, + "thigh_br": { + "rotation": { + "0.0": [35, 0, 0], + "0.5": [-35, 0, 0], + "1.0": [35, 0, 0] + } + }, + "thigh_bl": { + "rotation": { + "0.0": [-35, 0, 0], + "0.5": [35, 0, 0], + "1.0": [-35, 0, 0] + } + } + } + }, + "animation.purugly.faint": { + "loop": "hold_on_last_frame", + "animation_length": 0.5, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 90] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 3, 0] + } + } + } + }, + "animation.purugly.sleep": { + "loop": true, + "animation_length": 3, + "bones": { + "body": { + "rotation": [0, 0, 0], + "position": [0, -4, 0] + }, + "neck": { + "rotation": [20, 0, 0] + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "1.5": [5, 0, 0], + "3.0": [0, 0, 0] + } + }, + "eye_l": { + "position": [0, 0, 0.03] + }, + "eyelid_l": { + "position": [0, 0, -0.04] + }, + "eye_r": { + "position": [0, 0, 0.03] + }, + "eyelid_r": { + "position": [0, 0, -0.04] + }, + "thigh_fr": { + "rotation": [-60, 0, 0] + }, + "thigh_fl": { + "rotation": [-60, 0, 0] + }, + "thigh_br": { + "rotation": [65, 0, 0] + }, + "thigh_bl": { + "rotation": [65, 0, 0] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/pyroar/pyroar_f.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/pyroar/pyroar_f.animation.json new file mode 100644 index 0000000..60d2abc --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/pyroar/pyroar_f.animation.json @@ -0,0 +1,2192 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.pyroar_f.ground_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "tail_seg5": { + "rotation": ["-35 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "tail_seg6": { + "rotation": ["-30 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "body": { + "rotation": ["math.sin((q.anim_time*90)+90)/3", 0, 0] + }, + "neck": { + "rotation": ["math.sin((q.anim_time*90)+90)*2", 0, 0] + }, + "head": { + "rotation": ["-math.sin((q.anim_time*90)+90)*1", 0, 0] + }, + "tail": { + "rotation": [-70, "math.sin((q.anim_time*90)+180)*5", "math.sin((q.anim_time*90)+180)*5"] + }, + "tail_seg2": { + "rotation": [35, 0, 0] + }, + "tail_seg3": { + "rotation": [35, 0, 0] + }, + "tail_seg4": { + "rotation": ["-30 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "tail_seg_end": { + "rotation": ["-25 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "hair": { + "rotation": ["math.sin((q.anim_time*90*2)+180)*1", 0, 0] + }, + "hair2": { + "rotation": ["math.sin((q.anim_time*90*2)+180)*1", 0, 0] + }, + "hair3": { + "rotation": ["-5 + math.sin((q.anim_time*90*2)+180)*1", 0, 0] + }, + "hair4": { + "rotation": ["10 + math.sin((q.anim_time*90*2)+180)*5", 0, 0] + }, + "hair5": { + "rotation": ["5 +math.sin((q.anim_time*90*2)+135)*5", 0, 0] + }, + "hair10": { + "rotation": ["5+math.sin((q.anim_time*90*2)+90)*5", 0, 0] + }, + "hair6": { + "rotation": ["math.sin((q.anim_time*90*2)+45)*5", 0, 0] + }, + "hair7": { + "rotation": ["-15 + math.sin((q.anim_time*90*2)+0)*5", 0, 0] + }, + "hair8": { + "rotation": ["math.sin((q.anim_time*90*2)+320)*3", 0, 0] + }, + "hair9": { + "rotation": ["-20+math.sin((q.anim_time*90*2)+275)*5", 0, 0] + }, + "hair11": { + "rotation": ["math.sin((q.anim_time*90*2)+230)*5", 0, 0] + } + } + }, + "animation.pyroar_f.battle_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "tail_seg5": { + "rotation": ["-35 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "tail_seg6": { + "rotation": ["-30 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "body": { + "rotation": ["math.sin((q.anim_time*90)+90)/3", 0, 0], + "position": [0, -1, 0] + }, + "neck": { + "rotation": ["27.5+math.sin((q.anim_time*90)+90)*2", 0, 0] + }, + "head": { + "rotation": ["-22.5-math.sin((q.anim_time*90)+90)*1", 0, 0] + }, + "tail": { + "rotation": { + "0.0": [-60, "math.sin((q.anim_time*90)+180)*5", "math.sin((q.anim_time*90)+180)*5"], + "1.9167": [-60, "math.sin((q.anim_time*90)+180)*5", "math.sin((q.anim_time*90)+180)*5"] + } + }, + "tail_seg2": { + "rotation": [35, 0, 0] + }, + "tail_seg3": { + "rotation": [35, 0, 0] + }, + "tail_seg4": { + "rotation": ["-30 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "tail_seg_end": { + "rotation": ["-25 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "hair": { + "rotation": ["math.sin((q.anim_time*90*2)+180)*1", 0, 0] + }, + "hair2": { + "rotation": ["math.sin((q.anim_time*90*2)+180)*1", 0, 0] + }, + "hair3": { + "rotation": ["-5 + math.sin((q.anim_time*90*2)+180)*1", 0, 0] + }, + "hair4": { + "rotation": ["10 + math.sin((q.anim_time*90*2)+180)*5", 0, 0] + }, + "hair5": { + "rotation": ["5 +math.sin((q.anim_time*90*2)+135)*5", 0, 0] + }, + "hair10": { + "rotation": ["5+math.sin((q.anim_time*90*2)+90)*5", 0, 0] + }, + "hair6": { + "rotation": ["math.sin((q.anim_time*90*2)+45)*5", 0, 0] + }, + "hair7": { + "rotation": ["-15 + math.sin((q.anim_time*90*2)+0)*5", 0, 0] + }, + "hair8": { + "rotation": ["math.sin((q.anim_time*90*2)+320)*3", 0, 0] + }, + "hair9": { + "rotation": ["-20+math.sin((q.anim_time*90*2)+275)*5", 0, 0] + }, + "hair11": { + "rotation": ["math.sin((q.anim_time*90*2)+230)*5", 0, 0] + }, + "shoulder_l": { + "rotation": [10, 0, -5] + }, + "forearm_l": { + "rotation": [-10, 0, 0] + }, + "shoulder_r": { + "rotation": [10, 0, 5] + }, + "forearm_r": { + "rotation": [-10, 0, 0] + }, + "thigh_r": { + "rotation": [-5, 0, 5] + }, + "knee_r": { + "rotation": [10, 0, 0] + }, + "calf_r": { + "rotation": [-5, 0, 0] + }, + "thigh_l": { + "rotation": [-5, 0, -5] + }, + "knee_l": { + "rotation": [10, 0, 0] + }, + "calf_l": { + "rotation": [-5, 0, 0] + } + } + }, + "animation.pyroar_f.ground_walk": { + "loop": true, + "animation_length": 4, + "bones": { + "tail_seg5": { + "rotation": [-35, 0, 0] + }, + "tail_seg6": { + "rotation": [-25, 0, 0] + }, + "body": { + "rotation": { + "0.0": [0, 2.5, 0], + "0.5": [0, -2.5, 0], + "1.0": [0, 2.5, 0], + "1.5": [0, -2.5, 0], + "2.0": [0, 2.5, 0], + "2.5": [0, -2.5, 0], + "3.0": [0, 2.5, 0], + "3.5": [0, -2.5, 0], + "4.0": [0, 2.5, 0] + }, + "position": { + "0.0": [0, -1, 0], + "0.25": [0, -1.25, 0], + "0.5": [0, -1, 0], + "0.75": [0, -1.25, 0], + "1.0": [0, -1, 0], + "1.25": [0, -1.25, 0], + "1.5": [0, -1, 0], + "1.75": [0, -1.25, 0], + "2.0": [0, -1, 0], + "2.25": [0, -1.25, 0], + "2.5": [0, -1, 0], + "2.75": [0, -1.25, 0], + "3.0": [0, -1, 0], + "3.25": [0, -1.25, 0], + "3.5": [0, -1, 0], + "3.75": [0, -1.25, 0], + "4.0": [0, -1, 0] + } + }, + "neck": { + "rotation": [30, 0, 0] + }, + "head": { + "rotation": [-30, 0, 0] + }, + "shoulder_l": { + "rotation": { + "0.0": [10, 0, 0], + "0.25": [-25, 0, 0], + "0.5": [10, 0, 0], + "0.8333": [30, 0, 0], + "1.0": [10, 0, 0], + "1.25": [-25, 0, 0], + "1.5": [10, 0, 0], + "1.8333": [30, 0, 0], + "2.0": [10, 0, 0], + "2.25": [-25, 0, 0], + "2.5": [10, 0, 0], + "2.8333": [30, 0, 0], + "3.0": [10, 0, 0], + "3.25": [-25, 0, 0], + "3.5": [10, 0, 0], + "3.8333": [30, 0, 0], + "4.0": [10, 0, 0] + } + }, + "forearm_l": { + "rotation": { + "0.0": [-50, 0, 0], + "0.25": [0, 0, 0], + "1.0": [-50, 0, 0], + "1.25": [0, 0, 0], + "2.0": [-50, 0, 0], + "2.25": [0, 0, 0], + "3.0": [-50, 0, 0], + "3.25": [0, 0, 0], + "4.0": [-50, 0, 0] + } + }, + "shoulder_r": { + "rotation": { + "0.0": [10, 0, 0], + "0.25": [30, 0, 0], + "0.5": [10, 0, 0], + "0.75": [-25, 0, 0], + "1.0": [10, 0, 0], + "1.25": [30, 0, 0], + "1.5": [10, 0, 0], + "1.75": [-25, 0, 0], + "2.0": [10, 0, 0], + "2.25": [30, 0, 0], + "2.5": [10, 0, 0], + "2.75": [-25, 0, 0], + "3.0": [10, 0, 0], + "3.25": [30, 0, 0], + "3.5": [10, 0, 0], + "3.75": [-25, 0, 0], + "4.0": [10, 0, 0] + } + }, + "forearm_r": { + "rotation": { + "0.0": [-10, 0, 0], + "0.25": [-20, 0, 0], + "0.5": [-50, 0, 0], + "0.75": [0, 0, 0], + "1.25": [-20, 0, 0], + "1.5": [-50, 0, 0], + "1.75": [0, 0, 0], + "2.25": [-20, 0, 0], + "2.5": [-50, 0, 0], + "2.75": [0, 0, 0], + "3.25": [-20, 0, 0], + "3.5": [-50, 0, 0], + "3.75": [0, 0, 0], + "4.0": [-10, 0, 0] + } + }, + "thigh_r": { + "rotation": { + "0.0": [30, 0, 0], + "0.25": [10, 0, 0], + "0.5": [-35, 0, 0], + "0.75": [10, 0, 0], + "1.0": [30, 0, 0], + "1.25": [10, 0, 0], + "1.5": [-30, 0, 0], + "1.75": [10, 0, 0], + "2.0": [30, 0, 0], + "2.25": [10, 0, 0], + "2.5": [-30, 0, 0], + "2.75": [10, 0, 0], + "3.0": [30, 0, 0], + "3.25": [10, 0, 0], + "3.5": [-30, 0, 0], + "3.75": [10, 0, 0], + "4.0": [30, 0, 0] + } + }, + "knee_r": { + "rotation": { + "0.0": [-15, 0, 0], + "0.25": [5, 0, 0], + "0.5": [20, 0, 0], + "0.75": [5, 0, 0], + "1.0": [-15, 0, 0], + "1.25": [5, 0, 0], + "1.5": [20, 0, 0], + "1.75": [5, 0, 0], + "2.0": [-15, 0, 0], + "2.25": [5, 0, 0], + "2.5": [20, 0, 0], + "2.75": [5, 0, 0], + "3.0": [-15, 0, 0], + "3.25": [5, 0, 0], + "3.5": [20, 0, 0], + "3.75": [5, 0, 0], + "4.0": [-15, 0, 0] + } + }, + "calf_r": { + "rotation": { + "0.0": [25, 0, 0], + "0.25": [-25, 0, 0], + "0.5": [-5, 0, 0], + "0.75": [-10, 0, 0], + "1.0": [25, 0, 0], + "1.25": [-25, 0, 0], + "1.5": [-5, 0, 0], + "1.75": [-10, 0, 0], + "2.0": [25, 0, 0], + "2.25": [-25, 0, 0], + "2.5": [-5, 0, 0], + "2.75": [-10, 0, 0], + "3.0": [25, 0, 0], + "3.25": [-25, 0, 0], + "3.5": [-5, 0, 0], + "3.75": [-10, 0, 0], + "4.0": [25, 0, 0] + } + }, + "thigh_l": { + "rotation": { + "0.0": [-30, 0, 0], + "0.25": [10, 0, 0], + "0.5": [30, 0, 0], + "0.75": [10, 0, 0], + "1.0": [-30, 0, 0], + "1.25": [10, 0, 0], + "1.5": [30, 0, 0], + "1.75": [10, 0, 0], + "2.0": [-30, 0, 0], + "2.25": [10, 0, 0], + "2.5": [30, 0, 0], + "2.75": [10, 0, 0], + "3.0": [-30, 0, 0], + "3.25": [10, 0, 0], + "3.5": [30, 0, 0], + "3.75": [10, 0, 0], + "4.0": [-30, 0, 0] + } + }, + "knee_l": { + "rotation": { + "0.0": [20, 0, 0], + "0.25": [5, 0, 0], + "0.5": [-15, 0, 0], + "0.75": [5, 0, 0], + "1.0": [20, 0, 0], + "1.25": [5, 0, 0], + "1.5": [-15, 0, 0], + "1.75": [5, 0, 0], + "2.0": [20, 0, 0], + "2.25": [5, 0, 0], + "2.5": [-15, 0, 0], + "2.75": [5, 0, 0], + "3.0": [20, 0, 0], + "3.25": [5, 0, 0], + "3.5": [-15, 0, 0], + "3.75": [5, 0, 0], + "4.0": [20, 0, 0] + } + }, + "calf_l": { + "rotation": { + "0.0": [-5, 0, 0], + "0.25": [-10, 0, 0], + "0.5": [25, 0, 0], + "0.75": [-25, 0, 0], + "1.0": [-5, 0, 0], + "1.25": [-10, 0, 0], + "1.5": [25, 0, 0], + "1.75": [-25, 0, 0], + "2.0": [-5, 0, 0], + "2.25": [-10, 0, 0], + "2.5": [25, 0, 0], + "2.75": [-25, 0, 0], + "3.0": [-5, 0, 0], + "3.25": [-10, 0, 0], + "3.5": [25, 0, 0], + "3.75": [-25, 0, 0], + "4.0": [-5, 0, 0] + } + }, + "tail": { + "rotation": [-20, "math.sin((q.anim_time*90*4)+180)*10", 0] + }, + "tail_seg2": { + "rotation": [35, 0, 0] + }, + "tail_seg3": { + "rotation": [35, "math.sin((q.anim_time*90*4)+180)*10", 0] + }, + "tail_seg4": { + "rotation": [-25, 0, 0] + }, + "tail_seg_end": { + "rotation": [-20, "math.sin((q.anim_time*90*4)+180)*5", 0] + }, + "hair": { + "rotation": ["math.sin((q.anim_time*90*2)+180)*1", 0, 0] + }, + "hair2": { + "rotation": ["math.sin((q.anim_time*90*2)+180)*1", 0, 0] + }, + "hair3": { + "rotation": ["-5 + math.sin((q.anim_time*90*2)+180)*1", 0, 0] + }, + "hair4": { + "rotation": ["10 + math.sin((q.anim_time*90*2)+180)*5", 0, 0] + }, + "hair5": { + "rotation": ["5 +math.sin((q.anim_time*90*2)+135)*5", 0, 0] + }, + "hair10": { + "rotation": ["5+math.sin((q.anim_time*90*2)+90)*5", 0, 0] + }, + "hair6": { + "rotation": ["math.sin((q.anim_time*90*2)+45)*5", 0, 0] + }, + "hair7": { + "rotation": ["-15 + math.sin((q.anim_time*90*2)+0)*5", 0, 0] + }, + "hair8": { + "rotation": ["math.sin((q.anim_time*90*2)+320)*3", 0, 0] + }, + "hair9": { + "rotation": ["-20+math.sin((q.anim_time*90*2)+275)*5", 0, 0] + }, + "hair11": { + "rotation": ["math.sin((q.anim_time*90*2)+230)*5", 0, 0] + }, + "paw_fl": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [25, 0, 0], + "0.5": [0, 0, 0], + "1.0": [0, 0, 0], + "1.25": [25, 0, 0], + "1.5": [0, 0, 0], + "2.0": [0, 0, 0], + "2.25": [25, 0, 0], + "2.5": [0, 0, 0], + "3.0": [0, 0, 0], + "3.25": [25, 0, 0], + "3.5": [0, 0, 0], + "4.0": [0, 0, 0] + } + }, + "paw_fr": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.5": [0, 0, 0], + "0.75": [25, 0, 0], + "1.0": [0, 0, 0], + "1.5": [0, 0, 0], + "1.75": [25, 0, 0], + "2.0": [0, 0, 0], + "2.5": [0, 0, 0], + "2.75": [25, 0, 0], + "3.0": [0, 0, 0], + "3.5": [0, 0, 0], + "3.75": [25, 0, 0], + "4.0": [0, 0, 0] + } + } + } + }, + "animation.pyroar_f.faint": { + "loop": true, + "animation_length": 3.5, + "bones": { + "tail_seg5": { + "rotation": [0, 0, 10] + }, + "tail_seg6": { + "rotation": [-10, 0, 10] + }, + "body": { + "rotation": { + "0.5": [0, 0, 0], + "1.5": [5, 0, 0] + }, + "position": { + "0.5": [0, 0, 0], + "1.5": [0, -11, 0] + } + }, + "neck": { + "rotation": { + "0.5": [0, 0, 0], + "1.5": [70, 0, 0] + }, + "position": { + "0.5": [0, 0, 0], + "1.5": [0, -2, 2] + } + }, + "head": { + "rotation": { + "0.5": [0, 0, 0], + "1.5": [-37.5, 0, 0] + } + }, + "eye_r": { + "position": { + "0.0": [0, 0, 0], + "0.3333": [0, 0, 0], + "0.375": { + "pre": [0, 0, 0], + "post": [0, 0, 0.5] + } + } + }, + "eye_r_closed": { + "position": { + "0.0": [0, 0, 0], + "0.3333": [0, 0, 0], + "0.375": { + "pre": [0, 0, 0], + "post": [-0.52, 0, 0] + } + } + }, + "eye_l": { + "position": { + "0.0": [0, 0, 0], + "0.3333": [0, 0, 0], + "0.375": { + "pre": [0, 0, 0], + "post": [0, 0, 0.5] + } + } + }, + "eye_l_closed": { + "position": { + "0.0": [0, 0, 0], + "0.3333": [0, 0, 0], + "0.375": { + "pre": [0, 0, 0], + "post": [0.52, 0, 0] + } + } + }, + "shoulder_l": { + "rotation": { + "0.5": [0, 0, 0], + "1.5": [-75, -5, 0] + } + }, + "forearm_l": { + "rotation": { + "0.5": [0, 0, 0], + "1.5": [-5, 0, 0] + } + }, + "shoulder_r": { + "rotation": { + "0.5": [0, 0, 0], + "1.5": [-75, 5, 0] + } + }, + "forearm_r": { + "rotation": { + "0.5": [0, 0, 0], + "1.5": [-5, 0, 0] + } + }, + "thigh_r": { + "rotation": { + "0.5": [0, 0, 0], + "1.5": [80, 0, 0] + } + }, + "knee_r": { + "rotation": [0, 0, 0] + }, + "calf_r": { + "rotation": [0, 0, 0] + }, + "thigh_l": { + "rotation": { + "0.5": [0, 0, 0], + "1.5": [80, 0, 0] + } + }, + "knee_l": { + "rotation": [0, 0, 0] + }, + "calf_l": { + "rotation": [0, 0, 0] + }, + "tail": { + "rotation": [-25, 0, 0] + }, + "tail_seg2": { + "rotation": [7.5, 0, 0] + }, + "tail_seg3": { + "rotation": [7.5, 0, 0] + }, + "tail_seg4": { + "rotation": [17.5, 0, 0] + }, + "hair": { + "rotation": { + "0.5": [0, 0, 0], + "1.5": [-15, 0, 0] + } + }, + "hair7": { + "rotation": { + "0.5": [0, 0, 0], + "1.5": [-25, 0, 0] + } + }, + "hair9": { + "rotation": { + "0.5": [0, 0, 0], + "1.5": [-15, 0, 0] + } + }, + "paw_fl": { + "rotation": { + "0.5": [0, 0, 0], + "1.5": [0, 0, 0] + } + }, + "paw_fr": { + "rotation": { + "0.5": [0, 0, 0], + "1.5": [0, 0, 0] + } + }, + "tongue": { + "rotation": { + "0.25": [0, 0, 0], + "0.5": [35, 0, 0] + }, + "position": { + "0.25": [0, 0, 0], + "0.5": [0, 0, -4] + } + } + } + }, + "animation.pyroar_f.sleep": { + "loop": true, + "bones": { + "tail_seg5": { + "rotation": [0, 0, 10] + }, + "tail_seg6": { + "rotation": [-10, 0, 10] + }, + "body": { + "rotation": [0, 0, 90], + "position": [-13, 5, 0] + }, + "neck": { + "rotation": [80, 0, 0], + "position": [0, -2, 0] + }, + "head": { + "rotation": [-52.5, 15, 0] + }, + "eye_r": { + "position": [0, 0, 0.5] + }, + "eye_r_closed": { + "position": [-0.52, 0, 0] + }, + "eye_l": { + "position": [0, 0, 0.5] + }, + "eye_l_closed": { + "position": [0.52, 0, 0] + }, + "hair4": { + "rotation": [0, -5, 0] + }, + "shoulder_l": { + "rotation": [15, 0, 0] + }, + "forearm_l": { + "rotation": [-5, 0, 0] + }, + "paw_fl": { + "rotation": [10, 0, 0] + }, + "shoulder_r": { + "rotation": [35, 0, -10] + }, + "forearm_r": { + "rotation": [-5, 0, -15] + }, + "paw_fr": { + "rotation": [17.5, 0, 0] + }, + "thigh_r": { + "rotation": [15, 0, -32.5] + }, + "knee_r": { + "rotation": [0, 0, 0] + }, + "calf_r": { + "rotation": [0, 0, 0] + }, + "paw_br": { + "rotation": [20, 0, 0] + }, + "thigh_l": { + "rotation": [57.5, 0, 0] + }, + "knee_l": { + "rotation": [0, 0, 0] + }, + "calf_l": { + "rotation": [0, 0, 0] + }, + "paw_bl": { + "rotation": [27.5, 0, 0] + }, + "tail": { + "rotation": [-25, 10, 0] + }, + "tail_seg2": { + "rotation": [10, 15, 0] + }, + "tail_seg3": { + "rotation": [0, 5, 0] + }, + "tail_seg4": { + "rotation": [20, -30, 0] + }, + "tail_seg_end": { + "rotation": [10, 0, 0] + } + } + }, + "animation.pyroar_f.blink": { + "animation_length": 0.1667, + "bones": { + "eye_r": { + "position": { + "0.0": [0, 0, 0.1], + "0.125": [0, 0, 0.1], + "0.1667": [0, 0, 0] + } + }, + "eye_r_closed": { + "position": { + "0.0": [-0.12, 0, 0], + "0.125": [-0.12, 0, 0], + "0.1667": [0, 0, 0] + } + }, + "eye_l": { + "position": { + "0.0": [0, 0, 0.1], + "0.125": [0, 0, 0.1], + "0.1667": [0, 0, 0] + } + }, + "eye_l_closed": { + "position": { + "0.0": [0.12, 0, 0], + "0.125": [0.12, 0, 0], + "0.1667": [0, 0, 0] + } + } + } + }, + "animation.pyroar_f.cry": { + "animation_length": 3, + "bones": { + "torso": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [5, 0, 0], + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [3, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [10.44, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-10.83, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-2.9, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-8.71, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "snout": { + "position": { + "0.1667": [0, 0, 0], + "0.2083": { + "pre": [0, 0, 0], + "post": [0, -0.1, -0.1] + }, + "0.75": { + "pre": [0, -0.1, -0.1], + "post": [0, -0.1, -0.1] + }, + "0.7917": { + "pre": [0, -0.1, -0.1], + "post": [0, 0, 0] + } + } + } + }, + "sound_effects": { + "0.2083": { + "effect": "pokemon.squirtle.cry" + } + } + }, + "animation.pyroar_f.recoil": { + "animation_length": 1.5, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 1, 0], + "post": [-8, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-2.9, 1.5, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-0.3, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [7.5, 0, 0], + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-2.9, 1.5, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-0.3, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "eye_r": { + "position": { + "0.0": [0, 0, 0.25], + "0.25": { + "pre": [0, 0, 0.25], + "post": [0, 0, 0.25] + }, + "0.2917": { + "pre": [0, 0, 0.25], + "post": [0, 0, 0] + } + } + }, + "eye_r_closed": { + "position": { + "0.0": [-0.27, 0, 0], + "0.25": { + "pre": [-0.27, 0, 0], + "post": [-0.27, 0, 0] + }, + "0.2917": { + "pre": [-0.27, 0, 0], + "post": [0, 0, 0] + } + } + }, + "eye_l": { + "position": { + "0.0": [0, 0, 0.25], + "0.25": { + "pre": [0, 0, 0.25], + "post": [0, 0, 0.25] + }, + "0.2917": { + "pre": [0, 0, 0.25], + "post": [0, 0, 0] + } + } + }, + "eye_l_closed": { + "position": { + "0.0": [0.27, 0, 0], + "0.25": { + "pre": [0.27, 0, 0], + "post": [0.27, 0, 0] + }, + "0.2917": { + "pre": [0.27, 0, 0], + "post": [0, 0, 0] + } + } + }, + "shoulder_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-3, -2.5, 0], + "post": [-3, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "forearm_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "paw_fl": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [12, 0, 0], + "post": [12, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "shoulder_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-3, 2.5, 0], + "post": [-3, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "forearm_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "paw_fr": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [12, 0, 0], + "post": [12, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "thigh_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "knee_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [15.5, 0, 0], + "post": [15.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-1.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "calf_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "paw_br": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [8, 0, 0], + "post": [8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "thigh_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "knee_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [15.5, 0, 0], + "post": [15.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-1.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "calf_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "paw_bl": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [8, 0, 0], + "post": [8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + } + } + }, + "animation.pyroar_f.physical": { + "animation_length": 1, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [12.5, 0, 0], + "0.2917": [-10, 0, 0], + "0.375": [-5, 0, 0], + "0.4583": [7.5, 0, 0], + "0.5417": [27.5, 0, 0], + "0.5833": [12.5, 0, 0], + "0.6667": [12.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, -4, 6], + "0.2917": [0, -1, 0], + "0.375": [0, 1, -10], + "0.4583": [0, 2, -19], + "0.5417": [0, 0, -25], + "0.5833": [0, -3, -31], + "0.6667": [0, -3, -42] + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [20, 0, 0], + "0.2917": [65, 0, 0], + "0.5": [50, 0, 0], + "0.5417": [60, 0, 0], + "0.5833": [60, 0, 0], + "0.625": [60, 0, 0], + "0.6667": [75, -10, -5], + "0.7083": [45, -10, -20] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.2917": [0, -1, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-22.5, 0, 0], + "0.2917": [-57.5, 0, 0], + "0.5": [-72.5, 0, 0], + "0.5417": [-87.5, 0, 0], + "0.5833": [-80, 0, 0], + "0.625": [-80, 0, 0], + "0.6667": [-70, 0, 0], + "0.7083": [-80, 0, 0] + } + }, + "hair2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [5, 0, 0], + "0.2917": [-2.5, 0, 0], + "0.3333": [-2.5, 0, 0], + "0.6667": [-2.5, 0, 0], + "0.7083": [2.5, 0, 0] + } + }, + "hair3": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "0.5417": [12.5, 0, 0], + "0.5833": [0, 0, 0], + "0.6667": [0, 0, 0], + "0.7083": [15, 0, 0] + } + }, + "hair4": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [2.5, 0, 0], + "0.2917": [2.5, 0, 0], + "0.3333": [10, 0, 0], + "0.375": [12.5, 0, 0], + "0.4167": [16.25, 0, 0], + "0.4583": [15, 0, 0], + "0.5417": [30, 0, 0], + "0.625": [30, 0, 0], + "0.6667": [17.5, 0, 0], + "0.7083": [17.5, 0, 0] + } + }, + "hair5": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [5, 0, 0], + "0.2917": [2.5, 0, 0], + "0.3333": [7.5, 0, 0], + "0.375": [12.5, 0, 0], + "0.4167": [12.5, 0, 0], + "0.4583": [17.5, 0, 0], + "0.5": [15, 0, 0], + "0.5417": [12.5, 0, 0] + } + }, + "hair10": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.2917": [5, 0, 0], + "0.3333": [15, 0, 0], + "0.375": [20, 0, 0], + "0.4167": [22.5, 0, 0], + "0.4583": [17.5, 0, 0], + "0.5": [12.5, 0, 0], + "0.5417": [7.5, 0, 0] + } + }, + "hair6": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.375": [-10, 0, 0], + "0.4167": [-14.17, 0, 0], + "0.5": [-15, 0, 0], + "0.5417": [-17.5, 0, 0] + } + }, + "hair7": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-7.5, 0, 0], + "0.4583": [-17.5, 0, 0], + "0.5417": [-17.5, 0, 0] + } + }, + "hair8": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [2.5, 0, 0], + "0.2917": [-5, 0, 0], + "0.3333": [-15, 0, 0] + } + }, + "hair9": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-10, 0, 0], + "0.4583": [-17.5, 0, 0] + } + }, + "hair11": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-10, 0, 0] + } + }, + "shoulder_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [37.5, 0, 0], + "0.2917": [20, 0, 0], + "0.375": [-15, -7.5, 0], + "0.5": [-10, -7.5, 0], + "0.5417": [12.5, -3.75, 0], + "0.5833": [27.5, 0, 0], + "0.625": [32.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 1, 0] + } + }, + "forearm_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-55, 0, 0], + "0.2917": [-10, 0, 0], + "0.375": [-60, 0, 0], + "0.5": [-60, 0, 0], + "0.5417": [-62.5, 0, 0], + "0.5833": [-55, 0, 0], + "0.6667": [0, 0, 0] + } + }, + "paw_fl": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [2.5, 0, 0], + "0.2917": [10, 0, 0], + "0.375": [17.5, 0, 0], + "0.5": [17.5, 0, 0], + "0.5833": [27.5, 0, 0], + "0.625": [25, 0, 0] + } + }, + "shoulder_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [37.5, 0, 0], + "0.2917": [20, 0, 0], + "0.375": [-10, 7.5, 0], + "0.5": [-10, 7.5, 0], + "0.5417": [12.5, 3.75, 0], + "0.5833": [27.5, 0, 0], + "0.625": [32.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 1, 0] + } + }, + "forearm_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-55, 0, 0], + "0.2917": [-10, 0, 0], + "0.375": [-60, 0, 0], + "0.5": [-60, 0, 0], + "0.5417": [-62.5, 0, 0], + "0.5833": [-55, 0, 0], + "0.6667": [0, 0, 0] + } + }, + "paw_fr": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [2.5, 0, 0], + "0.2917": [10, 0, 0], + "0.375": [17.5, 0, 0], + "0.5": [17.5, 0, 0], + "0.5833": [27.5, 0, 0], + "0.625": [25, 0, 0] + } + }, + "thigh_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-20, 0, 0], + "0.2917": [0, 0, 0], + "0.375": [32.5, 0, 0], + "0.4583": [32.5, 0, 0], + "0.5417": [-20, 10, 0], + "0.5833": [-40, 10, 0], + "0.6667": [15, 10, 0] + } + }, + "knee_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [25, 0, 0], + "0.2917": [20, 0, 0], + "0.375": [5, 0, 0], + "0.4583": [5, 0, 0], + "0.5417": [27.5, 0, 0], + "0.5833": [15, 0, 0] + } + }, + "calf_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-40, 0, 0], + "0.2917": [-32.5, 0, 0], + "0.375": [0, 0, 0], + "0.4583": [0, 0, 0], + "0.5417": [-55, 0, 0], + "0.5833": [-20, 0, 0], + "0.625": [-25, 0, 0], + "0.6667": [-20, 0, 0] + } + }, + "paw_br": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [22.5, 0, 0], + "0.2917": [22.5, 0, 0], + "0.375": [42.5, 0, 0], + "0.4583": [42.5, 0, 0], + "0.5417": [25, 0, 0], + "0.5833": [37.5, 0, 0], + "0.625": [7.5, 0, 0] + } + }, + "thigh_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-20, 0, 0], + "0.2917": [0, 0, 0], + "0.375": [32.5, 0, 0], + "0.4583": [32.5, 0, 0], + "0.5417": [-20, -10, 0], + "0.5833": [-40, -10, 0], + "0.6667": [15, -10, 0] + } + }, + "knee_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [25, 0, 0], + "0.2917": [20, 0, 0], + "0.375": [5, 0, 0], + "0.4583": [5, 0, 0], + "0.5417": [27.5, 0, 0], + "0.5833": [15, 0, 0] + } + }, + "calf_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-40, 0, 0], + "0.2917": [-32.5, 0, 0], + "0.375": [0, 0, 0], + "0.4583": [0, 0, 0], + "0.5417": [-55, 0, 0], + "0.5833": [-20, 0, 0], + "0.625": [-25, 0, 0], + "0.6667": [-20, 0, 0] + } + }, + "paw_bl": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [22.5, 0, 0], + "0.2917": [22.5, 0, 0], + "0.375": [42.5, 0, 0], + "0.4583": [42.5, 0, 0], + "0.5417": [25, 0, 0], + "0.5833": [37.5, 0, 0], + "0.625": [7.5, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [-10, 0, 0], + "0.25": [12.5, 0, 0], + "0.5833": [57.5, 0, 0], + "0.625": [80, 0, 0], + "0.6667": [100, 0, 0], + "0.75": [57.5, 0, 0] + } + }, + "tail_seg2": { + "rotation": { + "0.0": [10, 0, 0], + "0.25": [30, 0, 0], + "0.5833": [43.33, 0, 0], + "0.625": [50, 0, 0], + "0.6667": [50, 0, 0], + "0.75": [43.33, 0, 0] + } + }, + "tail_seg3": { + "rotation": { + "0.0": [10, 0, 0], + "0.25": [30, 0, 0], + "0.5833": [25, 0, 0], + "0.625": [22.5, 0, 0], + "0.6667": [30, 0, 0], + "0.75": [25, 0, 0] + } + }, + "tail_seg4": { + "rotation": { + "0.0": [10, 0, 0], + "0.25": [30, 0, 0], + "0.5833": [16.67, 0, 0], + "0.625": [10, 0, 0], + "0.6667": [0, 0, 0], + "0.75": [16.67, 0, 0] + } + }, + "tail_seg_end": { + "rotation": { + "0.0": [10, 0, 0], + "0.25": [20, 0, 0], + "0.5833": [6.67, 0, 0], + "0.625": [0, 0, 0], + "0.6667": [0, 0, 0], + "0.75": [6.67, 0, 0] + } + } + } + }, + "animation.pyroar_f.special": { + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [12.5, 0, 0], + "0.3333": [-17.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, -4, 6], + "0.2917": [0, -3, -0.5], + "0.3333": [0, "-2+0.1*math.sin(q.anim_time*90*45)", -7] + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [20, 0, 0], + "0.3333": [65, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.3333": [0, -1, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-22.5, 0, 0], + "0.3333": [-57.5, 0, 0] + } + }, + "hair2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [5, 0, 0], + "0.2917": [-2.5, 0, 0], + "0.3333": ["5+math.sin((q.anim_time*90*8)+270)*1", 0, 0] + } + }, + "hair3": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": ["math.sin((q.anim_time*90*8)+225)*1", 0, 0] + } + }, + "hair4": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [2.5, 0, 0], + "0.2917": [2.5, 0, 0], + "0.3333": ["10 + math.sin((q.anim_time*90*8)+180)*5", 0, 0] + } + }, + "hair5": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [5, 0, 0], + "0.2917": [2.5, 0, 0], + "0.3333": ["5 +math.sin((q.anim_time*90*8)+135)*5", 0, 0] + } + }, + "hair10": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.2917": [5, 0, 0], + "0.3333": ["5+math.sin((q.anim_time*90*2)+90)*5", 0, 0] + } + }, + "hair6": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.3333": ["-10+math.sin((q.anim_time*90*8)+45)*5", 0, 0] + } + }, + "hair7": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-7.5, 0, 0], + "0.3333": ["-15 + math.sin((q.anim_time*90*8)+0)*5", 0, 0] + } + }, + "hair8": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [2.5, 0, 0], + "0.2917": [-5, 0, 0], + "0.3333": ["-15 + math.sin((q.anim_time*90*8)+315)*5", 0, 0] + } + }, + "hair9": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-10, 0, 0], + "0.3333": ["-20+math.sin((q.anim_time*90*8)+270)*5", 0, 0] + } + }, + "hair11": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-10, 0, 0], + "0.3333": ["math.sin((q.anim_time*90*8)+225)*5", 0, 0] + } + }, + "shoulder_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [37.5, 0, 0], + "0.2917": [42.5, 0, 0], + "0.3333": [32.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 1, 0], + "0.3333": [0, 0, 0] + } + }, + "forearm_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-55, 0, 0], + "0.2917": [-45, 0, 0], + "0.3333": [0, 0, 0] + } + }, + "paw_fl": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [2.5, 0, 0], + "0.3333": [-7.5, 0, 0] + } + }, + "shoulder_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [37.5, 0, 0], + "0.2917": [42.5, 0, 0], + "0.3333": [32.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 1, 0], + "0.3333": [0, 0, 0] + } + }, + "forearm_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-55, 0, 0], + "0.2917": [-45, 0, 0], + "0.3333": [0, 0, 0] + } + }, + "paw_fr": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [2.5, 0, 0], + "0.3333": [-7.5, 0, 0] + } + }, + "thigh_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-20, 0, 0], + "0.3333": [27.5, 0, 0] + } + }, + "knee_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [25, 0, 0], + "0.3333": [35, 0, 0] + } + }, + "calf_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-40, 0, 0], + "0.3333": [-27.5, 0, 0] + } + }, + "paw_br": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [22.5, 0, 0], + "0.3333": [-15, 0, 0] + } + }, + "thigh_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-20, 0, 0], + "0.3333": [27.5, 0, 0] + } + }, + "knee_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [25, 0, 0], + "0.3333": [35, 0, 0] + } + }, + "calf_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-40, 0, 0], + "0.3333": [-27.5, 0, 0] + } + }, + "paw_bl": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [22.5, 0, 0], + "0.3333": [-15, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [-50, 0, 0], + "0.25": [-20, 0, 0], + "0.3333": [-10, 0, 0] + } + }, + "tail_seg2": { + "rotation": [12.5, 0, 0] + }, + "tail_seg3": { + "rotation": [10, 0, 0] + }, + "tail_seg4": { + "rotation": [12.5, 0, 0] + }, + "tail_seg_end": { + "rotation": [-17.5, 0, 0] + }, + "tongue": { + "rotation": { + "0.25": [0, 0, 0], + "0.3333": ["math.sin((q.anim_time*90*12)+180)*5", 0, 0], + "2.75": ["math.sin((q.anim_time*90*12)+180)*5", 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "0.25": [0, 0, 0], + "0.3333": [0, 0, -4], + "2.75": [0, 0, -4], + "3.0": [0, 0, 0] + } + } + }, + "particle_effects": { + "0.3333": { + "effect": "fire_beam", + "locator": "fire" + } + } + }, + "animation.pyroar_f.status": { + "animation_length": 3, + "bones": { + "tail_seg5": { + "rotation": ["-35 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "tail_seg6": { + "rotation": ["-30 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "body": { + "rotation": { + "0.0": ["math.sin((q.anim_time*90)+90)/3", 0, 0], + "0.25": ["-42.5+math.sin((q.anim_time*90)+90)/3", 0, 0], + "2.75": ["-42.5+math.sin((q.anim_time*90)+90)/3", 0, 0], + "3.0": ["math.sin((q.anim_time*90)+90)/3", 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, -2, 0], + "2.75": [0, -2, 0], + "3.0": [0, 0, 0] + } + }, + "neck": { + "rotation": { + "0.0": ["math.sin((q.anim_time*90)+90)*2", 0, 0], + "0.25": ["50+math.sin((q.anim_time*90)+90)*2", 0, 0], + "0.5": ["80+math.sin((q.anim_time*90)+90)*2", 0, 0], + "0.8333": ["80+math.sin((q.anim_time*90)+90)*2", 0, 0], + "1.0": ["97.5+math.sin((q.anim_time*90)+90)*2", 0, 0], + "1.2083": ["102.5+math.sin((q.anim_time*90)+90)*2", 0, 0], + "1.4167": ["97.5+math.sin((q.anim_time*90)+90)*2", 0, 0], + "1.6667": ["102.5+math.sin((q.anim_time*90)+90)*2", 0, 0], + "1.9167": ["97.5+math.sin((q.anim_time*90)+90)*2", 0, 0], + "2.125": ["102.5+math.sin((q.anim_time*90)+90)*2", 0, 0], + "2.375": ["97.5+math.sin((q.anim_time*90)+90)*2", 0, 0], + "2.7083": ["80+math.sin((q.anim_time*90)+90)*2", 0, 0], + "2.75": ["80+math.sin((q.anim_time*90)+90)*2", 0, 0], + "3.0": ["math.sin((q.anim_time*90)+90)*2", 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, -1, 0], + "0.5": [0, -2, 0], + "2.75": [0, -2, 0], + "3.0": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": ["-math.sin((q.anim_time*90)+90)*1", 0, 0], + "0.5": ["-math.sin((q.anim_time*90)+90)*1", 0, 0], + "0.6667": ["10-math.sin((q.anim_time*90)+90)*1", 7.5, 0], + "0.8333": ["-25-math.sin((q.anim_time*90)+90)*1", 7.5, 0], + "1.0": ["5-math.sin((q.anim_time*90)+90)*1", 7.5, 0], + "2.2083": ["5-math.sin((q.anim_time*90)+90)*1", 7.5, 0], + "2.25": ["5-math.sin((q.anim_time*90)+90)*1", 0, 0], + "2.375": ["10-math.sin((q.anim_time*90)+90)*1", 7.5, 0], + "2.5417": ["-25-math.sin((q.anim_time*90)+90)*1", 7.5, 0], + "2.7083": ["-math.sin((q.anim_time*90)+90)*1", 0, 0], + "2.75": ["-math.sin((q.anim_time*90)+90)*1", 0, 0], + "3.0": ["-math.sin((q.anim_time*90)+90)*1", 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [-70, "math.sin((q.anim_time*90)+180)*5", "math.sin((q.anim_time*90)+180)*5"], + "0.25": [15, "math.sin((q.anim_time*90)+180)*5", "math.sin((q.anim_time*90)+180)*5"], + "2.75": [15, "math.sin((q.anim_time*90)+180)*5", "math.sin((q.anim_time*90)+180)*5"], + "3.0": [-70, "math.sin((q.anim_time*90)+180)*5", "math.sin((q.anim_time*90)+180)*5"] + } + }, + "tail_seg2": { + "rotation": [35, 0, 0] + }, + "tail_seg3": { + "rotation": [35, 0, 0] + }, + "tail_seg4": { + "rotation": ["-30 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "tail_seg_end": { + "rotation": ["-25 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "hair2": { + "rotation": ["math.sin((q.anim_time*90*2)+180)*1", 0, 0] + }, + "hair3": { + "rotation": ["-5 + math.sin((q.anim_time*90*2)+180)*1", 0, 0] + }, + "hair4": { + "rotation": { + "0.0": ["10+math.sin((q.anim_time*90*2)+180)*1", 0, 0], + "0.25": ["math.sin((q.anim_time*90*2)+180)*1", 0, 0], + "0.5": ["-10+math.sin((q.anim_time*90*2)+180)*1", 0, 0], + "0.8333": ["-2.5+math.sin((q.anim_time*90*2)+180)*1", 0, 0], + "1.0": ["-20+math.sin((q.anim_time*90*2)+180)*1", 0, 0], + "2.375": ["-20+math.sin((q.anim_time*90*2)+180)*1", 0, 0], + "2.5833": ["-10+math.sin((q.anim_time*90*2)+180)*1", 0, 0], + "3.0": ["math.sin((q.anim_time*90*2)+180)*1", 0, 0] + } + }, + "hair5": { + "rotation": { + "0.0": ["5 +math.sin((q.anim_time*90*2)+135)*5", 0, 0], + "1.0": ["-10 +math.sin((q.anim_time*90*2)+135)*5", 0, 0], + "2.375": ["-15 +math.sin((q.anim_time*90*2)+135)*5", 0, 0], + "2.5833": ["5 +math.sin((q.anim_time*90*2)+135)*5", 0, 0] + } + }, + "hair10": { + "rotation": ["5+math.sin((q.anim_time*90*2)+90)*5", 0, 0] + }, + "hair6": { + "rotation": ["math.sin((q.anim_time*90*2)+45)*5", 0, 0] + }, + "hair7": { + "rotation": ["-15 + math.sin((q.anim_time*90*2)+0)*5", 0, 0] + }, + "hair8": { + "rotation": ["math.sin((q.anim_time*90*2)+320)*3", 0, 0] + }, + "hair9": { + "rotation": ["-20+math.sin((q.anim_time*90*2)+275)*5", 0, 0] + }, + "hair11": { + "rotation": ["math.sin((q.anim_time*90*2)+230)*5", 0, 0] + }, + "shoulder_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [37.5, 0, 0], + "2.75": [37.5, 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, -1], + "2.75": [0, 0, -1], + "3.0": [0, 0, 0] + } + }, + "forearm_l": { + "rotation": { + "2.75": [0, 0, 0], + "3.0": [0, 0, 0] + } + }, + "paw_fl": { + "rotation": { + "2.75": [0, 0, 0], + "3.0": [0, 0, 0] + } + }, + "shoulder_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [37.5, 0, 0], + "0.5": [-7.5, 0, 0], + "0.8333": [-7.5, 0, 0], + "1.0": [-37.5, 5, 15], + "1.2083": [-12.5, 5, 15], + "1.25": [-12.5, 5, 15], + "1.4583": [-37.5, 5, 15], + "1.7083": [-12.5, 5, 15], + "1.75": [-12.5, 5, 15], + "1.9583": [-37.5, 5, 15], + "2.1667": [-12.5, 5, 15], + "2.2083": [-12.5, 5, 15], + "2.375": [-7.5, 0, 0], + "2.7083": [-7.5, 0, 0], + "2.75": [-7.5, 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, -1], + "2.75": [0, 0, -1], + "3.0": [0, 0, 0] + } + }, + "forearm_r": { + "rotation": { + "0.25": [0, 0, 0], + "0.5": [-65, -7.5, -5], + "0.8333": [-65, -7.5, -5], + "1.0": [-65, -7.5, -10], + "2.75": [-65, -7.5, -10], + "3.0": [0, 0, 0] + } + }, + "paw_fr": { + "rotation": { + "0.25": [0, 0, 0], + "0.5": [112.5, 0, 0], + "0.8333": [112.5, 0, 0], + "1.0": [112.5, 15, -15], + "2.75": [112.5, 15, -15], + "3.0": [0, 0, 0] + }, + "position": { + "0.25": [0, 0, 0], + "0.5": [0, -2, -3], + "2.75": [0, -2, -3], + "3.0": [0, 0, 0] + } + }, + "thigh_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-22.5, 0, 15], + "2.75": [-22.5, 0, 15], + "3.0": [0, 0, 0] + }, + "position": [0, 0, 0] + }, + "knee_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [25, 0, 0], + "2.75": [25, 0, 0], + "3.0": [0, 0, 0] + } + }, + "calf_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-42.5, 0, 0], + "2.75": [-42.5, 0, 0], + "3.0": [0, 0, 0] + } + }, + "paw_br": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [80, 0, 0], + "2.75": [80, 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, -2], + "2.75": [0, 0, -2], + "3.0": [0, 0, 0] + } + }, + "thigh_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-22.5, 0, -15], + "2.75": [-22.5, 0, -15], + "3.0": [0, 0, 0] + }, + "position": [0, 0, 0] + }, + "knee_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [25, 0, 0], + "2.75": [25, 0, 0], + "3.0": [0, 0, 0] + } + }, + "calf_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-42.5, 0, 0], + "2.75": [-42.5, 0, 0], + "3.0": [0, 0, 0] + } + }, + "paw_bl": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [80, 0, 0], + "2.75": [80, 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, -2], + "2.75": [0, 0, -2], + "3.0": [0, 0, 0] + } + }, + "tongue": { + "rotation": { + "0.5833": [0, 0, 0], + "0.6667": [50, 0, 0], + "0.8333": [50, 0, 0], + "0.9167": [0, 0, 0], + "2.2917": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + }, + "2.375": [50, 0, 0], + "2.5417": [50, 0, 0], + "2.625": [0, 0, 0] + }, + "position": { + "0.5833": [0, 0, 0], + "0.6667": [0, 0, -4], + "0.8333": [0, 0, -4], + "0.9167": [0, 0, 0], + "2.2917": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + }, + "2.375": [0, 0, -4], + "2.5417": [0, 0, -4], + "2.625": [0, 0, 0] + } + } + } + }, + "animation.pyroar_f.deja_vu": { + "loop": true, + "animation_length": 2, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "1.0833": [0, 180, 0], + "2.0": [0, 360, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/pyroar/pyroar_m.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/pyroar/pyroar_m.animation.json new file mode 100644 index 0000000..457c65b --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/pyroar/pyroar_m.animation.json @@ -0,0 +1,2426 @@ +{ + "format_version": "1.8.0", + "animations": { + "ground_walk": { + "loop": true, + "animation_length": 4, + "bones": { + "tail_seg5": { + "rotation": [-35, 0, 0] + }, + "tail_seg6": { + "rotation": [-25, 0, 0] + }, + "hair10": { + "rotation": ["5+math.sin((q.anim_time*90*2)+90)*5", 0, 0] + }, + "hair7": { + "rotation": ["-15 + math.sin((q.anim_time*90*2)+0)*5", 0, 0] + }, + "hair8": { + "rotation": ["math.sin((q.anim_time*90*2)+320)*3", 0, 0] + }, + "hair9": { + "rotation": ["-20+math.sin((q.anim_time*90*2)+275)*5", 0, 0] + }, + "hair11": { + "rotation": ["math.sin((q.anim_time*90*2)+230)*5", 0, 0] + }, + "body": { + "rotation": { + "0.0": [0, 2.5, 0], + "0.5": [0, -2.5, 0], + "1.0": [0, 2.5, 0], + "1.5": [0, -2.5, 0], + "2.0": [0, 2.5, 0], + "2.5": [0, -2.5, 0], + "3.0": [0, 2.5, 0], + "3.5": [0, -2.5, 0], + "4.0": [0, 2.5, 0] + }, + "position": { + "0.0": [0, -1, 0], + "0.25": [0, -1.25, 0], + "0.5": [0, -1, 0], + "0.75": [0, -1.25, 0], + "1.0": [0, -1, 0], + "1.25": [0, -1.25, 0], + "1.5": [0, -1, 0], + "1.75": [0, -1.25, 0], + "2.0": [0, -1, 0], + "2.25": [0, -1.25, 0], + "2.5": [0, -1, 0], + "2.75": [0, -1.25, 0], + "3.0": [0, -1, 0], + "3.25": [0, -1.25, 0], + "3.5": [0, -1, 0], + "3.75": [0, -1.25, 0], + "4.0": [0, -1, 0] + } + }, + "neck": { + "rotation": [30, 0, 0] + }, + "head": { + "rotation": [-30, 0, 0] + }, + "hair": { + "rotation": ["math.sin((q.anim_time*90*2)+180)*1", 0, 0] + }, + "hair2": { + "rotation": ["math.sin((q.anim_time*90*2)+180)*1", 0, 0] + }, + "hair3": { + "rotation": ["-5 + math.sin((q.anim_time*90*2)+180)*1", 0, 0] + }, + "hair6": { + "rotation": ["math.sin((q.anim_time*90*2)+45)*5", 0, 0] + }, + "hair4": { + "rotation": ["10 + math.sin((q.anim_time*90*2)+180)*5", 0, 0] + }, + "hair5": { + "rotation": ["5 +math.sin((q.anim_time*90*2)+135)*5", 0, 0] + }, + "shoulder_l": { + "rotation": { + "0.0": [10, 0, 0], + "0.25": [-25, 0, 0], + "0.5": [10, 0, 0], + "0.8333": [30, 0, 0], + "1.0": [10, 0, 0], + "1.25": [-25, 0, 0], + "1.5": [10, 0, 0], + "1.8333": [30, 0, 0], + "2.0": [10, 0, 0], + "2.25": [-25, 0, 0], + "2.5": [10, 0, 0], + "2.8333": [30, 0, 0], + "3.0": [10, 0, 0], + "3.25": [-25, 0, 0], + "3.5": [10, 0, 0], + "3.8333": [30, 0, 0], + "4.0": [10, 0, 0] + } + }, + "forearm_l": { + "rotation": { + "0.0": [-65, 0, 0], + "0.25": [0, 0, 0], + "1.0": [-65, 0, 0], + "1.25": [0, 0, 0], + "2.0": [-65, 0, 0], + "2.25": [0, 0, 0], + "3.0": [-65, 0, 0], + "3.25": [0, 0, 0], + "4.0": [-65, 0, 0] + } + }, + "paw_fl": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [25, 0, 0], + "0.5": [0, 0, 0], + "1.0": [0, 0, 0], + "1.25": [25, 0, 0], + "1.5": [0, 0, 0], + "2.0": [0, 0, 0], + "2.25": [25, 0, 0], + "2.5": [0, 0, 0], + "3.0": [0, 0, 0], + "3.25": [25, 0, 0], + "3.5": [0, 0, 0], + "4.0": [0, 0, 0] + } + }, + "shoulder_r": { + "rotation": { + "0.0": [10, 0, 0], + "0.25": [30, 0, 0], + "0.5": [10, 0, 0], + "0.75": [-25, 0, 0], + "1.0": [10, 0, 0], + "1.25": [30, 0, 0], + "1.5": [10, 0, 0], + "1.75": [-25, 0, 0], + "2.0": [10, 0, 0], + "2.25": [30, 0, 0], + "2.5": [10, 0, 0], + "2.75": [-25, 0, 0], + "3.0": [10, 0, 0], + "3.25": [30, 0, 0], + "3.5": [10, 0, 0], + "3.75": [-25, 0, 0], + "4.0": [10, 0, 0] + } + }, + "forearm_r": { + "rotation": { + "0.0": [-30, 0, 0], + "0.25": [-20, 0, 0], + "0.5": [-65, 0, 0], + "0.75": [0, 0, 0], + "1.0": [-30, 0, 0], + "1.25": [-20, 0, 0], + "1.5": [-65, 0, 0], + "1.75": [0, 0, 0], + "2.0": [-30, 0, 0], + "2.25": [-20, 0, 0], + "2.5": [-65, 0, 0], + "2.75": [0, 0, 0], + "3.0": [-30, 0, 0], + "3.25": [-20, 0, 0], + "3.5": [-65, 0, 0], + "3.75": [0, 0, 0], + "4.0": [-30, 0, 0] + } + }, + "paw_fr": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "0.75": [25, 0, 0], + "1.0": [0, 0, 0], + "1.5": [0, 0, 0], + "1.75": [25, 0, 0], + "2.0": [0, 0, 0], + "2.5": [0, 0, 0], + "2.75": [25, 0, 0], + "3.0": [0, 0, 0], + "3.5": [0, 0, 0], + "3.75": [25, 0, 0], + "4.0": [0, 0, 0] + } + }, + "thigh_r": { + "rotation": { + "0.0": [30, 0, 0], + "0.25": [10, 0, 0], + "0.5": [-45, 0, 0], + "0.75": [10, 0, 0], + "1.0": [30, 0, 0], + "1.25": [10, 0, 0], + "1.5": [-45, 0, 0], + "1.75": [10, 0, 0], + "2.0": [30, 0, 0], + "2.25": [10, 0, 0], + "2.5": [-45, 0, 0], + "2.75": [10, 0, 0], + "3.0": [30, 0, 0], + "3.25": [10, 0, 0], + "3.5": [-45, 0, 0], + "3.75": [10, 0, 0], + "4.0": [30, 0, 0] + } + }, + "knee_r": { + "rotation": { + "0.0": [-15, 0, 0], + "0.25": [5, 0, 0], + "0.5": [20, 0, 0], + "0.75": [5, 0, 0], + "1.0": [-15, 0, 0], + "1.25": [5, 0, 0], + "1.5": [20, 0, 0], + "1.75": [5, 0, 0], + "2.0": [-15, 0, 0], + "2.25": [5, 0, 0], + "2.5": [20, 0, 0], + "2.75": [5, 0, 0], + "3.0": [-15, 0, 0], + "3.25": [5, 0, 0], + "3.5": [20, 0, 0], + "3.75": [5, 0, 0], + "4.0": [-15, 0, 0] + } + }, + "calf_r": { + "rotation": { + "0.0": [25, 0, 0], + "0.25": [-25, 0, 0], + "0.5": [-5, 0, 0], + "0.75": [-10, 0, 0], + "1.0": [25, 0, 0], + "1.25": [-25, 0, 0], + "1.5": [-5, 0, 0], + "1.75": [-10, 0, 0], + "2.0": [25, 0, 0], + "2.25": [-25, 0, 0], + "2.5": [-5, 0, 0], + "2.75": [-10, 0, 0], + "3.0": [25, 0, 0], + "3.25": [-25, 0, 0], + "3.5": [-5, 0, 0], + "3.75": [-10, 0, 0], + "4.0": [25, 0, 0] + } + }, + "thigh_l": { + "rotation": { + "0.0": [-45, 0, 0], + "0.25": [10, 0, 0], + "0.5": [30, 0, 0], + "0.75": [10, 0, 0], + "1.0": [-45, 0, 0], + "1.25": [10, 0, 0], + "1.5": [30, 0, 0], + "1.75": [10, 0, 0], + "2.0": [-45, 0, 0], + "2.25": [10, 0, 0], + "2.5": [30, 0, 0], + "2.75": [10, 0, 0], + "3.0": [-45, 0, 0], + "3.25": [10, 0, 0], + "3.5": [30, 0, 0], + "3.75": [10, 0, 0], + "4.0": [-45, 0, 0] + } + }, + "knee_l": { + "rotation": { + "0.0": [20, 0, 0], + "0.25": [5, 0, 0], + "0.5": [-15, 0, 0], + "0.75": [5, 0, 0], + "1.0": [20, 0, 0], + "1.25": [5, 0, 0], + "1.5": [-15, 0, 0], + "1.75": [5, 0, 0], + "2.0": [20, 0, 0], + "2.25": [5, 0, 0], + "2.5": [-15, 0, 0], + "2.75": [5, 0, 0], + "3.0": [20, 0, 0], + "3.25": [5, 0, 0], + "3.5": [-15, 0, 0], + "3.75": [5, 0, 0], + "4.0": [20, 0, 0] + } + }, + "calf_l": { + "rotation": { + "0.0": [-5, 0, 0], + "0.25": [-10, 0, 0], + "0.5": [25, 0, 0], + "0.75": [-25, 0, 0], + "1.0": [-5, 0, 0], + "1.25": [-10, 0, 0], + "1.5": [25, 0, 0], + "1.75": [-25, 0, 0], + "2.0": [-5, 0, 0], + "2.25": [-10, 0, 0], + "2.5": [25, 0, 0], + "2.75": [-25, 0, 0], + "3.0": [-5, 0, 0], + "3.25": [-10, 0, 0], + "3.5": [25, 0, 0], + "3.75": [-25, 0, 0], + "4.0": [-5, 0, 0] + } + }, + "tail": { + "rotation": [-20, "math.sin((q.anim_time*90*4)+180)*10", 0] + }, + "tail_seg2": { + "rotation": [35, 0, 0] + }, + "tail_seg3": { + "rotation": [35, "math.sin((q.anim_time*90*4)+180)*10", 0] + }, + "tail_seg4": { + "rotation": [-25, 0, 0] + }, + "tail_seg_end": { + "rotation": [-20, "math.sin((q.anim_time*90*4)+180)*5", 0] + } + } + }, + "blink": { + "animation_length": 0.1667, + "bones": { + "eye_r": { + "position": { + "0.0": [0, 0, 0.1], + "0.125": [0, 0, 0.1], + "0.1667": [0, 0, 0] + } + }, + "eye_r_closed": { + "position": { + "0.0": [-0.12, 0, 0], + "0.125": [-0.12, 0, 0], + "0.1667": [0, 0, 0] + } + }, + "eye_l": { + "position": { + "0.0": [0, 0, 0.1], + "0.125": [0, 0, 0.1], + "0.1667": [0, 0, 0] + } + }, + "eye_l_closed": { + "position": { + "0.0": [0.12, 0, 0], + "0.125": [0.12, 0, 0], + "0.1667": [0, 0, 0] + } + } + } + }, + "cry": { + "animation_length": 3, + "bones": { + "mouth": { + "position": { + "0.1667": [0, 0, 0], + "0.2083": { + "pre": [0, 0, 0], + "post": [0, -0.1, -0.1] + }, + "0.75": { + "pre": [0, -0.1, -0.1], + "post": [0, -0.1, -0.1] + }, + "0.7917": { + "pre": [0, -0.1, -0.1], + "post": [0, 0, 0] + } + } + }, + "torso": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [5, 0, 0], + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [3, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [10.44, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-10.83, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-2.9, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-8.71, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + }, + "sound_effects": { + "0.2083": { + "effect": "pokemon.squirtle.cry" + } + } + }, + "animation.pyroar_m.ground_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "tail_seg5": { + "rotation": ["-35 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "tail_seg6": { + "rotation": ["-30 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "body": { + "rotation": ["math.sin((q.anim_time*90)+90)/3", 0, 0] + }, + "neck": { + "rotation": ["math.sin((q.anim_time*90)+90)*2", 0, 0] + }, + "head": { + "rotation": ["-math.sin((q.anim_time*90)+90)*1", 0, 0] + }, + "tail": { + "rotation": [20, "math.sin((q.anim_time*90)+180)*5", "math.sin((q.anim_time*90)+180)*5"] + }, + "tail_seg2": { + "rotation": [35, 0, 0] + }, + "tail_seg3": { + "rotation": [45, 0, 0] + }, + "tail_seg4": { + "rotation": ["-40 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "tail_seg_end": { + "rotation": ["-25 + math.sin((q.anim_time*90)+180)*5", 0, 0] + } + } + }, + "animation.pyroar_m.battle_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "tail_seg5": { + "rotation": ["-35 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "tail_seg6": { + "rotation": ["-30 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "hair10": { + "rotation": ["5+math.sin((q.anim_time*90*2)+90)*5", 0, 0] + }, + "hair7": { + "rotation": ["-15 + math.sin((q.anim_time*90*2)+0)*5", 0, 0] + }, + "hair8": { + "rotation": ["math.sin((q.anim_time*90*2)+320)*3", 0, 0] + }, + "hair9": { + "rotation": ["-20+math.sin((q.anim_time*90*2)+275)*5", 0, 0] + }, + "hair11": { + "rotation": ["math.sin((q.anim_time*90*2)+230)*5", 0, 0] + }, + "body": { + "rotation": ["math.sin((q.anim_time*90)+90)/3", 0, 0], + "position": [0, -1, 0] + }, + "neck": { + "rotation": ["27.5+math.sin((q.anim_time*90)+90)*2", 0, 0] + }, + "head": { + "rotation": ["-22.5-math.sin((q.anim_time*90)+90)*1", 0, 0] + }, + "shoulder_l": { + "rotation": [10, 0, -5] + }, + "forearm_l": { + "rotation": [-10, 0, 0] + }, + "shoulder_r": { + "rotation": [10, 0, 5] + }, + "forearm_r": { + "rotation": [-10, 0, 0] + }, + "thigh_r": { + "rotation": [-5, 0, 5] + }, + "knee_r": { + "rotation": [10, 0, 0] + }, + "calf_r": { + "rotation": [-5, 0, 0] + }, + "thigh_l": { + "rotation": [-5, 0, -5] + }, + "knee_l": { + "rotation": [10, 0, 0] + }, + "calf_l": { + "rotation": [-5, 0, 0] + }, + "tail": { + "rotation": { + "0.0": [-60, "math.sin((q.anim_time*90)+180)*5", "math.sin((q.anim_time*90)+180)*5"], + "1.9167": [-60, "math.sin((q.anim_time*90)+180)*5", "math.sin((q.anim_time*90)+180)*5"] + } + }, + "tail_seg2": { + "rotation": [35, 0, 0] + }, + "tail_seg3": { + "rotation": [35, 0, 0] + }, + "tail_seg4": { + "rotation": ["-30 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "tail_seg_end": { + "rotation": ["-25 + math.sin((q.anim_time*90)+180)*5", 0, 0] + } + } + }, + "animation.pyroar_m.ground_walk": { + "loop": true, + "animation_length": 4, + "bones": { + "tail_seg5": { + "rotation": [-35, 0, 0] + }, + "tail_seg6": { + "rotation": [-25, 0, 0] + }, + "hair10": { + "rotation": ["5+math.sin((q.anim_time*90*2)+90)*5", 0, 0] + }, + "hair7": { + "rotation": ["-15 + math.sin((q.anim_time*90*2)+0)*5", 0, 0] + }, + "hair8": { + "rotation": ["math.sin((q.anim_time*90*2)+320)*3", 0, 0] + }, + "hair9": { + "rotation": ["-20+math.sin((q.anim_time*90*2)+275)*5", 0, 0] + }, + "hair11": { + "rotation": ["math.sin((q.anim_time*90*2)+230)*5", 0, 0] + }, + "body": { + "rotation": { + "0.0": [0, 2.5, 0], + "0.5": [0, -2.5, 0], + "1.0": [0, 2.5, 0], + "1.5": [0, -2.5, 0], + "2.0": [0, 2.5, 0], + "2.5": [0, -2.5, 0], + "3.0": [0, 2.5, 0], + "3.5": [0, -2.5, 0], + "4.0": [0, 2.5, 0] + }, + "position": { + "0.0": [0, -1, 0], + "0.25": [0, -1.25, 0], + "0.5": [0, -1, 0], + "0.75": [0, -1.25, 0], + "1.0": [0, -1, 0], + "1.25": [0, -1.25, 0], + "1.5": [0, -1, 0], + "1.75": [0, -1.25, 0], + "2.0": [0, -1, 0], + "2.25": [0, -1.25, 0], + "2.5": [0, -1, 0], + "2.75": [0, -1.25, 0], + "3.0": [0, -1, 0], + "3.25": [0, -1.25, 0], + "3.5": [0, -1, 0], + "3.75": [0, -1.25, 0], + "4.0": [0, -1, 0] + } + }, + "neck": { + "rotation": [30, 0, 0] + }, + "head": { + "rotation": [-30, 0, 0] + }, + "shoulder_l": { + "rotation": { + "0.0": [10, 0, 0], + "0.25": [-25, 0, 0], + "0.5": [10, 0, 0], + "0.8333": [30, 0, 0], + "1.0": [10, 0, 0], + "1.25": [-25, 0, 0], + "1.5": [10, 0, 0], + "1.8333": [30, 0, 0], + "2.0": [10, 0, 0], + "2.25": [-25, 0, 0], + "2.5": [10, 0, 0], + "2.8333": [30, 0, 0], + "3.0": [10, 0, 0], + "3.25": [-25, 0, 0], + "3.5": [10, 0, 0], + "3.8333": [30, 0, 0], + "4.0": [10, 0, 0] + } + }, + "forearm_l": { + "rotation": { + "0.0": [-65, 0, 0], + "0.25": [0, 0, 0], + "1.0": [-65, 0, 0], + "1.25": [0, 0, 0], + "2.0": [-65, 0, 0], + "2.25": [0, 0, 0], + "3.0": [-65, 0, 0], + "3.25": [0, 0, 0], + "4.0": [-65, 0, 0] + } + }, + "paw_fl": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [25, 0, 0], + "0.5": [0, 0, 0], + "1.0": [0, 0, 0], + "1.25": [25, 0, 0], + "1.5": [0, 0, 0], + "2.0": [0, 0, 0], + "2.25": [25, 0, 0], + "2.5": [0, 0, 0], + "3.0": [0, 0, 0], + "3.25": [25, 0, 0], + "3.5": [0, 0, 0], + "4.0": [0, 0, 0] + } + }, + "shoulder_r": { + "rotation": { + "0.0": [10, 0, 0], + "0.25": [30, 0, 0], + "0.5": [10, 0, 0], + "0.75": [-25, 0, 0], + "1.0": [10, 0, 0], + "1.25": [30, 0, 0], + "1.5": [10, 0, 0], + "1.75": [-25, 0, 0], + "2.0": [10, 0, 0], + "2.25": [30, 0, 0], + "2.5": [10, 0, 0], + "2.75": [-25, 0, 0], + "3.0": [10, 0, 0], + "3.25": [30, 0, 0], + "3.5": [10, 0, 0], + "3.75": [-25, 0, 0], + "4.0": [10, 0, 0] + } + }, + "forearm_r": { + "rotation": { + "0.0": [-30, 0, 0], + "0.25": [-20, 0, 0], + "0.5": [-65, 0, 0], + "0.75": [0, 0, 0], + "1.0": [-30, 0, 0], + "1.25": [-20, 0, 0], + "1.5": [-65, 0, 0], + "1.75": [0, 0, 0], + "2.0": [-30, 0, 0], + "2.25": [-20, 0, 0], + "2.5": [-65, 0, 0], + "2.75": [0, 0, 0], + "3.0": [-30, 0, 0], + "3.25": [-20, 0, 0], + "3.5": [-65, 0, 0], + "3.75": [0, 0, 0], + "4.0": [-30, 0, 0] + } + }, + "paw_fr": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "0.75": [25, 0, 0], + "1.0": [0, 0, 0], + "1.5": [0, 0, 0], + "1.75": [25, 0, 0], + "2.0": [0, 0, 0], + "2.5": [0, 0, 0], + "2.75": [25, 0, 0], + "3.0": [0, 0, 0], + "3.5": [0, 0, 0], + "3.75": [25, 0, 0], + "4.0": [0, 0, 0] + } + }, + "thigh_r": { + "rotation": { + "0.0": [30, 0, 0], + "0.25": [10, 0, 0], + "0.5": [-45, 0, 0], + "0.75": [10, 0, 0], + "1.0": [30, 0, 0], + "1.25": [10, 0, 0], + "1.5": [-45, 0, 0], + "1.75": [10, 0, 0], + "2.0": [30, 0, 0], + "2.25": [10, 0, 0], + "2.5": [-45, 0, 0], + "2.75": [10, 0, 0], + "3.0": [30, 0, 0], + "3.25": [10, 0, 0], + "3.5": [-45, 0, 0], + "3.75": [10, 0, 0], + "4.0": [30, 0, 0] + } + }, + "knee_r": { + "rotation": { + "0.0": [-15, 0, 0], + "0.25": [5, 0, 0], + "0.5": [20, 0, 0], + "0.75": [5, 0, 0], + "1.0": [-15, 0, 0], + "1.25": [5, 0, 0], + "1.5": [20, 0, 0], + "1.75": [5, 0, 0], + "2.0": [-15, 0, 0], + "2.25": [5, 0, 0], + "2.5": [20, 0, 0], + "2.75": [5, 0, 0], + "3.0": [-15, 0, 0], + "3.25": [5, 0, 0], + "3.5": [20, 0, 0], + "3.75": [5, 0, 0], + "4.0": [-15, 0, 0] + } + }, + "calf_r": { + "rotation": { + "0.0": [25, 0, 0], + "0.25": [-25, 0, 0], + "0.5": [-5, 0, 0], + "0.75": [-10, 0, 0], + "1.0": [25, 0, 0], + "1.25": [-25, 0, 0], + "1.5": [-5, 0, 0], + "1.75": [-10, 0, 0], + "2.0": [25, 0, 0], + "2.25": [-25, 0, 0], + "2.5": [-5, 0, 0], + "2.75": [-10, 0, 0], + "3.0": [25, 0, 0], + "3.25": [-25, 0, 0], + "3.5": [-5, 0, 0], + "3.75": [-10, 0, 0], + "4.0": [25, 0, 0] + } + }, + "thigh_l": { + "rotation": { + "0.0": [-45, 0, 0], + "0.25": [10, 0, 0], + "0.5": [30, 0, 0], + "0.75": [10, 0, 0], + "1.0": [-45, 0, 0], + "1.25": [10, 0, 0], + "1.5": [30, 0, 0], + "1.75": [10, 0, 0], + "2.0": [-45, 0, 0], + "2.25": [10, 0, 0], + "2.5": [30, 0, 0], + "2.75": [10, 0, 0], + "3.0": [-45, 0, 0], + "3.25": [10, 0, 0], + "3.5": [30, 0, 0], + "3.75": [10, 0, 0], + "4.0": [-45, 0, 0] + } + }, + "knee_l": { + "rotation": { + "0.0": [20, 0, 0], + "0.25": [5, 0, 0], + "0.5": [-15, 0, 0], + "0.75": [5, 0, 0], + "1.0": [20, 0, 0], + "1.25": [5, 0, 0], + "1.5": [-15, 0, 0], + "1.75": [5, 0, 0], + "2.0": [20, 0, 0], + "2.25": [5, 0, 0], + "2.5": [-15, 0, 0], + "2.75": [5, 0, 0], + "3.0": [20, 0, 0], + "3.25": [5, 0, 0], + "3.5": [-15, 0, 0], + "3.75": [5, 0, 0], + "4.0": [20, 0, 0] + } + }, + "calf_l": { + "rotation": { + "0.0": [-5, 0, 0], + "0.25": [-10, 0, 0], + "0.5": [25, 0, 0], + "0.75": [-25, 0, 0], + "1.0": [-5, 0, 0], + "1.25": [-10, 0, 0], + "1.5": [25, 0, 0], + "1.75": [-25, 0, 0], + "2.0": [-5, 0, 0], + "2.25": [-10, 0, 0], + "2.5": [25, 0, 0], + "2.75": [-25, 0, 0], + "3.0": [-5, 0, 0], + "3.25": [-10, 0, 0], + "3.5": [25, 0, 0], + "3.75": [-25, 0, 0], + "4.0": [-5, 0, 0] + } + }, + "tail": { + "rotation": [-20, "math.sin((q.anim_time*90*4)+180)*10", 0] + }, + "tail_seg2": { + "rotation": [35, 0, 0] + }, + "tail_seg3": { + "rotation": [35, "math.sin((q.anim_time*90*4)+180)*10", 0] + }, + "tail_seg4": { + "rotation": [-25, 0, 0] + }, + "tail_seg_end": { + "rotation": [-20, "math.sin((q.anim_time*90*4)+180)*5", 0] + } + } + }, + "animation.pyroar_m.faint": { + "loop": true, + "animation_length": 3.5, + "bones": { + "tail_seg5": { + "rotation": [0, 0, 10] + }, + "tail_seg6": { + "rotation": [-10, 0, 10] + }, + "hair7": { + "rotation": { + "0.5": [0, 0, 0], + "1.5": [-25, 0, 0] + } + }, + "hair9": { + "rotation": { + "0.5": [0, 0, 0], + "1.5": [-15, 0, 0] + } + }, + "body": { + "rotation": { + "0.5": [0, 0, 0], + "1.5": [5, 0, 0] + }, + "position": { + "0.5": [0, 0, 0], + "1.5": [0, -11, 0] + } + }, + "neck": { + "rotation": { + "0.5": [0, 0, 0], + "1.5": [70, 0, 0] + }, + "position": { + "0.5": [0, 0, 0], + "1.5": [0, -2, 2] + } + }, + "head": { + "rotation": { + "0.5": [0, 0, 0], + "1.5": [-37.5, 0, 0] + } + }, + "eye_r": { + "position": { + "0.0": [0, 0, 0], + "0.3333": [0, 0, 0], + "0.375": [0, 0, 0.5] + } + }, + "eye_r_closed": { + "position": { + "0.0": [0, 0, 0], + "0.3333": [0, 0, 0], + "0.375": [-0.52, 0, 0] + } + }, + "eye_l": { + "position": { + "0.0": [0, 0, 0], + "0.3333": [0, 0, 0], + "0.375": [0, 0, 0.5] + } + }, + "eye_l_closed": { + "position": { + "0.0": [0, 0, 0], + "0.3333": [0, 0, 0], + "0.375": [0.52, 0, 0] + } + }, + "hair": { + "rotation": { + "0.5": [0, 0, 0], + "1.5": [-15, 0, 0] + } + }, + "shoulder_l": { + "rotation": { + "0.5": [0, 0, 0], + "1.5": [-75, -5, 0] + } + }, + "forearm_l": { + "rotation": { + "0.5": [0, 0, 0], + "1.5": [-5, 0, 0] + } + }, + "paw_fl": { + "rotation": { + "0.5": [0, 0, 0], + "1.5": [0, 0, 0] + } + }, + "shoulder_r": { + "rotation": { + "0.5": [0, 0, 0], + "1.5": [-75, 5, 0] + } + }, + "forearm_r": { + "rotation": { + "0.5": [0, 0, 0], + "1.5": [-5, 0, 0] + } + }, + "paw_fr": { + "rotation": { + "0.5": [0, 0, 0], + "1.5": [0, 0, 0] + } + }, + "thigh_r": { + "rotation": { + "0.5": [0, 0, 0], + "1.5": [80, 0, 0] + } + }, + "knee_r": { + "rotation": [0, 0, 0] + }, + "calf_r": { + "rotation": [0, 0, 0] + }, + "thigh_l": { + "rotation": { + "0.5": [0, 0, 0], + "1.5": [80, 0, 0] + } + }, + "knee_l": { + "rotation": [0, 0, 0] + }, + "calf_l": { + "rotation": [0, 0, 0] + }, + "tail": { + "rotation": [-25, 0, 0] + }, + "tail_seg2": { + "rotation": [7.5, 0, 0] + }, + "tail_seg3": { + "rotation": [7.5, 0, 0] + }, + "tail_seg4": { + "rotation": [17.5, 0, 0] + } + } + }, + "animation.pyroar_m.sleep": { + "loop": true, + "bones": { + "tail_seg5": { + "rotation": [0, 0, 10] + }, + "tail_seg6": { + "rotation": [-10, 0, 10] + }, + "body": { + "rotation": [0, 0, 90], + "position": [-13, 6, 0] + }, + "neck": { + "rotation": [80, 10, 0], + "position": [0, -2, 2] + }, + "head": { + "rotation": [-52.5, 15, -15] + }, + "eye_r": { + "position": [0, 0, 0.5] + }, + "eye_r_closed": { + "position": [-0.52, 0, 0] + }, + "eye_l": { + "position": [0, 0, 0.5] + }, + "eye_l_closed": { + "position": [0.52, 0, 0] + }, + "shoulder_l": { + "rotation": [15, 0, 0] + }, + "forearm_l": { + "rotation": [-5, 0, 0] + }, + "paw_fl": { + "rotation": [10, 0, 0] + }, + "shoulder_r": { + "rotation": [35, 0, -27.5] + }, + "forearm_r": { + "rotation": [-5, 0, 0] + }, + "paw_fr": { + "rotation": [17.5, 0, 0] + }, + "thigh_r": { + "rotation": [15, 0, -32.5] + }, + "knee_r": { + "rotation": [0, 0, 0] + }, + "calf_r": { + "rotation": [0, 0, 0] + }, + "paw_br": { + "rotation": [20, 0, 0] + }, + "thigh_l": { + "rotation": [57.5, 0, 0] + }, + "knee_l": { + "rotation": [0, 0, 0] + }, + "calf_l": { + "rotation": [0, 0, 0] + }, + "paw_bl": { + "rotation": [27.5, 0, 0] + }, + "tail": { + "rotation": [-25, 10, 0] + }, + "tail_seg2": { + "rotation": [10, 15, 0] + }, + "tail_seg3": { + "rotation": [0, 5, 0] + }, + "tail_seg4": { + "rotation": [20, -30, 0] + }, + "tail_seg_end": { + "rotation": [10, 0, 0] + } + } + }, + "animation.pyroar_m.blink": { + "animation_length": 0.1667, + "bones": { + "eye_r": { + "position": { + "0.0": [0, 0, 0.1], + "0.125": [0, 0, 0.1], + "0.1667": [0, 0, 0] + } + }, + "eye_r_closed": { + "position": { + "0.0": [-0.12, 0, 0], + "0.125": [-0.12, 0, 0], + "0.1667": [0, 0, 0] + } + }, + "eye_l": { + "position": { + "0.0": [0, 0, 0.1], + "0.125": [0, 0, 0.1], + "0.1667": [0, 0, 0] + } + }, + "eye_l_closed": { + "position": { + "0.0": [0.12, 0, 0], + "0.125": [0.12, 0, 0], + "0.1667": [0, 0, 0] + } + } + } + }, + "animation.pyroar_m.cry": { + "animation_length": 3, + "bones": { + "mouth": { + "position": { + "0.1667": [0, 0, 0], + "0.2083": { + "pre": [0, 0, 0], + "post": [0, -0.1, -0.1] + }, + "0.75": { + "pre": [0, -0.1, -0.1], + "post": [0, -0.1, -0.1] + }, + "0.7917": { + "pre": [0, -0.1, -0.1], + "post": [0, 0, 0] + } + } + }, + "torso": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [5, 0, 0], + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [3, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [10.44, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-10.83, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-2.9, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-8.71, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + }, + "sound_effects": { + "0.2083": { + "effect": "pokemon.squirtle.cry" + } + } + }, + "animation.pyroar_m.recoil": { + "animation_length": 1.5, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 1, 0], + "post": [-8, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-2.9, 1.5, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-0.3, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [7.5, 0, 0], + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-2.9, 1.5, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-0.3, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "eye_r": { + "position": { + "0.0": [0, 0, 0.25], + "0.25": { + "pre": [0, 0, 0.25], + "post": [0, 0, 0.25] + }, + "0.2917": { + "pre": [0, 0, 0.25], + "post": [0, 0, 0] + } + } + }, + "eye_r_closed": { + "position": { + "0.0": [-0.27, 0, 0], + "0.25": { + "pre": [-0.27, 0, 0], + "post": [-0.27, 0, 0] + }, + "0.2917": { + "pre": [-0.27, 0, 0], + "post": [0, 0, 0] + } + } + }, + "eye_l": { + "position": { + "0.0": [0, 0, 0.25], + "0.25": { + "pre": [0, 0, 0.25], + "post": [0, 0, 0.25] + }, + "0.2917": { + "pre": [0, 0, 0.25], + "post": [0, 0, 0] + } + } + }, + "eye_l_closed": { + "position": { + "0.0": [0.27, 0, 0], + "0.25": { + "pre": [0.27, 0, 0], + "post": [0.27, 0, 0] + }, + "0.2917": { + "pre": [0.27, 0, 0], + "post": [0, 0, 0] + } + } + }, + "shoulder_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-3, -2.5, 0], + "post": [-3, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "forearm_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "paw_fl": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [12, 0, 0], + "post": [12, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "shoulder_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-3, 2.5, 0], + "post": [-3, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "forearm_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "paw_fr": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [12, 0, 0], + "post": [12, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "thigh_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "knee_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [15.5, 0, 0], + "post": [15.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-1.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "calf_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "paw_br": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [8, 0, 0], + "post": [8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "thigh_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "knee_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [15.5, 0, 0], + "post": [15.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-1.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "calf_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "paw_bl": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [8, 0, 0], + "post": [8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + } + } + }, + "animation.pyroar_m.physical": { + "animation_length": 1, + "bones": { + "hair10": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.2917": [5, 0, 0], + "0.3333": [15, 0, 0], + "0.375": [20, 0, 0], + "0.4167": [22.5, 0, 0], + "0.4583": [17.5, 0, 0], + "0.5": [12.5, 0, 0], + "0.5417": [7.5, 0, 0] + } + }, + "hair7": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-7.5, 0, 0], + "0.4583": [-17.5, 0, 0], + "0.5417": [-17.5, 0, 0] + } + }, + "hair8": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [2.5, 0, 0], + "0.2917": [-5, 0, 0], + "0.3333": [-15, 0, 0] + } + }, + "hair9": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-10, 0, 0], + "0.4583": [-17.5, 0, 0] + } + }, + "hair11": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-10, 0, 0] + } + }, + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [12.5, 0, 0], + "0.2917": [-10, 0, 0], + "0.375": [-5, 0, 0], + "0.4583": [7.5, 0, 0], + "0.5417": [27.5, 0, 0], + "0.5833": [12.5, 0, 0], + "0.6667": [12.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, -4, 6], + "0.2917": [0, -1, 0], + "0.375": [0, 1, -10], + "0.4583": [0, 2, -19], + "0.5417": [0, 0, -25], + "0.5833": [0, -3, -31], + "0.6667": [0, -3, -42] + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [20, 0, 0], + "0.2917": [65, 0, 0], + "0.5": [50, 0, 0], + "0.5417": [60, 0, 0], + "0.5833": [60, 0, 0], + "0.625": [60, 0, 0], + "0.6667": [75, -10, -5], + "0.7083": [45, -10, -20] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.2917": [0, -1, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-22.5, 0, 0], + "0.2917": [-57.5, 0, 0], + "0.5": [-72.5, 0, 0], + "0.5417": [-87.5, 0, 0], + "0.5833": [-80, 0, 0], + "0.625": [-80, 0, 0], + "0.6667": [-70, 0, 0], + "0.7083": [-80, 0, 0] + } + }, + "hair2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [5, 0, 0], + "0.2917": [-2.5, 0, 0], + "0.3333": [-2.5, 0, 0], + "0.6667": [-2.5, 0, 0], + "0.7083": [2.5, 0, 0] + } + }, + "shoulder_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [37.5, 0, 0], + "0.2917": [20, 0, 0], + "0.375": [-15, -7.5, 0], + "0.5": [-10, -7.5, 0], + "0.5417": [12.5, -3.75, 0], + "0.5833": [27.5, 0, 0], + "0.625": [32.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 1, 0] + } + }, + "forearm_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-55, 0, 0], + "0.2917": [-10, 0, 0], + "0.375": [-60, 0, 0], + "0.5": [-60, 0, 0], + "0.5417": [-62.5, 0, 0], + "0.5833": [-55, 0, 0], + "0.6667": [0, 0, 0] + } + }, + "paw_fl": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [2.5, 0, 0], + "0.2917": [10, 0, 0], + "0.375": [17.5, 0, 0], + "0.5": [17.5, 0, 0], + "0.5833": [27.5, 0, 0], + "0.625": [25, 0, 0] + } + }, + "shoulder_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [37.5, 0, 0], + "0.2917": [20, 0, 0], + "0.375": [-10, 7.5, 0], + "0.5": [-10, 7.5, 0], + "0.5417": [12.5, 3.75, 0], + "0.5833": [27.5, 0, 0], + "0.625": [32.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 1, 0] + } + }, + "forearm_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-55, 0, 0], + "0.2917": [-10, 0, 0], + "0.375": [-60, 0, 0], + "0.5": [-60, 0, 0], + "0.5417": [-62.5, 0, 0], + "0.5833": [-55, 0, 0], + "0.6667": [0, 0, 0] + } + }, + "paw_fr": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [2.5, 0, 0], + "0.2917": [10, 0, 0], + "0.375": [17.5, 0, 0], + "0.5": [17.5, 0, 0], + "0.5833": [27.5, 0, 0], + "0.625": [25, 0, 0] + } + }, + "thigh_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-20, 0, 0], + "0.2917": [0, 0, 0], + "0.375": [32.5, 0, 0], + "0.4583": [32.5, 0, 0], + "0.5417": [-20, 10, 0], + "0.5833": [-40, 10, 0], + "0.6667": [15, 10, 0] + } + }, + "knee_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [25, 0, 0], + "0.2917": [20, 0, 0], + "0.375": [5, 0, 0], + "0.4583": [5, 0, 0], + "0.5417": [27.5, 0, 0], + "0.5833": [15, 0, 0] + } + }, + "calf_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-40, 0, 0], + "0.2917": [-32.5, 0, 0], + "0.375": [0, 0, 0], + "0.4583": [0, 0, 0], + "0.5417": [-55, 0, 0], + "0.5833": [-20, 0, 0], + "0.625": [-25, 0, 0], + "0.6667": [-20, 0, 0] + } + }, + "paw_br": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [22.5, 0, 0], + "0.2917": [22.5, 0, 0], + "0.375": [42.5, 0, 0], + "0.4583": [42.5, 0, 0], + "0.5417": [25, 0, 0], + "0.5833": [37.5, 0, 0], + "0.625": [7.5, 0, 0] + } + }, + "thigh_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-20, 0, 0], + "0.2917": [0, 0, 0], + "0.375": [32.5, 0, 0], + "0.4583": [32.5, 0, 0], + "0.5417": [-20, -10, 0], + "0.5833": [-40, -10, 0], + "0.6667": [15, -10, 0] + } + }, + "knee_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [25, 0, 0], + "0.2917": [20, 0, 0], + "0.375": [5, 0, 0], + "0.4583": [5, 0, 0], + "0.5417": [27.5, 0, 0], + "0.5833": [15, 0, 0] + } + }, + "calf_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-40, 0, 0], + "0.2917": [-32.5, 0, 0], + "0.375": [0, 0, 0], + "0.4583": [0, 0, 0], + "0.5417": [-55, 0, 0], + "0.5833": [-20, 0, 0], + "0.625": [-25, 0, 0], + "0.6667": [-20, 0, 0] + } + }, + "paw_bl": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [22.5, 0, 0], + "0.2917": [22.5, 0, 0], + "0.375": [42.5, 0, 0], + "0.4583": [42.5, 0, 0], + "0.5417": [25, 0, 0], + "0.5833": [37.5, 0, 0], + "0.625": [7.5, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [-10, 0, 0], + "0.25": [12.5, 0, 0], + "0.5833": [57.5, 0, 0], + "0.625": [80, 0, 0], + "0.6667": [100, 0, 0], + "0.75": [57.5, 0, 0] + } + }, + "tail_seg2": { + "rotation": { + "0.0": [10, 0, 0], + "0.25": [30, 0, 0], + "0.5833": [43.33, 0, 0], + "0.625": [50, 0, 0], + "0.6667": [50, 0, 0], + "0.75": [43.33, 0, 0] + } + }, + "tail_seg3": { + "rotation": { + "0.0": [10, 0, 0], + "0.25": [30, 0, 0], + "0.5833": [25, 0, 0], + "0.625": [22.5, 0, 0], + "0.6667": [30, 0, 0], + "0.75": [25, 0, 0] + } + }, + "tail_seg4": { + "rotation": { + "0.0": [10, 0, 0], + "0.25": [30, 0, 0], + "0.5833": [16.67, 0, 0], + "0.625": [10, 0, 0], + "0.6667": [0, 0, 0], + "0.75": [16.67, 0, 0] + } + }, + "tail_seg_end": { + "rotation": { + "0.0": [10, 0, 0], + "0.25": [20, 0, 0], + "0.5833": [6.67, 0, 0], + "0.625": [0, 0, 0], + "0.6667": [0, 0, 0], + "0.75": [6.67, 0, 0] + } + } + } + }, + "animation.pyroar_m.special": { + "animation_length": 3, + "bones": { + "hair10": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.2917": [5, 0, 0], + "0.3333": ["5+math.sin((q.anim_time*90*2)+90)*5", 0, 0] + } + }, + "hair7": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-7.5, 0, 0], + "0.3333": ["-15 + math.sin((q.anim_time*90*8)+0)*5", 0, 0] + } + }, + "hair8": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [2.5, 0, 0], + "0.2917": [-5, 0, 0], + "0.3333": ["-15 + math.sin((q.anim_time*90*8)+315)*5", 0, 0] + } + }, + "hair9": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-10, 0, 0], + "0.3333": ["-20+math.sin((q.anim_time*90*8)+270)*5", 0, 0] + } + }, + "hair11": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-10, 0, 0], + "0.3333": ["math.sin((q.anim_time*90*8)+225)*5", 0, 0] + } + }, + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [12.5, 0, 0], + "0.3333": [-17.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, -4, 6], + "0.2917": [0, -3, -0.5], + "0.3333": [0, "-2+0.1*math.sin(q.anim_time*90*45)", -7] + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [20, 0, 0], + "0.3333": [65, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.3333": [0, -1, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-22.5, 0, 0], + "0.3333": [-57.5, 0, 0] + } + }, + "shoulder_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [37.5, 0, 0], + "0.2917": [42.5, 0, 0], + "0.3333": [32.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 1, 0], + "0.3333": [0, 0, 0] + } + }, + "forearm_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-55, 0, 0], + "0.2917": [-45, 0, 0], + "0.3333": [0, 0, 0] + } + }, + "paw_fl": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [2.5, 0, 0], + "0.3333": [-7.5, 0, 0] + } + }, + "shoulder_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [37.5, 0, 0], + "0.2917": [42.5, 0, 0], + "0.3333": [32.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 1, 0], + "0.3333": [0, 0, 0] + } + }, + "forearm_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-55, 0, 0], + "0.2917": [-45, 0, 0], + "0.3333": [0, 0, 0] + } + }, + "paw_fr": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [2.5, 0, 0], + "0.3333": [-7.5, 0, 0] + } + }, + "thigh_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-20, 0, 0], + "0.3333": [27.5, 0, 0] + } + }, + "knee_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [25, 0, 0], + "0.3333": [35, 0, 0] + } + }, + "calf_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-40, 0, 0], + "0.3333": [-27.5, 0, 0] + } + }, + "paw_br": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [22.5, 0, 0], + "0.3333": [-15, 0, 0] + } + }, + "thigh_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-20, 0, 0], + "0.3333": [27.5, 0, 0] + } + }, + "knee_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [25, 0, 0], + "0.3333": [35, 0, 0] + } + }, + "calf_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-40, 0, 0], + "0.3333": [-27.5, 0, 0] + } + }, + "paw_bl": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [22.5, 0, 0], + "0.3333": [-15, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [-50, 0, 0], + "0.25": [-20, 0, 0], + "0.3333": [-10, 0, 0] + } + }, + "tail_seg2": { + "rotation": [12.5, 0, 0] + }, + "tail_seg3": { + "rotation": [10, 0, 0] + }, + "tail_seg4": { + "rotation": [12.5, 0, 0] + }, + "tail_seg_end": { + "rotation": [-17.5, 0, 0] + }, + "tongue": { + "rotation": { + "0.25": [0, 0, 0], + "0.3333": ["math.sin((q.anim_time*90*12)+180)*5", 0, 0], + "2.75": ["math.sin((q.anim_time*90*12)+180)*5", 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "0.25": [0, 0, 0], + "0.3333": [0, 0, -4], + "2.75": [0, 0, -4], + "3.0": [0, 0, 0] + } + } + }, + "particle_effects": { + "0.3333": { + "effect": "fire_beam", + "locator": "fire" + } + } + }, + "animation.pyroar_m.status": { + "animation_length": 3, + "bones": { + "tail_seg5": { + "rotation": ["-35 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "tail_seg6": { + "rotation": ["-30 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "hair10": { + "rotation": ["5+math.sin((q.anim_time*90*2)+90)*5", 0, 0] + }, + "hair7": { + "rotation": ["-15 + math.sin((q.anim_time*90*2)+0)*5", 0, 0] + }, + "hair8": { + "rotation": ["math.sin((q.anim_time*90*2)+320)*3", 0, 0] + }, + "hair9": { + "rotation": ["-20+math.sin((q.anim_time*90*2)+275)*5", 0, 0] + }, + "hair11": { + "rotation": ["math.sin((q.anim_time*90*2)+230)*5", 0, 0] + }, + "body": { + "rotation": { + "0.0": ["math.sin((q.anim_time*90)+90)/3", 0, 0], + "0.25": ["-42.5+math.sin((q.anim_time*90)+90)/3", 0, 0], + "2.75": ["-42.5+math.sin((q.anim_time*90)+90)/3", 0, 0], + "3.0": ["math.sin((q.anim_time*90)+90)/3", 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, -2, 0], + "2.75": [0, -2, 0], + "3.0": [0, 0, 0] + } + }, + "neck": { + "rotation": { + "0.0": ["math.sin((q.anim_time*90)+90)*2", 0, 0], + "0.25": ["50+math.sin((q.anim_time*90)+90)*2", 0, 0], + "0.5": ["80+math.sin((q.anim_time*90)+90)*2", 0, 0], + "0.8333": ["80+math.sin((q.anim_time*90)+90)*2", 0, 0], + "1.0": ["97.5+math.sin((q.anim_time*90)+90)*2", 0, 0], + "1.2083": ["102.5+math.sin((q.anim_time*90)+90)*2", 0, 0], + "1.4167": ["97.5+math.sin((q.anim_time*90)+90)*2", 0, 0], + "1.6667": ["102.5+math.sin((q.anim_time*90)+90)*2", 0, 0], + "1.9167": ["97.5+math.sin((q.anim_time*90)+90)*2", 0, 0], + "2.125": ["102.5+math.sin((q.anim_time*90)+90)*2", 0, 0], + "2.375": ["97.5+math.sin((q.anim_time*90)+90)*2", 0, 0], + "2.7083": ["80+math.sin((q.anim_time*90)+90)*2", 0, 0], + "2.75": ["80+math.sin((q.anim_time*90)+90)*2", 0, 0], + "3.0": ["math.sin((q.anim_time*90)+90)*2", 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, -1, 0], + "0.5": [0, -2, 0], + "2.75": [0, -2, 0], + "3.0": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": ["-math.sin((q.anim_time*90)+90)*1", 0, 0], + "0.5": ["-math.sin((q.anim_time*90)+90)*1", 0, 0], + "0.6667": ["10-math.sin((q.anim_time*90)+90)*1", 7.5, 0], + "0.8333": ["-25-math.sin((q.anim_time*90)+90)*1", 7.5, 0], + "1.0": ["5-math.sin((q.anim_time*90)+90)*1", 7.5, 0], + "2.2083": ["5-math.sin((q.anim_time*90)+90)*1", 7.5, 0], + "2.25": ["5-math.sin((q.anim_time*90)+90)*1", 0, 0], + "2.375": ["10-math.sin((q.anim_time*90)+90)*1", 7.5, 0], + "2.5417": ["-25-math.sin((q.anim_time*90)+90)*1", 7.5, 0], + "2.7083": ["-math.sin((q.anim_time*90)+90)*1", 0, 0], + "2.75": ["-math.sin((q.anim_time*90)+90)*1", 0, 0], + "3.0": ["-math.sin((q.anim_time*90)+90)*1", 0, 0] + } + }, + "tongue": { + "rotation": { + "0.5833": [0, 0, 0], + "0.6667": [50, 0, 0], + "0.8333": [50, 0, 0], + "0.9167": [0, 0, 0], + "2.2917": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + }, + "2.375": [50, 0, 0], + "2.5417": [50, 0, 0], + "2.625": [0, 0, 0] + }, + "position": { + "0.5833": [0, 0, 0], + "0.6667": [0, 0, -4], + "0.8333": [0, 0, -4], + "0.9167": [0, 0, 0], + "2.2917": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + }, + "2.375": [0, 0, -4], + "2.5417": [0, 0, -4], + "2.625": [0, 0, 0] + } + }, + "shoulder_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [37.5, 0, 0], + "2.75": [37.5, 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, -1], + "2.75": [0, 0, -1], + "3.0": [0, 0, 0] + } + }, + "forearm_l": { + "rotation": { + "2.75": [0, 0, 0], + "3.0": [0, 0, 0] + } + }, + "paw_fl": { + "rotation": { + "2.75": [0, 0, 0], + "3.0": [0, 0, 0] + } + }, + "shoulder_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [37.5, 0, 0], + "0.5": [-7.5, 0, 0], + "0.8333": [-7.5, 0, 0], + "1.0": [-37.5, 5, 15], + "1.2083": [-12.5, 5, 15], + "1.25": [-12.5, 5, 15], + "1.4583": [-37.5, 5, 15], + "1.7083": [-12.5, 5, 15], + "1.75": [-12.5, 5, 15], + "1.9583": [-37.5, 5, 15], + "2.1667": [-12.5, 5, 15], + "2.2083": [-12.5, 5, 15], + "2.375": [-7.5, 0, 0], + "2.7083": [-7.5, 0, 0], + "2.75": [-7.5, 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, -1], + "2.75": [0, 0, -1], + "3.0": [0, 0, 0] + } + }, + "forearm_r": { + "rotation": { + "0.25": [0, 0, 0], + "0.5": [-65, -7.5, -5], + "0.8333": [-65, -7.5, -5], + "1.0": [-65, -7.5, -10], + "2.75": [-65, -7.5, -10], + "3.0": [0, 0, 0] + } + }, + "paw_fr": { + "rotation": { + "0.25": [0, 0, 0], + "0.5": [112.5, 0, 0], + "0.8333": [112.5, 0, 0], + "1.0": [112.5, 15, -15], + "2.75": [112.5, 15, -15], + "3.0": [0, 0, 0] + }, + "position": { + "0.25": [0, 0, 0], + "0.5": [0, -2, -3], + "2.75": [0, -2, -3], + "3.0": [0, 0, 0] + } + }, + "thigh_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-22.5, 0, 15], + "2.75": [-22.5, 0, 15], + "3.0": [0, 0, 0] + }, + "position": [0, 0, 0] + }, + "knee_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [25, 0, 0], + "2.75": [25, 0, 0], + "3.0": [0, 0, 0] + } + }, + "calf_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-42.5, 0, 0], + "2.75": [-42.5, 0, 0], + "3.0": [0, 0, 0] + } + }, + "paw_br": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [80, 0, 0], + "2.75": [80, 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, -2], + "2.75": [0, 0, -2], + "3.0": [0, 0, 0] + } + }, + "thigh_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-22.5, 0, -15], + "2.75": [-22.5, 0, -15], + "3.0": [0, 0, 0] + }, + "position": [0, 0, 0] + }, + "knee_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [25, 0, 0], + "2.75": [25, 0, 0], + "3.0": [0, 0, 0] + } + }, + "calf_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-42.5, 0, 0], + "2.75": [-42.5, 0, 0], + "3.0": [0, 0, 0] + } + }, + "paw_bl": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [80, 0, 0], + "2.75": [80, 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, -2], + "2.75": [0, 0, -2], + "3.0": [0, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [-70, "math.sin((q.anim_time*90)+180)*5", "math.sin((q.anim_time*90)+180)*5"], + "0.25": [15, "math.sin((q.anim_time*90)+180)*5", "math.sin((q.anim_time*90)+180)*5"], + "2.75": [15, "math.sin((q.anim_time*90)+180)*5", "math.sin((q.anim_time*90)+180)*5"], + "3.0": [-70, "math.sin((q.anim_time*90)+180)*5", "math.sin((q.anim_time*90)+180)*5"] + } + }, + "tail_seg2": { + "rotation": [35, 0, 0] + }, + "tail_seg3": { + "rotation": [35, 0, 0] + }, + "tail_seg4": { + "rotation": ["-30 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "tail_seg_end": { + "rotation": ["-25 + math.sin((q.anim_time*90)+180)*5", 0, 0] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ragingbolt.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ragingbolt.animation.json new file mode 100644 index 0000000..0090c28 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ragingbolt.animation.json @@ -0,0 +1,3527 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.ragingbolt.ground_idle": { + "loop": true, + "animation_length": 2.45, + "bones": { + "rag": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.7, -2.2], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0.7, -2.2], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "head_w": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "beard": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "mark": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "head_main": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "body_main": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -0.9, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "body_b": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.05": { + "post": [4, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "leg_b_left": { + "rotation": { + "0.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -0.3, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, -0.3, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [0, 5, -5], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 5, -5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "leg_b_right": { + "rotation": { + "0.0": { + "post": [-4.99318, 0.26135, -12.0114], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [-4.99318, 0.26135, -12.0114], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -0.9, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, -0.9, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [-2, -7.5, 15], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [-2, -7.5, 15], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "leg_f_right": { + "rotation": { + "0.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone13": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [0, -0.8, 1.7], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone12": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [0, 1.1, 1.7], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [0.44067, -9.99038, 9.96148], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0.44067, -9.99038, 9.96148], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "leg_f_left": { + "rotation": { + "0.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [4, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [0, -0.4, 2], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [-3, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [0, 0, 1.1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [0.32902, 7.49282, 2.52154], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0.32902, 7.49282, 2.52154], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [0, 1.3, 1.3], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "neck5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "neck2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "neck3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "neck4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone19": { + "rotation": { + "0.0": { + "post": [-1451, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1": { + "post": [-1456, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [-1451, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone20": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone21": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "leg_f_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "leg_f_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [0, -0.8, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "leg_b_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9": { + "post": [0, -0.3, -0.6], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "leg_b_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -0.9], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9": { + "post": [9, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9": { + "post": [0, 0, -1.4], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0.4, -1.9], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "tail8": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9": { + "post": [0, 2.1, 7.8], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9": { + "post": [0, 10.2, 8.2], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "tail3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9": { + "post": [-22, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "tail4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9": { + "post": [0, 0, 47], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "tail6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "tail7": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9": { + "post": [0, 1.9, 0.6], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.ragingbolt.ground_walk": { + "loop": true, + "animation_length": 1.45, + "bones": { + "rag": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.7, -2.2], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0.7, -2.2], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "head_w": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "beard": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "mark": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "head_main": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "body_main": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7": { + "post": [0, -1.4, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "body_b": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "leg_b_left": { + "rotation": { + "0.0": { + "post": [-17, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "0.7": { + "post": [21, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [-17, 0, 12.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -0.3, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, -0.3, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "0.7": { + "post": [-6, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [16, 5, -5], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [16, 5, -5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "leg_b_right": { + "rotation": { + "0.0": { + "post": [19.00682, 0.26135, -12.0114], + "lerp_mode": "catmullrom" + }, + "0.7": { + "post": [-7.99318, 0.26135, -12.0114], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [19.00682, 0.26135, -12.0114], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -2.4, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, -2.4, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7": { + "post": [-21.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [-16, -7.5, 15], + "lerp_mode": "catmullrom" + }, + "0.7": { + "post": [11, -7.5, 15], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [-16, -7.5, 15], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "leg_f_right": { + "rotation": { + "0.0": { + "post": [-21, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "0.7": { + "post": [7, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [-21, 0, -17.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [-10.98529, -0.57217, 2.05502], + "lerp_mode": "catmullrom" + }, + "0.7": { + "post": [14.98037, -0.77613, 7.89795], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [-10.98529, -0.57217, 2.05502], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone13": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone12": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [0.44067, -9.99038, 9.96148], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0.44067, -9.99038, 9.96148], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [13, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [13, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 4, -1.5], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 4, -1.5], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "leg_f_left": { + "rotation": { + "0.0": { + "post": [16, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.7": { + "post": [-28, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [16, 0, 10], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [-16, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "0.7": { + "post": [17, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [-16, 0, -2.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [7, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [7, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [0.32902, 7.49282, 2.52154], + "lerp_mode": "catmullrom" + }, + "0.7": { + "post": [8.32902, 7.49282, 2.52154], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0.32902, 7.49282, 2.52154], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "neck5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "neck2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "neck3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "neck4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone19": { + "rotation": { + "0.0": { + "post": [-1451, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3": { + "post": [-1447, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-1443.36, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [-1451, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone20": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone21": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [16, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3": { + "post": [-4, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [5.06, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.15": { + "post": [-1.87, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "leg_f_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "leg_f_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "leg_b_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "leg_b_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "tail8": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7": { + "post": [28, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7": { + "post": [0, -6.8, 11], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7": { + "post": [0, 1.3, 11.4], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "tail3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "tail4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "tail6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "tail7": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7": { + "post": [-28, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7": { + "post": [0, -4.1, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "tail2": { + "rotation": { + "0.0": [0, 0, 0], + "0.45": [-30.17847, -10.21394, 1.61287], + "1.05": [-12, 18, 0], + "1.45": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.45": [-5.81, -14.09, -7.84], + "1.05": [9.3, -5.8, -1.5], + "1.45": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/rayquaza/rayquaza.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/rayquaza/rayquaza.animation.json new file mode 100644 index 0000000..5b48a03 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/rayquaza/rayquaza.animation.json @@ -0,0 +1,8127 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.rayquaza.pose": { + "animation_length": 3.5, + "bones": { + "rayquaza": { + "position": [0, -21, 0] + }, + "bodyseg1": { + "rotation": [-20, 0, 0], + "position": [0, 62, 106] + }, + "bodyseg2": { + "rotation": [-37.5, 0, 0], + "position": [0, 0, -2] + }, + "bodyseg3": { + "rotation": [-37.5, 0, 0], + "position": [0, 3.06879, -1.83917] + }, + "smallr": { + "rotation": [22.81171, 46.1379, 45.7567] + }, + "rarm2": { + "rotation": [-67.5, 0, -107.5] + }, + "rhand": { + "rotation": [20, 0, 0] + }, + "rfinger3": { + "rotation": [-9.57151, -11.60364, -5.02521] + }, + "rfinger2": { + "rotation": [0, 0, 20] + }, + "rfinger": { + "rotation": [26.26629, 39.66109, 12.42432] + }, + "bodyseg4": { + "rotation": [-5.08394, -14.12356, 23.67547], + "position": [1, -0.13945, -1.59391] + }, + "bodyseg5": { + "rotation": [0, -42.5, 0], + "position": [0.97152, 0.31661, -1.61428] + }, + "bodyseg6": { + "rotation": [30, -40, 0] + }, + "bodyseg7": { + "rotation": [37.93855, -7.05302, -7.10708], + "position": [-0.09095, 0.66874, -2.76125] + }, + "bodyseg8": { + "rotation": [16.35707, -12.27659, -12.56853] + }, + "bodyseg9": { + "rotation": [30, 0, 0] + }, + "seg10": { + "rotation": [25, 0, 0] + }, + "seg11": { + "rotation": [25.18908, 6.79382, 3.18458], + "position": [0, -2.4, 0] + }, + "seg12": { + "rotation": [30.38126, 8.64917, 5.03837] + }, + "seg13": { + "rotation": [20, 0, 0], + "position": [0, -1.3, 0] + }, + "seg14": { + "rotation": [17.56274, 4.76804, 1.50701] + }, + "tip": { + "rotation": [10.59409, 8.33133, 30.22586] + }, + "head": { + "rotation": [40.5, 0, 0], + "position": [0, 3.93741, 3.86712] + }, + "jaw": { + "rotation": [25, 0, 0] + }, + "smalll": { + "rotation": [25.70094, -31.77203, -42.42906], + "position": [0, 0, -2] + }, + "larm2": { + "rotation": [0, 0, 82.5] + }, + "lhand": { + "rotation": [-55, 0, 0] + }, + "lfing1": { + "rotation": [-2.89983, 19.79718, 26.49387] + }, + "fling2": { + "rotation": [0, 0, -17.5] + }, + "lfinggne3": { + "rotation": [8.19971, -23.69913, 22.77678] + } + } + }, + "animation.rayquaza.wiggly": { + "animation_length": 4.125, + "bones": { + "head": { + "rotation": [15, 0, 0] + }, + "bodyseg2": { + "rotation": [-12.5, 0, 0] + }, + "bodyseg3": { + "rotation": [12.5, 0, 0] + }, + "smalll": { + "rotation": [0, 0, 37.5] + }, + "larm2": { + "rotation": [0, 65, 0] + }, + "fling2": { + "rotation": [0, 0, -20] + }, + "smallr": { + "rotation": [0, 0, -37.5] + }, + "rarm2": { + "rotation": [0, -65, 0] + }, + "rfinger2": { + "rotation": [0, 0, 17.5] + }, + "bodyseg4": { + "rotation": [20, 0, 0] + }, + "bodyseg5": { + "rotation": [-15, 0, 0] + }, + "bodyseg6": { + "rotation": [-22.5, 0, 0] + }, + "bodyseg7": { + "rotation": [7.5, 0, 0] + }, + "bodyseg8": { + "rotation": [10, 0, 0] + }, + "bodyseg9": { + "rotation": [17.5, 0, 0] + }, + "seg10": { + "rotation": [-7.5, 0, 0] + }, + "seg11": { + "rotation": [-20, 0, 0] + }, + "seg12": { + "rotation": [-7.5, 0, 0] + }, + "seg13": { + "rotation": [12.5, 0, 0] + }, + "tip": { + "rotation": [20, 0, 0] + }, + "jaw": { + "rotation": [-15, 0, 0] + } + } + }, + "animation.rayquaza.ground_idle": { + "loop": true, + "animation_length": 4.125, + "bones": { + "rayquaza": { + "position": { + "0.0": { + "post": [0, -21, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, -21, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg1": { + "rotation": { + "0.0": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 62, 106], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 50, 106], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, 62, 106], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg2": { + "rotation": { + "0.0": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg3": { + "rotation": { + "0.0": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 3.06879, -1.83917], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, 3.06879, -1.83917], + "lerp_mode": "catmullrom" + } + } + }, + "smallr": { + "rotation": { + "0.0": { + "post": [22.81171, 46.1379, 45.7567], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [31.39279, 41.5601, 58.10874], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [22.81171, 46.1379, 45.7567], + "lerp_mode": "catmullrom" + } + } + }, + "rarm2": { + "rotation": { + "0.0": { + "post": [-67.5, 0, -107.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-67.67352, -2.86313, -100.56512], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [-67.5, 0, -107.5], + "lerp_mode": "catmullrom" + } + } + }, + "rhand": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rfinger3": { + "rotation": { + "0.0": { + "post": [-9.57151, -11.60364, -5.02521], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-7.40152, -13.08335, -15.15008], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [-9.57151, -11.60364, -5.02521], + "lerp_mode": "catmullrom" + } + } + }, + "rfinger2": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 40], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "rfinger": { + "rotation": { + "0.0": { + "post": [26.26629, 39.66109, 12.42432], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.62097, 46.33932, -24.42898], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [26.26629, 39.66109, 12.42432], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg4": { + "rotation": { + "0.0": { + "post": [-5.08394, -14.12356, 23.67547], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-0.08394, -14.12356, 23.67547], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [-5.08394, -14.12356, 23.67547], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [1, -0.13945, -1.59391], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [1, -0.13945, -1.59391], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg5": { + "rotation": { + "0.0": { + "post": [0, -42.5, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, -42.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.97152, 0.31661, -1.61428], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0.97152, 0.31661, -1.61428], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg6": { + "rotation": { + "0.0": { + "post": [30, -40, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [30, -40, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [30, -40, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg7": { + "rotation": { + "0.0": { + "post": [37.93855, -7.05302, -7.10708], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [37.93855, -7.05302, -7.10708], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.09095, 0.66874, -2.76125], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [-0.09095, 0.66874, -2.76125], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg8": { + "rotation": { + "0.0": { + "post": [16.35707, -12.27659, -12.56853], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [16.35707, -12.27659, -12.56853], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg9": { + "rotation": { + "0.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "seg10": { + "rotation": { + "0.0": { + "post": [25.02856, -1.54449, -0.72188], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [25.08377, -4.53051, -2.11751], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [25.02856, -1.54449, -0.72188], + "lerp_mode": "catmullrom" + } + } + }, + "seg11": { + "rotation": { + "0.0": { + "post": [25.77777, 5.08051, 2.31993], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [28.32388, 13.36887, 6.85821], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [25.77777, 5.08051, 2.31993], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -2.4, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, -2.4, 0], + "lerp_mode": "catmullrom" + } + } + }, + "seg12": { + "rotation": { + "0.0": { + "post": [30.81276, 8.25815, 4.78426], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [32.70061, 6.54743, 3.67251], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [30.81276, 8.25815, 4.78426], + "lerp_mode": "catmullrom" + } + } + }, + "seg13": { + "rotation": { + "0.0": { + "post": [20.00818, -0.54625, -0.1993], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [20.07031, -4.69776, -1.71394], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [20.00818, -0.54625, -0.1993], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1.3, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, -1.3, 0], + "lerp_mode": "catmullrom" + } + } + }, + "seg14": { + "rotation": { + "0.0": { + "post": [17.98569, 8.64598, 2.75279], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [22.75313, -9.53274, -3.03513], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [17.98569, 8.64598, 2.75279], + "lerp_mode": "catmullrom" + } + } + }, + "tip": { + "rotation": { + "0.0": { + "post": [10.59409, 8.33133, 30.22586], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-1.67805, -21.61321, 54.25539], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [10.59409, 8.33133, 30.22586], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [40.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [41.68921, 3.52918, -0.20234], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [43, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [44.37458, -3.45509, 0.11471], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [40.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 3.93741, 3.86712], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, 3.93741, 3.86712], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "smalll": { + "rotation": { + "0.0": { + "post": [25.70094, -31.77203, -42.42906], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [30.70555, -36.88105, -48.91292], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [25.70094, -31.77203, -42.42906], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + } + } + }, + "larm2": { + "rotation": { + "0.0": { + "post": [0, 0, 82.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 72.5], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, 0, 82.5], + "lerp_mode": "catmullrom" + } + } + }, + "lhand": { + "rotation": { + "0.0": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lfing1": { + "rotation": { + "0.0": { + "post": [-2.89983, 19.79718, 26.49387], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-3.42923, 37.27109, 25.39849], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [-2.89983, 19.79718, 26.49387], + "lerp_mode": "catmullrom" + } + } + }, + "fling2": { + "rotation": { + "0.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + } + } + }, + "lfinggne3": { + "rotation": { + "0.0": { + "post": [8.19971, -23.69913, 22.77678], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [2.55905, -24.87706, 36.43546], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [8.19971, -23.69913, 22.77678], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.rayquaza.faint": { + "loop": true, + "animation_length": 4.125, + "bones": { + "rayquaza": { + "position": { + "0.0": { + "post": [0, -21, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, -21, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg1": { + "rotation": { + "0.0": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 62, 106], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 50, 106], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, 62, 106], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg2": { + "rotation": { + "0.0": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg3": { + "rotation": { + "0.0": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 3.06879, -1.83917], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, 3.06879, -1.83917], + "lerp_mode": "catmullrom" + } + } + }, + "smallr": { + "rotation": { + "0.0": { + "post": [22.81171, 46.1379, 45.7567], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-15.55254, 61.52176, -4.38997], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [-15.55254, 61.52176, -4.38997], + "lerp_mode": "catmullrom" + } + } + }, + "rarm2": { + "rotation": { + "0.0": { + "post": [-67.5, 0, -107.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-85.24246, 2.97158, -28.82798], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [-85.24246, 2.97158, -28.82798], + "lerp_mode": "catmullrom" + } + } + }, + "rhand": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rfinger3": { + "rotation": { + "0.0": { + "post": [-9.57151, -11.60364, -5.02521], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-7.40152, -13.08335, -15.15008], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [-7.40152, -13.08335, -15.15008], + "lerp_mode": "catmullrom" + } + } + }, + "rfinger2": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 40], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, 0, 40], + "lerp_mode": "catmullrom" + } + } + }, + "rfinger": { + "rotation": { + "0.0": { + "post": [26.26629, 39.66109, 12.42432], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.62097, 46.33932, -24.42898], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0.62097, 46.33932, -24.42898], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg4": { + "rotation": { + "0.0": { + "post": [-5.08394, -14.12356, 23.67547], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-0.08394, -14.12356, 23.67547], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [-0.08394, -14.12356, 23.67547], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [1, -0.13945, -1.59391], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [1, -0.13945, -1.59391], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg5": { + "rotation": { + "0.0": { + "post": [0, -42.5, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, -42.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.97152, 0.31661, -1.61428], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0.97152, 0.31661, -1.61428], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg6": { + "rotation": { + "0.0": { + "post": [30, -40, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [30, -40, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [30, -40, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg7": { + "rotation": { + "0.0": { + "post": [37.93855, -7.05302, -7.10708], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [37.93855, -7.05302, -7.10708], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.09095, 0.66874, -2.76125], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [-0.09095, 0.66874, -2.76125], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg8": { + "rotation": { + "0.0": { + "post": [16.35707, -12.27659, -12.56853], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [16.35707, -12.27659, -12.56853], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg9": { + "rotation": { + "0.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "seg10": { + "rotation": { + "0.0": { + "post": [25.02856, -1.54449, -0.72188], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [25.08377, -4.53051, -2.11751], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [25.02856, -1.54449, -0.72188], + "lerp_mode": "catmullrom" + } + } + }, + "seg11": { + "rotation": { + "0.0": { + "post": [25.77777, 5.08051, 2.31993], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [28.32388, 13.36887, 6.85821], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [25.77777, 5.08051, 2.31993], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -2.4, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, -2.4, 0], + "lerp_mode": "catmullrom" + } + } + }, + "seg12": { + "rotation": { + "0.0": { + "post": [30.81276, 8.25815, 4.78426], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [32.70061, 6.54743, 3.67251], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [30.81276, 8.25815, 4.78426], + "lerp_mode": "catmullrom" + } + } + }, + "seg13": { + "rotation": { + "0.0": { + "post": [20.00818, -0.54625, -0.1993], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [20.07031, -4.69776, -1.71394], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [20.00818, -0.54625, -0.1993], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1.3, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, -1.3, 0], + "lerp_mode": "catmullrom" + } + } + }, + "seg14": { + "rotation": { + "0.0": { + "post": [17.98569, 8.64598, 2.75279], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [22.75313, -9.53274, -3.03513], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [17.98569, 8.64598, 2.75279], + "lerp_mode": "catmullrom" + } + } + }, + "tip": { + "rotation": { + "0.0": { + "post": [10.59409, 8.33133, 30.22586], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-1.67805, -21.61321, 54.25539], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [10.59409, 8.33133, 30.22586], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [40.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [41.68921, 3.52918, -0.20234], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [43, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [44.37458, -3.45509, 0.11471], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [40.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 3.93741, 3.86712], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, 3.93741, 3.86712], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-12.49, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [-12.49, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "smalll": { + "rotation": { + "0.0": { + "post": [25.70094, -31.77203, -42.42906], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-23.86178, -60.82429, 27.88976], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [-23.86178, -60.82429, 27.88976], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + } + } + }, + "larm2": { + "rotation": { + "0.0": { + "post": [0, 0, 82.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-2.11751, -4.53051, 27.58377], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [-2.11751, -4.53051, 27.58377], + "lerp_mode": "catmullrom" + } + } + }, + "lhand": { + "rotation": { + "0.0": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lfing1": { + "rotation": { + "0.0": { + "post": [-2.89983, 19.79718, 26.49387], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-3.42923, 37.27109, 25.39849], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [-2.89983, 19.79718, 26.49387], + "lerp_mode": "catmullrom" + } + } + }, + "fling2": { + "rotation": { + "0.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + } + } + }, + "lfinggne3": { + "rotation": { + "0.0": { + "post": [8.19971, -23.69913, 22.77678], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [2.55905, -24.87706, 36.43546], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [8.19971, -23.69913, 22.77678], + "lerp_mode": "catmullrom" + } + } + }, + "blinkder1": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "blinkder2": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.rayquaza.ground_walk": { + "loop": true, + "animation_length": 6, + "bones": { + "bodyseg1": { + "rotation": ["0+math.sin(q.anim_time*120*1-40)*8", 0, 0], + "position": [0, 0, 0] + }, + "jaw": { + "rotation": ["0+math.sin(q.anim_time*90*1-300)*7", 0, 0] + }, + "bone": { + "rotation": ["0+math.sin(q.anim_time*60*1-80)*4", 0, 0] + }, + "bodyseg2": { + "rotation": ["0+math.sin(q.anim_time*120*1-120)*6", 0, 0] + }, + "bodyseg3": { + "rotation": ["math.sin(q.anim_time*120*1-160)*8", 0, 0] + }, + "smalll": { + "rotation": [0, -57.5, 60] + }, + "larm2": { + "rotation": [0, 95, 0] + }, + "lhand": { + "rotation": [40, 0, 0] + }, + "lfing1": { + "rotation": [0, 12.5, 0] + }, + "fling2": { + "rotation": [0, 0, -15] + }, + "lfinggne3": { + "rotation": [0, -15, 0] + }, + "smallr": { + "rotation": [-17.68453, 37.06337, -43.27707] + }, + "rarm2": { + "rotation": [94.66703, -51.87581, -116.62449] + }, + "rhand": { + "rotation": [-135, 0, 0] + }, + "rfinger3": { + "rotation": [-7.5, 0, -20] + }, + "rfinger2": { + "rotation": [0, 0, 22.5] + }, + "rfinger": { + "rotation": [20, 0, -25] + }, + "bodyseg4": { + "rotation": ["0+math.sin(q.anim_time*120*1-200)*10", 0, 0] + }, + "bodyseg5": { + "rotation": ["0+math.sin(q.anim_time*120*1-240)*12", 0, 0] + }, + "bodyseg6": { + "rotation": ["0+math.sin(q.anim_time*120*1-280)*14", 0, 0] + }, + "bodyseg7": { + "rotation": ["math.sin(q.anim_time*120*1-320)*16", 0, 0] + }, + "bodyseg8": { + "rotation": ["math.sin(q.anim_time*120*1-360)*18", 0, 0] + }, + "bodyseg9": { + "rotation": ["0+math.sin(q.anim_time*120*1-400)*20", 0, 0] + }, + "seg10": { + "rotation": ["0+math.sin(q.anim_time*120*1-440)*22", 0, 0] + }, + "seg11": { + "rotation": ["0+math.sin(q.anim_time*120*1-480)*24", 0, 0] + }, + "seg12": { + "rotation": ["math.sin(q.anim_time*120*1-520)*26", 0, 0] + }, + "seg13": { + "rotation": ["math.sin(q.anim_time*120*1-560)*28", 0, 0] + }, + "seg14": { + "rotation": ["math.sin(q.anim_time*120*1-600)*30", 0, 0] + }, + "tip": { + "rotation": ["math.sin(q.anim_time*120*1-640)*32", 0, 0] + }, + "rayquaza": { + "position": [0, "-10+math.sin(q.anim_time*120*1-40)*8", 0] + }, + "head": { + "rotation": ["0+math.sin(q.anim_time*60*1-40)*2", 0, 0] + } + } + }, + "animation.rayquaza.physicalold": { + "animation_length": 4.75, + "bones": { + "rayquaza": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -140, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, -320, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -360, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, -360, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -21, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 56, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 204, 6], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 284, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 284, 0], + "lerp_mode": "catmullrom" + }, + "3.6667": { + "post": [0, 284, 0], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [0, -21, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg1": { + "rotation": { + "0.0": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-72.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-87.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [90, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-67.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-160, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-182.59969, -29.10188, -2.04768], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-180, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-181.16994, -0.62936, -0.42752], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-180, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-132.46747, 23.96693, 24.72011], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [-67.07267, -10.90539, 16.11369], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 62, 106], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 85, 106], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 85, 106], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 68, 18], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 3, -41], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -159, -41], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, -254, -41], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, -323, -121], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, -238, -205], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, -124, -126], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-129, -110, 149], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-129, -110, 149], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [-1, 33, 206], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [28, 169, 177], + "lerp_mode": "catmullrom" + }, + "3.6667": { + "post": [28, 169, 177], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [0, 62, 106], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg2": { + "rotation": { + "0.0": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-2.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [2.01215, -2.49846, -0.08775], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [1.55, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [-4.71119, 0.09254, 0.00325], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [-37.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg3": { + "rotation": { + "0.0": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-0.05366, 1.1021, 4.12564], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-12.55366, 1.1021, 4.12564], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-2.55366, 1.1021, 4.12564], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-2.55366, 1.1021, 4.12564], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [7.44634, 1.1021, 4.12564], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [19.94634, 1.1021, 4.12564], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-3.53022, 1.1021, 4.12564], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [2.51639, 13.59047, 4.67022], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [2.44634, 1.1021, 4.12564], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-0.68666, 7.49005, 3.84736], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [-3.58846, -3.32733, 3.93052], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [-18.72881, -2.89806, 3.95016], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [-12.39997, 0.55989, -0.08035], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 3.06879, -1.83917], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 1.07, -1.84], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 3.06879, -1.83917], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, 0.17, -1.84], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 2.07, -1.84], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [0, 3.06879, -1.83917], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [0, 3.06879, -1.83917], + "lerp_mode": "catmullrom" + } + } + }, + "smallr": { + "rotation": { + "0.0": { + "post": [22.81171, 46.1379, 45.7567], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-36.51315, 50.3539, -34.1022], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-19.46839, 47.35447, -10.16868], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-22.84555, -2.10403, -57.3648], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-22.84555, -2.10403, -57.3648], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [22.81171, 46.1379, 45.7567], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [22.81171, 46.1379, 45.7567], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rarm2": { + "rotation": { + "0.0": { + "post": [-67.5, 0, -107.5], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-87.12518, 5.16704, -24.17576], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-83.85376, -62.19041, -29.87578], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-83.85376, -62.19041, -29.87578], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [-67.5, 0, -107.5], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [-67.5, 0, -107.5], + "lerp_mode": "catmullrom" + } + } + }, + "rhand": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rfinger3": { + "rotation": { + "0.0": { + "post": [-9.57151, -11.60364, -5.02521], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [-9.57151, -11.60364, -5.02521], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [-9.57151, -11.60364, -5.02521], + "lerp_mode": "catmullrom" + } + } + }, + "rfinger2": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "rfinger": { + "rotation": { + "0.0": { + "post": [26.26629, 39.66109, 12.42432], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [26.26629, 39.66109, 12.42432], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [26.26629, 39.66109, 12.42432], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg4": { + "rotation": { + "0.0": { + "post": [-5.08394, -14.12356, 23.67547], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [6.86557, 4.79731, 1.77661], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-3.11494, 10.54275, 1.86403], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-14.21637, 12.55997, 1.69426], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [-16.11895, -3.96861, 4.19011], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [8.04143, -2.4407, -12.51153], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [-5.08394, -14.12356, 23.67547], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [-5.08394, -14.12356, 23.67547], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [1, -0.13945, -1.59391], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -0.13945, -1.59391], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [1, -0.13945, -1.59391], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [1, -0.13945, -1.59391], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg5": { + "rotation": { + "0.0": { + "post": [0, -42.5, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [15.16, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-2.17, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [2.59, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-0.13114, 13.65884, 0.09771], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-0.70737, 27.11642, 0.65043], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [-0.01772, 6.2267, 0.99524], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [17.4199, -7.04883, 2.56851], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [-10.10778, 7.33691, -1.31305], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [0, -42.5, 0], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [0, -42.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.97152, 0.31661, -1.61428], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [0.97152, 0.31661, -1.61428], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [0.97152, 0.31661, -1.61428], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg6": { + "rotation": { + "0.0": { + "post": [30, -40, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [22.94205, -10.70017, 15.86691], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0.6719, -9.94847, 0.82983], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-2.56, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-4.92385, 0.03728, 0.86717], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-3.72562, 7.85458, -0.5687], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [2.53668, 3.13037, -1.01102], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [5, 15, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-7.21002, 12.54446, 0.42336], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [-3.27277, -2.28131, 3.71388], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [-6.09525, -1.85556, -1.13299], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [30, -40, 0], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [30, -40, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg7": { + "rotation": { + "0.0": { + "post": [37.93855, -7.05302, -7.10708], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [10.43855, -7.05302, -7.10708], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-2.06145, -7.05302, -7.10708], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-11.78367, -7.05302, -7.10708], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-7.06145, -7.05302, -7.10708], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [2.93855, -7.05302, -7.10708], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [10.35885, 0.32414, -5.75195], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [15.35885, 0.32414, -5.75195], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [13.73885, 0.32414, -5.75195], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-0.15621, -1.20587, -5.41999], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [5.48238, -2.25173, -5.24409], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0.13157, 1.6215, -6.4926], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0.71523, 2.65546, -3.47321], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-5.66224, 6.24843, -2.37981], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [-18.71567, -9.71906, 1.58305], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [-1.68089, -2.13713, -1.37743], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [37.93855, -7.05302, -7.10708], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [37.93855, -7.05302, -7.10708], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.09095, 0.66874, -2.76125], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [-0.09095, 0.66874, -2.76125], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [-0.09095, 0.66874, -2.76125], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg8": { + "rotation": { + "0.0": { + "post": [16.35707, -12.27659, -12.56853], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [1.35707, -12.27659, -12.56853], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-9.45238, 0.90938, 0.931], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [18.78423, 0.20637, -0.2233], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-4.20095, 5.37403, 3.34592], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [6.83191, 14.71658, 1.35259], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0.51028, 7.83225, 2.06957], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [2.85361, 14.58149, 2.08925], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [7.37868, 6.33289, 1.13494], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [6.38749, -24.26749, 1.99558], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [16.35707, -12.27659, -12.56853], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [16.35707, -12.27659, -12.56853], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg9": { + "rotation": { + "0.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-2.50954, 4.99523, -0.21865], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-5.80659, 5.65604, -0.12215], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-15.00954, 4.99523, -0.21865], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-23.50821, -2.85622, -3.26148], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [3.99179, -2.85622, -3.26148], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [21.49179, -2.85622, -3.26148], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [19.72688, -2.85622, -3.26148], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [3.21982, -3.71597, -0.03843], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0.85763, -3.30871, 2.19232], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-7.7483, 6.8274, -5.74614], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-9.1724, -4.69438, -5.73739], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-1.30135, 1.55956, -7.20871], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [1.95269, 2.52393, -7.13112], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [1.90144, 8.3909, -6.80597], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [-7.86907, -4.06398, -7.08008], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [-1.3151, -8.43785, -6.98028], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "seg10": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-20.30725, 0.7446, -1.52715], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-0.30725, 0.7446, -1.52715], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [9.69275, 0.7446, -1.52715], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [4.77574, 10.71066, -0.69872], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [1.18869, 1.67358, 0.55272], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0.19655, 11.1137, 1.81212], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-3.47151, 2.60498, 1.67718], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-16.51878, 27.41559, -2.79147], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [-11.64545, 12.01609, -0.65186], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [-7.11655, -1.64444, 2.46563], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [2.83045, 1.00463, 2.24773], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "seg11": { + "rotation": { + "0.0": { + "post": [25.18908, 6.79382, 3.18458], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [2.68908, 6.79382, 3.18458], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [15.06949, -5.55211, -12.64889], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [5.019, 4.98093, 0.43688], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [5.019, 4.98093, 0.43688], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [17.519, 4.98093, 0.43688], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [13.31365, -4.50396, -1.82356], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [12.11531, 5.3482, 0.46909], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-5.00474, 7.47144, 0.21803], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [2.47658, 8.8755, 0.3876], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0.82948, 13.64876, 1.13974], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-11.77735, 7.93997, 4.17352], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [-16.12702, -2.79978, 6.73027], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [-4.07049, -11.00615, 5.29311], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [25.18908, 6.79382, 3.18458], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [25.18908, 6.79382, 3.18458], + "lerp_mode": "catmullrom" + } + } + }, + "seg12": { + "rotation": { + "0.0": { + "post": [30.38126, 8.64917, 5.03837], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [25.38126, 8.64917, 5.03837], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [6.67067, -13.22303, -2.19211], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [10.07098, -0.48105, 0.35462], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [4.62533, -10.36062, -5.09233], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [14.62533, -10.36062, -5.09233], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [4.97942, -6.80406, -5.35033], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [4.53365, -0.62249, 0.51672], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [16.67952, -3.38271, -5.59232], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [9.63143, -0.36083, -5.15739], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-6.78281, 12.12538, -0.10312], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [3.31686, 7.15981, 0.49131], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-1.79843, -0.31609, 1.01699], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [-3.88259, 6.45794, 0.79739], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-1.95113, 16.56081, 0.10422], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [2.02051, -2.96781, 0.09924], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [5.86912, -0.28976, 1.3617], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [30.38126, 8.64917, 5.03837], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [30.38126, 8.64917, 5.03837], + "lerp_mode": "catmullrom" + } + } + }, + "seg13": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-10.00329, -2.89604, -2.02793], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0.07563, -2.71965, -2.79555], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [7.57563, -2.71965, -2.79555], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-7.29526, -3.65416, -3.78646], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0.20474, -3.65416, -3.78646], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-4.79526, -3.65416, -3.78646], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [17.70474, -3.65416, -3.78646], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [2.68678, -6.14538, -3.57633], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-6.34949, 16.37754, -5.46037], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-4.33562, 28.97016, -6.18289], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [-3.79363, 1.53642, -4.18171], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-10.18363, -8.13397, -2.9148], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [-23.17426, 28.64203, -9.97295], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [-3.89904, -13.43019, -3.17293], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1.3, 0], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [0, -1.3, 0], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [0, -1.3, 0], + "lerp_mode": "catmullrom" + } + } + }, + "seg14": { + "rotation": { + "0.0": { + "post": [17.56274, 4.76804, 1.50701], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [17.56274, 4.76804, 1.50701], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-4.93726, 4.76804, 1.50701], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-9.93726, 4.76804, 1.50701], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [2.56274, 4.76804, 1.50701], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [17.56274, 4.76804, 1.50701], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [14.03925, 26.68104, 6.85222], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [11.55435, 10.97336, 3.50868], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [19.9739, 15.52338, 3.94302], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [-1.04624, 16.05443, 4.08877], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [-12.19953, 2.08564, 3.11742], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [17.56274, 4.76804, 1.50701], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [17.56274, 4.76804, 1.50701], + "lerp_mode": "catmullrom" + } + } + }, + "tip": { + "rotation": { + "0.0": { + "post": [10.59409, 8.33133, 30.22586], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [11.04023, -2.60036, 18.96454], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [3.78126, -1.14664, 11.60264], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-18.47346, 3.6699, 0.83151], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-1.16599, 0.32596, 4.24824], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-1.16599, 0.32596, 4.24824], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-3.87615, 12.58219, 7.32145], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [-4.50277, 2.85292, 8.69292], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [-15.28595, 4.32864, 17.23705], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [10.59409, 8.33133, 30.22586], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [10.59409, 8.33133, 30.22586], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [40.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-2, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [20.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-27, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-14.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [42.68804, 5.49482, -2.39299], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [18.08663, 6.62868, -2.88678], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [-3.23443, 7.06477, -3.0767], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [22.04866, 6.01884, -2.62119], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [40.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [40.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 3.93741, 3.86712], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -0.06, 3.87], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [0, 3.93741, 3.86712], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [0, 3.93741, 3.86712], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "smalll": { + "rotation": { + "0.0": { + "post": [25.70094, -31.77203, -42.42906], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [25.70094, -31.77203, -42.42906], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [25.70094, -31.77203, -42.42906], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [4.52861, -44.8029, -7.02876], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-26.89945, -7.08374, 51.76044], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-26.89945, -7.08374, 51.76044], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [25.70094, -31.77203, -42.42906], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [25.70094, -31.77203, -42.42906], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + } + } + }, + "larm2": { + "rotation": { + "0.0": { + "post": [0, 0, 82.5], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 60, 30], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 60, 30], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [0, 0, 82.5], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [0, 0, 82.5], + "lerp_mode": "catmullrom" + } + } + }, + "lhand": { + "rotation": { + "0.0": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lfing1": { + "rotation": { + "0.0": { + "post": [-2.89983, 19.79718, 26.49387], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [-2.89983, 19.79718, 26.49387], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [-2.89983, 19.79718, 26.49387], + "lerp_mode": "catmullrom" + } + } + }, + "fling2": { + "rotation": { + "0.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + } + } + }, + "lfinggne3": { + "rotation": { + "0.0": { + "post": [8.19971, -23.69913, 22.77678], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [8.19971, -23.69913, 22.77678], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [8.19971, -23.69913, 22.77678], + "lerp_mode": "catmullrom" + } + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [2.52461, 4.89763, 0.16013], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [2.69927, -7.57258, -0.39262], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [2.25859, 4.99614, 0.1968], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [-13.26, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [-19.4616, -14.54998, 4.9324], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rarm1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.rayquaza.physical_attackold2": { + "animation_length": 3.75, + "bones": { + "rayquaza": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, -140, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, -320, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -360, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, -360, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -21, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 56, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 204, 6], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 284, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 284, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 144, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, -21, 0], + "lerp_mode": "catmullrom" + }, + "3.0833": { + "post": [0, -21, -25], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, -21, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg1": { + "rotation": { + "0.0": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-72.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-87.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [90, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-67.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-158.49762, -21.07593, -8.0634], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-182.59969, -29.10188, -2.04768], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-184.72059, 12.66573, -5.07161], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-211.66001, 20.32892, -13.80723], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [-233.17, 10.41, -22.61], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-300.89837, 3.47829, -26.32434], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-334.65231, 0.29161, -18.39868], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-355, 4.23813, 0], + "lerp_mode": "catmullrom" + }, + "2.9167": [-380, 0, 0], + "3.0417": [-380, 0, 0], + "3.25": { + "pre": [-380, 0, 0], + "post": [-20, 0, 0] + }, + "3.75": { + "pre": [-20, 0, 0], + "post": [-20, 0, 0] + } + }, + "position": { + "0.0": { + "post": [0, 62, 106], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 85, 106], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 85, 106], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 68, 18], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 3, -41], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, -159.06084, -33.35988], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, -254.38393, -14.81178], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, -323.9133, -75.95103], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-83.74249, -239.00743, -160.15382], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-83.33698, -124.71448, -89.45637], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-129, -110, 149], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-87.1, -46.7, 205.09], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-33, -24, 295], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, -27, 189], + "lerp_mode": "catmullrom" + }, + "3.0833": { + "post": [0, 56, 118], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [0, 62, 106], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 62, 106], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg2": { + "rotation": { + "0.0": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [17.64168, -7.15102, -2.26708], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-2.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [2.66, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [4.16395, 0.6947, 0.19009], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [6.16, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [7.98511, -0.05146, -0.01408], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [7.88287, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0833": { + "post": [0.38, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg3": { + "rotation": { + "0.0": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-0.05366, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-12.55366, 1.1021, 4.12564], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-2.55366, 1.1021, 4.12564], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-2.55366, 1.1021, 4.12564], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [7.44634, 1.1021, 4.12564], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [19.94634, 1.1021, 4.12564], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-3.53022, 1.1021, 4.12564], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [2.51639, 13.59047, 4.67022], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [9.75412, 3.73817, 2.93578], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [-3.66479, -0.96031, 1.27919], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [19.7449, -3.32182, 0.40306], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [9.62942, -4.45247, 0.309], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [19.75274, -5.81989, 0.30465], + "lerp_mode": "catmullrom" + }, + "3.0833": { + "post": [2.25274, 0, 0.30465], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 3.06879, -1.83917], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 1.07, -1.84], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 3.06879, -1.83917], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [0, 3.06879, -1.83917], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 3.06879, -1.83917], + "lerp_mode": "catmullrom" + } + } + }, + "smallr": { + "rotation": { + "0.0": { + "post": [22.81171, 46.1379, 45.7567], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-36.51315, 50.3539, -34.1022], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-19.46839, 47.35447, -10.16868], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-22.84555, -2.10403, -57.3648], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-22.84555, -2.10403, -57.3648], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [22.81171, 46.1379, 45.7567], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rarm2": { + "rotation": { + "0.0": { + "post": [-67.5, 0, -107.5], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-87.12518, 5.16704, -24.17576], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-83.85376, -62.19041, -29.87578], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-83.85376, -62.19041, -29.87578], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-83.85376, -62.19041, -29.87578], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [-67.5, 0, -107.5], + "lerp_mode": "catmullrom" + } + } + }, + "rhand": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rfinger3": { + "rotation": { + "0.0": { + "post": [-9.57151, -11.60364, -5.02521], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [-9.57151, -11.60364, -5.02521], + "lerp_mode": "catmullrom" + } + } + }, + "rfinger2": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "rfinger": { + "rotation": { + "0.0": { + "post": [26.26629, 39.66109, 12.42432], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [26.26629, 39.66109, 12.42432], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg4": { + "rotation": { + "0.0": { + "post": [-5.08394, -14.12356, 23.67547], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [2.38743, -3.30856, -0.72433], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [2.47142, 5.0047, -0.21865], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [5.73803, -3.21369, -1.16419], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [9.93303, 0.07984, -1.08337], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [19.93303, 0.07984, -1.08337], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [10.71009, 0.08483, -1.15108], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [22.43303, 0.07984, -1.08337], + "lerp_mode": "catmullrom" + }, + "3.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [-5.08394, -14.12356, 23.67547], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [-5.08394, -14.12356, 23.67547], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [1, -0.13945, -1.59391], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -0.13945, -1.59391], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [1, -0.13945, -1.59391], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg5": { + "rotation": { + "0.0": { + "post": [0, -42.5, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [15.16, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [2.59, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [4.86342, 0, -1.05751], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [10.03742, -4.92385, -0.87038], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [23.82993, -6.76816, -0.97396], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [12.59366, -7.65553, -1.07531], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [17.53742, -4.92385, -0.87038], + "lerp_mode": "catmullrom" + }, + "3.0833": { + "post": [5.03742, 0, -0.87038], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [4.64319, -37.25009, -3.26735], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, -42.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg6": { + "rotation": { + "0.0": { + "post": [30, -40, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [22.94205, -10.70017, 15.86691], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-2.56, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0.07733, 10.03727, 0.8806], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0.07801, 12.53727, 0.88405], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [-1.1778, -4.76965, 1.07958], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0.07622, -2.46272, 0.86385], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [20.16875, -3.01827, 0.8631], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [5.07622, -2.46272, 0.86385], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [5.1489, -9.93297, 0.19205], + "lerp_mode": "catmullrom" + }, + "3.0833": { + "post": [5.07152, 0.02749, 1.08498], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [30, -40, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg7": { + "rotation": { + "0.0": { + "post": [37.93855, -7.05302, -7.10708], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [10.43855, -7.05302, -7.10708], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-2.06145, -7.05302, -7.10708], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-11.78367, -7.05302, -7.10708], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-7.06145, -7.05302, -7.10708], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [2.93855, -7.05302, -7.10708], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [15.35885, 0.32414, -5.75195], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [13.73885, 0.32414, -5.75195], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [5.48238, -2.25173, -5.24409], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [5.50096, 5.21394, -4.5266], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [5.47818, 0.23685, -5.00531], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [10.47818, 0.23685, -5.00531], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [7.51797, 0.22378, -5.00311], + "lerp_mode": "catmullrom" + }, + "3.0833": { + "post": [37.97818, 0, -5.00531], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [37.93855, -7.05302, -7.10708], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.09095, 0.66874, -2.76125], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [-0.09095, 0.66874, -2.76125], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg8": { + "rotation": { + "0.0": { + "post": [16.35707, -12.27659, -12.56853], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [1.35707, -12.27659, -12.56853], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-9.45238, 0.90938, 0.931], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [18.78423, 0.20637, -0.2233], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-4.20095, 5.37403, 3.34592], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [5.81745, 0.38739, 3.71174], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [4.1787, -3.44257, 2.40256], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [3.63639, -8.84377, 0.15982], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [16.35707, -12.27659, -12.56853], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg9": { + "rotation": { + "0.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-2.50954, 4.99523, -0.21865], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-5.80659, 5.65604, -0.12215], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-15.00954, 4.99523, -0.21865], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-23.50821, -2.85622, -3.26148], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [3.99179, -2.85622, -3.26148], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [21.49179, -2.85622, -3.26148], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [19.72688, -2.85622, -3.26148], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0.85657, 1.69073, 2.2671], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0.88315, 14.1893, 2.45832], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [1.04569, 18.22646, 2.65442], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0.85657, 1.69073, 2.2671], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [26.58101, -14.63975, -4.08584], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [14.93954, -2.87969, -1.02652], + "lerp_mode": "catmullrom" + }, + "3.0833": { + "post": [25.6596, 0, 2.56597], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "seg10": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-0.30725, 0.7446, -1.52715], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [9.69275, 0.7446, -1.52715], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [4.69454, -1.74702, -1.73172], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [4.77574, 10.71066, -0.69872], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [4.69454, -1.74702, -1.73172], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [17.34174, -6.28758, -3.83107], + "lerp_mode": "catmullrom" + }, + "3.0833": { + "post": [7.34174, -6.28758, -3.83107], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "seg11": { + "rotation": { + "0.0": { + "post": [25.18908, 6.79382, 3.18458], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [2.68908, 6.79382, 3.18458], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [15.06949, -5.55211, -12.64889], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [5.019, 4.98093, 0.43688], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [5.019, 4.98093, 0.43688], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [17.519, 4.98093, 0.43688], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [12.11531, 5.3482, 0.46909], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-5.00474, 7.47144, 0.21803], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [7.22115, 19.92157, -0.93275], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [7.11566, 17.4411, -1.26204], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [7.73395, 2.095, -3.45899], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [11.95776, -9.7547, -5.24344], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [35.72261, -10.01252, -5.26248], + "lerp_mode": "catmullrom" + }, + "3.0833": { + "post": [1.793, 0, -3.69238], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [25.18908, 6.79382, 3.18458], + "lerp_mode": "catmullrom" + } + } + }, + "seg12": { + "rotation": { + "0.0": { + "post": [30.38126, 8.64917, 5.03837], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [25.38126, 8.64917, 5.03837], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [6.67067, -13.22303, -2.19211], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [10.07098, -0.48105, 0.35462], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [4.62533, -10.36062, -5.09233], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [14.62533, -10.36062, -5.09233], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [4.9446, 0.66791, -4.70115], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [16.67952, -3.38271, -5.59232], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [9.63143, -0.36083, -5.15739], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-0.36857, -0.36083, -5.15739], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [9.17122, -0.24281, -5.40212], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [7.25049, -2.90332, -6.00932], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [30.38126, 8.64917, 5.03837], + "lerp_mode": "catmullrom" + } + } + }, + "seg13": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-10.00329, -2.89604, -2.02793], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0.07563, -2.71965, -2.79555], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [7.57563, -2.71965, -2.79555], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-7.29526, -3.65416, -3.78646], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0.20474, -3.65416, -3.78646], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-4.79526, -3.65416, -3.78646], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [17.76387, 5.87287, -0.74336], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [2.67736, 3.84372, -3.10889], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-4.77549, 11.33541, -2.7526], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [7.72451, 11.33541, -2.7526], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [7.78807, 2.70496, -3.86425], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0.11505, -6.01043, -5.08182], + "lerp_mode": "catmullrom" + }, + "3.0833": { + "post": [25.11505, -6.01043, -5.08182], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1.3, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, -1.3, 0], + "lerp_mode": "catmullrom" + } + } + }, + "seg14": { + "rotation": { + "0.0": { + "post": [17.56274, 4.76804, 1.50701], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [17.56274, 4.76804, 1.50701], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-4.93726, 4.76804, 1.50701], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-9.93726, 4.76804, 1.50701], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [2.56274, 4.76804, 1.50701], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [17.56274, 4.76804, 1.50701], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [17.4419, -2.50594, -1.53466], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [12.61992, 7.20793, 2.05495], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0.02907, 2.32771, 0.96296], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0.02973, 12.32771, 0.96812], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [1.42245, -1.55129, 0.83897], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0.02917, 1.56771, 0.96259], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0.02907, 2.32771, 0.96296], + "lerp_mode": "catmullrom" + }, + "3.0833": { + "post": [17.51415, -0.05633, 0.2102], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [17.56274, 4.76804, 1.50701], + "lerp_mode": "catmullrom" + } + } + }, + "tip": { + "rotation": { + "0.0": { + "post": [10.59409, 8.33133, 30.22586], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [11.04023, -2.60036, 18.96454], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [3.78126, -1.14664, 11.60264], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-18.47346, 3.6699, 0.83151], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-1.16599, 0.32596, 4.24824], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-0.04783, 3.16998, 4.3087], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-0.33872, -4.44038, 4.25029], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-1.22475, 17.82221, 3.87997], + "lerp_mode": "catmullrom" + }, + "3.0833": { + "post": [27.05491, -13.61205, -0.19505], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [10.59409, 8.33133, 30.22586], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [40.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-2, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [20.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-27, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-14.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [-24.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [40.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [40.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 3.93741, 3.86712], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, -0.06, 3.87], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 3.93741, 3.86712], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.7083": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "smalll": { + "rotation": { + "0.0": { + "post": [25.70094, -31.77203, -42.42906], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [25.70094, -31.77203, -42.42906], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [25.70094, -31.77203, -42.42906], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [4.52861, -44.8029, -7.02876], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-26.89945, -7.08374, 51.76044], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-26.89945, -7.08374, 51.76044], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [25.70094, -31.77203, -42.42906], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + } + } + }, + "larm2": { + "rotation": { + "0.0": { + "post": [0, 0, 82.5], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 60, 30], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 60, 30], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 82.5], + "lerp_mode": "catmullrom" + } + } + }, + "lhand": { + "rotation": { + "0.0": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lfing1": { + "rotation": { + "0.0": { + "post": [-2.89983, 19.79718, 26.49387], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [-2.89983, 19.79718, 26.49387], + "lerp_mode": "catmullrom" + } + } + }, + "fling2": { + "rotation": { + "0.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + } + } + }, + "lfinggne3": { + "rotation": { + "0.0": { + "post": [8.19971, -23.69913, 22.77678], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [8.19971, -23.69913, 22.77678], + "lerp_mode": "catmullrom" + } + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [2.03026, -2.80176, -0.1095], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [2.52461, 4.89763, 0.16013], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [7.51539, -0.09754, -0.05983], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [30.01539, -0.09754, -0.05983], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [13.11582, -2.53241, -0.62696], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-2.50863, -11.4639, 0.05305], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [-17.48461, -0.09754, -0.05983], + "lerp_mode": "catmullrom" + }, + "3.0833": { + "post": [-29.98461, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rarm1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.rayquaza.physical_attack": { + "animation_length": 4.75, + "bones": { + "rayquaza": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, -140, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, -320, 0], + "lerp_mode": "catmullrom" + }, + "0.75": [0, -360, 0], + "1.0417": {"pre": [0, -360, 0], "post": [0, 0, 0]}, + "2.0": {"pre": [0, 0, 0], "post": [0, 0, 0]}, + "2.625": {"pre": [0, 0, 0], "post": [0, 0, 0]}, + "3.25": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, -21, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 56, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 204, 6], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 284, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 284, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 312, 0], + "lerp_mode": "catmullrom" + }, + "3.25": [0, -21, 0] + } + }, + "bodyseg1": { + "rotation": { + "0.0": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-72.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-87.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [90, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [70, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-105, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-177.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-177.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-255, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-332.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [-455, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": [-380, 0, 0], + "3.75": {"pre": [-380, 0, 0], "post": [-20, 0, 0]} + }, + "position": { + "0.0": { + "post": [0, 62, 106], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 85, 106], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 85, 106], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 68, 18], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 3, -41], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, -159.06084, -33.35988], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, -254.38393, -17.81178], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, -323.9133, -75.95103], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, -286.91, -153.95], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -214.91, -156.95], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, -189.91, -80.95], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, -189.91, 104.05], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, -276.91, 161.05], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, -333.91, 98.05], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, -236.91, 18.05], + "lerp_mode": "catmullrom" + }, + "3.25": [0, 62, 106], + "3.75": [0, 71, 106] + } + }, + "bodyseg2": { + "rotation": { + "0.0": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [14.91, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-0.55, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": [-37.5, 0, 0] + }, + "position": { + "0.0": [0, 0, -2], + "3.25": [0, 0, -2] + } + }, + "bodyseg3": { + "rotation": { + "0.0": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-0.05366, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-12.55366, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-2.55366, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-2.55366, 1.1021, 4.12564], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [7.44634, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [19.94634, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [19.95, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [12.29, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [2.45, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [7.45, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [12.45, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [12.45, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": [-37.5, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 3.06879, -1.83917], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 1.07, -1.84], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 3.06879, -1.83917], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0.07, -1.84], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, -1.34, -1.84], + "lerp_mode": "catmullrom" + }, + "3.25": [0, 3.06879, -1.83917] + } + }, + "smallr": { + "rotation": { + "0.0": { + "post": [22.81171, 46.1379, 45.7567], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-36.51315, 50.3539, -34.1022], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-22.42564, 32.13121, -16.45186], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-22.84555, -2.10403, -57.3648], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-22.84555, -2.10403, -57.3648], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [29.71691, 64.88421, -29.58117], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [29.71691, 64.88421, -29.58117], + "lerp_mode": "catmullrom" + }, + "3.25": [22.81171, 46.1379, 45.7567] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "3.25": [0, 0, 0] + } + }, + "rarm2": { + "rotation": { + "0.0": { + "post": [-67.5, 0, -107.5], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-87.12518, 5.16704, -24.17576], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-86.28307, 1.81278, -86.50096], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-83.85376, -62.19041, -29.87578], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-83.85376, -62.19041, -29.87578], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-86.24738, -7.88399, -14.97028], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-86.24738, -7.88399, -14.97028], + "lerp_mode": "catmullrom" + }, + "3.25": [-67.5, 0, -107.5] + } + }, + "rhand": { + "rotation": { + "0.0": [20, 0, 0], + "3.25": [20, 0, 0] + } + }, + "rfinger3": { + "rotation": { + "0.0": [-9.57151, -11.60364, -5.02521], + "3.25": [-9.57151, -11.60364, -5.02521] + } + }, + "rfinger2": { + "rotation": { + "0.0": [0, 0, 20], + "3.25": [0, 0, 20] + } + }, + "rfinger": { + "rotation": { + "0.0": [26.26629, 39.66109, 12.42432], + "3.25": [26.26629, 39.66109, 12.42432] + } + }, + "bodyseg4": { + "rotation": { + "0.0": { + "post": [-5.08394, -14.12356, 23.67547], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [6.02, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [22.39, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-1.83, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": [-5.08394, -14.12356, 23.67547] + }, + "position": { + "0.0": { + "post": [1, -0.13945, -1.59391], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -0.13945, -1.59391], + "lerp_mode": "catmullrom" + }, + "3.25": [1, -0.13945, -1.59391] + } + }, + "bodyseg5": { + "rotation": { + "0.0": { + "post": [0, -42.5, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [15.55, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [3.92, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": [0, -42.5, 0] + }, + "position": { + "0.0": [0, 0, 0], + "3.25": [0, 0, 0] + } + }, + "bodyseg6": { + "rotation": { + "0.0": { + "post": [30, -40, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [22.94205, -10.70017, 15.86691], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [10.18, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [27.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0.16, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": [30, -40, 0] + } + }, + "bodyseg7": { + "rotation": { + "0.0": { + "post": [37.93855, -7.05302, -7.10708], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [10.43855, -7.05302, -7.10708], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-2.06145, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-6.78367, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-4.56145, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [2.93855, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-2.14115, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [12.86, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [17.86, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [20.36, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0.36, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [10.36, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [20.36, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [20.36, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": [37.93855, -7.05302, -7.10708] + }, + "position": { + "0.0": { + "post": [-0.09095, 0.66874, -2.76125], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [-0.09095, 0.66874, -2.76125], + "lerp_mode": "catmullrom" + }, + "3.25": [-0.09095, 0.66874, -2.76125] + } + }, + "bodyseg8": { + "rotation": { + "0.0": { + "post": [16.35707, -12.27659, -12.56853], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [1.35707, -12.27659, -12.56853], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-9.45238, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [14.87, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": [16.35707, -12.27659, -12.56853] + } + }, + "bodyseg9": { + "rotation": { + "0.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-2.50954, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-5.80659, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-15.00954, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-13.50821, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [3.99179, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [3.99, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [13.99, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [8.55, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [1.49, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [3.99, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [16.49, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [21.49, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": [30, 0, 0] + } + }, + "seg10": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-5.30725, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-5.31, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [14.69, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [19.08, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [26.86, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [2.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-0.31, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [19.69, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [19.69, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": [25, 0, 0] + } + }, + "seg11": { + "rotation": { + "0.0": { + "post": [25.18908, 6.79382, 3.18458], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [2.68908, 6.79382, 3.18458], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [15.06949, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [2.52643, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-2.481, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [12.52, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [20.02, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [7.52, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [2.52, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [12.52, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [12.52, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": [25.18908, 6.79382, 3.18458] + } + }, + "seg12": { + "rotation": { + "0.0": { + "post": [30.38126, 8.64917, 5.03837], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [25.38126, 8.64917, 5.03837], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [6.67067, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2.57098, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-2.87467, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [4.63, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [22.13, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [19.45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [17.64, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-0.37, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-2.87, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [2.13, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [12.13, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": [30.38126, 8.64917, 5.03837] + } + }, + "seg13": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-10.00329, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-9.92437, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-4.92437, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-7.29526, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0.20474, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [2.7, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [7.7, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [18.01, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [24.84, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [20.2, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [2.7, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [5.2, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [17.7, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": [20, 0, 0] + }, + "position": { + "0.0": [0, -1.3, 0], + "3.25": [0, -1.3, 0] + } + }, + "seg14": { + "rotation": { + "0.0": { + "post": [17.56274, 4.76804, 1.50701], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [17.56274, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-4.93726, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-9.93726, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-6.60393, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [2.56274, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [5.06274, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [12.56, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [12.56, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [2.56, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0.06, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [10.06, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": [17.56274, 4.76804, 1.50701] + } + }, + "tip": { + "rotation": { + "0.0": { + "post": [10.59409, 8.33133, 30.22586], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [11.04023, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [3.78126, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-18.47346, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-1.16599, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-3.67, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-8.67, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [3.83, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [18.83, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-3.67, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [1.33, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [1.33, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": [10.59409, 8.33133, 30.22586] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [40.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-2, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [20.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-27, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-14.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-7.09, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-26.58, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [58, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": [40.5, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 3.93741, 3.86712], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, -0.06, 3.87], + "lerp_mode": "catmullrom" + }, + "2.1667": [0, -5.49, 3.87], + "2.625": [0, 2.5, 3.87], + "3.25": [0, 3.93741, 3.86712] + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-13.12, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": [25, 0, 0] + } + }, + "smalll": { + "rotation": { + "0.0": { + "post": [25.70094, -31.77203, -42.42906], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [25.70094, -31.77203, -42.42906], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [25.70094, -31.77203, -42.42906], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-28.17017, -25.73003, 41.98847], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-26.89945, -7.08374, 51.76044], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-26.89945, -7.08374, 51.76044], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [16.04146, -63.19217, 53.16207], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [16.04146, -63.19217, 53.16207], + "lerp_mode": "catmullrom" + }, + "3.25": [25.70094, -31.77203, -42.42906] + }, + "position": { + "0.0": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "3.25": [0, 0, -2] + } + }, + "larm2": { + "rotation": { + "0.0": { + "post": [0, 0, 82.5], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 75], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 60, 30], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 60, 30], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-13.63971, 9.50245, 2.93396], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-13.63971, 9.50245, 2.93396], + "lerp_mode": "catmullrom" + }, + "3.25": [0, 0, 82.5] + } + }, + "lhand": { + "rotation": { + "0.0": [-55, 0, 0], + "3.25": [-55, 0, 0] + } + }, + "lfing1": { + "rotation": { + "0.0": [-2.89983, 19.79718, 26.49387], + "3.25": [-2.89983, 19.79718, 26.49387] + } + }, + "fling2": { + "rotation": { + "0.0": [0, 0, -17.5], + "3.25": [0, 0, -17.5] + } + }, + "lfinggne3": { + "rotation": { + "0.0": [8.19971, -23.69913, 22.77678], + "3.25": [8.19971, -23.69913, 22.77678] + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [10.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": [0, 0, 0] + } + } + } + }, + "animation.rayquaza.special_attack": { + "animation_length": 4.8333, + "bones": { + "rayquaza": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -21, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, -21, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -21, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, -21, 0], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [0, -21, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg1": { + "rotation": { + "0.0": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-120, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-103.8, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-103.8, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 62, 106], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 90, 106], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 42.57, 106], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 42.57, 106], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 62, 106], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [0, 62, 106], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [40.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [110.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [110.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [40.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [40.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 3.93741, 3.86712], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, -1.06, 3.87], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 2.94, 0.87], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 2.94, 0.87], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 3.93741, 3.86712], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [0, 3.93741, 3.86712], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.9583": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg2": { + "rotation": { + "0.0": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg3": { + "rotation": { + "0.0": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 3.06879, -1.83917], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, -0.93, -1.84], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -0.93, -1.84], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 3.06879, -1.83917], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [0, 3.06879, -1.83917], + "lerp_mode": "catmullrom" + } + } + }, + "smalll": { + "rotation": { + "0.0": { + "post": [25.70094, -31.77203, -42.42906], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [25.70094, -31.77203, -42.42906], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [26.41133, -34.01805, -43.7368], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [26.41133, -34.01805, -43.7368], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [25.70094, -31.77203, -42.42906], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [25.70094, -31.77203, -42.42906], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + } + } + }, + "larm2": { + "rotation": { + "0.0": { + "post": [0, 0, 82.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 82.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 82.5], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [0, 0, 82.5], + "lerp_mode": "catmullrom" + } + } + }, + "lhand": { + "rotation": [-55, 0, 0] + }, + "lfing1": { + "rotation": [-2.89983, 19.79718, 26.49387] + }, + "fling2": { + "rotation": [0, 0, -17.5] + }, + "lfinggne3": { + "rotation": [8.19971, -23.69913, 22.77678] + }, + "smallr": { + "rotation": { + "0.0": { + "post": [22.81171, 46.1379, 45.7567], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [22.81171, 46.1379, 45.7567], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [22.81171, 46.1379, 45.7567], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [22.81171, 46.1379, 45.7567], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [22.81171, 46.1379, 45.7567], + "lerp_mode": "catmullrom" + } + } + }, + "rarm2": { + "rotation": { + "0.0": { + "post": [-67.5, 0, -107.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-67.5, 0, -107.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-79.17223, -19.84302, -46.89942], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-79.17223, -19.84302, -46.89942], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-67.5, 0, -107.5], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [-67.5, 0, -107.5], + "lerp_mode": "catmullrom" + } + } + }, + "rhand": { + "rotation": [20, 0, 0] + }, + "rfinger3": { + "rotation": [-9.57151, -11.60364, -5.02521] + }, + "rfinger2": { + "rotation": [0, 0, 20] + }, + "rfinger": { + "rotation": [26.26629, 39.66109, 12.42432] + }, + "bodyseg4": { + "rotation": { + "0.0": { + "post": [-5.08394, -14.12356, 23.67547], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-5.08394, -14.12356, 23.67547], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-5.0187, 10.78238, 21.49063], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-5.08394, -14.12356, 23.67547], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [-5.08394, -14.12356, 23.67547], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [1, -0.13945, -1.59391], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [1, -0.13945, -1.59391], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1, -0.13945, -1.59391], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [1, -0.13945, -1.59391], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [1, -0.13945, -1.59391], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg5": { + "rotation": { + "0.0": { + "post": [0, -42.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [2.69553, -52.79913, 42.6424], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [1.63135, -2.82853, 44.7095], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-3.36865, -2.82853, 44.7095], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [11.63135, -2.82853, 44.7095], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, -42.5, 0], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [0, -42.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.97152, 0.31661, -1.61428], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0.97152, 0.31661, -1.61428], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [0.97152, 0.31661, -1.61428], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg6": { + "rotation": { + "0.0": { + "post": [30, -40, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [30, -40, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [23.39647, -15.29739, 13.84846], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-14.10353, -15.29739, 13.84846], + "lerp_mode": "catmullrom" + }, + "3.0833": { + "post": [28.39647, -15.29739, 13.84846], + "lerp_mode": "catmullrom" + }, + "4.0833": { + "post": [30, -40, 0], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [30, -40, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg7": { + "rotation": { + "0.0": { + "post": [37.93855, -7.05302, -7.10708], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [37.93855, -7.05302, -7.10708], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [17.93855, -7.05302, -7.10708], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-9.56145, -7.05302, -7.10708], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [21.17336, 16.36367, 1.74069], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [37.93855, -7.05302, -7.10708], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [37.93855, -7.05302, -7.10708], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.09095, 0.66874, -2.76125], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-0.09095, 0.66874, -2.76125], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [-0.09095, 0.66874, -2.76125], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [-0.09095, 0.66874, -2.76125], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg8": { + "rotation": { + "0.0": { + "post": [16.35707, -12.27659, -12.56853], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [16.35707, -12.27659, -12.56853], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5.70464, -6.91409, -2.8563], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [6.81201, 7.98147, -1.0842], + "lerp_mode": "catmullrom" + }, + "4.25": { + "post": [16.35707, -12.27659, -12.56853], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [16.35707, -12.27659, -12.56853], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg9": { + "rotation": { + "0.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.3333": { + "post": [4.91547, -7.38542, 1.30962], + "lerp_mode": "catmullrom" + }, + "4.3333": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "seg10": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.9583": { + "post": [14.86217, 5.1922, -0.40977], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [20.12076, 12.45167, 1.10693], + "lerp_mode": "catmullrom" + }, + "4.5": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "seg11": { + "rotation": { + "0.0": { + "post": [25.18908, 6.79382, 3.18458], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [25.18908, 6.79382, 3.18458], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0.18908, 6.79382, 3.18458], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [-7.31092, 6.79382, 3.18458], + "lerp_mode": "catmullrom" + }, + "2.9583": { + "post": [-3.42483, -3.18831, 3.78316], + "lerp_mode": "catmullrom" + }, + "3.5833": { + "post": [7.68908, 6.79382, 3.18458], + "lerp_mode": "catmullrom" + }, + "4.5833": { + "post": [25.18908, 6.79382, 3.18458], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [25.18908, 6.79382, 3.18458], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -2.4, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, -2.4, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, -1.4, 0], + "lerp_mode": "catmullrom" + }, + "4.5833": { + "post": [0, -2.4, 0], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [0, -2.4, 0], + "lerp_mode": "catmullrom" + } + } + }, + "seg12": { + "rotation": { + "0.0": { + "post": [30.38126, 8.64917, 5.03837], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [30.38126, 8.64917, 5.03837], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [2.88126, 8.64917, 5.03837], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-12.11874, 8.64917, 5.03837], + "lerp_mode": "catmullrom" + }, + "3.6667": { + "post": [10.38126, 8.64917, 5.03837], + "lerp_mode": "catmullrom" + }, + "4.6667": { + "post": [30.38126, 8.64917, 5.03837], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [30.38126, 8.64917, 5.03837], + "lerp_mode": "catmullrom" + } + } + }, + "seg13": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1.3, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, -1.3, 0], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [0, -1.3, 0], + "lerp_mode": "catmullrom" + } + } + }, + "seg14": { + "rotation": { + "0.0": { + "post": [17.56274, 4.76804, 1.50701], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [17.56274, 4.76804, 1.50701], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [5.06274, 4.76804, 1.50701], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-4.93726, 4.76804, 1.50701], + "lerp_mode": "catmullrom" + }, + "3.8333": { + "post": [7.56274, 4.76804, 1.50701], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [17.56274, 4.76804, 1.50701], + "lerp_mode": "catmullrom" + } + } + }, + "tip": { + "rotation": { + "0.0": { + "post": [10.59409, 8.33133, 30.22586], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [15.59409, 8.33133, 30.22586], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-9.40591, 8.33133, 30.22586], + "lerp_mode": "catmullrom" + }, + "2.9583": { + "post": [20.66504, -10.41326, 23.21903], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [25.59409, 8.33133, 30.22586], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [10.59409, 8.33133, 30.22586], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [10.59409, 8.33133, 30.22586], + "lerp_mode": "catmullrom" + } + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [65, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [65, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 3], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 3], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.rayquaza.blink": { + "animation_length": 0.1667, + "bones": { + "blinkder1": { + "position": { + "0.0": [0, 0, 0], + "0.0833": [1, 0, 0], + "0.1667": [0, 0, 0] + } + }, + "blinkder2": { + "position": { + "0.0": [0, 0, 0], + "0.0833": [-1, 0, 0], + "0.1667": [0, 0, 0] + } + } + } + }, + "animation.rayquaza.cry": { + "animation_length": 4.125, + "bones": { + "rayquaza": { + "position": { + "0.0": { + "post": [0, -21, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, -21, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg1": { + "rotation": { + "0.0": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 62, 106], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 48, 106], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 48, 106], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, 62, 106], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg2": { + "rotation": { + "0.0": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg3": { + "rotation": { + "0.0": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 3.06879, -1.83917], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, 3.06879, -1.83917], + "lerp_mode": "catmullrom" + } + } + }, + "smallr": { + "rotation": { + "0.0": { + "post": [22.81171, 46.1379, 45.7567], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [21.37254, 41.31337, 43.66956], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [21.37254, 41.31337, 43.66956], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [31.39279, 41.5601, 58.10874], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [22.81171, 46.1379, 45.7567], + "lerp_mode": "catmullrom" + } + } + }, + "rarm2": { + "rotation": { + "0.0": { + "post": [-67.5, 0, -107.5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-76.74331, -18.33717, -54.32656], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-76.74331, -18.33717, -54.32656], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-67.67352, -2.86313, -100.56512], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [-67.5, 0, -107.5], + "lerp_mode": "catmullrom" + } + } + }, + "rhand": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rfinger3": { + "rotation": { + "0.0": { + "post": [-9.57151, -11.60364, -5.02521], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-7.40152, -13.08335, -15.15008], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [-9.57151, -11.60364, -5.02521], + "lerp_mode": "catmullrom" + } + } + }, + "rfinger2": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 40], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "rfinger": { + "rotation": { + "0.0": { + "post": [26.26629, 39.66109, 12.42432], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.62097, 46.33932, -24.42898], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [26.26629, 39.66109, 12.42432], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg4": { + "rotation": { + "0.0": { + "post": [-5.08394, -14.12356, 23.67547], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-0.08394, -14.12356, 23.67547], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [-5.08394, -14.12356, 23.67547], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [1, -0.13945, -1.59391], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [1, -0.13945, -1.59391], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg5": { + "rotation": { + "0.0": { + "post": [0, -42.5, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, -42.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.97152, 0.31661, -1.61428], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0.97152, 0.31661, -1.61428], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg6": { + "rotation": { + "0.0": { + "post": [30, -40, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [10.42924, -27.42998, 46.47259], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [10.42924, -27.42998, 46.47259], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [30, -40, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [30, -40, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg7": { + "rotation": { + "0.0": { + "post": [37.93855, -7.05302, -7.10708], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [38.12413, 8.76124, 5.17718], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [38.12413, 8.76124, 5.17718], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [37.93855, -7.05302, -7.10708], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.09095, 0.66874, -2.76125], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [-0.09095, 0.66874, -2.76125], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg8": { + "rotation": { + "0.0": { + "post": [16.35707, -12.27659, -12.56853], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [16.35707, -12.27659, -12.56853], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg9": { + "rotation": { + "0.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "seg10": { + "rotation": { + "0.0": { + "post": [25.02856, -1.54449, -0.72188], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [25.08377, -4.53051, -2.11751], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [25.02856, -1.54449, -0.72188], + "lerp_mode": "catmullrom" + } + } + }, + "seg11": { + "rotation": { + "0.0": { + "post": [25.77777, 5.08051, 2.31993], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [8.44002, 5.60867, 2.60912], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [8.44002, 5.60867, 2.60912], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [28.32388, 13.36887, 6.85821], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [25.77777, 5.08051, 2.31993], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -2.4, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0.6, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0.6, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, -2.4, 0], + "lerp_mode": "catmullrom" + } + } + }, + "seg12": { + "rotation": { + "0.0": { + "post": [30.81276, 8.25815, 4.78426], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [32.70061, 6.54743, 3.67251], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [30.81276, 8.25815, 4.78426], + "lerp_mode": "catmullrom" + } + } + }, + "seg13": { + "rotation": { + "0.0": { + "post": [20.00818, -0.54625, -0.1993], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [20.07031, -4.69776, -1.71394], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [20.00818, -0.54625, -0.1993], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1.3, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, -1.3, 0], + "lerp_mode": "catmullrom" + } + } + }, + "seg14": { + "rotation": { + "0.0": { + "post": [17.98569, 8.64598, 2.75279], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [22.75313, -9.53274, -3.03513], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [17.98569, 8.64598, 2.75279], + "lerp_mode": "catmullrom" + } + } + }, + "tip": { + "rotation": { + "0.0": { + "post": [10.59409, 8.33133, 30.22586], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-1.67805, -21.61321, 54.25539], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [10.59409, 8.33133, 30.22586], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [40.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [12.93841, 1.04252, -0.05391], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [12.93841, 1.04252, -0.05391], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [43, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [44.37458, -3.45509, 0.11471], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [40.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 3.93741, 3.86712], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, 3.93741, 3.86712], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [39.69, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [27.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [39.69, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [27.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [39.69, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [27.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [39.69, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [27.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [39.69, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [27.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [39.69, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [27.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [32.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "smalll": { + "rotation": { + "0.0": { + "post": [25.70094, -31.77203, -42.42906], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [30.70555, -36.88105, -48.91292], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [25.70094, -31.77203, -42.42906], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + } + } + }, + "larm2": { + "rotation": { + "0.0": { + "post": [0, 0, 82.5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 37.07], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 37.07], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 72.5], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, 0, 82.5], + "lerp_mode": "catmullrom" + } + } + }, + "lhand": { + "rotation": { + "0.0": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lfing1": { + "rotation": { + "0.0": { + "post": [-2.89983, 19.79718, 26.49387], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-3.42923, 37.27109, 25.39849], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [-2.89983, 19.79718, 26.49387], + "lerp_mode": "catmullrom" + } + } + }, + "fling2": { + "rotation": { + "0.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + } + } + }, + "lfinggne3": { + "rotation": { + "0.0": { + "post": [8.19971, -23.69913, 22.77678], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [2.55905, -24.87706, 36.43546], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [8.19971, -23.69913, 22.77678], + "lerp_mode": "catmullrom" + } + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/reshiram/reshiram.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/reshiram/reshiram.animation.json new file mode 100644 index 0000000..58063f0 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/reshiram/reshiram.animation.json @@ -0,0 +1,4182 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.reshiram.ground_idle": { + "loop": true, + "bones": { + "reshiram": { + "position": [0, -1.9, 0] + }, + "tail": { + "rotation": ["-math.cos((query.anim_time-0.1)*90)*0.5", 0, 0] + }, + "tail2": { + "rotation": ["7.5+math.cos((query.anim_time-0.1)*90)*2", "math.cos((query.anim_time-0.1)*90)*2", "math.cos((query.anim_time-0.1)*90)*3"] + }, + "tail3": { + "rotation": ["60-math.cos((query.anim_time-0.2)*180)*4", "0+math.cos((query.anim_time-0.2)*180)*2", "0-math.cos((query.anim_time-0.2)*180)*4"], + "position": [0, -1, -2] + }, + "tail4": { + "rotation": ["-42.5+math.cos((query.anim_time-0.3)*90)*4", "0+math.cos((query.anim_time-0.3)*180)*5", "0+math.cos((query.anim_time-0.3)*90)*3"], + "position": [0, 1, -1] + }, + "tail5": { + "rotation": ["-2.5+math.cos((query.anim_time-0.4)*180)*5", "math.cos((query.anim_time-0.4)*360)*4", "math.cos((query.anim_time-0.4)*180)*3"] + }, + "body": { + "rotation": ["-math.cos(query.anim_time*180)*1", 0, 0] + }, + "neck": { + "rotation": ["math.cos((query.anim_time-0.1)*180)*1", 0, 0] + }, + "head": { + "rotation": ["5+math.cos((query.anim_time-0.2)*180)*1", 0, 0] + }, + "right_head2": { + "rotation": ["math.cos(query.anim_time*90)*4", 0, 0] + }, + "right_head3": { + "rotation": ["-math.cos((query.anim_time-0.1)*90)*7", 0, 0] + }, + "right_head4": { + "rotation": ["math.cos((query.anim_time-0.2)*180)*8", 0, 0] + }, + "right_head5": { + "rotation": ["-math.cos((query.anim_time-0.3)*180)*9", 0, 0] + }, + "right_head6": { + "rotation": ["math.cos((query.anim_time-0.4)*180)*10", 0, 0] + }, + "left_leg": { + "rotation": ["math.cos(query.anim_time*180)*2", 0, -10] + }, + "left_leg2": { + "rotation": ["0.0752-math.cos(query.anim_time*180)*4", 2.52181, 3.24979], + "position": [0, 1, 0] + }, + "left_leg3": { + "rotation": ["math.cos(query.anim_time*180)*1", 0, 0], + "position": [0, 0, 0] + }, + "left_leg4": { + "rotation": [0.32652, -2.4786, 4.99294] + }, + "left_arm": { + "rotation": [13.9042, -5.68422, "-18.1937+math.cos((query.anim_time-0.1)*180)*1"], + "position": [0, -1, 0] + }, + "left_arm2": { + "rotation": [-12.90805, 12.0318, "-10.1204+math.cos((query.anim_time-0.2)*180)*1"] + }, + "left_arm3": { + "rotation": [-1.18176, 0.60211, "26.9736+math.cos((query.anim_time-0.3)*180)*1"], + "position": [-1, 0, 0] + }, + "left_arm4": { + "rotation": ["-math.cos((query.anim_time-0.4)*180)*3", 0, 0] + }, + "left_arm5": { + "rotation": ["-math.cos((query.anim_time-0.5)*180)*3", 0, 0] + }, + "right_arm": { + "rotation": [13.36964, 6.86378, "13.3054-math.cos((query.anim_time-0.1)*180)*1"], + "position": [0, -1, 0] + }, + "right_arm2": { + "rotation": [-14.77085, -9.63372, "20.006-math.cos((query.anim_time-0.2)*180)*1"] + }, + "right_arm3": { + "rotation": [2.18979, 0.96475, "-35.7409-math.cos((query.anim_time-0.3)*180)*1"] + }, + "right_arm4": { + "rotation": ["-math.cos((query.anim_time-0.4)*180)*3", 0, 0] + }, + "right_arm5": { + "rotation": ["-math.cos((query.anim_time-0.5)*180)*3", 0, 0] + }, + "right_leg": { + "rotation": ["math.cos(query.anim_time*180)*2", 0, 10] + }, + "right_leg2": { + "rotation": ["0.0752-math.cos(query.anim_time*180)*4", -2.52181, -3.24979], + "position": [0, 1, 0] + }, + "right_leg3": { + "rotation": ["math.cos(query.anim_time*180)*1", 0, 0] + }, + "right_leg4": { + "rotation": [0.32652, 2.4786, -4.99294] + }, + "left_head2": { + "rotation": ["-math.cos(query.anim_time*90)*4", 0, 0] + }, + "left_head3": { + "rotation": ["math.cos((query.anim_time-0.1)*90)*7", 0, 0] + }, + "left_head4": { + "rotation": ["-math.cos((query.anim_time-0.2)*180)*8", 0, 0] + }, + "left_head5": { + "rotation": ["math.cos((query.anim_time-0.3)*180)*9", 0, 0] + }, + "left_head6": { + "rotation": ["-math.cos((query.anim_time-0.4)*90)*10", 0, 0] + }, + "upper": { + "rotation": ["math.cos(query.anim_time*180)*1", 0, 0] + }, + "left_arm2half": { + "rotation": [0, 0, 15] + }, + "right_arm2half": { + "rotation": [0, 0, -10] + } + } + }, + "animation.reshiram.cry": { + "animation_length": 4, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [10, 0, 0], + "2.0": [0, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": [0, 0, 0] + } + }, + "tail2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": [0, 0, 0] + } + }, + "tail3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": [0, 0, 0] + } + }, + "tail4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": [0, 0, 0] + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "2.0": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": [0, 0, 0] + } + }, + "bottomjaw": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [35.16, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": [0, 0, 0] + } + }, + "body2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": [0, 0, 0] + } + }, + "body3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": [0, 0, 0] + } + } + } + }, + "animation.reshiram.blink": { + "animation_length": 1, + "bones": { + "left_eyes": { + "position": { + "0.0": [0, 0, 0], + "0.0833": [-1, 0, 0], + "0.1667": [0, 0, 0] + } + }, + "right_eyes": { + "position": { + "0.0": [0, 0, 0], + "0.0833": [1, 0, 0], + "0.1667": [0, 0, 0] + } + } + } + }, + "animation.reshiram.fly": { + "loop": true, + "animation_length": 4, + "bones": { + "mainthing": { + "rotation": { + "0.0": { + "post": [33.24, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [33.24, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [33.24, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 4.24, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 6, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 4.24, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 6, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 4.24, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [-0.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-0.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-0.6, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-11.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-11.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-11.76, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bottomjaw": { + "rotation": { + "0.0": { + "post": [5.28, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [5.28, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [5.28, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_head2": { + "rotation": { + "0.0": ["-math.cos(query.anim_time*90)*4", 0, 0], + "4.0": ["-math.cos(query.anim_time*90)*4", 0, 0] + } + }, + "left_head3": { + "rotation": { + "0.0": ["math.cos((query.anim_time-0.1)*90)*7", 0, 0], + "4.0": ["math.cos((query.anim_time-0.1)*90)*7", 0, 0] + } + }, + "left_head4": { + "rotation": { + "0.0": ["-math.cos((query.anim_time-0.2)*180)*8", 0, 0], + "4.0": ["-math.cos((query.anim_time-0.2)*180)*8", 0, 0] + } + }, + "left_head5": { + "rotation": { + "0.0": ["math.cos((query.anim_time-0.3)*180)*9", 0, 0], + "4.0": ["math.cos((query.anim_time-0.3)*180)*9", 0, 0] + } + }, + "left_head6": { + "rotation": { + "0.0": ["-math.cos((query.anim_time-0.4)*90)*10", 0, 0], + "4.0": ["-math.cos((query.anim_time-0.4)*90)*10", 0, 0] + } + }, + "right_head2": { + "rotation": { + "0.0": ["math.cos(query.anim_time*90)*4", 0, 0], + "4.0": ["math.cos(query.anim_time*90)*4", 0, 0] + } + }, + "right_head3": { + "rotation": { + "0.0": ["-math.cos((query.anim_time-0.1)*90)*7", 0, 0], + "4.0": ["-math.cos((query.anim_time-0.1)*90)*7", 0, 0] + } + }, + "right_head4": { + "rotation": { + "0.0": ["math.cos((query.anim_time-0.2)*180)*8", 0, 0], + "4.0": ["math.cos((query.anim_time-0.2)*180)*8", 0, 0] + } + }, + "right_head5": { + "rotation": { + "0.0": ["-math.cos((query.anim_time-0.3)*180)*9", 0, 0], + "4.0": ["-math.cos((query.anim_time-0.3)*180)*9", 0, 0] + } + }, + "right_head6": { + "rotation": { + "0.0": ["math.cos((query.anim_time-0.4)*180)*10", 0, 0], + "4.0": ["math.cos((query.anim_time-0.4)*180)*10", 0, 0] + } + }, + "body2": { + "rotation": { + "0.0": { + "post": [6.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [6.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [6.76, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body3": { + "rotation": { + "0.0": { + "post": [-1.02, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-1.02, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-1.02, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_arm": { + "rotation": { + "0.0": { + "post": [-28.45285, -4.53086, -8.18893], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-29.14743, 7.43547, 13.06431], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-28.07555, -11.0311, -19.7339], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-28.45285, -4.53086, -8.18893], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-29.14743, 7.43547, 13.06431], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-28.07555, -11.0311, -19.7339], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-28.45285, -4.53086, -8.18893], + "lerp_mode": "catmullrom" + } + } + }, + "right_arm2": { + "rotation": { + "0.0": { + "post": [0, 0, -5.12], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 22.28], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -5.12], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 22.28], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, -5.12], + "lerp_mode": "catmullrom" + } + } + }, + "right_arm2half": { + "rotation": { + "0.0": { + "post": [0, 0, -13.17], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 24.69], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -9.44], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -13.17], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 24.69], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, -9.44], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, -13.17], + "lerp_mode": "catmullrom" + } + } + }, + "right_arm3": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 17.22], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 9.51], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, 0, 17.22], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 9.51], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "left_arm": { + "rotation": { + "0.0": { + "post": [-30.764, 5.11023, 9.99992], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-31.53901, -8.47913, -11.89017], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-30.34301, 12.4921, 21.89083], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-30.764, 5.11023, 9.99992], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-31.53901, -8.47913, -11.89017], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-30.34301, 12.4921, 21.89083], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-30.764, 5.11023, 9.99992], + "lerp_mode": "catmullrom" + } + } + }, + "left_arm2": { + "rotation": { + "0.0": { + "post": [0, 0, -0.63], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -24.8], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -0.63], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, -24.8], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, -0.63], + "lerp_mode": "catmullrom" + } + } + }, + "left_arm2half": { + "rotation": { + "0.0": { + "post": [0, 0, 10.29], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 9.68], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 10.29], + "lerp_mode": "catmullrom" + }, + "2.9583": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 9.68], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 10.29], + "lerp_mode": "catmullrom" + } + } + }, + "left_arm3": { + "rotation": { + "0.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -12.13], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, -12.13], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "right_leg": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_leg2": { + "rotation": { + "0.0": { + "post": [-1.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-1.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-1.76, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_leg3": { + "rotation": { + "0.0": { + "post": [41.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [41.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [41.76, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_leg4": { + "rotation": { + "0.0": { + "post": [13.98, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [13.98, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [13.98, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_leg": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_leg2": { + "rotation": { + "0.0": { + "post": [-1.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-1.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-1.76, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_leg3": { + "rotation": { + "0.0": { + "post": [41.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [41.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [41.76, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_leg4": { + "rotation": { + "0.0": { + "post": [13.98, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [13.98, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [13.98, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": { + "post": [-18.24, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-18.24, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-18.24, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": ["-math.cos((query.anim_time-0.1)*90)*0.5", 0, 0], + "4.0": ["-math.cos((query.anim_time-0.1)*90)*0.5", 0, 0] + } + }, + "tail2": { + "rotation": { + "0.0": ["7.5+math.cos((query.anim_time-0.1)*90)*2", "math.cos((query.anim_time-0.1)*90)*2", "math.cos((query.anim_time-0.1)*90)*3"], + "4.0": ["7.5+math.cos((query.anim_time-0.1)*90)*2", "math.cos((query.anim_time-0.1)*90)*2", "math.cos((query.anim_time-0.1)*90)*3"] + } + }, + "tail3": { + "rotation": { + "0.0": ["25-math.cos((query.anim_time-0.2)*180)*4", "0+math.cos((query.anim_time-0.2)*180)*2", "0-math.cos((query.anim_time-0.2)*180)*4"], + "4.0": ["25-math.cos((query.anim_time-0.2)*180)*4", "0+math.cos((query.anim_time-0.2)*180)*2", "0-math.cos((query.anim_time-0.2)*180)*4"] + }, + "position": { + "0.0": [0, -1, -2], + "4.0": [0, -1, -2] + } + }, + "tail4": { + "rotation": { + "0.0": ["-35+math.cos((query.anim_time-0.3)*90)*4", "math.cos((query.anim_time-0.3)*180)*5", "math.cos((query.anim_time-0.3)*90)*3"], + "4.0": ["-35+math.cos((query.anim_time-0.3)*90)*4", "math.cos((query.anim_time-0.3)*180)*5", "math.cos((query.anim_time-0.3)*90)*3"] + }, + "position": { + "0.0": [0, 1, -1], + "4.0": [0, 1, -1] + } + } + } + }, + "animation.reshiram.ground_walk": { + "loop": true, + "animation_length": 4, + "bones": { + "mainthing": { + "rotation": { + "0.0": { + "post": [-11.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-11.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-11.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-11.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-11.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-11.76, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 9.24, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 4.24, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 13.24, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 4.24, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 13.24, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 9.24, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [11.9, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [11.9, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [11.9, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [11.9, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [11.9, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [11.9, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [11.9, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [15.74, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15.74, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [15.74, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [15.74, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [15.74, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [15.74, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [15.74, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bottomjaw": { + "rotation": { + "0.0": { + "post": [5.28, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [27.78, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5.28, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [5.28, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [27.78, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [5.28, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [5.28, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_head2": { + "rotation": { + "0.0": ["-math.cos(query.anim_time*90)*4", 0, 0], + "4.0": ["-math.cos(query.anim_time*90)*4", 0, 0] + } + }, + "left_head3": { + "rotation": { + "0.0": ["math.cos((query.anim_time-0.1)*90)*7", 0, 0], + "4.0": ["math.cos((query.anim_time-0.1)*90)*7", 0, 0] + } + }, + "left_head4": { + "rotation": { + "0.0": ["-math.cos((query.anim_time-0.2)*180)*8", 0, 0], + "4.0": ["-math.cos((query.anim_time-0.2)*180)*8", 0, 0] + } + }, + "left_head5": { + "rotation": { + "0.0": ["math.cos((query.anim_time-0.3)*180)*9", 0, 0], + "4.0": ["math.cos((query.anim_time-0.3)*180)*9", 0, 0] + } + }, + "left_head6": { + "rotation": { + "0.0": ["-math.cos((query.anim_time-0.4)*90)*10", 0, 0], + "4.0": ["-math.cos((query.anim_time-0.4)*90)*10", 0, 0] + } + }, + "right_head2": { + "rotation": { + "0.0": ["math.cos(query.anim_time*90)*4", 0, 0], + "4.0": ["math.cos(query.anim_time*90)*4", 0, 0] + } + }, + "right_head3": { + "rotation": { + "0.0": ["-math.cos((query.anim_time-0.1)*90)*7", 0, 0], + "4.0": ["-math.cos((query.anim_time-0.1)*90)*7", 0, 0] + } + }, + "right_head4": { + "rotation": { + "0.0": ["math.cos((query.anim_time-0.2)*180)*8", 0, 0], + "4.0": ["math.cos((query.anim_time-0.2)*180)*8", 0, 0] + } + }, + "right_head5": { + "rotation": { + "0.0": ["-math.cos((query.anim_time-0.3)*180)*9", 0, 0], + "4.0": ["-math.cos((query.anim_time-0.3)*180)*9", 0, 0] + } + }, + "right_head6": { + "rotation": { + "0.0": ["math.cos((query.anim_time-0.4)*180)*10", 0, 0], + "4.0": ["math.cos((query.anim_time-0.4)*180)*10", 0, 0] + } + }, + "body2": { + "rotation": { + "0.0": { + "post": [14.26, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [14.26, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [14.26, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [14.26, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [14.26, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [14.26, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [14.26, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body3": { + "rotation": { + "0.0": { + "post": [-1.02, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-1.02, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-1.02, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-1.02, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-1.02, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-1.02, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-1.02, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_arm": { + "rotation": { + "0.0": { + "post": [-28.45285, -4.53086, -8.18893], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-27.11771, 13.34855, 24.26701], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-27.11771, -13.34855, -24.26701], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-28.45285, -4.53086, -8.18893], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-27.11771, 13.34855, 24.26701], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-27.11771, -13.34855, -24.26701], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-28.45285, -4.53086, -8.18893], + "lerp_mode": "catmullrom" + } + } + }, + "right_arm2": { + "rotation": { + "0.0": { + "post": [0, 0, -5.12], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 22.28], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -5.12], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 22.28], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, -5.12], + "lerp_mode": "catmullrom" + } + } + }, + "right_arm2half": { + "rotation": { + "0.0": { + "post": [0, 0, -13.17], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 24.69], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -9.44], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -13.17], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 24.69], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, -9.44], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, -13.17], + "lerp_mode": "catmullrom" + } + } + }, + "right_arm3": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 17.22], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 9.51], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, 0, 17.22], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 9.51], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "left_arm": { + "rotation": { + "0.0": { + "post": [-30.764, 5.11023, 9.99992], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-29.30684, -14.82879, -22.89102], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-29.2819, 14.97921, 26.35655], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-30.764, 5.11023, 9.99992], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-29.30684, -14.82879, -22.89102], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-29.2819, 14.97921, 26.35655], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-30.764, 5.11023, 9.99992], + "lerp_mode": "catmullrom" + } + } + }, + "left_arm2": { + "rotation": { + "0.0": { + "post": [0, 0, -0.63], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -24.8], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -0.63], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, -24.8], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, -0.63], + "lerp_mode": "catmullrom" + } + } + }, + "left_arm2half": { + "rotation": { + "0.0": { + "post": [0, 0, 10.29], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 9.68], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 10.29], + "lerp_mode": "catmullrom" + }, + "2.9583": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 9.68], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 10.29], + "lerp_mode": "catmullrom" + } + } + }, + "left_arm3": { + "rotation": { + "0.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -12.13], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, -12.13], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "right_leg": { + "rotation": { + "0.0": { + "post": [4.47761, -5.24826, 11.36081], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [11.97761, -5.24826, 11.36081], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [4.47761, -5.24826, 11.36081], + "lerp_mode": "catmullrom" + } + } + }, + "right_leg2": { + "rotation": { + "0.0": { + "post": [-1.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-1.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-1.76, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_leg3": { + "rotation": { + "0.0": { + "post": [41.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [41.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [41.76, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_leg4": { + "rotation": { + "0.0": { + "post": [13.98, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [13.98, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [13.98, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_leg": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [7.5, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "left_leg2": { + "rotation": { + "0.0": { + "post": [-1.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-1.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-1.76, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_leg3": { + "rotation": { + "0.0": { + "post": [41.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [41.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [41.76, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_leg4": { + "rotation": { + "0.0": { + "post": [13.98, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [13.98, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [13.98, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": { + "post": [-23.24, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15.74, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-23.24, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-15.74, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-23.24, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-23.24, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": ["-math.cos((query.anim_time-0.1)*90)*0.5", 0, 0], + "4.0": ["-math.cos((query.anim_time-0.1)*90)*0.5", 0, 0] + } + }, + "tail2": { + "rotation": { + "0.0": ["7.5+math.cos((query.anim_time-0.1)*90)*2", "math.cos((query.anim_time-0.1)*90)*2", "math.cos((query.anim_time-0.1)*90)*3"], + "4.0": ["7.5+math.cos((query.anim_time-0.1)*90)*2", "math.cos((query.anim_time-0.1)*90)*2", "math.cos((query.anim_time-0.1)*90)*3"] + } + }, + "tail3": { + "rotation": { + "0.0": ["25-math.cos((query.anim_time-0.2)*180)*4", "0+math.cos((query.anim_time-0.2)*180)*2", "0-math.cos((query.anim_time-0.2)*180)*4"], + "4.0": ["25-math.cos((query.anim_time-0.2)*180)*4", "0+math.cos((query.anim_time-0.2)*180)*2", "0-math.cos((query.anim_time-0.2)*180)*4"] + }, + "position": { + "0.0": [0, -1, -2], + "4.0": [0, -1, -2] + } + }, + "tail4": { + "rotation": { + "0.0": ["-35+math.cos((query.anim_time-0.3)*90)*4", "math.cos((query.anim_time-0.3)*180)*5", "math.cos((query.anim_time-0.3)*90)*3"], + "4.0": ["-35+math.cos((query.anim_time-0.3)*90)*4", "math.cos((query.anim_time-0.3)*180)*5", "math.cos((query.anim_time-0.3)*90)*3"] + }, + "position": { + "0.0": [0, 1, -1], + "4.0": [0, 1, -1] + } + } + } + }, + "animation.reshiram.special_attack": { + "animation_length": 3.5, + "bones": { + "mainthing": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 42, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 42, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 52, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 66, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 69, 7], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 69, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 69, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + } + } + }, + "upper": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, -2, 4], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_arm": { + "rotation": { + "0.0": { + "post": [13.36964, 6.86378, 13.3054], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [3.84332, 2.0063, -35.35444], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-83.73095, -5.61497, 13.86137], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-83.73095, -5.61497, 13.86137], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-122.56432, -11.61157, 8.11672], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-120.74518, -26.8105, 22.18262], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-72.05382, 20.76014, 28.27448], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [-122.56432, -11.61157, 8.11672], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-120.74518, -26.8105, 22.18262], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [13.36964, 6.86378, 13.3054], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_arm2": { + "rotation": { + "0.0": { + "post": [-14.77085, -9.63372, 20.006], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-5.84199, -16.60573, -17.89233], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-10.17868, -27.26591, -2.74678], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-10.69619, -32.18333, -1.70404], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [2.37965, -33.65798, -25.51776], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-15.87175, -7.64926, 27.32225], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [2.37965, -33.65798, -25.51776], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-14.77085, -9.63372, 20.006], + "lerp_mode": "catmullrom" + } + } + }, + "right_arm2half": { + "rotation": { + "0.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -12.5, 15.58824], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, -12.5, 15.58824], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [3.72612, -17.90311, -22.82691], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [3.72612, -17.90311, -22.82691], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "right_arm3": { + "rotation": { + "0.0": { + "post": [2.18979, 0.96475, -35.7409], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [3.28919, 0.61509, 27.2726], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-0.00558, -1.74327, 18.30953], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-0.00558, -1.74327, 18.30953], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-6.11049, -4.43646, -29.48726], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-2.29749, 1.98892, 19.15134], + "lerp_mode": "catmullrom" + }, + "3.125": { + "post": [-6.11049, -4.43646, -29.48726], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [2.18979, 0.96475, -35.7409], + "lerp_mode": "catmullrom" + } + } + }, + "left_arm": { + "rotation": { + "0.0": { + "post": [13.9042, -5.68422, -18.1937], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [3.85286, -4.50066, 35.18636], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-72.25588, 5.80462, -12.85872], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-72.25588, 5.80462, -12.85872], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-118.66904, 20.05565, -8.04184], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-118.94347, 29.25575, -18.47458], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-79.96459, -27.88632, -22.03624], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [-118.66904, 20.05565, -8.04184], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-118.94347, 29.25575, -18.47458], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [13.9042, -5.68422, -18.1937], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_arm2": { + "rotation": { + "0.0": { + "post": [-12.90805, 12.0318, -10.1204], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-5.84199, 16.60573, 17.89236], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-11.91007, 23.40059, -4.71186], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-11.91007, 23.40059, -4.71186], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-2.68698, 25.97539, 17.14336], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-12.90805, 12.0318, -10.1204], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [-2.68698, 25.97539, 17.14336], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-12.90805, 12.0318, -10.1204], + "lerp_mode": "catmullrom" + } + } + }, + "left_arm2half": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-5.16118, 24.98039, -21.30436], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-5.16118, 24.98039, -21.30436], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [9.33203, 23.65508, 16.4684], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [9.33203, 23.65508, 16.4684], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + } + }, + "left_arm3": { + "rotation": { + "0.0": { + "post": [-1.18176, 0.60211, 26.9736], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [6.77379, 3.36482, -26.01666], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [6.33218, 12.92776, -21.57461], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [6.33218, 12.92776, -21.57461], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [5.14314, 5.28395, 45.55147], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [5.5195, 2.29132, -15.99569], + "lerp_mode": "catmullrom" + }, + "3.125": { + "post": [5.14314, 5.28395, 45.55147], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-1.18176, 0.60211, 26.9736], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bottomjaw": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_leg": { + "rotation": { + "0.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [7.5, 0, 10], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + } + } + }, + "right_leg2": { + "rotation": { + "0.0": { + "post": [0.0752, -2.52181, -3.24979], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [12.5752, -2.52181, -3.24979], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0.0752, -2.52181, -3.24979], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_leg3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [52.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_leg4": { + "rotation": { + "0.0": { + "post": [0.32652, 2.4786, -4.99294], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [42.82652, 2.4786, -4.99294], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [42.82652, 2.4786, -4.99294], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0.32652, 2.4786, -4.99294], + "lerp_mode": "catmullrom" + } + } + }, + "right_leg5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_leg": { + "rotation": { + "0.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [20, 0, -10], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "left_leg2": { + "rotation": { + "0.0": { + "post": [0.0752, 2.52181, 3.24979], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [20.0752, 2.52181, 3.24979], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0.0752, 2.52181, 3.24979], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_leg3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_leg4": { + "rotation": { + "0.0": { + "post": [0.32652, -2.4786, 4.99294], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [42.82652, -2.4786, 4.99294], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [42.82652, -2.4786, 4.99294], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0.32652, -2.4786, 4.99294], + "lerp_mode": "catmullrom" + } + } + }, + "left_leg5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-57.67982, 1.31364, -1.25095], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 1832.5], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-5, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rarm1memb": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-2, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-2, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-2, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [1.6, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [1.6, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [1.6, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1.6, 1, 1], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "rarm2memb": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-3, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-3, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-3, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-3, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [1.3, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [1.3, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [1.3, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1.3, 1, 1], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "larm1memb": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [3, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [3, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [3, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [3, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [1.8, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [1.8, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [1.8, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1.8, 1, 1], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "larm2memb": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [3, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [3, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [3, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [3, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [1.5, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [1.5, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [1.5, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1.5, 1, 1], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.reshiram.faint": { + "loop": true, + "animation_length": 4, + "bones": { + "mainthing": { + "rotation": { + "0.0": { + "post": [-11.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-11.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-11.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-11.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-11.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-11.76, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 9.24, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 4.24, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 13.24, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 4.24, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 13.24, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 9.24, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [11.9, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [11.9, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": [-18.1, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [15.74, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15.74, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": [-19.26, 0, 0] + } + }, + "bottomjaw": { + "rotation": { + "0.0": { + "post": [5.28, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [27.78, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [67.78, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": [0.28, 0, 0] + } + }, + "left_head2": { + "rotation": { + "0.0": ["-math.cos(query.anim_time*90)*4", 0, 0], + "4.0": ["-math.cos(query.anim_time*90)*4", 0, 0] + } + }, + "left_head3": { + "rotation": { + "0.0": ["math.cos((query.anim_time-0.1)*90)*7", 0, 0], + "4.0": ["math.cos((query.anim_time-0.1)*90)*7", 0, 0] + } + }, + "left_head4": { + "rotation": { + "0.0": ["-math.cos((query.anim_time-0.2)*180)*8", 0, 0], + "4.0": ["-math.cos((query.anim_time-0.2)*180)*8", 0, 0] + } + }, + "left_head5": { + "rotation": { + "0.0": ["math.cos((query.anim_time-0.3)*180)*9", 0, 0], + "4.0": ["math.cos((query.anim_time-0.3)*180)*9", 0, 0] + } + }, + "left_head6": { + "rotation": { + "0.0": ["-math.cos((query.anim_time-0.4)*90)*10", 0, 0], + "4.0": ["-math.cos((query.anim_time-0.4)*90)*10", 0, 0] + } + }, + "right_head2": { + "rotation": { + "0.0": ["math.cos(query.anim_time*90)*4", 0, 0], + "4.0": ["math.cos(query.anim_time*90)*4", 0, 0] + } + }, + "right_head3": { + "rotation": { + "0.0": ["-math.cos((query.anim_time-0.1)*90)*7", 0, 0], + "4.0": ["-math.cos((query.anim_time-0.1)*90)*7", 0, 0] + } + }, + "right_head4": { + "rotation": { + "0.0": ["math.cos((query.anim_time-0.2)*180)*8", 0, 0], + "4.0": ["math.cos((query.anim_time-0.2)*180)*8", 0, 0] + } + }, + "right_head5": { + "rotation": { + "0.0": ["-math.cos((query.anim_time-0.3)*180)*9", 0, 0], + "4.0": ["-math.cos((query.anim_time-0.3)*180)*9", 0, 0] + } + }, + "right_head6": { + "rotation": { + "0.0": ["math.cos((query.anim_time-0.4)*180)*10", 0, 0], + "4.0": ["math.cos((query.anim_time-0.4)*180)*10", 0, 0] + } + }, + "body2": { + "rotation": { + "0.0": { + "post": [14.26, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [14.26, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [14.26, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [14.26, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [14.26, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [14.26, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [14.26, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body3": { + "rotation": { + "0.0": { + "post": [-1.02, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-1.02, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-1.02, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-1.02, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-1.02, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-1.02, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-1.02, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_arm": { + "rotation": { + "0.0": { + "post": [-28.45285, -4.53086, -8.18893], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-27.11771, 13.34855, 24.26701], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-27.11771, -13.34855, -24.26701], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-28.45285, -4.53086, -8.18893], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-27.11771, 13.34855, 24.26701], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-27.11771, -13.34855, -24.26701], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-28.45285, -4.53086, -8.18893], + "lerp_mode": "catmullrom" + } + } + }, + "right_arm2": { + "rotation": { + "0.0": { + "post": [0, 0, -5.12], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 22.28], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -5.12], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 22.28], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, -5.12], + "lerp_mode": "catmullrom" + } + } + }, + "right_arm2half": { + "rotation": { + "0.0": { + "post": [0, 0, -13.17], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 24.69], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -9.44], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -13.17], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 24.69], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, -9.44], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, -13.17], + "lerp_mode": "catmullrom" + } + } + }, + "right_arm3": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 17.22], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 9.51], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, 0, 17.22], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 9.51], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "left_arm": { + "rotation": { + "0.0": { + "post": [-30.764, 5.11023, 9.99992], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-29.30684, -14.82879, -22.89102], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-29.2819, 14.97921, 26.35655], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-30.764, 5.11023, 9.99992], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-29.30684, -14.82879, -22.89102], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-29.2819, 14.97921, 26.35655], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-30.764, 5.11023, 9.99992], + "lerp_mode": "catmullrom" + } + } + }, + "left_arm2": { + "rotation": { + "0.0": { + "post": [0, 0, -0.63], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -24.8], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -0.63], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, -24.8], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, -0.63], + "lerp_mode": "catmullrom" + } + } + }, + "left_arm2half": { + "rotation": { + "0.0": { + "post": [0, 0, 10.29], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 9.68], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 10.29], + "lerp_mode": "catmullrom" + }, + "2.9583": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 9.68], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 10.29], + "lerp_mode": "catmullrom" + } + } + }, + "left_arm3": { + "rotation": { + "0.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -12.13], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, -12.13], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "right_leg": { + "rotation": { + "0.0": { + "post": [4.47761, -5.24826, 11.36081], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [11.97761, -5.24826, 11.36081], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [4.47761, -5.24826, 11.36081], + "lerp_mode": "catmullrom" + } + } + }, + "right_leg2": { + "rotation": { + "0.0": { + "post": [-1.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-1.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-1.76, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_leg3": { + "rotation": { + "0.0": { + "post": [41.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [41.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [41.76, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_leg4": { + "rotation": { + "0.0": { + "post": [13.98, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [13.98, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [13.98, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_leg": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [7.5, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "left_leg2": { + "rotation": { + "0.0": { + "post": [-1.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-1.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-1.76, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_leg3": { + "rotation": { + "0.0": { + "post": [41.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [41.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [41.76, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_leg4": { + "rotation": { + "0.0": { + "post": [13.98, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [13.98, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [13.98, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": { + "post": [-23.24, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-23.24, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": [4.4, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": ["-math.cos((query.anim_time-0.1)*90)*0.5", 0, 0], + "4.0": ["-math.cos((query.anim_time-0.1)*90)*0.5", 0, 0] + } + }, + "tail2": { + "rotation": { + "0.0": ["7.5+math.cos((query.anim_time-0.1)*90)*2", "math.cos((query.anim_time-0.1)*90)*2", "math.cos((query.anim_time-0.1)*90)*3"], + "4.0": ["7.5+math.cos((query.anim_time-0.1)*90)*2", "math.cos((query.anim_time-0.1)*90)*2", "math.cos((query.anim_time-0.1)*90)*3"] + } + }, + "tail3": { + "rotation": { + "0.0": ["25-math.cos((query.anim_time-0.2)*180)*4", "0+math.cos((query.anim_time-0.2)*180)*2", "0-math.cos((query.anim_time-0.2)*180)*4"], + "4.0": ["25-math.cos((query.anim_time-0.2)*180)*4", "0+math.cos((query.anim_time-0.2)*180)*2", "0-math.cos((query.anim_time-0.2)*180)*4"] + }, + "position": { + "0.0": [0, -1, -2], + "4.0": [0, -1, -2] + } + }, + "tail4": { + "rotation": { + "0.0": ["-35+math.cos((query.anim_time-0.3)*90)*4", "math.cos((query.anim_time-0.3)*180)*5", "math.cos((query.anim_time-0.3)*90)*3"], + "4.0": ["-35+math.cos((query.anim_time-0.3)*90)*4", "math.cos((query.anim_time-0.3)*180)*5", "math.cos((query.anim_time-0.3)*90)*3"] + }, + "position": { + "0.0": [0, 1, -1], + "4.0": [0, 1, -1] + } + }, + "left_eyes": { + "position": { + "0.0": [0, 0, 0], + "1.0": [-1, 0, 0] + } + }, + "right_eyes": { + "position": { + "0.0": [0, 0, 0], + "1.0": [1, 0, 0] + } + }, + "smolone": { + "rotation": { + "0.0": [0, 0, 0], + "2.0": [30, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/reuniclus/reuniclus.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/reuniclus/reuniclus.animation.json new file mode 100644 index 0000000..cdbe555 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/reuniclus/reuniclus.animation.json @@ -0,0 +1,202 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.reuniclus.ground_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "rotation": ["-15+math.sin(query.anim_time*90*2+90)*1", 0, "0+math.sin(query.anim_time*90*2/2-90)*1"], + "position": ["0+math.sin(query.anim_time*90*2/2-0)*1", "6+math.sin(query.anim_time*90*2-0)*0.5", 0] + }, + "tail": { + "rotation": ["-45-math.sin(query.anim_time*90*2-120)*2", 0, 0] + }, + "torso": { + "rotation": ["-17.5+math.sin(query.anim_time*90*2-45)*2", 0, "0+math.sin(query.anim_time*90*2/2-45)*2"], + "position": [0, "0+math.sin(query.anim_time*90*2-60)*0.25", 0] + }, + "torso2": { + "rotation": [5, 0, 0] + }, + "head": { + "rotation": ["22.5-math.sin(query.anim_time*90*2-90)*2", 0, "0+math.sin(query.anim_time*90*2/2-90)*2"] + }, + "arm_left": { + "rotation": [0, 0, "15-math.sin(query.anim_time*90*2-30)*1"] + }, + "arm_left2": { + "rotation": [0.78795, 17.48281, "-17.3788-math.sin(query.anim_time*90*2-60)*2"] + }, + "arm_left3": { + "rotation": [0, 15, -0.00003], + "position": [-1.25, 0, 0] + }, + "arm_left4": { + "rotation": [-4.90709, "14.4672-math.sin(query.anim_time*90*2/2-90)*3", "-5.3039-math.sin(query.anim_time*90*2-90)*3"], + "position": [1.75, 0, 0] + }, + "thumb_left": { + "rotation": ["20-math.sin(query.anim_time*90*2-120)*3", 5, -15] + }, + "finger_left": { + "rotation": [0, "30+math.sin(query.anim_time*90*2-120)*3", -15] + }, + "pointer_left": { + "rotation": [0, "30+math.sin(query.anim_time*90*2-120)*3", 20] + }, + "leg_right": { + "rotation": ["35.5456-math.sin(query.anim_time*90*2-90)*3", 6.90651, 14.27634] + }, + "foot_right": { + "rotation": ["17.5-math.sin(query.anim_time*90*2-135)*4", 0, 0] + }, + "leg_left": { + "rotation": ["35.5456-math.sin(query.anim_time*90*2-90)*3", -6.90651, -14.27634] + }, + "foot_left": { + "rotation": ["17.5-math.sin(query.anim_time*90*2-135)*4", 0, 0] + }, + "arm_right2": { + "rotation": [0.78795, -17.48281, "17.3788+math.sin(query.anim_time*90*2-60)*2"] + }, + "arm_right3": { + "rotation": [0, -15, 0.00003], + "position": [1.25, 0, 0] + }, + "arm_right4": { + "rotation": [-4.90709, "-14.4672-math.sin(query.anim_time*90*2/2-90)*3", "5.3039+math.sin(query.anim_time*90*2-90)*3"] + }, + "thumb_right": { + "rotation": ["20-math.sin(query.anim_time*90*2-120)*3", -5, 15] + }, + "finger_right": { + "rotation": [0, "-30+math.sin(query.anim_time*90*2-120)*3", 15] + }, + "pointer_right": { + "rotation": [0, "-30+math.sin(query.anim_time*90*2-120)*3", -20] + }, + "ear_left": { + "rotation": ["0+math.sin(query.anim_time*90*2+70)*2", 0, "0+math.sin(query.anim_time*90*2/2-180)*2"] + }, + "ear_right": { + "rotation": ["0+math.sin(query.anim_time*90*2+70)*2", 0, "0-math.sin(query.anim_time*90*2/2-180)*2"] + }, + "arm_right": { + "rotation": [0, 0, "-15+math.sin(query.anim_time*90*2-30)*1"] + }, + "ear_right2": { + "position": [0, "0+math.sin(query.anim_time*90*2-80)*0.25", 0] + }, + "ear_left2": { + "position": [0, "0+math.sin(query.anim_time*90*2-80)*0.25", 0] + } + } + }, + "animation.reuniclus.ground_walk": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "rotation": ["2.5+math.sin(query.anim_time*90*2+90)*1", 0, "math.sin(query.anim_time*90*2/2-90)*1"], + "position": [0, "6+math.sin(query.anim_time*90*2-0)*0.5", "0+math.sin(query.anim_time*90*2+45)*1"] + }, + "tail": { + "rotation": ["-40-math.sin(query.anim_time*90*2-140)*4", 0, 0] + }, + "torso": { + "rotation": ["12.5+math.sin(query.anim_time*90*2-45)*2", 0, "0+math.sin(query.anim_time*90*2/2-45)*2"], + "position": [0, "0+math.sin(query.anim_time*90*2-60)*0.4", "2+math.sin(query.anim_time*90*2+45)*0.1"] + }, + "torso2": { + "rotation": [-7.5, 0, 0] + }, + "head": { + "rotation": ["-5-math.sin(query.anim_time*90*2-90)*2", 0, "0+math.sin(query.anim_time*90*2/2-90)*2"] + }, + "arm_left": { + "rotation": [0.91818, "-7.4398-math.sin(query.anim_time*90*2-30)*1", "7.4443-math.sin(query.anim_time*90*2-30)*1"] + }, + "arm_left2": { + "rotation": [0.78795, "17.4828-math.sin(query.anim_time*90*2-60)*2", "-17.3788-math.sin(query.anim_time*90*2-60)*2"] + }, + "arm_left3": { + "rotation": [0, 12.5, -0.00003], + "position": [-1.25, 0, 0] + }, + "arm_left4": { + "rotation": [-4.90709, "14.4672-math.sin(query.anim_time*90*2-90)*3", "-5.3039-math.sin(query.anim_time*90*2-90)*3"], + "position": [1.75, 0, 0] + }, + "thumb_left": { + "rotation": ["20-math.sin(query.anim_time*90*2-120)*6", 5, -15] + }, + "finger_left": { + "rotation": [0, "30-math.sin(query.anim_time*90*2-120)*6", -15] + }, + "pointer_left": { + "rotation": [0, "30-math.sin(query.anim_time*90*2-120)*6", 20] + }, + "leg_right": { + "rotation": ["20.5456-math.sin(query.anim_time*90*2-90)*3", 6.90651, 14.27634] + }, + "foot_right": { + "rotation": ["22.5-math.sin(query.anim_time*90*2-135)*4", 0, 0] + }, + "leg_left": { + "rotation": ["20.5456-math.sin(query.anim_time*90*2-90)*3", -6.90651, -14.27634] + }, + "foot_left": { + "rotation": ["22.5-math.sin(query.anim_time*90*2-135)*4", 0, 0] + }, + "arm_right2": { + "rotation": [0.78795, "-17.4828+math.sin(query.anim_time*90*2-60)*2", "17.3788+math.sin(query.anim_time*90*2-60)*2"] + }, + "arm_right3": { + "rotation": [0, -12.5, 0.00003], + "position": [1.25, 0, 0] + }, + "arm_right4": { + "rotation": [-4.90709, "-14.4672+math.sin(query.anim_time*90*2-90)*3", "5.3039+math.sin(query.anim_time*90*2-90)*3"] + }, + "thumb_right": { + "rotation": ["20-math.sin(query.anim_time*90*2-120)*6", -5, 15] + }, + "finger_right": { + "rotation": [0, "-30+math.sin(query.anim_time*90*2-120)*6", 15] + }, + "pointer_right": { + "rotation": [0, "-30+math.sin(query.anim_time*90*2-120)*6", -20] + }, + "ear_left": { + "rotation": ["-10+math.sin(query.anim_time*90*2+70)*3", 0, "0+math.sin(query.anim_time*90*2/2-180)*2"], + "position": [0, -0.7, 0] + }, + "ear_right": { + "rotation": ["-10+math.sin(query.anim_time*90*2+70)*3", 0, "0-math.sin(query.anim_time*90*2/2-180)*2"], + "position": [0, -0.7, 0] + }, + "arm_right": { + "rotation": [0.91818, "7.4398+math.sin(query.anim_time*90*2-30)*1", "-7.4443+math.sin(query.anim_time*90*2-30)*1"] + }, + "ear_right2": { + "position": [0, "0+math.sin(query.anim_time*90*2-80)*0.25", 0] + }, + "ear_left2": { + "position": [0, "0+math.sin(query.anim_time*90*2-80)*0.25", 0] + } + } + }, + "animation.reuniclus.blink": { + "animation_length": 0.16667, + "bones": { + "eyelids": { + "position": { + "0.0": [0, 0, -1], + "0.1667": {"pre": [0, 0, -1], "post": [0, 0, 0]} + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/roaringmoon/roaringmoon.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/roaringmoon/roaringmoon.animation.json new file mode 100644 index 0000000..2e9b843 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/roaringmoon/roaringmoon.animation.json @@ -0,0 +1,13738 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.roaringmoon.pose": { + "loop": true, + "bones": { + "body": { + "rotation": [-13.5, 0, 0], + "position": [0, 8, 0] + }, + "torso": { + "rotation": [-5, 0, 0], + "position": [0, -1, 0] + }, + "neck": { + "rotation": [15, 0, 0], + "position": [0, 0.43288, 1.95259] + }, + "head": { + "rotation": [7.5, 0, 0] + }, + "mouth": { + "rotation": [5, 0, 0] + }, + "wings": { + "position": [0, 0, 10] + }, + "tail": { + "rotation": [-7.5, 0, 0], + "position": [0, -0.21644, -0.9763] + }, + "tail2": { + "rotation": [20, 0, 0], + "position": [0, -0.46175, -0.88701] + }, + "tail3": { + "rotation": [2.5, 0, 0] + }, + "tail4": { + "rotation": [5, 0, 0] + }, + "tail5": { + "rotation": [-2.5, 0, 0] + }, + "leg_back_right": { + "rotation": [-9.19255, -65.20843, -6.1529], + "position": [0, -0.73041, 0.17087] + }, + "leg_back_left": { + "rotation": [-9.19255, 65.20843, 6.1529], + "position": [0, -0.73131, 0.1666] + }, + "leg_front_left2": { + "rotation": [30.9817, -55.95683, -36.93986], + "position": [2.26192, 4.07504, -0.24591] + }, + "leg_front_right": { + "rotation": [-63.48578, 6.80107, 108.09809], + "position": [-3, 2.51004, 0.09968] + }, + "leg_back_right2": { + "rotation": [99.31787, 34.09297, -126.85364], + "position": [-0.9705, 0.55057, -2.19831] + }, + "leg_front_left": { + "rotation": [-63.48576, -6.80107, -108.09808], + "position": [3, 2.51004, 0.09968] + }, + "leg_back_left2": { + "rotation": [102.25879, -34.68362, 131.05361], + "position": [0.91422, 0.19762, -2.54797] + }, + "leg_front_right2": { + "rotation": [30.9817, 55.95683, 36.93986], + "position": [-2.26196, 4.07504, -0.24591] + } + } + }, + "animation.roaringmoon.ground_idle": { + "loop": true, + "bones": { + "body": { + "rotation": [-13.5, 0, 0], + "position": [0, 8, 0] + }, + "torso": { + "rotation": ["math.sin(q.anim_time*90*2-150)*1", 0, 0], + "position": [0, -0.02763, -0.23345] + }, + "neck": { + "rotation": ["15+math.sin(q.anim_time*90*2-60)*2", 0, 0], + "position": [0, 0.43288, 1.95259] + }, + "head": { + "rotation": ["7.5+math.sin(q.anim_time*90*2+60)*2", 0, 0] + }, + "mouth": { + "rotation": ["5+math.sin(q.anim_time*90*2-60)*2", 0, 0] + }, + "wings": { + "position": [0, 0, 10] + }, + "tail": { + "rotation": ["-12.5-math.sin(q.anim_time*90*2-150)*1", "0+math.sin(q.anim_time*90*2+90)*1", 0], + "position": [0, -0.21644, -0.9763] + }, + "tail2": { + "rotation": [20, "0+math.sin(q.anim_time*90*2)*2", 0], + "position": [0, -0.46175, -0.88701] + }, + "tail3": { + "rotation": [2.5, "0+math.sin(q.anim_time*90*2-60)*3", 0] + }, + "tail4": { + "rotation": [5, "0+math.sin(q.anim_time*90*2-90)*3", 0] + }, + "tail5": { + "rotation": [-2.5, "0+math.sin(q.anim_time*90*2-120)*3", 0] + }, + "leg_back_right": { + "rotation": ["-9.1926+math.sin(q.anim_time*90*2-180)*0.5", -65.20843, -6.1529], + "position": [0, -0.73041, 0.17087] + }, + "leg_back_left": { + "rotation": ["-9.1926+math.sin(q.anim_time*90*2-180)*0.5", 65.20843, 6.1529], + "position": [0, -0.73131, 0.1666] + }, + "leg_front_left2": { + "rotation": [30.9817, -55.95683, -36.93986], + "position": [2.26192, 4.07504, -0.24591] + }, + "leg_front_right": { + "rotation": ["-63.4858+math.sin(q.anim_time*90*2-120)*0.5", 6.80107, 108.0981], + "position": [-3, 2.51004, 0.09968] + }, + "leg_back_right2": { + "rotation": [99.3179, 34.093, -126.8536], + "position": [-0.9705, 0.5506, -2.1983] + }, + "leg_front_left": { + "rotation": ["-63.4858+math.sin(q.anim_time*90*2-120)*0.5", -6.80107, -108.09808], + "position": [3, 2.51004, 0.09968] + }, + "leg_back_left2": { + "rotation": [102.25879, -34.68362, 131.05361], + "position": [0.91422, 0.19762, -2.54797] + }, + "leg_front_right2": { + "rotation": [30.9817, 55.95683, 36.93986], + "position": [-2.26196, 4.07504, -0.24591] + }, + "feather_right1": { + "rotation": ["0+math.sin(q.anim_time*90*2+90)*4", 0, 0] + }, + "feather_right2": { + "rotation": ["0+math.sin(q.anim_time*90*2+90)*4", 0, 0] + }, + "feather_right3": { + "rotation": ["0+math.sin(q.anim_time*90*2+90)*4", 0, 0] + }, + "feather_right4": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_right5": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_right6": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_right7": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_right8": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_right9": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_right10": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_right11": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_right12": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*2+90)*4"] + }, + "spike": { + "rotation": ["0+math.sin(q.anim_time*90*2+60)*4", 0, 0] + }, + "spike2": { + "rotation": ["0+math.sin(q.anim_time*90*2+90)*4", 0, 0] + }, + "spike3": { + "rotation": ["0+math.sin(q.anim_time*90*2+90)*4", 0, 0] + }, + "feather_left1": { + "rotation": ["0+math.sin(q.anim_time*90*2+90)*4", 0, 0] + }, + "feather_left2": { + "rotation": ["0+math.sin(q.anim_time*90*2+90)*4", 0, 0] + }, + "feather_left3": { + "rotation": ["0+math.sin(q.anim_time*90*2+90)*4", 0, 0] + }, + "feather_left4": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_left5": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_left6": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_left7": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_left8": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_left9": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_left10": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_left11": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_left12": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2+90)*4"] + }, + "spike4": { + "rotation": ["0+math.sin(q.anim_time*90*2+60)*4", 0, 0] + }, + "spike5": { + "rotation": ["0+math.sin(q.anim_time*90*2+90)*4", 0, 0] + }, + "spike6": { + "rotation": ["0+math.sin(q.anim_time*90*2+90)*4", 0, 0] + }, + "leg_back_right_feather1": { + "rotation": ["0+math.sin(q.anim_time*90*2-30)*1", 0, 0] + }, + "leg_back_right_feather2": { + "rotation": ["0+math.sin(q.anim_time*90*2-30)*1", 0, 0] + }, + "leg_back_right_feather3": { + "rotation": ["0+math.sin(q.anim_time*90*2-30)*1", 0, 0] + }, + "leg_back_left_feather1": { + "rotation": ["0+math.sin(q.anim_time*90*2-30)*1", 0, 0] + }, + "leg_back_left_feather2": { + "rotation": ["0+math.sin(q.anim_time*90*2-30)*1", 0, 0] + }, + "leg_back_left_feather3": { + "rotation": ["0+math.sin(q.anim_time*90*2-30)*1", 0, 0] + } + } + }, + "animation.roaringmoon.ground_walk": { + "loop": true, + "bones": { + "body": { + "rotation": [-13.5, 0, 0], + "position": [0, 8, 0] + }, + "torso": { + "rotation": ["0+math.sin(q.anim_time*90*4-150)*0.5", "0-math.sin(q.anim_time*90*2-30)*1", "0-math.sin(q.anim_time*90*2-150)*1.5"], + "position": [0, "-0.0276+math.sin(q.anim_time*90*4-150)*0.5", -0.23345] + }, + "neck": { + "rotation": ["15+math.sin(q.anim_time*90*4-60)*1", 0, 0], + "position": [0, 0.43288, 1.95259] + }, + "head": { + "rotation": ["7.5+math.sin(q.anim_time*90*2+60)*2", 0, 0] + }, + "mouth": { + "rotation": ["5+math.sin(q.anim_time*90*2-60)*2", 0, 0] + }, + "wings": { + "position": [0, 0, 10] + }, + "tail": { + "rotation": ["-12.5-math.sin(q.anim_time*90*2-150)*1", "0+math.sin(q.anim_time*90*2+90)*1", 0], + "position": [0, -0.21644, -0.9763] + }, + "tail2": { + "rotation": [20, "0+math.sin(q.anim_time*90*2)*2", 0], + "position": [0, -0.46175, -0.88701] + }, + "tail3": { + "rotation": [2.5, "0+math.sin(q.anim_time*90*2-60)*3", 0] + }, + "tail4": { + "rotation": [5, "0+math.sin(q.anim_time*90*2-90)*3", 0] + }, + "tail5": { + "rotation": [-2.5, "0+math.sin(q.anim_time*90*2-120)*3", 0] + }, + "leg_back_right": { + "rotation": [-9.1926, "-65.2084-math.sin(q.anim_time*90*2+90)*10", -6.1529], + "position": [0, "-0.7304+math.clamp(math.sin(q.anim_time*90*2+50+90)*0.5,0,0.5)", "0.1709+math.sin(q.anim_time*90*2+50+90)*0.5"] + }, + "leg_back_left": { + "rotation": [-9.1926, "65.2084-math.sin(q.anim_time*90*2+90)*5", 6.1529], + "position": [0, "-0.7313-math.clamp(math.sin(q.anim_time*90*2+50+90)*0.5,-0.5,0)", "0.1666-math.sin(q.anim_time*90*2+50+90)*0.5"] + }, + "leg_front_left2": { + "rotation": ["30.9817-math.sin(q.anim_time*90*2-90)*7.5", -55.9568, -36.93986], + "position": ["2.2619+math.clamp(math.sin(q.anim_time*90*2+60+90)*0.75,-0.75,0)", 4.07504, -0.24591] + }, + "leg_front_right": { + "rotation": [-63.4858, "6.8011-math.sin(q.anim_time*90*2)*5", 108.0981], + "position": [-3, "2.51-math.clamp(math.sin(q.anim_time*90*2+50)*0.5,-0.5,0)", "0.0997-math.sin(q.anim_time*90*2+50)*0.5"] + }, + "leg_back_right2": { + "rotation": ["99.3179-math.sin(q.anim_time*90*2-90)*5", 34.093, -126.8536], + "position": ["-0.9705+math.clamp(math.sin(q.anim_time*90*2+60)*1,-0.75,0.25)", 0.5506, -2.1983] + }, + "leg_front_left": { + "rotation": [-63.4858, "-6.8011-math.sin(q.anim_time*90*2)*5", -108.09808], + "position": [3, "2.51+math.clamp(math.sin(q.anim_time*90*2+50)*0.5,-0.5,0)", "0.0997+math.sin(q.anim_time*90*2+50)*0.5"] + }, + "leg_back_left2": { + "rotation": ["102.2588+math.sin(q.anim_time*90*2-90)*5", -34.68362, 131.05361], + "position": ["0.9142-math.clamp(math.sin(q.anim_time*90*2+60)*1,-0.75,0.25)", 0.19762, -2.54797] + }, + "leg_front_right2": { + "rotation": ["30.9817+math.sin(q.anim_time*90*2-90)*7.5", 55.9568, 36.93986], + "position": ["-2.262+math.clamp(math.sin(q.anim_time*90*2+60+90)*0.75,0,0.75)", 4.07504, -0.24591] + }, + "feather_right1": { + "rotation": ["0+math.sin(q.anim_time*90*4+90)*4", 0, 0] + }, + "feather_right2": { + "rotation": ["0+math.sin(q.anim_time*90*4+90)*4", 0, 0] + }, + "feather_right3": { + "rotation": ["0+math.sin(q.anim_time*90*4+90)*4", 0, 0] + }, + "feather_right4": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*4+90)*4"] + }, + "feather_right5": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*4+90)*4"] + }, + "feather_right6": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*4+90)*4"] + }, + "feather_right7": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*4+90)*4"] + }, + "feather_right8": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*4+90)*4"] + }, + "feather_right9": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*4+90)*4"] + }, + "feather_right10": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*4+90)*4"] + }, + "feather_right11": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*4+90)*4"] + }, + "feather_right12": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*4+90)*4"] + }, + "spike": { + "rotation": ["0+math.sin(q.anim_time*90*4+60)*4", 0, 0] + }, + "spike2": { + "rotation": ["0+math.sin(q.anim_time*90*4+90)*4", 0, 0] + }, + "spike3": { + "rotation": ["0+math.sin(q.anim_time*90*4+90)*4", 0, 0] + }, + "feather_left1": { + "rotation": ["0+math.sin(q.anim_time*90*4+90)*4", 0, 0] + }, + "feather_left2": { + "rotation": ["0+math.sin(q.anim_time*90*4+90)*4", 0, 0] + }, + "feather_left3": { + "rotation": ["0+math.sin(q.anim_time*90*4+90)*4", 0, 0] + }, + "feather_left4": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*4+90)*4"] + }, + "feather_left5": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*4+90)*4"] + }, + "feather_left6": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*4+90)*4"] + }, + "feather_left7": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*4+90)*4"] + }, + "feather_left8": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*4+90)*4"] + }, + "feather_left9": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*4+90)*4"] + }, + "feather_left10": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*4+90)*4"] + }, + "feather_left11": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*4+90)*4"] + }, + "feather_left12": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*4+90)*4"] + }, + "spike4": { + "rotation": ["0+math.sin(q.anim_time*90*4+60)*4", 0, 0] + }, + "spike5": { + "rotation": ["0+math.sin(q.anim_time*90*4+90)*4", 0, 0] + }, + "spike6": { + "rotation": ["0+math.sin(q.anim_time*90*4+90)*4", 0, 0] + }, + "leg_back_right_feather1": { + "rotation": ["0+math.sin(q.anim_time*90*4+30)*1.5", 0, 0] + }, + "leg_back_right_feather2": { + "rotation": ["0+math.sin(q.anim_time*90*4+30)*1.5", 0, 0] + }, + "leg_back_right_feather3": { + "rotation": ["0+math.sin(q.anim_time*90*4+30)*1.5", 0, 0] + }, + "leg_back_left_feather1": { + "rotation": ["0-math.sin(q.anim_time*90*4+30)*1.5", 0, 0] + }, + "leg_back_left_feather2": { + "rotation": ["0-math.sin(q.anim_time*90*4+30)*1.5", 0, 0] + }, + "leg_back_left_feather3": { + "rotation": ["0-math.sin(q.anim_time*90*4+30)*1.5", 0, 0] + } + } + }, + "animation.roaringmoon.air_idle": { + "loop": true, + "bones": { + "body": { + "rotation": ["-13.5-30", 0, 0], + "position": [0, "57-math.sin(q.anim_time*90*2-90)*1", 0] + }, + "torso": { + "rotation": ["0+math.sin(q.anim_time*90*2-150)*1", 0, 0], + "position": [0, -0.02763, -0.23345] + }, + "neck": { + "rotation": ["20+math.sin(q.anim_time*90*2+90)*2", 0, 0], + "position": [0, 0.43288, 1.95259] + }, + "head": { + "rotation": ["22.5+math.sin(q.anim_time*90*2+90)*2", 0, 0] + }, + "mouth": { + "rotation": ["5-math.sin(q.anim_time*90*2-150)*2", 0, 0] + }, + "wings": { + "position": [0, 0, 10] + }, + "tail": { + "rotation": ["-12.5-math.sin(q.anim_time*90*2-150)*1.5", "0+math.sin(q.anim_time*90*2+90)*1.5", 0], + "position": [0, -0.21644, -0.9763] + }, + "tail2": { + "rotation": [-20, "0+math.sin(q.anim_time*90*2)*2.5", 0], + "position": [0, -0.46175, -0.88701] + }, + "tail3": { + "rotation": [-10, "math.sin(q.anim_time*90*2-60)*3.5", 0] + }, + "tail4": { + "rotation": [5, "0+math.sin(q.anim_time*90*2-90)*3.5", 0] + }, + "tail5": { + "rotation": [-2.5, "0+math.sin(q.anim_time*90*2-120)*3.5", 0] + }, + "leg_back_right": { + "rotation": ["-9.1926+math.sin(q.anim_time*90*2-180)*0.5", -65.20843, "-6.1529+math.sin(q.anim_time*90*2-150)*2"], + "position": [0, -0.73041, 0.17087] + }, + "leg_back_left": { + "rotation": ["-9.1926+math.sin(q.anim_time*90*2-180)*0.5", 65.20843, "6.1529-math.sin(q.anim_time*90*2-150)*2"], + "position": [0, -0.73131, 0.1666] + }, + "leg_front_left2": { + "rotation": [73.4817, -55.95683, -36.93986], + "position": [3.50791, 1.63479, 0.456] + }, + "leg_front_right": { + "rotation": ["-63.4858+math.sin(q.anim_time*90*2-150)*2", 6.80107, 108.0981], + "position": [-3, 2.51004, 0.09968] + }, + "leg_back_right2": { + "rotation": [144.40249, 6.40848, -173.34814], + "position": [-1.06782, 0.27536, -0.49103] + }, + "leg_front_left": { + "rotation": ["-63.4858+math.sin(q.anim_time*90*2-150)*2", -6.80107, -108.09808], + "position": [3, 2.51004, 0.09968] + }, + "leg_back_left2": { + "rotation": [149.76607, -8.03894, 180.44266], + "position": [1.01153, -0.07762, -0.8407] + }, + "leg_front_right2": { + "rotation": [73.4817, 55.95683, 36.93986], + "position": [-3.5079, 1.6348, -0.456] + }, + "feather_right1": { + "rotation": ["0+math.sin(q.anim_time*90*2+90)*4", 0, 0] + }, + "feather_right2": { + "rotation": ["0+math.sin(q.anim_time*90*2+90)*4", 0, 0] + }, + "feather_right3": { + "rotation": ["0+math.sin(q.anim_time*90*2+90)*4", 0, 0] + }, + "feather_right4": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_right5": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_right6": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_right7": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_right8": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_right9": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_right10": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_right11": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_right12": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*2+90)*4"] + }, + "spike": { + "rotation": ["0+math.sin(q.anim_time*90*2+60)*4", 0, 0] + }, + "spike2": { + "rotation": ["0+math.sin(q.anim_time*90*2+90)*4", 0, 0] + }, + "spike3": { + "rotation": ["0+math.sin(q.anim_time*90*2+90)*4", 0, 0] + }, + "feather_left1": { + "rotation": ["0+math.sin(q.anim_time*90*2+90)*4", 0, 0] + }, + "feather_left2": { + "rotation": ["0+math.sin(q.anim_time*90*2+90)*4", 0, 0] + }, + "feather_left3": { + "rotation": ["0+math.sin(q.anim_time*90*2+90)*4", 0, 0] + }, + "feather_left4": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_left5": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_left6": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_left7": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_left8": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_left9": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_left10": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_left11": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_left12": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2+90)*4"] + }, + "spike4": { + "rotation": ["0+math.sin(q.anim_time*90*2+60)*4", 0, 0] + }, + "spike5": { + "rotation": ["0+math.sin(q.anim_time*90*2+90)*4", 0, 0] + }, + "spike6": { + "rotation": ["0+math.sin(q.anim_time*90*2+90)*4", 0, 0] + }, + "leg_back_right_feather1": { + "rotation": ["0+math.sin(q.anim_time*90*2-30)*1", 0, 0] + }, + "leg_back_right_feather2": { + "rotation": ["0+math.sin(q.anim_time*90*2-30)*1", 0, 0] + }, + "leg_back_right_feather3": { + "rotation": ["0+math.sin(q.anim_time*90*2-30)*1", 0, 0] + }, + "leg_back_left_feather1": { + "rotation": ["0+math.sin(q.anim_time*90*2-30)*1", 0, 0] + }, + "leg_back_left_feather2": { + "rotation": ["0+math.sin(q.anim_time*90*2-30)*1", 0, 0] + }, + "leg_back_left_feather3": { + "rotation": ["0+math.sin(q.anim_time*90*2-30)*1", 0, 0] + }, + "wing_right": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*2+180)*1.5,-2,2)"], + "position": [0, 0.3, 0] + }, + "wing_left": { + "rotation": [0, 0, "0-math.clamp(math.sin(q.anim_time*90*2+180)*1.5,-2,2)"], + "position": [0, 0.3, 0] + }, + "claw_front_right1": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_front_right2": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_front_right3": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_front_left1": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_front_left2": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_front_left3": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_right1": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_right2": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_right3": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_left1": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_left2": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_left3": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + } + } + }, + "animation.roaringmoon.air_fly": { + "loop": true, + "bones": { + "body": { + "rotation": [-33.5, 0, 0], + "position": [0, "57-math.sin(q.anim_time*90*4-90)*1", 0] + }, + "torso": { + "rotation": ["0+math.sin(q.anim_time*90*4-150)*1", 0, 0], + "position": [0, -0.02763, -0.23345] + }, + "neck": { + "rotation": ["20+math.sin(q.anim_time*90*4+90)*2", 0, 0], + "position": [0, 0.43288, 1.95259] + }, + "head": { + "rotation": ["22.5+math.sin(q.anim_time*90*4+90)*2", 0, 0] + }, + "mouth": { + "rotation": ["5-math.sin(q.anim_time*90*4-150)*2", 0, 0] + }, + "wings": { + "position": [0, 0, 10] + }, + "tail": { + "rotation": ["-12.5-math.sin(q.anim_time*90*4-150)*1.5", "0+math.sin(q.anim_time*90*4+90)*1.5", 0], + "position": [0, -0.21644, -0.9763] + }, + "tail2": { + "rotation": [-20, "0+math.sin(q.anim_time*90*4)*2.5", 0], + "position": [0, -0.46175, -0.88701] + }, + "tail3": { + "rotation": [-10, "math.sin(q.anim_time*90*4-60)*3.5", 0] + }, + "tail4": { + "rotation": [5, "0+math.sin(q.anim_time*90*4-90)*3.5", 0] + }, + "tail5": { + "rotation": [-2.5, "0+math.sin(q.anim_time*90*4-120)*3.5", 0] + }, + "leg_back_right": { + "rotation": ["-9.1926+math.sin(q.anim_time*90*4-180)*0.5", -65.20843, "-6.1529+math.sin(q.anim_time*90*4-150)*2"], + "position": [0, -0.73041, 0.17087] + }, + "leg_back_left": { + "rotation": ["-9.1926+math.sin(q.anim_time*90*4-180)*0.5", 65.20843, "6.1529-math.sin(q.anim_time*90*4-150)*2"], + "position": [0, -0.73131, 0.1666] + }, + "leg_front_left2": { + "rotation": [73.4817, -55.95683, -36.93986], + "position": [3.50791, 1.63479, 0.456] + }, + "leg_front_right": { + "rotation": ["-63.4858+math.sin(q.anim_time*90*4-150)*2", 6.80107, 108.0981], + "position": [-3, 2.51004, 0.09968] + }, + "leg_back_right2": { + "rotation": [144.40249, 6.40848, -173.34814], + "position": [-1.06782, 0.27536, -0.49103] + }, + "leg_front_left": { + "rotation": ["-63.4858+math.sin(q.anim_time*90*4-150)*2", -6.80107, -108.09808], + "position": [3, 2.51004, 0.09968] + }, + "leg_back_left2": { + "rotation": [149.76607, -8.03894, 180.44266], + "position": [1.01153, -0.07762, -0.8407] + }, + "leg_front_right2": { + "rotation": [73.4817, 55.95683, 36.93986], + "position": [-3.5079, 1.6348, -0.456] + }, + "feather_right1": { + "rotation": ["0+math.sin(q.anim_time*90*4+90)*4", 0, 0] + }, + "feather_right2": { + "rotation": ["0+math.sin(q.anim_time*90*4+90)*4", 0, 0] + }, + "feather_right3": { + "rotation": ["0+math.sin(q.anim_time*90*4+90)*4", 0, 0] + }, + "feather_right4": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*4+90)*4"] + }, + "feather_right5": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*4+90)*4"] + }, + "feather_right6": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*4+90)*4"] + }, + "feather_right7": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*4+90)*4"] + }, + "feather_right8": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*4+90)*4"] + }, + "feather_right9": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*4+90)*4"] + }, + "feather_right10": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*4+90)*4"] + }, + "feather_right11": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*4+90)*4"] + }, + "feather_right12": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*4+90)*4"] + }, + "spike": { + "rotation": ["0+math.sin(q.anim_time*90*4+60)*4", 0, 0] + }, + "spike2": { + "rotation": ["0+math.sin(q.anim_time*90*4+90)*4", 0, 0] + }, + "spike3": { + "rotation": ["0+math.sin(q.anim_time*90*4+90)*4", 0, 0] + }, + "feather_left1": { + "rotation": ["0+math.sin(q.anim_time*90*4+90)*4", 0, 0] + }, + "feather_left2": { + "rotation": ["0+math.sin(q.anim_time*90*4+90)*4", 0, 0] + }, + "feather_left3": { + "rotation": ["0+math.sin(q.anim_time*90*4+90)*4", 0, 0] + }, + "feather_left4": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*4+90)*4"] + }, + "feather_left5": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*4+90)*4"] + }, + "feather_left6": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*4+90)*4"] + }, + "feather_left7": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*4+90)*4"] + }, + "feather_left8": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*4+90)*4"] + }, + "feather_left9": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*4+90)*4"] + }, + "feather_left10": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*4+90)*4"] + }, + "feather_left11": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*4+90)*4"] + }, + "feather_left12": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*4+90)*4"] + }, + "spike4": { + "rotation": ["0+math.sin(q.anim_time*90*4+60)*4", 0, 0] + }, + "spike5": { + "rotation": ["0+math.sin(q.anim_time*90*4+90)*4", 0, 0] + }, + "spike6": { + "rotation": ["0+math.sin(q.anim_time*90*4+90)*4", 0, 0] + }, + "leg_back_right_feather1": { + "rotation": ["0+math.sin(q.anim_time*90*4-30)*1", 0, 0] + }, + "leg_back_right_feather2": { + "rotation": ["0+math.sin(q.anim_time*90*4-30)*1", 0, 0] + }, + "leg_back_right_feather3": { + "rotation": ["0+math.sin(q.anim_time*90*4-30)*1", 0, 0] + }, + "leg_back_left_feather1": { + "rotation": ["0+math.sin(q.anim_time*90*4-30)*1", 0, 0] + }, + "leg_back_left_feather2": { + "rotation": ["0+math.sin(q.anim_time*90*4-30)*1", 0, 0] + }, + "leg_back_left_feather3": { + "rotation": ["0+math.sin(q.anim_time*90*4-30)*1", 0, 0] + }, + "wing_right": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*4+180)*1.5,-2,2)"], + "position": [0, 0.3, 0] + }, + "wing_left": { + "rotation": [0, 0, "0-math.clamp(math.sin(q.anim_time*90*4+180)*1.5,-2,2)"], + "position": [0, 0.3, 0] + }, + "claw_front_right1": { + "rotation": ["30+math.sin(q.anim_time*90*4-30)*3", 0, 0] + }, + "claw_front_right2": { + "rotation": ["30+math.sin(q.anim_time*90*4-30)*3", 0, 0] + }, + "claw_front_right3": { + "rotation": ["30+math.sin(q.anim_time*90*4-30)*3", 0, 0] + }, + "claw_front_left1": { + "rotation": ["30+math.sin(q.anim_time*90*4-30)*3", 0, 0] + }, + "claw_front_left2": { + "rotation": ["30+math.sin(q.anim_time*90*4-30)*3", 0, 0] + }, + "claw_front_left3": { + "rotation": ["30+math.sin(q.anim_time*90*4-30)*3", 0, 0] + }, + "claw_back_right1": { + "rotation": ["-45+math.sin(q.anim_time*90*4-30)*3", 0, 0] + }, + "claw_back_right2": { + "rotation": ["-45+math.sin(q.anim_time*90*4-30)*3", 0, 0] + }, + "claw_back_right3": { + "rotation": ["-45+math.sin(q.anim_time*90*4-30)*3", 0, 0] + }, + "claw_back_left1": { + "rotation": ["-45+math.sin(q.anim_time*90*4-30)*3", 0, 0] + }, + "claw_back_left2": { + "rotation": ["-45+math.sin(q.anim_time*90*4-30)*3", 0, 0] + }, + "claw_back_left3": { + "rotation": ["-45+math.sin(q.anim_time*90*4-30)*3", 0, 0] + } + } + }, + "animation.roaringmoon.battle_idle": { + "loop": true, + "bones": { + "body": { + "rotation": ["-13.5-30", 0, 0], + "position": [0, "57-math.sin(q.anim_time*90*2-90)*1", 0] + }, + "torso": { + "rotation": ["0+math.sin(q.anim_time*90*2-150)*1", 0, 0], + "position": [0, -0.02763, -0.23345] + }, + "neck": { + "rotation": ["20+math.sin(q.anim_time*90*2+90)*2", 0, 0], + "position": [0, 0.43288, 1.95259] + }, + "head": { + "rotation": ["22.5+math.sin(q.anim_time*90*2+90)*2", 0, 0] + }, + "mouth": { + "rotation": ["5-math.sin(q.anim_time*90*2-150)*2", 0, 0] + }, + "wings": { + "position": [0, 0, 10] + }, + "tail": { + "rotation": ["-12.5-math.sin(q.anim_time*90*2-150)*1.5", "0+math.sin(q.anim_time*90*2+90)*1.5", 0], + "position": [0, -0.21644, -0.9763] + }, + "tail2": { + "rotation": [-20, "0+math.sin(q.anim_time*90*2)*2.5", 0], + "position": [0, -0.46175, -0.88701] + }, + "tail3": { + "rotation": [-10, "math.sin(q.anim_time*90*2-60)*3.5", 0] + }, + "tail4": { + "rotation": [5, "0+math.sin(q.anim_time*90*2-90)*3.5", 0] + }, + "tail5": { + "rotation": [-2.5, "0+math.sin(q.anim_time*90*2-120)*3.5", 0] + }, + "leg_back_right": { + "rotation": ["-9.1926+math.sin(q.anim_time*90*2-180)*0.5", -65.20843, "-6.1529+math.sin(q.anim_time*90*2-150)*2"], + "position": [0, -0.73041, 0.17087] + }, + "leg_back_left": { + "rotation": ["-9.1926+math.sin(q.anim_time*90*2-180)*0.5", 65.20843, "6.1529-math.sin(q.anim_time*90*2-150)*2"], + "position": [0, -0.73131, 0.1666] + }, + "leg_front_left2": { + "rotation": [73.4817, -55.95683, -36.93986], + "position": [3.50791, 1.63479, 0.456] + }, + "leg_front_right": { + "rotation": ["-63.4858+math.sin(q.anim_time*90*2-150)*2", 6.80107, 108.0981], + "position": [-3, 2.51004, 0.09968] + }, + "leg_back_right2": { + "rotation": [144.40249, 6.40848, -173.34814], + "position": [-1.06782, 0.27536, -0.49103] + }, + "leg_front_left": { + "rotation": ["-63.4858+math.sin(q.anim_time*90*2-150)*2", -6.80107, -108.09808], + "position": [3, 2.51004, 0.09968] + }, + "leg_back_left2": { + "rotation": [149.76607, -8.03894, 180.44266], + "position": [1.01153, -0.07762, -0.8407] + }, + "leg_front_right2": { + "rotation": [73.4817, 55.95683, 36.93986], + "position": [-3.5079, 1.6348, -0.456] + }, + "feather_right1": { + "rotation": ["0+math.sin(q.anim_time*90*2+90)*4", 0, 0] + }, + "feather_right2": { + "rotation": ["0+math.sin(q.anim_time*90*2+90)*4", 0, 0] + }, + "feather_right3": { + "rotation": ["0+math.sin(q.anim_time*90*2+90)*4", 0, 0] + }, + "feather_right4": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_right5": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_right6": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_right7": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_right8": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_right9": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_right10": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_right11": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_right12": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*2+90)*4"] + }, + "spike": { + "rotation": ["0+math.sin(q.anim_time*90*2+60)*4", 0, 0] + }, + "spike2": { + "rotation": ["0+math.sin(q.anim_time*90*2+90)*4", 0, 0] + }, + "spike3": { + "rotation": ["0+math.sin(q.anim_time*90*2+90)*4", 0, 0] + }, + "feather_left1": { + "rotation": ["0+math.sin(q.anim_time*90*2+90)*4", 0, 0] + }, + "feather_left2": { + "rotation": ["0+math.sin(q.anim_time*90*2+90)*4", 0, 0] + }, + "feather_left3": { + "rotation": ["0+math.sin(q.anim_time*90*2+90)*4", 0, 0] + }, + "feather_left4": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_left5": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_left6": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_left7": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_left8": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_left9": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_left10": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_left11": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_left12": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2+90)*4"] + }, + "spike4": { + "rotation": ["0+math.sin(q.anim_time*90*2+60)*4", 0, 0] + }, + "spike5": { + "rotation": ["0+math.sin(q.anim_time*90*2+90)*4", 0, 0] + }, + "spike6": { + "rotation": ["0+math.sin(q.anim_time*90*2+90)*4", 0, 0] + }, + "leg_back_right_feather1": { + "rotation": ["0+math.sin(q.anim_time*90*2-30)*1", 0, 0] + }, + "leg_back_right_feather2": { + "rotation": ["0+math.sin(q.anim_time*90*2-30)*1", 0, 0] + }, + "leg_back_right_feather3": { + "rotation": ["0+math.sin(q.anim_time*90*2-30)*1", 0, 0] + }, + "leg_back_left_feather1": { + "rotation": ["0+math.sin(q.anim_time*90*2-30)*1", 0, 0] + }, + "leg_back_left_feather2": { + "rotation": ["0+math.sin(q.anim_time*90*2-30)*1", 0, 0] + }, + "leg_back_left_feather3": { + "rotation": ["0+math.sin(q.anim_time*90*2-30)*1", 0, 0] + }, + "wing_right": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*2+180)*1.5,-2,2)"], + "position": [0, 0.3, 0] + }, + "wing_left": { + "rotation": [0, 0, "0-math.clamp(math.sin(q.anim_time*90*2+180)*1.5,-2,2)"], + "position": [0, 0.3, 0] + }, + "claw_front_right1": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_front_right2": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_front_right3": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_front_left1": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_front_left2": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_front_left3": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_right1": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_right2": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_right3": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_left1": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_left2": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_left3": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + } + } + }, + "animation.roaringmoon.physical": { + "animation_length": 2.25, + "bones": { + "body": { + "rotation": { + "0.0": [-43.5, 0, 0], + "0.3333": { + "pre": [-25, 0, 0], + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-43.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-53.5, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-53.5, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-43.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 57, 0], + "0.2917": { + "pre": [0, 50, 0], + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 57, -15], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 62, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 62, -15], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 54.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 57, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": ["0+math.sin(q.anim_time*90*2-150)*1", 0, 0], + "position": [0, -0.02763, -0.23345] + }, + "neck": { + "rotation": { + "0.0": [25, 0, 0], + "0.4583": { + "pre": [30, 0, 0], + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": [0, 0.43288, 1.95259] + }, + "head": { + "rotation": { + "0.0": [7.5, 0, 0], + "0.4583": [22.5, 0, 0], + "0.625": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "mouth": { + "rotation": { + "0.0": [5, 0, 0], + "0.375": { + "pre": [40, 0, 0], + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wings": { + "position": [0, 0, 10] + }, + "tail": { + "rotation": { + "0.0": ["-12.5-math.sin(q.anim_time*90*2-150)*1.5", "0+math.sin(q.anim_time*90*2+90)*1.5", 0], + "0.375": ["-12.5-math.sin(q.anim_time*90*2-150)*1.5", "0+math.sin(q.anim_time*90*2+90)*1.5", 0], + "0.4583": [-12.5, 0, 0], + "0.625": [-22.5, 0, 0], + "0.75": ["-22.5-math.sin(q.anim_time*90*2-150)*1.5", "0+math.sin(q.anim_time*90*10+90)*7.5", 0], + "1.5": ["-22.5-math.sin(q.anim_time*90*2-150)*1.5", "0+math.sin(q.anim_time*90*10+90)*7.5", 0], + "1.7917": [-12.5, 0, 0], + "1.875": ["-12.5-math.sin(q.anim_time*90*2-150)*1.5", "0+math.sin(q.anim_time*90*2+90)*1.5", 0] + }, + "position": [0, -0.21644, -0.9763] + }, + "tail2": { + "rotation": { + "0.0": [-20, "0+math.sin(q.anim_time*90*2)*2.5", 0], + "0.375": [-20, "0+math.sin(q.anim_time*90*2)*2.5", 0], + "0.4583": [-20, 0, 0], + "0.625": [-32.5, 0, 0], + "0.75": [-32.5, "0+math.sin(q.anim_time*90*10)*12.5", 0], + "1.5": [-32.5, "0+math.sin(q.anim_time*90*10)*12.5", 0], + "1.7917": [-20, 0, 0], + "1.875": [-20, "0+math.sin(q.anim_time*90*2)*2.5", 0] + }, + "position": [0, -0.46175, -0.88701] + }, + "tail3": { + "rotation": { + "0.0": [-10, "math.sin(q.anim_time*90*2-60)*3.5", 0], + "0.375": [-10, "math.sin(q.anim_time*90*2-60)*3.5", 0], + "0.4583": [-10, 0, 0], + "0.625": [-22.5, 0, 0], + "0.75": [-22.5, "math.sin(q.anim_time*90*10-60)*17.5", 0], + "1.5": [-22.5, "math.sin(q.anim_time*90*10-60)*17.5", 0], + "1.7917": [-10, 0, 0], + "1.875": [-10, "math.sin(q.anim_time*90*2-60)*3.5", 0] + } + }, + "tail4": { + "rotation": { + "0.0": [5, "0+math.sin(q.anim_time*90*2-90)*3.5", 0], + "0.375": [5, "0+math.sin(q.anim_time*90*2-90)*3.5", 0], + "0.4583": [5, 0, 0], + "0.625": [-17.5, 0, 0], + "0.75": [-17.5, "0+math.sin(q.anim_time*90*10-90)*17.5", 0], + "1.5": [-17.5, "0+math.sin(q.anim_time*90*10-90)*17.5", 0], + "1.7917": [5, 0, 0], + "1.875": [5, "0+math.sin(q.anim_time*90*2-90)*3.5", 0] + } + }, + "tail5": { + "rotation": { + "0.0": [-2.5, "0+math.sin(q.anim_time*90*2-120)*3.5", 0], + "0.375": [-2.5, "0+math.sin(q.anim_time*90*2-120)*3.5", 0], + "0.4583": [-2.5, 0, 0], + "0.625": [-17.5, 0, 0], + "0.75": [-17.5, "0+math.sin(q.anim_time*90*10-120)*17.5", 0], + "1.5": [-17.5, "0+math.sin(q.anim_time*90*10-120)*17.5", 0], + "1.7917": [-2.5, 0, 0], + "1.875": [-2.5, "0+math.sin(q.anim_time*90*2-120)*3.5", 0] + } + }, + "leg_back_right": { + "rotation": { + "0.0": [-7.2185, -57.7839, -8.3945], + "0.3333": { + "pre": [-6.02393, -50.3334, -9.8668], + "post": [-6.02393, -50.3334, -9.8668], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-8.40916, -62.7378, -7.0246], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-8.40916, -62.7378, -7.0246], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-6.02393, -50.3334, -9.8668], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-8.40916, -62.7378, -7.0246], + "lerp_mode": "catmullrom" + } + }, + "position": [0, -0.73041, 0.17087] + }, + "leg_back_left": { + "rotation": { + "0.0": [-7.2185, 57.7839, 8.39452], + "0.3333": { + "pre": [-6.02393, 50.33338, 9.86685], + "post": [-6.02393, 50.33338, 9.86685], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-8.40916, 62.7378, 7.02455], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-8.40916, 62.7378, 7.02455], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-6.02393, 50.33338, 9.86685], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-8.40916, 62.7378, 7.02455], + "lerp_mode": "catmullrom" + } + }, + "position": [0, -0.73131, 0.1666] + }, + "leg_front_left2": { + "rotation": { + "0.0": [73.4817, -55.95683, -36.93986], + "0.375": { + "pre": [80.98, -55.96, -36.94], + "post": [80.98, -55.96, -36.94], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [65.9817, -55.95683, -36.93986], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [65.9817, -55.95683, -36.93986], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [80.98, -55.96, -36.94], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [73.4817, -55.95683, -36.93986], + "lerp_mode": "catmullrom" + } + }, + "position": [3.50791, 1.63479, 0.456] + }, + "leg_front_right": { + "rotation": { + "0.0": [-63.4858, 6.8011, 108.0981], + "0.375": { + "pre": [71.12635, 9.4059, -26.9115], + "post": [71.12635, 9.4059, -26.9115], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-78.4858, 6.8011, 108.0981], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-78.4858, 6.8011, 108.0981], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-58.4858, 6.8011, 108.0981], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-65.9858, 6.8011, 108.0981], + "lerp_mode": "catmullrom" + } + }, + "position": [-3, 2.51004, 0.09968] + }, + "leg_back_right2": { + "rotation": { + "0.0": [149.76607, 8.0389, -180.4427], + "0.375": { + "pre": [142.26607, 8.0389, -180.4427], + "post": [142.26607, 8.0389, -180.4427], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [149.76607, 8.0389, -180.4427], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [149.76607, 8.0389, -180.4427], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [137.26607, 8.0389, -180.4427], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [149.76607, 8.0389, -180.4427], + "lerp_mode": "catmullrom" + } + }, + "position": [-1.06782, 0.27536, -0.49103] + }, + "leg_front_left": { + "rotation": { + "0.0": [-63.4858, -6.80107, -108.09808], + "0.375": { + "pre": [71.12635, -9.40594, 26.91148], + "post": [71.12635, -9.40594, 26.91148], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-78.4858, -6.80107, -108.09808], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-78.4858, -6.80107, -108.09808], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-58.4858, -6.80107, -108.09808], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-65.9858, -6.80107, -108.09808], + "lerp_mode": "catmullrom" + } + }, + "position": [3, 2.51004, 0.09968] + }, + "leg_back_left2": { + "rotation": { + "0.0": [149.76607, -8.03894, 180.44266], + "0.375": { + "pre": [142.26607, -8.03894, 180.44266], + "post": [142.26607, -8.03894, 180.44266], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [149.76607, -8.03894, 180.44266], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [149.76607, -8.03894, 180.44266], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [137.26607, -8.03894, 180.44266], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [149.76607, -8.03894, 180.44266], + "lerp_mode": "catmullrom" + } + }, + "position": [1.01153, -0.07762, -0.8407] + }, + "leg_front_right2": { + "rotation": { + "0.0": [73.4817, 55.9568, 36.9399], + "0.375": { + "pre": [80.98, 55.96, 36.94], + "post": [80.98, 55.96, 36.94], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [65.9817, 55.9568, 36.9399], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [65.9817, 55.9568, 36.9399], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [80.98, 55.96, 36.94], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [73.4817, 55.9568, 36.9399], + "lerp_mode": "catmullrom" + } + }, + "position": [-3.5079, 1.6348, -0.456] + }, + "feather_right1": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right2": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right3": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right4": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right5": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right6": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right7": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right8": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right9": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right10": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right11": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right12": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "spike": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [-10, 0, 0], + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "spike2": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [-10, 0, 0], + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "spike3": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [-10, 0, 0], + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left1": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left2": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left3": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left4": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left5": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left6": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left7": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left8": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left9": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left10": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left11": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left12": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "spike4": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [-10, 0, 0], + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "spike5": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [-10, 0, 0], + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "spike6": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [-10, 0, 0], + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_right_feather1": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_right_feather2": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_right_feather3": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_left_feather1": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_left_feather2": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_left_feather3": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wing_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0.3, 0], + "0.375": [0, 2.1, 0], + "1.9167": [0, 2.1, 0], + "2.25": [0, 0, 0] + } + }, + "wing_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0.3, 0], + "0.375": [0, 2.1, 0], + "1.9167": [0, 2.1, 0], + "2.25": [0, 0, 0] + } + }, + "claw_front_right1": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_front_right2": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_front_right3": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_front_left1": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_front_left2": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_front_left3": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_right1": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_right2": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_right3": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_left1": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_left2": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_left3": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + } + } + }, + "animation.roaringmoon.special": { + "animation_length": 2.25, + "bones": { + "body": { + "rotation": { + "0.0": [-43.5, 0, 0], + "0.3333": { + "pre": [-35, 0, 0], + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-43.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-53.5, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-53.5, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-43.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 57, 0], + "0.2917": { + "pre": [0, 50, 0], + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 57, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 62, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 62, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 54.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 57, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": ["0+math.sin(q.anim_time*90*2-150)*1", 0, 0], + "position": [0, -0.02763, -0.23345] + }, + "neck": { + "rotation": { + "0.0": [25, 0, 0], + "0.4583": { + "pre": [30, 0, 0], + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-10, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-10, -10, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": [0, 0.43288, 1.95259] + }, + "head": { + "rotation": { + "0.0": [7.5, 0, 0], + "0.4583": [22.5, 0, 0], + "0.625": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-10, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-10, -10, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "mouth": { + "rotation": { + "0.0": [5, 0, 0], + "0.4583": [5, 0, 0], + "0.625": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wings": { + "position": [0, 0, 10] + }, + "tail": { + "rotation": { + "0.0": ["-12.5-math.sin(q.anim_time*90*2-150)*1.5", "0+math.sin(q.anim_time*90*2+90)*1.5", 0], + "0.5": ["-12.5-math.sin(q.anim_time*90*2-150)*1.5", "0+math.sin(q.anim_time*90*2+90)*1.5", 0], + "0.75": ["-12.5-math.sin(q.anim_time*90*2-150)*1.5", "0+math.sin(q.anim_time*90*10+90)*7.5", 0], + "1.5": ["-12.5-math.sin(q.anim_time*90*2-150)*1.5", "0+math.sin(q.anim_time*90*10+90)*7.5", 0], + "1.7917": ["-12.5-math.sin(q.anim_time*90*2-150)*1.5", "0+math.sin(q.anim_time*90*2+90)*1.5", 0] + }, + "position": [0, -0.21644, -0.9763] + }, + "tail2": { + "rotation": { + "0.0": [-20, "0+math.sin(q.anim_time*90*2)*2.5", 0], + "0.5": [-20, "0+math.sin(q.anim_time*90*2)*2.5", 0], + "0.75": [-20, "0+math.sin(q.anim_time*90*10)*12.5", 0], + "1.5": [-20, "0+math.sin(q.anim_time*90*10)*12.5", 0], + "1.7917": [-20, "0+math.sin(q.anim_time*90*2)*2.5", 0] + }, + "position": [0, -0.46175, -0.88701] + }, + "tail3": { + "rotation": { + "0.0": [-10, "math.sin(q.anim_time*90*2-60)*3.5", 0], + "0.5": [-10, "math.sin(q.anim_time*90*2-60)*3.5", 0], + "0.75": [-10, "math.sin(q.anim_time*90*10-60)*17.5", 0], + "1.5": [-10, "math.sin(q.anim_time*90*10-60)*17.5", 0], + "1.7917": [-10, "math.sin(q.anim_time*90*2-60)*3.5", 0] + } + }, + "tail4": { + "rotation": { + "0.0": [5, "0+math.sin(q.anim_time*90*2-90)*3.5", 0], + "0.5": [5, "0+math.sin(q.anim_time*90*2-90)*3.5", 0], + "0.75": [5, "0+math.sin(q.anim_time*90*10-90)*17.5", 0], + "1.5": [5, "0+math.sin(q.anim_time*90*10-90)*17.5", 0], + "1.7917": [5, "0+math.sin(q.anim_time*90*2-90)*3.5", 0] + } + }, + "tail5": { + "rotation": { + "0.0": [-2.5, "0+math.sin(q.anim_time*90*2-120)*3.5", 0], + "0.5": [-2.5, "0+math.sin(q.anim_time*90*2-120)*3.5", 0], + "0.75": [-2.5, "0+math.sin(q.anim_time*90*10-120)*17.5", 0], + "1.5": [-2.5, "0+math.sin(q.anim_time*90*10-120)*17.5", 0], + "1.7917": [-2.5, "0+math.sin(q.anim_time*90*2-120)*3.5", 0] + } + }, + "leg_back_right": { + "rotation": { + "0.0": [-7.2185, -57.7839, -8.3945], + "0.3333": { + "pre": [-6.02393, -50.3334, -9.8668], + "post": [-6.02393, -50.3334, -9.8668], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-8.40916, -62.7378, -7.0246], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-8.40916, -62.7378, -7.0246], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-6.02393, -50.3334, -9.8668], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-8.40916, -62.7378, -7.0246], + "lerp_mode": "catmullrom" + } + }, + "position": [0, -0.73041, 0.17087] + }, + "leg_back_left": { + "rotation": { + "0.0": [-7.2185, 57.7839, 8.39452], + "0.3333": { + "pre": [-6.02393, 50.33338, 9.86685], + "post": [-6.02393, 50.33338, 9.86685], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-8.40916, 62.7378, 7.02455], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-8.40916, 62.7378, 7.02455], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-6.02393, 50.33338, 9.86685], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-8.40916, 62.7378, 7.02455], + "lerp_mode": "catmullrom" + } + }, + "position": [0, -0.73131, 0.1666] + }, + "leg_front_left2": { + "rotation": { + "0.0": [73.4817, -55.95683, -36.93986], + "0.375": { + "pre": [80.98, -55.96, -36.94], + "post": [80.98, -55.96, -36.94], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [65.9817, -55.95683, -36.93986], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [65.9817, -55.95683, -36.93986], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [80.98, -55.96, -36.94], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [73.4817, -55.95683, -36.93986], + "lerp_mode": "catmullrom" + } + }, + "position": [3.50791, 1.63479, 0.456] + }, + "leg_front_right": { + "rotation": { + "0.0": [-63.4858, 6.8011, 108.0981], + "0.375": { + "pre": [71.12635, 9.4059, -26.9115], + "post": [71.12635, 9.4059, -26.9115], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-78.4858, 6.8011, 108.0981], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-78.4858, 6.8011, 108.0981], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-58.4858, 6.8011, 108.0981], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-65.9858, 6.8011, 108.0981], + "lerp_mode": "catmullrom" + } + }, + "position": [-3, 2.51004, 0.09968] + }, + "leg_back_right2": { + "rotation": { + "0.0": [149.76607, 8.0389, -180.4427], + "0.375": { + "pre": [142.26607, 8.0389, -180.4427], + "post": [142.26607, 8.0389, -180.4427], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [149.76607, 8.0389, -180.4427], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [149.76607, 8.0389, -180.4427], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [137.26607, 8.0389, -180.4427], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [149.76607, 8.0389, -180.4427], + "lerp_mode": "catmullrom" + } + }, + "position": [-1.06782, 0.27536, -0.49103] + }, + "leg_front_left": { + "rotation": { + "0.0": [-63.4858, -6.80107, -108.09808], + "0.375": { + "pre": [71.12635, -9.40594, 26.91148], + "post": [71.12635, -9.40594, 26.91148], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-78.4858, -6.80107, -108.09808], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-78.4858, -6.80107, -108.09808], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-58.4858, -6.80107, -108.09808], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-65.9858, -6.80107, -108.09808], + "lerp_mode": "catmullrom" + } + }, + "position": [3, 2.51004, 0.09968] + }, + "leg_back_left2": { + "rotation": { + "0.0": [149.76607, -8.03894, 180.44266], + "0.375": { + "pre": [142.26607, -8.03894, 180.44266], + "post": [142.26607, -8.03894, 180.44266], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [149.76607, -8.03894, 180.44266], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [149.76607, -8.03894, 180.44266], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [137.26607, -8.03894, 180.44266], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [149.76607, -8.03894, 180.44266], + "lerp_mode": "catmullrom" + } + }, + "position": [1.01153, -0.07762, -0.8407] + }, + "leg_front_right2": { + "rotation": { + "0.0": [73.4817, 55.9568, 36.9399], + "0.375": { + "pre": [80.98, 55.96, 36.94], + "post": [80.98, 55.96, 36.94], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [65.9817, 55.9568, 36.9399], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [65.9817, 55.9568, 36.9399], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [80.98, 55.96, 36.94], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [73.4817, 55.9568, 36.9399], + "lerp_mode": "catmullrom" + } + }, + "position": [-3.5079, 1.6348, -0.456] + }, + "feather_right1": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right2": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right3": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right4": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right5": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right6": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right7": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right8": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right9": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right10": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right11": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right12": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "spike": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [-10, 0, 0], + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "spike2": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [-10, 0, 0], + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "spike3": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [-10, 0, 0], + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left1": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left2": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left3": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left4": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left5": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left6": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left7": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left8": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left9": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left10": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left11": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left12": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "spike4": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [-10, 0, 0], + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "spike5": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [-10, 0, 0], + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "spike6": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [-10, 0, 0], + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_right_feather1": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_right_feather2": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_right_feather3": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_left_feather1": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_left_feather2": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_left_feather3": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wing_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0.3, 0], + "0.375": [0, 2.1, 0], + "1.9167": [0, 2.1, 0], + "2.25": [0, 0, 0] + } + }, + "wing_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0.3, 0], + "0.375": [0, 2.1, 0], + "1.9167": [0, 2.1, 0], + "2.25": [0, 0, 0] + } + }, + "claw_front_right1": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_front_right2": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_front_right3": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_front_left1": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_front_left2": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_front_left3": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_right1": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_right2": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_right3": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_left1": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_left2": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_left3": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + } + }, + "sound_effects": { + "0.5833": { + "effect": "pokemon.roaringmoon.cry" + } + } + }, + "animation.roaringmoon.status": { + "animation_length": 2.25, + "bones": { + "body": { + "rotation": { + "0.0": [-43.5, 0, 0], + "0.3333": { + "pre": [-35, 0, 0], + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-43.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-53.5, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-53.5, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-43.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 57, 0], + "0.2917": { + "pre": [0, 50, 0], + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 57, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 62, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 62, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 54.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 57, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": ["0+math.sin(q.anim_time*90*2-150)*1", 0, 0], + "position": [0, -0.02763, -0.23345] + }, + "neck": { + "rotation": { + "0.0": [25, 0, 0], + "0.4583": { + "pre": [30, 0, 0], + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-10, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-10, -10, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": [0, 0.43288, 1.95259] + }, + "head": { + "rotation": { + "0.0": [7.5, 0, 0], + "0.4583": [22.5, 0, 0], + "0.625": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-10, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-10, -10, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "mouth": { + "rotation": { + "0.0": [5, 0, 0], + "0.4583": [5, 0, 0], + "0.625": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wings": { + "position": [0, 0, 10] + }, + "tail": { + "rotation": { + "0.0": ["-12.5-math.sin(q.anim_time*90*2-150)*1.5", "0+math.sin(q.anim_time*90*2+90)*1.5", 0], + "0.5": ["-12.5-math.sin(q.anim_time*90*2-150)*1.5", "0+math.sin(q.anim_time*90*2+90)*1.5", 0], + "0.75": ["-12.5-math.sin(q.anim_time*90*2-150)*1.5", "0+math.sin(q.anim_time*90*10+90)*7.5", 0], + "1.5": ["-12.5-math.sin(q.anim_time*90*2-150)*1.5", "0+math.sin(q.anim_time*90*10+90)*7.5", 0], + "1.7917": ["-12.5-math.sin(q.anim_time*90*2-150)*1.5", "0+math.sin(q.anim_time*90*2+90)*1.5", 0] + }, + "position": [0, -0.21644, -0.9763] + }, + "tail2": { + "rotation": { + "0.0": [-20, "0+math.sin(q.anim_time*90*2)*2.5", 0], + "0.5": [-20, "0+math.sin(q.anim_time*90*2)*2.5", 0], + "0.75": [-20, "0+math.sin(q.anim_time*90*10)*12.5", 0], + "1.5": [-20, "0+math.sin(q.anim_time*90*10)*12.5", 0], + "1.7917": [-20, "0+math.sin(q.anim_time*90*2)*2.5", 0] + }, + "position": [0, -0.46175, -0.88701] + }, + "tail3": { + "rotation": { + "0.0": [-10, "math.sin(q.anim_time*90*2-60)*3.5", 0], + "0.5": [-10, "math.sin(q.anim_time*90*2-60)*3.5", 0], + "0.75": [-10, "math.sin(q.anim_time*90*10-60)*17.5", 0], + "1.5": [-10, "math.sin(q.anim_time*90*10-60)*17.5", 0], + "1.7917": [-10, "math.sin(q.anim_time*90*2-60)*3.5", 0] + } + }, + "tail4": { + "rotation": { + "0.0": [5, "0+math.sin(q.anim_time*90*2-90)*3.5", 0], + "0.5": [5, "0+math.sin(q.anim_time*90*2-90)*3.5", 0], + "0.75": [5, "0+math.sin(q.anim_time*90*10-90)*17.5", 0], + "1.5": [5, "0+math.sin(q.anim_time*90*10-90)*17.5", 0], + "1.7917": [5, "0+math.sin(q.anim_time*90*2-90)*3.5", 0] + } + }, + "tail5": { + "rotation": { + "0.0": [-2.5, "0+math.sin(q.anim_time*90*2-120)*3.5", 0], + "0.5": [-2.5, "0+math.sin(q.anim_time*90*2-120)*3.5", 0], + "0.75": [-2.5, "0+math.sin(q.anim_time*90*10-120)*17.5", 0], + "1.5": [-2.5, "0+math.sin(q.anim_time*90*10-120)*17.5", 0], + "1.7917": [-2.5, "0+math.sin(q.anim_time*90*2-120)*3.5", 0] + } + }, + "leg_back_right": { + "rotation": { + "0.0": [-7.2185, -57.7839, -8.3945], + "0.3333": { + "pre": [-6.02393, -50.3334, -9.8668], + "post": [-6.02393, -50.3334, -9.8668], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-8.40916, -62.7378, -7.0246], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-8.40916, -62.7378, -7.0246], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-6.02393, -50.3334, -9.8668], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-8.40916, -62.7378, -7.0246], + "lerp_mode": "catmullrom" + } + }, + "position": [0, -0.73041, 0.17087] + }, + "leg_back_left": { + "rotation": { + "0.0": [-7.2185, 57.7839, 8.39452], + "0.3333": { + "pre": [-6.02393, 50.33338, 9.86685], + "post": [-6.02393, 50.33338, 9.86685], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-8.40916, 62.7378, 7.02455], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-8.40916, 62.7378, 7.02455], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-6.02393, 50.33338, 9.86685], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-8.40916, 62.7378, 7.02455], + "lerp_mode": "catmullrom" + } + }, + "position": [0, -0.73131, 0.1666] + }, + "leg_front_left2": { + "rotation": { + "0.0": [73.4817, -55.95683, -36.93986], + "0.375": { + "pre": [80.98, -55.96, -36.94], + "post": [80.98, -55.96, -36.94], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [65.9817, -55.95683, -36.93986], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [65.9817, -55.95683, -36.93986], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [80.98, -55.96, -36.94], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [73.4817, -55.95683, -36.93986], + "lerp_mode": "catmullrom" + } + }, + "position": [3.50791, 1.63479, 0.456] + }, + "leg_front_right": { + "rotation": { + "0.0": [-63.4858, 6.8011, 108.0981], + "0.375": { + "pre": [71.12635, 9.4059, -26.9115], + "post": [71.12635, 9.4059, -26.9115], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-78.4858, 6.8011, 108.0981], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-78.4858, 6.8011, 108.0981], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-58.4858, 6.8011, 108.0981], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-65.9858, 6.8011, 108.0981], + "lerp_mode": "catmullrom" + } + }, + "position": [-3, 2.51004, 0.09968] + }, + "leg_back_right2": { + "rotation": { + "0.0": [149.76607, 8.0389, -180.4427], + "0.375": { + "pre": [142.26607, 8.0389, -180.4427], + "post": [142.26607, 8.0389, -180.4427], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [149.76607, 8.0389, -180.4427], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [149.76607, 8.0389, -180.4427], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [137.26607, 8.0389, -180.4427], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [149.76607, 8.0389, -180.4427], + "lerp_mode": "catmullrom" + } + }, + "position": [-1.06782, 0.27536, -0.49103] + }, + "leg_front_left": { + "rotation": { + "0.0": [-63.4858, -6.80107, -108.09808], + "0.375": { + "pre": [71.12635, -9.40594, 26.91148], + "post": [71.12635, -9.40594, 26.91148], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-78.4858, -6.80107, -108.09808], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-78.4858, -6.80107, -108.09808], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-58.4858, -6.80107, -108.09808], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-65.9858, -6.80107, -108.09808], + "lerp_mode": "catmullrom" + } + }, + "position": [3, 2.51004, 0.09968] + }, + "leg_back_left2": { + "rotation": { + "0.0": [149.76607, -8.03894, 180.44266], + "0.375": { + "pre": [142.26607, -8.03894, 180.44266], + "post": [142.26607, -8.03894, 180.44266], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [149.76607, -8.03894, 180.44266], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [149.76607, -8.03894, 180.44266], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [137.26607, -8.03894, 180.44266], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [149.76607, -8.03894, 180.44266], + "lerp_mode": "catmullrom" + } + }, + "position": [1.01153, -0.07762, -0.8407] + }, + "leg_front_right2": { + "rotation": { + "0.0": [73.4817, 55.9568, 36.9399], + "0.375": { + "pre": [80.98, 55.96, 36.94], + "post": [80.98, 55.96, 36.94], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [65.9817, 55.9568, 36.9399], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [65.9817, 55.9568, 36.9399], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [80.98, 55.96, 36.94], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [73.4817, 55.9568, 36.9399], + "lerp_mode": "catmullrom" + } + }, + "position": [-3.5079, 1.6348, -0.456] + }, + "feather_right1": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right2": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right3": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right4": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right5": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right6": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right7": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right8": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right9": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right10": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right11": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right12": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "spike": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [-10, 0, 0], + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "spike2": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [-10, 0, 0], + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "spike3": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [-10, 0, 0], + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left1": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left2": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left3": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left4": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left5": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left6": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left7": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left8": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left9": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left10": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left11": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left12": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "spike4": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [-10, 0, 0], + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "spike5": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [-10, 0, 0], + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "spike6": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [-10, 0, 0], + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_right_feather1": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_right_feather2": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_right_feather3": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_left_feather1": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_left_feather2": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_left_feather3": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wing_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0.3, 0], + "0.375": [0, 2.1, 0], + "1.9167": [0, 2.1, 0], + "2.25": [0, 0, 0] + } + }, + "wing_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0.3, 0], + "0.375": [0, 2.1, 0], + "1.9167": [0, 2.1, 0], + "2.25": [0, 0, 0] + } + }, + "claw_front_right1": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_front_right2": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_front_right3": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_front_left1": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_front_left2": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_front_left3": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_right1": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_right2": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_right3": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_left1": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_left2": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_left3": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + } + }, + "sound_effects": { + "0.5833": { + "effect": "pokemon.roaringmoon.cry" + } + } + }, + "animation.roaringmoon.recoil": { + "animation_length": 1.5417, + "bones": { + "eyelid_left": { + "position": { + "0.0": [0.1, 0, 0], + "0.25": [0.1, 0, 0], + "0.2917": [0, 0, 0] + } + }, + "eyelid_right": { + "position": { + "0.0": [-0.1, 0, 0], + "0.25": [-0.1, 0, 0], + "0.2917": [0, 0, 0] + } + }, + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-7.5, 0, 0], + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.0833": [0, 0, 0] + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.2083": { + "pre": [25, 0, 0], + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-10, 0, 0], + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": [0, 0, 0] + } + }, + "wing_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.2083": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.125": [0, 1.75, 0] + } + }, + "feather_right1": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + } + }, + "feather_right2": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + } + }, + "feather_right3": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + } + }, + "feather_right4": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + } + }, + "feather_right5": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + } + }, + "feather_right6": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + } + }, + "feather_right7": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + } + }, + "feather_right8": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + } + }, + "feather_right9": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + } + }, + "feather_right10": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + } + }, + "feather_right11": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + } + }, + "feather_right12": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + } + }, + "spike": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + } + }, + "spike2": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + } + }, + "spike3": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + } + }, + "wing_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.2083": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.125": [0, 1.75, 0] + } + }, + "feather_left1": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + } + }, + "feather_left2": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + } + }, + "feather_left3": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + } + }, + "feather_left4": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + } + }, + "feather_left5": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + } + }, + "feather_left6": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + } + }, + "feather_left7": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + } + }, + "feather_left8": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + } + }, + "feather_left9": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + } + }, + "feather_left10": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + } + }, + "feather_left11": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + } + }, + "feather_left12": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + } + }, + "spike4": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + } + }, + "spike5": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + } + }, + "spike6": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [-17.5, 0, 0], + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": [0, 0, 0] + } + }, + "leg_back_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [17.5, 0, 5], + "1.125": [0, 0, 0] + } + }, + "leg_front_right2": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-20, 0, 0], + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + } + }, + "leg_back_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [17.5, 0, -5], + "1.125": [0, 0, 0] + } + }, + "leg_front_left2": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-20, 0, 0], + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + } + }, + "leg_front_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [17.5, 0, 0], + "1.125": [0, 0, 0] + } + }, + "leg_back_right2": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 20], + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + } + }, + "leg_front_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [17.5, 0, 0], + "1.125": [0, 0, 0] + } + }, + "leg_back_left2": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, -20], + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + } + } + } + }, + "animation.roaringmoon.sleep": { + "loop": true, + "bones": { + "body": { + "rotation": [-6, 0, 0], + "position": [0, 0, 0] + }, + "torso": { + "rotation": ["2.5+math.sin(q.anim_time*90*1-150)*1", 0, 0], + "position": [0, -0.02763, -0.23345] + }, + "neck": { + "rotation": [10.9466, -8.33774, 1.34229], + "position": [0, 0.43288, 2.95259] + }, + "head": { + "rotation": ["2.5+math.sin(q.anim_time*90*1+60)*2", 0, 0] + }, + "mouth": { + "rotation": ["5+math.sin(q.anim_time*90*1-60)*2", 0, 0] + }, + "wings": { + "position": [0, 0, 10] + }, + "tail": { + "rotation": ["-7.5-math.sin(q.anim_time*90*1-150)*1", "0+math.sin(q.anim_time*90*1+90)*1", 0], + "position": [0, -0.21644, -0.9763] + }, + "tail2": { + "rotation": [5.69285, "-16.8856+math.sin(q.anim_time*90*1)*2", -4.6653], + "position": [0, -0.46175, -1.88701] + }, + "tail3": { + "rotation": [5.46372, "-29.9675+math.sin(q.anim_time*90*1-60)*3", -1.48289], + "position": [0, 0, -2] + }, + "tail4": { + "rotation": [-0.00812, "-2.4976+math.sin(q.anim_time*90*1-90)*3", 0.10952], + "position": [0, 0, -1] + }, + "tail5": { + "rotation": [-2.70487, "-19.9799+math.sin(q.anim_time*90*1-120)*3", 0.92577], + "position": [0, 0, -1] + }, + "leg_back_right": { + "rotation": ["-211.6421+math.sin(q.anim_time*90*1-180)*0.5", -69.16911, 155.3254], + "position": [1, 0.26959, 0.17087] + }, + "leg_back_left": { + "rotation": ["-211.6421+math.sin(q.anim_time*90*1-180)*0.5", 69.16912, -155.32564], + "position": [-1, 0.26869, 0.1666] + }, + "leg_front_left2": { + "rotation": [30.9817, -55.95683, -36.93986], + "position": [2.26192, 4.07504, -0.24591] + }, + "leg_front_right": { + "rotation": ["78.6116+math.sin(q.anim_time*90*1-120)*0.5", 23.24735, -64.18944], + "position": [-3, 2.51004, 0.09968] + }, + "leg_back_right2": { + "rotation": [115.05716, 12.37406, -143.66018], + "position": [-0.9705, 0.5506, -1.1983] + }, + "leg_front_left": { + "rotation": ["80.108+math.sin(q.anim_time*90*1-120)*0.5", -23.20047, 70.52963], + "position": [3, 2.51004, 0.09968] + }, + "leg_back_left2": { + "rotation": [113.11512, -17.92482, 143.02685], + "position": [0.91422, 0.19762, -1.54797] + }, + "leg_front_right2": { + "rotation": [30.9817, 55.95683, 36.93986], + "position": [-2.26196, 4.07504, -0.24591] + }, + "feather_right1": { + "rotation": ["0+math.sin(q.anim_time*90*1+90)*4", 0, 0] + }, + "feather_right2": { + "rotation": ["0+math.sin(q.anim_time*90*1+90)*4", 0, 0] + }, + "feather_right3": { + "rotation": ["0+math.sin(q.anim_time*90*1+90)*4", 0, 0] + }, + "feather_right4": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1+90)*4"] + }, + "feather_right5": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1+90)*4"] + }, + "feather_right6": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1+90)*4"] + }, + "feather_right7": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1+90)*4"] + }, + "feather_right8": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1+90)*4"] + }, + "feather_right9": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1+90)*4"] + }, + "feather_right10": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1+90)*4"] + }, + "feather_right11": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1+90)*4"] + }, + "feather_right12": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1+90)*4"] + }, + "spike": { + "rotation": ["0+math.sin(q.anim_time*90*1+60)*4", 0, 0] + }, + "spike2": { + "rotation": ["0+math.sin(q.anim_time*90*1+90)*4", 0, 0] + }, + "spike3": { + "rotation": ["0+math.sin(q.anim_time*90*1+90)*4", 0, 0] + }, + "feather_left1": { + "rotation": ["0+math.sin(q.anim_time*90*1+90)*4", 0, 0] + }, + "feather_left2": { + "rotation": ["0+math.sin(q.anim_time*90*1+90)*4", 0, 0] + }, + "feather_left3": { + "rotation": ["0+math.sin(q.anim_time*90*1+90)*4", 0, 0] + }, + "feather_left4": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*1+90)*4"] + }, + "feather_left5": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*1+90)*4"] + }, + "feather_left6": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*1+90)*4"] + }, + "feather_left7": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*1+90)*4"] + }, + "feather_left8": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*1+90)*4"] + }, + "feather_left9": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*1+90)*4"] + }, + "feather_left10": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*1+90)*4"] + }, + "feather_left11": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*1+90)*4"] + }, + "feather_left12": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*1+90)*4"] + }, + "spike4": { + "rotation": ["0+math.sin(q.anim_time*90*1+60)*4", 0, 0] + }, + "spike5": { + "rotation": ["0+math.sin(q.anim_time*90*1+90)*4", 0, 0] + }, + "spike6": { + "rotation": ["0+math.sin(q.anim_time*90*1+90)*4", 0, 0] + }, + "leg_back_right_feather1": { + "rotation": ["0+math.sin(q.anim_time*90*1-30)*1", 0, 0] + }, + "leg_back_right_feather2": { + "rotation": ["0+math.sin(q.anim_time*90*1-30)*1", 0, 0] + }, + "leg_back_right_feather3": { + "rotation": ["0+math.sin(q.anim_time*90*1-30)*1", 0, 0] + }, + "leg_back_left_feather1": { + "rotation": ["0+math.sin(q.anim_time*90*1-30)*1", 0, 0] + }, + "leg_back_left_feather2": { + "rotation": ["0+math.sin(q.anim_time*90*1-30)*1", 0, 0] + }, + "leg_back_left_feather3": { + "rotation": ["0+math.sin(q.anim_time*90*1-30)*1", 0, 0] + }, + "eyelid_left": { + "position": [0.1, 0, 0] + }, + "eyelid_right": { + "position": [-0.1, 0, 0] + } + } + }, + "animation.roaringmoon.faint": { + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": [-43.5, 0, 0], + "0.3333": { + "pre": [-35, 0, 0], + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-43.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-53.5, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-53.5, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-43.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-43.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-3.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 57, 0], + "0.2917": { + "pre": [0, 50, 0], + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 57, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 62, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 62, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 54.5, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": [0, 0, 0], + "position": [0, -0.02763, -0.23345] + }, + "neck": { + "rotation": { + "0.0": [25, 0, 0], + "0.4583": { + "pre": [30, 0, 0], + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-10, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-10, -10, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": [0, 0.43288, 1.95259] + }, + "head": { + "rotation": { + "0.0": [7.5, 0, 0], + "0.4583": [22.5, 0, 0], + "0.625": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-10, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-10, -10, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "mouth": { + "rotation": { + "0.0": [5, 0, 0], + "0.4583": [5, 0, 0], + "0.625": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wings": { + "position": [0, 0, 10] + }, + "tail": { + "rotation": { + "0.0": ["-12.5-math.sin(q.anim_time*90*2-150)*1.5", "0+math.sin(q.anim_time*90*2+90)*1.5", 0], + "0.5": ["-12.5-math.sin(q.anim_time*90*2-150)*1.5", "0+math.sin(q.anim_time*90*2+90)*1.5", 0], + "0.75": ["-12.5-math.sin(q.anim_time*90*2-150)*1.5", "0+math.sin(q.anim_time*90*10+90)*7.5", 0], + "1.5": ["-12.5-math.sin(q.anim_time*90*2-150)*1.5", "0+math.sin(q.anim_time*90*10+90)*7.5", 0], + "1.5833": ["-12.5-math.sin(q.anim_time*90*2-150)*1.5", "0+math.sin(q.anim_time*90*2+90)*1.5", 0], + "1.625": [-12.5, 0, 0], + "1.9583": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": [0, -0.21644, -0.9763] + }, + "tail2": { + "rotation": { + "0.0": [-20, "0+math.sin(q.anim_time*90*2)*2.5", 0], + "0.5": [-20, "0+math.sin(q.anim_time*90*2)*2.5", 0], + "0.75": [-20, "0+math.sin(q.anim_time*90*10)*12.5", 0], + "1.5": [-20, "0+math.sin(q.anim_time*90*10)*12.5", 0], + "1.5833": [-20, "0+math.sin(q.anim_time*90*2)*2.5", 0], + "1.625": [-12.5, 0, 0], + "1.9583": { + "pre": [32.5, 0, 0], + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": [0, -0.46175, -0.88701] + }, + "tail3": { + "rotation": { + "0.0": [-10, "math.sin(q.anim_time*90*2-60)*3.5", 0], + "0.5": [-10, "math.sin(q.anim_time*90*2-60)*3.5", 0], + "0.75": [-10, "math.sin(q.anim_time*90*10-60)*17.5", 0], + "1.5": [-10, "math.sin(q.anim_time*90*10-60)*17.5", 0], + "1.5833": [-10, "math.sin(q.anim_time*90*2-60)*3.5", 0], + "1.625": [-12.5, 0, 0], + "1.9583": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail4": { + "rotation": { + "0.0": [5, "0+math.sin(q.anim_time*90*2-90)*3.5", 0], + "0.5": [5, "0+math.sin(q.anim_time*90*2-90)*3.5", 0], + "0.75": [5, "0+math.sin(q.anim_time*90*10-90)*17.5", 0], + "1.5": [5, "0+math.sin(q.anim_time*90*10-90)*17.5", 0], + "1.5833": [5, "0+math.sin(q.anim_time*90*2-90)*3.5", 0], + "1.625": [-12.5, 0, 0], + "1.9583": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail5": { + "rotation": { + "0.0": [-2.5, "0+math.sin(q.anim_time*90*2-120)*3.5", 0], + "0.5": [-2.5, "0+math.sin(q.anim_time*90*2-120)*3.5", 0], + "0.75": [-2.5, "0+math.sin(q.anim_time*90*10-120)*17.5", 0], + "1.5": [-2.5, "0+math.sin(q.anim_time*90*10-120)*17.5", 0], + "1.5833": [-2.5, "0+math.sin(q.anim_time*90*2-120)*3.5", 0], + "1.625": [-12.5, 0, 0], + "1.9583": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_right": { + "rotation": { + "0.0": [-7.2185, -57.7839, -8.3945], + "0.3333": { + "pre": [-6.02393, -50.3334, -9.8668], + "post": [-6.02393, -50.3334, -9.8668], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-8.40916, -62.7378, -7.0246], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-8.40916, -62.7378, -7.0246], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-33.52393, -50.3334, -9.8668], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-63.40916, -62.7378, -7.0246], + "lerp_mode": "catmullrom" + } + }, + "position": [0, -0.73041, 0.17087] + }, + "leg_back_left": { + "rotation": { + "0.0": [-7.2185, 57.7839, 8.39452], + "0.3333": { + "pre": [-6.02393, 50.33338, 9.86685], + "post": [-6.02393, 50.33338, 9.86685], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-8.40916, 62.7378, 7.02455], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-8.40916, 62.7378, 7.02455], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-33.52393, 50.33338, 9.86685], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-63.40916, 62.7378, 7.02455], + "lerp_mode": "catmullrom" + } + }, + "position": [0, -0.73131, 0.1666] + }, + "leg_front_left2": { + "rotation": { + "0.0": [73.4817, -55.95683, -36.93986], + "0.375": { + "pre": [80.98, -55.96, -36.94], + "post": [80.98, -55.96, -36.94], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [65.9817, -55.95683, -36.93986], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [65.9817, -55.95683, -36.93986], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [80.98, -55.96, -36.94], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [73.4817, -55.95683, -36.93986], + "lerp_mode": "catmullrom" + } + }, + "position": [3.50791, 1.63479, 0.456] + }, + "leg_front_right": { + "rotation": { + "0.0": [-63.4858, 6.8011, 108.0981], + "0.375": { + "pre": [71.12635, 9.4059, -26.9115], + "post": [71.12635, 9.4059, -26.9115], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-78.4858, 6.8011, 108.0981], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-78.4858, 6.8011, 108.0981], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-92.02096, 6.8011, 108.0981], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-88.4858, 6.8011, 108.0981], + "lerp_mode": "catmullrom" + } + }, + "position": [-3, 2.51004, 0.09968] + }, + "leg_back_right2": { + "rotation": { + "0.0": [149.76607, 8.0389, -180.4427], + "0.375": { + "pre": [142.26607, 8.0389, -180.4427], + "post": [142.26607, 8.0389, -180.4427], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [149.76607, 8.0389, -180.4427], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [149.76607, 8.0389, -180.4427], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [137.26607, 8.0389, -180.4427], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [149.76607, 8.0389, -180.4427], + "lerp_mode": "catmullrom" + } + }, + "position": [-1.06782, 0.27536, -0.49103] + }, + "leg_front_left": { + "rotation": { + "0.0": [-63.4858, -6.80107, -108.09808], + "0.375": { + "pre": [71.12635, -9.40594, 26.91148], + "post": [71.12635, -9.40594, 26.91148], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-78.4858, -6.80107, -108.09808], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-78.4858, -6.8011, -108.0981], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-92.02096, -6.8011, -108.0981], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-88.4858, -6.8011, -108.0981], + "lerp_mode": "catmullrom" + } + }, + "position": [3, 2.51004, 0.09968] + }, + "leg_back_left2": { + "rotation": { + "0.0": [149.76607, -8.03894, 180.44266], + "0.375": { + "pre": [142.26607, -8.03894, 180.44266], + "post": [142.26607, -8.03894, 180.44266], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [149.76607, -8.03894, 180.44266], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [149.76607, -8.03894, 180.44266], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [137.26607, -8.03894, 180.44266], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [149.76607, -8.03894, 180.44266], + "lerp_mode": "catmullrom" + } + }, + "position": [1.01153, -0.07762, -0.8407] + }, + "leg_front_right2": { + "rotation": { + "0.0": [73.4817, 55.9568, 36.9399], + "0.375": { + "pre": [80.98, 55.96, 36.94], + "post": [80.98, 55.96, 36.94], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [65.9817, 55.9568, 36.9399], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [65.9817, 55.9568, 36.9399], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [80.98, 55.96, 36.94], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [73.4817, 55.9568, 36.9399], + "lerp_mode": "catmullrom" + } + }, + "position": [-3.5079, 1.6348, -0.456] + }, + "feather_right1": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right2": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right3": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right4": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right5": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right6": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right7": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right8": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right9": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right10": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right11": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right12": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "spike": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [-10, 0, 0], + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "spike2": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [-10, 0, 0], + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "spike3": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [-10, 0, 0], + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left1": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left2": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left3": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left4": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left5": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left6": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left7": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left8": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left9": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left10": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left11": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left12": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "spike4": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [-10, 0, 0], + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "spike5": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [-10, 0, 0], + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "spike6": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [-10, 0, 0], + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_right_feather1": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_right_feather2": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_right_feather3": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_left_feather1": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_left_feather2": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_left_feather3": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wing_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 0, 5.52], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0.3, 0], + "0.375": [0, 2.1, 0], + "1.9167": [0, 2.1, 0], + "2.125": [0, 1.29, 0], + "2.2083": [0, 0, 0] + } + }, + "wing_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 0, -5.52], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0.3, 0], + "0.375": [0, 2.1, 0], + "1.9167": [0, 2.1, 0], + "2.125": [0, 1.29, 0], + "2.2083": [0, 0, 0] + } + }, + "claw_front_right1": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_front_right2": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_front_right3": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_front_left1": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_front_left2": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_front_left3": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_right1": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_right2": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_right3": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_left1": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_left2": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_left3": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "eyelid_left": { + "position": { + "0.0": [0, 0, 0], + "0.8333": [0.1, 0, 0] + } + }, + "eyelid_right": { + "position": { + "0.0": [0, 0, 0], + "0.8333": [-0.1, 0, 0] + } + } + }, + "sound_effects": { + "0.5833": { + "effect": "pokemon.roaringmoon.cry" + } + } + }, + "animation.roaringmoon.blink": { + "animation_length": 0.1667, + "bones": { + "eyelid_left": { + "position": { + "0.0": [0.1, 0, 0], + "0.125": [0.1, 0, 0], + "0.1667": [0, 0, 0] + } + }, + "eyelid_right": { + "position": { + "0.0": [-0.1, 0, 0], + "0.125": [-0.1, 0, 0], + "0.1667": [0, 0, 0] + } + } + } + }, + "animation.roaringmoon.cry": { + "animation_length": 1.9167, + "bones": { + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-10, 10, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-10, -10, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-10, 10, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-10, -10, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "mouth": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + }, + "sound_effects": { + "0.2917": { + "effect": "pokemon.roaringmoon.cry" + } + } + } + }, + "geckolib_format_version": 2 +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/rockruff/rockruff.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/rockruff/rockruff.animation.json new file mode 100644 index 0000000..753d77f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/rockruff/rockruff.animation.json @@ -0,0 +1,328 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.rockruff.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "torso": { + "rotation": ["0+Math.cos((query.anim_time) * 90 * 4*2 - 90) * -2", 0, "0+Math.cos((query.anim_time) * 90 * 4 - 120) * -8"], + "position": [0, "0.25+Math.cos((query.anim_time) * 90 * 4*2) * 0.5", 0] + }, + "head2": { + "rotation": ["0+Math.cos((query.anim_time) * 90 * 4*2) * 2", 0, "0+Math.cos((query.anim_time) * 90 * 4 -120) * 3"] + }, + "ruff": { + "rotation": ["0+Math.cos((query.anim_time) * 90 * 4*2 - 45) * -0.5", 0, "0+Math.cos((query.anim_time) * 90 * 4 - 6) * 0.2"] + }, + "ear_right2": { + "rotation": ["-1+Math.cos((query.anim_time) * 90 * 4*2 - 40) * 8", 0, "-1+Math.cos((query.anim_time) * 90 * 4 - 40) * 4"] + }, + "ear_left": { + "rotation": ["-1+Math.cos((query.anim_time) * 90 * 4*2 - 40) * 8", 0, "1+Math.cos((query.anim_time) * 90 * 4 - 40) * 4"] + }, + "torso2": { + "rotation": [0, "0+Math.cos((query.anim_time) * 90 * 4 - 90) * -2", "0+Math.cos((query.anim_time) * 90 * 4 - 90) * -2"] + }, + "tail": { + "rotation": ["-2+Math.cos((query.anim_time) * 90 * 4*2 - 90) * 8", "0+Math.cos((query.anim_time) * 90 * 4 - 90) * 12", 0] + }, + "leg_back_left1": { + "rotation": { + "0.0": [13.89, 0, 0], + "0.0833": [-0.04, 0, 0], + "0.2083": [-19.67, 0, 0], + "0.2917": [-26.5, 0, 0], + "0.3333": [-25.08, 0, 0], + "0.375": [-19.67, 0, 0], + "0.5": [-0.04, 0, 0], + "0.7083": [-0.04, 0, 0], + "0.8333": [22.33, 0, 0], + "0.875": [26.46, 0, 0], + "0.9583": [20.86, 0, 0], + "1.0": [13.89, 0, 0] + }, + "position": { + "0.0": [0, 0.67, 0.63], + "0.2083": [0, 1.09, -0.31], + "0.2917": [0, 1, -0.75], + "0.375": [0, 0.35, -0.85], + "0.5": [0, 0, -0.75], + "0.7917": [0, 0, 0.75], + "0.9167": [0, 0.5, 1], + "1.0": [0, 0.67, 0.63] + } + }, + "leg_back_left2": { + "rotation": { + "0.0": [-7.83, 0, 0], + "0.0833": { + "pre": [1.5, 0, 0], + "post": [1.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [18.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": [2.5, 0, 0], + "0.5": [2, 0, 0], + "0.5417": [3, 0, 0], + "0.625": [0, 0, 0], + "0.8333": [0, 0, 0], + "0.9583": [-10, 0, 0], + "1.0": [-7.83, 0, 0] + } + }, + "leg_back_right1": { + "rotation": { + "0.0": [-0.04, 0, 0], + "0.2083": [-0.04, 0, 0], + "0.3333": [22.33, 0, 0], + "0.375": [26.46, 0, 0], + "0.4583": [20.86, 0, 0], + "0.5833": [-0.04, 0, 0], + "0.7083": [-19.67, 0, 0], + "0.7917": [-26.5, 0, 0], + "0.8333": [-25.08, 0, 0], + "0.875": [-19.67, 0, 0], + "1.0": [-0.04, 0, 0] + }, + "position": { + "0.0": [0, 0, -0.75], + "0.2917": [0, 0, 0.75], + "0.4167": [0, 0.5, 1], + "0.7083": [0, 1.09, -0.31], + "0.7917": [0, 1, -0.75], + "0.875": [0, 0.35, -0.85], + "1.0": [0, 0, -0.75] + } + }, + "leg_back_right2": { + "rotation": { + "0.0": [2, 0, 0], + "0.0417": [3, 0, 0], + "0.125": [0, 0, 0], + "0.3333": [0, 0, 0], + "0.4583": [-10, 0, 0], + "0.5833": { + "pre": [1.5, 0, 0], + "post": [1.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [18.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": [2.5, 0, 0], + "1.0": [2, 0, 0] + } + }, + "leg_front_right1": { + "rotation": { + "0.0": [-27.5, 0, 0], + "0.0417": { + "pre": [-26.08, 0, 0], + "post": [-26.08, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [-20.67, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": [-1.04, 0, 0], + "0.4167": [-1.04, 0, 0], + "0.5417": [21.33, 0, 0], + "0.5833": [25.46, 0, 0], + "0.6667": { + "pre": [19.86, 0, 0], + "post": [19.86, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-1.04, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-20.67, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": [-27.5, 0, 0] + }, + "position": { + "0.0": [0, 1, -0.75], + "0.0833": { + "pre": [0, 0.35, -0.85], + "post": [0, 0.35, -0.85], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0, -0.75], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0.75], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0.5, 1], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 1.09, -0.31], + "lerp_mode": "catmullrom" + }, + "1.0": [0, 1, -0.75] + } + }, + "leg_front_right2": { + "rotation": { + "0.0": [20, 0, 0], + "0.125": [-7, 0, 0], + "0.1667": [0, 0, 0], + "0.4167": [0, 0, 0], + "0.5417": [-10, 0, 0], + "0.6667": { + "pre": [1.5, 0, 0], + "post": [1.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [18.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": [20, 0, 0] + } + }, + "leg_front_left1": { + "rotation": { + "0.0": [13.87, 0, 0], + "0.0417": [21.33, 0, 0], + "0.0833": [25.46, 0, 0], + "0.1667": { + "pre": [19.86, 0, 0], + "post": [19.86, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-1.04, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-20.67, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [-27.5, 0, 0], + "0.5417": { + "pre": [-26.08, 0, 0], + "post": [-26.08, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-20.67, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": [-1.04, 0, 0], + "0.9167": [-1.04, 0, 0], + "1.0": [13.87, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0.75], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0.5, 1], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 1.09, -0.31], + "lerp_mode": "catmullrom" + }, + "0.5": [0, 1, -0.75], + "0.5833": { + "pre": [0, 0.35, -0.85], + "post": [0, 0.35, -0.85], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, -0.75], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0.75], + "lerp_mode": "catmullrom" + } + } + }, + "leg_front_left2": { + "rotation": { + "0.0": [-6.67, 0, 0], + "0.0417": [-10, 0, 0], + "0.1667": { + "pre": [1.5, 0, 0], + "post": [1.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [18.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [20, 0, 0], + "0.625": [-7, 0, 0], + "0.6667": [0, 0, 0], + "0.9167": [0, 0, 0], + "1.0": [-6.67, 0, 0] + } + }, + "mouth_bot": { + "rotation": ["10+Math.cos((query.anim_time) * 90 * 4*2 - 40) * 8", 0, 0] + } + } + }, + "animation.rockruff.ground_idle": { + "loop": true, + "bones": { + "torso": { + "rotation": ["0+Math.cos((query.anim_time) * 90 * 2 - 90) * -1", 0, 0], + "position": [0, "0+Math.cos((query.anim_time) * 90 * 2) * 0.15", 0] + }, + "head": { + "rotation": ["0+Math.cos((query.anim_time) * 90 * 2 - 90) * 2", 0, 0] + }, + "ear_right": { + "rotation": ["1+Math.cos((query.anim_time) * 90 * 2 - 90) * 3", 0, "-1+Math.cos((query.anim_time) * 90 * 2 - 90) * -3"] + }, + "ear_left": { + "rotation": [0, 0, "-1+Math.cos((query.anim_time) * 90 * 2 - 90) * 3"] + }, + "torso2": { + "rotation": [0, "0+Math.cos((query.anim_time) * 90 * 8 + 90) * 0.5", 0] + }, + "tail": { + "rotation": [ + "-5+Math.cos((query.anim_time) * 90 * 2 - 180) * -3", + "0+Math.cos((query.anim_time) * 90 * 8) * 5", + "0+Math.cos((query.anim_time) * 90 * 8) * 5" + ] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/runerigus/runerigus.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/runerigus/runerigus.animation.json new file mode 100644 index 0000000..7d37c04 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/runerigus/runerigus.animation.json @@ -0,0 +1,602 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.runerigus.pose": { + "loop": true, + "bones": { + "neck": { + "rotation": [22.12165, 4.98093, -8.6822] + }, + "ghost_neck": { + "rotation": [-55, 0, 0] + }, + "ghost_neck2": { + "rotation": [-35, 0, 0] + }, + "ghost_neck3": { + "rotation": [42.5, 0, 0] + }, + "head": { + "rotation": [16.73634, -5.188, 16.73634] + }, + "arm_ghost_right": { + "rotation": [-61.06197, -29.14089, -15.06885], + "position": [4, 0, 2] + }, + "ghost_right": { + "rotation": [0, 2.5, 67.5], + "position": [1.8, -1.25, 0] + }, + "ghost_right2": { + "rotation": [0, 2.5, -60], + "position": [1.75, 1, 0] + }, + "arm_right": { + "rotation": [-4.95744, 0.65182, 49.97178], + "position": [2, 0, 0] + }, + "arm_ghost_left": { + "rotation": [-55.71535, -1.81366, 15.27564] + }, + "ghost_left": { + "rotation": [0, 102.5, 0] + }, + "ghost_left2": { + "rotation": [0, -102.5, 0] + }, + "arm_left": { + "rotation": [-17.5, 15, -17.5] + }, + "finger_right6": { + "rotation": [12.5, 0, 0] + }, + "finger_right7": { + "rotation": [15, 0, 0] + }, + "finger_right8": { + "rotation": [12.5, 0, 0] + }, + "finger_right9": { + "rotation": [12.5, 0, 0] + }, + "finger_right10": { + "rotation": [12.5, 0, 0] + }, + "tail_ghost": { + "rotation": [0, 0, -77.5], + "position": [4.5, 4.5, 4] + }, + "ghost_tail1": { + "rotation": [0, -2.5, 52.5], + "position": [1.6, -0.8, 0] + }, + "ghost_tail2": { + "rotation": [0, 2.5, 15], + "position": [0.5, 0, 0] + }, + "ghost_tail3": { + "rotation": [0, 1, -12.5], + "position": [0.5, 0, 0] + }, + "ghost_tail4": { + "rotation": [0, -1, -12.5], + "position": [0.5, 0, 0] + }, + "ghost_tail5": { + "rotation": [0, 1, 30], + "position": [1, -0.2, 0] + }, + "ghost_tail6": { + "rotation": [0, -52.5, 0] + }, + "ghost_tail7": { + "rotation": [0, -85.5, 0] + }, + "tail": { + "rotation": [-207.62113, -12.19908, 113.00946], + "position": [-2, -4.75, -2.5] + }, + "ghost_tail0": { + "rotation": [0, 2.5, 20], + "position": [0.8, -0.15, 0] + }, + "ghost_tail": { + "rotation": [0, -27.5, 0] + }, + "ghost_tail17": { + "rotation": [7.59001, 15.81499, 26.05573], + "position": [1, -0.25, 0] + }, + "ghost_tail16": { + "rotation": [0, -2.5, 47.5], + "position": [1.8, -0.8, 0] + }, + "ghost_tail15": { + "rotation": [0, 1, 27.5], + "position": [0.9, -0.1, 0] + }, + "ghost_tail14": { + "rotation": [0, -25, 0] + }, + "ghost_tail13": { + "rotation": [0, -2.5, 15], + "position": [0.5, 0, 0] + }, + "ghost_tail12": { + "rotation": [0, -10, 0] + }, + "ghost_tail11": { + "rotation": [0, 2.5, -17.5], + "position": [0.6, 0, 0] + }, + "ghost_tail10": { + "rotation": [0, 0, -12.5], + "position": [0.3, 0, 0] + }, + "ghost_tail9": { + "rotation": [0, -2.5, 7.5], + "position": [0.3, 0, 0] + }, + "ghost_tail8": { + "rotation": [0, -1, 22.5], + "position": [0.75, -0.25, 0] + } + } + }, + "animation.runerigus.ground_idle": { + "loop": true, + "bones": { + "neck": { + "rotation": [22.12165, "4.9809+math.sin(q.anim_time*90*2)*2.5", "-8.6822+math.sin(q.anim_time*90*2+30)*5"] + }, + "ghost_neck": { + "rotation": ["-55-math.sin(q.anim_time*90*1+60)*5", 0, 0] + }, + "ghost_neck2": { + "rotation": ["-35+math.sin(q.anim_time*90*1+60)*1", 0, 0] + }, + "ghost_neck3": { + "rotation": [42.5, 0, 0] + }, + "head": { + "rotation": [16.73634, -5.188, "16.7363-math.sin(q.anim_time*90*1+90)*2.5"] + }, + "arm_ghost_right": { + "rotation": ["-61.062-math.sin(q.anim_time*90*1)*10", -29.1409, "-15.0688+math.sin(q.anim_time*90*2)*2.5"], + "position": [4, 0, 2] + }, + "ghost_right": { + "rotation": [0, "2.5-math.sin(q.anim_time*90*1+60)*7.5", "67.5+math.sin(q.anim_time*90*1+60)*10"], + "position": [1.8, -1.25, 0] + }, + "ghost_right2": { + "rotation": [0, "2.5-math.sin(q.anim_time*90*1+90)*5", -60], + "position": [1.75, 1, 0] + }, + "arm_right": { + "rotation": ["-4.9574-math.sin(q.anim_time*90*1)*5", "0.6518+math.sin(q.anim_time*90*1)*10", "49.9718+math.sin(q.anim_time*90*1)*5"], + "position": [2, 0, 0] + }, + "arm_ghost_left": { + "rotation": [-55.71535, -1.8137, "15.2756-math.sin(q.anim_time*90*2)*2.5"] + }, + "ghost_left": { + "rotation": [0, "102.5+math.sin(q.anim_time*90*1+60)*25", 0] + }, + "ghost_left2": { + "rotation": [0, "-102.5-math.sin(q.anim_time*90*1+90)*25", 0] + }, + "arm_left": { + "rotation": [-17.5, 15, "-17.5+math.sin(q.anim_time*90*1)*10"] + }, + "finger_right6": { + "rotation": ["12.5-math.sin(q.anim_time*90*1-90)*10", 0, "0+math.sin(q.anim_time*90*1-90)*15"] + }, + "finger_right7": { + "rotation": ["15-math.sin(q.anim_time*90*1-90)*10", 0, "0-math.sin(q.anim_time*90*1-90)*15"] + }, + "finger_right8": { + "rotation": ["12.5-math.sin(q.anim_time*90*1-90)*10", 0, "0-math.sin(q.anim_time*90*1-60)*7.5"], + "position": [0, 0, 0.5] + }, + "finger_right9": { + "rotation": ["12.5-math.sin(q.anim_time*90*1-90)*10", 0, "0+math.sin(q.anim_time*90*1-60)*7.5"], + "position": [0, 0, 0.5] + }, + "finger_right10": { + "rotation": ["12.5-math.sin(q.anim_time*90*1-90)*10", 0, "0+math.sin(q.anim_time*90*1-60)*7.5"], + "position": [0, 0, 0.5] + }, + "tail_ghost": { + "rotation": [0, 5, -77.5], + "position": [4.5, "4.5+math.sin(q.anim_time*90*2-30)*0.25", 4] + }, + "ghost_tail1": { + "rotation": [0, -2.5, "52.5+math.sin(q.anim_time*90*2)*2.5"], + "position": [1.6, -0.8, 0] + }, + "ghost_tail2": { + "rotation": [0, 2.5, "15+math.sin(q.anim_time*90*2+30)*2.5"], + "position": [0.5, 0, 0] + }, + "ghost_tail3": { + "rotation": [0, 1, "-12.5-math.sin(q.anim_time*90*2+60)*2.5"], + "position": [0.5, 0, 0] + }, + "ghost_tail4": { + "rotation": [0, -1, "-12.5-math.sin(q.anim_time*90*2+90)*2.5"], + "position": [0.5, 0, 0] + }, + "ghost_tail5": { + "rotation": [0, 1, "30+math.sin(q.anim_time*90*2-60)*2.5"], + "position": [1, -0.2, 0] + }, + "ghost_tail6": { + "rotation": [0, -52.5, "0+math.sin(q.anim_time*90*2-90)*2.5"] + }, + "ghost_tail7": { + "rotation": [0, -85.5, "0+math.sin(q.anim_time*90*2+30)*2.5"] + }, + "tail": { + "rotation": ["-207.6211-math.sin(q.anim_time*90*2+390)*5", -12.1991, 113.0095], + "position": [-2, -4.75, -2.5] + }, + "ghost_tail0": { + "rotation": [0, 2.5, "20+math.sin(q.anim_time*90*2-30)*0.5"], + "position": [0.8, -0.15, 0] + }, + "ghost_tail": { + "rotation": [0, -27.5, "0+math.sin(q.anim_time*90*2+60)*0.5"] + }, + "ghost_tail17": { + "rotation": [7.59001, "15.815+math.sin(q.anim_time*90*2+360)*2.5", "26.0557-15-math.sin(q.anim_time*90*2+360)*5"], + "position": [1, 0, 0] + }, + "ghost_tail16": { + "rotation": [0, -2.5, "47.5+math.sin(q.anim_time*90*2+330)*2.5"], + "position": [1.8, -0.8, 0] + }, + "ghost_tail15": { + "rotation": [0, 1, "27.5+math.sin(q.anim_time*90*2+300)*5"], + "position": [0.9, -0.1, 0] + }, + "ghost_tail14": { + "rotation": [0, -25, "0-math.sin(q.anim_time*90*2+270)*2.5"] + }, + "ghost_tail13": { + "rotation": [0, -2.5, "15+math.sin(q.anim_time*90*2+240)*2.5"], + "position": [0.5, 0, 0] + }, + "ghost_tail12": { + "rotation": [0, -10, "0+math.sin(q.anim_time*90*2+210)*5"] + }, + "ghost_tail11": { + "rotation": [0, 2.5, "-17.5-math.sin(q.anim_time*90*2+180)*2.5"], + "position": [0.6, 0, 0] + }, + "ghost_tail10": { + "rotation": [0, 0, "-12.5-math.sin(q.anim_time*90*2+150)*2.5"], + "position": [0.3, 0, 0] + }, + "ghost_tail9": { + "rotation": [0, -2.5, "7.5-math.sin(q.anim_time*90*2+120)*5"], + "position": [0.3, 0, 0] + }, + "ghost_tail8": { + "rotation": [0, -1, "22.5+math.sin(q.anim_time*90*2+90)*0.5"], + "position": [0.75, -0.25, 0] + }, + "finger_left6": { + "rotation": ["0-math.sin(q.anim_time*90*1-90)*10", 0, "0+math.sin(q.anim_time*90*1-90)*15"] + }, + "finger_left7": { + "rotation": ["0-math.sin(q.anim_time*90*1-90)*10", 0, "0-math.sin(q.anim_time*90*1-90)*15"] + }, + "finger_left8": { + "rotation": ["0-math.sin(q.anim_time*90*1-90)*10", 0, 0], + "position": [0, 0, 0.5] + }, + "finger_left9": { + "rotation": ["0-math.sin(q.anim_time*90*1-90)*10", 0, "0+math.sin(q.anim_time*90*1-60)*7.5"], + "position": [0, 0, 0.5] + }, + "finger_left10": { + "rotation": ["0-math.sin(q.anim_time*90*1-90)*10", 0, "0+math.sin(q.anim_time*90*1-60)*7.5"], + "position": [0, 0, 0.5] + } + } + }, + "animation.runerigus.ground_walk": { + "loop": true, + "bones": { + "neck": { + "rotation": [22.12165, "4.9809+math.sin(q.anim_time*90*2)*2.5", "-8.6822+math.sin(q.anim_time*90*2+30)*5"] + }, + "ghost_neck": { + "rotation": ["-55-math.sin(q.anim_time*90*1+60)*5", 0, 0] + }, + "ghost_neck2": { + "rotation": ["-35+math.sin(q.anim_time*90*1+60)*1", 0, 0] + }, + "ghost_neck3": { + "rotation": [42.5, 0, 0] + }, + "head": { + "rotation": [16.73634, -5.188, "16.7363-math.sin(q.anim_time*90*1+90)*2.5"] + }, + "arm_ghost_right": { + "rotation": ["-61.062-math.sin(q.anim_time*90*1)*10", -29.1409, "-15.0688+math.sin(q.anim_time*90*2)*2.5"], + "position": [4, 0, 2] + }, + "ghost_right": { + "rotation": [0, "2.5-math.sin(q.anim_time*90*1+60)*7.5", "67.5+math.sin(q.anim_time*90*1+60)*10"], + "position": [1.8, -1.25, 0] + }, + "ghost_right2": { + "rotation": [0, "2.5-math.sin(q.anim_time*90*1+90)*5", -60], + "position": [1.75, 1, 0] + }, + "arm_right": { + "rotation": ["-4.9574-math.sin(q.anim_time*90*1)*5", "0.6518+math.sin(q.anim_time*90*1)*10", "49.9718+math.sin(q.anim_time*90*1)*5"], + "position": [2, 0, 0] + }, + "arm_ghost_left": { + "rotation": [-55.71535, -1.8137, "15.2756-math.sin(q.anim_time*90*2)*2.5"] + }, + "ghost_left": { + "rotation": [0, "102.5+math.sin(q.anim_time*90*1+60)*25", 0] + }, + "ghost_left2": { + "rotation": [0, "-102.5-math.sin(q.anim_time*90*1+90)*25", 0] + }, + "arm_left": { + "rotation": [-17.5, 15, "-17.5+math.sin(q.anim_time*90*1)*10"] + }, + "finger_right6": { + "rotation": ["12.5-math.sin(q.anim_time*90*1-90)*10", 0, "0+math.sin(q.anim_time*90*1-90)*15"] + }, + "finger_right7": { + "rotation": ["15-math.sin(q.anim_time*90*1-90)*10", 0, "0-math.sin(q.anim_time*90*1-90)*15"] + }, + "finger_right8": { + "rotation": ["12.5-math.sin(q.anim_time*90*1-90)*10", 0, "0-math.sin(q.anim_time*90*1-60)*7.5"], + "position": [0, 0, 0.5] + }, + "finger_right9": { + "rotation": ["12.5-math.sin(q.anim_time*90*1-90)*10", 0, "0+math.sin(q.anim_time*90*1-60)*7.5"], + "position": [0, 0, 0.5] + }, + "finger_right10": { + "rotation": ["12.5-math.sin(q.anim_time*90*1-90)*10", 0, "0+math.sin(q.anim_time*90*1-60)*7.5"], + "position": [0, 0, 0.5] + }, + "tail_ghost": { + "rotation": [0, 5, -77.5], + "position": [4.5, "4.5+math.sin(q.anim_time*90*2-30)*0.25", 4] + }, + "ghost_tail1": { + "rotation": [0, -2.5, "52.5+math.sin(q.anim_time*90*2)*2.5"], + "position": [1.6, -0.8, 0] + }, + "ghost_tail2": { + "rotation": [0, 2.5, "15+math.sin(q.anim_time*90*2+30)*2.5"], + "position": [0.5, 0, 0] + }, + "ghost_tail3": { + "rotation": [0, 1, "-12.5-math.sin(q.anim_time*90*2+60)*2.5"], + "position": [0.5, 0, 0] + }, + "ghost_tail4": { + "rotation": [0, -1, "-12.5-math.sin(q.anim_time*90*2+90)*2.5"], + "position": [0.5, 0, 0] + }, + "ghost_tail5": { + "rotation": [0, 1, "30+math.sin(q.anim_time*90*2-60)*2.5"], + "position": [1, -0.2, 0] + }, + "ghost_tail6": { + "rotation": [0, -52.5, "0+math.sin(q.anim_time*90*2-90)*2.5"] + }, + "ghost_tail7": { + "rotation": [0, -85.5, "0+math.sin(q.anim_time*90*2+30)*2.5"] + }, + "tail": { + "rotation": ["-207.6211-math.sin(q.anim_time*90*2+390)*5", -12.1991, 113.0095], + "position": [-2, -4.75, -2.5] + }, + "ghost_tail0": { + "rotation": [0, 2.5, "20+math.sin(q.anim_time*90*2-30)*0.5"], + "position": [0.8, -0.15, 0] + }, + "ghost_tail": { + "rotation": [0, -27.5, "0+math.sin(q.anim_time*90*2+60)*0.5"] + }, + "ghost_tail17": { + "rotation": [7.59001, "15.815+math.sin(q.anim_time*90*2+360)*2.5", "26.0557-15-math.sin(q.anim_time*90*2+360)*5"], + "position": [1, 0, 0] + }, + "ghost_tail16": { + "rotation": [0, -2.5, "47.5+math.sin(q.anim_time*90*2+330)*2.5"], + "position": [1.8, -0.8, 0] + }, + "ghost_tail15": { + "rotation": [0, 1, "27.5+math.sin(q.anim_time*90*2+300)*5"], + "position": [0.9, -0.1, 0] + }, + "ghost_tail14": { + "rotation": [0, -25, "0-math.sin(q.anim_time*90*2+270)*2.5"] + }, + "ghost_tail13": { + "rotation": [0, -2.5, "15+math.sin(q.anim_time*90*2+240)*2.5"], + "position": [0.5, 0, 0] + }, + "ghost_tail12": { + "rotation": [0, -10, "0+math.sin(q.anim_time*90*2+210)*5"] + }, + "ghost_tail11": { + "rotation": [0, 2.5, "-17.5-math.sin(q.anim_time*90*2+180)*2.5"], + "position": [0.6, 0, 0] + }, + "ghost_tail10": { + "rotation": [0, 0, "-12.5-math.sin(q.anim_time*90*2+150)*2.5"], + "position": [0.3, 0, 0] + }, + "ghost_tail9": { + "rotation": [0, -2.5, "7.5-math.sin(q.anim_time*90*2+120)*5"], + "position": [0.3, 0, 0] + }, + "ghost_tail8": { + "rotation": [0, -1, "22.5+math.sin(q.anim_time*90*2+90)*0.5"], + "position": [0.75, -0.25, 0] + }, + "finger_left6": { + "rotation": ["0-math.sin(q.anim_time*90*1-90)*10", 0, "0+math.sin(q.anim_time*90*1-90)*15"] + }, + "finger_left7": { + "rotation": ["0-math.sin(q.anim_time*90*1-90)*10", 0, "0-math.sin(q.anim_time*90*1-90)*15"] + }, + "finger_left8": { + "rotation": ["0-math.sin(q.anim_time*90*1-90)*10", 0, 0], + "position": [0, 0, 0.5] + }, + "finger_left9": { + "rotation": ["0-math.sin(q.anim_time*90*1-90)*10", 0, "0+math.sin(q.anim_time*90*1-60)*7.5"], + "position": [0, 0, 0.5] + }, + "finger_left10": { + "rotation": ["0-math.sin(q.anim_time*90*1-90)*10", 0, "0+math.sin(q.anim_time*90*1-60)*7.5"], + "position": [0, 0, 0.5] + } + } + }, + "animation.runerigus.sleep": { + "loop": true, + "bones": { + "neck": { + "position": [0, 0, 4.5] + }, + "ghost_neck": { + "position": [0, 0, 6] + }, + "ghost_neck2": { + "position": [0, 0, 7] + }, + "ghost_neck3": { + "position": [0, 0, 6] + }, + "head": { + "position": [0, 0, 1.5] + }, + "arm_ghost_right": { + "position": [8, 0, 0] + }, + "ghost_right": { + "position": [9, 0, 0] + }, + "ghost_right2": { + "position": [8, 0, 0] + }, + "finger_left6": { + "position": [6, 6, 0] + }, + "finger_left7": { + "position": [-6, 6, 0] + }, + "finger_left8": { + "position": [-2, 8, 0] + }, + "finger_left9": { + "position": [0, 10, 0] + }, + "finger_left10": { + "position": [2, 8, 0] + }, + "arm_ghost_left": { + "position": [-8, 0, 0] + }, + "ghost_left": { + "position": [-8, 0, 0] + }, + "ghost_left2": { + "position": [-9, 0, 0] + }, + "finger_right6": { + "position": [-6, 6, 0] + }, + "finger_right7": { + "position": [6, 6, 0] + }, + "finger_right8": { + "position": [2, 8, 0] + }, + "finger_right9": { + "position": [0, 10, 0] + }, + "finger_right10": { + "position": [-2, 8, 0] + }, + "ghost_tail0": { + "position": [8, 0, 0] + }, + "ghost_tail1": { + "position": [8, 0, 0] + }, + "ghost_tail2": { + "position": [8, 0, 0] + }, + "ghost_tail3": { + "position": [8, 0, 0] + }, + "ghost_tail4": { + "position": [8, 0, 0] + }, + "ghost_tail5": { + "position": [8, 0, 0] + }, + "ghost_tail6": { + "position": [8, 0, 0] + }, + "ghost_tail7": { + "position": [8, 0, 0] + }, + "ghost_tail": { + "position": [8, 0, 0] + }, + "tail": { + "position": [8, 0, 0] + }, + "ghost_tail8": { + "position": [8, 0, 0] + }, + "ghost_tail9": { + "position": [8, 0, 0] + }, + "ghost_tail10": { + "position": [9, 0, 0] + }, + "ghost_tail11": { + "position": [8, 0, 0] + }, + "ghost_tail12": { + "position": [8, 0, 0] + }, + "ghost_tail13": { + "position": [8, 0, 0] + }, + "ghost_tail14": { + "position": [8, 0, 0] + }, + "ghost_tail15": { + "position": [8, 0, 0] + }, + "ghost_tail16": { + "position": [8, 0, 0] + }, + "ghost_tail17": { + "position": [7, 0, 0] + } + } + } + }, + "geckolib_format_version": 2 +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/sandygast/sandygast.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/sandygast/sandygast.animation.json new file mode 100644 index 0000000..ac15ac3 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/sandygast/sandygast.animation.json @@ -0,0 +1,70 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.sandygast.ground_idle": { + "loop": true, + "bones": { + "arm_right": { + "position": ["math.clamp(math.sin(q.anim_time*90*1+90)*0.2,-0.1,0.1)-math.sin(-q.anim_time*90*1-90)*0.3", 0, 0] + }, + "body_bot": { + "rotation": ["math.sin(q.anim_time*90*0.5-150+100)*4", 0, "math.sin(q.anim_time*90*1-150+100)*2"], + "position": [0, "math.clamp(math.sin(q.anim_time*90*1+120)*0.2,-0.1,0.1)-math.sin(-q.anim_time*90*1-120)*0.3", 0] + }, + "arm_left": { + "position": ["math.clamp(math.sin(q.anim_time*90*1+90)*-0.2,-0.1,0.1)-math.sin(-q.anim_time*90*1-90)*-0.3", 0, 0] + }, + "shovel": { + "rotation": ["math.sin(q.anim_time*90*0.5-150+100)*1", "math.sin(q.anim_time*90*0.5-150+100)*3", "math.sin(q.anim_time*90*1-150+100)*2"] + }, + "mouth": { + "position": [0, "math.clamp(math.sin(q.anim_time*90*1+90*0.5)*0.2,-0.1,0.1)-math.sin(-q.anim_time*90*1-90*0.5)*0.2", 0] + }, + "hand_left": { + "rotation": ["math.sin(q.anim_time*90*1+140)*0.5", "math.sin(q.anim_time*90*1+140)*0.5", "math.sin(q.anim_time*90*1-90+140)*3"], + "position": [-0.175, "math.clamp(math.sin(q.anim_time*90*1+90)*0.2,-0.1,0.1)-math.sin(-q.anim_time*90*1-90)*0.3", 0] + }, + "hand_right": { + "rotation": ["math.sin(q.anim_time*90*1+140)*0.5", "math.sin(q.anim_time*90*1+140)*0.5", "math.sin(q.anim_time*90*1-90+140)*3"], + "position": [0.45, "math.clamp(math.sin(q.anim_time*90*1+90)*0.2,-0.1,0.1)-math.sin(-q.anim_time*90*1-90)*0.3", 0] + } + } + }, + "animation.sandygast.ground_walk": { + "loop": true, + "bones": { + "arm_right": { + "position": ["0-math.sin(q.anim_time*90*4*2-20)*0.2+0.3", 0, 0] + }, + "body_bot": { + "rotation": ["10+math.sin(q.anim_time*90*4*2-45)*2", 0, 0], + "position": [0, "-math.sin(q.anim_time*90*4*2-20)*0.2-0.1", "-math.sin(q.anim_time*90*4*2+90)*0.5+0.2"] + }, + "arm_left": { + "rotation": [0, 0, 0], + "position": ["-math.sin(q.anim_time*90*4*2-20)*-0.2-0.3", 0, 0] + }, + "shovel": { + "rotation": ["+math.sin(q.anim_time*90*4*2-45)*2", 0, 0] + }, + "mouth": { + "position": [0, "-math.sin(q.anim_time*90*4*2-20)*-0.2+0.1", 0] + }, + "hand_left": { + "rotation": ["0+math.sin(q.anim_time*90*4*2+45)*3", 0, 0], + "position": [-0.825, "-math.sin(q.anim_time*90*4*2-20)*-0.2-0.3", 0] + }, + "hand_right": { + "rotation": ["0+math.sin(q.anim_time*90*4*2+45)*3", 0, 0], + "position": [0.925, "-0.275+math.sin(q.anim_time*90*4*2-20)*0.20", 0] + }, + "flastsurface": { + "position": [0, 0, "-math.sin(q.anim_time*90*4*2-20)*0.2+0.3"] + }, + "arm_right_move": { + "position": [0, 0, 0] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/scovillain/scovillain.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/scovillain/scovillain.animation.json new file mode 100644 index 0000000..510dc39 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/scovillain/scovillain.animation.json @@ -0,0 +1,1500 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.scovillain.ground_idle": { + "loop": true, + "animation_length": 1.28, + "bones": { + "head_left": { + "rotation": { + "0.0": { + "post": [25.43039, 14.85384, -6.67139], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [23.41673, 17.95909, -13.78959], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [25.43039, 14.85384, -6.67139], + "lerp_mode": "catmullrom" + } + } + }, + "head_right": { + "rotation": { + "0.0": { + "post": [25.43039, -14.85384, 6.67139], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [30.43039, -14.85384, 6.67139], + "lerp_mode": "catmullrom" + }, + "0.44": { + "post": [22.74972, -14.85384, 6.67139], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [45.11238, -14.85384, 6.67139], + "lerp_mode": "catmullrom" + }, + "0.68": { + "post": [22.74972, -14.85384, 6.67139], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [45.11238, -14.85384, 6.67139], + "lerp_mode": "catmullrom" + }, + "1.04": { + "post": [30.43039, -14.85384, 6.67139], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [25.43039, -14.85384, 6.67139], + "lerp_mode": "catmullrom" + } + } + }, + "all": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -0.35, -0.2], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [0, -0.25, -0.5], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [0, -0.35, -0.2], + "lerp_mode": "catmullrom" + } + } + }, + "neck_left": { + "rotation": { + "0.0": { + "post": [21.29896, 68.60168, 49.44761], + "lerp_mode": "catmullrom" + }, + "0.44": { + "post": [13.0257, 71.57363, 47.37871], + "lerp_mode": "catmullrom" + }, + "0.84": { + "post": [16.29896, 68.60168, 49.44761], + "lerp_mode": "catmullrom" + }, + "1.16": { + "post": [20.21429, 68.47108, 49.53853], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [21.29896, 68.60168, 49.44761], + "lerp_mode": "catmullrom" + } + } + }, + "tongue_left": { + "rotation": { + "0.0": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + } + } + }, + "neck_right": { + "rotation": { + "0.0": { + "post": [21.29896, -68.60168, -49.44761], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [36.65067, -64.93165, -66.12736], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [45.21029, -60.84624, -75.79019], + "lerp_mode": "catmullrom" + }, + "0.92": { + "post": [36.39793, -64.03795, -66.06707], + "lerp_mode": "catmullrom" + }, + "1.16": { + "post": [26.97451, -67.578, -55.56397], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [21.29896, -68.60168, -49.44761], + "lerp_mode": "catmullrom" + } + } + }, + "tongue_right": { + "rotation": { + "0.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leaf_front_right": { + "rotation": { + "0.0": { + "post": [55, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [55, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [65, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [55, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leaf_back_right": { + "rotation": { + "0.0": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [-62.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leaf_front_left": { + "rotation": { + "0.0": { + "post": [55, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [65, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [55, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leaf_back_left": { + "rotation": { + "0.0": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [-62.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_1": { + "rotation": { + "0.0": { + "post": [-25.18908, 6.79382, -3.18458], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [-31.5667, -17.2294, 10.3141], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [-25.18908, 6.79382, -3.18458], + "lerp_mode": "catmullrom" + } + } + }, + "tail_2": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [19.33352, 17.1029, 6.42296], + "lerp_mode": "catmullrom" + }, + "0.84": { + "post": [14.73977, -24.27357, -6.17275], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.scovillain.ground_walk": { + "loop": true, + "animation_length": 1.12, + "bones": { + "all": { + "position": [0, 0.4, 0] + }, + "neck_left": { + "rotation": { + "0.0": { + "post": [0, 47.5, 25], + "lerp_mode": "catmullrom" + }, + "0.16": { + "post": [4.79692, 42.78511, 28.11707], + "lerp_mode": "catmullrom" + }, + "0.36": { + "post": [0, 47.5, 25], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [0, 47.5, 25], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [4.79692, 42.78511, 28.11707], + "lerp_mode": "catmullrom" + }, + "0.92": { + "post": [0, 47.5, 25], + "lerp_mode": "catmullrom" + }, + "1.12": { + "post": [0, 47.5, 25], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.08": { + "post": [0, -0.2, 0], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [0, -0.2, 0], + "lerp_mode": "catmullrom" + }, + "0.88": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.12": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head_left": { + "rotation": { + "0.0": { + "post": [26.10019, 31.60176, 6.92517], + "lerp_mode": "catmullrom" + }, + "0.28": { + "post": [31.02373, 26.80687, 16.98737], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [29.38442, 25.90376, 13.17305], + "lerp_mode": "catmullrom" + }, + "0.84": { + "post": [24.59704, 30.45535, 3.06377], + "lerp_mode": "catmullrom" + }, + "1.12": { + "post": [26.10019, 31.60176, 6.92517], + "lerp_mode": "catmullrom" + } + } + }, + "neck_right": { + "rotation": { + "0.0": { + "post": [0, -47.5, -25], + "lerp_mode": "catmullrom" + }, + "0.16": { + "post": [4.79692, -42.78511, -28.11707], + "lerp_mode": "catmullrom" + }, + "0.36": { + "post": [0, -47.5, -25], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [0, -47.5, -25], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [4.79692, -42.78511, -28.11707], + "lerp_mode": "catmullrom" + }, + "0.92": { + "post": [0, -47.5, -25], + "lerp_mode": "catmullrom" + }, + "1.12": { + "post": [0, -47.5, -25], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.08": { + "post": [0, -0.2, 0], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [0, -0.2, 0], + "lerp_mode": "catmullrom" + }, + "0.88": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.12": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head_right": { + "rotation": { + "0.0": { + "post": [21.10019, -31.60176, -6.92517], + "lerp_mode": "catmullrom" + }, + "0.16": { + "post": [38.6, -31.6, -6.93], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [21.02321, -26.80517, -16.99206], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [33.6, -31.6, -6.93], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [18.6, -31.6, -6.93], + "lerp_mode": "catmullrom" + }, + "0.88": { + "post": [38.52321, -26.80517, -16.99206], + "lerp_mode": "catmullrom" + }, + "1.12": { + "post": [21.10019, -31.60176, -6.92517], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": [12.5, 0, 0], + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.08": { + "post": [0, -0.2, 0], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [0, -0.2, 0], + "lerp_mode": "catmullrom" + }, + "0.88": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.12": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [10.26899, -39.87727, -9.95822], + "lerp_mode": "catmullrom" + }, + "0.16": { + "post": [5.50966, -33.12716, -2.52829], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [10.26899, -39.87727, -9.95822], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [10.26899, -39.87727, -9.95822], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [5.50966, -33.12716, -2.52829], + "lerp_mode": "catmullrom" + }, + "0.88": { + "post": [10.26899, -39.87727, -9.95822], + "lerp_mode": "catmullrom" + }, + "1.12": { + "post": [10.26899, -39.87727, -9.95822], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [10.26899, 39.87727, 9.95822], + "lerp_mode": "catmullrom" + }, + "0.16": { + "post": [5.50966, 33.12716, 2.52829], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [10.26899, 39.87727, 9.95822], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [10.26899, 39.87727, 9.95822], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [5.50966, 33.12716, 2.52829], + "lerp_mode": "catmullrom" + }, + "0.88": { + "post": [10.26899, 39.87727, 9.95822], + "lerp_mode": "catmullrom" + }, + "1.12": { + "post": [10.26899, 39.87727, 9.95822], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": { + "0.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.28": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.84": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.12": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "0.28": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "0.84": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.12": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.28": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.84": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.12": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "0.28": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "0.84": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.12": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + } + } + }, + "tail_1": { + "rotation": { + "0.0": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.16": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.36": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.92": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.12": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_2": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.16": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.36": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.92": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.12": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.scovillain.faint": { + "loop": true, + "animation_length": 2.886, + "bones": { + "all": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.44": { + "post": [-67.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.68": { + "post": [-82.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -0.35, -0.2], + "lerp_mode": "catmullrom" + }, + "0.44": { + "post": [0, -0.35, -0.2], + "lerp_mode": "catmullrom" + }, + "0.68": { + "post": [0, 1.15, -0.2], + "lerp_mode": "catmullrom" + } + } + }, + "neck_left": { + "rotation": { + "0.0": { + "post": [13.95311, 56.65984, 41.22357], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [54.62343, 54.04495, 86.83831], + "lerp_mode": "catmullrom" + }, + "0.44": { + "post": [58.16348, 49.87786, 91.32923], + "lerp_mode": "catmullrom" + }, + "0.68": { + "post": [-55.62704, 52.9799, -34.63209], + "lerp_mode": "catmullrom" + }, + "0.76": { + "post": [-62.67824, 42.21676, -44.12906], + "lerp_mode": "catmullrom" + }, + "0.88": { + "post": [-55.62704, 52.9799, -34.63209], + "lerp_mode": "catmullrom" + } + } + }, + "head_left": { + "rotation": { + "0.0": { + "post": [25.43039, 14.85384, -6.67139], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [25.16943, 12.59357, -7.7711], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [24.64784, -5.57881, -16.17511], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [36.01868, -45.10311, -40.8704], + "lerp_mode": "catmullrom" + }, + "0.68": { + "post": [58.35887, -40.98988, -36.97708], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [68.50062, -33.11156, -52.34877], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [58.35887, -40.98988, -36.97708], + "lerp_mode": "catmullrom" + } + } + }, + "jaw_green": { + "rotation": { + "0.68": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + } + } + }, + "tongue_left": { + "rotation": { + "0.0": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "0.76": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "0.88": { + "post": [26.03345, -50.33155, -9.89769], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [23.69191, -45.7935, -6.75275], + "lerp_mode": "catmullrom" + }, + "1.04": { + "post": [26.03345, -50.33155, -9.89769], + "lerp_mode": "catmullrom" + } + } + }, + "neck_right": { + "rotation": { + "0.0": { + "post": [12.37193, -51.79058, -39.27649], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [60.95175, -45.56519, -95.09447], + "lerp_mode": "catmullrom" + }, + "0.44": { + "post": [62.12145, -43.36719, -96.76394], + "lerp_mode": "catmullrom" + }, + "0.68": { + "post": [-45.89857, -60.76105, 23.05355], + "lerp_mode": "catmullrom" + }, + "0.76": { + "post": [-55.62704, -52.9799, 34.63209], + "lerp_mode": "catmullrom" + }, + "0.88": { + "post": [-51.37747, -57.00297, 29.44814], + "lerp_mode": "catmullrom" + } + } + }, + "head_right": { + "rotation": { + "0.0": { + "post": [25.43039, -14.85384, 6.67139], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [24.5727, -3.51681, 12.01437], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [37.00644, -1.52114, 13.52167], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [42.81256, 27.70412, 37.9693], + "lerp_mode": "catmullrom" + }, + "0.68": { + "post": [60.08521, 42.0408, 55.25006], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [45.21421, 33.78801, 43.31255], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [60.08521, 42.0408, 55.25006], + "lerp_mode": "catmullrom" + } + } + }, + "jaw_red": { + "rotation": { + "0.52": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.84": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "tongue_right": { + "rotation": { + "0.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "0.76": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "0.88": { + "post": [26.03345, 50.33155, 9.89769], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [23.69191, 45.7935, 6.75275], + "lerp_mode": "catmullrom" + }, + "1.04": { + "post": [26.03345, 50.33155, 9.89769], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leaf_front_right": { + "rotation": { + "0.0": { + "post": [55, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [55, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [75, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leaf_back_right": { + "rotation": { + "0.0": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leaf_front_left": { + "rotation": { + "0.0": { + "post": [55, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [55, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [75, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leaf_back_left": { + "rotation": { + "0.0": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [-127.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.44": { + "post": [-97.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [-97.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.76": { + "post": [-217.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.88": { + "post": [-205, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.04": { + "post": [-217.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [-127.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.44": { + "post": [-97.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [-97.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.76": { + "post": [-217.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.88": { + "post": [-205, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.04": { + "post": [-217.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.44": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.68": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.44": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.68": { + "post": [0, 0, -0.3], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.44": { + "post": [-60, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.68": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.44": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.68": { + "post": [0, 0, -0.3], + "lerp_mode": "catmullrom" + } + } + }, + "tail_1": { + "rotation": { + "0.0": { + "post": [-25.18908, 6.79382, -3.18458], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [-10.18908, 6.79382, -3.18458], + "lerp_mode": "catmullrom" + }, + "0.44": { + "post": [64.81092, 6.79382, -3.18458], + "lerp_mode": "catmullrom" + } + } + }, + "tail_2": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.44": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.scovillain.sleep": { + "loop": true, + "animation_length": 1.28, + "bones": { + "all": { + "position": { + "0.0": [0, -4, 0], + "0.64": [0, -4, -0.35], + "1.28": [0, -4, 0] + } + }, + "neck_left": { + "rotation": { + "0.0": { + "post": [11.21792, 41.26755, 16.7357], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [9.04107, 41.70738, 13.4502], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [11.21792, 41.26755, 16.7357], + "lerp_mode": "catmullrom" + } + } + }, + "head_left": { + "rotation": { + "0.0": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + } + } + }, + "tongue_left": { + "rotation": { + "0.0": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck_right": { + "rotation": { + "0.0": { + "post": [11.21792, -41.26755, -16.7357], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [7.49344, -41.51495, -14.88761], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [9.04107, -41.70738, -13.4502], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [12.37695, -41.00939, -18.26421], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [11.21792, -41.26755, -16.7357], + "lerp_mode": "catmullrom" + } + } + }, + "head_right": { + "rotation": { + "0.0": { + "post": [12.5, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [2.5, 0, -18.28125], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [7.5, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [0.46875, 0, -18.54492], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [12.5, 0, -22.5], + "lerp_mode": "catmullrom" + } + } + }, + "tongue_right": { + "rotation": { + "0.0": { + "post": [0, 27.5, 0], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [0, 27.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.64": [2.5, 0, 0], + "1.28": [0, 0, 0] + } + }, + "leaf_front_right": { + "rotation": { + "0.0": { + "post": [62.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [67.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [62.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leaf_back_right": { + "rotation": { + "0.0": { + "post": [-67.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [-62.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [-67.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leaf_front_left": { + "rotation": { + "0.0": { + "post": [62.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [67.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [62.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leaf_back_left": { + "rotation": { + "0.0": { + "post": [-67.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [-62.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [-67.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [-14.87739, 1.93597, 7.24721], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [-14.87739, 1.93597, 7.24721], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [-14.87739, -1.93597, -7.24721], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [-14.87739, -1.93597, -7.24721], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": { + "0.0": { + "post": [-90, 30, 0], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [-92.5, 30, 0], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [-90, 30, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [-90, -30, 0], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [-92.5, -30, 0], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [-90, -30, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_1": { + "rotation": { + "0.0": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [-5.90569, 19.87119, -2.65585], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_2": { + "rotation": { + "0.0": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [2.5, 25, 0], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + } + } + } + } + } + }, + "geckolib_format_version": 2 +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/screamtail/screamtail.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/screamtail/screamtail.animation.json new file mode 100644 index 0000000..65bbf1f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/screamtail/screamtail.animation.json @@ -0,0 +1,419 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.screamtail.ground_idle": { + "loop": true, + "bones": { + "body": { + "position": [0, "math.sin(q.anim_time*90*6-90)*0.125+0.125", "-math.sin(q.anim_time*90*6-90)*0.1-0.1"] + }, + "torso": { + "rotation": [0, 0, "math.sin(q.anim_time*90*1.5-90)*2"], + "position": [0, "0.25+math.sin(q.anim_time*90*6-90)*0.1", 0] + }, + "ear_right": { + "rotation": ["(-math.sin(query.anim_time*90*6-90)*1+1)*1", 0, 0] + }, + "arm_right": { + "rotation": [5, "-5-math.sin(query.anim_time*90*1.5-90)*4", "-5*(math.sin(query.anim_time*90*3-90)*1-1)-15"] + }, + "arm_left": { + "rotation": [5, "5-math.sin(query.anim_time*90*1.5-90)*4", "-5*(-math.sin(query.anim_time*90*3-90)*1+1)+15"] + }, + "foot_right": { + "rotation": ["math.sin(q.anim_time*90*6-90)*5+5", 0, 0] + }, + "foot_right2": { + "rotation": ["-math.sin(q.anim_time*90*6-90)*5-5", 0, 0] + }, + "foot_left": { + "rotation": ["math.sin(q.anim_time*90*6-90)*5+5", 0, 0] + }, + "foot_left2": { + "rotation": ["-math.sin(q.anim_time*90*6-90)*5-5", 0, 0] + }, + "ear_left": { + "rotation": ["(-math.sin(query.anim_time*90*6-90)*1+1)*1", 0, 0] + }, + "tuft3": { + "rotation": ["math.sin(q.anim_time*90*1.5-90)*2", 0, 0] + }, + "tuft5": { + "rotation": [0, "math.sin(q.anim_time*90*1.5-180)*8", 0] + }, + "tuft7": { + "rotation": [0, "math.sin(q.anim_time*90*1.5-270)*8", 0] + } + } + }, + "animation.screamtail.ground_walk": { + "loop": true, + "bones": { + "body": { + "position": [ + 0, + "1.75-math.clamp(math.sin(-query.anim_time*90*4+45/2)*1,0,1)-math.clamp(math.sin(-query.anim_time*90*4+45/2+180)*1,0,1)-4.6+math.clamp(math.sin(-query.anim_time*90*4+45/2-50)*3,2.2,3)+math.clamp(math.sin(-query.anim_time*90*4+45/2-50+180)*3,2.2,3)", + "-math.clamp(math.sin(query.anim_time*90*4)*0.7,0.1,0.6)-math.clamp(math.sin(-query.anim_time*90*4)*0.7,0.1,0.6)+0.2" + ] + }, + "torso": { + "rotation": [ + "-math.clamp(math.sin(query.anim_time*90*4+20)*12,0,40)-math.clamp(math.sin(query.anim_time*90*4+20+180)*12,0,40)+7.5", + "math.clamp(math.sin(query.anim_time*90*4*2+45)*2,-2,0)-math.clamp(math.sin(query.anim_time*90*4*2+45+180)*0.5,-2,0)", + "math.sin(query.anim_time*90*4+20)*1" + ] + }, + "arm_right": { + "rotation": [5, "-5-math.sin(query.anim_time*90*4+45+180*0)*20", "-10*(math.sin(query.anim_time*90*4+45+180*0)*1+1)"], + "position": [0, 0, "math.sin(q.anim_time*90*4-90+180*0)*0.5+0.65"] + }, + "arm_left": { + "rotation": [5, "5+math.sin(query.anim_time*90*4+45+180)*20", "10*(math.sin(query.anim_time*90*4+45+180)*1+1)"], + "position": [0, 0, "math.sin(q.anim_time*90*4-90+180*1)*0.5+0.65"] + }, + "leg_right": { + "rotation": [ + "math.clamp(math.sin(-query.anim_time*90*4-45+180)*25,0,25)+math.clamp(math.sin(-query.anim_time*90*4-45+180)*10,-25,0)-15*(math.clamp(math.sin(-query.anim_time*90*4+30+180)*1,-1,-0.5)*1+0.5)", + 0, + "-math.clamp(math.sin(query.anim_time*90*4+180)*0.7,0.1,0.6)-math.clamp(math.sin(-query.anim_time*90*4+180)*0.7,0.1,0.6)+0.2" + ], + "position": [ + 0, + "-0.25+math.clamp(math.sin(query.anim_time*90*4+90+180)*1,-0.5,0)+math.clamp(math.sin(query.anim_time*90*4+150+180)*1,0,0.5)+2*(math.clamp(math.sin(-query.anim_time*90*4-20+180)*1,-1,-0.7)*1+0.7)", + "-0.5-math.clamp(math.sin(query.anim_time*90*4+45+180)*2,-2,1.5)" + ] + }, + "foot_right": { + "rotation": ["math.clamp(math.sin(-query.anim_time*90*4-45+180)*5,-20,0)+math.clamp(math.sin(query.anim_time*90*4+110+180)*5,-5,-0.5)", 0, 0] + }, + "leg_left": { + "rotation": [ + "math.clamp(math.sin(-query.anim_time*90*4-45)*25,0,25)+math.clamp(math.sin(-query.anim_time*90*4-45)*10,-25,0)-15*(math.clamp(math.sin(-query.anim_time*90*4+30)*1,-1,-0.5)*1+0.5)", + 0, + "-math.clamp(math.sin(query.anim_time*90*4)*0.7,0.1,0.6)-math.clamp(math.sin(-query.anim_time*90*4+180)*0.7,0.1,0.6)+0.2" + ], + "position": [ + 0, + "-0.25+math.clamp(math.sin(query.anim_time*90*4+90)*1,-0.5,0)+math.clamp(math.sin(query.anim_time*90*4+150)*1,0,0.5)+2*(math.clamp(math.sin(-query.anim_time*90*4-20)*1,-1,-0.7)*1+0.7)", + "-0.5-math.clamp(math.sin(query.anim_time*90*4+45)*2,-2,1.5)" + ] + }, + "foot_left": { + "rotation": ["math.clamp(math.sin(-query.anim_time*90*4-45)*5,-20,0)+math.clamp(math.sin(query.anim_time*90*4+110)*5,-5,-0.5)", 0, 0] + }, + "ear_right": { + "rotation": ["(-math.sin(query.anim_time*90*8-90)*1+1)*4", 0, 0] + }, + "foot_right2": { + "rotation": ["-math.clamp(math.sin(q.anim_time*90*4+90)*10,0,10)", 0, 0] + }, + "foot_left2": { + "rotation": ["-math.clamp(math.sin(q.anim_time*90*4-90)*10,0,10)", 0, 0] + }, + "ear_left": { + "rotation": ["(-math.sin(query.anim_time*90*8-90)*1+1)*4", 0, 0] + }, + "tuft4": { + "rotation": ["-1+math.sin(q.anim_time*90*4-80)*2", "0+math.sin(q.anim_time*90*4-100+180)*2.5", 0] + }, + "tuft5": { + "rotation": ["17.5+math.sin(q.anim_time*90*4-100)*3", "0+math.sin(q.anim_time*90*4-120+180)*3.5", 0] + }, + "tuft6": { + "rotation": ["12.5+math.sin(q.anim_time*90*6-120)*4", "0+math.sin(q.anim_time*90*4-135+180)*5", 0] + } + } + }, + "animation.screamtail.faint": { + "loop": true, + "animation_length": 3, + "bones": { + "torso": { + "rotation": { + "0.0": [0, 0, "math.sin(q.anim_time*90*1.5-90)*2"], + "0.125": [0, 0, "0+math.sin(q.anim_time*90*1.5-90)*2"], + "2.5": [0, 0, 0] + }, + "position": { + "0.0": [0, "0.25+math.sin(q.anim_time*90*6-90)*0.1", 0], + "0.5833": [0, "0.25+math.sin(q.anim_time*90*6-90)*0.1", 1], + "0.625": [0, "0.25+math.sin(q.anim_time*90*6-90)*0.1", 1], + "2.5": [0, 0, 1] + } + }, + "ear_right": { + "rotation": { + "0.0": ["(-math.sin(query.anim_time*90*6-90)*1+1)*1", 0, 0], + "0.2083": ["(-math.sin(query.anim_time*90*6-90)*1+1)*1", 0, 0], + "0.375": ["22.5+(-math.sin(query.anim_time*90*6-90)*1+1)*1", 0, 0], + "0.6667": ["40+(-math.sin(query.anim_time*90*6-90)*1+1)*1", 0, 0], + "1.2917": ["40+(-math.sin(query.anim_time*90*6-90)*1+1)*1", 0, 0], + "1.375": ["27.5+(-math.sin(query.anim_time*90*6-90)*1+1)*1", 0, 0], + "1.5833": ["5+(-math.sin(query.anim_time*90*6-90)*1+1)*1", 0, 0], + "1.9583": ["17.5+(-math.sin(query.anim_time*90*6-90)*1+1)*1", 0, 0], + "2.6667": ["-2.5+(-math.sin(query.anim_time*90*6-90)*1+1)*1", 0, 0] + }, + "position": [0, 0, 0] + }, + "arm_right": { + "rotation": { + "0.0": [5, "-5-math.sin(query.anim_time*90*1.5-90)*4", "-5*(math.sin(query.anim_time*90*3-90)*1-1)-15"], + "0.125": [5.45448, "-27.409-math.sin(query.anim_time*90*1.5-90)*4", "-5*(math.sin(query.anim_time*90*3-90)*1-1)-17.0849"], + "1.0833": [4.90377, "-12.4697-math.sin(query.anim_time*90*1.5-90)*4", "-5*(math.sin(query.anim_time*90*3-90)*1-1)-15.6268"], + "1.25": [4.73379, "-2.5048-math.sin(query.anim_time*90*1.5-90)*4", "-5*(math.sin(query.anim_time*90*3-90)*1-1)-14.7709"], + "1.2917": [4.71214, "7.4615-math.sin(query.anim_time*90*1.5-90)*4", "-5*(math.sin(query.anim_time*90*3-90)*1-1)-13.9483"], + "1.5": [4.8041, -11.59816, -6.69088], + "1.75": [4.8041, -11.59816, -6.69088], + "1.9583": [4.8041, -11.59816, -6.69088], + "2.125": [4.67623, "7.4613-math.sin(query.anim_time*90*1.5-90)*4", "-5*(math.sin(query.anim_time*90*3-90)*1-1)-13.9528"] + }, + "position": [0, 0, 0] + }, + "arm_left": { + "rotation": { + "0.0": [5, "5-math.sin(query.anim_time*90*1.5-90)*4", "-5*(-math.sin(query.anim_time*90*3-90)*1+1)+15"], + "0.125": [5.51198, "22.4277-math.sin(query.anim_time*90*1.5-90)*4", "-5*(-math.sin(query.anim_time*90*3-90)*1+1)+16.6752"], + "1.0833": [5.51198, "22.4277-math.sin(query.anim_time*90*1.5-90)*4", "-5*(-math.sin(query.anim_time*90*3-90)*1+1)+16.6752"], + "1.25": [5.25563, "9.9824-math.sin(query.anim_time*90*1.5-90)*4", "-5*(-math.sin(query.anim_time*90*3-90)*1+1)+15.4772"], + "1.2917": [5.23927, "0.0241-math.sin(query.anim_time*90*1.5-90)*4", "-5*(-math.sin(query.anim_time*90*3-90)*1+1)+14.5636"], + "1.5": [5.30172, 9.60614, 7.25154], + "1.75": [5.30172, 9.60614, 7.25154], + "1.9583": [5.30172, 9.60614, 7.25154], + "2.125": [5.40527, "-12.4223-math.sin(query.anim_time*90*1.5-90)*4", "-5*(-math.sin(query.anim_time*90*3-90)*1+1)+13.3946"], + "2.25": [5.34435, "-9.9333-math.sin(query.anim_time*90*1.5-90)*4", "-5*(-math.sin(query.anim_time*90*3-90)*1+1)+13.6363"] + }, + "position": [0, 0, 0] + }, + "foot_right": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*6-90)*5+5", 0, 0], + "2.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "2.5": [0, 0, 0] + } + }, + "foot_right2": { + "rotation": { + "0.0": [4.98093, -0.01893, 0.43523], + "1.125": [0, 0, 0], + "1.3333": [7.5, 0, 0], + "1.5417": [0, 0, 0], + "2.0833": [0, 0, 0], + "2.2083": [10, 0, 0], + "2.5": [17.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.125": [0, 0, 0], + "2.0833": [0, 0, 0], + "2.2083": [0, 0, 0.15], + "2.5": [0, 0, 0.25] + } + }, + "foot_left": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*6-90)*5+5", 0, 0], + "2.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "2.5": [0, 0, 0] + } + }, + "foot_left2": { + "rotation": { + "0.0": ["-math.sin(q.anim_time*90*6-90)*5-5", 0, 0], + "1.125": ["-math.sin(q.anim_time*90*6-90)*5-5", 0, 0], + "1.3333": ["-math.sin(q.anim_time*90*6-90)*5+5", 0, 0], + "1.5417": ["-math.sin(q.anim_time*90*6-90)*5-5", 0, 0], + "2.0833": ["-math.sin(q.anim_time*90*6-90)*5-5", 0, 0], + "2.2083": ["-math.sin(q.anim_time*90*6-90)*5+5", 0, 0], + "2.5": [7.4721, -0.09953, -0.64558] + }, + "position": { + "0.0": [0, 0, 0], + "1.125": [0, 0, 0], + "2.0833": [0, 0, 0], + "2.5": [0, 0, 0.1] + } + }, + "jigglypuff": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [-5, 0, 0], + "0.7083": [-32.5, 0, 0], + "1.0833": [-45.15625, 0, 0], + "1.1667": [-47.65625, 0, 0], + "1.25": [-52.65625, 0, 0], + "1.4167": [-62.66, 0, 0], + "2.0": [-92.66, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.125": [0, 3, 0], + "0.375": [0, 4, 0.55], + "0.5833": [0, 4, 0], + "0.7083": [0, 4, 0], + "1.0833": [0, 3, 1], + "1.25": [0, 3, 1], + "1.2917": [0, 3.59, 1.13], + "1.3333": [0, 4.14, 1.26], + "1.625": [0, 6.02, 2.17], + "1.7083": [0, 6.02, 2.42], + "2.0": [0, 5.27, 2.92], + "2.2083": [0, 5.47, 3.12], + "2.4167": [0, 5.27, 2.92] + } + }, + "mouth_open": { + "rotation": [0, 0, 0], + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, -0.2], + "2.0": [0, 0, -0.2], + "2.0417": [0, 0, 0] + } + }, + "eyelid_left": { + "position": [0, 0, -0.175] + }, + "tuft": { + "rotation": { + "0.0": [0, 0, 0], + "0.2083": [0, 0, 0], + "0.375": [-4.61088, 1.95474, -0.28099], + "0.6667": [-13.7896, 6.06239, -1.32428], + "1.125": [2.17515, -1.25894, 0.05149], + "1.2917": [2.17515, -1.25894, 0.05149], + "1.4167": [-4.52238, 2.13581, -0.29238], + "2.0417": [-16.02995, 7.23429, -1.7379] + }, + "position": { + "0.0": [0, 0, 0], + "0.2083": [0, 0, 0] + } + }, + "leg_right": { + "rotation": { + "0.0": [0, 0, 0], + "1.125": [0, 0, 0], + "1.25": [12.5, 0, 0], + "1.375": [-2.5, 0, 0], + "2.0833": [-2.5, 0, 0], + "2.2083": [1.79, 0, 0], + "2.5": [10, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.125": [0, 0, 0] + } + }, + "leg_left": { + "rotation": { + "0.0": [0, 0, 0], + "1.125": [0, 0, 0], + "1.25": [17.5, 0, 0], + "1.375": [-2.5, 0, 0], + "2.0833": [-2.5, 0, 0], + "2.2083": [2.14, 0, 0], + "2.5": [12.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.125": [0, 0, 0], + "2.5": [0, 0, 0] + } + }, + "eyelid_right": { + "position": [0, 0, -0.175] + } + } + }, + "animation.screamtail.sleep": { + "animation_length": 31.58333, + "bones": { + "body": { + "rotation": [-2.5, 0, 0], + "position": [0, -1.25, 0] + }, + "torso": { + "rotation": ["5+math.sin(q.anim_time*90*1)*1", 0, "math.sin(q.anim_time*90*2)*0.2"], + "position": [0, 0, 0.25] + }, + "eyelid_left": { + "position": [0, 0, -0.175] + }, + "ear_right": { + "rotation": [7.52829, 2.22219, -25.38636] + }, + "tuft": { + "rotation": [10.00477, -2.4905, 0.21782] + }, + "arm_right": { + "rotation": [103.96884, -54.07437, -85.52222] + }, + "arm_left": { + "rotation": [93.36397, 56.70533, 80.26143] + }, + "leg_right": { + "rotation": [-95.27665, 40.788, -42.81403], + "position": [-0.5, 0, -2.5] + }, + "foot_right": { + "rotation": [19.71975, -3.40487, -3.09196] + }, + "foot_right2": { + "rotation": [7.5, 0, 0] + }, + "leg_left": { + "rotation": [-88.19733, -37.06829, 30.0608], + "position": [0.75, 0, -2.25] + }, + "foot_left": { + "rotation": [22.43745, 1.50179, 10.23032] + }, + "foot_left2": { + "rotation": [15, 0, 0] + }, + "tuft4": { + "rotation": ["5+math.sin(q.anim_time*90*1)*5", 0, "math.sin(q.anim_time*90*2)*0.2"] + }, + "tuft5": { + "rotation": ["5+math.sin(q.anim_time*45*1)*3", 0, "math.sin(q.anim_time*90*2)*0.2"] + }, + "eyelid_right": { + "position": [0, 0, -0.175] + } + } + }, + "animation.screamtail.blink": { + "animation_length": 0.625, + "bones": { + "eye_right": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + }, + "eye_left": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/sewaddle/sewaddle.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/sewaddle/sewaddle.animation.json new file mode 100644 index 0000000..27aadcf --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/sewaddle/sewaddle.animation.json @@ -0,0 +1,428 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.sewaddle.ground_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "waist": { + "rotation": [-2.5, 0, 0] + }, + "torso": { + "rotation": ["-2.5+math.sin(query.anim_time*90*2)*2", 0, 0] + }, + "neck": { + "rotation": ["-40-math.sin(query.anim_time*90*2+90)*2", 0, 0] + }, + "head": { + "rotation": ["-25+math.sin(query.anim_time*90*2+90)*1", 0, 0] + }, + "leg_left2": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [3.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [3, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [3.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [6.77, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [6.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [6.27, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -0.3, 0.25], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -0.26, 0.25], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -0.225, 0.25], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -0.26, 0.25], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -0.3, 0.25], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, -0.365, 0.25], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -0.375, 0.25], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, -0.34, 0.25], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -0.3, 0.25], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right2": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [3.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [3, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [3.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [6.77, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [6.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [6.27, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -0.3, 0.25], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -0.26, 0.25], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -0.225, 0.25], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -0.26, 0.25], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -0.3, 0.25], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, -0.365, 0.25], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -0.375, 0.25], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, -0.34, 0.25], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -0.3, 0.25], + "lerp_mode": "catmullrom" + } + } + }, + "torso2": { + "rotation": [-12.5, 0, 0] + }, + "hood3": { + "rotation": ["22.5+math.sin(query.anim_time*90*2+360)*7", 0, 0] + }, + "hood2": { + "rotation": ["10-math.sin(query.anim_time*90*2+270)*3", 0, 0] + }, + "hood": { + "rotation": ["-5+math.sin(query.anim_time*90*2+180)*3", 0, 0] + }, + "mouth_open": { + "position": [0, 0.1, 0] + }, + "hood_right": { + "rotation": [0, 0, 0] + }, + "arm_right": { + "rotation": ["-5-math.sin(query.anim_time*90*2+180)*3", "5-math.sin(query.anim_time*90*2+180)*2", "-5-math.sin(query.anim_time*90*2+180)*3"] + }, + "arm_left": { + "rotation": ["-5-math.sin(query.anim_time*90*2+180)*3", "-5-math.sin(query.anim_time*90*2+180)*2", "5-math.sin(query.anim_time*90*2+180)*3"] + } + } + }, + "animation.sewaddle.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "neck": { + "rotation": ["-27.5+math.sin(query.anim_time*90*4+45)*2", 0, 0] + }, + "head": { + "rotation": ["-52.5-math.sin(query.anim_time*90*4+45)*2", 0, 0] + }, + "body": { + "position": [0, 0, "math.sin(query.anim_time*90*4+90)*0.3"] + }, + "leg_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-10.83, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0.25, 1], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0.58, -0.17], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, -0.5], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-10.83, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -0.5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0.25, 1], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0.58, -0.17], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, -0.5], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-10.83, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -0.5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0.25, 1], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0.58, -0.17], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, -0.5], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-10.83, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0.25, 1], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0.58, -0.17], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, -0.5], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + } + } + }, + "hood": { + "rotation": ["-2.5-math.sin(query.anim_time*90*4+90)*2", 0, 0] + }, + "hood_left": { + "rotation": [0, "math.sin(query.anim_time*90*4+135)*2", 0] + }, + "hood_right": { + "rotation": [0, "-math.sin(query.anim_time*90*4+90)*2", 0] + }, + "hood2": { + "rotation": [-12.5, 0, 0] + }, + "hood3": { + "rotation": ["30+math.sin(query.anim_time*90*4+135)*5", 0, 0] + } + } + }, + "animation.sewaddle.blink": { + "animation_length": 0.1667, + "bones": { + "eyelids": { + "position": { + "0.0": [0, -0.1, 0], + "0.1667": {"pre": [0, -0.1, 0], "post": [0, 0, 0]} + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/shaymin/shaymin.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/shaymin/shaymin.animation.json new file mode 100644 index 0000000..f2f6f4c --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/shaymin/shaymin.animation.json @@ -0,0 +1,183 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.shaymin.ground_walk": { + "loop": true, + "bones": { + "leave2": { + "rotation": ["-0+math.cos(q.anim_time*90*3*2-200)*2", 0, 0] + }, + "flower2": { + "rotation": ["0+math.cos(q.anim_time*90*3*2-60)*1", 0, "0+math.cos(q.anim_time*90*3-60)*1"] + }, + "leave": { + "rotation": ["-0+math.cos(q.anim_time*90*3*2-200)*2", 0, 0] + }, + "flower": { + "rotation": ["0+math.cos(q.anim_time*90*3*2-60)*1", 0, "0+math.cos(q.anim_time*90*3-60)*1"] + }, + "leg_back_right2": { + "rotation": ["0+math.sin(q.anim_time*90*3)*10", 0, 0], + "position": [-0.25, "0+math.clamp(math.cos(q.anim_time*90*3-180)*1,0,1)", "-0.25+math.sin(q.anim_time*90*3)*1/2"] + }, + "leg_back_left2": { + "rotation": ["0-math.sin(q.anim_time*90*3)*10", 0, 0], + "position": [0.25, "0+math.clamp(math.cos(q.anim_time*90*3)*1,0,1)", "-0.25-math.sin(q.anim_time*90*3)*1/2"] + }, + "leg_front_right": { + "rotation": ["0-math.sin(q.anim_time*90*3)*10", 0, 0], + "position": [-0.25, "0+math.clamp(math.cos(q.anim_time*90*3)*1,0,1)", "0.5-math.sin(q.anim_time*90*3)*1/2"] + }, + "leg_front_left": { + "rotation": ["0+math.sin(q.anim_time*90*3)*10", 0, 0], + "position": [0.25, "0+math.clamp(math.cos(q.anim_time*90*3-180)*1,0,1)", "0.5+math.sin(q.anim_time*90*3)*1/2"] + }, + "backfur": { + "rotation": ["0+math.cos(q.anim_time*90*3*2-60)*1", 0, "0+math.cos(q.anim_time*90*3-60)*1"] + }, + "torso": { + "rotation": ["0+math.cos(q.anim_time*90*3*2)*1", "0-math.cos(q.anim_time*90*3)*1", "0+math.cos(q.anim_time*90*3+30)*2"], + "position": [0, "0.2*math.sin(q.anim_time*90*3*2)", 0] + }, + "nose": { + "rotation": ["0+math.cos(q.anim_time*90*3*2-60)*1", 0, "0+math.cos(q.anim_time*90*3-60)*1"] + } + } + }, + "animation.shaymin.ground_battle": { + "loop": true, + "bones": { + "torso": { + "rotation": ["0+math.cos(q.anim_time*90*3)*1", 0, "0+math.cos(q.anim_time*90*3/2+30)*1"], + "position": [0, "0.1*math.sin(q.anim_time*90*3)", 0] + }, + "backfur": { + "rotation": ["0+math.cos(q.anim_time*90*3-60)*1", 0, "0+math.cos(q.anim_time*90*3/2-60)*1"], + "position": [0, "0.1*math.sin(q.anim_time*90*3-60)", 0] + }, + "flower2": { + "rotation": ["0+math.cos(q.anim_time*90*3-160)*3", 0, 0] + }, + "flower": { + "rotation": ["0+math.cos(q.anim_time*90*3-160)*3", 0, 0] + } + } + }, + "animation.shaymin.ground_idle": { + "loop": true, + "bones": { + "torso": { + "rotation": ["-12.5+math.cos(q.anim_time*90*3)*1", 0, "math.cos(q.anim_time*90*3/2+30)*1"], + "position": [0, "-0.9+0.1*math.sin(q.anim_time*90*3)", 0] + }, + "backfur": { + "rotation": ["0+math.cos(q.anim_time*90*3-60)*1", 0, "0+math.cos(q.anim_time*90*3/2-60)*1"], + "position": [0, "0.1*math.sin(q.anim_time*90*3-60)", 0] + }, + "flower2": { + "rotation": ["0+math.cos(q.anim_time*90*3-160)*3", 0, 0] + }, + "flower": { + "rotation": ["0+math.cos(q.anim_time*90*3-160)*3", 0, 0] + }, + "leg_back_right2": { + "rotation": [-90, 14.25, 0], + "position": [0, -3, 1] + }, + "leg_back_left2": { + "rotation": [-90, -14.25, 0], + "position": [0, -3, 1] + } + } + }, + "animation.shaymin.blink": { + "animation_length": 0.16667, + "bones": { + "eyelid_r": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_l": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + } + } + }, + "animation.shaymin.blink_alternate": { + "animation_length": 0.625, + "bones": { + "eyelid_r": { + "scale": 1 + }, + "eye_right": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + }, + "eye_left": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + } + } + }, + "animation.shaymin.ground_sleep": { + "loop": true, + "bones": { + "torso": { + "rotation": ["0+math.cos(q.anim_time*90*3)*1", 0, "0+math.cos(q.anim_time*90*3/2+30)*1"], + "position": [0, "0.1*math.sin(q.anim_time*90*1)", 0] + }, + "backfur": { + "rotation": ["0+math.cos(q.anim_time*90*2-60)*0.5", 0, "0+math.cos(q.anim_time*90*2/2-60)*0.5"], + "position": [0, "0.1*math.sin(q.anim_time*90*2-60)", 0] + }, + "flower2": { + "rotation": ["0+math.cos(q.anim_time*90*3-160)*3", 0, 0] + }, + "flower": { + "rotation": ["0+math.cos(q.anim_time*90*3-160)*3", 0, 0] + }, + "body": { + "position": [0, -2.725, 0] + }, + "eyelid_r": { + "position": [0, 0, -0.1] + }, + "eyelid_l": { + "position": [0, 0, -0.125] + }, + "leg_back_right2": { + "rotation": [82.47168, -4.95712, 0.65426] + }, + "leg_back_left2": { + "rotation": [82.47168, 4.95712, -0.65426] + }, + "leg_front_right": { + "rotation": [-79.84892, 9.84655, 1.75378] + }, + "leg_front_left": { + "rotation": [-84.84892, -9.84655, -1.75378] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/shaymin_sky/shaymin_sky.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/shaymin_sky/shaymin_sky.animation.json new file mode 100644 index 0000000..1adbf8f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/shaymin_sky/shaymin_sky.animation.json @@ -0,0 +1,420 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.shaymin_sky.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "neck": { + "rotation": ["0+Math.cos((query.anim_time) * 90 * 4*2) * -5", 0, "Math.cos((query.anim_time) * 90 * 4 - 30) * 2"] + }, + "scarf": { + "rotation": [0, "0+Math.cos((query.anim_time) * 90 * 4 - 90) * 15", 0] + }, + "head2": { + "rotation": ["1+Math.cos((query.anim_time) * 90 * 4*2) * 2", 0, 0] + }, + "bone5": { + "rotation": ["-0.1+Math.cos((query.anim_time) * 90 * 4*2) * -2", "0+Math.cos((query.anim_time) * 90 * 4 - 90) * 5", 0] + }, + "bone3": { + "rotation": ["-0.1+Math.cos((query.anim_time) * 90 * 4*2) * -2", "0+Math.cos((query.anim_time) * 90 * 4 - 90) * 5", 0] + }, + "wing_right": { + "rotation": [0, 0, "0-Math.cos((query.anim_time) * 90 * 4*2) * 4"] + }, + "wing_left": { + "rotation": [0, 0, "0+Math.cos((query.anim_time) * 90 * 4*2) * 4"] + }, + "torso": { + "rotation": ["2.5+Math.cos((query.anim_time) * 90 * 4*2 - 90) * 2", 0, "0+Math.cos((query.anim_time) * 90 * 4) * 4"], + "position": [0, "0+Math.cos((query.anim_time) * 90 * 4*2) * 0.5", 0] + }, + "bone": { + "rotation": ["-2+Math.cos((query.anim_time) * 90 * 4*2) * -9", "0+Math.cos((query.anim_time) * 90 * 4 - 90) * 15", 0] + }, + "leg_front_right": { + "rotation": { + "0.0": [26.5, 0, 0], + "0.1667": [22.71, 0, 0], + "0.4167": [-15.08, 0, 0], + "0.5": [-18, 0, 0], + "0.5833": [-15.08, 0, 0], + "0.9167": [22.71, 0, 0], + "1.0": [26.5, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0.21, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0.55, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0.6, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0.75, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0.21, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [0, 0, 0], + "0.7083": [0, 0.2, 0], + "0.9167": [0, 0, 0], + "1.0": [0, 0.21, 0] + } + }, + "leg_front_right2": { + "rotation": { + "0.0": [-17, 0, 0], + "0.0833": [-18.75, 0, 0], + "0.2917": [-40, 0, 0], + "0.5": [-12.5, 0, 0], + "0.7083": [-3.12, 0, 0], + "1.0": [-17, 0, 0] + } + }, + "leg_front_right3": { + "rotation": { + "0.0": [4.38, 0, 0], + "0.0417": [7.5, 0, 0], + "0.25": [55, 0, 0], + "0.5": [22.5, 0, 0], + "0.5417": [35, 0, 0], + "0.7083": [10, 0, 0], + "0.875": [-5, 0, 0], + "1.0": [4.38, 0, 0] + } + }, + "leg_back_right": { + "rotation": { + "0.0": [-18, 0, 0], + "0.0833": [-15.08, 0, 0], + "0.4167": [22.71, 0, 0], + "0.5": [26.5, 0, 0], + "0.6667": [22.71, 0, 0], + "0.9167": [-15.08, 0, 0], + "1.0": [-18, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.4167": [0, 0, 0], + "0.5": { + "pre": [0, 0.21, 0], + "post": [0, 0.21, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0.65, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0.6, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0.65, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0.21, 0], + "lerp_mode": "catmullrom" + }, + "1.0": [0, 0, 0] + } + }, + "leg_back_right2": { + "rotation": { + "0.0": [-12.5, 0, 0], + "0.2083": [-15.62, 0, 0], + "0.5": { + "pre": [-9.5, 0, 0], + "post": [-9.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-35.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": [-48.75, 0, 0], + "0.9167": [-21, 0, 0], + "1.0": [-12.5, 0, 0] + } + }, + "leg_back_right3": { + "rotation": { + "0.0": [35, 0, 0], + "0.2083": [10, 0, 0], + "0.375": [-5, 0, 0], + "0.5417": [7.5, 0, 0], + "0.75": [55, 0, 0], + "0.875": [13.75, 0, 0], + "1.0": [35, 0, 0] + } + }, + "leg_back_left": { + "rotation": { + "0.0": [26.5, 0, 0], + "0.1667": [22.71, 0, 0], + "0.4167": [-15.08, 0, 0], + "0.5": [-18, 0, 0], + "0.5833": [-15.08, 0, 0], + "0.9167": [22.71, 0, 0], + "1.0": [26.5, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0.21, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0.55, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0.6, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0.75, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0.21, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [0, 0, 0], + "0.7083": [0, 0.2, 0], + "0.9167": [0, 0, 0], + "1.0": [0, 0.21, 0] + } + }, + "leg_back_left2": { + "rotation": { + "0.0": { + "post": [-9.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-35.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": [-48.75, 0, 0], + "0.4167": [-21, 0, 0], + "0.5": [-12.5, 0, 0], + "0.7083": [-15.62, 0, 0], + "1.0": [-9.5, 0, 0] + } + }, + "leg_back_left3": { + "rotation": { + "0.0": [35, 0, 0], + "0.2083": [10, 0, 0], + "0.375": [-5, 0, 0], + "0.5417": [7.5, 0, 0], + "0.75": [22.5, 0, 0], + "0.875": [13.75, 0, 0], + "1.0": [35, 0, 0] + } + }, + "chest": { + "rotation": ["-2.5+Math.cos((query.anim_time) * 90 * 4*2) * 2", 0, "0+Math.cos((query.anim_time) * 90 * 4) * -6"], + "position": [0, 0.3, 0] + }, + "leg_front_left": { + "rotation": { + "0.0": [-18, 0, 0], + "0.0833": [-15.08, 0, 0], + "0.4167": [22.71, 0, 0], + "0.5": [26.5, 0, 0], + "0.6667": [22.71, 0, 0], + "0.9167": [-15.08, 0, 0], + "1.0": [-18, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.4167": [0, 0, 0], + "0.5": { + "pre": [0, 0.21, 0], + "post": [0, 0.21, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0.65, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0.6, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0.65, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0.21, 0], + "lerp_mode": "catmullrom" + }, + "1.0": [0, 0, 0] + } + }, + "leg_front_left2": { + "rotation": { + "0.0": [-12.5, 0, 0], + "0.2083": [-3.12, 0, 0], + "0.5": [-17, 0, 0], + "0.5833": [-18.75, 0, 0], + "0.7917": [-40, 0, 0], + "1.0": [-12.5, 0, 0] + } + }, + "leg_front_left3": { + "rotation": { + "0.0": [22.5, 0, 0], + "0.0417": [35, 0, 0], + "0.2083": [10, 0, 0], + "0.375": [-5, 0, 0], + "0.5417": [7.5, 0, 0], + "0.75": [55, 0, 0], + "0.9167": [15.42, 0, 0], + "1.0": [22.5, 0, 0] + } + } + } + }, + "animation.shaymin_sky.ground_idle": { + "loop": true, + "bones": { + "torso": { + "rotation": ["2.5+Math.cos((query.anim_time) * 90 * 2 - 90) * -1", 0, 0] + }, + "chest": { + "rotation": [-2.5, 0, 0] + }, + "neck": { + "rotation": ["2+Math.cos((query.anim_time) * 90 * 2 - 90) * -2", 0, 0] + }, + "scarf": { + "rotation": [0, "0+Math.cos((query.anim_time) * 90 * 2 - 45) * 4", 0] + }, + "head2": { + "rotation": ["-1+Math.cos((query.anim_time) * 90 * 2 - 45) * 4", 0, 0] + }, + "bone5": { + "rotation": ["-1+Math.cos((query.anim_time) * 90 * 2 - 45) * 4", 0, 0] + }, + "bone3": { + "rotation": ["-1+Math.cos((query.anim_time) * 90 * 2 - 45) * 4", 0, 0] + }, + "wing_right": { + "rotation": [0, 0, "0-Math.cos((query.anim_time) * 90 * 2 - 90) * 4"] + }, + "wing_left": { + "rotation": [0, 0, "0+Math.cos((query.anim_time) * 90 * 2 - 90) * 4"] + }, + "bone": { + "rotation": ["-1+Math.cos((query.anim_time) * 90 * 2 - 90) * 4", "0+Math.cos((query.anim_time) * 90 * 4 - 45) * 4", 0] + } + } + }, + "animation.shaymin_sky.cry": { + "animation_length": 0.9167, + "bones": { + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [12.75, 0, 0], + "post": [12.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [12.92, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": [-5.25, 0, 0], + "0.2917": [-7.5, 0, 0], + "0.625": [-6.25, 0, 0], + "0.875": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, -0.92], + "0.125": [0, 0, -1], + "0.2083": [0, 0, -0.25], + "0.2917": [0, 0, 0] + } + }, + "head2": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": [17.5, 0, 0], + "0.2917": { + "pre": [-5.5, 0, 0], + "post": [-5.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": [0, 0, 0] + } + }, + "mouth": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": [0, 0, 0], + "0.2917": { + "pre": [77.5, 0, 0], + "post": [77.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [58.12, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": [0, 0, 0] + } + } + } + }, + "animation.shaymin_sky.blink": { + "animation_length": 0.625, + "bones": { + "eye_right": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + }, + "eye_left": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/shellos/shellos.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/shellos/shellos.animation.json new file mode 100644 index 0000000..4dc44b2 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/shellos/shellos.animation.json @@ -0,0 +1,68 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.shellos.ground_idle": { + "loop": true, + "bones": { + "torso": { + "rotation": ["0+math.cos(q.anim_time*90*3)*1", 0, "0+math.cos(q.anim_time*90*3/2+30)*1"], + "position": [0, "0.1*math.sin(q.anim_time*90*3)", 0] + }, + "neck": { + "rotation": ["0+math.cos(q.anim_time*90*3-60)*1", 0, "0+math.cos(q.anim_time*90*3/2-60)*1"], + "position": [0, "0.1*math.sin(q.anim_time*90*3-60)", 0] + }, + "head": { + "rotation": ["0+math.cos(q.anim_time*90*3-60)*1", 0, "0+math.cos(q.anim_time*90*3/2-60)*1"], + "position": [0, "0.1*math.sin(q.anim_time*90*3-60)", 0] + }, + "ear_left": { + "rotation": ["0+math.cos(q.anim_time*90*3-160)*5", 0, 0] + }, + "ear_right": { + "rotation": ["0+math.cos(q.anim_time*90*3-160)*5", 0, 0] + } + } + }, + "animation.shellos.ground_walk": { + "loop": true, + "bones": { + "head": { + "rotation": ["-math.cos(q.anim_time*90*6*2-30)*2", 0, 0] + }, + "ear_right": { + "rotation": [0, "math.cos(q.anim_time*90*6-80)*3+math.cos(q.anim_time*90*6*2-80)*2", "math.cos(q.anim_time*90*6-80)*5 "] + }, + "ri9ght_back_leg": { + "rotation": ["0-math.sin(q.anim_time*90*6+180)*9", 0, 0], + "position": [0, "0+math.clamp(math.cos(q.anim_time*90*6+180)*0.6,0,1)", "0-math.sin(q.anim_time*90*6+180)*0.5"] + }, + "right_front_leg": { + "rotation": ["0-math.sin(q.anim_time*90*6)*9", 0, 0], + "position": [0, "0+math.clamp(math.cos(q.anim_time*90*6+50)*0.7,0,1)", "0.75-math.sin(q.anim_time*90*6+50)*0.5"] + }, + "left_back_leg": { + "rotation": ["0-math.sin(q.anim_time*90*6+50)*9", 0, 0], + "position": [0, "0+math.clamp(math.cos(q.anim_time*90*6)*0.6,0,1)", "0-math.sin(q.anim_time*90*6)*0.5"] + }, + "left_front_leg": { + "rotation": ["0-math.sin(q.anim_time*90*6+230)*9", 0, 0], + "position": [0, "0+math.clamp(math.cos(q.anim_time*90*6+230)*0.7,0,1)", "0.75-math.sin(q.anim_time*90*6+230)*0.5"] + }, + "shelltop": { + "position": [0, "0+math.sin(q.anim_time*90*6*2)*0.2", 0] + }, + "torso": { + "rotation": ["0-math.cos(q.anim_time*90*6)*1", "0-math.sin(q.anim_time*90*6)*2", "0+math.sin(q.anim_time*90*6)*2"], + "position": [0, "0+math.sin(q.anim_time*90*6*2)*0.3", 0] + }, + "neck": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*3*2)*4"] + }, + "ear_left": { + "rotation": [0, "math.cos(q.anim_time*90*6-90)*-3+math.cos(q.anim_time*90*6*2-90)*-2", "math.cos(q.anim_time*90*6-80)*5"] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/shuppet/shuppet.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/shuppet/shuppet.animation.json new file mode 100644 index 0000000..a2cda90 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/shuppet/shuppet.animation.json @@ -0,0 +1,124 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.shuppet.ground_idle": { + "loop": true, + "bones": { + "torso": { + "position": [0, "0-math.sin(q.anim_time*90*2)*1", "0-math.sin(q.anim_time*90*2)*0.75"] + }, + "head": { + "rotation": ["0-math.sin(q.anim_time*90*2+60)*5", "0-math.sin(q.anim_time*90*2+60)*3", "0+math.sin(q.anim_time*90*2+75)*3"] + }, + "tail": { + "rotation": ["0+math.sin(q.anim_time*90*2)*15", 0, "0+math.sin(q.anim_time*90*2+75)*15"], + "position": [0, 0.75, 0] + }, + "tail2": { + "rotation": ["0-math.sin(q.anim_time*90*2+90)*10", 0, 0] + }, + "tail3": { + "rotation": ["0+math.sin(q.anim_time*90*2+150)*10", 0, 0] + }, + "tail4": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2+180)*10"] + }, + "tail5": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*2+120)*10"] + } + } + }, + "animation.shuppet.ground_walk": { + "loop": true, + "bones": { + "torso": { + "rotation": [15, 0, 0], + "position": [0, "0-math.sin(q.anim_time*90*3)*1", "0-math.sin(q.anim_time*90*3)*0.75"] + }, + "head": { + "rotation": ["0-math.sin(q.anim_time*90*3+60)*5", "0-math.sin(q.anim_time*90*3+60)*3", "0+math.sin(q.anim_time*90*3+75)*3"] + }, + "tail": { + "rotation": ["0+math.sin(q.anim_time*90*3)*15", 0, "0+math.sin(q.anim_time*90*3+75)*15"], + "position": [0, 0.75, 0] + }, + "tail2": { + "rotation": ["0-math.sin(q.anim_time*90*3+90)*10", 0, 0] + }, + "tail3": { + "rotation": ["0+math.sin(q.anim_time*90*3+150)*10", 0, 0] + }, + "tail4": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*3+180)*10"] + }, + "tail5": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*3+120)*10"] + }, + "tail5_sub": { + "rotation": [0, 0, 0] + } + } + }, + "animation.shuppet.sleep": { + "loop": true, + "bones": { + "eyelid_right": { + "position": [0, 0, -0.1] + }, + "eyelid_right2": { + "position": [-0.1, 0, 0] + }, + "eyelid_left": { + "position": [0, 0, -0.1] + }, + "eyelid_left2": { + "position": [0.1, 0, 0] + }, + "torso": { + "position": [0, "0-math.sin(q.anim_time*90*1)*0.5", 0] + }, + "head": { + "rotation": ["0-math.sin(q.anim_time*90*1+60)*5", "0-math.sin(q.anim_time*90*1+60)*3", "0+math.sin(q.anim_time*90*1+75)*3"] + }, + "tail": { + "rotation": ["0+math.sin(q.anim_time*90*1)*10", 0, "0+math.sin(q.anim_time*90*1+75)*10"], + "position": [0, 0.75, 0] + } + } + }, + "animation.shuppet.blink": { + "animation_length": 0.16667, + "bones": { + "eyelid_right": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_right2": { + "position": { + "0.0": [-0.1, 0, 0], + "0.125": [-0.1, 0, 0], + "0.1667": [0, 0, 0] + } + }, + "eyelid_left": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_left2": { + "position": { + "0.0": [0.1, 0, 0], + "0.125": [0.1, 0, 0], + "0.1667": [0, 0, 0] + } + } + } + } + }, + "geckolib_format_version": 2 +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/sinistcha/sinistcha.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/sinistcha/sinistcha.animation.json new file mode 100644 index 0000000..46633cc --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/sinistcha/sinistcha.animation.json @@ -0,0 +1,45 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.sinistcha.ground_idle": { + "loop": true, + "bones": { + "head": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1.5-60)*2.5"], + "position": [0, "0+math.sin(q.anim_time*90*3-90)*0.2", 0] + }, + "right_leg": { + "rotation": ["0+math.sin(q.anim_time*90*3)*10", 0, "0+math.sin(q.anim_time*90*1.5-90)*10"] + }, + "left_leg": { + "rotation": ["0+math.sin(q.anim_time*90*3)*10", 0, "0+math.sin(q.anim_time*90*1.5-90)*10"] + }, + "body_whole": { + "rotation": ["0+math.sin(q.anim_time*90*3+90)*3", "0.5184+math.sin(q.anim_time*90*1.5-90)*4", "0+math.sin(q.anim_time*90*1.5+60)*3"], + "position": ["0+math.sin(q.anim_time*90*1.5)*2", "2.65+math.sin(q.anim_time*90*3)*1", "0+math.sin(q.anim_time*90*3)*0.5"] + } + } + }, + "animation.sinistcha.ground_walk": { + "loop": true, + "bones": { + "head": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1.5-60)*3"], + "position": [0, "0+math.sin(q.anim_time*90*3-90)*0.3", 0] + }, + "right_leg": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1-60)*3"], + "position": [0, "0+math.sin(q.anim_time*90*3-75)*0.3", 0] + }, + "left_leg": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1-60)*3"], + "position": [0, "0+math.sin(q.anim_time*90*3-90)*0.3", 0] + }, + "body_whole": { + "rotation": [0, "0+math.sin(q.anim_time*90*1.5-90)*4", "0+math.sin(q.anim_time*90*1.5+60)*3"], + "position": ["0+math.sin(q.anim_time*90*1.5)*2", "2.725+math.sin(q.anim_time*90*3)*1", "0+math.sin(q.anim_time*90*3)*0.5"] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/sinistea/sinistea.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/sinistea/sinistea.animation.json new file mode 100644 index 0000000..f25a3b1 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/sinistea/sinistea.animation.json @@ -0,0 +1,116 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.sinistea.ground_idle": { + "loop": true, + "bones": { + "sinistea": { + "position": [0, 3, 0] + }, + "body": { + "rotation": ["2.5+math.sin(q.anim_time*90*3+90)*3", "0+math.sin(q.anim_time*90*1.5-90)*4", "0+math.sin(q.anim_time*90*1.5+60)*3"], + "position": ["0+math.sin(q.anim_time*90*1.5)*2", "0+math.sin(q.anim_time*90*3)*1", "0+math.sin(q.anim_time*90*3)*0.5"] + }, + "drip": { + "rotation": ["0+math.sin(q.anim_time*90*3+60)*4", 0, "0+math.sin(q.anim_time*90*1.5+60)*2"], + "position": [0, 0.1, 0] + }, + "arm_left": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*3+60)*2"] + }, + "finger": { + "rotation": ["0+math.sin(q.anim_time*90*3+60)*4", 0, "0-math.sin(q.anim_time*90*3+60)*2"] + }, + "thumb": { + "rotation": ["0+math.sin(q.anim_time*90*3+60)*4", 0, "0+math.sin(q.anim_time*90*3+60)*4"] + } + } + }, + "animation.sinistea.ground_walk": { + "loop": true, + "bones": { + "sinistea": { + "position": [0, 3, 0] + }, + "body": { + "rotation": [10, "0+math.sin(q.anim_time*90*1.5-90)*4", "0+math.sin(q.anim_time*90*1.5+60)*3"], + "position": ["0+math.sin(q.anim_time*90*1.5)*2", "0+math.sin(q.anim_time*90*3)*1", "0+math.sin(q.anim_time*90*3)*0.5"] + }, + "drip": { + "rotation": ["0+math.sin(q.anim_time*90*3+60)*4", 0, "0+math.sin(q.anim_time*90*1.5+60)*2"], + "position": [0, 0.1, 0] + }, + "arm_left": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*3+60)*2"] + }, + "finger": { + "rotation": ["0+math.sin(q.anim_time*90*3+60)*4", 0, "0-math.sin(q.anim_time*90*3+60)*2"] + }, + "thumb": { + "rotation": ["0+math.sin(q.anim_time*90*3+60)*4", 0, "0+math.sin(q.anim_time*90*3+60)*4"] + } + } + }, + "animation.sinistea.sleep": { + "loop": true, + "bones": { + "body": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*0.75)*0.5"] + }, + "drip": { + "rotation": [-25, 0, -25], + "position": [-2, -1.25, 3] + }, + "arm_left": { + "rotation": [0, 0, 30], + "position": [5.9, -3, 0], + "scale": 0.65 + }, + "segment1": { + "rotation": [0, 0, 15] + }, + "segment2": { + "rotation": [0, 0, 20] + }, + "segment3": { + "rotation": [0, 0, 40] + }, + "segment4": { + "rotation": [0, 0, 27.5] + }, + "segment5": { + "rotation": [0, 0, -17.5] + }, + "eyelid_right": { + "position": [0, 0, -0.1] + }, + "eyelid_left": { + "position": [0, 0, -0.1] + }, + "mouth_closed": { + "position": [0, 0, -0.1] + } + } + }, + "animation.sinistea.blink": { + "animation_length": 0.16667, + "bones": { + "eyelid_right": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_left": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + } + } + } + }, + "geckolib_format_version": 2 +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/skiddo/skiddo.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/skiddo/skiddo.animation.json new file mode 100644 index 0000000..1ca17f6 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/skiddo/skiddo.animation.json @@ -0,0 +1,142 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.skiddo.ground_walk": { + "loop": true, + "bones": { + "body": { + "position": [0, "-1.75+math.clamp(math.sin(q.anim_time*90*4)*1.1,0.5,1)+math.clamp(math.sin(q.anim_time*90*4+180)*1.1,0.5,1)", 0] + }, + "torso": { + "rotation": ["math.sin(q.anim_time*90*4-90)*0.2+0.5", 0, "math.clamp(math.sin(q.anim_time*90*4-90)*1,-0.8,0.8)+math.sin(q.anim_time*90*4-180)*1"] + }, + "head2": { + "rotation": ["5+math.cos(q.anim_time*90*4*2+30)*-1", 0, "0+math.sin(q.anim_time*90*4)*2"] + }, + "ear_left2": { + "rotation": [0, 0, "3*Math.cos((query.anim_time-0.3) * 90 * 8)"] + }, + "ear_left": { + "rotation": [0, 0, "-3*Math.cos((query.anim_time-0.3) * 90 * 8)"] + }, + "ruff": { + "rotation": ["5+math.cos(q.anim_time*90*4*2+30)*1", 0, "0+math.sin(q.anim_time*90*4)*2"] + }, + "tail3": { + "rotation": ["math.sin(q.anim_time*90*8-180-60)*2", "math.sin(q.anim_time*90*4-180-60)*4", 0] + }, + "leg_front_right": { + "rotation": ["20-math.clamp(19*(math.sin(q.anim_time*90*4-90+33)*1+1),-0,60)", 0, 0], + "position": [ + 0, + "0.8*(math.clamp(math.sin(q.anim_time*90*4-155)*1.6,1,1.6)-0.2)+0.5*(math.clamp(math.sin(q.anim_time*90*4-75)*1.8,1,1.8)-1)-0.2*(math.clamp(math.sin(q.anim_time*90*4)*1.4,1,1.4)+1)-math.clamp(math.sin(q.anim_time*90*4-180)*1,0,0.75)", + 0 + ] + }, + "leg_front_right2": { + "rotation": [ + "math.clamp(math.sin(q.anim_time*90*4-180*0+33)*40,0,40)+(math.clamp(math.sin(q.anim_time*90*2-90*0)*1,0.5,1)*1-0.5)*30+(math.clamp(math.sin(q.anim_time*90*2-90*2)*1,0.5,1)*1-0.5)*30", + 0, + 0 + ] + }, + "leg_front_right3": { + "rotation": ["-20+math.clamp(10*(math.sin(q.anim_time*90*4-90-180*0)*1+1),-0,60)+math.clamp(math.sin(q.anim_time*90*4-180*0+10)*30,-5,30)", 0, 0], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4-120)*1.1,0.9,1)-0.9+math.clamp(math.sin(q.anim_time*90*2-130)*1.3,0.9,1)-0.9", 0] + }, + "leg_front_left": { + "rotation": ["20-math.clamp(19*(math.sin(q.anim_time*90*4-90+33+180)*1+1),-0,60)", 0, 0], + "position": [ + 0, + "0.8*(math.clamp(math.sin(q.anim_time*90*4-155+180)*1.6,1,1.6)-0.2)+0.5*(math.clamp(math.sin(q.anim_time*90*4-75+180)*1.8,1,1.8)-1)-0.2*(math.clamp(math.sin(q.anim_time*90*4+180)*1.4,1,1.4)+1)-math.clamp(math.sin(q.anim_time*90*4)*1,0,0.75)", + 0 + ] + }, + "leg_front_left2": { + "rotation": [ + "math.clamp(math.sin(q.anim_time*90*4-180*1+33)*40,0,40)+(math.clamp(math.sin(q.anim_time*90*2-90*3)*1,0.5,1)*1-0.5)*30+(math.clamp(math.sin(q.anim_time*90*2-90*1)*1,0.5,1)*1-0.5)*30", + 0, + 0 + ] + }, + "leg_front_left3": { + "rotation": ["-20+math.clamp(10*(math.sin(q.anim_time*90*4-90-180*1)*1+1),-0,60)+math.clamp(math.sin(q.anim_time*90*4-180*1+10)*30,-5,30)", 0, 0], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4-120+180)*1.1,0.9,1)-0.9+math.clamp(math.sin(q.anim_time*90*2-130+90)*1.3,0.9,1)-0.9", 0] + }, + "leg_back_right": { + "rotation": ["-20+math.clamp(15*(math.sin(q.anim_time*90*4-90)*1+1),-0,60)", 0, 0], + "position": [ + 0, + "-math.clamp(-math.sin(q.anim_time*90*4+90+180*0)*0.01,0,0.01)+math.clamp(-math.sin(q.anim_time*90*4+20+180*0)*1,0.4,1)-0.4+math.clamp(math.sin(q.anim_time*90*4-130+180*0)*1.5,0.4,0.6)-0.3+(math.clamp(-math.sin(q.anim_time*90*2+70+180*0)*1,0.5,1)-0.5)*0.5+(math.clamp(-math.sin(q.anim_time*90*2+70+180*1)*1,0.5,1))*0.5", + 0 + ] + }, + "leg_back_right2": { + "rotation": [ + "math.clamp(math.sin(q.anim_time*90*4)*10,0,10)-math.clamp(math.sin(q.anim_time*90*4-95)*10,0,45)-math.clamp(math.sin(q.anim_time*90*4+180)*10,0,45)", + 0, + 0 + ], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4-130+180*0)*1,0.5,1)-math.clamp(math.sin(q.anim_time*90*4-40+180*0)*1,0.75,1)+0.25", 0] + }, + "leg_back_right3": { + "rotation": [ + "-math.clamp(math.sin(q.anim_time*90*4+180*0)*10,0,10)+math.clamp(math.sin(q.anim_time*90*4+10+180*1)*25,0,45)-(-20+math.clamp(11*(math.sin(q.anim_time*90*4-90+180*0)*1+1),-0,60))+math.clamp(math.sin(q.anim_time*90*4-130+180*0)*00,50,100)-50", + 0, + 0 + ], + "position": [0, "(math.clamp(math.sin(q.anim_time*90*4-110+180)*1,0.5,1)-0.5)*0.7", 0] + }, + "leg_back_left": { + "rotation": ["-20+math.clamp(15*(math.sin(q.anim_time*90*4-90+180)*1+1),-0,60)", 0, 0], + "position": [ + 0, + "-math.clamp(-math.sin(q.anim_time*90*4+90+180*1)*0.01,0,0.01)+math.clamp(-math.sin(q.anim_time*90*4+20+180*1)*1,0.4,0.8)-0.4+math.clamp(math.sin(q.anim_time*90*4-130+180*1)*1.5,0.4,0.6)-0.3+(math.clamp(-math.sin(q.anim_time*90*2+70+180*1)*1,0.5,1)-0.5)*0.5+(math.clamp(-math.sin(q.anim_time*90*2+70+180*0)*1,0.5,1))*0.5", + 0 + ] + }, + "leg_back_left2": { + "rotation": [ + "math.clamp(math.sin(q.anim_time*90*4+180)*10,0,10)-math.clamp(math.sin(q.anim_time*90*4-95+180)*10,0,45)-math.clamp(math.sin(q.anim_time*90*4+180*0)*10,0,45)", + 0, + 0 + ], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4-130+180*1)*1,0.5,1)-math.clamp(math.sin(q.anim_time*90*4-40+180*1)*1,0.75,1)+0.25", 0] + }, + "leg_back_left3": { + "rotation": [ + "-math.clamp(math.sin(q.anim_time*90*4+180*1)*10,0,10)+math.clamp(math.sin(q.anim_time*90*4+10+180*0)*25,0,45)-(-20+math.clamp(11*(math.sin(q.anim_time*90*4-90+180*1)*1+1),-0,60))+math.clamp(math.sin(q.anim_time*90*4-130+180*1)*00,50,100)-50", + 0, + 0 + ], + "position": [0, "(math.clamp(math.sin(q.anim_time*90*4-110+180*0)*1,0.5,1)-0.5)*0.7", 0] + } + } + }, + "animation.skiddo.ground_idle": { + "loop": true, + "bones": { + "torso": { + "rotation": [0, 0, "Math.cos((query.anim_time) * 90 * 1.5) * 0.5"], + "position": [0, "Math.cos((query.anim_time) * 90 * 3) * 0.1", 0] + }, + "head2": { + "rotation": ["-math.sin(q.anim_time*90*3-90)*1", 0, 0], + "position": [0, "-math.cos(q.anim_time*90*3-90)*0.05", 0] + }, + "ear_left2": { + "rotation": [0, 0, "3*Math.cos((query.anim_time-0.8) * 90 * 3)"] + }, + "ear_left": { + "rotation": [0, 0, "-3*Math.cos((query.anim_time-0.8) * 90 * 3)"] + }, + "ruff": { + "rotation": [0, 0, "Math.cos((query.anim_time) * 90 * 1.5) * -0.5"] + }, + "tail3": { + "rotation": ["-2*Math.cos((query.anim_time-0.8) * 90 * 3)", "4*Math.cos((query.anim_time-0.8) * 90 * 1.5)", 0] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/skiploom/skiploom.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/skiploom/skiploom.animation.json new file mode 100644 index 0000000..5424141 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/skiploom/skiploom.animation.json @@ -0,0 +1,549 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.skiploom.blink": { + "animation_length": 0.1667, + "bones": { + "eye_left": { + "position": { + "0.0": [0, 0, 0.1], + "0.1667": { + "pre": [0, 0, 0.1], + "post": [0, 0, 0] + } + } + }, + "eye_right": { + "position": { + "0.0": [0, 0, 0.2], + "0.1667": { + "pre": [0, 0, 0.2], + "post": [0, 0, 0] + } + } + }, + "eyelid_left": { + "position": { + "0.0": [0, 0, -0.2], + "0.1667": { + "pre": [0, 0, -0.2], + "post": [0, 0, 0] + } + } + }, + "eyelid_right": { + "position": { + "0.0": [0, 0, -0.3], + "0.1667": { + "pre": [0, 0, -0.3], + "post": [0, 0, 0] + } + } + } + } + }, + "animation.skiploom.ground_idle": { + "loop": true, + "bones": { + "body": { + "position": [0, -1, 0] + }, + "leg_left": { + "rotation": [-90, 0, 0] + }, + "leg_right": { + "rotation": [-90, 0, 0] + }, + "head": { + "rotation": ["-17.5+math.sin(query.anim_time*90*4)*2", "math.sin(query.anim_time*90*2)", "math.sin(query.anim_time*90*2)*1.5"] + }, + "tail": { + "rotation": ["-25-math.sin(query.anim_time*90*4+90)*3", "-math.sin(query.anim_time*90*2+90)*3", "-math.sin(query.anim_time*90*2+90)*3"], + "position": [0, 0.25, -0.25] + }, + "tail2": { + "rotation": ["27.5+math.sin(query.anim_time*90*4+180)*4", 0, 0] + }, + "arm_right": { + "rotation": ["50.1217-math.sin(query.anim_time*90*4+90)*4", "-1.7349+NaN-math.sin(query.anim_time*90*2+90)*3", -1.80423], + "position": [0, 0, 0.6] + }, + "arm_left": { + "rotation": ["49.9331-math.sin(query.anim_time*90*4+90)*4", "1.7378-math.sin(query.anim_time*90*2+90)*3", 1.79851], + "position": [0, 0, 0.6] + }, + "ear_right": { + "rotation": [0, 0, "-17.5+math.sin(query.anim_time*90*4+90)*2"] + }, + "ear_right2": { + "rotation": [0, 0, "20-math.sin(query.anim_time*90*4+180)*4"] + }, + "ear_left": { + "rotation": [0, 0, "17.5-math.sin(query.anim_time*90*4+90)*2"] + }, + "ear_left2": { + "rotation": [0, 0, "-20+math.sin(query.anim_time*90*4+180)*4"] + }, + "petal_northeast": { + "rotation": [0, 0, 5] + }, + "petal_northeast2": { + "rotation": [0, 0, -2.5] + }, + "petal_northwest": { + "rotation": [0, 0, -10] + }, + "petal_northwest2": { + "rotation": [0, 0, 5] + }, + "petal_southeast": { + "rotation": [0, 0, 5] + }, + "petal_southeast2": { + "rotation": [0, 0, -2.5] + }, + "petal_southwest": { + "rotation": [0, 0, -5] + }, + "petal_southwest2": { + "rotation": [0, 0, 2.5] + }, + "petal_east": { + "rotation": [0, 0, 10] + }, + "petal_east2": { + "rotation": [0, 0, -5] + }, + "petal_west": { + "rotation": [0, 0, -10] + }, + "petal_west2": { + "rotation": [0, 0, 7.5] + }, + "petal_south": { + "rotation": [10, 0, 0] + }, + "petal_south2": { + "rotation": [-5, 0, 0] + }, + "petal_north": { + "rotation": [-10, 0, 0] + }, + "petal_north2": { + "rotation": [5, 0, 0] + } + } + }, + "animation.skiploom.air_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "propeller_left": { + "rotation": [0, -2.5, "22.5+math.sin(q.anim_time*90*2+90)*-5"] + }, + "propeller_left2": { + "rotation": [0, -2.5, 25] + }, + "propeller_left3": { + "rotation": [0, -5, "22.5+math.sin(q.anim_time*90*2+180)*-5"] + }, + "propeller_left4": { + "rotation": [0, -7.5, "7.5+math.sin(q.anim_time*90*2+270)*-5"] + }, + "propeller_left5": { + "rotation": [0, -7.5, "20+math.sin(q.anim_time*90*2+360)*-5"] + }, + "propeller_right": { + "rotation": [0, 2.5, "-22.5-math.sin(q.anim_time*90*2+90)*-5"] + }, + "propeller_right2": { + "rotation": [0, 2.5, -25] + }, + "propeller_right3": { + "rotation": [0, -5, "-22.5-math.sin(q.anim_time*90*2+180)*-5"] + }, + "propeller_right4": { + "rotation": [0, -7.5, "-7.5-math.sin(q.anim_time*90*2+270)*-5"] + }, + "propeller_right5": { + "rotation": [0, -7.5, "-20-math.sin(q.anim_time*90*2+360)*-5"] + }, + "body": { + "rotation": [0, 0, "-math.sin(query.anim_time*90*2+90)*-2.5"], + "position": ["math.sin(q.anim_time*90*2+45)", "math.sin(q.anim_time*90*2)", 0] + }, + "leg_left": { + "rotation": ["-2.5+math.sin(query.anim_time*90*2+180)*-5", 0, "math.sin(query.anim_time*90*2+180)+3"] + }, + "leg_right": { + "rotation": ["-2.5+math.sin(query.anim_time*90*2+180)*-5", 0, "-math.sin(query.anim_time*90*2+180)-3"] + }, + "tail": { + "rotation": ["-20-math.sin(query.anim_time*90*2-90)*-10", "math.sin(query.anim_time*90*2+90)*-5", 0], + "position": [0, 0, -0.5] + }, + "tail2": { + "rotation": ["35-math.sin(query.anim_time*90*2-180)*-5", 0, 0] + }, + "arm_right": { + "rotation": [0, "-math.sin(query.anim_time*90*2+180)-30", "-22.5+math.sin(query.anim_time*90*2+90)*-10"], + "position": [0.25, 0.25, 0.25] + }, + "arm_left": { + "rotation": [0, "math.sin(query.anim_time*90*2+180)+30", "22.5-math.sin(query.anim_time*90*2+90)*-10"], + "position": [-0.25, 0.25, 0.25] + }, + "ear_right": { + "rotation": [-0.46174, "-0.0667-(math.sin(query.anim_time*90*2+180)-0.9536)", "-10.0011-math.sin(query.anim_time*90*2+90)*6"] + }, + "ear_right2": { + "rotation": [0, 0, "10+math.sin(query.anim_time*90*2+180)*5"] + }, + "ear_left": { + "rotation": [-0.46174, "math.sin(query.anim_time*90*2+180)-0.8869", "10.0011+math.sin(query.anim_time*90*2+90)*6"] + }, + "ear_left2": { + "rotation": [0, 0, "-10-math.sin(query.anim_time*90*2+180)*5"] + }, + "propeller": { + "rotation": [0, "q.anim_time*90*4", 0] + } + } + }, + "animation.skiploom.air_fly": { + "loop": true, + "animation_length": 4, + "override_previous_animation": true, + "bones": { + "propeller_left": { + "rotation": [0, -2.5, "32.5+math.sin(q.anim_time*90*8+90)*-5"] + }, + "propeller_left2": { + "rotation": [0, -2.5, 22.5] + }, + "propeller_left3": { + "rotation": [0, -5, "25+math.sin(q.anim_time*90*8+180)*-5"] + }, + "propeller_left4": { + "rotation": [0, -7.5, "12.5+math.sin(q.anim_time*90*8+270)*-5"] + }, + "propeller_left5": { + "rotation": [0, -7.5, "7.5+math.sin(q.anim_time*90*8+360)*-5"] + }, + "propeller_right": { + "rotation": [0, -2.5, "-32.5-math.sin(q.anim_time*90*8+90)*-5"] + }, + "propeller_right2": { + "rotation": [0, -2.5, -22.5] + }, + "propeller_right3": { + "rotation": [0, -5, "-25-math.sin(q.anim_time*90*8+180)*-5"] + }, + "propeller_right4": { + "rotation": [0, -7.5, "-12.5-math.sin(q.anim_time*90*8+270)*-5"] + }, + "propeller_right5": { + "rotation": [0, -7.5, "-7.5-math.sin(q.anim_time*90*8+360)*-5"] + }, + "body": { + "rotation": ["math.sin(query.anim_time*90*2+30)+12.5", "math.sin(query.anim_time*90*4-90)", 0], + "position": [0, "math.sin(q.anim_time*90*4)", "math.sin(q.anim_time*90*4+90) "] + }, + "leg_left": { + "rotation": ["32.5-math.sin(query.anim_time*90*4+180)*-7.5", "math.sin(query.anim_time*90*4+90)+22.5", "math.sin(query.anim_time*90*4+180)+25"] + }, + "leg_right": { + "rotation": ["32.5-math.sin(query.anim_time*90*4+180)*-7.5", "-math.sin(query.anim_time*90*4+90)-22.5", "-math.sin(query.anim_time*90*4+180)-25"] + }, + "tail": { + "rotation": ["-25+math.sin(query.anim_time*90*4-90)*-5", 0, 0], + "position": [0, 0, -0.35] + }, + "tail2": { + "rotation": ["15+math.sin(query.anim_time*90*4-180)+20", 0, 0] + }, + "arm_right": { + "rotation": [0, "32.5-math.sin(query.anim_time*90*4-90)*-7.5", "-20-math.sin(query.anim_time*90*4+90)*-2.5"] + }, + "arm_left": { + "rotation": [0, "-32.5+math.sin(query.anim_time*90*4-90)*-7.5", "20+math.sin(query.anim_time*90*4+90)*-2.5"] + }, + "ear_right": { + "rotation": ["-13.7418-math.sin(query.anim_time*90*4+180)*-5", "6.1115+math.sin(query.anim_time*90*4+180)*-5", -14.47138], + "position": [0, -0.75, 0] + }, + "ear_right2": { + "rotation": [0, 0, "15+math.sin(query.anim_time*90*4+270)*8"] + }, + "ear_left": { + "rotation": ["-13.7418-math.sin(query.anim_time*90*4+180)*-5", "-6.1115-math.sin(query.anim_time*90*4+180)*-5", 14.47138], + "position": [0, -0.75, 0] + }, + "ear_left2": { + "rotation": [0, 0, "-15-math.sin(query.anim_time*90*4+270)*8"] + }, + "propeller": { + "rotation": [0, "q.anim_time*90*8", 0] + } + } + }, + "animation.skiploom.ground_walk": { + "loop": true, + "animation_length": 2, + "bones": { + "torso": { + "rotation": ["math.sin(query.anim_time*90*2+215)*8", 0, 0], + "position": [0, -0.5, 0] + }, + "propeller_left": { + "rotation": [0, 2.5, 25] + }, + "propeller_left2": { + "rotation": [0, 5, 20] + }, + "propeller_left3": { + "rotation": [0, 7.5, 12.5] + }, + "propeller_left4": { + "rotation": [0, 10, 10] + }, + "propeller_left5": { + "rotation": [0, 12.5, 7.5] + }, + "propeller_right": { + "rotation": [0, 5, -25] + }, + "propeller_right2": { + "rotation": [0, 5, -20] + }, + "propeller_right3": { + "rotation": [0, 7.5, -12.5] + }, + "propeller_right4": { + "rotation": [0, 10, -10] + }, + "propeller_right5": { + "rotation": [0, 12.5, -7.5] + }, + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [2, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, -1, 8], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -1, 7.25], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 1.26, 1.94], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 2, -4], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0.69, -8.12], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -1, -9], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [-90, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-90, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-62.45277, 1.78848, 2.61293], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-62.41043, 4.43385, 2.31336], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-90, -20, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-90, -12.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -0.1, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": { + "0.0": { + "post": [-90, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-90, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-62.45277, -1.78848, -2.61293], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-62.41043, -4.43385, -2.31336], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-90, 20, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-90, 12.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -0.1, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": ["-17.5+math.sin(query.anim_time*90*2+135)*13", 0, 0] + }, + "tail2": { + "rotation": ["27.5-math.sin(query.anim_time*90*2+215)*13", 0, 0] + }, + "arm_right": { + "rotation": ["math.sin(query.anim_time*90*2+165)*7", "27.5+math.sin(query.anim_time*90*2+165)*20", "-(math.sin(query.anim_time*90*2+135)*14)"], + "position": [0.5, 0, 0.25] + }, + "arm_left": { + "rotation": ["math.sin(query.anim_time*90*2+135)*7", "-27.5+math.sin(query.anim_time*90*2+135)*20", "math.sin(query.anim_time*90*2+135)*14"], + "position": [-0.5, 0, 0.25] + }, + "ear_right": { + "rotation": [ + "-0.0887+math.sin(query.anim_time*90*2+135)*9", + "1.38-math.sin(query.anim_time*90*2+135)*0.5", + "-12.424-math.sin(query.anim_time*90*2+90)*8" + ], + "position": [0, -0.25, 0] + }, + "ear_right2": { + "rotation": [0, 0, "12.5+math.sin(query.anim_time*90*2+135)*9"] + }, + "ear_left": { + "rotation": [ + "-0.0887+math.sin(query.anim_time*90*2+135)*9", + "-1.38-math.sin(query.anim_time*90*2+135)*0.5", + "12.424+math.sin(query.anim_time*90*2+90)*8" + ], + "position": [0, -0.25, 0] + }, + "ear_left2": { + "rotation": [0, 0, "-12.5-math.sin(query.anim_time*90*2+135)*9"] + }, + "propeller": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, -540, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/skitty/skitty.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/skitty/skitty.animation.json new file mode 100644 index 0000000..f85f7db --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/skitty/skitty.animation.json @@ -0,0 +1,262 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.skitty.ground_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "head": { + "rotation": { + "0.0": [-2.5, 0, 0], + "0.75": [2.5, 0, 0], + "1.0": [2.5, 0, 0], + "1.75": [-2.5, 0, 0], + "2.0": [-2.5, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [10, 0, 0], + "1.0": [10, 0, 0], + "1.75": [0, 0, 0], + "2.0": [0, 0, 0] + } + }, + "ear_r": { + "rotation": [0, 0, 0] + }, + "ear_l": { + "rotation": [0, 0, 0] + }, + "tail_end": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "1.0": [10, 0, 0], + "1.25": [10, 0, 0], + "2.0": [0, 0, 0] + } + }, + "tail_bulb": { + "rotation": { + "0.0": [3.33, 0, 0], + "0.25": [0, 0, 0], + "0.5": [0, 0, 0], + "1.25": [10, 0, 0], + "1.5": [10, 0, 0], + "2.0": [3.33, 0, 0] + } + } + } + }, + "animation.skitty.ground_walk": { + "loop": true, + "animation_length": 2, + "bones": { + "head": { + "rotation": { + "0.0": [2.5, 0, 0], + "0.25": [-2.5, 0, 0], + "0.5": [2.5, 0, 0], + "0.75": [-2.5, 0, 0], + "1.0": [2.5, 0, 0], + "1.25": [-2.5, 0, 0], + "1.5": [2.5, 0, 0], + "1.75": [-2.5, 0, 0], + "2.0": [2.5, 0, 0] + } + }, + "foot_fr": { + "rotation": { + "0.0": [-30, 0, 0], + "0.25": [0, 0, 0], + "0.5": [30, 0, 0], + "0.75": [0, 0, 0], + "1.0": [-30, 0, 0], + "1.25": [0, 0, 0], + "1.5": [30, 0, 0], + "1.75": [0, 0, 0], + "2.0": [-30, 0, 0] + } + }, + "foot_br": { + "rotation": { + "0.0": [30, 0, 0], + "0.25": [0, 0, 0], + "0.5": [-30, 0, 0], + "0.75": [0, 0, 0], + "1.0": [30, 0, 0], + "1.25": [0, 0, 0], + "1.5": [-30, 0, 0], + "1.75": [0, 0, 0], + "2.0": [30, 0, 0] + } + }, + "foot_fl": { + "rotation": { + "0.0": [30, 0, 0], + "0.25": [0, 0, 0], + "0.5": [-30, 0, 0], + "0.75": [0, 0, 0], + "1.0": [30, 0, 0], + "1.25": [0, 0, 0], + "1.5": [-30, 0, 0], + "1.75": [0, 0, 0], + "2.0": [30, 0, 0] + } + }, + "foot_bl": { + "rotation": { + "0.0": [-30, 0, 0], + "0.25": [0, 0, 0], + "0.5": [30, 0, 0], + "0.75": [0, 0, 0], + "1.0": [-30, 0, 0], + "1.25": [0, 0, 0], + "1.5": [30, 0, 0], + "1.75": [0, 0, 0], + "2.0": [-30, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [5, 0, 0], + "0.25": [-5, 0, 0], + "0.5": [5, 0, 0], + "0.75": [-5, 0, 0], + "1.0": [5, 0, 0], + "1.25": [-5, 0, 0], + "1.5": [5, 0, 0], + "1.75": [-5, 0, 0], + "2.0": [5, 0, 0] + } + }, + "tail_end": { + "rotation": { + "0.0": [2.5, 0, 0], + "0.25": [-2.5, 0, 0], + "0.5": [2.5, 0, 0], + "0.75": [-2.5, 0, 0], + "1.0": [2.5, 0, 0], + "1.25": [-2.5, 0, 0], + "1.5": [2.5, 0, 0], + "1.75": [-2.5, 0, 0], + "2.0": [2.5, 0, 0] + } + }, + "tail_bulb": { + "rotation": { + "0.0": [2.5, 0, 0], + "0.25": [-2.5, 0, 0], + "0.5": [2.5, 0, 0], + "0.75": [-2.5, 0, 0], + "1.0": [2.5, 0, 0], + "1.25": [-2.5, 0, 0], + "1.5": [2.5, 0, 0], + "1.75": [-2.5, 0, 0], + "2.0": [2.5, 0, 0] + } + } + } + }, + "animation.skitty.sleep": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "rotation": [0, 90, 0], + "position": [0, -2, 0] + }, + "head": { + "rotation": { + "0.0": [10.076, -75.11459, 5.03771], + "1.0": [7.576, -75.11459, 5.03771], + "2.0": [7.576, -75.11459, 5.03771], + "3.0": [10.076, -75.11459, 5.03771], + "4.0": [10.076, -75.11459, 5.03771] + } + }, + "foot_fr": { + "position": [0, 2, 0] + }, + "foot_br": { + "position": [0, 2, 0] + }, + "foot_fl": { + "position": [0, 2, 0] + }, + "foot_bl": { + "position": [0, 2, 0] + }, + "tail": { + "rotation": [10.43389, 31.97464, 41.90065] + }, + "tail_end": { + "rotation": [-15.60237, 69.23068, 0.43768] + }, + "tail_bulb": { + "rotation": [-2.01495, 40.66948, -4.99862] + } + } + }, + "animation.skitty.faint": { + "loop": "hold_on_last_frame", + "animation_length": 0.58333, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.5833": [-110, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5833": [0, 10, 5] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.5833": [60, 0, 0] + } + }, + "foot_fr": { + "rotation": { + "0.0": [0, 0, 0], + "0.5833": [-25, 5, 35] + } + }, + "foot_br": { + "rotation": { + "0.0": [0, 0, 0], + "0.5833": [45, 0, 0] + } + }, + "foot_fl": { + "rotation": { + "0.0": [0, 0, 0], + "0.5833": [-25, -5, -35] + } + }, + "foot_bl": { + "rotation": { + "0.0": [0, 0, 0], + "0.5833": [45, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [0, 0, 0], + "0.5833": [52.5, 0, 0] + } + }, + "tail_end": { + "rotation": [12.5, 0, 0] + }, + "tail_bulb": { + "rotation": [15, 0, 0] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/skorupi/skorupi.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/skorupi/skorupi.animation.json new file mode 100644 index 0000000..6a72456 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/skorupi/skorupi.animation.json @@ -0,0 +1,1837 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.skorupi.pose": { + "loop": true, + "bones": { + "bone4": { + "rotation": [20, 0, 0] + }, + "bone5": { + "rotation": [45, 0, 0] + }, + "bone6": { + "rotation": [52.5, 0, 0] + }, + "bone7": { + "rotation": [15, 0, 0] + }, + "bone9": { + "rotation": [20, 0, 0] + }, + "bone22": { + "scale": [0.6, 0.6, 1] + }, + "bone21": { + "scale": [0.6, 0.6, 1] + } + } + }, + "animation.skorupi.ground_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "scale": [0.6, 0.6, 1] + }, + "bone3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-13.82, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-11.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone21": { + "scale": [0.6, 0.6, 1] + }, + "bone4": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.skorupi.ground_walk": { + "loop": true, + "animation_length": 0.5, + "bones": { + "torso": { + "rotation": [5, 0, "Math.cos((query.anim_time) * 90 * 8) * -2"], + "position": [0, "Math.cos((query.anim_time) * 90 * 8*2) * 0.2", 0] + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "scale": [0.6, 0.6, 1] + }, + "bone3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone21": { + "scale": [0.6, 0.6, 1] + }, + "bone4": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "rotation": { + "0.0": [-2.61435, 9.91358, -1.31845], + "0.125": [12.66253, -10.09152, -3.9374], + "0.25": [14.8968, -5.30767, -13.89137], + "0.375": [2.2227, 4.83983, -14.50942], + "0.5": [-2.61435, 9.91358, -1.31845] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": [14.8968, 5.30767, 13.89137], + "0.125": [2.2227, -4.83983, 14.50942], + "0.25": [-2.61435, -9.91358, 1.31845], + "0.375": [12.66253, 10.09152, 3.9374], + "0.5": [14.8968, 5.30767, 13.89137] + }, + "position": { + "0.0": { + "post": [0, 0, -0.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": [27.37083, 9.48516, 4.81714], + "0.125": [2.40937, 3.59749, 10.25743], + "0.25": [-8.14021, 0.82786, 19.78304], + "0.375": [-11.84792, -3.69295, 3.97898], + "0.5": [12.37083, 9.48516, 4.81714] + }, + "position": { + "0.0": { + "post": [0, 0, -0.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": [-15.7522, -25.11578, -14.51565], + "0.125": [-7.5, -6.25, -14], + "0.25": [0, 12.5, 0], + "0.375": [17.5, -1.25, -3], + "0.5": [-15.7522, -25.11578, -14.51565] + }, + "position": { + "0.0": { + "post": [0, 0, 0.5], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.skorupi.physical": { + "animation_length": 1.25, + "bones": { + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "scale": [0.6, 0.6, 1] + }, + "bone3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone21": { + "scale": [0.6, 0.6, 1] + }, + "mouth_open": { + "position": { + "0.0": [0, 0, 0], + "0.2083": { + "pre": [0, 0, 0], + "post": [0, 0, -1] + }, + "0.7917": { + "pre": [0, 0, -1], + "post": [0, 0, 0] + } + } + }, + "mouth": { + "position": { + "0.0": [0, 0, 0], + "0.2083": { + "pre": [0, 0, 0], + "post": [0, 0, -0.025] + }, + "0.7917": { + "pre": [0, 0, -0.025], + "post": [0, 0, 0] + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [67.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone12": { + "rotation": { + "0.0": [0, 0, 0], + "0.625": [0, 0, 0], + "0.875": [0, 25, 0], + "1.25": [0, 0, 0] + } + }, + "bone10": { + "rotation": { + "0.0": [0, 0, 0], + "0.625": [0, 0, 0], + "0.875": [0, -22.5, 0], + "1.25": [0, 0, 0] + } + }, + "bone15": { + "rotation": { + "0.0": [0, 0, 0], + "0.4167": [0, 0, 0], + "0.625": [25.54957, 24.37176, 1.22505], + "0.875": [25.54957, 24.37176, 1.22505], + "1.25": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0.25, -0.75], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0.75, -1.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": [0, 0, 0], + "0.4167": [0, 0, 0], + "0.625": [23.82408, -22.76366, -3.84913], + "0.875": [23.82408, -22.76366, -3.84913], + "1.25": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0.75, -0.75], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 1.25, -1.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0.75, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0.75, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0.75, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0.75, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.skorupi.special": { + "animation_length": 1.5, + "bones": { + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -0.5, 0.5], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "scale": { + "0.0": [0.6, 0.6, 1], + "0.375": { + "pre": [0.6, 0.6, 1], + "post": [0.6, 0.1, 1] + }, + "0.5417": { + "pre": [0.6, 0.1, 1], + "post": [0.6, 0.6, 1] + }, + "1.5": { + "pre": [0.6, 0.6, 1], + "post": [0.6, 0.6, 1] + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone21": { + "scale": { + "0.0": [0.6, 0.6, 1], + "0.375": { + "pre": [0.6, 0.6, 1], + "post": [0.6, 0.1, 1] + }, + "0.5417": { + "pre": [0.6, 0.1, 1], + "post": [0.6, 0.6, 1] + }, + "1.5": { + "pre": [0.6, 0.6, 1], + "post": [0.6, 0.6, 1] + } + } + }, + "mouth_open": { + "position": { + "0.0": [0, 0, 0], + "0.4583": { + "pre": [0, 0, 0], + "post": [0, 0, -1.025] + }, + "1.1667": { + "pre": [0, 0, -1.025], + "post": [0, 0, -1.025] + }, + "1.375": { + "pre": [0, 0, -1.025], + "post": [0, 0, 0] + } + } + }, + "mouth": { + "position": { + "0.0": [0, 0, 0], + "0.4583": { + "pre": [0, 0, 0], + "post": [0, 0, -0.05] + }, + "1.1667": { + "pre": [0, 0, -0.05], + "post": [0, 0, -0.05] + }, + "1.375": { + "pre": [0, 0, -0.05], + "post": [0, 0, 0] + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [6.72, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [6.72, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone12": { + "rotation": { + "0.0": [0, 0, 0], + "1.5": [0, 0, 0] + } + }, + "bone10": { + "rotation": { + "0.0": [0, 0, 0], + "1.5": [0, 0, 0] + } + }, + "bone15": { + "rotation": { + "0.0": [0, 0, 0], + "1.5": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": [0, 0, 0], + "1.5": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.skorupi.recoil": { + "animation_length": 0.9167, + "bones": { + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [15.34721, -12.06754, -3.28396], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -0.5, 0.5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-11.71875, -11.25, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [32.5, -20, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [36.84168, -12.16324, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "scale": { + "0.0": [0.6, 0.6, 1], + "0.125": { + "pre": [0.6, 0.6, 1], + "post": [0.6, 0.1, 1] + }, + "0.375": { + "pre": [0.6, 0.1, 1], + "post": [0.6, 0.6, 1] + }, + "0.9167": { + "pre": [0.6, 0.6, 1], + "post": [0.6, 0.6, 1] + } + } + }, + "bone21": { + "scale": { + "0.0": [0.6, 0.6, 1], + "0.125": { + "pre": [0.6, 0.6, 1], + "post": [0.6, 0.2, 1] + }, + "0.375": { + "pre": [0.6, 0.2, 1], + "post": [0.6, 0.6, 1] + }, + "0.9167": { + "pre": [0.6, 0.6, 1], + "post": [0.6, 0.6, 1] + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-0.12, 0.75, 0.25], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-0.25, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-0.16, 0.5, 0.31], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0.11, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0.5, -0.12], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 1.5], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0.47, 0.72], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.skorupi.faint": { + "animation_length": 6.7917, + "bones": { + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [11.38, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, -0.45, 0.4], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, -0.62, 0.24], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, -0.15, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -0.62, 0.24], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, -0.15, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, -0.62, 0.24], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, -0.15, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, -0.375], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -0.375], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -1.5, -0.37], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [29.25668, -12.18398, 50.31642], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "scale": { + "0.0": { + "post": [0.6, 0.6, 1], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0.6, 0.6, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone21": { + "scale": { + "0.0": { + "post": [0.6, 0.6, 1], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0.6, 0.6, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [52.91, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [48.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [33.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -42.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 37.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -1.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 35], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -1.25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -1.5, 0], + "lerp_mode": "catmullrom" + } + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/skuntank/skuntank.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/skuntank/skuntank.animation.json new file mode 100644 index 0000000..1ba9e74 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/skuntank/skuntank.animation.json @@ -0,0 +1,355 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.skuntank.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "thigh_r": { + "rotation": { + "0.0": [20, 0, 0], + "0.25": [-5, 0, 0], + "0.5": [-35, 0, 0], + "1.0": [20, 0, 0] + } + }, + "body": { + "position": { + "0.0": [0, -0.5, 0], + "0.25": [0, 0, 0], + "0.5": [0, -0.5, 0], + "0.75": [0, 0, 0], + "1.0": [0, -0.5, 0] + } + }, + "shoulder_r": { + "rotation": { + "0.0": [-25, 0, 0], + "0.25": [0, 0, 0], + "0.5": [25, 0, 0], + "0.75": [0, 0, 0], + "1.0": [-25, 0, 0] + } + }, + "forearm_r": { + "rotation": { + "0.0": [7.5, 0, 0], + "0.5": [-7.5, 0, 0], + "0.75": [-22.5, 0, 0], + "1.0": [7.5, 0, 0] + } + }, + "shoulder_l": { + "rotation": { + "0.0": [25, 0, 0], + "0.25": [0, 0, 0], + "0.5": [-25, 0, 0], + "0.75": [0, 0, 0], + "1.0": [25, 0, 0] + } + }, + "forearm_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-22.5, 0, 0], + "0.5": [7.5, 0, 0], + "0.75": [0, 0, 0], + "1.0": [-7.5, 0, 0] + } + }, + "calf_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.5": [10, 0, 0], + "0.75": [0, 0, 0], + "1.0": [0, 0, 0] + } + }, + "thigh_r2": { + "rotation": { + "0.0": [-35, 0, 0], + "0.5": [20, 0, 0], + "0.75": [-5, 0, 0], + "1.0": [-35, 0, 0] + } + }, + "calf_r2": { + "rotation": { + "0.0": [10, 0, 0], + "0.25": [0, 0, 0], + "0.5": [0, 0, 0], + "0.75": [-5, 0, 0], + "1.0": [10, 0, 0] + } + } + } + }, + "animation.skuntank.ground_idle": { + "loop": true, + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "1.5": [2.5, 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.5": [0, -0.25, 0], + "3.0": [0, 0, 0] + } + }, + "shoulder_r": { + "rotation": { + "0.0": [0, 0, 0], + "1.5": [2.5, 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.5": [0, 0.25, 0], + "3.0": [0, 0, 0] + } + }, + "forearm_r": { + "rotation": { + "0.0": [0, 0, 0], + "1.5": [-5, 0, 0], + "3.0": [0, 0, 0] + } + }, + "hand_r": { + "rotation": { + "0.0": [0, 0, 0], + "1.5": [0, 0, 0], + "3.0": [0, 0, 0] + } + }, + "shoulder_l": { + "rotation": { + "0.0": [0, 0, 0], + "1.5": [2.5, 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.5": [0, 0.25, 0], + "3.0": [0, 0, 0] + } + }, + "forearm_l": { + "rotation": { + "0.0": [0, 0, 0], + "1.5": [-5, 0, 0], + "3.0": [0, 0, 0] + } + }, + "hand_l": { + "rotation": { + "0.0": [0, 0, 0], + "1.5": [0, 0, 0], + "3.0": [0, 0, 0] + } + } + } + }, + "animation.skuntank.sleep": { + "loop": true, + "bones": { + "body": { + "rotation": [0, 90, -2.5], + "position": [0, -3, 0] + }, + "head": { + "rotation": [0, -32.5, 0] + }, + "tail5": { + "rotation": [0, 0, 0] + }, + "tail9": { + "rotation": [0, 45, 0], + "position": [0.5, 0, -0.5] + }, + "tail6": { + "rotation": [0, 7.5, 0] + }, + "tail7": { + "rotation": [0, 12.5, -10] + }, + "thigh_r": { + "rotation": [-60, 0, 0], + "position": [0, -1, 1] + }, + "knee_r": { + "rotation": [42.5, 0, 0] + }, + "foot_r": { + "rotation": [10, 0, 0] + }, + "thigh_r2": { + "rotation": [-60, 0, 0], + "position": [0, -1, 1] + }, + "knee_r2": { + "rotation": [42.5, 0, 0] + }, + "foot_r2": { + "rotation": [10, 0, 0] + }, + "shoulder_r": { + "rotation": [-40, -12.5, 0] + }, + "forearm_r": { + "rotation": [-35, 0, 0] + }, + "hand_r": { + "rotation": [82.5, 0, 0], + "position": [0, 2, -1] + }, + "shoulder_l": { + "rotation": [-40, 0, 0] + }, + "forearm_l": { + "rotation": [-35, 0, 0] + }, + "hand_l": { + "rotation": [82.5, 0, 0], + "position": [0, 2, -1] + }, + "torso": { + "rotation": [0, -40, 0] + }, + "pupil_r": { + "position": [0, -0.25, 0], + "scale": [1, 0.5, 1] + }, + "pupil_l": { + "position": [0, -0.25, 0], + "scale": [1, 0.5, 1] + } + } + }, + "animation.skuntank.faint": { + "loop": true, + "animation_length": 3.25, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [10, 0, 0], + "0.5": [-10, 0, -10], + "0.75": [-30, 0, -5], + "1.0": [-50, 0, 0], + "1.125": [-50, 0, 0], + "1.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, -1.75, 1.75], + "0.5": [1.5, 0.75, -0.75], + "0.75": [0.25, 3, -4], + "1.0": [0, 6.5, -5], + "1.125": [0, 6.5, -5], + "1.5": [0, -3.5, -6] + } + }, + "pupil_r": { + "position": [0, -0.25, 0], + "scale": [1, 0.5, 1] + }, + "pupil_l": { + "position": [0, -0.25, 0], + "scale": [1, 0.5, 1] + }, + "shoulder_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [35, 0, 0], + "0.9167": [-10, 0, 0], + "1.125": [-10, 0, 0], + "1.5": [-40, 10, 0] + } + }, + "forearm_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-45, 0, 0], + "0.5": [-20, 0, 0], + "1.0": [-20, 0, 0], + "1.5417": [-37.5, 0, 0] + } + }, + "shoulder_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [35, 0, 0], + "0.9167": [-10, 0, 0], + "1.125": [-10, 0, 0], + "1.5": [-40, -10, 0] + } + }, + "forearm_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-45, 0, 0], + "0.5": [-20, 0, 0], + "1.0": [-20, 0, 0], + "1.5417": [-37.5, 0, 0] + } + }, + "thigh_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-10, 0, 0], + "0.5": [-5, 0, 10], + "0.75": [20, 0, 5], + "1.0": [40, 0, 0] + } + }, + "knee_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [10, 0, 0], + "0.5": [20, 0, 0], + "0.75": [25, 0, 0] + } + }, + "calf_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-10, 0, 0], + "0.5": [-5, 0, 0], + "0.75": [-15, 0, 0] + } + }, + "thigh_r2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-10, 0, 0], + "0.5": [-5, 0, 0], + "0.75": [20, 0, 0], + "1.0": [40, 0, 0] + } + }, + "knee_r2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [10, 0, 0], + "0.5": [20, 0, 0], + "0.75": [25, 0, 0] + } + }, + "calf_r2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-10, 0, 0], + "0.5": [-5, 0, 0], + "0.75": [-15, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/slitherwing/slitherwing.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/slitherwing/slitherwing.animation.json new file mode 100644 index 0000000..5776823 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/slitherwing/slitherwing.animation.json @@ -0,0 +1,5008 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.slitherwing.pose": { + "animation_length": 2.5, + "bones": { + "body": { + "position": [0, 3, 0] + }, + "tummy": { + "rotation": [-5, 0, 0], + "position": [0, -0.25, 0] + }, + "hips": { + "rotation": [-5, 0, 0] + }, + "tail1": { + "rotation": [5, 0, 0] + }, + "tail2": { + "rotation": [5, 0, 0] + }, + "tail3": { + "rotation": [2.5, 0, 0] + }, + "tail4": { + "rotation": [2.5, 0, 0] + }, + "rightwing3": { + "rotation": [0, 0, -10], + "position": [1, 0, -2] + }, + "leftwing3": { + "rotation": [0, 0, 10], + "position": [-1, 0, -2] + }, + "chest": { + "rotation": [12.5, 0, 0], + "position": [0, 0, 1.25] + }, + "leftarm": { + "rotation": [-4.53359, 2.11089, 49.91643], + "position": [-1, -0.25, 0] + }, + "lefthand": { + "rotation": [0, 0, 20] + }, + "rightarm": { + "rotation": [-4.53359, -2.11089, -49.91643], + "position": [1, -0.25, 0] + }, + "righthand": { + "rotation": [0, 0, -20] + }, + "rightwing1": { + "rotation": [5, 0, -10], + "position": [1, 0, 1] + }, + "rightwing2": { + "rotation": [0, 0, -10], + "position": [1, 0, 0] + }, + "leftwing1": { + "rotation": [5, 0, 10], + "position": [-1, 0, 1] + }, + "leftwing2": { + "rotation": [0, 0, 10], + "position": [-1, 0, 0] + }, + "head": { + "rotation": [12.5, 0, 0], + "position": [0, 0, 1] + }, + "leftleg": { + "rotation": [20.23319, 9.66798, 62.50366], + "position": [0, 2.75, -4.75] + }, + "leftfoot": { + "rotation": [0, 0, 30], + "position": [-0.25, 0, 0] + }, + "rightleg": { + "rotation": [20.23316, -9.66798, -62.50369], + "position": [0, 2.5, -4.75] + }, + "rightfoot": { + "rotation": [0, 0, -30], + "position": [0.25, 0, 0] + }, + "lowewingfluff": { + "position": [0, 0, -1.25] + }, + "tummyfluff": { + "rotation": [10, 0, 0], + "position": [0, 0.5, 1] + }, + "backfluffleft": { + "position": [0, 0, 1] + }, + "backfluffright": { + "position": [0, 0, 1] + }, + "arms": { + "position": [0, 2.75, 0] + } + } + }, + "animation.slitherwing.pose2": { + "loop": true, + "bones": { + "body": { + "rotation": [-27.5, 0, 0], + "position": [0, 5, 0] + }, + "tummy": { + "rotation": [-32.5, 0, 0], + "position": [0, 4, 1] + }, + "hips": { + "rotation": [30, 0, 0], + "position": [0, 0, -1] + }, + "tail1": { + "rotation": [12.5, 0, 0] + }, + "tail2": { + "rotation": [12.5, 0, 0] + }, + "tail3": { + "rotation": [2.5, 0, 0] + }, + "tail4": { + "rotation": [2.5, 0, 0] + }, + "rightwing3": { + "rotation": [23.6822, 4.98093, -39.62165], + "position": [1, 0, -4] + }, + "leftwing3": { + "rotation": [23.6822, -4.98093, 39.62165], + "position": [-1, 0, -4] + }, + "chest": { + "rotation": [10, 0, 0], + "position": [0, 0, 0.25] + }, + "leftarm": { + "rotation": [55.16584, -16.58932, 87.92698], + "position": [-0.5, -1.5, 2.25] + }, + "lefthand": { + "rotation": [0, 0, 20] + }, + "rightarm": { + "rotation": [55.16584, 16.58934, -87.927], + "position": [0.5, -1.5, 2.25] + }, + "righthand": { + "rotation": [0, 0, -20] + }, + "rightwing1": { + "rotation": [34.06766, -0.47439, -22.44673], + "position": [1, 0.5, 2.25] + }, + "rightwing2": { + "rotation": [17.86098, -7.05585, -25.21752], + "position": [1, 0, -3] + }, + "leftwing1": { + "rotation": [24.47346, 3.45514, 19.8302], + "position": [-1, 0, 0.5] + }, + "leftwing2": { + "rotation": [20.21238, 5.97868, 25.39069], + "position": [-1, 0, -3] + }, + "head": { + "rotation": [57.5, 0, 0], + "position": [0, 0.5, 0.25] + }, + "leftleg": { + "rotation": [32.86614, 17.09488, 66.61007], + "position": [-0.5, 2.75, -7.25] + }, + "leftfoot": { + "rotation": [0, 0, 27.5], + "position": [-0.25, 0, 0] + }, + "rightleg": { + "rotation": [32.86614, -17.0949, -66.6101], + "position": [0.5, 2.75, -7.25] + }, + "rightfoot": { + "rotation": [0, 0, -27.5], + "position": [0.25, 0, 0] + }, + "lowewingfluff": { + "position": [0, 0, -4.25] + }, + "tummyfluff": { + "rotation": [10, 0, 0], + "position": [0, 0.5, 1] + }, + "hipfluff": { + "rotation": [-17.5, 0, 0], + "position": [0, -1.5, -1.25] + }, + "upperwingfluff": { + "rotation": [12.5, 0, 0], + "position": [0, -1, -2] + }, + "backfluffleft": { + "rotation": [9.91615, -1.29876, 14.88733], + "position": [1, -0.75, 0] + }, + "bumfluff": { + "rotation": [22.5, 0, 0], + "position": [0, 0, -2] + }, + "backfluffright": { + "rotation": [9.9162, 1.2988, -14.8873], + "position": [-1, -0.75, 0] + }, + "arms": { + "rotation": [-50, 0, 0], + "position": [0, 18, 0] + } + } + }, + "animation.slitherwing.ground_idle": { + "loop": true, + "animation_length": 2.5, + "bones": { + "body": { + "position": [0, 3, 0] + }, + "tummy": { + "rotation": [-5, 0, 0], + "position": [0, "-0.25-math.sin((query.anim_time-0.3)*144)*0.3", 0] + }, + "hips": { + "rotation": ["-10+math.sin((query.anim_time-0.1)*144)*2", 0, 0], + "position": [0, 0.75, -1.5] + }, + "tail1": { + "rotation": ["5-math.sin((query.anim_time+0.2)*144)*1", 0, 0] + }, + "tail2": { + "rotation": ["5-math.sin((query.anim_time+0.3)*144)*1", 0, 0] + }, + "tail3": { + "rotation": ["2.5-math.sin((query.anim_time+0.4)*144)*1", 0, 0] + }, + "tail4": { + "rotation": ["2.5-math.sin((query.anim_time+0.5)*144)*1", 0, 0] + }, + "rightwing3": { + "rotation": [2.5606, -12.4879, "-20.554-math.sin((query.anim_time-0.1)*144)*3"], + "position": [0.5, 0, -2] + }, + "leftwing3": { + "rotation": [2.56062, 12.48791, "20.554+math.sin((query.anim_time-0.1)*144)*3"], + "position": [-0.5, 0, -2] + }, + "chest": { + "rotation": [12.5, 0, 0], + "position": [0, 0, 1.25] + }, + "leftarm": { + "rotation": [-4.53359, 2.11089, "49.9164-math.sin((query.anim_time-0.3)*144)*4"], + "position": [-1, "-0.5-math.sin((query.anim_time-0.3)*144)*0.3", 0] + }, + "lefthand": { + "rotation": [0, 0, "20+math.sin((query.anim_time-0.3)*144)*6"] + }, + "rightarm": { + "rotation": [-4.53359, -2.11089, "-49.9164+math.sin((query.anim_time-0.3)*144)*4"], + "position": [1, "-0.5-math.sin((query.anim_time-0.3)*144)*0.3", 0] + }, + "righthand": { + "rotation": [0, 0, "-20-math.sin((query.anim_time-0.3)*144)*6"] + }, + "rightwing1": { + "rotation": [5, 0, "-10-math.sin((query.anim_time-0.1)*144)*0.5"], + "position": [1, 0, 1] + }, + "rightwing2": { + "rotation": [0, -10, "-10-math.sin((query.anim_time-0.1)*144)*2"], + "position": [1, 0, 0] + }, + "leftwing1": { + "rotation": [5, 0, "10+math.sin((query.anim_time-0.1)*144)*0.5"], + "position": [-1, 0, 1] + }, + "leftwing2": { + "rotation": [0, 10, "10+math.sin((query.anim_time-0.1)*144)*2"], + "position": [-1, 0, 0] + }, + "head": { + "rotation": ["12.5+math.sin((query.anim_time-0.5)*144)*1.6", 0, 0], + "position": [0, "0-math.sin((query.anim_time-0.3)*144)*0.2", 1] + }, + "leftleg": { + "rotation": [ + "20.2332+math.sin((query.anim_time-0.3)*144)*2", + "9.668+math.sin((query.anim_time-0.3)*144)*4", + "62.5037-math.sin((query.anim_time-0.3)*144)*4" + ], + "position": [0, "2.75-math.sin((query.anim_time-0.3)*144)*0.5", -4.75] + }, + "leftfoot": { + "rotation": ["0-math.sin((query.anim_time-0.3)*144)*2", "0-math.sin((query.anim_time-0.3)*144)*2", "30+math.sin((query.anim_time-0.3)*144)*7"], + "position": [-0.25, 0, 0] + }, + "rightleg": { + "rotation": [ + "20.2332+math.sin((query.anim_time-0.3)*144)*2", + "-9.668-math.sin((query.anim_time-0.3)*144)*4", + "-62.5037+math.sin((query.anim_time-0.3)*144)*4" + ], + "position": [0, "2.75-math.sin((query.anim_time-0.3)*144)*0.5", -4.75] + }, + "rightfoot": { + "rotation": ["0-math.sin((query.anim_time-0.3)*144)*2", "0+math.sin((query.anim_time-0.3)*144)*2", "-30-math.sin((query.anim_time-0.3)*144)*7"], + "position": [0.25, 0, 0] + }, + "lowewingfluff": { + "rotation": ["0+math.sin((query.anim_time-0.6)*144)*2.8", 0, 0], + "position": [0, 0, -1.25] + }, + "tummyfluff": { + "rotation": [10, 0, 0], + "position": [0, 0.5, 1] + }, + "backfluffleft": { + "rotation": ["10+math.sin((query.anim_time-0.4)*144)*4", 0, 0], + "position": [0, 0, 1] + }, + "backfluffright": { + "rotation": ["10+math.sin((query.anim_time-0.4)*144)*4", 0, 0], + "position": [0, 0, 1] + }, + "arms": { + "position": [0, 2.75, 0] + }, + "upperwingfluff": { + "rotation": ["5+math.sin((query.anim_time-0.5)*144)*3", 0, 0] + }, + "bumfluff": { + "rotation": [-30, 0, 0] + } + } + }, + "animation.slitherwing.ground_walk": { + "loop": true, + "animation_length": 5, + "bones": { + "body": { + "position": [0, 3, 0] + }, + "tummy": { + "rotation": [-5, "0+math.sin((query.anim_time)*144)*4", 0], + "position": [0, "-0.25+math.sin((query.anim_time)*288)*0.3", 0] + }, + "hips": { + "rotation": [-10, 0, 0], + "position": [0, 0.5, -1] + }, + "tail1": { + "rotation": [5, "0+math.sin((query.anim_time-0.3)*144)*4", 0] + }, + "tail2": { + "rotation": [5, "0+math.sin((query.anim_time-0.3)*144)*4", 0] + }, + "tail3": { + "rotation": [2.5, 0, 0] + }, + "tail4": { + "rotation": [2.5, 0, 0] + }, + "rightwing3": { + "rotation": [2.5606, -12.4879, "-20.554+math.sin((query.anim_time-0.1)*288)*0.5"], + "position": [0.5, 0, -2] + }, + "leftwing3": { + "rotation": [2.56062, 12.48791, "20.554+math.sin((query.anim_time-0.1)*288)*0.5"], + "position": [-0.5, 0, -2] + }, + "chest": { + "rotation": [12.5, "0-math.sin((query.anim_time)*144)*7", 0], + "position": [0, 0, 1.25] + }, + "leftarm": { + "rotation": { + "0.0": { + "post": [-0.55, 0.64, 45.82], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-0.55404, -12.48791, 45.06062], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-0.48, -6.46, 32.5], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-0.52618, 9.4224, 39.85297], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-0.54562, 7.51119, 44.86949], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-0.55, 0.64, 45.82], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [-0.55404, -12.48791, 45.06062], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [-0.48, -6.46, 32.5], + "lerp_mode": "catmullrom" + }, + "4.25": { + "post": [-0.52618, 9.4224, 39.85297], + "lerp_mode": "catmullrom" + }, + "4.5833": { + "post": [-0.54562, 7.51119, 44.86949], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-0.55, 0.64, 45.82], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -0.11, 0.16], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 1.25], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 1, 0.92], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0.38, 0.16], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, 0, -0.25], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -0.11, 0.16], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, 0, 1.25], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 1, 0.92], + "lerp_mode": "catmullrom" + }, + "4.25": { + "post": [0, 0.38, 0.16], + "lerp_mode": "catmullrom" + }, + "4.5833": { + "post": [0, 0, -0.25], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, -0.11, 0.16], + "lerp_mode": "catmullrom" + } + } + }, + "lefthand": { + "rotation": [0, 0, 0] + }, + "rightarm": { + "rotation": { + "0.0": { + "post": [-0.48, 6.46, -32.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-0.5196, -5.59897, -39.26312], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-0.54562, -7.51119, -44.86949], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-0.55, -0.64, -45.82], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-0.55404, 12.48791, -45.06062], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-0.48, 6.46, -32.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.5196, -5.59897, -39.26312], + "lerp_mode": "catmullrom" + }, + "3.3333": { + "post": [-0.54562, -7.51119, -44.86949], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [-0.55, -0.64, -45.82], + "lerp_mode": "catmullrom" + }, + "4.5": { + "post": [-0.55404, 12.48791, -45.06062], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-0.48, 6.46, -32.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.75, 1.17], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0.38, 0.16], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -0.25], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -0.11, 0.16], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 1.25], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0.75, 1.17], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0.38, 0.16], + "lerp_mode": "catmullrom" + }, + "3.3333": { + "post": [0, 0, -0.25], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, -0.11, 0.16], + "lerp_mode": "catmullrom" + }, + "4.5": { + "post": [0, 0, 1.25], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0.75, 1.17], + "lerp_mode": "catmullrom" + } + } + }, + "righthand": { + "rotation": [0, -2.5, 0], + "position": [0, 0, 0] + }, + "rightwing1": { + "rotation": [5, 0, "-10-math.sin((query.anim_time-0.1)*288)*0.5"], + "position": [1, 0, 1] + }, + "rightwing2": { + "rotation": [0, -10, "-10-math.sin((query.anim_time-0.1)*144)*2"], + "position": [1, 0, 0] + }, + "leftwing1": { + "rotation": [5, 0, "10+math.sin((query.anim_time-0.1)*288)*0.5"], + "position": [-1, 0, 1] + }, + "leftwing2": { + "rotation": [0, 10, "10-math.sin((query.anim_time-0.1)*144)*2"], + "position": [-1, 0, 0] + }, + "head": { + "rotation": ["12.5+math.sin((query.anim_time)*288)*1", "0+math.sin((query.anim_time)*144)*2", 0], + "position": [0, "0+math.sin((query.anim_time-0.1)*288)*0.2", 0.75] + }, + "leftleg": { + "rotation": { + "0.0": { + "post": [3.46823, 6.48821, 26.73575], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [17.05662, 13.57591, 40.45016], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [32.81545, 17.63817, 63.94005], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-17.6814, -9.8812, 59.6814], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-3.65822, -5.31724, 35.71651], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [3.46823, 6.48821, 26.73575], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [17.05662, 13.57591, 40.45016], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [32.81545, 17.63817, 63.94005], + "lerp_mode": "catmullrom" + }, + "4.5": { + "post": [-17.6814, -9.8812, 59.6814], + "lerp_mode": "catmullrom" + }, + "4.7917": { + "post": [-3.65822, -5.31724, 35.71651], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [3.46823, 6.48821, 26.73575], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 2.75, -4.86], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 2.75, -5.25], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 2.75, -4.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 2.75, -4.86], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, 2.75, -5.25], + "lerp_mode": "catmullrom" + }, + "4.5": { + "post": [0, 2.75, -4.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 2.75, -4.86], + "lerp_mode": "catmullrom" + } + } + }, + "leftfoot": { + "rotation": { + "0.0": { + "post": [0, 0, 30.36], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 25.31], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 0, 37.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 30.36], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "3.875": { + "post": [0, 0, 25.31], + "lerp_mode": "catmullrom" + }, + "4.5": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "4.7917": { + "post": [0, 0, 37.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 30.36], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [-0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.875": { + "post": [-0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.5": { + "post": [-0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-0.25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightleg": { + "rotation": { + "0.0": { + "post": [32.81545, -17.63817, -63.94005], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-17.6814, 9.8812, -59.6814], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-3.65822, 5.31724, -35.71651], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [3.46823, -6.48821, -26.73575], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [17.05662, -13.57591, -40.45016], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [32.81545, -17.63817, -63.94005], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [-17.6814, 9.8812, -59.6814], + "lerp_mode": "catmullrom" + }, + "4.0417": { + "post": [-3.65822, 5.31724, -35.71651], + "lerp_mode": "catmullrom" + }, + "4.25": { + "post": [3.46823, -6.48821, -26.73575], + "lerp_mode": "catmullrom" + }, + "4.6667": { + "post": [17.05662, -13.57591, -40.45016], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [32.81545, -17.63817, -63.94005], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 2.75, -5.25], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 2.75, -4.5], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 2.75, -4.86], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 2.75, -5.25], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 2.75, -4.5], + "lerp_mode": "catmullrom" + }, + "4.25": { + "post": [0, 2.75, -4.86], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 2.75, -5.25], + "lerp_mode": "catmullrom" + } + } + }, + "rightfoot": { + "rotation": { + "0.0": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, -25.31], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, -30.36], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + }, + "3.125": { + "post": [0, 0, -25.31], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + }, + "4.0417": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + }, + "4.25": { + "post": [0, 0, -30.36], + "lerp_mode": "catmullrom" + }, + "4.6667": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.125": { + "post": [0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.25": { + "post": [0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0.25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lowewingfluff": { + "rotation": ["-5+math.sin((query.anim_time-0.2)*288)*3", 0, 0], + "position": [0, 0, -1.25] + }, + "tummyfluff": { + "rotation": [10, 0, 0], + "position": [0, 0.5, 1] + }, + "backfluffleft": { + "rotation": ["15+math.sin((query.anim_time-0.4)*288)*3", 0, 0], + "position": [0, 0, 0] + }, + "backfluffright": { + "rotation": ["15+math.sin((query.anim_time-0.4)*288)*3", 0, 0], + "position": [0, 0, 0] + }, + "arms": { + "position": [0, 1.75, 0] + }, + "upperwingfluff": { + "rotation": ["2.5+math.sin((query.anim_time)*288)*2", 0, 0] + }, + "bumfluff": { + "rotation": [-27.5, 0, 0] + } + } + }, + "animation.slitherwing.battle_idle": { + "loop": true, + "animation_length": 2.5, + "bones": { + "body": { + "rotation": [-27.5, 0, 0], + "position": [0, 5, 0] + }, + "tummy": { + "rotation": ["-32.5+math.sin((query.anim_time-0.1)*144)*2", 0, 0], + "position": [0, "4-math.sin((query.anim_time-0.3)*144)*0.3", "1+math.sin((query.anim_time-0.3)*144)*0.3"] + }, + "hips": { + "rotation": ["30-math.sin((query.anim_time-0.5)*144)*1", 0, 0], + "position": [0, 0, -1] + }, + "tail1": { + "rotation": ["12.5+math.sin((query.anim_time-0.6)*144)*1", 0, 0] + }, + "tail2": { + "rotation": ["12.5+math.sin((query.anim_time-0.6)*144)*1", 0, 0] + }, + "tail3": { + "rotation": ["2.5+math.sin((query.anim_time-0.7)*144)*1", 0, 0] + }, + "tail4": { + "rotation": ["2.5+math.sin((query.anim_time-0.8)*144)*1", 0, 0] + }, + "rightwing3": { + "rotation": ["23.615+math.sin((query.anim_time-0.1)*144)*3", 2.678, "-40.6267-math.sin((query.anim_time-0.1)*144)*5"], + "position": [1, 0, -4] + }, + "leftwing3": { + "rotation": ["23.6171+math.sin((query.anim_time-0.1)*144)*3", -2.67797, "40.5968+math.sin((query.anim_time-0.1)*144)*5"], + "position": [-1, 0, -4] + }, + "chest": { + "rotation": ["10+math.sin((query.anim_time-0.3)*144)*1", 0, 0], + "position": [0, 0, 0.25] + }, + "leftarm": { + "rotation": [55.16584, "-16.5893-math.sin((query.anim_time-0.3)*144)*2", "87.927+math.sin((query.anim_time-0.3)*144)*4"], + "position": [-0.5, "-1.5-math.sin((query.anim_time-0.3)*144)*0.5", "2.25+math.sin((query.anim_time-0.3)*144)*0.5"] + }, + "lefthand": { + "rotation": [0, 0, 20] + }, + "rightarm": { + "rotation": [55.16584, "16.5893+math.sin((query.anim_time-0.3)*144)*2", "-87.927-math.sin((query.anim_time-0.3)*144)*4"], + "position": [0.5, "-1.5-math.sin((query.anim_time-0.3)*144)*0.5", "2.25+math.sin((query.anim_time-0.3)*144)*0.5"] + }, + "righthand": { + "rotation": [0, 0, -20] + }, + "rightwing1": { + "rotation": ["34.0677+math.sin((query.anim_time-0.1)*144)*2", -0.47439, "-22.4467-math.sin((query.anim_time-0.1)*144)*3"], + "position": [1, 0.5, 2.25] + }, + "rightwing2": { + "rotation": ["17.5501+math.sin((query.anim_time-0.1)*144)*2", -7.81628, "-22.8158-math.sin((query.anim_time-0.1)*144)*2"], + "position": [1, 0, -3] + }, + "leftwing1": { + "rotation": ["24.4735+math.sin((query.anim_time-0.1)*144)*2", 3.45514, "19.8302+math.sin((query.anim_time-0.1)*144)*3"], + "position": [-1, 0, 0.5] + }, + "leftwing2": { + "rotation": ["19.9483+math.sin((query.anim_time-0.1)*144)*2", 6.81672, "23.0206+math.sin((query.anim_time-0.1)*144)*2"], + "position": [-1, 0, -3] + }, + "head": { + "rotation": ["57.5-math.sin((query.anim_time-0.4)*144)*4", 0, 0], + "position": [0, "0.5-math.sin((query.anim_time-0.4)*144)*0.2", "0.25+math.sin((query.anim_time-0.4)*144)*0.2"] + }, + "leftleg": { + "rotation": [32.86614, "17.0949+math.sin((query.anim_time-0.3)*144)*2", "66.6101-math.sin((query.anim_time-0.3)*144)*4"], + "position": [-0.5, "2.75-math.sin((query.anim_time-0.3)*144)*0.5", -7.25] + }, + "leftfoot": { + "rotation": [0, "0+math.sin((query.anim_time-0.3)*144)*1", "27.5+math.sin((query.anim_time-0.3)*144)*5"], + "position": ["-0.25-math.sin((query.anim_time-0.3)*144)*0.1", "0-math.sin((query.anim_time-0.3)*144)*0.05", 0] + }, + "rightleg": { + "rotation": [32.86614, "-17.0949-math.sin((query.anim_time-0.3)*144)*2", "-66.6101+math.sin((query.anim_time-0.3)*144)*4"], + "position": [0.5, "2.75-math.sin((query.anim_time-0.3)*144)*0.5", -7.25] + }, + "rightfoot": { + "rotation": [0, "0-math.sin((query.anim_time-0.3)*144)*1", "-27.5-math.sin((query.anim_time-0.3)*144)*5"], + "position": ["0.25+math.sin((query.anim_time-0.3)*144)*0.1", "0-math.sin((query.anim_time-0.3)*144)*0.05", 0] + }, + "lowewingfluff": { + "rotation": ["0+math.sin((query.anim_time-0.4)*144)*5", 0, 0], + "position": [0, 0, -4.25] + }, + "tummyfluff": { + "rotation": [10, 0, 0], + "position": [0, 0.5, 1] + }, + "hipfluff": { + "rotation": [-17.5, 0, 0], + "position": [0, -1.5, -1.25] + }, + "upperwingfluff": { + "rotation": ["17.5+math.sin((query.anim_time-0.5)*144)*3.5", 0, 0], + "position": [0, -1, -2] + }, + "backfluffleft": { + "rotation": ["9.9162+math.sin((query.anim_time-0.3)*144)*3", -1.29876, 14.88733], + "position": [1, -0.75, 0] + }, + "bumfluff": { + "rotation": [22.5, 0, 0], + "position": [0, 0, -2] + }, + "backfluffright": { + "rotation": ["9.9162+math.sin((query.anim_time-0.3)*144)*3", 1.2988, -14.8873], + "position": [-1, -0.75, 0] + }, + "arms": { + "rotation": [-50, 0, 0], + "position": [0, 18, 0] + } + } + }, + "animation.slitherwing.faint": { + "animation_length": 3, + "bones": { + "body": { + "rotation": [-27.5, 0, 0], + "position": [0, 5, 0] + }, + "tummy": { + "rotation": { + "0.0": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": [17.5, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 4, 1], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 4.25, 1.25], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 4.25, -0.75], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, -3.75, -1.25], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, -8.25, 1], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, -7.5, 0.75], + "lerp_mode": "catmullrom" + }, + "1.9583": [0, -8.25, 1] + } + }, + "hips": { + "rotation": { + "0.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": [7.5, 0, 0] + }, + "position": { + "0.0": [0, 0, -1], + "1.5417": [0, 0, -1] + } + }, + "tail1": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": [2.5, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail2": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail3": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail4": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightwing3": { + "rotation": { + "0.0": [23.6822, 4.98093, -39.62165], + "0.5": [24.15439, 0.91794, -30.47017], + "0.5833": [23.6822, 4.98093, -39.62165], + "0.6667": [24.15439, 0.91794, -30.47017], + "0.75": [23.99979, 2.95884, -35.03753], + "0.8333": [24.15439, 0.91794, -30.47017], + "1.9583": [24.15, 0.92, -30.47] + }, + "position": { + "0.0": [1, 0, -4], + "1.9583": [1, 0, -4] + } + }, + "leftwing3": { + "rotation": { + "0.0": [23.6822, -4.98093, 39.62165], + "0.5": [24.15439, -0.91794, 30.47017], + "0.5833": [23.6822, -4.98093, 39.62165], + "0.6667": [24.15439, -0.91794, 30.47017], + "0.75": [23.99979, -2.95884, 35.03753], + "0.8333": [24.15439, -0.91794, 30.47017], + "1.9583": [24.15, -0.92, 30.47] + }, + "position": { + "0.0": [-1, 0, -4], + "1.9583": [-1, 0, -4] + } + }, + "chest": { + "rotation": [10, 0, 0], + "position": [0, 0, 0.25] + }, + "leftarm": { + "rotation": { + "0.0": { + "post": [55.16584, -16.58934, 87.927], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [51.40787, -28.64491, 97.62506], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [56.40205, 8.39881, 71.14699], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [54.70984, -18.63579, 89.43372], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [34.71338, 35.00531, 26.22898], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [24.16392, 42.44116, 9.47317], + "lerp_mode": "catmullrom" + }, + "1.9583": [39.69946, 28.94295, 35.61663] + }, + "position": { + "0.0": { + "post": [-0.5, -1.5, 2.25], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-0.5, -0.5, 2.25], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-0.5, 1.25, 1], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-0.5, 1.25, 1], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-0.5, 1.25, 1], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0.5, -12.5, 4.5], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0.5, -18.75, 10], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0.5, -18, 9.5], + "lerp_mode": "catmullrom" + }, + "1.9583": [0.5, -18.75, 10.25] + } + }, + "lefthand": { + "rotation": [0, 0, 20] + }, + "rightarm": { + "rotation": { + "0.0": { + "post": [55.16584, 16.58934, -87.927], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [56.78327, -2.13524, -75.29185], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [55.16584, 16.58934, -87.927], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [50.47363, -30.66674, -53.866], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [34.71338, -35.00531, -26.22898], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [24.16392, -42.44116, -9.47317], + "lerp_mode": "catmullrom" + }, + "1.9583": [39.69946, -28.94295, -35.61663] + }, + "position": { + "0.0": { + "post": [0.5, -1.5, 2.25], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0.5, -0.5, 2.25], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0.5, 1.25, 1], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0.5, 1.25, 1], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0.5, 1.25, 1], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-0.5, -12.5, 4.5], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-0.5, -18.75, 10], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-0.5, -18, 9.5], + "lerp_mode": "catmullrom" + }, + "1.9583": [-0.5, -18.75, 10.25] + } + }, + "righthand": { + "rotation": [0, 0, -20] + }, + "rightwing1": { + "rotation": { + "0.0": [24.47346, -3.45514, -19.8302], + "0.5": [23.59246, -7.53652, -10.65676], + "0.5833": [24.47346, -3.45514, -19.8302], + "0.6667": [23.59246, -7.53652, -10.65676], + "0.75": [24.11583, -5.51338, -15.25924], + "0.8333": [23.59246, -7.53652, -10.65676], + "1.9583": [23.59, -7.54, -10.66] + }, + "position": { + "0.0": [1, 0, 0.5], + "1.9583": [1, 0, 0.5] + } + }, + "rightwing2": { + "rotation": { + "0.0": [17.86098, -7.05585, -25.21752], + "0.5": [16.42352, -10.01039, -15.55561], + "0.5833": [17.55009, -7.81628, -22.81575], + "0.6667": [16.42352, -10.01039, -15.55561], + "0.75": [17.20666, -8.56309, -20.4053], + "0.8333": [16.42352, -10.01039, -15.55561], + "1.9583": [16.42, -10.01, -15.56] + }, + "position": { + "0.0": [1, 0, -3], + "1.9583": [1, 0, -3] + } + }, + "leftwing1": { + "rotation": { + "0.0": [24.47346, 3.45514, 19.8302], + "0.5": [23.59246, 7.53652, 10.65676], + "0.5833": [24.47346, 3.45514, 19.8302], + "0.6667": [23.59246, 7.53652, 10.65676], + "0.75": [24.11583, 5.51338, 15.25924], + "0.8333": [23.59246, 7.53652, 10.65676], + "1.9583": [23.59, 7.54, 10.66] + }, + "position": { + "0.0": [-1, 0, 0.5], + "1.9583": [-1, 0, 0.5] + } + }, + "leftwing2": { + "rotation": { + "0.0": [17.86098, 7.05585, 25.21752], + "0.5": [16.42352, 10.01039, 15.55561], + "0.5833": [17.55009, 7.81628, 22.81575], + "0.6667": [16.42352, 10.01039, 15.55561], + "0.75": [17.20666, 8.56309, 20.4053], + "0.8333": [16.42352, 10.01039, 15.55561], + "1.9583": [16.42, 10.01, 15.56] + }, + "position": { + "0.0": [-1, 0, -3], + "1.9583": [-1, 0, -3] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [92.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [87.91255, -14.99049, 0.54016], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [82.60921, 11.12543, -2.7147], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [72.45048, -14.70179, 5.40239], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": [-10, 0, 0] + }, + "position": { + "0.0": [0, 0.5, 0.25], + "0.5417": [0, 0.5, -0.5], + "1.0833": [0, -0.75, 0] + } + }, + "leftleg": { + "rotation": { + "0.0": { + "post": [32.86614, 17.09488, 66.61007], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [33.90915, 1.85977, 71.56121], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [28.81714, 24.05749, 41.98392], + "lerp_mode": "catmullrom" + }, + "1.875": [15.84248, 27.36943, 24.83613] + }, + "position": { + "0.0": { + "post": [-0.5, 2.75, -7.25], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-0.5, 4, -9.25], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0.75, -10.25], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, -1.5, -10.25], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, -0.75, -10.25], + "lerp_mode": "catmullrom" + }, + "1.9583": [0, -1.25, -10.25] + } + }, + "leftfoot": { + "rotation": { + "0.0": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0.11246, 7.5118, 15.02641], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [4.67809, 5.88492, 52.75962], + "lerp_mode": "catmullrom" + }, + "1.875": [5.83957, 4.73465, 65.26065] + }, + "position": { + "0.0": { + "post": [-0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightleg": { + "rotation": { + "0.0": { + "post": [32.86614, -17.09488, -66.61007], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [33.90915, -1.85977, -71.56121], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [28.81714, -24.05749, -41.98392], + "lerp_mode": "catmullrom" + }, + "1.875": [15.84248, -27.36943, -24.83613] + }, + "position": { + "0.0": { + "post": [0.5, 2.75, -7.25], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0.5, 4, -9.25], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0.75, -10.25], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, -1.5, -10.25], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, -0.75, -10.25], + "lerp_mode": "catmullrom" + }, + "1.9583": [0, -1.25, -10.25] + } + }, + "rightfoot": { + "rotation": { + "0.0": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0.11246, -7.5118, -15.02641], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [4.67809, -5.88492, -52.75962], + "lerp_mode": "catmullrom" + }, + "1.875": [5.83957, -4.73465, -65.26065] + }, + "position": { + "0.0": { + "post": [0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lowewingfluff": { + "position": [0, 0, -4.25] + }, + "tummyfluff": { + "rotation": { + "0.0": [10, 0, 0], + "0.5": [37.5, 0, 0], + "1.0": [10, 0, 0] + }, + "position": { + "0.0": [0, 0.5, 1], + "1.0": [0, 0.5, 1] + } + }, + "hipfluff": { + "rotation": [-17.5, 0, 0], + "position": [0, -1.5, -1.25] + }, + "upperwingfluff": { + "rotation": [12.5, 0, 0], + "position": [0, -1, -2] + }, + "bumfluff": { + "rotation": [22.5, 0, 0], + "position": [0, 0, -2] + }, + "backfluffright": { + "rotation": [9.9162, 1.2988, -14.8873], + "position": [-1, -0.75, 0] + }, + "arms": { + "rotation": [-50, 0, 0], + "position": [0, 18, 0] + }, + "chestfluff": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [27.5, 0, 0], + "1.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 0, 0] + } + } + } + }, + "animation.slitherwing.sleep": { + "loop": true, + "animation_length": 2.5, + "bones": { + "body": { + "position": [0, 3, 0] + }, + "tummy": { + "rotation": [-5, 0, 0], + "position": [0, "-4.25-math.sin((query.anim_time-0.3)*144)*0.1", 0] + }, + "hips": { + "rotation": ["-5+math.sin((query.anim_time-0.1)*144)*1", 0, 0] + }, + "tail1": { + "rotation": ["5-math.sin((query.anim_time+0.2)*144)*0.5", 0, 0] + }, + "tail2": { + "rotation": ["5-math.sin((query.anim_time+0.3)*144)*0.7", 0, 0] + }, + "tail3": { + "rotation": ["2.5-math.sin((query.anim_time+0.4)*144)*0.7", 0, 0] + }, + "tail4": { + "rotation": ["2.5-math.sin((query.anim_time+0.5)*144)*1", 0, 0] + }, + "rightwing3": { + "rotation": [2.5606, -12.4879, "-20.554-math.sin((query.anim_time-0.1)*144)*3"], + "position": [0.5, 0, -2] + }, + "leftwing3": { + "rotation": [2.56062, 12.48791, "20.554+math.sin((query.anim_time-0.1)*144)*3"], + "position": [-0.5, 0, -2] + }, + "chest": { + "rotation": [12.5, 0, 0], + "position": [0, 0, 1.25] + }, + "leftarm": { + "rotation": [-4.98107, -0.43523, "20.0188-math.sin((query.anim_time-0.3)*144)*2"], + "position": [0, "-3.5-math.sin((query.anim_time-0.3)*144)*0.3", 0] + }, + "lefthand": { + "rotation": [0, 0, "20+math.sin((query.anim_time-0.3)*144)*2"] + }, + "rightarm": { + "rotation": [-4.98107, 0.43523, "-20.0188+math.sin((query.anim_time-0.3)*144)*2"], + "position": [0, "-3.5-math.sin((query.anim_time-0.3)*144)*0.3", 0] + }, + "righthand": { + "rotation": [0, 0, "-20-math.sin((query.anim_time-0.3)*144)*2"] + }, + "rightwing1": { + "rotation": [5, 0, "-10-math.sin((query.anim_time-0.1)*144)*0.5"], + "position": [1, 0, 1] + }, + "rightwing2": { + "rotation": [0, -10, "-10-math.sin((query.anim_time-0.1)*144)*2"], + "position": [1, 0, 0] + }, + "leftwing1": { + "rotation": [5, 0, "10+math.sin((query.anim_time-0.1)*144)*0.5"], + "position": [-1, 0, 1] + }, + "leftwing2": { + "rotation": [0, 10, "10+math.sin((query.anim_time-0.1)*144)*2"], + "position": [-1, 0, 0] + }, + "head": { + "rotation": ["-7.5+math.sin((query.anim_time-0.5)*144)*0.7", 0, 0], + "position": [0, "0+math.sin((query.anim_time-0.3)*144)*0.1", 1] + }, + "leftleg": { + "rotation": [ + "20.2332+math.sin((query.anim_time-0.3)*144)*2", + "9.668+math.sin((query.anim_time-0.3)*144)*2", + "62.5037-math.sin((query.anim_time-0.3)*144)*2" + ], + "position": [0, "2.75-math.sin((query.anim_time-0.3)*144)*0.2", -4.75] + }, + "leftfoot": { + "rotation": ["0-math.sin((query.anim_time-0.3)*144)*1", "0-math.sin((query.anim_time-0.3)*144)*1", "30+math.sin((query.anim_time-0.3)*144)*2"], + "position": [-0.25, 0, 0] + }, + "rightleg": { + "rotation": [ + "20.2332+math.sin((query.anim_time-0.3)*144)*2", + "-9.668-math.sin((query.anim_time-0.3)*144)*2", + "-62.5037+math.sin((query.anim_time-0.3)*144)*2" + ], + "position": [0, "2.75-math.sin((query.anim_time-0.3)*144)*0.2", -4.75] + }, + "rightfoot": { + "rotation": ["0-math.sin((query.anim_time-0.3)*144)*1", "0+math.sin((query.anim_time-0.3)*144)*1", "-30-math.sin((query.anim_time-0.3)*144)*2"], + "position": [0.25, 0, 0] + }, + "lowewingfluff": { + "rotation": ["0+math.sin((query.anim_time-0.6)*144)*1.7", 0, 0], + "position": [0, 0, -1.25] + }, + "tummyfluff": { + "rotation": [10, 0, 0], + "position": [0, 0.5, 1] + }, + "backfluffleft": { + "rotation": ["10+math.sin((query.anim_time-0.4)*144)*2", 0, 0], + "position": [0, 0, 1] + }, + "backfluffright": { + "rotation": ["10+math.sin((query.anim_time-0.4)*144)*2", 0, 0], + "position": [0, 0, 1] + }, + "arms": { + "position": [0, 2.75, 0] + }, + "upperwingfluff": { + "rotation": ["5+math.sin((query.anim_time-0.5)*144)*1.5", 0, 0] + } + } + }, + "animation.slitherwing.cry": { + "animation_length": 3, + "bones": { + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [7.5, 12.5, -12.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [7.5, -12.5, 12.5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + }, + "sound_effects": { + "0.7917": { + "effect": "pokemon.slitherwing.cry" + } + } + }, + "animation.slitherwing.recoil": { + "animation_length": 1.5, + "bones": { + "tummy": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0.75, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": [0, 0, 0] + }, + "leftarm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 1.75, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightarm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 1.75, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.slitherwing.physical": { + "animation_length": 3, + "bones": { + "body": { + "rotation": [-27.5, 0, 0], + "position": [0, 5, 0] + }, + "tummy": { + "rotation": { + "0.0": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-52.55407, 25.24883, 12.37874], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-53.49987, 35.83206, 20.18359], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [2.71223, -15.15169, -8.28887], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [2.89203, -25.1398, -8.80894], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 4, 1], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-2, 7.25, 2.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, -1, 1], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, 4, 1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 4, 1], + "lerp_mode": "catmullrom" + } + } + }, + "hips": { + "rotation": { + "0.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [50.10753, 3.21154, 3.83424], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [37.60753, 3.21154, 3.83424], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [39.44659, -16.46937, -11.76675], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + } + } + }, + "tail1": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [20.28356, -9.39129, -3.45118], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [20.07031, 4.69776, 1.71394], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [16.39577, -6.9554, -1.84842], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail2": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [20.44582, -11.73507, -4.3361], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [20.01754, 2.34914, 0.85553], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [20.15874, 7.04533, 2.57816], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [16.38662, -5.78075, -1.4175], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail3": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [10.47479, -17.22575, -3.13388], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [10.08453, 7.38542, 1.30962], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [4.70524, -9.48324, -0.48825], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail4": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [10.23772, -12.3071, -2.20462], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [10.23772, 12.3071, 2.20462], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [4.73792, -8.08011, -0.24314], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightwing3": { + "rotation": { + "0.0": { + "post": [23.6171, 2.67797, -40.5968], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [23.3224, 4.67036, -45.19237], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [23.53594, -3.35057, -26.85498], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [23.6171, 2.67797, -40.5968], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [23.6171, 2.67797, -40.5968], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [1, 0, -4], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [1, 0, -4], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1, 0, -4], + "lerp_mode": "catmullrom" + } + } + }, + "leftwing3": { + "rotation": { + "0.0": { + "post": [23.6171, -2.67797, 40.5968], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [23.3224, -4.67036, 45.19237], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [23.53594, 3.35057, 26.85498], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [23.6171, -2.67797, 40.5968], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [23.6171, -2.67797, 40.5968], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-1, 0, -4], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-1, 0, -4], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-1, 0, -4], + "lerp_mode": "catmullrom" + } + } + }, + "chest": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0.25], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, 0, 0.25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0.25], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm": { + "rotation": { + "0.0": { + "post": [55.16584, -16.5893, 87.927], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [62.6012, 19.19421, 78.55224], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [74.70575, 3.86252, 87.91968], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [61.20851, -25.52949, 101.54794], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [17.79584, -62.84241, 158.38588], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [55.16584, -16.5893, 87.927], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [55.16584, -16.5893, 87.927], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.5, -1.5, 2.25], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5.5, 2, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-3.31, -0.97, 0.14], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-0.5, -7.5, 3.25], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [4, -7.5, 9.25], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [4.36, -5.32, 7.7], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-0.5, -1.5, 2.25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.5, -1.5, 2.25], + "lerp_mode": "catmullrom" + } + } + }, + "lefthand": { + "rotation": [0, 0, 20] + }, + "rightarm": { + "rotation": { + "0.0": { + "post": [55.16584, 16.5893, -87.927], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [44.61369, -22.53764, -35.80073], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-14.50567, -26.90694, 27.19607], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0.62073, -30.37295, 7.60748], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [48.4425, 34.38922, -103.28723], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [55.16584, 16.5893, -87.927], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [55.16584, 16.5893, -87.927], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.5, -1.5, 2.25], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-4.5, 5.5, 5.25], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-3.25, 8.5, 8.25], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-1.57, -6.53, 4.81], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [2.5, -10, 5], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0.5, -1.5, 2.25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.5, -1.5, 2.25], + "lerp_mode": "catmullrom" + } + } + }, + "righthand": { + "rotation": [0, 0, -20] + }, + "rightwing1": { + "rotation": { + "0.0": { + "post": [24.4735, -3.45514, -19.8302], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [46.47636, 8.43325, -38.67584], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [36.8154, -4.48781, -17.54794], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [24.4735, -3.45514, -19.8302], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [24.4735, -3.45514, -19.8302], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [1, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [1, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1, 0, 0.5], + "lerp_mode": "catmullrom" + } + } + }, + "rightwing2": { + "rotation": { + "0.0": { + "post": [19.9483, -6.81672, -23.0206], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [21.21172, 7.2453, -39.06749], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [18.09848, -10.90618, -11.06253], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [19.9483, -6.81672, -23.0206], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [19.9483, -6.81672, -23.0206], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [1, 0, -3], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [1, 0, -3], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1, 0, -3], + "lerp_mode": "catmullrom" + } + } + }, + "leftwing1": { + "rotation": { + "0.0": { + "post": [24.4735, 3.45514, 19.8302], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [42.14265, -1.75717, 31.1968], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [36.8154, 4.48781, 17.54794], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [24.4735, 3.45514, 19.8302], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [24.4735, 3.45514, 19.8302], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-1, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-1, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-1, 0, 0.5], + "lerp_mode": "catmullrom" + } + } + }, + "leftwing2": { + "rotation": { + "0.0": { + "post": [19.9483, 6.81672, 23.0206], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [20.78262, 3.32878, 32.43102], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [18.09848, 10.90618, 11.06253], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [19.9483, 6.81672, 23.0206], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [19.9483, 6.81672, 23.0206], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-1, 0, -3], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-1, 0, -3], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-1, 0, -3], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [65, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.5, 0.25], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 0.5, 0.25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0.5, 0.25], + "lerp_mode": "catmullrom" + } + } + }, + "leftleg": { + "rotation": { + "0.0": { + "post": [32.86614, 17.0949, 66.6101], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [51.35619, 44.97285, 61.21382], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [46.01016, 54.14468, 53.92955], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [68.81892, 62.53773, 80.35966], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [62.24695, 61.56254, 73.01673], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [71.59325, 45.39102, 84.51824], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [27.79813, 20.12694, 57.94949], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-5.50646, -1.9562, 54.73205], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [32.86614, 17.0949, 66.6101], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [32.86614, 17.0949, 66.6101], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.5, 2.75, -7.25], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-1.25, 3.5, -7.25], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-3.25, 3.5, -9.25], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-4.92, 3.33, -11.92], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-4.25, 3.25, -12.5], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-1.25, 2, -11.25], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-0.75, 2, -5], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-2, 2, -3.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-0.5, 2.75, -7.25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.5, 2.75, -7.25], + "lerp_mode": "catmullrom" + } + } + }, + "leftfoot": { + "rotation": { + "0.0": [0, 0, 27.5], + "0.375": [0, 0, 35], + "0.9167": [0, 0, 20], + "1.3333": [0, 0, 37.34], + "2.2083": [0, 0, 27.5], + "2.5": [0, 0, 27.5], + "3.0": [0, 0, 27.5] + }, + "position": { + "0.0": [-0.25, 0, 0], + "2.5": [-0.25, 0, 0], + "3.0": [-0.25, 0, 0] + } + }, + "rightleg": { + "rotation": { + "0.0": { + "post": [32.86614, -17.0949, -66.6101], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [45.03052, -23.18165, -65.92311], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [7.97458, -5.97128, -42.08698], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [20.87638, -21.00551, -44.89269], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [29.47749, -31.21355, -42.16213], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [32.86614, -17.0949, -66.6101], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [32.86614, -17.0949, -66.6101], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.5, 2.75, -7.25], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-1.25, 2.75, -4.75], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-1, 1, -7], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-0.5, 1, -8], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0.5, 2.75, -7.25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.5, 2.75, -7.25], + "lerp_mode": "catmullrom" + } + } + }, + "rightfoot": { + "rotation": { + "0.0": [0, 0, -27.5], + "0.75": [0, 0, -27.5], + "1.0417": [0, 0, -47.5], + "2.0": [0, 0, -47.5], + "2.375": [0, 0, -27.5], + "3.0": [0, 0, -27.5] + }, + "position": [0.25, 0, 0] + }, + "lowewingfluff": { + "rotation": { + "0.0": [0, 0, 0], + "1.2917": [30, 0, 0], + "2.2083": [0, 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, -4.25], + "0.4167": [0, 0.08, -6.57], + "0.8333": [0, 0.16, -6.94], + "1.1667": [0, 0.73, -5.71], + "1.2917": [0, 0.75, -6.25], + "1.5417": [0, -0.25, -9.25], + "2.2083": [0, 0, -4.25], + "3.0": [0, 0, -4.25] + } + }, + "tummyfluff": { + "rotation": [10, 0, 0], + "position": [0, 0.5, 1] + }, + "hipfluff": { + "rotation": [-17.5, 0, 0], + "position": [0, -1.5, -1.25] + }, + "upperwingfluff": { + "rotation": { + "0.0": [17.5, 0, 0], + "0.6667": [57.97, 0, 0], + "1.5833": [50.47, 0, 0], + "2.1667": [17.5, 0, 0], + "3.0": [17.5, 0, 0] + }, + "position": { + "0.0": [0, -1, -2], + "2.1667": [0, -1, -2], + "3.0": [0, -1, -2] + } + }, + "backfluffleft": { + "rotation": { + "0.0": { + "post": [9.9162, -1.29876, 14.88733], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [10.80461, 23.30687, 19.43247], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [33.30461, 23.30687, 19.43247], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [31.12899, 12.71759, 12.43452], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [9.9162, -1.29876, 14.88733], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [9.9162, -1.29876, 14.88733], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [1, -0.75, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [1, -0.75, 0.5], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, -0.75, 0.5], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [1, -0.75, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1, -0.75, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bumfluff": { + "rotation": { + "0.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, -3], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, -4], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -3], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + } + } + }, + "backfluffright": { + "rotation": { + "0.0": { + "post": [9.9162, 1.2988, -14.8873], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [14.88072, -15.08277, -33.72994], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [36.14621, -4.73847, -26.59539], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [36.84537, 11.39761, -14.71915], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [24.60646, -13.53195, -34.34583], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [9.9162, 1.2988, -14.8873], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [9.9162, 1.2988, -14.8873], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-1, -0.75, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-1, -2, 0.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-0.75, -1, 0.5], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-1, -3, -0.75], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-1, -0.75, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-1, -0.75, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arms": { + "rotation": [-50, 0, 0], + "position": [0, 18, 0] + } + } + }, + "animation.slitherwing.special": { + "animation_length": 3, + "bones": { + "body": { + "rotation": [-27.5, 0, 0], + "position": [0, 5, 0] + }, + "tummy": { + "rotation": { + "0.0": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 4, 1], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 2, 1], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 4.21, 1], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 4, 1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 4, 1], + "lerp_mode": "catmullrom" + } + } + }, + "hips": { + "rotation": [30, 0, 0], + "position": [0, 0, -1] + }, + "tail1": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail2": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail3": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail4": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightwing3": { + "rotation": { + "0.0": { + "post": [23.6171, 2.67797, -40.5968], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [23.6171, 2.67797, -40.5968], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [8.97602, 9.36848, -59.46058], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [6.10388, 12.44322, -87.30454], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [6.10388, 12.44322, -87.30454], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [8.97602, 9.36848, -59.46058], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [23.64346, -2.34541, -29.15649], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [8.97602, 9.36848, -59.46058], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [6.10388, 12.44322, -87.30454], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [6.10388, 12.44322, -87.30454], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [8.97602, 9.36848, -59.46058], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [23.6171, 2.67797, -40.5968], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [23.6171, 2.67797, -40.5968], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [1, 0, -4], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [1, 0, -4], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-2, 0, -4], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [1, 0, -4], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-2, 0, -4], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [1, 0, -4], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1, 0, -4], + "lerp_mode": "catmullrom" + } + } + }, + "leftwing3": { + "rotation": { + "0.0": { + "post": [23.6171, -2.67797, 40.5968], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [23.6171, -2.67797, 40.5968], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [8.97602, -9.36848, 59.46058], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [6.10388, -12.44322, 87.30454], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [6.10388, -12.44322, 87.30454], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [8.97602, -9.36848, 59.46058], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [23.64346, 2.34541, 29.15649], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [8.97602, -9.36848, 59.46058], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [6.10388, -12.44322, 87.30454], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [6.10388, -12.44322, 87.30454], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [8.97602, -9.36848, 59.46058], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [23.6171, -2.67797, 40.5968], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [23.6171, -2.67797, 40.5968], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-1, 0, -4], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-1, 0, -4], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [2, 0, -4], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-1, 0, -4], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [2, 0, -4], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-1, 0, -4], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-1, 0, -4], + "lerp_mode": "catmullrom" + } + } + }, + "chest": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [21.8, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [1.8, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [6.8, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0.25], + "2.7083": [0, 0, 0.25], + "3.0": [0, 0, 0.25] + } + }, + "leftarm": { + "rotation": { + "0.0": { + "post": [55.16584, -16.5893, 87.927], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [74.27464, -20.72833, 60.13817], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [66.2463, -31.8859, 101.51331], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [66.2463, -31.8859, 101.51331], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [55.16584, -16.5893, 87.927], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [55.16584, -16.5893, 87.927], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.5, -1.5, 2.25], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, -0.5, 0.25], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0.25, 0.25], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, -0.5, 0.5], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [-0.5, -1.5, 2.25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.5, -1.5, 2.25], + "lerp_mode": "catmullrom" + } + } + }, + "lefthand": { + "rotation": [0, 0, 20] + }, + "rightarm": { + "rotation": { + "0.0": { + "post": [55.16584, 16.5893, -87.927], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [74.27464, 20.72833, -60.13817], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [66.2463, 31.8859, -101.51331], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [66.2463, 31.8859, -101.51331], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [55.16584, 16.5893, -87.927], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [55.16584, 16.5893, -87.927], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.5, -1.5, 2.25], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, -0.5, 0.25], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0.25, 0.25], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, -0.5, 0.5], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0.5, -1.5, 2.25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.5, -1.5, 2.25], + "lerp_mode": "catmullrom" + } + } + }, + "righthand": { + "rotation": [0, 0, -20] + }, + "rightwing1": { + "rotation": { + "0.0": { + "post": [24.4735, -3.45514, -19.8302], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [24.4735, -3.45514, -19.8302], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [29.96246, -3.9964, -55.35423], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [44.85515, -15.66923, -81.84848], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [44.85515, -15.66923, -81.84848], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [29.96246, -3.9964, -55.35423], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [24.4735, -3.45514, -19.8302], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [29.96246, -3.9964, -55.35423], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [44.85515, -15.66923, -81.84848], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [44.85515, -15.66923, -81.84848], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [29.96246, -3.9964, -55.35423], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [24.4735, -3.45514, -19.8302], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [24.4735, -3.45514, -19.8302], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [1, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [1, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-3.75, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [1, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-2, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [1, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1, 0, 0.5], + "lerp_mode": "catmullrom" + } + } + }, + "rightwing2": { + "rotation": { + "0.0": { + "post": [19.9483, -6.81672, -23.0206], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [19.9483, -6.81672, -23.0206], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [13.25282, 2.88048, -51.40591], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [16.3326, -0.84747, -78.17447], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [16.35775, -3.24646, -78.87843], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [13.25282, 2.88048, -51.40591], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [19.9483, -6.81672, -23.0206], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [13.25282, 2.88048, -51.40591], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [16.41259, -5.64496, -79.58574], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [16.33692, 1.55165, -77.47139], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [13.25282, 2.88048, -51.40591], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [19.9483, -6.81672, -23.0206], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [19.9483, -6.81672, -23.0206], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [1, 0, -3], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [1, 0, -3], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-2, 0, -3], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [1, 0, -3], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-2, 0, -3], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [1, 0, -3], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1, 0, -3], + "lerp_mode": "catmullrom" + } + } + }, + "leftwing1": { + "rotation": { + "0.0": { + "post": [24.4735, 3.45514, 19.8302], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [24.4735, 3.45514, 19.8302], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [29.96246, 3.9964, 55.35423], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [44.85515, 15.66923, 81.84848], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [44.85515, 15.66923, 81.84848], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [29.96246, 3.9964, 55.35423], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [24.4735, 3.45514, 19.8302], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [29.96246, 3.9964, 55.35423], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [44.85515, 15.66923, 81.84848], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [44.85515, 15.66923, 81.84848], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [29.96246, 3.9964, 55.35423], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [24.4735, 3.45514, 19.8302], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [24.4735, 3.45514, 19.8302], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-1, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-1, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [3.75, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-1, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [2.25, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-1, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-1, 0, 0.5], + "lerp_mode": "catmullrom" + } + } + }, + "leftwing2": { + "rotation": { + "0.0": { + "post": [19.9483, 6.81672, 23.0206], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [19.9483, 6.81672, 23.0206], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [13.25282, -2.88048, 51.40591], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [16.3326, 0.84747, 78.17447], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [16.35775, 3.24646, 78.87843], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [13.25282, -2.88048, 51.40591], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [19.9483, 6.81672, 23.0206], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [13.25282, -2.88048, 51.40591], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [16.41259, 5.64496, 79.58574], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [16.33692, -1.55165, 77.47139], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [13.25282, -2.88048, 51.40591], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [19.9483, 6.81672, 23.0206], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [19.9483, 6.81672, 23.0206], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-1, 0, -3], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-1, 0, -3], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [2, 0, -3], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-1, 0, -3], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [2, 0, -3], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-1, 0, -3], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-1, 0, -3], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [67.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [75.27, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [67.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": [0, 0.5, 0.25] + }, + "leftleg": { + "rotation": { + "0.0": [32.86614, 17.0949, 66.6101], + "0.6667": [28.87793, 23.53162, 55.17336], + "1.0833": [32.86614, 17.0949, 66.6101] + }, + "position": { + "0.0": [-0.5, 2.75, -7.25], + "0.6667": [-0.5, 1.5, -7.5], + "1.0833": [-0.5, 2.75, -7.25] + } + }, + "leftfoot": { + "rotation": { + "0.0": [0, 0, 27.5], + "0.6667": [0, 0, 42.5], + "1.0833": [0, 0, 27.5], + "2.6667": [0, 0, 27.5], + "3.0": [0, 0, 27.5] + }, + "position": [-0.25, 0, 0] + }, + "rightleg": { + "rotation": { + "0.0": [32.86614, -17.0949, -66.6101], + "0.6667": [28.87793, -23.53162, -55.17336], + "1.0833": [32.86614, -17.0949, -66.6101] + }, + "position": { + "0.0": [0.5, 2.75, -7.25], + "0.6667": [0.5, 1.5, -7.5], + "1.0833": [0.5, 2.75, -7.25] + } + }, + "rightfoot": { + "rotation": { + "0.0": [0, 0, -27.5], + "0.6667": [0, 0, -42.5], + "1.0833": [0, 0, -27.5], + "2.6667": [0, 0, -27.5], + "3.0": [0, 0, -27.5] + }, + "position": [0.25, 0, 0] + }, + "lowewingfluff": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -4.25], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0.5, -5.5], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 1, -5.5], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, -4.25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -4.25], + "lerp_mode": "catmullrom" + } + } + }, + "tummyfluff": { + "rotation": [10, 0, 0], + "position": [0, 0.5, 1] + }, + "hipfluff": { + "rotation": { + "0.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1.5, -1.25], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -4.25, -0.25], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, -1.5, -1.25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -1.5, -1.25], + "lerp_mode": "catmullrom" + } + } + }, + "upperwingfluff": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [44.64, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1, -2], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -2.5, -2.25], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, -1, -2], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -1, -2], + "lerp_mode": "catmullrom" + } + } + }, + "backfluffleft": { + "rotation": { + "0.0": { + "post": [9.9162, -1.29876, 14.88733], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [45.74953, -1.29876, 14.88733], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [3.24953, -1.29876, 14.88733], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [9.9162, -1.29876, 14.88733], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [9.9162, -1.29876, 14.88733], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [1, -0.75, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [1.25, -0.75, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [1.25, -0.75, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [1, -0.75, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1.25, -0.75, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bumfluff": { + "rotation": [22.5, 0, 0], + "position": [0, 0, -2] + }, + "backfluffright": { + "rotation": { + "0.0": { + "post": [9.9162, 1.29876, -14.88733], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [45.74953, 1.29876, -14.88733], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [3.24953, 1.29876, -14.88733], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [9.9162, 1.29876, -14.88733], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [9.9162, 1.29876, -14.88733], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-1, -0.75, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-1.25, -0.75, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-1.25, -0.75, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-1, -0.75, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-1.25, -0.75, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arms": { + "rotation": [-50, 0, 0], + "position": [0, 18, 0] + } + } + }, + "animation.slitherwing.status": { + "animation_length": 3, + "bones": { + "body": { + "rotation": [-27.5, 0, 0], + "position": [0, 5, 0] + }, + "tummy": { + "rotation": { + "0.0": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 4, 1], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 2.75, 0.25], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 2.75, 0.25], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 4.75, 0.75], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 4.75, 0.75], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 2.75, 0.25], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, 4, 1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 4, 1], + "lerp_mode": "catmullrom" + } + } + }, + "hips": { + "rotation": { + "0.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": [0, 0, -1] + }, + "tail1": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail2": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail3": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail4": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightwing3": { + "rotation": { + "0.0": [23.6171, 2.67797, -40.5968], + "1.0417": [23.62, 2.68, -40.6], + "1.125": [23.62, 2.68, -50.6], + "1.2083": [23.62, 2.68, -40.6], + "1.2917": [23.62, 2.68, -50.6], + "1.375": [23.62, 2.68, -40.6], + "1.4583": [23.62, 2.68, -50.6], + "2.625": [23.6171, 2.67797, -40.5968], + "3.0": [23.6171, 2.67797, -40.5968] + }, + "position": { + "0.0": [1, 0, -4], + "2.625": [1, 0, -4], + "3.0": [1, 0, -4] + } + }, + "leftwing3": { + "rotation": { + "0.0": [23.6171, -2.67797, 40.5968], + "1.0417": [23.62, -2.68, 40.6], + "1.125": [23.62, -2.68, 50.6], + "1.2083": [23.62, -2.68, 40.6], + "1.2917": [23.62, -2.68, 50.6], + "1.375": [23.62, -2.68, 40.6], + "1.4583": [23.62, -2.68, 50.6], + "2.625": [23.6171, -2.67797, 40.5968], + "3.0": [23.6171, -2.67797, 40.5968] + }, + "position": { + "0.0": [-1, 0, -4], + "2.625": [-1, 0, -4], + "3.0": [-1, 0, -4] + } + }, + "chest": { + "rotation": [10, 0, 0], + "position": [0, 0, 0.25] + }, + "leftarm": { + "rotation": { + "0.0": { + "post": [55.16584, -16.5893, 87.927], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [55.17, -9.09, 95.43], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [55.17, -31.59, 102.93], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [55.17, -31.59, 102.93], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [55.17, -31.59, 102.93], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [55.17, -31.59, 102.93], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [55.17, -31.59, 102.93], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [55.16584, -16.5893, 87.927], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [55.16584, -16.5893, 87.927], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.5, -1.5, 2.25], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-0.5, -4.5, 3.25], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-0.5, -4.5, 3.25], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0.25, 1, 0.25], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0.25, 1, 0.25], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-0.5, -3.5, 2.75], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [-0.5, -1.5, 2.25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.5, -1.5, 2.25], + "lerp_mode": "catmullrom" + } + } + }, + "lefthand": { + "rotation": [0, 0, 20] + }, + "rightarm": { + "rotation": { + "0.0": { + "post": [55.16584, 16.5893, -87.927], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [55.17, 9.09, -95.43], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [55.17, 31.59, -102.93], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [55.17, 31.59, -102.93], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [55.17, 31.59, -102.93], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [55.17, 31.59, -102.93], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [55.17, 31.59, -102.93], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [55.16584, 16.5893, -87.927], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [55.16584, 16.5893, -87.927], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.5, -1.5, 2.25], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0.5, -4.5, 3.25], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0.5, -4.5, 3.25], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-0.25, 1, 0.25], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-0.25, 1, 0.25], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0.5, -3.5, 2.75], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0.5, -1.5, 2.25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.5, -1.5, 2.25], + "lerp_mode": "catmullrom" + } + } + }, + "righthand": { + "rotation": [0, 0, -20] + }, + "rightwing1": { + "rotation": { + "0.0": [24.4735, -3.45514, -19.8302], + "1.0417": [24.47, -3.46, -19.83], + "1.125": [24.47, -3.46, -29.83], + "1.2083": [24.47, -3.46, -19.83], + "1.2917": [24.47, -3.46, -29.83], + "1.375": [24.47, -3.46, -19.83], + "1.4583": [24.47, -3.46, -29.83], + "2.625": [24.4735, -3.45514, -19.8302], + "3.0": [24.4735, -3.45514, -19.8302] + }, + "position": { + "0.0": [1, 0, 0.5], + "2.625": [1, 0, 0.5], + "3.0": [1, 0, 0.5] + } + }, + "rightwing2": { + "rotation": { + "0.0": [19.9483, -6.81672, -23.0206], + "1.0417": [19.95, -6.82, -23.02], + "1.125": [19.95, -6.82, -33.02], + "1.2083": [19.95, -6.82, -23.02], + "1.2917": [19.95, -6.82, -33.02], + "1.375": [19.95, -6.82, -23.02], + "1.4583": [19.95, -6.82, -33.02], + "2.625": [19.9483, -6.81672, -23.0206], + "3.0": [19.9483, -6.81672, -23.0206] + }, + "position": { + "0.0": [1, 0, -3], + "2.625": [1, 0, -3], + "3.0": [1, 0, -3] + } + }, + "leftwing1": { + "rotation": { + "0.0": [24.4735, 3.45514, 19.8302], + "1.0417": [24.47, 3.46, 19.83], + "1.125": [24.47, 3.46, 29.83], + "1.2083": [24.47, 3.46, 19.83], + "1.2917": [24.47, 3.46, 29.83], + "1.375": [24.47, 3.46, 19.83], + "1.4583": [24.47, 3.46, 29.83], + "2.625": [24.4735, 3.45514, 19.8302], + "3.0": [24.4735, 3.45514, 19.8302] + }, + "position": { + "0.0": [-1, 0, 0.5], + "2.625": [-1, 0, 0.5], + "3.0": [-1, 0, 0.5] + } + }, + "leftwing2": { + "rotation": { + "0.0": [19.9483, 6.81672, 23.0206], + "1.0417": [19.95, 6.82, 23.02], + "1.125": [19.95, 6.82, 33.02], + "1.2083": [19.95, 6.82, 23.02], + "1.2917": [19.95, 6.82, 33.02], + "1.375": [19.95, 6.82, 23.02], + "1.4583": [19.95, 6.82, 33.02], + "2.625": [19.9483, 6.81672, 23.0206], + "3.0": [19.9483, 6.81672, 23.0206] + }, + "position": { + "0.0": [-1, 0, -3], + "2.625": [-1, 0, -3], + "3.0": [-1, 0, -3] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [75, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [55, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [65, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0.5, 0.25], + "1.125": [0, 0.5, 0.25], + "1.25": [0, 0.5, 0], + "1.2917": [0, 0.5, 0.28], + "1.3333": [0, 0.5, 0], + "1.375": [0, 0.5, 0.28], + "1.4167": [0, 0.5, 0], + "1.4583": [0, 0.5, 0.28], + "1.5833": [0, 0.5, 0.25], + "2.4583": [0, 0.5, 0.25], + "3.0": [0, 0.5, 0.25] + } + }, + "leftleg": { + "rotation": { + "0.0": [32.86614, 17.0949, 66.6101], + "0.5833": [32.87, 22.09, 61.61], + "0.875": [32.87, 22.09, 61.61], + "1.0833": [32.86614, 17.0949, 66.6101], + "2.0833": [32.87, 22.09, 61.61], + "3.0": [32.86614, 17.0949, 66.6101] + }, + "position": { + "0.0": [-0.5, 2.75, -7.25], + "0.5833": [-0.5, 2, -7.25], + "0.875": [-0.5, 2, -7.25], + "1.0833": [-0.5, 2.75, -7.25], + "2.0833": [-0.5, 2, -7.25], + "3.0": [-0.5, 2.75, -7.25] + } + }, + "leftfoot": { + "rotation": { + "0.0": [0, 0, 27.5], + "0.5833": [0, 0, 35], + "0.875": [0, 0, 35], + "1.0833": [0, 0, 27.5], + "2.0833": [0, 0, 35], + "3.0": [0, 0, 27.5] + }, + "position": { + "0.0": [-0.25, 0, 0], + "0.5833": [-0.25, 0, 0], + "0.875": [-0.25, 0, 0], + "1.0833": [-0.25, 0, 0], + "2.0833": [-0.25, 0, 0], + "3.0": [-0.25, 0, 0] + } + }, + "rightleg": { + "rotation": { + "0.0": [32.86614, -17.0949, -66.6101], + "0.5833": [32.87, -22.09, -61.61], + "0.875": [32.87, -22.09, -61.61], + "1.0833": [32.86614, -17.0949, -66.6101], + "2.0833": [32.87, -22.09, -61.61], + "3.0": [32.86614, -17.0949, -66.6101] + }, + "position": { + "0.0": [0.5, 2.75, -7.25], + "0.5833": [0.5, 2, -7.25], + "0.875": [0.5, 2, -7.25], + "1.0833": [0.5, 2.75, -7.25], + "2.0833": [0.5, 2, -7.25], + "3.0": [0.5, 2.75, -7.25] + } + }, + "rightfoot": { + "rotation": { + "0.0": [0, 0, -27.5], + "0.5833": [0, 0, -35], + "0.875": [0, 0, -35], + "1.0833": [0, 0, -27.5], + "2.0833": [0, 0, -35], + "3.0": [0, 0, -27.5] + }, + "position": { + "0.0": [0.25, 0, 0], + "0.5833": [0.25, 0, 0], + "0.875": [0.25, 0, 0], + "1.0833": [0.25, 0, 0], + "2.0833": [0.25, 0, 0], + "3.0": [0.25, 0, 0] + } + }, + "lowewingfluff": { + "rotation": [0, 0, 0], + "position": [0, 0, -4.25] + }, + "tummyfluff": { + "rotation": [10, 0, 0], + "position": [0, 0.5, 1] + }, + "hipfluff": { + "rotation": [-17.5, 0, 0], + "position": [0, -1.5, -1.25] + }, + "upperwingfluff": { + "rotation": { + "0.0": [17.5, 0, 0], + "0.5833": [35, 0, 0], + "1.5833": [17.5, 0, 0], + "3.0": [17.5, 0, 0] + }, + "position": [0, -1, -2] + }, + "backfluffleft": { + "rotation": [9.9162, -1.29876, 14.88733], + "position": [1, -0.75, 0] + }, + "bumfluff": { + "rotation": [22.5, 0, 0], + "position": [0, 0, -2] + }, + "backfluffright": { + "rotation": [9.9162, 1.2988, -14.8873], + "position": [-1, -0.75, 0] + }, + "arms": { + "rotation": [-50, 0, 0], + "position": [0, 18, 0] + } + } + }, + "animation.slitherwing.battle_base": { + "loop": true, + "animation_length": 3, + "bones": { + "body": { + "rotation": [-27.5, 0, 0], + "position": [0, 5, 0] + }, + "tummy": { + "rotation": [-32.5, 0, 0], + "position": [0, 4, 1] + }, + "hips": { + "rotation": [30, 0, 0], + "position": [0, 0, -1] + }, + "tail1": { + "rotation": [12.5, 0, 0] + }, + "tail2": { + "rotation": [12.5, 0, 0] + }, + "tail3": { + "rotation": [2.5, 0, 0] + }, + "tail4": { + "rotation": [2.5, 0, 0] + }, + "rightwing3": { + "rotation": [23.615, 2.678, -40.6267], + "position": [1, 0, -4] + }, + "leftwing3": { + "rotation": [23.6171, -2.67797, 40.5968], + "position": [-1, 0, -4] + }, + "chest": { + "rotation": [10, 0, 0], + "position": [0, 0, 0.25] + }, + "leftarm": { + "rotation": [55.16584, -16.5893, 87.927], + "position": [-0.5, -1.5, 2.25] + }, + "lefthand": { + "rotation": [0, 0, 20] + }, + "rightarm": { + "rotation": [55.16584, 16.5893, -87.927], + "position": [0.5, -1.5, 2.25] + }, + "righthand": { + "rotation": [0, 0, -20] + }, + "rightwing1": { + "rotation": [34.0677, -0.47439, -22.4467], + "position": [1, 0.5, 2.25] + }, + "rightwing2": { + "rotation": [17.5501, -7.81628, -22.8158], + "position": [1, 0, -3] + }, + "leftwing1": { + "rotation": [24.4735, 3.45514, 19.8302], + "position": [-1, 0, 0.5] + }, + "leftwing2": { + "rotation": [19.9483, 6.81672, 23.0206], + "position": [-1, 0, -3] + }, + "head": { + "rotation": [57.5, 0, 0], + "position": [0, 0.5, 0.25] + }, + "leftleg": { + "rotation": [32.86614, 17.0949, 66.6101], + "position": [-0.5, 2.75, -7.25] + }, + "leftfoot": { + "rotation": [0, 0, 27.5], + "position": [-0.25, 0, 0] + }, + "rightleg": { + "rotation": [32.86614, -17.0949, -66.6101], + "position": [0.5, 2.75, -7.25] + }, + "rightfoot": { + "rotation": [0, 0, -27.5], + "position": [0.25, 0, 0] + }, + "lowewingfluff": { + "rotation": [0, 0, 0], + "position": [0, 0, -4.25] + }, + "tummyfluff": { + "rotation": [10, 0, 0], + "position": [0, 0.5, 1] + }, + "hipfluff": { + "rotation": [-17.5, 0, 0], + "position": [0, -1.5, -1.25] + }, + "upperwingfluff": { + "rotation": [17.5, 0, 0], + "position": [0, -1, -2] + }, + "backfluffleft": { + "rotation": [9.9162, -1.29876, 14.88733], + "position": [1, -0.75, 0] + }, + "bumfluff": { + "rotation": [22.5, 0, 0], + "position": [0, 0, -2] + }, + "backfluffright": { + "rotation": [9.9162, 1.2988, -14.8873], + "position": [-1, -0.75, 0] + }, + "arms": { + "rotation": [-50, 0, 0], + "position": [0, 18, 0] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/snom/snom.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/snom/snom.animation.json new file mode 100644 index 0000000..0d0f2f0 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/snom/snom.animation.json @@ -0,0 +1,80 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.snom.ground_idle": { + "loop": true, + "bones": { + "torso": { + "rotation": ["0+math.sin(q.anim_time*90*2)*0.5", 0, 0] + }, + "mouth_left": { + "rotation": [0, "0+math.sin(q.anim_time*90*2+60)*1", 0] + }, + "mouth_right": { + "rotation": [0, "0-math.sin(q.anim_time*90*2+60)*1", 0] + } + } + }, + "animation.snom.ground_walk": { + "loop": true, + "bones": { + "torso": { + "rotation": ["0+math.sin(q.anim_time*90*4)*1", 0, 0], + "position": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*4-60)*0.2,-0.2, 0.175)"] + }, + "mouth_left": { + "rotation": ["0-math.sin(q.anim_time*90*4+90)*1.5", "0+math.sin(q.anim_time*90*2+60)*1", 0] + }, + "mouth_right": { + "rotation": ["0-math.sin(q.anim_time*90*4+90)*1.5", "0-math.sin(q.anim_time*90*2+60)*1", 0] + } + } + }, + "animation.snom.sleep": { + "loop": true, + "bones": { + "torso": { + "rotation": ["0+math.sin(q.anim_time*90*2)*0.25", 0, 0] + }, + "mouth_left": { + "rotation": [0, "0+math.sin(q.anim_time*90*2+60)*0.5", 0] + }, + "mouth_right": { + "rotation": [0, "0-math.sin(q.anim_time*90*2+60)*0.5", 0] + }, + "eyelid_right": { + "position": [0.1, 0, 0] + }, + "eyelid_left": { + "position": [-0.1, 0, 0] + } + } + }, + "animation.snom.blink": { + "animation_length": 0.16667, + "bones": { + "eyelid_right": { + "position": { + "0.0": [0.1, 0, 0], + "0.125": [0.1, 0, 0], + "0.1667": [0, 0, 0] + } + }, + "eye_left": { + "position": [0, 0, 0] + }, + "eyelid_left": { + "position": { + "0.0": [-0.1, 0, 0], + "0.125": [-0.1, 0, 0], + "0.1667": [0, 0, 0] + } + } + } + }, + "animation.snom.new": { + "loop": true + } + }, + "geckolib_format_version": 2 +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/snorunt/snorunt.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/snorunt/snorunt.animation.json new file mode 100644 index 0000000..f5504e8 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/snorunt/snorunt.animation.json @@ -0,0 +1,769 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.snorunt.cry": { + "animation_length": 1, + "bones": { + "body": { + "position": { + "0.0": [0, 0, 0], + "0.0833": ["0+0.05*(math.sin(q.anim_time*3600)*0.5)", "0+0.1*(math.sin(q.anim_time*3600)*0.5)", "0+0.05*(math.sin(q.anim_time*3600)*0.5)"], + "0.5": ["0+0.05*(math.sin(q.anim_time*3600)*0.5)", "0+0.1*(math.sin(q.anim_time*3600)*0.5)", "0+0.05*(math.sin(q.anim_time*3600)*0.5)"], + "1.0": [0, 0, 0] + } + }, + "eye_right": { + "rotation": [0, 0, 15] + }, + "eye_left": { + "rotation": [0, 0, -15] + }, + "mouth_closed": { + "position": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [0, 0, 0], + "post": [0, 0, 1] + }, + "0.1667": { + "pre": [0, 0, 1], + "post": [0, 0, 1] + }, + "0.2083": { + "pre": [0, 0, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [0, 0, 1] + }, + "0.5": { + "pre": [0, 0, 1], + "post": [0, 0, 1] + }, + "0.5417": { + "pre": [0, 0, 1], + "post": [0, 0, 0] + } + } + }, + "mouth_open": { + "position": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [0, 0, 0], + "post": [0, 0, -1] + }, + "0.1667": { + "pre": [0, 0, -1], + "post": [0, 0, -1] + }, + "0.2083": { + "pre": [0, 0, -1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [0, 0, -1] + }, + "0.5": { + "pre": [0, 0, -1], + "post": [0, 0, -1] + }, + "0.5417": { + "pre": [0, 0, -1], + "post": [0, 0, 0] + } + } + } + } + }, + "animation.snorunt.faint": { + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-2.86, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [33.83, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [44.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [57.67, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [90, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [90, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [90, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 2.05, -1.79], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, -1.2, -3.23], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0.45, -3.6], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -0.82, -4.47], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, -2.66, -4.48], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, -4.5, -4.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -4.3, -4.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, -4.6, -4.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -4.6, -4.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -4.6, -4.5], + "lerp_mode": "catmullrom" + } + } + }, + "eyelid_right": { + "position": { + "0.0": [0, 0, 0], + "0.875": [0, 0, 0], + "0.9583": [0, 0, -1] + } + }, + "eyelid_left": { + "position": { + "0.0": [0, 0, 0], + "0.875": [0, 0, 0], + "0.9583": [0, 0, -1] + } + }, + "hand_left": { + "position": { + "0.0": [0, 0, 0], + "0.5417": [0.25, 1, 0] + } + }, + "hand_right": { + "position": { + "0.0": [0, -1.5, 0], + "0.5417": [-0.25, -0.5, 0] + } + }, + "cloak_front_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5417": [0, 0, 12.5] + } + }, + "cloak_front_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5417": [0, 0, -12.5] + } + }, + "foot_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.4583": [24.75, 0, 0], + "0.5833": [17.5, 0, 0], + "0.7917": [35, 0, 0], + "1.0": [77.5, 0, 0], + "1.1667": [100, 0, 0], + "1.3333": [87.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.4583": [0, 1.91, -0.5], + "0.5833": [0, 1.3, 0], + "0.7917": [0, 2.5, -0.6], + "1.0": [0, 4.1, -0.6], + "1.1667": [0, 5.6, -2.1], + "1.25": [0, 6, -2.1], + "1.3333": [0, 5.6, -2.1] + } + }, + "foot_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.4583": [24.75, 0, 0], + "0.5833": [17.5, 0, 0], + "0.7917": [35, 0, 0], + "1.0": [77.5, 0, 0], + "1.1667": [100, 0, 0], + "1.3333": [87.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.4583": [0, 1.91, -0.5], + "0.5833": [0, 1.3, 0], + "0.7917": [0, 2.5, -0.6], + "1.0": [0, 4.1, -0.6], + "1.1667": [0, 5.6, -2.1], + "1.25": [0, 6, -2.1], + "1.3333": [0, 5.6, -2.1] + } + }, + "eye_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [0, 0, -17.5] + } + }, + "eye_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [0, 0, 17.5] + } + } + } + }, + "animation.snorunt.battle_idle": { + "loop": true, + "bones": { + "body": { + "rotation": ["0-1*(math.sin(q.anim_time*360+40)*1)", "0+3*(math.sin(q.anim_time*3600)*0.5)", "0+3*(math.sin(q.anim_time*180+40)*1)"], + "position": [0, "0+0.3*(math.sin(q.anim_time*360)*0.5)", 0] + }, + "hand_left": { + "rotation": [0, 0, -15], + "position": ["0+0.2*(math.sin(q.anim_time*360)*0.5)", "0+0.2*(math.sin(q.anim_time*360)*0.5)", 0] + }, + "hand_right": { + "rotation": [0, 0, 12.5], + "position": ["0-0.2*(math.sin(q.anim_time*360)*0.5)", "-1+0.3*(math.sin(q.anim_time*360)*0.5)", 0.025] + }, + "cloak": { + "rotation": ["2.5-1*(math.sin(q.anim_time*360+40)*1)", 0, 0] + }, + "foot_right": { + "rotation": ["3+3*(math.sin(q.anim_time*360+40)*1)", 0, 0], + "position": [0, "0.3+0.3*(math.sin(q.anim_time*360+40)*1)", "0-0.2*(math.sin(q.anim_time*360+40)*1)"] + }, + "foot_left": { + "rotation": ["3+3*(math.sin(q.anim_time*360+40)*1)", 0, 0], + "position": [0, "0.3+0.3*(math.sin(q.anim_time*360+40)*1)", "0-0.2*(math.sin(q.anim_time*360+40)*1)"] + }, + "cloak_front_left": { + "rotation": [0, "0-2*(math.sin(q.anim_time*180)*0.5)", "0+3*(math.sin(q.anim_time*360)*0.5)"] + }, + "cloak_front_right": { + "rotation": [0, "0+2*(math.sin(q.anim_time*180)*0.5)", "0-3*(math.sin(q.anim_time*360)*0.5)"] + }, + "eye_right": { + "rotation": [0, 0, 25] + }, + "eye_left": { + "rotation": [0, 0, -25] + } + } + }, + "animation.snorunt.ground_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "body": { + "rotation": ["0-1*(math.sin(q.anim_time*360+40)*1)", 0, "0+3*(math.sin(q.anim_time*180+40)*1)"], + "position": [0, "0+0.3*(math.sin(q.anim_time*360)*0.5)", 0] + }, + "hand_left": { + "rotation": [0, 0, -15], + "position": ["0+0.2*(math.sin(q.anim_time*360)*0.5)", "0+0.2*(math.sin(q.anim_time*360)*0.5)", 0] + }, + "hand_right": { + "rotation": [0, 0, 12.5], + "position": ["0-0.2*(math.sin(q.anim_time*360)*0.5)", "-1+0.2*(math.sin(q.anim_time*360)*0.5)", 0.025] + }, + "cloak": { + "rotation": ["2.5-1*(math.sin(q.anim_time*360+40)*1)", 0, 0] + }, + "foot_right": { + "rotation": ["3+3*(math.sin(q.anim_time*360+40)*1)", 0, 0], + "position": [0, "0.3+0.3*(math.sin(q.anim_time*360+40)*1)", "0-0.2*(math.sin(q.anim_time*360+40)*1)"] + }, + "foot_left": { + "rotation": ["3+3*(math.sin(q.anim_time*360+40)*1)", 0, 0], + "position": [0, "0.3+0.3*(math.sin(q.anim_time*360+40)*1)", "0-0.2*(math.sin(q.anim_time*360+40)*1)"] + }, + "cloak_front_left": { + "rotation": [0, "0-2*(math.sin(q.anim_time*180)*0.5)", "0+3*(math.sin(q.anim_time*360)*0.5)"] + }, + "cloak_front_right": { + "rotation": [0, "0+2*(math.sin(q.anim_time*180)*0.5)", "0-3*(math.sin(q.anim_time*360)*0.5)"] + } + } + }, + "animation.snorunt.ground_walk": { + "loop": true, + "animation_length": 2, + "bones": { + "body": { + "rotation": [ + "0-1*(math.sin(q.anim_time*360+40)*1)", + "0+0.3*(math.sin(q.anim_time*360)*0.5)+3*(math.sin(q.anim_time*3600)*0.5)", + "0+3*(math.sin(q.anim_time*180+40)*1)" + ], + "position": [0, "0+0.3*(math.sin(q.anim_time*360)*0.5)+0.1*(math.sin(q.anim_time*3600)*0.5)", 0] + }, + "hand_left": { + "rotation": [-0.00976, 0.11162, -9.99938], + "position": ["0+0.05*(math.sin(q.anim_time*360)*0.5)", "0+0.2*(math.sin(q.anim_time*360)*0.5)", 0] + }, + "hand_right": { + "rotation": [-0.0055, -0.0839, 7.49953], + "position": ["0-0.05*(math.sin(q.anim_time*360)*0.5)", "-1+0.2*(math.sin(q.anim_time*360)*0.5)", 0.025] + }, + "cloak_front_left": { + "rotation": [0, "0-2*(math.sin(q.anim_time*180)*0.5)", "0+3*(math.sin(q.anim_time*360)*0.5)"] + }, + "cloak_front_right": { + "rotation": [0, "0+2*(math.sin(q.anim_time*180)*0.5)", "0-3*(math.sin(q.anim_time*360)*0.5)"] + }, + "foot_right": { + "rotation": { + "0.0": [5, 0, 0], + "0.1667": [4.59465, 0, 0], + "0.2083": [4.30407, 0, 0], + "0.25": [3.88388, 0, 0], + "0.2917": [3.28095, 0, 0], + "0.3333": [2.42996, 0, 0], + "0.375": [1.36898, 0, 0], + "0.4167": [0.46995, 0, 0], + "0.4583": [0, 0, 0], + "0.75": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [2, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": [2, 0, 0], + "1.5833": [2.2253, 0, 0], + "1.6667": [3.43176, 0, 0], + "1.7083": [3.91239, 0, 0], + "2.0": [5, 0, 0] + }, + "position": { + "0.0": [0, 1, 0], + "0.0417": [0, 0.99573, -0.22438], + "0.0833": [0, 0.98178, -0.43672], + "0.125": [0, 0.95583, -0.6257], + "0.1667": [0, 0.91472, -0.77681], + "0.2083": [0, 0.85374, -0.88056], + "0.25": [0, 0.76598, -0.94133], + "0.2917": [0, 0.64144, -0.97271], + "0.3333": [0, 0.47036, -0.98745], + "0.375": [0, 0.26839, -0.99384], + "0.4167": [0, 0.1055, -0.99655], + "0.4583": [0, 0.02221, -0.99814], + "0.5": [0, 0, -1], + "0.5417": [-0.00015, -0.00021, -0.98878], + "0.5833": [-0.00049, -0.00065, -0.95318], + "0.625": [-0.00093, -0.0012, -0.89654], + "0.6667": [-0.00145, -0.0018, -0.82189], + "0.7083": [-0.002, -0.00243, -0.73202], + "0.75": [-0.00257, -0.00306, -0.62943], + "1.0417": [-0.00623, -0.00661, 0.26134], + "1.1667": [-0.00699, -0.007, 0.6247], + "1.2083": [-0.007, -0.00683, 0.72825], + "1.25": [-0.00683, -0.00645, 0.81914], + "1.2917": [-0.00639, -0.00578, 0.89477], + "1.3333": [-0.00555, -0.0047, 0.95231], + "1.375": [-0.00395, -0.00298, 0.98854], + "1.4167": [0, 0, 1], + "1.4583": [0.00441, 0.02752, 0.99815], + "1.5": [0.00612, 0.10428, 0.99662], + "1.5417": [0.00685, 0.22359, 0.99427], + "1.625": [0.00682, 0.5033, 0.97955], + "1.6667": [0.00636, 0.62635, 0.96141], + "1.7083": [0.00572, 0.72898, 0.93053], + "1.75": [0.00494, 0.81147, 0.88154], + "1.7917": [0.00407, 0.87586, 0.80875], + "1.8333": [0.00313, 0.92452, 0.70728], + "1.875": [0.00217, 0.95954, 0.57436], + "1.9167": [0.00124, 0.98282, 0.41009], + "1.9583": [0.00043, 0.99588, 0.21723], + "2.0": [0, 1, 0] + } + }, + "foot_left": { + "rotation": { + "0.0": { + "post": [0.64, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [2, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": [2, 0, 0], + "0.5833": [2.2253, 0, 0], + "0.6667": [3.43176, 0, 0], + "0.7083": [3.91239, 0, 0], + "1.0": [5, 0, 0], + "1.1667": [4.59465, 0, 0], + "1.2083": [4.30407, 0, 0], + "1.25": [3.88388, 0, 0], + "1.2917": [3.28095, 0, 0], + "1.3333": [2.42996, 0, 0], + "1.375": [1.36898, 0, 0], + "1.4167": [0.46995, 0, 0], + "1.4583": [0, 0, 0], + "1.75": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.64, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0.01, -0.01, 0.13], + "0.0417": [-0.00123, 0.00049, 0.2878], + "0.0833": [-0.00589, 0.00462, 0.4757], + "0.125": [-0.00723, 0.00515, 0.64444], + "0.1667": [-0.0066, 0.00372, 0.77132], + "0.2083": [-0.00477, 0.0014, 0.86067], + "0.25": [-0.00229, -0.00103, 0.92176], + "0.2917": [0.00035, -0.00291, 0.96187], + "0.3333": [0.00257, -0.0037, 0.98611], + "0.4167": [0, 0, 1], + "0.4583": [-0.00496, 0.02752, 0.99815], + "0.5": [-0.00668, 0.10428, 0.99662], + "0.5417": [-0.00701, 0.22359, 0.99427], + "0.625": [-0.0059, 0.5033, 0.97955], + "0.6667": [-0.00499, 0.62635, 0.96141], + "0.7083": [-0.00403, 0.72898, 0.93053], + "0.75": [-0.00308, 0.81147, 0.88154], + "0.7917": [-0.00221, 0.87586, 0.80875], + "0.8333": [-0.00146, 0.92452, 0.70728], + "0.875": [-0.00084, 0.95954, 0.57436], + "0.9167": [-0.00038, 0.98282, 0.41009], + "0.9583": [-0.0001, 0.99588, 0.21723], + "1.0": [0, 1, 0], + "1.0417": [0, 0.99573, -0.22438], + "1.0833": [0, 0.98178, -0.43672], + "1.125": [0, 0.95583, -0.6257], + "1.1667": [0, 0.91472, -0.77681], + "1.2083": [0, 0.85374, -0.88056], + "1.25": [0, 0.76598, -0.94133], + "1.2917": [0, 0.64144, -0.97271], + "1.3333": [0, 0.47036, -0.98745], + "1.375": [0, 0.26839, -0.99384], + "1.4167": [0, 0.1055, -0.99655], + "1.4583": [0, 0.02221, -0.99814], + "1.5": [0, 0, -1], + "1.5417": [0.00059, -0.00078, -0.99631], + "1.5833": [0.00225, -0.00279, -0.97983], + "1.625": [0.00482, -0.00566, -0.94915], + "1.6667": [0.00814, -0.00905, -0.90259], + "1.7083": [0.01197, -0.0127, -0.83828], + "1.75": [0.01604, -0.01633, -0.7542], + "1.7917": [0.02001, -0.01965, -0.6484], + "1.8333": [0.0234, -0.02229, -0.51947], + "1.875": [0.02556, -0.02379, -0.36778], + "1.9583": [0.02137, -0.01982, -0.02352], + "2.0": [0.01, -0.01, 0.13] + } + } + } + }, + "animation.snorunt.ground_run": { + "loop": true, + "animation_length": 1, + "bones": { + "body": { + "rotation": [ + "14.9919-1*(math.sin(q.anim_time*720+40)*1)", + "-0.4989+0.3*(math.sin(q.anim_time*720)*0.5)+0.1*(math.sin(q.anim_time*3600)*0.5)", + "-0.0657+3*(math.sin(q.anim_time*720+40)*1)" + ], + "position": [0, "0+0.2*(math.sin(q.anim_time*1440)*0.5)", -2] + }, + "hand_left": { + "rotation": [-0.00976, 0.11162, -9.99938], + "position": ["0+0.05*(math.sin(q.anim_time*720)*0.5)", "0+0.4*(math.sin(q.anim_time*720)*0.5)", 0] + }, + "hand_right": { + "rotation": [-0.0055, -0.0839, 7.49953], + "position": ["0-0.05*(math.sin(q.anim_time*720)*0.5)", "-1+0.4*(math.sin(q.anim_time*720)*0.5)", 0.025] + }, + "cloak_front_left": { + "rotation": [0, "0-2*(math.sin(q.anim_time*360)*0.5)", "0+3*(math.sin(q.anim_time*720)*0.5)"] + }, + "cloak_front_right": { + "rotation": [0, "0+2*(math.sin(q.anim_time*360)*0.5)", "0-3*(math.sin(q.anim_time*720)*0.5)"] + }, + "foot_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left": { + "rotation": { + "0.0": { + "post": [21.09, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [21.09, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 2.53, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 2.53, 0], + "lerp_mode": "catmullrom" + } + } + }, + "cloak": { + "rotation": ["-4.8756-1*(math.sin(q.anim_time*1440+40)*1)", 0.00112, 0.05834] + } + } + }, + "animation.snorunt.blink": { + "animation_length": 0.16667, + "bones": { + "eyelid_right": { + "position": { + "0.0": [0, 0, -1], + "0.125": [0, 0, -1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_left": { + "position": { + "0.0": [0, 0, -1], + "0.125": [0, 0, -1], + "0.1667": [0, 0, 0] + } + } + } + }, + "animation.snorunt.sleep": { + "loop": true, + "bones": { + "body": { + "rotation": ["2.5+3*(math.sin(q.anim_time*90)*0.5)", 0, "3*(math.sin(q.anim_time*45)*0.5)"] + }, + "hand_left": { + "rotation": [0, 0, 12.5], + "position": [0, "0.75+0.2*(math.sin(q.anim_time*90)*0.5)", 0] + }, + "hand_right": { + "rotation": [0, 0, -10], + "position": [0, "-0.5+0.2*(math.sin(q.anim_time*90)*0.5)", 0.025] + }, + "cloak": { + "rotation": [-2.5, 0, 0] + }, + "cloak_front_left": { + "rotation": [0, 0, "10+4*(math.sin(q.anim_time*90)*0.5)"] + }, + "cloak_front_right": { + "rotation": [0, 0, "-10-4*(math.sin(q.anim_time*90)*0.5)"] + }, + "eyelid_right": { + "rotation": [0, 0, 0], + "position": [0, 0, -1] + }, + "eyelid_left": { + "position": [0, 0, -1] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/solosis/solosis.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/solosis/solosis.animation.json new file mode 100644 index 0000000..cb5818a --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/solosis/solosis.animation.json @@ -0,0 +1,49 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.solosis.ground_idle": { + "loop": true, + "animation_length": 30.33333, + "bones": { + "head": { + "rotation": ["-math.sin(query.anim_time*90*2+90)*1.5", 0, "-math.sin(query.anim_time*90*2/2+90)*1"], + "position": ["math.sin(query.anim_time*90*2/2+90)*0.5", "0.75+math.sin(query.anim_time*90*2+90)*0.55", 0] + }, + "shell": { + "position": ["math.sin(query.anim_time*90*2/2+120)*0.45", "0.75+math.sin(query.anim_time*90*2+120)*0.5", 0] + } + } + }, + "animation.solosis.ground_walk": { + "loop": true, + "bones": { + "head": { + "rotation": ["math.sin(query.anim_time*90*2+90)*3", 0, "-math.sin(query.anim_time*90*2/2+90)*1"], + "position": [ + "math.sin(query.anim_time*90*2/2+90)*0.5", + "0.75+math.sin(query.anim_time*90*2+90)*0.55", + "-math.sin(query.anim_time*90*2+90)*0.5" + ] + }, + "shell": { + "position": ["math.sin(query.anim_time*90*2/2+120)*0.45", "0.75+math.sin(query.anim_time*90*2+120)*0.5", 0] + }, + "body": { + "rotation": ["7.5-math.sin(query.anim_time*90*2+135)*1.5", 0, 0], + "position": [0, 0, "-math.sin(query.anim_time*90*2+135)*1.5"] + } + } + }, + "animation.solosis.blink": { + "animation_length": 0.16667, + "bones": { + "eyelids": { + "position": { + "0.0": [0, 0, -1], + "0.1667": {"pre": [0, 0, -1], "post": [0, 0, 0]} + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/stunky/stunky.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/stunky/stunky.animation.json new file mode 100644 index 0000000..8707507 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/stunky/stunky.animation.json @@ -0,0 +1,246 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.stunky.ground_walk": { + "loop": true, + "animation_length": 2, + "bones": { + "leg_fr": { + "rotation": { + "0.0": [-30, 0, 0], + "0.25": [0, 0, 0], + "0.5": [30, 0, 0], + "0.75": [0, 0, 0], + "1.0": [-30, 0, 0], + "1.25": [0, 0, 0], + "1.5": [30, 0, 0], + "1.75": [0, 0, 0], + "2.0": [-30, 0, 0] + } + }, + "leg_br": { + "rotation": { + "0.0": [30, 0, 0], + "0.25": [0, 0, 0], + "0.5": [-30, 0, 0], + "0.75": [0, 0, 0], + "1.0": [30, 0, 0], + "1.25": [0, 0, 0], + "1.5": [-30, 0, 0], + "1.75": [0, 0, 0], + "2.0": [30, 0, 0] + } + }, + "leg_fl": { + "rotation": { + "0.0": [30, 0, 0], + "0.25": [0, 0, 0], + "0.5": [-30, 0, 0], + "0.75": [0, 0, 0], + "1.0": [30, 0, 0], + "1.25": [0, 0, 0], + "1.5": [-30, 0, 0], + "1.75": [0, 0, 0], + "2.0": [30, 0, 0] + } + }, + "leg_bl": { + "rotation": { + "0.0": [-30, 0, 0], + "0.25": [0, 0, 0], + "0.5": [30, 0, 0], + "0.75": [0, 0, 0], + "1.0": [-30, 0, 0], + "1.25": [0, 0, 0], + "1.5": [30, 0, 0], + "1.75": [0, 0, 0], + "2.0": [-30, 0, 0] + } + }, + "tail": { + "rotation": ["math.sin((q.anim_time*90*4)+180)*4", 0, 0] + } + } + }, + "animation.stunky.ground_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "earR": { + "rotation": [0, 0, 0] + }, + "earL": { + "rotation": [0, 0, 0] + }, + "tail_bulb": { + "rotation": { + "0.0": [3.33, 0, 0], + "0.25": [0, 0, 0], + "0.5": [0, 0, 0], + "1.25": [10, 0, 0], + "1.5": [10, 0, 0], + "2.0": [3.33, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [-2.5, 0, 0], + "0.75": [1, 0, 0], + "1.0": [1, 0, 0], + "1.75": [-2.5, 0, 0], + "2.0": [-2.5, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [5, 0, 0], + "1.0": [5, 0, 0], + "1.75": [0, 0, 0], + "2.0": [0, 0, 0] + } + }, + "tail_end": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "1.0": [10, 0, 0], + "1.25": [10, 0, 0], + "2.0": [0, 0, 0] + } + } + } + }, + "animation.stunky.sleep": { + "loop": true, + "bones": { + "stunky": { + "position": [0, -3, 0] + }, + "head": { + "rotation": [17.5, 0, 0] + }, + "leg_fr": { + "rotation": [-90, 25, 0], + "position": [0, 1, 0] + }, + "leg_br": { + "rotation": [90, -25, 0], + "position": [0, 1, 0] + }, + "leg_fl": { + "rotation": [-90, -25, 0], + "position": [0, 1, 0] + }, + "leg_bl": { + "rotation": [90, 25, 0], + "position": [0, 1, 0] + }, + "tail": { + "rotation": [-15, 0, 0] + }, + "tail3": { + "rotation": [-7.5, 0, 0] + }, + "pupil_r": { + "position": [0, -0.25, 0], + "scale": [1, 0.5, 1] + }, + "pupil_l": { + "position": [0, -0.25, 0], + "scale": [1, 0.5, 1] + } + } + }, + "animation.stunky.faint": { + "loop": true, + "animation_length": 4, + "bones": { + "stunky": { + "position": { + "0.0": [0, 0, 0], + "0.5": [0, -3, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [17.5, 0, 0] + } + }, + "leg_fr": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-90, 25, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 1, 0] + } + }, + "leg_br": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [90, -25, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 1, 0] + } + }, + "leg_fl": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-90, -25, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 1, 0] + } + }, + "leg_bl": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [90, 25, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 1, 0] + } + }, + "tail": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-15, 0, 0] + } + }, + "tail3": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-7.5, 0, 0] + } + }, + "pupil_r": { + "position": { + "0.0": [0, 0, 0], + "0.5": [0, -0.25, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "0.5": [1, 0.5, 1] + } + }, + "pupil_l": { + "position": { + "0.0": [0, 0, 0], + "0.5": [0, -0.25, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "0.5": [1, 0.5, 1] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/swablu/swablu.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/swablu/swablu.animation.json new file mode 100644 index 0000000..562f536 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/swablu/swablu.animation.json @@ -0,0 +1,169 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.swablu.ground_idle": { + "loop": true, + "bones": { + "swablu": { + "position": [0, 6, 0] + }, + "body": { + "rotation": [0, "0+math.sin(q.anim_time*90*1.5-60)*5", "0+math.sin(q.anim_time*90*1.5)*3"], + "position": ["0+math.sin(q.anim_time*90*1.5-60)*0.75", "0+math.sin(q.anim_time*90*3)*0.5", 0] + }, + "hair_right": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*3-60)*2"] + }, + "hair_right2": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*3-60)*3"] + }, + "hair_right3": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*3-60)*4"] + }, + "hair_left": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*3-60)*2"] + }, + "hair_left2": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*3-60)*3"] + }, + "hair_left3": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*3-60)*4"] + }, + "tail": { + "rotation": ["0+math.sin(q.anim_time*90*3-60)*4", "0+math.sin(q.anim_time*90*1.5-60)*4", 0] + }, + "wing_right": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*3+90)*30"], + "position": [0, 0, 0] + }, + "wing_left": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*3+90)*30"], + "position": [0, 0, 0] + }, + "leg_right": { + "rotation": ["0-math.sin(q.anim_time*90*3-60)*4", "0-math.sin(q.anim_time*90*1.5-60)*4", 0] + }, + "leg_left": { + "rotation": ["0-math.sin(q.anim_time*90*3-60)*4", "0-math.sin(q.anim_time*90*1.5-60)*4", 0] + } + } + }, + "animation.swablu.ground_walk": { + "loop": true, + "bones": { + "swablu": { + "rotation": [10, 0, 0], + "position": [0, 6, 0] + }, + "body": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1.5*1.25)*3"], + "position": ["0+math.sin(q.anim_time*90*1.5*1.25-60)*0.25", "0+math.sin(q.anim_time*90*3*1.25)*0.5", 0] + }, + "hair_right": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*3*1.25-60)*2"] + }, + "hair_right2": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*3*1.25-60)*3"] + }, + "hair_right3": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*3*1.25-60)*4"] + }, + "hair_left": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*3*1.25-60)*2"] + }, + "hair_left2": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*3*1.25-60)*3"] + }, + "hair_left3": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*3*1.25-60)*4"] + }, + "tail": { + "rotation": ["0+math.sin(q.anim_time*90*3*1.25-60)*4", "0+math.sin(q.anim_time*90*1.5*1.25-60)*4", 0] + }, + "wing_right": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*3*1.25+90)*30"], + "position": [0, 0, 0] + }, + "wing_left": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*3*1.25+90)*30"], + "position": [0, 0, 0] + }, + "leg_right": { + "rotation": ["0-math.sin(q.anim_time*90*3*1.25-60)*4", "0-math.sin(q.anim_time*90*1.5*1.25-60)*4", 0] + }, + "leg_left": { + "rotation": ["0-math.sin(q.anim_time*90*3*1.25-60)*4", "0-math.sin(q.anim_time*90*1.5*1.25-60)*4", 0] + } + } + }, + "animation.swablu.sleep": { + "loop": true, + "bones": { + "eyelid_right": { + "position": [0, 0, -0.1] + }, + "eyelid_left": { + "position": [0, 0, -0.1] + }, + "swablu": { + "position": [0, -0.85, 0] + }, + "torso": { + "position": [0, "0+math.sin(q.anim_time*90*0.75*1.25)*0.05", 0] + }, + "hair_right": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*0.75*1.25)*1.5"] + }, + "hair_right2": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*0.75*1.25)*1.0"] + }, + "hair_right3": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*0.75*1.25)*0.5"] + }, + "hair_left": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*0.75*1.25)*1.5"] + }, + "hair_left2": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*0.75*1.25)*1.0"] + }, + "hair_left3": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*0.75*1.25)*0.5"] + }, + "wing_right": { + "rotation": [0, 0, 10], + "position": [-0.75, 0, 0] + }, + "wing_left": { + "rotation": [0, 0, -10], + "position": [0.75, 0, 0] + }, + "leg_right": { + "rotation": [-30, 0, 0] + }, + "leg_left": { + "rotation": [-30, 0, 0] + } + } + }, + "animation.swablu.blink": { + "animation_length": 0.16667, + "bones": { + "eyelid_right": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_left": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + } + } + } + }, + "geckolib_format_version": 2 +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/swadloon/swadloon.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/swadloon/swadloon.animation.json new file mode 100644 index 0000000..c0e192d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/swadloon/swadloon.animation.json @@ -0,0 +1,137 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.swadloon.ground_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "arm_right": { + "rotation": [0, -55, 0] + }, + "arm_right2": { + "rotation": [-20.07031, -4.69776, 1.71394] + }, + "arm_left": { + "rotation": [0, 55, 0] + }, + "arm_left2": { + "rotation": [-20.07031, 4.69776, -1.71394] + }, + "sleeve_right": { + "rotation": [0, -65, 0] + }, + "sleeve_right2": { + "rotation": [0, "-10-math.sin(query.anim_time*90*2)*1", 0] + }, + "sleeve_right3": { + "rotation": [0, -17.5, 0] + }, + "sleeve_left": { + "rotation": [0, "65+math.sin(query.anim_time*90*2)*1", 0] + }, + "sleeve_left2": { + "rotation": [0, "10-math.sin(query.anim_time*90*2)*1", 0] + }, + "sleeve_left3": { + "rotation": [0, 15, 0] + }, + "hair_right": { + "rotation": ["5+math.sin(query.anim_time*90*2)*0.825", 0, "math.sin(query.anim_time*90*2)*1"] + }, + "hair_right2": { + "rotation": ["-5-math.sin(query.anim_time*90*2+90)*4", 0, 0] + }, + "hair_left": { + "rotation": ["5+math.sin(query.anim_time*90*2)*0.825", 0, "math.sin(query.anim_time*90*2+45)*1"] + }, + "hair_left2": { + "rotation": ["-5-math.sin(query.anim_time*90*2+90)*4", 0, 0] + }, + "groundflap_right2": { + "rotation": [-4.99288, 0.1086, -0.00711] + }, + "groundflap_left2": { + "rotation": [-4.99288, -0.1086, 0.00711] + }, + "tail": { + "rotation": ["-12.5-math.sin(query.anim_time*90*2+90)*2", 0, 0] + }, + "tail2": { + "rotation": ["12+math.sin(query.anim_time*90*2+90)*3", 0, 0] + }, + "groundflap_right3": { + "rotation": [0, 0, "-5+math.sin(query.anim_time*90*2+180)*2"] + }, + "groundflap_left3": { + "rotation": [0, 0, "5-(math.sin(query.anim_time*90*2+180)*2)"] + }, + "leafthumb_left2": { + "rotation": [0, 0, "-2.5+math.sin(query.anim_time*90*2)*1"] + }, + "leafpinky_left2": { + "rotation": [0, 0, "-2.5+math.sin(query.anim_time*90*2)*1"] + }, + "armleaf_left2": { + "rotation": [0, 0, "-2.5+math.sin(query.anim_time*90*2)*1"] + }, + "leafthumb_right2": { + "rotation": [0, 0, "2.5+math.sin(query.anim_time*90*2)*1"] + }, + "leafpinky_right2": { + "rotation": [0, 0, "2.5+math.sin(query.anim_time*90*2)*1"] + }, + "armleaf_right2": { + "rotation": [0, 0, "2.5+math.sin(query.anim_time*90*2)*1"] + }, + "groundflap_right": { + "rotation": [0, 0, "-2.5-math.sin(query.anim_time*90*2+90)*2"] + }, + "groundflap_left": { + "rotation": [0, 0, "2.5-math.sin(query.anim_time*90*2+90)*2"] + }, + "fringe": { + "rotation": ["-math.sin(query.anim_time*90*2+90)*1", 0, 0] + }, + "body": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0.05, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -0.045, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": [1, "1+math.sin(query.anim_time*90*2)*0.00625", 1] + } + } + }, + "animation.swadloon.blink": { + "animation_length": 0.16667, + "bones": { + "eyelids": { + "position": { + "0.0": [0, 0, -0.1], + "0.1667": { + "pre": [0, 0, -0.1], + "post": [0, 0, 0] + } + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/tadbulb/tadbulb.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/tadbulb/tadbulb.animation.json new file mode 100644 index 0000000..0eb7292 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/tadbulb/tadbulb.animation.json @@ -0,0 +1,69 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.tadbulb.ground_idle": { + "loop": true, + "bones": { + "head": { + "rotation": ["math.sin(q.anim_time*90*0.5+15)*2", 0, "math.sin(q.anim_time*90*1+35)*5"], + "position": [0, "math.sin(q.anim_time*90*2)*2*math.sin(q.anim_time*90*1)*0.2", 0] + }, + "tail": { + "rotation": [0, 0, "math.sin(q.anim_time*90*1-30)*5"], + "position": [0, 0, 0] + }, + "tail_2": { + "rotation": [0, 0, "math.sin(q.anim_time*90*1-60)*2"] + }, + "bone2": { + "rotation": ["math.sin(q.anim_time*90*0.5)*5", 0, "math.sin(q.anim_time*90*1)*5"] + } + } + }, + "animation.tadbulb.ground_walk": { + "loop": true, + "bones": { + "head": { + "rotation": ["5+math.sin(q.anim_time*90*4+50)*1", 0, "math.sin(q.anim_time*90*1+35)*-2"], + "position": [0, "math.sin(q.anim_time*90*4)*0.3", "math.sin(q.anim_time*90*4)*-0.2"] + }, + "tail": { + "rotation": ["5+math.sin(q.anim_time*90*4+40)*5", 0, "math.sin(q.anim_time*90*1-30)*2"] + }, + "tail_2": { + "rotation": ["5+math.sin(q.anim_time*90*4+60)*-8", 0, "math.sin(q.anim_time*90*1-60)*1"] + }, + "bone2": { + "rotation": ["5+math.sin(q.anim_time*90*4+20)*3", 0, "math.sin(q.anim_time*90*1)*5"] + } + } + }, + "animation.tadbulb.blink": { + "animation_length": 0.625, + "bones": { + "right_eye": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + }, + "left_eye": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/tauros/tauros_aqua.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/tauros/tauros_aqua.animation.json new file mode 100644 index 0000000..54c824a --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/tauros/tauros_aqua.animation.json @@ -0,0 +1,844 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.tauros.blink": { + "animation_length": 0.1667, + "bones": { + "eyelid_right": { + "position": { + "0.0": [-0.1, 0, -0.1], + "0.125": [-0.1, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_left": { + "position": { + "0.0": [0.1, 0, -0.1], + "0.125": [0.1, 0, -0.1], + "0.1667": [0, 0, 0] + } + } + } + }, + "animation.tauros.ground_walk": { + "loop": true, + "bones": { + "body": { + "rotation": [0, 0, "math.clamp(math.sin(q.anim_time*90*4-90)*1,-0.8,0.8)+math.sin(q.anim_time*90*4-180)*1"], + "position": [0, "-1.75+math.clamp(math.sin(q.anim_time*90*4)*1.1,0.5,1)+math.clamp(math.sin(q.anim_time*90*4+180)*1.1,0.5,1)", 0] + }, + "torso": { + "rotation": ["math.sin(q.anim_time*90*4-90)*0.5+0.5", 0, 0] + }, + "head": { + "rotation": [ + "-math.sin(q.anim_time*90*4-90)*0.5+math.sin(q.anim_time*90*4*2-45)*1", + 0, + "-math.clamp(math.sin(q.anim_time*90*4-90)*1,-0.8,0.8)-math.sin(q.anim_time*90*4-180)*1" + ], + "position": ["math.sin(q.anim_time*90*4-45)*0.1", "math.sin(-q.anim_time*90*4*2-45)*0.1", 0] + }, + "mane_top": { + "rotation": ["math.sin(q.anim_time*90*8+90)*4-4", 0, 0] + }, + "mane_bottom": { + "rotation": ["-math.sin(q.anim_time*90*8+90)*4-4", 0, 0] + }, + "tail": { + "rotation": ["-math.sin(q.anim_time*90*3-33*5-120)*10+5", "-math.sin(q.anim_time*90*1.5-33*5-120)*4", 0] + }, + "tail2": { + "rotation": ["-math.sin(q.anim_time*90*3-33*6-120)*8", "math.sin(q.anim_time*90*1.5-33*6-120)*6", 0] + }, + "tail3": { + "rotation": ["-math.sin(q.anim_time*90*3-33*7-120)*8", "math.sin(q.anim_time*90*1.5-33*4-120)*8", 0] + }, + "tail4": { + "rotation": ["-math.sin(q.anim_time*90*3-33*8-120)*8", "math.sin(q.anim_time*90*1.5-33*3-120)*8", 0] + }, + "tail5": { + "rotation": ["-math.sin(q.anim_time*90*3-33*9-120)*10", "-math.sin(q.anim_time*90*1.5-33*2-120)*10", 0] + }, + "leg_front_right": { + "rotation": [ + "20-math.clamp(20*(math.sin(q.anim_time*90*4-90+33+180)*1+1),-0,60)", + 0, + "math.clamp(math.sin(q.anim_time*90*4-90+180)*1,-0.8,0.8)+math.sin(q.anim_time*90*4-180*0)*1" + ], + "position": [ + 0, + "0.8*(math.clamp(math.sin(q.anim_time*90*4-155+180)*1.6,1,1.6)-0.2)+0.5*(math.clamp(math.sin(q.anim_time*90*4-75+180)*1.8,1,1.8)-1)-0.2*(math.clamp(math.sin(q.anim_time*90*4+180)*1.4,1,1.4)+1)-math.clamp(math.sin(q.anim_time*90*4)*1,0,0.75)", + 0 + ] + }, + "leg_front_right2": { + "rotation": [ + "math.clamp(math.sin(q.anim_time*90*4-180*1+33)*40,0,40)+(math.clamp(math.sin(q.anim_time*90*2-90*3)*1,0.5,1)*1-0.5)*30+(math.clamp(math.sin(q.anim_time*90*2-90*1)*1,0.5,1)*1-0.5)*30", + 0, + 0 + ] + }, + "leg_front_right3": { + "rotation": ["-20+math.clamp(10*(math.sin(q.anim_time*90*4-90-180*1)*1+1),-0,60)+math.clamp(math.sin(q.anim_time*90*4-180*1+10)*30,-2.5,30)", 0, 0], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4-120+180)*1.1,0.9,1)-0.9+math.clamp(math.sin(q.anim_time*90*2-130+90)*1.3,0.9,1)-0.9", 0] + }, + "leg_front_left": { + "rotation": [ + "20-math.clamp(20*(math.sin(q.anim_time*90*4-90+33)*1+1),-0,60)", + 0, + "-math.clamp(math.sin(q.anim_time*90*4-90)*1,-0.8,0.8)-math.sin(q.anim_time*90*4-180)*1" + ], + "position": [ + 0, + "0.8*(math.clamp(math.sin(q.anim_time*90*4-155)*1.6,1,1.6)-0.2)+0.5*(math.clamp(math.sin(q.anim_time*90*4-75)*1.8,1,1.8)-1)-0.2*(math.clamp(math.sin(q.anim_time*90*4)*1.4,1,1.4)+1)-math.clamp(math.sin(q.anim_time*90*4-180)*1,0,0.75)", + 0 + ] + }, + "leg_front_left2": { + "rotation": [ + "math.clamp(math.sin(q.anim_time*90*4-180*0+33)*40,0,40)+(math.clamp(math.sin(q.anim_time*90*2-90*0)*1,0.5,1)*1-0.5)*30+(math.clamp(math.sin(q.anim_time*90*2-90*2)*1,0.5,1)*1-0.5)*30", + 0, + 0 + ] + }, + "leg_front_left3": { + "rotation": ["-20+math.clamp(10*(math.sin(q.anim_time*90*4-90-180*0)*1+1),-0,60)+math.clamp(math.sin(q.anim_time*90*4-180*0+10)*30,-5,30)", 0, 0], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4-120)*1.1,0.9,1)-0.9+math.clamp(math.sin(q.anim_time*90*2-130)*1.3,0.9,1)-0.9", 0] + }, + "leg_back_right": { + "rotation": [ + "-20+math.clamp(15*(math.sin(q.anim_time*90*4-90+180)*1+1),-0,60)", + 0, + "math.clamp(math.sin(q.anim_time*90*4-90+180)*1,-0.8,0.8)+math.sin(q.anim_time*90*4-180*0)*1" + ], + "position": [ + 0, + "-math.clamp(-math.sin(q.anim_time*90*4+90+180*1)*0.01,0,0.01)+math.clamp(-math.sin(q.anim_time*90*4+20+180*1)*1,0.4,1)-0.4+math.clamp(math.sin(q.anim_time*90*4-130+180*1)*1.5,0.4,0.6)-0.3+(math.clamp(-math.sin(q.anim_time*90*2+70+180*1)*1,0.5,1)-0.5)*0.5+(math.clamp(-math.sin(q.anim_time*90*2+70+180*0)*1,0.5,1)+0.5)*0.5", + 0 + ] + }, + "leg_back_right2": { + "rotation": [ + "math.clamp(math.sin(q.anim_time*90*4+180)*10,0,10)-math.clamp(math.sin(q.anim_time*90*4-95+180)*10,0,45)-math.clamp(math.sin(q.anim_time*90*4+180*0)*10,0,45)", + 0, + 0 + ], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4-130+180)*1,0.5,1)-math.clamp(math.sin(q.anim_time*90*4-40+180)*1,0.75,1)+0.25", 0] + }, + "leg_back_right3": { + "rotation": [ + "-math.clamp(math.sin(q.anim_time*90*4+180*1)*10,0,10)+math.clamp(math.sin(q.anim_time*90*4+10+180*0)*25,0,45)-(-20+math.clamp(11*(math.sin(q.anim_time*90*4-90+180*1)*1+1),-0,60))+math.clamp(math.sin(q.anim_time*90*4-130+180*1)*00,50,100)-50", + 0, + 0 + ], + "position": [0, "(math.clamp(math.sin(q.anim_time*90*4-110+180*0)*1,0.5,1)-0.5)*0.7", 0] + }, + "leg_back_left": { + "rotation": [ + "-20+math.clamp(15*(math.sin(q.anim_time*90*4-90)*1+1),-0,60)", + 0, + "-math.clamp(math.sin(q.anim_time*90*4-90)*1,-0.8,0.8)-math.sin(q.anim_time*90*4-180)*1" + ], + "position": [ + 0, + "-math.clamp(-math.sin(q.anim_time*90*4+90+180*0)*0.01,0,0.01)+math.clamp(-math.sin(q.anim_time*90*4+20+180*0)*1,0.4,1)-0.4+math.clamp(math.sin(q.anim_time*90*4-130+180*0)*1.5,0.4,0.6)-0.3+(math.clamp(-math.sin(q.anim_time*90*2+70+180*0)*1,0.5,1)-0.5)*0.5+(math.clamp(-math.sin(q.anim_time*90*2+70+180*1)*1,0.5,1)+0)*0.5", + 0 + ] + }, + "leg_back_left2": { + "rotation": [ + "math.clamp(math.sin(q.anim_time*90*4)*10,0,10)-math.clamp(math.sin(q.anim_time*90*4-95)*10,0,45)-math.clamp(math.sin(q.anim_time*90*4+180)*10,0,45)", + 0, + 0 + ], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4-130)*1,0.5,1)-math.clamp(math.sin(q.anim_time*90*4-40)*1,0.75,1)+0.25", 0] + }, + "leg_back_left3": { + "rotation": [ + "-math.clamp(math.sin(q.anim_time*90*4+180*0)*10,0,10)+math.clamp(math.sin(q.anim_time*90*4+10+180*1)*25,0,45)-(-20+math.clamp(11*(math.sin(q.anim_time*90*4-90+180*0)*1+1),-0,60))+math.clamp(math.sin(q.anim_time*90*4-130+180*0)*00,50,100)-50", + 0, + 0 + ], + "position": [0, "(math.clamp(math.sin(q.anim_time*90*4-110+180)*1,0.5,1)-0.5)*0.7", 0] + }, + "tail6": { + "rotation": ["-math.sin(q.anim_time*90*3-33*9+120)*6", "-math.sin(q.anim_time*90*1.5-33*2+120)*10", 0] + }, + "tail_left": { + "rotation": ["-math.sin(q.anim_time*90*3-33*5)*10+5", "-math.sin(q.anim_time*90*1.5-33*5)*4", 0] + }, + "tail_left2": { + "rotation": ["-math.sin(q.anim_time*90*3-33*6)*8", "math.sin(q.anim_time*90*1.5-33*6)*6", 0] + }, + "tail_left3": { + "rotation": ["-math.sin(q.anim_time*90*3-33*7)*8", "math.sin(q.anim_time*90*1.5-33*4)*8", 0] + }, + "tail_left4": { + "rotation": ["-math.sin(q.anim_time*90*3-33*8)*8", "math.sin(q.anim_time*90*1.5-33*3)*8", 0] + }, + "tail_left5": { + "rotation": ["-math.sin(q.anim_time*90*3-33*9)*10", "-math.sin(q.anim_time*90*1.5-33*2)*10", 0] + }, + "tail_left6": { + "rotation": ["-math.sin(q.anim_time*90*3-33*9)*6", "-math.sin(q.anim_time*90*1.5-33*2)*10", 0] + }, + "tail_right": { + "rotation": ["-math.sin(q.anim_time*90*3-33*5+120)*10+5", "-math.sin(q.anim_time*90*1.5-33*5+120)*4", 0] + }, + "tail_right2": { + "rotation": ["-math.sin(q.anim_time*90*3-33*6+120)*8", "math.sin(q.anim_time*90*1.5-33*6+120)*6", 0] + }, + "tail_right3": { + "rotation": ["-math.sin(q.anim_time*90*3-33*7+120)*8", "math.sin(q.anim_time*90*1.5-33*4+120)*8", 0] + }, + "tail_right4": { + "rotation": ["-math.sin(q.anim_time*90*3-33*8+120)*8", "math.sin(q.anim_time*90*1.5-33*3+120)*8", 0] + }, + "tail_right5": { + "rotation": ["-math.sin(q.anim_time*90*3-33*9+120)*10", "-math.sin(q.anim_time*90*1.5-33*2+120)*10", 0] + }, + "tail_right6": { + "rotation": ["-math.sin(q.anim_time*90*3-33*9+120)*6", "-math.sin(q.anim_time*90*1.5-33*2+120)*10", 0] + } + } + }, + "animation.tauros.ground_run": { + "loop": true, + "bones": { + "body": { + "rotation": ["-math.sin(q.anim_time*90*4*2+45)*6", 0, 0], + "position": [ + 0, + "-1.5+math.clamp(math.sin(q.anim_time*90*4)*1.1,0.4,1.1)+math.clamp(math.sin(q.anim_time*90*4+180)*1.1,0.4,1.1)", + "math.sin(q.anim_time*90*4*2-33)*1" + ] + }, + "torso": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "head": { + "rotation": ["math.sin(q.anim_time*90*4*2+45)*6+math.sin(q.anim_time*90*4*2-45)*4", 0, 0], + "position": ["math.sin(q.anim_time*90*4-45)*0.1", "math.sin(-q.anim_time*90*4*2-45)*0.1", 0] + }, + "mane_top": { + "rotation": ["-math.sin(q.anim_time*90*4*2-45)*20-5", 0, 0] + }, + "mane_bottom": { + "rotation": ["-math.sin(q.anim_time*90*4*2)*20+10", 0, 0] + }, + "tail": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*5+45)*10+5", "-math.sin(q.anim_time*90*4-33*6+45)*2", 0] + }, + "tail2": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*6+45)*12", "-math.sin(q.anim_time*90*4-33*7+45)*2", 0] + }, + "tail3": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*7+45)*14", "-math.sin(q.anim_time*90*4-33*8+45)*2", 0] + }, + "tail4": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*8+45)*16", "-math.sin(q.anim_time*90*4-33*9+45)*2", 0] + }, + "tail5": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*9+45)*16", "-math.sin(q.anim_time*90*4-33*10+45)*4", 0] + }, + "leg_front_right": { + "rotation": ["15-math.clamp(30*(math.sin(q.anim_time*90*4*2-90)*1+1),-0,60)", 0, 0], + "position": [ + 0, + "0.8*(math.clamp(math.sin(q.anim_time*90*4*2-155)*1.6,1,1.6)-0.2)+0.5*(math.clamp(math.sin(q.anim_time*90*4*2-75)*1.8,1,1.8)-1)-0.2*(math.clamp(math.sin(q.anim_time*90*4*2)*1.4,1,1.4)+1)", + 0 + ] + }, + "leg_front_right2": { + "rotation": [ + "5+math.clamp(math.sin(q.anim_time*90*4*2-180*0)*50,-10,50)+(math.clamp(math.sin(q.anim_time*90*2*2-180*0)*1,0.6,1)*1-0.5)*50+(math.clamp(math.sin(q.anim_time*90*2*2-180*1)*1,0.6,1)*1-0.5)*50", + 0, + 0 + ] + }, + "leg_front_right3": { + "rotation": ["-12.5+math.clamp(30*(math.sin(q.anim_time*90*4*2-90-180*0)*1+1),-0,60)+math.clamp(math.sin(q.anim_time*90*4*2-180*0+10)*70,0,100)", 0, 0], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4*2-120)*1.1,0.9,1)-0.9+math.clamp(math.sin(q.anim_time*90*2*2-130)*1.3,0.9,1)-0.9", 0] + }, + "leg_front_left": { + "rotation": ["15-math.clamp(30*(math.sin(q.anim_time*90*4*2-90)*1+1),-0,60)", 0, 0], + "position": [ + 0, + "0.8*(math.clamp(math.sin(q.anim_time*90*4*2-155)*1.6,1,1.6)-0.2)+0.5*(math.clamp(math.sin(q.anim_time*90*4*2-75)*1.8,1,1.8)-1)-0.2*(math.clamp(math.sin(q.anim_time*90*4*2)*1.4,1,1.4)+1)", + 0 + ] + }, + "leg_front_left2": { + "rotation": [ + "5+math.clamp(math.sin(q.anim_time*90*4*2-180*0)*50,-10,50)+(math.clamp(math.sin(q.anim_time*90*2*2-180*0)*1,0.6,1)*1-0.5)*50+(math.clamp(math.sin(q.anim_time*90*2*2-180*1)*1,0.6,1)*1-0.5)*50", + 0, + 0 + ] + }, + "leg_front_left3": { + "rotation": ["-12.5+math.clamp(30*(math.sin(q.anim_time*90*4*2-90-180*0)*1+1),-0,60)+math.clamp(math.sin(q.anim_time*90*4*2-180*0+10)*70,0,100)", 0, 0], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4*2-120)*1.1,0.9,1)-0.9+math.clamp(math.sin(q.anim_time*90*2*2-130)*1.3,0.9,1)-0.9", 0] + }, + "leg_back_right": { + "rotation": ["-20+math.clamp(25*(math.sin(q.anim_time*90*4*2-90)*1+1),-0,48)+5*math.sin(q.anim_time*90*4*2-90)", 0, 0], + "position": [ + 0, + "-(math.clamp(-math.sin(q.anim_time*90*4*2+50)*1,0.5,1)-0.5)*0.5+(math.clamp(-math.sin(q.anim_time*90*2*2+70+180*0)*1,0.5,1)-0.5)*2+(math.clamp(-math.sin(q.anim_time*90*2*2+70+180*1)*1,0.5,1)-0.5)*2", + -0.1 + ] + }, + "leg_back_right2": { + "rotation": [ + "math.clamp(math.sin(q.anim_time*90*4*2)*10,0,10)+math.clamp(math.sin(q.anim_time*90*4*2-95)*20,0,45)-math.clamp(math.sin(q.anim_time*90*4*2+180)*50,0,45)", + 0, + 0 + ], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4-130)*1,0.5,1)-math.clamp(math.sin(q.anim_time*90*4-40)*1,0.75,1)+0.25", 0] + }, + "leg_back_right3": { + "rotation": [ + "-math.clamp(math.sin(q.anim_time*90*4*2+180*0)*10,0,10)+math.clamp(math.sin(q.anim_time*90*4*2+10+180*1)*25,0,45)-(-20+math.clamp(11*(math.sin(q.anim_time*90*4*2-90+180*0)*1+1),-0,60))+math.clamp(math.sin(q.anim_time*90*4*2-130+180*0)*00,50,100)-50", + 0, + 0 + ], + "position": [0, "(math.clamp(math.sin(q.anim_time*90*4-110+180)*1,0.5,1)-0.5)*0.7", 0] + }, + "leg_back_left": { + "rotation": ["-20+math.clamp(25*(math.sin(q.anim_time*90*4*2-90)*1+1),-0,48)+5*math.sin(q.anim_time*90*4*2-90)", 0, 0], + "position": [ + 0, + "-(math.clamp(-math.sin(q.anim_time*90*4*2+50)*1,0.5,1)-0.5)*0.5+(math.clamp(-math.sin(q.anim_time*90*2*2+70+180*0)*1,0.5,1)-0.5)*2+(math.clamp(-math.sin(q.anim_time*90*2*2+70+180*1)*1,0.5,1)-0.5)*2", + -0.1 + ] + }, + "leg_back_left2": { + "rotation": [ + "math.clamp(math.sin(q.anim_time*90*4*2)*10,0,10)+math.clamp(math.sin(q.anim_time*90*4*2-95)*20,0,45)-math.clamp(math.sin(q.anim_time*90*4*2+180)*50,0,45)", + 0, + 0 + ], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4-130)*1,0.5,1)-math.clamp(math.sin(q.anim_time*90*4-40)*1,0.75,1)+0.25", 0] + }, + "leg_back_left3": { + "rotation": [ + "-math.clamp(math.sin(q.anim_time*90*4*2+180*0)*10,0,10)+math.clamp(math.sin(q.anim_time*90*4*2+10+180*1)*25,0,45)-(-20+math.clamp(11*(math.sin(q.anim_time*90*4*2-90+180*0)*1+1),-0,60))+math.clamp(math.sin(q.anim_time*90*4*2-130+180*0)*00,50,100)-50", + 0, + 0 + ], + "position": [0, "(math.clamp(math.sin(q.anim_time*90*4-110+180)*1,0.5,1)-0.5)*0.7", 0] + }, + "head_angle": { + "rotation": [15, 0, 0] + }, + "tail6": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*9+45)*14", "-math.sin(q.anim_time*90*4-33*10+45)*6", 0] + }, + "tail_left": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*3+45)*12+5", "-math.sin(q.anim_time*90*2-33*3+180)*1-5", 0] + }, + "tail_left2": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*4+45)*10", "math.sin(q.anim_time*90*2-33*4+180)*2-5", 0] + }, + "tail_left3": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*5+45)*14", "math.sin(q.anim_time*90*2-33*5+180)*3-2.5", 0] + }, + "tail_left4": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*6+45)*16", "math.sin(q.anim_time*90*2-33*6+180)*3-5", 0] + }, + "tail_left5": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*7+45)*16", "math.sin(q.anim_time*90*2-33*7+180)*6", 0] + }, + "tail_left6": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*7+45)*14", "math.sin(q.anim_time*90*2-33*7+180)*10", 0] + }, + "tail_right": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*4+45)*10+5", "math.sin(q.anim_time*90*2-33*4)*1+5", 0] + }, + "tail_right2": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*5+45)*12", "-math.sin(q.anim_time*90*2-33*5)*2+5", 0] + }, + "tail_right3": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*6+45)*14", "-math.sin(q.anim_time*90*2-33*6)*3+2.5", 0] + }, + "tail_right4": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*7+45)*16", "-math.sin(q.anim_time*90*2-33*7)*3+5", 0] + }, + "tail_right5": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*8+45)*16", "-math.sin(q.anim_time*90*2-33*8)*6", 0] + }, + "tail_right6": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*8+45)*14", "-math.sin(q.anim_time*90*2-33*8)*10", 0] + } + } + }, + "animation.tauros.ground_idle": { + "loop": true, + "bones": { + "torso": { + "rotation": ["math.sin(q.anim_time*90*4-90)*0.5+1", "math.sin(q.anim_time*90*2+33*1)*1", 0], + "position": [0, "-math.sin(q.anim_time*90*4-45)*0.15", 0] + }, + "head": { + "rotation": ["math.sin(q.anim_time*90*4+45)*1", 0, 0] + }, + "head_correction": { + "rotation": ["-math.sin(q.anim_time*90*4-90)*0.5-1", 0, 0] + }, + "mane_top": { + "rotation": ["math.sin(q.anim_time*90*4-45)*4-4", 0, 0] + }, + "mane_bottom": { + "rotation": ["-math.sin(q.anim_time*90*4-45)*4-4", 0, 0] + }, + "tail": { + "rotation": ["-math.sin(q.anim_time*90*3-33*5-120)*10+5", "-math.sin(q.anim_time*90*1.5-33*5-120)*4", 0] + }, + "tail2": { + "rotation": ["-math.sin(q.anim_time*90*3-33*6-120)*8", "math.sin(q.anim_time*90*1.5-33*6-120)*6", 0] + }, + "tail3": { + "rotation": ["-math.sin(q.anim_time*90*3-33*7-120)*8", "math.sin(q.anim_time*90*1.5-33*4-120)*8", 0] + }, + "tail4": { + "rotation": ["-math.sin(q.anim_time*90*3-33*8-120)*8", "math.sin(q.anim_time*90*1.5-33*3-120)*8", 0] + }, + "tail5": { + "rotation": ["-math.sin(q.anim_time*90*3-33*9-120)*10", "-math.sin(q.anim_time*90*1.5-33*2-120)*10", 0] + }, + "leg_front_right": { + "rotation": ["-math.sin(q.anim_time*90*4-66)*3-3", 0, "-math.sin(q.anim_time*90*2+66)*0.5-math.sin(q.anim_time*90*2-45)*0.2"], + "position": [ + "-math.sin(q.anim_time*90*2+33*1)*0.2", + "-0.15-math.sin(q.anim_time*90*4-75)*0.14-math.sin(q.anim_time*90*4+15)*0.02", + "math.sin(q.anim_time*90*4-66)*0.13" + ] + }, + "leg_front_right2": { + "rotation": ["math.sin(q.anim_time*90*4-66)*5+5", 0, 0], + "position": ["-0.1*(math.sin(q.anim_time*90*2+33*6)*1+1)+0.1", 0, 0] + }, + "leg_front_right3": { + "rotation": ["-math.sin(q.anim_time*90*4-66)*2-2", 0, 0] + }, + "leg_front_left": { + "rotation": ["-math.sin(q.anim_time*90*4-66)*3-3", 0, "-math.sin(q.anim_time*90*2+66)*0.5-math.sin(q.anim_time*90*2-45)*0.2"], + "position": [ + "-math.sin(q.anim_time*90*2+33*1)*0.2", + "-0.15-math.sin(q.anim_time*90*4-75)*0.14-math.sin(q.anim_time*90*4+15)*0.02", + "math.sin(q.anim_time*90*4-66)*0.13" + ] + }, + "leg_front_left2": { + "rotation": ["math.sin(q.anim_time*90*4-66)*5+5", 0, 0], + "position": ["-0.1*(math.sin(q.anim_time*90*2+33*6)*1+1)+0.1", 0, 0] + }, + "leg_front_left3": { + "rotation": ["-math.sin(q.anim_time*90*4-66)*2-2", 0, 0] + }, + "leg_back_right": { + "rotation": ["math.sin(q.anim_time*90*4-90)*1+3", 0, 0], + "position": [0, "-math.sin(q.anim_time*90*4-75)*0.15-0.25-math.sin(q.anim_time*90*4+15)*0.04", "math.sin(q.anim_time*90*4+60)*0.02"] + }, + "leg_back_right2": { + "rotation": ["-math.sin(q.anim_time*90*4-90)*2-6.5", 0, 0], + "position": [0, "(math.sin(q.anim_time*90*4-33*1)*1+1)*0.1-0.1", 0] + }, + "leg_back_right3": { + "rotation": ["-3.5-1*(math.sin(q.anim_time*90*4-90)*1+1+math.sin(q.anim_time*90*4-90)*2-2-math.sin(q.anim_time*90*4-90)*4-6)", 0, 0] + }, + "leg_back_left": { + "rotation": ["math.sin(q.anim_time*90*4-90)*1+3", 0, 0], + "position": [0, "-math.sin(q.anim_time*90*4-75)*0.15-0.25-math.sin(q.anim_time*90*4+15)*0.04", "math.sin(q.anim_time*90*4+60)*0.02"] + }, + "leg_back_left2": { + "rotation": ["-math.sin(q.anim_time*90*4-90)*2-6.5", 0, 0], + "position": [0, "(math.sin(q.anim_time*90*4-33*1)*1+1)*0.1-0.1", 0] + }, + "leg_back_left3": { + "rotation": ["-3.5-1*(math.sin(q.anim_time*90*4-90)*1+1+math.sin(q.anim_time*90*4-90)*2-2-math.sin(q.anim_time*90*4-90)*4-6)", 0, 0] + }, + "tail6": { + "rotation": ["-math.sin(q.anim_time*90*3-33*9-120)*6", "-math.sin(q.anim_time*90*1.5-33*2-120)*10", 0] + }, + "tail_left": { + "rotation": ["-math.sin(q.anim_time*90*3-33*5)*10+5", "-math.sin(q.anim_time*90*1.5-33*5)*4", 0] + }, + "tail_left2": { + "rotation": ["-math.sin(q.anim_time*90*3-33*6)*8", "math.sin(q.anim_time*90*1.5-33*6)*6", 0] + }, + "tail_left3": { + "rotation": ["-math.sin(q.anim_time*90*3-33*7)*8", "math.sin(q.anim_time*90*1.5-33*4)*8", 0] + }, + "tail_left4": { + "rotation": ["-math.sin(q.anim_time*90*3-33*8)*8", "math.sin(q.anim_time*90*1.5-33*3)*8", 0] + }, + "tail_left5": { + "rotation": ["-math.sin(q.anim_time*90*3-33*9)*10", "-math.sin(q.anim_time*90*1.5-33*2)*10", 0] + }, + "tail_left6": { + "rotation": ["-math.sin(q.anim_time*90*3-33*9)*6", "-math.sin(q.anim_time*90*1.5-33*2)*10", 0] + }, + "tail_right": { + "rotation": ["-math.sin(q.anim_time*90*3-33*5+120)*10+5", "-math.sin(q.anim_time*90*1.5-33*5+120)*4", 0] + }, + "tail_right2": { + "rotation": ["-math.sin(q.anim_time*90*3-33*6+120)*8", "math.sin(q.anim_time*90*1.5-33*6+120)*6", 0] + }, + "tail_right3": { + "rotation": ["-math.sin(q.anim_time*90*3-33*7+120)*8", "math.sin(q.anim_time*90*1.5-33*4+120)*8", 0] + }, + "tail_right4": { + "rotation": ["-math.sin(q.anim_time*90*3-33*8+120)*8", "math.sin(q.anim_time*90*1.5-33*3+120)*8", 0] + }, + "tail_right5": { + "rotation": ["-math.sin(q.anim_time*90*3-33*9+120)*10", "-math.sin(q.anim_time*90*1.5-33*2+120)*10", 0] + }, + "tail_right6": { + "rotation": ["-math.sin(q.anim_time*90*3-33*9+120)*6", "-math.sin(q.anim_time*90*1.5-33*2+120)*10", 0] + } + } + }, + "animation.tauros.render": { + "loop": true, + "bones": { + "torso": { + "rotation": [5, 0, 0] + }, + "head_angle": { + "rotation": [7.5, 0, 0] + }, + "tail": { + "rotation": [47.5, 0, 0] + }, + "tail2": { + "rotation": [10.15375, 12.42297, 0.88796] + }, + "tail3": { + "rotation": [-5.03364, 9.99043, -0.22117] + }, + "tail4": { + "rotation": [0, 7.5, 0] + }, + "tail5": { + "rotation": [17.5, -5, -5] + }, + "leg_front_right": { + "rotation": [-7.5, 0, 0] + }, + "leg_front_right2": { + "rotation": [22.5, 0, 0] + }, + "leg_front_right3": { + "rotation": [22.5, 0, 0] + }, + "leg_front_left2": { + "rotation": [-7.5, 0, 0] + }, + "leg_front_left3": { + "rotation": [7.5, 0, 0] + }, + "leg_back_right2": { + "rotation": [-10, 0, 0] + }, + "leg_back_right3": { + "rotation": [10, 0, 0] + }, + "tail_left": { + "rotation": [-5, 0, 0] + }, + "tail_left2": { + "rotation": [17.61435, 9.91358, -6.18155] + }, + "tail_left3": { + "rotation": [12.92638, 14.63639, 3.31914] + }, + "tail_left4": { + "rotation": [0, 37.5, 0] + }, + "tail_left5": { + "rotation": [0, 52.5, 0] + }, + "tail_right": { + "rotation": [28.49002, 17.28889, 10.8585] + }, + "tail_right2": { + "rotation": [-2.61298, -9.65594, 15.22074] + }, + "tail_right3": { + "rotation": [0, -15, 0] + }, + "tail_right4": { + "rotation": [0, -27.5, 0] + }, + "tail_right5": { + "rotation": [0, -17.5, 0] + } + } + }, + "animation.tauros.cry": { + "animation_length": 2.125, + "bones": { + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [3, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0.41, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [2.54, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-25.0209, 2.26564, -1.0571], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-28.97053, 1.96592, -0.90958], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-27.05903, 1.51496, -0.69057], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-29.04105, 1.01977, -0.45016], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-28.03083, -0.29418, 0.18797], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-29.39821, -3.12415, 1.55957], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-9.4956, -1.78923, 0.88879], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [2, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.5417": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_front_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": [0, 0, 0], + "1.7917": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": [0, 0, 0], + "1.7917": [0, 0, 0] + } + }, + "leg_front_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [55, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": [0, 0, 0], + "1.7917": [0, 0, 0] + } + }, + "leg_front_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": [0, 0, 0], + "1.7917": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, -1, 1.25], + "lerp_mode": "catmullrom" + }, + "0.5417": [0, 0, 0], + "1.7917": [0, 0, 0] + } + }, + "leg_front_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [28, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": [0, 0, 0], + "1.7917": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5417": [0, 0, 0], + "1.7917": [0, 0, 0] + } + }, + "leg_front_left3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-0.00259, -0.29316, -0.18789], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "position": { + "0.0": [0, 0, 0], + "0.5833": [0, 0, 0], + "0.625": [0, -0.4, 0], + "0.6667": [0, 0, 0], + "0.7083": [0, -0.1, 0], + "0.75": [0, 0, 0], + "0.7917": [0, -0.1, 0], + "0.8333": [0, 0, 0] + } + } + }, + "sound_effects": { + "0.625": { + "effect": "pokemon.tauros.cry" + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/tauros/tauros_blaze.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/tauros/tauros_blaze.animation.json new file mode 100644 index 0000000..526edca --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/tauros/tauros_blaze.animation.json @@ -0,0 +1,797 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.tauros.ground_walk": { + "loop": true, + "bones": { + "body": { + "rotation": [0, 0, "math.clamp(math.sin(q.anim_time*90*4-90)*1,-0.8,0.8)+math.sin(q.anim_time*90*4-180)*1"], + "position": [0, "-1.75+math.clamp(math.sin(q.anim_time*90*4)*1.1,0.5,1)+math.clamp(math.sin(q.anim_time*90*4+180)*1.1,0.5,1)", 0] + }, + "torso": { + "rotation": ["math.sin(q.anim_time*90*4-90)*0.5+0.5", 0, 0] + }, + "head": { + "rotation": [ + "-math.sin(q.anim_time*90*4-90)*0.5+math.sin(q.anim_time*90*4*2-45)*1", + 0, + "-math.clamp(math.sin(q.anim_time*90*4-90)*1,-0.8,0.8)-math.sin(q.anim_time*90*4-180)*1" + ], + "position": ["math.sin(q.anim_time*90*4-45)*0.1", "math.sin(-q.anim_time*90*4*2-45)*0.1", 0] + }, + "mane_top": { + "rotation": ["math.sin(q.anim_time*90*8+90)*4-4", 0, 0] + }, + "mane_bottom": { + "rotation": ["-math.sin(q.anim_time*90*8+90)*4-4", 0, 0] + }, + "tail": { + "relative_to": { + "rotation": "entity" + }, + "rotation": ["-math.sin(q.anim_time*90*3-33*5-120)*10-2.5", "0-math.sin(q.anim_time*90*1.5-33*5-120)*4", 0] + }, + "tail2": { + "relative_to": { + "rotation": "entity" + }, + "rotation": ["25-math.sin(q.anim_time*90*3-33*6-120)*8", "0+math.sin(q.anim_time*90*1.5-33*6-120)*6", 0], + "position": [0, -0.1, -1.1] + }, + "tail3": { + "relative_to": { + "rotation": "entity" + }, + "rotation": ["2.5-math.sin(q.anim_time*90*3-33*7-120)*8", "0+math.sin(q.anim_time*90*1.5-33*4-120)*8", 0], + "position": [0, 0, -0.1] + }, + "tail4": { + "rotation": ["-45-math.sin(q.anim_time*90*3-33*8-120)*8", "0+math.sin(q.anim_time*90*1.5-33*3-120)*8", 0] + }, + "tail5": { + "rotation": ["-math.sin(q.anim_time*90*3-33*9-120)*10", "-math.sin(q.anim_time*90*1.5-33*2-120)*10", 0] + }, + "leg_front_right": { + "rotation": [ + "20-math.clamp(20*(math.sin(q.anim_time*90*4-90+33+180)*1+1),-0,60)", + 0, + "math.clamp(math.sin(q.anim_time*90*4-90+180)*1,-0.8,0.8)+math.sin(q.anim_time*90*4-180*0)*1" + ], + "position": [ + 0, + "0.8*(math.clamp(math.sin(q.anim_time*90*4-155+180)*1.6,1,1.6)-0.2)+0.5*(math.clamp(math.sin(q.anim_time*90*4-75+180)*1.8,1,1.8)-1)-0.2*(math.clamp(math.sin(q.anim_time*90*4+180)*1.4,1,1.4)+1)-math.clamp(math.sin(q.anim_time*90*4)*1,0,0.75)", + 0 + ] + }, + "leg_front_right2": { + "rotation": [ + "math.clamp(math.sin(q.anim_time*90*4-180*1+33)*40,0,40)+(math.clamp(math.sin(q.anim_time*90*2-90*3)*1,0.5,1)*1-0.5)*30+(math.clamp(math.sin(q.anim_time*90*2-90*1)*1,0.5,1)*1-0.5)*30", + 0, + 0 + ] + }, + "leg_front_right3": { + "rotation": ["-20+math.clamp(10*(math.sin(q.anim_time*90*4-90-180*1)*1+1),-0,60)+math.clamp(math.sin(q.anim_time*90*4-180*1+10)*30,-2.5,30)", 0, 0], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4-120+180)*1.1,0.9,1)-0.9+math.clamp(math.sin(q.anim_time*90*2-130+90)*1.3,0.9,1)-0.9", 0] + }, + "leg_front_left": { + "rotation": [ + "20-math.clamp(20*(math.sin(q.anim_time*90*4-90+33)*1+1),-0,60)", + 0, + "-math.clamp(math.sin(q.anim_time*90*4-90)*1,-0.8,0.8)-math.sin(q.anim_time*90*4-180)*1" + ], + "position": [ + 0, + "0.8*(math.clamp(math.sin(q.anim_time*90*4-155)*1.6,1,1.6)-0.2)+0.5*(math.clamp(math.sin(q.anim_time*90*4-75)*1.8,1,1.8)-1)-0.2*(math.clamp(math.sin(q.anim_time*90*4)*1.4,1,1.4)+1)-math.clamp(math.sin(q.anim_time*90*4-180)*1,0,0.75)", + 0 + ] + }, + "leg_front_left2": { + "rotation": [ + "math.clamp(math.sin(q.anim_time*90*4-180*0+33)*40,0,40)+(math.clamp(math.sin(q.anim_time*90*2-90*0)*1,0.5,1)*1-0.5)*30+(math.clamp(math.sin(q.anim_time*90*2-90*2)*1,0.5,1)*1-0.5)*30", + 0, + 0 + ] + }, + "leg_front_left3": { + "rotation": ["-20+math.clamp(10*(math.sin(q.anim_time*90*4-90-180*0)*1+1),-0,60)+math.clamp(math.sin(q.anim_time*90*4-180*0+10)*30,-5,30)", 0, 0], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4-120)*1.1,0.9,1)-0.9+math.clamp(math.sin(q.anim_time*90*2-130)*1.3,0.9,1)-0.9", 0] + }, + "leg_back_right": { + "rotation": [ + "-20+math.clamp(15*(math.sin(q.anim_time*90*4-90+180)*1+1),-0,60)", + 0, + "math.clamp(math.sin(q.anim_time*90*4-90+180)*1,-0.8,0.8)+math.sin(q.anim_time*90*4-180*0)*1" + ], + "position": [ + 0, + "-math.clamp(-math.sin(q.anim_time*90*4+90+180*1)*0.01,0,0.01)+math.clamp(-math.sin(q.anim_time*90*4+20+180*1)*1,0.4,1)-0.4+math.clamp(math.sin(q.anim_time*90*4-130+180*1)*1.5,0.4,0.6)-0.3+(math.clamp(-math.sin(q.anim_time*90*2+70+180*1)*1,0.5,1)-0.5)*0.5+(math.clamp(-math.sin(q.anim_time*90*2+70+180*0)*1,0.5,1)+0.5)*0.5", + 0 + ] + }, + "leg_back_right2": { + "rotation": [ + "math.clamp(math.sin(q.anim_time*90*4+180)*10,0,10)-math.clamp(math.sin(q.anim_time*90*4-95+180)*10,0,45)-math.clamp(math.sin(q.anim_time*90*4+180*0)*10,0,45)", + 0, + 0 + ], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4-130+180)*1,0.5,1)-math.clamp(math.sin(q.anim_time*90*4-40+180)*1,0.75,1)+0.25", 0] + }, + "leg_back_right3": { + "rotation": [ + "-math.clamp(math.sin(q.anim_time*90*4+180*1)*10,0,10)+math.clamp(math.sin(q.anim_time*90*4+10+180*0)*25,0,45)-(-20+math.clamp(11*(math.sin(q.anim_time*90*4-90+180*1)*1+1),-0,60))+math.clamp(math.sin(q.anim_time*90*4-130+180*1)*00,50,100)-50", + 0, + 0 + ], + "position": [0, "(math.clamp(math.sin(q.anim_time*90*4-110+180*0)*1,0.5,1)-0.5)*0.7", 0] + }, + "leg_back_left": { + "rotation": [ + "-20+math.clamp(15*(math.sin(q.anim_time*90*4-90)*1+1),-0,60)", + 0, + "-math.clamp(math.sin(q.anim_time*90*4-90)*1,-0.8,0.8)-math.sin(q.anim_time*90*4-180)*1" + ], + "position": [ + 0, + "-math.clamp(-math.sin(q.anim_time*90*4+90+180*0)*0.01,0,0.01)+math.clamp(-math.sin(q.anim_time*90*4+20+180*0)*1,0.4,1)-0.4+math.clamp(math.sin(q.anim_time*90*4-130+180*0)*1.5,0.4,0.6)-0.3+(math.clamp(-math.sin(q.anim_time*90*2+70+180*0)*1,0.5,1)-0.5)*0.5+(math.clamp(-math.sin(q.anim_time*90*2+70+180*1)*1,0.5,1)+0)*0.5", + 0 + ] + }, + "leg_back_left2": { + "rotation": [ + "math.clamp(math.sin(q.anim_time*90*4)*10,0,10)-math.clamp(math.sin(q.anim_time*90*4-95)*10,0,45)-math.clamp(math.sin(q.anim_time*90*4+180)*10,0,45)", + 0, + 0 + ], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4-130)*1,0.5,1)-math.clamp(math.sin(q.anim_time*90*4-40)*1,0.75,1)+0.25", 0] + }, + "leg_back_left3": { + "rotation": [ + "-math.clamp(math.sin(q.anim_time*90*4+180*0)*10,0,10)+math.clamp(math.sin(q.anim_time*90*4+10+180*1)*25,0,45)-(-20+math.clamp(11*(math.sin(q.anim_time*90*4-90+180*0)*1+1),-0,60))+math.clamp(math.sin(q.anim_time*90*4-130+180*0)*00,50,100)-50", + 0, + 0 + ], + "position": [0, "(math.clamp(math.sin(q.anim_time*90*4-110+180)*1,0.5,1)-0.5)*0.7", 0] + }, + "tail6": { + "rotation": ["-math.sin(q.anim_time*90*3-33*9+120)*6", "-math.sin(q.anim_time*90*1.5-33*2+120)*10", 0] + }, + "tail7": { + "rotation": ["-math.sin(q.anim_time*90*3-33*5-120)*10-2.7505", "9.0354-math.sin(q.anim_time*90*1.5-33*5-120)*4", -4.29685] + }, + "tail10": { + "rotation": ["-math.sin(q.anim_time*90*3-33*5-120)*10+18.2495", "9.0354-math.sin(q.anim_time*90*1.5-33*5-120)*4", -4.29685], + "position": [0, -0.2, 0] + } + } + }, + "animation.tauros.ground_idle": { + "loop": true, + "animation_length": 1, + "bones": { + "torso": { + "rotation": { + "0.0": [2.5, 0, 0], + "0.5": [7.5, 0, 0], + "1.0": [2.5, 0, 0] + } + }, + "head_angle": { + "rotation": { + "0.0": [12.5, 0, 0], + "0.5": [0, 0, 0], + "1.0": [12.5, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [20, 0, 0], + "1.0": [20, 0, 0] + } + }, + "tail3": { + "rotation": { + "0.0": [7.5, 0, 0], + "0.5": [-7.5, 0, 0], + "1.0": [7.5, 0, 0] + } + }, + "tail5": { + "rotation": { + "0.0": [37.5, 0, 0], + "0.375": [2.5, 0, 0], + "1.0": [37.5, 0, 0] + } + }, + "leg_front_right": { + "rotation": { + "0.0": [0, 0, 7.5], + "0.5": [0, 0, 0], + "1.0": [0, 0, 7.5] + } + }, + "leg_front_right2": { + "rotation": { + "0.0": [0, 0, -10], + "0.5": [0, 0, 0], + "1.0": [0, 0, -10] + } + }, + "leg_front_left": { + "rotation": { + "0.0": [2.47864, 0.32621, -7.49294], + "0.5": [2.49762, 0.10901, -2.49762], + "1.0": [2.47864, 0.32621, -7.49294] + } + }, + "leg_front_left2": { + "rotation": [0, 0, 7.5] + }, + "leg_back_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [7.5, 0, 0], + "1.0": [0, 0, 0] + } + }, + "leg_back_right2": { + "rotation": { + "0.0": [-5, 0, 0], + "0.5": [-17.5, 0, 0], + "1.0": [-5, 0, 0] + } + }, + "leg_back_right3": { + "rotation": { + "0.0": [10, 0, 0], + "0.5": [32.5, 0, 0], + "1.0": [10, 0, 0] + } + }, + "leg_back_left": { + "rotation": { + "0.0": [-5, 0, 0], + "0.5": [2.51862, -0.00539, -0.30445], + "1.0": [-5, 0, 0] + } + }, + "leg_back_left2": { + "rotation": [-7.5, 0, 0] + }, + "leg_back_left3": { + "rotation": [27.5, 0, 0] + } + } + }, + "animation.tauros.blink": { + "animation_length": 0.1667, + "bones": { + "eyelid_right": { + "position": { + "0.0": [-0.1, 0, -0.1], + "0.125": [-0.1, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_left": { + "position": { + "0.0": [0.1, 0, -0.1], + "0.125": [0.1, 0, -0.1], + "0.1667": [0, 0, 0] + } + } + } + }, + "animation.tauros.cry": { + "animation_length": 2.125, + "bones": { + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [3, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0.41, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [2.54, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-25.0209, 2.26564, -1.0571], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-28.97053, 1.96592, -0.90958], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-27.05903, 1.51496, -0.69057], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-29.04105, 1.01977, -0.45016], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-28.03083, -0.29418, 0.18797], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-29.39821, -3.12415, 1.55957], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-9.4956, -1.78923, 0.88879], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [2, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.5417": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_front_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": [0, 0, 0], + "1.7917": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": [0, 0, 0], + "1.7917": [0, 0, 0] + } + }, + "leg_front_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [55, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": [0, 0, 0], + "1.7917": [0, 0, 0] + } + }, + "leg_front_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": [0, 0, 0], + "1.7917": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, -1, 1.25], + "lerp_mode": "catmullrom" + }, + "0.5417": [0, 0, 0], + "1.7917": [0, 0, 0] + } + }, + "leg_front_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [28, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": [0, 0, 0], + "1.7917": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5417": [0, 0, 0], + "1.7917": [0, 0, 0] + } + }, + "leg_front_left3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-0.00259, -0.29316, -0.18789], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "position": { + "0.0": [0, 0, 0], + "0.5833": [0, 0, 0], + "0.625": [0, -0.4, 0], + "0.6667": [0, 0, 0], + "0.7083": [0, -0.1, 0], + "0.75": [0, 0, 0], + "0.7917": [0, -0.1, 0], + "0.8333": [0, 0, 0] + } + } + }, + "sound_effects": { + "0.625": { + "effect": "pokemon.tauros.cry" + } + } + }, + "animation.tauros.ground_run": { + "loop": true, + "bones": { + "body": { + "rotation": ["-math.sin(q.anim_time*90*4*2+45)*6", 0, 0], + "position": [ + 0, + "-1.5+math.clamp(math.sin(q.anim_time*90*4)*1.1,0.4,1.1)+math.clamp(math.sin(q.anim_time*90*4+180)*1.1,0.4,1.1)", + "math.sin(q.anim_time*90*4*2-33)*1" + ] + }, + "torso": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "head": { + "rotation": ["math.sin(q.anim_time*90*4*2+45)*6+math.sin(q.anim_time*90*4*2-45)*4", 0, 0], + "position": ["math.sin(q.anim_time*90*4-45)*0.1", "math.sin(-q.anim_time*90*4*2-45)*0.1", 0] + }, + "mane_top": { + "rotation": ["-math.sin(q.anim_time*90*4*2-45)*20-5", 0, 0] + }, + "mane_bottom": { + "rotation": ["-math.sin(q.anim_time*90*4*2)*20+10", 0, 0] + }, + "tail_right": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*4+45)*10+5", "math.sin(q.anim_time*90*2-33*4)*1+5", 0] + }, + "tail_right2": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*5+45)*12", "-math.sin(q.anim_time*90*2-33*5)*2+5", 0] + }, + "tail_right3": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*6+45)*14", "-math.sin(q.anim_time*90*2-33*6)*3+2.5", 0] + }, + "tail_right4": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*7+45)*16", "-math.sin(q.anim_time*90*2-33*7)*3+5", 0] + }, + "tail_right5": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*8+45)*16", "-math.sin(q.anim_time*90*2-33*8)*6", 0] + }, + "tail": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*5+45)*10+5", "-math.sin(q.anim_time*90*4-33*6+45)*2", 0] + }, + "tail2": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*6+45)*12", "-math.sin(q.anim_time*90*4-33*7+45)*2", 0] + }, + "tail3": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*7+45)*14", "-math.sin(q.anim_time*90*4-33*8+45)*2", 0] + }, + "tail4": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*8+45)*16", "-math.sin(q.anim_time*90*4-33*9+45)*2", 0] + }, + "tail5": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*9+45)*16", "-math.sin(q.anim_time*90*4-33*10+45)*4", 0] + }, + "tail_left": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*3+45)*12+5", "-math.sin(q.anim_time*90*2-33*3+180)*1-5", 0] + }, + "tail_left2": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*4+45)*10", "math.sin(q.anim_time*90*2-33*4+180)*2-5", 0] + }, + "tail_left3": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*5+45)*14", "math.sin(q.anim_time*90*2-33*5+180)*3-2.5", 0] + }, + "tail_left4": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*6+45)*16", "math.sin(q.anim_time*90*2-33*6+180)*3-5", 0] + }, + "tail_left5": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*7+45)*16", "math.sin(q.anim_time*90*2-33*7+180)*6", 0] + }, + "leg_front_right": { + "rotation": ["15-math.clamp(30*(math.sin(q.anim_time*90*4*2-90)*1+1),-0,60)", 0, 0], + "position": [ + 0, + "0.8*(math.clamp(math.sin(q.anim_time*90*4*2-155)*1.6,1,1.6)-0.2)+0.5*(math.clamp(math.sin(q.anim_time*90*4*2-75)*1.8,1,1.8)-1)-0.2*(math.clamp(math.sin(q.anim_time*90*4*2)*1.4,1,1.4)+1)", + 0 + ] + }, + "leg_front_right2": { + "rotation": [ + "5+math.clamp(math.sin(q.anim_time*90*4*2-180*0)*50,-10,50)+(math.clamp(math.sin(q.anim_time*90*2*2-180*0)*1,0.6,1)*1-0.5)*50+(math.clamp(math.sin(q.anim_time*90*2*2-180*1)*1,0.6,1)*1-0.5)*50", + 0, + 0 + ] + }, + "leg_front_right3": { + "rotation": ["-12.5+math.clamp(30*(math.sin(q.anim_time*90*4*2-90-180*0)*1+1),-0,60)+math.clamp(math.sin(q.anim_time*90*4*2-180*0+10)*70,0,100)", 0, 0], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4*2-120)*1.1,0.9,1)-0.9+math.clamp(math.sin(q.anim_time*90*2*2-130)*1.3,0.9,1)-0.9", 0] + }, + "leg_front_left": { + "rotation": ["15-math.clamp(30*(math.sin(q.anim_time*90*4*2-90)*1+1),-0,60)", 0, 0], + "position": [ + 0, + "0.8*(math.clamp(math.sin(q.anim_time*90*4*2-155)*1.6,1,1.6)-0.2)+0.5*(math.clamp(math.sin(q.anim_time*90*4*2-75)*1.8,1,1.8)-1)-0.2*(math.clamp(math.sin(q.anim_time*90*4*2)*1.4,1,1.4)+1)", + 0 + ] + }, + "leg_front_left2": { + "rotation": [ + "5+math.clamp(math.sin(q.anim_time*90*4*2-180*0)*50,-10,50)+(math.clamp(math.sin(q.anim_time*90*2*2-180*0)*1,0.6,1)*1-0.5)*50+(math.clamp(math.sin(q.anim_time*90*2*2-180*1)*1,0.6,1)*1-0.5)*50", + 0, + 0 + ] + }, + "leg_front_left3": { + "rotation": ["-12.5+math.clamp(30*(math.sin(q.anim_time*90*4*2-90-180*0)*1+1),-0,60)+math.clamp(math.sin(q.anim_time*90*4*2-180*0+10)*70,0,100)", 0, 0], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4*2-120)*1.1,0.9,1)-0.9+math.clamp(math.sin(q.anim_time*90*2*2-130)*1.3,0.9,1)-0.9", 0] + }, + "leg_back_right": { + "rotation": ["-20+math.clamp(25*(math.sin(q.anim_time*90*4*2-90)*1+1),-0,48)+5*math.sin(q.anim_time*90*4*2-90)", 0, 0], + "position": [ + 0, + "-(math.clamp(-math.sin(q.anim_time*90*4*2+50)*1,0.5,1)-0.5)*0.5+(math.clamp(-math.sin(q.anim_time*90*2*2+70+180*0)*1,0.5,1)-0.5)*2+(math.clamp(-math.sin(q.anim_time*90*2*2+70+180*1)*1,0.5,1)-0.5)*2", + -0.1 + ] + }, + "leg_back_right2": { + "rotation": [ + "math.clamp(math.sin(q.anim_time*90*4*2)*10,0,10)+math.clamp(math.sin(q.anim_time*90*4*2-95)*20,0,45)-math.clamp(math.sin(q.anim_time*90*4*2+180)*50,0,45)", + 0, + 0 + ], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4-130)*1,0.5,1)-math.clamp(math.sin(q.anim_time*90*4-40)*1,0.75,1)+0.25", 0] + }, + "leg_back_right3": { + "rotation": [ + "-math.clamp(math.sin(q.anim_time*90*4*2+180*0)*10,0,10)+math.clamp(math.sin(q.anim_time*90*4*2+10+180*1)*25,0,45)-(-20+math.clamp(11*(math.sin(q.anim_time*90*4*2-90+180*0)*1+1),-0,60))+math.clamp(math.sin(q.anim_time*90*4*2-130+180*0)*00,50,100)-50", + 0, + 0 + ], + "position": [0, "(math.clamp(math.sin(q.anim_time*90*4-110+180)*1,0.5,1)-0.5)*0.7", 0] + }, + "leg_back_left": { + "rotation": ["-20+math.clamp(25*(math.sin(q.anim_time*90*4*2-90)*1+1),-0,48)+5*math.sin(q.anim_time*90*4*2-90)", 0, 0], + "position": [ + 0, + "-(math.clamp(-math.sin(q.anim_time*90*4*2+50)*1,0.5,1)-0.5)*0.5+(math.clamp(-math.sin(q.anim_time*90*2*2+70+180*0)*1,0.5,1)-0.5)*2+(math.clamp(-math.sin(q.anim_time*90*2*2+70+180*1)*1,0.5,1)-0.5)*2", + -0.1 + ] + }, + "leg_back_left2": { + "rotation": [ + "math.clamp(math.sin(q.anim_time*90*4*2)*10,0,10)+math.clamp(math.sin(q.anim_time*90*4*2-95)*20,0,45)-math.clamp(math.sin(q.anim_time*90*4*2+180)*50,0,45)", + 0, + 0 + ], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4-130)*1,0.5,1)-math.clamp(math.sin(q.anim_time*90*4-40)*1,0.75,1)+0.25", 0] + }, + "leg_back_left3": { + "rotation": [ + "-math.clamp(math.sin(q.anim_time*90*4*2+180*0)*10,0,10)+math.clamp(math.sin(q.anim_time*90*4*2+10+180*1)*25,0,45)-(-20+math.clamp(11*(math.sin(q.anim_time*90*4*2-90+180*0)*1+1),-0,60))+math.clamp(math.sin(q.anim_time*90*4*2-130+180*0)*00,50,100)-50", + 0, + 0 + ], + "position": [0, "(math.clamp(math.sin(q.anim_time*90*4-110+180)*1,0.5,1)-0.5)*0.7", 0] + }, + "head_angle": { + "rotation": [15, 0, 0] + }, + "tail_right6": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*8+45)*14", "-math.sin(q.anim_time*90*2-33*8)*10", 0] + }, + "tail6": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*9+45)*14", "-math.sin(q.anim_time*90*4-33*10+45)*6", 0] + }, + "tail_left6": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*7+45)*14", "math.sin(q.anim_time*90*2-33*7+180)*10", 0] + } + } + }, + "animation.tauros.render": { + "loop": true, + "bones": { + "torso": { + "rotation": [5, 0, 0] + }, + "head_angle": { + "rotation": [7.5, 0, 0] + }, + "tail_right": { + "rotation": [28.49002, 17.28889, 10.8585] + }, + "tail_right2": { + "rotation": [-2.61298, -9.65594, 15.22074] + }, + "tail_right3": { + "rotation": [0, -15, 0] + }, + "tail_right4": { + "rotation": [0, -27.5, 0] + }, + "tail_right5": { + "rotation": [0, -17.5, 0] + }, + "tail": { + "rotation": [47.5, 0, 0] + }, + "tail2": { + "rotation": [10.15375, 12.42297, 0.88796] + }, + "tail3": { + "rotation": [-5.03364, 9.99043, -0.22117] + }, + "tail4": { + "rotation": [0, 7.5, 0] + }, + "tail5": { + "rotation": [17.5, -5, -5] + }, + "tail_left": { + "rotation": [-5, 0, 0] + }, + "tail_left2": { + "rotation": [17.61435, 9.91358, -6.18155] + }, + "tail_left3": { + "rotation": [12.92638, 14.63639, 3.31914] + }, + "tail_left4": { + "rotation": [0, 37.5, 0] + }, + "tail_left5": { + "rotation": [0, 52.5, 0] + }, + "leg_front_right": { + "rotation": [-7.5, 0, 0] + }, + "leg_front_right2": { + "rotation": [22.5, 0, 0] + }, + "leg_front_right3": { + "rotation": [22.5, 0, 0] + }, + "leg_front_left2": { + "rotation": [-7.5, 0, 0] + }, + "leg_front_left3": { + "rotation": [7.5, 0, 0] + }, + "leg_back_right2": { + "rotation": [-10, 0, 0] + }, + "leg_back_right3": { + "rotation": [10, 0, 0] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/tauros/tauros_combat.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/tauros/tauros_combat.animation.json new file mode 100644 index 0000000..49750ce --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/tauros/tauros_combat.animation.json @@ -0,0 +1,844 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.tauros.ground_walk": { + "loop": true, + "bones": { + "body": { + "rotation": [0, 0, "math.clamp(math.sin(q.anim_time*90*4-90)*1,-0.8,0.8)+math.sin(q.anim_time*90*4-180)*1"], + "position": [0, "-1.75+math.clamp(math.sin(q.anim_time*90*4)*1.1,0.5,1)+math.clamp(math.sin(q.anim_time*90*4+180)*1.1,0.5,1)", 0] + }, + "torso": { + "rotation": ["math.sin(q.anim_time*90*4-90)*0.5+0.5", 0, 0] + }, + "head": { + "rotation": [ + "-math.sin(q.anim_time*90*4-90)*0.5+math.sin(q.anim_time*90*4*2-45)*1", + 0, + "-math.clamp(math.sin(q.anim_time*90*4-90)*1,-0.8,0.8)-math.sin(q.anim_time*90*4-180)*1" + ], + "position": ["math.sin(q.anim_time*90*4-45)*0.1", "math.sin(-q.anim_time*90*4*2-45)*0.1", 0] + }, + "mane_top": { + "rotation": ["math.sin(q.anim_time*90*8+90)*4-4", 0, 0] + }, + "mane_bottom": { + "rotation": ["-math.sin(q.anim_time*90*8+90)*4-4", 0, 0] + }, + "tail_right": { + "rotation": ["-math.sin(q.anim_time*90*3-33*5+120)*10+5", "-math.sin(q.anim_time*90*1.5-33*5+120)*4", 0] + }, + "tail_right2": { + "rotation": ["-math.sin(q.anim_time*90*3-33*6+120)*8", "math.sin(q.anim_time*90*1.5-33*6+120)*6", 0] + }, + "tail_right3": { + "rotation": ["-math.sin(q.anim_time*90*3-33*7+120)*8", "math.sin(q.anim_time*90*1.5-33*4+120)*8", 0] + }, + "tail_right4": { + "rotation": ["-math.sin(q.anim_time*90*3-33*8+120)*8", "math.sin(q.anim_time*90*1.5-33*3+120)*8", 0] + }, + "tail_right5": { + "rotation": ["-math.sin(q.anim_time*90*3-33*9+120)*10", "-math.sin(q.anim_time*90*1.5-33*2+120)*10", 0] + }, + "tail": { + "rotation": ["-math.sin(q.anim_time*90*3-33*5-120)*10+5", "-math.sin(q.anim_time*90*1.5-33*5-120)*4", 0] + }, + "tail2": { + "rotation": ["-math.sin(q.anim_time*90*3-33*6-120)*8", "math.sin(q.anim_time*90*1.5-33*6-120)*6", 0] + }, + "tail3": { + "rotation": ["-math.sin(q.anim_time*90*3-33*7-120)*8", "math.sin(q.anim_time*90*1.5-33*4-120)*8", 0] + }, + "tail4": { + "rotation": ["-math.sin(q.anim_time*90*3-33*8-120)*8", "math.sin(q.anim_time*90*1.5-33*3-120)*8", 0] + }, + "tail5": { + "rotation": ["-math.sin(q.anim_time*90*3-33*9-120)*10", "-math.sin(q.anim_time*90*1.5-33*2-120)*10", 0] + }, + "tail_left": { + "rotation": ["-math.sin(q.anim_time*90*3-33*5)*10+5", "-math.sin(q.anim_time*90*1.5-33*5)*4", 0] + }, + "tail_left2": { + "rotation": ["-math.sin(q.anim_time*90*3-33*6)*8", "math.sin(q.anim_time*90*1.5-33*6)*6", 0] + }, + "tail_left3": { + "rotation": ["-math.sin(q.anim_time*90*3-33*7)*8", "math.sin(q.anim_time*90*1.5-33*4)*8", 0] + }, + "tail_left4": { + "rotation": ["-math.sin(q.anim_time*90*3-33*8)*8", "math.sin(q.anim_time*90*1.5-33*3)*8", 0] + }, + "tail_left5": { + "rotation": ["-math.sin(q.anim_time*90*3-33*9)*10", "-math.sin(q.anim_time*90*1.5-33*2)*10", 0] + }, + "leg_front_right": { + "rotation": [ + "20-math.clamp(20*(math.sin(q.anim_time*90*4-90+33+180)*1+1),-0,60)", + 0, + "math.clamp(math.sin(q.anim_time*90*4-90+180)*1,-0.8,0.8)+math.sin(q.anim_time*90*4-180*0)*1" + ], + "position": [ + 0, + "0.8*(math.clamp(math.sin(q.anim_time*90*4-155+180)*1.6,1,1.6)-0.2)+0.5*(math.clamp(math.sin(q.anim_time*90*4-75+180)*1.8,1,1.8)-1)-0.2*(math.clamp(math.sin(q.anim_time*90*4+180)*1.4,1,1.4)+1)-math.clamp(math.sin(q.anim_time*90*4)*1,0,0.75)", + 0 + ] + }, + "leg_front_right2": { + "rotation": [ + "math.clamp(math.sin(q.anim_time*90*4-180*1+33)*40,0,40)+(math.clamp(math.sin(q.anim_time*90*2-90*3)*1,0.5,1)*1-0.5)*30+(math.clamp(math.sin(q.anim_time*90*2-90*1)*1,0.5,1)*1-0.5)*30", + 0, + 0 + ] + }, + "leg_front_right3": { + "rotation": ["-20+math.clamp(10*(math.sin(q.anim_time*90*4-90-180*1)*1+1),-0,60)+math.clamp(math.sin(q.anim_time*90*4-180*1+10)*30,-2.5,30)", 0, 0], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4-120+180)*1.1,0.9,1)-0.9+math.clamp(math.sin(q.anim_time*90*2-130+90)*1.3,0.9,1)-0.9", 0] + }, + "leg_front_left": { + "rotation": [ + "20-math.clamp(20*(math.sin(q.anim_time*90*4-90+33)*1+1),-0,60)", + 0, + "-math.clamp(math.sin(q.anim_time*90*4-90)*1,-0.8,0.8)-math.sin(q.anim_time*90*4-180)*1" + ], + "position": [ + 0, + "0.8*(math.clamp(math.sin(q.anim_time*90*4-155)*1.6,1,1.6)-0.2)+0.5*(math.clamp(math.sin(q.anim_time*90*4-75)*1.8,1,1.8)-1)-0.2*(math.clamp(math.sin(q.anim_time*90*4)*1.4,1,1.4)+1)-math.clamp(math.sin(q.anim_time*90*4-180)*1,0,0.75)", + 0 + ] + }, + "leg_front_left2": { + "rotation": [ + "math.clamp(math.sin(q.anim_time*90*4-180*0+33)*40,0,40)+(math.clamp(math.sin(q.anim_time*90*2-90*0)*1,0.5,1)*1-0.5)*30+(math.clamp(math.sin(q.anim_time*90*2-90*2)*1,0.5,1)*1-0.5)*30", + 0, + 0 + ] + }, + "leg_front_left3": { + "rotation": ["-20+math.clamp(10*(math.sin(q.anim_time*90*4-90-180*0)*1+1),-0,60)+math.clamp(math.sin(q.anim_time*90*4-180*0+10)*30,-5,30)", 0, 0], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4-120)*1.1,0.9,1)-0.9+math.clamp(math.sin(q.anim_time*90*2-130)*1.3,0.9,1)-0.9", 0] + }, + "leg_back_right": { + "rotation": [ + "-20+math.clamp(15*(math.sin(q.anim_time*90*4-90+180)*1+1),-0,60)", + 0, + "math.clamp(math.sin(q.anim_time*90*4-90+180)*1,-0.8,0.8)+math.sin(q.anim_time*90*4-180*0)*1" + ], + "position": [ + 0, + "-math.clamp(-math.sin(q.anim_time*90*4+90+180*1)*0.01,0,0.01)+math.clamp(-math.sin(q.anim_time*90*4+20+180*1)*1,0.4,1)-0.4+math.clamp(math.sin(q.anim_time*90*4-130+180*1)*1.5,0.4,0.6)-0.3+(math.clamp(-math.sin(q.anim_time*90*2+70+180*1)*1,0.5,1)-0.5)*0.5+(math.clamp(-math.sin(q.anim_time*90*2+70+180*0)*1,0.5,1)+0.5)*0.5", + 0 + ] + }, + "leg_back_right2": { + "rotation": [ + "math.clamp(math.sin(q.anim_time*90*4+180)*10,0,10)-math.clamp(math.sin(q.anim_time*90*4-95+180)*10,0,45)-math.clamp(math.sin(q.anim_time*90*4+180*0)*10,0,45)", + 0, + 0 + ], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4-130+180)*1,0.5,1)-math.clamp(math.sin(q.anim_time*90*4-40+180)*1,0.75,1)+0.25", 0] + }, + "leg_back_right3": { + "rotation": [ + "-math.clamp(math.sin(q.anim_time*90*4+180*1)*10,0,10)+math.clamp(math.sin(q.anim_time*90*4+10+180*0)*25,0,45)-(-20+math.clamp(11*(math.sin(q.anim_time*90*4-90+180*1)*1+1),-0,60))+math.clamp(math.sin(q.anim_time*90*4-130+180*1)*00,50,100)-50", + 0, + 0 + ], + "position": [0, "(math.clamp(math.sin(q.anim_time*90*4-110+180*0)*1,0.5,1)-0.5)*0.7", 0] + }, + "leg_back_left": { + "rotation": [ + "-20+math.clamp(15*(math.sin(q.anim_time*90*4-90)*1+1),-0,60)", + 0, + "-math.clamp(math.sin(q.anim_time*90*4-90)*1,-0.8,0.8)-math.sin(q.anim_time*90*4-180)*1" + ], + "position": [ + 0, + "-math.clamp(-math.sin(q.anim_time*90*4+90+180*0)*0.01,0,0.01)+math.clamp(-math.sin(q.anim_time*90*4+20+180*0)*1,0.4,1)-0.4+math.clamp(math.sin(q.anim_time*90*4-130+180*0)*1.5,0.4,0.6)-0.3+(math.clamp(-math.sin(q.anim_time*90*2+70+180*0)*1,0.5,1)-0.5)*0.5+(math.clamp(-math.sin(q.anim_time*90*2+70+180*1)*1,0.5,1)+0)*0.5", + 0 + ] + }, + "leg_back_left2": { + "rotation": [ + "math.clamp(math.sin(q.anim_time*90*4)*10,0,10)-math.clamp(math.sin(q.anim_time*90*4-95)*10,0,45)-math.clamp(math.sin(q.anim_time*90*4+180)*10,0,45)", + 0, + 0 + ], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4-130)*1,0.5,1)-math.clamp(math.sin(q.anim_time*90*4-40)*1,0.75,1)+0.25", 0] + }, + "leg_back_left3": { + "rotation": [ + "-math.clamp(math.sin(q.anim_time*90*4+180*0)*10,0,10)+math.clamp(math.sin(q.anim_time*90*4+10+180*1)*25,0,45)-(-20+math.clamp(11*(math.sin(q.anim_time*90*4-90+180*0)*1+1),-0,60))+math.clamp(math.sin(q.anim_time*90*4-130+180*0)*00,50,100)-50", + 0, + 0 + ], + "position": [0, "(math.clamp(math.sin(q.anim_time*90*4-110+180)*1,0.5,1)-0.5)*0.7", 0] + }, + "tail_right6": { + "rotation": ["-math.sin(q.anim_time*90*3-33*9+120)*6", "-math.sin(q.anim_time*90*1.5-33*2+120)*10", 0] + }, + "tail6": { + "rotation": ["-math.sin(q.anim_time*90*3-33*9+120)*6", "-math.sin(q.anim_time*90*1.5-33*2+120)*10", 0] + }, + "tail_left6": { + "rotation": ["-math.sin(q.anim_time*90*3-33*9)*6", "-math.sin(q.anim_time*90*1.5-33*2)*10", 0] + } + } + }, + "animation.tauros.ground_run": { + "loop": true, + "bones": { + "body": { + "rotation": ["-math.sin(q.anim_time*90*4*2+45)*6", 0, 0], + "position": [ + 0, + "-1.5+math.clamp(math.sin(q.anim_time*90*4)*1.1,0.4,1.1)+math.clamp(math.sin(q.anim_time*90*4+180)*1.1,0.4,1.1)", + "math.sin(q.anim_time*90*4*2-33)*1" + ] + }, + "torso": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "head": { + "rotation": ["math.sin(q.anim_time*90*4*2+45)*6+math.sin(q.anim_time*90*4*2-45)*4", 0, 0], + "position": ["math.sin(q.anim_time*90*4-45)*0.1", "math.sin(-q.anim_time*90*4*2-45)*0.1", 0] + }, + "mane_top": { + "rotation": ["-math.sin(q.anim_time*90*4*2-45)*20-5", 0, 0] + }, + "mane_bottom": { + "rotation": ["-math.sin(q.anim_time*90*4*2)*20+10", 0, 0] + }, + "tail_right": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*4+45)*10+5", "math.sin(q.anim_time*90*2-33*4)*1+5", 0] + }, + "tail_right2": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*5+45)*12", "-math.sin(q.anim_time*90*2-33*5)*2+5", 0] + }, + "tail_right3": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*6+45)*14", "-math.sin(q.anim_time*90*2-33*6)*3+2.5", 0] + }, + "tail_right4": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*7+45)*16", "-math.sin(q.anim_time*90*2-33*7)*3+5", 0] + }, + "tail_right5": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*8+45)*16", "-math.sin(q.anim_time*90*2-33*8)*6", 0] + }, + "tail": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*5+45)*10+5", "-math.sin(q.anim_time*90*4-33*6+45)*2", 0] + }, + "tail2": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*6+45)*12", "-math.sin(q.anim_time*90*4-33*7+45)*2", 0] + }, + "tail3": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*7+45)*14", "-math.sin(q.anim_time*90*4-33*8+45)*2", 0] + }, + "tail4": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*8+45)*16", "-math.sin(q.anim_time*90*4-33*9+45)*2", 0] + }, + "tail5": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*9+45)*16", "-math.sin(q.anim_time*90*4-33*10+45)*4", 0] + }, + "tail_left": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*3+45)*12+5", "-math.sin(q.anim_time*90*2-33*3+180)*1-5", 0] + }, + "tail_left2": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*4+45)*10", "math.sin(q.anim_time*90*2-33*4+180)*2-5", 0] + }, + "tail_left3": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*5+45)*14", "math.sin(q.anim_time*90*2-33*5+180)*3-2.5", 0] + }, + "tail_left4": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*6+45)*16", "math.sin(q.anim_time*90*2-33*6+180)*3-5", 0] + }, + "tail_left5": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*7+45)*16", "math.sin(q.anim_time*90*2-33*7+180)*6", 0] + }, + "leg_front_right": { + "rotation": ["15-math.clamp(30*(math.sin(q.anim_time*90*4*2-90)*1+1),-0,60)", 0, 0], + "position": [ + 0, + "0.8*(math.clamp(math.sin(q.anim_time*90*4*2-155)*1.6,1,1.6)-0.2)+0.5*(math.clamp(math.sin(q.anim_time*90*4*2-75)*1.8,1,1.8)-1)-0.2*(math.clamp(math.sin(q.anim_time*90*4*2)*1.4,1,1.4)+1)", + 0 + ] + }, + "leg_front_right2": { + "rotation": [ + "5+math.clamp(math.sin(q.anim_time*90*4*2-180*0)*50,-10,50)+(math.clamp(math.sin(q.anim_time*90*2*2-180*0)*1,0.6,1)*1-0.5)*50+(math.clamp(math.sin(q.anim_time*90*2*2-180*1)*1,0.6,1)*1-0.5)*50", + 0, + 0 + ] + }, + "leg_front_right3": { + "rotation": ["-12.5+math.clamp(30*(math.sin(q.anim_time*90*4*2-90-180*0)*1+1),-0,60)+math.clamp(math.sin(q.anim_time*90*4*2-180*0+10)*70,0,100)", 0, 0], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4*2-120)*1.1,0.9,1)-0.9+math.clamp(math.sin(q.anim_time*90*2*2-130)*1.3,0.9,1)-0.9", 0] + }, + "leg_front_left": { + "rotation": ["15-math.clamp(30*(math.sin(q.anim_time*90*4*2-90)*1+1),-0,60)", 0, 0], + "position": [ + 0, + "0.8*(math.clamp(math.sin(q.anim_time*90*4*2-155)*1.6,1,1.6)-0.2)+0.5*(math.clamp(math.sin(q.anim_time*90*4*2-75)*1.8,1,1.8)-1)-0.2*(math.clamp(math.sin(q.anim_time*90*4*2)*1.4,1,1.4)+1)", + 0 + ] + }, + "leg_front_left2": { + "rotation": [ + "5+math.clamp(math.sin(q.anim_time*90*4*2-180*0)*50,-10,50)+(math.clamp(math.sin(q.anim_time*90*2*2-180*0)*1,0.6,1)*1-0.5)*50+(math.clamp(math.sin(q.anim_time*90*2*2-180*1)*1,0.6,1)*1-0.5)*50", + 0, + 0 + ] + }, + "leg_front_left3": { + "rotation": ["-12.5+math.clamp(30*(math.sin(q.anim_time*90*4*2-90-180*0)*1+1),-0,60)+math.clamp(math.sin(q.anim_time*90*4*2-180*0+10)*70,0,100)", 0, 0], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4*2-120)*1.1,0.9,1)-0.9+math.clamp(math.sin(q.anim_time*90*2*2-130)*1.3,0.9,1)-0.9", 0] + }, + "leg_back_right": { + "rotation": ["-20+math.clamp(25*(math.sin(q.anim_time*90*4*2-90)*1+1),-0,48)+5*math.sin(q.anim_time*90*4*2-90)", 0, 0], + "position": [ + 0, + "-(math.clamp(-math.sin(q.anim_time*90*4*2+50)*1,0.5,1)-0.5)*0.5+(math.clamp(-math.sin(q.anim_time*90*2*2+70+180*0)*1,0.5,1)-0.5)*2+(math.clamp(-math.sin(q.anim_time*90*2*2+70+180*1)*1,0.5,1)-0.5)*2", + -0.1 + ] + }, + "leg_back_right2": { + "rotation": [ + "math.clamp(math.sin(q.anim_time*90*4*2)*10,0,10)+math.clamp(math.sin(q.anim_time*90*4*2-95)*20,0,45)-math.clamp(math.sin(q.anim_time*90*4*2+180)*50,0,45)", + 0, + 0 + ], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4-130)*1,0.5,1)-math.clamp(math.sin(q.anim_time*90*4-40)*1,0.75,1)+0.25", 0] + }, + "leg_back_right3": { + "rotation": [ + "-math.clamp(math.sin(q.anim_time*90*4*2+180*0)*10,0,10)+math.clamp(math.sin(q.anim_time*90*4*2+10+180*1)*25,0,45)-(-20+math.clamp(11*(math.sin(q.anim_time*90*4*2-90+180*0)*1+1),-0,60))+math.clamp(math.sin(q.anim_time*90*4*2-130+180*0)*00,50,100)-50", + 0, + 0 + ], + "position": [0, "(math.clamp(math.sin(q.anim_time*90*4-110+180)*1,0.5,1)-0.5)*0.7", 0] + }, + "leg_back_left": { + "rotation": ["-20+math.clamp(25*(math.sin(q.anim_time*90*4*2-90)*1+1),-0,48)+5*math.sin(q.anim_time*90*4*2-90)", 0, 0], + "position": [ + 0, + "-(math.clamp(-math.sin(q.anim_time*90*4*2+50)*1,0.5,1)-0.5)*0.5+(math.clamp(-math.sin(q.anim_time*90*2*2+70+180*0)*1,0.5,1)-0.5)*2+(math.clamp(-math.sin(q.anim_time*90*2*2+70+180*1)*1,0.5,1)-0.5)*2", + -0.1 + ] + }, + "leg_back_left2": { + "rotation": [ + "math.clamp(math.sin(q.anim_time*90*4*2)*10,0,10)+math.clamp(math.sin(q.anim_time*90*4*2-95)*20,0,45)-math.clamp(math.sin(q.anim_time*90*4*2+180)*50,0,45)", + 0, + 0 + ], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4-130)*1,0.5,1)-math.clamp(math.sin(q.anim_time*90*4-40)*1,0.75,1)+0.25", 0] + }, + "leg_back_left3": { + "rotation": [ + "-math.clamp(math.sin(q.anim_time*90*4*2+180*0)*10,0,10)+math.clamp(math.sin(q.anim_time*90*4*2+10+180*1)*25,0,45)-(-20+math.clamp(11*(math.sin(q.anim_time*90*4*2-90+180*0)*1+1),-0,60))+math.clamp(math.sin(q.anim_time*90*4*2-130+180*0)*00,50,100)-50", + 0, + 0 + ], + "position": [0, "(math.clamp(math.sin(q.anim_time*90*4-110+180)*1,0.5,1)-0.5)*0.7", 0] + }, + "head_angle": { + "rotation": [15, 0, 0] + }, + "tail_right6": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*8+45)*14", "-math.sin(q.anim_time*90*2-33*8)*10", 0] + }, + "tail6": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*9+45)*14", "-math.sin(q.anim_time*90*4-33*10+45)*6", 0] + }, + "tail_left6": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*7+45)*14", "math.sin(q.anim_time*90*2-33*7+180)*10", 0] + } + } + }, + "animation.tauros.ground_idle": { + "loop": true, + "bones": { + "torso": { + "rotation": ["math.sin(q.anim_time*90*4-90)*0.5+1", "math.sin(q.anim_time*90*2+33*1)*1", 0], + "position": [0, "-math.sin(q.anim_time*90*4-45)*0.15", 0] + }, + "head": { + "rotation": ["math.sin(q.anim_time*90*4+45)*1", 0, 0] + }, + "head_correction": { + "rotation": ["-math.sin(q.anim_time*90*4-90)*0.5-1", 0, 0] + }, + "mane_top": { + "rotation": ["math.sin(q.anim_time*90*4-45)*4-4", 0, 0] + }, + "mane_bottom": { + "rotation": ["-math.sin(q.anim_time*90*4-45)*4-4", 0, 0] + }, + "tail_right": { + "rotation": ["-math.sin(q.anim_time*90*3-33*5+120)*10+5", "-math.sin(q.anim_time*90*1.5-33*5+120)*4", 0] + }, + "tail_right2": { + "rotation": ["-math.sin(q.anim_time*90*3-33*6+120)*8", "math.sin(q.anim_time*90*1.5-33*6+120)*6", 0] + }, + "tail_right3": { + "rotation": ["-math.sin(q.anim_time*90*3-33*7+120)*8", "math.sin(q.anim_time*90*1.5-33*4+120)*8", 0] + }, + "tail_right4": { + "rotation": ["-math.sin(q.anim_time*90*3-33*8+120)*8", "math.sin(q.anim_time*90*1.5-33*3+120)*8", 0] + }, + "tail_right5": { + "rotation": ["-math.sin(q.anim_time*90*3-33*9+120)*10", "-math.sin(q.anim_time*90*1.5-33*2+120)*10", 0] + }, + "tail": { + "rotation": ["-math.sin(q.anim_time*90*3-33*5-120)*10+5", "-math.sin(q.anim_time*90*1.5-33*5-120)*4", 0] + }, + "tail2": { + "rotation": ["-math.sin(q.anim_time*90*3-33*6-120)*8", "math.sin(q.anim_time*90*1.5-33*6-120)*6", 0] + }, + "tail3": { + "rotation": ["-math.sin(q.anim_time*90*3-33*7-120)*8", "math.sin(q.anim_time*90*1.5-33*4-120)*8", 0] + }, + "tail4": { + "rotation": ["-math.sin(q.anim_time*90*3-33*8-120)*8", "math.sin(q.anim_time*90*1.5-33*3-120)*8", 0] + }, + "tail5": { + "rotation": ["-math.sin(q.anim_time*90*3-33*9-120)*10", "-math.sin(q.anim_time*90*1.5-33*2-120)*10", 0] + }, + "tail_left": { + "rotation": ["-math.sin(q.anim_time*90*3-33*5)*10+5", "-math.sin(q.anim_time*90*1.5-33*5)*4", 0] + }, + "tail_left2": { + "rotation": ["-math.sin(q.anim_time*90*3-33*6)*8", "math.sin(q.anim_time*90*1.5-33*6)*6", 0] + }, + "tail_left3": { + "rotation": ["-math.sin(q.anim_time*90*3-33*7)*8", "math.sin(q.anim_time*90*1.5-33*4)*8", 0] + }, + "tail_left4": { + "rotation": ["-math.sin(q.anim_time*90*3-33*8)*8", "math.sin(q.anim_time*90*1.5-33*3)*8", 0] + }, + "tail_left5": { + "rotation": ["-math.sin(q.anim_time*90*3-33*9)*10", "-math.sin(q.anim_time*90*1.5-33*2)*10", 0] + }, + "leg_front_right": { + "rotation": ["-math.sin(q.anim_time*90*4-66)*3-3", 0, "-math.sin(q.anim_time*90*2+66)*0.5-math.sin(q.anim_time*90*2-45)*0.2"], + "position": [ + "-math.sin(q.anim_time*90*2+33*1)*0.2", + "-0.15-math.sin(q.anim_time*90*4-75)*0.14-math.sin(q.anim_time*90*4+15)*0.02", + "math.sin(q.anim_time*90*4-66)*0.13" + ] + }, + "leg_front_right2": { + "rotation": ["math.sin(q.anim_time*90*4-66)*5+5", 0, 0], + "position": ["-0.1*(math.sin(q.anim_time*90*2+33*6)*1+1)+0.1", 0, 0] + }, + "leg_front_right3": { + "rotation": ["-math.sin(q.anim_time*90*4-66)*2-2", 0, 0] + }, + "leg_front_left": { + "rotation": ["-math.sin(q.anim_time*90*4-66)*3-3", 0, "-math.sin(q.anim_time*90*2+66)*0.5-math.sin(q.anim_time*90*2-45)*0.2"], + "position": [ + "-math.sin(q.anim_time*90*2+33*1)*0.2", + "-0.15-math.sin(q.anim_time*90*4-75)*0.14-math.sin(q.anim_time*90*4+15)*0.02", + "math.sin(q.anim_time*90*4-66)*0.13" + ] + }, + "leg_front_left2": { + "rotation": ["math.sin(q.anim_time*90*4-66)*5+5", 0, 0], + "position": ["-0.1*(math.sin(q.anim_time*90*2+33*6)*1+1)+0.1", 0, 0] + }, + "leg_front_left3": { + "rotation": ["-math.sin(q.anim_time*90*4-66)*2-2", 0, 0] + }, + "leg_back_right": { + "rotation": ["math.sin(q.anim_time*90*4-90)*1+3", 0, 0], + "position": [0, "-math.sin(q.anim_time*90*4-75)*0.15-0.25-math.sin(q.anim_time*90*4+15)*0.04", "math.sin(q.anim_time*90*4+60)*0.02"] + }, + "leg_back_right2": { + "rotation": ["-math.sin(q.anim_time*90*4-90)*2-6.5", 0, 0], + "position": [0, "(math.sin(q.anim_time*90*4-33*1)*1+1)*0.1-0.1", 0] + }, + "leg_back_right3": { + "rotation": ["-3.5-1*(math.sin(q.anim_time*90*4-90)*1+1+math.sin(q.anim_time*90*4-90)*2-2-math.sin(q.anim_time*90*4-90)*4-6)", 0, 0] + }, + "leg_back_left": { + "rotation": ["math.sin(q.anim_time*90*4-90)*1+3", 0, 0], + "position": [0, "-math.sin(q.anim_time*90*4-75)*0.15-0.25-math.sin(q.anim_time*90*4+15)*0.04", "math.sin(q.anim_time*90*4+60)*0.02"] + }, + "leg_back_left2": { + "rotation": ["-math.sin(q.anim_time*90*4-90)*2-6.5", 0, 0], + "position": [0, "(math.sin(q.anim_time*90*4-33*1)*1+1)*0.1-0.1", 0] + }, + "leg_back_left3": { + "rotation": ["-3.5-1*(math.sin(q.anim_time*90*4-90)*1+1+math.sin(q.anim_time*90*4-90)*2-2-math.sin(q.anim_time*90*4-90)*4-6)", 0, 0] + }, + "tail_right6": { + "rotation": ["-math.sin(q.anim_time*90*3-33*9+120)*6", "-math.sin(q.anim_time*90*1.5-33*2+120)*10", 0] + }, + "tail6": { + "rotation": ["-math.sin(q.anim_time*90*3-33*9-120)*6", "-math.sin(q.anim_time*90*1.5-33*2-120)*10", 0] + }, + "tail_left6": { + "rotation": ["-math.sin(q.anim_time*90*3-33*9)*6", "-math.sin(q.anim_time*90*1.5-33*2)*10", 0] + } + } + }, + "animation.tauros.render": { + "loop": true, + "bones": { + "torso": { + "rotation": [5, 0, 0] + }, + "head_angle": { + "rotation": [7.5, 0, 0] + }, + "tail_right": { + "rotation": [28.49002, 17.28889, 10.8585] + }, + "tail_right2": { + "rotation": [-2.61298, -9.65594, 15.22074] + }, + "tail_right3": { + "rotation": [0, -15, 0] + }, + "tail_right4": { + "rotation": [0, -27.5, 0] + }, + "tail_right5": { + "rotation": [0, -17.5, 0] + }, + "tail": { + "rotation": [47.5, 0, 0] + }, + "tail2": { + "rotation": [10.15375, 12.42297, 0.88796] + }, + "tail3": { + "rotation": [-5.03364, 9.99043, -0.22117] + }, + "tail4": { + "rotation": [0, 7.5, 0] + }, + "tail5": { + "rotation": [17.5, -5, -5] + }, + "tail_left": { + "rotation": [-5, 0, 0] + }, + "tail_left2": { + "rotation": [17.61435, 9.91358, -6.18155] + }, + "tail_left3": { + "rotation": [12.92638, 14.63639, 3.31914] + }, + "tail_left4": { + "rotation": [0, 37.5, 0] + }, + "tail_left5": { + "rotation": [0, 52.5, 0] + }, + "leg_front_right": { + "rotation": [-7.5, 0, 0] + }, + "leg_front_right2": { + "rotation": [22.5, 0, 0] + }, + "leg_front_right3": { + "rotation": [22.5, 0, 0] + }, + "leg_front_left2": { + "rotation": [-7.5, 0, 0] + }, + "leg_front_left3": { + "rotation": [7.5, 0, 0] + }, + "leg_back_right2": { + "rotation": [-10, 0, 0] + }, + "leg_back_right3": { + "rotation": [10, 0, 0] + } + } + }, + "animation.tauros.blink": { + "animation_length": 0.1667, + "bones": { + "eyelid_right": { + "position": { + "0.0": [-0.1, 0, -0.1], + "0.125": [-0.1, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_left": { + "position": { + "0.0": [0.1, 0, -0.1], + "0.125": [0.1, 0, -0.1], + "0.1667": [0, 0, 0] + } + } + } + }, + "animation.tauros.cry": { + "animation_length": 2.125, + "bones": { + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [3, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0.41, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [2.54, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-25.0209, 2.26564, -1.0571], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-28.97053, 1.96592, -0.90958], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-27.05903, 1.51496, -0.69057], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-29.04105, 1.01977, -0.45016], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-28.03083, -0.29418, 0.18797], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-29.39821, -3.12415, 1.55957], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-9.4956, -1.78923, 0.88879], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [2, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.5417": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_front_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": [0, 0, 0], + "1.7917": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": [0, 0, 0], + "1.7917": [0, 0, 0] + } + }, + "leg_front_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [55, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": [0, 0, 0], + "1.7917": [0, 0, 0] + } + }, + "leg_front_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": [0, 0, 0], + "1.7917": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, -1, 1.25], + "lerp_mode": "catmullrom" + }, + "0.5417": [0, 0, 0], + "1.7917": [0, 0, 0] + } + }, + "leg_front_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [28, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": [0, 0, 0], + "1.7917": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5417": [0, 0, 0], + "1.7917": [0, 0, 0] + } + }, + "leg_front_left3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-0.00259, -0.29316, -0.18789], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "position": { + "0.0": [0, 0, 0], + "0.5833": [0, 0, 0], + "0.625": [0, -0.4, 0], + "0.6667": [0, 0, 0], + "0.7083": [0, -0.1, 0], + "0.75": [0, 0, 0], + "0.7917": [0, -0.1, 0], + "0.8333": [0, 0, 0] + } + } + }, + "sound_effects": { + "0.625": { + "effect": "pokemon.tauros.cry" + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/thundurus/thundurus.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/thundurus/thundurus.animation.json new file mode 100644 index 0000000..2e5d7cd --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/thundurus/thundurus.animation.json @@ -0,0 +1,3904 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.thundurus.cry": { + "animation_length": 1.9167, + "bones": { + "arm_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [16.98216, -14.98328, -49.74943], + "1.0": [16.98216, -14.98328, -49.74943], + "1.75": [0, 0, 0] + } + }, + "bicep_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-96.04711, -21.46111, -42.46794], + "1.0": [-96.04711, -21.46111, -42.46794], + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, -0.5, 0], + "1.0": [0, -0.5, 0], + "1.75": [0, 0, 0] + } + }, + "forearm_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-24.58534, -17.84677, 51.17054], + "1.0": [-24.58534, -17.84677, 51.17054], + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, -1, 0], + "1.0": [0, -1, 0], + "1.75": [0, 0, 0] + } + }, + "wrist_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [8.2345, 11.75167, 15.72207], + "1.0": [8.2345, 11.75167, 15.72207], + "1.75": [0, 0, 0] + } + }, + "hand_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 17.5, 0], + "1.0": [0, 17.5, 0], + "1.75": [0, 0, 0] + } + }, + "thumb_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [17.67066, 8.0592, -18.32028], + "1.0": [17.67066, 8.0592, -18.32028], + "1.75": [0, 0, 0] + } + }, + "rthumb_tip": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [22.5, 0, 0], + "1.0": [22.5, 0, 0], + "1.75": [0, 0, 0] + } + }, + "index_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 5, 0], + "1.0": [0, 5, 0], + "1.75": [0, 0, 0] + } + }, + "Rindex_tip": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 65, 0], + "1.0": [0, 65, 0], + "1.75": [0, 0, 0] + } + }, + "middle_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 12.5, 0], + "1.0": [0, 12.5, 0], + "1.75": [0, 0, 0] + } + }, + "Rmiddle_tip": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [21.32038, 75.73781, 15.29151], + "1.0": [21.32038, 75.73781, 15.29151], + "1.75": [0, 0, 0] + } + }, + "ring_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 17.5, 0], + "1.0": [0, 17.5, 0], + "1.75": [0, 0, 0] + } + }, + "Rring_tip": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 40, 0], + "1.0": [0, 40, 0], + "1.75": [0, 0, 0] + } + }, + "pinky_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 15, 0], + "1.0": [0, 15, 0], + "1.75": [0, 0, 0] + } + }, + "Rpinky_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 60, 0], + "1.0": [0, 60, 0], + "1.75": [0, 0, 0] + } + }, + "shoulder_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-66.6483, 59.90389, 70], + "1.0": [-66.6483, 59.90389, 70], + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [-1, -0.5, 0.3], + "1.0": [-1, -0.5, 0.3], + "1.75": [0, 0, 0] + } + }, + "bicep_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-98.09261, 38.92299, 7.48756], + "1.0": [-98.09261, 38.92299, 7.48756], + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, -1, 0], + "1.0": [0, -1, 0], + "1.75": [0, 0, 0] + } + }, + "forearm_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [141.3281, -14.50625, -205.5538], + "1.0": [141.3281, -14.50625, -205.5538], + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, -1, -2], + "1.0": [0, -1, -2], + "1.75": [0, 0, 0] + } + }, + "thumb_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-17.5, 0, 0], + "1.0": [-17.5, 0, 0], + "1.75": [0, 0, 0] + } + }, + "index_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -72.5, 0], + "1.0": [0, -72.5, 0], + "1.75": [0, 0, 0] + } + }, + "middle_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -87.5, 0], + "1.0": [0, -87.5, 0], + "1.75": [0, 0, 0] + } + }, + "ring_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -80, 0], + "1.0": [0, -80, 0], + "1.75": [0, 0, 0] + } + }, + "pinky_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -82.5, 0], + "1.0": [0, -82.5, 0], + "1.75": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": [5, 0, 0] + } + }, + "tail_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-18.84825, 11.83747, -12.17553], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-18.84825, 11.83747, -12.17553], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + } + }, + "tail_3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-6.81098, -0.54996, 3.1264], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-6.81098, -0.54996, 3.1264], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + } + }, + "tail_4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.5, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.5, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + } + }, + "tail_5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-10, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-10, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + } + }, + "tail_6": { + "rotation": { + "0.0": [0, 0, 0], + "1.75": [0, 0, 0] + } + }, + "tail_7": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-20, 0, 0], + "1.75": [0, 0, 0] + } + }, + "tip_8": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-30, 0, 0], + "1.75": [0, 0, 0] + } + }, + "mainthing": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + } + }, + "shoulder_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-54.60195, -27.28302, -8.26959], + "1.0": [-54.60195, -27.28302, -8.26959], + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0, -1], + "1.0": [0, 0, -1], + "1.75": [0, 0, 0] + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + } + }, + "thumbleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [65, 0, 0], + "1.0": [65, 0, 0], + "1.75": [0, 0, 0] + } + }, + "indexleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -92.5, 0], + "1.0": [0, -92.5, 0], + "1.75": [0, 0, 0] + } + }, + "midleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -70, 0], + "1.0": [0, -70, 0], + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [1, 0, -1], + "1.0": [1, 0, -1], + "1.75": [0, 0, 0] + } + }, + "ringleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -67.5, 0], + "1.0": [0, -67.5, 0], + "1.75": [0, 0, 0] + } + }, + "pinkleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -75, 0], + "1.0": [0, -75, 0], + "1.75": [0, 0, 0] + } + } + } + }, + "animation.thundurus.faint": { + "loop": true, + "animation_length": 3, + "bones": { + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [16.98216, -14.98328, -49.74943], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [16.98216, -14.98328, -49.74943], + "lerp_mode": "catmullrom" + } + } + }, + "bicep_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-96.04711, -21.46111, -42.46794], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-96.04711, -21.46111, -42.46794], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + } + } + }, + "forearm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [133.19634, -57.67501, 213.10634], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [133.19634, -57.67501, 213.10634], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wrist_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [8.2345, 11.75167, 15.72207], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [8.2345, 11.75167, 15.72207], + "lerp_mode": "catmullrom" + } + } + }, + "hand_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "thumb_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-7.32934, 8.0592, -18.32028], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-7.32934, 8.0592, -18.32028], + "lerp_mode": "catmullrom" + } + } + }, + "rthumb_tip": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "index_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -67.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -67.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rindex_tip": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "middle_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -95, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -95, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rmiddle_tip": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [5.14118, 1.67114, -5.27798], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [5.14118, 1.67114, -5.27798], + "lerp_mode": "catmullrom" + } + } + }, + "ring_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -82.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -82.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rring_tip": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "pinky_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -105, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -105, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rpinky_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "shoulder_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-69.77781, 59.1272, 95.18024], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-69.77781, 59.1272, 95.18024], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-1, -0.5, 0.3], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-1, -0.5, 0.3], + "lerp_mode": "catmullrom" + } + } + }, + "bicep_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-96.6229, 39.23069, 25.04601], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-96.6229, 39.23069, 25.04601], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "forearm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-28.99325, 32.46598, -34.32634], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-28.99325, 32.46598, -34.32634], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "thumb_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-70, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-70, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "index_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + } + } + }, + "middle_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ring_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "pinky_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 40, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 40, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-33.74538, 24.3683, -5.7632], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-36.24538, -24.3683, 5.7632], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-35.9936, 21.93857, -5.123], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-33.74538, 24.3683, -5.7632], + "lerp_mode": "catmullrom" + } + } + }, + "tail_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-61.34825, 11.83747, -12.17553], + "lerp_mode": "catmullrom" + } + } + }, + "tail_3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-39.31098, -0.54996, 3.1264], + "lerp_mode": "catmullrom" + } + } + }, + "tail_4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-28.30005, 26.94622, -1.21217], + "lerp_mode": "catmullrom" + } + } + }, + "tail_5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-10, 12.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-20.49008, -11.53486, 4.8493], + "lerp_mode": "catmullrom" + } + } + }, + "tail_7": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-15.27399, -1.36594, -17.57352], + "lerp_mode": "catmullrom" + } + } + }, + "tip_8": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "mainthing": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 9, 0], + "lerp_mode": "catmullrom" + } + } + }, + "shoulder_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-73.27888, -29.05536, -39.33729], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-73.27888, -29.05536, -39.33729], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -1, -2], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -1, -2], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wrist_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [9.82895, 9.48648, 10.07344], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [9.82895, 9.48648, 10.07344], + "lerp_mode": "catmullrom" + } + } + }, + "hand_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-26.8934, 44.47916, 7.25782], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-26.8934, 44.47916, 7.25782], + "lerp_mode": "catmullrom" + } + } + }, + "tail_2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "browright": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [0, 0, -20] + }, + "scale": { + "0.0": [1, 1, 1], + "0.75": [1.3, 1, 1] + } + }, + "browleft": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 47.5] + }, + "position": { + "0.0": [0, 0, 0], + "0.75": [1, 0.3, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "0.75": [1.3, 1.1, 1] + } + }, + "thumbleft2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "indexleft2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -47.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -47.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "midleft2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ringleft2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + } + } + }, + "pinkleft2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.thundurus.ground_idle": { + "loop": true, + "bones": { + "mainthing": { + "position": [0, "0-math.sin(q.anim_time*45*1)*1", 0] + }, + "upperbody": { + "position": [0, "-2-math.sin(q.anim_time*45*0.8)*1", 0] + }, + "tail_1": { + "rotation": ["-math.sin(q.anim_time*90*1)*2", 0, 0] + }, + "hair": { + "rotation": ["math.sin(q.anim_time*90*2)*2", 0, 0] + } + } + }, + "animation.thundurus.ground_walk": { + "loop": true, + "bones": { + "head": { + "rotation": [-10, 0, 0], + "position": [0, 0, 0] + }, + "mainthing": { + "rotation": [17.5, 0, 0], + "position": [0, "3-math.sin(q.anim_time*45*2)*1", 0] + }, + "upperbody": { + "position": [0, "-2-math.sin(q.anim_time*45*0.8)*1", 0] + }, + "torso": { + "rotation": [-10, 0, 0], + "position": [0, -1, 0] + }, + "tail_1": { + "rotation": ["-math.sin(q.anim_time*90*1)*2", 0, 0] + }, + "hair": { + "rotation": ["math.sin(q.anim_time*90*2)*2", 0, 0] + } + } + }, + "animation.thundurus.physical_attack": { + "loop": true, + "animation_length": 1.5, + "bones": { + "mainthing": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 3, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "upperbody": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 35, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 35, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-11.32607, -37.33289, 6.29298], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, -37.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-0.53889, -10.0593, -0.0117], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "shoulder_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-26.91312, -14.97402, -31.87535], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-26.91312, -14.97402, -31.87535], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-8.22225, -92.01206, -42.52995], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-8.22225, -92.01206, -42.52995], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "bicep_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-81.19352, -9.20493, -45.298], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-81.19352, -9.20493, -45.298], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-67.03836, 46.97727, -26.25487], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-67.03836, 46.97727, -26.25487], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "forearm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-70.19861, -59.35298, -120.68869], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-70.19861, -59.35298, -120.68869], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-128.87318, -84.02683, -61.13347], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-128.87318, -84.02683, -61.13347], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "wrist_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [17.25888, -2.48774, -34.32359], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [17.25888, -2.48774, -34.32359], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-2.5122, 9.26392, 7.26597], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-2.5122, 9.26392, 7.26597], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "hand_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-1.00966, -24.59477, -15.37066], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-1.00966, -24.59477, -15.37066], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-0.00933, 2.462, -20.43439], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-0.00933, 2.462, -20.43439], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "thumb_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [22.5, 0, -13.38192], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [22.5, 0, -13.38192], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "index_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, -40, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, -40, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 9.31, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 9.31, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "Rindex_tip": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [0, 57.5, 0], + "1.0417": [0, 57.5, 0] + } + }, + "middle_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, -42.5, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, -42.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -0.42, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, -0.42, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "Rmiddle_tip": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 68.65, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 68.65, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "ring_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -1.22, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, -1.22, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "Rring_tip": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 69.73, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 69.73, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "pinky_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, -62.5, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, -62.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 9.24, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 9.24, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "Rpinky_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [0, 60, 0], + "1.0417": [0, 60, 0] + } + }, + "shoulder_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-60.5225, 111.50559, 71.33008], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-60.5225, 111.50559, 71.33008], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-71.15754, 28.90419, 75.29225], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-71.15754, 28.90419, 75.29225], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "bicep_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-17.36402, 21.71077, 10.13189], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-17.36402, 21.71077, 10.13189], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-18.41514, 22.71095, 15.14233], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-18.41514, 22.71095, 15.14233], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "forearm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-165.40005, -20.8063, 123.59493], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-165.40005, -20.8063, 123.59493], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-40.60535, -17.35915, -22.33906], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-36.84695, 16.09878, -44.63458], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-30.23085, 72.40336, -39.37491], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-30.23085, 72.40336, -39.37491], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [1, -1, -3], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [1, -1, -3], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-1, -2, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-1, -2, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "wrist_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [22.50041, -4.68437, -7.49336], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [22.50041, -4.68437, -7.49336], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [96.898, -2.81022, 8.96797], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [96.898, -2.81022, 8.96797], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "hand_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-35.03536, 37.49986, 0.11167], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-35.03536, 37.49986, 0.11167], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "thumb_left": { + "rotation": { + "0.375": [-17.5, 0, 0], + "0.625": [-17.5, 0, 0] + } + }, + "index_left": { + "rotation": { + "0.375": [0, -72.5, 0], + "0.625": [0, -72.5, 0] + } + }, + "middle_left": { + "rotation": { + "0.375": [0, -87.5, 0], + "0.625": [0, -87.5, 0] + } + }, + "ring_left": { + "rotation": { + "0.375": [0, -80, 0], + "0.625": [0, -80, 0] + } + }, + "pinky_left": { + "rotation": { + "0.375": [0, -82.5, 0], + "0.625": [0, -82.5, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 47.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 47.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "tail_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-18.84825, 11.83747, -12.17553], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-18.84825, 11.83747, -12.17553], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "tail_3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-6.81098, -0.54996, 3.1264], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-6.81098, -0.54996, 3.1264], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "tail_4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.5, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-12.5, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "tail_5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-10, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-10, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "tail_6": { + "rotation": { + "0.0": [0, 0, 0], + "1.5": [0, 0, 0] + } + }, + "tail_7": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-20, 0, 0], + "1.5": [0, 0, 0] + } + }, + "tip_8": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-30, 0, 0], + "1.5": [0, 0, 0] + } + }, + "thumbleft2": { + "rotation": { + "0.375": [65, 0, 0], + "0.625": [65, 0, 0] + } + }, + "indexleft2": { + "rotation": { + "0.375": [0, -92.5, 0], + "0.625": [0, -92.5, 0] + } + }, + "midleft2": { + "rotation": { + "0.375": [0, -70, 0], + "0.625": [0, -70, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.375": [1, 0, -1], + "1.0833": [1, 0, -1], + "1.5": [0, 0, 0] + } + }, + "ringleft2": { + "rotation": { + "0.375": [0, -67.5, 0], + "0.625": [0, -67.5, 0] + } + }, + "pinkleft2": { + "rotation": { + "0.375": [0, -75, 0], + "0.625": [0, -75, 0] + } + } + } + }, + "animation.thundurus.status": { + "loop": true, + "animation_length": 2.6667, + "bones": { + "mainthing": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 3, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 3, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "shoulder_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [3.66507, -16.73043, -0.41274], + "1.1667": [3.66507, -16.73043, -0.41274], + "2.0": [3.66507, -16.73043, -0.41274], + "2.6667": [0, 0, 0] + } + }, + "bicep_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [1.85847, -2.43807, -32.13772], + "1.1667": [1.85847, -2.43807, -32.13772], + "2.0": [1.85847, -2.43807, -32.13772], + "2.6667": [0, 0, 0] + } + }, + "forearm_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-144.27194, -50.36074, -143.90337], + "1.1667": [-144.27194, -50.36074, -143.90337], + "2.0": [-144.27194, -50.36074, -143.90337], + "2.6667": [0, 0, 0] + } + }, + "wrist_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-2.11723, 26.3768, 9.4362], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-2.11723, 26.3768, 9.4362], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-2.11723, 26.3768, 9.4362], + "lerp_mode": "catmullrom" + }, + "2.6667": [0, 0, 0] + } + }, + "shoulder_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [11.41375, 35.92332, -22.46207], + "1.0": [11.41375, 35.92332, -22.46207], + "1.1667": [11.41375, 35.92332, -22.46207], + "1.5": [-5.82296, 47.54368, 17.07307], + "2.0": [-5.82296, 47.54368, 17.07307], + "2.6667": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 0, 0], + "1.1667": [0, 0, 0], + "1.5": [0, 0, 2], + "2.0": [0, 0, 2], + "2.6667": [0, 0, 0] + } + }, + "bicep_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0.68566, -7.44904, 3.88961], + "1.1667": [0.68566, -7.44904, 3.88961], + "1.5": [-0.7933, 14.92015, 6.74129], + "2.0": [-6.19379, 1.66763, 22.62878], + "2.6667": [0, 0, 0] + } + }, + "forearm_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-48.87584, 5.21666, 25.08964], + "0.75": [-47.6314, 7.60026, 23.6346], + "1.0": [-48.87584, 5.21666, 25.08964], + "1.1667": [-48.87584, 5.21666, 25.08964], + "1.5": [-159.71709, 40.85804, 89.09628], + "2.0": [-159.71709, 40.85804, 89.09628], + "2.6667": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.5": [0, 0, -2], + "2.0": [0, 0, -2], + "2.6667": [0, 0, 0] + } + }, + "wrist_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [112.45191, -32.31309, 2.15233], + "1.0": [112.45191, -32.31309, 2.15233], + "1.1667": [112.45191, -32.31309, 2.15233], + "1.5": [111.59573, -1.94047, -9.17444], + "2.0": [113.20444, -3.85231, 35.81432], + "2.6667": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 2, 0], + "1.1667": [0, 2, 0], + "2.6667": [0, 0, 0] + } + }, + "hand_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-29.84797, 49.93758, 1.37935], + "1.0": [-29.84797, 49.93758, 1.37935], + "1.1667": [-29.84797, 49.93758, 1.37935], + "1.5": [-29.78809, 20.06312, -1.39479], + "2.6667": [0, 0, 0] + } + }, + "middle_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -82.5, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, -82.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -82.5, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": [0, 0, 0] + } + }, + "ring_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -70, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, -70, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -70, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": [0, 0, 0] + } + }, + "pinky_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -82.5, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, -82.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -82.5, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [-20.28592, -52.30155, 25.03987], + "2.0": [-20.28592, -52.30155, 25.03987], + "2.6667": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, -1, 0], + "2.0": [0, -1, 0], + "2.6667": [0, 0, 0] + } + }, + "tail_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-18.84825, 11.83747, -12.17553], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-18.84825, 11.83747, -12.17553], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-6.81098, -0.54996, 3.1264], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-6.81098, -0.54996, 3.1264], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.5, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-12.5, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-10, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-10, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_6": { + "rotation": { + "0.0": [0, 0, 0], + "2.6667": [0, 0, 0] + } + }, + "tail_7": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-20, 0, 0], + "2.6667": [0, 0, 0] + } + }, + "tip_8": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-30, 0, 0], + "2.6667": [0, 0, 0] + } + }, + "thumbleft2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [95, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [95, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [95, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": [0, 0, 0] + } + }, + "midleft2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -70, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, -70, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -70, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [1, 0, -1], + "1.1667": [1, 0, -1], + "2.0": [1, 0, -1], + "2.6667": [0, 0, 0] + } + }, + "ringleft2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -100, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, -100, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -100, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": [0, 0, 0] + } + }, + "pinkleft2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -75, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, -75, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -75, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": [0, 0, 0] + } + } + } + }, + "animation.thundurus.special_attack": { + "animation_length": 2.5, + "bones": { + "mainthing": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 30, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 30, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "upperbody": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "shoulder_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-27.04578, -5.7878, -45.85396], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [3.75662, -45.0473, -24.24284], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [3.75662, -45.0473, -24.24284], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bicep_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-9.68826, -16.18481, -57.94102], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-5.89379, -12.00199, -30.49633], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-5.89379, -12.00199, -30.49633], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "forearm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-178.36016, -7.76708, -181.99503], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-137.31772, -77.67383, -140.25249], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-137.04862, -44.93934, -143.79396], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-137.04862, -44.93934, -143.79396], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wrist_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [6.62672, -3.00141, -45.07426], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-0.59857, 31.8655, 21.88793], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-0.59857, 31.8655, 21.88793], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "hand_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -32.5, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "index_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -47.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -47.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "middle_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ring_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "pinky_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "shoulder_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-58.395, 99.67957, 50.37232], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-72.95317, -0.97263, 96.13048], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-72.95317, -0.97263, 96.13048], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bicep_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15.26684, 13.37341, 40.3758], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15.26684, 13.37341, 40.3758], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "forearm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-33.82896, 45.17121, -31.24996], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-39.07132, 46.68744, -15.43728], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-39.07132, 46.68744, -15.43728], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wrist_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0.61994, -22.00329, -12.07232], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "hand_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-12.5, 27.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -30, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [17.5, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [17.5, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -90], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-12.5, 0, -90], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-8.27166, -16.24478, -47.08751], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-12.01, 10.58608, -10.01879], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [1.54016, -28.50824, -1.26387], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [1.54016, -28.50824, -1.26387], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [1.89625, -19.49119, -10.5248], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [1.89625, -19.49119, -10.5248], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-30.21362, 6.49053, -3.76613], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-3.80155, -5.49882, -12.50527], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-3.80155, -5.49882, -12.50527], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-26.78135, 20.29348, -9.92926], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-1.48685, 16.5773, -1.81147], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-1.48685, 16.5773, -1.81147], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-3.38852, 16.41371, -6.15491], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-45.61607, -20.35421, -13.66426], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-27.38832, 20.98479, -11.19225], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_7": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-22.57734, -4.61854, 1.91757], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [3.47698, 1.16776, 49.20183], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-4.02302, 1.16776, 49.20183], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tip_8": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.thundurus.quirk": { + "animation_length": 4, + "bones": { + "mainthing": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "upperbody": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -37.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -37.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [20, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [20, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0.19, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0.19, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [16.98216, -14.98328, -49.74943], + "1.0": [16.98216, -14.98328, -49.74943], + "1.5": [16.98216, -14.98328, -49.74943], + "2.0": [16.98216, -14.98328, -49.74943], + "3.0": [16.98216, -14.98328, -49.74943], + "3.5": [0, 0, 0] + } + }, + "shoulder_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-54.60195, -27.28302, -8.26959], + "1.0": [-54.60195, -27.28302, -8.26959], + "1.5": [64.91351, -17.06891, 125.75116], + "2.0": [64.91351, -17.06891, 125.75116], + "2.5": [27.10317, -12.2373, 80.65881], + "3.0": [27.10317, -12.2373, 80.65881], + "3.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, -1, -1], + "1.0": [0, -1, -1], + "1.5": [0, -1, -1], + "2.0": [0, -1, -1], + "2.5": [1, -0.67, -0.67], + "3.0": [1, -0.67, -0.67], + "3.5": [0, 0, 0] + } + }, + "bicep_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-96.04711, -21.46111, -42.46794], + "1.0": [-96.04711, -21.46111, -42.46794], + "1.5": [-95.62546, 6.13406, -43.21978], + "2.0": [-95.62546, 6.13406, -43.21978], + "2.5": [-89.79087, -22.03727, -29.21028], + "3.0": [-89.79087, -22.03727, -29.21028], + "3.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, -1, 0], + "1.0": [0, -1, 0], + "1.5": [0, -1, -1], + "2.0": [0, -1, -1], + "2.5": [0, 0.33, -0.67], + "3.0": [0, 0.33, -0.67], + "3.5": [0, 0, 0] + } + }, + "forearm_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-24.58534, -17.84677, 51.17054], + "1.0": [-24.58534, -17.84677, 51.17054], + "1.5": [-59.33406, -109.33522, -94.81321], + "2.0": [-59.33406, -109.33522, -94.81321], + "2.5": [-67.92997, -80.14271, -80.43778], + "3.0": [-67.92997, -80.14271, -80.43778], + "3.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, -1, 0], + "1.0": [0, -1, 0], + "1.5": [0, 0.25, 1], + "2.0": [0, 0.25, 1], + "3.5": [0, 0, 0] + } + }, + "wrist_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [8.2345, 11.75167, 15.72207], + "1.0": [8.2345, 11.75167, 15.72207], + "1.5": [58.96489, 13.34342, 0.78851], + "2.0": [58.96489, 13.34342, 0.78851], + "2.5": [6.78366, 16.37501, 1.08222], + "3.0": [6.78366, 16.37501, 1.08222], + "3.5": [0, 0, 0] + } + }, + "hand_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 17.5, 0], + "1.0": [0, 17.5, 0], + "1.5": [0, 12.5, 0], + "2.0": [0, 12.5, 0], + "3.5": [0, 0, 0] + } + }, + "thumb_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [17.67066, 8.0592, -18.32028], + "1.0": [17.67066, 8.0592, -18.32028], + "1.5": [17.67066, 8.0592, -18.32028], + "2.0": [17.67066, 8.0592, -18.32028], + "2.5": [17.67066, 8.0592, -18.32028], + "3.0": [17.67066, 8.0592, -18.32028], + "3.5": [0, 0, 0] + } + }, + "rthumb_tip": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [22.5, 0, 0], + "1.0": [22.5, 0, 0], + "1.5": [22.5, 0, 0], + "2.0": [22.5, 0, 0], + "2.5": [22.5, 0, 0], + "3.0": [22.5, 0, 0], + "3.5": [0, 0, 0] + } + }, + "index_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 5, 0], + "1.0": [0, 5, 0], + "1.5": [0, -35, 0], + "2.0": [0, -35, 0], + "2.5": [0, 5, 0], + "3.0": [0, 5, 0], + "3.5": [0, 0, 0] + } + }, + "Rindex_tip": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 65, 0], + "1.0": [0, 65, 0], + "1.5": [0, 25, 0], + "2.0": [0, 25, 0], + "2.5": [0, 65, 0], + "3.0": [0, 65, 0], + "3.5": [0, 0, 0] + } + }, + "middle_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 12.5, 0], + "1.0": [0, 12.5, 0], + "1.5": [0, -27.5, 0], + "2.0": [0, -27.5, 0], + "2.5": [0, 12.5, 0], + "3.0": [0, 12.5, 0], + "3.5": [0, 0, 0] + } + }, + "Rmiddle_tip": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [21.32038, 75.73781, 15.29151], + "1.0": [21.32038, 75.73781, 15.29151], + "1.5": [5.247, 11.63029, -4.3677], + "2.0": [5.247, 11.63029, -4.3677], + "2.5": [21.32038, 75.73781, 15.29151], + "3.0": [21.32038, 75.73781, 15.29151], + "3.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.5": [0, 0, 0], + "2.0": [0, 0, 0], + "3.5": [0, 0, 0] + } + }, + "ring_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 17.5, 0], + "1.0": [0, 17.5, 0], + "1.5": [0, -30, 0], + "2.0": [0, -30, 0], + "2.5": [0, 17.5, 0], + "3.0": [0, 17.5, 0], + "3.5": [0, 0, 0] + } + }, + "Rring_tip": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 40, 0], + "1.0": [0, 40, 0], + "1.5": [0, 22.5, 0], + "2.0": [0, 22.5, 0], + "2.5": [0, 40, 0], + "3.0": [0, 40, 0], + "3.5": [0, 0, 0] + } + }, + "pinky_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 15, 0], + "1.0": [0, 15, 0], + "1.5": [0, -30, 0], + "2.0": [0, -30, 0], + "2.5": [0, 15, 0], + "3.0": [0, 15, 0], + "3.5": [0, 0, 0] + } + }, + "Rpinky_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 60, 0], + "1.0": [0, 60, 0], + "1.5": [0, 15, 0], + "2.0": [0, 15, 0], + "2.5": [0, 60, 0], + "3.0": [0, 60, 0], + "3.5": [0, 0, 0] + } + }, + "shoulder_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-66.6483, 59.90389, 70], + "1.0": [-66.6483, 59.90389, 70], + "1.5": [26.70193, 67.06169, -17.42234], + "2.0": [26.70193, 67.06169, -17.42234], + "2.5": [-16.24493, 19.51236, 7.81181], + "3.0": [-16.24493, 19.51236, 7.81181], + "3.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [-1, -0.5, 0.3], + "1.0": [-1, -0.5, 0.3], + "1.5": [-1, -0.5, 0.3], + "2.0": [-1, -0.5, 0.3], + "2.5": [-0.67, -0.33, -0.8], + "3.0": [-0.67, -0.33, -0.8], + "3.5": [0, 0, 0] + } + }, + "bicep_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-98.09261, 38.92299, 7.48756], + "1.0": [-98.09261, 38.92299, 7.48756], + "1.5": [-96.19221, 39.235, 30.06451], + "2.0": [-96.19221, 39.235, 30.06451], + "2.5": [-95.6383, 31.832, 17.53096], + "3.0": [-95.6383, 31.832, 17.53096], + "3.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, -1, 0], + "1.0": [0, -1, 0], + "1.5": [0, -1, 0], + "2.0": [0, -1, 0], + "2.5": [0, -1, 0], + "3.0": [0, -1, 0], + "3.5": [0, 0, 0] + } + }, + "forearm_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [141.3281, -14.50625, -205.5538], + "1.0": [141.3281, -14.50625, -205.5538], + "1.5": [-22.35183, -14.94305, -41.6244], + "2.0": [-22.35183, -14.94305, -41.6244], + "2.5": [54.28556, 74.44633, -83.91033], + "3.0": [54.28556, 74.44633, -83.91033], + "3.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, -1, -2], + "1.0": [0, -1, -2], + "1.5": [0, -1, -2], + "2.0": [0, -1, -2], + "2.5": [0, -1, 0], + "3.0": [0, -1, 0], + "3.5": [0, 0, 0] + } + }, + "hand_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-6.64972, 35.95586, 12.57822], + "1.0": [-6.64972, 35.95586, 12.57822], + "1.5": [-12.5, 42.5, 0], + "2.0": [-12.5, 42.5, 0], + "3.0": [-12.5, 42.5, 0], + "3.5": [0, 0, 0] + } + }, + "thumb_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-17.5, 0, 0], + "1.0": [-17.5, 0, 0], + "1.5": [-17.5, 0, 0], + "2.0": [-17.5, 0, 0], + "2.5": [-17.5, 0, 0], + "3.0": [-17.5, 0, 0], + "3.5": [0, 0, 0] + } + }, + "thumbleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [65, 0, 0], + "1.0": [65, 0, 0], + "1.5": [65, 0, 0], + "2.0": [65, 0, 0], + "2.5": [65, 0, 0], + "3.0": [65, 0, 0], + "3.5": [0, 0, 0] + } + }, + "index_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -72.5, 0], + "1.0": [0, -72.5, 0], + "1.5": [0, -72.5, 0], + "2.0": [0, -72.5, 0], + "2.5": [0, -72.5, 0], + "3.0": [0, -72.5, 0], + "3.5": [0, 0, 0] + } + }, + "indexleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -92.5, 0], + "1.0": [0, -92.5, 0], + "1.5": [0, -92.5, 0], + "2.0": [0, -92.5, 0], + "2.5": [0, -92.5, 0], + "3.0": [0, -92.5, 0], + "3.5": [0, 0, 0] + } + }, + "middle_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -87.5, 0], + "1.0": [0, -87.5, 0], + "1.5": [0, -87.5, 0], + "2.0": [0, -87.5, 0], + "2.5": [0, -87.5, 0], + "3.0": [0, -87.5, 0], + "3.5": [0, 0, 0] + } + }, + "midleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -70, 0], + "1.0": [0, -70, 0], + "1.5": [0, -70, 0], + "2.0": [0, -70, 0], + "2.5": [0, -70, 0], + "3.0": [0, -70, 0], + "3.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [1, 0, -1], + "1.0": [1, 0, -1], + "1.5": [1, 0, -1], + "2.0": [1, 0, -1], + "3.0": [1, 0, -1] + } + }, + "ring_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -80, 0], + "1.0": [0, -80, 0], + "1.5": [0, -80, 0], + "2.0": [0, -80, 0], + "2.5": [0, -80, 0], + "3.0": [0, -80, 0], + "3.5": [0, 0, 0] + } + }, + "ringleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -67.5, 0], + "1.0": [0, -67.5, 0], + "1.5": [0, -67.5, 0], + "2.0": [0, -67.5, 0], + "2.5": [0, -67.5, 0], + "3.0": [0, -67.5, 0], + "3.5": [0, 0, 0] + } + }, + "pinky_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -82.5, 0], + "1.0": [0, -82.5, 0], + "1.5": [0, -82.5, 0], + "2.0": [0, -82.5, 0], + "2.5": [0, -82.5, 0], + "3.0": [0, -82.5, 0], + "3.5": [0, 0, 0] + } + }, + "pinkleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -75, 0], + "1.0": [0, -75, 0], + "1.5": [0, -75, 0], + "2.0": [0, -75, 0], + "2.5": [0, -75, 0], + "3.0": [0, -75, 0], + "3.5": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [11.00966, 24.59477, 4.62934], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [11.00966, 24.59477, 4.62934], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-18.39322, 1.99781, 2.04869], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [-22.86553, 0.71324, 1.92306], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-18.39322, 1.99781, 2.04869], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-18.39322, 1.99781, 2.04869], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-22.86553, 0.71324, 1.92306], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [-18.39322, 1.99781, 2.04869], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-18.39322, 1.99781, 2.04869], + "lerp_mode": "catmullrom" + }, + "3.5": [5, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "3.5": [0, 0, 0] + } + }, + "tail_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-18.84825, 11.83747, -12.17553], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-18.84825, 11.83747, -12.17553], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-6.81098, -0.54996, 3.1264], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-6.81098, -0.54996, 3.1264], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.5, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.5, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-10, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-10, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_6": { + "rotation": { + "0.0": [0, 0, 0], + "3.5": [0, 0, 0] + } + }, + "tail_7": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-20, 0, 0], + "3.5": [0, 0, 0] + } + }, + "tip_8": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-30, 0, 0], + "3.5": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/toedscool/toedscool.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/toedscool/toedscool.animation.json new file mode 100644 index 0000000..326d6d9 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/toedscool/toedscool.animation.json @@ -0,0 +1,218 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.toedscool.render": { + "loop": true, + "bones": { + "body": { + "rotation": [-9.85108, -1.72794, -24.85108] + }, + "torso": { + "rotation": [0.87038, 4.92385, 10.03742] + }, + "flap_left": { + "rotation": [0, 0, -5] + }, + "tentacle_left": { + "rotation": [119.12306, -68.52886, -113.13665] + }, + "tentacle_left_2": { + "rotation": [-40, 0, 0] + }, + "tentacle_left_3": { + "rotation": [-45, 0, 0] + }, + "tentacle_left_4": { + "rotation": [-55, 0, 0] + }, + "tentacle_left_5": { + "rotation": [-44.58682, 8.17773, 5.77509] + }, + "tentacle_right": { + "rotation": [-8.66744, 6.48146, 21.57041] + }, + "tentacle_right_2": { + "rotation": [-30, 0, 0] + }, + "tentacle_right_3": { + "rotation": [-30, 0, 0] + }, + "tentacle_right_4": { + "rotation": [-25, 0, 0] + }, + "tentacle_right_5": { + "rotation": [42.06341, 6.73717, -7.40702] + } + } + }, + "animation.toedscool.ground_idle": { + "loop": true, + "bones": { + "body": { + "position": [0, "-8.5-0.25*(math.sin(q.anim_time*90*1.5-40)*2)", 0] + }, + "torso": { + "rotation": ["5+0.5*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "flap_left": { + "rotation": [0, 0, "-1.8*math.sin(q.anim_time*90*1.5-60)*2"] + }, + "flap_right": { + "rotation": [0, 0, "1.8*math.sin(q.anim_time*90*1.5-60)*2"] + }, + "flap_back": { + "rotation": ["1.8*math.sin(q.anim_time*90*1.5-60)*2", 0, 0] + }, + "tentacle_left": { + "rotation": ["40+1.5*math.sin(q.anim_time*90*1.5-40)*2", -7.5, -6.5] + }, + "tentacle_left_2": { + "rotation": ["-20-1*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_left_3": { + "rotation": ["-30-1*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_left_4": { + "rotation": ["-40-1*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_left_5": { + "rotation": ["-40+1.5*math.sin(q.anim_time*90*1.5-40)*2", -6, 5] + }, + "tentacle_right": { + "rotation": ["40+1.5*math.sin(q.anim_time*90*1.5-40)*2", 7.5, 6.5] + }, + "tentacle_right_2": { + "rotation": ["-20-1*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_right_3": { + "rotation": ["-30-1*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_right_4": { + "rotation": ["-40-1*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_right_5": { + "rotation": ["-40+1.5*math.sin(q.anim_time*90*1.5-40)*2", 6, -5] + } + } + }, + "animation.toedscool.ground_sleep": { + "loop": true, + "bones": { + "body": { + "rotation": [-25, 0, 0], + "position": [0, -21, 0] + }, + "torso": { + "rotation": ["12+0.5*math.sin(q.anim_time*90*1-40)*4+1", 0, 0] + }, + "eyelid_left": { + "position": [0, 0, -0.1] + }, + "eyelid_right": { + "position": [0, 0, -0.1] + }, + "flap_left": { + "rotation": [0, 0, "-20+0.5*math.sin(q.anim_time*90*1-40)*4+1"] + }, + "flap_right": { + "rotation": [0, 0, "20-0.5*math.sin(q.anim_time*90*1-40)*4+1"] + }, + "flap_back": { + "rotation": ["37.5-0.8*math.sin(q.anim_time*90*1-40)*4+1", 0, 0] + }, + "tentacle_left": { + "rotation": [-5, -5.5, -47.25] + }, + "tentacle_left_2": { + "rotation": [-37.5, 0, 0] + }, + "tentacle_left_3": { + "rotation": [-10, 0, 0] + }, + "tentacle_left_4": { + "rotation": [-7.5, 0, 0] + }, + "tentacle_left_5": { + "rotation": [-2.75, -2, 15] + }, + "tentacle_right": { + "rotation": [-5, 5.5, 47.25] + }, + "tentacle_right_2": { + "rotation": [-37.5, 0, 0] + }, + "tentacle_right_3": { + "rotation": [-10, 0, 0] + }, + "tentacle_right_4": { + "rotation": [-7.5, 0, 0] + }, + "tentacle_right_5": { + "rotation": [-2.75, 2, -15] + } + } + }, + "animation.toedscool.blink": { + "animation_length": 0.16667, + "bones": { + "eyelid_right": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_left": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + } + } + }, + "animation.toedscool.ground_walk": { + "loop": true, + "animation_length": 146.54167, + "bones": { + "body": { + "position": [0, "-5 + math.cos(q.anim_time*800*2)*1.6", 0] + }, + "torso": { + "rotation": ["-17 + math.sin(q.anim_time*800*2)*-6", 0, "math.sin(q.anim_time*400*2)*-3"], + "position": [0, 0, 0.4] + }, + "tentacle_left": { + "rotation": ["math.cos(q.anim_time*400*2)*-30", "math.cos(q.anim_time*400*2)*-10", 0] + }, + "tentacle_left_2": { + "rotation": ["math.cos(q.anim_time*400*2)*-20", 0, 0] + }, + "tentacle_left_3": { + "rotation": ["math.sin(q.anim_time*400*2)*-40", 0, 0] + }, + "tentacle_left_4": { + "rotation": ["math.sin(q.anim_time*400*2)*-20", 0, 0] + }, + "tentacle_left_5": { + "rotation": ["-58 + math.cos(q.anim_time*400*2)* -40", 0, 0] + }, + "tentacle_right": { + "rotation": ["math.cos(q.anim_time*400*2)*30", "math.cos(q.anim_time*400*2)*-10", 0] + }, + "tentacle_right_2": { + "rotation": ["math.cos(q.anim_time*400*2)*20", 0, 0] + }, + "tentacle_right_3": { + "rotation": ["math.sin(q.anim_time*400*2)*40", 0, 0] + }, + "tentacle_right_4": { + "rotation": ["math.sin(q.anim_time*400*2)*20", 0, 0] + }, + "tentacle_right_5": { + "rotation": ["-58 + math.cos(q.anim_time*400*2)* 40", 0, 0] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/toedscruel/toedscruel.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/toedscruel/toedscruel.animation.json new file mode 100644 index 0000000..70af683 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/toedscruel/toedscruel.animation.json @@ -0,0 +1,1762 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.toedscruel.render": { + "loop": true, + "bones": { + "tentacle_left_front": { + "rotation": [-35.79539, -33.57298, -11.02156], + "position": [2, 0, 0] + }, + "tentacle_left_front_2": { + "rotation": [-20, 0, 0] + }, + "tentacle_left_front_3": { + "rotation": [-30, 0, 0] + }, + "tentacle_left_front_4": { + "rotation": [-25, 0, 0] + }, + "tentacle_left_front_5": { + "rotation": [45, 0, 0] + }, + "tentacle_left_2": { + "rotation": [-105.61454, 109.6121, -160.30206] + }, + "tentacle_left_2_2": { + "rotation": [-10, 0, 0] + }, + "tentacle_left_2_3": { + "rotation": [-10, 0, 0] + }, + "tentacle_left_2_4": { + "rotation": [-15, 0, 0] + }, + "tentacle_left_2_5": { + "rotation": [-15, 0, 0] + }, + "tentacle_left_3": { + "rotation": [0, 180, -32.5] + }, + "tentacle_left_3_2": { + "rotation": [-10, 0, 0] + }, + "tentacle_left_3_3": { + "rotation": [-25, 0, 0] + }, + "tentacle_left_3_4": { + "rotation": [-15, 0, 0] + }, + "tentacle_left_3_5": { + "rotation": [-15, 0, 0] + }, + "tentacle_left_4": { + "rotation": [46.40425, 184.78384, -23.85039] + }, + "tentacle_left_4_2": { + "rotation": [-10, 0, 0] + }, + "tentacle_left_4_3": { + "rotation": [-20, 0, 0] + }, + "tentacle_left_4_4": { + "rotation": [-27.5, 0, 0] + }, + "tentacle_left_4_5": { + "rotation": [-15, 0, 0] + }, + "tentacle_left_5": { + "rotation": [58.18371, 214.30744, 40.43587] + }, + "tentacle_left_5_2": { + "rotation": [-10, 0, 0] + }, + "tentacle_left_5_3": { + "rotation": [-10, 0, 0] + }, + "tentacle_left_5_4": { + "rotation": [-15, 0, 0] + }, + "tentacle_left_5_5": { + "rotation": [-15, 0, 0] + }, + "tentacle_right_front": { + "rotation": [-31.28822, 17.33038, 3.83581], + "position": [-2, 0, 0] + }, + "tentacle_right_front_2": { + "rotation": [-42.5, 0, 0] + }, + "tentacle_right_front_3": { + "rotation": [-15, 0, 0] + }, + "tentacle_right_front_4": { + "rotation": [-15, 0, 0] + }, + "tentacle_right_front_5": { + "rotation": [33.44102, 8.42106, -20.94102] + }, + "tentacle_right_2": { + "rotation": [-80.69405, 265.81404, -212.74679] + }, + "tentacle_right_2_2": { + "rotation": [-10, 0, 0] + }, + "tentacle_right_2_3": { + "rotation": [-22.5, 0, 0] + }, + "tentacle_right_2_4": { + "rotation": [-25, 0, 0] + }, + "tentacle_right_2_5": { + "rotation": [-15, 0, 0] + }, + "tentacle_right_3": { + "rotation": [-23.44413, 232.24335, 75.53125] + }, + "tentacle_right_3_2": { + "rotation": [-10, 0, 0] + }, + "tentacle_right_3_3": { + "rotation": [-10, 0, 0] + }, + "tentacle_right_3_4": { + "rotation": [-15, 0, 0] + }, + "tentacle_right_3_5": { + "rotation": [-15, 0, 0] + }, + "tentacle_right_4": { + "rotation": [204.74484, 297.04971, 218.89898] + }, + "tentacle_right_4_2": { + "rotation": [-20, 0, 0] + }, + "tentacle_right_4_3": { + "rotation": [-17.48436, -0.75155, -2.38443] + }, + "tentacle_right_4_4": { + "rotation": [-15, 0, 0] + }, + "tentacle_right_4_5": { + "rotation": [17.5, 0, 0] + }, + "tentacle_right_5": { + "rotation": [-10, 267.5, 0] + }, + "tentacle_right_5_2": { + "rotation": [-10, 0, 0] + }, + "tentacle_right_5_3": { + "rotation": [-10, 0, 0] + }, + "tentacle_right_5_4": { + "rotation": [-15, 0, 0] + }, + "tentacle_right_5_5": { + "rotation": [-15, 0, 0] + }, + "body": { + "rotation": [5, 0, 0], + "position": [0, -4, 0] + } + } + }, + "animation.toedscruel.ground_idle": { + "loop": true, + "bones": { + "body": { + "position": [0, "-8.5-0.1*(math.sin(q.anim_time*90*1.5-40)*2)", 0] + }, + "torso": { + "rotation": ["1+0.5*math.sin(q.anim_time*90*1.5-40)*2", 0, 0], + "position": [0, "-0.025*(math.sin(q.anim_time*90*1.5-60)*2)", 0] + }, + "brim_front": { + "rotation": ["-1.5*math.sin(q.anim_time*90*1.5-60)*2", 0, 0] + }, + "brim_left": { + "rotation": [0, 0, "-1*math.sin(q.anim_time*90*1.5-60)*2"] + }, + "brim_right": { + "rotation": [0, 0, "1*math.sin(q.anim_time*90*1.5-60)*2"] + }, + "brim_back": { + "rotation": ["1*math.sin(q.anim_time*90*1.5-60)*2", 0, 0] + }, + "tentacle_left_front": { + "rotation": ["-15+3*math.sin(q.anim_time*90*1.5-60)*2", "-20-1.5*math.sin(q.anim_time*90*1.5-40)*2", 0] + }, + "tentacle_left_front_2": { + "rotation": ["-35-2*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_left_front_3": { + "rotation": ["-35-2*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_left_front_4": { + "rotation": ["-35-2*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_left_front_5": { + "rotation": ["40+3*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_left_2": { + "rotation": ["-15+1.5*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_left_2_2": { + "rotation": ["-15-1*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_left_2_3": { + "rotation": ["-20-1*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_left_2_4": { + "rotation": ["-17.5-1*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_left_2_5": { + "rotation": ["45+1.5*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_left_3": { + "rotation": ["-15+1.5*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_left_3_2": { + "rotation": ["-15-1*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_left_3_3": { + "rotation": ["-20-1*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_left_3_4": { + "rotation": ["-17.5-1*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_left_3_5": { + "rotation": ["45+1.5*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_left_4": { + "rotation": ["-15+1.5*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_left_4_2": { + "rotation": ["-15-1*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_left_4_3": { + "rotation": ["-20-1*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_left_4_4": { + "rotation": ["-17.5-1*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_left_4_5": { + "rotation": ["45+1.5*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_left_5": { + "rotation": ["-15+1.5*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_left_5_2": { + "rotation": ["-15-1*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_left_5_3": { + "rotation": ["-20-1*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_left_5_4": { + "rotation": ["-17.5-1*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_left_5_5": { + "rotation": ["45+1.5*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_right_front": { + "rotation": ["-15+3*math.sin(q.anim_time*90*1.5-60)*2", "20+1.5*math.sin(q.anim_time*90*1.5-40)*2", 0] + }, + "tentacle_right_front_2": { + "rotation": ["-35-2*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_right_front_3": { + "rotation": ["-35-2*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_right_front_4": { + "rotation": ["-35-2*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_right_front_5": { + "rotation": ["40+3*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_right_2": { + "rotation": ["-15+1.5*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_right_2_2": { + "rotation": ["-15-1*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_right_2_3": { + "rotation": ["-20-1*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_right_2_4": { + "rotation": ["-17.5-1*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_right_2_5": { + "rotation": ["45+1.5*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_right_3": { + "rotation": ["-15+1.5*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_right_3_2": { + "rotation": ["-15-1*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_right_3_3": { + "rotation": ["-20-1*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_right_3_4": { + "rotation": ["-17.5-1*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_right_3_5": { + "rotation": ["45+1.5*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_right_4": { + "rotation": ["-15+1.5*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_right_4_2": { + "rotation": ["-15-1*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_right_4_3": { + "rotation": ["-20-1*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_right_4_4": { + "rotation": ["-17.5-1*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_right_4_5": { + "rotation": ["45+1.5*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_right_5": { + "rotation": ["-15+1.5*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_right_5_2": { + "rotation": ["-15-1*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_right_5_3": { + "rotation": ["-20-1*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_right_5_4": { + "rotation": ["-17.5-1*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_right_5_5": { + "rotation": ["45+1.5*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + } + } + }, + "animation.toedscruel.ground_walk": { + "loop": true, + "animation_length": 1.16667, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-7, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, "-5+math.cos(q.anim_time*150 *2) * 17", 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, "-5 + math.cos(q.anim_time*150*2) *17", 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_left_front": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-31.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_left_front_2": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_left_front_3": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [55.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_left_front_4": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [105, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [105, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_left_front_5": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_left_2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-27, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_left_2_2": { + "rotation": { + "0.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_left_2_3": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [56.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_left_2_4": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [105, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [105, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_left_2_5": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_left_3": { + "rotation": { + "0.0": { + "post": [90, 12.5, -102.5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [75, 12.5, -102.5], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [90, 12.5, -102.5], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_left_3_2": { + "rotation": { + "0.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-4.8522, 1.20816, 13.94881], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_left_3_3": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [41.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_left_3_4": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [105, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [105, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_left_3_5": { + "rotation": { + "0.0": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_left_4": { + "rotation": { + "0.4583": { + "pre": [-35, 0, 0], + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_left_4_2": { + "rotation": { + "0.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-11, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_left_4_3": { + "rotation": { + "0.25": { + "pre": [20, 0, 0], + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_left_4_4": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [106.56644, -1.68161, -1.00753], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [106.56644, -1.68161, -1.00753], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_left_4_5": { + "rotation": { + "0.0": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_left_5": { + "rotation": { + "0.0": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_left_5_2": { + "rotation": { + "0.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_left_5_3": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_left_5_4": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [105, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [105, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_left_5_5": { + "rotation": { + "0.0": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_right_front": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-31.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_right_front_2": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_right_front_3": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [55.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_right_front_4": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [105, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [105, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_right_front_5": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_right_2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-27, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_right_2_2": { + "rotation": { + "0.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_right_2_3": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [56.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_right_2_4": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [105, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [105, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_right_2_5": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_right_3": { + "rotation": { + "0.0": { + "post": [90, -12.5, 102.5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [75, -12.5, 102.5], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [90, -12.5, 102.5], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_right_3_2": { + "rotation": { + "0.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-4.8522, -1.20816, -13.94881], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_right_3_3": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [41.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_right_3_4": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [105, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [105, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_right_3_5": { + "rotation": { + "0.0": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_right_4": { + "rotation": { + "0.4583": { + "pre": [-35, 0, 0], + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_right_4_2": { + "rotation": { + "0.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-11, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_right_4_3": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [45.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_right_4_4": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [106.56644, 1.68161, 1.00753], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [106.56644, 1.68161, 1.00753], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_right_4_5": { + "rotation": { + "0.0": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_right_5": { + "rotation": { + "0.0": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_right_5_2": { + "rotation": { + "0.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_right_5_3": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_right_5_4": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [105, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [105, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_right_5_5": { + "rotation": { + "0.0": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.toedscruel.ground_sleep": { + "loop": true, + "bones": { + "body": { + "position": [0, "-10-0.1*(math.sin(q.anim_time*90*1-40)*2)", 0] + }, + "torso": { + "rotation": ["8.5+0.5*math.sin(q.anim_time*90*1-40)*2", 0, 0], + "position": [0, "-0.025*(math.sin(q.anim_time*90*1-60)*2)", 0] + }, + "brim_front": { + "rotation": ["-1.5*math.sin(q.anim_time*90*1-60)*2", 0, 0] + }, + "brim_left": { + "rotation": [0, 0, "-1*math.sin(q.anim_time*90*1-60)*2"] + }, + "brim_right": { + "rotation": [0, 0, "1*math.sin(q.anim_time*90*1-60)*2"] + }, + "brim_back": { + "rotation": ["1*math.sin(q.anim_time*90*1-60)*2", 0, 0] + }, + "eyelid_left": { + "position": [0, 0, -0.1] + }, + "eyelid_right": { + "position": [0, 0, -0.1] + }, + "tentacle_left_front": { + "rotation": ["7.5+1.5*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_left_front_2": { + "rotation": ["-15-1*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_left_front_3": { + "rotation": ["-22.5-1*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_left_front_4": { + "rotation": ["-22.5-1*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_left_front_5": { + "rotation": ["-30+1.5*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_left_2": { + "rotation": ["5+1.5*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_left_2_2": { + "rotation": ["-15-1*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_left_2_3": { + "rotation": ["-20-1*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_left_2_4": { + "rotation": ["-17.5-1*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_left_2_5": { + "rotation": ["-30+1.5*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_left_3": { + "rotation": ["5+1.5*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_left_3_2": { + "rotation": ["-15-1*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_left_3_3": { + "rotation": ["-20-1*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_left_3_4": { + "rotation": ["-17.5-1*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_left_3_5": { + "rotation": ["-30+1.5*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_left_4": { + "rotation": ["5+1.5*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_left_4_2": { + "rotation": ["-15-1*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_left_4_3": { + "rotation": ["-20-1*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_left_4_4": { + "rotation": ["-17.5-1*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_left_4_5": { + "rotation": ["-30+1.5*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_left_5": { + "rotation": ["5+1.5*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_left_5_2": { + "rotation": ["-15-1*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_left_5_3": { + "rotation": ["-20-1*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_left_5_4": { + "rotation": ["-17.5-1*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_left_5_5": { + "rotation": ["-30+1.5*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_right_front": { + "rotation": ["7.5+1.5*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_right_front_2": { + "rotation": ["-15-1*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_right_front_3": { + "rotation": ["-22.5-1*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_right_front_4": { + "rotation": ["-22.5-1*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_right_front_5": { + "rotation": ["-30+1.5*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_right_2": { + "rotation": ["5+1.5*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_right_2_2": { + "rotation": ["-15-1*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_right_2_3": { + "rotation": ["-20-1*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_right_2_4": { + "rotation": ["-17.5-1*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_right_2_5": { + "rotation": ["-30+1.5*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_right_3": { + "rotation": ["5+1.5*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_right_3_2": { + "rotation": ["-15-1*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_right_3_3": { + "rotation": ["-20-1*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_right_3_4": { + "rotation": ["-17.5-1*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_right_3_5": { + "rotation": ["-30+1.5*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_right_4": { + "rotation": ["5+1.5*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_right_4_2": { + "rotation": ["-15-1*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_right_4_3": { + "rotation": ["-20-1*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_right_4_4": { + "rotation": ["-17.5-1*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_right_4_5": { + "rotation": ["-30+1.5*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_right_5": { + "rotation": ["5+1.5*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_right_5_2": { + "rotation": ["-15-1*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_right_5_3": { + "rotation": ["-20-1*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_right_5_4": { + "rotation": ["-17.5-1*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_right_5_5": { + "rotation": ["-30+1.5*math.sin(q.anim_time*90*1-40)*2", 0, 0] + } + } + }, + "animation.toedscruel.blink": { + "animation_length": 0.16667, + "bones": { + "eyelid_right": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_left": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/togedemaru/togedemaru.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/togedemaru/togedemaru.animation.json new file mode 100644 index 0000000..4bc0b31 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/togedemaru/togedemaru.animation.json @@ -0,0 +1,122 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.togedemaru.ground_idle": { + "loop": true, + "bones": { + "tail": { + "rotation": ["math.sin(query.anim_time*90*4)*6", "math.sin(query.anim_time*90*4)*6", 0] + }, + "body": { + "rotation": ["0 - math.cos(query.anim_time * 90 * 4) * -3", 0, 0], + "position": [0, "0-math.cos(query.anim_time * 90 * 8-90) * 0.1", 0] + }, + "ear_left": { + "rotation": ["0 - math.cos(query.anim_time * 90 * 4) * -5", 0, 0] + }, + "ear_right": { + "rotation": ["0 - math.cos(query.anim_time * 90 * 4) * -5", 0, 0] + }, + "hand_left": { + "rotation": [0, 0, "0 - math.cos(query.anim_time * 90 * 4) * 3"] + }, + "hand_right": { + "rotation": [0, 0, "0 - math.cos(query.anim_time * 90 * 4) * -3"] + }, + "bone4": { + "rotation": [0, "0 - math.cos(query.anim_time * 90 * 4) * -3", 0] + }, + "bone5": { + "rotation": [0, "0 - math.cos(query.anim_time * 90 * 4) * -3", 0] + }, + "bone6": { + "rotation": [0, "0 - math.cos(query.anim_time * 90 * 4) * -3", 0] + }, + "bone2": { + "rotation": [0, "0 - math.cos(query.anim_time * 90 * 4) * 3", 0] + }, + "bone3": { + "rotation": [0, "0 - math.cos(query.anim_time * 90 * 4) * 3", 0] + }, + "bone": { + "rotation": [0, "0 - math.cos(query.anim_time * 90 * 4) * 3", 0] + } + } + }, + "animation.togedemaru.ground_walk": { + "loop": true, + "bones": { + "tail": { + "rotation": [125, 0, 0], + "position": [0, 0, 2.425] + }, + "nose": { + "rotation": [7.5, 0, 0] + }, + "bone4": { + "rotation": [0, 17.5, 0] + }, + "bone5": { + "rotation": [0, 17.5, 0] + }, + "bone6": { + "rotation": [0, 17.5, 0] + }, + "bone8": { + "rotation": [0, -12.5, 0] + }, + "bone7": { + "rotation": [0, 12.5, 0] + }, + "bone2": { + "rotation": [0, -17.5, 0] + }, + "bone3": { + "rotation": [0, -17.5, 0] + }, + "bone": { + "rotation": [0, -17.5, 0] + }, + "leg_left": { + "rotation": [-7.5, 0, 0] + }, + "leg_right": { + "rotation": [-7.5, 0, 0] + }, + "eyelid": { + "position": [0, 0, -0.075] + }, + "eyelid2": { + "position": [0, 0, -0.075] + }, + "togedemaru": { + "rotation": ["(q.anim_time*90*10.05)", 0, "math.sin(q.anim_time*90*5)*3"], + "position": [ + "math.sin(q.anim_time*90*2.5)*0.5", + "math.clamp((math.sin(q.anim_time*90*4*2.5-90)*1+1)*5,0,2.5)+math.clamp((math.sin(q.anim_time*90*4*2.5-90)*1+1)*0.5,0,2)", + 0 + ] + } + } + }, + "animation.togedemaru.blink": { + "animation_length": 0.25, + "bones": { + "eyelid": { + "position": { + "0.0": [0, 0, -0.075], + "0.1667": [0, 0, -0.075], + "0.2083": [0, 0, -0.02] + } + }, + "eyelid2": { + "position": { + "0.0": [0, 0, -0.075], + "0.1667": [0, 0, -0.075], + "0.2083": [0, 0, -0.02] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/tornadus/tornadus.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/tornadus/tornadus.animation.json new file mode 100644 index 0000000..f3121ba --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/tornadus/tornadus.animation.json @@ -0,0 +1,4162 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.tornadus.cry": { + "animation_length": 1.9167, + "bones": { + "arm_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [16.98216, -14.98328, -49.74943], + "1.0": [16.98216, -14.98328, -49.74943], + "1.75": [0, 0, 0] + } + }, + "bicep_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-96.04711, -21.46111, -42.46794], + "1.0": [-96.04711, -21.46111, -42.46794], + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, -0.5, 0], + "1.0": [0, -0.5, 0], + "1.75": [0, 0, 0] + } + }, + "forearm_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-24.58534, -17.84677, 51.17054], + "1.0": [-24.58534, -17.84677, 51.17054], + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, -1, 0], + "1.0": [0, -1, 0], + "1.75": [0, 0, 0] + } + }, + "wrist_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-56.7655, 11.75167, 15.72207], + "1.0": [-56.7655, 11.75167, 15.72207], + "1.75": [0, 0, 0] + } + }, + "hand_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 17.5, 0], + "1.0": [0, 17.5, 0], + "1.75": [0, 0, 0] + } + }, + "thumb_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [17.67066, 8.0592, -18.32028], + "1.0": [17.67066, 8.0592, -18.32028], + "1.75": [0, 0, 0] + } + }, + "rthumb_tip": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [22.5, 0, 0], + "1.0": [22.5, 0, 0], + "1.75": [0, 0, 0] + } + }, + "index_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 5, 0], + "1.0": [0, 5, 0], + "1.75": [0, 0, 0] + } + }, + "Rindex_tip": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 65, 0], + "1.0": [0, 65, 0], + "1.75": [0, 0, 0] + } + }, + "middle_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 12.5, 0], + "1.0": [0, 12.5, 0], + "1.75": [0, 0, 0] + } + }, + "Rmiddle_tip": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [21.32038, 75.73781, 15.29151], + "1.0": [21.32038, 75.73781, 15.29151], + "1.75": [0, 0, 0] + } + }, + "ring_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 17.5, 0], + "1.0": [0, 17.5, 0], + "1.75": [0, 0, 0] + } + }, + "Rring_tip": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 40, 0], + "1.0": [0, 40, 0], + "1.75": [0, 0, 0] + } + }, + "pinky_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 15, 0], + "1.0": [0, 15, 0], + "1.75": [0, 0, 0] + } + }, + "Rpinky_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 60, 0], + "1.0": [0, 60, 0], + "1.75": [0, 0, 0] + } + }, + "shoulder_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-40.059, 61.94246, 64.30172], + "1.0": [-65.059, 61.94246, 64.30172], + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [-1, -0.5, -0.7], + "1.0": [-1, -0.5, -0.7], + "1.75": [0, 0, 0] + } + }, + "bicep_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-88.72526, 12.07608, 24.19559], + "1.0": [-88.72526, 12.07608, 24.19559], + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0, -1], + "1.0": [0, 0, -1], + "1.75": [0, 0, 0] + } + }, + "forearm_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [262.34598, 11.14607, -351.19338], + "1.0": [262.34598, 11.14607, -351.19338], + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, -1, 1], + "1.0": [0, -1, 1], + "1.75": [0, 0, 0] + } + }, + "thumb_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 35], + "1.0": [0, 0, 35], + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "1.0": [0, 0, 0], + "1.75": [0, 0, 0] + } + }, + "index_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -22.5, 0], + "1.0": [0, -22.5, 0], + "1.75": [0, 0, 0] + } + }, + "middle_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -27.5, 0], + "1.0": [0, -27.5, 0], + "1.75": [0, 0, 0] + } + }, + "ring_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -17.5, 0], + "1.0": [0, -17.5, 0], + "1.75": [0, 0, 0] + } + }, + "pinky_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -10, 0], + "1.0": [0, -10, 0], + "1.75": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": [5, 0, 0] + } + }, + "tail_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-18.84825, 11.83747, -12.17553], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-18.84825, 11.83747, -12.17553], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + } + }, + "tail_3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-6.81098, -0.54996, 3.1264], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-6.81098, -0.54996, 3.1264], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + } + }, + "tail_4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.5, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.5, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + } + }, + "tail_5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-10, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-10, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + } + }, + "tail_6": { + "rotation": { + "0.0": [0, 0, 0], + "1.75": [0, 0, 0] + } + }, + "tail_7": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-20, 0, 0], + "1.0": [-20, 0, 0], + "1.75": [0, 0, 0] + } + }, + "tip_8": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-30, 0, 0], + "1.0": [-30, 0, 0], + "1.75": [0, 0, 0] + } + }, + "mainthing": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + } + }, + "shoulder_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-38.09836, -52.19569, -10.59801], + "1.0": [-55.59836, -52.19569, -10.59801], + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0, -1], + "1.0": [0, 0, -1], + "1.75": [0, 0, 0] + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + } + }, + "thumbleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [65, 0, 0], + "1.0": [65, 0, 0], + "1.75": [0, 0, 0] + } + }, + "indexleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -57.5, 0], + "1.0": [0, -57.5, 0], + "1.75": [0, 0, 0] + } + }, + "midleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -55, 0], + "1.0": [0, -55, 0], + "1.75": [0, 0, 0] + } + }, + "ringleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -77.5, 0], + "1.0": [0, -77.5, 0], + "1.75": [0, 0, 0] + } + }, + "pinkleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -90, 0], + "1.0": [0, -90, 0], + "1.75": [0, 0, 0] + } + }, + "wrist_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-12.51758, 14.99961, 0.11051], + "1.0": [-12.51758, 14.99961, 0.11051], + "1.75": [0, 0, 0] + } + } + } + }, + "animation.tornadus.ground_idle": { + "loop": true, + "bones": { + "mainthing": { + "position": [0, "0-math.sin(q.anim_time*45*1)*1", 0] + }, + "upperbody": { + "position": [0, "-2-math.sin(q.anim_time*45*0.8)*1", 0] + }, + "tail_1": { + "rotation": ["-math.sin(q.anim_time*90*1)*2", 0, 0] + } + } + }, + "animation.tornadus.ground_walk": { + "loop": true, + "bones": { + "head": { + "rotation": [-10, 0, 0], + "position": [0, 0, 0] + }, + "mainthing": { + "rotation": [17.5, 0, 0], + "position": [0, "3-math.sin(q.anim_time*45*2)*1", 0] + }, + "upperbody": { + "position": [0, "-2-math.sin(q.anim_time*45*0.8)*1", 0] + }, + "torso": { + "rotation": [-10, 0, 0], + "position": [0, -1, 0] + }, + "tail_1": { + "rotation": ["-math.sin(q.anim_time*90*1)*2", 0, 0] + } + } + }, + "animation.tornadus.status": { + "loop": true, + "animation_length": 2.6667, + "bones": { + "mainthing": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 3, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 3, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "shoulder_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [3.66507, -16.73043, -0.41274], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [3.66507, -16.73043, -0.41274], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [3.66507, -16.73043, -0.41274], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bicep_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1.85847, -2.43807, -32.13772], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [1.85847, -2.43807, -32.13772], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [1.85847, -2.43807, -32.13772], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "forearm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-144.27194, -50.36074, -143.90337], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-144.27194, -50.36074, -143.90337], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-144.27194, -50.36074, -143.90337], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wrist_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-2.11723, 26.3768, 9.4362], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-2.11723, 26.3768, 9.4362], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-2.11723, 26.3768, 9.4362], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "shoulder_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [11.41375, 35.92332, -22.46207], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [11.41375, 35.92332, -22.46207], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [11.41375, 35.92332, -22.46207], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-2.85579, 41.89002, 8.30493], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-5.82296, 47.54368, 17.07307], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 2], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 2], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bicep_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1.14151, 9.99247, 2.38386], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0.68566, -7.44904, 3.88961], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-0.96817, 4.98453, 7.889], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-6.19379, 1.66763, 22.62878], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "forearm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [8.17376, 37.67609, -10.76218], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [10.8309, 33.18947, -14.21648], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [10.8309, 33.18947, -14.21648], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [7.26886, 52.08762, -17.09028], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [7.9832, 49.8101, -18.3446], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wrist_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-1.14336, 3.69649, 8.10754], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [1.41121, -1.31933, 7.58996], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-1.14336, 3.69649, 8.10754], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-28.55921, -13.90496, -14.16023], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-25.29671, 22.02927, 7.33877], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "middle_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ring_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "pinky_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-20.28592, -52.30155, 25.03987], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-20.28592, -52.30155, 25.03987], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-18.84825, 11.83747, -12.17553], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-18.84825, 11.83747, -12.17553], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-6.81098, -0.54996, 3.1264], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-6.81098, -0.54996, 3.1264], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.5, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-12.5, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-10, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-10, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_7": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tip_8": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "thumbleft2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [62.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [62.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "midleft2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -72.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -72.5, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ringleft2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -87.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -87.5, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "pinkleft2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -80, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -80, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "thumb_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "index_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 67.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 67.5, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "indexleft2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 27.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 27.5, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0, -0.1], + "2.0": [0, 0, -0.1], + "2.6667": [0, 0, 0] + } + } + } + }, + "animation.tornadus.quirk": { + "animation_length": 3.5, + "bones": { + "mainthing": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "upperbody": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -37.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -37.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [20, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [20, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0.19, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0.19, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [16.98216, -14.98328, -49.74943], + "1.0": [16.98216, -14.98328, -49.74943], + "1.5": [16.98216, -14.98328, -49.74943], + "2.0": [16.98216, -14.98328, -49.74943], + "3.0": [16.98216, -14.98328, -49.74943], + "3.5": [0, 0, 0] + } + }, + "shoulder_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-38.09836, -52.19569, -10.59801], + "1.0": [-38.09836, -52.19569, -10.59801], + "1.5": [64.91351, -17.06891, 125.75116], + "2.0": [64.91351, -17.06891, 125.75116], + "2.5": [27.10317, -12.2373, 80.65881], + "3.0": [27.10317, -12.2373, 80.65881], + "3.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0, -1], + "1.0": [0, 0, -1], + "1.5": [0, -1, -1], + "2.0": [0, -1, -1], + "2.5": [1, -0.67, -0.67], + "3.0": [1, -0.67, -0.67], + "3.5": [0, 0, 0] + } + }, + "bicep_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-96.04711, -21.46111, -42.46794], + "1.0": [-96.04711, -21.46111, -42.46794], + "1.5": [-95.62546, 6.13406, -43.21978], + "2.0": [-95.62546, 6.13406, -43.21978], + "2.5": [-89.79087, -22.03727, -29.21028], + "3.0": [-89.79087, -22.03727, -29.21028], + "3.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, -0.5, 0], + "1.0": [0, -0.5, 0], + "1.5": [0, -1, -1], + "2.0": [0, -1, -1], + "2.5": [0, 0.33, -0.67], + "3.0": [0, 0.33, -0.67], + "3.5": [0, 0, 0] + } + }, + "forearm_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-24.58534, -17.84677, 51.17054], + "1.0": [-24.58534, -17.84677, 51.17054], + "1.5": [-59.33406, -109.33522, -94.81321], + "2.0": [-59.33406, -109.33522, -94.81321], + "2.5": [-67.92997, -80.14271, -80.43778], + "3.0": [-67.92997, -80.14271, -80.43778], + "3.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, -1, 0], + "1.0": [0, -1, 0], + "1.5": [0, 0.25, 1], + "2.0": [0, 0.25, 1], + "3.5": [0, 0, 0] + } + }, + "wrist_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-56.7655, 11.75167, 15.72207], + "1.0": [-56.7655, 11.75167, 15.72207], + "1.5": [1.46489, 13.34342, 0.78851], + "2.0": [1.46489, 13.34342, 0.78851], + "2.5": [1.46489, 13.34342, 0.78851], + "3.0": [1.46489, 13.34342, 0.78851], + "3.5": [0, 0, 0] + } + }, + "hand_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 17.5, 0], + "1.0": [0, 17.5, 0], + "1.5": [0, 12.5, 0], + "2.0": [0, 12.5, 0], + "3.5": [0, 0, 0] + } + }, + "thumb_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [17.67066, 8.0592, -18.32028], + "1.0": [17.67066, 8.0592, -18.32028], + "1.5": [17.67066, 8.0592, -18.32028], + "2.0": [17.67066, 8.0592, -18.32028], + "2.5": [17.67066, 8.0592, -18.32028], + "3.0": [17.67066, 8.0592, -18.32028], + "3.5": [0, 0, 0] + } + }, + "rthumb_tip": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [22.5, 0, 0], + "1.0": [22.5, 0, 0], + "1.5": [22.5, 0, 0], + "2.0": [22.5, 0, 0], + "2.5": [22.5, 0, 0], + "3.0": [22.5, 0, 0], + "3.5": [0, 0, 0] + } + }, + "index_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 5, 0], + "1.0": [0, 5, 0], + "1.5": [0, -35, 0], + "2.0": [0, -35, 0], + "2.5": [0, 5, 0], + "3.0": [0, 5, 0], + "3.5": [0, 0, 0] + } + }, + "Rindex_tip": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 65, 0], + "1.0": [0, 65, 0], + "1.5": [0, 25, 0], + "2.0": [0, 25, 0], + "2.5": [0, 65, 0], + "3.0": [0, 65, 0], + "3.5": [0, 0, 0] + } + }, + "middle_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 12.5, 0], + "1.0": [0, 12.5, 0], + "1.5": [0, -27.5, 0], + "2.0": [0, -27.5, 0], + "2.5": [0, 12.5, 0], + "3.0": [0, 12.5, 0], + "3.5": [0, 0, 0] + } + }, + "Rmiddle_tip": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [21.32038, 75.73781, 15.29151], + "1.0": [21.32038, 75.73781, 15.29151], + "1.5": [5.247, 11.63029, -4.3677], + "2.0": [5.247, 11.63029, -4.3677], + "2.5": [21.32038, 75.73781, 15.29151], + "3.0": [21.32038, 75.73781, 15.29151], + "3.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.5": [0, 0, 0], + "2.0": [0, 0, 0], + "3.5": [0, 0, 0] + } + }, + "ring_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 17.5, 0], + "1.0": [0, 17.5, 0], + "1.5": [0, -30, 0], + "2.0": [0, -30, 0], + "2.5": [0, 17.5, 0], + "3.0": [0, 17.5, 0], + "3.5": [0, 0, 0] + } + }, + "Rring_tip": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 40, 0], + "1.0": [0, 40, 0], + "1.5": [0, 22.5, 0], + "2.0": [0, 22.5, 0], + "2.5": [0, 40, 0], + "3.0": [0, 40, 0], + "3.5": [0, 0, 0] + } + }, + "pinky_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 15, 0], + "1.0": [0, 15, 0], + "1.5": [0, -30, 0], + "2.0": [0, -30, 0], + "2.5": [0, 15, 0], + "3.0": [0, 15, 0], + "3.5": [0, 0, 0] + } + }, + "Rpinky_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 60, 0], + "1.0": [0, 60, 0], + "1.5": [0, 15, 0], + "2.0": [0, 15, 0], + "2.5": [0, 60, 0], + "3.0": [0, 60, 0], + "3.5": [0, 0, 0] + } + }, + "shoulder_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-40.059, 61.94246, 64.30172], + "1.0": [-40.059, 61.94246, 64.30172], + "1.5": [26.70193, 67.06169, -17.42234], + "2.0": [26.70193, 67.06169, -17.42234], + "2.5": [-16.24493, 19.51236, 7.81181], + "3.0": [-16.24493, 19.51236, 7.81181], + "3.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [-1, -0.5, -0.7], + "1.0": [-1, -0.5, -0.7], + "1.5": [-1, -0.5, 0.3], + "2.0": [-1, -0.5, 0.3], + "2.5": [-0.67, -0.33, -0.8], + "3.0": [-0.67, -0.33, -0.8], + "3.5": [0, 0, 0] + } + }, + "bicep_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-88.72526, 12.07608, 24.19559], + "1.0": [-88.72526, 12.07608, 24.19559], + "1.5": [-90.05174, 13.17638, 36.71744], + "2.0": [-90.05174, 13.17638, 36.71744], + "2.5": [-90.05174, 13.17638, 36.71744], + "3.0": [-90.05174, 13.17638, 36.71744], + "3.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0, -1], + "1.0": [0, 0, -1], + "1.5": [0, 0, -1], + "2.0": [0, 0, -1], + "2.5": [0, 0, -1], + "3.0": [0, 0, -1], + "3.5": [0, 0, 0] + } + }, + "forearm_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [262.34598, 11.14607, -351.19338], + "1.0": [262.34598, 11.14607, -351.19338], + "1.5": [-161.27276, 14.86739, 95.53949], + "2.0": [-161.27276, 14.86739, 95.53949], + "2.5": [-188.53617, 95.54023, 150.94913], + "3.0": [-188.53617, 95.54023, 150.94913], + "3.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, -1, 1], + "1.0": [0, -1, 1], + "1.5": [0, -1, 0], + "2.0": [0, -1, 0], + "2.5": [2, 1, 0], + "3.0": [2, 1, 0], + "3.5": [0, 0, 0] + } + }, + "hand_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-9.60636, -7.78364, 1.33793], + "1.0": [-9.60636, -7.78364, 1.33793], + "1.5": [-9.60636, -7.78364, 1.33793], + "2.0": [-9.60636, -7.78364, 1.33793], + "2.5": [-9.60636, -7.78364, 1.33793], + "3.0": [-9.60636, -7.78364, 1.33793], + "3.5": [0, 0, 0] + } + }, + "thumb_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 35], + "1.0": [0, 0, 35], + "1.5": [0, 0, 35], + "2.0": [0, 0, 35], + "2.5": [0, 0, 35], + "3.0": [0, 0, 35], + "3.5": [0, 0, 0] + }, + "position": { + "0.5": [0, 0, 0], + "1.0": [0, 0, 0], + "1.5": [0, 0, 0], + "2.0": [0, 0, 0], + "2.5": [0, 0, 0], + "3.0": [0, 0, 0] + } + }, + "thumbleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [65, 0, 0], + "1.0": [65, 0, 0], + "1.5": [65, 0, 0], + "2.0": [65, 0, 0], + "2.5": [65, 0, 0], + "3.0": [65, 0, 0], + "3.5": [0, 0, 0] + } + }, + "index_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -22.5, 0], + "1.0": [0, -22.5, 0], + "1.5": [0, -22.5, 0], + "2.0": [0, -22.5, 0], + "2.5": [0, -22.5, 0], + "3.0": [0, -22.5, 0], + "3.5": [0, 0, 0] + } + }, + "indexleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -57.5, 0], + "1.0": [0, -57.5, 0], + "1.5": [0, -57.5, 0], + "2.0": [0, -57.5, 0], + "2.5": [0, -57.5, 0], + "3.0": [0, -57.5, 0], + "3.5": [0, 0, 0] + } + }, + "middle_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -27.5, 0], + "1.0": [0, -27.5, 0], + "1.5": [0, -27.5, 0], + "2.0": [0, -27.5, 0], + "2.5": [0, -27.5, 0], + "3.0": [0, -27.5, 0], + "3.5": [0, 0, 0] + } + }, + "midleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -55, 0], + "1.0": [0, -55, 0], + "1.5": [0, -55, 0], + "2.0": [0, -55, 0], + "2.5": [0, -55, 0], + "3.0": [0, -55, 0], + "3.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [1, 0, -1], + "1.0": [1, 0, -1], + "1.5": [1, 0, -1], + "2.0": [1, 0, -1], + "2.5": [1, 0, -1], + "3.0": [1, 0, -1], + "3.5": [0, 0, 0] + } + }, + "ring_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -17.5, 0], + "1.0": [0, -17.5, 0], + "1.5": [0, -17.5, 0], + "2.0": [0, -17.5, 0], + "2.5": [0, -17.5, 0], + "3.0": [0, -17.5, 0], + "3.5": [0, 0, 0] + } + }, + "ringleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -77.5, 0], + "1.0": [0, -77.5, 0], + "1.5": [0, -77.5, 0], + "2.0": [0, -77.5, 0], + "2.5": [0, -77.5, 0], + "3.0": [0, -77.5, 0], + "3.5": [0, 0, 0] + } + }, + "pinky_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -22.5, 0], + "1.0": [0, -22.5, 0], + "1.5": [0, -22.5, 0], + "2.0": [0, -22.5, 0], + "2.5": [0, -22.5, 0], + "3.0": [0, -22.5, 0], + "3.5": [0, 0, 0] + } + }, + "pinkleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -90, 0], + "1.0": [0, -90, 0], + "1.5": [0, -90, 0], + "2.0": [0, -90, 0], + "2.5": [0, -90, 0], + "3.0": [0, -90, 0], + "3.5": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [11.00966, 24.59477, 4.62934], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [11.00966, 24.59477, 4.62934], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-18.39322, 1.99781, 2.04869], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [-22.86553, 0.71324, 1.92306], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-18.39322, 1.99781, 2.04869], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-18.39322, 1.99781, 2.04869], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-22.86553, 0.71324, 1.92306], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [-18.39322, 1.99781, 2.04869], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-18.39322, 1.99781, 2.04869], + "lerp_mode": "catmullrom" + }, + "3.5": [5, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "3.5": [0, 0, 0] + } + }, + "tail_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-18.84825, 11.83747, -12.17553], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-18.84825, 11.83747, -12.17553], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-6.81098, -0.54996, 3.1264], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-6.81098, -0.54996, 3.1264], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.5, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.5, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-10, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-10, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_6": { + "rotation": { + "0.0": [0, 0, 0], + "3.5": [0, 0, 0] + } + }, + "tail_7": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-20, 0, 0], + "3.5": [0, 0, 0] + } + }, + "tip_8": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-30, 0, 0], + "3.5": [0, 0, 0] + } + }, + "wrist_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-12.93856, 14.94727, 15.1163], + "1.0": [-12.93856, 14.94727, 15.1163], + "1.5": [-12.93856, 14.94727, 15.1163], + "2.0": [-12.93856, 14.94727, 15.1163], + "2.5": [52.06144, 14.94727, 15.1163], + "3.0": [52.06144, 14.94727, 15.1163], + "3.5": [0, 0, 0] + } + } + } + }, + "animation.tornadus.faint": { + "loop": true, + "animation_length": 3, + "bones": { + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [16.98216, -14.98328, -49.74943], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [16.98216, -14.98328, -49.74943], + "lerp_mode": "catmullrom" + } + } + }, + "bicep_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-96.04711, -21.46111, -42.46794], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-96.04711, -21.46111, -42.46794], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + } + } + }, + "forearm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [133.19634, -57.67501, 213.10634], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [133.19634, -57.67501, 213.10634], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wrist_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [8.2345, 11.75167, 15.72207], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [8.2345, 11.75167, 15.72207], + "lerp_mode": "catmullrom" + } + } + }, + "hand_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "thumb_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-7.32934, 8.0592, -18.32028], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-7.32934, 8.0592, -18.32028], + "lerp_mode": "catmullrom" + } + } + }, + "rthumb_tip": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "index_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -67.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -67.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rindex_tip": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "middle_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -95, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -95, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rmiddle_tip": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [5.14118, 1.67114, -5.27798], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [5.14118, 1.67114, -5.27798], + "lerp_mode": "catmullrom" + } + } + }, + "ring_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -82.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -82.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rring_tip": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "pinky_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -105, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -105, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rpinky_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "shoulder_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-69.77781, 59.1272, 95.18024], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-69.77781, 59.1272, 95.18024], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-1, -0.5, 0.3], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-1, -0.5, 0.3], + "lerp_mode": "catmullrom" + } + } + }, + "bicep_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-95.83558, 17.19945, 29.71022], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-95.83558, 17.19945, 29.71022], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -1, -1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -1, -1], + "lerp_mode": "catmullrom" + } + } + }, + "forearm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [164.28222, 72.6418, -151.72971], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [164.28222, 72.6418, -151.72971], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [1, -1, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1, -1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "thumb_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-70, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-70, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "index_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + } + } + }, + "middle_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ring_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "pinky_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 40, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 40, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-33.74538, 24.3683, -5.7632], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-36.24538, -24.3683, 5.7632], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-35.9936, 21.93857, -5.123], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-33.74538, 24.3683, -5.7632], + "lerp_mode": "catmullrom" + } + } + }, + "tail_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-27.46136, 2.40449, -2.47315], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-61.34825, 11.83747, -12.17553], + "lerp_mode": "catmullrom" + } + } + }, + "tail_3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-39.31098, -0.54996, 3.1264], + "lerp_mode": "catmullrom" + } + } + }, + "tail_4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-35.74845, 5.47345, -0.24622], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-28.30005, 26.94622, -1.21217], + "lerp_mode": "catmullrom" + } + } + }, + "tail_5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-10, 12.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-20.49008, -11.53486, 4.8493], + "lerp_mode": "catmullrom" + } + } + }, + "tail_7": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-15.27399, -1.36594, -17.57352], + "lerp_mode": "catmullrom" + } + } + }, + "tip_8": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "mainthing": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 9, 0], + "lerp_mode": "catmullrom" + } + } + }, + "shoulder_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-73.27888, -29.05536, -39.33729], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-73.27888, -29.05536, -39.33729], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -1, -2], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -1, -2], + "lerp_mode": "catmullrom" + } + } + }, + "indexleft2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -47.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -47.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "midleft2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ringleft2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + } + } + }, + "pinkleft2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + } + } + }, + "thumbleft2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wrist_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-65.17105, 9.48648, 10.07344], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-65.17105, 9.48648, 10.07344], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "0.75": [0, 0, -1], + "3.0": [0, 0, -1] + } + }, + "hand_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-25.737, 14.5412, 9.52558], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-25.737, 14.5412, 9.52558], + "lerp_mode": "catmullrom" + } + } + }, + "tail_2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "browright": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [0, 0, -20] + }, + "scale": { + "0.0": [1, 1, 1], + "0.75": [1.3, 1, 1] + } + }, + "browleft": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 47.5] + }, + "position": { + "0.0": [0, 0, 0], + "0.75": [1, 0.3, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "0.75": [1.3, 1.1, 1] + } + } + } + }, + "animation.tornadus.special_attack": { + "animation_length": 2.5, + "bones": { + "mainthing": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 30, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 30, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "upperbody": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "shoulder_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-27.04578, -5.7878, -45.85396], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [3.75662, -45.0473, -24.24284], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [3.75662, -45.0473, -24.24284], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bicep_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-9.68826, -16.18481, -57.94102], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-5.89379, -12.00199, -30.49633], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-5.89379, -12.00199, -30.49633], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "forearm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-178.36016, -7.76708, -181.99503], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-137.31772, -77.67383, -140.25249], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-137.04862, -44.93934, -143.79396], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-137.04862, -44.93934, -143.79396], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wrist_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [6.62672, -3.00141, -45.07426], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-0.59857, 31.8655, 21.88793], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-0.59857, 31.8655, 21.88793], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "hand_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -32.5, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "index_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -47.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -47.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "middle_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ring_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "pinky_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "shoulder_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-58.395, 99.67957, 50.37232], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-72.95317, -0.97263, 96.13048], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-72.95317, -0.97263, 96.13048], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bicep_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15.26684, 13.37341, 40.3758], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15.26684, 13.37341, 40.3758], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "forearm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [127.10581, 70.63684, -141.79222], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [84.04797, 36.78782, -146.68224], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [1, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [1.86, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wrist_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-101.34951, 2.10037, 8.62454], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-58.72776, 2.78547, -8.01414], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "0.75": [1, 0, -1] + } + }, + "hand_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-12.5, 27.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -30, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [17.5, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [17.5, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -90], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-12.5, 0, -90], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-8.27166, -16.24478, -47.08751], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-12.01, 10.58608, -10.01879], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [1.54016, -28.50824, -1.26387], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [1.54016, -28.50824, -1.26387], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [1.89625, -19.49119, -10.5248], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [1.89625, -19.49119, -10.5248], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-30.21362, 6.49053, -3.76613], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-3.80155, -5.49882, -12.50527], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-3.80155, -5.49882, -12.50527], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-26.78135, 20.29348, -9.92926], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-1.48685, 16.5773, -1.81147], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-1.48685, 16.5773, -1.81147], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-3.38852, 16.41371, -6.15491], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-45.61607, -20.35421, -13.66426], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-27.38832, 20.98479, -11.19225], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_7": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-22.57734, -4.61854, 1.91757], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [3.47698, 1.16776, 49.20183], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-4.02302, 1.16776, 49.20183], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tip_8": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.tornadus.physical_attack": { + "loop": true, + "animation_length": 1.5, + "bones": { + "mainthing": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 3, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "upperbody": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 35, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 35, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-11.32607, -37.33289, 6.29298], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, -37.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-0.53889, -10.0593, -0.0117], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-0.53889, -10.0593, -0.0117], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "shoulder_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-26.91312, -14.97402, -31.87535], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-26.91312, -14.97402, -31.87535], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-8.22225, -92.01206, -42.52995], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-8.22225, -92.01206, -42.52995], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "bicep_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-81.19352, -9.20493, -45.298], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-81.19352, -9.20493, -45.298], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-67.03836, 46.97727, -26.25487], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-67.03836, 46.97727, -26.25487], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "forearm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-70.19861, -59.35298, -120.68869], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-70.19861, -59.35298, -120.68869], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-128.87318, -84.02683, -61.13347], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-128.87318, -84.02683, -61.13347], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "wrist_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [17.25888, -2.48774, -34.32359], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [17.25888, -2.48774, -34.32359], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-2.5122, 9.26392, 7.26597], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-2.5122, 9.26392, 7.26597], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "hand_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-1.00966, -24.59477, -15.37066], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-1.00966, -24.59477, -15.37066], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-0.00933, 2.462, -20.43439], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-0.00933, 2.462, -20.43439], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "thumb_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [22.5, 0, -13.38192], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [22.5, 0, -13.38192], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "index_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, -40, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, -40, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 9.31, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 9.31, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "Rindex_tip": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [0, 57.5, 0], + "1.0417": [0, 57.5, 0] + } + }, + "middle_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, -42.5, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, -42.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -0.42, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, -0.42, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "Rmiddle_tip": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 68.65, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 68.65, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "ring_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -1.22, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, -1.22, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "Rring_tip": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 69.73, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 69.73, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "pinky_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, -62.5, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, -62.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 9.24, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 9.24, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "Rpinky_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [0, 60, 0], + "1.0417": [0, 60, 0] + } + }, + "shoulder_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-60.38208, 86.50635, 71.57169], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-60.5225, 111.50559, 71.33008], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-63.88113, 27.58839, 63.00051], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-63.88113, 27.58839, 63.00051], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "bicep_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-17.36402, 21.71077, 10.13189], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-17.36402, 21.71077, 10.13189], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [1.1722, 34.87832, 12.68937], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [7.43538, 22.41112, 27.66754], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [7.43538, 22.41112, 27.66754], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.75": [0, -1, 0], + "1.0417": [0, -1, 0] + } + }, + "forearm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-27.49394, 30.08495, -7.44009], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-27.49394, 30.08495, -7.44009], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-127.04372, 32.0507, 59.82264], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-309.01793, 0.62974, 233.69494], + "lerp_mode": "catmullrom" + }, + "0.75": [-289.61396, 77.01653, 199.49359], + "1.0417": [-289.61396, 77.01653, 199.49359], + "1.5": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [1, -1, -2], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [1, -1, -2], + "lerp_mode": "catmullrom" + }, + "0.75": [1, 0, 0], + "1.0417": [1, 0, 0], + "1.5": [0, 0, 0] + } + }, + "wrist_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [22.50041, -4.68437, -7.49336], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [22.50041, -4.68437, -7.49336], + "lerp_mode": "catmullrom" + }, + "0.75": [68.77449, 11.18703, 14.91948], + "1.0417": [68.77449, 11.18703, 14.91948], + "1.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.75": [0, 1, 0], + "1.0417": [0, 1, 0], + "1.5": [0, 0, 0] + } + }, + "thumb_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [30, 0, 40] + } + }, + "index_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [0, -17.5, 0] + } + }, + "middle_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [0, -27.5, 0] + } + }, + "ring_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [0, -20, 0] + } + }, + "pinky_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [0, -10, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 47.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 47.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "tail_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-18.84825, 11.83747, -12.17553], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-18.84825, 11.83747, -12.17553], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "tail_3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-6.81098, -0.54996, 3.1264], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-6.81098, -0.54996, 3.1264], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "tail_4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.5, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-12.5, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "tail_5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-10, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-10, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "tail_6": { + "rotation": { + "0.0": [0, 0, 0], + "1.5": [0, 0, 0] + } + }, + "tail_7": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-20, 0, 0], + "1.5": [0, 0, 0] + } + }, + "tip_8": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-30, 0, 0], + "1.5": [0, 0, 0] + } + }, + "thumbleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [20, 0, 0] + } + }, + "indexleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [0, -100, 0] + } + }, + "midleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [0, -87.5, 0] + }, + "position": [0, 0, 0] + }, + "ringleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [0, -82.5, 0] + } + }, + "pinkleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [0, -95, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.375": [0.5, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/toxicroak/toxicroak.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/toxicroak/toxicroak.animation.json new file mode 100644 index 0000000..296cf44 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/toxicroak/toxicroak.animation.json @@ -0,0 +1,1208 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.toxicroak.ground_idle": { + "loop": true, + "bones": { + "leg_right": { + "rotation": ["4*Math.abs(math.cos(query.anim_time * 270)) + 20.0053", 28.48042, 9.8491], + "position": [ + "-0.1*Math.abs(math.cos(query.anim_time * 270))", + "0.2*Math.abs(math.cos(query.anim_time * 270))", + "-0.5*Math.abs(math.cos(query.anim_time * 270))" + ] + }, + "leg_2_right": { + "rotation": [15, 0, 0] + }, + "foot_right": { + "rotation": ["-4*Math.abs(math.cos(query.anim_time * 270))", 0, 0], + "position": [ + "-0.2*Math.abs(math.cos(query.anim_time * 270))", + "-0.2*Math.abs(math.cos(query.anim_time * 270))", + "-0.2*Math.abs(math.cos(query.anim_time * 270))" + ] + }, + "toe_right_right": { + "rotation": [-30.66307, 13.58401, -16.57142], + "position": [0, 0.25, 0.25] + }, + "toe_right_left": { + "rotation": [-33.36042, -25.85866, 3.97125], + "position": [0, 0.5, 0.5] + }, + "toe_right_middle": { + "rotation": [-32.27733, -4.02155, -6.33586], + "position": [0, 0.5, 0] + }, + "leg_left": { + "rotation": ["4*Math.abs(math.cos(query.anim_time * 270))-7.8595", -17.34551, 2.35666], + "position": [ + "0.2*Math.abs(math.cos(query.anim_time * 270)) + 0.5", + "0.2*Math.abs(math.cos(query.anim_time * 270))", + "-0.5*Math.abs(math.cos(query.anim_time * 270))" + ] + }, + "foot_left": { + "rotation": ["-4*Math.abs(math.cos(query.anim_time * 270))+17.5", 0, 0] + }, + "toe_left_middle": { + "rotation": [-7.5, 0, 0] + }, + "toe_left_right": { + "rotation": [-10.17995, -12.39135, 1.6575] + }, + "toe_left_left": { + "rotation": [-7.67995, 12.39135, -1.6575] + }, + "body": { + "rotation": [10, 0, 0], + "position": [0, "0.75*Math.abs(math.cos(query.anim_time * 270))", 0] + }, + "arm_left": { + "rotation": [-12.06099, 10.25367, "3*math.cos((query.anim_time - 0.5) * 540) -21.4347"] + }, + "hand_left": { + "rotation": [-27.5, 47.5, "3*math.cos((query.anim_time - 0.75) * 540)"] + }, + "thumb_left": { + "rotation": [40, 0, 0] + }, + "finger_front_left": { + "rotation": [11.14843, 22.52101, 27.22644] + }, + "finger_back_left": { + "rotation": [-11.70092, -19.3546, 32.00206] + }, + "claw_left": { + "rotation": [0, 0, -7.5] + }, + "arm_right": { + "rotation": [5.96606, -8.31223, "-3*math.cos((query.anim_time - 0.5) * 540) -24.3619"] + }, + "hand_right": { + "rotation": [-15.19185, -56.64466, "-3*math.cos((query.anim_time - 0.75) * 540) + 19.9217"] + }, + "claw_right": { + "rotation": [0, 0, 7.5] + }, + "thumb_right": { + "rotation": [40, 0, 0] + }, + "finger_back_right": { + "rotation": [-11.70092, 19.3546, -32.00206] + }, + "finger_front_right": { + "rotation": [11.14843, -22.52101, -27.22644] + }, + "head": { + "rotation": [-5, 0, 0] + }, + "throat_sack": { + "rotation": [-7.5, 0, 0], + "position": [0, 0.25, "0.3*math.cos(query.anim_time * 180) + 1"] + } + } + }, + "animation.toxicroak.ground_walk": { + "loop": true, + "animation_length": 0.96, + "bones": { + "leg_right": { + "rotation": { + "0.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [72.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_2_right": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "toe_right_right": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.12": { + "post": [2.66, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "toe_right_left": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.12": { + "post": [2.66, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "toe_right_middle": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.12": { + "post": [2.97, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [72.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [72.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + } + } + }, + "leg_2_left": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "toe_left_middle": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [2.97, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "toe_left_right": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [2.66, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "toe_left_left": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [3.28, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.16": { + "post": [0, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [0, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [-9.2528, -51.72463, 15.50697], + "lerp_mode": "catmullrom" + }, + "0.16": { + "post": [-15.33377, -50.6579, 23.3056], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [-9.2528, -51.72463, 15.50697], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [-15.33377, -50.6579, 23.3056], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [-9.2528, -51.72463, 15.50697], + "lerp_mode": "catmullrom" + } + } + }, + "hand_left": { + "rotation": { + "0.08": { + "pre": [0, 5, 0], + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [0.43688, 4.98093, 5.019], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [0.43688, 4.98093, 5.019], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "thumb_left": { + "rotation": [17.5, -37.5, 0] + }, + "finger_front_left": { + "rotation": [0, 5, 0] + }, + "finger_back_left": { + "rotation": [0, -12.5, 0] + }, + "claw_left": { + "rotation": [0, 0, -2.5] + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [-9.2528, 51.72463, -15.50697], + "lerp_mode": "catmullrom" + }, + "0.16": { + "post": [-15.33377, 50.6579, -23.3056], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [-9.2528, 51.72463, -15.50697], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [-15.33377, 50.6579, -23.3056], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [-9.2528, 51.72463, -15.50697], + "lerp_mode": "catmullrom" + } + } + }, + "hand_right": { + "rotation": { + "0.0": [0, -5, 0], + "0.08": { + "pre": [0, -5, 0], + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [0.43688, -4.98093, -5.019], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [0.43688, -4.98093, -5.019], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "thumb_right": { + "rotation": [17.5, 37.5, 0] + }, + "finger_back_right": { + "rotation": [0, 12.5, 0] + }, + "finger_front_right": { + "rotation": [0, -5, 0] + }, + "head": { + "rotation": [-12.5, 0, 0] + }, + "throat_sack": { + "rotation": [-5, 0, 0], + "position": { + "0.0": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [0, 0.25, 1], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.toxicroak.faint": { + "loop": true, + "animation_length": 2.885, + "bones": { + "leg_right": { + "rotation": { + "0.0": { + "post": [16.73634, -5.188, 16.73634], + "lerp_mode": "catmullrom" + }, + "0.12": { + "post": [-28.26366, -5.188, 16.73634], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [-52.92557, 8.8448, 27.22417], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [-57.92557, 8.8448, 27.22417], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [-105.27647, 3.2947, 5.2861], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [-82.77647, 3.2947, 5.2861], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [-85.27647, 3.2947, 5.2861], + "lerp_mode": "catmullrom" + }, + "1.12": { + "post": [-82.77647, 3.2947, 5.2861], + "lerp_mode": "catmullrom" + } + } + }, + "leg_2_right": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.12": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.88": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.04": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right": { + "rotation": { + "0.0": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + } + } + }, + "toe_right_right": { + "rotation": [-39.23412, 15.74419, -12.49325] + }, + "toe_right_left": { + "rotation": [-37.15846, -18.26883, 13.36473] + }, + "toe_right_middle": { + "rotation": [-37.5, 0, 0], + "position": [0, 0.25, -0.25] + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [-21.17283, -18.74724, 7.09597], + "lerp_mode": "catmullrom" + }, + "0.12": { + "post": [-33.61059, -13.37926, 15.88055], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [-53.67283, -18.74724, 7.09597], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [-66.17283, -18.74724, 7.09597], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [-95.33949, -18.03394, 20.25027], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [-80.33949, -18.03394, 20.25027], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [-82.83949, -18.03394, 20.25027], + "lerp_mode": "catmullrom" + }, + "1.12": { + "post": [-80.33949, -18.03394, 20.25027], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left": { + "rotation": [-12.5, 0, 0] + }, + "toe_left_middle": { + "rotation": [-20, 0, 0] + }, + "toe_left_right": { + "rotation": [-12.92638, -14.63639, 3.31914] + }, + "toe_left_left": { + "rotation": [-15.34721, 12.06754, -3.28396] + }, + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.12": { + "post": [12.2127, -2.68507, 12.2127], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [-10.30526, -2.85288, 12.97599], + "lerp_mode": "catmullrom" + }, + "0.36": { + "post": [-32.7873, -2.68507, 12.2127], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [-62.7873, -2.68507, 12.2127], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [-77.7873, -2.68507, 12.2127], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [-7.12284, 29.21893, -14.35885], + "lerp_mode": "catmullrom" + }, + "0.12": { + "post": [-15.14005, 21.94623, -26.5677], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [30.43711, 39.4584, 10.85701], + "lerp_mode": "catmullrom" + }, + "0.44": { + "post": [15.43711, 39.4584, 10.85701], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [19.23375, 51.40131, 16.15568], + "lerp_mode": "catmullrom" + }, + "0.88": { + "post": [12.23849, -14.18898, -2.14019], + "lerp_mode": "catmullrom" + }, + "1.04": { + "post": [11.94625, -6.85492, -0.54325], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [12.23849, -14.18898, -2.14019], + "lerp_mode": "catmullrom" + } + } + }, + "hand_left": { + "rotation": { + "0.0": { + "post": [-42.40748, 24.73906, -27.73121], + "lerp_mode": "catmullrom" + }, + "0.12": { + "post": [-27.56512, 40.84577, -0.9428], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [-35.78134, 34.24651, -14.36433], + "lerp_mode": "catmullrom" + }, + "0.44": { + "post": [-43.04844, 14.15592, -28.17587], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [9.45156, 14.15592, -28.17587], + "lerp_mode": "catmullrom" + }, + "0.88": { + "post": [66.65704, 19.86939, 16.18857], + "lerp_mode": "catmullrom" + } + } + }, + "thumb_left": { + "rotation": [25, 0, 0] + }, + "finger_front_left": { + "rotation": [0, 15, 32.5] + }, + "finger_back_left": { + "rotation": [0, -22.5, 32.5] + }, + "claw_left": { + "rotation": [0, 0, -5] + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 10, -25], + "lerp_mode": "catmullrom" + }, + "0.12": { + "post": [0, -5, -25], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [-1.30423, 7.66759, -10.22857], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [-1.33709, -14.82659, -9.71231], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [-1.4899, -29.82209, -9.31345], + "lerp_mode": "catmullrom" + }, + "0.88": { + "post": [-1.40074, 22.66346, -10.59434], + "lerp_mode": "catmullrom" + }, + "1.04": { + "post": [-1.35654, 17.66491, -10.46623], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [-1.40074, 22.66346, -10.59434], + "lerp_mode": "catmullrom" + } + } + }, + "hand_right": { + "rotation": { + "0.0": { + "post": [-22.5, -77.5, 0], + "lerp_mode": "catmullrom" + }, + "0.12": { + "post": [-10.52451, -63.0339, -12.61629], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [-77.86267, -57.12988, 57.19579], + "lerp_mode": "catmullrom" + }, + "0.44": { + "post": [-35.93563, -53.7906, 42.8565], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [14.94305, -59.49708, 15.87965], + "lerp_mode": "catmullrom" + }, + "0.88": { + "post": [86.44306, -27.60079, 6.81763], + "lerp_mode": "catmullrom" + } + } + }, + "claw_right": { + "rotation": [0, 0, 5] + }, + "thumb_right": { + "rotation": [17.5, 0, 0] + }, + "finger_back_right": { + "rotation": [0, 10, 0] + }, + "finger_front_right": { + "rotation": [0, -10, 0] + }, + "head": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.12": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.44": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.88": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.04": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "eye_left": { + "position": [0, 0, 1] + }, + "eye_right": { + "position": [0, 0, 1] + }, + "throat_sack": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.52": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.88": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.84": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 2], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [0, 0, 2], + "lerp_mode": "catmullrom" + }, + "0.44": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "0.52": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "2.84": { + "post": [0, 0, 3.47], + "lerp_mode": "catmullrom" + } + } + }, + "all": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.12": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.36": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [4.62934, 0, -11.00966], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [2.12934, 0, -11.00966], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.12": { + "post": [1, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [1, 1, 10], + "lerp_mode": "catmullrom" + }, + "0.36": { + "post": [1, 1, 14], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [2, -3, 18], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [2, -8, 19], + "lerp_mode": "catmullrom" + } + } + }, + "leg_2_left": { + "rotation": { + "0.64": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.88": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.04": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.toxicroak.sleep": { + "loop": true, + "bones": { + "leg_right": { + "rotation": [-19.65736, -15.7627, -37.25235] + }, + "foot_right": { + "rotation": ["-3*Math.abs(math.cos(query.anim_time * 270))-15", 0, 0] + }, + "toe_right_right": { + "rotation": [0, 7.5, 0] + }, + "toe_right_left": { + "rotation": [0, -7.5, 0] + }, + "toe_right_middle": { + "rotation": [-7.5, 0, 0] + }, + "leg_left": { + "rotation": [0, 0, 22.5] + }, + "foot_left": { + "rotation": [-10, 0, 0] + }, + "toe_left_right": { + "rotation": [17.5, -5, 0] + }, + "toe_left_left": { + "rotation": [17.5, 5, 0] + }, + "body": { + "rotation": ["0.5*math.cos(query.anim_time * 90) -2.5", 0, 0], + "position": [0, 0, -1] + }, + "arm_left": { + "rotation": [-95.85463, -13.83447, -54.28912] + }, + "hand_left": { + "rotation": [-6.01146, 67.36871, -6.50882] + }, + "arm_right": { + "rotation": [-95.85463, 13.83447, 54.28912] + }, + "hand_right": { + "rotation": [-6.01146, -67.36871, 6.50882] + }, + "head": { + "rotation": ["1*math.cos(query.anim_time * 90) -10", 0, 0] + }, + "eye_left": { + "position": [0, 0, 1] + }, + "eye_right": { + "position": [0, 0, 1] + }, + "throat_sack": { + "position": [0, 0, "0.5*math.cos(query.anim_time * 90)"] + }, + "all": { + "rotation": [-75, 0, 0], + "position": [0, 0, -13] + } + } + } + }, + "geckolib_format_version": 2 +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/tynamo/tynamo.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/tynamo/tynamo.animation.json new file mode 100644 index 0000000..001748f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/tynamo/tynamo.animation.json @@ -0,0 +1,167 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.tynamo.ground_idle": { + "loop": true, + "bones": { + "tynamo": { + "rotation": [ + "2.5-math.sin(q.anim_time*90*4)*1-(math.sin(q.anim_time*90*4)*1)", + "0-math.sin(q.anim_time*90*4)*1-(math.sin(q.anim_time*90*4)*1)", + "0-math.sin(q.anim_time*90*4)*1-(math.sin(q.anim_time*90*4)*1)" + ], + "position": [ + "0+math.sin(q.anim_time*10*4)*2+(math.sin(q.anim_time*5*4)*2)*2-(math.sin(q.anim_time*10*4)*2):+(math.sin(q.anim_time*10*4)*2)", + "9-math.sin(q.anim_time*20*4)*2-(math.sin(q.anim_time*20*4)*1)", + "-7+math.sin(q.anim_time*5*1)*2+(math.sin(q.anim_time*4*1)*2)" + ] + }, + "head": { + "rotation": [0, "2.5-math.sin(q.anim_time*90*4)*4+math.sin(q.anim_time*90*4)*4", 0] + }, + "Torso": { + "rotation": [0, "-4.5-math.sin(q.anim_time*90*4)*6-(math.sin(q.anim_time*90*4)*6)", 0] + }, + "Tail1": { + "rotation": [0, "8+math.sin(q.anim_time*90*4)*8+(math.sin(q.anim_time*90*4)*8)", 0] + }, + "Tail2": { + "rotation": [0, "-5.5-math.sin(q.anim_time*50*4)*5-(math.sin(q.anim_time*50*4)*5)", 0] + }, + "Fin2": { + "position": [0, 0, -1.8], + "scale": [1, 1, 1.37] + } + } + }, + "animation.tynamo.water_idle": { + "loop": true, + "bones": { + "tynamo": { + "rotation": [ + "2.5-math.sin(q.anim_time*90*4)*1-(math.sin(q.anim_time*90*4)*1)", + "0-math.sin(q.anim_time*90*4)*1-(math.sin(q.anim_time*90*4)*1)", + "0-math.sin(q.anim_time*90*4)*1-(math.sin(q.anim_time*90*4)*1)" + ], + "position": [ + "0+math.sin(q.anim_time*10*4)*2+(math.sin(q.anim_time*5*4)*2)*2-(math.sin(q.anim_time*10*4)*2):+(math.sin(q.anim_time*10*4)*2)", + "9-math.sin(q.anim_time*20*4)*2-(math.sin(q.anim_time*20*4)*1)", + "-7+math.sin(q.anim_time*5*1)*2+(math.sin(q.anim_time*4*1)*2)" + ] + }, + "head": { + "rotation": [0, "2.5-math.sin(q.anim_time*90*4)*4+math.sin(q.anim_time*90*4)*4", 0] + }, + "Torso": { + "rotation": [0, "-4.5-math.sin(q.anim_time*90*4)*6-(math.sin(q.anim_time*90*4)*6)", 0] + }, + "Tail1": { + "rotation": [0, "8+math.sin(q.anim_time*90*4)*8+(math.sin(q.anim_time*90*4)*8)", 0] + }, + "Tail2": { + "rotation": [0, "-5.5-math.sin(q.anim_time*50*4)*5-(math.sin(q.anim_time*50*4)*5)", 0] + }, + "Fin2": { + "position": [0, 0, -1.8], + "scale": [1, 1, 1.37] + } + } + }, + "animation.tynamo.water_swim": { + "loop": true, + "bones": { + "tynamo": { + "rotation": [ + "2.5-math.sin(q.anim_time*90*4)*1-(math.sin(q.anim_time*90*4)*1)", + "0-math.sin(q.anim_time*90*4)*1-(math.sin(q.anim_time*90*4)*1)", + "0-math.sin(q.anim_time*90*4)*1-(math.sin(q.anim_time*90*4)*1)" + ], + "position": [ + "0+math.sin(q.anim_time*10*4)*2+(math.sin(q.anim_time*5*4)*2)*2-(math.sin(q.anim_time*10*4)*2):+(math.sin(q.anim_time*10*4)*2)", + "9-math.sin(q.anim_time*20*4)*2-(math.sin(q.anim_time*20*4)*1)", + "-7+math.sin(q.anim_time*5*1)*2+(math.sin(q.anim_time*4*1)*2)" + ] + }, + "head": { + "rotation": [0, "2.5-math.sin(q.anim_time*90*4)*4+math.sin(q.anim_time*90*4)*4", 0] + }, + "Torso": { + "rotation": [0, "-4.5-math.sin(q.anim_time*90*4)*6-(math.sin(q.anim_time*90*4)*6)", 0] + }, + "Tail1": { + "rotation": [0, "8+math.sin(q.anim_time*90*4)*8+(math.sin(q.anim_time*90*4)*8)", 0] + }, + "Tail2": { + "rotation": [0, "-5.5-math.sin(q.anim_time*50*4)*5-(math.sin(q.anim_time*50*4)*5)", 0] + }, + "Fin2": { + "position": [0, 0, -1.8], + "scale": [1, 1, 1.37] + } + } + }, + "animation.tynamo.blink": { + "animation_length": 0.08333, + "bones": { + "Righteyae": { + "position": { + "0.0": [0, 1.8, 0], + "0.0417": [0, 1.8, 0], + "0.0833": [0, 0, 0] + }, + "scale": { + "0.0": [1, 0.1, 1], + "0.0417": [1, 0.1, 1], + "0.0833": [1, 1, 1] + } + }, + "lefteye": { + "position": { + "0.0": [0, 1.8, 0], + "0.0417": [0, 1.8, 0], + "0.0833": [0, 0, 0] + }, + "scale": { + "0.0": [1, 0.1, 1], + "0.0417": [1, 0.1, 1], + "0.0833": [1, 1, 1] + } + } + } + }, + "animation.tynamo.ground_walk": { + "loop": true, + "bones": { + "tynamo": { + "rotation": [ + "2.5-math.sin(q.anim_time*90*4)*1-(math.sin(q.anim_time*90*4)*1)", + "0-math.sin(q.anim_time*90*4)*1-(math.sin(q.anim_time*90*4)*1)", + "0-math.sin(q.anim_time*90*4)*1-(math.sin(q.anim_time*90*4)*1)" + ], + "position": [ + "0+math.sin(q.anim_time*10*4)*2+(math.sin(q.anim_time*5*4)*2)*2-(math.sin(q.anim_time*10*4)*2):+(math.sin(q.anim_time*10*4)*2)", + "9-math.sin(q.anim_time*20*4)*2-(math.sin(q.anim_time*20*4)*1)", + "-7+math.sin(q.anim_time*5*1)*2+(math.sin(q.anim_time*4*1)*2)" + ] + }, + "head": { + "rotation": [0, "2.5-math.sin(q.anim_time*90*4)*4+math.sin(q.anim_time*90*4)*4", 0] + }, + "Torso": { + "rotation": ["5-math.sin(q.anim_time*90*4)*6-(math.sin(q.anim_time*90*4)*6)", "-4.5-math.sin(q.anim_time*90*4)*6-(math.sin(q.anim_time*90*4)*6)", 0] + }, + "Tail1": { + "rotation": ["0+math.sin(q.anim_time*90*4)*8+(math.sin(q.anim_time*90*4)*8)", "8+math.sin(q.anim_time*90*4)*8+(math.sin(q.anim_time*90*4)*8)", 0] + }, + "Tail2": { + "rotation": ["-9-math.sin(q.anim_time*50*4)*5-(math.sin(q.anim_time*50*4)*5)", "-5.5-math.sin(q.anim_time*50*4)*5-(math.sin(q.anim_time*50*4)*5)", 0], + "position": [0, 0, -0.5] + }, + "Fin2": { + "position": [0, 0, -1.8], + "scale": [1, 1, 1.37] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/unown/unown.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/unown/unown.animation.json new file mode 100644 index 0000000..43132a2 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/unown/unown.animation.json @@ -0,0 +1,14 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.unown.ground_idle": { + "loop": true, + "bones": { + "unown": { + "position": ["0+math.sin(q.anim_time*90*2)*3", "3-math.clamp(math.sin(q.anim_time*90*4-90)*1+1,0,2)", 0] + } + } + } + }, + "geckolib_format_version": 2 +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ursaluna_bloodmoon/ursaluna_bloodmoon.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ursaluna_bloodmoon/ursaluna_bloodmoon.animation.json new file mode 100644 index 0000000..9ff5997 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ursaluna_bloodmoon/ursaluna_bloodmoon.animation.json @@ -0,0 +1,251 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.ursaluna_bloodmoon.ground_idle": { + "loop": true, + "bones": { + "torso": { + "rotation": [-20, 0, 0] + }, + "shoulder_left": { + "rotation": [0, -22.5, 52.5] + }, + "arm_left": { + "rotation": ["15.1821-Math.cos((query.anim_time - 0.2) * 90) * -3", "-9.6445-Math.cos((query.anim_time - 0.2) * 90) * -3", 17.34556] + }, + "spikes_torso_main": { + "rotation": [20, 0, 0], + "position": [0, -1, -6] + }, + "tail": { + "rotation": [12.5, 0, 0] + }, + "arm_left2": { + "rotation": [2.38383, "1.8134-Math.cos((query.anim_time - 0.5) * 90) * -2", 3.75676] + }, + "hand_left": { + "rotation": [-178.93093, -72.5066, 179.05158], + "position": [0, 0, 0] + }, + "leg_left_rotate": { + "rotation": [0, -5, 0] + }, + "thigh_left": { + "rotation": [5, 0, 0] + }, + "thumb_left": { + "rotation": [-67.5, 0, 0] + }, + "shoulder_right": { + "rotation": [0, 22.5, -55] + }, + "arm_right": { + "rotation": [15.51532, 10.1498, -19.71456] + }, + "arm_right2": { + "rotation": [2.30251, -1.9156, -1.2575] + }, + "hand_right": { + "rotation": [178.9309, 72.5066, -179.0516], + "position": [0, 0.2, 0] + }, + "thumb_right": { + "rotation": [-67.5, 0, 0] + }, + "leg_left": { + "rotation": [10, 0, 0] + }, + "foot_left": { + "rotation": [-15, 0, 0] + }, + "thigh_right": { + "rotation": [5, 0, 0] + }, + "leg_right": { + "rotation": [10, 0, 0] + }, + "foot_right": { + "rotation": [-15, 0, 0] + }, + "leg_right_rotate": { + "rotation": [0, 5, 0] + }, + "head": { + "rotation": [55, 0, 0], + "position": [0, 0, 0] + }, + "spike_bottom_main": { + "rotation": [10, 0, 0] + }, + "eye_left": { + "position": [0, 0, 0] + }, + "hip": { + "rotation": [-67.5, 0, 0] + }, + "upper_body": { + "rotation": ["37.5-Math.cos((query.anim_time - 0.2) * 90) * -3", 0, 0] + }, + "bone": { + "position": [0, 0, 0] + } + } + }, + "animation.ursaluna_bloodmoon.ground_walk": { + "loop": true, + "bones": { + "torso": { + "rotation": [-20, 0, 0] + }, + "shoulder_left": { + "rotation": [0, -22.5, 52.5] + }, + "arm_left": { + "rotation": [5.52427, "math.sin(query.anim_time*90*3.5+30+180*1)*12+math.clamp(math.sin(query.anim_time*90*3.5+30+180*1)*5,0,30)-18.1291", 7.74557] + }, + "spikes_torso_main": { + "rotation": [20, 0, 0], + "position": [0, -1, -6] + }, + "tail": { + "rotation": [12.5, 0, 0] + }, + "arm_left2": { + "rotation": [5.54096, "28.9321-math.sin(query.anim_time*90*3.5+30)*4", 24.49478] + }, + "hand_left": { + "rotation": [-178.93093, -72.5066, 179.05158], + "position": [0, 0, 0] + }, + "leg_left_rotate": { + "rotation": [0, -5, 0] + }, + "thigh_left": { + "rotation": [ + "-5-math.clamp(math.sin(query.anim_time*90*3.5+45+180*0)*10,-1,10)+math.clamp(-math.sin(query.anim_time*90*3.5+20+180)*12,5,12)", + "math.clamp(math.sin(query.anim_time*90*3.5+30+180*0)*6,0,20)", + "-2.5-math.clamp(math.sin(query.anim_time*90*3.5+20+180*0)*2,0,30)+math.clamp(math.sin(query.anim_time*90*3.5+20+180*1)*3.5,1,30)" + ], + "position": [ + 0, + "-math.clamp(-math.sin(query.anim_time*90*3.5+20+180*0)*0.4,0.3,3)+math.clamp(-math.sin(query.anim_time*90*3.5-30+180)*0.8,0.5,1)-math.clamp(-math.sin(query.anim_time*90*3.5-120+180)*0.7,0,1)+math.clamp(-math.sin(query.anim_time*90*3.5-45+180*0)*2.6,1,1.8)-1.3", + "0.25-math.clamp(math.sin(query.anim_time*90*3.5+180*0)*1,-0.2,1)-math.clamp(math.sin(query.anim_time*90*3.5+90+180*0)*2,0.5,2)-math.clamp(math.sin(query.anim_time*90*3.5+180*0)*0.4,-0.8,0)" + ] + }, + "thumb_left": { + "rotation": [-67.5, 0, 0] + }, + "shoulder_right": { + "rotation": [0, 22.5, -55] + }, + "arm_right": { + "rotation": [-0.01188, "-math.sin(query.anim_time*90*3.5+30)*12-math.clamp(math.sin(query.anim_time*90*3.5+30+180*0)*5,0,30)+14.12", -9.41049] + }, + "arm_right2": { + "rotation": [6.57521, "-34.0451-math.sin(query.anim_time*90+3.5+40)*4", -20.66383] + }, + "hand_right": { + "rotation": [178.9309, 72.5066, -179.0516], + "position": [0, 0.2, 0] + }, + "thumb_right": { + "rotation": [-67.5, 0, 0] + }, + "leg_left": { + "rotation": [10, 0, 0] + }, + "foot_left": { + "rotation": [-15, 0, 0] + }, + "thigh_right": { + "rotation": [ + "-5-math.clamp(math.sin(query.anim_time*90*3.5+45+180)*10,-1,10)+math.clamp(-math.sin(query.anim_time*90*3.5+20)*12,5,12)", + "-math.clamp(math.sin(query.anim_time*90*3.5+30+180)*6,0,20)", + "2.5+math.clamp(math.sin(query.anim_time*90*3.5+20+180)*2,0,30)-math.clamp(math.sin(query.anim_time*90*3.5+20+180*0)*3.5,1,30)" + ], + "position": [ + 0, + "-math.clamp(-math.sin(query.anim_time*90*3.5+20+180)*0.4,0.3,3)+math.clamp(-math.sin(query.anim_time*90*3.5-30)*0.8,0.5,1)-math.clamp(-math.sin(query.anim_time*90*3.5-120)*0.7,0,1)+math.clamp(-math.sin(query.anim_time*90*3.5-45+180)*2.6,1,1.8)-1.3", + "0.25-math.clamp(math.sin(query.anim_time*90*3.5+180)*1,-0.2,1)-math.clamp(math.sin(query.anim_time*90*3.5+90+180)*2,0.5,2)-math.clamp(math.sin(query.anim_time*90*3.5+180)*0.4,-0.8,0)" + ] + }, + "leg_right": { + "rotation": [10, 0, 0] + }, + "foot_right": { + "rotation": [-15, 0, 0] + }, + "leg_right_rotate": { + "rotation": [0, 5, 0] + }, + "head": { + "rotation": [55, 0, 0], + "position": [0, 0, 0] + }, + "spike_bottom_main": { + "rotation": [10, 0, 0] + }, + "eye_left": { + "position": [0, 0, 0] + }, + "hip": { + "rotation": [-67.5, 0, 0] + }, + "upper_body": { + "rotation": [37.5, 0, 0] + }, + "bone": { + "position": [0, 0, 0] + }, + "body": { + "rotation": [7.5, 0, "0-math.clamp(math.sin(query.anim_time*90*3.5+60)*2,-10,10)"], + "position": [ + 0, + "-1-math.clamp(math.sin(query.anim_time*90*3.5*2+20+180*0)*0.75,0,30)-math.clamp(math.sin(query.anim_time*90*3.5*2+20+180*0)*0.5,-10,0)", + 0 + ] + } + } + }, + "animation.ursaluna_bloodmoon.blink": { + "animation_length": 0.16667, + "bones": { + "eyelid_left": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0.1] + } + }, + "eyelid_right": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0.1] + } + } + } + }, + "animation.ursaluna_bloodmoon.cry": { + "animation_length": 2, + "bones": { + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": [-12.5, 0, 0], + "1.8333": [-12.5, 0, 0], + "2.0": [0, 0, 0] + } + }, + "jaw": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [55, 0, 0], + "1.7083": [55, 0, 0], + "1.9583": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/urshifu/urshifu.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/urshifu/urshifu.animation.json new file mode 100644 index 0000000..0df4997 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/urshifu/urshifu.animation.json @@ -0,0 +1,3419 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.urshifu.singlestrike": { + "loop": true, + "bones": { + "mainthing": { + "rotation": [0, -60, 0], + "position": [0, -5.6, 0] + }, + "torso_clothes": { + "position": [0, 0, 0] + }, + "arm_left": { + "rotation": [0, 0, 15], + "position": [-2, -1, 0] + }, + "bicepleft": { + "rotation": [0, 0, "125-math.sin(q.anim_time*90*1-50)*2"], + "position": [0, 0, 0] + }, + "forearmleft": { + "rotation": [182.22764, 20.15563, 28.30359] + }, + "thumb1": { + "rotation": [0, 22.5, 0] + }, + "thunmbseg": { + "rotation": [20.02717, 1.68868, 1.84373] + }, + "fingers": { + "rotation": [0, 0, -60] + }, + "fingerseg": { + "rotation": [0, 0, -60] + }, + "arm_right": { + "rotation": [-5.16524, 27.0478, -11.24314] + }, + "bicepright": { + "rotation": [58.28573, 33.45406, 10.91547] + }, + "forearmright": { + "rotation": [182.5, 75, -180], + "position": [-1, 0, -2] + }, + "thumbright": { + "rotation": [30, 0, 0] + }, + "thungbmbrseg2": { + "rotation": [40, 0, 0] + }, + "fingers_right": { + "rotation": [0, 0, 70] + }, + "fingerrseg2": { + "rotation": [0, 0, 62.5] + }, + "neck": { + "rotation": [-10.65119, 24.83901, -1.90415], + "position": [-1, 1, 0] + }, + "head": { + "rotation": [19.46618, 12.92343, -2.05977], + "scale": [0.9, 0.8, 1] + }, + "hair": { + "rotation": [0, 0, 2.5] + }, + "headband_left": { + "rotation": [9.54046, "-58.8842+math.sin(q.anim_time*90*1-50)*10", 42.2072], + "position": [-1, -1, 0] + }, + "headband_right": { + "rotation": [-17.4812, "40.6549-math.sin(q.anim_time*90*1-50)*10", -38.42136] + }, + "whiteneck": { + "rotation": [0, 15, 0], + "position": [0, -1, 0] + }, + "leg_left": { + "rotation": [-52.90208, 67.83409, 3.18262] + }, + "lknee": { + "rotation": [82.5, 0, 0] + }, + "leftfoot": { + "rotation": [-15, 0, 0] + }, + "leg_right": { + "rotation": [-28.81328, -82.01058, -30.93292] + }, + "rknee": { + "rotation": [67.5, 0, 0] + }, + "front": { + "rotation": [-17.5, 0, 0] + }, + "back": { + "rotation": [69.97365, 1.5216, -1.98385], + "position": [0, 5, 0] + }, + "bone": { + "rotation": [42.5, 0, 0] + }, + "furhead2": { + "rotation": [0, 0, "127.5+math.sin(q.anim_time*90*1-200)*4"] + }, + "furhead3": { + "rotation": ["127.5+math.sin(q.anim_time*90*1-200)*4", 0, 0] + }, + "furhead1": { + "rotation": [0, 0, "-140+math.sin(q.anim_time*90*1-200)*4"] + }, + "bandseg1": { + "rotation": [6.70127, "-3.0932-math.sin(q.anim_time*90*1-100)*15", 9.67518] + }, + "bandseg2": { + "rotation": [-6.36991, "29.9706-math.sin(q.anim_time*90*1-200)*25", 9.55406] + }, + "bandseg3": { + "rotation": [5.54163, "-1.6719-math.sin(q.anim_time*90*1-200)*25", -4.43478] + }, + "lband1": { + "rotation": [14.34255, "-22.4485-math.sin(q.anim_time*90*1-100)*15", 12.43407] + }, + "lband2": { + "rotation": [-7.21604, "40.4825+math.sin(q.anim_time*90*1-200)*25", 7.68073] + }, + "lband3": { + "rotation": [-2.33411, "33.3552+math.sin(q.anim_time*90*1-200)*25", 2.92364] + }, + "fur1": { + "rotation": ["-115+math.sin(q.anim_time*90*1-200)*4", 0, 0], + "position": [0, -2, 0] + }, + "fur3": { + "rotation": [107.5, 0, 0], + "position": [0, -2, 0] + }, + "fyur2": { + "rotation": [0, 0, "115+math.sin(q.anim_time*90*1-200)*4"], + "position": [1, -3, 0] + }, + "fur4": { + "rotation": [0, 0, "-117.5+math.sin(q.anim_time*90*1-200)*4"] + }, + "fur2": { + "rotation": ["-110+math.sin(q.anim_time*90*1-200)*4", 0, 0], + "position": [0, -2, 0] + }, + "fur6": { + "rotation": [0, 0, "87.5-math.sin(q.anim_time*90*1-200)*4"], + "position": [1, -3, 0] + }, + "fyur3": { + "rotation": [0, 0, "-95-math.sin(q.anim_time*90*1-200)*4"], + "position": [0, -3, 0] + }, + "fur5": { + "rotation": [110, 0, 0] + }, + "lowjaw": { + "rotation": [0, 0, 0] + }, + "ear2": { + "rotation": [0, 0, -35] + }, + "ear1": { + "rotation": [0, 0, 40] + }, + "frontcloth1": { + "rotation": ["-18.2938-math.sin(q.anim_time*90*1-50)*2", -14.04833, "2.8551-math.sin(q.anim_time*90*1-50)*2"], + "position": [0, 2, 0] + }, + "fc2": { + "rotation": ["5-math.sin(q.anim_time*90*1-150)*6", 0, "-2.5-math.sin(q.anim_time*90*1-150)*6"] + }, + "fc3": { + "rotation": ["-2.4905-math.sin(q.anim_time*90*1-150)*8", -0.21782, "-7.4953-math.sin(q.anim_time*90*1-150)*8"] + }, + "fc4": { + "rotation": ["-14.9539-math.sin(q.anim_time*90*1-150)*12", -1.08089, "-4.8821-math.sin(q.anim_time*90*1-150)*10"] + }, + "bc1": { + "rotation": ["-25.7246+math.sin(q.anim_time*90*1-50)*4", -13.77624, 5.99253] + }, + "bc2": { + "rotation": ["-13.4773+math.sin(q.anim_time*90*1-100)*8", 4.58164, "2.4306+math.sin(q.anim_time*90*1-100)*8"] + }, + "bc3": { + "rotation": ["2.7377+math.sin(q.anim_time*90*1-150)*10", 12.3071, "2.2046+math.sin(q.anim_time*90*1-150)*10"] + }, + "bc4": { + "rotation": ["-19.8489+math.sin(q.anim_time*90*1-200)*12", 9.84655, "1.7538+math.sin(q.anim_time*90*1-200)*12"] + }, + "shoulderleft": { + "rotation": [0, 0, 15] + }, + "feetis": { + "rotation": [5, 0, 0] + }, + "torso": { + "position": [0, "math.sin(q.anim_time*4*16)*0.3", 0] + }, + "tail": { + "position": [0, 3, 0] + }, + "arms": { + "position": [0, "math.sin(q.anim_time*4*16)*0.3", 0] + } + } + }, + "animation.urshifu.ssphysical_attack": { + "loop": true, + "animation_length": 3.25, + "bones": { + "mainthing": { + "rotation": { + "0.0": [0, -60, 0], + "1.0": [0, -60, 0], + "2.5": [0, -60, 0] + }, + "position": { + "0.0": [0, -5.6, 0], + "1.0": [0, -5.6, 0], + "1.1667": [0, -5.6, -14], + "2.2083": [0, -5.6, -14], + "2.25": [0, 1.4, -14], + "2.5": [0, -5.6, 0], + "2.5417": [0, -6.2, 0], + "2.5833": [0, -5.6, 0], + "2.625": [0, -6.2, 0], + "2.6667": [0, -5.6, 0], + "2.7083": [0, -6.2, 0], + "2.75": [0, -5.6, 0], + "2.7917": [0, -6.2, 0] + } + }, + "torso_clothes": { + "position": { + "0.0": [0, 0, 0], + "2.5": [0, 0, 0] + } + }, + "arm_left": { + "rotation": { + "0.0": [0, 0, 15], + "1.1667": [2.59022, 2.49237, 22.58304], + "2.25": [2.59022, 2.49237, 22.58304], + "2.5": [0, 0, 15] + }, + "position": { + "0.0": [-2, -1, 0], + "0.75": [-1, -2, 0], + "1.0": [-1, -2, 0], + "1.1667": [0, -2, 0], + "2.25": [0, -2, 0], + "2.5": [-2, -1, 0] + } + }, + "bicepleft": { + "rotation": { + "0.0": [0, 0, "125-math.sin(q.anim_time*90*1-50)*2"], + "0.75": [177.5, 0, "40-math.sin(q.anim_time*90*1-50)*2"], + "1.0": [177.5, 0, "40-math.sin(q.anim_time*90*1-50)*2"], + "1.1667": [164.83931, -3.50478, "-84.0037-math.sin(q.anim_time*90*1-50)*2"], + "2.25": [164.83931, -3.50478, "-84.0037-math.sin(q.anim_time*90*1-50)*2"], + "2.5": [0, 0, "125-math.sin(q.anim_time*90*1-50)*2"] + }, + "position": { + "0.0": [0, 0, 0], + "2.5": [0, 0, 0] + } + }, + "forearmleft": { + "rotation": { + "0.0": [182.22764, 20.15563, 28.30359], + "0.75": [178.76287, 20.37532, 3.06937], + "1.0": [178.76287, 20.37532, 3.06937], + "1.1667": [175.76126, 10.28382, 50.87039], + "2.25": [175.76126, 10.28382, 50.87039], + "2.5": [182.22764, 20.15563, 28.30359] + } + }, + "thumb1": { + "rotation": { + "0.0": [0, 22.5, 0], + "0.75": [-35, 22.5, 0], + "1.0": [-35, 22.5, 0], + "1.1667": [10, 22.5, 0], + "2.25": [10, 22.5, 0], + "2.5": [0, 22.5, 0] + } + }, + "thunmbseg": { + "rotation": { + "0.0": [20.02717, 1.68868, 1.84373], + "0.75": [5.02717, 1.68868, 1.84373], + "1.0": [5.02717, 1.68868, 1.84373], + "1.1667": [25.02717, 1.68868, 1.84373], + "2.25": [25.02717, 1.68868, 1.84373], + "2.5": [20.02717, 1.68868, 1.84373] + } + }, + "fingers": { + "rotation": { + "0.0": [0, 0, -60], + "0.75": [0, 0, 47.5], + "1.0": [0, 0, 47.5], + "1.1667": [0, 0, -55], + "2.25": [0, 0, -55], + "2.5": [0, 0, -60] + } + }, + "fingerseg": { + "rotation": { + "0.0": [0, 0, -60], + "0.75": [0, 0, -22.5], + "1.0": [0, 0, -22.5], + "1.1667": [0, 0, -60], + "2.25": [0, 0, -60], + "2.5": [0, 0, -60] + } + }, + "arm_right": { + "rotation": { + "0.0": [-5.16524, 27.0478, -11.24314], + "1.0": [-8.89674, 26.12797, -19.56838], + "1.1667": [9.39331, 44.51442, -21.85539], + "2.25": [9.39331, 44.51442, -21.85539], + "2.5": [-5.16524, 27.0478, -11.24314] + } + }, + "bicepright": { + "rotation": { + "0.0": [58.28573, 33.45406, 10.91547], + "1.0": [58.28573, 33.45406, 10.91547], + "1.1667": [-3.1762, -0.17018, -26.43149], + "2.25": [-3.1762, -0.17018, -26.43149], + "2.5": [58.28573, 33.45406, 10.91547] + }, + "position": { + "0.0": [0, 0, 0], + "1.0": [1, 0, 0], + "1.1667": [2, 0, 0], + "2.25": [2, 0, 0], + "2.5": [0, 0, 0] + } + }, + "forearmright": { + "rotation": { + "0.0": [182.5, 75, -180], + "1.0": [182.5, 75, -180], + "1.0833": [272.72014, 48.78229, -96.27946], + "1.1667": [360.97854, -17.40718, -15.03479], + "2.25": [360.97854, -17.40718, -15.03479], + "2.5": [182.5, 75, -180] + }, + "position": { + "0.0": [-1, 0, -2], + "1.0": [-1, 0, 0], + "1.1667": [0, 0, 0], + "2.25": [0, 0, 0], + "2.5": [-1, 0, -2] + } + }, + "thumbright": { + "rotation": { + "0.0": [30, 0, 0], + "2.5": [30, 0, 0] + } + }, + "thungbmbrseg2": { + "rotation": { + "0.0": [40, 0, 0], + "2.5": [40, 0, 0] + } + }, + "fingers_right": { + "rotation": { + "0.0": [0, 0, 70], + "2.5": [0, 0, 70] + } + }, + "fingerrseg2": { + "rotation": { + "0.0": [0, 0, 62.5], + "2.5": [0, 0, 62.5] + } + }, + "neck": { + "rotation": { + "0.0": [-10.65119, 24.83901, -1.90415], + "1.0": [-10.65119, 24.83901, -1.90415], + "1.1667": [12.59404, -61.97362, -16.62713], + "2.25": [12.59404, -61.97362, -16.62713], + "2.5": [-10.65119, 24.83901, -1.90415] + }, + "position": { + "0.0": [-1, 1, 0], + "2.5": [-1, 1, 0] + } + }, + "head": { + "rotation": { + "0.0": [19.46618, 12.92343, -2.05977], + "0.75": [29.9257, 31.63207, 5.6333], + "1.0": [29.9257, 31.63207, 5.6333], + "1.0417": [11.96628, 26.72396, 3.52332], + "1.1667": [18.08802, 11.99962, -2.80664], + "2.25": [18.08802, 11.99962, -2.80664], + "2.5": [19.46618, 12.92343, -2.05977] + }, + "scale": { + "0.0": [0.9, 0.8, 1], + "2.5": [0.9, 0.8, 1] + } + }, + "hair": { + "rotation": { + "0.0": [0, 0, 2.5], + "2.5": [0, 0, 2.5] + } + }, + "headband_left": { + "rotation": { + "0.0": [9.54046, "-58.8842+math.sin(q.anim_time*90*1-50)*10", 42.2072], + "1.0": [9.54046, "-58.8842+math.sin(q.anim_time*90*1-50)*10", 42.2072], + "1.1667": [3.02031, "-53.5668+math.sin(q.anim_time*90*1-50)*10", 4.32529], + "2.75": [9.54046, "-58.8842+math.sin(q.anim_time*90*1-50)*10", 42.2072] + }, + "position": { + "0.0": [-1, -1, 0], + "1.0": [-1, -1, 0], + "2.75": [-1, -1, 0] + } + }, + "headband_right": { + "rotation": { + "0.0": [-17.4812, "40.6549-math.sin(q.anim_time*90*1-50)*10", -38.42136], + "1.0": [-17.4812, "40.6549-math.sin(q.anim_time*90*1-50)*10", -38.42136], + "1.1667": [-29.16716, "-0.9715-math.sin(q.anim_time*90*1-50)*10", -21.68209], + "2.75": [-17.4812, "40.6549-math.sin(q.anim_time*90*1-50)*10", -38.42136] + } + }, + "whiteneck": { + "rotation": { + "0.0": [0, 15, 0], + "0.75": [0, 20, 0], + "1.0": [0, 20, 0], + "2.5": [0, 15, 0] + }, + "position": { + "0.0": [0, -1, 0], + "2.5": [0, -1, 0] + } + }, + "leg_left": { + "rotation": { + "0.0": [-52.90208, 67.83409, 3.18262], + "0.75": [-52.90208, 67.83409, 3.18262], + "1.0": [-52.90208, 67.83409, 3.18262], + "1.0833": [74.15441, 72.26701, 101.22011], + "1.1667": [74.15441, 72.26701, 101.22011], + "2.25": [74.15441, 72.26701, 101.22011], + "2.5": [-52.90208, 67.83409, 3.18262] + }, + "position": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 0], + "1.0": [0, 0, 0], + "1.0833": [0, 0, 0], + "1.1667": [2, 0, -3], + "2.25": [2, 0, -3], + "2.5": [0, 0, 0] + } + }, + "lknee": { + "rotation": { + "0.0": [82.5, 0, 0], + "0.75": [82.5, 0, 0], + "1.0": [82.5, 0, 0], + "1.0833": [148.24252, -81.26783, -128.67995], + "1.1667": [148.24252, -81.26783, -128.67995], + "2.25": [148.24252, -81.26783, -128.67995], + "2.5": [82.5, 0, 0] + } + }, + "leftfoot": { + "rotation": { + "0.0": [-15, 0, 0], + "0.75": [-15, 0, 0], + "1.0": [-15, 0, 0], + "1.0833": [-18.61244, -10.44077, -28.28447], + "1.1667": [-26.11244, -10.44077, -28.28447], + "2.25": [-18.61244, -10.44077, -28.28447], + "2.5": [-15, 0, 0] + } + }, + "leg_right": { + "rotation": { + "0.0": [-28.81328, -82.01058, -30.93292], + "0.75": [-28.81328, -82.01058, -30.93292], + "1.0": [51.03459, -80.70903, -101.39242], + "1.1667": [56.03459, -80.70903, -101.39242], + "2.25": [56.03459, -80.70903, -101.39242], + "2.5": [-28.81328, -82.01058, -30.93292] + }, + "position": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 0], + "1.0": [0, 0, 4], + "1.1667": [0, 0, 5], + "2.25": [0, 0, 5], + "2.5": [0, 0, 0] + } + }, + "rknee": { + "rotation": { + "0.0": [67.5, 0, 0], + "0.75": [77.39557, 7.32123, -1.63219], + "1.0": [60.38176, 34.30439, 3.88543], + "1.1667": [43.11669, 8.28616, -0.55515], + "2.25": [43.11669, 8.28616, -0.55515], + "2.5": [67.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 0], + "0.7917": [0, 0.3, 0], + "0.8333": [0, 0, 0], + "2.5": [0, 0, 0] + } + }, + "front": { + "rotation": { + "0.0": [-17.5, 0, 0], + "2.5": [-17.5, 0, 0] + } + }, + "back": { + "rotation": { + "0.0": [69.97365, 1.5216, -1.98385], + "2.5": [69.97365, 1.5216, -1.98385] + }, + "position": { + "0.0": [0, 5, 0], + "2.5": [0, 5, 0] + } + }, + "bone": { + "rotation": { + "0.0": [42.5, 0, 0], + "3.25": [42.5, 0, 0] + } + }, + "furhead2": { + "rotation": [0, 0, "127.5+math.sin(q.anim_time*90*1-200)*4"] + }, + "furhead3": { + "rotation": ["127.5+math.sin(q.anim_time*90*1-200)*4", 0, 0] + }, + "furhead1": { + "rotation": [0, 0, "-140+math.sin(q.anim_time*90*1-200)*4"] + }, + "bandseg1": { + "rotation": { + "0.0": [6.70127, "-3.0932-math.sin(q.anim_time*90*1-100)*15", 9.67518], + "1.0": [6.70127, "-3.0932-math.sin(q.anim_time*90*1-100)*15", 9.67518], + "1.1667": [6.12783, "26.7276-math.sin(q.anim_time*90*1-100)*15", 13.03512], + "2.75": [6.70127, "-3.0932-math.sin(q.anim_time*90*1-100)*15", 9.67518] + } + }, + "bandseg2": { + "rotation": [-6.36991, "29.9706-math.sin(q.anim_time*90*1-200)*25", 9.55406] + }, + "bandseg3": { + "rotation": [5.54163, "-1.6719-math.sin(q.anim_time*90*1-200)*25", -4.43478] + }, + "lband1": { + "rotation": { + "0.0": [14.34255, "-22.4485-math.sin(q.anim_time*90*1-100)*15", 12.43407], + "1.0": [14.34255, "-22.4485-math.sin(q.anim_time*90*1-100)*15", 12.43407], + "1.1667": [-0.68462, "-4.9499-math.sin(q.anim_time*90*1-100)*15", 12.22815], + "2.75": [14.34255, "-22.4485-math.sin(q.anim_time*90*1-100)*15", 12.43407] + } + }, + "lband2": { + "rotation": [-7.21604, "40.4825+math.sin(q.anim_time*90*1-200)*25", 7.68073] + }, + "lband3": { + "rotation": [-2.33411, "33.3552+math.sin(q.anim_time*90*1-200)*25", 2.92364] + }, + "fur1": { + "rotation": { + "0.0": ["-115+math.sin(q.anim_time*90*1-200)*4", 0, 0], + "1.75": ["-115+math.sin(q.anim_time*90*1-200)*4", 0, 0] + }, + "position": { + "0.0": [0, -2, 0], + "1.75": [0, -2, 0] + } + }, + "fur3": { + "rotation": { + "0.0": [107.5, 0, 0], + "1.75": [107.5, 0, 0] + }, + "position": { + "0.0": [0, -2, 0], + "1.75": [0, -2, 0] + } + }, + "fyur2": { + "rotation": { + "0.0": [0, 0, "115+math.sin(q.anim_time*90*1-200)*4"], + "1.75": [0, 0, "115+math.sin(q.anim_time*90*1-200)*4"] + }, + "position": { + "0.0": [1, -3, 0], + "1.75": [1, -3, 0] + } + }, + "fur4": { + "rotation": { + "0.0": [0, 0, "-117.5+math.sin(q.anim_time*90*1-200)*4"], + "2.5": [0, 0, "-117.5+math.sin(q.anim_time*90*1-200)*4"] + } + }, + "fur2": { + "rotation": { + "0.0": ["-110+math.sin(q.anim_time*90*1-200)*4", 0, 0], + "2.5": ["-110+math.sin(q.anim_time*90*1-200)*4", 0, 0] + }, + "position": { + "0.0": [0, -2, 0], + "2.5": [0, -2, 0] + } + }, + "fur6": { + "rotation": { + "0.0": [0, 0, "87.5-math.sin(q.anim_time*90*1-200)*4"], + "2.5": [0, 0, "87.5-math.sin(q.anim_time*90*1-200)*4"] + }, + "position": { + "0.0": [1, -3, 0], + "2.5": [1, -3, 0] + } + }, + "fyur3": { + "rotation": { + "0.0": [0, 0, "-95-math.sin(q.anim_time*90*1-200)*4"], + "1.75": [0, 0, "-95-math.sin(q.anim_time*90*1-200)*4"] + }, + "position": { + "0.0": [0, -3, 0], + "1.75": [0, -3, 0] + } + }, + "fur5": { + "rotation": { + "0.0": [110, 0, 0], + "2.5": [110, 0, 0] + } + }, + "lowjaw": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [15, 0, 0], + "1.0417": [40, 0, 0], + "1.0833": [40, 0, 0], + "1.1667": [0, 0, 0], + "2.25": [0, 0, 0], + "2.5": [0, 0, 0] + } + }, + "ear2": { + "rotation": { + "0.0": [0, 0, -35], + "3.25": [0, 0, -35] + } + }, + "ear1": { + "rotation": { + "0.0": [0, 0, 40], + "3.25": [0, 0, 40] + } + }, + "frontcloth1": { + "rotation": { + "0.0": ["-18.2938-math.sin(q.anim_time*90*1-50)*2", -14.04833, "2.8551-math.sin(q.anim_time*90*1-50)*2"], + "1.0": ["-18.2938-math.sin(q.anim_time*90*1-50)*2", -14.04833, "2.8551-math.sin(q.anim_time*90*1-50)*2"], + "1.1667": ["-35.7938-math.sin(q.anim_time*90*1-50)*2", -14.04833, "2.8551-math.sin(q.anim_time*90*1-50)*2"], + "2.75": ["-18.2938-math.sin(q.anim_time*90*1-50)*2", -14.04833, "2.8551-math.sin(q.anim_time*90*1-50)*2"], + "3.25": ["-18.2938-math.sin(q.anim_time*90*1-50)*2", -14.04833, "2.8551-math.sin(q.anim_time*90*1-50)*2"] + }, + "position": { + "0.0": [0, 2, 0], + "1.0": [0, 2, 0], + "2.75": [0, 2, 0], + "3.25": [0, 2, 0] + } + }, + "fc2": { + "rotation": { + "0.0": ["5-math.sin(q.anim_time*90*1-150)*6", 0, "-2.5-math.sin(q.anim_time*90*1-150)*6"], + "1.0": ["5-math.sin(q.anim_time*90*1-150)*6", 0, "-2.5-math.sin(q.anim_time*90*1-150)*6"], + "1.1667": ["-40-math.sin(q.anim_time*90*1-150)*6", 0, "-2.5-math.sin(q.anim_time*90*1-150)*6"], + "2.5": ["5-math.sin(q.anim_time*90*1-150)*6", 0, "-2.5-math.sin(q.anim_time*90*1-150)*6"], + "3.25": ["5-math.sin(q.anim_time*90*1-150)*6", 0, "-2.5-math.sin(q.anim_time*90*1-150)*6"] + } + }, + "fc3": { + "rotation": { + "0.0": ["-2.4905-math.sin(q.anim_time*90*1-150)*8", -0.21782, "-7.4953-math.sin(q.anim_time*90*1-150)*8"], + "1.0": ["-2.4905-math.sin(q.anim_time*90*1-150)*8", -0.21782, "-7.4953-math.sin(q.anim_time*90*1-150)*8"], + "1.1667": ["-29.9905-math.sin(q.anim_time*90*1-150)*8", -0.21782, "-7.4953-math.sin(q.anim_time*90*1-150)*8"], + "2.5": ["-2.4905-math.sin(q.anim_time*90*1-150)*8", -0.21782, "-7.4953-math.sin(q.anim_time*90*1-150)*8"], + "3.25": ["-2.4905-math.sin(q.anim_time*90*1-150)*8", -0.21782, "-7.4953-math.sin(q.anim_time*90*1-150)*8"] + } + }, + "fc4": { + "rotation": { + "0.0": ["-14.9539-math.sin(q.anim_time*90*1-150)*12", -1.08089, "-4.8821-math.sin(q.anim_time*90*1-150)*10"], + "1.0": ["-14.9539-math.sin(q.anim_time*90*1-150)*12", -1.08089, "-4.8821-math.sin(q.anim_time*90*1-150)*10"], + "1.1667": ["-47.4539-math.sin(q.anim_time*90*1-150)*12", -1.08089, "-4.8821-math.sin(q.anim_time*90*1-150)*10"], + "2.75": ["-14.9539-math.sin(q.anim_time*90*1-150)*12", -1.08089, "-4.8821-math.sin(q.anim_time*90*1-150)*10"], + "3.25": ["-14.9539-math.sin(q.anim_time*90*1-150)*12", -1.08089, "-4.8821-math.sin(q.anim_time*90*1-150)*10"] + } + }, + "bc1": { + "rotation": { + "0.0": ["-25.7246+math.sin(q.anim_time*90*1-50)*4", -13.77624, 5.99253], + "1.0": ["-25.7246+math.sin(q.anim_time*90*1-50)*4", -13.77624, 5.99253], + "1.1667": ["-23.2246+math.sin(q.anim_time*90*1-50)*4", -13.77624, 5.99253], + "2.75": ["-25.7246+math.sin(q.anim_time*90*1-50)*4", -13.77624, 5.99253], + "3.25": ["-25.7246+math.sin(q.anim_time*90*1-50)*4", -13.77624, 5.99253] + }, + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 0, 0], + "1.1667": [0, -1, -3], + "2.75": [0, 0, 0] + } + }, + "bc2": { + "rotation": { + "0.0": ["-13.4773+math.sin(q.anim_time*90*1-100)*8", 4.58164, "2.4306+math.sin(q.anim_time*90*1-100)*8"], + "1.0": ["-13.4773+math.sin(q.anim_time*90*1-100)*8", 4.58164, "2.4306+math.sin(q.anim_time*90*1-100)*8"], + "1.1667": ["21.5227+math.sin(q.anim_time*90*1-100)*8", 4.58164, "2.4306+math.sin(q.anim_time*90*1-100)*8"], + "2.75": ["-13.4773+math.sin(q.anim_time*90*1-100)*8", 4.58164, "2.4306+math.sin(q.anim_time*90*1-100)*8"], + "3.25": ["-13.4773+math.sin(q.anim_time*90*1-100)*8", 4.58164, "2.4306+math.sin(q.anim_time*90*1-100)*8"] + } + }, + "bc3": { + "rotation": { + "0.0": ["2.7377+math.sin(q.anim_time*90*1-150)*10", 12.3071, "2.2046+math.sin(q.anim_time*90*1-150)*10"], + "1.0": ["2.7377+math.sin(q.anim_time*90*1-150)*10", 12.3071, "2.2046+math.sin(q.anim_time*90*1-150)*10"], + "1.1667": ["40.2377+math.sin(q.anim_time*90*1-150)*10", 12.3071, "2.2046+math.sin(q.anim_time*90*1-150)*10"], + "2.75": ["2.7377+math.sin(q.anim_time*90*1-150)*10", 12.3071, "2.2046+math.sin(q.anim_time*90*1-150)*10"], + "3.25": ["2.7377+math.sin(q.anim_time*90*1-150)*10", 12.3071, "2.2046+math.sin(q.anim_time*90*1-150)*10"] + } + }, + "bc4": { + "rotation": { + "0.0": ["-19.8489+math.sin(q.anim_time*90*1-200)*12", 9.84655, "1.7538+math.sin(q.anim_time*90*1-200)*12"], + "1.0": ["-19.8489+math.sin(q.anim_time*90*1-200)*12", 9.84655, "1.7538+math.sin(q.anim_time*90*1-200)*12"], + "1.1667": ["32.6511+math.sin(q.anim_time*90*1-200)*12", 9.84655, "1.7538+math.sin(q.anim_time*90*1-200)*12"], + "2.75": ["-19.8489+math.sin(q.anim_time*90*1-200)*12", 9.84655, "1.7538+math.sin(q.anim_time*90*1-200)*12"], + "3.25": ["-19.8489+math.sin(q.anim_time*90*1-200)*12", 9.84655, "1.7538+math.sin(q.anim_time*90*1-200)*12"] + } + }, + "shoulderleft": { + "rotation": { + "0.0": [0, 0, 15], + "1.0": [-8.99137, 15.78084, -2.44284], + "1.1667": [-20.2732, 71.77582, -20.93865], + "2.25": [-20.2732, 71.77582, -20.93865], + "2.5": [0, 0, 15] + }, + "position": { + "0.0": [0, 0, 0], + "1.0": [1, 0, 0], + "1.1667": [1, 0, 0], + "2.5": [0, 0, 0] + } + }, + "feetis": { + "rotation": { + "0.0": [5, 0, 0], + "0.75": [-2.46207, 0.43399, 9.99067], + "1.0": [6.95857, 56.1283, 21.03349], + "1.1667": [18.87067, -20.42794, 6.89939], + "2.25": [10.44464, -20.9011, 9.52304], + "2.5": [5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.1667": [0, 1, 0], + "2.5": [0, 0, 0] + } + }, + "torso": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [0, -32.5, 0], + "1.0": [0, -32.5, 0], + "1.1667": [0, 120, 0], + "2.25": [0, 120, 0], + "2.5": [0, 0, 0] + }, + "position": { + "0.0": [0, "math.sin(q.anim_time*4*16)*0.3", 0], + "0.75": [0, "math.sin(q.anim_time*4*16)*0.3", 3], + "1.0": [0, "math.sin(q.anim_time*4*16)*0.3", 3], + "1.1667": [-2, "-2+math.sin(q.anim_time*4*16)*0.3", 5], + "1.2083": [-2, "--1.5+math.sin(q.anim_time*4*16)*0.3", 5], + "1.25": [-2, "-2+math.sin(q.anim_time*4*16)*0.3", 5], + "1.2917": [-2, "--1.5+math.sin(q.anim_time*4*16)*0.3", 5], + "1.3333": [-2, "-2+math.sin(q.anim_time*4*16)*0.3", 5], + "1.375": [-2, "--1.5+math.sin(q.anim_time*4*16)*0.3", 5], + "1.4167": [-2, "-2+math.sin(q.anim_time*4*16)*0.3", 5], + "1.4583": [-2, "--1.5+math.sin(q.anim_time*4*16)*0.3", 5], + "1.5": [-2, "-2+math.sin(q.anim_time*4*16)*0.3", 5], + "1.5417": [-2, "--1.5+math.sin(q.anim_time*4*16)*0.3", 5], + "2.25": [-2, "-2+math.sin(q.anim_time*4*16)*0.3", 5], + "2.5": [0, "math.sin(q.anim_time*4*16)*0.3", 0] + } + }, + "tail": { + "position": { + "0.0": [0, 3, 0], + "2.5": [0, 3, 0] + } + }, + "arms": { + "position": { + "0.0": [0, "math.sin(q.anim_time*4*16)*0.3", 0], + "2.5": [0, "math.sin(q.anim_time*4*16)*0.3", 0] + } + }, + "hand_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 37.5], + "1.0": [0, 0, 37.5], + "1.1667": [0, 0, 12.5] + } + }, + "shoulderright": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [0, 0, -15], + "1.0833": [0, 7.5, 22.5], + "1.1667": [0, 0, -10] + } + }, + "hand_right": { + "rotation": { + "0.0": [0, 0, 0], + "1.0833": [0, 0, 32.5], + "1.1667": [0, 0, 5] + } + }, + "legs": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 0], + "1.0": [0, 0, 0], + "1.1667": [0, 175, 0], + "2.25": [0, 175, 0], + "2.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 0], + "1.0": [0, 0, 0], + "1.1667": [-3, 0, 7], + "2.25": [-3, 0, 7], + "2.5": [0, 0, 0] + } + } + } + }, + "animation.urshifu.rapidstrike": { + "loop": true, + "bones": { + "torso": { + "rotation": [0, 7.5, 0], + "position": [0, "math.sin(q.anim_time*4*16)*0.3", 0] + }, + "neck": { + "rotation": [2.5, 52.5, 0] + }, + "head": { + "rotation": [10.08453, -7.38542, -1.30962] + }, + "furhead2": { + "rotation": [0.49411, 1.25669, 2.10942], + "position": [0, -1, 0] + }, + "furhead3": { + "rotation": ["math.sin(q.anim_time*90*1-200)*4", 0, 0], + "position": [0, -1, 0] + }, + "furhead1": { + "rotation": [0, 0, -10], + "position": [0, -1, 0] + }, + "headband_left": { + "rotation": [-63.55989, "-94.0936-math.sin(q.anim_time*90*1-50)*10", 8.51181], + "position": [0, -2, 1] + }, + "lband1": { + "rotation": [0, "-97.5-math.sin(q.anim_time*90*1-100)*15", 0] + }, + "lband2": { + "rotation": [0, "27.5-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "lband3": { + "rotation": [0, "65-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "headband_right": { + "rotation": [-111.69454, "63.7406-math.sin(q.anim_time*90*1-50)*10", -47.51743], + "position": [0, -2, 0] + }, + "bandseg1": { + "rotation": [0, "82.5-math.sin(q.anim_time*90*1-100)*15", 0] + }, + "bandseg2": { + "rotation": [0, "80-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "bandseg3": { + "rotation": [0, "-40-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "tail": { + "rotation": [25, 0, 0] + }, + "arm_left": { + "rotation": [1.75378, -9.84655, "-2.6511-math.sin(q.anim_time*90*1-50)*1"], + "position": [0, -1, 0] + }, + "bicepleft": { + "rotation": [-6.28106, 11.01681, "65.4729-5-math.sin(q.anim_time*90*1-50)*2"] + }, + "forearmleft": { + "rotation": [0, 0, "37.5-math.sin(q.anim_time*90*1-50)*4"] + }, + "fingers": { + "rotation": [0, 0, -25] + }, + "fingerseg": { + "rotation": [0, 0, -52.5] + }, + "arm_right": { + "rotation": [2.5, -4.46375, "-53.165-math.sin(q.anim_time*90*1-50)*1"], + "position": [0, 0, 0] + }, + "bicepright": { + "rotation": [-151.85774, 19.32188, "-58.7808-math.sin(q.anim_time*90*1-50)*2"], + "position": [0, 1, 0] + }, + "forearmright": { + "rotation": [0, 0, "57.5-math.sin(q.anim_time*90*1-50)*4"] + }, + "leg_left": { + "rotation": ["-132.7708+math.sin(q.anim_time*20*4)*2", 52.97968, -39.67283] + }, + "fur1": { + "rotation": ["30+math.sin(q.anim_time*90*1-200)*4", 0, 0], + "position": [0, -1, -0.25] + }, + "fyur2": { + "rotation": [14.97546, 6.76746, "-20.956-math.sin(q.anim_time*90*1-200)*4"], + "position": [-0.5, 0, 0] + }, + "fyur3": { + "rotation": [0, 0, "35+math.sin(q.anim_time*90*1-200)*4"], + "position": [-1, -2, 0] + }, + "lknee": { + "rotation": ["117.5+math.sin(q.anim_time*20*4)*2", 0, 0], + "position": [-0.75, 0, -0.25] + }, + "leftfoot": { + "rotation": [32.5, 0, 0] + }, + "bc4": { + "rotation": ["2.5+math.sin(q.anim_time*90*1-50)*10", 0, 0] + }, + "bc3": { + "rotation": ["-7.5+math.sin(q.anim_time*90*1-50)*8", 0, 0] + }, + "bc2": { + "rotation": ["-12.5+math.sin(q.anim_time*90*1-50)*6", 0, 0] + }, + "bc1": { + "rotation": ["22.5+math.sin(q.anim_time*90*1-50)*4", 0, 0] + }, + "frontcloth1": { + "rotation": ["-25-math.sin(q.anim_time*90*1-50)*6", 0, 0] + }, + "fc2": { + "rotation": ["-12.5-math.sin(q.anim_time*90*1-150)*6", 0, 0] + }, + "fc3": { + "rotation": ["-10-math.sin(q.anim_time*90*1-150)*8", 0, 0] + }, + "fc4": { + "rotation": ["-5-math.sin(q.anim_time*90*1-150)*10", 0, 0] + }, + "shoulderright": { + "rotation": [3.90399, 17.07228, 0.58619] + }, + "shoulderleft": { + "rotation": [0, 0, "-math.sin(q.anim_time*90*1-50)*1"] + }, + "mainthing": { + "rotation": [0, 275, 0], + "position": [0, -1, 0] + }, + "fur2": { + "rotation": [12.5, 0, 0] + }, + "fur4": { + "rotation": [0, 0, 22.5] + }, + "fur6": { + "rotation": [0, 0, -22.5] + }, + "arms": { + "position": [0, "math.sin(q.anim_time*4*16)*0.3", 0] + }, + "hand_left": { + "rotation": [0, 0, -5] + } + } + }, + "animation.urshifu.rsphysical_attack": { + "loop": true, + "animation_length": 2, + "bones": { + "torso": { + "rotation": { + "0.0": [0, 7.5, 0], + "0.1667": { + "pre": [0, 7.5, 0], + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [9.32022, -39.76686, -3.72594], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [7.59801, 19.69744, 4.8414], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-8.40005, -17.52965, -3.95707], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [14.57773, 35.5108, 27.981], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [4.57773, 35.5108, 27.981], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [4.57773, 35.5108, 27.981], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [2.9139, 49.55325, 18.41109], + "lerp_mode": "catmullrom" + }, + "1.5417": [0, 7.5, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0.3, 2], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": [0, 0, 0] + } + }, + "neck": { + "rotation": { + "0.0": [2.5, 52.5, 0], + "0.5": [2.5, 52.5, 0], + "0.5833": [1.52308, 2.52546, -1.91672], + "1.5417": [2.5, 52.5, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5833": [0, 0, 0], + "1.5417": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [10.08453, -7.38542, -1.30962], + "0.375": [10.08453, -7.38542, -1.30962], + "0.5833": [8.12193, -14.70557, -4.61924], + "0.7083": [-7.92351, 34.77437, 2.95198], + "0.8333": [23.75816, 42.40006, 9.12376], + "1.5417": [10.08453, -7.38542, -1.30962] + }, + "position": { + "0.0": [0, 0, 0], + "1.5417": [0, 0, 0] + } + }, + "furhead2": { + "rotation": [0.49411, 1.25669, 2.10942], + "position": [0, -1, 0] + }, + "furhead3": { + "rotation": ["math.sin(q.anim_time*90*1-200)*4", 0, 0], + "position": [0, -1, 0] + }, + "furhead1": { + "rotation": [0, 0, -10], + "position": [0, -1, 0] + }, + "headband_left": { + "rotation": { + "0.0": [-63.55989, "-94.0936-math.sin(q.anim_time*90*1-50)*10", 8.51181], + "0.375": [-63.55989, "-94.0936-math.sin(q.anim_time*90*1-50)*10", 8.51181], + "0.5833": [23.34936, "13.1515-math.sin(q.anim_time*90*1-50)*10", -82.30936], + "0.6667": [22.72336, "-44.2728-math.sin(q.anim_time*90*1-50)*10", -79.15711], + "0.875": [23.39565, "20.6468-math.sin(q.anim_time*90*1-50)*10", -82.64626], + "1.5417": [-63.55989, "-94.0936-math.sin(q.anim_time*90*1-50)*10", 8.51181] + }, + "position": { + "0.0": [0, -2, 1], + "0.375": [0, -2, 1], + "1.5417": [0, -2, 1] + } + }, + "lband1": { + "rotation": { + "0.0": [0, "-97.5-math.sin(q.anim_time*90*1-100)*15", 0], + "0.5833": [0, "7.5-math.sin(q.anim_time*90*1-100)*15", 0], + "0.6667": [0, "-60-math.sin(q.anim_time*90*1-100)*15", 0], + "0.875": [0, "10-math.sin(q.anim_time*90*1-100)*15", 0], + "1.5417": [0, "-97.5-math.sin(q.anim_time*90*1-100)*15", 0] + } + }, + "lband2": { + "rotation": { + "0.0": [0, "27.5-math.sin(q.anim_time*90*1-200)*25", 0], + "0.5833": [0, "55-math.sin(q.anim_time*90*1-200)*25", 0], + "0.6667": [0, "-15-math.sin(q.anim_time*90*1-200)*25", 0], + "0.875": [0, "45-math.sin(q.anim_time*90*1-200)*25", 0], + "1.5417": [0, "27.5-math.sin(q.anim_time*90*1-200)*25", 0] + } + }, + "lband3": { + "rotation": { + "0.0": [0, "65-math.sin(q.anim_time*90*1-200)*25", 0], + "0.6667": [0, "-5-math.sin(q.anim_time*90*1-200)*25", 0], + "0.875": [0, "57.5-math.sin(q.anim_time*90*1-200)*25", 0], + "1.5417": [0, "65-math.sin(q.anim_time*90*1-200)*25", 0] + } + }, + "headband_right": { + "rotation": { + "0.0": [-111.69454, "63.7406-math.sin(q.anim_time*90*1-50)*10", -47.51743], + "0.875": [-22.58051, "18.8504-math.sin(q.anim_time*90*1-50)*10", 50.02008], + "1.5417": [-111.69454, "63.7406-math.sin(q.anim_time*90*1-50)*10", -47.51743] + }, + "position": { + "0.0": [0, -2, 0], + "1.5417": [0, -2, 0] + } + }, + "bandseg1": { + "rotation": { + "0.0": [0, "82.5-math.sin(q.anim_time*90*1-100)*15", 0], + "0.875": [-5, "42.5-math.sin(q.anim_time*90*1-100)*15", 0], + "1.5417": [0, "82.5-math.sin(q.anim_time*90*1-100)*15", 0] + } + }, + "bandseg2": { + "rotation": { + "0.0": [0, "80-math.sin(q.anim_time*90*1-200)*25", 0], + "0.875": [0, "55-math.sin(q.anim_time*90*1-200)*25", 0], + "1.5417": [0, "80-math.sin(q.anim_time*90*1-200)*25", 0] + } + }, + "bandseg3": { + "rotation": { + "0.0": [0, "-40-math.sin(q.anim_time*90*1-200)*25", 0], + "0.875": [0, "-17.5-math.sin(q.anim_time*90*1-200)*25", 0] + } + }, + "tail": { + "rotation": [25, 0, 0] + }, + "arm_left": { + "rotation": { + "0.0": [1.75378, -9.84655, "-2.6511-math.sin(q.anim_time*90*1-50)*1"], + "0.5833": [19.39869, 12.76253, 35.85762], + "0.7083": [26.19068, -33.85986, "25.1294-math.sin(q.anim_time*90*1-50)*1"], + "0.9583": [32.85923, -38.45118, -16.46484], + "1.5417": [1.75378, -9.84655, "-2.6511-math.sin(q.anim_time*90*1-50)*1"] + }, + "position": { + "0.0": [0, -1, 0], + "1.5417": [0, -1, 0] + } + }, + "bicepleft": { + "rotation": { + "0.0": [-6.28106, 11.01681, "65.4729-5-math.sin(q.anim_time*90*1-50)*2"], + "0.4583": [-7.36541, 8.32005, "38.0818-5-math.sin(q.anim_time*90*1-50)*2"], + "0.7083": [-6.99489, 5.17708, "8.2411-5-math.sin(q.anim_time*90*1-50)*2"], + "0.9583": [-6.21642, -13.20991, 18.56636], + "1.5417": [-6.28106, 11.01681, "65.4729-5-math.sin(q.anim_time*90*1-50)*2"] + } + }, + "forearmleft": { + "rotation": { + "0.0": [0, 0, "37.5-math.sin(q.anim_time*90*1-50)*4"], + "0.4583": [0, 0, "-2.5-math.sin(q.anim_time*90*1-50)*4"], + "0.7083": [0, -20, "-2.5-math.sin(q.anim_time*90*1-50)*4"], + "0.9583": [2.48818, -13.89135, 1.55128], + "1.5417": [0, 0, "37.5-math.sin(q.anim_time*90*1-50)*4"] + } + }, + "fingers": { + "rotation": { + "0.0": [0, 0, -25], + "0.4583": [0, 0, 12.5], + "1.5417": [0, 0, -25] + } + }, + "fingerseg": { + "rotation": { + "0.0": [0, 0, -52.5], + "0.4583": [0, 0, 2.5], + "1.5417": [0, 0, -52.5] + } + }, + "arm_right": { + "rotation": { + "0.0": [2.5, -4.46375, "-53.165-math.sin(q.anim_time*90*1-50)*1"], + "0.5833": [38.63023, 31.21704, "1.8252-math.sin(q.anim_time*90*1-50)*1"], + "1.5417": [2.5, -4.46375, "-53.165-math.sin(q.anim_time*90*1-50)*1"] + }, + "position": { + "0.0": [0, 0, 0], + "1.5417": [0, 0, 0] + } + }, + "bicepright": { + "rotation": { + "0.0": [-151.85774, 19.32188, "-58.7808-math.sin(q.anim_time*90*1-50)*2"], + "0.5": [-151.85774, 19.32188, "-58.7808-math.sin(q.anim_time*90*1-50)*2"], + "0.5833": [-161.14216, -61.29738, -48.93873], + "0.7083": [-64.58268, -27.88586, "-8.1037-math.sin(q.anim_time*90*1-50)*2"], + "0.8333": [-78.52491, 6.12224, -10.84956], + "1.5417": [-151.85774, 19.32188, "-58.7808-math.sin(q.anim_time*90*1-50)*2"] + }, + "position": { + "0.0": [0, 1, 0], + "0.5": [0, 1, 0], + "0.7083": [0, 0, -1], + "1.5417": [0, 1, 0] + } + }, + "forearmright": { + "rotation": { + "0.0": [0, 0, "57.5-math.sin(q.anim_time*90*1-50)*4"], + "0.5": [0, 0, "57.5-math.sin(q.anim_time*90*1-50)*4"], + "0.5833": [0, 0, -3.17], + "0.7083": [0, 0, "-12.5-math.sin(q.anim_time*90*1-50)*4"], + "1.5417": [0, 0, "57.5-math.sin(q.anim_time*90*1-50)*4"] + } + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [-132.7708, 52.97968, -39.67283], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [6.9438, 66.3814, 16.44406], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [6.9438, 66.3814, 16.44406], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [6.9438, 66.3814, 16.44406], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [39.39001, -5.96185, 102.14375], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [47.65871, -13.84024, 106.61773], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [24.66815, -15.28879, 114.11176], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [21.78371, -2.58391, 82.93999], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-25.08267, 7.6168, 59.03075], + "lerp_mode": "catmullrom" + }, + "1.5417": [-132.7708, 52.97968, -39.67283] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [2, 11, 4], + "lerp_mode": "catmullrom" + }, + "1.5417": [0, 0, 0] + } + }, + "fur1": { + "rotation": ["30+math.sin(q.anim_time*90*1-200)*4", 0, 0], + "position": [0, -1, -0.25] + }, + "fyur2": { + "rotation": [14.97546, 6.76746, "-20.956-math.sin(q.anim_time*90*1-200)*4"], + "position": [-0.5, 0, 0] + }, + "fyur3": { + "rotation": [0, 0, "35+math.sin(q.anim_time*90*1-200)*4"], + "position": [-1, -2, 0] + }, + "lknee": { + "rotation": { + "0.0": [117.5, 0, 0], + "0.25": [22.5, 0, 0], + "0.3333": [13.42219, -9.6742, -2.96535], + "0.5": { + "pre": [22.5, 0, 0], + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [15.34848, -1.56364, 17.69154], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-2.15152, -1.56364, 17.69154], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [92.09383, 21.04458, 17.11375], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [88.50727, 19.29273, 14.47548], + "lerp_mode": "catmullrom" + }, + "1.5417": [117.5, 0, 0] + }, + "position": { + "0.0": [-0.75, 0, -0.25], + "0.25": [-0.75, 0, -0.25], + "0.5": { + "pre": [-0.75, 0, -0.25], + "post": [-0.75, 0, -0.25], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-0.75, -0.3, -0.25], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-0.75, 0, -0.25], + "lerp_mode": "catmullrom" + }, + "1.5417": [-0.75, 0, -0.25] + } + }, + "leftfoot": { + "rotation": { + "0.0": [32.5, 0, 0], + "0.25": [-5, 0, 0], + "0.3333": [-5.5531, -15.46162, 1.58448], + "0.375": [-6.76733, -42.30053, 4.56615], + "0.5": [-5, 0, 0], + "0.625": [-5, 0, 0], + "0.6667": [-5, 0, 0], + "0.8333": [82.14, 0, 0], + "1.0": [82.14, 0, 0], + "1.5417": [32.5, 0, 0] + } + }, + "bc4": { + "rotation": { + "0.0": ["2.5+math.sin(q.anim_time*90*1-50)*10", 0, 0], + "0.625": ["2.5+math.sin(q.anim_time*90*1-50)*10", 0, 0], + "0.7917": ["20+math.sin(q.anim_time*90*1-50)*10", 0, 0], + "1.5417": ["-30+math.sin(q.anim_time*90*1-50)*10", 0, 0] + } + }, + "bc3": { + "rotation": { + "0.0": ["-7.5+math.sin(q.anim_time*90*1-50)*8", 0, 0], + "0.625": ["-7.5+math.sin(q.anim_time*90*1-50)*8", 0, 0], + "0.7917": ["15+math.sin(q.anim_time*90*1-50)*8", 0, 0], + "1.5417": ["-7.5+math.sin(q.anim_time*90*1-50)*8", 0, 0] + } + }, + "bc2": { + "rotation": { + "0.0": ["-12.5+math.sin(q.anim_time*90*1-50)*6", 0, 0], + "0.625": ["-12.5+math.sin(q.anim_time*90*1-50)*6", 0, 0], + "0.7917": ["30+math.sin(q.anim_time*90*1-50)*6", 0, 0], + "1.5417": ["-27.5+math.sin(q.anim_time*90*1-50)*6", 0, 0] + } + }, + "bc1": { + "rotation": { + "0.0": ["22.5+math.sin(q.anim_time*90*1-50)*4", 0, 0], + "0.625": ["22.5+math.sin(q.anim_time*90*1-50)*4", 0, 0], + "0.7917": ["67.5+math.sin(q.anim_time*90*1-50)*4", 0, 0], + "1.5417": ["22.5+math.sin(q.anim_time*90*1-50)*4", 0, 0] + } + }, + "frontcloth1": { + "rotation": { + "0.0": ["-25-math.sin(q.anim_time*90*1-50)*6", 0, 0], + "0.625": ["-25-math.sin(q.anim_time*90*1-50)*6", 0, 0], + "0.7917": ["-30-math.sin(q.anim_time*90*1-50)*6", 0, 0], + "1.5417": ["-25-math.sin(q.anim_time*90*1-50)*6", 0, 0] + } + }, + "fc2": { + "rotation": { + "0.0": ["-12.5-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "0.625": ["-12.5-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "0.7917": ["-25-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "1.5417": ["-12.5-math.sin(q.anim_time*90*1-150)*6", 0, 0] + } + }, + "fc3": { + "rotation": { + "0.0": ["-10-math.sin(q.anim_time*90*1-150)*8", 0, 0], + "0.625": ["-10-math.sin(q.anim_time*90*1-150)*8", 0, 0], + "0.7917": ["-22.5-math.sin(q.anim_time*90*1-150)*8", 0, 0], + "1.5417": ["-10-math.sin(q.anim_time*90*1-150)*8", 0, 0] + } + }, + "fc4": { + "rotation": { + "0.0": ["-5-math.sin(q.anim_time*90*1-150)*10", 0, 0], + "0.625": ["-5-math.sin(q.anim_time*90*1-150)*10", 0, 0], + "0.7917": ["-22.5-math.sin(q.anim_time*90*1-150)*10", 0, 0], + "1.5417": ["-5-math.sin(q.anim_time*90*1-150)*10", 0, 0] + } + }, + "shoulderright": { + "rotation": { + "0.0": [3.90399, 17.07228, 0.58619], + "0.5": [3.90399, 17.07228, 0.58619], + "0.5833": [94.52129, 8.68044, -1.15232], + "0.7083": [6.42402, 15.48191, 57.1885], + "0.8333": [-2.39697, 16.56391, 25.9654], + "1.5417": [3.90399, 17.07228, 0.58619] + } + }, + "shoulderleft": { + "rotation": { + "0.0": [0, 0, "-math.sin(q.anim_time*90*1-50)*1"], + "0.9583": [3.61644, -19.6835, "-10.6276-math.sin(q.anim_time*90*1-50)*1"], + "1.5417": [0, 0, "-math.sin(q.anim_time*90*1-50)*1"] + } + }, + "mainthing": { + "rotation": { + "0.0": [0, -85, 0], + "0.1667": [0, -85, 0], + "0.3333": [0, -97.5, 0], + "0.4583": [0, -85, 0], + "0.5": { + "pre": [0, -37.5, 0], + "post": [0, -37.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 84.17, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 156.98, 0], + "lerp_mode": "catmullrom" + }, + "1.125": [0, 275, 0] + }, + "position": { + "0.0": [0, -1, 0], + "0.4583": [3, -1, -5], + "0.5": { + "pre": [5, -1, -9], + "post": [5, -1, -9], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, -1, -18], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-4, -1, -21], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-11.5, -1, -23.17], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-11.1, -4.12, -18.13], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-9.9, -1, -12.3], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-9.95, 22, -8.15], + "lerp_mode": "catmullrom" + }, + "1.125": [0, -1, 0] + } + }, + "fur2": { + "rotation": [12.5, 0, 0] + }, + "fur4": { + "rotation": [0, 0, 22.5] + }, + "fur6": { + "rotation": [0, 0, -22.5] + }, + "arms": { + "position": [0, "math.sin(q.anim_time*4*16)*0.3", 0] + }, + "hand_left": { + "rotation": { + "0.0": [0, 0, -5], + "1.5417": [0, 0, -5] + } + }, + "whiteneck": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "0.5833": [0, -25, 0], + "0.7083": [0, 15, 0], + "1.5417": [0, 0, 0] + } + }, + "fingers_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.7083": [0, 0, 15], + "1.5417": [0, 0, 0] + } + }, + "leg_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.2083": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-8.39561, -15.84371, -33.42976], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [8.59552, -15.66561, -97.16773], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [8.59552, -15.66561, -97.16773], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-37.50593, -83.66938, -13.33174], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [138.6987, -81.56127, -173.40871], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [1.12953, -49.57928, 7.10142], + "lerp_mode": "catmullrom" + }, + "0.7917": [0, 0, 0], + "0.875": [0, 0, 0], + "1.5417": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.4583": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [1, 0, -4], + "lerp_mode": "catmullrom" + }, + "0.75": [-3, 0, -3], + "0.7917": [0, 0, 0], + "0.8333": [-3, 0, -3], + "0.875": [0, 0, 0], + "1.5417": [0, 0, 0] + } + }, + "rknee": { + "rotation": { + "0.0": [0, 0, 0], + "0.2083": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [87.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [78, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-17, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [46.53073, 3.55731, -3.52271], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [67.56146, 7.11462, -7.04541], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-1.03265, 2.90106, -1.91504], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-1.03265, 2.90106, -1.91504], + "lerp_mode": "catmullrom" + }, + "1.0": [0, 0, 0], + "1.5417": [0, 0, 0] + } + }, + "feetis": { + "rotation": { + "0.0": [0, 0, 0], + "0.2083": [0, 0, 0], + "0.3333": [50, 0, 0], + "0.5": [57.5, 0, 0], + "0.5833": [57.5, 0, 0], + "0.6667": [-20, 0, 0], + "0.75": [62.08727, -0.27471, 6.30985], + "1.0": [62.08727, -0.27471, 6.30985], + "1.125": [0, 0, 0], + "1.5417": [0, 0, 0] + } + } + } + }, + "animation.urshifu.blink": { + "animation_length": 1, + "bones": { + "eyebrow1": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, -5], + "0.0833": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, -1, 0], + "0.0833": [0, 0, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "0.0417": [1, 1.1, 1], + "0.0833": [1, 1, 1] + } + }, + "eyebrow": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, 5], + "0.0833": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, -1, 0], + "0.0833": [0, 0, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "0.0417": [1, 1.3, 1], + "0.0833": [1, 1, 1] + } + } + } + }, + "animation.urshifu.ground_idle": { + "loop": true, + "bones": { + "torso": { + "position": [0, "math.sin(q.anim_time*4*16)*0.3", 0] + }, + "neck": { + "position": [0, 0, 0] + }, + "furhead2": { + "rotation": [0, 0, "math.sin(q.anim_time*90*1-200)*4"] + }, + "furhead3": { + "rotation": ["math.sin(q.anim_time*90*1-200)*4", 0, 0] + }, + "furhead1": { + "rotation": [0, 0, "math.sin(q.anim_time*90*1-200)*4"] + }, + "headband_left": { + "rotation": [0, "-math.sin(q.anim_time*90*1-50)*10", 0] + }, + "lband1": { + "rotation": [0, "-5-math.sin(q.anim_time*90*1-100)*15", 0] + }, + "lband2": { + "rotation": [0, "0-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "lband3": { + "rotation": [0, "0-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "headband_right": { + "rotation": [0, "-math.sin(q.anim_time*90*1-50)*10", 0] + }, + "bandseg1": { + "rotation": [0, "-5-math.sin(q.anim_time*90*1-100)*15", 0] + }, + "bandseg2": { + "rotation": [0, "0-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "bandseg3": { + "rotation": [0, "0-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "lowjaw": { + "rotation": [0, 0, 0] + }, + "frontcloth1": { + "rotation": ["-7.5-math.sin(q.anim_time*90*1-50)*2", 0, 0] + }, + "fc2": { + "rotation": ["-2.5-math.sin(q.anim_time*90*1-100)*4", 0, 0] + }, + "fc3": { + "rotation": ["-5-math.sin(q.anim_time*90*1-150)*6", 0, 0] + }, + "fc4": { + "rotation": ["-5-math.sin(q.anim_time*90*1-150)*6", 0, 0] + }, + "bc1": { + "rotation": ["5+math.sin(q.anim_time*90*1-50)*4", 0, 0] + }, + "bc2": { + "rotation": ["15+math.sin(q.anim_time*90*1-100)*8", 0, 0] + }, + "bc3": { + "rotation": ["5+math.sin(q.anim_time*90*1-150)*10", 0, 0] + }, + "bc4": { + "rotation": ["5+math.sin(q.anim_time*90*1-200)*12", 0, 0] + }, + "arms": { + "position": [0, "math.sin(q.anim_time*4*16)*0.3", 0] + }, + "fingerseg": { + "rotation": [0, 0, "math.sin(q.anim_time*30*2+150)*2"] + }, + "fingerrseg2": { + "rotation": [0, 0, "-math.sin(q.anim_time*30*2+150)*2"] + }, + "fur1": { + "rotation": ["0+math.sin(q.anim_time*90*1-200)*4", 0, 0] + }, + "fyur2": { + "rotation": [0, 0, "math.sin(q.anim_time*90*1-200)*4"] + }, + "fur2": { + "rotation": ["math.sin(q.anim_time*90*1-200)*4", 0, 0] + }, + "fur4": { + "rotation": [0, 0, "math.sin(q.anim_time*90*1-200)*4"] + }, + "rknee": { + "position": [0, -0.5, 0] + } + } + }, + "animation.urshifu.ground_walk": { + "loop": true, + "animation_length": 4, + "bones": { + "torso": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 10, 0], + "1.0": [0, 0, 0], + "1.5": [0, -7.5, 0], + "2.0": [0, 0, 0], + "2.5": [0, 10, 0], + "3.0": [0, 0, 0], + "3.5": [0, -7.5, 0], + "4.0": [0, 0, 0] + }, + "position": { + "0.0": [0, "math.sin(q.anim_time*4*16)*0.3", 0], + "2.0": [0, "math.sin(q.anim_time*4*16)*0.3", 0], + "4.0": [0, "math.sin(q.anim_time*4*16)*0.3", 0] + } + }, + "neck": { + "position": [0, 0, 0] + }, + "furhead2": { + "rotation": [0, 0, "math.sin(q.anim_time*90*1-200)*4"] + }, + "furhead3": { + "rotation": ["math.sin(q.anim_time*90*1-200)*4", 0, 0] + }, + "furhead1": { + "rotation": [0, 0, "math.sin(q.anim_time*90*1-200)*4"] + }, + "headband_left": { + "rotation": [0, "-math.sin(q.anim_time*90*1-50)*10", 0] + }, + "lband1": { + "rotation": [0, "-5-math.sin(q.anim_time*90*1-100)*15", 0] + }, + "lband2": { + "rotation": [0, "0-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "lband3": { + "rotation": [0, "0-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "headband_right": { + "rotation": [0, "-math.sin(q.anim_time*90*1-50)*10", 0] + }, + "bandseg1": { + "rotation": [0, "-5-math.sin(q.anim_time*90*1-100)*15", 0] + }, + "bandseg2": { + "rotation": [0, "0-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "bandseg3": { + "rotation": [0, "0-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "lowjaw": { + "rotation": [0, 0, 0] + }, + "frontcloth1": { + "rotation": { + "0.0": ["-10-math.sin(q.anim_time*90*1-50)*2", 0, 0], + "0.25": [-49.08, 0, 0], + "0.5": [-49.08, 0, 0], + "1.0": ["-7.5-math.sin(q.anim_time*90*1-50)*2", 0, 0], + "1.25": ["-52.5-math.sin(q.anim_time*90*1-50)*2", 0, 0], + "1.5": ["-52.5-math.sin(q.anim_time*90*1-50)*2", 0, 0], + "2.0": ["-10-math.sin(q.anim_time*90*1-50)*2", 0, 0], + "2.25": [-49.08, 0, 0], + "2.5": [-49.08, 0, 0], + "3.0": ["-7.5-math.sin(q.anim_time*90*1-50)*2", 0, 0], + "3.25": ["-52.5-math.sin(q.anim_time*90*1-50)*2", 0, 0], + "3.5": ["-52.5-math.sin(q.anim_time*90*1-50)*2", 0, 0], + "4.0": ["-7.5-math.sin(q.anim_time*90*1-50)*2", 0, 0] + } + }, + "fc2": { + "rotation": { + "0.0": ["-2.5-math.sin(q.anim_time*90*1-100)*4", 0, 0], + "0.25": ["22.5-math.sin(q.anim_time*90*1-100)*4", 0, 0], + "0.5": ["12.5-math.sin(q.anim_time*90*1-100)*4", 0, 0], + "1.0": ["-2.5-math.sin(q.anim_time*90*1-100)*4", 0, 0], + "1.25": ["22.5-math.sin(q.anim_time*90*1-100)*4", 0, 0], + "1.5": ["22.5-math.sin(q.anim_time*90*1-100)*4", 0, 0], + "2.0": ["-2.5-math.sin(q.anim_time*90*1-100)*4", 0, 0], + "2.25": ["22.5-math.sin(q.anim_time*90*1-100)*4", 0, 0], + "2.5": ["12.5-math.sin(q.anim_time*90*1-100)*4", 0, 0], + "3.0": ["-2.5-math.sin(q.anim_time*90*1-100)*4", 0, 0], + "3.25": ["22.5-math.sin(q.anim_time*90*1-100)*4", 0, 0], + "3.5": ["22.5-math.sin(q.anim_time*90*1-100)*4", 0, 0], + "4.0": ["-2.5-math.sin(q.anim_time*90*1-100)*4", 0, 0] + } + }, + "fc3": { + "rotation": { + "0.0": ["-5-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "0.25": ["-30-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "0.5": ["12.5-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "1.0": ["-5-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "1.25": ["12.5-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "1.5": ["12.5-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "2.0": ["-5-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "2.25": ["-30-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "2.5": ["12.5-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "3.0": ["-5-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "3.25": ["12.5-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "3.5": ["12.5-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "4.0": ["-5-math.sin(q.anim_time*90*1-150)*6", 0, 0] + } + }, + "fc4": { + "rotation": { + "0.0": ["-5-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "0.25": ["-42.5-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "0.5": ["2.5-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "1.0": ["-5-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "1.25": ["-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "1.5": ["-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "2.0": ["-5-math.sin(q.anim_time*90*1-150)*6", 0, 0] + } + }, + "bc1": { + "rotation": ["40+math.sin(q.anim_time*90*1-50)*4", 0, 0] + }, + "bc2": { + "rotation": ["15+math.sin(q.anim_time*90*1-100)*8", 0, 0] + }, + "bc3": { + "rotation": ["5+math.sin(q.anim_time*90*1-150)*10", 0, 0] + }, + "bc4": { + "rotation": ["5+math.sin(q.anim_time*90*1-200)*12", 0, 0] + }, + "arms": { + "position": [0, "math.sin(q.anim_time*4*16)*0.3", 0] + }, + "fingerseg": { + "rotation": [0, 0, "math.sin(q.anim_time*30*2+150)*2"] + }, + "fingerrseg2": { + "rotation": [0, 0, "-math.sin(q.anim_time*30*2+150)*2"] + }, + "fur1": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*90*1-200)*4", 0, 0], + "2.0": ["0+math.sin(q.anim_time*90*1-200)*4", 0, 0], + "4.0": ["0+math.sin(q.anim_time*90*1-200)*4", 0, 0] + } + }, + "fyur2": { + "rotation": { + "0.0": [0, 0, "math.sin(q.anim_time*90*1-200)*4"], + "2.0": [0, 0, "math.sin(q.anim_time*90*1-200)*4"] + } + }, + "fur2": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*1-200)*4", 0, 0], + "2.0": ["math.sin(q.anim_time*90*1-200)*4", 0, 0] + } + }, + "fur4": { + "rotation": [0, 0, "math.sin(q.anim_time*90*1-200)*4"] + }, + "rknee": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [28.75, 0, 0], + "0.5": [47.5, 0, 0], + "1.0": [0, 0, 0], + "1.5": [2.5, 0, 0], + "2.0": [0, 0, 0], + "2.25": [28.75, 0, 0], + "2.5": [47.5, 0, 0], + "3.0": [0, 0, 0], + "3.5": [2.5, 0, 0], + "4.0": [0, 0, 0] + }, + "position": { + "0.0": [0, -0.5, 0], + "1.0": [0, -0.5, 0], + "2.0": [0, -0.5, 0], + "3.0": [0, -0.5, 0], + "4.0": [0, -0.5, 0] + } + }, + "mainthing": { + "position": { + "0.0": [0, 0, 0], + "0.5": [0, -4, 0], + "1.0": [0, 0, 0], + "1.5": [0, -2, 0], + "2.0": [0, 0, 0], + "2.5": [0, -4, 0], + "3.0": [0, 0, 0], + "3.5": [0, -2, 0], + "4.0": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -10, 0], + "1.0": [0, 0, 0], + "1.5": [0, 7.5, 0], + "2.0": [0, 0, 0], + "2.5": [0, -10, 0], + "3.0": [0, 0, 0], + "3.5": [0, 7.5, 0], + "4.0": [0, 0, 0] + } + }, + "arm_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -10, 0], + "1.0": [0, 0, 0], + "1.5": [-5.12076, 12.45167, -1.10693], + "2.0": [0, 0, 0], + "2.5": [0, -10, 0], + "3.0": [0, 0, 0], + "3.5": [-5.12076, 12.45167, -1.10693], + "4.0": [0, 0, 0] + } + }, + "arm_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -17.5, 0], + "1.0": [0, 0, 0], + "1.5": [0, 15, 0], + "2.0": [0, 0, 0], + "2.5": [0, -2.5, 0], + "3.0": [0, 0, 0], + "3.5": [0, 15, 0], + "4.0": [0, 0, 0] + } + }, + "leg_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [35, 0, 0], + "1.0": [0, 0, 0], + "1.25": [-52.5, 0, 0], + "1.5": [-45, 0, 0], + "2.0": [0, 0, 0], + "2.5": [35, 0, 0], + "3.0": [0, 0, 0], + "3.25": [-52.5, 0, 0], + "3.5": [-45, 0, 0], + "4.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 3], + "1.0": [0, 0, 0], + "1.5": [0, 0, -2], + "2.0": [0, 0, 0], + "2.5": [0, 0, 3], + "3.0": [0, 0, 0], + "3.5": [0, 0, -2], + "4.0": [0, 0, 0] + } + }, + "lknee": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [0, 0, 0], + "1.25": [32.5, 0, 0], + "1.5": [45, 0, 0], + "2.0": [0, 0, 0], + "3.0": [0, 0, 0], + "3.25": [32.5, 0, 0], + "3.5": [45, 0, 0], + "4.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 0, 0], + "1.25": [0, 0, 1], + "1.5": [0, 0, 0], + "2.0": [0, 0, 0], + "3.0": [0, 0, 0], + "3.25": [0, 0, 1], + "3.5": [0, 0, 0], + "4.0": [0, 0, 0] + } + }, + "leftfoot": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-27.5, 0, 0], + "1.0": [0, 0, 0], + "2.0": [0, 0, 0], + "2.5": [-27.5, 0, 0], + "3.0": [0, 0, 0], + "4.0": [0, 0, 0] + } + }, + "leg_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-52.5, 0, 0], + "0.5": [-55, 0, 0], + "1.0": [0, 0, 0], + "1.5": [30, 0, 0], + "2.0": [0, 0, 0], + "2.25": [-52.5, 0, 0], + "2.5": [-55, 0, 0], + "3.0": [0, 0, 0], + "3.5": [30, 0, 0], + "4.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 0, 0], + "1.5": [0, -2, 1], + "2.0": [0, 0, 0], + "3.0": [0, 0, 0], + "3.5": [0, -2, 1], + "4.0": [0, 0, 0] + } + }, + "feetis": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [9.17, 0, 0], + "1.0": [0, 0, 0], + "1.5": [-32.5, 0, 0], + "2.0": [0, 0, 0], + "2.5": [9.17, 0, 0], + "3.0": [0, 0, 0], + "3.5": [-32.5, 0, 0], + "4.0": [0, 0, 0] + } + } + } + }, + "animation.urshifu.cry": { + "loop": true, + "animation_length": 2, + "bones": { + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, "math.sin(q.anim_time*4*16)*0.3", 0], + "0.5": [0, "math.sin(q.anim_time*4*16)*0.3", 1], + "1.25": [0, "math.sin(q.anim_time*4*16)*0.3", 1], + "1.75": [0, "math.sin(q.anim_time*4*16)*0.3", 0] + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-5, 0, 0], + "0.75": [-5, 0, 0], + "1.25": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.25": [0, 0, 0] + } + }, + "furhead2": { + "rotation": [0, 0, "math.sin(q.anim_time*90*1-200)*4"] + }, + "furhead3": { + "rotation": ["math.sin(q.anim_time*90*1-200)*4", 0, 0] + }, + "furhead1": { + "rotation": [0, 0, "math.sin(q.anim_time*90*1-200)*4"] + }, + "headband_left": { + "rotation": { + "0.0": [0, "-math.sin(q.anim_time*90*1-50)*10", 0], + "0.5": [0, "55-math.sin(q.anim_time*90*1-50)*10", 0], + "1.0": [0, "55-math.sin(q.anim_time*90*1-50)*10", 0], + "1.75": [0, "-math.sin(q.anim_time*90*1-50)*10", 0], + "2.0": [0, "-math.sin(q.anim_time*90*1-50)*10", 0] + } + }, + "lband1": { + "rotation": [0, "-5-math.sin(q.anim_time*90*1-100)*15", 0] + }, + "lband2": { + "rotation": [0, "0-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "lband3": { + "rotation": [0, "0-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "headband_right": { + "rotation": { + "0.0": [0, "-math.sin(q.anim_time*90*1-50)*10", 0], + "0.5": [-28.09433, "-63.679-math.sin(q.anim_time*90*1-50)*10", -8.70801], + "1.0": [-28.09433, "-63.679-math.sin(q.anim_time*90*1-50)*10", -8.70801], + "1.75": [0, "-math.sin(q.anim_time*90*1-50)*10", 0], + "2.0": [0, "-math.sin(q.anim_time*90*1-50)*10", 0] + } + }, + "bandseg1": { + "rotation": [0, "-5-math.sin(q.anim_time*90*1-100)*15", 0] + }, + "bandseg2": { + "rotation": [0, "0-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "bandseg3": { + "rotation": [0, "0-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "lowjaw": { + "rotation": [0, 0, 0] + }, + "frontcloth1": { + "rotation": { + "0.0": ["-7.5-math.sin(q.anim_time*90*1-50)*2", 0, 0], + "0.5": ["-25-math.sin(q.anim_time*90*1-50)*2", 0, 0], + "1.25": ["-25-math.sin(q.anim_time*90*1-50)*2", 0, 0], + "1.75": ["-7.5-math.sin(q.anim_time*90*1-50)*2", 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 2, 0], + "1.25": [0, 2, 0], + "1.75": [0, 0, 0] + } + }, + "fc2": { + "rotation": ["-2.5-math.sin(q.anim_time*90*1-100)*4", 0, 0] + }, + "fc3": { + "rotation": ["-5-math.sin(q.anim_time*90*1-150)*6", 0, 0] + }, + "fc4": { + "rotation": ["-5-math.sin(q.anim_time*90*1-150)*6", 0, 0] + }, + "bc1": { + "rotation": { + "0.0": ["5+math.sin(q.anim_time*90*1-50)*4", 0, 0], + "0.5": ["math.sin(q.anim_time*90*1-50)*4", 0, 0], + "1.0": ["math.sin(q.anim_time*90*1-50)*4", 0, 0], + "1.75": ["5+math.sin(q.anim_time*90*1-50)*4", 0, 0] + } + }, + "bc2": { + "rotation": { + "0.0": ["15+math.sin(q.anim_time*90*1-100)*8", 0, 0], + "0.5": ["-2.5+math.sin(q.anim_time*90*1-100)*8", 0, 0], + "1.0": ["-2.5+math.sin(q.anim_time*90*1-100)*8", 0, 0], + "1.75": ["15+math.sin(q.anim_time*90*1-100)*8", 0, 0] + } + }, + "bc3": { + "rotation": { + "0.0": ["5+math.sin(q.anim_time*90*1-150)*10", 0, 0], + "1.75": ["5+math.sin(q.anim_time*90*1-150)*10", 0, 0] + } + }, + "bc4": { + "rotation": ["5+math.sin(q.anim_time*90*1-200)*12", 0, 0] + }, + "arms": { + "position": [0, "math.sin(q.anim_time*4*16)*0.3", 0] + }, + "fingerseg": { + "rotation": { + "0.0": [0, 0, "math.sin(q.anim_time*30*2+150)*2"], + "0.5": [0, 0, "-60+math.sin(q.anim_time*30*2+150)*2"], + "1.25": [0, 0, "-60+math.sin(q.anim_time*30*2+150)*2"], + "1.75": [0, 0, "math.sin(q.anim_time*30*2+150)*2"] + } + }, + "fingerrseg2": { + "rotation": { + "0.0": [0, 0, "-math.sin(q.anim_time*30*2+150)*2"], + "0.5": [0, 0, "-25-math.sin(q.anim_time*30*2+150)*2"], + "1.25": [0, 0, "-25-math.sin(q.anim_time*30*2+150)*2"], + "1.75": [0, 0, "-math.sin(q.anim_time*30*2+150)*2"] + } + }, + "fur1": { + "rotation": ["0+math.sin(q.anim_time*90*1-200)*4", 0, 0] + }, + "fyur2": { + "rotation": [0, 0, "math.sin(q.anim_time*90*1-200)*4"] + }, + "fur2": { + "rotation": ["math.sin(q.anim_time*90*1-200)*4", 0, 0] + }, + "fur4": { + "rotation": [0, 0, "math.sin(q.anim_time*90*1-200)*4"] + }, + "rknee": { + "rotation": [0, 0, 0], + "position": [0, -0.5, 0] + }, + "whiteneck": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-5, 0, 0], + "0.75": [-5, 0, 0], + "1.25": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + } + }, + "eyebrow1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + }, + "scale": { + "0.5": { + "pre": [1, 1.1, 1], + "post": [1, 1.1, 1], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [1, 1.1, 1], + "lerp_mode": "catmullrom" + }, + "1.75": [1, 1, 1] + } + }, + "eyebrow": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1, 1.3, 1], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [1, 1.3, 1], + "lerp_mode": "catmullrom" + }, + "1.75": [1, 1, 1] + } + }, + "arm_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, -7.5], + "1.25": [0, 0, -7.5], + "1.75": [0, 0, 0] + } + }, + "shoulderleft": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-10.16946, -38.03957, -3.78695], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-10.16946, -38.03957, -3.78695], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + } + }, + "bicepleft": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [68.79478, -23.1669, -58.59496], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [68.79478, -23.1669, -58.59496], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-1, 1, -1], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-1, 1, -1], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + } + }, + "forearmleft": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -15, 20], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -15, 20], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "hand_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, -12.5], + "1.25": [0, 0, -12.5], + "1.75": [0, 0, 0] + } + }, + "fingers": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, -65], + "1.25": [0, 0, -65], + "1.75": [0, 0, 0] + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 15, 7.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 15, 7.5], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + } + }, + "shoulderright": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [3.43964, 40.13688, 13.07776], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [3.43964, 40.13688, 13.07776], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + } + }, + "bicepright": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [42.83993, 20.36457, 31.67747], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [42.83993, 20.36457, 31.67747], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + } + }, + "forearmright": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 37.5, -42.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 37.5, -42.5], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + } + }, + "hand_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-2.04166, 3.89254, -21.89478], + "1.25": [-2.04166, 3.89254, -21.89478], + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [-1, -1, -0.5], + "1.25": [-1, -1, -0.5], + "1.75": [0, 0, 0] + } + }, + "leg_left": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "lknee": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "leftfoot": { + "rotation": [0, 0, 0] + }, + "leg_right": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "feetis": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + } + } + }, + "animation.urshifu.sleep": { + "loop": true, + "animation_length": 5.5, + "bones": { + "mainthing": { + "rotation": [-87.5, 0, 0], + "position": [0, 4, -18] + }, + "torso": { + "rotation": [10, 0, 0], + "position": [0, 0, "math.sin(q.anim_time*4*16)*0.3"] + }, + "eyebrow1": { + "rotation": [0, 0, -5], + "position": [0, -1, 0], + "scale": [1, 1.1, 1] + }, + "eyebrow": { + "rotation": [0, 0, 5], + "position": [0, -1, 0], + "scale": [1, 1.3, 1] + }, + "headband_left": { + "rotation": [0, -67.5, 0] + }, + "lband1": { + "rotation": [0, 0, 0] + }, + "lband3": { + "rotation": [0, 22.5, 0] + }, + "headband_right": { + "rotation": [0, 45, 0] + }, + "bandseg1": { + "rotation": [0, 22.5, 0] + }, + "bandseg2": { + "rotation": [0, 7.5, 0] + }, + "fc2": { + "rotation": [0, 0, 0] + }, + "fc3": { + "rotation": [22.5, 0, 0] + }, + "fc4": { + "rotation": [15, 0, 0] + }, + "arms": { + "position": [0, 0, "0-math.sin(q.anim_time*4*16)*0.3"] + }, + "arm_left": { + "rotation": [-20, 0, 60] + }, + "shoulderleft": { + "rotation": [-181.43455, 2.04767, 54.97436] + }, + "bicepleft": { + "rotation": [0, 0, -42.5] + }, + "forearmleft": { + "rotation": [0, 0, -62.5] + }, + "hand_left": { + "rotation": [57.5, 0, 0] + }, + "fingerseg": { + "rotation": [0, 0, 20] + }, + "arm_right": { + "rotation": [0, 0, -50], + "position": [0, 0, 0] + }, + "shoulderright": { + "rotation": [180.9467, -18.15324, -45.33277], + "position": [-1, 0, 0] + }, + "bicepright": { + "rotation": [0.002, 17.49999, 32.51465] + }, + "forearmright": { + "rotation": [47.7283, 15.42385, 76.37038] + }, + "hand_right": { + "rotation": [27.5, 0, 0] + }, + "leg_left": { + "rotation": [-72.5, 0, 0] + }, + "fur1": { + "rotation": [-112.5, 0, 0], + "position": [0, -2, 0] + }, + "fyur2": { + "rotation": [0, 0, 120], + "position": [0, -2, 0] + }, + "fyur3": { + "rotation": [0, 0, -80], + "position": [-1, -3, 0] + }, + "lknee": { + "rotation": [110.77463, 19.50645, 4.50432], + "position": [0, 0, 1] + }, + "leftfoot": { + "rotation": [47.5, 0, 0], + "position": [0, 2, 0] + }, + "fur2": { + "rotation": [25, 0, 0] + }, + "lowjaw": { + "rotation": { + "0.0": [0, 0, 0], + "1.75": [0, 0, 0], + "2.5": [30, 0, 0], + "2.5417": [27.5, 0, 0], + "2.5833": [30, 0, 0], + "2.625": [27.5, 0, 0], + "2.6667": [30, 0, 0], + "2.7083": [27.5, 0, 0], + "2.75": [30, 0, 0], + "2.7917": [27.5, 0, 0], + "3.9583": [0, 0, 0] + } + } + } + }, + "animation.urshifu.faint": { + "loop": true, + "animation_length": 3.25, + "bones": { + "mainthing": { + "rotation": [0, -60, 0], + "position": { + "0.0": [0, -5.6, 0], + "1.5": [0, -2.6, 0] + } + }, + "torso_clothes": { + "position": [0, 0, 0] + }, + "arm_left": { + "rotation": { + "0.0": [0, 0, 15], + "1.5": [0, 0, 2.5] + }, + "position": [-2, -1, 0] + }, + "bicepleft": { + "rotation": { + "0.0": [0, 0, "125-math.sin(q.anim_time*90*1-50)*2"], + "1.5": [181.09092, 0.29329, "9.7725-math.sin(q.anim_time*90*1-50)*2"] + }, + "position": [0, 0, 0] + }, + "forearmleft": { + "rotation": { + "0.0": [182.22764, 20.15563, 28.30359], + "1.5": [179.10971, 20.42174, 5.59288] + } + }, + "thumb1": { + "rotation": { + "0.0": [0, 22.5, 0], + "1.5": [-35, 22.5, 0] + } + }, + "thunmbseg": { + "rotation": [20.02717, 1.68868, 1.84373] + }, + "fingers": { + "rotation": { + "0.0": [0, 0, -60], + "1.5": [0, 0, -2.5] + } + }, + "fingerseg": { + "rotation": { + "0.0": [0, 0, -60], + "1.5": [0, 0, -5] + } + }, + "arm_right": { + "rotation": { + "0.0": [-5.16524, 27.0478, -11.24314], + "1.5": [26.31707, 10.91357, 15.65146] + }, + "position": { + "0.0": [0, 0, 0], + "1.5": [0, 0, -2] + } + }, + "bicepright": { + "rotation": { + "0.0": [58.28573, 33.45406, 10.91547], + "1.5": [7.28609, 13.38963, -17.00244] + } + }, + "forearmright": { + "rotation": { + "0.0": [182.5, 75, -180], + "1.5": [359.89088, -15.00237, -2.49286] + }, + "position": { + "0.0": [-1, 0, -2], + "1.5": [-1, 0, 0] + } + }, + "thumbright": { + "rotation": { + "0.0": [30, 0, 0], + "1.5": [-12.5, 0, 0] + } + }, + "thungbmbrseg2": { + "rotation": [40, 0, 0] + }, + "fingers_right": { + "rotation": { + "0.0": [0, 0, 70], + "1.5": [0, 0, 12.5] + } + }, + "fingerrseg2": { + "rotation": { + "0.0": [0, 0, 62.5], + "1.5": [0, 0, -2.5] + } + }, + "neck": { + "rotation": { + "0.0": [-10.65119, 24.83901, -1.90415], + "1.5": [16.37563, -7.34701, 0.55083] + }, + "position": [-1, 1, 0] + }, + "head": { + "rotation": [19.46618, 12.92343, -2.05977], + "scale": [0.9, 0.8, 1] + }, + "hair": { + "rotation": [0, 0, 2.5] + }, + "headband_left": { + "rotation": [9.54046, "-58.8842+math.sin(q.anim_time*90*1-50)*10", 42.2072], + "position": [-1, -1, 0] + }, + "headband_right": { + "rotation": [-17.4812, "40.6549-math.sin(q.anim_time*90*1-50)*10", -38.42136] + }, + "whiteneck": { + "rotation": [0, 15, 0], + "position": [0, -1, 0] + }, + "leg_left": { + "rotation": { + "0.0": [-52.90208, 67.83409, 3.18262], + "1.5": [-22.90208, 67.83409, 3.18262] + } + }, + "lknee": { + "rotation": { + "0.0": [82.5, 0, 0], + "1.5": [37.5, 0, 0] + } + }, + "leftfoot": { + "rotation": { + "0.0": [-15, 0, 0], + "1.5": [-5, 0, 0] + } + }, + "leg_right": { + "rotation": { + "0.0": [-28.81328, -82.01058, -30.93292], + "1.5": [111.97641, -80.79687, -143.46551] + } + }, + "rknee": { + "rotation": { + "0.0": [67.5, 0, 0], + "1.5": [40, 0, 0] + } + }, + "front": { + "rotation": [-17.5, 0, 0] + }, + "back": { + "rotation": [69.97365, 1.5216, -1.98385], + "position": [0, 5, 0] + }, + "bone": { + "rotation": [42.5, 0, 0] + }, + "furhead2": { + "rotation": [0, 0, "127.5+math.sin(q.anim_time*90*1-200)*4"] + }, + "furhead3": { + "rotation": ["127.5+math.sin(q.anim_time*90*1-200)*4", 0, 0] + }, + "furhead1": { + "rotation": [0, 0, "-140+math.sin(q.anim_time*90*1-200)*4"] + }, + "bandseg1": { + "rotation": [6.70127, "-3.0932-math.sin(q.anim_time*90*1-100)*15", 9.67518] + }, + "bandseg2": { + "rotation": [-6.36991, "29.9706-math.sin(q.anim_time*90*1-200)*25", 9.55406] + }, + "bandseg3": { + "rotation": [5.54163, "-1.6719-math.sin(q.anim_time*90*1-200)*25", -4.43478] + }, + "lband1": { + "rotation": [14.34255, "-22.4485-math.sin(q.anim_time*90*1-100)*15", 12.43407] + }, + "lband2": { + "rotation": [-7.21604, "40.4825+math.sin(q.anim_time*90*1-200)*25", 7.68073] + }, + "lband3": { + "rotation": [-2.33411, "33.3552+math.sin(q.anim_time*90*1-200)*25", 2.92364] + }, + "fur1": { + "rotation": ["-115+math.sin(q.anim_time*90*1-200)*4", 0, 0], + "position": [0, -2, 0] + }, + "fur3": { + "rotation": [107.5, 0, 0], + "position": [0, -2, 0] + }, + "fyur2": { + "rotation": [0, 0, "115+math.sin(q.anim_time*90*1-200)*4"], + "position": [1, -3, 0] + }, + "fur4": { + "rotation": [0, 0, "-117.5+math.sin(q.anim_time*90*1-200)*4"] + }, + "fur2": { + "rotation": ["-110+math.sin(q.anim_time*90*1-200)*4", 0, 0], + "position": [0, -2, 0] + }, + "fur6": { + "rotation": [0, 0, "87.5-math.sin(q.anim_time*90*1-200)*4"], + "position": [1, -3, 0] + }, + "fyur3": { + "rotation": [0, 0, "-95-math.sin(q.anim_time*90*1-200)*4"], + "position": [0, -3, 0] + }, + "fur5": { + "rotation": [110, 0, 0] + }, + "lowjaw": { + "rotation": [0, 0, 0] + }, + "ear2": { + "rotation": [0, 0, -35] + }, + "ear1": { + "rotation": [0, 0, 40] + }, + "frontcloth1": { + "rotation": ["-18.2938-math.sin(q.anim_time*90*1-50)*2", -14.04833, "2.8551-math.sin(q.anim_time*90*1-50)*2"], + "position": [0, 2, 0] + }, + "fc2": { + "rotation": ["5-math.sin(q.anim_time*90*1-150)*6", 0, "-2.5-math.sin(q.anim_time*90*1-150)*6"] + }, + "fc3": { + "rotation": ["-2.4905-math.sin(q.anim_time*90*1-150)*8", -0.21782, "-7.4953-math.sin(q.anim_time*90*1-150)*8"] + }, + "fc4": { + "rotation": ["-14.9539-math.sin(q.anim_time*90*1-150)*12", -1.08089, "-4.8821-math.sin(q.anim_time*90*1-150)*10"] + }, + "bc1": { + "rotation": ["-25.7246+math.sin(q.anim_time*90*1-50)*4", -13.77624, 5.99253] + }, + "bc2": { + "rotation": ["-13.4773+math.sin(q.anim_time*90*1-100)*8", 4.58164, "2.4306+math.sin(q.anim_time*90*1-100)*8"] + }, + "bc3": { + "rotation": ["2.7377+math.sin(q.anim_time*90*1-150)*10", 12.3071, "2.2046+math.sin(q.anim_time*90*1-150)*10"] + }, + "bc4": { + "rotation": ["-19.8489+math.sin(q.anim_time*90*1-200)*12", 9.84655, "1.7538+math.sin(q.anim_time*90*1-200)*12"] + }, + "shoulderleft": { + "rotation": { + "0.0": [0, 0, 15], + "1.5": [0, 0, -10] + } + }, + "feetis": { + "rotation": [5, 0, 0] + }, + "torso": { + "position": { + "0.0": [0, "math.sin(q.anim_time*4*16)*0.3", 0], + "1.5": [0, "math.sin(q.anim_time*4*16)*0.3", 1] + } + }, + "tail": { + "position": [0, 3, 0] + }, + "arms": { + "position": [0, "math.sin(q.anim_time*4*16)*0.3", 0] + }, + "eyebrow1": { + "rotation": { + "0.0": [0, 0, 0], + "1.5": [0, 0, -5] + }, + "position": { + "0.0": [0, 0, 0], + "1.5": [0, -1, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "1.5": [1, 1.1, 1] + } + }, + "eyebrow": { + "rotation": { + "0.0": [0, 0, 0], + "1.5": [0, 0, 5] + }, + "position": { + "0.0": [0, 0, 0], + "1.5": [0, -1, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "1.5": [1, 1.3, 1] + } + }, + "shoulderright": { + "rotation": { + "0.0": [0, 0, 0], + "1.5": [5, 0, 0] + } + } + } + }, + "animation.urshifu.rsfaint": { + "loop": true, + "animation_length": 3.25, + "bones": { + "torso": { + "rotation": [0, 7.5, 0], + "position": [0, "math.sin(q.anim_time*4*16)*0.3", 0] + }, + "neck": { + "rotation": { + "0.0": [2.5, 52.5, 0], + "1.5": [22.5, 52.5, 0] + } + }, + "head": { + "rotation": { + "0.0": [10.08453, -7.38542, -1.30962], + "1.5": [-3.57862, -13.4982, 3.37486] + } + }, + "furhead2": { + "rotation": [0.49411, 1.25669, 2.10942], + "position": [0, -1, 0] + }, + "furhead3": { + "rotation": ["math.sin(q.anim_time*90*1-200)*4", 0, 0], + "position": [0, -1, 0] + }, + "furhead1": { + "rotation": [0, 0, -10], + "position": [0, -1, 0] + }, + "headband_left": { + "rotation": [-63.55989, "-94.0936-math.sin(q.anim_time*90*1-50)*10", 8.51181], + "position": [0, -2, 1] + }, + "lband1": { + "rotation": [0, "-97.5-math.sin(q.anim_time*90*1-100)*15", 0] + }, + "lband2": { + "rotation": [0, "27.5-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "lband3": { + "rotation": [0, "65-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "headband_right": { + "rotation": [-111.69454, "63.7406-math.sin(q.anim_time*90*1-50)*10", -47.51743], + "position": [0, -2, 0] + }, + "bandseg1": { + "rotation": [0, "82.5-math.sin(q.anim_time*90*1-100)*15", 0] + }, + "bandseg2": { + "rotation": [0, "80-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "bandseg3": { + "rotation": [0, "-40-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "tail": { + "rotation": [25, 0, 0] + }, + "arm_left": { + "rotation": [1.75378, -9.84655, "-2.6511-math.sin(q.anim_time*90*1-50)*1"], + "position": { + "0.0": [0, -1, 0], + "1.5": [0, -3, 0] + } + }, + "bicepleft": { + "rotation": { + "0.0": [-6.28106, 11.01681, "65.4729-5-math.sin(q.anim_time*90*1-50)*2"], + "1.5": [-7.24095, 5.93795, "15.7063-5-math.sin(q.anim_time*90*1-50)*2"] + } + }, + "forearmleft": { + "rotation": { + "0.0": [0, 0, "37.5-math.sin(q.anim_time*90*1-50)*4"], + "1.5": [0, 0, "2.5-math.sin(q.anim_time*90*1-50)*4"] + } + }, + "fingers": { + "rotation": [0, 0, -25] + }, + "fingerseg": { + "rotation": [0, 0, -52.5] + }, + "arm_right": { + "rotation": { + "0.0": [2.5, -4.46375, "-53.165-math.sin(q.anim_time*90*1-50)*1"], + "1.5": [-2.02818, -4.69661, "-0.4843-math.sin(q.anim_time*90*1-50)*1"] + }, + "position": { + "0.0": [0, 0, 0], + "1.5": [0, -2, 0] + } + }, + "bicepright": { + "rotation": { + "0.0": [-151.85774, 19.32188, "-58.7808-math.sin(q.anim_time*90*1-50)*2"], + "1.5": [7.1193, -8.82127, "2.0786-math.sin(q.anim_time*90*1-50)*2"] + }, + "position": { + "0.0": [0, 1, 0], + "1.5": [0, 0, 0] + } + }, + "forearmright": { + "rotation": { + "0.0": [0, 0, "57.5-math.sin(q.anim_time*90*1-50)*4"], + "1.5": [0, 0, "-12.5-math.sin(q.anim_time*90*1-50)*4"] + } + }, + "leg_left": { + "rotation": { + "0.0": ["-132.7708+math.sin(q.anim_time*20*4)*2", 52.97968, -39.67283], + "1.5": [2.9219, 81.80066, 18.00272] + } + }, + "fur1": { + "rotation": ["30+math.sin(q.anim_time*90*1-200)*4", 0, 0], + "position": [0, -1, -0.25] + }, + "fyur2": { + "rotation": [14.97546, 6.76746, "-20.956-math.sin(q.anim_time*90*1-200)*4"], + "position": [-0.5, 0, 0] + }, + "fyur3": { + "rotation": [0, 0, "35+math.sin(q.anim_time*90*1-200)*4"], + "position": [-1, -2, 0] + }, + "lknee": { + "rotation": { + "0.0": ["117.5+math.sin(q.anim_time*20*4)*2", 0, 0], + "1.5": [27.3892, -2.98934, 7.09697] + }, + "position": [-0.75, 0, -0.25] + }, + "leftfoot": { + "rotation": { + "0.0": [32.5, 0, 0], + "1.5": [0, 0, 0] + } + }, + "bc4": { + "rotation": ["2.5+math.sin(q.anim_time*90*1-50)*10", 0, 0] + }, + "bc3": { + "rotation": ["-7.5+math.sin(q.anim_time*90*1-50)*8", 0, 0] + }, + "bc2": { + "rotation": ["-12.5+math.sin(q.anim_time*90*1-50)*6", 0, 0] + }, + "bc1": { + "rotation": ["22.5+math.sin(q.anim_time*90*1-50)*4", 0, 0] + }, + "frontcloth1": { + "rotation": ["-25-math.sin(q.anim_time*90*1-50)*6", 0, 0] + }, + "fc2": { + "rotation": ["-12.5-math.sin(q.anim_time*90*1-150)*6", 0, 0] + }, + "fc3": { + "rotation": ["-10-math.sin(q.anim_time*90*1-150)*8", 0, 0] + }, + "fc4": { + "rotation": ["-5-math.sin(q.anim_time*90*1-150)*10", 0, 0] + }, + "shoulderright": { + "rotation": { + "0.0": [3.90399, 17.07228, 0.58619], + "1.5": [8.28342, 15.46973, 16.12702] + } + }, + "shoulderleft": { + "rotation": [0, 0, "-math.sin(q.anim_time*90*1-50)*1"] + }, + "mainthing": { + "rotation": [0, 275, 0], + "position": [0, -1, 0] + }, + "fur2": { + "rotation": [12.5, 0, 0] + }, + "fur4": { + "rotation": [0, 0, 22.5] + }, + "fur6": { + "rotation": [0, 0, -22.5] + }, + "arms": { + "position": [0, "math.sin(q.anim_time*4*16)*0.3", 0] + }, + "hand_left": { + "rotation": [0, 0, -5] + }, + "eyebrow1": { + "rotation": { + "0.0": [0, 0, 0], + "1.5": [0, 0, -5] + }, + "position": { + "0.0": [0, 0, 0], + "1.5": [0, -1, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "1.5": [1, 1.1, 1] + } + }, + "eyebrow": { + "rotation": { + "0.0": [0, 0, 0], + "1.5": [0, 0, 5] + }, + "position": { + "0.0": [0, 0, 0], + "1.5": [0, -1, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "1.5": [1, 1.3, 1] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/urshifurs/urshifurs.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/urshifurs/urshifurs.animation.json new file mode 100644 index 0000000..e4a0399 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/urshifurs/urshifurs.animation.json @@ -0,0 +1,3423 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.urshifu.singlestrike": { + "loop": true, + "bones": { + "mainthing": { + "rotation": [0, -60, 0], + "position": [0, -5.6, 0] + }, + "torso_clothes": { + "position": [0, 0, 0] + }, + "arm_left": { + "rotation": [0, 0, 15], + "position": [-2, -1, 0] + }, + "bicepleft": { + "rotation": [0, 0, "125-math.sin(q.anim_time*90*1-50)*2"], + "position": [0, 0, 0] + }, + "forearmleft": { + "rotation": [182.22764, 20.15563, 28.30359] + }, + "thumb1": { + "rotation": [0, 22.5, 0] + }, + "thunmbseg": { + "rotation": [20.02717, 1.68868, 1.84373] + }, + "fingers": { + "rotation": [0, 0, -60] + }, + "fingerseg": { + "rotation": [0, 0, -60] + }, + "arm_right": { + "rotation": [-5.16524, 27.0478, -11.24314] + }, + "bicepright": { + "rotation": [58.28573, 33.45406, 10.91547] + }, + "forearmright": { + "rotation": [182.5, 75, -180], + "position": [-1, 0, -2] + }, + "thumbright": { + "rotation": [30, 0, 0] + }, + "thungbmbrseg2": { + "rotation": [40, 0, 0] + }, + "fingers_right": { + "rotation": [0, 0, 70] + }, + "fingerrseg2": { + "rotation": [0, 0, 62.5] + }, + "neck": { + "rotation": [-10.65119, 24.83901, -1.90415], + "position": [-1, 1, 0] + }, + "head": { + "rotation": [19.46618, 12.92343, -2.05977], + "scale": [0.9, 0.8, 1] + }, + "hair": { + "rotation": [0, 0, 2.5] + }, + "headband_left": { + "rotation": [9.54046, "-58.8842+math.sin(q.anim_time*90*1-50)*10", 42.2072], + "position": [-1, -1, 0] + }, + "headband_right": { + "rotation": [-17.4812, "40.6549-math.sin(q.anim_time*90*1-50)*10", -38.42136] + }, + "whiteneck": { + "rotation": [0, 15, 0], + "position": [0, -1, 0] + }, + "leg_left": { + "rotation": [-52.90208, 67.83409, 3.18262] + }, + "lknee": { + "rotation": [82.5, 0, 0] + }, + "leftfoot": { + "rotation": [-15, 0, 0] + }, + "leg_right": { + "rotation": [-28.81328, -82.01058, -30.93292] + }, + "rknee": { + "rotation": [67.5, 0, 0] + }, + "front": { + "rotation": [-17.5, 0, 0] + }, + "back": { + "rotation": [69.97365, 1.5216, -1.98385], + "position": [0, 5, 0] + }, + "bone": { + "rotation": [42.5, 0, 0] + }, + "furhead2": { + "rotation": [0, 0, "127.5+math.sin(q.anim_time*90*1-200)*4"] + }, + "furhead3": { + "rotation": ["127.5+math.sin(q.anim_time*90*1-200)*4", 0, 0] + }, + "furhead1": { + "rotation": [0, 0, "-140+math.sin(q.anim_time*90*1-200)*4"] + }, + "bandseg1": { + "rotation": [6.70127, "-3.0932-math.sin(q.anim_time*90*1-100)*15", 9.67518] + }, + "bandseg2": { + "rotation": [-6.36991, "29.9706-math.sin(q.anim_time*90*1-200)*25", 9.55406] + }, + "bandseg3": { + "rotation": [5.54163, "-1.6719-math.sin(q.anim_time*90*1-200)*25", -4.43478] + }, + "lband1": { + "rotation": [14.34255, "-22.4485-math.sin(q.anim_time*90*1-100)*15", 12.43407] + }, + "lband2": { + "rotation": [-7.21604, "40.4825+math.sin(q.anim_time*90*1-200)*25", 7.68073] + }, + "lband3": { + "rotation": [-2.33411, "33.3552+math.sin(q.anim_time*90*1-200)*25", 2.92364] + }, + "fur1": { + "rotation": ["-115+math.sin(q.anim_time*90*1-200)*4", 0, 0], + "position": [0, -2, 0] + }, + "fur3": { + "rotation": [107.5, 0, 0], + "position": [0, -2, 0] + }, + "fyur2": { + "rotation": [0, 0, "115+math.sin(q.anim_time*90*1-200)*4"], + "position": [1, -3, 0] + }, + "fur4": { + "rotation": [0, 0, "-117.5+math.sin(q.anim_time*90*1-200)*4"] + }, + "fur2": { + "rotation": ["-110+math.sin(q.anim_time*90*1-200)*4", 0, 0], + "position": [0, -2, 0] + }, + "fur6": { + "rotation": [0, 0, "87.5-math.sin(q.anim_time*90*1-200)*4"], + "position": [1, -3, 0] + }, + "fyur3": { + "rotation": [0, 0, "-95-math.sin(q.anim_time*90*1-200)*4"], + "position": [0, -3, 0] + }, + "fur5": { + "rotation": [110, 0, 0] + }, + "lowjaw": { + "rotation": [0, 0, 0] + }, + "ear2": { + "rotation": [0, 0, -35] + }, + "ear1": { + "rotation": [0, 0, 40] + }, + "frontcloth1": { + "rotation": ["-18.2938-math.sin(q.anim_time*90*1-50)*2", -14.04833, "2.8551-math.sin(q.anim_time*90*1-50)*2"], + "position": [0, 2, 0] + }, + "fc2": { + "rotation": ["5-math.sin(q.anim_time*90*1-150)*6", 0, "-2.5-math.sin(q.anim_time*90*1-150)*6"] + }, + "fc3": { + "rotation": ["-2.4905-math.sin(q.anim_time*90*1-150)*8", -0.21782, "-7.4953-math.sin(q.anim_time*90*1-150)*8"] + }, + "fc4": { + "rotation": ["-14.9539-math.sin(q.anim_time*90*1-150)*12", -1.08089, "-4.8821-math.sin(q.anim_time*90*1-150)*10"] + }, + "bc1": { + "rotation": ["-25.7246+math.sin(q.anim_time*90*1-50)*4", -13.77624, 5.99253] + }, + "bc2": { + "rotation": ["-13.4773+math.sin(q.anim_time*90*1-100)*8", 4.58164, "2.4306+math.sin(q.anim_time*90*1-100)*8"] + }, + "bc3": { + "rotation": ["2.7377+math.sin(q.anim_time*90*1-150)*10", 12.3071, "2.2046+math.sin(q.anim_time*90*1-150)*10"] + }, + "bc4": { + "rotation": ["-19.8489+math.sin(q.anim_time*90*1-200)*12", 9.84655, "1.7538+math.sin(q.anim_time*90*1-200)*12"] + }, + "shoulderleft": { + "rotation": [0, 0, 15] + }, + "feetis": { + "rotation": [5, 0, 0] + }, + "torso": { + "position": [0, "math.sin(q.anim_time*4*16)*0.3", 0] + }, + "tail": { + "position": [0, 3, 0] + }, + "arms": { + "position": [0, "math.sin(q.anim_time*4*16)*0.3", 0] + } + } + }, + "animation.urshifu.ssphysical_attack": { + "loop": true, + "animation_length": 3.25, + "bones": { + "mainthing": { + "rotation": { + "0.0": [0, -60, 0], + "1.0": [0, -60, 0], + "2.5": [0, -60, 0] + }, + "position": { + "0.0": [0, -5.6, 0], + "1.0": [0, -5.6, 0], + "1.1667": [0, -5.6, -14], + "2.2083": [0, -5.6, -14], + "2.25": [0, 1.4, -14], + "2.5": [0, -5.6, 0], + "2.5417": [0, -6.2, 0], + "2.5833": [0, -5.6, 0], + "2.625": [0, -6.2, 0], + "2.6667": [0, -5.6, 0], + "2.7083": [0, -6.2, 0], + "2.75": [0, -5.6, 0], + "2.7917": [0, -6.2, 0] + } + }, + "torso_clothes": { + "position": { + "0.0": [0, 0, 0], + "2.5": [0, 0, 0] + } + }, + "arm_left": { + "rotation": { + "0.0": [0, 0, 15], + "1.1667": [2.59022, 2.49237, 22.58304], + "2.25": [2.59022, 2.49237, 22.58304], + "2.5": [0, 0, 15] + }, + "position": { + "0.0": [-2, -1, 0], + "0.75": [-1, -2, 0], + "1.0": [-1, -2, 0], + "1.1667": [0, -2, 0], + "2.25": [0, -2, 0], + "2.5": [-2, -1, 0] + } + }, + "bicepleft": { + "rotation": { + "0.0": [0, 0, "125-math.sin(q.anim_time*90*1-50)*2"], + "0.75": [177.5, 0, "40-math.sin(q.anim_time*90*1-50)*2"], + "1.0": [177.5, 0, "40-math.sin(q.anim_time*90*1-50)*2"], + "1.1667": [164.83931, -3.50478, "-84.0037-math.sin(q.anim_time*90*1-50)*2"], + "2.25": [164.83931, -3.50478, "-84.0037-math.sin(q.anim_time*90*1-50)*2"], + "2.5": [0, 0, "125-math.sin(q.anim_time*90*1-50)*2"] + }, + "position": { + "0.0": [0, 0, 0], + "2.5": [0, 0, 0] + } + }, + "forearmleft": { + "rotation": { + "0.0": [182.22764, 20.15563, 28.30359], + "0.75": [178.76287, 20.37532, 3.06937], + "1.0": [178.76287, 20.37532, 3.06937], + "1.1667": [175.76126, 10.28382, 50.87039], + "2.25": [175.76126, 10.28382, 50.87039], + "2.5": [182.22764, 20.15563, 28.30359] + } + }, + "thumb1": { + "rotation": { + "0.0": [0, 22.5, 0], + "0.75": [-35, 22.5, 0], + "1.0": [-35, 22.5, 0], + "1.1667": [10, 22.5, 0], + "2.25": [10, 22.5, 0], + "2.5": [0, 22.5, 0] + } + }, + "thunmbseg": { + "rotation": { + "0.0": [20.02717, 1.68868, 1.84373], + "0.75": [5.02717, 1.68868, 1.84373], + "1.0": [5.02717, 1.68868, 1.84373], + "1.1667": [25.02717, 1.68868, 1.84373], + "2.25": [25.02717, 1.68868, 1.84373], + "2.5": [20.02717, 1.68868, 1.84373] + } + }, + "fingers": { + "rotation": { + "0.0": [0, 0, -60], + "0.75": [0, 0, 47.5], + "1.0": [0, 0, 47.5], + "1.1667": [0, 0, -55], + "2.25": [0, 0, -55], + "2.5": [0, 0, -60] + } + }, + "fingerseg": { + "rotation": { + "0.0": [0, 0, -60], + "0.75": [0, 0, -22.5], + "1.0": [0, 0, -22.5], + "1.1667": [0, 0, -60], + "2.25": [0, 0, -60], + "2.5": [0, 0, -60] + } + }, + "arm_right": { + "rotation": { + "0.0": [-5.16524, 27.0478, -11.24314], + "1.0": [-8.89674, 26.12797, -19.56838], + "1.1667": [9.39331, 44.51442, -21.85539], + "2.25": [9.39331, 44.51442, -21.85539], + "2.5": [-5.16524, 27.0478, -11.24314] + } + }, + "bicepright": { + "rotation": { + "0.0": [58.28573, 33.45406, 10.91547], + "1.0": [58.28573, 33.45406, 10.91547], + "1.1667": [-3.1762, -0.17018, -26.43149], + "2.25": [-3.1762, -0.17018, -26.43149], + "2.5": [58.28573, 33.45406, 10.91547] + }, + "position": { + "0.0": [0, 0, 0], + "1.0": [1, 0, 0], + "1.1667": [2, 0, 0], + "2.25": [2, 0, 0], + "2.5": [0, 0, 0] + } + }, + "forearmright": { + "rotation": { + "0.0": [182.5, 75, -180], + "1.0": [182.5, 75, -180], + "1.0833": [272.72014, 48.78229, -96.27946], + "1.1667": [360.97854, -17.40718, -15.03479], + "2.25": [360.97854, -17.40718, -15.03479], + "2.5": [182.5, 75, -180] + }, + "position": { + "0.0": [-1, 0, -2], + "1.0": [-1, 0, 0], + "1.1667": [0, 0, 0], + "2.25": [0, 0, 0], + "2.5": [-1, 0, -2] + } + }, + "thumbright": { + "rotation": { + "0.0": [30, 0, 0], + "2.5": [30, 0, 0] + } + }, + "thungbmbrseg2": { + "rotation": { + "0.0": [40, 0, 0], + "2.5": [40, 0, 0] + } + }, + "fingers_right": { + "rotation": { + "0.0": [0, 0, 70], + "2.5": [0, 0, 70] + } + }, + "fingerrseg2": { + "rotation": { + "0.0": [0, 0, 62.5], + "2.5": [0, 0, 62.5] + } + }, + "neck": { + "rotation": { + "0.0": [-10.65119, 24.83901, -1.90415], + "1.0": [-10.65119, 24.83901, -1.90415], + "1.1667": [12.59404, -61.97362, -16.62713], + "2.25": [12.59404, -61.97362, -16.62713], + "2.5": [-10.65119, 24.83901, -1.90415] + }, + "position": { + "0.0": [-1, 1, 0], + "2.5": [-1, 1, 0] + } + }, + "head": { + "rotation": { + "0.0": [19.46618, 12.92343, -2.05977], + "0.75": [29.9257, 31.63207, 5.6333], + "1.0": [29.9257, 31.63207, 5.6333], + "1.0417": [11.96628, 26.72396, 3.52332], + "1.1667": [18.08802, 11.99962, -2.80664], + "2.25": [18.08802, 11.99962, -2.80664], + "2.5": [19.46618, 12.92343, -2.05977] + }, + "scale": { + "0.0": [0.9, 0.8, 1], + "2.5": [0.9, 0.8, 1] + } + }, + "hair": { + "rotation": { + "0.0": [0, 0, 2.5], + "2.5": [0, 0, 2.5] + } + }, + "headband_left": { + "rotation": { + "0.0": [9.54046, "-58.8842+math.sin(q.anim_time*90*1-50)*10", 42.2072], + "1.0": [9.54046, "-58.8842+math.sin(q.anim_time*90*1-50)*10", 42.2072], + "1.1667": [3.02031, "-53.5668+math.sin(q.anim_time*90*1-50)*10", 4.32529], + "2.75": [9.54046, "-58.8842+math.sin(q.anim_time*90*1-50)*10", 42.2072] + }, + "position": { + "0.0": [-1, -1, 0], + "1.0": [-1, -1, 0], + "2.75": [-1, -1, 0] + } + }, + "headband_right": { + "rotation": { + "0.0": [-17.4812, "40.6549-math.sin(q.anim_time*90*1-50)*10", -38.42136], + "1.0": [-17.4812, "40.6549-math.sin(q.anim_time*90*1-50)*10", -38.42136], + "1.1667": [-29.16716, "-0.9715-math.sin(q.anim_time*90*1-50)*10", -21.68209], + "2.75": [-17.4812, "40.6549-math.sin(q.anim_time*90*1-50)*10", -38.42136] + } + }, + "whiteneck": { + "rotation": { + "0.0": [0, 15, 0], + "0.75": [0, 20, 0], + "1.0": [0, 20, 0], + "2.5": [0, 15, 0] + }, + "position": { + "0.0": [0, -1, 0], + "2.5": [0, -1, 0] + } + }, + "leg_left": { + "rotation": { + "0.0": [-52.90208, 67.83409, 3.18262], + "0.75": [-52.90208, 67.83409, 3.18262], + "1.0": [-52.90208, 67.83409, 3.18262], + "1.0833": [74.15441, 72.26701, 101.22011], + "1.1667": [74.15441, 72.26701, 101.22011], + "2.25": [74.15441, 72.26701, 101.22011], + "2.5": [-52.90208, 67.83409, 3.18262] + }, + "position": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 0], + "1.0": [0, 0, 0], + "1.0833": [0, 0, 0], + "1.1667": [2, 0, -3], + "2.25": [2, 0, -3], + "2.5": [0, 0, 0] + } + }, + "lknee": { + "rotation": { + "0.0": [82.5, 0, 0], + "0.75": [82.5, 0, 0], + "1.0": [82.5, 0, 0], + "1.0833": [148.24252, -81.26783, -128.67995], + "1.1667": [148.24252, -81.26783, -128.67995], + "2.25": [148.24252, -81.26783, -128.67995], + "2.5": [82.5, 0, 0] + } + }, + "leftfoot": { + "rotation": { + "0.0": [-15, 0, 0], + "0.75": [-15, 0, 0], + "1.0": [-15, 0, 0], + "1.0833": [-18.61244, -10.44077, -28.28447], + "1.1667": [-26.11244, -10.44077, -28.28447], + "2.25": [-18.61244, -10.44077, -28.28447], + "2.5": [-15, 0, 0] + } + }, + "leg_right": { + "rotation": { + "0.0": [-28.81328, -82.01058, -30.93292], + "0.75": [-28.81328, -82.01058, -30.93292], + "1.0": [51.03459, -80.70903, -101.39242], + "1.1667": [56.03459, -80.70903, -101.39242], + "2.25": [56.03459, -80.70903, -101.39242], + "2.5": [-28.81328, -82.01058, -30.93292] + }, + "position": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 0], + "1.0": [0, 0, 4], + "1.1667": [0, 0, 5], + "2.25": [0, 0, 5], + "2.5": [0, 0, 0] + } + }, + "rknee": { + "rotation": { + "0.0": [67.5, 0, 0], + "0.75": [77.39557, 7.32123, -1.63219], + "1.0": [60.38176, 34.30439, 3.88543], + "1.1667": [43.11669, 8.28616, -0.55515], + "2.25": [43.11669, 8.28616, -0.55515], + "2.5": [67.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 0], + "0.7917": [0, 0.3, 0], + "0.8333": [0, 0, 0], + "2.5": [0, 0, 0] + } + }, + "front": { + "rotation": { + "0.0": [-17.5, 0, 0], + "2.5": [-17.5, 0, 0] + } + }, + "back": { + "rotation": { + "0.0": [69.97365, 1.5216, -1.98385], + "2.5": [69.97365, 1.5216, -1.98385] + }, + "position": { + "0.0": [0, 5, 0], + "2.5": [0, 5, 0] + } + }, + "bone": { + "rotation": { + "0.0": [42.5, 0, 0], + "3.25": [42.5, 0, 0] + } + }, + "furhead2": { + "rotation": [0, 0, "127.5+math.sin(q.anim_time*90*1-200)*4"] + }, + "furhead3": { + "rotation": ["127.5+math.sin(q.anim_time*90*1-200)*4", 0, 0] + }, + "furhead1": { + "rotation": [0, 0, "-140+math.sin(q.anim_time*90*1-200)*4"] + }, + "bandseg1": { + "rotation": { + "0.0": [6.70127, "-3.0932-math.sin(q.anim_time*90*1-100)*15", 9.67518], + "1.0": [6.70127, "-3.0932-math.sin(q.anim_time*90*1-100)*15", 9.67518], + "1.1667": [6.12783, "26.7276-math.sin(q.anim_time*90*1-100)*15", 13.03512], + "2.75": [6.70127, "-3.0932-math.sin(q.anim_time*90*1-100)*15", 9.67518] + } + }, + "bandseg2": { + "rotation": [-6.36991, "29.9706-math.sin(q.anim_time*90*1-200)*25", 9.55406] + }, + "bandseg3": { + "rotation": [5.54163, "-1.6719-math.sin(q.anim_time*90*1-200)*25", -4.43478] + }, + "lband1": { + "rotation": { + "0.0": [14.34255, "-22.4485-math.sin(q.anim_time*90*1-100)*15", 12.43407], + "1.0": [14.34255, "-22.4485-math.sin(q.anim_time*90*1-100)*15", 12.43407], + "1.1667": [-0.68462, "-4.9499-math.sin(q.anim_time*90*1-100)*15", 12.22815], + "2.75": [14.34255, "-22.4485-math.sin(q.anim_time*90*1-100)*15", 12.43407] + } + }, + "lband2": { + "rotation": [-7.21604, "40.4825+math.sin(q.anim_time*90*1-200)*25", 7.68073] + }, + "lband3": { + "rotation": [-2.33411, "33.3552+math.sin(q.anim_time*90*1-200)*25", 2.92364] + }, + "fur1": { + "rotation": { + "0.0": ["-115+math.sin(q.anim_time*90*1-200)*4", 0, 0], + "1.75": ["-115+math.sin(q.anim_time*90*1-200)*4", 0, 0] + }, + "position": { + "0.0": [0, -2, 0], + "1.75": [0, -2, 0] + } + }, + "fur3": { + "rotation": { + "0.0": [107.5, 0, 0], + "1.75": [107.5, 0, 0] + }, + "position": { + "0.0": [0, -2, 0], + "1.75": [0, -2, 0] + } + }, + "fyur2": { + "rotation": { + "0.0": [0, 0, "115+math.sin(q.anim_time*90*1-200)*4"], + "1.75": [0, 0, "115+math.sin(q.anim_time*90*1-200)*4"] + }, + "position": { + "0.0": [1, -3, 0], + "1.75": [1, -3, 0] + } + }, + "fur4": { + "rotation": { + "0.0": [0, 0, "-117.5+math.sin(q.anim_time*90*1-200)*4"], + "2.5": [0, 0, "-117.5+math.sin(q.anim_time*90*1-200)*4"] + } + }, + "fur2": { + "rotation": { + "0.0": ["-110+math.sin(q.anim_time*90*1-200)*4", 0, 0], + "2.5": ["-110+math.sin(q.anim_time*90*1-200)*4", 0, 0] + }, + "position": { + "0.0": [0, -2, 0], + "2.5": [0, -2, 0] + } + }, + "fur6": { + "rotation": { + "0.0": [0, 0, "87.5-math.sin(q.anim_time*90*1-200)*4"], + "2.5": [0, 0, "87.5-math.sin(q.anim_time*90*1-200)*4"] + }, + "position": { + "0.0": [1, -3, 0], + "2.5": [1, -3, 0] + } + }, + "fyur3": { + "rotation": { + "0.0": [0, 0, "-95-math.sin(q.anim_time*90*1-200)*4"], + "1.75": [0, 0, "-95-math.sin(q.anim_time*90*1-200)*4"] + }, + "position": { + "0.0": [0, -3, 0], + "1.75": [0, -3, 0] + } + }, + "fur5": { + "rotation": { + "0.0": [110, 0, 0], + "2.5": [110, 0, 0] + } + }, + "lowjaw": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [15, 0, 0], + "1.0417": [40, 0, 0], + "1.0833": [40, 0, 0], + "1.1667": [0, 0, 0], + "2.25": [0, 0, 0], + "2.5": [0, 0, 0] + } + }, + "ear2": { + "rotation": { + "0.0": [0, 0, -35], + "3.25": [0, 0, -35] + } + }, + "ear1": { + "rotation": { + "0.0": [0, 0, 40], + "3.25": [0, 0, 40] + } + }, + "frontcloth1": { + "rotation": { + "0.0": ["-18.2938-math.sin(q.anim_time*90*1-50)*2", -14.04833, "2.8551-math.sin(q.anim_time*90*1-50)*2"], + "1.0": ["-18.2938-math.sin(q.anim_time*90*1-50)*2", -14.04833, "2.8551-math.sin(q.anim_time*90*1-50)*2"], + "1.1667": ["-35.7938-math.sin(q.anim_time*90*1-50)*2", -14.04833, "2.8551-math.sin(q.anim_time*90*1-50)*2"], + "2.75": ["-18.2938-math.sin(q.anim_time*90*1-50)*2", -14.04833, "2.8551-math.sin(q.anim_time*90*1-50)*2"], + "3.25": ["-18.2938-math.sin(q.anim_time*90*1-50)*2", -14.04833, "2.8551-math.sin(q.anim_time*90*1-50)*2"] + }, + "position": { + "0.0": [0, 2, 0], + "1.0": [0, 2, 0], + "2.75": [0, 2, 0], + "3.25": [0, 2, 0] + } + }, + "fc2": { + "rotation": { + "0.0": ["5-math.sin(q.anim_time*90*1-150)*6", 0, "-2.5-math.sin(q.anim_time*90*1-150)*6"], + "1.0": ["5-math.sin(q.anim_time*90*1-150)*6", 0, "-2.5-math.sin(q.anim_time*90*1-150)*6"], + "1.1667": ["-40-math.sin(q.anim_time*90*1-150)*6", 0, "-2.5-math.sin(q.anim_time*90*1-150)*6"], + "2.5": ["5-math.sin(q.anim_time*90*1-150)*6", 0, "-2.5-math.sin(q.anim_time*90*1-150)*6"], + "3.25": ["5-math.sin(q.anim_time*90*1-150)*6", 0, "-2.5-math.sin(q.anim_time*90*1-150)*6"] + } + }, + "fc3": { + "rotation": { + "0.0": ["-2.4905-math.sin(q.anim_time*90*1-150)*8", -0.21782, "-7.4953-math.sin(q.anim_time*90*1-150)*8"], + "1.0": ["-2.4905-math.sin(q.anim_time*90*1-150)*8", -0.21782, "-7.4953-math.sin(q.anim_time*90*1-150)*8"], + "1.1667": ["-29.9905-math.sin(q.anim_time*90*1-150)*8", -0.21782, "-7.4953-math.sin(q.anim_time*90*1-150)*8"], + "2.5": ["-2.4905-math.sin(q.anim_time*90*1-150)*8", -0.21782, "-7.4953-math.sin(q.anim_time*90*1-150)*8"], + "3.25": ["-2.4905-math.sin(q.anim_time*90*1-150)*8", -0.21782, "-7.4953-math.sin(q.anim_time*90*1-150)*8"] + } + }, + "fc4": { + "rotation": { + "0.0": ["-14.9539-math.sin(q.anim_time*90*1-150)*12", -1.08089, "-4.8821-math.sin(q.anim_time*90*1-150)*10"], + "1.0": ["-14.9539-math.sin(q.anim_time*90*1-150)*12", -1.08089, "-4.8821-math.sin(q.anim_time*90*1-150)*10"], + "1.1667": ["-47.4539-math.sin(q.anim_time*90*1-150)*12", -1.08089, "-4.8821-math.sin(q.anim_time*90*1-150)*10"], + "2.75": ["-14.9539-math.sin(q.anim_time*90*1-150)*12", -1.08089, "-4.8821-math.sin(q.anim_time*90*1-150)*10"], + "3.25": ["-14.9539-math.sin(q.anim_time*90*1-150)*12", -1.08089, "-4.8821-math.sin(q.anim_time*90*1-150)*10"] + } + }, + "bc1": { + "rotation": { + "0.0": ["-25.7246+math.sin(q.anim_time*90*1-50)*4", -13.77624, 5.99253], + "1.0": ["-25.7246+math.sin(q.anim_time*90*1-50)*4", -13.77624, 5.99253], + "1.1667": ["-23.2246+math.sin(q.anim_time*90*1-50)*4", -13.77624, 5.99253], + "2.75": ["-25.7246+math.sin(q.anim_time*90*1-50)*4", -13.77624, 5.99253], + "3.25": ["-25.7246+math.sin(q.anim_time*90*1-50)*4", -13.77624, 5.99253] + }, + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 0, 0], + "1.1667": [0, -1, -3], + "2.75": [0, 0, 0] + } + }, + "bc2": { + "rotation": { + "0.0": ["-13.4773+math.sin(q.anim_time*90*1-100)*8", 4.58164, "2.4306+math.sin(q.anim_time*90*1-100)*8"], + "1.0": ["-13.4773+math.sin(q.anim_time*90*1-100)*8", 4.58164, "2.4306+math.sin(q.anim_time*90*1-100)*8"], + "1.1667": ["21.5227+math.sin(q.anim_time*90*1-100)*8", 4.58164, "2.4306+math.sin(q.anim_time*90*1-100)*8"], + "2.75": ["-13.4773+math.sin(q.anim_time*90*1-100)*8", 4.58164, "2.4306+math.sin(q.anim_time*90*1-100)*8"], + "3.25": ["-13.4773+math.sin(q.anim_time*90*1-100)*8", 4.58164, "2.4306+math.sin(q.anim_time*90*1-100)*8"] + } + }, + "bc3": { + "rotation": { + "0.0": ["2.7377+math.sin(q.anim_time*90*1-150)*10", 12.3071, "2.2046+math.sin(q.anim_time*90*1-150)*10"], + "1.0": ["2.7377+math.sin(q.anim_time*90*1-150)*10", 12.3071, "2.2046+math.sin(q.anim_time*90*1-150)*10"], + "1.1667": ["40.2377+math.sin(q.anim_time*90*1-150)*10", 12.3071, "2.2046+math.sin(q.anim_time*90*1-150)*10"], + "2.75": ["2.7377+math.sin(q.anim_time*90*1-150)*10", 12.3071, "2.2046+math.sin(q.anim_time*90*1-150)*10"], + "3.25": ["2.7377+math.sin(q.anim_time*90*1-150)*10", 12.3071, "2.2046+math.sin(q.anim_time*90*1-150)*10"] + } + }, + "bc4": { + "rotation": { + "0.0": ["-19.8489+math.sin(q.anim_time*90*1-200)*12", 9.84655, "1.7538+math.sin(q.anim_time*90*1-200)*12"], + "1.0": ["-19.8489+math.sin(q.anim_time*90*1-200)*12", 9.84655, "1.7538+math.sin(q.anim_time*90*1-200)*12"], + "1.1667": ["32.6511+math.sin(q.anim_time*90*1-200)*12", 9.84655, "1.7538+math.sin(q.anim_time*90*1-200)*12"], + "2.75": ["-19.8489+math.sin(q.anim_time*90*1-200)*12", 9.84655, "1.7538+math.sin(q.anim_time*90*1-200)*12"], + "3.25": ["-19.8489+math.sin(q.anim_time*90*1-200)*12", 9.84655, "1.7538+math.sin(q.anim_time*90*1-200)*12"] + } + }, + "shoulderleft": { + "rotation": { + "0.0": [0, 0, 15], + "1.0": [-8.99137, 15.78084, -2.44284], + "1.1667": [-20.2732, 71.77582, -20.93865], + "2.25": [-20.2732, 71.77582, -20.93865], + "2.5": [0, 0, 15] + }, + "position": { + "0.0": [0, 0, 0], + "1.0": [1, 0, 0], + "1.1667": [1, 0, 0], + "2.5": [0, 0, 0] + } + }, + "feetis": { + "rotation": { + "0.0": [5, 0, 0], + "0.75": [-2.46207, 0.43399, 9.99067], + "1.0": [6.95857, 56.1283, 21.03349], + "1.1667": [18.87067, -20.42794, 6.89939], + "2.25": [10.44464, -20.9011, 9.52304], + "2.5": [5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.1667": [0, 1, 0], + "2.5": [0, 0, 0] + } + }, + "torso": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [0, -32.5, 0], + "1.0": [0, -32.5, 0], + "1.1667": [0, 120, 0], + "2.25": [0, 120, 0], + "2.5": [0, 0, 0] + }, + "position": { + "0.0": [0, "math.sin(q.anim_time*4*16)*0.3", 0], + "0.75": [0, "math.sin(q.anim_time*4*16)*0.3", 3], + "1.0": [0, "math.sin(q.anim_time*4*16)*0.3", 3], + "1.1667": [-2, "-2+math.sin(q.anim_time*4*16)*0.3", 5], + "1.2083": [-2, "--1.5+math.sin(q.anim_time*4*16)*0.3", 5], + "1.25": [-2, "-2+math.sin(q.anim_time*4*16)*0.3", 5], + "1.2917": [-2, "--1.5+math.sin(q.anim_time*4*16)*0.3", 5], + "1.3333": [-2, "-2+math.sin(q.anim_time*4*16)*0.3", 5], + "1.375": [-2, "--1.5+math.sin(q.anim_time*4*16)*0.3", 5], + "1.4167": [-2, "-2+math.sin(q.anim_time*4*16)*0.3", 5], + "1.4583": [-2, "--1.5+math.sin(q.anim_time*4*16)*0.3", 5], + "1.5": [-2, "-2+math.sin(q.anim_time*4*16)*0.3", 5], + "1.5417": [-2, "--1.5+math.sin(q.anim_time*4*16)*0.3", 5], + "2.25": [-2, "-2+math.sin(q.anim_time*4*16)*0.3", 5], + "2.5": [0, "math.sin(q.anim_time*4*16)*0.3", 0] + } + }, + "tail": { + "position": { + "0.0": [0, 3, 0], + "2.5": [0, 3, 0] + } + }, + "arms": { + "position": { + "0.0": [0, "math.sin(q.anim_time*4*16)*0.3", 0], + "2.5": [0, "math.sin(q.anim_time*4*16)*0.3", 0] + } + }, + "hand_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 37.5], + "1.0": [0, 0, 37.5], + "1.1667": [0, 0, 12.5] + } + }, + "shoulderright": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [0, 0, -15], + "1.0833": [0, 7.5, 22.5], + "1.1667": [0, 0, -10] + } + }, + "hand_right": { + "rotation": { + "0.0": [0, 0, 0], + "1.0833": [0, 0, 32.5], + "1.1667": [0, 0, 5] + } + }, + "legs": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 0], + "1.0": [0, 0, 0], + "1.1667": [0, 175, 0], + "2.25": [0, 175, 0], + "2.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 0], + "1.0": [0, 0, 0], + "1.1667": [-3, 0, 7], + "2.25": [-3, 0, 7], + "2.5": [0, 0, 0] + } + } + } + }, + "animation.urshifu.rapidstrike": { + "loop": true, + "bones": { + "torso": { + "rotation": [0, 7.5, 0], + "position": [0, "math.sin(q.anim_time*4*16)*0.3", 0] + }, + "neck": { + "rotation": [2.5, 52.5, 0] + }, + "head": { + "rotation": [10.08453, -7.38542, -1.30962] + }, + "furhead2": { + "rotation": [0.49411, 1.25669, 2.10942], + "position": [0, -1, 0] + }, + "furhead3": { + "rotation": ["math.sin(q.anim_time*90*1-200)*4", 0, 0], + "position": [0, -1, 0] + }, + "furhead1": { + "rotation": [0, 0, -10], + "position": [0, -1, 0] + }, + "headband_left": { + "rotation": [-63.55989, "-94.0936-math.sin(q.anim_time*90*1-50)*10", 8.51181], + "position": [0, -2, 1] + }, + "lband1": { + "rotation": [0, "-97.5-math.sin(q.anim_time*90*1-100)*15", 0] + }, + "lband2": { + "rotation": [0, "27.5-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "lband3": { + "rotation": [0, "65-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "headband_right": { + "rotation": [-111.69454, "63.7406-math.sin(q.anim_time*90*1-50)*10", -47.51743], + "position": [0, -2, 0] + }, + "bandseg1": { + "rotation": [0, "82.5-math.sin(q.anim_time*90*1-100)*15", 0] + }, + "bandseg2": { + "rotation": [0, "80-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "bandseg3": { + "rotation": [0, "-40-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "tail": { + "rotation": [25, 0, 0] + }, + "arm_left": { + "rotation": [1.75378, -9.84655, "-2.6511-math.sin(q.anim_time*90*1-50)*1"], + "position": [0, -1, 0] + }, + "bicepleft": { + "rotation": [-6.28106, 11.01681, "65.4729-5-math.sin(q.anim_time*90*1-50)*2"] + }, + "forearmleft": { + "rotation": [0, 0, "37.5-math.sin(q.anim_time*90*1-50)*4"] + }, + "fingers": { + "rotation": [0, 0, -25] + }, + "fingerseg": { + "rotation": [0, 0, -52.5] + }, + "arm_right": { + "rotation": [2.5, -4.46375, "-53.165-math.sin(q.anim_time*90*1-50)*1"], + "position": [0, 0, 0] + }, + "bicepright": { + "rotation": [-151.85774, 19.32188, "-58.7808-math.sin(q.anim_time*90*1-50)*2"], + "position": [0, 1, 0] + }, + "forearmright": { + "rotation": [0, 0, "57.5-math.sin(q.anim_time*90*1-50)*4"] + }, + "leg_left": { + "rotation": ["-132.7708+math.sin(q.anim_time*20*4)*2", 52.97968, -39.67283] + }, + "fur1": { + "rotation": ["30+math.sin(q.anim_time*90*1-200)*4", 0, 0], + "position": [0, -1, -0.25] + }, + "fyur2": { + "rotation": [14.97546, 6.76746, "-20.956-math.sin(q.anim_time*90*1-200)*4"], + "position": [-0.5, 0, 0] + }, + "fyur3": { + "rotation": [0, 0, "35+math.sin(q.anim_time*90*1-200)*4"], + "position": [-1, -2, 0] + }, + "lknee": { + "rotation": ["117.5+math.sin(q.anim_time*20*4)*2", 0, 0], + "position": [-0.75, 0, -0.25] + }, + "leftfoot": { + "rotation": [32.5, 0, 0] + }, + "bc4": { + "rotation": ["2.5+math.sin(q.anim_time*90*1-50)*10", 0, 0] + }, + "bc3": { + "rotation": ["-7.5+math.sin(q.anim_time*90*1-50)*8", 0, 0] + }, + "bc2": { + "rotation": ["-12.5+math.sin(q.anim_time*90*1-50)*6", 0, 0] + }, + "bc1": { + "rotation": ["22.5+math.sin(q.anim_time*90*1-50)*4", 0, 0] + }, + "frontcloth1": { + "rotation": ["-25-math.sin(q.anim_time*90*1-50)*6", 0, 0] + }, + "fc2": { + "rotation": ["-12.5-math.sin(q.anim_time*90*1-150)*6", 0, 0] + }, + "fc3": { + "rotation": ["-10-math.sin(q.anim_time*90*1-150)*8", 0, 0] + }, + "fc4": { + "rotation": ["-5-math.sin(q.anim_time*90*1-150)*10", 0, 0] + }, + "shoulderright": { + "rotation": [3.90399, 17.07228, 0.58619] + }, + "shoulderleft": { + "rotation": [0, 0, "-math.sin(q.anim_time*90*1-50)*1"] + }, + "mainthing": { + "rotation": [0, -85, 0], + "position": [0, -1, 0] + }, + "fur2": { + "rotation": [12.5, 0, 0] + }, + "fur4": { + "rotation": [0, 0, 22.5] + }, + "fur6": { + "rotation": [0, 0, -22.5] + }, + "arms": { + "position": [0, "math.sin(q.anim_time*4*16)*0.3", 0] + }, + "hand_left": { + "rotation": [0, 0, -5] + } + } + }, + "animation.urshifu.rsphysical_attack": { + "loop": true, + "animation_length": 2, + "bones": { + "torso": { + "rotation": { + "0.0": [0, 7.5, 0], + "0.1667": { + "pre": [0, 7.5, 0], + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [9.32022, -39.76686, -3.72594], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [7.59801, 19.69744, 4.8414], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-8.40005, -17.52965, -3.95707], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [14.57773, 35.5108, 27.981], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [4.57773, 35.5108, 27.981], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [4.57773, 35.5108, 27.981], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [2.9139, 49.55325, 18.41109], + "lerp_mode": "catmullrom" + }, + "1.5417": [0, 7.5, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0.3, 2], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": [0, 0, 0] + } + }, + "neck": { + "rotation": { + "0.0": [2.5, 52.5, 0], + "0.5": [2.5, 52.5, 0], + "0.5833": [1.52308, 2.52546, -1.91672], + "1.5417": [2.5, 52.5, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5833": [0, 0, 0], + "1.5417": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [10.08453, -7.38542, -1.30962], + "0.375": [10.08453, -7.38542, -1.30962], + "0.5833": [8.12193, -14.70557, -4.61924], + "0.7083": [-7.92351, 34.77437, 2.95198], + "0.8333": [23.75816, 42.40006, 9.12376], + "1.5417": [10.08453, -7.38542, -1.30962] + }, + "position": { + "0.0": [0, 0, 0], + "1.5417": [0, 0, 0] + } + }, + "furhead2": { + "rotation": [0.49411, 1.25669, 2.10942], + "position": [0, -1, 0] + }, + "furhead3": { + "rotation": ["math.sin(q.anim_time*90*1-200)*4", 0, 0], + "position": [0, -1, 0] + }, + "furhead1": { + "rotation": [0, 0, -10], + "position": [0, -1, 0] + }, + "headband_left": { + "rotation": { + "0.0": [-63.55989, "-94.0936-math.sin(q.anim_time*90*1-50)*10", 8.51181], + "0.375": [-63.55989, "-94.0936-math.sin(q.anim_time*90*1-50)*10", 8.51181], + "0.5833": [23.34936, "13.1515-math.sin(q.anim_time*90*1-50)*10", -82.30936], + "0.6667": [22.72336, "-44.2728-math.sin(q.anim_time*90*1-50)*10", -79.15711], + "0.875": [23.39565, "20.6468-math.sin(q.anim_time*90*1-50)*10", -82.64626], + "1.5417": [-63.55989, "-94.0936-math.sin(q.anim_time*90*1-50)*10", 8.51181] + }, + "position": { + "0.0": [0, -2, 1], + "0.375": [0, -2, 1], + "1.5417": [0, -2, 1] + } + }, + "lband1": { + "rotation": { + "0.0": [0, "-97.5-math.sin(q.anim_time*90*1-100)*15", 0], + "0.5833": [0, "7.5-math.sin(q.anim_time*90*1-100)*15", 0], + "0.6667": [0, "-60-math.sin(q.anim_time*90*1-100)*15", 0], + "0.875": [0, "10-math.sin(q.anim_time*90*1-100)*15", 0], + "1.5417": [0, "-97.5-math.sin(q.anim_time*90*1-100)*15", 0] + } + }, + "lband2": { + "rotation": { + "0.0": [0, "27.5-math.sin(q.anim_time*90*1-200)*25", 0], + "0.5833": [0, "55-math.sin(q.anim_time*90*1-200)*25", 0], + "0.6667": [0, "-15-math.sin(q.anim_time*90*1-200)*25", 0], + "0.875": [0, "45-math.sin(q.anim_time*90*1-200)*25", 0], + "1.5417": [0, "27.5-math.sin(q.anim_time*90*1-200)*25", 0] + } + }, + "lband3": { + "rotation": { + "0.0": [0, "65-math.sin(q.anim_time*90*1-200)*25", 0], + "0.6667": [0, "-5-math.sin(q.anim_time*90*1-200)*25", 0], + "0.875": [0, "57.5-math.sin(q.anim_time*90*1-200)*25", 0], + "1.5417": [0, "65-math.sin(q.anim_time*90*1-200)*25", 0] + } + }, + "headband_right": { + "rotation": { + "0.0": [-111.69454, "63.7406-math.sin(q.anim_time*90*1-50)*10", -47.51743], + "0.875": [-22.58051, "18.8504-math.sin(q.anim_time*90*1-50)*10", 50.02008], + "1.5417": [-111.69454, "63.7406-math.sin(q.anim_time*90*1-50)*10", -47.51743] + }, + "position": { + "0.0": [0, -2, 0], + "1.5417": [0, -2, 0] + } + }, + "bandseg1": { + "rotation": { + "0.0": [0, "82.5-math.sin(q.anim_time*90*1-100)*15", 0], + "0.875": [-5, "42.5-math.sin(q.anim_time*90*1-100)*15", 0], + "1.5417": [0, "82.5-math.sin(q.anim_time*90*1-100)*15", 0] + } + }, + "bandseg2": { + "rotation": { + "0.0": [0, "80-math.sin(q.anim_time*90*1-200)*25", 0], + "0.875": [0, "55-math.sin(q.anim_time*90*1-200)*25", 0], + "1.5417": [0, "80-math.sin(q.anim_time*90*1-200)*25", 0] + } + }, + "bandseg3": { + "rotation": { + "0.0": [0, "-40-math.sin(q.anim_time*90*1-200)*25", 0], + "0.875": [0, "-17.5-math.sin(q.anim_time*90*1-200)*25", 0] + } + }, + "tail": { + "rotation": [25, 0, 0] + }, + "arm_left": { + "rotation": { + "0.0": [1.75378, -9.84655, "-2.6511-math.sin(q.anim_time*90*1-50)*1"], + "0.5833": [19.39869, 12.76253, 35.85762], + "0.7083": [26.19068, -33.85986, "25.1294-math.sin(q.anim_time*90*1-50)*1"], + "0.9583": [32.85923, -38.45118, -16.46484], + "1.5417": [1.75378, -9.84655, "-2.6511-math.sin(q.anim_time*90*1-50)*1"] + }, + "position": { + "0.0": [0, -1, 0], + "1.5417": [0, -1, 0] + } + }, + "bicepleft": { + "rotation": { + "0.0": [-6.28106, 11.01681, "65.4729-5-math.sin(q.anim_time*90*1-50)*2"], + "0.4583": [-7.36541, 8.32005, "38.0818-5-math.sin(q.anim_time*90*1-50)*2"], + "0.7083": [-6.99489, 5.17708, "8.2411-5-math.sin(q.anim_time*90*1-50)*2"], + "0.9583": [-6.21642, -13.20991, 18.56636], + "1.5417": [-6.28106, 11.01681, "65.4729-5-math.sin(q.anim_time*90*1-50)*2"] + } + }, + "forearmleft": { + "rotation": { + "0.0": [0, 0, "37.5-math.sin(q.anim_time*90*1-50)*4"], + "0.4583": [0, 0, "-2.5-math.sin(q.anim_time*90*1-50)*4"], + "0.7083": [0, -20, "-2.5-math.sin(q.anim_time*90*1-50)*4"], + "0.9583": [2.48818, -13.89135, 1.55128], + "1.5417": [0, 0, "37.5-math.sin(q.anim_time*90*1-50)*4"] + } + }, + "fingers": { + "rotation": { + "0.0": [0, 0, -25], + "0.4583": [0, 0, 12.5], + "1.5417": [0, 0, -25] + } + }, + "fingerseg": { + "rotation": { + "0.0": [0, 0, -52.5], + "0.4583": [0, 0, 2.5], + "1.5417": [0, 0, -52.5] + } + }, + "arm_right": { + "rotation": { + "0.0": [2.5, -4.46375, "-53.165-math.sin(q.anim_time*90*1-50)*1"], + "0.5833": [38.63023, 31.21704, "1.8252-math.sin(q.anim_time*90*1-50)*1"], + "1.5417": [2.5, -4.46375, "-53.165-math.sin(q.anim_time*90*1-50)*1"] + }, + "position": { + "0.0": [0, 0, 0], + "1.5417": [0, 0, 0] + } + }, + "bicepright": { + "rotation": { + "0.0": [-151.85774, 19.32188, "-58.7808-math.sin(q.anim_time*90*1-50)*2"], + "0.5": [-151.85774, 19.32188, "-58.7808-math.sin(q.anim_time*90*1-50)*2"], + "0.5833": [-161.14216, -61.29738, -48.93873], + "0.7083": [-64.58268, -27.88586, "-8.1037-math.sin(q.anim_time*90*1-50)*2"], + "0.8333": [-78.52491, 6.12224, -10.84956], + "1.5417": [-151.85774, 19.32188, "-58.7808-math.sin(q.anim_time*90*1-50)*2"] + }, + "position": { + "0.0": [0, 1, 0], + "0.5": [0, 1, 0], + "0.7083": [0, 0, -1], + "1.5417": [0, 1, 0] + } + }, + "forearmright": { + "rotation": { + "0.0": [0, 0, "57.5-math.sin(q.anim_time*90*1-50)*4"], + "0.5": [0, 0, "57.5-math.sin(q.anim_time*90*1-50)*4"], + "0.5833": [0, 0, -3.17], + "0.7083": [0, 0, "-12.5-math.sin(q.anim_time*90*1-50)*4"], + "1.5417": [0, 0, "57.5-math.sin(q.anim_time*90*1-50)*4"] + } + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [-132.7708, 52.97968, -39.67283], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [6.9438, 66.3814, 16.44406], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [6.9438, 66.3814, 16.44406], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [6.9438, 66.3814, 16.44406], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [39.39001, -5.96185, 102.14375], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [47.65871, -13.84024, 106.61773], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [24.66815, -15.28879, 114.11176], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [21.78371, -2.58391, 82.93999], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-25.08267, 7.6168, 59.03075], + "lerp_mode": "catmullrom" + }, + "1.5417": [-132.7708, 52.97968, -39.67283] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [2, 11, 4], + "lerp_mode": "catmullrom" + }, + "1.5417": [0, 0, 0] + } + }, + "fur1": { + "rotation": ["30+math.sin(q.anim_time*90*1-200)*4", 0, 0], + "position": [0, -1, -0.25] + }, + "fyur2": { + "rotation": [14.97546, 6.76746, "-20.956-math.sin(q.anim_time*90*1-200)*4"], + "position": [-0.5, 0, 0] + }, + "fyur3": { + "rotation": [0, 0, "35+math.sin(q.anim_time*90*1-200)*4"], + "position": [-1, -2, 0] + }, + "lknee": { + "rotation": { + "0.0": [117.5, 0, 0], + "0.25": [22.5, 0, 0], + "0.3333": [13.42219, -9.6742, -2.96535], + "0.5": { + "pre": [22.5, 0, 0], + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [15.34848, -1.56364, 17.69154], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-2.15152, -1.56364, 17.69154], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [92.09383, 21.04458, 17.11375], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [88.50727, 19.29273, 14.47548], + "lerp_mode": "catmullrom" + }, + "1.5417": [117.5, 0, 0] + }, + "position": { + "0.0": [-0.75, 0, -0.25], + "0.25": [-0.75, 0, -0.25], + "0.5": { + "pre": [-0.75, 0, -0.25], + "post": [-0.75, 0, -0.25], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-0.75, -0.3, -0.25], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-0.75, 0, -0.25], + "lerp_mode": "catmullrom" + }, + "1.5417": [-0.75, 0, -0.25] + } + }, + "leftfoot": { + "rotation": { + "0.0": [32.5, 0, 0], + "0.25": [-5, 0, 0], + "0.3333": [-5.5531, -15.46162, 1.58448], + "0.375": [-6.76733, -42.30053, 4.56615], + "0.5": [-5, 0, 0], + "0.625": [-5, 0, 0], + "0.6667": [-5, 0, 0], + "0.8333": [82.14, 0, 0], + "1.0": [82.14, 0, 0], + "1.5417": [32.5, 0, 0] + } + }, + "bc4": { + "rotation": { + "0.0": ["2.5+math.sin(q.anim_time*90*1-50)*10", 0, 0], + "0.625": ["2.5+math.sin(q.anim_time*90*1-50)*10", 0, 0], + "0.7917": ["20+math.sin(q.anim_time*90*1-50)*10", 0, 0], + "1.5417": ["-30+math.sin(q.anim_time*90*1-50)*10", 0, 0] + } + }, + "bc3": { + "rotation": { + "0.0": ["-7.5+math.sin(q.anim_time*90*1-50)*8", 0, 0], + "0.625": ["-7.5+math.sin(q.anim_time*90*1-50)*8", 0, 0], + "0.7917": ["15+math.sin(q.anim_time*90*1-50)*8", 0, 0], + "1.5417": ["-7.5+math.sin(q.anim_time*90*1-50)*8", 0, 0] + } + }, + "bc2": { + "rotation": { + "0.0": ["-12.5+math.sin(q.anim_time*90*1-50)*6", 0, 0], + "0.625": ["-12.5+math.sin(q.anim_time*90*1-50)*6", 0, 0], + "0.7917": ["30+math.sin(q.anim_time*90*1-50)*6", 0, 0], + "1.5417": ["-27.5+math.sin(q.anim_time*90*1-50)*6", 0, 0] + } + }, + "bc1": { + "rotation": { + "0.0": ["22.5+math.sin(q.anim_time*90*1-50)*4", 0, 0], + "0.625": ["22.5+math.sin(q.anim_time*90*1-50)*4", 0, 0], + "0.7917": ["67.5+math.sin(q.anim_time*90*1-50)*4", 0, 0], + "1.5417": ["22.5+math.sin(q.anim_time*90*1-50)*4", 0, 0] + } + }, + "frontcloth1": { + "rotation": { + "0.0": ["-25-math.sin(q.anim_time*90*1-50)*6", 0, 0], + "0.625": ["-25-math.sin(q.anim_time*90*1-50)*6", 0, 0], + "0.7917": ["-30-math.sin(q.anim_time*90*1-50)*6", 0, 0], + "1.5417": ["-25-math.sin(q.anim_time*90*1-50)*6", 0, 0] + } + }, + "fc2": { + "rotation": { + "0.0": ["-12.5-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "0.625": ["-12.5-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "0.7917": ["-25-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "1.5417": ["-12.5-math.sin(q.anim_time*90*1-150)*6", 0, 0] + } + }, + "fc3": { + "rotation": { + "0.0": ["-10-math.sin(q.anim_time*90*1-150)*8", 0, 0], + "0.625": ["-10-math.sin(q.anim_time*90*1-150)*8", 0, 0], + "0.7917": ["-22.5-math.sin(q.anim_time*90*1-150)*8", 0, 0], + "1.5417": ["-10-math.sin(q.anim_time*90*1-150)*8", 0, 0] + } + }, + "fc4": { + "rotation": { + "0.0": ["-5-math.sin(q.anim_time*90*1-150)*10", 0, 0], + "0.625": ["-5-math.sin(q.anim_time*90*1-150)*10", 0, 0], + "0.7917": ["-22.5-math.sin(q.anim_time*90*1-150)*10", 0, 0], + "1.5417": ["-5-math.sin(q.anim_time*90*1-150)*10", 0, 0] + } + }, + "shoulderright": { + "rotation": { + "0.0": [3.90399, 17.07228, 0.58619], + "0.5": [3.90399, 17.07228, 0.58619], + "0.5833": [94.52129, 8.68044, -1.15232], + "0.7083": [6.42402, 15.48191, 57.1885], + "0.8333": [-2.39697, 16.56391, 25.9654], + "1.5417": [3.90399, 17.07228, 0.58619] + } + }, + "shoulderleft": { + "rotation": { + "0.0": [0, 0, "-math.sin(q.anim_time*90*1-50)*1"], + "0.9583": [3.61644, -19.6835, "-10.6276-math.sin(q.anim_time*90*1-50)*1"], + "1.5417": [0, 0, "-math.sin(q.anim_time*90*1-50)*1"] + } + }, + "mainthing": { + "rotation": { + "0.0": [0, -85, 0], + "0.1667": [0, -85, 0], + "0.3333": [0, -97.5, 0], + "0.4583": [0, -85, 0], + "0.5": { + "pre": [0, -37.5, 0], + "post": [0, -37.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 84.17, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 156.98, 0], + "lerp_mode": "catmullrom" + }, + "1.125": [0, 275, 0], + "1.25": [0, 275, 0], + "1.2917": {"pre": [0, 275, 0], "post": [0, -85, 0]} + }, + "position": { + "0.0": [0, -1, 0], + "0.4583": [3, -1, -5], + "0.5": { + "pre": [5, -1, -9], + "post": [5, -1, -9], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, -1, -18], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-4, -1, -21], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-11.5, -1, -23.17], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-11.1, -4.12, -18.13], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-9.9, -1, -12.3], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-9.95, 22, -8.15], + "lerp_mode": "catmullrom" + }, + "1.125": [0, -1, 0], + "1.25": [0, -1, 0], + "1.2917": {"pre": [0, -1, 0], "post": [0, -1, 0]} + } + }, + "fur2": { + "rotation": [12.5, 0, 0] + }, + "fur4": { + "rotation": [0, 0, 22.5] + }, + "fur6": { + "rotation": [0, 0, -22.5] + }, + "arms": { + "position": [0, "math.sin(q.anim_time*4*16)*0.3", 0] + }, + "hand_left": { + "rotation": { + "0.0": [0, 0, -5], + "1.5417": [0, 0, -5] + } + }, + "whiteneck": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "0.5833": [0, -25, 0], + "0.7083": [0, 15, 0], + "1.5417": [0, 0, 0] + } + }, + "fingers_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.7083": [0, 0, 15], + "1.5417": [0, 0, 0] + } + }, + "leg_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.2083": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-8.39561, -15.84371, -33.42976], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [8.59552, -15.66561, -97.16773], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [8.59552, -15.66561, -97.16773], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-37.50593, -83.66938, -13.33174], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [138.6987, -81.56127, -173.40871], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [1.12953, -49.57928, 7.10142], + "lerp_mode": "catmullrom" + }, + "0.7917": [0, 0, 0], + "0.875": [0, 0, 0], + "1.5417": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.4583": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [1, 0, -4], + "lerp_mode": "catmullrom" + }, + "0.75": [-3, 0, -3], + "0.7917": [0, 0, 0], + "0.8333": [-3, 0, -3], + "0.875": [0, 0, 0], + "1.5417": [0, 0, 0] + } + }, + "rknee": { + "rotation": { + "0.0": [0, 0, 0], + "0.2083": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [87.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [78, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-17, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [46.53073, 3.55731, -3.52271], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [67.56146, 7.11462, -7.04541], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-1.03265, 2.90106, -1.91504], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-1.03265, 2.90106, -1.91504], + "lerp_mode": "catmullrom" + }, + "1.0": [0, 0, 0], + "1.5417": [0, 0, 0] + } + }, + "feetis": { + "rotation": { + "0.0": [0, 0, 0], + "0.2083": [0, 0, 0], + "0.3333": [50, 0, 0], + "0.5": [57.5, 0, 0], + "0.5833": [57.5, 0, 0], + "0.6667": [-20, 0, 0], + "0.75": [62.08727, -0.27471, 6.30985], + "1.0": [62.08727, -0.27471, 6.30985], + "1.125": [0, 0, 0], + "1.5417": [0, 0, 0] + } + } + } + }, + "animation.urshifu.blink": { + "animation_length": 1, + "bones": { + "eyebrow1": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, -5], + "0.0833": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, -1, 0], + "0.0833": [0, 0, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "0.0417": [1, 1.1, 1], + "0.0833": [1, 1, 1] + } + }, + "eyebrow": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, 5], + "0.0833": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, -1, 0], + "0.0833": [0, 0, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "0.0417": [1, 1.3, 1], + "0.0833": [1, 1, 1] + } + } + } + }, + "animation.urshifu.ground_idle": { + "loop": true, + "bones": { + "torso": { + "position": [0, "math.sin(q.anim_time*4*16)*0.3", 0] + }, + "neck": { + "position": [0, 0, 0] + }, + "furhead2": { + "rotation": [0, 0, "math.sin(q.anim_time*90*1-200)*4"] + }, + "furhead3": { + "rotation": ["math.sin(q.anim_time*90*1-200)*4", 0, 0] + }, + "furhead1": { + "rotation": [0, 0, "math.sin(q.anim_time*90*1-200)*4"] + }, + "headband_left": { + "rotation": [0, "-math.sin(q.anim_time*90*1-50)*10", 0] + }, + "lband1": { + "rotation": [0, "-5-math.sin(q.anim_time*90*1-100)*15", 0] + }, + "lband2": { + "rotation": [0, "0-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "lband3": { + "rotation": [0, "0-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "headband_right": { + "rotation": [0, "-math.sin(q.anim_time*90*1-50)*10", 0] + }, + "bandseg1": { + "rotation": [0, "-5-math.sin(q.anim_time*90*1-100)*15", 0] + }, + "bandseg2": { + "rotation": [0, "0-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "bandseg3": { + "rotation": [0, "0-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "lowjaw": { + "rotation": [0, 0, 0] + }, + "frontcloth1": { + "rotation": ["-7.5-math.sin(q.anim_time*90*1-50)*2", 0, 0] + }, + "fc2": { + "rotation": ["-2.5-math.sin(q.anim_time*90*1-100)*4", 0, 0] + }, + "fc3": { + "rotation": ["-5-math.sin(q.anim_time*90*1-150)*6", 0, 0] + }, + "fc4": { + "rotation": ["-5-math.sin(q.anim_time*90*1-150)*6", 0, 0] + }, + "bc1": { + "rotation": ["5+math.sin(q.anim_time*90*1-50)*4", 0, 0] + }, + "bc2": { + "rotation": ["15+math.sin(q.anim_time*90*1-100)*8", 0, 0] + }, + "bc3": { + "rotation": ["5+math.sin(q.anim_time*90*1-150)*10", 0, 0] + }, + "bc4": { + "rotation": ["5+math.sin(q.anim_time*90*1-200)*12", 0, 0] + }, + "arms": { + "position": [0, "math.sin(q.anim_time*4*16)*0.3", 0] + }, + "fingerseg": { + "rotation": [0, 0, "math.sin(q.anim_time*30*2+150)*2"] + }, + "fingerrseg2": { + "rotation": [0, 0, "-math.sin(q.anim_time*30*2+150)*2"] + }, + "fur1": { + "rotation": ["0+math.sin(q.anim_time*90*1-200)*4", 0, 0] + }, + "fyur2": { + "rotation": [0, 0, "math.sin(q.anim_time*90*1-200)*4"] + }, + "fur2": { + "rotation": ["math.sin(q.anim_time*90*1-200)*4", 0, 0] + }, + "fur4": { + "rotation": [0, 0, "math.sin(q.anim_time*90*1-200)*4"] + }, + "rknee": { + "position": [0, -0.5, 0] + } + } + }, + "animation.urshifu.ground_walk": { + "loop": true, + "animation_length": 4, + "bones": { + "torso": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 10, 0], + "1.0": [0, 0, 0], + "1.5": [0, -7.5, 0], + "2.0": [0, 0, 0], + "2.5": [0, 10, 0], + "3.0": [0, 0, 0], + "3.5": [0, -7.5, 0], + "4.0": [0, 0, 0] + }, + "position": { + "0.0": [0, "math.sin(q.anim_time*4*16)*0.3", 0], + "2.0": [0, "math.sin(q.anim_time*4*16)*0.3", 0], + "4.0": [0, "math.sin(q.anim_time*4*16)*0.3", 0] + } + }, + "neck": { + "position": [0, 0, 0] + }, + "furhead2": { + "rotation": [0, 0, "math.sin(q.anim_time*90*1-200)*4"] + }, + "furhead3": { + "rotation": ["math.sin(q.anim_time*90*1-200)*4", 0, 0] + }, + "furhead1": { + "rotation": [0, 0, "math.sin(q.anim_time*90*1-200)*4"] + }, + "headband_left": { + "rotation": [0, "-math.sin(q.anim_time*90*1-50)*10", 0] + }, + "lband1": { + "rotation": [0, "-5-math.sin(q.anim_time*90*1-100)*15", 0] + }, + "lband2": { + "rotation": [0, "0-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "lband3": { + "rotation": [0, "0-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "headband_right": { + "rotation": [0, "-math.sin(q.anim_time*90*1-50)*10", 0] + }, + "bandseg1": { + "rotation": [0, "-5-math.sin(q.anim_time*90*1-100)*15", 0] + }, + "bandseg2": { + "rotation": [0, "0-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "bandseg3": { + "rotation": [0, "0-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "lowjaw": { + "rotation": [0, 0, 0] + }, + "frontcloth1": { + "rotation": { + "0.0": ["-10-math.sin(q.anim_time*90*1-50)*2", 0, 0], + "0.25": [-49.08, 0, 0], + "0.5": [-49.08, 0, 0], + "1.0": ["-7.5-math.sin(q.anim_time*90*1-50)*2", 0, 0], + "1.25": ["-52.5-math.sin(q.anim_time*90*1-50)*2", 0, 0], + "1.5": ["-52.5-math.sin(q.anim_time*90*1-50)*2", 0, 0], + "2.0": ["-10-math.sin(q.anim_time*90*1-50)*2", 0, 0], + "2.25": [-49.08, 0, 0], + "2.5": [-49.08, 0, 0], + "3.0": ["-7.5-math.sin(q.anim_time*90*1-50)*2", 0, 0], + "3.25": ["-52.5-math.sin(q.anim_time*90*1-50)*2", 0, 0], + "3.5": ["-52.5-math.sin(q.anim_time*90*1-50)*2", 0, 0], + "4.0": ["-7.5-math.sin(q.anim_time*90*1-50)*2", 0, 0] + } + }, + "fc2": { + "rotation": { + "0.0": ["-2.5-math.sin(q.anim_time*90*1-100)*4", 0, 0], + "0.25": ["22.5-math.sin(q.anim_time*90*1-100)*4", 0, 0], + "0.5": ["12.5-math.sin(q.anim_time*90*1-100)*4", 0, 0], + "1.0": ["-2.5-math.sin(q.anim_time*90*1-100)*4", 0, 0], + "1.25": ["22.5-math.sin(q.anim_time*90*1-100)*4", 0, 0], + "1.5": ["22.5-math.sin(q.anim_time*90*1-100)*4", 0, 0], + "2.0": ["-2.5-math.sin(q.anim_time*90*1-100)*4", 0, 0], + "2.25": ["22.5-math.sin(q.anim_time*90*1-100)*4", 0, 0], + "2.5": ["12.5-math.sin(q.anim_time*90*1-100)*4", 0, 0], + "3.0": ["-2.5-math.sin(q.anim_time*90*1-100)*4", 0, 0], + "3.25": ["22.5-math.sin(q.anim_time*90*1-100)*4", 0, 0], + "3.5": ["22.5-math.sin(q.anim_time*90*1-100)*4", 0, 0], + "4.0": ["-2.5-math.sin(q.anim_time*90*1-100)*4", 0, 0] + } + }, + "fc3": { + "rotation": { + "0.0": ["-5-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "0.25": ["-30-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "0.5": ["12.5-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "1.0": ["-5-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "1.25": ["12.5-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "1.5": ["12.5-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "2.0": ["-5-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "2.25": ["-30-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "2.5": ["12.5-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "3.0": ["-5-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "3.25": ["12.5-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "3.5": ["12.5-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "4.0": ["-5-math.sin(q.anim_time*90*1-150)*6", 0, 0] + } + }, + "fc4": { + "rotation": { + "0.0": ["-5-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "0.25": ["-42.5-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "0.5": ["2.5-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "1.0": ["-5-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "1.25": ["-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "1.5": ["-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "2.0": ["-5-math.sin(q.anim_time*90*1-150)*6", 0, 0] + } + }, + "bc1": { + "rotation": ["40+math.sin(q.anim_time*90*1-50)*4", 0, 0] + }, + "bc2": { + "rotation": ["15+math.sin(q.anim_time*90*1-100)*8", 0, 0] + }, + "bc3": { + "rotation": ["5+math.sin(q.anim_time*90*1-150)*10", 0, 0] + }, + "bc4": { + "rotation": ["5+math.sin(q.anim_time*90*1-200)*12", 0, 0] + }, + "arms": { + "position": [0, "math.sin(q.anim_time*4*16)*0.3", 0] + }, + "fingerseg": { + "rotation": [0, 0, "math.sin(q.anim_time*30*2+150)*2"] + }, + "fingerrseg2": { + "rotation": [0, 0, "-math.sin(q.anim_time*30*2+150)*2"] + }, + "fur1": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*90*1-200)*4", 0, 0], + "2.0": ["0+math.sin(q.anim_time*90*1-200)*4", 0, 0], + "4.0": ["0+math.sin(q.anim_time*90*1-200)*4", 0, 0] + } + }, + "fyur2": { + "rotation": { + "0.0": [0, 0, "math.sin(q.anim_time*90*1-200)*4"], + "2.0": [0, 0, "math.sin(q.anim_time*90*1-200)*4"] + } + }, + "fur2": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*1-200)*4", 0, 0], + "2.0": ["math.sin(q.anim_time*90*1-200)*4", 0, 0] + } + }, + "fur4": { + "rotation": [0, 0, "math.sin(q.anim_time*90*1-200)*4"] + }, + "rknee": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [28.75, 0, 0], + "0.5": [47.5, 0, 0], + "1.0": [0, 0, 0], + "1.5": [2.5, 0, 0], + "2.0": [0, 0, 0], + "2.25": [28.75, 0, 0], + "2.5": [47.5, 0, 0], + "3.0": [0, 0, 0], + "3.5": [2.5, 0, 0], + "4.0": [0, 0, 0] + }, + "position": { + "0.0": [0, -0.5, 0], + "1.0": [0, -0.5, 0], + "2.0": [0, -0.5, 0], + "3.0": [0, -0.5, 0], + "4.0": [0, -0.5, 0] + } + }, + "mainthing": { + "position": { + "0.0": [0, 0, 0], + "0.5": [0, -4, 0], + "1.0": [0, 0, 0], + "1.5": [0, -2, 0], + "2.0": [0, 0, 0], + "2.5": [0, -4, 0], + "3.0": [0, 0, 0], + "3.5": [0, -2, 0], + "4.0": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -10, 0], + "1.0": [0, 0, 0], + "1.5": [0, 7.5, 0], + "2.0": [0, 0, 0], + "2.5": [0, -10, 0], + "3.0": [0, 0, 0], + "3.5": [0, 7.5, 0], + "4.0": [0, 0, 0] + } + }, + "arm_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -10, 0], + "1.0": [0, 0, 0], + "1.5": [-5.12076, 12.45167, -1.10693], + "2.0": [0, 0, 0], + "2.5": [0, -10, 0], + "3.0": [0, 0, 0], + "3.5": [-5.12076, 12.45167, -1.10693], + "4.0": [0, 0, 0] + } + }, + "arm_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -17.5, 0], + "1.0": [0, 0, 0], + "1.5": [0, 15, 0], + "2.0": [0, 0, 0], + "2.5": [0, -2.5, 0], + "3.0": [0, 0, 0], + "3.5": [0, 15, 0], + "4.0": [0, 0, 0] + } + }, + "leg_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [35, 0, 0], + "1.0": [0, 0, 0], + "1.25": [-52.5, 0, 0], + "1.5": [-45, 0, 0], + "2.0": [0, 0, 0], + "2.5": [35, 0, 0], + "3.0": [0, 0, 0], + "3.25": [-52.5, 0, 0], + "3.5": [-45, 0, 0], + "4.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 3], + "1.0": [0, 0, 0], + "1.5": [0, 0, -2], + "2.0": [0, 0, 0], + "2.5": [0, 0, 3], + "3.0": [0, 0, 0], + "3.5": [0, 0, -2], + "4.0": [0, 0, 0] + } + }, + "lknee": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [0, 0, 0], + "1.25": [32.5, 0, 0], + "1.5": [45, 0, 0], + "2.0": [0, 0, 0], + "3.0": [0, 0, 0], + "3.25": [32.5, 0, 0], + "3.5": [45, 0, 0], + "4.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 0, 0], + "1.25": [0, 0, 1], + "1.5": [0, 0, 0], + "2.0": [0, 0, 0], + "3.0": [0, 0, 0], + "3.25": [0, 0, 1], + "3.5": [0, 0, 0], + "4.0": [0, 0, 0] + } + }, + "leftfoot": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-27.5, 0, 0], + "1.0": [0, 0, 0], + "2.0": [0, 0, 0], + "2.5": [-27.5, 0, 0], + "3.0": [0, 0, 0], + "4.0": [0, 0, 0] + } + }, + "leg_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-52.5, 0, 0], + "0.5": [-55, 0, 0], + "1.0": [0, 0, 0], + "1.5": [30, 0, 0], + "2.0": [0, 0, 0], + "2.25": [-52.5, 0, 0], + "2.5": [-55, 0, 0], + "3.0": [0, 0, 0], + "3.5": [30, 0, 0], + "4.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 0, 0], + "1.5": [0, -2, 1], + "2.0": [0, 0, 0], + "3.0": [0, 0, 0], + "3.5": [0, -2, 1], + "4.0": [0, 0, 0] + } + }, + "feetis": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [9.17, 0, 0], + "1.0": [0, 0, 0], + "1.5": [-32.5, 0, 0], + "2.0": [0, 0, 0], + "2.5": [9.17, 0, 0], + "3.0": [0, 0, 0], + "3.5": [-32.5, 0, 0], + "4.0": [0, 0, 0] + } + } + } + }, + "animation.urshifu.cry": { + "loop": true, + "animation_length": 2, + "bones": { + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, "math.sin(q.anim_time*4*16)*0.3", 0], + "0.5": [0, "math.sin(q.anim_time*4*16)*0.3", 1], + "1.25": [0, "math.sin(q.anim_time*4*16)*0.3", 1], + "1.75": [0, "math.sin(q.anim_time*4*16)*0.3", 0] + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-5, 0, 0], + "0.75": [-5, 0, 0], + "1.25": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.25": [0, 0, 0] + } + }, + "furhead2": { + "rotation": [0, 0, "math.sin(q.anim_time*90*1-200)*4"] + }, + "furhead3": { + "rotation": ["math.sin(q.anim_time*90*1-200)*4", 0, 0] + }, + "furhead1": { + "rotation": [0, 0, "math.sin(q.anim_time*90*1-200)*4"] + }, + "headband_left": { + "rotation": { + "0.0": [0, "-math.sin(q.anim_time*90*1-50)*10", 0], + "0.5": [0, "55-math.sin(q.anim_time*90*1-50)*10", 0], + "1.0": [0, "55-math.sin(q.anim_time*90*1-50)*10", 0], + "1.75": [0, "-math.sin(q.anim_time*90*1-50)*10", 0], + "2.0": [0, "-math.sin(q.anim_time*90*1-50)*10", 0] + } + }, + "lband1": { + "rotation": [0, "-5-math.sin(q.anim_time*90*1-100)*15", 0] + }, + "lband2": { + "rotation": [0, "0-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "lband3": { + "rotation": [0, "0-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "headband_right": { + "rotation": { + "0.0": [0, "-math.sin(q.anim_time*90*1-50)*10", 0], + "0.5": [-28.09433, "-63.679-math.sin(q.anim_time*90*1-50)*10", -8.70801], + "1.0": [-28.09433, "-63.679-math.sin(q.anim_time*90*1-50)*10", -8.70801], + "1.75": [0, "-math.sin(q.anim_time*90*1-50)*10", 0], + "2.0": [0, "-math.sin(q.anim_time*90*1-50)*10", 0] + } + }, + "bandseg1": { + "rotation": [0, "-5-math.sin(q.anim_time*90*1-100)*15", 0] + }, + "bandseg2": { + "rotation": [0, "0-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "bandseg3": { + "rotation": [0, "0-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "lowjaw": { + "rotation": [0, 0, 0] + }, + "frontcloth1": { + "rotation": { + "0.0": ["-7.5-math.sin(q.anim_time*90*1-50)*2", 0, 0], + "0.5": ["-25-math.sin(q.anim_time*90*1-50)*2", 0, 0], + "1.25": ["-25-math.sin(q.anim_time*90*1-50)*2", 0, 0], + "1.75": ["-7.5-math.sin(q.anim_time*90*1-50)*2", 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 2, 0], + "1.25": [0, 2, 0], + "1.75": [0, 0, 0] + } + }, + "fc2": { + "rotation": ["-2.5-math.sin(q.anim_time*90*1-100)*4", 0, 0] + }, + "fc3": { + "rotation": ["-5-math.sin(q.anim_time*90*1-150)*6", 0, 0] + }, + "fc4": { + "rotation": ["-5-math.sin(q.anim_time*90*1-150)*6", 0, 0] + }, + "bc1": { + "rotation": { + "0.0": ["5+math.sin(q.anim_time*90*1-50)*4", 0, 0], + "0.5": ["math.sin(q.anim_time*90*1-50)*4", 0, 0], + "1.0": ["math.sin(q.anim_time*90*1-50)*4", 0, 0], + "1.75": ["5+math.sin(q.anim_time*90*1-50)*4", 0, 0] + } + }, + "bc2": { + "rotation": { + "0.0": ["15+math.sin(q.anim_time*90*1-100)*8", 0, 0], + "0.5": ["-2.5+math.sin(q.anim_time*90*1-100)*8", 0, 0], + "1.0": ["-2.5+math.sin(q.anim_time*90*1-100)*8", 0, 0], + "1.75": ["15+math.sin(q.anim_time*90*1-100)*8", 0, 0] + } + }, + "bc3": { + "rotation": { + "0.0": ["5+math.sin(q.anim_time*90*1-150)*10", 0, 0], + "1.75": ["5+math.sin(q.anim_time*90*1-150)*10", 0, 0] + } + }, + "bc4": { + "rotation": ["5+math.sin(q.anim_time*90*1-200)*12", 0, 0] + }, + "arms": { + "position": [0, "math.sin(q.anim_time*4*16)*0.3", 0] + }, + "fingerseg": { + "rotation": { + "0.0": [0, 0, "math.sin(q.anim_time*30*2+150)*2"], + "0.5": [0, 0, "-60+math.sin(q.anim_time*30*2+150)*2"], + "1.25": [0, 0, "-60+math.sin(q.anim_time*30*2+150)*2"], + "1.75": [0, 0, "math.sin(q.anim_time*30*2+150)*2"] + } + }, + "fingerrseg2": { + "rotation": { + "0.0": [0, 0, "-math.sin(q.anim_time*30*2+150)*2"], + "0.5": [0, 0, "-25-math.sin(q.anim_time*30*2+150)*2"], + "1.25": [0, 0, "-25-math.sin(q.anim_time*30*2+150)*2"], + "1.75": [0, 0, "-math.sin(q.anim_time*30*2+150)*2"] + } + }, + "fur1": { + "rotation": ["0+math.sin(q.anim_time*90*1-200)*4", 0, 0] + }, + "fyur2": { + "rotation": [0, 0, "math.sin(q.anim_time*90*1-200)*4"] + }, + "fur2": { + "rotation": ["math.sin(q.anim_time*90*1-200)*4", 0, 0] + }, + "fur4": { + "rotation": [0, 0, "math.sin(q.anim_time*90*1-200)*4"] + }, + "rknee": { + "rotation": [0, 0, 0], + "position": [0, -0.5, 0] + }, + "whiteneck": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-5, 0, 0], + "0.75": [-5, 0, 0], + "1.25": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + } + }, + "eyebrow1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + }, + "scale": { + "0.5": { + "pre": [1, 1.1, 1], + "post": [1, 1.1, 1], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [1, 1.1, 1], + "lerp_mode": "catmullrom" + }, + "1.75": [1, 1, 1] + } + }, + "eyebrow": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1, 1.3, 1], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [1, 1.3, 1], + "lerp_mode": "catmullrom" + }, + "1.75": [1, 1, 1] + } + }, + "arm_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, -7.5], + "1.25": [0, 0, -7.5], + "1.75": [0, 0, 0] + } + }, + "shoulderleft": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-10.16946, -38.03957, -3.78695], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-10.16946, -38.03957, -3.78695], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + } + }, + "bicepleft": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [68.79478, -23.1669, -58.59496], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [68.79478, -23.1669, -58.59496], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-1, 1, -1], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-1, 1, -1], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + } + }, + "forearmleft": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -15, 20], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -15, 20], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "hand_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, -12.5], + "1.25": [0, 0, -12.5], + "1.75": [0, 0, 0] + } + }, + "fingers": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, -65], + "1.25": [0, 0, -65], + "1.75": [0, 0, 0] + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 15, 7.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 15, 7.5], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + } + }, + "shoulderright": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [3.43964, 40.13688, 13.07776], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [3.43964, 40.13688, 13.07776], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + } + }, + "bicepright": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [42.83993, 20.36457, 31.67747], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [42.83993, 20.36457, 31.67747], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + } + }, + "forearmright": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 37.5, -42.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 37.5, -42.5], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + } + }, + "hand_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-2.04166, 3.89254, -21.89478], + "1.25": [-2.04166, 3.89254, -21.89478], + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [-1, -1, -0.5], + "1.25": [-1, -1, -0.5], + "1.75": [0, 0, 0] + } + }, + "leg_left": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "lknee": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "leftfoot": { + "rotation": [0, 0, 0] + }, + "leg_right": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "feetis": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + } + } + }, + "animation.urshifu.sleep": { + "loop": true, + "animation_length": 5.5, + "bones": { + "mainthing": { + "rotation": [-87.5, 0, 0], + "position": [0, 4, -18] + }, + "torso": { + "rotation": [10, 0, 0], + "position": [0, 0, "math.sin(q.anim_time*4*16)*0.3"] + }, + "eyebrow1": { + "rotation": [0, 0, -5], + "position": [0, -1, 0], + "scale": [1, 1.1, 1] + }, + "eyebrow": { + "rotation": [0, 0, 5], + "position": [0, -1, 0], + "scale": [1, 1.3, 1] + }, + "headband_left": { + "rotation": [0, -67.5, 0] + }, + "lband1": { + "rotation": [0, 0, 0] + }, + "lband3": { + "rotation": [0, 22.5, 0] + }, + "headband_right": { + "rotation": [0, 45, 0] + }, + "bandseg1": { + "rotation": [0, 22.5, 0] + }, + "bandseg2": { + "rotation": [0, 7.5, 0] + }, + "fc2": { + "rotation": [0, 0, 0] + }, + "fc3": { + "rotation": [22.5, 0, 0] + }, + "fc4": { + "rotation": [15, 0, 0] + }, + "arms": { + "position": [0, 0, "0-math.sin(q.anim_time*4*16)*0.3"] + }, + "arm_left": { + "rotation": [-20, 0, 60] + }, + "shoulderleft": { + "rotation": [-181.43455, 2.04767, 54.97436] + }, + "bicepleft": { + "rotation": [0, 0, -42.5] + }, + "forearmleft": { + "rotation": [0, 0, -62.5] + }, + "hand_left": { + "rotation": [57.5, 0, 0] + }, + "fingerseg": { + "rotation": [0, 0, 20] + }, + "arm_right": { + "rotation": [0, 0, -50], + "position": [0, 0, 0] + }, + "shoulderright": { + "rotation": [180.9467, -18.15324, -45.33277], + "position": [-1, 0, 0] + }, + "bicepright": { + "rotation": [0.002, 17.49999, 32.51465] + }, + "forearmright": { + "rotation": [47.7283, 15.42385, 76.37038] + }, + "hand_right": { + "rotation": [27.5, 0, 0] + }, + "leg_left": { + "rotation": [-72.5, 0, 0] + }, + "fur1": { + "rotation": [-112.5, 0, 0], + "position": [0, -2, 0] + }, + "fyur2": { + "rotation": [0, 0, 120], + "position": [0, -2, 0] + }, + "fyur3": { + "rotation": [0, 0, -80], + "position": [-1, -3, 0] + }, + "lknee": { + "rotation": [110.77463, 19.50645, 4.50432], + "position": [0, 0, 1] + }, + "leftfoot": { + "rotation": [47.5, 0, 0], + "position": [0, 2, 0] + }, + "fur2": { + "rotation": [25, 0, 0] + }, + "lowjaw": { + "rotation": { + "0.0": [0, 0, 0], + "1.75": [0, 0, 0], + "2.5": [30, 0, 0], + "2.5417": [27.5, 0, 0], + "2.5833": [30, 0, 0], + "2.625": [27.5, 0, 0], + "2.6667": [30, 0, 0], + "2.7083": [27.5, 0, 0], + "2.75": [30, 0, 0], + "2.7917": [27.5, 0, 0], + "3.9583": [0, 0, 0] + } + } + } + }, + "animation.urshifu.faint": { + "loop": true, + "animation_length": 3.25, + "bones": { + "mainthing": { + "rotation": [0, -60, 0], + "position": { + "0.0": [0, -5.6, 0], + "1.5": [0, -2.6, 0] + } + }, + "torso_clothes": { + "position": [0, 0, 0] + }, + "arm_left": { + "rotation": { + "0.0": [0, 0, 15], + "1.5": [0, 0, 2.5] + }, + "position": [-2, -1, 0] + }, + "bicepleft": { + "rotation": { + "0.0": [0, 0, "125-math.sin(q.anim_time*90*1-50)*2"], + "1.5": [181.09092, 0.29329, "9.7725-math.sin(q.anim_time*90*1-50)*2"] + }, + "position": [0, 0, 0] + }, + "forearmleft": { + "rotation": { + "0.0": [182.22764, 20.15563, 28.30359], + "1.5": [179.10971, 20.42174, 5.59288] + } + }, + "thumb1": { + "rotation": { + "0.0": [0, 22.5, 0], + "1.5": [-35, 22.5, 0] + } + }, + "thunmbseg": { + "rotation": [20.02717, 1.68868, 1.84373] + }, + "fingers": { + "rotation": { + "0.0": [0, 0, -60], + "1.5": [0, 0, -2.5] + } + }, + "fingerseg": { + "rotation": { + "0.0": [0, 0, -60], + "1.5": [0, 0, -5] + } + }, + "arm_right": { + "rotation": { + "0.0": [-5.16524, 27.0478, -11.24314], + "1.5": [26.31707, 10.91357, 15.65146] + }, + "position": { + "0.0": [0, 0, 0], + "1.5": [0, 0, -2] + } + }, + "bicepright": { + "rotation": { + "0.0": [58.28573, 33.45406, 10.91547], + "1.5": [7.28609, 13.38963, -17.00244] + } + }, + "forearmright": { + "rotation": { + "0.0": [182.5, 75, -180], + "1.5": [359.89088, -15.00237, -2.49286] + }, + "position": { + "0.0": [-1, 0, -2], + "1.5": [-1, 0, 0] + } + }, + "thumbright": { + "rotation": { + "0.0": [30, 0, 0], + "1.5": [-12.5, 0, 0] + } + }, + "thungbmbrseg2": { + "rotation": [40, 0, 0] + }, + "fingers_right": { + "rotation": { + "0.0": [0, 0, 70], + "1.5": [0, 0, 12.5] + } + }, + "fingerrseg2": { + "rotation": { + "0.0": [0, 0, 62.5], + "1.5": [0, 0, -2.5] + } + }, + "neck": { + "rotation": { + "0.0": [-10.65119, 24.83901, -1.90415], + "1.5": [16.37563, -7.34701, 0.55083] + }, + "position": [-1, 1, 0] + }, + "head": { + "rotation": [19.46618, 12.92343, -2.05977], + "scale": [0.9, 0.8, 1] + }, + "hair": { + "rotation": [0, 0, 2.5] + }, + "headband_left": { + "rotation": [9.54046, "-58.8842+math.sin(q.anim_time*90*1-50)*10", 42.2072], + "position": [-1, -1, 0] + }, + "headband_right": { + "rotation": [-17.4812, "40.6549-math.sin(q.anim_time*90*1-50)*10", -38.42136] + }, + "whiteneck": { + "rotation": [0, 15, 0], + "position": [0, -1, 0] + }, + "leg_left": { + "rotation": { + "0.0": [-52.90208, 67.83409, 3.18262], + "1.5": [-22.90208, 67.83409, 3.18262] + } + }, + "lknee": { + "rotation": { + "0.0": [82.5, 0, 0], + "1.5": [37.5, 0, 0] + } + }, + "leftfoot": { + "rotation": { + "0.0": [-15, 0, 0], + "1.5": [-5, 0, 0] + } + }, + "leg_right": { + "rotation": { + "0.0": [-28.81328, -82.01058, -30.93292], + "1.5": [111.97641, -80.79687, -143.46551] + } + }, + "rknee": { + "rotation": { + "0.0": [67.5, 0, 0], + "1.5": [40, 0, 0] + } + }, + "front": { + "rotation": [-17.5, 0, 0] + }, + "back": { + "rotation": [69.97365, 1.5216, -1.98385], + "position": [0, 5, 0] + }, + "bone": { + "rotation": [42.5, 0, 0] + }, + "furhead2": { + "rotation": [0, 0, "127.5+math.sin(q.anim_time*90*1-200)*4"] + }, + "furhead3": { + "rotation": ["127.5+math.sin(q.anim_time*90*1-200)*4", 0, 0] + }, + "furhead1": { + "rotation": [0, 0, "-140+math.sin(q.anim_time*90*1-200)*4"] + }, + "bandseg1": { + "rotation": [6.70127, "-3.0932-math.sin(q.anim_time*90*1-100)*15", 9.67518] + }, + "bandseg2": { + "rotation": [-6.36991, "29.9706-math.sin(q.anim_time*90*1-200)*25", 9.55406] + }, + "bandseg3": { + "rotation": [5.54163, "-1.6719-math.sin(q.anim_time*90*1-200)*25", -4.43478] + }, + "lband1": { + "rotation": [14.34255, "-22.4485-math.sin(q.anim_time*90*1-100)*15", 12.43407] + }, + "lband2": { + "rotation": [-7.21604, "40.4825+math.sin(q.anim_time*90*1-200)*25", 7.68073] + }, + "lband3": { + "rotation": [-2.33411, "33.3552+math.sin(q.anim_time*90*1-200)*25", 2.92364] + }, + "fur1": { + "rotation": ["-115+math.sin(q.anim_time*90*1-200)*4", 0, 0], + "position": [0, -2, 0] + }, + "fur3": { + "rotation": [107.5, 0, 0], + "position": [0, -2, 0] + }, + "fyur2": { + "rotation": [0, 0, "115+math.sin(q.anim_time*90*1-200)*4"], + "position": [1, -3, 0] + }, + "fur4": { + "rotation": [0, 0, "-117.5+math.sin(q.anim_time*90*1-200)*4"] + }, + "fur2": { + "rotation": ["-110+math.sin(q.anim_time*90*1-200)*4", 0, 0], + "position": [0, -2, 0] + }, + "fur6": { + "rotation": [0, 0, "87.5-math.sin(q.anim_time*90*1-200)*4"], + "position": [1, -3, 0] + }, + "fyur3": { + "rotation": [0, 0, "-95-math.sin(q.anim_time*90*1-200)*4"], + "position": [0, -3, 0] + }, + "fur5": { + "rotation": [110, 0, 0] + }, + "lowjaw": { + "rotation": [0, 0, 0] + }, + "ear2": { + "rotation": [0, 0, -35] + }, + "ear1": { + "rotation": [0, 0, 40] + }, + "frontcloth1": { + "rotation": ["-18.2938-math.sin(q.anim_time*90*1-50)*2", -14.04833, "2.8551-math.sin(q.anim_time*90*1-50)*2"], + "position": [0, 2, 0] + }, + "fc2": { + "rotation": ["5-math.sin(q.anim_time*90*1-150)*6", 0, "-2.5-math.sin(q.anim_time*90*1-150)*6"] + }, + "fc3": { + "rotation": ["-2.4905-math.sin(q.anim_time*90*1-150)*8", -0.21782, "-7.4953-math.sin(q.anim_time*90*1-150)*8"] + }, + "fc4": { + "rotation": ["-14.9539-math.sin(q.anim_time*90*1-150)*12", -1.08089, "-4.8821-math.sin(q.anim_time*90*1-150)*10"] + }, + "bc1": { + "rotation": ["-25.7246+math.sin(q.anim_time*90*1-50)*4", -13.77624, 5.99253] + }, + "bc2": { + "rotation": ["-13.4773+math.sin(q.anim_time*90*1-100)*8", 4.58164, "2.4306+math.sin(q.anim_time*90*1-100)*8"] + }, + "bc3": { + "rotation": ["2.7377+math.sin(q.anim_time*90*1-150)*10", 12.3071, "2.2046+math.sin(q.anim_time*90*1-150)*10"] + }, + "bc4": { + "rotation": ["-19.8489+math.sin(q.anim_time*90*1-200)*12", 9.84655, "1.7538+math.sin(q.anim_time*90*1-200)*12"] + }, + "shoulderleft": { + "rotation": { + "0.0": [0, 0, 15], + "1.5": [0, 0, -10] + } + }, + "feetis": { + "rotation": [5, 0, 0] + }, + "torso": { + "position": { + "0.0": [0, "math.sin(q.anim_time*4*16)*0.3", 0], + "1.5": [0, "math.sin(q.anim_time*4*16)*0.3", 1] + } + }, + "tail": { + "position": [0, 3, 0] + }, + "arms": { + "position": [0, "math.sin(q.anim_time*4*16)*0.3", 0] + }, + "eyebrow1": { + "rotation": { + "0.0": [0, 0, 0], + "1.5": [0, 0, -5] + }, + "position": { + "0.0": [0, 0, 0], + "1.5": [0, -1, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "1.5": [1, 1.1, 1] + } + }, + "eyebrow": { + "rotation": { + "0.0": [0, 0, 0], + "1.5": [0, 0, 5] + }, + "position": { + "0.0": [0, 0, 0], + "1.5": [0, -1, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "1.5": [1, 1.3, 1] + } + }, + "shoulderright": { + "rotation": { + "0.0": [0, 0, 0], + "1.5": [5, 0, 0] + } + } + } + }, + "animation.urshifu.rsfaint": { + "loop": true, + "animation_length": 3.25, + "bones": { + "torso": { + "rotation": [0, 7.5, 0], + "position": [0, "math.sin(q.anim_time*4*16)*0.3", 0] + }, + "neck": { + "rotation": { + "0.0": [2.5, 52.5, 0], + "1.5": [22.5, 52.5, 0] + } + }, + "head": { + "rotation": { + "0.0": [10.08453, -7.38542, -1.30962], + "1.5": [-3.57862, -13.4982, 3.37486] + } + }, + "furhead2": { + "rotation": [0.49411, 1.25669, 2.10942], + "position": [0, -1, 0] + }, + "furhead3": { + "rotation": ["math.sin(q.anim_time*90*1-200)*4", 0, 0], + "position": [0, -1, 0] + }, + "furhead1": { + "rotation": [0, 0, -10], + "position": [0, -1, 0] + }, + "headband_left": { + "rotation": [-63.55989, "-94.0936-math.sin(q.anim_time*90*1-50)*10", 8.51181], + "position": [0, -2, 1] + }, + "lband1": { + "rotation": [0, "-97.5-math.sin(q.anim_time*90*1-100)*15", 0] + }, + "lband2": { + "rotation": [0, "27.5-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "lband3": { + "rotation": [0, "65-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "headband_right": { + "rotation": [-111.69454, "63.7406-math.sin(q.anim_time*90*1-50)*10", -47.51743], + "position": [0, -2, 0] + }, + "bandseg1": { + "rotation": [0, "82.5-math.sin(q.anim_time*90*1-100)*15", 0] + }, + "bandseg2": { + "rotation": [0, "80-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "bandseg3": { + "rotation": [0, "-40-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "tail": { + "rotation": [25, 0, 0] + }, + "arm_left": { + "rotation": [1.75378, -9.84655, "-2.6511-math.sin(q.anim_time*90*1-50)*1"], + "position": { + "0.0": [0, -1, 0], + "1.5": [0, -3, 0] + } + }, + "bicepleft": { + "rotation": { + "0.0": [-6.28106, 11.01681, "65.4729-5-math.sin(q.anim_time*90*1-50)*2"], + "1.5": [-7.24095, 5.93795, "15.7063-5-math.sin(q.anim_time*90*1-50)*2"] + } + }, + "forearmleft": { + "rotation": { + "0.0": [0, 0, "37.5-math.sin(q.anim_time*90*1-50)*4"], + "1.5": [0, 0, "2.5-math.sin(q.anim_time*90*1-50)*4"] + } + }, + "fingers": { + "rotation": [0, 0, -25] + }, + "fingerseg": { + "rotation": [0, 0, -52.5] + }, + "arm_right": { + "rotation": { + "0.0": [2.5, -4.46375, "-53.165-math.sin(q.anim_time*90*1-50)*1"], + "1.5": [-2.02818, -4.69661, "-0.4843-math.sin(q.anim_time*90*1-50)*1"] + }, + "position": { + "0.0": [0, 0, 0], + "1.5": [0, -2, 0] + } + }, + "bicepright": { + "rotation": { + "0.0": [-151.85774, 19.32188, "-58.7808-math.sin(q.anim_time*90*1-50)*2"], + "1.5": [7.1193, -8.82127, "2.0786-math.sin(q.anim_time*90*1-50)*2"] + }, + "position": { + "0.0": [0, 1, 0], + "1.5": [0, 0, 0] + } + }, + "forearmright": { + "rotation": { + "0.0": [0, 0, "57.5-math.sin(q.anim_time*90*1-50)*4"], + "1.5": [0, 0, "-12.5-math.sin(q.anim_time*90*1-50)*4"] + } + }, + "leg_left": { + "rotation": { + "0.0": ["-132.7708+math.sin(q.anim_time*20*4)*2", 52.97968, -39.67283], + "1.5": [2.9219, 81.80066, 18.00272] + } + }, + "fur1": { + "rotation": ["30+math.sin(q.anim_time*90*1-200)*4", 0, 0], + "position": [0, -1, -0.25] + }, + "fyur2": { + "rotation": [14.97546, 6.76746, "-20.956-math.sin(q.anim_time*90*1-200)*4"], + "position": [-0.5, 0, 0] + }, + "fyur3": { + "rotation": [0, 0, "35+math.sin(q.anim_time*90*1-200)*4"], + "position": [-1, -2, 0] + }, + "lknee": { + "rotation": { + "0.0": ["117.5+math.sin(q.anim_time*20*4)*2", 0, 0], + "1.5": [27.3892, -2.98934, 7.09697] + }, + "position": [-0.75, 0, -0.25] + }, + "leftfoot": { + "rotation": { + "0.0": [32.5, 0, 0], + "1.5": [0, 0, 0] + } + }, + "bc4": { + "rotation": ["2.5+math.sin(q.anim_time*90*1-50)*10", 0, 0] + }, + "bc3": { + "rotation": ["-7.5+math.sin(q.anim_time*90*1-50)*8", 0, 0] + }, + "bc2": { + "rotation": ["-12.5+math.sin(q.anim_time*90*1-50)*6", 0, 0] + }, + "bc1": { + "rotation": ["22.5+math.sin(q.anim_time*90*1-50)*4", 0, 0] + }, + "frontcloth1": { + "rotation": ["-25-math.sin(q.anim_time*90*1-50)*6", 0, 0] + }, + "fc2": { + "rotation": ["-12.5-math.sin(q.anim_time*90*1-150)*6", 0, 0] + }, + "fc3": { + "rotation": ["-10-math.sin(q.anim_time*90*1-150)*8", 0, 0] + }, + "fc4": { + "rotation": ["-5-math.sin(q.anim_time*90*1-150)*10", 0, 0] + }, + "shoulderright": { + "rotation": { + "0.0": [3.90399, 17.07228, 0.58619], + "1.5": [8.28342, 15.46973, 16.12702] + } + }, + "shoulderleft": { + "rotation": [0, 0, "-math.sin(q.anim_time*90*1-50)*1"] + }, + "mainthing": { + "rotation": [0, 275, 0], + "position": [0, -1, 0] + }, + "fur2": { + "rotation": [12.5, 0, 0] + }, + "fur4": { + "rotation": [0, 0, 22.5] + }, + "fur6": { + "rotation": [0, 0, -22.5] + }, + "arms": { + "position": [0, "math.sin(q.anim_time*4*16)*0.3", 0] + }, + "hand_left": { + "rotation": [0, 0, -5] + }, + "eyebrow1": { + "rotation": { + "0.0": [0, 0, 0], + "1.5": [0, 0, -5] + }, + "position": { + "0.0": [0, 0, 0], + "1.5": [0, -1, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "1.5": [1, 1.1, 1] + } + }, + "eyebrow": { + "rotation": { + "0.0": [0, 0, 0], + "1.5": [0, 0, 5] + }, + "position": { + "0.0": [0, 0, 0], + "1.5": [0, -1, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "1.5": [1, 1.3, 1] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/veluza/veluza.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/veluza/veluza.animation.json new file mode 100644 index 0000000..0eb31c0 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/veluza/veluza.animation.json @@ -0,0 +1,65 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.veluza.water_swim": { + "loop": true, + "bones": { + "bodysec_1": { + "rotation": ["math.sin(q.anim_time*90*2)*1", "math.sin(q.anim_time*90*4-30)*4", 0], + "position": ["math.sin(q.anim_time*90*4+30)*2", "math.sin(q.anim_time*90*2+60)*2.4", 0] + }, + "fin_2": { + "rotation": [0, "math.sin(q.anim_time*90*4-30)*4", 0] + }, + "fin_1": { + "rotation": [0, "math.sin(q.anim_time*90*4-30)*4", 0] + }, + "head": { + "rotation": ["math.sin(q.anim_time*90*2+30)*2", "math.sin(q.anim_time*90*4)*4", 0] + }, + "jaw_bot": { + "rotation": ["2.5+math.sin(q.anim_time*90*2+60)*2", 0, 0] + }, + "bodysec_2": { + "rotation": ["math.sin(q.anim_time*90*2-30)*2", "math.sin(q.anim_time*90*4-60)*3", 0] + }, + "bodysec_3": { + "rotation": ["math.sin(q.anim_time*90*2-60)*4", "math.sin(q.anim_time*90*4-90)*5", 0] + }, + "tail": { + "rotation": ["math.sin(q.anim_time*90*2-90)*6", "math.sin(q.anim_time*90*4-120)*7", 0] + } + } + }, + "animation.veluza.water_idle": { + "loop": true, + "bones": { + "bodysec_1": { + "rotation": ["math.sin(q.anim_time*90*1-30)*2", "math.sin(q.anim_time*90*2-60)*-2", 0], + "position": ["math.sin(q.anim_time*90*1+30)*0.3", "math.sin(q.anim_time*90*2)*0.2", "math.sin(q.anim_time*90*2-90)*1.2"] + }, + "fin_2": { + "rotation": [0, "math.sin(q.anim_time*90*2-30)*-4", 0] + }, + "fin_1": { + "rotation": [0, "math.sin(q.anim_time*90*2-30)*4", 0] + }, + "head": { + "rotation": ["math.sin(q.anim_time*90*1-30)*-2", "math.sin(q.anim_time*90*2-60)*2", 0] + }, + "jaw_bot": { + "rotation": ["4+math.sin(q.anim_time*90*2+30)*1", 0, 0] + }, + "bodysec_2": { + "rotation": ["math.sin(q.anim_time*90*1)*-2", "math.sin(q.anim_time*90*2-30)*-1", 0] + }, + "bodysec_3": { + "rotation": ["math.sin(q.anim_time*90*1+30)*-4", "math.sin(q.anim_time*90*2)*-2", 0] + }, + "tail": { + "rotation": ["math.sin(q.anim_time*90*1)*-3", "math.sin(q.anim_time*90*2-60)*-2", 0] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/volcanion/volcanion.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/volcanion/volcanion.animation.json new file mode 100644 index 0000000..d2324c5 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/volcanion/volcanion.animation.json @@ -0,0 +1,547 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.volcanion.ground_idle": { + "loop": true, + "bones": { + "head": { + "rotation": [5, 0, 0] + }, + "head_bot": { + "rotation": ["1.5+2*(math.cos(q.anim_time*90+5)*1)", 0, 0] + }, + "head_top": { + "rotation": ["0+1*(math.cos(q.anim_time*90+2)*0.5)", 0, 0] + }, + "head_bot2": { + "rotation": [0, 0, 0] + }, + "body": { + "rotation": [0, 0, 0], + "position": [0, "0-0.2*(math.cos(q.anim_time*90+1)*1)", 0] + }, + "tail": { + "rotation": ["0-2*(math.sin(q.anim_time*90)*1)", 0, 0] + }, + "tail2": { + "rotation": ["0-1*(math.sin(q.anim_time*85)*1.5)", 0, 0] + }, + "tail3": { + "rotation": ["2-4*(math.sin(q.anim_time*100)*2)", 0, 0] + }, + "arm_left": { + "rotation": [0, 0, -32.5], + "position": [0.75, 2, 0], + "scale": 1 + }, + "leg_front_left": { + "rotation": [0, 0, "5-1*(math.cos(q.anim_time*90+2)*1)"] + }, + "leg_front_left3": { + "rotation": [0, 0, "0+1*(math.cos(q.anim_time*90+2)*1)"] + }, + "arm_left4": { + "rotation": [0, 0, -15], + "position": [-1.25, 0.25, 0] + }, + "arm_left3": { + "rotation": [0, 0, -20], + "position": [-1.5, -0.25, 0], + "scale": 1 + }, + "arm_left2": { + "rotation": [0, 0, -17.5], + "position": [-1, -0.5, 0] + }, + "arm_left9": { + "rotation": [0, 0, -12.5], + "position": [-0.65, -0.075, 0] + }, + "arm_left8": { + "rotation": [0, 0, -25], + "position": [-1.5, -1.25, 0] + }, + "arm_left7": { + "rotation": [0, 0, -22.5], + "position": [-1.5, 0.25, 0] + }, + "arm_left6": { + "rotation": [0, 0, -15], + "position": [-1.25, -0.2, 0] + }, + "arm_left5": { + "rotation": [0, 0, -20], + "position": [-1.25, -0.5, 0] + }, + "leg_front_left2": { + "rotation": [0, 0, -5] + }, + "leg_backleft_joint": { + "position": [0, "0+0.2*(math.cos(q.anim_time*90+1)*1)", 0] + }, + "leg_front_right": { + "rotation": [0, 0, "-5+1*(math.cos(q.anim_time*90+2)*1)"] + }, + "leg_front_right2": { + "rotation": [0, 0, 5] + }, + "leg_front_right3": { + "rotation": [0, 0, "0-1*(math.cos(q.anim_time*90+2)*1)"] + }, + "leg_backright_joint": { + "position": [0, "0+0.2*(math.cos(q.anim_time*90+1)*1)", 0] + }, + "hip": { + "rotation": [0, 0, 0] + }, + "claws_open_left": { + "scale": 0 + }, + "arm_left10": { + "rotation": [0, 0, -20] + }, + "arm_left11": { + "rotation": [0, 0, -20] + }, + "arm_left12": { + "rotation": [0, 0, -20] + }, + "arm_left13": { + "rotation": [0, 0, -20] + }, + "arm_left14": { + "rotation": [0, 0, -20] + }, + "arm_left15": { + "rotation": [0, 0, -20] + }, + "arm_left16": { + "rotation": [0, 0, -20] + }, + "arm_left17": { + "rotation": [0, 0, -25], + "position": [0.42262, -0.90631, 0] + }, + "arm_left18": { + "rotation": [0, 0, -15], + "position": [-0.65, -0.075, 0] + }, + "arm_right": { + "rotation": [0, 0, 32.5], + "position": [-0.5, 2.01, 0.01], + "scale": 1 + }, + "arm_right2": { + "rotation": [0, 0, 17.5], + "position": [1, -0.5, 0] + }, + "arm_right3": { + "rotation": [0, 0, 20], + "position": [1.5, -0.25, 0], + "scale": 1 + }, + "arm_right4": { + "rotation": [0, 0, 15], + "position": [1.25, 0.25, 0] + }, + "arm_right5": { + "rotation": [0, 0, 20], + "position": [1.25, -0.5, 0] + }, + "arm_right6": { + "rotation": [0, 0, 15], + "position": [1.25, -0.2, 0] + }, + "arm_right7": { + "rotation": [0, 0, 22.5], + "position": [1.5, 0.25, 0] + }, + "arm_right8": { + "rotation": [0, 0, 25], + "position": [1.5, -1.25, 0] + }, + "arm_right9": { + "rotation": [0, 0, 12.5], + "position": [0.65, -0.075, 0] + }, + "claws_open_right": { + "scale": 0 + } + } + }, + "animation.volcanion.cry": { + "animation_length": 1.75, + "bones": { + "head": { + "rotation": { + "0.0": [0, 0, 0], + "1.75": [0, 0, 0] + } + }, + "head_bot": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [20.28558, 0, 0], + "0.625": [29.95238, -0.01897, 0.43523], + "0.75": [29.60601, 0.00946, -0.21653], + "0.8333": [26.8473, 0, 0], + "0.9167": [29.09194, 0.01835, -0.2165], + "0.9583": [26.77355, 0.01501, -0.21658], + "1.0417": [18.75601, 0.00554, -0.37173], + "1.25": [15.5765, 0, 0], + "1.3333": [12.85285, 0, 0], + "1.5": [3, 0, 0], + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.875": [0, 0, 0], + "0.9583": [0, 0, -0.25], + "1.0417": [0, 0, 0], + "1.75": [0, 0, 0] + } + }, + "head_top": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": [-4.52185, 0, 0], + "0.25": [-7.04502, 0, 0], + "0.3333": [0.42402, 0, 0], + "0.375": [1.66, 0, 0], + "0.4167": [2.88581, 0, 0], + "0.4583": [0.36419, 0, 0], + "0.7083": [2.70536, 0, 0], + "0.75": [0.1751, 0, 0], + "0.875": [3.83, 0, 0], + "1.0": [-2.51745, 0, 0], + "1.5": [0, 0, 0], + "1.75": [0, 0, 0] + } + }, + "head_bot2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-10, 0, 0], + "0.2917": [-2.5, 0, 0], + "0.4167": [-7.5, 0, 0], + "1.0": [0, 0, 0], + "1.5": [0, 0, 0], + "1.75": [0, 0, 0] + } + }, + "body": { + "rotation": { + "0.0": [0, 0, 0], + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.4167": [0, -1.2, 0], + "0.5": [0, 0.11107, 0], + "0.5417": [0, -0.12922, 0], + "0.5833": [0, -0.61896, 0], + "0.6667": [0, -0.09696, 0], + "0.7917": [0, -0.31097, 0], + "1.75": [0, 0, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "0.4167": [1, 0.9708, 1], + "0.5": [1, 1.025, 1], + "0.5417": [1, 1, 1], + "0.5833": [1, 1, 1], + "0.6667": [1, 1, 1], + "0.7917": [1, 1.025, 1], + "0.8333": [1, 1, 1], + "0.875": [1, 1.025, 1], + "0.9167": [1, 1, 1], + "0.9583": [1, 1.025, 1], + "1.0": [1, 1.025, 1], + "1.5": [1, 1, 1], + "1.75": [1, 1, 1] + } + }, + "tail": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": ["2.5002+2*(math.sin(q.anim_time*95)*1)", -0.01693, 0.05513], + "0.5833": ["2.5002+2*(math.sin(q.anim_time*95)*1)", -0.01693, 0.05513], + "0.8333": ["-14.9828+2*(math.sin(q.anim_time*95)*1)", -0.11515, -0.69388], + "1.25": ["0+2*(math.sin(q.anim_time*95)*1)", 0, 0], + "1.75": [0, 0, 0] + } + }, + "tail2": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": ["10.0008-1*(math.sin(q.anim_time*85)*1.5)", -0.07742, 0.21693], + "0.5833": ["10.0008-1*(math.sin(q.anim_time*85)*1.5)", -0.07742, 0.21693], + "0.9167": ["-12.4774-1*(math.sin(q.anim_time*85)*1.5)", -0.23006, -0.70817], + "1.25": ["0-1*(math.sin(q.anim_time*85)*1.5)", 0, 0], + "1.75": [0, 0, 0] + } + }, + "tail3": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": ["17.001-4*(math.sin(q.anim_time*100)*2)", -0.13434, 0.31753], + "0.5833": ["17.001-4*(math.sin(q.anim_time*100)*2)", -0.13434, 0.31753], + "1.0": ["9.5075-4*(math.sin(q.anim_time*100)*2)", -0.14885, 0.02324], + "1.375": [14.98542, -0.08305, 0.64712], + "1.75": [0, 0, 0] + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.2083": [17.58453, -7.38542, -1.30962], + "0.4583": [12.5, 0, 0], + "0.625": [-2.5, 0, 0], + "0.7083": [-5, 0, 0], + "0.7917": [-19.99523, -0.0095, -0.21782], + "1.5": [0, 0, 0], + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.75": [0, 0, 0] + } + }, + "torso": { + "rotation": { + "0.0": [0, 0, 0], + "0.2917": [2.5, -5, 0], + "0.625": [0, 0, 0], + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.375": [0, -2.25, 0], + "0.5417": [0, -3.5, 0], + "0.6667": [0, 0.25, 0], + "0.9167": [0, 0, 0], + "1.75": [0, 0, 0] + } + }, + "waist": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-0.00204, 2.49825, -0.09354], + "0.5417": [10.00489, 2.45991, 0.5591], + "0.7083": [0, 0, 0], + "1.75": [0, 0, 0] + } + }, + "hip": { + "rotation": { + "0.0": [0, 0, 0], + "0.5417": [7.48391, -0.01801, 0.48981], + "0.7083": [0, 0, 0], + "1.75": [0, 0, 0] + } + } + }, + "sound_effects": { + "0.0833": { + "effect": "pokemon.volcanion.cry" + } + } + }, + "animation.volcanion.profile": { + "loop": true, + "bones": { + "head": { + "rotation": [10.43321, -17.85152, -17.52521] + }, + "head_bot": { + "rotation": ["19+1*(math.cos(q.anim_time*90+2)*1)", 0, 0] + }, + "head_top": { + "rotation": ["0+1*(math.cos(q.anim_time*90+2)*0.5)", 0, 0] + }, + "head_bot2": { + "rotation": [-12.5, 0, 0] + }, + "torso": { + "position": [0, "0-0.2*(math.cos(q.anim_time*90+1)*1)", 0] + }, + "leg_backleft": { + "rotation": [0, -20, "0-1*(math.cos(q.anim_time*90+2)*1)"] + }, + "leg_backleft2": { + "rotation": [-15.12353, -7.24305, "1.9515+1*(math.cos(q.anim_time*90+2)*1)"] + }, + "tail": { + "rotation": ["0+2*(math.sin(q.anim_time*95)*1)", 0, 0] + }, + "tail2": { + "rotation": ["0-1*(math.sin(q.anim_time*85)*1.5)", 0, 0] + }, + "tail3": { + "rotation": ["2-4*(math.sin(q.anim_time*100)*2)", 0, 0] + }, + "arm_left": { + "rotation": [0, 0, -32.5], + "position": [0.75, 2, 0], + "scale": [1, 1, 1.1] + }, + "neck": { + "rotation": [-2.42327, -9.96156, -0.88045] + }, + "leg_front_left": { + "rotation": [0, 22.5, "-1*(math.cos(q.anim_time*90+2)*1)"] + }, + "leg_front_left3": { + "rotation": [0, -37.5, "0+1*(math.cos(q.anim_time*90+2)*1)"] + }, + "arm_left4": { + "rotation": [0, 0, -15], + "position": [-1.25, 0.25, 0] + }, + "arm_left3": { + "rotation": [0, 0, -20], + "position": [-1.5, -0.25, 0], + "scale": 1 + }, + "arm_left2": { + "rotation": [0, 0, -17.5], + "position": [-1, -0.5, 0] + }, + "arm_left9": { + "rotation": [0, 0, -12.5], + "position": [-0.65, -0.075, 0] + }, + "arm_left8": { + "rotation": [0, 0, -25], + "position": [-1.5, -1.25, 0] + }, + "arm_left7": { + "rotation": [0, 0, -22.5], + "position": [-1.5, 0.25, 0] + }, + "arm_left6": { + "rotation": [0, 0, -15], + "position": [-1.25, -0.2, 0] + }, + "arm_left5": { + "rotation": [0, 0, -20], + "position": [-1.25, -0.5, 0] + }, + "waist": { + "rotation": [0, 10, 0] + }, + "hip": { + "rotation": [0, 10, 0] + }, + "leg_front_right": { + "rotation": [0, 22.5, "-1*(math.cos(q.anim_time*90+2)*1)"] + }, + "leg_front_right3": { + "rotation": [0, -37.5, "0+1*(math.cos(q.anim_time*90+2)*1)"] + }, + "leg_backright": { + "rotation": [0, 20, "0+1*(math.cos(q.anim_time*90+2)*1)"] + }, + "leg_backright2": { + "rotation": [-15.1235, 7.243, "-1.9515-1*(math.cos(q.anim_time*90+2)*1)"] + }, + "claws_open_left": { + "scale": 0 + }, + "arm_left10": { + "rotation": [0, 0, -32.5], + "position": [0, 2, 0], + "scale": [1, 1, 1.1] + }, + "arm_left11": { + "rotation": [0, 0, -17.5], + "position": [-1, -0.5, 0] + }, + "arm_left12": { + "rotation": [0, 0, -20], + "position": [-1.5, -0.25, 0], + "scale": 1 + }, + "arm_left13": { + "rotation": [0, 0, -15], + "position": [-1.25, 0.25, 0] + }, + "arm_left14": { + "rotation": [0, 0, -20], + "position": [-1.25, -0.5, 0] + }, + "arm_left15": { + "rotation": [0, 0, -15], + "position": [-1.25, -0.2, 0] + }, + "arm_left16": { + "rotation": [0, 0, -22.5], + "position": [-1.5, 0.25, 0] + }, + "arm_left17": { + "rotation": [0, 0, -25], + "position": [-1.5, -1.25, 0] + }, + "arm_left18": { + "rotation": [0, 0, -12.5], + "position": [-0.65, -0.075, 0] + }, + "claws_open_left2": { + "scale": 0 + }, + "arm_right": { + "rotation": [0, 0, 32.5], + "position": [-0.5, 2, 0.01], + "scale": [1, 1, 1.1] + }, + "arm_right2": { + "rotation": [0, 0, 17.5], + "position": [1, -0.5, 0] + }, + "arm_right3": { + "rotation": [0, 0, 20], + "position": [1.5, -0.25, 0], + "scale": 1 + }, + "arm_right4": { + "rotation": [0, 0, 15], + "position": [1.25, 0.25, 0] + }, + "arm_right5": { + "rotation": [0, 0, 20], + "position": [1.25, -0.5, 0] + }, + "arm_right6": { + "rotation": [0, 0, 15], + "position": [1.25, -0.2, 0] + }, + "arm_right7": { + "rotation": [0, 0, 22.5], + "position": [1.5, 0.25, 0] + }, + "arm_right8": { + "rotation": [0, 0, 25], + "position": [1.5, -1.25, 0] + }, + "arm_right9": { + "rotation": [0, 0, 12.5], + "position": [0.65, -0.075, 0] + }, + "claws_open_right": { + "scale": 0 + } + } + }, + "animation.volcanion.new": { + "animation_length": 15, + "bones": { + "volcanion": { + "position": { + "0.0": [0, 0, 120], + "15.0": [0, 0, "-200+1*math.sin(q.anim_time*90*1-40)"] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/vullaby/vullaby.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/vullaby/vullaby.animation.json new file mode 100644 index 0000000..a0b23d9 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/vullaby/vullaby.animation.json @@ -0,0 +1,163 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.vullaby.ground_idle": { + "loop": true, + "bones": { + "torso": { + "rotation": ["3.5+math.sin(q.anim_time*40*3+180)*4", 0, 0] + }, + "fuzz": { + "rotation": ["-2.5+math.sin(q.anim_time*40*3+180)*4", 0, 0] + }, + "fuzz_outer": { + "rotation": ["-0.5+math.sin(q.anim_time*40*3+180)*4", 0, 0] + }, + "head": { + "rotation": ["1.5+math.sin(q.anim_time*40*3+180)*4", 0, 0] + }, + "tuff_main": { + "rotation": ["-4.5+math.sin(q.anim_time*40*3+180)*4", 0, 0] + }, + "wing_right": { + "rotation": ["7.5+math.sin(q.anim_time*40*3+180)*4", 0, 0] + }, + "wing_left": { + "rotation": ["7.5+math.sin(q.anim_time*40*3+180)*4", 0, 0] + } + } + }, + "animation.vullaby.air_fly": { + "loop": true, + "bones": { + "torso": { + "rotation": ["3.5+math.sin(q.anim_time*40*3+180)*4", 0, 0] + }, + "fuzz": { + "rotation": ["-2.5+math.sin(q.anim_time*40*3+180)*4", 0, 0] + }, + "fuzz_outer": { + "rotation": ["-0.5+math.sin(q.anim_time*40*3+180)*4", 0, 0] + }, + "head": { + "rotation": ["1.5+math.sin(q.anim_time*40*3+180)*4", 0, 0] + }, + "tuff_main": { + "rotation": ["-4.5+math.sin(q.anim_time*40*3+180)*4", 0, 0] + }, + "wing_right": { + "rotation": ["-12.5383-math.sin(q.anim_time*90*3+0)*15", -11.23912, "12.8684-math.sin(q.anim_time*90*3+0)*45"] + }, + "wing_left": { + "rotation": ["-8.5479+math.sin(q.anim_time*90*3+0)*15", 21.94128, "-11.6181+math.sin(q.anim_time*90*3+0)*45"] + }, + "body": { + "rotation": ["19.5+math.sin(q.anim_time*90*3+180)*5", 0, 0], + "position": [0, "21+math.sin(q.anim_time*90*3-55)*2", 0] + }, + "leg_right": { + "rotation": [13, 0, 0] + }, + "leg_lower_right": { + "rotation": [9, 0, 0] + }, + "leg_left": { + "rotation": [7, 0, 0] + }, + "leg_lower_left": { + "rotation": [12, 0, 0] + }, + "foot_left": { + "rotation": [7, 0, 0] + } + } + }, + "animation.vullaby.air_idle": { + "loop": true, + "bones": { + "torso": { + "rotation": ["3.5+math.sin(q.anim_time*40*3+180)*4", 0, 0] + }, + "fuzz": { + "rotation": ["-2.5+math.sin(q.anim_time*40*3+180)*4", 0, 0] + }, + "fuzz_outer": { + "rotation": ["-0.5+math.sin(q.anim_time*40*3+180)*4", 0, 0] + }, + "head": { + "rotation": ["1.5+math.sin(q.anim_time*40*3+180)*4", 0, 0] + }, + "tuff_main": { + "rotation": ["-4.5+math.sin(q.anim_time*40*3+180)*4", 0, 0] + }, + "wing_right": { + "rotation": ["-12.5383-math.sin(q.anim_time*90*3+0)*15", -11.23912, "12.8684-math.sin(q.anim_time*90*3+0)*45"] + }, + "wing_left": { + "rotation": ["-8.5479+math.sin(q.anim_time*90*3+0)*15", 21.94128, "-11.6181+math.sin(q.anim_time*90*3+0)*45"] + }, + "body": { + "rotation": ["19.5+math.sin(q.anim_time*90*3+180)*5", 0, 0], + "position": [0, "21+math.sin(q.anim_time*90*3-55)*2", 0] + }, + "leg_right": { + "rotation": [13, 0, 0] + }, + "leg_lower_right": { + "rotation": [9, 0, 0] + }, + "leg_left": { + "rotation": [7, 0, 0] + }, + "leg_lower_left": { + "rotation": [12, 0, 0] + }, + "foot_left": { + "rotation": [7, 0, 0] + } + } + }, + "animation.vullaby.ground_walk": { + "loop": true, + "bones": { + "torso": { + "rotation": ["3.5+math.sin(q.anim_time*40*3+180)*4", 0, 0] + }, + "fuzz": { + "rotation": ["-2.5+math.sin(q.anim_time*40*3+180)*4", 0, 0] + }, + "fuzz_outer": { + "rotation": ["-0.5+math.sin(q.anim_time*40*3+180)*4", 0, 0] + }, + "head": { + "rotation": ["1.5+math.sin(q.anim_time*40*3+180)*4", 0, 0] + }, + "tuff_main": { + "rotation": ["-4.5+math.sin(q.anim_time*40*3+180)*4", 0, 0] + }, + "wing_right": { + "rotation": ["7.5+math.sin(q.anim_time*40*3+180)*4", 0, 0] + }, + "wing_left": { + "rotation": ["7.5+math.sin(q.anim_time*40*3+180)*4", 0, 0] + }, + "leg_right": { + "rotation": [ + "-0.5782+math.clamp(math.sin(query.anim_time*90*3*1-20)*27.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*1-20)*12.5,0,12)", + "-9.5438+math.sin(q.anim_time*90*3+20)*2", + -1.88981 + ], + "position": [0, "math.clamp(math.sin(query.anim_time*90*3*1+180)*0.01,-0.01,0.05)", "-0.1+math.sin(q.anim_time*90*3-95)*0.2"] + }, + "leg_left": { + "rotation": [ + "0.4218+math.clamp(math.sin(query.anim_time*90*3*1-20+180)*27.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*1-20+180)*22.5,0,22)", + "9.5438+math.sin(q.anim_time*90*3+20+180)*2", + 1.88981 + ], + "position": [0, "math.clamp(math.sin(query.anim_time*90*3*1+0)*0.05,-0.01,0.05)", "0.7+math.sin(q.anim_time*90*3-95+180)*0.2"] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/wattrel/wattrel.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/wattrel/wattrel.animation.json new file mode 100644 index 0000000..0f921c8 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/wattrel/wattrel.animation.json @@ -0,0 +1,112 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.wattrel.ground_idle": { + "loop": true, + "bones": { + "wattrel": { + "scale": 1 + }, + "leg_right": { + "rotation": [0, 15, 0] + }, + "leg_left": { + "rotation": [0, -15, 0] + }, + "wing_closed_right2": { + "rotation": [7.5, 12.5, 0] + }, + "wing_closed_left2": { + "rotation": [7.5, -12.5, 0] + }, + "wing_open_right": { + "scale": 0 + }, + "wing_open_left": { + "scale": 0 + } + } + }, + "animation.wattrel.ground_walk": { + "loop": true, + "bones": { + "wattrel": { + "scale": 1 + }, + "leg_right": { + "rotation": [0, 15, 0] + }, + "leg_left": { + "rotation": [0, -15, 0] + }, + "wing_closed_right2": { + "rotation": [7.5, 12.5, 0] + }, + "wing_closed_left2": { + "rotation": [7.5, -12.5, 0] + }, + "wing_open_right": { + "scale": 0 + }, + "wing_open_left": { + "scale": 0 + } + } + }, + "animation.wattrel.sad": { + "loop": true, + "bones": { + "eyelid_right_side": { + "position": [-0.1, 0, -0.1] + }, + "eyelid_left_side": { + "position": [0.1, 0, -0.1] + } + } + }, + "animation.wattrel.happy": { + "loop": true, + "bones": { + "jaw": { + "rotation": [32.5, 0, 0] + }, + "eyelid_right_happy": { + "position": [-0.1, 0, -0.1] + }, + "eyelid_left_happy": { + "position": [0.1, 0, -0.1] + } + } + }, + "animation.wattrel.mad": { + "loop": true, + "bones": { + "eyelid_small_right": { + "position": [0, 0, -0.1] + }, + "eyelid_small_left": { + "position": [0, 0, -0.1] + } + } + }, + "animation.wattrel.blink": { + "animation_length": 0.1667, + "bones": { + "eyelid_right": { + "position": { + "0.0": [-0.1, 0, -0.1], + "0.125": [-0.1, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_left": { + "position": { + "0.0": [0.1, 0, -0.1], + "0.125": [0.1, 0, -0.1], + "0.1667": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/wiglett/wiglett.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/wiglett/wiglett.animation.json new file mode 100644 index 0000000..0816bc0 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/wiglett/wiglett.animation.json @@ -0,0 +1,222 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.wiglett.ground_idle": { + "loop": true, + "bones": { + "body": { + "rotation": ["math.sin(q.anim_time*90*4)*0.5", "math.sin(q.anim_time*90*4)*0.5", "math.sin(q.anim_time*90*4-90)*1"], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4)*0.2,-0.1,0.1)-math.sin(-q.anim_time*90*4)*0.3", 0], + "scale": [1, 0.8, 1] + }, + "diglett": { + "scale": [1, 1.4, 1] + }, + "body2": { + "rotation": [57, 0, 0], + "position": [0, -3.3, 0.7] + }, + "body3": { + "rotation": [6, 0, 0], + "position": [0, -0.7, -0.1] + }, + "body4": { + "rotation": [26, 0, 0], + "position": [0, -1.6, 0] + } + } + }, + "animation.wiglett.ground_walk": { + "loop": true, + "bones": { + "body": { + "rotation": ["6.4536+math.sin(q.anim_time*90*4)*0.5", "-3.0122+math.sin(q.anim_time*90*4)*0.5", "-1.8377+math.sin(q.anim_time*90*4-90)*1"], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4)*0.2,-0.1,0.1)-math.sin(-q.anim_time*90*4)*0.3", 0], + "scale": [1, 0.8, 1] + }, + "diglett": { + "scale": [1, 1.4, 1] + }, + "body2": { + "rotation": [57, 0, 0], + "position": [0, -3.3, 0.7] + }, + "body3": { + "rotation": [6, 0, 0], + "position": [0, -0.7, -0.1] + }, + "body4": { + "rotation": [26, 0, 0], + "position": [0, -1.6, 0] + }, + "ground": { + "rotation": ["6.2289+math.sin(q.anim_time*120*9)*0.5", "-3.4541+math.sin(q.anim_time*120*9)*0.5", "2.1442+math.sin(q.anim_time*120*9-90)*1"] + } + } + }, + "animation.wiglett.faint": { + "loop": true, + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": ["9.9984+math.sin(q.anim_time*90*4)*0.5", "0.1736+math.sin(q.anim_time*90*4)*0.5", "0.0152+math.sin(q.anim_time*90*4-90)*1"], + "0.0417": ["-9.9994+math.sin(q.anim_time*90*4)*0.5", "-0.1429+math.sin(q.anim_time*90*4)*0.5", "-0.0784+math.sin(q.anim_time*90*4-90)*1"], + "0.1667": ["-20.0732+math.sin(q.anim_time*90*4)*0.5", "4.7469+math.sin(q.anim_time*90*4)*0.5", "-0.5705+math.sin(q.anim_time*90*4-90)*1"], + "0.2917": ["-14.9864+math.sin(q.anim_time*90*4)*0.5", "4.8206+math.sin(q.anim_time*90*4)*0.5", "-0.1104+math.sin(q.anim_time*90*4-90)*1"], + "0.4167": ["0.0028+math.sin(q.anim_time*90*4)*0.5", "7.3571+math.sin(q.anim_time*90*4)*0.5", "-0.0454+math.sin(q.anim_time*90*4-90)*1"], + "0.5417": ["-0.011+math.sin(q.anim_time*90*4)*0.5", "14.8205+math.sin(q.anim_time*90*4)*0.5", "-0.2056+math.sin(q.anim_time*90*4-90)*1"], + "0.7083": ["-0.0208+math.sin(q.anim_time*90*4)*0.5", "19.8203+math.sin(q.anim_time*90*4)*0.5", "-0.2393+math.sin(q.anim_time*90*4-90)*1"], + "0.8333": [-0.45, 6.89, -0.73], + "0.9583": ["-0.0422+math.sin(q.anim_time*90*4)*0.5", "-16.6799+math.sin(q.anim_time*90*4)*0.5", "-0.2192+math.sin(q.anim_time*90*4-90)*1"], + "1.125": ["-0.0192+math.sin(q.anim_time*90*4)*0.5", "-19.6797+math.sin(q.anim_time*90*4)*0.5", "-0.2297+math.sin(q.anim_time*90*4-90)*1"], + "1.2083": ["-0.0192+math.sin(q.anim_time*90*4)*0.5", "-19.6797+math.sin(q.anim_time*90*4)*0.5", "-0.2297+math.sin(q.anim_time*90*4-90)*1"], + "1.25": [-2.09, -14.25, -0.73], + "1.375": [-7.09, -4.25, -0.07], + "1.5": ["-10.0176+math.sin(q.anim_time*90*4)*0.5", "0.3203+math.sin(q.anim_time*90*4)*0.5", "-0.2395+math.sin(q.anim_time*90*4-90)*1"], + "1.75": ["-12.5175+math.sin(q.anim_time*90*4)*0.5", "0.342+math.sin(q.anim_time*90*4)*0.5", "-0.2392+math.sin(q.anim_time*90*4-90)*1"], + "1.8333": [-4.88018, -0.04695, -0.49598], + "1.9583": ["-0.019+math.sin(q.anim_time*90*4)*0.5", "0.5471+math.sin(q.anim_time*90*4)*0.5", "-0.2192+math.sin(q.anim_time*90*4-90)*1"], + "2.2083": ["-4.1398+math.sin(q.anim_time*90*4)*0.5", "-1.1504+math.sin(q.anim_time*90*4)*0.5", "-2.3556+math.sin(q.anim_time*90*4-90)*1"] + }, + "position": { + "0.0": [0, "math.clamp(math.sin(q.anim_time*90*4)*0.2,-0.1,0.1)-math.sin(-q.anim_time*90*4)*0.3", 0], + "0.0417": [0, "math.clamp(math.sin(q.anim_time*90*4)*0.2,-0.1,0.1)-math.sin(-q.anim_time*90*4)*0.3", 0.4], + "0.1667": [0, "math.clamp(math.sin(q.anim_time*90*4)*0.2,-0.1,0.1)-math.sin(-q.anim_time*90*4)*0.3", 0.7], + "0.2917": [0, "math.clamp(math.sin(q.anim_time*90*4)*0.2,-0.1,0.1)-math.sin(-q.anim_time*90*4)*0.3", 0.7], + "0.4167": [-0.4, "math.clamp(math.sin(q.anim_time*90*4)*0.2,-0.1,0.1)-math.sin(-q.anim_time*90*4)*0.3", -0.1], + "0.5417": [-0.8, "math.clamp(math.sin(q.anim_time*90*4)*0.2,-0.1,0.1)-math.sin(-q.anim_time*90*4)*0.3", 0.2], + "0.7083": [-0.1, "math.clamp(math.sin(q.anim_time*90*4)*0.2,-0.1,0.1)-math.sin(-q.anim_time*90*4)*0.3", 0.2], + "0.8333": [-0.37, "math.clamp(math.sin(q.anim_time*90*4)*0.2,-0.1,0.1)-math.sin(-q.anim_time*90*4)*0.3", 0.2], + "0.9583": [-0.1, "math.clamp(math.sin(q.anim_time*90*4)*0.2,-0.1,0.1)-math.sin(-q.anim_time*90*4)*0.3", 0.2], + "1.125": [1.3, 0, 0.2], + "1.2083": [1.3, 0, 0.2], + "1.25": [0.97, 0.61, 0.2], + "1.375": [0.32, -0.06, 0.2], + "1.5": [0, -0.9, 0.2], + "1.75": [0, -0.5, 0.2], + "1.8333": [0, -1.4, 0.2], + "1.9583": [0, -10.7, 0.2], + "2.2083": [0, -20.9, 0.2] + } + }, + "ground": { + "rotation": { + "0.0": [0, 0, 0], + "1.75": [0, 0, 0], + "1.9583": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.75": [0, 0, 0], + "1.9583": [0, 0, 0], + "2.0417": [0, -1, 0], + "2.1667": [0, -1.3, 0], + "2.2083": [0, -2.3, 0], + "2.25": [0, -1.3, 0], + "2.4167": [0, -1, 0] + } + }, + "eyelid_right": { + "position": { + "0.0": [0, 0, -0.1], + "0.1667": [0, 0, -0.13], + "0.2083": [0, 0, 0], + "0.2917": [0, 0, 0], + "0.3333": [0, 0, -0.1], + "0.4583": [0, 0, -0.13], + "0.5": [0, 0, 0], + "1.7083": [0, 0, 0], + "1.75": [0, 0, -0.13] + } + }, + "eyelid_left": { + "position": { + "0.0": [0, 0, -0.1], + "0.1667": [0, 0, -0.1], + "0.2083": [0, 0, 0], + "0.2917": [0, 0, 0], + "0.3333": [0, 0, -0.1], + "0.4583": [0, 0, -0.1], + "0.5": [0, 0, 0], + "1.7083": [0, 0, 0], + "1.75": [0, 0, -0.1] + } + }, + "body2": { + "rotation": { + "0.0": [40, 0, 0], + "1.2917": [25.71206, -1.01744, 4.89564], + "1.875": [-1, 0, 0] + }, + "position": { + "0.0": [0, -2.3, 0.3], + "1.875": [0, -2.3, 0] + } + }, + "body3": { + "rotation": { + "0.0": [15, 0, 0], + "1.2917": [6.79889, -7.94446, -0.94405], + "1.875": [3, 0, 0] + }, + "position": { + "0.0": [0, -1.9, 0], + "1.2917": [0, -1.9, -0.4], + "1.7083": [0, -1.9, 0.1] + } + }, + "body4": { + "rotation": { + "0.0": [27, 0, 0], + "1.2917": [32.74399, -12.6666, 20.57861], + "1.875": [5, 0, 0] + }, + "position": [0, -1.6, 0] + } + } + }, + "animation.wiglett.sleep": { + "loop": true, + "bones": { + "body": { + "rotation": [7.5, 0, 0], + "position": [0, -3.5, 0.25] + }, + "eyelid_right": { + "position": [0, 0, -0.1] + }, + "eyelid_left": { + "position": [0, 0, -0.1] + }, + "body2": { + "rotation": [63, 0, 0], + "position": [0, -3.6, 1.1] + }, + "body4": { + "rotation": [12, 0, 0], + "position": [0, -1.1, -0.1] + } + } + }, + "animation.wiglett.blink": { + "animation_length": 0.16667, + "bones": { + "eyelid_right": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_left": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/wugtrio/wugtrio.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/wugtrio/wugtrio.animation.json new file mode 100644 index 0000000..aab54d2 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/wugtrio/wugtrio.animation.json @@ -0,0 +1,179 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.wugtrio.ground_idle": { + "loop": true, + "bones": { + "body3": { + "rotation": ["-34+math.sin(q.anim_time*90*4)*0.5", "0+math.sin(q.anim_time*90*4)*0.5", "0+math.sin(q.anim_time*90*4-90)*1"], + "position": [0, "1.4+math.clamp(math.sin(q.anim_time*90*4)*0.2,-0.1,0.1)-math.sin(-q.anim_time*90*4)*0.2", 4.3], + "scale": [0.7, 1.2, 0.8] + }, + "body1": { + "rotation": ["9.3071+math.sin(q.anim_time*90*4+60)*0.5", "17.7273+math.sin(q.anim_time*90*4+60)*0.5", "-19.9796+math.sin(q.anim_time*90*4-90+60)*1"], + "position": [-0.8, "-0.2+math.clamp(math.sin(q.anim_time*90*4+90*2)*0.2,-0.1,0.1)-math.sin(-q.anim_time*90*4-90*2)*0.3", -1], + "scale": [0.7, 1.1, 0.7] + }, + "body1_2": { + "rotation": [0, 0, 5], + "position": [0.1, -0.1, 0] + }, + "body3_2": { + "rotation": [17.0772, -0.08102, -0.08073], + "position": [0, 0, -0.6] + }, + "nose3": { + "position": [0, 1.3, 0], + "scale": [1, 0.8, 1] + }, + "eyes3": { + "position": [0, 1.2, 0], + "scale": [1, 0.76, 1] + }, + "body2": { + "rotation": [-10.03504, 51.21198, 117.42894], + "position": [-4.4, "-0.2+math.clamp(math.sin(q.anim_time*90*4+90*2)*0.2,-0.1,0.1)-math.sin(-q.anim_time*50*4-21*2)*0.3", 6.5], + "scale": [0.8, 1.3, 0.8] + }, + "body1_3": { + "rotation": [0, 0, -44], + "position": [-0.1, -0.8, 0] + }, + "nose2": { + "scale": [1, 0.9, 1] + } + } + }, + "animation.wugtrio.ground_walk": { + "loop": true, + "bones": { + "body3": { + "rotation": ["-34+math.sin(q.anim_time*90*4)*0.5", "0+math.sin(q.anim_time*90*4)*0.5", "0+math.sin(q.anim_time*90*4-90)*1"], + "position": [0, "1.4+math.clamp(math.sin(q.anim_time*90*4)*0.2,-0.1,0.1)-math.sin(-q.anim_time*90*4)*0.2", 4.3], + "scale": [0.7, 1.2, 0.8] + }, + "body1": { + "rotation": ["9.3071+math.sin(q.anim_time*90*4+60)*0.5", "17.7273+math.sin(q.anim_time*90*4+60)*0.5", "-19.9796+math.sin(q.anim_time*90*4-90+60)*1"], + "position": [-0.8, "-0.2+math.clamp(math.sin(q.anim_time*90*4+90*2)*0.2,-0.1,0.1)-math.sin(-q.anim_time*90*4-90*2)*0.3", -1], + "scale": [0.7, 1.1, 0.7] + }, + "body1_2": { + "rotation": [0, 0, 5], + "position": [0.1, -0.1, 0] + }, + "body3_2": { + "rotation": [17.0772, -0.08102, -0.08073], + "position": [0, 0, -0.6] + }, + "nose3": { + "position": [0, 1.3, 0], + "scale": [1, 0.8, 1] + }, + "eyes3": { + "position": [0, 1.2, 0], + "scale": [1, 0.76, 1] + }, + "body2": { + "rotation": [-10.03504, 51.21198, 117.42894], + "position": [-4.4, "-0.2+math.clamp(math.sin(q.anim_time*90*4+90*2)*0.2,-0.1,0.1)-math.sin(-q.anim_time*50*4-21*2)*0.3", 6.5], + "scale": [0.8, 1.3, 0.8] + }, + "body1_3": { + "rotation": [0, 0, -44], + "position": [-0.1, -0.8, 0] + }, + "nose2": { + "scale": [1, 0.9, 1] + }, + "dugtrio": { + "rotation": [0, 0, 0] + } + } + }, + "animation.wugtrio.blink": { + "animation_length": 0.1667, + "bones": { + "eyelid_right": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_left": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_right1": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_left1": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + } + } + }, + "animation.wugtrio.blink2": { + "animation_length": 0.1667, + "bones": { + "eyelid_right": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_left": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + } + } + }, + "animation.wugtrio.blink3": { + "animation_length": 0.1667, + "bones": { + "eyelid_right": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_left": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_right3": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_left3": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/xurkitree/xurkitree.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/xurkitree/xurkitree.animation.json new file mode 100644 index 0000000..9c29f47 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/xurkitree/xurkitree.animation.json @@ -0,0 +1,5522 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.xurkitree.battle_idle": { + "loop": true, + "bones": { + "main_body": { + "rotation": [0, 0, 0], + "position": [0, -10, 0] + }, + "head": { + "rotation": ["10-math.cos((q.anim_time-0.1)*360*0.5)*6", "math.cos((q.anim_time-0.1)*360*0.25)*2 * math.cos((q.anim_time-0.2)*180*0.15)*3", 0], + "position": [0, "-1+math.sin(q.anim_time*90*1-25*1.25)*1.25", -1.2], + "scale": 0.9 + }, + "arm_left_7": { + "rotation": ["2.7118-math.cos((q.anim_time-0.2)*360/1.7*1)*4", -13.25039, -10.30972] + }, + "arm_left_8": { + "rotation": ["-2.6117-math.cos((q.anim_time-0.3)*360/1.7*1)*5", 22.86089, -5.70811] + }, + "arm_left_9": { + "rotation": ["-13.3506-math.cos((q.anim_time-0.4)*360/1.7*1)*8", 16.37998, -2.54008] + }, + "arm_left_10": { + "rotation": [ + "-12.0461-math.cos((q.anim_time-0.5)*360/3*1)*7", + "24.8403-math.cos((q.anim_time-1.3)*360/3*1)*8", + "1.007-math.cos((q.anim_time-1.3)*360/3*1)*8" + ] + }, + "arm_left_11": { + "rotation": ["19.0943-math.cos((q.anim_time-0.6)*360/3*1)*7", 22.20913, 26.42741], + "position": [-0.5, 0.6, -0.6] + }, + "arm_left_12": { + "rotation": ["13.8151-math.cos((q.anim_time-0.9)*360/3*1)*7", "23.7099-math.cos((q.anim_time-1.3)*360/3*1)*8", 18.64452], + "position": [-1.3, 0, -0.3] + }, + "arm_right_1_sec_1": { + "rotation": [ + "4.1513-math.cos((q.anim_time-0.2)*360*0.5)*2", + "7.3525+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + -57.62445 + ] + }, + "arm_right_1_sec_2": { + "rotation": [ + "11.177-math.cos((q.anim_time-0.4)*360*0.5)*8", + "6.5843+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + 26.54114 + ] + }, + "arm_right_3": { + "rotation": [ + "1.8167-math.cos((q.anim_time-0.5)*360*0.5)*7", + "-20.9556+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + 14.63832 + ] + }, + "arm_right_2": { + "rotation": [ + "3.8748-math.cos((q.anim_time-0.6)*360*0.5)*7", + "-7.5987+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + "18.7774-math.cos((q.anim_time-0.6)*360*0.5)*7" + ] + }, + "arm_right_4": { + "rotation": [ + "-1.4927-math.cos((q.anim_time-0.7)*360*0.5)*7", + "-19.7693+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + "28.6944-math.cos((q.anim_time-0.6)*360*0.5)*8" + ] + }, + "arm_right_5": { + "rotation": [ + "-3.1293-math.cos((q.anim_time-0.8)*360*0.5)*8", + "-13.1227+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + "16.7927-math.cos((q.anim_time-0.6)*360*0.5)*12" + ] + }, + "arm_right_finger_4_sec_1": { + "rotation": [0, 0, "70+math.cos((query.anim_time)*90*2-350)*25"] + }, + "arm_right_finger_1_sec_9": { + "rotation": [0, 0, -32.5] + }, + "arm_right_finger_1_sec_10": { + "rotation": [0, 0, 62.5] + }, + "arm_right_finger_1_sec_18": { + "rotation": [0, 0, -42.5] + }, + "arm_right_finger_3_sec_1": { + "rotation": [7.54628, 27.03402, "-24.3179+math.cos((query.anim_time)*90*2-350)*25"] + }, + "arm_right_finger_1_sec_4": { + "rotation": [0, 0, -30] + }, + "arm_right_finger_1_sec_7": { + "rotation": [0, 0, 50] + }, + "arm_right_finger_1_sec_14": { + "rotation": [0, 0, -32.5] + }, + "arm_right_finger_5_sec_1": { + "rotation": [22.79235, 48.59038, "64.7077+math.cos((query.anim_time)*90*2-350)*25"] + }, + "arm_right_finger_1_sec_12": { + "rotation": [0, 0, -37.5] + }, + "arm_right_finger_1_sec_13": { + "rotation": [0, 0, 52.5] + }, + "arm_right_finger_1_sec_19": { + "rotation": [0, 0, -50] + }, + "arm_right_finger_6_sec_1": { + "rotation": [10.95742, -31.42176, "32.3436+math.cos((query.anim_time)*90*2-350)*25"] + }, + "arm_right_finger_1_sec_8": { + "rotation": [0, 0, 55] + }, + "arm_right_finger_1_sec_11": { + "rotation": [0, 0, -57.5] + }, + "arm_right_finger_1_sec_17": { + "rotation": [0, 0, 65] + }, + "arm_right_finger_2_sec_1": { + "rotation": [-1.78082, -13.99545, "-30.5672+math.cos((query.anim_time)*90*2-350)*25"] + }, + "arm_right_finger_1_sec_5": { + "rotation": [0, 0, -42.5] + }, + "arm_right_finger_1_sec_6": { + "rotation": [0, 0, 32.5] + }, + "arm_right_finger_1_sec_16": { + "rotation": [0, 0, -25] + }, + "arm_right_finger_1_sec_1": { + "rotation": [0, 0, "-65+math.cos((query.anim_time)*90*2-350)*25"] + }, + "arm_right_finger_1_sec_2": { + "rotation": [0, 0, 27.5] + }, + "arm_right_finger_1_sec_3": { + "rotation": [0, 0, -42.5] + }, + "arm_right_finger_1_sec_15": { + "rotation": [0, 0, 20] + }, + "leg_right_sec_1": { + "rotation": [4.934, 4.00842, 7.85211], + "position": [-0.25, "-0.1-math.sin((query.anim_time)*144)*0.4", 0] + }, + "leg_right_sec_2": { + "rotation": ["-27.5-math.sin((query.anim_time)*144)*3", 0, 0] + }, + "leg_right_sec_3": { + "rotation": [-10, 0, 0] + }, + "leg_right_sec_4": { + "rotation": ["30+math.sin((query.anim_time)*144)*3", 0, 0] + }, + "leg_right_sec_5": { + "rotation": [20, 0, 0] + }, + "leg_right_sec_6": { + "rotation": ["14.7197+math.sin((query.anim_time)*144)*3", 3.40487, -9.40804], + "position": [0, 0.5, 0] + }, + "leg_left_sec_1": { + "rotation": [-15.0931, -8.22084, -5.4886], + "position": [-0.1, "-0.1+math.sin((query.anim_time)*144)*0.4", 0] + }, + "leg_left_sec_2": { + "rotation": ["-17.5+math.sin((query.anim_time)*144)*3", 0, 0] + }, + "leg_left_sec_3": { + "rotation": [-15, 0, 0] + }, + "leg_left_sec_4": { + "rotation": ["25-math.sin((query.anim_time)*144)*3", 0, 0] + }, + "leg_left_sec_5": { + "rotation": [7.47178, -0.65182, 4.95744] + }, + "leg_left_sec_6": { + "rotation": ["17.4907-math.sin((query.anim_time)*144)*3", -0.43399, 2.46207] + }, + "tail_rotation": { + "rotation": ["-77.5-math.cos((q.anim_time-0.1)*360/1.7*1)*1", 0, 0] + }, + "arm_left_1_sec_1": { + "rotation": [ + "3.496-math.cos((q.anim_time-0.1)*360*0.5)*1", + "-0.7865+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + 52.60258 + ] + }, + "arm_left_1_sec_2": { + "rotation": [ + "-10.6123-math.cos((q.anim_time-0.2)*360*0.5)*2", + "-3.1164+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + -14.68721 + ] + }, + "arm_left_3": { + "rotation": [ + "2.5-math.cos((q.anim_time-0.3)*360*0.5)*4", + "0+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + "0-math.cos((q.anim_time-0.6)*360*0.5)*7" + ] + }, + "arm_left_2": { + "rotation": [ + "-1.3705-math.cos((q.anim_time-0.3)*360*0.5)*7", + "51.3305+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + "-29.3776-math.cos((q.anim_time-0.6)*360*0.5)*7" + ] + }, + "arm_left_4": { + "rotation": [ + "-8.8709-math.cos((q.anim_time-0.5)*360*0.5)*7", + "14.3028+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + "-27.0764-math.cos((q.anim_time-0.6)*360*0.5)*7" + ] + }, + "arm_left_5": { + "rotation": [ + "-3.0691-math.cos((q.anim_time-0.6)*360*0.5)*7", + "13.4426+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + -13.19269 + ] + }, + "arm_left_finger_4_sec_1": { + "rotation": [0, 0, "-80-math.cos((query.anim_time)*90*2-350)*25"] + }, + "arm_left_finger_1_sec_9": { + "rotation": [0, 0, 32.5] + }, + "arm_left_finger_1_sec_10": { + "rotation": [0, 0, -42.5] + }, + "arm_left_finger_1_sec_18": { + "rotation": [0, 0, 32.5] + }, + "arm_left_finger_3_sec_1": { + "rotation": [-7.18122, -29.08424, "44.6492-math.cos((query.anim_time)*90*2-350)*25"] + }, + "arm_left_finger_1_sec_4": { + "rotation": [0, 0, -35] + }, + "arm_left_finger_1_sec_7": { + "rotation": [0, 0, 70] + }, + "arm_left_finger_1_sec_14": { + "rotation": [0, 0, -32.5] + }, + "arm_left_finger_5_sec_1": { + "rotation": [-0.93198, -22.8659, "-37.2099-math.cos((query.anim_time)*90*2-350)*25"] + }, + "arm_left_finger_1_sec_12": { + "rotation": [0, 0, 27.5] + }, + "arm_left_finger_1_sec_13": { + "rotation": [0, 0, -72.5] + }, + "arm_left_finger_1_sec_19": { + "rotation": [0, 0, 27.5] + }, + "arm_left_finger_6_sec_1": { + "rotation": [-7.85415, 41.56781, "-46.6963-math.cos((query.anim_time)*90*2-350)*25"] + }, + "arm_left_finger_1_sec_8": { + "rotation": [0, 0, 30] + }, + "arm_left_finger_1_sec_11": { + "rotation": [0, 0, -65] + }, + "arm_left_finger_1_sec_17": { + "rotation": [0, 0, 30] + }, + "arm_left_finger_2_sec_1": { + "rotation": [14.59007, 50.87002, "58.2724-math.cos((query.anim_time)*90*2-350)*25"] + }, + "arm_left_finger_1_sec_5": { + "rotation": [0, 0, -52.5] + }, + "arm_left_finger_1_sec_6": { + "rotation": [0, 0, 55] + }, + "arm_left_finger_1_sec_16": { + "rotation": [0, 0, -32.5] + }, + "arm_left_finger_1_sec_1": { + "rotation": [0, 0, "67.5-math.cos((query.anim_time)*90*2-350)*25"] + }, + "arm_left_finger_1_sec_2": { + "rotation": [0, 0, -42.5] + }, + "arm_left_finger_1_sec_3": { + "rotation": [0, 0, 65] + }, + "arm_left_finger_1_sec_15": { + "rotation": [0, 0, -62.5] + }, + "feet_lright": { + "rotation": [-25.9744, -1.43364, -2.04831], + "position": [0, 0.8, 0] + }, + "feet_left": { + "rotation": [2.5, -10, 0] + }, + "tip_plug": { + "rotation": [ + "-1.1444-math.cos((q.anim_time-1.3)*360/1.7*1)*24", + "16.4717-math.cos((q.anim_time-1.3)*360/1.7*1)*24", + "-3.0475-math.cos((q.anim_time-1.3)*360/1.7*1)*24" + ] + }, + "arm_left_1": { + "rotation": [ + "-0.6162-math.cos((q.anim_time-1.3)*360*0.5)*24", + "1.7913+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + -7.30923 + ] + }, + "arm_left_hand": { + "rotation": ["-math.cos((q.anim_time-1.3)*360*0.5)*24", "math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", 0] + }, + "arm_right_1": { + "rotation": ["-math.cos((q.anim_time-0.1)*360*0.5)*1", "math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", 0] + }, + "arm_right_hand": { + "rotation": ["-math.cos((q.anim_time-1.3)*360*0.5)*24", "math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", 0] + }, + "leg_right_sec_7_foot3": { + "rotation": [-7.5, 0, 0] + }, + "leg_left_sec_7_foot3": { + "rotation": [-4.73206, 0.53009, -1.54787] + }, + "tail_1": { + "rotation": ["-7.5-math.sin((query.anim_time)*144/1.7)*1", 0, 0], + "position": [0, -1.3, 5.3] + }, + "head_blackening": { + "scale": 0.1 + }, + "head_blackening2": { + "scale": 0.1 + }, + "head_blackening3": { + "scale": 0.1 + }, + "head_glowup": { + "scale": 0.1 + }, + "head_glowup2": { + "scale": 0.1 + } + } + }, + "animation.xurkitree.ground_idle": { + "loop": true, + "bones": { + "main_body": { + "rotation": [0, 0, 0], + "position": [0, -10, 0] + }, + "head": { + "rotation": ["10-math.cos((q.anim_time-0.1)*360*0.5)*6", "math.cos((q.anim_time-0.1)*360*0.25)*2 * math.cos((q.anim_time-0.2)*180*0.15)*3", 0], + "position": [0, "-1+math.sin(q.anim_time*90*1-25*1.25)*1.25", -1.2], + "scale": 0.9 + }, + "arm_left_7": { + "rotation": ["3.2985-math.cos((q.anim_time-0.2)*360/2*1)*4", -13.17319, -12.87648] + }, + "arm_left_8": { + "rotation": ["0.7672-math.cos((q.anim_time-0.3)*360/2*1)*5", 9.96821, 4.02053] + }, + "arm_left_9": { + "rotation": ["-29.2432-math.cos((q.anim_time-0.4)*360/2*1)*8", 1.31261, 8.96286], + "position": [0, 0.3, 0.7] + }, + "arm_left_10": { + "rotation": ["-4.4912-math.cos((q.anim_time-0.5)*360/2*1)*7", 3.01211, 11.6096] + }, + "arm_left_11": { + "rotation": ["3.4408-math.cos((q.anim_time-0.6)*360/2*1)*7", 7.40936, 23.89222], + "position": [0, 0, -0.4] + }, + "arm_left_12": { + "rotation": ["2.4059-math.cos((q.anim_time-0.9)*360/2*1)*7", 36.06783, 20.82049], + "position": [-1.3, 0.3, 0.3] + }, + "arm_right_1_sec_1": { + "rotation": [ + "4.1513-math.cos((q.anim_time-0.2)*360*0.5)*2", + "7.3525+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + -57.62445 + ] + }, + "arm_right_1_sec_2": { + "rotation": [ + "8.6831-math.cos((q.anim_time-0.4)*360*0.5)*8", + "8.2135+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + 13.89988 + ] + }, + "arm_right_3": { + "rotation": [ + "3.3362-math.cos((q.anim_time-0.5)*360*0.5)*7", + "-20.7307+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + 9.4175 + ] + }, + "arm_right_2": { + "rotation": [ + "-1.1252-math.cos((q.anim_time-0.6)*360*0.5)*7", + "-7.5987+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + "18.7774-math.cos((q.anim_time-0.6)*360*0.5)*7" + ] + }, + "arm_right_4": { + "rotation": [ + "-6.4927-math.cos((q.anim_time-0.7)*360*0.5)*7", + "-19.7693+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + "28.6944-math.cos((q.anim_time-0.6)*360*0.5)*8" + ] + }, + "arm_right_5": { + "rotation": [ + "-1.9516-math.cos((q.anim_time-0.8)*360*0.5)*8", + "-12.6077+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + "9.2184-math.cos((q.anim_time-0.6)*360*0.5)*12" + ] + }, + "arm_right_finger_4_sec_1": { + "rotation": [0, 0, "70+math.cos((query.anim_time)*90*2-350)*25"] + }, + "arm_right_finger_1_sec_9": { + "rotation": [0, 0, -32.5] + }, + "arm_right_finger_1_sec_10": { + "rotation": [0, 0, 62.5] + }, + "arm_right_finger_1_sec_18": { + "rotation": [0, 0, -42.5] + }, + "arm_right_finger_3_sec_1": { + "rotation": [7.54628, 27.03402, "-24.3179+math.cos((query.anim_time)*90*2-350)*25"] + }, + "arm_right_finger_1_sec_4": { + "rotation": [0, 0, -30] + }, + "arm_right_finger_1_sec_7": { + "rotation": [0, 0, 50] + }, + "arm_right_finger_1_sec_14": { + "rotation": [0, 0, -32.5] + }, + "arm_right_finger_5_sec_1": { + "rotation": [22.79235, 48.59038, "64.7077+math.cos((query.anim_time)*90*2-350)*25"] + }, + "arm_right_finger_1_sec_12": { + "rotation": [0, 0, -37.5] + }, + "arm_right_finger_1_sec_13": { + "rotation": [0, 0, 52.5] + }, + "arm_right_finger_1_sec_19": { + "rotation": [0, 0, -50] + }, + "arm_right_finger_6_sec_1": { + "rotation": [10.95742, -31.42176, "32.3436+math.cos((query.anim_time)*90*2-350)*25"] + }, + "arm_right_finger_1_sec_8": { + "rotation": [0, 0, 55] + }, + "arm_right_finger_1_sec_11": { + "rotation": [0, 0, -57.5] + }, + "arm_right_finger_1_sec_17": { + "rotation": [0, 0, 65] + }, + "arm_right_finger_2_sec_1": { + "rotation": [-1.78082, -13.99545, "-30.5672+math.cos((query.anim_time)*90*2-350)*25"] + }, + "arm_right_finger_1_sec_5": { + "rotation": [0, 0, -42.5] + }, + "arm_right_finger_1_sec_6": { + "rotation": [0, 0, 32.5] + }, + "arm_right_finger_1_sec_16": { + "rotation": [0, 0, -25] + }, + "arm_right_finger_1_sec_1": { + "rotation": [0, 0, "-65+math.cos((query.anim_time)*90*2-350)*25"] + }, + "arm_right_finger_1_sec_2": { + "rotation": [0, 0, 27.5] + }, + "arm_right_finger_1_sec_3": { + "rotation": [0, 0, -42.5] + }, + "arm_right_finger_1_sec_15": { + "rotation": [0, 0, 20] + }, + "leg_right_sec_1": { + "rotation": [4.934, 4.00842, 7.85211], + "position": [-0.25, "-0.1-math.sin((query.anim_time)*144)*0.4", 1.7] + }, + "leg_right_sec_2": { + "rotation": ["-27.4106-math.sin((query.anim_time)*144)*3", 2.30644, 4.43745] + }, + "leg_right_sec_3": { + "rotation": [-10, 0, 0] + }, + "leg_right_sec_4": { + "rotation": ["32.0021+math.sin((query.anim_time)*144)*2", 19.3546, 11.70092], + "position": [-0.4, 0, 0] + }, + "leg_right_sec_5": { + "rotation": [20, 0, 0] + }, + "leg_right_sec_6": { + "rotation": ["14.7197-math.sin((query.anim_time)*144)*3", 3.40487, -9.40804], + "position": [0, 0.5, 0] + }, + "leg_left_sec_1": { + "rotation": [-19.46674, -39.34807, 4.93472], + "position": [-0.1, "-0.1+math.sin((query.anim_time)*144)*0.4", 0] + }, + "leg_left_sec_2": { + "rotation": ["-17.5+math.sin((query.anim_time)*144)*3", 0, 0] + }, + "leg_left_sec_3": { + "rotation": [-15, 0, 0] + }, + "leg_left_sec_4": { + "rotation": ["24.6657-math.sin((query.anim_time)*144)*3", 4.20854, -9.07947] + }, + "leg_left_sec_5": { + "rotation": [7.47178, -0.65182, 4.95744] + }, + "leg_left_sec_6": { + "rotation": ["17.4907-math.sin((query.anim_time)*144)*3", -0.43399, 2.46207] + }, + "tail_rotation": { + "rotation": ["-82.5-math.cos((q.anim_time-0.1)*360/2*1)*6", 0, 0], + "position": [0, -6, -1] + }, + "arm_left_1_sec_1": { + "rotation": [ + "3.496-math.cos((q.anim_time-0.1)*360*0.5)*1", + "-0.7865+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + 52.60258 + ] + }, + "arm_left_1_sec_2": { + "rotation": [ + "-5.5144-math.cos((q.anim_time-0.2)*360*0.5)*2", + "-2.4909+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + -9.7255 + ] + }, + "arm_left_3": { + "rotation": [ + "1.8137-math.cos((q.anim_time-0.3)*360*0.5)*4", + "-0.034+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + "-10.0234-math.cos((q.anim_time-0.6)*360*0.5)*7" + ] + }, + "arm_left_2": { + "rotation": [ + "0.9885-math.cos((q.anim_time-0.3)*360*0.5)*7", + "-1.0507+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + "-25.0232-math.cos((q.anim_time-0.6)*360*0.5)*7" + ] + }, + "arm_left_4": { + "rotation": [ + "-8.8709-math.cos((q.anim_time-0.5)*360*0.5)*7", + "14.3028+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + "-27.0764-math.cos((q.anim_time-0.6)*360*0.5)*7" + ] + }, + "arm_left_5": { + "rotation": [ + "-3.0691-math.cos((q.anim_time-0.6)*360*0.5)*7", + "13.4426+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + -13.19269 + ] + }, + "arm_left_finger_4_sec_1": { + "rotation": [0, 0, "-80-math.cos((query.anim_time)*90*2-350)*25"] + }, + "arm_left_finger_1_sec_9": { + "rotation": [0, 0, 32.5] + }, + "arm_left_finger_1_sec_10": { + "rotation": [0, 0, -42.5] + }, + "arm_left_finger_1_sec_18": { + "rotation": [0, 0, 32.5] + }, + "arm_left_finger_3_sec_1": { + "rotation": [-7.18122, -29.08424, "44.6492-math.cos((query.anim_time)*90*2-350)*25"] + }, + "arm_left_finger_1_sec_4": { + "rotation": [0, 0, -35] + }, + "arm_left_finger_1_sec_7": { + "rotation": [0, 0, 70] + }, + "arm_left_finger_1_sec_14": { + "rotation": [0, 0, -32.5] + }, + "arm_left_finger_5_sec_1": { + "rotation": [-0.93198, -22.8659, "-37.2099-math.cos((query.anim_time)*90*2-350)*25"] + }, + "arm_left_finger_1_sec_12": { + "rotation": [0, 0, 27.5] + }, + "arm_left_finger_1_sec_13": { + "rotation": [0, 0, -72.5] + }, + "arm_left_finger_1_sec_19": { + "rotation": [0, 0, 27.5] + }, + "arm_left_finger_6_sec_1": { + "rotation": [-7.85415, 41.56781, "-46.6963-math.cos((query.anim_time)*90*2-350)*25"] + }, + "arm_left_finger_1_sec_8": { + "rotation": [0, 0, 30] + }, + "arm_left_finger_1_sec_11": { + "rotation": [0, 0, -65] + }, + "arm_left_finger_1_sec_17": { + "rotation": [0, 0, 30] + }, + "arm_left_finger_2_sec_1": { + "rotation": [14.59007, 50.87002, "58.2724-math.cos((query.anim_time)*90*2-350)*25"] + }, + "arm_left_finger_1_sec_5": { + "rotation": [0, 0, -52.5] + }, + "arm_left_finger_1_sec_6": { + "rotation": [0, 0, 55] + }, + "arm_left_finger_1_sec_16": { + "rotation": [0, 0, -32.5] + }, + "arm_left_finger_1_sec_1": { + "rotation": [0, 0, "67.5-math.cos((query.anim_time)*90*2-350)*25"] + }, + "arm_left_finger_1_sec_2": { + "rotation": [0, 0, -42.5] + }, + "arm_left_finger_1_sec_3": { + "rotation": [0, 0, 65] + }, + "arm_left_finger_1_sec_15": { + "rotation": [0, 0, -62.5] + }, + "feet_lright": { + "rotation": ["-25.9744+math.sin((query.anim_time)*144)*6", "-1.4336-math.sin((query.anim_time)*144)*6", -2.04831], + "position": [0, 0.8, 0] + }, + "feet_left": { + "rotation": ["2.5-math.sin((query.anim_time)*144)*2", -10, 0] + }, + "tip_plug": { + "rotation": [ + "18.8556-math.cos((q.anim_time-1.3)*360/2*1)*24", + "16.4717-math.cos((q.anim_time-1.3)*360/2*1)*24", + "-3.0475-math.cos((q.anim_time-1.3)*360/2*1)*24" + ] + }, + "arm_left_1": { + "rotation": [ + "0.3822-math.cos((q.anim_time-1.3)*360*0.5)*24", + "-1.8547+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + 7.27739 + ] + }, + "arm_left_hand": { + "rotation": ["-math.cos((q.anim_time-1.3)*360*0.5)*24", "math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", 0] + }, + "arm_right_1": { + "rotation": [ + "-25.3396-math.cos((q.anim_time-0.1)*360*0.5)*1", + "-0.0979+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + -5.01056 + ] + }, + "arm_right_hand": { + "rotation": [ + "0.4568-math.cos((q.anim_time-1.3)*360*0.5)*24", + "-2.482+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + 9.69861 + ] + }, + "leg_right_sec_7_foot3": { + "rotation": ["math.sin((query.anim_time)*144)*-4.5", 0, 0] + }, + "leg_left_sec_7_foot3": { + "rotation": ["-4.7321+math.sin((query.anim_time)*144)*4", 0.53009, -1.54787] + }, + "tail_1": { + "rotation": [0, "0+math.cos((q.anim_time-0.1)*360/3*1)*8", "0+math.cos((q.anim_time-0.1)*360/3*1)*8"] + }, + "leg_right_sec_7_foot": { + "rotation": ["0+math.sin((query.anim_time)*144)*2", 0, 0] + }, + "leg_right_sec_7_foot2": { + "rotation": ["0+math.sin((query.anim_time)*144)*2", 0, 0] + }, + "foot_left_back_1": { + "rotation": ["0+math.sin((query.anim_time)*144)*6", 0, 0] + }, + "foot_left_back_2": { + "rotation": ["0-math.sin((query.anim_time)*144)*6", 0, 0] + }, + "foot_right_back_1": { + "rotation": ["0+math.sin((query.anim_time)*144)*6", 0, 0] + }, + "foot_right_back_2": { + "rotation": ["0-math.sin((query.anim_time)*144)*6", 0, 0] + }, + "leg_left_sec_7_foot2": { + "rotation": ["0+math.sin((query.anim_time)*144)*1", 0, 0] + }, + "head_blackening": { + "scale": 0.1 + }, + "head_blackening2": { + "scale": 0.1 + }, + "head_blackening3": { + "scale": 0.1 + }, + "head_glowup": { + "scale": 0.1 + }, + "head_glowup2": { + "scale": 0.1 + } + } + }, + "animation.xurkitree.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "main_body": { + "rotation": { + "0.0": { + "post": [11, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": [ + 0, + "-17+math.clamp(math.sin(q.anim_time*360)*16,0.5,20)+math.clamp(math.sin(q.anim_time*360+180)*16,0.5,20)", + "0+math.clamp(math.sin(q.anim_time*360)*12,0.5,15)+math.clamp(math.sin(q.anim_time*360+180)*12,0.5,15)" + ], + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [1, 1.21, 1], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [1, 1.21, 1], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": [7.5, 0, 0], + "position": { + "0.0": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, -5.88, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, -12.21, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, -7.51, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -12, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, -12, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": 0.9 + }, + "arm_left_7": { + "rotation": ["3.76-math.cos((q.anim_time-0.2)*90*4-60)*4", -12.95697, "-14.9176+math.cos((q.anim_time-0.6)*90/2*8-60/85)*12"] + }, + "arm_left_8": { + "rotation": ["-3.2575-math.cos((q.anim_time-0.3)*90*4-60)*5", 9.11855, "-20.7661-math.cos((q.anim_time-0.6)*90/2*8-60/85)*8"] + }, + "arm_left_9": { + "rotation": ["25.6648-math.cos((q.anim_time-0.4)*90*4-60)*8", -12.69928, "-1.4697-math.cos((q.anim_time-0.6)*90/2*8-60/85)*15"], + "position": [0, 0.3, 0.7] + }, + "arm_left_10": { + "rotation": ["57.1627-math.cos((q.anim_time-0.5)*90*4-60)*7", 1.33959, "-11.8403-math.cos((q.anim_time-0.6)*90/2*8-60/85)*25"], + "position": [0, 1.1, 1.4] + }, + "arm_left_11": { + "rotation": [ + "6.1724-math.cos((q.anim_time-0.6)*90*4-60)*7", + "22.3915-math.cos((q.anim_time-0.6)*90/2*8-60/85)*3", + "24.6643-math.cos((q.anim_time-0.6)*90/4*8-60/255)*15" + ], + "position": [0, 0, -0.4] + }, + "arm_left_12": { + "rotation": [ + "2.4059-math.cos((q.anim_time-0.9)*90*4-60)*7", + "36.0678-math.cos((q.anim_time-0.6)*90/2*8-60/85)*2", + "20.8205-math.cos((q.anim_time-0.6)*90/8*8-60/85)*25" + ], + "position": [-1.3, 0.3, 0.3] + }, + "arm_right_1_sec_1": { + "rotation": ["4.1513-math.cos((q.anim_time-0.2)*90*4-60)*2", "7.3525+math.cos((q.anim_time-0.1)*90*4-60)*4 * math.cos((q.anim_time-0.2)*90*4-60)*1", -57.62445] + }, + "arm_right_1_sec_2": { + "rotation": ["8.6831-math.cos((q.anim_time-0.4)*90*4-60)*8", "8.2135+math.cos((q.anim_time-0.1)*90*4-60)*4 * math.cos((q.anim_time-0.2)*90*4-60)*1", 13.89988] + }, + "arm_right_3": { + "rotation": [ + "3.3362-math.cos((q.anim_time-0.5)*90*4-60)*7", + "-20.7307+math.cos((q.anim_time-0.1)*90*4-60)*4 * math.cos((q.anim_time-0.2)*90*4-60)*1", + 9.4175 + ] + }, + "arm_right_2": { + "rotation": [ + "-3.7925-math.cos((q.anim_time-0.6)*90*4-60)*7", + "-6.3298+math.cos((q.anim_time-0.1)*90*4-60)*4 * math.cos((q.anim_time-0.2)*90*4-60)*1", + "41.3979-math.cos((q.anim_time-0.6)*90*4-60)*7" + ] + }, + "arm_right_4": { + "rotation": [ + "-6.4927-math.cos((q.anim_time-0.7)*90*4-60)*7", + "-19.7693+math.cos((q.anim_time-0.1)*90*4-60)*4 * math.cos((q.anim_time-0.2)*90*4-60)*1", + "28.6944-math.cos((q.anim_time-0.6)*90*4-60)*8" + ] + }, + "arm_right_5": { + "rotation": { + "0.0": [ + "-1.4799-math.cos((q.anim_time-0.8)*90*4-60)*8", + "-8.8067+math.cos((q.anim_time-0.1)*90*4-60)*4 * math.cos((q.anim_time-0.2)*90*4-60)*1", + "-7.9002-math.cos((q.anim_time-0.6)*90*4-60)*12" + ], + "0.625": [-5.8441, -9.1471, 19.9353], + "1.0": [-1.4799, -8.8067, -7.9002] + } + }, + "arm_right_finger_4_sec_1": { + "rotation": [0, 0, 86] + }, + "arm_right_finger_1_sec_9": { + "rotation": [0, 0, -32.5] + }, + "arm_right_finger_1_sec_10": { + "rotation": [0, 0, 62.5] + }, + "arm_right_finger_1_sec_18": { + "rotation": [0, 0, -42.5] + }, + "arm_right_finger_3_sec_1": { + "rotation": [6.93191, 41.3617, -7.06017] + }, + "arm_right_finger_1_sec_4": { + "rotation": [0, 0, -30] + }, + "arm_right_finger_1_sec_7": { + "rotation": [0, 0, -22.5] + }, + "arm_right_finger_1_sec_14": { + "rotation": [0, 0, -32.5] + }, + "arm_right_finger_5_sec_1": { + "rotation": [22.79235, 48.59038, "64.7077+25"] + }, + "arm_right_finger_1_sec_12": { + "rotation": [0, 0, -37.5] + }, + "arm_right_finger_1_sec_13": { + "rotation": [0, 0, 52.5] + }, + "arm_right_finger_1_sec_19": { + "rotation": [0, 0, -50] + }, + "arm_right_finger_6_sec_1": { + "rotation": [10.95742, -31.42176, "32.3436+25"] + }, + "arm_right_finger_1_sec_8": { + "rotation": [0, 0, 55] + }, + "arm_right_finger_1_sec_11": { + "rotation": [0, 0, -57.5] + }, + "arm_right_finger_1_sec_17": { + "rotation": [0, 0, 65] + }, + "arm_right_finger_2_sec_1": { + "rotation": [-1.78082, -13.99545, "-30.56720+25"] + }, + "arm_right_finger_1_sec_5": { + "rotation": [0, 0, -42.5] + }, + "arm_right_finger_1_sec_6": { + "rotation": [0, 0, 32.5] + }, + "arm_right_finger_1_sec_16": { + "rotation": [0, 0, -25] + }, + "arm_right_finger_1_sec_1": { + "rotation": [0, 0, "-65+25"] + }, + "arm_right_finger_1_sec_2": { + "rotation": [0, 0, 27.5] + }, + "arm_right_finger_1_sec_3": { + "rotation": [0, 0, -42.5] + }, + "arm_right_finger_1_sec_15": { + "rotation": [0, 0, 20] + }, + "leg_right_sec_1": { + "rotation": { + "0.0": { + "post": [9.00287, -0.22169, 4.94567], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [21.40147, -2.79045, 4.6551], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [9.93404, -1.827, 4.92554], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-47.07603, 0.88999, 4.83878], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-28.5, 0, 4.39662], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [9.00287, -0.22169, 4.94567], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.5, -0.58, -0.64], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-0.5, -1.33, 2.46], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-0.5, 1.01, 3.03], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-0.5, 4.65, 0.3], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-0.5, 4.07, 1.85], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-0.5, -0.58, -0.64], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right_sec_2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-7, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-21.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-29, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 1.25, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0.93, 0.3], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0.8, 0.55], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 1.3, 0.55], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0.9, 0.3], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 1.39, 0.3], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 1.25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right_sec_3": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [19.37, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [13.59, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [16.78, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right_sec_4": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [24.58866, 4.05525, -8.77751], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [24.66569, 4.20854, -9.07947], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right_sec_5": { + "rotation": { + "0.0": { + "post": [10.76795, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [40.77, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [45.85, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [50.77, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [33.27, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [20.76795, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [10.76795, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0.75, -0.25], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 1.25, -0.4], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0.42, -0.03], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right_sec_6": { + "rotation": { + "0.0": { + "post": [34.76795, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [30.77, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [50.77, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [49.05, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [43.27, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [20.76795, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [34.76795, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0.75, -0.25], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, -0.05, -0.3], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0.42, -0.03], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left_sec_1": { + "rotation": { + "0.0": { + "post": [9.93404, -1.827, 4.92554], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-14.57603, 0.88999, 4.83878], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-28.5, 0, 4.39662], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [9.00287, -0.22169, 4.94567], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-28.5, 0, 4.39662], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-14.57603, 0.88999, 4.83878], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [9.93404, -1.827, 4.92554], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.5, 1.01, 3.03], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-0.5, 4.65, 0.3], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-0.5, 4.07, 1.85], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-0.5, -1.94, 0.91], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-0.5, -0.58, -0.64], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-0.5, 4.07, 1.85], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-0.5, 4.65, 0.3], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-0.5, 1.01, 3.03], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left_sec_2": { + "rotation": { + "0.0": { + "post": [-21.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-29, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-4, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-4, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-29, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-21.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 1.3, 0.55], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0.9, 0.3], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 1.39, 0.3], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 1.25, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 1.39, 0.3], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0.9, 0.3], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 1.3, 0.55], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left_sec_3": { + "rotation": { + "0.0": { + "post": [19.37, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [13.59, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [16.78, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [16.78, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [13.59, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [19.37, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left_sec_4": { + "rotation": { + "0.0": { + "post": [24.58866, 4.05525, -8.77751], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [24.66569, 4.20854, -9.07947], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [24.66569, 4.20854, -9.07947], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [24.58866, 4.05525, -8.77751], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left_sec_5": { + "rotation": { + "0.0": { + "post": [50.77, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [33.27, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [20.76795, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [10.76795, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [20.76795, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [33.27, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [50.77, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.75, -0.25], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 1.25, -0.4], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0.42, -0.03], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0.42, -0.03], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 1.25, -0.4], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0.75, -0.25], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left_sec_6": { + "rotation": { + "0.0": { + "post": [50.77, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [49.05, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [43.27, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [20.76795, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [34.76795, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [20.76795, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [43.27, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [43.27, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [50.77, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.75, -0.25], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, -0.05, -0.3], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0.42, -0.03], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0.42, -0.03], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, -0.05, -0.3], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0.75, -0.25], + "lerp_mode": "catmullrom" + } + } + }, + "tail_rotation": { + "rotation": ["-102.1063-math.cos((q.anim_time-0.1)*90*4-60)*6", 3.05241, 14.69313], + "position": [0, -6, -1] + }, + "arm_left_1_sec_1": { + "rotation": ["3.496-math.cos((q.anim_time-0.1)*90*4-60)*1", "-0.7865+math.cos((q.anim_time-0.1)*90*4-60)*4 * math.cos((q.anim_time-0.2)*90*4-60)*1", 52.60258] + }, + "arm_left_1_sec_2": { + "rotation": { + "0.0": [ + "-5.5144-math.cos((q.anim_time-0.2)*90*4-60)*2", + "-2.4909+math.cos((q.anim_time-0.1)*90*4-60)*4 * math.cos((q.anim_time-0.2)*90*4-60)*1", + -9.7255 + ], + "0.6667": ["-5.5669-math.cos((q.anim_time-0.2)*90*4-60)*2", "7.4724+math.cos((q.anim_time-0.1)*90*4-60)*4 * math.cos((q.anim_time-0.2)*90*4-60)*1", -10.58411], + "1.0": [ + "-5.5144-math.cos((q.anim_time-0.2)*90*4-60)*2", + "-2.4909+math.cos((q.anim_time-0.1)*90*4-60)*4 * math.cos((q.anim_time-0.2)*90*4-60)*1", + -9.7255 + ] + } + }, + "arm_left_3": { + "rotation": [ + "1.8137-math.cos((q.anim_time-0.3)*90*4-60)*4", + "-0.034+math.cos((q.anim_time-0.1)*90*4-60)*4 * math.cos((q.anim_time-0.2)*90*4-60)*1", + "-10.0234-math.cos((q.anim_time-0.6)*90*4-60)*7" + ] + }, + "arm_left_2": { + "rotation": [ + "1.9109-math.cos((q.anim_time-0.3)*90*4-60)*7", + "26.173+math.cos((q.anim_time-0.1)*90*4-60)*4 * math.cos((q.anim_time-0.2)*90*4-60)*1", + "-20.9911-math.cos((q.anim_time-0.6)*90*4-60)*7" + ] + }, + "arm_left_4": { + "rotation": [ + "-9.215-math.cos((q.anim_time-0.5)*90*4-60)*7", + "24.2563+math.cos((q.anim_time-0.1)*90*4-60)*4 * math.cos((q.anim_time-0.2)*90*4-60)*1", + "-28.1002-math.cos((q.anim_time-0.6)*90*4-60)*7" + ] + }, + "arm_left_5": { + "rotation": [ + "-3.0691-math.cos((q.anim_time-0.6)*90*4-60)*7", + "13.4426+math.cos((q.anim_time-0.1)*90*4-60)*4 * math.cos((q.anim_time-0.2)*90*4-60)*1", + -13.19269 + ] + }, + "arm_left_finger_4_sec_1": { + "rotation": [0, 0, -67] + }, + "arm_left_finger_1_sec_9": { + "rotation": [0, 0, 32.5] + }, + "arm_left_finger_1_sec_10": { + "rotation": [0, 0, -42.5] + }, + "arm_left_finger_1_sec_18": { + "rotation": [0, 0, 32.5] + }, + "arm_left_finger_3_sec_1": { + "rotation": [16.94204, -46.44484, 11.10653], + "position": [0, 0, -0.7] + }, + "arm_left_finger_1_sec_4": { + "rotation": [0, 0, -35] + }, + "arm_left_finger_1_sec_7": { + "rotation": [0, 0, 70] + }, + "arm_left_finger_1_sec_14": { + "rotation": [0, 0, -32.5] + }, + "arm_left_finger_5_sec_1": { + "rotation": [1.4243, -27.79847, -42.70836] + }, + "arm_left_finger_1_sec_12": { + "rotation": [0, 0, 27.5] + }, + "arm_left_finger_1_sec_13": { + "rotation": [0, 0, -72.5] + }, + "arm_left_finger_1_sec_19": { + "rotation": [0, 0, 27.5] + }, + "arm_left_finger_6_sec_1": { + "rotation": [-7.85415, 41.56781, -46.696] + }, + "arm_left_finger_1_sec_8": { + "rotation": [0, 0, 30] + }, + "arm_left_finger_1_sec_11": { + "rotation": [0, 0, -65] + }, + "arm_left_finger_1_sec_17": { + "rotation": [0, 0, 30] + }, + "arm_left_finger_2_sec_1": { + "rotation": [-4.89551, 32.34035, 29.63804] + }, + "arm_left_finger_1_sec_5": { + "rotation": [0, 0, -52.5] + }, + "arm_left_finger_1_sec_6": { + "rotation": [0, 0, 55] + }, + "arm_left_finger_1_sec_16": { + "rotation": [0, 0, -32.5] + }, + "arm_left_finger_1_sec_1": { + "rotation": [0, 0, 50.5] + }, + "arm_left_finger_1_sec_2": { + "rotation": [0, 0, -42.5] + }, + "arm_left_finger_1_sec_3": { + "rotation": [0, 0, 65] + }, + "arm_left_finger_1_sec_15": { + "rotation": [0, 0, -62.5] + }, + "feet_lright": { + "rotation": { + "0.0": { + "post": [-58, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-42.26, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-7, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-13.66, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-13, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [37.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-5.66, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-33.56, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-35.95, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-58, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 1, -0.5], + "0.75": [0, 1, -0.5], + "0.875": [0, 2.6, 0], + "1.0": [0, 1, -0.5] + } + }, + "feet_left": { + "rotation": { + "0.0": { + "post": [-13.66, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [-13, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [37.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-5.66, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-33.56, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-55.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-33.56, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-5.66, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [37.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-13, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-13.66, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.25": [0, 1, -0.5], + "0.375": [0, 2.6, 0], + "0.5": [0, 1, -0.5], + "0.625": [0, 2.6, 0], + "0.75": [0, 1, -0.5] + } + }, + "tip_plug": { + "rotation": [ + "18.8556-math.cos((q.anim_time-1.3)*90*4-60)*24", + "16.4717-math.cos((q.anim_time-0.6)*90/2*8-60/85)*15", + "-3.0475-math.cos((q.anim_time-1.3)*90*4-60)*24" + ] + }, + "arm_left_1": { + "rotation": { + "0.0": { + "post": [-20.57867, 4.6017, -1.95787], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-43.70758, 15.17396, 8.86067], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-20.57867, 4.6017, -1.95787], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [54.30995, -1.59201, -6.19081], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-20.57867, 4.6017, -1.95787], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 1.4, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-0.9, 0.89, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, -0.91, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left_hand": { + "rotation": ["-math.cos((q.anim_time-1.3)*90*4-60)*24", "math.cos((q.anim_time-0.1)*90*4-60)*4 * math.cos((q.anim_time-0.2)*90*4-60)*1", 0] + }, + "arm_right_1": { + "rotation": { + "0.0": { + "post": [20.5787, -4.6017, 1.9579], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [46.17386, 8.73918, 18.22349], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [12.20471, 7.2175, 25.63961], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-7.33408, 5.77103, 10.88719], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-7.84052, -24.85104, 14.18625], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [20.5787, -4.6017, 1.9579], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, -1.23, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -2.2, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right_hand": { + "rotation": ["0.4568-math.cos((q.anim_time-1.3)*90*4-60)*24", "-2.482+math.cos((q.anim_time-0.1)*90*4-60)*4 * math.cos((q.anim_time-0.2)*90*4-60)*1", 9.69861] + }, + "leg_right_sec_7_foot3": { + "rotation": { + "0.0": { + "post": [-4, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0417": { + "post": [18.41, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [32.91, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-14, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-7.44, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-4, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-21, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-4, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left_sec_7_foot3": { + "rotation": { + "0.0": { + "post": [-7.44, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [-4, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-21, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-4, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-21, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-7.44, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_1": { + "rotation": [61.77272, "34.7045+math.cos((q.anim_time-0.1)*90*4-60)*8", "-63.8722+math.cos((q.anim_time-0.6)*90/2*8-60/85)*15"] + }, + "head_quirk": { + "rotation": [0, 0, 0] + }, + "rotateleg": { + "rotation": { + "0.0": { + "post": [-37.07723, -6.0681, -7.9634], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-24.47761, -5.24826, -11.36081], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [2.47864, 0.32621, -7.49294], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-23.96137, -3.2667, -7.30661], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-37.07723, -6.0681, -7.9634], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 1.83, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, -5.2, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, -5.2, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 3.98, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, -11, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 1.83, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rotateleg2": { + "rotation": { + "0.0": { + "post": [2.49762, -0.10901, 2.49762], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-24.17, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-37.07723, 6.0681, 7.9634], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-24.17, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.49762, -0.10901, 2.49762], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0417": { + "post": [0, 3.98, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, -11, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 1.83, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, -10.2, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, -5.2, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head_blackening": { + "rotation": [0, 0, 0], + "scale": 0.1 + }, + "head_blackening2": { + "rotation": [0, 0, 0], + "scale": 0.1 + }, + "head_blackening3": { + "rotation": [0, 0, 0], + "scale": 0.1 + }, + "head_glowup": { + "rotation": [0, 0, 0], + "scale": 0.1 + }, + "head_glowup2": { + "rotation": [0, 0, 0], + "scale": 0.1 + }, + "legs": { + "position": [0, 0, 2] + } + } + }, + "animation.xurkitree.special_old": { + "animation_length": 1.375, + "bones": { + "main_body": { + "position": { + "0.0": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, -17, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, -17, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": [1, 1, 1], + "0.0833": [1, 1, 1], + "0.2083": ["1+math.random(0.05,0.1)", "1+math.random(0.05,0.1)", "1+math.random(0.05,0.1)"], + "1.3333": [1, 1, 1], + "1.375": { + "pre": [1, 1, 1], + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "scale": { + "0.0": [0.9, 0.9, 0.9], + "0.2083": { + "pre": [1, 1, 1], + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0.9, 0.9, 0.9], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left_7": { + "rotation": { + "0.0": [0, 0, -22.5], + "0.1667": { + "pre": [0, 0, -5], + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left_8": { + "rotation": { + "0.0": [0, 0, -20], + "0.1667": { + "pre": [0, 0, -5], + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left_9": { + "rotation": { + "0.0": [0, 0, -12.5], + "0.1667": { + "pre": [0, 0, -22.5], + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left_10": { + "rotation": [0, 0, 0] + }, + "arm_left_11": { + "rotation": { + "0.0": [0, 0, 22.5], + "0.1667": { + "pre": [0, 0, 20], + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left_12": { + "rotation": { + "0.0": [0, 0, 30], + "0.1667": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tip_plug": { + "rotation": [0, 0, 2.5] + }, + "arm_right_1_sec_1": { + "rotation": { + "0.0": [0, 0, -67.5], + "0.1667": { + "pre": [0, 0, -92.5], + "post": [0, 0, -92.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -92.5], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, -67.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, -1, 0], + "0.1667": [0, 0, 0], + "1.0833": [0, -3.875, 0], + "1.375": { + "pre": [0, -1, 0], + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right_1_sec_2": { + "rotation": { + "0.0": [0, 0, 10], + "1.375": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right_3": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 7.5], + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right_2": { + "rotation": { + "0.0": [0, 0, 10], + "0.1667": { + "pre": [0, 0, 17.5], + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right_4": { + "rotation": { + "0.0": [0, 0, 7.5], + "1.375": { + "pre": [0, 0, 7.5], + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right_5": { + "rotation": { + "0.0": [0, 0, -25], + "0.1667": { + "pre": [0, 0, -17.5], + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right_hand": { + "rotation": { + "0.0": [0, 0, -25], + "0.1667": { + "pre": [0, 0, -22.5], + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right_sec_1": { + "rotation": { + "0.0": [-14.5108, 3.841, 14.5108], + "0.1667": { + "pre": [-7.31696, 3.217, 9.5404], + "post": [-7.31696, 3.217, 9.5404], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-7.31696, 3.217, 9.5404], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-14.5108, 3.841, 14.5108], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 1.4, 0], + "0.1667": [0, 6.275, 0], + "1.0833": [0, 6.975, 0], + "1.375": { + "pre": [0, 1.4, 0], + "post": [0, 1.4, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right_sec_2": { + "rotation": { + "0.0": [-32.5, 0, 0], + "0.1667": { + "pre": [-12.5, 0, 0], + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right_sec_3": { + "rotation": { + "0.0": [-20, 0, 0], + "0.1667": [-10, 0, 0], + "1.0833": [-10, 0, 0], + "1.375": { + "pre": [-20, 0, 0], + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right_sec_4": { + "rotation": { + "0.0417": [19.9299, 1.70818, -4.69986], + "0.1667": { + "pre": [2.4299, 1.7082, -4.6999], + "post": [2.4299, 1.7082, -4.6999], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [2.4299, 1.7082, -4.6999], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [19.9299, 1.70818, -4.69986], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right_sec_5": { + "rotation": { + "0.0": [17.5, 0, 0], + "0.1667": { + "pre": [10.0701, -1.7082, 4.6999], + "post": [10.0701, -1.7082, 4.6999], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [10.0701, -1.7082, 4.6999], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right_sec_6": { + "rotation": { + "0.0": [30.71549, 12.0482, -5.8168], + "0.1667": { + "pre": [18.10945, 10.3508, -6.79219], + "post": [18.10945, 10.3508, -6.79219], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [18.10945, 10.3508, -6.79219], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [30.71549, 12.0482, -5.8168], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left_sec_1": { + "rotation": { + "0.0": [-14.51082, -3.84097, -14.51082], + "0.1667": { + "pre": [-7.31696, -3.21703, -9.54044], + "post": [-7.31696, -3.21703, -9.54044], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-7.31696, -3.21703, -9.54044], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-14.51082, -3.84097, -14.51082], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 1.4, 0], + "0.1667": [0, 6.45, 0], + "1.0833": [0, 7.5, 0], + "1.375": { + "pre": [0, 1.4, 0], + "post": [0, 1.4, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left_sec_2": { + "rotation": { + "0.0": [-32.5, 0, 0], + "0.1667": { + "pre": [-12.5, 0, 0], + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left_sec_3": { + "rotation": { + "0.0": [-20, 0, 0], + "0.1667": [-10, 0, 0], + "1.0833": [-10, 0, 0], + "1.375": { + "pre": [-20, 0, 0], + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left_sec_4": { + "rotation": { + "0.0": [19.9299, -1.70818, 4.69986], + "0.1667": { + "pre": [2.4299, -1.70818, 4.69986], + "post": [2.4299, -1.70818, 4.69986], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [2.4299, -1.70818, 4.69986], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [19.9299, -1.70818, 4.69986], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left_sec_5": { + "rotation": { + "0.0": [17.5, 0, 0], + "1.375": { + "pre": [17.5, 0, 0], + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left_sec_6": { + "rotation": { + "0.0": [30.71549, -12.04823, 5.81675], + "0.1667": { + "pre": [8.51889, -9.14141, 4.48583], + "post": [8.51889, -9.14141, 4.48583], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [8.51889, -9.14141, 4.48583], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [30.71549, -12.04823, 5.81675], + "lerp_mode": "catmullrom" + } + } + }, + "tail_rotation": { + "rotation": [-90, 0, 0], + "position": { + "0.0": [0, -3, 0], + "0.1667": { + "pre": [0, 1.75, 0], + "post": [0, 1.75, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 1.75, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, -3, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left_1_sec_1": { + "rotation": { + "0.0": [0, 0, 67.5], + "0.1667": { + "pre": [0, 0, 92.5], + "post": [0, 0, 92.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 92.5], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 67.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, -1, 0], + "0.1667": [0, 0, 0], + "1.0833": [0, -3.875, 0], + "1.375": { + "pre": [0, -1, 0], + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left_1_sec_2": { + "rotation": { + "0.0": [0, 0, -10], + "1.375": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left_3": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, -7.5], + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left_2": { + "rotation": { + "0.0": [0, 0, -10], + "0.1667": { + "pre": [0, 0, -17.5], + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left_4": { + "rotation": { + "0.0": [0, 0, -7.5], + "1.375": { + "pre": [0, 0, -7.5], + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left_5": { + "rotation": { + "0.0417": [0, 0, 25], + "0.1667": { + "pre": [0, 0, 17.5], + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left_hand": { + "rotation": { + "0.0": [0, 0, 25], + "0.1667": { + "pre": [0, 0, 22.5], + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.xurkitree.special": { + "loop": true, + "animation_length": 1.6667, + "bones": { + "main_body": { + "rotation": [0, 0, 0], + "position": { + "0.0": { + "post": [0, -10, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, -27, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": [0, -27, 0], + "0.5": [0, "-27-math.sin(q.anim_time*90*65)*0.2", 0], + "0.75": [0, "-27-math.sin(q.anim_time*90*65)*0.2", 0], + "0.9167": [0, -27, 0] + } + }, + "head": { + "rotation": { + "0.0": ["10-math.cos((q.anim_time-0.1)*360*0.5)*6", "math.cos((q.anim_time-0.1)*360*0.25)*2 * math.cos((q.anim_time-0.2)*180*0.15)*3", 0], + "0.0417": [4.5014, 5.68505, 0], + "0.375": [8.87338, 1.16482, 0], + "0.4583": [9.79226, 0.21478, 0], + "0.5": [10, 0, 0] + }, + "position": { + "0.0": [0, "-1+math.sin(q.anim_time*90*1-25*1.25)*1.25", -1.2], + "0.0417": [0, -1.62486, -1.15631], + "0.0833": [0, -1.5778, -1.06923], + "0.125": [0, -1.52044, -0.96308], + "0.3333": [0, -1.19095, -0.35335], + "0.375": [0, -1.12803, -0.23692], + "0.4167": [0, -1.07067, -0.13077], + "0.4583": [0, -1.02361, -0.04369], + "0.5": [0, -1, 0] + }, + "scale": 0.9 + }, + "arm_left_7": { + "rotation": { + "0.0": ["2.7118-math.cos((q.anim_time-0.2)*360/1.7*1)*4", -13.25039, -10.30972], + "0.5": [0, 0, -22.5] + } + }, + "arm_left_8": { + "rotation": { + "0.0": ["-2.6117-math.cos((q.anim_time-0.3)*360/1.7*1)*5", 22.86089, -5.70811], + "0.5": [0, 0, -22.5] + } + }, + "arm_left_9": { + "rotation": { + "0.0": ["-13.3506-math.cos((q.anim_time-0.4)*360/1.7*1)*8", 16.37998, -2.54008], + "0.2917": [41.53187, -8.23259, -9.88569], + "0.4583": [8.30637, -1.64652, 4.02286], + "0.5": [0, 0, 7.5] + } + }, + "arm_left_10": { + "rotation": { + "0.0": [ + "-12.0461-math.cos((q.anim_time-0.5)*360/3*1)*7", + "24.8403-math.cos((q.anim_time-1.3)*360/3*1)*8", + "1.007-math.cos((q.anim_time-1.3)*360/3*1)*8" + ], + "0.5": [0, 0, 0] + }, + "position": [0, 0, 0] + }, + "arm_left_11": { + "rotation": { + "0.0": ["19.0943-math.cos((q.anim_time-0.6)*360/3*1)*7", 22.20913, 26.42741], + "0.5": [0, 0, 22.5] + }, + "position": { + "0.0": [-0.5, 0.6, -0.6], + "0.5": [0, 0, 0] + } + }, + "arm_left_12": { + "rotation": { + "0.0": ["13.8151-math.cos((q.anim_time-0.9)*360/3*1)*7", "23.7099-math.cos((q.anim_time-1.3)*360/3*1)*8", 18.64452], + "0.5": [0, 0, 22.5] + }, + "position": { + "0.0": [-1.3, 0, -0.3], + "0.5": [0, 0, 0] + } + }, + "arm_right_1_sec_1": { + "rotation": { + "0.0": [ + "4.1513-math.cos((q.anim_time-0.2)*360*0.5)*2", + "7.3525+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + -57.62445 + ], + "0.5": [0, 0, -67.5] + }, + "position": [0, 1, 0] + }, + "arm_right_1_sec_2": { + "rotation": { + "0.0": [ + "11.177-math.cos((q.anim_time-0.4)*360*0.5)*8", + "6.5843+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + 26.54114 + ], + "0.5": [0, 0, 10] + } + }, + "arm_right_3": { + "rotation": { + "0.0": [ + "1.8167-math.cos((q.anim_time-0.5)*360*0.5)*7", + "-20.9556+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + 14.63832 + ], + "0.5": [0, 0, 0] + } + }, + "arm_right_2": { + "rotation": { + "0.0": [ + "3.8748-math.cos((q.anim_time-0.6)*360*0.5)*7", + "-7.5987+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + "18.7774-math.cos((q.anim_time-0.6)*360*0.5)*7" + ], + "0.5": [0, 0, 10] + } + }, + "arm_right_4": { + "rotation": { + "0.0": [ + "-1.4927-math.cos((q.anim_time-0.7)*360*0.5)*7", + "-19.7693+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + "28.6944-math.cos((q.anim_time-0.6)*360*0.5)*8" + ], + "0.5": [0, 0, 7.5] + } + }, + "arm_right_5": { + "rotation": { + "0.0": [ + "-3.1293-math.cos((q.anim_time-0.8)*360*0.5)*8", + "-13.1227+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + "16.7927-math.cos((q.anim_time-0.6)*360*0.5)*12" + ], + "0.5": [0, 0, -25] + } + }, + "arm_right_finger_4_sec_1": { + "rotation": { + "0.0": [0, 0, "70+math.cos((query.anim_time)*90*2-350)*25"], + "0.5": [0, 0, 0] + } + }, + "arm_right_finger_1_sec_9": { + "rotation": { + "0.0": [0, 0, -32.5], + "0.5": [0, 0, 0] + } + }, + "arm_right_finger_1_sec_10": { + "rotation": { + "0.0": [0, 0, 62.5], + "0.5": [0, 0, 0] + } + }, + "arm_right_finger_1_sec_18": { + "rotation": [0, 0, -42.5] + }, + "arm_right_finger_3_sec_1": { + "rotation": { + "0.0": [7.54628, 27.03402, "-24.3179+math.cos((query.anim_time)*90*2-350)*25"], + "0.5": [0, 0, 0] + } + }, + "arm_right_finger_1_sec_4": { + "rotation": { + "0.0": [0, 0, -30], + "0.5": [0, 0, 0] + } + }, + "arm_right_finger_1_sec_7": { + "rotation": { + "0.0": [0, 0, 50], + "0.5": [0, 0, 0] + } + }, + "arm_right_finger_1_sec_14": { + "rotation": [0, 0, -32.5] + }, + "arm_right_finger_5_sec_1": { + "rotation": { + "0.0": [22.79235, 48.59038, "64.7077+math.cos((query.anim_time)*90*2-350)*25"], + "0.5": [0, 0, 0] + } + }, + "arm_right_finger_1_sec_12": { + "rotation": { + "0.0": [0, 0, -37.5], + "0.5": [0, 0, 0] + } + }, + "arm_right_finger_1_sec_13": { + "rotation": { + "0.0": [0, 0, 52.5], + "0.5": [0, 0, 0] + } + }, + "arm_right_finger_1_sec_19": { + "rotation": [0, 0, -50] + }, + "arm_right_finger_6_sec_1": { + "rotation": { + "0.0": [10.95742, -31.42176, "32.3436+math.cos((query.anim_time)*90*2-350)*25"], + "0.5": [0, 0, 0] + } + }, + "arm_right_finger_1_sec_8": { + "rotation": { + "0.0": [0, 0, 55], + "0.5": [0, 0, 0] + } + }, + "arm_right_finger_1_sec_11": { + "rotation": { + "0.0": [0, 0, -57.5], + "0.5": [0, 0, 0] + } + }, + "arm_right_finger_1_sec_17": { + "rotation": [0, 0, 65] + }, + "arm_right_finger_2_sec_1": { + "rotation": { + "0.0": [-1.78082, -13.99545, "-30.5672+math.cos((query.anim_time)*90*2-350)*25"], + "0.5": [0, 0, 0] + } + }, + "arm_right_finger_1_sec_5": { + "rotation": { + "0.0": [0, 0, -42.5], + "0.5": [0, 0, 0] + } + }, + "arm_right_finger_1_sec_6": { + "rotation": { + "0.0": [0, 0, 32.5], + "0.5": [0, 0, 0] + } + }, + "arm_right_finger_1_sec_16": { + "rotation": [0, 0, -25] + }, + "arm_right_finger_1_sec_1": { + "rotation": { + "0.0": [0, 0, "-65+math.cos((query.anim_time)*90*2-350)*25"], + "0.5": [0, 0, 0] + } + }, + "arm_right_finger_1_sec_2": { + "rotation": { + "0.0": [0, 0, 27.5], + "0.5": [0, 0, 0] + } + }, + "arm_right_finger_1_sec_3": { + "rotation": { + "0.0": [0, 0, -42.5], + "0.5": [0, 0, 0] + } + }, + "arm_right_finger_1_sec_15": { + "rotation": [0, 0, 20] + }, + "leg_right_sec_1": { + "rotation": { + "0.0": { + "post": [4.934, 4.00842, 7.85211], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-14.5108, 3.841, 14.5108], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.25, -0.1, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-0.07, 3.66, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 2.4, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right_sec_2": { + "rotation": { + "0.0": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right_sec_3": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right_sec_4": { + "rotation": { + "0.0": [30, 0, 0], + "0.0417": [29.6334, 0.06219, -0.1711], + "0.0833": [28.90264, 0.18614, -0.51216], + "0.3333": [22.8951, 1.2052, -3.31596], + "0.4167": [21.02726, 1.52204, -4.1877], + "0.4583": [20.2965, 1.64599, -4.52876], + "0.5": [19.9299, 1.70818, -4.69986] + } + }, + "leg_right_sec_5": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right_sec_6": { + "rotation": { + "0.0": { + "post": [14.7197, 3.40487, -9.40804], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [41.87457, 8.62188, -7.24041], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [30.71549, 12.0482, -5.8168], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left_sec_1": { + "rotation": { + "0.0": [-15.0931, -8.22084, -5.4886], + "0.5": [-14.51082, -3.84097, -14.51082] + }, + "position": { + "0.0": [-0.1, "-0.1+math.sin((query.anim_time)*144)*0.4", 0], + "0.3333": [-0.03, 4.33, 0], + "0.5": [0, 3.4, 0] + } + }, + "leg_left_sec_2": { + "rotation": { + "0.0": ["-17.5+math.sin((query.anim_time)*144)*3", 0, 0], + "0.5": [-32.5, 0, 0] + } + }, + "leg_left_sec_3": { + "rotation": { + "0.0": [-15, 0, 0], + "0.5": [-20, 0, 0] + } + }, + "leg_left_sec_4": { + "rotation": { + "0.0": ["25-math.sin((query.anim_time)*144)*3", 0, 0], + "0.5": [19.9299, -1.70818, 4.69986] + } + }, + "leg_left_sec_5": { + "rotation": { + "0.0": [7.47178, -0.65182, 4.95744], + "0.5": [17.5, 0, 0] + } + }, + "leg_left_sec_6": { + "rotation": { + "0.0": ["17.4907-math.sin((query.anim_time)*144)*3", -0.43399, 2.46207], + "0.5": [30.71549, -12.04823, 5.81675] + } + }, + "tail_rotation": { + "rotation": { + "0.0": ["-77.5-math.cos((q.anim_time-0.1)*360/1.7*1)*1", 0, 0], + "0.5": [-90, 0, 0] + }, + "position": [0, 1, 0] + }, + "arm_left_1_sec_1": { + "rotation": { + "0.0": [ + "3.496-math.cos((q.anim_time-0.1)*360*0.5)*1", + "-0.7865+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + 52.60258 + ], + "0.5": [0, 0, 67.5] + }, + "position": [0, -1, 0] + }, + "arm_left_1_sec_2": { + "rotation": { + "0.0": [ + "-10.6123-math.cos((q.anim_time-0.2)*360*0.5)*2", + "-3.1164+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + -14.68721 + ], + "0.5": [0, 0, -10] + } + }, + "arm_left_3": { + "rotation": { + "0.0": [ + "2.5-math.cos((q.anim_time-0.3)*360*0.5)*4", + "0+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + "0-math.cos((q.anim_time-0.6)*360*0.5)*7" + ], + "0.5": [0, 0, 0] + } + }, + "arm_left_2": { + "rotation": { + "0.0": [ + "0.9885-math.cos((q.anim_time-0.3)*360*0.5)*7", + "-1.0507+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + "-25.0232-math.cos((q.anim_time-0.6)*360*0.5)*7" + ], + "0.5": [0, 0, -10] + } + }, + "arm_left_4": { + "rotation": { + "0.0": [ + "-8.8709-math.cos((q.anim_time-0.5)*360*0.5)*7", + "14.3028+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + "-27.0764-math.cos((q.anim_time-0.6)*360*0.5)*7" + ], + "0.5": [0, 0, -7.5] + } + }, + "arm_left_5": { + "rotation": { + "0.0": [ + "-3.0691-math.cos((q.anim_time-0.6)*360*0.5)*7", + "13.4426+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + -13.19269 + ], + "0.5": [0, 0, 25] + } + }, + "arm_left_finger_4_sec_1": { + "rotation": { + "0.0": [0, 0, "-80-math.cos((query.anim_time)*90*2-350)*25"], + "0.5": [0, 0, 0] + } + }, + "arm_left_finger_1_sec_9": { + "rotation": { + "0.0": [0, 0, 32.5], + "0.5": [0, 0, 0] + } + }, + "arm_left_finger_1_sec_10": { + "rotation": { + "0.0": [0, 0, -42.5], + "0.5": [0, 0, 0] + } + }, + "arm_left_finger_1_sec_18": { + "rotation": [0, 0, 32.5] + }, + "arm_left_finger_3_sec_1": { + "rotation": { + "0.0": [-7.18122, -29.08424, "44.6492-math.cos((query.anim_time)*90*2-350)*25"], + "0.5": [15, 0, 0] + } + }, + "arm_left_finger_1_sec_4": { + "rotation": { + "0.0": [0, 0, -35], + "0.5": [0, 0, 0] + } + }, + "arm_left_finger_1_sec_7": { + "rotation": { + "0.0": [0, 0, 70], + "0.5": [0, 0, 0] + } + }, + "arm_left_finger_1_sec_14": { + "rotation": [0, 0, -32.5] + }, + "arm_left_finger_5_sec_1": { + "rotation": { + "0.0": [-0.93198, -22.8659, "-37.2099-math.cos((query.anim_time)*90*2-350)*25"], + "0.5": [0, 0, 0] + } + }, + "arm_left_finger_1_sec_12": { + "rotation": { + "0.0": [0, 0, 27.5], + "0.5": [0, 0, 0] + } + }, + "arm_left_finger_1_sec_13": { + "rotation": { + "0.0": [0, 0, -72.5], + "0.5": [0, 0, 0] + } + }, + "arm_left_finger_1_sec_19": { + "rotation": [0, 0, 27.5] + }, + "arm_left_finger_6_sec_1": { + "rotation": { + "0.0": [-7.85415, 41.56781, "-46.6963-math.cos((query.anim_time)*90*2-350)*25"], + "0.5": [0, 0, 0] + } + }, + "arm_left_finger_1_sec_8": { + "rotation": { + "0.0": [0, 0, 30], + "0.5": [0, 0, 0] + } + }, + "arm_left_finger_1_sec_11": { + "rotation": { + "0.0": [0, 0, -65], + "0.5": [0, 0, 0] + } + }, + "arm_left_finger_1_sec_17": { + "rotation": [0, 0, 30] + }, + "arm_left_finger_2_sec_1": { + "rotation": { + "0.0": [14.59007, 50.87002, "58.2724-math.cos((query.anim_time)*90*2-350)*25"], + "0.5": [0, 0, 0] + } + }, + "arm_left_finger_1_sec_5": { + "rotation": { + "0.0": [0, 0, -52.5], + "0.5": [0, 0, 0] + } + }, + "arm_left_finger_1_sec_6": { + "rotation": { + "0.0": [0, 0, 55], + "0.5": [0, 0, 0] + } + }, + "arm_left_finger_1_sec_16": { + "rotation": [0, 0, -32.5] + }, + "arm_left_finger_1_sec_1": { + "rotation": { + "0.0": [0, 0, "67.5-math.cos((query.anim_time)*90*2-350)*25"], + "0.5": [0, 0, 0] + } + }, + "arm_left_finger_1_sec_2": { + "rotation": { + "0.0": [0, 0, -42.5], + "0.5": [0, 0, 0] + } + }, + "arm_left_finger_1_sec_3": { + "rotation": { + "0.0": [0, 0, 65], + "0.5": [0, 0, 0] + } + }, + "arm_left_finger_1_sec_15": { + "rotation": [0, 0, -62.5] + }, + "feet_lright": { + "rotation": { + "0.0": [-25.9744, -1.43364, -2.04831], + "0.2917": [-23.32267, -0.59735, -0.85346], + "0.5": [0, 0, 0] + }, + "position": [0, 0.8, 0] + }, + "feet_left": { + "rotation": { + "0.0": [2.5, -10, 0], + "0.5": [0, 0, 0] + } + }, + "tip_plug": { + "rotation": { + "0.0": [ + "-1.1444-math.cos((q.anim_time-1.3)*360/1.7*1)*24", + "16.4717-math.cos((q.anim_time-1.3)*360/1.7*1)*24", + "-3.0475-math.cos((q.anim_time-1.3)*360/1.7*1)*24" + ], + "0.5": [0, 0, 2.5] + } + }, + "arm_left_1": { + "rotation": { + "0.0": [ + "-0.6162-math.cos((q.anim_time-1.3)*360*0.5)*24", + "1.7913+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + -7.30923 + ], + "0.5": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left_hand": { + "rotation": { + "0.0": ["-math.cos((q.anim_time-1.3)*360*0.5)*24", "math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", 0], + "0.5": [0, 8, 25] + } + }, + "arm_right_1": { + "rotation": { + "0.0": ["-math.cos((q.anim_time-0.1)*360*0.5)*1", "math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", 0], + "0.5": [0, 0, 0] + } + }, + "arm_right_hand": { + "rotation": { + "0.0": ["-math.cos((q.anim_time-1.3)*360*0.5)*24", "math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", 0], + "0.5": [0, -12.5, -25] + } + }, + "leg_right_sec_7_foot3": { + "rotation": { + "0.0": [-7.5, 0, 0], + "0.5": [15, 0, 0] + } + }, + "leg_left_sec_7_foot3": { + "rotation": { + "0.0": [-4.73206, 0.53009, -1.54787], + "0.5": [7.76794, 0.53009, -1.54787] + } + }, + "tail_1": { + "rotation": { + "0.0": ["-7.5-math.sin((query.anim_time)*144/1.7)*1", 0, 0], + "0.5": [0, 0, 0] + }, + "position": [0, -1.3, 5.3] + }, + "head_blackening": { + "scale": 0.1 + }, + "head_blackening2": { + "scale": 0.1 + }, + "head_blackening3": { + "scale": 0.1 + }, + "head_glowup": { + "scale": 0.1 + }, + "head_glowup2": { + "scale": 0.1 + }, + "rotateleg": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -15, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [-2, 0, 0] + } + }, + "foot_right_back_2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-10, 0, 0] + } + }, + "leg_left_sec_7_foot": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [20, 0, 0] + } + }, + "rotateleg2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 17.5, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [2, 0, 0] + } + }, + "leg_right_sec_7_foot": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [30, 0, 0] + } + }, + "foot_left_back_2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-10, 0, 0] + } + }, + "realhead": { + "scale": { + "0.3333": [1, 1, 1], + "0.4167": [1, 1, 1], + "0.5417": ["1+math.random(0.05,0.1)", "1+math.random(0.05,0.1)", "1+math.random(0.05,0.1)"], + "1.6667": [1, 1, 1], + "1.7083": { + "pre": [1, 1, 1], + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.xurkitree.physical": { + "loop": true, + "animation_length": 3, + "bones": { + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-3.48297, 58.29579, -18.81962], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-2.13072, 30.82569, -16.94761], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [62.91864, -66.1711, -38.33623], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [89.58926, -64.18883, -69.97891], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, -2, -2], + "0.625": [0, -2.42, 0.37], + "0.875": [0, 0, 1], + "1.3333": [0, -6, -7], + "1.6667": [0, -6, -7], + "2.3333": [0, -2, -2], + "2.8333": [0, -2, -2], + "3.0": [0, -2, -2] + }, + "scale": 0.9 + }, + "main_body": { + "rotation": [0, 0, 0], + "position": [0, -10, 0] + }, + "tail_rotation": { + "rotation": [-52.5, 0, 0] + }, + "arm_left_7": { + "rotation": { + "0.0": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0.1091, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0.4344, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, -1.6184, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, -3.0816, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, -3.4973, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, -0.386, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 2.754, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 2.75, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left_8": { + "rotation": { + "0.0": { + "post": [-0.98448, 7.43547, -7.56397], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-2.00307, 14.8687, -0.2614], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-4.60659, 14.2906, -10.57779], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-2.82174, -17.50636, 3.48747], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-2.70132, -5.02076, 2.87462], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-2.7, -5.02, 2.87], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.98448, 7.43547, -7.56397], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left_9": { + "rotation": { + "0.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 20, 2.5], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-3.61644, 19.6835, -8.12758], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-8.61644, 19.6835, -8.12758], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-9.11715, 27.09419, -9.38624], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-8.39578, -14.95471, -3.02465], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-8.31024, -1.86843, 0.11493], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-7.86409, -3.27875, -9.79539], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left_10": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0.79, 17.48, 7.62], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-3.90122, 17.07011, -8.08716], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0.33756, 16.88342, -10.69378], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0.35464, 24.38328, -10.64541], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0.34511, -20.61596, -10.91334], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-1.14462, -5.50825, 4.2474], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [1.05711, -5.52566, -18.35868], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left_11": { + "rotation": { + "0.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0.55, 12.49, 5.06], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-3.8185, 11.91334, -15.39875], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [2.79097, 12.30826, -7.7384], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [3.14221, 29.78525, -6.77173], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [2.95485, -22.65046, -9.4726], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [1.0519, -5.75495, 8.99001], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [3.1788, -4.91347, -13.59354], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left_12": { + "rotation": { + "0.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0.55, 12.49, 5.06], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-3.8185, 11.91334, -15.39875], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [2.79097, 12.30826, -7.7384], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [3.14221, 29.78525, -6.77173], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [2.95485, -22.65046, -9.4726], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [1.0519, -5.75495, 8.99001], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [3.1788, -4.91347, -13.59354], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left_1": { + "rotation": [ + "-0.6162-math.cos((q.anim_time-1.3)*360*0.5)*24", + "1.7913+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + -7.30923 + ] + }, + "arm_left_1_sec_1": { + "rotation": { + "0.0": [ + "3.496-math.cos((q.anim_time-0.1)*360*0.5)*1", + "-0.7865+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + 52.60258 + ], + "0.6667": [0, 0, 17.5], + "0.875": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-9.78896, -1.82155, 52.69152], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-9.92655, 0.76082, 67.46944], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-43.3539, -9.79971, 72.77226], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [29.1432, 15.01847, 63.59039], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [29.11523, 24.70758, 51.07683], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [33.33066, 18.20651, 62.56136], + "lerp_mode": "catmullrom" + }, + "2.7083": [0, 0, 67.5], + "3.0": [ + "3.496-math.cos((q.anim_time-0.1)*360*0.5)*1", + "-0.7865+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + 52.60258 + ] + } + }, + "arm_left_1_sec_2": { + "rotation": { + "0.0": [ + "-10.6123-math.cos((q.anim_time-0.2)*360*0.5)*2", + "-3.1164+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + -14.68721 + ], + "0.5": [-5.35254, 11.31255, -20.53051], + "0.875": { + "pre": [-7.24677, 10.21235, -30.6484], + "post": [-7.24677, 10.21235, -30.6484], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-0.35723, -6.28151, -36.98847], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-3.08007, -1.56494, -29.61643], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-3.08006, -1.56494, -29.61643], + "lerp_mode": "catmullrom" + }, + "2.7083": [0, 0, -25], + "3.0": [ + "-10.6123-math.cos((q.anim_time-0.2)*360*0.5)*2", + "-3.1164+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + -14.68721 + ] + } + }, + "arm_left_3": { + "rotation": { + "0.0": [ + "-10.6123-math.cos((q.anim_time-0.2)*360*0.5)*2", + "-3.1164+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + -14.68721 + ], + "0.4583": [-2.00307, 14.8687, -5.2614], + "0.875": { + "pre": [-4.60659, 14.2906, -15.57779], + "post": [-4.60659, 14.2906, -15.57779], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-6.2428, 24.1607, -16.56918], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-0.93199, -12.93892, -14.273], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-2.93489, -7.58927, -4.29731], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-1.91388, -7.90699, -11.85973], + "lerp_mode": "catmullrom" + }, + "2.7083": [0, 0, -5], + "3.0": [ + "-10.6123-math.cos((q.anim_time-0.2)*360*0.5)*2", + "-3.1164+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + -14.68721 + ] + } + }, + "arm_left_2": { + "rotation": { + "0.0": [ + "0.9885-math.cos((q.anim_time-0.3)*360*0.5)*7", + "-1.0507+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + "-25.0232-math.cos((q.anim_time-0.6)*360*0.5)*7" + ], + "0.4583": [-3.03513, 9.53274, -12.75313], + "0.875": { + "pre": [-6.12673, 7.9185, -32.92444], + "post": [-6.12673, 7.9185, -32.92444], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-10.84171, 19.53437, -34.70492], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [2.49523, -15.54019, -32.18433], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-1.64008, -10.74661, -19.32187], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0.75294, -10.84379, -32.0476], + "lerp_mode": "catmullrom" + }, + "2.7083": [0, 0, -15], + "3.0": [ + "0.9885-math.cos((q.anim_time-0.3)*360*0.5)*7", + "-1.0507+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + "-25.0232-math.cos((q.anim_time-0.6)*360*0.5)*7" + ] + } + }, + "arm_left_4": { + "rotation": { + "0.0": [ + "0.9885-math.cos((q.anim_time-0.3)*360*0.5)*7", + "-1.0507+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + "-25.0232-math.cos((q.anim_time-0.6)*360*0.5)*7" + ], + "0.6667": [-6.79286, 10.51794, -28.12598], + "0.875": { + "pre": [-7.24677, 10.21235, -30.6484], + "post": [-7.24677, 10.21235, -30.6484], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-9.28643, 20.37296, -26.959], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [2.20453, -20.54071, -24.4811], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-2.17728, -8.25578, -16.78061], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0.79839, -8.49899, -36.99708], + "lerp_mode": "catmullrom" + }, + "2.7083": [0, 0, -27.5], + "3.0": [ + "0.9885-math.cos((q.anim_time-0.3)*360*0.5)*7", + "-1.0507+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + "-25.0232-math.cos((q.anim_time-0.6)*360*0.5)*7" + ] + } + }, + "arm_left_5": { + "rotation": { + "0.0": [ + "-3.0691-math.cos((q.anim_time-0.6)*360*0.5)*7", + "13.4426+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + -13.19269 + ], + "0.6667": [-3.28396, 12.06754, -10.34721], + "0.875": { + "pre": [-6.32526, 10.80355, -25.59871], + "post": [-6.32526, 10.80355, -25.59871], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-9.28643, 20.37296, -26.959], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [2.20453, -20.54071, -24.4811], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-2.89266, -8.03449, -11.73457], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0.79839, -8.49899, -36.99708], + "lerp_mode": "catmullrom" + }, + "2.7083": [0, 0, -10], + "3.0": [ + "-3.0691-math.cos((q.anim_time-0.6)*360*0.5)*7", + "13.4426+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + -13.19269 + ] + } + }, + "arm_left_finger_4_sec_1": { + "rotation": [0, 0, -47.5] + }, + "arm_left_finger_1_sec_9": { + "rotation": [0, 0, -52.5] + }, + "arm_left_finger_1_sec_10": { + "rotation": [0, 0, 50] + }, + "arm_left_finger_1_sec_18": { + "rotation": [0, 0, -70] + }, + "arm_left_finger_3_sec_1": { + "rotation": [-13.42009, -44.04266, 56.78396] + }, + "arm_left_finger_1_sec_4": { + "rotation": [0, 0, -40] + }, + "arm_left_finger_1_sec_7": { + "rotation": [0, 0, 45] + }, + "arm_left_finger_1_sec_14": { + "rotation": [0, 0, 42.5] + }, + "arm_left_finger_5_sec_1": { + "rotation": [-4.15742, -24.2306, -22.51676] + }, + "arm_left_finger_1_sec_12": { + "rotation": [0, 0, -60] + }, + "arm_left_finger_1_sec_13": { + "rotation": [0, 0, 35] + }, + "arm_left_finger_1_sec_19": { + "rotation": [0, 0, -70] + }, + "arm_left_finger_6_sec_1": { + "rotation": [2.52829, 27.96771, -28.71693] + }, + "arm_left_finger_1_sec_8": { + "rotation": [0, 0, -45] + }, + "arm_left_finger_1_sec_11": { + "rotation": [0, 0, 50] + }, + "arm_left_finger_1_sec_17": { + "rotation": [0, 0, -62.5] + }, + "arm_left_finger_2_sec_1": { + "rotation": [1.79457, 35.09789, 39.45633] + }, + "arm_left_finger_1_sec_5": { + "rotation": [0, 0, 35] + }, + "arm_left_finger_1_sec_6": { + "rotation": [0, 0, -45] + }, + "arm_left_finger_1_sec_16": { + "rotation": [0, 0, 40] + }, + "arm_left_finger_1_sec_1": { + "rotation": [0, 0, 60] + }, + "arm_left_finger_1_sec_2": { + "rotation": [0, 0, -35] + }, + "arm_left_finger_1_sec_3": { + "rotation": [0, 0, 60] + }, + "arm_left_finger_1_sec_15": { + "rotation": [0, 0, 30] + }, + "arm_right_1": { + "rotation": ["-math.cos((q.anim_time-0.1)*360*0.5)*1", "math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", 0] + }, + "arm_right_1_sec_1": { + "rotation": { + "0.0": [ + "4.1513-math.cos((q.anim_time-0.2)*360*0.5)*2", + "7.3525+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + -57.62445 + ], + "0.7917": [9.25249, -3.81024, -67.80843], + "1.0833": { + "pre": [2.18559, -9.76061, -12.68663], + "post": [2.18559, -9.76061, -12.68663], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0.44066, -9.99038, -2.53851], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-7.43237, -21.24622, 24.04061], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [35.46735, -19.91805, -10.41791], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [38.77519, -10.82875, -22.81091], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [26.81835, -6.81382, -20.1938], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [19.53597, 5.23215, -44.92391], + "lerp_mode": "catmullrom" + }, + "2.625": [0, 0, -67.5], + "3.0": [ + "4.1513-math.cos((q.anim_time-0.2)*360*0.5)*2", + "7.3525+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + -57.62445 + ] + } + }, + "arm_right_1_sec_2": { + "rotation": { + "0.0": [ + "11.177-math.cos((q.anim_time-0.4)*360*0.5)*8", + "6.5843+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + 26.54114 + ], + "0.7917": [1.2506, 2.16489, 25.02363], + "1.0833": { + "pre": [6.923, 10.32096, 43.19189], + "post": [6.923, 10.32096, 43.19189], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [8.21259, 9.33177, 50.73732], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-2.10903, 6.62409, 50.09589], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-4.00795, 5.68294, 32.51895], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-6.48473, 1.37128, 32.91552], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-8.9938, -2.91911, 33.4985], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-7.73349, -0.77711, 33.18344], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-7.73192, -0.77529, 33.18217], + "lerp_mode": "catmullrom" + }, + "2.625": [0, 0, 25], + "3.0": [ + "11.177-math.cos((q.anim_time-0.4)*360*0.5)*8", + "6.5843+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + 26.54114 + ] + } + }, + "arm_right_3": { + "rotation": { + "0.0": [ + "1.8167-math.cos((q.anim_time-0.5)*360*0.5)*7", + "-20.9556+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + 14.63832 + ], + "0.3333": [-0.56783, -4.30489, 5.02134], + "0.7917": { + "pre": [0.98448, 7.43547, 5.06397], + "post": [0.98448, 7.43547, 5.06397], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [1.7387, 9.70411, 25.3979], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [3.00109, 9.39352, 32.99692], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-0.77254, 7.20525, 25.32147], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-2.32093, 6.86648, 12.73086], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-3.95082, -5.50775, 13.40751], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-4.65604, -10.45099, 13.78301], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-5.02567, -12.92076, 13.99659], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-4.29325, -7.97854, 13.59178], + "lerp_mode": "catmullrom" + }, + "2.625": [0, 0, 5], + "3.0": [ + "1.8167-math.cos((q.anim_time-0.5)*360*0.5)*7", + "-20.9556+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + 14.63832 + ] + } + }, + "arm_right_2": { + "rotation": { + "0.0": [ + "3.8748-math.cos((q.anim_time-0.6)*360*0.5)*7", + "-7.5987+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + "18.7774-math.cos((q.anim_time-0.6)*360*0.5)*7" + ], + "0.3333": [-4.10189, -11.11854, 15.39942], + "0.7917": { + "pre": [2.57816, 7.04533, 15.15874], + "post": [2.57816, 7.04533, 15.15874], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-2.60106, 17.99794, 2.85806], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [7.02715, 16.80811, 34.30951], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-3.01125, 9.13576, 33.36296], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0.14684, 6.76537, 23.33197], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-3.76006, -7.7136, 23.78746], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-5.12172, -12.52865, 24.16721], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-5.82515, -14.93244, 24.40431], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-3.76272, -4.85381, 31.15823], + "lerp_mode": "catmullrom" + }, + "2.625": [0, 0, 15], + "3.0": [ + "3.8748-math.cos((q.anim_time-0.6)*360*0.5)*7", + "-7.5987+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + "18.7774-math.cos((q.anim_time-0.6)*360*0.5)*7" + ] + } + }, + "arm_right_4": { + "rotation": { + "0.0": [ + "-1.4927-math.cos((q.anim_time-0.7)*360*0.5)*7", + "-19.7693+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + "28.6944-math.cos((q.anim_time-0.6)*360*0.5)*8" + ], + "0.3333": [-5.52413, -14.81469, 15.71873], + "0.7917": { + "pre": [3.45118, 9.39129, 15.28356], + "post": [3.45118, 9.39129, 15.28356], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-0.27942, 25.46212, 6.04602], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [7.88732, 24.28907, 25.30901], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [2.24706, 6.94123, 28.75039], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [1.31757, 7.17484, 21.19669], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-0.7008, -32.7276, 6.53044], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-3.75929, -32.44206, 15.21606], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-3.39398, -32.46824, 15.12591], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-3.52129, -6.91028, 28.90404], + "lerp_mode": "catmullrom" + }, + "2.625": [0, 0, 7.5], + "3.0": [ + "-1.4927-math.cos((q.anim_time-0.7)*360*0.5)*7", + "-19.7693+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + "28.6944-math.cos((q.anim_time-0.6)*360*0.5)*8" + ] + } + }, + "arm_right_5": { + "rotation": { + "0.0": [ + "-1.9516-math.cos((q.anim_time-0.8)*360*0.5)*8", + "-12.6077+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + "9.2184-math.cos((q.anim_time-0.6)*360*0.5)*12" + ], + "0.3333": [-5.52413, -14.81469, 15.71873], + "0.7917": { + "pre": [3.45118, 9.39129, 15.28356], + "post": [3.45118, 9.39129, 15.28356], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-0.27942, 25.46212, 6.04602], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [7.88732, 24.28907, 25.30901], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [2.24706, 6.94123, 28.75039], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [1.31757, 7.17484, 21.19669], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-0.7008, -32.7276, 6.53044], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-3.04504, -44.63936, 11.52494], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-3.75929, -32.44206, 15.21606], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-11.67134, -30.74338, 30.09273], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-3.39398, -32.46824, 15.12591], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-3.52129, -6.91028, 28.90404], + "lerp_mode": "catmullrom" + }, + "2.625": [0, 0, 7.5], + "3.0": [ + "-1.9516-math.cos((q.anim_time-0.8)*360*0.5)*8", + "-12.6077+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + "9.2184-math.cos((q.anim_time-0.6)*360*0.5)*12" + ] + } + }, + "arm_right_finger_4_sec_1": { + "rotation": [0, 0, 47.5] + }, + "arm_right_finger_1_sec_9": { + "rotation": [0, 0, 50] + }, + "arm_right_finger_1_sec_10": { + "rotation": [0, 0, -35] + }, + "arm_right_finger_1_sec_18": { + "rotation": [0, 0, 65] + }, + "arm_right_finger_3_sec_1": { + "rotation": [-1.34154, 29.89373, -38.71764] + }, + "arm_right_finger_1_sec_4": { + "rotation": [0, 0, 35] + }, + "arm_right_finger_1_sec_7": { + "rotation": [0, 0, -65] + }, + "arm_right_finger_1_sec_14": { + "rotation": [0, 0, -45] + }, + "arm_right_finger_5_sec_1": { + "rotation": [-6.57316, 25.49671, 26.51653] + }, + "arm_right_finger_1_sec_12": { + "rotation": [0, 0, 52.5] + }, + "arm_right_finger_1_sec_13": { + "rotation": [0, 0, -37.5] + }, + "arm_right_finger_1_sec_19": { + "rotation": [0, 0, 40] + }, + "arm_right_finger_6_sec_1": { + "rotation": [-5.71376, -43.54823, 47.76402] + }, + "arm_right_finger_1_sec_8": { + "rotation": [0, 0, -25] + }, + "arm_right_finger_1_sec_11": { + "rotation": [0, 0, 65] + }, + "arm_right_finger_1_sec_17": { + "rotation": [0, 0, 32.5] + }, + "arm_right_finger_2_sec_1": { + "rotation": [14.11614, -59.89552, -56.32499] + }, + "arm_right_finger_1_sec_5": { + "rotation": [0, 0, 67.5] + }, + "arm_right_finger_1_sec_6": { + "rotation": [0, 0, -80] + }, + "arm_right_finger_1_sec_16": { + "rotation": [0, 0, -30] + }, + "arm_right_finger_1_sec_1": { + "rotation": [0, 0, -80] + }, + "arm_right_finger_1_sec_2": { + "rotation": [0, 0, 45] + }, + "arm_right_finger_1_sec_3": { + "rotation": [0, 0, -55] + }, + "arm_right_finger_1_sec_15": { + "rotation": [0, 0, -32.5] + }, + "leg_right_sec_1": { + "rotation": [4.934, 4.00842, 7.85211], + "position": { + "0.0": { + "post": [1, 0, -1], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [1, -3, -1], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [1, -1.25, -1], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-2, -5.5, -0.75], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [4, -6.5, -13.25], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [4, -6.5, -12.25], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [2.23, -6.1, -9.28], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [1, -2, -3], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [1, -1, -3], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1, 0, -1], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right_sec_2": { + "rotation": { + "0.0": { + "post": [-15.3592, 29.92351, 11.6936], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-41.35244, 65.36454, 1.95798], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-28.85244, 65.36454, 1.95798], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-39.58484, 10.25706, 5.99175], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [2.66799, -17.12932, 13.86848], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [2.10945, -46.79324, 8.99321], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-15.30306, -16.46279, 9.79566], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-15.3592, 29.92351, 11.6936], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-15.3592, 29.92351, 11.6936], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-15.3592, 29.92351, 11.6936], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0.9, 0, 0], + "0.5417": [0.41, 0.24, -1.6], + "1.375": [-0.6, 0.6, 0], + "3.0": [0.9, 0, 0] + } + }, + "leg_right_sec_3": { + "rotation": [-10, 0, 0] + }, + "leg_right_sec_4": { + "rotation": { + "0.0": { + "post": [34.8974, 2.86544, -4.09918], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [46.96858, 0.40106, -1.59931], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [54.79447, 4.84484, -5.6298], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [37.29447, 4.84484, -5.6298], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [62.23269, 2.92474, -3.10896], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [54.68846, 2.13093, -4.13447], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [37.1143, 3.64264, -6.12725], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [37.27534, 16.73514, -11.5257], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [59.46584, 5.76303, -2.38705], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [50.27218, -0.32186, 1.07371], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [34.8974, 2.86544, -4.09918], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [34.8974, 2.86544, -4.09918], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [34.8974, 2.86544, -4.09918], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0.68, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0.71, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-0.25, 1.75, -0.25], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 1.25, -0.25], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right_sec_5": { + "rotation": [20, 0, 0] + }, + "leg_right_sec_6": { + "rotation": [14.7197, 3.40487, -9.40804] + }, + "feet_lright": { + "rotation": { + "0.0": [-34.9744, -1.43364, -2.04831], + "0.625": { + "pre": [-19.76419, 4.29654, 6.15396], + "post": [-19.76419, 4.29654, 6.15396], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-9.93076, 2.03397, 12.55343], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-10.02928, -1.46666, -7.14113], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-10.03, -1.47, -7.14], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-9.31892, -4.00488, -21.94246], + "lerp_mode": "catmullrom" + }, + "2.375": [-34.9744, -1.43364, -2.04831], + "3.0": [-34.9744, -1.43364, -2.04831] + }, + "position": { + "0.0": [0, 0, 0], + "0.625": [0, 0, 0], + "3.0": [0, 0, 0] + } + }, + "leg_right_sec_7_foot3": { + "rotation": { + "0.0": [0, 0, 0], + "0.625": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left_sec_1": { + "rotation": [-15.0931, -8.22084, -5.4886], + "position": { + "0.0": { + "post": [0, -2, -3], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-3, -1, -3], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-3.5, 0, -3], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-1.75, -3, -6.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, -4.75, -5.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-2, -14.75, -5.5], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-0.75, -3.25, -2.75], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, -2, -3], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, -2, -3], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -2, -3], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left_sec_2": { + "rotation": { + "0.0": { + "post": [-21.616, -13.54835, -8.4039], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-16.28818, 7.24796, -15.5077], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-42.41347, 21.61146, -19.98588], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-65.8725, 0.38469, -18.1042], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-43.76395, -6.86963, -11.20557], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-49.63626, -54.25604, -14.05607], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-46.08, -43.27, -12.53], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-21.616, -13.54835, -8.4039], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-21.616, -13.54835, -8.4039], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-21.616, -13.54835, -8.4039], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left_sec_3": { + "rotation": [-12.5, 0, 0] + }, + "leg_left_sec_4": { + "rotation": { + "0.0": { + "post": [34.8974, -2.86544, 4.09918], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [22.3974, -2.86544, 4.09918], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [38.6474, -2.86544, 4.09918], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [44.8974, -2.86544, 4.09918], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [44.9, -2.87, 4.1], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [61.81338, 5.59042, -1.48665], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [64.9, -2.87, 4.1], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [73.1234, -5.31963, 4.7775], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [72.39926, -5.32623, 4.77401], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [34.8974, -2.86544, 4.09918], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [34.8974, -2.86544, 4.09918], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [34.8974, -2.86544, 4.09918], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0.7], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 0.75], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, 0, 2.03], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left_sec_5": { + "rotation": [7.47178, -0.65182, 4.95744] + }, + "leg_left_sec_6": { + "rotation": [17.4907, -0.43399, 2.46207] + }, + "feet_left": { + "rotation": { + "0.0": [-5, -10, 0], + "0.625": { + "pre": [-1.75378, -9.84655, 10.15108], + "post": [-1.75378, -9.84655, 10.15108], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [1.71981, 0.22408, -12.34547], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [28.48818, 1.45466, -14.34686], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [21.71981, 0.22408, -12.34547], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-5, -10, 0], + "lerp_mode": "catmullrom" + } + }, + "position": [0, 0, 0] + }, + "leg_left_sec_7_foot3": { + "rotation": { + "2.125": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head_quirk": { + "rotation": [10, 0, 0] + }, + "body_top_position": { + "rotation": [0, 0, 0], + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 0, 0], + "1.4583": [0, -9, -4], + "1.75": [0, -9, -4], + "2.25": [0, 0, 0] + } + }, + "arm_left_hand": { + "rotation": ["-math.cos((q.anim_time-1.3)*360*0.5)*24", "math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", 0] + }, + "arm_right_hand": { + "rotation": [ + "-3.1293-math.cos((q.anim_time-0.8)*360*0.5)*8", + "-13.1227+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + "16.7927-math.cos((q.anim_time-0.6)*360*0.5)*12" + ] + }, + "head_blackening": { + "rotation": [10, 0, 0], + "scale": 0.1 + }, + "head_blackening2": { + "rotation": [10, 0, 0], + "scale": 0.1 + }, + "head_blackening3": { + "rotation": [10, 0, 0], + "scale": 0.1 + }, + "head_glowup": { + "rotation": [10, 0, 0], + "scale": 0.1 + }, + "head_glowup2": { + "rotation": [10, 0, 0], + "scale": 0.1 + } + } + }, + "animation.xurkitree.headshake": { + "animation_length": 2, + "bones": { + "head_quirk": { + "scale": { + "0.0": [0.9, 0.9, 0.9], + "0.0833": {"pre": [0.9, 0.9, 0.9], "post": [1, 1, 1]}, + "0.125": {"pre": [1, 1, 1], "post": ["1+math.random(0.05,0.1)", "1+math.random(0.05,0.1)", "1+math.random(0.05,0.1)"]}, + "1.75": {"pre": ["1+math.random(0.05,0.1)", "1+math.random(0.05,0.1)", "1+math.random(0.05,0.1)"], "post": ["1+math.random(0.1,0.2)", "1+math.random(0.1,0.2)", "1+math.random(0.1,0.2)"]}, + "2.0": [0.9, 0.9, 0.9] + } + }, + "head_blackening": { + "scale": { + "0.0": [0.9, 0.9, 0.9], + "0.0833": {"pre": [0.9, 0.9, 0.9], "post": [1, 1, 1]}, + "0.125": {"pre": [1, 1, 1], "post": ["1+math.random(0.05,0.1)", "1+math.random(0.05,0.1)", "1+math.random(0.05,0.1)"]}, + "1.75": {"pre": ["1+math.random(0.05,0.1)", "1+math.random(0.05,0.1)", "1+math.random(0.05,0.1)"], "post": ["1+math.random(0.1,0.2)", "1+math.random(0.1,0.2)", "1+math.random(0.1,0.2)"]}, + "2.0": [0.9, 0.9, 0.9] + } + }, + "head_blackening2": { + "scale": { + "0.0": [0.9, 0.9, 0.9], + "0.0833": {"pre": [0.9, 0.9, 0.9], "post": [1, 1, 1]}, + "0.125": {"pre": [1, 1, 1], "post": ["1+math.random(0.05,0.1)", "1+math.random(0.05,0.1)", "1+math.random(0.05,0.1)"]}, + "1.75": {"pre": ["1+math.random(0.05,0.1)", "1+math.random(0.05,0.1)", "1+math.random(0.05,0.1)"], "post": ["1+math.random(0.1,0.2)", "1+math.random(0.1,0.2)", "1+math.random(0.1,0.2)"]}, + "2.0": [0.9, 0.9, 0.9] + } + }, + "head_blackening3": { + "scale": { + "0.0": [0.9, 0.9, 0.9], + "0.0833": {"pre": [0.9, 0.9, 0.9], "post": [1, 1, 1]}, + "0.125": {"pre": [1, 1, 1], "post": ["1+math.random(0.05,0.1)", "1+math.random(0.05,0.1)", "1+math.random(0.05,0.1)"]}, + "1.75": {"pre": ["1+math.random(0.05,0.1)", "1+math.random(0.05,0.1)", "1+math.random(0.05,0.1)"], "post": ["1+math.random(0.1,0.2)", "1+math.random(0.1,0.2)", "1+math.random(0.1,0.2)"]}, + "2.0": [0.9, 0.9, 0.9] + } + }, + "head_glowup": { + "scale": { + "0.0": [0.9, 0.9, 0.9], + "0.0833": {"pre": [0.9, 0.9, 0.9], "post": ["1*10.8", "1*10.8", "1*10.8"]}, + "0.125": {"pre": ["1*10.8", "1*10.8", "1*10.8"], "post": ["1*10.8+math.random(0.05,0.1)", "1*10.8+math.random(0.05,0.1)", "1*10.8+math.random(0.05,0.1)"]}, + "1.75": {"pre": ["1*10.8+math.random(0.05,0.1)", "1*10.8+math.random(0.05,0.1)", "1*10.8+math.random(0.05,0.1)"], "post": ["1*10.8+math.random(0.1,0.2)", "1*10.8+math.random(0.1,0.2)", "1*10.8+math.random(0.1,0.2)"]}, + "2.0": [0.9, 0.9, 0.9] + } + }, + "head_glowup2": { + "scale": { + "0.0": [0.9, 0.9, 0.9], + "0.0833": {"pre": [0.9, 0.9, 0.9], "post": ["1*10.8", "1*10.8", "1*10.8"]}, + "0.125": {"pre": ["1*10.8", "1*10.8", "1*10.8"], "post": ["1*10.8+math.random(0.05,0.1)", "1*10.8+math.random(0.05,0.1)", "1*10.8+math.random(0.05,0.1)"]}, + "1.75": {"pre": ["1*10.8+math.random(0.05,0.1)", "1*10.8+math.random(0.05,0.1)", "1*10.8+math.random(0.05,0.1)"], "post": ["1*10.8+math.random(0.1,0.2)", "1*10.8+math.random(0.1,0.2)", "1*10.8+math.random(0.1,0.2)"]}, + "2.0": [0.9, 0.9, 0.9] + } + } + } + }, + "animation.xurkitree.cry": { + "animation_length": 2, + "bones": { + "head_quirk": { + "scale": { + "0.0": [0.9, 0.9, 0.9], + "0.0833": {"pre": [0.9, 0.9, 0.9], "post": [1, 1, 1]}, + "0.125": {"pre": [1, 1, 1], "post": ["0.99+math.random(0.05,0.1)", "0.99+math.random(0.05,0.1)", "0.99+math.random(0.05,0.1)"]}, + "1.75": {"pre": ["0.99+math.random(0.05,0.1)", "0.99+math.random(0.05,0.1)", "0.99+math.random(0.05,0.1)"], "post": ["0.99+math.random(0.1,0.2)", "0.99+math.random(0.1,0.2)", "0.99+math.random(0.1,0.2)"]}, + "2.0": [0.9, 0.9, 0.9] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [2, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [6, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [2, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "head_glowup": { + "scale": { + "0.0": [0.9, 0.9, 0.9], + "0.0833": {"pre": [0.9, 0.9, 0.9], "post": ["1*10.8", "1*10.8", "1*10.8"]}, + "0.125": {"pre": ["1*10.8", "1*10.8", "1*10.8"], "post": ["1*10.8+math.random(0.05,0.1)", "1*10.8+math.random(0.05,0.1)", "1*10.8+math.random(0.05,0.1)"]}, + "1.75": {"pre": ["1*10.8+math.random(0.05,0.1)", "1*10.8+math.random(0.05,0.1)", "1*10.8+math.random(0.05,0.1)"], "post": ["1*10.8+math.random(0.1,0.2)", "1*10.8+math.random(0.1,0.2)", "1*10.8+math.random(0.1,0.2)"]}, + "2.0": [0.9, 0.9, 0.9] + } + }, + "head_glowup2": { + "scale": { + "0.0": [0.9, 0.9, 0.9], + "0.0833": {"pre": [0.9, 0.9, 0.9], "post": ["1*10.8", "1*10.8", "1*10.8"]}, + "0.125": {"pre": ["1*10.8", "1*10.8", "1*10.8"], "post": ["1*10.8+math.random(0.05,0.1)", "1*10.8+math.random(0.05,0.1)", "1*10.8+math.random(0.05,0.1)"]}, + "1.75": {"pre": ["1*10.8+math.random(0.05,0.1)", "1*10.8+math.random(0.05,0.1)", "1*10.8+math.random(0.05,0.1)"], "post": ["1*10.8+math.random(0.1,0.2)", "1*10.8+math.random(0.1,0.2)", "1*10.8+math.random(0.1,0.2)"]}, + "2.0": [0.9, 0.9, 0.9] + } + }, + "realhead": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [6, 0, 0], + "0.5417": { + "pre": [6, 0, 0], + "post": [6, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": [6, 0, 0], + "0.625": {"pre": [6, 0, 0], "post": [9.44, 0, 0]}, + "0.6667": { + "pre": [9.44, 0, 0], + "post": [9.44, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": [9.44, 0, 0], + "0.75": {"pre": [9.44, 0, 0], "post": [2, 0, 0]}, + "0.7917": { + "pre": [2, 0, 0], + "post": [2, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": [2, 0, 0], + "0.875": {"pre": [2, 0, 0], "post": [1, 0, 0]}, + "0.9167": { + "pre": [1, 0, 0], + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": [1, 0, 0], + "1.0": {"pre": [1, 0, 0], "post": [6, 0, 0]}, + "1.0417": { + "pre": [6, 0, 0], + "post": [6, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": [6, 0, 0], + "1.125": {"pre": [6, 0, 0], "post": [1.86, 0, 0]}, + "1.1667": { + "pre": [1.86, 0, 0], + "post": [1.86, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": [1.86, 0, 0], + "1.25": { + "pre": [2, 0, 0], + "post": [2, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [2, 0, 0], + "1.3333": { + "pre": [0.41, 0, 0], + "post": [0.41, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": [0.41, 0, 0], + "1.4167": {"pre": [0.41, 0, 0], "post": [6, 0, 0]}, + "1.4583": { + "pre": [6, 0, 0], + "post": [6, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [6, 0, 0], + "2.0": { + "pre": [2, 0, 0], + "post": [2, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.xurkitree.recoil": { + "animation_length": 1.5, + "bones": { + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.2917": { + "pre": [-12.5, 0, 0], + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.375": { + "pre": [0, 0, 2], + "post": [0, 0, 2], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "tail_rotation": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "arm_left_1_sec_1": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": { + "pre": [1.75378, 9.84655, -9.84892], + "post": [1.75378, 9.84655, -9.84892], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "arm_right_1_sec_1": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": { + "pre": [1.75378, -9.84655, 9.84892], + "post": [1.75378, -9.84655, 9.84892], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + } + } + }, + "animation.xurkitree.faint": { + "animation_length": 2, + "bones": { + "head_quirk": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": {"pre": [1, 1, 1], "post": [0.1, 0.1, 0.1]}, + "0.2917": {"pre": [0.1, 0.1, 0.1], "post": [1, 1, 1]}, + "0.375": {"pre": [1, 1, 1], "post": [0.1, 0.1, 0.1]}, + "0.4167": {"pre": [0.1, 0.1, 0.1], "post": [1, 1, 1]}, + "0.4583": {"pre": [1, 1, 1], "post": [0.1, 0.1, 0.1]}, + "0.5": {"pre": [0.1, 0.1, 0.1], "post": [0.1, 0.1, 0.1]}, + "0.5833": {"pre": [0.1, 0.1, 0.1], "post": [1, 1, 1]}, + "0.6667": {"pre": [1, 1, 1], "post": [0.1, 0.1, 0.1]}, + "0.7083": {"pre": [0.1, 0.1, 0.1], "post": [1, 1, 1]}, + "0.75": {"pre": [1, 1, 1], "post": [0.1, 0.1, 0.1]} + } + }, + "head_blackening": { + "scale": { + "0.0": [0.1, 0.1, 0.1], + "0.2083": {"pre": [0.1, 0.1, 0.1], "post": [1, 1, 1]}, + "0.25": {"pre": [1, 1, 1], "post": [1, 1, 1]}, + "0.2917": {"pre": [1, 1, 1], "post": [0.1, 0.1, 0.1]}, + "0.3333": {"pre": [0.1, 0.1, 0.1], "post": [0.1, 0.1, 0.1]}, + "0.375": {"pre": [0.1, 0.1, 0.1], "post": [1, 1, 1]}, + "0.4167": {"pre": [1, 1, 1], "post": [1, 1, 1]}, + "0.4583": {"pre": [1, 1, 1], "post": [1, 1, 1]}, + "0.5": {"pre": [1, 1, 1], "post": [1, 1, 1]}, + "0.5417": {"pre": [1, 1, 1], "post": [1, 1, 1]}, + "0.5833": {"pre": [1, 1, 1], "post": [0.1, 0.1, 0.1]}, + "0.625": {"pre": [0.1, 0.1, 0.1], "post": [0.1, 0.1, 0.1]}, + "0.6667": {"pre": [0.1, 0.1, 0.1], "post": [1, 1, 1]}, + "0.7083": {"pre": [1, 1, 1], "post": [1, 1, 1]}, + "0.75": {"pre": [1, 1, 1], "post": [1, 1, 1]}, + "0.9583": {"pre": [1, 1, 1], "post": [0.1, 0.1, 0.1]}, + "1.0417": {"pre": [0.1, 0.1, 0.1], "post": [1, 1, 1]}, + "1.0833": {"pre": [1, 1, 1], "post": [0.1, 0.1, 0.1]} + } + }, + "head_blackening2": { + "scale": { + "0.0": [0.1, 0.1, 0.1], + "0.9583": {"pre": [0.1, 0.1, 0.1], "post": [1, 1, 1]}, + "1.0417": {"pre": [1, 1, 1], "post": [0.1, 0.1, 0.1]}, + "1.0833": {"pre": [0.1, 0.1, 0.1], "post": [1, 1, 1]}, + "1.3333": {"pre": [1, 1, 1], "post": [0.1, 0.1, 0.1]} + } + }, + "head_blackening3": { + "scale": { + "0.0": [0.1, 0.1, 0.1], + "1.2917": {"pre": [0.1, 0.1, 0.1], "post": [0.1, 0.1, 0.1]}, + "1.3333": {"pre": [0.1, 0.1, 0.1], "post": [1, 1, 1]} + } + }, + "head_glowup": { + "scale": 0.1 + }, + "head_glowup2": { + "scale": 0.1 + } + } + }, + "animation.xurkitree.movetest": { + "animation_length": 3, + "bones": { + "xurkitree": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, -2.95904], + "0.0833": [0, 0, -7.31311], + "0.125": [0, 0, -12.06718], + "0.1667": [0, 0, -17.03381], + "0.2083": [0, 0, -22.13563], + "0.25": [0, 0, -27.33285], + "0.2917": [0, 0, -32.60036], + "0.3333": [0, 0, -37.92195], + "0.375": [0, 0, -43.28622], + "0.4167": [0, 0, -48.68459], + "0.4583": [0, 0, -54.11038], + "0.5": [0, 0, -59.55819], + "0.5417": [0, 0, -65.0237], + "0.5833": [0, 0, -70.5032], + "0.8333": [0, 0, -103.50858], + "0.9167": [0, 0, -114.4968], + "0.9583": [0, 0, -119.9763], + "1.0": [0, 0, -125.44181], + "1.0417": [0, 0, -130.88962], + "1.0833": [0, 0, -136.31541], + "1.125": [0, 0, -141.71378], + "1.1667": [0, 0, -147.07805], + "1.2083": [0, 0, -152.39964], + "1.25": [0, 0, -157.66715], + "1.2917": [0, 0, -162.86437], + "1.3333": [0, 0, -167.96619], + "1.375": [0, 0, -172.93282], + "1.4167": [0, 0, -177.68689], + "1.4583": [0, 0, -182.04096], + "1.5": [0, 0, -185], + "1.5417": [0, 0, -187.95904], + "1.5833": [0, 0, -192.31311], + "1.625": [0, 0, -197.06718], + "1.6667": [0, 0, -202.03381], + "1.7083": [0, 0, -207.13563], + "1.75": [0, 0, -212.33285], + "1.7917": [0, 0, -217.60036], + "1.8333": [0, 0, -222.92195], + "1.875": [0, 0, -228.28622], + "1.9167": [0, 0, -233.68459], + "1.9583": [0, 0, -239.11038], + "2.0": [0, 0, -244.55819], + "2.0417": [0, 0, -250.0237], + "2.0833": [0, 0, -255.5032], + "2.3333": [0, 0, -288.50858], + "2.4167": [0, 0, -299.4968], + "2.4583": [0, 0, -304.9763], + "2.5": [0, 0, -310.44181], + "2.5417": [0, 0, -315.88962], + "2.5833": [0, 0, -321.31541], + "2.625": [0, 0, -326.71378], + "2.6667": [0, 0, -332.07805], + "2.7083": [0, 0, -337.39964], + "2.75": [0, 0, -342.66715], + "2.7917": [0, 0, -347.86437], + "2.8333": [0, 0, -352.96619], + "2.875": [0, 0, -357.93282], + "2.9167": [0, 0, -362.68689], + "2.9583": [0, 0, -367.04096], + "3.0": [0, 0, "-185-185"] + } + }, + "main_body": { + "position": [0, 0, 210] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/yamask/yamask_galarian.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/yamask/yamask_galarian.animation.json new file mode 100644 index 0000000..3822df4 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/yamask/yamask_galarian.animation.json @@ -0,0 +1,138 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.yamask_galarian.pose": { + "loop": true, + "bones": { + "arm_right": { + "rotation": [10, 0, -15], + "position": [0, 0, -0.25] + }, + "arm_right2": { + "rotation": [0, 5, 10], + "position": [0.09659, -0.02549, -0.00449] + }, + "arm_left": { + "rotation": [10, 0, 15], + "position": [0, 0, -0.25] + }, + "arm_left2": { + "rotation": [0, -5, -10], + "position": [-0.09659, -0.02549, -0.00449] + } + } + }, + "animation.yamask_galarian.ground_idle": { + "loop": true, + "bones": { + "arm_right": { + "rotation": [10, 0, "-15-math.sin(q.anim_time*90*2+45)*5"], + "position": [0, 0, -0.25] + }, + "arm_right2": { + "rotation": [0, 5, "10-math.sin(q.anim_time*90*2+75)*2.5"], + "position": [0.09659, -0.02549, -0.00449] + }, + "arm_left": { + "rotation": [10, 0, "15+math.sin(q.anim_time*90*2+45)*5"], + "position": [0, 0, -0.25] + }, + "arm_left2": { + "rotation": [0, -5, "-10+math.sin(q.anim_time*90*2+75)*2.5"], + "position": [-0.09659, -0.02549, -0.00449] + }, + "torso": { + "rotation": ["0-math.sin(q.anim_time*90*2+30)*2.5", "0+math.sin(q.anim_time*90*1+30)*5", "0+math.sin(q.anim_time*90*1+30)*1"], + "position": [0, "2.5+math.clamp(math.sin(q.anim_time*90*2)*1,-0.75,1)+math.sin(q.anim_time*90*2)*1", 0] + }, + "tail": { + "rotation": ["0-math.sin(q.anim_time*90*2+60)*1", 0, "0-math.sin(q.anim_time*90*2+60)*1"] + }, + "tail2": { + "rotation": ["0-math.sin(q.anim_time*90*2+90)*2.5", 0, 0] + }, + "tail3": { + "rotation": ["0-math.sin(q.anim_time*90*2+120)*2.5", 0, 0] + }, + "tail4": { + "rotation": ["0-math.sin(q.anim_time*90*2+150)*2.5", 0, 0] + } + } + }, + "animation.yamask_galarian.ground_walk": { + "loop": true, + "bones": { + "arm_right": { + "rotation": [10, 0, "-15-math.sin(q.anim_time*90*3+45)*5"], + "position": [0, 0, -0.25] + }, + "arm_right2": { + "rotation": [0, 5, "10-math.sin(q.anim_time*90*3+75)*2.5"], + "position": [0.09659, -0.02549, -0.00449] + }, + "arm_left": { + "rotation": [10, 0, "15+math.sin(q.anim_time*90*3+45)*5"], + "position": [0, 0, -0.25] + }, + "arm_left2": { + "rotation": [0, -5, "-10+math.sin(q.anim_time*90*3+75)*2.5"], + "position": [-0.09659, -0.02549, -0.00449] + }, + "torso": { + "rotation": ["12.5-math.sin(q.anim_time*90*3+30)*2.5", "math.sin(q.anim_time*90*1.5+30)*5", "math.sin(q.anim_time*90*1.5+30)*1"], + "position": [0, "2.5+math.clamp(math.sin(q.anim_time*90*3)*1,-0.75,1)+math.sin(q.anim_time*90*3)*1", 0] + }, + "tail": { + "rotation": ["0-math.sin(q.anim_time*90*3+60)*1", 0, "0-math.sin(q.anim_time*90*3+60)*1"] + }, + "tail2": { + "rotation": ["0-math.sin(q.anim_time*90*3+90)*2.5", 0, 0] + }, + "tail3": { + "rotation": ["0-math.sin(q.anim_time*90*3+120)*2.5", 0, 0] + }, + "tail4": { + "rotation": ["0-math.sin(q.anim_time*90*3+150)*2.5", 0, 0] + } + } + }, + "animation.yamask_galarian.sleep": { + "loop": true, + "bones": { + "arm_right": { + "rotation": [10, 0, "-15-math.sin(q.anim_time*90*1+45)*5"], + "position": [0, 0, -0.25] + }, + "arm_right2": { + "rotation": [0, 5, "10-math.sin(q.anim_time*90*1+75)*2.5"], + "position": [0.09659, -0.02549, -0.00449] + }, + "arm_left": { + "rotation": [10, 0, "15+math.sin(q.anim_time*90*1+45)*5"], + "position": [0, 0, -0.25] + }, + "arm_left2": { + "rotation": [0, -5, "-10+math.sin(q.anim_time*90*1+75)*2.5"], + "position": [-0.09659, -0.02549, -0.00449] + }, + "torso": { + "rotation": ["0-math.sin(q.anim_time*90*1+30)*2.5", "0+math.sin(q.anim_time*90*0.5+30)*5", "0+math.sin(q.anim_time*90*0.5+30)*1"], + "position": [0, -2.75, 0] + }, + "tail": { + "rotation": ["0-math.sin(q.anim_time*90*1+60)*1", 0, "0-math.sin(q.anim_time*90*1+60)*1"] + }, + "tail2": { + "rotation": ["0-math.sin(q.anim_time*90*1+90)*2.5", 0, 0] + }, + "tail3": { + "rotation": ["0-math.sin(q.anim_time*90*1+120)*2.5", 0, 0] + }, + "tail4": { + "rotation": ["0-math.sin(q.anim_time*90*1+150)*2.5", 0, 0] + } + } + } + }, + "geckolib_format_version": 2 +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/zapdos2/zapdos2.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/zapdos2/zapdos2.animation.json new file mode 100644 index 0000000..9532799 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/zapdos2/zapdos2.animation.json @@ -0,0 +1,933 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.zapdos2.ground_idle": { + "loop": true, + "bones": { + "body": { + "position": [0, -0.1, 0] + }, + "torso": { + "rotation": [2.5, 0, 0], + "position": [0, 0, 3] + }, + "neck": { + "rotation": [20, 0, 0] + }, + "head": { + "rotation": [-20, 0, 0] + }, + "hair4": { + "rotation": [-20, 0, 0] + }, + "leg_right": { + "rotation": [2.56834, 13.90237, 10.26538] + }, + "foot_right": { + "rotation": [0, 0, -10] + }, + "leg_left": { + "rotation": [1.94714, -14.21826, -7.70881] + }, + "foot_left": { + "rotation": [0, 0, 7.5] + }, + "wing_open_right": { + "scale": 0 + }, + "wing_open_right2": { + "rotation": [2.82275, 60.05071, -2.38486], + "position": [0, 0.75, -0.75] + }, + "wing_open_right3": { + "rotation": [-1.44261, 29.96852, -2.88614] + }, + "wing_open_left": { + "scale": 0 + }, + "hair3": { + "rotation": [-10, 0, 0] + }, + "hair5": { + "rotation": [15, 0, 0] + }, + "hair6": { + "rotation": [15, 0, 0] + } + } + }, + "animation.zapdos2.ground_walk": { + "loop": true, + "bones": { + "tail_left": { + "rotation": ["2.5+math.sin(q.anim_time*90*6-25+180)*2", "math.sin(q.anim_time*90*3-20+180)*0.75", 0] + }, + "tail_left2": { + "rotation": ["2.5+math.sin(q.anim_time*90*6-50+180)*3", "math.sin(q.anim_time*90*3-40+180)*1", 0] + }, + "tail_right": { + "rotation": ["2.5+math.sin(q.anim_time*90*6-25+180)*2", "math.sin(q.anim_time*90*3-20+180)*0.75", 0] + }, + "tail_right2": { + "rotation": ["2.5+math.sin(q.anim_time*90*6-50+180)*3", "math.sin(q.anim_time*90*3-40+180)*1", 0] + }, + "hair": { + "rotation": ["0+math.sin(q.anim_time*90*6-95+180)*3", 0, 0] + }, + "hair_left": { + "rotation": ["0+math.sin(q.anim_time*90*6-90+180)*4", 0, 0] + }, + "hair_right": { + "rotation": ["0+math.sin(q.anim_time*90*6-90+180)*4", 0, 0] + }, + "hair_left2": { + "rotation": ["0+math.sin(q.anim_time*90*6-85+180)*3", 0, 0] + }, + "hair_right2": { + "rotation": ["0+math.sin(q.anim_time*90*6-85+180)*3", 0, 0] + }, + "wing_left2": { + "rotation": [0, -107.5, 0], + "position": [0, -0.01, 0] + }, + "wing_left3": { + "rotation": [0, -62.5, 0], + "position": [-1, -0.01, -2] + }, + "wing_right3": { + "rotation": [0, 62.5, 0], + "position": [1, -0.01, -1] + }, + "toe_right_middle": { + "rotation": [ + "0+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", + 0, + 0 + ] + }, + "toe_right_inner": { + "rotation": [ + "-1.3208+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", + -2.79056, + 4.67594 + ] + }, + "toe_right_outer": { + "rotation": [ + "-1.3208+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", + 2.79056, + -4.67594 + ] + }, + "toe_right_back": { + "rotation": ["math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*27.5,-0,25)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*22.5,-20,0)", 0, 0] + }, + "toe_left_middle": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", 0, 0] + }, + "toe_left_inner": { + "rotation": ["-1.5203+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", 7.13182, -4.77156] + }, + "toe_left_outer": { + "rotation": ["-1.5203+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", -7.13182, 4.77156] + }, + "toe_left_back": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-300)*27.5,-0,25)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*22.5,-20,0)", 0, 0] + }, + "body": { + "position": [0, "0+math.clamp(math.sin(query.anim_time*90*6*-1-30)*1,-0,1)+math.clamp(math.sin(query.anim_time*90*6*-1-30)*1,-0.9,0)", 0] + }, + "leg_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-50)*17.5,-17.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-50)*22.5,-0,20)", 0, 0], + "position": [0, "0+math.clamp(math.sin(query.anim_time*90*3*-1-60)*1,0.3,1)", "1+math.sin(q.anim_time*90*3-80)*2"] + }, + "leg_left2": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-150)*35.5,-32.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-150)*17.5,-0,15)", 0, 0] + }, + "foot_left": { + "rotation": ["-7.5+math.clamp(math.sin(query.anim_time*90*3*-1-175)*7.5,-7.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-175)*22.5,-0,20)", 0, 0] + }, + "toe_inner_left": { + "rotation": ["-1.5203+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", 7.13182, -4.77156] + }, + "claw_inner_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330)*15,-0,12.5)", 0, 0] + }, + "toe_outer_left": { + "rotation": ["-1.5203+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", -7.13182, 4.77156] + }, + "claw_outer_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330)*15,-0,12.5)", 0, 0] + }, + "toe_middle_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", 0, 0] + }, + "claw_middle_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330)*15,-0,12.5)", 0, 0] + }, + "toe_back_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-300)*27.5,-0,25)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*22.5,-20,0)", 0, 0] + }, + "claw_back_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330)*15,-12.5,0)", 0, 0] + }, + "leg_right": { + "rotation": [ + "0+math.clamp(math.sin(query.anim_time*90*3*-1-50+180)*17.5,-17.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-50+180)*22.5,-0,20)", + 0, + 0 + ], + "position": [0, "-1+math.clamp(math.sin(query.anim_time*90*3*-1-60+180)*1,0.3,1)", "1-math.sin(q.anim_time*90*3-80)*2"] + }, + "leg_right2": { + "rotation": [ + "0+math.clamp(math.sin(query.anim_time*90*3*-1-150+180)*35.5,-32.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-150+180)*17.5,-0,15)", + 0, + 0 + ] + }, + "foot_right": { + "rotation": [ + "-7.5+math.clamp(math.sin(query.anim_time*90*3*-1-175+180)*7.5,-7.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-175+180)*22.5,-0,20)", + 0, + 0 + ] + }, + "toe_inner_right": { + "rotation": [ + "-1.3208+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", + -2.79056, + 4.67594 + ] + }, + "claw_inner_right": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330+180)*15,-0,12.5)", 0, 0] + }, + "toe_outer_right": { + "rotation": [ + "-1.3208+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", + 2.79056, + -4.67594 + ] + }, + "claw_outer_right": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330+180)*15,-0,12.5)", 0, 0] + }, + "toe_middle_right": { + "rotation": [ + "0+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", + 0, + 0 + ] + }, + "claw_middle_right": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330+180)*15,-0,12.5)", 0, 0] + }, + "toe_back_right": { + "rotation": [ + "0+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*27.5,-0,25)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*22.5,-20,0)", + 0, + 0 + ] + }, + "claw_back_right": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330+180)*15,-12.5,0)", 0, 0] + }, + "torso": { + "rotation": ["math.sin(q.anim_time*90*6+0+180)*2", "0+math.sin(q.anim_time*90*3-60+180)*2.5", "0+math.sin(q.anim_time*90*3+0)*2.5"] + }, + "head": { + "rotation": ["2.5+math.sin(q.anim_time*90*6-40)*3", 0, "math.sin(q.anim_time*90*3-50)*0.25"] + }, + "wing_open_left": { + "scale": 0 + }, + "wing_open_right": { + "scale": 0 + } + } + }, + "animation.zapdos2.air_idle": { + "loop": true, + "animation_length": 1.33333, + "bones": { + "body": { + "rotation": ["-10+math.sin(q.anim_time*90*3-60)*-1", 0, 0], + "position": [0, "math.sin(q.anim_time*90*3-30)*-2", "math.sin(q.anim_time*90*3-30)*-0.5"] + }, + "torso": { + "rotation": ["-15+math.sin(q.anim_time*90*3-60)*-3", 0, 0] + }, + "tail_left": { + "rotation": [8.0352, -0.67621, 4.9829] + }, + "tail_right": { + "rotation": [8.27991, 1.031, -7.46967] + }, + "tail_left2": { + "rotation": [12.64619, -1.47498, 22.81474] + }, + "tail_right2": { + "rotation": [12.64619, 1.47498, -22.81474] + }, + "neck": { + "rotation": ["30+math.sin(q.anim_time*90*3-70)*-5", 0, 0] + }, + "head": { + "rotation": ["-5+math.sin(q.anim_time*90*3-70)*10", 0, 0], + "position": [0, -1, 1] + }, + "hair4": { + "rotation": ["5+math.sin(q.anim_time*90*3-150)*25", 0, 0] + }, + "leg_right": { + "rotation": ["math.sin(q.anim_time*90*3-90)*-10", 0, 0], + "position": [0, -3, 0] + }, + "foot_right": { + "rotation": ["-20+math.sin(q.anim_time*90*3-150)*5", 0, -7.5] + }, + "leg_left": { + "rotation": ["math.sin(q.anim_time*90*3-90)*-10", 0, 0], + "position": [0, -3, 0] + }, + "foot_left": { + "rotation": ["-20+math.sin(q.anim_time*90*3-150)*5", 0, 7.5] + }, + "wing_open_right": { + "rotation": [-10, -5, "-5+math.sin(q.anim_time*90*3)*60"], + "position": [0, "math.sin(q.anim_time*90*3)*-0.5", 0] + }, + "wing_open_right2": { + "rotation": [0.3024, -7.01899, "-7.218+math.sin(q.anim_time*90*3-70)*40"] + }, + "wing_open_right3": { + "rotation": [0, 0, "math.sin(q.anim_time*90*3-120)*30"] + }, + "hair2": { + "rotation": ["math.sin(q.anim_time*90*3-90)*1", 0, 0] + }, + "hair3": { + "rotation": ["math.sin(q.anim_time*90*3-90)*5+4", 0, 0] + }, + "hair5": { + "rotation": ["math.sin(q.anim_time*90*3-210)*20-20", 0, 0] + }, + "hair6": { + "rotation": ["math.sin(q.anim_time*90*3-300)*50+2.5", 0, 0] + }, + "leg_right2": { + "rotation": ["math.sin(q.anim_time*90*3-120)*15", 0, 0] + }, + "toe_back_right": { + "rotation": [-60, 0, 0] + }, + "claw_back_right": { + "rotation": [-23.06545, 0.03421, 1.5838] + }, + "toe_inner_right": { + "rotation": [37.5, 0, 0] + }, + "claw_inner_right": { + "rotation": [25, 0, 0] + }, + "toe_middle_right": { + "rotation": [35, 0, 0] + }, + "claw_middle_right": { + "rotation": [20, 0, 0] + }, + "toe_outer_right": { + "rotation": [55, 0, 0] + }, + "claw_outer_right": { + "rotation": [20, 0, 0] + }, + "leg_left2": { + "rotation": ["math.sin(q.anim_time*90*3-120)*15", 0, 0] + }, + "toe_back_left": { + "rotation": [-60, 0, 0] + }, + "claw_back_left": { + "rotation": [-23.06545, -0.03421, -1.5838] + }, + "toe_inner_left": { + "rotation": [37.5, 0, 0] + }, + "claw_inner_left": { + "rotation": [25, 0, 0] + }, + "toe_middle_left": { + "rotation": [35, 0, 0] + }, + "claw_middle_left": { + "rotation": [20, 0, 0] + }, + "toe_outer_left": { + "rotation": [55, 0, 0] + }, + "claw_outer_left": { + "rotation": [20, 0, 0] + }, + "wing_open_right4": { + "rotation": [0, 0, "math.sin(q.anim_time*90*3-140)*40"] + }, + "wing_open_left": { + "rotation": [-10, 5, "5+math.sin(q.anim_time*90*3)*-60"], + "position": [0, "math.sin(q.anim_time*90*3)*-0.5", 0] + }, + "wing_open_left2": { + "rotation": [0.30239, 7.01899, "7.218+math.sin(q.anim_time*90*3-70)*-40"] + }, + "wing_open_left3": { + "rotation": [0, 0, "-(math.sin(q.anim_time*90*3-120)*30)"] + }, + "wing_open_left4": { + "rotation": [0, 0, "-(math.sin(q.anim_time*90*3-140)*40)"] + }, + "wing_open_left_top2": { + "rotation": { + "0.0": [0.30106, 4.51902, "7.2048+math.sin(q.anim_time*90*3-70)*-40"], + "0.5833": [-0.30338, 7.01873, "2.2637+math.sin(q.anim_time*90*3-70)*-40"], + "0.75": [-0.91696, 6.96545, "-2.7735+math.sin(q.anim_time*90*3-70)*-40"] + } + }, + "wing_open_right_top2": { + "rotation": [0.30031, 2.01906, "7.1917-math.sin(q.anim_time*90*3-70)*-40"] + }, + "wing_open_right_top": { + "rotation": [0, -2.5, 0] + }, + "wing_closed_right": { + "scale": 0 + }, + "wing_closed_left": { + "scale": 0 + } + } + }, + "animation.zapdos2.air_fly": { + "loop": true, + "animation_length": 1.33333, + "bones": { + "torso": { + "rotation": [-5, 0, 0] + }, + "leg_right": { + "position": [0, -1, -1.75] + }, + "leg_right2": { + "rotation": [-60, 0, 0] + }, + "foot_right": { + "rotation": [35, 0, 0] + }, + "claw_back_right": { + "rotation": [-45, 0, 0] + }, + "toe_inner_right": { + "rotation": [45, 0, 0] + }, + "toe_outer_right": { + "rotation": [45, 0, 0] + }, + "claw_outer_right": { + "rotation": [45, 0, 0] + }, + "leg_left": { + "position": [0, -1, -1.75] + }, + "leg_left2": { + "rotation": [-65, 0, 0] + }, + "foot_left": { + "rotation": [45, 0, 0] + }, + "toe_back_left": { + "rotation": [-60, 0, 0] + }, + "toe_inner_left": { + "rotation": [45, 0, 0] + }, + "toe_outer_left": { + "rotation": [45, 0, 0] + }, + "body": { + "rotation": ["12.5+math.sin(q.anim_time*90*3-60)*-1", 0, 0], + "position": [0, "math.sin(q.anim_time*90*3-30)*-2", "math.sin(q.anim_time*90*3-30)*-0.5"] + }, + "head": { + "rotation": ["-20+math.sin(q.anim_time*90*3-70)*10", 0, 0], + "position": [0, -1, -1] + }, + "toe_back_right": { + "rotation": [-60, 0, 0] + }, + "claw_back_left": { + "rotation": [-45, 0, 0] + }, + "claw_inner_left": { + "rotation": [45, 0, 0] + }, + "claw_outer_left": { + "rotation": [45, 0, 0] + }, + "neck": { + "rotation": [24.67834, -0.65807, 1.02292] + }, + "hair2": { + "rotation": [0, 0, 0] + }, + "hair3": { + "rotation": [30, 0, 0] + }, + "hair4": { + "rotation": [-7.5, 0, 0] + }, + "hair5": { + "rotation": [7.5, 0, 0] + }, + "hair6": { + "rotation": [7.5, 0, 0] + }, + "toe_outer_right2": { + "rotation": [60, 0, 0] + }, + "toe_middle_right": { + "rotation": [45, 0, 0] + }, + "toe_middle_right2": { + "rotation": [60, 0, 0] + }, + "claw_middle_right": { + "rotation": [45, 0, 0] + }, + "toe_inner_right2": { + "rotation": [60, 0, 0] + }, + "toe_inner_left2": { + "rotation": [60, 0, 0] + }, + "toe_middle_left": { + "rotation": [45, 0, 0] + }, + "toe_middle_left2": { + "rotation": [60, 0, 0] + }, + "claw_middle_left": { + "rotation": [45, 0, 0] + }, + "toe_outer_left2": { + "rotation": [60, 0, 0] + }, + "wing_open_right": { + "rotation": [-10, -5, "-5+math.sin(q.anim_time*90*3)*60"], + "position": [0, "math.sin(q.anim_time*90*3)*-0.5", 0] + }, + "wing_open_right2": { + "rotation": [0.3024, -7.01899, "-7.218+math.sin(q.anim_time*90*3-70)*40"] + }, + "wing_open_right_top2": { + "rotation": [0.30239, 7.01899, "7.218-math.sin(q.anim_time*90*3-70)*-40"] + }, + "wing_open_left": { + "rotation": [-10, 5, "5-math.sin(q.anim_time*90*3)*60"], + "position": [0, "math.sin(q.anim_time*90*3)*-0.5", 0] + }, + "wing_open_left2": { + "rotation": [0.3024, 7.019, "7.218-math.sin(q.anim_time*90*3-70)*40"] + }, + "wing_open_left3": { + "rotation": [0, 0, "-(math.sin(q.anim_time*90*3-120)*30)"] + }, + "wing_open_left_top2": { + "rotation": [0.30239, -7.019, "-7.218+math.sin(q.anim_time*90*3-70)*-40"] + }, + "wing_open_right3": { + "rotation": [0, 0, "math.sin(q.anim_time*90*3-120)*30"] + }, + "wing_closed_right": { + "scale": 0 + }, + "wing_closed_left": { + "scale": 0 + } + } + }, + "animation.zapdos2.cry": { + "animation_length": 1.08333, + "bones": { + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-2.94, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + }, + "sound_effects": { + "0.0": { + "effect": "pokemon.pidgeot.cry" + } + } + }, + "animation.zapdos2.blink": { + "animation_length": 0.1667, + "bones": { + "eyelid_left": { + "position": { + "0.0": [0.1, 0, -0.1], + "0.125": [0.1, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_right": { + "position": { + "0.0": [-0.1, 0, -0.1], + "0.125": [-0.1, 0, -0.1], + "0.1667": [0, 0, 0] + } + } + } + }, + "animation.zapdos2.pose": { + "loop": true, + "bones": { + "body": { + "position": [0, -0.1, 0] + }, + "torso": { + "rotation": [-2.5, 0, 0] + }, + "tail_left": { + "rotation": [0, -5, 0] + }, + "tail_right": { + "rotation": [0, 5, 0] + }, + "tail_left2": { + "rotation": [-2.34484, -17.48462, 0.75259] + }, + "tail_right2": { + "rotation": [-2.35248, 14.98672, -0.64986] + }, + "neck": { + "rotation": [30.02824, -9.90705, -2.84919] + }, + "head": { + "rotation": [-10.21794, -4.66522, 0.19098] + }, + "hair2": { + "rotation": [4.95392, -1.08089, 4.88206] + }, + "hair3": { + "rotation": [-0.45572, -1.76309, -5.67259] + }, + "hair4": { + "rotation": [21.11224, -12.53839, -40.85809], + "position": [1, -2, 0] + }, + "hair5": { + "rotation": [-31.36964, 0.5665, -22.29949], + "position": [0, 0, 0] + }, + "hair6": { + "rotation": [-26.93488, 2.86313, 9.82648], + "position": [0, -0.75, 0] + }, + "pupil_left": { + "position": [0.25, -0.25, 0] + }, + "pupil_right": { + "position": [0.25, -0.25, 0] + }, + "leg_right": { + "rotation": [2.56834, 13.90237, 10.26538] + }, + "foot_right": { + "rotation": [0, 0, -10] + }, + "leg_left": { + "rotation": [1.94714, -14.21826, -7.70881] + }, + "foot_left": { + "rotation": [0, 0, 7.5] + }, + "wing_open_right": { + "rotation": [-25.57342, -1.43504, -15.40247] + }, + "wing_open_right2": { + "rotation": [3.09472, -22.29711, -8.11003], + "position": [1.5, 0, 0] + }, + "wing_open_right3": { + "rotation": [0, 10, 0] + }, + "wing_open_right4": { + "rotation": [0, 0, -10] + }, + "wing_open_left": { + "scale": 0 + }, + "wing_open_right_top2": { + "rotation": [0, -15, 0] + } + } + }, + "animation.zapdos2.render": { + "loop": true, + "animation_length": 4.16667, + "bones": { + "body": { + "rotation": [-42.5, 0, 0], + "position": [0, 11, 0] + }, + "torso": { + "rotation": [-2.50954, -4.99523, 0.21865] + }, + "wing_open_right": { + "rotation": [-18.95891, -15.0949, 31.1894], + "position": [3.5, -2, 0] + }, + "wing_open_right2": { + "rotation": [6.32526, -10.80355, 6.90129], + "position": [4, -1, 0] + }, + "wing_open_right3": { + "rotation": [-2.59943, 9.5349, 1.3316], + "position": [1, 0, 0] + }, + "wing_open_right4": { + "rotation": [0, 15, 0] + }, + "wing_open_left": { + "rotation": [-18.95891, 15.09492, -31.18939], + "position": [-3.5, -1, 0] + }, + "wing_open_left2": { + "rotation": [3.28396, 12.06754, -22.15279], + "position": [-2, -1, 0] + }, + "wing_open_left3": { + "rotation": [-2.59943, -9.53488, -1.33157], + "position": [-1, 0, 0] + }, + "wing_open_left4": { + "rotation": [0, -15, 0] + }, + "tail_left2": { + "rotation": [0, 15, 0] + }, + "tail_right2": { + "rotation": [0, -12.5, 0] + }, + "neck": { + "rotation": [49.8924, 3.82821, -3.21873], + "position": [0, -1, 0] + }, + "head": { + "rotation": { + "0.0": [10.03742, 4.92385, 0.87038], + "4.1667": [0.02105, -0.0641, 0.5407] + }, + "position": { + "0.0": [0, -1, -1], + "4.1667": [0, 0, 0] + } + }, + "hair3": { + "rotation": [9.27698, 7.95531, -15.83156] + }, + "hair4": { + "rotation": [25.96295, 15.58394, -8.88636] + }, + "hair5": { + "rotation": [34.29013, -1.41595, -7.66007] + }, + "hair6": { + "rotation": [27.86082, -8.86042, -4.65468] + }, + "jaw": { + "rotation": [65, 0, 0] + }, + "leg_right": { + "rotation": [-30.17583, -1.61888, 12.39638] + }, + "leg_right2": { + "rotation": [-27.24682, 17.04679, -14.9092] + }, + "foot_right": { + "rotation": [18.85088, 8.57499, -3.70573] + }, + "toe_back_right": { + "rotation": [-42.5, 0, 0] + }, + "claw_back_right": { + "rotation": [-47.5, 0, 0] + }, + "toe_inner_right": { + "rotation": [35, -15, 0] + }, + "claw_inner_right": { + "rotation": [22.5, 0, 0] + }, + "toe_middle_right": { + "rotation": [15, 0, 0] + }, + "claw_middle_right": { + "rotation": [30, 0, 0] + }, + "toe_outer_right": { + "rotation": [30.39441, 10.95195, 6.6922] + }, + "claw_outer_right": { + "rotation": [57.5, 0, 0] + }, + "leg_left": { + "rotation": [20, 0, -17.5] + }, + "leg_left2": { + "rotation": [-21.54514, 9.06524, 12.0012] + }, + "foot_left": { + "rotation": [-7.41193, -14.98539, -0.66963] + }, + "toe_back_left": { + "rotation": [-35, 0, 0] + }, + "claw_back_left": { + "rotation": [-35, 0, 0] + }, + "toe_inner_left": { + "rotation": [42.5, 22.5, 0] + }, + "claw_inner_left": { + "rotation": [33.88502, -0.71144, 1.94739] + }, + "toe_middle_left": { + "rotation": [32.5, 0, 0] + }, + "claw_middle_left": { + "rotation": [22.5, 0, 0] + }, + "toe_outer_left": { + "rotation": [27.5, -20, 0] + }, + "claw_outer_left": { + "rotation": [47.5, 0, 0] + }, + "zapdos": { + "position": [0, 7, 0] + }, + "wing_open_left_top": { + "rotation": [0, 0, -7.5], + "position": [-2, 0, 0] + }, + "wing_open_left_top2": { + "rotation": [0, 7.5, -20], + "position": [-1, 0, 0] + }, + "wing_open_right_top2": { + "rotation": [0, -5, 15], + "position": [1, 0, 0] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/zapdos_galar/zapdos_galar.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/zapdos_galar/zapdos_galar.animation.json new file mode 100644 index 0000000..9a6799d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/zapdos_galar/zapdos_galar.animation.json @@ -0,0 +1,349 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.zapdos_galar.ground_idle": { + "loop": true, + "bones": { + "wing_left": { + "rotation": ["Math.cos((query.anim_time - 0.5) * 90) * 5", 0, "Math.cos((query.anim_time - 0.5) * 90) * 5"] + }, + "wing_right": { + "rotation": ["Math.cos((query.anim_time - 0.5) * 90) * 5", 0, "Math.cos((query.anim_time - 0.5) * 90) * -5"] + }, + "torso": { + "rotation": ["Math.cos((query.anim_time - 0.2) * 90) * 2", 0, 0] + }, + "wing_right2": { + "rotation": ["Math.cos((query.anim_time - 0.5) * 90) * 5", 0, "-Math.cos((query.anim_time - 0.5) * 90) * -5"] + }, + "leg_right": { + "rotation": [0, 15, 0] + }, + "leg_left": { + "rotation": [0, -15, 0] + } + } + }, + "animation.zapdos_galar.ground_walk": { + "loop": true, + "bones": { + "tail_left": { + "rotation": ["2.5+math.sin(q.anim_time*90*6-25+180)*2", "math.sin(q.anim_time*90*3-20+180)*0.75", 0] + }, + "tail_left2": { + "rotation": ["2.5+math.sin(q.anim_time*90*6-50+180)*3", "math.sin(q.anim_time*90*3-40+180)*1", 0] + }, + "tail_right": { + "rotation": ["2.5+math.sin(q.anim_time*90*6-25+180)*2", "math.sin(q.anim_time*90*3-20+180)*0.75", 0] + }, + "tail_right2": { + "rotation": ["2.5+math.sin(q.anim_time*90*6-50+180)*3", "math.sin(q.anim_time*90*3-40+180)*1", 0] + }, + "hair": { + "rotation": ["0+math.sin(q.anim_time*90*6-95+180)*3", 0, 0] + }, + "hair_left": { + "rotation": ["0+math.sin(q.anim_time*90*6-90+180)*4", 0, 0] + }, + "hair_right": { + "rotation": ["0+math.sin(q.anim_time*90*6-90+180)*4", 0, 0] + }, + "hair_left2": { + "rotation": ["0+math.sin(q.anim_time*90*6-85+180)*3", 0, 0] + }, + "hair_right2": { + "rotation": ["0+math.sin(q.anim_time*90*6-85+180)*3", 0, 0] + }, + "wing_closed_left": { + "rotation": [-15.01365, 2.41476, -0.64743] + }, + "wing_closed_left2": { + "rotation": [27.58957, -4.43385, -2.31336] + }, + "wing_closed_left3": { + "rotation": [17.64168, -7.15102, -2.26708] + }, + "wing_closed_right": { + "rotation": [-15.01365, -2.41476, 0.64743] + }, + "wing_closed_right2": { + "rotation": [27.58957, 4.43385, 2.31336] + }, + "wing_closed_right3": { + "rotation": [17.64168, 7.15102, 2.26708] + }, + "wing_open_right": { + "scale": 0 + }, + "wing_open_left": { + "scale": 0 + }, + "wing_left2": { + "rotation": [0, -107.5, 0], + "position": [0, -0.01, 0] + }, + "wing_left3": { + "rotation": [0, -62.5, 0], + "position": [-1, -0.01, -2] + }, + "wing_right3": { + "rotation": [0, 62.5, 0], + "position": [1, -0.01, -1] + }, + "toe_middle_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", 0, 0] + }, + "claw_middle_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330)*15,-0,12.5)", 0, 0] + }, + "toe_back_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-300)*27.5,-0,25)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*22.5,-20,0)", 0, 0] + }, + "claw_back_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330)*15,-12.5,0)", 0, 0] + }, + "toe_outer_left": { + "rotation": ["-1.5203+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", -7.13182, 4.77156] + }, + "claw_outer_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330)*15,-0,12.5)", 0, 0] + }, + "toe_inner_left": { + "rotation": ["-1.5203+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", 7.13182, -4.77156] + }, + "claw_inner_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330)*15,-0,12.5)", 0, 0] + }, + "toe_middle_right": { + "rotation": [ + "0+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", + 0, + 0 + ] + }, + "claw_middle_right": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330+180)*15,-0,12.5)", 0, 0] + }, + "toe_back_right": { + "rotation": [ + "0+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*27.5,-0,25)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*22.5,-20,0)", + 0, + 0 + ] + }, + "claw_back_right": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330+180)*15,-12.5,0)", 0, 0] + }, + "toe_inner_right": { + "rotation": [ + "-1.3208+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", + -2.79056, + 4.67594 + ] + }, + "claw_inner_right": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330+180)*15,-0,12.5)", 0, 0] + }, + "toe_outer_right": { + "rotation": [ + "-1.3208+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", + 2.79056, + -4.67594 + ] + }, + "claw_outer_right": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330+180)*15,-0,12.5)", 0, 0] + }, + "body": { + "position": [0, "0+math.clamp(math.sin(query.anim_time*90*6*-1-30)*1,-0,1)+math.clamp(math.sin(query.anim_time*90*6*-1-30)*1,-0.9,0)", 0] + }, + "torso": { + "rotation": ["math.sin(q.anim_time*90*6+0+180)*2", "0+math.sin(q.anim_time*90*3-60+180)*2.5", "0+math.sin(q.anim_time*90*3+0)*2.5"] + }, + "head": { + "rotation": ["2.5+math.sin(q.anim_time*90*6-40)*3", 0, "math.sin(q.anim_time*90*3-50)*0.25"] + }, + "leg_right": { + "rotation": [ + "0+math.clamp(math.sin(query.anim_time*90*3*-1-50+180)*17.5,-17.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-50+180)*22.5,-0,20)", + 0, + 0 + ], + "position": [0, "-1+math.clamp(math.sin(query.anim_time*90*3*-1-60+180)*1,0.3,1)", "1-math.sin(q.anim_time*90*3-80)*2"] + }, + "leg_right2": { + "rotation": [ + "0+math.clamp(math.sin(query.anim_time*90*3*-1-150+180)*35.5,-32.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-150+180)*17.5,-0,15)", + 0, + 0 + ] + }, + "foot_right": { + "rotation": [ + "-7.5+math.clamp(math.sin(query.anim_time*90*3*-1-175+180)*7.5,-7.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-175+180)*22.5,-0,20)", + 0, + 0 + ] + }, + "toe_right_middle": { + "rotation": [ + "0+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", + 0, + 0 + ] + }, + "toe_right_inner": { + "rotation": [ + "-1.3208+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", + -2.79056, + 4.67594 + ] + }, + "toe_right_outer": { + "rotation": [ + "-1.3208+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", + 2.79056, + -4.67594 + ] + }, + "toe_right_back": { + "rotation": ["math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*27.5,-0,25)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*22.5,-20,0)", 0, 0] + }, + "leg_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-50)*17.5,-17.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-50)*22.5,-0,20)", 0, 0], + "position": [0, "0+math.clamp(math.sin(query.anim_time*90*3*-1-60)*1,0.3,1)", "1+math.sin(q.anim_time*90*3-80)*2"] + }, + "leg_left2": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-150)*35.5,-32.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-150)*17.5,-0,15)", 0, 0] + }, + "foot_left": { + "rotation": ["-7.5+math.clamp(math.sin(query.anim_time*90*3*-1-175)*7.5,-7.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-175)*22.5,-0,20)", 0, 0] + }, + "toe_left_middle": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", 0, 0] + }, + "toe_left_inner": { + "rotation": ["-1.5203+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", 7.13182, -4.77156] + }, + "toe_left_outer": { + "rotation": ["-1.5203+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", -7.13182, 4.77156] + }, + "toe_left_back": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-300)*27.5,-0,25)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*22.5,-20,0)", 0, 0] + } + } + }, + "animation.zapdos_galar.cry": { + "animation_length": 1.08333, + "bones": { + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-2.94, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + }, + "sound_effects": { + "0.0": { + "effect": "pokemon.pidgeot.cry" + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/zekrom/zekrom.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/zekrom/zekrom.animation.json new file mode 100644 index 0000000..aed0447 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/zekrom/zekrom.animation.json @@ -0,0 +1,1849 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.zekrom.cry": { + "animation_length": 2, + "bones": { + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "middleseg": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.75": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tailseg1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "upperseg": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.75": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + } + }, + "shuolderr": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-65, 0, -72.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-65, 0, -72.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [1, -1, -1], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [1, -1, -1], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "armr": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.75": { + "pre": [0, -1, 0], + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "flapr": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [11.45384, 18.76656, -16.41177], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [11.45384, 18.76656, -16.41177], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rfingee": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "shoulderl": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [64.70085, -14.90159, -78.25395], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [64.70085, -14.90159, -78.25395], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arml": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "flapl": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-7.5, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-7.5, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lfingee": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "winger": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-7.80532, 11.95459, 8.19675], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-7.80532, 11.95459, 8.19675], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wingrseg1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-12.5, -50, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-12.5, -50, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wingel": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wingelseg1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [19.85373, 45.30703, 22.46173], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [19.85373, 45.30703, 22.46173], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "MAINTHING": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rleg": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rleg2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rfoot": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lleg": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lleg2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lfoot": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "limbtops": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "seg3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "looky": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.zekrom.physical_attack": { + "animation_length": 3.375, + "bones": { + "torso": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [0, 0, -10], + "0.875": [0, 0, -10], + "1.375": [0, 0, 17.5], + "1.625": [0, 0, 17.5], + "1.875": [0, 0, 17.5], + "2.125": [0, 0, 17.5], + "2.375": [0, 0, 17.5], + "3.375": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.375": [0, "math.sin(q.anim_time*30*2-150)*1", 0], + "1.625": [0, "math.sin(q.anim_time*30*2-150)*1", 0], + "1.875": [0, "math.sin(q.anim_time*30*2-150)*1", 0], + "2.125": [0, "math.sin(q.anim_time*30*2-150)*1", 0], + "2.375": [0, 0, 0], + "2.4167": [0, -2, 0], + "2.4583": [0, 0, 0], + "2.5": [0, -2, 0], + "2.5417": [0, 0, 0], + "2.5833": [0, -2, 0], + "2.625": [0, 0, 0], + "2.6667": [0, -2, 0], + "2.7083": [0, 0, 0], + "2.75": [0, -2, 0], + "2.7917": [0, 0, 0], + "2.8333": [0, -2, 0], + "2.875": [0, 0, 0], + "3.375": [0, 0, 0] + } + }, + "middleseg": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [0, 0, -15], + "0.875": [0, 0, -15], + "3.375": [0, 0, 0] + }, + "position": { + "0.375": [0, 0, 0], + "0.875": [0, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [0, 0, 0], + "0.4167": [0, 0, 2.5], + "0.4583": [0, 0, 0], + "0.5": [0, 0, 2.5], + "0.5417": [0, 0, 0], + "0.5833": [0, 0, 2.5], + "0.625": [0, 0, 0], + "0.6667": [0, 0, 2.5], + "0.7083": [0, 0, 0], + "0.75": [0, 0, 2.5], + "0.7917": [0, 0, 0], + "0.8333": [0, 0, 2.5], + "0.875": [0, 0, 0], + "1.375": [0, 0, "12.5+math.sin(q.anim_time*30*2-200)*1"], + "1.625": [0, 0, "12.5+math.sin(q.anim_time*30*2-200)*1"], + "2.875": [0, 0, "12.5+math.sin(q.anim_time*30*2-200)*1"], + "3.375": [0, 0, 0] + } + }, + "tailseg1": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [0, 0, 5], + "0.875": [0, 0, 5], + "1.375": [0, 0, "12.5+math.sin(q.anim_time*30*2-200)*2"], + "1.625": [0, 0, "12.5+math.sin(q.anim_time*30*2-200)*2"], + "3.375": [0, 0, 0] + } + }, + "upperseg": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [0, 0, -27.5], + "0.875": [0, 0, -27.5], + "1.375": [0, 0, 12.5], + "1.625": [0, 0, 12.5], + "1.875": [0, 0, 12.5], + "2.125": [0, 0, 12.5], + "2.375": [0, 0, 12.5], + "3.375": [0, 0, 0] + }, + "position": { + "0.375": [0, 0, 0], + "0.4167": [0, 1, 0], + "0.5": [0, 1, 0], + "0.5417": [0, 0, 0], + "0.5833": [0, 1, 0], + "0.625": [0, 0, 0], + "0.6667": [0, 1, 0], + "0.7083": [0, 0, 0], + "0.75": [0, 1, 0], + "0.7917": [0, 0, 0], + "0.8333": [0, 1, 0], + "0.875": [0, 0, 0] + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [0, 0, -12.5], + "0.875": [0, 0, -12.5], + "1.375": [0, 0, 17.5], + "1.625": [0, 0, 17.5], + "1.875": [0, 0, 17.5], + "2.125": [0, 0, -7.5], + "2.375": [0, 0, 17.5], + "3.375": [0, 0, 0] + } + }, + "jaw": { + "rotation": { + "0.0": [0, 0, 5], + "0.375": [0, 0, 30], + "0.4583": [0, 0, 30], + "0.5": [0, 0, 27.5], + "0.5417": [0, 0, 30], + "0.5833": [0, 0, 27.5], + "0.625": [0, 0, 30], + "0.6667": [0, 0, 27.5], + "0.7083": [0, 0, 27.5], + "0.75": [0, 0, 27.5], + "0.7917": [0, 0, 30], + "0.8333": [0, 0, 27.5], + "0.875": [0, 0, 30], + "1.375": [0, 0, "5+math.sin(q.anim_time*30*2-150)*4"], + "1.625": [0, 0, "5+math.sin(q.anim_time*30*2-150)*4"], + "2.125": [0, 0, "45+math.sin(q.anim_time*30*2-150)*4"], + "2.875": [0, 0, "5+math.sin(q.anim_time*30*2-150)*4"], + "3.375": [0, 0, 5] + } + }, + "shuolderr": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [-65, 0, -72.5], + "0.875": [-65, 0, -72.5], + "1.375": [-20.84377, 11.34991, -37.34913], + "1.625": [-20.84377, 11.34991, -37.34913], + "1.875": [-20.84377, 11.34991, -37.34913], + "2.1667": [-22.38644, -20.56281, -43.76904], + "2.375": [-22.38644, -20.56281, -43.76904], + "3.375": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.375": [1, -1, -1], + "0.875": [1, -1, -1], + "1.375": [0, "math.sin(q.anim_time*30*2-150)*1", 0], + "1.625": [0, "math.sin(q.anim_time*30*2-150)*1", 0], + "1.875": [0, "math.sin(q.anim_time*30*2-150)*1", 0], + "2.1667": [0, "math.sin(q.anim_time*30*2-150)*1", 0], + "2.375": [0, "math.sin(q.anim_time*30*2-150)*1", 0], + "3.375": [0, 0, 0] + } + }, + "armr": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [0, 37.5, 0], + "0.875": [0, 37.5, 0], + "1.375": [23.30698, 21.99265, -20.76649], + "1.625": [23.30698, 21.99265, -20.76649], + "2.125": [0.80698, 21.99265, -20.76649], + "2.875": [23.30698, 21.99265, -20.76649], + "3.375": [0, 0, 0] + }, + "position": { + "0.0": [0, -1, 0], + "0.375": [0, -1, 0], + "0.875": [0, -1, 0], + "1.375": [0, -1, 3], + "1.625": [0, -1, 3], + "2.125": [0, -1, 3], + "2.875": [0, -1, 3], + "3.375": [0, -1, 0] + } + }, + "flapr": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [11.45384, 18.76656, -16.41177], + "0.875": [11.45384, 18.76656, -16.41177], + "1.375": [5.082, 19.63677, 35.72136], + "1.625": [5.082, 19.63677, 35.72136], + "2.125": [0.96547, 34.83615, 1.09989], + "2.875": [5.082, 19.63677, 35.72136], + "3.375": [0, 0, 0] + }, + "position": { + "0.0": [0, 1, 0], + "0.375": [0, 0, 0], + "1.375": [0, 3, 0], + "1.625": [0, 3, 0], + "2.125": [0, 0, 0], + "2.875": [0, 3, 0], + "3.375": [0, 1, 0] + } + }, + "rfingee": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [20, 0, 0], + "0.875": [20, 0, 0], + "1.375": [10, 0, 0], + "1.625": [10, 0, 0], + "3.375": [0, 0, 0] + } + }, + "shoulderl": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [64.70085, -14.90159, -78.25395], + "0.875": [64.70085, -14.90159, -78.25395], + "1.375": [22.00175, -6.1643, -43.4261], + "1.625": [22.00175, -6.1643, -43.4261], + "1.875": [22.00175, -6.1643, -43.4261], + "2.125": [22.00175, -6.1643, -43.4261], + "2.375": [22.00175, -6.1643, -43.4261], + "3.375": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.375": [0, 0, 0], + "0.875": [0, 0, 0], + "1.375": [0, "math.sin(q.anim_time*30*2-150)*1", 0], + "1.625": [0, "math.sin(q.anim_time*30*2-150)*1", 0], + "1.875": [0, "math.sin(q.anim_time*30*2-150)*1", 0], + "2.125": [0, "math.sin(q.anim_time*30*2-150)*1", 0], + "2.375": [0, "math.sin(q.anim_time*30*2-150)*1", 0], + "3.375": [0, 0, 0] + } + }, + "arml": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [0, -35, 0], + "0.875": [0, -35, 0], + "1.375": [-40, -5, 0], + "1.625": [-40, -5, 0], + "2.125": [-0.4913, -23.43035, -19.19019], + "2.875": [-40, -5, 0], + "3.375": [0, 0, 0] + } + }, + "flapl": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [-7.5, -17.5, 0], + "0.875": [-7.5, -17.5, 0], + "2.125": [-2.98742, -14.89108, 4.01867], + "3.375": [0, 0, 0] + } + }, + "lfingee": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [-22.5, 0, 0], + "0.875": [-22.5, 0, 0], + "3.375": [0, 0, 0] + } + }, + "winger": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [-7.80532, 11.95459, 8.19675], + "0.875": [-7.80532, 11.95459, 8.19675], + "1.375": [16.00015, "44.9508+math.sin(q.anim_time*30*2-200)*2", -1.79827], + "1.625": [47.64529, "-39.495+math.sin(q.anim_time*30*4-150)*25", 27.6175], + "1.875": [47.64529, "-39.495+math.sin(q.anim_time*30*4-150)*25", 27.6175], + "2.125": [47.64529, "-39.495+math.sin(q.anim_time*30*4-150)*25", 27.6175], + "2.375": [16.00015, "44.9508+math.sin(q.anim_time*30*2-200)*2", -1.79827], + "3.375": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.375": [0, 0, 0], + "1.375": [0, 0, 0], + "1.625": [1, -3, 3], + "1.875": [1, -3, 3], + "2.125": [1, -3, 3], + "3.375": [0, 0, 0] + } + }, + "wingrseg1": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [-12.5, -50, 0], + "0.875": [-12.5, -50, 0], + "1.0": [-11.10885, -12.98672, -6.28623], + "1.25": [0, "-27.5+math.sin(q.anim_time*30*4-180)*35", 0], + "1.5": [0, "-27.5+math.sin(q.anim_time*30*4-180)*35", 0], + "1.75": [0, "-27.5+math.sin(q.anim_time*30*4-180)*35", 0], + "2.0": [-11.10885, -12.98672, -6.28623], + "3.375": [0, 0, 0] + } + }, + "wingel": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [15, 2.5, 0], + "0.875": [15, 2.5, 0], + "1.375": [0, "-37.5+math.sin(q.anim_time*30*2-200)*2", 0], + "1.625": [-57.32289, "26.7642-math.sin(q.anim_time*30*4-150)*25", 24.73162], + "1.875": [-57.32289, "26.7642-math.sin(q.anim_time*30*4-150)*25", 24.73162], + "2.125": [-57.32289, "26.7642-math.sin(q.anim_time*30*4-150)*25", 24.73162], + "2.375": [0, "-37.5+math.sin(q.anim_time*30*2-200)*2", 0], + "3.375": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.375": [0, 0, 0], + "1.375": [0, 0, 0], + "1.625": [-2, -3, -2], + "1.875": [-2, -3, -2], + "2.125": [-2, -3, -2], + "2.375": [0, 0, 0], + "3.375": [0, 0, 0] + } + }, + "wingelseg1": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [19.85373, 45.30703, 22.46173], + "0.875": [19.85373, 45.30703, 22.46173], + "1.375": [-4.68657, 19.64461, 6.1436], + "1.625": [-2.92071, "11.3959-math.sin(q.anim_time*30*4-180)*35", 23.7264], + "1.875": [-2.92071, "11.3959-math.sin(q.anim_time*30*4-180)*35", 23.7264], + "2.125": [-2.92071, "11.3959-math.sin(q.anim_time*30*4-180)*35", 23.7264], + "2.375": [-4.68657, 19.64461, 6.1436], + "3.375": [0, 0, 0] + } + }, + "MAINTHING": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [0, 0, 0], + "2.125": [0, 0, 0], + "2.375": [0, 0, 0], + "2.875": [0, 0, 0], + "3.375": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.375": [0, 0, 0], + "0.875": [0, 0, 0], + "1.375": [0, -6, 0], + "1.625": [0, "67+math.sin(q.anim_time*30*6-150)*3", 0], + "1.875": [0, "67+math.sin(q.anim_time*30*6-150)*3", 0], + "2.125": [0, "67+math.sin(q.anim_time*30*6-150)*3", 0], + "2.375": [0, -5, 0], + "2.875": [0, -5, 0], + "3.375": [0, 0, 0] + } + }, + "LEG": { + "position": { + "0.0": [0, 0, 0], + "0.375": [0, 0, 0], + "0.875": [0, 0, 0], + "1.375": [0, 2, 0], + "1.625": [0, 2, 0], + "3.375": [0, 0, 0] + } + }, + "rleg": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [0, 0, 0], + "1.375": [0, 0, 0], + "1.625": [0, 0, 47.5], + "1.875": [0, 0, 47.5], + "2.125": [0, 0, 47.5], + "2.375": [0, 0, 0], + "2.875": [0, 0, 0], + "3.375": [0, 0, 0] + } + }, + "rleg2": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [0, 0, 0], + "0.875": [0, 0, 0], + "1.375": [14.94548, -1.29256, 4.83045], + "1.625": [13.85549, -0.36433, 7.02147], + "1.875": [13.85549, -0.36433, 7.02147], + "2.125": [13.85549, -0.36433, 7.02147], + "2.375": [14.94548, -1.29256, 4.83045], + "2.875": [14.94548, -1.29256, 4.83045], + "3.375": [0, 0, 0] + } + }, + "rfoot": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [0, 0, 0], + "0.875": [0, 0, 0], + "1.375": [-17.44049, 0.42386, -0.10848], + "1.625": [-10.67448, -7.73655, 35.97206], + "1.875": [-10.67448, -7.73655, 35.97206], + "2.125": [-10.67448, -7.73655, 35.97206], + "2.375": [-17.44049, 0.42386, -0.10848], + "2.875": [-17.44049, 0.42386, -0.10848], + "3.375": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.375": [0, 0, 0], + "0.875": [0, 0, 0], + "1.375": [0, 2, 0], + "1.625": [0, 2, 0], + "1.875": [0, 2, 0], + "2.125": [0, 2, 0], + "2.375": [0, 2, 0], + "2.875": [0, 2, 0], + "3.375": [0, 0, 0] + } + }, + "lleg": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [0, 0, 0], + "1.375": [0, 0, 0], + "1.625": [0, 0, 60], + "1.875": [0, 0, 60], + "2.125": [0, 0, 60], + "2.375": [0, 0, 0], + "2.875": [0, 0, 0], + "3.375": [0, 0, 0] + } + }, + "lleg2": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [0, 0, 0], + "0.875": [0, 0, 0], + "1.375": [-19.71975, 3.40487, 9.40804], + "1.625": [-18.88172, -6.71771, -18.88172], + "1.875": [-18.88172, -6.71771, -18.88172], + "2.125": [-18.88172, -6.71771, -18.88172], + "2.375": [-19.71975, 3.40487, 9.40804], + "2.875": [-19.71975, 3.40487, 9.40804], + "3.375": [0, 0, 0] + } + }, + "lfoot": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [0, 0, 0], + "0.875": [0, 0, 0], + "1.375": [25, 0, 0], + "1.625": [34.29099, -23.89388, 42.34323], + "1.875": [34.29099, -23.89388, 42.34323], + "2.125": [34.29099, -23.89388, 42.34323], + "2.375": [25, 0, 0], + "2.875": [25, 0, 0], + "3.375": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.375": [0, 0, 0], + "0.875": [0, 0, 0], + "1.375": [0, 2, 0], + "1.625": [0, 2, 0], + "1.875": [0, 2, 0], + "2.125": [0, 2, 0], + "2.375": [0, 2, 0], + "2.875": [0, 2, 0], + "3.375": [0, 0, 0] + } + }, + "limbtops": { + "rotation": { + "0.0": [0, 0, 0], + "3.375": [0, 0, 0] + } + }, + "seg3": { + "rotation": { + "0.0": [0, 0, 0], + "3.375": [0, 0, 0] + } + }, + "bumble": { + "rotation": { + "0.0": [0, 0, 0], + "3.375": [0, 0, 0] + } + }, + "looky": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [-30, 0, 0], + "1.0": [-30, 0, 0], + "1.375": [-27.5, 0, 0], + "1.625": [-27.5, 0, 0], + "1.875": [-27.5, 0, 0], + "2.125": [-27.5, 0, 0], + "2.375": [0, 0, -17.5], + "3.375": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.375": [0, 0, 0], + "1.0": [0, 0, 0], + "2.125": [0, 0, 0], + "2.375": [1, 0, 0], + "3.375": [0, 0, 0] + } + } + } + }, + "animation.zekrom.blink": { + "animation_length": 1, + "bones": { + "eyer": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, -1], + "0.0833": [0, 0, 0] + } + }, + "eyel": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, 1], + "0.0833": [0, 0, 0] + } + } + } + }, + "animation.zekrom.ground_idle": { + "loop": true, + "animation_length": 6, + "bones": { + "torso": { + "position": [0, "math.sin(q.anim_time*30*2-150)*1", 0] + }, + "jaw": { + "rotation": [0, 0, "5+math.sin(q.anim_time*30*2-150)*4"] + }, + "shuolderr": { + "position": [0, "math.sin(q.anim_time*30*2-150)*1", 0] + }, + "shoulderl": { + "position": [0, "math.sin(q.anim_time*30*2-150)*1", 0] + }, + "winger": { + "rotation": [0, "math.sin(q.anim_time*30*2-200)*2", 0] + }, + "wingel": { + "rotation": [0, "math.sin(q.anim_time*30*2-200)*2", 0] + }, + "tail": { + "rotation": [0, 0, "math.sin(q.anim_time*30*2-200)*1"] + }, + "tailseg1": { + "rotation": [0, 0, "math.sin(q.anim_time*30*2-200)*2"] + }, + "rleg": { + "position": [0, 0, 0] + }, + "rleg2": { + "position": [0, 0, 0] + }, + "rfoot": { + "position": [0, 0, 0] + }, + "lleg": { + "position": [0, 0, 0] + }, + "lleg2": { + "position": [0, 0, 0] + }, + "lfoot": { + "position": [0, 0, 0] + }, + "rfingee": { + "rotation": ["math.sin(q.anim_time*30*2-150)*4", 0, 0] + }, + "lfingee": { + "rotation": ["-math.sin(q.anim_time*30*2-150)*4", 0, 0] + }, + "head": { + "rotation": [0, 0, 0] + } + } + }, + "animation.zekrom.fly": { + "loop": true, + "bones": { + "torso": { + "position": [0, "math.sin(q.anim_time*30*2-150)*1", 0] + }, + "jaw": { + "rotation": [4.33399, 0.27517, "16.7346+math.sin(q.anim_time*30*4-150)*8"] + }, + "shuolderr": { + "rotation": [0, 0, 5], + "position": [0, "math.sin(q.anim_time*30*4-150)*1", 0] + }, + "shoulderl": { + "rotation": [6.77478, -7.16366, -12.98069], + "position": [0, "math.sin(q.anim_time*30*4-150)*1", 0] + }, + "winger": { + "rotation": [0, "-22.5+math.sin(q.anim_time*30*4-150)*15", 0] + }, + "wingel": { + "rotation": [5, "22.5-math.sin(q.anim_time*30*4-150)*15", 0] + }, + "tail": { + "rotation": [-3.77293, -0.50239, "-32.0676+math.sin(q.anim_time*30*2-200)*1"] + }, + "tailseg1": { + "rotation": [0, 0, "math.sin(q.anim_time*30*2-200)*2"] + }, + "MAINTHING": { + "rotation": [82.76947, -20.25726, 80.71001], + "position": [0, "math.sin(q.anim_time*30*4-150)*2", 0] + }, + "rleg": { + "rotation": [-9.60693, -19.24795, 39.73883] + }, + "rleg2": { + "rotation": [0, -5, 7.5] + }, + "rfoot": { + "rotation": [-0.10733, 14.99451, 52.92097] + }, + "lleg": { + "rotation": [0, 5, 35] + }, + "lleg2": { + "rotation": [0, 10, 0] + }, + "lfoot": { + "rotation": [2.56594, -12.56621, 57.96821] + }, + "wingrseg1": { + "rotation": [0, "-12.5+math.sin(q.anim_time*30*4-180)*35", 0] + }, + "wingelseg1": { + "rotation": [2.40406, "22.6564-math.sin(q.anim_time*30*4-180)*35", 10.09428] + }, + "seg3": { + "rotation": [0, 0, 20] + }, + "neck": { + "rotation": [0, 0, "-12.5-math.sin(q.anim_time*30*4-150)*4"] + }, + "head": { + "rotation": [0, 0, 0], + "position": [0, 3, 0] + }, + "rfingee": { + "rotation": ["math.sin(q.anim_time*30*2-150)*4", 0, 0] + }, + "lfingee": { + "rotation": ["-math.sin(q.anim_time*30*2-150)*4", 0, 0] + }, + "LEG": { + "rotation": [0, 0, "math.sin(q.anim_time*45*2-150)*2"] + }, + "flapr": { + "rotation": [-34.2017, 9.78641, -2.20766] + }, + "arml": { + "rotation": [0, -15, 0] + }, + "flapl": { + "rotation": [27.49447, -12.53048, 0.78114] + }, + "looky": { + "rotation": [-22.5, 0, 0], + "position": [0, -2, 0] + } + } + }, + "animation.zekrom.ground_walk": { + "loop": true, + "bones": { + "torso": { + "position": [0, "math.sin(q.anim_time*30*2-150)*1", 0] + }, + "jaw": { + "rotation": [0, 0, "5+math.sin(q.anim_time*30*2-150)*4"] + }, + "shuolderr": { + "rotation": [5.91363, -20.26228, -11.61549], + "position": [-1, "-2+math.sin(q.anim_time*30*2-150)*1", 0] + }, + "shoulderl": { + "rotation": [-15.54717, 2.26077, -8.29786], + "position": [-1, "math.sin(q.anim_time*30*2-150)*1", 2] + }, + "winger": { + "rotation": [6.46052, "-1.5297+math.sin(q.anim_time*30*2-150)*15", 12.81132] + }, + "wingel": { + "rotation": [-4.25042, "0.8897-math.sin(q.anim_time*30*2-150)*15", 20.14542], + "position": [-1, -1, 0] + }, + "tail": { + "rotation": [-3.5793, 1.29531, "-4.6248+math.sin(q.anim_time*30*2-200)*1"] + }, + "tailseg1": { + "rotation": [0, 0, "math.sin(q.anim_time*30*2-200)*2"] + }, + "MAINTHING": { + "rotation": [-43.72275, -3.45699, -46.27725], + "position": [0, "13+math.sin(q.anim_time*30*2-150)*2", 0] + }, + "rleg": { + "rotation": [-7.18476, -10.95123, "8.2563+math.sin(q.anim_time*30*2-150)*2"] + }, + "rleg2": { + "rotation": [2.69136, -4.21541, "math.sin(q.anim_time*30*2-150)*3"] + }, + "rfoot": { + "rotation": [13.01691, 7.90484, 36.52521] + }, + "lleg": { + "rotation": [-1.7249, 4.87032, "18.1023+math.sin(q.anim_time*30*2-150)*2"] + }, + "lleg2": { + "rotation": [0, 10, "math.sin(q.anim_time*30*2-150)*3"] + }, + "lfoot": { + "rotation": [-3.20356, -8.22019, 41.90536] + }, + "wingrseg1": { + "rotation": [0, "-37.5+math.sin(q.anim_time*30*2-180)*25", 0] + }, + "wingelseg1": { + "rotation": [18.42748, "40.3838-math.sin(q.anim_time*30*2-180)*25", 18.53645] + }, + "seg3": { + "rotation": [0, 0, 20] + }, + "neck": { + "rotation": [0, 0, 10] + }, + "head": { + "rotation": [0, 0, 0], + "position": [0, 1, 0] + }, + "rfingee": { + "rotation": ["math.sin(q.anim_time*30*2-150)*4", 0, 0] + }, + "lfingee": { + "rotation": ["-math.sin(q.anim_time*30*2-150)*4", 0, 0] + }, + "armr": { + "rotation": [0, 15, 0] + }, + "flapr": { + "rotation": [0, 15, 0] + }, + "arml": { + "rotation": [0, -17.5, 0] + }, + "flapl": { + "rotation": [0, 5, 0] + }, + "LEG": { + "rotation": [0, 0, "math.sin(q.anim_time*30*2-150)*2"] + }, + "looky": { + "rotation": [-15, 0, 0], + "position": [0, -2, 0] + } + } + }, + "animation.zekrom.faint": { + "loop": true, + "animation_length": 3.5, + "bones": { + "torso": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, -10], + "1.2917": [0, 0, -10] + }, + "position": [0, "math.sin(q.anim_time*30*2-150)*1", 0] + }, + "jaw": { + "rotation": { + "0.0": [0, 0, "5+math.sin(q.anim_time*30*2-150)*4"], + "0.5": [0, 0, 30], + "0.5417": [0, 0, 27.5], + "0.5833": [0, 0, 30], + "0.625": [0, 0, 27.5], + "0.6667": [0, 0, 30], + "0.7083": [0, 0, 27.5], + "0.75": [0, 0, 30], + "0.7917": [0, 0, 27.5], + "0.8333": [0, 0, 27.5], + "0.875": [0, 0, 27.5], + "0.9167": [0, 0, 30], + "0.9583": [0, 0, 27.5], + "2.0": [0, 0, -5] + } + }, + "shuolderr": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-65, 0, -72.5], + "1.2917": [-65, 0, -72.5], + "2.25": [-77.81547, 17.69654, -83.31051] + }, + "position": { + "0.0": [0, "math.sin(q.anim_time*30*2-150)*1", 0], + "0.5": [1, -1, -1], + "1.2917": [1, -1, -1] + } + }, + "shoulderl": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [64.70085, -14.90159, -78.25395], + "1.2917": [64.70085, -14.90159, -78.25395], + "2.25": [62.43267, -44.63504, -80.19178] + }, + "position": { + "0.0": [0, "math.sin(q.anim_time*30*2-150)*1", 0], + "0.5": [0, 0, 0], + "1.2917": [0, 0, 0] + } + }, + "winger": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-7.80532, 11.95459, 8.19675], + "1.2917": [-7.80532, 11.95459, 8.19675], + "2.25": [62.5, "37.5+math.sin(q.anim_time*30*2-200)*2", 0] + } + }, + "wingel": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [15, 2.5, 0], + "1.2917": [15, 2.5, 0], + "2.25": [-72.5, "-32.5+math.sin(q.anim_time*30*2-200)*2", 0] + } + }, + "tail": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "0.5417": [0, 0, 2.5], + "0.5833": [0, 0, 0], + "0.625": [0, 0, 2.5], + "0.6667": [0, 0, 0], + "0.7083": [0, 0, 2.5], + "0.75": [0, 0, 0], + "0.7917": [0, 0, 2.5], + "0.8333": [0, 0, 0], + "0.875": [0, 0, 2.5], + "0.9167": [0, 0, 0], + "1.25": [0, 0, 2.5], + "1.2917": [0, 0, 0] + } + }, + "tailseg1": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 5], + "1.2917": [0, 0, 5] + } + }, + "middleseg": { + "rotation": { + "0.0": [0, 0, -7.5], + "0.5": [0, 0, -15] + }, + "position": [0, 0, 0] + }, + "upperseg": { + "rotation": { + "0.0": [0, 0, 12.5], + "0.5": [0, 0, -27.5] + }, + "position": { + "0.5": [0, 0, 0], + "0.5417": [0, 1, 0], + "0.5833": [0, 0, 0], + "0.625": [0, 1, 0], + "0.6667": [0, 0, 0], + "0.7083": [0, 1, 0], + "0.75": [0, 0, 0], + "0.7917": [0, 1, 0], + "0.8333": [0, 0, 0], + "0.875": [0, 1, 0], + "0.9167": [0, 0, 0], + "0.9583": [0, 1, 0] + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, -12.5], + "1.2917": [0, 0, -12.5], + "2.25": [0, 0, 12.5] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0] + } + }, + "armr": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 37.5, 0], + "1.2917": [0, 37.5, 0] + }, + "position": { + "0.5": [0, -1, 0], + "1.2917": [0, -1, 0] + } + }, + "flapr": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [11.45384, 18.76656, -16.41177], + "1.2917": [11.45384, 18.76656, -16.41177], + "2.25": [-4.55397, 29.48372, 72.1319] + }, + "position": { + "0.0": [0, 1, 0], + "0.5": [0, 1, 0], + "1.2917": [0, 1, 0], + "2.25": [3, 1, 0] + } + }, + "rfingee": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [20, 0, 0], + "1.2917": [20, 0, 0] + } + }, + "arml": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -35, 0], + "1.2917": [0, -35, 0] + } + }, + "flapl": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-7.5, -17.5, 0], + "1.2917": [-7.5, -17.5, 0], + "2.25": [5.94703, -29.40046, 46.8791] + }, + "position": { + "0.0": [0, 0, 0], + "2.25": [2, 0, 0] + } + }, + "lfingee": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-22.5, 0, 0], + "1.2917": [-22.5, 0, 0] + } + }, + "MAINTHING": { + "rotation": [0, 0, 0], + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "1.2917": [0, -23, -24], + "1.3333": [0, -22, -24], + "1.375": [0, -23, -24], + "1.4167": [0, -22, -24], + "1.4583": [0, -23, -24], + "1.5": [0, -22, -24], + "1.5417": [0, -23, -24], + "1.5833": [0, -22, -24], + "1.625": [0, -23, -24], + "1.6667": [0, -22, -24], + "1.7083": [0, -23, -24] + } + }, + "rleg": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "1.2917": [0, 0, -35] + } + }, + "rleg2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "1.2917": [0, 0, 95] + } + }, + "rfoot": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "1.2917": [0, 0, 102.5] + } + }, + "lleg": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "1.2917": [0, 0, -22.5] + } + }, + "lleg2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "1.2917": [0, 0, 70] + } + }, + "lfoot": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "1.2917": [0, 0, 147.5] + } + }, + "wingrseg1": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-12.5, -50, 0], + "1.2917": [-12.5, -50, 0], + "2.25": [17.5, -50, 0] + } + }, + "wingelseg1": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [19.85373, 45.30703, 22.46173], + "1.2917": [19.85373, 45.30703, 22.46173] + } + }, + "eyer": { + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0, -2] + } + }, + "eyel": { + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 1] + } + }, + "seg3": { + "rotation": [0, 0, 0] + }, + "looky": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [22.5, 0, 0], + "1.2917": [22.5, 0, 0], + "2.25": [5, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "1.2917": [0, 0, 0], + "2.25": [174.26831, -10.50435, 172.01568] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/zeraora/zeraora.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/zeraora/zeraora.animation.json new file mode 100644 index 0000000..be10857 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/zeraora/zeraora.animation.json @@ -0,0 +1,446 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.zeraora.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "thigh_r": { + "rotation": { + "0.0": [35, 0, 0], + "0.25": [0, 0, 0], + "0.5": [-35, 0, 0], + "0.75": [0, 0, 0], + "1.0": [35, 0, 0] + } + }, + "arm_r": { + "rotation": { + "0.0": [-10, 0, 0], + "0.5": [10, 0, 0], + "1.0": [-10, 0, 0] + } + }, + "arm_l": { + "rotation": { + "0.0": [10, 0, 0], + "0.5": [-10, 0, 0], + "1.0": [10, 0, 0] + } + }, + "waist": { + "position": { + "0.0": [0, -1, 0], + "0.25": [0, 0, 0], + "0.5": [0, -1, 0], + "0.75": [0, 0, 0], + "1.0": [0, -1, 0] + } + }, + "thigh_l": { + "rotation": { + "0.0": [-35, 0, 0], + "0.25": [0, 0, 0], + "0.5": [35, 0, 0], + "0.75": [0, 0, 0], + "1.0": [-35, 0, 0] + } + }, + "body": { + "rotation": [5, 0, 0] + }, + "leg_r": { + "rotation": { + "0.0": [5, 0, 0], + "0.25": [12.5, 0, 0], + "0.5": [0, 0, 0], + "0.75": [0, 0, 0], + "1.0": [5, 0, 0] + } + }, + "leg2_r": { + "rotation": { + "0.0": [-15, 0, 0], + "0.25": [-15, 0, 0], + "0.5": [20, 0, 0], + "0.75": [0, 0, 0], + "1.0": [-15, 0, 0] + } + }, + "foot_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.5": [15, 0, 0], + "0.75": [0, 0, 0], + "1.0": [0, 0, 0] + } + }, + "leg_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.5": [5, 0, 0], + "0.75": [12.5, 0, 0], + "1.0": [0, 0, 0] + } + }, + "leg2_l": { + "rotation": { + "0.0": [20, 0, 0], + "0.25": [0, 0, 0], + "0.5": [-15, 0, 0], + "0.75": [-15, 0, 0], + "1.0": [20, 0, 0] + } + }, + "foot_l": { + "rotation": { + "0.0": [15, 0, 0], + "0.25": [0, 0, 0], + "0.75": [0, 0, 0], + "1.0": [15, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [5, 5, 0], + "0.5": [-5, -5, 0], + "1.0": [5, 5, 0] + } + }, + "tail2": { + "rotation": { + "0.0": [0, 2.5, 0], + "0.5": [0, -2.5, 0], + "1.0": [0, 2.5, 0] + } + }, + "tail3": { + "rotation": { + "0.0": [0, 5, 0], + "0.5": [0, -5, 0], + "1.0": [0, 5, 0] + } + }, + "tail4": { + "rotation": { + "0.0": [0, 5, 0], + "0.5": [0, -5, 0], + "1.0": [0, 5, 0] + } + } + } + }, + "animation.zeraora.ground_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "2.0": [2.5, 0, 0], + "4.0": [0, 0, 0] + } + }, + "arm_r": { + "rotation": { + "0.0": [0, 0, 0], + "2.0": [0, 0, 2.5], + "4.0": [0, 0, 0] + } + }, + "arm_l": { + "rotation": { + "0.0": [0, 0, 0], + "2.0": [0, 0, -2.5], + "4.0": [0, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [0, 5, 0], + "2.0": [0, 0, 0], + "3.0": [0, -5, 0], + "4.0": [0, 0, 0] + } + }, + "tail2": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [0, 2.5, 0], + "2.0": [0, 0, 0], + "3.0": [0, -2.5, 0], + "4.0": [0, 0, 0] + } + }, + "tail3": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [0, 5, 0], + "2.0": [0, 0, 0], + "3.0": [0, -5, 0], + "4.0": [0, 0, 0] + } + }, + "tail4": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [0, 5, 0], + "2.0": [0, 0, 0], + "3.0": [0, -5, 0], + "4.0": [0, 0, 0] + } + }, + "tail5": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [0, 5, 0], + "2.0": [0, 0, 0], + "3.0": [0, -5, 0], + "4.0": [0, 0, 0] + } + } + } + }, + "animation.zeraora.faint": { + "animation_length": 3.5, + "bones": { + "waist": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [0, 0, 0], + "0.75": [12.5, 0, 0], + "0.7917": [12.5, 0, 0], + "1.25": [90, 0, 0] + }, + "position": [0, 0, 0] + }, + "tail": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": [5, 0, 0], + "0.2917": [-7.5, 0, 0], + "0.4167": [-12.5, 0, 0], + "0.75": [5, 0, 0], + "0.7917": [5, 0, 0], + "1.25": [10, 0, 0], + "1.5": [-22.5, -45, 0] + } + }, + "body": { + "rotation": [0, 0, 0] + }, + "torso": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [15, 0, 0], + "0.375": [15, 0, 0], + "0.75": [0, 0, 0], + "0.7917": [0, 0, 0], + "1.25": [-15, 0, 0], + "1.2917": [-15, 0, 0] + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [10, 0, 0], + "0.375": [10, 0, 0], + "0.75": [0, 0, 0], + "0.7917": [0, 0, 0], + "1.25": [-5, 0, 0], + "1.2917": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [10, 0, 0], + "0.375": [10, 0, 0], + "0.75": [0, 0, 0], + "0.7917": [0, 0, 0], + "1.25": [-5, 0, 0], + "1.2917": [0, 0, 0] + } + }, + "eye_l": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, 1] + } + }, + "eye_l_closed": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, -1.01] + } + }, + "eye_r": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, 1] + } + }, + "eye_r_closed": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, -1.01] + } + }, + "tail2": { + "rotation": { + "0.7917": [0, 0, 0], + "1.25": [5, 0, 0], + "1.5": [0, 0, 0] + } + }, + "tail3": { + "rotation": { + "0.7917": [0, 0, 0], + "1.25": [5, 0, 0], + "1.5": [0, 0, 0] + } + }, + "tail4": { + "rotation": { + "0.7917": [0, 0, 0], + "1.25": [5, 0, 0], + "1.5": [0, 0, 0] + } + }, + "arm_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.375": [-5, 0, 0], + "0.75": [10, 0, 0], + "0.7917": [10, 0, 0], + "1.25": [40, 0, 30], + "1.2917": [10, 0, 30] + } + }, + "forearm_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.7917": [0, 0, 0], + "1.25": [-5, 80, 0], + "1.2917": [-5, 80, 0] + } + }, + "arm_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.375": [-5, 0, 0], + "0.75": [10, 0, 0], + "0.7917": [10, 0, 0], + "1.25": [40, 0, 0], + "1.2917": [20, 0, 0] + } + } + } + }, + "animation.zeraora.sleep": { + "loop": true, + "animation_length": 1, + "bones": { + "waist": { + "rotation": [0, 0, 90], + "position": [-17, 2, 3] + }, + "thigh_r": { + "rotation": [-24.24953, -23.04067, -25.62335] + }, + "leg_r": { + "rotation": [30, 0, 0] + }, + "leg2_r": { + "rotation": [40, 0, 0] + }, + "foot_r": { + "rotation": [50, 0, 0] + }, + "thigh_l": { + "rotation": [-45, 0, 7.5] + }, + "leg_l": { + "rotation": [30, 0, 0] + }, + "leg2_l": { + "rotation": [47.5, 0, 0] + }, + "body": { + "rotation": [15, 0, -5] + }, + "tail": { + "rotation": [-20, 0, 0] + }, + "tail2": { + "rotation": [5, 0, 0] + }, + "tail3": { + "rotation": [-37.5, 0, 0] + }, + "tail4": { + "rotation": [-20, 0, 0] + }, + "head": { + "rotation": [20, 0, 0] + }, + "eye_l": { + "position": [0, 0, 1] + }, + "eye_r": { + "position": [0, 0, 1] + }, + "arm_r": { + "rotation": [-50, -35, 0] + }, + "forearm_r": { + "rotation": [-90, 0, 0] + }, + "arm_l": { + "rotation": [-120, 0, 35] + }, + "forearm_l": { + "rotation": [-90, 0, 0] + }, + "neck": { + "rotation": [0, 0, -15] + }, + "eye_r_closed": { + "position": [0, 0, -1.01] + }, + "eye_l_closed": { + "position": [0, 0, -1.01] + }, + "torso": { + "rotation": [22.5, 0, 0] + } + } + }, + "animation.zeraora.cry": { + "animation_length": 1, + "bones": { + "eye_l": { + "rotation": [0, 0, -2.5], + "position": [0, 0, 0] + }, + "eye_r": { + "rotation": [0, 0, 2.5], + "position": [0, 0, 0] + }, + "jaw": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [25, 0, 0], + "0.75": [25, 0, 0], + "1.0": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/0896_glastrier/glastrier.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/0896_glastrier/glastrier.geo.json new file mode 100644 index 0000000..232f375 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/0896_glastrier/glastrier.geo.json @@ -0,0 +1,354 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.glastrier", + "texture_width": 256, + "texture_height": 256, + "visible_bounds_width": 11, + "visible_bounds_height": 8.5, + "visible_bounds_offset": [0, 3.75, 0] + }, + "bones": [ + { + "name": "root", + "pivot": [0, 0, 0] + }, + { + "name": "glastrier", + "parent": "root", + "pivot": [0, 0, 0], + "rotation": [-12, 0, 0] + }, + { + "name": "bodymain", + "parent": "glastrier", + "pivot": [-0.5, 38.8, -16.4], + "rotation": [9, 0, 0] + }, + { + "name": "body_b", + "parent": "bodymain", + "pivot": [-1.5, 34.8, 12.5], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-9.5, 29.32149, 1.39846], "size": [19, 15, 17], "inflate": -0.01, "pivot": [-1.5, 33.1, 10.4], "rotation": [4, 0, 0], "uv": [59, 58]}, + {"origin": [-9.5, 28.93277, 18.83854], "size": [19, 20, 19], "inflate": 1, "pivot": [-1.5, 36.9, 26.3], "rotation": [-16, 0, 0], "uv": [0, 36]}, + {"origin": [-1.5, 44.53277, 38.93854], "size": [3, 3, 11], "pivot": [-2.5, 44.5, 44.4], "rotation": [26, 0, 0], "uv": [199, 68]}, + {"origin": [-1.5, 44.63277, 46.33854], "size": [3, 3, 11], "inflate": -0.01, "pivot": [-2.5, 44.6, 51.8], "rotation": [-24, 0, 0], "uv": [198, 54]}, + {"origin": [-3, 16.93277, 61.83854], "size": [6, 0, 6], "pivot": [-3, 14.9, 63.3], "rotation": [-116, 0, 0], "uv": [51, 36]}, + {"origin": [-2, 40.93277, 56.53854], "size": [4, 4, 6], "pivot": [-3, 42.9, 58], "rotation": [-45, 0, 0], "uv": [104, 91]}, + {"origin": [0, 40.53277, 58.53854], "size": [11, 0, 15], "pivot": [-3, 40.5, 61], "rotation": [-68, 0, 0], "uv": [137, 112]}, + {"origin": [0, 27.73277, 63.23854], "size": [11, 0, 15], "pivot": [-3, 27.7, 65.7], "rotation": [-90, 0, 0], "uv": [125, 33]}, + {"origin": [-11, 27.73277, 63.23854], "size": [11, 0, 15], "pivot": [3, 27.7, 65.7], "rotation": [-90, 0, 0], "uv": [121, 97]}, + {"origin": [-11, 40.53277, 58.53854], "size": [11, 0, 15], "pivot": [3, 40.5, 61], "rotation": [-68, 0, 0], "uv": [130, 131]}, + {"origin": [-9.5, 38.23277, 7.23854], "size": [19, 12, 16], "pivot": [-1.5, 37.2, 12.7], "rotation": [6, 0, 0], "uv": [70, 20]} + ] + }, + { + "name": "neckhead", + "parent": "bodymain", + "pivot": [-0.5, 41.2, -16.4], + "rotation": [-8, 0, 0] + }, + { + "name": "neck", + "parent": "neckhead", + "pivot": [-0.5, 43.7, -7.4], + "rotation": [23, 0, 0], + "cubes": [ + {"origin": [-6.5, 36.53568, -12.17462], "size": [13, 12, 13.6], "inflate": -0.01, "pivot": [-0.5, 43.7, -11.5], "rotation": [94.5, 0, 0], "uv": [114, 48]}, + {"origin": [-4.5, 47.93568, -12.67462], "size": [9, 14, 16], "inflate": 0.2, "pivot": [-0.5, 57.1, -12], "rotation": [101.5, 0, 0], "uv": [102, 101]}, + {"origin": [-6.5, 35.13568, -7.47462], "size": [13, 13, 14], "inflate": -0.02, "pivot": [-0.5, 44.3, -6.8], "rotation": [107.5, 0, 0], "uv": [64, 90]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [-0.5, 66.9, -17.6], + "cubes": [ + {"origin": [-6.5, 60.13568, -17.77462], "size": [13, 15, 11], "inflate": -0.1, "pivot": [-0.5, 71.3, -16.1], "rotation": [103.5, 0, 0], "uv": [0, 142]}, + {"origin": [3.5, 65.03568, -15.77462], "size": [13, 12, 0], "pivot": [9.5, 73.2, -14.1], "rotation": [102.17666, -5.87369, 25.37295], "uv": [200, 0]}, + {"origin": [-16.5, 65.03568, -15.77462], "size": [13, 12, 0], "pivot": [-9.5, 73.2, -14.1], "rotation": [102.17666, 5.87369, -25.37295], "uv": [194, 42]}, + {"origin": [-6, 66.53568, -24.87462], "size": [12, 8, 7], "inflate": -0.2, "pivot": [0, 70.7, -23.2], "rotation": [85.5, 0, 0], "uv": [176, 178]}, + {"origin": [-5.49253, 64.93568, -27.87462], "size": [11, 14, 6], "pivot": [-0.49253, 72.1, -26.2], "rotation": [124.60968, 0.09006, -0.31407], "uv": [171, 91]}, + {"origin": [-6.5, 70.03568, -20.57462], "size": [13, 20, 9], "pivot": [-0.5, 79.2, -15.9], "rotation": [122.59383, 0, -0.44723], "uv": [63, 151]}, + {"origin": [-3.5, 85.13568, -10.57462], "size": [7, 11, 8], "pivot": [-0.5, 87.3, -6.9], "rotation": [135.59383, 0, -0.44723], "uv": [38, 193]}, + {"origin": [-1.51965, 94.13568, -2.57462], "size": [3, 9, 7], "pivot": [-0.51965, 94.3, 0.1], "rotation": [135.59383, 0, -0.44723], "uv": [140, 206]}, + {"origin": [-0.04746, 89.13568, -1.57462], "size": [0, 36, 14], "pivot": [-1.04746, 98.3, 5.1], "rotation": [135.59383, 0, -0.44723], "uv": [44, 103]}, + {"origin": [-3.5, 75.5265, -8.85905], "size": [7, 16, 2], "inflate": 0.2, "pivot": [-0.5, 73.2, -12.2], "rotation": [124.5, 0, 0], "uv": [0, 36]} + ] + }, + { + "name": "ears_in", + "parent": "head", + "pivot": [-4.5, 86, -16.9], + "rotation": [17, 0, 0], + "cubes": [ + {"origin": [-4.65525, 78.83981, -17.84579], "size": [10, 0, 11], "pivot": [0.7, 83.6, -16.5], "rotation": [149.56046, 58.91074, 54.13283], "uv": [178, 54]}, + {"origin": [-7.95525, 80.23981, -15.14579], "size": [10, 0, 11], "pivot": [-2.6, 85, -13.8], "rotation": [-149.19316, 59.04143, 125.07045], "uv": [176, 144]}, + {"origin": [-5.34475, 78.83981, -17.84579], "size": [10, 0, 11], "pivot": [-0.7, 83.6, -16.5], "rotation": [149.56046, -58.91074, -54.13283], "uv": [172, 155]}, + {"origin": [-2.04475, 80.23981, -15.14579], "size": [10, 0, 11], "pivot": [2.6, 85, -13.8], "rotation": [-149.19316, -59.04143, -125.07045], "uv": [172, 166]} + ] + }, + { + "name": "ears", + "parent": "head", + "pivot": [-4.5, 86.7, -16.7], + "rotation": [13, 0, 0], + "cubes": [ + {"origin": [-4.55525, 79.53981, -17.54579], "size": [10, 0, 11], "pivot": [0.8, 84.3, -16.2], "rotation": [149.56046, 58.91074, 54.13283], "uv": [21, 168]}, + {"origin": [-7.95525, 80.93981, -14.94579], "size": [10, 0, 11], "pivot": [-2.6, 85.7, -13.6], "rotation": [-149.19316, 59.04143, 125.07045], "uv": [156, 144]}, + {"origin": [-5.44475, 79.53981, -17.54579], "size": [10, 0, 11], "pivot": [-0.8, 84.3, -16.2], "rotation": [149.56046, -58.91074, -54.13283], "uv": [19, 106]}, + {"origin": [-2.04475, 80.93981, -14.94579], "size": [10, 0, 11], "pivot": [2.6, 85.7, -13.6], "rotation": [-149.19316, -59.04143, -125.07045], "uv": [99, 0]} + ] + }, + { + "name": "ice_right", + "parent": "head", + "pivot": [7.7, 80.5, -0.9], + "rotation": [-18, 30, 0], + "cubes": [ + {"origin": [6.1, 72.33568, 0.32538], "size": [0, 29, 14], "pivot": [5.1, 81.5, 7], "rotation": [119.62758, -2.60835, -1.9298], "uv": [107, 150]}, + {"origin": [3.74826, 80.83033, -1.01323], "size": [0, 14, 11], "pivot": [2.2, 73.5, 14.9], "rotation": [99.23634, 1.29877, -6.77884], "uv": [0, 194]}, + {"origin": [4.46644, 79.68608, 10.18911], "size": [0, 14, 11], "pivot": [3.2, 73.5, 14.9], "rotation": [110.59383, 0, -0.44723], "uv": [125, 188]}, + {"origin": [4.7, 79.03568, -1.77462], "size": [3, 11, 7], "pivot": [5.7, 79.2, 0.9], "rotation": [124.59383, 0, -0.44723], "uv": [201, 125]} + ] + }, + { + "name": "ice_left", + "parent": "head", + "pivot": [-7.7, 80.5, -0.9], + "rotation": [-18, -30, 0], + "cubes": [ + {"origin": [-4.46644, 79.68608, 10.18911], "size": [0, 14, 11], "pivot": [-3.2, 73.5, 14.9], "rotation": [110.59383, 0, 0.44723], "uv": [191, 100]}, + {"origin": [-3.74826, 80.83033, -1.01323], "size": [0, 14, 11], "pivot": [-2.2, 73.5, 14.9], "rotation": [99.23634, -1.29877, 6.77884], "uv": [68, 187]}, + {"origin": [-7.7, 79.03568, -1.77462], "size": [3, 11, 7], "pivot": [-5.7, 79.2, 0.9], "rotation": [124.59383, 0, 0.44723], "uv": [201, 125], "mirror": true}, + {"origin": [-6.1, 72.33568, 0.32538], "size": [0, 29, 14], "pivot": [-5.1, 81.5, 7], "rotation": [119.62758, 2.60835, 1.9298], "uv": [107, 150], "mirror": true} + ] + }, + { + "name": "body_f", + "parent": "bodymain", + "pivot": [-1.5, 32.2, -3.3], + "rotation": [-13, 0, 0], + "cubes": [ + {"origin": [-10.5, 37.28773, -10.26422], "size": [21, 14, 22], "inflate": 1, "pivot": [-1.5, 38.1, -6.2], "rotation": [7, 0, 0], "uv": [0, 0]}, + {"origin": [-8.5, 32.43568, -17.07462], "size": [17, 7, 12], "inflate": -0.01, "pivot": [-0.5, 40.6, -16.4], "rotation": [78.5, 0, 0], "uv": [119, 78]}, + {"origin": [-8.5, 42.3865, -13.46355], "size": [17, 7, 12], "pivot": [-0.5, 42.5, -16.5], "rotation": [-66.5, 0, 0], "uv": [64, 0]}, + {"origin": [-8.5, 30.47275, -10.67583], "size": [17, 16, 15], "inflate": -0.01, "pivot": [-1.5, 35.5, -2.9], "rotation": [-3, 0, 0], "uv": [0, 75]} + ] + }, + { + "name": "leg", + "parent": "glastrier", + "pivot": [13.7, 33.6, 30.1], + "rotation": [15, 0, 0] + }, + { + "name": "leg_b_right", + "parent": "leg", + "pivot": [10.5125, 20.58477, 44.71807], + "cubes": [ + {"origin": [7.2, 24.73296, 31.9338], "size": [7, 17, 10], "inflate": -0.2, "pivot": [14.2, 31.8, 34.4], "rotation": [29, 0, 0], "uv": [167, 117]}, + {"origin": [7.2, 11.00043, 34.42443], "size": [7, 21, 9], "inflate": -0.7, "pivot": [14.2, 22.7, 35.4], "rotation": [-5, 0, 0], "uv": [162, 24]}, + {"origin": [7.8, 14.40043, 31.72443], "size": [3, 10, 3], "pivot": [13.8, 21.1, 32.7], "rotation": [-21.4089, 40.96356, -14.41503], "uv": [64, 90]}, + {"origin": [6.2, 33.96042, 26.71103], "size": [8, 20, 14], "pivot": [14.2, 44, 31.7], "rotation": [8, 0, 0], "uv": [72, 117]}, + {"origin": [5.7, 7.3, 33.7], "size": [10, 5, 9], "inflate": -0.5, "pivot": [6.7, -0.7, 34.7], "rotation": [2, 0, 0], "uv": [0, 191]}, + {"origin": [10.9, 6.40903, 31.7261], "size": [5, 6, 4], "inflate": -0.5, "pivot": [13.9, 9.5, 33.2], "rotation": [-4.16694, -43.92422, 2.89328], "uv": [198, 211]}, + {"origin": [13.8, 11.40903, 34.0261], "size": [2, 5, 0], "pivot": [14.8, 12.5, 33.5], "rotation": [-19.16237, -72.74502, 15.71392], "uv": [79, 48]}, + {"origin": [12.4, 11.40903, 32.3261], "size": [2, 5, 0], "pivot": [13.4, 12.5, 31.8], "rotation": [-6.19374, -25.518, 0.03164], "uv": [55, 75]}, + {"origin": [5.77798, 6.40903, 31.00016], "size": [4, 3, 5], "inflate": -0.5, "pivot": [7.9, 9.5, 33.2], "rotation": [-3.28331, 23.96504, -1.33483], "uv": [153, 0]}, + {"origin": [8.4, 6.40903, 29.7261], "size": [4, 5, 4], "inflate": -0.5, "pivot": [11.4, 9.5, 31.2], "rotation": [-7, 0, 0], "uv": [42, 212]}, + {"origin": [9.1, 10.40903, 29.6261], "size": [2, 4, 0], "pivot": [12.1, 13.5, 31.1], "rotation": [-10.0238, 45.5595, -7.19267], "uv": [76, 117]}, + {"origin": [7.5, 10.60903, 27.5261], "size": [2, 4, 0], "pivot": [10.5, 13.7, 29], "rotation": [-170.89387, 39.64258, -174.1612], "uv": [72, 117]}, + {"origin": [8.4, 9.50903, 32.4261], "size": [5, 5, 5], "inflate": -0.5, "pivot": [10.4, 12.6, 34.9], "rotation": [-9.38182, 41.61661, -6.26211], "uv": [160, 211]}, + {"origin": [5.7, 6.3, 33.1], "size": [10, 3, 7], "inflate": -0.52, "pivot": [6.7, -0.7, 34.1], "rotation": [-1, 0, 0], "uv": [194, 32]}, + {"origin": [5.7, 8.2, 43.6], "size": [10, 3, 4], "inflate": -0.51, "pivot": [6.7, 1.2, 44.6], "rotation": [39, 0, 0], "uv": [207, 143]} + ] + }, + { + "name": "bone22", + "parent": "leg_b_right", + "pivot": [6.8, 12.1, 30], + "rotation": [0, 20, 0], + "cubes": [ + {"origin": [5.12645, 8.82776, 30.74783], "size": [2, 4, 0], "pivot": [8.4, 11.9, 32.1], "rotation": [-10.0238, 45.5595, -7.19267], "uv": [0, 115]}, + {"origin": [3.69765, 9.02776, 28.24472], "size": [2, 4, 0], "pivot": [6.8, 12.1, 30], "rotation": [-170.89387, 39.64258, -174.1612], "uv": [58, 112]} + ] + }, + { + "name": "leg_b_left", + "parent": "leg", + "pivot": [-10.5125, 20.58477, 44.71807], + "cubes": [ + {"origin": [-14.2, 24.73296, 31.9338], "size": [7, 17, 10], "inflate": -0.2, "pivot": [-14.2, 31.8, 34.4], "rotation": [29, 0, 0], "uv": [165, 63]}, + {"origin": [-14.2, 11.00043, 34.42443], "size": [7, 21, 9], "inflate": -0.7, "pivot": [-14.2, 22.7, 35.4], "rotation": [-5, 0, 0], "uv": [151, 155]}, + {"origin": [-10.8, 14.40043, 31.72443], "size": [3, 10, 3], "pivot": [-13.8, 21.1, 32.7], "rotation": [-21.4089, -40.96356, 14.41503], "uv": [0, 75]}, + {"origin": [-14.2, 33.96042, 26.71103], "size": [8, 20, 14], "pivot": [-14.2, 44, 31.7], "rotation": [8, 0, 0], "uv": [0, 106]}, + {"origin": [-15.7, 7.3, 33.7], "size": [10, 5, 9], "inflate": -0.5, "pivot": [-6.7, -0.7, 34.7], "rotation": [2, 0, 0], "uv": [61, 184]}, + {"origin": [-15.9, 6.40903, 31.7261], "size": [5, 6, 4], "inflate": -0.5, "pivot": [-13.9, 9.5, 33.2], "rotation": [-4.16694, 43.92422, -2.89328], "uv": [180, 211]}, + {"origin": [-15.8, 11.40903, 34.0261], "size": [2, 5, 0], "pivot": [-14.8, 12.5, 33.5], "rotation": [-19.16237, 72.74502, -15.71392], "uv": [15, 0]}, + {"origin": [-14.4, 11.40903, 32.3261], "size": [2, 5, 0], "pivot": [-13.4, 12.5, 31.8], "rotation": [-6.19374, 25.518, -0.03164], "uv": [0, 0]}, + {"origin": [-9.77798, 6.40903, 31.00016], "size": [4, 3, 5], "inflate": -0.5, "pivot": [-7.9, 9.5, 33.2], "rotation": [-3.28331, -23.96504, 1.33483], "uv": [98, 151]}, + {"origin": [-12.4, 6.40903, 29.7261], "size": [4, 5, 4], "inflate": -0.5, "pivot": [-11.4, 9.5, 31.2], "rotation": [-7, 0, 0], "uv": [90, 180]}, + {"origin": [-11.1, 10.40903, 29.6261], "size": [2, 4, 0], "pivot": [-12.1, 13.5, 31.1], "rotation": [-10.0238, -45.5595, 7.19267], "uv": [54, 112]}, + {"origin": [-9.5, 10.60903, 27.5261], "size": [2, 4, 0], "pivot": [-10.5, 13.7, 29], "rotation": [-170.89387, -39.64258, 174.1612], "uv": [55, 80]}, + {"origin": [-13.4, 9.50903, 32.4261], "size": [5, 5, 5], "inflate": -0.5, "pivot": [-10.4, 12.6, 34.9], "rotation": [-9.38182, -41.61661, 6.26211], "uv": [209, 188]}, + {"origin": [-15.7, 6.3, 33.1], "size": [10, 3, 7], "inflate": -0.52, "pivot": [-6.7, -0.7, 34.1], "rotation": [-1, 0, 0], "uv": [76, 48]}, + {"origin": [-15.7, 8.2, 43.6], "size": [10, 3, 4], "inflate": -0.51, "pivot": [-6.7, 1.2, 44.6], "rotation": [39, 0, 0], "uv": [153, 54]} + ] + }, + { + "name": "bone23", + "parent": "leg_b_left", + "pivot": [-6.8, 12.1, 30], + "rotation": [0, -20, 0], + "cubes": [ + {"origin": [-7.12645, 8.82776, 30.74783], "size": [2, 4, 0], "pivot": [-8.4, 11.9, 32.1], "rotation": [-10.0238, -45.5595, 7.19267], "uv": [50, 112]}, + {"origin": [-5.69765, 9.02776, 28.24472], "size": [2, 4, 0], "pivot": [-6.8, 12.1, 30], "rotation": [-170.89387, -39.64258, 174.1612], "uv": [55, 84]} + ] + }, + { + "name": "leg_f_right", + "parent": "leg", + "pivot": [14.3, 17.2, -8.4], + "cubes": [ + {"origin": [8.3, 12.40787, -14.81716], "size": [5, 17, 5], "inflate": 0.58, "pivot": [14.3, 17.2, -13.9], "rotation": [-12, 0, 0], "uv": [203, 150]}, + {"origin": [8.3, 12.17962, -10.48913], "size": [5, 13, 5], "inflate": -0.01, "pivot": [14.3, 17.2, -9.6], "rotation": [3, 0, 0], "uv": [22, 207]}, + {"origin": [6.3, 9.16042, -13.78897], "size": [9, 9, 8], "pivot": [14.3, 14.2, -11.9], "rotation": [-3, 0, 0], "uv": [91, 193]}, + {"origin": [15.7, 9.56042, -14.38897], "size": [5, 7, 3], "pivot": [18.7, 14.6, -17.5], "rotation": [-7.39423, -46.91586, 3.21227], "uv": [135, 174]}, + {"origin": [9.2, 9.56042, -18.48897], "size": [5, 9, 5], "pivot": [12.2, 14.6, -21.6], "rotation": [-7.50046, -0.99863, 0.05234], "uv": [105, 210]}, + {"origin": [2.8, 9.56042, -16.18897], "size": [5, 7, 3], "pivot": [5.8, 14.6, -20.3], "rotation": [-3.19215, 19.97142, -1.09128], "uv": [135, 164]}, + {"origin": [5.3, 9.16042, -14.18897], "size": [11, 6, 8], "pivot": [14.3, 14.2, -12.3], "rotation": [-3, 0, 0], "uv": [127, 185]}, + {"origin": [5.3, 7.56042, -8.38897], "size": [11, 5, 3], "inflate": -0.1, "pivot": [14.3, 12.6, -10.5], "rotation": [24, 0, 0], "uv": [207, 172]} + ] + }, + { + "name": "bone6", + "parent": "leg_f_right", + "pivot": [14.3, 22.8, -10.9], + "cubes": [ + {"origin": [7.3, 36.16042, -15.28897], "size": [7, 18, 15], "pivot": [14.3, 46.2, -9.3], "rotation": [8, 0, 0], "uv": [116, 131]} + ] + }, + { + "name": "bone7", + "parent": "bone6", + "pivot": [14.3, 38.3, -9.9], + "cubes": [ + {"origin": [7.3, 29.66042, -11.88897], "size": [7, 14, 9], "inflate": -0.2, "pivot": [14.3, 37.7, -10.9], "rotation": [-15, 0, 0], "uv": [168, 0]} + ] + }, + { + "name": "bone8", + "parent": "bone7", + "pivot": [14.3, 21.7, -11.8], + "rotation": [-7, 0, 0], + "cubes": [ + {"origin": [7.3, 21.53948, -13.80166], "size": [7, 10, 8], "inflate": -1, "pivot": [14.3, 27.8, -11.5], "rotation": [10, 0, 0], "uv": [187, 193]} + ] + }, + { + "name": "bone17", + "parent": "leg_f_right", + "pivot": [16.1, 21.6, -21.7], + "cubes": [ + {"origin": [5.2, 18.56042, -15.58897], "size": [3, 6, 0], "pivot": [7.2, 21.6, -21.7], "rotation": [-16.12343, 35.90129, -9.62091], "uv": [6, 112]}, + {"origin": [15.1, 18.56042, -15.58897], "size": [3, 6, 0], "pivot": [16.1, 21.6, -21.7], "rotation": [-16.12343, -35.90129, 9.62091], "uv": [56, 106]} + ] + }, + { + "name": "bone18", + "parent": "bone17", + "pivot": [22.1, 19.6, -14], + "rotation": [0, -49, 0], + "cubes": [ + {"origin": [11.2, 16.56042, -8.18897], "size": [3, 9, 0], "pivot": [13.2, 19.6, -14.3], "rotation": [-9.95814, 36.36384, -3.48319], "uv": [0, 106]}, + {"origin": [21.1, 16.16042, -8.18897], "size": [3, 9, 0], "pivot": [22.1, 19.2, -14.3], "rotation": [-10.01476, -36.7971, 8.49793], "uv": [49, 75]} + ] + }, + { + "name": "bone16", + "parent": "leg_f_right", + "pivot": [9.3, 19.2, -21.7], + "rotation": [0, 22, 0], + "cubes": [ + {"origin": [-1.6, 16.16042, -15.58897], "size": [3, 6, 0], "pivot": [0.4, 19.2, -21.7], "rotation": [-16.12343, 35.90129, -9.62091], "uv": [6, 106]}, + {"origin": [8.3, 16.16042, -15.58897], "size": [3, 6, 0], "pivot": [9.3, 19.2, -21.7], "rotation": [-16.12343, -35.90129, 9.62091], "uv": [50, 106]} + ] + }, + { + "name": "leg_f_left", + "parent": "leg", + "pivot": [-14.3, 17.2, -8.4], + "cubes": [ + {"origin": [-13.3, 12.40787, -14.81716], "size": [5, 17, 5], "inflate": 0.58, "pivot": [-14.3, 17.2, -13.9], "rotation": [-12, 0, 0], "uv": [0, 0]}, + {"origin": [-13.3, 12.17962, -10.48913], "size": [5, 13, 5], "inflate": -0.01, "pivot": [-14.3, 17.2, -9.6], "rotation": [3, 0, 0], "uv": [205, 82]}, + {"origin": [-15.3, 9.16042, -13.78897], "size": [9, 9, 8], "pivot": [-14.3, 14.2, -11.9], "rotation": [-3, 0, 0], "uv": [192, 15]}, + {"origin": [-20.7, 9.56042, -14.38897], "size": [5, 7, 3], "pivot": [-18.7, 14.6, -17.5], "rotation": [-7.39423, 46.91586, -3.21227], "uv": [110, 48]}, + {"origin": [-14.2, 9.56042, -18.48897], "size": [5, 9, 5], "pivot": [-12.2, 14.6, -21.6], "rotation": [-7.50046, 0.99863, -0.05234], "uv": [85, 210]}, + {"origin": [-7.8, 9.56042, -16.18897], "size": [5, 7, 3], "pivot": [-5.8, 14.6, -20.3], "rotation": [-3.19215, -19.97142, 1.09128], "uv": [57, 45]}, + {"origin": [-16.3, 9.16042, -14.18897], "size": [11, 6, 8], "pivot": [-14.3, 14.2, -12.3], "rotation": [-3, 0, 0], "uv": [32, 179]}, + {"origin": [-16.3, 7.56042, -8.38897], "size": [11, 5, 3], "inflate": -0.1, "pivot": [-14.3, 12.6, -10.5], "rotation": [24, 0, 0], "uv": [205, 100]} + ] + }, + { + "name": "bone11", + "parent": "leg_f_left", + "pivot": [-14.3, 22.8, -10.9], + "cubes": [ + {"origin": [-14.3, 36.16042, -15.28897], "size": [7, 18, 15], "pivot": [-14.3, 46.2, -9.3], "rotation": [8, 0, 0], "uv": [124, 0]} + ] + }, + { + "name": "bone12", + "parent": "bone11", + "pivot": [-14.3, 38.3, -9.9], + "cubes": [ + {"origin": [-14.3, 29.66042, -11.88897], "size": [7, 14, 9], "inflate": -0.2, "pivot": [-14.3, 37.7, -10.9], "rotation": [-15, 0, 0], "uv": [0, 168]} + ] + }, + { + "name": "bone13", + "parent": "bone12", + "pivot": [-14.3, 21.7, -11.8], + "rotation": [-7, 0, 0], + "cubes": [ + {"origin": [-14.3, 21.53948, -13.80166], "size": [7, 10, 8], "inflate": -1, "pivot": [-14.3, 27.8, -11.5], "rotation": [10, 0, 0], "uv": [157, 193]} + ] + }, + { + "name": "bone19", + "parent": "leg_f_left", + "pivot": [-16.1, 21.6, -21.7], + "cubes": [ + {"origin": [-8.2, 18.56042, -15.58897], "size": [3, 6, 0], "pivot": [-7.2, 21.6, -21.7], "rotation": [-16.12343, -35.90129, 9.62091], "uv": [104, 90]}, + {"origin": [-18.1, 18.56042, -15.58897], "size": [3, 6, 0], "pivot": [-16.1, 21.6, -21.7], "rotation": [-16.12343, 35.90129, -9.62091], "uv": [103, 48]} + ] + }, + { + "name": "bone20", + "parent": "bone19", + "pivot": [-22.1, 19.6, -14], + "rotation": [0, 49, 0], + "cubes": [ + {"origin": [-14.2, 16.56042, -8.18897], "size": [3, 9, 0], "pivot": [-13.2, 19.6, -14.3], "rotation": [-9.95814, -36.36384, 3.48319], "uv": [70, 0]}, + {"origin": [-24.1, 16.16042, -8.18897], "size": [3, 9, 0], "pivot": [-22.1, 19.2, -14.3], "rotation": [-10.01476, 36.7971, -8.49793], "uv": [64, 0]} + ] + }, + { + "name": "bone21", + "parent": "leg_f_left", + "pivot": [-9.3, 19.2, -21.7], + "rotation": [0, -22, 0], + "cubes": [ + {"origin": [-1.4, 16.16042, -15.58897], "size": [3, 6, 0], "pivot": [-0.4, 19.2, -21.7], "rotation": [-16.12343, -35.90129, 9.62091], "uv": [49, 84]}, + {"origin": [-11.3, 16.16042, -15.58897], "size": [3, 6, 0], "pivot": [-9.3, 19.2, -21.7], "rotation": [-16.12343, 35.90129, -9.62091], "uv": [73, 48]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/0897_spectrier/spectrier.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/0897_spectrier/spectrier.geo.json new file mode 100644 index 0000000..5994ccd --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/0897_spectrier/spectrier.geo.json @@ -0,0 +1,418 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.spectrier", + "texture_width": 256, + "texture_height": 256, + "visible_bounds_width": 14, + "visible_bounds_height": 7.5, + "visible_bounds_offset": [0, 3.25, 0] + }, + "bones": [ + { + "name": "root", + "pivot": [0, 0, 0] + }, + { + "name": "spectrier", + "parent": "root", + "pivot": [0, 0, 0], + "rotation": [-12, 0, 0] + }, + { + "name": "bone2", + "parent": "spectrier", + "pivot": [-1.9, 39.3, 11.7], + "rotation": [15, 0, 0] + }, + { + "name": "bone4", + "parent": "bone2", + "pivot": [13.7, 29.4, 30.1] + }, + { + "name": "leg_b_right", + "parent": "bone4", + "pivot": [8.5125, 16.38477, 40.71807], + "cubes": [ + {"origin": [5.2, 9.3, 33.9], "size": [7, 7, 7], "inflate": -1, "pivot": [5.2, 4.3, 34.9], "rotation": [22, 0, 0], "uv": [197, 96]}, + {"origin": [5.2, 20.69194, 28.67938], "size": [7, 17, 8], "inflate": -0.2, "pivot": [12.2, 27.6, 30.4], "rotation": [29, 0, 0], "uv": [166, 0]}, + {"origin": [5.2, 13.00043, 30.42443], "size": [7, 15, 7], "inflate": -0.7, "pivot": [12.2, 18.7, 31.4], "rotation": [-5, 0, 0], "uv": [171, 180]}, + {"origin": [4.2, 29.76042, 23.71103], "size": [8, 20, 13], "pivot": [12.2, 39.8, 27.7], "rotation": [8, 0, 0], "uv": [124, 0]}, + {"origin": [5, 1.3, 29.1], "size": [7, 5, 7], "inflate": -0.5, "pivot": [5, -3.7, 30.1], "rotation": [-1, 0, 0], "uv": [128, 202]}, + {"origin": [8.4, 1.3, 46.2], "size": [0, 13, 19], "pivot": [4.4, -3.7, 47.2], "rotation": [6, 0, 0], "uv": [85, 131]}, + {"origin": [8.4, 3.9, 62.2], "size": [0, 11, 19], "uv": [106, 63]}, + {"origin": [8.4, 1.3, 32.1], "size": [0, 10, 14], "pivot": [4.4, -3.7, 33.1], "rotation": [-1, 0, 0], "uv": [164, 98]} + ] + }, + { + "name": "leg_f_right", + "parent": "bone4", + "pivot": [13.3, 13, -8.4], + "cubes": [ + {"origin": [6.3, 3.96042, -13.38897], "size": [7, 4, 7], "inflate": -0.5, "pivot": [13.3, 13, -11.4], "rotation": [-3, 0, 0], "uv": [211, 36]} + ] + }, + { + "name": "bone6", + "parent": "leg_f_right", + "pivot": [13.3, 18.6, -10.9], + "cubes": [ + {"origin": [6.3, 31.96042, -13.28897], "size": [7, 16, 14], "uv": [0, 137]} + ] + }, + { + "name": "bone7", + "parent": "bone6", + "pivot": [13.3, 34.1, -9.9], + "cubes": [ + {"origin": [6.3, 24.26042, -11.88897], "size": [7, 14, 10], "inflate": -0.2, "pivot": [13.3, 32.3, -10.9], "rotation": [-15, 0, 0], "uv": [155, 156]} + ] + }, + { + "name": "bone8", + "parent": "bone7", + "pivot": [13.3, 17.5, -11.8], + "rotation": [-7, 0, 0], + "cubes": [ + {"origin": [6.3, 12.91156, -13.88811], "size": [7, 16, 8], "inflate": -1, "pivot": [13.3, 23, -10.5], "rotation": [2, 0, 0], "uv": [30, 172]} + ] + }, + { + "name": "bone9", + "parent": "bone8", + "pivot": [13.3, 17.5, -11.9], + "rotation": [-2, 0, 0], + "cubes": [ + {"origin": [6.3, 9.66974, -15.02779], "size": [7, 7, 8], "inflate": -1.5, "pivot": [13.3, 18.3, -11.7], "rotation": [23, 0, 0], "uv": [189, 40]} + ] + }, + { + "name": "leg_f_left", + "parent": "bone4", + "pivot": [-13.4, 13, -8.4], + "cubes": [ + {"origin": [-13.4, 3.96042, -13.38897], "size": [7, 4, 7], "inflate": -0.5, "pivot": [-13.4, 13, -11.4], "rotation": [-3, 0, 0], "uv": [205, 182]} + ] + }, + { + "name": "bone11", + "parent": "leg_f_left", + "pivot": [-13.4, 18.6, -10.9], + "cubes": [ + {"origin": [-13.4, 31.96042, -13.28897], "size": [7, 16, 14], "uv": [123, 136]} + ] + }, + { + "name": "bone12", + "parent": "bone11", + "pivot": [-13.4, 34.1, -9.9], + "cubes": [ + {"origin": [-13.4, 24.26042, -11.88897], "size": [7, 14, 10], "inflate": -0.2, "pivot": [-13.4, 32.3, -10.9], "rotation": [-15, 0, 0], "uv": [155, 33]} + ] + }, + { + "name": "bone13", + "parent": "bone12", + "pivot": [-13.4, 17.5, -12], + "rotation": [-6, 0, 0], + "cubes": [ + {"origin": [-13.4, 12.93599, -14.08875], "size": [7, 16, 8], "inflate": -1, "pivot": [-13.4, 23, -10.7], "rotation": [2, 0, 0], "uv": [0, 167]} + ] + }, + { + "name": "bone14", + "parent": "bone13", + "pivot": [-13.4, 17.5, -12.1], + "rotation": [-2, 0, 0], + "cubes": [ + {"origin": [-13.4, 9.69305, -15.22045], "size": [7, 7, 8], "inflate": -1.5, "pivot": [-13.4, 18.3, -11.9], "rotation": [23, 0, 0], "uv": [179, 25]} + ] + }, + { + "name": "leg_b_left", + "parent": "bone4", + "pivot": [15.7, 29.4, 30.1], + "cubes": [ + {"origin": [-11.5, 29.76042, 23.71103], "size": [8, 20, 13], "pivot": [-11.5, 39.8, 27.7], "rotation": [8, 0, 0], "uv": [95, 117]}, + {"origin": [-11.6, 20.69194, 28.37938], "size": [7, 17, 8], "inflate": -0.2, "pivot": [-11.6, 27.6, 30.1], "rotation": [29, 0, 0], "uv": [84, 163]}, + {"origin": [-11.5, 13.00043, 30.42443], "size": [7, 15, 7], "inflate": -0.7, "pivot": [-11.5, 18.7, 31.4], "rotation": [-5, 0, 0], "uv": [143, 180]}, + {"origin": [-11.5, 9.3, 33.9], "size": [7, 7, 7], "inflate": -1, "pivot": [-4.5, 4.3, 34.9], "rotation": [22, 0, 0], "uv": [192, 195]}, + {"origin": [-11.3, 1.3, 29.1], "size": [7, 5, 7], "inflate": -0.5, "pivot": [-4.3, -3.7, 30.1], "rotation": [-1, 0, 0], "uv": [40, 202]}, + {"origin": [-7.9, 1.3, 32.1], "size": [0, 10, 14], "pivot": [-11.9, -3.7, 33.1], "rotation": [-1, 0, 0], "uv": [164, 98]}, + {"origin": [-7.9, 1.3, 46.1], "size": [0, 13, 19], "pivot": [-11.9, -3.7, 47.1], "rotation": [6, 0, 0], "uv": [85, 131]}, + {"origin": [-7.9, 3.9, 62.5], "size": [0, 11, 19], "uv": [106, 63]} + ] + }, + { + "name": "bodymain", + "parent": "spectrier", + "pivot": [-0.5, 38.8, -16.4], + "rotation": [9, 0, 0] + }, + { + "name": "bone3", + "parent": "bodymain", + "pivot": [-1.5, 34.8, 12.5], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-9.5, 32.82149, 6.39846], "size": [19, 12, 15], "inflate": -0.01, "pivot": [-1.5, 33.6, 10.4], "rotation": [-6, 0, 0], "uv": [71, 19]}, + {"origin": [-9.5, 31.13277, 20.83854], "size": [19, 16, 14], "inflate": 1, "pivot": [-1.5, 36.1, 26.3], "rotation": [-4, 0, 0], "uv": [0, 71]}, + {"origin": [-9.5, 35.83277, 7.03854], "size": [19, 11, 17], "pivot": [-1.5, 34.8, 12.5], "rotation": [8, 0, 0], "uv": [65, 54]} + ] + }, + { + "name": "bone34", + "parent": "bone3", + "pivot": [-1.5, 35.8, 28.2], + "rotation": [-52, 0, 0], + "cubes": [ + {"origin": [-3.5, 42.33277, 24.53854], "size": [7, 7, 15], "pivot": [-1.5, 38.3, 30], "rotation": [38, 0, 0], "uv": [144, 71]}, + {"origin": [-5.5, 45.43277, 34.83854], "size": [11, 12, 13], "pivot": [-1.5, 42.4, 40.3], "rotation": [24, 0, 0], "uv": [120, 46]}, + {"origin": [-5.5, 43.93277, 40.83854], "size": [11, 13, 13], "inflate": -0.1, "pivot": [-1.5, 41.9, 46.3], "rotation": [-1, 0, 0], "uv": [37, 125]}, + {"origin": [-4.5, 47.43277, 52.43854], "size": [9, 9, 11], "inflate": -0.3, "pivot": [-1.5, 41.4, 55.9], "rotation": [19, 0, 0], "uv": [151, 129]}, + {"origin": [-3.5, 54.03277, 60.83854], "size": [7, 7, 12], "inflate": -0.3, "pivot": [-1.5, 46, 66.3], "rotation": [35, 0, 0], "uv": [159, 93]}, + {"origin": [-0.1, 58.93277, 66.33854], "size": [0, 12, 20], "pivot": [-1.1, 52.9, 71.8], "rotation": [35, 0, 0], "uv": [124, 97]} + ] + }, + { + "name": "bone35", + "parent": "bone34", + "pivot": [-1.5, 59.8, 70], + "rotation": [17, 0, 0] + }, + { + "name": "bone", + "parent": "bodymain", + "pivot": [-0.5, 41.2, -16.4], + "rotation": [-8, 0, 0] + }, + { + "name": "bone5", + "parent": "bone", + "pivot": [-1.5, 32.8, -3.3], + "cubes": [ + {"origin": [-10.5, 37.98773, -11.06422], "size": [21, 12, 22], "inflate": 1, "pivot": [-1.5, 36.8, -7], "rotation": [-4, 0, 0], "uv": [0, 0]}, + {"origin": [-8.5, 33.03568, -17.07462], "size": [17, 7, 12], "inflate": -0.01, "pivot": [-0.5, 41.2, -16.4], "rotation": [78.5, 0, 0], "uv": [64, 0]}, + {"origin": [-8.5, 42.9865, -13.66355], "size": [17, 7, 12], "pivot": [-0.5, 43.1, -16.7], "rotation": [-63.5, 0, 0], "uv": [50, 106]}, + {"origin": [-8.5, 30.77275, -11.07583], "size": [17, 13, 24], "inflate": -0.01, "pivot": [-1.5, 32.8, -3.3], "rotation": [17, 0, 0], "uv": [0, 34]} + ] + }, + { + "name": "bone10", + "parent": "bone", + "pivot": [-0.5, 43.7, -7.4], + "rotation": [23, 0, 0], + "cubes": [ + {"origin": [-6.5, 36.53568, -10.77462], "size": [13, 11, 13.6], "inflate": -0.01, "pivot": [-0.5, 43.7, -10.1], "rotation": [101.5, 0, 0], "uv": [107, 93]}, + {"origin": [-4.5, 51.93568, -12.67462], "size": [9, 9, 12], "inflate": 0.2, "pivot": [-0.5, 57.1, -12], "rotation": [101.5, 0, 0], "uv": [42, 151]}, + {"origin": [-6.5, 37.53568, -8.07462], "size": [13, 10, 14], "inflate": -0.02, "pivot": [-0.5, 43.7, -7.4], "rotation": [107.5, 0, 0], "uv": [66, 82]} + ] + }, + { + "name": "bone15", + "parent": "bone10", + "pivot": [-0.5, 64.4, -17.3], + "cubes": [ + {"origin": [-6.5, 60.93568, -16.67462], "size": [13, 15, 12], "pivot": [-0.5, 69.1, -15], "rotation": [94.5, 0, 0], "uv": [0, 101]}, + {"origin": [-0.8, 58.73568, -8.77462], "size": [9, 12, 0], "pivot": [5.2, 63.9, -18.1], "rotation": [93.54881, -2.76871, 37.91421], "uv": [146, 93]}, + {"origin": [-8.2, 58.83568, -9.87462], "size": [9, 12, 0], "pivot": [-5.2, 64, -19.2], "rotation": [93.54881, 2.76871, -37.91421], "uv": [38, 101]}, + {"origin": [-4.6, 63.33568, -27.57462], "size": [9, 14, 6], "pivot": [-0.6, 70.5, -25.9], "rotation": [108.58524, -2.10128, 0.63143], "uv": [173, 57]}, + {"origin": [-3.6, 69.3265, -9.25905], "size": [7, 16, 2], "inflate": 0.2, "pivot": [-0.6, 67, -12.6], "rotation": [104.5, 0, 0], "uv": [44, 230]} + ] + }, + { + "name": "bone21", + "parent": "bone15", + "pivot": [3, 81.4, -24.9], + "cubes": [ + {"origin": [-0.2, 67.9901, -36.60873], "size": [4, 2, 4], "pivot": [0.8, 79.7, -33.4], "rotation": [94.5, 0, 0], "uv": [52, 78]}, + {"origin": [1.4753, 78.54122, -31.09589], "size": [4, 0, 6], "pivot": [6, 79.4, -24], "rotation": [43.9688, -9.39256, -17.73757], "uv": [58, 6]}, + {"origin": [3.14126, 77.39566, -33.93261], "size": [4, 0, 6], "pivot": [7.9, 77.8, -25.5], "rotation": [72.77035, -40.59636, -9.84811], "uv": [58, 0]}, + {"origin": [5.72982, 71.70399, -35.49178], "size": [4, 0, 8], "pivot": [10.2, 71.9, -26.1], "rotation": [75.09204, -57.60301, -6.38765], "uv": [50, 34]}, + {"origin": [-0.8, 69.2901, -25.70873], "size": [4, 4, 5], "inflate": -0.5, "pivot": [0.2, 81, -22.5], "rotation": [90.5, 0, 0], "uv": [0, 128]}, + {"origin": [-1, 65.9901, -30.90873], "size": [4, 8, 5], "pivot": [0, 79.7, -27.7], "rotation": [94.5, 0, 0], "uv": [72, 125]}, + {"origin": [-1.5247, 80.9858, -28.22237], "size": [6, 0, 4], "pivot": [3, 81.4, -22.9], "rotation": [62.9688, -9.39256, -17.73757], "uv": [0, 17]} + ] + }, + { + "name": "bone32", + "parent": "bone15", + "pivot": [-4.5, 83.5, -15], + "cubes": [ + {"origin": [-0.75525, 76.33981, -15.84579], "size": [10, 0, 11], "pivot": [4.6, 81.1, -14.5], "rotation": [97.62628, 53.7576, 6.16347], "uv": [47, 46]}, + {"origin": [-6.05525, 76.33981, -12.44579], "size": [10, 0, 11], "pivot": [-0.7, 81.1, -11.1], "rotation": [-105.93544, 73.39516, 164.69732], "uv": [47, 46]}, + {"origin": [-9.83481, 75.87648, -15.84579], "size": [10, 0, 11], "pivot": [-4.3, 81.1, -14.5], "rotation": [96.35094, -44.82365, -4.48618], "uv": [99, 0]}, + {"origin": [-4.33481, 75.87648, -12.14579], "size": [10, 0, 11], "pivot": [1.2, 81.1, -10.8], "rotation": [-109.28297, -76.25587, -161.23], "uv": [99, 0]} + ] + }, + { + "name": "bone33", + "parent": "bone15", + "pivot": [-9.82477, 82.69226, -6.37202], + "cubes": [ + {"origin": [-7, 73.99129, -17.53756], "size": [14, 14, 4], "pivot": [-0.5, 79.9, -15], "rotation": [94.5, 0, 0], "uv": [114, 166]}, + {"origin": [-2.58354, 89.70372, -9.41148], "size": [7, 4, 3], "inflate": -0.1, "pivot": [9.92477, 82.69226, -6.97202], "rotation": [121.71753, -63.25704, 56.02729], "uv": [98, 46]}, + {"origin": [-4.01646, 89.70372, -9.41148], "size": [7, 4, 3], "inflate": -0.1, "pivot": [-9.52477, 82.69226, -6.97202], "rotation": [121.71753, 63.25704, -56.02729], "uv": [78, 46]} + ] + }, + { + "name": "bone19", + "parent": "bone10", + "pivot": [-0.5, 41.5, -11.8] + }, + { + "name": "bone17", + "parent": "bone19", + "pivot": [-6.1, 79, -15.9], + "rotation": [0.99663, -66.19681, -11.79155], + "cubes": [ + {"origin": [-5.64531, 43.07862, -0.69378], "size": [6, 11, 5], "inflate": -0.8, "pivot": [-2.64531, 48.57862, 1.80622], "rotation": [28.41566, -8.27768, 14.9008], "uv": [217, 221]}, + {"origin": [-4.34531, 58.30629, -9.48696], "size": [6, 12, 5], "inflate": -0.11, "pivot": [-1.34531, 64.30629, -6.98696], "rotation": [28.14449, -9.22532, 16.68282], "uv": [212, 148]}, + {"origin": [-5.44531, 50.30629, -4.98696], "size": [6, 12, 5], "inflate": -0.4, "pivot": [-2.44531, 56.30629, -2.48696], "rotation": [29.19677, 4.41799, -7.8488], "uv": [211, 19]}, + {"origin": [-4.95469, 67.13593, -15.19454], "size": [8, 14, 5], "inflate": -0.1, "pivot": [-0.95469, 74.13593, -12.69454], "rotation": [35.7864, 7.84451, -3.41821], "uv": [60, 183]} + ] + }, + { + "name": "bone23", + "parent": "bone17", + "pivot": [0.05864, 44.03943, 5.52031], + "rotation": [0, 0, -19], + "cubes": [ + {"origin": [-13.14531, 20.48629, 12.05988], "size": [10, 24, 0], "pivot": [-8.14531, 32.48629, 12.05988], "rotation": [27.51035, -11.09318, 20.27645], "uv": [196, 0]}, + {"origin": [-8.44531, 32.17111, 6.35925], "size": [6, 11, 5], "inflate": -0.8, "pivot": [-5.44531, 37.67111, 8.85925], "rotation": [25.12878, -15.98345, 30.41559], "uv": [62, 224]}, + {"origin": [-6.34531, 39.06004, 3.23652], "size": [6, 9, 5], "inflate": -0.5, "pivot": [-3.34531, 43.56004, 5.73652], "rotation": [29.5, 0, 0], "uv": [230, 122]} + ] + }, + { + "name": "bone18", + "parent": "bone19", + "pivot": [-6.4, 79.1, -10.7], + "rotation": [55.06553, -82.25626, -75.20892], + "cubes": [ + {"origin": [-12.63974, 67.52969, -10.96102], "size": [8, 14, 5], "inflate": -0.1, "pivot": [-8.63974, 74.52969, -8.46102], "rotation": [37.76533, -6.84178, 12.24359], "uv": [187, 117]}, + {"origin": [-14.83974, 60.30004, -5.55344], "size": [6, 12, 5], "inflate": -0.11, "pivot": [-11.83974, 66.30004, -3.05344], "rotation": [25.3842, -15.55677, 29.47581], "uv": [200, 209]}, + {"origin": [-16.83974, 53.40004, -1.05344], "size": [6, 12, 5], "inflate": -0.4, "pivot": [-13.83974, 59.40004, 1.44656], "rotation": [42.48504, 0.9847, -1.74088], "uv": [178, 209]} + ] + }, + { + "name": "bone31", + "parent": "bone18", + "pivot": [-15.42477, 55.99226, 3.32798], + "rotation": [11, 0, 19], + "cubes": [ + {"origin": [-17.73974, 42.4538, 6.97004], "size": [6, 9, 5], "inflate": -0.5, "pivot": [-14.73974, 46.9538, 9.47004], "rotation": [28.41566, 8.27768, -14.9008], "uv": [194, 226]}, + {"origin": [-17.13974, 34.56487, 10.49277], "size": [6, 11, 5], "inflate": -0.8, "pivot": [-14.13974, 40.06487, 12.99277], "rotation": [29.3653, -2.95045, 5.22676], "uv": [220, 193]}, + {"origin": [-16.43974, 22.48005, 16.1934], "size": [10, 24, 0], "pivot": [-11.43974, 34.48005, 16.1934], "rotation": [27.99746, 9.6959, -17.57735], "uv": [192, 163]}, + {"origin": [-17.83974, 47.27238, 3.73973], "size": [6, 11, 5], "inflate": -0.8, "pivot": [-14.83974, 52.77238, 6.23973], "rotation": [28.86672, -6.35977, 11.36157], "uv": [150, 219]} + ] + }, + { + "name": "bone24", + "parent": "bone19", + "pivot": [2.2, 77.79642, -9.39164], + "rotation": [20.05676, 25.80912, -9.18463] + }, + { + "name": "bone25", + "parent": "bone24", + "pivot": [-1.44275, 50.14236, -7.69993], + "rotation": [1.25315, 40.96515, 6.26227], + "cubes": [ + {"origin": [-4.44275, 41.32989, -9.06958], "size": [6, 11, 5], "inflate": -0.8, "pivot": [-1.44275, 46.82989, -6.56958], "rotation": [29.5, 0, 0], "uv": [85, 219]}, + {"origin": [-4.04275, 12.03757, 1.38408], "size": [10, 24, 0], "pivot": [0.95725, 24.03757, 1.38408], "rotation": [13.5, 14, 0], "uv": [0, 191]}, + {"origin": [-2.94275, 27.32238, -2.71655], "size": [6, 11, 5], "inflate": -0.8, "pivot": [0.05725, 32.82238, -0.21655], "rotation": [5.94651, 17.06729, -20.52364], "uv": [216, 0]}, + {"origin": [-4.44275, 35.21132, -5.13928], "size": [6, 9, 5], "inflate": -0.5, "pivot": [-1.44275, 39.71132, -2.63928], "rotation": [29.5, 0, 0], "uv": [172, 226]} + ] + }, + { + "name": "bone26", + "parent": "bone24", + "pivot": [5.35725, 79.64236, -0.09993], + "rotation": [-23.47657, -14.58788, 8.97954], + "cubes": [ + {"origin": [-3.64275, 63.6872, -6.77034], "size": [8, 14, 5], "inflate": -0.1, "pivot": [0.35725, 70.6872, -4.27034], "rotation": [29.3653, -2.95045, 5.22676], "uv": [186, 144]}, + {"origin": [-3.74275, 55.25756, -3.46276], "size": [6, 12, 5], "inflate": -0.11, "pivot": [-0.74275, 61.25756, -0.96276], "rotation": [14.24453, 2.73833, -10.65778], "uv": [208, 131]}, + {"origin": [-2.64275, 47.25756, -0.16276], "size": [6, 12, 5], "inflate": -0.4, "pivot": [0.35725, 53.25756, 2.33724], "rotation": [36.39561, 2.97167, -4.02289], "uv": [68, 207]} + ] + }, + { + "name": "bone27", + "parent": "bone19", + "pivot": [7.3, 78.2, -10.2], + "rotation": [-57.97514, 83.41642, -38.26626], + "cubes": [ + {"origin": [5.43974, 65.84583, -14.28555], "size": [8, 14, 5], "inflate": -0.1, "pivot": [10.82477, 77.79226, -11.87202], "rotation": [35.31663, -3.44046, 6.09983], "uv": [109, 184]}, + {"origin": [4.2758, 58.32305, -7.82805], "size": [6, 12, 5], "inflate": -0.11, "pivot": [7.92477, 68.29226, -4.47202], "rotation": [28.41566, 8.27768, -14.9008], "uv": [106, 203]}, + {"origin": [6.23974, 50.54265, -1.79511], "size": [6, 12, 5], "inflate": -0.4, "pivot": [9.23974, 57.50004, 1.24656], "rotation": [29.04683, -5.3914, 9.60238], "uv": [203, 55]} + ] + }, + { + "name": "bone30", + "parent": "bone27", + "pivot": [17.42477, 55.29226, 3.02798], + "rotation": [10, 0, -19], + "cubes": [ + {"origin": [6.03974, 42.14273, 4.69277], "size": [6, 9, 5], "inflate": -0.5, "pivot": [9.03974, 49.2538, 8.67004], "rotation": [28.14449, -9.22532, 16.68282], "uv": [107, 225]}, + {"origin": [3.13974, 34.86487, 9.69277], "size": [6, 11, 5], "inflate": -0.8, "pivot": [6.13974, 40.36487, 12.19277], "rotation": [28.86672, -6.35977, 11.36157], "uv": [0, 215]}, + {"origin": [1.83974, 22.98005, 15.3934], "size": [10, 24, 0], "pivot": [6.83974, 34.98005, 15.3934], "rotation": [29.46634, 1.47676, -2.61165], "uv": [86, 188]}, + {"origin": [5.73974, 47.27238, 2.73973], "size": [6, 11, 5], "inflate": -0.8, "pivot": [8.73974, 52.77238, 5.23973], "rotation": [29.31663, 3.44046, -6.09983], "uv": [128, 214]} + ] + }, + { + "name": "bone28", + "parent": "bone19", + "pivot": [6.3, 79, -17], + "rotation": [6.11607, 65.67499, 14.12662], + "cubes": [ + {"origin": [-2.65469, 43.27862, -1.79378], "size": [6, 11, 5], "inflate": -0.8, "pivot": [0.34531, 48.77862, 0.70622], "rotation": [28.41566, 8.27768, -14.9008], "uv": [40, 214]}, + {"origin": [-3.95469, 66.73593, -15.59454], "size": [8, 14, 5], "inflate": -0.1, "pivot": [0.04531, 73.73593, -13.09454], "rotation": [29.31663, -3.44046, 6.09983], "uv": [60, 183]}, + {"origin": [-2.95469, 58.30629, -10.58696], "size": [6, 12, 5], "inflate": -0.11, "pivot": [0.04531, 64.30629, -8.08696], "rotation": [28.76533, 6.84178, -12.24359], "uv": [156, 202]}, + {"origin": [-2.65469, 50.30629, -6.08696], "size": [6, 12, 5], "inflate": -0.4, "pivot": [0.34531, 56.30629, -3.58696], "rotation": [28.41566, -8.27768, 14.9008], "uv": [0, 0]} + ] + }, + { + "name": "bone29", + "parent": "bone28", + "pivot": [0.14136, 44.03943, 3.82031], + "rotation": [-10, 0, 19], + "cubes": [ + {"origin": [1.54531, 21.38629, 8.25988], "size": [10, 24, 0], "pivot": [6.54531, 33.38629, 8.25988], "rotation": [25.87162, 14.69164, -27.60788], "uv": [0, 34]}, + {"origin": [0.44531, 32.57111, 3.45925], "size": [6, 11, 5], "inflate": -0.8, "pivot": [3.44531, 38.07111, 5.95925], "rotation": [25.63181, 15.12613, -28.53994], "uv": [214, 72]}, + {"origin": [-2.05469, 38.76004, 0.73652], "size": [6, 9, 5], "inflate": -0.5, "pivot": [0.94531, 43.26004, 3.23652], "rotation": [29.5, 0, 0], "uv": [218, 88]} + ] + }, + { + "name": "bone20", + "parent": "bone19", + "pivot": [-2.8, 76.89642, -11.09164], + "rotation": [19.33436, -42.06896, -9.09641] + }, + { + "name": "bone22", + "parent": "bone20", + "pivot": [-3.31211, 38.33123, 5.71781], + "cubes": [ + {"origin": [-5.21211, 39.91876, -3.75184], "size": [6, 11, 5], "inflate": -0.8, "pivot": [-2.21211, 45.41876, -1.25184], "rotation": [29.19677, 4.41799, -7.8488], "uv": [22, 225]}, + {"origin": [-11.31211, 13.72643, 6.20183], "size": [10, 24, 0], "pivot": [-6.31211, 25.72643, 6.20183], "rotation": [13.68476, -4.28895, 2.56453], "uv": [20, 196]}, + {"origin": [-9.01211, 27.21125, 2.1012], "size": [6, 11, 5], "inflate": -0.8, "pivot": [-6.01211, 32.71125, 4.6012], "rotation": [7.65206, -5.62704, 17.12558], "uv": [225, 47]}, + {"origin": [-6.41211, 34.80018, 0.17847], "size": [6, 9, 5], "inflate": -0.5, "pivot": [-3.41211, 39.30018, 2.67847], "rotation": [27.84276, -10.16415, 18.47438], "uv": [129, 230]} + ] + }, + { + "name": "bone16", + "parent": "bone20", + "pivot": [-3.61211, 83.43123, -0.58219], + "rotation": [-11, 17, 0], + "cubes": [ + {"origin": [-3.31211, 65.07607, -8.75259], "size": [8, 14, 5], "inflate": -0.1, "pivot": [0.68789, 72.07607, -6.25259], "rotation": [19.33097, 24.71355, 8.34374], "uv": [188, 77]}, + {"origin": [-1.61211, 55.24642, -5.44501], "size": [6, 12, 5], "inflate": -0.11, "pivot": [1.38789, 61.24642, -2.94501], "rotation": [24.46398, 1.33978, -2.68955], "uv": [213, 110]}, + {"origin": [-3.31211, 47.04642, -0.64501], "size": [6, 12, 5], "inflate": -0.4, "pivot": [-0.31211, 53.04642, 1.85499], "rotation": [33.17718, -12.82262, 21.60727], "uv": [212, 165]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/0898_calyrex/calyrex.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/0898_calyrex/calyrex.geo.json new file mode 100644 index 0000000..bd8c01a --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/0898_calyrex/calyrex.geo.json @@ -0,0 +1,110 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.calyrex", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 3, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "root", + "pivot": [0, 0, 0] + }, + { + "name": "calyrex", + "parent": "root", + "pivot": [0, 12.60896, 0.14089], + "cubes": [ + {"origin": [-2, 13, -2], "size": [4, 4, 4], "inflate": -0.8, "uv": [46, 9]}, + {"origin": [-2, 9, -2], "size": [4, 5, 4], "uv": [45, 0]}, + {"origin": [-0.09532, 2.65447, 1.83564], "size": [7, 11, 0], "pivot": [0, 14.097, -0.2427], "rotation": [17, 0, -19], "uv": [42, 43]}, + {"origin": [-6.90468, 2.65447, 1.83564], "size": [7, 11, 0], "pivot": [0, 14.097, -0.2427], "rotation": [17, 0, 19], "uv": [28, 43]}, + {"origin": [1.56645, 6.95315, -0.4], "size": [1, 5, 1], "pivot": [0, 14.097, -0.2427], "rotation": [0, 0, -26], "uv": [16, 58]}, + {"origin": [-2.59265, 8.83179, -0.4], "size": [1, 5, 1], "inflate": 0.3, "pivot": [0, 14.097, -0.2427], "rotation": [0, 0, 26], "uv": [4, 58]}, + {"origin": [-2.56645, 6.95315, -0.4], "size": [1, 5, 1], "pivot": [0, 14.097, -0.2427], "rotation": [0, 0, 26], "uv": [8, 58]}, + {"origin": [1.59265, 8.83179, -0.4], "size": [1, 5, 1], "inflate": 0.3, "pivot": [0, 14.097, -0.2427], "rotation": [0, 0, -26], "uv": [12, 58]}, + {"origin": [0.8, 5, 0], "size": [1, 4, 1], "uv": [28, 29]}, + {"origin": [0.8, 0, 0], "size": [1, 5, 1], "uv": [56, 46]}, + {"origin": [-1.8, 5, 0], "size": [1, 4, 1], "uv": [27, 0]}, + {"origin": [-1.8, 0, 0], "size": [1, 5, 1], "uv": [0, 58]}, + {"origin": [-1, 13.79638, -4.43103], "size": [2, 2, 2], "inflate": 0.1, "pivot": [0, 14.097, -0.2427], "rotation": [10, 0, 0], "uv": [40, 0]}, + {"origin": [1.95235, 13.19511, -1.23403], "size": [2, 2, 2], "inflate": 0.2, "pivot": [0, 14.097, -0.2427], "rotation": [5.45535, 35.44866, -11.80963], "uv": [19, 24]}, + {"origin": [2.22689, 13.52621, -0.77064], "size": [2, 2, 2], "inflate": 0.4, "pivot": [0, 14.097, -0.2427], "rotation": [12.16734, -8.90406, -9.65851], "uv": [0, 24]}, + {"origin": [2.98695, 13.32477, -1.18552], "size": [2, 2, 2], "inflate": 0.5, "pivot": [0, 14.097, -0.2427], "rotation": [33.98563, -57.75198, -40.27646], "uv": [19, 20]}, + {"origin": [-4.98695, 13.32477, -1.18552], "size": [2, 2, 2], "inflate": 0.5, "pivot": [0, 14.097, -0.2427], "rotation": [33.98563, 57.75198, 40.27646], "uv": [0, 0]}, + {"origin": [-3.95235, 13.19511, -1.23403], "size": [2, 2, 2], "inflate": 0.2, "pivot": [0, 14.097, -0.2427], "rotation": [5.45535, -35.44866, 11.80963], "uv": [0, 4]}, + {"origin": [-4.22689, 13.52621, -0.77064], "size": [2, 2, 2], "inflate": 0.4, "pivot": [0, 14.097, -0.2427], "rotation": [12.16734, 8.90406, 9.65851], "uv": [0, 20]}, + {"origin": [-2, 16, -3], "size": [4, 4, 5], "uv": [27, 0]}, + {"origin": [2.01, 17.9678, -1.74791], "size": [0, 1, 2], "pivot": [0, 14.097, -0.2427], "rotation": [5, 0, 0], "uv": [4, 6]}, + {"origin": [-2.01, 17.9678, -1.74791], "size": [0, 1, 2], "pivot": [0, 14.097, -0.2427], "rotation": [5, 0, 0], "uv": [0, 6]}, + {"origin": [-1, 16.37754, -4.39436], "size": [2, 2, 3], "inflate": 0.2, "pivot": [0, 14.097, -0.2427], "rotation": [9, 0, 0], "uv": [51, 29]} + ] + }, + { + "name": "bone3", + "parent": "calyrex", + "pivot": [0, 0, 0] + }, + { + "name": "bone4", + "parent": "bone3", + "pivot": [7.34667, 20.2, -1.6], + "cubes": [ + {"origin": [-4.5, 20, -4.7], "size": [9, 11, 9], "uv": [0, 0]}, + {"origin": [-4.5, 21.27885, -1.8333], "size": [9, 9, 5], "inflate": -0.1, "pivot": [0, 14.097, -0.2427], "rotation": [-15, 0, 0], "uv": [28, 29]}, + {"origin": [-4.5, 21.25674, -3.56961], "size": [9, 9, 5], "inflate": -0.1, "pivot": [0, 14.097, -0.2427], "rotation": [15, 0, 0], "uv": [0, 38]}, + {"origin": [-1.58676, 21.27987, -4.7], "size": [5, 9, 9], "inflate": -0.1, "pivot": [0, 14.097, -0.2427], "rotation": [0, 0, 15], "uv": [27, 11]}, + {"origin": [-3.41324, 21.27987, -4.7], "size": [5, 9, 9], "inflate": -0.1, "pivot": [0, 14.097, -0.2427], "rotation": [0, 0, -15], "uv": [0, 20]} + ] + }, + { + "name": "bone2", + "parent": "bone3", + "pivot": [-6.64667, 25.2, -2.9], + "cubes": [ + {"origin": [-1.73956, 20.89772, -4.15299], "size": [5, 4, 0], "pivot": [0, 14.097, -0.2427], "rotation": [22.29391, -26.47856, -2.10631], "uv": [56, 42]}, + {"origin": [-1.72121, 14.36253, 6.41943], "size": [5, 4, 0], "pivot": [0, 14.097, -0.2427], "rotation": [109.29391, -26.47856, -2.10631], "uv": [56, 38]}, + {"origin": [-1.72564, 23.71729, -6.49587], "size": [5, 6, 0], "pivot": [0, 14.097, -0.2427], "rotation": [9.29391, -26.47856, -2.10631], "uv": [30, 54]} + ] + }, + { + "name": "bone6", + "parent": "bone3", + "pivot": [-6.44667, 25.2, 2.4], + "rotation": [-2, 0, 0], + "cubes": [ + {"origin": [-1.37786, 20.78173, 3.77648], "size": [5, 4, 0], "pivot": [0, 14.01154, 0.1464], "rotation": [-22.29391, 26.47856, -2.10631], "uv": [55, 21]}, + {"origin": [-1.3595, 13.99566, -6.49993], "size": [5, 4, 0], "pivot": [0, 14.01154, 0.1464], "rotation": [-109.29391, 26.47856, -2.10631], "uv": [55, 17]}, + {"origin": [-1.36394, 23.66512, 6.11968], "size": [5, 6, 0], "pivot": [0, 14.01154, 0.1464], "rotation": [-9.29391, 26.47856, -2.10631], "uv": [10, 52]} + ] + }, + { + "name": "bone7", + "parent": "bone3", + "pivot": [6.44667, 25.2, 2.4], + "rotation": [-2, 0, 0], + "cubes": [ + {"origin": [-3.62214, 20.78173, 3.77648], "size": [5, 4, 0], "pivot": [0, 14.01154, 0.1464], "rotation": [-22.29391, -26.47856, 2.10631], "uv": [50, 54]}, + {"origin": [-3.6405, 13.99566, -6.49993], "size": [5, 4, 0], "pivot": [0, 14.01154, 0.1464], "rotation": [-109.29391, -26.47856, 2.10631], "uv": [40, 54]}, + {"origin": [-3.63606, 23.66512, 6.11968], "size": [5, 6, 0], "pivot": [0, 14.01154, 0.1464], "rotation": [-9.29391, -26.47856, 2.10631], "uv": [0, 52]} + ] + }, + { + "name": "bone5", + "parent": "bone3", + "pivot": [6.64667, 25.2, -2.9], + "cubes": [ + {"origin": [-3.26044, 20.89772, -4.15299], "size": [5, 4, 0], "pivot": [0, 14.097, -0.2427], "rotation": [22.29391, 26.47856, 2.10631], "uv": [56, 34]}, + {"origin": [-3.27879, 14.36253, 6.41943], "size": [5, 4, 0], "pivot": [0, 14.097, -0.2427], "rotation": [109.29391, 26.47856, 2.10631], "uv": [55, 25]}, + {"origin": [-3.27436, 23.71729, -6.49587], "size": [5, 6, 0], "pivot": [0, 14.097, -0.2427], "rotation": [9.29391, 26.47856, 2.10631], "uv": [20, 54]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/absol/absol.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/absol/absol.geo.json new file mode 100644 index 0000000..1ff2c44 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/absol/absol.geo.json @@ -0,0 +1,753 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.absol", + "texture_width": 208, + "texture_height": 96, + "visible_bounds_width": 8, + "visible_bounds_height": 6, + "visible_bounds_offset": [0, 2, 0] + }, + "bones": [ + { + "name": "absol", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "absol", + "pivot": [0, 18, 1] + }, + { + "name": "body", + "parent": "torso", + "pivot": [-0.30319, 19, -7.5], + "rotation": [-2.5, 0, 0], + "cubes": [ + {"origin": [-5, 13.47458, -12.25038], "size": [10, 11, 11], "inflate": 0.05, "uv": [49, 34]} + ] + }, + { + "name": "body2", + "parent": "body", + "pivot": [0, 22.72505, -1.22857], + "rotation": [-2.5, 0, 0], + "cubes": [ + {"origin": [-4, 14.72505, -3.22857], "size": [8, 9, 11], "uv": [51, 56]} + ] + }, + { + "name": "body3", + "parent": "body2", + "pivot": [0, 21.72505, 7.52143], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-4.5, 14.1952, 4.90301], "size": [9, 10, 9], "inflate": 0.05, "uv": [52, 76]} + ] + }, + { + "name": "tail", + "parent": "body3", + "pivot": [-0.30319, 22.4452, 11.65301], + "rotation": [47.5, 0, 0], + "cubes": [ + {"origin": [0, 15.29585, 9.88079], "size": [0, 8, 27], "uv": [90, 59]} + ] + }, + { + "name": "neck_lower", + "parent": "body", + "pivot": [0.44681, 16.49911, -8.29056] + }, + { + "name": "neck_upper", + "parent": "neck_lower", + "pivot": [0, 26.74911, -10.54056], + "rotation": [7.5, 0, 0], + "cubes": [ + {"origin": [-5, 21.74911, -17.04056], "size": [10, 7, 9], "inflate": 0.01, "pivot": [0, 33.74911, -12.54056], "rotation": [15, 0, 0], "uv": [35, 18]} + ] + }, + { + "name": "head", + "parent": "neck_upper", + "pivot": [-0.05319, 28.03612, -12.00539], + "rotation": [-7.5, 0, 0], + "cubes": [ + {"origin": [-2.5, 32.29153, -18.11197], "size": [5, 1, 1], "uv": [26, 0]}, + {"origin": [-5, 28.74911, -13.04056], "size": [10, 10, 5], "pivot": [0, 33.74911, -12.54056], "rotation": [15, 0, 0], "uv": [0, 9]}, + {"origin": [-5, 34.74911, -18.04056], "size": [10, 4, 5], "pivot": [0, 33.74911, -12.54056], "rotation": [15, 0, 0], "uv": [0, 0]}, + {"origin": [-1, 35.84911, -18.14056], "size": [2, 3, 2], "inflate": 0.05, "pivot": [0, 33.74911, -12.54056], "rotation": [15, 0, 0], "uv": [86, 13]}, + {"origin": [-1, 35.84911, -18.14056], "size": [2, 3, 2], "inflate": 0.05, "pivot": [0, 33.74911, -12.54056], "rotation": [15, 0, 0], "uv": [86, 13]} + ] + }, + { + "name": "head_inner", + "parent": "head", + "pivot": [0, 31.39967, -14.12203], + "rotation": [7.5, 0, 0], + "cubes": [ + {"origin": [-4.5, 27.77524, -17.51984], "size": [9, 9, 9], "uv": [30, 0]} + ] + }, + { + "name": "snout", + "parent": "head_inner", + "pivot": [0, 29.35435, -16.79635], + "rotation": [30, 0, 0], + "cubes": [ + {"origin": [-2, 27.84185, -18.39988], "size": [4, 3, 2], "uv": [58, 3]}, + {"origin": [-0.5, 29.86685, -18.42488], "size": [1, 1, 1], "uv": [71, 4]} + ] + }, + { + "name": "mouth_closed", + "parent": "snout", + "pivot": [0, 28.61685, -18.42488], + "cubes": [ + {"origin": [-1, 28.11685, -18.42488], "size": [2, 1, 0], "uv": [59, 1]} + ] + }, + { + "name": "mouth_closed_edge", + "parent": "mouth_closed", + "pivot": [0, 29.11685, -18.42488], + "cubes": [ + {"origin": [-2, 28.61685, -18.42488], "size": [4, 1, 0], "uv": [58, 0]} + ] + }, + { + "name": "mouth_open", + "parent": "snout", + "pivot": [0, 29.56122, -17.39732], + "cubes": [ + {"origin": [-2, 27.87751, -17.4044], "size": [4, 2, 0], "uv": [68, 1]}, + {"origin": [-1.53472, 29.40308, -17.39378], "size": [1, 1, 0], "pivot": [-1.03472, 29.90308, -17.39378], "rotation": [-13.68392, 13.30952, 43.39593], "uv": [67, 0]}, + {"origin": [0.53472, 29.40308, -17.39378], "size": [1, 1, 0], "pivot": [1.03472, 29.90308, -17.39378], "rotation": [-13.68392, -13.30952, -43.39593], "uv": [71, 0], "mirror": true} + ] + }, + { + "name": "eye_left", + "parent": "head_inner", + "pivot": [2.625, 32.22505, -16.05357], + "rotation": [0, 0, -2], + "cubes": [ + {"origin": [0.59128, 30.47505, -17.55357], "size": [4, 3, 3], "uv": [114, 6]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [1.475, 32.22505, -15.05357], + "cubes": [ + {"origin": [0.625, 30.47505, -16.60357], "size": [3, 3, 3], "inflate": 0.05, "uv": [115, 0]} + ] + }, + { + "name": "pupil_left", + "parent": "eye_left", + "pivot": [3.09158, 31.97505, -17.60357], + "cubes": [ + {"origin": [2.59158, 31.47505, -17.60357], "size": [1, 1, 0], "uv": [114, 7]} + ] + }, + { + "name": "eye_right", + "parent": "head_inner", + "pivot": [-2.59128, 32.22505, -16.05357], + "rotation": [0, 0, 2], + "cubes": [ + {"origin": [-4.61628, 30.47505, -17.55357], "size": [4, 3, 3], "uv": [99, 6]} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-1.44128, 32.22505, -15.05357], + "cubes": [ + {"origin": [-3.59128, 30.47505, -16.60357], "size": [3, 3, 3], "inflate": 0.05, "uv": [100, 0]} + ] + }, + { + "name": "pupil_right", + "parent": "eye_right", + "pivot": [-3.09158, 31.97505, -17.60357], + "cubes": [ + {"origin": [-3.59158, 31.47505, -17.60357], "size": [1, 1, 0], "uv": [111, 7]} + ] + }, + { + "name": "horn", + "parent": "head", + "pivot": [-4.55319, 31.47505, -14.47857], + "rotation": [-10.11566, -1.77912, 12.40688], + "cubes": [ + {"origin": [-13.17933, 30.40729, -14.89098], "size": [13, 19, 0], "uv": [128, 0]} + ] + }, + { + "name": "hair_side", + "parent": "head", + "pivot": [4.99681, 38.27505, -13.90357], + "rotation": [3.53981, -8.95082, 67.28761], + "cubes": [ + {"origin": [5.23371, 35.16399, -19.06344], "size": [7, 3, 9], "uv": [67, 0]} + ] + }, + { + "name": "hair_side2", + "parent": "hair_side", + "pivot": [10.46363, 36.12853, -13.77628], + "rotation": [5.14686, 9.33294, 14.96959], + "cubes": [ + {"origin": [11.04073, 35.84427, -18.11531], "size": [4, 2, 7], "uv": [70, 12]} + ] + }, + { + "name": "hair_side3", + "parent": "hair_side2", + "pivot": [13.18111, 36.81607, -14.24067], + "rotation": [-2.06843, 29.75083, 1.97831], + "cubes": [ + {"origin": [12.71328, 36.35285, -16.87803], "size": [5, 1, 5], "uv": [71, 21]} + ] + }, + { + "name": "hair_side4", + "parent": "hair_side3", + "pivot": [16.11382, 36.78263, -14.97506], + "rotation": [0.8962, 17.48046, 2.61863], + "cubes": [ + {"origin": [16.81861, 36.88305, -12.63809], "size": [4, 4, 0], "pivot": [18.81861, 36.88305, -12.63809], "rotation": [90, 0, 0], "uv": [77, 28]} + ] + }, + { + "name": "neck_fluff", + "parent": "neck_lower", + "pivot": [0, 23.66815, -8.85763], + "rotation": [25, 0, 0], + "cubes": [ + {"origin": [-5.5, 21.16815, -14.35763], "size": [11, 7, 11], "uv": [2, 43]} + ] + }, + { + "name": "neck_fluff_back_left_bot", + "parent": "neck_fluff", + "pivot": [5.5, 24.13761, -4.24002], + "rotation": [-33.34411, 11.31335, 16.60179], + "cubes": [ + {"origin": [2.5, 24.13761, -4.24002], "size": [6, 0, 7], "uv": [29, 74]} + ] + }, + { + "name": "neck_fluff_back_right_bot", + "parent": "neck_fluff", + "pivot": [-5.5, 24.13761, -4.24002], + "rotation": [-33.34411, -11.31335, -16.60179], + "cubes": [ + {"origin": [-8.5, 24.13761, -4.24002], "size": [6, 0, 7], "uv": [-7, 74]} + ] + }, + { + "name": "neck_fluff_back_left_top", + "parent": "neck_fluff", + "pivot": [3.5, 26.13761, -4.24002], + "rotation": [-37.5139, 34.12092, -13.29216], + "cubes": [ + {"origin": [0.5, 26.13761, -5.24002], "size": [6, 0, 8], "uv": [28, 45]} + ] + }, + { + "name": "neck_fluff_back_midleft", + "parent": "neck_fluff", + "pivot": [2.5, 28.13761, -4.24002], + "rotation": [-37.5, 0, 0], + "cubes": [ + {"origin": [-0.5, 28.13761, -4.24002], "size": [6, 0, 8], "uv": [28, 36]} + ] + }, + { + "name": "neck_fluff_back_midright", + "parent": "neck_fluff", + "pivot": [-2.5, 28.13761, -4.24002], + "rotation": [-37.5, 0, 0], + "cubes": [ + {"origin": [-5.5, 28.13761, -4.24002], "size": [6, 0, 8], "uv": [-8, 36]} + ] + }, + { + "name": "neck_fluff_back_mid_top", + "parent": "neck_fluff", + "pivot": [-0.75, 28.38761, -5.24002], + "rotation": [-20, 0, 0], + "cubes": [ + {"origin": [-3.5, 28.38761, -5.24002], "size": [7, 0, 8], "uv": [9, 25]} + ] + }, + { + "name": "neck_fluff_back_mid_bot", + "parent": "neck_fluff", + "pivot": [-0.75, 24.63761, -4.24002], + "rotation": [-42.70826, -1.3324, 0.46217], + "cubes": [ + {"origin": [-3.5, 25.63761, -4.24002], "size": [7, 0, 8], "uv": [9, 34]} + ] + }, + { + "name": "neck_fluff_back_right_top", + "parent": "neck_fluff", + "pivot": [-3.5, 26.13761, -4.24002], + "rotation": [-37.5139, -34.12092, 13.29216], + "cubes": [ + {"origin": [-6.5, 26.13761, -5.24002], "size": [6, 0, 8], "uv": [-8, 45]} + ] + }, + { + "name": "neck_fluff_left", + "parent": "neck_fluff", + "pivot": [5.48348, 25.25161, -10.2339], + "rotation": [0, 0, 72.5], + "cubes": [ + {"origin": [3.48348, 25.25161, -12.7339], "size": [7, 0, 6], "uv": [19, 89]} + ] + }, + { + "name": "neck_fluff_right", + "parent": "neck_fluff", + "pivot": [-5.48348, 25.25161, -10.2339], + "rotation": [0, 0, -72.5], + "cubes": [ + {"origin": [-10.48348, 25.25161, -12.7339], "size": [7, 0, 6], "uv": [3, 89]} + ] + }, + { + "name": "neck_fluff_left_back", + "parent": "neck_fluff", + "pivot": [5.51698, 27.20783, -6.66794], + "rotation": [0, 0, 65], + "cubes": [ + {"origin": [5.54132, 27.17119, -9.35763], "size": [7, 0, 6], "uv": [19, 82]} + ] + }, + { + "name": "neck_fluff_right_back", + "parent": "neck_fluff", + "pivot": [-5.51698, 27.20783, -6.66794], + "rotation": [0, 0, -65], + "cubes": [ + {"origin": [-12.54132, 27.17119, -9.35763], "size": [7, 0, 6], "uv": [3, 82]} + ] + }, + { + "name": "neck_fluff_front", + "parent": "neck_fluff", + "pivot": [0, 28.16815, -14.35763], + "rotation": [-22.5, 0, 0], + "cubes": [ + {"origin": [-5.5, 23.16815, -14.35763], "size": [11, 5, 0], "uv": [13, 61]} + ] + }, + { + "name": "neck_fluff_front_left", + "parent": "neck_fluff_front", + "pivot": [5.5, 28.16815, -14.35763], + "rotation": [0, -87.5, 0], + "cubes": [ + {"origin": [5.5, 23.16815, -14.35763], "size": [4, 5, 0], "uv": [35, 61]} + ] + }, + { + "name": "neck_fluff_front_right", + "parent": "neck_fluff_front", + "pivot": [-5.5, 28.16815, -14.35763], + "rotation": [0, 87.5, 0], + "cubes": [ + {"origin": [-9.5, 23.16815, -14.35763], "size": [4, 5, 0], "uv": [5, 61]} + ] + }, + { + "name": "neck_fluff_front2", + "parent": "neck_fluff_front", + "pivot": [0, 23.16815, -14.35763], + "rotation": [17.5, 0, 0], + "cubes": [ + {"origin": [-5.5, 16.16815, -14.35763], "size": [11, 7, 0], "uv": [13, 66]} + ] + }, + { + "name": "neck_fluff_front_left2", + "parent": "neck_fluff_front2", + "pivot": [5.5, 23.16815, -14.35763], + "rotation": [0, -88.5, 0], + "cubes": [ + {"origin": [5.5, 18.16815, -14.35763], "size": [3, 5, 0], "uv": [7, 66]} + ] + }, + { + "name": "neck_fluff_front_left3", + "parent": "neck_fluff_front_left2", + "pivot": [6.52181, 18.16815, -14.35811], + "cubes": [ + {"origin": [5.5, 16.16815, -14.35763], "size": [1, 2, 0], "uv": [36, 71]} + ] + }, + { + "name": "neck_fluff_front_right2", + "parent": "neck_fluff_front2", + "pivot": [-5.5, 23.16815, -14.35763], + "rotation": [0, 88.5, 0], + "cubes": [ + {"origin": [-8.5, 18.16815, -14.35763], "size": [3, 5, 0], "uv": [35, 66]} + ] + }, + { + "name": "neck_fluff_front_right3", + "parent": "neck_fluff_front_right2", + "pivot": [-6.52181, 18.16815, -14.35811], + "cubes": [ + {"origin": [-6.5, 16.16815, -14.35763], "size": [1, 2, 0], "uv": [10, 71]} + ] + }, + { + "name": "neck_fluff_front3", + "parent": "neck_fluff_front2", + "pivot": [0, 16.16815, -14.35763], + "rotation": [17.5, 0, 0], + "cubes": [ + {"origin": [-5.5, 11.16815, -14.35763], "size": [11, 5, 0], "uv": [13, 73]} + ] + }, + { + "name": "leg_front_left", + "parent": "torso", + "pivot": [3.25, 16, -7.75], + "rotation": [12.5, 0, 0], + "cubes": [ + {"origin": [2.25, 11.68815, -9.89178], "size": [3, 8, 6], "inflate": 0.11, "uv": [115, 26]} + ] + }, + { + "name": "leg_front_left2", + "parent": "leg_front_left", + "pivot": [3.75, 12.58407, -4.78492], + "cubes": [ + {"origin": [2.25, 7.48815, -8.89178], "size": [3, 5, 4], "inflate": 0.1, "uv": [117, 40]} + ] + }, + { + "name": "leg_front_left3", + "parent": "leg_front_left2", + "pivot": [3.75, 7.83407, -6.73492], + "rotation": [-17.59923, 0, 0], + "cubes": [ + {"origin": [1.85, -0.00346, -8.7479], "size": [4, 10, 4], "uv": [116, 49]} + ] + }, + { + "name": "leg_front_left_heelspike", + "parent": "leg_front_left3", + "pivot": [3.75, 6.5359, -4.80118], + "cubes": [ + {"origin": [3.25, 6.09005, -6.63844], "size": [1, 1, 2], "pivot": [3.75, 13.0359, -5.45118], "rotation": [12.5, 0, 0], "uv": [133, 54]}, + {"origin": [3.75, 5.09005, -6.63844], "size": [0, 3, 3], "pivot": [3.75, 13.0359, -5.45118], "rotation": [12.5, 0, 0], "uv": [133, 55]} + ] + }, + { + "name": "foot_front_left", + "parent": "leg_front_left3", + "pivot": [3.75, 0.84367, -6.30375], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [1.35, -0.5655, -9.66633], "size": [5, 3, 5], "uv": [114, 63]} + ] + }, + { + "name": "foot_front_left2", + "parent": "foot_front_left", + "pivot": [3.85, 0.9345, -9.16633], + "cubes": [ + {"origin": [1.35, -0.5655, -11.66633], "size": [5, 3, 3], "inflate": 0.01, "uv": [116, 71]} + ] + }, + { + "name": "claw_right_front_left", + "parent": "foot_front_left2", + "pivot": [1.85, 0.33449, -11.41659], + "rotation": [0, 22.5, 0], + "cubes": [ + {"origin": [1.35, -0.41551, -13.41659], "size": [1, 1, 2], "uv": [118, 78]}, + {"origin": [1.85, -0.41551, -14.41659], "size": [0, 2, 4], "uv": [117, 78]} + ] + }, + { + "name": "claw_left_front_left", + "parent": "foot_front_left2", + "pivot": [5.85, 0.33449, -11.41659], + "rotation": [0, -22.5, 0], + "cubes": [ + {"origin": [5.85, -0.41551, -14.41659], "size": [0, 2, 4], "uv": [135, 78]}, + {"origin": [5.35, -0.41551, -13.41659], "size": [1, 1, 2], "uv": [136, 78]} + ] + }, + { + "name": "claw_mid_front_left", + "parent": "foot_front_left2", + "pivot": [3.85, -0.06551, -11.67758], + "cubes": [ + {"origin": [3.35, -0.41551, -13.66659], "size": [1, 1, 2], "uv": [127, 78]}, + {"origin": [3.85, -0.41551, -14.66659], "size": [0, 2, 4], "uv": [126, 78]} + ] + }, + { + "name": "leg_front_right", + "parent": "torso", + "pivot": [-3.25, 16, -7.75], + "rotation": [12.5, 0, 0], + "cubes": [ + {"origin": [-5.25, 11.68815, -9.89178], "size": [3, 8, 6], "inflate": 0.11, "uv": [91, 26]} + ] + }, + { + "name": "leg_front_right2", + "parent": "leg_front_right", + "pivot": [-3.75, 12.58407, -4.88492], + "cubes": [ + {"origin": [-5.25, 7.48815, -8.89178], "size": [3, 5, 4], "inflate": 0.1, "uv": [93, 40]} + ] + }, + { + "name": "leg_front_right3", + "parent": "leg_front_right2", + "pivot": [-3.75, 7.83407, -6.73492], + "rotation": [-17.59923, 0, 0], + "cubes": [ + {"origin": [-5.85, -0.00346, -8.7479], "size": [4, 10, 4], "uv": [92, 49]} + ] + }, + { + "name": "leg_front_right_heelspike", + "parent": "leg_front_right3", + "pivot": [-3.75, 6.5359, -4.75118], + "cubes": [ + {"origin": [-3.75, 5.09005, -6.63844], "size": [0, 3, 3], "pivot": [-3.75, 13.0359, -5.45118], "rotation": [12.5, 0, 0], "uv": [109, 55]}, + {"origin": [-4.25, 6.09005, -6.63844], "size": [1, 1, 2], "pivot": [-3.75, 13.0359, -5.45118], "rotation": [12.5, 0, 0], "uv": [109, 54]} + ] + }, + { + "name": "foot_front_right", + "parent": "leg_front_right3", + "pivot": [-3.75, 0.84367, -6.30375], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-6.25, -0.5655, -9.66633], "size": [5, 3, 5], "uv": [90, 63]} + ] + }, + { + "name": "foot_front_right2", + "parent": "foot_front_right", + "pivot": [-3.75, 0.9345, -9.16633], + "cubes": [ + {"origin": [-6.25, -0.5655, -11.66633], "size": [5, 3, 3], "inflate": 0.01, "uv": [92, 71]} + ] + }, + { + "name": "claw_right_front_right", + "parent": "foot_front_right2", + "pivot": [-5.75, 0.33449, -11.41659], + "rotation": [0, 22.5, 0], + "cubes": [ + {"origin": [-5.75, -0.41551, -14.41659], "size": [0, 2, 4], "uv": [90, 78]}, + {"origin": [-6.25, -0.41551, -13.41659], "size": [1, 1, 2], "uv": [92, 78]} + ] + }, + { + "name": "claw_mid_front_right", + "parent": "foot_front_right2", + "pivot": [-3.75, -0.06551, -11.67758], + "cubes": [ + {"origin": [-4.25, -0.41551, -13.66659], "size": [1, 1, 2], "uv": [100, 78]}, + {"origin": [-3.75, -0.41551, -14.66659], "size": [0, 2, 4], "uv": [99, 78]} + ] + }, + { + "name": "claw_left_front_right", + "parent": "foot_front_right2", + "pivot": [-1.75, 0.33449, -11.41659], + "rotation": [0, -22.5, 0], + "cubes": [ + {"origin": [-2.25, -0.41551, -13.41659], "size": [1, 1, 2], "uv": [108, 78]}, + {"origin": [-1.75, -0.41551, -14.41659], "size": [0, 2, 4], "uv": [108, 78]} + ] + }, + { + "name": "leg_back_left", + "parent": "torso", + "pivot": [4, 15.98145, 9.33059], + "rotation": [7.33691, -1.55887, -0.15454], + "cubes": [ + {"origin": [2, 11.48145, 5.33059], "size": [4, 10, 8], "uv": [176, 19]} + ] + }, + { + "name": "leg_back_left2", + "parent": "leg_back_left", + "pivot": [4, 11.47737, 5.33744], + "rotation": [32.5, 0, 0], + "cubes": [ + {"origin": [2.45, 3.4351, 5.38548], "size": [3, 8, 5], "inflate": 0.05, "uv": [179, 37]} + ] + }, + { + "name": "leg_back_left_heelspike", + "parent": "leg_back_left2", + "pivot": [4, 3.206, 10.98071], + "rotation": [-37.5, 0, 0], + "cubes": [ + {"origin": [4, 1.56334, 9.5535], "size": [0, 3, 3], "uv": [197, 57], "mirror": true}, + {"origin": [3.5, 2.56334, 9.5535], "size": [1, 1, 2], "uv": [197, 56], "mirror": true} + ] + }, + { + "name": "leg_back_left3", + "parent": "leg_back_left2", + "pivot": [4, 5.46187, 8.62118], + "rotation": [-52.59923, 0, 0], + "cubes": [ + {"origin": [2, -2.47845, 6.37818], "size": [4, 8, 5], "uv": [178, 50]} + ] + }, + { + "name": "foot_back_left", + "parent": "leg_back_left3", + "pivot": [4, -2.06581, 10.24076], + "rotation": [12.5, 0, 0], + "cubes": [ + {"origin": [1.5, -3.16527, 6.36649], "size": [5, 3, 5], "uv": [177, 63]} + ] + }, + { + "name": "foot_back_left2", + "parent": "foot_back_left", + "pivot": [4, -1.66527, 6.86649], + "cubes": [ + {"origin": [1.5, -3.16527, 4.36649], "size": [5, 3, 3], "inflate": 0.01, "uv": [179, 71]} + ] + }, + { + "name": "claw_left_back_left", + "parent": "foot_back_left2", + "pivot": [6, -2.66528, 4.60523], + "rotation": [0, -22.5, 0], + "cubes": [ + {"origin": [6, -3.01527, 1.61623], "size": [0, 2, 4], "uv": [189, 78]}, + {"origin": [5.5, -3.01527, 2.61623], "size": [1, 1, 2], "uv": [190, 78]} + ] + }, + { + "name": "claw_mid_back_left", + "parent": "foot_back_left2", + "pivot": [4, -2.26527, 4.36623], + "cubes": [ + {"origin": [4, -3.01527, 1.36623], "size": [0, 2, 4], "uv": [180, 78]}, + {"origin": [3.5, -3.01527, 2.36623], "size": [1, 1, 2], "uv": [181, 78]} + ] + }, + { + "name": "claw_right_back_left", + "parent": "foot_back_left2", + "pivot": [2, -2.26527, 4.61623], + "rotation": [0, 22.5, 0], + "cubes": [ + {"origin": [2, -3.01527, 1.61623], "size": [0, 2, 4], "uv": [171, 78]}, + {"origin": [1.5, -3.01527, 2.61623], "size": [1, 1, 2], "uv": [172, 78]} + ] + }, + { + "name": "leg_back_right", + "parent": "torso", + "pivot": [-4, 15.98145, 9.33059], + "rotation": [7.33691, 1.55887, 0.15454], + "cubes": [ + {"origin": [-6, 11.48145, 5.33059], "size": [4, 10, 8], "uv": [148, 19]} + ] + }, + { + "name": "leg_back_right2", + "parent": "leg_back_right", + "pivot": [-4, 11.47737, 5.33744], + "rotation": [32.5, 0, 0], + "cubes": [ + {"origin": [-5.45, 3.4351, 5.38548], "size": [3, 8, 5], "inflate": 0.05, "uv": [152, 37]} + ] + }, + { + "name": "leg_back_right_heelspike", + "parent": "leg_back_right2", + "pivot": [-4, 3.206, 10.98071], + "rotation": [-37.5, 0, 0], + "cubes": [ + {"origin": [-4, 1.56334, 9.5535], "size": [0, 3, 3], "uv": [170, 57]}, + {"origin": [-4.5, 2.56334, 9.5535], "size": [1, 1, 2], "uv": [170, 56]} + ] + }, + { + "name": "leg_back_right3", + "parent": "leg_back_right2", + "pivot": [-4, 5.46187, 8.62118], + "rotation": [-52.59923, 0, 0], + "cubes": [ + {"origin": [-6, -2.47845, 6.37818], "size": [4, 8, 5], "uv": [151, 50]} + ] + }, + { + "name": "foot_back_right", + "parent": "leg_back_right3", + "pivot": [-4, -2.06581, 10.24076], + "rotation": [12.5, 0, 0], + "cubes": [ + {"origin": [-6.5, -3.16527, 6.36649], "size": [5, 3, 5], "uv": [151, 63]} + ] + }, + { + "name": "foot_back_right2", + "parent": "foot_back_right", + "pivot": [-4, -1.66527, 6.86649], + "cubes": [ + {"origin": [-6.5, -3.16527, 4.36649], "size": [5, 3, 3], "inflate": 0.01, "uv": [153, 71]} + ] + }, + { + "name": "claw_right_back_right", + "parent": "foot_back_right2", + "pivot": [-6, -2.66528, 4.60523], + "rotation": [0, 22.5, 0], + "cubes": [ + {"origin": [-6, -3.01527, 1.61623], "size": [0, 2, 4], "uv": [144, 78]}, + {"origin": [-6.5, -3.01527, 2.61623], "size": [1, 1, 2], "uv": [145, 78]} + ] + }, + { + "name": "claw_mid_back_right", + "parent": "foot_back_right2", + "pivot": [-4, -2.26527, 4.36623], + "cubes": [ + {"origin": [-4, -3.01527, 1.36623], "size": [0, 2, 4], "uv": [153, 78]}, + {"origin": [-4.5, -3.01527, 2.36623], "size": [1, 1, 2], "uv": [154, 78]} + ] + }, + { + "name": "claw_left_back_right", + "parent": "foot_back_right2", + "pivot": [-2, -2.26527, 4.61623], + "rotation": [0, -22.5, 0], + "cubes": [ + {"origin": [-2.5, -3.01527, 2.61623], "size": [1, 1, 2], "uv": [163, 78]}, + {"origin": [-2, -3.01527, 1.61623], "size": [0, 2, 4], "uv": [162, 78]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/altaria/altaria.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/altaria/altaria.geo.json new file mode 100644 index 0000000..68ab37b --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/altaria/altaria.geo.json @@ -0,0 +1,302 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.altaria", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 5, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "altaria", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "altaria", + "pivot": [0, -6.5, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, -9.25, -2], + "cubes": [ + {"origin": [-5, 2.75, -3], "size": [10, 9, 13], "uv": [0, 22]}, + {"origin": [-5, 2.75, -3], "size": [10, 9, 13], "inflate": 0.2, "uv": [0, 0]} + ] + }, + { + "name": "neck", + "parent": "torso", + "pivot": [0, 10.9924, -0.66318], + "cubes": [ + {"origin": [-2, 10.5, -1.25], "size": [4, 9, 3], "pivot": [0, 14.5, 0.25], "rotation": [-10, 0, 0], "uv": [87, 18]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 19, 1.5], + "cubes": [ + {"origin": [-3, 19, -2.5], "size": [6, 6, 6], "uv": [37, 0]} + ] + }, + { + "name": "hair", + "parent": "head", + "pivot": [0, -6.5, 0] + }, + { + "name": "hair_left", + "parent": "hair", + "pivot": [0.2473, 24.96698, -0.06925], + "rotation": [0, -90, 120], + "cubes": [ + {"origin": [0.7473, 23.21698, -0.63623], "size": [0, 3, 2], "pivot": [0.7473, 24.71698, 0.36377], "rotation": [-45, 0, 90], "uv": [33, 45]} + ] + }, + { + "name": "hair_left2", + "parent": "hair_left", + "pivot": [1.63293, 24.71698, 1.10915], + "cubes": [ + {"origin": [1.31216, 24.71698, 0.17838], "size": [0, 3, 2], "pivot": [1.31216, 24.71698, 1.67838], "rotation": [-25, 0, 90], "uv": [45, 29]} + ] + }, + { + "name": "hair_left3", + "parent": "hair_left2", + "pivot": [3.89932, 24.71698, 2.3275], + "cubes": [ + {"origin": [3.75246, 24.7987, 1.39288], "size": [0, 4, 2], "pivot": [3.76723, 24.70221, 2.89288], "rotation": [-5, 0, 90], "uv": [25, 42]} + ] + }, + { + "name": "hair_left4", + "parent": "hair_left3", + "pivot": [7.80455, 24.71698, 2.74801], + "cubes": [ + {"origin": [9.80455, 22.71698, 1.74801], "size": [0, 4, 2], "pivot": [9.80455, 24.71698, 2.74801], "rotation": [0, 0, 90], "uv": [4, 42]} + ] + }, + { + "name": "hair_left5", + "parent": "hair_left4", + "pivot": [11.80455, 24.71698, 2.74801], + "cubes": [ + {"origin": [2.69329, 33.7987, 1.74801], "size": [0, 4, 2], "pivot": [2.70806, 24.70221, 3.24801], "rotation": [0, 0, 90], "uv": [0, 42]} + ] + }, + { + "name": "hair_left6", + "parent": "hair_left5", + "pivot": [15.80455, 24.71698, 2.74801], + "cubes": [ + {"origin": [17.30455, 23.21698, 1.74801], "size": [0, 3, 2], "pivot": [17.30455, 24.71698, 2.74801], "rotation": [0, 0, 90], "uv": [8, 30]} + ] + }, + { + "name": "hair_right", + "parent": "hair", + "pivot": [-0.2473, 24.96698, -0.06925], + "rotation": [0, 90, -120], + "cubes": [ + {"origin": [-0.7473, 23.21698, -0.63623], "size": [0, 3, 2], "pivot": [-0.7473, 24.71698, 0.36377], "rotation": [-45, 0, -90], "uv": [29, 45]} + ] + }, + { + "name": "hair_right8", + "parent": "hair_right", + "pivot": [-1.38293, 24.71698, 1.10915], + "cubes": [ + {"origin": [-1.31216, 24.71698, 0.17838], "size": [0, 3, 2], "pivot": [-1.31216, 24.71698, 1.67838], "rotation": [-25, 0, -90], "uv": [33, 42]} + ] + }, + { + "name": "hair_right9", + "parent": "hair_right8", + "pivot": [-3.89932, 24.71698, 2.3275], + "cubes": [ + {"origin": [-3.75246, 24.7987, 1.39288], "size": [0, 4, 2], "pivot": [-3.76723, 24.70221, 2.89288], "rotation": [-5, 0, -90], "uv": [41, 29]} + ] + }, + { + "name": "hair_right10", + "parent": "hair_right9", + "pivot": [-7.80455, 24.71698, 2.74801], + "cubes": [ + {"origin": [-3.69329, 28.7987, 1.74801], "size": [0, 4, 2], "pivot": [-3.70806, 24.70221, 3.24801], "rotation": [0, 0, -90], "uv": [37, 29]} + ] + }, + { + "name": "hair_right11", + "parent": "hair_right10", + "pivot": [-11.80455, 24.71698, 2.74801], + "cubes": [ + {"origin": [-2.69329, 33.7987, 1.74801], "size": [0, 4, 2], "pivot": [-2.70806, 24.70221, 3.24801], "rotation": [0, 0, -90], "uv": [37, 0]} + ] + }, + { + "name": "hair_right1", + "parent": "hair_right11", + "pivot": [-15.80455, 24.71698, 2.74801], + "cubes": [ + {"origin": [-17.30455, 23.21698, 1.74801], "size": [0, 3, 2], "pivot": [-17.30455, 24.71698, 2.74801], "rotation": [0, 0, -90], "uv": [29, 42]} + ] + }, + { + "name": "cheek", + "parent": "head", + "pivot": [0, 21.75, -1.5] + }, + { + "name": "cheek_right", + "parent": "cheek", + "pivot": [0, 21.75, -1.5], + "cubes": [ + {"origin": [2, 19.5, -2.51], "size": [1, 2, 0], "uv": [0, 5]}, + {"origin": [3.01, 19.5, -2.51], "size": [0, 2, 2], "uv": [0, 46]} + ] + }, + { + "name": "cheek_left", + "parent": "cheek", + "pivot": [-5, 21.75, -1.5], + "cubes": [ + {"origin": [-3, 19.5, -2.51], "size": [1, 2, 0], "uv": [0, 0]}, + {"origin": [-3.01, 19.5, -2.51], "size": [0, 2, 2], "uv": [8, 8]} + ] + }, + { + "name": "beak", + "parent": "head", + "pivot": [0.0005, 21.5, -3], + "cubes": [ + {"origin": [-1.5, 20.5, -4], "size": [3, 1, 2], "uv": [0, 10]}, + {"origin": [-1.499, 20, -3.5], "size": [3, 1, 1], "uv": [0, 32]} + ] + }, + { + "name": "eye_right", + "parent": "head", + "pivot": [1.75, 22.5, -2.51], + "cubes": [ + {"origin": [1.25, 21.5, -2.51], "size": [1, 2, 0], "uv": [0, 7]} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [1.75, 22.5, -2.41], + "cubes": [ + {"origin": [1.25, 21.5, -2.41], "size": [1, 2, 0], "inflate": 0.01, "uv": [87, 91]} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [-1.75, 22.25, -2.51], + "cubes": [ + {"origin": [-2.25, 21.5, -2.51], "size": [1, 2, 0], "uv": [6, 0]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [-1.75, 22.5, -2.41], + "cubes": [ + {"origin": [-2.25, 21.5, -2.41], "size": [1, 2, 0], "inflate": 0.01, "uv": [82, 92]} + ] + }, + { + "name": "wing_left", + "parent": "torso", + "pivot": [-4.075, 7.75, 2.5], + "cubes": [ + {"origin": [-13, 3.25, -2], "size": [8, 9, 9], "uv": [59, 53]}, + {"origin": [-13.15, 3.25, -2], "size": [8, 9, 9], "inflate": 0.2, "uv": [25, 53]} + ] + }, + { + "name": "wing_left2", + "parent": "wing_left", + "pivot": [-12.275, 7.75, 2.5], + "cubes": [ + {"origin": [-21, 3.25, -2], "size": [8, 9, 9], "uv": [0, 44]}, + {"origin": [-21.55, 3.25, -2], "size": [8, 9, 9], "inflate": 0.2, "uv": [37, 35]} + ] + }, + { + "name": "wing_left3", + "parent": "wing_left2", + "pivot": [-20.225, 7.75, 2.5], + "cubes": [ + {"origin": [-29, 3.25, -2], "size": [8, 9, 9], "uv": [37, 13]}, + {"origin": [-28.95, 3.25, -2], "size": [7, 9, 9], "inflate": 0.2, "uv": [0, 80]} + ] + }, + { + "name": "wing_right", + "parent": "torso", + "pivot": [4.075, 7.75, 2.5], + "cubes": [ + {"origin": [5, 3.25, -2], "size": [8, 9, 9], "uv": [59, 71]}, + {"origin": [5.15, 3.25, -2], "size": [8, 9, 9], "inflate": 0.2, "uv": [62, 0]} + ] + }, + { + "name": "wing_right2", + "parent": "wing_right", + "pivot": [12.275, 7.75, 2.5], + "cubes": [ + {"origin": [13, 3.25, -2], "size": [8, 9, 9], "uv": [62, 22]}, + {"origin": [13.55, 3.25, -2], "size": [8, 9, 9], "inflate": 0.2, "uv": [0, 62]} + ] + }, + { + "name": "wing_right3", + "parent": "wing_right2", + "pivot": [20.225, 7.75, 2.5], + "cubes": [ + {"origin": [21, 3.25, -2], "size": [8, 9, 9], "uv": [25, 71]}, + {"origin": [21.95, 3.25, -2], "size": [7, 9, 9], "inflate": 0.2, "uv": [84, 40]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 4.27441, 8.27829], + "cubes": [ + {"origin": [-1, 3.5, 7.75], "size": [2, 0, 10], "pivot": [-0.5, 3.5, 10.25], "rotation": [-25, 0, 0], "uv": [61, 40]}, + {"origin": [-3.25, 2.65476, 7.56262], "size": [2, 0, 9], "pivot": [-2.25, 2.65476, 12.06262], "rotation": [-25, -10, 0], "uv": [0, 22]}, + {"origin": [1.25, 2.65476, 7.56262], "size": [2, 0, 9], "pivot": [2.25, 2.65476, 12.06262], "rotation": [-25, 10, 0], "uv": [0, 0]}, + {"origin": [-5.5, 1.80953, 5.87523], "size": [2, 0, 13], "pivot": [-4.5, 1.80953, 12.37523], "rotation": [-25, -30, 0], "uv": [20, 22]}, + {"origin": [3.5, 1.80953, 5.87523], "size": [2, 0, 13], "pivot": [4.5, 1.80953, 12.37523], "rotation": [-25, 27.5, 0], "uv": [20, 0]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [2, 3.3619, 0.56274], + "cubes": [ + {"origin": [1, 1.25, -0.5], "size": [2, 3, 2], "uv": [0, 22]}, + {"origin": [1, 0.19151, -1.29247], "size": [2, 1, 3], "pivot": [-0.175, 0.6, -0.63397], "rotation": [20, 0, 0], "uv": [0, 28]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [-1.85, 3.3619, 0.56274], + "cubes": [ + {"origin": [-2.85, 1.25, -0.5], "size": [2, 3, 2], "uv": [0, 0]}, + {"origin": [-2.85, 0.19151, -1.29247], "size": [2, 1, 3], "pivot": [0.325, 0.6, -0.63397], "rotation": [20, 0, 0], "uv": [0, 6]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/amoonguss/amoonguss.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/amoonguss/amoonguss.geo.json new file mode 100644 index 0000000..e498263 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/amoonguss/amoonguss.geo.json @@ -0,0 +1,143 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 3, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "amoonguss", + "pivot": [0, 0, 0] + }, + { + "name": "body_bot", + "parent": "amoonguss", + "pivot": [0.06652, 0.09745, 0], + "cubes": [ + {"origin": [-4.93348, 0.09745, -5], "size": [10, 3, 10], "uv": [36, 54]}, + {"origin": [-5.43348, 2.09745, -5.5], "size": [11, 5, 11], "uv": [48, 0]} + ] + }, + { + "name": "body_top", + "parent": "body_bot", + "pivot": [3.06652, 0.09745, -3], + "cubes": [ + {"origin": [-4.43348, 3.09745, -4.5], "size": [9, 8, 9], "uv": [0, 50]} + ] + }, + { + "name": "arm_right", + "parent": "body_top", + "pivot": [-4.06652, 9.09745, 0], + "cubes": [ + {"origin": [-8.56652, 8.09745, -1], "size": [5, 2, 2], "inflate": 0.01, "uv": [28, 28], "mirror": true} + ] + }, + { + "name": "aime_bone_2", + "parent": "arm_right", + "pivot": [-8.06652, 9.09745, 0], + "cubes": [ + {"origin": [-12.56652, 8.09745, -1], "size": [5, 2, 2], "uv": [28, 24], "mirror": true} + ] + }, + { + "name": "bone2", + "parent": "aime_bone_2", + "pivot": [2.68348, 5.69745, -3], + "cubes": [ + {"origin": [-15.31652, 6.69745, -2.5], "size": [3, 5, 5], "inflate": 0.01, "uv": [0, 0], "mirror": true}, + {"origin": [-13.31652, 5.69745, -3.5], "size": [2, 7, 1], "inflate": 0.01, "uv": [13, 29], "mirror": true}, + {"origin": [-13.31652, 11.69745, -2.5], "size": [2, 1, 5], "inflate": 0.01, "uv": [0, 24], "mirror": true}, + {"origin": [-13.31652, 5.69745, -2.5], "size": [2, 1, 5], "inflate": 0.01, "uv": [0, 10], "mirror": true}, + {"origin": [-13.31652, 5.69745, 2.5], "size": [2, 7, 1], "inflate": 0.01, "uv": [0, 30], "mirror": true} + ] + }, + { + "name": "arm_left", + "parent": "body_top", + "pivot": [4.06652, 9.09745, 0], + "cubes": [ + {"origin": [3.56652, 8.09745, -1], "size": [5, 2, 2], "inflate": 0.01, "uv": [28, 28]} + ] + }, + { + "name": "aime_bone_1", + "parent": "arm_left", + "pivot": [8.06652, 9.09745, 0], + "cubes": [ + {"origin": [7.56652, 8.09745, -1], "size": [5, 2, 2], "uv": [28, 24]} + ] + }, + { + "name": "bone3", + "parent": "aime_bone_1", + "pivot": [-2.68348, 5.69745, -3], + "cubes": [ + {"origin": [12.31652, 6.69745, -2.5], "size": [3, 5, 5], "inflate": 0.01, "uv": [0, 0]}, + {"origin": [11.31652, 5.69745, -3.5], "size": [2, 7, 1], "inflate": 0.01, "uv": [13, 29]}, + {"origin": [11.31652, 11.69745, -2.5], "size": [2, 1, 5], "inflate": 0.01, "uv": [0, 24]}, + {"origin": [11.31652, 5.69745, -2.5], "size": [2, 1, 5], "inflate": 0.01, "uv": [0, 10]}, + {"origin": [11.31652, 5.69745, 2.5], "size": [2, 7, 1], "inflate": 0.01, "uv": [0, 30]} + ] + }, + { + "name": "head", + "parent": "body_top", + "pivot": [0.56652, 0.09745, 11], + "cubes": [ + {"origin": [-3.93348, 10.09745, -4], "size": [8, 8, 8], "uv": [56, 16]} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [-0.43348, 0.09745, 19.5], + "cubes": [ + {"origin": [-1.43348, 11.09745, -5], "size": [3, 3, 2], "uv": [9, 24]}, + {"origin": [-0.43348, 12.09745, -5.05], "size": [1, 1, 0], "uv": [0, 4]} + ] + }, + { + "name": "eye_right", + "parent": "head", + "pivot": [-2.60015, 14.26412, -4.05], + "cubes": [ + {"origin": [-3.43348, 13.09745, -4.025], "size": [2, 2, 0], "uv": [0, 0]}, + {"origin": [-3.43348, 13.09745, -4.075], "size": [1, 2, 0], "uv": [0, 10]}, + {"origin": [-2.93348, 14.09745, -4.05], "size": [1, 1, 0], "uv": [2, 4]} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [2.73318, 14.26412, -4.05], + "cubes": [ + {"origin": [1.56652, 13.09745, -4.025], "size": [2, 2, 0], "uv": [0, 2]}, + {"origin": [2.56652, 13.09745, -4.075], "size": [1, 2, 0], "uv": [2, 10]}, + {"origin": [2.06652, 14.09745, -4.05], "size": [1, 1, 0], "uv": [9, 10]} + ] + }, + { + "name": "cap", + "parent": "body_top", + "pivot": [17.06652, -4.90255, -4], + "cubes": [ + {"origin": [-7.93348, 18.09745, -8], "size": [16, 8, 16], "uv": [0, 0]}, + {"origin": [8.06652, 16.09745, -11], "size": [3, 4, 22], "uv": [28, 28]}, + {"origin": [-10.93348, 16.09745, -11], "size": [3, 4, 22], "uv": [0, 24]}, + {"origin": [-7.93348, 16.09745, 8], "size": [16, 4, 3], "uv": [56, 39]}, + {"origin": [-7.93348, 16.09745, -11], "size": [16, 4, 3], "uv": [56, 32]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/appletun/appletun.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/appletun/appletun.geo.json new file mode 100644 index 0000000..4991d34 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/appletun/appletun.geo.json @@ -0,0 +1,220 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 3, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "appletun", + "pivot": [0, 0, 0] + }, + { + "name": "overall_body", + "parent": "appletun", + "pivot": [7, 8, -8] + }, + { + "name": "body", + "parent": "overall_body", + "pivot": [7, 8, -8], + "cubes": [ + {"origin": [-7, 2, -8], "size": [14, 14, 16], "uv": [0, 27]}, + {"origin": [-8, 7.95, -9], "size": [16, 9, 18], "uv": [0, 0]} + ] + }, + { + "name": "neck", + "parent": "body", + "pivot": [1, 4.025, -6], + "cubes": [ + {"origin": [-2, 2.025, -12], "size": [4, 4, 6], "uv": [68, 40]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [1.5, 3.975, -10], + "cubes": [ + {"origin": [-2.5, 1.975, -15], "size": [5, 5, 5], "uv": [68, 30]}, + {"origin": [-2, 2.975, -18], "size": [4, 2, 3], "uv": [26, 63]}, + {"origin": [-2, 3.025, -18.925], "size": [4, 2, 2], "inflate": 0.01, "pivot": [-0.5, 4.025, -17.925], "rotation": [-22.5, 0, 0], "uv": [52, 70]}, + {"origin": [2.5, 1.975, -15], "size": [1, 3, 3], "uv": [64, 70]}, + {"origin": [-3.5, 1.975, -15], "size": [1, 3, 3], "uv": [70, 60]} + ] + }, + { + "name": "right_ear", + "parent": "head", + "pivot": [-2.95, 6.1, -12.5], + "rotation": [0, 0, -62.5], + "cubes": [ + {"origin": [-7.95, 6.1, -14], "size": [6, 0, 3], "inflate": 0.01, "uv": [0, 38]} + ] + }, + { + "name": "left_ear", + "parent": "head", + "pivot": [2.95, 6.1, -12.5], + "rotation": [0, 0, 62.5], + "cubes": [ + {"origin": [1.95, 6.1, -14], "size": [6, 0, 3], "inflate": 0.01, "uv": [52, 30]} + ] + }, + { + "name": "head_cap", + "parent": "head", + "pivot": [2, 4.975, -14.625], + "cubes": [ + {"origin": [-3, 4.975, -15.625], "size": [6, 4, 6], "uv": [52, 60]} + ] + }, + { + "name": "jaw", + "parent": "head", + "pivot": [0.5, 2.5, -14.875], + "rotation": [-5, 0, 0], + "cubes": [ + {"origin": [-1.5, 2.07179, -16.87595], "size": [3, 1, 2], "uv": [69, 51]} + ] + }, + { + "name": "appleleaves_top", + "parent": "body", + "pivot": [7, 8, -8] + }, + { + "name": "appleleave_right", + "parent": "appleleaves_top", + "pivot": [-0.02075, 16.97331, 0], + "rotation": [0, 0, -27.5], + "cubes": [ + {"origin": [-0.01431, 16.47948, -1.5], "size": [0, 9, 3], "inflate": 0.01, "uv": [0, 61]} + ] + }, + { + "name": "appleleave_left", + "parent": "appleleaves_top", + "pivot": [0.02075, 16.97331, 0], + "rotation": [0, 0, 27.5], + "cubes": [ + {"origin": [0.01431, 16.47948, -1.5], "size": [0, 9, 3], "inflate": 0.01, "uv": [6, 61]} + ] + }, + { + "name": "apple_crust", + "parent": "body", + "pivot": [0, 16.475, 0], + "cubes": [ + {"origin": [-6, 14.975, -10], "size": [4, 3, 20], "uv": [40, 37]}, + {"origin": [2, 14.975, -10], "size": [4, 3, 20], "uv": [48, 7]}, + {"origin": [2, 11.975, -10], "size": [4, 3, 1], "uv": [76, 17]}, + {"origin": [2, 11.975, 9], "size": [4, 3, 1], "uv": [76, 13]}, + {"origin": [-6, 11.975, 9], "size": [4, 3, 1], "uv": [76, 9]}, + {"origin": [-6, 11.975, -10], "size": [4, 3, 1], "uv": [76, 5]} + ] + }, + { + "name": "bone2", + "parent": "apple_crust", + "pivot": [-1, 17.475, 0], + "rotation": [0, -90, 0], + "cubes": [ + {"origin": [-7, 15.975, -10], "size": [4, 3, 18], "uv": [26, 60]}, + {"origin": [-7, 12.975, -10], "size": [4, 3, 1], "uv": [72, 74]}, + {"origin": [-7, 12.975, 7], "size": [4, 3, 1], "uv": [72, 74]}, + {"origin": [1, 12.975, -10], "size": [4, 3, 1], "uv": [72, 70]}, + {"origin": [1, 12.975, 7], "size": [4, 3, 1], "uv": [72, 70]}, + {"origin": [1, 15.975, -10], "size": [4, 3, 18], "uv": [0, 57]} + ] + }, + { + "name": "tails", + "parent": "body", + "pivot": [1, 4.175, 7], + "cubes": [ + {"origin": [-2, 2.175, 6], "size": [4, 4, 5], "uv": [0, 0]} + ] + }, + { + "name": "tails2", + "parent": "tails", + "pivot": [0.5, 4.325, 11], + "cubes": [ + {"origin": [-1.5, 2.725, 9], "size": [3, 3, 5], "uv": [0, 9]} + ] + }, + { + "name": "leg_front_right", + "parent": "overall_body", + "pivot": [-7, 5, -4.025], + "cubes": [ + {"origin": [-7.95, 1, -6.025], "size": [3, 5, 4], "inflate": 0.01, "uv": [50, 0]} + ] + }, + { + "name": "foot_front_right", + "parent": "leg_front_right", + "pivot": [-7, 1, -3.025], + "cubes": [ + {"origin": [-7.95, 0, -7.025], "size": [3, 1, 4], "uv": [64, 0]} + ] + }, + { + "name": "leg_front_left", + "parent": "overall_body", + "pivot": [7, 5, -4.025], + "cubes": [ + {"origin": [4.95, 1, -6.025], "size": [3, 5, 4], "inflate": 0.01, "uv": [50, 9]} + ] + }, + { + "name": "foot_front_left", + "parent": "leg_front_left", + "pivot": [7, 1, -3.025], + "cubes": [ + {"origin": [4.95, 0, -7.025], "size": [3, 1, 4], "uv": [26, 68]} + ] + }, + { + "name": "leg_back_right", + "parent": "overall_body", + "pivot": [-6.45, 6, 4.525], + "cubes": [ + {"origin": [-7.95, 1, 2.025], "size": [3, 6, 5], "inflate": 0.01, "uv": [0, 27]} + ] + }, + { + "name": "foot_back_right", + "parent": "leg_back_right", + "pivot": [-7, 1, 6.025], + "cubes": [ + {"origin": [-7.95, 0, 1.025], "size": [3, 1, 5], "uv": [0, 57]} + ] + }, + { + "name": "leg_back_left", + "parent": "overall_body", + "pivot": [6.45, 6, 4.525], + "cubes": [ + {"origin": [4.95, 1, 2.025], "size": [3, 6, 5], "inflate": 0.01, "uv": [44, 30]} + ] + }, + { + "name": "foot_back_left", + "parent": "leg_back_left", + "pivot": [7, 1, 6.025], + "cubes": [ + {"origin": [4.95, 0, 1.025], "size": [3, 1, 5], "uv": [26, 57]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/applin/applin.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/applin/applin.geo.json new file mode 100644 index 0000000..29a32b9 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/applin/applin.geo.json @@ -0,0 +1,62 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "bone", + "pivot": [0, 0, 0] + }, + { + "name": "bone2", + "parent": "bone", + "pivot": [0, 0, 0] + }, + { + "name": "head", + "parent": "bone2", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-4.5, 2, -4.5], "size": [9, 8, 9], "uv": [0, 0]}, + {"origin": [-4, 0, -4], "size": [8, 8, 8], "uv": [0, 31]} + ] + }, + { + "name": "eye", + "parent": "head", + "pivot": [0, 9.52369, -1.0125], + "cubes": [ + {"origin": [-2.85, 9.7, -1], "size": [4, 6, 0], "pivot": [-0.95, 10.2, -1], "rotation": [0, 0, -12.5], "uv": [0, 25]}, + {"origin": [1.2, 11.7, -1.025], "size": [1, 1, 0], "pivot": [2.5, 12.7, -1.025], "rotation": [0, 0, 12.5], "uv": [2, 6], "mirror": true}, + {"origin": [-1.15, 9.7, -1], "size": [4, 6, 0], "pivot": [0.95, 10.2, -1], "rotation": [0, 0, 12.5], "uv": [0, 25], "mirror": true}, + {"origin": [-2.2, 11.7, -1.025], "size": [1, 1, 0], "pivot": [-2.5, 12.7, -1.025], "rotation": [0, 0, -12.5], "uv": [2, 6]} + ] + }, + { + "name": "tail_1", + "parent": "bone2", + "pivot": [0.01888, 1.84136, 3.3167], + "cubes": [ + {"origin": [-1.4962, 0.78004, 3.32604], "size": [3, 3, 4], "pivot": [0.0038, 2.1036, 3.31855], "rotation": [-12.5, 0, 0], "uv": [24, 21]} + ] + }, + { + "name": "tail_2", + "parent": "tail_1", + "pivot": [0.0038, 1.09447, 6.9198], + "cubes": [ + {"origin": [-1.4962, -0.40553, 6.5448], "size": [3, 3, 4], "inflate": -0.35, "uv": [14, 18]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/araquanid/araquanid.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/araquanid/araquanid.geo.json new file mode 100644 index 0000000..507ab1b --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/araquanid/araquanid.geo.json @@ -0,0 +1,169 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.araquanid", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "all", + "pivot": [0, 0, 0] + }, + { + "name": "head", + "parent": "all", + "pivot": [0, 11.5, -4], + "cubes": [ + {"origin": [1.5, 10, -11], "size": [1, 2, 1], "uv": [4, 9]}, + {"origin": [2.5, 10, -11], "size": [3, 3, 3], "uv": [52, 54]}, + {"origin": [4.5, 11, -8], "size": [1, 2, 1], "uv": [4, 6]}, + {"origin": [-2.5, 10, -11], "size": [1, 2, 1], "uv": [4, 3]}, + {"origin": [-5.5, 10, -11], "size": [3, 3, 3], "uv": [40, 54]}, + {"origin": [-5.5, 11, -8], "size": [1, 2, 1], "uv": [4, 0]}, + {"origin": [-4.5, 9, -10], "size": [9, 6, 6], "uv": [0, 18]}, + {"origin": [-1.5, 14, -11], "size": [3, 2, 3], "uv": [51, 30]}, + {"origin": [-3.5, 15, -7], "size": [2, 1, 2], "uv": [38, 20]}, + {"origin": [1.5, 15, -7], "size": [2, 1, 2], "uv": [30, 20]}, + {"origin": [1.5, 8, -7], "size": [2, 1, 2], "uv": [60, 30]}, + {"origin": [1.5, 8, -10], "size": [2, 1, 2], "uv": [60, 51]}, + {"origin": [-3.5, 8, -10], "size": [2, 1, 2], "uv": [60, 48]}, + {"origin": [-3.5, 8, -7], "size": [2, 1, 2], "uv": [35, 44]}, + {"origin": [-6.5, 6.5, -13], "size": [13, 10, 0], "uv": [35, 10]}, + {"origin": [-6.5, 16.5, -13], "size": [13, 0, 9], "uv": [0, 9]}, + {"origin": [-6.5, 6.5, -13], "size": [0, 10, 9], "uv": [0, 21]}, + {"origin": [-6.5, 6.5, -13], "size": [13, 0, 9], "uv": [0, 0]}, + {"origin": [6.5, 6.5, -13], "size": [0, 10, 9], "uv": [18, 25]}, + {"origin": [-5.5, 13.5, -13.01], "size": [2, 2, 0], "uv": [67, 0]}, + {"origin": [-6.5, 6.5, -4], "size": [13, 10, 0], "uv": [35, 0]} + ] + }, + { + "name": "body", + "parent": "all", + "pivot": [0, 11.5, -4], + "cubes": [ + {"origin": [-3.5, 10, -3], "size": [7, 4, 7], "uv": [23, 23]}, + {"origin": [-1, 11, 4], "size": [2, 2, 2], "uv": [24, 18]}, + {"origin": [-1.5, 8, -4], "size": [3, 7, 1], "uv": [12, 60]}, + {"origin": [-3.5, 10, -4], "size": [2, 3, 1], "uv": [61, 16]}, + {"origin": [1.5, 10, -4], "size": [2, 3, 1], "uv": [61, 12]} + ] + }, + { + "name": "leg_left_front", + "parent": "body", + "pivot": [3, 14, -3], + "cubes": [ + {"origin": [2.5, 14, -3], "size": [6, 4, 0], "uv": [40, 60]} + ] + }, + { + "name": "foot_left_front", + "parent": "leg_left_front", + "pivot": [7.5, 17, -3], + "cubes": [ + {"origin": [10.5, 0, -4], "size": [0, 17, 2], "uv": [36, 52]}, + {"origin": [10, 5.5, -3.5], "size": [1, 2, 2], "pivot": [10.5, 7, -3], "rotation": [-45, 0, 0], "uv": [61, 8]}, + {"origin": [7.5, 17, -5.5], "size": [5, 5, 5], "uv": [0, 50]} + ] + }, + { + "name": "leg_left_middle", + "parent": "body", + "pivot": [3, 14, 0], + "cubes": [ + {"origin": [2.5, 14, 0], "size": [6, 4, 0], "uv": [56, 40]} + ] + }, + { + "name": "foot_left_middle", + "parent": "leg_left_middle", + "pivot": [7.5, 17, 0], + "cubes": [ + {"origin": [10, 5.5, -0.5], "size": [1, 2, 2], "pivot": [10.5, 7, 0], "rotation": [-45, 0, 0], "uv": [58, 60]}, + {"origin": [10.5, 0, -1], "size": [0, 17, 2], "uv": [24, 52]}, + {"origin": [7.5, 17, -2.5], "size": [5, 5, 5], "uv": [20, 44]} + ] + }, + { + "name": "leg_left_back", + "parent": "body", + "pivot": [3, 14, 3], + "cubes": [ + {"origin": [2.5, 14, 3], "size": [6, 4, 0], "uv": [56, 36]} + ] + }, + { + "name": "foot_left_back", + "parent": "leg_left_back", + "pivot": [7.5, 17, 3], + "cubes": [ + {"origin": [7.5, 17, 0.5], "size": [5, 5, 5], "uv": [0, 40]}, + {"origin": [10.5, 0, 2], "size": [0, 17, 2], "uv": [20, 52]}, + {"origin": [10, 5.5, 2.5], "size": [1, 2, 2], "pivot": [10.5, 7, 3], "rotation": [-45, 0, 0], "uv": [52, 60]} + ] + }, + { + "name": "leg_right_front", + "parent": "body", + "pivot": [-3, 14, -3], + "cubes": [ + {"origin": [-8.5, 14, -3], "size": [6, 4, 0], "uv": [0, 60]} + ] + }, + { + "name": "foot_right_front", + "parent": "leg_right_front", + "pivot": [-7.5, 17, -3], + "cubes": [ + {"origin": [-10.5, 0, -4], "size": [0, 17, 2], "uv": [32, 52]}, + {"origin": [-11, 5.5, -3.5], "size": [1, 2, 2], "pivot": [-10.5, 7, -3], "rotation": [-45, 0, 0], "uv": [61, 4]}, + {"origin": [-12.5, 17, -5.5], "size": [5, 5, 5], "uv": [40, 44]} + ] + }, + { + "name": "leg_right_middle", + "parent": "body", + "pivot": [-3, 14, 0], + "cubes": [ + {"origin": [-8.5, 14, 0], "size": [6, 4, 0], "uv": [59, 20]} + ] + }, + { + "name": "foot_right_middle", + "parent": "leg_right_middle", + "pivot": [-7.5, 17, 0], + "cubes": [ + {"origin": [-12.5, 17, -2.5], "size": [5, 5, 5], "uv": [44, 20]}, + {"origin": [-10.5, 0, -1], "size": [0, 17, 2], "uv": [28, 52]}, + {"origin": [-11, 5.5, -0.5], "size": [1, 2, 2], "pivot": [-10.5, 7, 0], "rotation": [-45, 0, 0], "uv": [61, 0]} + ] + }, + { + "name": "leg_right_back", + "parent": "body", + "pivot": [-3, 14, 3], + "cubes": [ + {"origin": [-8.5, 14, 3], "size": [6, 4, 0], "uv": [55, 44]} + ] + }, + { + "name": "foot_right_back", + "parent": "leg_right_back", + "pivot": [-7.5, 17, 3], + "cubes": [ + {"origin": [-12.5, 17, 0.5], "size": [5, 5, 5], "uv": [36, 34]}, + {"origin": [-10.5, 0, 2], "size": [0, 17, 2], "uv": [0, 0]}, + {"origin": [-11, 5.5, 2.5], "size": [1, 2, 2], "pivot": [-10.5, 7, 3], "rotation": [-45, 0, 0], "uv": [0, 19]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/arcanine_hisuian.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/arcanine_hisuian.geo.json new file mode 100644 index 0000000..0295b50 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/arcanine_hisuian.geo.json @@ -0,0 +1,970 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.arcanine", + "texture_width": 256, + "texture_height": 128, + "visible_bounds_width": 7, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "arcanine", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "arcanine", + "pivot": [0, -1, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0.5, 16, 7], + "cubes": [ + {"origin": [-5.5, 10, -4], "size": [11, 11, 15], "uv": [39, 16]} + ] + }, + { + "name": "upper_torso", + "parent": "torso", + "pivot": [0.5, 21, -1], + "cubes": [ + {"origin": [-6.5, 9, -14], "size": [13, 13, 13], "uv": [0, 31]} + ] + }, + { + "name": "neck", + "parent": "upper_torso", + "pivot": [0, 21.25, -7.5], + "rotation": [32.5, 0, 0], + "cubes": [ + {"origin": [-4.5, 17.25, -13.75], "size": [9, 12, 8], "uv": [82, 7]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 29.5, -7.75], + "rotation": [-32.5, 0, 0], + "cubes": [ + {"origin": [-5, 25, -13], "size": [10, 9, 9], "uv": [59, 67]}, + {"origin": [-5.61866, 32.10342, -13.6], "size": [4, 2, 4], "pivot": [-4, 32.4576, -13.52815], "rotation": [0, 0, 15], "uv": [61, 61], "mirror": true}, + {"origin": [1.61866, 32.10342, -13.6], "size": [4, 2, 4], "pivot": [4, 32.4576, -13.52815], "rotation": [0, 0, -15], "uv": [61, 61]}, + {"origin": [-4, 27.25, -16.75], "size": [8, 3, 4], "uv": [79, 0]}, + {"origin": [-3.5, 25.75, -13.02], "size": [7, 3, 0], "inflate": -0.01, "uv": [103, 37]}, + {"origin": [-1, 29.25, -16.75], "size": [2, 1, 1], "inflate": 0.01, "uv": [0, 3]} + ] + }, + { + "name": "eyes_open", + "parent": "head", + "pivot": [0, 30.7076, -12.02815] + }, + { + "name": "left_eye", + "parent": "eyes_open", + "pivot": [2, 31.4576, -12.52815], + "cubes": [ + {"origin": [2, 30.5, -13], "size": [3, 2, 2], "inflate": 0.01, "uv": [93, 104]}, + {"origin": [2.5, 31, -13.01], "size": [1, 1, 0], "inflate": 0.01, "uv": [10, 8]} + ] + }, + { + "name": "right_eye", + "parent": "eyes_open", + "pivot": [-2, 31.4576, -12.52815], + "cubes": [ + {"origin": [-5, 30.5, -13], "size": [3, 2, 2], "inflate": 0.01, "uv": [98, 52]}, + {"origin": [-3.5, 31, -13.01], "size": [1, 1, 0], "inflate": 0.01, "uv": [10, 6]} + ] + }, + { + "name": "left_eyelid", + "parent": "eyes_open", + "pivot": [3.4, 31.5, -11.9], + "cubes": [ + {"origin": [1.9, 30.5, -12.9], "size": [3, 2, 2], "inflate": 0.03, "uv": [162, 0]} + ] + }, + { + "name": "right_eyelid", + "parent": "eyes_open", + "pivot": [-3.4, 31.5, -11.9], + "cubes": [ + {"origin": [-4.9, 30.5, -12.9], "size": [3, 2, 2], "inflate": 0.03, "uv": [162, 4], "mirror": true} + ] + }, + { + "name": "jaw", + "parent": "head", + "pivot": [0, 27.2076, -12.52815], + "rotation": [-17.5, 0, 0], + "cubes": [ + {"origin": [-3.5, 25.25, -15], "size": [7, 2, 3], "inflate": 0.01, "uv": [122, 75]}, + {"origin": [-2.5, 25.25, -16], "size": [5, 2, 1], "inflate": 0.01, "uv": [0, 9]} + ] + }, + { + "name": "teeth2", + "parent": "jaw", + "pivot": [0, 27.3576, -11.02815] + }, + { + "name": "left_tooth2", + "parent": "teeth2", + "pivot": [2.15, 27.2076, -15.17815], + "rotation": [0, -12.5, 0], + "cubes": [ + {"origin": [1.55, 26.7, -15.25], "size": [1, 1, 0], "pivot": [2.17268, 27.2076, -15.17723], "rotation": [-33.16757, -28.26351, 54.0759], "uv": [10, 4]} + ] + }, + { + "name": "right_tooth2", + "parent": "teeth2", + "pivot": [-2.15, 27.2076, -15.17815], + "rotation": [0, 12.5, 0], + "cubes": [ + {"origin": [-2.55, 26.7, -15.25], "size": [1, 1, 0], "pivot": [-2.17268, 27.2076, -15.17723], "rotation": [-33.16757, 28.26351, -54.0759], "uv": [10, 3]} + ] + }, + { + "name": "left_ear", + "parent": "head", + "pivot": [5, 31, -9.25], + "rotation": [7.5, -40, -15], + "cubes": [ + {"origin": [4, 29, -9.25], "size": [9, 5, 0], "uv": [124, 46]} + ] + }, + { + "name": "right_ear", + "parent": "head", + "pivot": [-5, 31, -9.25], + "rotation": [7.5, 40, 15], + "cubes": [ + {"origin": [-13, 29, -9.25], "size": [9, 5, 0], "uv": [123, 0]} + ] + }, + { + "name": "head_fluff_top", + "parent": "head", + "pivot": [0, 30.75211, -7.02495], + "rotation": [7.5, 0, 0], + "cubes": [ + {"origin": [-3.5, 16.5, -11.75972], "size": [7, 18, 11], "inflate": -0.01, "pivot": [0, 32.87979, -3.8546], "rotation": [17.5, 0, 0], "uv": [210, 54]}, + {"origin": [-3.5, 23.75211, -12.52495], "size": [7, 12, 11], "uv": [23, 67]} + ] + }, + { + "name": "bone6", + "parent": "head_fluff_top", + "pivot": [0, 32.87979, -3.8546], + "rotation": [0, 15, 0], + "cubes": [ + {"origin": [-1.5, 28, -0.75972], "size": [3, 4, 4], "inflate": -0.01, "pivot": [0, 32.87979, -3.8546], "rotation": [12.5, 0, 0], "uv": [217, 61]}, + {"origin": [-1.5, 24, 0.24028], "size": [3, 4, 4], "inflate": -0.01, "pivot": [0, 32.87979, -3.8546], "rotation": [5, 0, 0], "uv": [217, 61]}, + {"origin": [-1.5, 21, 2.24028], "size": [3, 4, 4], "inflate": -0.01, "pivot": [0, 32.87979, -3.8546], "rotation": [-5, 0, 0], "uv": [217, 61]}, + {"origin": [-1.5, 31.5, -1.75972], "size": [3, 4, 4], "inflate": -0.01, "pivot": [0, 32.87979, -3.8546], "rotation": [22.5, 0, 0], "uv": [217, 61]} + ] + }, + { + "name": "bone", + "parent": "head_fluff_top", + "pivot": [0, 32.20216, -14.0301], + "rotation": [-7.5, 0, 0], + "cubes": [ + {"origin": [0, 29.75211, -8.52495], "size": [0, 12, 3], "uv": [156, 3]}, + {"origin": [7, 29.75211, -15.5], "size": [0, 12, 3], "pivot": [0, 32.20216, -14.0301], "rotation": [0, -90, 0], "uv": [156, 3]} + ] + }, + { + "name": "bone2", + "parent": "head_fluff_top", + "pivot": [-2, 29.21927, -14.29115], + "rotation": [-6.80423, -3.1622, -24.81197], + "cubes": [ + {"origin": [-2, 26.76922, -8.786], "size": [0, 12, 3], "uv": [156, 3]}, + {"origin": [5, 26.76922, -15.76105], "size": [0, 12, 3], "pivot": [-2, 29.21927, -14.29115], "rotation": [0, -90, 0], "uv": [156, 3]} + ] + }, + { + "name": "bone3", + "parent": "head_fluff_top", + "pivot": [2, 29.21927, -14.29115], + "rotation": [-6.80423, 3.1622, 24.81197], + "cubes": [ + {"origin": [2, 26.76922, -8.786], "size": [0, 12, 3], "uv": [156, 3], "mirror": true}, + {"origin": [-5, 26.76922, -15.76105], "size": [0, 12, 3], "pivot": [2, 29.21927, -14.29115], "rotation": [0, 90, 0], "uv": [156, 3], "mirror": true} + ] + }, + { + "name": "head_fluff_top2", + "parent": "head_fluff_top", + "pivot": [0, 34.75211, -12.52495] + }, + { + "name": "head_fluff_top3", + "parent": "head_fluff_top", + "pivot": [0, 36.75211, -10.52495], + "rotation": [-55, 0, 0] + }, + { + "name": "head_fluff_back", + "parent": "head_fluff_top", + "pivot": [0, 33.75211, -1.52495], + "rotation": [-140, 0, 0] + }, + { + "name": "head_fluff_top4", + "parent": "head_fluff_top", + "pivot": [0, 36.75211, -5.52495], + "rotation": [-60, 0, 0] + }, + { + "name": "head_fluff_top5", + "parent": "head_fluff_top", + "pivot": [0, 29.25211, -1.52495], + "rotation": [-145, 0, 0] + }, + { + "name": "head_fluff_left", + "parent": "head", + "pivot": [5, 29.5, -7], + "rotation": [-29, 30, -15] + }, + { + "name": "head_fluff_right", + "parent": "head", + "pivot": [-5, 29.5, -7], + "rotation": [-29, -30, 15] + }, + { + "name": "head_fluff_left2", + "parent": "head", + "pivot": [5, 27.5, -10], + "rotation": [-55.5, 38.75, -42.5] + }, + { + "name": "head_fluff_right2", + "parent": "head", + "pivot": [-5, 27.5, -10], + "rotation": [-55.5, -38.75, 42.5] + }, + { + "name": "teeth", + "parent": "head", + "pivot": [0, 27.3576, -11.02815] + }, + { + "name": "left_tooth", + "parent": "teeth", + "pivot": [3.4, 27.2076, -15.92815], + "rotation": [0, -12.5, 0], + "cubes": [ + {"origin": [2.8, 26.7, -16], "size": [1, 1, 0], "pivot": [3.42268, 27.2076, -15.92723], "rotation": [-33.16757, -28.26351, 54.0759], "uv": [10, 7]} + ] + }, + { + "name": "right_tooth", + "parent": "teeth", + "pivot": [-3.4, 27.2076, -15.92815], + "rotation": [0, 12.5, 0], + "cubes": [ + {"origin": [-3.8, 26.7, -16], "size": [1, 1, 0], "pivot": [-3.42268, 27.2076, -15.92723], "rotation": [-33.16757, 28.26351, -54.0759], "uv": [10, 5]} + ] + }, + { + "name": "chin_fluff", + "parent": "head", + "pivot": [0, 25, -13], + "rotation": [-22.5, 0, 0] + }, + { + "name": "left_chin_fluff", + "parent": "head", + "pivot": [5, 25, -10.5], + "rotation": [0, 0, -22.5], + "cubes": [ + {"origin": [5, 21, -13], "size": [0, 4, 5], "uv": [0, 35]} + ] + }, + { + "name": "right_chin_fluff", + "parent": "head", + "pivot": [-5, 25, -11], + "rotation": [0, 0, 22.5] + }, + { + "name": "head_fluff_top_left", + "parent": "head", + "pivot": [3.5, 34, -7.5], + "rotation": [0, 0, 30] + }, + { + "name": "head_fluff_top_right", + "parent": "head", + "pivot": [-3.5, 34, -7.5], + "rotation": [0, 0, -30] + }, + { + "name": "head_fluff_back_left", + "parent": "head", + "pivot": [3.5, 30.5, -4], + "rotation": [0, 30, 0] + }, + { + "name": "head_fluff_back_right", + "parent": "head", + "pivot": [-3.5, 30.5, -4], + "rotation": [0, -30, 0] + }, + { + "name": "forehead_fluff", + "parent": "head", + "pivot": [0, 34, -13], + "rotation": [40, 0, 0] + }, + { + "name": "chest_fluff", + "parent": "upper_torso", + "pivot": [0, 21.9, -12], + "rotation": [-7.5, 0, -15], + "cubes": [ + {"origin": [-1.5, 10.9, -14.5], "size": [7, 11, 0], "uv": [151, 56]}, + {"origin": [2, 12.9, -14.51], "size": [1, 5, 0], "uv": [151, 50]} + ] + }, + { + "name": "chest_fluff2", + "parent": "chest_fluff", + "pivot": [0, 10.9, -13.5], + "rotation": [32.5, 0, 0], + "cubes": [ + {"origin": [-1, 6.5, -14.3], "size": [6, 5, 0], "inflate": 0.01, "uv": [137, 98]} + ] + }, + { + "name": "bone5", + "parent": "upper_torso", + "pivot": [-4, 22.9, -12] + }, + { + "name": "chest_fluff11", + "parent": "bone5", + "pivot": [-4, 22.9, -12], + "rotation": [10.04582, 65.48061, 54.29089], + "cubes": [ + {"origin": [-7.04844, 15.30914, -12.6649], "size": [7, 8, 0], "uv": [151, 67], "mirror": true}, + {"origin": [-4.04844, 17.30914, -12.6749], "size": [1, 5, 0], "uv": [151, 50], "mirror": true} + ] + }, + { + "name": "chest_fluff12", + "parent": "chest_fluff11", + "pivot": [-1.54844, 15.30914, -11.6649], + "rotation": [22.5, 0, 0], + "cubes": [ + {"origin": [-6.54844, 10.90914, -12.4649], "size": [6, 5, 0], "inflate": 0.01, "uv": [138, 103], "mirror": true} + ] + }, + { + "name": "chest_fluff13", + "parent": "bone5", + "pivot": [-4, 23.9, -9], + "rotation": [53.38345, 46.75573, 104.84539], + "cubes": [ + {"origin": [-7.04844, 16.30914, -9.6649], "size": [7, 8, 0], "uv": [151, 67], "mirror": true}, + {"origin": [-4.04844, 18.30914, -9.6749], "size": [1, 5, 0], "uv": [151, 50], "mirror": true} + ] + }, + { + "name": "chest_fluff14", + "parent": "chest_fluff13", + "pivot": [-1.54844, 16.30914, -8.6649], + "rotation": [22.5, 0, 0], + "cubes": [ + {"origin": [-6.54844, 11.90914, -9.4649], "size": [6, 5, 0], "inflate": 0.01, "uv": [138, 103], "mirror": true} + ] + }, + { + "name": "chest_fluff15", + "parent": "bone5", + "pivot": [-3, 23.9, -7], + "rotation": [71.40836, 27.53594, 141.21236], + "cubes": [ + {"origin": [-6.04844, 16.30914, -7.6649], "size": [7, 8, 0], "uv": [151, 67], "mirror": true}, + {"origin": [-3.04844, 18.30914, -7.6749], "size": [1, 5, 0], "uv": [151, 50], "mirror": true} + ] + }, + { + "name": "chest_fluff16", + "parent": "chest_fluff15", + "pivot": [-0.54844, 16.30914, -6.6649], + "rotation": [22.5, 0, 0], + "cubes": [ + {"origin": [-5.54844, 11.90914, -7.4649], "size": [6, 5, 0], "inflate": 0.01, "uv": [138, 103], "mirror": true} + ] + }, + { + "name": "chest_fluff17", + "parent": "bone5", + "pivot": [-5, 22.9, -6], + "rotation": [89.43912, 44.03932, 127.83411], + "cubes": [ + {"origin": [-8.04844, 15.30914, -6.6649], "size": [7, 8, 0], "uv": [151, 67], "mirror": true} + ] + }, + { + "name": "chest_fluff18", + "parent": "chest_fluff17", + "pivot": [-2.54844, 15.30914, -5.6649], + "rotation": [22.5, 0, 0], + "cubes": [ + {"origin": [-7.54844, 10.90914, -6.4649], "size": [6, 5, 0], "inflate": 0.01, "uv": [138, 103], "mirror": true} + ] + }, + { + "name": "chest_fluff19", + "parent": "bone5", + "pivot": [-5, 22.9, -7], + "rotation": [16.94305, 82.03911, 45.10755], + "cubes": [ + {"origin": [-8.04844, 15.30914, -7.6649], "size": [7, 8, 0], "uv": [151, 67], "mirror": true} + ] + }, + { + "name": "chest_fluff20", + "parent": "chest_fluff19", + "pivot": [-2.54844, 15.30914, -6.6649], + "rotation": [22.5, 0, 0], + "cubes": [ + {"origin": [-7.54844, 10.90914, -7.4649], "size": [6, 5, 0], "inflate": 0.01, "uv": [138, 103], "mirror": true} + ] + }, + { + "name": "bone4", + "parent": "upper_torso", + "pivot": [4, 22.9, -12] + }, + { + "name": "chest_fluff5", + "parent": "bone4", + "pivot": [4, 22.9, -12], + "rotation": [10.04582, -65.48061, -54.29089], + "cubes": [ + {"origin": [0.04844, 15.30914, -12.6649], "size": [7, 8, 0], "uv": [151, 67]}, + {"origin": [3.04844, 17.30914, -12.6749], "size": [1, 5, 0], "uv": [151, 50]} + ] + }, + { + "name": "chest_fluff6", + "parent": "chest_fluff5", + "pivot": [1.54844, 15.30914, -11.6649], + "rotation": [22.5, 0, 0], + "cubes": [ + {"origin": [0.54844, 10.90914, -12.4649], "size": [6, 5, 0], "inflate": 0.01, "uv": [138, 103]} + ] + }, + { + "name": "chest_fluff7", + "parent": "bone4", + "pivot": [4, 23.9, -9], + "rotation": [53.38345, -46.75573, -104.84539], + "cubes": [ + {"origin": [0.04844, 16.30914, -9.6649], "size": [7, 8, 0], "uv": [151, 67]}, + {"origin": [3.04844, 18.30914, -9.6749], "size": [1, 5, 0], "uv": [151, 50]} + ] + }, + { + "name": "chest_fluff8", + "parent": "chest_fluff7", + "pivot": [1.54844, 16.30914, -8.6649], + "rotation": [22.5, 0, 0], + "cubes": [ + {"origin": [0.54844, 11.90914, -9.4649], "size": [6, 5, 0], "inflate": 0.01, "uv": [138, 103]} + ] + }, + { + "name": "chest_fluff9", + "parent": "bone4", + "pivot": [3, 23.9, -7], + "rotation": [71.40836, -27.53594, -141.21236], + "cubes": [ + {"origin": [-0.95156, 16.30914, -7.6649], "size": [7, 8, 0], "uv": [151, 67]}, + {"origin": [2.04844, 18.30914, -7.6749], "size": [1, 5, 0], "uv": [151, 50]} + ] + }, + { + "name": "chest_fluff10", + "parent": "chest_fluff9", + "pivot": [0.54844, 16.30914, -6.6649], + "rotation": [22.5, 0, 0], + "cubes": [ + {"origin": [-0.45156, 11.90914, -7.4649], "size": [6, 5, 0], "inflate": 0.01, "uv": [138, 103]} + ] + }, + { + "name": "chest_fluff21", + "parent": "bone4", + "pivot": [5, 22.9, -6], + "rotation": [89.43912, -44.03932, -127.83411], + "cubes": [ + {"origin": [1.04844, 15.30914, -6.6649], "size": [7, 8, 0], "uv": [151, 67]} + ] + }, + { + "name": "chest_fluff22", + "parent": "chest_fluff21", + "pivot": [2.54844, 15.30914, -5.6649], + "rotation": [22.5, 0, 0], + "cubes": [ + {"origin": [1.54844, 10.90914, -6.4649], "size": [6, 5, 0], "inflate": 0.01, "uv": [138, 103]} + ] + }, + { + "name": "chest_fluff23", + "parent": "bone4", + "pivot": [5, 22.9, -7], + "rotation": [16.94305, -82.03911, -45.10755], + "cubes": [ + {"origin": [1.04844, 15.30914, -7.6649], "size": [7, 8, 0], "uv": [151, 67]} + ] + }, + { + "name": "chest_fluff24", + "parent": "chest_fluff23", + "pivot": [2.54844, 15.30914, -6.6649], + "rotation": [22.5, 0, 0], + "cubes": [ + {"origin": [1.54844, 10.90914, -7.4649], "size": [6, 5, 0], "inflate": 0.01, "uv": [138, 103]} + ] + }, + { + "name": "chest_fluff3", + "parent": "upper_torso", + "pivot": [0, 21.9, -12], + "rotation": [-7.5, 0, 15], + "cubes": [ + {"origin": [-5.5, 10.9, -14.5], "size": [7, 11, 0], "uv": [151, 56], "mirror": true}, + {"origin": [-3, 12.9, -14.51], "size": [1, 5, 0], "uv": [151, 50], "mirror": true} + ] + }, + { + "name": "chest_fluff4", + "parent": "chest_fluff3", + "pivot": [0, 10.9, -13.5], + "rotation": [32.5, 0, 0], + "cubes": [ + {"origin": [-5, 6.5, -14.3], "size": [6, 5, 0], "inflate": 0.01, "uv": [137, 98], "mirror": true} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 19.75, 9.75], + "rotation": [-60, 0, 0], + "cubes": [ + {"origin": [-5, 19.5, 6.75], "size": [10, 10, 9], "inflate": 0.01, "uv": [218, 18]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 38.5, 16.75], + "rotation": [-95, 0, 0], + "cubes": [ + {"origin": [-4.5, 29.69216, 17.78299], "size": [9, 10, 9], "inflate": -0.01, "pivot": [-0.5, 35.04524, 23.55748], "rotation": [-115, 0, 0], "uv": [165, 107], "mirror": true} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 48.5, 26.75], + "rotation": [45, 0, 0] + }, + { + "name": "tail4", + "parent": "tail3", + "pivot": [0, 59.5, 23.25] + }, + { + "name": "tail_fluff5", + "parent": "tail4", + "pivot": [0, 63, 23.25] + }, + { + "name": "tail_fluff_left", + "parent": "tail3", + "pivot": [3.5, 56.5, 23.25], + "rotation": [0, 0, 20] + }, + { + "name": "tail_fluff_right", + "parent": "tail3", + "pivot": [-3.5, 56.5, 23.25], + "rotation": [0, 0, -20] + }, + { + "name": "tail_fluff4", + "parent": "tail2", + "pivot": [0, 48.5, 27.75], + "rotation": [25, 0, 0] + }, + { + "name": "tail5", + "parent": "tail", + "pivot": [1, 42.5, 5.75], + "rotation": [-55, 0, 0], + "cubes": [ + {"origin": [-10.5, 0.5, -15.25], "size": [11, 10, 12], "inflate": 0.01, "pivot": [-1.5, 22.04524, 3.55748], "rotation": [65, 0, 180], "uv": [1, 0], "mirror": true}, + {"origin": [-1.5, -8.5, -7.25], "size": [9, 10, 10], "inflate": 0.01, "pivot": [1.5, 22.04524, 3.55748], "rotation": [30, 0, -180], "uv": [164, 107]}, + {"origin": [0, -8.5, -4.25], "size": [6, 8, 8], "inflate": 0.01, "pivot": [1.5, 22.04524, 3.55748], "rotation": [10, 0, -180], "uv": [169, 109]}, + {"origin": [1, 2.5, -24.25], "size": [4, 6, 8], "inflate": 0.01, "pivot": [1.5, 22.04524, 3.55748], "rotation": [47.5, 0, -180], "uv": [171, 109]}, + {"origin": [-0.5, 44.78103, -11.52592], "size": [3, 4, 5], "inflate": 0.01, "pivot": [0.5, 50.04524, -5.44252], "rotation": [62.5, 0, -180], "uv": [175, 112]} + ] + }, + { + "name": "tail6", + "parent": "tail5", + "pivot": [1, 52.5, 15.75], + "rotation": [45, 0, 0] + }, + { + "name": "tail7", + "parent": "tail6", + "pivot": [1, 63.5, 12.25] + }, + { + "name": "tail_fluff6", + "parent": "tail7", + "pivot": [1, 67, 12.25] + }, + { + "name": "tail_fluff_left2", + "parent": "tail6", + "pivot": [4.5, 60.5, 12.25], + "rotation": [0, 0, 20] + }, + { + "name": "tail_fluff_right2", + "parent": "tail6", + "pivot": [-2.5, 60.5, 12.25], + "rotation": [0, 0, -20] + }, + { + "name": "tail_fluff7", + "parent": "tail5", + "pivot": [1, 52.5, 16.75], + "rotation": [25, 0, 0] + }, + { + "name": "tail_fluff", + "parent": "tail", + "pivot": [0, 38.5, 3.75], + "rotation": [-45, 0, 0] + }, + { + "name": "tail_fluff2", + "parent": "tail", + "pivot": [0, 35.5, 3.75], + "rotation": [25, 0, 0] + }, + { + "name": "tail_fluff3", + "parent": "tail", + "pivot": [0, 38.5, 7.5], + "rotation": [-60, 0, 0] + }, + { + "name": "left_thigh", + "parent": "body", + "pivot": [5.5, 15.75, 6.75], + "cubes": [ + {"origin": [2, 8.75, 2.75], "size": [6, 10, 9], "uv": [82, 33]} + ] + }, + { + "name": "left_knee", + "parent": "left_thigh", + "pivot": [5, 8.75, 2.75], + "rotation": [50, 0, 0], + "cubes": [ + {"origin": [2.5, 0.75, 2.75], "size": [5, 8, 6], "inflate": 0.01, "uv": [100, 67]} + ] + }, + { + "name": "left_ankle", + "parent": "left_knee", + "pivot": [5, 0.75, 8.75], + "rotation": [-50, 0, 0], + "cubes": [ + {"origin": [2.5, -6.25, 3.75], "size": [5, 7, 5], "uv": [17, 112]} + ] + }, + { + "name": "left_backpaw", + "parent": "left_ankle", + "pivot": [5, -6, 6.25], + "cubes": [ + {"origin": [2.5, -7.5, 1.25], "size": [5, 3, 7], "inflate": 0.02, "uv": [103, 27]} + ] + }, + { + "name": "left_ankle_fluff", + "parent": "left_ankle", + "pivot": [5, -3.75, 5.65], + "cubes": [ + {"origin": [2, -5.25, 2.9], "size": [6, 3, 3], "uv": [143, 0]}, + {"origin": [2, -5.25, 5.4], "size": [6, 5, 4], "inflate": 0.01, "uv": [116, 13]} + ] + }, + { + "name": "left_ankle_fluff2", + "parent": "left_ankle_fluff", + "pivot": [5, -5.25, 9.4], + "rotation": [27.5, 5, 2.5], + "cubes": [ + {"origin": [4, -5.25, 9.4], "size": [4, 5, 4], "uv": [114, 113]}, + {"origin": [4, -5.25, 11.4], "size": [4, 5, 5], "inflate": 0.01, "pivot": [5.5, -2.25, 12.65], "rotation": [-60, 0, 0], "uv": [113, 112]} + ] + }, + { + "name": "left_ankle_fluff6", + "parent": "left_ankle_fluff2", + "pivot": [7, -2.75, 14.4], + "rotation": [0, 30, 0] + }, + { + "name": "left_ankle_fluff7", + "parent": "left_ankle_fluff2", + "pivot": [3, -2.75, 14.4], + "rotation": [0, -30, 0] + }, + { + "name": "left_ankle_fluff8", + "parent": "left_ankle_fluff2", + "pivot": [5, -3.25, 11.4] + }, + { + "name": "left_ankle_fluff9", + "parent": "left_ankle_fluff2", + "pivot": [5, -3.25, 15.4] + }, + { + "name": "left_ankle_fluff4", + "parent": "left_ankle_fluff", + "pivot": [8, -2.75, 4.9], + "rotation": [0, 25, 0] + }, + { + "name": "left_ankle_fluff5", + "parent": "left_ankle_fluff", + "pivot": [2, -2.75, 4.9], + "rotation": [0, -25, 0] + }, + { + "name": "right_thigh", + "parent": "body", + "pivot": [-5.5, 15.75, 6.75], + "cubes": [ + {"origin": [-8, 8.75, 2.75], "size": [6, 10, 9], "uv": [0, 81]} + ] + }, + { + "name": "right_knee", + "parent": "right_thigh", + "pivot": [-5, 8.75, 2.75], + "rotation": [50, 0, 0], + "cubes": [ + {"origin": [-7.5, 0.75, 2.75], "size": [5, 8, 6], "inflate": 0.01, "uv": [0, 100]} + ] + }, + { + "name": "right_ankle", + "parent": "right_knee", + "pivot": [-5, 0.75, 8.75], + "rotation": [-50, 0, 0], + "cubes": [ + {"origin": [-7.5, -6.25, 3.75], "size": [5, 7, 5], "uv": [49, 111]} + ] + }, + { + "name": "right_backpaw", + "parent": "right_ankle", + "pivot": [-5, -6, 6.25], + "cubes": [ + {"origin": [-7.5, -7.5, 1.25], "size": [5, 3, 7], "inflate": 0.02, "uv": [54, 101]} + ] + }, + { + "name": "right_ankle_fluff", + "parent": "right_ankle", + "pivot": [-5, -3.75, 5.65], + "cubes": [ + {"origin": [-8, -5.25, 2.9], "size": [6, 3, 3], "uv": [128, 6]}, + {"origin": [-8, -5.25, 5.4], "size": [6, 5, 4], "inflate": 0.01, "uv": [114, 89]} + ] + }, + { + "name": "right_ankle_fluff2", + "parent": "right_ankle_fluff", + "pivot": [-5, -5.25, 9.4], + "rotation": [27.5, -5, -2.5], + "cubes": [ + {"origin": [-7, -5.25, 9.4], "size": [4, 5, 6], "uv": [36, 0]} + ] + }, + { + "name": "right_ankle_fluff6", + "parent": "right_ankle_fluff2", + "pivot": [-7, -2.75, 14.4], + "rotation": [0, -30, 0] + }, + { + "name": "right_ankle_fluff7", + "parent": "right_ankle_fluff2", + "pivot": [-3, -2.75, 14.4], + "rotation": [0, 30, 0] + }, + { + "name": "right_ankle_fluff8", + "parent": "right_ankle_fluff2", + "pivot": [-5, -3.25, 11.4] + }, + { + "name": "right_ankle_fluff9", + "parent": "right_ankle_fluff2", + "pivot": [-5, -3.25, 15.4] + }, + { + "name": "right_ankle_fluff4", + "parent": "right_ankle_fluff", + "pivot": [-8, -2.75, 4.9], + "rotation": [0, -25, 0] + }, + { + "name": "right_ankle_fluff5", + "parent": "right_ankle_fluff", + "pivot": [-2, -2.75, 4.9], + "rotation": [0, 25, 0] + }, + { + "name": "left_shoulder", + "parent": "body", + "pivot": [6, 15.5, -9], + "cubes": [ + {"origin": [3, 9.5, -11.5], "size": [5, 8, 5], "inflate": 0.01, "uv": [109, 47]} + ] + }, + { + "name": "left_elbow", + "parent": "left_shoulder", + "pivot": [5.5, 9.5, -6.5], + "cubes": [ + {"origin": [3, 1.5, -11.5], "size": [5, 8, 5], "uv": [108, 0]} + ] + }, + { + "name": "left_elbow_fluff", + "parent": "left_elbow", + "pivot": [7.5, 4.25, -9.1], + "rotation": [27.4063, 35.03991, 12.46367], + "cubes": [ + {"origin": [6.5, 1.75, -10.35], "size": [2, 3, 6], "uv": [120, 22]} + ] + }, + { + "name": "left_elbow_fluff2", + "parent": "left_elbow_fluff", + "pivot": [7.5, 4.25, -6.35], + "cubes": [ + {"origin": [7.5, 1.25, -8.35], "size": [0, 4, 8], "uv": [91, 19]} + ] + }, + { + "name": "left_elbow_fluff3", + "parent": "left_elbow_fluff", + "pivot": [8.5, 4.25, -7.35], + "rotation": [0, 22.5, 0] + }, + { + "name": "left_elbow_fluff4", + "parent": "left_elbow_fluff", + "pivot": [6.5, 4.25, -7.35], + "rotation": [0, -22.5, 0], + "cubes": [ + {"origin": [6.5, 2.75, -7.35], "size": [0, 1, 3], "uv": [48, 15]} + ] + }, + { + "name": "left_frontpaw", + "parent": "left_elbow", + "pivot": [5.5, 2, -9], + "cubes": [ + {"origin": [3, 0, -13], "size": [5, 3, 6], "inflate": 0.02, "uv": [113, 98]} + ] + }, + { + "name": "right_shoulder", + "parent": "body", + "pivot": [-6, 15.5, -9], + "cubes": [ + {"origin": [-8, 9.5, -11.5], "size": [5, 8, 5], "inflate": 0.01, "uv": [98, 104]} + ] + }, + { + "name": "right_elbow", + "parent": "right_shoulder", + "pivot": [-5.5, 9.5, -6.5], + "cubes": [ + {"origin": [-8, 1.5, -11.5], "size": [5, 8, 5], "uv": [78, 104]} + ] + }, + { + "name": "right_frontpaw", + "parent": "right_elbow", + "pivot": [-5.5, 2, -9], + "cubes": [ + {"origin": [-8, 0, -13], "size": [5, 3, 6], "inflate": 0.02, "uv": [112, 37]} + ] + }, + { + "name": "right_elbow_fluff", + "parent": "right_elbow", + "pivot": [-7.5, 4.25, -9.1], + "rotation": [27.4063, -35.03991, -12.46367], + "cubes": [ + {"origin": [-8.5, 1.75, -10.35], "size": [2, 3, 6], "uv": [120, 22], "mirror": true} + ] + }, + { + "name": "right_elbow_fluff2", + "parent": "right_elbow_fluff", + "pivot": [-7.5, 4.25, -6.35], + "cubes": [ + {"origin": [-7.5, 1.25, -8.35], "size": [0, 4, 8], "uv": [91, 19], "mirror": true} + ] + }, + { + "name": "right_elbow_fluff3", + "parent": "right_elbow_fluff", + "pivot": [-8.5, 4.25, -7.35], + "rotation": [0, -22.5, 0] + }, + { + "name": "right_elbow_fluff4", + "parent": "right_elbow_fluff", + "pivot": [-6.5, 4.25, -7.35], + "rotation": [0, 22.5, 0], + "cubes": [ + {"origin": [-6.5, 2.75, -7.35], "size": [0, 1, 3], "uv": [48, 15], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/archaludon/archaludon.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/archaludon/archaludon.geo.json new file mode 100644 index 0000000..27f3586 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/archaludon/archaludon.geo.json @@ -0,0 +1,439 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 5, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "archaludon", + "pivot": [0, 0, 0] + }, + { + "name": "torso_all", + "parent": "archaludon", + "pivot": [0, 8, 0] + }, + { + "name": "mid_ridge", + "parent": "torso_all", + "pivot": [0, 12, -8.5], + "cubes": [ + {"origin": [-5, 17, -12], "size": [10, 4, 7], "uv": [27, 42]}, + {"origin": [-0.5, 17, -5], "size": [1, 4, 2], "uv": [95, 34]} + ] + }, + { + "name": "topbridge", + "parent": "mid_ridge", + "pivot": [-1, 20.975, -11.975], + "rotation": [-25, 0, 0], + "cubes": [ + {"origin": [-5, 21, -12], "size": [10, 10, 7], "inflate": 0.01, "uv": [34, 0]}, + {"origin": [-0.5, 21, -5], "size": [1, 10, 2], "inflate": 0.01, "uv": [0, 30]}, + {"origin": [-4, 31, -12], "size": [8, 2, 6], "inflate": 0.01, "uv": [0, 47]}, + {"origin": [-4, 31, -7], "size": [8, 5, 2], "uv": [70, 12]}, + {"origin": [-1, 31.025, -5.275], "size": [2, 5, 5], "inflate": -0.04, "uv": [76, 74]}, + {"origin": [-0.5, 36.025, -4.95], "size": [1, 0, 4], "inflate": 0.01, "uv": [1, 1]}, + {"origin": [-1, 30, -5.1], "size": [2, 5, 5], "inflate": -0.05, "pivot": [0, 30, -4.1], "rotation": [15, 0, 0], "uv": [73, 21]}, + {"origin": [-1.03385, 33.00928, -11.999], "size": [5, 3, 6], "pivot": [3.99977, 36.01224, -11.5], "rotation": [0, 0, -45], "uv": [55, 36]}, + {"origin": [-3.96615, 33.00928, -11.999], "size": [5, 3, 6], "pivot": [-3.99977, 36.01224, -11.5], "rotation": [0, 0, 45], "uv": [54, 17]}, + {"origin": [4, 31, -12], "size": [1, 5, 7], "inflate": 0.01, "uv": [70, 38]}, + {"origin": [3, 33, -12.025], "size": [2, 13, 0], "inflate": 0.01, "uv": [0, 92]}, + {"origin": [-5, 33, -12.025], "size": [2, 13, 0], "inflate": 0.01, "uv": [72, 88]}, + {"origin": [-5, 31, -12], "size": [1, 5, 7], "inflate": 0.01, "uv": [65, 67]}, + {"origin": [4, 33, -5], "size": [1, 3, 5], "inflate": 0.02, "uv": [88, 86]}, + {"origin": [-5, 31.35, -6.05], "size": [1, 3, 6], "pivot": [-4, 32.425, -6.1], "rotation": [15, 0, 0], "uv": [62, 79]}, + {"origin": [-5, 33, -5], "size": [1, 3, 5], "inflate": 0.02, "uv": [60, 88]}, + {"origin": [4, 31.35, -6.05], "size": [1, 3, 6], "pivot": [4, 32.425, -6.1], "rotation": [15, 0, 0], "uv": [80, 44]} + ] + }, + { + "name": "neck", + "parent": "topbridge", + "pivot": [0, 30, -11.5], + "cubes": [ + {"origin": [-1, 32.575, -7.5], "size": [2, 4, 3], "inflate": 0.05, "pivot": [0, 32.575, -6.5], "rotation": [50, 0, 0], "uv": [91, 50]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [-0.00179, 36.42387, -9.52459], + "rotation": [37.5, 0, 0], + "cubes": [ + {"origin": [-2, 35.14715, -11.1383], "size": [4, 4, 3], "inflate": 0.05, "uv": [27, 0]}, + {"origin": [1, 37.14715, -8.0383], "size": [1, 2, 2], "inflate": 0.05, "uv": [0, 46]}, + {"origin": [1, 35.14715, -9.0883], "size": [1, 3, 1], "inflate": 0.04, "pivot": [1, 35.14715, -8.0883], "rotation": [-25.25, 0, 0], "uv": [22, 48]}, + {"origin": [-2, 35.14715, -9.0883], "size": [1, 3, 1], "inflate": 0.04, "pivot": [-1, 35.14715, -8.0883], "rotation": [-25.25, 0, 0], "uv": [22, 30]}, + {"origin": [-2, 37.14715, -8.0383], "size": [1, 2, 2], "inflate": 0.05, "uv": [0, 3]}, + {"origin": [-1.70711, 35.17215, -13.2383], "size": [3, 4, 3], "pivot": [-0.70711, 37.17215, -11.2383], "rotation": [0, -45, 0], "uv": [88, 43]}, + {"origin": [1, 34.99715, -12.6133], "size": [1, 3, 0], "inflate": 0.01, "pivot": [0, 36.99715, -10.6133], "rotation": [0, 45, 0], "uv": [27, 0]}, + {"origin": [-2, 37.99715, -12.6133], "size": [4, 2, 0], "inflate": 0.01, "pivot": [0, 39.99715, -10.6133], "rotation": [0, 45, 0], "uv": [54, 26]}, + {"origin": [-2, 34.99715, -12.6133], "size": [1, 3, 0], "inflate": 0.01, "pivot": [0, 36.99715, -10.6133], "rotation": [0, -45, 0], "uv": [2, 0]}, + {"origin": [-0.4, 37.14715, -11.1383], "size": [2, 1, 0], "pivot": [-1.4, 39.14715, -9.1383], "rotation": [0, 45, 0], "uv": [4, 46]}, + {"origin": [-1.6, 37.14715, -11.1383], "size": [2, 1, 0], "pivot": [1.4, 39.14715, -9.1383], "rotation": [0, -45, 0], "uv": [22, 34]}, + {"origin": [-1.85, 35.17215, -11.4133], "size": [2, 1, 0], "pivot": [1.15, 37.17215, -9.4133], "rotation": [0, -45, 0], "uv": [12, 31]}, + {"origin": [0.1, 35.52215, -12.34173], "size": [2, 1, 0], "pivot": [1.1, 36.02215, -12.34173], "rotation": [29.83757, -35.39626, -44.71911], "uv": [4, 31]}, + {"origin": [-0.15, 35.17215, -11.4133], "size": [2, 1, 0], "pivot": [-1.15, 37.17215, -9.4133], "rotation": [0, 45, 0], "uv": [4, 30]}, + {"origin": [-2.1, 35.52215, -12.34173], "size": [2, 1, 0], "pivot": [-1.1, 36.02215, -12.34173], "rotation": [29.83757, 35.39626, 44.71911], "uv": [12, 30]}, + {"origin": [-0.025, 37.32215, -11.5383], "size": [1, 1, 0], "pivot": [-1.025, 39.32215, -9.5383], "rotation": [0, 45, 0], "uv": [0, 4], "mirror": true}, + {"origin": [0.1, 37.49715, -11.6883], "size": [1, 1, 0], "pivot": [-0.9, 39.49715, -9.6883], "rotation": [0, 45, 0], "uv": [0, 50], "mirror": true}, + {"origin": [-1.1, 37.49715, -11.6883], "size": [1, 1, 0], "pivot": [0.9, 39.49715, -9.6883], "rotation": [0, -45, 0], "uv": [0, 50]}, + {"origin": [-0.975, 37.32215, -11.5383], "size": [1, 1, 0], "pivot": [1.025, 39.32215, -9.5383], "rotation": [0, -45, 0], "uv": [0, 4]}, + {"origin": [-0.12145, 35.22215, -13.08818], "size": [1, 4, 0], "inflate": 0.01, "pivot": [0.37855, 35.22215, -13.08818], "rotation": [-14.51082, -43.07952, 20.75357], "uv": [34, 53]}, + {"origin": [-0.87855, 35.22215, -13.08818], "size": [1, 4, 0], "inflate": 0.01, "pivot": [-0.37855, 35.22215, -13.08818], "rotation": [-14.51082, 43.07952, -20.75357], "uv": [0, 0]}, + {"origin": [-2, 37.99715, -12.6133], "size": [4, 2, 0], "inflate": 0.01, "pivot": [0, 39.99715, -10.6133], "rotation": [0, -45, 0], "uv": [22, 46]} + ] + }, + { + "name": "leftarm_1", + "parent": "topbridge", + "pivot": [-5, 23.5, -7.5], + "cubes": [ + {"origin": [-8, 22, -9], "size": [4, 3, 3], "inflate": 0.01, "uv": [0, 86]} + ] + }, + { + "name": "leftarm_2", + "parent": "leftarm_1", + "pivot": [-8.025, 23.775, -7.5], + "cubes": [ + {"origin": [-12.01, 22.01, -9.01], "size": [4, 3, 3], "uv": [85, 70]} + ] + }, + { + "name": "leftarm_3", + "parent": "leftarm_2", + "pivot": [-11.50687, 23.30651, -7.5353], + "cubes": [ + {"origin": [-14.01, 21.01, -11.01], "size": [3, 5, 7], "inflate": 0.02, "uv": [21, 53]}, + {"origin": [-14.01, 26.01, -10.01], "size": [3, 9, 5], "inflate": 0.02, "uv": [6, 60]}, + {"origin": [-14.01, 35.01, -9.01], "size": [3, 7, 3], "inflate": 0.02, "uv": [84, 0]}, + {"origin": [-13.485, 42.01, -9.01], "size": [2, 4, 3], "inflate": 0.02, "uv": [88, 63]}, + {"origin": [-14.01, 14.01, -10.51], "size": [3, 8, 4], "inflate": 0.01, "pivot": [-12.51, 26.01, -8.51], "rotation": [-7.5, 0, 0], "uv": [74, 61]}, + {"origin": [-14.01, 12.385, -12.06], "size": [3, 2, 4], "uv": [84, 57]}, + {"origin": [-14.01, 12.385, -7.06], "size": [3, 2, 4], "uv": [34, 53]}, + {"origin": [-14.01, 14.115, -6.785], "size": [3, 8, 4], "inflate": 0.012, "pivot": [-12.51, 12.115, -4.785], "rotation": [7.5, 0, 0], "uv": [6, 74]} + ] + }, + { + "name": "ligtning_right", + "parent": "leftarm_3", + "pivot": [-11.50687, 43.78151, -6.5353] + }, + { + "name": "ligtning_right_4", + "parent": "ligtning_right", + "pivot": [-11.50687, 43.78151, -6.5353], + "cubes": [ + {"origin": [-12.50687, 43.30651, -7.5353], "size": [0, 1, 25], "uv": [0, 80], "mirror": true} + ] + }, + { + "name": "ligtning_right_3", + "parent": "ligtning_right", + "pivot": [-11.50687, 43.78151, -6.5353], + "cubes": [ + {"origin": [-12.50687, 43.30651, -7.5353], "size": [0, 1, 25], "uv": [0, 80], "mirror": true} + ] + }, + { + "name": "ligtning_right_1", + "parent": "ligtning_right", + "pivot": [-11.50687, 43.78151, -8.5353], + "cubes": [ + {"origin": [-12.50687, 43.30651, -26.5353], "size": [0, 1, 18], "uv": [0, 87], "mirror": true} + ] + }, + { + "name": "rightarm_1", + "parent": "topbridge", + "pivot": [5, 23.5, -7.5], + "cubes": [ + {"origin": [4, 22, -9], "size": [4, 3, 3], "inflate": 0.01, "uv": [28, 87]} + ] + }, + { + "name": "rightarm_2", + "parent": "rightarm_1", + "pivot": [8.025, 23.625, -7.5], + "cubes": [ + {"origin": [8.01, 22.01, -9.01], "size": [4, 3, 3], "uv": [87, 25]} + ] + }, + { + "name": "rightarm_3", + "parent": "rightarm_2", + "pivot": [11.50687, 23.30651, -7.5353], + "cubes": [ + {"origin": [11.01, 21.01, -11.01], "size": [3, 5, 7], "inflate": 0.02, "uv": [41, 53]}, + {"origin": [11.01, 26.01, -10.01], "size": [3, 9, 5], "inflate": 0.02, "uv": [56, 60]}, + {"origin": [11.01, 35.01, -9.01], "size": [3, 7, 3], "inflate": 0.02, "uv": [76, 84]}, + {"origin": [11.485, 42.01, -9.01], "size": [2, 4, 3], "inflate": 0.02, "uv": [90, 10]}, + {"origin": [11.01, 14.01, -10.51], "size": [3, 8, 4], "inflate": 0.01, "pivot": [12.51, 26.01, -8.51], "rotation": [-7.5, 0, 0], "uv": [48, 75]}, + {"origin": [11.01, 12.385, -12.06], "size": [3, 2, 4], "uv": [86, 80]}, + {"origin": [11.01, 12.385, -7.06], "size": [3, 2, 4], "uv": [14, 86]}, + {"origin": [11.01, 14.115, -6.785], "size": [3, 8, 4], "inflate": 0.012, "pivot": [12.51, 12.115, -4.785], "rotation": [7.5, 0, 0], "uv": [34, 75]} + ] + }, + { + "name": "ligtning_left", + "parent": "rightarm_3", + "pivot": [11.50687, 43.78151, -6.5353] + }, + { + "name": "ligtning_left_4", + "parent": "ligtning_left", + "pivot": [11.50687, 43.78151, -6.5353], + "cubes": [ + {"origin": [12.50687, 43.30651, -7.5353], "size": [0, 1, 25], "uv": [0, 80]} + ] + }, + { + "name": "ligtning_left_3", + "parent": "ligtning_left", + "pivot": [11.50687, 43.78151, -6.5353], + "cubes": [ + {"origin": [12.50687, 43.30651, -7.5353], "size": [0, 1, 25], "uv": [0, 80]} + ] + }, + { + "name": "ligtning_left_1", + "parent": "ligtning_left", + "pivot": [11.50687, 43.78151, -8.5353], + "cubes": [ + {"origin": [12.50687, 43.30651, -26.5353], "size": [0, 1, 18], "uv": [0, 87]} + ] + }, + { + "name": "bone3", + "parent": "mid_ridge", + "pivot": [0, 17, -12.025], + "rotation": [27.5, 0, 0], + "cubes": [ + {"origin": [-5, 5, -12], "size": [10, 12, 7], "inflate": 0.02, "uv": [27, 23]}, + {"origin": [-0.5, 5, -5], "size": [1, 12, 2], "inflate": 0.02, "uv": [42, 87]} + ] + }, + { + "name": "bot_2", + "parent": "bone3", + "pivot": [-1, 4.975, -11.975], + "rotation": [25, 0, 0], + "cubes": [ + {"origin": [-5, 1, -12], "size": [10, 4, 7], "inflate": 0.01, "uv": [0, 35]}, + {"origin": [-0.5, 1, -5], "size": [1, 4, 2], "inflate": 0.01, "uv": [76, 95]} + ] + }, + { + "name": "bot_3", + "parent": "bot_2", + "pivot": [-1, 0.975, -11.975], + "rotation": [60, 0, 0], + "cubes": [ + {"origin": [-5, -22, -12], "size": [10, 23, 7], "uv": [0, 0]}, + {"origin": [-1.5, -22.025, -8], "size": [3, 0, 2], "uv": [90, 103]}, + {"origin": [-1, -22.025, -9], "size": [2, 0, 1], "uv": [98, 104]}, + {"origin": [-0.5, -22.025, -10], "size": [1, 0, 1], "uv": [100, 97]}, + {"origin": [-4.5, -22.025, -11], "size": [3, 0, 2], "uv": [95, 101]}, + {"origin": [-4, -22.025, -9], "size": [2, 0, 1], "uv": [98, 98]}, + {"origin": [2.5, -22.025, -8], "size": [1, 0, 1], "uv": [100, 95]}, + {"origin": [1.5, -22.025, -11], "size": [3, 0, 2], "uv": [95, 105]}, + {"origin": [2, -22.025, -9], "size": [2, 0, 1], "uv": [98, 103]}, + {"origin": [-3.5, -22.025, -8], "size": [1, 0, 1], "uv": [100, 94]}, + {"origin": [-0.5, -21.975, -5], "size": [1, 23, 2], "uv": [0, 55]}, + {"origin": [4, -22, -5], "size": [1, 3, 5], "inflate": 0.025, "uv": [88, 35]}, + {"origin": [-4.998, -20.6, -6.6], "size": [1, 3, 6], "pivot": [-3.975, -20.6, -5.6], "rotation": [-15, 0, 0], "uv": [20, 77]}, + {"origin": [-5, -22, -5], "size": [1, 3, 5], "inflate": 0.025, "uv": [48, 87]}, + {"origin": [3.998, -20.6, -6.6], "size": [1, 3, 6], "pivot": [3.975, -20.6, -5.6], "rotation": [-15, 0, 0], "uv": [79, 31]} + ] + }, + { + "name": "left_leg_rotation", + "parent": "torso_all", + "pivot": [4.5, 7.5, -2.5] + }, + { + "name": "left_leg", + "parent": "left_leg_rotation", + "pivot": [4.5, 7.5, -2.5], + "rotation": [90, 0, 0], + "cubes": [ + {"origin": [4, 6, -4], "size": [5, 3, 3], "inflate": 0.01, "uv": [101, 11]} + ] + }, + { + "name": "left_foot", + "parent": "left_leg", + "pivot": [9, 6, -3], + "cubes": [ + {"origin": [7, 3.975, -4], "size": [3, 7, 5], "inflate": 0.02, "uv": [68, 0]}, + {"origin": [7.5, 5.975, 1], "size": [2, 3, 2], "inflate": 0.02, "uv": [14, 30]}, + {"origin": [7, 6.725, -8], "size": [3, 4, 6], "inflate": 0.01, "pivot": [9, 10.725, -1], "rotation": [-12.5, 0, 0], "uv": [67, 51]}, + {"origin": [7, 4.275, -8], "size": [3, 4, 6], "inflate": 0.01, "pivot": [9, 4.275, -1], "rotation": [12.5, 0, 0], "uv": [38, 65]}, + {"origin": [7, 8.225, -9.6], "size": [3, 4, 2], "inflate": 0.02, "uv": [24, 93]}, + {"origin": [7, 2.775, -9.6], "size": [3, 4, 2], "inflate": 0.02, "uv": [14, 92]} + ] + }, + { + "name": "hidden_leftleg_1", + "parent": "left_foot", + "pivot": [8.51, 7.51, 1.49], + "rotation": [-90, 0, 0], + "cubes": [ + {"origin": [7.01, 7.01, -1.01], "size": [3, 9, 5], "uv": [56, 60]} + ] + }, + { + "name": "hidden_leftleg_2", + "parent": "hidden_leftleg_1", + "pivot": [8.01, 18.01, 3.49], + "cubes": [ + {"origin": [7.01, 16.01, -0.01], "size": [3, 7, 3], "uv": [76, 84]} + ] + }, + { + "name": "hidden_leftleg_3", + "parent": "hidden_leftleg_2", + "pivot": [7.485, 25.01, 3.49], + "cubes": [ + {"origin": [7.485, 23.01, -0.01], "size": [2, 4, 3], "uv": [90, 10]} + ] + }, + { + "name": "ligtning_left2", + "parent": "hidden_leftleg_3", + "pivot": [7.50687, 25.78151, 2.4647] + }, + { + "name": "ligtning_left_5", + "parent": "ligtning_left2", + "pivot": [7.50687, 25.78151, 2.4647], + "cubes": [ + {"origin": [8.50687, 25.30651, 1.4647], "size": [0, 1, 25], "uv": [-7, 80]} + ] + }, + { + "name": "ligtning_left_6", + "parent": "ligtning_left2", + "pivot": [7.50687, 25.78151, 2.4647], + "cubes": [ + {"origin": [8.50687, 25.30651, 1.4647], "size": [0, 1, 22], "uv": [-4, 83]} + ] + }, + { + "name": "ligtning_left_7", + "parent": "ligtning_left2", + "pivot": [7.50687, 25.78151, 0.4647], + "cubes": [ + {"origin": [8.50687, 25.30651, -23.5353], "size": [0, 1, 25], "uv": [-7, 80]} + ] + }, + { + "name": "ligtning_left_8", + "parent": "ligtning_left2", + "pivot": [7.50687, 25.78151, 0.4647], + "cubes": [ + {"origin": [8.50687, 25.30651, -23.5353], "size": [0, 1, 25], "uv": [-7, 80]} + ] + }, + { + "name": "right_leg_rotation", + "parent": "torso_all", + "pivot": [-6.5, 7.5, -2.5] + }, + { + "name": "right_leg", + "parent": "right_leg_rotation", + "pivot": [-6.5, 7.5, -2.5], + "rotation": [90, 0, 0], + "cubes": [ + {"origin": [-9, 6, -4], "size": [5, 3, 3], "inflate": 0.01, "uv": [101, 11], "mirror": true} + ] + }, + { + "name": "right_foot", + "parent": "right_leg", + "pivot": [-8, 6, -3], + "cubes": [ + {"origin": [-10, 3.975, -4], "size": [3, 7, 5], "inflate": 0.02, "uv": [22, 65]}, + {"origin": [-9.5, 5.975, 1], "size": [2, 3, 2], "inflate": 0.02, "uv": [6, 30]}, + {"origin": [-10, 6.725, -8], "size": [3, 4, 6], "inflate": 0.01, "pivot": [-9, 10.725, -1], "rotation": [-12.5, 0, 0], "uv": [61, 26]}, + {"origin": [-10, 4.275, -8], "size": [3, 4, 6], "inflate": 0.01, "pivot": [-9, 4.275, -1], "rotation": [12.5, 0, 0], "uv": [55, 47]}, + {"origin": [-10, 8.225, -9.6], "size": [3, 4, 2], "inflate": 0.02, "uv": [4, 92]}, + {"origin": [-10, 2.775, -9.6], "size": [3, 4, 2], "inflate": 0.02, "uv": [50, 17]} + ] + }, + { + "name": "hidden_rightleg_1", + "parent": "right_foot", + "pivot": [-8.51, 7.51, 1.49], + "rotation": [-90, 0, 0], + "cubes": [ + {"origin": [-10.01, 7.01, -1.01], "size": [3, 9, 5], "uv": [56, 60], "mirror": true} + ] + }, + { + "name": "hidden_rightleg_2", + "parent": "hidden_rightleg_1", + "pivot": [-8.01, 18.01, 3.49], + "cubes": [ + {"origin": [-10.01, 16.01, -0.01], "size": [3, 7, 3], "uv": [76, 84], "mirror": true} + ] + }, + { + "name": "hidden_rightleg_3", + "parent": "hidden_rightleg_2", + "pivot": [-7.485, 25.01, 3.49], + "cubes": [ + {"origin": [-9.485, 23.01, -0.01], "size": [2, 4, 3], "uv": [90, 10], "mirror": true} + ] + }, + { + "name": "ligtning_right2", + "parent": "hidden_rightleg_3", + "pivot": [-7.50687, 25.78151, 2.4647] + }, + { + "name": "ligtning_right_5", + "parent": "ligtning_right2", + "pivot": [-7.50687, 25.78151, 2.4647], + "cubes": [ + {"origin": [-8.50687, 25.30651, 1.4647], "size": [0, 1, 25], "uv": [-7, 80], "mirror": true} + ] + }, + { + "name": "ligtning_right_6", + "parent": "ligtning_right2", + "pivot": [-7.50687, 25.78151, 2.4647], + "cubes": [ + {"origin": [-8.50687, 25.30651, 1.4647], "size": [0, 1, 22], "uv": [-4, 83], "mirror": true} + ] + }, + { + "name": "ligtning_right_7", + "parent": "ligtning_right2", + "pivot": [-7.50687, 25.78151, 0.4647], + "cubes": [ + {"origin": [-8.50687, 25.30651, -23.5353], "size": [0, 1, 25], "uv": [-7, 80], "mirror": true} + ] + }, + { + "name": "ligtning_right_8", + "parent": "ligtning_right2", + "pivot": [-7.50687, 25.78151, 0.4647], + "cubes": [ + {"origin": [-8.50687, 25.30651, -23.5353], "size": [0, 1, 25], "uv": [-7, 80], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/arctibax.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/arctibax.geo.json new file mode 100644 index 0000000..ac283b9 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/arctibax.geo.json @@ -0,0 +1,264 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 4, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "arctibax", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "arctibax", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 7, 1], + "cubes": [ + {"origin": [-3, 1, 4], "size": [6, 6, 6], "pivot": [0, 0, 0], "rotation": [45, 0, 0], "uv": [0, 13]}, + {"origin": [-3, 5.15, -7], "size": [6, 7, 6], "inflate": -0.01, "pivot": [0, 0, 0], "rotation": [-15, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "neck", + "parent": "torso", + "pivot": [0, 9, -4], + "cubes": [ + {"origin": [-2.5, 1.75, -14.25], "size": [5, 5, 6], "inflate": 0.01, "pivot": [0, 1, 0], "rotation": [-45, 0, 0], "uv": [18, 19]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 13, -7], + "cubes": [ + {"origin": [-2.5, 10.2, -11], "size": [5, 5, 5], "uv": [30, 30]}, + {"origin": [-10, 10.8, -10], "size": [5, 2, 5], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [0, -45, 0], "uv": [24, 0]}, + {"origin": [5.6, 10.2, -9.6], "size": [4, 5, 4], "inflate": -0.01, "pivot": [0, 0, 0], "rotation": [0, 45, 0], "uv": [36, 14]}, + {"origin": [9.6, 12.2, -7.6], "size": [0, 2, 2], "pivot": [0, 0, 0], "rotation": [0, 45, 0], "uv": [24, 0]}, + {"origin": [-9.6, 12.2, -7.6], "size": [0, 2, 2], "pivot": [0, 0, 0], "rotation": [0, -45, 0], "uv": [18, 0]}, + {"origin": [9.6, 13, -7.2], "size": [0, 1, 1], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [0, 45, 0], "uv": [4, 12]}, + {"origin": [-9.6, 13, -7.2], "size": [0, 1, 1], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [0, -45, 0], "uv": [4, 12], "mirror": true} + ] + }, + { + "name": "jaw", + "parent": "head", + "pivot": [0, 11, -12], + "cubes": [ + {"origin": [0, 7.8, -13.5], "size": [0, 2, 3], "uv": [10, 30]}, + {"origin": [-10, 9.8, -10], "size": [3, 1, 3], "pivot": [0, 0, 0], "rotation": [0, -45, 0], "uv": [45, 29]} + ] + }, + { + "name": "bone4", + "parent": "head", + "pivot": [8, 0, -8], + "rotation": [0, 45, 0], + "cubes": [ + {"origin": [16.4, 7.55, -18], "size": [2, 2, 1], "inflate": -0.01, "pivot": [8, 0, -8], "rotation": [0, 0, -60], "uv": [48, 13]} + ] + }, + { + "name": "bone9", + "parent": "head", + "pivot": [0, 0, 0], + "rotation": [0, 45, 0], + "cubes": [ + {"origin": [8.7, 15, -3.8], "size": [1, 1, 2], "inflate": -0.01, "pivot": [0, 0, 0], "rotation": [15, 0, 0], "uv": [32, 46]}, + {"origin": [8.7, 15, -3.55], "size": [1, 1, 2], "inflate": -0.02, "pivot": [0, 0, 0], "rotation": [15, 0, 0], "uv": [45, 0]} + ] + }, + { + "name": "bone10", + "parent": "head", + "pivot": [0, 0, 0], + "rotation": [0, -45, 0], + "cubes": [ + {"origin": [-9.7, 15, -3.8], "size": [1, 1, 2], "inflate": -0.01, "pivot": [0, 0, 0], "rotation": [15, 0, 0], "uv": [24, 40]}, + {"origin": [-9.7, 15, -3.55], "size": [1, 1, 2], "inflate": -0.02, "pivot": [0, 0, 0], "rotation": [15, 0, 0], "uv": [39, 0]} + ] + }, + { + "name": "bone3", + "parent": "head", + "pivot": [-8, 0, -8], + "rotation": [0, -45, 0], + "cubes": [ + {"origin": [-18.4, 7.55, -18], "size": [2, 2, 1], "inflate": -0.01, "pivot": [-8, 0, -8], "rotation": [0, 0, 60], "uv": [48, 46]} + ] + }, + { + "name": "bone5", + "parent": "head", + "pivot": [8, 0, -8], + "rotation": [0, 45, 0] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 9, 4], + "cubes": [ + {"origin": [-2.5, 6.4, 4], "size": [5, 5, 6], "inflate": -0.01, "pivot": [0, 0, 0], "rotation": [10, 0, 0], "uv": [18, 7]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 10, 8], + "cubes": [ + {"origin": [-2, 7.8, 7], "size": [4, 4, 6], "inflate": -0.01, "pivot": [0, 0, 0], "rotation": [5, 0, 0], "uv": [10, 30]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 11, 12], + "cubes": [ + {"origin": [-1.5, 9.4, 12], "size": [3, 3, 4], "inflate": -0.01, "uv": [14, 40]} + ] + }, + { + "name": "tail4", + "parent": "tail3", + "pivot": [0, 11, 16], + "cubes": [ + {"origin": [-1, 11, 14], "size": [2, 2, 4], "inflate": -0.01, "pivot": [0, 0, 0], "rotation": [-5, 0, 0], "uv": [44, 40]} + ] + }, + { + "name": "tail5", + "parent": "tail4", + "pivot": [0, 10, 19], + "cubes": [ + {"origin": [-0.5, 13, 14], "size": [1, 1, 4], "inflate": -0.01, "pivot": [0, 0, 0], "rotation": [-10, 0, 0], "uv": [18, 0]} + ] + }, + { + "name": "bone17", + "parent": "torso", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [0, 3.5, 6.5], "size": [0, 8, 8], "inflate": -0.01, "pivot": [0, 0, 0], "rotation": [45, 0, 0], "uv": [0, 17]}, + {"origin": [-0.5, 13, 1.15], "size": [1, 5, 2], "inflate": 0.01, "uv": [10, 46]}, + {"origin": [-0.5, 5, 8], "size": [1, 4, 4], "pivot": [0, 0, 0], "rotation": [45, 0, 0], "uv": [38, 42]}, + {"origin": [0, 17, 1.15], "size": [0, 2, 2], "uv": [4, 32]}, + {"origin": [-0.5, 11, -6.85], "size": [1, 4, 1], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [-45, 0, 0], "uv": [40, 23]}, + {"origin": [-0.5, 8, 9.15], "size": [1, 4, 1], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [45, 0, 0], "uv": [0, 34]}, + {"origin": [0, 19, 1.65], "size": [0, 1, 1], "uv": [0, 0]}, + {"origin": [0, 9, 9.15], "size": [0, 4, 1], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [45, 0, 0], "uv": [14, 39]}, + {"origin": [0, 12, -6.85], "size": [0, 4, 1], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [-45, 0, 0], "uv": [16, 39]} + ] + }, + { + "name": "arm_left", + "parent": "torso", + "pivot": [2, 8, -4], + "cubes": [ + {"origin": [8, -5.5, -5], "size": [1, 3, 2], "inflate": -0.02, "pivot": [0, 0, 1], "rotation": [0, 0, -90], "uv": [16, 47]} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [5, 8.5, -4], + "cubes": [ + {"origin": [8, -8.48, -5], "size": [1, 3, 2], "inflate": -0.01, "pivot": [0, 0, 1], "rotation": [0, 0, -90], "uv": [34, 7]}, + {"origin": [-9, 3.52, -7.5], "size": [0, 5, 1], "pivot": [0, 0, 1], "rotation": [-30, 0, 90], "uv": [30, 39]}, + {"origin": [9, -13.48, -0.5], "size": [0, 5, 1], "pivot": [0, 0, 1], "rotation": [-30, 0, -90], "uv": [37, 39]}, + {"origin": [8, -9.48, -4], "size": [1, 3, 0], "inflate": -0.01, "pivot": [0, 0, 1], "rotation": [0, 0, -90], "uv": [0, 46]}, + {"origin": [8, -9.48, -3.25], "size": [1, 3, 0], "inflate": -0.01, "pivot": [0, 0, 1], "rotation": [0, 0, -90], "uv": [7, 46]}, + {"origin": [8, -9.48, -4.75], "size": [1, 3, 0], "inflate": -0.01, "pivot": [0, 0, 1], "rotation": [0, 0, -90], "uv": [46, 40]} + ] + }, + { + "name": "arm_right", + "parent": "torso", + "pivot": [-2, 8, -4], + "cubes": [ + {"origin": [-9, -5.5, -5], "size": [1, 3, 2], "inflate": -0.02, "pivot": [0, 0, 1], "rotation": [0, 0, 90], "uv": [16, 47], "mirror": true} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-5, 8.5, -4], + "cubes": [ + {"origin": [-9, -8.48, -5], "size": [1, 3, 2], "inflate": -0.01, "pivot": [0, 0, 1], "rotation": [0, 0, 90], "uv": [34, 7], "mirror": true}, + {"origin": [9, 3.52, -7.5], "size": [0, 5, 1], "pivot": [0, 0, 1], "rotation": [-30, 0, -90], "uv": [30, 39], "mirror": true}, + {"origin": [-9, -13.48, -0.5], "size": [0, 5, 1], "pivot": [0, 0, 1], "rotation": [-30, 0, 90], "uv": [37, 39], "mirror": true}, + {"origin": [-9, -9.48, -4], "size": [1, 3, 0], "inflate": -0.01, "pivot": [0, 0, 1], "rotation": [0, 0, 90], "uv": [0, 46], "mirror": true}, + {"origin": [-9, -9.48, -3.25], "size": [1, 3, 0], "inflate": -0.01, "pivot": [0, 0, 1], "rotation": [0, 0, 90], "uv": [7, 46], "mirror": true}, + {"origin": [-9, -9.48, -4.75], "size": [1, 3, 0], "inflate": -0.01, "pivot": [0, 0, 1], "rotation": [0, 0, 90], "uv": [46, 40], "mirror": true} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [3, 7, 2], + "rotation": [0, -15, 0], + "cubes": [ + {"origin": [1.60102, 3.5, -3.82843], "size": [3, 6, 4], "pivot": [-1.89898, 0, -0.82843], "rotation": [-30, 0, 0], "uv": [40, 3]} + ] + }, + { + "name": "leg_left2", + "parent": "leg_left", + "pivot": [3.10102, 4, 1.17157], + "cubes": [ + {"origin": [2.10102, -0.1, 0.27157], "size": [2, 5, 3], "inflate": -0.01, "pivot": [-1.89898, 0, -0.82843], "rotation": [15, 0, 0], "uv": [25, 46]} + ] + }, + { + "name": "foot_left", + "parent": "leg_left2", + "pivot": [3.10102, 1, 2.17157], + "cubes": [ + {"origin": [2.10102, 0, -1.82843], "size": [2, 1, 5], "uv": [28, 40]}, + {"origin": [3.10102, 0, -3.32843], "size": [0, 1, 5], "uv": [24, 27]}, + {"origin": [3.85102, 0, -3.32843], "size": [0, 1, 5], "uv": [24, 28]}, + {"origin": [2.35102, 0, -3.32843], "size": [0, 1, 5], "uv": [0, 28]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-3, 7, 2], + "rotation": [0, 15, 0], + "cubes": [ + {"origin": [-4.60102, 3.5, -3.82843], "size": [3, 6, 4], "pivot": [1.89898, 0, -0.82843], "rotation": [-30, 0, 0], "uv": [40, 3], "mirror": true} + ] + }, + { + "name": "leg_right2", + "parent": "leg_right", + "pivot": [-3.10102, 4, 1.17157], + "cubes": [ + {"origin": [-4.10102, -0.1, 0.27157], "size": [2, 5, 3], "inflate": -0.01, "pivot": [1.89898, 0, -0.82843], "rotation": [15, 0, 0], "uv": [25, 46], "mirror": true} + ] + }, + { + "name": "foot_right", + "parent": "leg_right2", + "pivot": [-3.10102, 1, 2.17157], + "cubes": [ + {"origin": [-4.10102, 0, -1.82843], "size": [2, 1, 5], "uv": [28, 40], "mirror": true}, + {"origin": [-3.10102, 0, -3.32843], "size": [0, 1, 5], "uv": [24, 27], "mirror": true}, + {"origin": [-3.85102, 0, -3.32843], "size": [0, 1, 5], "uv": [24, 28], "mirror": true}, + {"origin": [-2.35102, 0, -3.32843], "size": [0, 1, 5], "uv": [0, 28], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/articuno2.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/articuno2.geo.json new file mode 100644 index 0000000..63eb7aa --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/articuno2.geo.json @@ -0,0 +1,601 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.ArticunoNew", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 11, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "articuno", + "pivot": [0, 2, 2] + }, + { + "name": "body", + "parent": "articuno", + "pivot": [0, 2, 2] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 22, 2], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-5.5, 14.07991, 1.16973], "size": [11, 12, 9], "pivot": [0, 1.07991, 0.16973], "rotation": [10, 0, 0], "uv": [0, 2]}, + {"origin": [-4.5, -3.92009, 13.66973], "size": [9, 9, 7], "pivot": [0, 1.07991, 0.16973], "rotation": [75, 0, 0], "uv": [56, 55]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 16.07991, 9.16973], + "cubes": [ + {"origin": [-2.5, -14.92009, 16.16973], "size": [5, 9, 0], "pivot": [0, 1.07991, 0.16973], "rotation": [85, 0, 0], "uv": [60, 85]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 16.07991, 17.16973], + "cubes": [ + {"origin": [-3, -23.92009, 16.16973], "size": [6, 9, 0], "pivot": [0, 1.07991, 0.16973], "rotation": [85, 0, 0], "uv": [94, 8]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 15.07991, 26.16973], + "cubes": [ + {"origin": [-3.5, -32.92009, 16.16973], "size": [7, 9, 0], "pivot": [0, 1.07991, 0.16973], "rotation": [85, 0, 0], "uv": [72, 102]} + ] + }, + { + "name": "tail4", + "parent": "tail3", + "pivot": [0, 14.07991, 35.16973], + "cubes": [ + {"origin": [-3.5, -41.92009, 16.16973], "size": [7, 9, 0], "pivot": [0, 1.07991, 0.16973], "rotation": [85, 0, 0], "uv": [86, 102]} + ] + }, + { + "name": "tail6", + "parent": "tail4", + "pivot": [0, 13.07991, 44.16973], + "cubes": [ + {"origin": [-3.5, -50.92009, 16.16973], "size": [7, 9, 0], "pivot": [0, 1.07991, 0.16973], "rotation": [85, 0, 0], "uv": [100, 102]} + ] + }, + { + "name": "tail7", + "parent": "tail6", + "pivot": [0, 12.07991, 53.16973], + "cubes": [ + {"origin": [-3.5, -59.92009, 16.16973], "size": [7, 9, 0], "pivot": [0, 1.07991, 0.16973], "rotation": [85, 0, 0], "uv": [54, 102]} + ] + }, + { + "name": "tail8", + "parent": "tail7", + "pivot": [0, 12.07991, 62.16973], + "cubes": [ + {"origin": [-3, -68.92009, 16.16973], "size": [6, 9, 0], "pivot": [0, 1.07991, 0.16973], "rotation": [85, 0, 0], "uv": [105, 0]} + ] + }, + { + "name": "tail9", + "parent": "tail8", + "pivot": [0, 11.07991, 71.16973], + "cubes": [ + {"origin": [-2.5, -75.92009, 16.16973], "size": [5, 7, 0], "pivot": [0, 1.07991, 0.16973], "rotation": [85, 0, 0], "uv": [29, 87]} + ] + }, + { + "name": "chest", + "parent": "torso", + "pivot": [0, 26.07991, 0.16973], + "cubes": [ + {"origin": [-4.5, 25.07991, 1.66973], "size": [9, 7, 8], "pivot": [0, 1.07991, 0.16973], "rotation": [10, 0, 0], "uv": [2, 27]} + ] + }, + { + "name": "wing_open_left", + "parent": "chest", + "pivot": [4, 31.07991, -0.83027], + "cubes": [ + {"origin": [4, 30.07991, -3.83027], "size": [14, 0, 17], "pivot": [-1, 1.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [29, 34]}, + {"origin": [4, 29.07991, -4.83027], "size": [14, 2, 4], "pivot": [-1, 1.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [0, 122]} + ] + }, + { + "name": "wing_open_left2", + "parent": "wing_open_left", + "pivot": [18, 30.07991, -0.83027], + "cubes": [ + {"origin": [18, 29.07991, -4.83027], "size": [13, 2, 4], "pivot": [-1, 1.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [10, 109]} + ] + }, + { + "name": "bone6", + "parent": "wing_open_left2", + "pivot": [-1, 1.07991, 0.16973], + "cubes": [ + {"origin": [18, 30.07991, -0.83027], "size": [13, 0, 17], "pivot": [-1, 1.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [59, 111]} + ] + }, + { + "name": "wing_open_left3", + "parent": "wing_open_left2", + "pivot": [31, 31.07991, -0.83027], + "cubes": [ + {"origin": [38, 30.07791, -17.83027], "size": [13, 0, 6], "pivot": [-1, 1.07991, 0.16973], "rotation": [-5.3191, -19.92066, 1.81693], "uv": [39, 122]}, + {"origin": [42, 30.08091, -4.83027], "size": [13, 0, 3], "pivot": [-1, 1.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [99, 70]}, + {"origin": [28, 30.07891, -27.83027], "size": [13, 0, 3], "inflate": -0.002, "pivot": [-1, 1.07991, 0.16973], "rotation": [-6.76733, -42.30053, 4.56615], "uv": [99, 67]}, + {"origin": [31, 29.57991, -4.83027], "size": [13, 1, 4], "pivot": [-1, 1.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [94, 95]} + ] + }, + { + "name": "bone7", + "parent": "wing_open_left3", + "pivot": [-1, 1.07991, 0.16973], + "cubes": [ + {"origin": [31, 30.07991, -0.83027], "size": [21, 0, 17], "inflate": 0.001, "pivot": [-1, 1.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [-7, 51]} + ] + }, + { + "name": "wing_open_right", + "parent": "chest", + "pivot": [-4, 31.07991, -0.83027], + "cubes": [ + {"origin": [-18, 30.07991, -3.83027], "size": [14, 0, 17], "pivot": [1, 1.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [29, 34], "mirror": true}, + {"origin": [-18, 29.07991, -4.83027], "size": [14, 2, 4], "pivot": [1, 1.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [0, 122], "mirror": true} + ] + }, + { + "name": "wing_open_right2", + "parent": "wing_open_right", + "pivot": [-18, 30.07991, -0.83027], + "cubes": [ + {"origin": [-31, 29.07991, -4.83027], "size": [13, 2, 4], "pivot": [1, 1.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [10, 109], "mirror": true} + ] + }, + { + "name": "bone", + "parent": "wing_open_right2", + "pivot": [1, 1.07991, 0.16973], + "cubes": [ + {"origin": [-31, 30.07991, -0.83027], "size": [13, 0, 17], "pivot": [1, 1.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [59, 111], "mirror": true} + ] + }, + { + "name": "wing_open_right3", + "parent": "wing_open_right2", + "pivot": [-31, 31.07991, -0.83027], + "cubes": [ + {"origin": [-51, 30.07791, -17.83027], "size": [13, 0, 6], "pivot": [1, 1.07991, 0.16973], "rotation": [-5.3191, 19.92066, -1.81693], "uv": [39, 122], "mirror": true}, + {"origin": [-55, 30.08091, -4.83027], "size": [13, 0, 3], "pivot": [1, 1.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [99, 70], "mirror": true}, + {"origin": [-41, 30.07891, -27.83027], "size": [13, 0, 3], "inflate": -0.002, "pivot": [1, 1.07991, 0.16973], "rotation": [-6.76733, 42.30053, -4.56615], "uv": [99, 67], "mirror": true}, + {"origin": [-44, 29.57991, -4.83027], "size": [13, 1, 4], "pivot": [1, 1.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [94, 95], "mirror": true} + ] + }, + { + "name": "bone5", + "parent": "wing_open_right3", + "pivot": [1, 1.07991, 0.16973], + "cubes": [ + {"origin": [-52, 30.07991, -0.83027], "size": [21, 0, 17], "inflate": 0.001, "pivot": [1, 1.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [-7, 51], "mirror": true} + ] + }, + { + "name": "wing_closed_left", + "parent": "chest", + "pivot": [5, 31.07991, -1.83027], + "rotation": [-0.72597, -33.80613, 65.92832], + "cubes": [ + {"origin": [5, 29.07991, -5.83027], "size": [14, 2, 4], "pivot": [0, 1.07991, -0.83027], "rotation": [-5, 0, 0], "uv": [0, 122]} + ] + }, + { + "name": "wing_closed_left2", + "parent": "wing_closed_left", + "pivot": [20, 30.07991, 0.16973], + "rotation": [-176.82195, 32.36121, -174.07764], + "cubes": [ + {"origin": [20, 29.07991, -3.83027], "size": [13, 2, 4], "pivot": [1, 1.07991, 1.16973], "rotation": [-5, 0, 0], "uv": [10, 109]} + ] + }, + { + "name": "wing_closed_left3", + "parent": "wing_closed_left2", + "pivot": [32, 31.07991, -0.83027], + "rotation": [177.47053, -69.94473, -172.69932], + "cubes": [ + {"origin": [33, 29.57991, -4.83027], "size": [12, 1, 4], "pivot": [0, 1.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [94, 95]} + ] + }, + { + "name": "feathers", + "parent": "wing_closed_left3", + "pivot": [45, 30.07991, 1.16973], + "rotation": [0, -42.5, 0], + "cubes": [ + {"origin": [40, 30.08091, -14.83027], "size": [13, 0, 3], "pivot": [0, 1.07991, 1.16973], "rotation": [-5.17544, -14.94159, 1.3378], "uv": [99, 70]}, + {"origin": [29, 30.07891, -26.83027], "size": [13, 0, 3], "inflate": -0.002, "pivot": [0, 1.07991, 1.16973], "rotation": [-6.76733, -42.30053, 4.56615], "uv": [99, 67]}, + {"origin": [39, 30.07791, -16.83027], "size": [13, 0, 6], "pivot": [0, 1.07991, 1.16973], "rotation": [-5.3191, -19.92066, 1.81693], "uv": [39, 122]} + ] + }, + { + "name": "feathers2", + "parent": "wing_closed_left3", + "pivot": [41, 22.07991, 0.16973], + "cubes": [ + {"origin": [30, 30.07991, -1.83027], "size": [21, 0, 17], "inflate": 0.001, "pivot": [0, 1.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [-7, 51]} + ] + }, + { + "name": "wing_closed_right", + "parent": "chest", + "pivot": [-5, 31.07991, -1.83027], + "rotation": [-0.72597, 33.80613, -65.92832], + "cubes": [ + {"origin": [-19, 29.07991, -5.83027], "size": [14, 2, 4], "pivot": [0, 1.07991, -0.83027], "rotation": [-5, 0, 0], "uv": [0, 122], "mirror": true} + ] + }, + { + "name": "wing_closed_right2", + "parent": "wing_closed_right", + "pivot": [-20, 30.07991, 0.16973], + "rotation": [-176.82195, -32.36121, 174.07764], + "cubes": [ + {"origin": [-33, 29.07991, -3.83027], "size": [13, 2, 4], "pivot": [-1, 1.07991, 1.16973], "rotation": [-5, 0, 0], "uv": [10, 109], "mirror": true} + ] + }, + { + "name": "wing_closed_right3", + "parent": "wing_closed_right2", + "pivot": [-32, 31.07991, -0.83027], + "rotation": [177.47053, 69.94473, 172.69932], + "cubes": [ + {"origin": [-45, 29.57991, -4.83027], "size": [12, 1, 4], "pivot": [0, 1.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [94, 95], "mirror": true} + ] + }, + { + "name": "feathers3", + "parent": "wing_closed_right3", + "pivot": [-45, 30.07991, 1.16973], + "rotation": [0, 42.5, 0], + "cubes": [ + {"origin": [-53, 30.08091, -14.83027], "size": [13, 0, 3], "pivot": [0, 1.07991, 1.16973], "rotation": [-5.17544, 14.94159, -1.3378], "uv": [99, 70], "mirror": true}, + {"origin": [-42, 30.07891, -26.83027], "size": [13, 0, 3], "inflate": -0.002, "pivot": [0, 1.07991, 1.16973], "rotation": [-6.76733, 42.30053, -4.56615], "uv": [99, 67], "mirror": true}, + {"origin": [-52, 30.07791, -16.83027], "size": [13, 0, 6], "pivot": [0, 1.07991, 1.16973], "rotation": [-5.3191, 19.92066, -1.81693], "uv": [39, 122], "mirror": true} + ] + }, + { + "name": "feathers4", + "parent": "wing_closed_right3", + "pivot": [-41, 22.07991, 0.16973], + "cubes": [ + {"origin": [-51, 30.07991, -1.83027], "size": [21, 0, 17], "inflate": 0.001, "pivot": [0, 1.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [-7, 51], "mirror": true} + ] + }, + { + "name": "head", + "parent": "chest", + "pivot": [0, 31.07991, 0.16973], + "cubes": [ + {"origin": [-3.5, 30.07991, -5.83027], "size": [7, 9, 7], "pivot": [0, 1.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [40, 3], "mirror": true} + ] + }, + { + "name": "beak", + "parent": "head", + "pivot": [-14, 4.07991, 0.16973], + "cubes": [ + {"origin": [-1, 34.57991, -4.83027], "size": [2, 2, 3], "inflate": 0.01, "uv": [53, 76]}, + {"origin": [-0.5, 34.07991, -4.83027], "size": [1, 1, 0], "uv": [0, 4]} + ] + }, + { + "name": "bone8", + "parent": "beak", + "pivot": [0, 34.07991, -2.83027], + "cubes": [ + {"origin": [-1, 32.57991, -9.83027], "size": [2, 1, 8], "inflate": -0.01, "pivot": [0, 2.07991, 0.16973], "rotation": [-10, 0, 0], "uv": [62, 75]} + ] + }, + { + "name": "head_feathers", + "parent": "head", + "pivot": [0, 1.07991, 0.16973], + "cubes": [ + {"origin": [-1.5, 33.07991, -21.58027], "size": [3, 5, 0], "inflate": -0.01, "pivot": [0, 1.07991, 0.16973], "rotation": [-30, 0, 0], "uv": [18, 71]}, + {"origin": [-1.5, 35.57991, -6.33027], "size": [3, 4, 1], "inflate": -0.01, "pivot": [0, 1.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [76, 78]} + ] + }, + { + "name": "bone63", + "parent": "head_feathers", + "pivot": [-24, 13.07991, 0.16973], + "rotation": [0, 0, 45], + "cubes": [ + {"origin": [-25.25, 45.07991, -21.33027], "size": [3, 4, 0], "inflate": -0.01, "pivot": [-24, 13.07991, 0.16973], "rotation": [-30, 0, 0], "uv": [0, 71]}, + {"origin": [-25.25, 46.57991, -6.03027], "size": [3, 5, 1], "inflate": -0.01, "pivot": [-24, 13.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [0, 47]} + ] + }, + { + "name": "bone65", + "parent": "head_feathers", + "pivot": [24, 13.07991, 0.16973], + "rotation": [0, 0, -45], + "cubes": [ + {"origin": [22.25, 45.07991, -21.33027], "size": [3, 4, 0], "inflate": -0.01, "pivot": [24, 13.07991, 0.16973], "rotation": [-30, 0, 0], "uv": [0, 57]}, + {"origin": [22.25, 46.57991, -6.03027], "size": [3, 5, 1], "inflate": -0.01, "pivot": [24, 13.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [0, 25]} + ] + }, + { + "name": "bone10", + "parent": "head", + "pivot": [0, 1.07991, 0.16973], + "cubes": [ + {"origin": [1.8, 35.07991, -5.83027], "size": [1, 2, 0], "inflate": 0.01, "pivot": [0, 1.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [0, 2]}, + {"origin": [-2.8, 35.07991, -5.83027], "size": [1, 2, 0], "inflate": 0.01, "pivot": [0, 1.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "chest_feathers", + "parent": "chest", + "pivot": [0, 0.07991, 5.16973], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [-4.5, 22.07991, -5.33027], "size": [9, 8, 4], "inflate": -0.01, "pivot": [0, 0.07991, 5.16973], "rotation": [-7.5, 0, 0], "uv": [61, 20]}, + {"origin": [-4, 16.07991, -4.83027], "size": [8, 6, 3], "pivot": [0, 0.07991, 5.16973], "rotation": [-7.5, 0, 0], "uv": [69, 8]}, + {"origin": [-3, 26.07991, -4.83027], "size": [6, 6, 3], "pivot": [0, 0.07991, 5.16973], "rotation": [-7.5, 0, 0], "uv": [70, 8]}, + {"origin": [-3.5, 9.57991, -3.33027], "size": [7, 8, 0], "pivot": [0, 0.07991, 5.16973], "rotation": [-7.5, 0, 0], "uv": [1, 103]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-4, 18, 3], + "cubes": [ + {"origin": [-7, 11, 2], "size": [4, 8, 6], "pivot": [3, 0, 1], "rotation": [5, 0, 0], "uv": [108, 14], "mirror": true} + ] + }, + { + "name": "leg_right2", + "parent": "leg_right", + "pivot": [-5, 12, 5], + "cubes": [ + {"origin": [-6, 5.4, 5.6], "size": [2, 7, 2], "inflate": 0.01, "pivot": [-8, 0, -3], "rotation": [15, 0, 0], "uv": [38, 97], "mirror": true} + ] + }, + { + "name": "leg_right3", + "parent": "leg_right2", + "pivot": [-5, 8, 5], + "cubes": [ + {"origin": [-6, 2, 1.5], "size": [2, 8, 2], "pivot": [-8, 0, -3], "rotation": [-15, 0, 0], "uv": [38, 97], "mirror": true} + ] + }, + { + "name": "foot_right", + "parent": "leg_right3", + "pivot": [-5, 2, 4], + "cubes": [ + {"origin": [-6.5, 0, 1.5], "size": [3, 2, 4], "inflate": 0.01, "uv": [82, 55], "mirror": true} + ] + }, + { + "name": "toe_middle_right", + "parent": "foot_right", + "pivot": [-5, 2, 2], + "cubes": [ + {"origin": [-5.5, 0, -1.5], "size": [1, 2, 3], "uv": [87, 97], "mirror": true} + ] + }, + { + "name": "toe_middle_right2", + "parent": "toe_middle_right", + "pivot": [-5, 2, -1], + "cubes": [ + {"origin": [-5, 0, -6], "size": [0, 2, 2], "uv": [0, 52], "mirror": true}, + {"origin": [-6, 0, -4.5], "size": [2, 2, 3], "uv": [87, 97], "mirror": true} + ] + }, + { + "name": "bone13", + "parent": "toe_middle_right", + "pivot": [-5, 0, -3] + }, + { + "name": "toe_back_right", + "parent": "foot_right", + "pivot": [-5, 2, 5], + "cubes": [ + {"origin": [-5.5, 0, 5.5], "size": [1, 2, 2], "uv": [60, 97], "mirror": true} + ] + }, + { + "name": "toe_back_right2", + "parent": "toe_back_right", + "pivot": [-5, 2, 7], + "cubes": [ + {"origin": [-5.5, 0, 7.5], "size": [1, 2, 2], "uv": [62, 112], "mirror": true} + ] + }, + { + "name": "bone14", + "parent": "toe_back_right2", + "pivot": [-5, 0, 8], + "cubes": [ + {"origin": [-5, 0, 7], "size": [0, 2, 4], "uv": [46, 19], "mirror": true} + ] + }, + { + "name": "toe_outer_right", + "parent": "foot_right", + "pivot": [-6, 2, 2], + "rotation": [0, 20, 0], + "cubes": [ + {"origin": [-6.41928, 0, -0.8825], "size": [1, 2, 3], "uv": [96, 76], "mirror": true} + ] + }, + { + "name": "toe_outer_right2", + "parent": "toe_outer_right", + "pivot": [-6.16928, 2, -0.3825], + "cubes": [ + {"origin": [-6.16928, 0, -5.3825], "size": [0, 2, 4], "uv": [0, 49], "mirror": true}, + {"origin": [-6.91928, 0, -3.8825], "size": [2, 2, 3], "uv": [96, 76], "mirror": true} + ] + }, + { + "name": "bone15", + "parent": "toe_outer_right", + "pivot": [-6.16928, 0, -3.3825] + }, + { + "name": "toe_inner_right", + "parent": "foot_right", + "pivot": [-4, 2, 2], + "rotation": [0, -20, 0], + "cubes": [ + {"origin": [-4.58072, 0, -0.8825], "size": [1, 2, 3], "uv": [96, 76]} + ] + }, + { + "name": "toe_inner_right5", + "parent": "toe_inner_right", + "pivot": [-3.83072, 2, -0.3825], + "cubes": [ + {"origin": [-3.83072, 0, -5.3825], "size": [0, 2, 4], "uv": [0, 49]}, + {"origin": [-5.08072, 0, -3.8825], "size": [2, 2, 3], "uv": [96, 76]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [4, 18, 3], + "cubes": [ + {"origin": [3, 11, 2], "size": [4, 8, 6], "pivot": [-3, 0, 1], "rotation": [5, 0, 0], "uv": [108, 14]} + ] + }, + { + "name": "leg_left2", + "parent": "leg_left", + "pivot": [5, 12, 3], + "cubes": [ + {"origin": [4, 5.4, 5.6], "size": [2, 7, 2], "inflate": 0.01, "pivot": [8, 0, -3], "rotation": [15, 0, 0], "uv": [38, 97]} + ] + }, + { + "name": "leg_left3", + "parent": "leg_left2", + "pivot": [5, 8, 5], + "cubes": [ + {"origin": [4, 2, 1.5], "size": [2, 8, 2], "pivot": [8, 0, -3], "rotation": [-15, 0, 0], "uv": [38, 97]} + ] + }, + { + "name": "foot_left", + "parent": "leg_left3", + "pivot": [5, 2, 4], + "cubes": [ + {"origin": [3.5, 0, 1.5], "size": [3, 2, 4], "inflate": 0.01, "uv": [82, 55]} + ] + }, + { + "name": "toe_middle_left", + "parent": "foot_left", + "pivot": [5, 2, 2], + "cubes": [ + {"origin": [4.5, 0, -1.5], "size": [1, 2, 3], "uv": [87, 97]} + ] + }, + { + "name": "toe_middle_left2", + "parent": "toe_middle_left", + "pivot": [5, 2, -1], + "cubes": [ + {"origin": [5, 0, -6], "size": [0, 2, 2], "uv": [0, 52]}, + {"origin": [4, 0, -4.5], "size": [2, 2, 3], "uv": [87, 97]} + ] + }, + { + "name": "bone2", + "parent": "toe_middle_left", + "pivot": [5, 0, -3] + }, + { + "name": "toe_back_left", + "parent": "foot_left", + "pivot": [5, 2, 5], + "cubes": [ + {"origin": [4.5, 0, 5.5], "size": [1, 2, 2], "uv": [60, 97]} + ] + }, + { + "name": "toe_back_left2", + "parent": "toe_back_left", + "pivot": [5, 2, 7], + "cubes": [ + {"origin": [4.5, 0, 7.5], "size": [1, 2, 2], "uv": [62, 112]} + ] + }, + { + "name": "bone3", + "parent": "toe_back_left2", + "pivot": [5, 0, 8], + "cubes": [ + {"origin": [5, 0, 7], "size": [0, 2, 4], "uv": [46, 19]} + ] + }, + { + "name": "toe_outer_left", + "parent": "foot_left", + "pivot": [6, 2, 2], + "rotation": [0, -20, 0], + "cubes": [ + {"origin": [5.41928, 0, -0.8825], "size": [1, 2, 3], "uv": [96, 76]} + ] + }, + { + "name": "toe_outer_left2", + "parent": "toe_outer_left", + "pivot": [6.16928, 2, -0.3825], + "cubes": [ + {"origin": [6.16928, 0, -5.3825], "size": [0, 2, 4], "uv": [0, 49]}, + {"origin": [4.91928, 0, -3.8825], "size": [2, 2, 3], "uv": [96, 76]} + ] + }, + { + "name": "bone4", + "parent": "toe_outer_left", + "pivot": [6.16928, 0, -3.3825] + }, + { + "name": "toe_inner_left", + "parent": "foot_left", + "pivot": [4, 2, 2], + "rotation": [0, 20, 0], + "cubes": [ + {"origin": [3.58072, 0, -0.8825], "size": [1, 2, 3], "uv": [96, 76], "mirror": true} + ] + }, + { + "name": "toe_inner_left5", + "parent": "toe_inner_left", + "pivot": [3.83072, 2, -0.3825], + "cubes": [ + {"origin": [3.83072, 0, -5.3825], "size": [0, 2, 4], "uv": [0, 49], "mirror": true}, + {"origin": [3.08072, 0, -3.8825], "size": [2, 2, 3], "uv": [96, 76], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/articuno_galar.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/articuno_galar.geo.json new file mode 100644 index 0000000..643a2e5 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/articuno_galar.geo.json @@ -0,0 +1,564 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.ArticunoNew", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 5, + "visible_bounds_height": 6.5, + "visible_bounds_offset": [0, 2.75, 0] + }, + "bones": [ + { + "name": "articuno", + "pivot": [0, 2, 2] + }, + { + "name": "body", + "parent": "articuno", + "pivot": [0, 2, 2] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 23, 2], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-5, 15.07991, 1.16973], "size": [10, 12, 9], "pivot": [0, 2.07991, 0.16973], "rotation": [10, 0, 0], "uv": [1, 2]}, + {"origin": [-4.5, -2.92009, 13.66973], "size": [9, 9, 7], "pivot": [0, 2.07991, 0.16973], "rotation": [75, 0, 0], "uv": [56, 55]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 17.07991, 9.16973], + "cubes": [ + {"origin": [-2.5, -13.92009, 16.16973], "size": [5, 9, 0], "pivot": [0, 2.07991, 0.16973], "rotation": [85, 0, 0], "uv": [60, 85]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 17.07991, 17.16973], + "cubes": [ + {"origin": [-3, -22.92009, 16.16973], "size": [6, 9, 0], "pivot": [0, 2.07991, 0.16973], "rotation": [85, 0, 0], "uv": [94, 8]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 16.07991, 26.16973], + "cubes": [ + {"origin": [-3.5, -31.92009, 16.16973], "size": [7, 9, 0], "pivot": [0, 2.07991, 0.16973], "rotation": [85, 0, 0], "uv": [72, 102]} + ] + }, + { + "name": "tail4", + "parent": "tail3", + "pivot": [0, 15.07991, 35.16973], + "cubes": [ + {"origin": [-3.5, -40.92009, 16.16973], "size": [7, 9, 0], "pivot": [0, 2.07991, 0.16973], "rotation": [85, 0, 0], "uv": [86, 102]} + ] + }, + { + "name": "tail6", + "parent": "tail4", + "pivot": [0, 14.07991, 44.16973], + "cubes": [ + {"origin": [-3.5, -49.92009, 16.16973], "size": [7, 9, 0], "pivot": [0, 2.07991, 0.16973], "rotation": [85, 0, 0], "uv": [100, 102]} + ] + }, + { + "name": "tail7", + "parent": "tail6", + "pivot": [0, 13.07991, 53.16973], + "cubes": [ + {"origin": [-3.5, -58.92009, 16.16973], "size": [7, 9, 0], "pivot": [0, 2.07991, 0.16973], "rotation": [85, 0, 0], "uv": [54, 102]} + ] + }, + { + "name": "tail8", + "parent": "tail7", + "pivot": [0, 13.07991, 62.16973], + "cubes": [ + {"origin": [-3, -67.92009, 16.16973], "size": [6, 9, 0], "pivot": [0, 2.07991, 0.16973], "rotation": [85, 0, 0], "uv": [105, 0]} + ] + }, + { + "name": "tail9", + "parent": "tail8", + "pivot": [0, 12.07991, 71.16973], + "cubes": [ + {"origin": [-2.5, -74.92009, 16.16973], "size": [5, 7, 0], "pivot": [0, 2.07991, 0.16973], "rotation": [85, 0, 0], "uv": [29, 87]} + ] + }, + { + "name": "chest", + "parent": "torso", + "pivot": [0, 27.07991, 0.16973], + "cubes": [ + {"origin": [-4, 26.07991, 1.66973], "size": [8, 7, 8], "pivot": [0, 2.07991, 0.16973], "rotation": [10, 0, 0], "uv": [4, 27]} + ] + }, + { + "name": "wing_open_left", + "parent": "chest", + "pivot": [4, 32.07991, -0.83027], + "cubes": [ + {"origin": [4, 31.07991, -3.83027], "size": [14, 0, 17], "pivot": [-1, 2.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [29, 34]}, + {"origin": [4, 30.07991, -4.83027], "size": [14, 2, 4], "pivot": [-1, 2.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [0, 122]} + ] + }, + { + "name": "wing_open_left2", + "parent": "wing_open_left", + "pivot": [18, 31.07991, -0.83027], + "cubes": [ + {"origin": [18, 30.07991, -4.83027], "size": [13, 2, 4], "pivot": [-1, 2.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [10, 109]} + ] + }, + { + "name": "bone11", + "parent": "wing_open_left2", + "pivot": [-1, 2.07991, 0.16973], + "cubes": [ + {"origin": [18, 31.07991, -0.83027], "size": [13, 0, 17], "pivot": [-1, 2.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [59, 111]} + ] + }, + { + "name": "bone22", + "parent": "bone11", + "pivot": [-1, 2.07991, 0.16973], + "cubes": [ + {"origin": [16, 31.07991, -0.83027], "size": [4, 0, 17], "pivot": [-1, 2.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [65, 111]} + ] + }, + { + "name": "bone18", + "parent": "wing_open_left2", + "pivot": [-7, 2.07991, 0.16973] + }, + { + "name": "bone17", + "parent": "bone18", + "pivot": [-7, 2.07991, 0.16973] + }, + { + "name": "wing_open_left3", + "parent": "wing_open_left2", + "pivot": [31, 32.07991, -0.83027], + "cubes": [ + {"origin": [31, 30.57991, -4.83027], "size": [13, 1, 4], "pivot": [-1, 2.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [94, 95]} + ] + }, + { + "name": "bone12", + "parent": "wing_open_left3", + "pivot": [-1, 2.07991, 0.16973], + "cubes": [ + {"origin": [31, 31.07991, -0.83027], "size": [21, 0, 17], "inflate": 0.001, "pivot": [-1, 2.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [-7, 51]} + ] + }, + { + "name": "bone", + "parent": "wing_open_left3", + "pivot": [49, 31.07991, -1.83027], + "cubes": [ + {"origin": [44, 31.08091, -4.83027], "size": [16, 0, 5], "pivot": [4, 2.07991, -0.83027], "rotation": [-5, 0, 0], "uv": [91, 33]} + ] + }, + { + "name": "wing_open_right", + "parent": "chest", + "pivot": [-4, 32.07991, -0.83027], + "cubes": [ + {"origin": [-18, 31.07991, -3.83027], "size": [14, 0, 17], "pivot": [1, 2.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [29, 34], "mirror": true}, + {"origin": [-18, 30.07991, -4.83027], "size": [14, 2, 4], "pivot": [1, 2.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [0, 122], "mirror": true} + ] + }, + { + "name": "wing_open_right2", + "parent": "wing_open_right", + "pivot": [-18, 31.07991, -0.83027], + "cubes": [ + {"origin": [-31, 30.07991, -4.83027], "size": [13, 2, 4], "pivot": [1, 2.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [10, 109], "mirror": true} + ] + }, + { + "name": "bone9", + "parent": "wing_open_right2", + "pivot": [1, 2.07991, 0.16973], + "cubes": [ + {"origin": [-31, 31.07991, -0.83027], "size": [13, 0, 17], "inflate": 0.01, "pivot": [1, 2.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [59, 111], "mirror": true} + ] + }, + { + "name": "bone16", + "parent": "bone9", + "pivot": [1, 2.07991, 0.16973], + "cubes": [ + {"origin": [-20, 31.07991, -0.83027], "size": [4, 0, 17], "pivot": [1, 2.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [65, 111], "mirror": true} + ] + }, + { + "name": "bone19", + "parent": "wing_open_right2", + "pivot": [7, 2.07991, 0.16973] + }, + { + "name": "bone20", + "parent": "bone19", + "pivot": [7, 2.07991, 0.16973] + }, + { + "name": "wing_open_right3", + "parent": "wing_open_right2", + "pivot": [-31, 32.07991, -0.83027], + "cubes": [ + {"origin": [-44, 30.57991, -4.83027], "size": [13, 1, 4], "pivot": [1, 2.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [94, 95], "mirror": true} + ] + }, + { + "name": "bone21", + "parent": "wing_open_right3", + "pivot": [1, 2.07991, 0.16973], + "cubes": [ + {"origin": [-52, 31.07991, -0.83027], "size": [21, 0, 17], "inflate": 0.001, "pivot": [1, 2.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [-7, 51], "mirror": true} + ] + }, + { + "name": "bone23", + "parent": "wing_open_right3", + "pivot": [-49, 31.07991, -1.83027], + "cubes": [ + {"origin": [-60, 31.08091, -4.83027], "size": [16, 0, 5], "pivot": [-4, 2.07991, -0.83027], "rotation": [-5, 0, 0], "uv": [91, 33], "mirror": true} + ] + }, + { + "name": "head", + "parent": "chest", + "pivot": [0, 32.07991, 0.16973], + "cubes": [ + {"origin": [-3.5, 31.07991, -5.83027], "size": [7, 9, 7], "pivot": [0, 2.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [40, 3], "mirror": true} + ] + }, + { + "name": "beak", + "parent": "head", + "pivot": [-14, 5.07991, 0.16973], + "cubes": [ + {"origin": [-1, 35.57991, -4.83027], "size": [2, 2, 3], "inflate": 0.01, "uv": [53, 76]}, + {"origin": [-0.5, 35.07991, -4.83027], "size": [1, 1, 0], "uv": [0, 4]} + ] + }, + { + "name": "bone8", + "parent": "beak", + "pivot": [0, 3.07991, 0.16973], + "cubes": [ + {"origin": [-1, 33.57991, -9.83027], "size": [2, 1, 8], "inflate": -0.01, "pivot": [0, 3.07991, 0.16973], "rotation": [-10, 0, 0], "uv": [62, 75]} + ] + }, + { + "name": "head_feathers", + "parent": "head", + "pivot": [0, 2.07991, 0.16973], + "cubes": [ + {"origin": [-1.5, 0.07991, -39.58027], "size": [3, 6, 0], "inflate": -0.01, "pivot": [0, 2.07991, 0.16973], "rotation": [-90, 0, 0], "uv": [18, 71]}, + {"origin": [-1.5, 36.57991, -6.33027], "size": [3, 5, 1], "inflate": -0.01, "pivot": [0, 2.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [76, 78]} + ] + }, + { + "name": "bone5", + "parent": "head_feathers", + "pivot": [24, 14.07991, 0.16973], + "rotation": [0, 0, -45], + "cubes": [ + {"origin": [22.25, 12.07991, -37.8], "size": [3, 6, 0], "inflate": -0.01, "pivot": [24, 14.07991, 0.16973], "rotation": [-90, 0, 0], "uv": [0, 71], "mirror": true}, + {"origin": [22.25, 47.75, -6.03027], "size": [3, 4, 1], "inflate": -0.01, "pivot": [24, 14.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [0, 47], "mirror": true} + ] + }, + { + "name": "bone6", + "parent": "head_feathers", + "pivot": [-24, 14.07991, 0.16973], + "rotation": [0, 0, 45], + "cubes": [ + {"origin": [-25.25, 12.07991, -37.8], "size": [3, 6, 0], "inflate": -0.01, "pivot": [-24, 14.07991, 0.16973], "rotation": [-90, 0, 0], "uv": [0, 71]}, + {"origin": [-25.25, 47.75, -6.03027], "size": [3, 4, 1], "inflate": -0.01, "pivot": [-24, 14.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [0, 47]} + ] + }, + { + "name": "bone10", + "parent": "head", + "pivot": [0, 2.07991, 0.16973], + "cubes": [ + {"origin": [-1.2, 35.07991, -6.7], "size": [8, 4, 0], "inflate": 0.01, "pivot": [0, 2.07991, 0.16973], "rotation": [-5.17544, -14.94159, 1.3378], "uv": [112, 84]}, + {"origin": [7.8, 35.07991, -6.7], "size": [3, 1, 0], "inflate": 0.02, "pivot": [0, 2.07991, 0.16973], "rotation": [-1.03913, -15.75987, -14.1975], "uv": [116, 76]} + ] + }, + { + "name": "bone7", + "parent": "head", + "pivot": [0, 2.07991, 0.16973], + "cubes": [ + {"origin": [-6.8, 35.07991, -6.7], "size": [8, 4, 0], "inflate": 0.01, "pivot": [0, 2.07991, 0.16973], "rotation": [-5.17544, 14.94159, -1.3378], "uv": [112, 84], "mirror": true}, + {"origin": [-10.8, 35.07991, -6.7], "size": [3, 1, 0], "inflate": 0.02, "pivot": [0, 2.07991, 0.16973], "rotation": [-1.03913, 15.75987, 14.1975], "uv": [114, 79], "mirror": true} + ] + }, + { + "name": "chest_feathers", + "parent": "chest", + "pivot": [0, 1.07991, 6.16973], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [-4.5, 23.07991, -4.33027], "size": [9, 8, 4], "inflate": -0.01, "pivot": [0, 1.07991, 6.16973], "rotation": [-7.5, 0, 0], "uv": [61, 20]}, + {"origin": [-4, 18.07991, 0.16973], "size": [8, 6, 3], "uv": [69, 8]}, + {"origin": [-3, 27.07991, -3.83027], "size": [6, 6, 3], "pivot": [0, 1.07991, 6.16973], "rotation": [-7.5, 0, 0], "uv": [70, 8]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-3, 18, 3], + "cubes": [ + {"origin": [-6, 12, 2], "size": [4, 8, 6], "pivot": [4, 0, 1], "rotation": [5, 0, 0], "uv": [108, 14], "mirror": true} + ] + }, + { + "name": "leg_right2", + "parent": "leg_right", + "pivot": [-4, 12, 5], + "cubes": [ + {"origin": [-5, 5.4, 5.6], "size": [2, 9, 2], "inflate": 0.01, "pivot": [-7, 0, -3], "rotation": [15, 0, 0], "uv": [38, 97], "mirror": true} + ] + }, + { + "name": "leg_right3", + "parent": "leg_right2", + "pivot": [-4, 8, 5], + "cubes": [ + {"origin": [-5, 2, 1.5], "size": [2, 8, 2], "pivot": [-7, 0, -3], "rotation": [-15, 0, 0], "uv": [38, 97], "mirror": true} + ] + }, + { + "name": "foot_right", + "parent": "leg_right3", + "pivot": [-4, 2, 4], + "cubes": [ + {"origin": [-5.5, 0, 1.5], "size": [3, 2, 4], "inflate": 0.01, "uv": [82, 55], "mirror": true} + ] + }, + { + "name": "toe_middle_right", + "parent": "foot_right", + "pivot": [-4, 2, 2], + "cubes": [ + {"origin": [-4.5, 0, -1.5], "size": [1, 2, 3], "uv": [87, 97], "mirror": true} + ] + }, + { + "name": "toe_middle_right2", + "parent": "toe_middle_right", + "pivot": [-4, 2, -1], + "cubes": [ + {"origin": [-4, 0, -6], "size": [0, 2, 2], "uv": [0, 52], "mirror": true}, + {"origin": [-5, 0, -4.5], "size": [2, 2, 3], "uv": [87, 97], "mirror": true} + ] + }, + { + "name": "bone13", + "parent": "toe_middle_right", + "pivot": [-4, 0, -3] + }, + { + "name": "toe_back_right", + "parent": "foot_right", + "pivot": [-4, 2, 5], + "cubes": [ + {"origin": [-4.5, 0, 5.5], "size": [1, 2, 2], "uv": [60, 97], "mirror": true} + ] + }, + { + "name": "toe_back_right2", + "parent": "toe_back_right", + "pivot": [-4, 2, 7], + "cubes": [ + {"origin": [-4.5, 0, 7.5], "size": [1, 2, 2], "uv": [62, 112], "mirror": true} + ] + }, + { + "name": "bone14", + "parent": "toe_back_right2", + "pivot": [-4, 0, 8], + "cubes": [ + {"origin": [-4, 0, 7], "size": [0, 2, 4], "uv": [46, 19], "mirror": true} + ] + }, + { + "name": "toe_outer_right", + "parent": "foot_right", + "pivot": [-5, 2, 2], + "rotation": [0, 20, 0], + "cubes": [ + {"origin": [-5.41928, 0, -0.8825], "size": [1, 2, 3], "uv": [96, 76], "mirror": true} + ] + }, + { + "name": "toe_outer_right2", + "parent": "toe_outer_right", + "pivot": [-5.16928, 2, -0.3825], + "cubes": [ + {"origin": [-5.16928, 0, -5.3825], "size": [0, 2, 4], "uv": [0, 49], "mirror": true}, + {"origin": [-5.91928, 0, -3.8825], "size": [2, 2, 3], "uv": [96, 76], "mirror": true} + ] + }, + { + "name": "bone15", + "parent": "toe_outer_right", + "pivot": [-5.16928, 0, -3.3825] + }, + { + "name": "toe_inner_right", + "parent": "foot_right", + "pivot": [-3, 2, 2], + "rotation": [0, -20, 0], + "cubes": [ + {"origin": [-3.58072, 0, -0.8825], "size": [1, 2, 3], "uv": [96, 76]} + ] + }, + { + "name": "toe_inner_right5", + "parent": "toe_inner_right", + "pivot": [-2.83072, 2, -0.3825], + "cubes": [ + {"origin": [-2.83072, 0, -5.3825], "size": [0, 2, 4], "uv": [0, 49]}, + {"origin": [-4.08072, 0, -3.8825], "size": [2, 2, 3], "uv": [96, 76]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [3, 18, 3], + "cubes": [ + {"origin": [2, 12, 2], "size": [4, 8, 6], "pivot": [-4, 0, 1], "rotation": [5, 0, 0], "uv": [108, 14]}, + {"origin": [2.5, 10, 3], "size": [3, 6, 4], "pivot": [-4, 0, 1], "rotation": [5, 0, 0], "uv": [110, 16]} + ] + }, + { + "name": "leg_left2", + "parent": "leg_left", + "pivot": [4, 12, 3], + "cubes": [ + {"origin": [3, 5.4, 5.6], "size": [2, 9, 2], "inflate": 0.01, "pivot": [7, 0, -3], "rotation": [15, 0, 0], "uv": [38, 97]} + ] + }, + { + "name": "leg_left3", + "parent": "leg_left2", + "pivot": [4, 8, 5], + "cubes": [ + {"origin": [3, 2, 1.5], "size": [2, 8, 2], "pivot": [7, 0, -3], "rotation": [-15, 0, 0], "uv": [38, 97]} + ] + }, + { + "name": "foot_left", + "parent": "leg_left3", + "pivot": [4, 2, 4], + "cubes": [ + {"origin": [2.5, 0, 1.5], "size": [3, 2, 4], "inflate": 0.01, "uv": [82, 55]} + ] + }, + { + "name": "toe_middle_left", + "parent": "foot_left", + "pivot": [4, 2, 2], + "cubes": [ + {"origin": [3.5, 0, -1.5], "size": [1, 2, 3], "uv": [87, 97]} + ] + }, + { + "name": "toe_middle_left2", + "parent": "toe_middle_left", + "pivot": [4, 2, -1], + "cubes": [ + {"origin": [4, 0, -6], "size": [0, 2, 2], "uv": [0, 52]}, + {"origin": [3, 0, -4.5], "size": [2, 2, 3], "uv": [87, 97]} + ] + }, + { + "name": "bone2", + "parent": "toe_middle_left", + "pivot": [4, 0, -3] + }, + { + "name": "toe_back_left", + "parent": "foot_left", + "pivot": [4, 2, 5], + "cubes": [ + {"origin": [3.5, 0, 5.5], "size": [1, 2, 2], "uv": [60, 97]} + ] + }, + { + "name": "toe_back_left2", + "parent": "toe_back_left", + "pivot": [4, 2, 7], + "cubes": [ + {"origin": [3.5, 0, 7.5], "size": [1, 2, 2], "uv": [62, 112]} + ] + }, + { + "name": "bone3", + "parent": "toe_back_left2", + "pivot": [4, 0, 8], + "cubes": [ + {"origin": [4, 0, 7], "size": [0, 2, 4], "uv": [46, 19]} + ] + }, + { + "name": "toe_outer_left", + "parent": "foot_left", + "pivot": [5, 2, 2], + "rotation": [0, -20, 0], + "cubes": [ + {"origin": [4.41928, 0, -0.8825], "size": [1, 2, 3], "uv": [96, 76]} + ] + }, + { + "name": "toe_outer_left2", + "parent": "toe_outer_left", + "pivot": [5.16928, 2, -0.3825], + "cubes": [ + {"origin": [5.16928, 0, -5.3825], "size": [0, 2, 4], "uv": [0, 49]}, + {"origin": [3.91928, 0, -3.8825], "size": [2, 2, 3], "uv": [96, 76]} + ] + }, + { + "name": "bone4", + "parent": "toe_outer_left", + "pivot": [5.16928, 0, -3.3825] + }, + { + "name": "toe_inner_left", + "parent": "foot_left", + "pivot": [3, 2, 2], + "rotation": [0, 20, 0], + "cubes": [ + {"origin": [2.58072, 0, -0.8825], "size": [1, 2, 3], "uv": [96, 76], "mirror": true} + ] + }, + { + "name": "toe_inner_left5", + "parent": "toe_inner_left", + "pivot": [2.83072, 2, -0.3825], + "cubes": [ + {"origin": [2.83072, 0, -5.3825], "size": [0, 2, 4], "uv": [0, 49], "mirror": true}, + {"origin": [2.08072, 0, -3.8825], "size": [2, 2, 3], "uv": [96, 76], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/avalugg_hisuian.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/avalugg_hisuian.geo.json new file mode 100644 index 0000000..e3fa659 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/avalugg_hisuian.geo.json @@ -0,0 +1,491 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.avalugg", + "texture_width": 512, + "texture_height": 256, + "visible_bounds_width": 9, + "visible_bounds_height": 5.5, + "visible_bounds_offset": [0, 2.25, 0] + }, + "bones": [ + { + "name": "avalugg", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "avalugg", + "pivot": [0, 24, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 24, 0], + "cubes": [ + {"origin": [-25, 31, -29], "size": [50, 12, 18], "inflate": 0.01, "uv": [0, 143]}, + {"origin": [-15.2, 30.7, -46.3], "size": [21, 12, 18], "inflate": 0.01, "pivot": [9.8, 36.7, -38.3], "rotation": [0, 45, 0], "uv": [0, 143]}, + {"origin": [-20, 24, -26], "size": [40, 7, 24], "uv": [193, 51]}, + {"origin": [-20, 28.9, -20], "size": [40, 7, 40], "pivot": [0, 43.9, 0], "rotation": [0, -45, 0], "uv": [0, 68]}, + {"origin": [-9, 22, 18], "size": [18, 10, 13], "uv": [97, 233]}, + {"origin": [-15, 19, -22.1], "size": [30, 10, 41], "pivot": [0, 29, -3], "rotation": [5, 0, 0], "uv": [162, 0]}, + {"origin": [-9.5, 35, 26.7], "size": [20, 8, 20], "pivot": [0, 37, 36.2], "rotation": [0, -45, 0], "uv": [0, 115]}, + {"origin": [-14.3, 43.2, -29.2], "size": [33, 0, 20], "uv": [319, 0]}, + {"origin": [-6, 27, 31], "size": [12, 5, 6], "uv": [0, 173]}, + {"origin": [-27, 29.7, -27], "size": [54, 14, 54], "inflate": 0.02, "pivot": [0, 36.7, 0], "rotation": [0, 45, 0], "uv": [0, 0], "mirror": true}, + {"origin": [-20, 22, -20], "size": [40, 7, 40], "pivot": [0, 37, 0], "rotation": [0, 45, 0], "uv": [0, 68], "mirror": true}, + {"origin": [-19, 32, -1], "size": [38, 11, 38], "inflate": 0.01, "pivot": [0, 37, 18], "rotation": [0, 45, 0], "uv": [98, 137], "mirror": true} + ] + }, + { + "name": "neck", + "parent": "torso", + "pivot": [0, 37, -29], + "cubes": [ + {"origin": [-7, 32, -31], "size": [14, 10, 4], "uv": [103, 190]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 37, -34], + "cubes": [ + {"origin": [-13.5, 35, -40], "size": [27, 8, 6], "inflate": 0.01, "uv": [264, 1]}, + {"origin": [-13.5, 35, -37], "size": [27, 8, 6], "uv": [264, 1]}, + {"origin": [44.6, 36, -27.1], "size": [19, 7, 19], "pivot": [0, 37, 36.5], "rotation": [0, 45, 0], "uv": [191, 82], "mirror": true} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [0, 39.5, -44.5] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [8.9, 39.5, -44.6], + "rotation": [0, -45, 0], + "cubes": [ + {"origin": [4.5, 37, -44.6], "size": [9, 5, 0], "uv": [180, 0]} + ] + }, + { + "name": "pupil_left", + "parent": "eye_left", + "pivot": [8.1, 39.4, -44.61], + "cubes": [ + {"origin": [7.1, 38.4, -44.61], "size": [2, 2, 0], "uv": [198, 0]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [9, 39.5, -44.01], + "cubes": [ + {"origin": [4.5, 37, -44.51], "size": [9, 5, 1], "inflate": 0.01, "uv": [180, 10]} + ] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-8.9, 39.5, -44.6], + "rotation": [0, 45, 0], + "cubes": [ + {"origin": [-13.5, 37, -44.6], "size": [9, 5, 0], "uv": [180, 0], "mirror": true} + ] + }, + { + "name": "pupil_right", + "parent": "eye_right", + "pivot": [-8.1, 39.4, -44.61], + "cubes": [ + {"origin": [-9.1, 38.4, -44.61], "size": [2, 2, 0], "uv": [198, 0], "mirror": true} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-9, 39.5, -44.01], + "cubes": [ + {"origin": [-13.5, 37, -44.51], "size": [9, 5, 1], "inflate": 0.01, "uv": [180, 10], "mirror": true} + ] + }, + { + "name": "jaw_left", + "parent": "head", + "pivot": [16, 31.9, -28.1], + "rotation": [-11.46041, 7.41838, -13.19488], + "cubes": [ + {"origin": [5.82359, 28.96704, -39.29656], "size": [18, 7, 3], "pivot": [14.93272, 37.06704, -37.60063], "rotation": [85.30614, -77.95901, -85.20103], "uv": [285, 194]}, + {"origin": [17.00126, 21.26704, -51.6326], "size": [3, 5, 3], "inflate": 0.25, "pivot": [8.63272, 26.26704, -54.30063], "rotation": [-5.4423, -24.68729, -2.7592], "uv": [265, 216]}, + {"origin": [17.00126, 26.26704, -51.6326], "size": [3, 6, 3], "inflate": 0.1, "pivot": [8.63272, 26.26704, -54.30063], "rotation": [-5.4423, -24.68729, -2.7592], "uv": [265, 216]}, + {"origin": [17.00126, 32.26704, -51.6326], "size": [3, 2, 3], "inflate": 0.01, "pivot": [8.63272, 26.26704, -54.30063], "rotation": [-5.4423, -24.68729, -2.7592], "uv": [265, 216]}, + {"origin": [17.00126, 20.26704, -51.6326], "size": [3, 2, 3], "inflate": 0.01, "pivot": [8.63272, 26.26704, -54.30063], "rotation": [-5.4423, -24.68729, -2.7592], "uv": [265, 216]}, + {"origin": [4.82359, 21.96704, -39.09656], "size": [19, 7, 3], "pivot": [14.93272, 30.06704, -37.60063], "rotation": [76.64543, -76.24604, -86.41976], "uv": [247, 149]}, + {"origin": [3.60126, 20.26704, -54.4326], "size": [16, 7, 3], "pivot": [8.63272, 26.26704, -54.30063], "rotation": [-6.94834, -44.5745, -0.14918], "uv": [265, 216]}, + {"origin": [3.60126, 26.26704, -54.4326], "size": [16, 8, 3], "pivot": [8.63272, 33.26704, -54.30063], "rotation": [0, -45, 0], "uv": [266, 127]}, + {"origin": [17.90709, 21.03205, -42.71847], "size": [0, 19, 9], "pivot": [14.63272, 32.26704, -42.10063], "rotation": [12.26204, 2.96531, -1.79741], "uv": [162, 12]} + ] + }, + { + "name": "jaw", + "parent": "head", + "pivot": [0, 36, -36], + "rotation": [50, 0, 0], + "cubes": [ + {"origin": [-10.5, 31, -40], "size": [21, 5, 7], "uv": [36, 173]} + ] + }, + { + "name": "jaw_spike", + "parent": "jaw", + "pivot": [0, 31, -35.5], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [0, 27.5, -37.5], "size": [0, 4, 4], "uv": [8, 8]} + ] + }, + { + "name": "jaw2", + "parent": "jaw", + "pivot": [0, 31, -40.05], + "rotation": [-7.5, 0, 0], + "cubes": [ + {"origin": [-8.5, 31.03916, -44.00257], "size": [17, 5, 4], "inflate": 0.01, "uv": [168, 91]} + ] + }, + { + "name": "jaw_spike2", + "parent": "jaw2", + "pivot": [0, 31.03916, -41.50257], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [0, 25.03916, -44.00257], "size": [0, 7, 5], "uv": [0, -5]} + ] + }, + { + "name": "jaw3", + "parent": "jaw2", + "pivot": [0, 31.03916, -44.00257], + "cubes": [ + {"origin": [-6.7, 31.03916, -49.70257], "size": [12, 5, 12], "pivot": [0, 33.03916, -43.00257], "rotation": [0, -45, 0], "uv": [248, 84]}, + {"origin": [-5.3, 31.03916, -49.70257], "size": [12, 5, 12], "pivot": [0, 33.03916, -43.00257], "rotation": [0, 45, 0], "uv": [248, 84], "mirror": true} + ] + }, + { + "name": "jaw_spike3", + "parent": "jaw3", + "pivot": [0, 31.03916, -47.50257], + "rotation": [25, 0, 0], + "cubes": [ + {"origin": [0, 26.53916, -49.50257], "size": [0, 6, 4], "uv": [32, -1]} + ] + }, + { + "name": "jaw_right", + "parent": "head", + "pivot": [-16, 31.9, -28.1], + "rotation": [-11.46041, -7.41838, 13.19488], + "cubes": [ + {"origin": [-19.60126, 26.26704, -54.4326], "size": [16, 8, 3], "pivot": [-8.63272, 33.26704, -54.30063], "rotation": [0, 45, 0], "uv": [266, 127], "mirror": true}, + {"origin": [-23.82359, 28.96704, -39.29656], "size": [18, 7, 3], "pivot": [-14.93272, 37.06704, -37.60063], "rotation": [85.30614, 77.95901, 85.20103], "uv": [285, 194], "mirror": true}, + {"origin": [-19.60126, 20.26704, -54.4326], "size": [16, 7, 3], "pivot": [-8.63272, 26.26704, -54.30063], "rotation": [-6.94834, 44.5745, 0.14918], "uv": [265, 216], "mirror": true}, + {"origin": [-20.00126, 21.26704, -51.6326], "size": [3, 5, 3], "inflate": 0.25, "pivot": [-8.63272, 26.26704, -54.30063], "rotation": [-5.4423, 24.68729, 2.7592], "uv": [265, 216], "mirror": true}, + {"origin": [-20.00126, 26.26704, -51.6326], "size": [3, 6, 3], "inflate": 0.1, "pivot": [-8.63272, 26.26704, -54.30063], "rotation": [-5.4423, 24.68729, 2.7592], "uv": [265, 216], "mirror": true}, + {"origin": [-20.00126, 32.26704, -51.6326], "size": [3, 2, 3], "inflate": 0.01, "pivot": [-8.63272, 26.26704, -54.30063], "rotation": [-5.4423, 24.68729, 2.7592], "uv": [265, 216], "mirror": true}, + {"origin": [-20.00126, 20.26704, -51.6326], "size": [3, 2, 3], "inflate": 0.01, "pivot": [-8.63272, 26.26704, -54.30063], "rotation": [-5.4423, 24.68729, 2.7592], "uv": [265, 216], "mirror": true}, + {"origin": [-23.82359, 21.96704, -39.09656], "size": [19, 7, 3], "pivot": [-14.93272, 30.06704, -37.60063], "rotation": [76.64543, 76.24604, 86.41976], "uv": [247, 149], "mirror": true}, + {"origin": [-17.90709, 21.03205, -42.71847], "size": [0, 19, 9], "pivot": [-14.63272, 32.26704, -42.10063], "rotation": [12.26204, -2.96531, 1.79741], "uv": [162, 12], "mirror": true} + ] + }, + { + "name": "jaw_left2", + "parent": "head", + "pivot": [12.5, 34, -40], + "rotation": [-1.44566, 10.56769, -7.70273] + }, + { + "name": "legs", + "parent": "body", + "pivot": [0, 37, 0] + }, + { + "name": "leg_front_left", + "parent": "legs", + "pivot": [18, 29, -14.5] + }, + { + "name": "leg_front_left1", + "parent": "leg_front_left", + "pivot": [16.5, 29, -14.5], + "cubes": [ + {"origin": [13.5, 23.5, -20], "size": [19, 11, 11], "pivot": [16.5, 29, -14.5], "rotation": [45, 0, 0], "uv": [159, 234]} + ] + }, + { + "name": "leg_front_left2", + "parent": "leg_front_left1", + "pivot": [32.5, 35.35, -14.5], + "cubes": [ + {"origin": [32.5, 24.5, -19], "size": [4, 9, 9], "pivot": [34.5, 29, -14.5], "rotation": [45, 0, 0], "uv": [0, 86]} + ] + }, + { + "name": "leg_front_left3", + "parent": "leg_front_left2", + "pivot": [37.5, 35.35, -14.5], + "cubes": [ + {"origin": [36.5, 22.5, -21], "size": [15, 13, 13], "pivot": [43.5, 29, -14.5], "rotation": [45, 0, 0], "uv": [56, 198]} + ] + }, + { + "name": "leg_front_left4", + "parent": "leg_front_left3", + "pivot": [49, 29, -14.5], + "cubes": [ + {"origin": [47, 21, -22.5], "size": [8, 16, 16], "pivot": [47, 29, -14.5], "rotation": [45, 0, 0], "uv": [1, 224]} + ] + }, + { + "name": "leg_front_right", + "parent": "legs", + "pivot": [-18, 29, -14.5] + }, + { + "name": "leg_front_right1", + "parent": "leg_front_right", + "pivot": [-16.5, 29, -14.5], + "cubes": [ + {"origin": [-32.5, 23.5, -20], "size": [19, 11, 11], "pivot": [-16.5, 29, -14.5], "rotation": [45, 0, 0], "uv": [159, 234], "mirror": true} + ] + }, + { + "name": "leg_front_right2", + "parent": "leg_front_right1", + "pivot": [-32.5, 35.35, -14.5], + "cubes": [ + {"origin": [-36.5, 24.5, -19], "size": [4, 9, 9], "pivot": [-34.5, 29, -14.5], "rotation": [45, 0, 0], "uv": [0, 86], "mirror": true} + ] + }, + { + "name": "leg_front_right3", + "parent": "leg_front_right2", + "pivot": [-37.5, 35.35, -14.5], + "cubes": [ + {"origin": [-51.5, 22.5, -21], "size": [15, 13, 13], "pivot": [-43.5, 29, -14.5], "rotation": [45, 0, 0], "uv": [56, 198], "mirror": true} + ] + }, + { + "name": "leg_front_right4", + "parent": "leg_front_right3", + "pivot": [-49, 29, -14.5], + "cubes": [ + {"origin": [-55, 21, -22.5], "size": [8, 16, 16], "pivot": [-47, 29, -14.5], "rotation": [45, 0, 0], "uv": [1, 224], "mirror": true} + ] + }, + { + "name": "claw_front_right", + "parent": "leg_front_right4", + "pivot": [-55, 29, -14.5] + }, + { + "name": "claw_front1_right", + "parent": "claw_front_right", + "pivot": [-55, 29, -22] + }, + { + "name": "claw_front_right2", + "parent": "leg_front_right4", + "pivot": [-55, 29, -14.5], + "rotation": [-60, 0, 0] + }, + { + "name": "claw_front1_right2", + "parent": "claw_front_right2", + "pivot": [-55, 29, -22] + }, + { + "name": "claw_front_right3", + "parent": "leg_front_right4", + "pivot": [-55, 29, -14.5], + "rotation": [60, 0, 0] + }, + { + "name": "claw_front1_right3", + "parent": "claw_front_right3", + "pivot": [-55, 29, -22] + }, + { + "name": "claw_front_right4", + "parent": "leg_front_right4", + "pivot": [-55, 29, -14.5] + }, + { + "name": "claw_front1_right4", + "parent": "claw_front_right4", + "pivot": [-55, 29, -7] + }, + { + "name": "leg_back_left", + "parent": "legs", + "pivot": [12.5, 29, 21.5] + }, + { + "name": "leg_back_left1", + "parent": "leg_back_left", + "pivot": [11, 29, 21.5], + "cubes": [ + {"origin": [8, 23.5, 16], "size": [19, 11, 11], "pivot": [11, 29, 21.5], "rotation": [45, 0, 0], "uv": [140, 115]} + ] + }, + { + "name": "leg_back_left2", + "parent": "leg_back_left1", + "pivot": [27, 35.35, 21.5], + "cubes": [ + {"origin": [27, 24.5, 17], "size": [4, 9, 9], "pivot": [29, 29, 21.5], "rotation": [45, 0, 0], "uv": [120, 86]} + ] + }, + { + "name": "leg_back_left3", + "parent": "leg_back_left2", + "pivot": [32, 35.35, 21.5], + "cubes": [ + {"origin": [31, 22.5, 15], "size": [15, 13, 13], "pivot": [38, 29, 21.5], "rotation": [45, 0, 0], "uv": [0, 198]} + ] + }, + { + "name": "leg_back_left4", + "parent": "leg_back_left3", + "pivot": [43.5, 29, 21.5], + "cubes": [ + {"origin": [41.5, 21, 13.5], "size": [8, 16, 16], "pivot": [41.5, 29, 21.5], "rotation": [45, 0, 0], "uv": [49, 224]} + ] + }, + { + "name": "claw_back_left", + "parent": "leg_back_left4", + "pivot": [49.5, 29, 21.5] + }, + { + "name": "claw_back1_left", + "parent": "claw_back_left", + "pivot": [49.5, 29, 14] + }, + { + "name": "claw_back_left2", + "parent": "leg_back_left4", + "pivot": [49.5, 29, 21.5], + "rotation": [-60, 0, 0] + }, + { + "name": "claw_back1_left2", + "parent": "claw_back_left2", + "pivot": [49.5, 29, 14] + }, + { + "name": "claw_back_left3", + "parent": "leg_back_left4", + "pivot": [49.5, 29, 21.5], + "rotation": [60, 0, 0] + }, + { + "name": "claw_back1_left3", + "parent": "claw_back_left3", + "pivot": [49.5, 29, 14] + }, + { + "name": "claw_back_left4", + "parent": "leg_back_left4", + "pivot": [49.5, 29, 21.5] + }, + { + "name": "claw_back1_left4", + "parent": "claw_back_left4", + "pivot": [49.5, 29, 29] + }, + { + "name": "leg_back_right", + "parent": "legs", + "pivot": [-12.5, 29, 21.5] + }, + { + "name": "leg_back_right1", + "parent": "leg_back_right", + "pivot": [-11, 29, 21.5], + "cubes": [ + {"origin": [-27, 23.5, 16], "size": [19, 11, 11], "pivot": [-11, 29, 21.5], "rotation": [45, 0, 0], "uv": [140, 115], "mirror": true} + ] + }, + { + "name": "leg_back_right2", + "parent": "leg_back_right1", + "pivot": [-27, 35.35, 21.5], + "cubes": [ + {"origin": [-31, 24.5, 17], "size": [4, 9, 9], "pivot": [-29, 29, 21.5], "rotation": [45, 0, 0], "uv": [120, 86], "mirror": true} + ] + }, + { + "name": "leg_back_right3", + "parent": "leg_back_right2", + "pivot": [-32, 35.35, 21.5], + "cubes": [ + {"origin": [-46, 22.5, 15], "size": [15, 13, 13], "pivot": [-38, 29, 21.5], "rotation": [45, 0, 0], "uv": [0, 198], "mirror": true} + ] + }, + { + "name": "leg_back_right4", + "parent": "leg_back_right3", + "pivot": [-43.5, 29, 21.5], + "cubes": [ + {"origin": [-49.5, 21, 13.5], "size": [8, 16, 16], "pivot": [-41.5, 29, 21.5], "rotation": [45, 0, 0], "uv": [49, 224], "mirror": true} + ] + }, + { + "name": "claw_back_right", + "parent": "leg_back_right4", + "pivot": [-49.5, 29, 21.5] + }, + { + "name": "claw_back1_right", + "parent": "claw_back_right", + "pivot": [-49.5, 29, 14] + }, + { + "name": "claw_back_right2", + "parent": "leg_back_right4", + "pivot": [-49.5, 29, 21.5], + "rotation": [-60, 0, 0] + }, + { + "name": "claw_back1_right2", + "parent": "claw_back_right2", + "pivot": [-49.5, 29, 14] + }, + { + "name": "claw_back_right3", + "parent": "leg_back_right4", + "pivot": [-49.5, 29, 21.5], + "rotation": [60, 0, 0] + }, + { + "name": "claw_back1_right3", + "parent": "claw_back_right3", + "pivot": [-49.5, 29, 14] + }, + { + "name": "claw_back_right4", + "parent": "leg_back_right4", + "pivot": [-49.5, 29, 21.5] + }, + { + "name": "claw_back1_right4", + "parent": "claw_back_right4", + "pivot": [-49.5, 29, 29] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/axew/axew.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/axew/axew.geo.json new file mode 100644 index 0000000..0742f6a --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/axew/axew.geo.json @@ -0,0 +1,229 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "axew", + "pivot": [0, 0, 0] + }, + { + "name": "Body", + "parent": "axew", + "pivot": [0, 7.36507, 0.50794], + "cubes": [ + {"origin": [-3, 2.16831, -1.48545], "size": [6, 4, 6], "inflate": 0.15, "pivot": [0, 4.91831, 1.76455], "rotation": [15, 0, 0], "uv": [20, 6]}, + {"origin": [-2.5, 5, -2.75], "size": [5, 3, 6], "inflate": -0.01, "pivot": [0, 8, -0.5], "rotation": [22.5, 0, 0], "uv": [20, 16]}, + {"origin": [-3, 6.75, -3.1], "size": [6, 2, 7], "inflate": -0.1, "pivot": [0, 8, -0.5], "rotation": [7.5, 0, 0], "uv": [0, 12]}, + {"origin": [-0.25, 5.9503, -2.78532], "size": [2, 2, 1], "pivot": [0, 7.7003, -2.78532], "rotation": [14.43276, -13.99545, 43.21918], "uv": [0, 12]} + ] + }, + { + "name": "head", + "parent": "Body", + "pivot": [0, 8.51515, -0.36357], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-3, 8.75, -4], "size": [6, 5, 7], "uv": [0, 0]}, + {"origin": [0, 10.8994, 3.24067], "size": [0, 8, 5], "pivot": [0, 17.1494, 4.99067], "rotation": [-35, 0, 0], "uv": [18, 27]}, + {"origin": [-3, 7.75, -2], "size": [6, 2, 5], "inflate": -0.001, "uv": [20, 25]}, + {"origin": [-2, 8.75, -6], "size": [4, 3, 5], "pivot": [0, 10.25, -4.25], "rotation": [12.5, 0, 0], "uv": [0, 31]}, + {"origin": [0.25, 9.04541, -5.86808], "size": [1, 1, 1], "inflate": 0.001, "pivot": [0.75, 9.54541, -5.11808], "rotation": [7.24677, -10.21235, 54.3516], "uv": [0, 5]}, + {"origin": [-0.1, 9.04541, -5.86808], "size": [1, 1, 1], "inflate": 0.002, "pivot": [0.75, 9.54541, -5.11808], "rotation": [7.24677, -10.21235, 54.3516], "uv": [19, 5]}, + {"origin": [-0.5, 9.25, 0.5], "size": [1, 6, 5], "pivot": [0, 13.75, 2], "rotation": [-42.5, 0, 0], "uv": [28, 32]}, + {"origin": [-0.9, 9.04541, -5.86808], "size": [1, 1, 1], "inflate": 0.002, "pivot": [-0.75, 9.54541, -5.11808], "rotation": [7.24677, 10.21235, -54.3516], "uv": [19, 5], "mirror": true}, + {"origin": [-1.25, 9.04541, -5.86808], "size": [1, 1, 1], "inflate": 0.001, "pivot": [-0.75, 9.54541, -5.11808], "rotation": [7.24677, 10.21235, -54.3516], "uv": [0, 5], "mirror": true}, + {"origin": [0.5, 8.76515, -4.61357], "size": [5, 0, 3], "pivot": [2.75, 8.76515, -3.86357], "rotation": [7.5, 0, 0], "uv": [49, 1]}, + {"origin": [5.25, 8.766, -4.11357], "size": [1, 0, 2], "pivot": [2.75, 8.76515, -3.86357], "rotation": [7.5, 0, 0], "uv": [50, 5]}, + {"origin": [-6.25, 8.766, -4.11357], "size": [1, 0, 2], "pivot": [-2.75, 8.76515, -3.86357], "rotation": [7.5, 0, 0], "uv": [50, 5], "mirror": true}, + {"origin": [-5.5, 8.76515, -4.61357], "size": [5, 0, 3], "pivot": [-2.75, 8.76515, -3.86357], "rotation": [7.5, 0, 0], "uv": [49, 1], "mirror": true} + ] + }, + { + "name": "Jaw", + "parent": "head", + "pivot": [0, 8.25, -1.75], + "cubes": [ + {"origin": [-2, 8, -5], "size": [4, 1, 3], "inflate": -0.01, "uv": [36, 16]}, + {"origin": [-3, 7.75, -3.5], "size": [6, 1, 2], "uv": [19, 0]} + ] + }, + { + "name": "Eyes", + "parent": "head", + "pivot": [0, 8.51515, -0.36357] + }, + { + "name": "Left_EyeOpen", + "parent": "Eyes", + "pivot": [-0.75, 8.26515, -0.86357], + "cubes": [ + {"origin": [2, 9.25, -3], "size": [1, 3, 3], "inflate": 0.001, "uv": [12, 39]}, + {"origin": [1.91, 9.25, -0.5], "size": [1, 3, 1], "inflate": 0.1, "uv": [0, 15]}, + {"origin": [2.01, 9.5, -3.75], "size": [1, 2, 1], "uv": [19, 16]}, + {"origin": [2.115, 9.35, -3.1], "size": [1, 3, 2], "inflate": -0.1, "uv": [0, 0]}, + {"origin": [2.02, 9.85, -2.6], "size": [1, 2, 1], "uv": [0, 21]}, + {"origin": [2.03, 11.1, -2.85], "size": [1, 1, 1], "uv": [14, 21]} + ] + }, + { + "name": "Right_EyeOpen", + "parent": "Eyes", + "pivot": [0.75, 8.26515, -0.86357], + "cubes": [ + {"origin": [-3.115, 9.35, -3.1], "size": [1, 3, 2], "inflate": -0.1, "uv": [0, 0], "mirror": true}, + {"origin": [-3.02, 9.85, -2.6], "size": [1, 2, 1], "uv": [0, 21], "mirror": true}, + {"origin": [-3.03, 11.1, -2.85], "size": [1, 1, 1], "uv": [14, 21], "mirror": true}, + {"origin": [-3.01, 9.5, -3.75], "size": [1, 2, 1], "uv": [19, 16], "mirror": true}, + {"origin": [-2.91, 9.25, -0.5], "size": [1, 3, 1], "inflate": 0.1, "uv": [0, 15], "mirror": true}, + {"origin": [-3, 9.25, -3], "size": [1, 3, 3], "inflate": 0.001, "uv": [12, 39], "mirror": true} + ] + }, + { + "name": "Left_EyesSleep", + "parent": "Eyes", + "pivot": [-1, 8.51515, -0.36357], + "cubes": [ + {"origin": [1.05, 9.25, -3], "size": [1, 3, 3], "inflate": 0.001, "uv": [20, 40]} + ] + }, + { + "name": "Right_EyesSleep", + "parent": "Eyes", + "pivot": [1, 8.51515, -0.36357], + "cubes": [ + {"origin": [-2.05, 9.25, -3], "size": [1, 3, 3], "inflate": 0.001, "uv": [20, 40], "mirror": true} + ] + }, + { + "name": "Tail_1", + "parent": "Body", + "pivot": [0, 3.5, 2], + "cubes": [ + {"origin": [-2, 1.5, 0], "size": [4, 4, 6], "inflate": -0.01, "uv": [0, 21]} + ] + }, + { + "name": "Tail_2", + "parent": "Tail_1", + "pivot": [0, 3.5, 5.5], + "cubes": [ + {"origin": [-1, 2, 3], "size": [2, 3, 5], "inflate": -0.01, "uv": [37, 20]} + ] + }, + { + "name": "Tail_3", + "parent": "Tail_2", + "pivot": [0, 3.5, 7.5], + "cubes": [ + {"origin": [-0.5, 2.5, 4.75], "size": [1, 2, 5], "inflate": -0.01, "uv": [37, 28]} + ] + }, + { + "name": "Left_Arm", + "parent": "Body", + "pivot": [2.5, 6.25, -0.5], + "cubes": [ + {"origin": [2, 5.25, -1.5], "size": [3, 2, 2], "inflate": -0.01, "uv": [38, 7]} + ] + }, + { + "name": "Left_Thumb", + "parent": "Left_Arm", + "pivot": [4.5, 6.25, -1.25], + "cubes": [ + {"origin": [4, 5.75, -1.25], "size": [2, 1, 0], "uv": [3, 5]} + ] + }, + { + "name": "Left_MiddleFinger", + "parent": "Left_Arm", + "pivot": [4.75, 6.75, -0.75], + "cubes": [ + {"origin": [4, 6.25, -0.75], "size": [2, 1, 0], "uv": [17, 21]} + ] + }, + { + "name": "Left_Pinky", + "parent": "Left_Arm", + "pivot": [4.75, 6.75, 0.25], + "cubes": [ + {"origin": [4, 6.25, 0.25], "size": [2, 1, 0], "uv": [3, 15]} + ] + }, + { + "name": "Right_Arm", + "parent": "Body", + "pivot": [-2.5, 6.25, -0.5], + "cubes": [ + {"origin": [-5, 5.25, -1.5], "size": [3, 2, 2], "inflate": -0.01, "uv": [38, 7], "mirror": true} + ] + }, + { + "name": "Right_Thumb", + "parent": "Right_Arm", + "pivot": [-4.5, 6.25, -1.25], + "cubes": [ + {"origin": [-6, 5.75, -1.25], "size": [2, 1, 0], "uv": [3, 5], "mirror": true} + ] + }, + { + "name": "Right_MiddleFinger", + "parent": "Right_Arm", + "pivot": [-4.5, 6.75, -0.75], + "cubes": [ + {"origin": [-6, 6.25, -0.75], "size": [2, 1, 0], "uv": [17, 21], "mirror": true} + ] + }, + { + "name": "Right_Pinky", + "parent": "Right_Arm", + "pivot": [-4.75, 6.75, 0.25], + "cubes": [ + {"origin": [-6, 6.25, 0.25], "size": [2, 1, 0], "uv": [3, 15], "mirror": true} + ] + }, + { + "name": "Left_Leg", + "parent": "axew", + "pivot": [3.5, 3.32634, 0.58696], + "cubes": [ + {"origin": [2.5, 1.51495, -1.31486], "size": [2, 3, 4], "pivot": [0, 3.26495, 0.93514], "rotation": [35, 0, 0], "uv": [0, 39]} + ] + }, + { + "name": "Left_Foot", + "parent": "Left_Leg", + "pivot": [3.5, 0.51495, -0.06486], + "cubes": [ + {"origin": [2.5, 0.01495, -1.06486], "size": [2, 1, 2], "inflate": -0.001, "uv": [14, 23]} + ] + }, + { + "name": "Right_Leg", + "parent": "axew", + "pivot": [-3.5, 3.32634, 0.58696], + "cubes": [ + {"origin": [-4.5, 1.51495, -1.31486], "size": [2, 3, 4], "pivot": [0, 3.26495, 0.93514], "rotation": [35, 0, 0], "uv": [38, 0]} + ] + }, + { + "name": "Right_Foot", + "parent": "Right_Leg", + "pivot": [-3.5, 0.51495, -0.06486], + "cubes": [ + {"origin": [-4.5, 0.01495, -1.06486], "size": [2, 1, 2], "inflate": -0.001, "uv": [14, 23], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/azumarill/azumarill.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/azumarill/azumarill.geo.json new file mode 100644 index 0000000..6c146d8 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/azumarill/azumarill.geo.json @@ -0,0 +1,147 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.azumarill", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 5, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "root", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "root", + "pivot": [0, 2, 0] + }, + { + "name": "bone", + "parent": "body", + "pivot": [0, 2, 0], + "cubes": [ + {"origin": [-4, 3, -4], "size": [8, 13, 8], "uv": [0, 0]}, + {"origin": [-2.7, 7.8, -4.01], "size": [2, 2, 0], "uv": [60, 4]}, + {"origin": [0.2, 8.4, -4.01], "size": [2, 2, 0], "uv": [60, 0]}, + {"origin": [-5.9, 7.7, -3.62], "size": [1, 1, 0], "pivot": [-4.4, 8.5, -4.01], "rotation": [0, 90, 0], "uv": [60, 2]}, + {"origin": [-3.8, 10.3, -4.01], "size": [1, 1, 0], "uv": [60, 2]}, + {"origin": [2.7, 10.1, -4.01], "size": [1, 1, 0], "uv": [60, 2]}, + {"origin": [4.9, 8.5, -3.62], "size": [1, 1, 0], "pivot": [4.4, 9, -4.01], "rotation": [0, -90, 0], "uv": [60, 2]}, + {"origin": [-3, 15, -3], "size": [6, 2, 6], "uv": [22, 23]}, + {"origin": [-3.5, 2, -3.5], "size": [7, 2, 7], "uv": [0, 43]} + ] + }, + { + "name": "face", + "parent": "bone", + "pivot": [0, 11.9, 3.9], + "cubes": [ + {"origin": [-0.5, 12.775, -4.325], "size": [1, 1, 1], "inflate": -0.275, "uv": [59, 10], "mirror": true}, + {"origin": [-1, 11.8, -4.0375], "size": [1, 1, 0], "uv": [32, 12]}, + {"origin": [0, 11.8, -4.0375], "size": [1, 1, 0], "uv": [32, 12], "mirror": true}, + {"origin": [-0.475, 11.375, -4.0125], "size": [1, 1, 0], "uv": [60, 13]} + ] + }, + { + "name": "eye1", + "parent": "face", + "pivot": [2, 14.125, -4.1], + "cubes": [ + {"origin": [1.225, 13.975, -4.325], "size": [1, 1, 1], "inflate": -0.2, "pivot": [2, 14.125, -4.1], "rotation": [0, 0, 5], "uv": [59, 7]}, + {"origin": [1.225, 12.95, -4.1], "size": [1, 2, 0], "pivot": [2, 14.125, -4.1], "rotation": [0, 0, 5], "uv": [21, 25]} + ] + }, + { + "name": "eye2", + "parent": "face", + "pivot": [-1.73563, 14.24018, -3.9626], + "cubes": [ + {"origin": [-2.225, 12.95, -4.1], "size": [1, 2, 0], "pivot": [-2, 14.125, -4.1], "rotation": [0, 0, -5], "uv": [21, 25], "mirror": true}, + {"origin": [-2.225, 13.975, -4.325], "size": [1, 1, 1], "inflate": -0.2, "pivot": [-2, 14.125, -4.1], "rotation": [0, 0, -5], "uv": [59, 7], "mirror": true} + ] + }, + { + "name": "leftEar", + "parent": "bone", + "pivot": [2.5, 15, 0], + "rotation": [2.5, 0, 10], + "cubes": [ + {"origin": [0.82635, 15.97936, -0.87512], "size": [3, 6, 1], "uv": [28, 36]}, + {"origin": [0.82635, 21.45473, -0.12646], "size": [3, 6, 1], "pivot": [2.5, 21, 0], "rotation": [55, 0, 0], "uv": [20, 36]} + ] + }, + { + "name": "rightEar", + "parent": "bone", + "pivot": [-2.5, 15, 0], + "rotation": [2.5, 2.5, -10], + "cubes": [ + {"origin": [-3.8318, 15.97936, -0.87524], "size": [3, 6, 1], "uv": [28, 36], "mirror": true}, + {"origin": [-3.82635, 21.45473, -0.12646], "size": [3, 6, 1], "pivot": [-2.5, 21, 0], "rotation": [75, 0, 0], "uv": [20, 36], "mirror": true} + ] + }, + { + "name": "leftArm", + "parent": "bone", + "pivot": [4, 8, 0], + "rotation": [20, 15, 47.5], + "cubes": [ + {"origin": [3, 7, -1], "size": [4, 2, 2], "uv": [0, 36]}, + {"origin": [6.5, 6.9, -1.5], "size": [3, 2, 3], "pivot": [6, 8.2, 0], "rotation": [0, 0, -15], "uv": [30, 31]} + ] + }, + { + "name": "rightArm", + "parent": "bone", + "pivot": [-4, 8, 0], + "rotation": [20, -15, -47.5], + "cubes": [ + {"origin": [-7, 7, -1], "size": [4, 2, 2], "uv": [0, 36], "mirror": true}, + {"origin": [-9.5, 6.9, -1.5], "size": [3, 2, 3], "pivot": [-6, 8.2, 0], "rotation": [0, 0, 15], "uv": [30, 31], "mirror": true} + ] + }, + { + "name": "tail", + "parent": "bone", + "pivot": [0, 3.2, 3.8], + "rotation": [-40, 0, 0], + "cubes": [ + {"origin": [0, 3, 3.8], "size": [0, 5, 5], "uv": [11, 24]} + ] + }, + { + "name": "bone2", + "parent": "tail", + "pivot": [0, 8, 8], + "cubes": [ + {"origin": [0, 7, 7.8], "size": [0, 3, 3], "uv": [0, 20]}, + {"origin": [-1.59341, 11, 9.40659], "size": [4, 4, 4], "pivot": [0, 13, 11.8], "rotation": [44.71911, 35.39626, 29.83757], "uv": [24, 0]} + ] + }, + { + "name": "leftFoot", + "parent": "body", + "pivot": [2.5, 1, 0], + "rotation": [0, -20, 0], + "cubes": [ + {"origin": [1, 0, -4], "size": [3, 2, 5], "uv": [0, 29]} + ] + }, + { + "name": "rightFoot", + "parent": "body", + "pivot": [-2.5, 1, 0], + "rotation": [0, 20, 0], + "cubes": [ + {"origin": [-4, 0, -4], "size": [3, 2, 5], "uv": [0, 29], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/azurill/azurill.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/azurill/azurill.geo.json new file mode 100644 index 0000000..e9c6dfa --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/azurill/azurill.geo.json @@ -0,0 +1,137 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.azurill", + "texture_width": 32, + "texture_height": 32, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "azurill", + "pivot": [0, 0, 0] + }, + { + "name": "tailball", + "parent": "azurill", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-2.5, 0, -2.5], "size": [5, 5, 5], "uv": [0, 0]} + ] + }, + { + "name": "tail", + "parent": "tailball", + "pivot": [0, 0.59521, 2.79703], + "rotation": [-30, 0, 0], + "cubes": [ + {"origin": [0, -1.65179, 3.63144], "size": [0, 4, 4], "pivot": [0, 2.23027, 5.6233], "rotation": [-90, 0, 0], "uv": [15, 6]} + ] + }, + { + "name": "bone", + "parent": "tail", + "pivot": [0, 2.7, 5.3], + "cubes": [ + {"origin": [0, 6.16864, 8.22142], "size": [0, 1, 4], "pivot": [0, 2.98659, 8.97956], "rotation": [90, 0, 0], "uv": [15, 0]}, + {"origin": [0, 6.36146, 7.56809], "size": [0, 1, 4], "pivot": [0, 3.7464, 8.26354], "rotation": [60, 0, 0], "uv": [15, 0]} + ] + }, + { + "name": "bone2", + "parent": "bone", + "pivot": [0, 6.7, 6.3], + "cubes": [ + {"origin": [0, 1.19619, 4.38782], "size": [0, 4, 1], "pivot": [0, 5.89526, 4.65745], "rotation": [-130, 0, 0], "uv": [0, 9]}, + {"origin": [0, 6.76874, 4.16639], "size": [0, 1, 4], "pivot": [0, 4.44568, 7.5487], "rotation": [15, 0, 0], "uv": [15, 0]} + ] + }, + { + "name": "bone3", + "parent": "bone2", + "pivot": [0, 8.1, 1], + "cubes": [ + {"origin": [0, 3.2448, -1.21673], "size": [0, 4, 1], "pivot": [0, 3.23027, 2.6233], "rotation": [-22.5, 0, 0], "uv": [0, 9]} + ] + }, + { + "name": "body", + "parent": "bone3", + "pivot": [0, 2.88397, -2.16506], + "rotation": [30, 0, 0], + "cubes": [ + {"origin": [-2.5, 2.88397, -4.66506], "size": [5, 5, 5], "uv": [0, 10]}, + {"origin": [-1.5, 3.08397, -0.06506], "size": [3, 2, 1], "pivot": [0, 3.38397, 0.83494], "rotation": [12.5, 0, 0], "uv": [0, 20]} + ] + }, + { + "name": "rightEar", + "parent": "body", + "pivot": [2, 6.88397, -2.16506], + "rotation": [0, 10, 20], + "cubes": [ + {"origin": [0.5, 6.88397, -2.66506], "size": [3, 3, 1], "uv": [15, 0]} + ] + }, + { + "name": "leftEar", + "parent": "body", + "pivot": [-2, 6.88397, -2.16506], + "rotation": [0, -10, -20], + "cubes": [ + {"origin": [-3.5, 6.88397, -2.66506], "size": [3, 3, 1], "uv": [15, 0], "mirror": true} + ] + }, + { + "name": "rightFoot", + "parent": "body", + "pivot": [1.9, 2.98397, -4.66506], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [1.4, 2.48397, -5.66506], "size": [1, 2, 1], "uv": [20, 5]} + ] + }, + { + "name": "leftFoot", + "parent": "body", + "pivot": [-1.9, 2.98397, -4.66506], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [-2.4, 2.48397, -5.66506], "size": [1, 2, 1], "uv": [20, 5]} + ] + }, + { + "name": "RightEye", + "parent": "body", + "pivot": [1.2, 6.01698, -4.6725], + "cubes": [ + {"origin": [0, 5.08397, -4.67], "size": [2, 2, 0], "uv": [0, 30], "mirror": true}, + {"origin": [0.9, 4.95, -4.675], "size": [1, 2, 0], "uv": [4, 30], "mirror": true} + ] + }, + { + "name": "LeftEye", + "parent": "body", + "pivot": [-1.2, 6.01698, -4.6725], + "cubes": [ + {"origin": [-2, 5.08397, -4.67], "size": [2, 2, 0], "uv": [0, 30]}, + {"origin": [-1.9, 4.95, -4.675], "size": [1, 2, 0], "uv": [4, 30]} + ] + }, + { + "name": "mouth", + "parent": "body", + "pivot": [0, 3.98397, -4.66506], + "cubes": [ + {"origin": [-1, 3.98397, -4.67], "size": [2, 1, 0], "uv": [6, 31]}, + {"origin": [-1, 3.48397, -4.675], "size": [2, 1, 0], "uv": [6, 30]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/banette/banette.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/banette/banette.geo.json new file mode 100644 index 0000000..afb1732 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/banette/banette.geo.json @@ -0,0 +1,310 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.banette", + "texture_width": 80, + "texture_height": 80, + "visible_bounds_width": 6, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "banette", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "banette", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 6.25, -0.5], + "cubes": [ + {"origin": [-3.5, 7, -3], "size": [7, 2, 5], "uv": [27, 0]}, + {"origin": [-4, 2, -3.5], "size": [8, 5, 6], "uv": [27, 22]} + ] + }, + { + "name": "neck", + "parent": "torso", + "pivot": [0, 8.5, -0.5], + "cubes": [ + {"origin": [-2, 9, -2], "size": [4, 1, 3], "uv": [47, 0]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 10, -0.5], + "cubes": [ + {"origin": [-4.5, 10, -4], "size": [9, 7, 7], "uv": [0, 13]} + ] + }, + { + "name": "hair", + "parent": "head", + "pivot": [0.005, 16.25, -0.625], + "cubes": [ + {"origin": [-4.49, 12.99, -3.5], "size": [9, 4, 8], "uv": [0, 0]} + ] + }, + { + "name": "hair8", + "parent": "hair", + "pivot": [0.005, 15.25, 4.375], + "cubes": [ + {"origin": [-3.5, 14.5, 4.25], "size": [7, 2, 4], "uv": [26, 13]} + ] + }, + { + "name": "hair2", + "parent": "hair8", + "pivot": [0, 15.5, 7.75], + "cubes": [ + {"origin": [-2.5, 15, 8.25], "size": [5, 1, 7], "uv": [0, 28]} + ] + }, + { + "name": "hair3", + "parent": "hair2", + "pivot": [0, 15.5, 15.25], + "cubes": [ + {"origin": [-2, 15.5, 15.25], "size": [4, 0, 6], "uv": [43, 14]} + ] + }, + { + "name": "hair4", + "parent": "hair3", + "pivot": [0, 15.5, 21.25], + "cubes": [ + {"origin": [-1.5, 15.5, 21.25], "size": [3, 0, 5], "uv": [49, 8]} + ] + }, + { + "name": "hair5", + "parent": "hair4", + "pivot": [0, 15.5, 26.25], + "cubes": [ + {"origin": [-1, 15.5, 26.25], "size": [2, 0, 4], "uv": [0, 48]} + ] + }, + { + "name": "hair6", + "parent": "hair5", + "pivot": [0, 15.5, 30.25], + "cubes": [ + {"origin": [-1, 15.5, 30.25], "size": [2, 0, 3], "uv": [32, 34]} + ] + }, + { + "name": "hair7", + "parent": "hair6", + "pivot": [0, 15.5, 33.25], + "cubes": [ + {"origin": [-0.5, 15.5, 33.25], "size": [1, 0, 3], "uv": [18, 28]} + ] + }, + { + "name": "horns", + "parent": "head", + "pivot": [0, 16, 0] + }, + { + "name": "horn_right", + "parent": "horns", + "pivot": [3.59679, 16.37421, -0.25], + "cubes": [ + {"origin": [1.83075, 14.017, -3.25], "size": [3, 4, 6], "pivot": [2.33075, 16.017, -0.25], "rotation": [-25, 0, 40], "uv": [19, 34]} + ] + }, + { + "name": "horn_mid", + "parent": "horns", + "pivot": [-0.01925, 18.31973, -0.38478], + "cubes": [ + {"origin": [-2.01925, 16.00821, -2.94581], "size": [4, 4, 5], "pivot": [-0.00983, 19.56517, -1.49245], "rotation": [-10, 0, 0], "uv": [38, 34]} + ] + }, + { + "name": "horn_left", + "parent": "horns", + "pivot": [-3.59679, 16.37421, -0.25], + "cubes": [ + {"origin": [-4.83075, 14.017, -3.25], "size": [3, 4, 6], "pivot": [-2.33075, 16.017, -0.25], "rotation": [-25, 0, -40], "uv": [0, 37]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [0, 0, 0] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [2.68632, 13.29469, -4.01], + "rotation": [0, 0, -20], + "cubes": [ + {"origin": [1.68632, 12.29469, -4.01], "size": [2, 2, 0], "uv": [27, 0], "mirror": true} + ] + }, + { + "name": "pupil_right", + "parent": "eye_right", + "pivot": [3.07201, 13.58577, -4.0225], + "rotation": [0, 0, -10], + "cubes": [ + {"origin": [2.14944, 12.59313, -4.02], "size": [1, 2, 0], "pivot": [2.95777, 12.93403, -4.1], "rotation": [0, 0, 15], "uv": [32, 34], "mirror": true}, + {"origin": [2.64944, 12.59313, -4.025], "size": [1, 2, 0], "pivot": [2.95777, 12.93403, -4.1], "rotation": [0, 0, 15], "uv": [32, 61], "mirror": true} + ] + }, + { + "name": "eyelid_out_right", + "parent": "eye_right", + "pivot": [2.74782, 14.24634, -4.1], + "cubes": [ + {"origin": [1.41132, 14.09469, -4.03], "size": [2, 1, 0], "pivot": [2.41132, 14.59469, -4.1], "rotation": [0, 0, -45], "uv": [0, 39], "mirror": true}, + {"origin": [1.61132, 14.84469, -4.04], "size": [2, 1, 0], "pivot": [2.41132, 14.59469, -4.1], "rotation": [0, 0, -45], "uv": [0, 66], "mirror": true}, + {"origin": [2.11843, 14.09469, -4.03], "size": [2, 1, 0], "pivot": [3.11843, 14.59469, -4.1], "rotation": [0, 0, 45], "uv": [13, 39], "mirror": true}, + {"origin": [1.91843, 14.84469, -4.04], "size": [2, 1, 0], "pivot": [3.11843, 14.59469, -4.1], "rotation": [0, 0, 45], "uv": [13, 63], "mirror": true}, + {"origin": [3.47198, 13.53403, -4.03], "size": [1, 1, 0], "uv": [0, 41], "mirror": true}, + {"origin": [3.87198, 14.18403, -4.04], "size": [1, 1, 0], "uv": [0, 61], "mirror": true}, + {"origin": [1.05777, 13.53403, -4.03], "size": [1, 1, 0], "uv": [40, 34], "mirror": true}, + {"origin": [0.65777, 14.18403, -4.04], "size": [1, 1, 0], "uv": [37, 61], "mirror": true} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [2.28632, 13.29469, -3.93], + "cubes": [ + {"origin": [1.28632, 12.29469, -3.93], "size": [3, 2, 0], "inflate": 0.01, "uv": [0, 16], "mirror": true} + ] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [-2.58632, 13.29469, -4.01], + "rotation": [0, 0, 20], + "cubes": [ + {"origin": [-3.58632, 12.29469, -4.01], "size": [2, 2, 0], "uv": [27, 0]} + ] + }, + { + "name": "pupil_left", + "parent": "eye_left", + "pivot": [-2.97201, 13.58577, -4.0225], + "rotation": [0, 0, 7.5], + "cubes": [ + {"origin": [-3.04944, 12.59313, -4.02], "size": [1, 2, 0], "pivot": [-2.85777, 12.93403, -4.1], "rotation": [0, 0, -15], "uv": [32, 34]}, + {"origin": [-3.54944, 12.59313, -4.025], "size": [1, 2, 0], "pivot": [-2.85777, 12.93403, -4.1], "rotation": [0, 0, -15], "uv": [32, 61]} + ] + }, + { + "name": "eyelid_out_left", + "parent": "eye_left", + "pivot": [-2.64782, 14.24634, -4.1], + "cubes": [ + {"origin": [-3.31132, 14.09469, -4.03], "size": [2, 1, 0], "pivot": [-2.31132, 14.59469, -4.1], "rotation": [0, 0, 45], "uv": [0, 39]}, + {"origin": [-3.51132, 14.84469, -4.04], "size": [2, 1, 0], "pivot": [-2.31132, 14.59469, -4.1], "rotation": [0, 0, 45], "uv": [0, 66]}, + {"origin": [-4.01843, 14.09469, -4.03], "size": [2, 1, 0], "pivot": [-3.01843, 14.59469, -4.1], "rotation": [0, 0, -45], "uv": [13, 39]}, + {"origin": [-3.81843, 14.84469, -4.04], "size": [2, 1, 0], "pivot": [-3.01843, 14.59469, -4.1], "rotation": [0, 0, -45], "uv": [13, 63]}, + {"origin": [-4.37198, 13.53403, -4.03], "size": [1, 1, 0], "uv": [0, 41]}, + {"origin": [-4.77198, 14.18403, -4.04], "size": [1, 1, 0], "uv": [0, 61]}, + {"origin": [-1.95777, 13.53403, -4.03], "size": [1, 1, 0], "uv": [40, 34]}, + {"origin": [-1.55777, 14.18403, -4.04], "size": [1, 1, 0], "uv": [37, 61]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [-2.18632, 13.29469, -3.93], + "cubes": [ + {"origin": [-4.18632, 12.29469, -3.93], "size": [3, 2, 0], "inflate": 0.01, "uv": [0, 16]} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [0.14508, 10.95771, -4.02], + "cubes": [ + {"origin": [-2, 10.5, -4.03], "size": [4, 1, 0], "uv": [18, 32]}, + {"origin": [2.03711, 10.65718, -4.02], "size": [2, 1, 0], "pivot": [2.73615, 9.40918, -4], "rotation": [0, 0, -12.5], "uv": [32, 38]}, + {"origin": [-3.79597, 10.8321, -4.02], "size": [2, 1, 0], "pivot": [-3.79597, 10.8321, -4], "rotation": [0, 0, 10], "uv": [38, 20]}, + {"origin": [-3.95442, 9.27094, -4.03], "size": [1, 3, 0], "pivot": [-4.95442, 10.02094, -4], "rotation": [0, 0, 10], "uv": [5, 4]} + ] + }, + { + "name": "arm_right", + "parent": "torso", + "pivot": [3, 8, -0.5], + "cubes": [ + {"origin": [3.5, 7.5, -1.5], "size": [5, 1, 2], "uv": [50, 21]} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [8.7712, 8.1875, -0.5], + "cubes": [ + {"origin": [14.3, 8.25, -2], "size": [1, 0, 1], "pivot": [14.3, 8.25, -1.5], "rotation": [0, 10, 0], "uv": [0, 30]}, + {"origin": [14.3, 8.25, 0], "size": [1, 0, 1], "pivot": [14.3, 8.25, 0.5], "rotation": [0, -10, 0], "uv": [0, 28]}, + {"origin": [14.5, 8.25, -1], "size": [1, 0, 1], "uv": [27, 3]}, + {"origin": [8.5, 7.5, -2], "size": [6, 1, 3], "uv": [35, 8]} + ] + }, + { + "name": "arm_left", + "parent": "torso", + "pivot": [-3, 8, -0.5], + "cubes": [ + {"origin": [-8.5, 7.5, -1.5], "size": [5, 1, 2], "uv": [50, 49]} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [-8.7712, 8.1875, -0.5], + "cubes": [ + {"origin": [-15.3, 8.25, -2], "size": [1, 0, 1], "pivot": [-14.3, 8.25, -1.5], "rotation": [0, -10, 0], "uv": [0, 32]}, + {"origin": [-15.3, 8.25, 0], "size": [1, 0, 1], "pivot": [-14.3, 8.25, 0.5], "rotation": [0, 10, 0], "uv": [33, 20]}, + {"origin": [-15.5, 8.25, -1], "size": [1, 0, 1], "uv": [0, 37]}, + {"origin": [-14.5, 7.5, -2], "size": [6, 1, 3], "uv": [45, 44]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 2.99984, 2.2831], + "cubes": [ + {"origin": [-0.5, 2.5, 2.5], "size": [1, 1, 2], "uv": [0, 0]}, + {"origin": [-1, 3.5, 4.5], "size": [3, 0, 3], "pivot": [-0.5, 3.5, 4.5], "rotation": [35, 0, 0], "uv": [28, 55]}, + {"origin": [-2, 1.9256, 4.31858], "size": [3, 0, 3], "pivot": [0, 1.9256, 5.31858], "rotation": [-35, 0, 0], "uv": [52, 34]}, + {"origin": [-2.28597, 3.5, 4.41015], "size": [3, 0, 3], "pivot": [-0.78597, 3.5, 4.91015], "rotation": [35, 0, -90], "uv": [47, 53]}, + {"origin": [0.28597, 3.5, 4.41015], "size": [3, 0, 3], "pivot": [0.78597, 3.5, 4.91015], "rotation": [35, 0, 90], "uv": [0, 53]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [2.25, 2, -0.5], + "cubes": [ + {"origin": [0.75, 0, -3], "size": [3, 3, 5], "uv": [33, 46]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [-2.25, 2, -0.5], + "cubes": [ + {"origin": [-3.75, 0, -3], "size": [3, 3, 5], "uv": [14, 47]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/barbaracle/barbaracle.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/barbaracle/barbaracle.geo.json new file mode 100644 index 0000000..3745c7d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/barbaracle/barbaracle.geo.json @@ -0,0 +1,576 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.barbaracle", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 5, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "barbaracle", + "pivot": [0, 0.4, 0] + }, + { + "name": "body", + "parent": "barbaracle", + "pivot": [0, 11.9, 2] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 10.9, 0.75], + "cubes": [ + {"origin": [-5, 10.9, -3.5], "size": [10, 3, 8], "uv": [46, 42]}, + {"origin": [-2.5, 16.9, -2], "size": [5, 6, 5], "uv": [0, 65]}, + {"origin": [-7, 13.9, -5], "size": [14, 3, 11], "uv": [0, 28]} + ] + }, + { + "name": "bone2", + "parent": "torso", + "pivot": [0, 22.9, 2.925], + "cubes": [ + {"origin": [-6, 22.9, -5], "size": [12, 4, 11], "uv": [0, 42]}, + {"origin": [-9, 25.9, -7.575], "size": [18, 5, 9], "pivot": [0, 28.4, -3.075], "rotation": [17.5, 0, 0], "uv": [0, 0]}, + {"origin": [-1.5, 30.925, -7.575], "size": [3, 0, 6], "pivot": [0.5, 28.425, -3.075], "rotation": [17.5, 0, 0], "uv": [80, 88]}, + {"origin": [5.5, 30.83641, -5.21561], "size": [3, 0, 3], "pivot": [7, 30.83641, -3.71561], "rotation": [17.5, 0, 0], "uv": [98, 6]}, + {"origin": [-8.5, 31.13641, 2.21561], "size": [3, 0, 3], "pivot": [-7, 31.13641, 3.71561], "rotation": [-17.5, 0, 0], "uv": [98, 88]}, + {"origin": [-7.5, 30.83641, -4.21561], "size": [2, 0, 2], "pivot": [-6, 30.83641, -3.71561], "rotation": [17.5, 0, 0], "uv": [82, 51]}, + {"origin": [-0.5, 26.36905, -4.44009], "size": [1, 5, 3], "inflate": -0.05, "pivot": [0, 28.86905, -3.44009], "rotation": [37.5, 0, 0], "uv": [64, 95]}, + {"origin": [-1, 26.775, -2.575], "size": [2, 5, 2], "pivot": [-3, 29.275, -3.075], "rotation": [32.5, 0, 0], "uv": [72, 100]}, + {"origin": [-9, 25.9, -0.5], "size": [18, 5, 9], "pivot": [0, 28.4, 4], "rotation": [-17.5, 0, 0], "uv": [0, 14]}, + {"origin": [-1.5, 23.49391, 6.59695], "size": [3, 6, 3], "pivot": [0, 26.49391, 8.09695], "rotation": [-24.03208, 42.406, -16.73634], "uv": [32, 93]}, + {"origin": [-12.975, 26.9, -0.5], "size": [4, 4, 6], "pivot": [-3.975, 28.4, 4], "rotation": [-17.5, 0, 0], "uv": [0, 76]}, + {"origin": [-13, 26.9, -4.575], "size": [4, 4, 6], "pivot": [-4, 28.4, -3.075], "rotation": [17.5, 0, 0], "uv": [74, 63]}, + {"origin": [8.975, 26.9, -0.5], "size": [4, 4, 6], "pivot": [17.975, 28.4, 4], "rotation": [-17.5, 0, 0], "uv": [60, 73]}, + {"origin": [9, 26.9, -4.575], "size": [4, 4, 6], "pivot": [18, 28.4, -3.075], "rotation": [17.5, 0, 0], "uv": [70, 53]}, + {"origin": [-1.5, 23.49391, -8.67195], "size": [3, 6, 3], "pivot": [0, 26.49391, -7.17195], "rotation": [24.03208, -42.406, -16.73634], "uv": [90, 51]} + ] + }, + { + "name": "arm_left2", + "parent": "bone2", + "pivot": [7.75, 30.9, 0.175], + "rotation": [-37.5, 0, -72.5], + "cubes": [ + {"origin": [5.66332, 29.00178, -0.96127], "size": [7, 3, 3], "uv": [80, 82]} + ] + }, + { + "name": "bone21", + "parent": "arm_left2", + "pivot": [12.66332, 32.00178, 0.53873], + "cubes": [ + {"origin": [12.66332, 29.00178, -0.96127], "size": [5, 3, 3], "uv": [56, 89]} + ] + }, + { + "name": "bone22", + "parent": "bone21", + "pivot": [17.66332, 32.00178, 0.53873], + "cubes": [ + {"origin": [17.66332, 28.50178, -1.46127], "size": [1, 4, 4], "uv": [54, 95]}, + {"origin": [18.66332, 28.50178, -2.46127], "size": [6, 4, 6], "uv": [54, 10]} + ] + }, + { + "name": "bone26", + "parent": "bone22", + "pivot": [24.66332, 32.00178, -1.46127], + "cubes": [ + {"origin": [24.66332, 29.00178, -1.96127], "size": [3, 3, 1], "uv": [24, 102]} + ] + }, + { + "name": "bone27", + "parent": "bone26", + "pivot": [27.71332, 32.00178, -1.41127], + "cubes": [ + {"origin": [27.58832, 29.00178, -1.96127], "size": [3, 3, 1], "inflate": -0.075, "uv": [32, 102]} + ] + }, + { + "name": "bone23", + "parent": "bone22", + "pivot": [24.66332, 32.00178, 0.53873], + "cubes": [ + {"origin": [24.66332, 29.00178, -0.96127], "size": [4, 3, 3], "uv": [72, 94]} + ] + }, + { + "name": "bone24", + "parent": "bone23", + "pivot": [28.63832, 31.87678, 0.53873], + "cubes": [ + {"origin": [28.53832, 29.00178, -0.46127], "size": [2, 3, 2], "inflate": -0.125, "uv": [100, 73]}, + {"origin": [28.53832, 29.00178, 0.03873], "size": [2, 3, 1], "inflate": -0.1, "uv": [26, 96]} + ] + }, + { + "name": "bone25", + "parent": "bone24", + "pivot": [30.41332, 31.75178, 0.53873], + "cubes": [ + {"origin": [30.18832, 29.00178, 0.03873], "size": [2, 3, 1], "inflate": -0.2, "uv": [8, 106]} + ] + }, + { + "name": "bone28", + "parent": "bone22", + "pivot": [24.66332, 32.00178, 2.53873], + "cubes": [ + {"origin": [24.66332, 29.00178, 2.03873], "size": [3, 3, 1], "uv": [102, 42]} + ] + }, + { + "name": "bone29", + "parent": "bone28", + "pivot": [27.71332, 32.00178, 2.58873], + "cubes": [ + {"origin": [27.58832, 29.00178, 2.03873], "size": [3, 3, 1], "inflate": -0.075, "uv": [102, 46]} + ] + }, + { + "name": "bone48", + "parent": "bone22", + "pivot": [22.16332, 28.47678, 0.53873], + "cubes": [ + {"origin": [21.66332, 28.47678, 0.03873], "size": [1, 0, 1], "uv": [60, 41]} + ] + }, + { + "name": "arm_right2", + "parent": "bone2", + "pivot": [-7.75, 30.9, 0.175], + "rotation": [-37.5, 0, 72.5], + "cubes": [ + {"origin": [-12.66332, 29.00178, -0.96127], "size": [7, 3, 3], "uv": [80, 82], "mirror": true} + ] + }, + { + "name": "bone30", + "parent": "arm_right2", + "pivot": [-12.66332, 32.00178, 0.53873], + "cubes": [ + {"origin": [-17.66332, 29.00178, -0.96127], "size": [5, 3, 3], "uv": [56, 89], "mirror": true} + ] + }, + { + "name": "bone31", + "parent": "bone30", + "pivot": [-17.66332, 32.00178, 0.53873], + "cubes": [ + {"origin": [-18.66332, 28.50178, -1.46127], "size": [1, 4, 4], "uv": [100, 24]}, + {"origin": [-24.66332, 28.50178, -2.46127], "size": [6, 4, 6], "uv": [54, 10], "mirror": true} + ] + }, + { + "name": "bone32", + "parent": "bone31", + "pivot": [-24.66332, 32.00178, -1.46127], + "cubes": [ + {"origin": [-27.66332, 29.00178, -1.96127], "size": [3, 3, 1], "uv": [104, 35]} + ] + }, + { + "name": "bone33", + "parent": "bone32", + "pivot": [-27.71332, 32.00178, -1.41127], + "cubes": [ + {"origin": [-30.58832, 29.00178, -1.96127], "size": [3, 3, 1], "inflate": -0.075, "uv": [40, 105]} + ] + }, + { + "name": "bone34", + "parent": "bone31", + "pivot": [-24.66332, 32.00178, 0.53873], + "cubes": [ + {"origin": [-28.66332, 29.00178, -0.96127], "size": [4, 3, 3], "uv": [0, 95]} + ] + }, + { + "name": "bone35", + "parent": "bone34", + "pivot": [-28.63832, 31.87678, 0.53873], + "cubes": [ + {"origin": [-30.53832, 29.00178, -0.46127], "size": [2, 3, 2], "inflate": -0.125, "uv": [0, 101]}, + {"origin": [-30.53832, 29.00178, 0.03873], "size": [2, 3, 1], "inflate": -0.1, "uv": [96, 106]} + ] + }, + { + "name": "bone36", + "parent": "bone35", + "pivot": [-30.41332, 31.75178, 0.53873], + "cubes": [ + {"origin": [-32.18832, 29.00178, 0.03873], "size": [2, 3, 1], "inflate": -0.2, "uv": [102, 106]} + ] + }, + { + "name": "bone37", + "parent": "bone31", + "pivot": [-24.66332, 32.00178, 2.53873], + "cubes": [ + {"origin": [-27.66332, 29.00178, 2.03873], "size": [3, 3, 1], "uv": [80, 105]} + ] + }, + { + "name": "bone38", + "parent": "bone37", + "pivot": [-27.71332, 32.00178, 2.58873], + "cubes": [ + {"origin": [-30.58832, 29.00178, 2.03873], "size": [3, 3, 1], "inflate": -0.075, "uv": [0, 106]} + ] + }, + { + "name": "bone51", + "parent": "bone31", + "pivot": [-22.16332, 28.47678, 0.53873], + "cubes": [ + {"origin": [-22.66332, 28.47678, 0.03873], "size": [1, 0, 1], "uv": [68, 41]} + ] + }, + { + "name": "arm_left", + "parent": "bone2", + "pivot": [7, 27.15, 0.175], + "rotation": [0, 0, 27.5], + "cubes": [ + {"origin": [6, 25.4, -1.075], "size": [9, 3, 3], "uv": [78, 10]} + ] + }, + { + "name": "bone3", + "parent": "arm_left", + "pivot": [15, 26.9, 1.925], + "cubes": [ + {"origin": [15, 25.4, -1.075], "size": [7, 3, 3], "uv": [26, 57]} + ] + }, + { + "name": "bone5", + "parent": "bone3", + "pivot": [22, 28.4, 0.425], + "cubes": [ + {"origin": [22, 24.9, -1.575], "size": [1, 4, 4], "uv": [54, 95]}, + {"origin": [23, 24.9, -2.575], "size": [6, 4, 6], "uv": [54, 10]} + ] + }, + { + "name": "bone11", + "parent": "bone5", + "pivot": [29, 28.4, -1.575], + "cubes": [ + {"origin": [29, 25.4, -2.075], "size": [3, 3, 1], "uv": [102, 9]} + ] + }, + { + "name": "bone12", + "parent": "bone11", + "pivot": [32.05, 28.4, -1.525], + "cubes": [ + {"origin": [31.925, 25.4, -2.075], "size": [3, 3, 1], "inflate": -0.075, "uv": [16, 102]} + ] + }, + { + "name": "bone6", + "parent": "bone5", + "pivot": [28.65, 27.9, 0.3], + "cubes": [ + {"origin": [29, 25.4, -1.075], "size": [4, 3, 3], "uv": [94, 67]} + ] + }, + { + "name": "bone7", + "parent": "bone6", + "pivot": [32.75, 27.9, 0.175], + "cubes": [ + {"origin": [32.875, 25.4, -0.575], "size": [2, 3, 2], "inflate": -0.125, "uv": [72, 89]}, + {"origin": [32.875, 25.4, -0.075], "size": [2, 3, 1], "inflate": -0.1, "uv": [20, 69]} + ] + }, + { + "name": "bone8", + "parent": "bone7", + "pivot": [34.725, 28.15, 0.45], + "cubes": [ + {"origin": [34.525, 25.4, -0.075], "size": [2, 3, 1], "inflate": -0.2, "uv": [20, 65]} + ] + }, + { + "name": "bone9", + "parent": "bone5", + "pivot": [29, 28.4, 2.425], + "cubes": [ + {"origin": [29, 25.4, 1.925], "size": [3, 3, 1], "uv": [44, 101]} + ] + }, + { + "name": "bone10", + "parent": "bone9", + "pivot": [32.05, 28.4, 2.475], + "cubes": [ + {"origin": [31.925, 25.4, 1.925], "size": [3, 3, 1], "inflate": -0.075, "uv": [8, 102]} + ] + }, + { + "name": "bone49", + "parent": "bone5", + "pivot": [26.5, 24.875, 0.425], + "cubes": [ + {"origin": [26, 24.875, -0.075], "size": [1, 0, 1], "uv": [56, 41]} + ] + }, + { + "name": "arm_right", + "parent": "bone2", + "pivot": [-7, 27.15, 0.175], + "rotation": [0, 0, -27.5], + "cubes": [ + {"origin": [-15, 25.4, -1.075], "size": [9, 3, 3], "uv": [78, 10], "mirror": true} + ] + }, + { + "name": "bone4", + "parent": "arm_right", + "pivot": [-15, 26.9, 1.925], + "cubes": [ + {"origin": [-22, 25.4, -1.075], "size": [7, 3, 3], "uv": [26, 57], "mirror": true} + ] + }, + { + "name": "bone13", + "parent": "bone4", + "pivot": [-22, 28.4, 0.425], + "cubes": [ + {"origin": [-23, 24.9, -1.575], "size": [1, 4, 4], "uv": [54, 95]}, + {"origin": [-29, 24.9, -2.575], "size": [6, 4, 6], "uv": [54, 10], "mirror": true} + ] + }, + { + "name": "bone14", + "parent": "bone13", + "pivot": [-29, 28.4, -1.575], + "cubes": [ + {"origin": [-32, 25.4, -2.075], "size": [3, 3, 1], "uv": [98, 102]} + ] + }, + { + "name": "bone15", + "parent": "bone14", + "pivot": [-32.05, 28.4, -1.525], + "cubes": [ + {"origin": [-34.925, 25.4, -2.075], "size": [3, 3, 1], "inflate": -0.075, "uv": [52, 103]} + ] + }, + { + "name": "bone16", + "parent": "bone13", + "pivot": [-28.65, 27.9, 0.3], + "cubes": [ + {"origin": [-33, 25.4, -1.075], "size": [4, 3, 3], "uv": [86, 94]} + ] + }, + { + "name": "bone17", + "parent": "bone16", + "pivot": [-32.75, 27.9, 0.175], + "cubes": [ + {"origin": [-34.875, 25.4, -0.575], "size": [2, 3, 2], "inflate": -0.125, "uv": [100, 97]}, + {"origin": [-34.875, 25.4, -0.075], "size": [2, 3, 1], "inflate": -0.1, "uv": [26, 106]} + ] + }, + { + "name": "bone18", + "parent": "bone17", + "pivot": [-34.725, 28.15, 0.45], + "cubes": [ + {"origin": [-36.525, 25.4, -0.075], "size": [2, 3, 1], "inflate": -0.2, "uv": [32, 106]} + ] + }, + { + "name": "bone19", + "parent": "bone13", + "pivot": [-29, 28.4, 2.425], + "cubes": [ + {"origin": [-32, 25.4, 1.925], "size": [3, 3, 1], "uv": [60, 103]} + ] + }, + { + "name": "bone20", + "parent": "bone19", + "pivot": [-32.05, 28.4, 2.475], + "cubes": [ + {"origin": [-34.925, 25.4, 1.925], "size": [3, 3, 1], "inflate": -0.075, "uv": [88, 103]} + ] + }, + { + "name": "bone50", + "parent": "bone13", + "pivot": [-26.5, 24.875, 0.425], + "cubes": [ + {"origin": [-27, 24.875, -0.075], "size": [1, 0, 1], "uv": [64, 41]} + ] + }, + { + "name": "head", + "parent": "bone2", + "pivot": [0, 31.4, 0.75], + "cubes": [ + {"origin": [-4.5, 29.9, -2.5], "size": [9, 6, 6], "uv": [50, 29]}, + {"origin": [0.55, 31.325, -2.55], "size": [3, 2, 0], "pivot": [2.05, 33.825, -2.55], "rotation": [0, 0, -17.5], "uv": [32, 90]}, + {"origin": [-3.55, 31.325, -2.55], "size": [3, 2, 0], "pivot": [-2.05, 33.825, -2.55], "rotation": [0, 0, 17.5], "uv": [26, 100]}, + {"origin": [2, 35.9, -2.5], "size": [2, 3, 6], "uv": [40, 84]}, + {"origin": [-2, 38.6, -4.625], "size": [4, 2, 8], "inflate": 0.05, "pivot": [1, 39.6, -1.125], "rotation": [10, 0, 0], "uv": [46, 53]}, + {"origin": [-2, 35.3, -2.5], "size": [4, 4, 6], "inflate": 0.05, "uv": [78, 0]}, + {"origin": [-4, 35.9, -2.5], "size": [2, 3, 6], "uv": [0, 86]}, + {"origin": [-1.55, 37.8, -7.55], "size": [1, 2, 3], "pivot": [-1.05, 38.8, -5.55], "rotation": [11.25, 0, 0], "uv": [100, 78]}, + {"origin": [0.45, 37.8, -7.55], "size": [1, 2, 3], "pivot": [0.95, 38.8, -5.55], "rotation": [11.25, 0, 0], "uv": [80, 100]} + ] + }, + { + "name": "mouth_open", + "parent": "head", + "pivot": [-1.5, 30.9, -1.25], + "cubes": [ + {"origin": [-1.5, 31.55, -2.275], "size": [3, 2, 0], "uv": [102, 13]} + ] + }, + { + "name": "bone46", + "parent": "head", + "pivot": [-1.5, 34.925, -2.525], + "cubes": [ + {"origin": [-2, 34.425, -2.525], "size": [1, 1, 0], "uv": [78, 18]} + ] + }, + { + "name": "bone47", + "parent": "head", + "pivot": [-1.5, 31.4, -1.5], + "cubes": [ + {"origin": [-1.5, 32.05, -2.525], "size": [3, 1, 0], "uv": [50, 41]} + ] + }, + { + "name": "bone45", + "parent": "head", + "pivot": [1.5, 34.9, -2.525], + "cubes": [ + {"origin": [1, 34.4, -2.525], "size": [1, 1, 0], "uv": [78, 16]} + ] + }, + { + "name": "bone41", + "parent": "head", + "pivot": [2.95, 39.35, -5.55], + "cubes": [ + {"origin": [2, 38.15, -4.625], "size": [2, 2, 8], "inflate": 0.025, "pivot": [3, 39.15, -1.125], "rotation": [10, 0, 0], "uv": [80, 16]}, + {"origin": [2.45, 37.35, -6.55], "size": [1, 2, 2], "pivot": [2.95, 38.35, -5.55], "rotation": [11.25, 0, 0], "uv": [14, 106]} + ] + }, + { + "name": "bone40", + "parent": "head", + "pivot": [-3.05, 39.35, -5.55], + "cubes": [ + {"origin": [-4, 38.15, -4.625], "size": [2, 2, 8], "inflate": 0.025, "pivot": [-3, 39.15, -1.125], "rotation": [10, 0, 0], "uv": [80, 26]}, + {"origin": [-3.55, 37.35, -6.55], "size": [1, 2, 2], "pivot": [-3.05, 38.35, -5.55], "rotation": [11.25, 0, 0], "uv": [20, 106]} + ] + }, + { + "name": "bone42", + "parent": "bone40", + "pivot": [-3.2, 31.11964, 0.23851], + "rotation": [-28.06681, 11.06861, -5.84485], + "cubes": [ + {"origin": [-4.175, 30.21672, -5.84884], "size": [2, 2, 5], "inflate": 0.025, "pivot": [-3.175, 31.275, 0.2], "rotation": [10, 0, 0], "uv": [94, 60]}, + {"origin": [-3.725, 28.975, -8.725], "size": [1, 2, 3], "pivot": [-3.225, 29.975, -6.725], "rotation": [11.25, 0, 0], "uv": [100, 83]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-3.275, 13.025, 0.925], + "rotation": [27.92649, -38.33999, -41.37385], + "cubes": [ + {"origin": [-12.275, 11.025, -1.325], "size": [9, 4, 4], "uv": [54, 20], "mirror": true} + ] + }, + { + "name": "leg_right_lower", + "parent": "leg_right", + "pivot": [-12.35, 15.075, 0.175], + "rotation": [0, 0, 31.75], + "cubes": [ + {"origin": [-12.47391, 9.10357, -1.825], "size": [5, 6, 5], "uv": [20, 73], "mirror": true} + ] + }, + { + "name": "bone39", + "parent": "leg_right_lower", + "pivot": [-7.97391, 9.10357, 0.675], + "cubes": [ + {"origin": [-12.47391, 5.10357, -1.825], "size": [5, 4, 5], "inflate": 0.05, "uv": [80, 73], "mirror": true}, + {"origin": [-10.97391, 5.02857, -0.3], "size": [2, 0, 2], "uv": [0, 0]} + ] + }, + { + "name": "bone43", + "parent": "bone39", + "pivot": [-12.22391, 5.10357, 0.675], + "cubes": [ + {"origin": [-14.97391, 5.10357, -0.825], "size": [3, 3, 3], "uv": [98, 0]}, + {"origin": [-15.97391, 5.10357, 2.025], "size": [4, 2, 1], "pivot": [-12.97391, 5.10357, 3.025], "rotation": [0, -6.25, 0], "uv": [88, 100]}, + {"origin": [-15.97391, 5.10357, -1.675], "size": [4, 2, 1], "pivot": [-12.97391, 5.10357, -1.675], "rotation": [0, 6.25, 0], "uv": [100, 94]}, + {"origin": [-16.97391, 5.10357, -0.325], "size": [2, 2, 2], "uv": [102, 54]}, + {"origin": [-16.97391, 5.10357, 0.175], "size": [2, 2, 1], "inflate": 0.025, "uv": [103, 58]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [3.275, 13.025, 0.925], + "rotation": [27.92649, 38.33999, 41.37385], + "cubes": [ + {"origin": [3.275, 11.025, -1.325], "size": [9, 4, 4], "uv": [54, 20]} + ] + }, + { + "name": "leg_left_lower", + "parent": "leg_left", + "pivot": [12.35, 15.075, 0.175], + "rotation": [0, 0, -31.75], + "cubes": [ + {"origin": [7.47391, 9.10357, -1.825], "size": [5, 6, 5], "uv": [20, 73]} + ] + }, + { + "name": "bone44", + "parent": "leg_left_lower", + "pivot": [7.97391, 9.10357, 0.675], + "cubes": [ + {"origin": [7.47391, 5.10357, -1.825], "size": [5, 4, 5], "inflate": 0.05, "uv": [80, 73]}, + {"origin": [8.97391, 5.02857, -0.325], "size": [2, 0, 2], "uv": [0, 0]} + ] + }, + { + "name": "bone", + "parent": "bone44", + "pivot": [12.22391, 5.35357, 0.675], + "cubes": [ + {"origin": [11.97391, 5.10357, -0.825], "size": [3, 3, 3], "uv": [14, 96]}, + {"origin": [11.97391, 5.10357, 2.025], "size": [4, 2, 1], "pivot": [12.97391, 5.10357, 3.025], "rotation": [0, 6.25, 0], "uv": [98, 91]}, + {"origin": [11.97391, 5.10357, -1.675], "size": [4, 2, 1], "pivot": [12.97391, 5.10357, -1.675], "rotation": [0, -6.25, 0], "uv": [100, 32]}, + {"origin": [14.97391, 5.10357, 0.175], "size": [2, 2, 1], "inflate": 0.025, "uv": [103, 58]}, + {"origin": [14.97391, 5.10357, -0.325], "size": [2, 2, 2], "uv": [102, 50]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/baxcalibur.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/baxcalibur.geo.json new file mode 100644 index 0000000..00853f1 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/baxcalibur.geo.json @@ -0,0 +1,302 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.Baxcalibur", + "texture_width": 256, + "texture_height": 256, + "visible_bounds_width": 7, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "baxcalibur", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "baxcalibur", + "pivot": [0, 18, 0], + "cubes": [ + {"origin": [-8, 10, -7], "size": [16, 16, 14], "uv": [0, 0]} + ] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 26, 0], + "cubes": [ + {"origin": [-6.5, 16, -6.5], "size": [13, 18, 12], "uv": [1, 31]} + ] + }, + { + "name": "neck", + "parent": "torso", + "pivot": [0, 33, 0], + "cubes": [ + {"origin": [-5, 23, -6], "size": [10, 18, 10], "uv": [42, 51]}, + {"origin": [-4, 28, -6], "size": [8, 21, 8], "inflate": 0.01, "uv": [4, 65]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 48, -3], + "cubes": [ + {"origin": [-4, 46, 4], "size": [8, 8, 9], "pivot": [0, 5, 1], "rotation": [15, 0, 0], "uv": [86, 4]}, + {"origin": [-4, 49, -2], "size": [8, 3, 7], "inflate": 0.01, "pivot": [0, 5, 1], "rotation": [15, 0, 0], "uv": [113, 55]}, + {"origin": [-0.5, 52, -2], "size": [1, 0, 7], "inflate": 0.02, "pivot": [0, 5, 1], "rotation": [15, 0, 0], "uv": [132, 12]}, + {"origin": [-4, 41.25, -26.25], "size": [8, 2, 2], "inflate": 0.02, "pivot": [0, 5, 1], "rotation": [-25, 0, 0], "uv": [46, 10]} + ] + }, + { + "name": "bone8", + "parent": "head", + "pivot": [0, 5, 1], + "cubes": [ + {"origin": [-4, 43, 23], "size": [8, 3, 5], "inflate": 0.03, "pivot": [0, 5, 1], "rotation": [45, 0, 0], "uv": [113, 2]}, + {"origin": [-0.5, 43.01, 23], "size": [1, 3, 5], "inflate": 0.03, "pivot": [0, 5, 1], "rotation": [45, 0, 0], "uv": [129, 11]}, + {"origin": [4.04, 44.5, 24.5], "size": [0, 1, 4], "inflate": 0.01, "pivot": [0, 5, 1], "rotation": [45, 0, 0], "uv": [1, 26]}, + {"origin": [-4.04, 44.5, 24], "size": [0, 1, 5], "inflate": 0.01, "pivot": [0, 5, 1], "rotation": [45, 0, 0], "uv": [0, 8]}, + {"origin": [-4, 50.9, 2], "size": [0, 2, 3], "inflate": 0.035, "pivot": [0, 5, 1], "rotation": [15, 0, 0], "uv": [8, 0]}, + {"origin": [4, 50.9, 2], "size": [0, 2, 3], "inflate": 0.035, "pivot": [0, 5, 1], "rotation": [15, 0, 0], "uv": [0, 0]}, + {"origin": [4, 50.9, 2.25], "size": [0, 2, 2], "inflate": 0.04, "pivot": [0, 5, 1], "rotation": [15, 0, 0], "uv": [32, 62]}, + {"origin": [-4, 50.9, 2.25], "size": [0, 2, 2], "inflate": 0.04, "pivot": [0, 5, 1], "rotation": [15, 0, 0], "uv": [4, 59]}, + {"origin": [4.01, 51.1, 2.5], "size": [0, 1, 1], "inflate": 0.035, "pivot": [0, 5, 1], "rotation": [15, 0, 0], "uv": [2, 1]}, + {"origin": [-4.01, 51.1, 2.5], "size": [0, 1, 1], "inflate": 0.035, "pivot": [0, 5, 1], "rotation": [15, 0, 0], "uv": [0, 1]} + ] + }, + { + "name": "bone12", + "parent": "bone8", + "pivot": [0, 5, 1], + "rotation": [45, 0, 0], + "cubes": [ + {"origin": [-19.3, 45.03, 19.95], "size": [3, 1, 3], "inflate": 0.02, "pivot": [0, 5, 1], "rotation": [0, 45, 0], "uv": [137, 0]}, + {"origin": [16.3, 45.03, 19.95], "size": [3, 1, 3], "inflate": 0.02, "pivot": [0, 5, 1], "rotation": [0, -45, 0], "uv": [153, 0], "mirror": true} + ] + }, + { + "name": "bone", + "parent": "bone8", + "pivot": [0, 5, 1], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [-40.6, 27.9, -2], "size": [2, 4, 1], "pivot": [0, 5, 1], "rotation": [0, 0, 60], "uv": [39, 35]}, + {"origin": [38.6, 27.9, -2], "size": [2, 4, 1], "pivot": [0, 5, 1], "rotation": [0, 0, -60], "uv": [39, 30]}, + {"origin": [4, 34.6, 32.75], "size": [0, 1, 1], "inflate": 0.02, "pivot": [0, 5, 1], "rotation": [45, 0, 0], "uv": [73, 58]}, + {"origin": [-4, 34.6, 32.75], "size": [0, 1, 1], "inflate": 0.02, "pivot": [0, 5, 1], "rotation": [45, 0, 0], "uv": [73, 58], "mirror": true} + ] + }, + { + "name": "bone11", + "parent": "head", + "pivot": [0, 47, -6], + "cubes": [ + {"origin": [-4, 46, -2], "size": [8, 3, 7], "inflate": 0.02, "pivot": [0, 5, 1], "rotation": [15, 0, 0], "uv": [112, 117]}, + {"origin": [-4, 46, -2], "size": [8, 3, 0], "inflate": 0.01, "pivot": [0, 5, 1], "rotation": [15, 0, 0], "uv": [118, 6]}, + {"origin": [-4, 46.1, -2], "size": [8, 0, 7], "inflate": 0.01, "pivot": [0, 5, 1], "rotation": [15, 0, 0], "uv": [120, 117]}, + {"origin": [4, 46, -2], "size": [0, 3, 7], "inflate": 0.01, "pivot": [0, 5, 1], "rotation": [15, 0, 0], "uv": [152, 82]}, + {"origin": [-4, 46, -2], "size": [0, 3, 7], "inflate": 0.01, "pivot": [0, 5, 1], "rotation": [15, 0, 0], "uv": [152, 82], "mirror": true}, + {"origin": [-4, 39, -24.25], "size": [8, 2, 2], "inflate": 0.03, "pivot": [0, 5, 1], "rotation": [-25, 0, 0], "uv": [52, 41]}, + {"origin": [4, 31.25, 31.75], "size": [0, 1, 1], "inflate": 0.015, "pivot": [0, 5, 1], "rotation": [60, 0, 0], "uv": [73, 58]}, + {"origin": [-4, 31.25, 31.75], "size": [0, 1, 1], "inflate": 0.015, "pivot": [0, 5, 1], "rotation": [60, 0, 0], "uv": [73, 58], "mirror": true}, + {"origin": [4, 33.3, 32.5], "size": [0, 1, 1], "inflate": 0.01, "pivot": [0, 5, 1], "rotation": [60, 0, 0], "uv": [73, 58]}, + {"origin": [-4, 33.3, 32.5], "size": [0, 1, 1], "inflate": 0.01, "pivot": [0, 5, 1], "rotation": [60, 0, 0], "uv": [73, 58], "mirror": true}, + {"origin": [4, 34.3, 31.5], "size": [0, 1, 1], "inflate": 0.01, "pivot": [0, 5, 1], "rotation": [60, 0, 0], "uv": [73, 58]}, + {"origin": [-4, 34.3, 31.5], "size": [0, 1, 1], "inflate": 0.01, "pivot": [0, 5, 1], "rotation": [60, 0, 0], "uv": [73, 58], "mirror": true}, + {"origin": [4, 44, 0.5], "size": [0, 2, 3], "inflate": 0.01, "pivot": [0, 5, 1], "rotation": [15, 0, 0], "uv": [6, 28]}, + {"origin": [-4, 44, 0.5], "size": [0, 2, 3], "inflate": 0.02, "pivot": [0, 5, 1], "rotation": [15, 0, 0], "uv": [0, 28]} + ] + }, + { + "name": "bone4", + "parent": "bone11", + "pivot": [10, 6, 6], + "rotation": [0, 0, -15], + "cubes": [ + {"origin": [11, 41, -13], "size": [3, 5, 0], "inflate": 0.01, "uv": [6, 38]}, + {"origin": [-7.3, 41, -2.75], "size": [3, 5, 0], "inflate": 0.01, "pivot": [10, 6, 6], "rotation": [0, -75, 0], "uv": [0, 38]} + ] + }, + { + "name": "bone5", + "parent": "bone11", + "pivot": [-10, 6, 6], + "rotation": [0, 0, 15], + "cubes": [ + {"origin": [-14, 41, -13], "size": [3, 5, 0], "inflate": 0.01, "uv": [6, 33]}, + {"origin": [4.3, 41, -2.75], "size": [3, 5, 0], "inflate": 0.01, "pivot": [-10, 6, 6], "rotation": [0, 75, 0], "uv": [0, 33]} + ] + }, + { + "name": "arm_left", + "parent": "torso", + "pivot": [6, 31, 0], + "cubes": [ + {"origin": [4.5, 29, -2.5], "size": [11, 4, 6], "uv": [102, 76]} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [15, 31, 1], + "cubes": [ + {"origin": [25.25, 33, -1], "size": [6, 0, 3], "uv": [25, 61]}, + {"origin": [15.5, 29, -2.5], "size": [9, 4, 6], "inflate": 0.01, "uv": [109, 35]}, + {"origin": [18.25, 33, -17], "size": [6, 0, 2], "pivot": [0, 0, 0], "rotation": [0, -45, 0], "uv": [62, 46]}, + {"origin": [15.25, 32.25, -18.5], "size": [4, 1, 4], "pivot": [0, 0, 0], "rotation": [0, -45, 0], "uv": [68, 41]}, + {"origin": [24.5, 30, 1.5], "size": [3, 2, 0], "uv": [72, 53]}, + {"origin": [17.25, 33, 15.5], "size": [6, 0, 2], "pivot": [0, 0, 0], "rotation": [0, 45, 0], "uv": [37, 41]}, + {"origin": [24.5, 30, -0.5], "size": [3, 2, 0], "uv": [72, 55]}, + {"origin": [24.5, 30, 0.5], "size": [3, 2, 0], "uv": [72, 51]} + ] + }, + { + "name": "arm_right", + "parent": "torso", + "pivot": [-6, 31, 0], + "cubes": [ + {"origin": [-15.5, 29, -2.5], "size": [11, 4, 6], "uv": [102, 76], "mirror": true} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-15, 31, 1], + "cubes": [ + {"origin": [-31.25, 33, -1], "size": [6, 0, 3], "uv": [25, 61], "mirror": true}, + {"origin": [-24.5, 29, -2.5], "size": [9, 4, 6], "inflate": 0.01, "uv": [109, 35], "mirror": true}, + {"origin": [-24.25, 33, -17], "size": [6, 0, 2], "pivot": [0, 0, 0], "rotation": [0, 45, 0], "uv": [62, 46], "mirror": true}, + {"origin": [-19.25, 32.25, -18.5], "size": [4, 1, 4], "pivot": [0, 0, 0], "rotation": [0, 45, 0], "uv": [68, 41], "mirror": true}, + {"origin": [-27.5, 30, 1.5], "size": [3, 2, 0], "uv": [72, 53], "mirror": true}, + {"origin": [-23.25, 33, 15.5], "size": [6, 0, 2], "pivot": [0, 0, 0], "rotation": [0, -45, 0], "uv": [37, 41], "mirror": true}, + {"origin": [-27.5, 30, -0.5], "size": [3, 2, 0], "uv": [72, 55], "mirror": true}, + {"origin": [-27.5, 30, 0.5], "size": [3, 2, 0], "uv": [72, 51], "mirror": true} + ] + }, + { + "name": "bone6", + "parent": "torso", + "pivot": [0, 1, -2], + "cubes": [ + {"origin": [-0.5, 23.5, 4], "size": [1, 13, 12], "uv": [0, 94]}, + {"origin": [0.5, 28.5, 0], "size": [0, 3, 12], "inflate": 0.02, "uv": [0, 124]}, + {"origin": [-0.5, 28.5, 0], "size": [0, 3, 12], "inflate": 0.02, "uv": [0, 124], "mirror": true}, + {"origin": [0.5, 21.5, 13], "size": [0, 3, 12], "inflate": 0.015, "pivot": [0, 1, -2], "rotation": [30, 0, 0], "uv": [0, 124]}, + {"origin": [-0.5, 21.5, 13], "size": [0, 3, 12], "inflate": 0.015, "pivot": [0, 1, -2], "rotation": [30, 0, 0], "uv": [0, 124], "mirror": true}, + {"origin": [0.5, 27.5, -17], "size": [0, 3, 12], "inflate": 0.015, "pivot": [0, -1, -2], "rotation": [-30, 0, 0], "uv": [0, 124]}, + {"origin": [-0.5, 27.5, -17], "size": [0, 3, 12], "inflate": 0.015, "pivot": [0, -1, -2], "rotation": [-30, 0, 0], "uv": [0, 124], "mirror": true}, + {"origin": [-0.5, 22, 15], "size": [1, 10, 7], "uv": [58, 114]}, + {"origin": [-0.5, 28, 15], "size": [1, 10, 7], "uv": [0, 119]}, + {"origin": [-0.5, 25, -19], "size": [1, 16, 16], "inflate": 0.01, "pivot": [0, 1, -2], "rotation": [-45, 0, 0], "uv": [68, 63]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-6, 18, 1], + "rotation": [0, 15, 0], + "cubes": [ + {"origin": [-12.9785, 10, -8.75908], "size": [8, 12, 9], "pivot": [3.0215, 0, -1.75908], "rotation": [-15, 0, 0], "uv": [84, 41]} + ] + }, + { + "name": "leg_right2", + "parent": "leg_right", + "pivot": [3.0215, 0, -1.75908], + "cubes": [ + {"origin": [-12.4785, 2, -4.75908], "size": [7, 10, 9], "pivot": [3.0215, 0, -1.75908], "rotation": [5, 0, 0], "uv": [59, 95]} + ] + }, + { + "name": "foot_right", + "parent": "leg_right2", + "pivot": [3.0215, 0, -1.75908], + "cubes": [ + {"origin": [-12.9785, 0, -6.75908], "size": [8, 3, 11], "uv": [86, 62]}, + {"origin": [-6.9785, 0, -8.75908], "size": [1, 3, 2], "uv": [46, 0]}, + {"origin": [-6.4785, -0.5, -10.75908], "size": [0, 3, 2], "uv": [28, 67]}, + {"origin": [-11.9785, 0, -8.75908], "size": [1, 3, 2], "uv": [0, 61]}, + {"origin": [-11.4785, -0.5, -10.75908], "size": [0, 3, 2], "uv": [6, 67]}, + {"origin": [-9.4785, 0, -8.75908], "size": [1, 3, 2], "uv": [6, 61]}, + {"origin": [-8.9785, -0.5, -10.75908], "size": [0, 3, 2], "uv": [6, 64]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [7, 18, 1], + "rotation": [0, -15, 0], + "cubes": [ + {"origin": [5.01257, 10, -8.50026], "size": [8, 12, 9], "pivot": [-2.98743, 0, -1.50026], "rotation": [-15, 0, 0], "uv": [84, 41], "mirror": true} + ] + }, + { + "name": "leg_left2", + "parent": "leg_left", + "pivot": [-2.98743, 0, -1.50026], + "cubes": [ + {"origin": [5.51257, 2, -4.50026], "size": [7, 10, 9], "pivot": [-2.98743, 0, -1.50026], "rotation": [5, 0, 0], "uv": [59, 95], "mirror": true} + ] + }, + { + "name": "foot_left", + "parent": "leg_left2", + "pivot": [-2.98743, 0, -1.50026], + "cubes": [ + {"origin": [5.01257, 0, -6.50026], "size": [8, 3, 11], "uv": [86, 62], "mirror": true}, + {"origin": [6.01257, 0, -8.50026], "size": [1, 3, 2], "uv": [46, 0], "mirror": true}, + {"origin": [6.51257, -0.5, -10.50026], "size": [0, 3, 2], "uv": [28, 67], "mirror": true}, + {"origin": [11.01257, 0, -8.50026], "size": [1, 3, 2], "uv": [0, 61], "mirror": true}, + {"origin": [11.51257, -0.5, -10.50026], "size": [0, 3, 2], "uv": [6, 67], "mirror": true}, + {"origin": [8.51257, 0, -8.50026], "size": [1, 3, 2], "uv": [6, 61], "mirror": true}, + {"origin": [9.01257, -0.5, -10.50026], "size": [0, 3, 2], "uv": [6, 64], "mirror": true} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [0, 14, 5], + "cubes": [ + {"origin": [-5.4, 10, -4], "size": [11, 11, 14], "pivot": [0, 0, 0], "rotation": [-30, 0, 0], "uv": [46, 16]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 7, 16], + "cubes": [ + {"origin": [-3.5, 8, 9], "size": [7, 9, 13], "pivot": [0, 0, 0], "rotation": [-15, 0, 0], "uv": [27, 81]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 6, 24], + "cubes": [ + {"origin": [-2.5, 3, 20], "size": [5, 7, 11], "uv": [80, 107]} + ] + }, + { + "name": "tail4", + "parent": "tail3", + "pivot": [0, 7, 31], + "cubes": [ + {"origin": [-1.5, -4, 31], "size": [3, 5, 6], "pivot": [0, 0, 0], "rotation": [15, 0, 0], "uv": [16, 122]} + ] + }, + { + "name": "tail5", + "parent": "tail4", + "pivot": [0, 8, 36], + "cubes": [ + {"origin": [-0.5, -3, 35], "size": [1, 3, 6], "pivot": [0, 0, 0], "rotation": [15, 0, 0], "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/bellibolt/bellibolt.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/bellibolt/bellibolt.geo.json new file mode 100644 index 0000000..46dbeed --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/bellibolt/bellibolt.geo.json @@ -0,0 +1,155 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 3, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "bellibolt", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "bellibolt", + "pivot": [7.5, 3, -5.5] + }, + { + "name": "left_leg", + "parent": "body", + "pivot": [-4, 4.975, 0], + "cubes": [ + {"origin": [-5.5, 2.475, -0.55], "size": [3, 3, 3], "uv": [0, 0], "mirror": true} + ] + }, + { + "name": "left_leg2", + "parent": "left_leg", + "pivot": [-4, 2.475, 0], + "cubes": [ + {"origin": [-5.5, 0.475, -2.5], "size": [3, 2, 5], "inflate": 0.2, "uv": [60, 34], "mirror": true} + ] + }, + { + "name": "right_leg", + "parent": "body", + "pivot": [4, 4.975, 0], + "cubes": [ + {"origin": [2.5, 2.475, -0.55], "size": [3, 3, 3], "uv": [0, 0]} + ] + }, + { + "name": "right_leg2", + "parent": "right_leg", + "pivot": [4, 2.475, 0], + "cubes": [ + {"origin": [2.5, 0.475, -2.5], "size": [3, 2, 5], "inflate": 0.2, "uv": [60, 34]} + ] + }, + { + "name": "torso_bot", + "parent": "body", + "pivot": [0, 10.09167, -0.91667], + "cubes": [ + {"origin": [-1, 8.675, -7.65], "size": [2, 2, 0], "uv": [0, 12]}, + {"origin": [-2, 9.675, 7.575], "size": [4, 4, 0], "uv": [0, 81]}, + {"origin": [-1, 10.675, 7.675], "size": [2, 2, 0], "uv": [0, 68]}, + {"origin": [-8.5, 2.675, -6.5], "size": [17, 11, 14], "uv": [0, 0]}, + {"origin": [-6, 3.675, -7.5], "size": [12, 12, 3], "uv": [30, 56]}, + {"origin": [-2, 7.675, -7.6], "size": [4, 4, 0], "uv": [0, 25]} + ] + }, + { + "name": "electric", + "parent": "torso_bot", + "pivot": [5, 3.675, -6.4], + "cubes": [ + {"origin": [-6, 3.675, -7.45], "size": [12, 12, 0], "uv": [48, 0]} + ] + }, + { + "name": "head", + "parent": "torso_bot", + "pivot": [0, 12.675, 0.5], + "cubes": [ + {"origin": [-7.5, 11.675, -5.5], "size": [15, 13, 12], "uv": [49, 73]} + ] + }, + { + "name": "big_eye_right", + "parent": "head", + "pivot": [-7.975, 20.175, 0.5], + "rotation": [0, 0, 7.5], + "cubes": [ + {"origin": [-10.475, 17.675, -1.5], "size": [5, 5, 4], "uv": [42, 25]}, + {"origin": [-9.3, 19.15, -1.55], "size": [1, 2, 0], "uv": [12, 3]}, + {"origin": [-9.3, 19.15, -1.35], "size": [1, 2, 1], "inflate": 0.175, "uv": [9, 0]} + ] + }, + { + "name": "big_eye_left", + "parent": "head", + "pivot": [7.975, 20.175, 0.5], + "rotation": [0, 0, -7.5], + "cubes": [ + {"origin": [5.475, 17.675, -1.5], "size": [5, 5, 4], "uv": [18, 47]}, + {"origin": [8.3, 19.15, -1.55], "size": [1, 2, 0], "uv": [12, 5]}, + {"origin": [8.3, 19.15, -1.35], "size": [1, 2, 1], "inflate": 0.175, "uv": [9, 6]} + ] + }, + { + "name": "eye_left2", + "parent": "head", + "pivot": [2.5, 19.675, -4.525], + "cubes": [ + {"origin": [1.5, 19.675, -5.525], "size": [1, 2, 0], "uv": [0, 0]} + ] + }, + { + "name": "eye_right2", + "parent": "head", + "pivot": [-2.5, 19.675, -4.525], + "cubes": [ + {"origin": [-2.5, 19.675, -5.525], "size": [1, 2, 0], "uv": [0, 6]} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [5, 18.675, -4.6], + "cubes": [ + {"origin": [-5, 18.675, -5.6], "size": [1, 1, 0], "uv": [12, 0]}, + {"origin": [-4.5, 18.15, -5.575], "size": [2, 1, 0], "uv": [8, 13]}, + {"origin": [-2.5, 17.65, -5.575], "size": [2, 1, 0], "uv": [4, 13]}, + {"origin": [-0.5, 17.65, -5.575], "size": [1, 1, 0], "uv": [0, 8]}, + {"origin": [0.5, 17.65, -5.575], "size": [2, 1, 0], "uv": [4, 12]}, + {"origin": [2.5, 18.15, -5.575], "size": [2, 1, 0], "uv": [8, 12]}, + {"origin": [4, 18.675, -5.6], "size": [1, 1, 0], "uv": [0, 2]} + ] + }, + { + "name": "arm_right", + "parent": "torso_bot", + "pivot": [-7, 13.5, -1], + "cubes": [ + {"origin": [-12.5, 12, -2.5], "size": [7, 3, 3], "uv": [59, 22]} + ] + }, + { + "name": "arm_left", + "parent": "torso_bot", + "pivot": [7, 13.5, -1], + "cubes": [ + {"origin": [5.5, 12, -2.5], "size": [7, 3, 3], "uv": [60, 28]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/binacle/binacle.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/binacle/binacle.geo.json new file mode 100644 index 0000000..57e3595 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/binacle/binacle.geo.json @@ -0,0 +1,320 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.binacle", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "binacle", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "binacle", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [-1.5, 0, 0], + "cubes": [ + {"origin": [-6, 2, -5], "size": [12, 4, 9], "uv": [0, 0]}, + {"origin": [-4, 6, -2], "size": [8, 2, 5], "uv": [0, 22]}, + {"origin": [-2, 6, -5], "size": [4, 1, 3], "uv": [34, 18]}, + {"origin": [-5, 0, -4], "size": [10, 2, 7], "uv": [0, 13]} + ] + }, + { + "name": "bone4", + "parent": "torso", + "pivot": [-3.25, 5.9, -1.5], + "rotation": [0, 0, -17.5], + "cubes": [ + {"origin": [-5.25, 4.9, -3], "size": [4, 3, 3], "uv": [22, 37]} + ] + }, + { + "name": "bone17", + "parent": "bone4", + "pivot": [-3, 7.8, -0.25], + "cubes": [ + {"origin": [-5.25, 7.8, -3], "size": [4, 3, 3], "inflate": -0.1, "uv": [42, 6]} + ] + }, + { + "name": "bone18", + "parent": "bone17", + "pivot": [-3.25, 10.45, -1.5], + "cubes": [ + {"origin": [-5.25, 10.4, -3], "size": [4, 3, 3], "uv": [0, 39]} + ] + }, + { + "name": "other_head", + "parent": "bone18", + "pivot": [-3.5, 13.15, -1.5], + "cubes": [ + {"origin": [-6.75, 13.9, -3.5], "size": [7, 6, 4], "uv": [26, 22]}, + {"origin": [-5.75, 12.9, -3.5], "size": [5, 1, 4], "uv": [22, 32]}, + {"origin": [-6.75, 18.4, -3.5], "size": [7, 2, 0], "pivot": [-3.75, 18.4, -3.5], "rotation": [2.5, 0, 0], "uv": [40, 32]}, + {"origin": [-6.775, 18.4, -3.5], "size": [0, 2, 4], "pivot": [-6.525, 18.5, -1.4], "rotation": [0, 0, -2.5], "uv": [50, 36]}, + {"origin": [-6.75, 18.4, 0.5], "size": [7, 2, 0], "pivot": [-3.75, 18.4, 0.5], "rotation": [-2.5, 0, 0], "uv": [40, 34]}, + {"origin": [0.25, 18.4, -3.5], "size": [0, 2, 4], "pivot": [0.25, 18.4, -1.5], "rotation": [0, 0, 2.5], "uv": [32, 50]}, + {"origin": [-2.725, 13.35, -3.55], "size": [2, 3, 0], "pivot": [-1.725, 14.35, -2.55], "rotation": [0, 0, 7.5], "uv": [24, 56]}, + {"origin": [-5.775, 13.35, -3.55], "size": [2, 3, 0], "pivot": [-4.775, 14.35, -2.55], "rotation": [0, 0, -7.5], "uv": [28, 56]} + ] + }, + { + "name": "bone19", + "parent": "other_head", + "pivot": [-0.75, 12.9, -0.5], + "cubes": [ + {"origin": [-4.75, 13.75, -2.525], "size": [3, 2, 0], "uv": [14, 41]} + ] + }, + { + "name": "bone20", + "parent": "other_head", + "pivot": [-3.25, 14.75, -3.525], + "cubes": [ + {"origin": [-4.75, 14.25, -3.525], "size": [3, 1, 0], "uv": [48, 31]} + ] + }, + { + "name": "bone21", + "parent": "other_head", + "pivot": [-3.025, 20, 0], + "cubes": [ + {"origin": [-4.775, 19.75, -3], "size": [3, 4, 3], "uv": [40, 43]} + ] + }, + { + "name": "bone22", + "parent": "bone21", + "pivot": [-3.225, 23.725, -0.125], + "cubes": [ + {"origin": [-3.775, 23.4, -3], "size": [1, 2, 3], "inflate": -0.125, "uv": [56, 0]}, + {"origin": [-4.275, 23.4, -3], "size": [2, 2, 3], "inflate": -0.15, "uv": [48, 23]} + ] + }, + { + "name": "bone23", + "parent": "bone22", + "pivot": [-3.225, 25.25, -0.25], + "cubes": [ + {"origin": [-3.775, 24.9, -3], "size": [1, 2, 3], "inflate": -0.225, "uv": [56, 5]} + ] + }, + { + "name": "bone24", + "parent": "other_head", + "pivot": [-0.8, 19.85, 0], + "cubes": [ + {"origin": [-1.3, 19.85, -3], "size": [1, 3, 3], "uv": [52, 12]} + ] + }, + { + "name": "bone25", + "parent": "bone24", + "pivot": [-0.8, 22.85, -0.15], + "cubes": [ + {"origin": [-1.3, 22.6, -3], "size": [1, 3, 3], "inflate": -0.125, "uv": [48, 50]} + ] + }, + { + "name": "bone26", + "parent": "other_head", + "pivot": [-5.8, 19.85, -0.025], + "cubes": [ + {"origin": [-6.3, 19.85, -3], "size": [1, 3, 3], "uv": [52, 12]} + ] + }, + { + "name": "bone27", + "parent": "bone26", + "pivot": [-5.725, 22.85, -0.15], + "cubes": [ + {"origin": [-6.3, 22.6, -3], "size": [1, 3, 3], "inflate": -0.125, "uv": [52, 42]} + ] + }, + { + "name": "bone28", + "parent": "other_head", + "pivot": [-3.25, 17.4, -3.5], + "cubes": [ + {"origin": [-4.75, 17.25, -3.55], "size": [3, 1, 0], "uv": [52, 48]}, + {"origin": [-6.25, 17.75, -3.55], "size": [2, 1, 0], "pivot": [-5.25, 18.25, -3.55], "rotation": [0, 0, 17.5], "uv": [24, 49]}, + {"origin": [-2.25, 17.75, -3.55], "size": [2, 1, 0], "pivot": [-1.25, 18.25, -3.55], "rotation": [0, 0, -17.5], "uv": [52, 49]} + ] + }, + { + "name": "bone29", + "parent": "other_head", + "pivot": [-4.7, 17.125, -3.525], + "cubes": [ + {"origin": [-5.2, 16.625, -3.525], "size": [1, 1, 0], "uv": [20, 41]} + ] + }, + { + "name": "bone30", + "parent": "other_head", + "pivot": [-1.8, 17.125, -3.525], + "cubes": [ + {"origin": [-2.3, 16.625, -3.525], "size": [1, 1, 0], "uv": [20, 42]} + ] + }, + { + "name": "bone", + "parent": "torso", + "pivot": [3.25, 5.9, -1.5], + "rotation": [0, 0, 17.5], + "cubes": [ + {"origin": [1.25, 4.9, -3], "size": [4, 3, 3], "uv": [22, 37]} + ] + }, + { + "name": "bone2", + "parent": "bone", + "pivot": [3, 7.8, -0.25], + "cubes": [ + {"origin": [1.25, 7.8, -3], "size": [4, 3, 3], "inflate": -0.1, "uv": [36, 37]} + ] + }, + { + "name": "bone3", + "parent": "bone2", + "pivot": [3.25, 10.45, -1.5], + "cubes": [ + {"origin": [1.25, 10.4, -3], "size": [4, 3, 3], "uv": [0, 39]} + ] + }, + { + "name": "head", + "parent": "bone3", + "pivot": [3.5, 13.15, -1.5], + "cubes": [ + {"origin": [-0.25, 13.9, -3.5], "size": [7, 6, 4], "uv": [26, 22]}, + {"origin": [0.75, 12.9, -3.5], "size": [5, 1, 4], "uv": [22, 32]}, + {"origin": [-0.25, 18.4, -3.5], "size": [7, 2, 0], "pivot": [3.75, 18.4, -3.5], "rotation": [2.5, 0, 0], "uv": [40, 32]}, + {"origin": [6.775, 18.4, -3.5], "size": [0, 2, 4], "pivot": [6.525, 18.5, -1.4], "rotation": [0, 0, 2.5], "uv": [32, 50]}, + {"origin": [-0.25, 18.4, 0.5], "size": [7, 2, 0], "pivot": [3.75, 18.4, 0.5], "rotation": [-2.5, 0, 0], "uv": [40, 34]}, + {"origin": [-0.25, 18.4, -3.5], "size": [0, 2, 4], "pivot": [-0.25, 18.4, -1.5], "rotation": [0, 0, -2.5], "uv": [50, 36]}, + {"origin": [0.725, 13.35, -3.55], "size": [2, 3, 0], "pivot": [1.725, 14.35, -2.55], "rotation": [0, 0, -7.5], "uv": [22, 29]}, + {"origin": [3.775, 13.35, -3.55], "size": [2, 3, 0], "pivot": [4.775, 14.35, -2.55], "rotation": [0, 0, 7.5], "uv": [48, 28]} + ] + }, + { + "name": "bone16", + "parent": "head", + "pivot": [0.75, 12.9, -0.5], + "cubes": [ + {"origin": [1.75, 13.75, -2.525], "size": [3, 2, 0], "uv": [14, 41]} + ] + }, + { + "name": "bone13", + "parent": "head", + "pivot": [3.25, 14.75, -3.525], + "cubes": [ + {"origin": [1.75, 14.25, -3.525], "size": [3, 1, 0], "uv": [42, 12]} + ] + }, + { + "name": "bone5", + "parent": "head", + "pivot": [3.025, 20, 0], + "cubes": [ + {"origin": [1.775, 19.75, -3], "size": [3, 4, 3], "uv": [40, 43]} + ] + }, + { + "name": "bone6", + "parent": "bone5", + "pivot": [3.225, 23.725, -0.125], + "cubes": [ + {"origin": [2.775, 23.4, -3], "size": [1, 2, 3], "inflate": -0.125, "uv": [16, 55]}, + {"origin": [2.275, 23.4, -3], "size": [2, 2, 3], "inflate": -0.15, "uv": [48, 18]} + ] + }, + { + "name": "bone7", + "parent": "bone6", + "pivot": [3.225, 25.25, -0.25], + "cubes": [ + {"origin": [2.775, 24.9, -3], "size": [1, 2, 3], "inflate": -0.225, "uv": [8, 55]} + ] + }, + { + "name": "bone10", + "parent": "head", + "pivot": [0.8, 19.85, 0], + "cubes": [ + {"origin": [0.3, 19.85, -3], "size": [1, 3, 3], "uv": [52, 12]} + ] + }, + { + "name": "bone11", + "parent": "bone10", + "pivot": [0.8, 22.85, -0.15], + "cubes": [ + {"origin": [0.3, 22.6, -3], "size": [1, 3, 3], "inflate": -0.125, "uv": [24, 50]} + ] + }, + { + "name": "bone8", + "parent": "head", + "pivot": [5.8, 19.85, -0.025], + "cubes": [ + {"origin": [5.3, 19.85, -3], "size": [1, 3, 3], "uv": [52, 12]} + ] + }, + { + "name": "bone9", + "parent": "bone8", + "pivot": [5.725, 22.85, -0.15], + "cubes": [ + {"origin": [5.3, 22.6, -3], "size": [1, 3, 3], "inflate": -0.125, "uv": [8, 49]} + ] + }, + { + "name": "bone12", + "parent": "head", + "pivot": [3.25, 17.4, -3.5], + "cubes": [ + {"origin": [1.75, 17.25, -3.55], "size": [3, 1, 0], "uv": [40, 36]}, + {"origin": [4.25, 17.75, -3.55], "size": [2, 1, 0], "pivot": [5.25, 18.25, -3.55], "rotation": [0, 0, -17.5], "uv": [46, 36]}, + {"origin": [0.25, 17.75, -3.55], "size": [2, 1, 0], "pivot": [1.25, 18.25, -3.55], "rotation": [0, 0, 17.5], "uv": [48, 12]} + ] + }, + { + "name": "bone15", + "parent": "head", + "pivot": [4.7, 17.125, -3.525], + "cubes": [ + {"origin": [4.2, 16.625, -3.525], "size": [1, 1, 0], "uv": [20, 40]} + ] + }, + { + "name": "bone31", + "parent": "bone15", + "pivot": [4.7, 17.125, -3.525] + }, + { + "name": "bone14", + "parent": "head", + "pivot": [1.8, 17.125, -3.525], + "cubes": [ + {"origin": [1.3, 16.625, -3.525], "size": [1, 1, 0], "uv": [20, 39]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/bisharp/bisharp.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/bisharp/bisharp.geo.json new file mode 100644 index 0000000..6141bac --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/bisharp/bisharp.geo.json @@ -0,0 +1,278 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.bisharp", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "bisharp", + "pivot": [-0.425, 0.025, 0] + }, + { + "name": "body", + "parent": "bisharp", + "pivot": [-0.425, 0.025, 0] + }, + { + "name": "leg_upper_right", + "parent": "body", + "pivot": [-1.725, 14.425, -0.5], + "cubes": [ + {"origin": [-6.185, 12.3, -2.66], "size": [5, 4, 5], "uv": [20, 41], "mirror": true}, + {"origin": [-5.64, 9.44, -2.31], "size": [4, 4, 4], "uv": [42, 27], "mirror": true}, + {"origin": [-7.17, 10.16, -3.115], "size": [6, 5, 6], "uv": [0, 30], "mirror": true} + ] + }, + { + "name": "bone13", + "parent": "leg_upper_right", + "pivot": [-3.2, 9.90112, -1.01732], + "cubes": [ + {"origin": [-4.45, 7.325, -2.21], "size": [2, 3, 2], "inflate": 0, "pivot": [-4.435, 10.74, -1.595], "rotation": [22.5, 0, 0], "uv": [46, 59], "mirror": true} + ] + }, + { + "name": "bone16", + "parent": "bone13", + "pivot": [-3.3, 8.125, 0.325], + "cubes": [ + {"origin": [-4.99, 5.75092, -1.18663], "size": [3, 3, 3], "inflate": -0.1, "pivot": [-3.49, 7.25092, 0.31337], "rotation": [22.5, 0, 0], "uv": [0, 51]}, + {"origin": [-4.99, 0.452, -1.71373], "size": [3, 7, 3], "inflate": -0.075, "pivot": [-3.765, 4.06095, -0.62645], "rotation": [-20, 0, 0], "uv": [48, 49]} + ] + }, + { + "name": "bone17", + "parent": "bone16", + "pivot": [-3.275, 2.21385, -0.64447], + "cubes": [ + {"origin": [-4.99, 0.10122, -3.15526], "size": [3, 2, 3], "inflate": 0.125, "pivot": [-3.705, 0.72661, -3.05336], "rotation": [0, 0, 0], "uv": [54, 26]}, + {"origin": [-2.59, 0.00122, -5.28026], "size": [0, 2, 3], "pivot": [-4.305, 0.62661, -5.17836], "rotation": [0, 0, 0], "uv": [22, 19]}, + {"origin": [-4.465, -0.02378, -5.28026], "size": [0, 2, 3], "pivot": [-6.18, 0.60161, -5.17836], "rotation": [0, 0, 0], "uv": [22, 17]}, + {"origin": [-4.99, 0.45122, -2.88026], "size": [3, 2, 2], "inflate": -0.25, "pivot": [-3.705, 1.07661, -2.77836], "rotation": [27.5, 0, 0], "uv": [15, 41]} + ] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0.075, 13.925, -0.15], + "cubes": [ + {"origin": [-1.425, 25.35, -1.35], "size": [3, 3, 2], "uv": [0, 14]}, + {"origin": [-2.425, 12.25, -2.3], "size": [5, 14, 4], "inflate": -0.05, "uv": [0, 68]}, + {"origin": [-4.85, 17.25, -7.525], "size": [10, 0, 10], "uv": [0, 0]}, + {"origin": [-4.85, 21.225, -7.525], "size": [10, 0, 10], "uv": [0, 0]} + ] + }, + { + "name": "arm_right", + "parent": "torso", + "pivot": [-1.85, 25.225, -0.8], + "rotation": [-0.74825, -0.40398, -4.92457], + "cubes": [ + {"origin": [-6.45, 23.225, -1.8], "size": [6, 3, 3], "inflate": -0.125, "pivot": [-1.85, 25.225, -0.8], "rotation": [0, 0, 27.5], "uv": [48, 11], "mirror": true} + ] + }, + { + "name": "bone9", + "parent": "arm_right", + "pivot": [-3.25, 25.375, -0.3], + "rotation": [0, 0, 82.5], + "cubes": [ + {"origin": [-3.75, 19.85, -0.8], "size": [1, 6, 1], "uv": [14, 60]} + ] + }, + { + "name": "bone10", + "parent": "bone9", + "pivot": [-3.25, 20.85, -0.9], + "cubes": [ + {"origin": [-4.65, 13.9, -2.35], "size": [2, 7, 4], "uv": [48, 0]}, + {"origin": [-4.025, 14.05, -3.45], "size": [1, 1, 2], "pivot": [-3.525, 14.55, -2.025], "rotation": [27.5, -12.5, 0], "uv": [18, 33]}, + {"origin": [-4.65, 19.6, -2.325], "size": [1, 3, 3], "inflate": -0.075, "pivot": [-4.15, 21.6, -0.325], "rotation": [45, 0, 0], "uv": [26, 57]} + ] + }, + { + "name": "bone11", + "parent": "bone10", + "pivot": [-4.1, 18.9, -1.5], + "cubes": [ + {"origin": [-9, 15.95, -0.35], "size": [5, 7, 0], "uv": [0, 0], "mirror": true} + ] + }, + { + "name": "bone14", + "parent": "bone10", + "pivot": [-3.5, 14.025, -0.85], + "cubes": [ + {"origin": [-4.125, 11.8, -1.875], "size": [1, 3, 3], "inflate": 0.05, "uv": [0, 57]} + ] + }, + { + "name": "bone18", + "parent": "bone14", + "pivot": [-3.5, 12.825, -0.85], + "cubes": [ + {"origin": [-4.125, 9.95, -1.325], "size": [1, 3, 2], "inflate": -0.1, "uv": [29, 50]} + ] + }, + { + "name": "arm_left", + "parent": "torso", + "pivot": [1.85, 25.225, -0.8], + "rotation": [-0.74825, 0.40398, 4.92457], + "cubes": [ + {"origin": [0.45, 23.225, -1.8], "size": [6, 3, 3], "inflate": -0.125, "pivot": [1.85, 25.225, -0.8], "rotation": [0, 0, -27.5], "uv": [48, 11]} + ] + }, + { + "name": "bone2", + "parent": "arm_left", + "pivot": [3.25, 25.375, -0.3], + "rotation": [0, 0, -82.5], + "cubes": [ + {"origin": [2.75, 19.85, -0.8], "size": [1, 6, 1], "uv": [60, 4]} + ] + }, + { + "name": "bone3", + "parent": "bone2", + "pivot": [3.25, 20.85, -0.9], + "cubes": [ + {"origin": [2.65, 13.9, -2.35], "size": [2, 7, 4], "uv": [48, 0]}, + {"origin": [3.025, 14.05, -3.45], "size": [1, 1, 2], "pivot": [3.525, 14.55, -2.025], "rotation": [27.5, 12.5, 0], "uv": [0, 32]}, + {"origin": [3.65, 19.6, -2.325], "size": [1, 3, 3], "inflate": -0.075, "pivot": [4.15, 21.6, -0.325], "rotation": [45, 0, 0], "uv": [9, 54]} + ] + }, + { + "name": "bone6", + "parent": "bone3", + "pivot": [4.1, 18.9, -1.5], + "cubes": [ + {"origin": [4, 15.75, -0.35], "size": [5, 7, 0], "uv": [0, 0]} + ] + }, + { + "name": "bone7", + "parent": "bone3", + "pivot": [3.5, 14.025, -0.85], + "cubes": [ + {"origin": [3.125, 11.8, -1.875], "size": [1, 3, 3], "inflate": 0.05, "uv": [0, 57]} + ] + }, + { + "name": "bone8", + "parent": "bone7", + "pivot": [3.5, 12.825, -0.85], + "cubes": [ + {"origin": [3.125, 9.95, -1.325], "size": [1, 3, 2], "inflate": -0.1, "uv": [29, 50]} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0.45, 27.525, -1.075], + "cubes": [ + {"origin": [-2.625, 27.075, -3.85], "size": [5, 5, 5], "inflate": -0.175, "pivot": [-0.625, 27.075, -0.85], "rotation": [0, -45, 0], "uv": [0, 41]}, + {"origin": [-0.55, 27.525, -2.075], "size": [2, 2, 2], "uv": [0, 0]} + ] + }, + { + "name": "helm", + "parent": "head", + "pivot": [0.075, 31.175, -0.5], + "rotation": [12.5, 0, 0], + "cubes": [ + {"origin": [3.075, 27.175, -3.6], "size": [0, 2, 6], "pivot": [0.075, 29.175, -0.6], "rotation": [0, -45, 0], "uv": [18, 25]}, + {"origin": [2.19632, 29.175, -1.47868], "size": [0, 5, 6], "pivot": [2.19632, 31.675, 1.52132], "rotation": [0, 135, 0], "uv": [116, 42]}, + {"origin": [2.19632, 29.175, -1.47868], "size": [0, 5, 6], "pivot": [2.19632, 31.675, 1.52132], "rotation": [0, 135, 0], "uv": [116, 42]}, + {"origin": [-2.925, 29.175, -3.6], "size": [6, 5, 6], "pivot": [0.075, 31.175, -0.6], "rotation": [0, -45, 0], "uv": [104, 42]}, + {"origin": [-5.04632, 29.175, 1.52132], "size": [6, 5, 0], "pivot": [-2.04632, 31.675, 1.52132], "rotation": [0, 135, 0], "uv": [116, 48]}, + {"origin": [-5.04632, 29.175, 1.52132], "size": [6, 5, 0], "pivot": [-2.04632, 31.675, 1.52132], "rotation": [0, -45, 0], "uv": [116, 48]}, + {"origin": [1.075, 27.175, -3.6], "size": [2, 2, 0], "pivot": [0.075, 31.175, -0.6], "rotation": [0, -45, 0], "uv": [30, 0]}, + {"origin": [-2.925, 27.175, 0.4], "size": [0, 2, 2], "pivot": [0.075, 31.175, -0.6], "rotation": [0, -45, 0], "uv": [30, 0]}, + {"origin": [-2.925, 27.175, 2.4], "size": [6, 2, 0], "pivot": [0.075, 31.175, -0.6], "rotation": [0, -45, 0], "uv": [30, 17]}, + {"origin": [0.075, 29.175, -8.5], "size": [0, 11, 11], "uv": [66, -11]} + ] + }, + { + "name": "bone12", + "parent": "head", + "pivot": [-1.90355, 30.075, -2.28566], + "cubes": [ + {"origin": [-3.01789, 29.1, -2.04289], "size": [2, 2, 0], "pivot": [-2.01789, 29.6, -2.04289], "rotation": [-12.2127, 43.65747, -17.40744], "uv": [22, 33]}, + {"origin": [-2.35355, 29.575, -2.21066], "size": [1, 1, 0], "pivot": [-1.85355, 30.075, -2.21066], "rotation": [-36.40051, 28.53623, -57.05902], "uv": [0, 14]} + ] + }, + { + "name": "bone", + "parent": "head", + "pivot": [1.97855, 30.125, -2.38566], + "cubes": [ + {"origin": [1.09289, 29.15, -2.14289], "size": [2, 2, 0], "pivot": [2.09289, 29.65, -2.14289], "rotation": [-12.2127, -43.65747, 17.40744], "uv": [26, 33]}, + {"origin": [1.40355, 29.625, -2.33566], "size": [1, 1, 0], "pivot": [1.90355, 30.125, -2.33566], "rotation": [-36.40051, -28.53623, 57.05902], "uv": [8, 14]} + ] + }, + { + "name": "bone19", + "parent": "bone", + "pivot": [2.11789, 29.65, -1.69289], + "cubes": [ + {"origin": [1.09289, 29.15, -1.69289], "size": [2, 2, 0], "pivot": [2.09289, 29.65, -1.69289], "rotation": [-12.2127, -43.65747, 17.40744], "uv": [30, 33]} + ] + }, + { + "name": "bone20", + "parent": "bone19", + "pivot": [-2.04289, 29.575, -1.54289], + "cubes": [ + {"origin": [-3.04289, 29.075, -1.54289], "size": [2, 2, 0], "pivot": [-2.04289, 29.575, -1.54289], "rotation": [-12.2127, 43.65747, -17.40744], "uv": [30, 33]} + ] + }, + { + "name": "leg_upper_left", + "parent": "body", + "pivot": [1.75, 14.425, -0.5], + "cubes": [ + {"origin": [1.21, 12.3, -2.66], "size": [5, 4, 5], "uv": [20, 41]}, + {"origin": [1.665, 9.44, -2.31], "size": [4, 4, 4], "uv": [42, 27]}, + {"origin": [1.195, 10.16, -3.115], "size": [6, 5, 6], "uv": [0, 30]} + ] + }, + { + "name": "bone4", + "parent": "leg_upper_left", + "pivot": [3.225, 9.90112, -1.01732], + "cubes": [ + {"origin": [2.475, 7.325, -2.21], "size": [2, 3, 2], "inflate": 0, "pivot": [4.46, 10.74, -1.595], "rotation": [22.5, 0, 0], "uv": [46, 59]} + ] + }, + { + "name": "bone15", + "parent": "bone4", + "pivot": [3.325, 8.125, 0.325], + "cubes": [ + {"origin": [2.015, 5.75092, -1.18663], "size": [3, 3, 3], "inflate": -0.1, "pivot": [3.515, 7.25092, 0.31337], "rotation": [22.5, 0, 0], "uv": [56, 41]}, + {"origin": [2.015, 0.452, -1.71373], "size": [3, 7, 3], "inflate": -0.075, "pivot": [3.79, 4.06095, -0.62645], "rotation": [-20, 0, 0], "uv": [17, 50]} + ] + }, + { + "name": "bone5", + "parent": "bone15", + "pivot": [3.3, 2.21385, -0.64447], + "cubes": [ + {"origin": [2.015, 0.10122, -3.15526], "size": [3, 2, 3], "inflate": 0.125, "pivot": [3.73, 0.72661, -3.05336], "rotation": [0, 0, 0], "uv": [55, 17]}, + {"origin": [2.615, 0.00122, -5.28026], "size": [0, 2, 3], "pivot": [4.33, 0.62661, -5.17836], "rotation": [0, 0, 0], "uv": [0, 27]}, + {"origin": [4.49, -0.02378, -5.28026], "size": [0, 2, 3], "pivot": [6.205, 0.60161, -5.17836], "rotation": [0, 0, 0], "uv": [22, 21]}, + {"origin": [2.015, 0.45122, -2.88026], "size": [3, 2, 2], "inflate": -0.25, "pivot": [3.73, 1.07661, -2.77836], "rotation": [27.5, 0, 0], "uv": [56, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/blacephalon/blacephalon.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/blacephalon/blacephalon.geo.json new file mode 100644 index 0000000..fc4fa2b --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/blacephalon/blacephalon.geo.json @@ -0,0 +1,509 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 256, + "texture_height": 256, + "visible_bounds_width": 8, + "visible_bounds_height": 7.5, + "visible_bounds_offset": [0, 3.25, 0] + }, + "bones": [ + { + "name": "blacephalon", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "blacephalon", + "pivot": [0, 39.625, 0] + }, + { + "name": "torso_bot", + "parent": "body", + "pivot": [0, 39.625, 0], + "cubes": [ + {"origin": [-8, 34.625, -5], "size": [16, 10, 10], "uv": [60, 0]} + ] + }, + { + "name": "ball_mid2", + "parent": "torso_bot", + "pivot": [0, 43.925, 5], + "cubes": [ + {"origin": [-3, 39.925, 5], "size": [6, 6, 6], "uv": [24, 109]} + ] + }, + { + "name": "torso_bot2", + "parent": "torso_bot", + "pivot": [0, 43.65, 0], + "cubes": [ + {"origin": [-2, 43.625, -2], "size": [4, 15, 4], "uv": [0, 40]} + ] + }, + { + "name": "torso_top", + "parent": "torso_bot2", + "pivot": [0, 57.925, 0], + "cubes": [ + {"origin": [-2, 57.625, -2], "size": [4, 16, 4], "inflate": 0.01, "uv": [0, 0]} + ] + }, + { + "name": "head_ball", + "parent": "torso_top", + "pivot": [0, 85.625, 0], + "cubes": [ + {"origin": [-10, 75.625, -10], "size": [20, 20, 20], "inflate": 0.225, "uv": [60, 20]}, + {"origin": [-10, 75.625, -10], "size": [20, 20, 20], "inflate": 0.1, "uv": [0, 40]}, + {"origin": [-10, 75.625, -10], "size": [20, 20, 20], "inflate": -0.25, "uv": [0, 0]} + ] + }, + { + "name": "cone_flat_test2", + "parent": "torso_top", + "pivot": [-0.23121, 74.34106, 0.5], + "cubes": [ + {"origin": [-4.6338, 74.725, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.1338, 73.725, 1.5], "rotation": [0, 0, -20], "uv": [66, 60]}, + {"origin": [-0.30589, 75.06702, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.80589, 74.06702, 1.5], "rotation": [0, 0, 20], "uv": [56, 60]} + ] + }, + { + "name": "cone_flat_test3", + "parent": "cone_flat_test2", + "pivot": [-0.23121, 74.34106, 0.5], + "rotation": [0, -17.5, 0], + "cubes": [ + {"origin": [-4.6338, 74.725, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.1338, 73.725, 1.5], "rotation": [0, 0, -20], "uv": [66, 60]}, + {"origin": [-0.30589, 75.06702, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.80589, 74.06702, 1.5], "rotation": [0, 0, 20], "uv": [56, 60]} + ] + }, + { + "name": "cone_flat_test4", + "parent": "cone_flat_test3", + "pivot": [-0.23121, 74.34106, 0.5], + "rotation": [0, -17.5, 0], + "cubes": [ + {"origin": [-4.6338, 74.725, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.1338, 73.725, 1.5], "rotation": [0, 0, -20], "uv": [66, 60]}, + {"origin": [-0.30589, 75.06702, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.80589, 74.06702, 1.5], "rotation": [0, 0, 20], "uv": [56, 60]} + ] + }, + { + "name": "cone_flat_test5", + "parent": "cone_flat_test4", + "pivot": [-0.23121, 74.34106, 0.5], + "rotation": [0, -17.5, 0], + "cubes": [ + {"origin": [-4.6338, 74.725, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.1338, 73.725, 1.5], "rotation": [0, 0, -20], "uv": [66, 60]}, + {"origin": [-0.30589, 75.06702, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.80589, 74.06702, 1.5], "rotation": [0, 0, 20], "uv": [56, 60]} + ] + }, + { + "name": "cone_flat_test6", + "parent": "cone_flat_test5", + "pivot": [-0.23121, 74.34106, 0.5], + "rotation": [0, -17.5, 0], + "cubes": [ + {"origin": [-4.6338, 74.725, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.1338, 73.725, 1.5], "rotation": [0, 0, -20], "uv": [66, 60]}, + {"origin": [-0.30589, 75.06702, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.80589, 74.06702, 1.5], "rotation": [0, 0, 20], "uv": [56, 60]} + ] + }, + { + "name": "cone_flat_test7", + "parent": "cone_flat_test6", + "pivot": [-0.23121, 74.34106, 0.5], + "rotation": [0, -17.5, 0], + "cubes": [ + {"origin": [-4.6338, 74.725, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.1338, 73.725, 1.5], "rotation": [0, 0, -20], "uv": [66, 60]}, + {"origin": [-0.30589, 75.06702, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.80589, 74.06702, 1.5], "rotation": [0, 0, 20], "uv": [56, 60]} + ] + }, + { + "name": "cone_flat_test8", + "parent": "cone_flat_test7", + "pivot": [-0.23121, 74.34106, 0.5], + "rotation": [0, -17.5, 0], + "cubes": [ + {"origin": [-4.6338, 74.725, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.1338, 73.725, 1.5], "rotation": [0, 0, -20], "uv": [66, 60]}, + {"origin": [-0.30589, 75.06702, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.80589, 74.06702, 1.5], "rotation": [0, 0, 20], "uv": [56, 60]} + ] + }, + { + "name": "cone_flat_test9", + "parent": "cone_flat_test8", + "pivot": [-0.23121, 74.34106, 0.5], + "rotation": [0, -17.5, 0], + "cubes": [ + {"origin": [-4.6338, 74.725, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.1338, 73.725, 1.5], "rotation": [0, 0, -20], "uv": [66, 60]}, + {"origin": [-0.30589, 75.06702, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.80589, 74.06702, 1.5], "rotation": [0, 0, 20], "uv": [56, 60]} + ] + }, + { + "name": "cone_flat_test10", + "parent": "cone_flat_test9", + "pivot": [-0.23121, 74.34106, 0.5], + "rotation": [0, -17.5, 0], + "cubes": [ + {"origin": [-4.6338, 74.725, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.1338, 73.725, 1.5], "rotation": [0, 0, -20], "uv": [66, 60]}, + {"origin": [-0.30589, 75.06702, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.80589, 74.06702, 1.5], "rotation": [0, 0, 20], "uv": [56, 60]} + ] + }, + { + "name": "cone_flat_test11", + "parent": "cone_flat_test10", + "pivot": [-0.23121, 74.34106, 0.5], + "rotation": [0, -17.5, 0], + "cubes": [ + {"origin": [-4.6338, 74.725, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.1338, 73.725, 1.5], "rotation": [0, 0, -20], "uv": [66, 60]}, + {"origin": [-0.30589, 75.06702, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.80589, 74.06702, 1.5], "rotation": [0, 0, 20], "uv": [56, 60]} + ] + }, + { + "name": "cone_flat_test12", + "parent": "cone_flat_test11", + "pivot": [-0.23121, 74.34106, 0.5], + "rotation": [0, -17.5, 0], + "cubes": [ + {"origin": [-4.6338, 74.725, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.1338, 73.725, 1.5], "rotation": [0, 0, -20], "uv": [66, 60]}, + {"origin": [-0.30589, 75.06702, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.80589, 74.06702, 1.5], "rotation": [0, 0, 20], "uv": [56, 60]} + ] + }, + { + "name": "cone_flat_test13", + "parent": "cone_flat_test12", + "pivot": [-0.23121, 74.34106, 0.5], + "rotation": [0, -17.5, 0], + "cubes": [ + {"origin": [-4.6338, 74.725, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.1338, 73.725, 1.5], "rotation": [0, 0, -20], "uv": [66, 60]}, + {"origin": [-0.30589, 75.06702, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.80589, 74.06702, 1.5], "rotation": [0, 0, 20], "uv": [56, 60]} + ] + }, + { + "name": "cone_flat_test14", + "parent": "cone_flat_test13", + "pivot": [-0.23121, 74.34106, 0.5], + "rotation": [0, -17.5, 0], + "cubes": [ + {"origin": [-4.6338, 74.725, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.1338, 73.725, 1.5], "rotation": [0, 0, -20], "uv": [66, 60]}, + {"origin": [-0.30589, 75.06702, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.80589, 74.06702, 1.5], "rotation": [0, 0, 20], "uv": [56, 60]} + ] + }, + { + "name": "cone_flat_test15", + "parent": "cone_flat_test14", + "pivot": [-0.23121, 74.34106, 0.5], + "rotation": [0, -17.5, 0], + "cubes": [ + {"origin": [-4.6338, 74.725, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.1338, 73.725, 1.5], "rotation": [0, 0, -20], "uv": [66, 60]}, + {"origin": [-0.30589, 75.06702, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.80589, 74.06702, 1.5], "rotation": [0, 0, 20], "uv": [56, 60]} + ] + }, + { + "name": "cone_flat_test16", + "parent": "cone_flat_test15", + "pivot": [-0.23121, 74.34106, 0.5], + "rotation": [0, -17.5, 0], + "cubes": [ + {"origin": [-4.6338, 74.725, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.1338, 73.725, 1.5], "rotation": [0, 0, -20], "uv": [66, 60]}, + {"origin": [-0.30589, 75.06702, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.80589, 74.06702, 1.5], "rotation": [0, 0, 20], "uv": [56, 60]} + ] + }, + { + "name": "cone_flat_test17", + "parent": "cone_flat_test16", + "pivot": [-0.23121, 74.34106, 0.5], + "rotation": [0, -17.5, 0], + "cubes": [ + {"origin": [-4.6338, 74.725, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.1338, 73.725, 1.5], "rotation": [0, 0, -20], "uv": [66, 60]}, + {"origin": [-0.30589, 75.06702, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.80589, 74.06702, 1.5], "rotation": [0, 0, 20], "uv": [56, 60]} + ] + }, + { + "name": "cone_flat_test18", + "parent": "cone_flat_test17", + "pivot": [-0.23121, 74.34106, 0.5], + "rotation": [0, -17.5, 0], + "cubes": [ + {"origin": [-4.6338, 74.725, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.1338, 73.725, 1.5], "rotation": [0, 0, -20], "uv": [66, 60]}, + {"origin": [-0.30589, 75.06702, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.80589, 74.06702, 1.5], "rotation": [0, 0, 20], "uv": [56, 60]} + ] + }, + { + "name": "cone_flat_test19", + "parent": "cone_flat_test18", + "pivot": [-0.23121, 74.34106, 0.5], + "rotation": [0, -17.5, 0], + "cubes": [ + {"origin": [-4.6338, 74.725, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.1338, 73.725, 1.5], "rotation": [0, 0, -20], "uv": [66, 60]}, + {"origin": [-0.30589, 75.06702, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.80589, 74.06702, 1.5], "rotation": [0, 0, 20], "uv": [56, 60]} + ] + }, + { + "name": "cone_flat_test20", + "parent": "cone_flat_test19", + "pivot": [-0.23121, 74.34106, 0.5], + "rotation": [0, -17.5, 0], + "cubes": [ + {"origin": [-4.6338, 74.725, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.1338, 73.725, 1.5], "rotation": [0, 0, -20], "uv": [66, 60]}, + {"origin": [-0.30589, 75.06702, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.80589, 74.06702, 1.5], "rotation": [0, 0, 20], "uv": [56, 60]} + ] + }, + { + "name": "cone_flat_test21", + "parent": "cone_flat_test20", + "pivot": [-0.23121, 74.34106, 0.5], + "rotation": [0, -17.5, 0], + "cubes": [ + {"origin": [-4.6338, 74.725, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.1338, 73.725, 1.5], "rotation": [0, 0, -20], "uv": [66, 60]}, + {"origin": [-0.30589, 75.06702, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.80589, 74.06702, 1.5], "rotation": [0, 0, 20], "uv": [56, 60]} + ] + }, + { + "name": "cone_flat_test22", + "parent": "cone_flat_test21", + "pivot": [-0.23121, 74.34106, 0.5], + "rotation": [0, -17.5, 0], + "cubes": [ + {"origin": [-4.6338, 74.725, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.1338, 73.725, 1.5], "rotation": [0, 0, -20], "uv": [66, 60]}, + {"origin": [-0.30589, 75.06702, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.80589, 74.06702, 1.5], "rotation": [0, 0, 20], "uv": [56, 60]} + ] + }, + { + "name": "arm_left", + "parent": "torso_top", + "pivot": [-1, 12.625, -1] + }, + { + "name": "arm_left_1", + "parent": "arm_left", + "pivot": [1, 66.0625, 0], + "cubes": [ + {"origin": [1, 64.625, -1.5], "size": [10, 3, 3], "uv": [112, 12], "mirror": true}, + {"origin": [9, 63, -3], "size": [6, 6, 6], "uv": [54, 103], "mirror": true} + ] + }, + { + "name": "arm_left_2", + "parent": "arm_left_1", + "pivot": [13, 66.125, 0], + "cubes": [ + {"origin": [14, 64.625, -1.5], "size": [12, 3, 3], "uv": [100, 72], "mirror": true} + ] + }, + { + "name": "arm_left_3", + "parent": "arm_left_2", + "pivot": [26, 66.075, 1.525], + "cubes": [ + {"origin": [26, 64.625, -1.5], "size": [13, 3, 3], "inflate": 0.01, "uv": [100, 60], "mirror": true}, + {"origin": [39.025, 58.625, -7.5], "size": [0, 15, 15], "uv": [0, 65]} + ] + }, + { + "name": "hand_left", + "parent": "arm_left_3", + "pivot": [39, 66, 0] + }, + { + "name": "hand_first_r2", + "parent": "hand_left", + "pivot": [39.25, 66.0875, 0], + "cubes": [ + {"origin": [41, 64.625, -1.5], "size": [3, 3, 3], "inflate": 0.01, "uv": [72, 103]}, + {"origin": [39, 65.05, -1], "size": [2, 2, 2], "inflate": 0.01, "uv": [12, 0]} + ] + }, + { + "name": "hand_mid_r2", + "parent": "hand_left", + "pivot": [43, 66.125, 0], + "cubes": [ + {"origin": [43, 63.625, -2.5], "size": [6, 5, 5], "inflate": 0.01, "uv": [48, 115]} + ] + }, + { + "name": "hand_tip_r2", + "parent": "hand_mid_r2", + "pivot": [48.51, 66.375, 0], + "rotation": [0, 0, -5], + "cubes": [ + {"origin": [48, 64.625, -1.5], "size": [4, 3, 3], "inflate": 0.01, "uv": [102, 0]}, + {"origin": [52.02, 65.625, -1.5], "size": [2, 2, 3], "inflate": 0.01, "uv": [60, 0]} + ] + }, + { + "name": "arm_right", + "parent": "torso_top", + "pivot": [1, 12.625, -1] + }, + { + "name": "arm_right_1", + "parent": "arm_right", + "pivot": [-1, 66.0625, 0], + "cubes": [ + {"origin": [-11, 64.625, -1.5], "size": [10, 3, 3], "uv": [112, 84]}, + {"origin": [-15, 63, -3], "size": [6, 6, 6], "uv": [78, 103]} + ] + }, + { + "name": "arm_right_2", + "parent": "arm_right_1", + "pivot": [-13, 66.125, 0], + "cubes": [ + {"origin": [-26, 64.625, -1.5], "size": [12, 3, 3], "uv": [100, 78]} + ] + }, + { + "name": "arm_right_3", + "parent": "arm_right_2", + "pivot": [-26, 66.075, 1.525], + "cubes": [ + {"origin": [-39, 64.625, -1.5], "size": [13, 3, 3], "inflate": 0.01, "uv": [100, 66]}, + {"origin": [-39.025, 58.625, -7.5], "size": [0, 15, 15], "uv": [30, 65]} + ] + }, + { + "name": "hand_right", + "parent": "arm_right_3", + "pivot": [-39, 66, 0] + }, + { + "name": "hand_first_r", + "parent": "hand_right", + "pivot": [-39.25, 66.0875, 0], + "cubes": [ + {"origin": [-44, 64.625, -1.5], "size": [3, 3, 3], "inflate": 0.01, "uv": [96, 103]}, + {"origin": [-41, 65.05, -1], "size": [2, 2, 2], "inflate": 0.01, "uv": [12, 40]} + ] + }, + { + "name": "hand_mid_r", + "parent": "hand_right", + "pivot": [-43, 66.125, 0], + "cubes": [ + {"origin": [-49, 63.625, -2.5], "size": [6, 5, 5], "inflate": 0.01, "uv": [70, 115]} + ] + }, + { + "name": "hand_tip_r", + "parent": "hand_mid_r", + "pivot": [-48.51, 66.375, 0], + "rotation": [0, 0, 5], + "cubes": [ + {"origin": [-52, 64.625, -1.5], "size": [4, 3, 3], "inflate": 0.01, "uv": [0, 121]}, + {"origin": [-54.02, 65.625, -1.5], "size": [2, 2, 3], "inflate": 0.01, "uv": [60, 5]} + ] + }, + { + "name": "ball_mid", + "parent": "torso_top", + "pivot": [0, 58.925, -2], + "cubes": [ + {"origin": [-3, 52.925, -8], "size": [6, 6, 6], "uv": [112, 0]} + ] + }, + { + "name": "left_leg", + "parent": "blacephalon", + "pivot": [6.5, 39.375, -0.25], + "cubes": [ + {"origin": [3, 30.625, -4], "size": [7, 11, 8], "uv": [60, 84]}, + {"origin": [4, 27.625, -3], "size": [5, 6, 5], "uv": [120, 18]} + ] + }, + { + "name": "pant_r2", + "parent": "left_leg", + "pivot": [6, 29, 0] + }, + { + "name": "leg_1_r2", + "parent": "pant_r2", + "pivot": [6.4125, 28.75083, -0.16726], + "cubes": [ + {"origin": [4.925, 16.275, -1.575], "size": [3, 5, 3], "pivot": [6.425, 20.625, 0.5], "rotation": [-8.25, 0, 0], "uv": [14, 121]}, + {"origin": [5.4, 20.625, -1], "size": [2, 8, 2], "uv": [76, 125]} + ] + }, + { + "name": "leg_2_r2", + "parent": "leg_1_r2", + "pivot": [6.45, 16.7067, -0.74996], + "cubes": [ + {"origin": [4.475, 5.275, -2.1], "size": [4, 12, 4], "pivot": [6.425, 20.625, 0.5], "rotation": [-8.25, 0, 0], "uv": [92, 115]}, + {"origin": [3.425, 11.71765, -9.08163], "size": [6, 6, 6], "pivot": [6.5, 14.21765, -11.35663], "rotation": [-8.25, 0, 0], "uv": [78, 103], "mirror": true} + ] + }, + { + "name": "feet_r2", + "parent": "leg_2_r2", + "pivot": [6.4625, 4.99816, -2.52147], + "cubes": [ + {"origin": [3.925, -0.31484, -10.87844], "size": [5, 4, 10], "pivot": [6.475, 4.63516, -10.47844], "rotation": [26.75, 0, 0], "uv": [0, 95]}, + {"origin": [4.5, -0.075, -2], "size": [4, 4, 4], "uv": [82, 84]} + ] + }, + { + "name": "toe_r2", + "parent": "feet_r2", + "pivot": [6.425, 2.06016, -9.12844], + "cubes": [ + {"origin": [3.925, 0.06016, -13.62844], "size": [5, 4, 5], "inflate": 0.01, "uv": [20, 95]} + ] + }, + { + "name": "right_leg", + "parent": "blacephalon", + "pivot": [-6.5, 39.375, -0.25], + "cubes": [ + {"origin": [-10, 30.625, -4], "size": [7, 11, 8], "uv": [90, 84]}, + {"origin": [-9, 27.625, -3], "size": [5, 6, 5], "uv": [120, 29]} + ] + }, + { + "name": "pant_r", + "parent": "right_leg", + "pivot": [-6, 29, 0] + }, + { + "name": "leg_1_r", + "parent": "pant_r", + "pivot": [-6.4125, 29.75083, -0.16726], + "cubes": [ + {"origin": [-7.925, 16.275, -1.575], "size": [3, 5, 3], "pivot": [-6.425, 20.625, 0.5], "rotation": [-8.25, 0, 0], "uv": [26, 121]}, + {"origin": [-7.4, 20.625, -1], "size": [2, 8, 2], "uv": [68, 125]} + ] + }, + { + "name": "leg_2_r", + "parent": "leg_1_r", + "pivot": [-6.45, 16.7067, -0.74996], + "cubes": [ + {"origin": [-8.475, 5.275, -2.1], "size": [4, 12, 4], "pivot": [-6.425, 20.625, 0.5], "rotation": [-8.25, 0, 0], "uv": [108, 115]}, + {"origin": [-9.425, 11.71765, -9.08163], "size": [6, 6, 6], "pivot": [-6.5, 14.21765, -11.35663], "rotation": [-8.25, 0, 0], "uv": [54, 103]} + ] + }, + { + "name": "feet_r", + "parent": "leg_2_r", + "pivot": [-6.4625, 4.99816, -2.52147], + "cubes": [ + {"origin": [-8.925, -0.31484, -10.87844], "size": [5, 4, 10], "pivot": [-6.475, 4.63516, -10.47844], "rotation": [26.75, 0, 0], "uv": [30, 95]}, + {"origin": [-8.5, -0.075, -2], "size": [4, 4, 4], "uv": [120, 99]} + ] + }, + { + "name": "toe_r", + "parent": "feet_r", + "pivot": [-6.425, 2.06016, -9.12844], + "cubes": [ + {"origin": [-8.925, 0.06016, -13.62844], "size": [5, 4, 5], "inflate": 0.01, "uv": [120, 90]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/blipbug/blipbug.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/blipbug/blipbug.geo.json new file mode 100644 index 0000000..7d0f431 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/blipbug/blipbug.geo.json @@ -0,0 +1,195 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "blipbug", + "pivot": [0, 0, 0] + }, + { + "name": "root", + "parent": "blipbug", + "pivot": [0, 18, -3] + }, + { + "name": "neck", + "parent": "root", + "pivot": [0, 18.25, -3], + "cubes": [ + {"origin": [-2.5, 16, -5.5], "size": [5, 2, 5], "uv": [0, 15]} + ] + }, + { + "name": "bow", + "parent": "neck", + "pivot": [0, 17, -5.5] + }, + { + "name": "bowleft", + "parent": "bow", + "pivot": [0.5, 17, -5.5], + "cubes": [ + {"origin": [-0.5, 15.5, -5.5], "size": [4, 3, 0], "inflate": 0.01, "uv": [23, 15]} + ] + }, + { + "name": "bowright", + "parent": "bow", + "pivot": [-0.5, 17, -5.5], + "cubes": [ + {"origin": [-3.5, 15.5, -5.5], "size": [4, 3, 0], "inflate": 0.01, "uv": [15, 15]} + ] + }, + { + "name": "torso", + "parent": "neck", + "pivot": [0, 16, -3], + "cubes": [ + {"origin": [-2, 13, -5], "size": [4, 4, 4], "inflate": -0.01, "uv": [0, 22]} + ] + }, + { + "name": "frontrightleg", + "parent": "torso", + "pivot": [-2, 14, -4.5], + "cubes": [ + {"origin": [-3, 13, -7], "size": [1, 2, 3], "uv": [16, 22]} + ] + }, + { + "name": "frontleftleg", + "parent": "torso", + "pivot": [2, 14, -4.5], + "cubes": [ + {"origin": [2, 13, -7], "size": [1, 2, 3], "uv": [24, 22]} + ] + }, + { + "name": "torso2", + "parent": "torso", + "pivot": [0, 13, -5], + "cubes": [ + {"origin": [-2, 8, -5], "size": [4, 5, 4], "uv": [0, 30]} + ] + }, + { + "name": "backrightleg", + "parent": "torso2", + "pivot": [-2, 10, -4.5], + "cubes": [ + {"origin": [-3, 9, -7], "size": [1, 2, 3], "uv": [16, 22]} + ] + }, + { + "name": "backleftleg", + "parent": "torso2", + "pivot": [2, 10, -4.5], + "cubes": [ + {"origin": [2, 9, -7], "size": [1, 2, 3], "uv": [24, 27]} + ] + }, + { + "name": "tail", + "parent": "torso2", + "pivot": [0, 8, -5], + "cubes": [ + {"origin": [-2, 3, -5], "size": [4, 5, 4], "inflate": 0.01, "uv": [28, 29]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 3, -1], + "cubes": [ + {"origin": [-3, 3, -1], "size": [6, 0, 5], "uv": [27, 24]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 18, -3], + "cubes": [ + {"origin": [-3.5, 18, -6], "size": [7, 9, 6], "uv": [0, 0]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [0, 22.5, -6], + "cubes": [ + {"origin": [-3.5, 19, -6], "size": [3, 6, 0], "inflate": 0.001, "uv": [0, 0]}, + {"origin": [0.5, 19, -6], "size": [3, 6, 0], "inflate": 0.001, "uv": [20, 0]} + ] + }, + { + "name": "eyesclosed", + "parent": "eyes", + "pivot": [0, 22.5, -5] + }, + { + "name": "eyeclosedr", + "parent": "eyesclosed", + "pivot": [-2, 22, -6], + "cubes": [ + {"origin": [-3.5, 19, -6], "size": [3, 6, 0], "inflate": 0.001, "uv": [32, 18]} + ] + }, + { + "name": "eyeclosedl", + "parent": "eyesclosed", + "pivot": [-2, 22, -6], + "cubes": [ + {"origin": [0.5, 19, -6], "size": [3, 6, 0], "inflate": 0.001, "uv": [38, 18]} + ] + }, + { + "name": "eyesattack", + "parent": "eyes", + "pivot": [0, 22.5, -6], + "cubes": [ + {"origin": [-3.5, 19, -6], "size": [3, 6, 0], "inflate": 0.001, "uv": [32, 12]}, + {"origin": [0.5, 19, -6], "size": [3, 6, 0], "inflate": 0.001, "uv": [38, 12]} + ] + }, + { + "name": "ears", + "parent": "head", + "pivot": [0, 23.5, -3] + }, + { + "name": "leftear", + "parent": "ears", + "pivot": [3.5, 23.5, -3], + "cubes": [ + {"origin": [3.5, 21, -3], "size": [4, 5, 0], "uv": [34, 7]} + ] + }, + { + "name": "rightear", + "parent": "ears", + "pivot": [-3.5, 23.5, -3], + "cubes": [ + {"origin": [-7.5, 21, -3], "size": [4, 5, 0], "uv": [26, 7]} + ] + }, + { + "name": "antennae", + "parent": "head", + "pivot": [0, 27, -3], + "cubes": [ + {"origin": [-4.5, 27, -3], "size": [9, 7, 0], "uv": [26, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/brutebonnet/brutebonnet.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/brutebonnet/brutebonnet.geo.json new file mode 100644 index 0000000..4415713 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/brutebonnet/brutebonnet.geo.json @@ -0,0 +1,264 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.brute_bonnet", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 3, + "visible_bounds_height": 2, + "visible_bounds_offset": [0, 1, 0] + }, + "bones": [ + { + "name": "amoongus", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "amoongus", + "pivot": [0, 5, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 5, 0], + "cubes": [ + {"origin": [-5, 3, -5], "size": [10, 7, 10], "uv": [0, 33]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 5.5, 5], + "cubes": [ + {"origin": [-2, 4, 4], "size": [4, 3, 5], "uv": [66, 0]}, + {"origin": [-1, 4.5, 9], "size": [2, 2, 3], "uv": [79, 0]} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 10, 0], + "cubes": [ + {"origin": [-4, 9, -4], "size": [8, 8, 8], "uv": [40, 25]}, + {"origin": [-3.5, 13.5, -4.01], "size": [2, 3, 0], "uv": [44, 57]}, + {"origin": [-2.75, 14, -4.02], "size": [1, 2, 0], "uv": [14, 0]}, + {"origin": [1.5, 13.5, -4.01], "size": [2, 3, 0], "uv": [16, 50]}, + {"origin": [1.75, 14, -4.02], "size": [1, 2, 0], "uv": [12, 4]}, + {"origin": [-2, 12.5, -6], "size": [4, 1, 2], "uv": [36, 28]}, + {"origin": [1, 11.5, -6], "size": [1, 1, 0], "uv": [14, 3]}, + {"origin": [2, 11.5, -6], "size": [0, 1, 1], "uv": [0, 0]}, + {"origin": [-2, 11.5, -5], "size": [0, 1, 1], "uv": [12, 0]}, + {"origin": [-1, 11.5, -6], "size": [1, 1, 0], "uv": [0, 0]} + ] + }, + { + "name": "jaw", + "parent": "head", + "pivot": [0.125, 11.75, -4.125], + "cubes": [ + {"origin": [-2, 10.5, -6], "size": [4, 1, 2], "uv": [0, 28]}, + {"origin": [0, 11.5, -6], "size": [1, 1, 0], "uv": [14, 2]}, + {"origin": [-2, 11.5, -6], "size": [1, 1, 0], "uv": [12, 0]}, + {"origin": [-2, 11.5, -6], "size": [0, 1, 1], "uv": [0, 3]}, + {"origin": [2, 11.5, -5], "size": [0, 1, 1], "uv": [0, 4]} + ] + }, + { + "name": "arm_right", + "parent": "head", + "pivot": [-4, 10.5, 0], + "cubes": [ + {"origin": [-7.5, 9.5, -1], "size": [5, 2, 2], "uv": [0, 4]} + ] + }, + { + "name": "arm_left2", + "parent": "arm_right", + "pivot": [-7.5, 10.5, 1], + "cubes": [ + {"origin": [-11.5, 9.5, -1], "size": [4, 2, 2], "inflate": 0.01, "uv": [28, 50]} + ] + }, + { + "name": "hand_right", + "parent": "arm_left2", + "pivot": [-10.5, 10.5, 0], + "cubes": [ + {"origin": [-12.5, 6.5, -4], "size": [2, 8, 8], "uv": [48, 0]}, + {"origin": [-12.5, 10, -4], "size": [1, 1, 2], "inflate": 0.01, "uv": [60, 44]}, + {"origin": [-12.5, 10, 2], "size": [1, 1, 2], "inflate": 0.01, "uv": [60, 41]} + ] + }, + { + "name": "arm_left", + "parent": "head", + "pivot": [4, 10.5, 0], + "cubes": [ + {"origin": [2.5, 9.5, -1], "size": [5, 2, 2], "uv": [0, 0]} + ] + }, + { + "name": "arm_right2", + "parent": "arm_left", + "pivot": [7.5, 10.5, 1], + "cubes": [ + {"origin": [7.5, 9.5, -1], "size": [4, 2, 2], "inflate": 0.01, "uv": [48, 19]} + ] + }, + { + "name": "hand_left", + "parent": "arm_right2", + "pivot": [10.5, 10.5, 0], + "cubes": [ + {"origin": [10.5, 6.5, -4], "size": [2, 8, 8], "uv": [40, 41]}, + {"origin": [11.5, 10, -4], "size": [1, 1, 2], "inflate": 0.01, "uv": [60, 22]}, + {"origin": [11.5, 10, 2], "size": [1, 1, 2], "inflate": 0.01, "uv": [60, 0]} + ] + }, + { + "name": "cap", + "parent": "head", + "pivot": [0, 16, 0], + "cubes": [ + {"origin": [-8, 16, -8], "size": [16, 3, 16], "inflate": 0.01, "uv": [0, 0]}, + {"origin": [-6, 19, -6], "size": [12, 2, 12], "uv": [0, 19]}, + {"origin": [-5.5, 21, -1.5], "size": [0, 3, 3], "pivot": [-5.5, 21, 0], "rotation": [0, 0, -45], "uv": [60, 16]}, + {"origin": [-4.5, 21, -6.5], "size": [0, 2, 3], "pivot": [-4.5, 21, -5], "rotation": [35, -45, -45], "uv": [54, 20]}, + {"origin": [-4.5, 21, 3.5], "size": [0, 2, 3], "pivot": [-4.5, 21, 5], "rotation": [-35, 45, -45], "uv": [48, 20]}, + {"origin": [4.5, 21, 3.5], "size": [0, 2, 3], "pivot": [4.5, 21, 5], "rotation": [-35, -45, 45], "uv": [0, 38]}, + {"origin": [5.5, 21, -1.5], "size": [0, 3, 3], "pivot": [5.5, 21, 0], "rotation": [0, 0, 45], "uv": [60, 0]}, + {"origin": [4.5, 21, -6.5], "size": [0, 2, 3], "pivot": [4.5, 21, -5], "rotation": [35, 45, 45], "uv": [30, 38]} + ] + }, + { + "name": "hair", + "parent": "cap", + "pivot": [0, 4, 0] + }, + { + "name": "hair_right_front", + "parent": "hair", + "pivot": [-8, 16, -6], + "cubes": [ + {"origin": [-8, 8, -8], "size": [0, 8, 4], "uv": [52, 37]} + ] + }, + { + "name": "hair_left_front", + "parent": "hair", + "pivot": [8, 16, -6], + "cubes": [ + {"origin": [8, 8, -8], "size": [0, 8, 4], "uv": [30, 29]} + ] + }, + { + "name": "hair_right_back", + "parent": "hair", + "pivot": [-8, 16, 4], + "cubes": [ + {"origin": [-8, 8, 4], "size": [0, 8, 4], "uv": [40, 37]} + ] + }, + { + "name": "hair_left_back", + "parent": "hair", + "pivot": [8, 16, 4], + "cubes": [ + {"origin": [8, 8, 4], "size": [0, 8, 4], "uv": [0, 29]} + ] + }, + { + "name": "hair_back_right", + "parent": "hair", + "pivot": [-6, 16, 8], + "cubes": [ + {"origin": [-8, 8, 8], "size": [4, 8, 0], "uv": [16, 59]} + ] + }, + { + "name": "hair_back_left", + "parent": "hair", + "pivot": [6, 16, 8], + "cubes": [ + {"origin": [4, 8, 8], "size": [4, 8, 0], "uv": [48, 0]} + ] + }, + { + "name": "hair_back", + "parent": "hair", + "pivot": [0, 16, 8], + "cubes": [ + {"origin": [-4, 7, 8], "size": [8, 9, 0], "uv": [0, 57]} + ] + }, + { + "name": "hair_right", + "parent": "hair", + "pivot": [-8, 16, 0], + "cubes": [ + {"origin": [-8, 9, -4], "size": [0, 7, 8], "uv": [0, 42]} + ] + }, + { + "name": "hair_left", + "parent": "hair", + "pivot": [8, 16, 0], + "cubes": [ + {"origin": [8, 9, -4], "size": [0, 7, 8], "uv": [0, 0]} + ] + }, + { + "name": "hair_front_right", + "parent": "hair", + "pivot": [-2, 16, -8], + "cubes": [ + {"origin": [-8, 7, -8], "size": [6, 9, 0], "uv": [0, 19]} + ] + }, + { + "name": "hair_front_left", + "parent": "hair", + "pivot": [2, 16, -8], + "cubes": [ + {"origin": [2, 7, -8], "size": [6, 9, 0], "uv": [36, 19]} + ] + }, + { + "name": "leg_right_front", + "parent": "body", + "pivot": [-2.5, 4.5, -2.5], + "cubes": [ + {"origin": [-5.5, 0, -5.5], "size": [4, 5, 4], "uv": [44, 58]} + ] + }, + { + "name": "leg_right_back", + "parent": "body", + "pivot": [-2.5, 4.5, 2.5], + "cubes": [ + {"origin": [-5.5, 0, 1.5], "size": [4, 5, 4], "uv": [28, 55]} + ] + }, + { + "name": "leg_left_front", + "parent": "body", + "pivot": [2.5, 4.5, -2.5], + "cubes": [ + {"origin": [1.5, 0, -5.5], "size": [4, 5, 4], "uv": [56, 53]} + ] + }, + { + "name": "leg_left_back", + "parent": "body", + "pivot": [2.5, 4.5, 2.5], + "cubes": [ + {"origin": [1.5, 0, 1.5], "size": [4, 5, 4], "uv": [16, 50]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/capsakid/capsakid.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/capsakid/capsakid.geo.json new file mode 100644 index 0000000..3948962 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/capsakid/capsakid.geo.json @@ -0,0 +1,89 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.capsakid", + "texture_width": 32, + "texture_height": 32, + "visible_bounds_width": 2, + "visible_bounds_height": 1.5, + "visible_bounds_offset": [0, 0.25, 0] + }, + "bones": [ + { + "name": "all", + "pivot": [0, 0, 0] + }, + { + "name": "head", + "parent": "all", + "pivot": [0, 3, 0], + "cubes": [ + {"origin": [-2.5, 3, -2.5], "size": [5, 5, 5], "uv": [0, 0]}, + {"origin": [-0.5, 3, -3], "size": [1, 1, 0], "uv": [0, 0]}, + {"origin": [-0.5, 4, -3.5], "size": [1, 1, 1], "uv": [14, 14]}, + {"origin": [-0.5, 6, 2.5], "size": [1, 1, 1], "uv": [18, 14]}, + {"origin": [-3.5, 2, 0.5], "size": [7, 7, 0], "uv": [0, 10]} + ] + }, + { + "name": "eyelid_right", + "parent": "head", + "pivot": [-0.51, 5, -1.01], + "cubes": [ + {"origin": [-1.51, 4, -1.51], "size": [2, 2, 1], "uv": [23, 0]} + ] + }, + { + "name": "eyelid_left", + "parent": "head", + "pivot": [0.51, 5, -1.01], + "cubes": [ + {"origin": [-0.49, 4, -1.51], "size": [2, 2, 1], "uv": [19, 0]} + ] + }, + { + "name": "body", + "parent": "all", + "pivot": [0, 3, 0], + "cubes": [ + {"origin": [-1.5, 1, -1], "size": [3, 2, 2], "uv": [14, 10]} + ] + }, + { + "name": "arm_left", + "parent": "body", + "pivot": [1.5, 2, 0], + "cubes": [ + {"origin": [1.5, 2, -1], "size": [1, 0, 2], "uv": [0, 2]} + ] + }, + { + "name": "arm_right", + "parent": "body", + "pivot": [-1.5, 2, 0], + "cubes": [ + {"origin": [-2.5, 2, -1], "size": [1, 0, 2], "uv": [0, 0]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-1, 1, 0], + "cubes": [ + {"origin": [-1.5, 0, -0.5], "size": [1, 1, 1], "uv": [15, 2]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [1, 1, 0], + "cubes": [ + {"origin": [0.5, 0, -0.5], "size": [1, 1, 1], "uv": [15, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/celebi/celebi.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/celebi/celebi.geo.json new file mode 100644 index 0000000..edcd981 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/celebi/celebi.geo.json @@ -0,0 +1,280 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "celebi", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "celebi", + "pivot": [-0.68604, 8.96653, 0.46533] + }, + { + "name": "torso", + "parent": "body", + "pivot": [-0.16635, 7.99042, 0.47013], + "cubes": [ + {"origin": [-0.66635, 7.13417, -1.37987], "size": [1, 1, 0], "uv": [2, 2]}, + {"origin": [-0.66635, 7.10917, 2.29513], "size": [1, 1, 0], "uv": [2, 2]}, + {"origin": [-2.16635, 5.18417, -1.52987], "size": [4, 4, 4], "inflate": -0.175, "uv": [22, 21]}, + {"origin": [-1.66635, 8.03417, -1.00487], "size": [3, 3, 3], "uv": [0, 28]} + ] + }, + { + "name": "neck", + "parent": "torso", + "pivot": [-0.16635, 15.03417, -0.52987], + "cubes": [ + {"origin": [-1.16635, 10.03417, -0.52987], "size": [2, 4, 2], "uv": [20, 33]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [-0.16635, 11.66019, 0.35709], + "cubes": [ + {"origin": [-3.16635, 11.33417, -3.02987], "size": [6, 6, 7], "pivot": [-0.16635, 14.33417, -0.02987], "rotation": [7.5, 0, 0], "uv": [0, 0]}, + {"origin": [-2.66635, 11.42762, -1.60567], "size": [5, 4, 8], "pivot": [-0.66635, 13.95917, -0.85487], "rotation": [32.75, 0, 0], "uv": [0, 13]}, + {"origin": [-1.66635, 15.1684, 1.40725], "size": [3, 3, 6], "pivot": [-1.66635, 16.95917, 3.14513], "rotation": [57.75, 0, 0], "uv": [20, 7]}, + {"origin": [-0.16635, 15.1684, 7.40725], "size": [0, 3, 4], "pivot": [-2.16635, 16.95917, 3.14513], "rotation": [57.75, 0, 0], "uv": [0, 9]} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [-0.16635, 14.33417, -0.02987], + "cubes": [ + {"origin": [-1.16635, 12.83417, -3.08487], "size": [2, 1, 0], "pivot": [-0.16635, 14.33417, -0.02987], "rotation": [7.5, 0, 0], "uv": [8, 39]}, + {"origin": [-1.16635, 12.35917, -3.07987], "size": [2, 1, 0], "pivot": [-0.16635, 14.33417, -0.02987], "rotation": [7.5, 0, 0], "uv": [8, 38]}, + {"origin": [-0.66635, 11.85917, -3.05487], "size": [1, 1, 0], "pivot": [-0.66635, 14.33417, -0.02987], "rotation": [7.5, 0, 0], "uv": [8, 40]} + ] + }, + { + "name": "anthena_right", + "parent": "head", + "pivot": [-1.69135, 15.90837, -3.25131], + "rotation": [39.59006, 6.24936, -7.49876], + "cubes": [ + {"origin": [-2.19135, 16.33417, -3.02987], "size": [1, 2, 0], "pivot": [0.80865, 14.33417, -0.02987], "rotation": [7.5, 0, 0], "uv": [6, 16], "mirror": true} + ] + }, + { + "name": "anthena_right2", + "parent": "anthena_right", + "pivot": [-1.69135, 18.88698, -3.67762], + "rotation": [-42.5, 0, 0], + "cubes": [ + {"origin": [-2.19135, 18.67639, -2.66953], "size": [1, 3, 0], "pivot": [0.80865, 16.67639, 0.33047], "rotation": [7.5, 0, 0], "uv": [19, 0], "mirror": true} + ] + }, + { + "name": "anthena_right3", + "parent": "anthena_right2", + "pivot": [-1.69135, 21.23698, -3.30262], + "rotation": [-42.5, 0, 0], + "cubes": [ + {"origin": [-2.19135, 21.65353, -3.06613], "size": [1, 3, 0], "pivot": [0.80865, 19.65353, -0.06613], "rotation": [7.5, 0, 0], "uv": [18, 13], "mirror": true} + ] + }, + { + "name": "anthena_left", + "parent": "head", + "pivot": [1.35865, 15.90837, -3.25131], + "rotation": [39.59006, -6.24936, 7.49876], + "cubes": [ + {"origin": [0.85865, 16.33417, -3.02987], "size": [1, 2, 0], "pivot": [-1.14135, 14.33417, -0.02987], "rotation": [7.5, 0, 0], "uv": [6, 16]} + ] + }, + { + "name": "anthena_left2", + "parent": "anthena_left", + "pivot": [1.35865, 18.88698, -3.67762], + "rotation": [-42.5, 0, 0], + "cubes": [ + {"origin": [0.85865, 18.67639, -2.66953], "size": [1, 3, 0], "pivot": [-1.14135, 16.67639, 0.33047], "rotation": [7.5, 0, 0], "uv": [19, 0]} + ] + }, + { + "name": "anthena_left3", + "parent": "anthena_left2", + "pivot": [1.35865, 21.23698, -3.30262], + "rotation": [-42.5, 0, 0], + "cubes": [ + {"origin": [0.85865, 21.65353, -3.06613], "size": [1, 3, 0], "pivot": [-1.14135, 19.65353, -0.06613], "rotation": [7.5, 0, 0], "uv": [18, 13]} + ] + }, + { + "name": "arm_right", + "parent": "torso", + "pivot": [-1.51635, 10.03417, 0.39513], + "cubes": [ + {"origin": [-5.16635, 9.03417, -0.60487], "size": [4, 2, 2], "inflate": -0.374, "uv": [21, 29]} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-4.81635, 9.38417, 0.39513], + "cubes": [ + {"origin": [-8.41735, 9.03517, -1.15587], "size": [4, 2, 3], "inflate": -0.376, "uv": [19, 0]} + ] + }, + { + "name": "arm_right3", + "parent": "arm_right2", + "pivot": [-8.41735, 10.03517, 0.39413] + }, + { + "name": "finger_l_4", + "parent": "arm_right3", + "pivot": [-8.41735, 10.03517, -0.00587], + "cubes": [ + {"origin": [-9.04123, 9.83728, -0.05587], "size": [2, 0, 1], "pivot": [-7.84235, 10.03517, 0.77113], "rotation": [0, 0, -27.75], "uv": [0, 2]} + ] + }, + { + "name": "finger_l_5", + "parent": "arm_right3", + "pivot": [-8.84235, 10.03517, 0.77113], + "rotation": [0, -8.75, 0], + "cubes": [ + {"origin": [-9.44601, 10.03517, 0.50882], "size": [2, 0, 1], "pivot": [-8.84235, 10.03517, 0.77113], "rotation": [0, 22.5, 0], "uv": [0, 1]} + ] + }, + { + "name": "finger_l_6", + "parent": "arm_right3", + "pivot": [-8.84235, 10.03517, -0.00587], + "rotation": [0, 10.25, 0], + "cubes": [ + {"origin": [-9.73746, 10.03517, -0.6589], "size": [2, 0, 1], "pivot": [-8.84235, 10.03517, 0.77113], "rotation": [0, -22.5, 0], "uv": [0, 0]} + ] + }, + { + "name": "arm_left", + "parent": "torso", + "pivot": [1.20865, 10.03417, 0.39513], + "cubes": [ + {"origin": [0.83365, 9.03417, -0.60487], "size": [4, 2, 2], "inflate": -0.374, "uv": [31, 31]} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [4.48365, 9.38417, 0.39513], + "cubes": [ + {"origin": [4.08465, 9.03517, -1.15587], "size": [4, 2, 3], "inflate": -0.376, "uv": [9, 26]} + ] + }, + { + "name": "arm_left3", + "parent": "arm_left2", + "pivot": [8.08465, 10.03517, 0.39413] + }, + { + "name": "finger_l_3", + "parent": "arm_left3", + "pivot": [8.08465, 10.03517, -0.00587], + "cubes": [ + {"origin": [6.70853, 9.83728, -0.05587], "size": [2, 0, 1], "pivot": [7.50965, 10.03517, 0.77113], "rotation": [0, 0, 27.75], "uv": [0, 3]} + ] + }, + { + "name": "finger_l_2", + "parent": "arm_left3", + "pivot": [8.50965, 10.03517, 0.77113], + "rotation": [0, 8.75, 0], + "cubes": [ + {"origin": [7.11331, 10.03517, 0.50882], "size": [2, 0, 1], "pivot": [8.50965, 10.03517, 0.77113], "rotation": [0, -22.5, 0], "uv": [0, 4]} + ] + }, + { + "name": "finger_l_1", + "parent": "arm_left3", + "pivot": [8.50965, 10.03517, -0.00587], + "rotation": [0, -10.25, 0], + "cubes": [ + {"origin": [7.40476, 10.03517, -0.6589], "size": [2, 0, 1], "pivot": [8.50965, 10.03517, 0.77113], "rotation": [0, 22.5, 0], "uv": [0, 5]} + ] + }, + { + "name": "wing_left", + "parent": "torso", + "pivot": [0.25351, 9.35395, 1.62871], + "rotation": [0, 22.5, 0], + "cubes": [ + {"origin": [-0.16635, 7.85395, 1.62871], "size": [0, 3, 6], "uv": [0, 19]} + ] + }, + { + "name": "wing_right", + "parent": "torso", + "pivot": [-0.58621, 9.35395, 1.62871], + "rotation": [0, -22.5, 0], + "cubes": [ + {"origin": [-0.16635, 7.85395, 1.62871], "size": [0, 3, 6], "uv": [0, 19]} + ] + }, + { + "name": "lef_left", + "parent": "body", + "pivot": [0.83365, 5.68417, 0.44513], + "cubes": [ + {"origin": [-0.16635, 3.03417, -0.55487], "size": [2, 4, 2], "inflate": -0.374, "uv": [12, 31]} + ] + }, + { + "name": "lef_left2", + "parent": "lef_left", + "pivot": [0.83365, 3.38217, -0.17987], + "cubes": [ + {"origin": [-0.16635, 0.78217, -0.55487], "size": [2, 3, 2], "inflate": -0.375, "uv": [0, 16]} + ] + }, + { + "name": "lef_left3", + "parent": "lef_left2", + "pivot": [0.83365, 1.53217, 0.47013], + "cubes": [ + {"origin": [-0.16635, 0.78217, -2.55487], "size": [2, 1, 4], "inflate": -0.125, "uv": [26, 16], "mirror": true} + ] + }, + { + "name": "lef_right", + "parent": "body", + "pivot": [-1.16635, 5.68417, 0.44513], + "cubes": [ + {"origin": [-2.16635, 3.03417, -0.55487], "size": [2, 4, 2], "inflate": -0.374, "uv": [12, 31], "mirror": true} + ] + }, + { + "name": "lef_right2", + "parent": "lef_right", + "pivot": [-1.16635, 3.38217, -0.17987], + "cubes": [ + {"origin": [-2.16635, 0.78217, -0.55487], "size": [2, 3, 2], "inflate": -0.375, "uv": [0, 16], "mirror": true} + ] + }, + { + "name": "lef_right3", + "parent": "lef_right2", + "pivot": [-1.16635, 1.53217, 0.47013], + "cubes": [ + {"origin": [-2.16635, 0.78217, -2.55487], "size": [2, 1, 4], "inflate": -0.125, "uv": [26, 16]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/chienpao/chienpao.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/chienpao/chienpao.geo.json new file mode 100644 index 0000000..c202941 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/chienpao/chienpao.geo.json @@ -0,0 +1,459 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 9, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "chienpao", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "chienpao", + "pivot": [0, 14, 2] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 12, 2] + }, + { + "name": "front_torso", + "parent": "torso", + "pivot": [2.5, 11.983, -9.14521], + "cubes": [ + {"origin": [-3.5, 8.983, -10.14521], "size": [7, 6, 10], "pivot": [2.5, 11.983, -9.14521], "rotation": [10, 0, 0], "uv": [24, 22]}, + {"origin": [-3.5, 8.983, -10.14521], "size": [7, 6, 10], "inflate": 0.125, "pivot": [2.5, 11.983, -9.14521], "rotation": [10, 0, 0], "uv": [0, 0]}, + {"origin": [-3.5, 10.458, -0.79521], "size": [7, 6, 6], "inflate": 0.01, "uv": [26, 66]}, + {"origin": [-3.5, 10.458, -0.79521], "size": [7, 6, 6], "inflate": 0.11, "uv": [0, 61]} + ] + }, + { + "name": "back_torso", + "parent": "torso", + "pivot": [2, 11.983, 13.35479], + "cubes": [ + {"origin": [-3.5, 8.46206, 4.49387], "size": [7, 6, 10], "inflate": -0.01, "pivot": [2.5, 11.46206, 16.49387], "rotation": [-10, 0, 0], "uv": [24, 6]}, + {"origin": [-3.5, 8.46206, 4.49387], "size": [7, 6, 10], "inflate": 0.09, "pivot": [2.5, 11.46206, 16.49387], "rotation": [-10, 0, 0], "uv": [0, 16]} + ] + }, + { + "name": "tail_1", + "parent": "back_torso", + "pivot": [0, 14.808, 14.47979], + "cubes": [ + {"origin": [-3.51, 8.82277, 13.88916], "size": [7, 6, 9], "inflate": -0.11, "uv": [23, 38]}, + {"origin": [-3.51, 8.82277, 13.88916], "size": [7, 6, 9], "inflate": -0.01, "uv": [0, 32]} + ] + }, + { + "name": "tail_2", + "parent": "tail_1", + "pivot": [0, 11.808, 21.47979], + "cubes": [ + {"origin": [-3, 9.308, 21.47979], "size": [6, 5, 9], "uv": [49, 14]}, + {"origin": [-3, 9.308, 21.47979], "size": [6, 5, 9], "inflate": 0.125, "uv": [46, 44]} + ] + }, + { + "name": "tail_3", + "parent": "tail_2", + "pivot": [0, 11.808, 28.80479], + "cubes": [ + {"origin": [-3, 9.308, 29.30479], "size": [6, 5, 9], "inflate": -0.25, "uv": [48, 0]}, + {"origin": [-3, 9.308, 29.30479], "size": [6, 5, 9], "inflate": -0.15, "uv": [0, 47]} + ] + }, + { + "name": "tail_4", + "parent": "tail_3", + "pivot": [0, 11.808, 37.02979], + "cubes": [ + {"origin": [-2.5, 9.783, 36.05479], "size": [5, 4, 9], "uv": [21, 53]} + ] + }, + { + "name": "tail_5", + "parent": "tail_4", + "pivot": [0, 10.958, 45.00479], + "cubes": [ + {"origin": [-1.95, 9.783, 44.05479], "size": [4, 4, 8], "inflate": -0.2, "uv": [70, 6]}, + {"origin": [-1.95, 9.783, 44.05479], "size": [4, 4, 8], "inflate": -0.1, "uv": [67, 63]} + ] + }, + { + "name": "tail_6", + "parent": "tail_5", + "pivot": [0.05, 9.958, 51.90479], + "cubes": [ + {"origin": [-1.95, 9.783, 51.65479], "size": [4, 4, 8], "inflate": -0.21, "uv": [69, 34]} + ] + }, + { + "name": "neck", + "parent": "torso", + "pivot": [0, 12.483, -7.89521], + "rotation": [40, 0, 0], + "cubes": [ + {"origin": [-2.5, 10.40439, -11.05801], "size": [5, 11, 5], "pivot": [0, 10.90439, -8.05801], "rotation": [-17.5, 0, 0], "uv": [52, 71]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 20.40439, -5.80801], + "rotation": [-37.5, 0, 0], + "cubes": [ + {"origin": [-3, 18.90439, -9.80801], "size": [6, 6, 7], "uv": [49, 58]}, + {"origin": [-3, 22.92939, -9.85801], "size": [3, 1, 0], "pivot": [-1, 23.42939, -9.85801], "rotation": [0, 0, 26.75], "uv": [70, 2]}, + {"origin": [0, 22.92939, -9.85801], "size": [3, 1, 0], "pivot": [1, 23.42939, -9.85801], "rotation": [0, 0, -26.75], "uv": [70, 2], "mirror": true}, + {"origin": [1.525, 21.90439, -9.83301], "size": [1, 2, 0], "uv": [72, 7], "mirror": true}, + {"origin": [-2.525, 21.90439, -9.83301], "size": [1, 2, 0], "uv": [72, 7]} + ] + }, + { + "name": "muzzle", + "parent": "head", + "pivot": [0, 22.15439, -9.80801] + }, + { + "name": "bone", + "parent": "muzzle", + "pivot": [0, 20.50552, -8.03515], + "rotation": [2.5, 0, 0], + "cubes": [ + {"origin": [-3.5, 19.95667, -11.14859], "size": [7, 2, 4], "inflate": 0.01, "uv": [24, 0]}, + {"origin": [2.5, 18.95667, -11.14859], "size": [1, 1, 0], "inflate": 0.01, "uv": [0, 96]}, + {"origin": [-3.5, 18.95667, -11.14859], "size": [1, 1, 0], "inflate": 0.01, "uv": [0, 96]}, + {"origin": [3.5, 16.95667, -11.14859], "size": [0, 3, 4], "inflate": 0.01, "uv": [24, 2]}, + {"origin": [-3.5, 16.95667, -11.14859], "size": [0, 3, 4], "inflate": 0.01, "uv": [0, 18]}, + {"origin": [-2.5, 19.95667, -13.14859], "size": [5, 2, 2], "inflate": 0.01, "uv": [67, 46]}, + {"origin": [2.5, 18.95667, -13.14859], "size": [0, 1, 1], "inflate": 0.01, "uv": [82, 47]}, + {"origin": [-2.5, 18.95667, -13.14859], "size": [0, 1, 1], "inflate": 0.01, "uv": [82, 47], "mirror": true}, + {"origin": [-1, 21.30667, -13.62359], "size": [2, 1, 1], "inflate": 0.01, "uv": [48, 14]}, + {"origin": [0.5, 17.93667, -13.14859], "size": [2, 2, 0], "inflate": 0.01, "uv": [40, 53]}, + {"origin": [-1.975, 16.93667, -13.14859], "size": [1, 1, 0], "inflate": 0.01, "uv": [32, 9]}, + {"origin": [-2.5, 17.93667, -13.14859], "size": [2, 2, 0], "inflate": 0.01, "uv": [53, 0]}, + {"origin": [0.975, 16.93667, -13.14859], "size": [1, 1, 0], "inflate": 0.01, "uv": [6, 36]} + ] + }, + { + "name": "wisker_right", + "parent": "bone", + "pivot": [-4.5, 20.77939, -8.80801], + "rotation": [0, 0, 12.5], + "cubes": [ + {"origin": [-8.03773, 20.4496, -8.79276], "size": [4, 1, 0], "uv": [24, 9]} + ] + }, + { + "name": "wisker_left", + "parent": "bone", + "pivot": [4.5, 20.77939, -8.80801], + "rotation": [0, 0, -12.5], + "cubes": [ + {"origin": [4.03773, 20.4496, -8.79276], "size": [4, 1, 0], "uv": [0, 25]} + ] + }, + { + "name": "sword_left2", + "parent": "muzzle", + "pivot": [1.73161, 21.79548, -11.85164], + "rotation": [2.84745, -48.68786, -3.78851], + "cubes": [ + {"origin": [0.73231, 11.40439, -12.24126], "size": [2, 11, 1], "inflate": -0.175, "uv": [32, 89]}, + {"origin": [0.73231, 11.42939, -12.56626], "size": [2, 11, 1], "inflate": -0.45, "uv": [26, 89]}, + {"origin": [1.23231, 5.10439, -12.36626], "size": [1, 4, 1], "inflate": -0.25, "uv": [4, 47]}, + {"origin": [1.23231, 4.90439, -12.24126], "size": [1, 1, 1], "inflate": -0.174, "pivot": [1.73231, 5.40439, -12.24126], "rotation": [0, 0, 45], "uv": [5, 54]}, + {"origin": [0.73231, 7.72939, -12.24126], "size": [2, 2, 1], "inflate": -0.15, "pivot": [1.73231, 8.72939, -12.24126], "rotation": [0, 0, -45], "uv": [21, 53]}, + {"origin": [-0.61414, 7.52584, -12.25126], "size": [4, 1, 1], "inflate": -0.175, "pivot": [2.38586, 8.02584, -12.24126], "rotation": [0, 0, -73.5], "uv": [46, 4]}, + {"origin": [-0.64625, 6.57584, -12.24126], "size": [4, 1, 1], "inflate": -0.175, "pivot": [1.35375, 7.07584, -12.24126], "rotation": [0, 0, 73.5], "uv": [24, 24]}, + {"origin": [0.73231, 10.62939, -12.24126], "size": [2, 2, 1], "inflate": -0.173, "pivot": [1.73231, 11.62939, -12.24126], "rotation": [0, 0, -45], "uv": [0, 52]}, + {"origin": [0.73231, 10.62939, -12.56626], "size": [2, 2, 1], "inflate": -0.449, "pivot": [1.73231, 11.62939, -12.56626], "rotation": [0, 0, -45], "uv": [48, 28]}, + {"origin": [0.73231, 7.62939, -12.56626], "size": [2, 2, 1], "inflate": -0.449, "pivot": [1.73231, 8.62939, -12.56626], "rotation": [0, 0, -45], "uv": [48, 6]}, + {"origin": [1.23231, 9.40439, -12.24126], "size": [1, 2, 1], "inflate": -0.175, "uv": [6, 0]} + ] + }, + { + "name": "sword_right2", + "parent": "muzzle", + "pivot": [-1.73161, 21.79548, -11.85164], + "rotation": [2.84745, 48.68786, 3.78851], + "cubes": [ + {"origin": [-2.73231, 11.40439, -12.24126], "size": [2, 11, 1], "inflate": -0.175, "uv": [32, 89], "mirror": true}, + {"origin": [-2.73231, 11.42939, -12.56626], "size": [2, 11, 1], "inflate": -0.45, "uv": [26, 89], "mirror": true}, + {"origin": [-2.23231, 5.10439, -12.36626], "size": [1, 4, 1], "inflate": -0.25, "uv": [4, 47], "mirror": true}, + {"origin": [-2.23231, 4.90439, -12.24126], "size": [1, 1, 1], "inflate": -0.174, "pivot": [-1.73231, 5.40439, -12.24126], "rotation": [0, 0, -45], "uv": [5, 54], "mirror": true}, + {"origin": [-2.73231, 7.72939, -12.24126], "size": [2, 2, 1], "inflate": -0.15, "pivot": [-1.73231, 8.72939, -12.24126], "rotation": [0, 0, 45], "uv": [21, 53], "mirror": true}, + {"origin": [-3.38586, 7.52584, -12.25126], "size": [4, 1, 1], "inflate": -0.175, "pivot": [-2.38586, 8.02584, -12.24126], "rotation": [0, 0, 73.5], "uv": [46, 4], "mirror": true}, + {"origin": [-3.35375, 6.57584, -12.24126], "size": [4, 1, 1], "inflate": -0.175, "pivot": [-1.35375, 7.07584, -12.24126], "rotation": [0, 0, -73.5], "uv": [24, 24], "mirror": true}, + {"origin": [-2.73231, 10.62939, -12.24126], "size": [2, 2, 1], "inflate": -0.173, "pivot": [-1.73231, 11.62939, -12.24126], "rotation": [0, 0, 45], "uv": [0, 52], "mirror": true}, + {"origin": [-1.08231, 11.15439, -12.24126], "size": [1, 1, 1], "inflate": -0.174, "uv": [2, 61], "mirror": true}, + {"origin": [-3.38231, 11.15439, -12.24126], "size": [1, 1, 1], "inflate": -0.174, "uv": [2, 61], "mirror": true}, + {"origin": [-2.73231, 10.62939, -12.56626], "size": [2, 2, 1], "inflate": -0.449, "pivot": [-1.73231, 11.62939, -12.56626], "rotation": [0, 0, 45], "uv": [48, 28], "mirror": true}, + {"origin": [-2.73231, 7.62939, -12.56626], "size": [2, 2, 1], "inflate": -0.449, "pivot": [-1.73231, 8.62939, -12.56626], "rotation": [0, 0, 45], "uv": [48, 6], "mirror": true}, + {"origin": [-2.23231, 9.40439, -12.24126], "size": [1, 2, 1], "inflate": -0.175, "uv": [6, 0], "mirror": true} + ] + }, + { + "name": "jaw", + "parent": "muzzle", + "pivot": [0, 19.75439, -9.33301], + "cubes": [ + {"origin": [-2, 18.92939, -11.57301], "size": [4, 1, 3], "uv": [42, 0]} + ] + }, + { + "name": "whisker_top_left", + "parent": "head", + "pivot": [2.75, 21.40439, -8.55801], + "rotation": [0, -10, -7.5] + }, + { + "name": "whisker_top_right", + "parent": "head", + "pivot": [-2.75, 21.40439, -8.55801], + "rotation": [0, 10, 7.5] + }, + { + "name": "whisker_middle_left", + "parent": "head", + "pivot": [3, 20.65439, -8.55801], + "rotation": [0, -15, 5] + }, + { + "name": "whisker_middle_right", + "parent": "head", + "pivot": [-3, 20.65439, -8.55801], + "rotation": [0, 15, -5] + }, + { + "name": "whisker_bottom_left", + "parent": "head", + "pivot": [2.75, 19.90439, -8.55801], + "rotation": [0, -20, 17.5] + }, + { + "name": "whisker_bottom_right", + "parent": "head", + "pivot": [-2.75, 19.90439, -8.55801], + "rotation": [0, 20, -17.5] + }, + { + "name": "ear_right", + "parent": "head", + "pivot": [-2.5, 22.90439, -5.80801], + "rotation": [-5, -30, -25], + "cubes": [ + {"origin": [-2.58551, 22.88392, -8.54204], "size": [1, 4, 4], "inflate": 0.01, "uv": [0, 0]} + ] + }, + { + "name": "ear_left", + "parent": "head", + "pivot": [2.5, 22.90439, -5.80801], + "rotation": [-5, 30, 25], + "cubes": [ + {"origin": [1.58551, 22.88392, -8.54204], "size": [1, 4, 4], "inflate": 0.01, "uv": [40, 54]} + ] + }, + { + "name": "leg_front_left1", + "parent": "body", + "pivot": [2.75, 12.71879, -6.71484], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [1.25, 7.2264, -8.88915], "size": [3, 7, 4], "inflate": 0.01, "uv": [84, 46]}, + {"origin": [1.25, 7.2264, -8.88915], "size": [3, 7, 4], "inflate": 0.11, "uv": [30, 78], "mirror": true} + ] + }, + { + "name": "leg_front_left2", + "parent": "leg_front_left1", + "pivot": [2.75, 7.05209, -5.39676], + "rotation": [-20, 0, 0], + "cubes": [ + {"origin": [1.25, 0.46849, -7.94923], "size": [3, 7, 3], "uv": [85, 30]} + ] + }, + { + "name": "leg_front_left3", + "parent": "leg_front_left2", + "pivot": [2.75, 0.48613, -5.51738], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [0.775, -0.30676, -10.04263], "size": [4, 2, 5], "inflate": 0.01, "uv": [83, 62]}, + {"origin": [3.075, -0.30676, -10.09263], "size": [1, 2, 0], "inflate": 0.01, "uv": [46, 38]}, + {"origin": [3.075, 1.71824, -10.09263], "size": [1, 0, 1], "inflate": 0.01, "uv": [7, 24]}, + {"origin": [1.475, -0.30676, -10.09263], "size": [1, 2, 0], "inflate": 0.01, "uv": [42, 0]}, + {"origin": [1.475, 1.71824, -10.09263], "size": [1, 0, 1], "inflate": 0.01, "uv": [7, 23]} + ] + }, + { + "name": "toe_front_left", + "parent": "leg_front_left3", + "pivot": [2.75, 0.69324, -7.04263] + }, + { + "name": "toe_front_left2", + "parent": "leg_front_left3", + "pivot": [1.75, 0.69324, -7.04263] + }, + { + "name": "toe_front_left3", + "parent": "leg_front_left3", + "pivot": [3.75, 0.69324, -7.04263] + }, + { + "name": "leg_front_right1", + "parent": "body", + "pivot": [-2.75, 12.71879, -6.71484], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-4.25, 7.2264, -8.88915], "size": [3, 7, 4], "inflate": 0.01, "uv": [0, 85]}, + {"origin": [-4.25, 7.2264, -8.88915], "size": [3, 7, 4], "inflate": 0.11, "uv": [30, 78]} + ] + }, + { + "name": "leg_front_right2", + "parent": "leg_front_right1", + "pivot": [-2.75, 7.05209, -5.39676], + "rotation": [-20, 0, 0], + "cubes": [ + {"origin": [-4.25, 0.46849, -7.94923], "size": [3, 7, 3], "uv": [87, 18]} + ] + }, + { + "name": "leg_front_right3", + "parent": "leg_front_right2", + "pivot": [-2.75, 0.48613, -5.51738], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [-4.775, -0.30676, -10.04263], "size": [4, 2, 5], "inflate": 0.01, "uv": [39, 84]}, + {"origin": [-4.075, -0.30676, -10.09263], "size": [1, 2, 0], "inflate": 0.01, "uv": [21, 49]}, + {"origin": [-4.075, 1.71824, -10.09263], "size": [1, 0, 1], "inflate": 0.01, "uv": [31, 6]}, + {"origin": [-2.475, -0.30676, -10.09263], "size": [1, 2, 0], "inflate": 0.01, "uv": [21, 47]}, + {"origin": [-2.475, 1.71824, -10.09263], "size": [1, 0, 1], "inflate": 0.01, "uv": [7, 25]} + ] + }, + { + "name": "toe_front_right", + "parent": "leg_front_right3", + "pivot": [-2.75, 0.69324, -7.04263] + }, + { + "name": "toe_front_right2", + "parent": "leg_front_right3", + "pivot": [-1.75, 0.69324, -7.04263] + }, + { + "name": "toe_front_right3", + "parent": "leg_front_right3", + "pivot": [-3.75, 0.69324, -7.04263] + }, + { + "name": "leg_back_right1", + "parent": "body", + "pivot": [-2.5, 11.75, 9.5], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-4.01396, 7.12487, 7.59214], "size": [3, 7, 5], "inflate": 0.01, "uv": [72, 75], "mirror": true}, + {"origin": [-4.06396, 7.62487, 8.11714], "size": [0, 6, 4], "inflate": 0.01, "uv": [59, 83], "mirror": true} + ] + }, + { + "name": "leg_back_right2", + "parent": "leg_back_right1", + "pivot": [-2.51396, 6.21203, 12.09595], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-4.01396, 0.37686, 10.11483], "size": [3, 7, 3], "uv": [86, 0], "mirror": true} + ] + }, + { + "name": "leg_back_right3", + "parent": "leg_back_right2", + "pivot": [-2.51396, 0.95321, 11.63002], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [-4.51396, -0.37314, 7.89522], "size": [4, 2, 5], "inflate": 0.01, "uv": [83, 82], "mirror": true}, + {"origin": [-3.78896, -0.37314, 7.87022], "size": [1, 2, 0], "inflate": 0.01, "uv": [29, 38], "mirror": true}, + {"origin": [-3.78896, 1.65186, 7.87022], "size": [1, 0, 1], "inflate": 0.01, "uv": [7, 3], "mirror": true}, + {"origin": [-2.18896, 1.65186, 7.87022], "size": [1, 0, 1], "inflate": 0.01, "uv": [7, 22], "mirror": true}, + {"origin": [-2.18896, -0.37314, 7.87022], "size": [1, 2, 0], "inflate": 0.01, "uv": [6, 39], "mirror": true} + ] + }, + { + "name": "toe_back_right", + "parent": "leg_back_right3", + "pivot": [-2.26396, 0.62686, 7.89522] + }, + { + "name": "toe_back_right2", + "parent": "leg_back_right3", + "pivot": [-3.26396, 0.62686, 7.89522] + }, + { + "name": "toe_back_right3", + "parent": "leg_back_right3", + "pivot": [-1.26396, 0.62686, 7.89522] + }, + { + "name": "leg_back_left1", + "parent": "body", + "pivot": [2.5, 12.75, 9.5], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [1, 7.15904, 7.33335], "size": [3, 7, 5], "inflate": 0.01, "uv": [72, 75]}, + {"origin": [4.05, 7.65904, 7.85835], "size": [0, 6, 4], "inflate": 0.01, "uv": [59, 83]} + ] + }, + { + "name": "leg_back_left2", + "parent": "leg_back_left1", + "pivot": [2.5, 6.24619, 11.83716], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [1, 0.41102, 9.85604], "size": [3, 7, 3], "uv": [86, 0]} + ] + }, + { + "name": "leg_back_left3", + "parent": "leg_back_left2", + "pivot": [2.5, 0.98738, 11.37123], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [0.5, -0.33898, 7.63642], "size": [4, 2, 5], "inflate": 0.01, "uv": [83, 82]}, + {"origin": [2.775, -0.33898, 7.61142], "size": [1, 2, 0], "inflate": 0.01, "uv": [29, 38]}, + {"origin": [2.775, 1.68602, 7.61142], "size": [1, 0, 1], "inflate": 0.01, "uv": [7, 3]}, + {"origin": [1.175, 1.68602, 7.61142], "size": [1, 0, 1], "inflate": 0.01, "uv": [7, 22]}, + {"origin": [1.175, -0.33898, 7.61142], "size": [1, 2, 0], "inflate": 0.01, "uv": [6, 39]} + ] + }, + { + "name": "toe_back_left", + "parent": "leg_back_left3", + "pivot": [2.25, 0.66102, 7.63642] + }, + { + "name": "toe_back_left2", + "parent": "leg_back_left3", + "pivot": [3.25, 0.66102, 7.63642] + }, + { + "name": "toe_back_left3", + "parent": "leg_back_left3", + "pivot": [1.25, 0.66102, 7.63642] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/chiyu.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/chiyu.geo.json new file mode 100644 index 0000000..f0af67e --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/chiyu.geo.json @@ -0,0 +1,148 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 4, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "bone10", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-3.25, 4, -3.25], "size": [5, 6, 5], "inflate": -0.01, "pivot": [0, 0, 0], "rotation": [0, -45, 0], "uv": [0, 25]}, + {"origin": [-2.75, 10, -2.75], "size": [1, 0, 1], "pivot": [0, 0, 0], "rotation": [0, -45, 0], "uv": [15, 28]}, + {"origin": [-2.5, 5, -0.5], "size": [5, 6, 7], "uv": [2, 1]} + ] + }, + { + "name": "bone2", + "parent": "bone10", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-3.5, 4, -1], "size": [7, 6, 8], "uv": [0, 0]} + ] + }, + { + "name": "bone14", + "parent": "bone10", + "pivot": [-3, 4, 2], + "cubes": [ + {"origin": [-3.5, 5, 0], "size": [7, 0, 4], "pivot": [0, 0, 0], "rotation": [0, 0, -45], "uv": [18, 4]} + ] + }, + { + "name": "bone13", + "parent": "bone10", + "pivot": [4, 4, 0], + "cubes": [ + {"origin": [-3.5, 5, 0], "size": [7, 0, 4], "pivot": [0, 0, 0], "rotation": [0, 0, 45], "uv": [18, 4], "mirror": true} + ] + }, + { + "name": "bone12", + "parent": "bone10", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [0, 9, 2], "size": [0, 7, 9], "uv": [0, 5]} + ] + }, + { + "name": "bone11", + "parent": "bone10", + "pivot": [0, 7, 7], + "cubes": [ + {"origin": [-2, 4.5, 4], "size": [4, 4, 7], "uv": [11, 14]} + ] + }, + { + "name": "bone3", + "parent": "bone11", + "pivot": [2, 8, 10], + "cubes": [ + {"origin": [-4, 3.5, 11], "size": [0, 6, 8], "pivot": [0, 0, 0], "rotation": [15, 30, 0], "uv": [0, 28]}, + {"origin": [-4, 6, 18], "size": [0, 2, 8], "pivot": [0, 0, 0], "rotation": [15, 30, 0], "uv": [0, 34]} + ] + }, + { + "name": "bone5", + "parent": "bone11", + "pivot": [2, 5, 11], + "cubes": [ + {"origin": [-4, 6, 14], "size": [0, 2, 8], "pivot": [0, 0, 0], "rotation": [-15, 30, 0], "uv": [0, 42]}, + {"origin": [-4, 3.5, 7], "size": [0, 6, 8], "pivot": [0, 0, 0], "rotation": [-15, 30, 0], "uv": [0, 36]} + ] + }, + { + "name": "bone15", + "parent": "bone11", + "pivot": [-2, 8, 11], + "cubes": [ + {"origin": [4, 6, 18], "size": [0, 2, 8], "pivot": [0, 0, 0], "rotation": [15, -30, 0], "uv": [0, 34], "mirror": true}, + {"origin": [4, 3.5, 11], "size": [0, 6, 8], "pivot": [0, 0, 0], "rotation": [15, -30, 0], "uv": [0, 28], "mirror": true} + ] + }, + { + "name": "bone6", + "parent": "bone11", + "pivot": [-2, 5, 11], + "cubes": [ + {"origin": [4, 6, 14], "size": [0, 2, 8], "pivot": [0, 0, 0], "rotation": [-15, -30, 0], "uv": [0, 42], "mirror": true}, + {"origin": [4, 3.5, 7], "size": [0, 6, 8], "pivot": [0, 0, 0], "rotation": [-15, -30, 0], "uv": [0, 36], "mirror": true} + ] + }, + { + "name": "bone", + "parent": "bone10", + "pivot": [0, 0, 0], + "rotation": [0, -45, 0], + "cubes": [ + {"origin": [3.75, 4, -3.75], "size": [2, 2, 1], "pivot": [0, 0, 0], "rotation": [0, 0, -45], "uv": [0, 3]}, + {"origin": [-7.2, 5.9, -3.75], "size": [4, 1, 1], "pivot": [0, 0, 0], "rotation": [0, 0, 45], "uv": [47, 0]}, + {"origin": [-6.8, 2.6, -3.75], "size": [4, 1, 1], "pivot": [0, 0, 0], "rotation": [0, 0, 45], "uv": [47, 0], "mirror": true}, + {"origin": [-7.2, 3.9, -3.75], "size": [1, 2, 1], "pivot": [0, 0, 0], "rotation": [0, 0, 45], "uv": [46, 12]}, + {"origin": [-3.8, 3.6, -3.75], "size": [1, 2, 1], "pivot": [0, 0, 0], "rotation": [0, 0, 45], "uv": [46, 12]} + ] + }, + { + "name": "bone7", + "parent": "bone10", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [3.5, 4.5, 1.5], "size": [0, 3, 2], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [-5, 0, 0], "uv": [31, 7]}, + {"origin": [3.5, 6, 3], "size": [0, 3, 2], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [-15, 0, 0], "uv": [31, 7]}, + {"origin": [3.5, 5.5, 5.1], "size": [0, 3, 2], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [15, 0, 0], "uv": [31, 7]} + ] + }, + { + "name": "bone8", + "parent": "bone10", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-3.5, 4.5, 1.5], "size": [0, 3, 2], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [-5, 0, 0], "uv": [31, 7], "mirror": true}, + {"origin": [-3.5, 6, 3], "size": [0, 3, 2], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [-15, 0, 0], "uv": [31, 7], "mirror": true}, + {"origin": [-3.5, 5.5, 5.1], "size": [0, 3, 2], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [15, 0, 0], "uv": [31, 7], "mirror": true} + ] + }, + { + "name": "bone9", + "parent": "bone10", + "pivot": [0, 0, 0], + "rotation": [0, 45, 0], + "cubes": [ + {"origin": [-5.75, 4, -3.75], "size": [2, 2, 1], "pivot": [0, 0, 0], "rotation": [0, 0, 45], "uv": [0, 3], "mirror": true}, + {"origin": [3.2, 5.9, -3.75], "size": [4, 1, 1], "pivot": [0, 0, 0], "rotation": [0, 0, -45], "uv": [47, 0], "mirror": true}, + {"origin": [2.8, 2.6, -3.75], "size": [4, 1, 1], "pivot": [0, 0, 0], "rotation": [0, 0, -45], "uv": [47, 0]}, + {"origin": [6.2, 3.9, -3.75], "size": [1, 2, 1], "pivot": [0, 0, 0], "rotation": [0, 0, -45], "uv": [46, 12], "mirror": true}, + {"origin": [2.8, 3.6, -3.75], "size": [1, 2, 1], "pivot": [0, 0, 0], "rotation": [0, 0, -45], "uv": [46, 12], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/cinccino/cinccino.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/cinccino/cinccino.geo.json new file mode 100644 index 0000000..fffb927 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/cinccino/cinccino.geo.json @@ -0,0 +1,343 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.pichu", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 4, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "pichu", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "pichu", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 4.25, 0.25] + }, + { + "name": "body2", + "parent": "torso", + "pivot": [0, 0.25, 0], + "cubes": [ + {"origin": [-3, 1.25, -2.25], "size": [6, 6, 5], "uv": [0, 15]} + ] + }, + { + "name": "bone", + "parent": "body2", + "pivot": [0.12817, 5.95589, -2.26402] + }, + { + "name": "scarf", + "parent": "body2", + "pivot": [0, 0.25, 0], + "cubes": [ + {"origin": [-3.55, 4.8, -3.425], "size": [2, 3, 7], "pivot": [-2.55, 6.8, 0.075], "rotation": [7.5, 0, 0], "uv": [0, 43]}, + {"origin": [-1.55, 4.8, 0.575], "size": [5, 4, 3], "pivot": [-2.55, 6.8, 0.075], "rotation": [7.5, 0, 0], "uv": [30, 46]}, + {"origin": [-2.2, 4.65, -4.3], "size": [5, 3, 2], "pivot": [-2.55, 6.8, 0.075], "rotation": [7.5, 0, 0], "uv": [21, 45]} + ] + }, + { + "name": "scarf_prai", + "parent": "scarf", + "pivot": [3.45, 5.92099, -2.78256] + }, + { + "name": "bone3", + "parent": "scarf_prai", + "pivot": [2.275, 5.92099, -2.78256], + "cubes": [ + {"origin": [2.45, 5.09599, -3.78256], "size": [2, 2, 2], "pivot": [3.45, 5.92099, -2.78256], "rotation": [7.5, 0, 0], "uv": [25, 41]} + ] + }, + { + "name": "bone4", + "parent": "bone3", + "pivot": [3.45, 5.92099, -2.78256], + "cubes": [ + {"origin": [3.125, 5.27099, -3.78256], "size": [3, 2, 2], "inflate": -0.225, "pivot": [3.45, 5.92099, -2.78256], "rotation": [7.5, 0, 0], "uv": [27, 37]} + ] + }, + { + "name": "bone2", + "parent": "scarf", + "pivot": [0, 0.25, 0] + }, + { + "name": "head", + "parent": "body2", + "pivot": [0, 7, 0.25], + "cubes": [ + {"origin": [-4.5, 7, -3.75], "size": [9, 7, 8], "uv": [0, 0]}, + {"origin": [-0.5, 9, -3.975], "size": [1, 1, 1], "inflate": -0.2, "uv": [35, 17]} + ] + }, + { + "name": "hair_left", + "parent": "head", + "pivot": [-2.43474, 15.5, -0.62013], + "cubes": [ + {"origin": [-4.43474, 13, -3.59513], "size": [4, 4, 8], "pivot": [-2.43474, 15.5, -0.62013], "rotation": [22.5, -20, 0], "uv": [40, 0], "mirror": true}, + {"origin": [-5.89629, 13.94077, 0.9187], "size": [4, 4, 8], "inflate": 0.075, "pivot": [-3.98474, 16.15, 3.37987], "rotation": [-67.5, -20, 0], "uv": [40, 0], "mirror": true} + ] + }, + { + "name": "hair_1_r2", + "parent": "hair_left", + "pivot": [-4.91484, 11.37884, 5.57132], + "rotation": [-15, 10, 0], + "cubes": [ + {"origin": [-6.74288, 8.45384, 3.38105], "size": [6, 3, 3], "inflate": 0.075, "pivot": [-4.71788, 10.02884, 5.60605], "rotation": [-89.17944, -29.74388, 48.79959], "uv": [39, 24], "mirror": true} + ] + }, + { + "name": "hair_2_r2", + "parent": "hair_1_r2", + "pivot": [-2.0851, 8.17419, 7.59114], + "rotation": [-4.59597, 18.74724, -21.17283], + "cubes": [ + {"origin": [-2.25301, 7.27567, 5.40722], "size": [6, 3, 3], "inflate": -0.15, "pivot": [-2.26788, 8.55384, 6.80605], "rotation": [-79.49097, -27.99682, 28.8907], "uv": [39, 24], "mirror": true} + ] + }, + { + "name": "hair_3_r2", + "parent": "hair_2_r2", + "pivot": [1.6149, 6.42419, 9.61614], + "cubes": [ + {"origin": [1.11812, 4.84308, 7.94724], "size": [6, 3, 3], "inflate": -0.25, "pivot": [1.6149, 6.42419, 9.61614], "rotation": [-89.17944, -29.74388, 48.79959], "uv": [39, 24], "mirror": true} + ] + }, + { + "name": "hair_4_r2", + "parent": "hair_3_r2", + "pivot": [4.10407, 3.47419, 11.97038], + "cubes": [ + {"origin": [4.61812, 4.84308, 6.89724], "size": [6, 3, 3], "inflate": -0.6, "pivot": [1.6149, 6.42419, 9.61614], "rotation": [-97.63618, -28.84469, 65.98403], "uv": [39, 24], "mirror": true} + ] + }, + { + "name": "hair_right", + "parent": "head", + "pivot": [2.43474, 15.5, -0.62013], + "cubes": [ + {"origin": [0.43474, 13, -3.59513], "size": [4, 4, 8], "pivot": [2.43474, 15.5, -0.62013], "rotation": [22.5, 20, 0], "uv": [40, 0]}, + {"origin": [1.89629, 13.94077, 0.9187], "size": [4, 4, 8], "inflate": 0.075, "pivot": [3.98474, 16.15, 3.37987], "rotation": [-67.5, 20, 0], "uv": [40, 0]} + ] + }, + { + "name": "hair_1_r", + "parent": "hair_right", + "pivot": [4.71484, 10.02884, 5.57132], + "cubes": [ + {"origin": [-0.37074, 9.50328, 4.4569], "size": [6, 3, 3], "inflate": 0.075, "pivot": [4.71484, 11.72884, 5.57132], "rotation": [-89.17944, 29.74388, -48.79959], "uv": [39, 24]} + ] + }, + { + "name": "hair_2_r", + "parent": "hair_1_r", + "pivot": [1.65707, 7.52419, 7.63141], + "rotation": [-2.18558, -9.76061, 12.68664], + "cubes": [ + {"origin": [-3.75003, 7.27567, 5.37249], "size": [6, 3, 3], "inflate": -0.15, "pivot": [2.26484, 8.55384, 6.77132], "rotation": [-79.49097, 27.99682, -28.8907], "uv": [39, 24]} + ] + }, + { + "name": "hair_3_r", + "parent": "hair_2_r", + "pivot": [-1.91793, 6.42419, 9.58141], + "rotation": [0, 0, 5], + "cubes": [ + {"origin": [-7.17116, 4.64308, 8.33751], "size": [6, 3, 3], "inflate": -0.25, "pivot": [-1.91793, 6.42419, 9.58141], "rotation": [-79.33013, -0.41611, -43.54007], "uv": [39, 24]} + ] + }, + { + "name": "hair_4_r", + "parent": "hair_3_r", + "pivot": [-4.99293, 3.04919, 9.33141], + "cubes": [ + {"origin": [-8.2625, 0.81329, 8.2115], "size": [5, 3, 3], "inflate": -0.6, "pivot": [-5.5125, 2.38829, 9.4365], "rotation": [-81.58344, -0.4005, -60.08315], "uv": [39, 24]} + ] + }, + { + "name": "cowlick", + "parent": "head", + "pivot": [-0.175, 13.31605, -2.76227], + "rotation": [34.3939, 27.73062, 17.6685] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [0.23584, 8.5, -3.78995], + "cubes": [ + {"origin": [-0.81416, 7.45, -4.0551], "size": [2, 1, 1], "inflate": -0.3, "pivot": [0.23584, 8.5, -3.78995], "rotation": [0, 0, -32.5], "uv": [0, 6]}, + {"origin": [-1.11416, 7.2, -4.0551], "size": [2, 1, 1], "inflate": -0.3, "pivot": [0.23584, 8.5, -3.78995], "rotation": [0, 0, 32.5], "uv": [0, 34]} + ] + }, + { + "name": "openmouth", + "parent": "head", + "pivot": [0, 8.5, -3.775] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [0, 10, -3.775], + "cubes": [ + {"origin": [-3.5, 9, -3.775], "size": [2, 3, 0], "pivot": [-2.5, 9, -3.775], "rotation": [0, 0, 5], "uv": [10, 35]}, + {"origin": [1.5, 9, -3.775], "size": [2, 3, 0], "pivot": [2.5, 9, -3.775], "rotation": [0, 0, -5], "uv": [6, 35]}, + {"origin": [1.9, 9.15, -3.603], "size": [1, 1, 1], "inflate": 0.175, "pivot": [2.25, 10.25, -3.785], "rotation": [0, 0, -5], "uv": [35, 15]}, + {"origin": [-2.9, 9.15, -3.603], "size": [1, 1, 1], "inflate": 0.175, "pivot": [-2.25, 10.25, -3.785], "rotation": [0, 0, 5], "uv": [34, 31]} + ] + }, + { + "name": "eyelid_right", + "parent": "eyes", + "pivot": [-2.5, 10, -3.175] + }, + { + "name": "eyelid_left", + "parent": "eyes", + "pivot": [2.5, 10, -3.175] + }, + { + "name": "ear_right", + "parent": "head", + "pivot": [-4.175, 11.5, 0.25], + "rotation": [-1.3378, 14.94159, -35.17544], + "cubes": [ + {"origin": [-7.81989, 11.24019, 0.21118], "size": [7, 4, 0], "uv": [0, 26], "mirror": true} + ] + }, + { + "name": "earfluff_right", + "parent": "ear_right", + "pivot": [-3.175, 4.5, 0], + "cubes": [ + {"origin": [-4.35299, 10.31911, -0.01372], "size": [1, 4, 0], "pivot": [-3.425, 11.875, 0.025], "rotation": [0, 0, -40], "uv": [14, 35]}, + {"origin": [-4.56989, 11.19019, -0.01382], "size": [2, 4, 0], "uv": [31, 15], "mirror": true} + ] + }, + { + "name": "ear_right2", + "parent": "ear_right", + "pivot": [-4.175, 15.5, 0.25], + "cubes": [ + {"origin": [-7.81989, 15.24019, 0.21118], "size": [7, 5, 0], "uv": [22, 19], "mirror": true} + ] + }, + { + "name": "ear_left", + "parent": "head", + "pivot": [4.175, 11.5, 0.25], + "rotation": [-2.00307, -14.8687, 37.7614], + "cubes": [ + {"origin": [0.81989, 11.24019, 0.21118], "size": [7, 4, 0], "uv": [0, 26]} + ] + }, + { + "name": "earfluff_left", + "parent": "ear_left", + "pivot": [3.175, 4.5, 0], + "cubes": [ + {"origin": [3.35299, 10.31911, -0.01372], "size": [1, 4, 0], "pivot": [3.425, 11.875, 0.025], "rotation": [0, 0, 40], "uv": [14, 35], "mirror": true}, + {"origin": [2.56989, 11.19019, -0.01382], "size": [2, 4, 0], "uv": [31, 15]} + ] + }, + { + "name": "ear_left2", + "parent": "ear_left", + "pivot": [4.175, 15.5, 0.25], + "cubes": [ + {"origin": [0.81989, 15.24019, 0.21118], "size": [7, 5, 0], "uv": [22, 19]} + ] + }, + { + "name": "arm_right", + "parent": "body2", + "pivot": [-3, 7, 0], + "cubes": [ + {"origin": [-7, 5, -1], "size": [4, 2, 2], "uv": [22, 29]} + ] + }, + { + "name": "arm_left", + "parent": "body2", + "pivot": [3, 7, 0], + "cubes": [ + {"origin": [3, 5, -1], "size": [4, 2, 2], "uv": [26, 4]} + ] + }, + { + "name": "tail0", + "parent": "body2", + "pivot": [0, 2.25, 2.75], + "rotation": [-25, 0, 0] + }, + { + "name": "tail1", + "parent": "tail0", + "pivot": [0, 2.25, 2.75], + "rotation": [25, 0, 0], + "cubes": [ + {"origin": [0, 1.75, 1.75], "size": [0, 2, 5], "uv": [14, 24]} + ] + }, + { + "name": "tail2", + "parent": "tail1", + "pivot": [0, 1.75, 5.75], + "cubes": [ + {"origin": [-0.01, 1.75, 5.75], "size": [0, 4, 7], "uv": [17, 8]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-1.75, 1.5, 0.5], + "rotation": [0, 10, 0], + "cubes": [ + {"origin": [-2.75, 1, -0.5], "size": [2, 1, 2], "inflate": 0.02, "uv": [0, 0]}, + {"origin": [-2.7424, 0, -1.08682], "size": [2, 1, 3], "inflate": 0.02, "uv": [7, 31]} + ] + }, + { + "name": "foot_right2", + "parent": "leg_right", + "pivot": [-1.75, 0, -1], + "cubes": [ + {"origin": [-2.7424, 0, -2.08682], "size": [2, 1, 1], "uv": [34, 10]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [1.75, 1.5, 0.5], + "rotation": [0, -10, 0], + "cubes": [ + {"origin": [0.75, 1, -0.5], "size": [2, 1, 2], "inflate": 0.02, "uv": [0, 3]}, + {"origin": [0.7576, 0, -0.91318], "size": [2, 1, 3], "inflate": 0.02, "uv": [0, 30]} + ] + }, + { + "name": "foot_left2", + "parent": "leg_left", + "pivot": [1.75, 0, -1], + "cubes": [ + {"origin": [0.7576, 0, -1.91318], "size": [2, 1, 1], "uv": [34, 8]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/corsola/corsola.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/corsola/corsola.geo.json new file mode 100644 index 0000000..82def27 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/corsola/corsola.geo.json @@ -0,0 +1,219 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.corsola", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "corsola", + "pivot": [0, 0, 0] + }, + { + "name": "swing", + "parent": "corsola", + "pivot": [0.35933, 8.283, 0.03077] + }, + { + "name": "head", + "parent": "swing", + "pivot": [0.35933, 8.283, 0.03077], + "cubes": [ + {"origin": [-5.86375, 2.39101, -6.46923], "size": [12, 12, 13], "uv": [0, 0]} + ] + }, + { + "name": "arms", + "parent": "head", + "pivot": [0.13625, -0.10899, 1.53077] + }, + { + "name": "arm_right", + "parent": "arms", + "pivot": [-4.86375, 6.39101, -5.46923], + "cubes": [ + {"origin": [-6.51375, 5.34101, -8.46923], "size": [2, 2, 4], "inflate": 0.05, "pivot": [-5.86375, 6.39101, -6.46923], "rotation": [4.5, 45, 0], "uv": [24, 34]} + ] + }, + { + "name": "arm_left", + "parent": "arms", + "pivot": [5.13625, 6.39101, -5.46923], + "cubes": [ + {"origin": [4.78625, 5.34101, -8.46923], "size": [2, 2, 4], "inflate": 0.05, "pivot": [6.13625, 6.39101, -6.46923], "rotation": [4.5, -45, 0], "uv": [24, 34], "mirror": true} + ] + }, + { + "name": "legs", + "parent": "head", + "pivot": [0.13625, -0.10899, 1.53077] + }, + { + "name": "right", + "parent": "legs", + "pivot": [-4.36375, 0.89101, -2.46923], + "cubes": [ + {"origin": [-6.36375, -0.10899, -4.96923], "size": [2, 4, 2], "pivot": [-4.36375, 0.89101, -2.46923], "rotation": [0, 0, 20], "uv": [42, 46]}, + {"origin": [-6.36375, -0.10899, 3.03077], "size": [2, 4, 2], "pivot": [-4.36375, 0.89101, -2.46923], "rotation": [0, 0, 20], "uv": [34, 45]} + ] + }, + { + "name": "left", + "parent": "legs", + "pivot": [-4.36375, 0.89101, -2.46923], + "cubes": [ + {"origin": [4.63625, -0.10899, -4.96923], "size": [2, 4, 2], "pivot": [4.63625, 0.89101, -2.46923], "rotation": [0, 0, -20], "uv": [16, 45]}, + {"origin": [4.63625, -0.10899, 3.03077], "size": [2, 4, 2], "pivot": [4.63625, 0.89101, -2.46923], "rotation": [0, 0, -20], "uv": [8, 45]} + ] + }, + { + "name": "bone", + "parent": "left", + "pivot": [0.44473, 26.24101, -3.17923] + }, + { + "name": "eye_left", + "parent": "bone", + "pivot": [-1.21375, 26.34101, -3.29923], + "rotation": [0, 0, 48.75] + }, + { + "name": "eye_right", + "parent": "bone", + "pivot": [1.48625, 26.34101, -3.29923], + "rotation": [0, 0, -48.75] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [0.13625, 7.0811, -6.55673], + "cubes": [ + {"origin": [-0.35, 6.0811, -6.48173], "size": [1, 1, 0], "uv": [52, 0]}, + {"origin": [0.65, 6.6311, -6.48173], "size": [1, 1, 0], "uv": [52, 0]}, + {"origin": [-1.35, 6.6311, -6.48173], "size": [1, 1, 0], "uv": [52, 0]} + ] + }, + { + "name": "eye_open", + "parent": "head", + "pivot": [3.2228, 9.05728, -6.32143] + }, + { + "name": "eyes_right", + "parent": "eye_open", + "pivot": [-2.9503, 9.05728, -6.32143], + "rotation": [0, 0, 10.5], + "cubes": [ + {"origin": [-3.97659, 7.3847, -6.47923], "size": [2, 3, 0], "uv": [9, 0], "mirror": true}, + {"origin": [-3.50159, 7.7597, -6.50423], "size": [1, 2, 0], "uv": [0, 0], "mirror": true}, + {"origin": [-3.40159, 8.6597, -6.73923], "size": [1, 1, 1], "inflate": -0.225, "uv": [0, 53], "mirror": true}, + {"origin": [-3.40159, 8.3347, -6.73923], "size": [1, 1, 1], "inflate": -0.225, "uv": [0, 53], "mirror": true} + ] + }, + { + "name": "eyes_left", + "parent": "eye_open", + "pivot": [3.2228, 9.05728, -6.32143], + "rotation": [0, 0, -10.5], + "cubes": [ + {"origin": [2.2491, 7.3847, -6.47923], "size": [2, 3, 0], "uv": [9, 0]}, + {"origin": [2.7741, 7.7597, -6.50423], "size": [1, 2, 0], "uv": [0, 0]}, + {"origin": [2.6741, 8.6597, -6.73923], "size": [1, 1, 1], "inflate": -0.225, "uv": [0, 53]}, + {"origin": [2.6741, 8.3347, -6.73923], "size": [1, 1, 1], "inflate": -0.225, "uv": [0, 53]} + ] + }, + { + "name": "eye_close", + "parent": "head", + "pivot": [-2.97659, 8.8847, -6.35423] + }, + { + "name": "bone4", + "parent": "eye_close", + "pivot": [-2.97659, 8.8847, -6.45423], + "rotation": [0, 0, 10.5], + "cubes": [ + {"origin": [-3.97659, 7.3847, -6.45423], "size": [2, 3, 0], "uv": [9, 0], "mirror": true} + ] + }, + { + "name": "bone3", + "parent": "eye_close", + "pivot": [3.2491, 8.8847, -6.45423], + "rotation": [0, 0, -10.5], + "cubes": [ + {"origin": [2.2491, 7.3847, -6.45423], "size": [2, 3, 0], "uv": [9, 0]} + ] + }, + { + "name": "horns", + "parent": "head", + "pivot": [0.13625, -0.10899, 1.53077] + }, + { + "name": "horn_mid", + "parent": "horns", + "pivot": [0.33625, 10.89101, -4.96923], + "cubes": [ + {"origin": [-0.80601, 10.68654, -13.6114], "size": [2, 2, 6], "pivot": [0.19399, 11.71154, -6.1114], "rotation": [-35, 0, 0], "uv": [0, 25]}, + {"origin": [-1.30601, 10.16154, -9.6114], "size": [3, 3, 4], "pivot": [0.69399, 11.71154, -6.1114], "rotation": [-35, 0, 0], "uv": [14, 53]} + ] + }, + { + "name": "rightfronthorn3", + "parent": "horns", + "pivot": [4.31125, 12.78268, 3.6391], + "rotation": [-26.0215, 2.24685, 41.40351], + "cubes": [ + {"origin": [2.31125, 12.11601, 1.80577], "size": [3, 6, 3], "inflate": 0.05, "uv": [0, 0], "mirror": true}, + {"origin": [2.81125, 18.11601, 2.33077], "size": [2, 5, 2], "uv": [37, 5], "mirror": true}, + {"origin": [2.81125, 20.11601, 0.33077], "size": [2, 2, 3], "inflate": -0.3, "pivot": [3.81125, 21.11601, 2.83077], "rotation": [-21.5, 0, 0], "uv": [37, 0], "mirror": true}, + {"origin": [2.81125, 18.11601, 2.48077], "size": [2, 2, 3], "inflate": -0.3, "pivot": [3.81125, 21.11601, 2.83077], "rotation": [28.25, 0, 0], "uv": [36, 34], "mirror": true} + ] + }, + { + "name": "leftfronthorn3", + "parent": "horns", + "pivot": [-4.03875, 12.78268, 3.6391], + "rotation": [-26.0215, -2.24685, -41.40351], + "cubes": [ + {"origin": [-5.03875, 12.11601, 1.80577], "size": [3, 6, 3], "inflate": 0.05, "uv": [0, 0]}, + {"origin": [-4.53875, 18.11601, 2.33077], "size": [2, 5, 2], "uv": [37, 5]}, + {"origin": [-4.53875, 20.11601, 0.33077], "size": [2, 2, 3], "inflate": -0.3, "pivot": [-3.53875, 21.11601, 2.83077], "rotation": [-21.5, 0, 0], "uv": [37, 0]}, + {"origin": [-4.53875, 18.11601, 2.48077], "size": [2, 2, 3], "inflate": -0.3, "pivot": [-3.53875, 21.11601, 2.83077], "rotation": [28.25, 0, 0], "uv": [36, 34]} + ] + }, + { + "name": "leftfronthorn", + "parent": "horns", + "pivot": [5.06125, 13.45768, -3.6359], + "rotation": [0, 0, 16.5], + "cubes": [ + {"origin": [3.06125, 12.79101, -5.46923], "size": [3, 6, 3], "inflate": 0.05, "uv": [0, 33]}, + {"origin": [3.56125, 18.79101, -4.94423], "size": [2, 5, 2], "uv": [45, 3]}, + {"origin": [3.53625, 15.89101, -3.31923], "size": [2, 2, 3], "pivot": [4.53625, 16.71601, -1.96923], "rotation": [28.75, 0, 0], "uv": [43, 32]}, + {"origin": [3.56125, 20.79101, -6.94423], "size": [2, 2, 3], "inflate": -0.3, "pivot": [4.56125, 21.79101, -4.44423], "rotation": [-21.5, 0, 0], "uv": [26, 42]} + ] + }, + { + "name": "rightfronthorn", + "parent": "horns", + "pivot": [-4.78875, 13.45768, -3.6359], + "rotation": [0, 0, -16.5], + "cubes": [ + {"origin": [-5.78875, 12.79101, -5.46923], "size": [3, 6, 3], "inflate": 0.05, "uv": [0, 33], "mirror": true}, + {"origin": [-5.28875, 18.79101, -4.94423], "size": [2, 5, 2], "uv": [45, 3], "mirror": true}, + {"origin": [-5.26375, 15.89101, -3.31923], "size": [2, 2, 3], "pivot": [-4.26375, 16.71601, -1.96923], "rotation": [28.75, 0, 0], "uv": [43, 32], "mirror": true}, + {"origin": [-5.28875, 20.79101, -6.94423], "size": [2, 2, 3], "inflate": -0.3, "pivot": [-4.28875, 21.79101, -4.44423], "rotation": [-21.5, 0, 0], "uv": [26, 42], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/corsola_galarian/corsola_galar.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/corsola_galarian/corsola_galar.geo.json new file mode 100644 index 0000000..0ceb541 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/corsola_galarian/corsola_galar.geo.json @@ -0,0 +1,221 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.corsola", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "corsola", + "pivot": [0, 0, 0] + }, + { + "name": "swing", + "parent": "corsola", + "pivot": [0.35933, 8.283, 0.03077] + }, + { + "name": "head", + "parent": "swing", + "pivot": [0.35933, 8.283, 0.03077], + "cubes": [ + {"origin": [-5.86375, 2.39101, -6.46923], "size": [12, 12, 13], "uv": [0, 0]} + ] + }, + { + "name": "arms", + "parent": "head", + "pivot": [0.13625, -0.10899, 1.53077] + }, + { + "name": "arm_right", + "parent": "arms", + "pivot": [-4.86375, 6.39101, -5.46923], + "cubes": [ + {"origin": [-6.51375, 5.34101, -8.46923], "size": [2, 2, 4], "inflate": 0.05, "pivot": [-5.86375, 6.39101, -6.46923], "rotation": [4.5, 45, 0], "uv": [24, 34]} + ] + }, + { + "name": "arm_left", + "parent": "arms", + "pivot": [5.13625, 6.39101, -5.46923], + "cubes": [ + {"origin": [4.78625, 5.34101, -8.46923], "size": [2, 2, 4], "inflate": 0.05, "pivot": [6.13625, 6.39101, -6.46923], "rotation": [4.5, -45, 0], "uv": [24, 34], "mirror": true} + ] + }, + { + "name": "legs", + "parent": "head", + "pivot": [0.13625, -0.10899, 1.53077] + }, + { + "name": "right", + "parent": "legs", + "pivot": [-4.36375, 0.89101, -2.46923], + "cubes": [ + {"origin": [-6.36375, -0.10899, -4.96923], "size": [2, 4, 2], "pivot": [-4.36375, 0.89101, -2.46923], "rotation": [0, 0, 20], "uv": [42, 46]}, + {"origin": [-6.36375, -0.10899, 3.03077], "size": [2, 4, 2], "pivot": [-4.36375, 0.89101, -2.46923], "rotation": [0, 0, 20], "uv": [34, 45]} + ] + }, + { + "name": "left", + "parent": "legs", + "pivot": [-4.36375, 0.89101, -2.46923], + "cubes": [ + {"origin": [4.63625, -0.10899, -4.96923], "size": [2, 4, 2], "pivot": [4.63625, 0.89101, -2.46923], "rotation": [0, 0, -20], "uv": [16, 45]}, + {"origin": [4.63625, -0.10899, 3.03077], "size": [2, 4, 2], "pivot": [4.63625, 0.89101, -2.46923], "rotation": [0, 0, -20], "uv": [8, 45]} + ] + }, + { + "name": "bone", + "parent": "left", + "pivot": [0.44473, 26.24101, -3.17923] + }, + { + "name": "eye_left", + "parent": "bone", + "pivot": [-1.21375, 26.34101, -3.29923], + "rotation": [0, 0, 48.75] + }, + { + "name": "eye_right", + "parent": "bone", + "pivot": [1.48625, 26.34101, -3.29923], + "rotation": [0, 0, -48.75] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [0.13625, 7.0811, -6.55673], + "cubes": [ + {"origin": [-0.35, 7.0811, -6.48173], "size": [1, 1, 0], "uv": [52, 0]}, + {"origin": [0.65, 6.6311, -6.48173], "size": [1, 1, 0], "uv": [52, 0]}, + {"origin": [-1.35, 6.6311, -6.48173], "size": [1, 1, 0], "uv": [52, 0]} + ] + }, + { + "name": "eye_open", + "parent": "head", + "pivot": [3.2228, 9.05728, -6.32143] + }, + { + "name": "eyes_right", + "parent": "eye_open", + "pivot": [-2.9503, 9.05728, -6.32143], + "rotation": [0, 0, 10.5], + "cubes": [ + {"origin": [-3.97659, 7.3847, -6.47923], "size": [2, 3, 0], "uv": [9, 0], "mirror": true}, + {"origin": [-4.05159, 9.1597, -6.64523], "size": [2, 1, 1], "inflate": -0.125, "pivot": [-2.97659, 9.8847, -6.52923], "rotation": [0, 0, -20], "uv": [0, 9], "mirror": true}, + {"origin": [-3.50159, 7.7597, -6.50423], "size": [1, 2, 0], "uv": [0, 0], "mirror": true}, + {"origin": [-3.40159, 8.6597, -6.73923], "size": [1, 1, 1], "inflate": -0.225, "uv": [0, 53], "mirror": true}, + {"origin": [-3.40159, 8.3347, -6.73923], "size": [1, 1, 1], "inflate": -0.225, "uv": [0, 53], "mirror": true} + ] + }, + { + "name": "eyes_left", + "parent": "eye_open", + "pivot": [3.2228, 9.05728, -6.32143], + "rotation": [0, 0, -10.5], + "cubes": [ + {"origin": [2.2491, 7.3847, -6.47923], "size": [2, 3, 0], "uv": [9, 0]}, + {"origin": [2.3241, 9.1597, -6.64523], "size": [2, 1, 1], "inflate": -0.125, "pivot": [3.2491, 9.8847, -6.52923], "rotation": [0, 0, 20], "uv": [0, 9]}, + {"origin": [2.7741, 7.7597, -6.50423], "size": [1, 2, 0], "uv": [0, 0]}, + {"origin": [2.6741, 8.6597, -6.73923], "size": [1, 1, 1], "inflate": -0.225, "uv": [0, 53]}, + {"origin": [2.6741, 8.3347, -6.73923], "size": [1, 1, 1], "inflate": -0.225, "uv": [0, 53]} + ] + }, + { + "name": "eye_close", + "parent": "head", + "pivot": [-2.97659, 8.8847, -6.35423] + }, + { + "name": "bone4", + "parent": "eye_close", + "pivot": [-2.97659, 8.8847, -6.45423], + "rotation": [0, 0, 10.5], + "cubes": [ + {"origin": [-3.97659, 7.3847, -6.45423], "size": [2, 3, 0], "uv": [9, 0], "mirror": true} + ] + }, + { + "name": "bone3", + "parent": "eye_close", + "pivot": [3.2491, 8.8847, -6.45423], + "rotation": [0, 0, -10.5], + "cubes": [ + {"origin": [2.2491, 7.3847, -6.45423], "size": [2, 3, 0], "uv": [9, 0]} + ] + }, + { + "name": "horns", + "parent": "head", + "pivot": [0.13625, -0.10899, 1.53077] + }, + { + "name": "horn_mid", + "parent": "horns", + "pivot": [0.33625, 10.89101, -4.96923], + "cubes": [ + {"origin": [-0.80601, 10.68654, -13.6114], "size": [2, 2, 6], "pivot": [0.19399, 11.71154, -6.1114], "rotation": [-35, 0, 0], "uv": [0, 25]}, + {"origin": [-1.30601, 10.16154, -9.6114], "size": [3, 3, 4], "pivot": [0.69399, 11.71154, -6.1114], "rotation": [-35, 0, 0], "uv": [14, 53]} + ] + }, + { + "name": "rightfronthorn3", + "parent": "horns", + "pivot": [4.31125, 12.78268, 3.6391], + "rotation": [-26.0215, 2.24685, 41.40351], + "cubes": [ + {"origin": [2.31125, 12.11601, 1.80577], "size": [3, 6, 3], "inflate": 0.05, "uv": [0, 0], "mirror": true}, + {"origin": [2.81125, 18.11601, 2.33077], "size": [2, 5, 2], "uv": [37, 5], "mirror": true}, + {"origin": [2.81125, 20.11601, 0.33077], "size": [2, 2, 3], "inflate": -0.3, "pivot": [3.81125, 21.11601, 2.83077], "rotation": [-21.5, 0, 0], "uv": [37, 0], "mirror": true}, + {"origin": [2.81125, 18.11601, 2.48077], "size": [2, 2, 3], "inflate": -0.3, "pivot": [3.81125, 21.11601, 2.83077], "rotation": [28.25, 0, 0], "uv": [36, 34], "mirror": true} + ] + }, + { + "name": "leftfronthorn3", + "parent": "horns", + "pivot": [-4.03875, 12.78268, 3.6391], + "rotation": [-26.0215, -2.24685, -41.40351], + "cubes": [ + {"origin": [-5.03875, 12.11601, 1.80577], "size": [3, 6, 3], "inflate": 0.05, "uv": [0, 0]}, + {"origin": [-4.53875, 18.11601, 2.33077], "size": [2, 5, 2], "uv": [37, 5]}, + {"origin": [-4.53875, 20.11601, 0.33077], "size": [2, 2, 3], "inflate": -0.3, "pivot": [-3.53875, 21.11601, 2.83077], "rotation": [-21.5, 0, 0], "uv": [37, 0]}, + {"origin": [-4.53875, 18.11601, 2.48077], "size": [2, 2, 3], "inflate": -0.3, "pivot": [-3.53875, 21.11601, 2.83077], "rotation": [28.25, 0, 0], "uv": [36, 34]} + ] + }, + { + "name": "leftfronthorn", + "parent": "horns", + "pivot": [5.06125, 13.45768, -3.6359], + "rotation": [0, 0, 16.5], + "cubes": [ + {"origin": [3.06125, 12.79101, -5.46923], "size": [3, 6, 3], "inflate": 0.05, "uv": [0, 33]}, + {"origin": [3.56125, 18.79101, -4.94423], "size": [2, 5, 2], "uv": [45, 3]}, + {"origin": [3.53625, 15.89101, -3.31923], "size": [2, 2, 3], "pivot": [4.53625, 16.71601, -1.96923], "rotation": [28.75, 0, 0], "uv": [43, 32]}, + {"origin": [3.56125, 20.79101, -6.94423], "size": [2, 2, 3], "inflate": -0.3, "pivot": [4.56125, 21.79101, -4.44423], "rotation": [-21.5, 0, 0], "uv": [26, 42]} + ] + }, + { + "name": "rightfronthorn", + "parent": "horns", + "pivot": [-4.78875, 13.45768, -3.6359], + "rotation": [0, 0, -16.5], + "cubes": [ + {"origin": [-5.78875, 12.79101, -5.46923], "size": [3, 6, 3], "inflate": 0.05, "uv": [0, 33], "mirror": true}, + {"origin": [-5.28875, 18.79101, -4.94423], "size": [2, 5, 2], "uv": [45, 3], "mirror": true}, + {"origin": [-5.26375, 15.89101, -3.31923], "size": [2, 2, 3], "pivot": [-4.26375, 16.71601, -1.96923], "rotation": [28.75, 0, 0], "uv": [43, 32], "mirror": true}, + {"origin": [-5.28875, 20.79101, -6.94423], "size": [2, 2, 3], "inflate": -0.3, "pivot": [-4.28875, 21.79101, -4.44423], "rotation": [-21.5, 0, 0], "uv": [26, 42], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/cramorant/cramorant.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/cramorant/cramorant.geo.json new file mode 100644 index 0000000..8f764e9 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/cramorant/cramorant.geo.json @@ -0,0 +1,389 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "camorant", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "camorant", + "pivot": [0, 7.5, 1.3162], + "cubes": [ + {"origin": [-2, 5.55, -4.1838], "size": [4, 5, 4], "uv": [0, 31]}, + {"origin": [-1.45, 5.575, -4.7588], "size": [3, 4, 1], "uv": [32, 36]}, + {"origin": [-3, 2, -3.1838], "size": [6, 6, 8], "pivot": [0, 7.5, 1.3162], "rotation": [-27.5, 0, 0], "uv": [0, 0]}, + {"origin": [-2, 3.025, 4.8162], "size": [4, 4, 1], "pivot": [0, 7.5, 1.3162], "rotation": [-27.5, 0, 0], "uv": [32, 31]} + ] + }, + { + "name": "back_feater", + "parent": "body", + "pivot": [-1, 8.82438, -0.17143], + "cubes": [ + {"origin": [0, 8.83655, -0.74035], "size": [2, 0, 4], "pivot": [1, 8.82438, -0.17143], "rotation": [40.86212, 21.48944, 17.58347], "uv": [0, 4]}, + {"origin": [-2, 8.83655, -0.74035], "size": [2, 0, 4], "pivot": [-1, 8.82438, -0.17143], "rotation": [40.86212, -21.48944, -17.58347], "uv": [0, 0]} + ] + }, + { + "name": "neck_head", + "parent": "body", + "pivot": [1, 0, -2.5838] + }, + { + "name": "neck_bot", + "parent": "neck_head", + "pivot": [0, 9.85992, -2.62304], + "cubes": [ + {"origin": [-1, 8.34606, -2.77355], "size": [2, 4, 2], "pivot": [0, 11.69606, -1.54855], "rotation": [-22.5, 0, 0], "uv": [0, 19]} + ] + }, + { + "name": "nek_top", + "parent": "neck_bot", + "pivot": [0, 12, -1.5838], + "cubes": [ + {"origin": [-1, 11.9997, -2.6187], "size": [2, 4, 2], "uv": [36, 7]} + ] + }, + { + "name": "head", + "parent": "nek_top", + "pivot": [0, 15.96636, -2.28537], + "cubes": [ + {"origin": [-2, 13.9997, -3.6187], "size": [4, 4, 4], "uv": [16, 31]}, + {"origin": [1.025, 15.4497, -3.1187], "size": [1, 1, 1], "uv": [0, 40]}, + {"origin": [-2.025, 15.4497, -3.1187], "size": [1, 1, 1], "uv": [0, 40], "mirror": true} + ] + }, + { + "name": "top_feature", + "parent": "head", + "pivot": [1, -0.0003, -2.6187] + }, + { + "name": "feater_bot", + "parent": "top_feature", + "pivot": [0, 17.9997, -1.6187], + "rotation": [-25, 0, 0], + "cubes": [ + {"origin": [-2, 17.9997, -1.6187], "size": [4, 2, 0], "uv": [20, 27]} + ] + }, + { + "name": "feater_top", + "parent": "feater_bot", + "pivot": [0, 19.9997, -1.6187], + "rotation": [-37.5, 0, 0], + "cubes": [ + {"origin": [-2, 19.9997, -1.6187], "size": [4, 3, 0], "uv": [0, 25]} + ] + }, + { + "name": "jawtop", + "parent": "head", + "pivot": [0, 15.9997, -3.2937], + "cubes": [ + {"origin": [-1, 14.9997, -10.6437], "size": [2, 2, 8], "uv": [0, 21]} + ] + }, + { + "name": "jawbot", + "parent": "head", + "pivot": [0, 14.9997, -3.0187], + "cubes": [ + {"origin": [-0.5, 13.9997, -9.6937], "size": [1, 1, 8], "uv": [20, 21]} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [0, 2.69732, 3.83716], + "rotation": [22.5, 0, 0], + "cubes": [ + {"origin": [-2, 2.69732, 3.83716], "size": [4, 0, 6], "uv": [14, 21]} + ] + }, + { + "name": "bone3", + "parent": "tail", + "pivot": [-0.6, 2.69732, 3.83716], + "cubes": [ + {"origin": [-2.15, 2.6983, 3.83716], "size": [3, 0, 6], "pivot": [-0.6, 2.69732, 3.83716], "rotation": [0, -35, 0], "uv": [24, 0]} + ] + }, + { + "name": "bone2", + "parent": "tail", + "pivot": [0.6, 2.69732, 3.83716], + "cubes": [ + {"origin": [-0.85, 2.6983, 3.83716], "size": [3, 0, 6], "pivot": [0.6, 2.69732, 3.83716], "rotation": [0, 35, 0], "uv": [24, 21]} + ] + }, + { + "name": "wings", + "parent": "body", + "pivot": [1.5, 0, -5.0838] + }, + { + "name": "wing_left4", + "parent": "wings", + "pivot": [3.175, 8.1, -0.325], + "rotation": [-77.60362, 1.61888, -7.32417] + }, + { + "name": "wing_left", + "parent": "wing_left4", + "pivot": [3.05297, 7.96465, -0.31492], + "cubes": [ + {"origin": [2.60297, 7.96465, -5.28992], "size": [5, 0, 9], "uv": [45, 55], "mirror": true} + ] + }, + { + "name": "wing_left2", + "parent": "wing_left", + "pivot": [7.57797, 7.90788, -1.28745], + "cubes": [ + {"origin": [7.60297, 7.96465, -5.28992], "size": [6, 0, 9], "inflate": 0.01, "uv": [-8, 55], "mirror": true} + ] + }, + { + "name": "wing_left3", + "parent": "wing_left2", + "pivot": [14.60297, 7.90788, -9.28745] + }, + { + "name": "wing_right4", + "parent": "wings", + "pivot": [-3.1, 8.05, -0.325], + "rotation": [-77.60362, -1.61888, 7.32417] + }, + { + "name": "wing_right", + "parent": "wing_right4", + "pivot": [-3.0337, 7.92548, -0.35353], + "cubes": [ + {"origin": [-7.6087, 7.92548, -5.32853], "size": [5, 0, 9], "uv": [45, 55]} + ] + }, + { + "name": "wing_right2", + "parent": "wing_right", + "pivot": [-7.5587, 7.8687, -1.40105], + "cubes": [ + {"origin": [-13.6087, 7.92548, -5.32853], "size": [6, 0, 9], "inflate": 0.01, "uv": [-8, 55]} + ] + }, + { + "name": "wing_right3", + "parent": "wing_right2", + "pivot": [-14.6087, 7.8687, -9.32605] + }, + { + "name": "leg_right", + "parent": "camorant", + "pivot": [-2.25, 4, -0.25], + "rotation": [5, 0, 0] + }, + { + "name": "leg_right2", + "parent": "leg_right", + "pivot": [-2.25, 2.75, 0.25], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-2.75, 0.75, -0.75], "size": [1, 2, 1], "uv": [0, 31]} + ] + }, + { + "name": "foot_right", + "parent": "leg_right2", + "pivot": [-2.25, 0.75, 0.25], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [-3.25, -0.07635, -1.98481], "size": [2, 1, 3], "uv": [33, 3]}, + {"origin": [-3.42111, 0.39865, -3.25414], "size": [1, 0, 2], "pivot": [-2.99611, 0.42365, -2.35414], "rotation": [0, 17.5, 0], "uv": [0, 2]}, + {"origin": [-2.14725, 0.39865, -3.28254], "size": [1, 0, 2], "pivot": [-1.64725, 0.39865, -2.60754], "rotation": [0, -25, 0], "uv": [0, 0]} + ] + }, + { + "name": "bone4", + "parent": "foot_right", + "pivot": [0.25, -0.07635, -2.55981], + "cubes": [ + {"origin": [-2.75, -0.07635, -3.55981], "size": [1, 1, 2], "uv": [36, 0]} + ] + }, + { + "name": "toe_back_right", + "parent": "foot_right", + "pivot": [-2.25, 0.92365, 1.01519], + "cubes": [ + {"origin": [-2.75, -0.07635, 0.76519], "size": [1, 1, 1], "inflate": 0.01, "uv": [0, 17]} + ] + }, + { + "name": "claw_back_right", + "parent": "toe_back_right", + "pivot": [-2.25, 0.92365, 3.01519] + }, + { + "name": "toe_inner_left3", + "parent": "foot_right", + "pivot": [-3.59968, 0.42365, -2.076], + "rotation": [0, 12.5, 0] + }, + { + "name": "claw_inner_left3", + "parent": "toe_inner_left3", + "pivot": [-6.32632, 0.92365, -3.49773] + }, + { + "name": "toe_inner_right2", + "parent": "foot_right", + "pivot": [-2.225, 0.92365, -1.73481], + "rotation": [0, 12.5, 0], + "cubes": [ + {"origin": [-3, -0.07635, -2.60981], "size": [1, 1, 2], "inflate": 0.01, "pivot": [-3.975, -0.07635, -0.73481], "rotation": [0, 32.5, 0], "uv": [12, 31]} + ] + }, + { + "name": "claw_inner_right2", + "parent": "toe_inner_right2", + "pivot": [-2.725, 0.92365, -3.73481] + }, + { + "name": "toe_inner_left4", + "parent": "foot_right", + "pivot": [-2.25, 0.92365, -1.73481], + "rotation": [0, -12.5, 0], + "cubes": [ + {"origin": [-2.475, -0.07635, -2.60981], "size": [1, 1, 2], "inflate": 0.01, "pivot": [-0.5, -0.07635, -0.73481], "rotation": [0, -32.5, 0], "uv": [0, 14]} + ] + }, + { + "name": "claw_inner_left4", + "parent": "toe_inner_left4", + "pivot": [-1.75, 0.92365, -3.73481] + }, + { + "name": "toe_outer_right", + "parent": "foot_right", + "pivot": [-2.25, 0.92365, -1.73481], + "rotation": [0, 12.5, 0] + }, + { + "name": "claw_outer_right", + "parent": "toe_outer_right", + "pivot": [-2.75, 0.92365, -3.73481] + }, + { + "name": "leg_left", + "parent": "camorant", + "pivot": [2.25, 4, -0.25], + "rotation": [5, 0, 0] + }, + { + "name": "leg_left2", + "parent": "leg_left", + "pivot": [2.25, 2.75, 0.25], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [1.75, 0.75, -0.75], "size": [1, 2, 1], "uv": [28, 31]} + ] + }, + { + "name": "foot_left", + "parent": "leg_left2", + "pivot": [2.25, 0.75, 0.25], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [1.25, -0.07635, -1.98481], "size": [2, 1, 3], "uv": [33, 24]}, + {"origin": [2.42111, 0.39865, -3.25414], "size": [1, 0, 2], "pivot": [2.99611, 0.42365, -2.35414], "rotation": [0, -17.5, 0], "uv": [0, 6]}, + {"origin": [1.14725, 0.39865, -3.28254], "size": [1, 0, 2], "pivot": [1.64725, 0.39865, -2.60754], "rotation": [0, 25, 0], "uv": [0, 4]} + ] + }, + { + "name": "bone", + "parent": "foot_left", + "pivot": [-0.25, -0.07635, -2.55981], + "cubes": [ + {"origin": [1.75, -0.07635, -3.55981], "size": [1, 1, 2], "uv": [37, 13]} + ] + }, + { + "name": "toe_back_left", + "parent": "foot_left", + "pivot": [2.25, 0.92365, 1.01519], + "cubes": [ + {"origin": [1.75, -0.07635, 0.76519], "size": [1, 1, 1], "inflate": 0.01, "uv": [30, 27]} + ] + }, + { + "name": "claw_back_left", + "parent": "toe_back_left", + "pivot": [2.25, 0.92365, 3.01519] + }, + { + "name": "toe_inner_left2", + "parent": "foot_left", + "pivot": [3.59968, 0.42365, -2.076], + "rotation": [0, -12.5, 0] + }, + { + "name": "claw_inner_left2", + "parent": "toe_inner_left2", + "pivot": [6.32632, 0.92365, -3.49773] + }, + { + "name": "toe_inner_right", + "parent": "foot_left", + "pivot": [2.225, 0.92365, -1.73481], + "rotation": [0, -12.5, 0], + "cubes": [ + {"origin": [2, -0.07635, -2.60981], "size": [1, 1, 2], "inflate": 0.01, "pivot": [3.975, -0.07635, -0.73481], "rotation": [0, -32.5, 0], "uv": [36, 19]} + ] + }, + { + "name": "claw_inner_right", + "parent": "toe_inner_right", + "pivot": [2.725, 0.92365, -3.73481] + }, + { + "name": "toe_inner_left", + "parent": "foot_left", + "pivot": [2.25, 0.92365, -1.73481], + "rotation": [0, 12.5, 0], + "cubes": [ + {"origin": [1.475, -0.07635, -2.60981], "size": [1, 1, 2], "inflate": 0.01, "pivot": [0.5, -0.07635, -0.73481], "rotation": [0, 32.5, 0], "uv": [37, 16]} + ] + }, + { + "name": "claw_inner_left", + "parent": "toe_inner_left", + "pivot": [1.75, 0.92365, -3.73481] + }, + { + "name": "toe_outer_left", + "parent": "foot_left", + "pivot": [2.25, 0.92365, -1.73481], + "rotation": [0, -12.5, 0] + }, + { + "name": "claw_outer_left", + "parent": "toe_outer_left", + "pivot": [2.75, 0.92365, -3.73481] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/cresselia.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/cresselia.geo.json new file mode 100644 index 0000000..545d8d1 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/cresselia.geo.json @@ -0,0 +1,237 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.cresselia", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 5, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "cresselia", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "cresselia", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-7, -0.5, -14], "size": [14, 16, 22], "uv": [0, 0]} + ] + }, + { + "name": "rings", + "parent": "body", + "pivot": [0, 2.43107, 13.78731], + "rotation": [30, 0, 0], + "cubes": [ + {"origin": [-16, 21.40989, 3.47207], "size": [32, 0, 41], "pivot": [0, 2.43107, 13.78731], "rotation": [7.5, 0, 0], "uv": [-41, 74]}, + {"origin": [-15.48814, 19.58032, -4.13348], "size": [16, 0, 27], "pivot": [-6, 17.43107, -1.21269], "rotation": [152.3186, -49.5555, -175.66382], "uv": [51, 8]}, + {"origin": [-0.51186, 19.58032, -4.13348], "size": [16, 0, 27], "pivot": [6, 17.43107, -1.21269], "rotation": [152.3186, 49.5555, 175.66382], "uv": [51, 8], "mirror": true} + ] + }, + { + "name": "arm_right", + "parent": "body", + "pivot": [1, 0, 0], + "cubes": [ + {"origin": [-5.0359, 1.65192, -15], "size": [4, 4, 2], "pivot": [-3, 3, -14], "rotation": [0, 2.5, -30], "uv": [78, 0], "mirror": true}, + {"origin": [-7.48894, 1.01795, -14.58052], "size": [4, 3, 2], "pivot": [-5, 2, -13], "rotation": [0, 12.5, -30], "uv": [100, 0], "mirror": true}, + {"origin": [-2.7885, 2.19772, -14.98744], "size": [3, 3, 2], "pivot": [-2, 4, -14], "rotation": [-1.03885, -0.33545, -74.75678], "uv": [90, 0], "mirror": true} + ] + }, + { + "name": "arm_left", + "parent": "body", + "pivot": [-1, 0, 0], + "cubes": [ + {"origin": [1.0359, 1.65192, -15], "size": [4, 4, 2], "pivot": [3, 3, -14], "rotation": [0, -2.5, 30], "uv": [78, 0]}, + {"origin": [3.48894, 1.01795, -14.58052], "size": [4, 3, 2], "pivot": [5, 2, -13], "rotation": [0, -12.5, 30], "uv": [100, 0]}, + {"origin": [-0.2115, 2.19772, -14.98744], "size": [3, 3, 2], "pivot": [2, 4, -14], "rotation": [-1.03885, 0.33545, 74.75678], "uv": [90, 0]} + ] + }, + { + "name": "neck", + "parent": "body", + "pivot": [0, 13, -12], + "rotation": [-20, 0, 0], + "cubes": [ + {"origin": [-3, 11.32169, -18.3261], "size": [6, 6, 13], "uv": [0, 38]} + ] + }, + { + "name": "neck2", + "parent": "neck", + "pivot": [0, 15.82169, -18.3261], + "rotation": [70, 0, 0], + "cubes": [ + {"origin": [-2, 14.19089, -20.57485], "size": [4, 10, 4], "uv": [18, 60]} + ] + }, + { + "name": "head", + "parent": "neck2", + "pivot": [-2, 27.19089, -17.57485], + "rotation": [-62.5, 0, 0] + }, + { + "name": "crescent", + "parent": "head", + "pivot": [-2, 27.19089, -17.57485] + }, + { + "name": "crescent_bottom_right", + "parent": "crescent", + "pivot": [-2, 27.19089, -17.57485], + "rotation": [70.38126, 8.64917, 5.03837] + }, + { + "name": "crescent_bottom_right2", + "parent": "crescent_bottom_right", + "pivot": [-4, -8.26523, -24.50419], + "rotation": [-45, 0, 0], + "cubes": [ + {"origin": [-6, 14.73477, -47.50419], "size": [4, 9, 5], "uv": [57, 52]} + ] + }, + { + "name": "crescent_bottom_right3", + "parent": "crescent_bottom_right2", + "pivot": [-4, 12.73477, -47.50419], + "rotation": [-32.5, 0, 0], + "cubes": [ + {"origin": [-5.5, 12.73477, -48.50419], "size": [3, 4, 3], "uv": [48, 64]} + ] + }, + { + "name": "crescent_bottom_right4", + "parent": "crescent_bottom_right3", + "pivot": [-4, 12.73477, -46.50419], + "rotation": [-25, 0, 0], + "cubes": [ + {"origin": [-5, 8.23477, -48.00419], "size": [2, 5, 2], "uv": [68, 12]} + ] + }, + { + "name": "crescent_bottom_left", + "parent": "crescent", + "pivot": [2, 27.19089, -17.57485], + "rotation": [70.38126, -8.64917, -5.03837] + }, + { + "name": "crescent_bottom_left2", + "parent": "crescent_bottom_left", + "pivot": [4, -8.26523, -24.50419], + "rotation": [-45, 0, 0], + "cubes": [ + {"origin": [2, 14.73477, -47.50419], "size": [4, 9, 5], "uv": [57, 52], "mirror": true} + ] + }, + { + "name": "crescent_bottom_left3", + "parent": "crescent_bottom_left2", + "pivot": [4, 12.73477, -47.50419], + "rotation": [-32.5, 0, 0], + "cubes": [ + {"origin": [2.5, 12.73477, -48.50419], "size": [3, 4, 3], "uv": [48, 64], "mirror": true} + ] + }, + { + "name": "crescent_bottom_left4", + "parent": "crescent_bottom_left3", + "pivot": [4, 12.73477, -46.50419], + "rotation": [-25, 0, 0], + "cubes": [ + {"origin": [3, 8.23477, -48.00419], "size": [2, 5, 2], "uv": [68, 12], "mirror": true} + ] + }, + { + "name": "crescent_top", + "parent": "crescent", + "pivot": [2, 27.89666, -18.52933], + "rotation": [-37.5, 0, 0], + "cubes": [ + {"origin": [-3, 25.90365, -22.47504], "size": [6, 5, 5], "uv": [0, 0]} + ] + }, + { + "name": "crescent_top2", + "parent": "crescent_top", + "pivot": [2, 25.10942, 18.52496], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [-2, 37.20365, -23.52056], "size": [4, 4, 4], "uv": [25, 38]}, + {"origin": [-1, 51.20365, -19.52056], "size": [2, 2, 4], "pivot": [2, 25.10942, 18.52496], "rotation": [20, 0, 0], "uv": [0, 45]} + ] + }, + { + "name": "face", + "parent": "head", + "pivot": [0, 9.99293, 14.28861], + "rotation": [27.5, 0, 0], + "cubes": [ + {"origin": [-2, 43.49293, 17.78861], "size": [4, 4, 6], "pivot": [0, 9.99293, 14.28861], "rotation": [50, 0, 0], "uv": [0, 10]}, + {"origin": [-5, 33.49293, -7.21139], "size": [10, 8, 4], "uv": [50, 0]}, + {"origin": [-3, 39.99293, 2.78861], "size": [6, 5, 7], "pivot": [0, 9.99293, 14.28861], "rotation": [27.5, 0, 0], "uv": [31, 52]} + ] + }, + { + "name": "bone22", + "parent": "face", + "pivot": [0, 9.99293, 14.28861], + "cubes": [ + {"origin": [3.02, 43.49293, 3.28861], "size": [0, 1, 1], "pivot": [0, 9.99293, 14.28861], "rotation": [27.5, 0, 0], "uv": [0, 1]}, + {"origin": [3.01, 42.49293, 2.78861], "size": [0, 2, 3], "pivot": [0, 9.99293, 14.28861], "rotation": [27.5, 0, 0], "uv": [0, 9]} + ] + }, + { + "name": "bone23", + "parent": "face", + "pivot": [0, 9.99293, 14.28861], + "cubes": [ + {"origin": [-3.02, 43.49293, 3.28861], "size": [0, 1, 1], "pivot": [0, 9.99293, 14.28861], "rotation": [27.5, 0, 0], "uv": [0, 0]}, + {"origin": [-3.01, 42.49293, 2.78861], "size": [0, 2, 3], "pivot": [0, 9.99293, 14.28861], "rotation": [27.5, 0, 0], "uv": [0, 7]} + ] + }, + { + "name": "bone21", + "parent": "face", + "pivot": [0, 11.99293, 16.28861], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-2, 34.49293, -9.91139], "size": [4, 4, 3], "pivot": [0, 11.99293, 16.28861], "rotation": [2.5, 0, 0], "uv": [58, 38]}, + {"origin": [-1, 29.19293, -17.21139], "size": [2, 3, 3], "pivot": [0, 11.99293, 16.28861], "rotation": [-10, 0, 0], "uv": [66, 45]} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [0, 14, 9], + "cubes": [ + {"origin": [-3, 10, 8], "size": [6, 6, 8], "uv": [38, 38]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 14, 14], + "cubes": [ + {"origin": [-2, 12, 16], "size": [4, 4, 5], "uv": [50, 12]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 16, 21], + "cubes": [ + {"origin": [-1, 14, 21], "size": [2, 2, 5], "uv": [34, 64]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/croagunk/croagunk.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/croagunk/croagunk.geo.json new file mode 100644 index 0000000..694bb73 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/croagunk/croagunk.geo.json @@ -0,0 +1,264 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.croagunk", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "all", + "pivot": [0, 0, 2] + }, + { + "name": "body", + "parent": "all", + "pivot": [0, 4.5, 1], + "cubes": [ + {"origin": [-4, 3.25, -2], "size": [8, 9, 6], "uv": [1, 0]} + ] + }, + { + "name": "arm_left", + "parent": "body", + "pivot": [4, 9.25, 1], + "cubes": [ + {"origin": [4, 8.25, 0], "size": [3, 2, 2], "uv": [24, 33]} + ] + }, + { + "name": "forearm_left", + "parent": "arm_left", + "pivot": [7, 9.25, 2], + "cubes": [ + {"origin": [7, 8.25, 0], "size": [3, 2, 2], "uv": [14, 32]} + ] + }, + { + "name": "finger_left_top", + "parent": "forearm_left", + "pivot": [10, 9.75, 1], + "cubes": [ + {"origin": [10, 9.75, 0.5], "size": [3, 1, 1], "uv": [0, 37]} + ] + }, + { + "name": "finger_left_middle", + "parent": "forearm_left", + "pivot": [10, 9.25, 1], + "cubes": [ + {"origin": [10, 8.75, 0.5], "size": [3, 1, 1], "uv": [24, 37]} + ] + }, + { + "name": "finger_left_bottom", + "parent": "forearm_left", + "pivot": [10, 8.75, 1], + "cubes": [ + {"origin": [10, 7.75, 0.5], "size": [3, 1, 1], "uv": [36, 35]} + ] + }, + { + "name": "arm_right", + "parent": "body", + "pivot": [-4, 9.25, 1], + "cubes": [ + {"origin": [-7, 8.25, 0], "size": [3, 2, 2], "uv": [30, 6]} + ] + }, + { + "name": "forearm_right", + "parent": "arm_right", + "pivot": [-7, 9.25, 2], + "cubes": [ + {"origin": [-10, 8.25, 0], "size": [3, 2, 2], "uv": [11, 28]} + ] + }, + { + "name": "finger_right_top", + "parent": "forearm_right", + "pivot": [-10, 9.75, 1], + "cubes": [ + {"origin": [-13, 9.75, 0.5], "size": [3, 1, 1], "uv": [17, 36]} + ] + }, + { + "name": "finger_right_middle", + "parent": "forearm_right", + "pivot": [-10, 9.25, 1], + "cubes": [ + {"origin": [-13, 8.75, 0.5], "size": [3, 1, 1], "uv": [23, 20]} + ] + }, + { + "name": "finger_right_bottom", + "parent": "forearm_right", + "pivot": [-10, 8.75, 1], + "cubes": [ + {"origin": [-13, 7.75, 0.5], "size": [3, 1, 1], "uv": [36, 33]} + ] + }, + { + "name": "head", + "parent": "body", + "pivot": [0, 12.25, 0.75], + "cubes": [ + {"origin": [-4, 12.25, -3], "size": [8, 5, 7], "uv": [0, 15]}, + {"origin": [1, 17.25, -2], "size": [3, 1, 5], "uv": [0, 28]}, + {"origin": [-4, 17.25, -2], "size": [3, 1, 5], "uv": [23, 0]}, + {"origin": [-4.01, 12.25, -2], "size": [0, 3, 3], "uv": [0, 36]}, + {"origin": [4.01, 12.25, -2], "size": [0, 3, 3], "uv": [0, 36]}, + {"origin": [-2, 11.75, -2.9], "size": [4, 3, 0], "uv": [49, 0]}, + {"origin": [-4, 14.25, -3], "size": [8, 0, 7], "uv": [9, 48]}, + {"origin": [4, 12.25, -3], "size": [0, 2, 7], "uv": [16, 50]}, + {"origin": [-4, 12.25, -3], "size": [0, 2, 7], "uv": [16, 52]}, + {"origin": [-4, 12.25, -3], "size": [8, 2, 0], "uv": [16, 61]} + ] + }, + { + "name": "blackeye_right", + "parent": "head", + "pivot": [-2.5, 15.25, -3.01], + "cubes": [ + {"origin": [-4, 13.75, -3.01], "size": [3, 3, 0], "uv": [39, 0]} + ] + }, + { + "name": "eye_right", + "parent": "blackeye_right", + "pivot": [-2.25, 15.5, -3.02], + "cubes": [ + {"origin": [-3.5, 14.5, -3.02], "size": [2, 2, 0], "uv": [45, 0]} + ] + }, + { + "name": "pupil_right", + "parent": "eye_right", + "pivot": [-2.25, 16, -3.03], + "cubes": [ + {"origin": [-3, 15.5, -3.03], "size": [1, 1, 0], "uv": [0, 0]} + ] + }, + { + "name": "blackeye_left", + "parent": "head", + "pivot": [2.5, 15.25, -3.01], + "cubes": [ + {"origin": [1, 13.75, -3.01], "size": [3, 3, 0], "uv": [39, 0]} + ] + }, + { + "name": "eye_left", + "parent": "blackeye_left", + "pivot": [2.25, 15.5, -3.02], + "cubes": [ + {"origin": [1.5, 14.5, -3.02], "size": [2, 2, 0], "uv": [45, 0]} + ] + }, + { + "name": "pupil_left", + "parent": "eye_left", + "pivot": [2.25, 16, -3.03], + "cubes": [ + {"origin": [2, 15.5, -3.03], "size": [1, 1, 0], "uv": [0, 0]} + ] + }, + { + "name": "jaw", + "parent": "head", + "pivot": [0, 12.25, 3.1], + "cubes": [ + {"origin": [-4, 11.25, -2.8], "size": [8, 2, 6], "inflate": -0.01, "uv": [0, 40]}, + {"origin": [-4, 11.25, 3.2], "size": [8, 2, 0], "inflate": -0.01, "uv": [0, 58]}, + {"origin": [-2, 11.35, -1.9], "size": [4, 2, 5], "inflate": -0.01, "uv": [46, 57]} + ] + }, + { + "name": "leg_right", + "parent": "all", + "pivot": [-3.5, 4.5, 1], + "cubes": [ + {"origin": [-5, 1, -1.5], "size": [3, 5, 5], "uv": [25, 23]} + ] + }, + { + "name": "foot_right", + "parent": "leg_right", + "pivot": [-3.5, 1, -1.5], + "cubes": [ + {"origin": [-5, 0, -2.5], "size": [3, 1, 2], "uv": [0, 34]} + ] + }, + { + "name": "toe_right_right", + "parent": "foot_right", + "pivot": [-4.5, 0.5, -2.5], + "cubes": [ + {"origin": [-5, 0, -5.5], "size": [1, 1, 3], "uv": [34, 0]} + ] + }, + { + "name": "toe_right_middle", + "parent": "foot_right", + "pivot": [-3.5, 0.5, -2.5], + "cubes": [ + {"origin": [-4, 0, -5.5], "size": [1, 1, 3], "uv": [34, 0]} + ] + }, + { + "name": "toe_right_left", + "parent": "foot_right", + "pivot": [-2.5, 0.5, -2.5], + "cubes": [ + {"origin": [-3, 0, -5.5], "size": [1, 1, 3], "uv": [34, 0]} + ] + }, + { + "name": "leg_left", + "parent": "all", + "pivot": [3.5, 4.5, 1], + "cubes": [ + {"origin": [2, 1, -1.5], "size": [3, 5, 5], "uv": [25, 10]} + ] + }, + { + "name": "foot_left", + "parent": "leg_left", + "pivot": [3.5, 1, -1.5], + "cubes": [ + {"origin": [2, 0, -2.5], "size": [3, 1, 2], "uv": [30, 20]} + ] + }, + { + "name": "toe_left_left", + "parent": "foot_left", + "pivot": [4.5, 0.5, -2.5], + "cubes": [ + {"origin": [4, 0, -5.5], "size": [1, 1, 3], "uv": [34, 0]} + ] + }, + { + "name": "toe_left_middle", + "parent": "foot_left", + "pivot": [3.5, 0.5, -2.5], + "cubes": [ + {"origin": [3, 0, -5.5], "size": [1, 1, 3], "uv": [34, 0]} + ] + }, + { + "name": "toe_left_right", + "parent": "foot_left", + "pivot": [2.5, 0.5, -2.5], + "cubes": [ + {"origin": [2, 0, -5.5], "size": [1, 1, 3], "uv": [34, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/cursola/cursola.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/cursola/cursola.geo.json new file mode 100644 index 0000000..520f4f4 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/cursola/cursola.geo.json @@ -0,0 +1,253 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 6, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "base", + "pivot": [0, 0, 0] + }, + { + "name": "swing", + "parent": "base", + "pivot": [-1, 0, 1], + "cubes": [ + {"origin": [-5, 2.5, -5], "size": [10, 4, 10], "uv": [0, 23]} + ] + }, + { + "name": "base_in", + "parent": "swing", + "pivot": [0, 6.5, 0], + "cubes": [ + {"origin": [-3, 6.5, -3], "size": [6, 1, 6], "uv": [0, 37]} + ] + }, + { + "name": "base_in_1", + "parent": "base_in", + "pivot": [0, 7, 0], + "cubes": [ + {"origin": [-1.5, 6.5, -1.5], "size": [3, 3, 3], "uv": [61, 55]} + ] + }, + { + "name": "base_in_2", + "parent": "base_in_1", + "pivot": [0, 9.75, 0], + "cubes": [ + {"origin": [-2.5, 9.5, -2.5], "size": [5, 3, 5], "uv": [19, 40]}, + {"origin": [-1.5, 12.5, -1.5], "size": [3, 4, 3], "uv": [33, 54]} + ] + }, + { + "name": "base_in_3", + "parent": "base_in_2", + "pivot": [0, 15.975, 0], + "cubes": [ + {"origin": [-3, 15.475, -3], "size": [6, 5, 6], "uv": [33, 0]} + ] + }, + { + "name": "head", + "parent": "base_in_3", + "pivot": [0, 20.5, 0], + "cubes": [ + {"origin": [-5.5, 20.5, -5.5], "size": [11, 12, 11], "uv": [0, 0]} + ] + }, + { + "name": "head_inside", + "parent": "head", + "pivot": [0, 26.5, -1.925], + "cubes": [ + {"origin": [-3, 23.5, -4.925], "size": [6, 6, 6], "uv": [34, 33]} + ] + }, + { + "name": "bone", + "parent": "head_inside", + "pivot": [0.30848, 26.35, -4.71], + "cubes": [ + {"origin": [-1.01652, 24.875, -5.16], "size": [1, 1, 1], "inflate": -0.225, "uv": [7, 5]}, + {"origin": [0.08348, 24.875, -5.16], "size": [1, 1, 1], "inflate": -0.225, "uv": [7, 5]}, + {"origin": [-0.46652, 25.175, -5.16], "size": [1, 1, 1], "inflate": -0.225, "uv": [7, 5]} + ] + }, + { + "name": "eye_left", + "parent": "bone", + "pivot": [-1.35, 26.45, -4.83], + "rotation": [0, 0, 48.75], + "cubes": [ + {"origin": [-1.85, 25.85, -5.21], "size": [1, 1, 1], "inflate": -0.25, "uv": [30, 29]}, + {"origin": [-1.85, 25.6, -4.95], "size": [1, 2, 0], "uv": [0, 0]}, + {"origin": [-1.85, 27.075, -4.958], "size": [1, 1, 0], "uv": [0, 10]} + ] + }, + { + "name": "eye_right", + "parent": "bone", + "pivot": [1.35, 26.45, -4.83], + "rotation": [0, 0, -48.75], + "cubes": [ + {"origin": [0.85, 25.85, -5.21], "size": [1, 1, 1], "inflate": -0.25, "uv": [30, 29], "mirror": true}, + {"origin": [0.85, 25.6, -4.95], "size": [1, 2, 0], "uv": [0, 0], "mirror": true}, + {"origin": [0.85, 27.075, -4.958], "size": [1, 1, 0], "uv": [0, 10], "mirror": true} + ] + }, + { + "name": "arm", + "parent": "head", + "pivot": [0, 30.50773, -4], + "cubes": [ + {"origin": [-1, 24, 5.5], "size": [2, 2, 3], "uv": [0, 5]}, + {"origin": [-1, 21, 4.5], "size": [2, 2, 3], "uv": [0, 0]} + ] + }, + { + "name": "horn", + "parent": "arm", + "pivot": [0, 31.08273, -4], + "cubes": [ + {"origin": [-6.13377, 29.83965, -5], "size": [6, 2, 2], "inflate": 0.03, "pivot": [0, 30.50773, -4], "rotation": [-90, -45, 90], "uv": [51, 0]} + ] + }, + { + "name": "arm_left4", + "parent": "arm", + "pivot": [4.30601, 22.251, -4.07159], + "cubes": [ + {"origin": [4.70513, 20.98273, -8.83013], "size": [2, 2, 4], "pivot": [4.83013, 22.98273, -6.83013], "rotation": [14.06164, -41.12772, 1.37344], "uv": [42, 61]} + ] + }, + { + "name": "arm_right4", + "parent": "arm", + "pivot": [-4.83013, 22.98273, -6.83013], + "cubes": [ + {"origin": [-6.70513, 20.98273, -8.83013], "size": [2, 2, 4], "pivot": [-4.83013, 22.98273, -6.83013], "rotation": [14.06164, 41.12772, -1.37344], "uv": [42, 61], "mirror": true} + ] + }, + { + "name": "arm_right3", + "parent": "arm", + "pivot": [-1.85254, 27.40031, 4.06487], + "rotation": [81.70923, 40.75583, 35.80166], + "cubes": [ + {"origin": [-2.85513, 26.50773, -1.93013], "size": [2, 2, 5], "inflate": 0.03, "pivot": [-1.85513, 27.50773, 4.06987], "rotation": [0, 90, 0], "uv": [13, 48]}, + {"origin": [-7.8674, 26.10255, -0.24013], "size": [2, 2, 4], "inflate": 0.02, "pivot": [-6.85741, 27.52755, 4.05987], "rotation": [0, 90, 32.5], "uv": [14, 55]}, + {"origin": [-7.8674, 29.10255, -2.46513], "size": [2, 2, 4], "inflate": 0.01, "pivot": [-6.85741, 27.52755, 4.05987], "rotation": [0, 90, -15], "uv": [52, 33]}, + {"origin": [-10.04027, 28.44877, 1.48272], "size": [1, 1, 3], "inflate": 0.01, "pivot": [-9.76527, 28.96069, 4.56987], "rotation": [180, 41.25, 165], "uv": [11, 44]} + ] + }, + { + "name": "arm_left3", + "parent": "arm", + "pivot": [1.85254, 27.40031, 4.06487], + "rotation": [81.70923, -40.75583, -35.80166], + "cubes": [ + {"origin": [0.85513, 26.50773, -1.93013], "size": [2, 2, 5], "inflate": 0.03, "pivot": [1.85513, 27.50773, 4.06987], "rotation": [0, -90, 0], "uv": [22, 50]}, + {"origin": [5.8674, 26.10255, -0.24013], "size": [2, 2, 4], "inflate": 0.02, "pivot": [6.85741, 27.52755, 4.05987], "rotation": [0, -90, -32.5], "uv": [57, 4]}, + {"origin": [5.8674, 29.10255, -2.46513], "size": [2, 2, 4], "inflate": 0.01, "pivot": [6.85741, 27.52755, 4.05987], "rotation": [0, -90, 15], "uv": [45, 55]} + ] + }, + { + "name": "arm_right2", + "parent": "arm", + "pivot": [-2.42754, 32.40031, 0.16487], + "rotation": [71.71253, 19.55624, 61.81354], + "cubes": [ + {"origin": [-3.43013, 31.50773, -5.83013], "size": [2, 2, 4], "inflate": 0.03, "pivot": [-2.43013, 32.50773, 0.16987], "rotation": [0, 90, 0], "uv": [0, 60], "mirror": true}, + {"origin": [-5.43013, 31.40773, -0.20513], "size": [2, 2, 3], "inflate": 0.04, "pivot": [-4.43013, 32.50773, 0.16987], "rotation": [0, 90, 25], "uv": [0, 28], "mirror": true}, + {"origin": [-6.58013, 32.50773, -5.63013], "size": [1, 1, 3], "pivot": [-2.43013, 32.50773, 0.16987], "rotation": [0, 32.5, 0], "uv": [8, 60]}, + {"origin": [-5.58013, 31.50773, 1.63013], "size": [1, 1, 3], "pivot": [-2.43013, 32.50773, 1.83013], "rotation": [0, -32.5, 0], "uv": [31, 48]}, + {"origin": [-8.4424, 31.12755, -4.14013], "size": [2, 2, 4], "inflate": 0.02, "pivot": [-7.43241, 32.52755, 0.15987], "rotation": [0, 90, 32.5], "uv": [58, 39], "mirror": true} + ] + }, + { + "name": "arm_left", + "parent": "arm", + "pivot": [5.85254, 25.40031, -0.83513], + "rotation": [44, 0, -25], + "cubes": [ + {"origin": [4.85513, 24.50773, -6.83013], "size": [2, 2, 7], "inflate": 0.03, "pivot": [5.85513, 25.50773, -0.83013], "rotation": [0, -90, 0], "uv": [32, 45]}, + {"origin": [6.75513, 24.50773, -6.63013], "size": [2, 2, 4], "pivot": [5.85513, 25.50773, -0.83013], "rotation": [0, -32.5, 0], "uv": [60, 29]}, + {"origin": [7.00513, 24.50773, 0.63013], "size": [2, 2, 3], "pivot": [5.85513, 25.50773, 0.83013], "rotation": [0, 32.5, 0], "uv": [54, 63]}, + {"origin": [9.8674, 24.82755, -5.34013], "size": [2, 2, 4], "inflate": 0.02, "pivot": [10.85741, 25.52755, -0.84013], "rotation": [0, -90, 25], "uv": [12, 61]} + ] + }, + { + "name": "arm_left2", + "parent": "arm", + "pivot": [2.42754, 32.40031, 0.16487], + "rotation": [71.71253, -19.55624, -61.81354], + "cubes": [ + {"origin": [1.43013, 31.50773, -5.83013], "size": [2, 2, 4], "inflate": 0.03, "pivot": [2.43013, 32.50773, 0.16987], "rotation": [0, -90, 0], "uv": [0, 60]}, + {"origin": [3.43013, 31.40773, -0.20513], "size": [2, 2, 3], "inflate": 0.04, "pivot": [4.43013, 32.50773, 0.16987], "rotation": [0, -90, -25], "uv": [0, 28]}, + {"origin": [3.58013, 32.50773, -5.63013], "size": [1, 1, 4], "pivot": [2.43013, 32.50773, 0.16987], "rotation": [0, -32.5, 0], "uv": [61, 61]}, + {"origin": [5.58013, 31.50773, 2.63013], "size": [1, 1, 3], "pivot": [2.43013, 32.50773, 1.83013], "rotation": [0, 32.5, 0], "uv": [38, 61]}, + {"origin": [6.4424, 31.12755, -4.14013], "size": [2, 2, 4], "inflate": 0.02, "pivot": [7.43241, 32.52755, 0.15987], "rotation": [0, -90, -32.5], "uv": [58, 39]} + ] + }, + { + "name": "arm_right", + "parent": "arm", + "pivot": [-5.82754, 25.40031, -0.83513], + "rotation": [44, 0, 25], + "cubes": [ + {"origin": [-6.83013, 24.50773, -6.83013], "size": [2, 2, 7], "inflate": 0.03, "pivot": [-5.83013, 25.50773, -0.83013], "rotation": [0, 90, 0], "uv": [32, 45], "mirror": true}, + {"origin": [-6.83013, 24.53273, -5.60513], "size": [1, 1, 3], "inflate": 0.03, "pivot": [-5.83013, 25.50773, -0.83013], "rotation": [0, 55, 0], "uv": [64, 35]}, + {"origin": [-8.98013, 24.50773, 0.63013], "size": [2, 2, 5], "pivot": [-5.83013, 25.50773, 0.83013], "rotation": [0, -32.5, 0], "uv": [54, 21]}, + {"origin": [-11.8424, 24.82755, -6.34013], "size": [2, 2, 5], "inflate": 0.02, "pivot": [-10.83241, 25.52755, -0.84013], "rotation": [0, 90, -25], "uv": [0, 53]}, + {"origin": [-12.8924, 24.82755, -4.89013], "size": [2, 2, 3], "inflate": 0.01, "pivot": [-10.83241, 25.52755, -0.84013], "rotation": [0, 22.5, -25], "uv": [63, 18]} + ] + }, + { + "name": "shell", + "parent": "swing", + "pivot": [0, 7, -5.5], + "cubes": [ + {"origin": [0.5, 4.5, 0.5], "size": [11, 5, 0], "pivot": [0.5, 7, -5.5], "rotation": [0, -90, 0], "uv": [43, 45]}, + {"origin": [-11.5, 4.5, 0.5], "size": [11, 5, 0], "pivot": [-0.5, 7, -5.5], "rotation": [0, 90, 0], "uv": [44, 11]}, + {"origin": [-5.5, 4.5, 5.5], "size": [11, 5, 0], "uv": [44, 16]}, + {"origin": [-5.5, 4.5, -5.5], "size": [11, 5, 0], "inflate": 0.01, "uv": [50, 50]} + ] + }, + { + "name": "legs", + "parent": "swing", + "pivot": [0, 0, 0] + }, + { + "name": "left", + "parent": "legs", + "pivot": [3.9, 3, 0], + "rotation": [0, 0, -20], + "cubes": [ + {"origin": [2.9, 0, -4.5], "size": [2, 4, 2], "uv": [0, 66]}, + {"origin": [2.9, 0, 2.5], "size": [2, 4, 2], "uv": [22, 65]} + ] + }, + { + "name": "right", + "parent": "legs", + "pivot": [-3.9, 3, 0], + "rotation": [0, 0, 20], + "cubes": [ + {"origin": [-4.9, 0, -4.5], "size": [2, 4, 2], "uv": [65, 2]}, + {"origin": [-4.9, 0, 2.5], "size": [2, 4, 2], "uv": [30, 23]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/cyclizar.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/cyclizar.geo.json new file mode 100644 index 0000000..8cb28da --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/cyclizar.geo.json @@ -0,0 +1,439 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 5, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "cyclizar", + "pivot": [0, -0.68, 0], + "rotation": [0, 0, 0] + }, + { + "name": "tail", + "parent": "cyclizar", + "pivot": [0, 8.41, 6.32], + "rotation": [34, 0, 0] + }, + { + "name": "tail_main", + "parent": "tail", + "pivot": [0, 8.20453, 6.65705] + }, + { + "name": "tail1", + "parent": "tail_main", + "pivot": [0, 8.76, 6.81], + "cubes": [ + {"origin": [-2.5, 7.19913, 11.30999], "size": [5, 8.1, 4], "inflate": 0.41, "pivot": [0, 6.3, 11.76], "rotation": [57, 0, 0], "uv": [20, 45]}, + {"origin": [-2.5, 4.81081, 4.31444], "size": [5, 4.1, 5], "inflate": 0.399, "pivot": [0, 8.76, 6.81], "rotation": [69, 0, 0], "uv": [51, 48]} + ] + }, + { + "name": "tail2", + "parent": "tail1", + "pivot": [0, 6.91, 9.56], + "rotation": [18, 0, 0], + "cubes": [ + {"origin": [-2.5, 0.25465, 7.28128], "size": [5, 7.1, 5], "pivot": [0, 7.20453, 10.15705], "rotation": [69, 0, 0], "uv": [48, 0]} + ] + }, + { + "name": "fin", + "parent": "tail2", + "pivot": [-5.48, 3.46, 18.61], + "cubes": [ + {"origin": [3, 5.335, 19.1533], "size": [0, 6.1, 3], "pivot": [0.5, 3.46, 18.61], "rotation": [68, 0, 0], "uv": [0, 0]}, + {"origin": [-3, 5.335, 22.1533], "size": [6, 6.1, 0], "pivot": [-0.5, 3.46, 18.61], "rotation": [68, 0, 0], "uv": [81, 46]}, + {"origin": [-2.98, 5.335, 19.1533], "size": [0, 6.1, 3], "pivot": [-5.48, 3.46, 18.61], "rotation": [68, 0, 0], "uv": [0, 9]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 4.46, 15.46], + "rotation": [19, 0, 0], + "cubes": [ + {"origin": [-2.5, -2.26452, 13.7456], "size": [5, 8, 6], "inflate": -0.7, "pivot": [0, 4.16, 16.36], "rotation": [69, 0, 0], "uv": [0, 27]} + ] + }, + { + "name": "tail4", + "parent": "tail3", + "pivot": [0, 2.56, 21.26], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [-1.5, -2.95849, 19.25841], "size": [3, 6, 4], "inflate": -0.3, "pivot": [0, 2.76, 21.26], "rotation": [69, 0, 0], "uv": [0, 73]} + ] + }, + { + "name": "tail5", + "parent": "tail4", + "pivot": [0, 0.96, 26.06], + "rotation": [-45, 0, 0], + "cubes": [ + {"origin": [-1.5, -4.34313, 24.15921], "size": [3, 7, 4], "inflate": -0.8, "pivot": [0, 0.96, 26.06], "rotation": [69, 0, 0], "uv": [28, 65]} + ] + }, + { + "name": "tail6", + "parent": "tail5", + "pivot": [0, -0.64, 29.86], + "cubes": [ + {"origin": [-1.5, -5.91366, 28.79419], "size": [3, 7, 3], "inflate": -0.9, "pivot": [0, -0.64, 29.86], "rotation": [45, 0, 0], "uv": [39, 73]} + ] + }, + { + "name": "bone", + "parent": "tail", + "pivot": [0, 10.82, 7.19], + "cubes": [ + {"origin": [-2.5, 7.89575, 3.81086], "size": [5, 5, 6], "inflate": 0.4, "pivot": [0, 10.82, 7.19], "rotation": [25, 0, 0], "uv": [22, 33]} + ] + }, + { + "name": "leg_left", + "parent": "cyclizar", + "pivot": [9.68714, 1.52, -0.16], + "rotation": [4.01646, -31.82434, -2.06407], + "cubes": [ + {"origin": [4.80259, 9.38555, 1.85051], "size": [4, 8, 4], "pivot": [6.55259, 11.22216, 1.59891], "rotation": [-59, 0, 0], "uv": [16, 57]} + ] + }, + { + "name": "legun2", + "parent": "leg_left", + "pivot": [9.28714, 1.32, -1.86], + "rotation": [0, 7, 0], + "cubes": [ + {"origin": [4.84414, 5.68706, 0.43667], "size": [3, 4, 3], "inflate": 0.19, "pivot": [6.34414, 8.18706, 1.93667], "rotation": [9.31565, 0.89172, 1.60228], "uv": [76, 78]}, + {"origin": [4.74414, 0.38706, 0.23667], "size": [3, 6, 4], "inflate": 0.2, "uv": [71, 48]}, + {"origin": [3.80607, -0.00984, -0.29947], "size": [5, 2, 5], "inflate": -0.2, "pivot": [9.28714, 1.32, -1.86], "rotation": [-3, 0, 0], "uv": [50, 57]} + ] + }, + { + "name": "bone3", + "parent": "legun2", + "pivot": [3.88714, -0.08, -1.56] + }, + { + "name": "bone25", + "parent": "bone3", + "pivot": [5.10635, 1.02025, -4.30842], + "rotation": [3, 0, 0], + "cubes": [ + {"origin": [5.55077, -0.32476, -4.17533], "size": [2, 2, 6], "inflate": -0.32, "pivot": [6.78714, -0.33, -1.36], "rotation": [-4.18213, 16.95733, -1.22174], "uv": [12, 69]}, + {"origin": [4.92351, -0.32476, -3.57533], "size": [2, 2, 5], "inflate": -0.319, "pivot": [5.68714, -0.33, -1.76], "rotation": [-4.00061, -0.99756, 0.06976], "uv": [76, 28]}, + {"origin": [5.10635, 0.03, -4.30842], "size": [1, 1, 1], "inflate": 0.1, "pivot": [5.10635, 0.98025, -4.30842], "rotation": [16.57843, 14.08378, -2.11626], "uv": [21, 16]} + ] + }, + { + "name": "bone4", + "parent": "bone3", + "pivot": [3.08714, -0.32, -1.13], + "rotation": [5.5001, 14.2004, -2.05176], + "cubes": [ + {"origin": [2.19077, -0.31476, -1.61533], "size": [2, 2, 4], "inflate": -0.32, "pivot": [3.42714, -0.32, -0.8], "rotation": [-4.82131, 33.90591, -2.69386], "uv": [84, 0]}, + {"origin": [1.99944, -0.31476, -1.62315], "size": [2, 2, 4], "inflate": -0.3, "pivot": [3.08714, -0.32, -0.91], "rotation": [-4.28356, 20.94643, -1.53384], "uv": [83, 68]} + ] + }, + { + "name": "bone5", + "parent": "bone3", + "pivot": [8.68714, -0.25, -0.76], + "rotation": [4.99697, -0.17428, 1.9924], + "cubes": [ + {"origin": [7.52351, -0.24476, -1.37533], "size": [2, 2, 4], "inflate": -0.32, "pivot": [8.28714, -0.25, -0.56], "rotation": [-5.00393, -36.8949, 3.009], "uv": [58, 83]}, + {"origin": [7.77484, -0.24476, -2.47315], "size": [2, 2, 5], "inflate": -0.3, "pivot": [8.68714, -0.25, -0.76], "rotation": [-4.18213, -16.95733, 1.22174], "uv": [23, 76]} + ] + }, + { + "name": "leg_right", + "parent": "cyclizar", + "pivot": [-9.85714, 1.54, -1.41], + "rotation": [1.79526, 32.36071, -0.25998], + "cubes": [ + {"origin": [-8.97259, 9.40555, 0.60051], "size": [4, 8, 4], "pivot": [-6.72259, 11.24216, 0.34891], "rotation": [-59, 0, 0], "uv": [34, 53]} + ] + }, + { + "name": "legun3", + "parent": "leg_right", + "pivot": [-9.45714, 1.34, -3.11], + "rotation": [0, -7, 0], + "cubes": [ + {"origin": [-8.01414, 5.70706, -0.81333], "size": [3, 4, 3], "inflate": 0.19, "pivot": [-6.51414, 8.20706, 0.68667], "rotation": [9.31565, -0.89172, -1.60228], "uv": [64, 76]}, + {"origin": [-7.91414, 0.40706, -1.01333], "size": [3, 6, 4], "inflate": 0.2, "uv": [65, 66]}, + {"origin": [-8.97607, 0.01016, -1.54947], "size": [5, 2, 5], "inflate": -0.2, "pivot": [-9.45714, 1.34, -3.11], "rotation": [-3, 0, 0], "uv": [56, 41]} + ] + }, + { + "name": "bone6", + "parent": "legun3", + "pivot": [-4.05714, -0.06, -2.81] + }, + { + "name": "bone7", + "parent": "bone6", + "pivot": [-5.27635, 1.04025, -5.55842], + "rotation": [3, 0, 0], + "cubes": [ + {"origin": [-7.72077, -0.30476, -5.42533], "size": [2, 2, 6], "inflate": -0.32, "pivot": [-6.95714, -0.31, -2.61], "rotation": [-4.18213, -16.95733, 1.22174], "uv": [64, 58]}, + {"origin": [-7.09351, -0.30476, -4.82533], "size": [2, 2, 5], "inflate": -0.319, "pivot": [-5.85714, -0.31, -3.01], "rotation": [-4.00061, 0.99756, -0.06976], "uv": [75, 61]}, + {"origin": [-6.27635, 0.05, -5.55842], "size": [1, 1, 1], "inflate": 0.1, "pivot": [-5.27635, 1.00025, -5.55842], "rotation": [16.57843, -14.08378, 2.11626], "uv": [0, 0]} + ] + }, + { + "name": "bone8", + "parent": "bone6", + "pivot": [-3.25714, -0.3, -2.38], + "rotation": [5.5001, -14.2004, 2.05176], + "cubes": [ + {"origin": [-4.36077, -0.29476, -2.86533], "size": [2, 2, 4], "inflate": -0.32, "pivot": [-3.59714, -0.3, -2.05], "rotation": [-4.82131, -33.90591, 2.69386], "uv": [33, 83]}, + {"origin": [-4.16944, -0.29476, -2.87315], "size": [2, 2, 4], "inflate": -0.3, "pivot": [-3.25714, -0.3, -2.16], "rotation": [-4.28356, -20.94643, 1.53384], "uv": [21, 83]} + ] + }, + { + "name": "bone26", + "parent": "bone6", + "pivot": [-8.85714, -0.23, -2.01], + "rotation": [4.99697, 0.17428, -1.9924], + "cubes": [ + {"origin": [-9.69351, -0.22476, -2.62533], "size": [2, 2, 4], "inflate": -0.32, "pivot": [-8.45714, -0.23, -1.81], "rotation": [-5.00393, 36.8949, -3.009], "uv": [0, 83]}, + {"origin": [-9.94484, -0.22476, -3.72315], "size": [2, 2, 5], "inflate": -0.3, "pivot": [-8.85714, -0.23, -2.01], "rotation": [-4.18213, 16.95733, -1.22174], "uv": [74, 71]} + ] + }, + { + "name": "body_main", + "parent": "cyclizar", + "pivot": [0, 19.22, 1.73], + "rotation": [34, 0, 0] + }, + { + "name": "bone2", + "parent": "body_main", + "pivot": [0, 19.22, 1.73], + "rotation": [-5, 0, 0] + }, + { + "name": "body1", + "parent": "bone2", + "pivot": [0, 21.92, 2.03], + "cubes": [ + {"origin": [-4.5, 25.14756, -2.64537], "size": [9, 3, 9], "inflate": 0.01, "pivot": [0, 26.32, 2.63], "rotation": [18, 0, 0], "uv": [0, 0]}, + {"origin": [-3.5, 18.42, -1.47], "size": [7, 8, 7], "pivot": [0, 21.92, 2.03], "rotation": [5, 0, 0], "uv": [0, 12]}, + {"origin": [-1.5, 16.97, -6.92], "size": [3, 9, 6], "inflate": 0.2, "uv": [38, 38]} + ] + }, + { + "name": "hand1", + "parent": "bone2", + "pivot": [-3.4, 22.12, 1.93], + "rotation": [-42.22403, -29.22334, -35.89329], + "cubes": [ + {"origin": [-12.3, 21.42, 0.73], "size": [11, 2, 2], "inflate": 0.3, "uv": [50, 37]} + ] + }, + { + "name": "handin1", + "parent": "hand1", + "pivot": [-11, 22.02, 2.03], + "rotation": [77.69328, -26.4649, -30.44704], + "cubes": [ + {"origin": [-18.9, 20.22, 0.73], "size": [8, 4, 4], "uv": [42, 18]} + ] + }, + { + "name": "bone16", + "parent": "handin1", + "pivot": [-19.2, 22.22, 2.73], + "rotation": [0, 0, -15], + "cubes": [ + {"origin": [-21.2, 21.22, 0.73], "size": [4, 2, 4], "inflate": 0.1, "uv": [68, 0]} + ] + }, + { + "name": "bone11", + "parent": "bone16", + "pivot": [-20.5, 21.52, 1.23], + "cubes": [ + {"origin": [-22.5, 21.52, -0.27], "size": [4, 2, 2], "inflate": -0.3, "pivot": [-20.5, 22.52, 1.23], "rotation": [0, -34, 0], "uv": [84, 59]}, + {"origin": [-23.5, 22.52, -0.27], "size": [5, 0, 2], "pivot": [-20.5, 21.52, 1.23], "rotation": [0, -34, 0], "uv": [33, 18]} + ] + }, + { + "name": "bone10", + "parent": "bone16", + "pivot": [-21.3, 23.52, 2.83], + "cubes": [ + {"origin": [-23.8, 21.52, 1.33], "size": [4, 2, 3], "inflate": -0.3, "uv": [11, 80]}, + {"origin": [-24.8, 22.52, 1.33], "size": [6, 0, 3], "uv": [71, 58]} + ] + }, + { + "name": "bone12", + "parent": "bone16", + "pivot": [-22, 21.02, 5.03], + "cubes": [ + {"origin": [-22.8, 21.02, 3.93], "size": [3, 2, 2], "inflate": -0.3, "pivot": [-21.3, 22.02, 4.43], "rotation": [0, 38, 0], "uv": [85, 29]}, + {"origin": [-23.5, 22.02, 4.53], "size": [4, 0, 2], "pivot": [-22, 21.02, 5.03], "rotation": [0, 38, 0], "uv": [35, 4]} + ] + }, + { + "name": "hand2", + "parent": "bone2", + "pivot": [3.4, 22.12, 1.93], + "rotation": [-41.85508, 28.48064, 36.65784], + "cubes": [ + {"origin": [1.3, 21.42, 0.73], "size": [11, 2, 2], "inflate": 0.3, "uv": [27, 0]} + ] + }, + { + "name": "handin2", + "parent": "hand2", + "pivot": [11, 22.02, 2.03], + "rotation": [75.557, 40.09114, 26.58222], + "cubes": [ + {"origin": [10.9, 20.22, 0.73], "size": [8, 4, 4], "uv": [0, 41]} + ] + }, + { + "name": "bone17", + "parent": "handin2", + "pivot": [19.2, 22.22, 2.73], + "rotation": [0, 0, 18], + "cubes": [ + {"origin": [17.2, 21.22, 0.73], "size": [4, 2, 4], "inflate": 0.1, "uv": [0, 58]} + ] + }, + { + "name": "bone13", + "parent": "bone17", + "pivot": [20.5, 21.52, 1.23], + "cubes": [ + {"origin": [18.5, 21.52, -0.27], "size": [4, 2, 2], "inflate": -0.3, "pivot": [20.5, 22.52, 1.23], "rotation": [0, 34, 0], "uv": [66, 83]}, + {"origin": [18.5, 22.52, -0.27], "size": [5, 0, 2], "pivot": [20.5, 21.52, 1.23], "rotation": [0, 34, 0], "uv": [25, 4]} + ] + }, + { + "name": "bone14", + "parent": "bone17", + "pivot": [21.3, 23.52, 2.83], + "cubes": [ + {"origin": [19.8, 21.52, 1.33], "size": [4, 2, 3], "inflate": -0.3, "uv": [76, 6]}, + {"origin": [18.8, 22.52, 1.33], "size": [6, 0, 3], "uv": [71, 35]} + ] + }, + { + "name": "bone15", + "parent": "bone17", + "pivot": [20.94816, 22.02, 4.81617], + "cubes": [ + {"origin": [19.8, 21.02, 3.93], "size": [3, 2, 2], "inflate": -0.3, "pivot": [21.3, 22.02, 4.43], "rotation": [0, -38, 0], "uv": [85, 25]}, + {"origin": [19.5, 22.02, 4.53], "size": [4, 0, 2], "pivot": [22, 21.02, 5.03], "rotation": [0, -38, 0], "uv": [25, 6]} + ] + }, + { + "name": "neck", + "parent": "bone2", + "pivot": [0, 25.52, 2.53], + "cubes": [ + {"origin": [-2.5, 24.34756, -1.74537], "size": [5, 4, 5], "pivot": [0, 25.52, 2.53], "rotation": [-4, 0, 0], "uv": [0, 49]} + ] + }, + { + "name": "body2", + "parent": "bone2", + "pivot": [0, 17.42, 2.53], + "cubes": [ + {"origin": [-3, 13.92, -0.47], "size": [6, 6, 6], "pivot": [0, 17.42, 2.53], "rotation": [-4.5, 0, 0], "uv": [30, 6]} + ] + }, + { + "name": "body3", + "parent": "bone2", + "pivot": [0.00172, 12.97366, -0.84033], + "cubes": [ + {"origin": [-3.5, 9.79, -1.92], "size": [7, 6, 7], "pivot": [0, 12.79, 1.58], "rotation": [-11, 0, 0], "uv": [21, 20]}, + {"origin": [-3.5, 9.56564, -3.72664], "size": [7, 4, 2], "inflate": -0.3, "pivot": [0, 10.06564, -2.72664], "rotation": [-24, 0, 0], "uv": [62, 13]}, + {"origin": [-2.49828, 10.47366, -2.34033], "size": [5, 5, 3], "inflate": -0.2, "pivot": [0.00172, 12.97366, -0.84033], "rotation": [-8.05855, 7.96082, 44.43834], "uv": [73, 38]} + ] + }, + { + "name": "head", + "parent": "body_main", + "pivot": [0.5, 29.71134, 0.47334], + "rotation": [13, 0, 0], + "cubes": [ + {"origin": [-3, 27.22, 1.105], "size": [6, 6, 3], "uv": [47, 64]}, + {"origin": [-3, 27.72, -1.595], "size": [6, 2, 4], "inflate": -0.001, "pivot": [0.5, 28.22, 0.905], "rotation": [-19, 0, 0], "uv": [61, 27]}, + {"origin": [-0.13, 29.97078, -5.19697], "size": [1, 1, 6], "inflate": -0.3, "uv": [21, 12]}, + {"origin": [-0.82, 29.97078, -5.19697], "size": [1, 1, 6], "inflate": -0.3, "uv": [21, 12]}, + {"origin": [-3, 29.52, -1.095], "size": [6, 4, 5], "inflate": 0.01, "uv": [44, 28]}, + {"origin": [-3.4, 28.72, 0.305], "size": [2, 2, 2], "inflate": 0.01, "uv": [63, 0]}, + {"origin": [1.4, 28.72, 0.305], "size": [2, 2, 2], "inflate": 0.01, "uv": [54, 12]}, + {"origin": [-2.5, 30.22, 3.705], "size": [5, 3, 3], "pivot": [0.5, 32.22, 3.705], "rotation": [-10, 0, 0], "uv": [74, 19]}, + {"origin": [-2.5, 27.72, 2.805], "size": [5, 3, 3], "inflate": -0.001, "pivot": [0.5, 29.72, 2.805], "rotation": [42, 0, 0], "uv": [51, 73]}, + {"origin": [-2, 30.72, 6.105], "size": [4, 2, 3], "pivot": [0, 32.72, 6.105], "rotation": [-16, 0, 0], "uv": [48, 80]}, + {"origin": [-2, 30.12, 8.205], "size": [4, 2, 3], "inflate": -0.4, "pivot": [0, 33.12, 9.205], "rotation": [-22, 0, 0], "uv": [80, 11]}, + {"origin": [-2, 30.1632, -4.87209], "size": [4, 3, 5], "inflate": 0.02, "pivot": [0, 30.32977, -2.00249], "rotation": [1, 0, 0], "uv": [0, 64]}, + {"origin": [-2, 29.46743, -4.79957], "size": [4, 1, 6], "inflate": 0.01, "pivot": [0, 30.32977, -2.30249], "rotation": [-9, 0, 0], "uv": [60, 20]} + ] + }, + { + "name": "mouse", + "parent": "head", + "pivot": [0, 30.32977, -2.40249], + "cubes": [ + {"origin": [-2, 28.58078, -4.80697], "size": [4, 1, 6], "pivot": [0, 30.32977, -2.40249], "rotation": [-9, 0, 0], "uv": [62, 6]} + ] + }, + { + "name": "eye1", + "parent": "head", + "pivot": [-0.52437, 36.29665, -1.31985], + "rotation": [8.97843, 0.62524, -3.95091], + "cubes": [ + {"origin": [-3.21603, 31.17237, -2.8529], "size": [1, 1, 1], "inflate": -0.28, "pivot": [-0.62437, 32.29665, -2.31985], "rotation": [0, -10, 0], "uv": [16, 27]}, + {"origin": [-2.90603, 31.12475, -2.86368], "size": [0, 1, 1], "pivot": [-0.62437, 32.49665, -2.31985], "rotation": [0, -10, 0], "uv": [6, 0]}, + {"origin": [-2.83062, 30.87475, -3.31368], "size": [1, 2, 2], "pivot": [-0.52437, 32.49665, -2.51985], "rotation": [0, -10, 0], "uv": [0, 27]} + ] + }, + { + "name": "eyein1", + "parent": "eye1", + "pivot": [-0.34048, 33.31336, -1.90005], + "cubes": [ + {"origin": [-2.85507, 32.17234, -3.3435], "size": [1, 1, 3], "inflate": 0.1, "pivot": [-0.34048, 33.31336, -1.90005], "rotation": [0, -10, 0], "uv": [38, 65]} + ] + }, + { + "name": "eye2", + "parent": "head", + "pivot": [0.52437, 36.29665, -1.31985], + "rotation": [8.97843, -0.62524, 3.95091], + "cubes": [ + {"origin": [2.21603, 31.17237, -2.8529], "size": [1, 1, 1], "inflate": -0.28, "pivot": [0.62437, 32.29665, -2.31985], "rotation": [0, 10, 0], "uv": [3, 1]}, + {"origin": [2.90603, 31.12475, -2.86368], "size": [0, 1, 1], "pivot": [0.62437, 32.49665, -2.31985], "rotation": [0, 10, 0], "uv": [0, 1]}, + {"origin": [1.83062, 30.87475, -3.31368], "size": [1, 2, 2], "pivot": [0.52437, 32.49665, -2.51985], "rotation": [0, 10, 0], "uv": [21, 12]} + ] + }, + { + "name": "eyein2", + "parent": "eye2", + "pivot": [0.34048, 33.31336, -1.90005], + "cubes": [ + {"origin": [1.85507, 32.17234, -3.3435], "size": [1, 1, 3], "inflate": 0.1, "pivot": [0.34048, 33.31336, -1.90005], "rotation": [0, 10, 0], "uv": [38, 34]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/darkrai.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/darkrai.geo.json new file mode 100644 index 0000000..60937e1 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/darkrai.geo.json @@ -0,0 +1,502 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.Darkrai", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 5, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "darkrai", + "pivot": [0, 1, 0] + }, + { + "name": "body", + "parent": "darkrai", + "pivot": [0, 1, 0] + }, + { + "name": "torso_lower", + "parent": "body", + "pivot": [0, 1, 0], + "cubes": [ + {"origin": [-5, 3, -3.5], "size": [10, 3, 10], "uv": [0, 0]}, + {"origin": [-1.5, -3, -4.75], "size": [3, 6, 0], "pivot": [0, 1, 0], "rotation": [-30, 0, 0], "uv": [60, 52]} + ] + }, + { + "name": "bone49", + "parent": "torso_lower", + "pivot": [0, 0, -3], + "rotation": [0, -72.5, 0], + "cubes": [ + {"origin": [1.5, -2, -8.5], "size": [3, 5, 0], "pivot": [0, 0, -3], "rotation": [-30, 0, 0], "uv": [28, 33], "mirror": true} + ] + }, + { + "name": "bone48", + "parent": "torso_lower", + "pivot": [0, 0, -3], + "rotation": [0, 72.5, 0], + "cubes": [ + {"origin": [-4.5, -2, -8.5], "size": [3, 5, 0], "pivot": [0, 0, -3], "rotation": [-30, 0, 0], "uv": [28, 33]} + ] + }, + { + "name": "torso_middle", + "parent": "torso_lower", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-2, 6, -2], "size": [6, 5, 6], "pivot": [0, 0, 0], "rotation": [0, -45, 0], "uv": [28, 32]} + ] + }, + { + "name": "torso_upper", + "parent": "torso_middle", + "pivot": [0, 2, 3], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [1.25, 15.5, 8.5], "size": [2, 2, 0], "inflate": -0.01, "pivot": [0, 2, 3], "rotation": [0, -45, 0], "uv": [48, 21]} + ] + }, + { + "name": "chest", + "parent": "torso_upper", + "pivot": [0, 2, 1], + "cubes": [ + {"origin": [-5, 10, 2.5], "size": [10, 6, 7], "inflate": -0.01, "uv": [0, 13]}, + {"origin": [2.5, 10, 3.5], "size": [7, 6, 7], "pivot": [0, 2, 1], "rotation": [0, -45, 0], "uv": [0, 26]} + ] + }, + { + "name": "bone32", + "parent": "chest", + "pivot": [0, 2, 3], + "cubes": [ + {"origin": [-3.85, 10, -0.9], "size": [7, 6, 7], "pivot": [0, 2, 3], "rotation": [0, -45, 0], "uv": [27, 19]}, + {"origin": [8.6, 5.9, 10.8], "size": [2, 0, 2], "pivot": [0, 2, 3], "rotation": [54.73561, 30, -54.73561], "uv": [25, 13]}, + {"origin": [-5.25, 15.5, -0.3], "size": [2, 2, 2], "inflate": -0.01, "pivot": [0, 2, 5], "rotation": [0, -45, 0], "uv": [12, 39]}, + {"origin": [-13.5, 11.5, 5], "size": [2, 4, 0], "inflate": -0.01, "pivot": [0, 2, 5], "rotation": [-90, -62.5, 90], "uv": [30, 0]} + ] + }, + { + "name": "bone18", + "parent": "bone32", + "pivot": [0, 2, 3], + "cubes": [ + {"origin": [-9.55, 4.8, 13.2], "size": [2, 1, 2], "pivot": [0, 2, 3], "rotation": [54.73561, -30, 54.73561], "uv": [58, 60]}, + {"origin": [-11.25, 4.9, 11.6], "size": [2, 1, 2], "inflate": 0.01, "pivot": [0, 2, 3], "rotation": [54.73561, -30, 54.73561], "uv": [59, 0]}, + {"origin": [-10.6, 5.9, 10.8], "size": [2, 0, 2], "pivot": [0, 2, 3], "rotation": [54.73561, -30, 54.73561], "uv": [25, 15]} + ] + }, + { + "name": "bone17", + "parent": "bone32", + "pivot": [0, 2, 3], + "cubes": [ + {"origin": [7.55, 4.8, 13.2], "size": [2, 1, 2], "pivot": [0, 2, 3], "rotation": [54.73561, 30, -54.73561], "uv": [25, 61]}, + {"origin": [9.25, 4.9, 11.6], "size": [2, 1, 2], "inflate": 0.01, "pivot": [0, 2, 3], "rotation": [54.73561, 30, -54.73561], "uv": [62, 30]} + ] + }, + { + "name": "bone34", + "parent": "bone32", + "pivot": [-2, 3, 6], + "rotation": [-30, 0, 0] + }, + { + "name": "bone41", + "parent": "bone34", + "pivot": [-2, 3, 5], + "rotation": [0, -45, 0], + "cubes": [ + {"origin": [6, 5, 10.2], "size": [5, 1, 5], "pivot": [-2, 3, 5], "rotation": [54.73561, 30, -54.73561], "uv": [27, 13]} + ] + }, + { + "name": "bone33", + "parent": "bone32", + "pivot": [0, 2, 1], + "cubes": [ + {"origin": [-8, 6, 12.5], "size": [2, 1, 2], "inflate": -0.02, "pivot": [0, 2, 1], "rotation": [0, -45, 90], "uv": [62, 23]}, + {"origin": [-5.75, 6, 14.75], "size": [2, 1, 2], "inflate": -0.02, "pivot": [0, 2, 1], "rotation": [0, -45, 90], "uv": [62, 20]}, + {"origin": [3.75, 6, 14.75], "size": [2, 1, 2], "inflate": -0.02, "pivot": [0, 2, 1], "rotation": [0, 45, -90], "uv": [46, 0]}, + {"origin": [6, 6, 12.5], "size": [2, 1, 2], "pivot": [0, 2, 1], "rotation": [0, 45, -90], "uv": [33, 51]} + ] + }, + { + "name": "head", + "parent": "torso_upper", + "pivot": [0, 2, 3], + "cubes": [ + {"origin": [-3, 15, 5.1], "size": [6, 5, 4], "inflate": 0.01, "uv": [30, 0]}, + {"origin": [-0.5, 15, 2.5], "size": [4, 5, 4], "inflate": 0.1, "pivot": [0, 2, 3], "rotation": [0, -45, 0], "uv": [0, 39]}, + {"origin": [0, 15.5, -20.75], "size": [0, 14, 5], "pivot": [0, 2, 3], "rotation": [-80, 0, 0], "uv": [0, 68]}, + {"origin": [-0.5, 15, 2.5], "size": [4, 5, 4], "pivot": [0, 2, 3], "rotation": [0, -45, 0], "uv": [16, 39]} + ] + }, + { + "name": "bone20", + "parent": "head", + "pivot": [0, 2, 3], + "cubes": [ + {"origin": [1, 17.5, 2.5], "size": [2, 2, 0], "inflate": 0.015, "pivot": [0, 2, 3], "rotation": [0, -45, 0], "uv": [0, 41]}, + {"origin": [1.5, 17.75, 2.48], "size": [1, 2, 0], "pivot": [0, 2, 3], "rotation": [0, -45, 0], "uv": [0, 0]} + ] + }, + { + "name": "bone21", + "parent": "head", + "pivot": [0, 2, 3], + "cubes": [ + {"origin": [-3, 17.5, 2.5], "size": [2, 2, 0], "inflate": 0.015, "pivot": [0, 2, 3], "rotation": [0, 45, 0], "uv": [0, 41], "mirror": true}, + {"origin": [-2.5, 17.75, 2.48], "size": [1, 2, 0], "pivot": [0, 2, 3], "rotation": [0, 45, 0], "uv": [0, 0], "mirror": true} + ] + }, + { + "name": "hair", + "parent": "head", + "pivot": [0, 2, 3], + "cubes": [ + {"origin": [-2, 15.5, -8.75], "size": [4, 5, 4], "pivot": [0, 2, 3], "rotation": [-45, 0, 0], "uv": [42, 9]} + ] + }, + { + "name": "hair2", + "parent": "hair", + "pivot": [0, 2, 3], + "cubes": [ + {"origin": [-1.5, 16.5, -12.75], "size": [3, 5, 3], "pivot": [0, 2, 3], "rotation": [-60, 0, 0], "uv": [48, 54]} + ] + }, + { + "name": "hair3", + "parent": "hair2", + "pivot": [0, 2, 3], + "cubes": [ + {"origin": [-1, 23.5, -7.5], "size": [2, 5, 3], "pivot": [0, 2, 3], "rotation": [-45, 0, 0], "uv": [7, 56]} + ] + }, + { + "name": "bone5", + "parent": "torso_middle", + "pivot": [5, 14, 2], + "rotation": [0, 0, -75], + "cubes": [ + {"origin": [7.25, 9.5, 2.9], "size": [4, 4, 4], "pivot": [0, 2, 3], "rotation": [15, 0, -15], "uv": [32, 43]} + ] + }, + { + "name": "bone6", + "parent": "bone5", + "pivot": [7, 16, 2], + "cubes": [ + {"origin": [6.75, 4.5, 12.9], "size": [3, 3, 5], "pivot": [0, 2, 3], "rotation": [45, 30, -15], "uv": [43, 46]} + ] + }, + { + "name": "bone2", + "parent": "bone6", + "pivot": [6, 18, 4], + "cubes": [ + {"origin": [7.25, 1, 16.9], "size": [2, 3, 5], "pivot": [0, 2, 3], "rotation": [60, 30, -15], "uv": [48, 18]} + ] + }, + { + "name": "bone3", + "parent": "bone2", + "pivot": [6, 21, 6], + "cubes": [ + {"origin": [7.75, 10.25, 18.25], "size": [1, 3, 5], "pivot": [0, 2, 3], "rotation": [30, 30, -15], "uv": [50, 27]} + ] + }, + { + "name": "bone4", + "parent": "bone3", + "pivot": [8, 24, 10], + "cubes": [ + {"origin": [8.25, 4.85, 24.25], "size": [0, 3, 5], "pivot": [0, 2, 3], "rotation": [45, 30, -15], "uv": [46, 30]} + ] + }, + { + "name": "bone27", + "parent": "bone5", + "pivot": [7, 12, 3], + "cubes": [ + {"origin": [9.25, 5.25, 5.9], "size": [0, 1, 2], "pivot": [0, 2, 3], "rotation": [15, 0, -15], "uv": [27, 17]}, + {"origin": [8.25, 4.5, 3.9], "size": [2, 6, 2], "pivot": [0, 2, 3], "rotation": [15, 0, -15], "uv": [17, 57]} + ] + }, + { + "name": "bone28", + "parent": "bone27", + "pivot": [9, 7, 4], + "cubes": [ + {"origin": [8.25, -2.5, 3.4], "size": [2, 7, 3], "pivot": [0, 2, 3], "rotation": [15, 0, -15], "uv": [0, 0]}, + {"origin": [9.25, 4.5, 5.25], "size": [0, 1, 2], "pivot": [0, 2, 3], "rotation": [5, 0, -15], "uv": [27, 15]}, + {"origin": [9.25, 3.5, 4.9], "size": [0, 1, 2], "pivot": [0, 2, 3], "rotation": [0, 0, -15], "uv": [0, 17]} + ] + }, + { + "name": "bone29", + "parent": "bone28", + "pivot": [11, 0, 5], + "cubes": [ + {"origin": [9.25, -4.5, 3.4], "size": [1, 2, 1], "pivot": [0, 2, 3], "rotation": [15, 0, -15], "uv": [46, 32]}, + {"origin": [11, 1, 3.9], "size": [1, 1, 0], "pivot": [0, 2, 3], "rotation": [12.73415, -7.99365, 16.60659], "uv": [7, 1]} + ] + }, + { + "name": "bone30", + "parent": "bone28", + "pivot": [11, 1, 6], + "cubes": [ + {"origin": [9.25, -4.5, 4.4], "size": [1, 2, 1], "pivot": [0, 2, 3], "rotation": [15, 0, -15], "uv": [32, 43]}, + {"origin": [11, 1, 4.9], "size": [1, 1, 0], "pivot": [0, 2, 3], "rotation": [12.73415, -7.99365, 16.60659], "uv": [7, 0]} + ] + }, + { + "name": "bone31", + "parent": "bone28", + "pivot": [11, 1, 7], + "cubes": [ + {"origin": [9.25, -4.5, 5.4], "size": [1, 2, 1], "pivot": [0, 2, 3], "rotation": [15, 0, -15], "uv": [40, 9]}, + {"origin": [11, 1, 5.9], "size": [1, 1, 0], "pivot": [0, 2, 3], "rotation": [12.73415, -7.99365, 16.60659], "uv": [0, 2]} + ] + }, + { + "name": "bone7", + "parent": "torso_middle", + "pivot": [-5, 14, 2], + "rotation": [0, 0, 75], + "cubes": [ + {"origin": [-11.25, 9.5, 2.9], "size": [4, 4, 4], "pivot": [0, 2, 3], "rotation": [15, 0, 15], "uv": [32, 43], "mirror": true} + ] + }, + { + "name": "bone8", + "parent": "bone7", + "pivot": [-7, 16, 2], + "cubes": [ + {"origin": [-9.75, 4.5, 12.9], "size": [3, 3, 5], "pivot": [0, 2, 3], "rotation": [45, -30, 15], "uv": [43, 46], "mirror": true} + ] + }, + { + "name": "bone9", + "parent": "bone8", + "pivot": [-6, 18, 4], + "cubes": [ + {"origin": [-9.25, 1, 16.9], "size": [2, 3, 5], "pivot": [0, 2, 3], "rotation": [60, -30, 15], "uv": [48, 18], "mirror": true} + ] + }, + { + "name": "bone10", + "parent": "bone9", + "pivot": [-6, 21, 6], + "cubes": [ + {"origin": [-8.75, 10.25, 18.25], "size": [1, 3, 5], "pivot": [0, 2, 3], "rotation": [30, -30, 15], "uv": [50, 27], "mirror": true} + ] + }, + { + "name": "bone11", + "parent": "bone10", + "pivot": [-8, 24, 10], + "cubes": [ + {"origin": [-8.25, 4.85, 24.25], "size": [0, 3, 5], "pivot": [0, 2, 3], "rotation": [45, -30, 15], "uv": [46, 30], "mirror": true} + ] + }, + { + "name": "bone12", + "parent": "bone7", + "pivot": [-7, 12, 3], + "cubes": [ + {"origin": [-9.25, 5.25, 5.9], "size": [0, 1, 2], "pivot": [0, 2, 3], "rotation": [15, 0, 15], "uv": [27, 17], "mirror": true}, + {"origin": [-10.25, 4.5, 3.9], "size": [2, 6, 2], "pivot": [0, 2, 3], "rotation": [15, 0, 15], "uv": [17, 57], "mirror": true} + ] + }, + { + "name": "bone13", + "parent": "bone12", + "pivot": [-9, 7, 4], + "cubes": [ + {"origin": [-10.25, -2.5, 3.4], "size": [2, 7, 3], "pivot": [0, 2, 3], "rotation": [15, 0, 15], "uv": [0, 0], "mirror": true}, + {"origin": [-9.25, 4.5, 5.25], "size": [0, 1, 2], "pivot": [0, 2, 3], "rotation": [5, 0, 15], "uv": [27, 15], "mirror": true}, + {"origin": [-9.25, 3.5, 4.9], "size": [0, 1, 2], "pivot": [0, 2, 3], "rotation": [0, 0, 15], "uv": [0, 17], "mirror": true} + ] + }, + { + "name": "bone14", + "parent": "bone13", + "pivot": [-11, 0, 5], + "cubes": [ + {"origin": [-10.25, -4.5, 3.4], "size": [1, 2, 1], "pivot": [0, 2, 3], "rotation": [15, 0, 15], "uv": [46, 32], "mirror": true}, + {"origin": [-12, 1, 3.9], "size": [1, 1, 0], "pivot": [0, 2, 3], "rotation": [12.73415, 7.99365, -16.60659], "uv": [7, 1], "mirror": true} + ] + }, + { + "name": "bone15", + "parent": "bone13", + "pivot": [-11, 1, 6], + "cubes": [ + {"origin": [-10.25, -4.5, 4.4], "size": [1, 2, 1], "pivot": [0, 2, 3], "rotation": [15, 0, 15], "uv": [32, 43], "mirror": true}, + {"origin": [-12, 1, 4.9], "size": [1, 1, 0], "pivot": [0, 2, 3], "rotation": [12.73415, 7.99365, -16.60659], "uv": [7, 0], "mirror": true} + ] + }, + { + "name": "bone19", + "parent": "bone13", + "pivot": [-11, 1, 7], + "cubes": [ + {"origin": [-10.25, -4.5, 5.4], "size": [1, 2, 1], "pivot": [0, 2, 3], "rotation": [15, 0, 15], "uv": [40, 9], "mirror": true}, + {"origin": [-12, 1, 5.9], "size": [1, 1, 0], "pivot": [0, 2, 3], "rotation": [12.73415, 7.99365, -16.60659], "uv": [0, 2], "mirror": true} + ] + }, + { + "name": "bone35", + "parent": "torso_lower", + "pivot": [0, 0, -3], + "rotation": [0, 45, 0], + "cubes": [ + {"origin": [-4.75, -3, -7.5], "size": [3, 6, 0], "pivot": [0, 0, -3], "rotation": [-30, 0, 0], "uv": [42, 59], "mirror": true} + ] + }, + { + "name": "bone43", + "parent": "torso_lower", + "pivot": [1, 0, -1], + "rotation": [0, 15, 0], + "cubes": [ + {"origin": [-3.5, -2, -5.5], "size": [3, 6, 0], "pivot": [1, 0, -1], "rotation": [-30, 0, 0], "uv": [28, 32]} + ] + }, + { + "name": "tail", + "parent": "torso_lower", + "pivot": [0, 1, -2], + "cubes": [ + {"origin": [-3, 4, 4.5], "size": [4, 0, 10], "pivot": [0, 1, -2], "rotation": [0, 0, 45], "uv": [57, 0]}, + {"origin": [-1, 4, 4.5], "size": [4, 0, 10], "pivot": [0, 1, -2], "rotation": [0, 0, -45], "uv": [57, 0], "mirror": true} + ] + }, + { + "name": "bone16", + "parent": "tail", + "pivot": [0, 5, 14], + "cubes": [ + {"origin": [-3, 4, 14.5], "size": [4, 0, 6], "pivot": [0, 1, 8], "rotation": [0, 0, 45], "uv": [66, 21]}, + {"origin": [-1, 4, 14.5], "size": [4, 0, 6], "pivot": [0, 1, 8], "rotation": [0, 0, -45], "uv": [66, 21], "mirror": true} + ] + }, + { + "name": "bone22", + "parent": "bone16", + "pivot": [0, 5, 21], + "cubes": [ + {"origin": [-3, 4, 20.5], "size": [4, 0, 8], "pivot": [0, 1, 14], "rotation": [0, 0, 45], "uv": [77, 9]}, + {"origin": [-1, 4, 20.5], "size": [4, 0, 8], "pivot": [0, 1, 14], "rotation": [0, 0, -45], "uv": [77, 9], "mirror": true} + ] + }, + { + "name": "bone50", + "parent": "torso_lower", + "pivot": [0, 0, 6], + "rotation": [0, 72.5, 0], + "cubes": [ + {"origin": [1.5, -2, 11.5], "size": [3, 6, 0], "pivot": [0, 0, 6], "rotation": [30, 0, 0], "uv": [28, 32], "mirror": true} + ] + }, + { + "name": "bone51", + "parent": "torso_lower", + "pivot": [0, 0, 6], + "rotation": [0, -72.5, 0], + "cubes": [ + {"origin": [-4.5, -2, 11.5], "size": [3, 5, 0], "pivot": [0, 0, 6], "rotation": [30, 0, 0], "uv": [28, 33]} + ] + }, + { + "name": "bone46", + "parent": "torso_lower", + "pivot": [1, 0, 4], + "rotation": [0, -15, 0], + "cubes": [ + {"origin": [-3.5, -2, 8.5], "size": [3, 6, 0], "pivot": [1, 0, 4], "rotation": [30, 0, 0], "uv": [0, 13]} + ] + }, + { + "name": "bone44", + "parent": "torso_lower", + "pivot": [-1, 0, -1], + "rotation": [0, -15, 0], + "cubes": [ + {"origin": [0.5, -2, -5.5], "size": [3, 6, 0], "pivot": [-1, 0, -1], "rotation": [-30, 0, 0], "uv": [21, 26]} + ] + }, + { + "name": "bone45", + "parent": "torso_lower", + "pivot": [-1, 0, 4], + "rotation": [0, 15, 0], + "cubes": [ + {"origin": [0.5, -2, 8.5], "size": [3, 6, 0], "pivot": [-1, 0, 4], "rotation": [30, 0, 0], "uv": [0, 26]} + ] + }, + { + "name": "bone38", + "parent": "torso_lower", + "pivot": [0, 0, 6], + "rotation": [0, -45, 0], + "cubes": [ + {"origin": [-4.75, -3, 10.5], "size": [3, 6, 0], "pivot": [0, 0, 6], "rotation": [30, 0, 0], "uv": [0, 59]} + ] + }, + { + "name": "bone40", + "parent": "torso_lower", + "pivot": [0, 0, 6], + "rotation": [0, 45, 0], + "cubes": [ + {"origin": [1.75, -3, 10.5], "size": [3, 6, 0], "pivot": [0, 0, 6], "rotation": [30, 0, 0], "uv": [58, 16]} + ] + }, + { + "name": "bone37", + "parent": "torso_lower", + "pivot": [-2, 0, -2], + "rotation": [0, 90, 0], + "cubes": [ + {"origin": [-7, -3, -6.75], "size": [3, 6, 0], "pivot": [-2, 0, -2], "rotation": [-30, 0, 0], "uv": [36, 59]} + ] + }, + { + "name": "bone42", + "parent": "torso_lower", + "pivot": [2, 0, -2], + "rotation": [0, -90, 0], + "cubes": [ + {"origin": [4, -3, -6.75], "size": [3, 6, 0], "pivot": [2, 0, -2], "rotation": [-30, 0, 0], "uv": [57, 26]} + ] + }, + { + "name": "bone36", + "parent": "torso_lower", + "pivot": [0, 0, -3], + "rotation": [0, -45, 0], + "cubes": [ + {"origin": [1.75, -3, -7.5], "size": [3, 6, 0], "pivot": [0, 0, -3], "rotation": [-30, 0, 0], "uv": [42, 59]} + ] + }, + { + "name": "bone", + "parent": "body", + "pivot": [0, 1, 0] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/delcatty.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/delcatty.geo.json new file mode 100644 index 0000000..31da641 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/delcatty.geo.json @@ -0,0 +1,316 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.delcatty", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 3, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "body", + "pivot": [0, 0, -3], + "cubes": [ + {"origin": [-3, 7.75, -7], "size": [6, 5, 13], "uv": [0, 0]} + ] + }, + { + "name": "neck", + "parent": "body", + "pivot": [0, 12.75, -5], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [-1.5, 12.25, -6.5], "size": [3, 3, 3], "uv": [53, 50]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 14.75, -5], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [-4.5, 14.75, -10], "size": [9, 5, 7], "uv": [0, 18]}, + {"origin": [-4.5, 19.75, -10], "size": [9, 2, 4], "uv": [0, 66]}, + {"origin": [-6, 15.75, -8.5], "size": [12, 3, 4], "uv": [25, 0]}, + {"origin": [-7, 16.75, -6.75], "size": [14, 1, 0], "uv": [40, 21]} + ] + }, + { + "name": "head_thing_f", + "parent": "head", + "pivot": [0, 20, -10], + "rotation": [-30, 0, 0], + "cubes": [ + {"origin": [-1.5, 20, -11.26], "size": [3, 4, 10], "uv": [18, 35]}, + {"origin": [1.5, 20, -11.25], "size": [4, 4, 10], "pivot": [1.5, 20, -10.25], "rotation": [0, 0, -20], "uv": [22, 21]}, + {"origin": [-5.5, 20, -11.25], "size": [4, 4, 10], "pivot": [-1.5, 20, -10.25], "rotation": [0, 0, 20], "uv": [0, 31]} + ] + }, + { + "name": "earR", + "parent": "head_thing_f", + "pivot": [-3.5, 21.75, -7.75], + "rotation": [0, 90, -70] + }, + { + "name": "ear_r_base", + "parent": "earR", + "pivot": [-5, 19.25, -4.75], + "rotation": [-7.5, 0, 0], + "cubes": [ + {"origin": [-9, 19.25, -7.75], "size": [8, 6, 3], "uv": [38, 12]} + ] + }, + { + "name": "ear_r_m", + "parent": "ear_r_base", + "pivot": [-5, 25.25, -4.75], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [-7.5, 24.75, -6.75], "size": [5, 2, 2], "uv": [50, 31]} + ] + }, + { + "name": "hairsR", + "parent": "ear_r_m", + "pivot": [-5, 26.75, -5.75], + "cubes": [ + {"origin": [-6.5, 25.75, -5.75], "size": [1, 3, 0], "pivot": [-6, 26.75, -5.75], "rotation": [0, 0, -20], "uv": [2, 21]}, + {"origin": [-5.5, 26.5, -5.75], "size": [1, 3, 0], "uv": [0, 21]}, + {"origin": [-4.5, 25.75, -5.75], "size": [1, 3, 0], "pivot": [-4, 26.75, -5.75], "rotation": [0, 0, 20], "uv": [4, 18]} + ] + }, + { + "name": "earL", + "parent": "head_thing_f", + "pivot": [3.5, 21.75, -7.75], + "rotation": [0, -90, 70] + }, + { + "name": "ear_l_base", + "parent": "earL", + "pivot": [5, 19.25, -4.75], + "rotation": [-7.5, 0, 0], + "cubes": [ + {"origin": [1, 19.25, -7.75], "size": [8, 6, 3], "uv": [34, 35]} + ] + }, + { + "name": "ear_l_m", + "parent": "ear_l_base", + "pivot": [5, 25.25, -4.75], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [2.5, 24.75, -6.75], "size": [5, 2, 2], "uv": [47, 7]} + ] + }, + { + "name": "hairsL", + "parent": "ear_l_m", + "pivot": [5, 26.75, -5.75], + "cubes": [ + {"origin": [3.5, 25.75, -5.75], "size": [1, 3, 0], "pivot": [4, 26.75, -5.75], "rotation": [0, 0, -20], "uv": [2, 18]}, + {"origin": [4.5, 26.5, -5.75], "size": [1, 3, 0], "uv": [0, 18]}, + {"origin": [5.5, 25.75, -5.75], "size": [1, 3, 0], "pivot": [6, 26.75, -5.75], "rotation": [0, 0, 20], "uv": [0, 0]} + ] + }, + { + "name": "eye_r", + "parent": "head", + "pivot": [-3, 18.75, -10.1], + "cubes": [ + {"origin": [-4.5, 17.75, -10.01], "size": [3, 2, 0], "pivot": [-3.5, 18.75, -10.01], "rotation": [0, 0, 7.5], "uv": [6, 9]} + ] + }, + { + "name": "open_r", + "parent": "eye_r", + "pivot": [-2.5, 18.75, -10.1], + "cubes": [ + {"origin": [-3.5, 18.25, -9.99], "size": [2, 0.5, 0], "uv": [1, 79]} + ] + }, + { + "name": "eye_l", + "parent": "head", + "pivot": [0, 14.75, -5], + "cubes": [ + {"origin": [1.5, 17.75, -10.01], "size": [3, 2, 0], "pivot": [3.5, 18.75, -10.01], "rotation": [0, 0, -7.5], "uv": [0, 9]} + ] + }, + { + "name": "open_l", + "parent": "eye_l", + "pivot": [2.5, 18.75, -10], + "cubes": [ + {"origin": [1.5, 18.25, -9.99], "size": [2, 0.5, 0], "uv": [2, 79]} + ] + }, + { + "name": "snout", + "parent": "head", + "pivot": [0, 16.25, -10], + "cubes": [ + {"origin": [-2.5, 15.5, -11], "size": [5, 2, 2], "uv": [53, 0]}, + {"origin": [-0.5, 16.75, -11.01], "size": [1, 0.5, 0], "uv": [3, 79]} + ] + }, + { + "name": "mouth", + "parent": "snout", + "pivot": [0, 16.25, -10], + "cubes": [ + {"origin": [-1, 15.5, -10.99], "size": [2, 1, 0], "uv": [2, 2]} + ] + }, + { + "name": "necklace", + "parent": "neck", + "pivot": [0, 12.25, -2], + "rotation": [12.5, 0, 0], + "cubes": [ + {"origin": [-3, 12.26, -4], "size": [6, 3, 4], "uv": [0, 45]}, + {"origin": [1.51, 12.25, -8], "size": [3, 3, 6], "uv": [38, 44]}, + {"origin": [1.5, 12.26, -11], "size": [3, 3, 3], "pivot": [4.5, 13.25, -8], "rotation": [0, 35, 0], "uv": [50, 44]}, + {"origin": [-4.51, 12.25, -8], "size": [3, 3, 6], "uv": [40, 22]}, + {"origin": [-4.5, 12.26, -11], "size": [3, 3, 3], "pivot": [-4.5, 13.25, -8], "rotation": [0, -35, 0], "uv": [52, 22]} + ] + }, + { + "name": "fr_line", + "parent": "necklace", + "pivot": [-4.5, 13.25, -8], + "rotation": [0, -35, 0], + "cubes": [ + {"origin": [-6.25, 13.25, -8.25], "size": [3, 0, 0.5], "uv": [0, 80], "mirror": true}, + {"origin": [-7, 12.75, -8.5], "size": [1, 1, 1], "uv": [8, 11]} + ] + }, + { + "name": "fl_line", + "parent": "necklace", + "pivot": [4.5, 13.25, -8], + "rotation": [0, -145, 0], + "cubes": [ + {"origin": [2.75, 13.25, -8.25], "size": [3, 0, 0.5], "uv": [0, 79]}, + {"origin": [2, 12.75, -8.5], "size": [1, 1, 1], "uv": [0, 11]} + ] + }, + { + "name": "br_line", + "parent": "necklace", + "pivot": [-4.5, 13.25, -5], + "cubes": [ + {"origin": [-6.25, 13.25, -5.25], "size": [3, 0, 0.5], "uv": [0, 80]}, + {"origin": [-7, 12.75, -5.5], "size": [1, 1, 1], "uv": [4, 11]} + ] + }, + { + "name": "br_line2", + "parent": "necklace", + "pivot": [4.5, 13.25, -5], + "rotation": [0, 180, 0], + "cubes": [ + {"origin": [2.75, 13.25, -5.25], "size": [3, 0, 0.5], "uv": [0, 79]}, + {"origin": [2, 12.75, -5.5], "size": [1, 1, 1], "uv": [9, 0]} + ] + }, + { + "name": "thigh_fr", + "parent": "body", + "pivot": [-2, 9, -4.5], + "cubes": [ + {"origin": [-3.5, 5, -6], "size": [3, 5, 3], "uv": [41, 53]} + ] + }, + { + "name": "foot_fr", + "parent": "thigh_fr", + "pivot": [-2, 5.5, -4.5], + "cubes": [ + {"origin": [-3, 0, -5.5], "size": [2, 6, 2], "uv": [19, 58]} + ] + }, + { + "name": "thigh_fl", + "parent": "body", + "pivot": [2, 9, -4.5], + "cubes": [ + {"origin": [0.5, 5, -6], "size": [3, 5, 3], "uv": [29, 50]} + ] + }, + { + "name": "foot_fl", + "parent": "thigh_fl", + "pivot": [2, 5.5, -4.5], + "cubes": [ + {"origin": [1, 0, -5.5], "size": [2, 6, 2], "uv": [56, 35]} + ] + }, + { + "name": "thigh_br", + "parent": "body", + "pivot": [-2.25, 10, 5], + "cubes": [ + {"origin": [-3.75, 5, 3.5], "size": [3, 6, 3], "uv": [17, 49]} + ] + }, + { + "name": "foot_br", + "parent": "thigh_br", + "pivot": [-2.25, 5.5, 5], + "cubes": [ + {"origin": [-3.25, 0, 4], "size": [2, 6, 2], "uv": [53, 56]} + ] + }, + { + "name": "thigh_bl", + "parent": "body", + "pivot": [2.25, 10, 5], + "cubes": [ + {"origin": [0.75, 5, 3.5], "size": [3, 6, 3], "uv": [0, 0]} + ] + }, + { + "name": "foot_bl", + "parent": "thigh_bl", + "pivot": [2.25, 5.5, 5], + "cubes": [ + {"origin": [1.25, 0, 4], "size": [2, 6, 2], "uv": [0, 31]} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [0, 12.25, 5], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [-0.5, 11.49118, 4.96593], "size": [1, 1, 4], "uv": [18, 35]} + ] + }, + { + "name": "tail_end", + "parent": "tail", + "pivot": [0, 12.25, 8], + "rotation": [45, 0, 0], + "cubes": [ + {"origin": [-0.5, 10.88397, 8.5], "size": [1, 1, 5], "uv": [9, 54]} + ] + }, + { + "name": "tail_bulb", + "parent": "tail_end", + "pivot": [0, 12.25, 12], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [-1.5, 9.81031, 12.34202], "size": [3, 3, 4], "uv": [0, 52]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/delibird.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/delibird.geo.json new file mode 100644 index 0000000..b3d9d39 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/delibird.geo.json @@ -0,0 +1,211 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.Delibird", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "delibird", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "delibird", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-5, 1.5, 0], "size": [10, 7, 5], "uv": [0, 0]}, + {"origin": [-4, 5, 0.5], "size": [8, 8, 4], "uv": [22, 20]}, + {"origin": [-0.5, 3.5, 0], "size": [1, 2, 0], "inflate": 0.01, "uv": [0, 24]} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 13, 3], + "cubes": [ + {"origin": [-3.5, 13, -0.5], "size": [7, 6, 6], "uv": [0, 12]} + ] + }, + { + "name": "bone11", + "parent": "head", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-5, 14.5, -0.51], "size": [10, 3, 0], "uv": [40, 9]}, + {"origin": [-3.5, 14, -0.51], "size": [3, 3, 0], "inflate": 0.01, "uv": [0, 12]}, + {"origin": [0.5, 15, -0.51], "size": [1, 1, 0], "inflate": 0.03, "uv": [0, 4]}, + {"origin": [12, 10.5, -0.51], "size": [6, 2, 0], "pivot": [0, 0, 0], "rotation": [0, 0, -45], "uv": [42, 51]}, + {"origin": [0.5, 14.5, -0.51], "size": [2, 2, 0], "inflate": 0.02, "uv": [0, 0]}, + {"origin": [-2.5, 14.5, -0.51], "size": [2, 2, 0], "inflate": 0.02, "uv": [0, 2]}, + {"origin": [-18, 10.5, -0.51], "size": [6, 2, 0], "pivot": [0, 0, 0], "rotation": [0, 0, 45], "uv": [0, 51]}, + {"origin": [9, 17.5, -0.51], "size": [3, 1, 0], "pivot": [0, 0, 0], "rotation": [0, 0, -15], "uv": [25, 46]}, + {"origin": [-12, 17.5, -0.51], "size": [3, 1, 0], "pivot": [0, 0, 0], "rotation": [0, 0, 15], "uv": [20, 17]}, + {"origin": [-1.5, 15, -0.51], "size": [1, 1, 0], "inflate": 0.03, "uv": [0, 4], "mirror": true}, + {"origin": [19, 0.5, -0.51], "size": [3, 1, 0], "pivot": [0, 0, 0], "rotation": [0, 0, -80], "uv": [9, 44]}, + {"origin": [-20, 10.5, -0.51], "size": [2, 2, 0], "pivot": [0, 0, 0], "rotation": [0, 0, 45], "uv": [30, 5]}, + {"origin": [18, 10.5, -0.51], "size": [2, 2, 0], "pivot": [0, 0, 0], "rotation": [0, 0, -45], "uv": [30, 5], "mirror": true}, + {"origin": [-22, 0.5, -0.51], "size": [3, 1, 0], "pivot": [0, 0, 0], "rotation": [0, 0, 80], "uv": [42, 22]}, + {"origin": [0.5, 14, -0.51], "size": [3, 3, 0], "inflate": 0.01, "uv": [0, 15]} + ] + }, + { + "name": "bone10", + "parent": "head", + "pivot": [0, 1, 0], + "cubes": [ + {"origin": [-1, 14, -2.5], "size": [2, 1, 6], "uv": [42, 17]}, + {"origin": [0, 14, -3.5], "size": [0, 1, 6], "inflate": -0.01, "uv": [0, 28]}, + {"origin": [-1, 13.5, -2], "size": [2, 1, 6], "inflate": -0.01, "uv": [30, 41]}, + {"origin": [-0.5, 14, -3], "size": [1, 1, 6], "inflate": -0.01, "uv": [40, 42]} + ] + }, + { + "name": "beard", + "parent": "head", + "pivot": [0, 1, 0], + "cubes": [ + {"origin": [-3.5, 12, -0.75], "size": [7, 1, 0], "pivot": [0, 1, 0], "rotation": [-5, 0, 0], "uv": [25, 4]}, + {"origin": [-4, 9.75, -2.75], "size": [8, 2, 0], "pivot": [0, 1, 0], "rotation": [-15, 0, 0], "uv": [38, 49]}, + {"origin": [-1, 8.25, -2.75], "size": [3, 2, 0], "pivot": [0, 1, 0], "rotation": [-14.33501, 4.46375, 16.93839], "uv": [9, 46]}, + {"origin": [3, 4.75, -2.75], "size": [3, 2, 0], "pivot": [0, 1, 0], "rotation": [-7.05309, -13.27207, -61.67841], "uv": [40, 45]}, + {"origin": [3.5, -0.5, -2.75], "size": [4, 3, 0], "pivot": [0, 1, 0], "rotation": [0, -15, -90], "uv": [12, 34]}, + {"origin": [-2, 8.25, -2.75], "size": [3, 2, 0], "pivot": [0, 1, 0], "rotation": [-14.33501, -4.46375, -16.93839], "uv": [0, 39]}, + {"origin": [-6, 4.75, -2.75], "size": [3, 2, 0], "pivot": [0, 1, 0], "rotation": [-7.05309, 13.27207, 61.67841], "uv": [0, 37]}, + {"origin": [-2.5, 8, -3], "size": [5, 6, 1], "pivot": [0, 1, 0], "rotation": [-15, 0, 0], "uv": [48, 41]} + ] + }, + { + "name": "bag", + "parent": "torso", + "pivot": [0, 4, 5], + "cubes": [ + {"origin": [-1, 2.5, 1], "size": [2, 2, 5], "uv": [46, 24]} + ] + }, + { + "name": "bone3", + "parent": "bag", + "pivot": [0, 4, 6], + "cubes": [ + {"origin": [-2, 1.5, 6], "size": [4, 4, 3], "uv": [14, 46]} + ] + }, + { + "name": "bone4", + "parent": "bone3", + "pivot": [0, 4, 9], + "cubes": [ + {"origin": [-2.5, 1, 9], "size": [5, 5, 4], "uv": [40, 0]} + ] + }, + { + "name": "bone6", + "parent": "bone4", + "pivot": [0, 4, 12], + "cubes": [ + {"origin": [-3, 0.5, 12], "size": [6, 6, 4], "uv": [0, 24]} + ] + }, + { + "name": "bone7", + "parent": "bone6", + "pivot": [0, 3, 16], + "cubes": [ + {"origin": [-2.5, 1, 13], "size": [5, 5, 4], "uv": [35, 32]} + ] + }, + { + "name": "bone8", + "parent": "bone7", + "pivot": [0, 4, 17], + "cubes": [ + {"origin": [-1.5, 2, 17], "size": [3, 3, 6], "uv": [0, 35]} + ] + }, + { + "name": "bone9", + "parent": "bone8", + "pivot": [0, 3, 23], + "cubes": [ + {"origin": [-1, 2.5, 23], "size": [2, 2, 5], "uv": [0, 44]}, + {"origin": [-4.5, -6.25, 25], "size": [2, 0, 3], "pivot": [0, 0, 0], "rotation": [15, 0, 90], "uv": [27, 34]}, + {"origin": [2.5, -6.25, 25], "size": [2, 0, 3], "pivot": [0, 0, 0], "rotation": [15, 0, -90], "uv": [17, 14]}, + {"origin": [-1, 9.75, 24], "size": [2, 0, 3], "pivot": [0, 0, 0], "rotation": [-15, 0, 0], "uv": [39, 19]}, + {"origin": [-1, -3, 26], "size": [2, 0, 3], "pivot": [0, 0, 0], "rotation": [15, 0, 0], "uv": [43, 26]} + ] + }, + { + "name": "wing_right", + "parent": "torso", + "pivot": [-4, 12, 2], + "cubes": [ + {"origin": [-15.5, 12.5, 0.5], "size": [5, 0, 4], "uv": [21, 60], "mirror": true}, + {"origin": [-10.5, 12, 0.5], "size": [7, 1, 4], "inflate": 0.01, "uv": [14, 41], "mirror": true} + ] + }, + { + "name": "wing_left", + "parent": "torso", + "pivot": [4, 12, 2], + "cubes": [ + {"origin": [3.5, 12, 0.5], "size": [7, 1, 4], "inflate": 0.01, "uv": [14, 41]} + ] + }, + { + "name": "bone14", + "parent": "wing_left", + "pivot": [11, 13, 3], + "cubes": [ + {"origin": [10.5, 12.5, 0.5], "size": [5, 0, 4], "uv": [21, 60]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-5, 5, 2], + "cubes": [ + {"origin": [-6, 1, -0.5], "size": [5, 4, 5], "pivot": [0, 0, 1], "rotation": [-5, 0, 0], "uv": [25, 7]} + ] + }, + { + "name": "foot_right", + "parent": "leg_right", + "pivot": [-3, 1, 3], + "cubes": [ + {"origin": [-5, 0, 0], "size": [3, 1, 4], "uv": [28, 48]}, + {"origin": [-5, 0, -2], "size": [3, 0, 4], "uv": [12, 24]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [3, 5, 2], + "cubes": [ + {"origin": [1, 1, -0.5], "size": [5, 4, 5], "pivot": [0, 0, 1], "rotation": [-5, 0, 0], "uv": [15, 32]} + ] + }, + { + "name": "foot_left", + "parent": "leg_left", + "pivot": [3, 1, 3], + "cubes": [ + {"origin": [2, 0, 0], "size": [3, 1, 4], "uv": [49, 31]}, + {"origin": [2, 0, -2], "size": [3, 0, 4], "uv": [36, 41]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/deoxys/deoxys.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/deoxys/deoxys.geo.json new file mode 100644 index 0000000..6b81ee7 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/deoxys/deoxys.geo.json @@ -0,0 +1,669 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 8, + "visible_bounds_height": 5.5, + "visible_bounds_offset": [0, 2.25, 0] + }, + "bones": [ + { + "name": "deoxys", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "deoxys", + "pivot": [0, 45.82143, 3.14286], + "cubes": [ + {"origin": [-4, 41.75, -2], "size": [8, 7, 7], "uv": [54, 46]}, + {"origin": [-5, 43.5, -3], "size": [10, 7, 9], "uv": [0, 22]}, + {"origin": [-2, 46.5, -0.25], "size": [4, 7, 4], "uv": [82, 63]}, + {"origin": [-2.5, 37.75, -1], "size": [5, 6, 5], "uv": [0, 72]}, + {"origin": [1, 44.25, 4.25], "size": [2, 2, 2], "inflate": -0.1, "uv": [32, 101]}, + {"origin": [-3, 44.25, 4.25], "size": [2, 2, 2], "inflate": -0.1, "uv": [50, 101]}, + {"origin": [-1, 46.25, 4.25], "size": [2, 2, 2], "inflate": -0.1, "uv": [40, 101]} + ] + }, + { + "name": "chestdetail", + "parent": "body", + "pivot": [0.5, 45.74536, 1.96954], + "cubes": [ + {"origin": [-3, 43.49536, -3.03046], "size": [2, 6, 0], "pivot": [-3, 46.49536, -3.03046], "rotation": [0, -45, 0], "uv": [0, 22]}, + {"origin": [-3, 47.5, -3], "size": [6, 2, 0], "pivot": [0, 49.5, -3], "rotation": [45, 0, 0], "uv": [40, 0]}, + {"origin": [1, 43.49536, -3.03046], "size": [2, 6, 0], "pivot": [3, 46.49536, -3.03046], "rotation": [0, 45, 0], "uv": [4, 22]}, + {"origin": [-3, 43.5, -3], "size": [6, 2, 0], "pivot": [0, 43.5, -3], "rotation": [-45, 0, 0], "uv": [18, 50]}, + {"origin": [-2, 44.5, -2.5], "size": [4, 4, 2], "uv": [48, 46]} + ] + }, + { + "name": "collar", + "parent": "body", + "pivot": [-0.5, 45.74536, 1.96954], + "cubes": [ + {"origin": [-3.5, 48.04429, 3.21505], "size": [7, 2, 3], "uv": [81, 0]}, + {"origin": [-3.5, 49.24768, -2.89023], "size": [7, 2, 9], "pivot": [-0.5, 50.24768, 1.60977], "rotation": [10, 0, 0], "uv": [58, 0]} + ] + }, + { + "name": "hips", + "parent": "body", + "pivot": [0, 38.25, 1.5], + "cubes": [ + {"origin": [-4.5, 32.75, -2], "size": [9, 5, 7], "uv": [56, 19]}, + {"origin": [-5, 34.75, -2.5], "size": [10, 4, 8], "uv": [0, 38]}, + {"origin": [-4, 33.76695, 5.51955], "size": [8, 5, 2], "pivot": [0, 38.80762, 5.46717], "rotation": [-27.5, 0, 0], "uv": [77, 46]} + ] + }, + { + "name": "left_humanarm", + "parent": "body", + "pivot": [5, 48.25, 2] + }, + { + "name": "left_bicep", + "parent": "left_humanarm", + "pivot": [0, 13.25, -1], + "cubes": [ + {"origin": [5, 47.25, -0.25], "size": [10, 2, 4], "uv": [20, 68]}, + {"origin": [5, 49.265, 0.25], "size": [10, 0, 3], "uv": [72, 60]} + ] + }, + { + "name": "left_forearm", + "parent": "left_bicep", + "pivot": [15, 48.25, 1.75], + "cubes": [ + {"origin": [15, 47.25, -0.25], "size": [11, 2, 4], "uv": [65, 37]} + ] + }, + { + "name": "left_hand", + "parent": "left_forearm", + "pivot": [26, 48.25, 1.75], + "cubes": [ + {"origin": [26, 49.02, 0.25], "size": [4, 0, 3], "uv": [26, 28]}, + {"origin": [26, 47, -0.25], "size": [4, 2, 4], "uv": [84, 53]} + ] + }, + { + "name": "left_index1", + "parent": "left_hand", + "pivot": [30, 48.25, 0.25], + "cubes": [ + {"origin": [30, 47.75, -0.25], "size": [2, 1, 1], "uv": [54, 60]} + ] + }, + { + "name": "left_index2", + "parent": "left_index1", + "pivot": [32, 48.25, 0.25], + "cubes": [ + {"origin": [32, 47.75, -0.25], "size": [2, 1, 1], "uv": [0, 44]} + ] + }, + { + "name": "left_middle1", + "parent": "left_hand", + "pivot": [30, 48.25, 1.25], + "cubes": [ + {"origin": [30, 47.75, 0.75], "size": [2, 1, 1], "uv": [24, 58]} + ] + }, + { + "name": "left_middle2", + "parent": "left_middle1", + "pivot": [32, 48.25, 1.25], + "cubes": [ + {"origin": [32, 47.75, 0.75], "size": [2, 1, 1], "uv": [52, 0]} + ] + }, + { + "name": "left_ring1", + "parent": "left_hand", + "pivot": [30, 48.25, 2.25], + "cubes": [ + {"origin": [30, 47.75, 1.75], "size": [2, 1, 1], "uv": [24, 56]} + ] + }, + { + "name": "left_ring2", + "parent": "left_ring1", + "pivot": [32, 48.25, 2.25], + "cubes": [ + {"origin": [32, 47.75, 1.75], "size": [2, 1, 1], "uv": [24, 52]} + ] + }, + { + "name": "left_pinky1", + "parent": "left_hand", + "pivot": [30, 48.25, 3.25], + "cubes": [ + {"origin": [30, 47.75, 2.75], "size": [2, 1, 1], "uv": [55, 19]} + ] + }, + { + "name": "left_pinky2", + "parent": "left_pinky1", + "pivot": [32, 48.25, 3.25], + "cubes": [ + {"origin": [32, 47.75, 2.75], "size": [2, 1, 1], "uv": [18, 54]} + ] + }, + { + "name": "left_thumb", + "parent": "left_hand", + "pivot": [28, 48, -0.25], + "cubes": [ + {"origin": [27.5, 47.5, -3.25], "size": [1, 1, 3], "uv": [0, 4]} + ] + }, + { + "name": "right_humanarm", + "parent": "body", + "pivot": [-5, 48.25, 2] + }, + { + "name": "right_bicep", + "parent": "right_humanarm", + "pivot": [0, 13.25, -1], + "cubes": [ + {"origin": [-15, 49.265, 0.25], "size": [10, 0, 3], "uv": [72, 60], "mirror": true}, + {"origin": [-15, 47.25, -0.25], "size": [10, 2, 4], "uv": [20, 68], "mirror": true} + ] + }, + { + "name": "right_forearm", + "parent": "right_bicep", + "pivot": [-15, 48.25, 1.75], + "cubes": [ + {"origin": [-26, 47.25, -0.25], "size": [11, 2, 4], "uv": [65, 37], "mirror": true} + ] + }, + { + "name": "right_hand", + "parent": "right_forearm", + "pivot": [-26, 48.25, 1.75], + "cubes": [ + {"origin": [-30, 49.02, 0.25], "size": [4, 0, 3], "uv": [26, 28], "mirror": true}, + {"origin": [-30, 47, -0.25], "size": [4, 2, 4], "uv": [84, 53], "mirror": true} + ] + }, + { + "name": "right_index1", + "parent": "right_hand", + "pivot": [-30, 48.25, 0.25], + "cubes": [ + {"origin": [-32, 47.75, -0.25], "size": [2, 1, 1], "uv": [54, 60], "mirror": true} + ] + }, + { + "name": "right_index2", + "parent": "right_index1", + "pivot": [-32, 48.25, 0.25], + "cubes": [ + {"origin": [-34, 47.75, -0.25], "size": [2, 1, 1], "uv": [0, 44], "mirror": true} + ] + }, + { + "name": "right_middle1", + "parent": "right_hand", + "pivot": [-30, 48.25, 1.25], + "cubes": [ + {"origin": [-32, 47.75, 0.75], "size": [2, 1, 1], "uv": [24, 58], "mirror": true} + ] + }, + { + "name": "right_middle2", + "parent": "right_middle1", + "pivot": [-32, 48.25, 1.25], + "cubes": [ + {"origin": [-34, 47.75, 0.75], "size": [2, 1, 1], "uv": [52, 0], "mirror": true} + ] + }, + { + "name": "right_ring1", + "parent": "right_hand", + "pivot": [-30, 48.25, 2.25], + "cubes": [ + {"origin": [-32, 47.75, 1.75], "size": [2, 1, 1], "uv": [24, 56], "mirror": true} + ] + }, + { + "name": "right_ring2", + "parent": "right_ring1", + "pivot": [-32, 48.25, 2.25], + "cubes": [ + {"origin": [-34, 47.75, 1.75], "size": [2, 1, 1], "uv": [24, 52], "mirror": true} + ] + }, + { + "name": "right_pinky1", + "parent": "right_hand", + "pivot": [-30, 48.25, 3.25], + "cubes": [ + {"origin": [-32, 47.75, 2.75], "size": [2, 1, 1], "uv": [55, 19], "mirror": true} + ] + }, + { + "name": "right_pinky2", + "parent": "right_pinky1", + "pivot": [-32, 48.25, 3.25], + "cubes": [ + {"origin": [-34, 47.75, 2.75], "size": [2, 1, 1], "uv": [18, 54], "mirror": true} + ] + }, + { + "name": "right_thumb", + "parent": "right_hand", + "pivot": [-28, 48, -0.25], + "cubes": [ + {"origin": [-28.5, 47.5, -3.25], "size": [1, 1, 3], "uv": [0, 4], "mirror": true} + ] + }, + { + "name": "left_arm", + "parent": "body", + "pivot": [5, 48.25, 1.5] + }, + { + "name": "leftarm_red1", + "parent": "left_arm", + "pivot": [5, 49.25, 1.5], + "cubes": [ + {"origin": [4, 48.25, 0.5], "size": [8, 2, 2], "uv": [82, 31]} + ] + }, + { + "name": "leftarm_red2", + "parent": "leftarm_red1", + "pivot": [12, 49.25, 1.5], + "rotation": [0, 10, 12.5], + "cubes": [ + {"origin": [12, 48.25, 0.5], "size": [7, 2, 2], "uv": [98, 90]} + ] + }, + { + "name": "leftarm_red3", + "parent": "leftarm_red2", + "pivot": [19, 49.25, 1.5], + "rotation": [0, -10, 0], + "cubes": [ + {"origin": [19, 48.25, 0.5], "size": [7, 2, 2], "uv": [98, 67]} + ] + }, + { + "name": "leftarm_red4", + "parent": "leftarm_red3", + "pivot": [26, 49.25, 1.5], + "rotation": [0, -7.5, -12.5], + "cubes": [ + {"origin": [26, 48.25, 0.5], "size": [7, 2, 2], "uv": [98, 57]} + ] + }, + { + "name": "leftarm_red5", + "parent": "leftarm_red4", + "pivot": [33, 49.25, 1.5], + "rotation": [0, -7.5, -12.5], + "cubes": [ + {"origin": [33, 48.25, 0.5], "size": [7, 2, 2], "uv": [96, 51]} + ] + }, + { + "name": "leftarm_red6", + "parent": "leftarm_red5", + "pivot": [40, 49.25, 1.5], + "rotation": [0, 12.5, 0], + "cubes": [ + {"origin": [40, 48.25, 0.5], "size": [7, 2, 2], "uv": [0, 95]} + ] + }, + { + "name": "leftarm_red7", + "parent": "leftarm_red6", + "pivot": [47, 49.25, 1.5], + "rotation": [0, 12.5, 12.5], + "cubes": [ + {"origin": [47, 48.25, 0.5], "size": [7, 2, 2], "pivot": [47, 49.25, 1.5], "rotation": [0, 0, -5], "uv": [18, 95]} + ] + }, + { + "name": "leftarm_blue1", + "parent": "left_arm", + "pivot": [5, 46.25, 1.5], + "cubes": [ + {"origin": [4, 45.25, 0.5], "size": [8, 2, 2], "uv": [81, 21]} + ] + }, + { + "name": "leftarm_blue2", + "parent": "leftarm_blue1", + "pivot": [12, 46.25, 1.5], + "rotation": [0, -10, -12.5], + "cubes": [ + {"origin": [12, 45.25, 0.5], "size": [7, 2, 2], "uv": [97, 45]} + ] + }, + { + "name": "leftarm_blue3", + "parent": "leftarm_blue2", + "pivot": [19, 46.25, 1.5], + "rotation": [0, 10, 0], + "cubes": [ + {"origin": [19, 45.25, 0.5], "size": [7, 2, 2], "uv": [80, 96]} + ] + }, + { + "name": "leftarm_blue4", + "parent": "leftarm_blue3", + "pivot": [26, 46.25, 1.5], + "rotation": [0, 7.5, 12.5], + "cubes": [ + {"origin": [26, 45.25, 0.5], "size": [7, 2, 2], "uv": [62, 96]} + ] + }, + { + "name": "leftarm_blue5", + "parent": "leftarm_blue4", + "pivot": [33, 46.25, 1.5], + "rotation": [0, 7.5, 12.5], + "cubes": [ + {"origin": [33, 45.25, 0.5], "size": [7, 2, 2], "uv": [95, 86]} + ] + }, + { + "name": "leftarm_blue6", + "parent": "leftarm_blue5", + "pivot": [40, 46.25, 1.5], + "rotation": [0, -12.5, 0], + "cubes": [ + {"origin": [40, 45.25, 0.5], "size": [7, 2, 2], "uv": [95, 82]} + ] + }, + { + "name": "leftarm_blue7", + "parent": "leftarm_blue6", + "pivot": [47, 46.25, 1.5], + "rotation": [0, -12.5, -12.5], + "cubes": [ + {"origin": [47, 45.25, 0.5], "size": [7, 2, 2], "pivot": [47, 46.25, 1.5], "rotation": [0, 0, 7.5], "uv": [95, 13]} + ] + }, + { + "name": "right_arm", + "parent": "body", + "pivot": [-5, 48.25, 1.5] + }, + { + "name": "rightarm_red1", + "parent": "right_arm", + "pivot": [-5, 49.25, 1.5], + "cubes": [ + {"origin": [-12, 48.25, 0.5], "size": [8, 2, 2], "uv": [82, 31], "mirror": true} + ] + }, + { + "name": "rightarm_red2", + "parent": "rightarm_red1", + "pivot": [-12, 49.25, 1.5], + "rotation": [0, -10, -12.5], + "cubes": [ + {"origin": [-19, 48.25, 0.5], "size": [7, 2, 2], "uv": [98, 90], "mirror": true} + ] + }, + { + "name": "rightarm_red3", + "parent": "rightarm_red2", + "pivot": [-19, 49.25, 1.5], + "rotation": [0, 10, 0], + "cubes": [ + {"origin": [-26, 48.25, 0.5], "size": [7, 2, 2], "uv": [98, 67], "mirror": true} + ] + }, + { + "name": "rightarm_red4", + "parent": "rightarm_red3", + "pivot": [-26, 49.25, 1.5], + "rotation": [0, 7.5, 12.5], + "cubes": [ + {"origin": [-33, 48.25, 0.5], "size": [7, 2, 2], "uv": [98, 57], "mirror": true} + ] + }, + { + "name": "rightarm_red5", + "parent": "rightarm_red4", + "pivot": [-33, 49.25, 1.5], + "rotation": [0, 7.5, 12.5], + "cubes": [ + {"origin": [-40, 48.25, 0.5], "size": [7, 2, 2], "uv": [96, 51], "mirror": true} + ] + }, + { + "name": "rightarm_red6", + "parent": "rightarm_red5", + "pivot": [-40, 49.25, 1.5], + "rotation": [0, -12.5, 0], + "cubes": [ + {"origin": [-47, 48.25, 0.5], "size": [7, 2, 2], "uv": [0, 95], "mirror": true} + ] + }, + { + "name": "rightarm_red7", + "parent": "rightarm_red6", + "pivot": [-47, 49.25, 1.5], + "rotation": [0, -12.5, -12.5], + "cubes": [ + {"origin": [-54, 48.25, 0.5], "size": [7, 2, 2], "pivot": [-47, 49.25, 1.5], "rotation": [0, 0, 5], "uv": [18, 95], "mirror": true} + ] + }, + { + "name": "rightarm_blue1", + "parent": "right_arm", + "pivot": [-5, 46.25, 1.5], + "cubes": [ + {"origin": [-12, 45.25, 0.5], "size": [8, 2, 2], "uv": [81, 21], "mirror": true} + ] + }, + { + "name": "rightarm_blue2", + "parent": "rightarm_blue1", + "pivot": [-12, 46.25, 1.5], + "rotation": [0, 10, 12.5], + "cubes": [ + {"origin": [-19, 45.25, 0.5], "size": [7, 2, 2], "uv": [97, 45], "mirror": true} + ] + }, + { + "name": "rightarm_blue3", + "parent": "rightarm_blue2", + "pivot": [-19, 46.25, 1.5], + "rotation": [0, -10, 0], + "cubes": [ + {"origin": [-26, 45.25, 0.5], "size": [7, 2, 2], "uv": [80, 96], "mirror": true} + ] + }, + { + "name": "rightarm_blue4", + "parent": "rightarm_blue3", + "pivot": [-26, 46.25, 1.5], + "rotation": [0, -7.5, -12.5], + "cubes": [ + {"origin": [-33, 45.25, 0.5], "size": [7, 2, 2], "uv": [62, 96], "mirror": true} + ] + }, + { + "name": "rightarm_blue5", + "parent": "rightarm_blue4", + "pivot": [-33, 46.25, 1.5], + "rotation": [0, -7.5, -12.5], + "cubes": [ + {"origin": [-40, 45.25, 0.5], "size": [7, 2, 2], "uv": [95, 86], "mirror": true} + ] + }, + { + "name": "rightarm_blue6", + "parent": "rightarm_blue5", + "pivot": [-40, 46.25, 1.5], + "rotation": [0, 12.5, 0], + "cubes": [ + {"origin": [-47, 45.25, 0.5], "size": [7, 2, 2], "uv": [95, 82], "mirror": true} + ] + }, + { + "name": "rightarm_blue7", + "parent": "rightarm_blue6", + "pivot": [-47, 46.25, 1.5], + "rotation": [0, 12.5, 12.5], + "cubes": [ + {"origin": [-54, 45.25, 0.5], "size": [7, 2, 2], "pivot": [-47, 46.25, 1.5], "rotation": [0, 0, -5], "uv": [95, 13], "mirror": true} + ] + }, + { + "name": "head", + "parent": "body", + "pivot": [0, 53.75506, 2.4037], + "cubes": [ + {"origin": [-4.5, 53.5, -3], "size": [9, 8, 9], "uv": [29, 29]}, + {"origin": [-3.5, 52.75, -3.25], "size": [7, 8, 9], "uv": [35, 2]}, + {"origin": [-3.5, 52.67083, 5.78609], "size": [7, 5, 1], "pivot": [0, 52.60809, 5.54355], "rotation": [20, 0, 0], "uv": [16, 99]}, + {"origin": [-3.5, 60.5, -2], "size": [7, 2, 7], "uv": [54, 60]} + ] + }, + { + "name": "ears", + "parent": "head", + "pivot": [0, 24.25, -2], + "cubes": [ + {"origin": [-9.82845, 55.42912, 0.5], "size": [6, 4, 2], "uv": [94, 61]}, + {"origin": [3.82845, 55.42912, 0.5], "size": [6, 4, 2], "uv": [98, 94]}, + {"origin": [-9.65138, 54.98478, 0.5], "size": [6, 4, 2], "inflate": -0.01, "pivot": [-4.65138, 57.23478, 2], "rotation": [0, 0, 5], "uv": [46, 93]}, + {"origin": [3.65138, 54.98478, 0.5], "size": [6, 4, 2], "inflate": -0.01, "pivot": [4.65138, 57.23478, 2], "rotation": [0, 0, -5], "uv": [0, 99]}, + {"origin": [5, 56.75, 0.5], "size": [4, 1, 1], "inflate": 0.01, "uv": [0, 8]}, + {"origin": [-9, 56.75, 0.5], "size": [4, 1, 1], "inflate": 0.01, "uv": [0, 19]} + ] + }, + { + "name": "lefteye", + "parent": "head", + "pivot": [2.3517, 57.16453, -2.368], + "rotation": [0, 0, -12.55], + "cubes": [ + {"origin": [3, 57, -3.25], "size": [1, 1, 2], "inflate": 0.01, "uv": [38, 6], "mirror": true}, + {"origin": [1.5, 56, -3.25], "size": [2, 2, 2], "inflate": 0.01, "uv": [0, 11], "mirror": true}, + {"origin": [1.6, 57, -3.7], "size": [1, 1, 2], "inflate": -0.3, "pivot": [2, 57.5, -2.75], "rotation": [0, 0, 10], "uv": [0, 28], "mirror": true}, + {"origin": [1.66, 56.84, -3.1], "size": [1, 1, 2], "inflate": 0.17, "uv": [0, 38], "mirror": true}, + {"origin": [1, 56, -3.25], "size": [1, 1, 2], "inflate": 0.01, "uv": [0, 41], "mirror": true} + ] + }, + { + "name": "righteye", + "parent": "head", + "pivot": [-2.3517, 57.16453, -2.368], + "rotation": [0, 0, 12.55], + "cubes": [ + {"origin": [-3.5, 56, -3.25], "size": [2, 2, 2], "inflate": 0.01, "uv": [0, 11]}, + {"origin": [-4, 57, -3.25], "size": [1, 1, 2], "inflate": 0.01, "uv": [38, 6]}, + {"origin": [-2.66, 56.84, -3.1], "size": [1, 1, 2], "inflate": 0.17, "uv": [0, 38]}, + {"origin": [-2, 56, -3.25], "size": [1, 1, 2], "inflate": 0.01, "uv": [0, 41]}, + {"origin": [-2.6, 57, -3.7], "size": [1, 1, 2], "inflate": -0.3, "pivot": [-2, 57.5, -2.75], "rotation": [0, 0, -10], "uv": [0, 28]} + ] + }, + { + "name": "eyelids", + "parent": "head", + "pivot": [0, 55.75506, 3.4037] + }, + { + "name": "righteyelid", + "parent": "eyelids", + "pivot": [0, 57, -1.25], + "cubes": [ + {"origin": [-3.25, 56, -2.25], "size": [2, 1, 2], "inflate": 0.01, "pivot": [-2.5, 57, -1.25], "rotation": [0, 0, 12.5], "uv": [102, 2]} + ] + }, + { + "name": "lefteyelid", + "parent": "eyelids", + "pivot": [0, 57, -1.25], + "cubes": [ + {"origin": [1.25, 56, -2.25], "size": [2, 1, 2], "inflate": 0.01, "pivot": [2.5, 57, -1.25], "rotation": [0, 0, -12.5], "uv": [102, 2], "mirror": true} + ] + }, + { + "name": "leftleg", + "parent": "deoxys", + "pivot": [4, 34, 1.5] + }, + { + "name": "left_thigh", + "parent": "leftleg", + "pivot": [-3, 12, -2.5], + "cubes": [ + {"origin": [2.5, 19.25, -1.5], "size": [6, 16, 6], "uv": [0, 50], "mirror": true} + ] + }, + { + "name": "leftlegguard", + "parent": "left_thigh", + "pivot": [5.82322, 33.06975, 1.5], + "rotation": [0, 12.5, 0], + "cubes": [ + {"origin": [-2, 33, -3.5], "size": [12, 1, 10], "pivot": [6, 35.25, 1.5], "rotation": [0, 0, -45], "uv": [0, 0], "mirror": true}, + {"origin": [-1.10907, 33.07031, -2.5], "size": [1, 0, 8], "pivot": [5.82322, 32.5026, 1.5], "rotation": [0, 0, -45], "uv": [0, 11], "mirror": true}, + {"origin": [11.89093, 33.07031, -2.5], "size": [3, 0, 8], "pivot": [5.82322, 32.5026, 1.5], "rotation": [0, 0, -45], "uv": [26, 0], "mirror": true} + ] + }, + { + "name": "left_calf", + "parent": "left_thigh", + "pivot": [5.5, 20, 1.25], + "cubes": [ + {"origin": [3, 11, -1], "size": [5, 9, 5], "uv": [43, 69], "mirror": true}, + {"origin": [3.5, 3, -0.5], "size": [4, 9, 4], "uv": [79, 79], "mirror": true}, + {"origin": [4, 0, 0], "size": [3, 9, 3], "uv": [0, 83], "mirror": true} + ] + }, + { + "name": "rightleg", + "parent": "deoxys", + "pivot": [-4, 34, 1.5] + }, + { + "name": "right_thigh", + "parent": "rightleg", + "pivot": [3, 12, -2.5], + "cubes": [ + {"origin": [-8.5, 19.25, -1.5], "size": [6, 16, 6], "uv": [0, 50]} + ] + }, + { + "name": "rightlegguard", + "parent": "right_thigh", + "pivot": [-5.82322, 33.06975, 1.5], + "rotation": [0, -12.5, 0], + "cubes": [ + {"origin": [0.10907, 33.07031, -2.5], "size": [1, 0, 8], "pivot": [-5.82322, 32.5026, 1.5], "rotation": [0, 0, 45], "uv": [0, 11]}, + {"origin": [-14.89093, 33.07031, -2.5], "size": [3, 0, 8], "pivot": [-5.82322, 32.5026, 1.5], "rotation": [0, 0, 45], "uv": [26, 0]}, + {"origin": [-10, 33, -3.5], "size": [12, 1, 10], "pivot": [-6, 35.25, 1.5], "rotation": [0, 0, 45], "uv": [0, 0]} + ] + }, + { + "name": "right_calf", + "parent": "right_thigh", + "pivot": [-5.5, 20, 1.25], + "cubes": [ + {"origin": [-8, 11, -1], "size": [5, 9, 5], "uv": [43, 69]}, + {"origin": [-7.5, 3, -0.5], "size": [4, 9, 4], "uv": [79, 79]}, + {"origin": [-7, 0, 0], "size": [3, 9, 3], "uv": [0, 83]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/deoxysattack/deoxys_attack.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/deoxysattack/deoxys_attack.geo.json new file mode 100644 index 0000000..14de5a2 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/deoxysattack/deoxys_attack.geo.json @@ -0,0 +1,537 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 9, + "visible_bounds_height": 5.5, + "visible_bounds_offset": [0, 2.25, 0] + }, + "bones": [ + { + "name": "deoxys", + "pivot": [0.5, 0.25, -1] + }, + { + "name": "body", + "parent": "deoxys", + "pivot": [0, 45.82143, 3.14286], + "cubes": [ + {"origin": [-7, 43.5, -3], "size": [14, 7, 9], "uv": [0, 0]}, + {"origin": [5.75, 44, -2], "size": [3, 6, 7], "uv": [53, 68]}, + {"origin": [-2, 46.5, -0.25], "size": [4, 7, 4], "uv": [78, 39]}, + {"origin": [-2.5, 37.75, -1], "size": [5, 6, 5], "inflate": 0.2, "uv": [73, 16]}, + {"origin": [1, 44.25, 4.25], "size": [2, 2, 2], "inflate": -0.1, "uv": [52, 43]}, + {"origin": [-3, 44.25, 4.25], "size": [2, 2, 2], "inflate": -0.1, "uv": [52, 43], "mirror": true}, + {"origin": [-1, 47.5, 4.25], "size": [2, 2, 2], "inflate": -0.1, "uv": [0, 21]}, + {"origin": [-4.5, 42.52, -2], "size": [9, 7, 7], "uv": [0, 34]}, + {"origin": [-8.75, 44, -2], "size": [3, 6, 7], "uv": [53, 68], "mirror": true}, + {"origin": [-6, 46.07143, -3.01], "size": [3, 2, 2], "uv": [0, 113]}, + {"origin": [-0.5, 49.57143, -3.01], "size": [1, 1, 2], "uv": [10, 113]}, + {"origin": [-0.5, 50.07143, -2.01], "size": [1, 1, 2], "uv": [10, 113]}, + {"origin": [-0.5, 51.07143, -0.26], "size": [1, 2, 1], "uv": [11, 114]}, + {"origin": [3, 46.07143, -3.01], "size": [3, 2, 2], "uv": [0, 113], "mirror": true} + ] + }, + { + "name": "chestdetail", + "parent": "body", + "pivot": [0.5, 45.74536, 1.96954], + "cubes": [ + {"origin": [-3, 43.49536, -3.03046], "size": [2, 6, 0], "pivot": [-3, 46.49536, -3.03046], "rotation": [0, -45, 0], "uv": [0, 3]}, + {"origin": [-3, 47.5, -3], "size": [6, 2, 0], "pivot": [0, 49.5, -3], "rotation": [45, 0, 0], "uv": [46, 71]}, + {"origin": [1, 43.49536, -3.03046], "size": [2, 6, 0], "pivot": [3, 46.49536, -3.03046], "rotation": [0, 45, 0], "uv": [0, 3], "mirror": true}, + {"origin": [-3, 43.5, -3], "size": [6, 2, 0], "pivot": [0, 43.5, -3], "rotation": [-45, 0, 0], "uv": [0, 89]}, + {"origin": [-2, 44.5, -2.5], "size": [4, 4, 2], "uv": [8, 100]} + ] + }, + { + "name": "collar", + "parent": "body", + "pivot": [-0.5, 45.74536, 1.96954], + "cubes": [ + {"origin": [-5, 48.99768, -2], "size": [10, 2, 7], "uv": [61, 107]} + ] + }, + { + "name": "hips", + "parent": "body", + "pivot": [0, 38.25, 1.5], + "cubes": [ + {"origin": [-3.5, 37, -2], "size": [7, 2, 7], "uv": [54, 43]}, + {"origin": [-4, 32.75, -2], "size": [8, 5, 7], "uv": [50, 20]}, + {"origin": [-4.5, 34, -2.5], "size": [9, 4, 8], "uv": [38, 8]}, + {"origin": [-2.5, 33.7756, 5.04986], "size": [5, 5, 4], "inflate": -0.1, "pivot": [0, 39.06627, 4.99749], "rotation": [-42.5, 0, 0], "uv": [16, 75]} + ] + }, + { + "name": "left_arm", + "parent": "body", + "pivot": [1, 47, 1.5] + }, + { + "name": "left_red", + "parent": "left_arm", + "pivot": [1.84375, 48.5, 1.5] + }, + { + "name": "Lred1", + "parent": "left_red", + "pivot": [1.84375, 48.5, 1.5], + "cubes": [ + {"origin": [0, 47.5, 0.5], "size": [8, 2, 2], "uv": [93, 92]} + ] + }, + { + "name": "Lred2", + "parent": "Lred1", + "pivot": [7.84375, 48.5, 1.5], + "cubes": [ + {"origin": [8, 47.5, 0.5], "size": [8, 2, 2], "uv": [92, 52]} + ] + }, + { + "name": "Lred3", + "parent": "Lred2", + "pivot": [15.84375, 48.5, 1.5], + "cubes": [ + {"origin": [16, 47.5, 0.5], "size": [8, 2, 2], "uv": [92, 48]} + ] + }, + { + "name": "Lred4", + "parent": "Lred3", + "pivot": [23.84375, 48.5, 1.5], + "cubes": [ + {"origin": [24, 47.5, 0.5], "size": [8, 2, 2], "uv": [20, 92]} + ] + }, + { + "name": "Lred5", + "parent": "Lred4", + "pivot": [31.84375, 48.5, 1.5], + "cubes": [ + {"origin": [32, 47.5, 0.5], "size": [8, 2, 2], "uv": [0, 91]} + ] + }, + { + "name": "Lred6", + "parent": "Lred5", + "pivot": [39.84375, 48.5, 1.5], + "cubes": [ + {"origin": [40, 47.5, 0.5], "size": [8, 2, 2], "uv": [66, 90]} + ] + }, + { + "name": "Lred7", + "parent": "Lred6", + "pivot": [47.84375, 48.5, 1.5], + "cubes": [ + {"origin": [47.75, 47.5, 0.5], "size": [8, 2, 2], "inflate": -0.2, "uv": [90, 38]} + ] + }, + { + "name": "Lred8", + "parent": "Lred7", + "pivot": [55.34375, 48.5, 1.5], + "cubes": [ + {"origin": [55.5, 48, 1], "size": [7, 1, 1], "uv": [94, 35]} + ] + }, + { + "name": "left_blue", + "parent": "left_arm", + "pivot": [1.84375, 46.5, 1.5] + }, + { + "name": "Lblue1", + "parent": "left_blue", + "pivot": [1.84375, 46.5, 1.5], + "cubes": [ + {"origin": [0, 45.5, 0.5], "size": [8, 2, 2], "uv": [93, 23]} + ] + }, + { + "name": "Lblue2", + "parent": "Lblue1", + "pivot": [7.84375, 46.5, 1.5], + "cubes": [ + {"origin": [8, 45.5, 0.5], "size": [8, 2, 2], "uv": [89, 75]} + ] + }, + { + "name": "Lblue3", + "parent": "Lblue2", + "pivot": [15.84375, 46.5, 1.5], + "cubes": [ + {"origin": [16, 45.5, 0.5], "size": [8, 2, 2], "uv": [89, 71]} + ] + }, + { + "name": "Lblue4", + "parent": "Lblue3", + "pivot": [23.84375, 46.5, 1.5], + "cubes": [ + {"origin": [24, 45.5, 0.5], "size": [8, 2, 2], "uv": [46, 89]} + ] + }, + { + "name": "Lblue5", + "parent": "Lblue4", + "pivot": [31.84375, 46.5, 1.5], + "cubes": [ + {"origin": [32, 45.5, 0.5], "size": [8, 2, 2], "uv": [84, 88]} + ] + }, + { + "name": "Lblue6", + "parent": "Lblue5", + "pivot": [39.84375, 46.5, 1.5], + "cubes": [ + {"origin": [40, 45.5, 0.5], "size": [8, 2, 2], "uv": [88, 15]} + ] + }, + { + "name": "Lblue7", + "parent": "Lblue6", + "pivot": [47.84375, 46.5, 1.5], + "cubes": [ + {"origin": [47.75, 45.5, 0.5], "size": [8, 2, 2], "inflate": -0.2, "uv": [87, 80]} + ] + }, + { + "name": "Lblue8", + "parent": "Lblue7", + "pivot": [55.34375, 46.5, 1.5], + "cubes": [ + {"origin": [55.5, 46, 1], "size": [7, 1, 1], "uv": [92, 60]} + ] + }, + { + "name": "right_arm", + "parent": "body", + "pivot": [-1, 47, 1.5] + }, + { + "name": "right_red", + "parent": "right_arm", + "pivot": [-1.84375, 48.5, 1.5] + }, + { + "name": "Rred1", + "parent": "right_red", + "pivot": [-1.84375, 48.5, 1.5], + "cubes": [ + {"origin": [-8, 47.5, 0.5], "size": [8, 2, 2], "uv": [93, 92], "mirror": true} + ] + }, + { + "name": "Rred2", + "parent": "Rred1", + "pivot": [-7.84375, 48.5, 1.5], + "cubes": [ + {"origin": [-16, 47.5, 0.5], "size": [8, 2, 2], "uv": [92, 52], "mirror": true} + ] + }, + { + "name": "Rred3", + "parent": "Rred2", + "pivot": [-15.84375, 48.5, 1.5], + "cubes": [ + {"origin": [-24, 47.5, 0.5], "size": [8, 2, 2], "uv": [92, 48], "mirror": true} + ] + }, + { + "name": "Rred4", + "parent": "Rred3", + "pivot": [-23.84375, 48.5, 1.5], + "cubes": [ + {"origin": [-32, 47.5, 0.5], "size": [8, 2, 2], "uv": [20, 92], "mirror": true} + ] + }, + { + "name": "Rred5", + "parent": "Rred4", + "pivot": [-31.84375, 48.5, 1.5], + "cubes": [ + {"origin": [-40, 47.5, 0.5], "size": [8, 2, 2], "uv": [0, 91], "mirror": true} + ] + }, + { + "name": "Rred6", + "parent": "Rred5", + "pivot": [-39.84375, 48.5, 1.5], + "cubes": [ + {"origin": [-48, 47.5, 0.5], "size": [8, 2, 2], "uv": [66, 90], "mirror": true} + ] + }, + { + "name": "Rred7", + "parent": "Rred6", + "pivot": [-47.84375, 48.5, 1.5], + "cubes": [ + {"origin": [-55.75, 47.5, 0.5], "size": [8, 2, 2], "inflate": -0.2, "uv": [90, 38], "mirror": true} + ] + }, + { + "name": "Rred8", + "parent": "Rred7", + "pivot": [-55.34375, 48.5, 1.5], + "cubes": [ + {"origin": [-62.5, 48, 1], "size": [7, 1, 1], "uv": [94, 35], "mirror": true} + ] + }, + { + "name": "right_blue", + "parent": "right_arm", + "pivot": [-1.84375, 46.5, 1.5] + }, + { + "name": "Rblue1", + "parent": "right_blue", + "pivot": [-1.84375, 46.5, 1.5], + "cubes": [ + {"origin": [-8, 45.5, 0.5], "size": [8, 2, 2], "uv": [93, 23], "mirror": true} + ] + }, + { + "name": "Rblue2", + "parent": "Rblue1", + "pivot": [-7.84375, 46.5, 1.5], + "cubes": [ + {"origin": [-16, 45.5, 0.5], "size": [8, 2, 2], "uv": [89, 75], "mirror": true} + ] + }, + { + "name": "Rblue3", + "parent": "Rblue2", + "pivot": [-15.84375, 46.5, 1.5], + "cubes": [ + {"origin": [-24, 45.5, 0.5], "size": [8, 2, 2], "uv": [89, 71], "mirror": true} + ] + }, + { + "name": "Rblue4", + "parent": "Rblue3", + "pivot": [-23.84375, 46.5, 1.5], + "cubes": [ + {"origin": [-32, 45.5, 0.5], "size": [8, 2, 2], "uv": [46, 89], "mirror": true} + ] + }, + { + "name": "Rblue5", + "parent": "Rblue4", + "pivot": [-31.84375, 46.5, 1.5], + "cubes": [ + {"origin": [-40, 45.5, 0.5], "size": [8, 2, 2], "uv": [84, 88], "mirror": true} + ] + }, + { + "name": "Rblue6", + "parent": "Rblue5", + "pivot": [-39.84375, 46.5, 1.5], + "cubes": [ + {"origin": [-48, 45.5, 0.5], "size": [8, 2, 2], "uv": [88, 15], "mirror": true} + ] + }, + { + "name": "Rblue7", + "parent": "Rblue6", + "pivot": [-47.84375, 46.5, 1.5], + "cubes": [ + {"origin": [-55.75, 45.5, 0.5], "size": [8, 2, 2], "inflate": -0.2, "uv": [87, 80], "mirror": true} + ] + }, + { + "name": "Rblue8", + "parent": "Rblue7", + "pivot": [-55.34375, 46.5, 1.5], + "cubes": [ + {"origin": [-62.5, 46, 1], "size": [7, 1, 1], "uv": [92, 60], "mirror": true} + ] + }, + { + "name": "head", + "parent": "body", + "pivot": [0, 55.81756, 1.4037], + "cubes": [ + {"origin": [-4.5, 53.5, -3], "size": [9, 8, 9], "uv": [0, 16]}, + {"origin": [-3.5, 61.25, -2], "size": [7, 1, 7], "uv": [37, 0]}, + {"origin": [-3.5, 52.75, -3.25], "size": [7, 8, 8], "uv": [28, 25]} + ] + }, + { + "name": "topspike", + "parent": "head", + "pivot": [-0.5, 22, -2.25], + "cubes": [ + {"origin": [1.25, 58.6649, -2.57771], "size": [2, 11.25, 3], "inflate": 0.02, "pivot": [1, 60.12541, -1.96513], "rotation": [-41.81615, -8.40819, -9.28293], "uv": [47, 93]}, + {"origin": [-1, 57.20384, 0.1903], "size": [2, 11, 3], "inflate": 0.01, "pivot": [0, 62.70384, 1.9403], "rotation": [-42.5, 0, 0], "uv": [57, 93]}, + {"origin": [-3.25, 58.6649, -2.57771], "size": [2, 11.25, 3], "inflate": 0.02, "pivot": [-1, 60.12541, -1.96513], "rotation": [-41.81615, 8.40819, 9.28293], "uv": [47, 93], "mirror": true}, + {"origin": [-1, 56.37541, -0.71513], "size": [2, 11, 3], "pivot": [-1, 59.12541, 1.03487], "rotation": [-30, 0, 0], "uv": [83, 92]} + ] + }, + { + "name": "ears", + "parent": "head", + "pivot": [0, 24.25, -2] + }, + { + "name": "left_ear", + "parent": "ears", + "pivot": [4.25498, 57.69465, -0.5], + "rotation": [8.29012, -39.27345, -12.96248], + "cubes": [ + {"origin": [3.08067, 59.02836, -1.5], "size": [9, 1, 2], "inflate": 0.01, "uv": [80, 0]}, + {"origin": [3.33067, 58.02836, -1.5], "size": [7, 2, 2], "uv": [0, 95]}, + {"origin": [3.33067, 57.02836, -1.5], "size": [5, 1, 2], "uv": [98, 62]}, + {"origin": [3.33067, 56.02836, -1.5], "size": [3, 1, 2], "uv": [54, 52]}, + {"origin": [2.32845, 54.92912, -1.5], "size": [11, 1, 2], "inflate": 0.01, "pivot": [4.32845, 55.42912, -0.5], "rotation": [0, 0, -27.5], "uv": [27, 20]}, + {"origin": [2.58067, 55.52836, -1.5], "size": [2, 1, 2], "uv": [28, 55]}, + {"origin": [4.33067, 57.52836, -1.5], "size": [5, 1, 1], "inflate": 0.02, "pivot": [5.83067, 57.52836, -1], "rotation": [0, 0, -7.5], "uv": [58, 2]} + ] + }, + { + "name": "right_ear", + "parent": "ears", + "pivot": [-4.25498, 57.69465, -0.5], + "rotation": [8.29012, 39.27345, 12.96248], + "cubes": [ + {"origin": [-13.32845, 54.92912, -1.5], "size": [11, 1, 2], "inflate": 0.01, "pivot": [-4.32845, 55.42912, -0.5], "rotation": [0, 0, 27.5], "uv": [27, 20], "mirror": true}, + {"origin": [-4.58067, 55.52836, -1.5], "size": [2, 1, 2], "uv": [28, 55], "mirror": true}, + {"origin": [-12.08067, 59.02836, -1.5], "size": [9, 1, 2], "inflate": 0.01, "uv": [80, 0], "mirror": true}, + {"origin": [-10.33067, 58.02836, -1.5], "size": [7, 2, 2], "uv": [0, 95], "mirror": true}, + {"origin": [-6.33067, 56.02836, -1.5], "size": [3, 1, 2], "uv": [54, 52], "mirror": true}, + {"origin": [-8.33067, 57.02836, -1.5], "size": [5, 1, 2], "uv": [98, 62], "mirror": true}, + {"origin": [-9.33067, 57.52836, -1.5], "size": [5, 1, 1], "inflate": 0.02, "pivot": [-5.83067, 57.52836, -1], "rotation": [0, 0, 7.5], "uv": [58, 2], "mirror": true} + ] + }, + { + "name": "lefteye", + "parent": "head", + "pivot": [2.3517, 57.16453, -2.368], + "rotation": [0, 0, -12.55], + "cubes": [ + {"origin": [3, 57, -3.25], "size": [1, 1, 2], "inflate": 0.01, "uv": [72, 16]}, + {"origin": [1.5, 56, -3.25], "size": [2, 2, 2], "inflate": 0.01, "uv": [66, 68]}, + {"origin": [1.6, 57, -3.7], "size": [1, 1, 2], "inflate": -0.3, "pivot": [2, 57.5, -2.75], "rotation": [0, 0, 10], "uv": [58, 4]}, + {"origin": [1.66, 56.84, -3.1], "size": [1, 1, 2], "inflate": 0.17, "uv": [0, 59]}, + {"origin": [1, 56, -3.25], "size": [1, 1, 2], "inflate": 0.01, "uv": [0, 62]} + ] + }, + { + "name": "righteye6", + "parent": "head", + "pivot": [-2.3517, 57.16453, -2.368], + "rotation": [0, 0, 12.55], + "cubes": [ + {"origin": [-3.5, 56, -3.25], "size": [2, 2, 2], "inflate": 0.01, "uv": [66, 68], "mirror": true}, + {"origin": [-4, 57, -3.25], "size": [1, 1, 2], "inflate": 0.01, "uv": [72, 16], "mirror": true}, + {"origin": [-2.66, 56.84, -3.1], "size": [1, 1, 2], "inflate": 0.17, "uv": [0, 59], "mirror": true}, + {"origin": [-2, 56, -3.25], "size": [1, 1, 2], "inflate": 0.01, "uv": [0, 62], "mirror": true}, + {"origin": [-2.6, 57, -3.7], "size": [1, 1, 2], "inflate": -0.3, "pivot": [-2, 57.5, -2.75], "rotation": [0, 0, -10], "uv": [58, 4], "mirror": true} + ] + }, + { + "name": "eyelids", + "parent": "head", + "pivot": [0, 55.81756, 2.4037] + }, + { + "name": "righteyelid", + "parent": "eyelids", + "pivot": [0, 57, -1.25], + "cubes": [ + {"origin": [-3.25, 56, -2.25], "size": [2, 1, 2], "inflate": 0.01, "pivot": [-2.5, 57, -1.25], "rotation": [0, 0, 12.5], "uv": [102, 2]} + ] + }, + { + "name": "lefteyelid", + "parent": "eyelids", + "pivot": [0, 57, -1.25], + "cubes": [ + {"origin": [1.25, 56, -2.25], "size": [2, 1, 2], "inflate": 0.01, "pivot": [2.5, 57, -1.25], "rotation": [0, 0, -12.5], "uv": [102, 2], "mirror": true} + ] + }, + { + "name": "collar2", + "parent": "body", + "pivot": [0.5, 45.74536, 1.96954] + }, + { + "name": "leftleg", + "parent": "deoxys", + "pivot": [4, 36, 1.5] + }, + { + "name": "left_thigh", + "parent": "leftleg", + "pivot": [-3, 14, -2.5], + "cubes": [ + {"origin": [3, 18.75, -1], "size": [5, 11, 5], "inflate": 0.1, "uv": [65, 0]}, + {"origin": [2.5, 25.75, -1.5], "size": [6, 10, 6], "inflate": 0.1, "uv": [36, 50]} + ] + }, + { + "name": "leftlegguard", + "parent": "left_thigh", + "pivot": [8.75, 36.28893, 1.75], + "rotation": [-0.21864, 9.9668, -20.02839], + "cubes": [ + {"origin": [-0.78247, 35.65437, -3.25], "size": [10, 1, 8], "pivot": [8.46753, 36.40437, 1.75], "rotation": [-2.5, 0, -27.5], "uv": [0, 50]}, + {"origin": [7.21753, 35.90437, -1], "size": [5, 0, 5], "pivot": [8.46753, 36.40437, 1.75], "rotation": [-8.49628, 44.54999, -38.2098], "uv": [17, 116]} + ] + }, + { + "name": "left_calf", + "parent": "left_thigh", + "pivot": [5.5, 20, 1.25], + "cubes": [ + {"origin": [3.5, 11, -0.5], "size": [4, 10, 4], "uv": [0, 75]}, + {"origin": [4, 5.25, 0], "size": [3, 10, 3], "uv": [34, 79]}, + {"origin": [4.5, 1, 0.5], "size": [2, 10, 2], "uv": [0, 99]}, + {"origin": [9.05563, 18.5, -2.81569], "size": [0, 5, 5], "pivot": [9.05563, 19, -2.06569], "rotation": [-45, -45, 0], "uv": [28, 45]} + ] + }, + { + "name": "rightleg", + "parent": "deoxys", + "pivot": [-4, 36, 1.5] + }, + { + "name": "right_thigh", + "parent": "rightleg", + "pivot": [3, 14, -2.5], + "cubes": [ + {"origin": [-8.5, 25.75, -1.5], "size": [6, 10, 6], "inflate": 0.1, "uv": [36, 50], "mirror": true}, + {"origin": [-8, 18.75, -1], "size": [5, 11, 5], "inflate": 0.1, "uv": [65, 0], "mirror": true} + ] + }, + { + "name": "rightlegguard", + "parent": "right_thigh", + "pivot": [-8.75, 36.28893, 1.75], + "rotation": [-0.21864, -9.9668, 20.02839], + "cubes": [ + {"origin": [-9.3347, 35.52261, -3.25093], "size": [10, 1, 8], "pivot": [-8.3347, 36.27261, 1.74907], "rotation": [-2.5, 0, 27.5], "uv": [24, 41]}, + {"origin": [-12.21753, 35.90437, -1], "size": [5, 0, 5], "pivot": [-8.46753, 36.40437, 1.75], "rotation": [-8.49628, -44.54999, 38.2098], "uv": [17, 116], "mirror": true} + ] + }, + { + "name": "right_calf", + "parent": "right_thigh", + "pivot": [-5.5, 20, 1.25], + "cubes": [ + {"origin": [-7.5, 11, -0.5], "size": [4, 10, 4], "uv": [0, 75], "mirror": true}, + {"origin": [-7, 5.25, 0], "size": [3, 10, 3], "uv": [34, 79], "mirror": true}, + {"origin": [-6.5, 1, 0.5], "size": [2, 10, 2], "uv": [0, 99], "mirror": true}, + {"origin": [-9.05563, 18.5, -2.81569], "size": [0, 5, 5], "pivot": [-9.05563, 19, -2.06569], "rotation": [-45, 45, 0], "uv": [28, 45], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/deoxysattack/deoxysattack.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/deoxysattack/deoxysattack.geo.json new file mode 100644 index 0000000..14de5a2 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/deoxysattack/deoxysattack.geo.json @@ -0,0 +1,537 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 9, + "visible_bounds_height": 5.5, + "visible_bounds_offset": [0, 2.25, 0] + }, + "bones": [ + { + "name": "deoxys", + "pivot": [0.5, 0.25, -1] + }, + { + "name": "body", + "parent": "deoxys", + "pivot": [0, 45.82143, 3.14286], + "cubes": [ + {"origin": [-7, 43.5, -3], "size": [14, 7, 9], "uv": [0, 0]}, + {"origin": [5.75, 44, -2], "size": [3, 6, 7], "uv": [53, 68]}, + {"origin": [-2, 46.5, -0.25], "size": [4, 7, 4], "uv": [78, 39]}, + {"origin": [-2.5, 37.75, -1], "size": [5, 6, 5], "inflate": 0.2, "uv": [73, 16]}, + {"origin": [1, 44.25, 4.25], "size": [2, 2, 2], "inflate": -0.1, "uv": [52, 43]}, + {"origin": [-3, 44.25, 4.25], "size": [2, 2, 2], "inflate": -0.1, "uv": [52, 43], "mirror": true}, + {"origin": [-1, 47.5, 4.25], "size": [2, 2, 2], "inflate": -0.1, "uv": [0, 21]}, + {"origin": [-4.5, 42.52, -2], "size": [9, 7, 7], "uv": [0, 34]}, + {"origin": [-8.75, 44, -2], "size": [3, 6, 7], "uv": [53, 68], "mirror": true}, + {"origin": [-6, 46.07143, -3.01], "size": [3, 2, 2], "uv": [0, 113]}, + {"origin": [-0.5, 49.57143, -3.01], "size": [1, 1, 2], "uv": [10, 113]}, + {"origin": [-0.5, 50.07143, -2.01], "size": [1, 1, 2], "uv": [10, 113]}, + {"origin": [-0.5, 51.07143, -0.26], "size": [1, 2, 1], "uv": [11, 114]}, + {"origin": [3, 46.07143, -3.01], "size": [3, 2, 2], "uv": [0, 113], "mirror": true} + ] + }, + { + "name": "chestdetail", + "parent": "body", + "pivot": [0.5, 45.74536, 1.96954], + "cubes": [ + {"origin": [-3, 43.49536, -3.03046], "size": [2, 6, 0], "pivot": [-3, 46.49536, -3.03046], "rotation": [0, -45, 0], "uv": [0, 3]}, + {"origin": [-3, 47.5, -3], "size": [6, 2, 0], "pivot": [0, 49.5, -3], "rotation": [45, 0, 0], "uv": [46, 71]}, + {"origin": [1, 43.49536, -3.03046], "size": [2, 6, 0], "pivot": [3, 46.49536, -3.03046], "rotation": [0, 45, 0], "uv": [0, 3], "mirror": true}, + {"origin": [-3, 43.5, -3], "size": [6, 2, 0], "pivot": [0, 43.5, -3], "rotation": [-45, 0, 0], "uv": [0, 89]}, + {"origin": [-2, 44.5, -2.5], "size": [4, 4, 2], "uv": [8, 100]} + ] + }, + { + "name": "collar", + "parent": "body", + "pivot": [-0.5, 45.74536, 1.96954], + "cubes": [ + {"origin": [-5, 48.99768, -2], "size": [10, 2, 7], "uv": [61, 107]} + ] + }, + { + "name": "hips", + "parent": "body", + "pivot": [0, 38.25, 1.5], + "cubes": [ + {"origin": [-3.5, 37, -2], "size": [7, 2, 7], "uv": [54, 43]}, + {"origin": [-4, 32.75, -2], "size": [8, 5, 7], "uv": [50, 20]}, + {"origin": [-4.5, 34, -2.5], "size": [9, 4, 8], "uv": [38, 8]}, + {"origin": [-2.5, 33.7756, 5.04986], "size": [5, 5, 4], "inflate": -0.1, "pivot": [0, 39.06627, 4.99749], "rotation": [-42.5, 0, 0], "uv": [16, 75]} + ] + }, + { + "name": "left_arm", + "parent": "body", + "pivot": [1, 47, 1.5] + }, + { + "name": "left_red", + "parent": "left_arm", + "pivot": [1.84375, 48.5, 1.5] + }, + { + "name": "Lred1", + "parent": "left_red", + "pivot": [1.84375, 48.5, 1.5], + "cubes": [ + {"origin": [0, 47.5, 0.5], "size": [8, 2, 2], "uv": [93, 92]} + ] + }, + { + "name": "Lred2", + "parent": "Lred1", + "pivot": [7.84375, 48.5, 1.5], + "cubes": [ + {"origin": [8, 47.5, 0.5], "size": [8, 2, 2], "uv": [92, 52]} + ] + }, + { + "name": "Lred3", + "parent": "Lred2", + "pivot": [15.84375, 48.5, 1.5], + "cubes": [ + {"origin": [16, 47.5, 0.5], "size": [8, 2, 2], "uv": [92, 48]} + ] + }, + { + "name": "Lred4", + "parent": "Lred3", + "pivot": [23.84375, 48.5, 1.5], + "cubes": [ + {"origin": [24, 47.5, 0.5], "size": [8, 2, 2], "uv": [20, 92]} + ] + }, + { + "name": "Lred5", + "parent": "Lred4", + "pivot": [31.84375, 48.5, 1.5], + "cubes": [ + {"origin": [32, 47.5, 0.5], "size": [8, 2, 2], "uv": [0, 91]} + ] + }, + { + "name": "Lred6", + "parent": "Lred5", + "pivot": [39.84375, 48.5, 1.5], + "cubes": [ + {"origin": [40, 47.5, 0.5], "size": [8, 2, 2], "uv": [66, 90]} + ] + }, + { + "name": "Lred7", + "parent": "Lred6", + "pivot": [47.84375, 48.5, 1.5], + "cubes": [ + {"origin": [47.75, 47.5, 0.5], "size": [8, 2, 2], "inflate": -0.2, "uv": [90, 38]} + ] + }, + { + "name": "Lred8", + "parent": "Lred7", + "pivot": [55.34375, 48.5, 1.5], + "cubes": [ + {"origin": [55.5, 48, 1], "size": [7, 1, 1], "uv": [94, 35]} + ] + }, + { + "name": "left_blue", + "parent": "left_arm", + "pivot": [1.84375, 46.5, 1.5] + }, + { + "name": "Lblue1", + "parent": "left_blue", + "pivot": [1.84375, 46.5, 1.5], + "cubes": [ + {"origin": [0, 45.5, 0.5], "size": [8, 2, 2], "uv": [93, 23]} + ] + }, + { + "name": "Lblue2", + "parent": "Lblue1", + "pivot": [7.84375, 46.5, 1.5], + "cubes": [ + {"origin": [8, 45.5, 0.5], "size": [8, 2, 2], "uv": [89, 75]} + ] + }, + { + "name": "Lblue3", + "parent": "Lblue2", + "pivot": [15.84375, 46.5, 1.5], + "cubes": [ + {"origin": [16, 45.5, 0.5], "size": [8, 2, 2], "uv": [89, 71]} + ] + }, + { + "name": "Lblue4", + "parent": "Lblue3", + "pivot": [23.84375, 46.5, 1.5], + "cubes": [ + {"origin": [24, 45.5, 0.5], "size": [8, 2, 2], "uv": [46, 89]} + ] + }, + { + "name": "Lblue5", + "parent": "Lblue4", + "pivot": [31.84375, 46.5, 1.5], + "cubes": [ + {"origin": [32, 45.5, 0.5], "size": [8, 2, 2], "uv": [84, 88]} + ] + }, + { + "name": "Lblue6", + "parent": "Lblue5", + "pivot": [39.84375, 46.5, 1.5], + "cubes": [ + {"origin": [40, 45.5, 0.5], "size": [8, 2, 2], "uv": [88, 15]} + ] + }, + { + "name": "Lblue7", + "parent": "Lblue6", + "pivot": [47.84375, 46.5, 1.5], + "cubes": [ + {"origin": [47.75, 45.5, 0.5], "size": [8, 2, 2], "inflate": -0.2, "uv": [87, 80]} + ] + }, + { + "name": "Lblue8", + "parent": "Lblue7", + "pivot": [55.34375, 46.5, 1.5], + "cubes": [ + {"origin": [55.5, 46, 1], "size": [7, 1, 1], "uv": [92, 60]} + ] + }, + { + "name": "right_arm", + "parent": "body", + "pivot": [-1, 47, 1.5] + }, + { + "name": "right_red", + "parent": "right_arm", + "pivot": [-1.84375, 48.5, 1.5] + }, + { + "name": "Rred1", + "parent": "right_red", + "pivot": [-1.84375, 48.5, 1.5], + "cubes": [ + {"origin": [-8, 47.5, 0.5], "size": [8, 2, 2], "uv": [93, 92], "mirror": true} + ] + }, + { + "name": "Rred2", + "parent": "Rred1", + "pivot": [-7.84375, 48.5, 1.5], + "cubes": [ + {"origin": [-16, 47.5, 0.5], "size": [8, 2, 2], "uv": [92, 52], "mirror": true} + ] + }, + { + "name": "Rred3", + "parent": "Rred2", + "pivot": [-15.84375, 48.5, 1.5], + "cubes": [ + {"origin": [-24, 47.5, 0.5], "size": [8, 2, 2], "uv": [92, 48], "mirror": true} + ] + }, + { + "name": "Rred4", + "parent": "Rred3", + "pivot": [-23.84375, 48.5, 1.5], + "cubes": [ + {"origin": [-32, 47.5, 0.5], "size": [8, 2, 2], "uv": [20, 92], "mirror": true} + ] + }, + { + "name": "Rred5", + "parent": "Rred4", + "pivot": [-31.84375, 48.5, 1.5], + "cubes": [ + {"origin": [-40, 47.5, 0.5], "size": [8, 2, 2], "uv": [0, 91], "mirror": true} + ] + }, + { + "name": "Rred6", + "parent": "Rred5", + "pivot": [-39.84375, 48.5, 1.5], + "cubes": [ + {"origin": [-48, 47.5, 0.5], "size": [8, 2, 2], "uv": [66, 90], "mirror": true} + ] + }, + { + "name": "Rred7", + "parent": "Rred6", + "pivot": [-47.84375, 48.5, 1.5], + "cubes": [ + {"origin": [-55.75, 47.5, 0.5], "size": [8, 2, 2], "inflate": -0.2, "uv": [90, 38], "mirror": true} + ] + }, + { + "name": "Rred8", + "parent": "Rred7", + "pivot": [-55.34375, 48.5, 1.5], + "cubes": [ + {"origin": [-62.5, 48, 1], "size": [7, 1, 1], "uv": [94, 35], "mirror": true} + ] + }, + { + "name": "right_blue", + "parent": "right_arm", + "pivot": [-1.84375, 46.5, 1.5] + }, + { + "name": "Rblue1", + "parent": "right_blue", + "pivot": [-1.84375, 46.5, 1.5], + "cubes": [ + {"origin": [-8, 45.5, 0.5], "size": [8, 2, 2], "uv": [93, 23], "mirror": true} + ] + }, + { + "name": "Rblue2", + "parent": "Rblue1", + "pivot": [-7.84375, 46.5, 1.5], + "cubes": [ + {"origin": [-16, 45.5, 0.5], "size": [8, 2, 2], "uv": [89, 75], "mirror": true} + ] + }, + { + "name": "Rblue3", + "parent": "Rblue2", + "pivot": [-15.84375, 46.5, 1.5], + "cubes": [ + {"origin": [-24, 45.5, 0.5], "size": [8, 2, 2], "uv": [89, 71], "mirror": true} + ] + }, + { + "name": "Rblue4", + "parent": "Rblue3", + "pivot": [-23.84375, 46.5, 1.5], + "cubes": [ + {"origin": [-32, 45.5, 0.5], "size": [8, 2, 2], "uv": [46, 89], "mirror": true} + ] + }, + { + "name": "Rblue5", + "parent": "Rblue4", + "pivot": [-31.84375, 46.5, 1.5], + "cubes": [ + {"origin": [-40, 45.5, 0.5], "size": [8, 2, 2], "uv": [84, 88], "mirror": true} + ] + }, + { + "name": "Rblue6", + "parent": "Rblue5", + "pivot": [-39.84375, 46.5, 1.5], + "cubes": [ + {"origin": [-48, 45.5, 0.5], "size": [8, 2, 2], "uv": [88, 15], "mirror": true} + ] + }, + { + "name": "Rblue7", + "parent": "Rblue6", + "pivot": [-47.84375, 46.5, 1.5], + "cubes": [ + {"origin": [-55.75, 45.5, 0.5], "size": [8, 2, 2], "inflate": -0.2, "uv": [87, 80], "mirror": true} + ] + }, + { + "name": "Rblue8", + "parent": "Rblue7", + "pivot": [-55.34375, 46.5, 1.5], + "cubes": [ + {"origin": [-62.5, 46, 1], "size": [7, 1, 1], "uv": [92, 60], "mirror": true} + ] + }, + { + "name": "head", + "parent": "body", + "pivot": [0, 55.81756, 1.4037], + "cubes": [ + {"origin": [-4.5, 53.5, -3], "size": [9, 8, 9], "uv": [0, 16]}, + {"origin": [-3.5, 61.25, -2], "size": [7, 1, 7], "uv": [37, 0]}, + {"origin": [-3.5, 52.75, -3.25], "size": [7, 8, 8], "uv": [28, 25]} + ] + }, + { + "name": "topspike", + "parent": "head", + "pivot": [-0.5, 22, -2.25], + "cubes": [ + {"origin": [1.25, 58.6649, -2.57771], "size": [2, 11.25, 3], "inflate": 0.02, "pivot": [1, 60.12541, -1.96513], "rotation": [-41.81615, -8.40819, -9.28293], "uv": [47, 93]}, + {"origin": [-1, 57.20384, 0.1903], "size": [2, 11, 3], "inflate": 0.01, "pivot": [0, 62.70384, 1.9403], "rotation": [-42.5, 0, 0], "uv": [57, 93]}, + {"origin": [-3.25, 58.6649, -2.57771], "size": [2, 11.25, 3], "inflate": 0.02, "pivot": [-1, 60.12541, -1.96513], "rotation": [-41.81615, 8.40819, 9.28293], "uv": [47, 93], "mirror": true}, + {"origin": [-1, 56.37541, -0.71513], "size": [2, 11, 3], "pivot": [-1, 59.12541, 1.03487], "rotation": [-30, 0, 0], "uv": [83, 92]} + ] + }, + { + "name": "ears", + "parent": "head", + "pivot": [0, 24.25, -2] + }, + { + "name": "left_ear", + "parent": "ears", + "pivot": [4.25498, 57.69465, -0.5], + "rotation": [8.29012, -39.27345, -12.96248], + "cubes": [ + {"origin": [3.08067, 59.02836, -1.5], "size": [9, 1, 2], "inflate": 0.01, "uv": [80, 0]}, + {"origin": [3.33067, 58.02836, -1.5], "size": [7, 2, 2], "uv": [0, 95]}, + {"origin": [3.33067, 57.02836, -1.5], "size": [5, 1, 2], "uv": [98, 62]}, + {"origin": [3.33067, 56.02836, -1.5], "size": [3, 1, 2], "uv": [54, 52]}, + {"origin": [2.32845, 54.92912, -1.5], "size": [11, 1, 2], "inflate": 0.01, "pivot": [4.32845, 55.42912, -0.5], "rotation": [0, 0, -27.5], "uv": [27, 20]}, + {"origin": [2.58067, 55.52836, -1.5], "size": [2, 1, 2], "uv": [28, 55]}, + {"origin": [4.33067, 57.52836, -1.5], "size": [5, 1, 1], "inflate": 0.02, "pivot": [5.83067, 57.52836, -1], "rotation": [0, 0, -7.5], "uv": [58, 2]} + ] + }, + { + "name": "right_ear", + "parent": "ears", + "pivot": [-4.25498, 57.69465, -0.5], + "rotation": [8.29012, 39.27345, 12.96248], + "cubes": [ + {"origin": [-13.32845, 54.92912, -1.5], "size": [11, 1, 2], "inflate": 0.01, "pivot": [-4.32845, 55.42912, -0.5], "rotation": [0, 0, 27.5], "uv": [27, 20], "mirror": true}, + {"origin": [-4.58067, 55.52836, -1.5], "size": [2, 1, 2], "uv": [28, 55], "mirror": true}, + {"origin": [-12.08067, 59.02836, -1.5], "size": [9, 1, 2], "inflate": 0.01, "uv": [80, 0], "mirror": true}, + {"origin": [-10.33067, 58.02836, -1.5], "size": [7, 2, 2], "uv": [0, 95], "mirror": true}, + {"origin": [-6.33067, 56.02836, -1.5], "size": [3, 1, 2], "uv": [54, 52], "mirror": true}, + {"origin": [-8.33067, 57.02836, -1.5], "size": [5, 1, 2], "uv": [98, 62], "mirror": true}, + {"origin": [-9.33067, 57.52836, -1.5], "size": [5, 1, 1], "inflate": 0.02, "pivot": [-5.83067, 57.52836, -1], "rotation": [0, 0, 7.5], "uv": [58, 2], "mirror": true} + ] + }, + { + "name": "lefteye", + "parent": "head", + "pivot": [2.3517, 57.16453, -2.368], + "rotation": [0, 0, -12.55], + "cubes": [ + {"origin": [3, 57, -3.25], "size": [1, 1, 2], "inflate": 0.01, "uv": [72, 16]}, + {"origin": [1.5, 56, -3.25], "size": [2, 2, 2], "inflate": 0.01, "uv": [66, 68]}, + {"origin": [1.6, 57, -3.7], "size": [1, 1, 2], "inflate": -0.3, "pivot": [2, 57.5, -2.75], "rotation": [0, 0, 10], "uv": [58, 4]}, + {"origin": [1.66, 56.84, -3.1], "size": [1, 1, 2], "inflate": 0.17, "uv": [0, 59]}, + {"origin": [1, 56, -3.25], "size": [1, 1, 2], "inflate": 0.01, "uv": [0, 62]} + ] + }, + { + "name": "righteye6", + "parent": "head", + "pivot": [-2.3517, 57.16453, -2.368], + "rotation": [0, 0, 12.55], + "cubes": [ + {"origin": [-3.5, 56, -3.25], "size": [2, 2, 2], "inflate": 0.01, "uv": [66, 68], "mirror": true}, + {"origin": [-4, 57, -3.25], "size": [1, 1, 2], "inflate": 0.01, "uv": [72, 16], "mirror": true}, + {"origin": [-2.66, 56.84, -3.1], "size": [1, 1, 2], "inflate": 0.17, "uv": [0, 59], "mirror": true}, + {"origin": [-2, 56, -3.25], "size": [1, 1, 2], "inflate": 0.01, "uv": [0, 62], "mirror": true}, + {"origin": [-2.6, 57, -3.7], "size": [1, 1, 2], "inflate": -0.3, "pivot": [-2, 57.5, -2.75], "rotation": [0, 0, -10], "uv": [58, 4], "mirror": true} + ] + }, + { + "name": "eyelids", + "parent": "head", + "pivot": [0, 55.81756, 2.4037] + }, + { + "name": "righteyelid", + "parent": "eyelids", + "pivot": [0, 57, -1.25], + "cubes": [ + {"origin": [-3.25, 56, -2.25], "size": [2, 1, 2], "inflate": 0.01, "pivot": [-2.5, 57, -1.25], "rotation": [0, 0, 12.5], "uv": [102, 2]} + ] + }, + { + "name": "lefteyelid", + "parent": "eyelids", + "pivot": [0, 57, -1.25], + "cubes": [ + {"origin": [1.25, 56, -2.25], "size": [2, 1, 2], "inflate": 0.01, "pivot": [2.5, 57, -1.25], "rotation": [0, 0, -12.5], "uv": [102, 2], "mirror": true} + ] + }, + { + "name": "collar2", + "parent": "body", + "pivot": [0.5, 45.74536, 1.96954] + }, + { + "name": "leftleg", + "parent": "deoxys", + "pivot": [4, 36, 1.5] + }, + { + "name": "left_thigh", + "parent": "leftleg", + "pivot": [-3, 14, -2.5], + "cubes": [ + {"origin": [3, 18.75, -1], "size": [5, 11, 5], "inflate": 0.1, "uv": [65, 0]}, + {"origin": [2.5, 25.75, -1.5], "size": [6, 10, 6], "inflate": 0.1, "uv": [36, 50]} + ] + }, + { + "name": "leftlegguard", + "parent": "left_thigh", + "pivot": [8.75, 36.28893, 1.75], + "rotation": [-0.21864, 9.9668, -20.02839], + "cubes": [ + {"origin": [-0.78247, 35.65437, -3.25], "size": [10, 1, 8], "pivot": [8.46753, 36.40437, 1.75], "rotation": [-2.5, 0, -27.5], "uv": [0, 50]}, + {"origin": [7.21753, 35.90437, -1], "size": [5, 0, 5], "pivot": [8.46753, 36.40437, 1.75], "rotation": [-8.49628, 44.54999, -38.2098], "uv": [17, 116]} + ] + }, + { + "name": "left_calf", + "parent": "left_thigh", + "pivot": [5.5, 20, 1.25], + "cubes": [ + {"origin": [3.5, 11, -0.5], "size": [4, 10, 4], "uv": [0, 75]}, + {"origin": [4, 5.25, 0], "size": [3, 10, 3], "uv": [34, 79]}, + {"origin": [4.5, 1, 0.5], "size": [2, 10, 2], "uv": [0, 99]}, + {"origin": [9.05563, 18.5, -2.81569], "size": [0, 5, 5], "pivot": [9.05563, 19, -2.06569], "rotation": [-45, -45, 0], "uv": [28, 45]} + ] + }, + { + "name": "rightleg", + "parent": "deoxys", + "pivot": [-4, 36, 1.5] + }, + { + "name": "right_thigh", + "parent": "rightleg", + "pivot": [3, 14, -2.5], + "cubes": [ + {"origin": [-8.5, 25.75, -1.5], "size": [6, 10, 6], "inflate": 0.1, "uv": [36, 50], "mirror": true}, + {"origin": [-8, 18.75, -1], "size": [5, 11, 5], "inflate": 0.1, "uv": [65, 0], "mirror": true} + ] + }, + { + "name": "rightlegguard", + "parent": "right_thigh", + "pivot": [-8.75, 36.28893, 1.75], + "rotation": [-0.21864, -9.9668, 20.02839], + "cubes": [ + {"origin": [-9.3347, 35.52261, -3.25093], "size": [10, 1, 8], "pivot": [-8.3347, 36.27261, 1.74907], "rotation": [-2.5, 0, 27.5], "uv": [24, 41]}, + {"origin": [-12.21753, 35.90437, -1], "size": [5, 0, 5], "pivot": [-8.46753, 36.40437, 1.75], "rotation": [-8.49628, -44.54999, 38.2098], "uv": [17, 116], "mirror": true} + ] + }, + { + "name": "right_calf", + "parent": "right_thigh", + "pivot": [-5.5, 20, 1.25], + "cubes": [ + {"origin": [-7.5, 11, -0.5], "size": [4, 10, 4], "uv": [0, 75], "mirror": true}, + {"origin": [-7, 5.25, 0], "size": [3, 10, 3], "uv": [34, 79], "mirror": true}, + {"origin": [-6.5, 1, 0.5], "size": [2, 10, 2], "uv": [0, 99], "mirror": true}, + {"origin": [-9.05563, 18.5, -2.81569], "size": [0, 5, 5], "pivot": [-9.05563, 19, -2.06569], "rotation": [-45, 45, 0], "uv": [28, 45], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/deoxysdefense/deoxysdefense.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/deoxysdefense/deoxysdefense.geo.json new file mode 100644 index 0000000..9d7a688 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/deoxysdefense/deoxysdefense.geo.json @@ -0,0 +1,398 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 256, + "texture_height": 256, + "visible_bounds_width": 7, + "visible_bounds_height": 5.5, + "visible_bounds_offset": [0, 2.25, 0] + }, + "bones": [ + { + "name": "deoxys", + "pivot": [0.5, 0.25, -1] + }, + { + "name": "hips", + "parent": "deoxys", + "pivot": [0, 35.5, 1.5], + "cubes": [ + {"origin": [-4.5, 32.75, -2], "size": [9, 4, 7], "uv": [89, 26]}, + {"origin": [-5, 33.75, -2.5], "size": [10, 4, 8], "uv": [77, 41]} + ] + }, + { + "name": "body", + "parent": "hips", + "pivot": [0, 50.02553, 0.85091], + "cubes": [ + {"origin": [1.49278, 50.25723, -3.31], "size": [2, 4, 1], "inflate": 0.2, "pivot": [2.99054, 49.27196, -4.63], "rotation": [0, 0, 27.5], "uv": [0, 22]}, + {"origin": [-8, 42.5, -3.5], "size": [16, 3, 10], "uv": [0, 22]}, + {"origin": [-11, 44.5, -3.5], "size": [22, 12, 10], "inflate": -0.01, "uv": [0, 0]}, + {"origin": [7.82322, 50.09472, -3.01], "size": [5, 5, 9], "inflate": -0.02, "pivot": [10.82322, 51.84472, 1.49], "rotation": [0, 0, 45], "uv": [111, 75]}, + {"origin": [10.18934, 53.85355, -3.5], "size": [1, 3, 10], "inflate": 0.1, "pivot": [9.93934, 55.60355, 1.5], "rotation": [0, 0, 30], "uv": [44, 123]}, + {"origin": [-5, 45.5, -1.5], "size": [10, 12, 9], "uv": [0, 44]}, + {"origin": [-3.49278, 50.25723, -3.31], "size": [2, 4, 1], "inflate": 0.2, "pivot": [-2.99054, 49.27196, -4.63], "rotation": [0, 0, -27.5], "uv": [0, 27]}, + {"origin": [-4, 36.25, -2], "size": [8, 6, 7], "uv": [142, 109]}, + {"origin": [-12.82322, 50.09472, -3.01], "size": [5, 5, 9], "inflate": -0.02, "pivot": [-10.82322, 51.84472, 1.49], "rotation": [0, 0, -45], "uv": [25, 108]}, + {"origin": [-11.18934, 53.85355, -3.5], "size": [1, 3, 10], "inflate": 0.1, "pivot": [-9.93934, 55.60355, 1.5], "rotation": [0, 0, -30], "uv": [22, 122]}, + {"origin": [-5, 40.75, -2.5], "size": [10, 7, 8], "inflate": -0.01, "uv": [0, 69]}, + {"origin": [-3.75, 47.27553, 5.60091], "size": [2, 2, 2], "uv": [150, 0], "mirror": true}, + {"origin": [1.75, 47.27553, 5.60091], "size": [2, 2, 2], "uv": [150, 0]}, + {"origin": [-1, 52.02553, 5.60091], "size": [2, 2, 2], "uv": [164, 0]} + ] + }, + { + "name": "chestdetail", + "parent": "body", + "pivot": [0.5, 45.74536, 1.46954], + "cubes": [ + {"origin": [-3, 43.49536, -3.53046], "size": [2, 6, 0], "pivot": [-3, 46.49536, -3.53046], "rotation": [0, -45, 0], "uv": [0, 44]}, + {"origin": [-3, 47.5, -3.5], "size": [6, 2, 0], "pivot": [0, 49.5, -3.5], "rotation": [45, 0, 0], "uv": [42, 30]}, + {"origin": [1, 43.49536, -3.53046], "size": [2, 6, 0], "pivot": [3, 46.49536, -3.53046], "rotation": [0, 45, 0], "uv": [4, 44]}, + {"origin": [-3, 43.5, -3.5], "size": [6, 2, 0], "pivot": [0, 43.5, -3.5], "rotation": [-45, 0, 0], "uv": [54, 5]}, + {"origin": [-2, 44.5, -3], "size": [4, 4, 2], "uv": [29, 44]} + ] + }, + { + "name": "collar", + "parent": "body", + "pivot": [-0.5, 44.74536, 1.96954] + }, + { + "name": "head", + "parent": "body", + "pivot": [0, 54.82304, 0.53143], + "cubes": [ + {"origin": [-5.5, 53.75, -4.75], "size": [11, 5, 11], "inflate": 0.02, "uv": [41, 33]}, + {"origin": [0.99278, 50.25723, -4.64], "size": [2, 4, 10], "inflate": 0.1, "pivot": [2.99054, 49.27196, -4.63], "rotation": [0, 0, 27.5], "uv": [121, 121]}, + {"origin": [-2.99278, 50.25723, -4.64], "size": [2, 4, 10], "inflate": 0.1, "pivot": [-2.99054, 49.27196, -4.63], "rotation": [0, 0, -27.5], "uv": [97, 121]}, + {"origin": [-4.5, 53, -4.25], "size": [9, 7, 10], "uv": [28, 60]}, + {"origin": [-3.5, 50.75, -5], "size": [7, 8, 9], "uv": [57, 75]}, + {"origin": [-3.5, 59, -3.25], "size": [7, 2, 8], "uv": [107, 111]}, + {"origin": [-3.49, 50.01, -4.74], "size": [7, 2, 2], "inflate": -0.01, "uv": [197, 32]} + ] + }, + { + "name": "ears", + "parent": "head", + "pivot": [0, 23.25, -3.25] + }, + { + "name": "lefteye", + "parent": "head", + "pivot": [2.3517, 55.16453, -4.118], + "rotation": [0, 0, -12.55], + "cubes": [ + {"origin": [3, 55, -5], "size": [1, 1, 2], "inflate": 0.01, "uv": [42, 56]}, + {"origin": [1.5, 54, -5], "size": [2, 2, 2], "inflate": 0.01, "uv": [0, 4]}, + {"origin": [1.6, 55, -5.45], "size": [1, 1, 2], "inflate": -0.3, "pivot": [2, 55.5, -4.5], "rotation": [0, 0, 10], "uv": [54, 25]}, + {"origin": [1.66, 54.84, -4.85], "size": [1, 1, 2], "inflate": 0.17, "uv": [54, 28]}, + {"origin": [1, 54, -5], "size": [1, 1, 2], "inflate": 0.01, "uv": [38, 55]} + ] + }, + { + "name": "righteye6", + "parent": "head", + "pivot": [-2.3517, 55.16453, -4.118], + "rotation": [0, 0, 12.55], + "cubes": [ + {"origin": [-3.5, 54, -5], "size": [2, 2, 2], "inflate": 0.01, "uv": [0, 4], "mirror": true}, + {"origin": [-4, 55, -5], "size": [1, 1, 2], "inflate": 0.01, "uv": [42, 56], "mirror": true}, + {"origin": [-2.66, 54.84, -4.85], "size": [1, 1, 2], "inflate": 0.17, "uv": [54, 28], "mirror": true}, + {"origin": [-2, 54, -5], "size": [1, 1, 2], "inflate": 0.01, "uv": [38, 55], "mirror": true}, + {"origin": [-2.6, 55, -5.45], "size": [1, 1, 2], "inflate": -0.3, "pivot": [-2, 55.5, -4.5], "rotation": [0, 0, -10], "uv": [54, 25], "mirror": true} + ] + }, + { + "name": "eyelids", + "parent": "head", + "pivot": [0, 54.82304, 1.53143] + }, + { + "name": "righteyelid", + "parent": "eyelids", + "pivot": [0, 55, -3], + "cubes": [ + {"origin": [-3.25, 54, -4], "size": [2, 1, 2], "inflate": 0.01, "pivot": [-2.5, 55, -3], "rotation": [0, 0, 12.5], "uv": [0, 0]} + ] + }, + { + "name": "lefteyelid", + "parent": "eyelids", + "pivot": [0, 55, -3], + "cubes": [ + {"origin": [1.25, 54, -4], "size": [2, 1, 2], "inflate": 0.01, "pivot": [2.5, 55, -3], "rotation": [0, 0, -12.5], "uv": [0, 0], "mirror": true} + ] + }, + { + "name": "Left_arm", + "parent": "body", + "pivot": [13, 52, 1.5] + }, + { + "name": "leftarm_red", + "parent": "Left_arm", + "pivot": [13.95, 53, 1.5], + "rotation": [0, 0, 75] + }, + { + "name": "Lred1", + "parent": "leftarm_red", + "pivot": [13.95, 53, 1.5], + "cubes": [ + {"origin": [14.25, 52.5, -2], "size": [9, 1, 7], "uv": [118, 47]} + ] + }, + { + "name": "Lred2", + "parent": "Lred1", + "pivot": [23.75, 53, 1.5], + "cubes": [ + {"origin": [23.25, 52.5, -2], "size": [9, 1, 7], "uv": [116, 9]} + ] + }, + { + "name": "Lred3", + "parent": "Lred2", + "pivot": [32.75, 53, 1.5], + "cubes": [ + {"origin": [32.25, 52.5, -2.5], "size": [9, 1, 8], "uv": [105, 38]} + ] + }, + { + "name": "Lred4", + "parent": "Lred3", + "pivot": [41.75, 53, 1.5], + "cubes": [ + {"origin": [41.25, 52.5, -2.5], "size": [9, 1, 8], "uv": [86, 102]} + ] + }, + { + "name": "Lred5", + "parent": "Lred4", + "pivot": [50.75, 53, 1.5], + "cubes": [ + {"origin": [50.25, 52.5, -2.5], "size": [11, 1, 8], "uv": [0, 84]} + ] + }, + { + "name": "leftarm_blue", + "parent": "Left_arm", + "pivot": [12.2, 51.25, 1.5], + "rotation": [0, 0, 77.5] + }, + { + "name": "Lblue1", + "parent": "leftarm_blue", + "pivot": [12.2, 51.25, 1.5], + "cubes": [ + {"origin": [12.5, 50.75, -2], "size": [9, 1, 7], "uv": [46, 115]} + ] + }, + { + "name": "Lblue2", + "parent": "Lblue1", + "pivot": [22, 51.25, 1.5], + "cubes": [ + {"origin": [21.5, 50.75, -2], "size": [9, 1, 7], "uv": [114, 24]} + ] + }, + { + "name": "Lblue3", + "parent": "Lblue2", + "pivot": [31, 51.25, 1.5], + "cubes": [ + {"origin": [30.5, 50.75, -2.5], "size": [9, 1, 8], "uv": [86, 93]} + ] + }, + { + "name": "Lblue4", + "parent": "Lblue3", + "pivot": [40, 51.25, 1.5], + "cubes": [ + {"origin": [39.5, 50.75, -2.5], "size": [9, 1, 8], "uv": [0, 93]} + ] + }, + { + "name": "Lblue5", + "parent": "Lblue4", + "pivot": [49, 51.25, 1.5], + "cubes": [ + {"origin": [48.5, 50.75, -2.5], "size": [11, 1, 8], "uv": [80, 75]} + ] + }, + { + "name": "Right_arm", + "parent": "body", + "pivot": [-13, 52.02553, 1.35091] + }, + { + "name": "rightarm_red", + "parent": "Right_arm", + "pivot": [-13.95, 53, 1.5], + "rotation": [0, 0, -75] + }, + { + "name": "Rred1", + "parent": "rightarm_red", + "pivot": [-13.75, 53, 1.5], + "cubes": [ + {"origin": [-23.25, 52.5, -2], "size": [9, 1, 7], "uv": [0, 115]} + ] + }, + { + "name": "Rred2", + "parent": "Rred1", + "pivot": [-23.75, 53, 1.5], + "cubes": [ + {"origin": [-32.25, 52.5, -2], "size": [9, 1, 7], "uv": [112, 102]} + ] + }, + { + "name": "Rred3", + "parent": "Rred2", + "pivot": [-32.75, 53, 1.5], + "cubes": [ + {"origin": [-41.25, 52.5, -2.5], "size": [9, 1, 8], "uv": [0, 102]} + ] + }, + { + "name": "Rred4", + "parent": "Rred3", + "pivot": [-41.75, 53, 1.5], + "cubes": [ + {"origin": [-50.25, 52.5, -2.5], "size": [9, 1, 8], "uv": [100, 62]} + ] + }, + { + "name": "Rred5", + "parent": "Rred4", + "pivot": [-50.75, 53, 1.5], + "cubes": [ + {"origin": [-61.25, 52.5, -2.5], "size": [11, 1, 8], "uv": [86, 15]} + ] + }, + { + "name": "rightarm_blue", + "parent": "Right_arm", + "pivot": [-12.2, 51.25, 1.5], + "rotation": [0, 0, -77.5] + }, + { + "name": "Rblue1", + "parent": "rightarm_blue", + "pivot": [-12.2, 51.25, 1.5], + "cubes": [ + {"origin": [-21.5, 50.75, -2], "size": [9, 1, 7], "uv": [116, 0]} + ] + }, + { + "name": "Rblue2", + "parent": "Rblue1", + "pivot": [-22.2, 51.25, 1.5], + "cubes": [ + {"origin": [-30.5, 50.75, -2], "size": [9, 1, 7], "uv": [112, 89]} + ] + }, + { + "name": "Rblue3", + "parent": "Rblue2", + "pivot": [-31.2, 51.25, 1.5], + "cubes": [ + {"origin": [-39.5, 50.75, -2.5], "size": [9, 1, 8], "uv": [92, 53]} + ] + }, + { + "name": "Rblue4", + "parent": "Rblue3", + "pivot": [-40.2, 51.25, 1.5], + "cubes": [ + {"origin": [-48.5, 50.75, -2.5], "size": [9, 1, 8], "uv": [90, 0]} + ] + }, + { + "name": "Rblue5", + "parent": "Rblue4", + "pivot": [-49.2, 51.25, 1.5], + "cubes": [ + {"origin": [-59.5, 50.75, -2.5], "size": [11, 1, 8], "uv": [81, 84]} + ] + }, + { + "name": "leftleg", + "parent": "deoxys", + "pivot": [5, 34, 2] + }, + { + "name": "left_thigh", + "parent": "leftleg", + "pivot": [5, 28, 0.5], + "cubes": [ + {"origin": [2.5, 19.25, -1.5], "size": [6, 16, 6], "inflate": 0.1, "uv": [38, 86]}, + {"origin": [4.9, 19, -1.75], "size": [1, 6, 1], "inflate": 0.02, "uv": [161, 14]} + ] + }, + { + "name": "leftlegguard", + "parent": "left_thigh", + "pivot": [5.82322, 32.56975, 1.5], + "rotation": [0, 32.5, 0], + "cubes": [ + {"origin": [-2, 32.5, -3.5], "size": [12, 1, 10], "pivot": [6, 34.75, 1.5], "rotation": [0, -10, -45], "uv": [52, 22]}, + {"origin": [-1.10907, 32.5, -2.5], "size": [1, 0, 8], "pivot": [5.82322, 32.0026, 1.5], "rotation": [0, -10, -45], "uv": [0, 0]}, + {"origin": [11.89093, 32.5, -2.5], "size": [3, 0, 8], "pivot": [5.82322, 32.0026, 1.5], "rotation": [0, -10, -45], "uv": [34, 22]} + ] + }, + { + "name": "left_calf", + "parent": "left_thigh", + "pivot": [6, 19.25, 1.5], + "cubes": [ + {"origin": [3.9, 18.5, -2], "size": [3, 3, 2], "inflate": 0.01, "uv": [38, 50]}, + {"origin": [3, 10.25, -1], "size": [5, 10, 5], "inflate": 0.1, "uv": [0, 123]}, + {"origin": [3.5, 0, -0.5], "size": [4, 11, 4], "inflate": 0.1, "uv": [126, 55]} + ] + }, + { + "name": "rightleg", + "parent": "deoxys", + "pivot": [-5, 34, 2] + }, + { + "name": "right_thigh", + "parent": "rightleg", + "pivot": [-5, 28, 0.5], + "cubes": [ + {"origin": [-8.5, 19.25, -1.5], "size": [6, 16, 6], "inflate": 0.1, "uv": [62, 92]}, + {"origin": [-5.9, 19, -1.75], "size": [1, 6, 1], "inflate": 0.02, "uv": [161, 14], "mirror": true} + ] + }, + { + "name": "rightlegguard", + "parent": "right_thigh", + "pivot": [-5.82322, 32.56975, 1.5], + "rotation": [0, -32.5, 0], + "cubes": [ + {"origin": [0.10907, 32.5, -2.5], "size": [1, 0, 8], "pivot": [-5.82322, 32.0026, 1.5], "rotation": [0, 10, 45], "uv": [0, 22]}, + {"origin": [-14.89093, 32.5, -2.5], "size": [3, 0, 8], "pivot": [-5.82322, 32.0026, 1.5], "rotation": [0, 10, 45], "uv": [40, 22]}, + {"origin": [-10, 32.5, -3.5], "size": [12, 1, 10], "pivot": [-6, 34.75, 1.5], "rotation": [0, 10, 45], "uv": [38, 49]} + ] + }, + { + "name": "right_calf", + "parent": "right_thigh", + "pivot": [-6, 19.25, 1.5], + "cubes": [ + {"origin": [-6.9, 18.5, -2], "size": [3, 3, 2], "inflate": 0.01, "uv": [38, 50], "mirror": true}, + {"origin": [-8, 10.25, -1], "size": [5, 10, 5], "inflate": 0.1, "uv": [66, 124]}, + {"origin": [-7.5, 0, -0.5], "size": [4, 11, 4], "inflate": 0.1, "uv": [16, 135]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/deoxysspeed/deoxysspeed.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/deoxysspeed/deoxysspeed.geo.json new file mode 100644 index 0000000..92912a8 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/deoxysspeed/deoxysspeed.geo.json @@ -0,0 +1,363 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 9, + "visible_bounds_height": 5.5, + "visible_bounds_offset": [0, 2.25, 0] + }, + "bones": [ + { + "name": "deoxys", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "deoxys", + "pivot": [0, 46.35, 2.925], + "cubes": [ + {"origin": [4.75, 44.5, -1], "size": [2, 5, 5], "uv": [85, 95]}, + {"origin": [-2, 46.5, -0.25], "size": [4, 7, 4], "uv": [82, 23]}, + {"origin": [-2.5, 37.75, -1], "size": [5, 6, 5], "inflate": 0.2, "uv": [79, 48]}, + {"origin": [1.5, 45, 3.75], "size": [2, 2, 2], "inflate": -0.1, "uv": [0, 32]}, + {"origin": [-3.5, 45, 3.75], "size": [2, 2, 2], "inflate": -0.1, "uv": [0, 32], "mirror": true}, + {"origin": [-1, 48.25, 3.75], "size": [2, 2, 2], "inflate": -0.1, "uv": [0, 0]}, + {"origin": [-6.75, 44.5, -1], "size": [2, 5, 5], "uv": [85, 95], "mirror": true}, + {"origin": [-5, 43.5, -2.5], "size": [10, 7, 8], "uv": [1, 1]}, + {"origin": [-3.5, 42.5, -2], "size": [7, 7, 7], "uv": [52, 53]}, + {"origin": [-0.5, 43.5, 4.5], "size": [1, 2, 1], "inflate": 0.01, "uv": [113, 74]} + ] + }, + { + "name": "chestdetail", + "parent": "body", + "pivot": [0.5, 45.74536, 2.46954], + "cubes": [ + {"origin": [-3, 43.49536, -2.53046], "size": [2, 6, 0], "pivot": [-3, 46.49536, -2.53046], "rotation": [0, -45, 0], "uv": [29, 0]}, + {"origin": [-3, 47.5, -2.5], "size": [6, 2, 0], "pivot": [0, 49.5, -2.5], "rotation": [45, 0, 0], "uv": [52, 29]}, + {"origin": [1, 43.49536, -2.53046], "size": [2, 6, 0], "pivot": [3, 46.49536, -2.53046], "rotation": [0, 45, 0], "uv": [52, 53]}, + {"origin": [-3, 43.5, -2.5], "size": [6, 2, 0], "pivot": [0, 43.5, -2.5], "rotation": [-45, 0, 0], "uv": [52, 31]}, + {"origin": [-2, 44.5, -2], "size": [4, 4, 2], "uv": [49, 0]} + ] + }, + { + "name": "collar", + "parent": "body", + "pivot": [-0.5, 45.74536, 1.96954], + "cubes": [ + {"origin": [-2.5, 48.99768, -1.64023], "size": [5, 2, 7], "pivot": [-0.5, 50.24768, 1.60977], "rotation": [7.5, 0, 0], "uv": [68, 14]}, + {"origin": [-0.5, 49.5, -2.5], "size": [1, 1, 2], "inflate": 0.01, "uv": [112, 70]}, + {"origin": [-0.5, 50.5, -0.25], "size": [1, 3, 1], "inflate": 0.01, "uv": [107, 71]} + ] + }, + { + "name": "hips", + "parent": "body", + "pivot": [0, 37.25, 1.5], + "cubes": [ + {"origin": [-3.5, 37, -2], "size": [7, 2, 7], "uv": [61, 29]}, + {"origin": [-4.5, 32.75, -2], "size": [9, 5, 7], "uv": [52, 41]}, + {"origin": [-5.5, 34, -2.5], "size": [11, 4, 8], "uv": [0, 103], "mirror": true} + ] + }, + { + "name": "left_arm", + "parent": "body", + "pivot": [5, 47.25, 1.5] + }, + { + "name": "Lred1", + "parent": "left_arm", + "pivot": [5, 47.25, 1.5], + "cubes": [ + {"origin": [1, 46.25, 0.5], "size": [8, 2, 2], "uv": [94, 95]} + ] + }, + { + "name": "Lred2", + "parent": "Lred1", + "pivot": [9, 47.25, 1.5], + "cubes": [ + {"origin": [9, 46.25, 0.5], "size": [8, 2, 2], "uv": [94, 45]} + ] + }, + { + "name": "Lred3", + "parent": "Lred2", + "pivot": [17, 47.25, 1.5], + "cubes": [ + {"origin": [17, 46.25, 0.5], "size": [8, 2, 2], "uv": [94, 20]} + ] + }, + { + "name": "Lred4", + "parent": "Lred3", + "pivot": [25, 47.25, 1.5], + "cubes": [ + {"origin": [25, 46.25, 0.5], "size": [8, 2, 2], "uv": [93, 59]} + ] + }, + { + "name": "Lred5", + "parent": "Lred4", + "pivot": [33, 47.25, 1.5], + "cubes": [ + {"origin": [33, 46.25, 0.5], "size": [8, 2, 2], "uv": [93, 0]} + ] + }, + { + "name": "Lred6", + "parent": "Lred5", + "pivot": [41, 47.25, 1.5], + "cubes": [ + {"origin": [41, 46.25, 0.5], "size": [8, 2, 2], "uv": [85, 91]} + ] + }, + { + "name": "Lred7", + "parent": "Lred6", + "pivot": [49, 47.25, 1.5], + "cubes": [ + {"origin": [49, 46.25, 0.5], "size": [8, 2, 2], "uv": [91, 77]} + ] + }, + { + "name": "right_arm", + "parent": "body", + "pivot": [-5, 47.25, 1.5] + }, + { + "name": "Rblue1", + "parent": "right_arm", + "pivot": [-5, 47.25, 1.5], + "cubes": [ + {"origin": [-9, 46.25, 0.5], "size": [8, 2, 2], "uv": [94, 49]} + ] + }, + { + "name": "Rblue2", + "parent": "Rblue1", + "pivot": [-9, 47.25, 1.5], + "cubes": [ + {"origin": [-17, 46.25, 0.5], "size": [8, 2, 2], "uv": [91, 38]} + ] + }, + { + "name": "Rblue3", + "parent": "Rblue2", + "pivot": [-17, 47.25, 1.5], + "cubes": [ + {"origin": [-25, 46.25, 0.5], "size": [8, 2, 2], "uv": [89, 34]} + ] + }, + { + "name": "Rblue4", + "parent": "Rblue3", + "pivot": [-25, 47.25, 1.5], + "cubes": [ + {"origin": [-33, 46.25, 0.5], "size": [8, 2, 2], "uv": [85, 16]} + ] + }, + { + "name": "Rblue5", + "parent": "Rblue4", + "pivot": [-33, 47.25, 1.5], + "cubes": [ + {"origin": [-41, 46.25, 0.5], "size": [8, 2, 2], "uv": [85, 12]} + ] + }, + { + "name": "Rblue6", + "parent": "Rblue5", + "pivot": [-41, 47.25, 1.5], + "cubes": [ + {"origin": [-49, 46.25, 0.5], "size": [8, 2, 2], "uv": [81, 73]} + ] + }, + { + "name": "Rblue7", + "parent": "Rblue6", + "pivot": [-49, 47.25, 1.5], + "cubes": [ + {"origin": [-57, 46.25, 0.5], "size": [8, 2, 2], "uv": [0, 65]} + ] + }, + { + "name": "head", + "parent": "body", + "pivot": [0, 54.81756, 2.1537], + "cubes": [ + {"origin": [-4.5, 53.5, -3], "size": [9, 8, 8], "uv": [30, 8]}, + {"origin": [-3.5, 61.25, -2], "size": [7, 1, 6], "uv": [29, 0]}, + {"origin": [-3.5, 52.75, -3.25], "size": [7, 8, 9], "uv": [29, 24]}, + {"origin": [-3.5, 52.67083, 5.78609], "size": [7, 5, 1], "pivot": [0, 52.60809, 5.54355], "rotation": [20, 0, 0], "uv": [42, 41]} + ] + }, + { + "name": "topspike", + "parent": "head", + "pivot": [0, 62.18884, 11.1226], + "rotation": [-2.5, 0, 0], + "cubes": [ + {"origin": [-2, 53.84405, 8.50863], "size": [4, 12, 6], "pivot": [0, 64.34405, 8.25863], "rotation": [-72.5, 0, 0], "uv": [41, 67]}, + {"origin": [-0.5, 71.59405, 8.50863], "size": [1, 4, 4], "pivot": [0, 64.34405, 8.25863], "rotation": [-72.5, 0, 0], "uv": [113, 20]}, + {"origin": [0, 70.84405, 8.50863], "size": [0, 8, 4], "pivot": [0, 64.34405, 8.25863], "rotation": [-72.5, 0, 0], "uv": [0, 12]}, + {"origin": [-1, 64.59405, 8.50863], "size": [2, 7, 5], "pivot": [0, 64.34405, 8.25863], "rotation": [-72.5, 0, 0], "uv": [84, 0], "mirror": true} + ] + }, + { + "name": "ears", + "parent": "head", + "pivot": [0, 24.25, -2] + }, + { + "name": "R_ear", + "parent": "ears", + "pivot": [0, 24.25, -2], + "cubes": [ + {"origin": [-5, 58.25, -2.25], "size": [0, 6, 5], "uv": [0, 40], "mirror": true}, + {"origin": [-5.25, 56.25, -0.25], "size": [1, 3, 1], "inflate": 0.02, "uv": [116, 30], "mirror": true}, + {"origin": [-5.25, 54.25, -2.75], "size": [1, 5, 6], "uv": [34, 85]} + ] + }, + { + "name": "L_ear", + "parent": "ears", + "pivot": [0, 24.25, -2], + "cubes": [ + {"origin": [5, 58.25, -2.25], "size": [0, 6, 5], "uv": [0, 40]}, + {"origin": [4.25, 56.25, -0.25], "size": [1, 3, 1], "inflate": 0.02, "uv": [116, 30]}, + {"origin": [4.25, 54.25, -2.75], "size": [1, 5, 6], "uv": [0, 86]} + ] + }, + { + "name": "lefteye", + "parent": "head", + "pivot": [2.3517, 57.16453, -2.368], + "rotation": [0, 0, -12.55], + "cubes": [ + {"origin": [3, 57, -3.25], "size": [1, 1, 2], "inflate": 0.01, "uv": [30, 67]}, + {"origin": [1.5, 56, -3.25], "size": [2, 2, 2], "inflate": 0.01, "uv": [42, 47]}, + {"origin": [1.6, 57, -3.7], "size": [1, 1, 2], "inflate": -0.3, "pivot": [2, 57.5, -2.75], "rotation": [0, 0, 10], "uv": [61, 33]}, + {"origin": [1.66, 56.84, -3.1], "size": [1, 1, 2], "inflate": 0.17, "uv": [61, 38]}, + {"origin": [1, 56, -3.25], "size": [1, 1, 2], "inflate": 0.01, "uv": [20, 65]} + ] + }, + { + "name": "righteye6", + "parent": "head", + "pivot": [-2.3517, 57.16453, -2.368], + "rotation": [0, 0, 12.55], + "cubes": [ + {"origin": [-3.5, 56, -3.25], "size": [2, 2, 2], "inflate": 0.01, "uv": [0, 36]}, + {"origin": [-4, 57, -3.25], "size": [1, 1, 2], "inflate": 0.01, "uv": [4, 52]}, + {"origin": [-2.66, 56.84, -3.1], "size": [1, 1, 2], "inflate": 0.17, "uv": [16, 51]}, + {"origin": [-2, 56, -3.25], "size": [1, 1, 2], "inflate": 0.01, "uv": [20, 52]}, + {"origin": [-2.6, 57, -3.7], "size": [1, 1, 2], "inflate": -0.3, "pivot": [-2, 57.5, -2.75], "rotation": [0, 0, -10], "uv": [0, 51]} + ] + }, + { + "name": "eyelids", + "parent": "head", + "pivot": [0, 55.75506, 3.4037] + }, + { + "name": "righteyelid", + "parent": "eyelids", + "pivot": [0, 57, -1.25], + "cubes": [ + {"origin": [-3.25, 56, -2.25], "size": [2, 1, 2], "inflate": 0.01, "pivot": [-2.5, 57, -1.25], "rotation": [0, 0, 12.5], "uv": [102, 2]} + ] + }, + { + "name": "lefteyelid", + "parent": "eyelids", + "pivot": [0, 55.75506, 3.4037], + "cubes": [ + {"origin": [1.25, 56, -2.25], "size": [2, 1, 2], "inflate": 0.01, "pivot": [2.5, 57, -1.25], "rotation": [0, 0, -12.5], "uv": [102, 2], "mirror": true} + ] + }, + { + "name": "leftleg", + "parent": "deoxys", + "pivot": [4, 36, 1.5] + }, + { + "name": "leftlegguard", + "parent": "leftleg", + "pivot": [7.25, 35.75, 4.25], + "rotation": [0, 0, 47.5], + "cubes": [ + {"origin": [6.25, 34.75, -2.75], "size": [2, 4, 11], "uv": [15, 61]}, + {"origin": [6.25, 27.25, -4], "size": [2, 10, 10], "uv": [50, 100]}, + {"origin": [7.25, 32.75, 3.25], "size": [0, 6, 9], "uv": [16, 36]}, + {"origin": [5.75, 27.75, -3.5], "size": [3, 10, 10], "uv": [0, 45]} + ] + }, + { + "name": "left_thigh", + "parent": "leftleg", + "pivot": [5.5, 33.44667, 1.58333], + "cubes": [ + {"origin": [4.5, 18.84, -1], "size": [2, 1, 1], "uv": [117, 80], "mirror": true}, + {"origin": [3, 18.75, -1], "size": [5, 9, 5], "inflate": -0.1, "uv": [76, 77]}, + {"origin": [3, 25.75, -1], "size": [5, 10, 5], "inflate": 0.1, "uv": [61, 67]} + ] + }, + { + "name": "left_calf", + "parent": "left_thigh", + "pivot": [5.5, 19.75, 1.5], + "cubes": [ + {"origin": [3.5, 11, -0.5], "size": [4, 10, 4], "uv": [57, 82]}, + {"origin": [4, 5.25, 0], "size": [3, 10, 3], "uv": [14, 90]}, + {"origin": [4, 0.25, 0], "size": [3, 10, 3], "inflate": -0.3, "uv": [14, 90]}, + {"origin": [5, 16, -0.5], "size": [1, 3, 1], "inflate": 0.01, "uv": [111, 80], "mirror": true} + ] + }, + { + "name": "rightleg", + "parent": "deoxys", + "pivot": [-4, 36, 1.5] + }, + { + "name": "rightleftguard", + "parent": "rightleg", + "pivot": [-7.25, 35.75, 4.25], + "rotation": [0, 0, -47.5], + "cubes": [ + {"origin": [-8.25, 27.25, -4], "size": [2, 10, 10], "uv": [50, 100], "mirror": true}, + {"origin": [-7.25, 32.75, 3], "size": [0, 6, 9], "uv": [30, 52]}, + {"origin": [-8.75, 27.75, -3.5], "size": [3, 10, 10], "uv": [0, 45], "mirror": true}, + {"origin": [-8.25, 34.75, -2.75], "size": [2, 4, 11], "uv": [15, 61], "mirror": true} + ] + }, + { + "name": "right_thigh", + "parent": "rightleg", + "pivot": [-5.5, 33.44667, 1.33333], + "cubes": [ + {"origin": [-6.5, 18.84, -1], "size": [2, 1, 1], "uv": [117, 80]}, + {"origin": [-8, 25.75, -1], "size": [5, 10, 5], "inflate": 0.1, "uv": [61, 67], "mirror": true}, + {"origin": [-8, 18.75, -1], "size": [5, 9, 5], "inflate": -0.1, "uv": [20, 76]} + ] + }, + { + "name": "right_calf", + "parent": "right_thigh", + "pivot": [-5.5, 19.75, 1.5], + "cubes": [ + {"origin": [-6, 16, -0.5], "size": [1, 3, 1], "inflate": 0.01, "uv": [111, 80]}, + {"origin": [-7.5, 11, -0.5], "size": [4, 10, 4], "uv": [81, 59]}, + {"origin": [-7, 0.25, 0], "size": [3, 10, 3], "inflate": -0.3, "uv": [14, 90], "mirror": true}, + {"origin": [-7, 5.25, 0], "size": [3, 10, 3], "uv": [14, 90], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/dewpider/dewpider.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/dewpider/dewpider.geo.json new file mode 100644 index 0000000..061efdf --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/dewpider/dewpider.geo.json @@ -0,0 +1,82 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.dewpider", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "all", + "pivot": [0, 0, 0] + }, + { + "name": "head", + "parent": "all", + "pivot": [0, 7, 0], + "cubes": [ + {"origin": [-4.5, 7, -4.5], "size": [9, 8, 9], "uv": [0, 0]}, + {"origin": [-3.5, 7, -3.5], "size": [7, 7, 7], "uv": [0, 17]}, + {"origin": [-1, 14, 1], "size": [2, 1, 2], "uv": [42, 24]}, + {"origin": [-3.5, 14, -2.5], "size": [2, 1, 2], "uv": [42, 21]}, + {"origin": [1.5, 14, -2.5], "size": [2, 1, 2], "uv": [42, 27]}, + {"origin": [-4.5, 7, 4.5], "size": [9, 8, 0], "uv": [46, 56]}, + {"origin": [-4.5, 7, -4.5], "size": [9, 8, 0], "pivot": [0, 11, -4.5], "rotation": [0, 180, 0], "uv": [46, 56]}, + {"origin": [1.5, 13, -4.49], "size": [2, 2, 0], "pivot": [0, 11, -4.5], "rotation": [0, 180, 0], "uv": [0, 62]}, + {"origin": [0, 7, 9], "size": [9, 8, 0], "pivot": [0, 11, 4.5], "rotation": [0, 90, 0], "uv": [46, 56]}, + {"origin": [-9, 7, 0], "size": [9, 8, 0], "pivot": [-4.5, 11, 0], "rotation": [0, -90, 0], "uv": [46, 56]}, + {"origin": [-4.5, 15, -4.5], "size": [9, 0, 9], "uv": [19, 55]}, + {"origin": [-4.5, 7, -4.5], "size": [9, 0, 9], "uv": [1, 55]} + ] + }, + { + "name": "body", + "parent": "all", + "pivot": [0, 7, 0], + "cubes": [ + {"origin": [-3.5, 6, -3.5], "size": [7, 1, 7], "uv": [21, 24]}, + {"origin": [-1.5, 2, -1.5], "size": [3, 4, 3], "uv": [21, 17]}, + {"origin": [-0.5, 1, -0.5], "size": [1, 1, 1], "uv": [0, 6]} + ] + }, + { + "name": "leg_back_right", + "parent": "body", + "pivot": [-1.5, 5.5, 1.5], + "cubes": [ + {"origin": [-5.5, 0, 1.5], "size": [4, 6, 0], "uv": [27, 0]} + ] + }, + { + "name": "leg_back_left", + "parent": "body", + "pivot": [1.5, 5.5, 1.5], + "cubes": [ + {"origin": [1.5, 0, 1.5], "size": [4, 6, 0], "uv": [0, 0]} + ] + }, + { + "name": "leg_front_right", + "parent": "body", + "pivot": [-1.5, 5.5, -1.5], + "cubes": [ + {"origin": [-5.5, 0, -1.5], "size": [4, 6, 0], "uv": [0, 31]} + ] + }, + { + "name": "leg_front_left", + "parent": "body", + "pivot": [1.5, 5.5, -1.5], + "cubes": [ + {"origin": [1.5, 0, -1.5], "size": [4, 6, 0], "uv": [8, 31]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/diancie.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/diancie.geo.json new file mode 100644 index 0000000..49fe75d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/diancie.geo.json @@ -0,0 +1,183 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.diancie", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "diancie", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "diancie", + "pivot": [0, 18, 0], + "cubes": [ + {"origin": [1, 14.5, -3], "size": [2, 3, 2], "pivot": [1, 13.8, -1], "rotation": [0, 90, 0], "uv": [34, 52]}, + {"origin": [-1.5, 16, -1.5], "size": [3, 1, 3], "pivot": [0, 16.5, 0], "rotation": [0, 45, 0], "uv": [0, 43]}, + {"origin": [-1, 17, -2], "size": [4, 1, 4], "pivot": [0.5, 17.5, 0.5], "rotation": [0, 90, 0], "uv": [17, 50]} + ] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 16, 0], + "cubes": [ + {"origin": [-2, 13, -2], "size": [4, 3, 4], "pivot": [0, 15, 0], "rotation": [-180, 45, 180], "uv": [19, 29]} + ] + }, + { + "name": "lowerBody", + "parent": "torso", + "pivot": [0, 13.5, 0], + "cubes": [ + {"origin": [-3, 11.5, -3], "size": [6, 2, 6], "pivot": [0, 12.5, 0], "rotation": [0, 45, 0], "uv": [0, 21]}, + {"origin": [-1, 0.5, -1], "size": [2, 2, 2], "pivot": [0, 1.5, 0], "rotation": [0, 45, 0], "uv": [42, 33]}, + {"origin": [-3.5, 6.5, -3.5], "size": [7, 5, 7], "pivot": [0, 9, 0], "rotation": [-180, 45, -180], "uv": [35, 52]}, + {"origin": [-2.5, 2.5, -2.5], "size": [5, 4, 5], "pivot": [0, 4.5, 0], "rotation": [-180, 45, -180], "uv": [41, 42]}, + {"origin": [-4.12132, 15.62132, -3], "size": [2, 0, 6], "pivot": [0, 13.5, 0], "rotation": [35.2644, -30, -54.7356], "uv": [10, 56]}, + {"origin": [-4.12132, 15.62132, -3], "size": [2, 0, 6], "pivot": [0, 13.5, 0], "rotation": [144.7356, -30, -125.2644], "uv": [19, 12]}, + {"origin": [-5.12132, 15.62132, -3], "size": [3, 0, 6], "pivot": [0, 13.5, 0], "rotation": [-144.7356, 30, -125.2644], "uv": [-6, 18]}, + {"origin": [-5.12132, 15.62132, -3], "size": [3, 0, 6], "pivot": [0, 13.5, 0], "rotation": [-35.2644, 30, -54.7356], "uv": [23, 58]}, + {"origin": [-4, 13.5, 0.25], "size": [4, 0, 4], "pivot": [0, 13.5, 4.25], "rotation": [-118.4835, 25.4967, -141.5732], "uv": [6, 41]}, + {"origin": [2, 6, -1.5], "size": [3, 6, 3], "pivot": [3.5, 9, 0], "rotation": [0, 45, 0], "uv": [17, 0]} + ], + "locators": { + "body_ik": [0, 0.5, 0] + } + }, + { + "name": "head", + "parent": "body", + "pivot": [0, 18, 0], + "cubes": [ + {"origin": [1.4, 21, -1.6], "size": [2, 3, 0], "pivot": [2.4, 21, -2.1], "rotation": [-165.2062, 8.962, -112.7707], "uv": [1, 30]}, + {"origin": [-3.4, 21, -2.6], "size": [2, 3, 0], "pivot": [-2.4, 21, -2.1], "rotation": [-14.7938, 8.962, -67.2293], "uv": [1, 30]}, + {"origin": [-3, 18, -3], "size": [6, 4, 6], "pivot": [0, 19, 0], "rotation": [0, 90, 0], "uv": [0, 30]}, + {"origin": [-2.5, 22.3, -4.6], "size": [5, 2, 5], "pivot": [0, 23.4, -2.1], "rotation": [67.7923, 20.7048, 40.8934], "uv": [0, 57]}, + {"origin": [-1.5, 20.7, 0.1], "size": [3, 4, 3], "pivot": [0, 20.7, 1.6], "rotation": [-92.47641, 2.4741, -135.05348], "uv": [19, 20]} + ], + "locators": { + "head_ik": { + "offset": [0, 23, 0], + "rotation": [0, 90, 0] + } + } + }, + { + "name": "jewelL", + "parent": "head", + "pivot": [1.2, 22, 1.2], + "cubes": [ + {"origin": [-0.8, 22, -0.8], "size": [4, 6, 4], "pivot": [1.2, 22, 1.2], "rotation": [-46.8596, -12.2437, 34.2715], "uv": [8, 10]} + ] + }, + { + "name": "jewelLL", + "parent": "head", + "pivot": [2.2, 22, 0.2], + "cubes": [ + {"origin": [0.2, 22, -1.8], "size": [4, 4, 4], "pivot": [2.2, 22, 0.2], "rotation": [-20.2907, 26.0379, 35.4663], "uv": [15, 42]} + ] + }, + { + "name": "jewelR", + "parent": "head", + "pivot": [-1.2, 22, 1.2], + "cubes": [ + {"origin": [-3.2, 22, -0.8], "size": [4, 6, 4], "pivot": [-1.2, 22, 1.2], "rotation": [-73.4375, -41.931, 44.4884], "uv": [0, 0]} + ] + }, + { + "name": "jewelRR", + "parent": "head", + "pivot": [-2.2, 22, 0.2], + "cubes": [ + {"origin": [-4.2, 22, -1.8], "size": [4, 4, 4], "pivot": [-2.2, 22, 0.2], "rotation": [-159.7093, 26.0379, 144.5337], "uv": [46, 33]} + ] + }, + { + "name": "bangL", + "parent": "head", + "pivot": [2.45, 21, 2.45], + "cubes": [ + {"origin": [4.45, 18, 1.45], "size": [2, 6, 2], "pivot": [5.45, 21, 2.45], "rotation": [-180, 45, -90], "uv": [21, 56]}, + {"origin": [9.95, 18, 0.95], "size": [3, 6, 3], "pivot": [11.45, 21, 2.45], "rotation": [-180, 45, -90], "uv": [33, 34]} + ] + }, + { + "name": "bangR", + "parent": "head", + "pivot": [-2.45, 21, 2.3], + "cubes": [ + {"origin": [-6.45, 18, 1.3], "size": [2, 6, 2], "pivot": [-5.45, 21, 2.3], "rotation": [0, 45, -90], "uv": [0, 10], "mirror": true}, + {"origin": [-12.95, 18, 0.8], "size": [3, 6, 3], "pivot": [-11.45, 21, 2.3], "rotation": [0, 45, -90], "uv": [3, 48], "mirror": true} + ] + }, + { + "name": "eyeRH", + "parent": "head", + "pivot": [1.95, 19, -2.905], + "cubes": [ + {"origin": [0.9, 20, -2.905], "size": [2, 1, 0], "inflate": 0.01, "uv": [0, 24]} + ] + }, + { + "name": "eyeLH", + "parent": "head", + "pivot": [-2, 19, -2.905], + "cubes": [ + {"origin": [-2.95, 20, -2.905], "size": [2, 1, 0], "inflate": 0.01, "uv": [0, 24]} + ] + }, + { + "name": "eyeL", + "parent": "head", + "pivot": [1.95, 19, -2.905], + "cubes": [ + {"origin": [0.9, 19, -2.905], "size": [2, 2, 0], "inflate": 0.01, "uv": [0, 24]} + ] + }, + { + "name": "eyeR", + "parent": "head", + "pivot": [-2, 19, -2.905], + "cubes": [ + {"origin": [-2.95, 19, -2.905], "size": [2, 2, 0], "inflate": 0.01, "uv": [0, 24]} + ] + }, + { + "name": "mouthOpen", + "parent": "head", + "pivot": [0, 18.7, -2.9], + "cubes": [ + {"origin": [-0.5, 18.2, -2.905], "size": [1, 1, 0], "uv": [4, 24]} + ] + }, + { + "name": "armR", + "parent": "body", + "pivot": [-2, 16.5, 0], + "cubes": [ + {"origin": [-3, 16.5, 0], "size": [2, 6, 2], "pivot": [-2, 16.5, 0], "rotation": [0, 90, -90], "uv": [32, 43]} + ] + }, + { + "name": "armL", + "parent": "body", + "pivot": [2, 16.5, 0], + "cubes": [ + {"origin": [-1, 18.5, -2], "size": [2, 6, 2], "pivot": [0, 16.5, 0], "rotation": [0, 90, 90], "uv": [56, 51]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/dipplin/dipplin.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/dipplin/dipplin.geo.json new file mode 100644 index 0000000..f14115e --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/dipplin/dipplin.geo.json @@ -0,0 +1,142 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 3, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "bone2", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "bone2", + "pivot": [0, 0, 0] + }, + { + "name": "bone", + "parent": "body", + "pivot": [0, 0, 0] + }, + { + "name": "top_sauce", + "parent": "bone", + "pivot": [5, 7.25, 0], + "cubes": [ + {"origin": [5, 4.25, -5], "size": [0, 6, 10], "uv": [0, 20]}, + {"origin": [-5, 10.25, -5], "size": [10, 0, 10], "uv": [26, 13]}, + {"origin": [-5, 4.25, -5], "size": [10, 6, 0], "uv": [40, 39]}, + {"origin": [-5, 4.25, -5], "size": [0, 6, 10], "uv": [0, 26]}, + {"origin": [-5, 4.25, 5], "size": [10, 6, 0], "uv": [20, 39]} + ] + }, + { + "name": "head_worm", + "parent": "bone", + "pivot": [3.5, 0, -3.5], + "cubes": [ + {"origin": [-4.5, 2, -4.5], "size": [9, 8, 9], "uv": [0, 13]} + ] + }, + { + "name": "head", + "parent": "head_worm", + "pivot": [4, 7.25, -1.025], + "cubes": [ + {"origin": [-2, 8.25, -2.075], "size": [4, 3, 4], "uv": [41, 0]}, + {"origin": [-1.5, 8.975, -4.425], "size": [3, 1, 3], "inflate": 0.025, "uv": [0, 0]}, + {"origin": [-1.5, 8.25, -3.9], "size": [3, 1, 2], "uv": [41, 7]} + ] + }, + { + "name": "anthena_1", + "parent": "head", + "pivot": [0, 10.725, 0], + "cubes": [ + {"origin": [-0.5, 11.2, -0.5], "size": [1, 6, 1], "uv": [27, 13]} + ] + }, + { + "name": "anthena_2", + "parent": "anthena_1", + "pivot": [0, 16.725, 0], + "cubes": [ + {"origin": [-0.5, 16.2, -0.5], "size": [1, 8, 1], "inflate": -0.175, "uv": [8, 4]} + ] + }, + { + "name": "eye", + "parent": "head", + "pivot": [1, 11.725, -0.95], + "cubes": [ + {"origin": [-3.65, 11.225, -1], "size": [4, 6, 0], "pivot": [-0.95, 11.725, -1], "rotation": [0, 0, -12.5], "uv": [0, 10]}, + {"origin": [-0.35, 11.225, -1], "size": [4, 6, 0], "pivot": [0.95, 11.725, -1], "rotation": [0, 0, 12.5], "uv": [0, 4]}, + {"origin": [-3, 13.225, -1.025], "size": [1, 1, 0], "pivot": [-2.5, 14.225, -1.025], "rotation": [0, 0, -12.5], "uv": [54, 11]}, + {"origin": [2, 13.225, -1.025], "size": [1, 1, 0], "pivot": [2.5, 14.225, -1.025], "rotation": [0, 0, 12.5], "uv": [54, 11], "mirror": true} + ] + }, + { + "name": "bot", + "parent": "body", + "pivot": [3, 0, -3] + }, + { + "name": "bot_body", + "parent": "bot", + "pivot": [-3, 0, -3], + "cubes": [ + {"origin": [-4, 0, -4], "size": [8, 8, 8], "uv": [28, 23]} + ] + }, + { + "name": "tail_1", + "parent": "bot", + "pivot": [0.01888, 1.84136, 3.3167], + "cubes": [ + {"origin": [-1.4962, 0.78004, 3.32604], "size": [3, 3, 4], "pivot": [0.0038, 2.1036, 3.31855], "rotation": [-12.5, 0, 0], "uv": [24, 45]} + ] + }, + { + "name": "tail_2", + "parent": "tail_1", + "pivot": [0.0038, 1.09447, 6.9198], + "cubes": [ + {"origin": [-1.4962, -0.40553, 6.5448], "size": [3, 3, 4], "inflate": -0.35, "uv": [10, 45]} + ] + }, + { + "name": "tail_3", + "parent": "tail_2", + "pivot": [0.0038, 0.84447, 9.6698], + "cubes": [ + {"origin": [-1.4962, -0.65553, 8.8948], "size": [3, 3, 4], "inflate": -0.6, "uv": [0, 42]} + ] + }, + { + "name": "tail_leaf", + "parent": "tail_3", + "pivot": [-0.62606, 1.84447, 11.24966], + "cubes": [ + {"origin": [-0.34134, 0.34447, 10.89966], "size": [1, 4, 0], "pivot": [0.63366, 1.84447, 11.24966], "rotation": [0, 0, 26.75], "uv": [2, 16]}, + {"origin": [-0.65106, 0.34447, 10.97466], "size": [1, 4, 0], "pivot": [-0.62606, 1.84447, 11.24966], "rotation": [0, 0, -26.75], "uv": [0, 16]} + ] + }, + { + "name": "floor", + "parent": "bone2", + "pivot": [6.5, 0, -6], + "cubes": [ + {"origin": [-7, 0.025, -6.5], "size": [14, 0, 13], "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/dottler/dottler.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/dottler/dottler.geo.json new file mode 100644 index 0000000..7038ab9 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/dottler/dottler.geo.json @@ -0,0 +1,87 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.dottler", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "dottler", + "pivot": [0, 0, -3] + }, + { + "name": "body", + "parent": "dottler", + "pivot": [0, 6.83333, -6], + "cubes": [ + {"origin": [-7.5, 2, -8], "size": [15, 9, 13], "uv": [2, 2]}, + {"origin": [-4.5, 4, -8.25], "size": [4, 6, 0], "uv": [0, 6]}, + {"origin": [0.5, 4, -8.25], "size": [4, 6, 0], "uv": [0, 0]} + ] + }, + { + "name": "whiskerr", + "parent": "body", + "pivot": [-7.5, 3.5, -8.25], + "cubes": [ + {"origin": [-13.5, 1, -8.25], "size": [6, 6, 0], "pivot": [-11, 4, -8.25], "rotation": [15, 0, 0], "uv": [45, 0]} + ] + }, + { + "name": "whiskerl", + "parent": "body", + "pivot": [7.5, 3.5, -8.25], + "cubes": [ + {"origin": [7.5, 1, -8.25], "size": [6, 6, 0], "pivot": [-11, 4, -8.25], "rotation": [15, 0, 0], "uv": [45, 7]} + ] + }, + { + "name": "shell", + "parent": "body", + "pivot": [0, 7.5, -0.5], + "cubes": [ + {"origin": [-8.5, 2, -9], "size": [17, 11, 17], "inflate": 0.01, "uv": [1, 36]} + ] + }, + { + "name": "foot_fr", + "parent": "body", + "pivot": [-5, 2, -6.5], + "cubes": [ + {"origin": [-6.5, 0, -10], "size": [3, 2, 5], "uv": [0, 31]} + ] + }, + { + "name": "foot_fl", + "parent": "body", + "pivot": [5, 2, -6.5], + "cubes": [ + {"origin": [3.5, 0, -10], "size": [3, 2, 5], "uv": [0, 24]} + ] + }, + { + "name": "foot_br", + "parent": "body", + "pivot": [-5, 2, 3.5], + "cubes": [ + {"origin": [-6.5, 0, 0], "size": [3, 2, 5], "uv": [27, 26]} + ] + }, + { + "name": "foot_bl", + "parent": "body", + "pivot": [5, 2, 3.5], + "cubes": [ + {"origin": [3.5, 0, 0], "size": [3, 2, 5], "uv": [16, 24]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/drapion/drapion.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/drapion/drapion.geo.json new file mode 100644 index 0000000..e14df8d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/drapion/drapion.geo.json @@ -0,0 +1,466 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.drapion", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 5, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "drapion", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "drapion", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 5.25, 0], + "cubes": [ + {"origin": [-6, 4.5, 4], "size": [12, 8, 4], "uv": [0, 34]}, + {"origin": [-6, 4.5, -8], "size": [12, 8, 4], "uv": [32, 34]}, + {"origin": [-7, 3.5, -5], "size": [14, 10, 10], "uv": [0, 0]} + ] + }, + { + "name": "bone3", + "parent": "torso", + "pivot": [0, 6.4, -7.9], + "rotation": [-40, 0, 0] + }, + { + "name": "bone6", + "parent": "bone3", + "pivot": [0, 6.51007, -8.03547], + "cubes": [ + {"origin": [-3.5, 6.51007, -12.06047], "size": [7, 5, 4], "inflate": 0.15, "uv": [22, 59]} + ] + }, + { + "name": "bone5", + "parent": "bone6", + "pivot": [0, 6.51007, -12.03547], + "cubes": [ + {"origin": [-3.5, 6.51007, -16.16047], "size": [7, 5, 4], "inflate": 0.075, "uv": [54, 55]} + ] + }, + { + "name": "bone4", + "parent": "bone5", + "pivot": [0, 11.51007, -16.03547], + "cubes": [ + {"origin": [-3.5, 6.51007, -20.21047], "size": [7, 5, 4], "uv": [54, 46]} + ] + }, + { + "name": "bone29", + "parent": "bone4", + "pivot": [0, 11.51007, -20.16047], + "cubes": [ + {"origin": [-3.5, 6.51007, -24.16047], "size": [7, 5, 4], "inflate": -0.05, "uv": [0, 53]} + ] + }, + { + "name": "head", + "parent": "bone29", + "pivot": [0, 11.51007, -24.03547], + "rotation": [40, 0, 0], + "cubes": [ + {"origin": [-6, 8.51007, -33.03547], "size": [12, 5, 9], "uv": [0, 20]}, + {"origin": [-6, 5.51007, -28.03547], "size": [12, 3, 4], "uv": [0, 46]}, + {"origin": [2.5, 6.58507, -33.06047], "size": [1, 2, 0], "uv": [30, 57]}, + {"origin": [-3.5, 6.61007, -33.06047], "size": [1, 2, 0], "uv": [60, 32]}, + {"origin": [-2, 11.01007, -34.03547], "size": [1, 1, 1], "uv": [56, 32]}, + {"origin": [1, 11.01007, -34.03547], "size": [1, 1, 1], "uv": [22, 57]}, + {"origin": [-0.5, 13.51007, -29.03547], "size": [1, 1, 1], "uv": [26, 57]} + ] + }, + { + "name": "bone", + "parent": "head", + "pivot": [0, 7.76007, -28.53547], + "cubes": [ + {"origin": [-6, 5.51007, -33.03547], "size": [12, 3, 5], "inflate": -0.025, "uv": [42, 20]}, + {"origin": [1, 7.83507, -33.06047], "size": [1, 2, 0], "uv": [20, 62]}, + {"origin": [-2, 7.83507, -33.06047], "size": [1, 2, 0], "uv": [20, 64]}, + {"origin": [-0.5, 7.83507, -33.06047], "size": [1, 2, 0], "uv": [62, 32]} + ] + }, + { + "name": "arm_right", + "parent": "head", + "pivot": [-5.7, 9.26007, -28.03547], + "cubes": [ + {"origin": [-10.7, 7.01007, -32.03547], "size": [4, 6, 7], "uv": [48, 0]}, + {"origin": [-11.1, 8.01007, -30.53547], "size": [2, 4, 4], "inflate": 0.1, "uv": [52, 82]}, + {"origin": [-8.1, 8.01007, -30.53547], "size": [2, 4, 4], "inflate": 0.1, "uv": [64, 82]}, + {"origin": [-10.2, 13.01007, -31.03547], "size": [3, 4, 5], "uv": [76, 46], "mirror": true} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-11.2, 11.51007, -28.53547], + "cubes": [ + {"origin": [-14.7, 7.51007, -31.03547], "size": [3, 5, 5], "uv": [64, 64], "mirror": true}, + {"origin": [-15.2, 8.01007, -30.53547], "size": [1, 4, 4], "uv": [92, 46]}, + {"origin": [-12.2, 8.01007, -30.53547], "size": [1, 4, 4], "uv": [92, 54]}, + {"origin": [-14.2, 11.51007, -30.03547], "size": [2, 4, 3], "uv": [0, 97]} + ] + }, + { + "name": "arm_right3", + "parent": "arm_right2", + "pivot": [-15.2, 11.26007, -28.53547], + "cubes": [ + {"origin": [-18.7, 7.51007, -31.03547], "size": [3, 5, 5], "inflate": 0.025, "uv": [20, 68], "mirror": true}, + {"origin": [-19.2, 8.01007, -30.53547], "size": [1, 4, 4], "inflate": 0.025, "uv": [94, 18]}, + {"origin": [-16.2, 8.01007, -30.53547], "size": [1, 4, 4], "inflate": 0.025, "uv": [94, 34]}, + {"origin": [-18.2, 11.51007, -30.03547], "size": [2, 4, 3], "uv": [10, 97]} + ] + }, + { + "name": "arm_right4", + "parent": "arm_right3", + "pivot": [-19.2, 11.01007, -28.53547], + "cubes": [ + {"origin": [-22.7, 7.51007, -31.03547], "size": [3, 5, 5], "uv": [70, 0], "mirror": true}, + {"origin": [-20.2, 8.01007, -30.53547], "size": [1, 4, 4], "uv": [94, 62]}, + {"origin": [-23.2, 8.01007, -30.53547], "size": [1, 4, 4], "uv": [84, 95]}, + {"origin": [-22.2, 11.51007, -30.03547], "size": [2, 4, 3], "uv": [20, 98]} + ] + }, + { + "name": "bone9", + "parent": "arm_right4", + "pivot": [-23.2, 11.51007, -28.53547], + "cubes": [ + {"origin": [-28.175, 7.51007, -31.03547], "size": [5, 5, 5], "inflate": -0.025, "uv": [64, 28]} + ] + }, + { + "name": "bone10", + "parent": "bone9", + "pivot": [-25.65, 9.76007, -26.88547], + "rotation": [0, -35, 0], + "cubes": [ + {"origin": [-26.95, 9.01007, -26.88547], "size": [2, 2, 4], "uv": [94, 95]}, + {"origin": [-27.175, 9.01007, -24.26047], "size": [2, 2, 4], "inflate": -0.125, "pivot": [-26.175, 9.01007, -23.26047], "rotation": [0, -62.5, 0], "uv": [96, 0]} + ] + }, + { + "name": "bone11", + "parent": "bone9", + "pivot": [-25.65, 9.76007, -30.18547], + "rotation": [0, 35, 0], + "cubes": [ + {"origin": [-26.95, 9.01007, -34.18547], "size": [2, 2, 4], "uv": [96, 6]}, + {"origin": [-27.25, 9.01007, -36.81047], "size": [2, 2, 4], "inflate": -0.125, "pivot": [-26.25, 9.01007, -33.81047], "rotation": [0, 62.5, 0], "uv": [96, 12]} + ] + }, + { + "name": "arm_left", + "parent": "head", + "pivot": [5.725, 9.26007, -28.53547], + "cubes": [ + {"origin": [6.725, 7.01007, -32.03547], "size": [4, 6, 7], "uv": [48, 0], "mirror": true}, + {"origin": [9.125, 8.01007, -30.53547], "size": [2, 4, 4], "inflate": 0.1, "uv": [82, 38]}, + {"origin": [6.125, 8.01007, -30.53547], "size": [2, 4, 4], "inflate": 0.1, "uv": [76, 82]}, + {"origin": [7.225, 13.01007, -31.03547], "size": [3, 4, 5], "uv": [76, 46]} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [11.225, 11.51007, -28.53547], + "cubes": [ + {"origin": [11.725, 7.51007, -31.03547], "size": [3, 5, 5], "uv": [64, 64]}, + {"origin": [14.225, 8.01007, -30.53547], "size": [1, 4, 4], "uv": [88, 71]}, + {"origin": [11.225, 8.01007, -30.53547], "size": [1, 4, 4], "uv": [88, 87]}, + {"origin": [12.225, 11.51007, -30.03547], "size": [2, 4, 3], "uv": [48, 96]} + ] + }, + { + "name": "arm_left3", + "parent": "arm_left2", + "pivot": [15.225, 11.26007, -28.53547], + "cubes": [ + {"origin": [15.725, 7.51007, -31.03547], "size": [3, 5, 5], "inflate": 0.025, "uv": [20, 68]}, + {"origin": [18.225, 8.01007, -30.53547], "size": [1, 4, 4], "inflate": 0.025, "uv": [88, 79]}, + {"origin": [15.225, 8.01007, -30.53547], "size": [1, 4, 4], "inflate": 0.025, "uv": [0, 89]}, + {"origin": [16.225, 11.51007, -30.03547], "size": [2, 4, 3], "uv": [58, 96]} + ] + }, + { + "name": "arm_left4", + "parent": "arm_left3", + "pivot": [19.225, 11.01007, -28.53547], + "cubes": [ + {"origin": [19.725, 7.51007, -31.03547], "size": [3, 5, 5], "uv": [70, 0]}, + {"origin": [19.225, 8.01007, -30.53547], "size": [1, 4, 4], "uv": [28, 90]}, + {"origin": [22.225, 8.01007, -30.53547], "size": [1, 4, 4], "inflate": -0.025, "uv": [38, 90]}, + {"origin": [20.225, 11.51007, -30.03547], "size": [2, 4, 3], "uv": [68, 96]} + ] + }, + { + "name": "bone2", + "parent": "arm_left4", + "pivot": [23.225, 11.51007, -28.28547], + "cubes": [ + {"origin": [23.2, 7.51007, -31.03547], "size": [5, 5, 5], "inflate": -0.025, "uv": [0, 62]} + ] + }, + { + "name": "bone8", + "parent": "bone2", + "pivot": [25.675, 9.76007, -26.88547], + "rotation": [0, 35, 0], + "cubes": [ + {"origin": [24.975, 9.01007, -26.88547], "size": [2, 2, 4], "uv": [72, 90]}, + {"origin": [25.2, 9.01007, -24.26047], "size": [2, 2, 4], "inflate": -0.125, "pivot": [26.2, 9.01007, -23.26047], "rotation": [0, 62.5, 0], "uv": [10, 91]} + ] + }, + { + "name": "bone7", + "parent": "bone2", + "pivot": [25.675, 9.76007, -30.18547], + "rotation": [0, -35, 0], + "cubes": [ + {"origin": [24.975, 9.01007, -34.18547], "size": [2, 2, 4], "uv": [48, 90]}, + {"origin": [25.275, 9.01007, -36.81047], "size": [2, 2, 4], "inflate": -0.125, "pivot": [26.275, 9.01007, -33.81047], "rotation": [0, -62.5, 0], "uv": [60, 90]} + ] + }, + { + "name": "bone31", + "parent": "head", + "pivot": [-4.5, 11.51007, -33.06047], + "cubes": [ + {"origin": [-5.82385, 9.61414, -33.06047], "size": [3, 6, 0], "pivot": [-4.82385, 11.61414, -33.06047], "rotation": [0, 0, -17.5], "uv": [78, 96]} + ] + }, + { + "name": "bone37", + "parent": "bone31", + "pivot": [-4.32385, 11.11414, -33.11047], + "cubes": [ + {"origin": [-4.82385, 10.61414, -33.11047], "size": [1, 1, 0], "uv": [46, 63]} + ] + }, + { + "name": "bone30", + "parent": "head", + "pivot": [4.5, 11.51007, -33.06047], + "cubes": [ + {"origin": [2.5, 9.51007, -33.06047], "size": [3, 6, 0], "pivot": [4.5, 11.51007, -33.06047], "rotation": [0, 0, 17.5], "uv": [30, 78]} + ] + }, + { + "name": "bone36", + "parent": "bone30", + "pivot": [4, 11.01007, -33.11047], + "cubes": [ + {"origin": [3.5, 10.51007, -33.11047], "size": [1, 1, 0], "uv": [44, 63]} + ] + }, + { + "name": "bone35", + "parent": "head", + "pivot": [6.725, 8.46007, -33.53547], + "cubes": [ + {"origin": [4.48931, 6.51007, -33.92019], "size": [0, 4, 5], "pivot": [4.75, 8.01007, -28.78547], "rotation": [0, -25, 0], "uv": [86, 9]}, + {"origin": [6.70591, 6.51007, -36.50701], "size": [0, 4, 3], "pivot": [6.725, 8.46007, -33.53547], "rotation": [0, -65, 0], "uv": [22, 91]} + ] + }, + { + "name": "bone34", + "parent": "head", + "pivot": [-6.725, 8.46007, -33.53547], + "cubes": [ + {"origin": [-4.48931, 6.51007, -33.92019], "size": [0, 4, 5], "pivot": [-4.75, 8.01007, -28.78547], "rotation": [0, 25, 0], "uv": [86, 0]}, + {"origin": [-6.70591, 6.51007, -36.50701], "size": [0, 4, 3], "pivot": [-6.725, 8.46007, -33.53547], "rotation": [0, 65, 0], "uv": [62, 13]} + ] + }, + { + "name": "bone12", + "parent": "torso", + "pivot": [-0.25, 8.75, 8], + "cubes": [ + {"origin": [-2, 7, 8.5], "size": [4, 4, 3], "uv": [48, 13]}, + {"origin": [-1.5, 11, 9], "size": [3, 2, 2], "uv": [22, 53]}, + {"origin": [-1.5, 7.25, 8], "size": [3, 3, 1], "inflate": 0.025, "uv": [56, 28]}, + {"origin": [-1.5, 7.25, 11], "size": [3, 3, 1], "inflate": 0.025, "uv": [36, 68]} + ] + }, + { + "name": "bone13", + "parent": "bone12", + "pivot": [-0.25, 7.5, 12], + "cubes": [ + {"origin": [-2, 7, 12.5], "size": [4, 4, 3], "uv": [16, 78]}, + {"origin": [-1.5, 11, 13], "size": [3, 2, 2], "uv": [44, 59]}, + {"origin": [-1.5, 7.25, 12], "size": [3, 3, 1], "uv": [44, 84]}, + {"origin": [-1.5, 7.25, 15], "size": [3, 3, 1], "uv": [98, 90]} + ] + }, + { + "name": "bone14", + "parent": "bone13", + "pivot": [-0.25, 7.5, 16], + "cubes": [ + {"origin": [-2, 7, 16.5], "size": [4, 4, 3], "uv": [80, 64]}, + {"origin": [-1.5, 11, 17], "size": [3, 2, 2], "uv": [84, 34]}, + {"origin": [-1.5, 7.25, 16], "size": [3, 3, 1], "inflate": 0.025, "uv": [94, 101]}, + {"origin": [-1.5, 7.25, 19], "size": [3, 3, 1], "inflate": 0.025, "uv": [30, 102]} + ] + }, + { + "name": "bone15", + "parent": "bone14", + "pivot": [-0.25, 7.5, 20], + "cubes": [ + {"origin": [-2, 7, 20.5], "size": [4, 4, 3], "uv": [16, 78]}, + {"origin": [-1.5, 11, 21], "size": [3, 2, 2], "uv": [44, 59]}, + {"origin": [-1.5, 7.25, 20], "size": [3, 3, 1], "uv": [38, 102]}, + {"origin": [-1.5, 7.25, 23], "size": [3, 3, 1], "uv": [102, 46]} + ] + }, + { + "name": "bone16", + "parent": "bone15", + "pivot": [-0.5, 8.425, 24.25], + "cubes": [ + {"origin": [-2.5, 6.425, 24], "size": [5, 5, 5], "uv": [44, 64]} + ] + }, + { + "name": "bone32", + "parent": "bone16", + "pivot": [1.8, 8.675, 26.4], + "rotation": [0, -35, 0], + "cubes": [ + {"origin": [1.8, 7.925, 25.7], "size": [4, 2, 2], "uv": [94, 42]}, + {"origin": [4.425, 7.925, 25.925], "size": [4, 2, 2], "inflate": -0.125, "pivot": [5.425, 7.925, 26.925], "rotation": [0, -62.5, 0], "uv": [98, 26]} + ] + }, + { + "name": "bone33", + "parent": "bone16", + "pivot": [-1.95, 8.675, 26.85], + "rotation": [0, 35, 0], + "cubes": [ + {"origin": [-5.95, 7.925, 26.15], "size": [4, 2, 2], "uv": [30, 98]}, + {"origin": [-8.575, 7.925, 26.45], "size": [4, 2, 2], "inflate": -0.125, "pivot": [-5.575, 7.925, 27.45], "rotation": [0, 62.5, 0], "uv": [98, 30]} + ] + }, + { + "name": "right_leg_rear", + "parent": "body", + "pivot": [-5.75, 9, 4.75], + "rotation": [0, 0, -42.5], + "cubes": [ + {"origin": [-10.25, 5.75, 2.5], "size": [5, 4, 4], "uv": [64, 38], "mirror": true} + ] + }, + { + "name": "bone27", + "parent": "right_leg_rear", + "pivot": [-9.55, 9.2, 4.75], + "cubes": [ + {"origin": [-14.05, 6.2, 3], "size": [4, 3, 3], "inflate": -0.075, "pivot": [-10.3, 9.2, 4.5], "rotation": [0, 0, -25], "uv": [42, 28], "mirror": true} + ] + }, + { + "name": "bone28", + "parent": "bone27", + "pivot": [-10.3, 9.2, 4.5], + "cubes": [ + {"origin": [-15.75711, 5.24289, 3.5], "size": [3, 2, 2], "pivot": [-13.05, 6.95, 4.4], "rotation": [0, 0, -45], "uv": [98, 86]} + ] + }, + { + "name": "left_leg_rear", + "parent": "body", + "pivot": [5.75, 9, 4.75], + "rotation": [0, 0, 42.5], + "cubes": [ + {"origin": [5.25, 5.75, 2.5], "size": [5, 4, 4], "uv": [64, 38]} + ] + }, + { + "name": "bone21", + "parent": "left_leg_rear", + "pivot": [9.55, 9.2, 4.75], + "cubes": [ + {"origin": [10.05, 6.2, 3], "size": [4, 3, 3], "inflate": -0.075, "pivot": [10.3, 9.2, 4.5], "rotation": [0, 0, 25], "uv": [42, 28]} + ] + }, + { + "name": "bone22", + "parent": "bone21", + "pivot": [10.3, 9.2, 4.5], + "cubes": [ + {"origin": [12.75711, 5.24289, 3.5], "size": [3, 2, 2], "pivot": [13.05, 6.95, 4.4], "rotation": [0, 0, 45], "uv": [98, 78]} + ] + }, + { + "name": "right_leg_front", + "parent": "body", + "pivot": [-5.75, 9, -4.25], + "rotation": [0, 0, -42.5], + "cubes": [ + {"origin": [-10.25, 5.75, -6.5], "size": [5, 4, 4], "uv": [64, 38], "mirror": true} + ] + }, + { + "name": "bone24", + "parent": "right_leg_front", + "pivot": [-9.55, 9.2, -4.25], + "cubes": [ + {"origin": [-14.05, 6.2, -6], "size": [4, 3, 3], "inflate": -0.075, "pivot": [-10.3, 9.2, -4.5], "rotation": [0, 0, -25], "uv": [42, 28], "mirror": true} + ] + }, + { + "name": "bone25", + "parent": "bone24", + "pivot": [-10.3, 9.2, -4.5], + "cubes": [ + {"origin": [-15.75711, 5.24289, -5.5], "size": [3, 2, 2], "pivot": [-13.05, 6.95, -4.6], "rotation": [0, 0, -45], "uv": [98, 82]} + ] + }, + { + "name": "left_leg_front", + "parent": "body", + "pivot": [5.9, 9, -4.25], + "rotation": [0, 0, 42.5], + "cubes": [ + {"origin": [5.4, 5.75, -6.5], "size": [5, 4, 4], "uv": [64, 38]} + ] + }, + { + "name": "bone18", + "parent": "left_leg_front", + "pivot": [9.7, 9.2, -4.25], + "cubes": [ + {"origin": [10.2, 6.2, -6], "size": [4, 3, 3], "inflate": -0.075, "pivot": [10.45, 9.2, -4.5], "rotation": [0, 0, 25], "uv": [42, 28]} + ] + }, + { + "name": "bone19", + "parent": "bone18", + "pivot": [10.45, 9.2, -4.5], + "cubes": [ + {"origin": [12.90711, 5.24289, -5.5], "size": [3, 2, 2], "pivot": [13.2, 6.95, -4.6], "rotation": [0, 0, 45], "uv": [98, 74]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/drilbur/drilbur.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/drilbur/drilbur.geo.json new file mode 100644 index 0000000..6ee1fb9 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/drilbur/drilbur.geo.json @@ -0,0 +1,181 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.drilbur", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "all", + "pivot": [0, 0, 0] + }, + { + "name": "leg_right", + "parent": "all", + "pivot": [-3, 3, 1], + "cubes": [ + {"origin": [-5, 1, -2], "size": [4, 4, 5], "uv": [21, 6]} + ] + }, + { + "name": "foot_right", + "parent": "leg_right", + "pivot": [-3, 1, 0.5], + "cubes": [ + {"origin": [-4, 0, -1.5], "size": [2, 1, 3], "uv": [29, 29]} + ] + }, + { + "name": "leg_left", + "parent": "all", + "pivot": [3, 3, 1], + "cubes": [ + {"origin": [1, 1, -2], "size": [4, 4, 5], "uv": [19, 17]} + ] + }, + { + "name": "foot_left", + "parent": "leg_left", + "pivot": [3, 1, 0.5], + "cubes": [ + {"origin": [2, 0, -1.5], "size": [2, 1, 3], "uv": [5, 32]} + ] + }, + { + "name": "body", + "parent": "all", + "pivot": [0, 3, 1], + "cubes": [ + {"origin": [-4, 2, -1.5], "size": [8, 6, 5], "uv": [0, 0]} + ] + }, + { + "name": "head", + "parent": "body", + "pivot": [0, 8, 0.49833], + "cubes": [ + {"origin": [-3, 8, -2.5], "size": [6, 5, 6], "uv": [0, 11]} + ] + }, + { + "name": "snoot", + "parent": "head", + "pivot": [0, 10.5, -2.5], + "cubes": [ + {"origin": [-1.5, 9, -5.5], "size": [3, 3, 3], "uv": [26, 0]} + ] + }, + { + "name": "nose", + "parent": "snoot", + "pivot": [0, 11, -5.5], + "cubes": [ + {"origin": [-1, 10, -7.5], "size": [2, 2, 2], "uv": [32, 15]} + ] + }, + { + "name": "eyelid_right", + "parent": "head", + "pivot": [-2.5, 10.5, -1.5], + "cubes": [ + {"origin": [-3, 9, -2.5], "size": [1, 3, 2], "inflate": 0.01, "uv": [38, 0]} + ] + }, + { + "name": "eyelid_left", + "parent": "head", + "pivot": [2.5, 10.5, -1.5], + "cubes": [ + {"origin": [2, 9, -2.5], "size": [1, 3, 2], "inflate": 0.01, "uv": [43, 0]} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [0, 8.5, -2.51], + "cubes": [ + {"origin": [-1, 8, -2.51], "size": [2, 1, 0], "uv": [0, 4]} + ] + }, + { + "name": "arm_right", + "parent": "body", + "pivot": [-4, 7.5, 1.5], + "cubes": [ + {"origin": [-8, 5, 0.5], "size": [4, 5, 2], "uv": [12, 26]}, + {"origin": [-7, 6.5, 0.49], "size": [2, 2, 0], "uv": [15, 33]} + ] + }, + { + "name": "claw_right_bottom", + "parent": "arm_right", + "pivot": [-8, 6.25, 0.75], + "cubes": [ + {"origin": [-11, 5, 0.5], "size": [3, 2, 1], "uv": [24, 37]}, + {"origin": [-12, 6, 0.5], "size": [1, 1, 0], "uv": [2, 11]} + ] + }, + { + "name": "claw_right_middle", + "parent": "arm_right", + "pivot": [-8, 7.5, 0.75], + "cubes": [ + {"origin": [-11, 6, 0.5], "size": [3, 3, 1], "uv": [24, 33]}, + {"origin": [-12, 7, 0.5], "size": [1, 1, 0], "uv": [0, 11]} + ] + }, + { + "name": "claw_right_top", + "parent": "arm_right", + "pivot": [-8, 9, 0.75], + "cubes": [ + {"origin": [-11, 8, 0.5], "size": [3, 2, 1], "uv": [24, 26]}, + {"origin": [-12, 8, 0.5], "size": [1, 1, 0], "uv": [2, 11]} + ] + }, + { + "name": "arm_left", + "parent": "body", + "pivot": [4, 7.5, 1.5], + "cubes": [ + {"origin": [4, 5, 0.5], "size": [4, 5, 2], "uv": [0, 22]}, + {"origin": [5, 6.5, 0.49], "size": [2, 2, 0], "uv": [19, 33]} + ] + }, + { + "name": "claw_left_bottom", + "parent": "arm_left", + "pivot": [8, 6, 0.75], + "cubes": [ + {"origin": [8, 5, 0.5], "size": [3, 2, 1], "uv": [0, 36]}, + {"origin": [11, 6, 0.5], "size": [1, 1, 0], "uv": [2, 11]} + ] + }, + { + "name": "claw_left_middle", + "parent": "arm_left", + "pivot": [8, 7.5, 0.75], + "cubes": [ + {"origin": [8, 6, 0.5], "size": [3, 3, 1], "uv": [0, 39]}, + {"origin": [11, 7, 0.5], "size": [1, 1, 0], "uv": [0, 11]} + ] + }, + { + "name": "claw_left_top", + "parent": "arm_left", + "pivot": [8, 9, 0.75], + "cubes": [ + {"origin": [8, 8, 0.5], "size": [3, 2, 1], "uv": [0, 29]}, + {"origin": [11, 8, 0.5], "size": [1, 1, 0], "uv": [2, 11]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/druddigon/druddigon.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/druddigon/druddigon.geo.json new file mode 100644 index 0000000..b4e64bb --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/druddigon/druddigon.geo.json @@ -0,0 +1,527 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.druddigon", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 5, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "druddigon", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "druddigon", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 10.5, 3.75], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [-4.475, 7.82473, 1.57247], "size": [9, 10, 10], "uv": [0, 0]}, + {"origin": [-1.5, 10.57473, 9.99747], "size": [3, 3, 2], "pivot": [0, 12.07473, 10.99747], "rotation": [0, 0, -45], "uv": [66, 80]}, + {"origin": [-3.75, 13.82473, 9.99747], "size": [3, 3, 2], "pivot": [-2.25, 15.32473, 10.99747], "rotation": [0, 0, -45], "uv": [14, 91]}, + {"origin": [0.75, 13.82473, 9.99747], "size": [3, 3, 2], "pivot": [2.25, 15.32473, 10.99747], "rotation": [0, 0, -45], "uv": [64, 91]}, + {"origin": [-2.475, 12.40774, 0.21445], "size": [5, 3, 3], "inflate": 0.3, "pivot": [0.025, 13.90774, 1.71445], "rotation": [47.5, 0, 0], "uv": [0, 81]}, + {"origin": [-2.475, 9.65774, -0.08555], "size": [5, 3, 3], "inflate": 0.025, "pivot": [0.025, 11.15774, 1.41445], "rotation": [60, 0, 0], "uv": [16, 85]}, + {"origin": [-2.45, 7.75774, 0.11445], "size": [5, 3, 3], "inflate": -0.2, "pivot": [0.05, 9.25774, 1.61445], "rotation": [85, 0, 0], "uv": [66, 85]}, + {"origin": [-2.475, 15.32136, 1.19254], "size": [5, 3, 3], "inflate": 0.5, "pivot": [0.025, 16.82136, 2.69254], "rotation": [32.5, 0, 0], "uv": [50, 80]} + ] + }, + { + "name": "torso_upper", + "parent": "torso", + "pivot": [-0.25, 17.47473, 9.99747], + "rotation": [7.5, 0, 0], + "cubes": [ + {"origin": [-2.45, 19.22136, 1.36754], "size": [5, 3, 3], "inflate": 0.25, "pivot": [0.05, 20.72136, 2.86754], "rotation": [32.5, 0, 0], "uv": [50, 80]}, + {"origin": [-3.45, 16.1676, 3.17948], "size": [7, 9, 7], "inflate": 0.1, "uv": [38, 0]}, + {"origin": [-2.4, 21.74089, 1.61362], "size": [5, 3, 3], "inflate": -0.1, "pivot": [0.1, 23.24089, 3.11362], "rotation": [32.5, 0, 0], "uv": [76, 79]} + ] + }, + { + "name": "bone4", + "parent": "torso_upper", + "pivot": [0.075, 24.3676, 9.47852], + "rotation": [-37.5, 0, 0], + "cubes": [ + {"origin": [-3.425, 20.59225, 2.17618], "size": [7, 7, 7], "inflate": -0.4, "pivot": [0.575, 24.59225, 5.17618], "rotation": [-30, 0, 0], "uv": [24, 47]}, + {"origin": [-1.9, 20.4381, 3.12503], "size": [4, 3, 3], "inflate": 0.1, "pivot": [0.1, 21.9381, 4.62503], "rotation": [-5, 0, 0], "uv": [0, 87]} + ] + }, + { + "name": "head", + "parent": "bone4", + "pivot": [-0.41667, 25.07558, 3.42618], + "rotation": [12.5, 0, 0], + "cubes": [ + {"origin": [-3.41667, 23.74225, -0.96549], "size": [7, 3, 3], "uv": [67, 1]}, + {"origin": [-3.41667, 26.74225, -1.99049], "size": [7, 3, 5], "uv": [0, 65]}, + {"origin": [-3.41667, 23.22903, 0.81717], "size": [7, 7, 4], "inflate": -0.01, "pivot": [0.08333, 26.72903, 0.71909], "rotation": [-35, 0, 0], "uv": [56, 61]}, + {"origin": [3.55833, 28.99225, 0.00951], "size": [0, 3, 3], "pivot": [3.55833, 30.49225, 1.50951], "rotation": [-17.5, 0, 0], "uv": [94, 21]}, + {"origin": [-3.39167, 28.99225, 0.00951], "size": [0, 3, 3], "pivot": [-3.39167, 30.49225, 1.50951], "rotation": [-17.5, 0, 0], "uv": [94, 66]}, + {"origin": [3.08333, 29.74225, -4.99049], "size": [0, 2, 3], "uv": [96, 47]}, + {"origin": [2.08333, 29.74225, -6.99049], "size": [0, 1, 2], "uv": [10, 93]}, + {"origin": [1.08333, 29.74225, -6.99049], "size": [1, 1, 0], "uv": [24, 46]}, + {"origin": [-2.91667, 29.74225, -4.99049], "size": [0, 2, 3], "uv": [50, 96]}, + {"origin": [-1.91667, 29.74225, -6.99049], "size": [0, 1, 2], "uv": [92, 99]}, + {"origin": [-1.91667, 29.74225, -6.99049], "size": [1, 1, 0], "uv": [26, 46]}, + {"origin": [-2.91667, 26.74225, -5.99049], "size": [6, 3, 4], "uv": [76, 72]}, + {"origin": [3.05833, 25.69225, -4.24049], "size": [0, 2, 2], "pivot": [3.05833, 27.19225, -3.74049], "rotation": [45, 0, 0], "uv": [20, 73]}, + {"origin": [-1.86667, 26.34225, -6.48338], "size": [0, 2, 2], "pivot": [-1.86667, 27.34225, -5.48338], "rotation": [46.47331, -19.68349, 3.61646], "uv": [16, 81]}, + {"origin": [2.03333, 26.34225, -6.50838], "size": [0, 2, 2], "pivot": [2.03333, 27.34225, -5.50838], "rotation": [46.47326, 19.68349, -3.61646], "uv": [60, 92]}, + {"origin": [-2.89167, 25.69225, -4.24049], "size": [0, 2, 2], "pivot": [-2.89167, 27.19225, -3.74049], "rotation": [45, 0, 0], "uv": [6, 97]}, + {"origin": [-1.91667, 26.74225, -6.99049], "size": [4, 3, 1], "uv": [50, 92]}, + {"origin": [3.40833, 24.70058, 3.85118], "size": [0, 2, 2], "pivot": [3.40833, 25.70058, 4.85118], "rotation": [6.67752, 14.52675, -13.05005], "uv": [44, 98]}, + {"origin": [3.40833, 23.17558, 3.22618], "size": [0, 2, 2], "pivot": [3.40833, 24.17558, 4.22618], "rotation": [6.67752, 14.52675, -13.05005], "uv": [74, 99]}, + {"origin": [-2.82509, 27.309, 4.82618], "size": [2, 0, 2], "pivot": [-1.82509, 27.309, 5.82618], "rotation": [12.39449, 43.41895, 7.79082], "uv": [96, 76]}, + {"origin": [0.84991, 27.309, 4.82618], "size": [2, 0, 2], "pivot": [1.84991, 27.309, 5.82618], "rotation": [9.89449, 43.41895, 7.79082], "uv": [96, 85]}, + {"origin": [-1.12509, 27.384, 5.42618], "size": [2, 0, 2], "pivot": [-0.12509, 27.384, 6.42618], "rotation": [9.89449, 43.41895, 7.79082], "uv": [96, 87]}, + {"origin": [-3.15833, 23.07558, 3.25118], "size": [0, 2, 2], "pivot": [-3.15833, 24.07558, 4.25118], "rotation": [10.10619, -11.14726, 5.64077], "uv": [96, 98]}, + {"origin": [-3.15833, 22.20058, 2.17618], "size": [0, 2, 2], "pivot": [-3.15833, 23.20058, 3.17618], "rotation": [10.10619, -11.14726, 5.64077], "uv": [88, 99]}, + {"origin": [-3.15833, 24.70058, 3.92618], "size": [0, 2, 2], "pivot": [-3.15833, 25.70058, 4.92618], "rotation": [6.67752, -14.52675, 13.05005], "uv": [84, 98]}, + {"origin": [3.40833, 22.20058, 2.10118], "size": [0, 2, 2], "pivot": [3.40833, 23.20058, 3.10118], "rotation": [10.10619, 11.14726, -5.64077], "uv": [80, 98]}, + {"origin": [-3.04167, 22.12558, 0.92618], "size": [2, 0, 2], "pivot": [-2.04167, 22.12558, 1.92618], "rotation": [-92.50477, 4.32875, 59.90532], "uv": [74, 14]}, + {"origin": [-0.91667, 21.50058, 0.92618], "size": [2, 0, 2], "pivot": [0.08333, 21.50058, 1.92618], "rotation": [-93.69066, 3.37562, 42.39121], "uv": [86, 41]}, + {"origin": [1.20833, 22.15058, 0.92618], "size": [2, 0, 2], "pivot": [2.20833, 22.15058, 1.92618], "rotation": [-94.33287, 2.49762, 29.9055], "uv": [92, 83]} + ] + }, + { + "name": "bone40", + "parent": "head", + "pivot": [-1.99167, 27.74225, -4.99049], + "cubes": [ + {"origin": [-2.94167, 27.21725, -4.99049], "size": [0, 2, 3], "pivot": [-2.94167, 28.21725, -2.99049], "rotation": [12.5, 0, 0], "uv": [56, 96]} + ] + }, + { + "name": "bone42", + "parent": "bone40", + "pivot": [-2.01667, 27.74225, -4.99049], + "cubes": [ + {"origin": [-1.96667, 27.21725, -4.99049], "size": [1, 2, 3], "pivot": [-1.96667, 28.21725, -2.99049], "rotation": [12.5, 0, 0], "uv": [62, 96]} + ] + }, + { + "name": "bone2", + "parent": "head", + "pivot": [4.08333, 27.74225, -4.99049], + "cubes": [ + {"origin": [3.13333, 27.21725, -4.99049], "size": [0, 2, 3], "pivot": [3.13333, 28.21725, -2.99049], "rotation": [12.5, 0, 0], "uv": [96, 52]} + ] + }, + { + "name": "bone41", + "parent": "bone2", + "pivot": [5.10833, 27.74225, -4.99049], + "cubes": [ + {"origin": [1.15833, 27.21725, -4.99049], "size": [1, 2, 3], "pivot": [2.15833, 28.21725, -2.99049], "rotation": [12.5, 0, 0], "uv": [95, 57]} + ] + }, + { + "name": "jaw", + "parent": "head", + "pivot": [-0.5, 25.74225, -0.57382], + "cubes": [ + {"origin": [-2.91667, 23.74296, -6.0232], "size": [6, 2, 5], "uv": [66, 7]}, + {"origin": [3.03333, 24.51529, -5.3161], "size": [0, 2, 2], "pivot": [3.03333, 25.51529, -4.3161], "rotation": [44.86759, 1.29876, 7.38733], "uv": [28, 97]}, + {"origin": [-2.86667, 24.51529, -5.3161], "size": [0, 2, 2], "pivot": [-2.86667, 25.51529, -4.3161], "rotation": [44.86759, -1.29876, -7.38733], "uv": [32, 97]}, + {"origin": [3.03333, 22.76796, -5.5232], "size": [0, 2, 2], "pivot": [3.03333, 24.26796, -5.0232], "rotation": [45, 0, 0], "uv": [36, 97]}, + {"origin": [-2.86667, 22.76796, -5.5232], "size": [0, 2, 2], "pivot": [-2.86667, 24.26796, -5.0232], "rotation": [45, 0, 0], "uv": [40, 97]}, + {"origin": [-1.91667, 23.74296, -7.0232], "size": [4, 2, 1], "uv": [94, 18]}, + {"origin": [-0.41667, 24.74296, -7.0732], "size": [2, 2, 0], "pivot": [0.08333, 26.24296, -7.0732], "rotation": [7.10708, -7.05302, 44.56145], "uv": [20, 77]}, + {"origin": [2.65833, 23.49225, -2.66549], "size": [1, 4, 2], "inflate": 0.01, "pivot": [-0.34167, 24.99225, -1.16549], "rotation": [-27.5, 0, 0], "uv": [16, 96]}, + {"origin": [-3.49167, 23.49225, -2.66549], "size": [1, 4, 2], "inflate": 0.01, "pivot": [-6.49167, 24.99225, -1.16549], "rotation": [-27.5, 0, 0], "uv": [96, 41]} + ] + }, + { + "name": "bone21", + "parent": "bone4", + "pivot": [-2.1, 22.94262, 8.88335], + "rotation": [27.5, 0, 0], + "cubes": [ + {"origin": [-2.175, 21.63102, 8.34177], "size": [0, 9, 4], "uv": [82, 85], "mirror": true} + ] + }, + { + "name": "bone22", + "parent": "bone21", + "pivot": [-2.175, 23.63102, 12.34177], + "cubes": [ + {"origin": [-2.175, 17.63102, 12.34177], "size": [0, 15, 12], "uv": [36, 20], "mirror": true} + ] + }, + { + "name": "bone23", + "parent": "bone22", + "pivot": [-2.175, 23.63102, 24.34177], + "cubes": [ + {"origin": [-2.175, 19.63102, 24.34177], "size": [0, 10, 8], "uv": [24, 61], "mirror": true} + ] + }, + { + "name": "bone18", + "parent": "bone4", + "pivot": [2.4, 22.94262, 8.88335], + "rotation": [27.5, 0, 0], + "cubes": [ + {"origin": [2.325, 21.63102, 8.34177], "size": [0, 9, 4], "uv": [82, 85]} + ] + }, + { + "name": "bone19", + "parent": "bone18", + "pivot": [2.325, 23.63102, 12.34177], + "cubes": [ + {"origin": [2.325, 17.63102, 12.34177], "size": [0, 15, 12], "uv": [36, 20]} + ] + }, + { + "name": "bone20", + "parent": "bone19", + "pivot": [2.325, 23.63102, 24.34177], + "cubes": [ + {"origin": [2.325, 19.63102, 24.34177], "size": [0, 10, 8], "uv": [24, 61]} + ] + }, + { + "name": "arm_right", + "parent": "torso_upper", + "pivot": [-2.75, 23.1953, 6.37524], + "rotation": [0.21181, -2.53774, -19.95725], + "cubes": [ + {"origin": [-5.75, 22.4453, 4.87524], "size": [4, 3, 3], "inflate": 0.075, "uv": [86, 27], "mirror": true}, + {"origin": [-5, 25.4453, 6.37524], "size": [3, 4, 0], "uv": [68, 96]}, + {"origin": [-11.75, 22.9453, 5.37524], "size": [6, 2, 2], "inflate": 0.075, "uv": [38, 16], "mirror": true} + ] + }, + { + "name": "bone24", + "parent": "arm_right", + "pivot": [-11.5, 23.8703, 7.20024], + "rotation": [0, 2.5, 0], + "cubes": [ + {"origin": [-17.25859, 21.9453, 4.1687], "size": [6, 4, 4], "uv": [56, 72], "mirror": true}, + {"origin": [-18.00859, 24.9453, 6.1687], "size": [3, 4, 0], "uv": [96, 72]}, + {"origin": [-14.25859, 24.9453, 6.1687], "size": [2, 3, 0], "uv": [100, 3]}, + {"origin": [-20.75859, 24.9453, 6.1687], "size": [2, 3, 0], "uv": [100, 6]}, + {"origin": [-21.98359, 22.4453, 4.6687], "size": [5, 3, 3], "inflate": -0.175, "uv": [78, 66], "mirror": true} + ] + }, + { + "name": "bone32", + "parent": "bone24", + "pivot": [-21.53359, 25.0453, 6.1687], + "cubes": [ + {"origin": [-24.48359, 22.4453, 4.6687], "size": [3, 3, 3], "uv": [88, 0]} + ] + }, + { + "name": "bone33", + "parent": "bone32", + "pivot": [-23.23359, 24.4453, 5.4187], + "rotation": [0, -50, 0], + "cubes": [ + {"origin": [-26.23359, 22.9453, 4.1687], "size": [3, 2, 2], "uv": [32, 93]} + ] + }, + { + "name": "bone34", + "parent": "bone33", + "pivot": [-25.73359, 24.4453, 5.4187], + "cubes": [ + {"origin": [-28.73359, 22.9453, 5.1687], "size": [3, 2, 0], "uv": [98, 35]} + ] + }, + { + "name": "bone35", + "parent": "bone32", + "pivot": [-22.73359, 24.4453, 7.1687], + "rotation": [0, 50, 0], + "cubes": [ + {"origin": [-25.73359, 22.9453, 5.9187], "size": [3, 2, 2], "uv": [94, 14]} + ] + }, + { + "name": "bone36", + "parent": "bone35", + "pivot": [-25.23359, 24.4453, 7.1687], + "cubes": [ + {"origin": [-28.23359, 22.9453, 6.9187], "size": [3, 2, 0], "uv": [98, 37]} + ] + }, + { + "name": "bone37", + "parent": "bone32", + "pivot": [-24.48359, 24.4453, 6.4187], + "cubes": [ + {"origin": [-27.48359, 22.9453, 5.1687], "size": [4, 2, 2], "uv": [88, 10]} + ] + }, + { + "name": "bone38", + "parent": "bone37", + "pivot": [-26.98359, 24.1953, 6.1687], + "cubes": [ + {"origin": [-29.98359, 22.9453, 6.1687], "size": [3, 2, 0], "uv": [98, 39]} + ] + }, + { + "name": "arm_left", + "parent": "torso_upper", + "pivot": [2.75, 23.1953, 6.37524], + "rotation": [0.21181, 2.53774, 19.95725], + "cubes": [ + {"origin": [1.75, 22.4453, 4.87524], "size": [4, 3, 3], "inflate": 0.075, "uv": [86, 27]}, + {"origin": [2, 25.4453, 6.37524], "size": [3, 4, 0], "uv": [54, 16]}, + {"origin": [5.75, 22.9453, 5.37524], "size": [6, 2, 2], "inflate": 0.075, "uv": [38, 16]} + ] + }, + { + "name": "bone25", + "parent": "arm_left", + "pivot": [11.5, 23.8703, 7.20024], + "rotation": [0, -2.5, 0], + "cubes": [ + {"origin": [11.25859, 21.9453, 4.1687], "size": [6, 4, 4], "uv": [56, 72]}, + {"origin": [15.00859, 24.9453, 6.1687], "size": [3, 4, 0], "uv": [96, 72], "mirror": true}, + {"origin": [12.25859, 24.9453, 6.1687], "size": [2, 3, 0], "uv": [100, 3], "mirror": true}, + {"origin": [18.75859, 24.9453, 6.1687], "size": [2, 3, 0], "uv": [100, 6], "mirror": true}, + {"origin": [16.98359, 22.4453, 4.6687], "size": [5, 3, 3], "inflate": -0.175, "uv": [78, 66]} + ] + }, + { + "name": "bone26", + "parent": "bone25", + "pivot": [21.53359, 25.0453, 6.1687], + "cubes": [ + {"origin": [21.48359, 22.4453, 4.6687], "size": [3, 3, 3], "uv": [88, 0], "mirror": true} + ] + }, + { + "name": "bone29", + "parent": "bone26", + "pivot": [23.23359, 24.4453, 5.4187], + "rotation": [0, 50, 0], + "cubes": [ + {"origin": [23.23359, 22.9453, 4.1687], "size": [3, 2, 2], "uv": [0, 93]} + ] + }, + { + "name": "bone31", + "parent": "bone29", + "pivot": [25.73359, 24.4453, 5.4187], + "cubes": [ + {"origin": [25.73359, 22.9453, 5.1687], "size": [3, 2, 0], "uv": [98, 33]} + ] + }, + { + "name": "bone28", + "parent": "bone26", + "pivot": [22.73359, 24.4453, 7.1687], + "rotation": [0, -50, 0], + "cubes": [ + {"origin": [22.73359, 22.9453, 5.9187], "size": [3, 2, 2], "uv": [92, 79]} + ] + }, + { + "name": "bone8", + "parent": "bone28", + "pivot": [25.23359, 24.4453, 7.1687], + "cubes": [ + {"origin": [25.23359, 22.9453, 6.9187], "size": [3, 2, 0], "uv": [74, 97]} + ] + }, + { + "name": "bone27", + "parent": "bone26", + "pivot": [24.48359, 24.4453, 6.4187], + "cubes": [ + {"origin": [23.48359, 22.9453, 5.1687], "size": [4, 2, 2], "uv": [88, 6]} + ] + }, + { + "name": "bone30", + "parent": "bone27", + "pivot": [26.23359, 24.1953, 6.1687], + "cubes": [ + {"origin": [25.98359, 22.9453, 6.1687], "size": [4, 2, 0], "uv": [66, 14]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0.025, 9.32473, 7.82247], + "rotation": [-55, 0, 0], + "cubes": [ + {"origin": [-3.975, 5.01881, 5.49277], "size": [8, 8, 10], "uv": [0, 20]}, + {"origin": [0.025, 8.01881, 13.49277], "size": [0, 8, 3], "uv": [44, 87]} + ] + }, + { + "name": "bone3", + "parent": "tail", + "pivot": [0.025, 9.01881, 15.49277], + "rotation": [12.5, 0, 0], + "cubes": [ + {"origin": [-2.975, 6.01881, 14.74277], "size": [6, 6, 7], "uv": [60, 30]}, + {"origin": [0.025, 8.01881, 18.49277], "size": [0, 8, 3], "pivot": [0.025, 11.51881, 19.99277], "rotation": [-5, 0, 0], "uv": [90, 85]} + ] + }, + { + "name": "bone5", + "parent": "bone3", + "pivot": [0.025, 9.01881, 20.49277], + "rotation": [2.5, 0, 0], + "cubes": [ + {"origin": [-1.975, 7.01881, 20.74277], "size": [4, 4, 5], "uv": [78, 43]}, + {"origin": [0.025, 10.01881, 22.74277], "size": [0, 4, 3], "uv": [10, 96]} + ] + }, + { + "name": "bone39", + "parent": "bone5", + "pivot": [0.025, 9.01881, 25.49277], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [-0.975, 7.51881, 24.74277], "size": [2, 3, 5], "uv": [36, 79]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-5.25, 13, 5], + "rotation": [60, 0, 0], + "cubes": [ + {"origin": [-7.75, 10, -3], "size": [5, 6, 8], "uv": [60, 16]}, + {"origin": [-8.25, 12, -1], "size": [2, 3, 4], "uv": [0, 43]} + ] + }, + { + "name": "bone6", + "parent": "leg_right", + "pivot": [-5.25, 11.5, -1.5], + "rotation": [-47.5, 0, 0], + "cubes": [ + {"origin": [-6.75, 6, -3], "size": [3, 6, 3], "uv": [104, 0]} + ] + }, + { + "name": "bone14", + "parent": "bone6", + "pivot": [-5.25, 6.5, -0.5], + "rotation": [-12.5, 0, 0], + "cubes": [ + {"origin": [-7.25, 4.7263, -4.71644], "size": [4, 2, 5], "uv": [78, 52], "mirror": true}, + {"origin": [-5.25, 4.7263, -0.71644], "size": [0, 2, 4], "pivot": [-5.25, 5.7263, -0.71644], "rotation": [30, 0, 0], "uv": [74, 91]} + ] + }, + { + "name": "bone7", + "parent": "bone14", + "pivot": [-4, 5.6763, -4.46644] + }, + { + "name": "bone15", + "parent": "bone7", + "pivot": [-4, 5.6763, -4.46644], + "rotation": [0, -22.5, 0], + "cubes": [ + {"origin": [-4.5, 5.1763, -6.46644], "size": [1, 1, 2], "inflate": 0.425, "uv": [96, 95]}, + {"origin": [-4, 4.7513, -8.71644], "size": [0, 2, 2], "uv": [75, 41]} + ] + }, + { + "name": "bone16", + "parent": "bone7", + "pivot": [-6.5, 5.6763, -4.46644], + "rotation": [0, 22.5, 0], + "cubes": [ + {"origin": [-7, 5.1763, -6.46644], "size": [1, 1, 2], "inflate": 0.425, "uv": [0, 97]}, + {"origin": [-6.5, 4.7013, -8.64144], "size": [0, 2, 2], "uv": [75, 41]} + ] + }, + { + "name": "bone17", + "parent": "bone7", + "pivot": [-5.25, 5.6763, -4.71644], + "cubes": [ + {"origin": [-5.75, 5.1763, -6.71644], "size": [1, 1, 2], "inflate": 0.425, "uv": [22, 97]}, + {"origin": [-5.225, 4.7513, -9.11644], "size": [0, 2, 2], "uv": [75, 41]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [5.25, 13, 5], + "rotation": [60, 0, 0], + "cubes": [ + {"origin": [2.75, 10, -3], "size": [5, 6, 8], "uv": [60, 16], "mirror": true}, + {"origin": [6.25, 12, -1], "size": [2, 3, 4], "uv": [0, 43]} + ] + }, + { + "name": "bone9", + "parent": "leg_left", + "pivot": [5.25, 11.5, -1.5], + "rotation": [-47.5, 0, 0], + "cubes": [ + {"origin": [3.75, 5.875, -3], "size": [3, 6, 3], "uv": [104, 0], "mirror": true} + ] + }, + { + "name": "bone10", + "parent": "bone9", + "pivot": [5.25, 6.5, -0.5], + "rotation": [-12.5, 0, 0], + "cubes": [ + {"origin": [3.25, 4.7263, -4.71644], "size": [4, 2, 5], "uv": [78, 52]}, + {"origin": [5.25, 4.7263, -0.71644], "size": [0, 2, 4], "pivot": [5.25, 5.7263, -0.71644], "rotation": [30, 0, 0], "uv": [24, 91]} + ] + }, + { + "name": "bone43", + "parent": "bone10", + "pivot": [4, 5.6763, -4.46644] + }, + { + "name": "bone13", + "parent": "bone43", + "pivot": [4, 5.6763, -4.46644], + "rotation": [0, 22.5, 0], + "cubes": [ + {"origin": [3.5, 5.1763, -6.46644], "size": [1, 1, 2], "inflate": 0.425, "uv": [96, 92]}, + {"origin": [4, 4.7513, -8.71644], "size": [0, 2, 2], "uv": [75, 41]} + ] + }, + { + "name": "bone12", + "parent": "bone43", + "pivot": [6.5, 5.6763, -4.46644], + "rotation": [0, -22.5, 0], + "cubes": [ + {"origin": [6, 5.1763, -6.46644], "size": [1, 1, 2], "inflate": 0.425, "uv": [90, 96]}, + {"origin": [6.5, 4.7513, -8.64144], "size": [0, 2, 2], "uv": [75, 41]} + ] + }, + { + "name": "bone11", + "parent": "bone43", + "pivot": [5.25, 5.6763, -4.71644], + "cubes": [ + {"origin": [4.75, 5.1763, -6.71644], "size": [1, 1, 2], "inflate": 0.425, "uv": [96, 89]}, + {"origin": [5.225, 4.7263, -9.11644], "size": [0, 2, 2], "uv": [75, 41]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ducklett/ducklett.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ducklett/ducklett.geo.json new file mode 100644 index 0000000..abcf789 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ducklett/ducklett.geo.json @@ -0,0 +1,177 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.ducklett", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 3, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "ducklett", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "ducklett", + "pivot": [0, 0, 0] + }, + { + "name": "legright", + "parent": "body", + "pivot": [-2, 4.2, 1.5], + "cubes": [ + {"origin": [-3, 2.2, 0.5], "size": [2, 2, 2], "uv": [20, 37]} + ] + }, + { + "name": "kneeright", + "parent": "legright", + "pivot": [-2, 2.2, 0.5], + "cubes": [ + {"origin": [-3, 0.2, 0.5], "size": [2, 2, 2], "uv": [20, 37]} + ] + }, + { + "name": "rightfoot", + "parent": "kneeright", + "pivot": [-2, 0.2, 2.25], + "cubes": [ + {"origin": [-4, 0.2, -0.5], "size": [4, 0, 3], "uv": [26, 22]}, + {"origin": [-5, 0.2, -4.5], "size": [6, 0, 4], "uv": [26, 45]} + ] + }, + { + "name": "legleft", + "parent": "body", + "pivot": [2, 4.2, 1.5], + "cubes": [ + {"origin": [1, 2.2, 0.5], "size": [2, 2, 2], "uv": [0, 18]} + ] + }, + { + "name": "kneeleft", + "parent": "legleft", + "pivot": [2, 2.2, 0.5], + "cubes": [ + {"origin": [1, 0.2, 0.5], "size": [2, 2, 2], "uv": [0, 18]} + ] + }, + { + "name": "leftfoot", + "parent": "kneeleft", + "pivot": [2, 0.2, 2], + "cubes": [ + {"origin": [-1, 0.2, -4.5], "size": [6, 0, 4], "uv": [0, 48]}, + {"origin": [0, 0.2, -1.5], "size": [4, 0, 4], "uv": [25, 18]} + ] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 4.42403, 1.55567], + "cubes": [ + {"origin": [-6.5, 6.2, -4.5], "size": [13, 8, 9], "uv": [0, 65]}, + {"origin": [-4.5, 7.96972, 2.00192], "size": [9, 8, 5], "pivot": [0, 6.96972, -2.49808], "rotation": [-17.5, 0, 0], "uv": [34, 0]} + ] + }, + { + "name": "neck", + "parent": "torso", + "pivot": [0, 14.7, -0.5], + "cubes": [ + {"origin": [-3, 13.2, -3.5], "size": [6, 2, 6], "uv": [32, 55]} + ] + }, + { + "name": "neck2", + "parent": "neck", + "pivot": [0, 15.3, -0.5], + "cubes": [ + {"origin": [-3, 15.2, -3.5], "size": [6, 2, 6], "uv": [32, 55]} + ] + }, + { + "name": "head", + "parent": "neck2", + "pivot": [0, 20.7554, -0.54444], + "cubes": [ + {"origin": [-5, 17.2, -5], "size": [10, 10, 9], "uv": [0, 18]}, + {"origin": [-3.8, 19.2, -7.7], "size": [4, 2, 3], "pivot": [-2, 20.2, -6], "rotation": [0, 0, -10], "uv": [56, 27]}, + {"origin": [-0.2, 19.2, -7.7], "size": [4, 2, 3], "pivot": [2, 20.2, -6], "rotation": [0, 0, 10], "uv": [50, 55]}, + {"origin": [-4.6, 21.2, -5], "size": [3, 4, 1], "inflate": 0.01, "uv": [57, 0], "mirror": true}, + {"origin": [1.6, 21.2, -5], "size": [3, 4, 1], "inflate": 0.01, "uv": [57, 0]}, + {"origin": [-1.74006, 22.71197, -4], "size": [5, 3, 7], "pivot": [12.25994, 10.71197, 0], "rotation": [0, 0, -20], "uv": [0, 52]}, + {"origin": [-3.25994, 22.71197, -4], "size": [5, 3, 7], "pivot": [-12.25994, 10.71197, 0], "rotation": [0, 0, 20], "uv": [38, 45]} + ] + }, + { + "name": "beak", + "parent": "head", + "pivot": [0, 19.2, -5], + "cubes": [ + {"origin": [-3, 18.2, -7], "size": [6, 2, 2], "uv": [55, 45]} + ] + }, + { + "name": "feathers", + "parent": "head", + "pivot": [0, 27.4071, -3], + "cubes": [ + {"origin": [-2.26966, 26.92276, -3], "size": [3, 5, 0], "pivot": [-0.76966, 29.32276, -3], "rotation": [0, 0, -32.5], "uv": [8, 0]}, + {"origin": [-0.73034, 26.92276, -3], "size": [3, 5, 0], "inflate": 0.01, "pivot": [0.76966, 29.32276, -3], "rotation": [0, 0, 32.5], "uv": [0, 0]} + ] + }, + { + "name": "pupils", + "parent": "head", + "pivot": [0, 23.9, -4.5], + "cubes": [ + {"origin": [-3.9, 22.9, -5], "size": [2, 2, 1], "inflate": 0.02, "uv": [0, 24], "mirror": true}, + {"origin": [1.9, 22.9, -5], "size": [2, 2, 1], "inflate": 0.02, "uv": [0, 24]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 9.89743, 7.15256], + "cubes": [ + {"origin": [-3.5, 5.15224, 11.04134], "size": [7, 5, 6], "pivot": [0, 0.15224, 5.54134], "rotation": [30, 0, 0], "uv": [0, 37]} + ] + }, + { + "name": "wingleft", + "parent": "torso", + "pivot": [6.5, 10.94211, -2.50829], + "cubes": [ + {"origin": [6.5, 6.2, -5.5], "size": [2, 6, 8], "pivot": [2, 5.2, 0], "rotation": [-25, 0, 0], "uv": [40, 13]}, + {"origin": [7, 4.53673, 2.77885], "size": [1, 5, 6], "pivot": [2, 4.53673, 1.27885], "rotation": [20, 0, 0], "uv": [56, 7]} + ] + }, + { + "name": "wingright", + "parent": "torso", + "pivot": [-6.5, 10.94211, -2.50829], + "cubes": [ + {"origin": [-8.5, 6.2, -5.5], "size": [2, 6, 8], "pivot": [-2, 5.2, 0], "rotation": [-25, 0, 0], "uv": [18, 45]}, + {"origin": [-8, 4.53673, 2.77885], "size": [1, 5, 6], "pivot": [-2, 4.53673, 1.27885], "rotation": [20, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "floatie", + "parent": "torso", + "pivot": [0, 6.60446, -2.83333], + "cubes": [ + {"origin": [-7.5, 4.2, -5.5], "size": [15, 4, 14], "uv": [70, 0]}, + {"origin": [-2.9, 7.9, -5.5], "size": [3, 4, 1], "pivot": [-1, 10.2, -5], "rotation": [0, 0, -15], "uv": [56, 32]}, + {"origin": [-0.1, 7.9, -5.5], "size": [3, 4, 1], "pivot": [1, 10.2, -5], "rotation": [0, 0, 15], "uv": [17, 48]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/dudunsparce/dudunsparce.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/dudunsparce/dudunsparce.geo.json new file mode 100644 index 0000000..5939d91 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/dudunsparce/dudunsparce.geo.json @@ -0,0 +1,148 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.dudunsparce", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 4, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "dudunsparce", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "dudunsparce", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 0, -10] + }, + { + "name": "bone6", + "parent": "torso", + "pivot": [0, 0.5, 2], + "cubes": [ + {"origin": [-3, 0.5, 8], "size": [6, 5, 1], "uv": [34, 6]}, + {"origin": [-4, 0, 1], "size": [8, 6, 7], "uv": [0, 27]} + ] + }, + { + "name": "bone5", + "parent": "bone6", + "pivot": [0, 0.5, 1], + "cubes": [ + {"origin": [-3, 0.5, -8], "size": [6, 5, 1], "uv": [30, 33]}, + {"origin": [-3, 0.5, 0], "size": [6, 5, 1], "uv": [30, 33]}, + {"origin": [-4, 0, -7], "size": [8, 6, 7], "uv": [0, 14]} + ] + }, + { + "name": "head", + "parent": "bone5", + "pivot": [-0.5, 2.75, -8.25], + "cubes": [ + {"origin": [-4.5, -0.75, -11], "size": [9, 2, 3], "uv": [30, 21]}, + {"origin": [-4.5, 1.25, -16], "size": [9, 6, 8], "uv": [0, 0]} + ] + }, + { + "name": "bone8", + "parent": "head", + "pivot": [-4.55, 4.25, -12.75], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [-4.525, 1.75, -15.25], "size": [0, 5, 5], "uv": [0, 40]}, + {"origin": [-4.55, 2.25, -14.75], "size": [0, 4, 4], "uv": [40, 48]}, + {"origin": [-4.575, 3.75, -14.75], "size": [0, 1, 4], "uv": [0, 50]} + ] + }, + { + "name": "bone7", + "parent": "head", + "pivot": [4.55, 4.25, -12.75], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [4.525, 1.75, -15.25], "size": [0, 5, 5], "uv": [30, 39]}, + {"origin": [4.55, 2.25, -14.75], "size": [0, 4, 4], "uv": [48, 0]}, + {"origin": [4.575, 3.75, -14.75], "size": [0, 1, 4], "uv": [30, 49]} + ] + }, + { + "name": "bone9", + "parent": "head", + "pivot": [-0.5, 1.25, -11], + "cubes": [ + {"origin": [-4.5, -0.725, -15.975], "size": [9, 2, 5], "inflate": -0.025, "uv": [30, 14]}, + {"origin": [-0.5, -0.5, -17.5], "size": [1, 1, 2], "pivot": [-0.5, 0, -15.5], "rotation": [37.5, 0, 0], "uv": [50, 39]}, + {"origin": [1.5, -0.5, -17.5], "size": [1, 1, 2], "pivot": [1.5, 0, -15.5], "rotation": [37.5, 0, 0], "uv": [50, 45]}, + {"origin": [-2.5, -0.5, -17.5], "size": [1, 1, 2], "pivot": [-2.5, 0, -15.5], "rotation": [37.5, 0, 0], "uv": [50, 42]} + ] + }, + { + "name": "bone12", + "parent": "bone5", + "pivot": [-3, 5, -5.75], + "rotation": [30.88164, 1.71192, -40.80199], + "cubes": [ + {"origin": [-3, 5, -6.25], "size": [0, 4, 5], "uv": [10, 40]} + ] + }, + { + "name": "bone11", + "parent": "bone5", + "pivot": [3, 5, -5.75], + "rotation": [30.88164, -1.71192, 40.80199], + "cubes": [ + {"origin": [3, 5, -6.25], "size": [0, 4, 5], "uv": [10, 40]} + ] + }, + { + "name": "bone4", + "parent": "bone6", + "pivot": [0, 2, 9], + "cubes": [ + {"origin": [-1, 2, 9], "size": [2, 2, 3], "uv": [48, 8]} + ] + }, + { + "name": "bone10", + "parent": "bone4", + "pivot": [0, 2, 12], + "cubes": [ + {"origin": [-2, 1, 12], "size": [4, 4, 3], "uv": [30, 26]}, + {"origin": [-1.5, 1.5, 15], "size": [3, 3, 2], "uv": [48, 48]}, + {"origin": [-1, 2, 17], "size": [2, 2, 3], "uv": [10, 49]}, + {"origin": [-1.5, 1.5, 18.25], "size": [3, 3, 2], "uv": [20, 49]}, + {"origin": [-1, 2, 20.25], "size": [2, 2, 2], "uv": [44, 35]} + ] + }, + { + "name": "bone14", + "parent": "bone6", + "pivot": [-3, 5, 3.25], + "rotation": [30.88164, 1.71192, -40.80199], + "cubes": [ + {"origin": [-3, 5, 2.75], "size": [0, 4, 5], "uv": [10, 40]} + ] + }, + { + "name": "bone13", + "parent": "bone6", + "pivot": [3, 5, 3.25], + "rotation": [30.88164, -1.71192, 40.80199], + "cubes": [ + {"origin": [3, 5, 2.75], "size": [0, 4, 5], "uv": [10, 40]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/dudunsparce/dudunsparce_three-segment.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/dudunsparce/dudunsparce_three-segment.geo.json new file mode 100644 index 0000000..36c99f8 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/dudunsparce/dudunsparce_three-segment.geo.json @@ -0,0 +1,180 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.dudunsparce_three_segment", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "dudunsparce_three_segment", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "dudunsparce_three_segment", + "pivot": [0, 0, 0] + }, + { + "name": "bone3", + "parent": "body", + "pivot": [0, 0, -10] + }, + { + "name": "bone16", + "parent": "bone3", + "pivot": [0, 0.5, 1], + "cubes": [ + {"origin": [-4, 0, -7], "size": [8, 6, 7], "uv": [30, 14]}, + {"origin": [-3, 0.5, 0], "size": [6, 5, 1], "uv": [44, 34]} + ] + }, + { + "name": "bone18", + "parent": "bone16", + "pivot": [3, 5, -4.75], + "rotation": [30.88164, -1.71192, 40.80199], + "cubes": [ + {"origin": [3, 5, -5.25], "size": [0, 4, 5], "uv": [0, 46]} + ] + }, + { + "name": "bone17", + "parent": "bone16", + "pivot": [-3, 5, -4.75], + "rotation": [30.88164, 1.71192, -40.80199], + "cubes": [ + {"origin": [-3, 5, -5.25], "size": [0, 4, 5], "uv": [0, 46]} + ] + }, + { + "name": "bone5", + "parent": "bone16", + "pivot": [0, 0.5, -7], + "cubes": [ + {"origin": [-3, 0.5, -16], "size": [6, 5, 1], "uv": [30, 34]}, + {"origin": [-3, 0.5, -8], "size": [6, 5, 1], "uv": [0, 40]}, + {"origin": [-4, 0, -15], "size": [8, 6, 7], "uv": [0, 14]} + ] + }, + { + "name": "head", + "parent": "bone5", + "pivot": [-0.5, 2.75, -16.25], + "cubes": [ + {"origin": [-4.5, -0.75, -19], "size": [9, 2, 3], "uv": [34, 0]}, + {"origin": [-4.5, 1.25, -24], "size": [9, 6, 8], "uv": [0, 0]} + ] + }, + { + "name": "bone8", + "parent": "head", + "pivot": [-4.55, 4.25, -20.75], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [-4.525, 1.75, -23.25], "size": [0, 5, 5], "uv": [38, 40]}, + {"origin": [-4.55, 2.25, -22.75], "size": [0, 4, 4], "uv": [38, 50]}, + {"origin": [-4.575, 3.75, -22.75], "size": [0, 1, 4], "uv": [30, 58]} + ] + }, + { + "name": "bone7", + "parent": "head", + "pivot": [4.55, 4.25, -20.75], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [4.525, 1.75, -23.25], "size": [0, 5, 5], "uv": [28, 40]}, + {"origin": [4.55, 2.25, -22.75], "size": [0, 4, 4], "uv": [30, 50]}, + {"origin": [4.575, 3.75, -22.75], "size": [0, 1, 4], "uv": [58, 27]} + ] + }, + { + "name": "jaw", + "parent": "head", + "pivot": [-0.5, 1.25, -19], + "cubes": [ + {"origin": [-4.5, -0.725, -23.975], "size": [9, 2, 5], "inflate": -0.025, "uv": [30, 27]}, + {"origin": [-0.5, -0.5, -25.5], "size": [1, 1, 2], "pivot": [-0.5, 0, -23.5], "rotation": [37.5, 0, 0], "uv": [58, 10]}, + {"origin": [1.5, -0.5, -25.5], "size": [1, 1, 2], "pivot": [1.5, 0, -23.5], "rotation": [37.5, 0, 0], "uv": [58, 35]}, + {"origin": [-2.5, -0.5, -25.5], "size": [1, 1, 2], "pivot": [-2.5, 0, -23.5], "rotation": [37.5, 0, 0], "uv": [58, 32]} + ] + }, + { + "name": "bone12", + "parent": "bone5", + "pivot": [-3, 5, -13.75], + "rotation": [30.88164, 1.71192, -40.80199], + "cubes": [ + {"origin": [-3, 5, -14.25], "size": [0, 4, 5], "uv": [0, 46]} + ] + }, + { + "name": "bone11", + "parent": "bone5", + "pivot": [3, 5, -13.75], + "rotation": [30.88164, -1.71192, 40.80199], + "cubes": [ + {"origin": [3, 5, -14.25], "size": [0, 4, 5], "uv": [0, 46]} + ] + }, + { + "name": "bone6", + "parent": "bone3", + "pivot": [0, 0.5, 2], + "cubes": [ + {"origin": [-3, 0.5, 8], "size": [6, 5, 1], "uv": [14, 40]}, + {"origin": [-4, 0, 1], "size": [8, 6, 7], "uv": [0, 27]} + ] + }, + { + "name": "bone4", + "parent": "bone6", + "pivot": [0, 2, 9], + "cubes": [ + {"origin": [-1, 2, 9], "size": [2, 2, 3], "uv": [0, 55]} + ] + }, + { + "name": "bone10", + "parent": "bone4", + "pivot": [0, 2, 12], + "cubes": [ + {"origin": [-2, 1, 12], "size": [4, 4, 3], "uv": [34, 5]}, + {"origin": [-1.5, 1.5, 15], "size": [3, 3, 2], "uv": [10, 55]}, + {"origin": [-1, 2, 17], "size": [2, 2, 3], "uv": [58, 0]}, + {"origin": [-1.5, 1.5, 18.25], "size": [3, 3, 2], "uv": [58, 5]}, + {"origin": [-1, 2, 20.25], "size": [2, 2, 2], "uv": [20, 46]} + ] + }, + { + "name": "bone14", + "parent": "bone6", + "pivot": [-3, 5, 3.25], + "rotation": [30.88164, 1.71192, -40.80199], + "cubes": [ + {"origin": [-3, 5, 2.75], "size": [0, 4, 5], "uv": [0, 46]} + ] + }, + { + "name": "bone13", + "parent": "bone6", + "pivot": [3, 5, 3.25], + "rotation": [30.88164, -1.71192, 40.80199], + "cubes": [ + {"origin": [3, 5, 2.75], "size": [0, 4, 5], "uv": [0, 46]} + ] + }, + { + "name": "bone15", + "parent": "bone6", + "pivot": [0, 0.5, 2] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/dunsparce/dunsparce.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/dunsparce/dunsparce.geo.json new file mode 100644 index 0000000..b4f78ca --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/dunsparce/dunsparce.geo.json @@ -0,0 +1,119 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.dunsparce", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "dunsparce", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "dunsparce", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-3, 0, -3], "size": [6, 6, 6], "uv": [0, 12]}, + {"origin": [-2, 0.5, 3], "size": [4, 5, 2], "uv": [24, 12]}, + {"origin": [-2, 0.5, -4], "size": [4, 5, 1], "uv": [30, 6]} + ] + }, + { + "name": "bone4", + "parent": "torso", + "pivot": [0, 2.75, -3.5], + "cubes": [ + {"origin": [-4, 1.5, -10.5], "size": [8, 5, 7], "uv": [0, 0]}, + {"origin": [3, -0.5, -5.5], "size": [1, 2, 2], "uv": [36, 32]}, + {"origin": [2, -0.5, -5.5], "size": [1, 2, 2], "uv": [20, 31]}, + {"origin": [-4, -0.5, -5.5], "size": [2, 2, 2], "uv": [36, 18]}, + {"origin": [-2, -0.5, -5.5], "size": [4, 2, 2], "uv": [8, 31]} + ] + }, + { + "name": "bone8", + "parent": "bone4", + "pivot": [0, 1.4, -5.45], + "cubes": [ + {"origin": [-4, -0.49339, -10.49521], "size": [8, 2, 5], "inflate": 0.025, "uv": [0, 24]}, + {"origin": [-2, -1.6, -11.2], "size": [0, 2, 1], "pivot": [-2, -0.6, -10.7], "rotation": [-40, 0, 0], "uv": [24, 19]}, + {"origin": [2, -1.6, -11.2], "size": [0, 2, 1], "pivot": [2, -0.6, -10.7], "rotation": [-40, 0, 0], "uv": [26, 37]} + ] + }, + { + "name": "bone7", + "parent": "bone4", + "pivot": [-5, -4.5, -4.5] + }, + { + "name": "bone3", + "parent": "bone4", + "pivot": [-4.0375, 4.1, -7.4], + "rotation": [-5, 0, 0], + "cubes": [ + {"origin": [-4.025, 2.1, -9.4], "size": [0, 4, 4], "uv": [8, 35]}, + {"origin": [-4.05, 2.6, -8.9], "size": [0, 3, 3], "uv": [36, 26]} + ] + }, + { + "name": "bone5", + "parent": "bone4", + "pivot": [4.0375, 4.1, -7.4], + "rotation": [-5, 0, 0], + "cubes": [ + {"origin": [4.025, 2.1, -9.4], "size": [0, 4, 4], "uv": [0, 31]}, + {"origin": [4.05, 2.6, -8.9], "size": [0, 3, 3], "uv": [36, 12]} + ] + }, + { + "name": "bone", + "parent": "torso", + "pivot": [0, 2.25, 5], + "cubes": [ + {"origin": [-1, 2.25, 5], "size": [2, 2, 2], "uv": [36, 22]} + ] + }, + { + "name": "drill", + "parent": "bone", + "pivot": [0, 2.25, 7], + "cubes": [ + {"origin": [-1.5, 1.75, 7], "size": [3, 3, 3], "uv": [30, 0]}, + {"origin": [-1, 2.25, 10], "size": [2, 2, 3], "uv": [16, 35]}, + {"origin": [-0.5, 2.75, 13], "size": [1, 1, 2], "uv": [36, 36]} + ] + }, + { + "name": "bone9", + "parent": "torso", + "pivot": [-2.25, 5.15, -2.5], + "rotation": [33.23426, 1.34789, -33.41293], + "cubes": [ + {"origin": [-2.25, 4.65, -2.5], "size": [0, 4, 5], "uv": [26, 19], "mirror": true} + ] + }, + { + "name": "bone6", + "parent": "torso", + "pivot": [2.25, 5.15, -2.5], + "rotation": [33.23426, -1.34789, 33.41293], + "cubes": [ + {"origin": [2.25, 4.65, -2.5], "size": [0, 4, 5], "uv": [26, 19]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/duosion/duosion.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/duosion/duosion.geo.json new file mode 100644 index 0000000..f39ff92 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/duosion/duosion.geo.json @@ -0,0 +1,116 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.duosion", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 3, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "duosion", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "duosion", + "pivot": [0.01667, 16, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 9.5, 0], + "cubes": [ + {"origin": [-1.5, 9.5, -1.5], "size": [3, 2, 3], "uv": [0, 13]}, + {"origin": [-2, 11.5, -2], "size": [4, 3, 4], "uv": [0, 0]} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 14.45, 1.8675], + "cubes": [ + {"origin": [-1, 16.5, -3.51], "size": [2, 2, 0], "pivot": [0, 17.5, -0.51], "rotation": [0, 0, 45], "uv": [9, 13]}, + {"origin": [-4.5, 14.5, -3.5], "size": [9, 7, 7], "uv": [32, 35]}, + {"origin": [1.9, 16.25, -3.51], "size": [2, 3, 0], "pivot": [2.9, 17.75, -3.51], "rotation": [0, 0, 7.5], "uv": [0, 0]}, + {"origin": [-3.9, 16.25, -3.51], "size": [2, 3, 0], "pivot": [-2.9, 17.75, -3.51], "rotation": [0, 0, -7.5], "uv": [0, 7]} + ] + }, + { + "name": "eyelids", + "parent": "head", + "pivot": [2.9, 17.75, -2.51] + }, + { + "name": "eyelid_right", + "parent": "eyelids", + "pivot": [-2.9, 17.75, -2.51], + "cubes": [ + {"origin": [-3.9, 16.25, -2.52], "size": [2, 3, 0], "pivot": [-2.9, 17.75, -2.51], "rotation": [0, 0, -7.5], "uv": [17, 10], "mirror": true} + ] + }, + { + "name": "eyelid_left", + "parent": "eyelids", + "pivot": [2.9, 17.75, -2.51], + "cubes": [ + {"origin": [1.9, 16.25, -2.52], "size": [2, 3, 0], "pivot": [2.9, 17.75, -2.51], "rotation": [0, 0, 7.5], "uv": [17, 10]} + ] + }, + { + "name": "hat", + "parent": "head", + "pivot": [0, 21.625, 0], + "cubes": [ + {"origin": [-2, 23.25, -2], "size": [4, 2, 4], "uv": [0, 7]} + ] + }, + { + "name": "arm_left", + "parent": "torso", + "pivot": [-1.25, 13, -2], + "cubes": [ + {"origin": [-1.75, 12.5, -3.5], "size": [1, 1, 2], "uv": [12, 7]} + ] + }, + { + "name": "arm_right", + "parent": "torso", + "pivot": [1.25, 13, -2], + "cubes": [ + {"origin": [0.75, 12.5, -3.5], "size": [1, 1, 2], "uv": [12, 0]} + ] + }, + { + "name": "shell", + "parent": "body", + "pivot": [0, 14.31875, -0.0625], + "cubes": [ + {"origin": [-9.5, 5.5, -10.5], "size": [19, 19, 21], "inflate": -17, "uv": [37, 68]}, + {"origin": [-4.5, 18.275, -5], "size": [9, 12, 10], "inflate": -8, "uv": [7, 56]} + ] + }, + { + "name": "shell_left", + "parent": "shell", + "pivot": [8.15, 6.5, 3.875], + "cubes": [ + {"origin": [0.825, 3.6, -4.125], "size": [12, 11, 7], "inflate": -8, "uv": [73, 24]} + ] + }, + { + "name": "shell_right", + "parent": "shell", + "pivot": [-8.15, 6.5, 3.875], + "cubes": [ + {"origin": [-12.825, 3.6, -4.125], "size": [12, 11, 7], "inflate": -8, "uv": [73, 24], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/duraludon/duraludon.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/duraludon/duraludon.geo.json new file mode 100644 index 0000000..047cfcf --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/duraludon/duraludon.geo.json @@ -0,0 +1,492 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "duraludon", + "pivot": [0, 0, 0] + }, + { + "name": "body_shake", + "parent": "duraludon", + "pivot": [-0.01832, 3.72591, -0.53758] + }, + { + "name": "body", + "parent": "body_shake", + "pivot": [-0.01832, 3.72591, -0.53758], + "cubes": [ + {"origin": [-3.51635, 4.12627, -4.53799], "size": [7, 5, 9], "inflate": 0.275, "uv": [23, 30]}, + {"origin": [-3.01635, 4.60127, -5.68799], "size": [6, 4, 2], "inflate": 0.275, "uv": [61, 46]}, + {"origin": [-3.04135, 4.47627, -5.36299], "size": [6, 4, 2], "uv": [61, 52]}, + {"origin": [-3.51635, 2.77627, -4.53799], "size": [7, 3, 10], "inflate": -0.45, "uv": [17, 0]} + ] + }, + { + "name": "body_top", + "parent": "body", + "pivot": [0.13781, 9.11117, -0.52769], + "cubes": [ + {"origin": [-3.01635, 8.00127, -4.06299], "size": [6, 10, 5], "inflate": -0.075, "pivot": [0.15865, 13.50127, -0.03799], "rotation": [-5, 0, 0], "uv": [0, 32]}, + {"origin": [2.15365, 6.34826, -1.90729], "size": [1, 13, 6], "inflate": -0.25, "pivot": [0.68365, 13.34826, -0.40729], "rotation": [25, 0, 0], "uv": [0, 47]}, + {"origin": [2.90965, 16.32202, -3.88816], "size": [0, 5, 5], "pivot": [3.48465, 19.52202, -1.46316], "rotation": [25, 0, 0], "uv": [17, 0]}, + {"origin": [-2.95965, 16.32202, -3.88816], "size": [0, 5, 5], "pivot": [-3.53465, 19.52202, -1.46316], "rotation": [25, 0, 0], "uv": [17, 0], "mirror": true}, + {"origin": [-3.24305, 16.35131, 1.99295], "size": [1, 1, 3], "inflate": -0.3, "pivot": [-2.06635, 21.65131, -0.03205], "rotation": [-65, 0, 0], "uv": [0, 75], "mirror": true}, + {"origin": [-3.24305, 16.90115, -3.95208], "size": [1, 1, 1], "inflate": -0.3, "pivot": [-2.74305, 17.52615, -3.37708], "rotation": [-5, 0, 0], "uv": [2, 77], "mirror": true}, + {"origin": [2.21035, 16.90115, -3.95208], "size": [1, 1, 1], "inflate": -0.3, "pivot": [2.71035, 17.52615, -3.37708], "rotation": [-5, 0, 0], "uv": [2, 77]}, + {"origin": [2.21035, 14.10924, -4.46568], "size": [1, 1, 3], "inflate": -0.3, "pivot": [2.70865, 14.55924, -2.89068], "rotation": [57.5, 0, 0], "uv": [0, 75]}, + {"origin": [2.21035, 12.60131, 1.76795], "size": [1, 1, 3], "inflate": -0.3, "pivot": [2.03365, 17.87631, -0.28205], "rotation": [-65, 0, 0], "uv": [0, 75]}, + {"origin": [2.21035, 10.33424, -5.71568], "size": [1, 1, 4], "inflate": -0.3, "pivot": [2.70865, 10.78424, -3.14068], "rotation": [57.5, 0, 0], "uv": [-1, 74]}, + {"origin": [-3.24305, 10.33424, -5.71568], "size": [1, 1, 4], "inflate": -0.3, "pivot": [-2.74135, 10.78424, -3.14068], "rotation": [57.5, 0, 0], "uv": [-1, 74], "mirror": true}, + {"origin": [-3.18635, 6.34826, -1.90729], "size": [1, 13, 6], "inflate": -0.25, "pivot": [-0.71635, 13.34826, -0.40729], "rotation": [25, 0, 0], "uv": [0, 47], "mirror": true}, + {"origin": [1.20865, 16.62631, 1.09295], "size": [1, 1, 10], "inflate": -0.3, "pivot": [2.05865, 17.12631, 1.99295], "rotation": [-65, 0, 0], "uv": [5, 5]}, + {"origin": [-2.20865, 16.62631, 1.09295], "size": [1, 1, 10], "inflate": -0.3, "pivot": [-2.05865, 17.12631, 1.99295], "rotation": [-65, 0, 0], "uv": [5, 5], "mirror": true}, + {"origin": [-2.51635, 7.18907, 1.60726], "size": [5, 10, 5], "inflate": 0.025, "pivot": [0.08365, 6.73907, 3.00726], "rotation": [25, 0, 0], "uv": [17, 44]} + ] + }, + { + "name": "bone5", + "parent": "body_top", + "pivot": [-0.04135, 8.97202, 5.0397], + "cubes": [ + {"origin": [-1.01635, 8.33403, 2.95411], "size": [2, 16, 3], "inflate": -0.1, "pivot": [-0.01635, 8.99702, 4.9897], "rotation": [17.5, 0, 0], "uv": [51, 44]}, + {"origin": [-0.51635, 23.68403, 3.15411], "size": [1, 1, 3], "inflate": -0.3, "pivot": [-0.04135, 9.12202, 5.3897], "rotation": [17.5, 0, 0], "uv": [17, 16]}, + {"origin": [-0.51635, 23.53403, 5.20411], "size": [1, 1, 1], "inflate": -0.3, "pivot": [-0.04135, 8.97202, 5.0397], "rotation": [17.5, 0, 0], "uv": [0, 3]} + ] + }, + { + "name": "hand_left", + "parent": "body_top", + "pivot": [3.48465, 19.52202, -1.53816] + }, + { + "name": "hand_1_l_motion", + "parent": "hand_left", + "pivot": [2.48465, 11.52202, 0.01184] + }, + { + "name": "hand_one_l3", + "parent": "hand_1_l_motion", + "pivot": [3.43291, 11.52202, -0.62322], + "cubes": [ + {"origin": [1.43291, 10.52202, -1.62322], "size": [4, 2, 2], "inflate": -0.025, "uv": [0, 66]} + ] + }, + { + "name": "hand_2_l_motion", + "parent": "hand_one_l3", + "pivot": [4.61624, 11.59634, -0.65655] + }, + { + "name": "hand_two_l3", + "parent": "hand_2_l_motion", + "pivot": [4.61624, 11.59634, -0.65655], + "cubes": [ + {"origin": [4.43291, 10.52202, -1.62322], "size": [4, 2, 2], "uv": [42, 63]}, + {"origin": [6.43291, 10.07202, -2.19822], "size": [5, 3, 3], "uv": [58, 60]} + ] + }, + { + "name": "bone22", + "parent": "hand_two_l3", + "pivot": [-8.84209, 19.52202, -1.62322], + "cubes": [ + {"origin": [7.35791, 9.69497, -2.64822], "size": [4, 4, 4], "uv": [14, 59]} + ] + }, + { + "name": "bone10", + "parent": "bone22", + "pivot": [11.83291, 13.19702, -0.64822], + "rotation": [0, -45, 0], + "cubes": [ + {"origin": [9.98282, 12.79117, -1.82656], "size": [3, 1, 3], "inflate": -0.1, "uv": [64, 27]}, + {"origin": [10.01125, 9.60107, -1.79813], "size": [3, 1, 3], "inflate": -0.1, "uv": [64, 16]} + ] + }, + { + "name": "bone8", + "parent": "bone22", + "pivot": [11.33291, 13.22202, -4.19716], + "cubes": [ + {"origin": [10.93291, 14.71247, -4.6222], "size": [3, 1, 3], "inflate": -0.1, "pivot": [11.35791, 13.2374, -4.19822], "rotation": [-90, 0, 45], "uv": [65, 4]} + ] + }, + { + "name": "bone9", + "parent": "bone8", + "pivot": [11.33291, 13.22202, -4.19716], + "cubes": [ + {"origin": [10.92556, 14.71937, -1.49859], "size": [3, 1, 3], "inflate": -0.1, "pivot": [11.35056, 13.23005, -1.06319], "rotation": [-90, 0, 45], "uv": [64, 31]} + ] + }, + { + "name": "hand_right", + "parent": "body_top", + "pivot": [-3.51735, 19.52202, -1.53816] + }, + { + "name": "hand_1_motion", + "parent": "hand_right", + "pivot": [-2.51735, 11.52202, 0.16184] + }, + { + "name": "hand_one_l2", + "parent": "hand_1_motion", + "pivot": [-3.57455, 11.52202, -0.44834], + "cubes": [ + {"origin": [-5.57455, 10.52202, -1.44834], "size": [4, 2, 2], "inflate": -0.025, "uv": [0, 66], "mirror": true} + ] + }, + { + "name": "hand_2_motion", + "parent": "hand_one_l2", + "pivot": [-4.75789, 11.59634, -0.48167] + }, + { + "name": "hand_two_l2", + "parent": "hand_2_motion", + "pivot": [-4.57455, 11.54702, -0.48584], + "cubes": [ + {"origin": [-8.57455, 10.52202, -1.44834], "size": [4, 2, 2], "uv": [42, 63], "mirror": true}, + {"origin": [-11.57455, 10.07202, -2.02334], "size": [5, 3, 3], "uv": [58, 60], "mirror": true} + ] + }, + { + "name": "bone11", + "parent": "hand_two_l2", + "pivot": [8.70045, 19.52202, -1.44834], + "cubes": [ + {"origin": [-11.49955, 9.69497, -2.47334], "size": [4, 4, 4], "uv": [14, 59], "mirror": true} + ] + }, + { + "name": "bone12", + "parent": "bone11", + "pivot": [-11.97455, 13.19702, -0.47334], + "rotation": [0, 45, 0], + "cubes": [ + {"origin": [-13.12446, 12.79117, -1.65167], "size": [3, 1, 3], "inflate": -0.1, "uv": [64, 27], "mirror": true}, + {"origin": [-13.15289, 9.60107, -1.62325], "size": [3, 1, 3], "inflate": -0.1, "uv": [64, 16], "mirror": true} + ] + }, + { + "name": "bone13", + "parent": "bone11", + "pivot": [-11.47455, 13.22202, -4.02228], + "cubes": [ + {"origin": [-14.07455, 14.71247, -4.44834], "size": [3, 1, 3], "inflate": -0.1, "pivot": [-11.49955, 13.2374, -4.02334], "rotation": [-90, 0, -45], "uv": [65, 4], "mirror": true} + ] + }, + { + "name": "bone23", + "parent": "bone13", + "pivot": [-11.47455, 13.22202, -4.02228], + "cubes": [ + {"origin": [-14.06721, 14.71937, -1.3237], "size": [3, 1, 3], "inflate": -0.1, "pivot": [-11.49221, 13.23005, -0.88831], "rotation": [-90, 0, -45], "uv": [64, 31], "mirror": true} + ] + }, + { + "name": "head", + "parent": "body_top", + "pivot": [-0.51635, 17.75127, 1.85536], + "rotation": [25, 0, 0], + "cubes": [ + {"origin": [1.20865, 20.65512, 0.74166], "size": [1, 2, 1], "inflate": -0.3, "pivot": [2.05865, 22.15512, 1.66666], "rotation": [-90, 0, 0], "uv": [0, 0]}, + {"origin": [-2.21635, 20.65512, 0.74166], "size": [1, 2, 1], "inflate": -0.3, "pivot": [-2.06635, 22.15512, 1.66666], "rotation": [-90, 0, 0], "uv": [10, 22]}, + {"origin": [-2.54135, 22.75901, -3.10462], "size": [5, 0, 5], "uv": [0, 0]}, + {"origin": [2.45865, 17.75901, -3.10462], "size": [0, 5, 5], "uv": [32, 39]}, + {"origin": [-2.54135, 17.75901, 1.87038], "size": [5, 5, 0], "inflate": 0.01, "uv": [17, 0]}, + {"origin": [-2.51535, 17.75901, -3.12962], "size": [0, 5, 5], "uv": [17, 27]}, + {"origin": [-2.20865, 21.65512, 0.81666], "size": [1, 1, 6], "inflate": -0.3, "pivot": [-2.05865, 22.15512, 1.71666], "rotation": [-90, 0, 0], "uv": [9, 9], "mirror": true}, + {"origin": [1.20865, 21.65512, 0.81666], "size": [1, 1, 6], "inflate": -0.3, "pivot": [2.05865, 22.15512, 1.71666], "rotation": [-90, 0, 0], "uv": [9, 9]} + ] + }, + { + "name": "bone4", + "parent": "head", + "pivot": [-1.51635, -1.26599, 3.89538], + "cubes": [ + {"origin": [-2.47635, 22.73381, -5.02962], "size": [2, 0, 3], "pivot": [-1.51635, 22.73401, -2.60462], "rotation": [0, -56.75, 0], "uv": [8, 5]}, + {"origin": [0.38365, 22.73391, -5.05462], "size": [2, 0, 3], "pivot": [1.48365, 22.73401, -2.60462], "rotation": [0, 55, 0], "uv": [8, 16]} + ] + }, + { + "name": "faceplate", + "parent": "head", + "pivot": [2.48365, 21.23401, -3.05462] + }, + { + "name": "plate_left", + "parent": "faceplate", + "pivot": [2.45865, 21.23401, -3.07962], + "cubes": [ + {"origin": [-0.54592, 19.73391, -3.01735], "size": [3, 3, 0], "pivot": [2.45408, 21.23391, -3.04235], "rotation": [0, -35, 0], "uv": [45, 44]} + ] + }, + { + "name": "eye", + "parent": "plate_left", + "pivot": [2.45865, 21.23401, -3.07962], + "cubes": [ + {"origin": [0.20408, 19.08391, -2.9925], "size": [1, 2, 0], "pivot": [2.45408, 21.23391, -3.04235], "rotation": [-15.00046, -31.99975, 26.82396], "uv": [13, 68]}, + {"origin": [0.79908, 21.53391, -4.52767], "size": [1, 1, 1], "inflate": -0.025, "pivot": [2.4461, 21.58391, -3.87767], "rotation": [32.5, 55, 0], "uv": [8, 71]}, + {"origin": [0.8961, 20.85891, -4.47767], "size": [1, 1, 1], "inflate": -0.15, "pivot": [2.4461, 21.58391, -3.90267], "rotation": [0, 55, 0], "uv": [-1, 74]}, + {"origin": [1.12308, 20.85891, -4.47767], "size": [1, 1, 1], "inflate": -0.375, "pivot": [2.4461, 21.58391, -3.90267], "rotation": [0, 55, 0], "uv": [-1, 74]}, + {"origin": [0.94708, 20.85891, -4.47767], "size": [1, 1, 1], "inflate": -0.2, "pivot": [2.4461, 21.58391, -3.90267], "rotation": [0, 55, 0], "uv": [4, 71]} + ] + }, + { + "name": "plate_right", + "parent": "faceplate", + "pivot": [-2.49135, 21.23401, -3.05462], + "cubes": [ + {"origin": [-2.472, 19.73381, -3.10411], "size": [3, 3, 0], "pivot": [-2.48499, 21.23381, -3.04236], "rotation": [0, 32.5, 0], "uv": [9, 27]} + ] + }, + { + "name": "eye2", + "parent": "plate_right", + "pivot": [-2.54135, 21.23401, -3.10462], + "rotation": [0, -2.5, 0], + "cubes": [ + {"origin": [-1.28446, 19.08381, -3.0428], "size": [1, 2, 0], "pivot": [-2.48446, 21.23381, -3.04265], "rotation": [-15.00046, 31.99975, -26.82396], "uv": [13, 68], "mirror": true}, + {"origin": [-1.87946, 21.53381, -4.60297], "size": [1, 1, 1], "inflate": -0.025, "pivot": [-2.52647, 21.58381, -3.92797], "rotation": [32.5, -55, 0], "uv": [8, 71], "mirror": true}, + {"origin": [-2.00147, 20.85881, -4.52797], "size": [1, 1, 1], "inflate": -0.15, "pivot": [-2.52647, 21.58381, -3.92797], "rotation": [0, -55, 0], "uv": [-1, 74], "mirror": true}, + {"origin": [-2.22846, 20.85881, -4.52797], "size": [1, 1, 1], "inflate": -0.375, "pivot": [-2.52647, 21.58381, -3.92797], "rotation": [0, -55, 0], "uv": [-1, 74], "mirror": true}, + {"origin": [-2.05246, 20.85881, -4.52797], "size": [1, 1, 1], "inflate": -0.2, "pivot": [-2.52647, 21.58381, -3.92797], "rotation": [0, -55, 0], "uv": [4, 71], "mirror": true} + ] + }, + { + "name": "bone14", + "parent": "head", + "pivot": [2.48365, 21.63401, -3.10462], + "cubes": [ + {"origin": [-2.62836, 20.13401, -2.89137], "size": [3, 2, 2], "pivot": [-2.51635, 21.63401, -3.10462], "rotation": [0, 32.5, 0], "uv": [12, 68]}, + {"origin": [-0.42934, 20.13411, -2.89137], "size": [3, 2, 2], "pivot": [2.48365, 21.63401, -3.10462], "rotation": [0, -32.5, 0], "uv": [12, 68], "mirror": true} + ] + }, + { + "name": "zigzack_l", + "parent": "body_top", + "pivot": [2.03365, 21.65131, -0.03205], + "cubes": [ + {"origin": [2.21035, 16.35131, 1.99295], "size": [1, 1, 3], "inflate": -0.3, "pivot": [2.03365, 21.65131, -0.03205], "rotation": [-65, 0, 0], "uv": [0, 75]} + ] + }, + { + "name": "bone17", + "parent": "zigzack_l", + "pivot": [2.03365, 21.65131, -0.03205] + }, + { + "name": "zigzack_r", + "parent": "body_top", + "pivot": [-2.06635, 21.65131, -0.03205], + "cubes": [ + {"origin": [-3.24305, 14.10924, -4.46568], "size": [1, 1, 3], "inflate": -0.3, "pivot": [-2.74135, 14.55924, -2.89068], "rotation": [57.5, 0, 0], "uv": [0, 75], "mirror": true} + ] + }, + { + "name": "bone16", + "parent": "zigzack_r", + "pivot": [-2.06635, 21.65131, -0.03205], + "cubes": [ + {"origin": [-3.24305, 12.60131, 1.76795], "size": [1, 1, 3], "inflate": -0.3, "pivot": [-2.06635, 17.87631, -0.28205], "rotation": [-65, 0, 0], "uv": [0, 75], "mirror": true} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [-0.51635, 0.00127, 0.46201], + "cubes": [ + {"origin": [-3.51635, 4.72627, 3.41201], "size": [7, 5, 9], "inflate": -0.125, "pivot": [-0.51635, 5.00127, 6.46201], "rotation": [15, 0, 0], "uv": [17, 16]} + ] + }, + { + "name": "right", + "parent": "tail", + "pivot": [-1.26635, 9.50127, 10.96201] + }, + { + "name": "bone20", + "parent": "right", + "pivot": [-1.51635, 8.50127, 11.23701], + "cubes": [ + {"origin": [-3.26635, 8.00127, 10.78701], "size": [2, 1, 1], "inflate": -0.225, "pivot": [-1.51635, 8.50127, 11.23701], "rotation": [14.51082, -3.84097, 14.51082], "uv": [1, 83], "mirror": true}, + {"origin": [-1.71635, 8.00127, 10.78701], "size": [1, 1, 1], "inflate": -0.225, "pivot": [-1.51635, 8.50127, 11.23701], "rotation": [14.51082, -3.84097, 14.51082], "uv": [1, 83], "mirror": true} + ] + }, + { + "name": "bone21", + "parent": "right", + "pivot": [-1.26635, 9.50127, 10.96201], + "cubes": [ + {"origin": [-3.01635, 9.00127, 10.51201], "size": [2, 1, 1], "inflate": -0.225, "pivot": [-1.26635, 9.50127, 10.96201], "rotation": [14.51082, -3.84097, 14.51082], "uv": [1, 83], "mirror": true}, + {"origin": [-1.46635, 9.00127, 10.51201], "size": [1, 1, 1], "inflate": -0.225, "pivot": [-1.26635, 9.50127, 10.96201], "rotation": [14.51082, -3.84097, 14.51082], "uv": [1, 83], "mirror": true} + ] + }, + { + "name": "left", + "parent": "tail", + "pivot": [1.23365, 9.50127, 10.96201] + }, + { + "name": "bone19", + "parent": "left", + "pivot": [1.48365, 8.50127, 11.23701], + "cubes": [ + {"origin": [1.23365, 8.00127, 10.78701], "size": [2, 1, 1], "inflate": -0.225, "pivot": [1.48365, 8.50127, 11.23701], "rotation": [14.51082, 3.84097, -14.51082], "uv": [1, 83]}, + {"origin": [0.68365, 8.00127, 10.78701], "size": [1, 1, 1], "inflate": -0.225, "pivot": [1.48365, 8.50127, 11.23701], "rotation": [14.51082, 3.84097, -14.51082], "uv": [1, 83]} + ] + }, + { + "name": "bone18", + "parent": "left", + "pivot": [1.23365, 9.50127, 10.96201], + "cubes": [ + {"origin": [0.98365, 9.00127, 10.51201], "size": [2, 1, 1], "inflate": -0.225, "pivot": [1.23365, 9.50127, 10.96201], "rotation": [14.51082, 3.84097, -14.51082], "uv": [1, 83]}, + {"origin": [0.43365, 9.00127, 10.51201], "size": [1, 1, 1], "inflate": -0.225, "pivot": [1.23365, 9.50127, 10.96201], "rotation": [14.51082, 3.84097, -14.51082], "uv": [1, 83]} + ] + }, + { + "name": "leg_left", + "parent": "duraludon", + "pivot": [4, 8, 0] + }, + { + "name": "leg_front_left", + "parent": "leg_left", + "pivot": [-4.7, 6.5, -0.4], + "rotation": [0, -90, 0] + }, + { + "name": "leg_front2_left", + "parent": "leg_front_left", + "pivot": [-5.7, 6.5, -6.4] + }, + { + "name": "leg_front3_left", + "parent": "leg_front2_left", + "pivot": [-5.7, 2, -10.4], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [-7.2, 2, -12.9], "size": [5, 6, 4], "uv": [46, 26], "mirror": true} + ] + }, + { + "name": "leg_front4_left", + "parent": "leg_front3_left", + "pivot": [-5.7, 8, -10.9], + "cubes": [ + {"origin": [-6.675, 6.075, -10.9], "size": [4, 3, 3], "pivot": [-5.7, 8, -10.9], "rotation": [-10, 0, 0], "uv": [0, 5], "mirror": true} + ] + }, + { + "name": "legspike_front_left", + "parent": "leg_front3_left", + "pivot": [-5.7, 8, -10.9], + "rotation": [-45, 0, 0] + }, + { + "name": "toe_front_left", + "parent": "leg_front2_left", + "pivot": [-5.7, 1, -14.4] + }, + { + "name": "bone2", + "parent": "toe_front_left", + "pivot": [-7.45, 0.5, -10.7] + }, + { + "name": "bone", + "parent": "bone2", + "pivot": [-6.0875, 3, -10.7125], + "cubes": [ + {"origin": [-8.225, 0, -13.225], "size": [7, 3, 5], "inflate": 0.01, "uv": [40, 13], "mirror": true}, + {"origin": [-8.45, 0, -11.7], "size": [2, 1, 2], "pivot": [-7.45, 0.5, -10.7], "rotation": [0, -45, 0], "uv": [17, 20], "mirror": true} + ] + }, + { + "name": "toe_front_left2", + "parent": "toe_front_left", + "pivot": [-5.7, 2, -16.4], + "rotation": [-10, 0, 0] + }, + { + "name": "leg_right", + "parent": "duraludon", + "pivot": [-4, 8, 0] + }, + { + "name": "leg_front_right", + "parent": "leg_right", + "pivot": [4.7, 6.5, -0.4], + "rotation": [0, 90, 0] + }, + { + "name": "leg_front2_right", + "parent": "leg_front_right", + "pivot": [5.7, 6.5, -6.4] + }, + { + "name": "leg_front3_right", + "parent": "leg_front2_right", + "pivot": [5.7, 2, -10.4], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [2.2, 2, -12.9], "size": [5, 6, 4], "uv": [46, 26]} + ] + }, + { + "name": "leg_front4_right", + "parent": "leg_front3_right", + "pivot": [5.7, 8, -10.9], + "cubes": [ + {"origin": [2.675, 6.075, -10.9], "size": [4, 3, 3], "pivot": [5.7, 8, -10.9], "rotation": [-10, 0, 0], "uv": [0, 5]} + ] + }, + { + "name": "legspike_front_right", + "parent": "leg_front3_right", + "pivot": [5.7, 8, -10.9], + "rotation": [-45, 0, 0] + }, + { + "name": "toe_front_right", + "parent": "leg_front2_right", + "pivot": [5.7, 1, -14.4] + }, + { + "name": "bone6", + "parent": "toe_front_right", + "pivot": [7.45, 0.5, -10.7] + }, + { + "name": "bone3", + "parent": "bone6", + "pivot": [6.0875, 3, -10.7125], + "cubes": [ + {"origin": [1.225, 0, -13.225], "size": [7, 3, 5], "inflate": 0.01, "uv": [40, 13]}, + {"origin": [6.45, 0, -11.7], "size": [2, 1, 2], "pivot": [7.45, 0.5, -10.7], "rotation": [0, 45, 0], "uv": [17, 20]} + ] + }, + { + "name": "toe_front_right2", + "parent": "toe_front_right", + "pivot": [5.7, 2, -16.4], + "rotation": [-10, 0, 0] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/eelektrik.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/eelektrik.geo.json new file mode 100644 index 0000000..58d78f6 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/eelektrik.geo.json @@ -0,0 +1,157 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.eelektrik", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 7, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "root", + "pivot": [0, 0, 0] + }, + { + "name": "eelektrik", + "parent": "root", + "pivot": [0, 0, 0] + }, + { + "name": "head", + "parent": "eelektrik", + "pivot": [-2, 3, 6], + "cubes": [ + {"origin": [-4, 0, -1], "size": [5, 5, 7], "uv": [0, 7]} + ] + }, + { + "name": "upperfin", + "parent": "head", + "pivot": [-1.6, 5.2, 2.6], + "cubes": [ + {"origin": [-1.5, 5, 0], "size": [0, 6, 5], "uv": [19, 27]} + ] + }, + { + "name": "downsyndromfin", + "parent": "head", + "pivot": [-1.6, 0, 3], + "cubes": [ + {"origin": [-1.5, -6, 0], "size": [0, 6, 5], "uv": [9, 25]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [0, 1.1, 4.2] + }, + { + "name": "righteye", + "parent": "eyes", + "pivot": [0, -0.5, 0.5], + "cubes": [ + {"origin": [1.01, 1.5, 1.5], "size": [0, 2, 2], "uv": [0, 6]} + ] + }, + { + "name": "eyeball_right", + "parent": "righteye", + "pivot": [0, -0.5, 0.5], + "cubes": [ + {"origin": [1.02, 2, 2], "size": [0, 1, 1], "uv": [4, 6]} + ] + }, + { + "name": "lefteye", + "parent": "eyes", + "pivot": [-5, -0.5, 0.5], + "cubes": [ + {"origin": [-4.01, 1.5, 1.5], "size": [0, 2, 2], "uv": [0, 4]} + ] + }, + { + "name": "eyeball_left", + "parent": "lefteye", + "pivot": [-5, -0.5, 0.5], + "cubes": [ + {"origin": [-4.02, 2, 2], "size": [0, 1, 1], "uv": [4, 5]} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [-1.6, 2.4, -0.8], + "cubes": [ + {"origin": [-3, 1, -1.02], "size": [3, 3, 0], "pivot": [-1.5, 2.5, -1.3], "rotation": [0, 0, 45], "uv": [0, 3]}, + {"origin": [-3, 1, -1.01], "size": [3, 3, 0], "uv": [0, 0]} + ] + }, + { + "name": "torso", + "parent": "eelektrik", + "pivot": [0, 0, 0] + }, + { + "name": "neck", + "parent": "torso", + "pivot": [-2, 2, 5.8], + "cubes": [ + {"origin": [-3.5, 0.5, 5], "size": [4, 4, 5], "uv": [22, 23]} + ] + }, + { + "name": "body1", + "parent": "neck", + "pivot": [-2.1, 2, 9.7], + "cubes": [ + {"origin": [-3.5, 0.5, 9], "size": [4, 4, 7], "inflate": 0.001, "uv": [0, 19]} + ] + }, + { + "name": "body2", + "parent": "body1", + "pivot": [-1.6, 2.5, 15.3], + "cubes": [ + {"origin": [-3.5, 0.5, 15], "size": [4, 4, 7], "uv": [17, 12]} + ] + }, + { + "name": "tail1", + "parent": "body2", + "pivot": [-2, 2, 22], + "cubes": [ + {"origin": [-3, 1, 21], "size": [3, 3, 7], "uv": [20, 0]} + ] + }, + { + "name": "tail2", + "parent": "tail1", + "pivot": [-3.6, 2, 27.4], + "cubes": [ + {"origin": [-2.5, 1.5, 27], "size": [2, 2, 5], "uv": [32, 10]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [-1.8, 2, 32], + "cubes": [ + {"origin": [-2.25, 2, 31], "size": [1.5, 1, 7], "uv": [0, 30]} + ] + }, + { + "name": "tailfin", + "parent": "tail3", + "pivot": [-1.9, 2.1, 36], + "cubes": [ + {"origin": [-7, 2.5, 35], "size": [10, 0, 7], "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/eelektross.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/eelektross.geo.json new file mode 100644 index 0000000..d5d5284 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/eelektross.geo.json @@ -0,0 +1,500 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.eelektross", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 9, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "eelektross", + "pivot": [0, 0, 0] + }, + { + "name": "head", + "parent": "eelektross", + "pivot": [0, 0, -16], + "cubes": [ + {"origin": [-5.5, 0.5, -13], "size": [6, 6, 5], "uv": [22, 48]} + ] + }, + { + "name": "hairthingy", + "parent": "head", + "pivot": [-2.5, 6.4197, -7.5219] + }, + { + "name": "front", + "parent": "hairthingy", + "pivot": [-2.5, 6.4197, -7.9219], + "cubes": [ + {"origin": [-3, 6.25, -9], "size": [1, 1, 3], "uv": [55, 12]} + ] + }, + { + "name": "front2", + "parent": "front", + "pivot": [-2.5, 6.9197, -6.1219], + "cubes": [ + {"origin": [-3.5, 6, -6], "size": [2, 2, 5], "uv": [65, 62]} + ] + }, + { + "name": "thing1", + "parent": "front2", + "pivot": [-2.5, 6.85837, -0.47046], + "rotation": [25, 0, 0], + "cubes": [ + {"origin": [-3.5, 6.13144, -0.88218], "size": [2, 2, 5], "uv": [44, 65]}, + {"origin": [-3.4, 5.33144, -1.28218], "size": [1.8, 2, 5], "pivot": [-2.5, 7.13144, 1.61782], "rotation": [17.5, 0, 0], "uv": [63, 54]}, + {"origin": [-2.5, 2.63144, -0.88218], "size": [0, 4, 5], "uv": [48, 6]} + ] + }, + { + "name": "thing2", + "parent": "thing1", + "pivot": [-2.5, 6.05114, 4.29592], + "cubes": [ + {"origin": [-3.5, 6.13144, 4.11782], "size": [2, 2, 8], "uv": [48, 29]}, + {"origin": [-2.5, 2.63144, 4.11782], "size": [0, 4, 8], "uv": [15, 8]} + ] + }, + { + "name": "thing3", + "parent": "thing2", + "pivot": [-2.5, 5.75114, 12.09592], + "cubes": [ + {"origin": [-3.5, 6.13144, 12.11782], "size": [2, 2, 8], "uv": [46, 16]}, + {"origin": [-2.5, 2.63144, 12.11782], "size": [0, 4, 8], "uv": [0, 30]} + ] + }, + { + "name": "thing4", + "parent": "thing3", + "pivot": [-2.5, 5.25114, 20.29592], + "cubes": [ + {"origin": [-3, 6.63144, 20.11782], "size": [1, 1, 4], "uv": [64, 69]}, + {"origin": [-2.5, 1.13144, 20.11782], "size": [0, 6, 4], "uv": [48, 22]} + ] + }, + { + "name": "thing5", + "parent": "thing4", + "pivot": [-2.5, 5.55114, 23.99592], + "cubes": [ + {"origin": [-3, 6.63144, 24.11782], "size": [1, 1, 4], "uv": [69, 35]}, + {"origin": [-2.5, 1.13144, 24.11782], "size": [0, 6, 4], "uv": [26, 64]} + ] + }, + { + "name": "thing6", + "parent": "thing5", + "pivot": [-2.5, 7.05114, 28.19592], + "cubes": [ + {"origin": [-3, 6.63144, 28.11782], "size": [1, 1, 4], "uv": [58, 67]}, + {"origin": [-2.5, 1.13144, 28.11782], "size": [0, 6, 4], "uv": [34, 64]} + ] + }, + { + "name": "thing7", + "parent": "thing6", + "pivot": [-2.5, 7.05114, 31.69592], + "cubes": [ + {"origin": [-3.5, 6.13144, 31.61782], "size": [2, 2, 5], "uv": [61, 46]} + ] + }, + { + "name": "thingend", + "parent": "thing7", + "pivot": [-2.5, 7.05114, 14.69592], + "cubes": [ + {"origin": [-3, 6.63144, 36.61782], "size": [1, 1, 1], "uv": [26, 0]} + ] + }, + { + "name": "right_eye", + "parent": "head", + "pivot": [0, 0, 0] + }, + { + "name": "r_around", + "parent": "right_eye", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [0.51, 2.75, -11.5], "size": [0, 3, 3], "uv": [0, 5]} + ] + }, + { + "name": "yummy", + "parent": "r_around", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [0.52, 3.25, -11], "size": [0, 2, 2], "uv": [48, 15]} + ] + }, + { + "name": "r_eyeball", + "parent": "yummy", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [0.53, 3.75, -10.5], "size": [0, 1, 1], "uv": [0, 1]} + ] + }, + { + "name": "lefteye", + "parent": "head", + "pivot": [-6.1, 0, 0] + }, + { + "name": "l_around", + "parent": "lefteye", + "pivot": [-6.1, 0, 0], + "cubes": [ + {"origin": [-5.59, 2.75, -11.5], "size": [0, 3, 3], "uv": [0, 0]} + ] + }, + { + "name": "yum", + "parent": "l_around", + "pivot": [-6.1, 0, 0], + "cubes": [ + {"origin": [-5.6, 3.25, -11], "size": [0, 2, 2], "uv": [48, 13]} + ] + }, + { + "name": "l_eyeball", + "parent": "yum", + "pivot": [-6.1, 0, 0], + "cubes": [ + {"origin": [-5.61, 3.75, -10.5], "size": [0, 1, 1], "uv": [0, 0]} + ] + }, + { + "name": "head2", + "parent": "head", + "pivot": [-2.4, 3.7, -7.5], + "cubes": [ + {"origin": [-5.5, 0.5, -9], "size": [6, 6, 5], "inflate": 0.001, "uv": [44, 48]} + ] + }, + { + "name": "head3", + "parent": "head2", + "pivot": [-2, 3.3, -3.7], + "cubes": [ + {"origin": [-5.5, 0.5, -6], "size": [6, 6, 5], "uv": [0, 43]} + ] + }, + { + "name": "head4", + "parent": "head3", + "pivot": [-3, 4, -0.6], + "cubes": [ + {"origin": [-5.5, 0.5, -2], "size": [6, 6, 5], "inflate": 0.001, "uv": [42, 0]} + ] + }, + { + "name": "torso", + "parent": "head4", + "pivot": [-3, 4, 4], + "cubes": [ + {"origin": [-5, 1, 2], "size": [5, 5, 6], "uv": [32, 37]} + ] + }, + { + "name": "body", + "parent": "torso", + "pivot": [-3.9, 3, 7], + "cubes": [ + {"origin": [-5, 1, 7], "size": [5, 5, 6], "uv": [32, 26]} + ] + }, + { + "name": "body2", + "parent": "body", + "pivot": [-2.9, 3.6, 12.4], + "cubes": [ + {"origin": [-5, 1, 12], "size": [5, 5, 6], "uv": [16, 32]} + ] + }, + { + "name": "body3", + "parent": "body2", + "pivot": [-2.3, 3.3, 17.6], + "cubes": [ + {"origin": [-5, 1, 17], "size": [5, 5, 6], "uv": [32, 13]} + ] + }, + { + "name": "body4", + "parent": "body3", + "pivot": [-2.4, 3, 22], + "cubes": [ + {"origin": [-5, 1, 22], "size": [5, 5, 6], "uv": [0, 27]} + ] + }, + { + "name": "body5", + "parent": "body4", + "pivot": [-2, 3.4, 27], + "cubes": [ + {"origin": [-5, 1, 27], "size": [5, 5, 6], "uv": [16, 21]} + ] + }, + { + "name": "body6", + "parent": "body5", + "pivot": [-2.7, 1.8, 32], + "cubes": [ + {"origin": [-5, 1, 32], "size": [5, 5, 6], "uv": [20, 2]}, + {"origin": [-2.5, 5, 33], "size": [0, 5, 5], "uv": [39, 43]} + ] + }, + { + "name": "lilhand_right", + "parent": "body6", + "pivot": [-0.5, 1.5, 31.5], + "cubes": [ + {"origin": [-0.5, 1.5, 30.5], "size": [2, 0, 2], "uv": [0, 11]}, + {"origin": [1.5, 1.5, 29.5], "size": [2, 0, 4], "uv": [32, 4]}, + {"origin": [3.5, 1.5, 28.5], "size": [3, 0, 6], "uv": [25, 13]} + ] + }, + { + "name": "lilhand_left", + "parent": "body6", + "pivot": [-5.5, 1.5, 31.5], + "cubes": [ + {"origin": [-6.5, 1.5, 30.5], "size": [2, 0, 2], "uv": [0, 0]}, + {"origin": [-8.5, 1.5, 29.5], "size": [2, 0, 4], "uv": [32, 0]}, + {"origin": [-11.5, 1.5, 28.5], "size": [3, 0, 6], "uv": [14, 0]} + ] + }, + { + "name": "tail", + "parent": "body6", + "pivot": [-3, 3, 38], + "cubes": [ + {"origin": [-4.5, 1.5, 37], "size": [4, 4, 7], "uv": [0, 16]}, + {"origin": [-2.5, 4, 38], "size": [0, 6, 6], "uv": [58, 12]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [-2.8, 3, 44], + "cubes": [ + {"origin": [-4, 2, 43], "size": [3, 3, 7], "uv": [0, 54]}, + {"origin": [-2.5, 4, 44], "size": [0, 6, 6], "uv": [0, 58]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [-3, 3, 50], + "cubes": [ + {"origin": [-3.5, 2.5, 49], "size": [2, 2, 7], "uv": [13, 59]}, + {"origin": [-2.5, 3, 50], "size": [0, 6, 6], "uv": [49, 53]} + ] + }, + { + "name": "tail4", + "parent": "tail3", + "pivot": [-2.5, 4, 56.5], + "cubes": [ + {"origin": [-3, 3, 55], "size": [1, 1, 7], "uv": [54, 59]}, + {"origin": [-2.5, 3, 56], "size": [0, 4, 6], "uv": [17, 37]} + ] + }, + { + "name": "right_arm", + "parent": "torso", + "pivot": [-0.5, 4, 7], + "cubes": [ + {"origin": [-1.5, 3, 6], "size": [6, 2, 2], "uv": [68, 22]} + ] + }, + { + "name": "right_arm2", + "parent": "right_arm", + "pivot": [4.8, 3, 8], + "cubes": [ + {"origin": [4.5, 3, 6], "size": [6, 2, 2], "uv": [10, 68]} + ] + }, + { + "name": "right_arm3", + "parent": "right_arm2", + "pivot": [9, 3.1, 7.1], + "cubes": [ + {"origin": [9.5, 3, 5.5], "size": [6, 2, 3], "uv": [60, 26]} + ] + }, + { + "name": "right_arm4", + "parent": "right_arm3", + "pivot": [15.5, 3.8, 7.4], + "cubes": [ + {"origin": [15, 3, 4.5], "size": [5, 2, 5], "uv": [58, 11]}, + {"origin": [16, 5.01, 6], "size": [3, 0, 2], "uv": [76, 0]} + ] + }, + { + "name": "right_arm5", + "parent": "right_arm4", + "pivot": [21, 3, 6.6], + "cubes": [ + {"origin": [20, 3, 4], "size": [7, 2, 6], "uv": [0, 8]}, + {"origin": [21.5, 5.01, 5], "size": [4, 0, 4], "uv": [74, 2]}, + {"origin": [21, 2.99, 4.5], "size": [5, 0, 5], "uv": [81, 1]}, + {"origin": [22.5, 2.98, 6], "size": [2, 0, 2], "uv": [85, 6]} + ] + }, + { + "name": "finger3", + "parent": "right_arm5", + "pivot": [26, 3.5, 7.7], + "cubes": [ + {"origin": [25.5, 2, 6], "size": [2, 2, 2], "uv": [0, 70]}, + {"origin": [26.5, 0.4, 6], "size": [0, 2, 2], "pivot": [26.5, 1.4, 7], "rotation": [-180, -45, 180], "uv": [42, 9]} + ] + }, + { + "name": "finger2", + "parent": "right_arm5", + "pivot": [23.4, 4, 10], + "cubes": [ + {"origin": [22.5, 2, 9], "size": [2, 2, 2], "uv": [70, 18]}, + {"origin": [23.5, 0.4, 9], "size": [0, 2, 2], "pivot": [23.5, 1.4, 10], "rotation": [-180, -45, 180], "uv": [0, 42]} + ] + }, + { + "name": "finger1", + "parent": "right_arm5", + "pivot": [24, 3, 5], + "cubes": [ + {"origin": [22.5, 2, 3], "size": [2, 2, 2], "uv": [70, 46]}, + {"origin": [23.5, 0.4, 3], "size": [0, 2, 2], "pivot": [23.5, 1.4, 4], "rotation": [0, 45, 0], "uv": [22, 47]} + ] + }, + { + "name": "left_arm", + "parent": "torso", + "pivot": [-4.5, 4, 7], + "cubes": [ + {"origin": [-9.5, 3, 6], "size": [6, 2, 2], "uv": [68, 22], "mirror": true} + ] + }, + { + "name": "left_arm2", + "parent": "left_arm", + "pivot": [-9.8, 3, 8], + "cubes": [ + {"origin": [-15.5, 3, 6], "size": [6, 2, 2], "uv": [10, 68], "mirror": true} + ] + }, + { + "name": "left_arm3", + "parent": "left_arm2", + "pivot": [-14, 3.1, 7.1], + "cubes": [ + {"origin": [-20.5, 3, 5.5], "size": [6, 2, 3], "uv": [60, 26], "mirror": true} + ] + }, + { + "name": "left_arm4", + "parent": "left_arm3", + "pivot": [-20.5, 3.8, 7.4], + "cubes": [ + {"origin": [-25, 3, 4.5], "size": [5, 2, 5], "uv": [58, 11], "mirror": true}, + {"origin": [-24, 5.01, 6], "size": [3, 0, 2], "uv": [76, 0], "mirror": true} + ] + }, + { + "name": "left_arm5", + "parent": "left_arm4", + "pivot": [-26, 3, 6.6], + "cubes": [ + {"origin": [-32, 3, 4], "size": [7, 2, 6], "uv": [0, 8], "mirror": true}, + {"origin": [-30.5, 5.01, 5], "size": [4, 0, 4], "uv": [74, 2], "mirror": true}, + {"origin": [-31, 2.99, 4.5], "size": [5, 0, 5], "uv": [81, 1], "mirror": true}, + {"origin": [-29.5, 2.98, 6], "size": [2, 0, 2], "uv": [85, 6], "mirror": true} + ] + }, + { + "name": "finger4", + "parent": "left_arm5", + "pivot": [-29, 3, 5], + "cubes": [ + {"origin": [-29.5, 2, 3], "size": [2, 2, 2], "uv": [70, 46], "mirror": true}, + {"origin": [-28.5, 0.4, 3], "size": [0, 2, 2], "pivot": [-28.5, 1.4, 4], "rotation": [0, -45, 0], "uv": [22, 47], "mirror": true} + ] + }, + { + "name": "finger5", + "parent": "left_arm5", + "pivot": [-28.4, 4, 10], + "cubes": [ + {"origin": [-29.5, 2, 9], "size": [2, 2, 2], "uv": [70, 18], "mirror": true}, + {"origin": [-28.5, 0.4, 9], "size": [0, 2, 2], "pivot": [-28.5, 1.4, 10], "rotation": [-180, 45, -180], "uv": [0, 42], "mirror": true} + ] + }, + { + "name": "finger7", + "parent": "left_arm5", + "pivot": [-32, 4, 7.5], + "cubes": [ + {"origin": [-32.5, 2, 6], "size": [2, 2, 2], "uv": [0, 70], "mirror": true}, + {"origin": [-31.5, 0.4, 6], "size": [0, 2, 2], "pivot": [-31.5, 1.4, 7], "rotation": [-180, 45, -180], "uv": [42, 9], "mirror": true} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [-2.2, 3, -14], + "cubes": [ + {"origin": [-6, 0, -15], "size": [7, 7, 2], "uv": [31, 59]} + ] + }, + { + "name": "teeth", + "parent": "mouth", + "pivot": [0, 0, -14], + "cubes": [ + {"origin": [0.1, 0, -17], "size": [1, 1, 2], "pivot": [0, 0, -14], "rotation": [0, 9, 0], "uv": [0, 27]} + ] + }, + { + "name": "t2", + "parent": "teeth", + "pivot": [0, 0, -14], + "cubes": [ + {"origin": [-6, 6, -16.2], "size": [1, 1, 2], "pivot": [0, 0, -14], "rotation": [0, -5, 0], "uv": [0, 16]} + ] + }, + { + "name": "t3", + "parent": "t2", + "pivot": [0, 0, -14], + "cubes": [ + {"origin": [-6.1, 0, -16.3], "size": [1, 1, 2], "pivot": [0, 0, -14], "rotation": [0, -6, 0], "uv": [0, 19]} + ] + }, + { + "name": "t4", + "parent": "t3", + "pivot": [0.5, 6.5, -16], + "rotation": [0, 0, 0], + "cubes": [ + {"origin": [0.1, 6, -16.7], "size": [1, 1, 2], "pivot": [0, 0, -14], "rotation": [0, 10, 0], "uv": [15, 20]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/espurr.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/espurr.geo.json new file mode 100644 index 0000000..ec10ef9 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/espurr.geo.json @@ -0,0 +1,174 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.espurr", + "texture_width": 32, + "texture_height": 32, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "espurr", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "espurr", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-2, 2, -2], "size": [4, 5, 4], "uv": [0, 12]}, + {"origin": [-4, 5.25, 2], "size": [2, 2, 0], "pivot": [-2, 5.25, 2], "rotation": [15, 27.5, 30], "uv": [4, 24]}, + {"origin": [2, 5.25, 2], "size": [2, 2, 0], "pivot": [2, 5.25, 2], "rotation": [15, -27.5, -30], "uv": [10, 24]}, + {"origin": [-4, 2, 0], "size": [2, 2, 0], "pivot": [-2, 2, 0], "rotation": [0, 0, 10], "uv": [20, 3]}, + {"origin": [2, 2, 0], "size": [2, 2, 0], "pivot": [2, 2, 0], "rotation": [0, 0, -10], "uv": [0, 4]} + ] + }, + { + "name": "head", + "parent": "body", + "pivot": [0, 7, 0], + "cubes": [ + {"origin": [-3.5, 7, -3], "size": [7, 6, 6], "uv": [0, 0]}, + {"origin": [-0.125, 8.25, -3.01], "size": [0.25, 0.25, 0], "uv": [31, 1]}, + {"origin": [-5.5, 7, 0], "size": [2, 2, 0], "pivot": [-3.5, 7, 0], "rotation": [-10, 0, 15], "uv": [12, 22]}, + {"origin": [-5.5, 9, 0], "size": [2, 2, 0], "pivot": [-3.5, 9, 0], "rotation": [-10, 0, 15], "uv": [8, 22]}, + {"origin": [-1.25, 12.75, -1], "size": [2, 2, 0], "pivot": [0, 13, -1], "rotation": [0, -10, 40], "uv": [10, 26]}, + {"origin": [0.75, 12.75, 1], "size": [2, 2, 0], "pivot": [1.75, 13, 1], "rotation": [0, 0, -25], "uv": [6, 26]}, + {"origin": [-2.5, 12.75, 2], "size": [2, 2, 0], "pivot": [-2, 13, 1], "rotation": [10, 40, 25], "uv": [0, 24]}, + {"origin": [-1.5, 12, -2.75], "size": [2, 2, 0], "pivot": [0.5, 12, -3], "rotation": [15, -30, -32.5], "uv": [0, 24]}, + {"origin": [1.5, 7, 0], "size": [2, 2, 0], "pivot": [3.5, 7, 0], "rotation": [10, 180, -15], "uv": [0, 22]}, + {"origin": [1.5, 9, 0], "size": [2, 2, 0], "pivot": [3.5, 9, 0], "rotation": [10, 180, -15], "uv": [4, 22]}, + {"origin": [-3.51, 11.25, -2.5], "size": [0, 2, 2], "uv": [24, 20]}, + {"origin": [-3.52, 11.75, -1.75], "size": [0, 1, 1], "uv": [26, 21]}, + {"origin": [3.51, 11.25, -2.5], "size": [0, 2, 2], "uv": [24, 22]}, + {"origin": [3.52, 11.75, -1.75], "size": [0, 1, 1], "uv": [26, 22]} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [0, 7, -2.75], + "cubes": [ + {"origin": [-0.5, 7, -2.77], "size": [1, 1, 0], "uv": [1, 31]} + ] + }, + { + "name": "eye_r", + "parent": "head", + "pivot": [-2, 6, -2], + "cubes": [ + {"origin": [-3, 8.25, -3.01], "size": [2, 2, 0], "uv": [20, 22]}, + {"origin": [-2.5, 8.75, -3.02], "size": [1, 1, 0], "uv": [4, 1]} + ] + }, + { + "name": "closed_r", + "parent": "eye_r", + "pivot": [-2, 9.5, -3], + "cubes": [ + {"origin": [-3, 8.5, -2.99], "size": [2, 0.25, 0], "uv": [28, 1]} + ] + }, + { + "name": "glow_r", + "parent": "eye_r", + "pivot": [-2, 6, -1.75], + "cubes": [ + {"origin": [-3, 8.25, -2.79], "size": [2, 2, 0], "uv": [20, 24]}, + {"origin": [-2.5, 8.75, -2.8], "size": [1, 1, 0], "uv": [4, 3]} + ] + }, + { + "name": "eye_l", + "parent": "head", + "pivot": [2, 6, -2], + "cubes": [ + {"origin": [1, 8.25, -3.01], "size": [2, 2, 0], "uv": [16, 22]}, + {"origin": [1.5, 8.75, -3.02], "size": [1, 1, 0], "uv": [3, 0]} + ] + }, + { + "name": "closed_l", + "parent": "eye_l", + "pivot": [2, 9.75, -2], + "cubes": [ + {"origin": [1, 8.5, -2.99], "size": [2, 0.25, 0], "uv": [28, 1]} + ] + }, + { + "name": "glow_l", + "parent": "eye_l", + "pivot": [2, 6, -1.75], + "cubes": [ + {"origin": [1, 8.25, -2.79], "size": [2, 2, 0], "uv": [16, 24]}, + {"origin": [1.5, 8.75, -2.8], "size": [1, 1, 0], "uv": [4, 4]} + ] + }, + { + "name": "ear_l", + "parent": "head", + "pivot": [3.5, 13, -1], + "rotation": [0, 27.5, 45], + "cubes": [ + {"origin": [2.5, 11.75, -2.5], "size": [4, 2, 3], "uv": [16, 17]} + ] + }, + { + "name": "ear_r", + "parent": "head", + "pivot": [-3.5, 13, -1], + "rotation": [0, -27.5, -45], + "cubes": [ + {"origin": [-6.5, 11.75, -2.5], "size": [4, 2, 3], "uv": [16, 12]} + ] + }, + { + "name": "arm_r", + "parent": "body", + "pivot": [-2, 6.5, 0], + "rotation": [0, 0, 45], + "cubes": [ + {"origin": [-2.29289, 3.29289, -0.5], "size": [1, 3, 1], "uv": [0, 12]} + ] + }, + { + "name": "arm_l", + "parent": "body", + "pivot": [2, 6.5, 0], + "rotation": [0, 0, -45], + "cubes": [ + {"origin": [1.29289, 3.29289, -0.5], "size": [1, 3, 1], "uv": [0, 0]} + ] + }, + { + "name": "leg_l", + "parent": "body", + "pivot": [1, 2, 0], + "cubes": [ + {"origin": [0.5, 0, -0.5], "size": [1, 2, 1], "uv": [20, 0]} + ] + }, + { + "name": "leg_r", + "parent": "body", + "pivot": [-1, 2, 0], + "cubes": [ + {"origin": [-1.5, 0, -0.5], "size": [1, 2, 1], "uv": [12, 12]} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [0, 2.5, 2], + "cubes": [ + {"origin": [0, 2, 2], "size": [0, 4, 3], "uv": [0, 23]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/eternatus/eternatus.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/eternatus/eternatus.geo.json new file mode 100644 index 0000000..2339939 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/eternatus/eternatus.geo.json @@ -0,0 +1,1001 @@ +{ + "format_version": "1.21.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 256, + "texture_height": 256, + "visible_bounds_width": 21, + "visible_bounds_height": 8, + "visible_bounds_offset": [0, 3, 0] + }, + "bones": [ + { + "name": "eternatus", + "pivot": [0, 0, 0] + }, + { + "name": "mainbody", + "parent": "eternatus", + "pivot": [0, 25, 0], + "rotation": [0, -90, 0] + }, + { + "name": "spine", + "parent": "mainbody", + "pivot": [0, 25, 0], + "rotation": [0, 0, 17.5] + }, + { + "name": "looky", + "parent": "spine", + "pivot": [-5.52608, 53.89349, 1.97795], + "rotation": [-163.43979, 71.79398, 15.77583] + }, + { + "name": "topspine", + "parent": "looky", + "pivot": [-5.08716, 54, 4.99619], + "rotation": [175.69594, 72.50819, 0.72471], + "cubes": [ + {"origin": [-13.13852, 51.61009, 3.56067], "size": [12, 6, 6], "uv": [26, 29]}, + {"origin": [-10.13852, 42.61009, 6.56067], "size": [2, 3, 0], "pivot": [-9.13852, 41.61009, 4.56067], "rotation": [0, 0, 27.5], "uv": [82, 97]}, + {"origin": [-9.13852, 49.61009, 2.56067], "size": [3, 4, 8], "uv": [92, 225]}, + {"origin": [-10.13852, 62.61009, 6.56067], "size": [2, 4, 0], "pivot": [-9.13852, 60.61009, 4.56067], "rotation": [0, 0, 27.5], "uv": [23, 12]}, + {"origin": [-9.13852, 54.61009, 2.56067], "size": [3, 4, 8], "uv": [190, 224]}, + {"origin": [-9.13852, 58.61009, 5.56067], "size": [3, 5, 2], "uv": [13, 96]}, + {"origin": [-9.13852, 44.61009, 5.56067], "size": [3, 5, 2], "uv": [28, 124]}, + {"origin": [-6.08852, 63.66009, 7.61067], "size": [-3.1, -5.1, -2.1], "uv": [0, 0]}, + {"origin": [-6.08852, 58.66009, 10.61067], "size": [-3.1, -4.1, -8.1], "uv": [0, 0]}, + {"origin": [-8.08852, 66.66009, 6.61067], "size": [-2.1, -4.1, -0.1], "pivot": [-9.13852, 60.61009, 4.56067], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [-3.08852, 57.66009, 9.61067], "size": [-10.1, -6.1, -6.1], "uv": [0, 0]}, + {"origin": [-6.08852, 53.66009, 10.61067], "size": [-3.1, -4.1, -8.1], "uv": [0, 0]}, + {"origin": [-8.08852, 45.66009, 6.61067], "size": [-2.1, -3.1, -0.1], "pivot": [-9.13852, 41.61009, 4.56067], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [-6.08852, 49.66009, 7.61067], "size": [-3.1, -5.1, -2.1], "uv": [0, 0]} + ] + }, + { + "name": "spineseg2", + "parent": "topspine", + "pivot": [-12.13852, 54.61009, 6.56067], + "rotation": [0, 0, -5], + "cubes": [ + {"origin": [-29.13297, 51.71531, 3.56067], "size": [18, 6, 6], "uv": [19, 30]}, + {"origin": [-25.13297, 46.71531, 5.56067], "size": [3, 3, 2], "uv": [126, 156]}, + {"origin": [-25.13297, 58.71531, 5.56067], "size": [3, 3, 2], "uv": [101, 156]}, + {"origin": [-25.13297, 54.71531, 2.56067], "size": [3, 4, 8], "uv": [227, 56]}, + {"origin": [-26.13297, 44.71531, 6.56067], "size": [2, 3, 0], "pivot": [-25.13297, 43.71531, 4.56067], "rotation": [0, 0, 27.5], "uv": [30, 99]}, + {"origin": [-26.13297, 60.71531, 6.56067], "size": [2, 4, 0], "pivot": [-25.13297, 58.71531, 4.56067], "rotation": [0, 0, 27.5], "uv": [8, 55]}, + {"origin": [-25.13297, 49.71531, 2.56067], "size": [3, 4, 8], "uv": [226, 91]}, + {"origin": [-17.13297, 58.71531, 5.56067], "size": [3, 4, 2], "uv": [85, 156]}, + {"origin": [-18.13297, 43.71531, 6.56067], "size": [2, 3, 0], "pivot": [-17.13297, 42.71531, 4.56067], "rotation": [0, 0, 27.5], "uv": [34, 99]}, + {"origin": [-17.13297, 45.71531, 5.56067], "size": [3, 4, 2], "uv": [75, 156]}, + {"origin": [-18.13297, 61.71531, 6.56067], "size": [2, 4, 0], "pivot": [-17.13297, 59.71531, 4.56067], "rotation": [0, 0, 27.5], "uv": [14, 73]}, + {"origin": [-17.13297, 49.71531, 2.56067], "size": [3, 4, 8], "uv": [226, 103]}, + {"origin": [-17.13297, 54.71531, 2.56067], "size": [3, 4, 8], "uv": [212, 225]}, + {"origin": [-14.08297, 58.76531, 10.61067], "size": [-3.1, -4.1, -8.1], "uv": [0, 0]}, + {"origin": [-14.08297, 53.76531, 10.61067], "size": [-3.1, -4.1, -8.1], "uv": [0, 0]}, + {"origin": [-16.08297, 65.76531, 6.61067], "size": [-2.1, -4.1, -0.1], "pivot": [-17.13297, 59.71531, 4.56067], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [-14.08297, 49.76531, 7.61067], "size": [-3.1, -4.1, -2.1], "uv": [0, 0]}, + {"origin": [-16.08297, 46.76531, 6.61067], "size": [-2.1, -3.1, -0.1], "pivot": [-17.13297, 42.71531, 4.56067], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [-14.08297, 62.76531, 7.61067], "size": [-3.1, -4.1, -2.1], "uv": [0, 0]}, + {"origin": [-22.08297, 53.76531, 10.61067], "size": [-3.1, -4.1, -8.1], "uv": [0, 0]}, + {"origin": [-24.08297, 64.76531, 6.61067], "size": [-2.1, -4.1, -0.1], "pivot": [-25.13297, 58.71531, 4.56067], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [-24.08297, 47.76531, 6.61067], "size": [-2.1, -3.1, -0.1], "pivot": [-25.13297, 43.71531, 4.56067], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [-22.08297, 58.76531, 10.61067], "size": [-3.1, -4.1, -8.1], "uv": [0, 0]}, + {"origin": [-22.08297, 61.76531, 7.61067], "size": [-3.1, -3.1, -2.1], "uv": [0, 0]}, + {"origin": [-22.08297, 49.76531, 7.61067], "size": [-3.1, -3.1, -2.1], "uv": [0, 0]}, + {"origin": [-11.08297, 57.76531, 9.61067], "size": [-18.1, -6.1, -6.1], "uv": [0, 0]} + ] + }, + { + "name": "spineseg3", + "parent": "spineseg2", + "pivot": [-26.13297, 52.71531, 6.56067], + "rotation": [0, 0, -10], + "cubes": [ + {"origin": [-46.63797, 51.89349, 3.53862], "size": [19, 6, 6], "uv": [19, 30]}, + {"origin": [-40.63797, 54.89349, 2.53862], "size": [3, 4, 8], "uv": [229, 142]}, + {"origin": [-40.63797, 58.89349, 5.53862], "size": [3, 2, 2], "uv": [101, 156]}, + {"origin": [-40.63797, 47.89349, 5.53862], "size": [3, 2, 2], "uv": [162, 37]}, + {"origin": [-41.63797, 59.89349, 6.53862], "size": [2, 3, 0], "pivot": [-40.63797, 57.89349, 4.53862], "rotation": [0, 0, 27.5], "uv": [54, 99]}, + {"origin": [-41.63797, 46.89349, 6.53862], "size": [2, 2, 0], "pivot": [-40.63797, 44.89349, 4.53862], "rotation": [0, 0, 27.5], "uv": [13, 104]}, + {"origin": [-40.63797, 49.89349, 2.53862], "size": [3, 4, 8], "uv": [229, 78]}, + {"origin": [-32.63797, 46.89349, 5.53862], "size": [3, 3, 2], "uv": [145, 156]}, + {"origin": [-33.63797, 60.89349, 6.53862], "size": [2, 3, 0], "pivot": [-32.63797, 58.89349, 4.53862], "rotation": [0, 0, 27.5], "uv": [50, 99]}, + {"origin": [-33.63797, 45.89349, 6.53862], "size": [2, 2, 0], "pivot": [-32.63797, 43.89349, 4.53862], "rotation": [0, 0, 27.5], "uv": [54, 102]}, + {"origin": [-32.63797, 49.89349, 2.53862], "size": [3, 4, 8], "uv": [36, 228]}, + {"origin": [-32.63797, 58.89349, 5.53862], "size": [3, 3, 2], "uv": [109, 159]}, + {"origin": [-32.63797, 54.89349, 2.53862], "size": [3, 4, 8], "uv": [114, 228]}, + {"origin": [-29.58797, 58.94349, 10.58862], "size": [-3.1, -4.1, -8.1], "uv": [0, 0]}, + {"origin": [-29.58797, 61.94349, 7.58862], "size": [-3.1, -3.1, -2.1], "uv": [0, 0]}, + {"origin": [-29.58797, 53.94349, 10.58862], "size": [-3.1, -4.1, -8.1], "uv": [0, 0]}, + {"origin": [-31.58797, 47.94349, 6.58862], "size": [-2.1, -2.1, -0.1], "pivot": [-32.63797, 43.89349, 4.53862], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [-31.58797, 63.94349, 6.58862], "size": [-2.1, -3.1, -0.1], "pivot": [-32.63797, 58.89349, 4.53862], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [-29.58797, 49.94349, 7.58862], "size": [-3.1, -3.1, -2.1], "uv": [0, 0]}, + {"origin": [-37.58797, 53.94349, 10.58862], "size": [-3.1, -4.1, -8.1], "uv": [0, 0]}, + {"origin": [-39.58797, 48.94349, 6.58862], "size": [-2.1, -2.1, -0.1], "pivot": [-40.63797, 44.89349, 4.53862], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [-39.58797, 62.94349, 6.58862], "size": [-2.1, -3.1, -0.1], "pivot": [-40.63797, 57.89349, 4.53862], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [-37.58797, 49.94349, 7.58862], "size": [-3.1, -2.1, -2.1], "uv": [0, 0]}, + {"origin": [-37.58797, 60.94349, 7.58862], "size": [-3.1, -2.1, -2.1], "uv": [0, 0]}, + {"origin": [-37.58797, 58.94349, 10.58862], "size": [-3.1, -4.1, -8.1], "uv": [0, 0]}, + {"origin": [-27.58797, 57.94349, 9.58862], "size": [-19.1, -6.1, -6.1], "uv": [0, 0]} + ] + }, + { + "name": "neck", + "parent": "spineseg3", + "pivot": [-45.64212, 53.97846, 7.50619], + "rotation": [2.93168, -2.0764, -16.60382], + "cubes": [ + {"origin": [-55.5885, 52.46802, 3.50619], "size": [12, 5, 6], "uv": [10, 31]}, + {"origin": [-44.5385, 57.51802, 9.55619], "size": [-11.1, -5.1, -6.1], "uv": [0, 0]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [-51.5885, 52.46802, 4.50619], + "rotation": [0, 0, -15], + "cubes": [ + {"origin": [-62.5885, 53.46802, 4.50619], "size": [12, 5, 4], "uv": [217, 167]}, + {"origin": [-62.5885, 53.46802, 6.50619], "size": [1, 3, 0], "uv": [10, 14]}, + {"origin": [-50.5385, 58.51802, 8.55619], "size": [-12.1, -5.1, -4.1], "uv": [0, 0]}, + {"origin": [-61.5385, 56.51802, 6.55619], "size": [-1.1, -3.1, -0.1], "uv": [0, 0]} + ] + }, + { + "name": "jaw", + "parent": "head", + "pivot": [-55.5885, 54.46802, 5.50619], + "rotation": [0, 0, -15], + "cubes": [ + {"origin": [-62.64212, 50.97846, 8.50619], "size": [5, 3, 1], "pivot": [-67.80572, 52.9363, 3.50619], "rotation": [0, -17.5, 0], "uv": [42, 138]}, + {"origin": [-62.64212, 53.97846, 9.50619], "size": [2, 1, 0], "pivot": [-67.80572, 56.9363, 3.50619], "rotation": [0, -17.5, 0], "uv": [0, 35]}, + {"origin": [-61.64212, 49.97846, 9.50619], "size": [1, 1, 0], "pivot": [-66.80572, 52.9363, 3.50619], "rotation": [0, -17.5, 0], "uv": [0, 1]}, + {"origin": [-53.64212, 51.97846, 0.50619], "size": [2, 1, 1], "pivot": [-64.80572, 52.9363, -5.49381], "rotation": [0, -70, 0], "uv": [8, 53]}, + {"origin": [-53.64212, 52.97846, 1.50619], "size": [1, 1, 0], "pivot": [-64.80572, 53.9363, -5.49381], "rotation": [0, -70, 0], "uv": [26, 27]}, + {"origin": [-53.64212, 50.97846, 1.50619], "size": [1, 1, 0], "pivot": [-64.80572, 51.9363, -5.49381], "rotation": [0, -70, 0], "uv": [8, 2]}, + {"origin": [-60.64212, 50.97846, 2.50619], "size": [3, 2, 1], "pivot": [-71.80572, 52.9363, -2.49381], "rotation": [0, -37.5, 0], "uv": [68, 70]}, + {"origin": [-59.64212, 52.97846, 3.50619], "size": [1, 1, 0], "pivot": [-71.80572, 54.9363, -2.49381], "rotation": [0, -37.5, 0], "uv": [6, 28]}, + {"origin": [-59.64212, 49.97846, 3.50619], "size": [2, 1, 0], "pivot": [-71.80572, 51.9363, -2.49381], "rotation": [0, -37.5, 0], "uv": [23, 16]}, + {"origin": [-60.64212, 48.97846, 11.50619], "size": [6, 3, 1], "pivot": [-61.80572, 50.9363, 5.50619], "rotation": [2.87048, 3.39656, -34.72722], "uv": [147, 78]}, + {"origin": [-57.80572, 46.9363, 12.50619], "size": [3, 4, 0], "pivot": [-59.80572, 49.9363, 5.50619], "rotation": [2.87048, 3.39656, -34.72722], "uv": [88, 0]}, + {"origin": [-50.64212, 52.97846, 5.50619], "size": [1, 1, 0], "pivot": [-58.80572, 53.9363, -1.49381], "rotation": [0, -105, 0], "uv": [0, 29]}, + {"origin": [-50.64212, 50.97846, 5.50619], "size": [1, 1, 0], "pivot": [-58.80572, 51.9363, -1.49381], "rotation": [0, -105, 0], "uv": [25, 26]}, + {"origin": [-51.64212, 51.97846, 4.50619], "size": [2, 1, 1], "pivot": [-58.80572, 52.9363, -1.49381], "rotation": [0, -105, 0], "uv": [20, 26]}, + {"origin": [-68.64212, 50.97846, 10.50619], "size": [4, 2, 1], "pivot": [-78.80572, 53.9363, 4.50619], "rotation": [0, 35, 0], "uv": [0, 14]}, + {"origin": [-67.64212, 52.97846, 10.50619], "size": [1, 1, 0], "pivot": [-78.80572, 55.9363, 4.50619], "rotation": [0, 35, 0], "uv": [0, 28]}, + {"origin": [-67.64212, 49.97846, 10.50619], "size": [2, 1, 0], "pivot": [-78.80572, 52.9363, 4.50619], "rotation": [0, 35, 0], "uv": [12, 4]}, + {"origin": [-61.85934, 50.44674, 0.50619], "size": [6, 3, 1], "pivot": [-62.80572, 52.9363, -5.49381], "rotation": [-7.01146, 1.64428, -33.9247], "uv": [0, 73]}, + {"origin": [-58.85934, 47.44674, 0.50619], "size": [3, 4, 0], "pivot": [-61.80572, 50.9363, -5.49381], "rotation": [-7.01146, 1.64428, -33.9247], "uv": [88, 8]}, + {"origin": [-65.64212, 50.97846, 2.50619], "size": [5, 3, 1], "pivot": [-69.80572, 53.9363, -3.49381], "rotation": [0, 12.5, 0], "uv": [16, 22]}, + {"origin": [-64.64212, 53.97846, 2.50619], "size": [2, 1, 0], "pivot": [-69.80572, 56.9363, -3.49381], "rotation": [0, 12.5, 0], "uv": [4, 35]}, + {"origin": [-64.64212, 49.97846, 2.50619], "size": [1, 1, 0], "pivot": [-69.80572, 52.9363, -3.49381], "rotation": [0, 12.5, 0], "uv": [1, 0]}, + {"origin": [-63.59212, 51.02846, 2.55619], "size": [-1.1, -1.1, -0.1], "pivot": [-69.80572, 52.9363, -3.49381], "rotation": [0, 12.5, 0], "uv": [0, 0]}, + {"origin": [-62.59212, 55.02846, 2.55619], "size": [-2.1, -1.1, -0.1], "pivot": [-69.80572, 56.9363, -3.49381], "rotation": [0, 12.5, 0], "uv": [0, 0]}, + {"origin": [-60.59212, 54.02846, 3.55619], "size": [-5.1, -3.1, -1.1], "pivot": [-69.80572, 53.9363, -3.49381], "rotation": [0, 12.5, 0], "uv": [0, 0]}, + {"origin": [-55.80934, 53.49674, 1.55619], "size": [-6.1, -3.1, -1.1], "pivot": [-62.80572, 52.9363, -5.49381], "rotation": [-7.01146, 1.64428, -33.9247], "uv": [0, 0]}, + {"origin": [-65.59212, 51.02846, 10.55619], "size": [-2.1, -1.1, -0.1], "pivot": [-78.80572, 52.9363, 4.50619], "rotation": [0, 35, 0], "uv": [0, 0]}, + {"origin": [-66.59212, 54.02846, 10.55619], "size": [-1.1, -1.1, -0.1], "pivot": [-78.80572, 55.9363, 4.50619], "rotation": [0, 35, 0], "uv": [0, 0]}, + {"origin": [-64.59212, 53.02846, 11.55619], "size": [-4.1, -2.1, -1.1], "pivot": [-78.80572, 53.9363, 4.50619], "rotation": [0, 35, 0], "uv": [0, 0]}, + {"origin": [-49.59212, 53.02846, 5.55619], "size": [-2.1, -1.1, -1.1], "pivot": [-58.80572, 52.9363, -1.49381], "rotation": [0, -105, 0], "uv": [0, 0]}, + {"origin": [-49.59212, 52.02846, 5.55619], "size": [-1.1, -1.1, -0.1], "pivot": [-58.80572, 51.9363, -1.49381], "rotation": [0, -105, 0], "uv": [0, 0]}, + {"origin": [-49.59212, 54.02846, 5.55619], "size": [-1.1, -1.1, -0.1], "pivot": [-58.80572, 53.9363, -1.49381], "rotation": [0, -105, 0], "uv": [0, 0]}, + {"origin": [-54.59212, 52.02846, 12.55619], "size": [-6.1, -3.1, -1.1], "pivot": [-61.80572, 50.9363, 5.50619], "rotation": [2.87048, 3.39656, -34.72722], "uv": [0, 0]}, + {"origin": [-57.59212, 51.02846, 3.55619], "size": [-2.1, -1.1, -0.1], "pivot": [-71.80572, 51.9363, -2.49381], "rotation": [0, -37.5, 0], "uv": [0, 0]}, + {"origin": [-58.59212, 54.02846, 3.55619], "size": [-1.1, -1.1, -0.1], "pivot": [-71.80572, 54.9363, -2.49381], "rotation": [0, -37.5, 0], "uv": [0, 0]}, + {"origin": [-57.59212, 53.02846, 3.55619], "size": [-3.1, -2.1, -1.1], "pivot": [-71.80572, 52.9363, -2.49381], "rotation": [0, -37.5, 0], "uv": [0, 0]}, + {"origin": [-52.59212, 52.02846, 1.55619], "size": [-1.1, -1.1, -0.1], "pivot": [-64.80572, 51.9363, -5.49381], "rotation": [0, -70, 0], "uv": [0, 0]}, + {"origin": [-52.59212, 54.02846, 1.55619], "size": [-1.1, -1.1, -0.1], "pivot": [-64.80572, 53.9363, -5.49381], "rotation": [0, -70, 0], "uv": [0, 0]}, + {"origin": [-51.59212, 53.02846, 1.55619], "size": [-2.1, -1.1, -1.1], "pivot": [-64.80572, 52.9363, -5.49381], "rotation": [0, -70, 0], "uv": [0, 0]}, + {"origin": [-60.59212, 51.02846, 9.55619], "size": [-1.1, -1.1, -0.1], "pivot": [-66.80572, 52.9363, 3.50619], "rotation": [0, -17.5, 0], "uv": [0, 0]}, + {"origin": [-60.59212, 55.02846, 9.55619], "size": [-2.1, -1.1, -0.1], "pivot": [-67.80572, 56.9363, 3.50619], "rotation": [0, -17.5, 0], "uv": [0, 0]}, + {"origin": [-57.59212, 54.02846, 9.55619], "size": [-5.1, -3.1, -1.1], "pivot": [-67.80572, 52.9363, 3.50619], "rotation": [0, -17.5, 0], "uv": [0, 0]} + ] + }, + { + "name": "hat", + "parent": "head", + "pivot": [-51.5885, 55.46802, 4.50619], + "rotation": [0, 0, -10], + "cubes": [ + {"origin": [-57.5885, 55.46802, 2.50619], "size": [6, 5, 8], "uv": [30, 96]}, + {"origin": [-55.5885, 56.46802, 1.50619], "size": [3, 3, 1], "uv": [96, 8]}, + {"origin": [-57.5885, 58.46802, 3.50619], "size": [2, 0, 2], "pivot": [-59.5885, 62.46802, -0.49381], "rotation": [0, 40, 0], "uv": [6, 4]}, + {"origin": [-57.5885, 58.46802, 13.50619], "size": [2, 0, 2], "pivot": [-59.5885, 62.46802, 9.50619], "rotation": [0, 40, 0], "uv": [4, 0]}, + {"origin": [-55.5885, 56.46802, 10.50619], "size": [3, 3, 1], "uv": [68, 66]}, + {"origin": [-60.64212, 60.97846, 6.50619], "size": [3, 9, 0], "pivot": [-60.5885, 64.46802, 4.50619], "rotation": [0, 0, 12.5], "uv": [8, 44]}, + {"origin": [-60.64212, 60.97846, 6.50619], "size": [3, 6, 0], "pivot": [-60.5885, 64.46802, 4.50619], "rotation": [0, 0, 12.5], "uv": [0, 64]}, + {"origin": [-67.5885, 56.46802, 3.50619], "size": [10, 5, 6], "uv": [122, 217]}, + {"origin": [-66.5885, 55.46802, 3.50619], "size": [2, 1, 0], "uv": [70, 76]}, + {"origin": [-62.5885, 55.46802, 3.50619], "size": [1, 1, 0], "uv": [70, 76]}, + {"origin": [-66.5885, 55.46802, 9.50619], "size": [2, 1, 0], "uv": [12, 69]}, + {"origin": [-61.5885, 55.46802, 9.50619], "size": [1, 1, 0], "uv": [13, 69]}, + {"origin": [-67.5885, 52.46802, 7.50619], "size": [0, 2, 2], "pivot": [-72.5885, 54.46802, 4.50619], "rotation": [45, 0, 0], "uv": [8, 6]}, + {"origin": [-67.5885, 52.46802, 4.50619], "size": [0, 2, 2], "pivot": [-72.5885, 54.46802, 1.50619], "rotation": [45, 0, 0], "uv": [8, 4]}, + {"origin": [-52.5885, 56.46802, 2.50619], "size": [5, 3, 8], "pivot": [-50.5885, 60.46802, 4.50619], "rotation": [0, 0, 20], "uv": [52, 219]}, + {"origin": [-50.64212, 55.97846, 1.50619], "size": [2, 5, 2], "pivot": [-48.5885, 60.46802, 2.50619], "rotation": [27.35617, -10.48038, 45.66574], "uv": [68, 59]}, + {"origin": [-46.64212, 57.97846, 0.50619], "size": [1, 4, 0], "pivot": [-45.5885, 63.46802, -0.49381], "rotation": [27.35617, -10.48038, 45.66574], "uv": [98, 68]}, + {"origin": [-45.64212, 58.97846, 12.50619], "size": [1, 4, 0], "pivot": [-44.5885, 64.46802, 11.50619], "rotation": [-21.09541, 26.85161, 50.08327], "uv": [86, 94]}, + {"origin": [-50.64212, 55.97846, 9.50619], "size": [2, 5, 2], "pivot": [-48.5885, 60.46802, 10.50619], "rotation": [-24.50076, 21.72569, 43.52165], "uv": [0, 28]}, + {"origin": [-52.5385, 59.51802, 2.55619], "size": [-3.1, -3.1, -1.1], "uv": [0, 0]}, + {"origin": [-55.5385, 58.51802, 5.55619], "size": [-2.1, -0.1, -2.1], "pivot": [-59.5885, 62.46802, -0.49381], "rotation": [0, 40, 0], "uv": [0, 0]}, + {"origin": [-55.5385, 58.51802, 15.55619], "size": [-2.1, -0.1, -2.1], "pivot": [-59.5885, 62.46802, 9.50619], "rotation": [0, 40, 0], "uv": [0, 0]}, + {"origin": [-52.5385, 59.51802, 11.55619], "size": [-3.1, -3.1, -1.1], "uv": [0, 0]}, + {"origin": [-57.59212, 70.02846, 6.55619], "size": [-3.1, -9.1, -0.1], "pivot": [-60.5885, 64.46802, 4.50619], "rotation": [0, 0, 12.5], "uv": [0, 0]}, + {"origin": [-57.59212, 67.02846, 6.55619], "size": [-3.1, -6.1, -0.1], "pivot": [-60.5885, 64.46802, 4.50619], "rotation": [0, 0, 12.5], "uv": [0, 0]}, + {"origin": [-57.5385, 61.51802, 9.55619], "size": [-10.1, -5.1, -6.1], "uv": [0, 0]}, + {"origin": [-64.5385, 56.51802, 3.55619], "size": [-2.1, -1.1, -0.1], "uv": [0, 0]}, + {"origin": [-64.5385, 56.51802, 9.55619], "size": [-2.1, -1.1, -0.1], "uv": [0, 0]}, + {"origin": [-67.5385, 54.51802, 9.55619], "size": [-0.1, -2.1, -2.1], "pivot": [-72.5885, 54.46802, 4.50619], "rotation": [45, 0, 0], "uv": [0, 0]}, + {"origin": [-67.5385, 54.51802, 6.55619], "size": [-0.1, -2.1, -2.1], "pivot": [-72.5885, 54.46802, 1.50619], "rotation": [45, 0, 0], "uv": [0, 0]}, + {"origin": [-47.5385, 59.51802, 10.55619], "size": [-5.1, -3.1, -8.1], "pivot": [-50.5885, 60.46802, 4.50619], "rotation": [0, 0, 20], "uv": [0, 0]}, + {"origin": [-48.59212, 61.02846, 3.55619], "size": [-2.1, -5.1, -2.1], "pivot": [-48.5885, 60.46802, 2.50619], "rotation": [27.35617, -10.48038, 45.66574], "uv": [0, 0]}, + {"origin": [-45.59212, 62.02846, 0.55619], "size": [-1.1, -4.1, -0.1], "pivot": [-45.5885, 63.46802, -0.49381], "rotation": [27.35617, -10.48038, 45.66574], "uv": [0, 0]}, + {"origin": [-44.59212, 63.02846, 12.55619], "size": [-1.1, -4.1, -0.1], "pivot": [-44.5885, 64.46802, 11.50619], "rotation": [-21.09541, 26.85161, 50.08327], "uv": [0, 0]}, + {"origin": [-48.59212, 61.02846, 11.55619], "size": [-2.1, -5.1, -2.1], "pivot": [-48.5885, 60.46802, 10.50619], "rotation": [-24.50076, 21.72569, 43.52165], "uv": [0, 0]}, + {"origin": [-51.5385, 60.51802, 10.55619], "size": [-6.1, -5.1, -8.1], "uv": [0, 0]} + ] + }, + { + "name": "crest", + "parent": "hat", + "pivot": [-75.5885, 62.46802, 1.50619], + "rotation": [0, 0, -2.5], + "cubes": [ + {"origin": [-57.34212, 64.27846, 13.80619], "size": [-6.6, -2.6, -4.6], "pivot": [-67.5885, 65.46802, 6.50619], "rotation": [3.30658, -18.17093, -44.83437], "uv": [0, 0]}, + {"origin": [-70.5885, 60.46802, 8.50619], "size": [5, 3, 2], "pivot": [-74.5885, 64.46802, 4.50619], "rotation": [-1.67745, -18.3856, -29.03397], "uv": [88, 132]}, + {"origin": [-66.64212, 60.97846, 8.50619], "size": [6, 2, 4], "pivot": [-70.5885, 64.46802, 5.50619], "rotation": [2.48388, -18.29723, -42.20553], "uv": [59, 136]}, + {"origin": [-63.64212, 61.97846, 9.50619], "size": [6, 2, 4], "pivot": [-67.5885, 65.46802, 6.50619], "rotation": [3.30658, -18.17093, -44.83437], "uv": [59, 136]}, + {"origin": [-63.64212, 64.97846, 11.50619], "size": [29, 2, 2], "pivot": [-67.5885, 68.46802, 7.50619], "rotation": [-3.32828, -18.1671, -23.77319], "uv": [162, 44]}, + {"origin": [-73.5885, 58.46802, 3.50619], "size": [5, 3, 2], "pivot": [-77.5885, 62.46802, -0.49381], "rotation": [0.84524, 18.44065, -31.66825], "uv": [88, 132]}, + {"origin": [-70.64212, 59.97846, 1.50619], "size": [6, 2, 4], "pivot": [-74.5885, 63.46802, -1.49381], "rotation": [0.84524, 18.44065, -31.66825], "uv": [59, 136]}, + {"origin": [-66.64212, 59.97846, 0.50619], "size": [6, 2, 4], "pivot": [-70.5885, 63.46802, -2.49381], "rotation": [-3.30658, 18.17093, -44.83437], "uv": [59, 136]}, + {"origin": [-66.64212, 62.97846, 0.50619], "size": [29, 2, 2], "pivot": [-70.5885, 66.46802, -4.49381], "rotation": [3.32828, 18.1671, -23.77319], "uv": [162, 44]}, + {"origin": [-71.5885, 54.46802, 0.50619], "size": [5, 3, 2], "pivot": [-75.5885, 58.46802, -3.49381], "rotation": [51.19241, 32.50122, -13.92821], "uv": [88, 132]}, + {"origin": [-69.64212, 55.97846, -2.49381], "size": [5, 2, 4], "pivot": [-72.5885, 59.46802, -5.49381], "rotation": [31.52065, 47.16978, -36.37166], "uv": [60, 136]}, + {"origin": [-66.64212, 56.97846, -4.49381], "size": [5, 2, 4], "pivot": [-69.5885, 60.46802, -7.49381], "rotation": [35.80127, 44.39524, -30.40332], "uv": [60, 136]}, + {"origin": [-66.64212, 56.97846, -3.49381], "size": [29, 2, 2], "pivot": [-69.5885, 60.46802, -7.49381], "rotation": [48.99287, 36.33835, -17.81628], "uv": [162, 44]}, + {"origin": [-69.5885, 61.46802, 13.50619], "size": [5, 3, 2], "pivot": [-73.5885, 65.46802, 9.50619], "rotation": [-37.71639, -41.36386, -22.36313], "uv": [88, 132]}, + {"origin": [-66.64212, 62.97846, 15.50619], "size": [5, 2, 4], "pivot": [-70.5885, 66.46802, 12.50619], "rotation": [-21.94171, -50.20312, -44.17974], "uv": [59, 136]}, + {"origin": [-63.64212, 63.97846, 17.50619], "size": [5, 2, 4], "pivot": [-67.5885, 67.46802, 14.50619], "rotation": [-21.94171, -50.20312, -44.17974], "uv": [59, 136]}, + {"origin": [-64.64212, 63.97846, 17.50619], "size": [29, 2, 2], "pivot": [-68.5885, 67.46802, 13.50619], "rotation": [-22.03954, -33.58048, -19.71543], "uv": [162, 44]}, + {"origin": [-71.5885, 58.46802, 5.50619], "size": [5, 3, 2], "pivot": [-75.5885, 62.46802, 1.50619], "rotation": [0, 0, -32.5], "uv": [88, 132]}, + {"origin": [-67.64212, 59.97846, 4.50619], "size": [6, 2, 4], "pivot": [-71.5885, 63.46802, 1.50619], "rotation": [0, 0, -40], "uv": [59, 136]}, + {"origin": [-63.64212, 59.97846, 4.50619], "size": [6, 2, 4], "pivot": [-67.5885, 63.46802, 1.50619], "rotation": [0, 0, -52.5], "uv": [59, 136]}, + {"origin": [-63.64212, 63.97846, 5.50619], "size": [29, 2, 2], "pivot": [-67.5885, 67.46802, 1.50619], "rotation": [0, 0, -25], "uv": [162, 44]}, + {"origin": [-34.59212, 66.02846, 7.55619], "size": [-29.1, -2.1, -2.1], "pivot": [-67.5885, 67.46802, 1.50619], "rotation": [0, 0, -25], "uv": [0, 0]}, + {"origin": [-61.59212, 62.02846, 8.55619], "size": [-6.1, -2.1, -4.1], "pivot": [-71.5885, 63.46802, 1.50619], "rotation": [0, 0, -40], "uv": [0, 0]}, + {"origin": [-66.5385, 61.51802, 7.55619], "size": [-5.1, -3.1, -2.1], "pivot": [-75.5885, 62.46802, 1.50619], "rotation": [0, 0, -32.5], "uv": [0, 0]}, + {"origin": [-35.59212, 66.02846, 19.55619], "size": [-29.1, -2.1, -2.1], "pivot": [-68.5885, 67.46802, 13.50619], "rotation": [-22.03954, -33.58048, -19.71543], "uv": [0, 0]}, + {"origin": [-61.59212, 65.02846, 19.55619], "size": [-5.1, -2.1, -4.1], "pivot": [-70.5885, 66.46802, 12.50619], "rotation": [-21.94171, -50.20312, -44.17974], "uv": [0, 0]}, + {"origin": [-64.5385, 64.51802, 15.55619], "size": [-5.1, -3.1, -2.1], "pivot": [-73.5885, 65.46802, 9.50619], "rotation": [-37.71639, -41.36386, -22.36313], "uv": [0, 0]}, + {"origin": [-37.59212, 59.02846, -1.44381], "size": [-29.1, -2.1, -2.1], "pivot": [-69.5885, 60.46802, -7.49381], "rotation": [48.99287, 36.33835, -17.81628], "uv": [0, 0]}, + {"origin": [-64.59212, 58.02846, 1.55619], "size": [-5.1, -2.1, -4.1], "pivot": [-72.5885, 59.46802, -5.49381], "rotation": [31.52065, 47.16978, -36.37166], "uv": [0, 0]}, + {"origin": [-66.5385, 57.51802, 2.55619], "size": [-5.1, -3.1, -2.1], "pivot": [-75.5885, 58.46802, -3.49381], "rotation": [51.19241, 32.50122, -13.92821], "uv": [0, 0]}, + {"origin": [-37.59212, 65.02846, 2.55619], "size": [-29.1, -2.1, -2.1], "pivot": [-70.5885, 66.46802, -4.49381], "rotation": [3.32828, 18.1671, -23.77319], "uv": [0, 0]}, + {"origin": [-64.59212, 62.02846, 5.55619], "size": [-6.1, -2.1, -4.1], "pivot": [-74.5885, 63.46802, -1.49381], "rotation": [0.84524, 18.44065, -31.66825], "uv": [0, 0]}, + {"origin": [-68.5385, 61.51802, 5.55619], "size": [-5.1, -3.1, -2.1], "pivot": [-77.5885, 62.46802, -0.49381], "rotation": [0.84524, 18.44065, -31.66825], "uv": [0, 0]}, + {"origin": [-34.59212, 67.02846, 13.55619], "size": [-29.1, -2.1, -2.1], "pivot": [-67.5885, 68.46802, 7.50619], "rotation": [-3.32828, -18.1671, -23.77319], "uv": [0, 0]}, + {"origin": [-60.59212, 63.02846, 12.55619], "size": [-6.1, -2.1, -4.1], "pivot": [-70.5885, 64.46802, 5.50619], "rotation": [-0.01612, -18.29723, -42.20553], "uv": [0, 0]}, + {"origin": [-60.59212, 63.02846, 12.55619], "size": [-6.1, -2.1, -4.1], "pivot": [-70.5885, 64.46802, 5.50619], "rotation": [2.48388, -18.29723, -42.20553], "uv": [0, 0]}, + {"origin": [-65.5385, 63.51802, 10.55619], "size": [-5.1, -3.1, -2.1], "pivot": [-74.5885, 64.46802, 4.50619], "rotation": [-1.67745, -18.3856, -29.03397], "uv": [0, 0]}, + {"origin": [-58.34212, 66.27846, 21.80619], "size": [-5.6, -2.6, -4.6], "pivot": [-67.5885, 67.46802, 14.50619], "rotation": [-21.94171, -50.20312, -44.17974], "uv": [0, 0]}, + {"origin": [-61.34212, 59.27846, -0.19381], "size": [-5.6, -2.6, -4.6], "pivot": [-69.5885, 60.46802, -7.49381], "rotation": [35.80127, 44.39524, -30.40332], "uv": [0, 0]}, + {"origin": [-60.34212, 62.27846, 4.80619], "size": [-6.6, -2.6, -4.6], "pivot": [-70.5885, 63.46802, -2.49381], "rotation": [-3.30658, 18.17093, -44.83437], "uv": [0, 0]}, + {"origin": [-57.34212, 62.27846, 8.80619], "size": [-6.6, -2.6, -4.6], "pivot": [-67.5885, 63.46802, 1.50619], "rotation": [0, 0, -52.5], "uv": [0, 0]} + ] + }, + { + "name": "semipermeablemembranelookingahh", + "parent": "crest", + "pivot": [-67.5885, 67.46802, 1.50619], + "cubes": [ + {"origin": [-78.64212, 61.97846, -6.49381], "size": [29, 0, 27], "pivot": [-73.5885, 64.46802, 1.50619], "rotation": [0, 0, -25], "uv": [1, 0]}, + {"origin": [-80.64212, 55.97846, -3.49381], "size": [28, 0, 13], "pivot": [-77.5885, 58.46802, -8.49381], "rotation": [28.18809, 31.55464, -14.98552], "uv": [2, 45]}, + {"origin": [-77.64212, 61.97846, 6.50619], "size": [27, 0, 13], "pivot": [-72.5885, 64.46802, 14.50619], "rotation": [-22.03954, -33.58048, -19.71543], "uv": [61, 45]} + ] + }, + { + "name": "lowspine", + "parent": "spine", + "pivot": [19, 56, 0] + }, + { + "name": "spinebackseg2", + "parent": "lowspine", + "pivot": [36, 55, 0], + "rotation": [0, 0, 2.5], + "cubes": [ + {"origin": [34, 52, -1], "size": [19, 6, 6], "uv": [4, 30]}, + {"origin": [38, 44, 1], "size": [3, 6, 2], "uv": [0, 96]}, + {"origin": [38, 59, 1], "size": [3, 5, 2], "uv": [13, 96]}, + {"origin": [38, 55, -2], "size": [3, 4, 8], "uv": [222, 212]}, + {"origin": [46, 59, 1], "size": [3, 5, 2], "uv": [13, 96]}, + {"origin": [46, 50, -2], "size": [3, 4, 8], "uv": [223, 0]}, + {"origin": [45, 43, 2], "size": [2, 3, 0], "pivot": [46, 42, 0], "rotation": [0, 0, 27.5], "uv": [97, 0]}, + {"origin": [45, 63, 2], "size": [2, 4, 0], "pivot": [46, 61, 0], "rotation": [0, 0, 27.5], "uv": [23, 0]}, + {"origin": [46, 45, 1], "size": [3, 5, 2], "uv": [0, 96]}, + {"origin": [38, 50, -2], "size": [3, 4, 8], "uv": [0, 224]}, + {"origin": [37, 42, 2], "size": [2, 3, 0], "pivot": [38, 41, 0], "rotation": [0, 0, 27.5], "uv": [97, 3]}, + {"origin": [37, 63, 2], "size": [2, 4, 0], "pivot": [38, 61, 0], "rotation": [0, 0, 27.5], "uv": [23, 4]}, + {"origin": [46, 55, -2], "size": [3, 4, 8], "uv": [22, 224]}, + {"origin": [53.05, 58.05, 5.05], "size": [-19.1, -6.1, -6.1], "uv": [0, 0]}, + {"origin": [41.05, 50.05, 3.05], "size": [-3.1, -6.1, -2.1], "uv": [0, 0]}, + {"origin": [41.05, 64.05, 3.05], "size": [-3.1, -5.1, -2.1], "uv": [0, 0]}, + {"origin": [41.05, 59.05, 6.05], "size": [-3.1, -4.1, -8.1], "uv": [0, 0]}, + {"origin": [49.05, 64.05, 3.05], "size": [-3.1, -5.1, -2.1], "uv": [0, 0]}, + {"origin": [49.05, 54.05, 6.05], "size": [-3.1, -4.1, -8.1], "uv": [0, 0]}, + {"origin": [47.05, 46.05, 2.05], "size": [-2.1, -3.1, -0.1], "pivot": [46, 42, 0], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [47.05, 67.05, 2.05], "size": [-2.1, -4.1, -0.1], "pivot": [46, 61, 0], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [49.05, 50.05, 3.05], "size": [-3.1, -5.1, -2.1], "uv": [0, 0]}, + {"origin": [41.05, 54.05, 6.05], "size": [-3.1, -4.1, -8.1], "uv": [0, 0]}, + {"origin": [39.05, 45.05, 2.05], "size": [-2.1, -3.1, -0.1], "pivot": [38, 41, 0], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [39.05, 67.05, 2.05], "size": [-2.1, -4.1, -0.1], "pivot": [38, 61, 0], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [49.05, 59.05, 6.05], "size": [-3.1, -4.1, -8.1], "uv": [0, 0]} + ] + }, + { + "name": "lleg", + "parent": "spinebackseg2", + "pivot": [36, 55, 0], + "cubes": [ + {"origin": [43, 53, -1], "size": [19, 5, 5], "pivot": [46, 55, 0], "rotation": [113.11665, 27.033, 110.92815], "uv": [181, 78]}, + {"origin": [62.05, 58.05, 4.05], "size": [-19.1, -5.1, -5.1], "pivot": [46, 55, 0], "rotation": [113.11665, 27.033, 110.92815], "uv": [0, 0]} + ] + }, + { + "name": "lfoot", + "parent": "lleg", + "pivot": [36, 55, 0], + "cubes": [ + {"origin": [62.05, 43.05, -6.95], "size": [-19.1, -3.1, -3.1], "pivot": [46, 42, -9], "rotation": [82.68034, 8.58433, 10.23536], "uv": [0, 0]}, + {"origin": [57.64514, 38.31273, -11.53378], "size": [-1.1, -1.1, -6.1], "pivot": [57, 37.32823, -11.68766], "rotation": [-92.87472, -10.03217, -105.75208], "uv": [0, 0]}, + {"origin": [57.64514, 38.31273, 9.46622], "size": [-1.1, -1.1, -5.1], "pivot": [57, 37.32823, -11.68766], "rotation": [-92.87472, -10.03217, -105.75208], "uv": [0, 0]}, + {"origin": [57.64514, 45.31273, -13.53378], "size": [-1.1, -1.1, -4.1], "pivot": [57, 37.32823, -11.68766], "rotation": [-82.87472, -10.03217, -105.75208], "uv": [0, 0]}, + {"origin": [57.64514, 45.31273, 8.46622], "size": [-1.1, -1.1, -5.1], "pivot": [57, 37.32823, -11.68766], "rotation": [-82.87472, -10.03217, -105.75208], "uv": [0, 0]}, + {"origin": [58.64514, 46.31273, 4.46622], "size": [-3.1, -3.1, -19.1], "pivot": [57, 37.32823, -11.68766], "rotation": [-82.87472, -10.03217, -105.75208], "uv": [0, 0]}, + {"origin": [57.64514, 33.31273, -11.53378], "size": [-1.1, -1.1, -7.1], "pivot": [57, 37.32823, -11.68766], "rotation": [-107.87472, -10.03217, -105.75208], "uv": [0, 0]}, + {"origin": [57.64514, 33.31273, 9.46622], "size": [-1.1, -1.1, -5.1], "pivot": [57, 37.32823, -11.68766], "rotation": [-107.87472, -10.03217, -105.75208], "uv": [0, 0]}, + {"origin": [58.64514, 34.31273, 4.46622], "size": [-3.1, -3.1, -19.1], "pivot": [57, 37.32823, -11.68766], "rotation": [-107.87472, -10.03217, -105.75208], "uv": [0, 0]}, + {"origin": [57.64514, 44.31273, -7.53378], "size": [-2.1, -12.1, -2.1], "pivot": [57, 37.32823, -11.68766], "rotation": [-92.87472, -10.03217, -105.75208], "uv": [0, 0]}, + {"origin": [58.64514, 39.31273, 4.46622], "size": [-3.1, -3.1, -19.1], "pivot": [57, 37.32823, -11.68766], "rotation": [-92.87472, -10.03217, -105.75208], "uv": [0, 0]}, + {"origin": [43, 40, -10], "size": [19, 3, 3], "pivot": [46, 42, -9], "rotation": [82.68034, 8.58433, 10.23536], "uv": [94, 62]}, + {"origin": [56.59514, 37.26273, -17.58378], "size": [1, 1, 6], "pivot": [57, 37.32823, -11.68766], "rotation": [-92.87472, -10.03217, -105.75208], "uv": [124, 8]}, + {"origin": [56.59514, 37.26273, 4.41622], "size": [1, 1, 5], "pivot": [57, 37.32823, -11.68766], "rotation": [-92.87472, -10.03217, -105.75208], "uv": [0, 149]}, + {"origin": [56.59514, 44.26273, -17.58378], "size": [1, 1, 4], "pivot": [57, 37.32823, -11.68766], "rotation": [-82.87472, -10.03217, -105.75208], "uv": [148, 14]}, + {"origin": [56.59514, 44.26273, 3.41622], "size": [1, 1, 5], "pivot": [57, 37.32823, -11.68766], "rotation": [-82.87472, -10.03217, -105.75208], "uv": [148, 22]}, + {"origin": [55.59514, 43.26273, -14.58378], "size": [3, 3, 19], "pivot": [57, 37.32823, -11.68766], "rotation": [-82.87472, -10.03217, -105.75208], "uv": [156, 78]}, + {"origin": [56.59514, 32.26273, -18.58378], "size": [1, 1, 7], "pivot": [57, 37.32823, -11.68766], "rotation": [-107.87472, -10.03217, -105.75208], "uv": [88, 0]}, + {"origin": [56.59514, 32.26273, 4.41622], "size": [1, 1, 5], "pivot": [57, 37.32823, -11.68766], "rotation": [-107.87472, -10.03217, -105.75208], "uv": [148, 8]}, + {"origin": [55.59514, 31.26273, -14.58378], "size": [3, 3, 19], "pivot": [57, 37.32823, -11.68766], "rotation": [-107.87472, -10.03217, -105.75208], "uv": [156, 78]}, + {"origin": [55.59514, 32.26273, -9.58378], "size": [2, 12, 2], "pivot": [57, 37.32823, -11.68766], "rotation": [-92.87472, -10.03217, -105.75208], "uv": [94, 62]}, + {"origin": [55.59514, 36.26273, -14.58378], "size": [3, 3, 19], "pivot": [57, 37.32823, -11.68766], "rotation": [-92.87472, -10.03217, -105.75208], "uv": [156, 78]} + ] + }, + { + "name": "rleg", + "parent": "spinebackseg2", + "pivot": [36, 55, 0], + "cubes": [ + {"origin": [45, 52, 4], "size": [19, 5, 5], "pivot": [48, 54, 5], "rotation": [-107.46542, -33.70811, 115.12504], "uv": [95, 178]}, + {"origin": [64.05, 57.05, 9.05], "size": [-19.1, -5.1, -5.1], "pivot": [48, 54, 5], "rotation": [-107.46542, -33.70811, 115.12504], "uv": [0, 0]} + ] + }, + { + "name": "rfoot", + "parent": "rleg", + "pivot": [48, 57, 14], + "cubes": [ + {"origin": [61, 55, -1], "size": [3, 3, 19], "pivot": [48, 57, 14], "rotation": [-98.60192, -1.60789, 97.18898], "uv": [162, 22]}, + {"origin": [56.57408, 36.92845, -2.93689], "size": [3, 3, 19], "pivot": [57, 38, 15], "rotation": [88.27929, -85.3773, -103.89087], "uv": [162, 22]}, + {"origin": [57.57408, 37.92845, 16.06311], "size": [1, 1, 3], "pivot": [57, 38, 15], "rotation": [88.27929, -85.3773, -103.89087], "uv": [8, 0]}, + {"origin": [51.57408, 36.92845, 12.06311], "size": [13, 2, 2], "pivot": [57, 38, 15], "rotation": [88.27929, -85.3773, -103.89087], "uv": [94, 62]}, + {"origin": [62.57408, 36.92845, -2.93689], "size": [3, 3, 19], "pivot": [57, 38, 15], "rotation": [159.31631, -76.81633, -175.43413], "uv": [162, 22]}, + {"origin": [63.57408, 37.92845, 15.06311], "size": [1, 1, 4], "pivot": [57, 38, 15], "rotation": [159.31631, -76.81633, -175.43413], "uv": [8, 55]}, + {"origin": [63.57408, 37.92845, -7.93689], "size": [1, 1, 5], "pivot": [57, 38, 15], "rotation": [159.31631, -76.81633, -175.43413], "uv": [117, 36]}, + {"origin": [49.57408, 36.92845, -2.93689], "size": [3, 3, 19], "pivot": [57, 38, 15], "rotation": [31.29863, -81.07927, -46.60718], "uv": [162, 22]}, + {"origin": [50.57408, 37.92845, -7.93689], "size": [1, 1, 5], "pivot": [57, 38, 15], "rotation": [31.29863, -81.07927, -46.60718], "uv": [147, 62]}, + {"origin": [50.57408, 37.92845, 13.06311], "size": [1, 1, 6], "pivot": [57, 38, 15], "rotation": [31.29863, -81.07927, -46.60718], "uv": [80, 28]}, + {"origin": [57.57408, 37.92845, -7.93689], "size": [1, 1, 5], "pivot": [57, 38, 15], "rotation": [88.27929, -85.3773, -103.89087], "uv": [147, 68]}, + {"origin": [58.62408, 38.97845, -2.88689], "size": [-1.1, -1.1, -5.1], "pivot": [57, 38, 15], "rotation": [88.27929, -85.3773, -103.89087], "uv": [0, 0]}, + {"origin": [51.62408, 38.97845, 19.11311], "size": [-1.1, -1.1, -6.1], "pivot": [57, 38, 15], "rotation": [31.29863, -81.07927, -46.60718], "uv": [0, 0]}, + {"origin": [51.62408, 38.97845, -2.88689], "size": [-1.1, -1.1, -5.1], "pivot": [57, 38, 15], "rotation": [31.29863, -81.07927, -46.60718], "uv": [0, 0]}, + {"origin": [52.62408, 39.97845, 16.11311], "size": [-3.1, -3.1, -19.1], "pivot": [57, 38, 15], "rotation": [31.29863, -81.07927, -46.60718], "uv": [0, 0]}, + {"origin": [64.62408, 38.97845, -2.88689], "size": [-1.1, -1.1, -5.1], "pivot": [57, 38, 15], "rotation": [159.31631, -76.81633, -175.43413], "uv": [0, 0]}, + {"origin": [64.62408, 38.97845, 19.11311], "size": [-1.1, -1.1, -4.1], "pivot": [57, 38, 15], "rotation": [159.31631, -76.81633, -175.43413], "uv": [0, 0]}, + {"origin": [65.62408, 39.97845, 16.11311], "size": [-3.1, -3.1, -19.1], "pivot": [57, 38, 15], "rotation": [159.31631, -76.81633, -175.43413], "uv": [0, 0]}, + {"origin": [64.62408, 38.97845, 14.11311], "size": [-13.1, -2.1, -2.1], "pivot": [57, 38, 15], "rotation": [88.27929, -85.3773, -103.89087], "uv": [0, 0]}, + {"origin": [58.62408, 38.97845, 19.11311], "size": [-1.1, -1.1, -3.1], "pivot": [57, 38, 15], "rotation": [88.27929, -85.3773, -103.89087], "uv": [0, 0]}, + {"origin": [59.62408, 39.97845, 16.11311], "size": [-3.1, -3.1, -19.1], "pivot": [57, 38, 15], "rotation": [88.27929, -85.3773, -103.89087], "uv": [0, 0]}, + {"origin": [64.05, 58.05, 18.05], "size": [-3.1, -3.1, -19.1], "pivot": [48, 57, 14], "rotation": [-98.60192, -1.60789, 97.18898], "uv": [0, 0]} + ] + }, + { + "name": "spinebackseg3", + "parent": "spinebackseg2", + "pivot": [54, 56, 0], + "rotation": [0, 0, -10], + "cubes": [ + {"origin": [51, 52, -1], "size": [19, 6, 6], "uv": [19, 28]}, + {"origin": [55, 46, 1], "size": [3, 4, 2], "uv": [0, 96]}, + {"origin": [54, 62, 2], "size": [2, 4, 0], "pivot": [55, 60, 0], "rotation": [0, 0, 27.5], "uv": [0, 22]}, + {"origin": [54, 44, 2], "size": [2, 3, 0], "pivot": [55, 43, 0], "rotation": [0, 0, 27.5], "uv": [54, 96]}, + {"origin": [55, 50, -2], "size": [3, 4, 8], "uv": [168, 222]}, + {"origin": [55, 55, -2], "size": [3, 4, 8], "uv": [78, 221]}, + {"origin": [55, 59, 1], "size": [3, 4, 2], "uv": [85, 156]}, + {"origin": [63, 47, 1], "size": [3, 3, 2], "uv": [0, 98]}, + {"origin": [63, 59, 1], "size": [3, 3, 2], "uv": [85, 156]}, + {"origin": [63, 55, -2], "size": [3, 4, 8], "uv": [137, 202]}, + {"origin": [63, 50, -2], "size": [3, 4, 8], "uv": [146, 220]}, + {"origin": [62, 45, 2], "size": [2, 3, 0], "pivot": [63, 44, 0], "rotation": [0, 0, 27.5], "uv": [50, 96]}, + {"origin": [62, 61, 2], "size": [2, 4, 0], "pivot": [63, 59, 0], "rotation": [0, 0, 27.5], "uv": [8, 10]}, + {"origin": [70.05, 58.05, 5.05], "size": [-19.1, -6.1, -6.1], "uv": [0, 0]}, + {"origin": [58.05, 50.05, 3.05], "size": [-3.1, -4.1, -2.1], "uv": [0, 0]}, + {"origin": [56.05, 66.05, 2.05], "size": [-2.1, -4.1, -0.1], "pivot": [55, 60, 0], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [56.05, 47.05, 2.05], "size": [-2.1, -3.1, -0.1], "pivot": [55, 43, 0], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [58.05, 54.05, 6.05], "size": [-3.1, -4.1, -8.1], "uv": [0, 0]}, + {"origin": [58.05, 59.05, 6.05], "size": [-3.1, -4.1, -8.1], "uv": [0, 0]}, + {"origin": [58.05, 63.05, 3.05], "size": [-3.1, -4.1, -2.1], "uv": [0, 0]}, + {"origin": [66.05, 50.05, 3.05], "size": [-3.1, -3.1, -2.1], "uv": [0, 0]}, + {"origin": [66.05, 62.05, 3.05], "size": [-3.1, -3.1, -2.1], "uv": [0, 0]}, + {"origin": [66.05, 59.05, 6.05], "size": [-3.1, -4.1, -8.1], "uv": [0, 0]}, + {"origin": [66.05, 54.05, 6.05], "size": [-3.1, -4.1, -8.1], "uv": [0, 0]}, + {"origin": [64.05, 48.05, 2.05], "size": [-2.1, -3.1, -0.1], "pivot": [63, 44, 0], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [64.05, 65.05, 2.05], "size": [-2.1, -4.1, -0.1], "pivot": [63, 59, 0], "rotation": [0, 0, 27.5], "uv": [0, 0]} + ] + }, + { + "name": "tail", + "parent": "spinebackseg3", + "pivot": [67, 53, 0], + "rotation": [0, 0, -10], + "cubes": [ + {"origin": [68, 52, -1], "size": [19, 6, 6], "uv": [19, 29]}, + {"origin": [81, 55, -2], "size": [3, 4, 8], "uv": [94, 109]}, + {"origin": [81, 59, 1], "size": [3, 2, 2], "uv": [85, 156]}, + {"origin": [81, 48, 1], "size": [3, 2, 2], "uv": [0, 100]}, + {"origin": [80, 60, 2], "size": [2, 3, 0], "pivot": [81, 58, 0], "rotation": [0, 0, 27.5], "uv": [30, 96]}, + {"origin": [80, 47, 2], "size": [2, 2, 0], "pivot": [81, 45, 0], "rotation": [0, 0, 27.5], "uv": [34, 102]}, + {"origin": [81, 50, -2], "size": [3, 4, 8], "uv": [0, 124]}, + {"origin": [72, 55, -2], "size": [3, 4, 8], "uv": [60, 124]}, + {"origin": [71, 46, 2], "size": [2, 2, 0], "pivot": [72, 44, 0], "rotation": [0, 0, 27.5], "uv": [50, 102]}, + {"origin": [72, 50, -2], "size": [3, 4, 8], "uv": [25, 149]}, + {"origin": [72, 59, 1], "size": [3, 3, 2], "uv": [85, 156]}, + {"origin": [71, 61, 2], "size": [2, 3, 0], "pivot": [72, 59, 0], "rotation": [0, 0, 27.5], "uv": [34, 96]}, + {"origin": [72, 47, 1], "size": [3, 3, 2], "uv": [0, 98]}, + {"origin": [87.05, 58.05, 5.05], "size": [-19.1, -6.1, -6.1], "uv": [0, 0]}, + {"origin": [84.05, 59.05, 6.05], "size": [-3.1, -4.1, -8.1], "uv": [0, 0]}, + {"origin": [84.05, 61.05, 3.05], "size": [-3.1, -2.1, -2.1], "uv": [0, 0]}, + {"origin": [84.05, 50.05, 3.05], "size": [-3.1, -2.1, -2.1], "uv": [0, 0]}, + {"origin": [82.05, 63.05, 2.05], "size": [-2.1, -3.1, -0.1], "pivot": [81, 58, 0], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [82.05, 49.05, 2.05], "size": [-2.1, -2.1, -0.1], "pivot": [81, 45, 0], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [84.05, 54.05, 6.05], "size": [-3.1, -4.1, -8.1], "uv": [0, 0]}, + {"origin": [75.05, 59.05, 6.05], "size": [-3.1, -4.1, -8.1], "uv": [0, 0]}, + {"origin": [73.05, 48.05, 2.05], "size": [-2.1, -2.1, -0.1], "pivot": [72, 44, 0], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [75.05, 54.05, 6.05], "size": [-3.1, -4.1, -8.1], "uv": [0, 0]}, + {"origin": [75.05, 62.05, 3.05], "size": [-3.1, -3.1, -2.1], "uv": [0, 0]}, + {"origin": [73.05, 64.05, 2.05], "size": [-2.1, -3.1, -0.1], "pivot": [72, 59, 0], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [75.05, 50.05, 3.05], "size": [-3.1, -3.1, -2.1], "uv": [0, 0]} + ] + }, + { + "name": "tailseg1", + "parent": "tail", + "pivot": [88, 52, 0], + "rotation": [0, 0, -5], + "cubes": [ + {"origin": [90, 55, -1], "size": [3, 3, 6], "uv": [118, 68]}, + {"origin": [90, 58, 1], "size": [3, 2, 2], "uv": [85, 156]}, + {"origin": [90, 50, 1], "size": [3, 2, 2], "uv": [161, 78]}, + {"origin": [89, 59, 2], "size": [2, 3, 0], "pivot": [90, 57, 0], "rotation": [0, 0, 27.5], "uv": [82, 94]}, + {"origin": [89, 49, 2], "size": [2, 2, 0], "pivot": [90, 47, 0], "rotation": [0, 0, 27.5], "uv": [30, 102]}, + {"origin": [90, 52, -1], "size": [3, 2, 6], "uv": [0, 136]}, + {"origin": [97, 55, -1], "size": [3, 3, 6], "uv": [30, 109]}, + {"origin": [97, 58, 1], "size": [3, 2, 2], "uv": [85, 156]}, + {"origin": [97, 50, 1], "size": [3, 2, 2], "uv": [25, 161]}, + {"origin": [96, 59, 2], "size": [2, 3, 0], "pivot": [97, 57, 0], "rotation": [0, 0, 27.5], "uv": [94, 71]}, + {"origin": [96, 49, 2], "size": [2, 2, 0], "pivot": [97, 47, 0], "rotation": [0, 0, 27.5], "uv": [100, 12]}, + {"origin": [97, 52, -1], "size": [3, 2, 6], "uv": [135, 41]}, + {"origin": [85, 53, 0], "size": [19, 4, 4], "uv": [22, 32]}, + {"origin": [93.05, 58.05, 5.05], "size": [-3.1, -3.1, -6.1], "uv": [0, 0]}, + {"origin": [93.05, 60.05, 3.05], "size": [-3.1, -2.1, -2.1], "uv": [0, 0]}, + {"origin": [93.05, 52.05, 3.05], "size": [-3.1, -2.1, -2.1], "uv": [0, 0]}, + {"origin": [91.05, 62.05, 2.05], "size": [-2.1, -3.1, -0.1], "pivot": [90, 57, 0], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [91.05, 51.05, 2.05], "size": [-2.1, -2.1, -0.1], "pivot": [90, 47, 0], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [93.05, 54.05, 5.05], "size": [-3.1, -2.1, -6.1], "uv": [0, 0]}, + {"origin": [100.05, 58.05, 5.05], "size": [-3.1, -3.1, -6.1], "uv": [0, 0]}, + {"origin": [100.05, 60.05, 3.05], "size": [-3.1, -2.1, -2.1], "uv": [0, 0]}, + {"origin": [100.05, 52.05, 3.05], "size": [-3.1, -2.1, -2.1], "uv": [0, 0]}, + {"origin": [98.05, 62.05, 2.05], "size": [-2.1, -3.1, -0.1], "pivot": [97, 57, 0], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [98.05, 51.05, 2.05], "size": [-2.1, -2.1, -0.1], "pivot": [97, 47, 0], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [100.05, 54.05, 5.05], "size": [-3.1, -2.1, -6.1], "uv": [0, 0]}, + {"origin": [104.05, 57.05, 4.05], "size": [-19.1, -4.1, -4.1], "uv": [0, 0]} + ] + }, + { + "name": "tailseg2", + "parent": "tailseg1", + "pivot": [104, 55, 0], + "rotation": [0, 0, -7.5], + "cubes": [ + {"origin": [113, 52, -1], "size": [3, 2, 6], "uv": [111, 133]}, + {"origin": [112, 49, 2], "size": [2, 2, 0], "pivot": [113, 47, 0], "rotation": [0, 0, 27.5], "uv": [88, 12]}, + {"origin": [112, 59, 2], "size": [2, 3, 0], "pivot": [113, 57, 0], "rotation": [0, 0, 27.5], "uv": [13, 0]}, + {"origin": [113, 50, 1], "size": [3, 2, 2], "uv": [8, 60]}, + {"origin": [113, 58, 1], "size": [3, 2, 2], "uv": [85, 156]}, + {"origin": [113, 55, -1], "size": [3, 3, 6], "uv": [0, 64]}, + {"origin": [106, 52, -1], "size": [3, 2, 6], "uv": [135, 33]}, + {"origin": [105, 49, 2], "size": [2, 2, 0], "pivot": [106, 47, 0], "rotation": [0, 0, 27.5], "uv": [96, 12]}, + {"origin": [105, 59, 2], "size": [2, 3, 0], "pivot": [106, 57, 0], "rotation": [0, 0, 27.5], "uv": [72, 73]}, + {"origin": [106, 50, 1], "size": [3, 2, 2], "uv": [107, 104]}, + {"origin": [106, 58, 1], "size": [3, 2, 2], "uv": [85, 156]}, + {"origin": [106, 55, -1], "size": [3, 3, 6], "uv": [94, 68]}, + {"origin": [102, 53, 0], "size": [17, 4, 4], "uv": [22, 31]}, + {"origin": [119.05, 57.05, 4.05], "size": [-17.1, -4.1, -4.1], "uv": [0, 0]}, + {"origin": [109.05, 58.05, 5.05], "size": [-3.1, -3.1, -6.1], "uv": [0, 0]}, + {"origin": [109.05, 60.05, 3.05], "size": [-3.1, -2.1, -2.1], "uv": [0, 0]}, + {"origin": [109.05, 52.05, 3.05], "size": [-3.1, -2.1, -2.1], "uv": [0, 0]}, + {"origin": [107.05, 62.05, 2.05], "size": [-2.1, -3.1, -0.1], "pivot": [106, 57, 0], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [107.05, 51.05, 2.05], "size": [-2.1, -2.1, -0.1], "pivot": [106, 47, 0], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [109.05, 54.05, 5.05], "size": [-3.1, -2.1, -6.1], "uv": [0, 0]}, + {"origin": [116.05, 58.05, 5.05], "size": [-3.1, -3.1, -6.1], "uv": [0, 0]}, + {"origin": [116.05, 60.05, 3.05], "size": [-3.1, -2.1, -2.1], "uv": [0, 0]}, + {"origin": [116.05, 52.05, 3.05], "size": [-3.1, -2.1, -2.1], "uv": [0, 0]}, + {"origin": [114.05, 62.05, 2.05], "size": [-2.1, -3.1, -0.1], "pivot": [113, 57, 0], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [114.05, 51.05, 2.05], "size": [-2.1, -2.1, -0.1], "pivot": [113, 47, 0], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [116.05, 54.05, 5.05], "size": [-3.1, -2.1, -6.1], "uv": [0, 0]} + ] + }, + { + "name": "tailtip", + "parent": "tailseg2", + "pivot": [119, 53, 3], + "rotation": [0, 0, -5], + "cubes": [ + {"origin": [117.90143, 53.74234, 1], "size": [19, 3, 2], "uv": [11, 28]}, + {"origin": [136.90143, 53.74234, 2], "size": [14, 3, 0], "uv": [0, 19]}, + {"origin": [129.90143, 52.74234, 0], "size": [3, 2, 4], "uv": [137, 138]}, + {"origin": [128.90143, 50.74234, 2], "size": [2, 2, 0], "pivot": [129.90143, 48.74234, 0], "rotation": [0, 0, 27.5], "uv": [64, 98]}, + {"origin": [128.90143, 57.74234, 2], "size": [2, 3, 0], "pivot": [129.90143, 55.74234, 0], "rotation": [0, 0, 27.5], "uv": [94, 68]}, + {"origin": [129.90143, 51.74234, 1], "size": [3, 1, 2], "uv": [0, 104]}, + {"origin": [129.90143, 57.74234, 1], "size": [3, 1, 2], "uv": [85, 156]}, + {"origin": [129.90143, 55.74234, 0], "size": [3, 2, 4], "uv": [124, 104]}, + {"origin": [122.90143, 52.74234, 0], "size": [3, 2, 4], "uv": [42, 109]}, + {"origin": [121.90143, 50.74234, 2], "size": [2, 2, 0], "pivot": [122.90143, 48.74234, 0], "rotation": [0, 0, 27.5], "uv": [96, 41]}, + {"origin": [121.90143, 58.74234, 2], "size": [2, 3, 0], "pivot": [122.90143, 56.74234, 0], "rotation": [0, 0, 27.5], "uv": [88, 4]}, + {"origin": [122.90143, 51.74234, 1], "size": [3, 1, 2], "uv": [94, 59]}, + {"origin": [122.90143, 58.74234, 1], "size": [3, 1, 2], "uv": [85, 156]}, + {"origin": [122.90143, 55.74234, 0], "size": [3, 3, 4], "uv": [124, 97]}, + {"origin": [136.95143, 56.79234, 3.05], "size": [-19.1, -3.1, -2.1], "uv": [0, 0]}, + {"origin": [150.95143, 56.79234, 2.05], "size": [-14.1, -3.1, -0.1], "uv": [0, 0]}, + {"origin": [132.95143, 54.79234, 4.05], "size": [-3.1, 0, -4.1], "uv": [0, 0]}, + {"origin": [130.95143, 52.79234, 2.05], "size": [-2.1, -2.1, -0.1], "pivot": [129.90143, 48.74234, 0], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [130.95143, 60.79234, 2.05], "size": [-2.1, -3.1, -0.1], "pivot": [129.90143, 55.74234, 0], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [132.95143, 52.79234, 3.05], "size": [-3.1, -1.1, -2.1], "uv": [0, 0]}, + {"origin": [132.95143, 58.79234, 3.05], "size": [-3.1, -1.1, -2.1], "uv": [0, 0]}, + {"origin": [132.95143, 57.79234, 4.05], "size": [-3.1, -2.1, -4.1], "uv": [0, 0]}, + {"origin": [125.95143, 54.79234, 4.05], "size": [-3.1, -2.1, -4.1], "uv": [0, 0]}, + {"origin": [123.95143, 52.79234, 2.05], "size": [-2.1, -2.1, -0.1], "pivot": [122.90143, 48.74234, 0], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [123.95143, 61.79234, 2.05], "size": [-2.1, -3.1, -0.1], "pivot": [122.90143, 56.74234, 0], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [125.95143, 52.79234, 3.05], "size": [-3.1, -1.1, -2.1], "uv": [0, 0]}, + {"origin": [125.95143, 59.79234, 3.05], "size": [-3.1, -1.1, -2.1], "uv": [0, 0]}, + {"origin": [125.95143, 58.79234, 4.05], "size": [-3.1, -3.1, -4.1], "uv": [0, 0]} + ] + }, + { + "name": "middlespine", + "parent": "spine", + "pivot": [0, 25, 0], + "cubes": [ + {"origin": [1, 56, -4], "size": [5, 5, 12], "uv": [195, 167]}, + {"origin": [2, 61, 1], "size": [4, 4, 2], "uv": [56, 155]}, + {"origin": [1, 61, 2], "size": [3, 5, 0], "pivot": [9, 60, 2], "rotation": [0, 0, 27.5], "uv": [80, 28]}, + {"origin": [10, 61, 2], "size": [3, 5, 0], "pivot": [18, 60, 2], "rotation": [0, 0, 27.5], "uv": [12, 64]}, + {"origin": [11, 61, 1], "size": [4, 4, 2], "uv": [56, 155]}, + {"origin": [1, 50, -3], "size": [5, 4, 10], "uv": [211, 128]}, + {"origin": [10, 49, -3], "size": [5, 5, 10], "uv": [30, 209]}, + {"origin": [10, 56, -4], "size": [5, 5, 12], "uv": [195, 167]}, + {"origin": [29, 56, -3], "size": [5, 5, 10], "uv": [0, 209]}, + {"origin": [29, 50, -3], "size": [5, 4, 10], "uv": [92, 211]}, + {"origin": [20, 50, -3], "size": [5, 4, 10], "uv": [210, 12]}, + {"origin": [30, 61, 1], "size": [4, 4, 2], "uv": [56, 155]}, + {"origin": [29, 61, 2], "size": [3, 4, 0], "pivot": [37, 60, 2], "rotation": [0, 0, 27.5], "uv": [64, 94]}, + {"origin": [20, 61, 2], "size": [3, 4, 0], "pivot": [28, 60, 2], "rotation": [0, 0, 27.5], "uv": [88, 29]}, + {"origin": [21, 61, 1], "size": [4, 4, 2], "uv": [56, 155]}, + {"origin": [20, 56, -3], "size": [5, 5, 10], "uv": [0, 209]}, + {"origin": [-1, 51, -2], "size": [36, 8, 8], "uv": [0, 28]}, + {"origin": [-8, 52, -1], "size": [11, 6, 6], "pivot": [10, 54, 0], "rotation": [0, 0, -2.5], "uv": [26, 30]}, + {"origin": [-6, 64, 2], "size": [2, 4, 0], "pivot": [-5, 62, 0], "rotation": [0, 0, 27.5], "uv": [23, 8]}, + {"origin": [-5, 59, 1], "size": [3, 6, 2], "uv": [13, 96]}, + {"origin": [-5, 55, -3], "size": [3, 4, 10], "uv": [28, 124]}, + {"origin": [-1.95, 59.05, 7.05], "size": [-3.1, -4.1, -10.1], "uv": [0, 0]}, + {"origin": [-3.95, 68.05, 2.05], "size": [-2.1, -4.1, -0.1], "pivot": [-5, 62, 0], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [-1.95, 65.05, 3.05], "size": [-3.1, -6.1, -2.1], "uv": [0, 0]}, + {"origin": [3.05, 58.05, 5.05], "size": [-11.1, -6.1, -6.1], "pivot": [10, 54, 0], "rotation": [0, 0, -2.5], "uv": [0, 0]}, + {"origin": [35.05, 59.05, 6.05], "size": [-36.1, -8.1, -8.1], "uv": [0, 0]}, + {"origin": [25.05, 61.05, 7.05], "size": [-5.1, -5.1, -10.1], "uv": [0, 0]}, + {"origin": [25.05, 65.05, 3.05], "size": [-4.1, -4.1, -2.1], "uv": [0, 0]}, + {"origin": [23.05, 65.05, 2.05], "size": [-3.1, -4.1, -0.1], "pivot": [28, 60, 2], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [32.05, 65.05, 2.05], "size": [-3.1, -4.1, -0.1], "pivot": [37, 60, 2], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [34.05, 65.05, 3.05], "size": [-4.1, -4.1, -2.1], "uv": [0, 0]}, + {"origin": [25.05, 54.05, 7.05], "size": [-5.1, -4.1, -10.1], "uv": [0, 0]}, + {"origin": [34.05, 54.05, 7.05], "size": [-5.1, -4.1, -10.1], "uv": [0, 0]}, + {"origin": [34.05, 61.05, 7.05], "size": [-5.1, -5.1, -10.1], "uv": [0, 0]}, + {"origin": [15.05, 61.05, 8.05], "size": [-5.1, -5.1, -12.1], "uv": [0, 0]}, + {"origin": [15.05, 54.05, 7.05], "size": [-5.1, -5.1, -10.1], "uv": [0, 0]}, + {"origin": [6.05, 54.05, 7.05], "size": [-5.1, -4.1, -10.1], "uv": [0, 0]}, + {"origin": [15.05, 65.05, 3.05], "size": [-4.1, -4.1, -2.1], "uv": [0, 0]}, + {"origin": [13.05, 66.05, 2.05], "size": [-3.1, -5.1, -0.1], "pivot": [18, 60, 2], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [4.05, 66.05, 2.05], "size": [-3.1, -5.1, -0.1], "pivot": [9, 60, 2], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [6.05, 65.05, 3.05], "size": [-4.1, -4.1, -2.1], "uv": [0, 0]}, + {"origin": [6.05, 61.05, 8.05], "size": [-5.1, -5.1, -12.1], "uv": [0, 0]} + ] + }, + { + "name": "ribcage", + "parent": "middlespine", + "pivot": [0, 25, 0], + "cubes": [ + {"origin": [5, 32, -6], "size": [9, 17, 18], "pivot": [13, 43, 7], "rotation": [-42.5, 0, 0], "uv": [58, 59]}, + {"origin": [14, 36, -6], "size": [10, 13, 16], "pivot": [23, 44, 6], "rotation": [-42.5, 0, 0], "uv": [88, 0]}, + {"origin": [24, 37, -4], "size": [9, 13, 14], "pivot": [32, 45, 6], "rotation": [-42.5, 0, 0], "uv": [124, 97]}, + {"origin": [-6, 35, -11], "size": [11, 19, 18], "pivot": [4, 49, 3], "rotation": [42.5, 0, 0], "uv": [0, 59]} + ] + }, + { + "name": "core", + "parent": "ribcage", + "pivot": [12, 43, 3], + "cubes": [ + {"origin": [10, 39, 0], "size": [6, 6, 6], "uv": [64, 94]}, + {"origin": [7, 42, -3], "size": [12, 0, 12], "uv": [29, 61]} + ] + }, + { + "name": "ribrighttop", + "parent": "ribcage", + "pivot": [0, 25, 0], + "cubes": [ + {"origin": [-5, 46, -5], "size": [3, 3, 22], "pivot": [-3, 42, 9], "rotation": [-42.5, 0, 0], "uv": [0, 124]}, + {"origin": [2, 46, -6], "size": [3, 3, 20], "pivot": [4, 42, 8], "rotation": [-42.5, 0, 0], "uv": [2, 126]}, + {"origin": [11, 48, -7], "size": [3, 2, 20], "pivot": [13, 43, 7], "rotation": [-42.5, 0, 0], "uv": [147, 56]}, + {"origin": [21, 49, -8], "size": [3, 2, 18], "pivot": [23, 44, 6], "rotation": [-42.5, 0, 0], "uv": [157, 79]}, + {"origin": [30, 50, -9], "size": [3, 2, 18], "pivot": [32, 45, 5], "rotation": [-42.5, 0, 0], "uv": [157, 80]}, + {"origin": [-1.95, 49.05, 17.05], "size": [-3.1, -3.1, -22.1], "pivot": [-3, 42, 9], "rotation": [-42.5, 0, 0], "uv": [0, 0]}, + {"origin": [24.05, 51.05, 10.05], "size": [-3.1, -2.1, -18.1], "pivot": [23, 44, 6], "rotation": [-42.5, 0, 0], "uv": [0, 0]}, + {"origin": [14.05, 50.05, 13.05], "size": [-3.1, -2.1, -20.1], "pivot": [13, 43, 7], "rotation": [-42.5, 0, 0], "uv": [0, 0]}, + {"origin": [5.05, 49.05, 14.05], "size": [-3.1, -3.1, -20.1], "pivot": [4, 42, 8], "rotation": [-42.5, 0, 0], "uv": [0, 0]}, + {"origin": [33.05, 52.05, 9.05], "size": [-3.1, -2.1, -18.1], "pivot": [32, 45, 5], "rotation": [-42.5, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "rarm", + "parent": "ribrighttop", + "pivot": [1, 48, 14], + "rotation": [-85, 0, 0], + "cubes": [ + {"origin": [-2, 51.32823, 15.31234], "size": [3, 3, 13], "pivot": [0, 47.32823, 20.31234], "rotation": [61.61421, 26.66839, 27.40216], "uv": [162, 84]}, + {"origin": [7, 52.32823, 26.31234], "size": [5, 5, 7], "pivot": [10, 48.32823, 20.31234], "rotation": [45.4699, -30.4409, -35.03982], "uv": [64, 106]}, + {"origin": [8, 53.32823, 32.31234], "size": [3, 3, 17], "pivot": [10, 48.32823, 20.31234], "rotation": [45.4699, -30.4409, -35.03982], "uv": [37, 122]}, + {"origin": [12.05, 57.37823, 33.36234], "size": [-5.1, -5.1, -7.1], "pivot": [10, 48.32823, 20.31234], "rotation": [45.4699, -30.4409, -35.03982], "uv": [0, 0]}, + {"origin": [1.05, 54.37823, 28.36234], "size": [-3.1, -3.1, -13.1], "pivot": [0, 47.32823, 20.31234], "rotation": [61.61421, 26.66839, 27.40216], "uv": [0, 0]}, + {"origin": [11.05, 56.37823, 49.36234], "size": [-3.1, -3.1, -17.1], "pivot": [10, 48.32823, 20.31234], "rotation": [45.4699, -30.4409, -35.03982], "uv": [0, 0]} + ] + }, + { + "name": "rhand", + "parent": "rarm", + "pivot": [-9, 63.32823, 33.31234], + "rotation": [44.63818, 12.67885, -26.16605], + "cubes": [ + {"origin": [-9.40486, 62.26273, 24.41622], "size": [3, 3, 24], "pivot": [-8, 63.32823, 32.31234], "rotation": [62.86313, -30.03589, -63.83663], "uv": [34, 94]}, + {"origin": [-9.40486, 54.26273, 34.41622], "size": [2, 18, 2], "pivot": [-8, 63.32823, 32.31234], "rotation": [62.86313, -30.03589, -63.83663], "uv": [0, 44]}, + {"origin": [-9.40486, 53.26273, 24.41622], "size": [3, 3, 24], "pivot": [-8, 63.32823, 32.31234], "rotation": [47.86313, -30.03589, -63.83663], "uv": [34, 94]}, + {"origin": [-8.40486, 54.26273, 48.41622], "size": [1, 1, 10], "pivot": [-8, 63.32823, 32.31234], "rotation": [47.86313, -30.03589, -63.83663], "uv": [230, 16]}, + {"origin": [-8.40486, 54.26273, 19.41622], "size": [1, 1, 5], "pivot": [-8, 63.32823, 32.31234], "rotation": [47.86313, -30.03589, -63.83663], "uv": [101, 149]}, + {"origin": [-9.40486, 70.26273, 24.41622], "size": [3, 3, 24], "pivot": [-8, 63.32823, 32.31234], "rotation": [72.86313, -30.03589, -63.83663], "uv": [34, 94]}, + {"origin": [-8.40486, 71.26273, 47.41622], "size": [1, 1, 10], "pivot": [-8, 63.32823, 32.31234], "rotation": [72.86313, -30.03589, -63.83663], "uv": [230, 33]}, + {"origin": [-8.40486, 71.26273, 19.41622], "size": [1, 1, 5], "pivot": [-8, 63.32823, 32.31234], "rotation": [72.86313, -30.03589, -63.83663], "uv": [7, 150]}, + {"origin": [-8.40486, 63.26273, 48.41622], "size": [1, 1, 10], "pivot": [-8, 63.32823, 32.31234], "rotation": [62.86313, -30.03589, -63.83663], "uv": [48, 230]}, + {"origin": [-8.40486, 63.26273, 19.41622], "size": [1, 1, 5], "pivot": [-8, 63.32823, 32.31234], "rotation": [62.86313, -30.03589, -63.83663], "uv": [108, 150]}, + {"origin": [-6.35486, 65.31273, 48.46622], "size": [-3.1, -3.1, -24.1], "pivot": [-8, 63.32823, 32.31234], "rotation": [62.86313, -30.03589, -63.83663], "uv": [0, 0]}, + {"origin": [-7.35486, 64.31273, 24.46622], "size": [-1.1, -1.1, -5.1], "pivot": [-8, 63.32823, 32.31234], "rotation": [62.86313, -30.03589, -63.83663], "uv": [0, 0]}, + {"origin": [-7.35486, 64.31273, 58.46622], "size": [-1.1, -1.1, -10.1], "pivot": [-8, 63.32823, 32.31234], "rotation": [62.86313, -30.03589, -63.83663], "uv": [0, 0]}, + {"origin": [-7.35486, 72.31273, 24.46622], "size": [-1.1, -1.1, -5.1], "pivot": [-8, 63.32823, 32.31234], "rotation": [72.86313, -30.03589, -63.83663], "uv": [0, 0]}, + {"origin": [-7.35486, 72.31273, 57.46622], "size": [-1.1, -1.1, -10.1], "pivot": [-8, 63.32823, 32.31234], "rotation": [72.86313, -30.03589, -63.83663], "uv": [0, 0]}, + {"origin": [-6.35486, 73.31273, 48.46622], "size": [-3.1, -3.1, -24.1], "pivot": [-8, 63.32823, 32.31234], "rotation": [72.86313, -30.03589, -63.83663], "uv": [0, 0]}, + {"origin": [-7.35486, 55.31273, 24.46622], "size": [-1.1, -1.1, -5.1], "pivot": [-8, 63.32823, 32.31234], "rotation": [47.86313, -30.03589, -63.83663], "uv": [0, 0]}, + {"origin": [-7.35486, 55.31273, 58.46622], "size": [-1.1, -1.1, -10.1], "pivot": [-8, 63.32823, 32.31234], "rotation": [47.86313, -30.03589, -63.83663], "uv": [0, 0]}, + {"origin": [-6.35486, 56.31273, 48.46622], "size": [-3.1, -3.1, -24.1], "pivot": [-8, 63.32823, 32.31234], "rotation": [47.86313, -30.03589, -63.83663], "uv": [0, 0]}, + {"origin": [-7.35486, 72.31273, 36.46622], "size": [-2.1, -18.1, -2.1], "pivot": [-8, 63.32823, 32.31234], "rotation": [62.86313, -30.03589, -63.83663], "uv": [0, 0]} + ] + }, + { + "name": "ribrightbottom", + "parent": "ribrighttop", + "pivot": [0, 25, 0], + "cubes": [ + {"origin": [-5, 38, 11], "size": [3, 2, 12], "pivot": [-3, 34, 17], "rotation": [42.5, 0, 0], "uv": [209, 64]}, + {"origin": [2, 38, 10], "size": [3, 2, 12], "pivot": [4, 34, 16], "rotation": [42.5, 0, 0], "uv": [72, 207]}, + {"origin": [11, 40, 8], "size": [3, 1, 12], "pivot": [13, 36, 14], "rotation": [42.5, 0, 0], "uv": [204, 212]}, + {"origin": [21, 42, 6], "size": [3, 1, 12], "pivot": [23, 38, 12], "rotation": [42.5, 0, 0], "uv": [212, 43]}, + {"origin": [30, 43, 7], "size": [3, 1, 12], "pivot": [32, 39, 13], "rotation": [55, 0, 0], "uv": [211, 146]}, + {"origin": [14.05, 41.05, 20.05], "size": [-3.1, -1.1, -12.1], "pivot": [13, 36, 14], "rotation": [42.5, 0, 0], "uv": [0, 0]}, + {"origin": [33.05, 44.05, 19.05], "size": [-3.1, -1.1, -12.1], "pivot": [32, 39, 13], "rotation": [55, 0, 0], "uv": [0, 0]}, + {"origin": [24.05, 43.05, 18.05], "size": [-3.1, -1.1, -12.1], "pivot": [23, 38, 12], "rotation": [42.5, 0, 0], "uv": [0, 0]}, + {"origin": [5.05, 40.05, 22.05], "size": [-3.1, -2.1, -12.1], "pivot": [4, 34, 16], "rotation": [42.5, 0, 0], "uv": [0, 0]}, + {"origin": [-1.95, 40.05, 23.05], "size": [-3.1, -2.1, -12.1], "pivot": [-3, 34, 17], "rotation": [42.5, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "riblefttop", + "parent": "ribcage", + "pivot": [0, 25, 0], + "cubes": [ + {"origin": [-5, 52, -14], "size": [3, 3, 22], "pivot": [-3, 48, 2], "rotation": [42.5, 0, 0], "uv": [32, 121]}, + {"origin": [21, 55, -8], "size": [3, 2, 18], "pivot": [23, 50, 4], "rotation": [42.5, 0, 0], "uv": [163, 23]}, + {"origin": [30, 55, -7], "size": [3, 2, 17], "pivot": [32, 50, 4], "rotation": [42.5, 0, 0], "uv": [164, 24]}, + {"origin": [30, 55, -7], "size": [3, 0, 17], "pivot": [32, 50, 4], "rotation": [42.5, 0, 0], "uv": [0, 0]}, + {"origin": [11, 55, -11], "size": [3, 2, 21], "pivot": [13, 50, 4], "rotation": [42.5, 0, 0], "uv": [110, 127]}, + {"origin": [2, 53, -13], "size": [3, 3, 22], "pivot": [4, 49, 3], "rotation": [42.5, 0, 0], "uv": [32, 121]}, + {"origin": [5.05, 56.05, 9.05], "size": [-3.1, -3.1, -22.1], "pivot": [4, 49, 3], "rotation": [42.5, 0, 0], "uv": [0, 0]}, + {"origin": [14.05, 57.05, 10.05], "size": [-3.1, -2.1, -21.1], "pivot": [13, 50, 4], "rotation": [42.5, 0, 0], "uv": [0, 0]}, + {"origin": [33.05, 55.05, 10.05], "size": [-3.1, -0.1, -17.1], "pivot": [32, 50, 4], "rotation": [42.5, 0, 0], "uv": [0, 0]}, + {"origin": [33.05, 57.05, 10.05], "size": [-3.1, -2.1, -17.1], "pivot": [32, 50, 4], "rotation": [42.5, 0, 0], "uv": [0, 0]}, + {"origin": [24.05, 57.05, 10.05], "size": [-3.1, -2.1, -18.1], "pivot": [23, 50, 4], "rotation": [42.5, 0, 0], "uv": [0, 0]}, + {"origin": [-1.95, 55.05, 8.05], "size": [-3.1, -3.1, -22.1], "pivot": [-3, 48, 2], "rotation": [42.5, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "ribleftbottom", + "parent": "riblefttop", + "pivot": [0, 25, 0], + "cubes": [ + {"origin": [-5, 33, -20], "size": [3, 2, 12], "pivot": [-3, 29, -6], "rotation": [-42.5, 0, 0], "uv": [168, 208]}, + {"origin": [11, 35, -18], "size": [3, 1, 12], "pivot": [13, 31, -4], "rotation": [-45, 0, 0], "uv": [214, 199]}, + {"origin": [2, 34, -20], "size": [3, 2, 12], "pivot": [4, 30, -6], "rotation": [-42.5, 0, 0], "uv": [208, 108]}, + {"origin": [21, 37, -16], "size": [3, 1, 12], "pivot": [23, 33, -2], "rotation": [-45, 0, 0], "uv": [212, 184]}, + {"origin": [30, 38, -16], "size": [3, 1, 12], "pivot": [32, 34, -2], "rotation": [-45, 0, 0], "uv": [186, 211]}, + {"origin": [-1.95, 35.05, -7.95], "size": [-3.1, -2.1, -12.1], "pivot": [-3, 29, -6], "rotation": [-42.5, 0, 0], "uv": [0, 0]}, + {"origin": [14.05, 36.05, -5.95], "size": [-3.1, -1.1, -12.1], "pivot": [13, 31, -4], "rotation": [-45, 0, 0], "uv": [0, 0]}, + {"origin": [5.05, 36.05, -7.95], "size": [-3.1, -2.1, -12.1], "pivot": [4, 30, -6], "rotation": [-42.5, 0, 0], "uv": [0, 0]}, + {"origin": [24.05, 38.05, -3.95], "size": [-3.1, -1.1, -12.1], "pivot": [23, 33, -2], "rotation": [-45, 0, 0], "uv": [0, 0]}, + {"origin": [33.05, 39.05, -3.95], "size": [-3.1, -1.1, -12.1], "pivot": [32, 34, -2], "rotation": [-45, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "larm", + "parent": "riblefttop", + "pivot": [-3, 44, -8], + "cubes": [ + {"origin": [-2, 45, -17], "size": [3, 3, 14], "pivot": [0, 41, -9], "rotation": [49.11421, -26.66839, -27.40216], "uv": [167, 27]}, + {"origin": [0, 38, -20], "size": [5, 5, 7], "pivot": [4, 34, -16], "rotation": [41.04978, 39.13922, 12.70142], "uv": [0, 108]}, + {"origin": [1, 39, -36], "size": [3, 3, 17], "pivot": [4, 34, -16], "rotation": [41.04978, 39.13922, 12.70142], "uv": [5, 129]}, + {"origin": [1.05, 48.05, -2.95], "size": [-3.1, -3.1, -14.1], "pivot": [0, 41, -9], "rotation": [49.11421, -26.66839, -27.40216], "uv": [0, 0]}, + {"origin": [5.05, 43.05, -12.95], "size": [-5.1, -5.1, -7.1], "pivot": [4, 34, -16], "rotation": [41.04978, 39.13922, 12.70142], "uv": [0, 0]}, + {"origin": [4.05, 42.05, -18.95], "size": [-3.1, -3.1, -17.1], "pivot": [4, 34, -16], "rotation": [41.04978, 39.13922, 12.70142], "uv": [0, 0]} + ] + }, + { + "name": "lhand", + "parent": "larm", + "pivot": [-8, 28, -29], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [-9.42592, 28.92845, -45.93689], "size": [3, 3, 24], "pivot": [-9, 30, -28], "rotation": [79.34481, 33.50749, 62.67659], "uv": [64, 97]}, + {"origin": [-16.42592, 28.92845, -30.93689], "size": [18, 2, 2], "pivot": [-9, 30, -28], "rotation": [79.34481, 33.50749, 62.67659], "uv": [170, 120]}, + {"origin": [-0.42592, 28.92845, -45.93689], "size": [3, 3, 24], "pivot": [-9, 30, -28], "rotation": [71.76318, 30.37064, 48.40375], "uv": [64, 97]}, + {"origin": [0.57408, 29.92845, -21.93689], "size": [1, 1, 5], "pivot": [-9, 30, -28], "rotation": [71.76318, 30.37064, 48.40375], "uv": [56, 149]}, + {"origin": [0.57408, 29.92845, -55.93689], "size": [1, 1, 10], "pivot": [-9, 30, -28], "rotation": [71.76318, 30.37064, 48.40375], "uv": [224, 227]}, + {"origin": [-17.42592, 28.92845, -45.93689], "size": [3, 3, 24], "pivot": [-9, 30, -28], "rotation": [84.36893, 34.57235, 71.63896], "uv": [64, 97]}, + {"origin": [-16.42592, 29.92845, -55.93689], "size": [1, 1, 10], "pivot": [-9, 30, -28], "rotation": [84.36893, 34.57235, 71.63896], "uv": [228, 115]}, + {"origin": [-16.42592, 29.92845, -21.93689], "size": [1, 1, 5], "pivot": [-9, 30, -28], "rotation": [84.36893, 34.57235, 71.63896], "uv": [75, 149]}, + {"origin": [-8.42592, 29.92845, -55.93689], "size": [1, 1, 10], "pivot": [-9, 30, -28], "rotation": [79.34481, 33.50749, 62.67659], "uv": [230, 44]}, + {"origin": [-8.42592, 29.92845, -21.93689], "size": [1, 1, 5], "pivot": [-9, 30, -28], "rotation": [79.34481, 33.50749, 62.67659], "uv": [82, 150]}, + {"origin": [-7.37592, 30.97845, -16.88689], "size": [-1.1, -1.1, -5.1], "pivot": [-9, 30, -28], "rotation": [79.34481, 33.50749, 62.67659], "uv": [0, 0]}, + {"origin": [-7.37592, 30.97845, -45.88689], "size": [-1.1, -1.1, -10.1], "pivot": [-9, 30, -28], "rotation": [79.34481, 33.50749, 62.67659], "uv": [0, 0]}, + {"origin": [-15.37592, 30.97845, -16.88689], "size": [-1.1, -1.1, -5.1], "pivot": [-9, 30, -28], "rotation": [84.36893, 34.57235, 71.63896], "uv": [0, 0]}, + {"origin": [-15.37592, 30.97845, -45.88689], "size": [-1.1, -1.1, -10.1], "pivot": [-9, 30, -28], "rotation": [84.36893, 34.57235, 71.63896], "uv": [0, 0]}, + {"origin": [-14.37592, 31.97845, -21.88689], "size": [-3.1, -3.1, -24.1], "pivot": [-9, 30, -28], "rotation": [84.36893, 34.57235, 71.63896], "uv": [0, 0]}, + {"origin": [1.62408, 30.97845, -45.88689], "size": [-1.1, -1.1, -10.1], "pivot": [-9, 30, -28], "rotation": [71.76318, 30.37064, 48.40375], "uv": [0, 0]}, + {"origin": [1.62408, 30.97845, -16.88689], "size": [-1.1, -1.1, -5.1], "pivot": [-9, 30, -28], "rotation": [71.76318, 30.37064, 48.40375], "uv": [0, 0]}, + {"origin": [2.62408, 31.97845, -21.88689], "size": [-3.1, -3.1, -24.1], "pivot": [-9, 30, -28], "rotation": [71.76318, 30.37064, 48.40375], "uv": [0, 0]}, + {"origin": [1.62408, 30.97845, -28.88689], "size": [-18.1, -2.1, -2.1], "pivot": [-9, 30, -28], "rotation": [79.34481, 33.50749, 62.67659], "uv": [0, 0]}, + {"origin": [-6.37592, 31.97845, -21.88689], "size": [-3.1, -3.1, -24.1], "pivot": [-9, 30, -28], "rotation": [79.34481, 33.50749, 62.67659], "uv": [0, 0]} + ] + }, + { + "name": "schlong", + "parent": "middlespine", + "pivot": [0, 25, 0] + }, + { + "name": "shlognr", + "parent": "schlong", + "pivot": [0, 56, 5], + "rotation": [0, -12.5, -20], + "cubes": [ + {"origin": [-4, 56, 9], "size": [2, 2, 15], "pivot": [-3, 51, 10], "rotation": [18.29388, 16.66577, 5.41615], "uv": [126, 68]}, + {"origin": [-1.95, 58.05, 24.05], "size": [-2.1, -2.1, -15.1], "pivot": [-3, 51, 10], "rotation": [18.29388, 16.66577, 5.41615], "uv": [0, 0]} + ] + }, + { + "name": "rseg1", + "parent": "shlognr", + "pivot": [-6, 49, 10], + "rotation": [10, 17.5, 0] + }, + { + "name": "rseg2", + "parent": "rseg1", + "pivot": [-1, 58, 21], + "cubes": [ + {"origin": [-6.63553, 54.11339, 18.751], "size": [2, 2, 16], "pivot": [-5.63553, 49.11339, 9.751], "rotation": [18.29388, 16.66577, 5.41615], "uv": [125, 68]}, + {"origin": [-6.63553, 52.11339, 18.751], "size": [0, 2, 16], "pivot": [-5.63553, 49.11339, 9.751], "rotation": [18.29388, 16.66577, 5.41615], "uv": [40, 57]}, + {"origin": [-4.58553, 56.16339, 34.801], "size": [-2.1, -2.1, -16.1], "pivot": [-5.63553, 49.11339, 9.751], "rotation": [18.29388, 16.66577, 5.41615], "uv": [0, 0]}, + {"origin": [-7.63553, 48.11339, 30.751], "size": [4, 4, 14], "pivot": [-5.63553, 44.11339, 11.751], "rotation": [35.79388, 16.66577, 5.41615], "uv": [125, 69]}, + {"origin": [-3.58553, 52.16339, 44.801], "size": [-4.1, -4.1, -14.1], "pivot": [-5.63553, 44.11339, 11.751], "rotation": [35.79388, 16.66577, 5.41615], "uv": [0, 0]} + ] + }, + { + "name": "rseg3", + "parent": "rseg2", + "pivot": [1.36447, 68.11339, 34.751], + "cubes": [ + {"origin": [-4.10116, 51.00551, 41.16498], "size": [4, 4, 14], "pivot": [-2.10116, 47.00551, 22.16498], "rotation": [45.79388, 16.66577, 5.41615], "uv": [125, 69]}, + {"origin": [-0.05116, 55.05551, 55.21498], "size": [-4.1, -4.1, -14.1], "pivot": [-2.10116, 47.00551, 22.16498], "rotation": [45.79388, 16.66577, 5.41615], "uv": [0, 0]} + ] + }, + { + "name": "rseg4", + "parent": "rseg3", + "pivot": [5.89884, 73.00551, 39.16498], + "cubes": [ + {"origin": [-10.10116, 60.00551, 48.16498], "size": [4, 4, 19], "pivot": [-8.10116, 56.00551, 23.16498], "rotation": [1.32279, 52.14263, -32.19922], "uv": [120, 64]}, + {"origin": [-6.05116, 64.05551, 67.21498], "size": [-4.1, -4.1, -19.1], "pivot": [-8.10116, 56.00551, 23.16498], "rotation": [1.32279, 52.14263, -32.19922], "uv": [0, 0]} + ] + }, + { + "name": "rseg5", + "parent": "rseg4", + "pivot": [17.89884, 78.00551, 49.16498], + "cubes": [ + {"origin": [10.72445, 77.62282, 45.6676], "size": [4, 4, 15], "pivot": [14.89884, 78.00551, 44.16498], "rotation": [-26.17721, 52.14263, -32.19922], "uv": [124, 68]}, + {"origin": [14.77445, 81.67282, 60.7176], "size": [-4.1, -4.1, -15.1], "pivot": [14.89884, 78.00551, 44.16498], "rotation": [-26.17721, 52.14263, -32.19922], "uv": [0, 0]} + ] + }, + { + "name": "rseg6", + "parent": "rseg5", + "pivot": [23.89884, 78.00551, 50.16498], + "cubes": [ + {"origin": [9.72445, 80.62282, 56.6676], "size": [4, 4, 21], "pivot": [12.89884, 81.00551, 45.16498], "rotation": [-43.67721, 52.14263, -32.19922], "uv": [118, 62]}, + {"origin": [13.77445, 84.67282, 77.7176], "size": [-4.1, -4.1, -21.1], "pivot": [12.89884, 81.00551, 45.16498], "rotation": [-43.67721, 52.14263, -32.19922], "uv": [0, 0]} + ] + }, + { + "name": "rseg7", + "parent": "rseg6", + "pivot": [36.89884, 72.00551, 58.16498], + "cubes": [ + {"origin": [29.96711, 74.60573, 59.7681], "size": [3, 3, 15], "pivot": [31.89884, 76.00551, 57.16498], "rotation": [-61.17721, 52.14263, -32.19922], "uv": [125, 68]}, + {"origin": [33.01711, 77.65573, 74.8181], "size": [-3.1, -3.1, -15.1], "pivot": [31.89884, 76.00551, 57.16498], "rotation": [-61.17721, 52.14263, -32.19922], "uv": [0, 0]} + ] + }, + { + "name": "rseg8", + "parent": "rseg7", + "pivot": [44.89884, 66.00551, 60.16498], + "cubes": [ + {"origin": [29.96711, 76.60573, 69.7681], "size": [2, 2, 13], "pivot": [31.89884, 78.00551, 57.16498], "rotation": [-71.17721, 52.14263, -32.19922], "uv": [129, 70]}, + {"origin": [32.01711, 78.65573, 82.8181], "size": [-2.1, -2.1, -13.1], "pivot": [31.89884, 78.00551, 57.16498], "rotation": [-71.17721, 52.14263, -32.19922], "uv": [0, 0]} + ] + }, + { + "name": "rtip", + "parent": "rseg8", + "pivot": [50.89884, 50.00551, 63.16498], + "cubes": [ + {"origin": [30.96711, 76.17526, 77.81792], "size": [1, 1, 11], "pivot": [31.89884, 77.57504, 57.2148], "rotation": [-71.17721, 52.14263, -32.19922], "uv": [131, 72]}, + {"origin": [32.01711, 77.22526, 88.86792], "size": [-1.1, -1.1, -11.1], "pivot": [31.89884, 77.57504, 57.2148], "rotation": [-71.17721, 52.14263, -32.19922], "uv": [0, 0]} + ] + }, + { + "name": "schlongl", + "parent": "schlong", + "pivot": [0, 54, 0], + "rotation": [-2.61298, 9.65594, -15.22074], + "cubes": [ + {"origin": [-4, 55, -17], "size": [2, 2, 15], "pivot": [-3, 52, 0], "rotation": [-9.8225, -20.01833, -0.46322], "uv": [172, 191]}, + {"origin": [-1.95, 57.05, -1.95], "size": [-2.1, -2.1, -15.1], "pivot": [-3, 52, 0], "rotation": [-9.8225, -20.01833, -0.46322], "uv": [0, 0]} + ] + }, + { + "name": "lseg1", + "parent": "schlongl", + "pivot": [2, 56, -9], + "cubes": [ + {"origin": [-2.39806, 56.22905, -25.37701], "size": [2, 2, 15], "pivot": [-1.39806, 53.22905, -8.37701], "rotation": [-29.97799, -42.10993, 4.5854], "uv": [56, 149]}, + {"origin": [-2.39806, 54.22905, -25.37701], "size": [0, 2, 15], "pivot": [-1.39806, 53.22905, -8.37701], "rotation": [-29.97799, -42.10993, 4.5854], "uv": [40, 60]}, + {"origin": [-0.05152, 58.8279, -8.06884], "size": [-2.1, -2.1, -15.1], "pivot": [-1.39806, 58.22905, -8.37701], "rotation": [-29.97799, -42.10993, 4.5854], "uv": [0, 0]} + ] + }, + { + "name": "lsge2", + "parent": "lseg1", + "pivot": [6.60194, 58.22905, -11.37701], + "cubes": [ + {"origin": [-3.77633, 53.60554, -33.62902], "size": [4, 4, 14], "pivot": [-1.77633, 51.60554, -7.62902], "rotation": [-37.47799, -42.10993, 4.5854], "uv": [140, 38]}, + {"origin": [0.27367, 57.65554, -19.57902], "size": [-4.1, -4.1, -14.1], "pivot": [-1.77633, 51.60554, -7.62902], "rotation": [-37.47799, -42.10993, 4.5854], "uv": [0, 0]} + ] + }, + { + "name": "lseg3", + "parent": "lsge2", + "pivot": [9.22367, 68.60554, -19.62902], + "cubes": [ + {"origin": [-1.97543, 48.90097, -46.13717], "size": [4, 4, 15], "pivot": [0.02457, 46.90097, -10.13717], "rotation": [-52.47799, -42.10993, 4.5854], "uv": [139, 37]}, + {"origin": [2.07457, 52.95097, -31.08717], "size": [-4.1, -4.1, -15.1], "pivot": [0.02457, 46.90097, -10.13717], "rotation": [-52.47799, -42.10993, 4.5854], "uv": [0, 0]} + ] + }, + { + "name": "lseg4", + "parent": "lseg3", + "pivot": [15.02457, 72.90097, -23.13717], + "cubes": [ + {"origin": [-7.55457, 54.66421, -55.95863], "size": [4, 4, 19], "pivot": [-5.55457, 52.66421, -7.95863], "rotation": [15.00312, -63.11052, -55.36953], "uv": [135, 33]}, + {"origin": [-3.50457, 58.71421, -36.90863], "size": [-4.1, -4.1, -19.1], "pivot": [-5.55457, 52.66421, -7.95863], "rotation": [15.00312, -63.11052, -55.36953], "uv": [0, 0]} + ] + }, + { + "name": "lseg5", + "parent": "lseg4", + "pivot": [26.44543, 79.66421, -28.95863], + "cubes": [ + {"origin": [-13.55457, 62.66421, -65.95863], "size": [4, 4, 15], "pivot": [-11.55457, 60.66421, -9.95863], "rotation": [30.00312, -63.11052, -55.36953], "uv": [187, 12]}, + {"origin": [-9.50457, 66.71421, -50.90863], "size": [-4.1, -4.1, -15.1], "pivot": [-11.55457, 60.66421, -9.95863], "rotation": [30.00312, -63.11052, -55.36953], "uv": [0, 0]} + ] + }, + { + "name": "lseg6", + "parent": "lseg5", + "pivot": [31.44543, 82.66421, -32.95863], + "cubes": [ + {"origin": [30.58184, 79.65473, -51.92825], "size": [4, 4, 21], "pivot": [31.44543, 82.66421, -32.95863], "rotation": [32.00412, -59.8692, -45.09216], "uv": [119, 8]}, + {"origin": [34.63184, 83.70473, -30.87825], "size": [-4.1, -4.1, -21.1], "pivot": [31.44543, 82.66421, -32.95863], "rotation": [32.00412, -59.8692, -45.09216], "uv": [0, 0]} + ] + }, + { + "name": "lseg7", + "parent": "lseg6", + "pivot": [49.44543, 86.66421, -36.95863], + "cubes": [ + {"origin": [50.20107, 81.61715, -54.92825], "size": [3, 3, 16], "pivot": [50.06466, 84.62663, -40.95863], "rotation": [59.50412, -59.8692, -45.09216], "uv": [187, 12]}, + {"origin": [53.25107, 84.66715, -38.87825], "size": [-3.1, -3.1, -16.1], "pivot": [50.06466, 84.62663, -40.95863], "rotation": [59.50412, -59.8692, -45.09216], "uv": [0, 0]} + ] + }, + { + "name": "lseg8", + "parent": "lseg7", + "pivot": [59.06466, 78.62663, -40.95863], + "cubes": [ + {"origin": [53.20107, 82.61715, -61.92825], "size": [2, 2, 12], "pivot": [52.06466, 85.62663, -42.95863], "rotation": [79.50412, -59.8692, -45.09216], "uv": [192, 17]}, + {"origin": [55.25107, 84.66715, -49.87825], "size": [-2.1, -2.1, -12.1], "pivot": [52.06466, 85.62663, -42.95863], "rotation": [79.50412, -59.8692, -45.09216], "uv": [0, 0]} + ] + }, + { + "name": "tipl", + "parent": "lseg8", + "pivot": [59.06466, 76.62663, -37.95863], + "cubes": [ + {"origin": [54.20107, 82.61715, -66.92825], "size": [1, 1, 11], "pivot": [52.06466, 84.62663, -42.95863], "rotation": [79.50412, -59.8692, -45.09216], "uv": [194, 18]}, + {"origin": [55.25107, 83.66715, -55.87825], "size": [-1.1, -1.1, -11.1], "pivot": [52.06466, 84.62663, -42.95863], "rotation": [79.50412, -59.8692, -45.09216], "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/excadrill/excadrill.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/excadrill/excadrill.geo.json new file mode 100644 index 0000000..849f257 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/excadrill/excadrill.geo.json @@ -0,0 +1,193 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.excadrill", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "all", + "pivot": [0, 0, 0] + }, + { + "name": "leg_right", + "parent": "all", + "pivot": [-5, 3, 0], + "cubes": [ + {"origin": [-7, 0, -3], "size": [4, 6, 6], "uv": [35, 37]} + ] + }, + { + "name": "foot_right", + "parent": "leg_right", + "pivot": [-5, 0, 3], + "cubes": [ + {"origin": [-6, -3, 3], "size": [2, 3, 1], "uv": [0, 22]} + ] + }, + { + "name": "leg_left", + "parent": "all", + "pivot": [5, 3, 0], + "cubes": [ + {"origin": [3, 0, -3], "size": [4, 6, 6], "uv": [0, 37]} + ] + }, + { + "name": "foot_left", + "parent": "leg_left", + "pivot": [5, 0, 3], + "cubes": [ + {"origin": [4, -3, 3], "size": [2, 3, 1], "uv": [0, 18]} + ] + }, + { + "name": "body", + "parent": "all", + "pivot": [0, 5, 0.5], + "cubes": [ + {"origin": [-5, 4, -5], "size": [10, 8, 10], "uv": [0, 0]}, + {"origin": [-4, 12, -3], "size": [8, 3, 8], "uv": [0, 18]} + ] + }, + { + "name": "head", + "parent": "body", + "pivot": [0, 15, -0.5], + "cubes": [ + {"origin": [-3, 15, -2], "size": [6, 6, 5], "uv": [19, 32]}, + {"origin": [-2, 16, -6], "size": [4, 2, 4], "uv": [30, 49]}, + {"origin": [-3, 18, -6], "size": [6, 3, 4], "uv": [42, 21]}, + {"origin": [-2.01, 16.25, -4], "size": [0, 1, 2], "uv": [124, 125]}, + {"origin": [2.01, 16.25, -4], "size": [0, 1, 2], "uv": [124, 125]}, + {"origin": [2.01, 15, -4], "size": [0, 1, 2], "uv": [124, 125]}, + {"origin": [-2.01, 15, -4], "size": [0, 1, 2], "uv": [124, 125]} + ] + }, + { + "name": "snoot", + "parent": "head", + "pivot": [0, 17, -6], + "cubes": [ + {"origin": [-1, 16, -9], "size": [2, 2, 3], "uv": [36, 32]} + ] + }, + { + "name": "horn_drill", + "parent": "head", + "pivot": [0, 19.5, -3], + "cubes": [ + {"origin": [-3.5, 18.5, -8], "size": [7, 3, 6], "uv": [30, 0]}, + {"origin": [0, 18.5, -14], "size": [0, 6, 12], "uv": [0, 17]}, + {"origin": [-2.5, 18.5, -11], "size": [5, 2, 4], "uv": [0, 49]}, + {"origin": [-2.5, 18.5, -14], "size": [5, 0, 3], "uv": [61, 0]} + ] + }, + { + "name": "eye_right", + "parent": "head", + "pivot": [-2.01, 18, -4.25], + "cubes": [ + {"origin": [-2.01, 17.5, -4.75], "size": [0, 1, 1], "uv": [122, 126]} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [2.01, 18, -4.25], + "cubes": [ + {"origin": [2.01, 17.5, -4.75], "size": [0, 1, 1], "uv": [122, 126]} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [0, 15.5, -3], + "cubes": [ + {"origin": [-2, 15, -6], "size": [4, 1, 4], "uv": [49, 34]} + ] + }, + { + "name": "arm_left", + "parent": "body", + "pivot": [4, 14, 1], + "cubes": [ + {"origin": [4, 13, -1], "size": [2, 2, 4], "uv": [54, 54]}, + {"origin": [5, 15, -2], "size": [1, 0, 6], "uv": [2, 0]}, + {"origin": [6, 12.5, -3], "size": [5, 3, 8], "uv": [32, 10]} + ] + }, + { + "name": "claw_left_front", + "parent": "arm_left", + "pivot": [11, 13.5, -1.5], + "cubes": [ + {"origin": [11, 12.5, -3], "size": [4, 2, 3], "uv": [15, 52]}, + {"origin": [15, 12.5, -2], "size": [2, 0, 2], "uv": [0, 8]} + ] + }, + { + "name": "claw_left_middle", + "parent": "arm_left", + "pivot": [11, 13.5, 1], + "cubes": [ + {"origin": [11, 12.5, -1], "size": [5, 2, 4], "uv": [46, 28]}, + {"origin": [16, 12.5, 0], "size": [1, 0, 2], "uv": [4, 8]} + ] + }, + { + "name": "claw_left_back", + "parent": "arm_left", + "pivot": [11, 13.5, 3.5], + "cubes": [ + {"origin": [11, 12.5, 2], "size": [4, 2, 3], "uv": [50, 9]}, + {"origin": [15, 12.5, 2], "size": [2, 0, 2], "uv": [0, 4]} + ] + }, + { + "name": "arm_right", + "parent": "body", + "pivot": [-4, 14, 1], + "cubes": [ + {"origin": [-6, 13, -1], "size": [2, 2, 4], "uv": [42, 54]}, + {"origin": [-6, 15, -2], "size": [1, 0, 6], "uv": [0, 0]}, + {"origin": [-11, 12.5, -3], "size": [5, 3, 8], "uv": [24, 21]} + ] + }, + { + "name": "claw_right_front", + "parent": "arm_right", + "pivot": [-11, 13.5, -1.25], + "cubes": [ + {"origin": [-15, 12.5, -3], "size": [4, 2, 3], "uv": [46, 49]}, + {"origin": [-17, 12.5, -2], "size": [2, 0, 2], "uv": [0, 0]} + ] + }, + { + "name": "claw_right_back", + "parent": "arm_right", + "pivot": [-11, 13.5, 3.5], + "cubes": [ + {"origin": [-15, 12.5, 2], "size": [4, 2, 3], "uv": [50, 0]}, + {"origin": [-17, 12.5, 2], "size": [2, 0, 2], "uv": [0, 2]} + ] + }, + { + "name": "claw_right_middle", + "parent": "arm_right", + "pivot": [-11, 13.5, 1], + "cubes": [ + {"origin": [-16, 12.5, -1], "size": [5, 2, 4], "uv": [16, 45]}, + {"origin": [-17, 12.5, 0], "size": [1, 0, 2], "uv": [6, 6]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/feebas.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/feebas.geo.json new file mode 100644 index 0000000..04701a8 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/feebas.geo.json @@ -0,0 +1,135 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.feebas", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "root", + "pivot": [0, 0, 0] + }, + { + "name": "feebas", + "parent": "root", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "feebas", + "pivot": [0, 10.16667, -0.25], + "cubes": [ + {"origin": [-2.5, 4, -6.5], "size": [5, 11, 5], "inflate": 0.01, "uv": [15, 11]}, + {"origin": [-2, 5, -8.5], "size": [4, 9, 2], "uv": [30, 27]}, + {"origin": [0, 14.2, -5], "size": [0, 7, 7], "pivot": [0, 15, -4], "rotation": [-10, 0, 0], "uv": [0, 24]} + ] + }, + { + "name": "lipup", + "parent": "body", + "pivot": [0, 7.5, -8.25], + "rotation": [-7.5, 0, 0], + "cubes": [ + {"origin": [-2, 7, -8.25], "size": [4, 1, 1], "inflate": 0.01, "uv": [15, 2]}, + {"origin": [-2, 7, -9.25], "size": [4, 1, 1], "inflate": 0.01, "uv": [15, 2]} + ] + }, + { + "name": "lipdown", + "parent": "body", + "pivot": [0, 6.25, -8.15], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [-2, 5.75, -9.15], "size": [4, 1, 1], "inflate": 0.01, "uv": [15, 0]}, + {"origin": [-2, 5.75, -8.15], "size": [4, 1, 1], "inflate": 0.01, "uv": [15, 0]} + ] + }, + { + "name": "eyes", + "parent": "body", + "pivot": [0.5, 10.45, -5] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-2.615, 10.45, -4], + "cubes": [ + {"origin": [-2.53, 9.95, -4.9], "size": [0, 1, 1], "uv": [0, 0]} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-2.015, 10.45, -3.905], + "cubes": [ + {"origin": [-2.515, 8.95, -5.405], "size": [1, 3, 2], "inflate": 0.01, "uv": [20, 4]} + ] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [2.515, 10.45, -4.1], + "cubes": [ + {"origin": [2.529, 9.95, -5], "size": [0, 1, 1], "uv": [0, 1]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [1.915, 10.45, -4.005], + "cubes": [ + {"origin": [1.516, 8.95, -5.505], "size": [1, 3, 2], "inflate": 0.01, "uv": [35, 13]} + ] + }, + { + "name": "fin_right", + "parent": "body", + "pivot": [-2.5, 8, -4], + "rotation": [0, -30, 0], + "cubes": [ + {"origin": [-2.5, 5, -4], "size": [0, 4, 8], "uv": [12, 19]} + ] + }, + { + "name": "fin_left", + "parent": "body", + "pivot": [2.5, 8, -4], + "rotation": [0, 30, 0], + "cubes": [ + {"origin": [2.5, 5, -4], "size": [0, 4, 8], "uv": [14, 23]} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [0, 9.5, -2.5], + "cubes": [ + {"origin": [-2.5, 4, -2.5], "size": [5, 11, 5], "uv": [0, 0]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 9.5, 2], + "cubes": [ + {"origin": [-1.5, 5, 1], "size": [3, 9, 4], "uv": [30, 0]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 9.5, 5], + "cubes": [ + {"origin": [0, 2.5, 5], "size": [0, 14, 6], "uv": [0, 10]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/finizen/finizen.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/finizen/finizen.geo.json new file mode 100644 index 0000000..e3edf3b --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/finizen/finizen.geo.json @@ -0,0 +1,126 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.palafin", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 4, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "bone2", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "bone2", + "pivot": [-0.5, 9, -4.47189], + "cubes": [ + {"origin": [-4.5, 5, -12.47189], "size": [8, 8, 16], "uv": [0, 0]} + ] + }, + { + "name": "fin_left", + "parent": "body", + "pivot": [3.5, 7, -4.875], + "cubes": [ + {"origin": [3.5, 7, -7.375], "size": [6, 0, 5], "uv": [-5, 51]} + ] + }, + { + "name": "bone4", + "parent": "fin_left", + "pivot": [9.5, 7, -4.375], + "cubes": [ + {"origin": [9.5, 7, -6.375], "size": [4, 0, 4], "uv": [-4, 56]} + ] + }, + { + "name": "fin_right", + "parent": "body", + "pivot": [-4.6, 7, -4.875], + "cubes": [ + {"origin": [-10.6, 7, -7.375], "size": [6, 0, 5], "uv": [-5, 51], "mirror": true} + ] + }, + { + "name": "bone3", + "parent": "fin_right", + "pivot": [-10.6, 7, -4.375], + "cubes": [ + {"origin": [-14.6, 7, -6.375], "size": [4, 0, 4], "uv": [-4, 56], "mirror": true} + ] + }, + { + "name": "back_tail", + "parent": "body", + "pivot": [-0.5, 7.45, 2.52811], + "rotation": [-12.5, 0, 0] + }, + { + "name": "bone5", + "parent": "back_tail", + "pivot": [-0.5, 7.46173, 3.52804], + "cubes": [ + {"origin": [-2.525, 4.96173, 1.52804], "size": [4, 6, 7], "uv": [0, 24]} + ] + }, + { + "name": "bone6", + "parent": "bone5", + "pivot": [-0.5, 6.48205, 8.19014], + "cubes": [ + {"origin": [-2, 5.11228, 5.42875], "size": [3, 3, 7], "uv": [15, 30]} + ] + }, + { + "name": "bone", + "parent": "bone6", + "pivot": [-0.55, 6.78066, 11.93935], + "cubes": [ + {"origin": [-6.05, 5.86228, 11.35375], "size": [11, 0, 7], "pivot": [-0.575, 6.71228, 10.70375], "rotation": [12.5, 0, 0], "uv": [-7, 44]} + ] + }, + { + "name": "eye_right", + "parent": "body", + "pivot": [-1, 0, -3.47189], + "cubes": [ + {"origin": [-4.51, 7.5, -10.99689], "size": [1, 2, 1], "uv": [0, 37], "mirror": true}, + {"origin": [-4.69, 8.85, -11.32189], "size": [1, 1, 1], "inflate": -0.175, "uv": [0, 41], "mirror": true} + ] + }, + { + "name": "eye_left", + "parent": "body", + "pivot": [0, 0, -3.47189], + "cubes": [ + {"origin": [2.51, 7.5, -10.99689], "size": [1, 2, 1], "uv": [0, 37]}, + {"origin": [2.69, 8.85, -11.32189], "size": [1, 1, 1], "inflate": -0.175, "uv": [0, 41]} + ] + }, + { + "name": "mouth", + "parent": "body", + "pivot": [-0.525, 6.01288, -13.69827], + "cubes": [ + {"origin": [-2.025, 5.125, -15.09689], "size": [3, 1, 3], "pivot": [-0.025, 5.525, -11.89689], "rotation": [2.5, 0, 0], "uv": [1, 1]}, + {"origin": [-2.025, 5.975, -15.29689], "size": [3, 1, 3], "uv": [1, 6]} + ] + }, + { + "name": "fi_top", + "parent": "mouth", + "pivot": [0.04525, 13.05, -4.12338], + "cubes": [ + {"origin": [-5.25475, 12.075, -3.17338], "size": [8, 1, 4], "pivot": [0.04525, 13.05, -4.12338], "rotation": [0, 35, 90], "uv": [28, 30]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/flapple/flapple.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/flapple/flapple.geo.json new file mode 100644 index 0000000..61f3ec2 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/flapple/flapple.geo.json @@ -0,0 +1,335 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 4, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "flapple", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "flapple", + "pivot": [0, 19, 2] + }, + { + "name": "head_worm", + "parent": "body", + "pivot": [0, 8, 0] + }, + { + "name": "torso", + "parent": "head_worm", + "pivot": [0, 20, 1], + "rotation": [12.5, 0, 0] + }, + { + "name": "neck", + "parent": "torso", + "pivot": [0, 20, 1], + "rotation": [25, 0, 0], + "cubes": [ + {"origin": [-1, 19.25, -1.075], "size": [2, 3, 2], "pivot": [0, 21.75, -0.075], "rotation": [32.5, 0, 0], "uv": [46, 5]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 21.32319, 0.22936], + "rotation": [-17.5, 0, 0], + "cubes": [ + {"origin": [-2, 21.25, -2.075], "size": [4, 3, 4], "uv": [32, 33]}, + {"origin": [2, 21.25, -2.075], "size": [1, 2, 2], "uv": [6, 52]}, + {"origin": [-3, 21.25, -2.075], "size": [1, 2, 2], "uv": [27, 51]}, + {"origin": [-1.5, 21.975, -4.1], "size": [3, 1, 4], "inflate": 0.025, "uv": [36, 0]}, + {"origin": [-1, 21.975, -6.15], "size": [2, 1, 2], "inflate": 0.025, "uv": [15, 51]}, + {"origin": [-1, 22.325, -6.7], "size": [2, 1, 1], "inflate": 0.125, "pivot": [0, 22.825, -6.2], "rotation": [-45, 0, 0], "uv": [52, 5]} + ] + }, + { + "name": "jaw", + "parent": "head", + "pivot": [0, 21.25466, -2.07027], + "rotation": [-5, 0, 0], + "cubes": [ + {"origin": [-1.5, 21.24249, -4.09167], "size": [3, 1, 2], "uv": [46, 38]} + ] + }, + { + "name": "anthena_1", + "parent": "head", + "pivot": [0, 23.725, 0], + "cubes": [ + {"origin": [-2, 24.7, -2.075], "size": [4, 1, 4], "uv": [0, 35]}, + {"origin": [-1.5, 24.675, 1.925], "size": [3, 1, 2], "pivot": [0, 25.7, 1.975], "rotation": [-24.5, 0, 0], "uv": [10, 46]}, + {"origin": [-1, 24.7, -4.075], "size": [2, 1, 2], "pivot": [0, 25.7, -2.075], "rotation": [22.5, 0, 0], "uv": [48, 50]}, + {"origin": [-0.5, 24.2, -1.5], "size": [1, 4, 2], "uv": [36, 47]} + ] + }, + { + "name": "anthena_2", + "parent": "anthena_1", + "pivot": [-0.5, 27.725, -1], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-0.5, 27.2, -1.25], "size": [1, 6, 1], "inflate": -0.075, "uv": [23, 51]} + ] + }, + { + "name": "eye", + "parent": "head", + "pivot": [1, 23.725, -1.375] + }, + { + "name": "right_eye", + "parent": "eye", + "pivot": [-1.7, 22.925, -3.025], + "rotation": [-10.73052, 46.55847, -14.62771], + "cubes": [ + {"origin": [-4.85, 22.925, -3], "size": [4, 5, 0], "inflate": 0.01, "pivot": [-2.15, 23.425, -3], "rotation": [0, 0, -12.5], "uv": [20, 46], "mirror": true}, + {"origin": [-3.2, 24.225, -3.025], "size": [1, 1, 0], "pivot": [-2.7, 25.225, -3.025], "rotation": [0, 0, -12.5], "uv": [0, 1], "mirror": true} + ] + }, + { + "name": "left_eye", + "parent": "eye", + "pivot": [1.7, 22.925, -3.025], + "rotation": [-10.73052, -46.55847, 14.62771], + "cubes": [ + {"origin": [0.85, 22.925, -3], "size": [4, 5, 0], "inflate": 0.01, "pivot": [2.15, 23.425, -3], "rotation": [0, 0, 12.5], "uv": [20, 46]}, + {"origin": [2.2, 24.225, -3.025], "size": [1, 1, 0], "pivot": [2.7, 25.225, -3.025], "rotation": [0, 0, 12.5], "uv": [0, 1]} + ] + }, + { + "name": "torso_main_mid", + "parent": "torso", + "pivot": [0, 19.85, 1.425], + "rotation": [30, 0, 0], + "cubes": [ + {"origin": [-1.5, 16.35, -0.075], "size": [3, 4, 3], "pivot": [0, 17.85, 1.425], "rotation": [12.5, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "torso_2", + "parent": "torso_main_mid", + "pivot": [0, 16.325, 1.65], + "rotation": [-55, 0, 0], + "cubes": [ + {"origin": [-1, 13.725, 0.7], "size": [2, 3, 2], "inflate": 0.325, "pivot": [0, 16.225, 1.7], "rotation": [32.5, 0, 0], "uv": [44, 45]} + ] + }, + { + "name": "torso_3", + "parent": "torso_2", + "pivot": [0, 12.325, 2.65], + "rotation": [-37.5, 0, 0], + "cubes": [ + {"origin": [-1, 9.725, 1.7], "size": [2, 5, 2], "inflate": 0.125, "pivot": [0, 12.225, 2.7], "rotation": [32.5, 0, 0], "uv": [38, 40]} + ] + }, + { + "name": "torso_4", + "parent": "torso_3", + "pivot": [0, 10.95, 3.55], + "rotation": [-57.5, 0, 0], + "cubes": [ + {"origin": [-1, 6.55665, 4.20876], "size": [2, 5, 2], "inflate": -0.025, "pivot": [0, 9.05665, 5.20876], "rotation": [32.5, 0, 0], "uv": [30, 40]} + ] + }, + { + "name": "appleshell_bot", + "parent": "torso_4", + "pivot": [0, 8.70357, 4.48214], + "rotation": [107.86139, 17.05157, -42.30098], + "cubes": [ + {"origin": [-6, 6.025, -1.375], "size": [12, 1, 12], "uv": [0, 0]}, + {"origin": [-4.99072, 4.025, -0.375], "size": [10, 2, 10], "uv": [0, 13]}, + {"origin": [-6, 7.025, -1.375], "size": [11, 1, 1], "uv": [0, 25]}, + {"origin": [-3, 8.025, -1.375], "size": [5, 2, 1], "uv": [40, 22]}, + {"origin": [-1, 10.025, -1.375], "size": [3, 2, 1], "uv": [9, 49]}, + {"origin": [-5, 9.025, 9.625], "size": [3, 3, 1], "uv": [28, 47]}, + {"origin": [-6, 7.025, 9.625], "size": [5, 2, 1], "uv": [40, 28]}, + {"origin": [-1, 7.025, 9.625], "size": [3, 1, 1], "uv": [50, 45]}, + {"origin": [2, 7.025, 9.625], "size": [4, 5, 1], "uv": [20, 40]}, + {"origin": [-7, 10.025, 4.625], "size": [3, 2, 1], "pivot": [-5.5, 9.775, 5.125], "rotation": [0, 90, 0], "uv": [0, 50]}, + {"origin": [-7, 8.025, 4.625], "size": [5, 2, 1], "pivot": [-5.5, 7.775, 5.125], "rotation": [0, 90, 0], "uv": [40, 25]}, + {"origin": [2, 7.025, 1.625], "size": [5, 2, 1], "pivot": [5.5, 6.775, 2.125], "rotation": [0, -90, 0], "uv": [0, 7]}, + {"origin": [4, 7.025, 4.625], "size": [3, 1, 1], "pivot": [5.5, 6.775, 5.125], "rotation": [0, -90, 0], "uv": [50, 3]}, + {"origin": [4, 7.025, 7.625], "size": [3, 5, 1], "pivot": [5.5, 6.775, 8.125], "rotation": [0, -90, 0], "uv": [16, 27]}, + {"origin": [4, 9.025, 0.625], "size": [3, 3, 1], "pivot": [5.5, 8.775, 1.125], "rotation": [0, -90, 0], "uv": [46, 41]}, + {"origin": [-13, 7.025, 1.625], "size": [10, 1, 1], "pivot": [-5.5, 9.775, 2.125], "rotation": [0, 90, 0], "uv": [30, 13]} + ] + }, + { + "name": "torso_5", + "parent": "torso_4", + "pivot": [-0.5, 6.93165, 6.43376], + "rotation": [-31, 0, 0], + "cubes": [ + {"origin": [-1, 4.25746, 5.78945], "size": [2, 4, 1], "inflate": -0.05, "pivot": [0, 6.75746, 6.78945], "rotation": [32.5, 0, 0], "uv": [42, 50]} + ] + }, + { + "name": "arm_right", + "parent": "torso", + "pivot": [-1, 18.775, 1.85], + "cubes": [ + {"origin": [-5, 18.275, 0.85], "size": [4, 1, 1], "uv": [46, 20], "mirror": true} + ] + }, + { + "name": "wind_right", + "parent": "arm_right", + "pivot": [-2.2, 19.775, 1.425], + "rotation": [39.44218, 24.88481, 4.65717], + "cubes": [ + {"origin": [-10.2, 16.775, 1.425], "size": [4, 6, 1], "uv": [36, 5], "mirror": true}, + {"origin": [-9.2, 14.775, 1.425], "size": [2, 2, 1], "uv": [0, 53], "mirror": true}, + {"origin": [-6.2, 17.775, 1.425], "size": [4, 5, 1], "uv": [10, 40], "mirror": true}, + {"origin": [-6.2, 16.775, 1.425], "size": [1, 1, 1], "uv": [0, 35], "mirror": true} + ] + }, + { + "name": "bone3", + "parent": "wind_right", + "pivot": [-10.18536, 22.76, 2.42785], + "rotation": [0, -32.5, 0], + "cubes": [ + {"origin": [-17.20924, 17.765, 1.42331], "size": [7, 6, 1], "inflate": 0.01, "uv": [16, 33], "mirror": true}, + {"origin": [-16.20924, 15.765, 1.42331], "size": [4, 2, 1], "inflate": 0.01, "uv": [46, 0], "mirror": true}, + {"origin": [-15.20924, 13.765, 1.42331], "size": [2, 2, 1], "inflate": 0.01, "uv": [52, 47], "mirror": true} + ] + }, + { + "name": "bone4", + "parent": "bone3", + "pivot": [-17.25424, 20.265, 2.64831], + "rotation": [0, -40, 0], + "cubes": [ + {"origin": [-24.37562, 17.765, 1.45112], "size": [7, 7, 1], "inflate": 0.01, "uv": [0, 27], "mirror": true}, + {"origin": [-23.37562, 14.765, 1.45112], "size": [4, 3, 1], "inflate": 0.01, "uv": [0, 46], "mirror": true}, + {"origin": [-22.37562, 12.765, 1.45112], "size": [2, 2, 1], "inflate": 0.01, "uv": [52, 28], "mirror": true} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-5.025, 18.75, 1.85], + "cubes": [ + {"origin": [-9, 18.275, 0.85], "size": [4, 1, 1], "inflate": 0.01, "uv": [46, 10], "mirror": true} + ] + }, + { + "name": "arm_right5", + "parent": "arm_right2", + "pivot": [-8.375, 19.675, 2.3], + "rotation": [0, 0, -60], + "cubes": [ + {"origin": [-10.9, 19.025, 1.325], "size": [2, 1, 0], "inflate": 0.01, "uv": [36, 0], "mirror": true} + ] + }, + { + "name": "arm_right4", + "parent": "arm_right2", + "pivot": [-8.375, 18, 2.325], + "rotation": [0, 0, 60], + "cubes": [ + {"origin": [-10.875, 17.65, 1.35], "size": [2, 1, 0], "inflate": 0.01, "uv": [36, 1], "mirror": true} + ] + }, + { + "name": "arm_right3", + "parent": "arm_right2", + "pivot": [-8.025, 18.275, 2.3], + "cubes": [ + {"origin": [-10.4, 18.275, 1.3], "size": [3, 1, 0], "inflate": 0.01, "uv": [48, 37], "mirror": true} + ] + }, + { + "name": "arm_left", + "parent": "torso", + "pivot": [1, 18.775, 1.85], + "cubes": [ + {"origin": [1, 18.275, 0.85], "size": [4, 1, 1], "uv": [46, 20]} + ] + }, + { + "name": "wind_left", + "parent": "arm_left", + "pivot": [2.2, 19.775, 1.425], + "rotation": [39.44218, -24.88481, -4.65717], + "cubes": [ + {"origin": [6.2, 16.775, 1.425], "size": [4, 6, 1], "uv": [36, 5]}, + {"origin": [7.2, 14.775, 1.425], "size": [2, 2, 1], "uv": [0, 53]}, + {"origin": [2.2, 17.775, 1.425], "size": [4, 5, 1], "uv": [10, 40]}, + {"origin": [5.2, 16.775, 1.425], "size": [1, 1, 1], "uv": [0, 35]} + ] + }, + { + "name": "bone", + "parent": "wind_left", + "pivot": [10.18536, 22.76, 2.42785], + "rotation": [0, 32.5, 0], + "cubes": [ + {"origin": [10.20924, 17.765, 1.42331], "size": [7, 6, 1], "inflate": 0.01, "uv": [16, 33]}, + {"origin": [12.20924, 15.765, 1.42331], "size": [4, 2, 1], "inflate": 0.01, "uv": [46, 0]}, + {"origin": [13.20924, 13.765, 1.42331], "size": [2, 2, 1], "inflate": 0.01, "uv": [52, 47]} + ] + }, + { + "name": "bone2", + "parent": "bone", + "pivot": [17.25424, 20.265, 2.64831], + "rotation": [0, 40, 0], + "cubes": [ + {"origin": [17.37562, 17.765, 1.45112], "size": [7, 7, 1], "inflate": 0.01, "uv": [0, 27]}, + {"origin": [19.37562, 14.765, 1.45112], "size": [4, 3, 1], "inflate": 0.01, "uv": [0, 46]}, + {"origin": [20.37562, 12.765, 1.45112], "size": [2, 2, 1], "inflate": 0.01, "uv": [52, 28]} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [5.025, 18.75, 1.85], + "cubes": [ + {"origin": [5, 18.275, 0.85], "size": [4, 1, 1], "inflate": 0.01, "uv": [46, 10]} + ] + }, + { + "name": "arm_left5", + "parent": "arm_left2", + "pivot": [8.375, 19.675, 2.3], + "rotation": [0, 0, 60], + "cubes": [ + {"origin": [8.9, 19.025, 1.325], "size": [2, 1, 0], "inflate": 0.01, "uv": [36, 0]} + ] + }, + { + "name": "arm_left4", + "parent": "arm_left2", + "pivot": [8.375, 18, 2.325], + "rotation": [0, 0, -60], + "cubes": [ + {"origin": [8.875, 17.65, 1.35], "size": [2, 1, 0], "inflate": 0.01, "uv": [36, 1]} + ] + }, + { + "name": "arm_left3", + "parent": "arm_left2", + "pivot": [8.025, 18.275, 2.3], + "cubes": [ + {"origin": [7.4, 18.275, 1.3], "size": [3, 1, 0], "inflate": 0.01, "uv": [48, 37]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/fluttermane.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/fluttermane.geo.json new file mode 100644 index 0000000..11f90d3 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/fluttermane.geo.json @@ -0,0 +1,798 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.fluttermane", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 6, + "visible_bounds_height": 5.5, + "visible_bounds_offset": [0, 2.25, 0] + }, + "bones": [ + { + "name": "mainrt", + "pivot": [0, 0, 0] + }, + { + "name": "fluttermane", + "parent": "mainrt", + "pivot": [0, 0, 0] + }, + { + "name": "head_main", + "parent": "fluttermane", + "pivot": [0, 20.8, -1.8] + }, + { + "name": "head", + "parent": "head_main", + "pivot": [0.65007, 21.37957, -2.24204] + }, + { + "name": "head_group", + "parent": "head", + "pivot": [-0.07288, 25.85396, -0.81259], + "cubes": [ + {"origin": [-4.57288, 21.30396, -6.22926], "size": [9, 9, 9], "uv": [0, 0]}, + {"origin": [3.92712, 22.30396, -5.22926], "size": [2, 7, 7], "uv": [52, 48]}, + {"origin": [-6.07288, 22.30396, -5.22926], "size": [2, 7, 7], "uv": [18, 50]}, + {"origin": [-3.07288, 29.30396, -5.22926], "size": [6, 2, 7], "uv": [44, 16]}, + {"origin": [-3.07288, 23.10396, 1.77074], "size": [6, 6, 5], "uv": [49, 36]} + ] + }, + { + "name": "horn", + "parent": "head", + "pivot": [-0.07288, 21.30396, -1.22926] + }, + { + "name": "horn1", + "parent": "horn", + "pivot": [0.02712, 29.30396, -4.72926], + "rotation": [-20, 0, 0], + "cubes": [ + {"origin": [-1.07288, 30.57171, -5.61076], "size": [2, 3, 2], "uv": [94, 40]} + ] + }, + { + "name": "bone3", + "parent": "horn1", + "pivot": [-0.07288, 32.97171, -4.61076], + "cubes": [ + {"origin": [-0.57288, 32.57171, -5.11076], "size": [1, 3, 1], "uv": [0, 47]} + ] + }, + { + "name": "horn2", + "parent": "horn", + "pivot": [-0.07288, 29.80396, -0.92926], + "rotation": [-27, 0, 0], + "cubes": [ + {"origin": [-1.07288, 30.69427, -2.00352], "size": [2, 3, 2], "uv": [16, 86]} + ] + }, + { + "name": "bone4", + "parent": "horn2", + "pivot": [-0.07288, 32.99427, -1.00352], + "cubes": [ + {"origin": [-0.57288, 33.69427, -1.50352], "size": [1, 3, 1], "uv": [27, 32]} + ] + }, + { + "name": "horn3", + "parent": "horn", + "pivot": [-0.07288, 27.70396, -0.22926], + "rotation": [-52, 0, 0], + "cubes": [ + {"origin": [-1.07288, 29.80879, -1.41875], "size": [2, 4, 2], "uv": [0, 0]} + ] + }, + { + "name": "bone5", + "parent": "horn3", + "pivot": [-0.07288, 33.00879, -0.41875], + "cubes": [ + {"origin": [-0.57288, 32.80879, -0.91875], "size": [1, 3, 1], "uv": [12, 31]} + ] + }, + { + "name": "hair_R", + "parent": "head", + "pivot": [-0.07288, 27.30396, -1.22926] + }, + { + "name": "face_feather", + "parent": "hair_R", + "pivot": [2.16887, 30.21322, -6.31686], + "cubes": [ + {"origin": [2.12712, 32.50396, -6.83189], "size": [3, 0, 4], "pivot": [4.76887, 32.11322, -5.21686], "rotation": [72.36724, 2.76144, 12.06366], "uv": [90, 93]} + ] + }, + { + "name": "face_feather_2", + "parent": "face_feather", + "pivot": [2.96887, 29.61322, -6.31686], + "cubes": [ + {"origin": [4.48838, 32.70396, -7.14209], "size": [2.5, 0, 3], "pivot": [4.76887, 32.11322, -5.21686], "rotation": [81.14181, 4.67616, 49.90208], "uv": [34, 16]} + ] + }, + { + "name": "hair_top_R_whole", + "parent": "hair_R", + "pivot": [3.82712, 43.12896, -4.87926], + "rotation": [54.43625, 3.39756, 15.56672] + }, + { + "name": "hair_top_R", + "parent": "hair_top_R_whole", + "pivot": [7.32272, 36.5404, -16.45873] + }, + { + "name": "bone7", + "parent": "hair_top_R", + "pivot": [7.37806, 35.822, -16.28371], + "cubes": [ + {"origin": [5.37806, 34.822, -18.28371], "size": [4, 2, 4], "pivot": [7.37806, 35.822, -16.28371], "rotation": [25, -14, -2.55178], "uv": [83, 28]} + ] + }, + { + "name": "hair_t_middle_R", + "parent": "hair_top_R", + "pivot": [6.72197, 36.0027, -15.53687], + "rotation": [-22.5, 0, 0] + }, + { + "name": "hair_t_middle_R3", + "parent": "hair_t_middle_R", + "pivot": [7.79397, 37.1109, -13.82362], + "cubes": [ + {"origin": [5.82712, 36.65647, -16.31919], "size": [4, 1, 5], "pivot": [7.37639, 37.44933, -13.81919], "rotation": [29.95367, 18.50914, 10.85342], "uv": [80, 7]} + ] + }, + { + "name": "hair_t_middle_R2", + "parent": "hair_t_middle_R", + "pivot": [8.67119, 37.80308, -12.4175], + "cubes": [ + {"origin": [6.76073, 36.97882, -12.33813], "size": [4, 1, 8], "pivot": [8.76073, 37.47882, -8.53813], "rotation": [-4.77714, 1.73487, 3.78419], "uv": [47, 26]} + ] + }, + { + "name": "hair_t_t_R", + "parent": "hair_t_middle_R2", + "pivot": [8.63401, 37.77906, -4.9735], + "rotation": [17.25002, 2.99318, -9.54589], + "cubes": [ + {"origin": [6.30643, 37.49285, -5.18645], "size": [4, 1, 3], "pivot": [8.16958, 37.71394, -3.59052], "rotation": [9.92905, -11.79265, 21.09154], "uv": [94, 6]} + ] + }, + { + "name": "feather_t_front_R", + "parent": "hair_t_t_R", + "pivot": [8.67698, 38.10797, -4.10954], + "cubes": [ + {"origin": [6.7207, 38.2557, -4.54162], "size": [3, 0, 5], "pivot": [8.22034, 38.16067, -4.24777], "rotation": [37.3152, -1.3744, 19.269], "uv": [87, 59]}, + {"origin": [7.43643, 37.75267, -4.30486], "size": [3, 0, 4], "pivot": [8.83636, 37.73895, -4.41662], "rotation": [54.30005, 18.60176, 33.73811], "uv": [91, 74]} + ] + }, + { + "name": "feather_t_back_R", + "parent": "hair_t_t_R", + "pivot": [8.16811, 37.89674, -0.93964], + "rotation": [-41, -11, 0], + "cubes": [ + {"origin": [5.81516, 38.51232, -2.61116], "size": [3, 0, 5], "pivot": [7.26239, 38.51145, -0.59274], "rotation": [44.15468, -15.04277, 13.45663], "uv": [87, 50]}, + {"origin": [7.89743, 36.82601, -2.52069], "size": [3, 0, 4], "pivot": [9.39743, 36.82601, -1.02069], "rotation": [44.87372, 11.10712, 49.97157], "uv": [90, 69]} + ] + }, + { + "name": "feather_top_R", + "parent": "hair_t_t_R", + "pivot": [8.99619, 38.0923, -3.56412] + }, + { + "name": "hair_top_right2", + "parent": "feather_top_R", + "pivot": [12.35686, 40.34574, -1.51972], + "rotation": [0, 30, 0] + }, + { + "name": "feather_t_r_1", + "parent": "hair_top_right2", + "pivot": [10.70312, 37.36468, -5.56118], + "rotation": [0, 20, 0], + "cubes": [ + {"origin": [8.62301, 39.41547, -5.28105], "size": [4, 0, 7], "pivot": [10.62301, 38.51547, -1.78105], "rotation": [-4.09461, -0.4466, -160.71074], "uv": [64, 23]} + ] + }, + { + "name": "feather_t_r_2", + "parent": "hair_top_right2", + "pivot": [10.18934, 38.05628, -5.0408], + "rotation": [0, 15, 0], + "cubes": [ + {"origin": [6.02248, 40.0544, -5.97656], "size": [5, 0, 11], "pivot": [7.83278, 39.83012, -2.51285], "rotation": [13.38143, -39.48523, 21.96875], "uv": [22, 20]} + ] + }, + { + "name": "hair_side_R_whole", + "parent": "hair_R", + "pivot": [15.45212, 41.25396, -4.27926], + "rotation": [0, 47.5, 0] + }, + { + "name": "hair_side_R", + "parent": "hair_side_R_whole", + "pivot": [9.52226, 25.93545, -13.19672], + "cubes": [ + {"origin": [8.58417, 23.41289, -13.14274], "size": [2, 4, 5], "pivot": [9.58417, 25.81289, -10.54274], "rotation": [-9.89866, 22.99857, -0.52339], "uv": [0, 82]} + ] + }, + { + "name": "hair_s_middle_R", + "parent": "hair_side_R", + "pivot": [10.86129, 25.71384, -9.12945], + "cubes": [ + {"origin": [9.11399, 23.20396, -9.58713], "size": [1, 4, 7], "pivot": [9.56399, 25.99013, -6.08713], "rotation": [5.79389, -16.66577, -5.41615], "uv": [73, 31]} + ] + }, + { + "name": "hait_side_top_R", + "parent": "hair_s_middle_R", + "pivot": [8.95611, 24.89635, -2.13593], + "rotation": [7.65298, 29.1617, 14.33672], + "cubes": [ + {"origin": [3.63713, 23.90626, -6.82014], "size": [1, 5, 10], "pivot": [4.13713, 26.25626, -1.82014], "rotation": [73.6566, -69.92228, -59.61362], "uv": [36, 38]} + ] + }, + { + "name": "feather_side_R", + "parent": "hait_side_top_R", + "pivot": [0.28825, 27.12222, -1.52082], + "cubes": [ + {"origin": [-3.09284, 24.58293, -2.99822], "size": [2, 6, 6], "pivot": [-2.44284, 27.08293, 1.26355], "rotation": [6.30195, -37.11587, -6.26883], "uv": [33, 68]} + ] + }, + { + "name": "feather_side_front_R", + "parent": "feather_side_R", + "pivot": [1.10234, 27.03364, -2.46255], + "rotation": [1, 0, 0], + "cubes": [ + {"origin": [-1.25143, 26.12386, -0.8255], "size": [0, 5, 7], "pivot": [-1.35143, 28.62386, 2.6745], "rotation": [16.83793, -27.13736, -1.8444], "uv": [79, 60]} + ] + }, + { + "name": "feather_side_front_R2", + "parent": "feather_side_front_R", + "pivot": [0.41828, 26.23303, -1.59486], + "cubes": [ + {"origin": [-1.18172, 23.93303, -0.79486], "size": [0, 4, 6], "pivot": [-1.58172, 26.23303, 2.20514], "rotation": [-15.80738, -31.86638, -6.03374], "uv": [34, 86]} + ] + }, + { + "name": "feather_side_back_R", + "parent": "feather_side_R", + "pivot": [-3.54629, 27.04285, 1.25737], + "cubes": [ + {"origin": [-3.67258, 25.98496, -1.86261], "size": [0, 5, 7], "pivot": [-3.54629, 27.04285, 1.25737], "rotation": [16.61395, -43.68519, -8.43374], "uv": [25, 79]}, + {"origin": [-3.77249, 23.95057, -1.56469], "size": [0, 4, 6], "pivot": [-3.54629, 27.04285, 1.25737], "rotation": [-11.53121, -46.76443, -7.48828], "uv": [9, 86]} + ] + }, + { + "name": "feather_side_top_R", + "parent": "feather_side_R", + "pivot": [-3.3448, 29.08293, 3.42065] + }, + { + "name": "f_s_t_1", + "parent": "feather_side_top_R", + "pivot": [-4.64166, 31.03837, 6.46349], + "cubes": [ + {"origin": [-4.64166, 29.03837, 0.96349], "size": [0, 4, 11], "pivot": [-4.64166, 31.03837, 6.46349], "rotation": [26.54835, -19.03771, -6.24605], "uv": [37, 0]} + ] + }, + { + "name": "f_s_t_2", + "parent": "feather_side_top_R", + "pivot": [-4.24114, 26.73304, 4.75317], + "cubes": [ + {"origin": [-4.24114, 25.66785, 1.95317], "size": [0, 3, 9], "pivot": [-4.24114, 26.73304, 4.75317], "rotation": [1.02585, -21.33517, -15.96615], "uv": [62, 54]} + ] + }, + { + "name": "f_s_t_3", + "parent": "feather_side_top_R", + "pivot": [-3.8559, 24.41384, 4.29797], + "cubes": [ + {"origin": [-3.74837, 22.96785, -0.20203], "size": [0, 3, 8], "pivot": [-3.8559, 24.41384, 4.29797], "rotation": [-11.97153, -28.61244, -29.88542], "uv": [0, 70]} + ] + }, + { + "name": "hair_L", + "parent": "head", + "pivot": [-0.07288, 27.30396, -1.22926] + }, + { + "name": "face_featherL", + "parent": "hair_L", + "pivot": [-4.91463, 32.11322, -5.21686] + }, + { + "name": "hair_top_L_whole", + "parent": "hair_L", + "pivot": [-3.97288, 43.12896, -4.87926], + "rotation": [54.43625, -3.39756, -15.56672] + }, + { + "name": "hair_top_L", + "parent": "hair_top_L_whole", + "pivot": [-7.56502, 36.50476, -16.41469] + }, + { + "name": "bone8", + "parent": "hair_top_L", + "pivot": [-7.52382, 35.822, -16.28371], + "cubes": [ + {"origin": [-9.52382, 34.822, -18.28371], "size": [4, 2, 4], "pivot": [-7.52382, 35.822, -16.28371], "rotation": [25, 14, 2.55178], "uv": [81, 43]} + ] + }, + { + "name": "hair_t_middle_L", + "parent": "hair_top_L", + "pivot": [-7.00807, 36.12135, -15.41389], + "rotation": [-22.5, 0, 0] + }, + { + "name": "hair_t_middle_L2", + "parent": "hair_t_middle_L", + "pivot": [-7.93973, 37.07287, -13.76885], + "cubes": [ + {"origin": [-9.97288, 36.61843, -16.26443], "size": [4, 1, 5], "pivot": [-7.52215, 37.41129, -13.76443], "rotation": [29.95367, -18.50914, -10.85342], "uv": [64, 79]} + ] + }, + { + "name": "hair_t_middle_L3", + "parent": "hair_t_middle_L", + "pivot": [-8.7804, 37.8146, -12.20937], + "cubes": [ + {"origin": [-10.80649, 36.94078, -12.28337], "size": [4, 1, 8], "pivot": [-8.80649, 37.44078, -8.48337], "rotation": [-4.77714, -1.73487, -3.78419], "uv": [0, 47]} + ] + }, + { + "name": "hair_t_t_L", + "parent": "hair_t_middle_L3", + "pivot": [-8.76573, 36.88337, -4.72627], + "rotation": [17.25002, -2.99318, 9.54589], + "cubes": [ + {"origin": [-10.76019, 37.03934, -4.88207], "size": [4, 1, 3], "pivot": [-8.62334, 37.26043, -3.28614], "rotation": [9.92905, 11.79265, -21.09154], "uv": [90, 35]} + ] + }, + { + "name": "feather_t_front_L", + "parent": "hair_t_t_L", + "pivot": [-9.17662, 37.45186, -4.02161], + "cubes": [ + {"origin": [-10.09933, 37.52863, -4.16176], "size": [3, 0, 5], "pivot": [-8.83226, 37.43324, -4.20789], "rotation": [37.3152, 1.3744, -19.269], "uv": [65, 86]}, + {"origin": [-10.71849, 37.12575, -3.89032], "size": [3, 0, 4], "pivot": [-9.48701, 36.88188, -4.1153], "rotation": [54.30005, -18.60176, -33.73811], "uv": [9, 73]} + ] + }, + { + "name": "feather_t_back_L", + "parent": "hair_t_t_L", + "pivot": [-8.62187, 37.44323, -0.63526], + "rotation": [-41, 11, 0], + "cubes": [ + {"origin": [-9.26892, 38.05881, -2.30678], "size": [3, 0, 5], "pivot": [-7.71615, 38.05794, -0.28836], "rotation": [44.15468, 15.04277, -13.45663], "uv": [86, 0]}, + {"origin": [-11.35119, 36.3725, -2.21631], "size": [3, 0, 4], "pivot": [-9.85119, 36.3725, -0.71631], "rotation": [44.87372, -11.10712, -49.97157], "uv": [36, 32]} + ] + }, + { + "name": "feather_top_L", + "parent": "hair_t_t_L", + "pivot": [-9.3641, 38.06614, -3.26214] + }, + { + "name": "hair_top_left2", + "parent": "feather_top_L", + "pivot": [-12.81062, 39.89223, -1.21534], + "rotation": [0, -30, 0] + }, + { + "name": "feather_t_L_3", + "parent": "hair_top_left2", + "pivot": [-10.91824, 37.21448, -6.41559], + "rotation": [0, -20, 0], + "cubes": [ + {"origin": [-12.66605, 38.96196, -4.96494], "size": [4, 0, 7], "pivot": [-10.66605, 38.06196, -1.46494], "rotation": [-4.09461, 0.4466, 160.71074], "uv": [64, 15]} + ] + }, + { + "name": "feather_t_L_4", + "parent": "hair_top_left2", + "pivot": [-10.59498, 37.24674, -4.70594], + "rotation": [0, -15, 0], + "cubes": [ + {"origin": [-11.48249, 39.60089, -5.65868], "size": [5, 0, 11], "pivot": [-8.29279, 39.37661, -2.19497], "rotation": [13.38143, 39.48523, -21.96875], "uv": [0, 19]} + ] + }, + { + "name": "hair_side_L_whole", + "parent": "hair_L", + "pivot": [-15.59788, 41.25396, -4.27926], + "rotation": [0, -47.5, 0] + }, + { + "name": "hair_side_L", + "parent": "hair_side_L_whole", + "pivot": [-9.74472, 25.81289, -13.0762], + "cubes": [ + {"origin": [-10.72993, 23.41289, -13.14274], "size": [2, 4, 5], "pivot": [-9.72993, 25.81289, -10.54274], "rotation": [-9.89866, -22.99857, 0.52339], "uv": [81, 74]} + ] + }, + { + "name": "hair_s_middle_L", + "parent": "hair_side_L", + "pivot": [-11.18964, 25.61568, -8.88501], + "cubes": [ + {"origin": [-10.35975, 23.40396, -9.38713], "size": [1, 4, 7], "pivot": [-9.80975, 26.19013, -5.88713], "rotation": [5.79389, 16.66577, 5.41615], "uv": [69, 67]} + ] + }, + { + "name": "hait_side_top_L", + "parent": "hair_s_middle_L", + "pivot": [-9.39661, 25.53077, -2.79961], + "rotation": [7.65298, -29.1617, -14.33672], + "cubes": [ + {"origin": [-5.14311, 24.51888, -7.37632], "size": [1, 5, 10], "pivot": [-4.64311, 26.86888, -2.37632], "rotation": [73.6566, 69.92228, 59.61362], "uv": [23, 32]} + ] + }, + { + "name": "feather_side_L", + "parent": "hait_side_top_L", + "pivot": [-0.85736, 27.74221, -1.75289], + "cubes": [ + {"origin": [0.58686, 25.19555, -3.5544], "size": [2, 6, 6], "pivot": [1.93686, 27.69555, 0.70737], "rotation": [6.30195, 37.11587, 6.26883], "uv": [52, 67]} + ] + }, + { + "name": "feather_side_front_L", + "parent": "feather_side_L", + "pivot": [-1.20832, 28.14626, -1.81873], + "rotation": [1, 0, 0], + "cubes": [ + {"origin": [0.74545, 26.7575, -1.39022], "size": [0, 5, 7], "pivot": [0.84545, 29.2575, 2.10978], "rotation": [16.83793, 27.13736, 1.8444], "uv": [43, 74]} + ] + }, + { + "name": "feather_side_front_L2", + "parent": "feather_side_front_L", + "pivot": [1.07574, 26.86667, 1.64042], + "cubes": [ + {"origin": [0.67574, 24.56667, -1.35958], "size": [0, 4, 6], "pivot": [1.07574, 26.86667, 1.64042], "rotation": [-15.80738, 31.86638, 6.03374], "uv": [52, 81]} + ] + }, + { + "name": "feather_side_back_L", + "parent": "feather_side_L", + "pivot": [3.04031, 27.65547, 0.70119], + "cubes": [ + {"origin": [3.1666, 26.59758, -2.41879], "size": [0, 5, 7], "pivot": [3.04031, 27.65547, 0.70119], "rotation": [16.61395, 43.68519, 8.43374], "uv": [17, 73]}, + {"origin": [3.26651, 24.56319, -2.12087], "size": [0, 4, 6], "pivot": [3.04031, 27.65547, 0.70119], "rotation": [-11.53121, 46.76443, 7.48828], "uv": [81, 17]} + ] + }, + { + "name": "feather_side_top_L", + "parent": "feather_side_L", + "pivot": [2.83882, 29.69555, 2.86447] + }, + { + "name": "f_s_t_4", + "parent": "feather_side_top_L", + "pivot": [4.13568, 31.65099, 5.90731], + "cubes": [ + {"origin": [4.13568, 29.65099, 0.40731], "size": [0, 4, 11], "pivot": [4.13568, 31.65099, 5.90731], "rotation": [26.54835, 19.03771, 6.24605], "uv": [0, 31]} + ] + }, + { + "name": "f_s_t_5", + "parent": "feather_side_top_L", + "pivot": [3.73516, 27.34566, 4.19699], + "cubes": [ + {"origin": [3.73516, 26.28047, 1.39699], "size": [0, 3, 9], "pivot": [3.73516, 27.34566, 4.19699], "rotation": [1.02585, 21.33517, 15.96615], "uv": [61, 2]} + ] + }, + { + "name": "f_s_t_6", + "parent": "feather_side_top_L", + "pivot": [3.34992, 25.02646, 3.74179], + "cubes": [ + {"origin": [3.24239, 23.58047, -0.75821], "size": [0, 3, 8], "pivot": [3.34992, 25.02646, 3.74179], "rotation": [-11.97153, 28.61244, 29.88542], "uv": [64, 40]} + ] + }, + { + "name": "hair_back", + "parent": "head", + "pivot": [-0.07288, 23.37896, 5.77074] + }, + { + "name": "hair_back_R", + "parent": "hair_back", + "pivot": [2.92712, 27.27896, 3.87074], + "rotation": [0, 17.5, 0], + "cubes": [ + {"origin": [0.89009, 25.27896, 2.5113], "size": [4, 4, 6], "uv": [0, 59]} + ] + }, + { + "name": "hair_back2_joint", + "parent": "hair_back_R", + "pivot": [2.89009, 27.27896, 5.5113], + "cubes": [ + {"origin": [1.89009, 26.27896, 8.5113], "size": [2, 2, 3], "uv": [94, 21]}, + {"origin": [0.89009, 27.27896, 7.5113], "size": [4, 0, 4], "uv": [74, 54]} + ] + }, + { + "name": "hair_backR3", + "parent": "hair_back2_joint", + "pivot": [2.89009, 27.27896, 10.5113], + "cubes": [ + {"origin": [2.39009, 26.77896, 10.5113], "size": [1, 1, 3], "uv": [30, 51]}, + {"origin": [0.89009, 27.27896, 11.5113], "size": [4, 0, 2], "uv": [76, 52]} + ] + }, + { + "name": "hair_back_L", + "parent": "hair_back", + "pivot": [-3.12288, 27.27896, 3.87074], + "rotation": [0, -17.5, 0], + "cubes": [ + {"origin": [-5.03817, 25.27896, 2.49627], "size": [4, 4, 6], "uv": [37, 57]} + ] + }, + { + "name": "hair_back2_joint2", + "parent": "hair_back_L", + "pivot": [-3.03817, 27.27896, 5.49627], + "cubes": [ + {"origin": [-4.03817, 26.27896, 8.49627], "size": [2, 2, 3], "uv": [0, 94]}, + {"origin": [-5.03817, 27.27896, 7.49627], "size": [4, 0, 4], "uv": [73, 2]} + ] + }, + { + "name": "hair_backL3", + "parent": "hair_back2_joint2", + "pivot": [-3.03817, 27.27896, 10.49627], + "cubes": [ + {"origin": [-3.53817, 26.77896, 10.49627], "size": [1, 1, 3], "uv": [27, 106]}, + {"origin": [-5.03817, 27.27896, 11.49627], "size": [4, 0, 2], "uv": [75, 0]} + ] + }, + { + "name": "hair_back_M", + "parent": "hair_back", + "pivot": [-0.07288, 27.27896, 3.72074], + "cubes": [ + {"origin": [-2.07288, 25.17896, 4.27074], "size": [4, 4, 6], "uv": [49, 0]} + ] + }, + { + "name": "hair_back2_joint3", + "parent": "hair_back_M", + "pivot": [0.02712, 27.27896, 7.27074], + "cubes": [ + {"origin": [-1.07288, 26.27896, 10.27074], "size": [2, 2, 3], "uv": [63, 67]}, + {"origin": [-2.07288, 27.27896, 9.27074], "size": [4, 0, 4], "uv": [14, 34]} + ] + }, + { + "name": "hair_backM3", + "parent": "hair_back2_joint3", + "pivot": [-0.07288, 27.27896, 12.27074], + "cubes": [ + {"origin": [-0.57288, 26.77896, 12.27074], "size": [1, 1, 3], "uv": [39, 106]}, + {"origin": [-2.07288, 27.27896, 13.27074], "size": [4, 0, 2], "uv": [16, 32]} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [-0.07288, 13.15396, -1.22926] + }, + { + "name": "close", + "parent": "mouth", + "pivot": [0.02712, 21.05396, -6.23926], + "cubes": [ + {"origin": [-1.49788, 22.90396, -6.23926], "size": [2, 1, 0], "uv": [0, 7]} + ] + }, + { + "name": "bone6", + "parent": "close", + "pivot": [1.00212, 23.65396, -6.23926], + "cubes": [ + {"origin": [0.50212, 23.15396, -6.23926], "size": [1, 1, 0], "uv": [5, 7]} + ] + }, + { + "name": "open", + "parent": "mouth", + "pivot": [-0.07288, 22.15396, -5.03926], + "cubes": [ + {"origin": [-1.57288, 22.57896, -6.03926], "size": [3, 2, 1], "uv": [51, 106]} + ] + }, + { + "name": "neck", + "parent": "head", + "pivot": [-0.07288, 21.50396, -3.22926], + "rotation": [35, 0, 0], + "cubes": [ + {"origin": [-2.07288, 18.00396, -4.09529], "size": [4, 4, 4], "uv": [28, 0]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [-0.07288, 13.30396, -1.22926] + }, + { + "name": "eye_R", + "parent": "eyes", + "pivot": [3.62712, 23.80396, -5.85426], + "rotation": [0, 0, 2.5], + "cubes": [ + {"origin": [1.95736, 24.54306, -6.37426], "size": [3, 2, 1], "uv": [72, 59]} + ] + }, + { + "name": "closer", + "parent": "eye_R", + "pivot": [3.43236, 26.39306, -5.02426], + "cubes": [ + {"origin": [1.95736, 24.54306, -5.47426], "size": [3, 3, 1], "uv": [1, 102]}, + {"origin": [1.40736, 25.74306, -5.57426], "size": [4, 2, 1], "uv": [2, 108]} + ] + }, + { + "name": "pupil", + "parent": "eye_R", + "pivot": [3.51322, 26.35669, -5.91043], + "cubes": [ + {"origin": [2.42191, 25.06378, -6.38426], "size": [2, 2, 1], "uv": [44, 19]} + ] + }, + { + "name": "pupil3", + "parent": "eye_R", + "pivot": [3.50463, 26.64524, -5.9366], + "cubes": [ + {"origin": [2.90473, 25.64088, -6.4366], "size": [1, 2, 1], "uv": [49, 0]} + ] + }, + { + "name": "eyeliner_R", + "parent": "eye_R", + "pivot": [2.63712, 25.80396, -4.86426], + "cubes": [ + {"origin": [1.41722, 24.2996, -6.35426], "size": [4, 3, 1], "uv": [44, 68]} + ] + }, + { + "name": "eye_L", + "parent": "eyes", + "pivot": [-3.77288, 23.80396, -5.85426], + "rotation": [0, 0, -2.5], + "cubes": [ + {"origin": [-5.10312, 24.54306, -6.37426], "size": [3, 2, 1], "uv": [71, 7]} + ] + }, + { + "name": "closel", + "parent": "eye_L", + "pivot": [-3.57812, 26.39306, -4.02426], + "cubes": [ + {"origin": [-5.55312, 25.74306, -4.57426], "size": [4, 2, 1], "uv": [14, 109], "mirror": true}, + {"origin": [-5.10312, 24.54306, -4.47426], "size": [3, 3, 1], "uv": [13, 103], "mirror": true} + ] + }, + { + "name": "pupil2", + "parent": "eye_L", + "pivot": [-3.66757, 26.06814, -5.88426], + "cubes": [ + {"origin": [-4.56766, 25.06378, -6.38426], "size": [2, 2, 1], "uv": [41, 0]} + ] + }, + { + "name": "pupil4", + "parent": "eye_L", + "pivot": [-3.65039, 26.64524, -5.9366], + "cubes": [ + {"origin": [-4.05048, 25.64088, -6.4366], "size": [1, 2, 1], "uv": [17, 47]} + ] + }, + { + "name": "eyeliner_L", + "parent": "eye_L", + "pivot": [-2.78288, 25.80396, -4.86426], + "cubes": [ + {"origin": [-5.56298, 24.2996, -6.35426], "size": [4, 3, 1], "uv": [44, 26]} + ] + }, + { + "name": "necklace", + "parent": "head_main", + "pivot": [-0.07288, 21.42021, -2.01121], + "rotation": [7.5, 0, 0], + "cubes": [ + {"origin": [3.20717, 20.94881, -1.83349], "size": [1, 1, 1], "pivot": [4.10717, 20.94881, -1.63349], "rotation": [-84.44605, -85.47702, 79.6821], "uv": [17, 39]}, + {"origin": [-4.35293, 20.94881, -1.83349], "size": [1, 1, 1], "pivot": [-4.25293, 20.94881, -1.63349], "rotation": [-84.44605, 85.47702, -79.6821], "uv": [12, 39]} + ] + }, + { + "name": "bone", + "parent": "necklace", + "pivot": [-4.63705, 20.804, -3.77579], + "cubes": [ + {"origin": [3.4194, 19.80156, -4.39755], "size": [2, 2, 2], "pivot": [4.49129, 20.804, -3.77579], "rotation": [-19.54234, -75.12522, 14.96202], "uv": [98, 12]}, + {"origin": [-5.56516, 19.80156, -4.39755], "size": [2, 2, 2], "pivot": [-4.63705, 20.804, -3.77579], "rotation": [-19.54234, 75.12522, -14.96202], "uv": [80, 97]} + ] + }, + { + "name": "necklace2", + "parent": "bone", + "pivot": [-0.07288, 20.48129, -5.74662], + "cubes": [ + {"origin": [-4.27464, 19.5497, -6.38354], "size": [2, 2, 2], "pivot": [-3.47464, 21.1497, -6.38354], "rotation": [-6.0812, 35.88374, -2.70287], "uv": [98, 0]}, + {"origin": [2.12888, 19.5497, -6.38354], "size": [2, 2, 2], "pivot": [3.32888, 21.1497, -6.38354], "rotation": [-6.0812, -35.88374, 2.70287], "uv": [89, 98]} + ] + }, + { + "name": "necklace3", + "parent": "necklace2", + "pivot": [-0.07288, 20.62477, -6.43292], + "cubes": [ + {"origin": [-1.57288, 18.5765, -9.23595], "size": [3, 3, 3], "pivot": [-0.07288, 10.41047, -2.90198], "rotation": [-7.5, 0, 0], "uv": [88, 14]} + ] + }, + { + "name": "Body", + "parent": "fluttermane", + "pivot": [-0.08515, 20.50051, -0.5], + "rotation": [35, 0, 0], + "cubes": [ + {"origin": [-2.57288, 11.9136, -6.27013], "size": [5, 12, 0], "pivot": [-0.08515, 14.43003, -6.29452], "rotation": [-30, 0, 0], "uv": [83, 84]}, + {"origin": [-2.57288, 11.9136, 4.82605], "size": [5, 10, 0], "pivot": [-0.08515, 14.43003, 4.85044], "rotation": [30, 0, 0], "uv": [69, 92]}, + {"origin": [-2.57288, 9.12736, -5.52356], "size": [5, 10, 0], "pivot": [-0.08515, 14.43003, -0.72204], "rotation": [0, -90, -30], "uv": [58, 92]}, + {"origin": [-2.57288, 9.12736, 4.07948], "size": [5, 10, 0], "pivot": [-0.08515, 14.43003, -0.72204], "rotation": [0, -90, 30], "uv": [47, 92]}, + {"origin": [-2.57288, 9.12736, -5.52356], "size": [5, 10, 0], "pivot": [-0.08515, 14.43003, -0.72204], "rotation": [-30, -45, 0], "uv": [22, 92]}, + {"origin": [-2.57288, 9.12736, 4.07948], "size": [5, 10, 0], "pivot": [-0.08515, 14.43003, -0.72204], "rotation": [30, -45, 0], "uv": [0, 31]}, + {"origin": [-2.57288, 9.12736, -5.52356], "size": [5, 10, 0], "pivot": [-0.08515, 14.43003, -0.72204], "rotation": [150, -45, -180], "uv": [22, 19]}, + {"origin": [-2.57288, 9.12736, 4.07948], "size": [5, 10, 0], "pivot": [-0.08515, 14.43003, -0.72204], "rotation": [-150, -45, 180], "uv": [0, 19]} + ] + }, + { + "name": "bone2", + "parent": "Body", + "pivot": [-0.08515, 14.43003, -0.72204], + "cubes": [ + {"origin": [-0.34076, 10.66828, -6.14561], "size": [4, 4, 0], "pivot": [-0.08515, 14.43003, -6.29452], "rotation": [-25.49879, 23.29149, 39.66001], "uv": [11, 97]}, + {"origin": [-0.34076, 10.66828, 4.70153], "size": [4, 4, 0], "pivot": [-0.08515, 14.43003, 4.85044], "rotation": [25.49879, -23.29149, 39.66001], "uv": [33, 97]}, + {"origin": [1.86265, 8.46487, -5.19292], "size": [4, 4, 0], "pivot": [-0.08515, 14.43003, -0.72204], "rotation": [-90, -45, 56], "uv": [96, 79]}, + {"origin": [1.86265, 8.46487, 3.74884], "size": [4, 4, 0], "pivot": [-0.08515, 14.43003, -0.72204], "rotation": [-90, -45, 124], "uv": [96, 27]}, + {"origin": [1.86265, 8.46487, 3.74884], "size": [4, 4, 0], "pivot": [-0.08515, 14.43003, -0.72204], "rotation": [-20.60502, -51.22364, 69.39498], "uv": [94, 84]}, + {"origin": [1.86265, 8.46487, -5.19292], "size": [4, 4, 0], "pivot": [-0.08515, 14.43003, -0.72204], "rotation": [-53.05864, -12.73274, 36.94136], "uv": [41, 87]}, + {"origin": [1.86265, 8.46487, -5.19292], "size": [4, 4, 0], "pivot": [-0.08515, 14.43003, -0.72204], "rotation": [-159.39498, -51.22364, 110.60502], "uv": [33, 81]}, + {"origin": [1.86265, 8.46487, 3.74884], "size": [4, 4, 0], "pivot": [-0.08515, 14.43003, -0.72204], "rotation": [-126.94136, -12.73274, 143.05864], "uv": [36, 37]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/fomantis/fomantis2.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/fomantis/fomantis2.geo.json new file mode 100644 index 0000000..73a61b3 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/fomantis/fomantis2.geo.json @@ -0,0 +1,321 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.fomantis", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "fomantis", + "pivot": [0, 0, 0.5] + }, + { + "name": "body", + "parent": "fomantis", + "pivot": [0, 0, 0.5], + "cubes": [ + {"origin": [-2.5, 1, -1.5], "size": [5, 6, 3], "uv": [0, 22]}, + {"origin": [-0.5, 1.35, 0.5], "size": [1, 1, 1], "inflate": 0.2, "pivot": [-0.5, 2.35, 1], "rotation": [45, 0, 0], "uv": [24, 14]} + ] + }, + { + "name": "head", + "parent": "body", + "pivot": [0, 9, 0.5], + "cubes": [ + {"origin": [-3.5, 7, -3], "size": [7, 5, 6], "uv": [0, 0]} + ] + }, + { + "name": "eyelid_left", + "parent": "head", + "pivot": [2.15, 9.25, -2.25], + "cubes": [ + {"origin": [1.15, 8.75, -2.75], "size": [2, 1, 0], "inflate": 0.05, "uv": [13, 4]} + ] + }, + { + "name": "eyelid_right", + "parent": "head", + "pivot": [-2.15, 9.25, -2.25], + "cubes": [ + {"origin": [-3.15, 8.75, -2.75], "size": [2, 1, 0], "inflate": 0.05, "uv": [13, 1], "mirror": true} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [2.25, 8.75, -3.25], + "cubes": [ + {"origin": [1.11671, 7.7621, -3.025], "size": [2, 2, 0], "uv": [26, 24]} + ] + }, + { + "name": "eye_left_shine", + "parent": "eye_left", + "pivot": [2.61588, 9.24915, -2.531], + "cubes": [ + {"origin": [2.11588, 8.74915, -3.02601], "size": [1, 1, 0], "uv": [17, 25]} + ] + }, + { + "name": "eye_left_iris", + "parent": "eye_left", + "pivot": [2.07635, 8.73481, -3], + "cubes": [ + {"origin": [1.61588, 7.72415, -3.226], "size": [1, 2, 1], "inflate": -0.2, "uv": [13, 22]} + ] + }, + { + "name": "eye_right", + "parent": "head", + "pivot": [-2.25, 8.75, -3.25], + "cubes": [ + {"origin": [-3.11671, 7.7621, -3.025], "size": [2, 2, 0], "uv": [16, 26], "mirror": true} + ] + }, + { + "name": "eye_right_shine", + "parent": "eye_right", + "pivot": [-1.61588, 9.24915, -2.631], + "cubes": [ + {"origin": [-2.11588, 8.74915, -3.026], "size": [1, 1, 0], "uv": [27, 6], "mirror": true} + ] + }, + { + "name": "eye_right_iris", + "parent": "eye_right", + "pivot": [-2.07635, 8.73481, -3], + "cubes": [ + {"origin": [-2.61588, 7.72415, -3.226], "size": [1, 2, 1], "inflate": -0.2, "uv": [20, 0], "mirror": true} + ] + }, + { + "name": "headleaf_mid", + "parent": "head", + "pivot": [0, 11.75, -2.5], + "rotation": [-7.5, 0, 0], + "cubes": [ + {"origin": [-1.5, 10, -3.75], "size": [3, 3, 4], "uv": [22, 7]}, + {"origin": [-0.5, 9, -3.75], "size": [1, 1, 1], "uv": [26, 26]} + ] + }, + { + "name": "headleaf_left", + "parent": "head", + "pivot": [1, 11.5, -1.75], + "rotation": [0, 12.5, -15], + "cubes": [ + {"origin": [0.5, 10.5, -3.25], "size": [4, 2, 3], "uv": [23, 31]} + ] + }, + { + "name": "headleaf_right", + "parent": "head", + "pivot": [-1, 11.5, -1.75], + "rotation": [0, -12.5, 15], + "cubes": [ + {"origin": [-4.5, 10.5, -3.25], "size": [4, 2, 3], "uv": [27, 26]} + ] + }, + { + "name": "bulb", + "parent": "head", + "pivot": [0, 11.75, 1.5], + "rotation": [-20, 0, 0], + "cubes": [ + {"origin": [-3, 13.06908, -2.27606], "size": [6, 5, 6], "pivot": [0, 15.31908, 0.47394], "rotation": [-5, 0, 0], "uv": [0, 11]}, + {"origin": [-3, 11.31908, -2.52606], "size": [6, 2, 5], "inflate": 0.009, "uv": [1, 47]}, + {"origin": [-3, 11.09408, 2.47394], "size": [6, 2, 1], "inflate": 0.009, "uv": [0, 56]} + ] + }, + { + "name": "bulbleaf_front", + "parent": "bulb", + "pivot": [0, 12.33319, -2.71226], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [-2, 10.09923, -4.35505], "size": [4, 4, 2], "pivot": [0, 13.09923, -3.35505], "rotation": [40, 0, 0], "uv": [40, 22]} + ] + }, + { + "name": "bulbleaf_back", + "parent": "bulb", + "pivot": [0, 13.08319, 4.00216], + "cubes": [ + {"origin": [-2, 10.84923, 4.79495], "size": [4, 4, 2], "pivot": [0, 13.84923, 4.64495], "rotation": [-55, 0, 0], "uv": [35, 34]} + ] + }, + { + "name": "bulbleaf_front2", + "parent": "bulb", + "pivot": [2.83144, 13.08319, -1.15888], + "rotation": [0, -57.5, 0], + "cubes": [ + {"origin": [1.08144, 10.84923, -3.80167], "size": [4, 4, 2], "pivot": [2.83144, 13.84923, -1.80167], "rotation": [55.00103, -0.28679, -0.40958], "uv": [8, 40]} + ] + }, + { + "name": "bulbleaf_front3", + "parent": "bulb", + "pivot": [-2.83144, 13.08319, -1.15888], + "rotation": [0, 57.5, 0], + "cubes": [ + {"origin": [-5.08144, 10.84923, -3.80167], "size": [4, 4, 2], "pivot": [-2.83144, 13.84923, -1.80167], "rotation": [55.0041, 0.57356, 0.81918], "uv": [22, 36], "mirror": true} + ] + }, + { + "name": "bulbleaf_back2", + "parent": "bulb", + "pivot": [2.83144, 13.08319, 2.44878], + "rotation": [0, 57.5, 0], + "cubes": [ + {"origin": [1.33144, 10.84923, 3.34157], "size": [3, 4, 2], "pivot": [2.83144, 13.84923, 3.09157], "rotation": [-55, 0, 0], "uv": [0, 36]} + ] + }, + { + "name": "bulbleaf_back3", + "parent": "bulb", + "pivot": [-2.83144, 13.08319, 2.44878], + "rotation": [0, -57.5, 0], + "cubes": [ + {"origin": [-4.33144, 10.84923, 3.34157], "size": [3, 4, 2], "pivot": [-2.83144, 13.84923, 3.09157], "rotation": [-55, 0, 0], "uv": [12, 34]} + ] + }, + { + "name": "arm_left", + "parent": "body", + "pivot": [2.5, 6, -1.5], + "rotation": [0, 0, 0], + "cubes": [ + {"origin": [1.5, 6, -3], "size": [4, 0, 3], "uv": [33, 17]} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [5.5, 6, -1.5], + "cubes": [ + {"origin": [5.5, 6, -3], "size": [4, 0, 3], "uv": [44, 1]} + ] + }, + { + "name": "arm_right", + "parent": "body", + "pivot": [-2.5, 6, -1.5], + "rotation": [0, 0, 0], + "cubes": [ + {"origin": [-5.5, 6, -3], "size": [4, 0, 3], "uv": [33, 11]} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-5.5, 6, -1.5], + "cubes": [ + {"origin": [-9.5, 6, -3], "size": [4, 0, 3], "uv": [44, 5]} + ] + }, + { + "name": "wing_left", + "parent": "body", + "pivot": [0.75, 6.5, 1.5], + "rotation": [0, 0, -25], + "cubes": [ + {"origin": [-0.78158, 0.72988, 1.5], "size": [3, 6, 0], "uv": [0, 11]}, + {"origin": [0.21842, -0.27012, 1.5], "size": [1, 1, 0], "uv": [18, 12]} + ] + }, + { + "name": "wing_right", + "parent": "body", + "pivot": [-0.75, 6.5, 1.5], + "rotation": [0, 0, 25], + "cubes": [ + {"origin": [-2.21842, 0.72988, 1.5], "size": [3, 6, 0], "uv": [0, 0]}, + {"origin": [-1.21842, -0.27012, 1.5], "size": [1, 1, 0], "uv": [18, 11]} + ] + }, + { + "name": "neckleaves", + "parent": "body", + "pivot": [0, 9, 0.5] + }, + { + "name": "neck_front_right", + "parent": "neckleaves", + "pivot": [-2, 7, 0], + "rotation": [0, 45, 0], + "cubes": [ + {"origin": [-3, 6, -3], "size": [3, 1, 4], "uv": [0, 31]} + ] + }, + { + "name": "neck_front_left", + "parent": "neckleaves", + "pivot": [2, 7, 0], + "rotation": [0, -45, 0], + "cubes": [ + {"origin": [0, 6, -3], "size": [3, 1, 4], "uv": [16, 24]} + ] + }, + { + "name": "neck_back_right", + "parent": "neckleaves", + "pivot": [-2, 7, 0], + "rotation": [0, -45, 0], + "cubes": [ + {"origin": [-3, 6, -1], "size": [3, 1, 4], "uv": [32, 6]} + ] + }, + { + "name": "neck_back_left", + "parent": "neckleaves", + "pivot": [2, 7, 0], + "rotation": [0, 45, 0], + "cubes": [ + {"origin": [0, 6, -1], "size": [3, 1, 4], "uv": [20, 0]} + ] + }, + { + "name": "neck_front_mid", + "parent": "neckleaves", + "pivot": [0, 7, -1], + "cubes": [ + {"origin": [-1.5, 6, -4], "size": [3, 1, 4], "uv": [12, 29]} + ] + }, + { + "name": "neck_back_mid", + "parent": "neckleaves", + "pivot": [0, 7, 1], + "cubes": [ + {"origin": [-1.5, 6, 0], "size": [3, 1, 4], "uv": [30, 1]} + ] + }, + { + "name": "foot_right", + "parent": "body", + "pivot": [-1.95, 1.5, 0], + "cubes": [ + {"origin": [-2.45, 0, -1], "size": [1, 2, 2], "uv": [40, 0]} + ] + }, + { + "name": "foot_left", + "parent": "body", + "pivot": [1.9, 1.5, 0], + "cubes": [ + {"origin": [1.4, 0, -1], "size": [1, 2, 2], "uv": [18, 12]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/foongus/foongus.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/foongus/foongus.geo.json new file mode 100644 index 0000000..6c02449 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/foongus/foongus.geo.json @@ -0,0 +1,84 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "foongus", + "pivot": [0, 0, 0] + }, + { + "name": "body_bot", + "parent": "foongus", + "pivot": [0, 1.5, 0], + "cubes": [ + {"origin": [-3.5, 0, -3.5], "size": [7, 3, 7], "uv": [0, 40]} + ] + }, + { + "name": "body_top", + "parent": "body_bot", + "pivot": [0, 2, 0], + "cubes": [ + {"origin": [-3, 1, -3], "size": [6, 8, 6], "uv": [40, 18]}, + {"origin": [-2.5, 9, -2.5], "size": [5, 4, 5], "uv": [28, 41]} + ] + }, + { + "name": "eye", + "parent": "body_top", + "pivot": [0, 6, -3.025], + "cubes": [ + {"origin": [-2.15, 5, -3.025], "size": [1, 2, 0], "uv": [6, 6]}, + {"origin": [1.15, 5, -3.025], "size": [1, 2, 0], "uv": [0, 7]} + ] + }, + { + "name": "right_hand", + "parent": "body_top", + "pivot": [-2, 5.5, -1], + "cubes": [ + {"origin": [-4.5, 5, -1.5], "size": [3, 1, 1], "uv": [0, 2], "mirror": true} + ] + }, + { + "name": "left_hand", + "parent": "body_top", + "pivot": [2, 5.5, -1], + "cubes": [ + {"origin": [1.5, 5, -1.5], "size": [3, 1, 1], "uv": [0, 2]} + ] + }, + { + "name": "mouth", + "parent": "body_top", + "pivot": [0, 0, 2.5], + "cubes": [ + {"origin": [-1, 4, -3.5], "size": [2, 2, 1], "uv": [0, 4]}, + {"origin": [-0.5, 4.425, -3.8], "size": [1, 1, 1], "inflate": -0.275, "uv": [6, 4]} + ] + }, + { + "name": "hat", + "parent": "body_top", + "pivot": [1, -2, -1], + "cubes": [ + {"origin": [-6, 11, -6], "size": [12, 6, 12], "uv": [0, 0]}, + {"origin": [-6, 10, -8], "size": [12, 3, 2], "uv": [36, 5]}, + {"origin": [-6, 10, 6], "size": [12, 3, 2], "uv": [36, 0]}, + {"origin": [6, 10, -8], "size": [2, 3, 16], "uv": [20, 21]}, + {"origin": [-8, 10, -8], "size": [2, 3, 16], "uv": [0, 18]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/fraxure/fraxure.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/fraxure/fraxure.geo.json new file mode 100644 index 0000000..6dbe052 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/fraxure/fraxure.geo.json @@ -0,0 +1,339 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 5, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "fraxure", + "pivot": [0, 0, 0] + }, + { + "name": "Body", + "parent": "fraxure", + "pivot": [0, 9, 3], + "cubes": [ + {"origin": [-6.5, 13, -6.75], "size": [13, 7, 12], "pivot": [0, 19, -3], "rotation": [17.5, 0, 0], "uv": [0, 23]}, + {"origin": [-7, 6.53759, -4.71637], "size": [14, 10, 13], "pivot": [0, 12.03759, 2.03363], "rotation": [22.5, 0, 0], "uv": [0, 0]}, + {"origin": [-5.5, 4.5, -2], "size": [11, 10, 12], "uv": [38, 30]} + ] + }, + { + "name": "Crest", + "parent": "Body", + "pivot": [-0.03427, 26.80049, 0], + "rotation": [17.5, 0, 0], + "cubes": [ + {"origin": [-5.5, 16.96629, -11.21099], "size": [11, 5, 10], "inflate": -0.001, "pivot": [-0.01, 19.71629, -6.46099], "rotation": [15, 0, 0], "uv": [44, 13]}, + {"origin": [-4.01, 14.09023, -10.23021], "size": [6, 6, 2], "inflate": 0.01, "pivot": [-0.01, 18.09023, -12.98021], "rotation": [0, 0, -45], "uv": [20, 83]}, + {"origin": [-5.5, 19.75, -3.75], "size": [11, 9, 6], "inflate": 0.001, "pivot": [0, 24.25, -1], "rotation": [-5, 0, 0], "uv": [0, 63]}, + {"origin": [-3.44975, 24.89645, -3.25], "size": [7, 7, 5], "pivot": [0.05025, 28.39645, -1.5], "rotation": [0, 0, -45], "uv": [68, 0]} + ] + }, + { + "name": "head", + "parent": "Body", + "pivot": [0.5023, 21.82333, -3.91667], + "rotation": [2.5, 0, 0], + "cubes": [ + {"origin": [-4, 20.76076, -12.20067], "size": [8, 7, 10], "uv": [28, 52]}, + {"origin": [-4, 18.76076, -3.20067], "size": [8, 2, 1], "uv": [38, 85]}, + {"origin": [-3.30219, 18.69076, -15.90778], "size": [6, 8, 6], "inflate": -0.165, "pivot": [0.69781, 26.64576, -12.90778], "rotation": [0, 45, 0], "uv": [72, 28]}, + {"origin": [-1.57343, 21.10576, -14.94567], "size": [1, 1, 1], "pivot": [-1.07343, 21.60576, -14.44567], "rotation": [-12.2127, 43.65747, -17.40744], "uv": [0, 30]}, + {"origin": [-2.07356, 21.10652, -14.95], "size": [1, 1, 1], "inflate": 0.001, "pivot": [-1.07356, 21.60652, -14.44412], "rotation": [-12.2127, 43.65747, -17.40744], "uv": [4, 10]}, + {"origin": [0.55338, 21.10576, -14.94421], "size": [1, 1, 1], "pivot": [1.05338, 21.60576, -14.44421], "rotation": [-12.5, 45, 0], "uv": [0, 32]}, + {"origin": [0.56, 21.10652, -14.44266], "size": [1, 1, 1], "inflate": 0.001, "pivot": [1.05352, 21.60652, -14.44266], "rotation": [-12.5, 45, 0], "uv": [0, 0]}, + {"origin": [-3.30219, 20.65, -15.90778], "size": [6, 1, 6], "inflate": -0.18, "pivot": [0.69781, 26.64576, -12.90778], "rotation": [0, 45, 0], "uv": [54, 52]}, + {"origin": [0, 26.76076, -8.45067], "size": [0, 5, 5], "pivot": [0.5, 29.76076, -5.20067], "rotation": [5, 0, 0], "uv": [0, 0]}, + {"origin": [-4, 18.76076, -8.20067], "size": [8, 3, 5], "inflate": -0.01, "uv": [41, 4]} + ] + }, + { + "name": "Lower_Jaw", + "parent": "head", + "pivot": [0.50345, 20.74576, -8.05422], + "cubes": [ + {"origin": [-3.5, 18.78, -11.95067], "size": [7, 2, 4], "uv": [79, 71]}, + {"origin": [-4, 18.76076, -10.95067], "size": [8, 2, 3], "inflate": -0.001, "uv": [80, 77]}, + {"origin": [-4.036, 18.8, -15.67554], "size": [5, 2, 5], "inflate": -0.03, "pivot": [0.714, 21.23076, -14.42554], "rotation": [0, 45, 0], "uv": [75, 82]} + ] + }, + { + "name": "Eyes", + "parent": "head", + "pivot": [0.5, -0.73924, -3.45067] + }, + { + "name": "Left_EyeOpen", + "parent": "Eyes", + "pivot": [-0.5, -0.73924, -3.45067], + "cubes": [ + {"origin": [3.002, 22.76076, -10.25067], "size": [1, 2, 1], "inflate": 0.003, "uv": [8, 23]}, + {"origin": [2.92, 24.15347, -11.51568], "size": [1, 1, 4], "inflate": 0.09, "pivot": [3.5, 24.40347, -9.51568], "rotation": [22.5, 0, 0], "uv": [0, 0]}, + {"origin": [3, 22.01076, -11.20067], "size": [1, 3, 4], "inflate": 0.001, "pivot": [3.75, 23.26076, -8.95067], "rotation": [15, 0, 0], "uv": [0, 42]}, + {"origin": [3.0015, 22.21076, -10.75067], "size": [1, 3, 2], "inflate": 0.002, "uv": [27, 46]} + ] + }, + { + "name": "Right_EyeOpen", + "parent": "Eyes", + "pivot": [-0.5, -0.73924, -3.45067], + "cubes": [ + {"origin": [-4.002, 22.76076, -10.25067], "size": [1, 2, 1], "inflate": 0.003, "uv": [0, 23]}, + {"origin": [-3.92, 24.15347, -11.51568], "size": [1, 1, 4], "inflate": 0.09, "pivot": [-3.5, 24.40347, -9.51568], "rotation": [22.5, 0, 0], "uv": [0, 0], "mirror": true}, + {"origin": [-4.0015, 22.21076, -10.75067], "size": [1, 3, 2], "inflate": 0.002, "uv": [27, 46], "mirror": true}, + {"origin": [-4.001, 22.01076, -11.20067], "size": [1, 3, 4], "inflate": 0.001, "pivot": [-3.75, 23.26076, -8.95067], "rotation": [15, 0, 0], "uv": [0, 42], "mirror": true} + ] + }, + { + "name": "Right_EyeClosed", + "parent": "Eyes", + "pivot": [-2.473, 24.03599, -9.4341], + "cubes": [ + {"origin": [-2.94, 24.15347, -11.51568], "size": [1, 1, 4], "inflate": 0.09, "pivot": [-2.5, 24.40347, -9.51568], "rotation": [22.5, 0, 0], "uv": [0, 0], "mirror": true}, + {"origin": [-3.006, 22.01076, -11.20067], "size": [1, 3, 4], "inflate": 0.001, "pivot": [-2.75, 23.26076, -8.95067], "rotation": [15, 0, 0], "uv": [92, 1], "mirror": true} + ] + }, + { + "name": "Left_EyeClosed", + "parent": "Eyes", + "pivot": [2.48, 24.03599, -9.4341], + "cubes": [ + {"origin": [1.94, 24.15347, -11.51568], "size": [1, 1, 4], "inflate": 0.09, "pivot": [2.5, 24.40347, -9.51568], "rotation": [22.5, 0, 0], "uv": [0, 0]}, + {"origin": [2.02, 22.01076, -11.20067], "size": [1, 3, 4], "inflate": 0.001, "pivot": [2.75, 23.26076, -8.95067], "rotation": [15, 0, 0], "uv": [92, 1]} + ] + }, + { + "name": "Tusks", + "parent": "head", + "pivot": [0.5023, 21.82333, -3.91667], + "cubes": [ + {"origin": [-19.5023, 21.32333, -11.16667], "size": [16, 0, 4], "pivot": [-11.0023, 21.82333, -8.66667], "rotation": [12.5, 0, 0], "uv": [37, 0], "mirror": true}, + {"origin": [3.5023, 21.32333, -11.16667], "size": [16, 0, 4], "pivot": [11.0023, 21.82333, -8.66667], "rotation": [12.5, 0, 0], "uv": [37, 0]} + ] + }, + { + "name": "Left_Shoulder", + "parent": "Body", + "pivot": [4.96573, 17.80049, 0.5], + "cubes": [ + {"origin": [4.96573, 15.80049, -1.5], "size": [4, 4, 4], "uv": [84, 42]} + ] + }, + { + "name": "Left_Arm", + "parent": "Left_Shoulder", + "pivot": [8.46573, 17.80049, 0.5], + "cubes": [ + {"origin": [8.96573, 16.80049, -0.5], "size": [3, 2, 2], "inflate": 0.1, "uv": [27, 42]} + ] + }, + { + "name": "Left_Forearm", + "parent": "Left_Arm", + "pivot": [11.71573, 17.80049, 0.5], + "cubes": [ + {"origin": [11.96573, 16.80049, -0.5], "size": [3, 2, 2], "uv": [38, 31]} + ] + }, + { + "name": "Left_Thumb", + "parent": "Left_Forearm", + "pivot": [14.96573, 18.05049, -0.5], + "cubes": [ + {"origin": [14.96573, 17.55049, -0.5], "size": [2, 1, 0], "uv": [6, 32]} + ] + }, + { + "name": "Left_MiddleFinger", + "parent": "Left_Forearm", + "pivot": [14.96573, 18.30049, 0.5], + "cubes": [ + {"origin": [14.96573, 17.80049, 0.5], "size": [2, 1, 0], "uv": [6, 33]} + ] + }, + { + "name": "Left_Pinky", + "parent": "Left_Forearm", + "pivot": [14.96573, 18.05049, 1.5], + "cubes": [ + {"origin": [14.96573, 17.55049, 1.5], "size": [2, 1, 0], "uv": [8, 26]} + ] + }, + { + "name": "Right_Shoulder", + "parent": "Body", + "pivot": [-4.96573, 17.80049, 0.5], + "cubes": [ + {"origin": [-8.96573, 15.80049, -1.5], "size": [4, 4, 4], "uv": [84, 42], "mirror": true} + ] + }, + { + "name": "Right_Arm", + "parent": "Right_Shoulder", + "pivot": [-8.46573, 17.80049, 0.5], + "cubes": [ + {"origin": [-11.96573, 16.80049, -0.5], "size": [3, 2, 2], "inflate": 0.1, "uv": [27, 42], "mirror": true} + ] + }, + { + "name": "Right_Forearm", + "parent": "Right_Arm", + "pivot": [-11.71573, 17.80049, 0.5], + "cubes": [ + {"origin": [-14.96573, 16.80049, -0.5], "size": [3, 2, 2], "uv": [38, 31], "mirror": true} + ] + }, + { + "name": "Right_Thumb", + "parent": "Right_Forearm", + "pivot": [-14.96573, 18.05049, -0.5], + "cubes": [ + {"origin": [-16.96573, 17.55049, -0.5], "size": [2, 1, 0], "uv": [6, 32], "mirror": true} + ] + }, + { + "name": "Right_MiddleFinger", + "parent": "Right_Forearm", + "pivot": [-14.96573, 18.30049, 0.5], + "cubes": [ + {"origin": [-16.96573, 17.80049, 0.5], "size": [2, 1, 0], "uv": [6, 33], "mirror": true} + ] + }, + { + "name": "Right_Pinky", + "parent": "Right_Forearm", + "pivot": [-14.96573, 18.05049, 1.5], + "cubes": [ + {"origin": [-16.96573, 17.55049, 1.5], "size": [2, 1, 0], "uv": [8, 26], "mirror": true} + ] + }, + { + "name": "Tail_1", + "parent": "Body", + "pivot": [0, 9.5, 8.45], + "cubes": [ + {"origin": [-4, 5.5, 6.5], "size": [8, 8, 11], "uv": [0, 42]} + ] + }, + { + "name": "Tail_2", + "parent": "Tail_1", + "pivot": [0, 9.75, 16], + "cubes": [ + {"origin": [-2.5, 6.75, 14.75], "size": [5, 6, 9], "uv": [55, 60]} + ] + }, + { + "name": "Tail_3", + "parent": "Tail_2", + "pivot": [0, 10, 22.25], + "cubes": [ + {"origin": [-1.5, 7.75, 21], "size": [3, 4, 7], "uv": [76, 12]} + ] + }, + { + "name": "Tail_4", + "parent": "Tail_3", + "pivot": [0, 10, 28], + "cubes": [ + {"origin": [-1, 8.25, 26.75], "size": [2, 3, 4], "uv": [0, 23]} + ] + }, + { + "name": "Left_Leg", + "parent": "fraxure", + "pivot": [6, 7.5, 1], + "cubes": [ + {"origin": [4, 3, -2.5], "size": [6, 9, 7], "pivot": [6.5, 7.5, 1], "rotation": [-45, 0, 0], "uv": [74, 52]} + ] + }, + { + "name": "Left_Calf", + "parent": "Left_Leg", + "pivot": [5.5, 2.75, -1.75], + "cubes": [ + {"origin": [4.5, 0, -4], "size": [5, 7, 5], "uv": [0, 78]} + ] + }, + { + "name": "Left_Inner_Toe", + "parent": "Left_Calf", + "pivot": [4.75, 0.5, -2], + "cubes": [ + {"origin": [3.25, 0, -2.5], "size": [2, 1, 1], "uv": [6, 30]}, + {"origin": [1.75, 0, -2], "size": [2, 1, 0], "uv": [0, 26]} + ] + }, + { + "name": "Left_Middle_Toe", + "parent": "Left_Calf", + "pivot": [5.75, 0.5, -4], + "cubes": [ + {"origin": [5.25, 0, -5.5], "size": [1, 1, 2], "uv": [6, 10]}, + {"origin": [5.75, 0, -7], "size": [0, 1, 2], "uv": [0, 1]} + ] + }, + { + "name": "Left_Outer_Toe", + "parent": "Left_Calf", + "pivot": [8.25, 0.5, -4], + "cubes": [ + {"origin": [7.75, 0, -5.5], "size": [1, 1, 2], "uv": [0, 10]}, + {"origin": [8.25, 0, -7], "size": [0, 1, 2], "uv": [0, 0]} + ] + }, + { + "name": "Right_Leg", + "parent": "fraxure", + "pivot": [-6, 7.5, 1], + "cubes": [ + {"origin": [-10, 3, -2.5], "size": [6, 9, 7], "pivot": [-6.5, 7.5, 1], "rotation": [-45, 0, 0], "uv": [34, 69]} + ] + }, + { + "name": "Right_Calf", + "parent": "Right_Leg", + "pivot": [-5.5, 2.75, -1.75], + "cubes": [ + {"origin": [-9.5, 0, -4], "size": [5, 7, 5], "uv": [60, 75]} + ] + }, + { + "name": "Right_Inner_Toe", + "parent": "Right_Calf", + "pivot": [-5, 0.5, -2], + "cubes": [ + {"origin": [-3.75, 0, -2], "size": [2, 1, 0], "uv": [0, 26], "mirror": true}, + {"origin": [-5.25, 0, -2.5], "size": [2, 1, 1], "uv": [6, 30], "mirror": true} + ] + }, + { + "name": "Right_Middle_Toe", + "parent": "Right_Calf", + "pivot": [-5.75, 0.5, -4], + "cubes": [ + {"origin": [-5.75, 0, -7], "size": [0, 1, 2], "uv": [0, 1], "mirror": true}, + {"origin": [-6.25, 0, -5.5], "size": [1, 1, 2], "uv": [6, 10], "mirror": true} + ] + }, + { + "name": "Right_Outer_Toe", + "parent": "Right_Calf", + "pivot": [-8.25, 0.5, -4], + "cubes": [ + {"origin": [-8.25, 0, -7], "size": [0, 1, 2], "uv": [0, 0], "mirror": true}, + {"origin": [-8.75, 0, -5.5], "size": [1, 1, 2], "uv": [0, 10], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/frigibax.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/frigibax.geo.json new file mode 100644 index 0000000..a549bb9 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/frigibax.geo.json @@ -0,0 +1,261 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.Frigibax", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "frigibax", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "frigibax", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 7, 2], + "cubes": [ + {"origin": [-3.5, 4, 0], "size": [7, 5, 5], "inflate": 0.01, "pivot": [-2, 0, 0], "rotation": [5, 0, 0], "uv": [40, 26]}, + {"origin": [-1.5, 8, -1.5], "size": [3, 4, 4], "inflate": 0.01, "pivot": [-2, 0, 0], "rotation": [5, 0, 0], "uv": [16, 9]}, + {"origin": [-2.5, 2, 0], "size": [5, 3, 5], "pivot": [-2, 0, 0], "rotation": [5, 0, 0], "uv": [44, 56]}, + {"origin": [-1, 8.1, 1.25], "size": [2, 4, 3], "inflate": 0.1, "pivot": [-2, 0, 0], "rotation": [15, 0, 0], "uv": [0, 20]}, + {"origin": [-3.5, 9, 1], "size": [7, 4, 4], "inflate": 0.01, "pivot": [-2, 0, 0], "rotation": [5, 0, 0], "uv": [0, 0]}, + {"origin": [0, 6, 4], "size": [0, 5, 5], "inflate": 0.01, "pivot": [-2, 0, 0], "rotation": [5, 0, 0], "uv": [38, -5]} + ] + }, + { + "name": "arm_right", + "parent": "torso", + "pivot": [-3, 6, 1], + "cubes": [ + {"origin": [-5, 5, 1], "size": [2, 2, 1], "inflate": 0.01, "pivot": [2, 0, 0], "rotation": [5, 0, 0], "uv": [26, 17]} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-5, 6, 1], + "cubes": [ + {"origin": [-9.8, 0.9, 0.5], "size": [1, 1, 1], "inflate": 0.01, "pivot": [2, 0, 0], "rotation": [5, 0, 30], "uv": [0, 13]}, + {"origin": [-3.8, 8.5, 1.3], "size": [1, 1, 1], "inflate": 0.01, "pivot": [2, 0, 0], "rotation": [5, 0, -30], "uv": [0, 2]}, + {"origin": [-7.8, 5.5, 1], "size": [1, 1, 1], "inflate": 0.01, "pivot": [2, 0, 0], "rotation": [5, 0, 0], "uv": [0, 0]}, + {"origin": [-7, 5, 1], "size": [2, 2, 1], "inflate": 0.01, "pivot": [2, 0, 0], "rotation": [5, 0, 0], "uv": [9, 20]} + ] + }, + { + "name": "bone15", + "parent": "arm_right2", + "pivot": [-5, 5, 1], + "cubes": [ + {"origin": [-6, 3, 2], "size": [1, 3, 0], "inflate": 0.02, "pivot": [2, 0, 0], "rotation": [5, 0, 0], "uv": [0, 34], "mirror": true} + ] + }, + { + "name": "bone16", + "parent": "bone15", + "pivot": [-5.5, 3.25, 1.75], + "cubes": [ + {"origin": [-6, 1, 2], "size": [1, 2, 0], "inflate": 0.02, "pivot": [2, 0, 0], "rotation": [5, 0, 0], "uv": [0, 34], "mirror": true} + ] + }, + { + "name": "arm_left", + "parent": "torso", + "pivot": [3, 6, 1], + "cubes": [ + {"origin": [3, 5, 1], "size": [2, 2, 1], "inflate": 0.01, "pivot": [-2, 0, 0], "rotation": [5, 0, 0], "uv": [26, 17], "mirror": true} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [5, 6, 1], + "cubes": [ + {"origin": [8.8, 0.9, 0.5], "size": [1, 1, 1], "inflate": 0.01, "pivot": [-2, 0, 0], "rotation": [5, 0, -30], "uv": [0, 13], "mirror": true}, + {"origin": [2.8, 8.5, 1.3], "size": [1, 1, 1], "inflate": 0.01, "pivot": [-2, 0, 0], "rotation": [5, 0, 30], "uv": [0, 2], "mirror": true}, + {"origin": [6.8, 5.5, 1], "size": [1, 1, 1], "inflate": 0.01, "pivot": [-2, 0, 0], "rotation": [5, 0, 0], "uv": [0, 0], "mirror": true}, + {"origin": [5, 5, 1], "size": [2, 2, 1], "inflate": 0.01, "pivot": [-2, 0, 0], "rotation": [5, 0, 0], "uv": [9, 20], "mirror": true} + ] + }, + { + "name": "bone3", + "parent": "arm_left2", + "pivot": [5, 5, 1], + "cubes": [ + {"origin": [5, 3, 2], "size": [1, 3, 0], "inflate": 0.02, "pivot": [-2, 0, 0], "rotation": [5, 0, 0], "uv": [0, 34]} + ] + }, + { + "name": "bone4", + "parent": "bone3", + "pivot": [5.5, 3.25, 1.75], + "cubes": [ + {"origin": [5, 1, 2], "size": [1, 2, 0], "inflate": 0.02, "pivot": [-2, 0, 0], "rotation": [5, 0, 0], "uv": [0, 34]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 3, 4], + "cubes": [ + {"origin": [-1.5, 3, 1], "size": [3, 2, 5], "pivot": [-2, 0, 0], "rotation": [-5, 0, 0], "uv": [37, 43]} + ] + }, + { + "name": "bone5", + "parent": "tail", + "pivot": [-2, 0, 0], + "cubes": [ + {"origin": [-1, 3.5, 2], "size": [2, 1, 5], "pivot": [-2, 0, 0], "rotation": [-5, 0, 0], "uv": [44, 56]} + ] + }, + { + "name": "eye_right", + "parent": "torso", + "pivot": [-2, 0, -2], + "rotation": [5, 15, 0], + "cubes": [ + {"origin": [-4.02037, 8.38721, -1.41083], "size": [3, 5, 2], "inflate": 0.01, "pivot": [2.82963, -0.11279, -0.71083], "rotation": [0, 10, 0], "uv": [20, 0], "mirror": true}, + {"origin": [-3.67037, 9.38721, -1.41083], "size": [2, 3, 0], "inflate": 0.02, "pivot": [2.82963, -0.11279, -0.71083], "rotation": [0, 10, 0], "uv": [32, 2], "mirror": true}, + {"origin": [-2.92037, 9.88721, -1.43083], "size": [1, 2, 0], "inflate": 0.01, "pivot": [2.82963, -0.11279, -0.71083], "rotation": [0, 10, 0], "uv": [36, 0], "mirror": true} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [2.82963, -0.11279, -0.71083], + "cubes": [ + {"origin": [-3.67037, 9.38721, -1.41083], "size": [2, 3, 0], "inflate": 0.01, "pivot": [2.82963, -0.11279, -0.71083], "rotation": [0, 10, 0], "uv": [22, 2], "mirror": true} + ] + }, + { + "name": "angy", + "parent": "eye_right", + "pivot": [0.82963, 1.88721, 0.28917], + "rotation": [0, 0, 15], + "cubes": [ + {"origin": [-6.17037, 10.38721, -0.53083], "size": [2, 1, 0], "inflate": 0.01, "pivot": [0.82963, 1.88721, 0.28917], "rotation": [0, 10, 0], "uv": [22, 2], "mirror": true} + ] + }, + { + "name": "eye_left", + "parent": "torso", + "pivot": [-3, 0, -2], + "rotation": [5, -15, 0], + "cubes": [ + {"origin": [0.85, 8.5, -2.7], "size": [3, 5, 2], "inflate": 0.01, "pivot": [-3, 0, -2], "rotation": [0, -10, 0], "uv": [20, 0]}, + {"origin": [1.5, 9.5, -2.7], "size": [2, 3, 0], "inflate": 0.02, "pivot": [-3, 0, -2], "rotation": [0, -10, 0], "uv": [32, 2]}, + {"origin": [1.75, 10, -2.72], "size": [1, 2, 0], "inflate": 0.01, "pivot": [-3, 0, -2], "rotation": [0, -10, 0], "uv": [36, 0]} + ] + }, + { + "name": "bone", + "parent": "eye_left", + "pivot": [-3, 0, -2], + "cubes": [ + {"origin": [1.45, 9.5, -2.7], "size": [2, 3, 0], "inflate": 0.01, "pivot": [-3, 0, -2], "rotation": [0, -10, 0], "uv": [22, 2]} + ] + }, + { + "name": "angy2", + "parent": "eye_left", + "pivot": [-1, 2, -2], + "rotation": [0, 0, -15], + "cubes": [ + {"origin": [4, 10.5, -1.82], "size": [2, 1, 0], "inflate": 0.01, "pivot": [-1, 2, -2], "rotation": [0, -10, 0], "uv": [22, 2]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [-3, 0, -2], + "cubes": [ + {"origin": [1.5, 9.5, -2.7], "size": [2, 3, 0], "inflate": 0.01, "pivot": [-3, 0, -2], "rotation": [0, -10, 0], "uv": [22, 2]} + ] + }, + { + "name": "bone2", + "parent": "torso", + "pivot": [-4, 6, 0] + }, + { + "name": "mouth_left", + "parent": "bone2", + "pivot": [-4, 6, 0], + "rotation": [0, -5, 30], + "cubes": [ + {"origin": [-1.9, 10, -0.8], "size": [3, 1, 0], "inflate": 0.01, "pivot": [-4, 6, 0], "rotation": [5, 0, 0], "uv": [10, 31]} + ] + }, + { + "name": "mouth_right", + "parent": "bone2", + "pivot": [4, 6, 0], + "rotation": [0, 5, -30], + "cubes": [ + {"origin": [-1.1, 10, -0.8], "size": [3, 1, 0], "inflate": 0.01, "pivot": [4, 6, 0], "rotation": [5, 0, 0], "uv": [11, 31]} + ] + }, + { + "name": "gem", + "parent": "bone2", + "pivot": [-4, 6, 0], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-1.2, 9.5, -0.6], "size": [1, 1, 0], "inflate": 0.01, "pivot": [-4, 6, 0], "rotation": [0, 0, 45], "uv": [14, 13]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-2, 4, 2], + "rotation": [0, 15, 0], + "cubes": [ + {"origin": [-3.56695, 1.25, -3.08725], "size": [2, 5, 3], "pivot": [1.93305, 0, -1.08725], "rotation": [-45, 0, 0], "uv": [0, 56], "mirror": true} + ] + }, + { + "name": "foot_right", + "parent": "leg_right", + "pivot": [-2.06695, 1, 0.91275], + "cubes": [ + {"origin": [-3.06695, 0, -1.83725], "size": [1, 1, 1], "uv": [30, 0]}, + {"origin": [-0.56695, 0, -5.58725], "size": [1, 1, 1], "pivot": [3.93305, 0, -1.08725], "rotation": [0, 45, 0], "uv": [14, 29]}, + {"origin": [-3.56695, 0, -0.58725], "size": [1, 1, 1], "pivot": [-2.06695, 0, -1.08725], "rotation": [0, -45, 0], "uv": [10, 29]}, + {"origin": [-3.56695, 0, -1.08725], "size": [2, 1, 2], "uv": [26, 10]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [2, 4, 2], + "rotation": [0, -15, 0], + "cubes": [ + {"origin": [1.56695, 1.25, -3.08725], "size": [2, 5, 3], "pivot": [-1.93305, 0, -1.08725], "rotation": [-45, 0, 0], "uv": [0, 56]} + ] + }, + { + "name": "foot_left", + "parent": "leg_left", + "pivot": [3.06695, 1, 0.91275], + "cubes": [ + {"origin": [2.06695, 0, -1.83725], "size": [1, 1, 1], "uv": [16, 25]}, + {"origin": [-0.43305, 0, -5.58725], "size": [1, 1, 1], "pivot": [-3.93305, 0, -1.08725], "rotation": [0, -45, 0], "uv": [24, 7]}, + {"origin": [2.56695, 0, -0.58725], "size": [1, 1, 1], "pivot": [2.06695, 0, -1.08725], "rotation": [0, 45, 0], "uv": [20, 7]}, + {"origin": [1.56695, 0, -1.08725], "size": [2, 1, 2], "inflate": 0.01, "uv": [26, 7]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/froslass/froslass.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/froslass/froslass.geo.json new file mode 100644 index 0000000..d4bad68 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/froslass/froslass.geo.json @@ -0,0 +1,387 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.froslass", + "texture_width": 96, + "texture_height": 72, + "visible_bounds_width": 5, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "froslass", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "froslass", + "pivot": [0, 24, 0] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 23.28571, -1.28571], + "cubes": [ + {"origin": [-4.5, 23, -4.5], "size": [9, 8, 9], "inflate": 0.2, "uv": [0, 0]}, + {"origin": [-4.5, 48, -4.5], "size": [9, 9, 9], "inflate": -9.2, "pivot": [0, 39.5, 0], "rotation": [180, 0, 0], "uv": [0, 0]}, + {"origin": [-4.5, 21, -4.5], "size": [9, 10, 9], "uv": [0, 23]} + ] + }, + { + "name": "head2", + "parent": "head", + "pivot": [0, 26.15, 5], + "cubes": [ + {"origin": [-3.5, 22.15, 3.5], "size": [7, 8, 4], "uv": [37, 0]} + ] + }, + { + "name": "head3", + "parent": "head2", + "pivot": [0.5, 25.5, 6], + "cubes": [ + {"origin": [-2, 23.5, 5.5], "size": [4, 6, 5], "uv": [60, 0]}, + {"origin": [0.5, 23.47, 7.505], "size": [1, 4, 3], "uv": [28, 24]}, + {"origin": [-1.5, 23.47, 7.505], "size": [1, 4, 3], "uv": [28, 24]} + ] + }, + { + "name": "head4", + "parent": "head3", + "pivot": [1, 25.1, 9], + "cubes": [ + {"origin": [-1.5, 25.1, 8.5], "size": [3, 4, 5], "uv": [79, 0]} + ] + }, + { + "name": "horn_left", + "parent": "head", + "pivot": [2.475, 29.825, -2.1], + "rotation": [0, 0, 37.5], + "cubes": [ + {"origin": [0.975, 28.325, -3.6], "size": [3, 5, 3], "uv": [78, 14]}, + {"origin": [0.975, 33.075, -2.1], "size": [3, 2, 0], "pivot": [2.475, 31.575, -2.1], "rotation": [0, -45, 0], "uv": [84, 12]}, + {"origin": [0.975, 33.075, -2.1], "size": [3, 2, 0], "pivot": [2.475, 31.575, -2.1], "rotation": [-180, -45, 180], "uv": [78, 12]} + ] + }, + { + "name": "horn_right", + "parent": "head", + "pivot": [-2.475, 29.825, -2.1], + "rotation": [0, 0, -37.5], + "cubes": [ + {"origin": [-3.975, 28.325, -3.6], "size": [3, 5, 3], "uv": [65, 14], "mirror": true}, + {"origin": [-3.975, 33.075, -2.1], "size": [3, 2, 0], "pivot": [-2.475, 31.575, -2.1], "rotation": [0, 45, 0], "uv": [71, 12], "mirror": true}, + {"origin": [-3.975, 33.075, -2.1], "size": [3, 2, 0], "pivot": [-2.475, 31.575, -2.1], "rotation": [-180, 45, -180], "uv": [65, 12], "mirror": true} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [3.775, 25.5, -3.775], + "cubes": [ + {"origin": [4.525, 24, -4.525], "size": [0, 3, 3], "uv": [58, 14]}, + {"origin": [1.525, 24, -4.525], "size": [3, 3, 0], "uv": [52, 17]} + ] + }, + { + "name": "eyebrow_left", + "parent": "eye_left", + "pivot": [3.025, 26.5, -3.05], + "cubes": [ + {"origin": [1.525, 26, -4.55], "size": [3, 1, 3], "inflate": 0.02, "uv": [39, 13]} + ] + }, + { + "name": "pupil_left", + "parent": "eye_left", + "pivot": [0, 26, 0], + "cubes": [ + {"origin": [2.525, 24.75, -4.555], "size": [1, 2, 0], "uv": [54, 21]} + ] + }, + { + "name": "eye_left_closed", + "parent": "head", + "pivot": [2.775, 25.5, -2.775], + "cubes": [ + {"origin": [3.525, 24, -3.525], "size": [0, 3, 3], "uv": [58, 21]}, + {"origin": [0.525, 24, -3.525], "size": [3, 3, 0], "uv": [52, 24]} + ] + }, + { + "name": "eye_right_closed", + "parent": "head", + "pivot": [-2.775, 25.5, -2.775], + "cubes": [ + {"origin": [-3.525, 24, -3.525], "size": [0, 3, 3], "uv": [39, 21], "mirror": true}, + {"origin": [-3.525, 24, -3.525], "size": [3, 3, 0], "uv": [45, 24], "mirror": true} + ] + }, + { + "name": "eye_right", + "parent": "head", + "pivot": [-3.775, 25.5, -3.775], + "cubes": [ + {"origin": [-4.525, 24, -4.525], "size": [0, 3, 3], "uv": [39, 14], "mirror": true}, + {"origin": [-4.525, 24, -4.525], "size": [3, 3, 0], "uv": [45, 17], "mirror": true} + ] + }, + { + "name": "eyebrow_right", + "parent": "eye_right", + "pivot": [-3.025, 26.5, -3.05], + "cubes": [ + {"origin": [-4.525, 26, -4.55], "size": [3, 1, 3], "inflate": 0.02, "uv": [52, 13], "mirror": true} + ] + }, + { + "name": "pupil_right", + "parent": "eye_right", + "pivot": [0, 26, 0], + "cubes": [ + {"origin": [-3.525, 24.75, -4.555], "size": [1, 2, 0], "uv": [47, 21], "mirror": true} + ] + }, + { + "name": "arm_right", + "parent": "head", + "pivot": [-4.725, 23.849, 0.55], + "rotation": [0, 0, 0], + "cubes": [ + {"origin": [-7.725, 23.849, -0.45], "size": [4, 0, 2], "uv": [80, 46]} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-7.725, 23.849, 0.55], + "cubes": [ + {"origin": [-11.725, 23.849, -0.45], "size": [4, 0, 4], "uv": [69, 44]} + ] + }, + { + "name": "arm_right3", + "parent": "arm_right2", + "pivot": [-11.725, 23.849, 0.55], + "cubes": [ + {"origin": [-15.725, 23.849, -0.45], "size": [4, 0, 5], "uv": [59, 43]} + ] + }, + { + "name": "arm_right4", + "parent": "arm_right3", + "pivot": [-15.725, 23.849, 4.55], + "cubes": [ + {"origin": [-23.725, 23.849, -0.45], "size": [8, 0, 5], "uv": [42, 43]} + ] + }, + { + "name": "arm_right5", + "parent": "arm_right4", + "pivot": [-19.725, 23.849, 4.55], + "cubes": [ + {"origin": [-23.725, 23.849, 4.55], "size": [8, 0, 6], "uv": [41, 37]} + ] + }, + { + "name": "hand_right", + "parent": "arm_right4", + "pivot": [-23.725, 23.849, 1.55], + "cubes": [ + {"origin": [-24.725, 23.849, 0.05], "size": [1, 0, 3], "uv": [41, 45]} + ] + }, + { + "name": "finger_front_right", + "parent": "hand_right", + "pivot": [-24.725, 23.849, 0.55], + "cubes": [ + {"origin": [-25.725, 23.849, 0.05], "size": [1, 0, 1], "uv": [40, 48]} + ] + }, + { + "name": "finger_middle_Right", + "parent": "hand_right", + "pivot": [-24.725, 23.849, 1.575], + "cubes": [ + {"origin": [-25.725, 23.849, 1.075], "size": [1, 0, 1], "uv": [40, 46]} + ] + }, + { + "name": "finger_back_right", + "parent": "hand_right", + "pivot": [-24.725, 23.849, 2.6], + "cubes": [ + {"origin": [-25.725, 23.849, 2.1], "size": [1, 0, 1], "uv": [40, 44]} + ] + }, + { + "name": "arm_left", + "parent": "head", + "pivot": [4.725, 23.849, 0.55], + "rotation": [0, 0, 0], + "cubes": [ + {"origin": [3.725, 23.849, -0.45], "size": [4, 0, 2], "uv": [39, 33]} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [7.725, 23.849, 0.55], + "cubes": [ + {"origin": [7.725, 23.849, -0.45], "size": [4, 0, 4], "uv": [46, 31]} + ] + }, + { + "name": "arm_left3", + "parent": "arm_left2", + "pivot": [11.725, 23.849, 0.55], + "cubes": [ + {"origin": [11.725, 23.849, -0.45], "size": [4, 0, 5], "uv": [54, 30]} + ] + }, + { + "name": "arm_left4", + "parent": "arm_left3", + "pivot": [15.725, 23.849, 4.55], + "cubes": [ + {"origin": [15.74081, 23.849, -0.44988], "size": [8, 0, 5], "uv": [63, 30]} + ] + }, + { + "name": "arm_left5", + "parent": "arm_left4", + "pivot": [19.74081, 23.849, 4.55012], + "cubes": [ + {"origin": [15.74081, 23.849, 4.55012], "size": [8, 0, 6], "uv": [62, 24]} + ] + }, + { + "name": "hand_left", + "parent": "arm_left4", + "pivot": [23.74081, 23.849, 1.55012], + "cubes": [ + {"origin": [23.74081, 23.849, 0.05012], "size": [1, 0, 3], "uv": [82, 32]} + ] + }, + { + "name": "finger_front_left", + "parent": "hand_left", + "pivot": [24.74081, 23.849, 0.55012], + "cubes": [ + {"origin": [24.74081, 23.849, 0.05012], "size": [1, 0, 1], "uv": [87, 35]} + ] + }, + { + "name": "finger_middle_Left", + "parent": "hand_left", + "pivot": [24.74081, 23.849, 1.57512], + "cubes": [ + {"origin": [24.74081, 23.849, 1.07512], "size": [1, 0, 1], "uv": [87, 33]} + ] + }, + { + "name": "finger_back_left", + "parent": "hand_left", + "pivot": [24.74081, 23.849, 2.60012], + "cubes": [ + {"origin": [24.74081, 23.849, 2.10012], "size": [1, 0, 1], "uv": [87, 31]} + ] + }, + { + "name": "mouth_open", + "parent": "head", + "pivot": [0, 22.475, -3.025], + "cubes": [ + {"origin": [-1, 21.975, -3.525], "size": [2, 1, 1], "uv": [28, 19]} + ] + }, + { + "name": "head_spike", + "parent": "head", + "pivot": [0.05, 22.8, -4.7], + "rotation": [2.5, 0, 0], + "cubes": [ + {"origin": [3.675, 21.8, -4.7], "size": [1, 1, 0], "uv": [18, 19]}, + {"origin": [4.675, 20.8, -4.7], "size": [0, 2, 3], "uv": [20, 16]}, + {"origin": [-2, 20.8, -4.7], "size": [4, 2, 0], "uv": [9, 19]}, + {"origin": [-4.675, 21.8, -4.7], "size": [1, 1, 0], "uv": [6, 19], "mirror": true}, + {"origin": [-4.675, 20.8, -4.7], "size": [0, 2, 3], "uv": [0, 16], "mirror": true} + ] + }, + { + "name": "neck", + "parent": "torso", + "pivot": [0, 21, 0.5], + "cubes": [ + {"origin": [-1, 18, -0.5], "size": [2, 4, 2], "uv": [3, 45]} + ] + }, + { + "name": "body", + "parent": "neck", + "pivot": [0, 19.5, 0.5], + "cubes": [ + {"origin": [-2, 13.5, -1.5], "size": [4, 6, 4], "uv": [0, 53]} + ] + }, + { + "name": "body2", + "parent": "body", + "pivot": [0, 16.5, 0.5], + "cubes": [ + {"origin": [-2.5, 13.5, -2], "size": [5, 3, 5], "inflate": 0.1, "uv": [17, 54]} + ] + }, + { + "name": "body3", + "parent": "body2", + "pivot": [0, 14, 0.5], + "cubes": [ + {"origin": [-3, 10, -2.5], "size": [6, 4, 6], "inflate": 0.1, "uv": [13, 43]} + ] + }, + { + "name": "sash_left", + "parent": "body3", + "pivot": [1, 12.5, 3.1], + "cubes": [ + {"origin": [1, 10, 3.1], "size": [0, 8, 7], "uv": [56, 44]} + ] + }, + { + "name": "sash_right", + "parent": "body3", + "pivot": [-1, 12.5, 3.1], + "cubes": [ + {"origin": [-1, 10, 3.1], "size": [0, 8, 7], "uv": [40, 44]} + ] + }, + { + "name": "body4", + "parent": "body3", + "pivot": [0, 11.5, 0.5], + "cubes": [ + {"origin": [-3, 9.5, -2.5], "size": [6, 2, 6], "uv": [0, 64]} + ] + }, + { + "name": "body5", + "parent": "body4", + "pivot": [0.5, 10, 0], + "cubes": [ + {"origin": [-3.5, 8, -3], "size": [7, 2, 7], "uv": [25, 63]}, + {"origin": [3.5, 2, -3], "size": [0, 6, 7], "uv": [82, 59]}, + {"origin": [-3.5, 2, -3], "size": [0, 6, 7], "uv": [54, 59]}, + {"origin": [-3.5, 2, -3], "size": [7, 6, 0], "uv": [68, 66]}, + {"origin": [-3.5, 2, 4], "size": [7, 6, 0], "uv": [68, 60]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/frosmoth/frosmoth.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/frosmoth/frosmoth.geo.json new file mode 100644 index 0000000..6aa307b --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/frosmoth/frosmoth.geo.json @@ -0,0 +1,285 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.frosmoth", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 5, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "Frosmoth", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "Frosmoth", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 11.25, 0], + "cubes": [ + {"origin": [-7, 11, -7], "size": [14, 7, 14], "uv": [2, 24]}, + {"origin": [-6.5, 5, -6.5], "size": [13, 6, 13], "uv": [2, 47]} + ] + }, + { + "name": "tuff", + "parent": "torso", + "pivot": [0, 14.5, 0], + "cubes": [ + {"origin": [-7, 11, -7], "size": [14, 7, 14], "inflate": 0.2, "uv": [2, 1]} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 17.75, 0], + "cubes": [ + {"origin": [-5, 17.75, -5], "size": [10, 4, 10], "uv": [51, 38]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [0, 20.75, -5.01], + "cubes": [ + {"origin": [-0.5, 20.25, -5.01], "size": [1, 1, 0], "pivot": [0, 20.75, -5], "rotation": [0, 0, 45], "uv": [9, 32]} + ] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-1.5, 7, 0], + "cubes": [ + {"origin": [1.25, 18, -5.01], "size": [4, 2, 0], "pivot": [2.25, 19, -5], "rotation": [0, 0, -15], "uv": [0, 9]} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [3.21593, 19.25882, -4.91], + "cubes": [ + {"origin": [1.25, 17.5, -4.91], "size": [4, 3, 0], "inflate": 0.01, "pivot": [2.25, 19, -5], "rotation": [0, 0, -15], "uv": [44, 56]} + ] + }, + { + "name": "pupil2", + "parent": "eye_right", + "pivot": [-1.5, 7, 0], + "cubes": [ + {"origin": [2, 17.75, -5.03], "size": [2, 1, 0], "pivot": [2.25, 19, -5], "rotation": [0, 0, -15], "uv": [9, 8]}, + {"origin": [2, 19.25, -5.03], "size": [2, 1, 0], "pivot": [2.25, 19, -5], "rotation": [0, 0, -15], "uv": [9, 6]} + ] + }, + { + "name": "rim2", + "parent": "eye_right", + "pivot": [4.22922, 20.30679, -5.0075], + "cubes": [ + {"origin": [1.25, 19.5, -5.005], "size": [4, 1, 0], "pivot": [2.25, 19, -5], "rotation": [0, 0, -15], "uv": [0, 32]}, + {"origin": [5.15466, 18.22414, -5.01], "size": [1, 2, 0], "pivot": [1.15466, 19.22414, -5], "rotation": [0, 0, -15], "uv": [9, 29]} + ] + }, + { + "name": "movable_top3", + "parent": "rim2", + "pivot": [5.82081, 21.01002, -5.01], + "cubes": [ + {"origin": [6.28407, 19.24118, -5.01], "size": [2, 1, 0], "pivot": [1.28407, 18.74118, -5], "rotation": [0, 0, -15], "uv": [9, 4]} + ] + }, + { + "name": "movable_top4", + "parent": "movable_top3", + "pivot": [7.69851, 21.51903, -5.01], + "cubes": [ + {"origin": [7.35809, 21.80582, -5.01], "size": [2, 1, 0], "pivot": [8.85809, 22.30582, -5.005], "rotation": [0, 0, -35], "uv": [9, 2]} + ] + }, + { + "name": "movable_bot3", + "parent": "rim2", + "pivot": [5.98429, 20.01824, -5.01], + "cubes": [ + {"origin": [5.98429, 19.51824, -5.01], "size": [2, 1, 0], "uv": [9, 0]} + ] + }, + { + "name": "movable_bot4", + "parent": "movable_bot3", + "pivot": [7.76452, 20.09032, -5.01], + "cubes": [ + {"origin": [7.82006, 19.45117, -5.01], "size": [3, 1, 0], "pivot": [8.12006, 19.95117, -5.005], "rotation": [0, 0, 17.5], "uv": [0, 36]} + ] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [1.5, 7, 0], + "cubes": [ + {"origin": [-5.25, 18, -5.01], "size": [4, 2, 0], "pivot": [-2.25, 19, -5], "rotation": [0, 0, 15], "uv": [0, 12]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [-3.21593, 19.25882, -4.91], + "cubes": [ + {"origin": [-5.25, 17.5, -4.91], "size": [4, 3, 0], "inflate": 0.01, "pivot": [-2.25, 19, -5], "rotation": [0, 0, 15], "uv": [44, 53]} + ] + }, + { + "name": "pupil", + "parent": "eye_left", + "pivot": [1.5, 7, 0], + "cubes": [ + {"origin": [-4, 17.75, -5.03], "size": [2, 1, 0], "pivot": [-2.25, 19, -5], "rotation": [0, 0, 15], "uv": [9, 25]}, + {"origin": [-4, 19.25, -5.03], "size": [2, 1, 0], "pivot": [-2.25, 19, -5], "rotation": [0, 0, 15], "uv": [9, 27]} + ] + }, + { + "name": "rim", + "parent": "eye_left", + "pivot": [1.5, 7, 0], + "cubes": [ + {"origin": [-5.25, 19.5, -5.005], "size": [4, 1, 0], "pivot": [-2.25, 19, -5], "rotation": [0, 0, 15], "uv": [0, 34]}, + {"origin": [-6.15466, 18.22414, -5.01], "size": [1, 2, 0], "pivot": [-1.15466, 19.22414, -5], "rotation": [0, 0, 15], "uv": [12, 29]} + ] + }, + { + "name": "movable_top", + "parent": "rim", + "pivot": [-5.82081, 21.01002, -5.01], + "cubes": [ + {"origin": [-8.28407, 19.24118, -5.01], "size": [2, 1, 0], "pivot": [-1.28407, 18.74118, -5], "rotation": [0, 0, 15], "uv": [9, 23]} + ] + }, + { + "name": "movable_top2", + "parent": "movable_top", + "pivot": [-7.69851, 21.51903, -5.01], + "cubes": [ + {"origin": [-9.35809, 21.80582, -5.01], "size": [2, 1, 0], "pivot": [-8.85809, 22.30582, -5.005], "rotation": [0, 0, 35], "uv": [9, 10]} + ] + }, + { + "name": "movable_bot", + "parent": "rim", + "pivot": [-5.98429, 20.01824, -5.01], + "cubes": [ + {"origin": [-7.98429, 19.51824, -5.01], "size": [2, 1, 0], "uv": [9, 12]} + ] + }, + { + "name": "movable_bot2", + "parent": "movable_bot", + "pivot": [-7.76452, 20.09032, -5.01], + "cubes": [ + {"origin": [-10.82006, 19.45117, -5.01], "size": [3, 1, 0], "pivot": [-8.12006, 19.95117, -5.005], "rotation": [0, 0, -17.5], "uv": [7, 36]} + ] + }, + { + "name": "antenna_right", + "parent": "head", + "pivot": [1.01537, 20.59776, -5.01], + "cubes": [ + {"origin": [0.25, 19.75, -5.01], "size": [4, 6, 0], "pivot": [2.25, 20.75, -5.01], "rotation": [0, 0, 22.5], "uv": [0, 46]} + ] + }, + { + "name": "antenna_right2", + "parent": "antenna_right", + "pivot": [3.86444, 24.40925, -5.01], + "cubes": [ + {"origin": [4.66541, 23.17383, -5.01], "size": [4, 8, 0], "pivot": [6.66541, 27.17383, -5.01], "rotation": [0, 0, 50], "uv": [0, 0]}, + {"origin": [8.72744, 31.38426, -5.01], "size": [1, 2, 0], "pivot": [7.47744, 32.38426, -5.01], "rotation": [0, 0, 25], "uv": [43, 46]} + ] + }, + { + "name": "antenna_left", + "parent": "head", + "pivot": [-1.01537, 20.59776, -5.01], + "cubes": [ + {"origin": [-4.25, 19.75, -5.01], "size": [4, 6, 0], "pivot": [-2.25, 20.75, -5.01], "rotation": [0, 0, -22.5], "uv": [0, 53]} + ] + }, + { + "name": "antenna_left2", + "parent": "antenna_left", + "pivot": [-3.86444, 24.40925, -5.01], + "cubes": [ + {"origin": [-8.66541, 23.17383, -5.01], "size": [4, 8, 0], "pivot": [-6.66541, 27.17383, -5.01], "rotation": [0, 0, -50], "uv": [0, 23]}, + {"origin": [-9.72744, 31.38426, -5.01], "size": [1, 2, 0], "pivot": [-7.47744, 32.38426, -5.01], "rotation": [0, 0, -25], "uv": [43, 46], "mirror": true} + ] + }, + { + "name": "wing_right", + "parent": "torso", + "pivot": [-6, 14, 2], + "rotation": [0, 0, -5] + }, + { + "name": "wing_right2", + "parent": "wing_right", + "pivot": [-10.51142, 17.73853, 1.75], + "cubes": [ + {"origin": [-28.01142, 17.73853, 1.75], "size": [25, 14, 0], "uv": [46, 0]} + ] + }, + { + "name": "wing_right3", + "parent": "wing_right", + "pivot": [2.98858, 6.73853, 0], + "cubes": [ + {"origin": [-15.01142, 10.73853, 1.75], "size": [12, 7, 0], "uv": [65, 53]} + ] + }, + { + "name": "wing_right4", + "parent": "wing_right", + "pivot": [-6.51142, 10.73853, 1.75], + "cubes": [ + {"origin": [-12.01142, -1.26147, 1.75], "size": [9, 12, 0], "uv": [57, 60]} + ] + }, + { + "name": "wing_left", + "parent": "torso", + "pivot": [6, 14, 2], + "rotation": [0, 0, 5] + }, + { + "name": "wing_left2", + "parent": "wing_left", + "pivot": [10.51142, 17.73853, 1.75], + "cubes": [ + {"origin": [4.01142, 17.73853, 1.75], "size": [25, 14, 0], "uv": [46, 23]} + ] + }, + { + "name": "wing_left3", + "parent": "wing_left", + "pivot": [-1.98858, 6.73853, 0], + "cubes": [ + {"origin": [4.01142, 10.73853, 1.75], "size": [12, 7, 0], "uv": [61, 15]} + ] + }, + { + "name": "wing_left4", + "parent": "wing_left", + "pivot": [8.51142, 10.73853, 1.75], + "cubes": [ + {"origin": [4.01142, -1.26147, 1.75], "size": [9, 12, 0], "uv": [0, 67]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/galardarmanitanzen.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/galardarmanitanzen.geo.json new file mode 100644 index 0000000..68cc658 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/galardarmanitanzen.geo.json @@ -0,0 +1,75 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "Darmanitan", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-11.5, 0, -10.5], "size": [23, 23, 21], "uv": [0, 0]}, + {"origin": [-2, 3.5, -10.51], "size": [4, 1, 0], "uv": [7, 1]}, + {"origin": [-2, 0.5, -10.51], "size": [4, 1, 0], "uv": [8, 1]}, + {"origin": [3, 16.5, -10.51], "size": [3, 3, 0], "uv": [0, 8], "mirror": true}, + {"origin": [-6, 16.5, -10.51], "size": [3, 3, 0], "uv": [0, 8]}, + {"origin": [-7.5, 0.01, 4.8], "size": [15, 9, 5], "pivot": [0, -1, 11], "rotation": [-42.5, 0, 0], "uv": [54, 44]} + ] + }, + { + "name": "LHand", + "parent": "Darmanitan", + "pivot": [11, 9, 4], + "rotation": [0, -45, 0], + "cubes": [ + {"origin": [9.08579, 9, -8.41421], "size": [2, 9, 11], "uv": [61, 69]} + ] + }, + { + "name": "LThumb", + "parent": "LHand", + "pivot": [11, 14, 0], + "cubes": [ + {"origin": [9.07579, 16.67681, 4.99376], "size": [2, 5, 3], "pivot": [11, 8, 3], "rotation": [32.5, 0, 0], "uv": [7, 5]} + ] + }, + { + "name": "RHand", + "parent": "Darmanitan", + "pivot": [-11, 9, 4], + "rotation": [0, 45, 0], + "cubes": [ + {"origin": [-11.08579, 9, -8.41421], "size": [2, 9, 11], "uv": [67, 0]} + ] + }, + { + "name": "LThumb2", + "parent": "RHand", + "pivot": [-12, 14, 0], + "cubes": [ + {"origin": [-11.07579, 16.67681, 4.99376], "size": [2, 5, 3], "pivot": [-12, 8, 3], "rotation": [32.5, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "SnowmanHead", + "parent": "Darmanitan", + "pivot": [0, 25, -6], + "cubes": [ + {"origin": [-9, 22.5, -9], "size": [18, 18, 18], "uv": [0, 44]}, + {"origin": [-2, 28.5, -18.5], "size": [4, 4, 10], "pivot": [0, 30.5, -9], "rotation": [0, 0, 45], "uv": [100, 16]}, + {"origin": [-1.5, 29, -21], "size": [3, 3, 12], "uv": [98, 0]}, + {"origin": [-7.5, 29, -9.01], "size": [3, 3, 0], "uv": [0, 8]}, + {"origin": [4.5, 29, -9.01], "size": [3, 3, 0], "uv": [0, 8], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/gastrodon/gastrodon_e.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/gastrodon/gastrodon_e.geo.json new file mode 100644 index 0000000..68b8b40 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/gastrodon/gastrodon_e.geo.json @@ -0,0 +1,240 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 3, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "bone7", + "pivot": [0, -0.525, 0] + }, + { + "name": "body", + "parent": "bone7", + "pivot": [2.1, 6.35, -4.37297] + }, + { + "name": "torso", + "parent": "body", + "pivot": [2.1, 6.35, -4.37297], + "cubes": [ + {"origin": [-5.5, 6.43207, -11.91769], "size": [11, 8, 8], "uv": [51, 0]}, + {"origin": [-7, 0.36246, -11.65841], "size": [14, 6, 23], "inflate": -0.5, "pivot": [2, 3.08746, -4.65841], "rotation": [-1.25, 0, 0], "uv": [0, 31]}, + {"origin": [-7, 4.85, -11.37297], "size": [14, 8, 23], "pivot": [2.1, 6.35, -4.37297], "rotation": [-5, 0, 0], "uv": [0, 0]}, + {"origin": [-7, 4.85, 11.70203], "size": [14, 8, 0], "pivot": [2.1, 6.35, -4.37297], "rotation": [-5, 0, 0], "uv": [0, 105]}, + {"origin": [7.175, 4.85, -11.37297], "size": [0, 8, 23], "pivot": [2.1, 6.35, -4.37297], "rotation": [-5, 0, 0], "uv": [0, 65]}, + {"origin": [-7.175, 4.85, -11.37297], "size": [0, 8, 23], "pivot": [-2.1, 6.35, -4.37297], "rotation": [-5, 0, 0], "uv": [0, 65], "mirror": true} + ] + }, + { + "name": "back_wing_left", + "parent": "torso", + "pivot": [3, 12.16018, 3.92647], + "cubes": [ + {"origin": [3, 12.14877, -3.835], "size": [0, 6, 15], "pivot": [3, 12.16018, 3.92647], "rotation": [-4.76968, 1.50179, 17.43745], "uv": [0, 45]} + ] + }, + { + "name": "back_wing_right", + "parent": "torso", + "pivot": [-3, 12.16018, 3.92647], + "cubes": [ + {"origin": [-3, 12.14877, -3.835], "size": [0, 6, 15], "pivot": [-3, 12.16018, 3.92647], "rotation": [-4.76968, -1.50179, -17.43745], "uv": [0, 45], "mirror": true} + ] + }, + { + "name": "neck", + "parent": "torso", + "pivot": [0, 10.89783, -9.03699] + }, + { + "name": "neck_1", + "parent": "neck", + "pivot": [0, 9.58813, -9.08028], + "cubes": [ + {"origin": [-3.5, 13.92439, -11.44375], "size": [7, 12, 7], "pivot": [0, 12.39939, 14.95625], "rotation": [22.5, 0, 0], "uv": [23, 60]} + ] + }, + { + "name": "neck_2", + "parent": "neck_1", + "pivot": [0, 14.20753, -10.5937], + "cubes": [ + {"origin": [-2.5, 18.92439, -10.44375], "size": [5, 12, 5], "pivot": [0, 12.39939, 14.95625], "rotation": [22.5, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "head", + "parent": "neck_2", + "pivot": [0, 20.36531, -12.54925], + "cubes": [ + {"origin": [-4.5, 18.36531, -18.04925], "size": [9, 8, 9], "uv": [51, 31]} + ] + }, + { + "name": "eye_left2", + "parent": "head", + "pivot": [0, 12.97439, -4.05806], + "cubes": [ + {"origin": [-0.525, 23.44939, -18.08306], "size": [1, 2, 0], "uv": [81, 3]}, + {"origin": [-1, 22.97439, -18.05806], "size": [2, 3, 0], "uv": [81, 0]} + ] + }, + { + "name": "eye_right2", + "parent": "head", + "pivot": [2.5, 10.74939, -4.05806], + "cubes": [ + {"origin": [-2.975, 21.22439, -18.08306], "size": [1, 2, 0], "uv": [81, 3], "mirror": true}, + {"origin": [-3.5, 20.74939, -18.05806], "size": [2, 3, 0], "uv": [81, 0], "mirror": true} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [2.5, 10.74939, -4.05806], + "cubes": [ + {"origin": [1.975, 21.22439, -18.08306], "size": [1, 2, 0], "uv": [81, 3]}, + {"origin": [1.5, 20.74939, -18.05806], "size": [2, 3, 0], "uv": [81, 0]} + ] + }, + { + "name": "ear_left2", + "parent": "head", + "pivot": [-4.5, 22.36131, -12.98581], + "cubes": [ + {"origin": [-6.10399, 21.75161, -7.49655], "size": [2, 2, 3], "pivot": [-5.5, 22.744, -13.90969], "rotation": [19.87392, 3.12998, -28.2687], "uv": [0, 17], "mirror": true}, + {"origin": [-7.05399, 21.72661, -13.49655], "size": [4, 4, 7], "pivot": [-5.5, 22.744, -13.90969], "rotation": [19.87392, 3.12998, -28.2687], "uv": [0, 31], "mirror": true} + ] + }, + { + "name": "ear_left", + "parent": "head", + "pivot": [4.5, 22.36131, -12.98581], + "cubes": [ + {"origin": [4.10399, 21.75161, -7.49655], "size": [2, 2, 3], "pivot": [5.5, 22.744, -13.90969], "rotation": [19.87392, -3.12998, 28.2687], "uv": [0, 17]}, + {"origin": [3.05399, 21.72661, -13.49655], "size": [4, 4, 7], "pivot": [5.5, 22.744, -13.90969], "rotation": [19.87392, -3.12998, 28.2687], "uv": [0, 31]} + ] + }, + { + "name": "ear_right", + "parent": "head", + "pivot": [-4.5, 22.36131, -12.98581] + }, + { + "name": "all_left_leg", + "parent": "body", + "pivot": [-3, -0.525, 1] + }, + { + "name": "leg_r_3", + "parent": "all_left_leg", + "pivot": [-4.12787, 3.26203, 7.5], + "cubes": [ + {"origin": [-7, 1.475, 5], "size": [7, 4, 5], "pivot": [-3, -0.525, 16], "rotation": [0, 0, -20], "uv": [0, 74], "mirror": true} + ] + }, + { + "name": "bone4", + "parent": "leg_r_3", + "pivot": [-6.41781, 1.4613, 7.5], + "cubes": [ + {"origin": [-11.41781, -0.0387, 5], "size": [4, 3, 5], "inflate": -0.025, "uv": [46, 78], "mirror": true} + ] + }, + { + "name": "leg_r_2", + "parent": "all_left_leg", + "pivot": [-4.12787, 3.26203, 0], + "cubes": [ + {"origin": [-7, 1.475, -2.5], "size": [7, 4, 5], "pivot": [-3, -0.525, 8.5], "rotation": [0, 0, -20], "uv": [0, 74], "mirror": true} + ] + }, + { + "name": "bone6", + "parent": "leg_r_2", + "pivot": [-6.41781, 1.4613, 0], + "cubes": [ + {"origin": [-11.41781, -0.0387, -2.5], "size": [4, 3, 5], "inflate": -0.025, "uv": [46, 78], "mirror": true} + ] + }, + { + "name": "leg_r_1", + "parent": "all_left_leg", + "pivot": [-4.12787, 2.98703, -7.5], + "cubes": [ + {"origin": [-7, 1.475, -10], "size": [7, 4, 5], "pivot": [-3, -0.525, 1], "rotation": [0, 0, -20], "uv": [0, 74], "mirror": true} + ] + }, + { + "name": "bone2", + "parent": "leg_r_1", + "pivot": [-7.41781, 1.4613, -7.5], + "cubes": [ + {"origin": [-11.41781, -0.0387, -10], "size": [4, 3, 5], "inflate": -0.025, "uv": [46, 78], "mirror": true} + ] + }, + { + "name": "all_right_leg", + "parent": "body", + "pivot": [3, -0.525, 1] + }, + { + "name": "leg_l_3", + "parent": "all_right_leg", + "pivot": [4.12787, 3.26203, 7.5], + "cubes": [ + {"origin": [0, 1.475, 5], "size": [7, 4, 5], "pivot": [3, -0.525, 16], "rotation": [0, 0, 20], "uv": [0, 74]} + ] + }, + { + "name": "bone3", + "parent": "leg_l_3", + "pivot": [6.41781, 1.4613, 7.5], + "cubes": [ + {"origin": [7.41781, -0.0387, 5], "size": [4, 3, 5], "inflate": -0.025, "uv": [46, 78]} + ] + }, + { + "name": "leg_l_2", + "parent": "all_right_leg", + "pivot": [4.12787, 3.26203, 0], + "cubes": [ + {"origin": [1.33793, 1.06276, -2.5], "size": [7, 4, 5], "pivot": [4.83793, 3.06276, 0], "rotation": [0, 0, 20], "uv": [0, 74]} + ] + }, + { + "name": "bone5", + "parent": "leg_l_2", + "pivot": [6.41781, 1.4613, 0], + "cubes": [ + {"origin": [7.41781, -0.0387, -2.5], "size": [4, 3, 5], "inflate": -0.025, "uv": [46, 78]} + ] + }, + { + "name": "leg_l_1", + "parent": "all_right_leg", + "pivot": [4.12787, 2.98703, -7.5], + "cubes": [ + {"origin": [0, 1.475, -10], "size": [7, 4, 5], "pivot": [3, -0.525, 1], "rotation": [0, 0, 20], "uv": [0, 74]} + ] + }, + { + "name": "bone", + "parent": "leg_l_1", + "pivot": [7.41781, 1.4613, -7.5], + "cubes": [ + {"origin": [7.41781, -0.0387, -10], "size": [4, 3, 5], "inflate": -0.025, "uv": [46, 78]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/gastrodon/gastrodon_w.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/gastrodon/gastrodon_w.geo.json new file mode 100644 index 0000000..2f37c9a --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/gastrodon/gastrodon_w.geo.json @@ -0,0 +1,259 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 3, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "bone7", + "pivot": [0, -0.525, 0] + }, + { + "name": "body", + "parent": "bone7", + "pivot": [2.1, 6.35, -4.37297] + }, + { + "name": "torso", + "parent": "body", + "pivot": [2.1, 6.35, -4.37297], + "cubes": [ + {"origin": [-5.5, 6.43207, -11.91769], "size": [11, 8, 8], "uv": [51, 0]}, + {"origin": [-7, 0.36246, -11.65841], "size": [14, 6, 23], "inflate": -0.5, "pivot": [2, 3.08746, -4.65841], "rotation": [-1.25, 0, 0], "uv": [0, 31]}, + {"origin": [-7, 4.85, -11.37297], "size": [14, 8, 23], "pivot": [2.1, 6.35, -4.37297], "rotation": [-5, 0, 0], "uv": [0, 0]}, + {"origin": [-7, 4.85, 11.70203], "size": [14, 8, 0], "pivot": [2.1, 6.35, -4.37297], "rotation": [-5, 0, 0], "uv": [0, 105]}, + {"origin": [7.175, 4.85, -11.37297], "size": [0, 8, 23], "pivot": [2.1, 6.35, -4.37297], "rotation": [-5, 0, 0], "uv": [0, 65]}, + {"origin": [-7.175, 4.85, -11.37297], "size": [0, 8, 23], "pivot": [-2.1, 6.35, -4.37297], "rotation": [-5, 0, 0], "uv": [0, 65], "mirror": true}, + {"origin": [-2.5, 12.35, -3.37037], "size": [5, 3, 6], "pivot": [2.5, 6.35, -2.82037], "rotation": [-5, 0, 0], "uv": [96, 15]}, + {"origin": [-2.5, 12.35, 4.62963], "size": [5, 3, 6], "pivot": [2.5, 6.35, -2.82037], "rotation": [-5, 0, 0], "uv": [97, 24]} + ] + }, + { + "name": "back_wing_left", + "parent": "torso", + "pivot": [3, 12.16018, 3.92647] + }, + { + "name": "back_wing_right", + "parent": "torso", + "pivot": [-3, 12.16018, 3.92647] + }, + { + "name": "neck", + "parent": "torso", + "pivot": [0, 10.89783, -9.03699] + }, + { + "name": "neck_1", + "parent": "neck", + "pivot": [0, 9.58813, -9.08028], + "cubes": [ + {"origin": [-3.5, 13.92439, -11.44375], "size": [7, 12, 7], "pivot": [0, 12.39939, 14.95625], "rotation": [22.5, 0, 0], "uv": [23, 60]} + ] + }, + { + "name": "neck_2", + "parent": "neck_1", + "pivot": [0, 14.20753, -10.5937], + "cubes": [ + {"origin": [-2.5, 18.92439, -10.44375], "size": [5, 12, 5], "pivot": [0, 12.39939, 14.95625], "rotation": [22.5, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "head", + "parent": "neck_2", + "pivot": [0, 20.36531, -12.54925], + "cubes": [ + {"origin": [-4.5, 18.36531, -18.04925], "size": [9, 8, 9], "uv": [51, 31]} + ] + }, + { + "name": "eye_left2", + "parent": "head", + "pivot": [0, 12.97439, -4.05806], + "cubes": [ + {"origin": [-0.525, 23.44939, -18.08306], "size": [1, 2, 0], "uv": [81, 3]}, + {"origin": [-1, 22.97439, -18.05806], "size": [2, 3, 0], "uv": [81, 0]} + ] + }, + { + "name": "eye_right2", + "parent": "head", + "pivot": [2.5, 10.74939, -4.05806], + "cubes": [ + {"origin": [-2.975, 21.22439, -18.08306], "size": [1, 2, 0], "uv": [81, 3], "mirror": true}, + {"origin": [-3.5, 20.74939, -18.05806], "size": [2, 3, 0], "uv": [81, 0], "mirror": true} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [2.5, 10.74939, -4.05806], + "cubes": [ + {"origin": [1.975, 21.22439, -18.08306], "size": [1, 2, 0], "uv": [81, 3]}, + {"origin": [1.5, 20.74939, -18.05806], "size": [2, 3, 0], "uv": [81, 0]} + ] + }, + { + "name": "ear_right", + "parent": "head", + "pivot": [-4.5, 22.36131, -12.98581] + }, + { + "name": "bone10", + "parent": "ear_right", + "pivot": [-4.90361, 24.0178, -13.08247], + "rotation": [-0.25, 0, 0], + "cubes": [ + {"origin": [-4.67899, 18.89803, -15.48662], "size": [4, 4, 7], "pivot": [-4.125, 21.74041, -13.89976], "rotation": [90.65742, 0.12235, -55.85439], "uv": [0, 31], "mirror": true}, + {"origin": [-7.27899, 19.89803, -14.98662], "size": [2, 2, 3], "pivot": [-4.125, 21.74041, -13.89976], "rotation": [90.61305, 0.2671, -68.85366], "uv": [107, 0], "mirror": true} + ] + }, + { + "name": "bone11", + "parent": "bone10", + "pivot": [-4.125, 21.74041, -13.89976], + "cubes": [ + {"origin": [-9.03893, 23.53469, -14.6074], "size": [3, 3, 4], "pivot": [-7.6, 25.74041, -13.89976], "rotation": [90.66378, -0.081, -38.35556], "uv": [90, 0], "mirror": true} + ] + }, + { + "name": "ear_left", + "parent": "head", + "pivot": [4.5, 22.36131, -12.98581] + }, + { + "name": "bone8", + "parent": "ear_left", + "pivot": [4.90361, 24.0178, -13.08247], + "rotation": [-0.25, 0, 0], + "cubes": [ + {"origin": [0.67899, 18.89803, -15.48662], "size": [4, 4, 7], "pivot": [4.125, 21.74041, -13.89976], "rotation": [90.65742, -0.12235, 55.85439], "uv": [0, 31]}, + {"origin": [5.27899, 19.89803, -14.98662], "size": [2, 2, 3], "pivot": [4.125, 21.74041, -13.89976], "rotation": [90.61305, -0.2671, 68.85366], "uv": [107, 0]} + ] + }, + { + "name": "bone9", + "parent": "bone8", + "pivot": [4.125, 21.74041, -13.89976], + "cubes": [ + {"origin": [6.03893, 23.53469, -14.6074], "size": [3, 3, 4], "pivot": [7.6, 25.74041, -13.89976], "rotation": [90.66378, 0.081, 38.35556], "uv": [90, 0]} + ] + }, + { + "name": "all_left_leg", + "parent": "body", + "pivot": [-3, -0.525, 1] + }, + { + "name": "leg_r_3", + "parent": "all_left_leg", + "pivot": [-4.12787, 3.26203, 7.5], + "cubes": [ + {"origin": [-7, 1.475, 5], "size": [7, 4, 5], "pivot": [-3, -0.525, 16], "rotation": [0, 0, -20], "uv": [0, 74], "mirror": true} + ] + }, + { + "name": "bone4", + "parent": "leg_r_3", + "pivot": [-6.41781, 1.4613, 7.5], + "cubes": [ + {"origin": [-11.41781, -0.0387, 5], "size": [4, 3, 5], "inflate": -0.025, "uv": [46, 78], "mirror": true} + ] + }, + { + "name": "leg_r_2", + "parent": "all_left_leg", + "pivot": [-4.12787, 3.26203, 0], + "cubes": [ + {"origin": [-7, 1.475, -2.5], "size": [7, 4, 5], "pivot": [-3, -0.525, 8.5], "rotation": [0, 0, -20], "uv": [0, 74], "mirror": true} + ] + }, + { + "name": "bone6", + "parent": "leg_r_2", + "pivot": [-6.41781, 1.4613, 0], + "cubes": [ + {"origin": [-11.41781, -0.0387, -2.5], "size": [4, 3, 5], "inflate": -0.025, "uv": [46, 78], "mirror": true} + ] + }, + { + "name": "leg_r_1", + "parent": "all_left_leg", + "pivot": [-4.12787, 2.98703, -7.5], + "cubes": [ + {"origin": [-7, 1.475, -10], "size": [7, 4, 5], "pivot": [-3, -0.525, 1], "rotation": [0, 0, -20], "uv": [0, 74], "mirror": true} + ] + }, + { + "name": "bone2", + "parent": "leg_r_1", + "pivot": [-7.41781, 1.4613, -7.5], + "cubes": [ + {"origin": [-11.41781, -0.0387, -10], "size": [4, 3, 5], "inflate": -0.025, "uv": [46, 78], "mirror": true} + ] + }, + { + "name": "all_right_leg", + "parent": "body", + "pivot": [3, -0.525, 1] + }, + { + "name": "leg_l_3", + "parent": "all_right_leg", + "pivot": [4.12787, 3.26203, 7.5], + "cubes": [ + {"origin": [0, 1.475, 5], "size": [7, 4, 5], "pivot": [3, -0.525, 16], "rotation": [0, 0, 20], "uv": [0, 74]} + ] + }, + { + "name": "bone3", + "parent": "leg_l_3", + "pivot": [6.41781, 1.4613, 7.5], + "cubes": [ + {"origin": [7.41781, -0.0387, 5], "size": [4, 3, 5], "inflate": -0.025, "uv": [46, 78]} + ] + }, + { + "name": "leg_l_2", + "parent": "all_right_leg", + "pivot": [4.12787, 3.26203, 0], + "cubes": [ + {"origin": [1.33793, 1.06276, -2.5], "size": [7, 4, 5], "pivot": [4.83793, 3.06276, 0], "rotation": [0, 0, 20], "uv": [0, 74]} + ] + }, + { + "name": "bone5", + "parent": "leg_l_2", + "pivot": [6.41781, 1.4613, 0], + "cubes": [ + {"origin": [7.41781, -0.0387, -2.5], "size": [4, 3, 5], "inflate": -0.025, "uv": [46, 78]} + ] + }, + { + "name": "leg_l_1", + "parent": "all_right_leg", + "pivot": [4.12787, 2.98703, -7.5], + "cubes": [ + {"origin": [0, 1.475, -10], "size": [7, 4, 5], "pivot": [3, -0.525, 1], "rotation": [0, 0, 20], "uv": [0, 74]} + ] + }, + { + "name": "bone", + "parent": "leg_l_1", + "pivot": [7.41781, 1.4613, -7.5], + "cubes": [ + {"origin": [7.41781, -0.0387, -10], "size": [4, 3, 5], "inflate": -0.025, "uv": [46, 78]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/genesect/genesect.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/genesect/genesect.geo.json new file mode 100644 index 0000000..2a0a86e --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/genesect/genesect.geo.json @@ -0,0 +1,351 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "genesect", + "pivot": [0, 0, 0] + }, + { + "name": "mid_torso", + "parent": "genesect", + "pivot": [0, 19.7, 3] + }, + { + "name": "flight_movement", + "parent": "mid_torso", + "pivot": [0, 22, -4] + }, + { + "name": "flight_rotation", + "parent": "flight_movement", + "pivot": [0, 17.84604, -0.16012] + }, + { + "name": "right_leg_rotate", + "parent": "flight_rotation", + "pivot": [-3.12551, 15.67938, 3.82259] + }, + { + "name": "right_leg", + "parent": "right_leg_rotate", + "pivot": [-3.12551, 15.67938, 3.82259], + "rotation": [0, 15, 0] + }, + { + "name": "right_stick", + "parent": "right_leg", + "pivot": [-5.12551, 15.67938, 3.82259], + "cubes": [ + {"origin": [-5.62551, 15.17938, 3.32259], "size": [5, 1, 1], "uv": [48, 12]} + ] + }, + { + "name": "bone3", + "parent": "right_leg", + "pivot": [-6.80051, 12.17938, 3.32259] + }, + { + "name": "bone5", + "parent": "bone3", + "pivot": [-6.80051, 12.17938, 3.32259], + "rotation": [-25, 0, 0], + "cubes": [ + {"origin": [-8.18266, 7.84604, 1.64755], "size": [3, 9, 1], "pivot": [-6.68266, 3.84604, 4.14755], "rotation": [0, 45, 0], "uv": [72, 57]}, + {"origin": [-7.18266, 16.84604, 1.64755], "size": [2, 2, 1], "pivot": [-6.68266, 3.84604, 4.14755], "rotation": [0, 45, 0], "uv": [29, 14]}, + {"origin": [-5.18266, 7.84604, 1.64755], "size": [1, 9, 4], "pivot": [-6.68266, 3.84604, 4.14755], "rotation": [0, 45, 0], "uv": [32, 69]}, + {"origin": [-5.18266, 16.84604, 1.64755], "size": [1, 2, 3], "pivot": [-6.68266, 3.84604, 4.14755], "rotation": [0, 45, 0], "uv": [15, 26]} + ] + }, + { + "name": "bone9", + "parent": "bone5", + "pivot": [-6.68266, 7.84604, 4.14755], + "rotation": [25.81427, 0, 0], + "cubes": [ + {"origin": [-8.18266, -0.15396, 2.64755], "size": [3, 9, 3], "pivot": [-6.68266, 3.84604, 4.14755], "rotation": [0, 45, 0], "uv": [0, 0]} + ] + }, + { + "name": "bone10", + "parent": "bone9", + "pivot": [-6.68266, 0.37104, 4.1479], + "cubes": [ + {"origin": [-8.18266, -0.12896, -1.3521], "size": [3, 1, 5], "uv": [67, 51]} + ] + }, + { + "name": "leg_left_rotate", + "parent": "flight_rotation", + "pivot": [3.12551, 15.67938, 3.82259] + }, + { + "name": "left_leg", + "parent": "leg_left_rotate", + "pivot": [3.12551, 15.67938, 3.82259], + "rotation": [0, -15, 0] + }, + { + "name": "left_stick", + "parent": "left_leg", + "pivot": [5.12551, 15.67938, 3.82259], + "cubes": [ + {"origin": [0.62551, 15.17938, 3.32259], "size": [5, 1, 1], "uv": [46, 56]} + ] + }, + { + "name": "bone4", + "parent": "left_leg", + "pivot": [6.80051, 12.17938, 3.32259] + }, + { + "name": "bone7", + "parent": "bone4", + "pivot": [6.80051, 12.17938, 3.32259], + "rotation": [-25, 0, 0], + "cubes": [ + {"origin": [5.18266, 7.84604, 1.64755], "size": [3, 9, 1], "pivot": [6.68266, 3.84604, 4.14755], "rotation": [0, -45, 0], "uv": [64, 73]}, + {"origin": [5.18266, 16.84604, 1.64755], "size": [2, 2, 1], "pivot": [6.68266, 3.84604, 4.14755], "rotation": [0, -45, 0], "uv": [29, 17]}, + {"origin": [4.18266, 7.84604, 1.64755], "size": [1, 9, 4], "pivot": [6.68266, 3.84604, 4.14755], "rotation": [0, -45, 0], "uv": [42, 69]}, + {"origin": [4.18266, 16.84604, 1.64755], "size": [1, 2, 3], "pivot": [6.68266, 3.84604, 4.14755], "rotation": [0, -45, 0], "uv": [38, 14]} + ] + }, + { + "name": "bone6", + "parent": "bone7", + "pivot": [6.68266, 7.84604, 4.14755], + "rotation": [25.81427, 0, 0], + "cubes": [ + {"origin": [5.18266, -0.15396, 2.64755], "size": [3, 9, 3], "pivot": [6.68266, 3.84604, 4.14755], "rotation": [0, -45, 0], "uv": [0, 26]} + ] + }, + { + "name": "bone8", + "parent": "bone6", + "pivot": [6.68266, 0.37104, 4.1479], + "cubes": [ + {"origin": [5.18266, -0.12896, -1.3521], "size": [3, 1, 5], "uv": [14, 70]} + ] + }, + { + "name": "torso", + "parent": "flight_rotation", + "pivot": [0, 16.04604, 3.33988], + "rotation": [5, 0, 0] + }, + { + "name": "middle_chest", + "parent": "torso", + "pivot": [0, 15.10276, 2.98454] + }, + { + "name": "top_sec", + "parent": "middle_chest", + "pivot": [0, 22.10276, 2.98454], + "cubes": [ + {"origin": [-4.5, 21.10276, 0.04093], "size": [9, 6, 6], "inflate": 0.02, "uv": [35, 0]}, + {"origin": [-4.525, 20.60276, -0.52955], "size": [2, 7, 7], "inflate": 0.02, "uv": [18, 56]}, + {"origin": [3.55, 21.60276, 0.47045], "size": [2, 5, 5], "inflate": 0.02, "uv": [67, 18]}, + {"origin": [2.525, 20.60276, -0.52955], "size": [2, 7, 7], "inflate": 0.02, "uv": [0, 55]}, + {"origin": [-5.55, 21.60276, 0.47045], "size": [2, 5, 5], "inflate": 0.02, "uv": [0, 69]} + ] + }, + { + "name": "hand_right", + "parent": "top_sec", + "pivot": [-5.45, 24.10276, 3.27045], + "cubes": [ + {"origin": [-9.45, 23.10276, 2.27045], "size": [6, 2, 2], "inflate": -0.225, "uv": [59, 0]} + ] + }, + { + "name": "hand_right_2", + "parent": "hand_right", + "pivot": [-8.89751, 24.10276, 3.77705], + "cubes": [ + {"origin": [-13.3, 23.10276, 2.27045], "size": [5, 2, 2], "inflate": 0.01, "uv": [75, 0]}, + {"origin": [-13.575, 23.10276, 2.82045], "size": [5, 2, 2], "pivot": [-12.3, 24.10276, 4.27045], "rotation": [0, -20.75, 0], "uv": [72, 47]} + ] + }, + { + "name": "hand_right_3", + "parent": "hand_right_2", + "pivot": [-12.63333, 24.22776, 3.60378], + "cubes": [ + {"origin": [-15.3, 22.72776, -2.72955], "size": [3, 3, 9], "inflate": 0.01, "uv": [24, 44]}, + {"origin": [-14.3, 23.22776, -5.72955], "size": [2, 2, 3], "inflate": 0.01, "uv": [9, 69]}, + {"origin": [-14.8, 23.22776, 5.27045], "size": [2, 2, 4], "inflate": 0.01, "uv": [72, 73]} + ] + }, + { + "name": "hand_left", + "parent": "top_sec", + "pivot": [5.45, 24.10276, 3.27045], + "cubes": [ + {"origin": [3.45, 23.10276, 2.27045], "size": [6, 2, 2], "inflate": -0.225, "uv": [38, 23]} + ] + }, + { + "name": "hand_left_2", + "parent": "hand_left", + "pivot": [8.89751, 24.10276, 3.77705], + "cubes": [ + {"origin": [8.3, 23.10276, 2.27045], "size": [5, 2, 2], "inflate": 0.01, "uv": [29, 56]}, + {"origin": [8.575, 23.10276, 2.82045], "size": [5, 2, 2], "pivot": [12.3, 24.10276, 4.27045], "rotation": [0, 20.75, 0], "uv": [11, 55]} + ] + }, + { + "name": "hand_left_3", + "parent": "hand_left_2", + "pivot": [12.63333, 24.22776, 3.60378], + "cubes": [ + {"origin": [12.3, 22.72776, -2.72955], "size": [3, 3, 9], "inflate": 0.01, "uv": [0, 43]}, + {"origin": [12.3, 23.22776, -5.72955], "size": [2, 2, 3], "inflate": 0.01, "uv": [62, 17]}, + {"origin": [12.8, 23.22776, 5.27045], "size": [2, 2, 4], "inflate": 0.01, "uv": [39, 44]} + ] + }, + { + "name": "neck", + "parent": "top_sec", + "pivot": [0, 26.60276, 1.54093], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [-1.5, 25.10276, 0.04093], "size": [3, 5, 3], "inflate": 0.02, "uv": [72, 28]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 30.60276, 1.81887], + "rotation": [-7.5, 0, 0], + "cubes": [ + {"origin": [-13.1991, 29.10276, -9.02253], "size": [8, 5, 8], "inflate": 0.01, "pivot": [-7.1241, 31.60276, 7.12747], "rotation": [0, -45, 0], "uv": [28, 31]}, + {"origin": [-5.5, 29.10276, -2.93113], "size": [11, 5, 7], "inflate": 0.02, "uv": [0, 14]}, + {"origin": [2.8, 34.12776, -2.88113], "size": [1, 0, 2], "pivot": [4, 33.77776, -1.93113], "rotation": [0, 27.5, 0], "uv": [7, 26]}, + {"origin": [-3.8, 34.12776, -2.88113], "size": [1, 0, 2], "pivot": [-4, 33.77776, -1.93113], "rotation": [0, -27.5, 0], "uv": [2, 14]} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [4.44437, 32.62776, -4.53702], + "cubes": [ + {"origin": [3.94437, 30.62776, -6.63702], "size": [1, 2, 4], "pivot": [4.44437, 31.62776, -4.53702], "rotation": [5, 45, 0], "uv": [76, 63]} + ] + }, + { + "name": "eye_right", + "parent": "head", + "pivot": [-4.44437, 32.62776, -4.53702], + "cubes": [ + {"origin": [-4.94437, 30.62776, -6.63702], "size": [1, 2, 4], "pivot": [-4.44437, 31.62776, -4.53702], "rotation": [5, -45, 0], "uv": [76, 13]} + ] + }, + { + "name": "bone", + "parent": "head", + "pivot": [-0.5, 36.10276, -2.88113], + "cubes": [ + {"origin": [-1.5, 33.80276, -3.18113], "size": [3, 2, 3], "inflate": 0.01, "pivot": [0, 35.10276, -0.88113], "rotation": [45, 0, 0], "uv": [11, 76]}, + {"origin": [-2.5, 34.10276, -0.88113], "size": [5, 2, 5], "inflate": 0.02, "uv": [15, 31]} + ] + }, + { + "name": "cannon", + "parent": "top_sec", + "pivot": [-0.5, 25.10276, 6.04093], + "rotation": [47.5, 0, 0] + }, + { + "name": "stick_cannon", + "parent": "cannon", + "pivot": [-0.5, 24.10276, 4.04093], + "cubes": [ + {"origin": [-0.5, 23.10276, 3.04093], "size": [1, 3, 8], "uv": [62, 62]}, + {"origin": [-0.5, 23.10276, 11.04093], "size": [1, 5, 2], "uv": [0, 14]} + ] + }, + { + "name": "full_cannon", + "parent": "cannon", + "pivot": [0, 24.84604, 14.83988] + }, + { + "name": "top_cannon", + "parent": "full_cannon", + "pivot": [-0.5, 24.10276, 4.04093], + "cubes": [ + {"origin": [-1, 23.10276, 17.04093], "size": [2, 2, 2], "uv": [0, 43]}, + {"origin": [-2.5, 22.10276, 13.04093], "size": [5, 10, 5], "uv": [52, 23]}, + {"origin": [-3.5, 20.10276, 15.04093], "size": [7, 7, 2], "uv": [66, 38]} + ] + }, + { + "name": "cannon_topsie", + "parent": "top_cannon", + "pivot": [0.00833, 38.58609, 15.56593], + "cubes": [ + {"origin": [-2, 30.10276, 13.51593], "size": [4, 8, 4], "uv": [54, 56]} + ] + }, + { + "name": "cannontopsie_2", + "parent": "cannon_topsie", + "pivot": [0.0125, 41.32776, 15.59093], + "cubes": [ + {"origin": [-1.5, 36.07776, 14.04093], "size": [3, 7, 3], "uv": [52, 70]}, + {"origin": [-0.975, 43.07776, 14.56593], "size": [2, 0, 2], "inflate": 0.01, "uv": [7, 0]} + ] + }, + { + "name": "sheild", + "parent": "full_cannon", + "pivot": [-7.1241, 28.60276, 12.95439], + "rotation": [-90, 0, 0], + "cubes": [ + {"origin": [12.1991, 26.10276, 21.10439], "size": [1, 5, 7], "inflate": 0.01, "pivot": [7.1241, 28.60276, 12.95439], "rotation": [0, -45, 0], "uv": [62, 5]}, + {"origin": [-5.5, 30.10276, 10.01298], "size": [11, 1, 13], "inflate": 0.02, "uv": [0, 0]}, + {"origin": [4.5, 26.10276, 10.01298], "size": [1, 4, 13], "inflate": 0.02, "uv": [0, 26]}, + {"origin": [-5.5, 26.10276, 10.01298], "size": [1, 4, 13], "inflate": 0.02, "uv": [23, 14]}, + {"origin": [-12.1991, 30.10276, 21.10439], "size": [7, 1, 7], "inflate": 0.01, "pivot": [-7.1241, 28.60276, 12.95439], "rotation": [0, 45, 0], "uv": [39, 15]}, + {"origin": [-13.1991, 26.10276, 21.10439], "size": [1, 5, 8], "inflate": 0.01, "pivot": [-7.1241, 28.60276, 12.95439], "rotation": [0, 45, 0], "uv": [36, 56]} + ] + }, + { + "name": "bot_sec", + "parent": "middle_chest", + "pivot": [0, 19.60276, 3.54093], + "rotation": [-2.5, 0, 0], + "cubes": [ + {"origin": [-1.5, 17.10276, 2.04093], "size": [3, 5, 3], "inflate": 0.02, "pivot": [0, 19.60276, 3.54093], "rotation": [5, 0, 0], "uv": [71, 4]} + ] + }, + { + "name": "abodoment_rotate", + "parent": "bot_sec", + "pivot": [0, 15.10276, 6.74093], + "rotation": [5, 0, 0] + }, + { + "name": "abdoment", + "parent": "abodoment_rotate", + "pivot": [-0.70711, 15.10276, 3.04041], + "rotation": [0, -45, 0], + "cubes": [ + {"origin": [-2.70711, 13.37776, 0.04041], "size": [6, 6, 6], "uv": [48, 44]}, + {"origin": [-1.70711, 8.37776, 1.04041], "size": [4, 5, 4], "inflate": 0.02, "uv": [15, 43]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/geodude_alolan.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/geodude_alolan.geo.json new file mode 100644 index 0000000..55ab45d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/geodude_alolan.geo.json @@ -0,0 +1,295 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.geodude_alolan", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 4, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "geodude", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "geodude", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 4.5, 0], + "cubes": [ + {"origin": [-4.5, 2, -4.5], "size": [9, 6, 9], "uv": [0, 0]}, + {"origin": [-4.5, 0, -1.5], "size": [9, 2, 6], "inflate": 0.01, "uv": [0, 31]} + ] + }, + { + "name": "eye_right", + "parent": "torso", + "pivot": [-2.54168, 4.54548, -4.525], + "cubes": [ + {"origin": [-4, 3.5, -4.525], "size": [3, 2, 0], "inflate": 0.01, "pivot": [-2, 5, -4.525], "rotation": [0, 0, 5], "uv": [0, 0]}, + {"origin": [-5.2, 6, -5.125], "size": [3, 1, 1], "inflate": -0.3, "pivot": [-2, 5, -4.525], "rotation": [0, 0, 12], "uv": [0, 61]}, + {"origin": [-5.2, 4.6, -5.125], "size": [5, 2, 1], "inflate": -0.3, "pivot": [-2, 5, -4.525], "rotation": [0, 0, 12], "uv": [0, 61]}, + {"origin": [-4.43073, 8.98085, 1.575], "size": [3, 1, 0], "pivot": [-2.7, 8.9, -1.725], "rotation": [10, 0, 81], "uv": [2, 63]}, + {"origin": [-4.43073, 9.08085, -3.825], "size": [3, 1, 0], "pivot": [-2.7, 8.9, -1.725], "rotation": [-13.65033, -4.98779, 79.98477], "uv": [1, 62]}, + {"origin": [-3.93073, 7.88085, -2.025], "size": [3, 1, 0], "pivot": [-2.2, 8.9, -1.725], "rotation": [0, 0, 77], "uv": [2, 63]}, + {"origin": [-3.93073, 7.88085, -0.025], "size": [3, 1, 0], "pivot": [-2.2, 8.9, -1.725], "rotation": [0, 0, 76], "uv": [2, 63]} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-2.54168, 4.54548, -3.925], + "cubes": [ + {"origin": [-4, 3.5, -4.425], "size": [3, 2, 1], "inflate": 0.02, "pivot": [-2, 5, -4.425], "rotation": [0, 0, 5], "uv": [0, 2]} + ] + }, + { + "name": "eye_left", + "parent": "torso", + "pivot": [2.54168, 4.54548, -4.525], + "cubes": [ + {"origin": [1, 3.5, -4.525], "size": [3, 2, 0], "inflate": 0.01, "pivot": [2, 5, -4.525], "rotation": [0, 0, -5], "uv": [0, 0], "mirror": true}, + {"origin": [0.2, 4.6, -5.125], "size": [5, 2, 1], "inflate": -0.3, "pivot": [2, 5, -4.525], "rotation": [0, 0, -12], "uv": [0, 61], "mirror": true}, + {"origin": [2.2, 6, -5.125], "size": [3, 1, 1], "inflate": -0.3, "pivot": [2, 5, -4.525], "rotation": [0, 0, -12], "uv": [0, 61], "mirror": true}, + {"origin": [1.43073, 9.08085, -3.825], "size": [3, 1, 0], "pivot": [2.7, 8.9, -1.725], "rotation": [-13.65033, 4.98779, -79.98477], "uv": [1, 62], "mirror": true}, + {"origin": [0.93073, 7.88085, -2.025], "size": [3, 1, 0], "pivot": [2.2, 8.9, -1.725], "rotation": [0, 0, -77], "uv": [2, 63], "mirror": true}, + {"origin": [0.93073, 7.88085, -0.025], "size": [3, 1, 0], "pivot": [2.2, 8.9, -1.725], "rotation": [0, 0, -76], "uv": [2, 63], "mirror": true}, + {"origin": [1.43073, 8.98085, 1.575], "size": [3, 1, 0], "pivot": [2.7, 8.9, -1.725], "rotation": [10, 0, -81], "uv": [2, 63], "mirror": true} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [2.54168, 4.54548, -3.925], + "cubes": [ + {"origin": [1, 3.5, -4.425], "size": [3, 2, 1], "inflate": 0.02, "pivot": [2, 5, -4.425], "rotation": [0, 0, -5], "uv": [0, 2], "mirror": true} + ] + }, + { + "name": "jaw", + "parent": "torso", + "pivot": [0, 2, -1.5], + "cubes": [ + {"origin": [-4, 0, -4.25], "size": [8, 2, 3], "uv": [0, 39]} + ] + }, + { + "name": "arm_right", + "parent": "torso", + "pivot": [-4.5, 3.5, 0.25], + "cubes": [ + {"origin": [-9.5, 2.5, -0.75], "size": [5, 2, 2], "uv": [27, 4]} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-9.5, 3.5, 1.25], + "cubes": [ + {"origin": [-15.5, 2.5, -0.75], "size": [6, 3, 2], "inflate": 0.01, "uv": [16, 26]} + ] + }, + { + "name": "hand_right", + "parent": "arm_right2", + "pivot": [-15.5, 4.75, 0.25], + "cubes": [ + {"origin": [-18.5, 2.25, -0.75], "size": [3, 4, 2], "uv": [0, 18]} + ] + }, + { + "name": "finger_right_thumb", + "parent": "hand_right", + "pivot": [-17.5, 6, 0.25], + "cubes": [ + {"origin": [-19.5, 5.5, -0.75], "size": [2, 1, 1], "inflate": 0.01, "uv": [26, 17]} + ] + }, + { + "name": "finger_right_thumb2", + "parent": "finger_right_thumb", + "pivot": [-19.5, 6, -0.75], + "cubes": [ + {"origin": [-20.5, 5.5, -0.75], "size": [1, 1, 1], "uv": [16, 19]} + ] + }, + { + "name": "finger_right_index", + "parent": "hand_right", + "pivot": [-18.5, 5.75, 1.25], + "cubes": [ + {"origin": [-20.5, 5.25, 0.25], "size": [2, 1, 1], "inflate": 0.01, "uv": [20, 23]} + ] + }, + { + "name": "finger_right_index2", + "parent": "finger_right_index", + "pivot": [-20.5, 5.75, 1.25], + "cubes": [ + {"origin": [-22.5, 5.25, 0.25], "size": [2, 1, 1], "uv": [10, 19]} + ] + }, + { + "name": "finger_right_middle", + "parent": "hand_right", + "pivot": [-18.5, 4.75, 1.25], + "cubes": [ + {"origin": [-20.5, 4.25, 0.25], "size": [2, 1, 1], "inflate": 0.01, "uv": [20, 21]} + ] + }, + { + "name": "finger_right_middle2", + "parent": "finger_right_middle", + "pivot": [-20.5, 4.75, 1.25], + "cubes": [ + {"origin": [-22.5, 4.25, 0.25], "size": [2, 1, 1], "uv": [10, 21]} + ] + }, + { + "name": "finger_right_ring", + "parent": "hand_right", + "pivot": [-18.5, 3.75, 1.25], + "cubes": [ + {"origin": [-20.5, 3.25, 0.25], "size": [2, 1, 1], "inflate": 0.01, "uv": [20, 19]} + ] + }, + { + "name": "finger_right_ring2", + "parent": "finger_right_ring", + "pivot": [-20.5, 3.75, 1.25], + "cubes": [ + {"origin": [-22.5, 3.25, 0.25], "size": [2, 1, 1], "uv": [10, 23]} + ] + }, + { + "name": "finger_right_pinky", + "parent": "hand_right", + "pivot": [-18.5, 2.75, 1.25], + "cubes": [ + {"origin": [-20.5, 2.25, 0.25], "size": [2, 1, 1], "inflate": 0.01, "uv": [20, 17]} + ] + }, + { + "name": "finger_right_pinky2", + "parent": "finger_right_pinky", + "pivot": [-20.5, 2.75, 1.25], + "cubes": [ + {"origin": [-21.5, 2.25, 0.25], "size": [1, 1, 1], "uv": [16, 17]} + ] + }, + { + "name": "arm_left", + "parent": "torso", + "pivot": [4.5, 3.5, 0.25], + "cubes": [ + {"origin": [4.5, 2.5, -0.75], "size": [5, 2, 2], "uv": [27, 4], "mirror": true} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [9.5, 3.5, 1.25], + "cubes": [ + {"origin": [9.5, 2.5, -0.75], "size": [6, 3, 2], "inflate": 0.01, "uv": [16, 26], "mirror": true} + ] + }, + { + "name": "hand_left", + "parent": "arm_left2", + "pivot": [15.5, 4.75, 0.25], + "cubes": [ + {"origin": [15.5, 2.25, -0.75], "size": [3, 4, 2], "uv": [0, 18], "mirror": true} + ] + }, + { + "name": "finger_left_thumb", + "parent": "hand_left", + "pivot": [17.5, 6, 0.25], + "cubes": [ + {"origin": [17.5, 5.5, -0.75], "size": [2, 1, 1], "inflate": 0.01, "uv": [26, 17], "mirror": true} + ] + }, + { + "name": "finger_left_thumb2", + "parent": "finger_left_thumb", + "pivot": [19.5, 6, -0.75], + "cubes": [ + {"origin": [19.5, 5.5, -0.75], "size": [1, 1, 1], "uv": [16, 19], "mirror": true} + ] + }, + { + "name": "finger_left_index", + "parent": "hand_left", + "pivot": [18.5, 5.75, 1.25], + "cubes": [ + {"origin": [18.5, 5.25, 0.25], "size": [2, 1, 1], "inflate": 0.01, "uv": [20, 23], "mirror": true} + ] + }, + { + "name": "finger_left_index2", + "parent": "finger_left_index", + "pivot": [20.5, 5.75, 1.25], + "cubes": [ + {"origin": [20.5, 5.25, 0.25], "size": [2, 1, 1], "uv": [10, 19], "mirror": true} + ] + }, + { + "name": "finger_left_middle", + "parent": "hand_left", + "pivot": [18.5, 4.75, 1.25], + "cubes": [ + {"origin": [18.5, 4.25, 0.25], "size": [2, 1, 1], "inflate": 0.01, "uv": [20, 21], "mirror": true} + ] + }, + { + "name": "finger_left_middle2", + "parent": "finger_left_middle", + "pivot": [20.5, 4.75, 1.25], + "cubes": [ + {"origin": [20.5, 4.25, 0.25], "size": [2, 1, 1], "uv": [10, 21], "mirror": true} + ] + }, + { + "name": "finger_left_ring", + "parent": "hand_left", + "pivot": [18.5, 3.75, 1.25], + "cubes": [ + {"origin": [18.5, 3.25, 0.25], "size": [2, 1, 1], "inflate": 0.01, "uv": [20, 19], "mirror": true} + ] + }, + { + "name": "finger_left_ring2", + "parent": "finger_left_ring", + "pivot": [20.5, 3.75, 1.25], + "cubes": [ + {"origin": [20.5, 3.25, 0.25], "size": [2, 1, 1], "uv": [10, 23], "mirror": true} + ] + }, + { + "name": "finger_left_pinky", + "parent": "hand_left", + "pivot": [18.5, 2.75, 1.25], + "cubes": [ + {"origin": [18.5, 2.25, 0.25], "size": [2, 1, 1], "inflate": 0.01, "uv": [20, 17], "mirror": true} + ] + }, + { + "name": "finger_left_pinky2", + "parent": "finger_left_pinky", + "pivot": [20.5, 2.75, 1.25], + "cubes": [ + {"origin": [20.5, 2.25, 0.25], "size": [1, 1, 1], "uv": [16, 17], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/glalie/glalie.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/glalie/glalie.geo.json new file mode 100644 index 0000000..d47a6b0 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/glalie/glalie.geo.json @@ -0,0 +1,124 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.glalie", + "texture_width": 168, + "texture_height": 128, + "visible_bounds_width": 5, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "glalie", + "pivot": [0, 0, 0] + }, + { + "name": "root", + "parent": "glalie", + "pivot": [-0.0085, 19.03098, -2.34286] + }, + { + "name": "body", + "parent": "root", + "pivot": [-0.0085, 19.03098, -2.34286], + "cubes": [ + {"origin": [2.5, 25.05, -12.5], "size": [5, 1, 25], "inflate": 0.09, "uv": [101, 29]}, + {"origin": [-7.5, 25.05, -12.5], "size": [5, 1, 25], "inflate": 0.09, "uv": [101, 2]}, + {"origin": [-12.2, 15.8, -13.2], "size": [3, 10, 10], "inflate": -0.1, "pivot": [-11.2, 23.7, -7.7], "rotation": [0, 0, -52.5], "uv": [102, 56]}, + {"origin": [9.2, 15.725, -13.2], "size": [3, 10, 10], "inflate": -0.1, "pivot": [11.2, 23.7, -7.7], "rotation": [0, 0, 52.5], "uv": [129, 56]}, + {"origin": [-12.5, 0, -96.5], "size": [25, 25, 25], "inflate": -25.2, "pivot": [0, 12.5, -42], "rotation": [180, 0, 0], "uv": [0, 27]}, + {"origin": [-12.5, 0, -12.5], "size": [25, 25, 25], "inflate": 0.2, "uv": [0, 27]}, + {"origin": [-12.5, 0, -12.5], "size": [25, 25, 25], "uv": [0, 78]} + ] + }, + { + "name": "horn_left", + "parent": "body", + "pivot": [8.25, 21.4, 0], + "rotation": [0, 0, 52.5], + "cubes": [ + {"origin": [3.75, 15.4, -4.5], "size": [9, 16, 9], "uv": [58, 0]}, + {"origin": [5.75, 30.4, -2.5], "size": [5, 8, 5], "uv": [95, 12]}, + {"origin": [8.25, 38.4, -2.5], "size": [0, 6, 5], "uv": [98, -3]}, + {"origin": [8.25, 38.4, -2.5], "size": [0, 6, 5], "pivot": [8.25, 41.4, 0], "rotation": [0, -90, 0], "uv": [87, -3]} + ] + }, + { + "name": "horn_right", + "parent": "body", + "pivot": [-8.25, 21.4, 0], + "rotation": [0, 0, -52.5], + "cubes": [ + {"origin": [-12.75, 15.4, -4.5], "size": [9, 16, 9], "uv": [21, 0]}, + {"origin": [-10.75, 30.4, -2.5], "size": [5, 8, 5], "uv": [0, 12]}, + {"origin": [-8.25, 38.4, -2.5], "size": [0, 6, 5], "uv": [7, -3]}, + {"origin": [-8.25, 38.4, -2.5], "size": [0, 6, 5], "pivot": [-8.25, 41.4, 0], "rotation": [0, 90, 0], "uv": [18, -3]} + ] + }, + { + "name": "eye_left", + "parent": "body", + "pivot": [6, 16, -12.6], + "rotation": [0, 0, -5], + "cubes": [ + {"origin": [2.5, 13, -12.6], "size": [7, 6, 0], "uv": [77, 37]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [6, 18, -11.175], + "rotation": [0, 0, -12.5], + "cubes": [ + {"origin": [1.5, 16, -11.675], "size": [8, 3, 1], "inflate": 0.01, "uv": [82, 45]} + ] + }, + { + "name": "pupil_left", + "parent": "eye_left", + "pivot": [5.5, 17, -12.675], + "cubes": [ + {"origin": [4.5, 15, -12.675], "size": [2, 4, 0], "uv": [77, 45]} + ] + }, + { + "name": "eye_right", + "parent": "body", + "pivot": [-6, 16, -12.6], + "rotation": [0, 0, 5], + "cubes": [ + {"origin": [-9.5, 13, -12.6], "size": [7, 6, 0], "uv": [9, 37], "mirror": true} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-6, 18, -11.175], + "rotation": [0, 0, 12.5], + "cubes": [ + {"origin": [-9.5, 16, -11.675], "size": [8, 3, 1], "inflate": 0.01, "uv": [0, 45], "mirror": true} + ] + }, + { + "name": "pupil_right", + "parent": "eye_right", + "pivot": [-5.5, 17, -12.675], + "cubes": [ + {"origin": [-6.5, 15, -12.675], "size": [2, 4, 0], "uv": [19, 45], "mirror": true} + ] + }, + { + "name": "mouth_open", + "parent": "body", + "pivot": [0, 5.5, -10.625], + "cubes": [ + {"origin": [-7.5, 0, -10.625], "size": [15, 11, 0], "uv": [77, 79]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/glameow.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/glameow.geo.json new file mode 100644 index 0000000..a6cfebd --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/glameow.geo.json @@ -0,0 +1,441 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.glameow", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 4, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "glameow", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "glameow", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-2, 5, -4], "size": [4, 4, 10], "uv": [0, 0]}, + {"origin": [-1, 8.5, -0.75], "size": [1, 2, 0], "pivot": [-1, 9, -1], "rotation": [-15, -25, 0], "uv": [18, 0]}, + {"origin": [0, 8.5, -0.75], "size": [1, 2, 0], "pivot": [1, 9, -1], "rotation": [-15, 25, 0], "uv": [4, 16]}, + {"origin": [-1.5, 8.5, -2], "size": [0, 2, 1], "pivot": [-1.5, 9, -1.5], "rotation": [0, 15, -25], "uv": [4, 15]}, + {"origin": [-1.5, 8.5, -4], "size": [0, 2, 1], "pivot": [-1.5, 9, -3.5], "rotation": [17.5, -15, -25], "uv": [4, 15]}, + {"origin": [1.5, 8.5, -2], "size": [0, 2, 1], "pivot": [1.5, 9, -1.5], "rotation": [0, -15, 25], "uv": [0, 0]}, + {"origin": [1.5, 8.5, -4], "size": [0, 2, 1], "pivot": [1.5, 9, -3.5], "rotation": [15, 15, 25], "uv": [7, 0]} + ] + }, + { + "name": "neck", + "parent": "body", + "pivot": [0, 9, -1.5], + "cubes": [ + {"origin": [-1, 8.5, -3.5], "size": [2, 4, 2], "pivot": [0, 9, -2.5], "rotation": [15, 0, 0], "uv": [16, 27]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 11, -3.5], + "cubes": [ + {"origin": [-3.5, 11, -8], "size": [7, 6, 7], "uv": [0, 14]}, + {"origin": [-6, 12.25, -8.01], "size": [3, 0.25, 0], "pivot": [-3, 12.5, -8.01], "rotation": [0, 0, -10], "uv": [0, 39]}, + {"origin": [-6, 11.5, -8.01], "size": [3, 0.25, 0], "pivot": [-3, 11.75, -8.01], "rotation": [0, 0, -20], "uv": [0, 39]}, + {"origin": [3, 12.25, -8.01], "size": [3, 0.25, 0], "pivot": [3, 12.5, -8.01], "rotation": [0, 0, 10], "uv": [0, 39]}, + {"origin": [3, 11.5, -8.01], "size": [3, 0.25, 0], "pivot": [3, 11.75, -8.01], "rotation": [0, 0, 20], "uv": [0, 40]} + ] + }, + { + "name": "eye_l", + "parent": "head", + "pivot": [2.5, 15.25, -8.01], + "cubes": [ + {"origin": [0.5, 13.25, -8.01], "size": [2, 2, 0], "pivot": [2.5, 15.25, -8.01], "rotation": [0, 0, -25], "uv": [0, 16]}, + {"origin": [0.75, 13.25, -8.02], "size": [1, 1, 0], "pivot": [2.5, 15.25, -8.01], "rotation": [0, 0, -25], "uv": [0, 0]} + ] + }, + { + "name": "eyelid_l", + "parent": "eye_l", + "pivot": [-2.5, 15.25, -8.01], + "cubes": [ + {"origin": [0.5, 13.25, -8], "size": [2, 2, 0], "pivot": [2.5, 15.25, -8.01], "rotation": [0, 0, -25], "uv": [15, 45]} + ] + }, + { + "name": "eye_r", + "parent": "head", + "pivot": [2.5, 15.25, -8.01], + "cubes": [ + {"origin": [-2.5, 13.25, -8.01], "size": [2, 2, 0], "pivot": [-2.5, 15.25, -8.01], "rotation": [0, 0, 25], "uv": [0, 18]}, + {"origin": [-1.75, 13.25, -8.02], "size": [1, 1, 0], "pivot": [-2.5, 15.25, -8.01], "rotation": [0, 0, 25], "uv": [7, 0]} + ] + }, + { + "name": "eyelid_r", + "parent": "eye_r", + "pivot": [2.5, 15.25, -8.01], + "cubes": [ + {"origin": [-2.5, 13.25, -8], "size": [2, 2, 0], "pivot": [-2.5, 15.25, -8.01], "rotation": [0, 0, 25], "uv": [0, 45]} + ] + }, + { + "name": "snout", + "parent": "head", + "pivot": [2.5, 15.25, -8.01], + "cubes": [ + {"origin": [-2, 10.99, -8.5], "size": [4, 2, 1], "uv": [0, 7]}, + {"origin": [-0.25, 12.25, -8.51], "size": [0.5, 0.5, 0], "uv": [1, 40]} + ] + }, + { + "name": "mouth", + "parent": "snout", + "pivot": [2.5, 15.25, -8.01], + "cubes": [ + {"origin": [-1, 11, -8.49], "size": [2, 1, 0], "uv": [0, 20]} + ] + }, + { + "name": "ear_l", + "parent": "head", + "pivot": [3.5, 15.5, -4], + "rotation": [-10, -20, 55], + "cubes": [ + {"origin": [0.75, 12.25, -5], "size": [5, 4, 2], "uv": [0, 58]}, + {"origin": [0.75, 16.25, -5], "size": [4, 2, 2], "uv": [0, 54]}, + {"origin": [0.75, 18.25, -5], "size": [3, 2, 2], "uv": [0, 50]}, + {"origin": [1.25, 20.25, -5], "size": [2, 1, 2], "uv": [0, 47]} + ] + }, + { + "name": "ear_r", + "parent": "head", + "pivot": [-3.5, 15.5, -4], + "rotation": [-10, 20, -55], + "cubes": [ + {"origin": [-5.75, 12.25, -5], "size": [5, 4, 2], "uv": [15, 58]}, + {"origin": [-4.75, 16.25, -5], "size": [4, 2, 2], "uv": [15, 54]}, + {"origin": [-3.75, 18.25, -5], "size": [3, 2, 2], "uv": [15, 50]}, + {"origin": [-3.25, 20.25, -5], "size": [2, 1, 2], "uv": [15, 47]} + ] + }, + { + "name": "thigh_fr", + "parent": "body", + "pivot": [-1.5, 7, -2.75], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [-2.5, 4, -3.5], "size": [2, 4, 2], "uv": [8, 27]} + ] + }, + { + "name": "leg_fr", + "parent": "thigh_fr", + "pivot": [-1.5, 4, -1.5], + "rotation": [-20, 0, 0], + "cubes": [ + {"origin": [-2.51, 0, -3.5], "size": [2, 4, 2], "uv": [0, 27]}, + {"origin": [-2.52, -0.25, -4], "size": [2, 1, 2], "pivot": [-1.49, 1, -1.5], "rotation": [5, 0, 0], "uv": [28, 11]} + ] + }, + { + "name": "thigh_fl", + "parent": "body", + "pivot": [1.5, 7, -2.5], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [0.5, 4, -3.5], "size": [2, 4, 2], "uv": [31, 58]} + ] + }, + { + "name": "leg_fl", + "parent": "thigh_fl", + "pivot": [1.5, 4, -1.5], + "rotation": [-20, 0, 0], + "cubes": [ + {"origin": [0.51, 0, -3.5], "size": [2, 4, 2], "uv": [31, 52]}, + {"origin": [0.52, -0.25, -4], "size": [2, 1, 2], "pivot": [1.51, 1, -1.5], "rotation": [5, 0, 0], "uv": [31, 49]} + ] + }, + { + "name": "thigh_br", + "parent": "body", + "pivot": [-1.5, 7, 4.25], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-2.5, 4, 3], "size": [2, 4, 3], "uv": [0, 0]} + ] + }, + { + "name": "leg_br", + "parent": "thigh_br", + "pivot": [-1.5, 4, 6], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [-2.51, 0, 4], "size": [2, 4, 2], "uv": [0, 27]}, + {"origin": [-2.5, 0, 3.5], "size": [2, 1, 2], "pivot": [-1.5, 1, 6], "rotation": [5, 0, 0], "uv": [28, 11]} + ] + }, + { + "name": "thigh_bl", + "parent": "body", + "pivot": [1.5, 7, 4.25], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [0.5, 4, 3], "size": [2, 4, 3], "uv": [41, 57]} + ] + }, + { + "name": "leg_bl", + "parent": "thigh_bl", + "pivot": [1.5, 4, 6], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [0.51, 0, 4], "size": [2, 4, 2], "uv": [42, 51]}, + {"origin": [0.5, 0, 3.5], "size": [2, 1, 2], "pivot": [1.5, 1, 6], "rotation": [5, 0, 0], "uv": [42, 48]} + ] + }, + { + "name": "tail_base", + "parent": "body", + "pivot": [0, 8, 6], + "rotation": [37.5, 0, 0], + "cubes": [ + {"origin": [-0.5, 7.5, 5.5], "size": [1, 1, 3], "uv": [28, 7]} + ] + }, + { + "name": "curl", + "parent": "tail_base", + "pivot": [0.5, 8, 8.5], + "rotation": [0, 10, 0], + "cubes": [ + {"origin": [-2.5, 7.5, 7.5], "size": [3, 1, 1], "uv": [28, 23]} + ] + }, + { + "name": "curl2", + "parent": "curl", + "pivot": [-2.5, 7.5, 8], + "rotation": [0, 15, 45], + "cubes": [ + {"origin": [-5.5, 7.5, 7.5], "size": [3, 1, 1], "uv": [28, 23]} + ] + }, + { + "name": "curl3", + "parent": "curl2", + "pivot": [-5.5, 7.5, 8], + "rotation": [0, 15, 45], + "cubes": [ + {"origin": [-8.5, 7.5, 7.5], "size": [3, 1, 1], "uv": [28, 23]} + ] + }, + { + "name": "curl4", + "parent": "curl3", + "pivot": [-8.5, 7.5, 8], + "rotation": [0, 15, 45], + "cubes": [ + {"origin": [-11.5, 7.5, 7.5], "size": [3, 1, 1], "uv": [28, 23]} + ] + }, + { + "name": "curl5", + "parent": "curl4", + "pivot": [-11.5, 7.5, 8], + "rotation": [0, 15, 45], + "cubes": [ + {"origin": [-14.5, 7.5, 7.5], "size": [3, 1, 1], "uv": [28, 23]} + ] + }, + { + "name": "curl6", + "parent": "curl5", + "pivot": [-14.5, 7.5, 8], + "rotation": [0, 15, 45], + "cubes": [ + {"origin": [-17.5, 7.5, 7.5], "size": [3, 1, 1], "uv": [28, 23]} + ] + }, + { + "name": "curl7", + "parent": "curl6", + "pivot": [-17.5, 7.5, 8], + "rotation": [0, 15, 45], + "cubes": [ + {"origin": [-20.5, 7.5, 7.5], "size": [3, 1, 1], "uv": [28, 23]} + ] + }, + { + "name": "curl8", + "parent": "curl7", + "pivot": [-20.5, 7.5, 8], + "rotation": [0, 15, 45], + "cubes": [ + {"origin": [-23.5, 7.5, 7.5], "size": [3, 1, 1], "uv": [28, 23]} + ] + }, + { + "name": "curl9", + "parent": "curl8", + "pivot": [-23.5, 7.5, 8], + "rotation": [0, 15, 45], + "cubes": [ + {"origin": [-26.5, 7.5, 7.5], "size": [3, 1, 1], "uv": [28, 23]} + ] + }, + { + "name": "curl10", + "parent": "curl9", + "pivot": [-26.5, 7.5, 8], + "rotation": [0, 15, 45], + "cubes": [ + {"origin": [-29.5, 7.5, 7.5], "size": [3, 1, 1], "uv": [28, 23]} + ] + }, + { + "name": "curl11", + "parent": "curl10", + "pivot": [-29.5, 7.5, 8], + "rotation": [0, 15, 45], + "cubes": [ + {"origin": [-32.5, 7.5, 7.5], "size": [3, 1, 1], "uv": [28, 23]} + ] + }, + { + "name": "curl12", + "parent": "curl11", + "pivot": [-32.5, 7.5, 8], + "rotation": [0, 15, 45], + "cubes": [ + {"origin": [-35.5, 7.5, 7.5], "size": [3, 1, 1], "uv": [28, 23]} + ] + }, + { + "name": "curl13", + "parent": "curl12", + "pivot": [-35.5, 7.5, 8], + "rotation": [0, 15, 45], + "cubes": [ + {"origin": [-38.5, 7.5, 7.5], "size": [3, 1, 1], "uv": [28, 23]} + ] + }, + { + "name": "curl14", + "parent": "curl13", + "pivot": [-38.5, 7.5, 8], + "rotation": [0, 15, 45], + "cubes": [ + {"origin": [-41.5, 7.5, 7.5], "size": [3, 1, 1], "uv": [28, 23]} + ] + }, + { + "name": "curl15", + "parent": "curl14", + "pivot": [-41.5, 7.5, 8], + "rotation": [0, 15, 45], + "cubes": [ + {"origin": [-44.5, 7.5, 7.5], "size": [3, 1, 1], "uv": [28, 23]} + ] + }, + { + "name": "curl16", + "parent": "curl15", + "pivot": [-44.5, 7.5, 8], + "rotation": [0, 15, 45], + "cubes": [ + {"origin": [-47.5, 7.5, 7.5], "size": [3, 1, 1], "uv": [28, 23]} + ] + }, + { + "name": "curl17", + "parent": "curl16", + "pivot": [-47.5, 7.5, 8], + "rotation": [0, 15, 45], + "cubes": [ + {"origin": [-50.5, 7.5, 7.5], "size": [3, 1, 1], "uv": [28, 23]} + ] + }, + { + "name": "curl18", + "parent": "curl17", + "pivot": [-50.5, 7.5, 8], + "rotation": [0, 15, 45], + "cubes": [ + {"origin": [-53.5, 7.5, 7.5], "size": [3, 1, 1], "uv": [28, 23]} + ] + }, + { + "name": "curl19", + "parent": "curl18", + "pivot": [-53.5, 7.5, 8], + "rotation": [0, 15, 45], + "cubes": [ + {"origin": [-56.5, 7.5, 7.5], "size": [3, 1, 1], "uv": [28, 23]} + ] + }, + { + "name": "curl20", + "parent": "curl19", + "pivot": [-56.5, 7.5, 8], + "rotation": [0, 15, 45], + "cubes": [ + {"origin": [-59.5, 7.5, 7.5], "size": [3, 1, 1], "uv": [28, 23]} + ] + }, + { + "name": "curl21", + "parent": "curl20", + "pivot": [-59.5, 7.5, 8], + "rotation": [0, 15, 45], + "cubes": [ + {"origin": [-62.5, 7.5, 7.5], "size": [3, 1, 1], "uv": [28, 23]} + ] + }, + { + "name": "curl22", + "parent": "curl21", + "pivot": [-62.5, 7.5, 8], + "rotation": [0, 15, 45], + "cubes": [ + {"origin": [-65.5, 7.5, 7.5], "size": [3, 1, 1], "uv": [28, 23]} + ] + }, + { + "name": "curl23", + "parent": "curl22", + "pivot": [-65.5, 7.5, 8], + "rotation": [0, 15, 45], + "cubes": [ + {"origin": [-68.5, 7.5, 7.5], "size": [3, 1, 1], "uv": [28, 23]} + ] + }, + { + "name": "curl24", + "parent": "curl23", + "pivot": [-68.5, 7.5, 8], + "rotation": [0, 25, 45], + "cubes": [ + {"origin": [-71.5, 7.5, 7.5], "size": [3, 1, 1], "uv": [28, 23]} + ] + }, + { + "name": "curl25", + "parent": "curl24", + "pivot": [-71.5, 7.5, 8], + "rotation": [0, 40, 45], + "cubes": [ + {"origin": [-74.5, 7.5, 7.5], "size": [3, 1, 1], "uv": [28, 23]}, + {"origin": [-78.5, 6.5, 6.5], "size": [4, 3, 3], "uv": [21, 14]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/gogoat/gogoat.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/gogoat/gogoat.geo.json new file mode 100644 index 0000000..d5621db --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/gogoat/gogoat.geo.json @@ -0,0 +1,355 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 3, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "gogoat", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "gogoat", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 8.5, 3.75], + "cubes": [ + {"origin": [-4, 15.975, -4], "size": [8, 0, 13], "uv": [0, 0]}, + {"origin": [-4, 15.85, -4], "size": [8, 0, 13], "uv": [-13, 67]}, + {"origin": [-4, 7.75, 1], "size": [8, 8, 8], "uv": [26, 21]}, + {"origin": [-4, 7.75, -6], "size": [8, 8, 7], "inflate": 0.01, "uv": [29, 0]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0.005, 15.755, 8.74496], + "rotation": [27.5, 0, 0], + "cubes": [ + {"origin": [-1.475, 15.725, 9], "size": [3, 0, 7], "uv": [0, 0]}, + {"origin": [-0.475, 15.75, 9], "size": [2, 0, 4], "pivot": [0.025, 15.775, 9.025], "rotation": [0, 55, 0], "uv": [41, 15]}, + {"origin": [-2.475, 15.75, 11], "size": [2, 0, 4], "pivot": [0.025, 15.775, 9.025], "rotation": [0, 42.5, 0], "uv": [25, 0]}, + {"origin": [0.475, 15.75, 11], "size": [2, 0, 4], "pivot": [-0.025, 15.775, 9.025], "rotation": [0, -42.5, 0], "uv": [4, 7]}, + {"origin": [-1.525, 15.75, 9], "size": [2, 0, 4], "pivot": [-0.025, 15.775, 9.025], "rotation": [0, -52.5, 0], "uv": [34, 37]} + ] + }, + { + "name": "neck", + "parent": "torso", + "pivot": [0, 13, -6], + "rotation": [47.5, 0, 0], + "cubes": [ + {"origin": [-2, 11, -8], "size": [4, 6, 4], "uv": [50, 15]} + ] + }, + { + "name": "neck_wool", + "parent": "neck", + "pivot": [0.0125, 14.10977, -5.60287], + "rotation": [-62.5, 0, 0], + "cubes": [ + {"origin": [-5, 9.65246, -9.18191], "size": [10, 9, 7], "inflate": 0.025, "pivot": [0, 13.65246, -5.73191], "rotation": [-14.25, 0, 0], "uv": [0, 13]}, + {"origin": [-4.475, 10.10246, -8.75691], "size": [9, 8, 6], "inflate": 0.325, "pivot": [0, 13.65246, -5.73191], "rotation": [-14.25, 0, 0], "uv": [0, 31]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 17, -6] + }, + { + "name": "head_correction", + "parent": "head", + "pivot": [0, 17, -6], + "rotation": [-47.5, 0, 0] + }, + { + "name": "head_ai", + "parent": "head_correction", + "pivot": [0, 17, -6] + }, + { + "name": "head_angle", + "parent": "head_ai", + "pivot": [0, 17, -6], + "rotation": [47.5, 0, 0], + "cubes": [ + {"origin": [-2.5, 17, -8.5], "size": [5, 4, 5], "uv": [38, 37]}, + {"origin": [-2.5, 18, -10.5], "size": [5, 3, 2], "uv": [27, 15]}, + {"origin": [-1, 20, -10.5], "size": [2, 1, 1], "inflate": 0.01, "uv": [0, 17]} + ] + }, + { + "name": "eye_right", + "parent": "head_angle", + "pivot": [-2.525, 19.725, -7.5], + "rotation": [-50, 0, 0] + }, + { + "name": "eyebrow_right", + "parent": "eye_right", + "pivot": [-2.56, 20.35926, -7.96193], + "rotation": [-40.25, 0, 0], + "cubes": [ + {"origin": [-2.51, 18.73426, -7.46193], "size": [0, 3, 2], "uv": [67, -2], "mirror": true}, + {"origin": [-2.56, 19.18426, -8.46193], "size": [0, 2, 1], "uv": [4, 11], "mirror": true} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-1.885, 19.725, -7.5], + "cubes": [ + {"origin": [-2.84, 18.925, -8.3], "size": [1, 1, 2], "inflate": -0.3, "pivot": [1.485, 19.725, -7.5], "rotation": [-90, 0, 0], "uv": [9, 10], "mirror": true}, + {"origin": [-3.01, 18.7, -8.525], "size": [2, 2, 2], "inflate": -0.475, "uv": [74, 11], "mirror": true} + ] + }, + { + "name": "eyes", + "parent": "head_angle", + "pivot": [0, 13, -4] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [2.525, 19.725, -7.5], + "rotation": [-50, 0, 0] + }, + { + "name": "eyebrow_left", + "parent": "eye_left", + "pivot": [2.56, 20.35926, -7.96193], + "rotation": [-40.25, 0, 0], + "cubes": [ + {"origin": [2.51, 18.73426, -7.46193], "size": [0, 3, 2], "uv": [67, -2]}, + {"origin": [2.56, 19.18426, -8.46193], "size": [0, 2, 1], "uv": [4, 11]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [1.885, 19.725, -7.5], + "cubes": [ + {"origin": [1.84, 18.925, -8.3], "size": [1, 1, 2], "inflate": -0.3, "pivot": [-1.485, 19.725, -7.5], "rotation": [-90, 0, 0], "uv": [9, 10]}, + {"origin": [1.01, 18.7, -8.525], "size": [2, 2, 2], "inflate": -0.475, "uv": [74, 11]} + ] + }, + { + "name": "mouth", + "parent": "head_angle", + "pivot": [0, 13.5, -4], + "cubes": [ + {"origin": [-1, 18, -10.41], "size": [2, 2, 0], "uv": [0, 29]} + ] + }, + { + "name": "horns", + "parent": "head_angle", + "pivot": [1.5, 21.775, -5], + "rotation": [-28.25, 0, 0], + "cubes": [ + {"origin": [-0.95, 20.025, -6], "size": [2, 2, 3], "pivot": [1.5, 21.775, -5], "rotation": [27.5, 0, 0], "uv": [52, 0]}, + {"origin": [-0.475, 19.625, -7], "size": [1, 2, 2], "pivot": [1.5, 21.775, -5], "rotation": [27.5, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "horn_top_left", + "parent": "horns", + "pivot": [1.5, 21.775, -5], + "rotation": [-55, 15, 7.5], + "cubes": [ + {"origin": [0.5, 21.775, -5], "size": [2, 6, 2], "inflate": 0.01, "uv": [42, 58]} + ] + }, + { + "name": "horn_top_left2", + "parent": "horn_top_left", + "pivot": [1.5, 27.775, -5], + "rotation": [-50, 0, 0], + "cubes": [ + {"origin": [0.5, 27.775, -5], "size": [2, 5, 2], "uv": [8, 59]} + ] + }, + { + "name": "horn_top_left3", + "parent": "horn_top_left2", + "pivot": [1.5, 32.775, -4.75], + "rotation": [-25, 0, 0], + "cubes": [ + {"origin": [1, 32.775, -4.75], "size": [1, 4, 1], "inflate": 0.01, "uv": [0, 12]} + ] + }, + { + "name": "horn_top_right", + "parent": "horns", + "pivot": [-1.5, 21.775, -5], + "rotation": [-55, -15, -7.5], + "cubes": [ + {"origin": [-2.5, 21.775, -5], "size": [2, 6, 2], "inflate": 0.01, "uv": [42, 58], "mirror": true} + ] + }, + { + "name": "horn_top_right2", + "parent": "horn_top_right", + "pivot": [-1.5, 27.775, -5], + "rotation": [-50, 0, 0], + "cubes": [ + {"origin": [-2.5, 27.775, -5], "size": [2, 5, 2], "uv": [8, 59], "mirror": true} + ] + }, + { + "name": "horn_top_right3", + "parent": "horn_top_right2", + "pivot": [-1.5, 32.775, -4.75], + "rotation": [-25, 0, 0], + "cubes": [ + {"origin": [-2, 32.775, -4.75], "size": [1, 4, 1], "inflate": 0.01, "uv": [0, 12], "mirror": true} + ] + }, + { + "name": "ear_right2", + "parent": "head_angle", + "pivot": [-1.68474, 18.50825, -4.86995], + "rotation": [124.88928, 42.14994, 122.66465] + }, + { + "name": "ear_left3", + "parent": "head_angle", + "pivot": [-1.68474, 18.50825, -4.86995], + "rotation": [124.88928, 42.14994, 122.66465], + "cubes": [ + {"origin": [-2.44797, 17.99133, -8.5713], "size": [2, 1, 4], "inflate": 0.01, "uv": [37, 16], "mirror": true} + ] + }, + { + "name": "ear_left2", + "parent": "head_angle", + "pivot": [1.68474, 18.50825, -4.86995], + "rotation": [124.88928, -42.14994, -122.66465], + "cubes": [ + {"origin": [0.44797, 17.99133, -8.5713], "size": [2, 1, 4], "inflate": 0.01, "uv": [37, 16]} + ] + }, + { + "name": "leg_front_right", + "parent": "body", + "pivot": [-3.2, 12.5, -4], + "cubes": [ + {"origin": [-4.7, 6, -5.5], "size": [3, 8, 4], "uv": [28, 49]}, + {"origin": [-4.699, 5, -1.5], "size": [3, 1, 0], "uv": [74, 0], "mirror": true}, + {"origin": [-4.699, 4, -5.5], "size": [0, 2, 4], "uv": [73, -1], "mirror": true}, + {"origin": [-4.699, 5, -5.5], "size": [3, 1, 0], "uv": [74, 0]}, + {"origin": [-1.699, 4, -5.5], "size": [0, 2, 4], "uv": [73, -1], "mirror": true} + ] + }, + { + "name": "leg_front_right2", + "parent": "leg_front_right", + "pivot": [-3.2, 7, -4.75], + "cubes": [ + {"origin": [-4.2, 1.25, -4.75], "size": [2, 6, 2], "uv": [58, 33]} + ] + }, + { + "name": "leg_front_right3", + "parent": "leg_front_right2", + "pivot": [-3.2, 1.25, -3.75], + "cubes": [ + {"origin": [-4.2, 0, -5], "size": [2, 2, 2], "inflate": 0.01, "uv": [59, 49]} + ] + }, + { + "name": "leg_front_left", + "parent": "body", + "pivot": [3.2, 12.5, -4], + "cubes": [ + {"origin": [1.7, 6, -5.5], "size": [3, 8, 4], "uv": [14, 49]}, + {"origin": [1.7, 4, -5.5], "size": [0, 2, 4], "uv": [73, -1]}, + {"origin": [4.7, 4, -5.5], "size": [0, 2, 4], "uv": [73, -1]}, + {"origin": [1.7, 5, -5.5], "size": [3, 1, 0], "uv": [74, 0], "mirror": true}, + {"origin": [1.7, 5, -1.5], "size": [3, 1, 0], "uv": [74, 0]} + ] + }, + { + "name": "leg_front_left2", + "parent": "leg_front_left", + "pivot": [3.2, 7, -4.75], + "cubes": [ + {"origin": [2.2, 1.25, -4.75], "size": [2, 6, 2], "uv": [58, 25]} + ] + }, + { + "name": "leg_front_left3", + "parent": "leg_front_left2", + "pivot": [3.2, 1.25, -3.75], + "cubes": [ + {"origin": [2.2, 0, -5], "size": [2, 2, 2], "inflate": 0.01, "uv": [50, 25]} + ] + }, + { + "name": "leg_back_right", + "parent": "body", + "pivot": [-3.25, 12.5, 6.5], + "cubes": [ + {"origin": [-4.75, 6, 4.5], "size": [3, 8, 4], "uv": [45, 46]}, + {"origin": [-1.75, 5, 4.5], "size": [0, 1, 4], "uv": [74, 2]}, + {"origin": [-4.75, 5, 4.5], "size": [0, 1, 4], "uv": [74, 2]} + ] + }, + { + "name": "leg_back_right2", + "parent": "leg_back_right", + "pivot": [-3.25, 7.2, 8], + "cubes": [ + {"origin": [-4.25, 1.25, 6.75], "size": [2, 6, 2], "uv": [58, 33]} + ] + }, + { + "name": "leg_back_right3", + "parent": "leg_back_right2", + "pivot": [-3.25, 1.25, 7.75], + "cubes": [ + {"origin": [-4.25, 0, 6.5], "size": [2, 2, 2], "inflate": 0.01, "uv": [59, 49]} + ] + }, + { + "name": "leg_back_left", + "parent": "body", + "pivot": [3.25, 12.5, 6.5], + "cubes": [ + {"origin": [1.75, 6, 4.5], "size": [3, 8, 4], "uv": [0, 45]}, + {"origin": [4.75, 5, 4.5], "size": [0, 1, 4], "uv": [74, 2]}, + {"origin": [1.75, 5, 4.5], "size": [0, 1, 4], "uv": [74, 2]} + ] + }, + { + "name": "leg_back_left2", + "parent": "leg_back_left", + "pivot": [3.25, 7.2, 8], + "cubes": [ + {"origin": [2.25, 1.25, 6.75], "size": [2, 6, 2], "uv": [58, 25]} + ] + }, + { + "name": "leg_back_left3", + "parent": "leg_back_left2", + "pivot": [3.25, 1.25, 7.75], + "cubes": [ + {"origin": [2.25, 0, 6.5], "size": [2, 2, 2], "inflate": 0.01, "uv": [59, 49]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/golem_alolan.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/golem_alolan.geo.json new file mode 100644 index 0000000..83bc67e --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/golem_alolan.geo.json @@ -0,0 +1,381 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.golem_alolan", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "golem_alolan", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "golem_alolan", + "pivot": [-2, 23.1, 1.25] + }, + { + "name": "torso", + "parent": "body", + "pivot": [2, 24.1, 1.25], + "rotation": [0, 0, 1.5], + "cubes": [ + {"origin": [-7.5, 7, -6.25], "size": [15, 15, 15], "inflate": 0.1, "uv": [0, 0]}, + {"origin": [-7.5, 7, -6.25], "size": [15, 15, 15], "uv": [68, 83]}, + {"origin": [-2.5, 21.7, -2.75], "size": [5, 1, 7], "uv": [6, 120]}, + {"origin": [-5, 30.5, -4.25], "size": [3, 2, 11], "pivot": [-4, 21, 1.25], "rotation": [0, 0, -11], "uv": [5, 85]}, + {"origin": [2, 30.5, -4.25], "size": [3, 2, 11], "pivot": [4, 21, 1.25], "rotation": [0, 0, 11], "uv": [5, 85], "mirror": true}, + {"origin": [2, 20.5, -5.25], "size": [4, 10, 13], "pivot": [4, 21, 1.25], "rotation": [0, 0, 11], "uv": [2, 75], "mirror": true}, + {"origin": [-6, 20.5, -5.25], "size": [4, 10, 13], "pivot": [-4, 21, 1.25], "rotation": [0, 0, -11], "uv": [2, 75]} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 13.75, -6.25], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-3, 13.75, -9.25], "size": [6, 3, 4], "uv": [40, 54]}, + {"origin": [-3, 16.45, -11.25], "size": [1, 1, 2], "uv": [42, 56]}, + {"origin": [-3, 11.75, -12.25], "size": [6, 5, 3], "uv": [57, 58]}, + {"origin": [-3.5, 10.75, -9.25], "size": [7, 3, 4], "uv": [45, 0]}, + {"origin": [0.2, 11.95, -10.95], "size": [4, 2, 1], "inflate": -0.2, "pivot": [-0.9, 3.15, -9.05], "rotation": [9.87932, 1.55661, -2.86546], "uv": [59, 36]}, + {"origin": [2.6, 11.75, -11.95], "size": [3, 2, 1], "inflate": -0.5, "pivot": [-0.9, 3.15, -9.05], "rotation": [10.0379, -10.26389, -4.94302], "uv": [59, 36]}, + {"origin": [-5.6, 11.75, -11.95], "size": [3, 2, 1], "inflate": -0.5, "pivot": [0.9, 3.15, -9.05], "rotation": [10.0379, 10.26389, 4.94302], "uv": [59, 36], "mirror": true}, + {"origin": [-4.2, 11.95, -10.95], "size": [4, 2, 1], "inflate": -0.2, "pivot": [0.9, 3.15, -9.05], "rotation": [9.87932, -1.55661, 2.86546], "uv": [59, 36], "mirror": true}, + {"origin": [2, 16.75, -9.25], "size": [1, 1, 4], "uv": [40, 54], "mirror": true}, + {"origin": [2, 16.45, -11.25], "size": [1, 1, 2], "uv": [42, 56], "mirror": true}, + {"origin": [-3, 16.75, -9.25], "size": [1, 1, 4], "uv": [40, 54]} + ] + }, + { + "name": "left_eye", + "parent": "head", + "pivot": [5.91, 16.7, -11.2], + "cubes": [ + {"origin": [2.92, 13.3, -9.2], "size": [0, 2.9, 2.4], "inflate": 0.01, "uv": [111, 60]}, + {"origin": [2.91, 12.9, -11.3], "size": [0, 3, 3], "inflate": 0.01, "uv": [94, 66]}, + {"origin": [3.11, 14.2, -10.7], "size": [0, 1, 1], "inflate": 0.02, "uv": [97, 59]} + ] + }, + { + "name": "jaw", + "parent": "head", + "pivot": [0, 11.75, -9.25], + "cubes": [ + {"origin": [-2.5, 10.75, -12.25], "size": [5, 1, 3], "uv": [25, 41]}, + {"origin": [-3, 6.75, -9.25], "size": [6, 4, 3], "uv": [57, 34]}, + {"origin": [-2.1, 7.75, -7.55], "size": [6, 4, 3], "inflate": -0.2, "pivot": [0, 2.75, -9.75], "rotation": [10, 0, 0], "uv": [57, 34]}, + {"origin": [-2.25, 11.54952, -12.27181], "size": [1, 1, 0], "pivot": [-1.75, 12.24952, -12.27181], "rotation": [2.5, 0, 0], "uv": [11, 0]}, + {"origin": [1.25, 11.54952, -12.27181], "size": [1, 1, 0], "pivot": [1.75, 12.24952, -12.27181], "rotation": [2.5, 0, 0], "uv": [11, 0], "mirror": true}, + {"origin": [-2.8, 7.75, -9.65], "size": [6, 4, 3], "inflate": -0.2, "pivot": [0, 2.75, -9.75], "rotation": [10, 0, 0], "uv": [57, 34], "mirror": true}, + {"origin": [-2.2, 7.75, -7.55], "size": [6, 4, 3], "inflate": -0.2, "pivot": [0, 2.75, -9.75], "rotation": [10, 0, 0], "uv": [57, 34], "mirror": true}, + {"origin": [-3.9, 7.75, -7.55], "size": [6, 4, 3], "inflate": -0.2, "pivot": [0, 2.75, -9.75], "rotation": [10, 0, 0], "uv": [57, 34], "mirror": true} + ] + }, + { + "name": "right_eye", + "parent": "head", + "pivot": [-5.91, 16.7, -11.2], + "cubes": [ + {"origin": [-2.92, 13.3, -9.2], "size": [0, 2.9, 2.4], "inflate": 0.01, "uv": [111, 60], "mirror": true}, + {"origin": [-2.91, 12.9, -11.3], "size": [0, 3, 3], "inflate": 0.01, "uv": [94, 66], "mirror": true}, + {"origin": [-3.11, 14.2, -10.7], "size": [0, 1, 1], "inflate": 0.02, "uv": [97, 59], "mirror": true} + ] + }, + { + "name": "arm_right", + "parent": "torso", + "pivot": [-7.5, 12.75, -1.25], + "cubes": [ + {"origin": [-9.5, 14.55, 0.25], "size": [2, 1, 1], "inflate": 0.2, "uv": [12, 62]}, + {"origin": [-9.5, 14.55, -2.75], "size": [2, 1, 3], "inflate": 0.2, "uv": [10, 60]}, + {"origin": [-9.5, 11.15, 0.25], "size": [2, 3, 1], "inflate": 0.2, "uv": [12, 62]}, + {"origin": [-9.5, 11.15, -2.75], "size": [2, 3, 3], "inflate": 0.2, "uv": [10, 60]} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-9.5, 12.75, 0.25], + "cubes": [ + {"origin": [-13.5, 14.25, 0.25], "size": [4, 1, 1], "uv": [2, 8]}, + {"origin": [-13.5, 14.25, -2.75], "size": [4, 1, 3], "uv": [0, 6]}, + {"origin": [-13.5, 11.25, 0.25], "size": [4, 3, 1], "uv": [2, 8]}, + {"origin": [-13.5, 11.25, -2.75], "size": [4, 3, 3], "uv": [0, 6]} + ] + }, + { + "name": "hand_right", + "parent": "arm_right2", + "pivot": [-13.5, 12.75, -1.25], + "cubes": [ + {"origin": [-16.5, 11.35, 0.25], "size": [3, 3, 1], "inflate": 0.01, "uv": [2, 62]}, + {"origin": [-16.5, 11.35, -2.75], "size": [3, 3, 3], "inflate": 0.01, "uv": [0, 60]} + ] + }, + { + "name": "finger_right", + "parent": "hand_right", + "pivot": [-16.4, 12.8, -0.05], + "cubes": [ + {"origin": [-19.4, 11.8, -1.75], "size": [3, 2, 2], "uv": [51, 10]}, + {"origin": [-22.3, 11.8, -0.85], "size": [3, 2, 0], "uv": [64, 18]} + ] + }, + { + "name": "finger_right2", + "parent": "hand_right", + "pivot": [-15, 12.6, 1], + "cubes": [ + {"origin": [-15.9, 11.7, 1.1], "size": [2, 2, 3], "uv": [44, 40]}, + {"origin": [-14.9, 11.7, 4.1], "size": [0, 2, 3], "uv": [72, 12]} + ] + }, + { + "name": "finger_right3", + "parent": "hand_right", + "pivot": [-15, 12.9, -2.5], + "cubes": [ + {"origin": [-16, 11.8, -5.8], "size": [2, 2, 3], "uv": [39, 32]}, + {"origin": [-15, 11.8, -8.7], "size": [0, 2, 3], "uv": [64, 17]} + ] + }, + { + "name": "arm_left", + "parent": "torso", + "pivot": [7.5, 12.75, -1.25], + "cubes": [ + {"origin": [7.5, 11.15, -2.75], "size": [2, 3, 3], "inflate": 0.2, "uv": [10, 60], "mirror": true}, + {"origin": [7.5, 11.15, 0.25], "size": [2, 3, 1], "inflate": 0.2, "uv": [12, 62], "mirror": true}, + {"origin": [7.5, 14.55, -2.75], "size": [2, 1, 3], "inflate": 0.2, "uv": [10, 60], "mirror": true}, + {"origin": [7.5, 14.55, 0.25], "size": [2, 1, 1], "inflate": 0.2, "uv": [12, 62], "mirror": true} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [9.5, 12.75, 0.25], + "cubes": [ + {"origin": [9.5, 11.25, -2.75], "size": [4, 3, 3], "uv": [0, 6], "mirror": true}, + {"origin": [9.5, 11.25, 0.25], "size": [4, 3, 1], "uv": [2, 8], "mirror": true}, + {"origin": [9.5, 14.25, -2.75], "size": [4, 1, 3], "uv": [0, 6], "mirror": true}, + {"origin": [9.5, 14.25, 0.25], "size": [4, 1, 1], "uv": [2, 8], "mirror": true} + ] + }, + { + "name": "hand_left", + "parent": "arm_left2", + "pivot": [13.5, 12.75, -1.25], + "cubes": [ + {"origin": [13.5, 11.35, -2.75], "size": [3, 3, 3], "inflate": 0.01, "uv": [0, 60], "mirror": true}, + {"origin": [13.5, 11.35, 0.25], "size": [3, 3, 1], "inflate": 0.01, "uv": [2, 62], "mirror": true} + ] + }, + { + "name": "finger_left", + "parent": "hand_left", + "pivot": [16.4, 13.3, -0.35], + "cubes": [ + {"origin": [16.4, 11.8, -1.75], "size": [3, 2, 2], "uv": [51, 10], "mirror": true}, + {"origin": [19.3, 11.8, -0.85], "size": [3, 2, 0], "uv": [64, 18], "mirror": true} + ] + }, + { + "name": "finger_left2", + "parent": "hand_left", + "pivot": [15, 12.8, 1], + "cubes": [ + {"origin": [13.9, 11.7, 1.2], "size": [2, 2, 3], "uv": [44, 40], "mirror": true}, + {"origin": [14.9, 11.7, 4.2], "size": [0, 2, 3], "uv": [72, 12], "mirror": true} + ] + }, + { + "name": "finger_left3", + "parent": "hand_left", + "pivot": [15, 12.6, -2.5], + "cubes": [ + {"origin": [14, 11.8, -5.8], "size": [2, 2, 3], "uv": [39, 32], "mirror": true}, + {"origin": [15, 11.8, -8.7], "size": [0, 2, 3], "uv": [64, 17], "mirror": true} + ] + }, + { + "name": "electric6", + "parent": "torso", + "pivot": [4, 26.9, 1.25], + "cubes": [ + {"origin": [0, 26.6, 0.75], "size": [2, 1, 0], "pivot": [4, 17.5, 1.25], "rotation": [0, 0, 11], "uv": [60, 81], "mirror": true}, + {"origin": [0, 26.6, 0.75], "size": [2, 1, 0], "inflate": -0.1, "pivot": [4, 17.5, 1.25], "rotation": [0, 0, 11], "uv": [93, 127], "mirror": true} + ] + }, + { + "name": "electric7", + "parent": "electric6", + "pivot": [2, 26.9, 1.25], + "rotation": [0, 0, 19], + "cubes": [ + {"origin": [-2, 26.6, 0.75], "size": [2, 1, 0], "pivot": [2, 17.5, 1.25], "rotation": [0, 0, 11], "uv": [60, 81], "mirror": true}, + {"origin": [-2, 26.6, 0.75], "size": [2, 1, 0], "inflate": -0.1, "pivot": [2, 17.5, 1.25], "rotation": [0, 0, 11], "uv": [93, 127], "mirror": true} + ] + }, + { + "name": "electric8", + "parent": "electric7", + "pivot": [0.3, 27.5, 1.25], + "rotation": [0, 0, -43.5], + "cubes": [ + {"origin": [-3.8, 26.8, 0.75], "size": [2, 1, 0], "pivot": [0.3, 18.1, 1.25], "rotation": [0, 0, 11], "uv": [60, 81], "mirror": true}, + {"origin": [-3.8, 26.8, 0.75], "size": [2, 1, 0], "inflate": -0.1, "pivot": [0.3, 18.1, 1.25], "rotation": [0, 0, 11], "uv": [93, 127], "mirror": true} + ] + }, + { + "name": "electric9", + "parent": "electric8", + "pivot": [-1.3, 28, 1.25], + "rotation": [0, 0, 11.5], + "cubes": [ + {"origin": [-5.3, 27.5, 0.75], "size": [2, 1, 0], "pivot": [-1.3, 18.6, 1.25], "rotation": [0, 0, 11], "uv": [60, 81], "mirror": true}, + {"origin": [-5.3, 27.5, 0.75], "size": [2, 1, 0], "inflate": -0.1, "pivot": [-1.3, 18.6, 1.25], "rotation": [0, 0, 11], "uv": [93, 127], "mirror": true} + ] + }, + { + "name": "electric11", + "parent": "torso", + "pivot": [-1.3, 24.1, 1.25], + "rotation": [0, 0, -19], + "cubes": [ + {"origin": [-4.2, 23.3, 0.75], "size": [2, 1, 0], "pivot": [-0.2, 14.2, 1.25], "rotation": [0, 0, 33], "uv": [60, 81], "mirror": true} + ] + }, + { + "name": "electric12", + "parent": "electric11", + "pivot": [2.7, 24.1, 1.25], + "rotation": [0, 0, 19], + "cubes": [ + {"origin": [-1.3, 23.8, 0.75], "size": [2, 1, 0], "pivot": [2.7, 14.7, 1.25], "rotation": [0, 0, 11], "uv": [60, 81], "mirror": true}, + {"origin": [-1.3, 23.8, 0.75], "size": [2, 1, 0], "pivot": [2.7, 14.7, 1.25], "rotation": [0, 0, 11], "uv": [93, 127], "mirror": true} + ] + }, + { + "name": "electric13", + "parent": "electric12", + "pivot": [1, 24.7, 1.25], + "rotation": [0, 0, -43.5], + "cubes": [ + {"origin": [-3.1, 24, 0.75], "size": [2, 1, 0], "pivot": [1, 15.3, 1.25], "rotation": [0, 0, 11], "uv": [60, 81], "mirror": true}, + {"origin": [-3.1, 24, 0.75], "size": [2, 1, 0], "inflate": -0.1, "pivot": [1, 15.3, 1.25], "rotation": [0, 0, 11], "uv": [93, 127], "mirror": true} + ] + }, + { + "name": "electric14", + "parent": "electric13", + "pivot": [-0.6, 25.2, 1.25], + "rotation": [0, 0, 11.5], + "cubes": [ + {"origin": [-4.6, 24.7, 0.75], "size": [2, 1, 0], "pivot": [-0.6, 15.8, 1.25], "rotation": [0, 0, 11], "uv": [60, 81], "mirror": true}, + {"origin": [-4.6, 24.7, 0.75], "size": [2, 1, 0], "inflate": -0.1, "pivot": [-0.6, 15.8, 1.25], "rotation": [0, 0, 11], "uv": [93, 127], "mirror": true} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-6.25, 8, 1.25], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [-8.75, 4, -1.75], "size": [5, 5, 6], "inflate": 0.01, "uv": [41, 35]} + ] + }, + { + "name": "leg_right2", + "parent": "leg_right", + "pivot": [-6.25, 4, -1.75], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [-8.25, 0, -1.75], "size": [4, 4, 5], "uv": [56, 49]} + ] + }, + { + "name": "foot_right", + "parent": "leg_right2", + "pivot": [-6.25, 1, 0.75], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [-8.25, -1, -2.25], "size": [4, 2, 6], "inflate": 0.01, "uv": [40, 46]} + ] + }, + { + "name": "toe_right_back", + "parent": "foot_right", + "pivot": [-6.25, 1, 3.75], + "cubes": [ + {"origin": [-6.25, -1, 3.75], "size": [0, 2, 2], "uv": [0, 28]} + ] + }, + { + "name": "toes_right_front", + "parent": "foot_right", + "pivot": [-6.25, 1, -1.75], + "cubes": [ + {"origin": [-7.93026, -1, -5.14816], "size": [0, 2, 3], "pivot": [-8.42266, 0, -3.23498], "rotation": [0, 10, 0], "uv": [25, 29]}, + {"origin": [-6.85, -1, -5.25], "size": [0, 2, 3], "uv": [25, 31]}, + {"origin": [-5.65, -1, -5.25], "size": [0, 2, 3], "uv": [0, 39]}, + {"origin": [-4.56777, -1, -5.14781], "size": [0, 2, 3], "pivot": [-4.07537, 0, -3.23463], "rotation": [0, -10, 0], "uv": [7, 33]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [6.25, 8, 1.25], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [3.75, 4, -1.75], "size": [5, 5, 6], "inflate": 0.01, "uv": [25, 30]} + ] + }, + { + "name": "leg_left2", + "parent": "leg_left", + "pivot": [6.25, 4, -1.75], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [4.25, 0, -1.75], "size": [4, 4, 5], "uv": [55, 25]} + ] + }, + { + "name": "foot_left", + "parent": "leg_left2", + "pivot": [6.25, 1, 0.75], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [4.25, -1, -2.25], "size": [4, 2, 6], "inflate": 0.01, "uv": [45, 7]} + ] + }, + { + "name": "toe_left_back", + "parent": "foot_left", + "pivot": [6.25, 1, 3.75], + "cubes": [ + {"origin": [6.25, -1, 3.75], "size": [0, 2, 2], "uv": [11, 4]} + ] + }, + { + "name": "toes_left_front", + "parent": "foot_left", + "pivot": [6.25, 1, -1.75], + "cubes": [ + {"origin": [7.93026, -1, -5.14816], "size": [0, 2, 3], "pivot": [8.42266, 0, -3.23498], "rotation": [0, -10, 0], "uv": [6, 29]}, + {"origin": [6.85, -1, -5.25], "size": [0, 2, 3], "uv": [25, 27]}, + {"origin": [5.65, -1, -5.25], "size": [0, 2, 3], "uv": [6, 27]}, + {"origin": [4.56777, -1, -5.14781], "size": [0, 2, 3], "pivot": [4.07537, 0, -3.23463], "rotation": [0, 10, 0], "uv": [8, 9]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/gothita/gothita.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/gothita/gothita.geo.json new file mode 100644 index 0000000..0880c1f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/gothita/gothita.geo.json @@ -0,0 +1,226 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.gothita", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "gothita", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "gothita", + "pivot": [0, 6.5, 0] + }, + { + "name": "waist", + "parent": "body", + "pivot": [0, 4, 0], + "cubes": [ + {"origin": [-4, 4, -3], "size": [8, 7, 6], "uv": [0, 20]}, + {"origin": [-1, 5.5, -3.01], "size": [2, 2, 0], "uv": [22, 24]}, + {"origin": [-1, 5.5, 3.01], "size": [2, 2, 0], "uv": [6, 0]}, + {"origin": [4.01, 5.5, -1], "size": [0, 2, 2], "uv": [0, 6]}, + {"origin": [-4.01, 5.5, -1], "size": [0, 2, 2], "uv": [0, 6], "mirror": true}, + {"origin": [-4.01, 5.5, -3.01], "size": [2, 2, 1], "uv": [26, 40]}, + {"origin": [2.01, 5.5, -3.01], "size": [2, 2, 1], "uv": [40, 7]}, + {"origin": [2.01, 5.5, 2.01], "size": [2, 2, 1], "uv": [34, 7]}, + {"origin": [-4.01, 5.5, 2.01], "size": [2, 2, 1], "uv": [37, 37]} + ] + }, + { + "name": "bowtie", + "parent": "waist", + "pivot": [0, 11, -3.5], + "cubes": [ + {"origin": [0, 10.25, -4.5], "size": [4, 5, 2], "pivot": [0, 12, -3.5], "rotation": [17.39972, 7.45793, 36.0778], "uv": [34, 0]}, + {"origin": [-4, 10.25, -4.5], "size": [4, 5, 2], "pivot": [0, 12, -3.5], "rotation": [17.39972, -7.45793, -36.0778], "uv": [34, 0], "mirror": true} + ] + }, + { + "name": "arm_left", + "parent": "waist", + "pivot": [3.5, 10.5, 0.5], + "cubes": [ + {"origin": [3, 9.5, -1.5], "size": [3, 1, 3], "inflate": 0.02, "uv": [9, 33]} + ] + }, + { + "name": "elbow_left", + "parent": "arm_left", + "pivot": [6, 9.5, 2], + "cubes": [ + {"origin": [6, 9.5, -1.5], "size": [3, 1, 3], "uv": [37, 33]} + ] + }, + { + "name": "arm_right", + "parent": "waist", + "pivot": [-3.5, 10.5, 0.5], + "cubes": [ + {"origin": [-6, 9.5, -1.5], "size": [3, 1, 3], "inflate": 0.02, "uv": [9, 33], "mirror": true} + ] + }, + { + "name": "elbow_right", + "parent": "arm_right", + "pivot": [-6, 9.5, 2], + "cubes": [ + {"origin": [-9, 9.5, -1.5], "size": [3, 1, 3], "uv": [37, 33], "mirror": true} + ] + }, + { + "name": "chest", + "parent": "waist", + "pivot": [0, 11, 0], + "cubes": [ + {"origin": [-3, 10.5, -2.5], "size": [6, 2, 5], "uv": [28, 20]} + ] + }, + { + "name": "head", + "parent": "chest", + "pivot": [0, 12, 0], + "cubes": [ + {"origin": [-6, 12, -4.5], "size": [12, 10, 10], "uv": [0, 0]}, + {"origin": [1.5, 15, -4.52], "size": [3, 4, 0], "uv": [0, 20]}, + {"origin": [4.5, 15, -4.52], "size": [1, 3, 0], "uv": [8, 2]}, + {"origin": [-5.5, 15, -4.52], "size": [1, 3, 0], "uv": [8, 2], "mirror": true}, + {"origin": [-4.5, 15, -4.52], "size": [3, 4, 0], "uv": [0, 20], "mirror": true} + ] + }, + { + "name": "eyelid_left", + "parent": "head", + "pivot": [0, 6.25, 1.1], + "cubes": [ + {"origin": [1.5, 15, -4.42], "size": [4, 4, 0], "inflate": 0.05, "uv": [0, 4]} + ] + }, + { + "name": "eyelid_right", + "parent": "head", + "pivot": [0, 6.25, 1.1], + "cubes": [ + {"origin": [-5.5, 15, -4.42], "size": [4, 4, 0], "inflate": 0.05, "uv": [0, 4], "mirror": true} + ] + }, + { + "name": "pupil_left", + "parent": "head", + "pivot": [0, 6.5, 1], + "cubes": [ + {"origin": [1.75, 15.5, -4.54], "size": [2, 3, 0], "uv": [0, 33]} + ] + }, + { + "name": "pupilshine_left", + "parent": "pupil_left", + "pivot": [0, 6.5, 1], + "cubes": [ + {"origin": [2, 17.25, -4.56], "size": [1, 1, 0], "uv": [0, 0]} + ] + }, + { + "name": "pupil_right", + "parent": "head", + "pivot": [0, 6.5, 1], + "cubes": [ + {"origin": [-3.75, 15.5, -4.54], "size": [2, 3, 0], "uv": [0, 33], "mirror": true} + ] + }, + { + "name": "pupilshine_right", + "parent": "pupil_right", + "pivot": [0, 6.5, 1], + "cubes": [ + {"origin": [-3, 17.25, -4.56], "size": [1, 1, 0], "uv": [0, 0], "mirror": true} + ] + }, + { + "name": "hair", + "parent": "head", + "pivot": [0, 22, 1], + "cubes": [ + {"origin": [-1.5, 24, -0.5], "size": [3, 4, 3], "uv": [14, 37]}, + {"origin": [-1, 22, 0], "size": [2, 2, 2], "uv": [22, 20]} + ] + }, + { + "name": "bow_left", + "parent": "head", + "pivot": [6.5, 22, 1], + "cubes": [ + {"origin": [5.5, 18.25, 1], "size": [2, 7, 5], "pivot": [6.5, 22, 1], "rotation": [-20.6469, 14.0761, 9.76381], "uv": [0, 33]}, + {"origin": [5.5, 18.25, -4], "size": [2, 7, 5], "pivot": [6.5, 22, 1], "rotation": [20.6469, -14.0761, 9.76381], "uv": [23, 28]} + ] + }, + { + "name": "lip_top", + "parent": "head", + "pivot": [0, 14.75, -4.5], + "cubes": [ + {"origin": [-1, 14.75, -5.25], "size": [2, 1, 1], "inflate": 0.01, "pivot": [0, 14.75, -4.25], "rotation": [-2.5, 0, 0], "uv": [0, 24]} + ] + }, + { + "name": "bow_right", + "parent": "head", + "pivot": [-6.5, 22, 1], + "cubes": [ + {"origin": [-7.5, 18.25, 1], "size": [2, 7, 5], "pivot": [-6.5, 22, 1], "rotation": [-20.6469, -14.0761, -9.76381], "uv": [0, 33], "mirror": true}, + {"origin": [-7.5, 18.25, -4], "size": [2, 7, 5], "pivot": [-6.5, 22, 1], "rotation": [20.6469, 14.0761, -9.76381], "uv": [23, 28], "mirror": true} + ] + }, + { + "name": "lip_bottom", + "parent": "head", + "pivot": [0, 14.75, -4.5], + "cubes": [ + {"origin": [-1, 13.95, -5.25], "size": [2, 1, 1], "pivot": [0, 14.95, -4.25], "rotation": [12.5, 0, 0], "uv": [4, 8]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [1.75, 4, 0], + "cubes": [ + {"origin": [0.25, 1.5, -1.5], "size": [3, 3, 3], "uv": [32, 27]} + ] + }, + { + "name": "knee_left", + "parent": "leg_left", + "pivot": [1.75, 1.5, 0], + "cubes": [ + {"origin": [0.75, 0, -1], "size": [2, 2, 2], "uv": [0, 0]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-1.75, 4, 0], + "cubes": [ + {"origin": [-3.25, 1.5, -1.5], "size": [3, 3, 3], "uv": [32, 27], "mirror": true} + ] + }, + { + "name": "knee_right", + "parent": "leg_right", + "pivot": [-1.75, 1.5, 0], + "cubes": [ + {"origin": [-2.75, 0, -1], "size": [2, 2, 2], "uv": [0, 0], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/gothitelle/gothitelle.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/gothitelle/gothitelle.geo.json new file mode 100644 index 0000000..404e9a8 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/gothitelle/gothitelle.geo.json @@ -0,0 +1,351 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.gothitelle", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "gothitelle", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "gothitelle", + "pivot": [0, 21, -0.5] + }, + { + "name": "hips", + "parent": "body", + "pivot": [0, 5.5, 2], + "cubes": [ + {"origin": [-8, 9, -6.5], "size": [16, 2, 17], "uv": [0, 0]}, + {"origin": [-8, 0, -6.5], "size": [16, 9, 1], "uv": [66, 67]}, + {"origin": [-8, 0, 9.5], "size": [16, 9, 1], "uv": [32, 67]}, + {"origin": [7, 0, -5.5], "size": [1, 9, 15], "uv": [0, 57]}, + {"origin": [-7, 5.5, -5.5], "size": [14, 2, 15], "uv": [0, 19]}, + {"origin": [-8, 0, -5.5], "size": [1, 9, 15], "uv": [43, 21]} + ] + }, + { + "name": "hips_bow", + "parent": "hips", + "pivot": [0, 7.05, -8.1], + "cubes": [ + {"origin": [-2.49, 3.55, -8.1], "size": [3, 7, 5], "pivot": [0, 7.05, -8.1], "rotation": [-156.80327, 83.85951, -141.90874], "uv": [0, 0]}, + {"origin": [-0.51, 3.55, -8.1], "size": [3, 7, 5], "pivot": [0, 7.05, -8.1], "rotation": [-156.80327, -83.85951, 141.90874], "uv": [0, 0], "mirror": true} + ] + }, + { + "name": "waist", + "parent": "hips", + "pivot": [0, 11.05, 0.8], + "cubes": [ + {"origin": [-6.5, 10, -5.5], "size": [13, 8, 13], "uv": [0, 36]} + ] + }, + { + "name": "waist_bow", + "parent": "waist", + "pivot": [0, 15.05, -6.7], + "cubes": [ + {"origin": [-1.49, 12.55, -6.7], "size": [2, 5, 4], "pivot": [0, 15.05, -6.7], "rotation": [127.39455, 83.91725, 142.60545], "uv": [0, 19]}, + {"origin": [-0.51, 12.55, -6.7], "size": [2, 5, 4], "pivot": [0, 15.05, -6.7], "rotation": [127.39455, -83.91725, -142.60545], "uv": [0, 19], "mirror": true} + ] + }, + { + "name": "torso", + "parent": "waist", + "pivot": [0, 18.05, 0.05], + "cubes": [ + {"origin": [-5, 17, -4.5], "size": [10, 8, 9], "uv": [49, 0]} + ] + }, + { + "name": "torso_bow", + "parent": "torso", + "pivot": [0, 22.05, -5.7], + "cubes": [ + {"origin": [-1.49, 19.55, -5.7], "size": [2, 5, 4], "pivot": [0, 22.05, -5.7], "rotation": [112.70625, 82.14473, 128.02277], "uv": [0, 19]}, + {"origin": [-0.51, 19.55, -5.7], "size": [2, 5, 4], "pivot": [0, 22.05, -5.7], "rotation": [112.70625, -82.14473, -128.02277], "uv": [0, 19], "mirror": true} + ] + }, + { + "name": "chest", + "parent": "torso", + "pivot": [0.25, 25, -0.45], + "cubes": [ + {"origin": [-3.5, 24, -3.5], "size": [7, 7, 6], "uv": [74, 39]} + ] + }, + { + "name": "chest_bow", + "parent": "chest", + "pivot": [0, 28, -4.7], + "cubes": [ + {"origin": [-1.24, 26.25, -4.7], "size": [2, 4, 3], "pivot": [0.25, 28.75, -4.7], "rotation": [103.75504, 80.05611, 119.17743], "uv": [43, 19]}, + {"origin": [-0.76, 26.25, -4.7], "size": [2, 4, 3], "pivot": [-0.25, 28.75, -4.7], "rotation": [103.75504, -80.05611, -119.17743], "uv": [43, 19], "mirror": true} + ] + }, + { + "name": "neck", + "parent": "chest", + "pivot": [0, 31, -0.5], + "cubes": [ + {"origin": [-1, 30.5, -1.5], "size": [2, 3, 2], "uv": [49, 0]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 33, -0.5], + "cubes": [ + {"origin": [-5.5, 33, -5.5], "size": [11, 10, 10], "uv": [42, 47]}, + {"origin": [0.25, 38, -5.53], "size": [5, 1, 0], "inflate": 0.02, "uv": [0, 16]}, + {"origin": [-5.25, 38, -5.53], "size": [5, 1, 0], "inflate": 0.02, "uv": [0, 16], "mirror": true}, + {"origin": [5.5, 33.6, -6], "size": [10, 1, 11], "pivot": [5.5, 34.6, -1.5], "rotation": [0, 0, 22], "uv": [60, 17], "mirror": true}, + {"origin": [5.5, 41.4, -6], "size": [10, 1, 11], "pivot": [5.5, 41.4, -1.5], "rotation": [0, 0, -22], "uv": [60, 17], "mirror": true}, + {"origin": [5.5, 36.2, -6], "size": [10, 1, 11], "pivot": [5.5, 37.2, -1.5], "rotation": [0, 0, 6], "uv": [60, 17], "mirror": true}, + {"origin": [5.5, 38.8, -6], "size": [10, 1, 11], "pivot": [5.5, 38.8, -1.5], "rotation": [0, 0, -6], "uv": [60, 17], "mirror": true}, + {"origin": [-15.5, 33.6, -6], "size": [10, 1, 11], "pivot": [-5.5, 34.6, -1.5], "rotation": [0, 0, -22], "uv": [60, 17]}, + {"origin": [-15.5, 36.2, -6], "size": [10, 1, 11], "pivot": [-5.5, 37.2, -1.5], "rotation": [0, 0, -6], "uv": [60, 17]}, + {"origin": [-15.5, 38.8, -6], "size": [10, 1, 11], "pivot": [-5.5, 38.8, -1.5], "rotation": [0, 0, 6], "uv": [60, 17]}, + {"origin": [-15.5, 41.4, -6], "size": [10, 1, 11], "pivot": [-5.5, 41.4, -1.5], "rotation": [0, 0, 22], "uv": [60, 17]}, + {"origin": [-2.5, 42.8, -1.25], "size": [5, 1, 5], "pivot": [0.5, 42.9, 0.75], "rotation": [-5, 0, 0], "uv": [17, 57]}, + {"origin": [-1.5, 43.8, 0.25], "size": [3, 1, 3], "pivot": [0.5, 42.9, 0.75], "rotation": [-5, 0, 0], "uv": [0, 44]}, + {"origin": [-1, 44.8, 1], "size": [2, 2, 2], "pivot": [0.5, 42.9, 0.75], "rotation": [-5, 0, 0], "uv": [49, 5]}, + {"origin": [-0.5, 46.8, 1.75], "size": [1, 1, 1], "pivot": [0.5, 42.9, 0.75], "rotation": [-5, 0, 0], "uv": [0, 2]} + ] + }, + { + "name": "head_bow", + "parent": "head", + "pivot": [0, 43.75, 5.2], + "cubes": [ + {"origin": [-1.49, 41.25, 1.2], "size": [2, 5, 4], "pivot": [0, 43.75, 5.2], "rotation": [123.97729, -75.39759, -109.50721], "uv": [0, 19]}, + {"origin": [-0.51, 41.25, 1.2], "size": [2, 5, 4], "pivot": [0, 43.75, 5.2], "rotation": [123.97729, 75.39759, 109.50721], "uv": [0, 19], "mirror": true} + ] + }, + { + "name": "lip_top", + "parent": "head", + "pivot": [0, 34.5, -5.5], + "cubes": [ + {"origin": [-1, 34.5, -6.25], "size": [2, 1, 1], "inflate": 0.01, "pivot": [0, 34.5, -5.25], "rotation": [-2.5, 0, 0], "uv": [8, 19]} + ] + }, + { + "name": "lip_bottom", + "parent": "head", + "pivot": [0, 34.5, -5.5], + "cubes": [ + {"origin": [-1, 33.7, -6.25], "size": [2, 1, 1], "pivot": [0, 34.7, -5.25], "rotation": [12.5, 0, 0], "uv": [11, 3]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [0, 0, 0] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [3, 37.5, -5.51], + "cubes": [ + {"origin": [1, 36, -5.51], "size": [4, 3, 0], "uv": [50, 19]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [3, 37.475, -5.41], + "cubes": [ + {"origin": [1, 35.975, -5.41], "size": [4, 3, 0], "uv": [43, 31]} + ] + }, + { + "name": "iris_left", + "parent": "eye_left", + "pivot": [2.75, 37.25, -5.52], + "cubes": [ + {"origin": [1.75, 36.25, -5.52], "size": [2, 2, 0], "uv": [0, 0]} + ] + }, + { + "name": "pupil_left", + "parent": "iris_left", + "pivot": [2.75, 37.5, -5.53], + "cubes": [ + {"origin": [2.25, 37, -5.53], "size": [1, 1, 0], "uv": [3, 2]} + ] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-3, 37.5, -5.51], + "cubes": [ + {"origin": [-5, 36, -5.51], "size": [4, 3, 0], "uv": [50, 19], "mirror": true} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-3, 37.475, -5.41], + "cubes": [ + {"origin": [-5, 35.975, -5.41], "size": [4, 3, 0], "uv": [43, 31], "mirror": true} + ] + }, + { + "name": "iris_right", + "parent": "eye_right", + "pivot": [-2.75, 37.25, -5.52], + "cubes": [ + {"origin": [-3.75, 36.25, -5.52], "size": [2, 2, 0], "uv": [0, 0], "mirror": true} + ] + }, + { + "name": "pupil_right", + "parent": "iris_right", + "pivot": [-2.75, 37.5, -5.53], + "cubes": [ + {"origin": [-3.25, 37, -5.53], "size": [1, 1, 0], "uv": [3, 2], "mirror": true} + ] + }, + { + "name": "arm_left", + "parent": "chest", + "pivot": [3.5, 30, -0.5], + "cubes": [ + {"origin": [3, 28, -1.5], "size": [6, 2, 2], "uv": [0, 12]} + ] + }, + { + "name": "elbow_left", + "parent": "arm_left", + "pivot": [9, 28, 0.5], + "cubes": [ + {"origin": [9, 28, -1.5], "size": [8, 2, 2], "inflate": 0.02, "uv": [60, 29]} + ] + }, + { + "name": "wrist_left", + "parent": "elbow_left", + "pivot": [16, 28.5, 0], + "cubes": [ + {"origin": [16, 25.5, -4], "size": [2, 7, 7], "uv": [25, 77]} + ] + }, + { + "name": "hand_left", + "parent": "wrist_left", + "pivot": [18, 29, -0.5], + "cubes": [ + {"origin": [17.5, 28, -2], "size": [3, 2, 3], "uv": [43, 26]} + ] + }, + { + "name": "thumb_left", + "parent": "hand_left", + "pivot": [19, 30, -2], + "cubes": [ + {"origin": [19, 29, -4], "size": [1, 1, 2], "inflate": 0.01, "uv": [11, 0]} + ] + }, + { + "name": "fingers_left", + "parent": "hand_left", + "pivot": [20.5, 30, -0.5], + "cubes": [ + {"origin": [20.5, 29, -2], "size": [2, 1, 3], "inflate": 0.01, "uv": [39, 45]} + ] + }, + { + "name": "arm_right", + "parent": "chest", + "pivot": [-3.5, 30, -0.5], + "cubes": [ + {"origin": [-9, 28, -1.5], "size": [6, 2, 2], "uv": [0, 12], "mirror": true} + ] + }, + { + "name": "elbow_right", + "parent": "arm_right", + "pivot": [-9, 28, 0.5], + "cubes": [ + {"origin": [-17, 28, -1.5], "size": [8, 2, 2], "inflate": 0.02, "uv": [60, 29], "mirror": true} + ] + }, + { + "name": "wrist_right", + "parent": "elbow_right", + "pivot": [-16, 28.5, 0], + "cubes": [ + {"origin": [-18, 25.5, -4], "size": [2, 7, 7], "uv": [25, 77], "mirror": true} + ] + }, + { + "name": "hand_right", + "parent": "wrist_right", + "pivot": [-18, 29, -0.5], + "cubes": [ + {"origin": [-20.5, 28, -2], "size": [3, 2, 3], "uv": [43, 26], "mirror": true} + ] + }, + { + "name": "thumb_right", + "parent": "hand_right", + "pivot": [-19, 30, -2], + "cubes": [ + {"origin": [-20, 29, -4], "size": [1, 1, 2], "inflate": 0.01, "uv": [11, 0], "mirror": true} + ] + }, + { + "name": "fingers_right", + "parent": "hand_right", + "pivot": [-20.5, 30, -0.5], + "cubes": [ + {"origin": [-22.5, 29, -2], "size": [2, 1, 3], "inflate": 0.01, "uv": [39, 45], "mirror": true} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [3.5, 5.5, 2], + "cubes": [ + {"origin": [2.5, 2, 0.5], "size": [2, 5, 3], "uv": [0, 36], "mirror": true} + ] + }, + { + "name": "foot_right", + "parent": "leg_right", + "pivot": [3.5, 2, 0.5], + "cubes": [ + {"origin": [2.5, 0, -0.5], "size": [2, 2, 4], "inflate": 0.01, "uv": [0, 28], "mirror": true} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [-3.5, 5.5, 2], + "cubes": [ + {"origin": [-4.5, 2, 0.5], "size": [2, 5, 3], "uv": [0, 36]} + ] + }, + { + "name": "foot_left", + "parent": "leg_left", + "pivot": [-3.5, 2, 0.5], + "cubes": [ + {"origin": [-4.5, 0, -0.5], "size": [2, 2, 4], "inflate": 0.01, "uv": [0, 28]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/gothorita/gothorita.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/gothorita/gothorita.geo.json new file mode 100644 index 0000000..8117ccb --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/gothorita/gothorita.geo.json @@ -0,0 +1,246 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.gothorita", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "gothorita", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "gothorita", + "pivot": [0, 24, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 12, 0], + "cubes": [ + {"origin": [-3, 15, -2.5], "size": [6, 3, 5], "uv": [0, 37]}, + {"origin": [-5.5, 12, -5], "size": [11, 3, 10], "uv": [0, 24]}, + {"origin": [-3.25, 14, -5.25], "size": [3, 4, 2], "pivot": [-0.25, 15.5, -3.75], "rotation": [-22.37845, -15.15302, -22.26337], "uv": [20, 50], "mirror": true}, + {"origin": [0.25, 14, -5.25], "size": [3, 4, 2], "pivot": [0.25, 15.5, -3.75], "rotation": [-22.37845, 15.15302, 22.26337], "uv": [20, 50]}, + {"origin": [0.5, 14.85, 2.25], "size": [2, 3, 2], "pivot": [0.5, 16.35, 2.75], "rotation": [22.37845, -15.15302, 22.26337], "uv": [0, 54], "mirror": true}, + {"origin": [-2.5, 14.85, 2.25], "size": [2, 3, 2], "pivot": [-0.5, 16.35, 2.75], "rotation": [22.37845, 15.15302, -22.26337], "uv": [0, 54]} + ] + }, + { + "name": "chest", + "parent": "torso", + "pivot": [0, 18, -1.5], + "cubes": [ + {"origin": [-2, 17, -1.5], "size": [4, 5, 3], "uv": [19, 42]}, + {"origin": [0.25, 19, -3.26], "size": [3, 4, 2], "pivot": [0.25, 20.5, -1.75], "rotation": [-4.77264, 11.54158, 13.8603], "uv": [20, 50]}, + {"origin": [-3.25, 19, -3.26], "size": [3, 4, 2], "pivot": [-0.25, 20.5, -1.75], "rotation": [-4.77264, -11.54158, -13.8603], "uv": [20, 50], "mirror": true} + ] + }, + { + "name": "neck", + "parent": "chest", + "pivot": [0, 22.01135, 0], + "cubes": [ + {"origin": [-1, 21.5, -1], "size": [2, 2, 2], "uv": [8, 45]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 23.00993, 0], + "cubes": [ + {"origin": [-6.5, 23, -6], "size": [13, 12, 12], "uv": [0, 0]}, + {"origin": [-4.5, 35, -4], "size": [9, 1, 8], "uv": [32, 24]}, + {"origin": [6, 32.5, 0], "size": [2, 5, 4], "pivot": [6.5, 35, 0], "rotation": [-15, 0, 0], "uv": [8, 50]}, + {"origin": [-16.51, 32.5, -4], "size": [2, 5, 4], "pivot": [-16, 35, 0], "rotation": [15, 0, 0], "uv": [0, 0], "mirror": true}, + {"origin": [-16.5, 32.5, 0], "size": [2, 5, 4], "pivot": [-16, 35, 0], "rotation": [-15, 0, 0], "uv": [8, 50], "mirror": true}, + {"origin": [-8, 32.5, 0], "size": [2, 5, 4], "pivot": [-6.5, 35, 0], "rotation": [-15, 0, 0], "uv": [8, 50], "mirror": true}, + {"origin": [-8.01, 32.5, -4], "size": [2, 5, 4], "pivot": [-7.5, 35, 0], "rotation": [15, 0, 0], "uv": [0, 0], "mirror": true}, + {"origin": [6.01, 32.5, -4], "size": [2, 5, 4], "pivot": [7.5, 35, 0], "rotation": [15, 0, 0], "uv": [0, 0]}, + {"origin": [-14.5, 28, -3.5], "size": [7, 7, 7], "uv": [35, 33], "mirror": true}, + {"origin": [7.5, 28, -3.5], "size": [7, 7, 7], "uv": [35, 33]}, + {"origin": [14.51, 32.5, -4], "size": [2, 5, 4], "pivot": [16, 35, 0], "rotation": [15, 0, 0], "uv": [0, 0]}, + {"origin": [14.5, 32.5, 0], "size": [2, 5, 4], "pivot": [16, 35, 0], "rotation": [-15, 0, 0], "uv": [8, 50]} + ] + }, + { + "name": "ear_left", + "parent": "head", + "pivot": [11, 28, 0], + "cubes": [ + {"origin": [10, 25.5, -1], "size": [2, 3, 2], "uv": [54, 47]}, + {"origin": [9.5, 22, -1.5], "size": [3, 4, 3], "uv": [50, 9]} + ] + }, + { + "name": "ear_right", + "parent": "head", + "pivot": [-11, 28, 0], + "cubes": [ + {"origin": [-12, 25.5, -1], "size": [2, 3, 2], "uv": [54, 47], "mirror": true}, + {"origin": [-12.5, 22, -1.5], "size": [3, 4, 3], "uv": [50, 9], "mirror": true} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [3, 24.75, 0.1], + "cubes": [ + {"origin": [1, 27.25, -6.02], "size": [5, 3, 0], "uv": [0, 30]}, + {"origin": [1, 30, -6.06], "size": [5, 1, 0], "inflate": 0.02, "uv": [0, 11]} + ] + }, + { + "name": "pupil_left", + "parent": "eye_left", + "pivot": [1.5, 24.75, 0], + "cubes": [ + {"origin": [2, 27.75, -6.04], "size": [2, 3, 0], "uv": [0, 0]}, + {"origin": [2.5, 28.5, -6.06], "size": [1, 2, 0], "uv": [8, 0]} + ] + }, + { + "name": "eye_right", + "parent": "head", + "pivot": [-3, 24.75, 0.1], + "cubes": [ + {"origin": [-6, 27.25, -6.02], "size": [5, 3, 0], "uv": [0, 30], "mirror": true}, + {"origin": [-6, 30, -6.06], "size": [5, 1, 0], "inflate": 0.02, "uv": [0, 11], "mirror": true} + ] + }, + { + "name": "pupil_right", + "parent": "eye_right", + "pivot": [-1.5, 24.75, 0], + "cubes": [ + {"origin": [-4, 27.75, -6.04], "size": [2, 3, 0], "uv": [0, 0], "mirror": true}, + {"origin": [-3.5, 28.5, -6.06], "size": [1, 2, 0], "uv": [8, 0], "mirror": true} + ] + }, + { + "name": "eyelid_left", + "parent": "head", + "pivot": [3, 24.75, 0.1], + "cubes": [ + {"origin": [1, 27.25, -5.92], "size": [5, 3, 0], "uv": [31, 37], "mirror": true}, + {"origin": [1, 30, -5.96], "size": [5, 1, 0], "inflate": 0.02, "uv": [0, 11]} + ] + }, + { + "name": "eyelid_right", + "parent": "head", + "pivot": [-3, 24.75, 0.1], + "cubes": [ + {"origin": [-6, 27.25, -5.92], "size": [5, 3, 0], "uv": [31, 37]}, + {"origin": [-6, 30, -5.96], "size": [5, 1, 0], "inflate": 0.02, "uv": [0, 11], "mirror": true} + ] + }, + { + "name": "lip_top", + "parent": "head", + "pivot": [0, 25.25, -6], + "cubes": [ + {"origin": [-1, 25.25, -6.75], "size": [2, 1, 1], "inflate": 0.01, "pivot": [0, 25.25, -5.75], "rotation": [-2.5, 0, 0], "uv": [38, 4]} + ] + }, + { + "name": "lip_bottom", + "parent": "head", + "pivot": [0, 25.25, -6], + "cubes": [ + {"origin": [-1, 24.45, -6.75], "size": [2, 1, 1], "pivot": [0, 25.45, -5.75], "rotation": [12.5, 0, 0], "uv": [38, 2]} + ] + }, + { + "name": "arm_left", + "parent": "chest", + "pivot": [2, 20.75, 0], + "cubes": [ + {"origin": [1, 20.25, -0.5], "size": [6, 1, 1], "uv": [17, 37]} + ] + }, + { + "name": "elbow_left", + "parent": "arm_left", + "pivot": [7, 20.25, 0.5], + "cubes": [ + {"origin": [7, 20.25, -0.5], "size": [5, 1, 1], "uv": [0, 9]}, + {"origin": [10, 20.75, -1], "size": [3, 0, 2], "uv": [36, 0]} + ] + }, + { + "name": "arm_right", + "parent": "chest", + "pivot": [-2, 20.75, 0], + "cubes": [ + {"origin": [-7, 20.25, -0.5], "size": [6, 1, 1], "uv": [17, 37], "mirror": true} + ] + }, + { + "name": "elbow_right", + "parent": "arm_right", + "pivot": [-7, 20.25, 0.5], + "cubes": [ + {"origin": [-12, 20.25, -0.5], "size": [5, 1, 1], "uv": [0, 9], "mirror": true}, + {"origin": [-13, 20.75, -1], "size": [3, 0, 2], "uv": [36, 0], "mirror": true} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [2.25, 12, -0.5], + "cubes": [ + {"origin": [1.25, 7.5, -1], "size": [2, 5, 2], "uv": [32, 24], "mirror": true} + ] + }, + { + "name": "knee_left", + "parent": "leg_left", + "pivot": [2.25, 8, -1], + "cubes": [ + {"origin": [1, 2, -1.5], "size": [3, 6, 3], "uv": [30, 47], "mirror": true} + ] + }, + { + "name": "foot_left", + "parent": "knee_left", + "pivot": [2.5, 3, 0.5], + "cubes": [ + {"origin": [0.5, 0, -3.5], "size": [4, 3, 6], "uv": [38, 0], "mirror": true} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-2.25, 12, -0.5], + "cubes": [ + {"origin": [-3.25, 7.5, -1], "size": [2, 5, 2], "uv": [32, 24]} + ] + }, + { + "name": "knee_right", + "parent": "leg_right", + "pivot": [-2.25, 8, -1], + "cubes": [ + {"origin": [-4, 2, -1.5], "size": [3, 6, 3], "uv": [30, 47]} + ] + }, + { + "name": "foot_right", + "parent": "knee_right", + "pivot": [-2.5, 3, 0.5], + "cubes": [ + {"origin": [-4.5, 0, -3.5], "size": [4, 3, 6], "uv": [38, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/graveler_alolan.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/graveler_alolan.geo.json new file mode 100644 index 0000000..e9abac5 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/graveler_alolan.geo.json @@ -0,0 +1,528 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.graveler_alolan", + "texture_width": 64, + "texture_height": 128, + "visible_bounds_width": 5, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "graveler", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "graveler", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 4, -1], + "cubes": [ + {"origin": [-7, 4, -7], "size": [14, 14, 14], "uv": [0, 0]}, + {"origin": [-1, 10.75, -7], "size": [2, 1, 0], "inflate": 0.025, "uv": [10, 8]}, + {"origin": [-1, 10, -7], "size": [2, 1, 0], "inflate": 0.02, "uv": [10, 9]}, + {"origin": [2.6, 17.8, -6.2], "size": [4, 1, 4], "uv": [42, 8]}, + {"origin": [4.5, 16.6, -7.3], "size": [3, 2, 3], "uv": [49, 71]}, + {"origin": [5, 15.9, -7.2], "size": [2.3, 2, 2.6], "uv": [51, 72]}, + {"origin": [5, 9.2, -6.6], "size": [2.3, 2, 2.1], "uv": [51, 72]}, + {"origin": [5, 17, -7.2], "size": [2.3, 2, 2.6], "uv": [51, 72]}, + {"origin": [-5, 12, 7], "size": [4, 4, 1], "uv": [32, 51]}, + {"origin": [0, 5, 6.75], "size": [3, 3, 1], "uv": [6, 45]}, + {"origin": [1, 14, 6.75], "size": [3, 3, 1], "uv": [14, 34]}, + {"origin": [-7.75, 7, 1], "size": [1, 3, 3], "uv": [0, 53]}, + {"origin": [6.5, 13, -5], "size": [1, 2, 2], "uv": [14, 58]}, + {"origin": [-7.5, 5, -4], "size": [1, 2, 2], "uv": [56, 57]}, + {"origin": [7, 5, 1], "size": [1, 4, 4], "uv": [0, 45]}, + {"origin": [4, 9, 6.5], "size": [2, 2, 1], "uv": [5, 53]}, + {"origin": [-6, 7, 6.5], "size": [2, 2, 1], "uv": [17, 28]}, + {"origin": [-6, 17.75, -1], "size": [3, 1, 3], "uv": [10, 49]}, + {"origin": [-2, 17.5, 3], "size": [2, 1, 2], "uv": [31, 36]}, + {"origin": [-5, 3.5, 2], "size": [2, 1, 2], "uv": [56, 23]}, + {"origin": [2, 3.25, 3], "size": [3, 1, 3], "uv": [48, 29]}, + {"origin": [5.4, 9.1, -7], "size": [2, 1, 0.5], "inflate": 0.01, "pivot": [10.4, 2.1, -1], "rotation": [0, 0, -6], "uv": [58, 84]}, + {"origin": [5.3, 10.3, -7], "size": [2.1, 1, 0.5], "inflate": 0.01, "pivot": [10.1, 3.3, -1], "rotation": [0, 0, -6], "uv": [58, 84]}, + {"origin": [-7.4, 10.3, -7], "size": [2.1, 1, 0.5], "inflate": 0.01, "pivot": [-10.1, 3.3, -1], "rotation": [0, 0, 6], "uv": [58, 84], "mirror": true}, + {"origin": [-7.4, 9.1, -7], "size": [2, 1, 0.5], "inflate": 0.01, "pivot": [-10.4, 2.1, -1], "rotation": [0, 0, 6], "uv": [58, 84], "mirror": true}, + {"origin": [-1, 10.75, -7.4], "size": [2, 1, 0], "inflate": 0.031, "uv": [21, 65]} + ] + }, + { + "name": "mouth", + "parent": "torso", + "pivot": [0, 9, -7], + "cubes": [ + {"origin": [-5, 8, -7], "size": [10, 1, 0], "inflate": 0.01, "uv": [42, 13]}, + {"origin": [-5, 8.5, -7], "size": [9, 1, 0], "inflate": 0.01, "uv": [37, 28]} + ] + }, + { + "name": "mouth_open", + "parent": "torso", + "pivot": [0, 9, -6.9], + "cubes": [ + {"origin": [-5, 7, -6.9], "size": [10, 2, 0], "inflate": 0.01, "uv": [0, 62]}, + {"origin": [-5, 8.5, -6.9], "size": [10, 1, 0], "inflate": 0.02, "uv": [0, 64]} + ] + }, + { + "name": "mouth_grin", + "parent": "torso", + "pivot": [0, 9, -6.9], + "cubes": [ + {"origin": [-5, 7, -6.9], "size": [10, 2, 0], "inflate": 0.01, "uv": [0, 68]}, + {"origin": [-5, 8.5, -6.9], "size": [9, 1, 0], "inflate": 0.02, "uv": [0, 70]}, + {"origin": [4.03, 8.97, -6.9], "size": [1, 1, 0], "inflate": 0.02, "uv": [0, 71]} + ] + }, + { + "name": "eye_right", + "parent": "torso", + "pivot": [-2.29721, 11.38116, -7.05], + "cubes": [ + {"origin": [-4.5, 10, -7], "size": [4, 2, 0], "inflate": 0.01, "uv": [19, 49]} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-2.5, 11, -6.4], + "cubes": [ + {"origin": [-4.5, 10, -6.9], "size": [3, 2, 1], "inflate": 0.025, "uv": [53, 0]}, + {"origin": [-2, 10, -6.9], "size": [1, 2, 1], "inflate": 0.02, "uv": [60, 5]} + ] + }, + { + "name": "eye_left", + "parent": "torso", + "pivot": [2.29721, 11.38116, -7.05], + "cubes": [ + {"origin": [0.5, 10, -7], "size": [4, 2, 0], "inflate": 0.01, "uv": [53, 3]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [2.5, 11, -6.4], + "cubes": [ + {"origin": [1.5, 10, -6.9], "size": [3, 2, 1], "inflate": 0.025, "uv": [10, 65], "mirror": true}, + {"origin": [1, 10, -6.9], "size": [1, 2, 1], "inflate": 0.02, "uv": [18, 65], "mirror": true} + ] + }, + { + "name": "arm_right", + "parent": "torso", + "pivot": [-7, 13.5, 0], + "cubes": [ + {"origin": [-13, 10.5, -1.5], "size": [7, 3, 3], "uv": [20, 28]}, + {"origin": [-9.5, 13, -1], "size": [2, 1, 2], "uv": [34, 56]} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-13, 12, 1], + "cubes": [ + {"origin": [-19, 10.5, -2], "size": [5, 3, 4], "uv": [36, 36]}, + {"origin": [-14, 10.5, -1.5], "size": [1, 3, 3], "inflate": 0.01, "uv": [55, 5]}, + {"origin": [-15.5, 13, -1], "size": [3, 1, 2], "inflate": 0.01, "uv": [36, 62]}, + {"origin": [-15.3, 14, 0.2], "size": [0.3, 1, 0.4], "inflate": 0.01, "uv": [58, 84], "mirror": true}, + {"origin": [-15.3, 14, -0.9], "size": [0.3, 1, 0.4], "inflate": 0.01, "uv": [58, 84], "mirror": true}, + {"origin": [-13.2, 14, -0.9], "size": [0.3, 1, 0.4], "inflate": 0.01, "uv": [58, 84], "mirror": true}, + {"origin": [-14.2, 14, -0.9], "size": [0.3, 1, 0.4], "inflate": 0.01, "uv": [58, 84], "mirror": true}, + {"origin": [-13.2, 14, 0.2], "size": [0.3, 1, 0.4], "inflate": 0.01, "uv": [58, 84], "mirror": true}, + {"origin": [-14.2, 14, 0.2], "size": [0.3, 1, 0.4], "inflate": 0.01, "uv": [58, 84], "mirror": true}, + {"origin": [-17.1, 10.9, -5.1], "size": [3, 2, 3], "pivot": [-13.1, -7.1, -1.1], "rotation": [-6, 0, 0], "uv": [49, 71], "mirror": true} + ] + }, + { + "name": "hand_right", + "parent": "arm_right2", + "pivot": [-19, 12, 0.25], + "cubes": [ + {"origin": [-21.5, 10.5, -2.5], "size": [3, 3, 5], "inflate": 0.01, "uv": [42, 0]} + ] + }, + { + "name": "finger_right_middle", + "parent": "hand_right", + "pivot": [-21.5, 13.5, 1.25], + "cubes": [ + {"origin": [-23.5, 12.5, 0.25], "size": [2, 1, 2], "inflate": 0.01, "uv": [54, 61]} + ] + }, + { + "name": "finger_right_middle2", + "parent": "finger_right_middle", + "pivot": [-23.5, 13.5, 1.25], + "cubes": [ + {"origin": [-24.5, 12.5, 0.25], "size": [1, 1, 2], "uv": [44, 59]} + ] + }, + { + "name": "finger_right_index", + "parent": "hand_right", + "pivot": [-21.5, 13.5, -1.25], + "cubes": [ + {"origin": [-23.5, 12.5, -2.25], "size": [2, 1, 2], "inflate": 0.01, "uv": [55, 43]} + ] + }, + { + "name": "finger_right_index2", + "parent": "finger_right_index", + "pivot": [-23.5, 13.5, -1.25], + "cubes": [ + {"origin": [-24.5, 12.5, -2.25], "size": [1, 1, 2], "uv": [50, 59]} + ] + }, + { + "name": "thumb_right", + "parent": "hand_right", + "pivot": [-21, 11, -2], + "cubes": [ + {"origin": [-22.5, 10, -2.5], "size": [2, 2, 1], "inflate": 0.02, "uv": [20, 61]} + ] + }, + { + "name": "thumb_right2", + "parent": "thumb_right", + "pivot": [-22.5, 11, -2.5], + "cubes": [ + {"origin": [-23.5, 10, -2.5], "size": [1, 2, 1], "inflate": 0.01, "uv": [10, 0]} + ] + }, + { + "name": "arm_left", + "parent": "torso", + "pivot": [7, 13.5, 0], + "cubes": [ + {"origin": [6, 10.5, -1.5], "size": [7, 3, 3], "uv": [0, 28]}, + {"origin": [7.5, 13, -1], "size": [2, 1, 2], "uv": [42, 56]}, + {"origin": [9.4, 11.7, -4], "size": [3, 2, 3], "pivot": [8.4, -6.3, 0], "rotation": [-6, 0, 0], "uv": [49, 71]} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [13, 12, 1], + "cubes": [ + {"origin": [14, 10.5, -2], "size": [5, 3, 4], "uv": [0, 34]}, + {"origin": [13, 10.5, -1.5], "size": [1, 3, 3], "inflate": 0.01, "uv": [8, 53]}, + {"origin": [12.5, 13, -1], "size": [3, 1, 2], "inflate": 0.01, "uv": [24, 62]}, + {"origin": [12.9, 14, -0.9], "size": [0.3, 1, 0.4], "inflate": 0.01, "uv": [58, 84]}, + {"origin": [12.9, 14, 0.2], "size": [0.3, 1, 0.4], "inflate": 0.01, "uv": [58, 84]}, + {"origin": [13.9, 14, 0.2], "size": [0.3, 1, 0.4], "inflate": 0.01, "uv": [58, 84]}, + {"origin": [13.9, 14, -0.9], "size": [0.3, 1, 0.4], "inflate": 0.01, "uv": [58, 84]}, + {"origin": [15, 14, 0.2], "size": [0.3, 1, 0.4], "inflate": 0.01, "uv": [58, 84]}, + {"origin": [15, 14, -0.9], "size": [0.3, 1, 0.4], "inflate": 0.01, "uv": [58, 84]} + ] + }, + { + "name": "hand_left", + "parent": "arm_left2", + "pivot": [19, 12, 0.25], + "cubes": [ + {"origin": [18.5, 10.5, -2.5], "size": [3, 3, 5], "inflate": 0.01, "uv": [15, 41]} + ] + }, + { + "name": "finger_left_middle", + "parent": "hand_left", + "pivot": [21.5, 13.5, 1.25], + "cubes": [ + {"origin": [21.5, 12.5, 0.25], "size": [2, 1, 2], "inflate": 0.01, "uv": [48, 62]} + ] + }, + { + "name": "finger_left_middle2", + "parent": "finger_left_middle", + "pivot": [23.5, 13.5, 1.25], + "cubes": [ + {"origin": [23.5, 12.5, 0.25], "size": [1, 1, 2], "uv": [38, 59]} + ] + }, + { + "name": "finger_left_index", + "parent": "hand_left", + "pivot": [21.5, 13.5, -1.25], + "cubes": [ + {"origin": [21.5, 12.5, -2.25], "size": [2, 1, 2], "inflate": 0.01, "uv": [50, 56]} + ] + }, + { + "name": "finger_left_index2", + "parent": "finger_left_index", + "pivot": [23.5, 13.5, -1.25], + "cubes": [ + {"origin": [23.5, 12.5, -2.25], "size": [1, 1, 2], "uv": [32, 59]} + ] + }, + { + "name": "thumb_left", + "parent": "hand_left", + "pivot": [21, 11, -2], + "cubes": [ + {"origin": [20.5, 10, -2.5], "size": [2, 2, 1], "inflate": 0.02, "uv": [6, 59]} + ] + }, + { + "name": "thumb_left2", + "parent": "thumb_left", + "pivot": [22.5, 11, -2.5], + "cubes": [ + {"origin": [22.5, 10, -2.5], "size": [1, 2, 1], "inflate": 0.01, "uv": [0, 0]} + ] + }, + { + "name": "arm_bottom_right", + "parent": "torso", + "pivot": [-6.25, 7.25, -5.5], + "rotation": [0, -45, 0], + "cubes": [ + {"origin": [-9.25, 5.75, -6.5], "size": [4, 3, 2], "uv": [45, 46]} + ] + }, + { + "name": "arm_bottom_right2", + "parent": "arm_bottom_right", + "pivot": [-9.25, 7.25, -4.5], + "cubes": [ + {"origin": [-12.25, 5.75, -6.5], "size": [3, 3, 2], "inflate": 0.01, "uv": [52, 51]}, + {"origin": [-11.85, 6.75, -4.1], "size": [1, 1, 1], "inflate": 0.01, "pivot": [1.65, -0.5, -1.35], "rotation": [0, -6, 0], "uv": [54, 73]} + ] + }, + { + "name": "hand_bottom_right", + "parent": "arm_bottom_right2", + "pivot": [-12.25, 7.25, -4.5], + "cubes": [ + {"origin": [-14.25, 5.75, -6.5], "size": [2, 3, 2], "uv": [26, 55]} + ] + }, + { + "name": "thumb_bottom_right", + "parent": "hand_bottom_right", + "pivot": [-13.75, 8.5, -6], + "cubes": [ + {"origin": [-15.25, 8, -6.5], "size": [2, 1, 1], "inflate": 0.01, "uv": [44, 62]} + ] + }, + { + "name": "finger_bottom_right_index", + "parent": "hand_bottom_right", + "pivot": [-14.25, 7.5, -4.5], + "cubes": [ + {"origin": [-16.25, 7, -5.5], "size": [2, 1, 1], "uv": [32, 62]} + ] + }, + { + "name": "finger_bottom_right_pinky", + "parent": "hand_bottom_right", + "pivot": [-14.25, 6.25, -4.5], + "cubes": [ + {"origin": [-16.25, 5.75, -5.5], "size": [2, 1, 1], "uv": [25, 60]} + ] + }, + { + "name": "arm_bottom_left", + "parent": "torso", + "pivot": [6.25, 7.25, -5.5], + "rotation": [0, 45, 0], + "cubes": [ + {"origin": [5.25, 5.75, -6.5], "size": [4, 3, 2], "uv": [0, 8]} + ] + }, + { + "name": "arm_bottom_left2", + "parent": "arm_bottom_left", + "pivot": [9.25, 7.25, -4.5], + "cubes": [ + {"origin": [9.25, 5.75, -6.5], "size": [3, 3, 2], "inflate": 0.01, "uv": [42, 51]} + ] + }, + { + "name": "hand_bottom_left", + "parent": "arm_bottom_left2", + "pivot": [12.25, 7.25, -4.5], + "cubes": [ + {"origin": [12.25, 5.75, -6.5], "size": [2, 3, 2], "uv": [26, 41]} + ] + }, + { + "name": "thumb_bottom_left", + "parent": "hand_bottom_left", + "pivot": [13.75, 8.5, -6], + "cubes": [ + {"origin": [13.25, 8, -6.5], "size": [2, 1, 1], "inflate": 0.01, "uv": [58, 11]} + ] + }, + { + "name": "finger_bottom_left_index", + "parent": "hand_bottom_left", + "pivot": [14.25, 7.5, -4.5], + "cubes": [ + {"origin": [14.25, 7, -5.5], "size": [2, 1, 1], "uv": [57, 49]} + ] + }, + { + "name": "finger_bottom_left_pinky", + "parent": "hand_bottom_left", + "pivot": [14.25, 6.25, -4.5], + "cubes": [ + {"origin": [14.25, 5.75, -5.5], "size": [2, 1, 1], "uv": [13, 53]} + ] + }, + { + "name": "crest", + "parent": "torso", + "pivot": [0, 11.75, -7], + "rotation": [8, 0, 0], + "cubes": [ + {"origin": [-3, 14.75, -7], "size": [6, 2, 1], "inflate": 0.01, "uv": [41, 43]}, + {"origin": [-4.5, 11.75, -7], "size": [9, 3, 1], "inflate": 0.01, "uv": [0, 41]} + ] + }, + { + "name": "left_crest", + "parent": "crest", + "pivot": [0, 11.75, -7] + }, + { + "name": "crest2", + "parent": "left_crest", + "pivot": [-4, 11.75, -7], + "rotation": [0, 0, 55], + "cubes": [ + {"origin": [-8.75, 14.75, -7], "size": [4, 2, 1], "pivot": [-5.75, 15.75, -6.5], "rotation": [0, -2.5, 0], "uv": [0, 65]} + ] + }, + { + "name": "crest3", + "parent": "left_crest", + "pivot": [-4, 11.75, -7], + "rotation": [0, 0, 35], + "cubes": [ + {"origin": [-7.75, 13.25, -7], "size": [4, 2, 1], "pivot": [-4.75, 14.25, -6.5], "rotation": [0, -4, 0], "uv": [16, 55]} + ] + }, + { + "name": "crest4", + "parent": "left_crest", + "pivot": [-4.5, 11.75, -7], + "rotation": [0, 0, 12.5], + "cubes": [ + {"origin": [-6.5, 11.75, -7], "size": [2, 2, 1], "pivot": [-4.5, 12.75, -6.5], "rotation": [0, -7.5, 0], "uv": [0, 59]} + ] + }, + { + "name": "right_crest", + "parent": "crest", + "pivot": [0, 11.75, -7] + }, + { + "name": "crest5", + "parent": "right_crest", + "pivot": [4, 11.75, -7], + "rotation": [0, 0, -55], + "cubes": [ + {"origin": [4.75, 14.75, -7], "size": [4, 2, 1], "pivot": [5.75, 15.75, -6.5], "rotation": [0, 2.5, 0], "uv": [54, 40]} + ] + }, + { + "name": "crest6", + "parent": "right_crest", + "pivot": [4, 11.75, -7], + "rotation": [0, 0, -35], + "cubes": [ + {"origin": [3.75, 13.25, -7], "size": [4, 2, 1], "pivot": [4.75, 14.25, -6.5], "rotation": [0, 4, 0], "uv": [53, 33]} + ] + }, + { + "name": "crest7", + "parent": "right_crest", + "pivot": [4.5, 11.75, -7], + "rotation": [0, 0, -12.5], + "cubes": [ + {"origin": [4.5, 11.75, -7], "size": [2, 2, 1], "pivot": [4.5, 12.75, -6.5], "rotation": [0, 7.5, 0], "uv": [20, 58]} + ] + }, + { + "name": "eyebrow_left", + "parent": "torso", + "pivot": [-1, 10.75, -7], + "rotation": [0, 0, 22.5], + "cubes": [ + {"origin": [-5, 10.75, -7.4], "size": [4, 1, 0], "inflate": 0.03, "uv": [21, 65]}, + {"origin": [-6.6, 10.95, -7.4], "size": [3, 1, 0], "inflate": 0.032, "pivot": [-1.6, 0.95, -1], "rotation": [0, 0, 9], "uv": [21, 65]}, + {"origin": [-3.6, 10.75, -7.4], "size": [1, 1, 0], "inflate": 0.032, "pivot": [-0.6, 0.75, -1], "rotation": [0, 0, 9], "uv": [21, 65]} + ] + }, + { + "name": "eyebrow_right", + "parent": "torso", + "pivot": [1, 10.75, -7], + "rotation": [0, 0, -22.5], + "cubes": [ + {"origin": [1, 10.75, -7.4], "size": [4, 1, 0], "inflate": 0.03, "uv": [0, 13]}, + {"origin": [3.6, 11.15, -7.4], "size": [3, 1, 0], "inflate": 0.031, "pivot": [2.6, 1.15, -1], "rotation": [0, 0, -9], "uv": [0, 13]}, + {"origin": [2.3, 10.95, -7.4], "size": [1.3, 1, 0], "inflate": 0.031, "pivot": [1.3, 0.95, -1], "rotation": [0, 0, -9], "uv": [0, 13]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-3, 4, 0], + "cubes": [ + {"origin": [-4.5, 1, -2], "size": [3, 4, 4], "uv": [31, 43]} + ] + }, + { + "name": "foot_right1", + "parent": "leg_right", + "pivot": [-3, 2, 0], + "cubes": [ + {"origin": [-5, 0, -2.75], "size": [4, 2, 5], "uv": [35, 29]} + ] + }, + { + "name": "foot_right2", + "parent": "foot_right1", + "pivot": [-3, 0, -2.75], + "cubes": [ + {"origin": [-5, 0, -4.75], "size": [4, 2, 2], "inflate": 0.01, "uv": [20, 51]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [3, 4, 0], + "cubes": [ + {"origin": [1.5, 1, -2], "size": [3, 4, 4], "uv": [0, 0]} + ] + }, + { + "name": "foot_left1", + "parent": "leg_left", + "pivot": [3, 2, 0], + "cubes": [ + {"origin": [1, 0, -2.75], "size": [4, 2, 5], "uv": [18, 34]} + ] + }, + { + "name": "foot_left2", + "parent": "foot_left1", + "pivot": [3, 0, -2.75], + "cubes": [ + {"origin": [1, 0, -4.75], "size": [4, 2, 2], "inflate": 0.01, "uv": [50, 36]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/greattusk/greattusk.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/greattusk/greattusk.geo.json new file mode 100644 index 0000000..9c528da --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/greattusk/greattusk.geo.json @@ -0,0 +1,618 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.donphan_male", + "texture_width": 512, + "texture_height": 512, + "visible_bounds_width": 11, + "visible_bounds_height": 6, + "visible_bounds_offset": [0, 2, 0] + }, + "bones": [ + { + "name": "GreatTusk", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "GreatTusk", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 14, 0] + }, + { + "name": "torso_back", + "parent": "torso", + "pivot": [0, 40, 6], + "cubes": [ + {"origin": [-18, 9, 6], "size": [36, 30, 20], "uv": [0, 60]} + ] + }, + { + "name": "torso_front", + "parent": "torso", + "pivot": [0, 24, -9], + "cubes": [ + {"origin": [-18, 8.99, -24.01], "size": [36, 30, 30], "inflate": 0.01, "uv": [0, 0]}, + {"origin": [-18.01, 17.99, -8.76], "size": [0, 17, 16], "inflate": 0.01, "pivot": [-18.01, 24.49, -2.01], "rotation": [45, 0, 0], "uv": [226, 238]}, + {"origin": [18.01, 17.99, -8.76], "size": [0, 17, 16], "inflate": 0.01, "pivot": [18.01, 24.49, -2.01], "rotation": [45, 0, 0], "uv": [60, 232]} + ] + }, + { + "name": "head", + "parent": "torso_front", + "pivot": [0, 30.5, -23.5], + "cubes": [ + {"origin": [-12, 24, -41], "size": [24, 14, 20], "uv": [96, 122]}, + {"origin": [-12, 16, -35], "size": [24, 8, 14], "inflate": 0.01, "uv": [128, 206]}, + {"origin": [-12, 19, -41], "size": [24, 5, 6], "inflate": 0.01, "uv": [180, 0]} + ] + }, + { + "name": "tusk_left", + "parent": "head", + "pivot": [11, 24, -30], + "rotation": [17.701, 15.10501, 35.88614], + "cubes": [ + {"origin": [9.94, 19.2262, -34.7738], "size": [7, 10, 10], "inflate": 0.01, "uv": [259, 112]} + ] + }, + { + "name": "tusk_left2", + "parent": "tusk_left", + "pivot": [20.23, 28.56, -35.9975], + "rotation": [1.16524, 24.97457, 2.75806], + "cubes": [ + {"origin": [12.96, 20.4162, -35.3813], "size": [12, 7, 7], "inflate": 0.01, "uv": [262, 0]} + ] + }, + { + "name": "tusk_left3", + "parent": "tusk_left2", + "pivot": [26.42591, 27.24782, -33.06728], + "rotation": [-3.31914, 14.63639, -42.92638], + "cubes": [ + {"origin": [20.92591, 24.24782, -36.06728], "size": [12, 6, 6], "inflate": 0.01, "uv": [106, 270]} + ] + }, + { + "name": "tusk_left4", + "parent": "tusk_left3", + "pivot": [39.93091, 24.91662, -35.98098], + "rotation": [2.22153, 6.92625, -30.51445], + "cubes": [ + {"origin": [32.98091, 28.34282, -35.92478], "size": [13, 5, 5], "inflate": 0.01, "uv": [23, 272]} + ] + }, + { + "name": "tusk_left5", + "parent": "tusk_left4", + "pivot": [53.02091, 25.21412, -36.27848], + "rotation": [-4.52341, 9.30644, -47.67138], + "cubes": [ + {"origin": [50.82091, 33.33032, -37.31728], "size": [13, 5, 5], "inflate": 0.01, "uv": [214, 271]} + ] + }, + { + "name": "tusk_left6", + "parent": "tusk_left5", + "pivot": [64.92091, 25.21412, -36.27848], + "rotation": [-1.75404, 11.27253, -36.53224], + "cubes": [ + {"origin": [67.88841, 33.12782, -36.12728], "size": [10, 5, 4], "inflate": 0.01, "uv": [266, 276]} + ] + }, + { + "name": "tusk_left7", + "parent": "tusk_left6", + "pivot": [74.44091, 25.51162, -35.98098], + "rotation": [2.71994, 19.82169, -22.02468], + "cubes": [ + {"origin": [78.77651, 31.67722, -33.32788], "size": [7, 5, 3], "uv": [170, 252]} + ] + }, + { + "name": "tusk_left8", + "parent": "tusk_left7", + "pivot": [83.06841, 25.80912, -35.98098], + "rotation": [0, 22.5, -42.5], + "cubes": [ + {"origin": [86.65401, 28.91472, -30.48288], "size": [7, 3, 2], "uv": [150, 30]} + ] + }, + { + "name": "tusk_left9", + "parent": "tusk_left7", + "pivot": [89.8667, 39.8073, -35.18906], + "rotation": [-11.70092, 19.3546, -74.50206], + "cubes": [ + {"origin": [86.1167, 39.5573, -35.43906], "size": [6, 2, 1], "pivot": [89.3667, 40.3073, -34.93906], "rotation": [0, 0, -12.5], "uv": [14, 26]} + ] + }, + { + "name": "tusk_right", + "parent": "head", + "pivot": [-11, 24, -30], + "rotation": [17.701, -15.10501, -35.88614], + "cubes": [ + {"origin": [-16.94, 19.2262, -34.7738], "size": [7, 10, 10], "inflate": 0.01, "uv": [258, 244]} + ] + }, + { + "name": "tusk_right2", + "parent": "tusk_right", + "pivot": [-20.23, 28.56, -35.9975], + "rotation": [1.16524, -24.97457, -2.75806], + "cubes": [ + {"origin": [-24.96, 20.4162, -35.3813], "size": [12, 7, 7], "inflate": 0.01, "uv": [254, 62]} + ] + }, + { + "name": "tusk_right3", + "parent": "tusk_right2", + "pivot": [-26.42591, 27.24782, -33.06728], + "rotation": [-3.31914, -14.63639, 42.92638], + "cubes": [ + {"origin": [-32.92591, 24.24782, -36.06728], "size": [12, 6, 6], "inflate": 0.01, "uv": [258, 264]} + ] + }, + { + "name": "tusk_right4", + "parent": "tusk_right3", + "pivot": [-39.93091, 24.91662, -35.98098], + "rotation": [2.22153, -6.92625, 30.51445], + "cubes": [ + {"origin": [-45.98091, 28.34282, -35.92478], "size": [13, 5, 5], "inflate": 0.01, "uv": [271, 168]} + ] + }, + { + "name": "tusk_right5", + "parent": "tusk_right4", + "pivot": [-53.02091, 25.21412, -36.27848], + "rotation": [-4.52341, -9.30644, 47.67138], + "cubes": [ + {"origin": [-63.82091, 33.33032, -37.31728], "size": [13, 5, 5], "inflate": 0.01, "uv": [270, 201]} + ] + }, + { + "name": "tusk_right6", + "parent": "tusk_right5", + "pivot": [-64.92091, 25.21412, -36.27848], + "rotation": [-1.75404, -11.27253, 36.53224], + "cubes": [ + {"origin": [-77.88841, 33.12782, -36.12728], "size": [10, 5, 4], "inflate": 0.01, "uv": [272, 178]} + ] + }, + { + "name": "tusk_right7", + "parent": "tusk_right6", + "pivot": [-74.44091, 25.51162, -35.98098], + "rotation": [2.71994, -19.82169, 22.02468], + "cubes": [ + {"origin": [-85.77651, 31.67722, -33.32788], "size": [7, 5, 3], "uv": [30, 240]} + ] + }, + { + "name": "tusk_right8", + "parent": "tusk_right7", + "pivot": [-83.06841, 25.80912, -35.98098], + "rotation": [0, -22.5, 42.5], + "cubes": [ + {"origin": [-93.65401, 28.91472, -30.48288], "size": [7, 3, 2], "uv": [132, 30]} + ] + }, + { + "name": "tusk_right9", + "parent": "tusk_right7", + "pivot": [-89.8667, 39.8073, -35.18906], + "rotation": [-11.70092, -19.3546, 74.50206], + "cubes": [ + {"origin": [-92.1167, 39.5573, -35.43906], "size": [6, 2, 1], "pivot": [-89.3667, 40.3073, -34.93906], "rotation": [0, 0, 12.5], "uv": [0, 26]} + ] + }, + { + "name": "jaw", + "parent": "head", + "pivot": [-1, 24, -35], + "cubes": [ + {"origin": [-12, 16, -41], "size": [24, 8, 6], "uv": [112, 72]} + ] + }, + { + "name": "eye_right", + "parent": "head", + "pivot": [-10.02, 31.25, -37.02], + "cubes": [ + {"origin": [-12, 28.24, -41], "size": [4, 6, 8], "inflate": 0.01, "uv": [242, 273]} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-9.82, 31.25, -36.82], + "cubes": [ + {"origin": [-11.91, 28.23, -40.91], "size": [4, 6, 8], "inflate": 0.01, "uv": [59, 272]} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [10.02, 31.25, -37.02], + "cubes": [ + {"origin": [8, 28.24, -41], "size": [4, 6, 8], "inflate": 0.01, "uv": [166, 272], "mirror": true} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [9.82, 31.25, -36.82], + "cubes": [ + {"origin": [7.91, 28.23, -40.91], "size": [4, 6, 8], "inflate": 0.01, "uv": [142, 272]} + ] + }, + { + "name": "front_plate", + "parent": "torso_front", + "pivot": [0, 50, 2], + "rotation": [2.5, 0, 0], + "cubes": [ + {"origin": [-14, 39, -22], "size": [28, 12, 24], "uv": [88, 86]} + ] + }, + { + "name": "tread", + "parent": "front_plate", + "pivot": [0, 40, 4], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [-16, 36, -3], "size": [32, 16, 14], "uv": [102, 0]}, + {"origin": [11, 48, -2], "size": [0, 10, 14], "uv": [186, 253]}, + {"origin": [-11, 48, -2], "size": [0, 10, 14], "uv": [0, 252]}, + {"origin": [0, 48, -3], "size": [0, 11, 15], "uv": [72, 107]} + ] + }, + { + "name": "tread4", + "parent": "front_plate", + "pivot": [0, 49, -22], + "rotation": [7.5, 0, 0], + "cubes": [ + {"origin": [-15, 40.99, -29.01], "size": [30, 12, 14], "inflate": 0.01, "uv": [0, 146]}, + {"origin": [-11, 49.99, -28.01], "size": [0, 8, 14], "inflate": 0.01, "uv": [30, 218]}, + {"origin": [11, 49.99, -28.01], "size": [0, 8, 14], "inflate": 0.01, "uv": [128, 184]}, + {"origin": [0, 49.99, -29.01], "size": [0, 9, 15], "inflate": 0.01, "uv": [92, 207]} + ] + }, + { + "name": "head_plate", + "parent": "front_plate", + "pivot": [0, 50, -22], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [-13, 38, -46], "size": [26, 12, 24], "uv": [108, 36]} + ] + }, + { + "name": "tread5", + "parent": "head_plate", + "pivot": [0, 48.5, -44], + "cubes": [ + {"origin": [-11, 45.5, -51], "size": [22, 6, 14], "uv": [0, 212]}, + {"origin": [9, 50.5, -50], "size": [0, 7, 14], "uv": [78, 256]}, + {"origin": [-9, 50.5, -50], "size": [0, 7, 14], "uv": [254, 140]}, + {"origin": [0, 50.5, -51], "size": [0, 8, 15], "uv": [92, 216]} + ] + }, + { + "name": "trunk", + "parent": "head_plate", + "pivot": [0, 50, -46], + "cubes": [ + {"origin": [-10, 40, -64], "size": [20, 10, 18], "uv": [166, 138]}, + {"origin": [-8, 50, -65], "size": [0, 7, 8], "uv": [72, 102]}, + {"origin": [0, 50, -66], "size": [0, 7, 10], "uv": [0, 117]}, + {"origin": [8, 50, -65], "size": [0, 7, 8], "uv": [92, 52]} + ] + }, + { + "name": "tread6", + "parent": "trunk", + "pivot": [0, 49, -62], + "cubes": [ + {"origin": [-9, 46, -66], "size": [18, 6, 8], "uv": [254, 48]} + ] + }, + { + "name": "trunk2", + "parent": "trunk", + "pivot": [0, 49, -64], + "cubes": [ + {"origin": [-7.99, 40.99, -82.01], "size": [16, 8, 18], "inflate": 0.01, "uv": [202, 188]}, + {"origin": [0, 45.99, -79.01], "size": [0, 10, 9], "uv": [220, 103]} + ] + }, + { + "name": "trunk3", + "parent": "trunk2", + "pivot": [0, 48, -82], + "cubes": [ + {"origin": [-8, 42, -94], "size": [16, 6, 12], "uv": [110, 228]} + ] + }, + { + "name": "tread8", + "parent": "trunk3", + "pivot": [0, 47.5, -87], + "cubes": [ + {"origin": [-9, 44.5, -91], "size": [18, 6, 8], "uv": [220, 173]} + ] + }, + { + "name": "tread7", + "parent": "trunk2", + "pivot": [0, 48.5, -75], + "cubes": [ + {"origin": [-9, 45.5, -79], "size": [18, 6, 8], "uv": [252, 187]} + ] + }, + { + "name": "ear_left", + "parent": "head_plate", + "pivot": [13, 42, -27], + "cubes": [ + {"origin": [11, 42, -35], "size": [18, 0, 16], "uv": [200, 214]} + ] + }, + { + "name": "ear_left2", + "parent": "ear_left", + "pivot": [29, 42, -27], + "cubes": [ + {"origin": [29, 42, -33], "size": [14, 0, 16], "uv": [192, 54]} + ] + }, + { + "name": "ear_right", + "parent": "head_plate", + "pivot": [-13, 42, -27], + "cubes": [ + {"origin": [-29, 42, -35], "size": [18, 0, 16], "uv": [96, 182]} + ] + }, + { + "name": "ear_right2", + "parent": "ear_right", + "pivot": [-29, 42, -27], + "cubes": [ + {"origin": [-43, 42, -33], "size": [14, 0, 16], "uv": [32, 172]} + ] + }, + { + "name": "back_plate", + "parent": "front_plate", + "pivot": [0, 50, 2], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-12, 38, 2], "size": [24, 12, 24], "uv": [0, 110]} + ] + }, + { + "name": "tread2", + "parent": "back_plate", + "pivot": [0, 40.5, 24.5], + "rotation": [-27.5, 0, 0], + "cubes": [ + {"origin": [-14, 38, 17.5], "size": [28, 12, 14], "uv": [88, 156]}, + {"origin": [7, 46, 18.5], "size": [0, 10, 14], "uv": [0, 242]}, + {"origin": [-7, 46, 18.5], "size": [0, 10, 14], "uv": [122, 238]}, + {"origin": [0, 46, 17.5], "size": [0, 11, 15], "uv": [0, 0]} + ] + }, + { + "name": "tail", + "parent": "back_plate", + "pivot": [0, 48, 26], + "rotation": [-37.5, 0, 0], + "cubes": [ + {"origin": [-8, 36, 26], "size": [16, 12, 20], "uv": [168, 72]}, + {"origin": [-7, 33, 26], "size": [14, 7, 21], "uv": [171, 104]} + ] + }, + { + "name": "tread3", + "parent": "tail", + "pivot": [0, 46, 46], + "cubes": [ + {"origin": [-6, 44.5, 41], "size": [12, 6, 10], "uv": [254, 138]}, + {"origin": [0, 46.5, 41], "size": [0, 9, 11], "uv": [0, 99]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 45, 44], + "cubes": [ + {"origin": [-5, 39, 40], "size": [10, 8, 18], "uv": [54, 222]}, + {"origin": [-4, 32, 44], "size": [8, 8, 15], "uv": [250, 215]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0.5, 45, 57], + "cubes": [ + {"origin": [-4.5, 40, 53], "size": [9, 6, 16], "uv": [225, 116]}, + {"origin": [0, 45, 59], "size": [0, 6, 11], "uv": [92, 61]}, + {"origin": [-3.5, 33, 57], "size": [7, 8, 13], "uv": [254, 83]} + ] + }, + { + "name": "tail4", + "parent": "tail3", + "pivot": [0.5, 45, 69], + "cubes": [ + {"origin": [-3.5, 40.75, 65], "size": [7, 4, 16], "uv": [140, 252]}, + {"origin": [0, 44.75, 74], "size": [0, 4, 5], "uv": [19, 0]}, + {"origin": [-2.5, 35.5, 69], "size": [5, 6, 9], "uv": [0, 0]}, + {"origin": [-2.5, 37.5, 78], "size": [5, 4, 6], "uv": [77, 150]} + ] + }, + { + "name": "leg_front_left", + "parent": "body", + "pivot": [10.5, 20, -14], + "cubes": [ + {"origin": [3.5, 0, -23], "size": [16, 24, 16], "uv": [184, 14]}, + {"origin": [8.48, 3.73, -25.02], "size": [6, 7, 22], "inflate": 0.01, "uv": [220, 83]}, + {"origin": [20.48, 3.98, -20.02], "size": [0, 8, 10], "pivot": [20.48, 6.98, -20.02], "rotation": [52.83761, 9.05478, 4.26175], "uv": [204, 163]}, + {"origin": [20.48, 3.98, -15.02], "size": [0, 8, 10], "pivot": [20.48, 6.98, -15.02], "rotation": [35.91629, 13.35049, 6.37821], "uv": [164, 122]}, + {"origin": [14.52, 3.98, -24.02], "size": [6, 6, 18], "inflate": 0.01, "uv": [178, 243]}, + {"origin": [2.52, 3.98, -24.02], "size": [6, 6, 18], "inflate": 0.01, "uv": [148, 228]} + ] + }, + { + "name": "toe_front_left", + "parent": "leg_front_left", + "pivot": [11.5, 4, -23], + "cubes": [ + {"origin": [11.5, 0, -27], "size": [0, 4, 4], "uv": [0, 142]} + ] + }, + { + "name": "toe_front_left2", + "parent": "leg_front_left", + "pivot": [6.5, 4, -23], + "cubes": [ + {"origin": [6.5, 0, -27], "size": [0, 4, 4], "uv": [102, 122]} + ] + }, + { + "name": "toe_front_left3", + "parent": "leg_front_left", + "pivot": [16.5, 4, -23], + "cubes": [ + {"origin": [16.5, 0, -27], "size": [0, 4, 4], "uv": [102, 118]} + ] + }, + { + "name": "leg_back_left", + "parent": "body", + "pivot": [10.5, 20, 17.75], + "cubes": [ + {"origin": [3.5, 0, 8.75], "size": [16, 24, 16], "uv": [0, 172]}, + {"origin": [14.51, 3.99, 7.74], "size": [6, 6, 18], "inflate": 0.01, "uv": [92, 246]}, + {"origin": [2.51, 3.99, 7.74], "size": [6, 6, 18], "inflate": 0.01, "uv": [220, 230]}, + {"origin": [20.48, 3.98, 13.73], "size": [0, 8, 10], "pivot": [20.48, 6.98, 13.73], "rotation": [52.83761, 9.05478, 4.26175], "uv": [0, 109]}, + {"origin": [20.48, 3.98, 13.73], "size": [0, 8, 10], "pivot": [20.48, 6.98, 13.73], "rotation": [52.83761, 9.05478, 4.26175], "uv": [0, 109]}, + {"origin": [20.48, 3.98, 18.73], "size": [0, 8, 10], "pivot": [20.48, 6.98, 18.73], "rotation": [35.91629, 13.35049, 6.37821], "uv": [96, 123]}, + {"origin": [8.49, 3.74, 6.74], "size": [6, 7, 22], "inflate": 0.01, "uv": [182, 214]} + ] + }, + { + "name": "toe_front_left4", + "parent": "leg_back_left", + "pivot": [11.5, 4, 8.75], + "cubes": [ + {"origin": [11.5, 0, 4.75], "size": [0, 4, 4], "uv": [102, 0]} + ] + }, + { + "name": "toe_front_left5", + "parent": "leg_back_left", + "pivot": [6.5, 4, 8.75], + "cubes": [ + {"origin": [6.5, 0, 4.75], "size": [0, 4, 4], "uv": [100, 63]} + ] + }, + { + "name": "toe_front_left6", + "parent": "leg_back_left", + "pivot": [16.5, 4, 8.75], + "cubes": [ + {"origin": [16.5, 0, 4.75], "size": [0, 4, 4], "uv": [92, 63]} + ] + }, + { + "name": "leg_back_right", + "parent": "body", + "pivot": [-10.5, 20, 17.75], + "cubes": [ + {"origin": [-19.5, 0, 8.75], "size": [16, 24, 16], "uv": [156, 166]}, + {"origin": [-8.49, 3.99, 7.74], "size": [6, 6, 18], "inflate": 0.01, "uv": [30, 248]}, + {"origin": [-8.49, 3.99, 7.74], "size": [6, 6, 18], "inflate": 0.01, "uv": [30, 248]}, + {"origin": [-20.49, 3.99, 7.74], "size": [6, 6, 18], "inflate": 0.01, "uv": [232, 0]}, + {"origin": [-14.49, 3.74, 6.74], "size": [6, 7, 22], "inflate": 0.01, "uv": [220, 54]}, + {"origin": [-20.48, 3.98, 18.73], "size": [0, 8, 10], "pivot": [-20.48, 6.98, 18.73], "rotation": [35.91629, -13.35049, -6.37821], "uv": [0, 58]}, + {"origin": [-20.48, 3.98, 13.73], "size": [0, 8, 10], "pivot": [-20.48, 6.98, 13.73], "rotation": [52.83761, -9.05478, -4.26175], "uv": [0, 50]} + ] + }, + { + "name": "toe_front_right4", + "parent": "leg_back_right", + "pivot": [-11.5, 4, 8.75], + "cubes": [ + {"origin": [-11.5, 0, 4.75], "size": [0, 4, 4], "uv": [8, 72]} + ] + }, + { + "name": "toe_front_right5", + "parent": "leg_back_right", + "pivot": [-6.5, 4, 8.75], + "cubes": [ + {"origin": [-6.5, 0, 4.75], "size": [0, 4, 4], "uv": [0, 72]} + ] + }, + { + "name": "toe_front_right6", + "parent": "leg_back_right", + "pivot": [-16.5, 4, 8.75], + "cubes": [ + {"origin": [-16.5, 0, 4.75], "size": [0, 4, 4], "uv": [0, 0]} + ] + }, + { + "name": "leg_front_right", + "parent": "body", + "pivot": [-10.5, 20, -14], + "cubes": [ + {"origin": [-19.5, 0, -23], "size": [16, 24, 16], "uv": [64, 182]}, + {"origin": [-8.48, 3.98, -24.02], "size": [6, 6, 18], "inflate": 0.01, "uv": [248, 24]}, + {"origin": [-14.48, 3.73, -25.02], "size": [6, 7, 22], "inflate": 0.01, "uv": [220, 144]}, + {"origin": [-20.52, 3.98, -24.02], "size": [6, 6, 18], "inflate": 0.01, "uv": [0, 232], "mirror": true}, + {"origin": [-20.48, 3.98, -20.02], "size": [0, 8, 10], "pivot": [-20.48, 6.98, -20.02], "rotation": [55.33761, -9.05478, -4.26175], "uv": [220, 73]}, + {"origin": [-20.48, 3.98, -15.02], "size": [0, 8, 10], "pivot": [-20.48, 6.98, -15.02], "rotation": [35.91629, -13.35049, -6.37821], "uv": [178, 218]} + ] + }, + { + "name": "toe_front_right", + "parent": "leg_front_right", + "pivot": [-11.5, 4, -23], + "cubes": [ + {"origin": [-11.5, 0, -27], "size": [0, 4, 4], "uv": [80, 113]} + ] + }, + { + "name": "toe_front_right2", + "parent": "leg_front_right", + "pivot": [-6.5, 4, -23], + "cubes": [ + {"origin": [-6.5, 0, -27], "size": [0, 4, 4], "uv": [72, 113]} + ] + }, + { + "name": "toe_front_right3", + "parent": "leg_front_right", + "pivot": [-16.5, 4, -23], + "cubes": [ + {"origin": [-16.5, 0, -27], "size": [0, 4, 4], "uv": [102, 4]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/greavard/greavard.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/greavard/greavard.geo.json new file mode 100644 index 0000000..e18d706 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/greavard/greavard.geo.json @@ -0,0 +1,274 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.greavard", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "greavard", + "pivot": [0, 0, 0] + }, + { + "name": "rightleg", + "parent": "greavard", + "pivot": [-2.5, 5.75, 3.5], + "cubes": [ + {"origin": [-3.5, 2, 3], "size": [2, 4, 2], "uv": [42, 55]}, + {"origin": [-4.5, 0, 1], "size": [4, 3, 4], "uv": [49, 24]} + ] + }, + { + "name": "leftleg2", + "parent": "greavard", + "pivot": [2.5, 6, -2.5], + "cubes": [ + {"origin": [1.5, 3, -3], "size": [2, 3, 2], "uv": [22, 56]}, + {"origin": [0.5, 0, -5], "size": [4, 3, 4], "uv": [48, 48]} + ] + }, + { + "name": "rightleg2", + "parent": "greavard", + "pivot": [-2.5, 6, -2.5], + "cubes": [ + {"origin": [-4.5, 0, -5], "size": [4, 3, 4], "uv": [45, 31]}, + {"origin": [-3.5, 3, -3], "size": [2, 3, 2], "uv": [14, 56]} + ] + }, + { + "name": "leftleg", + "parent": "greavard", + "pivot": [2.5, 5.75, 3.5], + "cubes": [ + {"origin": [1.5, 2, 3], "size": [2, 4, 2], "uv": [50, 55]}, + {"origin": [0.5, 0, 1], "size": [4, 3, 4], "uv": [46, 6]} + ] + }, + { + "name": "body", + "parent": "greavard", + "pivot": [0, 6.21304, 0.97564], + "cubes": [ + {"origin": [-3.5, 5.9, -2.1], "size": [7, 8, 7], "pivot": [-0.5, -1, 0], "rotation": [-5, 0, 0], "uv": [0, 0]}, + {"origin": [-3.5, 6, -4], "size": [7, 8, 5], "pivot": [-0.5, -1, 0], "rotation": [7.5, 0, 0], "uv": [25, 22]}, + {"origin": [-3.5, 2.9, 6.9], "size": [7, 10, 0], "pivot": [-0.5, -1, 0], "rotation": [2.5, 0, 0], "uv": [38, 42]} + ] + }, + { + "name": "rightfur", + "parent": "body", + "pivot": [-3.46393, 13.37973, -0.29884], + "rotation": [0, -1.5, 0], + "cubes": [ + {"origin": [-6.6, 3.9, -2.1], "size": [0, 9, 7], "pivot": [-0.4, -1, 0], "rotation": [-4.88206, 1.08089, 12.45392], "uv": [14, 28]}, + {"origin": [-6.6, 3.9, -5.1], "size": [0, 9, 5], "pivot": [-0.4, -1, 0], "rotation": [2.61794, 1.08089, 12.45392], "uv": [0, 32]} + ] + }, + { + "name": "rightfur2", + "parent": "rightfur", + "pivot": [-5.64164, 4.99503, 0.29694], + "cubes": [ + {"origin": [-6.6, 1.9, 3.9], "size": [0, 2, 1], "pivot": [-0.4, -1, 0], "rotation": [-4.88206, 1.08089, 12.45392], "uv": [120, 91]}, + {"origin": [-6.6, 1.9, 2.7], "size": [0, 2, 1], "pivot": [-0.4, -1, 0], "rotation": [-4.88206, 1.08089, 12.45392], "uv": [120, 91]}, + {"origin": [-6.6, 1.9, 1.5], "size": [0, 2, 1], "pivot": [-0.4, -1, 0], "rotation": [-4.88206, 1.08089, 12.45392], "uv": [120, 91]}, + {"origin": [-6.6, 1.9, 0.3], "size": [0, 2, 1], "pivot": [-0.4, -1, 0], "rotation": [-4.88206, 1.08089, 12.45392], "uv": [120, 91]}, + {"origin": [-6.6, 1.9, -0.8], "size": [0, 2, 1], "pivot": [-0.4, -1, 0], "rotation": [-4.88206, 1.08089, 12.45392], "uv": [120, 91]}, + {"origin": [-6.6, 1.9, -1.1], "size": [0, 2, 1], "pivot": [-0.4, -1, 0], "rotation": [2.61794, 1.08089, 12.45392], "uv": [122, 79]}, + {"origin": [-6.6, 1.9, -2.3], "size": [0, 2, 1], "pivot": [-0.4, -1, 0], "rotation": [2.61794, 1.08089, 12.45392], "uv": [122, 79]}, + {"origin": [-6.6, 1.9, -3.4], "size": [0, 2, 1], "pivot": [-0.4, -1, 0], "rotation": [2.61794, 1.08089, 12.45392], "uv": [122, 79]}, + {"origin": [-6.6, 1.9, -4.6], "size": [0, 2, 1], "pivot": [-0.4, -1, 0], "rotation": [2.61794, 1.08089, 12.45392], "uv": [122, 79]} + ] + }, + { + "name": "leftfur", + "parent": "body", + "pivot": [3.46393, 13.37973, -0.29884], + "rotation": [0, 1, 0], + "cubes": [ + {"origin": [6.6, 3.9, -2.1], "size": [0, 9, 7], "pivot": [0.4, -1, 0], "rotation": [-4.88206, -1.08089, -12.45392], "uv": [14, 28], "mirror": true}, + {"origin": [6.6, 3.9, -5.1], "size": [0, 9, 5], "pivot": [0.4, -1, 0], "rotation": [2.61794, -1.08089, -12.45392], "uv": [0, 32], "mirror": true} + ] + }, + { + "name": "leftfur2", + "parent": "leftfur", + "pivot": [5.64164, 4.99503, 0.29694], + "cubes": [ + {"origin": [6.6, 1.9, 3.9], "size": [0, 2, 1], "pivot": [0.4, -1, 0], "rotation": [-4.88206, -1.08089, -12.45392], "uv": [120, 91], "mirror": true}, + {"origin": [6.6, 1.9, 2.7], "size": [0, 2, 1], "pivot": [0.4, -1, 0], "rotation": [-4.88206, -1.08089, -12.45392], "uv": [120, 91], "mirror": true}, + {"origin": [6.6, 1.9, 1.5], "size": [0, 2, 1], "pivot": [0.4, -1, 0], "rotation": [-4.88206, -1.08089, -12.45392], "uv": [120, 91], "mirror": true}, + {"origin": [6.6, 1.9, 0.3], "size": [0, 2, 1], "pivot": [0.4, -1, 0], "rotation": [-4.88206, -1.08089, -12.45392], "uv": [120, 91], "mirror": true}, + {"origin": [6.6, 1.9, -0.8], "size": [0, 2, 1], "pivot": [0.4, -1, 0], "rotation": [-4.88206, -1.08089, -12.45392], "uv": [120, 91], "mirror": true}, + {"origin": [6.6, 1.9, -1.1], "size": [0, 2, 1], "pivot": [0.4, -1, 0], "rotation": [2.61794, -1.08089, -12.45392], "uv": [122, 79], "mirror": true}, + {"origin": [6.6, 1.9, -2.3], "size": [0, 2, 1], "pivot": [0.4, -1, 0], "rotation": [2.61794, -1.08089, -12.45392], "uv": [122, 79], "mirror": true}, + {"origin": [6.6, 1.9, -3.4], "size": [0, 2, 1], "pivot": [0.4, -1, 0], "rotation": [2.61794, -1.08089, -12.45392], "uv": [122, 79], "mirror": true}, + {"origin": [6.6, 1.9, -4.6], "size": [0, 2, 1], "pivot": [0.4, -1, 0], "rotation": [2.61794, -1.08089, -12.45392], "uv": [122, 79], "mirror": true} + ] + }, + { + "name": "head", + "parent": "body", + "pivot": [0, 10.29621, -4.96635], + "cubes": [ + {"origin": [-3, 14.5, -11], "size": [6, 2, 5], "uv": [28, 35]}, + {"origin": [-4, 9, -12], "size": [0, 1, 7], "uv": [12, 38]}, + {"origin": [-4, 9.9, -13], "size": [8, 3, 1], "uv": [16, 52]}, + {"origin": [-3, 7.4, -17], "size": [6, 3.1, 3], "pivot": [0, -0.9, 2], "rotation": [-10, 0, 0], "uv": [43, 0]}, + {"origin": [-1.5, 16.5, -10], "size": [3, 3, 3], "uv": [21, 0]}, + {"origin": [-2, 18.5, -10.5], "size": [4, 2, 4], "uv": [0, 51]}, + {"origin": [-5.5, 7.2, -15.8], "size": [4, 3, 0], "pivot": [0, 0, 0], "rotation": [-17.5, 0, 5], "uv": [30, 57]}, + {"origin": [1.5, 7.2, -15.8], "size": [4, 3, 0], "pivot": [0, 0, 0], "rotation": [-17.5, 0, -5], "uv": [0, 57]}, + {"origin": [-4, 10, -12], "size": [8, 5, 7], "uv": [0, 15]}, + {"origin": [4, 9, -12], "size": [0, 1, 7], "uv": [37, 13]}, + {"origin": [-15.1, 9.6, -3], "size": [0, 1, 6], "pivot": [0, 0.2, 0], "rotation": [0, -90, 0], "uv": [21, 0]}, + {"origin": [-15, 9.6, -3], "size": [2, 1, 0], "pivot": [0, 0.2, 0], "rotation": [0, -90, 0], "uv": [0, 18]}, + {"origin": [13, 9.6, -3], "size": [2, 1, 0], "pivot": [0, 0.2, 0], "rotation": [0, 90, 0], "uv": [3, 15]}, + {"origin": [-0.5, 20.5, -9], "size": [1, 2, 1], "uv": [0, 15]} + ] + }, + { + "name": "rightear", + "parent": "head", + "pivot": [-3.9621, 14.42101, -8.5], + "cubes": [ + {"origin": [-7.1, 8.6, -11], "size": [0, 5, 5], "pivot": [0, 0, 0], "rotation": [0, 0, 12.5], "uv": [34, 47]}, + {"origin": [-7.1, 5.6, -12], "size": [0, 3, 7], "pivot": [0, 0, 0], "rotation": [0, 0, 12.5], "uv": [14, 41]} + ] + }, + { + "name": "rightear2", + "parent": "rightear", + "pivot": [-5.70614, 7.26059, -8.5], + "cubes": [ + {"origin": [-7.1, 2.6, -6], "size": [0, 2, 1], "pivot": [0, 0, 0], "rotation": [0, 0, 12.5], "uv": [31, 15]}, + {"origin": [-7.1, 2.6, -7.2], "size": [0, 2, 1], "pivot": [0, 0, 0], "rotation": [0, 0, 12.5], "uv": [31, 15]}, + {"origin": [-7.1, 2.6, -8.4], "size": [0, 2, 1], "pivot": [0, 0, 0], "rotation": [0, 0, 12.5], "uv": [31, 15]}, + {"origin": [-7.1, 2.6, -9.6], "size": [0, 2, 1], "pivot": [0, 0, 0], "rotation": [0, 0, 12.5], "uv": [31, 15]}, + {"origin": [-7.1, 2.6, -10.8], "size": [0, 2, 1], "pivot": [0, 0, 0], "rotation": [0, 0, 12.5], "uv": [31, 15]}, + {"origin": [-7.1, 2.6, -12], "size": [0, 2, 1], "pivot": [0, 0, 0], "rotation": [0, 0, 12.5], "uv": [31, 15]}, + {"origin": [-7.1, 4.6, -12], "size": [0, 1, 7], "pivot": [0, 0, 0], "rotation": [0, 0, 12.5], "uv": [25, 9]} + ] + }, + { + "name": "leftear", + "parent": "head", + "pivot": [3.9621, 14.42101, -8.5], + "cubes": [ + {"origin": [7.1, 8.6, -11], "size": [0, 5, 5], "pivot": [0, 0, 0], "rotation": [0, 0, -12.5], "uv": [14, 22]}, + {"origin": [7.1, 5.6, -12], "size": [0, 3, 7], "pivot": [0, 0, 0], "rotation": [0, 0, -12.5], "uv": [0, 41]} + ] + }, + { + "name": "leftear2", + "parent": "leftear", + "pivot": [5.60614, 7.26059, -8.5], + "cubes": [ + {"origin": [7.1, 4.6, -12], "size": [0, 1, 7], "pivot": [0, 0, 0], "rotation": [0, 0, -12.5], "uv": [25, 9], "mirror": true}, + {"origin": [7.1, 2.6, -12], "size": [0, 2, 1], "pivot": [0, 0, 0], "rotation": [0, 0, -12.5], "uv": [31, 15], "mirror": true}, + {"origin": [7.1, 2.6, -10.8], "size": [0, 2, 1], "pivot": [0, 0, 0], "rotation": [0, 0, -12.5], "uv": [31, 15], "mirror": true}, + {"origin": [7.1, 2.6, -9.6], "size": [0, 2, 1], "pivot": [0, 0, 0], "rotation": [0, 0, -12.5], "uv": [31, 15], "mirror": true}, + {"origin": [7.1, 2.6, -8.4], "size": [0, 2, 1], "pivot": [0, 0, 0], "rotation": [0, 0, -12.5], "uv": [31, 15], "mirror": true}, + {"origin": [7.1, 2.6, -7.2], "size": [0, 2, 1], "pivot": [0, 0, 0], "rotation": [0, 0, -12.5], "uv": [31, 15], "mirror": true}, + {"origin": [7.1, 2.6, -6], "size": [0, 2, 1], "pivot": [0, 0, 0], "rotation": [0, 0, -12.5], "uv": [31, 15], "mirror": true} + ] + }, + { + "name": "whisp", + "parent": "head", + "pivot": [0, 21.875, -8.5], + "cubes": [ + {"origin": [-1.5, 24.5, -10.5], "size": [3, -3, 4], "uv": [114, 0]}, + {"origin": [-1, 22, -10], "size": [2, 2, 3], "uv": [53, 15]}, + {"origin": [-0.5, 24, -9.5], "size": [1, 1, 2], "uv": [0, 2]}, + {"origin": [-1, 25.5, -10], "size": [2, -1, 3], "uv": [118, 121]} + ] + }, + { + "name": "jaw", + "parent": "head", + "pivot": [0, 10.689, -5.46981], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [-4, 7.96338, -12.15742], "size": [8, 1, 7], "pivot": [0, 9.20814, -5.09326], "rotation": [5, 0, 0], "uv": [23, 8]}, + {"origin": [-4, 8.96338, -12.15742], "size": [1, 1, 7], "pivot": [0, 9.20814, -5.09326], "rotation": [5, 0, 0], "uv": [44, 16]}, + {"origin": [3, 8.96338, -12.15742], "size": [1, 1, 7], "pivot": [0, 9.20814, -5.09326], "rotation": [5, 0, 0], "uv": [3, 40]}, + {"origin": [-3.5, 9.96338, -14.15742], "size": [0, 1, 2], "pivot": [0, 9.20814, -5.09326], "rotation": [5, 0, 0], "uv": [0, 4]}, + {"origin": [-3.5, 5.96338, -13.90742], "size": [7, 2, 0], "pivot": [0, 9.20814, -5.09326], "rotation": [5, 0, 0], "uv": [46, 13]}, + {"origin": [0.5, 6.96338, -8.90742], "size": [6, 1, 0], "pivot": [0, 9.20814, -5.09326], "rotation": [90, 85, 90], "uv": [12, 46]}, + {"origin": [-6.5, 6.96338, -8.90742], "size": [6, 1, 0], "pivot": [0, 9.20814, -5.09326], "rotation": [90, -85, -90], "uv": [12, 51]}, + {"origin": [-3.5, 7.96338, -14.15742], "size": [7, 2, 2], "pivot": [0, 9.20814, -5.09326], "rotation": [5, 0, 0], "uv": [50, 38]}, + {"origin": [14.1, 9.1, -3.5], "size": [0, 1, 7], "pivot": [0, 1.5, 0], "rotation": [0, 90, 0], "uv": [23, 13]}, + {"origin": [3.5, 9.96338, -14.15742], "size": [0, 1, 2], "pivot": [0, 9.20814, -5.09326], "rotation": [5, 0, 0], "uv": [0, 3]}, + {"origin": [3.9, 9.9, -12], "size": [0, 1, 7], "pivot": [0, 1.5, 0], "rotation": [2.5, 0, 0], "uv": [23, 14]}, + {"origin": [-4, 9.8, -12], "size": [0, 1, 7], "pivot": [0, 1.5, 0], "rotation": [2.5, 0, 0], "uv": [37, 14]}, + {"origin": [1, 8.96338, -8.15742], "size": [1, 1, 6], "pivot": [0, 9.20814, -5.09326], "rotation": [90, 85, 90], "uv": [45, 17]} + ] + }, + { + "name": "tongue", + "parent": "jaw", + "pivot": [0, 9.94736, -7.614], + "cubes": [ + {"origin": [-2, 8.96338, -14.15742], "size": [4, 1, 7], "pivot": [0, 9.20814, -5.09326], "rotation": [-5, 0, 0], "uv": [28, 0]} + ] + }, + { + "name": "tongue2", + "parent": "tongue", + "pivot": [0, 10.07955, -13.2721], + "cubes": [ + {"origin": [-1.5, 10.46338, -16.65742], "size": [3, 1, 3], "pivot": [0, 9.20814, -5.09326], "rotation": [5, 0, 0], "uv": [52, 42]} + ] + }, + { + "name": "tongue3", + "parent": "tongue2", + "pivot": [-0.1, 9.83922, -16.54168], + "cubes": [ + {"origin": [-1.1, 3.96338, -17.65742], "size": [2, 1, 2], "pivot": [0, 9.20814, -5.09326], "rotation": [-27.5, 0, 0], "uv": [53, 20]} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [0, 12.83098, 6.13259], + "cubes": [ + {"origin": [-1.5, 13.4, 4.9], "size": [3, 0, 2], "pivot": [-0.5, -1, 0], "rotation": [-5, 0, 0], "uv": [43, 38]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 12.6131, 8.62308], + "cubes": [ + {"origin": [-2, 13.4, 6.9], "size": [4, 0, 3], "pivot": [-0.5, -1, 0], "rotation": [-5, 0, 0], "uv": [11, 32]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 12.39521, 11.11356], + "cubes": [ + {"origin": [-2, 13.4, 9.9], "size": [4, 0, 2], "pivot": [-0.5, -1, 0], "rotation": [-5, 0, 0], "uv": [42, 24]} + ] + }, + { + "name": "tail4", + "parent": "tail3", + "pivot": [0, 12.17732, 13.20405], + "cubes": [ + {"origin": [-1.5, 13.4, 11.9], "size": [3, 0, 3], "pivot": [-0.5, -1, 0], "rotation": [-5, 0, 0], "uv": [38, 17]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/grimer_alolan.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/grimer_alolan.geo.json new file mode 100644 index 0000000..9987407 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/grimer_alolan.geo.json @@ -0,0 +1,215 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.grimer", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 4, + "visible_bounds_height": 3, + "visible_bounds_offset": [0, 0.5, 0] + }, + "bones": [ + { + "name": "grimer", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "grimer", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 1.5, 0.25], + "cubes": [ + {"origin": [-8.5, 0, -7.25], "size": [17, 3, 15], "uv": [0, 0]} + ] + }, + { + "name": "torso2", + "parent": "torso", + "pivot": [0, 3, 0], + "cubes": [ + {"origin": [-7, 1, -6], "size": [14, 6, 12], "uv": [0, 18]} + ] + }, + { + "name": "torso3", + "parent": "torso2", + "pivot": [0, 7, -0.5], + "cubes": [ + {"origin": [-6, 6, -5], "size": [12, 6, 9], "uv": [0, 36]} + ] + }, + { + "name": "head", + "parent": "torso3", + "pivot": [0, 12, -1.25], + "cubes": [ + {"origin": [-4, 11, -4.25], "size": [8, 8, 6], "uv": [36, 50]}, + {"origin": [-3.5, 12, -5.25], "size": [0, 3, 1], "inflate": 0.01, "uv": [0, 5]}, + {"origin": [3.5, 12, -5.25], "size": [0, 3, 1], "inflate": 0.01, "uv": [10, 1]}, + {"origin": [-4, 15, -7.25], "size": [8, 4, 3], "uv": [40, 18]} + ] + }, + { + "name": "jaw", + "parent": "head", + "pivot": [0, 12.75, -4.25], + "rotation": [40, 0, 0], + "cubes": [ + {"origin": [-3.5, 12, -6.5], "size": [7, 1, 3], "uv": [40, 25]}, + {"origin": [-3, 12, -7.5], "size": [6, 1, 1], "uv": [0, 12]} + ] + }, + { + "name": "eye_right", + "parent": "head", + "pivot": [-3, 17, -6.25], + "cubes": [ + {"origin": [-4, 15.5, -7.25], "size": [2, 3, 2], "inflate": 0.01, "uv": [0, 22], "mirror": true} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-2.9, 17, -6.15], + "cubes": [ + {"origin": [-3.9, 15.5, -7.15], "size": [2, 3, 2], "inflate": 0.02, "uv": [49, 0], "mirror": true} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [3, 17, -6.25], + "cubes": [ + {"origin": [2, 15.5, -7.25], "size": [2, 3, 2], "inflate": 0.01, "uv": [0, 36]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [2.9, 17, -6.15], + "cubes": [ + {"origin": [1.9, 15.5, -7.15], "size": [2, 3, 2], "inflate": 0.02, "uv": [49, 5]} + ] + }, + { + "name": "arm_right", + "parent": "torso3", + "pivot": [-5.25, 9.25, -2.5], + "cubes": [ + {"origin": [-9.25, 7.75, -4], "size": [5, 4, 3], "inflate": 0.01, "uv": [0, 51]} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-9.25, 9.5, -1], + "cubes": [ + {"origin": [-14.25, 8, -4], "size": [5, 3, 3], "uv": [0, 58]} + ] + }, + { + "name": "hand_right", + "parent": "arm_right2", + "pivot": [-14.25, 9.5, -2.5], + "cubes": [ + {"origin": [-16.25, 8, -4], "size": [2, 3, 3], "inflate": 0.01, "uv": [0, 6]} + ] + }, + { + "name": "finger_right_index", + "parent": "hand_right", + "pivot": [-16.25, 9.75, -3.5], + "cubes": [ + {"origin": [-18.25, 8.75, -4], "size": [2, 1, 1], "uv": [6, 18]} + ] + }, + { + "name": "finger_right_middle", + "parent": "hand_right", + "pivot": [-16.25, 11, -2.5], + "cubes": [ + {"origin": [-18.25, 10, -3], "size": [2, 1, 1], "uv": [6, 20]} + ] + }, + { + "name": "finger_right_ring", + "parent": "hand_right", + "pivot": [-16.25, 9.75, -1.5], + "cubes": [ + {"origin": [-18.25, 8.75, -2], "size": [2, 1, 1], "uv": [0, 20]} + ] + }, + { + "name": "arm_left", + "parent": "torso3", + "pivot": [5.25, 9.25, -2.5], + "cubes": [ + {"origin": [4.25, 7.75, -4], "size": [5, 4, 3], "inflate": 0.01, "uv": [16, 51]} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [9.25, 9.5, -1], + "cubes": [ + {"origin": [9.25, 8, -4], "size": [5, 3, 3], "uv": [16, 58]} + ] + }, + { + "name": "hand_left", + "parent": "arm_left2", + "pivot": [14.25, 9.5, -2.5], + "cubes": [ + {"origin": [14.25, 8, -4], "size": [2, 3, 3], "inflate": 0.01, "uv": [0, 0]} + ] + }, + { + "name": "finger_left_index", + "parent": "hand_left", + "pivot": [16.25, 9.75, -3.5], + "cubes": [ + {"origin": [16.25, 8.75, -4], "size": [2, 1, 1], "uv": [0, 18]} + ] + }, + { + "name": "finger_left_middle", + "parent": "hand_left", + "pivot": [16.25, 11, -2.5], + "cubes": [ + {"origin": [16.25, 10, -3], "size": [2, 1, 1], "uv": [7, 6]} + ] + }, + { + "name": "finger_left_ring", + "parent": "hand_left", + "pivot": [16.25, 9.75, -1.5], + "cubes": [ + {"origin": [16.25, 8.75, -2], "size": [2, 1, 1], "uv": [7, 0]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 1, 7.75], + "cubes": [ + {"origin": [-5, 0, 7.75], "size": [10, 2, 3], "uv": [33, 36]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 0.5, 10.75], + "cubes": [ + {"origin": [-3, 0, 10.75], "size": [6, 1, 2], "uv": [33, 41]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/groudon/groudon.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/groudon/groudon.geo.json new file mode 100644 index 0000000..e8f992b --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/groudon/groudon.geo.json @@ -0,0 +1,631 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 512, + "texture_height": 512, + "visible_bounds_width": 28, + "visible_bounds_height": 16.5, + "visible_bounds_offset": [0, 7.75, 0] + }, + "bones": [ + { + "name": "groudon", + "pivot": [-1.5, 0, 0] + }, + { + "name": "body", + "parent": "groudon", + "pivot": [-14, 14.5, 0] + }, + { + "name": "legs", + "parent": "body", + "pivot": [-11.75, 14.5, -9.75] + }, + { + "name": "lleg", + "parent": "legs", + "pivot": [13, 31.25, -2.25], + "cubes": [ + {"origin": [20, 9.87, -11.64], "size": [20, 23, 20], "inflate": -0.1, "pivot": [30, 21.37, 0.86], "rotation": [-22.5, 0, 0], "uv": [92, 204]} + ] + }, + { + "name": "lfoot", + "parent": "lleg", + "pivot": [-32, 12.75, -2.25], + "cubes": [ + {"origin": [20, 3.8, -15.08], "size": [20, 12, 20], "inflate": -0.2, "uv": [0, 212]}, + {"origin": [20, 0, -15], "size": [20, 10, 19], "uv": [238, 163]}, + {"origin": [20, -0.07, -4.97], "size": [20, 3, 14], "inflate": -0.1, "uv": [252, 50]}, + {"origin": [20, 1.99, 0.12], "size": [20, 23, 8], "inflate": -0.15, "pivot": [30, 9.99, 2.12], "rotation": [6.5, 0, 0], "uv": [250, 192]} + ] + }, + { + "name": "ltoe", + "parent": "lfoot", + "pivot": [30.25, 2.96, -14.125], + "rotation": [7, 0, 0], + "cubes": [ + {"origin": [26.96, 0.5989, -19.70954], "size": [6, 5, 8], "pivot": [30.435, 3.70468, -20.79677], "rotation": [8, 0, 0], "uv": [150, 50]}, + {"origin": [26.91, 2.36457, -22.1113], "size": [6, 4, 3], "pivot": [30.435, 3.51468, -16.45677], "rotation": [15.5, 0, 0], "uv": [34, 305]}, + {"origin": [26.91, 1.63457, -26.0413], "size": [6, 4, 6], "inflate": -0.5, "pivot": [30.435, 2.78468, -20.38677], "rotation": [24.5, 0, 0], "uv": [0, 326]}, + {"origin": [18.8, 1.39, -20], "size": [5, 4, 8], "inflate": -0.1, "pivot": [21.3, 3.64323, -18.59387], "rotation": [13.23483, 10.71469, 2.50372], "uv": [0, 314]}, + {"origin": [35.67, 0.23473, -18.89595], "size": [5, 4, 7], "inflate": -0.2, "pivot": [38.17, 2.83323, -17.82387], "rotation": [-5.55792, -10.43861, 0.53519], "uv": [108, 321]}, + {"origin": [36.67, 1.59521, -22.39707], "size": [3, 3, 5], "inflate": 0.2, "pivot": [38.17, 3.23323, -17.57387], "rotation": [27.88581, -11.65557, -0.70466], "uv": [60, 331]}, + {"origin": [35.67, 0.92, -19.23], "size": [5, 4, 8], "inflate": -0.1, "pivot": [38.17, 3.17323, -17.82387], "rotation": [12.85816, -11.16622, -0.51928], "uv": [82, 314]}, + {"origin": [19.8, 1.88521, -23.41707], "size": [3, 3, 5], "inflate": 0.2, "pivot": [21.3, 3.52323, -18.59387], "rotation": [28.23483, 10.71469, 2.50372], "uv": [102, 332]}, + {"origin": [18.8, 0.52473, -19.66595], "size": [5, 4, 7], "inflate": -0.2, "pivot": [21.3, 3.12323, -18.59387], "rotation": [-5, 10.71469, 2.50372], "uv": [320, 324]}, + {"origin": [26.96, 0.63911, -21.35459], "size": [6, 3, 8], "inflate": -0.1, "pivot": [30.435, 3.50468, -19.58677], "rotation": [-7.5, 0, 0], "uv": [92, 193]} + ] + }, + { + "name": "rleg", + "parent": "legs", + "pivot": [-13, 31.25, -2.25], + "cubes": [ + {"origin": [-40, 9.87, -11.64], "size": [20, 23, 20], "inflate": -0.1, "pivot": [-30, 21.37, 0.86], "rotation": [-22.5, 0, 0], "uv": [92, 204], "mirror": true} + ] + }, + { + "name": "rfoot", + "parent": "rleg", + "pivot": [32, 12.75, -2.25], + "cubes": [ + {"origin": [-40, 3.8, -15.08], "size": [20, 12, 20], "inflate": -0.2, "uv": [0, 212], "mirror": true}, + {"origin": [-40, 0, -15], "size": [20, 10, 19], "uv": [238, 163], "mirror": true}, + {"origin": [-40, -0.07, -4.97], "size": [20, 3, 14], "inflate": -0.1, "uv": [252, 50], "mirror": true}, + {"origin": [-40, 1.99, 0.12], "size": [20, 23, 8], "inflate": -0.15, "pivot": [-30, 9.99, 2.12], "rotation": [6.5, 0, 0], "uv": [250, 192], "mirror": true} + ] + }, + { + "name": "rtoe", + "parent": "rfoot", + "pivot": [-30.25, 2.96, -14.125], + "rotation": [7, 0, 0], + "cubes": [ + {"origin": [-32.96, 0.5989, -19.70954], "size": [6, 5, 8], "pivot": [-30.435, 3.70468, -20.79677], "rotation": [8, 0, 0], "uv": [150, 50], "mirror": true}, + {"origin": [-32.91, 2.36457, -22.1113], "size": [6, 4, 3], "pivot": [-30.435, 3.51468, -16.45677], "rotation": [15.5, 0, 0], "uv": [34, 305], "mirror": true}, + {"origin": [-32.91, 1.63457, -26.0413], "size": [6, 4, 6], "inflate": -0.5, "pivot": [-30.435, 2.78468, -20.38677], "rotation": [24.5, 0, 0], "uv": [0, 326], "mirror": true}, + {"origin": [-23.8, 1.39, -20], "size": [5, 4, 8], "inflate": -0.1, "pivot": [-21.3, 3.64323, -18.59387], "rotation": [13.23483, -10.71469, -2.50372], "uv": [0, 314], "mirror": true}, + {"origin": [-40.67, 0.23473, -18.89595], "size": [5, 4, 7], "inflate": -0.2, "pivot": [-38.17, 2.83323, -17.82387], "rotation": [-5.55792, 10.43861, -0.53519], "uv": [108, 321], "mirror": true}, + {"origin": [-39.67, 1.59521, -22.39707], "size": [3, 3, 5], "inflate": 0.2, "pivot": [-38.17, 3.23323, -17.57387], "rotation": [27.88581, 11.65557, 0.70466], "uv": [60, 331], "mirror": true}, + {"origin": [-40.67, 0.92, -19.23], "size": [5, 4, 8], "inflate": -0.1, "pivot": [-38.17, 3.17323, -17.82387], "rotation": [12.85816, 11.16622, 0.51928], "uv": [82, 314], "mirror": true}, + {"origin": [-22.8, 1.88521, -23.41707], "size": [3, 3, 5], "inflate": 0.2, "pivot": [-21.3, 3.52323, -18.59387], "rotation": [28.23483, -10.71469, -2.50372], "uv": [102, 332], "mirror": true}, + {"origin": [-23.8, 0.52473, -19.66595], "size": [5, 4, 7], "inflate": -0.2, "pivot": [-21.3, 3.12323, -18.59387], "rotation": [-5, -10.71469, -2.50372], "uv": [320, 324], "mirror": true}, + {"origin": [-32.96, 0.63911, -21.35459], "size": [6, 3, 8], "inflate": -0.1, "pivot": [-30.435, 3.50468, -19.58677], "rotation": [-7.5, 0, 0], "uv": [92, 193], "mirror": true} + ] + }, + { + "name": "middle", + "parent": "body", + "pivot": [-14, 14.5, 0], + "rotation": [-7.5, 0, 0] + }, + { + "name": "tail", + "parent": "middle", + "pivot": [0, 16.5, 26], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [-19, 12, 25], "size": [38, 29, 21], "pivot": [-14, 10.75, 33.75], "rotation": [65, 0, 0], "uv": [134, 63]} + ] + }, + { + "name": "leftspike6", + "parent": "tail", + "pivot": [0, 13.5, 24.5], + "rotation": [22.5, 0, 0], + "cubes": [ + {"origin": [15.9, 10.5, 21.5], "size": [7, 6, 6], "uv": [214, 314]}, + {"origin": [-28.4, 12.5, 23.5], "size": [3, 2, 2], "uv": [136, 266]}, + {"origin": [-26.4, 11.5, 22.5], "size": [4, 4, 4], "uv": [332, 192]}, + {"origin": [-22.9, 10.5, 21.5], "size": [7, 6, 6], "uv": [240, 314]}, + {"origin": [22.4, 11.5, 22.5], "size": [4, 4, 4], "uv": [332, 200]}, + {"origin": [25.4, 12.5, 23.5], "size": [3, 2, 2], "uv": [162, 266]} + ] + }, + { + "name": "tailseg1", + "parent": "tail", + "pivot": [-14, 9.65, 33.75], + "cubes": [ + {"origin": [-17.5, 6.9, 48.5], "size": [35, 30, 20], "pivot": [-15.5, 7.4, 57.5], "rotation": [80, 0, 0], "uv": [150, 0]} + ] + }, + { + "name": "leftspike7", + "parent": "tailseg1", + "pivot": [0, 8.12, 46.14], + "rotation": [-57.5, 0, 0], + "cubes": [ + {"origin": [17.5, 5.12, 43.14], "size": [4, 6, 6], "uv": [82, 326]}, + {"origin": [-27.5, 7.12, 45.14], "size": [3, 2, 2], "uv": [308, 44]}, + {"origin": [-25.5, 6.12, 44.14], "size": [4, 4, 4], "uv": [332, 208]}, + {"origin": [-21.5, 5.12, 43.14], "size": [4, 6, 6], "uv": [196, 326]}, + {"origin": [21.5, 6.12, 44.14], "size": [4, 4, 4], "uv": [334, 137]}, + {"origin": [24.5, 7.12, 45.14], "size": [3, 2, 2], "uv": [312, 113]} + ] + }, + { + "name": "tailseg2", + "parent": "tailseg1", + "pivot": [-14, 10.65, 28.75], + "cubes": [ + {"origin": [-15.5, 6.9, 70], "size": [31, 29, 15], "pivot": [-16.5, 6.9, 76.75], "rotation": [87.5, 0, 0], "uv": [0, 168]} + ] + }, + { + "name": "shovel", + "parent": "tailseg2", + "pivot": [-16.5, 7.37, 74.75], + "rotation": [11, 0, 0], + "cubes": [ + {"origin": [8.5, 24.37, 101], "size": [6, 11, 9], "pivot": [-16.5, 6.37, 104.25], "rotation": [87.5, 0, 0], "uv": [306, 217]}, + {"origin": [1, 24.37, 101], "size": [6, 11, 9], "pivot": [-24, 6.37, 104.25], "rotation": [87.5, 0, 0], "uv": [290, 308]}, + {"origin": [-7, 24.37, 101], "size": [6, 11, 9], "pivot": [-32, 6.37, 104.25], "rotation": [87.5, 0, 0], "uv": [310, 0]}, + {"origin": [-14.5, 24.37, 101], "size": [6, 11, 9], "pivot": [-39.5, 6.37, 104.25], "rotation": [87.5, 0, 0], "uv": [310, 117]}, + {"origin": [-14, 32.37, 114], "size": [5, 10, 7], "pivot": [-39.5, 10.87, 116.25], "rotation": [97.5, 0, 0], "uv": [312, 67]}, + {"origin": [-6.5, 32.37, 114], "size": [5, 10, 7], "pivot": [-32, 10.87, 116.25], "rotation": [97.5, 0, 0], "uv": [312, 84]}, + {"origin": [1.5, 32.37, 114], "size": [5, 10, 7], "pivot": [32, 10.87, 116.25], "rotation": [97.5, 0, 0], "uv": [312, 84], "mirror": true}, + {"origin": [9, 32.37, 114], "size": [5, 10, 7], "pivot": [-16.5, 10.87, 116.25], "rotation": [97.5, 0, 0], "uv": [146, 312]}, + {"origin": [12, 42.37, 120], "size": [0, 10, 6], "pivot": [-14, 20.87, 120.75], "rotation": [117.5, 0, 0], "uv": [80, 212]}, + {"origin": [4.5, 42.37, 120], "size": [0, 10, 6], "pivot": [-21.5, 20.87, 120.75], "rotation": [117.5, 0, 0], "uv": [80, 228]}, + {"origin": [-3.5, 42.37, 120], "size": [0, 10, 6], "pivot": [-29.5, 20.87, 120.75], "rotation": [117.5, 0, 0], "uv": [226, 272]}, + {"origin": [-11, 41.87, 119.5], "size": [0, 10, 6], "pivot": [-37, 20.37, 120.25], "rotation": [117.5, 0, 0], "uv": [34, 289]} + ] + }, + { + "name": "leftspike8", + "parent": "tailseg2", + "pivot": [0, 5.53, 66.3], + "rotation": [-45, 0, 0], + "cubes": [ + {"origin": [15.5, 2.53, 63.3], "size": [4, 6, 6], "uv": [216, 326]}, + {"origin": [-25.6, 4.53, 65.3], "size": [3, 2, 2], "uv": [108, 314]}, + {"origin": [-23.6, 3.53, 64.3], "size": [4, 4, 4], "uv": [334, 145]}, + {"origin": [-19.5, 2.53, 63.3], "size": [4, 6, 6], "uv": [236, 326]}, + {"origin": [19.6, 3.53, 64.3], "size": [4, 4, 4], "uv": [334, 237]}, + {"origin": [22.6, 4.53, 65.3], "size": [3, 2, 2], "uv": [320, 60]} + ] + }, + { + "name": "belly", + "parent": "middle", + "pivot": [-14, 14.5, 0], + "cubes": [ + {"origin": [-20.5, 15.8, -14.79], "size": [41, 29, 34], "pivot": [0, 30.3, 2.21], "rotation": [22.5, 0, 0], "uv": [0, 0]}, + {"origin": [-20, 7.89, -6.88], "size": [40, 17, 30], "inflate": -0.2, "pivot": [-0.5, 22.39, 16.12], "rotation": [-5.5, 0, 0], "uv": [0, 121]} + ] + }, + { + "name": "leftspike5", + "parent": "belly", + "pivot": [0, 40.37, -2.64], + "rotation": [-25.5, 0, 0], + "cubes": [ + {"origin": [24.5, 38.37, -4.64], "size": [4, 4, 4], "uv": [334, 245]}, + {"origin": [-30.5, 39.37, -3.64], "size": [3, 2, 2], "uv": [322, 113]}, + {"origin": [-28.5, 38.37, -4.64], "size": [4, 4, 4], "uv": [316, 335]}, + {"origin": [-24.5, 37.37, -5.64], "size": [7, 6, 6], "uv": [170, 315]}, + {"origin": [17.5, 37.37, -5.64], "size": [7, 6, 6], "uv": [170, 315], "mirror": true}, + {"origin": [27.5, 39.37, -3.64], "size": [3, 2, 2], "uv": [24, 326]} + ] + }, + { + "name": "tophalf", + "parent": "middle", + "pivot": [-6, 34.5, -3], + "cubes": [ + {"origin": [-19, 34.5, -12], "size": [38, 29, 29], "pivot": [-14, 33, 0], "rotation": [25, 0, 0], "uv": [0, 63]} + ] + }, + { + "name": "leftspike4", + "parent": "tophalf", + "pivot": [0, 51.5, -6.55], + "rotation": [-19.8582, 1.91994, 1.61624], + "cubes": [ + {"origin": [18.9, 50.08, -10.43], "size": [4, 6, 6], "uv": [326, 286]}, + {"origin": [-28.9, 52.08, -8.43], "size": [3, 2, 2], "uv": [332, 113]}, + {"origin": [-26.9, 51.08, -9.43], "size": [4, 4, 4], "uv": [332, 335]}, + {"origin": [-22.9, 50.08, -10.43], "size": [4, 6, 6], "uv": [170, 327]}, + {"origin": [22.9, 51.08, -9.43], "size": [4, 4, 4], "uv": [0, 336]}, + {"origin": [25.9, 52.08, -8.43], "size": [3, 2, 2], "uv": [334, 153]} + ] + }, + { + "name": "lowernecc", + "parent": "tophalf", + "pivot": [0, 62.5, -9], + "cubes": [ + {"origin": [-16, 54, -19], "size": [32, 26, 24], "pivot": [-14, 56.5, -11.25], "rotation": [45, 0, 0], "uv": [140, 113]} + ] + }, + { + "name": "leftspike3", + "parent": "lowernecc", + "pivot": [0, 72.44333, -21.81333], + "rotation": [-3, 0, 0], + "cubes": [ + {"origin": [12, 69.8, -25.75], "size": [8, 6, 6], "uv": [178, 50]}, + {"origin": [-25.9, 71.7, -23.65], "size": [3, 2, 2], "uv": [334, 253]}, + {"origin": [-23.9, 70.7, -24.65], "size": [4, 4, 4], "uv": [336, 60]}, + {"origin": [-20, 69.8, -25.75], "size": [8, 6, 6], "uv": [206, 50]}, + {"origin": [19.9, 70.7, -24.65], "size": [4, 4, 4], "uv": [336, 68]}, + {"origin": [22.9, 71.7, -23.65], "size": [3, 2, 2], "uv": [336, 232]} + ] + }, + { + "name": "midnecc", + "parent": "lowernecc", + "pivot": [1, 75, -23.5], + "cubes": [ + {"origin": [-13.5, 61.5, -34.5], "size": [27, 19, 22], "pivot": [-2, 70, -32], "rotation": [65, 0, 0], "uv": [140, 163]} + ] + }, + { + "name": "leftspike2", + "parent": "midnecc", + "pivot": [-29, 74.26, -32.8], + "rotation": [21, 0, 0], + "cubes": [ + {"origin": [17.6, 76.26, -34.3], "size": [4, 4, 4], "uv": [334, 245]}, + {"origin": [9.5, 75.26, -35.3], "size": [8, 6, 6], "uv": [206, 50]}, + {"origin": [-23.9, 77.06, -33.3], "size": [3.5, 2, 2], "uv": [86, 338]}, + {"origin": [-21.6, 76.26, -34.3], "size": [4, 4, 4], "uv": [316, 335]}, + {"origin": [-17.5, 75.26, -35.3], "size": [8, 6, 6], "uv": [312, 101]}, + {"origin": [20.4, 77.06, -33.3], "size": [3.5, 2, 2], "uv": [190, 338]} + ] + }, + { + "name": "neck", + "parent": "midnecc", + "pivot": [0.5, 80, -37], + "rotation": [2.5, 0, 0], + "cubes": [ + {"origin": [-11, 72.78316, -48.55133], "size": [22, 18, 17], "uv": [172, 204]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 82.28316, -43.45133], + "rotation": [17.23225, -2.47073, -1.04773], + "cubes": [ + {"origin": [-7, 89.28316, -60.45133], "size": [14, 4, 12], "pivot": [0, 91.28316, -54.45133], "rotation": [30, 0, 0], "uv": [250, 223]}, + {"origin": [-7, 89.85316, -51.64133], "size": [14, 4, 12], "inflate": -0.1, "pivot": [0, 91.85316, -45.64133], "rotation": [-25, 0, 0], "uv": [52, 271]}, + {"origin": [-7.14912, 86.58721, -64.00199], "size": [14, 4, 14], "pivot": [0.35088, 88.58721, -57.00199], "rotation": [19.74271, -43.71038, -13.87313], "uv": [260, 26]} + ] + }, + { + "name": "JAWTOP", + "parent": "head", + "pivot": [-2.5, 82.78316, -38.55133] + }, + { + "name": "stupid", + "parent": "JAWTOP", + "pivot": [-6, 79.78316, -65.55133], + "cubes": [ + {"origin": [-7.70251, 79.28316, -64.69496], "size": [17, 8, 17], "pivot": [-0.2, 86.78316, -56.9096], "rotation": [0, -45, 0], "uv": [0, 244]}, + {"origin": [5.24749, 81.28316, -64.69496], "size": [4, 8, 17], "pivot": [-0.25, 88.78316, -56.9096], "rotation": [0, -45, 0], "uv": [92, 168]}, + {"origin": [-9.24749, 81.28316, -64.69496], "size": [4, 8, 17], "pivot": [0.25, 88.78316, -56.9096], "rotation": [0, 45, 0], "uv": [104, 271]}, + {"origin": [6.90179, 84.31278, -63.37432], "size": [3, 4, 14], "inflate": -0.1, "pivot": [3.40179, 85.81278, -56.87432], "rotation": [0.56256, 43.48884, -22.79143], "uv": [86, 296]}, + {"origin": [-14.10709, 88.00316, -56.25501], "size": [3, 4, 15], "pivot": [-13.10709, 89.50316, -48.75501], "rotation": [-2.29773, -12.4787, 18.38804], "uv": [136, 247]}, + {"origin": [-9.90179, 84.31278, -63.37432], "size": [3, 4, 14], "inflate": -0.1, "pivot": [-3.40179, 85.81278, -56.87432], "rotation": [0.56256, -43.48884, 22.79143], "uv": [180, 297]}, + {"origin": [-3.55, 80.17316, -56.46133], "size": [16, 11, 14], "pivot": [15.45, 80.17316, -53.26133], "rotation": [0, 12.5, 0], "uv": [252, 67]}, + {"origin": [-12.45, 80.17316, -56.46133], "size": [16, 11, 14], "inflate": -0.01, "pivot": [-15.45, 80.17316, -53.26133], "rotation": [0, -12.5, 0], "uv": [252, 92]}, + {"origin": [-4.5, 79.35316, -67.92133], "size": [9, 8, 9], "inflate": -0.1, "pivot": [0, 82.85316, -63.42133], "rotation": [11, 0, 0], "uv": [294, 269]}, + {"origin": [-1.95952, 72.13605, -52.18485], "size": [16, 10, 13], "inflate": -0.11, "pivot": [0, 77.32242, -47.01096], "rotation": [-3.26033, 12.26673, -2.42224], "uv": [252, 117]}, + {"origin": [-14.04048, 72.13605, -52.18485], "size": [16, 10, 13], "inflate": -0.11, "pivot": [0, 77.32242, -47.01096], "rotation": [-3.26033, -12.26673, 2.42224], "uv": [252, 140]} + ] + }, + { + "name": "flaps", + "parent": "stupid", + "pivot": [-6, 115.10316, -63.79133], + "cubes": [ + {"origin": [12.35334, 75.36316, -54.97674], "size": [2, 11, 14], "pivot": [17.44747, 73.43398, -49.93196], "rotation": [0, 10.5, 0], "uv": [226, 289]}, + {"origin": [11.10709, 88.00316, -56.25501], "size": [3, 4, 15], "pivot": [13.10709, 89.50316, -48.75501], "rotation": [-2.29773, 12.4787, -18.38804], "uv": [290, 289]}, + {"origin": [12.7383, 69.21144, -50.94686], "size": [2, 8, 8], "pivot": [13.74886, 69.55933, -47.30376], "rotation": [-7.5, 10.5, 0], "uv": [320, 44]}, + {"origin": [13.75942, 59.90722, -50.25065], "size": [0, 10, 6], "pivot": [13.74886, 67.55933, -46.89376], "rotation": [-2.41529, 10.45959, 0.92544], "uv": [214, 297]}, + {"origin": [10.2266, 78.58316, -59.32224], "size": [1, 4, 4], "inflate": -0.3, "pivot": [10.7266, 82.08316, -58.32224], "rotation": [9, 38, 0], "uv": [132, 321]}, + {"origin": [8.7616, 76.40316, -65.32224], "size": [0, 7, 12], "pivot": [8.2616, 80.90316, -60.32224], "rotation": [10.2312, 42.92625, 1.12566], "uv": [34, 312]}, + {"origin": [-11.2266, 78.58316, -59.32224], "size": [1, 4, 4], "inflate": -0.3, "pivot": [-10.7266, 82.08316, -58.32224], "rotation": [9, -38, 0], "uv": [336, 216]}, + {"origin": [-8.7616, 76.40316, -65.32224], "size": [0, 7, 12], "pivot": [-8.2616, 80.90316, -60.32224], "rotation": [10.2312, -42.92625, -1.12566], "uv": [58, 312]}, + {"origin": [11.7964, 76.9655, -52.81232], "size": [2, 6, 6], "pivot": [16.61747, 73.16398, -53.03196], "rotation": [45, 10.5, 0], "uv": [234, 50]}, + {"origin": [11.75712, 79.3455, -55.7599], "size": [2, 6, 3], "pivot": [12.75712, 82.3455, -52.7599], "rotation": [-26, 10.5, 0], "uv": [238, 192]}, + {"origin": [11.79712, 76.0255, -54.8899], "size": [2, 6, 3], "pivot": [12.79712, 79.0255, -51.8899], "rotation": [0, 10.5, 0], "uv": [180, 287]}, + {"origin": [-13.7964, 76.9655, -52.81232], "size": [2, 6, 6], "pivot": [-16.61747, 73.16398, -53.03196], "rotation": [45, -10.5, 0], "uv": [152, 329]}, + {"origin": [-14.35334, 75.36316, -54.97674], "size": [2, 11, 14], "pivot": [-17.44747, 73.43398, -49.93196], "rotation": [0, -10.5, 0], "uv": [258, 289]}, + {"origin": [-13.75712, 79.3455, -55.7599], "size": [2, 6, 3], "pivot": [-12.75712, 82.3455, -52.7599], "rotation": [-26, -10.5, 0], "uv": [118, 332]}, + {"origin": [-13.79712, 76.0255, -54.8899], "size": [2, 6, 3], "pivot": [-12.79712, 79.0255, -51.8899], "rotation": [0, -10.5, 0], "uv": [336, 92]}, + {"origin": [-14.7383, 69.21144, -50.94686], "size": [2, 8, 8], "pivot": [-13.74886, 69.55933, -47.30376], "rotation": [-7.5, -10.5, 0], "uv": [320, 308]}, + {"origin": [-13.75942, 59.90722, -50.25065], "size": [0, 10, 6], "pivot": [-13.74886, 67.55933, -46.89376], "rotation": [-2.41529, -10.45959, -0.92544], "uv": [330, 269]} + ] + }, + { + "name": "spikes", + "parent": "flaps", + "pivot": [0, 80, -49], + "rotation": [-45, 0, 0] + }, + { + "name": "rightspike", + "parent": "spikes", + "pivot": [19.65001, 81.17638, -47.97364], + "rotation": [0, -12.5, 12.5], + "cubes": [ + {"origin": [13.46105, 78.7217, -50.03848], "size": [4, 6, 6], "pivot": [18.20747, 83.89776, -48.60595], "rotation": [-1.06109, 10.89245, -11.09481], "uv": [256, 328]}, + {"origin": [17.46105, 79.6217, -49.03848], "size": [4, 4, 4], "pivot": [18.20747, 83.89776, -48.60595], "rotation": [-1.06109, 10.89245, -11.09481], "uv": [336, 76]}, + {"origin": [20.46105, 80.6217, -48.03848], "size": [3, 2, 2], "pivot": [18.20747, 83.89776, -48.60595], "rotation": [-1.06109, 10.89245, -11.09481], "uv": [200, 338]} + ] + }, + { + "name": "leftspike", + "parent": "spikes", + "pivot": [-19.65001, 81.17638, -47.97364], + "rotation": [0, 12.5, -12.5], + "cubes": [ + {"origin": [-17.46105, 78.7217, -50.03848], "size": [4, 6, 6], "pivot": [-18.20747, 83.89776, -48.60595], "rotation": [-1.06109, -10.89245, 11.09481], "uv": [276, 328]}, + {"origin": [-21.46105, 79.6217, -49.03848], "size": [4, 4, 4], "pivot": [-18.20747, 83.89776, -48.60595], "rotation": [-1.06109, -10.89245, 11.09481], "uv": [336, 84]}, + {"origin": [-23.46105, 80.6217, -48.03848], "size": [3, 2, 2], "pivot": [-18.20747, 83.89776, -48.60595], "rotation": [-1.06109, -10.89245, 11.09481], "uv": [210, 338]} + ] + }, + { + "name": "crest", + "parent": "stupid", + "pivot": [-7.5, 82.78316, -56.85133], + "cubes": [ + {"origin": [2.68567, 87.20121, -51.54325], "size": [0, 10, 12], "pivot": [2.32336, 93.47691, -57.28148], "rotation": [41.01705, 4.36237, 1.43128], "uv": [310, 137]}, + {"origin": [1.44777, 87.00116, -64.13458], "size": [2, 10, 15], "pivot": [2.32336, 93.47691, -57.28148], "rotation": [41.01705, 4.36237, 1.43128], "uv": [192, 272]}, + {"origin": [-2.68567, 87.20121, -51.54325], "size": [0, 10, 12], "pivot": [-2.32336, 93.47691, -57.28148], "rotation": [41.01705, -4.36237, -1.43128], "uv": [310, 237]}, + {"origin": [-2.17797, 85.30111, -69.35932], "size": [2, 4, 8], "pivot": [0, 87.38467, -65.59506], "rotation": [57.95766, -9.44237, -7.41876], "uv": [296, 328]}, + {"origin": [-3.44777, 87.00116, -64.13458], "size": [2, 10, 15], "pivot": [-2.32336, 93.47691, -57.28148], "rotation": [41.01705, -4.36237, -1.43128], "uv": [52, 287]}, + {"origin": [0.17797, 85.30111, -69.35932], "size": [2, 4, 8], "pivot": [0, 87.38467, -65.59506], "rotation": [57.95766, 9.44237, 7.41876], "uv": [132, 329]}, + {"origin": [10.56224, 86.90082, -52.70796], "size": [0, 12, 13], "pivot": [10.19718, 93.32897, -52.0845], "rotation": [31.03242, 23.65449, 0.1292], "uv": [120, 296]}, + {"origin": [2.65546, 85.39965, -69.67559], "size": [2, 4, 10], "pivot": [3.65546, 87.39965, -64.67559], "rotation": [55.44018, 31.05273, 12.95237], "uv": [266, 314]}, + {"origin": [-10.56224, 86.90082, -52.70796], "size": [0, 12, 13], "pivot": [-10.19718, 93.32897, -52.0845], "rotation": [31.03242, -23.65449, -0.1292], "uv": [306, 192]}, + {"origin": [-10.79619, 88.72367, -63.46104], "size": [2, 10, 15], "pivot": [-10.19718, 93.32897, -52.0845], "rotation": [32.77726, -21.01042, -4.71779], "uv": [146, 287]}, + {"origin": [-4.65546, 85.39965, -69.67559], "size": [2, 4, 10], "pivot": [-3.65546, 87.39965, -64.67559], "rotation": [55.44018, -31.05273, -12.95237], "uv": [316, 20]}, + {"origin": [8.79619, 88.72367, -63.46104], "size": [2, 10, 15], "pivot": [10.19718, 93.32897, -52.0845], "rotation": [32.77726, 21.01042, 4.71779], "uv": [0, 289]} + ] + }, + { + "name": "nose", + "parent": "stupid", + "pivot": [-2, 82.78316, -78.05133], + "rotation": [17.5, 0, 0], + "cubes": [ + {"origin": [-3, 75.98936, -70.30311], "size": [6, 7, 6], "inflate": 0.1, "pivot": [0, 79.48936, -67.30311], "rotation": [14.68941, -43.54513, -10.19126], "uv": [316, 169]} + ] + }, + { + "name": "teeth", + "parent": "stupid", + "pivot": [0.5, 75.78316, -48.55133] + }, + { + "name": "teeths3", + "parent": "teeth", + "pivot": [-0.5, 75.78316, -48.55133], + "cubes": [ + {"origin": [6.5, 79.28316, -60.05133], "size": [0, 2, 2], "pivot": [7, 79.28316, -59.55133], "rotation": [-45, 45, 0], "uv": [134, 189]}, + {"origin": [4.5, 79.28316, -62.05133], "size": [0, 2, 2], "pivot": [5, 79.28316, -61.55133], "rotation": [-45, 45, 0], "uv": [136, 193]}, + {"origin": [2.5, 79.28316, -64.05133], "size": [0, 2, 2], "pivot": [3, 79.28316, -63.55133], "rotation": [-45, 45, 0], "uv": [136, 197]}, + {"origin": [0.5, 79.28316, -66.05133], "size": [0, 2, 2], "pivot": [1, 79.28316, -65.55133], "rotation": [-45, 45, 0], "uv": [238, 272]} + ] + }, + { + "name": "teeths2", + "parent": "teeth", + "pivot": [0.5, 75.78316, -48.55133], + "cubes": [ + {"origin": [-6.5, 79.28316, -60.05133], "size": [0, 2, 2], "pivot": [-7, 79.28316, -59.55133], "rotation": [-45, -45, 0], "uv": [238, 276]}, + {"origin": [-4.5, 79.28316, -62.05133], "size": [0, 2, 2], "pivot": [-5, 79.28316, -61.55133], "rotation": [-45, -45, 0], "uv": [238, 280]}, + {"origin": [-2.5, 79.28316, -64.05133], "size": [0, 2, 2], "pivot": [-3, 79.28316, -63.55133], "rotation": [-45, -45, 0], "uv": [238, 284]}, + {"origin": [-0.5, 79.28316, -66.05133], "size": [0, 2, 2], "pivot": [-1, 79.28316, -65.55133], "rotation": [-45, -45, 0], "uv": [46, 289]} + ] + }, + { + "name": "eyes2", + "parent": "JAWTOP", + "pivot": [7.6827, 84.90067, -59.30724], + "rotation": [-11.45534, 1.07094, 4.83065], + "cubes": [ + {"origin": [7.63619, 83.00619, -60.60199], "size": [1, 4, 4], "pivot": [8.20763, 84.48466, -59.0354], "rotation": [34.65747, 43.16811, 6.6271], "uv": [336, 224]}, + {"origin": [7.69331, 84.597, -60.17223], "size": [1, 2, 2], "pivot": [8.16589, 85.57557, -59.10687], "rotation": [34.05052, 42.34567, 5.86148], "uv": [134, 173]}, + {"origin": [7.99331, 84.747, -60.60223], "size": [1, 2, 2], "inflate": -0.4, "pivot": [8.46589, 85.72557, -59.53687], "rotation": [34.05052, 42.34567, 5.86148], "uv": [134, 177]}, + {"origin": [6.39943, 83.16897, -61.25257], "size": [1, 3, 2], "pivot": [7.14943, 84.16897, -60.25257], "rotation": [34.05052, 42.34567, 5.86148], "uv": [134, 113]}, + {"origin": [8.38553, 84.65557, -59.30433], "size": [1, 3, 3], "pivot": [8.88553, 85.65557, -58.30433], "rotation": [34.05052, 42.34567, 5.86148], "uv": [26, 314]}, + {"origin": [8.38553, 85.65557, -56.30433], "size": [1, 1, 1], "pivot": [8.88553, 85.65557, -58.30433], "rotation": [34.05052, 42.34567, 5.86148], "uv": [134, 118]} + ] + }, + { + "name": "eyelid2", + "parent": "eyes2", + "pivot": [9.20763, 84.48466, -59.0354], + "cubes": [ + {"origin": [6.93619, 83.00619, -62.60199], "size": [1, 4, 7], "pivot": [7.50763, 84.48466, -59.0354], "rotation": [34.65747, 43.16811, 6.6271], "uv": [120, 193]} + ] + }, + { + "name": "eyes3", + "parent": "JAWTOP", + "pivot": [-7.6827, 84.90067, -59.30724], + "rotation": [-11.45534, -1.07094, -4.83065], + "cubes": [ + {"origin": [-8.63619, 83.00619, -60.60199], "size": [1, 4, 4], "pivot": [-8.20763, 84.48466, -59.0354], "rotation": [34.65747, -43.16811, -6.6271], "uv": [76, 338]}, + {"origin": [-8.69331, 84.597, -60.17223], "size": [1, 2, 2], "pivot": [-8.16589, 85.57557, -59.10687], "rotation": [34.05052, -42.34567, -5.86148], "uv": [134, 181]}, + {"origin": [-8.99331, 84.747, -60.60223], "size": [1, 2, 2], "inflate": -0.4, "pivot": [-8.46589, 85.72557, -59.53687], "rotation": [34.05052, -42.34567, -5.86148], "uv": [134, 185]}, + {"origin": [-7.39943, 83.16897, -61.25257], "size": [1, 3, 2], "pivot": [-7.14943, 84.16897, -60.25257], "rotation": [34.05052, -42.34567, -5.86148], "uv": [134, 168]}, + {"origin": [-9.38553, 84.65557, -59.30433], "size": [1, 3, 3], "pivot": [-8.88553, 85.65557, -58.30433], "rotation": [34.05052, -42.34567, -5.86148], "uv": [26, 320]}, + {"origin": [-9.38553, 85.65557, -56.30433], "size": [1, 1, 1], "pivot": [-8.88553, 85.65557, -58.30433], "rotation": [34.05052, -42.34567, -5.86148], "uv": [136, 201]} + ] + }, + { + "name": "eyelid1", + "parent": "eyes3", + "pivot": [-9.20763, 84.48466, -59.0354], + "cubes": [ + {"origin": [-7.90619, 83.00619, -62.60199], "size": [1, 4, 7], "pivot": [-7.47763, 84.48466, -59.0354], "rotation": [34.65747, -43.16811, -6.6271], "uv": [196, 315]} + ] + }, + { + "name": "JAWBOT", + "parent": "head", + "pivot": [0.5, 76.78316, -49.20133], + "rotation": [17.5, 0, 0], + "cubes": [ + {"origin": [-0.87, 72.97316, -55.77133], "size": [13, 7, 13], "inflate": -0.1, "pivot": [0, 78.47316, -49.52133], "rotation": [-9, 0, 0], "uv": [0, 269]}, + {"origin": [-12.63, 72.97316, -55.77133], "size": [13, 7, 13], "inflate": -0.11, "pivot": [0, 78.47316, -49.52133], "rotation": [-9, 0, 0], "uv": [242, 269]}, + {"origin": [-6, 79.28316, -59.20133], "size": [11.5, 3.5, 12], "uv": [146, 272]}, + {"origin": [-11.54594, 74.28316, -64.91885], "size": [17, 7, 17], "pivot": [-2.82843, 80.78316, -52.20133], "rotation": [0, -45, 0], "uv": [68, 247]} + ] + }, + { + "name": "teeths", + "parent": "JAWBOT", + "pivot": [0.5, 76.78316, -49.20133], + "cubes": [ + {"origin": [-6.5, 80.28316, -60.70133], "size": [0, 2, 2], "pivot": [-7, 80.28316, -60.20133], "rotation": [-45, -45, 0], "uv": [46, 293]}, + {"origin": [-4.5, 80.28316, -62.70133], "size": [0, 2, 2], "pivot": [-5, 80.28316, -62.20133], "rotation": [-45, -45, 0], "uv": [46, 297]}, + {"origin": [-2.5, 80.28316, -64.70133], "size": [0, 2, 2], "pivot": [-3, 80.28316, -64.20133], "rotation": [-45, -45, 0], "uv": [46, 301]}, + {"origin": [-0.5, 80.28316, -66.70133], "size": [0, 2, 2], "pivot": [-1, 80.28316, -66.20133], "rotation": [-45, -45, 0], "uv": [302, 223]} + ] + }, + { + "name": "teeths4", + "parent": "teeths", + "pivot": [-8.5, 76.78316, -56.70133], + "rotation": [0, -90, 0], + "cubes": [ + {"origin": [-15.5, 80.28316, -68.20133], "size": [0, 2, 2], "pivot": [-16, 80.28316, -67.70133], "rotation": [-45, -45, 0], "uv": [302, 227]}, + {"origin": [-13.5, 80.28316, -70.20133], "size": [0, 2, 2], "pivot": [-14, 80.28316, -69.70133], "rotation": [-45, -45, 0], "uv": [302, 231]}, + {"origin": [-11.5, 80.28316, -72.20133], "size": [0, 2, 2], "pivot": [-12, 80.28316, -71.70133], "rotation": [-45, -45, 0], "uv": [302, 235]}, + {"origin": [-9.5, 80.28316, -74.20133], "size": [0, 2, 2], "pivot": [-10, 80.28316, -73.70133], "rotation": [-45, -45, 0], "uv": [310, 20]} + ] + }, + { + "name": "hands", + "parent": "tophalf", + "pivot": [-31, -6.5, 1.9] + }, + { + "name": "lshoulder", + "parent": "hands", + "pivot": [14, 64, -15.1], + "rotation": [53.99702, 21.3335, 28.03525], + "cubes": [ + {"origin": [9, 58.5, -22.1], "size": [19, 15, 15], "pivot": [12, 64, -15.35], "rotation": [-90, 0, 0], "uv": [242, 239]} + ] + }, + { + "name": "lforearm", + "parent": "lshoulder", + "pivot": [26.5, 61, -15.6], + "rotation": [0, 25, 0], + "cubes": [ + {"origin": [24, 55, -18.1], "size": [16, 17, 9], "uv": [260, 0]} + ] + }, + { + "name": "lhand", + "parent": "lforearm", + "pivot": [35.81242, 61.51486, -15.7561], + "rotation": [0, 20, 0], + "cubes": [ + {"origin": [34.81242, 52.51486, -18.7561], "size": [24, 22, 11], "uv": [172, 239]} + ] + }, + { + "name": "lfinge", + "parent": "lhand", + "pivot": [15.81242, 129.51486, -2.7561], + "rotation": [0, 0, 177.5], + "cubes": [ + {"origin": [-29.68758, 186.01486, -16.7561], "size": [9, 5, 5], "uv": [310, 259], "mirror": true}, + {"origin": [-32.18758, 186.51486, -19.7561], "size": [5, 4, 4], "pivot": [-40.68758, 185.51486, -19.0061], "rotation": [0, -15, 0], "uv": [86, 287], "mirror": true}, + {"origin": [-34.18758, 187.01486, -22.7561], "size": [5, 3, 3], "pivot": [-42.68758, 186.01486, -22.0061], "rotation": [0, -27.5, 0], "uv": [260, 44], "mirror": true}, + {"origin": [-32.18758, 194.51486, -19.7561], "size": [5, 4, 4], "pivot": [-40.68758, 193.51486, -19.0061], "rotation": [0, -15, 0], "uv": [326, 298], "mirror": true}, + {"origin": [-34.18758, 195.01486, -22.7561], "size": [5, 3, 3], "pivot": [-42.68758, 194.01486, -22.0061], "rotation": [0, -27.5, 0], "uv": [146, 266], "mirror": true}, + {"origin": [-29.68758, 194.01486, -16.7561], "size": [9, 5, 5], "uv": [316, 34], "mirror": true}, + {"origin": [-28.68758, 201.01486, -17.7561], "size": [9, 5, 5], "uv": [316, 159], "mirror": true}, + {"origin": [-32.18758, 201.51486, -20.7561], "size": [5, 4, 4], "pivot": [-40.68758, 200.51486, -20.0061], "rotation": [0, -15, 0], "uv": [24, 331], "mirror": true}, + {"origin": [-34.18758, 202.01486, -23.7561], "size": [5, 3, 3], "pivot": [-42.68758, 201.01486, -23.0061], "rotation": [0, -27.5, 0], "uv": [276, 44], "mirror": true} + ] + }, + { + "name": "lthum", + "parent": "lfinge", + "pivot": [-33.18758, 178.51486, -29.0061], + "rotation": [-51.82753, -23.06707, -46.43707], + "cubes": [ + {"origin": [-18.68758, 178.51486, -23.2561], "size": [8, 5, 5], "uv": [316, 182], "mirror": true}, + {"origin": [-20.18758, 179.01486, -27.2561], "size": [5, 4, 4], "pivot": [-28.68758, 178.01486, -26.5061], "rotation": [0, -22.5, 0], "uv": [42, 331], "mirror": true}, + {"origin": [-22.18758, 179.51486, -30.7561], "size": [5, 3, 3], "pivot": [-30.68758, 178.51486, -30.0061], "rotation": [0, -35, 0], "uv": [292, 44], "mirror": true} + ] + }, + { + "name": "rshoulder", + "parent": "hands", + "pivot": [-14, 64, -15.1], + "rotation": [53.99702, -21.3335, -28.03525], + "cubes": [ + {"origin": [-28, 58.5, -22.1], "size": [19, 15, 15], "pivot": [-12, 64, -15.35], "rotation": [-90, 0, 0], "uv": [242, 239], "mirror": true} + ] + }, + { + "name": "rforearm", + "parent": "rshoulder", + "pivot": [-26.5, 61, -15.6], + "rotation": [0, -25, 0], + "cubes": [ + {"origin": [-40, 55, -18.1], "size": [16, 17, 9], "uv": [260, 0], "mirror": true} + ] + }, + { + "name": "rhand", + "parent": "rforearm", + "pivot": [-35.81242, 61.51486, -15.7561], + "rotation": [0, -20, 0], + "cubes": [ + {"origin": [-58.81242, 52.51486, -18.7561], "size": [24, 22, 11], "uv": [172, 239], "mirror": true} + ] + }, + { + "name": "rfinge", + "parent": "rhand", + "pivot": [-15.81242, 129.51486, -2.7561], + "rotation": [0, 0, -177.5], + "cubes": [ + {"origin": [20.68758, 186.01486, -16.7561], "size": [9, 5, 5], "uv": [310, 259]}, + {"origin": [27.18758, 186.51486, -19.7561], "size": [5, 4, 4], "pivot": [40.68758, 185.51486, -19.0061], "rotation": [0, 15, 0], "uv": [86, 287]}, + {"origin": [29.18758, 187.01486, -22.7561], "size": [5, 3, 3], "pivot": [42.68758, 186.01486, -22.0061], "rotation": [0, 27.5, 0], "uv": [260, 44]}, + {"origin": [27.18758, 194.51486, -19.7561], "size": [5, 4, 4], "pivot": [40.68758, 193.51486, -19.0061], "rotation": [0, 15, 0], "uv": [326, 298]}, + {"origin": [29.18758, 195.01486, -22.7561], "size": [5, 3, 3], "pivot": [42.68758, 194.01486, -22.0061], "rotation": [0, 27.5, 0], "uv": [146, 266]}, + {"origin": [20.68758, 194.01486, -16.7561], "size": [9, 5, 5], "uv": [316, 34]}, + {"origin": [19.68758, 201.01486, -17.7561], "size": [9, 5, 5], "uv": [316, 159]}, + {"origin": [27.18758, 201.51486, -20.7561], "size": [5, 4, 4], "pivot": [40.68758, 200.51486, -20.0061], "rotation": [0, 15, 0], "uv": [24, 331]}, + {"origin": [29.18758, 202.01486, -23.7561], "size": [5, 3, 3], "pivot": [42.68758, 201.01486, -23.0061], "rotation": [0, 27.5, 0], "uv": [276, 44]} + ] + }, + { + "name": "rthum", + "parent": "rfinge", + "pivot": [33.18758, 178.51486, -29.0061], + "rotation": [-51.82753, 23.06707, 46.43707], + "cubes": [ + {"origin": [10.68758, 178.51486, -23.2561], "size": [8, 5, 5], "uv": [316, 182]}, + {"origin": [15.18758, 179.01486, -27.2561], "size": [5, 4, 4], "pivot": [28.68758, 178.01486, -26.5061], "rotation": [0, 22.5, 0], "uv": [42, 331]}, + {"origin": [17.18758, 179.51486, -30.7561], "size": [5, 3, 3], "pivot": [30.68758, 178.51486, -30.0061], "rotation": [0, 35, 0], "uv": [292, 44]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/groudonprimal/groudonprimal.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/groudonprimal/groudonprimal.geo.json new file mode 100644 index 0000000..3be9911 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/groudonprimal/groudonprimal.geo.json @@ -0,0 +1,662 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 512, + "texture_height": 512, + "visible_bounds_width": 28, + "visible_bounds_height": 16.5, + "visible_bounds_offset": [0, 7.75, 0] + }, + "bones": [ + { + "name": "groudon", + "pivot": [-1.5, 0, 0] + }, + { + "name": "body", + "parent": "groudon", + "pivot": [-14, 14.5, 0] + }, + { + "name": "legs", + "parent": "body", + "pivot": [-11.75, 14.5, -9.75] + }, + { + "name": "lleg", + "parent": "legs", + "pivot": [13, 31.25, -2.25], + "cubes": [ + {"origin": [20, 9.87, -11.64], "size": [20, 23, 20], "inflate": -0.1, "pivot": [30, 21.37, 0.86], "rotation": [-22.5, 0, 0], "uv": [92, 204]} + ] + }, + { + "name": "lfoot", + "parent": "lleg", + "pivot": [-32, 12.75, -2.25], + "cubes": [ + {"origin": [20, 3.8, -15.08], "size": [20, 12, 20], "inflate": -0.2, "uv": [0, 212]}, + {"origin": [20, 0, -15], "size": [20, 10, 19], "uv": [238, 163]}, + {"origin": [20, -0.07, -4.97], "size": [20, 3, 14], "inflate": -0.1, "uv": [252, 50]}, + {"origin": [20, 1.99, 0.12], "size": [20, 23, 8], "inflate": -0.15, "pivot": [30, 9.99, 2.12], "rotation": [6.5, 0, 0], "uv": [250, 192]} + ] + }, + { + "name": "ltoe", + "parent": "lfoot", + "pivot": [30.25, 2.96, -14.125], + "rotation": [7, 0, 0], + "cubes": [ + {"origin": [26.96, 0.5989, -19.70954], "size": [6, 5, 8], "pivot": [30.435, 3.70468, -20.79677], "rotation": [8, 0, 0], "uv": [150, 50]}, + {"origin": [26.91, 2.36457, -22.1113], "size": [6, 4, 3], "pivot": [30.435, 3.51468, -16.45677], "rotation": [15.5, 0, 0], "uv": [226, 323]}, + {"origin": [26.91, 1.63457, -26.0413], "size": [6, 4, 6], "inflate": -0.5, "pivot": [30.435, 2.78468, -20.38677], "rotation": [24.5, 0, 0], "uv": [316, 159]}, + {"origin": [18.8, 1.39, -20], "size": [5, 4, 8], "inflate": -0.1, "pivot": [21.3, 3.64323, -18.59387], "rotation": [13.23483, 10.71469, 2.50372], "uv": [310, 232]}, + {"origin": [35.67, 0.23473, -18.89595], "size": [5, 4, 7], "inflate": -0.2, "pivot": [38.17, 2.83323, -17.82387], "rotation": [-5.55792, -10.43861, 0.53519], "uv": [316, 30]}, + {"origin": [36.67, 1.59521, -22.39707], "size": [3, 3, 5], "inflate": 0.2, "pivot": [38.17, 3.23323, -17.57387], "rotation": [27.88581, -11.65557, -0.70466], "uv": [82, 326]}, + {"origin": [35.67, 0.92, -19.23], "size": [5, 4, 8], "inflate": -0.1, "pivot": [38.17, 3.17323, -17.82387], "rotation": [12.85816, -11.16622, -0.51928], "uv": [310, 256]}, + {"origin": [19.8, 1.88521, -23.41707], "size": [3, 3, 5], "inflate": 0.2, "pivot": [21.3, 3.52323, -18.59387], "rotation": [28.23483, 10.71469, 2.50372], "uv": [244, 325]}, + {"origin": [18.8, 0.52473, -19.66595], "size": [5, 4, 7], "inflate": -0.2, "pivot": [21.3, 3.12323, -18.59387], "rotation": [-5, 10.71469, 2.50372], "uv": [316, 19]}, + {"origin": [26.96, 0.63911, -21.35459], "size": [6, 3, 8], "inflate": -0.1, "pivot": [30.435, 3.50468, -19.58677], "rotation": [-7.5, 0, 0], "uv": [310, 148]} + ] + }, + { + "name": "rleg", + "parent": "legs", + "pivot": [-13, 31.25, -2.25], + "cubes": [ + {"origin": [-40, 9.87, -11.64], "size": [20, 23, 20], "inflate": -0.1, "pivot": [-30, 21.37, 0.86], "rotation": [-22.5, 0, 0], "uv": [92, 204], "mirror": true} + ] + }, + { + "name": "rfoot", + "parent": "rleg", + "pivot": [32, 12.75, -2.25], + "cubes": [ + {"origin": [-40, 3.8, -15.08], "size": [20, 12, 20], "inflate": -0.2, "uv": [0, 212], "mirror": true}, + {"origin": [-40, 0, -15], "size": [20, 10, 19], "uv": [238, 163], "mirror": true}, + {"origin": [-40, -0.07, -4.97], "size": [20, 3, 14], "inflate": -0.1, "uv": [252, 50], "mirror": true}, + {"origin": [-40, 1.99, 0.12], "size": [20, 23, 8], "inflate": -0.15, "pivot": [-30, 9.99, 2.12], "rotation": [6.5, 0, 0], "uv": [250, 192], "mirror": true} + ] + }, + { + "name": "rtoe", + "parent": "rfoot", + "pivot": [-30.25, 2.96, -14.125], + "rotation": [7, 0, 0], + "cubes": [ + {"origin": [-32.96, 0.5989, -19.70954], "size": [6, 5, 8], "pivot": [-30.435, 3.70468, -20.79677], "rotation": [8, 0, 0], "uv": [150, 50], "mirror": true}, + {"origin": [-32.91, 2.36457, -22.1113], "size": [6, 4, 3], "pivot": [-30.435, 3.51468, -16.45677], "rotation": [15.5, 0, 0], "uv": [226, 323], "mirror": true}, + {"origin": [-32.91, 1.63457, -26.0413], "size": [6, 4, 6], "inflate": -0.5, "pivot": [-30.435, 2.78468, -20.38677], "rotation": [24.5, 0, 0], "uv": [316, 159], "mirror": true}, + {"origin": [-23.8, 1.39, -20], "size": [5, 4, 8], "inflate": -0.1, "pivot": [-21.3, 3.64323, -18.59387], "rotation": [13.23483, -10.71469, -2.50372], "uv": [310, 232], "mirror": true}, + {"origin": [-40.67, 0.23473, -18.89595], "size": [5, 4, 7], "inflate": -0.2, "pivot": [-38.17, 2.83323, -17.82387], "rotation": [-5.55792, 10.43861, -0.53519], "uv": [316, 30], "mirror": true}, + {"origin": [-39.67, 1.59521, -22.39707], "size": [3, 3, 5], "inflate": 0.2, "pivot": [-38.17, 3.23323, -17.57387], "rotation": [27.88581, 11.65557, 0.70466], "uv": [82, 326], "mirror": true}, + {"origin": [-40.67, 0.92, -19.23], "size": [5, 4, 8], "inflate": -0.1, "pivot": [-38.17, 3.17323, -17.82387], "rotation": [12.85816, 11.16622, 0.51928], "uv": [310, 256], "mirror": true}, + {"origin": [-22.8, 1.88521, -23.41707], "size": [3, 3, 5], "inflate": 0.2, "pivot": [-21.3, 3.52323, -18.59387], "rotation": [28.23483, -10.71469, -2.50372], "uv": [244, 325], "mirror": true}, + {"origin": [-23.8, 0.52473, -19.66595], "size": [5, 4, 7], "inflate": -0.2, "pivot": [-21.3, 3.12323, -18.59387], "rotation": [-5, -10.71469, -2.50372], "uv": [316, 19], "mirror": true}, + {"origin": [-32.96, 0.63911, -21.35459], "size": [6, 3, 8], "inflate": -0.1, "pivot": [-30.435, 3.50468, -19.58677], "rotation": [-7.5, 0, 0], "uv": [310, 148], "mirror": true} + ] + }, + { + "name": "middle", + "parent": "body", + "pivot": [-14, 14.5, 0], + "rotation": [-7.5, 0, 0] + }, + { + "name": "tail", + "parent": "middle", + "pivot": [0, 16.5, 26], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [-19, 12, 25], "size": [38, 29, 21], "pivot": [-14, 10.75, 33.75], "rotation": [65, 0, 0], "uv": [134, 63]} + ] + }, + { + "name": "leftspike6", + "parent": "tail", + "pivot": [0, 13.5, 24.5], + "rotation": [22.5, 0, 0], + "cubes": [ + {"origin": [15.9, 10.5, 21.5], "size": [7, 6, 6], "inflate": 0.5, "uv": [310, 244]}, + {"origin": [-30.84, 12.5, 23.5], "size": [3, 2, 2], "inflate": 0.5, "uv": [312, 113], "mirror": true}, + {"origin": [-27.32, 11.5, 22.5], "size": [4, 4, 4], "inflate": 0.5, "uv": [24, 326], "mirror": true}, + {"origin": [-22.9, 10.5, 21.5], "size": [7, 6, 6], "inflate": 0.5, "uv": [310, 244], "mirror": true}, + {"origin": [23.32, 11.5, 22.5], "size": [4, 4, 4], "inflate": 0.5, "uv": [24, 326]}, + {"origin": [27.84, 12.5, 23.5], "size": [3, 2, 2], "inflate": 0.5, "uv": [312, 113]} + ] + }, + { + "name": "tailseg1", + "parent": "tail", + "pivot": [-14, 9.65, 33.75], + "cubes": [ + {"origin": [-17.5, 6.9, 48.5], "size": [35, 30, 20], "pivot": [-15.5, 7.4, 57.5], "rotation": [80, 0, 0], "uv": [150, 0]} + ] + }, + { + "name": "leftspike7", + "parent": "tailseg1", + "pivot": [0, 8.12, 46.14], + "rotation": [-57.5, 0, 0], + "cubes": [ + {"origin": [-33.61, 7.12, 45.14], "size": [3, 2, 2], "inflate": 1, "uv": [10, 332], "mirror": true}, + {"origin": [-29.26, 6.12, 44.14], "size": [4, 4, 4], "inflate": 1, "uv": [260, 329], "mirror": true}, + {"origin": [-23.36, 5.12, 43.14], "size": [6, 6, 6], "inflate": 1, "uv": [244, 313], "mirror": true}, + {"origin": [30.61, 7.12, 45.14], "size": [3, 2, 2], "inflate": 1, "uv": [10, 332]}, + {"origin": [25.26, 6.12, 44.14], "size": [4, 4, 4], "inflate": 1, "uv": [260, 329]}, + {"origin": [17.36, 5.12, 43.14], "size": [6, 6, 6], "inflate": 1, "uv": [244, 313]} + ] + }, + { + "name": "tailseg2", + "parent": "tailseg1", + "pivot": [-14, 10.65, 28.75], + "cubes": [ + {"origin": [-15.5, 6.9, 70], "size": [31, 29, 15], "pivot": [-16.5, 6.9, 76.75], "rotation": [87.5, 0, 0], "uv": [0, 168]} + ] + }, + { + "name": "shovel", + "parent": "tailseg2", + "pivot": [-16.5, 7.37, 74.75], + "rotation": [11, 0, 0] + }, + { + "name": "bone", + "parent": "shovel", + "pivot": [11.59667, 9.73824, 77.28553], + "rotation": [0, 22.5, 0], + "cubes": [ + {"origin": [9, 32.37, 118.91], "size": [5, 15, 7], "pivot": [-16.5, 10.87, 121.16], "rotation": [97.5, 0, 0], "uv": [270, 307]}, + {"origin": [8.5, 24.37, 101], "size": [6, 11, 9], "pivot": [-16.5, 6.37, 104.25], "rotation": [87.5, 0, 0], "uv": [188, 297]}, + {"origin": [11.79, 44.68, 128.91], "size": [0, 13, 6], "pivot": [-14.21, 23.18, 129.66], "rotation": [117.5, 0, 0], "uv": [80, 212]} + ] + }, + { + "name": "bone2", + "parent": "shovel", + "pivot": [4.10333, 9.73824, 77.28553], + "rotation": [0, 10, 0], + "cubes": [ + {"origin": [1, 24.37, 101], "size": [6, 11, 9], "pivot": [-24, 6.37, 104.25], "rotation": [87.5, 0, 0], "uv": [306, 192]}, + {"origin": [1.51, 32.37, 118.91], "size": [5, 15, 7], "pivot": [-23.99, 10.87, 121.16], "rotation": [97.5, 0, 0], "uv": [270, 307]}, + {"origin": [4.3, 44.68, 128.91], "size": [0, 13, 6], "pivot": [-21.7, 23.18, 129.66], "rotation": [117.5, 0, 0], "uv": [80, 212]} + ] + }, + { + "name": "bone4", + "parent": "shovel", + "pivot": [-11.59667, 9.73824, 77.28553], + "rotation": [0, -22.5, 0], + "cubes": [ + {"origin": [-14.5, 24.37, 101], "size": [6, 11, 9], "pivot": [-39.5, 6.37, 104.25], "rotation": [87.5, 0, 0], "uv": [306, 288]}, + {"origin": [-14, 32.37, 118.91], "size": [5, 15, 7], "pivot": [16.5, 10.87, 121.16], "rotation": [97.5, 0, 0], "uv": [270, 307], "mirror": true}, + {"origin": [-11.79, 44.68, 128.91], "size": [0, 13, 6], "pivot": [14.21, 23.18, 129.66], "rotation": [117.5, 0, 0], "uv": [80, 212], "mirror": true} + ] + }, + { + "name": "bone3", + "parent": "shovel", + "pivot": [-4.10333, 9.73824, 77.28553], + "rotation": [0, -10, 0], + "cubes": [ + {"origin": [-7, 24.37, 101], "size": [6, 11, 9], "pivot": [-32, 6.37, 104.25], "rotation": [87.5, 0, 0], "uv": [306, 212]}, + {"origin": [-6.51, 32.37, 118.91], "size": [5, 15, 7], "pivot": [23.99, 10.87, 121.16], "rotation": [97.5, 0, 0], "uv": [270, 307], "mirror": true}, + {"origin": [-4.3, 44.68, 128.91], "size": [0, 13, 6], "pivot": [21.7, 23.18, 129.66], "rotation": [117.5, 0, 0], "uv": [80, 212], "mirror": true} + ] + }, + { + "name": "leftspike8", + "parent": "tailseg2", + "pivot": [0, 5.45, 67.47], + "rotation": [-45, 0, 0], + "cubes": [ + {"origin": [-36.76, 7.24, 63.2], "size": [9, 2, 2], "inflate": 1.2, "pivot": [-24.46, 8.24, 64.2], "rotation": [-5.79478, -8.82127, 7.10681], "uv": [260, 44]}, + {"origin": [-28.76, 6.24, 62.2], "size": [6, 4, 4], "inflate": 1.3, "pivot": [-24.46, 8.24, 64.2], "rotation": [-5.79478, -8.82127, 7.10681], "uv": [32, 285]}, + {"origin": [-20.66, 5.24, 61.2], "size": [8, 6, 6], "inflate": 1.5, "pivot": [-24.46, 8.24, 64.2], "rotation": [-5.79478, -8.82127, 7.10681], "uv": [310, 136]}, + {"origin": [22.76, 6.24, 62.2], "size": [6, 4, 4], "inflate": 1.3, "pivot": [24.46, 8.24, 64.2], "rotation": [-5.79478, 8.82127, -7.10681], "uv": [32, 285], "mirror": true}, + {"origin": [27.76, 7.24, 63.2], "size": [9, 2, 2], "inflate": 1.2, "pivot": [24.46, 8.24, 64.2], "rotation": [-5.79478, 8.82127, -7.10681], "uv": [260, 44], "mirror": true}, + {"origin": [12.66, 5.24, 61.2], "size": [8, 6, 6], "inflate": 1.5, "pivot": [24.46, 8.24, 64.2], "rotation": [-5.79478, 8.82127, -7.10681], "uv": [310, 136], "mirror": true} + ] + }, + { + "name": "belly", + "parent": "middle", + "pivot": [-14, 14.5, 0], + "cubes": [ + {"origin": [-20.5, 15.8, -14.79], "size": [41, 29, 34], "pivot": [0, 30.3, 2.21], "rotation": [22.5, 0, 0], "uv": [0, 0]}, + {"origin": [-20.5, 15.8, -14.79], "size": [41, 29, 34], "pivot": [0, 30.3, 2.21], "rotation": [22.5, 0, 0], "uv": [0, 0]}, + {"origin": [-20, 7.89, -6.88], "size": [40, 17, 30], "inflate": -0.2, "pivot": [-0.5, 22.39, 16.12], "rotation": [-5.5, 0, 0], "uv": [0, 121]} + ] + }, + { + "name": "leftspike5", + "parent": "belly", + "pivot": [0, 32.37, -0.64], + "rotation": [-25.5, 0, 0], + "cubes": [ + {"origin": [-30.5, 39.76, -3.59], "size": [3, 2, 2], "uv": [0, 332]}, + {"origin": [-28.5, 38.76, -4.59], "size": [4, 4, 4], "uv": [184, 329]}, + {"origin": [-24.5, 37.76, -5.59], "size": [7, 6, 6], "uv": [312, 81]}, + {"origin": [27.5, 39.76, -3.59], "size": [3, 2, 2], "uv": [0, 332], "mirror": true}, + {"origin": [24.5, 38.76, -4.59], "size": [4, 4, 4], "uv": [184, 329], "mirror": true}, + {"origin": [17.5, 37.76, -5.59], "size": [7, 6, 6], "uv": [312, 81], "mirror": true} + ] + }, + { + "name": "tophalf", + "parent": "middle", + "pivot": [-6, 34.5, -3], + "cubes": [ + {"origin": [-19, 34.5, -12], "size": [38, 29, 29], "pivot": [-14, 33, 0], "rotation": [25, 0, 0], "uv": [0, 63]} + ] + }, + { + "name": "leftspike4", + "parent": "tophalf", + "pivot": [0, 47.5, -7.55], + "rotation": [-19.8582, 1.91994, 1.61624], + "cubes": [ + {"origin": [-28.9, 52.49, -9.14], "size": [3, 2, 2], "uv": [208, 331]}, + {"origin": [-26.9, 51.49, -10.14], "size": [4, 4, 4], "uv": [114, 329]}, + {"origin": [-22.9, 50.49, -11.14], "size": [4, 6, 6], "uv": [320, 53]}, + {"origin": [25.9, 54.49, -8.14], "size": [3, 2, 2], "uv": [208, 331], "mirror": true}, + {"origin": [22.9, 53.49, -9.14], "size": [4, 4, 4], "uv": [114, 329], "mirror": true}, + {"origin": [18.9, 52.49, -10.14], "size": [4, 6, 6], "uv": [320, 53], "mirror": true} + ] + }, + { + "name": "lowernecc", + "parent": "tophalf", + "pivot": [0, 62.5, -9], + "cubes": [ + {"origin": [-16, 54, -19], "size": [32, 26, 24], "pivot": [-14, 56.5, -11.25], "rotation": [45, 0, 0], "uv": [140, 113]} + ] + }, + { + "name": "leftspike3", + "parent": "lowernecc", + "pivot": [0, 72.04333, -19.72333], + "rotation": [-3, 0, 0], + "cubes": [ + {"origin": [12, 69.4, -23.66], "size": [8, 6, 6], "uv": [178, 50]}, + {"origin": [-25.9, 71.3, -21.56], "size": [3, 2, 2], "uv": [326, 284]}, + {"origin": [-23.9, 70.3, -22.56], "size": [4, 4, 4], "uv": [98, 329]}, + {"origin": [-20, 69.4, -23.66], "size": [8, 6, 6], "uv": [206, 50]}, + {"origin": [19.9, 70.3, -22.56], "size": [4, 4, 4], "uv": [66, 326]}, + {"origin": [22.9, 71.3, -21.56], "size": [3, 2, 2], "uv": [208, 317]} + ] + }, + { + "name": "midnecc", + "parent": "lowernecc", + "pivot": [1, 75, -23.5], + "cubes": [ + {"origin": [-13.5, 61.5, -34.5], "size": [27, 19, 22], "pivot": [-2, 70, -32], "rotation": [65, 0, 0], "uv": [140, 163]} + ] + }, + { + "name": "leftspike2", + "parent": "midnecc", + "pivot": [0, 77.85333, -32.06333], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [12, 75.58, -36], "size": [8, 6, 6], "uv": [178, 50]}, + {"origin": [-25.9, 77.48, -33.9], "size": [3, 2, 2], "uv": [326, 284]}, + {"origin": [-23.9, 76.48, -34.9], "size": [4, 4, 4], "uv": [98, 329]}, + {"origin": [-20, 75.58, -36], "size": [8, 6, 6], "uv": [206, 50]}, + {"origin": [19.9, 76.48, -34.9], "size": [4, 4, 4], "uv": [66, 326]}, + {"origin": [22.9, 77.48, -33.9], "size": [3, 2, 2], "uv": [208, 317]} + ] + }, + { + "name": "neck", + "parent": "midnecc", + "pivot": [0.5, 81.45, -38.09], + "rotation": [-17.5, 0, 0], + "cubes": [ + {"origin": [-11, 74.23316, -49.64133], "size": [22, 18, 17], "uv": [172, 204]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 83.73316, -44.54133], + "rotation": [29.73225, -2.47073, -1.04773], + "cubes": [ + {"origin": [-7, 90.73316, -61.54133], "size": [14, 4, 12], "pivot": [0, 92.73316, -55.54133], "rotation": [30, 0, 0], "uv": [250, 223]}, + {"origin": [-7, 91.30316, -52.73133], "size": [14, 4, 12], "inflate": -0.1, "pivot": [0, 93.30316, -46.73133], "rotation": [-25, 0, 0], "uv": [0, 269]}, + {"origin": [-7.14912, 88.03721, -65.09199], "size": [14, 4, 14], "pivot": [0.35088, 90.03721, -58.09199], "rotation": [19.74271, -43.71038, -13.87313], "uv": [260, 26]} + ] + }, + { + "name": "JAWTOP", + "parent": "head", + "pivot": [-2.5, 84.23316, -39.64133] + }, + { + "name": "stupid", + "parent": "JAWTOP", + "pivot": [-6, 81.23316, -66.64133], + "cubes": [ + {"origin": [-7.70251, 80.73316, -65.78496], "size": [17, 8, 17], "pivot": [-0.2, 88.23316, -57.9996], "rotation": [0, -45, 0], "uv": [0, 244]}, + {"origin": [5.24749, 82.73316, -65.78496], "size": [4, 8, 17], "pivot": [-0.25, 90.23316, -57.9996], "rotation": [0, -45, 0], "uv": [52, 270]}, + {"origin": [-9.24749, 82.73316, -65.78496], "size": [4, 8, 17], "pivot": [0.25, 90.23316, -57.9996], "rotation": [0, 45, 0], "uv": [94, 270]}, + {"origin": [6.90179, 85.76278, -64.46432], "size": [3, 4, 14], "inflate": -0.1, "pivot": [3.40179, 87.26278, -57.96432], "rotation": [0.56256, 43.48884, -22.79143], "uv": [68, 295]}, + {"origin": [-14.10709, 89.45316, -57.34501], "size": [3, 4, 15], "pivot": [-13.10709, 90.95316, -49.84501], "rotation": [-2.29773, -12.4787, 18.38804], "uv": [290, 269]}, + {"origin": [-9.90179, 85.76278, -64.46432], "size": [3, 4, 14], "inflate": -0.1, "pivot": [-3.40179, 87.26278, -57.96432], "rotation": [0.56256, -43.48884, 22.79143], "uv": [102, 295]}, + {"origin": [-3.55, 81.62316, -57.55133], "size": [16, 11, 14], "pivot": [15.45, 81.62316, -54.35133], "rotation": [0, 12.5, 0], "uv": [252, 67]}, + {"origin": [-12.45, 81.62316, -57.55133], "size": [16, 11, 14], "inflate": -0.01, "pivot": [-15.45, 81.62316, -54.35133], "rotation": [0, -12.5, 0], "uv": [252, 92]}, + {"origin": [-4.5, 80.80316, -69.01133], "size": [9, 8, 9], "inflate": -0.1, "pivot": [0, 84.30316, -64.51133], "rotation": [11, 0, 0], "uv": [32, 295]}, + {"origin": [-1.95952, 73.58605, -53.27485], "size": [16, 10, 13], "inflate": -0.11, "pivot": [0, 78.77242, -48.10096], "rotation": [-3.26033, 12.26673, -2.42224], "uv": [252, 117]}, + {"origin": [-14.04048, 73.58605, -53.27485], "size": [16, 10, 13], "inflate": -0.11, "pivot": [0, 78.77242, -48.10096], "rotation": [-3.26033, -12.26673, 2.42224], "uv": [252, 140]} + ] + }, + { + "name": "flaps", + "parent": "stupid", + "pivot": [-6, 116.55316, -64.88133], + "cubes": [ + {"origin": [12.35334, 76.81316, -56.06674], "size": [2, 11, 14], "pivot": [17.44747, 74.88398, -51.02196], "rotation": [0, 10.5, 0], "uv": [0, 285]}, + {"origin": [11.10709, 89.45316, -57.34501], "size": [3, 4, 15], "pivot": [13.10709, 90.95316, -49.84501], "rotation": [-2.29773, 12.4787, -18.38804], "uv": [270, 288]}, + {"origin": [12.7383, 70.66144, -52.03686], "size": [2, 8, 8], "pivot": [13.74886, 71.00933, -48.39376], "rotation": [-7.5, 10.5, 0], "uv": [218, 297]}, + {"origin": [13.75942, 61.35722, -51.34065], "size": [0, 10, 6], "pivot": [13.74886, 69.00933, -47.98376], "rotation": [-2.41529, 10.45959, 0.92544], "uv": [80, 231]}, + {"origin": [10.2266, 80.03316, -60.41224], "size": [1, 4, 4], "inflate": -0.3, "pivot": [10.7266, 83.53316, -59.41224], "rotation": [9, 38, 0], "uv": [292, 330]}, + {"origin": [8.7616, 77.85316, -66.41224], "size": [0, 7, 12], "pivot": [8.2616, 82.35316, -61.41224], "rotation": [10.2312, 42.92625, 1.12566], "uv": [310, 0]}, + {"origin": [-11.2266, 80.03316, -60.41224], "size": [1, 4, 4], "inflate": -0.3, "pivot": [-10.7266, 83.53316, -59.41224], "rotation": [9, -38, 0], "uv": [50, 331]}, + {"origin": [-8.7616, 77.85316, -66.41224], "size": [0, 7, 12], "pivot": [-8.2616, 82.35316, -61.41224], "rotation": [10.2312, -42.92625, -1.12566], "uv": [310, 117]}, + {"origin": [11.7964, 78.4155, -53.90232], "size": [2, 6, 6], "pivot": [16.61747, 74.61398, -54.12196], "rotation": [45, 10.5, 0], "uv": [234, 50]}, + {"origin": [11.75712, 80.7955, -56.8499], "size": [2, 6, 3], "pivot": [12.75712, 83.7955, -53.8499], "rotation": [-26, 10.5, 0], "uv": [238, 192]}, + {"origin": [11.79712, 77.4755, -55.9799], "size": [2, 6, 3], "pivot": [12.79712, 80.4755, -52.9799], "rotation": [0, 10.5, 0], "uv": [164, 330]}, + {"origin": [-13.7964, 78.4155, -53.90232], "size": [2, 6, 6], "pivot": [-16.61747, 74.61398, -54.12196], "rotation": [45, -10.5, 0], "uv": [318, 320]}, + {"origin": [-14.35334, 76.81316, -56.06674], "size": [2, 11, 14], "pivot": [-17.44747, 74.88398, -51.02196], "rotation": [0, -10.5, 0], "uv": [238, 288]}, + {"origin": [-13.75712, 80.7955, -56.8499], "size": [2, 6, 3], "pivot": [-12.75712, 83.7955, -53.8499], "rotation": [-26, -10.5, 0], "uv": [226, 330]}, + {"origin": [-13.79712, 77.4755, -55.9799], "size": [2, 6, 3], "pivot": [-12.79712, 80.4755, -52.9799], "rotation": [0, -10.5, 0], "uv": [174, 330]}, + {"origin": [-14.7383, 70.66144, -52.03686], "size": [2, 8, 8], "pivot": [-13.74886, 71.00933, -48.39376], "rotation": [-7.5, -10.5, 0], "uv": [100, 313]}, + {"origin": [-13.75942, 61.35722, -51.34065], "size": [0, 10, 6], "pivot": [-13.74886, 69.00933, -47.98376], "rotation": [-2.41529, -10.45959, -0.92544], "uv": [120, 313]} + ] + }, + { + "name": "spikes", + "parent": "flaps", + "pivot": [0, 81.45, -50.09], + "rotation": [-45, 0, 0] + }, + { + "name": "rightspike", + "parent": "spikes", + "pivot": [19.65001, 82.62638, -49.06364], + "rotation": [0, -12.5, 12.5], + "cubes": [ + {"origin": [13.46105, 80.1717, -51.12848], "size": [4, 6, 6], "pivot": [18.20747, 85.34776, -49.69595], "rotation": [-1.06109, 10.89245, -11.09481], "uv": [316, 169]}, + {"origin": [17.46105, 81.0717, -50.12848], "size": [4, 4, 4], "pivot": [18.20747, 85.34776, -49.69595], "rotation": [-1.06109, 10.89245, -11.09481], "uv": [326, 268]}, + {"origin": [20.46105, 82.0717, -49.12848], "size": [3, 2, 2], "pivot": [18.20747, 85.34776, -49.69595], "rotation": [-1.06109, 10.89245, -11.09481], "uv": [322, 113]} + ] + }, + { + "name": "leftspike", + "parent": "spikes", + "pivot": [-19.65001, 82.62638, -49.06364], + "rotation": [0, 12.5, -12.5], + "cubes": [ + {"origin": [-17.46105, 80.1717, -51.12848], "size": [4, 6, 6], "pivot": [-18.20747, 85.34776, -49.69595], "rotation": [-1.06109, -10.89245, 11.09481], "uv": [318, 308]}, + {"origin": [-21.46105, 81.0717, -50.12848], "size": [4, 4, 4], "pivot": [-18.20747, 85.34776, -49.69595], "rotation": [-1.06109, -10.89245, 11.09481], "uv": [326, 276]}, + {"origin": [-23.46105, 82.0717, -49.12848], "size": [3, 2, 2], "pivot": [-18.20747, 85.34776, -49.69595], "rotation": [-1.06109, -10.89245, 11.09481], "uv": [260, 325]} + ] + }, + { + "name": "crest", + "parent": "stupid", + "pivot": [-7.5, 84.23316, -57.94133], + "cubes": [ + {"origin": [2.68567, 88.65121, -52.63325], "size": [0, 10, 12], "pivot": [2.32336, 94.92691, -58.37148], "rotation": [41.01705, 4.36237, 1.43128], "uv": [294, 308]}, + {"origin": [1.44777, 88.45116, -65.22458], "size": [2, 10, 15], "pivot": [2.32336, 94.92691, -58.37148], "rotation": [41.01705, 4.36237, 1.43128], "uv": [136, 272]}, + {"origin": [-2.68567, 88.65121, -52.63325], "size": [0, 10, 12], "pivot": [-2.32336, 94.92691, -58.37148], "rotation": [41.01705, -4.36237, -1.43128], "uv": [0, 310]}, + {"origin": [-2.17797, 86.75111, -70.44932], "size": [2, 4, 8], "pivot": [0, 88.83467, -66.68506], "rotation": [57.95766, -9.44237, -7.41876], "uv": [320, 41]}, + {"origin": [-3.44777, 88.45116, -65.22458], "size": [2, 10, 15], "pivot": [-2.32336, 94.92691, -58.37148], "rotation": [41.01705, -4.36237, -1.43128], "uv": [204, 272]}, + {"origin": [0.17797, 86.75111, -70.44932], "size": [2, 4, 8], "pivot": [0, 88.83467, -66.68506], "rotation": [57.95766, 9.44237, 7.41876], "uv": [188, 317]}, + {"origin": [10.56224, 88.35082, -53.79796], "size": [0, 12, 13], "pivot": [10.19718, 94.77897, -53.1745], "rotation": [31.03242, 23.65449, 0.1292], "uv": [136, 297]}, + {"origin": [2.65546, 86.84965, -70.76559], "size": [2, 4, 10], "pivot": [3.65546, 88.84965, -65.76559], "rotation": [55.44018, 31.05273, 12.95237], "uv": [24, 312]}, + {"origin": [-10.56224, 88.35082, -53.79796], "size": [0, 12, 13], "pivot": [-10.19718, 94.77897, -53.1745], "rotation": [31.03242, -23.65449, -0.1292], "uv": [162, 297]}, + {"origin": [-10.79619, 90.17367, -64.55104], "size": [2, 10, 15], "pivot": [-10.19718, 94.77897, -53.1745], "rotation": [32.77726, -21.01042, -4.71779], "uv": [170, 272]}, + {"origin": [-4.65546, 86.84965, -70.76559], "size": [2, 4, 10], "pivot": [-3.65546, 88.84965, -65.76559], "rotation": [55.44018, -31.05273, -12.95237], "uv": [312, 67]}, + {"origin": [8.79619, 90.17367, -64.55104], "size": [2, 10, 15], "pivot": [10.19718, 94.77897, -53.1745], "rotation": [32.77726, 21.01042, 4.71779], "uv": [136, 247]} + ] + }, + { + "name": "nose", + "parent": "stupid", + "pivot": [-2, 84.23316, -79.14133], + "rotation": [17.5, 0, 0], + "cubes": [ + {"origin": [-3, 77.43936, -71.39311], "size": [6, 7, 6], "inflate": 0.1, "pivot": [0, 80.93936, -68.39311], "rotation": [14.68941, -43.54513, -10.19126], "uv": [76, 313]} + ] + }, + { + "name": "teeth", + "parent": "stupid", + "pivot": [0.5, 77.23316, -49.64133] + }, + { + "name": "teeths3", + "parent": "teeth", + "pivot": [-0.5, 77.23316, -49.64133], + "cubes": [ + {"origin": [6.5, 80.73316, -61.14133], "size": [0, 2, 2], "pivot": [7, 80.73316, -60.64133], "rotation": [-45, 45, 0], "uv": [222, 331]}, + {"origin": [4.5, 80.73316, -63.14133], "size": [0, 2, 2], "pivot": [5, 80.73316, -62.64133], "rotation": [-45, 45, 0], "uv": [20, 332]}, + {"origin": [2.5, 80.73316, -65.14133], "size": [0, 2, 2], "pivot": [3, 80.73316, -64.64133], "rotation": [-45, 45, 0], "uv": [332, 113]}, + {"origin": [0.5, 80.73316, -67.14133], "size": [0, 2, 2], "pivot": [1, 80.73316, -66.64133], "rotation": [-45, 45, 0], "uv": [332, 181]} + ] + }, + { + "name": "teeths2", + "parent": "teeth", + "pivot": [0.5, 77.23316, -49.64133], + "cubes": [ + {"origin": [-6.5, 80.73316, -61.14133], "size": [0, 2, 2], "pivot": [-7, 80.73316, -60.64133], "rotation": [-45, -45, 0], "uv": [302, 223]}, + {"origin": [-4.5, 80.73316, -63.14133], "size": [0, 2, 2], "pivot": [-5, 80.73316, -62.64133], "rotation": [-45, -45, 0], "uv": [302, 227]}, + {"origin": [-2.5, 80.73316, -65.14133], "size": [0, 2, 2], "pivot": [-3, 80.73316, -64.64133], "rotation": [-45, -45, 0], "uv": [132, 313]}, + {"origin": [-0.5, 80.73316, -67.14133], "size": [0, 2, 2], "pivot": [-1, 80.73316, -66.64133], "rotation": [-45, -45, 0], "uv": [132, 317]} + ] + }, + { + "name": "eyes2", + "parent": "JAWTOP", + "pivot": [7.6827, 86.35067, -60.39724], + "rotation": [-11.45534, 1.07094, 4.83065], + "cubes": [ + {"origin": [7.63619, 84.45619, -61.69199], "size": [1, 4, 4], "pivot": [8.20763, 85.93466, -60.1254], "rotation": [34.65747, 43.16811, 6.6271], "uv": [302, 330]}, + {"origin": [7.69331, 86.047, -61.26223], "size": [1, 2, 2], "pivot": [8.16589, 87.02557, -60.19687], "rotation": [34.05052, 42.34567, 5.86148], "uv": [310, 159]}, + {"origin": [7.99331, 86.197, -61.69223], "size": [1, 2, 2], "inflate": -0.4, "pivot": [8.46589, 87.17557, -60.62687], "rotation": [34.05052, 42.34567, 5.86148], "uv": [314, 44]}, + {"origin": [6.39943, 84.61897, -62.34257], "size": [1, 3, 2], "pivot": [7.14943, 85.61897, -61.34257], "rotation": [34.05052, 42.34567, 5.86148], "uv": [134, 113]}, + {"origin": [8.38553, 86.10557, -60.39433], "size": [1, 3, 3], "pivot": [8.88553, 87.10557, -59.39433], "rotation": [34.05052, 42.34567, 5.86148], "uv": [302, 232]}, + {"origin": [8.38553, 87.10557, -57.39433], "size": [1, 1, 1], "pivot": [8.88553, 87.10557, -59.39433], "rotation": [34.05052, 42.34567, 5.86148], "uv": [134, 118]} + ] + }, + { + "name": "eyelid2", + "parent": "eyes2", + "pivot": [9.20763, 85.93466, -60.1254], + "cubes": [ + {"origin": [6.93619, 84.45619, -63.69199], "size": [1, 4, 7], "pivot": [7.50763, 85.93466, -60.1254], "rotation": [34.65747, 43.16811, 6.6271], "uv": [316, 181]} + ] + }, + { + "name": "eyes3", + "parent": "JAWTOP", + "pivot": [-7.6827, 86.35067, -60.39724], + "rotation": [-11.45534, -1.07094, -4.83065], + "cubes": [ + {"origin": [-8.63619, 84.45619, -61.69199], "size": [1, 4, 4], "pivot": [-8.20763, 85.93466, -60.1254], "rotation": [34.65747, -43.16811, -6.6271], "uv": [40, 331]}, + {"origin": [-8.69331, 86.047, -61.26223], "size": [1, 2, 2], "pivot": [-8.16589, 87.02557, -60.19687], "rotation": [34.05052, -42.34567, -5.86148], "uv": [40, 326]}, + {"origin": [-8.99331, 86.197, -61.69223], "size": [1, 2, 2], "inflate": -0.4, "pivot": [-8.46589, 87.17557, -60.62687], "rotation": [34.05052, -42.34567, -5.86148], "uv": [236, 330]}, + {"origin": [-7.39943, 84.61897, -62.34257], "size": [1, 3, 2], "pivot": [-7.14943, 85.61897, -61.34257], "rotation": [34.05052, -42.34567, -5.86148], "uv": [310, 19]}, + {"origin": [-9.38553, 86.10557, -60.39433], "size": [1, 3, 3], "pivot": [-8.88553, 87.10557, -59.39433], "rotation": [34.05052, -42.34567, -5.86148], "uv": [200, 329]}, + {"origin": [-9.38553, 87.10557, -57.39433], "size": [1, 1, 1], "pivot": [-8.88553, 87.10557, -59.39433], "rotation": [34.05052, -42.34567, -5.86148], "uv": [92, 202]} + ] + }, + { + "name": "eyelid1", + "parent": "eyes3", + "pivot": [-9.20763, 85.93466, -60.1254], + "cubes": [ + {"origin": [-7.90619, 84.45619, -63.69199], "size": [1, 4, 7], "pivot": [-7.47763, 85.93466, -60.1254], "rotation": [34.65747, -43.16811, -6.6271], "uv": [132, 322]} + ] + }, + { + "name": "JAWBOT", + "parent": "head", + "pivot": [0.5, 78.23316, -50.29133], + "rotation": [17.5, 0, 0], + "cubes": [ + {"origin": [-0.37, 74.42316, -56.86133], "size": [12.5, 7, 12], "inflate": -0.1, "pivot": [0, 79.92316, -50.61133], "rotation": [-9, 0, 0], "uv": [93, 169]}, + {"origin": [-12.13, 74.42316, -56.86133], "size": [12.5, 7, 12], "inflate": -0.11, "pivot": [0, 79.92316, -50.61133], "rotation": [-9, 0, 0], "uv": [243, 270]}, + {"origin": [-6, 80.73316, -60.29133], "size": [11.5, 3.5, 12], "uv": [92, 187]}, + {"origin": [-11.54594, 75.73316, -66.00885], "size": [17, 7, 17], "pivot": [-2.82843, 82.23316, -53.29133], "rotation": [0, -45, 0], "uv": [68, 247]} + ] + }, + { + "name": "teeths", + "parent": "JAWBOT", + "pivot": [0.5, 78.23316, -50.29133], + "cubes": [ + {"origin": [-6.5, 81.73316, -61.79133], "size": [0, 2, 2], "pivot": [-7, 81.73316, -61.29133], "rotation": [-45, -45, 0], "uv": [238, 272]}, + {"origin": [-4.5, 81.73316, -63.79133], "size": [0, 2, 2], "pivot": [-5, 81.73316, -63.29133], "rotation": [-45, -45, 0], "uv": [238, 276]}, + {"origin": [-2.5, 81.73316, -65.79133], "size": [0, 2, 2], "pivot": [-3, 81.73316, -65.29133], "rotation": [-45, -45, 0], "uv": [238, 280]}, + {"origin": [-0.5, 81.73316, -67.79133], "size": [0, 2, 2], "pivot": [-1, 81.73316, -67.29133], "rotation": [-45, -45, 0], "uv": [238, 284]} + ] + }, + { + "name": "teeths4", + "parent": "teeths", + "pivot": [-8.5, 78.23316, -57.79133], + "rotation": [0, -90, 0], + "cubes": [ + {"origin": [-15.5, 81.73316, -69.29133], "size": [0, 2, 2], "pivot": [-16, 81.73316, -68.79133], "rotation": [-45, -45, 0], "uv": [184, 322]}, + {"origin": [-13.5, 81.73316, -71.29133], "size": [0, 2, 2], "pivot": [-14, 81.73316, -70.79133], "rotation": [-45, -45, 0], "uv": [312, 330]}, + {"origin": [-11.5, 81.73316, -73.29133], "size": [0, 2, 2], "pivot": [-12, 81.73316, -72.79133], "rotation": [-45, -45, 0], "uv": [60, 331]}, + {"origin": [-9.5, 81.73316, -75.29133], "size": [0, 2, 2], "pivot": [-10, 81.73316, -74.79133], "rotation": [-45, -45, 0], "uv": [218, 331]} + ] + }, + { + "name": "hands", + "parent": "tophalf", + "pivot": [-31, -6.5, 1.9] + }, + { + "name": "lshoulder", + "parent": "hands", + "pivot": [14, 64, -15.1], + "rotation": [53.99702, 21.3335, 28.03525], + "cubes": [ + {"origin": [9, 58.5, -22.1], "size": [19, 15, 15], "pivot": [12, 64, -15.35], "rotation": [-90, 0, 0], "uv": [242, 239]} + ] + }, + { + "name": "lforearm", + "parent": "lshoulder", + "pivot": [26.5, 61, -15.6], + "rotation": [0, 25, 0], + "cubes": [ + {"origin": [24, 55, -18.1], "size": [16, 17, 9], "uv": [260, 0]} + ] + }, + { + "name": "lhand", + "parent": "lforearm", + "pivot": [35.81242, 61.51486, -15.7561], + "rotation": [0, 20, 0], + "cubes": [ + {"origin": [34.81242, 52.51486, -18.7561], "size": [24, 22, 11], "uv": [172, 239]} + ] + }, + { + "name": "lfinge", + "parent": "lhand", + "pivot": [15.81242, 129.51486, -2.7561], + "rotation": [0, 0, 177.5], + "cubes": [ + {"origin": [-29.68758, 186.01486, -16.7561], "size": [9, 5, 5], "uv": [312, 93], "mirror": true}, + {"origin": [-32.18758, 186.51486, -19.7561], "size": [5, 4, 4], "pivot": [-40.68758, 185.51486, -19.0061], "rotation": [0, -15, 0], "uv": [148, 322], "mirror": true}, + {"origin": [-34.18758, 187.01486, -22.7561], "size": [5, 3, 3], "pivot": [-42.68758, 186.01486, -22.0061], "rotation": [0, -27.5, 0], "uv": [282, 44], "mirror": true}, + {"origin": [-32.18758, 194.51486, -19.7561], "size": [5, 4, 4], "pivot": [-40.68758, 193.51486, -19.0061], "rotation": [0, -15, 0], "uv": [48, 323], "mirror": true}, + {"origin": [-34.18758, 195.01486, -22.7561], "size": [5, 3, 3], "pivot": [-42.68758, 194.01486, -22.0061], "rotation": [0, -27.5, 0], "uv": [276, 329], "mirror": true}, + {"origin": [-29.68758, 194.01486, -16.7561], "size": [9, 5, 5], "uv": [312, 103], "mirror": true}, + {"origin": [-28.68758, 201.01486, -17.7561], "size": [9, 5, 5], "uv": [48, 313], "mirror": true}, + {"origin": [-32.18758, 201.51486, -20.7561], "size": [5, 4, 4], "pivot": [-40.68758, 200.51486, -20.0061], "rotation": [0, -15, 0], "uv": [208, 323], "mirror": true}, + {"origin": [-34.18758, 202.01486, -23.7561], "size": [5, 3, 3], "pivot": [-42.68758, 201.01486, -23.0061], "rotation": [0, -27.5, 0], "uv": [148, 330], "mirror": true} + ] + }, + { + "name": "lthum", + "parent": "lfinge", + "pivot": [-33.18758, 178.51486, -29.0061], + "rotation": [-51.82753, -23.06707, -46.43707], + "cubes": [ + {"origin": [-18.68758, 178.51486, -23.2561], "size": [8, 5, 5], "uv": [218, 313], "mirror": true}, + {"origin": [-20.18758, 179.01486, -27.2561], "size": [5, 4, 4], "pivot": [-28.68758, 178.01486, -26.5061], "rotation": [0, -22.5, 0], "uv": [166, 322], "mirror": true}, + {"origin": [-22.18758, 179.51486, -30.7561], "size": [5, 3, 3], "pivot": [-30.68758, 178.51486, -30.0061], "rotation": [0, -35, 0], "uv": [298, 44], "mirror": true} + ] + }, + { + "name": "rshoulder", + "parent": "hands", + "pivot": [-14, 64, -15.1], + "rotation": [53.99702, -21.3335, -28.03525], + "cubes": [ + {"origin": [-28, 58.5, -22.1], "size": [19, 15, 15], "pivot": [-12, 64, -15.35], "rotation": [-90, 0, 0], "uv": [242, 239], "mirror": true} + ] + }, + { + "name": "rforearm", + "parent": "rshoulder", + "pivot": [-26.5, 61, -15.6], + "rotation": [0, -25, 0], + "cubes": [ + {"origin": [-40, 55, -18.1], "size": [16, 17, 9], "uv": [260, 0], "mirror": true} + ] + }, + { + "name": "rhand", + "parent": "rforearm", + "pivot": [-35.81242, 61.51486, -15.7561], + "rotation": [0, -20, 0], + "cubes": [ + {"origin": [-58.81242, 52.51486, -18.7561], "size": [24, 22, 11], "uv": [172, 239], "mirror": true} + ] + }, + { + "name": "rfinge", + "parent": "rhand", + "pivot": [-15.81242, 129.51486, -2.7561], + "rotation": [0, 0, -177.5], + "cubes": [ + {"origin": [20.68758, 186.01486, -16.7561], "size": [9, 5, 5], "uv": [312, 93]}, + {"origin": [27.18758, 186.51486, -19.7561], "size": [5, 4, 4], "pivot": [40.68758, 185.51486, -19.0061], "rotation": [0, 15, 0], "uv": [148, 322]}, + {"origin": [29.18758, 187.01486, -22.7561], "size": [5, 3, 3], "pivot": [42.68758, 186.01486, -22.0061], "rotation": [0, 27.5, 0], "uv": [282, 44]}, + {"origin": [27.18758, 194.51486, -19.7561], "size": [5, 4, 4], "pivot": [40.68758, 193.51486, -19.0061], "rotation": [0, 15, 0], "uv": [48, 323]}, + {"origin": [29.18758, 195.01486, -22.7561], "size": [5, 3, 3], "pivot": [42.68758, 194.01486, -22.0061], "rotation": [0, 27.5, 0], "uv": [276, 329]}, + {"origin": [20.68758, 194.01486, -16.7561], "size": [9, 5, 5], "uv": [312, 103]}, + {"origin": [19.68758, 201.01486, -17.7561], "size": [9, 5, 5], "uv": [48, 313]}, + {"origin": [27.18758, 201.51486, -20.7561], "size": [5, 4, 4], "pivot": [40.68758, 200.51486, -20.0061], "rotation": [0, 15, 0], "uv": [208, 323]}, + {"origin": [29.18758, 202.01486, -23.7561], "size": [5, 3, 3], "pivot": [42.68758, 201.01486, -23.0061], "rotation": [0, 27.5, 0], "uv": [148, 330]} + ] + }, + { + "name": "rthum", + "parent": "rfinge", + "pivot": [33.18758, 178.51486, -29.0061], + "rotation": [-51.82753, 23.06707, 46.43707], + "cubes": [ + {"origin": [10.68758, 178.51486, -23.2561], "size": [8, 5, 5], "uv": [218, 313]}, + {"origin": [15.18758, 179.01486, -27.2561], "size": [5, 4, 4], "pivot": [28.68758, 178.01486, -26.5061], "rotation": [0, 22.5, 0], "uv": [166, 322]}, + {"origin": [17.18758, 179.51486, -30.7561], "size": [5, 3, 3], "pivot": [30.68758, 178.51486, -30.0061], "rotation": [0, 35, 0], "uv": [298, 44]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/growlithe_hisuian.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/growlithe_hisuian.geo.json new file mode 100644 index 0000000..9c70842 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/growlithe_hisuian.geo.json @@ -0,0 +1,516 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.growlithe", + "texture_width": 64, + "texture_height": 128, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "growlithe", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "growlithe", + "pivot": [0, 10, -1.5] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 10, 3], + "cubes": [ + {"origin": [-3.5, 6, -2], "size": [7, 7, 8], "uv": [22, 22]} + ] + }, + { + "name": "upper_torso", + "parent": "torso", + "pivot": [0, 10, -1.5], + "cubes": [ + {"origin": [-4, 5, -7.5], "size": [8, 8, 7], "inflate": 0.01, "uv": [0, 15]} + ] + }, + { + "name": "neck", + "parent": "upper_torso", + "pivot": [0, 10.25, -4.5], + "rotation": [30, 0, 0] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 14.25, -5], + "rotation": [-30, 0, 0], + "cubes": [ + {"origin": [-3.5, 12.25, -8.5], "size": [7, 7, 7], "uv": [23, 8]}, + {"origin": [-2.5, 12.45, -8.51], "size": [5, 1, 0], "uv": [52, 40]}, + {"origin": [-1, 18.25, -8.5], "size": [2, 1, 0], "inflate": 0.01, "uv": [28, 7]}, + {"origin": [-3, 13.25, -10.5], "size": [6, 2, 2], "pivot": [0, 13.25, -8.5], "rotation": [-2.5, 0, 0], "uv": [21, 0]} + ] + }, + { + "name": "eyes_open", + "parent": "head", + "pivot": [0, 15, -7.5] + }, + { + "name": "right_eye", + "parent": "eyes_open", + "pivot": [-2.5, 16, -8], + "cubes": [ + {"origin": [-3.5, 15, -8.5], "size": [2, 2, 2], "inflate": 0.01, "uv": [8, 36]}, + {"origin": [-3, 15.5, -8.52], "size": [1, 1, 0], "uv": [4, 1]} + ] + }, + { + "name": "right_eyelid", + "parent": "eyes_open", + "pivot": [-2.4, 16, -7.9], + "cubes": [ + {"origin": [-3.4, 15, -8.4], "size": [2, 2, 2], "inflate": 0.03, "uv": [16, 35]} + ] + }, + { + "name": "left_eye", + "parent": "eyes_open", + "pivot": [2.5, 16, -8], + "cubes": [ + {"origin": [1.5, 15, -8.5], "size": [2, 2, 2], "inflate": 0.01, "uv": [0, 36]}, + {"origin": [2, 15.5, -8.52], "size": [1, 1, 0], "uv": [4, 0]} + ] + }, + { + "name": "left_eyelid", + "parent": "eyes_open", + "pivot": [2.4, 16, -7.9], + "cubes": [ + {"origin": [1.4, 15, -8.4], "size": [2, 2, 2], "inflate": 0.03, "uv": [14, 39]} + ] + }, + { + "name": "jaw", + "parent": "head", + "pivot": [0, 13.25, -8], + "rotation": [-12.5, 0, 0], + "cubes": [ + {"origin": [-2.5, 12.2737, -10.03356], "size": [5, 1, 2], "inflate": 0.01, "uv": [21, 4]} + ] + }, + { + "name": "right_ear", + "parent": "head", + "pivot": [-3.5, 17.75, -4.75], + "rotation": [2.83677, 30.72046, 10.29169], + "cubes": [ + {"origin": [-7.5, 13.75, -4.75], "size": [5, 5, 0], "uv": [37, 0]} + ] + }, + { + "name": "left_ear", + "parent": "head", + "pivot": [3.5, 17.75, -4.75], + "rotation": [2.83677, -30.72046, -10.29169], + "cubes": [ + {"origin": [2.5, 13.75, -4.75], "size": [5, 5, 0], "uv": [37, 0], "mirror": true} + ] + }, + { + "name": "head_fluff", + "parent": "head", + "pivot": [0, 19.25, -6.5], + "cubes": [ + {"origin": [-3.5, 16.25, -8.5], "size": [7, 4, 7], "inflate": 0.03, "uv": [36, 64]}, + {"origin": [0, 18.25, -6.5], "size": [0, 4, 3], "uv": [56, 53]}, + {"origin": [1.5, 18.25, -8], "size": [0, 4, 3], "pivot": [0, 19.25, -6.5], "rotation": [-180, -87.5, 180], "uv": [56, 53]}, + {"origin": [0.7, 15, -9.25], "size": [4, 3, 2], "inflate": 0.03, "pivot": [2, 17.25, -8.5], "rotation": [0, 0, 47.5], "uv": [42, 84]}, + {"origin": [-4.7, 15, -9.25], "size": [4, 3, 2], "inflate": 0.03, "pivot": [-2, 17.25, -8.5], "rotation": [0, 0, -47.5], "uv": [52, 81], "mirror": true}, + {"origin": [-4.9, 14.75, -8], "size": [1, 2, 2], "inflate": 0.03, "pivot": [0, 19.25, -6.5], "rotation": [0, 0, -12.5], "uv": [58, 59], "mirror": true}, + {"origin": [3.9, 14.75, -8], "size": [1, 2, 2], "inflate": 0.03, "pivot": [0, 19.25, -6.5], "rotation": [0, 0, 12.5], "uv": [58, 63]} + ] + }, + { + "name": "bone", + "parent": "head_fluff", + "pivot": [4, 15.25, -3.5], + "cubes": [ + {"origin": [1.5, 12.25, -6.5], "size": [3, 3, 3], "inflate": 0.03, "pivot": [4, 15.25, -3.5], "rotation": [21.17283, -18.74724, -7.09597], "uv": [52, 75]}, + {"origin": [2, 12.75, -3.5], "size": [3, 3, 3], "inflate": 0.03, "pivot": [4, 15.25, -3.5], "rotation": [20, 0, 0], "uv": [30, 78]}, + {"origin": [-0.5, 13.75, -2.5], "size": [3, 3, 3], "inflate": 0.03, "pivot": [4, 15.25, -3.5], "rotation": [0, 10, 0], "uv": [30, 84]} + ] + }, + { + "name": "bone2", + "parent": "head_fluff", + "pivot": [-4, 15.25, -3.5], + "cubes": [ + {"origin": [-4.5, 12.25, -6.5], "size": [3, 3, 3], "inflate": 0.03, "pivot": [-4, 15.25, -3.5], "rotation": [21.17283, 18.74724, 7.09597], "uv": [52, 75], "mirror": true}, + {"origin": [-5, 12.75, -3.5], "size": [3, 3, 3], "inflate": 0.03, "pivot": [-4, 15.25, -3.5], "rotation": [20, 0, 0], "uv": [30, 78], "mirror": true}, + {"origin": [-2.5, 13.75, -2.5], "size": [3, 3, 3], "inflate": 0.03, "pivot": [-4, 15.25, -3.5], "rotation": [0, -10, 0], "uv": [30, 84], "mirror": true} + ] + }, + { + "name": "teeth", + "parent": "head", + "pivot": [0, 14.4, -4.75] + }, + { + "name": "left_tooth", + "parent": "teeth", + "pivot": [2.15, 13.5, -9.65], + "cubes": [ + {"origin": [1.65, 13, -9.65], "size": [1, 1, 0], "pivot": [2.15, 13.5, -9.65], "rotation": [-33.16757, -28.26351, 54.0759], "uv": [0, 73]} + ] + }, + { + "name": "right_tooth", + "parent": "teeth", + "pivot": [-2.15, 13.5, -9.65], + "cubes": [ + {"origin": [-2.65, 13, -9.65], "size": [1, 1, 0], "pivot": [-2.15, 13.5, -9.65], "rotation": [-33.16757, 28.26351, -54.0759], "uv": [0, 73], "mirror": true} + ] + }, + { + "name": "chest_fluff", + "parent": "upper_torso", + "pivot": [0, 9.9, -6.5], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-3, 4.9, -9], "size": [6, 7, 3], "inflate": 0.01, "uv": [29, 47]}, + {"origin": [-1.5, 4.98724, -10.9981], "size": [3, 3, 3], "inflate": 0.01, "pivot": [0, 9.9, -6.5], "rotation": [10, 0, 0], "uv": [27, 72]} + ] + }, + { + "name": "bone4", + "parent": "chest_fluff", + "pivot": [0, 0, 1], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [-1, 7.15, -9.21], "size": [1, 2, 0], "uv": [62, 67]}, + {"origin": [-0.5, 7.15, -9.21], "size": [1, 2, 0], "uv": [62, 67]}, + {"origin": [0, 7.7, -9.22], "size": [1, 1, 0], "uv": [2, 2]}, + {"origin": [-1.5, 6.75, -9.2], "size": [2, 2, 0], "uv": [60, 0]}, + {"origin": [-1, 6.75, -9.2], "size": [2, 2, 0], "uv": [60, 0]} + ] + }, + { + "name": "bone6", + "parent": "chest_fluff", + "pivot": [0, 9.9, -6.5], + "rotation": [14.0019, 44.136, 9.8511], + "cubes": [ + {"origin": [-1.5, 4.98724, -10.9981], "size": [3, 3, 3], "uv": [40, 75], "mirror": true} + ] + }, + { + "name": "bone9", + "parent": "bone6", + "pivot": [0, -1, -1], + "cubes": [ + {"origin": [-1, 5.95, -11.03], "size": [1, 2, 0], "uv": [62, 67]}, + {"origin": [-0.5, 5.95, -11.03], "size": [1, 2, 0], "uv": [62, 67]}, + {"origin": [0, 6.5, -11.04], "size": [1, 1, 0], "uv": [2, 2]}, + {"origin": [-1.5, 5.5, -11], "size": [2, 2, 0], "uv": [60, 0]}, + {"origin": [-1, 5.5, -11.02], "size": [2, 2, 0], "uv": [60, 0]} + ] + }, + { + "name": "bone7", + "parent": "chest_fluff", + "pivot": [0, 9.9, -6.5], + "rotation": [14.0019, -44.136, -9.8511], + "cubes": [ + {"origin": [-1.5, 4.98724, -10.9981], "size": [3, 3, 3], "uv": [40, 75], "mirror": true} + ] + }, + { + "name": "bone8", + "parent": "bone7", + "pivot": [0, -1, -1], + "cubes": [ + {"origin": [-0.5, 5.95, -11.03], "size": [1, 2, 0], "uv": [62, 67], "mirror": true}, + {"origin": [-1, 5.95, -11.03], "size": [1, 2, 0], "uv": [62, 67], "mirror": true}, + {"origin": [0, 6.5, -11.04], "size": [1, 1, 0], "uv": [2, 2], "mirror": true}, + {"origin": [-1, 5.5, -11], "size": [2, 2, 0], "uv": [60, 0], "mirror": true}, + {"origin": [-1.5, 5.5, -11.02], "size": [2, 2, 0], "uv": [60, 0], "mirror": true} + ] + }, + { + "name": "left_chest_fluff", + "parent": "chest_fluff", + "pivot": [3, 7.9, -8], + "rotation": [0, -45, 0] + }, + { + "name": "right_chest_fluff", + "parent": "chest_fluff", + "pivot": [-3, 7.9, -8], + "rotation": [0, 45, 0] + }, + { + "name": "bottom_chest_fluff", + "parent": "chest_fluff", + "pivot": [0, 4.9, -8], + "rotation": [22.5, 0, 0] + }, + { + "name": "front_chest_fluff", + "parent": "chest_fluff", + "pivot": [0, 9.9, -9], + "rotation": [-15, 0, 0] + }, + { + "name": "front_chest_fluff2", + "parent": "chest_fluff", + "pivot": [0, 7.4, -9], + "rotation": [-15, 0, 0] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 12.5, 5.5], + "rotation": [-45, 0, 0], + "cubes": [ + {"origin": [-3, 11.5, 3], "size": [6, 5, 5], "inflate": 0.05, "uv": [3, 2]} + ] + }, + { + "name": "bone3", + "parent": "tail", + "pivot": [0, 13.5, 6.5], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [-1.5, 15.32308, 2.5], "size": [3, 3, 3], "inflate": 0.051, "pivot": [0, 15.5, 2.5], "rotation": [60, 0, 0], "uv": [51, 4]}, + {"origin": [-1.5, 14, 3.5], "size": [3, 6, 3], "inflate": 0.05, "pivot": [0, 13.5, 6.5], "rotation": [37.5, 0, 0], "uv": [15, 73]} + ] + }, + { + "name": "bone5", + "parent": "bone3", + "pivot": [11, 13.69615, 8.52628], + "rotation": [90, 30, 90], + "cubes": [ + {"origin": [10, 20.1, -0.91], "size": [1, 2, 0], "uv": [62, 67]}, + {"origin": [10.5, 20.1, -0.91], "size": [1, 2, 0], "uv": [62, 67]}, + {"origin": [11, 21, -0.9], "size": [1, 1, 0], "uv": [1, 2]}, + {"origin": [9.5, 19.6, -0.92], "size": [2, 2, 0], "uv": [60, 0]}, + {"origin": [9.5, 20.6, -0.92], "size": [2, 2, 0], "uv": [60, 2]}, + {"origin": [10, 19.6, -0.915], "size": [2, 2, 0], "uv": [60, 0]} + ] + }, + { + "name": "bone10", + "parent": "bone3", + "pivot": [-11, 13.69615, 8.52628], + "rotation": [90, -30, -90], + "cubes": [ + {"origin": [-11, 20.1, -0.91], "size": [1, 2, 0], "uv": [62, 67], "mirror": true}, + {"origin": [-11.5, 20.1, -0.91], "size": [1, 2, 0], "uv": [62, 67], "mirror": true}, + {"origin": [-12, 21, -0.9], "size": [1, 1, 0], "uv": [1, 2], "mirror": true}, + {"origin": [-11.5, 19.6, -0.92], "size": [2, 2, 0], "uv": [60, 0], "mirror": true}, + {"origin": [-11.5, 20.6, -0.92], "size": [2, 2, 0], "uv": [60, 2], "mirror": true}, + {"origin": [-12, 19.6, -0.915], "size": [2, 2, 0], "uv": [60, 0], "mirror": true} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 19.5, 2], + "rotation": [-65, 0, 0], + "cubes": [ + {"origin": [-2, 19.5, 3], "size": [4, 4, 4], "inflate": 0.05, "uv": [0, 81]} + ] + }, + { + "name": "tail_fluff", + "parent": "tail2", + "pivot": [0, 21.5, 7.5], + "rotation": [-20, 0, 0], + "cubes": [ + {"origin": [-1, 16, 5], "size": [2, 3, 3], "inflate": 0.051, "pivot": [0, 12.5, 5.5], "rotation": [45, 0, 0], "uv": [44, 1]}, + {"origin": [-1, 12.5, -2], "size": [2, 5, 3], "inflate": 0.05, "pivot": [0, 7.5, 10.5], "rotation": [-22.5, 0, 0], "uv": [5, 73]} + ] + }, + { + "name": "bone11", + "parent": "tail_fluff", + "pivot": [11, 20.69615, 8.52628], + "rotation": [90, -45, 90], + "cubes": [ + {"origin": [9, 27.1, -1.41], "size": [1, 2, 0], "uv": [62, 67]}, + {"origin": [9.5, 27.1, -1.41], "size": [1, 2, 0], "uv": [62, 67]}, + {"origin": [8.5, 27.6, -1.4], "size": [1, 1, 0], "uv": [1, 2]}, + {"origin": [8.5, 26.6, -1.42], "size": [2, 2, 0], "uv": [60, 0]}, + {"origin": [10, 27.15, -1.42], "size": [2, 2, 0], "uv": [60, 2]}, + {"origin": [9, 26.6, -1.42], "size": [2, 2, 0], "uv": [60, 0]} + ] + }, + { + "name": "bone12", + "parent": "tail_fluff", + "pivot": [-11, 20.69615, 8.52628], + "rotation": [90, 45, -90], + "cubes": [ + {"origin": [-10, 27.1, -1.41], "size": [1, 2, 0], "uv": [62, 67], "mirror": true}, + {"origin": [-10.5, 27.1, -1.41], "size": [1, 2, 0], "uv": [62, 67], "mirror": true}, + {"origin": [-9.5, 27.6, -1.4], "size": [1, 1, 0], "uv": [1, 2], "mirror": true}, + {"origin": [-10.5, 26.6, -1.42], "size": [2, 2, 0], "uv": [60, 0], "mirror": true}, + {"origin": [-12, 27.15, -1.42], "size": [2, 2, 0], "uv": [60, 2], "mirror": true}, + {"origin": [-11, 26.6, -1.42], "size": [2, 2, 0], "uv": [60, 0], "mirror": true} + ] + }, + { + "name": "left_tail_fluff", + "parent": "tail2", + "pivot": [1.5, 26.5, 3.5], + "rotation": [20, 0, 0] + }, + { + "name": "right_tail_fluff", + "parent": "tail2", + "pivot": [-1.5, 26.5, 3.5], + "rotation": [20, 0, 0] + }, + { + "name": "left_shoulder", + "parent": "body", + "pivot": [3.25, 9, -4.5], + "cubes": [ + {"origin": [1.75, 4.75, -6], "size": [3, 6, 3], "uv": [12, 64]} + ] + }, + { + "name": "left_elbow", + "parent": "left_shoulder", + "pivot": [3.25, 4.75, -3], + "cubes": [ + {"origin": [1.75, 0.75, -6], "size": [3, 4, 3], "inflate": 0.01, "uv": [9, 57]} + ] + }, + { + "name": "left_frontpaw", + "parent": "left_elbow", + "pivot": [3.25, 1.75, -4.5], + "cubes": [ + {"origin": [1.75, 0, -6.25], "size": [3, 2, 3], "inflate": 0.02, "uv": [21, 57]} + ] + }, + { + "name": "left_front_claws", + "parent": "left_frontpaw", + "pivot": [3.25, 0, -6.25], + "cubes": [ + {"origin": [4.25, 0, -8.25], "size": [0, 2, 2], "uv": [0, 40]}, + {"origin": [2.25, 0, -8.25], "size": [0, 2, 2], "uv": [40, 37]} + ] + }, + { + "name": "right_shoulder", + "parent": "body", + "pivot": [-3.25, 9, -4.5], + "cubes": [ + {"origin": [-4.75, 4.75, -6], "size": [3, 6, 3], "uv": [0, 51]} + ] + }, + { + "name": "right_elbow", + "parent": "right_shoulder", + "pivot": [-3.25, 4.75, -3], + "cubes": [ + {"origin": [-4.75, 0.75, -6], "size": [3, 4, 3], "inflate": 0.01, "uv": [52, 28]} + ] + }, + { + "name": "right_frontpaw", + "parent": "right_elbow", + "pivot": [-3.25, 1.75, -4.5], + "cubes": [ + {"origin": [-4.75, 0, -6.25], "size": [3, 2, 3], "inflate": 0.02, "uv": [0, 61]} + ] + }, + { + "name": "right_front_claws", + "parent": "right_frontpaw", + "pivot": [-3.25, 0, -6.25], + "cubes": [ + {"origin": [-4.25, 0, -8.25], "size": [0, 2, 2], "uv": [40, 35]}, + {"origin": [-2.25, 0, -8.25], "size": [0, 2, 2], "uv": [0, 38]} + ] + }, + { + "name": "left_thigh", + "parent": "body", + "pivot": [3.5, 9.25, 3.25], + "cubes": [ + {"origin": [2, 5.5, 1], "size": [3, 6, 5], "inflate": 0.01, "uv": [13, 46]} + ] + }, + { + "name": "left_knee", + "parent": "left_thigh", + "pivot": [3.5, 5.5, 1], + "rotation": [45, 0, 0], + "cubes": [ + {"origin": [2, 0.5, 1], "size": [3, 5, 4], "uv": [24, 62]} + ] + }, + { + "name": "left_ankle", + "parent": "left_knee", + "pivot": [3.5, 0.5, 5], + "rotation": [-45, 0, 0], + "cubes": [ + {"origin": [2, -3.5, 2], "size": [3, 4, 3], "inflate": -0.01, "uv": [44, 56]} + ] + }, + { + "name": "left_foot", + "parent": "left_ankle", + "pivot": [3.5, -3.25, 3.5], + "cubes": [ + {"origin": [2, -4.25, 1.25], "size": [3, 2, 3], "inflate": 0.02, "uv": [52, 35]} + ] + }, + { + "name": "right_thigh", + "parent": "body", + "pivot": [-3.5, 9.25, 3.25], + "cubes": [ + {"origin": [-5, 5.5, 1], "size": [3, 6, 5], "inflate": 0.01, "uv": [46, 17]} + ] + }, + { + "name": "right_knee", + "parent": "right_thigh", + "pivot": [-3.5, 5.5, 1], + "rotation": [45, 0, 0], + "cubes": [ + {"origin": [-5, 0.5, 1], "size": [3, 5, 4], "uv": [47, 47]} + ] + }, + { + "name": "right_ankle", + "parent": "right_knee", + "pivot": [-3.5, 0.5, 5], + "rotation": [-45, 0, 0], + "cubes": [ + {"origin": [-5, -3.5, 2], "size": [3, 4, 3], "inflate": -0.01, "uv": [0, 66]} + ] + }, + { + "name": "right_foot", + "parent": "right_ankle", + "pivot": [-3.5, -3.25, 3.5], + "cubes": [ + {"origin": [-5, -4.25, 1.25], "size": [3, 2, 3], "inflate": 0.02, "uv": [44, 10]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/guzzlord/guzzlord.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/guzzlord/guzzlord.geo.json new file mode 100644 index 0000000..5b35a58 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/guzzlord/guzzlord.geo.json @@ -0,0 +1,478 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.guzzlord", + "texture_width": 2048, + "texture_height": 1024, + "visible_bounds_width": 50, + "visible_bounds_height": 22, + "visible_bounds_offset": [0, 8, 0] + }, + "bones": [ + { + "name": "all", + "pivot": [0, 0, 0] + }, + { + "name": "rotation", + "parent": "all", + "pivot": [0, 0, 0], + "rotation": [0, 180, 0] + }, + { + "name": "body", + "parent": "rotation", + "pivot": [0, 43.425, -2.47222], + "cubes": [ + {"origin": [-86, 168.75, 36.5], "size": [172, 0, 44], "uv": [-44, 936]}, + {"origin": [86, 17, 36.5], "size": [0, 152, 44], "uv": [936, 676]}, + {"origin": [-86, 17, 36.5], "size": [0, 152, 44], "uv": [936, 524]}, + {"origin": [-86, 30.9, 36.5], "size": [172, 0, 44], "uv": [-44, 980]}, + {"origin": [-86, 17, -80.5], "size": [172, 152, 161], "uv": [0, 0]}, + {"origin": [-86, 17, 80.5], "size": [172, 152, 0], "uv": [1420, 872]}, + {"origin": [26, 11, -11.5], "size": [22, 19, 94], "uv": [618, 629]}, + {"origin": [34, 15, 80.5], "size": [6, 35, 4], "uv": [756, 684]}, + {"origin": [37, 13, 82.5], "size": [0, 35, 12], "uv": [776, 676]}, + {"origin": [-11, 11, -11.5], "size": [22, 19, 94], "uv": [618, 629]}, + {"origin": [-3, 15, 80.5], "size": [6, 35, 4], "uv": [756, 684]}, + {"origin": [0, 13, 82.5], "size": [0, 35, 12], "uv": [776, 676]}, + {"origin": [-48, 11, -11.5], "size": [22, 19, 94], "uv": [618, 629]}, + {"origin": [-40, 15, 80.5], "size": [6, 35, 4], "uv": [756, 684]}, + {"origin": [-37, 13, 82.5], "size": [0, 35, 12], "uv": [776, 676]}, + {"origin": [0, 133, -119.5], "size": [0, 110, 125], "uv": [0, 348]}, + {"origin": [-86, 17, 36.5], "size": [172, 152, 0], "uv": [680, 872]}, + {"origin": [-64, 169, -52.5], "size": [128, 27, 133], "uv": [0, 313]} + ] + }, + { + "name": "wing_small_left", + "parent": "body", + "pivot": [-86, 75, -50.5], + "cubes": [ + {"origin": [-112, 59, -50.5], "size": [26, 33, 0], "uv": [107, 79]} + ] + }, + { + "name": "wing_big_left", + "parent": "body", + "pivot": [-86, 133, -50.5], + "cubes": [ + {"origin": [-112, 115, -50.5], "size": [26, 33, 0], "uv": [0, 717]} + ] + }, + { + "name": "wing_small_right", + "parent": "body", + "pivot": [86, 75, -50.5], + "cubes": [ + {"origin": [86, 59, -50.5], "size": [26, 33, 0], "uv": [107, 0]} + ] + }, + { + "name": "wing_big_right", + "parent": "body", + "pivot": [86, 133, -50.5], + "cubes": [ + {"origin": [86, 115, -50.5], "size": [26, 33, 0], "uv": [389, 313]} + ] + }, + { + "name": "tongue", + "parent": "body", + "pivot": [0, 57.61227, -28.66551], + "cubes": [ + {"origin": [-42, 27, -48.5], "size": [84, 41, 114], "uv": [1024, 869]}, + {"origin": [-41.5, 68, -34.5], "size": [83, 17, 0], "uv": [1138, 845]}, + {"origin": [-42, 68, -18.5], "size": [84, 17, 0], "uv": [1138, 828]}, + {"origin": [-41.5, 68, -1.5], "size": [83, 17, 0], "uv": [1138, 845]}, + {"origin": [-42, 68, 14.5], "size": [84, 17, 0], "uv": [1138, 828]}, + {"origin": [-41.5, 68, 31.5], "size": [83, 17, 0], "uv": [1138, 845]}, + {"origin": [-42, 68, 46.5], "size": [84, 17, 0], "uv": [1138, 828]}, + {"origin": [-41.5, 68, 65.5], "size": [83, 17, 0], "pivot": [0, 68, 65.5], "rotation": [-45, 0, 0], "uv": [1138, 845]}, + {"origin": [-42, 46, 65.5], "size": [84, 17, 0], "pivot": [0, 46, 65.5], "rotation": [-90, 0, 0], "uv": [1138, 828]} + ] + }, + { + "name": "tail_1", + "parent": "body", + "pivot": [0, 82, -80.5], + "cubes": [ + {"origin": [-64, 26, -160.5], "size": [128, 107, 80], "uv": [442, 393]}, + {"origin": [0, 133, -123], "size": [0, 14, 23], "uv": [141, 718]}, + {"origin": [0, 133, -158], "size": [0, 14, 23], "uv": [141, 718]} + ] + }, + { + "name": "tail_2", + "parent": "tail_1", + "pivot": [0, 65, -160.5], + "cubes": [ + {"origin": [-41.5, 29, -238.5], "size": [83, 77, 78], "uv": [505, 0]}, + {"origin": [0, 106, -197], "size": [0, 14, 23], "uv": [858, 450]}, + {"origin": [0, 106, -227], "size": [0, 8, 15], "uv": [0, 28]} + ] + }, + { + "name": "tail_3", + "parent": "tail_2", + "pivot": [0, 76, -238.5], + "cubes": [ + {"origin": [-25.5, 35, -285.5], "size": [51, 52, 47], "uv": [558, 753]}, + {"origin": [0, 87, -270], "size": [0, 8, 15], "uv": [0, 28]} + ] + }, + { + "name": "tail_4", + "parent": "tail_3", + "pivot": [0, 60.5, -285.5], + "cubes": [ + {"origin": [-16.5, 44, -297.5], "size": [33, 33, 21], "uv": [389, 387]} + ] + }, + { + "name": "tail_5", + "parent": "tail_4", + "pivot": [0, 60.5, -297.5], + "cubes": [ + {"origin": [-30.1, 83, -307], "size": [0, 28, 18], "pivot": [-30.5, 92, -298], "rotation": [-45, -45, 0], "uv": [36, 61]}, + {"origin": [41.52868, 76, -296.62868], "size": [0, 28, 18], "pivot": [41.37868, 106, -286.37868], "rotation": [-45, 45, 0], "uv": [36, 61]}, + {"origin": [-30.5, 31, -358.5], "size": [61, 61, 61], "uv": [0, 595]}, + {"origin": [-60.25, 66.25, -337], "size": [0, 28, 18], "pivot": [-43.25, 79, -328], "rotation": [0, 0, -90], "uv": [36, 61]}, + {"origin": [-44.5, 48, -337], "size": [0, 28, 18], "pivot": [-44.5, 62, -328], "rotation": [0, -90, -90], "uv": [36, 61]}, + {"origin": [0, 92, -337], "size": [0, 28, 18], "pivot": [0, 106, -328], "rotation": [0, -90, 0], "uv": [36, 61]}, + {"origin": [0, 92, -337], "size": [0, 28, 18], "uv": [36, 61]}, + {"origin": [39.85, -11.75, -297.8], "size": [0, 28, 18], "pivot": [40.5, 17, -288.5], "rotation": [-135, 45, 0], "uv": [36, 61]}, + {"origin": [-39.5, -11.25, -298.3], "size": [0, 28, 18], "pivot": [-39.5, 17, -288.5], "rotation": [-135, -45, 0], "uv": [36, 61]}, + {"origin": [0, 3, -337], "size": [0, 28, 18], "pivot": [0, 17, -328], "rotation": [180, -90, 0], "uv": [36, 61]}, + {"origin": [0, 3, -337], "size": [0, 28, 18], "pivot": [0, 17, -328], "rotation": [180, 0, 0], "uv": [36, 61]}, + {"origin": [39.3, -10.5, -375.2], "size": [0, 28, 18], "pivot": [38.5, 17, -367.5], "rotation": [135, -45, 0], "uv": [36, 61]}, + {"origin": [-39.5, -11, -375.6], "size": [0, 28, 18], "pivot": [-39.5, 17, -367.5], "rotation": [135, 45, 0], "uv": [36, 61]}, + {"origin": [0, 48, -381.5], "size": [0, 28, 18], "pivot": [0, 62, -372.5], "rotation": [90, 0, 90], "uv": [36, 61]}, + {"origin": [0, 63.5, -394], "size": [0, 28, 18], "pivot": [0, 76, -371], "rotation": [90, 0, 0], "uv": [36, 61]}, + {"origin": [-39.79289, 77.5, -377.45711], "size": [0, 28, 18], "pivot": [-39.79289, 106, -368.20711], "rotation": [45, 45, 0], "uv": [36, 61]}, + {"origin": [33.93934, 80.80761, -371.06066], "size": [0, 28, 18], "pivot": [33.93934, 96.80761, -362.06066], "rotation": [45, -45, 0], "uv": [36, 61]}, + {"origin": [44.5, 48, -337], "size": [0, 28, 18], "pivot": [44.5, 62, -328], "rotation": [0, 0, 90], "uv": [36, 61]}, + {"origin": [44.5, 48, -337], "size": [0, 28, 18], "pivot": [44.5, 62, -328], "rotation": [0, -90, 90], "uv": [36, 61]} + ] + }, + { + "name": "head_small", + "parent": "body", + "pivot": [0, 196, 30.5], + "cubes": [ + {"origin": [-17, 196, 13.5], "size": [34, 11, 34], "uv": [485, 313]}, + {"origin": [-14, 207, 16.5], "size": [28, 13, 28], "uv": [250, 473]}, + {"origin": [-9, 220, 21.5], "size": [18, 7, 18], "uv": [537, 367]}, + {"origin": [-5, 227, 25.5], "size": [10, 7, 10], "uv": [0, 0]}, + {"origin": [-3, 212, 44.5], "size": [6, 16, 6], "uv": [105, 392]}, + {"origin": [0, 228, 44.5], "size": [0, 8, 6], "uv": [30, 29]}, + {"origin": [-20, 212, 27.5], "size": [6, 16, 6], "uv": [0, 392]}, + {"origin": [-20, 228, 30.5], "size": [6, 8, 0], "uv": [36, 25]}, + {"origin": [14, 212, 27.5], "size": [6, 16, 6], "uv": [81, 392]}, + {"origin": [14, 228, 30.5], "size": [6, 8, 0], "uv": [30, 0]}, + {"origin": [-3, 212, 10.5], "size": [6, 16, 6], "uv": [0, 313]}, + {"origin": [0, 228, 10.5], "size": [0, 8, 6], "uv": [27, 11]} + ] + }, + { + "name": "horn_left", + "parent": "body", + "pivot": [-24.75, 196, 33.5], + "rotation": [0, 0, -20], + "cubes": [ + {"origin": [-52, 196, 20], "size": [27, 21, 27], "uv": [646, 580]}, + {"origin": [-49, 217, 20], "size": [24, 21, 27], "uv": [666, 155]} + ] + }, + { + "name": "horn_left_tip", + "parent": "horn_left", + "pivot": [-41, 238, 33.5], + "rotation": [0, 0, 40], + "cubes": [ + {"origin": [-41, 238, 24], "size": [16, 30, 19], "uv": [754, 580]}, + {"origin": [-36, 268, 24], "size": [11, 8, 19], "uv": [848, 413]} + ] + }, + { + "name": "horn_right", + "parent": "body", + "pivot": [24.75, 196, 33.5], + "rotation": [0, 0, 20], + "cubes": [ + {"origin": [25, 217, 20], "size": [24, 21, 27], "uv": [344, 656]}, + {"origin": [25, 196, 20], "size": [27, 21, 27], "uv": [0, 392]} + ] + }, + { + "name": "horn_right_tip", + "parent": "horn_right", + "pivot": [41, 238, 33.5], + "rotation": [0, 0, -40], + "cubes": [ + {"origin": [25, 238, 24], "size": [16, 30, 19], "uv": [778, 418]}, + {"origin": [25, 268, 24], "size": [11, 8, 19], "uv": [848, 440]} + ] + }, + { + "name": "arm_right", + "parent": "body", + "pivot": [71, 169, 27.25], + "cubes": [ + {"origin": [57, 169, 13], "size": [29, 50, 29], "uv": [754, 753]}, + {"origin": [86, 209, 27], "size": [5, 9, 0], "uv": [0, 0]} + ] + }, + { + "name": "forearm_right", + "parent": "arm_right", + "pivot": [71.5, 219, 27.5], + "cubes": [ + {"origin": [61, 219, 17], "size": [21, 50, 21], "uv": [214, 755]} + ] + }, + { + "name": "hand_right", + "parent": "forearm_right", + "pivot": [71.5, 269, 27.5], + "cubes": [ + {"origin": [60, 269, 16], "size": [23, 15, 23], "uv": [598, 347]} + ] + }, + { + "name": "finger_right_1", + "parent": "hand_right", + "pivot": [71.5, 276.5, 16], + "cubes": [ + {"origin": [65, 270, -1], "size": [13, 13, 17], "uv": [448, 580]}, + {"origin": [67, 272, -10], "size": [9, 9, 9], "uv": [0, 79]} + ] + }, + { + "name": "finger_right_2", + "parent": "hand_right", + "pivot": [83, 276.5, 38.5], + "cubes": [ + {"origin": [83, 270, 32], "size": [17, 13, 13], "uv": [0, 613]}, + {"origin": [100, 272, 34], "size": [9, 9, 9], "uv": [0, 97]} + ] + }, + { + "name": "finger_right_3", + "parent": "hand_right", + "pivot": [60, 276.5, 38.5], + "cubes": [ + {"origin": [43, 270, 32], "size": [17, 13, 13], "uv": [448, 610]}, + {"origin": [34, 272, 34], "size": [9, 9, 9], "uv": [0, 17]} + ] + }, + { + "name": "arm_left", + "parent": "body", + "pivot": [-71, 169, 27.25], + "cubes": [ + {"origin": [-86, 169, 13], "size": [29, 50, 29], "uv": [0, 313]}, + {"origin": [-91, 209, 27], "size": [5, 9, 0], "uv": [40, 8]} + ] + }, + { + "name": "forearm_left", + "parent": "arm_left", + "pivot": [-71.5, 219, 27.5], + "cubes": [ + {"origin": [-82, 219, 17], "size": [21, 50, 21], "uv": [778, 347]} + ] + }, + { + "name": "hand_left", + "parent": "forearm_left", + "pivot": [-71.5, 269, 27.5], + "cubes": [ + {"origin": [-83, 269, 16], "size": [23, 15, 23], "uv": [501, 719]} + ] + }, + { + "name": "finger_left_1", + "parent": "hand_left", + "pivot": [-71.5, 276.5, 16], + "cubes": [ + {"origin": [-78, 270, -1], "size": [13, 13, 17], "uv": [0, 583]}, + {"origin": [-76, 272, -10], "size": [9, 9, 9], "uv": [87, 313]} + ] + }, + { + "name": "finger_left_2", + "parent": "hand_left", + "pivot": [-83, 276.5, 38.5], + "cubes": [ + {"origin": [-100, 270, 32], "size": [17, 13, 13], "uv": [707, 753]}, + {"origin": [-109, 272, 34], "size": [9, 9, 9], "uv": [107, 112]} + ] + }, + { + "name": "finger_left_3", + "parent": "hand_left", + "pivot": [-60, 276.5, 38.5], + "cubes": [ + {"origin": [-60, 270, 32], "size": [17, 13, 13], "uv": [666, 203]}, + {"origin": [-43, 272, 34], "size": [9, 9, 9], "uv": [107, 33]} + ] + }, + { + "name": "muncher_left_1", + "parent": "body", + "pivot": [-65, 24, 44], + "cubes": [ + {"origin": [-82, 7, 44], "size": [34, 34, 76], "uv": [590, 237]} + ] + }, + { + "name": "muncher_left_2", + "parent": "muncher_left_1", + "pivot": [-65, 24, 120], + "cubes": [ + {"origin": [-79, 10, 120], "size": [28, 28, 51], "uv": [0, 0]}, + {"origin": [-65, 38, 155], "size": [0, 8, 15], "uv": [0, 28]} + ] + }, + { + "name": "muncher_left_3", + "parent": "muncher_left_2", + "pivot": [-65, 24, 171], + "cubes": [ + {"origin": [-76, 13, 171], "size": [22, 22, 52], "uv": [389, 313]}, + {"origin": [-65, 35, 192], "size": [0, 8, 15], "uv": [0, 28]} + ] + }, + { + "name": "muncher_left_head", + "parent": "muncher_left_3", + "pivot": [-65, 24, 223.5], + "cubes": [ + {"origin": [-90, 13, 223], "size": [50, 38, 57], "inflate": 0.1, "uv": [0, 717]} + ] + }, + { + "name": "muncher_left_jaw", + "parent": "muncher_left_head", + "pivot": [-65, 24, 223.5], + "cubes": [ + {"origin": [-90, 1, 223], "size": [50, 38, 57], "uv": [187, 660]} + ] + }, + { + "name": "muncher_right_1", + "parent": "body", + "pivot": [64, 24, 44], + "cubes": [ + {"origin": [48, 7, 44], "size": [34, 34, 76], "uv": [590, 237]} + ] + }, + { + "name": "muncher_right_2", + "parent": "muncher_right_1", + "pivot": [65, 24, 120], + "cubes": [ + {"origin": [51, 10, 120], "size": [28, 28, 51], "uv": [0, 0]}, + {"origin": [65, 38, 155], "size": [0, 8, 15], "uv": [0, 28]} + ] + }, + { + "name": "muncher_right_3", + "parent": "muncher_right_2", + "pivot": [64, 24, 171], + "cubes": [ + {"origin": [54, 13, 171], "size": [22, 22, 52], "uv": [389, 313]}, + {"origin": [65, 35, 192], "size": [0, 8, 15], "uv": [0, 28]} + ] + }, + { + "name": "muncher_right_head", + "parent": "muncher_right_3", + "pivot": [65, 24, 223.5], + "cubes": [ + {"origin": [40, 13, 223], "size": [50, 38, 57], "inflate": 0.1, "uv": [0, 717]} + ] + }, + { + "name": "muncher_right_jaw", + "parent": "muncher_right_head", + "pivot": [65, 24, 223.5], + "cubes": [ + {"origin": [40, 1, 223], "size": [50, 38, 57], "uv": [187, 660]} + ] + }, + { + "name": "tusk_right", + "parent": "body", + "pivot": [69, 140, 74], + "cubes": [ + {"origin": [61, 132, 84], "size": [18, 43, 18], "uv": [505, 0]}, + {"origin": [61, 175, 84], "size": [12, 16, 18], "uv": [382, 509]}, + {"origin": [61, 132, 66], "size": [18, 18, 18], "uv": [362, 473]} + ] + }, + { + "name": "tusk_left", + "parent": "body", + "pivot": [-69, 140, 74], + "cubes": [ + {"origin": [-79, 132, 84], "size": [18, 43, 18], "uv": [734, 250]}, + {"origin": [-79, 132, 66], "size": [18, 18, 18], "uv": [690, 347]}, + {"origin": [-73, 175, 84], "size": [12, 16, 18], "uv": [382, 543]} + ] + }, + { + "name": "eyebrow_right", + "parent": "body", + "pivot": [14, 172, 80.5], + "rotation": [0, -5, 0], + "cubes": [ + {"origin": [14, 172, 80.5], "size": [63, 48, 0], "uv": [1922, 0]} + ] + }, + { + "name": "eyebrow_left", + "parent": "body", + "pivot": [-14, 172, 80.5], + "rotation": [0, 5, 0], + "cubes": [ + {"origin": [-77, 172, 80.5], "size": [63, 48, 0], "uv": [1796, 0]} + ] + }, + { + "name": "head", + "parent": "body", + "pivot": [0, 43.425, -2.47222], + "cubes": [ + {"origin": [-1, 91.425, -3.47222], "size": [2, 2, 2], "uv": [1599, 454]} + ] + }, + { + "name": "leg_left", + "parent": "rotation", + "pivot": [-83, 40, -7], + "cubes": [ + {"origin": [-119, 0, -40], "size": [66, 73, 66], "uv": [448, 580]}, + {"origin": [-131, 0, 20], "size": [12, 12, 0], "uv": [108, 414]}, + {"origin": [-131, 0, -7], "size": [12, 12, 0], "uv": [413, 346]}, + {"origin": [-131, 0, -34], "size": [12, 12, 0], "uv": [389, 346]} + ] + }, + { + "name": "leg_right", + "parent": "rotation", + "pivot": [83, 40, -7], + "cubes": [ + {"origin": [53, 0, -40], "size": [66, 73, 66], "uv": [184, 517]}, + {"origin": [119, 0, 20], "size": [12, 12, 0], "uv": [334, 473]}, + {"origin": [119, 0, -7], "size": [12, 12, 0], "uv": [108, 426]}, + {"origin": [119, 0, -34], "size": [12, 12, 0], "uv": [250, 473]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/hawlucha.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/hawlucha.geo.json new file mode 100644 index 0000000..62ff104 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/hawlucha.geo.json @@ -0,0 +1,270 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.Hawlucha", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 3, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "hawlucha", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "hawlucha", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 19, 3], + "cubes": [ + {"origin": [-6.5, 16.5, -1.5], "size": [13, 8, 8], "inflate": 0.01, "uv": [0, 0]}, + {"origin": [-4.5, 5.5, 8.2], "size": [9, 11, 0], "inflate": 0.01, "pivot": [0, 4, 0], "rotation": [7.5, 0, 0], "uv": [0, 101]}, + {"origin": [-0.5, 22.5, -0.5], "size": [1, 1, 0], "inflate": 0.02, "uv": [0, 0]}, + {"origin": [-5.5, 14, -0.75], "size": [11, 3, 7], "uv": [0, 16]}, + {"origin": [-4.5, 12, 0.25], "size": [9, 2, 6], "uv": [30, 24]}, + {"origin": [-1.5, 13, 1.25], "size": [6, 0, 2], "pivot": [0, 4, 0], "rotation": [0, 0, -45], "uv": [22, 32]}, + {"origin": [-4.5, 13, 1.25], "size": [6, 0, 2], "pivot": [0, 4, 0], "rotation": [0, 0, 45], "uv": [40, 43]}, + {"origin": [-1.5, 13, 4], "size": [6, 0, 2], "pivot": [0, 4, 0], "rotation": [0, 0, -45], "uv": [58, 12]}, + {"origin": [-4.5, 13, 4], "size": [6, 0, 2], "pivot": [0, 4, 0], "rotation": [0, 0, 45], "uv": [40, 41]}, + {"origin": [-3.5, 7, -3.25], "size": [2, 5, 0], "pivot": [0, 4, 0], "rotation": [-30, 0, 10], "uv": [20, 40]}, + {"origin": [1.5, 7, -3.25], "size": [2, 5, 0], "pivot": [0, 4, 0], "rotation": [-30, 0, -10], "uv": [38, 0]}, + {"origin": [5.5, 6, -2.5], "size": [2, 5, 0], "pivot": [0, 4, 0], "rotation": [-30, 0, -20], "uv": [34, 0]}, + {"origin": [-7.5, 6, -2.5], "size": [2, 5, 0], "pivot": [0, 4, 0], "rotation": [-30, 0, 20], "uv": [0, 16]} + ] + }, + { + "name": "wings", + "parent": "torso", + "pivot": [0, 4, 1] + }, + { + "name": "wing_back", + "parent": "wings", + "pivot": [0, 4, 1] + }, + { + "name": "wing_back2", + "parent": "wing_back", + "pivot": [0, 4, 1] + }, + { + "name": "wing_left1", + "parent": "wing_back", + "pivot": [6, 22, 6] + }, + { + "name": "wing_left_bottom", + "parent": "wing_left1", + "pivot": [0, 4, 1] + }, + { + "name": "wing_left2", + "parent": "wing_left1", + "pivot": [14, 22, 6] + }, + { + "name": "wing_left2_bottom2", + "parent": "wing_left2", + "pivot": [0, 4, 1] + }, + { + "name": "wing_left3", + "parent": "wing_left2", + "pivot": [19, 22, 6] + }, + { + "name": "wing_right", + "parent": "wings", + "pivot": [-7, 22, 6] + }, + { + "name": "wing_right_bottom", + "parent": "wing_right", + "pivot": [0, 4, 1] + }, + { + "name": "wing_right2", + "parent": "wing_right", + "pivot": [-14, 22, 6] + }, + { + "name": "wing_right_bottom2", + "parent": "wing_right2", + "pivot": [0, 4, 1] + }, + { + "name": "wing_right3", + "parent": "wing_right2", + "pivot": [-19, 22, 6] + }, + { + "name": "neck", + "parent": "torso", + "pivot": [0, 25, 3], + "cubes": [ + {"origin": [-4, 24, 0.5], "size": [8, 3, 6], "uv": [32, 32]}, + {"origin": [1, 25.5, 0.5], "size": [1, 1, 1], "inflate": 0.01, "uv": [52, 0]}, + {"origin": [-2, 25.5, 0.5], "size": [1, 1, 1], "inflate": 0.01, "uv": [35, 18]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 24, 4], + "cubes": [ + {"origin": [-4, 27, -1.5], "size": [8, 6, 8], "inflate": 0.01, "uv": [0, 26]}, + {"origin": [-4, 28, 0.5], "size": [0, 3, 2], "inflate": 0.03, "uv": [38, 3]}, + {"origin": [4, 28, 0.5], "size": [0, 3, 2], "inflate": 0.03, "uv": [32, 32]}, + {"origin": [-4, 29, 0.5], "size": [0, 2, 1], "inflate": 0.04, "uv": [5, 0]}, + {"origin": [4.02, 29, 0.5], "size": [0, 2, 1], "inflate": 0.02, "uv": [0, 0]}, + {"origin": [-3, 26.25, 2.5], "size": [6, 6, 2], "pivot": [2, -2, -2], "rotation": [10, 0, 0], "uv": [0, 53]}, + {"origin": [-2, 25, -15], "size": [4, 5, 3], "inflate": -0.01, "pivot": [2, -2, -2], "rotation": [-20, 0, 0], "uv": [57, 29]}, + {"origin": [-1, 23.3, 10.34], "size": [2, 2, 2], "pivot": [2, -2, -2], "rotation": [30, 0, 0], "uv": [0, 28]} + ] + }, + { + "name": "feathers", + "parent": "head", + "pivot": [3, -2, -2], + "cubes": [ + {"origin": [-2.5, 24.25, 21], "size": [5, 0, 9], "pivot": [3, -2, -2], "rotation": [30, 0, 0], "uv": [33, 0]}, + {"origin": [11.5, 24.75, 19], "size": [4, 0, 6], "pivot": [3, -2, -2], "rotation": [36.04466, -31.81666, -20.98998], "uv": [-6, 74]}, + {"origin": [-14.5, 24.75, 15.25], "size": [4, 0, 6], "pivot": [3, -2, -2], "rotation": [36.04466, 31.8167, 20.99], "uv": [-6, 74], "mirror": true} + ] + }, + { + "name": "arm_left", + "parent": "torso", + "pivot": [7, 23, 3.5], + "cubes": [ + {"origin": [6, 21, 1.5], "size": [9, 3, 4], "uv": [20, 41]}, + {"origin": [4.75, 12, 10], "size": [3, 10, 0], "pivot": [2, 3, 0], "rotation": [15, 0, 2.5], "uv": [12, 65]}, + {"origin": [14, 11, 9.6], "size": [4, 10, 0], "pivot": [2, 3, 0], "rotation": [15, 0, -2.5], "uv": [68, 0], "mirror": true}, + {"origin": [7.75, 12, 10], "size": [4, 10, 0], "pivot": [2, 3, 0], "rotation": [15, 0, 5], "uv": [68, 0]} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [15, 22.5, 3.5], + "cubes": [ + {"origin": [15, 21.5, 2], "size": [10, 2, 3], "uv": [20, 48]}, + {"origin": [23, 9, 9], "size": [4, 9, 0], "pivot": [2, 3, 0], "rotation": [15, 0, -7.5], "uv": [68, 1]}, + {"origin": [29, 5, 8], "size": [3, 10, 0], "pivot": [2, 3, 0], "rotation": [15, 0, -15], "uv": [12, 65]}, + {"origin": [19, 9, 9.5], "size": [3, 11, 0], "pivot": [2, 3, 0], "rotation": [15, 0, -5], "uv": [12, 65]} + ] + }, + { + "name": "bone", + "parent": "arm_left2", + "pivot": [25, 23, 3], + "cubes": [ + {"origin": [25, 21.5, 1.5], "size": [3, 2, 4], "uv": [56, 37]}, + {"origin": [28, 21.5, 3.5], "size": [3, 2, 0], "uv": [54, 53]}, + {"origin": [28, 21.5, 5], "size": [3, 2, 0], "uv": [54, 51]}, + {"origin": [28, 21.5, 2], "size": [3, 2, 0], "uv": [25, 54]} + ] + }, + { + "name": "arm_right", + "parent": "torso", + "pivot": [-7, 23, 3.5], + "cubes": [ + {"origin": [-11.75, 12, 10], "size": [4, 10, 0], "pivot": [-2, 3, 0], "rotation": [15, 0, -5], "uv": [68, 0], "mirror": true}, + {"origin": [-7.75, 12, 10], "size": [3, 10, 0], "pivot": [-2, 3, 0], "rotation": [15, 0, -2.5], "uv": [12, 65], "mirror": true}, + {"origin": [-15, 21, 1.5], "size": [9, 3, 4], "uv": [20, 41], "mirror": true}, + {"origin": [-18, 11, 9.6], "size": [4, 10, 0], "pivot": [-2, 3, 0], "rotation": [15, 0, 2.5], "uv": [68, 0]} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-15, 22.5, 3.5], + "cubes": [ + {"origin": [-25, 21.5, 2], "size": [10, 2, 3], "uv": [20, 48], "mirror": true}, + {"origin": [-27, 9, 9], "size": [4, 9, 0], "pivot": [-2, 3, 0], "rotation": [15, 0, 7.5], "uv": [68, 1], "mirror": true}, + {"origin": [-32, 5, 8], "size": [3, 10, 0], "pivot": [-2, 3, 0], "rotation": [15, 0, 15], "uv": [12, 65], "mirror": true}, + {"origin": [-22, 9, 9.5], "size": [3, 11, 0], "pivot": [-2, 3, 0], "rotation": [15, 0, 5], "uv": [12, 65], "mirror": true} + ] + }, + { + "name": "bone2", + "parent": "arm_right2", + "pivot": [-25, 23, 3], + "cubes": [ + {"origin": [-28, 21.5, 1.5], "size": [3, 2, 4], "uv": [56, 37], "mirror": true}, + {"origin": [-31, 21.5, 3.5], "size": [3, 2, 0], "uv": [54, 53], "mirror": true}, + {"origin": [-31, 21.5, 5], "size": [3, 2, 0], "uv": [54, 51], "mirror": true}, + {"origin": [-31, 21.5, 2], "size": [3, 2, 0], "uv": [25, 54], "mirror": true} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [2, 12, 4], + "rotation": [0, 0, -15], + "cubes": [ + {"origin": [0, 1.60204, -2.25], "size": [4, 8, 4], "pivot": [7.65685, 2.20204, 8], "rotation": [-30, 0, 0], "uv": [52, 0], "mirror": true} + ] + }, + { + "name": "leg_left2", + "parent": "leg_left", + "pivot": [2, 6, 2], + "rotation": [0, 0, 15], + "cubes": [ + {"origin": [0.03407, -0.25882, 1.1], "size": [3, 8, 3], "pivot": [7.03407, -0.25882, 0], "rotation": [10, 0, 0], "uv": [16, 54]} + ] + }, + { + "name": "foot_left", + "parent": "leg_left2", + "pivot": [0.03407, -0.25882, 0], + "cubes": [ + {"origin": [0.03407, -0.25882, -0.1], "size": [3, 1, 4], "uv": [58, 51]}, + {"origin": [2.5, -0.25882, -1.1], "size": [0, 1, 4], "uv": [0, 23]}, + {"origin": [0.5, -0.25882, -1.1], "size": [0, 1, 4], "uv": [0, 22]}, + {"origin": [1.5, -0.25882, -1.1], "size": [0, 1, 4], "uv": [0, 3]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-2, 12, 4], + "rotation": [0, 0, 15], + "cubes": [ + {"origin": [-4, 1.60204, -2.25], "size": [4, 8, 4], "pivot": [-7.65685, 2.20204, 8], "rotation": [-30, 0, 0], "uv": [52, 0]} + ] + }, + { + "name": "leg_right2", + "parent": "leg_right", + "pivot": [-2, 6, 2], + "rotation": [0, 0, -15], + "cubes": [ + {"origin": [-3.03407, -0.25882, 1.1], "size": [3, 8, 3], "pivot": [-7.03407, -0.25882, 0], "rotation": [10, 0, 0], "uv": [16, 54], "mirror": true} + ] + }, + { + "name": "foot_right", + "parent": "leg_right2", + "pivot": [-0.03407, -0.25882, 0], + "cubes": [ + {"origin": [-3.03407, -0.25882, -0.1], "size": [3, 1, 4], "uv": [58, 51], "mirror": true}, + {"origin": [-2.5, -0.25882, -1.1], "size": [0, 1, 4], "uv": [0, 23], "mirror": true}, + {"origin": [-0.5, -0.25882, -1.1], "size": [0, 1, 4], "uv": [0, 22], "mirror": true}, + {"origin": [-1.5, -0.25882, -1.1], "size": [0, 1, 4], "uv": [0, 3], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/haxorus/haxorus.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/haxorus/haxorus.geo.json new file mode 100644 index 0000000..e8fbede --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/haxorus/haxorus.geo.json @@ -0,0 +1,484 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 256, + "texture_height": 256, + "visible_bounds_width": 12, + "visible_bounds_height": 6.5, + "visible_bounds_offset": [0, 2.75, 0] + }, + "bones": [ + { + "name": "haxorus", + "pivot": [0, 0, 0] + }, + { + "name": "Body", + "parent": "haxorus", + "pivot": [0, 3, 0] + }, + { + "name": "Hips", + "parent": "Body", + "pivot": [0, 30.70959, 1.64953], + "cubes": [ + {"origin": [-7.5, 18.71876, -8.05396], "size": [15, 14, 18], "pivot": [0, 25.71876, 0.44604], "rotation": [37.5, 0, 0], "uv": [52, 21]}, + {"origin": [-5.5, 34.89164, -14.42171], "size": [11, 12, 12], "inflate": 0.015, "pivot": [1.5, 39.89164, -2.17171], "rotation": [97.5, 0, 0], "uv": [106, 41]}, + {"origin": [-5.5, 34.39164, -16.42171], "size": [11, 10, 11], "pivot": [1.5, 39.89164, -2.17171], "rotation": [80, 0, 0], "uv": [47, 0]}, + {"origin": [-9, 12.15394, -0.07742], "size": [18, 21, 16], "pivot": [0, 23.15394, 7.92258], "rotation": [-17.5, 0, 0], "uv": [0, 39]}, + {"origin": [-4.5, 33.16, 1.17258], "size": [9, 0, 10], "pivot": [0, 23.15394, 7.92258], "rotation": [-17.5, 0, 0], "uv": [70, 0]} + ] + }, + { + "name": "Chest", + "parent": "Hips", + "pivot": [0, 37.63498, -2.97704], + "cubes": [ + {"origin": [-7, 29.14164, -1.17171], "size": [14, 13, 10], "pivot": [1.5, 35.39164, -2.67171], "rotation": [92.5, 0, 0], "uv": [92, 104]}, + {"origin": [-3.95201, 42.76598, -9.89962], "size": [8, 8, 2], "pivot": [0.04799, 46.76598, -10.58843], "rotation": [-7.52391, 7.49044, 44.7803], "uv": [0, 9]} + ] + }, + { + "name": "Neck1", + "parent": "Chest", + "pivot": [0.02394, 47.67598, -1.11087], + "cubes": [ + {"origin": [-6, 46.22371, -10.08923], "size": [12, 12, 10], "pivot": [1.5, 50.72371, -3.08923], "rotation": [107.5, 0, 0], "uv": [127, 65]}, + {"origin": [-2.5, 58.24, -3.08923], "size": [5, 0, 3], "pivot": [1.5, 50.72371, -3.08923], "rotation": [107.5, 0, 0], "uv": [65, 53]}, + {"origin": [-1.5, 50.83573, 2.00852], "size": [3, 8, 2], "pivot": [-0.25, 54.58573, 2.50852], "rotation": [120, 0, 0], "uv": [0, 107]}, + {"origin": [-1.5, 53.83573, 1.00852], "size": [3, 5, 2], "inflate": -0.01, "pivot": [-0.25, 54.58573, 2.50852], "rotation": [120, 0, 0], "uv": [0, 134]}, + {"origin": [-1.5, 49.49269, 2.94562], "size": [3, 8, 2], "inflate": -0.001, "pivot": [-0.25, 53.24269, 3.44562], "rotation": [145, 0, 0], "uv": [47, 0]} + ] + }, + { + "name": "Neck2", + "parent": "Neck1", + "pivot": [0, 52.71617, -5.51462], + "cubes": [ + {"origin": [-5, 49.84194, -9.06962], "size": [10, 11, 9], "inflate": -0.01, "pivot": [1.5, 54.34194, -4.81962], "rotation": [115, 0, 0], "uv": [68, 127]}, + {"origin": [-2.5, 60.86, -5.06962], "size": [5, 0, 5], "pivot": [1.5, 54.34194, -4.81962], "rotation": [115, 0, 0], "uv": [0, 39]}, + {"origin": [-1.5, 57.67065, -1.69317], "size": [3, 6, 2], "pivot": [0, 60.17065, -1.19317], "rotation": [132.5, 0, 0], "uv": [92, 106]}, + {"origin": [-1.5, 56.93653, -1.02188], "size": [3, 6, 2], "inflate": -0.01, "pivot": [0, 59.43653, -0.52188], "rotation": [155, 0, 0], "uv": [39, 76]} + ] + }, + { + "name": "Neck3", + "parent": "Neck2", + "pivot": [0, 57.9544, -6.91939], + "cubes": [ + {"origin": [-4.5, 51.81536, -16.72083], "size": [9, 9, 8], "inflate": -0.01, "pivot": [1.5, 58.81536, -11.47083], "rotation": [127.5, 0, 0], "uv": [131, 0]} + ] + }, + { + "name": "Neck4", + "parent": "Neck3", + "pivot": [0, 63.61526, -9.74623], + "cubes": [ + {"origin": [-4, 56.37782, -15.83722], "size": [8, 8, 7], "pivot": [1.5, 62.12782, -13.33722], "rotation": [137.5, 0, 0], "uv": [133, 120]} + ] + }, + { + "name": "head", + "parent": "Neck4", + "pivot": [0.00085, 68.74925, -14.42475], + "cubes": [ + {"origin": [-3.5, 65.8173, -22.61962], "size": [7, 6, 7], "pivot": [-0.5, 68.94855, -18.53537], "rotation": [25, 0, 0], "uv": [140, 38]}, + {"origin": [-3, 64.86823, -17.05586], "size": [6, 8, 5], "inflate": -0.01, "pivot": [0.5, 72.89715, -17.20935], "rotation": [-37.5, 0, 0], "uv": [124, 148]}, + {"origin": [-1.5, 73.2473, -22.21962], "size": [3, 3, 5], "pivot": [1, 73.0973, -16.71962], "rotation": [60, 0, 0], "uv": [0, 76]}, + {"origin": [-0.5, 65.6473, -27.51962], "size": [1, 4, 3], "pivot": [0, 68.28458, -24.64973], "rotation": [155, 0, 0], "uv": [100, 28]}, + {"origin": [-0.5, 70.89007, -22.17514], "size": [1, 2, 5], "pivot": [0, 70.89007, -20.17514], "rotation": [75, 0, 0], "uv": [114, 65]}, + {"origin": [-3, 65.55654, -23.91004], "size": [6, 4, 5], "pivot": [-0.5, 67.05654, -22.16004], "rotation": [-10, 0, 0], "uv": [145, 87]}, + {"origin": [-2, 65.8473, -25.6859], "size": [4, 3, 4], "pivot": [0, 66.26785, -24.1859], "rotation": [-12.5, 0, 0], "uv": [0, 84]}, + {"origin": [-1.25183, 64.28441, -26.94391], "size": [3, 4, 3], "inflate": -0.085, "pivot": [-0.00183, 67.28441, -25.69391], "rotation": [-14.86589, -44.18405, 10.50364], "uv": [74, 90]}, + {"origin": [-1.00204, 66.3973, -26.98244], "size": [3, 1, 3], "inflate": -0.1, "pivot": [-0.00204, 66.92227, -25.98244], "rotation": [-19.67386, -43.49388, 13.83526], "uv": [75, 53]}, + {"origin": [-0.75204, 67.2973, -26.73244], "size": [2, 1, 2], "pivot": [-0.00204, 66.92227, -25.98244], "rotation": [-19.67386, -43.49388, 13.83526], "uv": [111, 65]} + ] + }, + { + "name": "Right_eye", + "parent": "head", + "pivot": [-5, 68.5973, -22.46962], + "rotation": [22.5, 0, 0], + "cubes": [ + {"origin": [-3.5, 66.796, -21.11994], "size": [1, 2, 2], "inflate": 0.015, "pivot": [-3, 68.95085, -20.3483], "rotation": [-45, 0, 0], "uv": [11, 76]}, + {"origin": [-3.5, 69.37968, -17.67252], "size": [1, 1, 1], "inflate": 0.02, "pivot": [-3, 69.65796, -21.0554], "rotation": [-87.5, 0, 0], "uv": [5, 3]}, + {"origin": [-3.5, 67.94245, -22.24126], "size": [1, 3, 3], "inflate": 0.01, "pivot": [-5, 68.5973, -22.46962], "rotation": [-45, 0, 0], "uv": [0, 3]}, + {"origin": [-3.38, 68.91902, -19.45673], "size": [1, 5, 1], "inflate": 0.15, "pivot": [-2.98, 70.63431, -21.05291], "rotation": [-87.5, 0, 0], "uv": [0, 39]}, + {"origin": [-3.5, 67.61922, -20.44316], "size": [1, 1, 1], "inflate": 0.02555, "pivot": [-3, 68.77407, -20.17152], "rotation": [-45, 0, 0], "uv": [0, 84]}, + {"origin": [-3.5, 66.86922, -20.69316], "size": [1, 1, 1], "inflate": 0.025, "pivot": [-3, 68.77407, -20.17152], "rotation": [-45, 0, 0], "uv": [57, 53]} + ] + }, + { + "name": "Left_eye", + "parent": "head", + "pivot": [5, 68.5973, -22.46962], + "rotation": [22.5, 0, 0], + "cubes": [ + {"origin": [2.5, 69.37968, -17.67252], "size": [1, 1, 1], "inflate": 0.02, "pivot": [3, 69.65796, -21.0554], "rotation": [-87.5, 0, 0], "uv": [0, 78]}, + {"origin": [2.38, 68.91902, -19.45673], "size": [1, 5, 1], "inflate": 0.15, "pivot": [2.98, 70.63431, -21.05291], "rotation": [-87.5, 0, 0], "uv": [39, 84]}, + {"origin": [2.5, 67.94245, -22.24126], "size": [1, 3, 3], "inflate": 0.01, "pivot": [5, 68.5973, -22.46962], "rotation": [-45, 0, 0], "uv": [8, 44]}, + {"origin": [2.5, 66.86922, -20.69316], "size": [1, 1, 1], "inflate": 0.025, "pivot": [3, 68.77407, -20.17152], "rotation": [-45, 0, 0], "uv": [0, 76]}, + {"origin": [2.5, 67.61922, -20.44316], "size": [1, 1, 1], "inflate": 0.02555, "pivot": [3, 68.77407, -20.17152], "rotation": [-45, 0, 0], "uv": [61, 53]}, + {"origin": [2.5, 66.796, -21.11994], "size": [1, 2, 2], "inflate": 0.015, "pivot": [3, 68.95085, -20.3483], "rotation": [-45, 0, 0], "uv": [0, 45]} + ] + }, + { + "name": "Left_eyelid", + "parent": "head", + "pivot": [4, 68.5973, -22.46962], + "rotation": [22.5, 0, 0], + "cubes": [ + {"origin": [1.52, 69.37968, -17.67252], "size": [1, 1, 1], "inflate": 0.02, "pivot": [2, 69.65796, -21.0554], "rotation": [-87.5, 0, 0], "uv": [0, 78]}, + {"origin": [1.4, 68.91902, -19.45673], "size": [1, 5, 1], "inflate": 0.15, "pivot": [1.98, 70.63431, -21.05291], "rotation": [-87.5, 0, 0], "uv": [39, 84]}, + {"origin": [1.52, 67.94245, -22.24126], "size": [1, 3, 3], "inflate": 0.01, "pivot": [4, 68.5973, -22.46962], "rotation": [-45, 0, 0], "uv": [175, 2]} + ] + }, + { + "name": "Right_eyelid", + "parent": "head", + "pivot": [-4, 68.5973, -22.46962], + "rotation": [22.5, 0, 0], + "cubes": [ + {"origin": [-2.52, 69.37968, -17.67252], "size": [1, 1, 1], "inflate": 0.02, "pivot": [-2, 69.65796, -21.0554], "rotation": [-87.5, 0, 0], "uv": [5, 3]}, + {"origin": [-2.52, 67.94245, -22.24126], "size": [1, 3, 3], "inflate": 0.01, "pivot": [-4, 68.5973, -22.46962], "rotation": [-45, 0, 0], "uv": [167, 2]}, + {"origin": [-2.4, 68.91902, -19.45673], "size": [1, 5, 1], "inflate": 0.15, "pivot": [-1.98, 70.63431, -21.05291], "rotation": [-87.5, 0, 0], "uv": [0, 39]} + ] + }, + { + "name": "Left_Blades", + "parent": "head", + "pivot": [6.25226, 67.19358, -19.63468], + "rotation": [7.5, 0, 0], + "cubes": [ + {"origin": [4.3817, 66.27724, -30.72447], "size": [7, 0, 11], "pivot": [4.14117, 67.50807, -22.2566], "rotation": [2.34892, 9.84655, -1.75378], "uv": [87, 0]}, + {"origin": [4.68065, 66.6933, -21.01679], "size": [7, 0, 13], "pivot": [7.71847, 67.92399, -15.30203], "rotation": [2.31431, -0.14521, -2.16156], "uv": [77, 53]}, + {"origin": [3.29742, 67.04647, -8.89583], "size": [6, 0, 9], "pivot": [6.36295, 68.2719, -5.43783], "rotation": [2.32365, -5.14112, -2.36402], "uv": [0, 0]}, + {"origin": [2.24138, 66.2943, -23.67783], "size": [3, 0, 3], "pivot": [4.25085, 67.5242, -21.95996], "rotation": [2.31625, 2.35275, -2.06055], "uv": [0, 0]} + ] + }, + { + "name": "Right_Blades", + "parent": "head", + "pivot": [-6.25226, 67.19358, -19.63468], + "rotation": [7.5, 0, 0], + "cubes": [ + {"origin": [-11.3817, 66.27724, -30.72447], "size": [7, 0, 11], "pivot": [-4.14117, 67.50807, -22.2566], "rotation": [2.34892, -9.84655, 1.75378], "uv": [87, 0], "mirror": true}, + {"origin": [-9.29742, 67.04647, -8.89583], "size": [6, 0, 9], "pivot": [-6.36295, 68.2719, -5.43783], "rotation": [2.32365, 5.14112, 2.36402], "uv": [0, 0], "mirror": true}, + {"origin": [-5.24138, 66.2943, -23.67783], "size": [3, 0, 3], "pivot": [-4.25085, 67.5242, -21.95996], "rotation": [2.31625, -2.35275, 2.06055], "uv": [0, 0], "mirror": true}, + {"origin": [-11.68065, 66.6933, -21.01679], "size": [7, 0, 13], "pivot": [-7.71847, 67.92399, -15.30203], "rotation": [2.31431, 0.14521, 2.16156], "uv": [77, 53], "mirror": true} + ] + }, + { + "name": "Lower_Jaw", + "parent": "head", + "pivot": [0.00258, 66.10158, -19.67475], + "rotation": [-12.5, 0, 0], + "cubes": [ + {"origin": [-1.49915, 64.30515, -25.02516], "size": [3, 1, 3], "uv": [78, 123]}, + {"origin": [-1.49915, 64.45515, -25.02516], "size": [3, 1, 3], "uv": [69, 122]}, + {"origin": [-5.72818, 64.39, -24.06418], "size": [2, 1, 2], "inflate": 0.057, "pivot": [0.00603, 71.08981, -18.32997], "rotation": [0, -45, 0], "uv": [91, 17]}, + {"origin": [-1.99915, 63.88871, -22.77516], "size": [4, 2, 7], "inflate": -0.2, "uv": [74, 97]}, + {"origin": [-1.49915, 64.69871, -22.62003], "size": [3, 1, 3], "uv": [0, 117]} + ] + }, + { + "name": "Left_Bicep", + "parent": "Chest", + "pivot": [9.25, 44.25, -2.5], + "cubes": [ + {"origin": [15.5, 41, -4.5], "size": [3, 3, 3], "inflate": -0.1, "uv": [140, 30]}, + {"origin": [7, 41, -4.5], "size": [9, 3, 3], "inflate": 0.1, "uv": [91, 11]} + ] + }, + { + "name": "Left_Forearm", + "parent": "Left_Bicep", + "pivot": [17.5, 42.25, -3], + "cubes": [ + {"origin": [17.5, 41, -4.5], "size": [9, 3, 3], "uv": [90, 66]} + ] + }, + { + "name": "Left_Hand", + "parent": "Left_Forearm", + "pivot": [26.25, 43.75, -3], + "cubes": [ + {"origin": [25.5, 41, -4.5], "size": [3, 3, 3], "inflate": -0.2, "uv": [14, 134]} + ] + }, + { + "name": "Left_pinky", + "parent": "Left_Hand", + "pivot": [28.25, 43.25, -2], + "cubes": [ + {"origin": [27.25, 41.89678, -2.01542], "size": [3, 1, 0], "uv": [6, 54]} + ] + }, + { + "name": "Left_index", + "parent": "Left_Hand", + "pivot": [28.5, 43.5, -3.25], + "cubes": [ + {"origin": [27.25, 42.71967, -3.17678], "size": [3, 1, 0], "uv": [47, 10]}, + {"origin": [27.25, 42.71967, -3.17678], "size": [3, 1, 0], "uv": [0, 54]} + ] + }, + { + "name": "Left_thumb", + "parent": "Left_Hand", + "pivot": [28.25, 43.5, -4.25], + "cubes": [ + {"origin": [27.25, 42, -4.14645], "size": [3, 1, 0], "uv": [0, 49]}, + {"origin": [27.25, 42, -4.14645], "size": [3, 1, 0], "uv": [52, 53]} + ] + }, + { + "name": "Right_Bicep", + "parent": "Chest", + "pivot": [-9.25, 44.25, -2.5], + "cubes": [ + {"origin": [-16, 41, -4.5], "size": [9, 3, 3], "inflate": 0.1, "uv": [91, 11], "mirror": true}, + {"origin": [-18.5, 41, -4.5], "size": [3, 3, 3], "inflate": -0.1, "uv": [140, 30], "mirror": true} + ] + }, + { + "name": "Right_Forearm", + "parent": "Right_Bicep", + "pivot": [-17.5, 42.25, -3], + "cubes": [ + {"origin": [-26.5, 41, -4.5], "size": [9, 3, 3], "uv": [90, 66], "mirror": true} + ] + }, + { + "name": "Right_Hand", + "parent": "Right_Forearm", + "pivot": [-26.25, 43.75, -3], + "cubes": [ + {"origin": [-28.5, 41, -4.5], "size": [3, 3, 3], "inflate": -0.2, "uv": [14, 134], "mirror": true} + ] + }, + { + "name": "Right_pinky", + "parent": "Right_Hand", + "pivot": [-28.25, 43.25, -2], + "cubes": [ + {"origin": [-30.25, 41.89678, -2.01542], "size": [3, 1, 0], "uv": [6, 54], "mirror": true} + ] + }, + { + "name": "Right_index", + "parent": "Right_Hand", + "pivot": [-28.5, 43.5, -3.25], + "cubes": [ + {"origin": [-30.25, 42.71967, -3.17678], "size": [3, 1, 0], "uv": [0, 54], "mirror": true}, + {"origin": [-30.25, 42.71967, -3.17678], "size": [3, 1, 0], "uv": [47, 10], "mirror": true} + ] + }, + { + "name": "Right_thumb", + "parent": "Right_Hand", + "pivot": [-28.25, 43.5, -4.25], + "cubes": [ + {"origin": [-30.25, 42, -4.14645], "size": [3, 1, 0], "uv": [52, 53], "mirror": true}, + {"origin": [-30.25, 42, -4.14645], "size": [3, 1, 0], "uv": [0, 49], "mirror": true} + ] + }, + { + "name": "Back_Plate", + "parent": "Chest", + "pivot": [-0.03855, 47.18394, 6.57172], + "cubes": [ + {"origin": [-13.44011, 44.89653, 2.15182], "size": [6, 2, 8], "inflate": -0.01, "pivot": [-7.94011, 45.64653, 6.15182], "rotation": [111.67413, -35.49178, -12.99301], "uv": [140, 20]}, + {"origin": [-6.25, 45.91699, 0.75959], "size": [8, 2, 8], "inflate": -0.01, "pivot": [0, 45.91699, 7.00959], "rotation": [102.56853, 12.27659, -43.64293], "uv": [130, 138]}, + {"origin": [7.44011, 44.89653, 2.15182], "size": [6, 2, 8], "inflate": -0.01, "pivot": [7.94011, 45.64653, 6.15182], "rotation": [111.67413, 35.49178, 12.99301], "uv": [140, 20], "mirror": true}, + {"origin": [-8, 40.62641, -16.36962], "size": [16, 2, 8], "pivot": [-1.5, 50.37641, -4.61962], "rotation": [107.5, 0, 0], "uv": [100, 28]}, + {"origin": [-8, 40.62641, -16.36962], "size": [16, 2, 8], "pivot": [-1.5, 50.37641, -4.61962], "rotation": [107.5, 0, 0], "uv": [100, 28]}, + {"origin": [-1.5, 45.37955, 7.51491], "size": [3, 7, 2], "pivot": [0, 49.37955, 8.01491], "rotation": [117.5, 0, 0], "uv": [97, 127]}, + {"origin": [-1.5, 48.37955, 6.01491], "size": [3, 4, 2], "inflate": -0.01, "pivot": [0, 49.37955, 8.01491], "rotation": [117.5, 0, 0], "uv": [80, 147]}, + {"origin": [-1.5, 51.37778, 10.86398], "size": [3, 8, 2], "inflate": -0.001, "pivot": [0, 51.21592, 11.41558], "rotation": [147.5, 0, 0], "uv": [127, 65]} + ] + }, + { + "name": "Tail_1", + "parent": "Hips", + "pivot": [0, 17.90351, 13.95271], + "cubes": [ + {"origin": [-6.5, 11.40351, 10.95271], "size": [13, 18, 21], "uv": [0, 0]} + ] + }, + { + "name": "Tail_2", + "parent": "Tail_1", + "pivot": [-0.25, 19.40351, 30.95271], + "cubes": [ + {"origin": [-5.5, 13.90351, 27.95271], "size": [11, 14, 19], "uv": [49, 57]} + ] + }, + { + "name": "Tail_3", + "parent": "Tail_2", + "pivot": [-0.25, 20.15351, 46.95271], + "cubes": [ + {"origin": [-3.5, 15.65351, 41.70271], "size": [7, 11, 17], "uv": [100, 0]} + ] + }, + { + "name": "Tail_4", + "parent": "Tail_3", + "pivot": [-0.25, 21.15351, 60.45271], + "cubes": [ + {"origin": [-2.5, 16.65351, 53.95271], "size": [5, 9, 16], "uv": [26, 122]} + ] + }, + { + "name": "Tail_5", + "parent": "Tail_4", + "pivot": [-0.25, 22.15351, 70.70271], + "cubes": [ + {"origin": [-1, 17.90351, 66.95271], "size": [2, 7, 10], "uv": [0, 134]}, + {"origin": [-0.5, 23.90351, 66.95271], "size": [1, 1, 6], "inflate": 0.01, "uv": [39, 84]} + ] + }, + { + "name": "Tail_6", + "parent": "Tail_5", + "pivot": [0, 21.65351, 76.45271], + "cubes": [ + {"origin": [-0.5, 19.65351, 76.70271], "size": [1, 4, 6], "uv": [0, 44]} + ] + }, + { + "name": "Right_Leg", + "parent": "haxorus", + "pivot": [2, -5, 0] + }, + { + "name": "Right_Thigh", + "parent": "Right_Leg", + "pivot": [-14, 22.86965, 5.41842], + "cubes": [ + {"origin": [-18, 15, -10], "size": [9, 14, 18], "uv": [38, 90]}, + {"origin": [-18, 17, 0.5], "size": [8, 12, 13], "uv": [0, 109], "mirror": true}, + {"origin": [-17, 17, -11.5], "size": [7, 10, 9], "pivot": [-14, 21.5, -4], "rotation": [7.5, 0, 0], "uv": [106, 127]}, + {"origin": [-19, 16, -6.5], "size": [11, 14, 17], "uv": [0, 76], "mirror": true}, + {"origin": [-16, 15.75, -12], "size": [5, 7, 7], "pivot": [-14, 19.25, -4.5], "rotation": [20, 0, 0], "uv": [52, 122], "mirror": true} + ] + }, + { + "name": "Right_Calf", + "parent": "Right_Thigh", + "pivot": [-14, 14.25539, -7.92122], + "cubes": [ + {"origin": [-16, 11.25, -10.25], "size": [5, 7, 6], "pivot": [-14, 21.5, -2], "rotation": [7.5, 0, 0], "uv": [64, 147]}, + {"origin": [-15.5, 3.25, -9.75], "size": [4, 9, 5], "inflate": -0.1, "pivot": [-14, 21.5, -2], "rotation": [7.5, 0, 0], "uv": [152, 51]} + ] + }, + { + "name": "Right_Foot", + "parent": "Right_Calf", + "pivot": [-14, 1.25, -4], + "cubes": [ + {"origin": [-16, 1, -9.5], "size": [5, 3, 8], "inflate": 0.01, "uv": [98, 146]} + ] + }, + { + "name": "Right_innertoe", + "parent": "Right_Foot", + "pivot": [-10.91667, 2.5, -3.75], + "cubes": [ + {"origin": [-5.5, 1.1, -3.75], "size": [3, 2, 0], "uv": [12, 19], "mirror": true}, + {"origin": [-11.5, 1, -4.75], "size": [5, 2, 2], "uv": [90, 72], "mirror": true}, + {"origin": [-7.25, 1, -4.25], "size": [3, 2, 1], "inflate": -0.1, "uv": [83, 90], "mirror": true} + ] + }, + { + "name": "Right_middletoe", + "parent": "Right_Foot", + "pivot": [-12, 2.5, -9.16667], + "cubes": [ + {"origin": [-12, 1.1, -17.75], "size": [0, 2, 3], "uv": [0, 16], "mirror": true}, + {"origin": [-12.5, 1, -15.75], "size": [1, 2, 3], "inflate": -0.1, "uv": [29, 107]}, + {"origin": [-13, 1, -13.5], "size": [2, 2, 4], "uv": [140, 114]} + ] + }, + { + "name": "Right_outertoe", + "parent": "Right_Foot", + "pivot": [-15, 2.5, -9.16667], + "cubes": [ + {"origin": [-15.5, 1, -15.75], "size": [1, 2, 3], "inflate": -0.1, "uv": [29, 117]}, + {"origin": [-15, 1.1, -17.75], "size": [0, 2, 3], "uv": [6, 16], "mirror": true}, + {"origin": [-16, 1, -13.5], "size": [2, 2, 4], "uv": [116, 146]} + ] + }, + { + "name": "Left_Leg", + "parent": "haxorus", + "pivot": [-2, -5, 0] + }, + { + "name": "Left_Thigh", + "parent": "Left_Leg", + "pivot": [14, 22.86965, 5.41842], + "cubes": [ + {"origin": [9, 15, -10], "size": [9, 14, 18], "uv": [91, 72]}, + {"origin": [8, 16, -6.5], "size": [11, 14, 17], "uv": [0, 76]}, + {"origin": [10, 17, 0.5], "size": [8, 12, 13], "uv": [0, 109]}, + {"origin": [10, 17, -11.5], "size": [7, 10, 7], "pivot": [14, 21.5, -4], "rotation": [7.5, 0, 0], "uv": [138, 97]}, + {"origin": [11, 15.75, -12], "size": [5, 7, 7], "pivot": [14, 19.25, -4.5], "rotation": [20, 0, 0], "uv": [52, 122]} + ] + }, + { + "name": "Left_Calf", + "parent": "Left_Thigh", + "pivot": [14, 14.25539, -7.92122], + "cubes": [ + {"origin": [11.5, 3.25, -9.75], "size": [4, 9, 5], "inflate": -0.1, "pivot": [14, 21.5, -2], "rotation": [7.5, 0, 0], "uv": [146, 148]}, + {"origin": [11, 11.25, -10.25], "size": [5, 7, 6], "pivot": [14, 21.5, -2], "rotation": [7.5, 0, 0], "uv": [42, 147]} + ] + }, + { + "name": "Left_Foot", + "parent": "Left_Calf", + "pivot": [14, 1.25, -4], + "cubes": [ + {"origin": [11, 1, -9.5], "size": [5, 3, 8], "inflate": 0.01, "uv": [16, 147]} + ] + }, + { + "name": "Left_innertoe", + "parent": "Left_Foot", + "pivot": [10.91667, 2.5, -3.75], + "cubes": [ + {"origin": [6.5, 1, -4.75], "size": [5, 2, 2], "uv": [90, 72]}, + {"origin": [2.5, 1.1, -3.75], "size": [3, 2, 0], "uv": [12, 19]}, + {"origin": [4.25, 1, -4.25], "size": [3, 2, 1], "inflate": -0.1, "uv": [83, 90]} + ] + }, + { + "name": "Left_middletoe", + "parent": "Left_Foot", + "pivot": [12, 2.5, -9.16667], + "cubes": [ + {"origin": [11.5, 1, -15.75], "size": [1, 2, 3], "inflate": -0.1, "uv": [107, 127]}, + {"origin": [12, 1.1, -17.75], "size": [0, 2, 3], "uv": [0, 16]}, + {"origin": [11, 1, -13.5], "size": [2, 2, 4], "uv": [34, 147]} + ] + }, + { + "name": "Left_outertoe", + "parent": "Left_Foot", + "pivot": [15, 2.5, -9.16667], + "cubes": [ + {"origin": [15, 1.1, -17.75], "size": [0, 2, 3], "uv": [6, 16]}, + {"origin": [14, 1, -13.5], "size": [2, 2, 4], "uv": [58, 147]}, + {"origin": [14.5, 1, -15.75], "size": [1, 2, 3], "inflate": -0.1, "uv": [29, 112]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/hoopa/hoopa.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/hoopa/hoopa.geo.json new file mode 100644 index 0000000..f0b84d7 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/hoopa/hoopa.geo.json @@ -0,0 +1,208 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.hoopa", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 5, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "hoopa", + "pivot": [0, 0, 0] + }, + { + "name": "mainthing", + "parent": "hoopa", + "pivot": [-1, 3, 0], + "rotation": [0, -90, 0] + }, + { + "name": "positionalhead", + "parent": "mainthing", + "pivot": [-1, 14, -2] + }, + { + "name": "looky", + "parent": "positionalhead", + "pivot": [-0.11817, 14.3029, -1.29621], + "rotation": [0, 87.5, 0] + }, + { + "name": "head", + "parent": "looky", + "pivot": [-0.07645, 14.3029, -1.3825], + "rotation": [0, -87.5, 0] + }, + { + "name": "headwoosh", + "parent": "head", + "pivot": [0.17355, 14.3029, -1.3825], + "cubes": [ + {"origin": [2.67355, 19.79, -3.3825], "size": [3, 2, 5], "uv": [46, 26]}, + {"origin": [1.17355, 19.29, -2.3825], "size": [2, 2, 3], "pivot": [4.92355, 1.8029, 7.8675], "rotation": [0, -0.43399, 9.99067], "uv": [10, 59]}, + {"origin": [-3.82645, 17.29, -1.3825], "size": [1, 1, 1], "pivot": [4.92355, 1.8029, 7.8675], "rotation": [0, -1.34295, 32.47528], "uv": [12, 50]} + ] + }, + { + "name": "lefthorn", + "parent": "headwoosh", + "pivot": [-0.07645, 1.3029, -1.1325], + "cubes": [ + {"origin": [-1.07645, -1.1971, 21.95992], "size": [1, 1, 1], "pivot": [-6.32645, 0.8029, 0.70992], "rotation": [75, 0, 0], "uv": [35, 49]}, + {"origin": [-1.57645, -1.1971, 20.45992], "size": [2, 2, 2], "pivot": [-6.32645, 0.8029, 0.70992], "rotation": [72.5, 0, 0], "uv": [21, 59]}, + {"origin": [-2.07645, 8.0529, 15.20992], "size": [3, 3, 3], "pivot": [-1.82645, 2.5529, 0.70992], "rotation": [45, 0, 0], "uv": [53, 41]}, + {"origin": [-2.57645, 14.5529, 7.20992], "size": [4, 3, 4], "pivot": [-1.82645, 2.5529, 0.70992], "rotation": [15, 0, 0], "uv": [17, 44]} + ] + }, + { + "name": "righthorn", + "parent": "lefthorn", + "pivot": [-0.07645, 1.5529, -1.6325], + "cubes": [ + {"origin": [-1.57645, -1.1971, -24.6325], "size": [2, 2, 2], "pivot": [-6.32645, 0.8029, -2.8825], "rotation": [-72.5, 0, 0], "uv": [21, 59]}, + {"origin": [-1.07645, -1.1971, -25.1325], "size": [1, 1, 1], "pivot": [-6.32645, 0.8029, -2.8825], "rotation": [-75, 0, 0], "uv": [35, 49]}, + {"origin": [-2.07645, 8.0529, -20.3825], "size": [3, 3, 3], "pivot": [-1.82645, 2.5529, -2.8825], "rotation": [-45, 0, 0], "uv": [53, 41]}, + {"origin": [-2.57645, 14.5529, -13.3825], "size": [4, 3, 4], "pivot": [-1.82645, 2.5529, -2.8825], "rotation": [-15, 0, 0], "uv": [17, 44]} + ] + }, + { + "name": "facering", + "parent": "righthorn", + "pivot": [-0.07645, 3.0529, -1.6325], + "cubes": [ + {"origin": [-4.08645, 18.78, -2.1325], "size": [0, 3, 2], "uv": [0, 33]} + ] + }, + { + "name": "face", + "parent": "facering", + "pivot": [-0.07645, 3.8029, -1.6325], + "cubes": [ + {"origin": [-4.08645, 15.0529, -4.6325], "size": [0, 1, 7], "uv": [27, 45]}, + {"origin": [-4.08645, 14.0529, -3.6325], "size": [0, 1, 5], "uv": [52, 52]} + ] + }, + { + "name": "eyes", + "parent": "face", + "pivot": [-6.32645, 3.0529, -0.3825], + "rotation": [0, -90, 0], + "cubes": [ + {"origin": [-12.08645, 16.4, -4.68629], "size": [1, 3, 3], "pivot": [-7.95828, 2.5, 0.66371], "rotation": [0, -90, 0], "uv": [29, 60]}, + {"origin": [-11.09645, 16.8029, -3.93629], "size": [0, 2, 2], "pivot": [-7.95828, 2.5, 0.66371], "rotation": [0, -90, 0], "uv": [30, 21]}, + {"origin": [-3.08011, 16.4, -4.68629], "size": [1, 3, 3], "pivot": [-6.20828, 2.5, 0.66371], "rotation": [0, 90, 0], "uv": [0, 19]}, + {"origin": [-3.07011, 16.8029, -3.93629], "size": [0, 2, 2], "pivot": [-6.20828, 2.5, 0.66371], "rotation": [0, 90, 0], "uv": [25, 0]} + ] + }, + { + "name": "eyebrows", + "parent": "face", + "pivot": [-5.57645, 18.0529, -4.3825], + "rotation": [0, -90, 0], + "cubes": [ + {"origin": [-3.57645, 17.8029, -11.98629], "size": [1, 1, 4], "pivot": [-1.07645, 2.5529, -4.1325], "rotation": [0, -90, -15], "uv": [28, 54]}, + {"origin": [-3.34011, 18.2, -10.73629], "size": [1, 1, 4], "pivot": [-4.84011, 2.5529, -4.1325], "rotation": [0, 90, 15], "uv": [55, 16]} + ] + }, + { + "name": "headshape", + "parent": "facering", + "pivot": [-0.07645, 4.0529, -1.8825], + "cubes": [ + {"origin": [-3.57645, 14.7529, -6.8825], "size": [6, 6, 2], "uv": [19, 35]}, + {"origin": [-3.57645, 14.7529, 2.6175], "size": [6, 6, 2], "uv": [36, 40]}, + {"origin": [-4.07645, 13.8029, -6.1325], "size": [7, 8, 10], "uv": [0, 0]} + ] + }, + { + "name": "headring", + "parent": "headwoosh", + "pivot": [-0.57645, 20.5529, 5.1175], + "cubes": [ + {"origin": [1.42355, 13.8529, 4.8675], "size": [1, 7, 1], "uv": [0, 0]}, + {"origin": [-17.62828, 1.3029, 4.8675], "size": [1, 4, 1], "pivot": [-0.32645, 3.5529, 11.6175], "rotation": [0, 0, 90], "uv": [0, 0]}, + {"origin": [-3.57645, 13.8529, 4.8675], "size": [1, 7, 1], "uv": [0, 0]}, + {"origin": [-11.62645, 1.3029, 4.8675], "size": [1, 4, 1], "pivot": [-0.32645, 3.5529, 11.6175], "rotation": [0, 0, 90], "uv": [2, 0]} + ] + }, + { + "name": "headring2", + "parent": "headwoosh", + "pivot": [-1.32645, 20.5529, -7.3825], + "cubes": [ + {"origin": [-3.57645, 13.8029, -8.1325], "size": [1, 7, 1], "uv": [5, 0]}, + {"origin": [1.42355, 13.8029, -8.1325], "size": [1, 7, 1], "uv": [0, 0]}, + {"origin": [-11.32645, 1.0529, -8.13629], "size": [1, 4, 1], "pivot": [-0.07645, 3.5529, -14.1325], "rotation": [0, 0, 90], "uv": [63, 28]}, + {"origin": [-17.32645, 1.0529, -8.13629], "size": [1, 4, 1], "pivot": [-0.07645, 3.5529, -14.1325], "rotation": [0, 0, 90], "uv": [63, 28]} + ] + }, + { + "name": "body", + "parent": "mainthing", + "pivot": [-0.11817, 12.3029, -1.29621], + "cubes": [ + {"origin": [-4.85727, 12.13998, -4.65231], "size": [1, 1, 3], "pivot": [-2.11817, 3.0529, -2.79621], "rotation": [-152.5, -2.5, 180], "uv": [58, 59]}, + {"origin": [0.01, 10.65933, -1.45923], "size": [1, 1, 3], "pivot": [-3.88183, 3.0529, -2.79621], "rotation": [27.5, 2.5, 0], "uv": [49, 59]}, + {"origin": [-6.86817, 13.3029, -2.29621], "size": [3, 2, 6], "pivot": [-3, 3, -0.25], "rotation": [-180, 0, 180], "uv": [0, 33]}, + {"origin": [-7.86817, 8.3029, -3.26], "size": [5, 5, 8], "pivot": [-3, 3, -0.25], "rotation": [-180, 0, 180], "uv": [0, 19]} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [-0.11817, 3.0529, -1.54621], + "cubes": [ + {"origin": [-2.61817, 7.8029, -3.76], "size": [4, 1, 5], "uv": [38, 12]}, + {"origin": [-2.11817, 6.0029, -3.26], "size": [3, 2, 4], "uv": [44, 19]}, + {"origin": [-3.21384, 6.28387, -2.79621], "size": [4, 2, 3], "pivot": [-2.61817, 3.0529, -1.29621], "rotation": [0, 0, 22.5], "uv": [0, 50]}, + {"origin": [1.41446, 4.55076, -2.29621], "size": [3, 2, 2], "pivot": [-2.61817, 3.0529, -1.29621], "rotation": [0, 0, -7.5], "uv": [58, 52]} + ] + }, + { + "name": "bodyring", + "parent": "tail", + "pivot": [-0.11817, 3.0529, -1.54621], + "cubes": [ + {"origin": [2.5, 8.3029, -5.29621], "size": [1, 1, 7], "pivot": [-1.36817, 3.0529, -1.04621], "rotation": [0, -90, 0], "uv": [38, 3]}, + {"origin": [-5.61817, 8.3029, -5.79621], "size": [1, 1, 9], "pivot": [-1.36817, 3.0529, -1.04621], "rotation": [-180, 0, 180], "uv": [26, 10]}, + {"origin": [-4.11817, 8.3029, -6.29621], "size": [1, 1, 10], "uv": [18, 24]}, + {"origin": [-6.61817, 8.3029, -5.29621], "size": [1, 1, 6], "pivot": [-1.36817, 3.0529, -1.04621], "rotation": [0, -90, 0], "uv": [37, 32]} + ] + }, + { + "name": "arm_left", + "parent": "bodyring", + "pivot": [-0.11817, 9.8029, 4.45379], + "cubes": [ + {"origin": [-0.38183, 11.5529, -4.79621], "size": [1, 1, 1], "pivot": [0.61817, 3.3029, -1.79621], "rotation": [-150, 2.5, 180], "uv": [39, 0]}, + {"origin": [-1.38183, 10.8029, -6.54621], "size": [3, 3, 3], "pivot": [0.61817, 3.3029, -1.79621], "rotation": [-145, 2.5, 180], "uv": [15, 52]}, + {"origin": [-1.88183, 10.3029, -10.29621], "size": [4, 4, 5], "pivot": [0.61817, 3.3029, -1.79621], "rotation": [-145, 2.5, 180], "uv": [25, 0]}, + {"origin": [-1.88183, 15.5529, -8.04621], "size": [4, 1, 2], "pivot": [0.61817, 3.3029, -1.79621], "rotation": [-125, 2.5, 180], "uv": [39, 57]}, + {"origin": [-1.88183, 16.8029, -1.29621], "size": [4, 1, 2], "pivot": [0.61817, 3.3029, -1.79621], "rotation": [-90, 2.5, -180], "uv": [0, 56]}, + {"origin": [-8.63183, 8.5529, -7.54621], "size": [1, 1, 2], "pivot": [0.61817, 3.3029, -1.79621], "rotation": [-142.32202, 53.29424, 133.02476], "uv": [13, 33]}, + {"origin": [-2.38183, 9.8029, -9.04621], "size": [5, 5, 2], "pivot": [0.61817, 3.3029, -1.79621], "rotation": [-145, 2.5, 180], "uv": [48, 0]} + ] + }, + { + "name": "arm_right", + "parent": "bodyring", + "pivot": [0.38183, 9.8029, -7.04621], + "cubes": [ + {"origin": [0.13183, 11.5529, -3.54621], "size": [1, 1, 1], "pivot": [0.13183, 3.3029, -0.54621], "rotation": [30, 0, 0], "uv": [46, 34]}, + {"origin": [-0.86817, 10.8029, -5.29621], "size": [3, 3, 3], "pivot": [0.13183, 3.3029, -0.54621], "rotation": [35, 0, 0], "uv": [53, 34]}, + {"origin": [-1.36817, 10.3029, -9.04621], "size": [4, 4, 5], "pivot": [0.13183, 3.3029, -0.54621], "rotation": [35, 0, 0], "uv": [30, 21]}, + {"origin": [-1.36817, 15.5529, -6.79621], "size": [4, 1, 2], "pivot": [0.13183, 3.3029, -0.54621], "rotation": [55, 0, 0], "uv": [58, 24]}, + {"origin": [-1.36817, 16.8029, -0.04621], "size": [4, 1, 2], "pivot": [0.13183, 3.3029, -0.54621], "rotation": [90, 0, 0], "uv": [57, 48]}, + {"origin": [8.38183, 8.5529, -6.29621], "size": [1, 1, 2], "pivot": [0.13183, 3.3029, -0.54621], "rotation": [40.61755, 51.55114, -44.64508], "uv": [13, 42]}, + {"origin": [-1.86817, 9.8029, -7.79621], "size": [5, 5, 2], "pivot": [0.13183, 3.3029, -0.54621], "rotation": [35, 0, 0], "uv": [42, 49]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/hoopa_unbound/hoopa_unbound.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/hoopa_unbound/hoopa_unbound.geo.json new file mode 100644 index 0000000..761dc1b --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/hoopa_unbound/hoopa_unbound.geo.json @@ -0,0 +1,780 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 1024, + "texture_height": 1024, + "visible_bounds_width": 28, + "visible_bounds_height": 27, + "visible_bounds_offset": [0, 10.5, 0] + }, + "bones": [ + { + "name": "hoopa_unbound", + "pivot": [0, 0, 0] + }, + { + "name": "bodynarm", + "parent": "hoopa_unbound", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "bodynarm", + "pivot": [1.3463, 92.45016, -4.47912] + }, + { + "name": "bodyminuschest", + "parent": "body", + "pivot": [1.3463, 92.45016, -4.47912], + "cubes": [ + {"origin": [-40, 91.29446, -17.25], "size": [80, 73, 26], "uv": [0, 0]}, + {"origin": [-37, 87.29446, -45.25], "size": [33, 0, 29], "pivot": [-20.5, 88.29446, -18.25], "rotation": [58.28317, 14.5434, -0.30859], "uv": [2, 268]}, + {"origin": [-48, 86.29446, -30.25], "size": [33, 0, 29], "pivot": [-31.5, 87.29446, -3.25], "rotation": [-96.2002, 79.12126, -151.27437], "uv": [244, 55]}, + {"origin": [15, 86.29446, -6.75], "size": [33, 0, 28], "pivot": [31.5, 87.29446, -4.75], "rotation": [86.34005, 86.61601, 153.9291], "uv": [207, 121]}, + {"origin": [13, 86.29446, -30.25], "size": [36, 0, 29], "pivot": [31.5, 87.29446, -3.25], "rotation": [-96.2002, -79.12126, 151.27437], "uv": [238, 150]}, + {"origin": [-48, 86.29446, -6.75], "size": [33, 0, 29], "pivot": [-31.5, 87.29446, -4.75], "rotation": [86.34005, -86.61601, -153.9291], "uv": [240, 180]}, + {"origin": [4, 87.29446, -45.25], "size": [33, 0, 29], "pivot": [20.5, 88.29446, -18.25], "rotation": [58.28317, -14.5434, 0.30859], "uv": [182, 266]}, + {"origin": [-37, 91.29446, 8.25], "size": [33, 0, 29], "pivot": [-20.5, 92.29446, 10.25], "rotation": [-58.59683, -12.41307, 1.03687], "uv": [252, 266]}, + {"origin": [4, 91.29446, 8.25], "size": [33, 0, 29], "pivot": [20.5, 92.29446, 10.25], "rotation": [-58.59683, 12.41307, -1.03687], "uv": [266, 210]}, + {"origin": [-31.41599, 117.51475, -18.03771], "size": [16, 13, 8], "pivot": [-23.41599, 124.01475, -14.03771], "rotation": [0, -10, 0], "uv": [420, 516]}, + {"origin": [-35.5, 87.29446, -20.25], "size": [71, 7, 31], "pivot": [0, 90.79446, -4.75], "rotation": [2.5, 0, 0], "uv": [0, 99]} + ] + }, + { + "name": "tail", + "parent": "bodyminuschest", + "pivot": [0, 89, -2], + "cubes": [ + {"origin": [-10.5, 58.79446, -4.25], "size": [21, 27, 49], "uv": [0, 137]}, + {"origin": [-10.5, 54.79446, 14.5], "size": [21, 19, 27], "pivot": [-4.75, 31.04446, 0], "rotation": [42.5, 0, 0], "uv": [73, 312]}, + {"origin": [-11.5, 72.29446, -18.25], "size": [23, 15, 27], "uv": [0, 297]} + ] + }, + { + "name": "tailseg1", + "parent": "tail", + "pivot": [-5.75, 71.04446, 44], + "cubes": [ + {"origin": [-8.5, 60.79446, 44.75], "size": [17, 23, 23], "uv": [352, 66]} + ] + }, + { + "name": "tailseg2", + "parent": "tailseg1", + "pivot": [0, 72.19446, 67.85], + "cubes": [ + {"origin": [-6.5, 62.79446, 67.75], "size": [13, 19, 19], "uv": [148, 420]} + ] + }, + { + "name": "tailtip", + "parent": "tailseg2", + "pivot": [0, 72.16946, 87.5], + "cubes": [ + {"origin": [-4.5, 64.79446, 86.75], "size": [9, 15, 22], "uv": [462, 302]} + ] + }, + { + "name": "TAILTIP2", + "parent": "tailtip", + "pivot": [0, 72.04446, 110.75], + "cubes": [ + {"origin": [-3.5, 67.79446, 108.75], "size": [7, 9, 24], "uv": [458, 347]}, + {"origin": [-2.5, 69.79446, 130.75], "size": [5, 5, 20], "uv": [298, 492]}, + {"origin": [-15.5, 71.79446, 148.75], "size": [31, 0, 31], "uv": [61, 138]} + ] + }, + { + "name": "chestthing1", + "parent": "bodyminuschest", + "pivot": [36.37204, 149.71625, -3.5], + "cubes": [ + {"origin": [22.43538, 127.50454, 4.92782], "size": [23, 18, 8], "pivot": [36.37204, 149.71625, -3.5], "rotation": [-2.4952, -4.3288, 64.9053], "uv": [0, 474]}, + {"origin": [18.43538, 143.25947, -21.49002], "size": [30, 20, 34], "pivot": [36.37204, 149.71625, -3.5], "rotation": [2.5048, -4.3288, 64.9053], "uv": [0, 213]}, + {"origin": [21.12204, 123.61016, -20.49763], "size": [30, 20, 34], "pivot": [36.37204, 124.71625, -9.60954], "rotation": [0, 0, 90], "uv": [212, 0]}, + {"origin": [24.67442, 104.03757, 5.60012], "size": [23, 18, 8], "pivot": [37.22028, 123.42039, 16.49763], "rotation": [-5, 0, 90], "uv": [473, 138]}, + {"origin": [17.53524, 97.83194, 4.40161], "size": [23, 18, 8], "pivot": [28.45222, 99.59122, -2.5], "rotation": [3.2861, -4.6978, -64.9297], "uv": [473, 112]}, + {"origin": [13.53524, 78.96671, -21.49002], "size": [30, 20, 34], "pivot": [28.45222, 98.59122, -2.5], "rotation": [-1.7139, -4.6978, -64.9297], "uv": [200, 211]}, + {"origin": [19.53524, 96.48464, -21.37123], "size": [18, 11, 8], "pivot": [28.45222, 98.59122, -2.5], "rotation": [-6.7139, -4.6978, -64.9297], "uv": [294, 382]}, + {"origin": [24.58633, 135.41705, -20.92784], "size": [18, 10, 8], "pivot": [36.37204, 149.71625, -4.5], "rotation": [7.5048, -4.3288, 64.9053], "uv": [428, 498]}, + {"origin": [12.41599, 99.48525, -18.03771], "size": [16, 13, 8], "pivot": [17.41599, 104.98525, -14.03771], "rotation": [2.06485, 1.25454, 35.86507], "uv": [0, 500]}, + {"origin": [27.12204, 114.38888, -20.47334], "size": [19, 11, 8], "pivot": [36.37204, 124.71625, -9.60954], "rotation": [5, 0, 90], "uv": [344, 341]}, + {"origin": [15.41599, 117.51475, -18.03771], "size": [16, 13, 8], "pivot": [23.41599, 124.01475, -14.03771], "rotation": [0, 10, 0], "uv": [0, 158]}, + {"origin": [13.41599, 136.51475, -18.03771], "size": [16, 13, 8], "pivot": [18.41599, 144.01475, -14.03771], "rotation": [-2.06485, 1.25454, -35.86507], "uv": [48, 509]}, + {"origin": [0.30577, 135.23638, 2.41253], "size": [16, 13, 8], "pivot": [8.30577, 140.73638, 7.41253], "rotation": [-9.9952, -4.3288, 64.9053], "uv": [519, 424]}, + {"origin": [9.41599, 117.51475, 3.03771], "size": [16, 13, 8], "pivot": [17.41599, 124.01475, 7.03771], "rotation": [0, -10, 0], "uv": [0, 137]}, + {"origin": [4.30577, 97.76362, 1.41253], "size": [16, 13, 8], "pivot": [12.30577, 105.26362, 6.41253], "rotation": [4.95221, 2.53733, -141.55238], "uv": [290, 517]}, + {"origin": [-16.30577, 135.23638, 2.41253], "size": [16, 13, 8], "pivot": [-8.30577, 140.73638, 7.41253], "rotation": [-9.9952, 4.3288, -64.9053], "uv": [192, 518]} + ] + }, + { + "name": "chestthing2", + "parent": "bodyminuschest", + "pivot": [-36.37204, 149.71625, -3.5], + "cubes": [ + {"origin": [-45.43538, 127.50454, 4.92782], "size": [23, 18, 8], "pivot": [-36.37204, 149.71625, -3.5], "rotation": [-2.4952, 4.3288, -64.9053], "uv": [472, 472]}, + {"origin": [-48.43538, 143.25947, -21.49002], "size": [30, 20, 34], "pivot": [-36.37204, 149.71625, -3.5], "rotation": [2.5048, 4.3288, -64.9053], "uv": [106, 191]}, + {"origin": [-51.12204, 123.61016, -20.49763], "size": [30, 20, 34], "pivot": [-36.37204, 124.71625, -9.60954], "rotation": [0, 0, -90], "uv": [178, 65]}, + {"origin": [-47.67442, 104.03757, 5.60012], "size": [23, 18, 8], "pivot": [-37.22028, 123.42039, 16.49763], "rotation": [-5, 0, -90], "uv": [410, 472]}, + {"origin": [-40.53524, 97.83194, 4.40161], "size": [23, 18, 8], "pivot": [-28.45222, 99.59122, -2.5], "rotation": [3.2861, 4.6978, 64.9297], "uv": [470, 380]}, + {"origin": [-43.53524, 78.96671, -21.49002], "size": [30, 20, 34], "pivot": [-28.45222, 98.59122, -2.5], "rotation": [-1.7139, 4.6978, 64.9297], "uv": [140, 137]}, + {"origin": [-46.12204, 114.38888, -20.47334], "size": [19, 11, 8], "pivot": [-36.37204, 124.71625, -9.60954], "rotation": [5, 0, -90], "uv": [476, 0]}, + {"origin": [-37.53524, 96.48464, -21.37123], "size": [18, 11, 8], "pivot": [-28.45222, 98.59122, -2.5], "rotation": [-6.7139, 4.6978, 64.9297], "uv": [378, 0]}, + {"origin": [-42.58633, 135.41705, -20.92784], "size": [18, 10, 8], "pivot": [-36.37204, 149.71625, -4.5], "rotation": [7.5048, 4.3288, -64.9053], "uv": [486, 406]}, + {"origin": [-29.41599, 136.51475, -18.03771], "size": [16, 13, 8], "pivot": [-18.41599, 144.01475, -14.03771], "rotation": [-2.06485, -1.25454, 35.86507], "uv": [472, 514]}, + {"origin": [-28.41599, 99.48525, -18.03771], "size": [16, 13, 8], "pivot": [-17.41599, 104.98525, -14.03771], "rotation": [2.06485, -1.25454, -35.86507], "uv": [502, 291]}, + {"origin": [-20.30577, 97.76362, 1.41253], "size": [16, 13, 8], "pivot": [-12.30577, 105.26362, 6.41253], "rotation": [4.95221, -2.53733, 141.55238], "uv": [144, 518]}, + {"origin": [-25.41599, 117.51475, 3.03771], "size": [16, 13, 8], "pivot": [-17.41599, 124.01475, 7.03771], "rotation": [0, 10, 0], "uv": [96, 517]} + ] + }, + { + "name": "head", + "parent": "bodyminuschest", + "pivot": [0, 166, 0], + "cubes": [ + {"origin": [-15, 155.68367, -17.31415], "size": [30, 26, 22], "inflate": -0.01, "pivot": [0, 171.68367, -5.81415], "rotation": [37.5, 0, 0], "uv": [188, 295]} + ] + }, + { + "name": "main", + "parent": "head", + "pivot": [0, 173.75838, -8.93668], + "cubes": [ + {"origin": [-13, 169, -26.25], "size": [26, 23, 23], "uv": [292, 295]}, + {"origin": [-6, 176, -36], "size": [18, 14, 18], "pivot": [3, 180, -23], "rotation": [0, 45, 0], "uv": [887, 818]}, + {"origin": [-6.5, 164, -106], "size": [13, 12, 13], "pivot": [-2.5, 25, -9], "rotation": [-32.5, 0, 0], "uv": [217, 343]}, + {"origin": [-4, 178, -32], "size": [0, 3, 3], "pivot": [-4, 177.5, -33.5], "rotation": [176.85277, -43.25787, 3.87955], "uv": [522, 760]}, + {"origin": [-6, 178, -30], "size": [0, 3, 3], "pivot": [-6, 177.5, -31.5], "rotation": [176.85277, -43.25787, 3.87955], "uv": [522, 760]}, + {"origin": [-8, 178, -28], "size": [0, 3, 3], "pivot": [-8, 177.5, -29.5], "rotation": [-176.08184, -43.20724, -6.42074], "uv": [522, 760]}, + {"origin": [-10, 178, -26], "size": [0, 3, 3], "pivot": [-10, 177.5, -27.5], "rotation": [-178.43285, -43.32691, -2.99115], "uv": [522, 760]}, + {"origin": [-12, 178, -24], "size": [0, 3, 3], "pivot": [-12, 177.5, -25.5], "rotation": [-178.43285, -43.32691, -2.99115], "uv": [522, 760]}, + {"origin": [10, 178, -26], "size": [0, 3, 3], "pivot": [10, 177.5, -27.5], "rotation": [-176.19991, 36.8472, 4.15911], "uv": [522, 760]}, + {"origin": [12, 178, -24], "size": [0, 3, 3], "pivot": [12, 177.5, -25.5], "rotation": [-176.19991, 36.8472, 4.15911], "uv": [522, 760]}, + {"origin": [8, 178, -28], "size": [0, 3, 3], "pivot": [8, 177.5, -29.5], "rotation": [-174.33945, 36.64098, 7.26849], "uv": [522, 760]}, + {"origin": [6, 178, -30], "size": [0, 3, 3], "pivot": [6, 177.5, -31.5], "rotation": [-176.19991, 36.8472, 4.15911], "uv": [522, 760]}, + {"origin": [4, 178, -32], "size": [0, 3, 3], "pivot": [4, 177.5, -33.5], "rotation": [-176.19991, 36.8472, 4.15911], "uv": [522, 760]}, + {"origin": [14, 181, -16.25], "size": [3, 12, 12], "uv": [0, 213]} + ] + }, + { + "name": "eyebrowleft", + "parent": "main", + "pivot": [9, 183.75838, -28.93668], + "rotation": [18.8817, -41.6411, -27.2363], + "cubes": [ + {"origin": [3, 183.75838, -29.93668], "size": [6, 2, 1], "uv": [330, 637]} + ] + }, + { + "name": "eyebrowright", + "parent": "main", + "pivot": [-9, 182.75838, -29.93668], + "rotation": [156.5968, -40.6885, -149.6931], + "cubes": [ + {"origin": [-14, 183.75838, -30.93668], "size": [6, 2, 1], "uv": [363, 655]} + ] + }, + { + "name": "hair_top", + "parent": "main", + "pivot": [0, 199, -5], + "cubes": [ + {"origin": [-17, 251.84973, -55.66489], "size": [34, 0, 23], "pivot": [0, 219.84973, -16.66489], "rotation": [-162.5, 0, 0], "uv": [284, 3]}, + {"origin": [-17, 59.69, -210.89], "size": [34, 0, 23], "pivot": [-3, 25, -9], "rotation": [-77.5, 0, 0], "uv": [282, 121]}, + {"origin": [-135, 128.25, -113], "size": [23, 0, 30], "pivot": [-1, 25, -9], "rotation": [-25.15933, 21.2842, 37.69778], "uv": [113, 307]}, + {"origin": [113, 128.25, -113], "size": [22, 0, 30], "pivot": [2, 25, -9], "rotation": [-25.15933, -21.2842, -37.69778], "uv": [276, 86]}, + {"origin": [-14, 176, -111], "size": [28, 34, 26], "pivot": [-4, 25, -9], "rotation": [-32.5, 0, 0], "uv": [102, 245]}, + {"origin": [-13, 208, -109], "size": [26, 19, 22], "pivot": [-3, 25, -9], "rotation": [-32.5, 0, 0], "uv": [270, 341]}, + {"origin": [-9, 226, -104], "size": [18, 11, 12], "pivot": [-3, 25, -9], "rotation": [-32.5, 0, 0], "uv": [186, 0]} + ] + }, + { + "name": "bone", + "parent": "main", + "pivot": [0, 0, -6] + }, + { + "name": "hoopa", + "parent": "bone", + "pivot": [0, 0, -6], + "rotation": [0, -90, 0] + }, + { + "name": "head2", + "parent": "hoopa", + "pivot": [0.88183, 11.3029, -7.29621] + }, + { + "name": "headwoosh", + "parent": "head2", + "pivot": [1.13183, 11.3029, -7.29621] + }, + { + "name": "lefthorn", + "parent": "headwoosh", + "pivot": [0.88183, -1.6971, -7.04621] + }, + { + "name": "righthorn", + "parent": "lefthorn", + "pivot": [0.88183, -1.4471, -7.54621] + }, + { + "name": "facering", + "parent": "righthorn", + "pivot": [0.88183, 0.0529, -7.54621] + }, + { + "name": "face", + "parent": "facering", + "pivot": [0.88183, 0.8029, -7.54621] + }, + { + "name": "eyes", + "parent": "face", + "pivot": [-5.36817, 0.0529, -6.29621], + "rotation": [0, -90, 0] + }, + { + "name": "eyebrows", + "parent": "face", + "pivot": [-4.61817, 15.0529, -10.29621], + "rotation": [0, -90, 0] + }, + { + "name": "headshape", + "parent": "facering", + "pivot": [0.88183, 1.0529, -7.79621] + }, + { + "name": "headring", + "parent": "headwoosh", + "pivot": [0.38183, 17.5529, -0.79621] + }, + { + "name": "headring2", + "parent": "headwoosh", + "pivot": [-0.36817, 17.5529, -13.29621] + }, + { + "name": "body2", + "parent": "hoopa", + "pivot": [0.88183, 9.3029, -7.29621] + }, + { + "name": "tail2", + "parent": "body2", + "pivot": [0.88183, 0.0529, -7.54621] + }, + { + "name": "bodyring", + "parent": "tail2", + "pivot": [0.88183, 0.0529, -7.54621] + }, + { + "name": "arm_left2", + "parent": "bodyring", + "pivot": [0.88183, 6.8029, -1.54621] + }, + { + "name": "arm_right", + "parent": "bodyring", + "pivot": [1.38183, 6.8029, -13.04621] + }, + { + "name": "horns", + "parent": "main", + "pivot": [-3, 25, -3], + "cubes": [ + {"origin": [-61, 183, -14.25], "size": [19, 8, 8], "pivot": [-38.5, 187, -10.25], "rotation": [0, 0, 12.5], "uv": [480, 498]}, + {"origin": [-75.41559, 188.66375, -13.25], "size": [19, 6, 6], "pivot": [-59.5, 192, -10.25], "rotation": [0, 0, 35], "uv": [507, 267]}, + {"origin": [-48, 182, -15.25], "size": [3, 10, 10], "pivot": [-38.5, 187, -10.25], "rotation": [0, 0, 12.5], "uv": [376, 125]}, + {"origin": [-43, 182, -15.25], "size": [29, 10, 10], "uv": [468, 58]}, + {"origin": [-21, 181, -16.25], "size": [3, 12, 12], "uv": [340, 26]}, + {"origin": [-17, 181, -16.25], "size": [3, 12, 12], "uv": [0, 267]}, + {"origin": [42, 183, -14.25], "size": [19, 8, 8], "pivot": [38.5, 187, -10.25], "rotation": [0, 0, -12.5], "uv": [350, 277]}, + {"origin": [56.41559, 188.66375, -13.25], "size": [19, 6, 6], "pivot": [59.5, 192, -10.25], "rotation": [0, 0, -35], "uv": [502, 312]}, + {"origin": [45, 182, -15.25], "size": [3, 10, 10], "pivot": [38.5, 187, -10.25], "rotation": [0, 0, -12.5], "uv": [234, 149]}, + {"origin": [14, 182, -15.25], "size": [29, 10, 10], "uv": [466, 190]}, + {"origin": [18, 181, -16.25], "size": [3, 12, 12], "uv": [0, 99]} + ] + }, + { + "name": "jawmouth", + "parent": "main", + "pivot": [-0.25, 172.95, -23.25], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [-6, 159.9, -47], "size": [12, 10, 7], "pivot": [-6, 160, -39], "rotation": [-42.5, 0, 0], "uv": [361, 412]}, + {"origin": [-4, 154.9, -47], "size": [7, 8, 7], "pivot": [-6, 156, -39], "rotation": [-20, 0, 0], "uv": [363, 412]}, + {"origin": [-14, 168, -27], "size": [28, 7, 15], "uv": [646, 863]}, + {"origin": [-9, 167, -39], "size": [18, 8, 12], "pivot": [0, 173, -28], "rotation": [7.5, 0, 0], "uv": [654, 866]}, + {"origin": [11, 174, -30], "size": [0, 11, 7], "pivot": [11, 173.5, -27.5], "rotation": [3.44743, 49.94126, 22.41514], "uv": [157, 141]}, + {"origin": [-11, 174, -30], "size": [0, 11, 7], "pivot": [-11, 173.5, -27.5], "rotation": [12.15081, -43.93385, -32.29951], "uv": [157, 130]}, + {"origin": [-6, 175, -30], "size": [0, 3, 3], "pivot": [-6, 174.5, -31.5], "rotation": [-2.41881, -41.5974, -2.09043], "uv": [522, 760]}, + {"origin": [-4, 175, -32], "size": [0, 3, 3], "pivot": [-4, 174.5, -33.5], "rotation": [-2.41881, -41.5974, -2.09043], "uv": [522, 760]}, + {"origin": [-2, 175, -34], "size": [0, 3, 3], "pivot": [-2, 174.5, -35.5], "rotation": [-4.62853, -41.44369, 1.2425], "uv": [522, 760]}, + {"origin": [0, 175, -36], "size": [0, 3, 3], "pivot": [0, 174.5, -37.5], "rotation": [2.02524, -41.6146, -8.77898], "uv": [522, 760]}, + {"origin": [2, 175, -38], "size": [0, 3, 3], "pivot": [2, 174.5, -39.5], "rotation": [2.02524, -41.6146, -8.77898], "uv": [522, 760]}, + {"origin": [-1, 175, -38], "size": [0, 3, 3], "pivot": [-1, 174.5, -39.5], "rotation": [7.89965, 38.05715, 10.89544], "uv": [522, 760]}, + {"origin": [1, 175, -36], "size": [0, 3, 3], "pivot": [1, 174.5, -37.5], "rotation": [7.89965, 38.05715, 10.89544], "uv": [522, 760]}, + {"origin": [3, 175, -34], "size": [0, 3, 3], "pivot": [3, 174.5, -35.5], "rotation": [5.94573, 38.35856, 7.7369], "uv": [522, 760]}, + {"origin": [7, 175, -30], "size": [0, 3, 3], "pivot": [7, 174.5, -31.5], "rotation": [7.89965, 38.05715, 10.89544], "uv": [522, 760]}, + {"origin": [5, 175, -32], "size": [0, 3, 3], "pivot": [5, 174.5, -33.5], "rotation": [7.89965, 38.05715, 10.89544], "uv": [522, 760]}, + {"origin": [-6, 171, -37], "size": [18, 4, 18], "pivot": [3, 165, -24], "rotation": [0, 45, 0], "uv": [910, 718]} + ] + }, + { + "name": "legs", + "parent": "bodyminuschest", + "pivot": [-1, 79.04446, 0] + }, + { + "name": "right_leg", + "parent": "legs", + "pivot": [-18.75, 86.00093, -2.70492], + "rotation": [0, 22.5, 12.5], + "cubes": [ + {"origin": [-30.34971, 58.10483, -25.66262], "size": [21, 28, 23], "pivot": [-42.34971, 35.85483, 5.33738], "rotation": [-12.5, 0, 0], "uv": [0, 339]} + ] + }, + { + "name": "knee_right", + "parent": "right_leg", + "pivot": [-20.59971, 61.58124, -7.85551], + "cubes": [ + {"origin": [-28.34971, 33.35483, -9.91262], "size": [16, 36, 19], "pivot": [-42.34971, 38.85483, 5.33738], "rotation": [15, 0, 0], "uv": [403, 112]}, + {"origin": [-32.34971, 39.35483, -12.91262], "size": [24, 4, 26], "pivot": [-42.34971, 38.85483, 5.33738], "rotation": [15, 0, 0], "uv": [350, 247]} + ] + }, + { + "name": "bone28", + "parent": "knee_right", + "pivot": [-18.60225, 32.79361, 0.42416], + "cubes": [ + {"origin": [-28.59971, 26.69335, -22.73478], "size": [16, 8, 32], "pivot": [-42.59971, 34.19335, 7.51522], "rotation": [15, 0, 0], "uv": [342, 26]}, + {"origin": [-25.59971, 22.68924, -31.6278], "size": [10, 7, 11], "pivot": [-20.59971, 21.68924, -25.6278], "rotation": [-22.5, 0, 0], "uv": [328, 247]} + ] + }, + { + "name": "left_leg", + "parent": "legs", + "pivot": [18.75, 86.00093, -2.70492], + "rotation": [0, -22.5, -12.5], + "cubes": [ + {"origin": [9.34971, 58.10483, -25.66262], "size": [21, 28, 23], "pivot": [42.34971, 35.85483, 5.33738], "rotation": [-12.5, 0, 0], "uv": [338, 145]} + ] + }, + { + "name": "knee_left", + "parent": "left_leg", + "pivot": [20.59971, 62.58124, -7.85551], + "cubes": [ + {"origin": [12.34971, 33.35483, -9.91262], "size": [16, 36, 19], "pivot": [42.34971, 38.85483, 5.33738], "rotation": [15, 0, 0], "uv": [88, 358]}, + {"origin": [8.34971, 39.35483, -12.91262], "size": [24, 4, 26], "pivot": [42.34971, 38.85483, 5.33738], "rotation": [15, 0, 0], "uv": [143, 343]} + ] + }, + { + "name": "bone29", + "parent": "knee_left", + "pivot": [27.60225, 31.79361, 0.42416], + "cubes": [ + {"origin": [12.59971, 26.69335, -22.73478], "size": [16, 8, 32], "pivot": [42.59971, 34.19335, 7.51522], "rotation": [15, 0, 0], "uv": [332, 207]}, + {"origin": [15.59971, 22.68924, -31.6278], "size": [10, 7, 11], "pivot": [20.59971, 21.68924, -25.6278], "rotation": [-22.5, 0, 0], "uv": [270, 295]} + ] + }, + { + "name": "chest_hole", + "parent": "body", + "pivot": [-4.75, 117.0835, 1], + "cubes": [ + {"origin": [-12.5, 112.294, -19.0775], "size": [25, 25, 5], "uv": [192, 466]} + ] + }, + { + "name": "arms", + "parent": "bodynarm", + "pivot": [-53.44827, 89.05625, -5.83115] + }, + { + "name": "top_left3", + "parent": "arms", + "pivot": [-53.44827, 89.05625, -5.83115], + "rotation": [-176.75678, 2.11766, 154.85254], + "cubes": [ + {"origin": [-86.5, 93.4101, -247.2074], "size": [16, 21, 16], "pivot": [-69.74, 78.2201, -122.5124], "rotation": [180, 0, 90], "uv": [64, 442]}, + {"origin": [-88.08, 66.3401, -249.0674], "size": [19, 27, 20], "pivot": [-69.74, 78.2201, -122.5124], "rotation": [180, 0, 90], "uv": [0, 390]}, + {"origin": [-85.47, 57.6201, -246.5674], "size": [16, 7, 15], "pivot": [-69.74, 78.2201, -122.5124], "rotation": [180, 0, 90], "uv": [103, 495]}, + {"origin": [-82.47, 51.6201, -243.5674], "size": [10, 6, 9], "pivot": [-69.74, 78.2201, -122.5124], "rotation": [180, 0, 90], "uv": [339, 513]}, + {"origin": [-90.19, 64.3401, -251.1774], "size": [23, 5, 24], "pivot": [-69.74, 78.2201, -122.5124], "rotation": [180, 0, 90], "uv": [406, 29]}, + {"origin": [-88.33, 111.7101, -248.5674], "size": [20, 4, 19], "pivot": [-69.74, 78.2201, -122.5124], "rotation": [180, 0, 90], "uv": [276, 438]} + ] + }, + { + "name": "bone12", + "parent": "top_left3", + "pivot": [-106.93, 83.9801, -3.3174], + "cubes": [ + {"origin": [-125.95, 75.4501, -7.8174], "size": [18, 20, 10], "pivot": [-116.45, 85.4501, -2.8174], "rotation": [-170, 0, 90], "uv": [490, 19]} + ] + }, + { + "name": "bone13", + "parent": "bone12", + "pivot": [-122.85011, 79.9801, -1.21459], + "cubes": [ + {"origin": [-125.88011, 79.12246, -11.1328], "size": [6, 16, 7], "pivot": [-122.85011, 79.9801, -4.21459], "rotation": [152.5, 0, 77.5], "uv": [513, 529]}, + {"origin": [-124.82011, 93.12246, -9.1328], "size": [4, 4, 7], "pivot": [-122.85011, 79.9801, -4.21459], "rotation": [152.5, 0, 77.5], "uv": [272, 84]} + ] + }, + { + "name": "bone14", + "parent": "bone12", + "pivot": [-122.85011, 92.4701, -1.21459], + "cubes": [ + {"origin": [-125.88011, 77.32773, -11.1328], "size": [6, 16, 7], "pivot": [-122.85011, 92.4701, -4.21459], "rotation": [-152.5, 0, -77.5], "uv": [338, 528]}, + {"origin": [-124.82011, 75.32773, -9.1328], "size": [4, 4, 7], "pivot": [-122.85011, 92.4701, -4.21459], "rotation": [-152.5, 0, -77.5], "uv": [184, 258]} + ] + }, + { + "name": "bone15", + "parent": "bone12", + "pivot": [-112.93, 94.9801, -3.3174], + "cubes": [ + {"origin": [-121.93, 97.9801, -4.8174], "size": [4, 4, 7], "pivot": [-112.93, 99.9801, -3.3174], "rotation": [180, 0, 90], "uv": [243, 191]}, + {"origin": [-119.93, 96.9801, -6.8174], "size": [14, 6, 7], "pivot": [-112.93, 99.9801, -3.3174], "rotation": [180, 0, 90], "uv": [124, 420]} + ] + }, + { + "name": "top_left2", + "parent": "arms", + "pivot": [-62.44827, 127.05625, -3.83115], + "rotation": [180, 2.5, -180], + "cubes": [ + {"origin": [-95.5, 131.4101, -245.2074], "size": [16, 21, 16], "pivot": [-78.74, 116.2201, -120.5124], "rotation": [180, 0, 90], "uv": [354, 443]}, + {"origin": [-97.08, 104.3401, -247.0674], "size": [19, 27, 20], "pivot": [-78.74, 116.2201, -120.5124], "rotation": [180, 0, 90], "uv": [390, 277]}, + {"origin": [-94.47, 95.6201, -244.5674], "size": [16, 7, 15], "pivot": [-78.74, 116.2201, -120.5124], "rotation": [180, 0, 90], "uv": [165, 496]}, + {"origin": [-91.47, 89.6201, -241.5674], "size": [10, 6, 9], "pivot": [-78.74, 116.2201, -120.5124], "rotation": [180, 0, 90], "uv": [520, 361]}, + {"origin": [-99.19, 102.3401, -249.1774], "size": [23, 5, 24], "pivot": [-78.74, 116.2201, -120.5124], "rotation": [180, 0, 90], "uv": [290, 409]}, + {"origin": [-97.33, 149.7101, -246.5674], "size": [20, 4, 19], "pivot": [-78.74, 116.2201, -120.5124], "rotation": [180, 0, 90], "uv": [441, 424]} + ] + }, + { + "name": "bone8", + "parent": "top_left2", + "pivot": [-115.93, 121.9801, -1.3174], + "cubes": [ + {"origin": [-134.95, 113.4501, -5.8174], "size": [18, 20, 10], "pivot": [-125.45, 123.4501, -0.8174], "rotation": [-170, 0, 90], "uv": [491, 78]} + ] + }, + { + "name": "bone9", + "parent": "bone8", + "pivot": [-131.85011, 117.9801, 0.78541], + "cubes": [ + {"origin": [-134.88011, 117.12246, -9.1328], "size": [6, 16, 7], "pivot": [-131.85011, 117.9801, -2.21459], "rotation": [152.5, 0, 77.5], "uv": [396, 530]}, + {"origin": [-133.82011, 131.12246, -7.1328], "size": [4, 4, 7], "pivot": [-131.85011, 117.9801, -2.21459], "rotation": [152.5, 0, 77.5], "uv": [338, 145]} + ] + }, + { + "name": "bone10", + "parent": "bone8", + "pivot": [-131.85011, 130.4701, 0.78541], + "cubes": [ + {"origin": [-134.88011, 115.32773, -9.1328], "size": [6, 16, 7], "pivot": [-131.85011, 130.4701, -2.21459], "rotation": [-152.5, 0, -77.5], "uv": [52, 530]}, + {"origin": [-133.82011, 113.32773, -7.1328], "size": [4, 4, 7], "pivot": [-131.85011, 130.4701, -2.21459], "rotation": [-152.5, 0, -77.5], "uv": [73, 312]} + ] + }, + { + "name": "bone11", + "parent": "bone8", + "pivot": [-121.93, 132.9801, -1.3174], + "cubes": [ + {"origin": [-130.93, 135.9801, -2.8174], "size": [4, 4, 7], "pivot": [-121.93, 137.9801, -1.3174], "rotation": [180, 0, 90], "uv": [188, 305]}, + {"origin": [-128.93, 134.9801, -4.8174], "size": [14, 6, 7], "pivot": [-121.93, 137.9801, -1.3174], "rotation": [180, 0, 90], "uv": [312, 461]} + ] + }, + { + "name": "top_left", + "parent": "arms", + "pivot": [-55.44827, 159.05625, -4.83115], + "rotation": [-3.90091, 2.91787, -154.9953], + "cubes": [ + {"origin": [-88.5, 163.4101, -246.2074], "size": [16, 21, 16], "pivot": [-71.74, 148.2201, -121.5124], "rotation": [180, 0, 90], "uv": [128, 458]}, + {"origin": [-90.08, 136.3401, -248.0674], "size": [19, 27, 20], "pivot": [-71.74, 148.2201, -121.5124], "rotation": [180, 0, 90], "uv": [404, 324]}, + {"origin": [-87.47, 127.6201, -245.5674], "size": [16, 7, 15], "pivot": [-71.74, 148.2201, -121.5124], "rotation": [180, 0, 90], "uv": [496, 339]}, + {"origin": [-84.47, 121.6201, -242.5674], "size": [10, 6, 9], "pivot": [-71.74, 148.2201, -121.5124], "rotation": [180, 0, 90], "uv": [520, 514]}, + {"origin": [-92.19, 134.3401, -250.1774], "size": [23, 5, 24], "pivot": [-71.74, 148.2201, -121.5124], "rotation": [180, 0, 90], "uv": [54, 413]}, + {"origin": [-90.33, 181.7101, -247.5674], "size": [20, 4, 19], "pivot": [-71.74, 148.2201, -121.5124], "rotation": [180, 0, 90], "uv": [448, 268]} + ] + }, + { + "name": "bone4", + "parent": "top_left", + "pivot": [-108.93, 153.9801, -2.3174], + "cubes": [ + {"origin": [-127.95, 145.4501, -6.8174], "size": [18, 20, 10], "pivot": [-118.45, 155.4501, -1.8174], "rotation": [-170, 0, 90], "uv": [242, 492]} + ] + }, + { + "name": "bone6", + "parent": "bone4", + "pivot": [-124.85011, 149.9801, -0.21459], + "cubes": [ + {"origin": [-127.88011, 149.12246, -10.1328], "size": [6, 16, 7], "pivot": [-124.85011, 149.9801, -3.21459], "rotation": [152.5, 0, 77.5], "uv": [532, 376]}, + {"origin": [-126.82011, 163.12246, -8.1328], "size": [4, 4, 7], "pivot": [-124.85011, 149.9801, -3.21459], "rotation": [152.5, 0, 77.5], "uv": [0, 339]} + ] + }, + { + "name": "bone5", + "parent": "bone4", + "pivot": [-124.85011, 162.4701, -0.21459], + "cubes": [ + {"origin": [-127.88011, 147.32773, -10.1328], "size": [6, 16, 7], "pivot": [-124.85011, 162.4701, -3.21459], "rotation": [-152.5, 0, -77.5], "uv": [266, 531]}, + {"origin": [-126.82011, 145.32773, -8.1328], "size": [4, 4, 7], "pivot": [-124.85011, 162.4701, -3.21459], "rotation": [-152.5, 0, -77.5], "uv": [338, 196]} + ] + }, + { + "name": "bone7", + "parent": "bone4", + "pivot": [-114.93, 164.9801, -2.3174], + "cubes": [ + {"origin": [-123.93, 167.9801, -3.8174], "size": [4, 4, 7], "pivot": [-114.93, 169.9801, -2.3174], "rotation": [180, 0, 90], "uv": [338, 156]}, + {"origin": [-121.93, 166.9801, -5.8174], "size": [14, 6, 7], "pivot": [-114.93, 169.9801, -2.3174], "rotation": [180, 0, 90], "uv": [519, 445]} + ] + }, + { + "name": "top_right2", + "parent": "arms", + "pivot": [62.44827, 126.05625, -3.83115], + "rotation": [179.9905, 0.00477, -179.78218], + "cubes": [ + {"origin": [79.5, 130.4101, -245.2074], "size": [16, 21, 16], "pivot": [78.74, 115.2201, -120.5124], "rotation": [180, 0, -90], "uv": [212, 429]}, + {"origin": [78.08, 103.3401, -247.0674], "size": [19, 27, 20], "pivot": [78.74, 115.2201, -120.5124], "rotation": [180, 0, -90], "uv": [158, 373]}, + {"origin": [78.47, 94.6201, -244.5674], "size": [16, 7, 15], "pivot": [78.74, 115.2201, -120.5124], "rotation": [180, 0, -90], "uv": [485, 164]}, + {"origin": [81.47, 88.6201, -241.5674], "size": [10, 6, 9], "pivot": [78.74, 115.2201, -120.5124], "rotation": [180, 0, -90], "uv": [216, 373]}, + {"origin": [76.19, 101.3401, -249.1774], "size": [23, 5, 24], "pivot": [78.74, 115.2201, -120.5124], "rotation": [180, 0, -90], "uv": [400, 385]}, + {"origin": [77.33, 148.7101, -246.5674], "size": [20, 4, 19], "pivot": [78.74, 115.2201, -120.5124], "rotation": [180, 0, -90], "uv": [426, 167]} + ] + }, + { + "name": "bone20", + "parent": "top_right2", + "pivot": [115.93, 120.9801, -1.3174], + "cubes": [ + {"origin": [116.95, 112.4501, -5.8174], "size": [18, 20, 10], "pivot": [125.45, 122.4501, -0.8174], "rotation": [-170, 0, -90], "uv": [480, 215]} + ] + }, + { + "name": "bone21", + "parent": "bone20", + "pivot": [131.85011, 116.9801, 0.78541], + "cubes": [ + {"origin": [128.88011, 116.12246, -9.1328], "size": [6, 16, 7], "pivot": [131.85011, 116.9801, -2.21459], "rotation": [152.5, 0, -77.5], "uv": [240, 522]}, + {"origin": [129.82011, 130.12246, -7.1328], "size": [4, 4, 7], "pivot": [131.85011, 116.9801, -2.21459], "rotation": [152.5, 0, -77.5], "uv": [212, 54]} + ] + }, + { + "name": "bone22", + "parent": "bone20", + "pivot": [131.85011, 129.4701, 0.78541], + "cubes": [ + {"origin": [128.88011, 114.32773, -9.1328], "size": [6, 16, 7], "pivot": [131.85011, 129.4701, -2.21459], "rotation": [-152.5, 0, 77.5], "uv": [0, 521]}, + {"origin": [129.82011, 112.32773, -7.1328], "size": [4, 4, 7], "pivot": [131.85011, 129.4701, -2.21459], "rotation": [-152.5, 0, 77.5], "uv": [212, 23]} + ] + }, + { + "name": "bone23", + "parent": "bone20", + "pivot": [121.93, 131.9801, -1.3174], + "cubes": [ + {"origin": [126.93, 134.9801, -2.8174], "size": [4, 4, 7], "pivot": [121.93, 136.9801, -1.3174], "rotation": [180, 0, -90], "uv": [210, 123]}, + {"origin": [114.93, 133.9801, -4.8174], "size": [14, 6, 7], "pivot": [121.93, 136.9801, -1.3174], "rotation": [180, 0, -90], "uv": [376, 112]} + ] + }, + { + "name": "top_right", + "parent": "arms", + "pivot": [52.44827, 162.05625, -4.83115], + "rotation": [175, 0, 155], + "cubes": [ + {"origin": [69.5, 166.4101, -246.2074], "size": [16, 21, 16], "pivot": [68.74, 151.2201, -121.5124], "rotation": [180, 0, -90], "uv": [0, 437]}, + {"origin": [68.08, 139.3401, -248.0674], "size": [19, 27, 20], "pivot": [68.74, 151.2201, -121.5124], "rotation": [180, 0, -90], "uv": [236, 382]}, + {"origin": [68.47, 130.6201, -245.5674], "size": [16, 7, 15], "pivot": [68.74, 151.2201, -121.5124], "rotation": [180, 0, -90], "uv": [488, 245]}, + {"origin": [71.47, 124.6201, -242.5674], "size": [10, 6, 9], "pivot": [68.74, 151.2201, -121.5124], "rotation": [180, 0, -90], "uv": [402, 443]}, + {"origin": [66.19, 137.3401, -250.1774], "size": [23, 5, 24], "pivot": [68.74, 151.2201, -121.5124], "rotation": [180, 0, -90], "uv": [406, 0]} + ] + }, + { + "name": "hoop", + "parent": "top_right", + "pivot": [68.74, 151.2201, -21.5124], + "cubes": [ + {"origin": [67.33, 184.7101, -247.5674], "size": [20, 4, 19], "pivot": [68.74, 151.2201, -121.5124], "rotation": [180, 0, -90], "uv": [432, 89]} + ] + }, + { + "name": "bone16", + "parent": "top_right", + "pivot": [105.93, 156.9801, -2.3174], + "cubes": [ + {"origin": [106.95, 148.4501, -6.8174], "size": [18, 20, 10], "pivot": [115.45, 158.4501, -1.8174], "rotation": [-170, 0, -90], "uv": [329, 480]} + ] + }, + { + "name": "bone17", + "parent": "bone16", + "pivot": [121.85011, 152.9801, -0.21459], + "cubes": [ + {"origin": [118.88011, 152.12246, -10.1328], "size": [6, 16, 7], "pivot": [121.85011, 152.9801, -3.21459], "rotation": [152.5, 0, -77.5], "uv": [26, 523]}, + {"origin": [119.82011, 166.12246, -8.1328], "size": [4, 4, 7], "pivot": [121.85011, 152.9801, -3.21459], "rotation": [152.5, 0, -77.5], "uv": [234, 54]} + ] + }, + { + "name": "bone18", + "parent": "bone16", + "pivot": [121.85011, 165.4701, -0.21459], + "cubes": [ + {"origin": [118.88011, 150.32773, -10.1328], "size": [6, 16, 7], "pivot": [121.85011, 165.4701, -3.21459], "rotation": [-152.5, 0, 77.5], "uv": [370, 522]}, + {"origin": [119.82011, 148.32773, -8.1328], "size": [4, 4, 7], "pivot": [121.85011, 165.4701, -3.21459], "rotation": [-152.5, 0, 77.5], "uv": [116, 213]} + ] + }, + { + "name": "bone19", + "parent": "bone16", + "pivot": [111.93, 167.9801, -2.3174], + "cubes": [ + {"origin": [116.93, 170.9801, -3.8174], "size": [4, 4, 7], "pivot": [111.93, 172.9801, -2.3174], "rotation": [180, 0, -90], "uv": [94, 213]}, + {"origin": [104.93, 169.9801, -5.8174], "size": [14, 6, 7], "pivot": [111.93, 172.9801, -2.3174], "rotation": [180, 0, -90], "uv": [396, 225]} + ] + }, + { + "name": "top_right3", + "parent": "arms", + "pivot": [52.44827, 86.05625, -5.83115], + "rotation": [5.10912, -2.49762, -155.00238], + "cubes": [ + {"origin": [69.5, 90.4101, -247.2074], "size": [16, 21, 16], "pivot": [68.74, 75.2201, -122.5124], "rotation": [180, 0, -90], "uv": [424, 231]}, + {"origin": [68.08, 63.3401, -249.0674], "size": [19, 27, 20], "pivot": [68.74, 75.2201, -122.5124], "rotation": [180, 0, -90], "uv": [346, 362]}, + {"origin": [68.47, 54.6201, -246.5674], "size": [16, 7, 15], "pivot": [68.74, 75.2201, -122.5124], "rotation": [180, 0, -90], "uv": [472, 447]}, + {"origin": [71.47, 48.6201, -243.5674], "size": [10, 6, 9], "pivot": [68.74, 75.2201, -122.5124], "rotation": [180, 0, -90], "uv": [73, 297]}, + {"origin": [66.19, 61.3401, -251.1774], "size": [23, 5, 24], "pivot": [68.74, 75.2201, -122.5124], "rotation": [180, 0, -90], "uv": [396, 196]}, + {"origin": [67.33, 108.7101, -248.5674], "size": [20, 4, 19], "pivot": [68.74, 75.2201, -122.5124], "rotation": [180, 0, -90], "uv": [409, 66]} + ] + }, + { + "name": "bone24", + "parent": "top_right3", + "pivot": [105.93, 80.9801, -3.3174], + "cubes": [ + {"origin": [106.95, 72.4501, -7.8174], "size": [18, 20, 10], "pivot": [115.45, 82.4501, -2.8174], "rotation": [-170, 0, -90], "uv": [62, 479]} + ] + }, + { + "name": "bone25", + "parent": "bone24", + "pivot": [121.85011, 76.9801, -1.21459], + "cubes": [ + {"origin": [118.88011, 76.12246, -11.1328], "size": [6, 16, 7], "pivot": [121.85011, 76.9801, -4.21459], "rotation": [152.5, 0, -77.5], "uv": [0, 291]}, + {"origin": [119.82011, 90.12246, -9.1328], "size": [4, 4, 7], "pivot": [121.85011, 76.9801, -4.21459], "rotation": [152.5, 0, -77.5], "uv": [200, 208]} + ] + }, + { + "name": "bone26", + "parent": "bone24", + "pivot": [121.85011, 89.4701, -1.21459], + "cubes": [ + {"origin": [118.88011, 74.32773, -11.1328], "size": [6, 16, 7], "pivot": [121.85011, 89.4701, -4.21459], "rotation": [-152.5, 0, 77.5], "uv": [0, 0]}, + {"origin": [119.82011, 72.32773, -9.1328], "size": [4, 4, 7], "pivot": [121.85011, 89.4701, -4.21459], "rotation": [-152.5, 0, 77.5], "uv": [195, 119]} + ] + }, + { + "name": "bone27", + "parent": "bone24", + "pivot": [111.93, 91.9801, -3.3174], + "cubes": [ + {"origin": [116.93, 94.9801, -4.8174], "size": [4, 4, 7], "pivot": [111.93, 96.9801, -3.3174], "rotation": [180, 0, -90], "uv": [173, 119]}, + {"origin": [104.93, 93.9801, -6.8174], "size": [14, 6, 7], "pivot": [111.93, 96.9801, -3.3174], "rotation": [180, 0, -90], "uv": [91, 169]} + ] + }, + { + "name": "wholebottle", + "pivot": [0, 0, 0] + }, + { + "name": "Bottle", + "parent": "wholebottle", + "pivot": [0, 0, 0], + "rotation": [0, 180, 0] + }, + { + "name": "BottleCap", + "parent": "Bottle", + "pivot": [0, 17, 0], + "cubes": [ + {"origin": [-2.5, 15.05, -1.5], "size": [5, 3, 3], "uv": [200, 219]}, + {"origin": [2.25, 15.8, -1], "size": [1, 2, 2], "uv": [19, 0]}, + {"origin": [-3.25, 15.8, -1], "size": [1, 2, 2], "uv": [0, 0]}, + {"origin": [-0.5, 15.55, 0.75], "size": [1, 1, 1], "uv": [20, 23]}, + {"origin": [-8.71644, 15.2763, -0.5], "size": [3, 1, 1], "pivot": [0, -0.2, -1], "rotation": [0, 0, 12.5], "uv": [8, 23]}, + {"origin": [-16.2873, 11.39339, 0], "size": [3, 1, 0], "pivot": [0, -0.2, -1], "rotation": [0, 0, 32.5], "uv": [0, 5]}, + {"origin": [5.71644, 15.2763, -0.5], "size": [3, 1, 1], "pivot": [0, -0.2, -1], "rotation": [0, 0, -12.5], "uv": [0, 23]}, + {"origin": [13.2873, 11.39339, 0], "size": [3, 1, 0], "pivot": [0, -0.2, -1], "rotation": [0, 0, -32.5], "uv": [0, 4]}, + {"origin": [-1, 18.3, -1], "size": [2, 3, 2], "uv": [18, 99]}, + {"origin": [-0.5, 17.55, -0.5], "size": [1, 1, 1], "uv": [16, 23]} + ] + }, + { + "name": "eyes2", + "parent": "BottleCap", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [0.9, 16.45, 0.6], "size": [1, 1, 1], "uv": [22, 5]}, + {"origin": [-2, 16.45, 0.6], "size": [1, 1, 1], "uv": [19, 4]} + ] + }, + { + "name": "mainBottlePart", + "parent": "Bottle", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-3, 0, -3], "size": [6, 1, 6], "uv": [0, 123]}, + {"origin": [-2, 1, -2], "size": [4, 1, 4], "uv": [215, 208]}, + {"origin": [-2, 2, -2], "size": [4, 2, 4], "uv": [32, 179]}, + {"origin": [-1.5, 6.8, -2], "size": [3, 3, 4], "uv": [126, 169]}, + {"origin": [-1.5, 6.65, -2], "size": [3, 2, 4], "uv": [188, 119]}, + {"origin": [-1, 9.8, -1], "size": [2, 6, 2], "uv": [0, 99]}, + {"origin": [1, 1, -2], "size": [4, 2, 4], "pivot": [0, 0, 0], "rotation": [0, 0, -35], "uv": [16, 179]}, + {"origin": [3.7, -3.54, -2], "size": [3, 2, 4], "pivot": [0, 0, 0], "rotation": [0, 0, -90], "uv": [227, 54]}, + {"origin": [2.05, -7.68, -2], "size": [3, 2, 4], "pivot": [0, -0.2, 0], "rotation": [0, 0, -137.5], "uv": [200, 200]}, + {"origin": [-5.05, -7.68, -2], "size": [3, 2, 4], "pivot": [0, -0.2, 0], "rotation": [0, 0, 137.5], "uv": [109, 213]}, + {"origin": [-6.7, -3.54, -2], "size": [3, 2, 4], "pivot": [0, 0, 0], "rotation": [0, 0, 90], "uv": [227, 23]}, + {"origin": [-5, 1, -2], "size": [4, 2, 4], "pivot": [0, 0, 0], "rotation": [0, 0, 35], "uv": [0, 179]} + ] + }, + { + "name": "rings", + "parent": "mainBottlePart", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-4, 0.5, -3], "size": [1, 3, 6], "pivot": [0, 0, 0], "rotation": [0, 0, 35], "uv": [157, 159]}, + {"origin": [-4, -0.25, -0.5], "size": [1, 1, 1], "pivot": [0, 0, 0], "rotation": [0, 0, 35], "uv": [6, 99]}, + {"origin": [-4.05, -8.18, -3], "size": [1, 3, 6], "pivot": [0, -0.2, 0], "rotation": [0, 0, 137.5], "uv": [18, 213]}, + {"origin": [-4.05, -9.18, -0.5], "size": [1, 1, 1], "pivot": [0, -0.2, 0], "rotation": [0, 0, 137.5], "uv": [24, 99]}, + {"origin": [-5.7, -5.04, -0.5], "size": [1, 1, 1], "pivot": [0, 0, 0], "rotation": [0, 0, 90], "uv": [8, 101]}, + {"origin": [-5.7, -4.04, -3], "size": [1, 3, 6], "pivot": [0, 0, 0], "rotation": [0, 0, 90], "uv": [200, 191]}, + {"origin": [3, 0.5, -3], "size": [1, 3, 6], "pivot": [0, 0, 0], "rotation": [0, 0, -35], "uv": [14, 237]}, + {"origin": [3, -0.25, -0.5], "size": [1, 1, 1], "pivot": [0, 0, 0], "rotation": [0, 0, -35], "uv": [8, 103]}, + {"origin": [4.7, -4.04, -3], "size": [1, 3, 6], "pivot": [0, 0, 0], "rotation": [0, 0, -90], "uv": [0, 237]}, + {"origin": [4.7, -5.04, -0.5], "size": [1, 1, 1], "pivot": [0, 0, 0], "rotation": [0, 0, -90], "uv": [26, 102]}, + {"origin": [3.05, -8.18, -3], "size": [1, 3, 6], "pivot": [0, -0.2, 0], "rotation": [0, 0, -137.5], "uv": [216, 213]}, + {"origin": [3.05, -9.18, -0.5], "size": [1, 1, 1], "pivot": [0, -0.2, 0], "rotation": [0, 0, -137.5], "uv": [27, 100]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/hoppip/hoppip.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/hoppip/hoppip.geo.json new file mode 100644 index 0000000..4d11c32 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/hoppip/hoppip.geo.json @@ -0,0 +1,234 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.hoppip", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "hoppip", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "hoppip", + "pivot": [0, 7, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 3, 5.5], + "cubes": [ + {"origin": [-2.5, 4.75, -5.5], "size": [5, 2, 0], "inflate": 0.02, "uv": [32, 32]}, + {"origin": [-5.5, 3, -5.5], "size": [11, 9, 11], "inflate": 0.01, "uv": [20, 43]} + ] + }, + { + "name": "eyes", + "parent": "torso", + "pivot": [-3, 8.25, -5.5], + "cubes": [ + {"origin": [2, 7.25, -5.5], "size": [2, 2, 0], "inflate": 0.02, "uv": [38, 34]}, + {"origin": [-4, 7.25, -5.5], "size": [2, 2, 0], "inflate": 0.02, "uv": [38, 36]} + ] + }, + { + "name": "arm_left", + "parent": "torso", + "pivot": [5, 5, -4.5], + "cubes": [ + {"origin": [5, 4, -5.5], "size": [3, 2, 2], "uv": [0, 32]} + ] + }, + { + "name": "arm_right", + "parent": "torso", + "pivot": [-5, 5, -4.5], + "cubes": [ + {"origin": [-8, 4, -5.5], "size": [3, 2, 2], "uv": [32, 28]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 5, 5.5], + "cubes": [ + {"origin": [-1, 4, 4.5], "size": [2, 2, 4], "inflate": 0.001, "uv": [10, 28]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 4, 8.5], + "cubes": [ + {"origin": [-1, 4, 8.5], "size": [2, 2, 3], "uv": [0, 6]} + ] + }, + { + "name": "ear_left", + "parent": "torso", + "pivot": [4.5, 11, 0], + "cubes": [ + {"origin": [4, 9, -2.5], "size": [6, 4, 5], "pivot": [5.5, 9, 0], "rotation": [-10, 0, -52.5], "uv": [22, 19]}, + {"origin": [4.5, 9, -2], "size": [5, 0, 4], "inflate": 0.01, "pivot": [5.5, 9, 0], "rotation": [-10, 0, -52.5], "uv": [0, 28]} + ] + }, + { + "name": "ear_right", + "parent": "torso", + "pivot": [-4.5, 11, 0], + "cubes": [ + {"origin": [-10, 9, -2.5], "size": [6, 4, 5], "pivot": [-5.5, 9, 0], "rotation": [-10, 0, 52.5], "uv": [0, 19]}, + {"origin": [-9.5, 9, -2], "size": [5, 0, 4], "inflate": 0.01, "pivot": [-5.5, 9, 0], "rotation": [-10, 0, 52.5], "uv": [13, 19]} + ] + }, + { + "name": "propeller", + "parent": "torso", + "pivot": [0, 12, 0] + }, + { + "name": "propeller_left", + "parent": "propeller", + "pivot": [0, 12, 0], + "cubes": [ + {"origin": [0, 11.35355, -0.64645], "size": [0, 2, 2], "inflate": 0.01, "pivot": [0, 12, 0], "rotation": [45, 0, 0], "uv": [37, 7]}, + {"origin": [0, 12.25, -1], "size": [0, 2, 2], "uv": [0, 37]}, + {"origin": [-0.01, 11.25, -0.5], "size": [0, 3, 1], "uv": [0, 48]} + ] + }, + { + "name": "propeller_left2", + "parent": "propeller_left", + "pivot": [0, 14.25, 0], + "cubes": [ + {"origin": [0, 14.25, -1], "size": [0, 3, 2], "inflate": 0.01, "uv": [0, 26]}, + {"origin": [0, 14.25, -0.2], "size": [0, 2, 2], "pivot": [0, 15.75, 0.3], "rotation": [45, 0, 0], "uv": [28, 35]}, + {"origin": [0, 14.25, -1.8], "size": [0, 2, 2], "pivot": [0, 15.75, -0.3], "rotation": [-45, 0, 0], "uv": [24, 35]}, + {"origin": [-0.01, 14.25, -0.5], "size": [0, 3, 1], "uv": [0, 54]} + ] + }, + { + "name": "propeller_left3", + "parent": "propeller_left2", + "pivot": [0, 17.25, 0], + "cubes": [ + {"origin": [0, 17.25, -1], "size": [0, 3, 2], "inflate": 0.01, "uv": [7, 4]}, + {"origin": [0, 17.25, -0.2], "size": [0, 2, 2], "pivot": [0, 18.75, 0.3], "rotation": [45, 0, 0], "uv": [33, 7]}, + {"origin": [0, 17.25, -1.8], "size": [0, 2, 2], "pivot": [0, 18.75, -0.3], "rotation": [-45, 0, 0], "uv": [30, 26]}, + {"origin": [-0.01, 17.25, -0.5], "size": [0, 3, 1], "uv": [0, 43]} + ] + }, + { + "name": "propeller_left4", + "parent": "propeller_left3", + "pivot": [0, 20.25, 0], + "cubes": [ + {"origin": [0, 20.25, -1], "size": [0, 5, 2], "inflate": 0.02, "uv": [34, 32]}, + {"origin": [0, 20.75, -0.2], "size": [0, 3, 3], "pivot": [0, 22.25, 0.3], "rotation": [45, 0, 0], "uv": [28, 31]}, + {"origin": [0, 20.75, -2.8], "size": [0, 3, 3], "inflate": 0.01, "pivot": [0, 22.25, -0.3], "rotation": [-45, 0, 0], "uv": [22, 31]}, + {"origin": [-0.02, 20.25, -0.5], "size": [0, 5, 1], "uv": [4, 48]} + ] + }, + { + "name": "propeller_left5", + "parent": "propeller_left4", + "pivot": [0, 25.25, 0], + "cubes": [ + {"origin": [0, 25.25, -1], "size": [0, 5, 2], "inflate": 0.02, "uv": [0, 17]}, + {"origin": [0, 25.5, -0.2], "size": [0, 3, 3], "pivot": [0, 27, 0.3], "rotation": [45, 0, 0], "uv": [16, 31]}, + {"origin": [0, 25.525, -2.8], "size": [0, 3, 3], "inflate": 0.01, "pivot": [0, 27.025, -0.3], "rotation": [-45, 0, 0], "uv": [10, 31]}, + {"origin": [-0.02, 25.25, -0.5], "size": [0, 5, 1], "uv": [21, 46]} + ] + }, + { + "name": "propeller_right", + "parent": "propeller", + "pivot": [0, 12, 0], + "cubes": [ + {"origin": [0, 11.35355, -0.64645], "size": [0, 2, 2], "inflate": 0.01, "pivot": [0, 12, 0], "rotation": [45, 0, 0], "uv": [37, 7], "mirror": true}, + {"origin": [0, 12.25, -1], "size": [0, 2, 2], "uv": [0, 37], "mirror": true}, + {"origin": [0.02, 11.25, -0.5], "size": [0, 3, 1], "uv": [0, 48], "mirror": true} + ] + }, + { + "name": "propeller_right2", + "parent": "propeller_right", + "pivot": [0, 14.25, 0], + "cubes": [ + {"origin": [0, 14.25, -1], "size": [0, 3, 2], "inflate": 0.01, "uv": [0, 26], "mirror": true}, + {"origin": [0, 14.25, -0.2], "size": [0, 2, 2], "pivot": [0, 15.75, 0.3], "rotation": [45, 0, 0], "uv": [28, 35], "mirror": true}, + {"origin": [0, 14.25, -1.8], "size": [0, 2, 2], "pivot": [0, 15.75, -0.3], "rotation": [-45, 0, 0], "uv": [24, 35], "mirror": true}, + {"origin": [0.02, 14.25, -0.5], "size": [0, 3, 1], "uv": [0, 54], "mirror": true} + ] + }, + { + "name": "propeller_right3", + "parent": "propeller_right2", + "pivot": [0, 17.25, 0], + "cubes": [ + {"origin": [0, 17.25, -1], "size": [0, 3, 2], "inflate": 0.01, "uv": [7, 4], "mirror": true}, + {"origin": [0, 17.25, -0.2], "size": [0, 2, 2], "pivot": [0, 18.75, 0.3], "rotation": [45, 0, 0], "uv": [33, 7], "mirror": true}, + {"origin": [0, 17.25, -1.8], "size": [0, 2, 2], "pivot": [0, 18.75, -0.3], "rotation": [-45, 0, 0], "uv": [30, 26], "mirror": true}, + {"origin": [0.02, 17.25, -0.5], "size": [0, 3, 1], "uv": [0, 43], "mirror": true} + ] + }, + { + "name": "propeller_right4", + "parent": "propeller_right3", + "pivot": [0, 20.25, 0], + "cubes": [ + {"origin": [0, 20.25, -1], "size": [0, 5, 2], "inflate": 0.02, "uv": [34, 32], "mirror": true}, + {"origin": [0, 20.75, -0.2], "size": [0, 3, 3], "pivot": [0, 22.25, 0.3], "rotation": [45, 0, 0], "uv": [28, 31], "mirror": true}, + {"origin": [0, 20.75, -2.8], "size": [0, 3, 3], "inflate": 0.01, "pivot": [0, 22.25, -0.3], "rotation": [-45, 0, 0], "uv": [22, 31], "mirror": true}, + {"origin": [0.03, 20.25, -0.5], "size": [0, 5, 1], "uv": [4, 48], "mirror": true} + ] + }, + { + "name": "propeller_right5", + "parent": "propeller_right4", + "pivot": [0, 25.25, 0], + "cubes": [ + {"origin": [0, 25.25, -1], "size": [0, 5, 2], "inflate": 0.02, "uv": [0, 17], "mirror": true}, + {"origin": [0, 25.5, -0.2], "size": [0, 3, 3], "pivot": [0, 27, 0.3], "rotation": [45, 0, 0], "uv": [16, 31], "mirror": true}, + {"origin": [0, 25.525, -2.8], "size": [0, 3, 3], "inflate": 0.01, "pivot": [0, 27.025, -0.3], "rotation": [-45, 0, 0], "uv": [10, 31], "mirror": true}, + {"origin": [0.03, 25.25, -0.5], "size": [0, 5, 1], "uv": [21, 46], "mirror": true} + ] + }, + { + "name": "eyelids", + "parent": "torso", + "pivot": [-3, 8.25, -5.4], + "cubes": [ + {"origin": [2, 7.25, -5.4], "size": [2, 2, 0], "inflate": 0.02, "uv": [42, 34]}, + {"origin": [-4, 7.25, -5.4], "size": [2, 2, 0], "inflate": 0.02, "uv": [42, 36]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [3.5, 3.5, 5.5], + "cubes": [ + {"origin": [2, -0.5, 4.5], "size": [3, 4, 2], "uv": [0, 0]}, + {"origin": [2.5, 1, 6.5], "size": [2, 2, 0], "inflate": 0.01, "uv": [33, 0]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-3.5, 3.5, 5.5], + "cubes": [ + {"origin": [-5, -0.5, 4.5], "size": [3, 4, 2], "uv": [22, 28]}, + {"origin": [-4.5, 1, 6.5], "size": [2, 2, 0], "inflate": 0.01, "uv": [37, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/houndoom/houndoom.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/houndoom/houndoom.geo.json new file mode 100644 index 0000000..dd128cd --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/houndoom/houndoom.geo.json @@ -0,0 +1,276 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.houndoom", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 6, + "visible_bounds_height": 5.5, + "visible_bounds_offset": [0, 2.25, 0] + }, + "bones": [ + { + "name": "houndoom", + "pivot": [0, 0, 0] + }, + { + "name": "leg3", + "parent": "houndoom", + "pivot": [-3.88889, 22.89451, 7.45556], + "cubes": [ + {"origin": [-6, 15.65185, 4.96896], "size": [5, 11, 7], "inflate": 0.02, "pivot": [0, 26.65185, -9.03104], "rotation": [-10, 0, 0], "uv": [45, 55], "mirror": true} + ] + }, + { + "name": "knee3", + "parent": "leg3", + "pivot": [-3.9375, 13.35676, 3.4815], + "cubes": [ + {"origin": [-6, 3.07203, -4.62145], "size": [5, 6, 7], "inflate": 0.01, "pivot": [0, 28.07203, -10.62145], "rotation": [25, 0, 0], "uv": [62, 48], "mirror": true}, + {"origin": [-6, -1.51299, 6.76111], "size": [4, 9, 5], "pivot": [-0.5, 4.48701, -10.23889], "rotation": [12.5, 0, 0], "uv": [84, 0]}, + {"origin": [-7, 5.32713, 5.7404], "size": [6, 2, 7], "uv": [0, 119], "mirror": true}, + {"origin": [-6.5, 0.12713, 5.7404], "size": [5, 3, 7], "uv": [78, 75], "mirror": true}, + {"origin": [-7, 3.12713, 5.7404], "size": [6, 2, 7], "uv": [0, 119], "mirror": true}, + {"origin": [-4.5, 0.12713, 4.7404], "size": [1, 2, 1], "uv": [0, 31], "mirror": true}, + {"origin": [-6.5, 0.12713, 4.7404], "size": [1, 2, 1], "uv": [0, 25], "mirror": true}, + {"origin": [-2.5, 0.12713, 4.7404], "size": [1, 2, 1], "uv": [0, 28], "mirror": true} + ] + }, + { + "name": "leg", + "parent": "houndoom", + "pivot": [3.5, 25.59947, -6.11578], + "cubes": [ + {"origin": [1, 17.46447, -7.87628], "size": [5, 10, 6], "inflate": 0.01, "pivot": [0, 30.46447, -9.87628], "rotation": [-12.5, 0, 0], "uv": [66, 27]}, + {"origin": [1, 6.61553, -11.78368], "size": [5, 9, 6], "pivot": [0, 18.61553, -14.78368], "rotation": [27.5, 0, 0], "uv": [18, 73]} + ] + }, + { + "name": "knee", + "parent": "leg", + "pivot": [3.5, 11.29856, -2.04531], + "cubes": [ + {"origin": [2, 3.12713, -6.2596], "size": [3, 9, 5], "uv": [19, 88]}, + {"origin": [1, 5.32713, -7.2596], "size": [5, 2, 7], "inflate": 0.01, "uv": [0, 119]}, + {"origin": [1, 3.12713, -7.2596], "size": [5, 2, 7], "inflate": 0.01, "uv": [0, 119]} + ] + }, + { + "name": "paw2", + "parent": "knee", + "pivot": [3.5, 3.25213, -3.7596], + "cubes": [ + {"origin": [1, 0.12713, -8.2596], "size": [5, 3, 7], "uv": [0, 81]}, + {"origin": [1, 0.12713, -9.2596], "size": [1, 2, 1], "uv": [44, 33]}, + {"origin": [3, 0.12713, -9.2596], "size": [1, 2, 1], "uv": [38, 7]}, + {"origin": [5, 0.12713, -9.2596], "size": [1, 2, 1], "uv": [48, 14]} + ] + }, + { + "name": "leg4", + "parent": "houndoom", + "pivot": [3.88889, 22.89451, 7.45556], + "cubes": [ + {"origin": [1, 15.65185, 4.96896], "size": [5, 11, 7], "inflate": 0.02, "pivot": [0, 26.65185, -9.03104], "rotation": [-10, 0, 0], "uv": [45, 55]} + ] + }, + { + "name": "knee4", + "parent": "leg4", + "pivot": [3.9375, 13.35676, 3.4815], + "cubes": [ + {"origin": [1, 3.07203, -4.62145], "size": [5, 6, 7], "inflate": 0.01, "pivot": [0, 28.07203, -10.62145], "rotation": [25, 0, 0], "uv": [62, 48]}, + {"origin": [2, -1.51299, 6.76111], "size": [4, 9, 5], "pivot": [0.5, 4.48701, -10.23889], "rotation": [12.5, 0, 0], "uv": [59, 82]}, + {"origin": [1, 5.32713, 5.7404], "size": [6, 2, 7], "uv": [0, 119]}, + {"origin": [1, 3.12713, 5.7404], "size": [6, 2, 7], "uv": [0, 119]}, + {"origin": [1.5, 0.12713, 5.7404], "size": [5, 3, 7], "uv": [78, 75]}, + {"origin": [5.5, 0.12713, 4.7404], "size": [1, 2, 1], "uv": [0, 25]}, + {"origin": [3.5, 0.12713, 4.7404], "size": [1, 2, 1], "uv": [0, 31]}, + {"origin": [1.5, 0.12713, 4.7404], "size": [1, 2, 1], "uv": [0, 28]} + ] + }, + { + "name": "leg2", + "parent": "houndoom", + "pivot": [-3.5, 25.59947, -6.11578], + "cubes": [ + {"origin": [-6, 6.61553, -11.78368], "size": [5, 9, 6], "pivot": [0, 18.61553, -14.78368], "rotation": [27.5, 0, 0], "uv": [63, 67]}, + {"origin": [-6, 17.46447, -7.87628], "size": [5, 10, 6], "inflate": 0.01, "pivot": [0, 30.46447, -9.87628], "rotation": [-12.5, 0, 0], "uv": [66, 27], "mirror": true} + ] + }, + { + "name": "knee2", + "parent": "leg2", + "pivot": [-3.5, 11.29856, -2.04531], + "cubes": [ + {"origin": [-5, 3.12713, -6.2596], "size": [3, 9, 5], "uv": [19, 88], "mirror": true}, + {"origin": [-6, 5.32713, -7.2596], "size": [5, 2, 7], "pivot": [0, 12.12713, -10.2596], "rotation": [0, -0.01, 0], "uv": [0, 119], "mirror": true}, + {"origin": [-6, 3.12713, -7.2596], "size": [5, 2, 7], "inflate": 0.01, "uv": [0, 119], "mirror": true} + ] + }, + { + "name": "paw", + "parent": "knee2", + "pivot": [-3.5, 3.25213, -3.7596], + "cubes": [ + {"origin": [-6, 0.12713, -8.2596], "size": [5, 3, 7], "uv": [40, 75]}, + {"origin": [-6, 0.12713, -9.2596], "size": [1, 2, 1], "uv": [0, 0]}, + {"origin": [-4, 0.12713, -9.2596], "size": [1, 2, 1], "uv": [10, 0]}, + {"origin": [-2, 0.12713, -9.2596], "size": [1, 2, 1], "uv": [0, 9]} + ] + }, + { + "name": "body", + "parent": "houndoom", + "pivot": [0, 20.47238, 7.13586], + "cubes": [ + {"origin": [-5, 18.46447, 1.12372], "size": [10, 10, 10], "uv": [0, 25]}, + {"origin": [-5, 17.46447, -12.87628], "size": [10, 11, 14], "uv": [0, 0]}, + {"origin": [-5.91281, 28.12306, -13.71898], "size": [4, 4, 10], "pivot": [0.08719, 29.72306, -8.71898], "rotation": [14.33501, 4.46375, -16.93839], "uv": [0, 45]}, + {"origin": [4.26927, 29.27046, -20.62714], "size": [2, 1, 1], "pivot": [2.66927, 32.27046, -12.72714], "rotation": [46.78082, 13.99545, 14.43276], "uv": [38, 2]}, + {"origin": [-6.98756, 27.49429, -18.6962], "size": [4, 3, 5], "pivot": [-1.38756, 31.49429, -12.7962], "rotation": [46.78082, -13.99545, -14.43276], "uv": [90, 14]}, + {"origin": [1.91281, 28.12306, -13.71898], "size": [4, 4, 10], "pivot": [-0.08719, 29.72306, -8.71898], "rotation": [14.33501, -4.46375, 16.93839], "uv": [34, 0]}, + {"origin": [-6.26927, 29.27046, -20.62714], "size": [2, 1, 1], "pivot": [-2.66927, 32.27046, -12.72714], "rotation": [46.78082, -13.99545, -14.43276], "uv": [38, 0]}, + {"origin": [2.98756, 27.49429, -18.6962], "size": [4, 3, 5], "pivot": [1.38756, 31.49429, -12.7962], "rotation": [46.78082, 13.99545, 14.43276], "uv": [88, 32]}, + {"origin": [-5, 28.46447, 3.12372], "size": [10, 2, 3], "uv": [85, 69]}, + {"origin": [-5, 28.46447, -0.87628], "size": [10, 2, 3], "uv": [82, 27]}, + {"origin": [-5, 28.46447, 7.12372], "size": [10, 2, 3], "uv": [79, 64]}, + {"origin": [-4, 25.46447, -5.87628], "size": [8, 6, 3], "pivot": [0, 28.46447, -9.87628], "rotation": [15, 0, 0], "uv": [80, 44]}, + {"origin": [-6.8842, 32.14632, 7.12372], "size": [2, 2, 3], "pivot": [0.1158, 32.14632, -5.87628], "rotation": [0, 0, -40], "uv": [69, 61]}, + {"origin": [4.8842, 32.14632, -0.87628], "size": [2, 2, 3], "pivot": [-0.1158, 32.14632, -5.87628], "rotation": [0, 0, 40], "uv": [67, 43]}, + {"origin": [-6.8842, 32.14632, 3.12372], "size": [2, 2, 3], "pivot": [0.1158, 32.14632, -5.87628], "rotation": [0, 0, -40], "uv": [58, 40]}, + {"origin": [4.8842, 32.14632, 7.12372], "size": [2, 2, 3], "pivot": [-0.1158, 32.14632, -5.87628], "rotation": [0, 0, 40], "uv": [0, 50]}, + {"origin": [-6.8842, 32.14632, -0.87628], "size": [2, 2, 3], "pivot": [0.1158, 32.14632, -5.87628], "rotation": [0, 0, -40], "uv": [0, 45]}, + {"origin": [4.8842, 32.14632, 3.12372], "size": [2, 2, 3], "pivot": [-0.1158, 32.14632, -5.87628], "rotation": [0, 0, 40], "uv": [30, 30]}, + {"origin": [-1.5, 20.46447, -13.87628], "size": [3, 3, 1], "uv": [13, 13]} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [0, 26.46447, 10.62372], + "cubes": [ + {"origin": [-1, 26.46447, 11.12372], "size": [2, 0, 5], "uv": [0, 30]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 26.46447, 16.12372], + "cubes": [ + {"origin": [-1, 26.46447, 16.12372], "size": [2, 0, 5], "uv": [29, 25]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 26.46447, 21.12372], + "cubes": [ + {"origin": [-1, 26.46447, 21.12372], "size": [2, 0, 5], "uv": [29, 5]} + ] + }, + { + "name": "tail4", + "parent": "tail3", + "pivot": [0, 26.46447, 26.12372], + "cubes": [ + {"origin": [-1, 26.46447, 26.12372], "size": [2, 0, 5], "uv": [29, 0]} + ] + }, + { + "name": "tail5", + "parent": "tail4", + "pivot": [0, 26.46447, 31.12372], + "cubes": [ + {"origin": [-1, 26.46447, 31.12372], "size": [2, 0, 5], "uv": [25, 25]} + ] + }, + { + "name": "tail6", + "parent": "tail5", + "pivot": [0, 26.46447, 36.12372], + "cubes": [ + {"origin": [-1, 26.46447, 36.12372], "size": [2, 0, 5], "uv": [0, 25]} + ] + }, + { + "name": "tail7", + "parent": "tail6", + "pivot": [0, 26.46447, 41.12372], + "cubes": [ + {"origin": [-1, 26.46447, 41.12372], "size": [2, 0, 5], "uv": [4, 9]} + ] + }, + { + "name": "tail8", + "parent": "tail7", + "pivot": [0, 26.46447, 46.12372], + "cubes": [ + {"origin": [-1, 26.46447, 46.12372], "size": [2, 0, 5], "uv": [0, 9]} + ] + }, + { + "name": "tail9", + "parent": "tail8", + "pivot": [0, 26.46447, 51.12372], + "cubes": [ + {"origin": [-3, 26.46447, 51.12372], "size": [6, 0, 7], "uv": [11, 45]} + ] + }, + { + "name": "neck", + "parent": "body", + "pivot": [0, 27.43039, -10.13509], + "cubes": [ + {"origin": [-4, 25.46447, -13.87628], "size": [8, 8, 8], "pivot": [0, 28.46447, -9.87628], "rotation": [15, 0, 0], "uv": [40, 17]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [-0.21053, 32.12635, -10.34447], + "cubes": [ + {"origin": [-4.5, 32, -16], "size": [9, 10, 9], "uv": [31, 36]}, + {"origin": [-3, 33.1733, -20.35592], "size": [6, 4, 6], "pivot": [0, 27.1733, -14.35592], "rotation": [7.5, 0, 0], "uv": [72, 16]}, + {"origin": [2.35645, 40.18, -14], "size": [3, 5, 4], "pivot": [4.10645, 45.00011, -8.51272], "rotation": [-14.65993, 3.21132, 12.08681], "uv": [0, 91]}, + {"origin": [3.35645, 46.40256, -12.53263], "size": [2, 3, 2], "pivot": [4.10645, 45.00011, -8.51272], "rotation": [-117.15993, 3.21132, 12.08681], "uv": [34, 73]}, + {"origin": [-5.35645, 40.18, -14], "size": [3, 5, 4], "pivot": [-4.10645, 45.00011, -8.51272], "rotation": [-14.65993, -3.21132, -12.08681], "uv": [0, 0]}, + {"origin": [-5.35645, 41.61076, -12.83185], "size": [3, 3, 4], "pivot": [-4.10645, 45.00011, -8.51272], "rotation": [-54.65993, -3.21132, -12.08681], "uv": [49, 92]}, + {"origin": [-5.35645, 42.6604, -12.16405], "size": [3, 3, 4], "pivot": [-4.10645, 45.00011, -8.51272], "rotation": [-82.15993, -3.21132, -12.08681], "uv": [35, 92]}, + {"origin": [2.35645, 41.61076, -12.83185], "size": [3, 3, 4], "pivot": [4.10645, 45.00011, -8.51272], "rotation": [-54.65993, 3.21132, 12.08681], "uv": [0, 59]}, + {"origin": [-5.35645, 44.69287, -11.81053], "size": [3, 3, 3], "pivot": [-4.10645, 45.00011, -8.51272], "rotation": [-97.15993, -3.21132, -12.08681], "uv": [64, 16]}, + {"origin": [2.35645, 42.6604, -12.16405], "size": [3, 3, 4], "pivot": [4.10645, 45.00011, -8.51272], "rotation": [-82.15993, 3.21132, 12.08681], "uv": [38, 55]}, + {"origin": [-5.35645, 46.40256, -12.53263], "size": [2, 3, 2], "pivot": [-4.10645, 45.00011, -8.51272], "rotation": [-117.15993, -3.21132, -12.08681], "uv": [58, 33]}, + {"origin": [2.35645, 44.69287, -11.81053], "size": [3, 3, 3], "pivot": [4.10645, 45.00011, -8.51272], "rotation": [-97.15993, 3.21132, 12.08681], "uv": [52, 0]}, + {"origin": [2.9, 37, -16], "size": [1, 1, 1], "inflate": 0.02, "uv": [80, 22]}, + {"origin": [-4, 36.5, -16], "size": [0, 2, 1], "inflate": 0.01, "uv": [97, 47], "mirror": true}, + {"origin": [-3.9, 37, -16], "size": [1, 1, 1], "inflate": 0.02, "uv": [80, 22], "mirror": true}, + {"origin": [2.5, 36.5, -16], "size": [2, 2, 3], "inflate": 0.01, "uv": [109, -2]}, + {"origin": [-4.5, 36.5, -16], "size": [2, 2, 3], "inflate": 0.01, "uv": [109, -2], "mirror": true}, + {"origin": [-3, 32.1733, -19.35592], "size": [0, 1, 1], "inflate": 0.01, "pivot": [0, 27.1733, -14.35592], "rotation": [7.5, 0, 0], "uv": [46, 9]}, + {"origin": [3, 32.1733, -19.35592], "size": [0, 1, 1], "inflate": 0.01, "pivot": [0, 27.1733, -14.35592], "rotation": [7.5, 0, 0], "uv": [46, 9], "mirror": true} + ] + }, + { + "name": "eyelids", + "parent": "head", + "pivot": [0, 37.5, -14.5], + "cubes": [ + {"origin": [-4.5, 36, -16], "size": [3, 3, 3], "inflate": 0.04, "uv": [23, 16]}, + {"origin": [1.5, 36, -16], "size": [3, 3, 3], "inflate": 0.04, "uv": [23, 16]} + ] + }, + { + "name": "jaw", + "parent": "head", + "pivot": [0, 32.73467, -16.04815], + "cubes": [ + {"origin": [-3, 32.1733, -20.35592], "size": [6, 1, 6], "pivot": [0, 27.1733, -14.35592], "rotation": [7.5, 0, 0], "uv": [34, 85]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/houndour/houndour.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/houndour/houndour.geo.json new file mode 100644 index 0000000..9227317 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/houndour/houndour.geo.json @@ -0,0 +1,198 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.houndour", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "houndour", + "pivot": [0, 0, 0] + }, + { + "name": "leg", + "parent": "houndour", + "pivot": [3.5, 17.67565, -4.93922], + "cubes": [ + {"origin": [1, 9.3, -9], "size": [5, 9, 6], "inflate": 0.01, "pivot": [0, 23.3, -6], "rotation": [12.5, 0, 0], "uv": [44, 61]} + ] + }, + { + "name": "knee2", + "parent": "leg", + "pivot": [3.5, 10.2258, -0.93769], + "cubes": [ + {"origin": [1, 3.03218, -5.37397], "size": [5, 8, 5], "pivot": [0, 21.03218, -6.77397], "rotation": [-2.5, 0, 0], "uv": [0, 64]}, + {"origin": [0, 3.03218, -6.37397], "size": [7, 3, 7], "pivot": [0, 21.03218, -6.77397], "rotation": [-2.5, 0, 0], "uv": [0, 54]} + ] + }, + { + "name": "foot", + "parent": "knee2", + "pivot": [3.5, 1.42425, -4.72731], + "cubes": [ + {"origin": [1, 0.03218, -7.37397], "size": [5, 3, 7], "pivot": [0, 21.03218, -6.77397], "rotation": [-2.5, 0, 0], "uv": [65, 54]} + ] + }, + { + "name": "leg2", + "parent": "houndour", + "pivot": [-3.5, 17.67565, -4.93922], + "cubes": [ + {"origin": [-6, 9.3, -9], "size": [5, 9, 6], "inflate": 0.01, "pivot": [0, 23.3, -6], "rotation": [12.5, 0, 0], "uv": [22, 58]} + ] + }, + { + "name": "knee", + "parent": "leg2", + "pivot": [-3.5, 10.2258, -1.93769], + "cubes": [ + {"origin": [-6, 3.03218, -5.37397], "size": [5, 8, 5], "pivot": [0, 21.03218, -6.77397], "rotation": [-2.5, 0, 0], "uv": [66, 64]}, + {"origin": [-7, 3.03218, -6.37397], "size": [7, 3, 7], "pivot": [0, 21.03218, -6.77397], "rotation": [-2.5, 0, 0], "uv": [44, 51]} + ] + }, + { + "name": "foot2", + "parent": "knee", + "pivot": [-3.5, 1.42425, -4.72731], + "cubes": [ + {"origin": [-6, 0.03218, -7.37397], "size": [5, 3, 7], "pivot": [0, 21.03218, -6.77397], "rotation": [-2.5, 0, 0], "uv": [65, 6]} + ] + }, + { + "name": "leg4", + "parent": "houndour", + "pivot": [-4.55885, 18.4224, 6.31065], + "cubes": [ + {"origin": [-9.25, 21.06152, -5.35336], "size": [10, 8, 5], "pivot": [-0.25, 18.7463, 0.8787], "rotation": [-90.88045, -9.96156, -84.92327], "uv": [40, 0]} + ] + }, + { + "name": "knee4", + "parent": "leg4", + "pivot": [-4.61944, 9.51656, 2.27268], + "cubes": [ + {"origin": [-15.25, 15.06152, -6.15336], "size": [7, 5, 5], "pivot": [-0.25, 18.7463, 0.8787], "rotation": [-93.87945, 29.82038, -91.3416], "uv": [54, 26]}, + {"origin": [-16.25, 21.06152, -7.15336], "size": [2, 7, 7], "pivot": [-0.25, 18.7463, 0.8787], "rotation": [-93.36514, -0.12267, -89.40298], "uv": [13, 73]}, + {"origin": [-16.25, 22.06152, -6.15336], "size": [4, 5, 5], "pivot": [-0.25, 18.7463, 0.8787], "rotation": [-93.36514, -0.12267, -89.40298], "uv": [0, 82]}, + {"origin": [-19.25, 19.06152, -6.15336], "size": [3, 8, 5], "pivot": [-0.25, 18.7463, 0.8787], "rotation": [-93.36514, -0.12267, -89.40298], "uv": [67, 77]} + ] + }, + { + "name": "leg3", + "parent": "houndour", + "pivot": [4.55885, 18.4224, 7.31065], + "cubes": [ + {"origin": [-0.75, 21.06152, -5.35336], "size": [10, 8, 5], "pivot": [0.25, 18.7463, 0.8787], "rotation": [-90.88045, 9.96156, 84.92327], "uv": [40, 13]} + ] + }, + { + "name": "knee3", + "parent": "leg3", + "pivot": [4.61944, 9.51656, 3.27268], + "cubes": [ + {"origin": [8.25, 15.06152, -6.15336], "size": [7, 5, 5], "pivot": [0.25, 18.7463, 0.8787], "rotation": [-93.87945, -29.82038, 91.3416], "uv": [59, 41]}, + {"origin": [12.25, 22.06152, -6.15336], "size": [4, 5, 5], "pivot": [0.25, 18.7463, 0.8787], "rotation": [-93.36514, 0.12267, 89.40298], "uv": [81, 72]}, + {"origin": [14.25, 21.06152, -7.15336], "size": [2, 7, 7], "pivot": [0.25, 18.7463, 0.8787], "rotation": [-93.36514, 0.12267, 89.40298], "uv": [73, 16]}, + {"origin": [16.25, 19.06152, -6.15336], "size": [3, 8, 5], "pivot": [0.25, 18.7463, 0.8787], "rotation": [-93.36514, 0.12267, 89.40298], "uv": [51, 76]} + ] + }, + { + "name": "body", + "parent": "houndour", + "pivot": [0.33748, 15.60204, 8.33731], + "cubes": [ + {"origin": [-4.75, 9.42537, -3.22263], "size": [10, 11, 10], "pivot": [0.25, 18.7463, 0.8787], "rotation": [-95, 0, 0], "uv": [0, 0]}, + {"origin": [-4.75, 20.06152, -3.35336], "size": [10, 8, 9], "pivot": [0.25, 18.7463, 0.8787], "rotation": [-100, 0, 0], "uv": [0, 21]}, + {"origin": [-3.65, 23.06152, -5.35336], "size": [8, 4, 2], "pivot": [0.25, 18.7463, 0.8787], "rotation": [-100, 0, 0], "uv": [82, 6]}, + {"origin": [-4.15, 18.06152, -7.15336], "size": [9, 4, 2], "pivot": [0.25, 18.7463, -1.1213], "rotation": [-95, 0, 0], "uv": [70, 0]}, + {"origin": [-1.47085, 28.29348, -5.81434], "size": [3, 4, 1], "pivot": [0.52915, 21.97825, -0.58227], "rotation": [-94.65468, -8.86042, -62.13918], "uv": [0, 38]}, + {"origin": [-0.82915, 28.29348, -5.81434], "size": [3, 4, 1], "pivot": [0.17085, 21.97825, -0.58227], "rotation": [-94.65468, 8.86042, 62.13918], "uv": [30, 5]}, + {"origin": [-0.41642, 22.86034, -8.18793], "size": [3, 4, 1], "pivot": [0.58358, 21.54512, -2.85587], "rotation": [-92.10959, 3.87673, 62.54534], "uv": [30, 0]}, + {"origin": [3.53969, 20.02128, -6.73713], "size": [3, 4, 1], "pivot": [4.53969, 18.70606, 3.59493], "rotation": [91.97131, 3.94876, 117.68471], "uv": [0, 21]} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [0.15, 16.96624, 10.27722], + "cubes": [ + {"origin": [-2.35, 28.06152, -3.35336], "size": [5, 6, 5], "pivot": [-0.25, 18.7463, 0.8787], "rotation": [-100, 0, 0], "uv": [31, 76]}, + {"origin": [-1.35, 34.06152, -2.35336], "size": [3, 2, 3], "pivot": [-0.25, 18.7463, 0.8787], "rotation": [-100, 0, 0], "uv": [29, 23]} + ] + }, + { + "name": "head", + "parent": "body", + "pivot": [0.25, 23.13509, -4.81961], + "cubes": [ + {"origin": [-3.75, 28.96544, -16.32108], "size": [8, 8, 10], "pivot": [0.25, 25.96544, -13.02108], "rotation": [-75, 0, 0], "uv": [28, 28]} + ] + }, + { + "name": "neck2", + "parent": "head", + "pivot": [0.251, 26.85652, -5.03916], + "cubes": [ + {"origin": [-4, 26, -13], "size": [3, 3, 6], "inflate": 0.01, "pivot": [0.25, 28.56949, -10], "rotation": [0, -90, 0], "uv": [77, 45]}, + {"origin": [-0.22787, 30.18511, -14.23762], "size": [5, 3, 9], "pivot": [0.75, 30.56537, -10.23762], "rotation": [90, -77.5, -90], "uv": [23, 46]}, + {"origin": [-4.62522, 28.13123, -15.78691], "size": [2, 4, 7], "inflate": 0.01, "pivot": [-1.74, 28.49174, -10.28691], "rotation": [-90, -70, 90], "uv": [71, 30]}, + {"origin": [-1, 24, -14], "size": [8, 8, 8], "inflate": 0.01, "pivot": [0.25, 28.56949, -10], "rotation": [0, -90, 0], "uv": [0, 38]}, + {"origin": [-2, 25, -13], "size": [1, 1, 0], "inflate": 0.02, "pivot": [0.25, 28.56949, -10], "rotation": [0, -90, 0], "uv": [60, 54]}, + {"origin": [-2, 25, -7], "size": [1, 1, 0], "inflate": 0.02, "pivot": [0.25, 28.56949, -10], "rotation": [0, -90, 0], "uv": [60, 54]} + ] + }, + { + "name": "jaw", + "parent": "neck2", + "pivot": [0.25, 25.08603, -11.46261], + "cubes": [ + {"origin": [-3.39964, 23.88465, -13], "size": [3, 2, 6], "pivot": [0.25, 28.56949, -10], "rotation": [-90, -85, 90], "uv": [83, 35]} + ] + }, + { + "name": "ear", + "parent": "neck2", + "pivot": [-3.56507, 31.23285, -4.84397], + "cubes": [ + {"origin": [-2, 32, -9], "size": [4, 6, 3], "pivot": [0.25, 28.56949, -9], "rotation": [-95, -40, 75], "uv": [83, 82]}, + {"origin": [-1, 38, -8], "size": [2, 2, 2], "pivot": [0.25, 28.56949, -9], "rotation": [-95, -40, 75], "uv": [42, 46]} + ] + }, + { + "name": "ear2", + "parent": "neck2", + "pivot": [3.56507, 31.23285, -4.84397], + "cubes": [ + {"origin": [-1, 38, -8], "size": [2, 2, 2], "pivot": [-0.25, 28.56949, -9], "rotation": [-95, 40, -75], "uv": [0, 26]}, + {"origin": [-2, 32, -9], "size": [4, 6, 3], "pivot": [-0.25, 28.56949, -9], "rotation": [-95, 40, -75], "uv": [86, 13]} + ] + }, + { + "name": "eye", + "parent": "neck2", + "pivot": [3.75, 29.85, -9.1], + "cubes": [ + {"origin": [-0.9, 28.5, -14], "size": [4, 3, 1], "inflate": 0.02, "pivot": [0.25, 28.56949, -10], "rotation": [0, -90, 0], "uv": [0, 4]}, + {"origin": [0.7, 29.2, -14], "size": [1, 1, 1], "inflate": 0.03, "pivot": [0.25, 28.56949, -10], "rotation": [0, -90, 0], "uv": [4, 8]} + ] + }, + { + "name": "eye2", + "parent": "neck2", + "pivot": [-3.25, 29.85, -9.1], + "cubes": [ + {"origin": [-3.1, 28.5, -13.5], "size": [4, 3, 1], "inflate": 0.02, "pivot": [-0.25, 28.56949, -10], "rotation": [0, 90, 0], "uv": [0, 0]}, + {"origin": [-1.7, 29.2, -13.5], "size": [1, 1, 1], "inflate": 0.03, "pivot": [-0.25, 28.56949, -10], "rotation": [0, 90, 0], "uv": [0, 8]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/houndstone/houndstone.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/houndstone/houndstone.geo.json new file mode 100644 index 0000000..9ae4a82 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/houndstone/houndstone.geo.json @@ -0,0 +1,463 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.houndstone", + "texture_width": 256, + "texture_height": 256, + "visible_bounds_width": 8, + "visible_bounds_height": 6.5, + "visible_bounds_offset": [0, 2.75, 0] + }, + "bones": [ + { + "name": "houndstone", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "houndstone", + "pivot": [0, 20.25326, 2.9659], + "cubes": [ + {"origin": [-11, 45, -20], "size": [22, 2, 7], "uv": [60, 128]}, + {"origin": [-13, 46, -13], "size": [26, 4, 32], "uv": [0, 0]}, + {"origin": [-10, 45, 19], "size": [20, 3, 10], "uv": [0, 128]}, + {"origin": [-9, 50, -11], "size": [18, 5, 27], "uv": [84, 0]}, + {"origin": [-7.5, 55, -8], "size": [15, 3, 22], "uv": [114, 106]}, + {"origin": [-10, 18, 30.4], "size": [20, 25, 0], "pivot": [0, 17, -22], "rotation": [2.5, 0, 0], "uv": [0, 231]} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [0, 45.56699, 28.94358], + "cubes": [ + {"origin": [-3, 14, 35], "size": [6, 5, 10], "pivot": [0, 17, -22], "rotation": [30, 0, 0], "uv": [24, 163]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 49.89289, 36.65133], + "cubes": [ + {"origin": [-3.5, 13, 45], "size": [7, 7, 9], "pivot": [0, 17, -22], "rotation": [30, 0, 0], "uv": [124, 173]}, + {"origin": [-2.5, 30.4, 51], "size": [5, 5, 9], "pivot": [0, 17, -22], "rotation": [17.5, 0, 0], "uv": [181, 219]} + ] + }, + { + "name": "fluff", + "parent": "body", + "pivot": [12.77621, 48.49003, 3], + "cubes": [ + {"origin": [18.4, 14, -13], "size": [0, 33, 32], "pivot": [0, 17, -22], "rotation": [0, 0, -10], "uv": [0, 63]} + ] + }, + { + "name": "fluff2", + "parent": "fluff", + "pivot": [18.07553, 16.77868, 2.5], + "cubes": [ + {"origin": [18.4, 9, -13], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, -10], "uv": [168, 36]}, + {"origin": [18.4, 9, -9], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, -10], "uv": [166, 116]}, + {"origin": [18.4, 9, -5], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, -10], "uv": [166, 101]}, + {"origin": [18.4, 9, -1], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, -10], "uv": [165, 133]}, + {"origin": [18.4, 9, 3], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, -10], "uv": [52, 165]}, + {"origin": [18.4, 9, 7], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, -10], "uv": [165, 16]}, + {"origin": [18.4, 9, 11], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, -10], "uv": [6, 165]}, + {"origin": [18.4, 9, 15], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, -10], "uv": [169, 96], "mirror": true} + ] + }, + { + "name": "fluff3", + "parent": "fluff2", + "pivot": [19.75726, 12.65997, 2.5], + "cubes": [ + {"origin": [14.1, -2, -13], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, -32.5], "uv": [52, 160]}, + {"origin": [14.1, -2, -9], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, -32.5], "uv": [24, 160]}, + {"origin": [14.1, -2, -5], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, -32.5], "uv": [0, 160]}, + {"origin": [14.1, -2, -1], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, -32.5], "uv": [156, 158]}, + {"origin": [14.1, -2, 3], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, -32.5], "uv": [112, 158]}, + {"origin": [14.1, -2, 7], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, -32.5], "uv": [100, 158]}, + {"origin": [14.1, -2, 11], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, -32.5], "uv": [157, 96]}, + {"origin": [14.1, -2, 15], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, -32.5], "uv": [150, 153]} + ] + }, + { + "name": "fur", + "parent": "body", + "pivot": [-10.77163, 45.61343, -16.5], + "cubes": [ + {"origin": [-16.1, 14, -20], "size": [0, 30, 7], "pivot": [0, 17, -22], "rotation": [0, 0, 10], "uv": [78, 187]} + ] + }, + { + "name": "fur2", + "parent": "fur", + "pivot": [-15.87553, 16.77868, -16.5], + "cubes": [ + {"origin": [-16.2, 9, -16], "size": [0, 5, 3], "pivot": [2.2, 17, -25], "rotation": [0, 0, 10], "uv": [46, 160]}, + {"origin": [-16.2, 9, -20], "size": [0, 5, 3], "pivot": [2.2, 17, -29], "rotation": [0, 0, 10], "uv": [104, 0], "mirror": true} + ] + }, + { + "name": "fur3", + "parent": "fur2", + "pivot": [-16.55726, 12.65997, -16.5], + "cubes": [ + {"origin": [-11.9, -2, -20], "size": [0, 5, 3], "pivot": [2.2, 17, -29], "rotation": [0, 0, 32.5], "uv": [84, 11], "mirror": true}, + {"origin": [-11.9, -2, -16], "size": [0, 5, 3], "pivot": [2.2, 17, -25], "rotation": [0, 0, 32.5], "uv": [6, 160]} + ] + }, + { + "name": "fur7", + "parent": "body", + "pivot": [-9.90861, 47.47668, 24], + "cubes": [ + {"origin": [-15.4, 14, 19], "size": [0, 32, 10], "pivot": [0, 17, -22], "rotation": [0, 0, 10], "uv": [80, 151], "mirror": true} + ] + }, + { + "name": "fur8", + "parent": "fur7", + "pivot": [-16.03428, 16.75014, 24], + "cubes": [ + {"origin": [-15.4, 10, 26], "size": [0, 4, 3], "pivot": [0, 17, -22], "rotation": [0, 0, 10], "uv": [162, 153]}, + {"origin": [-15.4, 10, 22.5], "size": [0, 4, 3], "pivot": [0, 17, -22], "rotation": [0, 0, 10], "uv": [128, 143], "mirror": true}, + {"origin": [-15.4, 10, 19], "size": [0, 4, 3], "pivot": [0, 17, -22], "rotation": [0, 0, 10], "uv": [149, 80], "mirror": true} + ] + }, + { + "name": "fur9", + "parent": "fur8", + "pivot": [-16.57419, 13.0035, 24.03333], + "cubes": [ + {"origin": [-11.6, 0, 26], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, 32.5], "uv": [166, 106]}, + {"origin": [-11.6, 0, 22.5], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, 32.5], "uv": [140, 54], "mirror": true}, + {"origin": [-11.6, 0, 19.1], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, 32.5], "uv": [151, 96], "mirror": true} + ] + }, + { + "name": "fur10", + "parent": "body", + "pivot": [9.90861, 47.47668, 24], + "cubes": [ + {"origin": [15.4, 14, 19], "size": [0, 32, 10], "pivot": [0, 17, -22], "rotation": [0, 0, -10], "uv": [80, 151]} + ] + }, + { + "name": "fur11", + "parent": "fur10", + "pivot": [16.03428, 16.75014, 24], + "cubes": [ + {"origin": [15.4, 10, 19], "size": [0, 4, 3], "pivot": [0, 17, -22], "rotation": [0, 0, -10], "uv": [149, 80]}, + {"origin": [15.4, 10, 26], "size": [0, 4, 3], "pivot": [0, 17, -22], "rotation": [0, 0, -10], "uv": [162, 153], "mirror": true}, + {"origin": [15.4, 10, 22.5], "size": [0, 4, 3], "pivot": [0, 17, -22], "rotation": [0, 0, -10], "uv": [128, 143]} + ] + }, + { + "name": "fur12", + "parent": "fur11", + "pivot": [15.57419, 13.0035, 24.03333], + "cubes": [ + {"origin": [11.6, 0, 19.1], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, -32.5], "uv": [151, 96]}, + {"origin": [11.6, 0, 22.5], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, -32.5], "uv": [140, 54]}, + {"origin": [11.6, 0, 26], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, -32.5], "uv": [166, 106], "mirror": true} + ] + }, + { + "name": "fluff4", + "parent": "body", + "pivot": [-13.77621, 49.49003, 3], + "cubes": [ + {"origin": [-18.4, 14, -13], "size": [0, 33, 32], "pivot": [0, 17, -22], "rotation": [0, 0, 10], "uv": [0, 63], "mirror": true} + ] + }, + { + "name": "fluff5", + "parent": "fluff4", + "pivot": [-18.07553, 16.77868, 2.5], + "cubes": [ + {"origin": [-18.4, 9, 15], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, 10], "uv": [169, 96]}, + {"origin": [-18.4, 9, 11], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, 10], "uv": [6, 165], "mirror": true}, + {"origin": [-18.4, 9, 7], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, 10], "uv": [165, 16], "mirror": true}, + {"origin": [-18.4, 9, 3], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, 10], "uv": [52, 165], "mirror": true}, + {"origin": [-18.4, 9, -1], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, 10], "uv": [165, 133], "mirror": true}, + {"origin": [-18.4, 9, -5], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, 10], "uv": [166, 101], "mirror": true}, + {"origin": [-18.4, 9, -9], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, 10], "uv": [166, 116], "mirror": true}, + {"origin": [-18.4, 9, -13], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, 10], "uv": [168, 36], "mirror": true} + ] + }, + { + "name": "fluff6", + "parent": "fluff5", + "pivot": [-19.75726, 13.65997, 2.5], + "cubes": [ + {"origin": [-14.1, -2, 15], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, 32.5], "uv": [150, 153], "mirror": true}, + {"origin": [-14.1, -2, 11], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, 32.5], "uv": [157, 96], "mirror": true}, + {"origin": [-14.1, -2, 7], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, 32.5], "uv": [100, 158], "mirror": true}, + {"origin": [-14.1, -2, 3], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, 32.5], "uv": [112, 158], "mirror": true}, + {"origin": [-14.1, -2, -1], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, 32.5], "uv": [156, 158], "mirror": true}, + {"origin": [-14.1, -2, -5], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, 32.5], "uv": [0, 160], "mirror": true}, + {"origin": [-14.1, -2, -9], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, 32.5], "uv": [24, 160], "mirror": true}, + {"origin": [-14.1, -2, -13], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, 32.5], "uv": [52, 160], "mirror": true} + ] + }, + { + "name": "fur4", + "parent": "body", + "pivot": [10.77163, 45.61343, -16.5], + "cubes": [ + {"origin": [16.1, 14, -20], "size": [0, 30, 7], "pivot": [0, 17, -22], "rotation": [0, 0, -10], "uv": [78, 187], "mirror": true} + ] + }, + { + "name": "fur5", + "parent": "fur4", + "pivot": [15.87553, 16.77868, -16.5], + "cubes": [ + {"origin": [16.2, 9, -20], "size": [0, 5, 3], "pivot": [-2.2, 17, -29], "rotation": [0, 0, -10], "uv": [104, 0]}, + {"origin": [16.2, 9, -16], "size": [0, 5, 3], "pivot": [-2.2, 17, -25], "rotation": [0, 0, -10], "uv": [46, 160], "mirror": true} + ] + }, + { + "name": "fur6", + "parent": "fur5", + "pivot": [16.55726, 12.65997, -16.5], + "cubes": [ + {"origin": [11.9, -2, -20], "size": [0, 5, 3], "pivot": [-2.2, 17, -29], "rotation": [0, 0, -32.5], "uv": [84, 11]}, + {"origin": [11.9, -2, -16], "size": [0, 5, 3], "pivot": [-2.2, 17, -25], "rotation": [0, 0, -32.5], "uv": [6, 160], "mirror": true} + ] + }, + { + "name": "head", + "parent": "body", + "pivot": [-0.2563, 35.27605, -19.76336], + "rotation": [-0.95638, 0.02246, 0.19006], + "cubes": [ + {"origin": [-10, 33, -33], "size": [20, 7, 13], "uv": [133, 57]}, + {"origin": [-7, 39, -51], "size": [14, 6, 19], "uv": [118, 131]}, + {"origin": [-7, 50.5, -30], "size": [14, 6, 7], "pivot": [0, 17, -22], "rotation": [35, 0, 0], "uv": [192, 19]}, + {"origin": [-5, 45, -40], "size": [10, 1, 5], "uv": [133, 77]}, + {"origin": [-5, 36, -51], "size": [10, 3, 2], "uv": [116, 57]}, + {"origin": [-7, 37, -49], "size": [1, 2, 4], "uv": [147, 0]}, + {"origin": [-7, 37, -43.4], "size": [1, 2, 4], "uv": [145, 100]}, + {"origin": [6, 37, -49], "size": [1, 2, 4], "uv": [147, 0], "mirror": true}, + {"origin": [-7, 37, -38.4], "size": [1, 2, 4], "uv": [124, 140]}, + {"origin": [6, 37, -43.4], "size": [1, 2, 4], "uv": [145, 100], "mirror": true}, + {"origin": [-7, 37, -32.4], "size": [1, 2, 4], "uv": [118, 138]}, + {"origin": [6, 37, -38.4], "size": [1, 2, 4], "uv": [124, 140], "mirror": true}, + {"origin": [-9, 40, -33], "size": [18, 3, 13], "uv": [145, 83]}, + {"origin": [-9, 43, -33], "size": [18, 2, 13], "uv": [151, 160]}, + {"origin": [-8, 45, -34], "size": [16, 3, 14], "uv": [104, 156]}, + {"origin": [20.3, 39.6, -34], "size": [10, 0, 14], "pivot": [5.3, 19, -22], "rotation": [0, 0, -75], "uv": [50, 96]}, + {"origin": [-30.3, 39.6, -34], "size": [10, 0, 14], "pivot": [-5.3, 19, -22], "rotation": [0, 0, 75], "uv": [50, 96], "mirror": true}, + {"origin": [0.3, 48, -34], "size": [8, 2, 14], "uv": [190, 99]}, + {"origin": [-8.3, 48, -34], "size": [8, 2, 14], "uv": [190, 99], "mirror": true}, + {"origin": [-5.5, 48, -30], "size": [11, 14, 6], "uv": [94, 193]}, + {"origin": [8.6, 57, -30], "size": [10, 7, 6], "pivot": [0, 17, -22], "rotation": [0, 0, -20], "uv": [32, 219]}, + {"origin": [-18.6, 57, -30], "size": [10, 7, 6], "pivot": [0, 17, -22], "rotation": [0, 0, 20], "uv": [32, 219], "mirror": true}, + {"origin": [6, 37, -32.4], "size": [1, 2, 4], "uv": [118, 138], "mirror": true}, + {"origin": [-18.1, 61, -30], "size": [10, 8, 6], "pivot": [0, 17, -22], "rotation": [0, 0, 12.5], "uv": [168, 39]}, + {"origin": [0.8, 50.6, -27], "size": [5, 6, 3], "pivot": [0, 17, -22], "rotation": [36.69146, 16.27014, 11.79198], "uv": [240, 0]}, + {"origin": [-5.8, 50.6, -27], "size": [5, 6, 3], "pivot": [0, 17, -22], "rotation": [36.69146, -16.27014, -11.79198], "uv": [240, 0], "mirror": true}, + {"origin": [-6.5, 70, -30], "size": [13, 4, 6], "uv": [194, 81]}, + {"origin": [17, 56, -30.1], "size": [3, 1, 1], "pivot": [0, 9, -22], "rotation": [0, 0, -20], "uv": [228, 106]}, + {"origin": [-20, 56, -30.1], "size": [3, 1, 1], "pivot": [0, 9, -22], "rotation": [0, 0, 20], "uv": [228, 106], "mirror": true}, + {"origin": [2.4, 60, -30.1], "size": [3, 1, 1], "uv": [228, 106]}, + {"origin": [-20, 60, -30.1], "size": [3, 1, 1], "pivot": [0, 13, -22], "rotation": [0, 0, 20], "uv": [228, 106], "mirror": true}, + {"origin": [17, 60, -30.1], "size": [3, 1, 1], "pivot": [0, 13, -22], "rotation": [0, 0, -20], "uv": [228, 106]}, + {"origin": [17, 64, -30.1], "size": [3, 1, 1], "pivot": [0, 17, -22], "rotation": [0, 0, -20], "uv": [228, 106]}, + {"origin": [-20, 64, -30.1], "size": [3, 1, 1], "pivot": [0, 17, -22], "rotation": [0, 0, 20], "uv": [228, 106], "mirror": true}, + {"origin": [-5.4, 60, -30.1], "size": [3, 1, 1], "uv": [228, 106], "mirror": true}, + {"origin": [-20, 56, -30.1], "size": [3, 1, 1], "pivot": [0, 9, -22], "rotation": [0, 0, 20], "uv": [228, 106], "mirror": true}, + {"origin": [17, 56, -30.1], "size": [3, 1, 1], "pivot": [0, 9, -22], "rotation": [0, 0, -20], "uv": [228, 106]}, + {"origin": [2.4, 64, -30.1], "size": [4, 1, 1], "uv": [228, 106]}, + {"origin": [17, 60, -30.1], "size": [3, 1, 1], "pivot": [0, 13, -22], "rotation": [0, 0, -20], "uv": [228, 106]}, + {"origin": [-20, 60, -30.1], "size": [3, 1, 1], "pivot": [0, 13, -22], "rotation": [0, 0, 20], "uv": [228, 106], "mirror": true}, + {"origin": [2.4, 68, -30.1], "size": [4, 1, 1], "uv": [228, 106]}, + {"origin": [-6.4, 68, -30.1], "size": [4, 1, 1], "uv": [228, 106], "mirror": true}, + {"origin": [-6.4, 64, -30.1], "size": [4, 1, 1], "uv": [228, 106], "mirror": true}, + {"origin": [8.1, 61, -30], "size": [10, 8, 6], "pivot": [0, 17, -22], "rotation": [0, 0, -12.5], "uv": [168, 39], "mirror": true} + ] + }, + { + "name": "jaw", + "parent": "head", + "pivot": [0, 33.3562, -29.68069], + "rotation": [25, 0, 0], + "cubes": [ + {"origin": [-11, 33, -53], "size": [4, 2, 5], "uv": [118, 131]}, + {"origin": [-11, 33, -47], "size": [4, 2, 7], "uv": [84, 14]}, + {"origin": [-11, 33, -39], "size": [4, 3, 5], "uv": [113, 110]}, + {"origin": [-11, 24, -55], "size": [22, 9, 25], "uv": [64, 62]}, + {"origin": [-3.5, 35, -51.9], "size": [7, 3, 3], "pivot": [0, 17, -22], "rotation": [12.5, 0, 0], "uv": [64, 110]}, + {"origin": [-5.5, 36, -52], "size": [11, 6, 3], "pivot": [0, 17, -27], "rotation": [12.5, 0, 0], "uv": [220, 91]}, + {"origin": [-3.5, 32, -58], "size": [7, 2, 2], "pivot": [0, 17, -27], "rotation": [-7.5, 0, 0], "uv": [84, 23]}, + {"origin": [7, 33, -53], "size": [4, 2, 5], "uv": [118, 131], "mirror": true}, + {"origin": [7, 33, -47], "size": [4, 2, 7], "uv": [84, 14], "mirror": true}, + {"origin": [7, 33, -39], "size": [4, 3, 5], "uv": [113, 110], "mirror": true} + ] + }, + { + "name": "ear", + "parent": "head", + "pivot": [-10.4405, 39.28969, -27], + "cubes": [ + {"origin": [8.6, 40.9, -34], "size": [10, 0, 14], "pivot": [5.3, 19, -22], "rotation": [0, 0, -70], "uv": [99, 96], "mirror": true} + ] + }, + { + "name": "earfur", + "parent": "ear", + "pivot": [-13.85655, 29.37119, -27], + "cubes": [ + {"origin": [13.6, 36.9, -34], "size": [5, 0, 14], "pivot": [5.3, 19, -22], "rotation": [0, 0, -97.5], "uv": [112, 32]} + ] + }, + { + "name": "ear2", + "parent": "earfur", + "pivot": [-13.8632, 25.28105, -27], + "cubes": [ + {"origin": [-4.1, 38.4, -34], "size": [6, 0, 14], "pivot": [5.3, 19, -22], "rotation": [0, 0, -62.5], "uv": [0, 0], "mirror": true} + ] + }, + { + "name": "earfur2", + "parent": "ear2", + "pivot": [-16.17194, 19.846, -27.55], + "cubes": [ + {"origin": [-8.1, 38.4, -34], "size": [4, 0, 3], "pivot": [5.3, 19, -24], "rotation": [0, 0, -62.5], "uv": [123, 110]}, + {"origin": [-8.1, 38.4, -30.8], "size": [4, 0, 3], "pivot": [5.3, 19, -20.8], "rotation": [0, 0, -62.5], "uv": [0, 3]}, + {"origin": [-8.1, 38.4, -24], "size": [4, 0, 3], "pivot": [5.3, 19, -22], "rotation": [0, 0, -62.5], "uv": [55, 128]}, + {"origin": [-8.1, 38.4, -27.4], "size": [4, 0, 3], "pivot": [5.3, 19, -25.4], "rotation": [0, 0, -62.5], "uv": [126, 46], "mirror": true} + ] + }, + { + "name": "earfur3", + "parent": "earfur2", + "pivot": [-18.07255, 16.6132, -27.55], + "cubes": [ + {"origin": [-4.1, 41.6, -34], "size": [4, 0, 3], "pivot": [5.3, 19, -24], "rotation": [0, 0, -82.5], "uv": [61, 116]}, + {"origin": [-4.1, 41.6, -30.8], "size": [4, 0, 3], "pivot": [5.3, 19, -20.8], "rotation": [0, 0, -82.5], "uv": [0, 0]}, + {"origin": [-4.1, 41.6, -24], "size": [4, 0, 3], "pivot": [5.3, 19, -22], "rotation": [0, 0, -82.5], "uv": [76, 79]}, + {"origin": [-4.1, 41.6, -27.4], "size": [4, 0, 3], "pivot": [5.3, 19, -25.4], "rotation": [0, 0, -82.5], "uv": [130, 62], "mirror": true} + ] + }, + { + "name": "ear3", + "parent": "head", + "pivot": [10.4405, 39.28969, -27], + "cubes": [ + {"origin": [-18.6, 40.9, -34], "size": [10, 0, 14], "pivot": [-5.3, 19, -22], "rotation": [0, 0, 70], "uv": [99, 96]} + ] + }, + { + "name": "ear4", + "parent": "ear3", + "pivot": [13.85655, 29.37119, -27], + "cubes": [ + {"origin": [-18.6, 36.9, -34], "size": [5, 0, 14], "pivot": [-5.3, 19, -22], "rotation": [0, 0, 97.5], "uv": [112, 32], "mirror": true} + ] + }, + { + "name": "ear5", + "parent": "ear4", + "pivot": [12.8632, 25.28105, -27], + "cubes": [ + {"origin": [-1.9, 38.4, -34], "size": [6, 0, 14], "pivot": [-5.3, 19, -22], "rotation": [0, 0, 62.5], "uv": [0, 0]} + ] + }, + { + "name": "earfur4", + "parent": "ear5", + "pivot": [16.17194, 19.846, -27.525], + "cubes": [ + {"origin": [4.1, 38.4, -34], "size": [4, 0, 3], "pivot": [-5.3, 19, -24], "rotation": [0, 0, 62.5], "uv": [123, 110], "mirror": true}, + {"origin": [4.1, 38.4, -30.7], "size": [4, 0, 3], "pivot": [-5.3, 19, -24.7], "rotation": [0, 0, 62.5], "uv": [69, 116]}, + {"origin": [4.1, 38.4, -27.4], "size": [4, 0, 3], "pivot": [-5.3, 19, -25.4], "rotation": [0, 0, 62.5], "uv": [126, 46]}, + {"origin": [4.1, 38.4, -24], "size": [4, 0, 3], "pivot": [-5.3, 19, -22], "rotation": [0, 0, 62.5], "uv": [55, 128], "mirror": true} + ] + }, + { + "name": "ear6", + "parent": "earfur4", + "pivot": [18.07255, 16.6132, -27.525], + "cubes": [ + {"origin": [0.1, 41.6, -34], "size": [4, 0, 3], "pivot": [-5.3, 19, -24], "rotation": [0, 0, 82.5], "uv": [61, 116], "mirror": true}, + {"origin": [0.1, 41.6, -30.7], "size": [4, 0, 3], "pivot": [-5.3, 19, -24.7], "rotation": [0, 0, 82.5], "uv": [76, 76]}, + {"origin": [0.1, 41.6, -27.4], "size": [4, 0, 3], "pivot": [-5.3, 19, -25.4], "rotation": [0, 0, 82.5], "uv": [130, 62]}, + {"origin": [0.1, 41.6, -24], "size": [4, 0, 3], "pivot": [-5.3, 19, -22], "rotation": [0, 0, 82.5], "uv": [76, 79], "mirror": true} + ] + }, + { + "name": "rightleg2", + "parent": "houndstone", + "pivot": [-7.55286, 24.72141, 20.05585], + "cubes": [ + {"origin": [-12, 20, 16], "size": [9, 9, 7], "pivot": [0, 17, 5], "rotation": [-17.5, 0, 0], "uv": [0, 203], "mirror": true}, + {"origin": [-12, 3, 16], "size": [9, 9, 7], "pivot": [0, 17, 5], "rotation": [22.5, 0, 0], "uv": [160, 199]}, + {"origin": [-12, 5, 20], "size": [9, 9, 7], "pivot": [0, 17, 5], "rotation": [-7.5, 0, 0], "uv": [32, 203]}, + {"origin": [-12, 4, 13], "size": [9, 2, 9], "uv": [210, 32]}, + {"origin": [-2, 0, 9], "size": [4, 4, 16], "pivot": [0, 21, 5], "rotation": [0, -20, 0], "uv": [186, 41]}, + {"origin": [-10.2, 0, 7], "size": [4, 4, 16], "pivot": [0, 21, 5], "rotation": [0, 5, 0], "uv": [183, 61]}, + {"origin": [-16, 0, 3], "size": [4, 4, 16], "pivot": [0, 21, 5], "rotation": [0, 22.5, 0], "uv": [164, 179]}, + {"origin": [0, 0, 6], "size": [0, 4, 3], "pivot": [0, 21, 5], "rotation": [0, -20, 0], "uv": [150, 163]}, + {"origin": [-8.2, 0, 3], "size": [0, 4, 4], "pivot": [0, 21, 5], "rotation": [0, 5, 0], "uv": [111, 127]}, + {"origin": [-14, 0, -1], "size": [0, 3, 4], "pivot": [0, 21, 5], "rotation": [0, 22.5, 0], "uv": [141, 79]} + ] + }, + { + "name": "leftleg2", + "parent": "houndstone", + "pivot": [7.55286, 23.72141, 20.05585], + "cubes": [ + {"origin": [3, 20, 16], "size": [9, 9, 7], "pivot": [0, 17, 5], "rotation": [-17.5, 0, 0], "uv": [0, 203]}, + {"origin": [3, 3, 16], "size": [9, 9, 7], "pivot": [0, 17, 5], "rotation": [22.5, 0, 0], "uv": [160, 199], "mirror": true}, + {"origin": [3, 5, 20], "size": [9, 9, 7], "pivot": [0, 17, 5], "rotation": [-7.5, 0, 0], "uv": [32, 203], "mirror": true}, + {"origin": [3, 4, 13], "size": [9, 2, 9], "uv": [210, 32], "mirror": true}, + {"origin": [-2, 0, 9], "size": [4, 4, 16], "pivot": [0, 21, 5], "rotation": [0, 20, 0], "uv": [186, 41], "mirror": true}, + {"origin": [6.2, 0, 7], "size": [4, 4, 16], "pivot": [0, 21, 5], "rotation": [0, -5, 0], "uv": [183, 61], "mirror": true}, + {"origin": [12, 0, 3], "size": [4, 4, 16], "pivot": [0, 21, 5], "rotation": [0, -22.5, 0], "uv": [164, 179], "mirror": true}, + {"origin": [8.2, 0, 3], "size": [0, 4, 4], "pivot": [0, 21, 5], "rotation": [0, -5, 0], "uv": [111, 127], "mirror": true}, + {"origin": [0, 0, 6], "size": [0, 4, 3], "pivot": [0, 21, 5], "rotation": [0, 20, 0], "uv": [150, 163], "mirror": true}, + {"origin": [14, 0, -1], "size": [0, 3, 4], "pivot": [0, 21, 5], "rotation": [0, -22.5, 0], "uv": [141, 79], "mirror": true} + ] + }, + { + "name": "rightleg", + "parent": "houndstone", + "pivot": [-7.55873, 20.33676, -7.72642], + "cubes": [ + {"origin": [-11, 4, -11], "size": [7, 12, 7], "pivot": [0, 17, -22], "rotation": [20, 0, 0], "uv": [212, 212], "mirror": true}, + {"origin": [-12, 5, -7], "size": [9, 9, 7], "pivot": [0, 17, -22], "rotation": [-7.5, 0, 0], "uv": [207, 0], "mirror": true}, + {"origin": [-12, 4, -14], "size": [9, 2, 9], "uv": [210, 43], "mirror": true}, + {"origin": [-16, 0, -24], "size": [4, 4, 16], "pivot": [0, 21, -22], "rotation": [0, 22.5, 0], "uv": [0, 183], "mirror": true}, + {"origin": [-10.2, 0, -20], "size": [4, 4, 16], "pivot": [0, 21, -22], "rotation": [0, 5, 0], "uv": [24, 178], "mirror": true}, + {"origin": [-2, 0, -18], "size": [4, 4, 16], "pivot": [0, 21, -22], "rotation": [0, -20, 0], "uv": [140, 175]}, + {"origin": [-8.2, 0, -24], "size": [0, 4, 4], "pivot": [0, 21, -22], "rotation": [0, 5, 0], "uv": [0, 130], "mirror": true}, + {"origin": [-14, 0, -28], "size": [0, 3, 4], "pivot": [0, 21, -22], "rotation": [0, 22.5, 0], "uv": [133, 79], "mirror": true}, + {"origin": [0, 0, -21], "size": [0, 4, 3], "pivot": [0, 21, -22], "rotation": [0, -20, 0], "uv": [112, 163], "mirror": true} + ] + }, + { + "name": "leftleg", + "parent": "houndstone", + "pivot": [7.55873, 19.33676, -5.72642], + "cubes": [ + {"origin": [4, 4, -11], "size": [7, 12, 7], "pivot": [0, 17, -22], "rotation": [20, 0, 0], "uv": [212, 212]}, + {"origin": [3, 5, -7], "size": [9, 9, 7], "pivot": [0, 17, -22], "rotation": [-7.5, 0, 0], "uv": [207, 0]}, + {"origin": [3, 4, -14], "size": [9, 2, 9], "uv": [210, 43]}, + {"origin": [-2, 0, -18], "size": [4, 4, 16], "pivot": [0, 21, -22], "rotation": [0, 20, 0], "uv": [140, 175], "mirror": true}, + {"origin": [0, 0, -21], "size": [0, 4, 3], "pivot": [0, 21, -22], "rotation": [0, 20, 0], "uv": [112, 163]}, + {"origin": [8.2, 0, -24], "size": [0, 4, 4], "pivot": [0, 21, -22], "rotation": [0, -5, 0], "uv": [0, 130]}, + {"origin": [6.2, 0, -20], "size": [4, 4, 16], "pivot": [0, 21, -22], "rotation": [0, -5, 0], "uv": [24, 178]}, + {"origin": [12, 0, -24], "size": [4, 4, 16], "pivot": [0, 21, -22], "rotation": [0, -22.5, 0], "uv": [0, 183]}, + {"origin": [14, 0, -28], "size": [0, 3, 4], "pivot": [0, 21, -22], "rotation": [0, -22.5, 0], "uv": [133, 79]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/hydrapple/hydrapple.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/hydrapple/hydrapple.geo.json new file mode 100644 index 0000000..1e0025c --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/hydrapple/hydrapple.geo.json @@ -0,0 +1,1062 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 6.5, + "visible_bounds_offset": [0, 2.75, 0] + }, + "bones": [ + { + "name": "hydrapple", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "hydrapple", + "pivot": [0, 16, 0] + }, + { + "name": "neck", + "parent": "body", + "pivot": [0, 19, 0], + "cubes": [ + {"origin": [-1.5, 18, -1.5], "size": [3, 7, 3], "uv": [78, 0]} + ] + }, + { + "name": "neck2", + "parent": "neck", + "pivot": [0, 25, -1.5], + "cubes": [ + {"origin": [-1.5, 25, -1.5], "size": [3, 5, 3], "inflate": 0.01, "uv": [73, 70]} + ] + }, + { + "name": "neck3", + "parent": "neck2", + "pivot": [0, 30, -1.5], + "cubes": [ + {"origin": [-1.5, 30, -1.5], "size": [3, 7, 3], "uv": [0, 39]} + ] + }, + { + "name": "neck4", + "parent": "neck3", + "pivot": [0, 37, -1.5], + "cubes": [ + {"origin": [-1.5, 37, -1.5], "size": [3, 7, 3], "inflate": 0.01, "uv": [0, 22]} + ] + }, + { + "name": "neck5", + "parent": "neck4", + "pivot": [0, 44, 1.5], + "cubes": [ + {"origin": [-1.5, 44, -1.5], "size": [3, 6, 3], "uv": [25, 70]} + ] + }, + { + "name": "neck6", + "parent": "neck5", + "pivot": [0, 50, 1.5], + "cubes": [ + {"origin": [-1.5, 50, -1.5], "size": [3, 5, 3], "inflate": 0.01, "uv": [0, 73]} + ] + }, + { + "name": "neck7", + "parent": "neck6", + "pivot": [0, 55, 1.5], + "cubes": [ + {"origin": [-1.5, 55, -1.5], "size": [3, 8, 3], "uv": [0, 0]} + ] + }, + { + "name": "head", + "parent": "neck7", + "pivot": [0, 63, 1.5], + "cubes": [ + {"origin": [-2.5, 63, -0.5], "size": [5, 5, 3], "uv": [44, 60]}, + {"origin": [2.49, 65.5, -1.5], "size": [0, 2, 2], "pivot": [2, 66.5, -0.5], "rotation": [-45, 0, 0], "uv": [10, 30], "mirror": true}, + {"origin": [-2.49, 65.5, -1.5], "size": [0, 2, 2], "pivot": [-2, 66.5, -0.5], "rotation": [-45, 0, 0], "uv": [10, 30]}, + {"origin": [-2, 64, -1.75], "size": [4, 2, 2], "inflate": 0.01, "uv": [42, 32]}, + {"origin": [-1.5, 68, -0.5], "size": [3, 3, 1], "inflate": 0.01, "uv": [39, 43]}, + {"origin": [-2, 70.5, -0.5], "size": [4, 2, 2], "pivot": [6, 71, -0.4], "rotation": [20, 0, 0], "uv": [79, 46]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [1.5, 68.5, 1.5] + }, + { + "name": "left_eye", + "parent": "eyes", + "pivot": [1.5, 69.5, 1.5], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [0.5, 68.5, 1.5], "size": [2, 0, 4], "pivot": [1.5, 69.5, 1.5], "rotation": [-8.26511, 24.77164, -3.48303], "uv": [77, 32], "mirror": true} + ] + }, + { + "name": "left_pupil", + "parent": "left_eye", + "pivot": [1.5, 68.5, 1.5], + "cubes": [ + {"origin": [1, 68.5, 2.75], "size": [1, 0, 1], "pivot": [1.5, 68.5, 1.5], "rotation": [-8.26511, 24.77164, -3.48303], "uv": [8, 2]} + ] + }, + { + "name": "right_eye", + "parent": "eyes", + "pivot": [-1.5, 69.5, 1.5], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-2.5, 68.5, 1.5], "size": [2, 0, 4], "pivot": [-1.5, 69.5, 1.5], "rotation": [-8.26511, -24.77164, 3.48303], "uv": [77, 32]} + ] + }, + { + "name": "right_pupil", + "parent": "right_eye", + "pivot": [-1.5, 68.5, 1.5], + "cubes": [ + {"origin": [-2, 68.5, 2.75], "size": [1, 0, 1], "pivot": [-1.5, 68.5, 1.5], "rotation": [-8.26511, -24.77164, 3.48303], "uv": [8, 2]} + ] + }, + { + "name": "eyes_squint", + "parent": "head", + "pivot": [1.5, 66.5, 1.5], + "rotation": [-90, 0, 0] + }, + { + "name": "left_eye_squint", + "parent": "eyes_squint", + "pivot": [-0.5, 67.5, 1.5], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-1.5, 66.52, 1], "size": [2, 0, 2], "pivot": [-0.5, 67.5, 1.5], "rotation": [-8.26511, 24.77164, -3.48303], "uv": [89, 24]}, + {"origin": [-1.5, 66.52, 3.5], "size": [2, 0, 2], "pivot": [-0.5, 67.5, 1.5], "rotation": [-8.26511, 24.77164, -3.48303], "uv": [89, 18]} + ] + }, + { + "name": "right_eye_squint", + "parent": "eyes_squint", + "pivot": [0.5, 67.5, 1.5], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-0.5, 66.52, 1], "size": [2, 0, 2], "pivot": [0.5, 67.5, 1.5], "rotation": [-8.26511, -24.77164, 3.48303], "uv": [89, 24], "mirror": true}, + {"origin": [-0.5, 66.52, 3.5], "size": [2, 0, 2], "pivot": [0.5, 67.5, 1.5], "rotation": [-8.26511, -24.77164, 3.48303], "uv": [89, 18], "mirror": true} + ] + }, + { + "name": "eyelids", + "parent": "head", + "pivot": [1.5, 67.5, 1.5], + "rotation": [-90, 0, 0] + }, + { + "name": "left_eyelid", + "parent": "eyelids", + "pivot": [-1.5, 67.5, 1.5], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-2.5, 66.5, 1.5], "size": [2, 0, 4], "pivot": [-1.5, 67.5, 1.5], "rotation": [-8.26511, 24.77164, -3.48303], "uv": [83, 18], "mirror": true} + ] + }, + { + "name": "right_eyelid", + "parent": "eyelids", + "pivot": [-0.5, 67.5, 1.5], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [0.5, 66.5, 1.5], "size": [2, 0, 4], "pivot": [1.5, 67.5, 1.5], "rotation": [-8.26511, -24.77164, 3.48303], "uv": [83, 18]} + ] + }, + { + "name": "left_horn", + "parent": "head", + "pivot": [1.75, 66, 2.5], + "rotation": [-67.5, 0, 0], + "cubes": [ + {"origin": [1.75, 65, 10.5], "size": [0, 1, 5], "uv": [0, 45]}, + {"origin": [1.25, 65, 2.5], "size": [1, 1, 8], "uv": [62, 61]}, + {"origin": [0.25, 64, 6.5], "size": [3, 3, 3], "uv": [83, 65]} + ] + }, + { + "name": "main_head_leaf", + "parent": "left_horn", + "pivot": [2.25, 65.5, 9.5], + "rotation": [0, -20, 0], + "cubes": [ + {"origin": [2.25, 65, 9.5], "size": [2, 1, 0], "uv": [9, 41]} + ] + }, + { + "name": "right_horn", + "parent": "head", + "pivot": [-1.75, 66, 2.5], + "rotation": [-67.5, 0, 0], + "cubes": [ + {"origin": [-1.75, 65, 10.5], "size": [0, 1, 5], "uv": [0, 44]}, + {"origin": [-2.25, 65, 2.5], "size": [1, 1, 8], "uv": [52, 60]} + ] + }, + { + "name": "jaw", + "parent": "head", + "pivot": [0, 66, -0.25], + "cubes": [ + {"origin": [-2, 65.99, -1.75], "size": [4, 2, 2], "uv": [0, 32]}, + {"origin": [-1, 67.5, -1.25], "size": [2, 5, 1], "uv": [52, 50]} + ] + }, + { + "name": "tongue", + "parent": "jaw", + "pivot": [0, 65, -1.25], + "cubes": [ + {"origin": [-0.5, 65, -1.25], "size": [1, 3, 1], "inflate": 0.01, "uv": [68, 24]} + ] + }, + { + "name": "tongue2", + "parent": "tongue", + "pivot": [0, 65, -1.25], + "rotation": [0, 0, 0], + "cubes": [ + {"origin": [-0.5, 65, -1.25], "size": [1, 3, 1], "uv": [11, 65]} + ] + }, + { + "name": "tongue3", + "parent": "tongue2", + "pivot": [0, 68, -0.75], + "cubes": [ + {"origin": [-0.5, 68, -0.75], "size": [1, 3, 0], "uv": [0, 22]} + ] + }, + { + "name": "apple", + "parent": "body", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-5.5, 1, -5.5], "size": [11, 5, 11], "uv": [84, 0]}, + {"origin": [-6.5, 5.5, -6.5], "size": [13, 8, 13], "uv": [0, 39]}, + {"origin": [-7.5, 10.5, -7.5], "size": [15, 7, 15], "uv": [0, 0]}, + {"origin": [-4.5, 17, -4.5], "size": [9, 2, 9], "uv": [40, 39]} + ] + }, + { + "name": "left_drip", + "parent": "apple", + "pivot": [7, 11, 3], + "cubes": [ + {"origin": [6, 8.5, 2], "size": [2, 3, 2], "uv": [10, 80]} + ] + }, + { + "name": "right_drip", + "parent": "apple", + "pivot": [-7, 11, 3], + "cubes": [ + {"origin": [-8, 8.5, 2], "size": [2, 3, 2], "uv": [46, 1]} + ] + }, + { + "name": "base", + "parent": "apple", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-11, 0.01, -11], "size": [22, 0, 22], "inflate": 0.01, "uv": [-21, 92]}, + {"origin": [-7, 0, -7], "size": [14, 2, 14], "inflate": 0.01, "uv": [0, 22]} + ] + }, + { + "name": "back_right_neck", + "parent": "apple", + "pivot": [-4.5, 17.5, 4.5], + "rotation": [0, 0, 0], + "cubes": [ + {"origin": [-6, 16, 3], "size": [3, 6, 3], "uv": [72, 54], "mirror": true} + ] + }, + { + "name": "back_right_neck2", + "parent": "back_right_neck", + "pivot": [-4.5, 22, 3], + "cubes": [ + {"origin": [-6, 22, 3], "size": [3, 5, 3], "inflate": 0.01, "uv": [61, 70], "mirror": true} + ] + }, + { + "name": "back_right_neck3", + "parent": "back_right_neck2", + "pivot": [-4.5, 27, 3], + "cubes": [ + {"origin": [-6, 27, 3], "size": [3, 6, 3], "uv": [13, 70], "mirror": true} + ] + }, + { + "name": "back_right_neck4", + "parent": "back_right_neck3", + "pivot": [-4.5, 33, 6], + "cubes": [ + {"origin": [-6, 33, 3], "size": [3, 5, 3], "inflate": 0.01, "uv": [37, 70], "mirror": true} + ] + }, + { + "name": "back_right_neck5", + "parent": "back_right_neck4", + "pivot": [-4.5, 38, 6], + "cubes": [ + {"origin": [-6, 38, 3], "size": [3, 6, 3], "uv": [49, 69], "mirror": true} + ] + }, + { + "name": "back_right_head", + "parent": "back_right_neck5", + "pivot": [-4.5, 44, 6], + "cubes": [ + {"origin": [-7, 44, 4], "size": [5, 5, 3], "uv": [44, 60], "mirror": true}, + {"origin": [-6.99, 46.5, 3], "size": [0, 2, 2], "pivot": [-6.5, 47.5, 4], "rotation": [-45, 0, 0], "uv": [10, 30]}, + {"origin": [-2.01, 46.5, 3], "size": [0, 2, 2], "pivot": [-2.5, 47.5, 4], "rotation": [-45, 0, 0], "uv": [10, 30], "mirror": true}, + {"origin": [-6.5, 45, 2.75], "size": [4, 2, 2], "inflate": 0.01, "uv": [42, 32], "mirror": true}, + {"origin": [-6, 49, 4], "size": [3, 3, 1], "inflate": 0.01, "uv": [39, 43], "mirror": true}, + {"origin": [-6.5, 51.5, 4], "size": [4, 2, 2], "pivot": [-10.5, 52, 4.1], "rotation": [20, 0, 0], "uv": [0, 11], "mirror": true} + ] + }, + { + "name": "back_right_eyelids", + "parent": "back_right_head", + "pivot": [-4.5, 47.5, 6], + "rotation": [-90, 0, 0] + }, + { + "name": "back_right_right_eyelid", + "parent": "back_right_eyelids", + "pivot": [-4, 48.5, 6], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-5, 47.5, 6], "size": [2, 0, 4], "pivot": [-4, 48.5, 6], "rotation": [-8.26511, -24.77164, 3.48303], "uv": [83, 18]} + ] + }, + { + "name": "back_right_left_eyelid", + "parent": "back_right_eyelids", + "pivot": [-3, 48.5, 6], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-5.81262, 47.5, 5.15476], "size": [2, 0, 4], "pivot": [-3, 48.5, 6], "rotation": [-8.26511, 24.77164, -3.48303], "uv": [83, 18], "mirror": true} + ] + }, + { + "name": "back_right_jaw", + "parent": "back_right_head", + "pivot": [-4.5, 46.75, 4.25], + "cubes": [ + {"origin": [-6.5, 46.99, 2.75], "size": [4, 2, 2], "uv": [0, 32], "mirror": true}, + {"origin": [-5.5, 48.5, 3.25], "size": [2, 5, 1], "uv": [42, 22], "mirror": true} + ] + }, + { + "name": "back_right_tongue", + "parent": "back_right_jaw", + "pivot": [-4.5, 44.57963, 5.5441], + "cubes": [ + {"origin": [-5, 44.57963, 5.5441], "size": [1, 4, 1], "inflate": 0.01, "uv": [1, 82], "mirror": true} + ] + }, + { + "name": "back_right_tongue2", + "parent": "back_right_tongue", + "pivot": [-4.5, 45.58248, 5.91324], + "rotation": [0, 0, 0], + "cubes": [ + {"origin": [-5, 45.58248, 5.91324], "size": [1, 3, 0], "uv": [0, 0], "mirror": true} + ] + }, + { + "name": "back_right_eyes", + "parent": "back_right_head", + "pivot": [-4.5, 49.5, 6] + }, + { + "name": "back_right_left_eye", + "parent": "back_right_eyes", + "pivot": [-3, 50.5, 6], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-4, 49.5, 6], "size": [2, 0, 4], "pivot": [-3, 50.5, 6], "rotation": [-8.26511, 24.77164, -3.48303], "uv": [77, 32], "mirror": true} + ] + }, + { + "name": "back_right_left_pupil", + "parent": "back_right_left_eye", + "pivot": [-3, 49.5, 6], + "cubes": [ + {"origin": [-3.5, 49.5, 7.25], "size": [1, 0, 1], "pivot": [-3, 49.5, 6], "rotation": [-8.26511, 24.77164, -3.48303], "uv": [8, 0], "mirror": true} + ] + }, + { + "name": "back_right_right_eye", + "parent": "back_right_eyes", + "pivot": [-6, 50.5, 6], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-7, 49.5, 6], "size": [2, 0, 4], "pivot": [-6, 50.5, 6], "rotation": [-8.26511, -24.77164, 3.48303], "uv": [77, 32]} + ] + }, + { + "name": "back_right_right_pupil", + "parent": "back_right_right_eye", + "pivot": [-6, 49.5, 6], + "cubes": [ + {"origin": [-6.5, 49.5, 7.25], "size": [1, 0, 1], "pivot": [-6, 49.5, 6], "rotation": [-8.26511, -24.77164, 3.48303], "uv": [8, 1], "mirror": true} + ] + }, + { + "name": "back_right_eyes_squint", + "parent": "back_right_head", + "pivot": [-4.5, 47.5, 6], + "rotation": [-90, 0, 0] + }, + { + "name": "back_right_left_eye_squint", + "parent": "back_right_eyes_squint", + "pivot": [-5, 48.5, 6], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-6, 47.52, 5.5], "size": [2, 0, 2], "pivot": [-5, 48.5, 6], "rotation": [-8.26511, 24.77164, -3.48303], "uv": [89, 24]}, + {"origin": [-6, 47.52, 8], "size": [2, 0, 2], "pivot": [-5, 48.5, 6], "rotation": [-8.26511, 24.77164, -3.48303], "uv": [89, 18]} + ] + }, + { + "name": "back_right_right_eye_squint", + "parent": "back_right_eyes_squint", + "pivot": [-4, 48.5, 6], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-5, 47.52, 5.5], "size": [2, 0, 2], "pivot": [-4, 48.5, 6], "rotation": [-8.26511, -24.77164, 3.48303], "uv": [89, 24], "mirror": true}, + {"origin": [-5, 47.52, 8], "size": [2, 0, 2], "pivot": [-4, 48.5, 6], "rotation": [-8.26511, -24.77164, 3.48303], "uv": [89, 18], "mirror": true} + ] + }, + { + "name": "back_left_neck", + "parent": "apple", + "pivot": [4.5, 17.5, 4.5], + "rotation": [0, 0, 0], + "cubes": [ + {"origin": [3, 16, 3], "size": [3, 6, 3], "uv": [72, 54]} + ] + }, + { + "name": "back_left_neck2", + "parent": "back_left_neck", + "pivot": [4.5, 22, 3], + "cubes": [ + {"origin": [3, 22, 3], "size": [3, 5, 3], "inflate": 0.01, "uv": [61, 70]} + ] + }, + { + "name": "back_left_neck3", + "parent": "back_left_neck2", + "pivot": [4.5, 27, 3], + "cubes": [ + {"origin": [3, 27, 3], "size": [3, 6, 3], "uv": [13, 70]} + ] + }, + { + "name": "back_left_neck4", + "parent": "back_left_neck3", + "pivot": [4.5, 33, 6], + "cubes": [ + {"origin": [3, 33, 3], "size": [3, 5, 3], "inflate": 0.01, "uv": [37, 70]} + ] + }, + { + "name": "back_left_neck5", + "parent": "back_left_neck4", + "pivot": [4.5, 38, 6], + "cubes": [ + {"origin": [3, 38, 3], "size": [3, 6, 3], "uv": [49, 69]} + ] + }, + { + "name": "back_left_head", + "parent": "back_left_neck5", + "pivot": [4.5, 44, 6], + "cubes": [ + {"origin": [2, 44, 4], "size": [5, 5, 3], "uv": [44, 60]}, + {"origin": [6.99, 46.5, 3], "size": [0, 2, 2], "pivot": [6.5, 47.5, 4], "rotation": [-45, 0, 0], "uv": [10, 30], "mirror": true}, + {"origin": [2.01, 46.5, 3], "size": [0, 2, 2], "pivot": [2.5, 47.5, 4], "rotation": [-45, 0, 0], "uv": [9, 20]}, + {"origin": [2.5, 45, 2.75], "size": [4, 2, 2], "inflate": 0.01, "uv": [42, 32]}, + {"origin": [3, 49, 4], "size": [3, 3, 1], "inflate": 0.01, "uv": [39, 43]}, + {"origin": [2.5, 51.5, 4], "size": [4, 2, 2], "pivot": [10.5, 52, 4.1], "rotation": [20, 0, 0], "uv": [0, 11]} + ] + }, + { + "name": "back_left_eyelids", + "parent": "back_left_head", + "pivot": [4.5, 47.5, 6], + "rotation": [-90, 0, 0] + }, + { + "name": "back_left_left_eyelid", + "parent": "back_left_eyelids", + "pivot": [4, 48.5, 6], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [3, 47.5, 6], "size": [2, 0, 4], "pivot": [4, 48.5, 6], "rotation": [-8.26511, 24.77164, -3.48303], "uv": [83, 18], "mirror": true} + ] + }, + { + "name": "back_left_right_eyelid", + "parent": "back_left_eyelids", + "pivot": [3, 48.5, 6], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [3.81262, 47.5, 5.15476], "size": [2, 0, 4], "pivot": [3, 48.5, 6], "rotation": [-8.26511, -24.77164, 3.48303], "uv": [83, 18]} + ] + }, + { + "name": "back_left_jaw", + "parent": "back_left_head", + "pivot": [4.5, 46.75, 4.25], + "cubes": [ + {"origin": [2.5, 46.99, 2.75], "size": [4, 2, 2], "uv": [0, 32]}, + {"origin": [3.5, 48.5, 3.25], "size": [2, 5, 1], "uv": [42, 22]} + ] + }, + { + "name": "back_left_tongue", + "parent": "back_left_jaw", + "pivot": [4.5, 44.57963, 5.5441], + "cubes": [ + {"origin": [4, 44.57963, 5.5441], "size": [1, 4, 1], "inflate": 0.01, "uv": [1, 82]} + ] + }, + { + "name": "back_left_tongue2", + "parent": "back_left_tongue", + "pivot": [4.5, 45.58248, 5.91324], + "rotation": [0, 0, 0], + "cubes": [ + {"origin": [4, 45.58248, 5.91324], "size": [1, 3, 0], "uv": [0, 0]} + ] + }, + { + "name": "back_left_eyes", + "parent": "back_left_head", + "pivot": [4.5, 49.5, 6] + }, + { + "name": "back_left_right_eye", + "parent": "back_left_eyes", + "pivot": [3, 50.5, 6], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [2, 49.5, 6], "size": [2, 0, 4], "pivot": [3, 50.5, 6], "rotation": [-8.26511, -24.77164, 3.48303], "uv": [77, 32]} + ] + }, + { + "name": "back_left_right_pupil", + "parent": "back_left_right_eye", + "pivot": [3, 49.5, 6], + "cubes": [ + {"origin": [2.5, 49.5, 7.25], "size": [1, 0, 1], "pivot": [3, 49.5, 6], "rotation": [-8.26511, -24.77164, 3.48303], "uv": [8, 0]} + ] + }, + { + "name": "back_left_left_eye", + "parent": "back_left_eyes", + "pivot": [6, 50.5, 6], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [5, 49.5, 6], "size": [2, 0, 4], "pivot": [6, 50.5, 6], "rotation": [-8.26511, 24.77164, -3.48303], "uv": [77, 32], "mirror": true} + ] + }, + { + "name": "back_left_left_pupil", + "parent": "back_left_left_eye", + "pivot": [6, 49.5, 6], + "cubes": [ + {"origin": [5.5, 49.5, 7.25], "size": [1, 0, 1], "pivot": [6, 49.5, 6], "rotation": [-8.26511, 24.77164, -3.48303], "uv": [8, 1]} + ] + }, + { + "name": "back_left_eyes_squint", + "parent": "back_left_head", + "pivot": [4.5, 47.5, 6], + "rotation": [-90, 0, 0] + }, + { + "name": "back_left_right_eye_squint", + "parent": "back_left_eyes_squint", + "pivot": [5, 48.5, 6], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [4, 47.52, 5.5], "size": [2, 0, 2], "pivot": [5, 48.5, 6], "rotation": [-8.26511, -24.77164, 3.48303], "uv": [89, 24], "mirror": true}, + {"origin": [4, 47.52, 8], "size": [2, 0, 2], "pivot": [5, 48.5, 6], "rotation": [-8.26511, -24.77164, 3.48303], "uv": [89, 18], "mirror": true} + ] + }, + { + "name": "back_left_left_eye_squint", + "parent": "back_left_eyes_squint", + "pivot": [4, 48.5, 6], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [3, 47.52, 5.5], "size": [2, 0, 2], "pivot": [4, 48.5, 6], "rotation": [-8.26511, 24.77164, -3.48303], "uv": [89, 24]}, + {"origin": [3, 47.52, 8], "size": [2, 0, 2], "pivot": [4, 48.5, 6], "rotation": [-8.26511, 24.77164, -3.48303], "uv": [89, 18]} + ] + }, + { + "name": "front_left_neck", + "parent": "apple", + "pivot": [4.5, 17.5, -5], + "rotation": [0, 0, 0], + "cubes": [ + {"origin": [3, 16, -6.5], "size": [3, 6, 3], "uv": [72, 54]} + ] + }, + { + "name": "front_left_neck2", + "parent": "front_left_neck", + "pivot": [4.5, 22, -6.5], + "cubes": [ + {"origin": [3, 22, -6.5], "size": [3, 5, 3], "inflate": 0.01, "uv": [61, 70]} + ] + }, + { + "name": "front_left_neck3", + "parent": "front_left_neck2", + "pivot": [4.5, 27, -6.5], + "cubes": [ + {"origin": [3, 27, -6.5], "size": [3, 6, 3], "uv": [13, 70]} + ] + }, + { + "name": "front_left_neck4", + "parent": "front_left_neck3", + "pivot": [4.5, 33, -3.5], + "cubes": [ + {"origin": [3, 33, -6.5], "size": [3, 5, 3], "inflate": 0.01, "uv": [37, 70]} + ] + }, + { + "name": "front_left_neck5", + "parent": "front_left_neck4", + "pivot": [4.5, 38, -3.5], + "cubes": [ + {"origin": [3, 38, -6.5], "size": [3, 6, 3], "uv": [49, 69]} + ] + }, + { + "name": "front_left_head", + "parent": "front_left_neck5", + "pivot": [4.5, 44, -3.5], + "cubes": [ + {"origin": [2, 44, -5.5], "size": [5, 5, 3], "uv": [44, 60]}, + {"origin": [6.99, 46.5, -6.5], "size": [0, 2, 2], "pivot": [6.5, 47.5, -5.5], "rotation": [-45, 0, 0], "uv": [10, 30], "mirror": true}, + {"origin": [2.01, 46.5, -6.5], "size": [0, 2, 2], "pivot": [2.5, 47.5, -5.5], "rotation": [-45, 0, 0], "uv": [9, 20]}, + {"origin": [2.5, 45, -6.75], "size": [4, 2, 2], "inflate": 0.01, "uv": [42, 32]}, + {"origin": [3, 49, -5.5], "size": [3, 3, 1], "inflate": 0.01, "uv": [39, 43]}, + {"origin": [2.5, 51.5, -5.5], "size": [4, 2, 2], "pivot": [10.5, 52, -5.4], "rotation": [20, 0, 0], "uv": [0, 11]} + ] + }, + { + "name": "front_left_jaw", + "parent": "front_left_head", + "pivot": [4.5, 46.75, -5.25], + "cubes": [ + {"origin": [2.5, 46.99, -6.75], "size": [4, 2, 2], "uv": [0, 32]}, + {"origin": [3.5, 48.5, -6.25], "size": [2, 5, 1], "uv": [42, 22]} + ] + }, + { + "name": "front_left_tongue", + "parent": "front_left_jaw", + "pivot": [4.5, 44.57963, -3.9559], + "cubes": [ + {"origin": [4, 44.57963, -3.9559], "size": [1, 4, 1], "inflate": 0.01, "uv": [1, 82]} + ] + }, + { + "name": "front_left_tongue2", + "parent": "front_left_tongue", + "pivot": [4.5, 45.58248, -3.58676], + "rotation": [0, 0, 0], + "cubes": [ + {"origin": [4, 45.58248, -3.58676], "size": [1, 3, 0], "uv": [0, 0]} + ] + }, + { + "name": "front_left_eyes", + "parent": "front_left_head", + "pivot": [4.5, 49.5, -3.5] + }, + { + "name": "front_left_left_eye", + "parent": "front_left_eyes", + "pivot": [6, 50.5, -3.5], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [5, 49.5, -3.5], "size": [2, 0, 4], "pivot": [6, 50.5, -3.5], "rotation": [-8.26511, 24.77164, -3.48303], "uv": [77, 32], "mirror": true} + ] + }, + { + "name": "front_left_left_pupil", + "parent": "front_left_left_eye", + "pivot": [6, 49.5, -3.5], + "cubes": [ + {"origin": [5.5, 49.5, -2.25], "size": [1, 0, 1], "pivot": [6, 49.5, -3.5], "rotation": [-8.26511, 24.77164, -3.48303], "uv": [8, 1]} + ] + }, + { + "name": "front_left_right_eye", + "parent": "front_left_eyes", + "pivot": [3, 50.5, -3.5], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [2, 49.5, -3.5], "size": [2, 0, 4], "pivot": [3, 50.5, -3.5], "rotation": [-8.26511, -24.77164, 3.48303], "uv": [77, 32]} + ] + }, + { + "name": "front_left_right_pupil", + "parent": "front_left_right_eye", + "pivot": [3, 49.5, -3.5], + "cubes": [ + {"origin": [2.5, 49.5, -2.25], "size": [1, 0, 1], "pivot": [3, 49.5, -3.5], "rotation": [-8.26511, -24.77164, 3.48303], "uv": [8, 0]} + ] + }, + { + "name": "front_left_eyes_squint", + "parent": "front_left_head", + "pivot": [4.5, 47.5, -3.5], + "rotation": [-90, 0, 0] + }, + { + "name": "front_left_left_eye_squint", + "parent": "front_left_eyes_squint", + "pivot": [4, 48.5, -3.5], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [3, 47.52, -4], "size": [2, 0, 2], "pivot": [4, 48.5, -3.5], "rotation": [-8.26511, 24.77164, -3.48303], "uv": [89, 24]}, + {"origin": [3, 47.52, -1.5], "size": [2, 0, 2], "pivot": [4, 48.5, -3.5], "rotation": [-8.26511, 24.77164, -3.48303], "uv": [89, 18]} + ] + }, + { + "name": "front_left_right_eye_squint", + "parent": "front_left_eyes_squint", + "pivot": [5, 48.5, -3.5], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [4, 47.52, -4], "size": [2, 0, 2], "pivot": [5, 48.5, -3.5], "rotation": [-8.26511, -24.77164, 3.48303], "uv": [89, 24], "mirror": true}, + {"origin": [4, 47.52, -1.5], "size": [2, 0, 2], "pivot": [5, 48.5, -3.5], "rotation": [-8.26511, -24.77164, 3.48303], "uv": [89, 18], "mirror": true} + ] + }, + { + "name": "front_left_eyelids", + "parent": "front_left_head", + "pivot": [4.5, 47.5, -3.5], + "rotation": [-90, 0, 0] + }, + { + "name": "front_left_left_eyelid", + "parent": "front_left_eyelids", + "pivot": [4, 48.5, -3.5], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [3, 47.5, -3.5], "size": [2, 0, 4], "pivot": [4, 48.5, -3.5], "rotation": [-8.26511, 24.77164, -3.48303], "uv": [83, 18], "mirror": true} + ] + }, + { + "name": "front_left_right_eyelid", + "parent": "front_left_eyelids", + "pivot": [3.15476, 46.88246, -2.20805], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [3.81262, 47.1105, -4.71986], "size": [2, 0, 4], "pivot": [3, 48.1105, -3.87463], "rotation": [-8.26511, -24.77164, 3.48303], "uv": [83, 18]} + ] + }, + { + "name": "front_right_neck", + "parent": "apple", + "pivot": [-4.5, 17.5, -5], + "rotation": [0, 0, 0], + "cubes": [ + {"origin": [-6, 16, -6.5], "size": [3, 6, 3], "uv": [72, 54], "mirror": true} + ] + }, + { + "name": "front_right_neck2", + "parent": "front_right_neck", + "pivot": [-4.5, 22, -6.5], + "cubes": [ + {"origin": [-6, 22, -6.5], "size": [3, 5, 3], "inflate": 0.01, "uv": [61, 70], "mirror": true} + ] + }, + { + "name": "front_right_neck3", + "parent": "front_right_neck2", + "pivot": [-4.5, 27, -6.5], + "cubes": [ + {"origin": [-6, 27, -6.5], "size": [3, 6, 3], "uv": [13, 70], "mirror": true} + ] + }, + { + "name": "front_right_neck4", + "parent": "front_right_neck3", + "pivot": [-4.5, 33, -3.5], + "cubes": [ + {"origin": [-6, 33, -6.5], "size": [3, 5, 3], "inflate": 0.01, "uv": [37, 70], "mirror": true} + ] + }, + { + "name": "front_right_neck5", + "parent": "front_right_neck4", + "pivot": [-4.5, 38, -3.5], + "cubes": [ + {"origin": [-6, 38, -6.5], "size": [3, 6, 3], "uv": [49, 69], "mirror": true} + ] + }, + { + "name": "front_right_head", + "parent": "front_right_neck5", + "pivot": [-4.5, 44, -3.5], + "cubes": [ + {"origin": [-7, 44, -5.5], "size": [5, 5, 3], "uv": [44, 60], "mirror": true}, + {"origin": [-6.99, 46.5, -6.5], "size": [0, 2, 2], "pivot": [-6.5, 47.5, -5.5], "rotation": [-45, 0, 0], "uv": [10, 30]}, + {"origin": [-2.01, 46.5, -6.5], "size": [0, 2, 2], "pivot": [-2.5, 47.5, -5.5], "rotation": [-45, 0, 0], "uv": [10, 30], "mirror": true}, + {"origin": [-6.5, 45, -6.75], "size": [4, 2, 2], "inflate": 0.01, "uv": [42, 32], "mirror": true}, + {"origin": [-6, 49, -5.5], "size": [3, 3, 1], "inflate": 0.01, "uv": [39, 43], "mirror": true}, + {"origin": [-6.5, 51.5, -5.5], "size": [4, 2, 2], "pivot": [-10.5, 52, -5.4], "rotation": [20, 0, 0], "uv": [0, 11], "mirror": true} + ] + }, + { + "name": "front_right_jaw", + "parent": "front_right_head", + "pivot": [-4.5, 46.75, -5.25], + "cubes": [ + {"origin": [-6.5, 46.99, -6.75], "size": [4, 2, 2], "uv": [0, 32], "mirror": true}, + {"origin": [-5.5, 48.5, -6.25], "size": [2, 5, 1], "uv": [42, 22], "mirror": true} + ] + }, + { + "name": "front_right_tongue", + "parent": "front_right_jaw", + "pivot": [-4.5, 44.57963, -3.9559], + "cubes": [ + {"origin": [-5, 44.57963, -3.9559], "size": [1, 4, 1], "inflate": 0.01, "uv": [1, 82], "mirror": true} + ] + }, + { + "name": "front_right_tongue2", + "parent": "front_right_tongue", + "pivot": [-4.5, 45.58248, -3.58676], + "rotation": [0, 0, 0], + "cubes": [ + {"origin": [-5, 45.58248, -3.58676], "size": [1, 3, 0], "uv": [0, 0], "mirror": true} + ] + }, + { + "name": "front_right_eyes", + "parent": "front_right_head", + "pivot": [-4.5, 49.5, -3.5] + }, + { + "name": "front_right_left_eye", + "parent": "front_right_eyes", + "pivot": [-6, 50.5, -3.5], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-7, 49.5, -3.5], "size": [2, 0, 4], "pivot": [-6, 50.5, -3.5], "rotation": [-8.26511, -24.77164, 3.48303], "uv": [77, 32]} + ] + }, + { + "name": "front_right_left_pupil", + "parent": "front_right_left_eye", + "pivot": [-6, 49.5, -3.5], + "cubes": [ + {"origin": [-6.5, 49.5, -2.25], "size": [1, 0, 1], "pivot": [-6, 49.5, -3.5], "rotation": [-8.26511, -24.77164, 3.48303], "uv": [8, 1], "mirror": true} + ] + }, + { + "name": "front_left_right_eye2", + "parent": "front_right_eyes", + "pivot": [-3, 50.5, -3.5], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-4, 49.5, -3.5], "size": [2, 0, 4], "pivot": [-3, 50.5, -3.5], "rotation": [-8.26511, 24.77164, -3.48303], "uv": [77, 32], "mirror": true} + ] + }, + { + "name": "front_left_right_pupil2", + "parent": "front_left_right_eye2", + "pivot": [-3, 49.5, -3.5], + "cubes": [ + {"origin": [-3.5, 49.5, -2.25], "size": [1, 0, 1], "pivot": [-3, 49.5, -3.5], "rotation": [-8.26511, 24.77164, -3.48303], "uv": [8, 0], "mirror": true} + ] + }, + { + "name": "front_right_eyes_squint", + "parent": "front_right_head", + "pivot": [-4.5, 47.5, -3.5], + "rotation": [-90, 0, 0] + }, + { + "name": "front_right_left_eye_squint", + "parent": "front_right_eyes_squint", + "pivot": [-4, 48.5, -3.5], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-5, 47.52, -4], "size": [2, 0, 2], "pivot": [-4, 48.5, -3.5], "rotation": [-8.26511, -24.77164, 3.48303], "uv": [89, 24], "mirror": true}, + {"origin": [-5, 47.52, -1.5], "size": [2, 0, 2], "pivot": [-4, 48.5, -3.5], "rotation": [-8.26511, -24.77164, 3.48303], "uv": [89, 18], "mirror": true} + ] + }, + { + "name": "front_left_right_eye_squint2", + "parent": "front_right_eyes_squint", + "pivot": [-5, 48.5, -3.5], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-6, 47.52, -4], "size": [2, 0, 2], "pivot": [-5, 48.5, -3.5], "rotation": [-8.26511, 24.77164, -3.48303], "uv": [89, 24]}, + {"origin": [-6, 47.52, -1.5], "size": [2, 0, 2], "pivot": [-5, 48.5, -3.5], "rotation": [-8.26511, 24.77164, -3.48303], "uv": [89, 18]} + ] + }, + { + "name": "front_right_eyelids", + "parent": "front_right_head", + "pivot": [-4.5, 47.5, -3.5], + "rotation": [-90, 0, 0] + }, + { + "name": "front_right_left_eyelid", + "parent": "front_right_eyelids", + "pivot": [-4, 48.5, -3.5], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-5, 47.5, -3.5], "size": [2, 0, 4], "pivot": [-4, 48.5, -3.5], "rotation": [-8.26511, -24.77164, 3.48303], "uv": [83, 18]} + ] + }, + { + "name": "front_left_right_eyelid2", + "parent": "front_right_eyelids", + "pivot": [-3.15476, 46.88246, -2.20805], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-5.81262, 47.1105, -4.71986], "size": [2, 0, 4], "pivot": [-3, 48.1105, -3.87463], "rotation": [-8.26511, 24.77164, -3.48303], "uv": [83, 18], "mirror": true} + ] + }, + { + "name": "right_tail", + "parent": "apple", + "pivot": [-2.5, 5.5, 5.5], + "rotation": [0, 0, 0], + "cubes": [ + {"origin": [-4.5, 3.5, 4.5], "size": [4, 4, 7], "uv": [80, 103], "mirror": true} + ] + }, + { + "name": "right_tail2", + "parent": "right_tail", + "pivot": [-2.5, 5, 11.5], + "cubes": [ + {"origin": [-4, 4, 11.5], "size": [3, 3, 5], "inflate": 0.01, "uv": [68, 24], "mirror": true} + ] + }, + { + "name": "right_tail3", + "parent": "right_tail2", + "pivot": [-2.5, 4, 16.5], + "cubes": [ + {"origin": [-4, 4, 16.5], "size": [3, 3, 4], "uv": [70, 39], "mirror": true} + ] + }, + { + "name": "right_tail_end", + "parent": "right_tail3", + "pivot": [-2.5, 6.5, 20.5], + "cubes": [ + {"origin": [-3.5, 4.5, 20.5], "size": [2, 2, 3], "uv": [81, 51], "mirror": true} + ] + }, + { + "name": "right_tail_left_leaf", + "parent": "right_tail_end", + "pivot": [-2.5, 6.5, 21.5], + "rotation": [0, 0, 25], + "cubes": [ + {"origin": [-2.5, 6.5, 21], "size": [0, 4, 1], "uv": [12, 27]} + ] + }, + { + "name": "right_tail_right_leaf", + "parent": "right_tail_end", + "pivot": [-2.5, 6.5, 21.5], + "rotation": [0, 0, -25], + "cubes": [ + {"origin": [-2.5, 6.5, 21], "size": [0, 4, 1], "uv": [12, 27], "mirror": true} + ] + }, + { + "name": "left_tail", + "parent": "apple", + "pivot": [2.5, 5.5, 5.5], + "rotation": [0, 0, 0], + "cubes": [ + {"origin": [0.5, 3.5, 4.5], "size": [4, 4, 7], "uv": [80, 103]} + ] + }, + { + "name": "left_tail2", + "parent": "left_tail", + "pivot": [2.5, 5, 11.5], + "cubes": [ + {"origin": [1, 4, 11.5], "size": [3, 3, 5], "inflate": 0.01, "uv": [68, 24]} + ] + }, + { + "name": "left_tail3", + "parent": "left_tail2", + "pivot": [2.5, 4, 16.5], + "cubes": [ + {"origin": [1, 4, 16.5], "size": [3, 3, 4], "uv": [70, 39]} + ] + }, + { + "name": "left_tail_end", + "parent": "left_tail3", + "pivot": [2.5, 6.5, 20.5], + "cubes": [ + {"origin": [1.5, 4.5, 20.5], "size": [2, 2, 3], "uv": [81, 51]} + ] + }, + { + "name": "left_tail_right_leaf", + "parent": "left_tail_end", + "pivot": [2.5, 6.5, 21.5], + "rotation": [0, 0, -25], + "cubes": [ + {"origin": [2.5, 6.5, 21], "size": [0, 4, 1], "uv": [12, 27], "mirror": true} + ] + }, + { + "name": "left_tail_left_leaf", + "parent": "left_tail_end", + "pivot": [2.5, 6.5, 21.5], + "rotation": [0, 0, 25], + "cubes": [ + {"origin": [2.5, 6.5, 21], "size": [0, 4, 1], "uv": [12, 27]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/indeedee/indeedee_f.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/indeedee/indeedee_f.geo.json new file mode 100644 index 0000000..20ed1c5 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/indeedee/indeedee_f.geo.json @@ -0,0 +1,279 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.indeedee_female", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 3, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "indeedee_female", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "indeedee_female", + "pivot": [0, 17, 0] + }, + { + "name": "hips", + "parent": "body", + "pivot": [0, 5, 0], + "cubes": [ + {"origin": [-6, 6, -6], "size": [12, 10, 12], "uv": [0, 0]}, + {"origin": [-4.5, 16, -4.5], "size": [9, 1, 9], "uv": [36, 0]}, + {"origin": [-4.5, 5, -4.5], "size": [9, 1, 9], "uv": [29, 30]} + ] + }, + { + "name": "tail", + "parent": "hips", + "pivot": [0, 14.025, 6], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [-1.5, 14.11582, 6.01099], "size": [3, 3, 3], "inflate": 0.1, "uv": [48, 40]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 14.11582, 5.86099], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [-1.5, 11.11582, 5.86099], "size": [3, 3, 3], "uv": [14, 48]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 11.11582, 6.36099], + "rotation": [32.5, 0, 0], + "cubes": [ + {"origin": [-1, 9.11582, 6.36099], "size": [2, 2, 2], "uv": [36, 0]} + ] + }, + { + "name": "torso", + "parent": "hips", + "pivot": [0, 17, 0], + "cubes": [ + {"origin": [-2.5, 16.5, -2], "size": [5, 6, 4], "uv": [44, 47]}, + {"origin": [-3, 21, -2.5], "size": [6, 2, 5], "uv": [29, 22]} + ] + }, + { + "name": "arm_left", + "parent": "torso", + "pivot": [2.5, 21, 0], + "cubes": [ + {"origin": [2.5, 20.5, -0.5], "size": [5, 1, 1], "uv": [36, 10]} + ] + }, + { + "name": "elbow_left", + "parent": "arm_left", + "pivot": [7, 21, 0], + "cubes": [ + {"origin": [7, 20, -1.5], "size": [4, 2, 3], "inflate": 0.02, "uv": [48, 10]} + ] + }, + { + "name": "wrist_left", + "parent": "elbow_left", + "pivot": [11, 22, 0], + "cubes": [ + {"origin": [11, 20, -1.5], "size": [1, 2, 3], "inflate": 0.01, "uv": [0, 26]} + ] + }, + { + "name": "hand_left", + "parent": "wrist_left", + "pivot": [12, 22, 0] + }, + { + "name": "pointer_left", + "parent": "hand_left", + "pivot": [12, 22, -0.5], + "cubes": [ + {"origin": [12, 20, -1.5], "size": [2, 2, 1], "uv": [23, 39]} + ] + }, + { + "name": "middle_left", + "parent": "hand_left", + "pivot": [12, 22, 0], + "cubes": [ + {"origin": [12, 20, -0.5], "size": [2, 2, 1], "uv": [0, 39]} + ] + }, + { + "name": "ring_left", + "parent": "hand_left", + "pivot": [12, 22, 0.5], + "cubes": [ + {"origin": [12, 20, 0.5], "size": [2, 2, 1], "uv": [36, 4]} + ] + }, + { + "name": "arm_right", + "parent": "torso", + "pivot": [-2.5, 21, 0], + "cubes": [ + {"origin": [-7.5, 20.5, -0.5], "size": [5, 1, 1], "uv": [36, 10], "mirror": true} + ] + }, + { + "name": "elbow_right", + "parent": "arm_right", + "pivot": [-7, 21, 0], + "cubes": [ + {"origin": [-11, 20, -1.5], "size": [4, 2, 3], "inflate": 0.02, "uv": [48, 10], "mirror": true} + ] + }, + { + "name": "wrist_right", + "parent": "elbow_right", + "pivot": [-11, 22, 0], + "cubes": [ + {"origin": [-12, 20, -1.5], "size": [1, 2, 3], "inflate": 0.01, "uv": [0, 26], "mirror": true} + ] + }, + { + "name": "hand_right", + "parent": "wrist_right", + "pivot": [-12, 22, 0] + }, + { + "name": "pointer_right", + "parent": "hand_right", + "pivot": [-12, 22, -0.5], + "cubes": [ + {"origin": [-14, 20, -1.5], "size": [2, 2, 1], "uv": [23, 39], "mirror": true} + ] + }, + { + "name": "middle_right", + "parent": "hand_right", + "pivot": [-12, 22, 0], + "cubes": [ + {"origin": [-14, 20, -0.5], "size": [2, 2, 1], "uv": [0, 39], "mirror": true} + ] + }, + { + "name": "ring_right", + "parent": "hand_right", + "pivot": [-12, 22, 0.5], + "cubes": [ + {"origin": [-14, 20, 0.5], "size": [2, 2, 1], "uv": [36, 4], "mirror": true} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 22.51249, 0.01609], + "cubes": [ + {"origin": [-5, 22.5, -4.5], "size": [10, 8, 9], "uv": [0, 22]}, + {"origin": [-4, 30.5, -3.5], "size": [8, 2, 7], "uv": [0, 39]}, + {"origin": [-3.45406, 32.58883, -4.51], "size": [1, 1, 0], "pivot": [-13, 24.75, -4.51], "rotation": [0, 0, 45], "uv": [9, 1]}, + {"origin": [-3.80761, 32.94239, -4.52], "size": [1, 1, 0], "pivot": [-13, 24.75, -4.51], "rotation": [0, 0, 45], "uv": [9, 0]}, + {"origin": [1, 26.5, -4.52], "size": [1, 1, 0], "uv": [0, 2]}, + {"origin": [1.94935, 24.56033, -4.54], "size": [1, 2, 0], "pivot": [2.67039, 25.91505, -4.54], "rotation": [0, 0, 5], "uv": [0, 7]}, + {"origin": [1.54935, 23.96033, -4.53], "size": [2, 3, 0], "pivot": [2.67039, 25.91505, -4.54], "rotation": [0, 0, 5], "uv": [29, 22]}, + {"origin": [-3.54935, 23.96033, -4.53], "size": [2, 3, 0], "pivot": [-2.67039, 25.91505, -4.54], "rotation": [0, 0, -5], "uv": [29, 22], "mirror": true}, + {"origin": [-2.94935, 24.56033, -4.54], "size": [1, 2, 0], "pivot": [-2.67039, 25.91505, -4.54], "rotation": [0, 0, -5], "uv": [0, 7], "mirror": true}, + {"origin": [-2, 26.5, -4.52], "size": [1, 1, 0], "uv": [0, 2], "mirror": true}, + {"origin": [-1.5, 27, -4.51], "size": [3, 1, 0], "uv": [0, 42], "mirror": true}, + {"origin": [5.01, 23.8, -3.25], "size": [0, 1, 1], "uv": [0, 0]}, + {"origin": [-5.01, 23.8, -3.25], "size": [0, 1, 1], "uv": [0, 0], "mirror": true}, + {"origin": [3.5, 30.75, -0.5], "size": [3, 3, 3], "uv": [23, 51]}, + {"origin": [3.5, 25, -1], "size": [5, 7, 4], "pivot": [5, 31.25, 1], "rotation": [-7.43656, -0.9762, -27.43656], "uv": [30, 40]}, + {"origin": [7.31469, 23.49815, -2.48342], "size": [3, 3, 3], "pivot": [8.31469, 26.52868, 0.25803], "rotation": [-12.00617, 8.74266, -17.82987], "uv": [0, 0]}, + {"origin": [8.81469, 21.49815, -4.73342], "size": [0, 4, 4], "pivot": [8.31469, 26.52868, 0.25803], "rotation": [-12.00617, 8.74266, -17.82987], "uv": [0, 18]}, + {"origin": [-8.81469, 21.49815, -4.73342], "size": [0, 4, 4], "pivot": [-8.31469, 26.52868, 0.25803], "rotation": [-12.00617, -8.74266, 17.82987], "uv": [0, 18], "mirror": true}, + {"origin": [-10.31469, 23.49815, -2.48342], "size": [3, 3, 3], "pivot": [-8.31469, 26.52868, 0.25803], "rotation": [-12.00617, -8.74266, 17.82987], "uv": [0, 0], "mirror": true}, + {"origin": [-8.5, 25, -1], "size": [5, 7, 4], "pivot": [-5, 31.25, 1], "rotation": [-7.43656, 0.9762, 27.43656], "uv": [30, 40], "mirror": true}, + {"origin": [-6.5, 30.75, -0.5], "size": [3, 3, 3], "uv": [23, 51], "mirror": true} + ] + }, + { + "name": "mouth_open", + "parent": "head", + "pivot": [-13, 24.5, -4.41], + "cubes": [ + {"origin": [-0.5, 22.79289, -4.44], "size": [1, 1, 0], "uv": [46, 25]}, + {"origin": [-1, 23.29289, -4.43], "size": [2, 1, 0], "uv": [46, 24]} + ] + }, + { + "name": "eyelid_left", + "parent": "head", + "pivot": [2.67039, 25.91505, -4.54], + "cubes": [ + {"origin": [1.54935, 23.96033, -4.46], "size": [2, 3, 0], "pivot": [2.67039, 25.91505, -4.54], "rotation": [0, 0, 5], "uv": [5, 26]} + ] + }, + { + "name": "eyelid_right", + "parent": "head", + "pivot": [-2.67039, 25.91505, -4.54], + "cubes": [ + {"origin": [-3.54935, 23.96033, -4.46], "size": [2, 3, 0], "pivot": [-2.67039, 25.91505, -4.54], "rotation": [0, 0, -5], "uv": [5, 26], "mirror": true} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [2.08333, 5.00833, 0.16667], + "cubes": [ + {"origin": [0.25, 3.5, -1.75], "size": [4, 2, 4], "uv": [46, 18]} + ] + }, + { + "name": "knee_left", + "parent": "leg_left", + "pivot": [2, 3.5, -0.5], + "cubes": [ + {"origin": [0.5, 2, -1.5], "size": [3, 2, 3], "uv": [0, 7]} + ] + }, + { + "name": "foot_left", + "parent": "knee_left", + "pivot": [2, 2, 1.5], + "cubes": [ + {"origin": [0.5, 0, -2.5], "size": [3, 2, 4], "inflate": 0.01, "uv": [0, 48]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-2.08333, 5.00833, 0.16667], + "cubes": [ + {"origin": [-4.25, 3.5, -1.75], "size": [4, 2, 4], "uv": [46, 18], "mirror": true} + ] + }, + { + "name": "knee_right", + "parent": "leg_right", + "pivot": [-2, 3.5, -0.5], + "cubes": [ + {"origin": [-3.5, 2, -1.5], "size": [3, 2, 3], "uv": [0, 7], "mirror": true} + ] + }, + { + "name": "foot_right", + "parent": "knee_right", + "pivot": [-2, 2, 1.5], + "cubes": [ + {"origin": [-3.5, 0, -2.5], "size": [3, 2, 4], "inflate": 0.01, "uv": [0, 48], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/indeedee/indeedee_m.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/indeedee/indeedee_m.geo.json new file mode 100644 index 0000000..64f5b48 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/indeedee/indeedee_m.geo.json @@ -0,0 +1,300 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.indeedee_male", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 3, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "indeedee_male", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "indeedee_male", + "pivot": [0, 19, 0] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [2.25, 6, -0.5], + "cubes": [ + {"origin": [0.25, 3.5, -2.25], "size": [4, 3, 4], "uv": [16, 56]} + ] + }, + { + "name": "knee_left", + "parent": "leg_left", + "pivot": [2, 3.5, -1.5], + "cubes": [ + {"origin": [0.5, 2, -1.5], "size": [3, 2, 3], "uv": [0, 62]} + ] + }, + { + "name": "foot_left", + "parent": "knee_left", + "pivot": [-0.5, 2, 1.5], + "cubes": [ + {"origin": [0.5, 0, -2.5], "size": [3, 2, 4], "inflate": 0.01, "uv": [56, 53]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-2.25, 6, -0.5], + "cubes": [ + {"origin": [-4.25, 3.5, -2.25], "size": [4, 3, 4], "uv": [16, 56], "mirror": true} + ] + }, + { + "name": "knee_right", + "parent": "leg_right", + "pivot": [-2, 3.5, -1.5], + "cubes": [ + {"origin": [-3.5, 2, -1.5], "size": [3, 2, 3], "uv": [0, 62], "mirror": true} + ] + }, + { + "name": "foot_right", + "parent": "knee_right", + "pivot": [0.5, 2, 1.5], + "cubes": [ + {"origin": [-3.5, 0, -2.5], "size": [3, 2, 4], "inflate": 0.01, "uv": [56, 53], "mirror": true} + ] + }, + { + "name": "hips", + "parent": "body", + "pivot": [0, 6.04179, -0.265], + "cubes": [ + {"origin": [-6, 8, -5.75], "size": [12, 4, 11], "uv": [0, 15]}, + {"origin": [-6.5, 12, -6.25], "size": [13, 3, 12], "uv": [0, 0]}, + {"origin": [-4.5, 13.75, -4], "size": [9, 3, 8], "uv": [72, 0]}, + {"origin": [-5, 6, -4.75], "size": [10, 2, 9], "uv": [35, 15]} + ] + }, + { + "name": "tail", + "parent": "hips", + "pivot": [0, 14, 5], + "rotation": [-37.5, 0, 0], + "cubes": [ + {"origin": [-1, 13.53349, 3.99904], "size": [2, 3, 2], "uv": [22, 73]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 16.03349, 3.99904], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [-1.5, 16.03349, 3.49904], "size": [3, 3, 3], "uv": [52, 70]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [-0.5, 16.53349, 6.49904], + "rotation": [22.5, 0, 0], + "cubes": [ + {"origin": [-1, 16.53349, 6.49904], "size": [2, 2, 2], "inflate": 0.01, "uv": [47, 69]} + ] + }, + { + "name": "torso", + "parent": "hips", + "pivot": [0, 16.81507, 0.08271], + "cubes": [ + {"origin": [-3.5, 16.25, -3], "size": [7, 3, 6], "uv": [38, 39]} + ] + }, + { + "name": "chest", + "parent": "torso", + "pivot": [0, 19.25794, -1.4634], + "cubes": [ + {"origin": [-2.5, 19, -2], "size": [5, 3, 4], "uv": [26, 48]}, + {"origin": [-3.5, 21.5, -3], "size": [7, 2, 6], "uv": [0, 47]} + ] + }, + { + "name": "head", + "parent": "chest", + "pivot": [0, 24.0572, -0.1125], + "cubes": [ + {"origin": [-5, 23, -4.5], "size": [10, 8, 9], "uv": [0, 30]}, + {"origin": [-4, 31, -3.5], "size": [8, 2, 7], "uv": [29, 30]}, + {"origin": [-3.45406, 33.33883, -4.52], "size": [1, 1, 0], "pivot": [-13, 25.5, -4.51], "rotation": [0, 0, 45], "uv": [34, 33]}, + {"origin": [-0.5, 25.54289, -4.51], "size": [1, 1, 0], "uv": [34, 30]}, + {"origin": [-1.5, 25.7, -4.52], "size": [1, 1, 0], "pivot": [-1, 26.2, -4.51], "rotation": [0, 0, 45], "uv": [0, 32]}, + {"origin": [-2, 25.2, -4.53], "size": [1, 2, 0], "uv": [9, 5]}, + {"origin": [-3.55306, 25.13655, -4.54], "size": [2, 2, 0], "pivot": [-2.37195, 27.12071, -4.545], "rotation": [0, 0, 2.5], "uv": [38, 6]}, + {"origin": [-3.55306, 26.88655, -4.57], "size": [2, 1, 0], "pivot": [-2.37195, 27.12071, -4.545], "rotation": [0, 0, 2.5], "uv": [29, 36]}, + {"origin": [1.55306, 26.88655, -4.57], "size": [2, 1, 0], "pivot": [2.37195, 27.12071, -4.545], "rotation": [0, 0, -2.5], "uv": [35, 23]}, + {"origin": [1.55306, 25.13655, -4.54], "size": [2, 2, 0], "pivot": [2.37195, 27.12071, -5.545], "rotation": [0, 0, -2.5], "uv": [5, 30]}, + {"origin": [0.5, 25.7, -4.52], "size": [1, 1, 0], "pivot": [1, 26.2, -4.51], "rotation": [0, 0, -45], "uv": [9, 2]}, + {"origin": [1, 25.2, -4.53], "size": [1, 2, 0], "uv": [0, 0]}, + {"origin": [-4.65, 27.75, -4.52], "size": [2, 1, 0], "pivot": [-3.15, 27.75, -4.51], "rotation": [0, 0, 22.5], "uv": [4, 25]}, + {"origin": [-4.4, 27.25, -4.51], "size": [2, 1, 0], "pivot": [-3.15, 28, -4.51], "rotation": [0, 0, -7.5], "uv": [0, 25]}, + {"origin": [2.4, 27.25, -4.51], "size": [2, 1, 0], "pivot": [3.15, 28, -4.51], "rotation": [0, 0, 7.5], "uv": [0, 25], "mirror": true}, + {"origin": [2.65, 27.75, -4.52], "size": [2, 1, 0], "pivot": [3.15, 27.75, -4.51], "rotation": [0, 0, -22.5], "uv": [4, 25], "mirror": true}, + {"origin": [5, 26.5, -1.5], "size": [3, 2, 3], "uv": [0, 5]}, + {"origin": [4.5, 28, -2], "size": [4, 5, 4], "pivot": [6.5, 29, 0], "rotation": [0, 0, -12.5], "uv": [52, 26]}, + {"origin": [4.75, 32.5, -1.5], "size": [4, 2, 3], "pivot": [6.5, 29, 0], "rotation": [0, 0, -22.5], "uv": [58, 36]}, + {"origin": [4, 32.5, 0], "size": [5, 6, 0], "pivot": [6.5, 29, 0], "rotation": [0, 0, -22.5], "uv": [0, 67]}, + {"origin": [-9, 32.5, 0], "size": [5, 6, 0], "pivot": [-6.5, 29, 0], "rotation": [0, 0, 22.5], "uv": [0, 15]}, + {"origin": [-8.75, 32.5, -1.5], "size": [4, 2, 3], "pivot": [-6.5, 29, 0], "rotation": [0, 0, 22.5], "uv": [50, 10]}, + {"origin": [-8, 26.5, -1.5], "size": [3, 2, 3], "uv": [0, 0]}, + {"origin": [-8.5, 28, -2], "size": [4, 5, 4], "pivot": [-6.5, 29, 0], "rotation": [0, 0, 12.5], "uv": [44, 48]}, + {"origin": [-1.5, 28, -4.5], "size": [3, 1, 0], "inflate": 0.01, "uv": [0, 22], "mirror": true}, + {"origin": [-3.45406, 32.83883, -4.53], "size": [1, 1, 0], "pivot": [-13, 25, -4.51], "rotation": [0, 0, 45], "uv": [8, 25]} + ] + }, + { + "name": "pupil_right", + "parent": "head", + "pivot": [-2.37195, 27.12071, -4.545], + "cubes": [ + {"origin": [-3.05306, 25.48655, -4.55], "size": [1, 2, 0], "pivot": [-2.37195, 27.12071, -4.545], "rotation": [0, 0, 2.5], "uv": [9, 0]} + ] + }, + { + "name": "mouth_open", + "parent": "head", + "pivot": [0, 24.79289, -4.44], + "cubes": [ + {"origin": [-0.5, 23.54289, -4.45], "size": [1, 1, 0], "uv": [15, 65]}, + {"origin": [-1, 23.54289, -4.44], "size": [2, 1, 0], "uv": [0, 38]}, + {"origin": [-0.5, 24.04289, -4.46], "size": [1, 1, 0], "uv": [0, 30]} + ] + }, + { + "name": "pupil_left", + "parent": "head", + "pivot": [2.37195, 27.12071, -4.545], + "cubes": [ + {"origin": [2.05306, 25.48655, -4.55], "size": [1, 2, 0], "pivot": [2.37195, 27.12071, -4.545], "rotation": [0, 0, -2.5], "uv": [0, 5]} + ] + }, + { + "name": "eyelid_left", + "parent": "head", + "pivot": [2.37195, 28.12071, -5.445], + "cubes": [ + {"origin": [1.55306, 25.13655, -4.48], "size": [2, 3, 0], "inflate": 0.01, "pivot": [2.37195, 27.12071, -5.445], "rotation": [0, 0, -2.5], "uv": [12, 55]} + ] + }, + { + "name": "eyelid_right", + "parent": "head", + "pivot": [-2.37195, 28.12071, -5.445], + "cubes": [ + {"origin": [-3.55306, 25.13655, -4.48], "size": [2, 3, 0], "inflate": 0.01, "pivot": [-2.37195, 27.12071, -5.445], "rotation": [0, 0, 2.5], "uv": [12, 55], "mirror": true} + ] + }, + { + "name": "arm_left", + "parent": "chest", + "pivot": [2.5, 21.5, 0], + "cubes": [ + {"origin": [2.5, 21, -0.5], "size": [5, 1, 1], "uv": [38, 10]} + ] + }, + { + "name": "elbow_left", + "parent": "arm_left", + "pivot": [6.9, 21.5, 0.5], + "cubes": [ + {"origin": [7, 20.5, -1.5], "size": [4, 2, 3], "inflate": 0.02, "uv": [57, 59]} + ] + }, + { + "name": "wrist_left", + "parent": "elbow_left", + "pivot": [11.025, 22.5, 0], + "cubes": [ + {"origin": [11, 20.5, -1.5], "size": [1, 2, 3], "inflate": 0.01, "uv": [35, 15]} + ] + }, + { + "name": "pointer_left", + "parent": "wrist_left", + "pivot": [12, 22.5, -0.5], + "cubes": [ + {"origin": [12, 20.5, -1.5], "size": [2, 2, 1], "uv": [38, 3]} + ] + }, + { + "name": "middle_left", + "parent": "wrist_left", + "pivot": [12, 22.5, 0], + "cubes": [ + {"origin": [12, 20.5, -0.5], "size": [2, 2, 1], "uv": [38, 0]} + ] + }, + { + "name": "ring_left", + "parent": "wrist_left", + "pivot": [12, 22.5, 0.5], + "cubes": [ + {"origin": [12, 20.5, 0.5], "size": [2, 2, 1], "uv": [35, 20]} + ] + }, + { + "name": "arm_right", + "parent": "chest", + "pivot": [-2.5, 21.5, 0], + "cubes": [ + {"origin": [-7.5, 21, -0.5], "size": [5, 1, 1], "uv": [38, 10], "mirror": true} + ] + }, + { + "name": "elbow_right", + "parent": "arm_right", + "pivot": [-6.9, 21.5, 0.5], + "cubes": [ + {"origin": [-11, 20.5, -1.5], "size": [4, 2, 3], "inflate": 0.02, "uv": [57, 59], "mirror": true} + ] + }, + { + "name": "wrist_right", + "parent": "elbow_right", + "pivot": [-11.025, 22.5, 0], + "cubes": [ + {"origin": [-12, 20.5, -1.5], "size": [1, 2, 3], "inflate": 0.01, "uv": [35, 15], "mirror": true} + ] + }, + { + "name": "pointer_right", + "parent": "wrist_right", + "pivot": [-12, 22.5, -0.5], + "cubes": [ + {"origin": [-14, 20.5, -1.5], "size": [2, 2, 1], "uv": [38, 3], "mirror": true} + ] + }, + { + "name": "middle_right", + "parent": "wrist_right", + "pivot": [-12, 22.5, 0], + "cubes": [ + {"origin": [-14, 20.5, -0.5], "size": [2, 2, 1], "uv": [38, 0], "mirror": true} + ] + }, + { + "name": "ring_right", + "parent": "wrist_right", + "pivot": [-12, 22.5, 0.5], + "cubes": [ + {"origin": [-14, 20.5, 0.5], "size": [2, 2, 1], "uv": [35, 20], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ironbundle/ironbundle.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ironbundle/ironbundle.geo.json new file mode 100644 index 0000000..aff97df --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ironbundle/ironbundle.geo.json @@ -0,0 +1,820 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 11, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "ironbundle", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "ironbundle", + "pivot": [0, 10.625, 0.5], + "cubes": [ + {"origin": [-7.5, 4.25, -7], "size": [15, 9, 15], "uv": [0, 30]}, + {"origin": [-6.5, 3.25, -6], "size": [13, 13, 13], "uv": [47, 17]}, + {"origin": [-5.5, 5.25, -5], "size": [11, 13, 11], "uv": [49, 43]}, + {"origin": [-5.5, 17.61612, 5.88388], "size": [11, 2, 1], "inflate": -0.01, "pivot": [0, 19.5, 6], "rotation": [-35, 0, 0], "uv": [82, 82]}, + {"origin": [-6.38388, 17.61612, -5], "size": [1, 2, 11], "inflate": -0.01, "pivot": [-5.5, 19.5, 0.5], "rotation": [0, 0, -35], "uv": [0, 80]}, + {"origin": [5.38388, 17.61612, -5], "size": [1, 2, 11], "inflate": -0.01, "pivot": [5.5, 19.5, 0.5], "rotation": [0, 0, 35], "uv": [0, 80], "mirror": true}, + {"origin": [-5.5, 17.61612, -5.88388], "size": [11, 2, 1], "inflate": -0.01, "pivot": [0, 19.5, -5], "rotation": [35, 0, 0], "uv": [62, 67]}, + {"origin": [-1, 18.61612, -5.88388], "size": [2, 1, 1], "inflate": 0.01, "pivot": [0, 19.5, -5], "rotation": [35, 0, 0], "uv": [58, 13]}, + {"origin": [-5.5, 2.5, -5], "size": [11, 1, 11], "uv": [45, 0]}, + {"origin": [-1.25, 6.875, -7], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]}, + {"origin": [-4.75, 12.125, -7], "size": [1, 1, 1], "inflate": 0.01, "uv": [52, 7]}, + {"origin": [4.75, 4.625, -7], "size": [1, 1, 1], "inflate": 0.01, "uv": [52, 0]}, + {"origin": [0.25, 5.625, -7], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13], "mirror": true} + ] + }, + { + "name": "LeftArm", + "parent": "body", + "pivot": [5.75, 17, 0.5], + "cubes": [ + {"origin": [8.5, 17, -2.5], "size": [10, 2, 6], "uv": [0, 72], "mirror": true}, + {"origin": [6.5, 17, 0], "size": [6, 1, 1], "inflate": 0.01, "uv": [45, 12], "mirror": true}, + {"origin": [5.5, 17, -1.5], "size": [14, 1, 4], "inflate": -0.01, "uv": [60, 12]}, + {"origin": [5.5, 15.75, -0.5], "size": [2, 2, 2], "inflate": -0.02, "uv": [78, 4]} + ] + }, + { + "name": "RightArm", + "parent": "body", + "pivot": [-5.75, 17, 0.5], + "cubes": [ + {"origin": [-7.5, 15.75, -0.5], "size": [2, 2, 2], "inflate": -0.02, "uv": [78, 4], "mirror": true}, + {"origin": [-12.5, 17, 0], "size": [6, 1, 1], "inflate": 0.01, "uv": [45, 12]}, + {"origin": [-19.5, 17, -1.5], "size": [14, 1, 4], "inflate": -0.01, "uv": [60, 12], "mirror": true}, + {"origin": [-18.5, 17, -2.5], "size": [10, 2, 6], "uv": [0, 72]} + ] + }, + { + "name": "Tail1", + "parent": "body", + "pivot": [0, 7.5, 7.5], + "cubes": [ + {"origin": [-1, 6.5, 8], "size": [2, 2, 5], "uv": [0, 0]} + ] + }, + { + "name": "Tail2", + "parent": "Tail1", + "pivot": [0, 7.5, 12.5], + "cubes": [ + {"origin": [-1, 6.5, 13], "size": [2, 2, 5], "uv": [0, 0]} + ] + }, + { + "name": "Tail3", + "parent": "Tail2", + "pivot": [0, 7.5, 17.5], + "cubes": [ + {"origin": [-1, 6.5, 18], "size": [2, 2, 5], "uv": [0, 0]} + ] + }, + { + "name": "Tail4", + "parent": "Tail3", + "pivot": [0, 7.5, 22.5], + "cubes": [ + {"origin": [-1, 6.5, 23], "size": [2, 2, 5], "uv": [0, 0]} + ] + }, + { + "name": "Tail5", + "parent": "Tail4", + "pivot": [0, 7.5, 27.5], + "cubes": [ + {"origin": [-1, 6.5, 28], "size": [2, 2, 5], "uv": [0, 0]} + ] + }, + { + "name": "Tail6", + "parent": "Tail5", + "pivot": [0, 7.5, 32.5], + "cubes": [ + {"origin": [-1, 6.5, 33], "size": [2, 2, 5], "uv": [0, 0]} + ] + }, + { + "name": "Tail7", + "parent": "Tail6", + "pivot": [0, 7.5, 37.5], + "cubes": [ + {"origin": [-1, 6.5, 38], "size": [2, 2, 5], "uv": [0, 0]} + ] + }, + { + "name": "Tail8", + "parent": "Tail7", + "pivot": [0, 7.5, 42.5], + "cubes": [ + {"origin": [-1, 6.5, 43], "size": [2, 2, 5], "uv": [0, 0]} + ] + }, + { + "name": "Tail9", + "parent": "Tail8", + "pivot": [0, 7.5, 47.5], + "cubes": [ + {"origin": [-1, 6.5, 48], "size": [2, 2, 5], "uv": [0, 0]} + ] + }, + { + "name": "Bundle", + "parent": "Tail9", + "pivot": [0, 7.5, 52.46877], + "cubes": [ + {"origin": [-7.5, 0.5, 52.5], "size": [15, 15, 15], "uv": [0, 0]}, + {"origin": [-2.5, 10.5, 66.75], "size": [5, 0, 3], "pivot": [0, 9, 67.75], "rotation": [25, 0, 0], "uv": [0, 33]}, + {"origin": [2.5, 7.5, 66.75], "size": [0, 3, 3], "pivot": [0, 9, 67.75], "rotation": [25, 0, 0], "uv": [5, 57]}, + {"origin": [-2.5, 7.5, 66.76], "size": [0, 3, 3], "pivot": [-5, 9, 67.75], "rotation": [25, 0, 0], "uv": [5, 57]}, + {"origin": [-2.5, 5.5, 66.75], "size": [5, 0, 3], "pivot": [0, 7, 67.75], "rotation": [-25, 0, 0], "uv": [0, 30]}, + {"origin": [-2.5, 5.5, 66.75], "size": [0, 3, 3], "pivot": [0, 7, 67.75], "rotation": [-25, 0, 0], "uv": [42, 55]}, + {"origin": [2.5, 5.5, 66.75], "size": [0, 3, 3], "pivot": [0, 7, 67.75], "rotation": [-25, 0, 0], "uv": [42, 55]} + ] + }, + { + "name": "lights", + "parent": "Bundle", + "pivot": [0, 7.5, 52.46877] + }, + { + "name": "up_lights", + "parent": "lights", + "pivot": [0, 7.5, 52.46877] + }, + { + "name": "up_light1", + "parent": "up_lights", + "pivot": [1, 15, 57.96877], + "cubes": [ + {"origin": [0.5, 14.5, 57.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "up_light2", + "parent": "up_lights", + "pivot": [-5, 15, 65.96877], + "cubes": [ + {"origin": [-5.5, 14.5, 65.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "up_light3", + "parent": "up_lights", + "pivot": [6, 15, 64.96877], + "cubes": [ + {"origin": [5.5, 14.5, 64.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "up_light4", + "parent": "up_lights", + "pivot": [4, 15, 62.96877], + "cubes": [ + {"origin": [3.5, 14.5, 62.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "up_light5", + "parent": "up_lights", + "pivot": [-1, 15, 61.96877], + "cubes": [ + {"origin": [-1.5, 14.5, 61.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "up_light6", + "parent": "up_lights", + "pivot": [-5, 15, 59.96877], + "cubes": [ + {"origin": [-5.5, 14.5, 59.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "up_light7", + "parent": "up_lights", + "pivot": [6, 15, 54.96877], + "cubes": [ + {"origin": [5.5, 14.5, 54.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "up_light8", + "parent": "up_lights", + "pivot": [-2, 15, 55.96877], + "cubes": [ + {"origin": [-2.5, 14.5, 55.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "up_light9", + "parent": "up_lights", + "pivot": [-6, 15, 54.96877], + "cubes": [ + {"origin": [-6.5, 14.5, 54.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "back_lights", + "parent": "lights", + "pivot": [0, 7.5, 52.46877] + }, + { + "name": "back_light1", + "parent": "back_lights", + "pivot": [6, 13, 67], + "cubes": [ + {"origin": [5.5, 12.5, 66.5], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "back_light2", + "parent": "back_lights", + "pivot": [4, 11, 67], + "cubes": [ + {"origin": [3.5, 10.5, 66.5], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "back_light3", + "parent": "back_lights", + "pivot": [3, 5, 67], + "cubes": [ + {"origin": [2.5, 4.5, 66.5], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "back_light4", + "parent": "back_lights", + "pivot": [5, 2, 67], + "cubes": [ + {"origin": [4.5, 1.5, 66.5], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "back_light5", + "parent": "back_lights", + "pivot": [0, 3, 67], + "cubes": [ + {"origin": [-0.5, 2.5, 66.5], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "back_light6", + "parent": "back_lights", + "pivot": [-2, 12, 67], + "cubes": [ + {"origin": [-2.5, 11.5, 66.5], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "back_light7", + "parent": "back_lights", + "pivot": [-6, 13, 67], + "cubes": [ + {"origin": [-6.5, 12.5, 66.5], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "back_light8", + "parent": "back_lights", + "pivot": [-5, 2, 67], + "cubes": [ + {"origin": [-5.5, 1.5, 66.5], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "back_light9", + "parent": "back_lights", + "pivot": [-4, 6, 67], + "cubes": [ + {"origin": [-4.5, 5.5, 66.5], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "front_lights", + "parent": "lights", + "pivot": [0, 0, 0] + }, + { + "name": "front_light1", + "parent": "front_lights", + "pivot": [0, 7.5, 52.46877], + "cubes": [ + {"origin": [-6.5, 12.5, 52.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "front_light2", + "parent": "front_lights", + "pivot": [5, 14, 53.46877], + "cubes": [ + {"origin": [4.5, 13.5, 52.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "front_light3", + "parent": "front_lights", + "pivot": [-5, 2, 53.46877], + "cubes": [ + {"origin": [-5.5, 1.5, 52.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "front_light4", + "parent": "front_lights", + "pivot": [5, 2, 53.46877], + "cubes": [ + {"origin": [4.5, 1.5, 52.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "left_lights", + "parent": "lights", + "pivot": [0, 7.5, 52.46877] + }, + { + "name": "left_light1", + "parent": "left_lights", + "pivot": [-7, 13, 65.96877], + "cubes": [ + {"origin": [-7.5, 12.5, 65.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "left_light2", + "parent": "left_lights", + "pivot": [-7, 12, 60.96877], + "cubes": [ + {"origin": [-7.5, 11.5, 60.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "left_light3", + "parent": "left_lights", + "pivot": [-7, 13, 53.96877], + "cubes": [ + {"origin": [-7.5, 12.5, 53.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [10, 43]} + ] + }, + { + "name": "left_light4", + "parent": "left_lights", + "pivot": [-7, 8, 64.96877], + "cubes": [ + {"origin": [-7.5, 7.5, 64.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "left_light5", + "parent": "left_lights", + "pivot": [-7, 9, 57.96877], + "cubes": [ + {"origin": [-7.5, 8.5, 57.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "left_light6", + "parent": "left_lights", + "pivot": [-7, 3, 65.96877], + "cubes": [ + {"origin": [-7.5, 2.5, 65.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "left_light7", + "parent": "left_lights", + "pivot": [-7, 4, 61.96877], + "cubes": [ + {"origin": [-7.5, 3.5, 61.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "left_light8", + "parent": "left_lights", + "pivot": [-7, 6, 55.96877], + "cubes": [ + {"origin": [-7.5, 5.5, 55.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "left_light9", + "parent": "left_lights", + "pivot": [-7, 2, 54.96877], + "cubes": [ + {"origin": [-7.5, 1.5, 54.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "right_lights", + "parent": "lights", + "pivot": [0, 7.5, 52.46877] + }, + { + "name": "right_light1", + "parent": "right_lights", + "pivot": [7, 13, 53.96877], + "cubes": [ + {"origin": [6.5, 12.5, 53.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "right_light2", + "parent": "right_lights", + "pivot": [7, 12, 57.96877], + "cubes": [ + {"origin": [6.5, 11.5, 57.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "right_light3", + "parent": "right_lights", + "pivot": [7, 8, 54.96877], + "cubes": [ + {"origin": [6.5, 7.5, 54.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "right_light4", + "parent": "right_lights", + "pivot": [7, 9, 61.96877], + "cubes": [ + {"origin": [6.5, 8.5, 61.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "right_light5", + "parent": "right_lights", + "pivot": [7, 13, 65.96877], + "cubes": [ + {"origin": [6.5, 12.5, 65.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "right_light6", + "parent": "right_lights", + "pivot": [7, 4, 57.96877], + "cubes": [ + {"origin": [6.5, 3.5, 57.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "right_light7", + "parent": "right_lights", + "pivot": [7, 2, 54.96877], + "cubes": [ + {"origin": [6.5, 1.5, 54.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "right_light8", + "parent": "right_lights", + "pivot": [7, 6, 63.96877], + "cubes": [ + {"origin": [6.5, 5.5, 63.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "right_light9", + "parent": "right_lights", + "pivot": [7, 2, 64.96877], + "cubes": [ + {"origin": [6.5, 1.5, 64.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "bottom_lights", + "parent": "lights", + "pivot": [0, 7.5, 52.46877] + }, + { + "name": "bottom_light1", + "parent": "bottom_lights", + "pivot": [5, 1, 53.96877], + "cubes": [ + {"origin": [4.5, 0.5, 53.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "bottom_light2", + "parent": "bottom_lights", + "pivot": [-6, 1, 54.96877], + "cubes": [ + {"origin": [-6.5, 0.5, 54.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "bottom_light3", + "parent": "bottom_lights", + "pivot": [2, 1, 55.96877], + "cubes": [ + {"origin": [1.5, 0.5, 55.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "bottom_light4", + "parent": "bottom_lights", + "pivot": [5, 1, 59.96877], + "cubes": [ + {"origin": [4.5, 0.5, 59.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "bottom_light5", + "parent": "bottom_lights", + "pivot": [-2, 1, 58.96877], + "cubes": [ + {"origin": [-2.5, 0.5, 58.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "bottom_light6", + "parent": "bottom_lights", + "pivot": [2, 1, 60.96877], + "cubes": [ + {"origin": [1.5, 0.5, 60.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "bottom_light7", + "parent": "bottom_lights", + "pivot": [6, 1, 64.96877], + "cubes": [ + {"origin": [5.5, 0.5, 64.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "bottom_light8", + "parent": "bottom_lights", + "pivot": [-2, 1, 63.96877], + "cubes": [ + {"origin": [-2.5, 0.5, 63.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "bottom_light9", + "parent": "bottom_lights", + "pivot": [-6, 1, 64.96877], + "cubes": [ + {"origin": [-6.5, 0.5, 64.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "sleep_bundle", + "parent": "Tail9", + "pivot": [0, 7.5, 47.5], + "cubes": [ + {"origin": [-2.5, 10.5, 66.75], "size": [5, 0, 3], "pivot": [0, 9, 67.75], "rotation": [25, 0, 0], "uv": [45, 97]}, + {"origin": [2.5, 7.5, 66.75], "size": [0, 3, 3], "pivot": [0, 9, 67.75], "rotation": [25, 0, 0], "uv": [79, 100]}, + {"origin": [-2.5, 7.5, 66.76], "size": [0, 3, 3], "pivot": [-5, 9, 67.75], "rotation": [25, 0, 0], "uv": [79, 100]}, + {"origin": [-2.5, 5.5, 66.75], "size": [5, 0, 3], "pivot": [0, 7, 67.75], "rotation": [-25, 0, 0], "uv": [45, 97]}, + {"origin": [-2.5, 5.5, 66.75], "size": [0, 3, 3], "pivot": [0, 7, 67.75], "rotation": [-25, 0, 0], "uv": [85, 100]}, + {"origin": [2.5, 5.5, 66.75], "size": [0, 3, 3], "pivot": [0, 7, 67.75], "rotation": [-25, 0, 0], "uv": [79, 100]}, + {"origin": [-7.5, 0.5, 52.5], "size": [15, 15, 15], "uv": [1, 97]} + ] + }, + { + "name": "neck1", + "parent": "body", + "pivot": [-0.225, 17.28621, 0.4153], + "cubes": [ + {"origin": [-0.975, 18.28621, -0.5847], "size": [2, 4, 2], "uv": [0, 54]} + ] + }, + { + "name": "neck2", + "parent": "neck1", + "pivot": [0, 21.625, 0.5], + "cubes": [ + {"origin": [-0.975, 22.28621, -0.5847], "size": [2, 4, 2], "uv": [0, 54]} + ] + }, + { + "name": "neck3", + "parent": "neck2", + "pivot": [0, 25.625, 0.5], + "cubes": [ + {"origin": [-0.975, 26.28621, -0.5847], "size": [2, 4, 2], "uv": [0, 54]} + ] + }, + { + "name": "neck4", + "parent": "neck3", + "pivot": [0, 29.625, 0.5], + "cubes": [ + {"origin": [-0.975, 30.28621, -0.5847], "size": [2, 4, 2], "uv": [0, 54]} + ] + }, + { + "name": "head", + "parent": "neck4", + "pivot": [-0.07143, 37.08744, 0.57328], + "cubes": [ + {"origin": [-5.5, 37.25, -5], "size": [2, 1, 3], "inflate": 0.01, "uv": [45, 7]}, + {"origin": [-5.5, 39.25, -3], "size": [2, 1, 2], "inflate": 0.01, "uv": [0, 80]}, + {"origin": [3.5, 39.25, -3], "size": [2, 1, 2], "inflate": 0.01, "uv": [26, 75], "mirror": true}, + {"origin": [3.5, 37.25, -5], "size": [2, 1, 3], "inflate": 0.01, "uv": [45, 7], "mirror": true}, + {"origin": [-1, 37.25, -5.055], "size": [2, 4, 3], "uv": [45, 0]}, + {"origin": [-1.5, 36.75, -7], "size": [3, 1, 2], "uv": [26, 72]}, + {"origin": [-5.5, 34.75, -5], "size": [11, 7, 11], "uv": [0, 54]}, + {"origin": [-4.5, 40, -4], "size": [9, 3, 9], "inflate": 0.2, "uv": [62, 70]}, + {"origin": [-4.5, 34.25, -4], "size": [9, 3, 9], "uv": [35, 67]}, + {"origin": [-3.5, 33.75, -3], "size": [7, 3, 7], "uv": [82, 43]}, + {"origin": [-1.5, 36.75, -7], "size": [3, 1, 3], "inflate": -0.01, "pivot": [0, 37.75, -7], "rotation": [17.5, 0, 0], "uv": [33, 58]}, + {"origin": [-1, 36.75, -6.75], "size": [2, 1, 2], "inflate": 0.01, "uv": [44, 79]}, + {"origin": [-5.5, 39.25, -3], "size": [2, 1, 2], "inflate": 0.01, "uv": [26, 75]} + ] + }, + { + "name": "facedetail", + "parent": "head", + "pivot": [0, 37.375, 0.5] + }, + { + "name": "rightface", + "parent": "facedetail", + "pivot": [-2.5, 37.375, 0.5] + }, + { + "name": "rightfeather1", + "parent": "rightface", + "pivot": [-2.5, 37.375, 0.5], + "cubes": [ + {"origin": [1.04245, 41.6, -5], "size": [6, 4, 0], "pivot": [3.54245, 45.01677, -5], "rotation": [0, 0, -75], "uv": [33, 54]} + ] + }, + { + "name": "rightfeather2", + "parent": "rightface", + "pivot": [-2.5, 37.375, 0.5], + "cubes": [ + {"origin": [-2.5, 35.75, -5.01], "size": [15, 4, 0], "pivot": [-2.5, 39.75, -5], "rotation": [0, 0, -37.5], "uv": [44, 82]} + ] + }, + { + "name": "rightfeather3", + "parent": "rightface", + "pivot": [-2.5, 37.375, 0.5], + "cubes": [ + {"origin": [2.05, 40.02329, -5.005], "size": [10, 4, 0], "pivot": [5.71567, 42.02329, -5], "rotation": [0, 0, -17.5], "uv": [86, 17]} + ] + }, + { + "name": "leftface", + "parent": "facedetail", + "pivot": [2.5, 37.375, 0.5] + }, + { + "name": "leftfeather1", + "parent": "leftface", + "pivot": [2.5, 37.375, 0.5], + "cubes": [ + {"origin": [-7.04245, 41.6, -5], "size": [6, 4, 0], "pivot": [-3.54245, 45.01677, -5], "rotation": [0, 0, 75], "uv": [33, 54], "mirror": true} + ] + }, + { + "name": "leftfeather2", + "parent": "leftface", + "pivot": [2.5, 37.375, 0.5], + "cubes": [ + {"origin": [-12.5, 35.75, -5.01], "size": [15, 4, 0], "pivot": [2.5, 39.75, -5], "rotation": [0, 0, 37.5], "uv": [44, 82], "mirror": true} + ] + }, + { + "name": "leftfeather3", + "parent": "leftface", + "pivot": [2.5, 37.375, 0.5], + "cubes": [ + {"origin": [-12.05, 40.02329, -5.005], "size": [10, 4, 0], "pivot": [-5.71567, 42.02329, -5], "rotation": [0, 0, 17.5], "uv": [86, 17], "mirror": true} + ] + }, + { + "name": "Eyes", + "parent": "head", + "pivot": [-0.225, 35.28621, 0.9153], + "cubes": [ + {"origin": [0.25, 36.25, -5.03], "size": [4, 5, 2], "uv": [0, 7]}, + {"origin": [-4.25, 36.25, -5.03], "size": [4, 5, 2], "uv": [0, 7], "mirror": true} + ] + }, + { + "name": "openeyes", + "parent": "head", + "pivot": [0, 38.75, -4.04], + "cubes": [ + {"origin": [0.25, 36.75, -5.04], "size": [3, 4, 2], "uv": [0, 39]}, + {"origin": [0.5, 37.75, -5.04], "size": [2, 2, 2], "inflate": 0.01, "uv": [78, 0]}, + {"origin": [-2.5, 37.75, -5.04], "size": [2, 2, 2], "inflate": 0.01, "uv": [78, 0], "mirror": true}, + {"origin": [-3.25, 36.75, -5.04], "size": [3, 4, 2], "uv": [0, 39], "mirror": true} + ] + }, + { + "name": "hurteyes", + "parent": "head", + "pivot": [0.225, 38.03621, -2.0847], + "cubes": [ + {"origin": [-2.72604, 37.79579, -4.043], "size": [1, 2, 3], "pivot": [-2.22604, 38.79579, -3.04], "rotation": [0, 0, -45], "uv": [0, 60], "mirror": true}, + {"origin": [2.07959, 37.23513, -4.04], "size": [1, 2, 1], "pivot": [2.57959, 37.73513, -3.04], "rotation": [0, 0, -45], "uv": [10, 40]}, + {"origin": [1.72604, 37.79579, -4.043], "size": [1, 2, 3], "pivot": [2.22604, 38.79579, -3.04], "rotation": [0, 0, 45], "uv": [0, 60]}, + {"origin": [-3.07959, 37.23513, -4.04], "size": [1, 2, 1], "pivot": [-2.57959, 37.73513, -3.04], "rotation": [0, 0, 45], "uv": [10, 40], "mirror": true} + ] + }, + { + "name": "sleepingeyes", + "parent": "head", + "pivot": [0, 38.23322, -3.54], + "cubes": [ + {"origin": [1.57959, 36.23513, -4.04], "size": [1, 3, 1], "pivot": [2.57959, 37.73513, -3.04], "rotation": [0, 0, 95], "uv": [11, 36]}, + {"origin": [-2.57959, 36.23513, -4.04], "size": [1, 3, 1], "pivot": [-2.57959, 37.73513, -3.04], "rotation": [0, 0, -95], "uv": [11, 36], "mirror": true} + ] + }, + { + "name": "angryeyes", + "parent": "head", + "pivot": [-0.07143, 36.83744, 5.82328], + "cubes": [ + {"origin": [-3.32143, 37.33744, -4.04], "size": [2, 2, 1], "uv": [9, 0]}, + {"origin": [1.32143, 37.33744, -4.04], "size": [2, 2, 1], "uv": [9, 0], "mirror": true}, + {"origin": [-3.07143, 38.83744, -4.04], "size": [2, 1, 1], "inflate": 0.01, "pivot": [-2.07143, 39.33744, -3.67672], "rotation": [0, 0, 20], "uv": [9, 3]}, + {"origin": [-3.59143, 38.84, -4.04], "size": [1, 1, 1], "inflate": 0.01, "pivot": [-2.09143, 39.33744, -3.67672], "rotation": [0, 0, 20], "uv": [10, 7]}, + {"origin": [1.07143, 38.83744, -4.04], "size": [2, 1, 1], "inflate": 0.01, "pivot": [2.07143, 39.33744, -3.67672], "rotation": [0, 0, -20], "uv": [9, 3], "mirror": true}, + {"origin": [2.59143, 38.84, -4.04], "size": [1, 1, 1], "inflate": 0.01, "pivot": [2.09143, 39.33744, -3.67672], "rotation": [0, 0, -20], "uv": [10, 7], "mirror": true} + ] + }, + { + "name": "lower_beak", + "parent": "head", + "pivot": [0, 36.25, -5], + "cubes": [ + {"origin": [-1, 35.75, -6.75], "size": [2, 1, 2], "uv": [52, 79]} + ] + }, + { + "name": "tummylight_sleeping", + "parent": "body", + "pivot": [0, 10.625, 0.5], + "cubes": [ + {"origin": [-1.5, 5.25, -6.75], "size": [3, 3, 1], "inflate": 0.01, "uv": [36, 72]} + ] + }, + { + "name": "RightLeg", + "parent": "ironbundle", + "pivot": [-5.03093, 4.40641, 0.75], + "cubes": [ + {"origin": [-7.09026, 1.3144, -1.75], "size": [4, 6, 5], "pivot": [-4.59026, 4.0644, 0.75], "rotation": [0, 0, 7.5], "uv": [69, 82]}, + {"origin": [-8, 2, -2.75], "size": [6, 5, 7], "pivot": [-5.25, 4.5, 0.75], "rotation": [0, 0, 15], "uv": [25, 79]} + ] + }, + { + "name": "RightFoot", + "parent": "RightLeg", + "pivot": [-5.37261, 2.94366, 1], + "cubes": [ + {"origin": [-5, 1.27452, -9.73862], "size": [1, 0, 2], "pivot": [-5.25, 1, -8.03109], "rotation": [-47.5, 0, 0], "uv": [0, 0], "mirror": true}, + {"origin": [-6.25, 0, 0], "size": [2, 2, 2], "uv": [62, 70]}, + {"origin": [-7.25, 0, -8.25], "size": [4, 1, 2], "pivot": [-5.25, 0, -6.25], "rotation": [-30, 0, 0], "uv": [33, 62]}, + {"origin": [-7.25, 0, -2.75], "size": [4, 1, 1], "inflate": 0.001, "uv": [45, 43]}, + {"origin": [-7.25, 1.27, -10.73862], "size": [4, 0, 3], "pivot": [-5.25, 1, -8.03109], "rotation": [-47.5, 0, 0], "uv": [0, 36], "mirror": true}, + {"origin": [-6.5, 1.27452, -9.73862], "size": [1, 0, 2], "pivot": [-5.25, 1, -8.03109], "rotation": [-47.5, 0, 0], "uv": [0, 2], "mirror": true}, + {"origin": [-7.25, 0, -6.25], "size": [4, 1, 10], "uv": [78, 0]} + ] + }, + { + "name": "LeftLeg", + "parent": "ironbundle", + "pivot": [5.03093, 4.40641, 0.75], + "cubes": [ + {"origin": [2, 2, -2.75], "size": [6, 5, 7], "pivot": [5.25, 4.5, 0.75], "rotation": [0, 0, -15], "uv": [25, 79], "mirror": true}, + {"origin": [3.09026, 1.3144, -1.75], "size": [4, 6, 5], "pivot": [4.59026, 4.0644, 0.75], "rotation": [0, 0, -7.5], "uv": [69, 82], "mirror": true} + ] + }, + { + "name": "LeftFoot", + "parent": "LeftLeg", + "pivot": [5.37261, 2.94366, 1], + "cubes": [ + {"origin": [3.25, 0, -6.25], "size": [4, 1, 10], "uv": [78, 0], "mirror": true}, + {"origin": [3.25, 0, -2.75], "size": [4, 1, 1], "inflate": 0.001, "uv": [45, 43], "mirror": true}, + {"origin": [4.25, 0, 0], "size": [2, 2, 2], "uv": [62, 70], "mirror": true}, + {"origin": [3.25, 0, -8.25], "size": [4, 1, 2], "pivot": [5.25, 0, -6.25], "rotation": [-30, 0, 0], "uv": [33, 62], "mirror": true}, + {"origin": [3.25, 1.27, -10.73862], "size": [4, 0, 3], "pivot": [5.25, 1, -8.03109], "rotation": [-47.5, 0, 0], "uv": [0, 36]}, + {"origin": [5.5, 1.27452, -9.73862], "size": [1, 0, 2], "pivot": [5.25, 1, -8.03109], "rotation": [-47.5, 0, 0], "uv": [0, 2]}, + {"origin": [4, 1.27452, -9.73862], "size": [1, 0, 2], "pivot": [5.25, 1, -8.03109], "rotation": [-47.5, 0, 0], "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ironmoth.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ironmoth.geo.json new file mode 100644 index 0000000..6cc394f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ironmoth.geo.json @@ -0,0 +1,341 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.volcarona", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 7, + "visible_bounds_height": 7, + "visible_bounds_offset": [0, 1.5, 0] + }, + "bones": [ + { + "name": "volcarona", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "volcarona", + "pivot": [0, 21.5, 2], + "rotation": [-7.5, 0, 0], + "cubes": [ + {"origin": [-8.5, 14, -6.5], "size": [17, 14, 13], "pivot": [0, 22, 2], "rotation": [0, 0, 0], "uv": [0, 21]} + ] + }, + { + "name": "bone4", + "parent": "body", + "pivot": [0, 22.65263, 6.95722] + }, + { + "name": "bone", + "parent": "bone4", + "pivot": [0, 22.65263, 6.95722], + "cubes": [ + {"origin": [20.8, 10.26105, 6.5], "size": [26, 21, 0], "uv": [0, 106]}, + {"origin": [6.34924, -0.84924, 6.5], "size": [15, 15, 0], "inflate": 0.01, "pivot": [0, 22, 2], "rotation": [0, 0, -45], "uv": [98, 113]} + ] + }, + { + "name": "bone2", + "parent": "bone4", + "pivot": [0, 22.65263, 6.95722], + "rotation": [0, 0, -55], + "cubes": [ + {"origin": [20.8, 10.26105, 6.5], "size": [26, 21, 0], "uv": [0, 106]}, + {"origin": [6.34924, -0.84924, 6.5], "size": [15, 15, 0], "inflate": 0.01, "pivot": [0, 22, 2], "rotation": [0, 0, -45], "uv": [98, 113]} + ] + }, + { + "name": "bone3", + "parent": "bone4", + "pivot": [2, 20.66974, 7.21828], + "rotation": [0, 0, 55], + "cubes": [ + {"origin": [22.8, 8.27816, 6.76105], "size": [26, 21, 0], "uv": [0, 106]}, + {"origin": [8.34924, -2.83213, 6.76105], "size": [15, 15, 0], "inflate": 0.01, "pivot": [2, 20.01711, 2.26105], "rotation": [0, 0, -45], "uv": [98, 113]} + ] + }, + { + "name": "bone5", + "parent": "body", + "pivot": [0, 22.65263, 6.95722] + }, + { + "name": "bone6", + "parent": "bone5", + "pivot": [0, 22.65263, 6.95722], + "cubes": [ + {"origin": [-46.8, 10.26105, 6.5], "size": [26, 21, 0], "uv": [0, 106], "mirror": true}, + {"origin": [-21.34924, -0.84924, 6.5], "size": [15, 15, 0], "inflate": 0.01, "pivot": [0, 22, 2], "rotation": [0, 0, 45], "uv": [98, 113], "mirror": true} + ] + }, + { + "name": "bone7", + "parent": "bone5", + "pivot": [0, 22.65263, 6.95722], + "rotation": [0, 0, 55], + "cubes": [ + {"origin": [-46.8, 10.26105, 6.5], "size": [26, 21, 0], "uv": [0, 106], "mirror": true}, + {"origin": [-21.34924, -0.84924, 6.5], "size": [15, 15, 0], "inflate": 0.01, "pivot": [0, 22, 2], "rotation": [0, 0, 45], "uv": [98, 113], "mirror": true} + ] + }, + { + "name": "bone8", + "parent": "bone5", + "pivot": [-2, 20.66974, 7.21828], + "rotation": [0, 0, -55], + "cubes": [ + {"origin": [-48.8, 8.27816, 6.76105], "size": [26, 21, 0], "uv": [0, 106], "mirror": true}, + {"origin": [-23.34924, -2.83213, 6.76105], "size": [15, 15, 0], "inflate": 0.01, "pivot": [-2, 20.01711, 2.26105], "rotation": [0, 0, 45], "uv": [98, 113], "mirror": true} + ] + }, + { + "name": "arms", + "parent": "body", + "pivot": [0, 24.5, -6.25] + }, + { + "name": "arm_bottom_left", + "parent": "arms", + "pivot": [6.25, 21.5, -6.25], + "rotation": [3.96713, 14.47751, 15.50409], + "cubes": [ + {"origin": [4.25, 20.5, -7.25], "size": [4, 2, 1], "uv": [0, 20]} + ] + }, + { + "name": "arm_top_right", + "parent": "arms", + "pivot": [-6.25, 25.75, -6.25], + "rotation": [-6.24605, -19.03771, 21.04835], + "cubes": [ + {"origin": [-8.25, 24.75, -7.25], "size": [4, 2, 1], "uv": [0, 23], "mirror": true} + ] + }, + { + "name": "arm_top_left", + "parent": "arms", + "pivot": [6.25, 25.75, -6.25], + "rotation": [-6.24605, 19.03771, -21.04835], + "cubes": [ + {"origin": [4.25, 24.75, -7.25], "size": [4, 2, 1], "uv": [0, 23]} + ] + }, + { + "name": "arm_bottom_right", + "parent": "arms", + "pivot": [-6.25, 21.5, -6.25], + "rotation": [5.38152, -19.291, -15.91527], + "cubes": [ + {"origin": [-8.25, 20.5, -7.25], "size": [4, 2, 1], "uv": [0, 26], "mirror": true} + ] + }, + { + "name": "neck", + "parent": "body", + "pivot": [0, 28, 6], + "rotation": [7.5, 0, 0], + "cubes": [ + {"origin": [-5.5, 28, -6], "size": [11, 9, 10], "uv": [32, 2]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 33.5, -4.5], + "rotation": [-2.5, 0, 0], + "cubes": [ + {"origin": [-3.5, 30, -8.25], "size": [7, 7, 4], "uv": [0, 0]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [0, 33.5, -8.26] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [2.5, 32.5, -8.26], + "cubes": [ + {"origin": [1.51, 31, -8.26], "size": [2, 3, 1], "uv": [47, 29]}, + {"origin": [2.25, 31, -8.27], "size": [0.5, 3, 0], "uv": [1, 29]}, + {"origin": [1.51, 32.25, -8.27], "size": [2, 0.5, 1], "inflate": 0.01, "uv": [3, 29]} + ] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-2.5, 32.5, -8.26], + "cubes": [ + {"origin": [-3.51, 31, -8.26], "size": [2, 3, 1], "uv": [53, 29], "mirror": true}, + {"origin": [-2.75, 31, -8.27], "size": [0.5, 3, 0], "uv": [3, 29], "mirror": true}, + {"origin": [-3.51, 32.25, -8.27], "size": [2, 0.5, 1], "inflate": 0.01, "uv": [3, 30], "mirror": true} + ] + }, + { + "name": "muzzle", + "parent": "head", + "pivot": [0, 30, -5.5], + "rotation": [0, 0, 45], + "cubes": [ + {"origin": [-1.5, 28.5, -8], "size": [3, 3, 2], "uv": [0, 12]} + ] + }, + { + "name": "horn_left", + "parent": "head", + "pivot": [3.15, 34, -5.5], + "cubes": [ + {"origin": [3.15, 31.5, -7], "size": [3, 5, 2], "inflate": 0.01, "uv": [10, 11]} + ] + }, + { + "name": "horn_top_left", + "parent": "horn_left", + "pivot": [6.15, 36.5, -6], + "rotation": [0, 0, -17.5], + "cubes": [ + {"origin": [3.15, 36.5, -6.5], "size": [3, 4, 1], "uv": [24, 7]} + ] + }, + { + "name": "horn_top_left2", + "parent": "horn_top_left", + "pivot": [3.15, 40.5, -6], + "rotation": [0, 0, 30], + "cubes": [ + {"origin": [3.15, 40.5, -6], "size": [3, 4, 0], "uv": [20, 12]} + ] + }, + { + "name": "horn_bottom_left", + "parent": "horn_left", + "pivot": [5.75, 31.5, -6], + "rotation": [0, 0, 30], + "cubes": [ + {"origin": [3.75, 28.5, -6.5], "size": [2, 3, 1], "uv": [18, 0]} + ] + }, + { + "name": "horn_bottom_left2", + "parent": "horn_bottom_left", + "pivot": [3.75, 28.5, -6], + "rotation": [0, 0, -22.5], + "cubes": [ + {"origin": [3.75, 26.5, -6], "size": [2, 2, 0], "uv": [10, 18]} + ] + }, + { + "name": "horn_right", + "parent": "head", + "pivot": [-3.15, 34, -5.5], + "cubes": [ + {"origin": [-6.15, 31.5, -7], "size": [3, 5, 2], "inflate": 0.01, "uv": [30, 0], "mirror": true} + ] + }, + { + "name": "horn_top_right", + "parent": "horn_right", + "pivot": [-6.15, 36.5, -6], + "rotation": [0, 0, 17.5], + "cubes": [ + {"origin": [-6.15, 36.5, -6.5], "size": [3, 4, 1], "uv": [32, 7], "mirror": true} + ] + }, + { + "name": "horn_top_right2", + "parent": "horn_top_right", + "pivot": [-3.15, 40.5, -6], + "rotation": [0, 0, -30], + "cubes": [ + {"origin": [-6.15, 40.5, -6], "size": [3, 4, 0], "uv": [20, 16], "mirror": true} + ] + }, + { + "name": "horn_bottom_right", + "parent": "horn_right", + "pivot": [-5.75, 31.5, -6], + "rotation": [0, 0, -30], + "cubes": [ + {"origin": [-5.75, 28.5, -6.5], "size": [2, 3, 1], "uv": [24, 0], "mirror": true} + ] + }, + { + "name": "horn_bottom_right2", + "parent": "horn_bottom_right", + "pivot": [-3.75, 28.5, -6], + "rotation": [0, 0, 22.5], + "cubes": [ + {"origin": [-5.75, 26.5, -6], "size": [2, 2, 0], "uv": [14, 18], "mirror": true} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [0, 12, 4.5], + "rotation": [-37.5, 0, 0], + "cubes": [ + {"origin": [-10.5, -1, -3.5], "size": [21, 13, 8], "inflate": 0.02, "uv": [52, 43]} + ] + }, + { + "name": "tail_detail", + "parent": "tail", + "pivot": [0, 11.9, -2.2], + "cubes": [ + {"origin": [-6, -3, -5.5], "size": [12, 15, 5], "inflate": 0.03, "uv": [80, 78]}, + {"origin": [-0.5, -3, -5.51], "size": [1, 15, 0], "inflate": 0.03, "uv": [122, 83]} + ] + }, + { + "name": "tail_detail2", + "parent": "tail_detail", + "pivot": [0, -2, 0], + "rotation": [7.5, 0, 0], + "cubes": [ + {"origin": [-5, -7, -5.5], "size": [10, 5, 5], "inflate": 0.02, "uv": [60, 98]} + ] + }, + { + "name": "tail_detail3", + "parent": "tail_detail2", + "pivot": [0, -6.5, -2], + "rotation": [7.5, 0, 0], + "cubes": [ + {"origin": [-4, -9.5, -5.5], "size": [8, 3, 3], "inflate": 0.01, "uv": [90, 98]} + ] + }, + { + "name": "tail_detail4", + "parent": "tail_detail3", + "pivot": [0, -11, -0.5], + "cubes": [ + {"origin": [-2.5, -12, -5.5], "size": [5, 5, 3], "pivot": [0, -9.5, -4], "rotation": [0, 0, 45], "uv": [90, 104]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 2, 4], + "rotation": [-11, 0, 0], + "cubes": [ + {"origin": [-8.5, -6, -2], "size": [17, 8, 6], "inflate": 0.01, "uv": [60, 64]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, -6, 3], + "rotation": [-5, 0, 0], + "cubes": [ + {"origin": [-5.5, -11.5, 0], "size": [11, 11, 3], "pivot": [0, -6, 1], "rotation": [0, 0, 45], "uv": [50, 82]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ironmoth/ironmoth.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ironmoth/ironmoth.geo.json new file mode 100644 index 0000000..ec67c69 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ironmoth/ironmoth.geo.json @@ -0,0 +1,153 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.ironmoth", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 7, + "visible_bounds_height": 5.5, + "visible_bounds_offset": [0, 2.25, 0] + }, + "bones": [ + { + "name": "iron_moth", + "pivot": [0, 0, 0] + }, + { + "name": "troso", + "parent": "iron_moth", + "pivot": [0, 35, 2] + }, + { + "name": "body", + "parent": "troso", + "pivot": [0, 0, -5] + }, + { + "name": "upper_body", + "parent": "body", + "pivot": [-10.15615, 17.13314, 2.26069], + "cubes": [ + {"origin": [-4.5, 31.54806, -2.23931], "size": [10, 11, 9], "uv": [77, 83]}, + {"origin": [-5, 34.54806, -2.73931], "size": [11, 9, 10], "uv": [44, 73]}, + {"origin": [-4.5, 42.54806, 0.26069], "size": [10, 3, 5], "pivot": [0.5, 44.54806, 3.26069], "rotation": [22.5, 0, 0], "uv": [76, 73]}, + {"origin": [5.94975, 30.42674, -2.73931], "size": [6, 0, 10], "pivot": [10.94975, 32.42674, 2.26069], "rotation": [0, 0, 45], "uv": [50, 0]}, + {"origin": [-10.94904, 30.42603, -2.73931], "size": [6, 0, 10], "pivot": [-9.94904, 32.42603, 2.26069], "rotation": [0, 0, -45], "uv": [50, 0], "mirror": true}, + {"origin": [-4.5, 25.54806, 7.46069], "size": [10, 15, 0], "inflate": 0.01, "uv": [0, 96]}, + {"origin": [-2, 38.54806, 6.76069], "size": [5, 3, 1], "uv": [0, 53]} + ] + }, + { + "name": "hands", + "parent": "upper_body", + "pivot": [-2.49686, 21.04985, -2.23931], + "cubes": [ + {"origin": [1.99686, 39.25015, -3.23931], "size": [3, 2, 2], "pivot": [3.49686, 40.25015, -2.23931], "rotation": [0, -12.5, -22.5], "uv": [12, 53]}, + {"origin": [-3.99686, 39.25015, -3.23931], "size": [3, 2, 2], "pivot": [-2.49686, 40.25015, -2.23931], "rotation": [0, 12.5, 22.5], "uv": [12, 53], "mirror": true}, + {"origin": [1.99686, 36.04985, -3.23931], "size": [3, 2, 2], "pivot": [3.49686, 37.04985, -2.23931], "rotation": [0, -12.5, 7.5], "uv": [12, 53]}, + {"origin": [-3.99686, 36.04985, -3.23931], "size": [3, 2, 2], "pivot": [-3.49686, 37.04985, -2.23931], "rotation": [0, 12.5, -7.5], "uv": [12, 53], "mirror": true} + ] + }, + { + "name": "bottom_body", + "parent": "body", + "pivot": [0.50282, 31.85835, 1.5113], + "cubes": [ + {"origin": [0.70906, 17.971, -9.15127], "size": [8, 9, 14], "inflate": 0.01, "pivot": [3.70906, 23.471, -2.65127], "rotation": [20.94102, -40.78947, 59.63881], "uv": [0, 73]}, + {"origin": [-7.62678, 17.971, -9.15127], "size": [8, 9, 14], "pivot": [-2.62678, 23.471, -2.65127], "rotation": [20.94102, 40.78947, -59.63881], "uv": [0, 73], "mirror": true}, + {"origin": [-4.5, 23.2374, -14.29261], "size": [10, 9, 14], "inflate": 0.01, "pivot": [0.5, 30.69971, -0.5803], "rotation": [45, 0, 0], "uv": [0, 30]}, + {"origin": [-2.76447, 15.32318, -12.09591], "size": [6, 6, 6], "pivot": [-0.26447, 20.82318, -9.59591], "rotation": [54.73561, 30, 35.26439], "uv": [38, 92]}, + {"origin": [-3, 25.85593, -2.95023], "size": [7, 6, 6], "pivot": [0.5, 30.69971, -0.5803], "rotation": [67.5, 0, 0], "uv": [90, 0]} + ] + }, + { + "name": "wings", + "parent": "body", + "pivot": [0, 0, -5] + }, + { + "name": "left_wings", + "parent": "wings", + "pivot": [0, 20, -5] + }, + { + "name": "left_upper_wing", + "parent": "left_wings", + "pivot": [9, 45.5, 10], + "cubes": [ + {"origin": [5, 46, 10], "size": [30, 15, 0], "pivot": [20, 53.5, 10], "rotation": [0, 0, -35], "uv": [0, 15]} + ] + }, + { + "name": "left_middel_wing", + "parent": "left_wings", + "pivot": [17, 33.5, 10], + "cubes": [ + {"origin": [13, 26.5, 10], "size": [28, 14, 0], "uv": [48, 44]} + ] + }, + { + "name": "left_bottom_wing", + "parent": "left_wings", + "pivot": [10.3617, 20.64715, 10], + "cubes": [ + {"origin": [5, 6, 10], "size": [26, 15, 0], "pivot": [20, 13.5, 10], "rotation": [0, 0, 35], "uv": [52, 58]} + ] + }, + { + "name": "right_wings", + "parent": "wings", + "pivot": [0, 20, -5] + }, + { + "name": "right_upper_wing", + "parent": "right_wings", + "pivot": [-9, 45.5, 10], + "cubes": [ + {"origin": [-35, 46, 10], "size": [30, 15, 0], "pivot": [-20, 53.5, 10], "rotation": [0, 0, 35], "uv": [0, 15], "mirror": true} + ] + }, + { + "name": "right_middel_wing", + "parent": "right_wings", + "pivot": [-17, 33.5, 10], + "cubes": [ + {"origin": [-41, 26.5, 10], "size": [28, 14, 0], "uv": [48, 44], "mirror": true} + ] + }, + { + "name": "right_bottom_wing", + "parent": "right_wings", + "pivot": [-10.3617, 20.64715, 10], + "cubes": [ + {"origin": [-31, 6, 10], "size": [26, 15, 0], "pivot": [-20, 13.5, 10], "rotation": [0, 0, -35], "uv": [52, 58], "mirror": true} + ] + }, + { + "name": "head", + "parent": "body", + "pivot": [0.50237, 45.68233, 3.94663], + "cubes": [ + {"origin": [-3, 44, -4], "size": [7, 7, 8], "pivot": [0.5, 48, 1.79641], "rotation": [15, 0, 0], "uv": [90, 23]}, + {"origin": [3.4167, 44.0118, -4.39463], "size": [3, 3, 3], "inflate": -0.01, "pivot": [0.5, 50.8118, 1.47182], "rotation": [20.75357, 43.07952, 14.51082], "uv": [72, 23]}, + {"origin": [4, 47.42843, -2.68057], "size": [0, 2, 3], "inflate": 0.01, "pivot": [0.5, 48, 1.79641], "rotation": [30, 0, 0], "uv": [42, 52]}, + {"origin": [-3, 47.42843, -2.68057], "size": [0, 2, 3], "inflate": 0.01, "pivot": [-0.5, 48, 1.79641], "rotation": [30, 0, 0], "uv": [42, 52], "mirror": true}, + {"origin": [4.8436, 46.00113, -3.26772], "size": [2, 2, 5], "inflate": 0.01, "pivot": [5.06214, 47.01125, 1.45304], "rotation": [46.25455, 3.75908, 14.46217], "uv": [0, 37]}, + {"origin": [5.3436, 46.00113, -6.26772], "size": [1, 2, 3], "pivot": [5.06214, 47.01125, 1.45304], "rotation": [46.25455, 3.75908, 14.46217], "uv": [84, 23]}, + {"origin": [3.59046, 45.9964, 5.62964], "size": [1, 2, 4], "pivot": [5.06214, 47.01125, 1.45304], "rotation": [46.25455, 3.75908, 14.46217], "uv": [42, 73]}, + {"origin": [5.3008, 45.9964, 2.87491], "size": [1, 2, 3], "pivot": [5.06214, 47.01125, 1.45304], "rotation": [47.41432, -11.73987, -1.9392], "uv": [89, 25]}, + {"origin": [4.81485, 46.00113, 1.02929], "size": [2, 2, 2], "pivot": [5.06214, 47.01125, 1.45304], "rotation": [47.41432, -11.73987, -1.9392], "uv": [42, 79]}, + {"origin": [-5.8436, 46.00113, -3.26772], "size": [2, 2, 5], "inflate": 0.01, "pivot": [-4.06214, 47.01125, 1.45304], "rotation": [46.25455, -3.75908, -14.46217], "uv": [0, 37], "mirror": true}, + {"origin": [-5.3008, 45.9964, 2.87491], "size": [1, 2, 3], "pivot": [-4.06214, 47.01125, 1.45304], "rotation": [47.41432, 11.73987, 1.9392], "uv": [89, 25], "mirror": true}, + {"origin": [-3.59046, 45.9964, 5.62964], "size": [1, 2, 4], "pivot": [-4.06214, 47.01125, 1.45304], "rotation": [46.25455, -3.75908, -14.46217], "uv": [42, 73], "mirror": true}, + {"origin": [-5.81485, 46.00113, 1.02929], "size": [2, 2, 2], "pivot": [-4.06214, 47.01125, 1.45304], "rotation": [47.41432, 11.73987, 1.9392], "uv": [42, 79], "mirror": true}, + {"origin": [-5.3436, 46.00113, -6.26772], "size": [1, 2, 3], "pivot": [-4.06214, 47.01125, 1.45304], "rotation": [46.25455, -3.75908, -14.46217], "uv": [84, 23], "mirror": true}, + {"origin": [-1, 42, 1], "size": [3, 3, 3], "uv": [60, 23]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ironthorns.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ironthorns.geo.json new file mode 100644 index 0000000..637e23a --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ironthorns.geo.json @@ -0,0 +1,529 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.tyranitar", + "texture_width": 256, + "texture_height": 256, + "visible_bounds_width": 8, + "visible_bounds_height": 6.5, + "visible_bounds_offset": [0, 2.75, 0] + }, + "bones": [ + { + "name": "tyranitar", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "tyranitar", + "pivot": [0, 15, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 19.5, 0], + "cubes": [ + {"origin": [-11.5, 10.5, -9.25], "size": [23, 15, 19], "uv": [4, 51]} + ] + }, + { + "name": "chest", + "parent": "torso", + "pivot": [0, 22.5, 1], + "cubes": [ + {"origin": [-12.5, 20.5, -10.75], "size": [25, 20, 23], "uv": [4, 4]}, + {"origin": [13.25, 35.15, 6], "size": [0, 7, 13], "pivot": [13, 39.4, 9], "rotation": [33.5707, 53.13741, 34.85038], "uv": [207, 113], "mirror": true}, + {"origin": [14, 31, 7.75], "size": [0, 5, 7], "pivot": [13, 34.5, 9.75], "rotation": [32.74262, 50.39892, 40.49783], "uv": [0, 40], "mirror": true}, + {"origin": [11.5, 39.5, 5], "size": [0, 5, 9], "pivot": [11.5, 43, 7.5], "rotation": [60.19575, 44.23972, 40.58615], "uv": [0, 9], "mirror": true}, + {"origin": [-13.25, 35.15, 6], "size": [0, 7, 13], "pivot": [-13, 39.4, 9], "rotation": [33.5707, -53.13741, -34.85038], "uv": [184, 23]}, + {"origin": [-14, 31, 7.75], "size": [0, 5, 7], "pivot": [-13, 34.5, 9.75], "rotation": [32.74262, -50.39892, -40.49783], "uv": [0, 45]}, + {"origin": [-11.5, 39.5, 5], "size": [0, 5, 9], "pivot": [-11.5, 43, 7.5], "rotation": [60.19575, -44.23972, -40.58615], "uv": [0, 48]} + ] + }, + { + "name": "chest_spike_left1", + "parent": "chest", + "pivot": [12.5, 29.5, 0.75], + "rotation": [0, 0, -15] + }, + { + "name": "chest_spike_right", + "parent": "chest", + "pivot": [-12.5, 29.5, 0.75], + "rotation": [0, 0, 15] + }, + { + "name": "arms", + "parent": "chest", + "pivot": [0, 39, 0.75] + }, + { + "name": "arm_left", + "parent": "arms", + "pivot": [11.5, 39.5, 0.75], + "cubes": [ + {"origin": [8.5, 33, -3.75], "size": [10, 9, 9], "uv": [132, 63], "mirror": true} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [18.5, 37.5, 4.75], + "cubes": [ + {"origin": [18.5, 34, -3.25], "size": [8, 7, 8], "uv": [159, 38], "mirror": true} + ] + }, + { + "name": "hand_left", + "parent": "arm_left2", + "pivot": [26.5, 40, 3.75], + "cubes": [ + {"origin": [26.5, 35, -2.25], "size": [5, 5, 6], "uv": [170, 68], "mirror": true} + ] + }, + { + "name": "finger_index_left", + "parent": "hand_left", + "pivot": [31.5, 38, -1.25], + "cubes": [ + {"origin": [31, 38, -2.25], "size": [3, 0, 2], "uv": [-2, 0], "mirror": true} + ] + }, + { + "name": "finger_middle_left", + "parent": "hand_left", + "pivot": [31.5, 38.5, 0.75], + "cubes": [ + {"origin": [31.5, 38.5, -0.25], "size": [3, 0, 2], "uv": [-2, 4], "mirror": true} + ] + }, + { + "name": "finger_ring_left", + "parent": "hand_left", + "pivot": [31.5, 38, 2.75], + "cubes": [ + {"origin": [31, 38, 1.75], "size": [3, 0, 2], "uv": [-2, 2], "mirror": true} + ] + }, + { + "name": "arm_right", + "parent": "arms", + "pivot": [-11.5, 39.5, 0.75], + "cubes": [ + {"origin": [-18.5, 33, -3.75], "size": [10, 9, 9], "uv": [138, 20]} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-18.5, 37.5, 4.75], + "cubes": [ + {"origin": [-26.5, 34, -3.25], "size": [8, 7, 8], "uv": [161, 53]} + ] + }, + { + "name": "hand_right", + "parent": "arm_right2", + "pivot": [-26.5, 40, 3.75], + "cubes": [ + {"origin": [-31.5, 35, -2.25], "size": [5, 5, 6], "uv": [229, 87]} + ] + }, + { + "name": "finger_index_right", + "parent": "hand_right", + "pivot": [-31.5, 38, -1.25], + "cubes": [ + {"origin": [-34, 38, -2.25], "size": [3, 0, 2], "uv": [-2, 6]} + ] + }, + { + "name": "finger_middle_right", + "parent": "hand_right", + "pivot": [-31.5, 38.5, 0.75], + "cubes": [ + {"origin": [-34.5, 38.5, -0.25], "size": [3, 0, 2], "uv": [-2, 10]} + ] + }, + { + "name": "finger_ring_right", + "parent": "hand_right", + "pivot": [-31.5, 38, 2.75], + "cubes": [ + {"origin": [-34, 38, 1.75], "size": [3, 0, 2], "uv": [-2, 8]} + ] + }, + { + "name": "chest2", + "parent": "chest", + "pivot": [0, 40.5, 0.5], + "cubes": [ + {"origin": [-9, 38.5, -8.75], "size": [18, 12, 19], "uv": [74, 67]}, + {"origin": [5.15, 32.75, 7.5], "size": [0, 10, 18], "pivot": [4.65, 45.25, 10.5], "rotation": [20, 40, 5], "uv": [209, 98], "mirror": true}, + {"origin": [-5.15, 32.75, 7.5], "size": [0, 10, 18], "pivot": [-4.65, 45.25, 10.5], "rotation": [20, -40, -5], "uv": [209, 98]} + ] + }, + { + "name": "neck", + "parent": "chest2", + "pivot": [0, 52.5, 0.5], + "cubes": [ + {"origin": [-7.5, 48, -6.5], "size": [15, 10, 16], "uv": [1, 85]}, + {"origin": [4.15, 46.5, 6], "size": [0, 8, 16], "pivot": [3.9, 56.75, 9], "rotation": [15, 40, 2.5], "uv": [177, 93], "mirror": true}, + {"origin": [-4.15, 46.5, 6], "size": [0, 8, 16], "pivot": [-3.9, 56.75, 9], "rotation": [15, -40, -2.5], "uv": [177, 93]} + ] + }, + { + "name": "neck2", + "parent": "neck", + "pivot": [0, 59, -0.5], + "cubes": [ + {"origin": [-6, 55, -1], "size": [12, 12, 8], "inflate": 0.02, "uv": [213, 31]}, + {"origin": [3.65, 54, 4.5], "size": [0, 8, 16], "pivot": [3.9, 52.75, 8.5], "rotation": [15, 40, 2.5], "uv": [177, 101], "mirror": true}, + {"origin": [-3.65, 54, 4.5], "size": [0, 8, 16], "pivot": [-3.9, 52.75, 8.5], "rotation": [15, -40, -2.5], "uv": [177, 101]} + ] + }, + { + "name": "head", + "parent": "neck2", + "pivot": [-0.5, 66.65, -0.2], + "rotation": [17.5, 0, 0] + }, + { + "name": "head_rotation", + "parent": "head", + "pivot": [-0.5, 63.65, -1.2], + "cubes": [ + {"origin": [-5.5, 61.45, -4.4], "size": [11, 5, 4], "inflate": 0.2, "uv": [167, 0]} + ] + }, + { + "name": "crest", + "parent": "head_rotation", + "pivot": [0, 66.35, -4.45], + "rotation": [17.5, 0, 0], + "cubes": [ + {"origin": [-4.5, 65.35, -8.95], "size": [9, 2, 9], "pivot": [0, 66.35, -4.45], "rotation": [0, -45, 0], "uv": [193, 14]} + ] + }, + { + "name": "side_crests", + "parent": "crest", + "pivot": [0, 67.35, -10.7], + "rotation": [0, -45, 0], + "cubes": [ + {"origin": [-24.2, 65.35, -8.6], "size": [4, 2, 5], "inflate": 0.01, "pivot": [-7.75, 67.35, -12.25], "rotation": [0, 110, 0], "uv": [149, 7], "mirror": true}, + {"origin": [-20.92369, 66.85, 7.50424], "size": [8, 0, 4], "pivot": [-7.75, 67.35, -0.25], "rotation": [0, 110, 0], "uv": [134, 42], "mirror": true} + ] + }, + { + "name": "bone", + "parent": "side_crests", + "pivot": [8.75, 67.35, -9.25], + "cubes": [ + {"origin": [13.35, 66.85, -11.25], "size": [8, 0, 4], "pivot": [7.75, 67.35, -12.25], "rotation": [0, -20, 0], "uv": [134, 38]}, + {"origin": [9.35, 65.35, -11.25], "size": [4, 2, 5], "inflate": 0.01, "pivot": [7.75, 67.35, -12.25], "rotation": [0, -20, 0], "uv": [149, 0]} + ] + }, + { + "name": "head_spike", + "parent": "crest", + "pivot": [-0.5, 67.35, -6.45], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [-2.5, 67.35, 2.55], "size": [5, 0, 8], "inflate": 0.01, "pivot": [0, 67.35, 2.55], "rotation": [-15, 0, 0], "uv": [146, 38]}, + {"origin": [-3.5, 64.35, -6.45], "size": [7, 3, 9], "inflate": 0.02, "uv": [220, 16]} + ] + }, + { + "name": "muzzle", + "parent": "head_rotation", + "pivot": [0, 60.75, -4.5], + "rotation": [0, -45, 0], + "cubes": [ + {"origin": [-4, 62.25, -8.5], "size": [8, 3, 8], "uv": [189, 25]}, + {"origin": [-4, 61, -8.5], "size": [0, 3, 2], "uv": [189, 27]}, + {"origin": [2, 61, 2.5], "size": [0, 3, 2], "pivot": [-6.5, 60.75, 0], "rotation": [0, 90, 0], "uv": [189, 27]}, + {"origin": [-3.25, 63, -8.5], "size": [1, 1, 0], "inflate": 0.01, "uv": [138, 27]}, + {"origin": [-4, 63, -7.75], "size": [0, 1, 1], "inflate": 0.01, "uv": [138, 27]}, + {"origin": [-4, 65.25, -4.75], "size": [0, 2, 2], "pivot": [-3.25, 62.25, -7.75], "rotation": [-45, 0, 0], "uv": [37, 18]}, + {"origin": [-4, 57.25, -12.75], "size": [0, 2, 2], "pivot": [-3.25, 62.25, -7.75], "rotation": [0, -90, -45], "uv": [41, 19]} + ] + }, + { + "name": "eyes", + "parent": "muzzle", + "pivot": [1, 65.25, -8.5] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [1, 65.25, -8.5], + "rotation": [5, 90, 0], + "cubes": [ + {"origin": [1, 63.25, -10.75], "size": [0, 2, 4], "inflate": 0.01, "pivot": [2.5, 61.75, -5], "rotation": [-7.5, 0, 0], "uv": [127, 18], "mirror": true} + ] + }, + { + "name": "pupil_left", + "parent": "eye_left", + "pivot": [1, 64.6, -9.25], + "cubes": [ + {"origin": [1, 63.5, -10.25], "size": [0, 1, 1], "inflate": 0.02, "pivot": [2.5, 61.75, -5], "rotation": [-7.5, 0, 0], "uv": [140, 26], "mirror": true} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [0.41, 64.7, -8.25], + "cubes": [ + {"origin": [-0.09, 63.25, -10.75], "size": [1, 2, 4], "inflate": 0.02, "pivot": [2.4, 61.75, -5], "rotation": [-7.5, 0, 0], "uv": [117, 0], "mirror": true} + ] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-4.5, 65.25, -3.5], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-4, 63.25, -5.75], "size": [0, 2, 4], "inflate": 0.01, "pivot": [-6, 61.75, 0], "rotation": [-7.5, 0, 0], "uv": [127, 20]} + ] + }, + { + "name": "pupil_right", + "parent": "eye_right", + "pivot": [-4, 64.6, -4.25], + "cubes": [ + {"origin": [-4, 63.5, -5.25], "size": [0, 1, 1], "inflate": 0.02, "pivot": [-6, 61.75, 0.1], "rotation": [-7.5, 0, 0], "uv": [140, 27]} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-3.41, 64.7, -3.25], + "cubes": [ + {"origin": [-3.91, 63.25, -5.75], "size": [1, 2, 4], "inflate": 0.02, "pivot": [-5.4, 61.75, 0], "rotation": [-7.5, 0, 0], "uv": [135, 20]} + ] + }, + { + "name": "jaw", + "parent": "head_rotation", + "pivot": [0, 62, -4.1], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-5.5, 59, -3.95], "size": [11, 3, 4], "inflate": 0.01, "uv": [167, 21]}, + {"origin": [-3.45, 59, -8.2], "size": [8, 3, 8], "inflate": 0.02, "pivot": [0, 64.5, -4.75], "rotation": [0, -45, 0], "uv": [163, 9]}, + {"origin": [0.6, 63, -7.75], "size": [0, 1, 1], "pivot": [0, 62, -8.75], "rotation": [-45, 45, 0], "uv": [2, 12]}, + {"origin": [-0.6, 63, -7.75], "size": [0, 1, 1], "pivot": [0, 62, -8.75], "rotation": [-45, -45, 0], "uv": [4, 12]} + ] + }, + { + "name": "jaw_hidden", + "parent": "jaw", + "pivot": [0, 62, -7.6], + "cubes": [ + {"origin": [-5.5, 59, -3.95], "size": [11, 3, 4], "uv": [211, 133]}, + {"origin": [-3.45, 59, -8.2], "size": [8, 3, 8], "inflate": 0.01, "pivot": [0, 64.5, -4.75], "rotation": [0, -45, 0], "uv": [183, 125]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 16, 7], + "cubes": [ + {"origin": [-8.5, 7.5, 0], "size": [17, 16, 21], "uv": [83, 26]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 15.5, 21], + "cubes": [ + {"origin": [-6.5, 9, 17], "size": [13, 13, 13], "uv": [0, 111]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 15.5, 30], + "cubes": [ + {"origin": [-4.5, 11, 27], "size": [9, 9, 12], "uv": [199, 87]} + ] + }, + { + "name": "tail_spike_top", + "parent": "tail3", + "pivot": [0, 19, 39], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [-3.5, 19, 39], "size": [7, 0, 9], "uv": [-3, 9]} + ] + }, + { + "name": "tail_spike_bottom", + "parent": "tail3", + "pivot": [0, 12, 39], + "rotation": [-20, 0, 0], + "cubes": [ + {"origin": [-3.5, 12, 39], "size": [7, 0, 9], "uv": [-3, 0]} + ] + }, + { + "name": "tail_spike_left", + "parent": "tail3", + "pivot": [3.5, 15.5, 39], + "rotation": [0, 20, 0], + "cubes": [ + {"origin": [3.5, 12, 39], "size": [0, 7, 9], "uv": [0, 53]} + ] + }, + { + "name": "tail_spike_right", + "parent": "tail3", + "pivot": [-3.5, 15.5, 39], + "rotation": [0, -20, 0], + "cubes": [ + {"origin": [-3.5, 12, 39], "size": [0, 7, 9], "uv": [74, 54]} + ] + }, + { + "name": "tail4", + "parent": "tail3", + "pivot": [0, 15.5, 39], + "cubes": [ + {"origin": [-3, 12.5, 36], "size": [6, 6, 11], "uv": [215, 70]} + ] + }, + { + "name": "tail5", + "parent": "tail4", + "pivot": [0, 15.25, 47], + "cubes": [ + {"origin": [-2, 13.25, 45], "size": [4, 4, 8], "uv": [39, 111]} + ] + }, + { + "name": "legs", + "parent": "body", + "pivot": [0, 17.75, 1] + }, + { + "name": "leg_left", + "parent": "legs", + "pivot": [12.5, 17.75, 1], + "cubes": [ + {"origin": [8.5, 6.75, -6.5], "size": [12, 16, 15], "uv": [63, 98], "mirror": true}, + {"origin": [9, 5.75, -6], "size": [11, 6, 14], "uv": [77, 6], "mirror": true}, + {"origin": [10.5, 2.75, -4], "size": [8, 4, 10], "uv": [162, 95], "mirror": true} + ] + }, + { + "name": "foot_left", + "parent": "leg_left", + "pivot": [14.5, 4.75, 1.5], + "cubes": [ + {"origin": [10, -0.25, -4.5], "size": [9, 5, 11], "uv": [186, 57], "mirror": true} + ] + }, + { + "name": "foot_left2", + "parent": "foot_left", + "pivot": [14.5, -0.25, -4.5], + "cubes": [ + {"origin": [10.5, -0.25, -7.5], "size": [8, 4, 3], "uv": [155, 81], "mirror": true} + ] + }, + { + "name": "toes_left", + "parent": "foot_left2", + "pivot": [14.5, 2.75, -7.5] + }, + { + "name": "toe_inner_left", + "parent": "toes_left", + "pivot": [11.5, 2.75, -7.5], + "rotation": [0, 20, 0], + "cubes": [ + {"origin": [11.5, -0.25, -12], "size": [0, 3, 5], "uv": [0, 83], "mirror": true} + ] + }, + { + "name": "toe_middle_left", + "parent": "toes_left", + "pivot": [14.5, 2.75, -7.5], + "cubes": [ + {"origin": [14.5, -0.25, -12.5], "size": [0, 3, 5], "uv": [0, 80], "mirror": true} + ] + }, + { + "name": "toe_outer_left", + "parent": "toes_left", + "pivot": [17.5, 2.75, -7.5], + "rotation": [0, -20, 0], + "cubes": [ + {"origin": [17.5, -0.25, -12], "size": [0, 3, 5], "uv": [10, 18], "mirror": true} + ] + }, + { + "name": "leg_right", + "parent": "legs", + "pivot": [-12.5, 17.75, 1], + "cubes": [ + {"origin": [-20.5, 6.75, -6.5], "size": [12, 16, 15], "uv": [123, 98]}, + {"origin": [-20, 5.75, -6], "size": [11, 6, 14], "uv": [113, 0]}, + {"origin": [-18.5, 2.75, -4], "size": [8, 4, 10], "uv": [167, 81]} + ] + }, + { + "name": "foot_right", + "parent": "leg_right", + "pivot": [-14.5, 4.75, 1.5], + "cubes": [ + {"origin": [-19, -0.25, -4.5], "size": [9, 5, 11], "uv": [215, 52]} + ] + }, + { + "name": "foot_right2", + "parent": "foot_right", + "pivot": [-14.5, -0.25, -4.5], + "cubes": [ + {"origin": [-18.5, -0.25, -7.5], "size": [8, 4, 3], "uv": [188, 50]} + ] + }, + { + "name": "toes_right", + "parent": "foot_right2", + "pivot": [-14.5, 2.75, -7.5] + }, + { + "name": "toe_inner_right", + "parent": "toes_right", + "pivot": [-11.5, 2.75, -7.5], + "rotation": [0, -20, 0], + "cubes": [ + {"origin": [-11.5, -0.25, -12], "size": [0, 3, 5], "uv": [0, 89]} + ] + }, + { + "name": "toe_middle_right", + "parent": "toes_right", + "pivot": [-14.5, 2.75, -7.5], + "cubes": [ + {"origin": [-14.5, -0.25, -12.5], "size": [0, 3, 5], "uv": [0, 86]} + ] + }, + { + "name": "toe_outer_right", + "parent": "toes_right", + "pivot": [-17.5, 2.75, -7.5], + "rotation": [0, 20, 0], + "cubes": [ + {"origin": [-17.5, -0.25, -12], "size": [0, 3, 5], "uv": [0, 18]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ironvaliant.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ironvaliant.geo.json new file mode 100644 index 0000000..9a0dd1e --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ironvaliant.geo.json @@ -0,0 +1,777 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.gallade", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 3, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "iron_valiant", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "iron_valiant", + "pivot": [0, 20, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 16.5, 0], + "cubes": [ + {"origin": [-3, 16.5, -3], "size": [6, 3, 6], "inflate": 0.01, "uv": [8, 28]} + ] + }, + { + "name": "skirt", + "parent": "torso", + "pivot": [0, 1, 0.5] + }, + { + "name": "bone4", + "parent": "skirt", + "pivot": [-3, 18, 0.5], + "cubes": [ + {"origin": [-4, 18, -0.5], "size": [1, 1, 1], "inflate": 0.01, "uv": [26, 32], "mirror": true} + ] + }, + { + "name": "bone10", + "parent": "bone4", + "pivot": [-4, 18, 0.5], + "cubes": [ + {"origin": [-4.5, 18, -2.5], "size": [0, 4, 5], "inflate": 0.01, "pivot": [-4, 18, 0.5], "rotation": [0, 0, 25], "uv": [40, 40], "mirror": true} + ] + }, + { + "name": "bone8", + "parent": "bone10", + "pivot": [-4, 18, 0.5], + "cubes": [ + {"origin": [-4.5, 14, -3], "size": [0, 4, 6], "inflate": 0.01, "pivot": [-4, 18, 0.5], "rotation": [0, 0, 25], "uv": [26, 22], "mirror": true} + ] + }, + { + "name": "bone9", + "parent": "bone8", + "pivot": [-6, 15, 0.5], + "cubes": [ + {"origin": [-4.5, 10, -3.5], "size": [0, 4, 7], "inflate": 0.01, "pivot": [-4, 18, 0.5], "rotation": [0, 0, 25], "uv": [0, 4], "mirror": true} + ] + }, + { + "name": "bone11", + "parent": "bone9", + "pivot": [-8, 10, 0.5], + "cubes": [ + {"origin": [-4.5, 6, -3.5], "size": [0, 4, 7], "inflate": 0.01, "pivot": [-4, 18, 0.5], "rotation": [0, 0, 25], "uv": [0, 0], "mirror": true} + ] + }, + { + "name": "bone12", + "parent": "bone11", + "pivot": [-10, 7, 0.5], + "cubes": [ + {"origin": [-4.5, 3, -3], "size": [0, 3, 6], "inflate": 0.01, "pivot": [-4, 18, 0.5], "rotation": [0, 0, 25], "uv": [12, 31], "mirror": true} + ] + }, + { + "name": "bone13", + "parent": "bone12", + "pivot": [-11, 5, 0.5], + "cubes": [ + {"origin": [-4.5, -1, -2.5], "size": [0, 4, 5], "inflate": 0.01, "pivot": [-4, 18, 0.5], "rotation": [0, 0, 25], "uv": [40, 36], "mirror": true} + ] + }, + { + "name": "bone3", + "parent": "skirt", + "pivot": [0, 1, 0.5], + "cubes": [ + {"origin": [3, 18, -0.5], "size": [1, 1, 1], "inflate": 0.01, "uv": [26, 32]} + ] + }, + { + "name": "bone5", + "parent": "bone3", + "pivot": [4, 18, 0.5], + "cubes": [ + {"origin": [4.5, 18, -2.5], "size": [0, 4, 5], "inflate": 0.01, "pivot": [4, 18, 0.5], "rotation": [0, 0, -25], "uv": [40, 40]} + ] + }, + { + "name": "bone6", + "parent": "bone5", + "pivot": [4, 18, 0.5], + "cubes": [ + {"origin": [4.5, 14, -3], "size": [0, 4, 6], "inflate": 0.01, "pivot": [4, 18, 0.5], "rotation": [0, 0, -25], "uv": [26, 22]} + ] + }, + { + "name": "bone7", + "parent": "bone6", + "pivot": [6, 15, 0.5], + "cubes": [ + {"origin": [4.5, 10, -3.5], "size": [0, 4, 7], "inflate": 0.01, "pivot": [4, 18, 0.5], "rotation": [0, 0, -25], "uv": [0, 4]} + ] + }, + { + "name": "bone14", + "parent": "bone7", + "pivot": [8, 10, 0.5], + "cubes": [ + {"origin": [4.5, 6, -3.5], "size": [0, 4, 7], "inflate": 0.01, "pivot": [4, 18, 0.5], "rotation": [0, 0, -25], "uv": [0, 0]} + ] + }, + { + "name": "bone15", + "parent": "bone14", + "pivot": [10, 7, 0.5], + "cubes": [ + {"origin": [4.5, 3, -3], "size": [0, 3, 6], "inflate": 0.01, "pivot": [4, 18, 0.5], "rotation": [0, 0, -25], "uv": [12, 31]} + ] + }, + { + "name": "bone16", + "parent": "bone15", + "pivot": [11, 5, 0.5], + "cubes": [ + {"origin": [4.5, -1, -2.5], "size": [0, 4, 5], "inflate": 0.01, "pivot": [4, 18, 0.5], "rotation": [0, 0, -25], "uv": [40, 36]} + ] + }, + { + "name": "bone17", + "parent": "skirt", + "pivot": [0, 1, 1.5], + "rotation": [0, -45, 0], + "cubes": [ + {"origin": [2, 18, 0.5], "size": [2, 1, 1], "inflate": 0.01, "uv": [17, 4]} + ] + }, + { + "name": "bone18", + "parent": "bone17", + "pivot": [4, 18, 1.5], + "cubes": [ + {"origin": [4.5, 18, -1.5], "size": [0, 4, 5], "inflate": 0.01, "pivot": [4, 18, 1.5], "rotation": [0, 0, -25], "uv": [40, 40]} + ] + }, + { + "name": "bone19", + "parent": "bone18", + "pivot": [4, 18, 1.5], + "cubes": [ + {"origin": [4.5, 14, -2], "size": [0, 4, 6], "inflate": 0.01, "pivot": [4, 18, 1.5], "rotation": [0, 0, -25], "uv": [26, 22]} + ] + }, + { + "name": "bone20", + "parent": "bone19", + "pivot": [6, 15, 1.5], + "cubes": [ + {"origin": [4.5, 10, -2.5], "size": [0, 4, 7], "inflate": 0.01, "pivot": [4, 18, 1.5], "rotation": [0, 0, -25], "uv": [0, 4]} + ] + }, + { + "name": "bone21", + "parent": "bone20", + "pivot": [8, 10, 1.5], + "cubes": [ + {"origin": [4.5, 6, -2.5], "size": [0, 4, 7], "inflate": 0.01, "pivot": [4, 18, 1.5], "rotation": [0, 0, -25], "uv": [0, 0]} + ] + }, + { + "name": "bone22", + "parent": "bone21", + "pivot": [10, 7, 1.5], + "cubes": [ + {"origin": [4.5, 3, -2], "size": [0, 3, 6], "inflate": 0.01, "pivot": [4, 18, 1.5], "rotation": [0, 0, -25], "uv": [12, 31]} + ] + }, + { + "name": "bone23", + "parent": "bone22", + "pivot": [11, 5, 1.5], + "cubes": [ + {"origin": [4.5, -1, -1.5], "size": [0, 4, 5], "inflate": 0.01, "pivot": [4, 18, 1.5], "rotation": [0, 0, -25], "uv": [40, 36]} + ] + }, + { + "name": "bone24", + "parent": "skirt", + "pivot": [0, 1, 1.5], + "rotation": [0, 45, 0], + "cubes": [ + {"origin": [-4, 18, 0.5], "size": [2, 1, 1], "inflate": 0.01, "uv": [17, 4], "mirror": true} + ] + }, + { + "name": "bone25", + "parent": "bone24", + "pivot": [-4, 18, 1.5], + "cubes": [ + {"origin": [-4.5, 18, -1.5], "size": [0, 4, 5], "inflate": 0.01, "pivot": [-4, 18, 1.5], "rotation": [0, 0, 25], "uv": [40, 40], "mirror": true} + ] + }, + { + "name": "bone26", + "parent": "bone25", + "pivot": [-4, 18, 1.5], + "cubes": [ + {"origin": [-4.5, 14, -2], "size": [0, 4, 6], "inflate": 0.01, "pivot": [-4, 18, 1.5], "rotation": [0, 0, 25], "uv": [26, 22], "mirror": true} + ] + }, + { + "name": "bone27", + "parent": "bone26", + "pivot": [-6, 15, 1.5], + "cubes": [ + {"origin": [-4.5, 10, -2.5], "size": [0, 4, 7], "inflate": 0.01, "pivot": [-4, 18, 1.5], "rotation": [0, 0, 25], "uv": [0, 4], "mirror": true} + ] + }, + { + "name": "bone28", + "parent": "bone27", + "pivot": [-8, 10, 1.5], + "cubes": [ + {"origin": [-4.5, 6, -2.5], "size": [0, 4, 7], "inflate": 0.01, "pivot": [-4, 18, 1.5], "rotation": [0, 0, 25], "uv": [0, 0], "mirror": true} + ] + }, + { + "name": "bone29", + "parent": "bone28", + "pivot": [-10, 7, 1.5], + "cubes": [ + {"origin": [-4.5, 3, -2], "size": [0, 3, 6], "inflate": 0.01, "pivot": [-4, 18, 1.5], "rotation": [0, 0, 25], "uv": [12, 31], "mirror": true} + ] + }, + { + "name": "bone30", + "parent": "bone29", + "pivot": [-11, 5, 1.5], + "cubes": [ + {"origin": [-4.5, -1, -1.5], "size": [0, 4, 5], "inflate": 0.01, "pivot": [-4, 18, 1.5], "rotation": [0, 0, 25], "uv": [40, 36], "mirror": true} + ] + }, + { + "name": "bone31", + "parent": "skirt", + "pivot": [0, 1, 1.5], + "rotation": [0, 90, 0], + "cubes": [ + {"origin": [-4, 18, 1], "size": [2, 1, 1], "inflate": 0.01, "uv": [17, 4], "mirror": true} + ] + }, + { + "name": "bone32", + "parent": "bone31", + "pivot": [-4, 18, 1.5], + "cubes": [ + {"origin": [-4.5, 18, -1], "size": [0, 4, 5], "inflate": 0.01, "pivot": [-4, 18, 1.5], "rotation": [0, 0, 25], "uv": [56, 53], "mirror": true} + ] + }, + { + "name": "bone33", + "parent": "bone32", + "pivot": [-4, 18, 1.5], + "cubes": [ + {"origin": [-4.5, 14, -1.5], "size": [0, 4, 6], "inflate": 0.01, "pivot": [-4, 18, 1.5], "rotation": [0, 0, 25], "uv": [57, 56], "mirror": true} + ] + }, + { + "name": "bone34", + "parent": "bone33", + "pivot": [-6, 15, 1.5], + "cubes": [ + {"origin": [-4.5, 10, -2], "size": [0, 4, 7], "inflate": 0.01, "pivot": [-4, 18, 1.5], "rotation": [0, 0, 25], "uv": [7, 56], "mirror": true} + ] + }, + { + "name": "bone35", + "parent": "bone34", + "pivot": [-8, 10, 1.5], + "cubes": [ + {"origin": [-4.5, 6, -2], "size": [0, 4, 7], "inflate": 0.01, "pivot": [-4, 18, 1.5], "rotation": [0, 0, 25], "uv": [21, 55], "mirror": true} + ] + }, + { + "name": "bone36", + "parent": "bone35", + "pivot": [-10, 7, 1.5], + "cubes": [ + {"origin": [-4.5, 3, -1.5], "size": [0, 3, 6], "inflate": 0.01, "pivot": [-4, 18, 1.5], "rotation": [0, 0, 25], "uv": [35, 56], "mirror": true} + ] + }, + { + "name": "bone37", + "parent": "bone36", + "pivot": [-11, 5, 1.5], + "cubes": [ + {"origin": [-4.5, -1, -1], "size": [0, 4, 5], "inflate": 0.01, "pivot": [-4, 18, 1.5], "rotation": [0, 0, 25], "uv": [47, 57], "mirror": true} + ] + }, + { + "name": "waist", + "parent": "torso", + "pivot": [0, 19.5, 0], + "cubes": [ + {"origin": [-0.5, 19, -0.5], "size": [1, 1, 1], "uv": [0, 39]}, + {"origin": [-0.5, 21.5, -0.5], "size": [1, 1, 1], "uv": [0, 39]}, + {"origin": [-1, 20, -1], "size": [2, 2, 2], "uv": [56, 53]}, + {"origin": [-1.5, 22.5, -1.5], "size": [3, 4, 3], "uv": [45, 34]}, + {"origin": [-1.5, 23.5, -1.5], "size": [3, 4, 3], "inflate": 0.051, "uv": [0, 0]}, + {"origin": [-1.5, 23, -1.5], "size": [3, 4, 3], "inflate": 0.05, "uv": [0, 0]}, + {"origin": [-1, 23.65, -8], "size": [2, 3, 3], "inflate": 0.05, "pivot": [0.5, -1, 0], "rotation": [-10, 0, 0], "uv": [54, 38]}, + {"origin": [-0.5, 24.15, -8.01], "size": [1, 2, 3], "inflate": 0.05, "pivot": [0.5, -1, 0], "rotation": [-10, 0, 0], "uv": [26, 55]} + ] + }, + { + "name": "chest", + "parent": "waist", + "pivot": [0, 21.5, 0] + }, + { + "name": "chest_spike", + "parent": "chest", + "pivot": [0, 25.2, -1.5] + }, + { + "name": "arms", + "parent": "chest", + "pivot": [0, 27.5, 0] + }, + { + "name": "arm_left", + "parent": "arms", + "pivot": [1.5, 27.5, 0], + "cubes": [ + {"origin": [1.5, 26.5, -0.5], "size": [9, 1, 1], "uv": [40, 32]} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [10, 27, -0.5], + "rotation": [0, 90, 0], + "cubes": [ + {"origin": [6, 1.8, 26.4], "size": [8, 1, 0], "inflate": 0.011, "pivot": [12, 2.3, 0.4], "rotation": [90, 0, 0], "uv": [57, 0], "mirror": true}, + {"origin": [8, 25.3, -1], "size": [6, 3, 3], "inflate": 0.01, "uv": [41, 0], "mirror": true}, + {"origin": [3, 0.7, 23.4], "size": [6, 3, 3], "pivot": [12, 2.3, 0.4], "rotation": [90, 0, 0], "uv": [59, 4], "mirror": true}, + {"origin": [14, 25.8, -0.5], "size": [4, 2, 2], "inflate": 0.01, "uv": [8, 55]} + ] + }, + { + "name": "bone39", + "parent": "arm_left2", + "pivot": [12, 28.3, 0.4], + "cubes": [ + {"origin": [-4, 27.3, 0.5], "size": [24, 9, 0], "inflate": 0.01, "uv": [0, 93], "mirror": true} + ] + }, + { + "name": "bone38", + "parent": "arm_left2", + "pivot": [18, 26.3, 0.4], + "cubes": [ + {"origin": [18, -21.2, -22], "size": [1, 1, 15], "inflate": 0.01, "pivot": [12, 2.3, -1.6], "rotation": [180, 0, 0], "uv": [0, 0], "mirror": true}, + {"origin": [18.5, 24.8, -32], "size": [0, 9, 24], "inflate": 0.01, "uv": [0, 69]}, + {"origin": [18.5, -21.2, -43], "size": [0, 9, 24], "inflate": 0.01, "pivot": [12, 2.3, -1.6], "rotation": [180, 0, 0], "uv": [0, 69]}, + {"origin": [18, 24.8, -11], "size": [1, 1, 15], "inflate": 0.02, "uv": [0, 0]} + ] + }, + { + "name": "hand_left", + "parent": "arm_left2", + "pivot": [18, 27.8, 0.5] + }, + { + "name": "finger_front_left", + "parent": "hand_left", + "pivot": [18, 25.8, -0.5], + "cubes": [ + {"origin": [18, 25.8, -0.5], "size": [2, 2, 0], "uv": [45, 7]} + ] + }, + { + "name": "finger_center_left", + "parent": "hand_left", + "pivot": [18, 25.8, 0.5], + "cubes": [ + {"origin": [17.5, 25.8, 0.5], "size": [4, 2, 0], "uv": [35, 0]} + ] + }, + { + "name": "finger_back_left", + "parent": "hand_left", + "pivot": [18, 25.8, 1.5], + "cubes": [ + {"origin": [18, 25.8, 1.5], "size": [2, 2, 0], "uv": [42, 22]} + ] + }, + { + "name": "arm_right", + "parent": "arms", + "pivot": [-1.5, 27.5, 0], + "cubes": [ + {"origin": [-10.5, 26.5, -0.5], "size": [9, 1, 1], "uv": [17, 12]} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-10, 27, -0.5], + "rotation": [0, -90, 0], + "cubes": [ + {"origin": [-18, 25.8, -0.5], "size": [4, 2, 2], "inflate": 0.01, "uv": [52, 14]}, + {"origin": [-9, 0.7, 23.4], "size": [6, 3, 3], "pivot": [-12, 2.3, 0.4], "rotation": [90, 0, 0], "uv": [59, 4]}, + {"origin": [-14, 25.3, -1], "size": [6, 3, 3], "inflate": 0.01, "uv": [41, 0]}, + {"origin": [-14, 1.8, 26.4], "size": [8, 1, 0], "inflate": 0.011, "pivot": [-12, 2.3, 0.4], "rotation": [90, 0, 0], "uv": [57, 0]} + ] + }, + { + "name": "hand_right", + "parent": "arm_right2", + "pivot": [-18, 27.8, 0.5] + }, + { + "name": "finger_front_right", + "parent": "hand_right", + "pivot": [-18, 25.8, -0.5], + "cubes": [ + {"origin": [-20, 25.8, -0.5], "size": [2, 2, 0], "uv": [25, 41]} + ] + }, + { + "name": "finger_center_right", + "parent": "hand_right", + "pivot": [-18, 25.8, 0.5], + "cubes": [ + {"origin": [-21.5, 25.8, 0.5], "size": [4, 2, 0], "uv": [32, 14]} + ] + }, + { + "name": "finger_back_right", + "parent": "hand_right", + "pivot": [-18, 25.8, 1.5], + "cubes": [ + {"origin": [-20, 25.8, 1.5], "size": [2, 2, 0], "uv": [41, 9]} + ] + }, + { + "name": "bone40", + "parent": "arm_right2", + "pivot": [-12, 28.3, 0.4], + "cubes": [ + {"origin": [-20, 27.3, 0.5], "size": [24, 9, 0], "inflate": 0.01, "uv": [0, 93]} + ] + }, + { + "name": "neck", + "parent": "chest", + "pivot": [0, 27.5, 0], + "cubes": [ + {"origin": [-0.5, 26.75, -0.5], "size": [1, 3, 1], "uv": [14, 21]} + ] + }, + { + "name": "Head", + "parent": "neck", + "pivot": [0, 28.5, 0], + "cubes": [ + {"origin": [-1.8, 28.5, -2.7], "size": [6, 6, 6], "pivot": [0, 28.5, 1.5], "rotation": [0, 45, 0], "uv": [18, 16]} + ] + }, + { + "name": "mouth_open", + "parent": "Head", + "pivot": [0, 28.6, 1.6], + "cubes": [ + {"origin": [3.2, 28.6, -2.6], "size": [1, 1, 1], "inflate": 0.01, "pivot": [0, 28.6, 1.6], "rotation": [0, 45, 0], "uv": [41, 7]} + ] + }, + { + "name": "hair", + "parent": "Head", + "pivot": [0, 32.25, -0.7], + "rotation": [7.5, 0, 0], + "cubes": [ + {"origin": [-1.8, 29.25, -3.4], "size": [6, 6, 6], "pivot": [0, 29.25, 0.8], "rotation": [0, 45, 0], "uv": [17, 0]} + ] + }, + { + "name": "bone", + "parent": "hair", + "pivot": [-1, 29.25, -0.2], + "rotation": [-7.42442, 0.86717, 9.96271], + "cubes": [ + {"origin": [-0.8, 30.25, 1.6], "size": [3, 3, 3], "pivot": [-1, 29.25, -0.2], "rotation": [-33.057, 40.12609, -11.87773], "uv": [49, 19]}, + {"origin": [-1.3, 29.75, 4.6], "size": [4, 4, 5], "pivot": [-1, 29.25, -0.2], "rotation": [-33.057, 40.12609, -11.87773], "uv": [27, 32]} + ] + }, + { + "name": "bone2", + "parent": "hair", + "pivot": [1, 29.25, -0.2], + "rotation": [-7.42442, -0.86717, -9.96271], + "cubes": [ + {"origin": [-2.2, 30.25, 1.6], "size": [3, 3, 3], "pivot": [1, 29.25, -0.2], "rotation": [-33.057, -40.12609, 11.87773], "uv": [49, 19], "mirror": true}, + {"origin": [-2.7, 29.75, 4.6], "size": [4, 4, 5], "pivot": [1, 29.25, -0.2], "rotation": [-33.057, -40.12609, 11.87773], "uv": [27, 32], "mirror": true} + ] + }, + { + "name": "eyes", + "parent": "Head", + "pivot": [0, 31.5, 3.5] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [2.75, 31.25, -1.7], + "rotation": [0, -45, 0] + }, + { + "name": "eye_left_rotation", + "parent": "eye_left", + "pivot": [2.5, 31.25, -1.7], + "rotation": [0, 0, -5], + "cubes": [ + {"origin": [0.75, 29.5, -1.71], "size": [3, 3, 0], "uv": [35, 2]}, + {"origin": [1, 30, -1.72], "size": [2, 3, 0], "uv": [0, 36]} + ] + }, + { + "name": "pupil_left", + "parent": "eye_left_rotation", + "pivot": [2, 31.5, -1.73], + "cubes": [ + {"origin": [1.5, 30.5, -1.73], "size": [1, 2, 0], "uv": [12, 3]} + ] + }, + { + "name": "eye_shine_left", + "parent": "eye_left_rotation", + "pivot": [1.5, 32, -1.74] + }, + { + "name": "eyelid_left", + "parent": "eye_left_rotation", + "pivot": [2.25, 31, -1.1], + "cubes": [ + {"origin": [0.75, 29.5, -1.64], "size": [3, 3, 1], "inflate": 0.01, "uv": [57, 34]} + ] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-2.75, 31.25, -1.7], + "rotation": [0, 45, 0] + }, + { + "name": "eye_right_rotation", + "parent": "eye_right", + "pivot": [-2.5, 31.25, -1.7], + "rotation": [0, 0, 5], + "cubes": [ + {"origin": [-3.75, 29.5, -1.71], "size": [3, 3, 0], "uv": [9, 0]} + ] + }, + { + "name": "bone41", + "parent": "eye_right_rotation", + "pivot": [-3, 31.75, -1.7], + "cubes": [ + {"origin": [-3, 30, -1.72], "size": [2, 3, 0], "uv": [14, 25]} + ] + }, + { + "name": "pupil_right", + "parent": "bone41", + "pivot": [-2, 31.5, -1.73], + "cubes": [ + {"origin": [-2.5, 30.5, -1.73], "size": [1, 2, 0], "uv": [0, 0]} + ] + }, + { + "name": "eye_shine_right", + "parent": "eye_right_rotation", + "pivot": [-1.5, 32, -1.74] + }, + { + "name": "eyelid_right", + "parent": "eye_right_rotation", + "pivot": [-2.25, 31, -1.1], + "cubes": [ + {"origin": [-3.75, 29.5, -1.64], "size": [3, 3, 1], "inflate": 0.01, "uv": [57, 25]} + ] + }, + { + "name": "hair_blade", + "parent": "Head", + "pivot": [0, 35.15, -1.15], + "cubes": [ + {"origin": [0, 29.65, -1.15], "size": [0, 12, 7], "uv": [0, 14]}, + {"origin": [0, 30.55, -3.35], "size": [0, 6, 3], "inflate": 0.01, "pivot": [0, 34.4, -5.5], "rotation": [7.5, 0, 0], "uv": [20, 52]} + ] + }, + { + "name": "head_side_left", + "parent": "Head", + "pivot": [3.5, 29.2, -1], + "rotation": [7.5, 47.5, 0], + "cubes": [ + {"origin": [3.47, 29.15, -0.95], "size": [0, 3, 4], "uv": [40, 30]}, + {"origin": [3.45, 29.4, -0.2], "size": [0, 1, 2], "pivot": [3.45, 29.15, -0.95], "rotation": [-10, 0, 0], "uv": [17, 19]} + ] + }, + { + "name": "head_side_right", + "parent": "Head", + "pivot": [-3.5, 29.2, -1], + "rotation": [7.5, -47.5, 0], + "cubes": [ + {"origin": [-3.47, 29.15, -0.95], "size": [0, 3, 4], "uv": [0, 29]}, + {"origin": [-3.45, 29.4, -0.2], "size": [0, 1, 2], "pivot": [-3.45, 29.15, -0.95], "rotation": [-10, 0, 0], "uv": [17, 12]} + ] + }, + { + "name": "hair_back", + "parent": "Head", + "pivot": [0, 34.5, -0.5] + }, + { + "name": "hair_back_left", + "parent": "hair_back", + "pivot": [4.3, 33.6, 3.35], + "rotation": [2.5, 10, -2.5], + "cubes": [ + {"origin": [1.55956, 32.63849, -0.53158], "size": [3, 3, 3], "uv": [36, 50]} + ] + }, + { + "name": "hair_back_left2", + "parent": "hair_back_left", + "pivot": [4.3, 33.6, 3.35], + "rotation": [25, 0, 0], + "cubes": [ + {"origin": [1.55956, 31.82007, 0.41252], "size": [3, 4, 3], "inflate": 0.01, "uv": [12, 48]} + ] + }, + { + "name": "hair_back_left3", + "parent": "hair_back_left2", + "pivot": [2.8, 29.6, 2.85], + "rotation": [-45, 0, 0], + "cubes": [ + {"origin": [1.55956, 27.21404, -1.67562], "size": [3, 4, 3], "uv": [48, 7]} + ] + }, + { + "name": "hair_back_left4", + "parent": "hair_back_left3", + "pivot": [2.8, 25.6, 2.35], + "rotation": [-52.5, 0, 0], + "cubes": [ + {"origin": [2.05956, 22.37221, -1.85924], "size": [2, 3, 2], "inflate": 0.01, "uv": [56, 44]} + ] + }, + { + "name": "hair_back_right", + "parent": "hair_back", + "pivot": [-4.3, 33.6, 3.35], + "rotation": [2.5, -10, 2.5], + "cubes": [ + {"origin": [-4.55956, 32.63849, -0.53158], "size": [3, 3, 3], "uv": [24, 49]} + ] + }, + { + "name": "hair_back_right2", + "parent": "hair_back_right", + "pivot": [-4.3, 33.6, 3.35], + "rotation": [25, 0, 0], + "cubes": [ + {"origin": [-4.55956, 31.82007, 0.41252], "size": [3, 4, 3], "inflate": 0.01, "uv": [47, 46]} + ] + }, + { + "name": "hair_back_right3", + "parent": "hair_back_right2", + "pivot": [-2.8, 29.6, 2.85], + "rotation": [-45, 0, 0], + "cubes": [ + {"origin": [-4.55956, 27.21404, -1.67562], "size": [3, 4, 3], "uv": [0, 47]} + ] + }, + { + "name": "hair_back_right4", + "parent": "hair_back_right3", + "pivot": [-2.8, 25.6, 2.35], + "rotation": [-52.5, 0, 0], + "cubes": [ + {"origin": [-4.05956, 22.37221, -1.85924], "size": [2, 3, 2], "inflate": 0.01, "uv": [34, 56]} + ] + }, + { + "name": "legs", + "parent": "body", + "pivot": [0, 16.5, 0] + }, + { + "name": "leg_right", + "parent": "legs", + "pivot": [-2, 16.5, 0], + "cubes": [ + {"origin": [-3, 9.5, -1], "size": [2, 7, 2], "uv": [0, 54]} + ] + }, + { + "name": "leg_right2", + "parent": "leg_right", + "pivot": [-2, 10, -1], + "cubes": [ + {"origin": [-3, 8, -2], "size": [2, 3, 1], "uv": [17, 0]}, + {"origin": [-3.5, 5, -1.5], "size": [3, 5, 3], "uv": [28, 41]} + ] + }, + { + "name": "foot_right", + "parent": "leg_right2", + "pivot": [-2, 5, 0], + "cubes": [ + {"origin": [-4, 0, -2], "size": [4, 6, 4], "uv": [0, 37]} + ] + }, + { + "name": "leg_left", + "parent": "legs", + "pivot": [2, 16.5, 0], + "cubes": [ + {"origin": [1, 9.5, -1], "size": [2, 7, 2], "uv": [48, 53]} + ] + }, + { + "name": "leg_left2", + "parent": "leg_left", + "pivot": [2, 10, -1], + "cubes": [ + {"origin": [0.5, 5, -1.5], "size": [3, 5, 3], "uv": [16, 40]}, + {"origin": [1, 8, -2], "size": [2, 3, 1], "uv": [17, 0], "mirror": true} + ] + }, + { + "name": "foot_left", + "parent": "leg_left2", + "pivot": [2, 5, 0], + "cubes": [ + {"origin": [0, 0, -2], "size": [4, 6, 4], "uv": [36, 12]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/jumpluff/jumpluff.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/jumpluff/jumpluff.geo.json new file mode 100644 index 0000000..caf2421 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/jumpluff/jumpluff.geo.json @@ -0,0 +1,218 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.jumpluff", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "jumpluff", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "jumpluff", + "pivot": [0, 7, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 2, -3.5], + "cubes": [ + {"origin": [-5.5, 0.92225, -5.4592], "size": [11, 11, 11], "uv": [0, 0]} + ] + }, + { + "name": "arm_left", + "parent": "torso", + "pivot": [5.5, 6.42225, -0.9592], + "cubes": [ + {"origin": [5, 5.92225, -0.9592], "size": [3, 1, 0], "uv": [0, 8]} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [7.5, 6.42225, -0.9592], + "cubes": [ + {"origin": [7.5, 3.42225, -3.4592], "size": [6, 6, 6], "uv": [26, 34]}, + {"origin": [7.5, 6.42225, -3.4592], "size": [6, 3, 0], "pivot": [11, 6.42225, -3.4592], "rotation": [7.5, 0, 0], "uv": [56, 28]}, + {"origin": [7.5, 3.42225, -3.4592], "size": [6, 3, 0], "pivot": [11, 6.42225, -3.4592], "rotation": [-7.5, 0, 0], "uv": [22, 56]}, + {"origin": [7.5, 3.42225, 2.5408], "size": [6, 3, 0], "pivot": [11, 6.42225, 2.5408], "rotation": [7.5, 0, 0], "uv": [56, 17]}, + {"origin": [7.5, 6.42225, 2.5408], "size": [6, 3, 0], "pivot": [11, 6.42225, 2.5408], "rotation": [-7.5, 0, 0], "uv": [56, 20]}, + {"origin": [7.5, 3.42225, -3.4592], "size": [0, 3, 6], "pivot": [7.5, 6.42225, -0.9592], "rotation": [0, 0, 7.5], "uv": [48, 47]}, + {"origin": [7.5, 6.42225, -3.4592], "size": [0, 3, 6], "pivot": [7.5, 6.42225, -0.9592], "rotation": [0, 0, -7.5], "uv": [36, 47]}, + {"origin": [13.5, 6.42225, -3.4592], "size": [0, 3, 6], "pivot": [13.5, 6.42225, -0.9592], "rotation": [0, 0, 7.5], "uv": [12, 47]}, + {"origin": [13.5, 3.42225, -3.4592], "size": [0, 3, 6], "pivot": [13.5, 6.42225, -0.9592], "rotation": [0, 0, -7.5], "uv": [24, 47]}, + {"origin": [7.5, 9.42225, -3.4592], "size": [3, 0, 6], "pivot": [10.5, 9.42225, -0.9592], "rotation": [0, 0, 7.5], "uv": [44, 18]}, + {"origin": [10.5, 9.42225, -3.4592], "size": [3, 0, 6], "pivot": [10.5, 9.42225, -0.9592], "rotation": [0, 0, -7.5], "uv": [44, 12]}, + {"origin": [10.5, 3.42225, -3.4592], "size": [3, 0, 6], "pivot": [10.5, 3.42225, -0.9592], "rotation": [0, 0, 7.5], "uv": [38, 34]}, + {"origin": [7.5, 3.42225, -3.4592], "size": [3, 0, 6], "pivot": [10.5, 3.42225, -0.9592], "rotation": [0, 0, -7.5], "uv": [43, 0]} + ] + }, + { + "name": "arm_right", + "parent": "torso", + "pivot": [-5.5, 6.42225, -0.9592], + "cubes": [ + {"origin": [-8, 5.92225, -0.9592], "size": [3, 1, 0], "uv": [0, 7]} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-7.5, 6.42225, -0.9592], + "cubes": [ + {"origin": [-13.5, 3.42225, -3.4592], "size": [6, 6, 6], "uv": [32, 22]}, + {"origin": [-13.5, 6.42225, -3.4592], "size": [6, 3, 0], "pivot": [-11, 6.42225, -3.4592], "rotation": [7.5, 0, 0], "uv": [56, 14]}, + {"origin": [-13.5, 3.42225, -3.4592], "size": [6, 3, 0], "pivot": [-11, 6.42225, -3.4592], "rotation": [-7.5, 0, 0], "uv": [10, 56]}, + {"origin": [-13.5, 3.42225, 2.5408], "size": [6, 3, 0], "pivot": [-11, 6.42225, 2.5408], "rotation": [7.5, 0, 0], "uv": [55, 4]}, + {"origin": [-13.5, 6.42225, 2.5408], "size": [6, 3, 0], "pivot": [-11, 6.42225, 2.5408], "rotation": [-7.5, 0, 0], "uv": [50, 42]}, + {"origin": [-7.5, 3.42225, -3.4592], "size": [0, 3, 6], "pivot": [-7.5, 6.42225, -0.9592], "rotation": [0, 0, -7.5], "uv": [0, 47]}, + {"origin": [-7.5, 6.42225, -3.4592], "size": [0, 3, 6], "pivot": [-7.5, 6.42225, -0.9592], "rotation": [0, 0, 7.5], "uv": [24, 44]}, + {"origin": [-13.5, 6.42225, -3.4592], "size": [0, 3, 6], "pivot": [-13.5, 6.42225, -0.9592], "rotation": [0, 0, -7.5], "uv": [12, 44]}, + {"origin": [-13.5, 3.42225, -3.4592], "size": [0, 3, 6], "pivot": [-13.5, 6.42225, -0.9592], "rotation": [0, 0, 7.5], "uv": [0, 44]}, + {"origin": [-10.5, 9.42225, -3.4592], "size": [3, 0, 6], "pivot": [-10.5, 9.42225, -0.9592], "rotation": [0, 0, -7.5], "uv": [14, 38]}, + {"origin": [-13.5, 9.42225, -3.4592], "size": [3, 0, 6], "pivot": [-10.5, 9.42225, -0.9592], "rotation": [0, 0, 7.5], "uv": [38, 12]}, + {"origin": [-10.5, 3.42225, -3.4592], "size": [3, 0, 6], "pivot": [-10.5, 3.42225, -0.9592], "rotation": [0, 0, 7.5], "uv": [43, 0], "mirror": true}, + {"origin": [-13.5, 3.42225, -3.4592], "size": [3, 0, 6], "pivot": [-10.5, 3.42225, -0.9592], "rotation": [0, 0, -7.5], "uv": [38, 34], "mirror": true} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 1.27225, 5.5408], + "cubes": [ + {"origin": [-1.5, 1.27225, 4.5408], "size": [3, 3, 5], "uv": [45, 45]} + ] + }, + { + "name": "cotton_top", + "parent": "torso", + "pivot": [0, 11.92225, 0.0408], + "cubes": [ + {"origin": [-0.5, 10.92225, 0.0408], "size": [1, 3, 0], "uv": [4, 22]} + ] + }, + { + "name": "cottonleaf_top", + "parent": "cotton_top", + "pivot": [0, 11.92225, 0.0408], + "cubes": [ + {"origin": [-1, 11.92225, 0.0408], "size": [2, 2, 0], "pivot": [0, 11.92225, 0.0408], "rotation": [75, 0, 0], "uv": [6, 0]} + ] + }, + { + "name": "cottonleaf_top3", + "parent": "cotton_top", + "pivot": [0, 11.92225, 0.0408], + "cubes": [ + {"origin": [-1, 11.92225, 0.0408], "size": [2, 2, 0], "pivot": [0, 11.92225, 0.0408], "rotation": [-77.5, 45, 0], "uv": [6, 4]} + ] + }, + { + "name": "cottonleaf_top2", + "parent": "cotton_top", + "pivot": [0, 11.92225, 0.0408], + "cubes": [ + {"origin": [-1, 11.92225, 0.0408], "size": [2, 2, 0], "pivot": [0, 11.92225, 0.0408], "rotation": [-77.5, -45, 0], "uv": [6, 2]} + ] + }, + { + "name": "cotton_top2", + "parent": "cotton_top", + "pivot": [0, 13.92225, 0.0408], + "cubes": [ + {"origin": [-4, 13.92225, -3.9592], "size": [0, 4, 8], "pivot": [-4, 17.92225, 0.0408], "rotation": [0, 0, 7.5], "uv": [0, 34]}, + {"origin": [-4, 17.92225, -3.9592], "size": [0, 4, 8], "pivot": [-4, 17.92225, 0.0408], "rotation": [0, 0, -7.5], "uv": [0, 38]}, + {"origin": [4, 13.92225, -3.9592], "size": [0, 4, 8], "pivot": [4, 17.92225, 0.0408], "rotation": [0, 0, -7.5], "uv": [16, 38]}, + {"origin": [-4, 13.92225, -3.9592], "size": [8, 4, 0], "pivot": [0, 17.92225, -3.9592], "rotation": [-7.5, 0, 0], "uv": [50, 38]}, + {"origin": [-4, 17.92225, -3.9592], "size": [8, 4, 0], "pivot": [0, 17.92225, -3.9592], "rotation": [7.5, 0, 0], "uv": [55, 0]}, + {"origin": [4, 17.92225, -3.9592], "size": [0, 4, 8], "pivot": [4, 17.92225, 0.0408], "rotation": [0, 0, 7.5], "uv": [32, 38]}, + {"origin": [-4, 13.92225, -3.9592], "size": [8, 8, 8], "uv": [0, 22]}, + {"origin": [-4, 21.92225, 0.0408], "size": [8, 0, 4], "pivot": [0, 21.92225, 0.0408], "rotation": [7.5, 0, 0], "uv": [40, 8]}, + {"origin": [-4, 21.92225, -3.9592], "size": [8, 0, 4], "pivot": [0, 21.92225, 0.0408], "rotation": [-7.5, 0, 0], "uv": [0, 38]}, + {"origin": [-4, 13.92225, 0.0408], "size": [8, 0, 4], "pivot": [0, 13.92225, 0.0408], "rotation": [-7.5, 0, 0], "uv": [29, 0]}, + {"origin": [-4, 13.92225, -3.9592], "size": [8, 0, 4], "pivot": [0, 13.92225, 0.0408], "rotation": [7.5, 0, 0], "uv": [29, 4]}, + {"origin": [-4, 17.92225, 4.0408], "size": [8, 4, 0], "pivot": [0, 17.92225, 4.0408], "rotation": [-7.5, 0, 0], "uv": [50, 34]}, + {"origin": [-4, 13.92225, 4.0408], "size": [8, 4, 0], "pivot": [0, 17.92225, 4.0408], "rotation": [7.5, 0, 0], "uv": [50, 24]} + ] + }, + { + "name": "mouth", + "parent": "torso", + "pivot": [4.5, -1.07775, -4.4592], + "cubes": [ + {"origin": [-2, 5.67225, -5.4592], "size": [4, 1, 0], "inflate": 0.004, "uv": [0, 6]}, + {"origin": [-1.5, 5.42225, -5.4592], "size": [3, 1, 0], "inflate": 0.003, "uv": [0, 9]}, + {"origin": [-0.5, 5.92225, -5.4592], "size": [1, 1, 0], "inflate": 0.005, "uv": [8, 6]} + ] + }, + { + "name": "mouth_open", + "parent": "mouth", + "pivot": [4.5, -1.07775, -3.4592], + "cubes": [ + {"origin": [-1, 3.92225, -4.4592], "size": [2, 2, 0], "inflate": 0.002, "uv": [6, 7]} + ] + }, + { + "name": "eye_right", + "parent": "torso", + "pivot": [4.75, -1.07775, -4.4592], + "cubes": [ + {"origin": [-2.75, 8.17225, -5.4592], "size": [1, 1, 0], "inflate": 0.006, "uv": [0, 10]}, + {"origin": [-3.5, 7.17225, -5.4592], "size": [2, 2, 0], "inflate": 0.003, "uv": [6, 9]} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [2.5, 8.17225, -4.3592], + "cubes": [ + {"origin": [-3.5, 7.17225, -5.3592], "size": [2, 2, 0], "inflate": 0.003, "uv": [34, 56]} + ] + }, + { + "name": "eye_left", + "parent": "torso", + "pivot": [2.375, 8.42225, -5.4592], + "cubes": [ + {"origin": [1.5, 7.17225, -5.4592], "size": [2, 2, 0], "inflate": 0.003, "uv": [0, 22]}, + {"origin": [1.75, 8.17225, -5.4592], "size": [1, 1, 0], "inflate": 0.006, "uv": [2, 10]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [2.5, 8.17225, -4.3592], + "cubes": [ + {"origin": [1.5, 7.17225, -5.3592], "size": [2, 2, 0], "inflate": 0.003, "uv": [38, 56]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-3.5, 1, -5.5], + "cubes": [ + {"origin": [-5, 0, -8.5], "size": [3, 2, 4], "uv": [56, 8]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [3.5, 1, -5.5], + "cubes": [ + {"origin": [2, 0, -8.5], "size": [3, 2, 4], "uv": [0, 56]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kartana/kartana.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kartana/kartana.geo.json new file mode 100644 index 0000000..d8a6282 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kartana/kartana.geo.json @@ -0,0 +1,254 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.kartana", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "kartana", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "kartana", + "pivot": [0, 4.25, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [-0.01786, 11.25986, -0.2032], + "cubes": [ + {"origin": [-1.01786, 9.38456, -0.76], "size": [2, 3, 1], "uv": [32, 23]}, + {"origin": [-0.51786, 9.88456, -0.765], "size": [1, 2, 0], "uv": [3, 37]}, + {"origin": [-5.61836, 8.96634, -0.5], "size": [7, 3, 1], "pivot": [-0.01786, 10.88586, -0.5], "rotation": [0, 0, 72.25], "uv": [0, 5]}, + {"origin": [-1.41736, 8.96634, -0.501], "size": [7, 3, 1], "pivot": [-0.01786, 10.88586, -0.5], "rotation": [0, 0, -72.25], "uv": [0, 0]}, + {"origin": [0.30628, 8.56172, -0.49], "size": [2, 2, 1], "pivot": [-0.01786, 10.88586, -0.5], "rotation": [0, 0, 45], "uv": [32, 5]} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [-0.01811, 15.28015, -0.1375], + "cubes": [ + {"origin": [-2.51786, 13.13456, -0.51], "size": [5, 5, 1], "pivot": [-0.01786, 15.63456, 0], "rotation": [0, 0, 45], "uv": [0, 10]}, + {"origin": [-1.517, 13.133, -0.765], "size": [4, 4, 1], "pivot": [-0.01786, 15.63456, 0], "rotation": [0, 0, 45], "uv": [0, 23]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [-0.01761, 14.92781, -0.515], + "cubes": [ + {"origin": [-2.018, 14.42745, -1.015], "size": [4, 1, 1], "pivot": [-0.01786, 14.92745, -0.515], "rotation": [0, 0, 45], "uv": [22, 25]}, + {"origin": [-2.017, 14.42745, -1.015], "size": [4, 1, 1], "pivot": [-0.01786, 14.92745, -0.515], "rotation": [0, 0, -45], "uv": [11, 25]} + ] + }, + { + "name": "antenna_left", + "parent": "head", + "pivot": [-0.57139, 16.63302, -0.766], + "cubes": [ + {"origin": [-2.32139, 16.13302, -0.766], "size": [1, 4, 0], "pivot": [-1.82139, 18.13302, -0.766], "rotation": [0, 0, -40], "uv": [0, 37]} + ] + }, + { + "name": "antenna_right", + "parent": "head", + "pivot": [0.57139, 16.63302, -0.766], + "cubes": [ + {"origin": [1.32139, 16.13302, -0.766], "size": [1, 4, 0], "pivot": [1.82139, 18.13302, -0.766], "rotation": [0, 0, 40], "uv": [7, 29]} + ] + }, + { + "name": "neck_left", + "parent": "torso", + "pivot": [-1.00818, 11.58313, -0.50267], + "rotation": [0, 0, -15], + "cubes": [ + {"origin": [-0.47305, 9.00177, -0.5025], "size": [1, 9, 0], "pivot": [-4.30327, 8.78783, -1.5], "rotation": [0, 0, -35], "uv": [23, 28]}, + {"origin": [-0.45751, 8.15571, -0.503], "size": [1, 10, 0], "pivot": [-4.55327, 8.28783, -1.5], "rotation": [0, 0, -40], "uv": [20, 28]}, + {"origin": [-0.30975, 8.23783, -0.5025], "size": [1, 10, 0], "pivot": [-4.55327, 7.78783, -1.5], "rotation": [0, 0, -45], "uv": [17, 28]} + ] + }, + { + "name": "neck_right", + "parent": "torso", + "pivot": [1.00818, 11.58313, -0.50267], + "rotation": [0, 0, 15], + "cubes": [ + {"origin": [-0.52695, 9.00177, -0.5025], "size": [1, 9, 0], "pivot": [4.30327, 8.78783, -1.5], "rotation": [0, 0, 35], "uv": [28, 9]}, + {"origin": [-0.54249, 8.15571, -0.503], "size": [1, 10, 0], "pivot": [4.55327, 8.28783, -1.5], "rotation": [0, 0, 40], "uv": [14, 28]}, + {"origin": [-0.69025, 8.23783, -0.5025], "size": [1, 10, 0], "pivot": [4.55327, 7.78783, -1.5], "rotation": [0, 0, 45], "uv": [11, 28]} + ] + }, + { + "name": "arm_right", + "parent": "torso", + "pivot": [0.5094, 10.77744, -0.73307], + "rotation": [0, 2.5, 0], + "cubes": [ + {"origin": [0.74706, 9.7, -0.57054], "size": [7, 2, 0], "uv": [17, 0], "mirror": true}, + {"origin": [0.70212, 10.07561, -0.56845], "size": [7, 1, 0], "pivot": [1.70556, 9.74967, 0.43446], "rotation": [0, 0, 5], "uv": [11, 23], "mirror": true} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [7.74615, 10.728, -0.72271], + "cubes": [ + {"origin": [7.74706, 9.7, -0.57054], "size": [7, 2, 0], "uv": [13, 16], "mirror": true}, + {"origin": [7.70937, 10.08683, -0.56954], "size": [7, 1, 0], "pivot": [1.70937, 9.83683, 0.43446], "rotation": [0, 0, 5], "uv": [15, 21], "mirror": true} + ] + }, + { + "name": "arm_right_decor", + "parent": "arm_right", + "pivot": [4.73474, 10.5009, -0.5734] + }, + { + "name": "arm_decor_front2", + "parent": "arm_right_decor", + "pivot": [4.73474, 10.5009, -0.5734], + "cubes": [ + {"origin": [3.39412, 10.18986, -0.5799], "size": [1, 1, 0], "pivot": [3.94715, 10.74289, -0.5799], "rotation": [0, 0, -45], "uv": [5, 34], "mirror": true}, + {"origin": [4.82652, 10.01716, -0.5799], "size": [1, 1, 0], "pivot": [5.19729, 10.59289, -0.58645], "rotation": [0, 0, -42.5], "uv": [33, 32], "mirror": true}, + {"origin": [6.31274, 10.01569, -0.57554], "size": [1, 1, 0], "pivot": [6.74706, 10.45, -0.07304], "rotation": [0, 0, -40], "uv": [26, 35], "mirror": true}, + {"origin": [0.54706, 9.85, -0.57304], "size": [7, 1, 0], "pivot": [1.54706, 8.6, 0.93446], "rotation": [0, 0, 5], "uv": [15, 19], "mirror": true}, + {"origin": [0.74706, 10.8, -0.57304], "size": [7, 1, 0], "uv": [0, 21], "mirror": true} + ] + }, + { + "name": "arm_decor_back2", + "parent": "arm_right_decor", + "pivot": [4.73474, 10.5009, -0.5734], + "cubes": [ + {"origin": [3.39412, 10.18986, -0.56354], "size": [1, 1, 0], "pivot": [3.94715, 10.74289, -0.5799], "rotation": [0, 0, -45], "uv": [5, 34], "mirror": true}, + {"origin": [4.82652, 10.01716, -0.56354], "size": [1, 1, 0], "pivot": [5.19729, 10.59289, -0.58645], "rotation": [0, 0, -42.5], "uv": [33, 32], "mirror": true}, + {"origin": [6.31274, 10.01569, -0.56354], "size": [1, 1, 0], "pivot": [6.74706, 10.45, -0.07304], "rotation": [0, 0, -40], "uv": [26, 35], "mirror": true}, + {"origin": [0.54706, 9.85, -0.56554], "size": [7, 1, 0], "pivot": [1.54706, 8.6, 0.93446], "rotation": [0, 0, 5], "uv": [15, 19], "mirror": true}, + {"origin": [0.74706, 10.8, -0.56554], "size": [7, 1, 0], "uv": [0, 21], "mirror": true} + ] + }, + { + "name": "arm_left", + "parent": "torso", + "pivot": [-0.5219, 10.78994, -0.73307], + "rotation": [0, -2.5, 0], + "cubes": [ + {"origin": [-7.74707, 9.7, -0.57109], "size": [7, 2, 0], "uv": [17, 0]}, + {"origin": [-7.72483, 10.1027, -0.56791], "size": [7, 1, 0], "pivot": [-1.70558, 9.74967, 0.43391], "rotation": [0, 0, -5], "uv": [11, 23]} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [-7.74616, 10.728, -0.72325], + "cubes": [ + {"origin": [-14.74707, 9.7, -0.57109], "size": [7, 2, 0], "uv": [13, 16]}, + {"origin": [-14.70938, 10.08683, -0.57009], "size": [7, 1, 0], "pivot": [-1.70938, 9.83683, 0.43391], "rotation": [0, 0, -5], "uv": [15, 21]} + ] + }, + { + "name": "arm_left_decor", + "parent": "arm_left", + "pivot": [-4.73475, 10.5009, -0.57394] + }, + { + "name": "arm_decor_front", + "parent": "arm_left_decor", + "pivot": [-4.73475, 10.5009, -0.57394], + "cubes": [ + {"origin": [-4.39413, 10.18986, -0.58045], "size": [1, 1, 0], "pivot": [-3.94716, 10.74289, -0.58045], "rotation": [0, 0, 45], "uv": [5, 34]}, + {"origin": [-5.82653, 10.01716, -0.58045], "size": [1, 1, 0], "pivot": [-5.19731, 10.59289, -0.58699], "rotation": [0, 0, 42.5], "uv": [33, 32]}, + {"origin": [-7.31275, 10.01569, -0.57609], "size": [1, 1, 0], "pivot": [-6.74707, 10.45, -0.07359], "rotation": [0, 0, 40], "uv": [26, 35]}, + {"origin": [-7.54707, 9.85, -0.57359], "size": [7, 1, 0], "pivot": [-1.54707, 8.6, 0.93391], "rotation": [0, 0, -5], "uv": [15, 19]}, + {"origin": [-7.74707, 10.8, -0.57359], "size": [7, 1, 0], "uv": [0, 21]} + ] + }, + { + "name": "arm_decor_back", + "parent": "arm_left_decor", + "pivot": [-4.73475, 10.5009, -0.57394], + "cubes": [ + {"origin": [-4.39413, 10.18986, -0.56409], "size": [1, 1, 0], "pivot": [-3.94716, 10.74289, -0.58045], "rotation": [0, 0, 45], "uv": [5, 34]}, + {"origin": [-5.82653, 10.01716, -0.56409], "size": [1, 1, 0], "pivot": [-5.19731, 10.59289, -0.58699], "rotation": [0, 0, 42.5], "uv": [33, 32]}, + {"origin": [-7.31275, 10.01569, -0.56409], "size": [1, 1, 0], "pivot": [-6.74707, 10.45, -0.07359], "rotation": [0, 0, 40], "uv": [26, 35]}, + {"origin": [-7.54707, 9.85, -0.56609], "size": [7, 1, 0], "pivot": [-1.54707, 8.6, 0.93391], "rotation": [0, 0, -5], "uv": [15, 19]}, + {"origin": [-7.74707, 10.8, -0.56609], "size": [7, 1, 0], "uv": [0, 21]} + ] + }, + { + "name": "leg_left", + "parent": "torso", + "pivot": [-0.75, 8.5, 0.015], + "cubes": [ + {"origin": [-2.75, 8, 0.015], "size": [3, 1, 0], "uv": [26, 33]} + ] + }, + { + "name": "leg_left2", + "parent": "leg_left", + "pivot": [-1.25, 8, 0.015], + "cubes": [ + {"origin": [-2.75, 4, 0.015], "size": [3, 4, 0], "uv": [31, 9]} + ] + }, + { + "name": "leg_left3", + "parent": "leg_left2", + "pivot": [-2.75, 6.5, 0.015], + "cubes": [ + {"origin": [-5.75, 4, 0.015], "size": [3, 4, 0], "uv": [31, 14]} + ] + }, + { + "name": "leg_left4", + "parent": "leg_left3", + "pivot": [-4.25, 4, 0.015], + "cubes": [ + {"origin": [-5.75, 0, 0.015], "size": [3, 4, 0], "uv": [32, 0]} + ] + }, + { + "name": "leg_right", + "parent": "torso", + "pivot": [0.75, 8.5, 0.015], + "cubes": [ + {"origin": [-0.25, 8, 0.015], "size": [3, 1, 0], "uv": [0, 17]} + ] + }, + { + "name": "leg_right2", + "parent": "leg_right", + "pivot": [1.25, 8, 0.015], + "cubes": [ + {"origin": [-0.25, 4, 0.015], "size": [3, 4, 0], "uv": [26, 28]} + ] + }, + { + "name": "leg_right3", + "parent": "leg_right2", + "pivot": [2.75, 6.5, 0.015], + "cubes": [ + {"origin": [2.75, 4, 0.015], "size": [3, 4, 0], "uv": [0, 29]} + ] + }, + { + "name": "leg_right4", + "parent": "leg_right3", + "pivot": [4.25, 4, 0.015], + "cubes": [ + {"origin": [2.75, 0, 0.015], "size": [3, 4, 0], "uv": [30, 19]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kilowattrel/kilowattrel.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kilowattrel/kilowattrel.geo.json new file mode 100644 index 0000000..0df9dc3 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kilowattrel/kilowattrel.geo.json @@ -0,0 +1,587 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.kilowattrel", + "texture_width": 256, + "texture_height": 64, + "visible_bounds_width": 7, + "visible_bounds_height": 4, + "visible_bounds_offset": [0, 1, 0] + }, + "bones": [ + { + "name": "kilowattrel", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "kilowattrel", + "pivot": [0, 10, -3] + }, + { + "name": "legs", + "parent": "body", + "pivot": [0, 3.5, -2.5] + }, + { + "name": "leg_left", + "parent": "legs", + "pivot": [3, 3.5, -2.5], + "rotation": [0, -7.5, 0], + "cubes": [ + {"origin": [1.5, 1, -4], "size": [3, 4, 3], "inflate": -0.02, "uv": [75, 26]} + ] + }, + { + "name": "foot_left", + "parent": "leg_left", + "pivot": [3, 1, -2.5], + "cubes": [ + {"origin": [1.5, 0, -4], "size": [3, 1, 2], "inflate": 0.02, "uv": [26, 20]}, + {"origin": [2, 0, -2], "size": [2, 1, 1], "uv": [7, 16]} + ] + }, + { + "name": "foot_left_claw", + "parent": "foot_left", + "pivot": [4.25, 1, -2.75], + "rotation": [0, -15, 0], + "cubes": [ + {"origin": [3.44351, 0, -4.828], "size": [1, 1, 2], "uv": [5, 30]} + ] + }, + { + "name": "foot_left_claw_tip", + "parent": "foot_left_claw", + "pivot": [3.94351, 1, -4.728], + "cubes": [ + {"origin": [3.44351, 0, -5.728], "size": [1, 1, 1], "inflate": -0.02, "uv": [34, 20]}, + {"origin": [3.94351, 0, -6.728], "size": [0, 1, 1], "pivot": [3.9353, 1, -5.64148], "rotation": [15, 0, 0], "uv": [12, 5]} + ] + }, + { + "name": "foot_left_claw2", + "parent": "foot_left", + "pivot": [3, 1, -4], + "cubes": [ + {"origin": [2.5, 0, -5], "size": [1, 1, 1], "uv": [13, 0]} + ] + }, + { + "name": "foot_left_claw_tip2", + "parent": "foot_left_claw2", + "pivot": [3, 1, -4.9], + "cubes": [ + {"origin": [2.5, 0, -5.9], "size": [1, 1, 1], "inflate": -0.02, "uv": [18, 5]}, + {"origin": [3, 0, -6.9], "size": [0, 1, 1], "pivot": [3, 1, -5.9], "rotation": [15, 0, 0], "uv": [12, 4]} + ] + }, + { + "name": "foot_left_claw3", + "parent": "foot_left", + "pivot": [1.75, 1, -2.75], + "rotation": [0, 15, 0], + "cubes": [ + {"origin": [1.55649, 0, -4.828], "size": [1, 1, 2], "uv": [14, 5]} + ] + }, + { + "name": "foot_left_claw_tip3", + "parent": "foot_left_claw3", + "pivot": [2.05649, 1, -4.728], + "cubes": [ + {"origin": [1.55649, 0, -5.728], "size": [1, 1, 1], "inflate": -0.02, "uv": [0, 26]}, + {"origin": [2.05649, 0, -6.728], "size": [0, 1, 1], "pivot": [2.05649, 1, -5.728], "rotation": [15, 0, 0], "uv": [3, 12]} + ] + }, + { + "name": "foot_left_claw_back", + "parent": "foot_left", + "pivot": [3, 1, -1], + "cubes": [ + {"origin": [2.5, 0, -1], "size": [1, 1, 1], "uv": [0, 28]} + ] + }, + { + "name": "foot_left_claw_back_tip", + "parent": "foot_left_claw_back", + "pivot": [3, 1, 0], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [3, 0, 0], "size": [0, 1, 1], "uv": [12, 2]} + ] + }, + { + "name": "leg_right", + "parent": "legs", + "pivot": [-3, 3.5, -2.5], + "rotation": [0, 7.5, 0], + "cubes": [ + {"origin": [-4.5, 1, -4], "size": [3, 4, 3], "inflate": -0.02, "uv": [87, 29]} + ] + }, + { + "name": "foot_right", + "parent": "leg_right", + "pivot": [-3, 1, -2.5], + "cubes": [ + {"origin": [-4.5, 0, -4], "size": [3, 1, 2], "inflate": 0.02, "uv": [16, 20]}, + {"origin": [-4, 0, -2], "size": [2, 1, 1], "uv": [7, 3]} + ] + }, + { + "name": "foot_right_claw", + "parent": "foot_right", + "pivot": [-4.25, 1, -2.75], + "rotation": [0, 15, 0], + "cubes": [ + {"origin": [-4.44351, 0, -4.828], "size": [1, 1, 2], "uv": [7, 13]} + ] + }, + { + "name": "foot_right_claw_tip", + "parent": "foot_right_claw", + "pivot": [-3.94351, 1, -4.728], + "cubes": [ + {"origin": [-4.44351, 0, -5.728], "size": [1, 1, 1], "inflate": -0.02, "uv": [24, 20]}, + {"origin": [-3.94351, 0, -6.728], "size": [0, 1, 1], "pivot": [-3.9353, 1, -5.64148], "rotation": [15, 0, 0], "uv": [11, 0]} + ] + }, + { + "name": "foot_right_claw2", + "parent": "foot_right", + "pivot": [-3, 1, -4], + "cubes": [ + {"origin": [-3.5, 0, -5], "size": [1, 1, 1], "uv": [10, 35]} + ] + }, + { + "name": "foot_right_claw_tip2", + "parent": "foot_right_claw2", + "pivot": [-3, 1, -4.9], + "cubes": [ + {"origin": [-3.5, 0, -5.9], "size": [1, 1, 1], "inflate": -0.02, "uv": [8, 33]}, + {"origin": [-3, 0, -6.9], "size": [0, 1, 1], "pivot": [-3, 1, -5.9], "rotation": [15, 0, 0], "uv": [7, 0]} + ] + }, + { + "name": "foot_right_claw3", + "parent": "foot_right", + "pivot": [-1.75, 1, -2.75], + "rotation": [0, -15, 0], + "cubes": [ + {"origin": [-2.55649, 0, -4.828], "size": [1, 1, 2], "uv": [7, 0]} + ] + }, + { + "name": "foot_right_claw_tip3", + "parent": "foot_right_claw3", + "pivot": [-2.05649, 1, -4.728], + "cubes": [ + {"origin": [-2.55649, 0, -5.728], "size": [1, 1, 1], "inflate": -0.02, "uv": [0, 15]}, + {"origin": [-2.05649, 0, -6.728], "size": [0, 1, 1], "pivot": [-2.05649, 1, -5.728], "rotation": [15, 0, 0], "uv": [2, 3]} + ] + }, + { + "name": "foot_right_claw_back", + "parent": "foot_right", + "pivot": [-3, 1, -1], + "cubes": [ + {"origin": [-3.5, 0, -1], "size": [1, 1, 1], "uv": [0, 13]} + ] + }, + { + "name": "foot_right_claw_back_tip", + "parent": "foot_right_claw_back", + "pivot": [-3, 1, 0], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [-3, 0, 0], "size": [0, 1, 1], "uv": [0, 3]} + ] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 9, -3], + "rotation": [-35, 0, 0], + "cubes": [ + {"origin": [-5, 4, -10], "size": [10, 10, 14], "inflate": -0.02, "uv": [0, 23]} + ] + }, + { + "name": "wings_open", + "parent": "torso", + "pivot": [0, 12.5, -4.5] + }, + { + "name": "wing_open_left", + "parent": "wings_open", + "pivot": [5, 11.5, -3.5], + "cubes": [ + {"origin": [4.5, 11, -7.5], "size": [7, 1, 8], "uv": [62, 17]} + ] + }, + { + "name": "wing_open_left2", + "parent": "wing_open_left", + "pivot": [11.5, 11.5, -4.5], + "cubes": [ + {"origin": [11.5, 11.5, -8], "size": [7, 0, 8], "inflate": 0.01, "uv": [30, 0]}, + {"origin": [11.5, 11, -7], "size": [7, 1, 6], "uv": [106, 0]} + ] + }, + { + "name": "wing_open_left3", + "parent": "wing_open_left2", + "pivot": [18.5, 11.5, -5], + "cubes": [ + {"origin": [18.5, 11.5, -10], "size": [11, 0, 11], "uv": [188, 1]} + ] + }, + { + "name": "wing_open_left4", + "parent": "wing_open_left3", + "pivot": [29.5, 11.5, -4], + "cubes": [ + {"origin": [29.5, 11.5, -8], "size": [17, 0, 14], "uv": [208, 0]} + ] + }, + { + "name": "wing_open_right", + "parent": "wings_open", + "pivot": [-5, 11.5, -3.5], + "cubes": [ + {"origin": [-11.5, 11, -7.5], "size": [7, 1, 8], "uv": [62, 7]} + ] + }, + { + "name": "wing_open_right2", + "parent": "wing_open_right", + "pivot": [-11.5, 11.5, -4.5], + "cubes": [ + {"origin": [-18.5, 11.5, -8], "size": [7, 0, 8], "inflate": 0.01, "uv": [217, 56]}, + {"origin": [-18.5, 11, -7], "size": [7, 1, 6], "uv": [56, 0]} + ] + }, + { + "name": "wing_open_right3", + "parent": "wing_open_right2", + "pivot": [-18.5, 11.5, -5], + "cubes": [ + {"origin": [-29.5, 11.5, -10], "size": [11, 0, 11], "uv": [223, 17]} + ] + }, + { + "name": "wing_open_right4", + "parent": "wing_open_right3", + "pivot": [-29.5, 11.5, -4], + "cubes": [ + {"origin": [-46.5, 11.5, -8], "size": [17, 0, 14], "uv": [185, 15]} + ] + }, + { + "name": "wings_closed", + "parent": "torso", + "pivot": [0.25, 10.5, -7.5] + }, + { + "name": "wing_closed_left", + "parent": "wings_closed", + "pivot": [4.75, 10.5, -7.5], + "rotation": [-5, 0, -5], + "cubes": [ + {"origin": [4.75, 5, -8.5], "size": [2, 10, 10], "inflate": 0.02, "uv": [99, 20]} + ] + }, + { + "name": "wing_closed_left2", + "parent": "wing_closed_left", + "pivot": [5.5, 6, 1.5], + "cubes": [ + {"origin": [5, 6, 1.5], "size": [1, 8, 5], "uv": [0, 13]} + ] + }, + { + "name": "wing_closed_left3", + "parent": "wing_closed_left2", + "pivot": [5.5, 7, 6.5], + "cubes": [ + {"origin": [5.5, 7, 6.5], "size": [0, 6, 6], "inflate": 0.01, "uv": [219, 42]} + ] + }, + { + "name": "wing_closed_left4", + "parent": "wing_closed_left3", + "pivot": [5.5, 8, 12.5], + "cubes": [ + {"origin": [5.5, 8, 12.5], "size": [0, 4, 11], "uv": [214, 24]} + ] + }, + { + "name": "wing_closed_right", + "parent": "wings_closed", + "pivot": [-4.75, 10.5, -7.5], + "rotation": [-5, 0, 5], + "cubes": [ + {"origin": [-6.75, 5, -8.5], "size": [2, 10, 10], "inflate": 0.02, "uv": [92, 0]} + ] + }, + { + "name": "wing_closed_right2", + "parent": "wing_closed_right", + "pivot": [-5.5, 6, 1.5], + "cubes": [ + {"origin": [-6, 6, 1.5], "size": [1, 8, 5], "uv": [0, 0]} + ] + }, + { + "name": "wing_closed_right3", + "parent": "wing_closed_right2", + "pivot": [-5.5, 7, 6.5], + "cubes": [ + {"origin": [-5.5, 7, 6.5], "size": [0, 6, 6], "inflate": 0.01, "uv": [232, 42]} + ] + }, + { + "name": "wing_closed_right4", + "parent": "wing_closed_right3", + "pivot": [-5.5, 8, 12.5], + "cubes": [ + {"origin": [-5.5, 8, 12.5], "size": [0, 4, 11], "uv": [214, 29]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 5.5, 4], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [-4.5, 5.56031, 2.65798], "size": [9, 7, 8], "inflate": -0.02, "uv": [49, 26]} + ] + }, + { + "name": "tail_feathers", + "parent": "tail", + "pivot": [0, 10.56031, 10.65798], + "rotation": [-10, 0, 0] + }, + { + "name": "tail_feather_left", + "parent": "tail_feathers", + "pivot": [0, 10.56031, 10.65798], + "rotation": [0, 5, 0], + "cubes": [ + {"origin": [0, 10.56031, 9.65798], "size": [4, 0, 11], "inflate": 0.01, "uv": [236, 47]} + ] + }, + { + "name": "tail_feather_left2", + "parent": "tail_feather_left", + "pivot": [2, 10.56031, 20.65798], + "cubes": [ + {"origin": [1, 10.56031, 20.65798], "size": [2, 0, 11], "uv": [241, 35]} + ] + }, + { + "name": "tail_feather_right", + "parent": "tail_feathers", + "pivot": [0, 10.56031, 10.65798], + "rotation": [0, -5, 0], + "cubes": [ + {"origin": [-4, 10.56031, 9.65798], "size": [4, 0, 11], "inflate": 0.01, "uv": [227, 35]} + ] + }, + { + "name": "tail_feather_right2", + "parent": "tail_feather_right", + "pivot": [-2, 10.56031, 20.65798], + "cubes": [ + {"origin": [-3, 10.56031, 20.65798], "size": [2, 0, 11], "uv": [236, 35]} + ] + }, + { + "name": "neck", + "parent": "torso", + "pivot": [0, 7.5, -10], + "rotation": [35, 0, 0], + "cubes": [ + {"origin": [-4, 7.5, -10], "size": [8, 9, 8], "inflate": -0.02, "uv": [14, 0]} + ] + }, + { + "name": "neck_sac", + "parent": "neck", + "pivot": [0, 15.5, -10], + "cubes": [ + {"origin": [-3.5, 5.5, -10], "size": [7, 10, 8], "inflate": -0.04, "uv": [116, 7]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 16.5, -6], + "cubes": [ + {"origin": [-4, 15.5, -10], "size": [8, 7, 8], "uv": [38, 9]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [0, 19.5, -10] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [3, 19.5, -9], + "cubes": [ + {"origin": [2, 18.5, -10], "size": [2, 2, 2], "inflate": 0.02, "uv": [5, 26]} + ] + }, + { + "name": "iris_left", + "parent": "eye_left", + "pivot": [2.5, 19.5, -10.04], + "cubes": [ + {"origin": [1.5, 18.5, -10.04], "size": [2, 2, 0], "uv": [4, 26]} + ] + }, + { + "name": "pupil_left", + "parent": "iris_left", + "pivot": [2.5, 19.5, -10.06], + "cubes": [ + {"origin": [2, 19, -10.06], "size": [1, 1, 0], "uv": [12, 7]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [2.4, 19.5, -8.9], + "cubes": [ + {"origin": [0.9, 18.5, -9.9], "size": [3, 2, 2], "inflate": 0.07, "uv": [64, 41]} + ] + }, + { + "name": "eyelid_left_happy", + "parent": "eye_left", + "pivot": [2.4, 19.5, -8.9], + "cubes": [ + {"origin": [0.9, 18.5, -9.9], "size": [3, 2, 2], "inflate": 0.08, "uv": [77, 0]} + ] + }, + { + "name": "iris_left_sad", + "parent": "eye_left", + "pivot": [2.5, 19.5, -9.94], + "cubes": [ + {"origin": [1.5, 18.5, -9.94], "size": [2, 2, 0], "uv": [0, 0]} + ] + }, + { + "name": "pupil_left_sad", + "parent": "iris_left_sad", + "pivot": [2.5, 19.5, -9.96], + "cubes": [ + {"origin": [2, 19, -9.96], "size": [1, 1, 0], "uv": [7, 0]} + ] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-3, 19.5, -9], + "cubes": [ + {"origin": [-4, 18.5, -10], "size": [2, 2, 2], "inflate": 0.02, "uv": [34, 25]} + ] + }, + { + "name": "iris_right", + "parent": "eye_right", + "pivot": [-2.5, 19.5, -10.04], + "cubes": [ + {"origin": [-3.5, 18.5, -10.04], "size": [2, 2, 0], "uv": [9, 30]} + ] + }, + { + "name": "pupil_right", + "parent": "iris_right", + "pivot": [-2.5, 19.5, -10.06], + "cubes": [ + {"origin": [-3, 19, -10.06], "size": [1, 1, 0], "uv": [12, 8]} + ] + }, + { + "name": "iris_right_sad", + "parent": "eye_right", + "pivot": [-2.5, 19.5, -9.94], + "cubes": [ + {"origin": [-3.5, 18.5, -9.94], "size": [2, 2, 0], "uv": [0, 2]} + ] + }, + { + "name": "pupil_right_sad", + "parent": "iris_right_sad", + "pivot": [-2.5, 19.5, -9.96], + "cubes": [ + {"origin": [-3, 19, -9.96], "size": [1, 1, 0], "uv": [11, 0]} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-2.4, 19.5, -8.9], + "cubes": [ + {"origin": [-3.9, 18.5, -9.9], "size": [3, 2, 2], "inflate": 0.07, "uv": [74, 41]} + ] + }, + { + "name": "eyelid_right_happy", + "parent": "eye_right", + "pivot": [-2.4, 19.5, -8.9], + "cubes": [ + {"origin": [-3.9, 18.5, -9.9], "size": [3, 2, 2], "inflate": 0.08, "uv": [0, 33]} + ] + }, + { + "name": "beak", + "parent": "head", + "pivot": [0, 18.5, -10], + "cubes": [ + {"origin": [-1.5, 17.5, -14], "size": [3, 1, 2], "uv": [52, 0]}, + {"origin": [-0.5, 17.75, -13.5], "size": [1, 1, 4], "inflate": -0.02, "pivot": [-0.5, 18.75, -14.5], "rotation": [7.5, 0, 0], "uv": [35, 32]}, + {"origin": [-2.5, 17.5, -12], "size": [5, 1, 3], "uv": [48, 41]} + ] + }, + { + "name": "beak2", + "parent": "beak", + "pivot": [0, 18.5, -14], + "rotation": [12.5, 0, 0], + "cubes": [ + {"origin": [-0.5, 17.5, -16], "size": [1, 2, 3], "inflate": 0.02, "uv": [14, 0]}, + {"origin": [-0.5, 17, -16.04], "size": [1, 1, 0], "uv": [12, 9]} + ] + }, + { + "name": "jaw", + "parent": "beak", + "pivot": [0, 18, -10], + "cubes": [ + {"origin": [-1, 17, -13], "size": [2, 1, 3], "uv": [47, 25]}, + {"origin": [-0.5, 17, -15], "size": [1, 1, 2], "pivot": [0.5, 18, -13], "rotation": [12.5, 0, 0], "uv": [12, 17]} + ] + }, + { + "name": "held_item", + "parent": "jaw", + "pivot": [0, 17.5, -13.5], + "rotation": [102.5, 0, 0], + "locators": { + "held_item": [0, 17.5, -13.5] + } + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kingambit/kingambit.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kingambit/kingambit.geo.json new file mode 100644 index 0000000..14036d2 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kingambit/kingambit.geo.json @@ -0,0 +1,426 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.kingambit", + "texture_width": 256, + "texture_height": 256, + "visible_bounds_width": 11, + "visible_bounds_height": 7, + "visible_bounds_offset": [0, 2.5, 0] + }, + "bones": [ + { + "name": "kingambit", + "pivot": [-0.5, 0, -2] + }, + { + "name": "body", + "parent": "kingambit", + "pivot": [0.5, 22.9, -2] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0.5, 17.7, -2] + }, + { + "name": "lowerbody", + "parent": "torso", + "pivot": [0.5, 16.4, -2] + }, + { + "name": "turnk", + "parent": "lowerbody", + "pivot": [0, 17, 0], + "cubes": [ + {"origin": [-5.5, 13, -4], "size": [11, 8, 8], "uv": [82, 37]}, + {"origin": [-5.5, 13, -4], "size": [11, 8, 8], "uv": [82, 37]} + ] + }, + { + "name": "upperbody", + "parent": "turnk", + "pivot": [0.5, 18, 1] + }, + { + "name": "waist", + "parent": "upperbody", + "pivot": [0.5, 20, -1], + "cubes": [ + {"origin": [-4.5, 19, -3], "size": [9, 8, 6], "uv": [112, 107]}, + {"origin": [-24.5, 22, -11.2], "size": [25, 0, 22], "uv": [0, 22]}, + {"origin": [-0.5, 22, -11.2], "size": [25, 0, 22], "uv": [0, 22], "mirror": true}, + {"origin": [-20.5, 26, -11.2], "size": [25, 0, 22], "uv": [0, 0]}, + {"origin": [-4.5, 26, -11.2], "size": [25, 0, 22], "uv": [0, 0], "mirror": true} + ] + }, + { + "name": "chest", + "parent": "waist", + "pivot": [0.5, 27.24758, -1.01249], + "cubes": [ + {"origin": [-5.5, 27, -4], "size": [11, 8, 7], "uv": [89, 92]}, + {"origin": [-6.5, 24.84116, -4.40391], "size": [13, 11, 0], "uv": [42, 180]}, + {"origin": [-6.5, 24.84116, 3.59609], "size": [13, 11, 0], "uv": [16, 180]}, + {"origin": [-6.5, 24.84116, -4.40391], "size": [0, 11, 8], "uv": [0, 172]}, + {"origin": [6.5, 24.84116, -4.40391], "size": [0, 11, 8], "uv": [0, 172]}, + {"origin": [-6.5, 35.84116, -4.40391], "size": [13, 0, 8], "uv": [26, 74]} + ] + }, + { + "name": "bone", + "parent": "chest", + "pivot": [0, 0, -2], + "cubes": [ + {"origin": [-6.5, 24.84116, -5.40391], "size": [4, 12, 0], "uv": [32, 103], "mirror": true}, + {"origin": [-2.5, 24.84116, -5.40391], "size": [0, 12, 1], "uv": [155, -1], "mirror": true}, + {"origin": [-2.5, 35.84116, -4.40391], "size": [0, 1, 8], "uv": [163, -3], "mirror": true}, + {"origin": [-6.5, 36.84116, -5.40391], "size": [4, 0, 10], "uv": [26, 93]}, + {"origin": [-6.5, 24.84116, 4.59609], "size": [4, 12, 0], "uv": [3, 143]}, + {"origin": [-2.5, 24.84116, 3.59609], "size": [0, 12, 1], "uv": [155, -1]} + ] + }, + { + "name": "bone2", + "parent": "bone", + "pivot": [0, 0, -2], + "cubes": [ + {"origin": [2.5, 24.84116, -5.40391], "size": [4, 12, 0], "uv": [32, 103]}, + {"origin": [2.5, 24.84116, -5.40391], "size": [0, 12, 1], "uv": [155, -1]}, + {"origin": [2.5, 35.84116, -4.40391], "size": [0, 1, 8], "uv": [163, -3]}, + {"origin": [2.5, 36.84116, -5.40391], "size": [4, 0, 10], "uv": [26, 93], "mirror": true}, + {"origin": [2.5, 24.84116, 4.59609], "size": [4, 12, 0], "uv": [3, 143], "mirror": true}, + {"origin": [2.5, 24.84116, 3.59609], "size": [0, 12, 1], "uv": [155, -1], "mirror": true} + ] + }, + { + "name": "neck", + "parent": "chest", + "pivot": [0, 35.9, -1.1], + "cubes": [ + {"origin": [-2, 35.8, -2.6], "size": [4, 3, 3], "uv": [72, 19]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [-1.4, 39.4, -0.8] + }, + { + "name": "head_ai", + "parent": "head", + "pivot": [0.4, 36.8, -0.6], + "cubes": [ + {"origin": [-3.4, 39.74116, -6.30391], "size": [7, 1, 7], "pivot": [0.6, 39.24116, -2.30391], "rotation": [16, 0, 0], "uv": [112, 37]}, + {"origin": [-3.5, 39.44116, -6.60391], "size": [7, 2, 8], "uv": [56, 117]}, + {"origin": [-1.4, 37.7, -6.1], "size": [2, 3, 2], "pivot": [-0.4, 37.7, -5.1], "rotation": [13.30291, 4.40252, -17.98636], "uv": [14, 34]}, + {"origin": [-0.6, 37.7, -6.1], "size": [2, 3, 2], "pivot": [0.4, 37.7, -5.1], "rotation": [13.30291, -4.40252, 17.98636], "uv": [14, 34], "mirror": true}, + {"origin": [-2.5, 37.74116, -6.30391], "size": [5, 3, 7], "pivot": [0.5, 39.24116, -2.30391], "rotation": [16, 0, 0], "uv": [118, 88]}, + {"origin": [-0.7, 39.3, -6.6], "size": [1, 2, 2], "pivot": [-0.7, 39.3, -5.6], "rotation": [0, 0, 45], "uv": [15, 15]}, + {"origin": [-3.4, 38.8, -6.6], "size": [2, 2, 2], "pivot": [-2.4, 38.8, -5.6], "rotation": [0, 0, 45], "uv": [65, 62]}, + {"origin": [1.4, 38.8, -6.6], "size": [2, 2, 2], "pivot": [2.4, 38.8, -5.6], "rotation": [0, 0, -45], "uv": [65, 62], "mirror": true} + ] + }, + { + "name": "blade", + "parent": "head_ai", + "pivot": [0, 39.44116, -7.00391], + "cubes": [ + {"origin": [0, 39.29964, -8.3448], "size": [26, 0, 13], "pivot": [0, 39.44116, -7.00391], "rotation": [21, 0, 0], "uv": [59, 0], "mirror": true} + ] + }, + { + "name": "blade2", + "parent": "head_ai", + "pivot": [0, 39.44116, -7.00391], + "cubes": [ + {"origin": [-26, 40.44116, -8.50391], "size": [26, 0, 13], "pivot": [-9, 40.44116, -4.00391], "rotation": [21, 0, 0], "uv": [59, 0]} + ] + }, + { + "name": "helmet", + "parent": "head_ai", + "pivot": [5, 40.94116, -3.50391], + "cubes": [ + {"origin": [-4.5, 41.14116, -7.30391], "size": [9, 3, 10], "uv": [58, 86]}, + {"origin": [-4.5, 40.14116, -7.30391], "size": [9, 1, 0], "uv": [133, 63]}, + {"origin": [-4.5, 40.14116, 2.69609], "size": [9, 1, 0], "uv": [105, 63]}, + {"origin": [4.5, 40.14116, -7.30391], "size": [0, 1, 10], "uv": [105, 53]}, + {"origin": [-4.5, 40.14116, -7.30391], "size": [0, 1, 10], "uv": [105, 53]}, + {"origin": [-3.5, 42.14116, -6.30391], "size": [7, 4, 8], "uv": [114, 45]}, + {"origin": [3.9, 36.14116, -6.00391], "size": [1, 5, 3], "pivot": [4.4, 40.64116, -3.50391], "rotation": [-10.09541, 25.71543, -58.30998], "uv": [0, 62]}, + {"origin": [3.6, 35.74116, -0.49609], "size": [1, 5, 7], "pivot": [4.1, 40.24116, 1.00391], "rotation": [65.03493, -47.47216, -76.50912], "uv": [0, 24]}, + {"origin": [3.9, 36.14116, -3.69609], "size": [1, 5, 6], "pivot": [4.4, 40.64116, -2.19609], "rotation": [0, 0, -56.88852], "uv": [0, 44]}, + {"origin": [-4.9, 36.14116, -6.00391], "size": [1, 5, 3], "pivot": [-4.4, 40.64116, -3.50391], "rotation": [-10.09541, -25.71543, 58.30998], "uv": [0, 62], "mirror": true}, + {"origin": [-4.9, 36.14116, -3.69609], "size": [1, 5, 6], "pivot": [-4.4, 40.64116, -2.19609], "rotation": [0, 0, 56.88852], "uv": [0, 44], "mirror": true}, + {"origin": [-4.6, 35.74116, -0.49609], "size": [1, 5, 7], "pivot": [-4.1, 40.24116, 1.00391], "rotation": [65.03493, 47.47216, 76.50912], "uv": [0, 24], "mirror": true}, + {"origin": [0, 37.94116, -10.10391], "size": [0, 37, 13], "pivot": [0, 60.44116, -3.10391], "rotation": [2, 0, 0], "uv": [0, 61]}, + {"origin": [-1, 42.94116, -5.10391], "size": [2, 5, 6], "uv": [0, 127]} + ] + }, + { + "name": "eye", + "parent": "head_ai", + "pivot": [-1.4, 40.8, -6.2], + "cubes": [ + {"origin": [-3.7, 40.3, -6.7], "size": [3, 2, 2], "pivot": [-1.7, 40.3, -5.7], "rotation": [0, 0, -12.5], "uv": [86, 92]}, + {"origin": [-3.3, 40.7, -6.8], "size": [2, 2, 2], "pivot": [-2.3, 40.7, -5.8], "rotation": [0, 0, -12.5], "uv": [65, 66]}, + {"origin": [-2.5, 40.5, -7.2], "size": [1, 2, 2], "inflate": -0.35, "pivot": [-1.5, 40.5, -6.2], "rotation": [0, 0, -3.5], "uv": [0, 0]} + ] + }, + { + "name": "eye2", + "parent": "head_ai", + "pivot": [1.4, 40.8, -6.2], + "cubes": [ + {"origin": [1.3, 40.7, -6.8], "size": [2, 2, 2], "pivot": [2.3, 40.7, -5.8], "rotation": [0, 0, 12.5], "uv": [65, 66], "mirror": true}, + {"origin": [0.7, 40.3, -6.7], "size": [3, 2, 2], "pivot": [1.7, 40.3, -5.7], "rotation": [0, 0, 12.5], "uv": [86, 92], "mirror": true}, + {"origin": [1.7, 40.5, -7.2], "size": [1, 2, 2], "inflate": -0.35, "pivot": [1.7, 40.5, -6.2], "rotation": [0, 0, 3.5], "uv": [0, 0], "mirror": true} + ] + }, + { + "name": "hair", + "parent": "head", + "pivot": [0, 39.8, 0], + "cubes": [ + {"origin": [-5, 38.8, 0.4], "size": [11, 2, 8], "uv": [106, 78]} + ] + }, + { + "name": "hair2", + "parent": "hair", + "pivot": [0, 39.8, 6.35], + "cubes": [ + {"origin": [-14, 38.8, 6.4], "size": [28, 3, 9], "uv": [65, 65]} + ] + }, + { + "name": "hair3", + "parent": "hair2", + "pivot": [0, 40.8, 13.4], + "cubes": [ + {"origin": [-17, 38.8, 13.4], "size": [34, 4, 14], "uv": [0, 44]} + ] + }, + { + "name": "hair4", + "parent": "hair3", + "pivot": [0, 40.3, 27.8], + "cubes": [ + {"origin": [-14, 38.8, 26.4], "size": [28, 3, 9], "uv": [0, 62]} + ] + }, + { + "name": "hair5", + "parent": "hair4", + "pivot": [0, 39.8, 35.5], + "cubes": [ + {"origin": [-8, 38.8, 33.4], "size": [16, 2, 7], "uv": [68, 77]} + ] + }, + { + "name": "hair6", + "parent": "hair5", + "pivot": [0.5, 38.8, 40.4] + }, + { + "name": "haircorrection", + "parent": "hair6", + "pivot": [0.5, 40.2, 45.2], + "cubes": [ + {"origin": [-8, 37.8, 40.4], "size": [16, 10, 14], "uv": [72, 13]} + ] + }, + { + "name": "hair7", + "parent": "hair6", + "pivot": [-1, 40, 55], + "cubes": [ + {"origin": [-3, 37.8, 54.4], "size": [8, 7, 6], "uv": [28, 115]}, + {"origin": [-4, 37.8, 60.4], "size": [5, 4, 5], "uv": [0, 15]} + ] + }, + { + "name": "hair8", + "parent": "hair7", + "pivot": [-1, 39.3, 65.4], + "cubes": [ + {"origin": [-2, 37.8, 65.4], "size": [4, 3, 4], "uv": [72, 37]}, + {"origin": [-4, 37.8, 69.4], "size": [4, 3, 4], "uv": [72, 37]} + ] + }, + { + "name": "arm_left", + "parent": "chest", + "pivot": [6.76396, 33.26248, -0.35391], + "cubes": [ + {"origin": [5.51396, 35.76248, -3.40391], "size": [5, 0, 6], "uv": [0, 0]}, + {"origin": [5.51396, 26.76248, -3.40391], "size": [5, 9, 0], "uv": [12, 6]}, + {"origin": [5.51396, 26.76248, 2.59609], "size": [5, 9, 0], "uv": [12, 6]}, + {"origin": [1.51396, 26.76248, -3.40391], "size": [6, 9, 6], "uv": [118, 7]} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [9.51396, 33.26248, -0.30391], + "cubes": [ + {"origin": [4.51396, 27.76248, 2.19609], "size": [8, 7, 0], "uv": [86, 128]}, + {"origin": [4.51396, 34.76248, -2.80391], "size": [8, 0, 5], "uv": [81, 123]}, + {"origin": [4.51396, 27.76248, -2.80391], "size": [8, 7, 0], "uv": [86, 128]}, + {"origin": [-0.48604, 27.76248, -2.80391], "size": [8, 7, 5], "uv": [107, 121]} + ] + }, + { + "name": "arm_left3", + "parent": "arm_left2", + "pivot": [6.49974, 32.59091, -0.40391], + "cubes": [ + {"origin": [4.09974, 31.59091, -1.40391], "size": [12, 2, 2], "uv": [86, 88]} + ] + }, + { + "name": "arm_left4", + "parent": "arm_left3", + "pivot": [15.59974, 30.09091, 0.09609], + "cubes": [ + {"origin": [16.19974, 33.09091, -1.40391], "size": [7, 4, 0], "uv": [114, 57]}, + {"origin": [16.19974, 33.09091, 0.79609], "size": [7, 4, 0], "uv": [114, 57]}, + {"origin": [16.19974, 29.59091, 1.79609], "size": [7, 4, 0], "pivot": [20.19974, 31.59091, 2.79609], "rotation": [-90, 0, 0], "uv": [114, 57]}, + {"origin": [16.19974, 29.59091, -2.39609], "size": [7, 4, 0], "pivot": [20.19974, 31.59091, -3.39609], "rotation": [90, 0, 0], "uv": [114, 57]}, + {"origin": [16.09974, 30.09091, -2.30391], "size": [5, 4, 4], "inflate": 0.15, "uv": [0, 36]}, + {"origin": [20.39974, 30.59091, -1.80391], "size": [5, 3, 3], "inflate": 0.15, "uv": [44, 96]} + ] + }, + { + "name": "hand_left", + "parent": "arm_left4", + "pivot": [25.59974, 32.09091, -0.30391], + "cubes": [ + {"origin": [24.69974, 31.09091, -1.80391], "size": [4, 2, 3], "inflate": 0.15, "uv": [60, 77]}, + {"origin": [24.09974, 31.59091, -2.80391], "size": [3, 1, 1], "inflate": 0.15, "pivot": [25.59974, 31.59091, -2.30391], "rotation": [0, 36, 0], "uv": [0, 55]} + ] + }, + { + "name": "arm_right", + "parent": "chest", + "pivot": [-6.76396, 33.26248, -0.35391], + "cubes": [ + {"origin": [-10.51396, 26.76248, 2.59609], "size": [5, 9, 0], "uv": [12, 6], "mirror": true}, + {"origin": [-10.51396, 35.76248, -3.40391], "size": [5, 0, 6], "uv": [0, 0], "mirror": true}, + {"origin": [-10.51396, 26.76248, -3.40391], "size": [5, 9, 0], "pivot": [-8.01396, 31.26248, -3.40391], "rotation": [0, 180, 0], "uv": [12, 6]}, + {"origin": [-7.51396, 26.76248, -3.40391], "size": [6, 9, 6], "uv": [118, 7], "mirror": true} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-9.51396, 32.46248, -0.30391], + "cubes": [ + {"origin": [-12.51396, 34.76248, -2.80391], "size": [8, 0, 5], "uv": [81, 123], "mirror": true}, + {"origin": [-12.51396, 27.76248, 2.19609], "size": [8, 7, 0], "uv": [86, 128], "mirror": true}, + {"origin": [-12.51396, 27.76248, -2.80391], "size": [8, 7, 0], "uv": [86, 128], "mirror": true}, + {"origin": [-12.51396, 27.76248, -2.80391], "size": [8, 7, 0], "uv": [86, 128], "mirror": true}, + {"origin": [-7.51396, 27.76248, -2.80391], "size": [8, 7, 5], "uv": [107, 121], "mirror": true} + ] + }, + { + "name": "arm_right3", + "parent": "arm_right2", + "pivot": [-6.49974, 32.59091, -0.40391], + "cubes": [ + {"origin": [-16.09974, 31.59091, -1.40391], "size": [12, 2, 2], "uv": [86, 88], "mirror": true} + ] + }, + { + "name": "arm_right4", + "parent": "arm_right3", + "pivot": [-16.04974, 32.59091, -0.30391], + "cubes": [ + {"origin": [-23.19974, 29.59091, -2.39609], "size": [7, 4, 0], "pivot": [-20.19974, 31.59091, -3.39609], "rotation": [90, 0, 0], "uv": [114, 57], "mirror": true}, + {"origin": [-23.19974, 33.09091, -1.40391], "size": [7, 4, 0], "uv": [114, 57], "mirror": true}, + {"origin": [-23.19974, 33.09091, 0.79609], "size": [7, 4, 0], "uv": [114, 57], "mirror": true}, + {"origin": [-23.19974, 29.59091, 1.79609], "size": [7, 4, 0], "pivot": [-20.19974, 31.59091, 2.79609], "rotation": [-90, 0, 0], "uv": [114, 57], "mirror": true}, + {"origin": [-21.09974, 30.09091, -2.30391], "size": [5, 4, 4], "inflate": 0.15, "uv": [0, 36], "mirror": true}, + {"origin": [-25.39974, 30.59091, -1.80391], "size": [5, 3, 3], "inflate": 0.15, "uv": [44, 96], "mirror": true} + ] + }, + { + "name": "hand_right", + "parent": "arm_right4", + "pivot": [-25.59974, 32.09091, -0.30391], + "cubes": [ + {"origin": [-28.69974, 31.09091, -1.80391], "size": [4, 2, 3], "inflate": 0.15, "uv": [60, 77], "mirror": true}, + {"origin": [-27.09974, 31.59091, -2.80391], "size": [3, 1, 1], "inflate": 0.15, "pivot": [-25.59974, 31.59091, -2.30391], "rotation": [0, -36, 0], "uv": [0, 55], "mirror": true} + ] + }, + { + "name": "leg_left0", + "parent": "lowerbody", + "pivot": [5.5, 16.9, -0.75] + }, + { + "name": "leg_left1", + "parent": "leg_left0", + "pivot": [6.27646, 17.79778, 1.25], + "cubes": [ + {"origin": [4.91224, 11.33537, -2.70209], "size": [7, 9, 7], "uv": [0, 111]}, + {"origin": [3.91224, 8.33537, -4.70209], "size": [7, 10, 8], "uv": [54, 99], "mirror": true} + ] + }, + { + "name": "leg_left2", + "parent": "leg_left1", + "pivot": [6.91224, 8.33537, -0.82709], + "cubes": [ + {"origin": [4.91224, 5.33537, -2.70209], "size": [4, 6, 4], "uv": [16, 127], "mirror": true}, + {"origin": [5.41224, 2.33537, -2.20209], "size": [3, 4, 3], "uv": [9, 24], "mirror": true} + ] + }, + { + "name": "foot_left", + "parent": "leg_left2", + "pivot": [6.91224, 2.63537, -0.05209], + "cubes": [ + {"origin": [5.41224, 0.33537, -2.20209], "size": [3, 2, 4], "uv": [72, 13], "mirror": true}, + {"origin": [4.91224, 0.33537, -5.20209], "size": [4, 2, 3], "uv": [82, 53], "mirror": true} + ] + }, + { + "name": "leg_right0", + "parent": "lowerbody", + "pivot": [-5.5, 16.9, -0.75] + }, + { + "name": "leg_right1", + "parent": "leg_right0", + "pivot": [-6.27646, 17.79778, 1.25], + "cubes": [ + {"origin": [-11.91224, 11.33537, -2.70209], "size": [7, 9, 7], "uv": [84, 107]}, + {"origin": [-10.91224, 8.33537, -4.70209], "size": [7, 10, 8], "uv": [54, 99]} + ] + }, + { + "name": "leg_right2", + "parent": "leg_right1", + "pivot": [-6.91224, 8.33537, -0.82709], + "cubes": [ + {"origin": [-8.91224, 5.33537, -2.70209], "size": [4, 6, 4], "uv": [16, 127]}, + {"origin": [-8.41224, 2.33537, -2.20209], "size": [3, 4, 3], "uv": [9, 24]} + ] + }, + { + "name": "foot_right", + "parent": "leg_right2", + "pivot": [-6.91224, 2.63537, -0.05209], + "cubes": [ + {"origin": [-8.41224, 0.33537, -2.20209], "size": [3, 2, 4], "uv": [72, 13]}, + {"origin": [-8.91224, 0.33537, -5.20209], "size": [4, 2, 3], "uv": [82, 53]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kubfu/kubfu.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kubfu/kubfu.geo.json new file mode 100644 index 0000000..4bb9164 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kubfu/kubfu.geo.json @@ -0,0 +1,388 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "kubfu", + "pivot": [0, 0, 0] + }, + { + "name": "mainthing", + "parent": "kubfu", + "pivot": [0, 8.75, 0] + }, + { + "name": "legs", + "parent": "mainthing", + "pivot": [0, 8.75, 0] + }, + { + "name": "leg_right", + "parent": "legs", + "pivot": [2.25, 9, 0] + }, + { + "name": "topleg", + "parent": "leg_right", + "pivot": [2.25, 5, 0], + "cubes": [ + {"origin": [0.75, 5, -1], "size": [3, 4, 2], "uv": [24, 23]} + ] + }, + { + "name": "leftcalf_right", + "parent": "leg_right", + "pivot": [2.25, 4.75, 0], + "cubes": [ + {"origin": [0.25, 0, -1.5], "size": [4, 5, 3], "inflate": 0.01, "uv": [0, 20]} + ] + }, + { + "name": "toes_right", + "parent": "leftcalf_right", + "pivot": [2.25, -0.5, 0], + "cubes": [ + {"origin": [0.25, -0.05, -1.7], "size": [4, 3, 0], "pivot": [1.75, 0.5, -1.75], "rotation": [17.5, 0, 0], "uv": [32, 0]} + ] + }, + { + "name": "leg_left", + "parent": "legs", + "pivot": [-2.25, 9, 0] + }, + { + "name": "ltopleg", + "parent": "leg_left", + "pivot": [-2.25, 5, 0], + "cubes": [ + {"origin": [-3.75, 5, -1], "size": [3, 4, 2], "uv": [22, 0]} + ] + }, + { + "name": "legcalf_left", + "parent": "leg_left", + "pivot": [-2.25, 5, 0], + "cubes": [ + {"origin": [-4.25, 0, -1.5], "size": [4, 5, 3], "inflate": 0.01, "uv": [16, 12]} + ] + }, + { + "name": "toes_left", + "parent": "legcalf_left", + "pivot": [-2.5, -0.25, -1.25], + "cubes": [ + {"origin": [-4.25, -0.05, -1.7], "size": [4, 3, 0], "pivot": [-1.75, 0.5, -1.75], "rotation": [17.5, 0, 0], "uv": [32, 3]} + ] + }, + { + "name": "torso", + "parent": "mainthing", + "pivot": [0, 8.75, 0], + "cubes": [ + {"origin": [-2, 7, -2], "size": [4, 4, 4], "inflate": 0.01, "uv": [0, 12]}, + {"origin": [-1.5, 11, -1.5], "size": [3, 2, 3], "uv": [14, 20]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 8, 2], + "cubes": [ + {"origin": [-0.5, 7.5, 2], "size": [1, 1, 1], "inflate": 0.01, "uv": [14, 35]}, + {"origin": [-1, 7, 1.5], "size": [2, 2, 1], "inflate": 0.01, "uv": [12, 12]} + ] + }, + { + "name": "arms", + "parent": "torso", + "pivot": [0, 11, 0] + }, + { + "name": "arm_right", + "parent": "arms", + "pivot": [2.5, 11.25, 0.75] + }, + { + "name": "upperarm_right", + "parent": "arm_right", + "pivot": [0, 1.5, 0], + "cubes": [ + {"origin": [1.25, 10.05, -1.05], "size": [4, 2, 2], "uv": [27, 10]} + ] + }, + { + "name": "forearm_right", + "parent": "arm_right", + "pivot": [5.25, 11.25, 0], + "cubes": [ + {"origin": [5.25, 10.05, -1.05], "size": [4, 2, 2], "uv": [12, 26]} + ] + }, + { + "name": "fingers_right", + "parent": "forearm_right", + "pivot": [9.25, 11.25, 0] + }, + { + "name": "finger1", + "parent": "fingers_right", + "pivot": [9.25, 11.5, 0], + "cubes": [ + {"origin": [16.5, 7.75, -1], "size": [1, 1, 1], "pivot": [7.5, -2.25, 0], "rotation": [0, 0, -35], "uv": [17, 37]} + ] + }, + { + "name": "fingertip1", + "parent": "finger1", + "pivot": [9.75, 12, -0.5], + "cubes": [ + {"origin": [17.35, 8.269, -1], "size": [1, 1, 1], "pivot": [8.25, -1.75, 0], "rotation": [0, 0, -35], "uv": [13, 37]} + ] + }, + { + "name": "finger2", + "parent": "fingers_right", + "pivot": [9.25, 11, 0], + "cubes": [ + {"origin": [9.25, 10.55, -1.05], "size": [1, 1, 1], "uv": [37, 10]} + ] + }, + { + "name": "fingertip2", + "parent": "finger2", + "pivot": [10.5, 11, -0.5], + "cubes": [ + {"origin": [10.25, 10.55, -1.05], "size": [1, 1, 1], "uv": [9, 37]} + ] + }, + { + "name": "finger3", + "parent": "fingers_right", + "pivot": [8.75, 10, -0.5], + "cubes": [ + {"origin": [16.5, 13.25, -1], "size": [1, 1, 1], "pivot": [7.5, 24.25, 0], "rotation": [0, 0, 35], "uv": [36, 23]} + ] + }, + { + "name": "fingertip3", + "parent": "finger3", + "pivot": [9.08041, 9.62701, -0.5], + "cubes": [ + {"origin": [17.35, 12.731, -1], "size": [1, 1, 1], "pivot": [8.25, 23.75, 0], "rotation": [0, 0, 35], "uv": [34, 36]} + ] + }, + { + "name": "arm_left", + "parent": "arms", + "pivot": [-2.25, 11.25, 0] + }, + { + "name": "upperarm_left", + "parent": "arm_left", + "pivot": [-1.5, 11.5, 0], + "cubes": [ + {"origin": [-5.25, 10.05, -1], "size": [4, 2, 2], "uv": [28, 6]} + ] + }, + { + "name": "forearm_left", + "parent": "arm_left", + "pivot": [-5.25, 11, 0], + "cubes": [ + {"origin": [-9.25, 10.05, -1], "size": [4, 2, 2], "uv": [0, 28]} + ] + }, + { + "name": "fingers_left", + "parent": "forearm_left", + "pivot": [-9.25, 11, -0.5] + }, + { + "name": "finger4", + "parent": "fingers_left", + "pivot": [-9, 11.5, -0.5], + "cubes": [ + {"origin": [-17.5, 7.75, -1], "size": [1, 1, 1], "pivot": [-7.5, -2.25, 0], "rotation": [0, 0, 35], "uv": [23, 35]} + ] + }, + { + "name": "fingertip4", + "parent": "finger4", + "pivot": [-10, 12.25, -0.5], + "cubes": [ + {"origin": [-10.58041, 11.87299, -1], "size": [1, 1, 1], "pivot": [-10.08041, 12.37299, -0.5], "rotation": [0, 0, 35], "uv": [27, 35]} + ] + }, + { + "name": "finger5", + "parent": "fingers_left", + "pivot": [-9.25, 11, 0], + "cubes": [ + {"origin": [-10.25, 10.55, -1.05], "size": [1, 1, 1], "uv": [31, 35]} + ] + }, + { + "name": "fingertip5", + "parent": "finger5", + "pivot": [-10.25, 11, -0.5], + "cubes": [ + {"origin": [-11.25, 10.55, -1.05], "size": [1, 1, 1], "uv": [35, 34]} + ] + }, + { + "name": "finger6", + "parent": "fingers_left", + "pivot": [-9, 10.25, -0.5], + "cubes": [ + {"origin": [-17.5, 13.25, -1], "size": [1, 1, 1], "pivot": [-7.5, 24.25, 0], "rotation": [0, 0, -35], "uv": [36, 18]} + ] + }, + { + "name": "fingertip6", + "parent": "finger6", + "pivot": [-9.25, 9.75, -0.5], + "cubes": [ + {"origin": [-18.35, 12.731, -1], "size": [1, 1, 1], "pivot": [-8.25, 23.75, 0], "rotation": [0, 0, -35], "uv": [6, 36]} + ] + }, + { + "name": "neck", + "parent": "torso", + "pivot": [0, 13, 0], + "cubes": [ + {"origin": [-0.5, 12.5, -0.5], "size": [1, 2, 1], "uv": [25, 31]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 12.75, 0.25], + "cubes": [ + {"origin": [-4, 13, -3], "size": [8, 6, 6], "uv": [0, 0]}, + {"origin": [-3, 16.5, -3.03], "size": [6, 1, 0], "uv": [27, 14]} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [0, 14, -3], + "cubes": [ + {"origin": [-0.5, 14, -3.02], "size": [1, 1, 0], "uv": [17, 12]}, + {"origin": [-1, 13, -3.01], "size": [2, 3, 0], "uv": [34, 25]}, + {"origin": [-0.5, 14.8, -3.031], "size": [1, 1, 0], "uv": [0, 21]}, + {"origin": [0, 13, -3.02], "size": [1, 1, 0], "uv": [0, 20]}, + {"origin": [-1, 13, -3.02], "size": [1, 1, 0], "uv": [15, 20]} + ] + }, + { + "name": "flaps", + "parent": "head", + "pivot": [0, 17, 2] + }, + { + "name": "flap_left", + "parent": "flaps", + "pivot": [-0.25, 17.75, 3], + "rotation": [0, -12.5, 0], + "cubes": [ + {"origin": [-0.13669, 17, 2.93642], "size": [0, 2, 2], "uv": [10, 33]}, + {"origin": [-0.13669, 17, 4.93642], "size": [0, 2, 2], "uv": [32, 31]}, + {"origin": [-0.13669, 17, 6.93642], "size": [0, 2, 2], "uv": [32, 21]} + ] + }, + { + "name": "flap_right", + "parent": "flaps", + "pivot": [0.25, 17.75, 3], + "rotation": [0, 12.5, 0], + "cubes": [ + {"origin": [0.32666, 17, 2.9846], "size": [0, 2, 2], "uv": [18, 28]}, + {"origin": [0.32666, 17, 4.9846], "size": [0, 2, 2], "uv": [23, 18]}, + {"origin": [0.32666, 17, 6.9846], "size": [0, 2, 2], "uv": [11, 18]} + ] + }, + { + "name": "whitefur2", + "parent": "head", + "pivot": [-0.25, 18.25, -2.25], + "rotation": [0, 0, 35], + "cubes": [ + {"origin": [-2.07358, 17.31915, -2.75], "size": [2, 3, 1], "uv": [32, 29]}, + {"origin": [-0.26604, 17.89279, -2.75], "size": [1, 3, 1], "pivot": [1.5, 18.25, 0], "rotation": [0, 0, 15], "uv": [6, 32]} + ] + }, + { + "name": "fur_side", + "parent": "head", + "pivot": [-0.25, 16, 0], + "cubes": [ + {"origin": [4, 13, 0], "size": [3, 6, 0], "uv": [0, 32]}, + {"origin": [-7, 13, 0], "size": [3, 6, 0], "uv": [0, 0]} + ] + }, + { + "name": "greyfur", + "parent": "head", + "pivot": [0, 18.75, 1], + "rotation": [-2.5, 0, 0], + "cubes": [ + {"origin": [-3.38438, 17.40616, -0.01042], "size": [3, 4, 2], "pivot": [-1, 17.47914, 3.7941], "rotation": [0, 0, 25], "uv": [22, 29]}, + {"origin": [0.1771, 17.79732, 0.23958], "size": [1, 3, 1], "pivot": [0.75, 17.97914, 4.0441], "rotation": [0, 0, 35], "uv": [0, 12]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [-0.5, 12.5, 0.5], + "cubes": [ + {"origin": [1.5, 15.85, -3.02], "size": [1, 1, 1], "uv": [25, 37]}, + {"origin": [-2.5, 15.85, -3.02], "size": [1, 1, 1], "uv": [21, 37]}, + {"origin": [-3, 15.5, -3.01], "size": [2, 1, 0], "uv": [34, 28]}, + {"origin": [-3, 16.48, -3.031], "size": [2, 1, 0], "uv": [20, 25]}, + {"origin": [1, 15.5, -3.01], "size": [2, 1, 0], "uv": [23, 22]}, + {"origin": [1, 16.49, -3.031], "size": [2, 1, 0], "uv": [12, 15]} + ] + }, + { + "name": "eyebrows", + "parent": "eyes", + "pivot": [0, 17.25, -3] + }, + { + "name": "1", + "parent": "eyebrows", + "pivot": [-2.11783, 17.74213, -3.033], + "cubes": [ + {"origin": [-4.35, 17.25, -3.033], "size": [3, 1, 0], "pivot": [-2.5, 16.25, -3.25], "rotation": [0, 0, 27.5], "uv": [14, 25]} + ] + }, + { + "name": "2", + "parent": "eyebrows", + "pivot": [2.11783, 17.74213, -3.033], + "cubes": [ + {"origin": [0.61783, 17.24213, -3.033], "size": [3, 1, 0], "pivot": [2.11783, 17.74213, -3.033], "rotation": [0, 0, -27.5], "uv": [11, 22]} + ] + }, + { + "name": "ears", + "parent": "head", + "pivot": [0, 18.25, 0.5], + "cubes": [ + {"origin": [-5, 17.25, -0.25], "size": [3, 3, 2], "pivot": [-4, 18.25, 0.75], "rotation": [0, 0, -40], "uv": [10, 30]}, + {"origin": [1.25, 17.5, -0.25], "size": [3, 3, 2], "pivot": [3.25, 17.5, 0.75], "rotation": [0, 0, 40], "uv": [28, 18]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kyogre/kyogre.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kyogre/kyogre.geo.json new file mode 100644 index 0000000..b66b91b --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kyogre/kyogre.geo.json @@ -0,0 +1,400 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 512, + "texture_height": 512, + "visible_bounds_width": 21, + "visible_bounds_height": 5, + "visible_bounds_offset": [0, 1.5, 0] + }, + "bones": [ + { + "name": "kyogre", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "kyogre", + "pivot": [0, 13, -9] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 14.23498, -6.5] + }, + { + "name": "worm", + "parent": "torso", + "pivot": [12.52624, 2.02735, -3.88028], + "cubes": [ + {"origin": [-26, -3.26502, -35], "size": [52, 35, 33], "uv": [0, 60]} + ] + }, + { + "name": "fin_upper_left", + "parent": "worm", + "pivot": [-17.36, 27.18, -13.99], + "rotation": [34.7224, 3.15856, -26.48831], + "cubes": [ + {"origin": [-16.36, 11.68, -24.99], "size": [0, 24, 41], "pivot": [-17.36, 24.18, -17.99], "rotation": [12.5, 0, -4], "uv": [4, 277], "mirror": true} + ] + }, + { + "name": "fin_upper_right", + "parent": "worm", + "pivot": [17.36, 27.18, -13.99], + "rotation": [34.7224, -3.15856, 26.48831], + "cubes": [ + {"origin": [16.36, 10.68, -24.99], "size": [0, 25, 41], "pivot": [17.36, 26.18, -17.99], "rotation": [12.5, 0, 4], "uv": [4, 277]} + ] + }, + { + "name": "body_font", + "parent": "worm", + "pivot": [0, 17.65777, -28.54431], + "cubes": [ + {"origin": [-23.5, -1.76502, -55], "size": [47, 32, 32], "uv": [0, 128]} + ] + }, + { + "name": "head", + "parent": "body_font", + "pivot": [0, 14.22843, -47.66], + "cubes": [ + {"origin": [-20, 10.81498, -80.73], "size": [40, 2, 1], "uv": [226, 184]}, + {"origin": [19.3, 10.81498, -80.74], "size": [1, 2, 8], "inflate": -0.001, "uv": [138, 147]}, + {"origin": [-20.31, 10.81498, -64.28], "size": [1, 2, 9], "inflate": -0.001, "uv": [0, 0], "mirror": true}, + {"origin": [-20.3, 10.81498, -80.74], "size": [1, 2, 8], "inflate": -0.001, "uv": [138, 147], "mirror": true}, + {"origin": [19.31, 10.81498, -64.28], "size": [1, 2, 9], "inflate": -0.001, "uv": [0, 0]}, + {"origin": [-20, 12.69734, -80.5], "size": [40, 14, 35], "inflate": 0.01, "uv": [135, 93]}, + {"origin": [-20, 10.87498, -80.5], "size": [40, 14, 28], "inflate": -0.001, "uv": [158, 142]}, + {"origin": [-20, 1.10498, -68.82], "size": [40, 20, 24], "inflate": -0.1, "pivot": [0, 14.53843, -65.66], "rotation": [-5, 0, 0], "uv": [0, 192]} + ] + }, + { + "name": "eye_right", + "parent": "head", + "pivot": [0.08, 17.20843, -67.16], + "cubes": [ + {"origin": [20.06, 9.25498, -74.52], "size": [0, 8, 12], "uv": [0, 8]}, + {"origin": [18.37, 14.29498, -65.52], "size": [2, 2, 1], "uv": [11, 0]}, + {"origin": [18.37, 14.29498, -64.52], "size": [2, 1, 1], "uv": [11, 3]}, + {"origin": [18.37, 14.29498, -73.52], "size": [2, 1, 1], "uv": [11, 3]}, + {"origin": [18.37, 14.29498, -72.52], "size": [2, 2, 1], "uv": [11, 0]}, + {"origin": [18.37, 12.29498, -64.52], "size": [2, 2, 2], "uv": [0, 0]}, + {"origin": [18.37, 12.29498, -74.52], "size": [2, 2, 2], "uv": [0, 0]}, + {"origin": [18.37, 15.29498, -71.52], "size": [2, 2, 6], "uv": [11, 0]} + ] + }, + { + "name": "eye_right_lid", + "parent": "eye_right", + "pivot": [18.37, 13.79498, -68.52], + "cubes": [ + {"origin": [17.37, 11.29498, -72.52], "size": [2, 5, 8], "uv": [126, 142]} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [-0.08, 17.20843, -67.16], + "cubes": [ + {"origin": [-20.37, 15.29498, -71.52], "size": [2, 2, 6], "uv": [11, 0], "mirror": true}, + {"origin": [-20.37, 12.29498, -74.52], "size": [2, 2, 2], "uv": [0, 0], "mirror": true}, + {"origin": [-20.37, 12.29498, -64.52], "size": [2, 2, 2], "uv": [0, 0], "mirror": true}, + {"origin": [-20.37, 14.29498, -72.52], "size": [2, 2, 1], "uv": [11, 0], "mirror": true}, + {"origin": [-20.37, 14.29498, -73.52], "size": [2, 1, 1], "uv": [11, 3], "mirror": true}, + {"origin": [-20.37, 14.29498, -64.52], "size": [2, 1, 1], "uv": [11, 3], "mirror": true}, + {"origin": [-20.37, 14.29498, -65.52], "size": [2, 2, 1], "uv": [11, 0], "mirror": true}, + {"origin": [-20.06, 9.25498, -74.52], "size": [0, 8, 12], "uv": [0, 0]} + ] + }, + { + "name": "eye_left_lid", + "parent": "eye_left", + "pivot": [-18.37, 13.79498, -68.52], + "cubes": [ + {"origin": [-19.37, 11.29498, -72.52], "size": [2, 5, 8], "uv": [126, 142], "mirror": true} + ] + }, + { + "name": "maxilla", + "parent": "head", + "pivot": [0, 11.89843, -65.12], + "cubes": [ + {"origin": [-20, 1.49962, -80.51205], "size": [40, 10, 16], "inflate": -0.09, "pivot": [0, 11.89843, -65.12], "rotation": [1.5, 0, 0], "uv": [208, 242]}, + {"origin": [-12, 5.81498, -78.5], "size": [24, 9, 27], "inflate": -0.001, "pivot": [0, 10.31498, -65], "rotation": [0, 0, -180], "uv": [106, 236]} + ] + }, + { + "name": "teeth_down", + "parent": "maxilla", + "pivot": [-0.11661, 9.94606, -77.85457], + "cubes": [ + {"origin": [1.23, -3.18502, -79.63], "size": [4, 4, 0], "pivot": [21.23, -6.59157, -65.97], "rotation": [0, 0, 45], "uv": [0, 128]}, + {"origin": [-3.94, -3.18502, -79.63], "size": [4, 4, 0], "pivot": [16.06, -6.59157, -65.97], "rotation": [0, 0, 45], "uv": [16, 128]}, + {"origin": [6.07, -3.18502, -79.63], "size": [4, 4, 0], "pivot": [26.07, -6.59157, -65.97], "rotation": [0, 0, 45], "uv": [18, 68]}, + {"origin": [19.78, -1.08502, -80.3], "size": [0, 4, 4], "pivot": [-0.22, 3.50843, -66.64], "rotation": [-45, 0, 0], "uv": [0, 43]}, + {"origin": [19.8, -1.08502, -75.47], "size": [0, 4, 4], "pivot": [-0.2, 3.50843, -61.81], "rotation": [-45, 0, 0], "uv": [12, 28]}, + {"origin": [-8.88, -3.18502, -79.63], "size": [4, 4, 0], "pivot": [11.12, -6.59157, -65.97], "rotation": [0, 0, 45], "uv": [24, 128]}, + {"origin": [-13.78, -3.18502, -79.63], "size": [4, 4, 0], "pivot": [6.22, -6.59157, -65.97], "rotation": [0, 0, 45], "uv": [126, 128]}, + {"origin": [-18.71, -3.18502, -79.63], "size": [4, 4, 0], "pivot": [1.29, -6.59157, -65.97], "rotation": [0, 0, 45], "uv": [0, 132]}, + {"origin": [-23.66, -3.18502, -79.63], "size": [4, 4, 0], "pivot": [-3.66, -6.59157, -65.97], "rotation": [0, 0, 45], "uv": [16, 132]}, + {"origin": [-19.8, -1.08502, -75.47], "size": [0, 4, 4], "pivot": [0.2, 3.50843, -61.81], "rotation": [-45, 0, 0], "uv": [0, 28]}, + {"origin": [-19.78, -1.08502, -80.3], "size": [0, 4, 4], "pivot": [0.22, 3.50843, -66.64], "rotation": [-45, 0, 0], "uv": [12, 24]}, + {"origin": [-28.49, -3.18502, -79.63], "size": [4, 4, 0], "pivot": [-8.49, -6.59157, -65.97], "rotation": [0, 0, 45], "uv": [24, 132]} + ] + }, + { + "name": "teeth", + "parent": "head", + "pivot": [0.22, 12.50843, -63.64], + "cubes": [ + {"origin": [19.78, 0.91498, -78.3], "size": [0, 4, 4], "pivot": [-0.22, 5.50843, -64.64], "rotation": [-45, 0, 0], "uv": [0, 24]}, + {"origin": [3.71, -1.45502, -79.63], "size": [4, 4, 0], "pivot": [23.71, -4.86157, -65.97], "rotation": [0, 0, 45], "uv": [16, 47]}, + {"origin": [-1.46, -1.45502, -79.63], "size": [4, 4, 0], "pivot": [18.54, -4.86157, -65.97], "rotation": [0, 0, 45], "uv": [0, 60]}, + {"origin": [-6.4, -1.45502, -79.63], "size": [4, 4, 0], "pivot": [13.6, -4.86157, -65.97], "rotation": [0, 0, 45], "uv": [18, 60]}, + {"origin": [-11.3, -1.45502, -79.63], "size": [4, 4, 0], "pivot": [8.7, -4.86157, -65.97], "rotation": [0, 0, 45], "uv": [0, 68]}, + {"origin": [-16.23, -1.45502, -79.63], "size": [4, 4, 0], "pivot": [3.77, -4.86157, -65.97], "rotation": [0, 0, 45], "uv": [18, 64]}, + {"origin": [-21.18, -1.45502, -79.63], "size": [4, 4, 0], "pivot": [-1.18, -4.86157, -65.97], "rotation": [0, 0, 45], "uv": [0, 64]}, + {"origin": [-26.01, -1.45502, -79.63], "size": [4, 4, 0], "pivot": [-6.01, -4.86157, -65.97], "rotation": [0, 0, 45], "uv": [8, 47]}, + {"origin": [-19.78, 0.91498, -78.3], "size": [0, 4, 4], "pivot": [0.22, 5.50843, -64.64], "rotation": [-45, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "fin_down_left", + "parent": "body_font", + "pivot": [22.14567, 4.36916, -45.81646], + "cubes": [ + {"origin": [16.24, -0.5, -46.01], "size": [13, 2, 13], "pivot": [28.24, -0.5, -45.01], "rotation": [1.86702, -50.78506, 29.93305], "uv": [213, 287]} + ] + }, + { + "name": "fin_down_right", + "parent": "body_font", + "pivot": [-22.14567, 4.36916, -45.81646], + "cubes": [ + {"origin": [-29.24, -0.5, -46.01], "size": [13, 2, 13], "pivot": [-28.24, -0.5, -45.01], "rotation": [1.86702, 50.78506, -29.93305], "uv": [78, 236]} + ] + }, + { + "name": "fin_right", + "parent": "torso", + "pivot": [29.22341, 10.67632, -15.23781], + "cubes": [ + {"origin": [16.95156, 9.73498, -33], "size": [25, 4, 17], "uv": [263, 0]} + ] + }, + { + "name": "fin_right1", + "parent": "fin_right", + "pivot": [39.83156, 11.90498, -24.23], + "cubes": [ + {"origin": [39.83156, 9.40498, -39.23], "size": [16, 5, 30], "inflate": 0.1, "uv": [250, 91]} + ] + }, + { + "name": "fin_right2", + "parent": "fin_right1", + "pivot": [53.87156, 11.99498, -24.73], + "cubes": [ + {"origin": [54.37156, 8.99498, -43.23], "size": [19, 6, 37], "inflate": 0.2, "uv": [217, 199]} + ] + }, + { + "name": "fin_right3", + "parent": "fin_right2", + "pivot": [72.18748, 11.99498, -25.2817], + "cubes": [ + {"origin": [72.37156, 8.99498, -52.23], "size": [48, 6, 54], "inflate": 0.3, "uv": [0, 0]}, + {"origin": [111.08156, 10.99498, -52.23], "size": [20, 2, 10], "inflate": 0.3, "pivot": [122.58156, 11.99498, -47.23], "rotation": [0, 10, 0], "uv": [284, 33]}, + {"origin": [112.81156, 10.99498, -37.23], "size": [20, 2, 10], "inflate": 0.3, "pivot": [124.31156, 11.99498, -32.23], "rotation": [0, 3, 0], "uv": [284, 21]}, + {"origin": [112.81156, 10.99498, -23.23], "size": [20, 2, 10], "inflate": 0.3, "pivot": [124.31156, 11.99498, -18.23], "rotation": [0, -5, 0], "uv": [0, 282]}, + {"origin": [109.45156, 10.99498, -8.47], "size": [20, 2, 10], "inflate": 0.3, "pivot": [120.95156, 11.99498, -3.47], "rotation": [0, -15, 0], "uv": [246, 187]} + ] + }, + { + "name": "fin_left", + "parent": "torso", + "pivot": [-29.22341, 10.67632, -15.23781], + "cubes": [ + {"origin": [-41.95156, 9.73498, -33], "size": [25, 4, 17], "uv": [263, 0], "mirror": true} + ] + }, + { + "name": "fin_left1", + "parent": "fin_left", + "pivot": [-40.83156, 11.90498, -24.23], + "cubes": [ + {"origin": [-56.83156, 9.40498, -39.23], "size": [16, 5, 30], "inflate": 0.1, "uv": [250, 91], "mirror": true} + ] + }, + { + "name": "fin_left2", + "parent": "fin_left1", + "pivot": [-54.87156, 11.99498, -24.73], + "cubes": [ + {"origin": [-74.37156, 8.99498, -43.23], "size": [19, 6, 37], "inflate": 0.2, "uv": [217, 199], "mirror": true} + ] + }, + { + "name": "fin_left3", + "parent": "fin_left2", + "pivot": [-73.18748, 11.99498, -25.2817], + "cubes": [ + {"origin": [-121.37156, 8.99498, -52.23], "size": [48, 6, 54], "inflate": 0.3, "uv": [0, 0], "mirror": true}, + {"origin": [-132.08156, 10.99498, -52.23], "size": [20, 2, 10], "inflate": 0.3, "pivot": [-123.58156, 11.99498, -47.23], "rotation": [0, -10, 0], "uv": [284, 33], "mirror": true}, + {"origin": [-133.81156, 10.99498, -37.23], "size": [20, 2, 10], "inflate": 0.3, "pivot": [-125.31156, 11.99498, -32.23], "rotation": [0, -3, 0], "uv": [284, 21], "mirror": true}, + {"origin": [-133.81156, 10.99498, -23.23], "size": [20, 2, 10], "inflate": 0.3, "pivot": [-125.31156, 11.99498, -18.23], "rotation": [0, 5, 0], "uv": [0, 282], "mirror": true}, + {"origin": [-130.45156, 10.99498, -8.47], "size": [20, 2, 10], "inflate": 0.3, "pivot": [-121.95156, 11.99498, -3.47], "rotation": [0, 15, 0], "uv": [246, 187], "mirror": true} + ] + }, + { + "name": "body_rear", + "parent": "body", + "pivot": [0, 12.73498, -7.24], + "cubes": [ + {"origin": [-23, -1.25538, -5], "size": [46, 30, 21], "uv": [150, 0]}, + {"origin": [-23, -1.25538, -14.33], "size": [46, 30, 10], "inflate": -0.1, "uv": [194, 51]} + ] + }, + { + "name": "body_rear1", + "parent": "body_rear", + "pivot": [0, 13.73498, 18.76], + "cubes": [ + {"origin": [-17, 1.73498, 10], "size": [34, 24, 28], "uv": [130, 184]} + ] + }, + { + "name": "tail", + "parent": "body_rear1", + "pivot": [0, 13.73498, 33.76], + "cubes": [ + {"origin": [-12.5, 4.73498, 29.76], "size": [25, 18, 28], "uv": [0, 236]} + ] + }, + { + "name": "tail_main1", + "parent": "tail", + "pivot": [0, 15.07498, 52.77], + "cubes": [ + {"origin": [-8.5, 7.73498, 48.15], "size": [17, 12, 27], "uv": [266, 126]} + ] + }, + { + "name": "bone16", + "parent": "tail_main1", + "pivot": [0, 16.07498, 70.77], + "cubes": [ + {"origin": [-6.5, 8.07498, 67.27], "size": [13, 12, 20], "inflate": -1.5, "uv": [257, 268]} + ] + }, + { + "name": "tail_main2", + "parent": "tail", + "pivot": [0, 14, 51] + }, + { + "name": "tail_main_right", + "parent": "tail_main2", + "pivot": [9.03284, 11.98272, 54.34503], + "cubes": [ + {"origin": [6.75, 8.73498, 52.75], "size": [28, 6, 13], "pivot": [23.25, 11.73498, 59.25], "rotation": [0, -18, 0], "uv": [93, 272]} + ] + }, + { + "name": "tail_main_right1", + "parent": "tail_main_right", + "pivot": [17.66284, 11.98272, 64.34503], + "cubes": [ + {"origin": [13.51, 11.73498, 62.74], "size": [10, 0, 26], "uv": [131, 60]} + ] + }, + { + "name": "tail_main_right1_1", + "parent": "tail_main_right1", + "pivot": [18.66284, 11.73272, 88.71503], + "cubes": [ + {"origin": [13.51, 11.73498, 88.74], "size": [10, 0, 27], "uv": [0, 27]} + ] + }, + { + "name": "tail_main_right2", + "parent": "tail_main_right", + "pivot": [35.03284, 11.98272, 56.34503], + "cubes": [ + {"origin": [25.2, 10.26498, 63.26], "size": [21, 3, 9], "pivot": [36.7, 13.26498, 69.76], "rotation": [0, -58, 0], "uv": [51, 291]} + ] + }, + { + "name": "tail_main_right2_1", + "parent": "tail_main_right2", + "pivot": [45.03284, 11.98272, 74.34503], + "cubes": [ + {"origin": [36.88, 11.73498, 73.74], "size": [10, 0, 21], "uv": [205, 187]} + ] + }, + { + "name": "tail_main_right2_2", + "parent": "tail_main_right2_1", + "pivot": [42.03284, 11.71272, 94.75503], + "cubes": [ + {"origin": [36.88, 11.73498, 94.74], "size": [10, 0, 21], "uv": [83, 192]} + ] + }, + { + "name": "tail_main_left", + "parent": "tail_main2", + "pivot": [-9.03284, 11.98272, 54.34503], + "cubes": [ + {"origin": [-34.75, 8.73498, 52.75], "size": [28, 6, 13], "pivot": [-23.25, 11.73498, 59.25], "rotation": [0, 18, 0], "uv": [195, 268]} + ] + }, + { + "name": "tail_main_left1", + "parent": "tail_main_left", + "pivot": [-17.66284, 11.98272, 64.34503], + "cubes": [ + {"origin": [-23.51, 11.73498, 62.74], "size": [10, 0, 26], "uv": [111, 60]} + ] + }, + { + "name": "tail_main_left1_1", + "parent": "tail_main_left1", + "pivot": [-18.66284, 11.73272, 88.71503], + "cubes": [ + {"origin": [-23.51, 11.73498, 88.74], "size": [10, 0, 27], "uv": [0, 0]} + ] + }, + { + "name": "tail_main_left2", + "parent": "tail_main_left", + "pivot": [-35.03284, 11.98272, 56.34503], + "cubes": [ + {"origin": [-46.2, 10.26498, 63.26], "size": [21, 3, 9], "pivot": [-36.7, 13.26498, 69.76], "rotation": [0, 58, 0], "uv": [166, 287]} + ] + }, + { + "name": "tail_main_left2_1", + "parent": "tail_main_left2", + "pivot": [-45.03284, 11.98272, 74.34503], + "cubes": [ + {"origin": [-46.88, 11.73498, 73.74], "size": [10, 0, 21], "uv": [137, 142]} + ] + }, + { + "name": "tail_main_left2_2", + "parent": "tail_main_left2_1", + "pivot": [-42.03284, 11.71272, 94.75503], + "cubes": [ + {"origin": [-46.88, 11.73498, 94.74], "size": [10, 0, 21], "uv": [129, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kyogreprimal/kyogreprimal.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kyogreprimal/kyogreprimal.geo.json new file mode 100644 index 0000000..052844e --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kyogreprimal/kyogreprimal.geo.json @@ -0,0 +1,454 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 512, + "texture_height": 512, + "visible_bounds_width": 22, + "visible_bounds_height": 17, + "visible_bounds_offset": [0, 3.5, 0] + }, + "bones": [ + { + "name": "kyogre", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "kyogre", + "pivot": [0, 13, -4] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 14.23498, -1.5], + "cubes": [ + {"origin": [-26, -3.26502, -30], "size": [52, 35, 33], "uv": [0, 120]} + ] + }, + { + "name": "body_font", + "parent": "torso", + "pivot": [0, 17.65777, -23.54431], + "cubes": [ + {"origin": [-23.5, -1.76502, -50], "size": [47, 32, 32], "uv": [138, 156]} + ] + }, + { + "name": "head", + "parent": "body_font", + "pivot": [0, 13.22843, -42.66], + "rotation": [-2.5, 0, 0], + "cubes": [ + {"origin": [-20, 9.81498, -75.73], "size": [40, 2, 1], "uv": [150, 49]}, + {"origin": [19.3, 9.81498, -75.74], "size": [1, 2, 8], "inflate": -0.001, "uv": [150, 60]}, + {"origin": [-20.31, 9.81498, -59.28], "size": [1, 2, 9], "inflate": -0.001, "uv": [33, 42]}, + {"origin": [-20.3, 9.81498, -75.74], "size": [1, 2, 8], "inflate": -0.001, "uv": [150, 21]}, + {"origin": [19.31, 9.81498, -59.28], "size": [1, 2, 9], "inflate": -0.001, "uv": [137, 141]}, + {"origin": [-20, 11.82233, -73.49779], "size": [40, 14, 35], "inflate": 0.01, "pivot": [0, 12.35843, -62.1], "rotation": [9, 0, 0], "uv": [150, 0]}, + {"origin": [15, 20.68174, -59.84337], "size": [4, 5, 9], "inflate": 0.01, "pivot": [17, 23.18174, -55.34337], "rotation": [24, 0, 0], "uv": [0, 79]}, + {"origin": [14.34, 18.68174, -65.84337], "size": [4, 3, 9], "inflate": 0.01, "pivot": [16.34, 20.18174, -61.34337], "rotation": [24, 0, 0], "uv": [0, 0]}, + {"origin": [-19, 20.68174, -59.84337], "size": [4, 5, 9], "inflate": 0.01, "pivot": [-17, 23.18174, -55.34337], "rotation": [24, 0, 0], "uv": [0, 79], "mirror": true}, + {"origin": [-18.34, 18.68174, -65.84337], "size": [4, 3, 9], "inflate": 0.01, "pivot": [-16.34, 20.18174, -61.34337], "rotation": [24, 0, 0], "uv": [0, 0], "mirror": true}, + {"origin": [-20, 9.87498, -75.5], "size": [40, 14, 28], "inflate": -0.001, "uv": [176, 111]}, + {"origin": [-20, 0.10498, -63.82], "size": [40, 20, 24], "inflate": -0.1, "pivot": [0, 13.53843, -60.66], "rotation": [-5, 0, 0], "uv": [100, 220]}, + {"origin": [-12, 2.81498, -70.5], "size": [24, 9, 27], "inflate": -0.001, "uv": [190, 270]} + ] + }, + { + "name": "eye_right", + "parent": "head", + "pivot": [0.08, 16.20843, -62.16], + "cubes": [ + {"origin": [20.06, 8.25498, -69.52], "size": [0, 8, 12], "uv": [0, 8]}, + {"origin": [18.37, 13.29498, -60.52], "size": [2, 2, 1], "uv": [20, 60]}, + {"origin": [18.37, 13.29498, -59.52], "size": [2, 1, 1], "uv": [0, 36]}, + {"origin": [18.37, 13.29498, -68.52], "size": [2, 1, 1], "uv": [12, 36]}, + {"origin": [18.37, 13.29498, -67.52], "size": [2, 2, 1], "uv": [47, 60]}, + {"origin": [18.37, 11.29498, -59.52], "size": [2, 2, 2], "uv": [42, 29]}, + {"origin": [18.37, 11.29498, -69.52], "size": [2, 2, 2], "uv": [42, 33]}, + {"origin": [18.37, 14.29498, -66.52], "size": [2, 2, 6], "uv": [0, 188]} + ] + }, + { + "name": "eye_right_lid", + "parent": "eye_right", + "pivot": [18.37, 12.79498, -63.52], + "cubes": [ + {"origin": [17.37, 10.29498, -67.52], "size": [2, 5, 8], "uv": [149, 133]} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [-0.08, 16.20843, -62.16], + "cubes": [ + {"origin": [-20.37, 14.29498, -66.52], "size": [2, 2, 6], "uv": [160, 21]}, + {"origin": [-20.37, 11.29498, -69.52], "size": [2, 2, 2], "uv": [0, 0]}, + {"origin": [-20.37, 11.29498, -59.52], "size": [2, 2, 2], "uv": [17, 0]}, + {"origin": [-20.37, 13.29498, -67.52], "size": [2, 2, 1], "uv": [48, 28]}, + {"origin": [-20.37, 13.29498, -68.52], "size": [2, 1, 1], "uv": [23, 0]}, + {"origin": [-20.37, 13.29498, -59.52], "size": [2, 1, 1], "uv": [23, 27]}, + {"origin": [-20.37, 13.29498, -60.52], "size": [2, 2, 1], "uv": [24, 51]}, + {"origin": [-20.06, 8.25498, -69.52], "size": [0, 8, 12], "uv": [0, 0]} + ] + }, + { + "name": "eye_left_lid", + "parent": "eye_left", + "pivot": [-18.37, 12.79498, -63.52], + "cubes": [ + {"origin": [-19.37, 10.29498, -67.52], "size": [2, 5, 8], "uv": [0, 93]} + ] + }, + { + "name": "maxilla", + "parent": "head", + "pivot": [0, 10.89843, -60.12], + "cubes": [ + {"origin": [-20, 0.49962, -75.51205], "size": [40, 10, 16], "inflate": -0.09, "pivot": [0, 10.89843, -60.12], "rotation": [1.5, 0, 0], "uv": [263, 49]} + ] + }, + { + "name": "teeth_down", + "parent": "maxilla", + "pivot": [-0.11661, 8.94606, -72.85457], + "cubes": [ + {"origin": [1.23, -4.18502, -74.641], "size": [4, 4, 0], "pivot": [21.23, -7.59157, -60.97], "rotation": [0, 0, 45], "uv": [17, 79]}, + {"origin": [-3.94, -4.18502, -74.639], "size": [4, 4, 0], "pivot": [16.06, -7.59157, -60.97], "rotation": [0, 0, 45], "uv": [0, 83]}, + {"origin": [6.07, -4.18502, -74.643], "size": [4, 4, 0], "pivot": [26.07, -7.59157, -60.97], "rotation": [0, 0, 45], "uv": [0, 79]}, + {"origin": [19.78, -2.08502, -75.3], "size": [0, 4, 4], "pivot": [-0.22, 2.50843, -61.64], "rotation": [-45, 0, 0], "uv": [12, 28]}, + {"origin": [19.8, -2.08502, -70.47], "size": [0, 4, 4], "pivot": [-0.2, 2.50843, -56.81], "rotation": [-45, 0, 0], "uv": [0, 28]}, + {"origin": [-8.88, -4.18502, -74.638], "size": [4, 4, 0], "pivot": [11.12, -7.59157, -60.97], "rotation": [0, 0, 45], "uv": [17, 83]}, + {"origin": [-13.78, -4.18502, -74.635], "size": [4, 4, 0], "pivot": [6.22, -7.59157, -60.97], "rotation": [0, 0, 45], "uv": [46, 87]}, + {"origin": [-18.71, -4.18502, -74.63], "size": [4, 4, 0], "pivot": [1.29, -7.59157, -60.97], "rotation": [0, 0, 45], "uv": [46, 91]}, + {"origin": [-23.66, -4.18502, -74.632], "size": [4, 4, 0], "pivot": [-3.66, -7.59157, -60.97], "rotation": [0, 0, 45], "uv": [0, 93]}, + {"origin": [-19.8, -2.08502, -70.47], "size": [0, 4, 4], "pivot": [0.2, 2.50843, -56.81], "rotation": [-45, 0, 0], "uv": [12, 24]}, + {"origin": [-19.78, -2.08502, -75.3], "size": [0, 4, 4], "pivot": [0.22, 2.50843, -61.64], "rotation": [-45, 0, 0], "uv": [0, 24]}, + {"origin": [-28.29, -4.18502, -74.63], "size": [4, 4, 0], "pivot": [-8.29, -7.59157, -60.97], "rotation": [0, 0, 45], "uv": [12, 93]} + ] + }, + { + "name": "teeth", + "parent": "head", + "pivot": [0.22, 10.50843, -58.64], + "cubes": [ + {"origin": [19.781, -1.08502, -73.3], "size": [0, 4, 4], "pivot": [-0.22, 3.50843, -59.64], "rotation": [-45, 0, 0], "uv": [17, 0]}, + {"origin": [3.71, -3.45502, -74.642], "size": [4, 4, 0], "pivot": [23.71, -6.86157, -60.97], "rotation": [0, 0, 45], "uv": [44, 41]}, + {"origin": [-1.46, -3.45502, -74.64], "size": [4, 4, 0], "pivot": [18.54, -6.86157, -60.97], "rotation": [0, 0, 45], "uv": [44, 45]}, + {"origin": [-6.4, -3.45502, -74.63], "size": [4, 4, 0], "pivot": [13.6, -6.86157, -60.97], "rotation": [0, 0, 45], "uv": [0, 60]}, + {"origin": [-11.3, -3.45502, -74.636], "size": [4, 4, 0], "pivot": [8.7, -6.86157, -60.97], "rotation": [0, 0, 45], "uv": [12, 64]}, + {"origin": [-16.23, -3.45502, -74.634], "size": [4, 4, 0], "pivot": [3.77, -6.86157, -60.97], "rotation": [0, 0, 45], "uv": [0, 64]}, + {"origin": [-21.18, -3.45502, -74.633], "size": [4, 4, 0], "pivot": [-1.18, -6.86157, -60.97], "rotation": [0, 0, 45], "uv": [12, 60]}, + {"origin": [-26.01, -3.45502, -74.631], "size": [4, 4, 0], "pivot": [-6.01, -6.86157, -60.97], "rotation": [0, 0, 45], "uv": [42, 37]}, + {"origin": [-19.78, -1.08502, -73.3], "size": [0, 4, 4], "pivot": [0.22, 3.50843, -59.64], "rotation": [-45, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "fin_down_left", + "parent": "body_font", + "pivot": [22.14567, 4.36916, -40.81646], + "cubes": [ + {"origin": [16.24, -0.5, -41.01], "size": [13, 2, 13], "pivot": [28.24, -0.5, -40.01], "rotation": [1.86702, -50.78506, 29.93305], "uv": [157, 318]} + ] + }, + { + "name": "fin_down_right", + "parent": "body_font", + "pivot": [-22.14567, 4.36916, -40.81646], + "cubes": [ + {"origin": [-29.24, -0.5, -41.01], "size": [13, 2, 13], "pivot": [-28.24, -0.5, -40.01], "rotation": [1.86702, 50.78506, -29.93305], "uv": [162, 270]} + ] + }, + { + "name": "fin_right", + "parent": "torso", + "pivot": [29.22341, 10.67632, -10.23781], + "cubes": [ + {"origin": [16.95156, 9.73498, -28], "size": [25, 4, 17], "uv": [284, 94]} + ] + }, + { + "name": "fin_right1", + "parent": "fin_right", + "pivot": [39.83156, 11.90498, -19.23], + "cubes": [ + {"origin": [39.83156, 9.40498, -34.23], "size": [16, 5, 30], "inflate": 0.1, "uv": [265, 0]} + ] + }, + { + "name": "fin_right2", + "parent": "fin_right1", + "pivot": [53.87156, 11.99498, -19.73], + "cubes": [ + {"origin": [54.37156, 8.99498, -38.23], "size": [19, 6, 37], "inflate": 0.2, "uv": [0, 240]} + ] + }, + { + "name": "fin_right3", + "parent": "fin_right2", + "pivot": [72.18748, 11.99498, -20.2817], + "cubes": [ + {"origin": [72.37156, 8.99498, -47.23], "size": [48, 6, 54], "inflate": 0.3, "uv": [0, 60]}, + {"origin": [82.37156, 10.69498, -28.23], "size": [15, 3, 15], "inflate": 0.3, "pivot": [89.87156, 12.19498, -20.73], "rotation": [0, 45, 0], "uv": [284, 115]}, + {"origin": [93.37156, 10.69498, -13.78], "size": [8, 3, 3], "inflate": 0.2, "pivot": [100.87156, 12.19498, -12.28], "rotation": [0, -25, 0], "uv": [0, 106]}, + {"origin": [100.89156, 10.69498, -33.41], "size": [6, 3, 3], "inflate": 0.5, "pivot": [106.39156, 12.19498, -31.91], "rotation": [0, 25, 0], "uv": [150, 70]}, + {"origin": [93.37156, 10.69498, -30.78], "size": [8, 3, 3], "inflate": 0.2, "pivot": [100.87156, 12.19498, -29.28], "rotation": [0, 25, 0], "uv": [0, 106]}, + {"origin": [100.89156, 10.69498, -11.13], "size": [6, 3, 3], "inflate": 0.5, "pivot": [106.39156, 12.19498, -9.63], "rotation": [0, -25, 0], "uv": [150, 70]}, + {"origin": [74.37156, 10.69498, -22.64], "size": [8, 3, 4], "inflate": 0.2, "uv": [0, 47]}, + {"origin": [111.08156, 10.99498, -47.56], "size": [20, 2, 10], "inflate": 0.3, "pivot": [122.58156, 11.99498, -42.55], "rotation": [0, 20, 0], "uv": [50, 310]}, + {"origin": [113.81156, 10.99498, -32.23], "size": [20, 2, 10], "inflate": 0.3, "pivot": [125.31156, 11.99498, -27.23], "rotation": [0, 3, 0], "uv": [110, 310]}, + {"origin": [113.81156, 10.99498, -17.23], "size": [20, 2, 10], "inflate": 0.3, "pivot": [125.31156, 11.99498, -12.23], "rotation": [0, -5, 0], "uv": [312, 133]}, + {"origin": [111.45156, 10.99498, -2.9], "size": [20, 2, 10], "inflate": 0.3, "pivot": [122.95156, 11.99498, 2.1], "rotation": [0, -20, 0], "uv": [0, 316]} + ] + }, + { + "name": "fin_left", + "parent": "torso", + "pivot": [-29.22341, 10.67632, -10.23781], + "cubes": [ + {"origin": [-41.95156, 9.73498, -28], "size": [25, 4, 17], "uv": [0, 283]} + ] + }, + { + "name": "fin_left1", + "parent": "fin_left", + "pivot": [-40.83156, 11.90498, -19.23], + "cubes": [ + {"origin": [-56.83156, 9.40498, -34.23], "size": [16, 5, 30], "inflate": 0.1, "uv": [264, 153]} + ] + }, + { + "name": "fin_left2", + "parent": "fin_left1", + "pivot": [-54.87156, 11.99498, -19.73], + "cubes": [ + {"origin": [-74.37156, 8.99498, -38.23], "size": [19, 6, 37], "inflate": 0.2, "uv": [191, 227]} + ] + }, + { + "name": "fin_left3", + "parent": "fin_left2", + "pivot": [-73.18748, 11.99498, -20.2817], + "cubes": [ + {"origin": [-82.37156, 10.69498, -22.64], "size": [8, 3, 4], "inflate": 0.2, "uv": [0, 47], "mirror": true}, + {"origin": [-97.37156, 10.69498, -28.23], "size": [15, 3, 15], "inflate": 0.3, "pivot": [-89.87156, 12.19498, -20.73], "rotation": [0, 45, 0], "uv": [284, 115], "mirror": true}, + {"origin": [-101.37156, 10.69498, -30.78], "size": [8, 3, 3], "inflate": 0.2, "pivot": [-100.87156, 12.19498, -29.28], "rotation": [0, -25, 0], "uv": [0, 106], "mirror": true}, + {"origin": [-106.89156, 10.69498, -33.41], "size": [6, 3, 3], "inflate": 0.5, "pivot": [-106.39156, 12.19498, -31.91], "rotation": [0, -25, 0], "uv": [150, 70], "mirror": true}, + {"origin": [-106.89156, 10.69498, -11.13], "size": [6, 3, 3], "inflate": 0.5, "pivot": [-106.39156, 12.19498, -9.63], "rotation": [0, 25, 0], "uv": [150, 70], "mirror": true}, + {"origin": [-101.37156, 10.69498, -13.78], "size": [8, 3, 3], "inflate": 0.2, "pivot": [-100.87156, 12.19498, -12.28], "rotation": [0, 25, 0], "uv": [0, 106], "mirror": true}, + {"origin": [-121.37156, 8.99498, -47.23], "size": [48, 6, 54], "inflate": 0.3, "uv": [0, 0]}, + {"origin": [-131.08156, 10.99498, -47.56], "size": [20, 2, 10], "inflate": 0.3, "pivot": [-122.58156, 11.99498, -42.55], "rotation": [0, -20, 0], "uv": [50, 310], "mirror": true}, + {"origin": [-133.81156, 10.99498, -32.23], "size": [20, 2, 10], "inflate": 0.3, "pivot": [-125.31156, 11.99498, -27.23], "rotation": [0, -3, 0], "uv": [110, 310], "mirror": true}, + {"origin": [-133.81156, 10.99498, -17.23], "size": [20, 2, 10], "inflate": 0.3, "pivot": [-125.31156, 11.99498, -12.23], "rotation": [0, 5, 0], "uv": [312, 133], "mirror": true}, + {"origin": [-131.45156, 10.99498, -2.9], "size": [20, 2, 10], "inflate": 0.3, "pivot": [-122.95156, 11.99498, 2.1], "rotation": [0, 20, 0], "uv": [0, 316], "mirror": true} + ] + }, + { + "name": "fin_upper_left", + "parent": "torso", + "pivot": [-17.36, 27.18, -8.99], + "rotation": [42.2224, 3.15856, -26.48831], + "cubes": [ + {"origin": [-17.66, 19.92, 7.75], "size": [0, 12, 20], "pivot": [-16.66, 31.92, 16.25], "rotation": [-19.88487, 3.24199, -4.24018], "uv": [96, 168]}, + {"origin": [-18.26, 25.28, -1.76], "size": [0, 10, 15], "pivot": [-17.76, 36.28, 4.74], "rotation": [-12.49658, -0.1308, -2.99715], "uv": [75, 249]}, + {"origin": [-16.66, 12.88, -7.56], "size": [1, 18, 14], "inflate": 0.1, "pivot": [-16.16, 21.88, -1.06], "rotation": [-93.8576, -0.30203, -15.88992], "uv": [286, 318]}, + {"origin": [-13.21, 0.74, -8.5], "size": [1, 18, 14], "inflate": 0.1, "pivot": [-12.71, 9.74, -2], "rotation": [-93.8576, -0.30203, -15.88992], "uv": [256, 318]}, + {"origin": [-13.21, 0.74, -8.5], "size": [1, 18, 14], "inflate": 0.1, "pivot": [-12.71, 9.74, -2], "rotation": [-93.8576, -0.30203, -15.88992], "uv": [226, 306]}, + {"origin": [-17.57, 17.68, -14.97], "size": [0, 19, 14], "pivot": [-16.57, 27.18, -7.97], "rotation": [0, 0, -4], "uv": [0, 120]} + ] + }, + { + "name": "fin_upper_right", + "parent": "torso", + "pivot": [17.36, 27.18, -8.99], + "rotation": [42.2224, -3.15856, 26.48831], + "cubes": [ + {"origin": [17.66, 19.92, 7.75], "size": [0, 12, 20], "pivot": [16.66, 31.92, 16.25], "rotation": [-19.88487, -3.24199, 4.24018], "uv": [96, 168], "mirror": true}, + {"origin": [18.26, 25.28, -1.76], "size": [0, 10, 15], "pivot": [17.76, 36.28, 4.74], "rotation": [-12.49658, 0.1308, 2.99715], "uv": [75, 249], "mirror": true}, + {"origin": [15.66, 12.88, -7.56], "size": [1, 18, 14], "inflate": 0.1, "pivot": [16.16, 21.88, -1.06], "rotation": [-93.8576, 0.30203, 15.88992], "uv": [286, 318], "mirror": true}, + {"origin": [12.21, 0.74, -8.5], "size": [1, 18, 14], "inflate": 0.1, "pivot": [12.71, 9.74, -2], "rotation": [-93.8576, 0.30203, 15.88992], "uv": [256, 318], "mirror": true}, + {"origin": [12.21, 0.74, -8.5], "size": [1, 18, 14], "inflate": 0.1, "pivot": [12.71, 9.74, -2], "rotation": [-93.8576, 0.30203, 15.88992], "uv": [226, 306], "mirror": true}, + {"origin": [17.57, 17.68, -14.97], "size": [0, 19, 14], "pivot": [16.57, 27.18, -7.97], "rotation": [0, 0, 4], "uv": [0, 120], "mirror": true} + ] + }, + { + "name": "body_rear", + "parent": "body", + "pivot": [0, 12.73498, -2.24], + "cubes": [ + {"origin": [-23, -1.25538, 0], "size": [46, 30, 21], "uv": [150, 60]}, + {"origin": [-23, -1.25538, -9.33], "size": [46, 30, 10], "inflate": -0.1, "uv": [266, 220]} + ] + }, + { + "name": "body_rear1", + "parent": "body_rear", + "pivot": [0, 13.73498, 23.76], + "cubes": [ + {"origin": [-17, 1.73498, 15], "size": [34, 24, 28], "uv": [0, 188]} + ] + }, + { + "name": "tail", + "parent": "body_rear1", + "pivot": [0, 13.73498, 38.76], + "cubes": [ + {"origin": [-12.5, 4.73498, 34.76], "size": [25, 18, 28], "uv": [84, 264]} + ] + }, + { + "name": "tail_main1", + "parent": "tail", + "pivot": [0, 15.07498, 57.77], + "cubes": [ + {"origin": [-8.5, 7.73498, 53.15], "size": [17, 12, 27], "uv": [265, 279]} + ] + }, + { + "name": "bone16", + "parent": "tail_main1", + "pivot": [0, 16.07498, 75.77], + "cubes": [ + {"origin": [-6.5, 8.07498, 72.27], "size": [13, 12, 20], "inflate": -1.5, "uv": [296, 188]} + ] + }, + { + "name": "tail_main2", + "parent": "tail", + "pivot": [0, 14, 56] + }, + { + "name": "tail_main_left", + "parent": "tail_main2", + "pivot": [-12.03284, 11.98272, 59.34503], + "cubes": [ + {"origin": [-37.75, 8.73498, 57.75], "size": [32, 6, 13], "pivot": [-26.25, 11.73498, 64.25], "rotation": [0, 18, 0], "uv": [284, 75]} + ] + }, + { + "name": "tail_main_left1", + "parent": "tail_main_left", + "pivot": [-20.66284, 11.98272, 69.34503], + "cubes": [ + {"origin": [-26.51, 11.73498, 67.74], "size": [10, 0, 26], "uv": [0, 87]} + ] + }, + { + "name": "tail_main_left1_1", + "parent": "tail_main_left1", + "pivot": [-21.66284, 11.73272, 93.71503], + "cubes": [ + {"origin": [-26.51, 11.73498, 93.74], "size": [10, 0, 27], "uv": [0, 60]} + ] + }, + { + "name": "tail_main_left1_2", + "parent": "tail_main_left1_1", + "pivot": [-21.66284, 10.98272, 121.34503], + "cubes": [ + {"origin": [-26.51, 11.73498, 120.74], "size": [10, 0, 22], "uv": [0, 29]} + ] + }, + { + "name": "tail_main_left2", + "parent": "tail_main_left", + "pivot": [-33.03284, 11.98272, 54.34503], + "cubes": [ + {"origin": [-44.2, 10.26498, 61.26], "size": [13, 3, 9], "pivot": [-34.7, 13.26498, 67.76], "rotation": [0, 58, 0], "uv": [62, 322]} + ] + }, + { + "name": "tail_main_left2_1", + "parent": "tail_main_left2", + "pivot": [-43.03284, 11.98272, 72.34503], + "cubes": [ + {"origin": [-44.88, 11.73498, 71.74], "size": [10, 0, 21], "uv": [129, 0]} + ] + }, + { + "name": "tail_main_left2_2", + "parent": "tail_main_left2_1", + "pivot": [-40.03284, 11.71272, 92.75503], + "cubes": [ + {"origin": [-44.88, 11.73498, 92.74], "size": [10, 0, 21], "uv": [116, 120]} + ] + }, + { + "name": "tail_main_left2_3", + "parent": "tail_main_left2_2", + "pivot": [-41.03284, 11.98272, 114.34503], + "cubes": [ + {"origin": [-44.88, 11.73498, 113.74], "size": [10, 0, 29], "uv": [0, 0]} + ] + }, + { + "name": "tail_main_right", + "parent": "tail_main2", + "pivot": [12.03284, 11.98272, 59.34503], + "cubes": [ + {"origin": [5.75, 8.73498, 57.75], "size": [32, 6, 13], "pivot": [26.25, 11.73498, 64.25], "rotation": [0, -18, 0], "uv": [284, 75], "mirror": true} + ] + }, + { + "name": "tail_main_right1", + "parent": "tail_main_right", + "pivot": [20.66284, 11.98272, 69.34503], + "cubes": [ + {"origin": [16.51, 11.73498, 67.74], "size": [10, 0, 26], "uv": [0, 87], "mirror": true} + ] + }, + { + "name": "tail_main_right1_1", + "parent": "tail_main_right1", + "pivot": [21.66284, 11.73272, 93.71503], + "cubes": [ + {"origin": [16.51, 11.73498, 93.74], "size": [10, 0, 27], "uv": [0, 60], "mirror": true} + ] + }, + { + "name": "tail_main_right1_2", + "parent": "tail_main_right1_1", + "pivot": [23.66284, 11.98272, 120.34503], + "cubes": [ + {"origin": [16.51, 11.73498, 120.74], "size": [10, 0, 22], "uv": [0, 29], "mirror": true} + ] + }, + { + "name": "tail_main_right2", + "parent": "tail_main_right", + "pivot": [33.03284, 11.98272, 54.34503], + "cubes": [ + {"origin": [31.2, 10.26498, 61.26], "size": [13, 3, 9], "pivot": [34.7, 13.26498, 67.76], "rotation": [0, -58, 0], "uv": [62, 322], "mirror": true} + ] + }, + { + "name": "tail_main_right2_1", + "parent": "tail_main_right2", + "pivot": [43.03284, 11.98272, 72.34503], + "cubes": [ + {"origin": [34.88, 11.73498, 71.74], "size": [10, 0, 21], "uv": [129, 0], "mirror": true} + ] + }, + { + "name": "tail_main_right2_2", + "parent": "tail_main_right2_1", + "pivot": [40.03284, 11.71272, 92.75503], + "cubes": [ + {"origin": [34.88, 11.73498, 92.74], "size": [10, 0, 21], "uv": [116, 120], "mirror": true} + ] + }, + { + "name": "tail_main_right2_3", + "parent": "tail_main_right2_2", + "pivot": [42.03284, 12.98272, 113.34503], + "cubes": [ + {"origin": [34.88, 11.73498, 113.74], "size": [10, 0, 29], "uv": [0, 0], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kyurem/kyurem.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kyurem/kyurem.geo.json new file mode 100644 index 0000000..d02bd0e --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kyurem/kyurem.geo.json @@ -0,0 +1,558 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 256, + "texture_height": 256, + "visible_bounds_width": 9, + "visible_bounds_height": 6.5, + "visible_bounds_offset": [0, 2.75, 0] + }, + "bones": [ + { + "name": "kyurem", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "kyurem", + "pivot": [8, 33, 16] + }, + { + "name": "legs", + "parent": "body", + "pivot": [26, 23, 19.25] + }, + { + "name": "right_leg", + "parent": "legs", + "pivot": [8, 33, 16] + }, + { + "name": "thigh_right", + "parent": "right_leg", + "pivot": [26, 23, 19.25] + }, + { + "name": "thighR_1", + "parent": "thigh_right", + "pivot": [26, 23, 19.25], + "cubes": [ + {"origin": [10.5, 19.25, 8], "size": [6, 8, 16], "inflate": 0.01, "pivot": [16.5, 19.25, 19], "rotation": [7.5, 0, 0], "uv": [89, 96], "mirror": true} + ] + }, + { + "name": "thighR_2", + "parent": "thigh_right", + "pivot": [26, 23, 19.25], + "cubes": [ + {"origin": [9.25, 25.75, 7], "size": [9, 6, 19], "uv": [67, 0], "mirror": true} + ] + }, + { + "name": "thighR_3", + "parent": "thigh_right", + "pivot": [15.25, 29.25, 18], + "cubes": [ + {"origin": [9.25, 30.25, 7], "size": [9, 12, 19], "inflate": 0.01, "pivot": [15.25, 30.25, 18], "rotation": [-7.5, 0, 0], "uv": [68, 50], "mirror": true} + ] + }, + { + "name": "ankle_right", + "parent": "right_leg", + "pivot": [15.5, 25, 25.25], + "cubes": [ + {"origin": [9.5, 15, 21.25], "size": [8, 11, 7], "uv": [0, 113], "mirror": true} + ] + }, + { + "name": "calf_right", + "parent": "ankle_right", + "pivot": [13.5, 14, 24.25], + "cubes": [ + {"origin": [10.5, 4, 22.25], "size": [6, 11, 5], "uv": [0, 147], "mirror": true} + ] + }, + { + "name": "foot_right", + "parent": "calf_right", + "pivot": [13, 3, 24.25], + "cubes": [ + {"origin": [10, 0, 19.25], "size": [7, 4, 9], "uv": [53, 50], "mirror": true} + ] + }, + { + "name": "toes_right", + "parent": "foot_right", + "pivot": [14, 1, 20] + }, + { + "name": "Rtoe1", + "parent": "toes_right", + "pivot": [30, 0, 7.5], + "rotation": [0, -25, 0], + "cubes": [ + {"origin": [21.24954, 0, 16.63095], "size": [2, 2, 2], "uv": [42, 154], "mirror": true}, + {"origin": [21.24954, 0, 18.63095], "size": [2, 3, 3], "uv": [55, 136], "mirror": true}, + {"origin": [20.74954, 0, 21.63095], "size": [3, 3, 4], "uv": [37, 88], "mirror": true} + ] + }, + { + "name": "Rtoe2", + "parent": "toes_right", + "pivot": [15.25, 0, 9.5], + "rotation": [0, 25, 0], + "cubes": [ + {"origin": [5.99954, 0, 14.11905], "size": [3, 3, 3], "uv": [44, 171], "mirror": true}, + {"origin": [6.59954, 0, 11.11905], "size": [2, 3, 3], "uv": [55, 136], "mirror": true}, + {"origin": [6.59954, 0, 9.11905], "size": [2, 2, 2], "uv": [42, 154], "mirror": true} + ] + }, + { + "name": "Rtoe3", + "parent": "toes_right", + "pivot": [30, 0, 7.5], + "cubes": [ + {"origin": [12.5, 0, 11.25], "size": [2, 2, 2], "uv": [78, 63], "mirror": true}, + {"origin": [12.5, 0, 13.25], "size": [2, 3, 3], "uv": [58, 88], "mirror": true}, + {"origin": [12, 0, 16.25], "size": [3, 3, 3], "inflate": 0.01, "uv": [123, 19], "mirror": true} + ] + }, + { + "name": "left_leg", + "parent": "legs", + "pivot": [-8, 33, 16] + }, + { + "name": "thigh_left", + "parent": "left_leg", + "pivot": [-26, 23, 19.25] + }, + { + "name": "thighL_1", + "parent": "thigh_left", + "pivot": [-26, 23, 19.25], + "cubes": [ + {"origin": [-16.5, 19.25, 8], "size": [6, 8, 16], "inflate": 0.01, "pivot": [-16.5, 19.25, 19], "rotation": [7.5, 0, 0], "uv": [89, 96]} + ] + }, + { + "name": "thighL_2", + "parent": "thigh_left", + "pivot": [-26, 23, 19.25], + "cubes": [ + {"origin": [-18.25, 25.75, 7], "size": [9, 6, 19], "uv": [67, 0]} + ] + }, + { + "name": "thighL_3", + "parent": "thigh_left", + "pivot": [-15.25, 29.25, 18], + "cubes": [ + {"origin": [-18.25, 30.25, 7], "size": [9, 12, 19], "inflate": 0.01, "pivot": [-15.25, 30.25, 18], "rotation": [-7.5, 0, 0], "uv": [68, 50]} + ] + }, + { + "name": "ankle_left", + "parent": "left_leg", + "pivot": [-15.5, 25, 25.25], + "cubes": [ + {"origin": [-17.5, 15, 21.25], "size": [8, 11, 7], "uv": [0, 113]} + ] + }, + { + "name": "calf_left", + "parent": "ankle_left", + "pivot": [-13.5, 14, 24.25], + "cubes": [ + {"origin": [-16.5, 4, 22.25], "size": [6, 11, 5], "uv": [0, 147]} + ] + }, + { + "name": "foot_left", + "parent": "calf_left", + "pivot": [-13, 3, 24.25], + "cubes": [ + {"origin": [-17, 0, 19.25], "size": [7, 4, 9], "uv": [53, 50]} + ] + }, + { + "name": "toes_left", + "parent": "foot_left", + "pivot": [-14, 1, 20] + }, + { + "name": "Ltoe1", + "parent": "toes_left", + "pivot": [-30, 0, 7.5], + "rotation": [0, 25, 0], + "cubes": [ + {"origin": [-23.74954, 0, 21.63095], "size": [3, 3, 4], "uv": [37, 88]}, + {"origin": [-23.24954, 0, 18.63095], "size": [2, 3, 3], "uv": [55, 136]}, + {"origin": [-23.24954, 0, 16.63095], "size": [2, 2, 2], "uv": [42, 154]} + ] + }, + { + "name": "Ltoe2", + "parent": "toes_left", + "pivot": [-15.25, 0, 9.5], + "rotation": [0, -25, 0], + "cubes": [ + {"origin": [-8.59954, 0, 9.11905], "size": [2, 2, 2], "uv": [42, 154]}, + {"origin": [-8.59954, 0, 11.11905], "size": [2, 3, 3], "uv": [55, 136]}, + {"origin": [-8.99954, 0, 14.11905], "size": [3, 3, 3], "uv": [44, 171]} + ] + }, + { + "name": "Ltoe3", + "parent": "toes_left", + "pivot": [-30, 0, 7.5], + "cubes": [ + {"origin": [-14.5, 0, 13.25], "size": [2, 3, 3], "uv": [58, 88]}, + {"origin": [-14.5, 0, 11.25], "size": [2, 2, 2], "uv": [78, 63]}, + {"origin": [-15, 0, 16.25], "size": [3, 3, 3], "inflate": 0.01, "uv": [123, 19]} + ] + }, + { + "name": "bodymain", + "parent": "body", + "pivot": [0, 31.98073, 17.60126] + }, + { + "name": "tail", + "parent": "bodymain", + "pivot": [0, 38.5, 30.75], + "rotation": [-7.5, 0, 0] + }, + { + "name": "base", + "parent": "tail", + "pivot": [0, 40.98, 31.58745], + "cubes": [ + {"origin": [-2.5, 37.98, 29.08745], "size": [5, 5, 6], "pivot": [1, 37.98, 34.08745], "rotation": [12.5, 0, 0], "uv": [155, 100]}, + {"origin": [-5.5, 36.23, 34.83745], "size": [11, 11, 8], "pivot": [0, 39.23, 39.83745], "rotation": [12.5, 0, 0], "uv": [104, 0]}, + {"origin": [-6.5, 36.98, 42.58745], "size": [13, 13, 3], "pivot": [0, 40.98, 47.58745], "rotation": [12.5, 0, 0], "uv": [0, 131]} + ] + }, + { + "name": "ice_1", + "parent": "tail", + "pivot": [0, 40.98, 49.58745], + "cubes": [ + {"origin": [-2, 47.48, 44.83745], "size": [4, 3, 9], "pivot": [-0.5, 41.48, 50.83745], "rotation": [12.5, 0, 0], "uv": [53, 153]}, + {"origin": [-2, 48.48, 41.83745], "size": [4, 3, 6], "inflate": 0.01, "pivot": [-0.5, 41.48, 44.83745], "rotation": [17.5, 0, 0], "uv": [149, 125]}, + {"origin": [-1, 51.13, 47.08745], "size": [2, 2, 3], "pivot": [-0.5, 42.98, 50.08745], "rotation": [17.5, 0, 0], "uv": [132, 153]}, + {"origin": [-1.5, 49.91, 53.63745], "size": [3, 2, 8], "pivot": [-1, 42.98, 59.58745], "rotation": [12.5, 0, 0], "uv": [159, 13]}, + {"origin": [-1.5, 48.98, 41.93745], "size": [3, 3, 5], "inflate": 0.01, "pivot": [0, 41.98, 45.08745], "rotation": [47.5, 0, 0], "uv": [167, 86]} + ] + }, + { + "name": "ice_2", + "parent": "tail", + "pivot": [-1.5, 45.48, 49.58745], + "rotation": [-20.06358, -5.96759, 142.449], + "cubes": [ + {"origin": [-4.39426, 52.2875, 44.8382], "size": [4, 3, 9], "pivot": [-2, 45.98, 50.83745], "rotation": [12.5, 0, 0], "uv": [152, 35]}, + {"origin": [-3.39426, 55.93627, 47.11499], "size": [2, 2, 3], "pivot": [-2, 47.48, 50.08745], "rotation": [17.5, 0, 0], "uv": [139, 125]}, + {"origin": [-4.39426, 53.28627, 41.86499], "size": [4, 3, 6], "inflate": 0.01, "pivot": [-2, 45.98, 44.83745], "rotation": [17.5, 0, 0], "uv": [103, 120]}, + {"origin": [-3.89426, 54.7175, 53.6382], "size": [3, 2, 8], "pivot": [-2.5, 47.48, 59.58745], "rotation": [12.5, 0, 0], "uv": [157, 111]}, + {"origin": [-3.89426, 53.73147, 42.11444], "size": [3, 3, 5], "inflate": 0.01, "pivot": [-1.5, 46.48, 45.08745], "rotation": [47.5, 0, 0], "uv": [74, 167]} + ] + }, + { + "name": "ice_3", + "parent": "tail", + "pivot": [1.5, 45.48, 49.58745], + "rotation": [-20.06358, 5.96759, -142.449], + "cubes": [ + {"origin": [0.89426, 54.7175, 53.6382], "size": [3, 2, 8], "pivot": [2.5, 47.48, 59.58745], "rotation": [12.5, 0, 0], "uv": [157, 111], "mirror": true}, + {"origin": [0.89426, 53.73147, 42.11444], "size": [3, 3, 5], "inflate": 0.01, "pivot": [1.5, 46.48, 45.08745], "rotation": [47.5, 0, 0], "uv": [74, 167], "mirror": true}, + {"origin": [0.39426, 53.28627, 41.86499], "size": [4, 3, 6], "inflate": 0.01, "pivot": [2, 45.98, 44.83745], "rotation": [17.5, 0, 0], "uv": [103, 120], "mirror": true}, + {"origin": [0.39426, 52.2875, 44.8382], "size": [4, 3, 9], "pivot": [2, 45.98, 50.83745], "rotation": [12.5, 0, 0], "uv": [152, 35], "mirror": true}, + {"origin": [1.39426, 55.93627, 47.11499], "size": [2, 2, 3], "pivot": [2, 47.48, 50.08745], "rotation": [17.5, 0, 0], "uv": [139, 125], "mirror": true} + ] + }, + { + "name": "body1", + "parent": "bodymain", + "pivot": [-8.5, 32.75, 23.25], + "cubes": [ + {"origin": [-10.5, 18.75, 5.25], "size": [21, 25, 25], "pivot": [-8.5, 32.75, 23.25], "rotation": [-7.5, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "body2", + "parent": "body1", + "pivot": [0, 34.54548, 5.20832], + "cubes": [ + {"origin": [-9.5, 23, -8.25], "size": [19, 23, 15], "pivot": [-8.5, 35, -0.25], "rotation": [-5, 0, 0], "uv": [0, 50]} + ] + }, + { + "name": "body3", + "parent": "body2", + "pivot": [0, 35.19495, -9.76332], + "cubes": [ + {"origin": [-7.5, 26.5, -14.25], "size": [15, 18, 7], "pivot": [-8.5, 35.5, -14.25], "rotation": [-5, 0, 0], "uv": [0, 88]} + ] + }, + { + "name": "bodyice", + "parent": "body3", + "pivot": [-23.5, 29, -7.75] + }, + { + "name": "bodyice_left", + "parent": "bodyice", + "pivot": [-5.51798, 37.82974, -7.83862], + "cubes": [ + {"origin": [-10.5, 34, -3.25], "size": [3, 8, 4], "inflate": 0.002, "pivot": [-8.5, 33, -2.25], "rotation": [42.5, 0, 0], "uv": [153, 166]}, + {"origin": [-10.5, 34.5, -16.5], "size": [5, 8, 4], "inflate": 0.001, "pivot": [-8.5, 33.5, -13.5], "rotation": [-47.5, 0, 0], "uv": [159, 47]}, + {"origin": [-10.5, 30.65, -4.77], "size": [3, 6, 4], "pivot": [-27.5, 35.75, -10.75], "rotation": [-5, 0, 0], "uv": [16, 167]}, + {"origin": [-10.5, 31.9, -14.85], "size": [5, 5, 4], "pivot": [-27.5, 36, -20.75], "rotation": [-5, 0, 0], "uv": [163, 121]}, + {"origin": [-9.95, 23.87, -4.95], "size": [2, 8, 3], "pivot": [-26.75, 31, -11.75], "rotation": [-15.40373, -1.03681, -2.56988], "uv": [117, 89]}, + {"origin": [-0.2, 8.87, -10.75], "size": [3, 4, 2], "pivot": [-16.5, 12, -18.75], "rotation": [-14.34723, -17.27831, -63.04202], "uv": [171, 153]}, + {"origin": [14.8, 0.37, 1.25], "size": [2, 3, 1], "pivot": [-2.5, 3.5, -6.75], "rotation": [0.93912, 22.57286, -99.60219], "uv": [0, 113]}, + {"origin": [-14.75, 34.5, -9.75], "size": [9, 10, 5], "pivot": [-15.75, 44.5, -10.75], "rotation": [-3.69066, -3.37562, -42.39121], "uv": [92, 139]}, + {"origin": [-20, 35, -9.75], "size": [9, 6, 5], "pivot": [-21, 45, -10.75], "rotation": [-1.71394, -4.69776, -69.92969], "uv": [144, 89]}, + {"origin": [-21, 41, -9.75], "size": [11, 6, 5], "pivot": [-21, 45, -10.75], "rotation": [-1.71394, -4.69776, -69.92969], "uv": [129, 33]}, + {"origin": [-20, 41, -8.75], "size": [3, 6, 3], "inflate": 0.01, "pivot": [-21, 45, -10.75], "rotation": [-1.71394, -4.69776, -69.92969], "uv": [141, 169]}, + {"origin": [-25.5, 43, -8.5], "size": [3, 6, 3], "inflate": 0.01, "pivot": [-26.5, 47, -10.5], "rotation": [-1.71394, -4.69776, -69.92969], "uv": [129, 169]}, + {"origin": [-14, 46, -8.75], "size": [3, 1, 3], "inflate": 0.01, "pivot": [-21, 45, -10.75], "rotation": [-1.71394, -4.69776, -69.92969], "uv": [105, 64]}, + {"origin": [-17.5, 44.25, -8.75], "size": [3, 6, 3], "inflate": 0.01, "pivot": [-24.5, 46.25, -10.75], "rotation": [-1.71394, -4.69776, -69.92969], "uv": [103, 154]}, + {"origin": [-8.2, 20.87, -15.45], "size": [4, 6, 3], "pivot": [-25, 26, -22.25], "rotation": [2.65327, -2.36906, -17.40247], "uv": [169, 35], "mirror": true}, + {"origin": [17.8, 6.87, -14.5], "size": [2, 3, 1], "pivot": [0.5, 10, -22.5], "rotation": [18.37038, -4.92385, -100.03742], "uv": [66, 112], "mirror": true}, + {"origin": [7.05, 7.87, -15.25], "size": [2, 3, 2], "pivot": [-10.25, 10, -23.25], "rotation": [6.20283, -4.82922, -74.9453], "uv": [170, 139], "mirror": true} + ] + }, + { + "name": "bodyice_right", + "parent": "bodyice", + "pivot": [4.78692, 37.27695, -7.17292], + "cubes": [ + {"origin": [7.5, 34, -3.25], "size": [3, 8, 4], "inflate": 0.002, "pivot": [8.5, 33, -2.25], "rotation": [42.5, 0, 0], "uv": [0, 50]}, + {"origin": [5.5, 34.5, -16.5], "size": [5, 8, 4], "inflate": 0.001, "pivot": [8.5, 33.5, -13.5], "rotation": [-47.5, 0, 0], "uv": [92, 25]}, + {"origin": [7.5, 30.65, -4.77], "size": [3, 6, 4], "pivot": [27.5, 35.75, -10.75], "rotation": [-5, 0, 0], "uv": [30, 113]}, + {"origin": [5.5, 31.9, -14.85], "size": [5, 5, 4], "pivot": [27.5, 36, -20.75], "rotation": [-5, 0, 0], "uv": [67, 0]}, + {"origin": [4.2, 20.87, -15.45], "size": [4, 6, 3], "pivot": [25, 26, -22.25], "rotation": [2.65327, 2.36906, 17.40247], "uv": [169, 35]}, + {"origin": [-9.05, 7.87, -15.25], "size": [2, 3, 2], "pivot": [10.25, 10, -23.25], "rotation": [6.20283, 4.82922, 74.9453], "uv": [170, 139]}, + {"origin": [-19.8, 6.87, -14.5], "size": [2, 3, 1], "pivot": [-0.5, 10, -22.5], "rotation": [18.37038, 4.92385, 100.03742], "uv": [66, 112]}, + {"origin": [7.95, 23.87, -4.95], "size": [2, 8, 3], "pivot": [26.75, 31, -11.75], "rotation": [-15.40373, 1.03681, 2.56988], "uv": [86, 81]}, + {"origin": [-2.8, 8.87, -10.75], "size": [3, 4, 2], "pivot": [16.5, 12, -18.75], "rotation": [-14.34723, 17.27831, 63.04202], "uv": [22, 147]}, + {"origin": [-16.8, 0.37, 1.25], "size": [2, 3, 1], "pivot": [2.5, 3.5, -6.75], "rotation": [0.93912, -22.57286, 99.60219], "uv": [105, 50]}, + {"origin": [7.75, 34.5, -9.75], "size": [7, 10, 5], "pivot": [15.75, 44.5, -10.75], "rotation": [-3.69066, 3.37562, 42.39121], "uv": [146, 134]}, + {"origin": [13.25, 34.25, -9.75], "size": [7, 11, 5], "inflate": 0.001, "pivot": [21.25, 44.25, -10.75], "rotation": [-1.08482, 4.88119, 77.45376], "uv": [0, 0]}, + {"origin": [21.25, 49.25, -9], "size": [8, 9, 5], "pivot": [30.25, 51.25, -10], "rotation": [-3.38262, 3.68425, 47.39118], "uv": [120, 139]}, + {"origin": [16, 56.5, -9.5], "size": [12, 8, 6], "pivot": [28, 50.5, -10.5], "rotation": [-2.50477, 4.32875, 59.90532], "uv": [129, 19]}, + {"origin": [15, 64.5, -9.5], "size": [14, 8, 6], "pivot": [28, 50.5, -10.5], "rotation": [-2.50477, 4.32875, 59.90532], "uv": [105, 50]}, + {"origin": [24, 64.5, -8.5], "size": [4, 8, 4], "inflate": 0.01, "pivot": [28, 50.5, -10.5], "rotation": [-2.50477, 4.32875, 59.90532], "uv": [0, 163]}, + {"origin": [24, 72.5, -8.5], "size": [4, 6, 4], "inflate": 0.01, "pivot": [28, 50.5, -10.5], "rotation": [-2.50477, 4.32875, 59.90532], "uv": [164, 64]}, + {"origin": [16, 64.5, -8.5], "size": [4, 8, 4], "inflate": 0.01, "pivot": [28, 50.5, -10.5], "rotation": [-2.50477, 4.32875, 59.90532], "uv": [99, 163]}, + {"origin": [16, 72.5, -8.5], "size": [4, 6, 4], "inflate": 0.01, "pivot": [28, 50.5, -10.5], "rotation": [-2.50477, 4.32875, 59.90532], "uv": [58, 165]}, + {"origin": [22, 41.5, -9], "size": [7, 8, 5], "pivot": [30, 51.5, -10], "rotation": [-3.38262, 3.68425, 47.39118], "uv": [79, 154]} + ] + }, + { + "name": "arms", + "parent": "body3", + "pivot": [-40, 37.25, -17.75] + }, + { + "name": "arm_right", + "parent": "arms", + "pivot": [6.90557, 33.26213, -8.05104], + "cubes": [ + {"origin": [11, 32, -9.5], "size": [4, 3, 3], "pivot": [29, 33, -10.5], "rotation": [-5, 0, 0], "uv": [70, 153]}, + {"origin": [7, 31.5, -10], "size": [4, 4, 4], "pivot": [25, 32.5, -10], "rotation": [-5, 0, 0], "uv": [167, 166]} + ] + }, + { + "name": "forearm_right", + "parent": "arm_right", + "pivot": [14.85836, 33.24268, -8.10496], + "cubes": [ + {"origin": [15, 32.5, -9], "size": [6, 2, 2], "pivot": [33, 33.5, -11], "rotation": [-5, 0, 0], "uv": [0, 21]}, + {"origin": [21, 32.5, -9], "size": [3, 2, 2], "pivot": [39, 33.5, -11], "rotation": [-5, 0, 0], "uv": [23, 113]}, + {"origin": [24, 32.5, -3.75], "size": [3, 1, 0], "pivot": [42, 33.5, -5.75], "rotation": [-5.12076, -12.45167, 1.10693], "uv": [6, 62]}, + {"origin": [22, 33.25, -13.75], "size": [3, 1, 0], "pivot": [40, 34.25, -17.75], "rotation": [0, 17.43127, -1.5741], "uv": [0, 62]} + ] + }, + { + "name": "arm_left", + "parent": "arms", + "pivot": [-6.90557, 33.26213, -8.05104], + "cubes": [ + {"origin": [-11, 31.5, -10], "size": [4, 4, 4], "pivot": [-25, 32.5, -10], "rotation": [-5, 0, 0], "uv": [168, 0]}, + {"origin": [-15, 32, -9.5], "size": [4, 3, 3], "pivot": [-29, 33, -10.5], "rotation": [-5, 0, 0], "uv": [171, 23]} + ] + }, + { + "name": "forearm_left", + "parent": "arm_left", + "pivot": [-13.85836, 33.24268, -8.10496], + "cubes": [ + {"origin": [-21, 32.5, -9], "size": [6, 2, 2], "pivot": [-33, 33.5, -11], "rotation": [-5, 0, 0], "uv": [86, 96]}, + {"origin": [-24, 32.5, -9], "size": [3, 2, 2], "pivot": [-39, 33.5, -11], "rotation": [-5, 0, 0], "uv": [159, 59]}, + {"origin": [-27, 32.5, -3.75], "size": [3, 1, 0], "pivot": [-42, 33.5, -5.75], "rotation": [-5.12076, 12.45167, -1.10693], "uv": [6, 63]}, + {"origin": [-25, 33.25, -13.75], "size": [3, 1, 0], "pivot": [-40, 34.25, -17.75], "rotation": [0, -17.43127, 1.5741], "uv": [0, 63]} + ] + }, + { + "name": "neck", + "parent": "body3", + "pivot": [0, 35, -13] + }, + { + "name": "neck1", + "parent": "neck", + "pivot": [0, 35.62503, -12.88644], + "cubes": [ + {"origin": [-5.5, 29, -24.25], "size": [11, 13, 11], "pivot": [-8.5, 34, -20.25], "rotation": [5, 0, 0], "uv": [33, 112]} + ] + }, + { + "name": "neck2", + "parent": "neck1", + "pivot": [0, 36.17691, -23.72785], + "cubes": [ + {"origin": [-4, 28.5, -34.25], "size": [8, 11, 11], "inflate": 0.001, "pivot": [-9, 32.5, -30.25], "rotation": [10, 0, 0], "uv": [117, 89]}, + {"origin": [0, 39.5, -34.25], "size": [0, 5, 11], "pivot": [-9, 32.5, -30.25], "rotation": [10, 0, 0], "uv": [0, 5]} + ] + }, + { + "name": "neck3", + "parent": "neck2", + "pivot": [-0.0005, 34.05656, -34.452], + "cubes": [ + {"origin": [-4, 26.5, -43], "size": [8, 9, 10], "pivot": [-9, 30.5, -40], "rotation": [22.5, 0, 0], "uv": [77, 120]}, + {"origin": [-0.001, 35.5, -42], "size": [0, 5, 9], "pivot": [-9, 30.5, -40], "rotation": [22.5, 0, 0], "uv": [67, 0]} + ] + }, + { + "name": "neck4", + "parent": "neck3", + "pivot": [0, 31.10736, -42.29777], + "cubes": [ + {"origin": [-4, 24.75, -51.75], "size": [8, 9, 10], "inflate": 0.01, "pivot": [-9, 28.75, -48.75], "rotation": [7.5, 0, 0], "uv": [113, 120]}, + {"origin": [0, 33.75, -47.75], "size": [0, 5, 6], "pivot": [-9, 28.75, -48.75], "rotation": [7.5, 0, 0], "uv": [67, 8]} + ] + }, + { + "name": "head", + "parent": "neck4", + "pivot": [0, 28.96086, -51.55015], + "cubes": [ + {"origin": [-4, 24.75, -51.75], "size": [8, 9, 4], "inflate": 0.01, "pivot": [-9, 28.75, -45], "rotation": [7.5, 0, 0], "uv": [22, 154]}, + {"origin": [-4.5, 24.75, -52.75], "size": [9, 4, 2], "inflate": 0.01, "pivot": [-9, 28.75, -44], "rotation": [7.5, 0, 0], "uv": [142, 13]}, + {"origin": [3.6, 27.42371, -56.2], "size": [1, 6, 3], "inflate": 0.01, "pivot": [4.25, 31.59525, -52.03228], "rotation": [8.44236, 27.24513, 3.88714], "uv": [53, 50]}, + {"origin": [-4.6, 27.42371, -59.1], "size": [1, 4, 3], "inflate": 0.01, "pivot": [-4.25, 31.59525, -51.93228], "rotation": [8.44236, -27.24513, -3.88714], "uv": [157, 111]}, + {"origin": [3.6, 27.42371, -59.1], "size": [1, 4, 3], "inflate": 0.01, "pivot": [4.25, 31.59525, -51.93228], "rotation": [8.44236, 27.24513, 3.88714], "uv": [104, 0]}, + {"origin": [-4.6, 27.42371, -56.1], "size": [1, 6, 3], "inflate": 0.01, "pivot": [-4.25, 31.59525, -51.93228], "rotation": [8.44236, -27.24513, -3.88714], "uv": [76, 50]}, + {"origin": [-4, 28.75, -52.75], "size": [1, 8, 1], "inflate": 0.01, "pivot": [-7.25, 28.75, -44.75], "rotation": [7.5, 0, 0], "uv": [44, 100]}, + {"origin": [3, 28.75, -52.75], "size": [1, 8, 2], "inflate": 0.01, "pivot": [7.25, 28.75, -43.75], "rotation": [7.5, 0, 0], "uv": [90, 167]} + ] + }, + { + "name": "nose_ice", + "parent": "head", + "pivot": [0, 28.78177, -58.9651], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-1.5, 25.52665, -60.39124], "size": [3, 4, 4], "inflate": 0.01, "pivot": [0, 28.78177, -58.9651], "rotation": [47.5, 0, 0], "uv": [30, 167]}, + {"origin": [-1.5, 25.50665, -54.49124], "size": [3, 4, 8], "inflate": 0.01, "pivot": [0, 28.78177, -58.9651], "rotation": [47.5, 0, 0], "uv": [44, 88]}, + {"origin": [-1, 26.50665, -46.49124], "size": [2, 3, 6], "inflate": 0.01, "pivot": [0, 28.78177, -58.9651], "rotation": [47.5, 0, 0], "uv": [133, 111]}, + {"origin": [-1.46891, 26.55143, -58.30857], "size": [3, 4, 6], "pivot": [0, 29.499, -57.88071], "rotation": [50.89594, -18.17696, -20.99692], "uv": [40, 161]}, + {"origin": [-1.53109, 26.55143, -58.30857], "size": [3, 4, 6], "inflate": 0.001, "pivot": [0, 29.499, -57.88071], "rotation": [50.89594, 18.17696, 20.99692], "uv": [40, 161], "mirror": true}, + {"origin": [-2.46891, 26.55143, -52.30857], "size": [4, 4, 10], "pivot": [0, 29.499, -57.88071], "rotation": [50.89594, -18.17696, -20.99692], "uv": [139, 111]}, + {"origin": [-10.79, 39.81, -49.6545], "size": [3, 2, 4], "pivot": [-9.20422, 39.84768, -47.1545], "rotation": [53.98381, -24.28484, -29.49826], "uv": [68, 63]}, + {"origin": [-1.53109, 26.55143, -53.30857], "size": [4, 4, 11], "pivot": [0, 29.499, -57.88071], "rotation": [50.89594, 18.17696, 20.99692], "uv": [86, 81]}, + {"origin": [8.87772, 40.58121, -51.19327], "size": [3, 2, 5], "pivot": [10.37772, 41.58121, -46.69327], "rotation": [54.93305, 25.73828, 31.74297], "uv": [92, 37]}, + {"origin": [9.87772, 39.33121, -51.19327], "size": [2, 0, 3], "pivot": [10.37772, 41.58121, -46.69327], "rotation": [54.93305, 25.73828, 31.74297], "uv": [17, 21]}, + {"origin": [11.87772, 40.58121, -46.19327], "size": [0, 2, 2], "pivot": [10.37772, 41.58121, -46.69327], "rotation": [54.93305, 25.73828, 31.74297], "uv": [0, 0]}, + {"origin": [9.87772, 42.58121, -46.19327], "size": [2, 0, 5], "pivot": [10.37772, 41.58121, -46.69327], "rotation": [54.93305, 25.73828, 31.74297], "uv": [14, 0]}, + {"origin": [-0.56954, 24.09665, -60.81141], "size": [2, 4, 2], "inflate": 0.01, "pivot": [0, 27.31994, -60.24187], "rotation": [57.05902, -28.53623, -36.40051], "uv": [167, 174]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [-4.25, 31.59525, -52.93228] + }, + { + "name": "iris_left", + "parent": "eyes", + "pivot": [-4.25, 31.59525, -52.93228], + "cubes": [ + {"origin": [-3.38513, 29.12535, -57.93727], "size": [1, 2, 3], "pivot": [-2.88513, 31.87535, -54.43727], "rotation": [0.94236, -27.24513, -3.88714], "uv": [169, 59]}, + {"origin": [-3.38513, 29.12535, -54.93727], "size": [1, 3, 2], "pivot": [-2.88513, 31.87535, -54.43727], "rotation": [0.94236, -27.24513, -3.88714], "uv": [0, 88]} + ] + }, + { + "name": "pupil_left", + "parent": "iris_left", + "pivot": [-2.88513, 31.87535, -54.43727], + "cubes": [ + {"origin": [-3.38513, 29.62535, -56.68727], "size": [1, 3, 3], "inflate": 0.01, "pivot": [-2.88513, 31.87535, -54.43727], "rotation": [0.94236, -27.24513, -3.88714], "uv": [155, 68]} + ] + }, + { + "name": "iris_right", + "parent": "eyes", + "pivot": [4.25, 31.59525, -52.93228], + "cubes": [ + {"origin": [2.38513, 29.12535, -57.93727], "size": [1, 2, 3], "pivot": [2.88513, 31.87535, -54.43727], "rotation": [0.94236, 27.24513, 3.88714], "uv": [103, 37]}, + {"origin": [2.38513, 29.12535, -54.93727], "size": [1, 3, 2], "pivot": [2.88513, 31.87535, -54.43727], "rotation": [0.94236, 27.24513, 3.88714], "uv": [79, 14]} + ] + }, + { + "name": "pupil_right", + "parent": "iris_right", + "pivot": [2.88513, 31.87535, -54.43727], + "cubes": [ + {"origin": [2.38513, 29.62535, -56.68727], "size": [1, 3, 3], "inflate": 0.01, "pivot": [2.88513, 31.87535, -54.43727], "rotation": [0.94236, 27.24513, 3.88714], "uv": [80, 112]} + ] + }, + { + "name": "headice", + "parent": "head", + "pivot": [-3.25, 24.75, -56.75], + "cubes": [ + {"origin": [-5.5, 26.75, -51.75], "size": [11, 10, 4], "inflate": 0.01, "pivot": [-7.5, 28.75, -44.75], "rotation": [7.5, 0, 0], "uv": [62, 139]} + ] + }, + { + "name": "jaw", + "parent": "headice", + "pivot": [0, 26, -47], + "cubes": [ + {"origin": [-2, 24, -57.5], "size": [4, 2, 6], "inflate": 0.01, "uv": [137, 161]} + ] + }, + { + "name": "ice_left", + "parent": "jaw", + "pivot": [-3.75, 24, -56.75], + "cubes": [ + {"origin": [-7.25, 25.25, -51.75], "size": [6, 6, 7], "inflate": 0.01, "pivot": [-4.25, 28.25, -43.75], "rotation": [15.73804, 13.88135, -31.24446], "uv": [142, 0]}, + {"origin": [-10.25, 26.75, -50.5], "size": [3, 4, 5], "inflate": 0.01, "pivot": [-4.25, 28.25, -43.75], "rotation": [15.73804, 13.88135, -31.24446], "uv": [165, 144]}, + {"origin": [-12.25, 30.25, -49.5], "size": [2, 0, 4], "pivot": [-4.25, 28.25, -43.75], "rotation": [15.73804, 13.88135, -31.24446], "uv": [12, 21]}, + {"origin": [-9.75, 24, -56.25], "size": [4, 5, 7], "inflate": 0.01, "pivot": [-7.25, 26, -41.25], "rotation": [15.82221, -15.03629, -39.31706], "uv": [156, 154]}, + {"origin": [-3.92, 22.65098, -59.85], "size": [3, 3, 4], "inflate": 0.01, "pivot": [-3.75, 24, -55.75], "rotation": [18.55646, -34.16517, -45.78821], "uv": [46, 154]} + ] + }, + { + "name": "ice_right", + "parent": "jaw", + "pivot": [3.75, 24, -56.75], + "cubes": [ + {"origin": [1.25, 25.25, -51.75], "size": [6, 6, 7], "inflate": 0.01, "pivot": [4.25, 28.25, -43.75], "rotation": [15.73804, -13.88135, 31.24446], "uv": [136, 68]}, + {"origin": [5.75, 24, -56.25], "size": [4, 5, 7], "inflate": 0.01, "pivot": [7.25, 26, -41.25], "rotation": [15.82221, 15.03629, 39.31706], "uv": [155, 74]}, + {"origin": [0.92, 22.65098, -59.85], "size": [3, 3, 4], "inflate": 0.01, "pivot": [3.75, 24, -55.75], "rotation": [18.55646, 34.16517, 45.78821], "uv": [134, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kyuremblack/kyuremblack.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kyuremblack/kyuremblack.geo.json new file mode 100644 index 0000000..842fffd --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kyuremblack/kyuremblack.geo.json @@ -0,0 +1,1630 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 512, + "texture_height": 512, + "visible_bounds_width": 14, + "visible_bounds_height": 9, + "visible_bounds_offset": [0, 3.5, 0] + }, + "bones": [ + { + "name": "kyurem", + "pivot": [1, 0, 11.75] + }, + { + "name": "body", + "parent": "kyurem", + "pivot": [-8.5, 39, 11] + }, + { + "name": "bodymain", + "parent": "body", + "pivot": [-8.5, 32.75, 13] + }, + { + "name": "lowerbody", + "parent": "bodymain", + "pivot": [-8.5, 32.75, 13], + "rotation": [-7.5, 0, 0], + "cubes": [ + {"origin": [-10.5, 22.90837, 26.70289], "size": [21, 26, 21], "pivot": [11.58772, 49.31972, 15.75773], "rotation": [-82.5, 0, 0], "uv": [0, 46]}, + {"origin": [-10.5, 48.90837, 29.70289], "size": [21, 9, 15], "pivot": [11.58772, 49.31972, 15.75773], "rotation": [-82.5, 0, 0], "uv": [0, 93]} + ] + }, + { + "name": "waist_flash", + "parent": "lowerbody", + "pivot": [11.58772, 49.31972, 15.75773], + "cubes": [ + {"origin": [-10.5, 48.90837, 29.70289], "size": [21, 9, 15], "inflate": 0.05, "pivot": [11.58772, 49.31972, 15.75773], "rotation": [-82.5, 0, 0], "uv": [176, 488]}, + {"origin": [-10.5, 22.90837, 26.70289], "size": [21, 26, 21], "inflate": 0.05, "pivot": [11.58772, 49.31972, 15.75773], "rotation": [-82.5, 0, 0], "uv": [176, 441]} + ] + }, + { + "name": "tail", + "parent": "lowerbody", + "pivot": [-1.12893, 28.64975, 26.70529], + "rotation": [-90, 85, -90], + "cubes": [ + {"origin": [-26.3418, 19.91433, 20.20529], "size": [11, 12, 15], "pivot": [4.99737, -7.75478, 34.91801], "rotation": [0, 0, 12.5], "uv": [104, 170]}, + {"origin": [-19.0918, 20.16433, 21.70529], "size": [10, 10, 12], "pivot": [8.24737, -8.50478, 35.41801], "rotation": [0, 0, 12.5], "uv": [208, 191]} + ] + }, + { + "name": "tail_flash", + "parent": "tail", + "pivot": [8.24737, -8.50478, 35.41801], + "cubes": [ + {"origin": [-26.3418, 19.91433, 20.20529], "size": [11, 12, 15], "inflate": 0.03, "pivot": [4.99737, -7.75478, 34.91801], "rotation": [0, 0, 12.5], "uv": [364, 224]}, + {"origin": [-19.0918, 20.16433, 21.70529], "size": [10, 10, 12], "inflate": 0.03, "pivot": [8.24737, -8.50478, 35.41801], "rotation": [0, 0, 12.5], "uv": [468, 245]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [-10.0918, 27.91433, 25.20529], + "rotation": [0, 0, 10] + }, + { + "name": "bumble", + "parent": "tail2", + "pivot": [-18.0918, 29.91433, 25.20529], + "rotation": [0, 0, 2.5], + "cubes": [ + {"origin": [-30.0918, 15.91433, 37.20529], "size": [12, 29, 5], "inflate": 0.05, "uv": [0, 208]}, + {"origin": [-30.0918, 15.91433, 13.20529], "size": [12, 29, 5], "uv": [206, 72]}, + {"origin": [-30.0918, 39.91433, 18.20529], "size": [12, 5, 19], "inflate": 0.05, "uv": [116, 122]}, + {"origin": [-41.0918, 18.91433, 16.20529], "size": [22, 23, 23], "uv": [0, 0]}, + {"origin": [-30.0918, 15.91433, 18.20529], "size": [12, 5, 19], "uv": [116, 146]}, + {"origin": [-39.0918, 71.30466, -42.45158], "size": [26, 17, 0], "pivot": [-21.5918, 21.66433, -20.56229], "rotation": [-110, 0, 0], "uv": [156, 196]}, + {"origin": [-39.0918, 11.16433, 12.63073], "size": [26, 17, 0], "pivot": [-21.5918, 21.66433, 12.63073], "rotation": [110, 0, 0], "uv": [156, 196]}, + {"origin": [-39.0918, 35.91433, 27.70529], "size": [26, 17, 0], "uv": [156, 196]} + ] + }, + { + "name": "bumble_on4", + "parent": "bumble", + "pivot": [20.24737, -3.75478, 33.91801], + "cubes": [ + {"origin": [-30.0918, 15.91433, 13.20529], "size": [12, 29, 5], "inflate": 0.05, "uv": [478, 37]}, + {"origin": [-30.0918, 39.91433, 18.20529], "size": [12, 5, 19], "inflate": 0.05, "uv": [388, 87]}, + {"origin": [-30.0918, 15.91433, 37.20529], "size": [12, 29, 5], "inflate": 0.05, "uv": [331, 190]}, + {"origin": [-30.0918, 15.91433, 18.20529], "size": [12, 5, 19], "inflate": 0.05, "uv": [388, 111]} + ] + }, + { + "name": "bumble_flash4", + "parent": "bumble_on4", + "pivot": [20.24737, -3.75478, 33.91801], + "cubes": [ + {"origin": [-30.0918, 15.91433, 13.20529], "size": [12, 29, 5], "inflate": 0.1, "uv": [478, 112]}, + {"origin": [-30.0918, 39.91433, 18.20529], "size": [12, 5, 19], "inflate": 0.1, "uv": [388, 162]}, + {"origin": [-30.0918, 15.91433, 37.20529], "size": [12, 29, 5], "inflate": 0.1, "uv": [331, 265]}, + {"origin": [-30.0918, 15.91433, 18.20529], "size": [12, 5, 19], "inflate": 0.1, "uv": [388, 186]} + ] + }, + { + "name": "bumble_on", + "parent": "bumble", + "pivot": [20.24737, -3.75478, 33.91801], + "cubes": [ + {"origin": [-41.0918, 18.91433, 16.20529], "size": [22, 23, 23], "inflate": 0.1, "uv": [1, 286]}, + {"origin": [-41.0918, 18.91433, 16.20529], "size": [22, 23, 23], "inflate": 0.15, "uv": [124, 292]} + ] + }, + { + "name": "bumble_flash", + "parent": "bumble", + "pivot": [20.24737, -3.75478, 33.91801], + "cubes": [ + {"origin": [-41.0918, 18.91433, 16.20529], "size": [22, 23, 23], "inflate": 0.2, "uv": [374, 466]} + ] + }, + { + "name": "bumble2", + "parent": "bumble", + "pivot": [-40.92513, 30.61552, 27.69286], + "rotation": [0, 0, 7.5], + "cubes": [ + {"origin": [-51.0918, 21.91433, 19.20529], "size": [11, 17, 17], "uv": [60, 122]} + ] + }, + { + "name": "bumble_on2", + "parent": "bumble2", + "pivot": [-46.0918, 30.41433, 27.70529], + "cubes": [ + {"origin": [-51.0918, 21.91433, 19.20529], "size": [11, 17, 17], "inflate": 0.1, "uv": [0, 357]}, + {"origin": [-51.0918, 21.91433, 19.20529], "size": [11, 17, 17], "inflate": 0.15, "uv": [0, 400]} + ] + }, + { + "name": "bumble_flash2", + "parent": "bumble2", + "pivot": [-46.0918, 30.41433, 27.70529], + "cubes": [ + {"origin": [-51.0918, 21.91433, 19.20529], "size": [11, 17, 17], "inflate": 0.2, "uv": [402, 417]} + ] + }, + { + "name": "bumble3", + "parent": "bumble2", + "pivot": [-51.55663, 31.79072, 27.69038], + "rotation": [0, 0, -5], + "cubes": [ + {"origin": [-63.0918, 23.91433, 21.20529], "size": [12, 13, 13], "uv": [156, 170]}, + {"origin": [-74.0918, 25.91433, 24.20529], "size": [15, 8, 7], "pivot": [-65.0918, 30.41433, 27.70529], "rotation": [0, 0, -17.5], "uv": [162, 72]}, + {"origin": [-61.0918, 35.41433, 20.20529], "size": [10, 6, 0], "pivot": [-56.0918, 37.91433, 20.20529], "rotation": [45, 0, 0], "uv": [230, 161]}, + {"origin": [-61.0918, 19.41433, 27.20529], "size": [10, 6, 0], "pivot": [-56.0918, 21.91433, 27.20529], "rotation": [180, 0, 0], "uv": [230, 161]}, + {"origin": [-61.0918, 35.41433, 34.86315], "size": [10, 6, 0], "pivot": [-56.0918, 37.91433, 34.86315], "rotation": [-45, 0, 0], "uv": [230, 161]} + ] + }, + { + "name": "bumble_on3", + "parent": "bumble3", + "pivot": [-65.0918, 30.41433, 27.70529], + "cubes": [ + {"origin": [-74.0918, 25.91433, 24.20529], "size": [15, 8, 7], "inflate": 0.1, "pivot": [-65.0918, 30.41433, 27.70529], "rotation": [0, 0, -17.5], "uv": [149, 372]}, + {"origin": [-63.0918, 23.91433, 21.20529], "size": [12, 13, 13], "inflate": 0.1, "uv": [382, 316]}, + {"origin": [-74.0918, 25.91433, 24.20529], "size": [15, 8, 7], "inflate": 0.15, "pivot": [-65.0918, 30.41433, 27.70529], "rotation": [0, 0, -17.5], "uv": [150, 401]} + ] + }, + { + "name": "bumble_flash3", + "parent": "bumble3", + "pivot": [-65.0918, 30.41433, 27.70529], + "cubes": [ + {"origin": [-74.0918, 25.91433, 24.20529], "size": [15, 8, 7], "inflate": 0.2, "pivot": [-65.0918, 30.41433, 27.70529], "rotation": [0, 0, -17.5], "uv": [425, 371]}, + {"origin": [-63.0918, 23.91433, 21.20529], "size": [12, 13, 13], "inflate": 0.2, "uv": [459, 316]} + ] + }, + { + "name": "torso", + "parent": "bodymain", + "pivot": [-0.64099, 31.92362, -2.10782], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [-9.5, 19.02573, -0.56359], "size": [19, 22, 20], "pivot": [11.58772, 44.56972, 4.50773], "rotation": [-50.5, 0, 0], "uv": [84, 46]} + ] + }, + { + "name": "uppertorso", + "parent": "torso", + "pivot": [0, 40.0517, -8.8879], + "cubes": [ + {"origin": [-8, 32.89786, 10.49266], "size": [16, 19, 14], "inflate": 0.01, "pivot": [11.58772, 58.19316, 2.67567], "rotation": [-80, 0, 0], "uv": [0, 117]} + ] + }, + { + "name": "chest", + "parent": "uppertorso", + "pivot": [0, 47.06786, -10.18236], + "cubes": [ + {"origin": [-10.5, 42.64786, 9.74266], "size": [21, 21, 13], "pivot": [10.58772, 69.94316, -0.07433], "rotation": [-77.5, 0, 0], "uv": [84, 88]} + ] + }, + { + "name": "neck", + "parent": "chest", + "pivot": [0, 56.20137, -12.05044], + "rotation": [50, 0, 0], + "cubes": [ + {"origin": [-5.5, 47.58824, 6.32198], "size": [11, 14, 15], "pivot": [11.08772, 72.88354, 3.505], "rotation": [-80, 0, 0], "uv": [0, 150]} + ] + }, + { + "name": "neck2", + "parent": "neck", + "pivot": [0, 65.41492, -13.31688], + "rotation": [-5, 0, 0], + "cubes": [ + {"origin": [-5, 58.1983, -26.50078], "size": [10, 12, 16], "pivot": [0, 64.78488, -12.2324], "rotation": [-57.5, 0, 0], "uv": [52, 156]} + ] + }, + { + "name": "neck3", + "parent": "neck2", + "pivot": [0, 75.76966, -18.61028], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-4.5, 72.37042, -29.99266], "size": [9, 11, 13], "pivot": [0, 78.37042, -26.19266], "rotation": [-22.5, 0, 0], "uv": [206, 167]} + ] + }, + { + "name": "head", + "parent": "neck3", + "pivot": [-0.68644, 81.12311, -29.35945], + "rotation": [-27.5, 0, 0], + "cubes": [ + {"origin": [-4, 75.05611, -32.49716], "size": [8, 9, 5], "inflate": 0.01, "pivot": [-9, 79.05611, -24.74716], "rotation": [7.5, 0, 0], "uv": [248, 24]}, + {"origin": [-4, 75.05611, -32.49716], "size": [8, 4, 2], "inflate": 0.01, "pivot": [-9, 79.05611, -23.74716], "rotation": [7.5, 0, 0], "uv": [152, 115]} + ] + }, + { + "name": "jaw", + "parent": "head", + "pivot": [-0.17338, 76.60846, -30.91122], + "cubes": [ + {"origin": [-2, 73.71919, -37.69744], "size": [4, 4, 7], "pivot": [0, 75.30611, -33.99716], "rotation": [5, 0, 0], "uv": [104, 257]}, + {"origin": [1.67338, 75.60846, -37.41122], "size": [1, 2, 5], "inflate": 0.01, "pivot": [2.17338, 76.60846, -34.91122], "rotation": [8.44236, 27.24513, 3.88714], "uv": [280, 83]}, + {"origin": [0, 73.60627, -42.44592], "size": [0, 4, 9], "pivot": [0, 75.30611, -33.99716], "rotation": [42.5, 0, 0], "uv": [260, 212]}, + {"origin": [-2.67338, 75.60846, -37.41122], "size": [1, 2, 5], "inflate": 0.01, "pivot": [-2.17338, 76.60846, -34.91122], "rotation": [8.44236, -27.24513, -3.88714], "uv": [280, 90]} + ] + }, + { + "name": "teeth", + "parent": "jaw", + "pivot": [-2.42338, 75.35846, -35.91122] + }, + { + "name": "teeth_left", + "parent": "teeth", + "pivot": [-2.42338, 75.35846, -35.91122], + "cubes": [ + {"origin": [-2.17338, 76.55611, -37.52716], "size": [0, 1, 1], "pivot": [-2.42338, 75.60846, -35.91122], "rotation": [-36.55764, -27.24513, -3.88714], "uv": [60, 120]}, + {"origin": [-2.157, 78.10611, -36.02716], "size": [0, 1, 1], "pivot": [-2.42338, 75.35846, -35.91122], "rotation": [-36.55764, -27.24513, -3.88714], "uv": [64, 120]}, + {"origin": [-2.157, 77.32611, -36.82716], "size": [0, 1, 1], "pivot": [-2.42338, 75.35846, -35.91122], "rotation": [-36.55764, -27.24513, -3.88714], "uv": [62, 120]} + ] + }, + { + "name": "teeth_right", + "parent": "teeth", + "pivot": [2.42338, 75.35846, -35.91122], + "cubes": [ + {"origin": [2.17338, 76.55611, -37.52716], "size": [0, 1, 1], "pivot": [2.42338, 75.60846, -35.91122], "rotation": [-36.55764, 27.24513, 3.88714], "uv": [66, 120]}, + {"origin": [2.157, 78.10611, -36.02716], "size": [0, 1, 1], "pivot": [2.42338, 75.35846, -35.91122], "rotation": [-36.55764, 27.24513, 3.88714], "uv": [68, 120]}, + {"origin": [2.157, 77.32611, -36.82716], "size": [0, 1, 1], "pivot": [2.42338, 75.35846, -35.91122], "rotation": [-36.55764, 27.24513, 3.88714], "uv": [160, 42]} + ] + }, + { + "name": "headice", + "parent": "jaw", + "pivot": [-3.25, 75.05611, -36.49716] + }, + { + "name": "ice_left", + "parent": "headice", + "pivot": [-3.75, 74.30611, -36.49716], + "cubes": [ + {"origin": [-5.75, 78.05611, -32.09716], "size": [6, 6, 7], "pivot": [-2.75, 81.05611, -24.49716], "rotation": [32.5957, 44.24629, -17.66808], "uv": [250, 174]}, + {"origin": [-6.63458, 73.74422, -33.43249], "size": [4, 5, 7], "pivot": [-4.63458, 76.24422, -29.93249], "rotation": [22.56476, -12.56716, -46.61047], "uv": [252, 200]}, + {"origin": [-4.67, 73.70709, -36.09716], "size": [3, 3, 5], "pivot": [-4.75, 75.05611, -31.49716], "rotation": [21.73603, -14.97877, -47.25887], "uv": [264, 86]} + ] + }, + { + "name": "ice_right", + "parent": "headice", + "pivot": [3.75, 74.30611, -36.49716], + "cubes": [ + {"origin": [1.67, 73.70709, -36.09716], "size": [3, 3, 5], "pivot": [4.75, 75.05611, -31.49716], "rotation": [21.73603, 14.97877, 47.25887], "uv": [264, 94]}, + {"origin": [2.63458, 73.74422, -33.43249], "size": [4, 5, 7], "pivot": [4.63458, 76.24422, -29.93249], "rotation": [22.56476, 12.56716, 46.61047], "uv": [256, 102]}, + {"origin": [-0.25, 78.05611, -32.09716], "size": [6, 6, 7], "pivot": [2.75, 81.05611, -24.49716], "rotation": [32.5957, -44.24629, 17.66808], "uv": [252, 128]} + ] + }, + { + "name": "crests", + "parent": "head", + "pivot": [0, 78.83788, -38.46225], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [-1.5, 77.58275, -39.88839], "size": [3, 2, 4], "inflate": 0.01, "pivot": [0, 78.83788, -38.46225], "rotation": [47.5, 0, 0], "uv": [176, 278]}, + {"origin": [-1.73501, 76.60754, -37.6672], "size": [3, 4, 6], "inflate": 0.001, "pivot": [0, 79.55511, -37.37787], "rotation": [50.89594, -18.17696, -20.99692], "uv": [262, 141]}, + {"origin": [-1.26499, 76.60754, -37.6672], "size": [3, 4, 8], "inflate": 0.001, "pivot": [0, 79.55511, -37.37787], "rotation": [50.89594, 18.17696, 20.99692], "uv": [256, 114]}, + {"origin": [-7.0741, 82.36126, -34.78861], "size": [4, 4, 9], "pivot": [-4.3741, 84.36126, -31.68861], "rotation": [53.98381, -24.28484, -29.49826], "uv": [250, 161]}, + {"origin": [-1.53109, 76.60754, -32.80572], "size": [4, 4, 11], "pivot": [0, 79.55511, -37.37787], "rotation": [51.56568, 19.7426, 23.05787], "uv": [126, 197]}, + {"origin": [6.33072, 88.12143, -29.08745], "size": [3, 2, 5], "pivot": [8.53072, 89.02143, -28.58745], "rotation": [51.56568, 19.7426, 23.05787], "uv": [206, 264]}, + {"origin": [7.33072, 86.87143, -29.08745], "size": [2, 0, 3], "pivot": [8.53072, 89.02143, -28.58745], "rotation": [51.56568, 19.7426, 23.05787], "uv": [60, 117]}, + {"origin": [11.17772, 90.73732, -25.69043], "size": [0, 2, 2], "pivot": [10.37772, 91.63732, -26.19043], "rotation": [51.56568, 19.7426, 23.05787], "uv": [112, 166]}, + {"origin": [9.17772, 92.73732, -25.69043], "size": [2, 0, 5], "pivot": [10.37772, 91.63732, -26.19043], "rotation": [51.56568, 19.7426, 23.05787], "uv": [278, 195]}, + {"origin": [-0.66954, 76.15275, -40.40857], "size": [2, 2, 2], "pivot": [0, 77.37605, -39.73903], "rotation": [57.05902, -28.53623, -36.40051], "uv": [104, 166]} + ] + }, + { + "name": "crest_gold", + "parent": "crests", + "pivot": [-0.04645, 83.05791, -36.08108], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [-1.9, 82.84778, -37.63094], "size": [3, 3, 6], "inflate": 0.01, "pivot": [-0.4, 83.84778, -32.83094], "rotation": [37.65635, -31.42176, 34.04258], "uv": [262, 151]}, + {"origin": [-0.04102, 83.99948, -34.10028], "size": [3, 3, 3], "inflate": 0.01, "pivot": [-0.04645, 87.0049, -31.09568], "rotation": [17.86139, -17.05157, 42.30098], "uv": [280, 144]}, + {"origin": [-0.04102, 84.99948, -31.10028], "size": [2, 2, 4], "inflate": 0.01, "pivot": [-0.04645, 87.0049, -31.09568], "rotation": [17.86139, -17.05157, 42.30098], "uv": [280, 230]} + ] + }, + { + "name": "crest_zek", + "parent": "crests", + "pivot": [-8.43457, 89.15635, -27.03245], + "cubes": [ + {"origin": [-7.82545, 84.75884, -36.25307], "size": [3, 3, 9], "pivot": [-6.32545, 86.25884, -29.35307], "rotation": [57.05902, -28.53623, -36.40051], "uv": [80, 184]}, + {"origin": [-9.04895, 86.06679, -28.85456], "size": [3, 3, 6], "pivot": [-7.24895, 87.56679, -28.15456], "rotation": [48.84912, -11.72145, -13.0867], "uv": [262, 225]}, + {"origin": [-9.20026, 88.20293, -26.77949], "size": [2, 2, 6], "pivot": [-8.43457, 89.15635, -27.03245], "rotation": [48.84912, -11.72145, -13.0867], "uv": [264, 78]} + ] + }, + { + "name": "crest_zek_flash", + "parent": "crest_zek", + "pivot": [-8.43457, 89.15635, -27.03245], + "cubes": [ + {"origin": [-9.20026, 88.20293, -26.77949], "size": [2, 2, 6], "inflate": 0.01, "pivot": [-8.43457, 89.15635, -27.03245], "rotation": [48.84912, -11.72145, -13.0867], "uv": [390, 398]} + ] + }, + { + "name": "face_right", + "parent": "head", + "pivot": [2.88513, 82.18146, -34.18443], + "cubes": [ + {"origin": [3.5113, 77.72982, -35.99333], "size": [1, 6, 3], "inflate": 0.01, "pivot": [4.25, 81.90136, -31.77943], "rotation": [8.44236, 27.24513, 3.88714], "uv": [206, 106]}, + {"origin": [3.6, 77.72982, -38.84716], "size": [1, 3, 3], "inflate": 0.01, "pivot": [4.25, 81.90136, -31.67943], "rotation": [8.44236, 27.24513, 3.88714], "uv": [52, 150]}, + {"origin": [2.39562, 79.33857, -37.12174], "size": [1, 2, 2], "pivot": [2.88513, 82.18146, -34.18443], "rotation": [1.01955, 28.21903, 4.13951], "uv": [118, 233]}, + {"origin": [2.39562, 79.33857, -35.12174], "size": [1, 3, 2], "pivot": [2.88513, 82.18146, -34.18443], "rotation": [1.01955, 28.21903, 4.13951], "uv": [172, 115]}, + {"origin": [2.38757, 79.65886, -36.78434], "size": [1, 2, 3], "inflate": 0.01, "pivot": [2.88513, 82.18146, -34.18443], "rotation": [-12.98045, 28.21903, 4.13951], "uv": [42, 179]} + ] + }, + { + "name": "face_left", + "parent": "head", + "pivot": [-2.88513, 82.18146, -34.18443], + "cubes": [ + {"origin": [-4.5113, 77.72982, -35.99333], "size": [1, 6, 3], "inflate": 0.01, "pivot": [-4.25, 81.90136, -31.77943], "rotation": [8.44236, -27.24513, -3.88714], "uv": [104, 240]}, + {"origin": [-4.6, 77.72982, -39.64716], "size": [1, 3, 4], "inflate": 0.01, "pivot": [-4.25, 81.90136, -31.67943], "rotation": [8.44236, -27.24513, -3.88714], "uv": [252, 141]}, + {"origin": [-3.39562, 79.33857, -37.12174], "size": [1, 2, 2], "pivot": [-2.88513, 82.18146, -34.18443], "rotation": [1.01955, -28.21903, -4.13951], "uv": [66, 236]}, + {"origin": [-3.39562, 79.33857, -35.12174], "size": [1, 3, 2], "pivot": [-2.88513, 82.18146, -34.18443], "rotation": [1.01955, -28.21903, -4.13951], "uv": [206, 235]}, + {"origin": [-3.38757, 79.65886, -36.78434], "size": [1, 2, 3], "inflate": 0.02, "pivot": [-2.88513, 82.18146, -34.18443], "rotation": [-12.98045, -28.21903, -4.13951], "uv": [34, 208]} + ] + }, + { + "name": "arms", + "parent": "chest", + "pivot": [12.23437, 51.45477, -10.15435], + "rotation": [10, 0, 0] + }, + { + "name": "wingattachment_left", + "parent": "arms", + "pivot": [-14.23437, 51.45477, -10.15435], + "rotation": [0.13165, 7.49885, 16.00863], + "cubes": [ + {"origin": [-16.06359, 54.57144, -18.52995], "size": [3, 8, 22], "pivot": [-14.56359, 56.07144, -13.52995], "rotation": [-64.80109, -6.8517, -15.49302], "uv": [162, 42]}, + {"origin": [-14.56359, 42.57144, -16.52995], "size": [0, 13, 19], "pivot": [-14.56359, 56.07144, -13.52995], "rotation": [-64.80109, -6.8517, -15.49302], "uv": [42, 184]}, + {"origin": [-17.31359, 59.82144, -18.27995], "size": [5, 5, 22.5], "pivot": [-14.56359, 55.32144, -11.27995], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [152, 88]} + ] + }, + { + "name": "wires_left", + "parent": "wingattachment_left", + "pivot": [-22.06158, 42.899, 35.15961] + }, + { + "name": "bottomwire_left", + "parent": "wires_left", + "pivot": [-13.56811, 46.18086, 0.48885], + "cubes": [ + {"origin": [-15.42131, 44.21238, 0.17702], "size": [3, 7, 3], "pivot": [-13.90912, 46.54246, 1.71085], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [330, 330]} + ] + }, + { + "name": "bottomwire_flash_left", + "parent": "bottomwire_left", + "pivot": [-13.90912, 46.54246, 1.71085], + "cubes": [ + {"origin": [-15.42131, 44.21238, 0.17702], "size": [3, 7, 3], "pivot": [-13.90912, 46.54246, 1.71085], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [350, 330]} + ] + }, + { + "name": "bottomwire_left2", + "parent": "bottomwire_left", + "pivot": [-14.8315, 47.99434, 6.0759], + "cubes": [ + {"origin": [-17.06293, 45.54426, 7.8105], "size": [3, 7, 3], "pivot": [-15.56293, 49.04426, 9.3105], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [330, 330]} + ] + }, + { + "name": "bottomwire_flash_left2", + "parent": "bottomwire_left2", + "pivot": [-15.56293, 49.04426, 9.3105], + "cubes": [ + {"origin": [-17.06293, 45.54426, 7.8105], "size": [3, 7, 3], "pivot": [-15.56293, 49.04426, 9.3105], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [350, 330]} + ] + }, + { + "name": "bottomwire_left3", + "parent": "bottomwire_left2", + "pivot": [-16.24543, 50.1139, 12.69762], + "cubes": [ + {"origin": [-14.1262, 71.13104, -7.50968], "size": [3, 7, 3], "pivot": [-12.3762, 47.63104, -11.00968], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [330, 330]} + ] + }, + { + "name": "bottomwire_flash_left3", + "parent": "bottomwire_left3", + "pivot": [-12.3762, 47.63104, -11.00968], + "cubes": [ + {"origin": [-14.1262, 71.13104, -7.50968], "size": [3, 7, 3], "pivot": [-12.3762, 47.63104, -11.00968], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [309, 310]} + ] + }, + { + "name": "bottomwire_left4", + "parent": "bottomwire_left3", + "pivot": [-17.64631, 52.23368, 19.2202], + "cubes": [ + {"origin": [-14.1262, 78.13104, -7.50968], "size": [3, 7, 3], "pivot": [-12.3762, 47.63104, -11.00968], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [330, 330]} + ] + }, + { + "name": "bottomwire_flash_left4", + "parent": "bottomwire_left4", + "pivot": [-12.3762, 47.63104, -11.00968], + "cubes": [ + {"origin": [-14.1262, 78.13104, -7.50968], "size": [3, 7, 3], "pivot": [-12.3762, 47.63104, -11.00968], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [310, 330]} + ] + }, + { + "name": "bottomwire_left5", + "parent": "bottomwire_left4", + "pivot": [-19.0472, 54.35347, 25.74278], + "cubes": [ + {"origin": [-14.1262, 85.13104, -7.50968], "size": [3, 7, 3], "pivot": [-12.3762, 47.63104, -11.00968], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [330, 330]} + ] + }, + { + "name": "bottomwire_flash_left5", + "parent": "bottomwire_left5", + "pivot": [-12.3762, 47.63104, -11.00968], + "cubes": [ + {"origin": [-14.1262, 85.13104, -7.50968], "size": [3, 7, 3], "pivot": [-12.3762, 47.63104, -11.00968], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [350, 330]} + ] + }, + { + "name": "bottomwire_left6", + "parent": "bottomwire_left5", + "pivot": [-20.46237, 56.56961, 32.16284], + "cubes": [ + {"origin": [-14.1262, 92.13104, -7.50968], "size": [3, 7, 3], "pivot": [-12.3762, 47.63104, -11.00968], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [330, 330]} + ] + }, + { + "name": "bottomwire_flash_left6", + "parent": "bottomwire_left6", + "pivot": [-12.3762, 47.63104, -11.00968], + "cubes": [ + {"origin": [-14.1262, 92.13104, -7.50968], "size": [3, 7, 3], "pivot": [-12.3762, 47.63104, -11.00968], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [309, 310]} + ] + }, + { + "name": "bottomwire_left7", + "parent": "bottomwire_left6", + "pivot": [-21.86326, 58.68939, 38.68542], + "cubes": [ + {"origin": [-14.1262, 99.13104, -7.50968], "size": [3, 7, 3], "pivot": [-12.3762, 47.63104, -11.00968], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [330, 330]} + ] + }, + { + "name": "bottomwire_flash_left7", + "parent": "bottomwire_left7", + "pivot": [-12.3762, 47.63104, -11.00968], + "cubes": [ + {"origin": [-14.1262, 99.13104, -7.50968], "size": [3, 7, 3], "pivot": [-12.3762, 47.63104, -11.00968], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [310, 330]} + ] + }, + { + "name": "bottomwire_left8", + "parent": "bottomwire_left7", + "pivot": [-23.18211, 60.52079, 45.21813], + "cubes": [ + {"origin": [-24.79856, 60.75606, 43.79637], "size": [3, 7, 3], "pivot": [-23.26414, 60.80918, 45.20799], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [330, 330]} + ] + }, + { + "name": "bottomwire_flash_left8", + "parent": "bottomwire_left8", + "pivot": [-23.26414, 60.80918, 45.20799], + "cubes": [ + {"origin": [-24.79856, 60.75606, 43.79637], "size": [3, 7, 3], "pivot": [-23.26414, 60.80918, 45.20799], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [350, 330]} + ] + }, + { + "name": "bottomwire_left9", + "parent": "bottomwire_left8", + "pivot": [-24.65197, 62.92919, 51.63143], + "cubes": [ + {"origin": [-14.1262, 113.13104, -7.50968], "size": [3, 7, 3], "pivot": [-12.3762, 47.63104, -11.00968], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [330, 330]} + ] + }, + { + "name": "bottomwire_flash_left9", + "parent": "bottomwire_left9", + "pivot": [-12.3762, 47.63104, -11.00968], + "cubes": [ + {"origin": [-14.1262, 113.13104, -7.50968], "size": [3, 7, 3], "pivot": [-12.3762, 47.63104, -11.00968], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [309, 310]} + ] + }, + { + "name": "bone9", + "parent": "bottomwire_left9", + "pivot": [-26.02551, 64.95284, 58.15739], + "cubes": [ + {"origin": [-14.1262, 120.13104, -7.50968], "size": [3, 7, 3], "pivot": [-12.3762, 47.63104, -11.00968], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [330, 330]} + ] + }, + { + "name": "bone10", + "parent": "bone9", + "pivot": [-27.39905, 66.9765, 64.68334], + "cubes": [ + {"origin": [-14.1262, 127.13104, -7.50968], "size": [3, 7, 3], "pivot": [-12.3762, 47.63104, -11.00968], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [330, 330]} + ] + }, + { + "name": "bone11", + "parent": "bone10", + "pivot": [-28.85462, 69.28854, 71.19917], + "cubes": [ + {"origin": [-14.1262, 134.13104, -7.50968], "size": [3, 7, 3], "pivot": [-12.3762, 47.63104, -11.00968], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [330, 310]} + ] + }, + { + "name": "bone12", + "parent": "bone11", + "pivot": [-30.25551, 71.40832, 77.72175], + "cubes": [ + {"origin": [-14.1262, 141.13104, -7.50968], "size": [3, 7, 3], "pivot": [-12.3762, 47.63104, -11.00968], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [350, 330]} + ] + }, + { + "name": "bone13", + "parent": "bone12", + "pivot": [-31.65639, 73.52811, 84.24433], + "cubes": [ + {"origin": [-14.1262, 148.13104, -7.50968], "size": [3, 7, 3], "pivot": [-12.3762, 47.63104, -11.00968], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [350, 330]} + ] + }, + { + "name": "bone14", + "parent": "bone13", + "pivot": [-33.05727, 75.64789, 90.76691], + "cubes": [ + {"origin": [-14.1262, 155.13104, -7.50968], "size": [3, 7, 3], "pivot": [-12.3762, 47.63104, -11.00968], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [350, 330]} + ] + }, + { + "name": "topwire_left", + "parent": "wires_left", + "pivot": [-15.48207, 52.90996, 0.25237], + "cubes": [ + {"origin": [-17.33527, 50.94148, -0.05946], "size": [3, 7, 3], "pivot": [-15.82309, 53.27156, 1.47437], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [330, 330]} + ] + }, + { + "name": "topwire_flash_left", + "parent": "topwire_left", + "pivot": [-15.82309, 53.27156, 1.47437], + "cubes": [ + {"origin": [-17.33527, 50.94148, -0.05946], "size": [3, 7, 3], "pivot": [-15.82309, 53.27156, 1.47437], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [350, 330]} + ] + }, + { + "name": "topwire_left2", + "parent": "topwire_left", + "pivot": [-16.74546, 54.72345, 5.83942], + "cubes": [ + {"origin": [-18.9769, 52.27336, 7.57402], "size": [3, 7, 3], "pivot": [-17.4769, 55.77336, 9.07402], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [330, 330]} + ] + }, + { + "name": "topwire_flash_left2", + "parent": "topwire_left2", + "pivot": [-17.4769, 55.77336, 9.07402], + "cubes": [ + {"origin": [-18.9769, 52.27336, 7.57402], "size": [3, 7, 3], "pivot": [-17.4769, 55.77336, 9.07402], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [350, 330]} + ] + }, + { + "name": "topwire_left3", + "parent": "topwire_left2", + "pivot": [-18.15939, 56.843, 12.46114], + "cubes": [ + {"origin": [-16.04017, 77.86014, -7.74616], "size": [3, 7, 3], "pivot": [-14.29017, 54.36014, -11.24616], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [330, 330]} + ] + }, + { + "name": "topwire_flash_left3", + "parent": "topwire_left3", + "pivot": [-14.29017, 54.36014, -11.24616], + "cubes": [ + {"origin": [-16.04017, 77.86014, -7.74616], "size": [3, 7, 3], "pivot": [-14.29017, 54.36014, -11.24616], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [309, 310]} + ] + }, + { + "name": "topwire_left4", + "parent": "topwire_left3", + "pivot": [-19.56028, 58.96279, 18.98372], + "cubes": [ + {"origin": [-16.04017, 84.86014, -7.74616], "size": [3, 7, 3], "pivot": [-14.29017, 54.36014, -11.24616], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [330, 330]} + ] + }, + { + "name": "topwire_flash_left4", + "parent": "topwire_left4", + "pivot": [-14.29017, 54.36014, -11.24616], + "cubes": [ + {"origin": [-16.04017, 84.86014, -7.74616], "size": [3, 7, 3], "pivot": [-14.29017, 54.36014, -11.24616], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [310, 330]} + ] + }, + { + "name": "topwire_left5", + "parent": "topwire_left4", + "pivot": [-20.96116, 61.08257, 25.5063], + "cubes": [ + {"origin": [-16.04017, 91.86014, -7.74616], "size": [3, 7, 3], "pivot": [-14.29017, 54.36014, -11.24616], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [330, 330]} + ] + }, + { + "name": "topwire_flash_left5", + "parent": "topwire_left5", + "pivot": [-14.29017, 54.36014, -11.24616], + "cubes": [ + {"origin": [-16.04017, 91.86014, -7.74616], "size": [3, 7, 3], "pivot": [-14.29017, 54.36014, -11.24616], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [350, 330]} + ] + }, + { + "name": "topwire_left6", + "parent": "topwire_left5", + "pivot": [-22.37634, 63.29871, 31.92636], + "cubes": [ + {"origin": [-16.04017, 98.86014, -7.74616], "size": [3, 7, 3], "pivot": [-14.29017, 54.36014, -11.24616], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [330, 330]} + ] + }, + { + "name": "topwire_flash_left6", + "parent": "topwire_left6", + "pivot": [-14.29017, 54.36014, -11.24616], + "cubes": [ + {"origin": [-16.04017, 98.86014, -7.74616], "size": [3, 7, 3], "pivot": [-14.29017, 54.36014, -11.24616], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [309, 310]} + ] + }, + { + "name": "topwire_left7", + "parent": "topwire_left6", + "pivot": [-23.77722, 65.4185, 38.44894], + "cubes": [ + {"origin": [-16.04017, 105.86014, -7.74616], "size": [3, 7, 3], "pivot": [-14.29017, 54.36014, -11.24616], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [330, 330]} + ] + }, + { + "name": "topwire_flash_left7", + "parent": "topwire_left7", + "pivot": [-14.29017, 54.36014, -11.24616], + "cubes": [ + {"origin": [-16.04017, 105.86014, -7.74616], "size": [3, 7, 3], "pivot": [-14.29017, 54.36014, -11.24616], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [310, 330]} + ] + }, + { + "name": "topwire_left8", + "parent": "topwire_left7", + "pivot": [-25.21725, 67.5376, 45.26895], + "cubes": [ + {"origin": [-26.71252, 67.48516, 43.55989], "size": [3, 7, 3], "pivot": [-25.1781, 67.53828, 44.97152], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [330, 330]} + ] + }, + { + "name": "topwire_flash_left8", + "parent": "topwire_left8", + "pivot": [-25.1781, 67.53828, 44.97152], + "cubes": [ + {"origin": [-26.71252, 67.48516, 43.55989], "size": [3, 7, 3], "pivot": [-25.1781, 67.53828, 44.97152], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [350, 330]} + ] + }, + { + "name": "topwire_left9", + "parent": "topwire_left8", + "pivot": [-26.56594, 69.65829, 51.39495], + "cubes": [ + {"origin": [-16.04017, 119.86014, -7.74616], "size": [3, 7, 3], "pivot": [-14.29017, 54.36014, -11.24616], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [330, 330]} + ] + }, + { + "name": "topwire_flash_left9", + "parent": "topwire_left9", + "pivot": [-14.29017, 54.36014, -11.24616], + "cubes": [ + {"origin": [-16.04017, 119.86014, -7.74616], "size": [3, 7, 3], "pivot": [-14.29017, 54.36014, -11.24616], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [309, 310]} + ] + }, + { + "name": "topwire_left10", + "parent": "topwire_left9", + "pivot": [-27.93948, 71.68195, 57.92091], + "cubes": [ + {"origin": [-16.04017, 126.86014, -7.74616], "size": [3, 7, 3], "pivot": [-14.29017, 54.36014, -11.24616], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [330, 330]} + ] + }, + { + "name": "topwire_left11", + "parent": "topwire_left10", + "pivot": [-29.31302, 73.7056, 64.44687], + "cubes": [ + {"origin": [-16.04017, 133.86014, -7.74616], "size": [3, 7, 3], "pivot": [-14.29017, 54.36014, -11.24616], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [330, 330]} + ] + }, + { + "name": "topwire_left12", + "parent": "topwire_left11", + "pivot": [-30.76859, 76.01764, 70.96269], + "cubes": [ + {"origin": [-16.04017, 140.86014, -7.74616], "size": [3, 7, 3], "pivot": [-14.29017, 54.36014, -11.24616], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [330, 310]} + ] + }, + { + "name": "topwire_left13", + "parent": "topwire_left12", + "pivot": [-32.16947, 78.13743, 77.48527], + "cubes": [ + {"origin": [-16.04017, 147.86014, -7.74616], "size": [3, 7, 3], "pivot": [-14.29017, 54.36014, -11.24616], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [350, 330]} + ] + }, + { + "name": "topwire_left14", + "parent": "topwire_left13", + "pivot": [-33.57035, 80.25721, 84.00785], + "cubes": [ + {"origin": [-16.04017, 154.86014, -7.74616], "size": [3, 7, 3], "pivot": [-14.29017, 54.36014, -11.24616], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [350, 330]} + ] + }, + { + "name": "topwire_left15", + "parent": "topwire_left14", + "pivot": [-34.97124, 82.377, 90.53043], + "cubes": [ + {"origin": [-16.04017, 161.86014, -7.74616], "size": [3, 7, 3], "pivot": [-14.29017, 54.36014, -11.24616], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [350, 330]} + ] + }, + { + "name": "wing_left", + "parent": "wingattachment_left", + "pivot": [-17.71937, 59.33528, -2.73402], + "rotation": [102.42672, 6.5147, 129.90502], + "cubes": [ + {"origin": [-30.83801, 40.97675, -13.63441], "size": [2, 9, 8], "pivot": [-27.69325, 63.07659, -19.90467], "rotation": [42.10174, 31.58697, -13.16103], "uv": [252, 253]}, + {"origin": [-30.00686, 45.96433, -10.86646], "size": [1, 7, 5], "pivot": [-27.69325, 63.07659, -18.90467], "rotation": [19.60174, 31.58697, -13.16103], "uv": [72, 106], "mirror": true} + ] + }, + { + "name": "wingreg2_left", + "parent": "wing_left", + "pivot": [-20.02381, 56.5364, -7.81774], + "rotation": [2.20342, 19.39116, -3.50338], + "cubes": [ + {"origin": [-26.32273, 50.78128, -20.51185], "size": [2, 5, 11], "inflate": -0.02, "pivot": [-22.85464, 64.05883, -21.34873], "rotation": [9.35977, 12.49247, -10.07227], "uv": [0, 242]} + ] + }, + { + "name": "wingtip_left", + "parent": "wingreg2_left", + "pivot": [-21.11957, 49.82124, 22.2389], + "cubes": [ + {"origin": [-26.27485, 49.33845, -20.51903], "size": [2, 10, 10], "inflate": 0.02, "pivot": [-23.14539, 64.02644, -21.28229], "rotation": [-23.14023, 12.49247, -10.07227], "uv": [112, 237]}, + {"origin": [-26.26485, 55.74101, -26.06387], "size": [2, 7, 17], "inflate": 0.04, "pivot": [-23.14539, 64.02644, -21.28229], "rotation": [-60.64023, 12.49247, -10.07227], "uv": [216, 0]}, + {"origin": [-26.24261, 37.08306, -22.65108], "size": [2, 26, 6], "pivot": [-23.14539, 64.02644, -21.28229], "rotation": [-95.64023, 12.49247, -10.07227], "uv": [168, 235]}, + {"origin": [-25.48323, 57.41585, -26.58591], "size": [0, 8, 15], "pivot": [-23.14539, 64.02644, -21.28229], "rotation": [-153.14023, 12.49247, -10.07227], "uv": [232, 230]}, + {"origin": [-24.85567, 41.46862, -32.78664], "size": [0, 15, 8], "pivot": [-24.85567, 50.46862, -29.78664], "rotation": [-35.63127, 12.3348, -10.05404], "uv": [48, 249]}, + {"origin": [-26.27064, 34.34076, -28.50639], "size": [2, 23, 5], "pivot": [-24.95809, 57.05496, -26.0345], "rotation": [-65.64023, 12.49247, -10.07227], "uv": [90, 240]}, + {"origin": [-27.77753, 52.09058, -39.36002], "size": [0, 12, 11], "pivot": [-27.77753, 58.59058, -36.36002], "rotation": [-90.64023, 12.49247, -10.07227], "uv": [184, 235]}, + {"origin": [-27.77753, 64.09058, -39.36002], "size": [0, 4, 7], "pivot": [-27.77753, 58.59058, -36.36002], "rotation": [-90.64023, 12.49247, -10.07227], "uv": [264, 67]}, + {"origin": [-24.97666, 36.37241, -26.13958], "size": [2, 18, 5], "pivot": [-23.50257, 52.81817, -23.65739], "rotation": [-33.14023, 12.49247, -10.07227], "uv": [254, 0]}, + {"origin": [-24.85567, 41.46862, -38.78664], "size": [0, 7, 6], "pivot": [-24.85567, 50.46862, -29.78664], "rotation": [-35.63127, 12.3348, -10.05404], "uv": [72, 93]} + ] + }, + { + "name": "arm_left", + "parent": "arms", + "pivot": [-14.23437, 51.45477, -10.15435] + }, + { + "name": "shoulder_left", + "parent": "arm_left", + "pivot": [-10, 52.3574, -11.31887], + "cubes": [ + {"origin": [-21, 38.39786, 3.49266], "size": [11, 10, 10], "inflate": 0.01, "pivot": [9.58772, 58.19316, 2.67567], "rotation": [-90, 0, 0], "uv": [34, 216]} + ] + }, + { + "name": "shoulder_flash", + "parent": "shoulder_left", + "pivot": [9.58772, 58.19316, 2.67567], + "cubes": [ + {"origin": [-21, 38.39786, 3.49266], "size": [11, 10, 10], "inflate": 0.02, "pivot": [9.58772, 58.19316, 2.67567], "rotation": [-90, 0, 0], "uv": [85, 388]} + ] + }, + { + "name": "bicep_left", + "parent": "shoulder_left", + "pivot": [-17, 52.27057, -11.81127], + "cubes": [ + {"origin": [-33, 38.89786, 5.49266], "size": [16, 9, 8], "inflate": 0.01, "pivot": [9.58772, 58.19316, 2.67567], "rotation": [-90, 0, 0], "uv": [212, 213]} + ] + }, + { + "name": "bicep_on", + "parent": "bicep_left", + "pivot": [9.58772, 58.19316, 2.67567], + "cubes": [ + {"origin": [-33, 38.89786, 5.49266], "size": [16, 9, 8], "inflate": 0.03, "pivot": [9.58772, 58.19316, 2.67567], "rotation": [-90, 0, 0], "uv": [256, 429]} + ] + }, + { + "name": "bicep_flash", + "parent": "bicep_on", + "pivot": [9.58772, 58.19316, 2.67567], + "cubes": [ + {"origin": [-33, 38.89786, 5.49266], "size": [16, 9, 8], "inflate": 0.04, "pivot": [9.58772, 58.19316, 2.67567], "rotation": [-90, 0, 0], "uv": [261, 470]} + ] + }, + { + "name": "forearm_left", + "parent": "bicep_left", + "pivot": [-36, 51.77057, -11.31127], + "cubes": [ + {"origin": [-61, 37.99786, 4.09266], "size": [23, 10, 9], "inflate": 0.02, "pivot": [6.58772, 57.69316, 3.17567], "rotation": [-90, 0, 0], "uv": [152, 23]}, + {"origin": [-43.20208, 45.9827, -16.31127], "size": [12, 12, 10], "pivot": [-36, 51.77057, -11.31127], "rotation": [-90, -45, 0], "uv": [212, 42]} + ] + }, + { + "name": "forearm_on", + "parent": "forearm_left", + "pivot": [6.58772, 57.69316, 3.17567], + "cubes": [ + {"origin": [-61, 37.99786, 4.09266], "size": [23, 10, 9], "inflate": 0.03, "pivot": [6.58772, 57.69316, 3.17567], "rotation": [-90, 0, 0], "uv": [91, 449]} + ] + }, + { + "name": "forearm_flash", + "parent": "forearm_on", + "pivot": [6.58772, 57.69316, 3.17567], + "cubes": [ + {"origin": [-61, 37.99786, 4.09266], "size": [23, 10, 9], "inflate": 0.04, "pivot": [6.58772, 57.69316, 3.17567], "rotation": [-90, 0, 0], "uv": [34, 493]}, + {"origin": [-43.20208, 45.9827, -16.31127], "size": [12, 12, 10], "inflate": 0.02, "pivot": [-36, 51.77057, -11.31127], "rotation": [-90, -45, 0], "uv": [336, 422]} + ] + }, + { + "name": "hand_left", + "parent": "forearm_left", + "pivot": [-57, 51.77057, -10.31127], + "cubes": [ + {"origin": [-65, 36.39786, 4.99266], "size": [10, 12, 10], "inflate": 0.01, "pivot": [9.58772, 57.69316, 4.17567], "rotation": [-90, 0, 0], "uv": [216, 106]}, + {"origin": [-60.26381, 69.76159, -14.31127], "size": [8, 8, 5], "inflate": 0.01, "pivot": [-33, 51.77057, -10.31127], "rotation": [-90, -45, 0], "uv": [252, 187]} + ] + }, + { + "name": "hand_on", + "parent": "hand_left", + "pivot": [-33, 51.77057, -10.31127], + "cubes": [ + {"origin": [-65, 36.39786, 4.99266], "size": [10, 12, 10], "inflate": 0.03, "pivot": [9.58772, 57.69316, 4.17567], "rotation": [-90, 0, 0], "uv": [302, 383]}, + {"origin": [-60.26381, 69.76159, -14.31127], "size": [8, 8, 5], "inflate": 0.03, "pivot": [-33, 51.77057, -10.31127], "rotation": [-90, -45, 0], "uv": [338, 464]} + ] + }, + { + "name": "hand_flash", + "parent": "hand_on", + "pivot": [9.58772, 57.69316, 4.17567], + "cubes": [ + {"origin": [-60.26381, 69.76159, -14.31127], "size": [8, 8, 5], "inflate": 0.04, "pivot": [-33, 51.77057, -10.31127], "rotation": [-90, -45, 0], "uv": [358, 370]}, + {"origin": [-65, 36.39786, 4.99266], "size": [10, 12, 10], "inflate": 0.04, "pivot": [9.58772, 57.69316, 4.17567], "rotation": [-90, 0, 0], "uv": [244, 385]} + ] + }, + { + "name": "fingers_left", + "parent": "hand_left", + "pivot": [-66, 52.87618, -20.11963] + }, + { + "name": "finger_left", + "parent": "fingers_left", + "pivot": [-62.33333, 52.54285, -8.01963], + "cubes": [ + {"origin": [-70, 44.39786, 8.09266], "size": [5, 4, 4], "inflate": 0.01, "pivot": [10.58772, 57.69316, 3.27567], "rotation": [-90, 0, 0], "uv": [262, 234]} + ] + }, + { + "name": "fingertip_left", + "parent": "finger_left", + "pivot": [-70, 51.87618, -8.01963], + "cubes": [ + {"origin": [-74, 44.89786, 9.09266], "size": [4, 3, 3], "inflate": 0.01, "pivot": [10.58772, 57.69316, 3.27567], "rotation": [-90, 0, 0], "uv": [280, 8]} + ] + }, + { + "name": "finger_left2", + "parent": "fingers_left", + "pivot": [-66, 52.87618, -12.51963], + "cubes": [ + {"origin": [-70, 35.39786, 10.59266], "size": [5, 4, 4], "inflate": 0.01, "pivot": [9.58772, 57.69316, 5.77567], "rotation": [-90, 0, 0], "uv": [262, 242]} + ] + }, + { + "name": "fingertip_left2", + "parent": "finger_left2", + "pivot": [-70, 51.87618, -14.51963], + "cubes": [ + {"origin": [-74, 35.89786, 11.59266], "size": [4, 3, 3], "inflate": 0.01, "pivot": [9.58772, 57.69316, 5.77567], "rotation": [-90, 0, 0], "uv": [278, 218]} + ] + }, + { + "name": "finger_left3", + "parent": "fingers_left", + "pivot": [-66, 52.87618, -20.11963], + "cubes": [ + {"origin": [-64.82843, 49.87618, -17.11963], "size": [5, 4, 4], "inflate": 0.01, "pivot": [-62, 51.87618, -16.11963], "rotation": [-90, -45, 0], "uv": [264, 59]} + ] + }, + { + "name": "fingertip_left3", + "parent": "finger_left3", + "pivot": [-64.00711, 52.37618, -18.22674], + "cubes": [ + {"origin": [-67.82843, 50.37618, -16.61963], "size": [4, 3, 3], "inflate": 0.01, "pivot": [-62, 51.87618, -16.11963], "rotation": [-90, -45, 0], "uv": [280, 14]} + ] + }, + { + "name": "wingattachment_right", + "parent": "arms", + "pivot": [14.23437, 51.45477, -10.15435], + "rotation": [0.13165, -7.49885, -16.00863], + "cubes": [ + {"origin": [12.31359, 59.82144, -18.27995], "size": [5, 5, 22.5], "pivot": [14.56359, 55.32144, -11.27995], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [152, 88], "mirror": true}, + {"origin": [13.06359, 54.87144, -18.52995], "size": [3, 8, 22], "pivot": [14.56359, 56.07144, -13.52995], "rotation": [-64.80109, 6.8517, 15.49302], "uv": [162, 42], "mirror": true}, + {"origin": [14.56359, 42.57144, -17.52995], "size": [0, 13, 19], "pivot": [14.56359, 56.07144, -13.52995], "rotation": [-64.80109, 6.8517, 15.49302], "uv": [42, 184], "mirror": true} + ] + }, + { + "name": "wires_right", + "parent": "wingattachment_right", + "pivot": [22.06158, 42.899, 35.15961] + }, + { + "name": "bottomwire_right", + "parent": "wires_right", + "pivot": [13.56811, 46.18086, 0.48885], + "cubes": [ + {"origin": [12.42131, 44.21238, 0.17702], "size": [3, 7, 3], "pivot": [13.90912, 46.54246, 1.71085], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [330, 330], "mirror": true} + ] + }, + { + "name": "bottomwire_flash_right", + "parent": "bottomwire_right", + "pivot": [13.90912, 46.54246, 1.71085], + "cubes": [ + {"origin": [12.42131, 44.21238, 0.17702], "size": [3, 7, 3], "pivot": [13.90912, 46.54246, 1.71085], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [350, 330], "mirror": true} + ] + }, + { + "name": "bottomwire_right2", + "parent": "bottomwire_right", + "pivot": [14.8315, 47.99434, 6.0759], + "cubes": [ + {"origin": [14.06293, 45.54426, 7.8105], "size": [3, 7, 3], "pivot": [15.56293, 49.04426, 9.3105], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [330, 330], "mirror": true} + ] + }, + { + "name": "bottomwire_flash_right2", + "parent": "bottomwire_right2", + "pivot": [15.56293, 49.04426, 9.3105], + "cubes": [ + {"origin": [14.06293, 45.54426, 7.8105], "size": [3, 7, 3], "pivot": [15.56293, 49.04426, 9.3105], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [350, 330], "mirror": true} + ] + }, + { + "name": "bottomwire_right3", + "parent": "bottomwire_right2", + "pivot": [16.24543, 50.1139, 12.69762], + "cubes": [ + {"origin": [11.1262, 71.13104, -7.50968], "size": [3, 7, 3], "pivot": [12.3762, 47.63104, -11.00968], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [330, 330], "mirror": true} + ] + }, + { + "name": "bottomwire_flash_right3", + "parent": "bottomwire_right3", + "pivot": [12.3762, 47.63104, -11.00968], + "cubes": [ + {"origin": [11.1262, 71.13104, -7.50968], "size": [3, 7, 3], "pivot": [12.3762, 47.63104, -11.00968], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [309, 310], "mirror": true} + ] + }, + { + "name": "bottomwire_right4", + "parent": "bottomwire_right3", + "pivot": [17.64631, 52.23368, 19.2202], + "cubes": [ + {"origin": [11.1262, 78.13104, -7.50968], "size": [3, 7, 3], "pivot": [12.3762, 47.63104, -11.00968], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [330, 330], "mirror": true} + ] + }, + { + "name": "bottomwire_flash_right4", + "parent": "bottomwire_right4", + "pivot": [12.3762, 47.63104, -11.00968], + "cubes": [ + {"origin": [11.1262, 78.13104, -7.50968], "size": [3, 7, 3], "pivot": [12.3762, 47.63104, -11.00968], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [310, 330], "mirror": true} + ] + }, + { + "name": "bottomwire_right5", + "parent": "bottomwire_right4", + "pivot": [19.0472, 54.35347, 25.74278], + "cubes": [ + {"origin": [11.1262, 85.13104, -7.50968], "size": [3, 7, 3], "pivot": [12.3762, 47.63104, -11.00968], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [330, 330], "mirror": true} + ] + }, + { + "name": "bottomwire_flash_right5", + "parent": "bottomwire_right5", + "pivot": [12.3762, 47.63104, -11.00968], + "cubes": [ + {"origin": [11.1262, 85.13104, -7.50968], "size": [3, 7, 3], "pivot": [12.3762, 47.63104, -11.00968], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [350, 330], "mirror": true} + ] + }, + { + "name": "bottomwire_right6", + "parent": "bottomwire_right5", + "pivot": [20.46237, 56.56961, 32.16284], + "cubes": [ + {"origin": [11.1262, 92.13104, -7.50968], "size": [3, 7, 3], "pivot": [12.3762, 47.63104, -11.00968], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [330, 330], "mirror": true} + ] + }, + { + "name": "bottomwire_flash_right6", + "parent": "bottomwire_right6", + "pivot": [12.3762, 47.63104, -11.00968], + "cubes": [ + {"origin": [11.1262, 92.13104, -7.50968], "size": [3, 7, 3], "pivot": [12.3762, 47.63104, -11.00968], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [309, 310], "mirror": true} + ] + }, + { + "name": "bottomwire_right7", + "parent": "bottomwire_right6", + "pivot": [21.86326, 58.68939, 38.68542], + "cubes": [ + {"origin": [11.1262, 99.13104, -7.50968], "size": [3, 7, 3], "pivot": [12.3762, 47.63104, -11.00968], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [330, 330], "mirror": true} + ] + }, + { + "name": "bottomwire_flash_right7", + "parent": "bottomwire_right7", + "pivot": [12.3762, 47.63104, -11.00968], + "cubes": [ + {"origin": [11.1262, 99.13104, -7.50968], "size": [3, 7, 3], "pivot": [12.3762, 47.63104, -11.00968], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [310, 330], "mirror": true} + ] + }, + { + "name": "bottomwire_right8", + "parent": "bottomwire_right7", + "pivot": [23.18211, 60.52079, 45.21813], + "cubes": [ + {"origin": [21.79856, 60.75606, 43.79637], "size": [3, 7, 3], "pivot": [23.26414, 60.80918, 45.20799], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [330, 330], "mirror": true} + ] + }, + { + "name": "bottomwire_flash_right8", + "parent": "bottomwire_right8", + "pivot": [23.26414, 60.80918, 45.20799], + "cubes": [ + {"origin": [21.79856, 60.75606, 43.79637], "size": [3, 7, 3], "pivot": [23.26414, 60.80918, 45.20799], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [350, 330], "mirror": true} + ] + }, + { + "name": "bottomwire_right9", + "parent": "bottomwire_right8", + "pivot": [24.65197, 62.92919, 51.63143], + "cubes": [ + {"origin": [11.1262, 113.13104, -7.50968], "size": [3, 7, 3], "pivot": [12.3762, 47.63104, -11.00968], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [330, 330], "mirror": true} + ] + }, + { + "name": "bottomwire_flash_right9", + "parent": "bottomwire_right9", + "pivot": [12.3762, 47.63104, -11.00968], + "cubes": [ + {"origin": [11.1262, 113.13104, -7.50968], "size": [3, 7, 3], "pivot": [12.3762, 47.63104, -11.00968], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [309, 310], "mirror": true} + ] + }, + { + "name": "bone2", + "parent": "bottomwire_right9", + "pivot": [26.02551, 64.95284, 58.15739], + "cubes": [ + {"origin": [11.1262, 120.13104, -7.50968], "size": [3, 7, 3], "pivot": [12.3762, 47.63104, -11.00968], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [330, 330], "mirror": true} + ] + }, + { + "name": "bone3", + "parent": "bone2", + "pivot": [27.39905, 66.9765, 64.68334], + "cubes": [ + {"origin": [11.1262, 127.13104, -7.50968], "size": [3, 7, 3], "pivot": [12.3762, 47.63104, -11.00968], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [330, 330], "mirror": true} + ] + }, + { + "name": "bone4", + "parent": "bone3", + "pivot": [28.85462, 69.28854, 71.19917], + "cubes": [ + {"origin": [11.1262, 134.13104, -7.50968], "size": [3, 7, 3], "pivot": [12.3762, 47.63104, -11.00968], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [330, 310], "mirror": true} + ] + }, + { + "name": "bone5", + "parent": "bone4", + "pivot": [30.25551, 71.40832, 77.72175], + "cubes": [ + {"origin": [11.1262, 141.13104, -7.50968], "size": [3, 7, 3], "pivot": [12.3762, 47.63104, -11.00968], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [350, 330], "mirror": true} + ] + }, + { + "name": "bone6", + "parent": "bone5", + "pivot": [31.65639, 73.52811, 84.24433], + "cubes": [ + {"origin": [11.1262, 148.13104, -7.50968], "size": [3, 7, 3], "pivot": [12.3762, 47.63104, -11.00968], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [350, 330], "mirror": true} + ] + }, + { + "name": "bone7", + "parent": "bone6", + "pivot": [33.05727, 75.64789, 90.76691], + "cubes": [ + {"origin": [11.1262, 155.13104, -7.50968], "size": [3, 7, 3], "pivot": [12.3762, 47.63104, -11.00968], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [350, 330], "mirror": true} + ] + }, + { + "name": "topwire_right", + "parent": "wires_right", + "pivot": [15.48207, 52.90996, 0.25237], + "cubes": [ + {"origin": [14.33527, 50.94148, -0.05946], "size": [3, 7, 3], "pivot": [15.82309, 53.27156, 1.47437], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [330, 330], "mirror": true} + ] + }, + { + "name": "topwire_flash_right", + "parent": "topwire_right", + "pivot": [15.82309, 53.27156, 1.47437], + "cubes": [ + {"origin": [14.33527, 50.94148, -0.05946], "size": [3, 7, 3], "pivot": [15.82309, 53.27156, 1.47437], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [350, 330], "mirror": true} + ] + }, + { + "name": "topwire_right2", + "parent": "topwire_right", + "pivot": [16.74546, 54.72345, 5.83942], + "cubes": [ + {"origin": [15.9769, 52.27336, 7.57402], "size": [3, 7, 3], "pivot": [17.4769, 55.77336, 9.07402], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [330, 330], "mirror": true} + ] + }, + { + "name": "topwire_flash_right2", + "parent": "topwire_right2", + "pivot": [17.4769, 55.77336, 9.07402], + "cubes": [ + {"origin": [15.9769, 52.27336, 7.57402], "size": [3, 7, 3], "pivot": [17.4769, 55.77336, 9.07402], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [350, 330], "mirror": true} + ] + }, + { + "name": "topwire_right3", + "parent": "topwire_right2", + "pivot": [18.15939, 56.843, 12.46114], + "cubes": [ + {"origin": [13.04017, 77.86014, -7.74616], "size": [3, 7, 3], "pivot": [14.29017, 54.36014, -11.24616], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [330, 330], "mirror": true} + ] + }, + { + "name": "topwire_flash_right3", + "parent": "topwire_right3", + "pivot": [14.29017, 54.36014, -11.24616], + "cubes": [ + {"origin": [13.04017, 77.86014, -7.74616], "size": [3, 7, 3], "pivot": [14.29017, 54.36014, -11.24616], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [309, 310], "mirror": true} + ] + }, + { + "name": "topwire_right4", + "parent": "topwire_right3", + "pivot": [19.56028, 58.96279, 18.98372], + "cubes": [ + {"origin": [13.04017, 84.86014, -7.74616], "size": [3, 7, 3], "pivot": [14.29017, 54.36014, -11.24616], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [330, 330], "mirror": true} + ] + }, + { + "name": "topwire_flash_right4", + "parent": "topwire_right4", + "pivot": [14.29017, 54.36014, -11.24616], + "cubes": [ + {"origin": [13.04017, 84.86014, -7.74616], "size": [3, 7, 3], "pivot": [14.29017, 54.36014, -11.24616], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [310, 330], "mirror": true} + ] + }, + { + "name": "topwire_right5", + "parent": "topwire_right4", + "pivot": [20.96116, 61.08257, 25.5063], + "cubes": [ + {"origin": [13.04017, 91.86014, -7.74616], "size": [3, 7, 3], "pivot": [14.29017, 54.36014, -11.24616], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [330, 330], "mirror": true} + ] + }, + { + "name": "topwire_flash_right5", + "parent": "topwire_right5", + "pivot": [14.29017, 54.36014, -11.24616], + "cubes": [ + {"origin": [13.04017, 91.86014, -7.74616], "size": [3, 7, 3], "pivot": [14.29017, 54.36014, -11.24616], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [350, 330], "mirror": true} + ] + }, + { + "name": "topwire_right6", + "parent": "topwire_right5", + "pivot": [22.37634, 63.29871, 31.92636], + "cubes": [ + {"origin": [13.04017, 98.86014, -7.74616], "size": [3, 7, 3], "pivot": [14.29017, 54.36014, -11.24616], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [330, 330], "mirror": true} + ] + }, + { + "name": "topwire_flash_right6", + "parent": "topwire_right6", + "pivot": [14.29017, 54.36014, -11.24616], + "cubes": [ + {"origin": [13.04017, 98.86014, -7.74616], "size": [3, 7, 3], "pivot": [14.29017, 54.36014, -11.24616], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [309, 310], "mirror": true} + ] + }, + { + "name": "topwire_right7", + "parent": "topwire_right6", + "pivot": [23.77722, 65.4185, 38.44894], + "cubes": [ + {"origin": [13.04017, 105.86014, -7.74616], "size": [3, 7, 3], "pivot": [14.29017, 54.36014, -11.24616], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [330, 330], "mirror": true} + ] + }, + { + "name": "topwire_flash_right7", + "parent": "topwire_right7", + "pivot": [14.29017, 54.36014, -11.24616], + "cubes": [ + {"origin": [13.04017, 105.86014, -7.74616], "size": [3, 7, 3], "pivot": [14.29017, 54.36014, -11.24616], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [310, 330], "mirror": true} + ] + }, + { + "name": "topwire_right8", + "parent": "topwire_right7", + "pivot": [25.21725, 67.5376, 45.26895], + "cubes": [ + {"origin": [23.71252, 67.48516, 43.55989], "size": [3, 7, 3], "pivot": [25.1781, 67.53828, 44.97152], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [330, 330], "mirror": true} + ] + }, + { + "name": "topwire_flash_right8", + "parent": "topwire_right8", + "pivot": [25.1781, 67.53828, 44.97152], + "cubes": [ + {"origin": [23.71252, 67.48516, 43.55989], "size": [3, 7, 3], "pivot": [25.1781, 67.53828, 44.97152], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [350, 330], "mirror": true} + ] + }, + { + "name": "topwire_right9", + "parent": "topwire_right8", + "pivot": [26.56594, 69.65829, 51.39495], + "cubes": [ + {"origin": [13.04017, 119.86014, -7.74616], "size": [3, 7, 3], "pivot": [14.29017, 54.36014, -11.24616], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [330, 330], "mirror": true} + ] + }, + { + "name": "topwire_flash_right9", + "parent": "topwire_right9", + "pivot": [14.29017, 54.36014, -11.24616], + "cubes": [ + {"origin": [13.04017, 119.86014, -7.74616], "size": [3, 7, 3], "pivot": [14.29017, 54.36014, -11.24616], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [309, 310], "mirror": true} + ] + }, + { + "name": "topwire_right10", + "parent": "topwire_right9", + "pivot": [27.93948, 71.68195, 57.92091], + "cubes": [ + {"origin": [13.04017, 126.86014, -7.74616], "size": [3, 7, 3], "pivot": [14.29017, 54.36014, -11.24616], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [330, 330], "mirror": true} + ] + }, + { + "name": "topwire_right11", + "parent": "topwire_right10", + "pivot": [29.31302, 73.7056, 64.44687], + "cubes": [ + {"origin": [13.04017, 133.86014, -7.74616], "size": [3, 7, 3], "pivot": [14.29017, 54.36014, -11.24616], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [330, 330], "mirror": true} + ] + }, + { + "name": "topwire_right12", + "parent": "topwire_right11", + "pivot": [30.76859, 76.01764, 70.96269], + "cubes": [ + {"origin": [13.04017, 140.86014, -7.74616], "size": [3, 7, 3], "pivot": [14.29017, 54.36014, -11.24616], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [330, 310], "mirror": true} + ] + }, + { + "name": "topwire_right13", + "parent": "topwire_right12", + "pivot": [32.16947, 78.13743, 77.48527], + "cubes": [ + {"origin": [13.04017, 147.86014, -7.74616], "size": [3, 7, 3], "pivot": [14.29017, 54.36014, -11.24616], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [350, 330], "mirror": true} + ] + }, + { + "name": "topwire_right14", + "parent": "topwire_right13", + "pivot": [33.57035, 80.25721, 84.00785], + "cubes": [ + {"origin": [13.04017, 154.86014, -7.74616], "size": [3, 7, 3], "pivot": [14.29017, 54.36014, -11.24616], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [350, 330], "mirror": true} + ] + }, + { + "name": "topwire_right15", + "parent": "topwire_right14", + "pivot": [34.97124, 82.377, 90.53043], + "cubes": [ + {"origin": [13.04017, 161.86014, -7.74616], "size": [3, 7, 3], "pivot": [14.29017, 54.36014, -11.24616], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [350, 330], "mirror": true} + ] + }, + { + "name": "wing_right", + "parent": "wingattachment_right", + "pivot": [17.71937, 59.33528, -2.73402], + "rotation": [102.42672, -6.5147, -129.90502], + "cubes": [ + {"origin": [29.25636, 45.98231, -11.85308], "size": [1, 7, 5], "pivot": [27.69325, 63.07659, -19.90467], "rotation": [19.60174, -31.58697, 13.16103], "uv": [72, 106]}, + {"origin": [28.83801, 40.97675, -13.63441], "size": [2, 9, 8], "pivot": [27.69325, 63.07659, -19.90467], "rotation": [42.10174, -31.58697, 13.16103], "uv": [252, 253], "mirror": true} + ] + }, + { + "name": "wingreg2_right", + "parent": "wing_right", + "pivot": [21.02381, 54.5364, -6.81774], + "rotation": [2.20342, -19.39116, 3.50338], + "cubes": [ + {"origin": [23.93392, 48.73697, -20.00833], "size": [2, 7, 11], "pivot": [22.46583, 64.01451, -20.84521], "rotation": [9.35977, -12.49247, 10.07227], "uv": [136, 237]} + ] + }, + { + "name": "wingtip_right", + "parent": "wingreg2_right", + "pivot": [20.44001, 49.80932, 22.67598], + "cubes": [ + {"origin": [23.89469, 49.34464, -20.08782], "size": [2, 10, 9], "inflate": 0.05, "pivot": [22.46583, 64.01451, -20.84521], "rotation": [-23.14023, -12.49247, 10.07227], "uv": [26, 249]}, + {"origin": [23.88469, 45.73989, -25.64247], "size": [2, 17, 17], "inflate": 0.07, "pivot": [22.46583, 64.01451, -20.84521], "rotation": [-60.64023, -12.49247, 10.07227], "uv": [178, 115]}, + {"origin": [23.88469, 34.77412, -25.01643], "size": [2, 26, 8], "inflate": 0.05, "pivot": [22.46583, 64.01451, -20.84521], "rotation": [-85.64023, -12.49247, 10.07227], "uv": [212, 230]}, + {"origin": [24.89391, 43.06707, -37.05812], "size": [2, 9, 6], "inflate": 0.05, "pivot": [25.59452, 52.55559, -33.54293], "rotation": [-58.14023, -12.49247, 10.07227], "uv": [64, 259]}, + {"origin": [24.88469, 39.15424, -28.28769], "size": [0, 7, 10], "pivot": [22.46583, 64.01451, -20.84521], "rotation": [-65.64023, -12.49247, 10.07227], "uv": [136, 255]}, + {"origin": [22.60232, 38.85055, -28.37709], "size": [2, 16, 5], "inflate": 0.05, "pivot": [23.3047, 47.15802, -28.08092], "rotation": [-40.64023, -12.49247, 10.07227], "uv": [256, 38]}, + {"origin": [24.47551, 41.47351, -36.35848], "size": [0, 7, 12], "pivot": [24.17611, 50.45669, -29.34956], "rotation": [-33.14023, -12.49247, 10.07227], "uv": [240, 83]} + ] + }, + { + "name": "arm_right", + "parent": "arms", + "pivot": [14.23437, 51.45477, -10.15435] + }, + { + "name": "shoulder_right", + "parent": "arm_right", + "pivot": [10, 52.3574, -11.31887], + "cubes": [ + {"origin": [10, 37.89786, 4.49266], "size": [11, 11, 11], "inflate": 0.01, "pivot": [-9.58772, 58.19316, 2.67567], "rotation": [-90, 0, 0], "uv": [168, 213]} + ] + }, + { + "name": "bicep_right", + "parent": "shoulder_right", + "pivot": [17, 52.27057, -11.81127], + "cubes": [ + {"origin": [17, 38.89786, 5.49266], "size": [17, 9, 9], "inflate": 0.01, "pivot": [-9.58772, 58.19316, 2.67567], "rotation": [-90, 0, 0], "uv": [178, 149]} + ] + }, + { + "name": "forearm_right", + "parent": "bicep_right", + "pivot": [36, 50.77057, -11.81127], + "cubes": [ + {"origin": [38, 35.99786, 2.49266], "size": [20, 12, 11], "pivot": [-6.58772, 56.69316, 2.67567], "rotation": [-90, 0, 0], "uv": [152, 0]}, + {"origin": [31.84853, 46.33626, -17.91127], "size": [12, 12, 11], "inflate": 0.015, "pivot": [36, 50.77057, -11.81127], "rotation": [-90, 45, 0], "uv": [80, 197]} + ] + }, + { + "name": "hand_right", + "parent": "forearm_right", + "pivot": [57, 50.77057, -11.81127], + "cubes": [ + {"origin": [55, 35.39786, 2.49266], "size": [10, 13, 11], "inflate": 0.01, "pivot": [-9.58772, 56.69316, 2.67567], "rotation": [-90, 0, 0], "uv": [126, 213]}, + {"origin": [51.34457, 68.54946, -16.81127], "size": [9, 9, 7], "inflate": 0.01, "pivot": [33, 50.77057, -11.81127], "rotation": [-90, 45, 0], "uv": [216, 24]} + ] + }, + { + "name": "fingers_right", + "parent": "hand_right", + "pivot": [-9.58772, 56.69316, 2.67567] + }, + { + "name": "finger4", + "parent": "fingers_right", + "pivot": [61, 51.87618, -17.61963], + "cubes": [ + {"origin": [60.10122, 48.0176, -19.61963], "size": [6, 5, 5], "inflate": 0.01, "pivot": [61, 50.87618, -17.61963], "rotation": [-90, 45, 0], "uv": [184, 258]}, + {"origin": [66.10122, 49.0176, -18.61963], "size": [4, 3, 3], "inflate": 0.01, "pivot": [61, 50.87618, -17.61963], "rotation": [-90, 45, 0], "uv": [280, 77]} + ] + }, + { + "name": "finger6", + "parent": "fingers_right", + "pivot": [65, 50.87618, -15.11963], + "cubes": [ + {"origin": [64, 35.39786, 4.49266], "size": [7, 5, 5], "inflate": 0.01, "pivot": [-9.58772, 56.69316, 2.67567], "rotation": [-90, 0, 0], "uv": [90, 36]}, + {"origin": [71, 36.39786, 5.49266], "size": [3, 3, 3], "inflate": 0.01, "pivot": [-9.58772, 56.69316, 2.67567], "rotation": [-90, 0, 0], "uv": [280, 224]} + ] + }, + { + "name": "finger5", + "parent": "fingers_right", + "pivot": [65, 50.87618, -7.11963], + "cubes": [ + {"origin": [64, 35.39786, 12.49266], "size": [7, 5, 5], "inflate": 0.01, "pivot": [-9.58772, 56.69316, 10.67567], "rotation": [-90, 0, 0], "uv": [90, 36]}, + {"origin": [71, 36.39786, 13.49266], "size": [3, 3, 3], "inflate": 0.01, "pivot": [-9.58772, 56.69316, 10.67567], "rotation": [-90, 0, 0], "uv": [280, 224]} + ] + }, + { + "name": "legs", + "parent": "body", + "pivot": [0, 0, 11.75] + }, + { + "name": "leg_left", + "parent": "legs", + "pivot": [-10, 25, 7] + }, + { + "name": "thigh_left", + "parent": "leg_left", + "pivot": [-26, 23, 9] + }, + { + "name": "thigh_left2", + "parent": "thigh_left", + "pivot": [15.25, 30.25, 7.75], + "cubes": [ + {"origin": [-21.25, 15.91371, -2.70632], "size": [12, 17, 19], "inflate": 0.01, "pivot": [-13.75, 23.07223, 6.89799], "rotation": [-35, 0, 0], "uv": [90, 0], "mirror": true} + ] + }, + { + "name": "ankle_left", + "parent": "leg_left", + "pivot": [-15.5, 15, 11], + "cubes": [ + {"origin": [-16.5, 3.25, 2], "size": [6, 13, 6], "pivot": [-16.5, 3.25, 3], "rotation": [-42.5, 0, 0], "uv": [240, 64]}, + {"origin": [-18.5, 9.5, 7], "size": [9, 11, 9], "uv": [216, 128]} + ] + }, + { + "name": "foot_left", + "parent": "ankle_left", + "pivot": [-16, 2, 5.75], + "cubes": [ + {"origin": [-17.77543, -0.81537, -1.91876], "size": [7, 4, 9], "uv": [230, 148]}, + {"origin": [-17.77543, -0.81537, 7.08124], "size": [7, 4, 5], "uv": [0, 258]} + ] + }, + { + "name": "toes_left", + "parent": "foot_left", + "pivot": [-30.77543, -0.81537, -13.66876] + }, + { + "name": "toe1_left", + "parent": "toes_left", + "pivot": [-30.77543, -0.81537, -13.66876], + "rotation": [0, 25, 0], + "cubes": [ + {"origin": [-24.02497, -0.81537, -4.53782], "size": [2, 2, 2], "uv": [70, 118]}, + {"origin": [-24.02497, -0.81537, -2.53782], "size": [2, 3, 3], "uv": [126, 257]}, + {"origin": [-24.52497, -0.81537, 0.46218], "size": [3, 3, 4], "uv": [274, 30]} + ] + }, + { + "name": "toe2_left", + "parent": "toes_left", + "pivot": [-16.02543, -0.81537, -11.66876], + "rotation": [0, -25, 0], + "cubes": [ + {"origin": [-9.77497, -0.81537, -7.04971], "size": [3, 3, 3], "uv": [280, 138]}, + {"origin": [-9.37497, -0.81537, -10.04971], "size": [2, 3, 3], "uv": [80, 259]}, + {"origin": [-9.37497, -0.81537, -12.04971], "size": [2, 2, 2], "uv": [152, 42]} + ] + }, + { + "name": "toe3_left", + "parent": "toes_left", + "pivot": [-30.77543, -0.81537, -13.66876], + "cubes": [ + {"origin": [-14.77543, -0.81537, -6.31876], "size": [1, 2, 2], "uv": [78, 118]}, + {"origin": [-14.77543, -0.54986, -5.10563], "size": [1, 2, 4], "inflate": 0.01, "pivot": [-14.27543, 0.63992, -4.25089], "rotation": [32.5, 0, 0], "uv": [222, 264]}, + {"origin": [-14.27543, -0.81537, -14.31876], "size": [0, 8, 21], "uv": [0, 179], "mirror": true} + ] + }, + { + "name": "leg_right", + "parent": "legs", + "pivot": [10, 25, 7] + }, + { + "name": "thigh_right", + "parent": "leg_right", + "pivot": [26, 23, 9] + }, + { + "name": "thigh_right2", + "parent": "thigh_right", + "pivot": [15.25, 30.25, 7.75], + "cubes": [ + {"origin": [9.25, 15.91371, -2.70632], "size": [12, 17, 19], "inflate": 0.01, "pivot": [13.75, 23.07223, 6.89799], "rotation": [-35, 0, 0], "uv": [90, 0]} + ] + }, + { + "name": "ankle_right", + "parent": "leg_right", + "pivot": [15.5, 15, 11], + "cubes": [ + {"origin": [10.5, 3.25, 2], "size": [6, 13, 6], "pivot": [16.5, 3.25, 3], "rotation": [-42.5, 0, 0], "uv": [66, 240]}, + {"origin": [9.5, 9.5, 7], "size": [9, 11, 9], "uv": [76, 220]} + ] + }, + { + "name": "foot_right", + "parent": "ankle_right", + "pivot": [12, 2, 5.75], + "cubes": [ + {"origin": [10.68045, 0.04646, 7.17147], "size": [7, 4, 5], "uv": [114, 36]}, + {"origin": [10.68045, 0.04646, -1.82853], "size": [7, 4, 9], "uv": [34, 236]} + ] + }, + { + "name": "toes_right", + "parent": "foot_right", + "pivot": [30.68045, 0.04646, -13.57853] + }, + { + "name": "toe1_right", + "parent": "toes_right", + "pivot": [30.68045, 0.04646, -13.57853], + "rotation": [0, -25, 0], + "cubes": [ + {"origin": [21.92999, 0.04646, -4.44759], "size": [2, 2, 2], "uv": [232, 64]}, + {"origin": [21.92999, 0.04646, -2.44759], "size": [2, 3, 3], "uv": [280, 236]}, + {"origin": [21.42999, 0.04646, 0.55241], "size": [3, 3, 4], "uv": [276, 180]} + ] + }, + { + "name": "toe2_right", + "parent": "toes_right", + "pivot": [15.93045, 0.04646, -11.57853], + "rotation": [0, 25, 0], + "cubes": [ + {"origin": [6.67999, 0.04646, -6.95948], "size": [3, 3, 3], "uv": [280, 150]}, + {"origin": [7.27999, 0.04646, -9.95948], "size": [2, 3, 3], "uv": [280, 242]}, + {"origin": [7.27999, 0.04646, -11.95948], "size": [2, 2, 2], "uv": [232, 68]} + ] + }, + { + "name": "toe3_right", + "parent": "toes_right", + "pivot": [30.68045, 0.04646, -13.57853], + "cubes": [ + {"origin": [13.68045, 0.04646, -6.22853], "size": [1, 2, 2], "uv": [112, 233]}, + {"origin": [14.18045, 0.04646, -14.22853], "size": [0, 8, 21], "uv": [0, 179]}, + {"origin": [13.68045, 0.31197, -5.01539], "size": [1, 2, 4], "inflate": 0.01, "pivot": [14.18045, 1.50175, -4.16066], "rotation": [32.5, 0, 0], "uv": [252, 280]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kyuremwhite/kyuremwhite.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kyuremwhite/kyuremwhite.geo.json new file mode 100644 index 0000000..d2995b6 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kyuremwhite/kyuremwhite.geo.json @@ -0,0 +1,1419 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 512, + "texture_height": 512, + "visible_bounds_width": 14, + "visible_bounds_height": 8.5, + "visible_bounds_offset": [0, 3.75, 0] + }, + "bones": [ + { + "name": "kyuremwhite", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "kyuremwhite", + "pivot": [0, 0, 0] + }, + { + "name": "body2", + "parent": "body", + "pivot": [0, 24.1555, 0.59976], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [-9.5, 17.27859, 7.31849], "size": [19, 15, 18], "pivot": [11.58772, 39.57389, 9.5015], "rotation": [-57.5, 0, 0], "uv": [52, 34]} + ] + }, + { + "name": "body4", + "parent": "body2", + "pivot": [-0.01228, 30.31646, -5.301], + "cubes": [ + {"origin": [-7, 31.27859, 14.31849], "size": [14, 10, 14], "inflate": 0.01, "pivot": [11.58772, 53.57389, 7.5015], "rotation": [-80, 0, 0], "uv": [132, 0]} + ] + }, + { + "name": "body5", + "parent": "body4", + "pivot": [0, 41.78426, -5.08448], + "cubes": [ + {"origin": [-9.5, 30.77859, 5.31849], "size": [19, 15, 12], "inflate": 0.01, "pivot": [11.58772, 53.57389, 7.5015], "rotation": [-80, 0, 0], "uv": [126, 34]}, + {"origin": [-9.5, 24.44417, 4.81377], "size": [19, 0, 12], "pivot": [11.58772, 47.32389, 7.2515], "rotation": [-95, 0, 0], "uv": [114, 156]}, + {"origin": [-9.5, 48.8451, -1.31804], "size": [19, 0, 12], "inflate": 0.01, "pivot": [0, 51.01367, 3.21659], "rotation": [-67.5, 0, 0], "uv": [114, 156]} + ] + }, + { + "name": "neck", + "parent": "body5", + "pivot": [0, 52.09537, -7.84641], + "cubes": [ + {"origin": [-4.5, 48.49288, -12.81861], "size": [9, 10, 10], "pivot": [0, 53.99288, -7.81861], "rotation": [-80, 0, 0], "uv": [188, 20]} + ] + }, + { + "name": "neck2", + "parent": "neck", + "pivot": [0, 57.55044, -8.47143], + "rotation": [-22.5, 0, 0], + "cubes": [ + {"origin": [-4, 57.36553, -15.74037], "size": [8, 8, 12], "pivot": [0, 62.86553, -10.09139], "rotation": [-57.5, 0, 0], "uv": [42, 183]} + ] + }, + { + "name": "neck3", + "parent": "neck2", + "pivot": [0, 66.7429, -14.25411], + "rotation": [-35, 0, 0], + "cubes": [ + {"origin": [-3.5, 64.24105, -23.16992], "size": [7, 7, 13], "pivot": [0, 67.24105, -15.66992], "rotation": [-22.5, 0, 0], "uv": [188, 0]} + ] + }, + { + "name": "head", + "parent": "neck3", + "pivot": [0.5, 69.11407, -20.60314], + "rotation": [67.5, 0, 0], + "cubes": [ + {"origin": [-4, 65.61407, -22.60314], "size": [8, 8, 6], "inflate": 0.01, "pivot": [-9, 68.61407, -17.85314], "rotation": [7.5, 0, 0], "uv": [198, 202]}, + {"origin": [-3.67463, 69.34085, -27.38094], "size": [8, 4, 7], "inflate": 0.01, "pivot": [0.32537, 71.24085, -23.88094], "rotation": [-6.32122, -44.98297, 4.13002], "uv": [210, 125]}, + {"origin": [-0.70332, 70.84189, -31.41226], "size": [2, 3, 2], "pivot": [-0.04189, 70.82824, -30.75383], "rotation": [-41.04609, -37.35291, 27.44012], "uv": [204, 111]} + ] + }, + { + "name": "teeth", + "parent": "head", + "pivot": [-2.42338, 64.91642, -29.0172] + }, + { + "name": "crests", + "parent": "head", + "pivot": [0, 72.24393, -31.0311], + "rotation": [-25, 0, 0], + "cubes": [ + {"origin": [-4.17215, 71.80774, -29.90763], "size": [4, 3, 6], "pivot": [0, 72.96116, -29.94671], "rotation": [54.8674, 40.24635, 45.25595], "uv": [226, 20]}, + {"origin": [0.17215, 71.70774, -29.70763], "size": [4, 3, 7], "pivot": [0, 72.96116, -29.94671], "rotation": [57.3674, -40.24635, -45.25595], "uv": [222, 177]} + ] + }, + { + "name": "crests2", + "parent": "crests", + "pivot": [1.12533, 83.09829, -19.00646], + "rotation": [2.5, 0, 0] + }, + { + "name": "fire_crest", + "parent": "crests2", + "pivot": [2.95, 76.20805, -27.29336], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [1.3942, 75.78072, -27.78183], "size": [5, 4, 5], "pivot": [3.85586, 77.66401, -25.61159], "rotation": [42.11143, 21.55173, 18.61442], "uv": [226, 29]} + ] + }, + { + "name": "fire_crest3", + "parent": "fire_crest", + "pivot": [4.67039, 78.59474, -25.59545], + "cubes": [ + {"origin": [-1.70369, 71.05474, -23.51282], "size": [5, 5, 6], "pivot": [0.15, 74.29426, -31.17696], "rotation": [45.89594, 18.17696, 20.99692], "uv": [128, 222]} + ] + }, + { + "name": "fire_crest4", + "parent": "fire_crest3", + "pivot": [7.08587, 79.76272, -21.60399], + "cubes": [ + {"origin": [-2.38109, 70.84669, -18.85482], "size": [6, 6, 7], "pivot": [0.15, 74.79426, -32.42696], "rotation": [40.89594, 18.17696, 20.99692], "uv": [212, 111]}, + {"origin": [15.67948, 83.06783, -21.02022], "size": [3, 0, 8], "pivot": [14.60389, 82.91935, -15.53229], "rotation": [55.60256, 13.6303, 93.62206], "uv": [222, 194]}, + {"origin": [11.81852, 80.72007, -21.07521], "size": [3, 0, 8], "pivot": [13.31852, 80.72007, -17.07521], "rotation": [-55.60256, -13.6303, -86.37794], "uv": [222, 194], "mirror": true} + ] + }, + { + "name": "fire_crest5", + "parent": "fire_crest4", + "pivot": [10.02023, 84.15792, -17.0172], + "cubes": [ + {"origin": [-2.88109, 73.84669, -15.35482], "size": [4, 4, 9], "pivot": [-1.35, 76.79426, -33.92696], "rotation": [34.42583, 22.32748, 23.96964], "uv": [102, 216]} + ] + }, + { + "name": "fire_crest6", + "parent": "fire_crest5", + "pivot": [13.41721, 87.0434, -12.76451], + "cubes": [ + {"origin": [-2.88109, 73.09669, -6.60482], "size": [3, 2, 6], "pivot": [-1.85, 75.04426, -33.17696], "rotation": [39.42583, 22.32748, 23.96964], "uv": [72, 228]} + ] + }, + { + "name": "fire_crest_end", + "parent": "fire_crest6", + "pivot": [15.11376, 88.90087, -9.80103], + "cubes": [ + {"origin": [15.61376, 90.37148, -10.73652], "size": [2, 1, 2.5], "pivot": [16.61376, 90.87148, -6.98652], "rotation": [36.99187, 12.48834, 15.87623], "uv": [168, 153]}, + {"origin": [13.61376, 90.37148, -8.48652], "size": [6, 1, 6], "pivot": [16.61376, 90.87148, -7.23652], "rotation": [44.49187, 12.48834, 15.87623], "uv": [222, 187]}, + {"origin": [13.61376, 90.87148, -10.73652], "size": [6, 0, 2.5], "pivot": [16.61376, 90.87148, -6.98652], "rotation": [36.99187, 12.48834, 15.87623], "uv": [170, 125]}, + {"origin": [13.61376, 90.87148, -10.73652], "size": [6, 0, 2.5], "pivot": [16.61376, 90.87148, -6.98652], "rotation": [-36.99187, -12.48834, -164.12377], "uv": [170, 125]}, + {"origin": [12.61376, 90.87148, -8.48652], "size": [8, 0, 6], "pivot": [16.61376, 90.87148, -7.23652], "rotation": [44.49187, 12.48834, 15.87623], "uv": [124, 85]}, + {"origin": [12.61376, 90.87148, -8.48652], "size": [8, 0, 6], "pivot": [16.61376, 90.87148, -7.23652], "rotation": [-44.49187, -12.48834, -164.12377], "uv": [124, 85]} + ] + }, + { + "name": "fire_crest_end2", + "parent": "fire_crest_end", + "pivot": [18.10097, 92.80331, -3.73368], + "cubes": [ + {"origin": [13.61376, 91.62148, -3.48652], "size": [6, 1, 5], "pivot": [16.61376, 92.12148, -8.23652], "rotation": [24.49187, 12.48834, 15.87623], "uv": [126, 61]}, + {"origin": [15.86376, 91.37148, -3.48652], "size": [3, 0, 9], "pivot": [18.86376, 91.37148, -8.73652], "rotation": [24.29526, -10.34127, 5.61739], "uv": [222, 69]}, + {"origin": [15.86376, 91.37148, -3.48652], "size": [3, 0, 9], "pivot": [18.86376, 91.37148, -8.73652], "rotation": [-24.29526, 10.34127, -174.38261], "uv": [222, 69], "mirror": true}, + {"origin": [14.61376, 92.12148, 1.51348], "size": [4, 0, 9], "pivot": [16.61376, 92.12148, -8.23652], "rotation": [24.49187, 12.48834, 15.87623], "uv": [222, 40]}, + {"origin": [14.61376, 92.12148, 1.51348], "size": [4, 0, 9], "pivot": [16.61376, 92.12148, -8.23652], "rotation": [-24.49187, -12.48834, -164.12377], "uv": [222, 40], "mirror": true}, + {"origin": [14.61376, 92.12148, -2.98652], "size": [3, 0, 9], "pivot": [16.61376, 92.12148, -8.23652], "rotation": [28.7391, 32.66939, 26.73925], "uv": [222, 60]}, + {"origin": [14.61376, 92.12148, -2.98652], "size": [3, 0, 9], "pivot": [16.61376, 92.12148, -8.23652], "rotation": [-28.7391, -32.66939, -153.26075], "uv": [222, 60], "mirror": true} + ] + }, + { + "name": "fire_crest_end_fire", + "parent": "fire_crest6", + "pivot": [15.11376, 88.90087, -9.80103], + "cubes": [ + {"origin": [15.61376, 90.37148, -10.73652], "size": [2, 1, 2.5], "pivot": [16.61376, 90.87148, -6.98652], "rotation": [36.99187, 12.48834, 15.87623], "uv": [374, 199]}, + {"origin": [13.61376, 90.37148, -8.48652], "size": [6, 1, 6], "pivot": [16.61376, 90.87148, -7.23652], "rotation": [44.49187, 12.48834, 15.87623], "uv": [428, 233]}, + {"origin": [13.61376, 90.87148, -10.73652], "size": [6, 0, 2.5], "pivot": [16.61376, 90.87148, -6.98652], "rotation": [36.99187, 12.48834, 15.87623], "uv": [376, 171]}, + {"origin": [13.61376, 90.87148, -10.73652], "size": [6, 0, 2.5], "pivot": [16.61376, 90.87148, -6.98652], "rotation": [-36.99187, -12.48834, -164.12377], "uv": [376, 171], "mirror": true}, + {"origin": [12.61376, 90.87148, -8.48652], "size": [8, 0, 6], "pivot": [16.61376, 90.87148, -7.23652], "rotation": [44.49187, 12.48834, 15.87623], "uv": [330, 131]}, + {"origin": [12.61376, 90.87148, -8.48652], "size": [8, 0, 6], "pivot": [16.61376, 90.87148, -7.23652], "rotation": [-44.49187, -12.48834, -164.12377], "uv": [330, 131], "mirror": true} + ] + }, + { + "name": "fire_crest_end_fire2", + "parent": "fire_crest_end_fire", + "pivot": [18.01376, 94.27068, -4.86295], + "cubes": [ + {"origin": [13.61376, 91.62148, -3.48652], "size": [6, 1, 5], "pivot": [16.61376, 92.12148, -8.23652], "rotation": [24.49187, 12.48834, 15.87623], "uv": [332, 107]}, + {"origin": [14.61376, 92.12148, 1.51348], "size": [4, 0, 9], "pivot": [16.61376, 92.12148, -8.23652], "rotation": [24.49187, 12.48834, 15.87623], "uv": [428, 86]}, + {"origin": [14.61376, 92.12148, 1.51348], "size": [4, 0, 9], "pivot": [16.61376, 92.12148, -8.23652], "rotation": [-24.49187, -12.48834, -164.12377], "uv": [428, 86], "mirror": true}, + {"origin": [15.86376, 91.37148, -3.48652], "size": [3, 0, 9], "pivot": [18.86376, 91.37148, -8.73652], "rotation": [24.29526, -10.34127, 5.61739], "uv": [428, 115]}, + {"origin": [14.70031, 95.66433, -4.76362], "size": [3, 0, 9], "pivot": [16.20031, 95.66433, -0.26362], "rotation": [-24.29526, 10.34127, -174.38261], "uv": [428, 115], "mirror": true}, + {"origin": [14.61376, 92.12148, -2.98652], "size": [3, 0, 9], "pivot": [16.61376, 92.12148, -8.23652], "rotation": [28.7391, 32.66939, 26.73925], "uv": [428, 106]}, + {"origin": [14.61376, 92.12148, -2.98652], "size": [3, 0, 9], "pivot": [16.61376, 92.12148, -8.23652], "rotation": [-28.7391, -32.66939, -153.26075], "uv": [428, 106], "mirror": true} + ] + }, + { + "name": "ice_crest", + "parent": "crests2", + "pivot": [-3.23363, 76.80439, -26.61478], + "cubes": [ + {"origin": [-2.86891, 70.59936, -23.90444], "size": [4, 4, 9], "pivot": [0, 73.54693, -30.07658], "rotation": [50.89594, -18.17696, -20.99692], "uv": [210, 136]}, + {"origin": [-11.54, 83.10793, -23.60037], "size": [3, 2, 5.75], "pivot": [-9.45422, 83.14561, -19.35037], "rotation": [52.05902, -28.53623, -36.40051], "uv": [42, 166]}, + {"origin": [-14.23657, 84.90726, -21.24556], "size": [3, 0, 5.75], "pivot": [-12.73657, 84.90726, -18.37056], "rotation": [55.6685, -32.96536, -43.44802], "uv": [152, 85]}, + {"origin": [-14.23657, 84.90726, -21.24556], "size": [3, 0, 5.75], "pivot": [-12.73657, 84.90726, -18.37056], "rotation": [-55.6685, 32.96536, 136.55198], "uv": [152, 85], "mirror": true}, + {"origin": [-10.4624, 84.25461, -22.854], "size": [4, 2, 9], "pivot": [-5.20422, 83.89561, -18.85037], "rotation": [50.89594, -18.17696, -20.99692], "uv": [72, 217]}, + {"origin": [-10.3624, 85.25461, -14.054], "size": [4, 0, 6], "pivot": [-5.20422, 83.89561, -18.85037], "rotation": [50.89594, -18.17696, -20.99692], "uv": [148, 61]}, + {"origin": [-13.60552, 88.83719, -19.16551], "size": [4, 0, 6], "pivot": [-11.60552, 88.83719, -16.16551], "rotation": [-50.89594, 18.17696, 159.00308], "uv": [148, 61], "mirror": true} + ] + }, + { + "name": "gold_crest", + "parent": "crests2", + "pivot": [-0.13011, 76.50583, -28.41328], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [-2.34853, 79.87482, -32.00408], "size": [3, 3, 7], "inflate": 0.01, "pivot": [0, 80.70638, -23.28167], "rotation": [44.2233, -34.8941, 30.44638], "uv": [22, 225]}, + {"origin": [-1.72359, 80.24402, -25.83769], "size": [2, 2, 4], "inflate": 0.01, "pivot": [0, 80.70638, -23.28167], "rotation": [32.0299, -27.93977, 36.83159], "uv": [58, 158]}, + {"origin": [-1.29313, 80.81355, -22.33611], "size": [1, 1, 4], "inflate": 0.15, "pivot": [0, 80.70638, -23.28167], "rotation": [32.0299, -27.93977, 36.83159], "uv": [174, 232]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [-4.25, 71.45932, -25.78542] + }, + { + "name": "iris_right", + "parent": "eyes", + "pivot": [4.25, 71.45932, -25.78542], + "cubes": [ + {"origin": [1.93802, 70.84707, -27.27226], "size": [1, 2, 3], "inflate": 0.01, "pivot": [2.43802, 72.04707, -26.27226], "rotation": [4.5, 45, 3.88714], "uv": [132, 233]}, + {"origin": [1.93802, 70.34707, -27.77226], "size": [1, 2, 3], "inflate": 0.01, "pivot": [2.43802, 72.04707, -26.27226], "rotation": [4.5, 45, 3.88714], "uv": [140, 233]} + ] + }, + { + "name": "eyeshadow", + "parent": "iris_right", + "pivot": [2.43802, 71.94707, -26.27226], + "cubes": [ + {"origin": [1.9, 70.34707, -27.27226], "size": [1, 2, 3], "inflate": 0.01, "pivot": [2.43802, 71.94707, -26.27226], "rotation": [4.5, 45, 3.88714], "uv": [234, 94]}, + {"origin": [1.9, 69.84707, -27.77226], "size": [1, 2, 3], "inflate": 0.01, "pivot": [2.43802, 71.94707, -26.27226], "rotation": [4.5, 45, 3.88714], "uv": [234, 89]} + ] + }, + { + "name": "pupil_right", + "parent": "iris_right", + "pivot": [2.88513, 71.73942, -27.29041], + "cubes": [ + {"origin": [1.83802, 71.34707, -26.77226], "size": [1, 1, 1], "inflate": 0.1, "pivot": [2.33802, 72.04707, -26.27226], "rotation": [5, 45, 3.88714], "uv": [46, 64]} + ] + }, + { + "name": "iris_left", + "parent": "eyes", + "pivot": [-4.25, 71.45932, -25.78542], + "cubes": [ + {"origin": [-3.03802, 70.84707, -27.27226], "size": [1, 2, 3], "inflate": 0.01, "pivot": [-2.43802, 72.04707, -26.27226], "rotation": [4.5, -45, -3.88714], "uv": [132, 233], "mirror": true}, + {"origin": [-3.03802, 70.34707, -27.77226], "size": [1, 2, 3], "inflate": 0.01, "pivot": [-2.43802, 72.04707, -26.27226], "rotation": [4.5, -45, -3.88714], "uv": [140, 233], "mirror": true} + ] + }, + { + "name": "eyeshadow2", + "parent": "iris_left", + "pivot": [-2.43802, 72.14707, -26.27226], + "cubes": [ + {"origin": [-2.93802, 70.34707, -27.27226], "size": [1, 2, 3], "inflate": 0.01, "pivot": [-2.43802, 72.14707, -26.27226], "rotation": [4.5, -45, -3.88714], "uv": [234, 94], "mirror": true}, + {"origin": [-2.93802, 69.84707, -27.77226], "size": [1, 2, 3], "inflate": 0.01, "pivot": [-2.43802, 72.14707, -26.27226], "rotation": [4.5, -45, -3.88714], "uv": [234, 89], "mirror": true} + ] + }, + { + "name": "pupil_left", + "parent": "iris_left", + "pivot": [-2.88513, 71.73942, -27.29041], + "cubes": [ + {"origin": [-2.93802, 71.34707, -26.77226], "size": [1, 1, 1], "inflate": 0.1, "pivot": [-2.33802, 72.04707, -26.27226], "rotation": [5, -45, -3.88714], "uv": [46, 64], "mirror": true} + ] + }, + { + "name": "jaw", + "parent": "head", + "pivot": [0, 71.33663, -20.87797], + "rotation": [2.5, 0, 0], + "cubes": [ + {"origin": [0, 57.07696, -29.28623], "size": [0, 11, 7], "pivot": [0, 65.26255, -27.138], "rotation": [12.5, 0, 0], "uv": [150, 222]}, + {"origin": [-4.89307, 68.05634, -31.53429], "size": [8, 2, 8], "inflate": 0.01, "pivot": [-4.25, 71.8578, -24.82028], "rotation": [5, -45, -3.88714], "uv": [204, 79]}, + {"origin": [-5.49307, 68.15634, -31.93429], "size": [2, 2, 0], "inflate": 0.01, "pivot": [-4.25, 71.8578, -24.82028], "rotation": [37.65635, -27.15647, -56.23079], "uv": [328, 113]}, + {"origin": [-4.49307, 66.85634, -31.93429], "size": [2, 2, 0], "inflate": 0.01, "pivot": [-4.25, 71.8578, -24.82028], "rotation": [37.65635, -27.15647, -56.23079], "uv": [328, 113]}, + {"origin": [3.49307, 68.15634, -31.93429], "size": [2, 2, 0], "inflate": 0.01, "pivot": [4.25, 71.8578, -24.82028], "rotation": [37.65635, 27.15647, 56.23079], "uv": [328, 113], "mirror": true}, + {"origin": [2.49307, 66.85634, -31.93429], "size": [2, 2, 0], "inflate": 0.01, "pivot": [4.25, 71.8578, -24.82028], "rotation": [37.65635, 27.15647, 56.23079], "uv": [328, 113], "mirror": true} + ] + }, + { + "name": "ice_right", + "parent": "jaw", + "pivot": [3.63665, 67.67254, -26.49898], + "rotation": [0, 0, -17.5], + "cubes": [ + {"origin": [0.1353, 69.42747, -23.87154], "size": [12, 6, 5], "pivot": [5.3352, 70.43163, -18.59443], "rotation": [52.71134, -0.91952, 36.29419], "uv": [202, 100]} + ] + }, + { + "name": "ice_right2", + "parent": "ice_right", + "pivot": [3.61519, 68.38305, -27.80345], + "rotation": [-8, 0, 0], + "cubes": [ + {"origin": [0.29565, 67.00777, -30.37605], "size": [4, 3, 3], "pivot": [2.80541, 67.88532, -29.45738], "rotation": [14.40763, 42.16291, 41.7502], "uv": [168, 61]}, + {"origin": [2.95975, 65.74219, -28.34282], "size": [5, 4, 8], "pivot": [5.21978, 66.61974, -24.02976], "rotation": [11.44751, 21.67709, 36.24393], "uv": [210, 216]}, + {"origin": [0.30415, 67.42427, -32.27297], "size": [2.25, 2, 3], "pivot": [2.39767, 67.82932, -29.758], "rotation": [8.95538, 39.49542, 48.56911], "uv": [164, 232]} + ] + }, + { + "name": "ice_left", + "parent": "jaw", + "pivot": [-3.63665, 67.67254, -26.49898], + "rotation": [0, 0, 17.5], + "cubes": [ + {"origin": [-12.1353, 69.42747, -23.87154], "size": [12, 6, 5], "pivot": [-5.3352, 70.43163, -18.59443], "rotation": [52.71134, 0.91952, -36.29419], "uv": [72, 206]} + ] + }, + { + "name": "ice_left2", + "parent": "ice_left", + "pivot": [-3.61519, 68.38305, -27.80345], + "rotation": [-8, 0, 0], + "cubes": [ + {"origin": [-4.29565, 67.00777, -30.37605], "size": [4, 3, 3], "pivot": [-2.80541, 67.88532, -29.45738], "rotation": [14.40763, -42.16291, -41.7502], "uv": [168, 61], "mirror": true}, + {"origin": [-7.95975, 65.74219, -28.34282], "size": [5, 4, 8], "pivot": [-5.21978, 66.61974, -24.02976], "rotation": [11.44751, -21.67709, -36.24393], "uv": [210, 216], "mirror": true}, + {"origin": [-2.55415, 67.42427, -32.27297], "size": [2.25, 2, 3], "pivot": [-2.39767, 67.82932, -29.758], "rotation": [8.95538, -39.49542, -48.56911], "uv": [164, 232], "mirror": true} + ] + }, + { + "name": "arms", + "parent": "body5", + "pivot": [-0.76563, 46.8355, -5.32852] + }, + { + "name": "arm_right", + "parent": "arms", + "pivot": [8.23437, 47.8203, -5.50216] + }, + { + "name": "shoulder_right", + "parent": "arm_right", + "pivot": [9.23437, 46.97646, -6.2609], + "rotation": [10.5, 0, 0], + "cubes": [ + {"origin": [9.73437, 43.97646, -10.7609], "size": [7, 8, 8], "uv": [192, 186]} + ] + }, + { + "name": "bicep_right", + "parent": "shoulder_right", + "pivot": [16.23437, 48.5637, -6.7628], + "cubes": [ + {"origin": [15.73437, 46.5637, -9.2628], "size": [17, 4, 5], "uv": [132, 24]}, + {"origin": [19.73437, 46.0637, -9.7628], "size": [5, 5, 6], "uv": [222, 166]} + ] + }, + { + "name": "forearm_right", + "parent": "bicep_right", + "pivot": [31.72405, 48.36293, -6.27101], + "cubes": [ + {"origin": [26.91579, 14.43423, -22.79596], "size": [5, 3, 5], "pivot": [25.63728, 38.68423, -10.55241], "rotation": [-90, -90, 0], "uv": [226, 202]}, + {"origin": [32.73437, 46.5637, -9.2628], "size": [10, 4, 5], "uv": [136, 213]}, + {"origin": [26.41579, 17.43423, -23.29596], "size": [6, 5, 6], "pivot": [25.63728, 38.68423, -10.55241], "rotation": [-90, -90, 0], "uv": [222, 49]} + ] + }, + { + "name": "wing_right", + "parent": "forearm_right", + "pivot": [25.63728, 38.68423, -10.55241], + "cubes": [ + {"origin": [31.91579, 18.43423, -19.79596], "size": [26, 64, 0], "pivot": [25.63728, 38.68423, -10.55241], "rotation": [-90, -90, 0], "uv": [0, 0]}, + {"origin": [-12.11272, 15.9, -4.2739], "size": [26, 64, 0], "pivot": [13.88728, 47.92777, -4.2739], "rotation": [0, 90, -90], "uv": [0, 0], "mirror": true} + ] + }, + { + "name": "wing_fire", + "parent": "forearm_right", + "pivot": [25.63728, 38.68423, -10.55241], + "cubes": [ + {"origin": [31.91579, 18.43423, -19.79596], "size": [26, 64, 0], "inflate": 0.03, "pivot": [25.63728, 38.68423, -10.55241], "rotation": [-90, -90, 0], "uv": [0, 242]} + ] + }, + { + "name": "wrist_right", + "parent": "forearm_right", + "pivot": [48.94884, 48.48545, -6.77373], + "cubes": [ + {"origin": [13.33606, 62.99579, -9.27373], "size": [5, 2, 5], "pivot": [25.63728, 38.68423, -10.55241], "rotation": [0, 0, 90], "uv": [228, 0]} + ] + }, + { + "name": "hand_right", + "parent": "wrist_right", + "pivot": [52.67571, 48.46835, -6.84641], + "rotation": [-90, -25, 90] + }, + { + "name": "fingers_right", + "parent": "hand_right", + "pivot": [51.89781, 42.19182, -6.84641] + }, + { + "name": "finger1_right", + "parent": "fingers_right", + "pivot": [43.89781, 48.69182, -6.34641], + "rotation": [-6.54554, 16.99672, -5.20904], + "cubes": [ + {"origin": [49.99178, 47.85151, -6.09388], "size": [3, 3, 3], "pivot": [51.24178, 49.35151, -4.59388], "rotation": [-112.50202, 9.26974, 117.12586], "uv": [226, 210]}, + {"origin": [49.99178, 45.35151, -5.59388], "size": [2, 4, 2], "pivot": [50.74178, 49.35151, -4.59388], "rotation": [-125.00202, 9.26974, 117.12586], "uv": [184, 232]} + ] + }, + { + "name": "finger2_right2", + "parent": "fingers_right", + "pivot": [51.89781, 42.19182, -6.84641], + "cubes": [ + {"origin": [53.49178, 49.10151, -6.09388], "size": [3, 3, 3], "pivot": [54.74178, 50.60151, -4.59388], "rotation": [-124.13296, 28.41796, 104.55947], "uv": [188, 79]}, + {"origin": [53.99178, 46.60151, -5.59388], "size": [2, 4, 2], "pivot": [54.74178, 50.60151, -4.59388], "rotation": [-124.13296, 28.41796, 104.55947], "uv": [102, 206]} + ] + }, + { + "name": "finger3_right2", + "parent": "fingers_right", + "pivot": [51.89781, 42.19182, -6.84641], + "cubes": [ + {"origin": [51.99178, 42.60151, -6.59388], "size": [2, 4, 2], "pivot": [52.74178, 46.60151, -5.59388], "rotation": [-76.54715, -26.41669, 28.33512], "uv": [128, 216]}, + {"origin": [51.49178, 45.10151, -7.09388], "size": [3, 3, 3], "pivot": [52.74178, 46.60151, -5.59388], "rotation": [-76.54715, -26.41669, 28.33512], "uv": [136, 192]} + ] + }, + { + "name": "wingattachment_right", + "parent": "arm_right", + "pivot": [14.23437, 46.8355, -5.32852], + "cubes": [ + {"origin": [13.11168, 51.70823, -11.51502], "size": [3, 9, 14], "pivot": [14.56359, 51.45217, -8.70412], "rotation": [-64.80109, 6.8517, 15.49302], "uv": [188, 40]}, + {"origin": [14.63573, 39.88627, -11.42047], "size": [0, 12, 18], "pivot": [14.56359, 51.45217, -8.70412], "rotation": [-64.80109, 6.8517, 15.49302], "uv": [156, 168]}, + {"origin": [12.31359, 55.20217, -11.45412], "size": [5, 10, 16.5], "pivot": [14.56359, 50.70217, -6.45412], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [0, 166]} + ] + }, + { + "name": "wires_right", + "parent": "wingattachment_right", + "pivot": [17.06158, 52.41914, 4.99863] + }, + { + "name": "topwire_right", + "parent": "wires_right", + "pivot": [17.06158, 55.10119, 5.23651] + }, + { + "name": "topwire_wholeright5", + "parent": "topwire_right", + "pivot": [17.06158, 55.10119, 5.23651] + }, + { + "name": "topwire_right5", + "parent": "topwire_wholeright5", + "pivot": [14.56359, 50.70217, -6.45412], + "cubes": [ + {"origin": [18.10923, 61.57649, 12.88231], "size": [3, 6, 3], "inflate": 0.05, "pivot": [19.00167, 59.84798, 14.76636], "rotation": [-70.93712, -6.72254, 10.54767], "uv": [256, 298]}, + {"origin": [18.11873, 56.99239, 13.54424], "size": [3, 5, 3], "inflate": 0.05, "pivot": [19.10314, 60.1288, 14.8576], "rotation": [-61.12931, -2.34738, 12.9762], "uv": [256, 298]}, + {"origin": [16.75768, 54.76276, 7.02091], "size": [3, 6, 3], "inflate": 0.05, "pivot": [18.25768, 56.26276, 8.77091], "rotation": [-59.80109, 6.8517, 15.49302], "uv": [256, 298]}, + {"origin": [13.31359, 60.20217, -8.45412], "size": [3, 6, 3], "inflate": 0.05, "pivot": [14.56359, 50.70217, -6.45412], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [256, 298]} + ] + }, + { + "name": "flashwire_right5", + "parent": "topwire_wholeright5", + "pivot": [14.56359, 50.70217, -6.45412], + "cubes": [ + {"origin": [18.10923, 61.57649, 12.88231], "size": [3, 6, 3], "pivot": [19.00167, 59.84798, 14.76636], "rotation": [-70.93712, -6.72254, 10.54767], "uv": [383, 468]}, + {"origin": [18.11873, 56.99239, 13.54424], "size": [3, 5, 3], "pivot": [19.10314, 60.1288, 14.8576], "rotation": [-61.12931, -2.34738, 12.9762], "uv": [362, 468]}, + {"origin": [16.75768, 54.76276, 7.02091], "size": [3, 6, 3], "pivot": [18.25768, 56.26276, 8.77091], "rotation": [-59.80109, 6.8517, 15.49302], "uv": [400, 468]}, + {"origin": [13.31359, 60.20217, -8.45412], "size": [3, 6, 3], "pivot": [14.56359, 50.70217, -6.45412], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [383, 468]} + ] + }, + { + "name": "topwire_wholeright4", + "parent": "topwire_wholeright5", + "pivot": [19.03955, 61.5502, 20.73081] + }, + { + "name": "topwire_right4", + "parent": "topwire_wholeright4", + "pivot": [23.03955, 56.5502, 37.73081], + "cubes": [ + {"origin": [17.85923, 68.82649, 12.38231], "size": [3, 7, 3], "inflate": 0.05, "pivot": [18.75167, 61.09798, 14.26636], "rotation": [-80.99555, -1.78448, 11.33467], "uv": [256, 298]}, + {"origin": [19.91603, 45.35965, 30.61183], "size": [3, 7, 3], "inflate": 0.05, "pivot": [22.78955, 56.3002, 37.73081], "rotation": [-96.31359, 20.41207, 10.41079], "uv": [256, 298]}, + {"origin": [22.01386, 49.65619, 33.53354], "size": [3, 7, 3], "inflate": 0.05, "pivot": [23.03955, 56.5502, 37.73081], "rotation": [-130.96828, 32.16392, -2.52081], "uv": [256, 298]} + ] + }, + { + "name": "flashwire_right4", + "parent": "topwire_wholeright4", + "pivot": [23.03955, 56.5502, 37.73081], + "cubes": [ + {"origin": [17.85923, 68.82649, 12.38231], "size": [3, 7, 3], "pivot": [18.75167, 61.09798, 14.26636], "rotation": [-80.99555, -1.78448, 11.33467], "uv": [400, 468]}, + {"origin": [19.91603, 45.35965, 30.61183], "size": [3, 7, 3], "pivot": [22.78955, 56.3002, 37.73081], "rotation": [-96.31359, 20.41207, 10.41079], "uv": [362, 468]}, + {"origin": [22.01386, 49.65619, 33.53354], "size": [3, 7, 3], "pivot": [23.03955, 56.5502, 37.73081], "rotation": [-130.96828, 32.16392, -2.52081], "uv": [383, 468]} + ] + }, + { + "name": "topwire_wholeright3", + "parent": "topwire_wholeright4", + "pivot": [23.03955, 56.5502, 37.73081] + }, + { + "name": "topwire_right3", + "parent": "topwire_wholeright3", + "pivot": [20.87397, 44.4785, 39.2482], + "cubes": [ + {"origin": [19.91758, 42.41836, 29.47206], "size": [3, 7, 3], "inflate": 0.05, "pivot": [20.87397, 44.4785, 39.2482], "rotation": [-173.95419, 71.49144, 8.19218], "uv": [256, 298]}, + {"origin": [18.35705, 37.83292, 29.61833], "size": [3, 7, 3], "inflate": 0.05, "pivot": [20.87397, 44.4785, 39.2482], "rotation": [-137.04582, 76.83008, 30.69524], "uv": [256, 298]}, + {"origin": [20.57695, 33.72261, 28.82605], "size": [3, 7, 3], "inflate": 0.05, "pivot": [20.87397, 44.4785, 39.2482], "rotation": [-147.03637, 61.64309, 4.22925], "uv": [256, 298]} + ] + }, + { + "name": "flashwire_right3", + "parent": "topwire_wholeright3", + "pivot": [20.87397, 44.4785, 39.2482], + "cubes": [ + {"origin": [19.91758, 42.41836, 29.47206], "size": [3, 7, 3], "pivot": [20.87397, 44.4785, 39.2482], "rotation": [-173.95419, 71.49144, 8.19218], "uv": [383, 468]}, + {"origin": [18.35705, 37.83292, 29.61833], "size": [3, 7, 3], "pivot": [20.87397, 44.4785, 39.2482], "rotation": [-137.04582, 76.83008, 30.69524], "uv": [362, 468]}, + {"origin": [20.57695, 33.72261, 28.82605], "size": [3, 7, 3], "pivot": [20.87397, 44.4785, 39.2482], "rotation": [-147.03637, 61.64309, 4.22925], "uv": [400, 468]} + ] + }, + { + "name": "topwire_wholeright2", + "parent": "topwire_wholeright3", + "pivot": [27.87397, 37.4785, 41.2482] + }, + { + "name": "topwire_right2", + "parent": "topwire_wholeright2", + "pivot": [7.33889, 28.11536, 42.76165], + "cubes": [ + {"origin": [20.16917, 43.15884, 28.55843], "size": [3, 7, 3], "inflate": 0.05, "pivot": [20.87397, 44.4785, 39.2482], "rotation": [-170.95824, 71.00146, 52.68652], "uv": [256, 298]}, + {"origin": [20.36563, 47.35689, 27.61319], "size": [3, 7, 3], "inflate": 0.05, "pivot": [21.12397, 44.2285, 39.2482], "rotation": [-163.93422, 74.00601, 75.26291], "uv": [256, 298]}, + {"origin": [22.91847, 51.64556, 28.68636], "size": [3, 7, 3], "inflate": 0.05, "pivot": [20.37397, 44.7285, 42.2482], "rotation": [-167.16585, 73.66895, 84.81237], "uv": [256, 298]}, + {"origin": [5.83889, 24.61536, 41.26165], "size": [3, 7, 3], "inflate": 0.05, "pivot": [7.33889, 28.11536, 42.76165], "rotation": [-177.16585, 73.66895, 84.81237], "uv": [256, 298]} + ] + }, + { + "name": "flashwire_right2", + "parent": "topwire_wholeright2", + "pivot": [7.33889, 28.11536, 42.76165], + "cubes": [ + {"origin": [20.16917, 43.15884, 28.55843], "size": [3, 7, 3], "pivot": [20.87397, 44.4785, 39.2482], "rotation": [-170.95824, 71.00146, 52.68652], "uv": [400, 468]}, + {"origin": [20.36563, 47.35689, 27.61319], "size": [3, 7, 3], "pivot": [21.12397, 44.2285, 39.2482], "rotation": [-163.93422, 74.00601, 75.26291], "uv": [362, 468]}, + {"origin": [22.91847, 51.64556, 28.68636], "size": [3, 7, 3], "pivot": [20.37397, 44.7285, 42.2482], "rotation": [-167.16585, 73.66895, 84.81237], "uv": [362, 468]}, + {"origin": [5.83889, 24.61536, 41.26165], "size": [3, 7, 3], "pivot": [7.33889, 28.11536, 42.76165], "rotation": [-177.16585, 73.66895, 84.81237], "uv": [362, 468]} + ] + }, + { + "name": "bottomwire_right", + "parent": "wires_right", + "pivot": [17, 49.79327, 6.36818] + }, + { + "name": "bottomwire_wholeright5", + "parent": "bottomwire_right", + "pivot": [17, 49.79327, 6.36818] + }, + { + "name": "wire5", + "parent": "bottomwire_wholeright5", + "pivot": [22.06158, 38.27973, 39.98544], + "cubes": [ + {"origin": [18.17417, 46.33656, 17.13473], "size": [3, 7, 3], "inflate": 0.05, "pivot": [19.67417, 49.83656, 18.63473], "rotation": [-92.05896, 24.33088, 16.38341], "uv": [256, 298]}, + {"origin": [16.20193, 46.90392, 10.54164], "size": [3, 7, 3], "inflate": 0.05, "pivot": [17.70193, 50.40392, 12.04164], "rotation": [-87.26202, 11.84608, 15.73327], "uv": [256, 298]} + ] + }, + { + "name": "flashwire5", + "parent": "bottomwire_wholeright5", + "pivot": [22.06158, 38.27973, 39.98544], + "cubes": [ + {"origin": [18.17417, 46.33656, 17.13473], "size": [3, 7, 3], "pivot": [19.67417, 49.83656, 18.63473], "rotation": [-92.05896, 24.33088, 16.38341], "uv": [383, 468]}, + {"origin": [16.20193, 46.90392, 10.54164], "size": [3, 7, 3], "pivot": [17.70193, 50.40392, 12.04164], "rotation": [-87.26202, 11.84608, 15.73327], "uv": [362, 468]} + ] + }, + { + "name": "bottomwire_wholeright4", + "parent": "bottomwire_wholeright5", + "pivot": [21, 48.79327, 21.36818] + }, + { + "name": "wire4", + "parent": "bottomwire_wholeright4", + "pivot": [22.06158, 38.27973, 39.98544], + "cubes": [ + {"origin": [31.37683, 50.99147, 26.40262], "size": [3, 7, 3], "inflate": 0.05, "pivot": [32.76381, 51.16826, 28.51828], "rotation": [-73.32057, 53.79614, 26.67134], "uv": [256, 298]}, + {"origin": [31.4008, 44.14622, 26.17181], "size": [3, 7, 3], "inflate": 0.05, "pivot": [33.01381, 50.91826, 28.51828], "rotation": [-46.035, 58.55742, 29.41998], "uv": [256, 298]}, + {"origin": [25.01745, 43.48157, 24.27419], "size": [3, 7, 3], "inflate": 0.05, "pivot": [26.8968, 50.26185, 25.16565], "rotation": [-71.84544, 53.51384, 18.0829], "uv": [256, 298]} + ] + }, + { + "name": "flashwire4", + "parent": "bottomwire_wholeright4", + "pivot": [22.06158, 38.27973, 39.98544], + "cubes": [ + {"origin": [31.37683, 50.99147, 26.40262], "size": [3, 7, 3], "pivot": [32.76381, 51.16826, 28.51828], "rotation": [-73.32057, 53.79614, 26.67134], "uv": [383, 468]}, + {"origin": [31.4008, 44.14622, 26.17181], "size": [3, 7, 3], "pivot": [33.01381, 50.91826, 28.51828], "rotation": [-46.035, 58.55742, 29.41998], "uv": [362, 468]}, + {"origin": [25.01745, 43.48157, 24.27419], "size": [3, 7, 3], "pivot": [26.8968, 50.26185, 25.16565], "rotation": [-71.84544, 53.51384, 18.0829], "uv": [400, 468]} + ] + }, + { + "name": "bottomwire_wholeright3", + "parent": "bottomwire_wholeright4", + "pivot": [37, 49.79327, 32.36818] + }, + { + "name": "wire3", + "parent": "bottomwire_wholeright3", + "pivot": [22.06158, 38.27973, 39.98544], + "cubes": [ + {"origin": [37.6755, 40.21693, 35.09678], "size": [3, 7, 3], "inflate": 0.05, "pivot": [39.8857, 40.64759, 38.88848], "rotation": [-134.11614, 54.92266, 51.20241], "uv": [256, 298]}, + {"origin": [37.68941, 34.31078, 35.38772], "size": [3, 7, 3], "inflate": 0.05, "pivot": [39.8857, 40.64759, 38.88848], "rotation": [-107.79264, 49.24632, 59.20311], "uv": [256, 298]}, + {"origin": [38.5103, 28.16951, 33.56511], "size": [3, 7, 3], "inflate": 0.05, "pivot": [39.8857, 40.64759, 38.88848], "rotation": [-93.14341, 56.43238, 55.63343], "uv": [256, 298]} + ] + }, + { + "name": "flashwire3", + "parent": "bottomwire_wholeright3", + "pivot": [22.06158, 38.27973, 39.98544], + "cubes": [ + {"origin": [37.6755, 40.21693, 35.09678], "size": [3, 7, 3], "pivot": [39.8857, 40.64759, 38.88848], "rotation": [-134.11614, 54.92266, 51.20241], "uv": [383, 468]}, + {"origin": [37.68941, 34.31078, 35.38772], "size": [3, 7, 3], "pivot": [39.8857, 40.64759, 38.88848], "rotation": [-107.79264, 49.24632, 59.20311], "uv": [362, 468]}, + {"origin": [38.5103, 28.16951, 33.56511], "size": [3, 7, 3], "pivot": [39.8857, 40.64759, 38.88848], "rotation": [-93.14341, 56.43238, 55.63343], "uv": [400, 468]} + ] + }, + { + "name": "bottomwire_wholeright2", + "parent": "bottomwire_wholeright3", + "pivot": [41, 35.79327, 42.36818] + }, + { + "name": "wire2", + "parent": "bottomwire_wholeright2", + "pivot": [32.40221, 29.55631, 43.28696], + "cubes": [ + {"origin": [20.60068, 16.68198, 39.09659], "size": [3, 7, 3], "inflate": 0.05, "pivot": [20.08686, 26.03686, 41.29227], "rotation": [130.47292, 58.6681, 28.16764], "uv": [256, 298]}, + {"origin": [24.83918, 17.62275, 39.11325], "size": [3, 7, 3], "inflate": 0.05, "pivot": [26.8197, 27.28887, 42.11261], "rotation": [157.65312, 66.82969, 40.77263], "uv": [256, 298]}, + {"origin": [22.54886, 12.36068, 35.01705], "size": [3, 7, 3], "inflate": 0.05, "pivot": [26.8197, 27.28887, 42.11261], "rotation": [-141.81806, 68.53169, 78.66566], "uv": [256, 298]} + ] + }, + { + "name": "flashwire2", + "parent": "bottomwire_wholeright2", + "pivot": [22.06158, 38.27973, 39.98544], + "cubes": [ + {"origin": [20.60068, 16.68198, 39.09659], "size": [3, 7, 3], "pivot": [20.08686, 26.03686, 41.29227], "rotation": [130.47292, 58.6681, 28.16764], "uv": [383, 468]}, + {"origin": [24.83918, 17.62275, 39.11325], "size": [3, 7, 3], "pivot": [26.8197, 27.28887, 42.11261], "rotation": [157.65312, 66.82969, 40.77263], "uv": [362, 468]}, + {"origin": [22.54886, 12.36068, 35.01705], "size": [3, 7, 3], "pivot": [26.8197, 27.28887, 42.11261], "rotation": [-141.81806, 68.53169, 78.66566], "uv": [400, 468]} + ] + }, + { + "name": "bottomwire_wholeright1", + "parent": "bottomwire_wholeright2", + "pivot": [22, 25.79327, 40.36818] + }, + { + "name": "flashwire", + "parent": "bottomwire_wholeright1", + "pivot": [22.06158, 38.27973, 39.98544], + "cubes": [ + {"origin": [19.17712, 39.94568, 28.40349], "size": [3, 6, 3], "pivot": [18.67712, 33.44568, 36.90349], "rotation": [177.98536, 71.98122, 85.81532], "uv": [362, 468]}, + {"origin": [22.58727, 30.16216, 39.45464], "size": [3, 5, 3], "pivot": [20.83686, 26.28686, 41.29227], "rotation": [157.31232, 71.67473, 73.31088], "uv": [362, 468]}, + {"origin": [20.66724, 23.43964, 39.53317], "size": [3, 7, 3], "pivot": [20.08686, 26.03686, 41.29227], "rotation": [112.94437, 63.48999, 22.30426], "uv": [400, 468]} + ] + }, + { + "name": "wire", + "parent": "bottomwire_wholeright1", + "pivot": [14.79114, 25.57334, 37.89946], + "cubes": [ + {"origin": [19.17712, 39.94568, 28.40349], "size": [3, 6, 3], "inflate": 0.05, "pivot": [18.67712, 33.44568, 36.90349], "rotation": [177.98536, 71.98122, 85.81532], "uv": [256, 298]}, + {"origin": [22.58727, 30.16216, 39.45464], "size": [3, 5, 3], "inflate": 0.05, "pivot": [20.83686, 26.28686, 41.29227], "rotation": [157.31232, 71.67473, 73.31088], "uv": [256, 298]}, + {"origin": [20.66724, 23.43964, 39.53317], "size": [3, 7, 3], "inflate": 0.05, "pivot": [20.08686, 26.03686, 41.29227], "rotation": [112.94437, 63.48999, 22.30426], "uv": [256, 298]} + ] + }, + { + "name": "arm_left", + "parent": "arms", + "pivot": [-11.23437, 47.8203, -5.50216] + }, + { + "name": "wingattachment_left2", + "parent": "arm_left", + "pivot": [-14.23437, 46.8355, -5.32852], + "cubes": [ + {"origin": [-16.11168, 50.90823, -11.51502], "size": [3, 9, 14], "pivot": [-14.56359, 51.45217, -8.70412], "rotation": [-64.80109, -6.8517, -15.49302], "uv": [188, 40], "mirror": true}, + {"origin": [-14.63573, 39.88627, -11.42047], "size": [0, 12, 18], "pivot": [-14.56359, 51.45217, -8.70412], "rotation": [-64.80109, -6.8517, -15.49302], "uv": [156, 168], "mirror": true}, + {"origin": [-17.31359, 55.20217, -11.45412], "size": [5, 10, 16.5], "pivot": [-14.56359, 50.70217, -6.45412], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [0, 166], "mirror": true} + ] + }, + { + "name": "wires_left", + "parent": "wingattachment_left2", + "pivot": [-17.06158, 52.59279, 5.98344] + }, + { + "name": "bottomwire_left", + "parent": "wires_left", + "pivot": [-13, 49.72357, 7.70052] + }, + { + "name": "bottomwire_wholeleft5", + "parent": "bottomwire_left", + "pivot": [-17, 49.72357, 7.70052] + }, + { + "name": "wire10", + "parent": "bottomwire_wholeleft5", + "pivot": [-22.06158, 38.27973, 39.98544], + "cubes": [ + {"origin": [-21.17417, 46.33656, 17.13473], "size": [3, 7, 3], "inflate": 0.05, "pivot": [-19.67417, 49.83656, 18.63473], "rotation": [-92.05896, -24.33088, -16.38341], "uv": [256, 298], "mirror": true}, + {"origin": [-19.20193, 46.90392, 10.54164], "size": [3, 7, 3], "inflate": 0.05, "pivot": [-17.70193, 50.40392, 12.04164], "rotation": [-87.26202, -11.84608, -15.73327], "uv": [256, 298], "mirror": true} + ] + }, + { + "name": "flashwire10", + "parent": "bottomwire_wholeleft5", + "pivot": [-22.06158, 38.27973, 39.98544], + "cubes": [ + {"origin": [-21.17417, 46.33656, 17.13473], "size": [3, 7, 3], "pivot": [-19.67417, 49.83656, 18.63473], "rotation": [-92.05896, -24.33088, -16.38341], "uv": [383, 468], "mirror": true}, + {"origin": [-19.20193, 46.90392, 10.54164], "size": [3, 7, 3], "pivot": [-17.70193, 50.40392, 12.04164], "rotation": [-87.26202, -11.84608, -15.73327], "uv": [362, 468], "mirror": true} + ] + }, + { + "name": "bottomwire_wholeleft4", + "parent": "bottomwire_wholeleft5", + "pivot": [-20, 49.72357, 20.70052] + }, + { + "name": "wire9", + "parent": "bottomwire_wholeleft4", + "pivot": [-22.06158, 38.27973, 39.98544], + "cubes": [ + {"origin": [-34.37683, 50.99147, 26.40262], "size": [3, 7, 3], "inflate": 0.05, "pivot": [-32.76381, 51.16826, 28.51828], "rotation": [-73.32057, -53.79614, -26.67134], "uv": [256, 298], "mirror": true}, + {"origin": [-34.4008, 44.14622, 26.17181], "size": [3, 7, 3], "inflate": 0.05, "pivot": [-33.01381, 50.91826, 28.51828], "rotation": [-46.035, -58.55742, -29.41998], "uv": [256, 298], "mirror": true}, + {"origin": [-28.01745, 43.48157, 24.27419], "size": [3, 7, 3], "inflate": 0.05, "pivot": [-26.8968, 50.26185, 25.16565], "rotation": [-71.84544, -53.51384, -18.0829], "uv": [256, 298], "mirror": true} + ] + }, + { + "name": "flashwire9", + "parent": "bottomwire_wholeleft4", + "pivot": [-22.06158, 38.27973, 39.98544], + "cubes": [ + {"origin": [-34.37683, 50.99147, 26.40262], "size": [3, 7, 3], "pivot": [-32.76381, 51.16826, 28.51828], "rotation": [-73.32057, -53.79614, -26.67134], "uv": [383, 468], "mirror": true}, + {"origin": [-34.4008, 44.14622, 26.17181], "size": [3, 7, 3], "pivot": [-33.01381, 50.91826, 28.51828], "rotation": [-46.035, -58.55742, -29.41998], "uv": [362, 468], "mirror": true}, + {"origin": [-28.01745, 43.48157, 24.27419], "size": [3, 7, 3], "pivot": [-26.8968, 50.26185, 25.16565], "rotation": [-71.84544, -53.51384, -18.0829], "uv": [400, 468], "mirror": true} + ] + }, + { + "name": "bottomwire_wholeleft3", + "parent": "bottomwire_wholeleft4", + "pivot": [-39, 51, 33] + }, + { + "name": "wire8", + "parent": "bottomwire_wholeleft3", + "pivot": [-22.06158, 38.27973, 39.98544], + "cubes": [ + {"origin": [-40.6755, 40.21693, 35.09678], "size": [3, 7, 3], "inflate": 0.05, "pivot": [-39.8857, 40.64759, 38.88848], "rotation": [-134.11614, -54.92266, -51.20241], "uv": [256, 298], "mirror": true}, + {"origin": [-40.68941, 34.31078, 35.38772], "size": [3, 7, 3], "inflate": 0.05, "pivot": [-39.8857, 40.64759, 38.88848], "rotation": [-107.79264, -49.24632, -59.20311], "uv": [256, 298], "mirror": true}, + {"origin": [-41.5103, 28.16951, 33.56511], "size": [3, 7, 3], "inflate": 0.05, "pivot": [-39.8857, 40.64759, 38.88848], "rotation": [-93.14341, -56.43238, -55.63343], "uv": [256, 298], "mirror": true} + ] + }, + { + "name": "flashwire8", + "parent": "bottomwire_wholeleft3", + "pivot": [-22.06158, 38.27973, 39.98544], + "cubes": [ + {"origin": [-40.6755, 40.21693, 35.09678], "size": [3, 7, 3], "pivot": [-39.8857, 40.64759, 38.88848], "rotation": [-134.11614, -54.92266, -51.20241], "uv": [383, 468], "mirror": true}, + {"origin": [-40.68941, 34.31078, 35.38772], "size": [3, 7, 3], "pivot": [-39.8857, 40.64759, 38.88848], "rotation": [-107.79264, -49.24632, -59.20311], "uv": [362, 468], "mirror": true}, + {"origin": [-41.5103, 28.16951, 33.56511], "size": [3, 7, 3], "pivot": [-39.8857, 40.64759, 38.88848], "rotation": [-93.14341, -56.43238, -55.63343], "uv": [400, 468], "mirror": true} + ] + }, + { + "name": "bottomwire_wholeleft2", + "parent": "bottomwire_wholeleft3", + "pivot": [-40, 35.72357, 43.70052] + }, + { + "name": "flashwire7", + "parent": "bottomwire_wholeleft2", + "pivot": [-22.06158, 38.27973, 39.98544], + "cubes": [ + {"origin": [-23.60068, 16.68198, 39.09659], "size": [3, 7, 3], "pivot": [-20.08686, 26.03686, 41.29227], "rotation": [130.47292, -58.6681, -28.16764], "uv": [383, 468], "mirror": true}, + {"origin": [-27.83918, 17.62275, 39.11325], "size": [3, 7, 3], "pivot": [-26.8197, 27.28887, 42.11261], "rotation": [157.65312, -66.82969, -40.77263], "uv": [362, 468], "mirror": true}, + {"origin": [-25.54886, 12.36068, 35.01705], "size": [3, 7, 3], "pivot": [-26.8197, 27.28887, 42.11261], "rotation": [-141.81806, -68.53169, -78.66566], "uv": [400, 468], "mirror": true} + ] + }, + { + "name": "wire7", + "parent": "bottomwire_wholeleft2", + "pivot": [-32.40221, 29.55631, 43.28696], + "cubes": [ + {"origin": [-23.60068, 16.68198, 39.09659], "size": [3, 7, 3], "inflate": 0.05, "pivot": [-20.08686, 26.03686, 41.29227], "rotation": [130.47292, -58.6681, -28.16764], "uv": [256, 298], "mirror": true}, + {"origin": [-27.83918, 17.62275, 39.11325], "size": [3, 7, 3], "inflate": 0.05, "pivot": [-26.8197, 27.28887, 42.11261], "rotation": [157.65312, -66.82969, -40.77263], "uv": [256, 298], "mirror": true}, + {"origin": [-25.54886, 12.36068, 35.01705], "size": [3, 7, 3], "inflate": 0.05, "pivot": [-26.8197, 27.28887, 42.11261], "rotation": [-141.81806, -68.53169, -78.66566], "uv": [256, 298], "mirror": true} + ] + }, + { + "name": "bottomwire_wholeleft1", + "parent": "bottomwire_wholeleft2", + "pivot": [-22, 25.72357, 41.70052] + }, + { + "name": "wire6", + "parent": "bottomwire_wholeleft1", + "pivot": [-14.79114, 25.57334, 37.89946], + "cubes": [ + {"origin": [-22.17712, 39.94568, 28.40349], "size": [3, 6, 3], "inflate": 0.05, "pivot": [-18.67712, 33.44568, 36.90349], "rotation": [177.98536, -71.98122, -85.81532], "uv": [256, 298], "mirror": true}, + {"origin": [-25.58727, 30.16216, 39.45464], "size": [3, 5, 3], "inflate": 0.05, "pivot": [-20.83686, 26.28686, 41.29227], "rotation": [157.31232, -71.67473, -73.31088], "uv": [256, 298], "mirror": true}, + {"origin": [-23.66724, 23.43964, 39.53317], "size": [3, 7, 3], "inflate": 0.05, "pivot": [-20.08686, 26.03686, 41.29227], "rotation": [112.94437, -63.48999, -22.30426], "uv": [256, 298], "mirror": true} + ] + }, + { + "name": "flashwire6", + "parent": "bottomwire_wholeleft1", + "pivot": [-22.06158, 38.27973, 39.98544], + "cubes": [ + {"origin": [-22.17712, 39.94568, 28.40349], "size": [3, 6, 3], "pivot": [-18.67712, 33.44568, 36.90349], "rotation": [177.98536, -71.98122, -85.81532], "uv": [362, 468], "mirror": true}, + {"origin": [-25.58727, 30.16216, 39.45464], "size": [3, 5, 3], "pivot": [-20.83686, 26.28686, 41.29227], "rotation": [157.31232, -71.67473, -73.31088], "uv": [362, 468], "mirror": true}, + {"origin": [-23.66724, 23.43964, 39.53317], "size": [3, 7, 3], "pivot": [-20.08686, 26.03686, 41.29227], "rotation": [112.94437, -63.48999, -22.30426], "uv": [400, 468], "mirror": true} + ] + }, + { + "name": "topwire_left", + "parent": "wires_left", + "pivot": [-17.06158, 54.38875, 4.65134] + }, + { + "name": "topwire_wholeleft5", + "parent": "topwire_left", + "pivot": [-17.06158, 54.38875, 4.65134] + }, + { + "name": "topwire_left5", + "parent": "topwire_wholeleft5", + "pivot": [-14.56359, 50.70217, -6.45412], + "cubes": [ + {"origin": [-21.10923, 61.57649, 12.88231], "size": [3, 6, 3], "inflate": 0.05, "pivot": [-19.00167, 59.84798, 14.76636], "rotation": [-70.93712, 6.72254, -10.54767], "uv": [256, 298], "mirror": true}, + {"origin": [-21.11873, 56.99239, 13.54424], "size": [3, 5, 3], "inflate": 0.05, "pivot": [-19.10314, 60.1288, 14.8576], "rotation": [-61.12931, 2.34738, -12.9762], "uv": [256, 298], "mirror": true}, + {"origin": [-19.75768, 54.76276, 7.02091], "size": [3, 6, 3], "inflate": 0.05, "pivot": [-18.25768, 56.26276, 8.77091], "rotation": [-59.80109, -6.8517, -15.49302], "uv": [256, 298], "mirror": true}, + {"origin": [-16.31359, 60.20217, -8.45412], "size": [3, 6, 3], "inflate": 0.05, "pivot": [-14.56359, 50.70217, -6.45412], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [256, 298], "mirror": true} + ] + }, + { + "name": "flashwire_left5", + "parent": "topwire_wholeleft5", + "pivot": [-14.56359, 50.70217, -6.45412], + "cubes": [ + {"origin": [-21.10923, 61.57649, 12.88231], "size": [3, 6, 3], "pivot": [-19.00167, 59.84798, 14.76636], "rotation": [-70.93712, 6.72254, -10.54767], "uv": [383, 468], "mirror": true}, + {"origin": [-21.11873, 56.99239, 13.54424], "size": [3, 5, 3], "pivot": [-19.10314, 60.1288, 14.8576], "rotation": [-61.12931, 2.34738, -12.9762], "uv": [362, 468], "mirror": true}, + {"origin": [-19.75768, 54.76276, 7.02091], "size": [3, 6, 3], "pivot": [-18.25768, 56.26276, 8.77091], "rotation": [-59.80109, -6.8517, -15.49302], "uv": [400, 468], "mirror": true}, + {"origin": [-16.31359, 60.20217, -8.45412], "size": [3, 6, 3], "pivot": [-14.56359, 50.70217, -6.45412], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [383, 468], "mirror": true} + ] + }, + { + "name": "topwire_wholeleft4", + "parent": "topwire_wholeleft5", + "pivot": [-19.06158, 62.38875, 21.65134] + }, + { + "name": "topwire_left4", + "parent": "topwire_wholeleft4", + "pivot": [-23.03955, 56.5502, 37.73081], + "cubes": [ + {"origin": [-20.85923, 68.82649, 12.38231], "size": [3, 7, 3], "inflate": 0.05, "pivot": [-18.75167, 61.09798, 14.26636], "rotation": [-80.99555, 1.78448, -11.33467], "uv": [256, 298], "mirror": true}, + {"origin": [-22.91603, 45.35965, 30.61183], "size": [3, 7, 3], "inflate": 0.05, "pivot": [-22.78955, 56.3002, 37.73081], "rotation": [-96.31359, -20.41207, -10.41079], "uv": [256, 298], "mirror": true}, + {"origin": [-25.01386, 49.65619, 33.53354], "size": [3, 7, 3], "inflate": 0.05, "pivot": [-23.03955, 56.5502, 37.73081], "rotation": [-130.96828, -32.16392, 2.52081], "uv": [256, 298], "mirror": true} + ] + }, + { + "name": "flashwire_left4", + "parent": "topwire_wholeleft4", + "pivot": [-23.03955, 56.5502, 37.73081], + "cubes": [ + {"origin": [-20.85923, 68.82649, 12.38231], "size": [3, 7, 3], "pivot": [-18.75167, 61.09798, 14.26636], "rotation": [-80.99555, 1.78448, -11.33467], "uv": [400, 468], "mirror": true}, + {"origin": [-22.91603, 45.35965, 30.61183], "size": [3, 7, 3], "pivot": [-22.78955, 56.3002, 37.73081], "rotation": [-96.31359, -20.41207, -10.41079], "uv": [362, 468], "mirror": true}, + {"origin": [-25.01386, 49.65619, 33.53354], "size": [3, 7, 3], "pivot": [-23.03955, 56.5502, 37.73081], "rotation": [-130.96828, -32.16392, 2.52081], "uv": [383, 468], "mirror": true} + ] + }, + { + "name": "topwire_wholeleft3", + "parent": "topwire_wholeleft4", + "pivot": [-24.06158, 57.38875, 38.65134] + }, + { + "name": "topwire_left3", + "parent": "topwire_wholeleft3", + "pivot": [-20.87397, 44.4785, 39.2482], + "cubes": [ + {"origin": [-22.91758, 42.41836, 29.47206], "size": [3, 7, 3], "inflate": 0.05, "pivot": [-20.87397, 44.4785, 39.2482], "rotation": [-173.95419, -71.49144, -8.19218], "uv": [256, 298], "mirror": true}, + {"origin": [-21.35705, 37.83292, 29.61833], "size": [3, 7, 3], "inflate": 0.05, "pivot": [-20.87397, 44.4785, 39.2482], "rotation": [-137.04582, -76.83008, -30.69524], "uv": [256, 298], "mirror": true}, + {"origin": [-23.57695, 33.72261, 28.82605], "size": [3, 7, 3], "inflate": 0.05, "pivot": [-20.87397, 44.4785, 39.2482], "rotation": [-147.03637, -61.64309, -4.22925], "uv": [256, 298], "mirror": true} + ] + }, + { + "name": "flashwire_left3", + "parent": "topwire_wholeleft3", + "pivot": [-20.87397, 44.4785, 39.2482], + "cubes": [ + {"origin": [-22.91758, 42.41836, 29.47206], "size": [3, 7, 3], "pivot": [-20.87397, 44.4785, 39.2482], "rotation": [-173.95419, -71.49144, -8.19218], "uv": [383, 468], "mirror": true}, + {"origin": [-21.35705, 37.83292, 29.61833], "size": [3, 7, 3], "pivot": [-20.87397, 44.4785, 39.2482], "rotation": [-137.04582, -76.83008, -30.69524], "uv": [362, 468], "mirror": true}, + {"origin": [-23.57695, 33.72261, 28.82605], "size": [3, 7, 3], "pivot": [-20.87397, 44.4785, 39.2482], "rotation": [-147.03637, -61.64309, -4.22925], "uv": [400, 468], "mirror": true} + ] + }, + { + "name": "topwire_wholeleft2", + "parent": "topwire_wholeleft3", + "pivot": [-29.06158, 39.38875, 40.65134] + }, + { + "name": "topwire_left2", + "parent": "topwire_wholeleft2", + "pivot": [-7.33889, 28.11536, 42.76165], + "cubes": [ + {"origin": [-23.16917, 43.15884, 28.55843], "size": [3, 7, 3], "inflate": 0.05, "pivot": [-20.87397, 44.4785, 39.2482], "rotation": [-170.95824, -71.00146, -52.68652], "uv": [256, 298], "mirror": true}, + {"origin": [-23.36563, 47.35689, 27.61319], "size": [3, 7, 3], "inflate": 0.05, "pivot": [-21.12397, 44.2285, 39.2482], "rotation": [-163.93422, -74.00601, -75.26291], "uv": [256, 298], "mirror": true}, + {"origin": [-25.91847, 51.64556, 28.68636], "size": [3, 7, 3], "inflate": 0.05, "pivot": [-20.37397, 44.7285, 42.2482], "rotation": [-167.16585, -73.66895, -84.81237], "uv": [256, 298], "mirror": true}, + {"origin": [-8.83889, 24.61536, 41.26165], "size": [3, 7, 3], "inflate": 0.05, "pivot": [-7.33889, 28.11536, 42.76165], "rotation": [-177.16585, -73.66895, -84.81237], "uv": [256, 298], "mirror": true} + ] + }, + { + "name": "flashwire_left2", + "parent": "topwire_wholeleft2", + "pivot": [-7.33889, 28.11536, 42.76165], + "cubes": [ + {"origin": [-23.16917, 43.15884, 28.55843], "size": [3, 7, 3], "pivot": [-20.87397, 44.4785, 39.2482], "rotation": [-170.95824, -71.00146, -52.68652], "uv": [400, 468], "mirror": true}, + {"origin": [-23.36563, 47.35689, 27.61319], "size": [3, 7, 3], "pivot": [-21.12397, 44.2285, 39.2482], "rotation": [-163.93422, -74.00601, -75.26291], "uv": [362, 468], "mirror": true}, + {"origin": [-25.91847, 51.64556, 28.68636], "size": [3, 7, 3], "pivot": [-20.37397, 44.7285, 42.2482], "rotation": [-167.16585, -73.66895, -84.81237], "uv": [362, 468], "mirror": true}, + {"origin": [-8.83889, 24.61536, 41.26165], "size": [3, 7, 3], "pivot": [-7.33889, 28.11536, 42.76165], "rotation": [-177.16585, -73.66895, -84.81237], "uv": [362, 468], "mirror": true} + ] + }, + { + "name": "shoulder_left", + "parent": "arm_left", + "pivot": [-10.23437, 47.96126, -6.43455], + "rotation": [10.5, 0, 0], + "cubes": [ + {"origin": [-16.73437, 44.9613, -10.94327], "size": [7, 7, 8], "uv": [136, 198]} + ] + }, + { + "name": "bicep_left", + "parent": "shoulder_left", + "pivot": [-16.48437, 48.54854, -6.94518], + "cubes": [ + {"origin": [-32.73437, 46.54854, -9.44518], "size": [16, 4, 5], "uv": [170, 116]}, + {"origin": [-28.73437, 46.04854, -9.94518], "size": [9, 5, 6], "uv": [204, 89]} + ] + }, + { + "name": "forearm_left", + "parent": "bicep_left", + "pivot": [-32.88728, 48.28959, -7.28941], + "cubes": [ + {"origin": [-31.91579, 14.41907, -22.97833], "size": [5, 17, 5], "pivot": [-25.63728, 38.66907, -10.73478], "rotation": [-90, 90, 0], "uv": [28, 203]}, + {"origin": [-54.91579, 18.41907, -19.97833], "size": [23, 58, 0], "pivot": [-25.63728, 38.66907, -10.73478], "rotation": [-90, 90, 0], "uv": [0, 64]}, + {"origin": [-17.38728, 18.9, -3.95627], "size": [23, 58, 0], "pivot": [-16.88728, 47.91262, -3.95627], "rotation": [0, -90, 90], "uv": [0, 64], "mirror": true}, + {"origin": [-32.41579, 17.41907, -23.47833], "size": [6, 12, 6], "pivot": [-25.63728, 38.66907, -10.73478], "rotation": [-90, 90, 0], "uv": [48, 203]} + ] + }, + { + "name": "wrist_left", + "parent": "forearm_left", + "pivot": [-49.94884, 48.4703, -6.95611], + "cubes": [ + {"origin": [-18.33606, 62.98063, -9.45611], "size": [5, 2, 5], "pivot": [-25.63728, 38.66907, -10.73478], "rotation": [0, 0, -90], "uv": [228, 7]} + ] + }, + { + "name": "hand_left", + "parent": "wrist_left", + "pivot": [-51.67571, 48.4532, -7.02878], + "rotation": [-90, 25, -90] + }, + { + "name": "fingers_left", + "parent": "hand_left", + "pivot": [-50.89781, 42.17667, -8.02878] + }, + { + "name": "finger1_left", + "parent": "fingers_left", + "pivot": [-42.89781, 48.67667, -7.52878], + "rotation": [-6.54554, -16.99672, 5.20904], + "cubes": [ + {"origin": [-51.99178, 47.83636, -7.27625], "size": [3, 3, 3], "pivot": [-50.24178, 49.33636, -5.77625], "rotation": [-112.50202, -9.26974, -117.12586], "uv": [228, 14]}, + {"origin": [-50.99178, 45.33636, -6.77625], "size": [2, 4, 2], "pivot": [-49.74178, 49.33636, -5.77625], "rotation": [-125.00202, -9.26974, -117.12586], "uv": [192, 232]} + ] + }, + { + "name": "finger2_left2", + "parent": "fingers_left", + "pivot": [-50.89781, 42.17667, -8.02878], + "cubes": [ + {"origin": [-55.49178, 49.08636, -7.27625], "size": [3, 3, 3], "pivot": [-53.74178, 50.58636, -5.77625], "rotation": [-124.13296, -28.41796, -104.55947], "uv": [210, 228]}, + {"origin": [-54.99178, 46.58636, -6.77625], "size": [2, 4, 2], "pivot": [-53.74178, 50.58636, -5.77625], "rotation": [-124.13296, -28.41796, -104.55947], "uv": [200, 232]} + ] + }, + { + "name": "finger3_left2", + "parent": "fingers_left", + "pivot": [-50.89781, 42.17667, -8.02878], + "cubes": [ + {"origin": [-52.99178, 42.58636, -7.77625], "size": [2, 4, 2], "pivot": [-51.74178, 46.58636, -6.77625], "rotation": [-76.54715, 26.41669, -28.33512], "uv": [124, 233]}, + {"origin": [-53.49178, 45.08636, -8.27625], "size": [3, 3, 3], "pivot": [-51.74178, 46.58636, -6.77625], "rotation": [-76.54715, 26.41669, -28.33512], "uv": [222, 228]} + ] + }, + { + "name": "body3", + "parent": "body", + "pivot": [-0.5, 26.75, -1.5], + "rotation": [-7.5, 0, 0], + "cubes": [ + {"origin": [-10.5, 27.21363, 29.11734], "size": [21, 15, 19], "pivot": [11.58772, 49.62498, 16.17218], "rotation": [-82.5, 0, 0], "uv": [52, 0]}, + {"origin": [-7.5, 42.21363, 32.11734], "size": [15, 8, 14], "pivot": [11.58772, 49.62498, 16.17218], "rotation": [-82.5, 0, 0], "uv": [0, 144]} + ] + }, + { + "name": "tail", + "parent": "body3", + "pivot": [0, 27.27104, 17.89234] + }, + { + "name": "tail1", + "parent": "tail", + "pivot": [0, 26.82243, 18.75929], + "cubes": [ + {"origin": [-2.5, 52.17941, 39.59523], "size": [5, 10, 6], "pivot": [11.58772, 53.59076, 15.65007], "rotation": [-82.5, 0, 0], "uv": [188, 216]} + ] + }, + { + "name": "tail_3", + "parent": "tail1", + "pivot": [0, 28.84558, 34.12669], + "cubes": [ + {"origin": [-3.5, 60.19652, 35.85629], "size": [7, 6, 10], "pivot": [11.58772, 51.60787, 15.91113], "rotation": [-82.5, 0, 0], "uv": [188, 63]}, + {"origin": [2, 16.73626, 35.5229], "size": [14, 23, 0], "pivot": [7, 21.98626, 35.5229], "rotation": [-83.19577, -3.1622, 24.81197], "uv": [82, 183]}, + {"origin": [-1.87455, 31.04765, 40.10455], "size": [14, 23, 0], "pivot": [1.00397, 42.553, 39.10961], "rotation": [-89.976, -7.50959, 90.6065], "uv": [0, 192]}, + {"origin": [-16, 16.73626, 35.5229], "size": [14, 23, 0], "inflate": 0.05, "pivot": [-7, 21.98626, 35.5229], "rotation": [-83.19577, 3.1622, -24.81197], "uv": [0, 192]}, + {"origin": [-8.5, 75.21363, 31.61734], "size": [17, 3, 15], "pivot": [11.58772, 49.62498, 16.17218], "rotation": [-82.5, 0, 0], "uv": [124, 67]}, + {"origin": [-4.5, 68.21363, 33.11734], "size": [9, 3, 12], "pivot": [11.58772, 49.62498, 16.17218], "rotation": [-82.5, 0, 0], "uv": [371, 26]} + ] + }, + { + "name": "tail_fire", + "parent": "tail_3", + "pivot": [11.58772, 49.62498, 16.17218], + "cubes": [ + {"origin": [-8.5, 75.21363, 31.61734], "size": [17, 3, 15], "inflate": 0.05, "pivot": [11.58772, 49.62498, 16.17218], "rotation": [-82.5, 0, 0], "uv": [0, 378]}, + {"origin": [-4.5, 68.21363, 33.11734], "size": [9, 3, 12], "inflate": 0.05, "pivot": [11.58772, 49.62498, 16.17218], "rotation": [-82.5, 0, 0], "uv": [20, 418]} + ] + }, + { + "name": "tail_flash", + "parent": "tail_fire", + "pivot": [0, 29.95506, 42.55397], + "cubes": [ + {"origin": [2, 16.73626, 35.5229], "size": [14, 23, 0], "inflate": 0.08, "pivot": [7, 21.98626, 35.5229], "rotation": [-83.19577, -3.1622, 24.81197], "uv": [300, 448]}, + {"origin": [-1.38738, 28.31005, 30.68029], "size": [14, 23, 0], "inflate": 0.08, "pivot": [8.81262, 39.81005, 39.48029], "rotation": [-90, 7.5, -90], "uv": [300, 448]}, + {"origin": [-16, 16.73626, 35.5229], "size": [14, 23, 0], "inflate": 0.08, "pivot": [-7, 21.98626, 35.5229], "rotation": [-83.19577, 3.1622, -24.81197], "uv": [300, 448], "mirror": true}, + {"origin": [-8.5, 75.21363, 31.61734], "size": [17, 3, 15], "inflate": 0.05, "pivot": [11.58772, 49.62498, 16.17218], "rotation": [-82.5, 0, 0], "uv": [168, 494]}, + {"origin": [-4.5, 68.21363, 33.11734], "size": [9, 3, 12], "inflate": 0.05, "pivot": [11.58772, 49.62498, 16.17218], "rotation": [-82.5, 0, 0], "uv": [3, 497]} + ] + }, + { + "name": "tail_flash_dim", + "parent": "tail_fire", + "pivot": [0, 29.95506, 42.55397], + "cubes": [ + {"origin": [2, 16.73626, 35.5229], "size": [14, 23, 0], "inflate": 0.08, "pivot": [7, 21.98626, 35.5229], "rotation": [-83.19577, -3.1622, 24.81197], "uv": [297, 415]}, + {"origin": [-1.28738, 28.31005, 30.68029], "size": [14, 23, 0], "inflate": 0.08, "pivot": [8.81262, 39.81005, 39.48029], "rotation": [-90, 7.5, -90], "uv": [297, 415]}, + {"origin": [-16, 16.73626, 35.5229], "size": [14, 23, 0], "inflate": 0.08, "pivot": [-7, 21.98626, 35.5229], "rotation": [-83.19577, 3.1622, -24.81197], "uv": [297, 415], "mirror": true}, + {"origin": [-8.5, 75.21363, 31.61734], "size": [17, 3, 15], "inflate": 0.05, "pivot": [11.58772, 49.62498, 16.17218], "rotation": [-82.5, 0, 0], "uv": [165, 461]}, + {"origin": [-4.5, 68.21363, 33.11734], "size": [9, 3, 12], "inflate": 0.05, "pivot": [11.58772, 49.62498, 16.17218], "rotation": [-82.5, 0, 0], "uv": [0, 464]} + ] + }, + { + "name": "tailrings", + "parent": "tail_3", + "pivot": [11.58772, 51.60787, 15.91113], + "cubes": [ + {"origin": [-6.5, 66.19652, 33.85629], "size": [13, 5, 14], "pivot": [11.58772, 51.60787, 15.91113], "rotation": [-82.5, 0, 0], "uv": [58, 164]}, + {"origin": [-9, 73.19652, 32.35629], "size": [18, 5, 17], "pivot": [11.58772, 51.60787, 15.91113], "rotation": [-82.5, 0, 0], "uv": [0, 122]}, + {"origin": [-10, 80.19652, 31.85629], "size": [20, 5, 19], "pivot": [11.58772, 51.60787, 15.91113], "rotation": [-82.5, 0, 0], "uv": [46, 67]} + ] + }, + { + "name": "tailring_fire", + "parent": "tailrings", + "pivot": [0, 30.02032, 43.04969], + "cubes": [ + {"origin": [-10, 27.93828, 40.55507], "size": [20, 5, 19], "inflate": 0.05, "pivot": [0, 30.43828, 50.05507], "rotation": [-82.5, 0, 0], "uv": [216, 350]}, + {"origin": [-9, 73.19652, 32.35629], "size": [18, 5, 17], "pivot": [11.58772, 51.60787, 15.91113], "rotation": [-82.5, 0, 0], "uv": [400, 287]} + ] + }, + { + "name": "tail_flash2", + "parent": "tailring_fire", + "pivot": [0, 30.02032, 43.04969], + "cubes": [ + {"origin": [-6.5, 66.19652, 33.85629], "size": [13, 5, 14], "pivot": [11.58772, 51.60787, 15.91113], "rotation": [-82.5, 0, 0], "uv": [286, 481]}, + {"origin": [-9, 73.19652, 32.35629], "size": [18, 5, 17], "inflate": 0.03, "pivot": [11.58772, 51.60787, 15.91113], "rotation": [-82.5, 0, 0], "uv": [442, 476]}, + {"origin": [-10, 80.19652, 31.85629], "size": [20, 5, 19], "inflate": 0.05, "pivot": [11.58772, 51.60787, 15.91113], "rotation": [-82.5, 0, 0], "uv": [434, 356]} + ] + }, + { + "name": "tail_flash_dim2", + "parent": "tailring_fire", + "pivot": [0, 30.02032, 43.04969], + "cubes": [ + {"origin": [-6.5, 66.19652, 33.85629], "size": [13, 5, 14], "pivot": [11.58772, 51.60787, 15.91113], "rotation": [-82.5, 0, 0], "uv": [156, 354]}, + {"origin": [-9, 73.19652, 32.35629], "size": [18, 5, 17], "inflate": 0.03, "pivot": [11.58772, 51.60787, 15.91113], "rotation": [-82.5, 0, 0], "uv": [312, 349]}, + {"origin": [-10, 80.19652, 31.85629], "size": [20, 5, 19], "inflate": 0.05, "pivot": [11.58772, 51.60787, 15.91113], "rotation": [-82.5, 0, 0], "uv": [304, 229]} + ] + }, + { + "name": "tail_6", + "parent": "tail_3", + "pivot": [0, 30.46304, 51.05352], + "cubes": [ + {"origin": [-8.5, 25.41723, 48.4909], "size": [17, 12, 18], "pivot": [0.5, 31.41723, 57.4909], "rotation": [-82.5, 0, 0], "uv": [256, 6]}, + {"origin": [0, 19.40589, 63.45054], "size": [0, 21, 22], "pivot": [0, 31.89883, 61.95942], "rotation": [-79.77243, 11.43563, -130.98084], "uv": [70, 121]}, + {"origin": [0, 10.54206, 54.07543], "size": [0, 21, 22], "pivot": [0, 19.74206, 64.57543], "rotation": [-62.5, 0, 0], "uv": [70, 121]}, + {"origin": [0, 19.40589, 63.45054], "size": [0, 21, 22], "pivot": [0, 31.89883, 61.95942], "rotation": [-80.26078, -11.00072, 133.49069], "uv": [70, 121]} + ] + }, + { + "name": "tail_fire1", + "parent": "tail_6", + "pivot": [0.5, 31.41723, 57.4909], + "cubes": [ + {"origin": [-8.5, 25.41723, 48.4909], "size": [17, 12, 18], "inflate": 0.05, "pivot": [0.5, 31.41723, 57.4909], "rotation": [-82.5, 0, 0], "uv": [14, 301]} + ] + }, + { + "name": "tail_flash3", + "parent": "tail_fire1", + "pivot": [0.5, 31.41723, 57.4909], + "cubes": [ + {"origin": [-8.5, 25.41723, 48.4909], "size": [17, 12, 18], "inflate": 0.05, "pivot": [0.5, 31.41723, 57.4909], "rotation": [-82.5, 0, 0], "uv": [356, 390]} + ] + }, + { + "name": "tail_7", + "parent": "tail_6", + "pivot": [0, 31.76993, 64.00056], + "cubes": [ + {"origin": [-6.5, 95.31849, 36.2172], "size": [13, 13, 15], "pivot": [11.58772, 52.72984, 16.77204], "rotation": [-82.5, 0, 0], "uv": [440, 0]} + ] + }, + { + "name": "tail_fire2", + "parent": "tail_7", + "pivot": [11.58772, 52.72984, 16.77204], + "cubes": [ + {"origin": [-6.5, 95.31849, 36.2172], "size": [13, 13, 15], "inflate": 0.05, "pivot": [11.58772, 52.72984, 16.77204], "rotation": [-82.5, 0, 0], "uv": [82, 338]} + ] + }, + { + "name": "tail8", + "parent": "tail_7", + "pivot": [0, 33.20571, 74.90645], + "cubes": [ + {"origin": [0, 106.31849, 37.2172], "size": [0, 11, 13], "pivot": [11.58772, 52.72984, 16.77204], "rotation": [-82.5, 0, 0], "uv": [110, 192]} + ] + }, + { + "name": "tail_fire3", + "parent": "tail8", + "pivot": [11.58772, 52.72984, 16.77204], + "cubes": [ + {"origin": [0, 106.31849, 37.2172], "size": [0, 11, 13], "inflate": 0.05, "pivot": [11.58772, 52.72984, 16.77204], "rotation": [-82.5, 0, 0], "uv": [139, 439]} + ] + }, + { + "name": "tail9", + "parent": "tail8", + "pivot": [0, 34.68038, 82.27703], + "cubes": [ + {"origin": [0, 112.31849, 39.2172], "size": [0, 12, 8], "pivot": [11.58772, 52.72984, 16.77204], "rotation": [-82.5, 0, 0], "uv": [48, 221]} + ] + }, + { + "name": "tail_fire4", + "parent": "tail9", + "pivot": [11.58772, 52.72984, 16.77204], + "cubes": [ + {"origin": [0, 112.31849, 39.2172], "size": [0, 12, 8], "inflate": 0.05, "pivot": [11.58772, 52.72984, 16.77204], "rotation": [-82.5, 0, 0], "uv": [212, 441]} + ] + }, + { + "name": "tail_10", + "parent": "tail9", + "pivot": [0, 35.85512, 91.20003], + "cubes": [ + {"origin": [0, 118.31849, 41.2172], "size": [0, 18, 4], "pivot": [11.58772, 52.72984, 16.77204], "rotation": [-82.5, 0, 0], "uv": [64, 221]}, + {"origin": [0, 33.0467, 90.77436], "size": [0, 12, 5], "pivot": [0, 38.5467, 93.77436], "rotation": [-41.5, 0, 0], "uv": [112, 247]}, + {"origin": [0, 26.25809, 95.02323], "size": [0, 11, 5], "inflate": 0.01, "pivot": [0, 32.59369, 96.10061], "rotation": [-128.5, 0, 0], "uv": [129, 250], "mirror": true} + ] + }, + { + "name": "legs", + "parent": "body", + "pivot": [0, 23, 9.75] + }, + { + "name": "leg_right", + "parent": "legs", + "pivot": [10, 27, 6] + }, + { + "name": "thigh_right", + "parent": "leg_right", + "pivot": [15, 23, 9] + }, + { + "name": "thighL_2", + "parent": "thigh_right", + "pivot": [13.33733, 18.29774, 3.73957] + }, + { + "name": "thighL_3", + "parent": "thigh_right", + "pivot": [26, 23, 9], + "cubes": [ + {"origin": [13.25, 14.55, -8.1], "size": [2, 6, 19], "pivot": [13.75, 24.77223, 8.19799], "rotation": [-12.5, 0, 0], "uv": [168, 128]}, + {"origin": [14.25, 11.78505, -9.47757], "size": [0, 7, 10], "pivot": [14.25, 15.28505, -5.47757], "rotation": [7.5, 0, 0], "uv": [218, 149]} + ] + }, + { + "name": "thighL_7", + "parent": "thigh_right", + "pivot": [15.25, 30.25, 7.75], + "cubes": [ + {"origin": [9.25, 14.91371, -2.70632], "size": [9, 18, 19], "inflate": 0.01, "pivot": [13.75, 23.07223, 6.89799], "rotation": [-35, 0, 0], "uv": [114, 91]}, + {"origin": [13.25, 14.61371, -5.20632], "size": [2, 16, 15], "inflate": 0.01, "pivot": [13.75, 24.77223, 8.39799], "rotation": [-35, 0, 0], "uv": [170, 85]} + ] + }, + { + "name": "ankle_right2", + "parent": "leg_right", + "pivot": [13.5, 17.2, 10.5], + "cubes": [ + {"origin": [9.5, 9.5, 7], "size": [8, 11, 7], "uv": [192, 168]} + ] + }, + { + "name": "ankle_right", + "parent": "ankle_right2", + "pivot": [15.5, 10, 11], + "cubes": [ + {"origin": [10.5, 0.66028, 5.65946], "size": [6, 12, 5], "pivot": [13.5, 6.66028, 8.15946], "rotation": [-42.5, 0, 0], "uv": [0, 215]} + ] + }, + { + "name": "foot_right", + "parent": "ankle_right", + "pivot": [13.5, 4, 6.25], + "cubes": [ + {"origin": [10, 0, -2.25], "size": [7, 4, 9], "uv": [166, 202]} + ] + }, + { + "name": "toes_right", + "parent": "foot_right", + "pivot": [14, 0, 0] + }, + { + "name": "toe1_right", + "parent": "toes_right", + "pivot": [30, 0, -14], + "rotation": [0, -25, 0], + "cubes": [ + {"origin": [21.24954, 0, -4.86905], "size": [2, 2, 2], "uv": [166, 198]}, + {"origin": [21.24954, 0, -2.86905], "size": [2, 3, 3], "uv": [114, 229]}, + {"origin": [20.74954, 0, 0.13095], "size": [3, 3, 4], "uv": [28, 192]} + ] + }, + { + "name": "toe2_right", + "parent": "toes_right", + "pivot": [15.25, 0, -12], + "rotation": [0, 25, 0], + "cubes": [ + {"origin": [5.99954, 0, -7.38095], "size": [3, 3, 3], "uv": [102, 229]}, + {"origin": [6.59954, 0, -10.38095], "size": [2, 3, 3], "uv": [0, 232]}, + {"origin": [6.59954, 0, -12.38095], "size": [2, 2, 2], "uv": [174, 198]} + ] + }, + { + "name": "toe3_right", + "parent": "toes_right", + "pivot": [30, 0, -14], + "cubes": [ + {"origin": [13, 0, -6.65], "size": [1, 2, 2], "uv": [182, 61]}, + {"origin": [13.5, 0, -6.65], "size": [0, 6, 11], "uv": [166, 215]}, + {"origin": [13.5, 0, -11.65], "size": [0, 9, 5], "uv": [58, 144]}, + {"origin": [13, 0.26551, -5.43686], "size": [1, 2, 4], "inflate": 0.01, "pivot": [13.5, 1.45529, -4.58213], "rotation": [32.5, 0, 0], "uv": [10, 232]} + ] + }, + { + "name": "leg_left", + "parent": "legs", + "pivot": [-10, 27, 6] + }, + { + "name": "thigh_left", + "parent": "leg_left", + "pivot": [-15, 23, 9] + }, + { + "name": "thighL_4", + "parent": "thigh_left", + "pivot": [-13.33733, 18.29774, 3.73957] + }, + { + "name": "thighL_5", + "parent": "thigh_left", + "pivot": [-26, 23, 9], + "cubes": [ + {"origin": [-15.25, 14.55, -8.1], "size": [2, 6, 19], "pivot": [-13.75, 24.77223, 8.19799], "rotation": [-12.5, 0, 0], "uv": [168, 128], "mirror": true}, + {"origin": [-14.25, 11.78505, -9.47757], "size": [0, 7, 10], "pivot": [-14.25, 15.28505, -5.47757], "rotation": [7.5, 0, 0], "uv": [218, 149], "mirror": true} + ] + }, + { + "name": "thighL_6", + "parent": "thigh_left", + "pivot": [-15.25, 30.25, 7.75], + "cubes": [ + {"origin": [-18.25, 14.91371, -2.70632], "size": [9, 18, 19], "inflate": 0.01, "pivot": [-13.75, 23.07223, 6.89799], "rotation": [-35, 0, 0], "uv": [114, 91], "mirror": true}, + {"origin": [-15.25, 14.61371, -5.20632], "size": [2, 16, 15], "inflate": 0.01, "pivot": [-13.75, 24.77223, 8.39799], "rotation": [-35, 0, 0], "uv": [170, 85], "mirror": true} + ] + }, + { + "name": "ankle_left2", + "parent": "leg_left", + "pivot": [-13.5, 15, 10.5], + "cubes": [ + {"origin": [-17.5, 9.5, 7], "size": [8, 11, 7], "uv": [192, 168], "mirror": true} + ] + }, + { + "name": "ankle_left", + "parent": "ankle_left2", + "pivot": [-13.5, 9.66028, 10.15946], + "cubes": [ + {"origin": [-16.5, 0.02219, 9.01862], "size": [6, 12, 5], "pivot": [-13.5, 10.66028, 10.65946], "rotation": [-42.5, 0, 0], "uv": [0, 215], "mirror": true} + ] + }, + { + "name": "foot_left", + "parent": "ankle_left", + "pivot": [-13.5, 4, 6.25], + "cubes": [ + {"origin": [-17, 0, -2.25], "size": [7, 4, 9], "uv": [166, 202], "mirror": true} + ] + }, + { + "name": "toes_left", + "parent": "foot_left", + "pivot": [-14, 0, 0] + }, + { + "name": "toe1_left", + "parent": "toes_left", + "pivot": [-30, 0, -14], + "rotation": [0, 25, 0], + "cubes": [ + {"origin": [-23.24954, 0, -4.86905], "size": [2, 2, 2], "uv": [166, 198], "mirror": true}, + {"origin": [-23.24954, 0, -2.86905], "size": [2, 3, 3], "uv": [114, 229], "mirror": true}, + {"origin": [-23.74954, 0, 0.13095], "size": [3, 3, 4], "uv": [28, 192], "mirror": true} + ] + }, + { + "name": "toe2_left", + "parent": "toes_left", + "pivot": [-15.25, 0, -12], + "rotation": [0, -25, 0], + "cubes": [ + {"origin": [-8.99954, 0, -7.38095], "size": [3, 3, 3], "uv": [102, 229], "mirror": true}, + {"origin": [-8.59954, 0, -10.38095], "size": [2, 3, 3], "uv": [0, 232], "mirror": true}, + {"origin": [-8.59954, 0, -12.38095], "size": [2, 2, 2], "uv": [174, 198], "mirror": true} + ] + }, + { + "name": "toe3_left", + "parent": "toes_left", + "pivot": [-30, 0, -14], + "cubes": [ + {"origin": [-14, 0, -6.65], "size": [1, 2, 2], "uv": [182, 61], "mirror": true}, + {"origin": [-13.5, 0, -6.65], "size": [0, 6, 11], "uv": [166, 215], "mirror": true}, + {"origin": [-13.5, 0, -11.65], "size": [0, 9, 5], "uv": [58, 144], "mirror": true}, + {"origin": [-14, 0.26551, -5.43686], "size": [1, 2, 4], "inflate": 0.01, "pivot": [-13.5, 1.45529, -4.58213], "rotation": [32.5, 0, 0], "uv": [10, 232], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/landorus/landorus.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/landorus/landorus.geo.json new file mode 100644 index 0000000..688d6a6 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/landorus/landorus.geo.json @@ -0,0 +1,604 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 5, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "Landorus", + "pivot": [0, 0, 0] + }, + { + "name": "mainthing", + "parent": "Landorus", + "pivot": [0, 22, 0] + }, + { + "name": "upperbody", + "parent": "mainthing", + "pivot": [0, 17.5, 0.15], + "cubes": [ + {"origin": [-4, 17, -2.85], "size": [8, 5, 6], "uv": [50, 24]} + ] + }, + { + "name": "torso", + "parent": "upperbody", + "pivot": [0, 23, 0.25], + "cubes": [ + {"origin": [-6, 22, -3.25], "size": [12, 8, 7], "uv": [0, 24]} + ] + }, + { + "name": "arms", + "parent": "torso", + "pivot": [0, 29, 0] + }, + { + "name": "arm_right", + "parent": "arms", + "pivot": [6.5, 28, -1] + }, + { + "name": "shoulder_right", + "parent": "arm_right", + "pivot": [6, 28, 1.5], + "rotation": [59.99269, 64.43583, 59.78703], + "cubes": [ + {"origin": [5.29895, 25.35819, -1.62981], "size": [6, 6, 6], "uv": [48, 58]} + ] + }, + { + "name": "bicep_right", + "parent": "shoulder_right", + "pivot": [9.54895, 27.85819, 2.62019], + "rotation": [-0.78696, 21.88467, 41.26384], + "cubes": [ + {"origin": [10.29895, 25.35819, -0.62981], "size": [6, 5, 5], "uv": [67, 45]} + ] + }, + { + "name": "forearm_right", + "parent": "bicep_right", + "pivot": [15.54895, 27.85819, 1.62019], + "rotation": [130.4663, 87.32461, 139.81941], + "cubes": [ + {"origin": [15.29895, 25.85819, -1.12981], "size": [6, 4, 4], "uv": [72, 55]} + ] + }, + { + "name": "wrist_right", + "parent": "forearm_right", + "pivot": [21.54895, 27.85819, 1.12019], + "rotation": [87.45712, -15.33483, -6.53294], + "cubes": [ + {"origin": [20.29895, 26.35819, 0.37019], "size": [3, 3, 2], "uv": [81, 0]} + ] + }, + { + "name": "hand_right", + "parent": "wrist_right", + "pivot": [24.29895, 28.10819, 1.12019], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [23.29895, 25.85819, 0.37019], "size": [3, 4, 2], "uv": [82, 39]} + ] + }, + { + "name": "fingers_right", + "parent": "hand_right", + "pivot": [24.54895, 27.85819, 1.87019] + }, + { + "name": "thumb_right", + "parent": "fingers_right", + "pivot": [24.54895, 28.85819, 2.87019], + "rotation": [5.96275, -4.55749, 37.26251], + "cubes": [ + {"origin": [24.29895, 28.85819, 1.12019], "size": [1, 2, 1], "uv": [56, 43]} + ] + }, + { + "name": "rthumb_tip", + "parent": "thumb_right", + "pivot": [24.79895, 30.85819, 1.87019], + "rotation": [32.5, 0, 0], + "cubes": [ + {"origin": [24.29895, 30.85819, 1.12019], "size": [1, 2, 1], "uv": [56, 35]} + ] + }, + { + "name": "index_right", + "parent": "fingers_right", + "pivot": [26.29895, 29.35819, 1.87019], + "rotation": [0, 65, 0], + "cubes": [ + {"origin": [26.29895, 28.85819, 1.37019], "size": [2, 1, 1], "uv": [19, 52]} + ] + }, + { + "name": "Rindex_tip", + "parent": "index_right", + "pivot": [28.54895, 29.35819, 2.12019], + "rotation": [0, 25, 0], + "cubes": [ + {"origin": [28.29895, 28.85819, 1.37019], "size": [2, 1, 1], "uv": [51, 13]} + ] + }, + { + "name": "middle_right", + "parent": "fingers_right", + "pivot": [26.29895, 28.35819, 1.87019], + "rotation": [0, 57.5, 0], + "cubes": [ + {"origin": [26.29895, 27.85819, 1.37019], "size": [2, 1, 1], "uv": [50, 47]} + ] + }, + { + "name": "Rmiddle_tip", + "parent": "middle_right", + "pivot": [28.0695, 28.44776, 2.38627], + "cubes": [ + {"origin": [28.2, 27.94776, 1.12638], "size": [2, 1, 1], "pivot": [28.4539, 28.44776, 1.87638], "rotation": [0, 20, 0], "uv": [50, 45]} + ] + }, + { + "name": "ring_right", + "parent": "fingers_right", + "pivot": [26.29895, 27.35819, 1.87019], + "rotation": [0, 62.5, 0], + "cubes": [ + {"origin": [26.29895, 26.85819, 1.37019], "size": [2, 1, 1], "uv": [50, 43]} + ] + }, + { + "name": "Rring_tip", + "parent": "ring_right", + "pivot": [28.25, 27.25, 2.25], + "rotation": [0, 15, 0], + "cubes": [ + {"origin": [28.29895, 26.85819, 1.37019], "size": [2, 1, 1], "uv": [50, 37]} + ] + }, + { + "name": "pinky_right", + "parent": "fingers_right", + "pivot": [26.29895, 26.35819, 1.87019], + "rotation": [0, 67.5, 0], + "cubes": [ + {"origin": [26.29895, 25.85819, 1.37019], "size": [2, 1, 1], "uv": [50, 35]} + ] + }, + { + "name": "Rpinky_right", + "parent": "pinky_right", + "pivot": [28.29895, 26.35819, 2.12019], + "rotation": [0, 20, 0], + "cubes": [ + {"origin": [28.29895, 25.85819, 1.37019], "size": [2, 1, 1], "uv": [50, 28]} + ] + }, + { + "name": "arm_left", + "parent": "arms", + "pivot": [-4, 28.25, -0.25] + }, + { + "name": "shoulder_left", + "parent": "arm_left", + "pivot": [-6, 27.75, -0.25], + "rotation": [69.96441, -66.54069, -74.52838], + "cubes": [ + {"origin": [-9.74006, 24.85697, -2.44714], "size": [6, 6, 6], "uv": [24, 55]} + ] + }, + { + "name": "bicep_left", + "parent": "shoulder_left", + "pivot": [-7.99006, 28.35697, 1.80286], + "rotation": [6.3582, -34.31282, -14.95505], + "cubes": [ + {"origin": [-14.67516, 24.99117, -1.06026], "size": [6, 5, 5], "uv": [60, 35]} + ] + }, + { + "name": "forearm_left", + "parent": "bicep_left", + "pivot": [-14.92516, 28.49117, 2.18974], + "rotation": [-59.31233, -65.17521, 40.79243], + "cubes": [ + {"origin": [-19.67516, 25.49117, -0.56026], "size": [6, 4, 4], "uv": [40, 70]} + ] + }, + { + "name": "wrist_left", + "parent": "forearm_left", + "pivot": [-18.92516, 26.99117, 2.18974], + "rotation": [69.90832, 4.83905, -14.54145], + "cubes": [ + {"origin": [-21.67516, 26.49117, 1.43974], "size": [3, 3, 2], "uv": [15, 66]} + ] + }, + { + "name": "hand_left", + "parent": "wrist_left", + "pivot": [-21.17516, 27.99117, 2.43974], + "rotation": [35.1834, -36.19515, -3.45215], + "cubes": [ + {"origin": [-24.67516, 25.99117, 1.43974], "size": [3, 4, 2], "uv": [80, 63]} + ] + }, + { + "name": "fingers_left", + "parent": "hand_left", + "pivot": [-25, 27, 2.25] + }, + { + "name": "thumb_left", + "parent": "fingers_left", + "pivot": [-23.17516, 28.99117, 2.93974], + "rotation": [72.5, 0, 0], + "cubes": [ + {"origin": [-23.67516, 28.99117, 2.43974], "size": [1, 2, 1], "uv": [0, 50]} + ] + }, + { + "name": "thumbleft2", + "parent": "thumb_left", + "pivot": [-23.17516, 30.99117, 2.93974], + "cubes": [ + {"origin": [-23.67516, 30.99117, 2.43974], "size": [1, 2, 1], "uv": [11, 0]} + ] + }, + { + "name": "index_left", + "parent": "fingers_left", + "pivot": [-24.67516, 29.49117, 2.93974], + "rotation": [0, -12.5, 0], + "cubes": [ + {"origin": [-26.67516, 28.99117, 2.43974], "size": [2, 1, 1], "uv": [50, 24]} + ] + }, + { + "name": "indexleft2", + "parent": "index_left", + "pivot": [-26.67516, 29.49117, 2.93974], + "cubes": [ + {"origin": [-28.67516, 28.99117, 2.43974], "size": [2, 1, 1], "uv": [19, 50]} + ] + }, + { + "name": "middle_left", + "parent": "fingers_left", + "pivot": [-24.67516, 28.49117, 2.93974], + "rotation": [0, -10, 0], + "cubes": [ + {"origin": [-26.67516, 27.99117, 2.43974], "size": [2, 1, 1], "uv": [46, 26]} + ] + }, + { + "name": "midleft2", + "parent": "middle_left", + "pivot": [-26.67516, 28.49117, 2.93974], + "cubes": [ + {"origin": [-28.67516, 27.99117, 2.43974], "size": [2, 1, 1], "uv": [45, 13]} + ] + }, + { + "name": "ring_left", + "parent": "fingers_left", + "pivot": [-24.67516, 27.49117, 2.93974], + "rotation": [0, -15, 0], + "cubes": [ + {"origin": [-26.67516, 26.99117, 2.43974], "size": [2, 1, 1], "uv": [45, 6]} + ] + }, + { + "name": "ringleft2", + "parent": "ring_left", + "pivot": [-26.67516, 27.49117, 2.93974], + "cubes": [ + {"origin": [-28.67516, 26.99117, 2.43974], "size": [2, 1, 1], "uv": [26, 44]} + ] + }, + { + "name": "pinky_left", + "parent": "fingers_left", + "pivot": [-24.67516, 26.49117, 2.93974], + "rotation": [0, -12.5, 0], + "cubes": [ + {"origin": [-26.67516, 25.99117, 2.43974], "size": [2, 1, 1], "uv": [31, 29]} + ] + }, + { + "name": "pinkleft2", + "parent": "pinky_left", + "pivot": [-26.67516, 26.49117, 2.93974], + "cubes": [ + {"origin": [-28.67516, 25.99117, 2.43974], "size": [2, 1, 1], "uv": [9, 13]} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 30.5, 0.5], + "cubes": [ + {"origin": [-4.5, 30, -3.75], "size": [9, 3, 8], "uv": [0, 39]}, + {"origin": [-4, 32.5, -3.25], "size": [8, 5, 7], "uv": [27, 43]} + ] + }, + { + "name": "hair", + "parent": "head", + "pivot": [-0.25, 33.5, 2.75], + "cubes": [ + {"origin": [-3.5, 35, 0], "size": [7, 5, 5], "inflate": 0.01, "uv": [60, 13]}, + {"origin": [-17, 37.25, 0.5], "size": [5, 4, 4], "inflate": 0.01, "pivot": [-16.25, -5.75, 0.75], "rotation": [0, 0, 12.5], "uv": [78, 23]}, + {"origin": [12.25, 37.25, 0.5], "size": [5, 4, 4], "inflate": 0.01, "pivot": [16.5, -5.75, 0.75], "rotation": [0, 0, -12.5], "uv": [77, 31]} + ] + }, + { + "name": "horns", + "parent": "head", + "pivot": [-0.25, 33.75, -2.75] + }, + { + "name": "horn_left", + "parent": "horns", + "pivot": [-2.75, 33.75, -2.75], + "cubes": [ + {"origin": [2, 38.5, -2.76], "size": [2, 2, 0], "pivot": [6, 5, 0], "rotation": [0, 0, -10], "uv": [0, 53]} + ] + }, + { + "name": "horn_right", + "parent": "horns", + "pivot": [0, 33.5, -2.75], + "cubes": [ + {"origin": [-4, 38.5, -2.76], "size": [2, 2, 0], "pivot": [-6, 5, 0], "rotation": [0, 0, 10], "uv": [52, 26]} + ] + }, + { + "name": "horn_middle", + "parent": "horns", + "pivot": [3, 33.5, -2.75], + "cubes": [ + {"origin": [-1, 37.5, -2.76], "size": [2, 2, 0], "uv": [10, 11]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [0, 30.25, -3.25] + }, + { + "name": "brows", + "parent": "eyes", + "pivot": [0, 31.5, -2] + }, + { + "name": "browleft", + "parent": "brows", + "pivot": [1.24328, 35.44696, -3.02], + "cubes": [ + {"origin": [2.25, 38.25, -3.52], "size": [3, 1, 1], "pivot": [6.25, 34.25, -2.5], "rotation": [0, 0, -47.5], "uv": [31, 27]} + ] + }, + { + "name": "browright", + "parent": "brows", + "pivot": [-1.62878, 35.82658, -3.02], + "cubes": [ + {"origin": [-4.5, 36.45, -3.52], "size": [3, 1, 1], "pivot": [-5.5, 32.5, -2.5], "rotation": [0, 0, 20], "uv": [39, 27]} + ] + }, + { + "name": "pupils", + "parent": "eyes", + "pivot": [0, 31.5, -2] + }, + { + "name": "pupil_right", + "parent": "pupils", + "pivot": [2, 30.75, -3.25], + "cubes": [ + {"origin": [1.5, 34.25, -3.267], "size": [1, 1, 0], "uv": [26, 41]} + ] + }, + { + "name": "pupil_left", + "parent": "pupils", + "pivot": [-2, 30.5, -3.25], + "cubes": [ + {"origin": [-2.5, 34.25, -3.267], "size": [1, 1, 0], "uv": [26, 40]} + ] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [2, 30.5, -2], + "cubes": [ + {"origin": [0.5, 33.25, -3.26], "size": [3, 2, 0], "uv": [42, 55]}, + {"origin": [1.5, 35.25, -3.26], "size": [2, 1, 0], "uv": [45, 8]} + ] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [-2, 30.5, -2], + "cubes": [ + {"origin": [-3.5, 33.25, -3.26], "size": [3, 2, 0], "uv": [24, 55]}, + {"origin": [-3.5, 35.25, -3.26], "size": [2, 1, 0], "uv": [0, 30]} + ] + }, + { + "name": "ears", + "parent": "head", + "pivot": [0, 32.75, -3.25], + "cubes": [ + {"origin": [-3, 37.5, -1.25], "size": [3, 3, 2], "pivot": [-1, 30.5, -3.25], "rotation": [0, 0, 37.5], "uv": [81, 83]}, + {"origin": [0, 37.5, -1.25], "size": [3, 3, 2], "pivot": [1, 30.5, -3.25], "rotation": [0, 0, -37.5], "uv": [71, 83]} + ] + }, + { + "name": "mustache", + "parent": "head", + "pivot": [0, 29.25, -2.25], + "cubes": [ + {"origin": [-5, 33, -3.79], "size": [10, 1, 0], "uv": [31, 24]}, + {"origin": [-7.25, 34, -3.79], "size": [4, 1, 0], "uv": [26, 43]}, + {"origin": [3.25, 34, -3.79], "size": [4, 1, 0], "uv": [0, 14]}, + {"origin": [4.4, 35.5, -3.78], "size": [2, 2, 1], "pivot": [6.25, 28.5, -2.25], "rotation": [0, 0, -45], "uv": [0, 27]}, + {"origin": [1.75, 31, -3.78], "size": [1, 2, 0], "uv": [0, 39]}, + {"origin": [-5, 32, -3.79], "size": [1, 1, 0], "uv": [6, 40]}, + {"origin": [-6, 33, -3.79], "size": [1, 1, 0], "uv": [26, 39]}, + {"origin": [4, 32, -3.79], "size": [1, 1, 0], "uv": [6, 39]}, + {"origin": [2.75, 32, -3.79], "size": [1, 1, 0], "uv": [38, 27]}, + {"origin": [-3.75, 32, -3.79], "size": [1, 1, 0], "uv": [36, 29]}, + {"origin": [5, 33, -3.79], "size": [1, 1, 0], "uv": [4, 30]}, + {"origin": [5, 33, -3.79], "size": [0, 1, 0], "uv": [0, 0]}, + {"origin": [-2.75, 31, -3.78], "size": [1, 2, 0], "uv": [0, 0]} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [0, 27.5, -2], + "cubes": [ + {"origin": [-2, 31.25, -3.77], "size": [4, 2, 0], "uv": [39, 25]}, + {"origin": [0.75, 30.75, -3.76], "size": [1, 1, 0], "uv": [5, 27]}, + {"origin": [-1.75, 30.75, -3.76], "size": [1, 1, 0], "uv": [0, 2]} + ] + }, + { + "name": "cloud", + "parent": "mainthing", + "pivot": [-2.5, 9, 0.15], + "cubes": [ + {"origin": [-7.5, 8.75, -7.35], "size": [15, 9, 15], "uv": [0, 0]} + ] + }, + { + "name": "cloud_end", + "parent": "cloud", + "pivot": [0.25, 9.25, 4.4], + "rotation": [27.5, 0, 0] + }, + { + "name": "cloud_tail1", + "parent": "cloud_end", + "pivot": [0, -0.94798, -5.12594], + "cubes": [ + {"origin": [0, 7.014, 2.02781], "size": [0, 3, 5], "uv": [0, 6]} + ] + }, + { + "name": "cloud_tail2", + "parent": "cloud_end", + "pivot": [0, -0.94798, -5.12594], + "cubes": [ + {"origin": [0, 5.014, 2.52781], "size": [0, 2, 4], "uv": [31, 21]} + ] + }, + { + "name": "cloud_tail3", + "parent": "cloud_end", + "pivot": [0, -0.94798, -5.12594], + "cubes": [ + {"origin": [0, 2.014, 3.02781], "size": [0, 3, 3], "uv": [0, 21]} + ] + }, + { + "name": "tail", + "parent": "cloud", + "pivot": [-2.5, 13.75, 8.15] + }, + { + "name": "tail_1", + "parent": "tail", + "pivot": [-1, 16.25, 6.9], + "cubes": [ + {"origin": [-2, 16.25, 5.9], "size": [2, 6, 2], "pivot": [-1, 16.25, 6.9], "rotation": [-27.39012, -0.28246, -40.49013], "uv": [0, 39]} + ] + }, + { + "name": "tail_2", + "parent": "tail_1", + "pivot": [-4, 19.75, 8.65], + "cubes": [ + {"origin": [-6, 21.75, 8.4], "size": [3, 7, 2], "pivot": [-1, 21.75, 9.4], "rotation": [-12.5, 0, -40], "uv": [24, 80]}, + {"origin": [-9, 21.75, 8.9], "size": [2, 4, 2], "pivot": [-5, 21.75, 9.9], "rotation": [-12.5, 0, -40], "uv": [84, 17]}, + {"origin": [-2, 24.75, 7.65], "size": [2, 4, 2], "pivot": [3, 21.75, 8.65], "rotation": [-12.5, 0, -40], "uv": [45, 0]} + ] + }, + { + "name": "tail_3", + "parent": "tail_2", + "pivot": [-8, 25, 11.65], + "cubes": [ + {"origin": [-9.55, 24.5, 9.4], "size": [3, 9, 3], "inflate": 0.01, "pivot": [-8.5, 24.5, 14.4], "rotation": [10, 0, -37.5], "uv": [0, 79]}, + {"origin": [-10.55, 26.5, 9.4], "size": [2, 5, 3], "inflate": 0.01, "pivot": [-10.5, 22.5, 14.4], "rotation": [10, 0, -37.5], "uv": [51, 82]}, + {"origin": [-6.05, 27, 9.65], "size": [2, 6, 3], "inflate": 0.01, "pivot": [-5, 25, 14.65], "rotation": [10, 0, -37.5], "uv": [79, 8]} + ] + }, + { + "name": "tail_4", + "parent": "tail_3", + "pivot": [-12, 32, 9.4], + "cubes": [ + {"origin": [-14.25, 29.75, 8.4], "size": [4, 8, 3], "pivot": [-13.25, 29.75, 9.4], "rotation": [52.73749, -4.55749, -43.46275], "uv": [0, 0]}, + {"origin": [-16, 29.75, 7.9], "size": [3, 4, 3], "pivot": [-16, 27.25, 8.9], "rotation": [52.73749, -4.55749, -43.46275], "uv": [12, 80]}, + {"origin": [-11, 33, 9.4], "size": [2, 5, 3], "pivot": [-10, 32, 10.4], "rotation": [52.73749, -4.55749, -43.46275], "uv": [61, 82]} + ] + }, + { + "name": "tail_5", + "parent": "tail_4", + "pivot": [-15, 33.5, 4.4], + "cubes": [ + {"origin": [-20.75, 32.25, -4.1], "size": [6, 3, 5], "pivot": [-15.75, 33.25, 1.9], "rotation": [-0.64222, 3.65963, -49.31878], "uv": [64, 0]}, + {"origin": [-18.25, 34, -4.35], "size": [5, 3, 9], "pivot": [-14.25, 35, 3.65], "rotation": [-0.64222, 3.65963, -49.31878], "uv": [48, 46]}, + {"origin": [-15, 37.66, -2.6], "size": [3, 3, 6], "pivot": [-11, 38.5, 2.4], "rotation": [-0.64222, 3.65963, -49.31878], "uv": [72, 74]} + ] + }, + { + "name": "tail_6", + "parent": "tail_5", + "pivot": [-14.5, 32.5, -2.1], + "cubes": [ + {"origin": [-18.5, 32.5, -12.1], "size": [5, 4, 9], "inflate": 0.01, "pivot": [-14.5, 34.5, -4.1], "rotation": [35.48812, 11.47329, -45.13428], "uv": [45, 0]}, + {"origin": [-15.5, 36.5, -12.1], "size": [3, 4, 6], "inflate": 0.01, "pivot": [-11.5, 38.5, -4.1], "rotation": [35.48812, 11.47329, -45.13428], "uv": [54, 72]} + ] + }, + { + "name": "tail_7", + "parent": "tail_6", + "pivot": [-12.5, 29, -8.85], + "cubes": [ + {"origin": [-16, 30.25, -17.6], "size": [6, 4, 10], "inflate": 0.01, "pivot": [-11, 30.25, -8.6], "rotation": [58.99014, 6.6058, -37.34578], "uv": [28, 29]}, + {"origin": [-13, 35.25, -17.6], "size": [4, 4, 6], "pivot": [-6, 35.25, -8.6], "rotation": [58.99014, 6.6058, -37.34578], "uv": [66, 64]}, + {"origin": [-17.5, 23, -13.76], "size": [3, 4, 5], "pivot": [-17.5, 26, -10.85], "rotation": [58.9901, 6.6058, -37.3458], "uv": [35, 78]} + ] + }, + { + "name": "tip_8", + "parent": "tail_7", + "pivot": [-8.5, 23.5, -11.85], + "rotation": [0, 2.5, -37.5], + "cubes": [ + {"origin": [-12.55536, 13.82572, -16.4841], "size": [7, 11, 5], "inflate": 0.01, "pivot": [-11.08786, 19.14154, -15.81399], "rotation": [0, 5, 0], "uv": [0, 50]}, + {"origin": [-15.68097, 17.85212, -15.8341], "size": [5.25, 8, 5], "pivot": [-18.58786, 18.89154, -15.81399], "rotation": [3.21873, 3.82821, 40.1076], "uv": [20, 67]}, + {"origin": [-9.30147, 11.32565, -16.7841], "size": [5.25, 8, 5], "pivot": [-7.58786, 17.89154, -15.81399], "rotation": [-3.21873, 3.82821, -40.1076], "uv": [0, 66]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/latias/latias.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/latias/latias.geo.json new file mode 100644 index 0000000..bd3593d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/latias/latias.geo.json @@ -0,0 +1,250 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 256, + "texture_height": 256, + "visible_bounds_width": 6, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "latios", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "latios", + "pivot": [0, 16, 0], + "cubes": [ + {"origin": [-8, 6, 7.25], "size": [16, 14, 11], "uv": [68, 0]}, + {"origin": [-6.5, 7, -5.75], "size": [13, 3, 13], "uv": [8, 8]}, + {"origin": [-8, 10, -7.75], "size": [16, 11, 15], "uv": [34, 25]} + ] + }, + { + "name": "chestTriangle", + "parent": "body", + "pivot": [0.04075, 7.5, 4.7941], + "rotation": [0, 135, 0], + "cubes": [ + {"origin": [-3, 7, 5.75], "size": [5, 1, 1], "inflate": 0.01, "uv": [0, 3]}, + {"origin": [-1, 7, 3.75], "size": [5, 1, 1], "inflate": 0.01, "pivot": [1.5, 7.5, 4.25], "rotation": [0, -90, 0], "uv": [0, 11]}, + {"origin": [-5.7, 7, 3.57], "size": [7, 1, 1], "inflate": 0.01, "pivot": [-1.5, 7.5, 4.25], "rotation": [0, -135, 0], "uv": [-1, 7]} + ] + }, + { + "name": "wings", + "parent": "body", + "pivot": [0, 14, 0] + }, + { + "name": "wing_left", + "parent": "wings", + "pivot": [-6.25, 17, 11.75], + "rotation": [0, 0, 5], + "cubes": [ + {"origin": [-4.25, 17.5, 1.25], "size": [0, 38, 17], "pivot": [-6.25, 17, 11.75], "rotation": [0, 0, -52.5], "uv": [0, 25]}, + {"origin": [-7.76609, 15.52709, 1.25], "size": [7, 6, 17], "inflate": 0.001, "pivot": [-6.25, 17, 11.75], "rotation": [0, 0, -52.5], "uv": [68, 52]} + ] + }, + { + "name": "wing_right", + "parent": "wings", + "pivot": [6.25, 17, 11.75], + "rotation": [0, 0, -5], + "cubes": [ + {"origin": [4.25, 17.5, 1.25], "size": [0, 38, 17], "pivot": [6.25, 17, 11.75], "rotation": [0, 0, 52.5], "uv": [34, 52]}, + {"origin": [0.76609, 15.52709, 1.25], "size": [7, 6, 17], "inflate": 0.001, "pivot": [6.25, 17, 11.75], "rotation": [0, 0, 52.5], "uv": [68, 75]} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [0, 14, 22] + }, + { + "name": "bone", + "parent": "tail", + "pivot": [5.25, 13.5, 21.75], + "cubes": [ + {"origin": [-3, 12, 24.25], "size": [6, 5, 5], "uv": [117, 82]} + ] + }, + { + "name": "foot_left", + "parent": "tail", + "pivot": [-4.75, 13.5, 18.75], + "cubes": [ + {"origin": [-5.25, 11, 19.25], "size": [0, 7, 13], "pivot": [-5.25, 13.5, 18.75], "rotation": [-27.44548, 1.29256, 4.83045], "uv": [100, 98]} + ] + }, + { + "name": "foot_right", + "parent": "tail", + "pivot": [4.75, 13.5, 18.75], + "cubes": [ + {"origin": [5.25, 11, 19.25], "size": [0, 7, 13], "pivot": [5.25, 13.5, 18.75], "rotation": [-27.44548, -1.29256, -4.83045], "uv": [32, 107]} + ] + }, + { + "name": "bone6", + "parent": "tail", + "pivot": [5.25, 13.5, 21.75], + "cubes": [ + {"origin": [-5, 8, 18.25], "size": [10, 11, 6], "uv": [68, 98]} + ] + }, + { + "name": "arms", + "parent": "body", + "pivot": [0, 14, 0] + }, + { + "name": "arm_left", + "parent": "arms", + "pivot": [6, 13.5, -1.75], + "cubes": [ + {"origin": [-10, 12, -6.75], "size": [2, 4, 9], "uv": [118, 52]}, + {"origin": [-12.75, 13, 0.25], "size": [6, 1, 1], "uv": [96, 50]}, + {"origin": [-14.25, 12.5, 1], "size": [2, 3, 2], "uv": [58, 107]}, + {"origin": [-14.25, 12, -7], "size": [2, 4, 8], "uv": [117, 97]}, + {"origin": [-13.75, 14.75, -8], "size": [1, 1, 2], "uv": [110, 47]}, + {"origin": [-13.75, 13.5, -9], "size": [1, 1, 3], "uv": [122, 0]}, + {"origin": [-13.75, 12.25, -8], "size": [1, 1, 2], "uv": [58, 112]} + ] + }, + { + "name": "arm_right", + "parent": "arms", + "pivot": [-6, 13.5, -1.75], + "cubes": [ + {"origin": [8, 12, -6.75], "size": [2, 4, 9], "uv": [118, 67]}, + {"origin": [6.75, 13, 0.25], "size": [6, 1, 1], "uv": [105, 100]}, + {"origin": [12.25, 12.5, 1], "size": [2, 3, 2], "uv": [120, 118]}, + {"origin": [12.25, 12, -7], "size": [2, 4, 8], "uv": [100, 118]}, + {"origin": [12.75, 14.75, -8], "size": [1, 1, 2], "uv": [122, 8]}, + {"origin": [12.75, 13.5, -9], "size": [1, 1, 3], "uv": [122, 4]}, + {"origin": [12.75, 12.25, -8], "size": [1, 1, 2], "uv": [122, 11]} + ] + }, + { + "name": "neck", + "parent": "body", + "pivot": [0, 16, -7.25], + "cubes": [ + {"origin": [-4.5, 11, -12.75], "size": [9, 10, 7], "inflate": 0.01, "uv": [0, 97]} + ] + }, + { + "name": "neck2", + "parent": "neck", + "pivot": [0, 16.5, -12.25], + "cubes": [ + {"origin": [-3.5, 12, -21.75], "size": [7, 9, 13], "uv": [96, 25]} + ] + }, + { + "name": "head", + "parent": "neck2", + "pivot": [-0.00056, 15.00418, -21.69311], + "cubes": [ + {"origin": [-5, 11.5, -28.75], "size": [10, 10, 7], "inflate": 0.01, "uv": [0, 80]}, + {"origin": [-5, 11, -30.75], "size": [10, 9, 4], "inflate": 0.005, "pivot": [-0.00056, 15.75, -29.98178], "rotation": [10, 0, 0], "uv": [58, 115]}, + {"origin": [-4.0184, 13, -33.99883], "size": [7, 6, 7], "pivot": [-0.00056, 15.75, -29.98178], "rotation": [14.00194, -44.13603, -9.85108], "uv": [0, 114]}, + {"origin": [-4.0184, 11, -33.99883], "size": [7, 2, 7], "pivot": [-0.00056, 15.75, -29.98178], "rotation": [14.00194, -44.13603, -9.85108], "uv": [0, 141]} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [-0.00056, 12.25, -28.98178], + "cubes": [ + {"origin": [-4.02, 11.5, -32.99883], "size": [0, 1, 1], "pivot": [-0.00056, 15.75, -28.98178], "rotation": [14.00194, -44.13603, -9.85108], "uv": [9, 137]}, + {"origin": [-4.0184, 11.5, -33], "size": [1, 1, 0], "pivot": [-0.00056, 15.75, -28.98178], "rotation": [14.00194, -44.13603, -9.85108], "uv": [9, 137]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [-0.00056, 15.75, -29.98178] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [0.00056, 15.75, -29.98178], + "cubes": [ + {"origin": [-2.98, 13, -29.99883], "size": [7, 3, 3], "pivot": [0.00056, 15.75, -29.98178], "rotation": [14.00194, 44.13603, 9.85108], "uv": [62, 132], "mirror": true} + ] + }, + { + "name": "eyebrow_right", + "parent": "eye_right", + "pivot": [0.00056, 15.75, -29.98178], + "cubes": [ + {"origin": [-2.9, 16, -29.99883], "size": [7, 1, 3], "pivot": [0.00056, 15.75, -29.98178], "rotation": [14.00194, 44.13603, 9.85108], "uv": [0, 132], "mirror": true} + ] + }, + { + "name": "pupil_right", + "parent": "eye_right", + "pivot": [0.00056, 15.75, -29.98178], + "cubes": [ + {"origin": [-1.6816, 13.4, -30.69883], "size": [6, 2, 1], "pivot": [1.00056, 15.75, -29.98178], "rotation": [14.00194, 44.13603, 9.85108], "uv": [96, 47], "mirror": true} + ] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [0.00056, 15.75, -29.98178], + "cubes": [ + {"origin": [-4.02, 13, -29.99883], "size": [7, 3, 3], "pivot": [-0.00056, 15.75, -29.98178], "rotation": [14.00194, -44.13603, -9.85108], "uv": [35, 133]} + ] + }, + { + "name": "eyebrow_left", + "parent": "eye_left", + "pivot": [0.00056, 15.75, -29.98178], + "cubes": [ + {"origin": [-4.1, 16, -29.99883], "size": [7, 1, 3], "pivot": [-0.00056, 15.75, -29.98178], "rotation": [14.00194, -44.13603, -9.85108], "uv": [0, 132]} + ] + }, + { + "name": "pupil_left", + "parent": "eye_left", + "pivot": [-1.00056, 15.75, -29.98178], + "cubes": [ + {"origin": [-4.3184, 13.4, -30.69883], "size": [6, 2, 1], "pivot": [-1.00056, 15.75, -29.98178], "rotation": [14.00194, -44.13603, -9.85108], "uv": [96, 47]} + ] + }, + { + "name": "ears", + "parent": "head", + "pivot": [3.75, 16.75, -25.5], + "cubes": [ + {"origin": [-2.95, 19.25, -29], "size": [0, 11, 7], "pivot": [-1.75, 18.75, -24.5], "rotation": [-18.79052, -0.4395, -33.1558], "uv": [86, 115]}, + {"origin": [2.95, 19.25, -29], "size": [0, 11, 7], "pivot": [1.75, 18.75, -24.5], "rotation": [-18.79052, 0.4395, 33.1558], "uv": [86, 115], "mirror": true} + ] + }, + { + "name": "bone4", + "parent": "head", + "pivot": [0, 0, 1] + }, + { + "name": "upperjaw", + "parent": "bone4", + "pivot": [0, 17, 0.25] + }, + { + "name": "lowerjaw", + "parent": "bone4", + "pivot": [0, 17, 0.25] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/latios/latios.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/latios/latios.geo.json new file mode 100644 index 0000000..52943bb --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/latios/latios.geo.json @@ -0,0 +1,236 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.latios", + "texture_width": 256, + "texture_height": 256, + "visible_bounds_width": 7, + "visible_bounds_height": 6.5, + "visible_bounds_offset": [0, 2.75, 0] + }, + "bones": [ + { + "name": "latios", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "latios", + "pivot": [0, 14, 0], + "cubes": [ + {"origin": [-8, 6, 7.25], "size": [16, 14, 11], "inflate": 0.01, "uv": [62, 55]}, + {"origin": [-6, 7, -5.75], "size": [12, 3, 13], "uv": [62, 80]}, + {"origin": [-8, 10, -7.75], "size": [16, 11, 15], "uv": [0, 55]} + ] + }, + { + "name": "chestTriangle", + "parent": "body", + "pivot": [0.04075, 7.5, 4.7941], + "rotation": [0, 135, 0], + "cubes": [ + {"origin": [-3, 7, 5.75], "size": [5, 1, 1], "inflate": 0.01, "uv": [94, 113]}, + {"origin": [-1, 7, 3.75], "size": [5, 1, 1], "inflate": 0.01, "pivot": [1.5, 7.5, 4.25], "rotation": [0, -90, 0], "uv": [94, 115]}, + {"origin": [-5.7, 7, 3.57], "size": [7, 1, 1], "inflate": 0.01, "pivot": [-1.5, 7.5, 4.25], "rotation": [0, -135, 0], "uv": [40, 94]} + ] + }, + { + "name": "wings", + "parent": "body", + "pivot": [0, 14, 0] + }, + { + "name": "wing_left", + "parent": "wings", + "pivot": [-6.25, 17, 11.75], + "rotation": [0, 0, 5], + "cubes": [ + {"origin": [-4.25, 17.5, 1.25], "size": [0, 38, 17], "pivot": [-6.25, 17, 11.75], "rotation": [0, 0, -52.5], "uv": [0, 0]}, + {"origin": [-7.76609, 15.52709, 1.25], "size": [7, 6, 17], "pivot": [-6.25, 17, 11.75], "rotation": [0, 0, -52.5], "uv": [68, 0]} + ] + }, + { + "name": "wing_right", + "parent": "wings", + "pivot": [6.25, 17, 11.75], + "rotation": [0, 0, -5], + "cubes": [ + {"origin": [4.25, 17.5, 1.25], "size": [0, 38, 17], "pivot": [6.25, 17, 11.75], "rotation": [0, 0, 52.5], "uv": [34, 0]}, + {"origin": [0.76609, 15.52709, 1.25], "size": [7, 6, 17], "pivot": [6.25, 17, 11.75], "rotation": [0, 0, 52.5], "uv": [68, 23]} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [0, 14, 22] + }, + { + "name": "foot_left", + "parent": "tail", + "pivot": [-6.75, 13.5, 18.75], + "cubes": [ + {"origin": [-8, 7, 18.25], "size": [0, 13, 10], "uv": [0, 103]} + ] + }, + { + "name": "foot_right", + "parent": "tail", + "pivot": [7.75, 13.5, 18.75], + "cubes": [ + {"origin": [8, 7, 18.25], "size": [0, 12, 10], "uv": [20, 103]} + ] + }, + { + "name": "arms", + "parent": "body", + "pivot": [0, 14, 0] + }, + { + "name": "arm_left", + "parent": "arms", + "pivot": [-7, 13.5, -1.75], + "cubes": [ + {"origin": [-10, 12, -6.75], "size": [2, 4, 9], "uv": [40, 81]}, + {"origin": [-12.75, 13, 0.25], "size": [6, 1, 1], "uv": [112, 93]}, + {"origin": [-14.25, 12.5, 1], "size": [2, 3, 2], "uv": [116, 34]}, + {"origin": [-14.25, 12, -7], "size": [2, 4, 8], "uv": [40, 113]}, + {"origin": [-13.75, 14.75, -8], "size": [1, 1, 2], "uv": [116, 55]}, + {"origin": [-13.75, 13.5, -9], "size": [1, 1, 3], "uv": [116, 44]}, + {"origin": [-13.75, 12.25, -8], "size": [1, 1, 2], "uv": [116, 58]} + ] + }, + { + "name": "arm_right", + "parent": "arms", + "pivot": [9, 13.5, -1.75], + "cubes": [ + {"origin": [8, 12, -6.75], "size": [2, 4, 9], "uv": [112, 80]}, + {"origin": [6.75, 13, 0.25], "size": [6, 1, 1], "uv": [116, 32]}, + {"origin": [12.25, 12.5, 1], "size": [2, 3, 2], "uv": [116, 39]}, + {"origin": [12.25, 12, -7], "size": [2, 4, 8], "uv": [60, 113]}, + {"origin": [12.75, 14.75, -8], "size": [1, 1, 2], "uv": [116, 61]}, + {"origin": [12.75, 13.5, -9], "size": [1, 1, 3], "uv": [116, 48]}, + {"origin": [12.75, 12.25, -8], "size": [1, 1, 2], "uv": [116, 64]} + ] + }, + { + "name": "neck", + "parent": "body", + "pivot": [0, 16.25, -7.25], + "cubes": [ + {"origin": [-4.5, 11, -12.75], "size": [9, 10, 7], "inflate": 0.01, "uv": [74, 96]} + ] + }, + { + "name": "neck2", + "parent": "neck", + "pivot": [0, 16.5, -12.25], + "cubes": [ + {"origin": [-3.5, 12, -21.75], "size": [7, 9, 13], "uv": [0, 81]} + ] + }, + { + "name": "head", + "parent": "neck2", + "pivot": [-0.00056, 15.00418, -22.69311], + "cubes": [ + {"origin": [-5, 11.5, -28.75], "size": [10, 10, 7], "inflate": 0.01, "uv": [40, 96]}, + {"origin": [-5, 11, -30.75], "size": [10, 9, 4], "inflate": 0.005, "pivot": [-0.00056, 15.75, -29.98178], "rotation": [10, 0, 0], "uv": [106, 96]}, + {"origin": [-4.0184, 11, -33.99883], "size": [7, 2, 7], "pivot": [-0.00056, 15.75, -29.98178], "rotation": [14.00194, -44.13603, -9.85108], "uv": [68, 46]}, + {"origin": [-4.0184, 13, -33.99883], "size": [7, 6, 7], "pivot": [-0.00056, 15.75, -29.98178], "rotation": [14.00194, -44.13603, -9.85108], "uv": [106, 109]} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [-0.00056, 12.25, -28.98178], + "cubes": [ + {"origin": [-4.02, 11.3, -32.99883], "size": [0, 1, 1], "pivot": [-0.00056, 15.75, -28.98178], "rotation": [14.00194, -44.13603, -9.85108], "uv": [83, 52]}, + {"origin": [-4.02, 11.3, -33], "size": [1, 1, 0], "pivot": [-0.00056, 15.75, -28.98178], "rotation": [14.00194, -44.13603, -9.85108], "uv": [82, 53]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [-0.00056, 15.75, -29.98178] + }, + { + "name": "eyebrow_right", + "parent": "eyes", + "pivot": [0.00056, 15.75, -29.98178], + "cubes": [ + {"origin": [-2.9, 16, -29.99883], "size": [7, 1, 3], "pivot": [0.00056, 15.75, -29.98178], "rotation": [14.00194, 44.13603, 9.85108], "uv": [116, 24]} + ] + }, + { + "name": "eye_right", + "parent": "eyebrow_right", + "pivot": [0.00056, 15.75, -29.98178], + "cubes": [ + {"origin": [-2.98, 13, -29.99883], "size": [7, 3, 3], "pivot": [0.00056, 15.75, -29.98178], "rotation": [14.00194, 44.13603, 9.85108], "uv": [96, 46]}, + {"origin": [-2.98, 13, -30.99883], "size": [7, 2, 1], "pivot": [0.00056, 15.75, -29.98178], "rotation": [14.00194, 44.13603, 9.85108], "uv": [128, 63]} + ] + }, + { + "name": "pupil_right", + "parent": "eye_right", + "pivot": [0.00056, 15.75, -29.98178], + "cubes": [ + {"origin": [-1.6816, 13.4, -30.69883], "size": [6, 2, 1], "pivot": [1.00056, 15.75, -29.98178], "rotation": [14.00194, 44.13603, 9.85108], "uv": [96, 52]} + ] + }, + { + "name": "eyebrow_left", + "parent": "eyes", + "pivot": [0.00056, 15.75, -29.98178], + "cubes": [ + {"origin": [-4.1, 16, -29.99883], "size": [7, 1, 3], "pivot": [-0.00056, 15.75, -29.98178], "rotation": [14.00194, -44.13603, -9.85108], "uv": [116, 28]} + ] + }, + { + "name": "eye_left", + "parent": "eyebrow_left", + "pivot": [-2.99944, 15.75, -32.98178], + "cubes": [ + {"origin": [-4.02, 13, -29.99883], "size": [7, 3, 3], "pivot": [-0.00056, 15.75, -29.98178], "rotation": [14.00194, -44.13603, -9.85108], "uv": [116, 18]}, + {"origin": [-4.02, 13, -30.99883], "size": [7, 2, 1], "pivot": [-0.00056, 15.75, -29.98178], "rotation": [14.00194, -44.13603, -9.85108], "uv": [121, 63]} + ] + }, + { + "name": "pupil_left", + "parent": "eye_left", + "pivot": [-1.00056, 15.75, -29.98178], + "cubes": [ + {"origin": [-4.3184, 13.4, -30.69883], "size": [6, 2, 1], "pivot": [-1.00056, 15.75, -29.98178], "rotation": [14.00194, -44.13603, -9.85108], "uv": [110, 52]} + ] + }, + { + "name": "ears", + "parent": "head", + "pivot": [3.75, 16.75, -25.5], + "cubes": [ + {"origin": [-2.95, 19.25, -29], "size": [0, 11, 7], "pivot": [-1.75, 18.75, -24.5], "rotation": [-18.79052, -0.4395, -33.1558], "uv": [80, 113]}, + {"origin": [2.95, 19.25, -29], "size": [0, 11, 7], "pivot": [1.75, 18.75, -24.5], "rotation": [-18.79052, 0.4395, 33.1558], "uv": [116, 0]} + ] + }, + { + "name": "bone4", + "parent": "head", + "pivot": [0, 0, 1] + }, + { + "name": "upperjaw", + "parent": "bone4", + "pivot": [0, 17, 0.25] + }, + { + "name": "lowerjaw", + "parent": "bone4", + "pivot": [0, 17, 0.25] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/leavanny/leavanny.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/leavanny/leavanny.geo.json new file mode 100644 index 0000000..528498e --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/leavanny/leavanny.geo.json @@ -0,0 +1,353 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.leavanny", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "leavanny", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "leavanny", + "pivot": [0, 20.3, -2] + }, + { + "name": "abdomen", + "parent": "body", + "pivot": [0, 16.8, -0.5] + }, + { + "name": "abdomen2", + "parent": "abdomen", + "pivot": [0, 19.725, -2.4], + "rotation": [30, 0, 0], + "cubes": [ + {"origin": [-3, 8.25736, -3.41685], "size": [6, 8, 5], "uv": [0, 25]}, + {"origin": [-2, 4.83094, -2.986], "size": [4, 4, 4], "uv": [16, 39]}, + {"origin": [-2.5, 15.83094, -2.986], "size": [5, 4, 4], "uv": [34, 35]} + ] + }, + { + "name": "waist", + "parent": "abdomen", + "pivot": [-0.5, 19.8, -1], + "cubes": [ + {"origin": [-1.5, 19.8, -2.5], "size": [3, 3, 3], "inflate": 0.01, "uv": [58, 28]} + ] + }, + { + "name": "torso", + "parent": "waist", + "pivot": [0, 22.8, -2.5], + "cubes": [ + {"origin": [-1.5, 22.8, -2.5], "size": [3, 4, 3], "uv": [53, 54]} + ] + }, + { + "name": "arm_right", + "parent": "torso", + "pivot": [-1.5, 26.425, -0.5], + "cubes": [ + {"origin": [-8, 25.55, -1.5], "size": [7, 1, 1], "uv": [56, 50]} + ] + }, + { + "name": "armleaf_right", + "parent": "arm_right", + "pivot": [-8, 25.55, -1], + "cubes": [ + {"origin": [-8, 23.05, -1], "size": [7, 3, 0], "uv": [49, 61]} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-8, 26.05, -1], + "cubes": [ + {"origin": [-15, 23.55, -1], "size": [7, 5, 0], "inflate": 0.01, "uv": [53, 0]} + ] + }, + { + "name": "hand_right", + "parent": "arm_right2", + "pivot": [-15, 28.55, -1] + }, + { + "name": "hand_right2", + "parent": "hand_right", + "pivot": [-15, 26.55, -1], + "cubes": [ + {"origin": [-22, 23.55, -1], "size": [7, 5, 0], "uv": [42, 52]} + ] + }, + { + "name": "arm_left", + "parent": "torso", + "pivot": [1.5, 26.425, -0.5], + "cubes": [ + {"origin": [1, 25.55, -1.5], "size": [7, 1, 1], "uv": [53, 5]} + ] + }, + { + "name": "armleaf_left", + "parent": "arm_left", + "pivot": [8, 25.55, -1], + "cubes": [ + {"origin": [1, 23.05, -1], "size": [7, 3, 0], "uv": [58, 34]} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [8, 26.05, -1], + "cubes": [ + {"origin": [8, 23.55, -1], "size": [7, 5, 0], "inflate": 0.01, "uv": [52, 39]} + ] + }, + { + "name": "hand_left", + "parent": "arm_left2", + "pivot": [15, 28.55, -1] + }, + { + "name": "hand_left2", + "parent": "hand_left", + "pivot": [15, 26.55, -1], + "cubes": [ + {"origin": [15, 23.55, -1], "size": [7, 5, 0], "uv": [28, 52]} + ] + }, + { + "name": "neck", + "parent": "torso", + "pivot": [-0.5, 26.8, -1], + "cubes": [ + {"origin": [-1, 26.3, -2], "size": [2, 4, 2], "uv": [0, 0]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 29.3, 0.5], + "cubes": [ + {"origin": [-5, 29.3, -5.5], "size": [10, 8, 9], "uv": [0, 0]}, + {"origin": [-4.25, 31.9, -5.51], "size": [2, 3, 0], "pivot": [-3.25, 33.85, -5.515], "rotation": [0, 0, -5], "uv": [38, 43]}, + {"origin": [2.25, 31.9, -5.51], "size": [2, 3, 0], "pivot": [3.25, 33.85, -5.515], "rotation": [0, 0, 5], "uv": [28, 39]}, + {"origin": [2.75, 33.8, -5.52], "size": [1, 1, 0], "pivot": [3.25, 33.85, -5.515], "rotation": [0, 0, 5], "uv": [0, 1]}, + {"origin": [-3.75, 33.8, -5.52], "size": [1, 1, 0], "pivot": [-3.25, 33.85, -5.515], "rotation": [0, 0, -5], "uv": [0, 0]} + ] + }, + { + "name": "eyelids", + "parent": "head", + "pivot": [-0.5, 31.9, -0.3] + }, + { + "name": "eyelid_left", + "parent": "eyelids", + "pivot": [4, 33.15, -5.33], + "cubes": [ + {"origin": [-4.25, 31.9, -5.43], "size": [2, 3, 0], "pivot": [-3.25, 33.85, -5.415], "rotation": [0, 0, -5], "uv": [16, 38]} + ] + }, + { + "name": "eyelid_right", + "parent": "eyelids", + "pivot": [-4, 33.15, -5.33], + "cubes": [ + {"origin": [2.25, 31.9, -5.43], "size": [2, 3, 0], "pivot": [3.25, 33.85, -5.415], "rotation": [0, 0, 5], "uv": [42, 43]} + ] + }, + { + "name": "antenna_left", + "parent": "head", + "pivot": [0.5, 37.3, -1.5], + "cubes": [ + {"origin": [0.5, 36.3, -1.5], "size": [1, 9, 0], "uv": [14, 48]} + ] + }, + { + "name": "antenna_left2", + "parent": "antenna_left", + "pivot": [0.5, 45.3, -1.5], + "rotation": [0, 0, 7.5], + "cubes": [ + {"origin": [0.5, 45.3, -1.5], "size": [3, 6, 0], "pivot": [0.5, 45.3, -1.5], "rotation": [0, -7.5, 0], "uv": [62, 7]}, + {"origin": [0.5, 45.3, -1.5], "size": [3, 6, 0], "pivot": [0.5, 45.3, -1.5], "rotation": [0, 7.5, 0], "uv": [0, 59]} + ] + }, + { + "name": "antenna_right", + "parent": "head", + "pivot": [-0.5, 37.3, -1.5], + "cubes": [ + {"origin": [-1.5, 36.3, -1.5], "size": [1, 9, 0], "uv": [12, 48]} + ] + }, + { + "name": "antenna_right2", + "parent": "antenna_right", + "pivot": [-0.5, 45.3, -1.5], + "rotation": [0, 0, -7.5], + "cubes": [ + {"origin": [-3.5, 45.3, -1.5], "size": [3, 6, 0], "pivot": [-0.5, 45.3, -1.5], "rotation": [0, 7.5, 0], "uv": [38, 29]}, + {"origin": [-3.5, 45.3, -1.5], "size": [3, 6, 0], "pivot": [-0.5, 45.3, -1.5], "rotation": [0, -7.5, 0], "uv": [0, 17]} + ] + }, + { + "name": "mouth_open", + "parent": "head", + "pivot": [-1, 31.65, -0.3], + "cubes": [ + {"origin": [-4, 29.45, -5.41], "size": [8, 3, 0], "uv": [62, 25]} + ] + }, + { + "name": "hood", + "parent": "head", + "pivot": [0, 29.3, -3], + "rotation": [-7.5, 0, 0], + "cubes": [ + {"origin": [-6, 29.3, -3], "size": [12, 0, 7], "uv": [22, 0]}, + {"origin": [-0.5, 29.3, 0], "size": [1, 0, 4], "inflate": 0.01, "uv": [64, 7]}, + {"origin": [-6, 29.3, 4], "size": [12, 9, 0], "inflate": 0.02, "uv": [38, 7]}, + {"origin": [-0.5, 29.3, 4], "size": [1, 9, 0], "inflate": 0.03, "uv": [62, 13]}, + {"origin": [1, 29.3, 4], "size": [5, 10, 0], "pivot": [6, 29.3, 4], "rotation": [0, 0, 22.5], "uv": [52, 16]}, + {"origin": [6, 29.3, -4], "size": [0, 10, 8], "pivot": [6, 29.3, 4], "rotation": [0, 0, 22.5], "uv": [0, 30]}, + {"origin": [-6, 29.3, -4], "size": [0, 10, 8], "pivot": [-6, 29.3, 4], "rotation": [0, 0, -22.5], "uv": [22, 21]}, + {"origin": [-6, 29.3, 4], "size": [5, 10, 0], "pivot": [-6, 29.3, 4], "rotation": [0, 0, -22.5], "uv": [48, 29]} + ] + }, + { + "name": "hood_right", + "parent": "hood", + "pivot": [0, 38.3, 4], + "rotation": [0, 0, -12.5], + "cubes": [ + {"origin": [-6, 38.3, 4], "size": [6, 11, 0], "inflate": 0.01, "uv": [0, 48]} + ] + }, + { + "name": "hood_left", + "parent": "hood", + "pivot": [0, 38.3, 4], + "rotation": [0, 0, 12.5], + "cubes": [ + {"origin": [0, 38.3, 4], "size": [6, 11, 0], "inflate": 0.01, "uv": [16, 47]} + ] + }, + { + "name": "mouth_closed", + "parent": "head", + "pivot": [0, 29.55, -5.52], + "cubes": [ + {"origin": [-4, 29.8, -5.51], "size": [4, 1, 0], "pivot": [0, 29.8, -5.52], "rotation": [0, 0, 10], "uv": [0, 6]}, + {"origin": [0, 29.8, -5.52], "size": [4, 1, 0], "pivot": [0, 29.8, -5.52], "rotation": [0, 0, -10], "uv": [0, 7]} + ] + }, + { + "name": "coat", + "parent": "waist", + "pivot": [0, 21.8, 0.5], + "rotation": [-42.5, 0, 0], + "cubes": [ + {"origin": [-5.5, 21.8, 0.5], "size": [11, 0, 6], "uv": [24, 23]} + ] + }, + { + "name": "coat2", + "parent": "coat", + "pivot": [0, 21.8, 6.5], + "rotation": [-17.5, 0, 0], + "cubes": [ + {"origin": [-5.5, 21.8, 6.5], "size": [11, 0, 8], "uv": [0, 17]} + ] + }, + { + "name": "coat3", + "parent": "coat2", + "pivot": [0, 21.8, 14.5], + "rotation": [-17.5, 0, 0], + "cubes": [ + {"origin": [-5.5, 21.8, 14.5], "size": [11, 0, 6], "uv": [24, 17]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [3.25, 16.06667, 0.65833], + "cubes": [ + {"origin": [1.75, 9.775, -1.125], "size": [3, 3, 3], "inflate": 0.2, "uv": [9, 58]}, + {"origin": [1.75, 12.775, -1.375], "size": [3, 5, 4], "inflate": 0.4, "uv": [42, 43]} + ] + }, + { + "name": "leg_left2", + "parent": "leg_left", + "pivot": [3.25, 9.6625, -1.0875], + "cubes": [ + {"origin": [1.75, 6.775, -1.075], "size": [3, 3, 3], "uv": [37, 57]} + ] + }, + { + "name": "foot_left", + "parent": "leg_left2", + "pivot": [3.25, 6.78333, 0.16667], + "cubes": [ + {"origin": [2.75, 4.025, 0.175], "size": [1, 3, 1], "uv": [25, 25]} + ] + }, + { + "name": "foot_left2", + "parent": "foot_left", + "pivot": [3.25, 4.025, 1.175], + "cubes": [ + {"origin": [2.75, 0.025, 0.175], "size": [1, 4, 1], "inflate": 0.01, "uv": [17, 25]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-3.25, 16.06667, 0.65833], + "cubes": [ + {"origin": [-4.75, 9.775, -1.125], "size": [3, 3, 3], "inflate": 0.2, "uv": [25, 57]}, + {"origin": [-4.75, 12.775, -1.375], "size": [3, 5, 4], "inflate": 0.4, "uv": [28, 43]} + ] + }, + { + "name": "leg_right2", + "parent": "leg_right", + "pivot": [-3.25, 9.6625, -1.0875], + "cubes": [ + {"origin": [-4.75, 6.775, -1.075], "size": [3, 3, 3], "uv": [69, 40]} + ] + }, + { + "name": "foot_right", + "parent": "leg_right2", + "pivot": [-3.25, 6.78333, 0.16667], + "cubes": [ + {"origin": [-3.75, 4.025, 0.175], "size": [1, 3, 1], "uv": [21, 25]} + ] + }, + { + "name": "foot_right2", + "parent": "foot_right", + "pivot": [-3.25, 4.025, 1.175], + "cubes": [ + {"origin": [-3.75, 0.025, 0.175], "size": [1, 4, 1], "inflate": 0.01, "uv": [0, 23]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ledian/ledian.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ledian/ledian.geo.json new file mode 100644 index 0000000..dbbe0aa --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ledian/ledian.geo.json @@ -0,0 +1,244 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.ledian", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "ledian", + "pivot": [0, 0, 0] + }, + { + "name": "body_position", + "parent": "ledian", + "pivot": [1.5, 8, -3] + }, + { + "name": "body", + "parent": "body_position", + "pivot": [0, 18, 0] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-3, 11.825, -2], + "cubes": [ + {"origin": [-4.5, 7.325, -3.5], "size": [3, 5, 3], "uv": [0, 60]} + ] + }, + { + "name": "leg_right_2", + "parent": "leg_right", + "pivot": [-3, 7.3, -3.525], + "cubes": [ + {"origin": [-4.5, 2.325, -3.5], "size": [3, 5, 3], "uv": [46, 58]} + ] + }, + { + "name": "leg_right_3", + "parent": "leg_right_2", + "pivot": [-3, 2.825, -2.5], + "cubes": [ + {"origin": [-5.5, 1.325, -7], "size": [5, 3, 7], "uv": [28, 22]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [3, 11.825, -2], + "cubes": [ + {"origin": [1.5, 7.325, -3.5], "size": [3, 5, 3], "uv": [58, 61]} + ] + }, + { + "name": "leg_left_2", + "parent": "leg_left", + "pivot": [3, 7.3, -3.5], + "cubes": [ + {"origin": [1.5, 2.325, -3.5], "size": [3, 5, 3], "uv": [12, 60]} + ] + }, + { + "name": "leg_left_3", + "parent": "leg_left_2", + "pivot": [3, 2.825, -2.5], + "cubes": [ + {"origin": [0.5, 1.325, -7], "size": [5, 3, 7], "uv": [0, 42]} + ] + }, + { + "name": "main_body", + "parent": "body", + "pivot": [4.85, 22.325, -2.35], + "cubes": [ + {"origin": [-5.5, 11, -4], "size": [11, 14, 8], "uv": [0, 0]} + ] + }, + { + "name": "arm_right", + "parent": "main_body", + "pivot": [-3.85, 22.325, -2.35] + }, + { + "name": "arm_top_right2", + "parent": "arm_right", + "pivot": [-4.85, 17.325, -2.35], + "cubes": [ + {"origin": [-7.5, 16.325, -3.35], "size": [5, 2, 2], "uv": [59, 47], "mirror": true} + ] + }, + { + "name": "arm1_bone3", + "parent": "arm_top_right2", + "pivot": [-7.48, 18.2925, -2.3575], + "cubes": [ + {"origin": [-11.51, 16.335, -3.365], "size": [4, 2, 2], "inflate": 0.01, "uv": [64, 12], "mirror": true}, + {"origin": [-15.45, 15.25, -4.35], "size": [4, 4, 4], "uv": [30, 57], "mirror": true} + ] + }, + { + "name": "arm_top_right", + "parent": "arm_right", + "pivot": [-4.85, 22.325, -2.35], + "cubes": [ + {"origin": [-8.5, 21.325, -3.35], "size": [5, 2, 2], "uv": [59, 47], "mirror": true} + ] + }, + { + "name": "arm1_bone4", + "parent": "arm_top_right", + "pivot": [-8.48, 23.2925, -2.3575], + "cubes": [ + {"origin": [-12.51, 21.335, -3.365], "size": [4, 2, 2], "inflate": 0.01, "uv": [64, 12], "mirror": true}, + {"origin": [-16.45, 20.25, -4.35], "size": [4, 4, 4], "uv": [0, 52]} + ] + }, + { + "name": "arm_left", + "parent": "main_body", + "pivot": [3.85, 22.325, -2.35] + }, + { + "name": "arm_top_left2", + "parent": "arm_left", + "pivot": [4.85, 17.325, -2.35], + "cubes": [ + {"origin": [2.5, 16.325, -3.35], "size": [5, 2, 2], "uv": [59, 47]} + ] + }, + { + "name": "arm1_bone2", + "parent": "arm_top_left2", + "pivot": [7.48, 18.2925, -2.3575], + "cubes": [ + {"origin": [7.51, 16.335, -3.365], "size": [4, 2, 2], "inflate": 0.01, "uv": [64, 12]}, + {"origin": [11.45, 15.25, -4.35], "size": [4, 4, 4], "uv": [30, 57]} + ] + }, + { + "name": "arm_top_left", + "parent": "arm_left", + "pivot": [4.85, 22.325, -2.35], + "cubes": [ + {"origin": [3.5, 21.325, -3.35], "size": [5, 2, 2], "uv": [59, 47]} + ] + }, + { + "name": "arm1_bone", + "parent": "arm_top_left", + "pivot": [8.48, 23.2925, -2.3575], + "cubes": [ + {"origin": [8.51, 21.335, -3.365], "size": [4, 2, 2], "inflate": 0.01, "uv": [64, 12]}, + {"origin": [12.45, 20.25, -4.35], "size": [4, 4, 4], "uv": [30, 57]} + ] + }, + { + "name": "wings2", + "parent": "body", + "pivot": [0, 11.325, 2.5] + }, + { + "name": "left_wing2", + "parent": "wings2", + "pivot": [1, 24.81535, 4.8277], + "cubes": [ + {"origin": [0.5, 12.825, 3.975], "size": [5, 12, 0], "pivot": [0, 25.325, 4.475], "rotation": [7.5, 0, 0], "uv": [59, 35]} + ] + }, + { + "name": "right_wing2", + "parent": "wings2", + "pivot": [-1, 24.81535, 4.8277], + "cubes": [ + {"origin": [-5.5, 12.825, 3.975], "size": [5, 12, 0], "pivot": [0, 25.325, 4.475], "rotation": [7.5, 0, 0], "uv": [0, 22]} + ] + }, + { + "name": "left_wing", + "parent": "body", + "pivot": [0, 24.55, 2.5], + "cubes": [ + {"origin": [0, 10.05, -1], "size": [6, 15, 7], "uv": [38, 0]} + ] + }, + { + "name": "right_wing", + "parent": "body", + "pivot": [0, 24.55, 2.5], + "cubes": [ + {"origin": [-6, 10.05, -1], "size": [6, 15, 7], "uv": [33, 35]} + ] + }, + { + "name": "neck", + "parent": "body", + "pivot": [0, 24.5, 0], + "cubes": [ + {"origin": [-1.5, 23, -1.5], "size": [3, 5, 3], "uv": [64, 0]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 27.27545, -0.32827], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [3, 30, -6], "size": [2, 3, 6], "pivot": [4, 31.5, -2.5], "rotation": [10, 0, 0], "uv": [18, 51]}, + {"origin": [-4, 27, -7], "size": [8, 8, 12], "uv": [0, 22]}, + {"origin": [-5, 30, -6], "size": [2, 3, 6], "pivot": [-4, 31.5, -2.5], "rotation": [10, 0, 0], "uv": [46, 26]} + ] + }, + { + "name": "antennae", + "parent": "head", + "pivot": [-1, 18.9, -0.5] + }, + { + "name": "anthena_right", + "parent": "antennae", + "pivot": [-2.79451, 35.05353, -3.92535], + "cubes": [ + {"origin": [-2.5, 34.4, -4], "size": [1, 4, 0], "pivot": [0, 18.9, -0.5], "rotation": [0, 0, -2.5], "uv": [10, 22]}, + {"origin": [-3.78722, 37.87563, -5.05507], "size": [2, 6, 0], "pivot": [-2.88186, 36.88461, -4.05507], "rotation": [-47.5, 0, -2.5], "uv": [0, 0]} + ] + }, + { + "name": "anthena_left", + "parent": "antennae", + "pivot": [2.79451, 35.05353, -3.92535], + "cubes": [ + {"origin": [1.5, 34.4, -4], "size": [1, 4, 0], "pivot": [0, 18.9, -0.5], "rotation": [0, 0, 2.5], "uv": [10, 26]}, + {"origin": [1.78722, 37.87563, -5.05507], "size": [2, 6, 0], "pivot": [2.88186, 36.88461, -4.05507], "rotation": [-47.5, 0, 2.5], "uv": [4, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ledyba/ledyba.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ledyba/ledyba.geo.json new file mode 100644 index 0000000..84fc729 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ledyba/ledyba.geo.json @@ -0,0 +1,302 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.ledyba", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 4, + "visible_bounds_height": 4, + "visible_bounds_offset": [0, 1, 0] + }, + "bones": [ + { + "name": "ledyba", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "ledyba", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 1.325, -1], + "cubes": [ + {"origin": [-4.5, 0.825, -5.5], "size": [9, 9, 8], "uv": [0, 0]} + ] + }, + { + "name": "right_arm", + "parent": "torso", + "pivot": [-4.5, 8.825, -4.5] + }, + { + "name": "arm_top_right", + "parent": "right_arm", + "pivot": [-4.5, 8.825, -4.5], + "cubes": [ + {"origin": [-6.5, 8.325, -5], "size": [2, 1, 1], "uv": [37, 43], "mirror": true} + ] + }, + { + "name": "arm1_bone4", + "parent": "arm_top_right", + "pivot": [-6.6, 8.825, -4.5], + "cubes": [ + {"origin": [-8.51, 8.335, -4.99], "size": [2, 1, 1], "inflate": 0.01, "uv": [31, 43], "mirror": true}, + {"origin": [-9.45, 7.825, -5.5], "size": [2, 2, 2], "uv": [38, 16], "mirror": true} + ] + }, + { + "name": "arm_mid_right2", + "parent": "right_arm", + "pivot": [-4.5, 5.825, -4.5], + "cubes": [ + {"origin": [-5.5, 5.325, -5], "size": [2, 1, 1], "uv": [25, 43], "mirror": true} + ] + }, + { + "name": "arm1_bone5", + "parent": "arm_mid_right2", + "pivot": [-5.6, 5.825, -4.5], + "cubes": [ + {"origin": [-7.51, 5.335, -4.99], "size": [2, 1, 1], "inflate": 0.01, "uv": [43, 21], "mirror": true}, + {"origin": [-8.475, 4.825, -5.5], "size": [2, 2, 2], "uv": [38, 16], "mirror": true} + ] + }, + { + "name": "arm_bot_right3", + "parent": "right_arm", + "pivot": [-4.5, 2.825, -4.5], + "cubes": [ + {"origin": [-5.5, 2.325, -5], "size": [2, 1, 1], "uv": [38, 20], "mirror": true} + ] + }, + { + "name": "arm1_bone6", + "parent": "arm_bot_right3", + "pivot": [-5.6, 2.825, -4.5], + "cubes": [ + {"origin": [-7.51, 2.335, -4.99], "size": [2, 1, 1], "inflate": 0.01, "uv": [20, 37], "mirror": true}, + {"origin": [-8.525, 1.825, -5.5], "size": [2, 2, 2], "uv": [38, 16], "mirror": true} + ] + }, + { + "name": "left_arm", + "parent": "torso", + "pivot": [4.5, 8.825, -4.5] + }, + { + "name": "arm_top_left", + "parent": "left_arm", + "pivot": [4.5, 8.825, -4.5], + "cubes": [ + {"origin": [4.5, 8.325, -5], "size": [2, 1, 1], "uv": [37, 43]} + ] + }, + { + "name": "arm1_bone", + "parent": "arm_top_left", + "pivot": [6.6, 8.825, -4.5], + "cubes": [ + {"origin": [6.51, 8.335, -4.99], "size": [2, 1, 1], "inflate": 0.01, "uv": [31, 43]}, + {"origin": [7.45, 7.825, -5.5], "size": [2, 2, 2], "uv": [38, 16]} + ] + }, + { + "name": "arm_mid_left2", + "parent": "left_arm", + "pivot": [4.5, 5.825, -4.5], + "cubes": [ + {"origin": [3.5, 5.325, -5], "size": [2, 1, 1], "uv": [25, 43]} + ] + }, + { + "name": "arm1_bone2", + "parent": "arm_mid_left2", + "pivot": [5.6, 5.825, -4.5], + "cubes": [ + {"origin": [5.51, 5.335, -4.99], "size": [2, 1, 1], "inflate": 0.01, "uv": [43, 21]}, + {"origin": [6.475, 4.825, -5.5], "size": [2, 2, 2], "uv": [38, 16]} + ] + }, + { + "name": "arm_bot_left3", + "parent": "left_arm", + "pivot": [4.5, 2.825, -4.5], + "cubes": [ + {"origin": [3.5, 2.325, -5], "size": [2, 1, 1], "uv": [38, 20]} + ] + }, + { + "name": "arm1_bone3", + "parent": "arm_bot_left3", + "pivot": [5.6, 2.825, -4.5], + "cubes": [ + {"origin": [5.51, 2.335, -4.99], "size": [2, 1, 1], "inflate": 0.01, "uv": [20, 37]}, + {"origin": [6.525, 1.825, -5.5], "size": [2, 2, 2], "uv": [38, 16]} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 11, -4] + }, + { + "name": "jaw", + "parent": "head", + "pivot": [0, 11.025, -0.5] + }, + { + "name": "mouth", + "parent": "jaw", + "pivot": [0, 11.825, -2.1], + "cubes": [ + {"origin": [-3, 9.825, -7.1], "size": [6, 2, 5], "uv": [26, 0]} + ] + }, + { + "name": "head_top", + "parent": "head", + "pivot": [0, 11.49525, -2.36514], + "cubes": [ + {"origin": [-3.5, 10.9, -8], "size": [7, 5, 6], "pivot": [1, -1.1, -2.5], "rotation": [-2.5, 0, 0], "uv": [0, 33]} + ] + }, + { + "name": "eyes", + "parent": "head_top", + "pivot": [1, -1.1, -2.5] + }, + { + "name": "left_eye4", + "parent": "eyes", + "pivot": [-1, -1.1, -2.5] + }, + { + "name": "right_eye3", + "parent": "eyes", + "pivot": [-1, -1.1, -2.5], + "cubes": [ + {"origin": [-4.125, 11.4, -8.46], "size": [3, 3, 1], "inflate": -0.1, "pivot": [-1, -1.1, -2.5], "rotation": [-2.5, 0, 0], "uv": [43, 0], "mirror": true} + ] + }, + { + "name": "eye_in_2", + "parent": "right_eye3", + "pivot": [-2.625, 13.12527, -7.35412], + "cubes": [ + {"origin": [-3.625, 11.9, -8.47], "size": [2, 2, 1], "inflate": -0.1, "pivot": [1, -1.1, -2.5], "rotation": [-2.5, 0, 0], "uv": [0, 17]} + ] + }, + { + "name": "left_eye", + "parent": "eyes", + "pivot": [1, -1.1, -2.5], + "cubes": [ + {"origin": [1.125, 11.4, -8.46], "size": [3, 3, 1], "inflate": -0.1, "pivot": [1, -1.1, -2.5], "rotation": [-2.5, 0, 0], "uv": [43, 0]} + ] + }, + { + "name": "eye_in", + "parent": "left_eye", + "pivot": [2.625, 13.12527, -7.35412], + "cubes": [ + {"origin": [1.625, 11.9, -8.47], "size": [2, 2, 1], "inflate": -0.1, "pivot": [-1, -1.1, -2.5], "rotation": [-2.5, 0, 0], "uv": [0, 17]} + ] + }, + { + "name": "left_eye2", + "parent": "eyes", + "pivot": [1, -1.1, -5.5], + "cubes": [ + {"origin": [0.8, 11.9, -7.32], "size": [2, 2, 1], "inflate": -0.15, "pivot": [1, -1.1, -5.5], "rotation": [-2.5, 0, 0], "uv": [0, 33]}, + {"origin": [0.3, 11.4, -7.31], "size": [3, 3, 1], "inflate": -0.3, "pivot": [1, -1.1, -5.5], "rotation": [-2.5, 0, 0], "uv": [42, 12]} + ] + }, + { + "name": "right_eye", + "parent": "eyes", + "pivot": [1, -1.1, -2.5] + }, + { + "name": "right_eye2", + "parent": "eyes", + "pivot": [2, -1.1, -1.5], + "cubes": [ + {"origin": [-2.8, 11.9, -7.32], "size": [2, 2, 1], "inflate": -0.15, "pivot": [2, -1.1, -1.5], "rotation": [-2.5, 0, 0], "uv": [0, 20]}, + {"origin": [-3.3, 11.4, -7.31], "size": [3, 3, 1], "inflate": -0.3, "pivot": [2, -1.1, -1.5], "rotation": [-2.5, 0, 0], "uv": [42, 8]} + ] + }, + { + "name": "antennae", + "parent": "head_top", + "pivot": [-1, -0.1, -2.5] + }, + { + "name": "anthena_right", + "parent": "antennae", + "pivot": [-1.79451, 16.05353, -5.95035], + "cubes": [ + {"origin": [-1.5, 15.4, -6], "size": [1, 3, 0], "pivot": [1, -0.1, -2.5], "rotation": [0, 0, -2.5], "uv": [0, 44]}, + {"origin": [-2.30536, 18.29102, -6], "size": [1, 3, 0], "pivot": [-1.9, 18.3, -6], "rotation": [-47.5, 0, -2.5], "uv": [43, 43]} + ] + }, + { + "name": "anthena_left", + "parent": "antennae", + "pivot": [1.79451, 16.05353, -5.92535], + "cubes": [ + {"origin": [0.5, 15.4, -6], "size": [1, 3, 0], "pivot": [-1, -0.1, -2.5], "rotation": [0, 0, 2.5], "uv": [26, 0]}, + {"origin": [1.30536, 18.29102, -6], "size": [1, 3, 0], "pivot": [1.9, 18.3, -6], "rotation": [-47.5, 0, 2.5], "uv": [28, 0]} + ] + }, + { + "name": "wings", + "parent": "torso", + "pivot": [0, 11.325, 2.5] + }, + { + "name": "left_wing", + "parent": "wings", + "pivot": [0, 11.325, 2.5], + "cubes": [ + {"origin": [0.5, 0.825, -3], "size": [5, 10, 6], "inflate": 0.5, "pivot": [0, 11.325, 2.5], "rotation": [2.5, 0, 0], "uv": [22, 17]} + ] + }, + { + "name": "right_wing", + "parent": "wings", + "pivot": [0, 11.325, 2.5], + "cubes": [ + {"origin": [-5.5, 0.825, -3], "size": [5, 10, 6], "inflate": 0.5, "pivot": [0, 11.325, 2.5], "rotation": [2.5, 0, 0], "uv": [0, 17]} + ] + }, + { + "name": "wings2", + "parent": "torso", + "pivot": [0, 11.325, 2.5] + }, + { + "name": "left_wing2", + "parent": "wings2", + "pivot": [0, 11.325, 2.5], + "cubes": [ + {"origin": [0.5, 0.825, 2.35], "size": [5, 10, 0], "pivot": [0, 11.325, 2.85], "rotation": [7.5, 0, 0], "uv": [36, 33]} + ] + }, + { + "name": "right_wing2", + "parent": "wings2", + "pivot": [0, 11.325, 2.5], + "cubes": [ + {"origin": [-5.5, 0.825, 2.35], "size": [5, 10, 0], "pivot": [0, 11.325, 2.85], "rotation": [7.5, 0, 0], "uv": [26, 33]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/liepard.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/liepard.geo.json new file mode 100644 index 0000000..bc56e65 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/liepard.geo.json @@ -0,0 +1,275 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.liepard", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 8, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "body", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [0, 14, -16], "size": [0, 4, 4], "pivot": [0, 16, -13], "rotation": [25, 0, 0], "uv": [26, 21]}, + {"origin": [-3.5, 12, -13], "size": [7, 8, 9], "pivot": [0, 15, -8.5], "rotation": [-10, 0, 0], "uv": [29, 21]}, + {"origin": [-3, 12.5, -4.5], "size": [6, 6, 14], "uv": [0, 0]} + ] + }, + { + "name": "neck", + "parent": "body", + "pivot": [0, 19, -12.5], + "cubes": [ + {"origin": [-2, 16, -13.5], "size": [4, 9, 4], "uv": [0, 48]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 23.5, -13.5], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-3.5, 23.51, -13.75], "size": [7, 5, 5], "uv": [27, 0]}, + {"origin": [-1.5, 23.26, -18], "size": [3, 2, 3], "pivot": [0, 25.5, -16.5], "rotation": [10, 0, 0], "uv": [62, 60]} + ] + }, + { + "name": "ear_l", + "parent": "head", + "pivot": [3.5, 29.5, -13.75], + "rotation": [-40, 25, 22.5], + "cubes": [ + {"origin": [1.5, 25.51, -13.75], "size": [2, 5, 5], "uv": [57, 34]}, + {"origin": [1.5, 30.51, -13.75], "size": [2, 2, 4], "uv": [62, 45]}, + {"origin": [1.5, 32.51, -13.75], "size": [2, 1, 3], "uv": [47, 0]} + ] + }, + { + "name": "ear_r", + "parent": "head", + "pivot": [-3.5, 29.5, -13.75], + "rotation": [-40, -25, -22.5], + "cubes": [ + {"origin": [-3.5, 25.5, -13.75], "size": [2, 5, 5], "uv": [53, 19]}, + {"origin": [-3.5, 30.5, -13.75], "size": [2, 2, 4], "uv": [0, 62]}, + {"origin": [-3.5, 32.5, -13.75], "size": [2, 1, 3], "uv": [45, 39]} + ] + }, + { + "name": "face", + "parent": "head", + "pivot": [0, 23.5, -13.5], + "rotation": [0, 45, 0], + "cubes": [ + {"origin": [-2.25, 23.5, -16.25], "size": [5, 5, 5], "uv": [29, 39]} + ] + }, + { + "name": "face_r", + "parent": "face", + "pivot": [0, 29.5, -13.5], + "cubes": [ + {"origin": [-3.25, 24.5, -16.26], "size": [5, 2, 0], "pivot": [1.75, 26.5, -16.25], "rotation": [0, 0, 30], "uv": [15, 32]}, + {"origin": [0.75, 27, -16.26], "size": [1, 1, 0], "uv": [11, 0]}, + {"origin": [-4.25, 22.5, -16.25], "size": [2, 3, 0], "uv": [31, 21]} + ] + }, + { + "name": "eye_r", + "parent": "face_r", + "pivot": [0.25, 26.5, -17.5], + "rotation": [15, -90, 0], + "cubes": [ + {"origin": [1.48, 25.5, -18], "size": [0, 1, 2], "pivot": [0.25, 26.5, -17.5], "rotation": [5, 0, 0], "uv": [9, 10]}, + {"origin": [1.47, 25.5, -17.75], "size": [0, 1, 1], "uv": [8, 0]} + ] + }, + { + "name": "eye_r_closed", + "parent": "eye_r", + "pivot": [0.25, 26.5, -17.5], + "cubes": [ + {"origin": [1.5, 25.5, -18], "size": [0, 1, 2], "pivot": [0.25, 26.5, -17.5], "rotation": [5, 0, 0], "uv": [9, 31]} + ] + }, + { + "name": "face_l", + "parent": "face", + "pivot": [0, 29.5, -13.5], + "rotation": [0, -90, 0], + "cubes": [ + {"origin": [-1.75, 24.5, -16.26], "size": [5, 2, 0], "pivot": [-1.75, 26.5, -16.25], "rotation": [0, 0, -30], "uv": [27, 11]}, + {"origin": [-1.75, 27, -16.26], "size": [1, 1, 0], "uv": [11, 0]}, + {"origin": [2.25, 22.5, -16.25], "size": [2, 3, 0], "uv": [27, 0]} + ] + }, + { + "name": "eye_l", + "parent": "face_l", + "pivot": [-0.25, 26.5, -17.5], + "rotation": [15, 90, 0], + "cubes": [ + {"origin": [-1.48, 25.5, -18], "size": [0, 1, 2], "pivot": [-0.25, 26.5, -17.5], "rotation": [5, 0, 0], "uv": [9, 10]}, + {"origin": [-1.47, 25.5, -17.75], "size": [0, 1, 1], "uv": [0, 0]} + ] + }, + { + "name": "eye_l_closed", + "parent": "eye_l", + "pivot": [-0.25, 26.5, -17.5], + "cubes": [ + {"origin": [-1.5, 25.5, -18], "size": [0, 1, 2], "pivot": [-0.25, 26.5, -17.5], "rotation": [5, 0, 0], "uv": [8, 71]} + ] + }, + { + "name": "shoulder_l", + "parent": "body", + "pivot": [3.5, 17, -8], + "cubes": [ + {"origin": [2, 9, -10], "size": [3, 9, 4], "uv": [17, 49]} + ] + }, + { + "name": "forearm_l", + "parent": "shoulder_l", + "pivot": [3.5, 9, -7], + "cubes": [ + {"origin": [2.5, 0, -8.5], "size": [2, 9, 2], "pivot": [3.5, 8, -6], "rotation": [-7.5, 0, 0], "uv": [1, 1]}, + {"origin": [3.5, 6, -6.75], "size": [0, 3, 2], "uv": [41, 11]} + ] + }, + { + "name": "shoulder_r", + "parent": "body", + "pivot": [-3.5, 17, -8], + "cubes": [ + {"origin": [-5, 9, -10], "size": [3, 9, 4], "uv": [32, 54]} + ] + }, + { + "name": "forearm_r", + "parent": "shoulder_r", + "pivot": [-3.5, 9, -7], + "cubes": [ + {"origin": [-4.5, 0, -8.5], "size": [2, 9, 2], "pivot": [-3.5, 8, -6], "rotation": [-7.5, 0, 0], "uv": [1, 22]}, + {"origin": [-3.5, 6, -6.75], "size": [0, 3, 2], "uv": [41, 11]} + ] + }, + { + "name": "thigh_r", + "parent": "body", + "pivot": [-3, 15, 6], + "cubes": [ + {"origin": [-5, 10, 3.5], "size": [3, 7, 5], "uv": [47, 6]} + ] + }, + { + "name": "knee_r", + "parent": "thigh_r", + "pivot": [-3, 10, 3.5], + "rotation": [30, 0, 0], + "cubes": [ + {"origin": [-4.99, 5, 3.5], "size": [3, 5, 4], "uv": [47, 58]} + ] + }, + { + "name": "calf_r", + "parent": "knee_r", + "pivot": [-3.5, 5, 7.5], + "rotation": [-35, 0, 0], + "cubes": [ + {"origin": [-4.98, -3, 5.5], "size": [3, 8, 2], "uv": [59, 0]} + ] + }, + { + "name": "thigh_l", + "parent": "body", + "pivot": [3, 15, 6], + "cubes": [ + {"origin": [2, 10, 3.5], "size": [3, 7, 5], "uv": [45, 45]} + ] + }, + { + "name": "knee_l", + "parent": "thigh_l", + "pivot": [3, 10, 3.5], + "rotation": [30, 0, 0], + "cubes": [ + {"origin": [1.99, 5, 3.5], "size": [3, 5, 4], "uv": [47, 58]} + ] + }, + { + "name": "calf_l", + "parent": "knee_l", + "pivot": [3.5, 5, 7.5], + "rotation": [-35, 0, 0], + "cubes": [ + {"origin": [1.98, -3, 5.5], "size": [3, 8, 2], "uv": [15, 21]} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [0, 18, 9.5], + "cubes": [ + {"origin": [-0.5, 17.5, 9.5], "size": [1, 1, 5], "uv": [58, 53]} + ] + }, + { + "name": "tail_seg2", + "parent": "tail", + "pivot": [-0.5, 18, 14.5], + "cubes": [ + {"origin": [-0.5, 17.5, 14.5], "size": [1, 1, 5], "uv": [71, 53]} + ] + }, + { + "name": "tail_seg3", + "parent": "tail_seg2", + "pivot": [-0.5, 18, 19.5], + "cubes": [ + {"origin": [-0.5, 17.5, 19.5], "size": [1, 1, 5], "uv": [34, 91]} + ] + }, + { + "name": "tail_seg4", + "parent": "tail_seg3", + "pivot": [-0.5, 18, 24.5], + "cubes": [ + {"origin": [-0.5, 17.5, 24.5], "size": [1, 1, 5], "uv": [89, 83]} + ] + }, + { + "name": "tail_seg5", + "parent": "tail_seg4", + "pivot": [-0.5, 18, 29.5], + "cubes": [ + {"origin": [-0.5, 17.5, 29.5], "size": [1, 1, 5], "uv": [61, 72]} + ] + }, + { + "name": "tail_seg6", + "parent": "tail_seg5", + "pivot": [-0.5, 18, 34.5], + "cubes": [ + {"origin": [-0.5, 17.5, 34.5], "size": [1, 1, 5], "uv": [110, 44]} + ] + }, + { + "name": "tail_seg_end", + "parent": "tail_seg6", + "pivot": [-0.5, 18, 39.5], + "cubes": [ + {"origin": [-0.5, 17.5, 39.5], "size": [1, 1, 5], "uv": [26, 69]}, + {"origin": [0, 10, 38.5], "size": [0, 14, 14], "uv": [0, 21]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/litleo.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/litleo.geo.json new file mode 100644 index 0000000..9cbd48c --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/litleo.geo.json @@ -0,0 +1,220 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.litleo", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 4, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "body", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-2.5, 5, -5], "size": [5, 5, 11], "uv": [0, 0]} + ] + }, + { + "name": "head", + "parent": "body", + "pivot": [0, 10, -2], + "cubes": [ + {"origin": [-4, 10, -8], "size": [8, 7, 7], "uv": [0, 17]}, + {"origin": [1.75, 15, -5], "size": [4, 4, 2], "pivot": [3.5, 17, -4], "rotation": [0, 0, 45], "uv": [32, 23]}, + {"origin": [-5.75, 15, -5], "size": [4, 4, 2], "pivot": [-3.5, 17, -4], "rotation": [0, 0, -45], "uv": [0, 32]}, + {"origin": [0, 15, -8.5], "size": [0, 4, 8], "pivot": [0, 17, -5], "rotation": [-10, 0, 0], "uv": [23, 24]} + ] + }, + { + "name": "eye_r", + "parent": "head", + "pivot": [-2.25, 13.5, -8.015], + "rotation": [0, 0, 2.5], + "cubes": [ + {"origin": [-3.25, 12.5, -8.01], "size": [2, 2, 0], "uv": [24, 20]}, + {"origin": [-2.5, 13.25, -8.02], "size": [1, 1, 0], "uv": [0, 9]} + ] + }, + { + "name": "closed_r", + "parent": "eye_r", + "pivot": [-2.25, 13.5, -8.015], + "cubes": [ + {"origin": [-3.25, 12.5, -7.765], "size": [2, 2, 0], "uv": [0, 56]} + ] + }, + { + "name": "eye_l", + "parent": "head", + "pivot": [2.25, 13.5, -8.015], + "rotation": [0, 0, -2.5], + "cubes": [ + {"origin": [1.25, 12.5, -8.01], "size": [2, 2, 0], "uv": [24, 17]}, + {"origin": [1.5, 13.25, -8.02], "size": [1, 1, 0], "uv": [8, 0]} + ] + }, + { + "name": "closed_l", + "parent": "eye_l", + "pivot": [2.25, 13.5, -8.015], + "cubes": [ + {"origin": [1.25, 12.5, -7.765], "size": [2, 2, 0], "uv": [0, 53]} + ] + }, + { + "name": "snout", + "parent": "head", + "pivot": [0.5, 13, -8], + "cubes": [ + {"origin": [-2, 11, -9], "size": [2, 2, 2], "pivot": [0, 12.75, -8], "rotation": [0, 0, -5], "uv": [41, 18]}, + {"origin": [0, 11, -9], "size": [2, 2, 2], "pivot": [0, 12.75, -8], "rotation": [0, 0, 5], "uv": [22, 43]}, + {"origin": [-1, 12.25, -9], "size": [2, 1, 1], "pivot": [0, 12.75, -8.5], "rotation": [27.5, 0, 0], "uv": [0, 17]} + ], + "locators": { + "fire": [0, 14, -13] + } + }, + { + "name": "mouth", + "parent": "head", + "pivot": [0, 11, -8], + "cubes": [ + {"origin": [-1, 10.25, -7.76], "size": [2, 1, 0], "uv": [1, 51]} + ] + }, + { + "name": "shoulder_r", + "parent": "body", + "pivot": [-2.5, 7, -3.25], + "cubes": [ + {"origin": [-3.5, 2, -4.24], "size": [2, 7, 2], "uv": [13, 40]} + ] + }, + { + "name": "paw_r", + "parent": "shoulder_r", + "pivot": [-2.5, 2, -2.25], + "cubes": [ + {"origin": [-4, 0, -5.25], "size": [3, 2, 3], "uv": [0, 39]} + ] + }, + { + "name": "shoulder_l", + "parent": "body", + "pivot": [2.5, 7, -3.25], + "cubes": [ + {"origin": [1.5, 2, -4.24], "size": [2, 7, 2], "uv": [36, 37]} + ] + }, + { + "name": "paw_l", + "parent": "shoulder_l", + "pivot": [2.5, 2, -2.25], + "cubes": [ + {"origin": [1, 0, -5.25], "size": [3, 2, 3], "uv": [23, 37]} + ] + }, + { + "name": "thigh_r", + "parent": "body", + "pivot": [-2.5, 7, 4.5], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-3.5, 4, 2.51], "size": [2, 5, 3], "uv": [30, 14]} + ] + }, + { + "name": "calf_r", + "parent": "thigh_r", + "pivot": [-3.25, 4, 5.5], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [-3.49, 1, 3.51], "size": [2, 3, 2], "uv": [41, 12]} + ] + }, + { + "name": "foot_r", + "parent": "calf_r", + "pivot": [-2.5, 2, 5.5], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-4, 0, 2.5], "size": [3, 2, 3], "uv": [36, 6]} + ] + }, + { + "name": "thigh_l", + "parent": "body", + "pivot": [2.5, 7, 4.5], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [1.5, 4, 2.51], "size": [2, 5, 3], "uv": [0, 0]} + ] + }, + { + "name": "calf_l", + "parent": "thigh_l", + "pivot": [1.75, 4, 5.5], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [1.49, 1, 3.51], "size": [2, 3, 2], "uv": [40, 30]} + ] + }, + { + "name": "foot_l", + "parent": "calf_l", + "pivot": [2.5, 2, 5.5], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [1, 0, 2.5], "size": [3, 2, 3], "uv": [13, 34]} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [0, 10, 6], + "cubes": [ + {"origin": [-0.5, 9, 6], "size": [1, 1, 4], "uv": [39, 0]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 10, 10], + "cubes": [ + {"origin": [-0.5, 9, 10], "size": [1, 1, 3], "uv": [45, 23]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 10, 13], + "cubes": [ + {"origin": [-0.5, 9, 13], "size": [1, 1, 3], "uv": [42, 44]} + ] + }, + { + "name": "tail_fluff", + "parent": "tail3", + "pivot": [0, 10, 16], + "cubes": [ + {"origin": [-1, 8.5, 16], "size": [2, 2, 2], "uv": [0, 45]} + ] + }, + { + "name": "tail_fluff_point", + "parent": "tail_fluff", + "pivot": [0, 8.5, 18], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [-0.5, 8.5, 18], "size": [1, 1, 1], "uv": [0, 20]}, + {"origin": [0, 8.5, 19], "size": [0, 1, 1], "pivot": [0, 8.5, 19], "rotation": [15, 0, 0], "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/lokix/lokix.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/lokix/lokix.geo.json new file mode 100644 index 0000000..c7370d6 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/lokix/lokix.geo.json @@ -0,0 +1,192 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.lokix", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "lokix", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "lokix", + "pivot": [0, 24.40742, -1.37476] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [4, 21.45753, -1.5], + "cubes": [ + {"origin": [3.5, 11, -2], "size": [1, 11, 1], "uv": [18, 66]} + ] + }, + { + "name": "leg_left2", + "parent": "leg_left", + "pivot": [4, 11, -2], + "cubes": [ + {"origin": [4, 0, -4], "size": [0, 2, 2], "uv": [31, 2]}, + {"origin": [3, 0, -2], "size": [2, 5, 3], "uv": [66, 54]}, + {"origin": [4, 4.34808, -0.43301], "size": [0, 1, 3], "pivot": [4, 4.84808, 1.06699], "rotation": [45, 0, 0], "uv": [0, 3]}, + {"origin": [4, 5.39711, -1.61603], "size": [0, 1, 3], "pivot": [4, 5.89711, -0.11603], "rotation": [45, 0, 0], "uv": [0, 2]}, + {"origin": [3, 5, -2], "size": [2, 6, 2], "uv": [68, 22]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-4, 21.45753, -1.5], + "cubes": [ + {"origin": [-4.5, 11, -2], "size": [1, 11, 1], "uv": [18, 66], "mirror": true} + ] + }, + { + "name": "leg_right2", + "parent": "leg_right", + "pivot": [-4, 11, -2], + "cubes": [ + {"origin": [-4, 0, -4], "size": [0, 2, 2], "uv": [31, 2], "mirror": true}, + {"origin": [-5, 0, -2], "size": [2, 5, 3], "uv": [66, 54], "mirror": true}, + {"origin": [-4, 4.34808, -0.43301], "size": [0, 1, 3], "pivot": [-4, 4.84808, 1.06699], "rotation": [45, 0, 0], "uv": [0, 3], "mirror": true}, + {"origin": [-4, 5.39711, -1.61603], "size": [0, 1, 3], "pivot": [-4, 5.89711, -0.11603], "rotation": [45, 0, 0], "uv": [0, 2], "mirror": true}, + {"origin": [-5, 5, -2], "size": [2, 6, 2], "uv": [68, 22], "mirror": true} + ] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 22, -1.5], + "cubes": [ + {"origin": [-5, 21.1, 2.5], "size": [2, 1, 1], "pivot": [-6, 24, 3], "rotation": [-10, 0, 0], "uv": [0, 0]}, + {"origin": [3, 21.1, 2.5], "size": [2, 1, 1], "pivot": [6, 24, 3], "rotation": [-10, 0, 0], "uv": [38, 16]}, + {"origin": [-3.5, 9, -2], "size": [7, 16, 7], "pivot": [0, 15.48712, -0.61183], "rotation": [12.5, 0, 0], "uv": [0, 0]}, + {"origin": [-3.5, 18.3027, -3.4597], "size": [7, 7, 7], "inflate": 0.2, "pivot": [0, 22.3027, 0.0403], "rotation": [10, 0, 0], "uv": [0, 40]}, + {"origin": [-1, 20.81214, -4.09287], "size": [2, 4, 0], "pivot": [0, 24.5, -3], "rotation": [7.10708, -7.05302, 44.56145], "uv": [39, 76]}, + {"origin": [-1, 20.81214, -4.1], "size": [2, 4, 0], "pivot": [0, 24.5, -3], "rotation": [7.10708, 7.05302, -44.56145], "uv": [39, 76], "mirror": true}, + {"origin": [-0.5, 19.81214, -4.1], "size": [1, 1, 0], "pivot": [0, 24.5, -3], "rotation": [7.10708, 7.05302, -44.56145], "uv": [39, 76], "mirror": true}, + {"origin": [-0.5, 19.81214, -4.1], "size": [1, 1, 0], "pivot": [0, 24.5, -3], "rotation": [7.10708, -7.05302, 44.56145], "uv": [39, 76]} + ] + }, + { + "name": "backleg_left", + "parent": "torso", + "pivot": [4.88, 22.05407, 3.17811], + "cubes": [ + {"origin": [4, 21, 0], "size": [3, 17, 6], "pivot": [6, 24, 3], "rotation": [-10, 0, 0], "uv": [40, 48]}, + {"origin": [4, 35.36195, 4.05305], "size": [3, 6, 6], "inflate": 0.01, "pivot": [5.5, 38.86195, 7.05305], "rotation": [-42.5, 0, 0], "uv": [58, 0]}, + {"origin": [7.02, 35.8, 4.5], "size": [0, 5, 5], "pivot": [5.5, 38.86195, 7.05305], "rotation": [-42.5, 0, 0], "uv": [21, 35]}, + {"origin": [7.03, 36.48348, 6.13429], "size": [0, 4, 1], "pivot": [7.03, 38.48348, 6.63429], "rotation": [-90, 0, 0], "uv": [55, 76]} + ] + }, + { + "name": "backleg_left2", + "parent": "backleg_left", + "pivot": [5.5, 37.1991, 8.1548], + "cubes": [ + {"origin": [4.5, 21.30541, 7.7], "size": [2, 17, 2], "pivot": [5.5, 37.19906, 8.15477], "rotation": [-10, 0, 0], "uv": [0, 66]}, + {"origin": [5.5, 21.30541, 3.7], "size": [0, 17, 10], "pivot": [5.5, 37.19906, 8.15477], "rotation": [-10, 0, 0], "uv": [20, 13]} + ] + }, + { + "name": "backleg_right", + "parent": "torso", + "pivot": [-4.88, 22.05407, 3.17811], + "cubes": [ + {"origin": [-7, 21, 0], "size": [3, 17, 6], "pivot": [-6, 24, 3], "rotation": [-10, 0, 0], "uv": [40, 48], "mirror": true}, + {"origin": [-7, 35.36195, 4.05305], "size": [3, 6, 6], "inflate": 0.01, "pivot": [-5.5, 38.86195, 7.05305], "rotation": [-42.5, 0, 0], "uv": [58, 0], "mirror": true}, + {"origin": [-7.02, 35.8, 4.5], "size": [0, 5, 5], "pivot": [-5.5, 38.86195, 7.05305], "rotation": [-42.5, 0, 0], "uv": [21, 35], "mirror": true}, + {"origin": [-7.03, 36.48348, 6.13429], "size": [0, 4, 1], "pivot": [-7.03, 38.48348, 6.63429], "rotation": [-90, 0, 0], "uv": [55, 76], "mirror": true} + ] + }, + { + "name": "backleg_right2", + "parent": "backleg_right", + "pivot": [-5.5, 37.1991, 8.1548], + "cubes": [ + {"origin": [-6.5, 21.30541, 7.7], "size": [2, 17, 2], "pivot": [-5.5, 37.19906, 8.15477], "rotation": [-10, 0, 0], "uv": [0, 66], "mirror": true}, + {"origin": [-5.5, 21.30541, 3.7], "size": [0, 17, 10], "pivot": [-5.5, 37.19906, 8.15477], "rotation": [-10, 0, 0], "uv": [20, 13], "mirror": true} + ] + }, + { + "name": "upper_body", + "parent": "torso", + "pivot": [0, 24, -1], + "cubes": [ + {"origin": [-4, 23.62337, -6.16301], "size": [8, 6, 5], "pivot": [4.01, 29.62337, -6.16301], "rotation": [20, 0, 0], "uv": [56, 43]}, + {"origin": [-0.7, 23.8, -4.4], "size": [2, 4, 0], "pivot": [0, 24.5, -5.17171], "rotation": [15.02126, -13.35981, 40.73074], "uv": [37, 78]}, + {"origin": [-0.2, 27.8, -4.4], "size": [1, 1, 0], "pivot": [0, 24.5, -5.17171], "rotation": [15.02126, -13.35981, 40.73074], "uv": [37, 78]}, + {"origin": [-0.8, 27.8, -4.4], "size": [1, 1, 0], "pivot": [0, 24.5, -5.17171], "rotation": [15.02126, 13.35981, -40.73074], "uv": [37, 78], "mirror": true}, + {"origin": [-1.3, 23.8, -4.39], "size": [2, 4, 0], "pivot": [0, 24.5, -5.17171], "rotation": [15.02126, 13.35981, -40.73074], "uv": [37, 78], "mirror": true}, + {"origin": [-4, 27.97367, -3.04799], "size": [8, 5, 4], "inflate": 0.01, "pivot": [0.5, 28.47367, -1.54799], "rotation": [57.5, 0, 0], "uv": [54, 30]}, + {"origin": [-4, 24, -4], "size": [8, 9, 7], "inflate": 0.02, "uv": [28, 0]} + ] + }, + { + "name": "arm_left", + "parent": "upper_body", + "pivot": [4, 31.5, -0.5], + "cubes": [ + {"origin": [4, 31, -1], "size": [7, 1, 1], "uv": [40, 30]} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [11, 31.5, -0.5], + "cubes": [ + {"origin": [11, 30.5, -2], "size": [7, 2, 3], "uv": [61, 17]}, + {"origin": [18, 30.5, -1], "size": [2, 2, 0], "uv": [0, 42]}, + {"origin": [18, 30.5, 0], "size": [2, 2, 0], "uv": [0, 40]}, + {"origin": [12.5, 32.5, -0.5], "size": [5, 3, 0], "uv": [21, 3]} + ] + }, + { + "name": "arm_right", + "parent": "upper_body", + "pivot": [-4, 31.5, -0.5], + "cubes": [ + {"origin": [-11, 31, -1], "size": [7, 1, 1], "uv": [40, 30], "mirror": true} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-11, 31.5, -0.5], + "cubes": [ + {"origin": [-18, 30.5, -2], "size": [7, 2, 3], "uv": [61, 17], "mirror": true}, + {"origin": [-20, 30.5, -1], "size": [2, 2, 0], "uv": [0, 42], "mirror": true}, + {"origin": [-20, 30.5, 0], "size": [2, 2, 0], "uv": [0, 40], "mirror": true}, + {"origin": [-17.5, 32.5, -0.5], "size": [5, 3, 0], "uv": [21, 3], "mirror": true} + ] + }, + { + "name": "head", + "parent": "upper_body", + "pivot": [0, 35, -1], + "cubes": [ + {"origin": [-3.5, 32.11483, -4.19584], "size": [7, 8, 7], "inflate": -0.1, "uv": [33, 33]} + ] + }, + { + "name": "head2", + "parent": "head", + "pivot": [0, 35, -1], + "cubes": [ + {"origin": [-1, 40, -7], "size": [0, 8, 2], "pivot": [-1, 40, -5], "rotation": [-15, 0, -17.5], "uv": [22, 69]}, + {"origin": [1, 40, -7], "size": [0, 8, 2], "pivot": [1, 40, -5], "rotation": [-20, 0, 17.5], "uv": [66, 68]}, + {"origin": [-3.5, 36, -5.03], "size": [7, 2, 0], "uv": [85, 20]}, + {"origin": [-3.5, 34, -5], "size": [7, 7, 7], "inflate": 0.02, "uv": [79, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/lurantis/lurantis2.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/lurantis/lurantis2.geo.json new file mode 100644 index 0000000..23258ac --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/lurantis/lurantis2.geo.json @@ -0,0 +1,633 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.lurantis", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 5, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "lurantis", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "lurantis", + "pivot": [0, 17.3, -1.5] + }, + { + "name": "neck", + "parent": "body", + "pivot": [0, 18.8, -0.25], + "cubes": [ + {"origin": [-0.5, 18.3, -0.75], "size": [1, 4, 1], "uv": [12, 48]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 21.8, -0.25], + "cubes": [ + {"origin": [-3, 20.3, -3.75], "size": [6, 5, 6], "uv": [0, 0]}, + {"origin": [-0.5, 24.55, -4], "size": [1, 1, 2], "uv": [45, 18]} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [0, 21.55, -2.5], + "cubes": [ + {"origin": [-1, 21.3, -2.75], "size": [2, 1, 1], "inflate": 0.01, "uv": [12, 56]} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [2.25, 22.3, -3], + "cubes": [ + {"origin": [1.25, 21.3, -4], "size": [2, 2, 2], "inflate": -2, "uv": [44, 37]} + ] + }, + { + "name": "pupil_left", + "parent": "eye_left", + "pivot": [2.25, 22.3, -3.325], + "cubes": [ + {"origin": [1.75, 21.3, -3.825], "size": [1, 2, 1], "uv": [48, 41]} + ] + }, + { + "name": "eye_shine_left", + "parent": "eye_left", + "pivot": [1.85, 22.7, -3.9], + "cubes": [ + {"origin": [1.35, 22.2, -3.9], "size": [1, 1, 0], "inflate": 0.001, "uv": [21, 4]} + ] + }, + { + "name": "eye_right", + "parent": "head", + "pivot": [-2.25, 22.3, -3], + "cubes": [ + {"origin": [-3.25, 21.3, -4], "size": [2, 2, 2], "inflate": -2, "uv": [8, 44]} + ] + }, + { + "name": "pupil_right", + "parent": "eye_right", + "pivot": [-2.25, 22.3, -3.325], + "cubes": [ + {"origin": [-2.75, 21.3, -3.825], "size": [1, 2, 1], "uv": [34, 48]} + ] + }, + { + "name": "eye_shine_right", + "parent": "eye_right", + "pivot": [-1.85, 22.7, -3.9], + "cubes": [ + {"origin": [-2.35, 22.2, -3.9], "size": [1, 1, 0], "inflate": 0.001, "uv": [18, 19]} + ] + }, + { + "name": "antenna_left", + "parent": "head", + "pivot": [1.5, 25.3, -2.75], + "cubes": [ + {"origin": [1, 25.3, -2.75], "size": [1, 1, 0], "uv": [6, 21]} + ] + }, + { + "name": "antenna_left2", + "parent": "antenna_left", + "pivot": [1.5, 26.3, -2.75], + "cubes": [ + {"origin": [0.5, 26.3, -2.75], "size": [2, 3, 0], "uv": [16, 50]} + ] + }, + { + "name": "antenna_left3", + "parent": "antenna_left2", + "pivot": [1.5, 29.3, -2.75], + "cubes": [ + {"origin": [1, 29.3, -2.75], "size": [1, 1, 0], "uv": [21, 13]} + ] + }, + { + "name": "antenna_right", + "parent": "head", + "pivot": [-1.5, 25.3, -2.75], + "cubes": [ + {"origin": [-2, 25.3, -2.75], "size": [1, 1, 0], "uv": [18, 17]} + ] + }, + { + "name": "antenna_right2", + "parent": "antenna_right", + "pivot": [-1.5, 26.3, -2.75], + "cubes": [ + {"origin": [-2.5, 26.3, -2.75], "size": [2, 3, 0], "uv": [19, 34]} + ] + }, + { + "name": "antenna_right3", + "parent": "antenna_right2", + "pivot": [-1.5, 29.3, -2.75], + "cubes": [ + {"origin": [-2, 29.3, -2.75], "size": [1, 1, 0], "uv": [0, 13]} + ] + }, + { + "name": "ear_left", + "parent": "head", + "pivot": [1.51935, 25.32342, -0.75], + "cubes": [ + {"origin": [0.5, 25.05, -0.75], "size": [2, 3, 0], "uv": [50, 14]}, + {"origin": [2.5, 26.05, -0.75], "size": [1, 3, 0], "pivot": [3, 28.55, -0.75], "rotation": [0, 0, 25], "uv": [0, 3]} + ] + }, + { + "name": "ear_left2", + "parent": "ear_left", + "pivot": [1.5, 28.05, -0.75], + "cubes": [ + {"origin": [0.5, 28.05, -0.75], "size": [2, 3, 0], "uv": [49, 31]} + ] + }, + { + "name": "ear_left3", + "parent": "ear_left2", + "pivot": [1.5, 31.05, -0.75], + "cubes": [ + {"origin": [1, 31.05, -0.75], "size": [1, 1, 0], "uv": [6, 20]} + ] + }, + { + "name": "ear_right", + "parent": "head", + "pivot": [-1.51935, 25.32342, -0.75], + "cubes": [ + {"origin": [-2.5, 25.05, -0.75], "size": [2, 3, 0], "uv": [30, 48]}, + {"origin": [-3.5, 26.05, -0.75], "size": [1, 3, 0], "pivot": [-3, 28.55, -0.75], "rotation": [0, 0, -25], "uv": [0, 0]} + ] + }, + { + "name": "ear_right2", + "parent": "ear_right", + "pivot": [-1.5, 28.05, -0.75], + "cubes": [ + {"origin": [-2.5, 28.05, -0.75], "size": [2, 3, 0], "uv": [48, 11]} + ] + }, + { + "name": "ear_right3", + "parent": "ear_right2", + "pivot": [-1.5, 31.05, -0.75], + "cubes": [ + {"origin": [-2, 31.05, -0.75], "size": [1, 1, 0], "uv": [18, 18]} + ] + }, + { + "name": "ear_left_bot", + "parent": "head", + "pivot": [3, 22.8, -1.25], + "cubes": [ + {"origin": [3, 20.3, -1.25], "size": [4, 4, 0], "uv": [16, 46]} + ] + }, + { + "name": "ear_left_bot2", + "parent": "ear_left_bot", + "pivot": [7, 22.8, -1.25], + "cubes": [ + {"origin": [7, 20.3, -1.25], "size": [5, 4, 0], "uv": [38, 42]} + ] + }, + { + "name": "ear_right_bot", + "parent": "head", + "pivot": [-3, 22.8, -1.25], + "cubes": [ + {"origin": [-7, 20.3, -1.25], "size": [4, 4, 0], "uv": [0, 44]} + ] + }, + { + "name": "ear_right_bot2", + "parent": "ear_right_bot", + "pivot": [-7, 22.8, -1.25], + "cubes": [ + {"origin": [-12, 20.3, -1.25], "size": [5, 4, 0], "uv": [20, 42]} + ] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 19.3, -0.5], + "cubes": [ + {"origin": [-1.5, 14.3, -1.5], "size": [3, 5, 2], "uv": [34, 35]} + ] + }, + { + "name": "arm_left", + "parent": "torso", + "pivot": [1.5, 18.55, -0.5], + "rotation": [0, 90, 0], + "cubes": [ + {"origin": [1.5, 18.05, -1], "size": [5, 1, 1], "inflate": 0.01, "uv": [42, 35]} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [6, 18.55, -0.5], + "cubes": [ + {"origin": [6, 18.05, -1], "size": [6, 1, 1], "uv": [36, 33]} + ] + }, + { + "name": "arm_left3", + "parent": "arm_left2", + "pivot": [12, 18.05, -0.5], + "cubes": [ + {"origin": [11, 14.05, -2], "size": [3, 5, 3], "uv": [24, 2]} + ] + }, + { + "name": "arm_left4", + "parent": "arm_left3", + "pivot": [13.3, 14.2, -0.5], + "cubes": [ + {"origin": [10.8, 9.05, -2], "size": [3, 5, 3], "inflate": 0.2, "uv": [0, 23]} + ] + }, + { + "name": "arm_left5", + "parent": "arm_left4", + "pivot": [13.5, 8.9, -0.5], + "cubes": [ + {"origin": [12, 5.05, -1.5], "size": [2, 4, 2], "uv": [30, 42]} + ] + }, + { + "name": "claw_left", + "parent": "arm_left5", + "pivot": [13.4, 5.05, -0.5], + "cubes": [ + {"origin": [12.9, 4.05, -1], "size": [1, 1, 1], "uv": [32, 0]}, + {"origin": [13.9, 3.05, -0.5], "size": [0, 1, 1], "pivot": [13.9, 3.55, -0.5], "rotation": [0, -90, 0], "uv": [0, 11]} + ] + }, + { + "name": "arm_right", + "parent": "torso", + "pivot": [-1.5, 18.55, -0.5], + "rotation": [0, -90, 0], + "cubes": [ + {"origin": [-6.5, 18.05, -1], "size": [5, 1, 1], "inflate": 0.01, "uv": [40, 21]} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-6, 18.55, -0.5], + "cubes": [ + {"origin": [-12, 18.05, -1], "size": [6, 1, 1], "uv": [36, 5]} + ] + }, + { + "name": "arm_right3", + "parent": "arm_right2", + "pivot": [-12, 18.05, -0.5], + "cubes": [ + {"origin": [-14, 14.05, -2], "size": [3, 5, 3], "uv": [21, 22]} + ] + }, + { + "name": "arm_right4", + "parent": "arm_right3", + "pivot": [-13.3, 14.2, -0.5], + "cubes": [ + {"origin": [-13.8, 9.05, -2], "size": [3, 5, 3], "inflate": 0.2, "uv": [21, 14]} + ] + }, + { + "name": "arm_right5", + "parent": "arm_right4", + "pivot": [-13.5, 8.9, -0.5], + "cubes": [ + {"origin": [-14, 5.05, -1.5], "size": [2, 4, 2], "uv": [42, 12]} + ] + }, + { + "name": "claw_right", + "parent": "arm_right5", + "pivot": [-13.4, 5.05, -0.5], + "cubes": [ + {"origin": [-13.9, 4.05, -1], "size": [1, 1, 1], "uv": [18, 4]}, + {"origin": [-13.9, 3.05, -0.5], "size": [0, 1, 1], "pivot": [-13.9, 3.55, -0.5], "rotation": [0, 90, 0], "uv": [0, 10]} + ] + }, + { + "name": "wing_left_top", + "parent": "torso", + "pivot": [0.25, 17.8, 0.5], + "rotation": [-27.5, 0, 57.5], + "cubes": [ + {"origin": [-1.25, 17.8, 0.5], "size": [3, 3, 0], "uv": [6, 49]} + ] + }, + { + "name": "wing_left_top2", + "parent": "wing_left_top", + "pivot": [0.25, 20.8, 0.5], + "cubes": [ + {"origin": [-2.25, 20.8, 0.5], "size": [5, 6, 0], "uv": [0, 52]} + ] + }, + { + "name": "wing_left_top3", + "parent": "wing_left_top2", + "pivot": [0.25, 26.8, 0.5], + "cubes": [ + {"origin": [-1.25, 26.8, 0.5], "size": [3, 3, 0], "uv": [45, 2]} + ] + }, + { + "name": "wing_right_top", + "parent": "torso", + "pivot": [-0.25, 17.8, 0.5], + "rotation": [-27.5, 0, -57.5], + "cubes": [ + {"origin": [-1.75, 17.8, 0.5], "size": [3, 3, 0], "uv": [24, 47]} + ] + }, + { + "name": "wing_right_top2", + "parent": "wing_right_top", + "pivot": [-0.25, 20.8, 0.5], + "cubes": [ + {"origin": [-2.75, 20.8, 0.5], "size": [5, 6, 0], "uv": [21, 52]} + ] + }, + { + "name": "wing_right_top3", + "parent": "wing_right_top2", + "pivot": [-0.25, 26.8, 0.5], + "cubes": [ + {"origin": [-1.75, 26.8, 0.5], "size": [3, 3, 0], "uv": [0, 20]} + ] + }, + { + "name": "wing_left_bottom", + "parent": "torso", + "pivot": [0.25, 17.3, 0.5], + "rotation": [27.5, 0, -57.5], + "cubes": [ + {"origin": [-1.25, 13.3, 0.5], "size": [3, 4, 0], "uv": [0, 48]} + ] + }, + { + "name": "wing_left_bottom2", + "parent": "wing_left_bottom", + "pivot": [0.25, 13.3, 0.5], + "cubes": [ + {"origin": [-2.25, 5.3, 0.5], "size": [5, 8, 0], "uv": [33, 25]} + ] + }, + { + "name": "wing_left_bottom3", + "parent": "wing_left_bottom2", + "pivot": [0.25, 5.3, 0.5], + "cubes": [ + {"origin": [-1.25, 1.3, 0.5], "size": [3, 4, 0], "uv": [47, 7]} + ] + }, + { + "name": "wing_right_bottom", + "parent": "torso", + "pivot": [-0.25, 17.3, 0.5], + "rotation": [27.5, 0, 57.5], + "cubes": [ + {"origin": [-1.75, 13.3, 0.5], "size": [3, 4, 0], "uv": [44, 46]} + ] + }, + { + "name": "wing_right_bottom2", + "parent": "wing_right_bottom", + "pivot": [-0.25, 13.3, 0.5], + "cubes": [ + {"origin": [-2.75, 5.3, 0.5], "size": [5, 8, 0], "uv": [0, 31]} + ] + }, + { + "name": "wing_right_bottom3", + "parent": "wing_right_bottom2", + "pivot": [-0.25, 5.3, 0.5], + "cubes": [ + {"origin": [-1.75, 1.3, 0.5], "size": [3, 4, 0], "uv": [38, 46]} + ] + }, + { + "name": "abdomen", + "parent": "torso", + "pivot": [0, 14.4, -0.5], + "cubes": [ + {"origin": [-1.5, 11.3, -1.25], "size": [3, 3, 2], "inflate": -0.1, "pivot": [0, 12.8, -0.5], "rotation": [27.5, 0, 0], "uv": [10, 39]} + ] + }, + { + "name": "skirt_right", + "parent": "abdomen", + "pivot": [0.5, 14.4, 0], + "cubes": [ + {"origin": [-3.5, 14.4, -1.53431], "size": [4, 0, 2], "uv": [40, 0]} + ] + }, + { + "name": "skirt_right_frill", + "parent": "skirt_right", + "pivot": [-1.5, 14.4, 0.46569], + "rotation": [-65, 0, 0], + "cubes": [ + {"origin": [-3.5, 14.4, 0.46569], "size": [4, 0, 2], "uv": [38, 23]} + ] + }, + { + "name": "skirt_right_frill2", + "parent": "skirt_right", + "pivot": [-1.5, 14.4, -1.53431], + "rotation": [65, 0, 0], + "cubes": [ + {"origin": [-3.5, 14.4, -3.53431], "size": [4, 0, 2], "uv": [16, 2]} + ] + }, + { + "name": "skirt_right2", + "parent": "skirt_right", + "pivot": [-3.5, 14.4, 0], + "rotation": [0, 0, -52.5], + "cubes": [ + {"origin": [-10.5, 14.4, -1.53431], "size": [7, 0, 2], "uv": [16, 0]} + ] + }, + { + "name": "skirt_right_frill3", + "parent": "skirt_right2", + "pivot": [-5.5, 14.4, 0.46569], + "rotation": [-65, 0, 0], + "cubes": [ + {"origin": [-9.5, 14.4, 0.46569], "size": [6, 0, 3], "uv": [27, 13]} + ] + }, + { + "name": "skirt_right_frill4", + "parent": "skirt_right2", + "pivot": [-5.5, 14.4, -1.53431], + "rotation": [75, 0, 0], + "cubes": [ + {"origin": [-9.5, 14.4, -4.53431], "size": [6, 0, 3], "uv": [6, 11]} + ] + }, + { + "name": "skirt_left", + "parent": "abdomen", + "pivot": [-0.5, 14.4, 0], + "cubes": [ + {"origin": [-0.5, 14.4, -1.53431], "size": [4, 0, 2], "uv": [41, 25]} + ] + }, + { + "name": "skirt_left_frill", + "parent": "skirt_left", + "pivot": [1.5, 14.4, 0.46569], + "rotation": [-65, 0, 0], + "cubes": [ + {"origin": [-0.5, 14.4, 0.46569], "size": [4, 0, 2], "uv": [41, 27]} + ] + }, + { + "name": "skirt_left_frill2", + "parent": "skirt_left", + "pivot": [1.5, 14.4, -1.53431], + "rotation": [65, 0, 0], + "cubes": [ + {"origin": [-0.5, 14.4, -3.53431], "size": [4, 0, 2], "uv": [41, 29]} + ] + }, + { + "name": "skirt_left2", + "parent": "skirt_left", + "pivot": [3.5, 14.4, 0], + "rotation": [0, 0, 52.5], + "cubes": [ + {"origin": [3.5, 14.4, -1.53431], "size": [7, 0, 2], "uv": [19, 11]} + ] + }, + { + "name": "skirt_left_frill3", + "parent": "skirt_left2", + "pivot": [5.5, 14.4, 0.46569], + "rotation": [-65, 0, 0], + "cubes": [ + {"origin": [3.5, 14.4, 0.46569], "size": [6, 0, 3], "uv": [49, 25]} + ] + }, + { + "name": "skirt_left_frill4", + "parent": "skirt_left2", + "pivot": [5.5, 14.4, -1.53431], + "rotation": [75, 0, 0], + "cubes": [ + {"origin": [3.5, 14.4, -4.53431], "size": [6, 0, 3], "uv": [9, 14]} + ] + }, + { + "name": "leg_left", + "parent": "abdomen", + "pivot": [0.4, 12.8, 0], + "cubes": [ + {"origin": [0.25, 11.8, -2.1], "size": [3, 2, 3], "inflate": -0.25, "pivot": [1.75, 12.8, -0.5], "rotation": [2.5, 0, 0], "uv": [33, 0]} + ] + }, + { + "name": "leg_left2", + "parent": "leg_left", + "pivot": [1.75, 12.15, -0.5], + "cubes": [ + {"origin": [0.25, 6.3, -2], "size": [3, 6, 3], "inflate": -0.15, "pivot": [1.75, 9.3, -0.5], "rotation": [2.5, 0, 0], "uv": [0, 11]} + ] + }, + { + "name": "leg_left3", + "parent": "leg_left2", + "pivot": [1.75, 6.8, -0.5], + "cubes": [ + {"origin": [0.25, 2.75, -2], "size": [3, 4, 3], "uv": [24, 30]} + ] + }, + { + "name": "foot_left", + "parent": "leg_left3", + "pivot": [1.75, 3.02, -1], + "cubes": [ + {"origin": [0.25, 0.85, -2.25], "size": [3, 2, 3], "inflate": 0.25, "pivot": [1.75, 1.85, -0.75], "rotation": [-12.5, 0, 0], "uv": [10, 34]} + ] + }, + { + "name": "foot_left2", + "parent": "foot_left", + "pivot": [1.75, 0.89, -1.65], + "cubes": [ + {"origin": [1.25, -0.01, -3.1], "size": [1, 1, 2], "uv": [6, 61]}, + {"origin": [1.75, -0.01, -4.1], "size": [0, 1, 1], "uv": [6, 61], "mirror": true} + ] + }, + { + "name": "leg_right", + "parent": "abdomen", + "pivot": [-0.4, 12.8, 0], + "cubes": [ + {"origin": [-3.25, 11.8, -2.1], "size": [3, 2, 3], "inflate": -0.25, "pivot": [-1.75, 12.8, -0.5], "rotation": [2.5, 0, 0], "uv": [35, 7], "mirror": true} + ] + }, + { + "name": "leg_right2", + "parent": "leg_right", + "pivot": [-1.75, 12.15, -0.5], + "cubes": [ + {"origin": [-3.25, 6.3, -2], "size": [3, 6, 3], "inflate": -0.15, "pivot": [-1.75, 9.3, -0.5], "rotation": [2.5, 0, 0], "uv": [9, 17], "mirror": true} + ] + }, + { + "name": "leg_right3", + "parent": "leg_right2", + "pivot": [-1.75, 6.8, -0.5], + "cubes": [ + {"origin": [-3.25, 2.75, -2], "size": [3, 4, 3], "uv": [24, 30], "mirror": true} + ] + }, + { + "name": "foot_right", + "parent": "leg_right3", + "pivot": [-1.75, 3.02, -1], + "cubes": [ + {"origin": [-3.25, 0.85, -2.25], "size": [3, 2, 3], "inflate": 0.25, "pivot": [-1.75, 1.85, -0.75], "rotation": [-12.5, 0, 0], "uv": [10, 34], "mirror": true} + ] + }, + { + "name": "foot_right2", + "parent": "foot_right", + "pivot": [-1.75, 0.89, -1.65], + "cubes": [ + {"origin": [-2.25, -0.01, -3.1], "size": [1, 1, 2], "uv": [6, 61], "mirror": true}, + {"origin": [-1.75, -0.01, -4.1], "size": [0, 1, 1], "uv": [4, 61]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/lycanroc/lycanroc.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/lycanroc/lycanroc.geo.json new file mode 100644 index 0000000..24805ec --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/lycanroc/lycanroc.geo.json @@ -0,0 +1,461 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 6, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "lycanroc", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "lycanroc", + "pivot": [0.5, 0, 1.66752] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 11.025, -1.25748], + "cubes": [ + {"origin": [-4, 9.175, 0.74252], "size": [8, 7, 10], "uv": [34, 10]}, + {"origin": [-4.5, 8.2, -9.25748], "size": [9, 9, 11], "uv": [0, 20]}, + {"origin": [0, 5.2, -11.25748], "size": [0, 5, 11], "uv": [0, 50]} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 16.625, -12.825], + "cubes": [ + {"origin": [-4, 15.025, -19.075], "size": [8, 7, 8], "uv": [34, 48]}, + {"origin": [-0.5, 16.225, -23.075], "size": [1, 1, 1], "inflate": 0.01, "uv": [6, 0]} + ] + }, + { + "name": "eye_left2", + "parent": "head", + "pivot": [0, 4.025, -10.075], + "cubes": [ + {"origin": [-3, 18.15, -19.4], "size": [1, 2, 1], "inflate": -0.3, "uv": [0, 95], "mirror": true} + ] + }, + { + "name": "eye_right2", + "parent": "head", + "pivot": [0, 4.025, -10.075], + "cubes": [ + {"origin": [0.975, 19.475, -19.125], "size": [3, 1, 0], "pivot": [3, 20.05, -19.075], "rotation": [0, 0, -25], "uv": [0, 94]}, + {"origin": [-3.975, 19.475, -19.125], "size": [3, 1, 0], "pivot": [-3, 20.05, -19.075], "rotation": [0, 0, 25], "uv": [0, 94], "mirror": true}, + {"origin": [2, 18.15, -19.4], "size": [1, 2, 1], "inflate": -0.3, "uv": [0, 95]} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [-2, 15.325, -19.675] + }, + { + "name": "mouth_top", + "parent": "mouth", + "pivot": [-2, 15.325, -19.675], + "cubes": [ + {"origin": [-2, 15.225, -23.075], "size": [4, 3, 5], "uv": [70, 13]}, + {"origin": [1.4, 14.175, -20.675], "size": [0, 1, 1], "pivot": [2, 15.325, -19.675], "rotation": [-45, 0, 0], "uv": [8, 1]}, + {"origin": [-1.4, 14.175, -20.675], "size": [0, 1, 1], "pivot": [-2, 15.325, -19.675], "rotation": [-45, 0, 0], "uv": [8, 1], "mirror": true} + ] + }, + { + "name": "jaw", + "parent": "mouth", + "pivot": [0, 14.725, -16.075], + "cubes": [ + {"origin": [-1.5, 14.225, -22.375], "size": [3, 1, 7], "uv": [33, 0]} + ] + }, + { + "name": "mask_left2", + "parent": "head", + "pivot": [-2, 16.025, -17.075], + "rotation": [-11.18109, 28.03749, -28.07796], + "cubes": [ + {"origin": [-7.81281, 14.6322, -16.83698], "size": [7, 3, 0], "pivot": [-4.58781, 16.0572, -16.83698], "rotation": [7.36822, -19.18167, -12.16617], "uv": [43, 27]}, + {"origin": [-7.81457, 17.49113, -16.03832], "size": [7, 5, 0], "pivot": [-1.5, 20.525, -17.075], "rotation": [-0.09853, -20.4981, 9.59834], "uv": [57, 80]} + ] + }, + { + "name": "mask_right2", + "parent": "head", + "pivot": [2, 16.025, -17.075], + "rotation": [-11.18109, -28.03749, 28.07796], + "cubes": [ + {"origin": [0.81281, 14.6322, -16.83698], "size": [7, 3, 0], "pivot": [4.58781, 16.0572, -16.83698], "rotation": [7.36822, 19.18167, 12.16617], "uv": [23, 48]}, + {"origin": [0.81457, 17.49113, -16.03832], "size": [7, 5, 0], "pivot": [1.5, 20.525, -17.075], "rotation": [-0.09853, 20.4981, -9.59834], "uv": [71, 80]} + ] + }, + { + "name": "mask_right", + "parent": "head", + "pivot": [-2, 16.025, -17.075], + "rotation": [-11.18109, 28.03749, -28.07796] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [-1.5, 17.025, -16.325] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [2.5, 18.425, -19.085] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-2.5, 18.025, -18.575] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [-2.5, 18.425, -19.085] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [2.4, 18.025, -18.475] + }, + { + "name": "ear_left", + "parent": "head", + "pivot": [2.1052, 21.03831, -15.325], + "rotation": [0, 0, 9], + "cubes": [ + {"origin": [0.92965, 21.3955, -16.575], "size": [3, 4, 2], "uv": [24, 57]}, + {"origin": [1.50465, 25.3955, -15.575], "size": [2, 3, 1], "uv": [33, 0]} + ] + }, + { + "name": "ear_right", + "parent": "head", + "pivot": [-2.8302, 21.03831, -15.325], + "rotation": [0, 0, -9], + "cubes": [ + {"origin": [-3.93858, 21.28209, -16.575], "size": [3, 4, 2], "uv": [36, 84]}, + {"origin": [-3.51358, 25.28209, -15.575], "size": [2, 3, 1], "uv": [23, 40]} + ] + }, + { + "name": "tail_base", + "parent": "torso", + "pivot": [0, 15.025, 10.34252], + "rotation": [30, 0, 0], + "cubes": [ + {"origin": [-1, 14.025, 9.84252], "size": [2, 2, 3], "uv": [10, 87]} + ] + }, + { + "name": "tail_2", + "parent": "tail_base", + "pivot": [0, 15, 13.16752], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-2, 13, 12.66752], "size": [4, 4, 5], "uv": [16, 68]} + ] + }, + { + "name": "tail3", + "parent": "tail_2", + "pivot": [0, 15.25, 17], + "rotation": [-12.5, 0, 0], + "cubes": [ + {"origin": [-3, 12, 16.5], "size": [6, 6, 7], "uv": [59, 41]}, + {"origin": [0, 18, 16.5], "size": [0, 3, 7], "uv": [29, 20]} + ] + }, + { + "name": "tail4", + "parent": "tail3", + "pivot": [0, 15, 21.5], + "rotation": [-35, 0, 0], + "cubes": [ + {"origin": [-4, 11, 21], "size": [8, 8, 10], "uv": [30, 30]}, + {"origin": [0, 19, 21], "size": [0, 4, 12], "uv": [0, 45]} + ] + }, + { + "name": "tail5", + "parent": "tail4", + "pivot": [0, 15, 30.5], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-3, 12, 26.5], "size": [6, 6, 7], "uv": [56, 27]} + ] + }, + { + "name": "bone3", + "parent": "tail5", + "pivot": [0, 15, 33], + "rotation": [32.5, 0, 0], + "cubes": [ + {"origin": [0, 12.375, 31.5], "size": [0, 6, 7], "uv": [60, 5]} + ] + }, + { + "name": "neck_ruff_big", + "parent": "torso", + "pivot": [0, 15.66541, -8.34577], + "cubes": [ + {"origin": [-5.5, 12.19041, -13.84577], "size": [11, 9, 11], "pivot": [0, 15.66541, -8.34577], "rotation": [-20, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "spike7", + "parent": "neck_ruff_big", + "pivot": [2.35869, 18.53295, -7.789], + "rotation": [-52.25639, 16.27682, 33.40144], + "cubes": [ + {"origin": [0.39619, 17.28295, -9.314], "size": [4, 7, 3], "uv": [54, 70]}, + {"origin": [0.82119, 24.28295, -8.764], "size": [3, 3, 2], "uv": [56, 85]} + ] + }, + { + "name": "spike8", + "parent": "neck_ruff_big", + "pivot": [-2.35869, 18.53295, -7.789], + "rotation": [-52.25639, -16.27682, -33.40144], + "cubes": [ + {"origin": [-4.39619, 17.28295, -9.314], "size": [4, 7, 3], "uv": [54, 70], "mirror": true}, + {"origin": [-3.82119, 24.28295, -8.764], "size": [3, 3, 2], "uv": [56, 85], "mirror": true} + ] + }, + { + "name": "spike11", + "parent": "neck_ruff_big", + "pivot": [-3.20869, 17.95795, -12.264], + "rotation": [-52.66506, -20.66348, -89.59331], + "cubes": [ + {"origin": [-5.24619, 18.70795, -13.789], "size": [4, 4, 3], "uv": [79, 64], "mirror": true}, + {"origin": [-4.67119, 22.70795, -13.239], "size": [3, 3, 2], "uv": [85, 46], "mirror": true} + ] + }, + { + "name": "spike10", + "parent": "neck_ruff_big", + "pivot": [3.20869, 17.95795, -12.264], + "rotation": [-52.66506, 20.66348, 89.59331], + "cubes": [ + {"origin": [1.24619, 18.70795, -13.789], "size": [4, 4, 3], "uv": [79, 64]}, + {"origin": [1.67119, 22.70795, -13.239], "size": [3, 3, 2], "uv": [85, 46]} + ] + }, + { + "name": "spike6", + "parent": "neck_ruff_big", + "pivot": [1.95869, 19.35795, -9.964], + "rotation": [-19.97858, 15.71923, 53.61751], + "cubes": [ + {"origin": [-0.00381, 18.10795, -11.489], "size": [4, 7, 3], "uv": [76, 0]}, + {"origin": [0.42119, 25.10795, -10.939], "size": [3, 3, 2], "uv": [86, 86]}, + {"origin": [0.42119, 28.10795, -9.939], "size": [3, 3, 0], "uv": [0, 99]} + ] + }, + { + "name": "spike4", + "parent": "neck_ruff_big", + "pivot": [1.35869, 15.69205, -11.689], + "rotation": [7.87151, -6.37409, -57.91764], + "cubes": [ + {"origin": [-0.60381, 9.94205, -13.214], "size": [4, 7, 3], "uv": [31, 74]}, + {"origin": [-0.17881, 6.94205, -12.664], "size": [3, 3, 2], "uv": [86, 19]}, + {"origin": [-0.17881, 3.94205, -11.664], "size": [3, 3, 0], "uv": [0, 102]} + ] + }, + { + "name": "spike3", + "parent": "neck_ruff_big", + "pivot": [-1.35869, 15.69205, -11.689], + "rotation": [7.87151, 6.37409, 57.91764], + "cubes": [ + {"origin": [-3.39619, 9.94205, -13.214], "size": [4, 7, 3], "uv": [75, 21]}, + {"origin": [-2.82119, 6.94205, -12.664], "size": [3, 3, 2], "uv": [76, 86]}, + {"origin": [-2.82119, 3.94205, -11.664], "size": [3, 3, 0], "uv": [0, 102], "mirror": true} + ] + }, + { + "name": "spike2", + "parent": "neck_ruff_big", + "pivot": [-1.95869, 19.35795, -9.964], + "rotation": [-19.97858, -15.71923, -53.61751], + "cubes": [ + {"origin": [-3.99619, 18.10795, -11.489], "size": [4, 7, 3], "uv": [76, 0], "mirror": true}, + {"origin": [-3.42119, 25.10795, -10.939], "size": [3, 3, 2], "uv": [86, 86], "mirror": true}, + {"origin": [-3.42881, 28.10795, -9.939], "size": [3, 3, 0], "uv": [0, 99], "mirror": true} + ] + }, + { + "name": "spike9", + "parent": "neck_ruff_big", + "pivot": [0, 18.0404, -6.21827], + "rotation": [-64, 0, 0], + "cubes": [ + {"origin": [-1.9625, 16.78774, -8.08012], "size": [4, 7, 4], "uv": [38, 63]}, + {"origin": [-1.5375, 23.78774, -7.53012], "size": [3, 4, 3], "uv": [46, 0]}, + {"origin": [0, 27.78774, -8.03012], "size": [0, 3, 3], "uv": [0, 102]} + ] + }, + { + "name": "spike5", + "parent": "neck_ruff_big", + "pivot": [0, 20.2904, -10.46827], + "rotation": [-50, 0, 0], + "cubes": [ + {"origin": [-1.9625, 20.03774, -12.33012], "size": [4, 6, 4], "uv": [0, 66]}, + {"origin": [-1.5375, 26.03774, -11.78012], "size": [3, 4, 3], "uv": [45, 77]} + ] + }, + { + "name": "neck", + "parent": "torso", + "pivot": [0, 12.22749, -12.11432], + "rotation": [-8.5, 0, 0], + "cubes": [ + {"origin": [-3, 12.33405, -16.92946], "size": [6, 6, 11], "pivot": [0, 14.25945, -13.11624], "rotation": [-32.5, 0, 0], "uv": [0, 40]}, + {"origin": [0, 7.79675, -14.45963], "size": [0, 5, 8], "pivot": [0, 14.79675, -11.95963], "rotation": [-32.5, 0, 0], "uv": [22, 55]} + ] + }, + { + "name": "leg", + "parent": "body", + "pivot": [2.5, 3.3, -3.05] + }, + { + "name": "leg_front_right4", + "parent": "leg", + "pivot": [-5, 15.27324, -5.45835], + "rotation": [7.5, 0, 0], + "cubes": [ + {"origin": [-6.5, 9.42943, -8.84138], "size": [3, 6, 4], "inflate": 0.01, "uv": [77, 54]} + ] + }, + { + "name": "leg_front_right5", + "parent": "leg_front_right4", + "pivot": [-4.5, 9.55995, -5.83282], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-5.5, 0.69048, -6.84138], "size": [2, 9, 2], "uv": [0, 20]} + ] + }, + { + "name": "leg_front_right6", + "parent": "leg_front_right5", + "pivot": [-4.5, 0.55995, -5.83282], + "rotation": [7.4, 0, 0], + "cubes": [ + {"origin": [-6.1, -0.07951, -8.8745], "size": [3, 1, 4], "inflate": 0.01, "uv": [83, 10]}, + {"origin": [-3.3, -0.07951, -9.8745], "size": [0, 1, 1], "uv": [0, 20]}, + {"origin": [-4.5, -0.07951, -9.8745], "size": [0, 1, 1], "uv": [8, 19]}, + {"origin": [-5.9, -0.07951, -9.8745], "size": [0, 1, 1], "uv": [6, 19]} + ] + }, + { + "name": "leg_front_left4", + "parent": "leg", + "pivot": [5, 15.27324, -5.45835], + "rotation": [7.5, 0, 0], + "cubes": [ + {"origin": [3.5, 9.63733, -8.97383], "size": [3, 6, 4], "inflate": 0.01, "uv": [14, 77]} + ] + }, + { + "name": "leg_front_left5", + "parent": "leg_front_left4", + "pivot": [4.5, 9.76786, -5.96527], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [3.5, 0.89839, -6.97383], "size": [2, 9, 2], "uv": [0, 0]} + ] + }, + { + "name": "leg_front_left6", + "parent": "leg_front_left5", + "pivot": [4.5, 0.76786, -5.96527], + "rotation": [7.4, 0, 0], + "cubes": [ + {"origin": [3.1, 0.00924, -9.01523], "size": [3, 1, 4], "inflate": 0.01, "uv": [82, 73]}, + {"origin": [3.3, 0.00924, -10.01523], "size": [0, 1, 1], "uv": [0, 19]}, + {"origin": [4.5, 0.00924, -10.01523], "size": [0, 1, 1], "uv": [8, 9]}, + {"origin": [5.9, 0.00924, -10.01523], "size": [0, 1, 1], "uv": [8, 8]} + ] + }, + { + "name": "leg_back_right4", + "parent": "leg", + "pivot": [-3.55, 13.96641, 7.52103], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-5.05, 7.47783, 4.75956], "size": [3, 7, 5], "inflate": 0.01, "uv": [60, 0]} + ] + }, + { + "name": "leg_back_right5", + "parent": "leg_back_right4", + "pivot": [-4.05, 7.78146, 7.98943], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [-5.05, 0.82704, 7.51037], "size": [2, 8, 2], "uv": [0, 40]} + ] + }, + { + "name": "leg_back_right6", + "parent": "leg_back_right5", + "pivot": [-3.55, 0.76419, 9.50657], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-5.45, 0.00176, 5.47632], "size": [3, 1, 4], "inflate": 0.01, "uv": [81, 81]}, + {"origin": [-5.25, -0.00093, 4.61402], "size": [0, 1, 1], "uv": [8, 4]}, + {"origin": [-3.85, -0.00093, 4.61402], "size": [0, 1, 1], "uv": [8, 3]}, + {"origin": [-2.65, -0.00093, 4.61402], "size": [0, 1, 1], "uv": [8, 2]} + ] + }, + { + "name": "leg_back_left4", + "parent": "leg", + "pivot": [3.55, 13.96641, 7.52103], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [2.05, 7.47783, 4.75956], "size": [3, 7, 5], "inflate": 0.01, "uv": [61, 58]} + ] + }, + { + "name": "leg_back_left5", + "parent": "leg_back_left4", + "pivot": [4.05, 7.78146, 7.98943], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [3.05, 0.82704, 7.51037], "size": [2, 8, 2], "uv": [28, 84]} + ] + }, + { + "name": "leg_back_left6", + "parent": "leg_back_left5", + "pivot": [3.55, 0.76419, 8.50657], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [2.45, -0.0854, 5.47252], "size": [3, 1, 4], "inflate": 0.01, "uv": [82, 31]}, + {"origin": [5.25, -0.08809, 4.61021], "size": [0, 1, 1], "uv": [8, 5]}, + {"origin": [3.85, -0.08809, 4.61021], "size": [0, 1, 1], "uv": [8, 6]}, + {"origin": [2.65, -0.08809, 4.61021], "size": [0, 1, 1], "uv": [8, 7]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/lycanroc_dusk/lycanroc_dusk.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/lycanroc_dusk/lycanroc_dusk.geo.json new file mode 100644 index 0000000..07d1073 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/lycanroc_dusk/lycanroc_dusk.geo.json @@ -0,0 +1,492 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 6, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "lycanroc", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "lycanroc", + "pivot": [0.5, 0, 1.66752] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0.5, 0, 1.66752], + "cubes": [ + {"origin": [-4, 9.175, 0.74252], "size": [8, 7, 10], "uv": [34, 10]}, + {"origin": [-4.5, 8.2, -9.25748], "size": [9, 9, 11], "uv": [0, 20]}, + {"origin": [0, 5.2, -11.25748], "size": [0, 5, 11], "uv": [0, 50]} + ] + }, + { + "name": "neck", + "parent": "torso", + "pivot": [0, 12.22749, -12.11432], + "rotation": [-8.5, 0, 0], + "cubes": [ + {"origin": [-3, 11.79675, -16.45963], "size": [6, 6, 11], "pivot": [0, 14.79675, -11.95963], "rotation": [-32.5, 0, 0], "uv": [0, 40]}, + {"origin": [0, 7.79675, -14.45963], "size": [0, 5, 8], "pivot": [0, 14.79675, -11.95963], "rotation": [-32.5, 0, 0], "uv": [22, 55]} + ] + }, + { + "name": "neck_ruff_big", + "parent": "torso", + "pivot": [0, 15.66541, -8.34577], + "cubes": [ + {"origin": [-5.5, 12.19041, -13.84577], "size": [11, 9, 11], "pivot": [0, 15.66541, -8.34577], "rotation": [-20, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "spike7", + "parent": "neck_ruff_big", + "pivot": [2.35869, 18.53295, -7.789], + "rotation": [-52.25639, 16.27682, 33.40144], + "cubes": [ + {"origin": [0.39619, 17.28295, -9.314], "size": [4, 7, 3], "uv": [54, 70]}, + {"origin": [0.82119, 24.28295, -8.764], "size": [3, 3, 2], "uv": [56, 85]} + ] + }, + { + "name": "spike8", + "parent": "neck_ruff_big", + "pivot": [-2.35869, 18.53295, -7.789], + "rotation": [-52.25639, -16.27682, -33.40144], + "cubes": [ + {"origin": [-4.39619, 17.28295, -9.314], "size": [4, 7, 3], "uv": [54, 70], "mirror": true}, + {"origin": [-3.82119, 24.28295, -8.764], "size": [3, 3, 2], "uv": [56, 85], "mirror": true} + ] + }, + { + "name": "spike11", + "parent": "neck_ruff_big", + "pivot": [-3.20869, 17.95795, -12.264], + "rotation": [-52.66506, -20.66348, -89.59331], + "cubes": [ + {"origin": [-5.24619, 18.70795, -13.789], "size": [4, 4, 3], "uv": [79, 64], "mirror": true}, + {"origin": [-4.67119, 22.70795, -13.239], "size": [3, 3, 2], "uv": [85, 46], "mirror": true} + ] + }, + { + "name": "spike10", + "parent": "neck_ruff_big", + "pivot": [3.20869, 17.95795, -12.264], + "rotation": [-52.66506, 20.66348, 89.59331], + "cubes": [ + {"origin": [1.24619, 18.70795, -13.789], "size": [4, 4, 3], "uv": [79, 64]}, + {"origin": [1.67119, 22.70795, -13.239], "size": [3, 3, 2], "uv": [85, 46]} + ] + }, + { + "name": "spike6", + "parent": "neck_ruff_big", + "pivot": [1.95869, 19.35795, -9.964], + "rotation": [-19.97858, 15.71923, 53.61751], + "cubes": [ + {"origin": [-0.00381, 18.10795, -11.489], "size": [4, 7, 3], "uv": [76, 0]}, + {"origin": [0.42119, 25.10795, -10.939], "size": [3, 3, 2], "uv": [86, 86]}, + {"origin": [0.42119, 28.10795, -9.939], "size": [3, 3, 0], "uv": [0, 99]} + ] + }, + { + "name": "spike5", + "parent": "neck_ruff_big", + "pivot": [0, 20.2904, -9.09327], + "rotation": [-50, 0, 0], + "cubes": [ + {"origin": [-1.9625, 20.03774, -10.95512], "size": [4, 6, 4], "uv": [0, 66]}, + {"origin": [-1.5375, 25.03774, -10.40512], "size": [3, 4, 3], "uv": [45, 77]}, + {"origin": [0, 25.03774, -16.40512], "size": [0, 4, 6], "uv": [97, 114]} + ] + }, + { + "name": "spike4", + "parent": "neck_ruff_big", + "pivot": [1.35869, 15.69205, -11.689], + "rotation": [7.87151, -6.37409, -57.91764], + "cubes": [ + {"origin": [-0.60381, 9.94205, -13.214], "size": [4, 7, 3], "uv": [31, 74]}, + {"origin": [-0.17881, 6.94205, -12.664], "size": [3, 3, 2], "uv": [86, 19]}, + {"origin": [-0.17881, 3.94205, -11.664], "size": [3, 3, 0], "uv": [0, 102]} + ] + }, + { + "name": "spike3", + "parent": "neck_ruff_big", + "pivot": [-1.35869, 15.69205, -11.689], + "rotation": [7.87151, 6.37409, 57.91764], + "cubes": [ + {"origin": [-3.39619, 9.94205, -13.214], "size": [4, 7, 3], "uv": [75, 21]}, + {"origin": [-2.82119, 6.94205, -12.664], "size": [3, 3, 2], "uv": [76, 86]}, + {"origin": [-2.82119, 3.94205, -11.664], "size": [3, 3, 0], "uv": [0, 102], "mirror": true} + ] + }, + { + "name": "spike2", + "parent": "neck_ruff_big", + "pivot": [-1.95869, 19.35795, -9.964], + "rotation": [-19.97858, -15.71923, -53.61751], + "cubes": [ + {"origin": [-3.99619, 18.10795, -11.489], "size": [4, 7, 3], "uv": [76, 0], "mirror": true}, + {"origin": [-3.42119, 25.10795, -10.939], "size": [3, 3, 2], "uv": [86, 86], "mirror": true}, + {"origin": [-3.42881, 28.10795, -9.939], "size": [3, 3, 0], "uv": [0, 99], "mirror": true} + ] + }, + { + "name": "spike9", + "parent": "neck_ruff_big", + "pivot": [0, 18.0404, -6.21827], + "rotation": [-64, 0, 0], + "cubes": [ + {"origin": [-1.9625, 16.78774, -8.08012], "size": [4, 7, 4], "uv": [38, 63]}, + {"origin": [-1.5375, 23.78774, -7.53012], "size": [3, 4, 3], "uv": [46, 0]}, + {"origin": [0, 27.78774, -8.03012], "size": [0, 3, 3], "uv": [0, 102]} + ] + }, + { + "name": "tail_base", + "parent": "torso", + "pivot": [0, 15.025, 10.34252], + "rotation": [30, 0, 0], + "cubes": [ + {"origin": [-1, 14.025, 9.84252], "size": [2, 2, 3], "uv": [10, 87]} + ] + }, + { + "name": "tail_2", + "parent": "tail_base", + "pivot": [0, 15, 13.16752], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-2, 13, 12.66752], "size": [4, 4, 5], "uv": [16, 68]} + ] + }, + { + "name": "tail3", + "parent": "tail_2", + "pivot": [0, 15.25, 17], + "rotation": [-12.5, 0, 0], + "cubes": [ + {"origin": [-3, 12, 16.5], "size": [6, 6, 7], "uv": [59, 41]}, + {"origin": [0, 18, 16.5], "size": [0, 3, 7], "uv": [29, 20]} + ] + }, + { + "name": "tail4", + "parent": "tail3", + "pivot": [0, 15, 21.5], + "rotation": [-35, 0, 0], + "cubes": [ + {"origin": [-4, 11, 21], "size": [8, 8, 10], "uv": [30, 30]}, + {"origin": [0, 19, 21], "size": [0, 4, 12], "uv": [0, 45]} + ] + }, + { + "name": "tail5", + "parent": "tail4", + "pivot": [0, 15, 30.5], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-3, 12, 26.5], "size": [6, 6, 7], "uv": [56, 27]} + ] + }, + { + "name": "bone3", + "parent": "tail5", + "pivot": [0, 15, 33], + "rotation": [32.5, 0, 0], + "cubes": [ + {"origin": [0, 12.375, 31.5], "size": [0, 6, 7], "uv": [60, 5]} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 16.025, -12.075], + "cubes": [ + {"origin": [-4, 15.025, -19.075], "size": [8, 7, 8], "uv": [34, 48]}, + {"origin": [-0.5, 16.225, -23.075], "size": [1, 1, 1], "inflate": 0.01, "uv": [6, 0]} + ] + }, + { + "name": "eye_left2", + "parent": "head", + "pivot": [0, 4.025, -10.075], + "cubes": [ + {"origin": [-3, 18.15, -19.4], "size": [1, 2, 1], "inflate": -0.3, "uv": [0, 95], "mirror": true} + ] + }, + { + "name": "eye_right2", + "parent": "head", + "pivot": [0, 4.025, -10.075], + "cubes": [ + {"origin": [0.975, 19.475, -19.125], "size": [3, 1, 0], "pivot": [3, 20.05, -19.075], "rotation": [0, 0, -25], "uv": [0, 94]}, + {"origin": [-3.975, 19.475, -19.125], "size": [3, 1, 0], "pivot": [-3, 20.05, -19.075], "rotation": [0, 0, 25], "uv": [0, 94], "mirror": true}, + {"origin": [2, 18.15, -19.4], "size": [1, 2, 1], "inflate": -0.3, "uv": [0, 95]} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [-2, 15.325, -19.675] + }, + { + "name": "mouth_top", + "parent": "mouth", + "pivot": [-2, 15.325, -19.675], + "cubes": [ + {"origin": [-2, 15.225, -23.075], "size": [4, 3, 5], "uv": [70, 13]}, + {"origin": [1.4, 14.175, -20.675], "size": [0, 1, 1], "pivot": [2, 15.325, -19.675], "rotation": [-45, 0, 0], "uv": [8, 1]}, + {"origin": [-1.4, 14.175, -20.675], "size": [0, 1, 1], "pivot": [-2, 15.325, -19.675], "rotation": [-45, 0, 0], "uv": [8, 1], "mirror": true} + ] + }, + { + "name": "jaw", + "parent": "mouth", + "pivot": [0, 14.725, -16.075], + "cubes": [ + {"origin": [-1.5, 14.225, -22.375], "size": [3, 1, 7], "uv": [33, 0]} + ] + }, + { + "name": "mask_left2", + "parent": "head", + "pivot": [-2, 16.025, -17.075], + "rotation": [-11.18109, 28.03749, -28.07796], + "cubes": [ + {"origin": [-7.81281, 14.6322, -16.83698], "size": [7, 3, 0], "pivot": [-4.58781, 16.0572, -16.83698], "rotation": [7.36822, -19.18167, -12.16617], "uv": [43, 27]}, + {"origin": [-7.81457, 17.49113, -16.03832], "size": [7, 5, 0], "pivot": [-1.5, 20.525, -17.075], "rotation": [-0.09853, -20.4981, 9.59834], "uv": [57, 80]} + ] + }, + { + "name": "mask_right2", + "parent": "head", + "pivot": [2, 16.025, -17.075], + "rotation": [-11.18109, -28.03749, 28.07796], + "cubes": [ + {"origin": [0.81281, 14.6322, -16.83698], "size": [7, 3, 0], "pivot": [4.58781, 16.0572, -16.83698], "rotation": [7.36822, 19.18167, 12.16617], "uv": [23, 48]}, + {"origin": [0.81457, 17.49113, -16.03832], "size": [7, 5, 0], "pivot": [1.5, 20.525, -17.075], "rotation": [-0.09853, 20.4981, -9.59834], "uv": [71, 80]} + ] + }, + { + "name": "mask_right", + "parent": "head", + "pivot": [-2, 16.025, -17.075], + "rotation": [-11.18109, 28.03749, -28.07796] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [-1.5, 17.025, -16.325] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [2.5, 18.425, -19.085] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-2.5, 18.025, -18.575] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [-2.5, 18.425, -19.085] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [2.4, 18.025, -18.475] + }, + { + "name": "ear_right", + "parent": "head", + "pivot": [-2.1052, 21.26331, -15.325], + "rotation": [0, 0, -20.25], + "cubes": [ + {"origin": [-3.92965, 21.6205, -16.575], "size": [3, 4, 2], "uv": [24, 57], "mirror": true}, + {"origin": [-3.50465, 25.6205, -15.575], "size": [2, 3, 1], "uv": [33, 0], "mirror": true} + ] + }, + { + "name": "ear_left", + "parent": "head", + "pivot": [2.1052, 21.26331, -15.325], + "rotation": [0, 0, 20.25], + "cubes": [ + {"origin": [0.92965, 21.6205, -16.575], "size": [3, 4, 2], "uv": [24, 57]}, + {"origin": [1.50465, 25.6205, -15.575], "size": [2, 3, 1], "uv": [33, 0]} + ] + }, + { + "name": "spike12", + "parent": "head", + "pivot": [0, 20.2904, -6.79327], + "rotation": [33.5, 0, 0], + "cubes": [ + {"origin": [-1.9625, 20.03774, -8.65512], "size": [4, 6, 4], "inflate": 0.025, "uv": [96, 81]}, + {"origin": [-1.5, 25.53774, -6.98012], "size": [3, 4, 3], "pivot": [0.075, 23.03774, -6.00512], "rotation": [20.25, 0, 0], "uv": [96, 91]}, + {"origin": [0, 28.94491, -9.07752], "size": [0, 7, 3], "pivot": [0, 28.82636, -7.52374], "rotation": [36.5, 0, 0], "uv": [97, 110]} + ] + }, + { + "name": "spike13", + "parent": "head", + "pivot": [-0.5, 22.6654, -11.11827], + "rotation": [71.5, 0, 0], + "cubes": [ + {"origin": [-1.4625, 22.41274, -12.98012], "size": [3, 6, 3], "inflate": 0.025, "uv": [100, 65]} + ] + }, + { + "name": "bone4", + "parent": "spike13", + "pivot": [-0.4625, 25.41274, -10.33012], + "rotation": [2, 0, 0], + "cubes": [ + {"origin": [-1.0375, 27.91274, -11.93012], "size": [2, 4, 2], "pivot": [-0.4625, 25.41274, -10.33012], "rotation": [20.25, 0, 0], "uv": [100, 75]}, + {"origin": [-0.0375, 27.91274, -11.93012], "size": [0, 8, 3], "pivot": [-0.4625, 25.41274, -10.33012], "rotation": [20.25, 0, 0], "uv": [95, 95]} + ] + }, + { + "name": "leg", + "parent": "body", + "pivot": [2.5, 3.3, -3.05] + }, + { + "name": "leg_front_right4", + "parent": "leg", + "pivot": [-5, 15.27324, -6.45835], + "rotation": [7.5, 0, 0], + "cubes": [ + {"origin": [-6.5, 9.2989, -8.84993], "size": [3, 6, 4], "inflate": 0.01, "uv": [77, 54]} + ] + }, + { + "name": "leg_front_right5", + "parent": "leg_front_right4", + "pivot": [-4.5, 9.42943, -5.84138], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-5.5, 0.55995, -6.84993], "size": [2, 9, 2], "uv": [0, 20]} + ] + }, + { + "name": "leg_front_right6", + "parent": "leg_front_right5", + "pivot": [-4.5, 0.42943, -5.84138], + "rotation": [7.4, 0, 0], + "cubes": [ + {"origin": [-6.1, -0.21003, -8.88305], "size": [3, 1, 4], "inflate": 0.01, "uv": [83, 10]}, + {"origin": [-3.3, -0.21003, -9.88305], "size": [0, 1, 1], "uv": [0, 20]}, + {"origin": [-4.5, -0.21003, -9.88305], "size": [0, 1, 1], "uv": [8, 19]}, + {"origin": [-5.9, -0.21003, -9.88305], "size": [0, 1, 1], "uv": [6, 19]} + ] + }, + { + "name": "leg_front_left4", + "parent": "leg", + "pivot": [5, 15.27324, -6.45835], + "rotation": [7.5, 0, 0], + "cubes": [ + {"origin": [3.5, 9.2989, -8.84993], "size": [3, 6, 4], "inflate": 0.01, "uv": [14, 77]} + ] + }, + { + "name": "leg_front_left5", + "parent": "leg_front_left4", + "pivot": [4.5, 9.42943, -5.84138], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [3.5, 0.55995, -6.84993], "size": [2, 9, 2], "uv": [0, 0]} + ] + }, + { + "name": "leg_front_left6", + "parent": "leg_front_left5", + "pivot": [4.5, 0.42943, -5.84138], + "rotation": [7.4, 0, 0], + "cubes": [ + {"origin": [3.1, -0.45573, -8.83247], "size": [3, 1, 4], "inflate": 0.01, "uv": [82, 73]}, + {"origin": [3.3, -0.45573, -9.83247], "size": [0, 1, 1], "uv": [0, 19]}, + {"origin": [4.5, -0.45573, -9.83247], "size": [0, 1, 1], "uv": [8, 9]}, + {"origin": [5.9, -0.45573, -9.83247], "size": [0, 1, 1], "uv": [8, 8]} + ] + }, + { + "name": "leg_back_right4", + "parent": "leg", + "pivot": [-3.55, 13.96641, 7.52103], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-5.05, 7.47783, 4.75956], "size": [3, 7, 5], "inflate": 0.01, "uv": [60, 0]} + ] + }, + { + "name": "leg_back_right5", + "parent": "leg_back_right4", + "pivot": [-4.05, 7.78146, 7.98943], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [-5.05, 0.82704, 7.51037], "size": [2, 8, 2], "uv": [0, 40]} + ] + }, + { + "name": "leg_back_right6", + "parent": "leg_back_right5", + "pivot": [-3.55, 0.76419, 8.50657], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-5.45, -0.0854, 5.47252], "size": [3, 1, 4], "inflate": 0.01, "uv": [81, 81]}, + {"origin": [-5.25, -0.08809, 4.61021], "size": [0, 1, 1], "uv": [8, 4]}, + {"origin": [-3.85, -0.08809, 4.61021], "size": [0, 1, 1], "uv": [8, 3]}, + {"origin": [-2.65, -0.08809, 4.61021], "size": [0, 1, 1], "uv": [8, 2]} + ] + }, + { + "name": "leg_back_left4", + "parent": "leg", + "pivot": [3.55, 13.96641, 7.52103], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [2.05, 7.47783, 4.75956], "size": [3, 7, 5], "inflate": 0.01, "uv": [61, 58]} + ] + }, + { + "name": "leg_back_left5", + "parent": "leg_back_left4", + "pivot": [4.05, 7.78146, 7.98943], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [3.05, 0.82704, 7.51037], "size": [2, 8, 2], "uv": [28, 84]} + ] + }, + { + "name": "leg_back_left6", + "parent": "leg_back_left5", + "pivot": [3.55, 0.76419, 8.50657], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [2.45, -0.0854, 5.47252], "size": [3, 1, 4], "inflate": 0.01, "uv": [82, 31]}, + {"origin": [5.25, -0.08809, 4.61021], "size": [0, 1, 1], "uv": [8, 5]}, + {"origin": [3.85, -0.08809, 4.61021], "size": [0, 1, 1], "uv": [8, 6]}, + {"origin": [2.65, -0.08809, 4.61021], "size": [0, 1, 1], "uv": [8, 7]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/lycanroc_midnight/lycanroc_midnight.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/lycanroc_midnight/lycanroc_midnight.geo.json new file mode 100644 index 0000000..aa3b0a6 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/lycanroc_midnight/lycanroc_midnight.geo.json @@ -0,0 +1,469 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "bone9", + "pivot": [0, 0, 0] + }, + { + "name": "bone2", + "parent": "bone9", + "pivot": [0, 31.475, -3.075] + }, + { + "name": "body", + "parent": "bone2", + "pivot": [0, 19, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 19, 0] + }, + { + "name": "bottorso", + "parent": "torso", + "pivot": [0, 17.1375, 0.99252], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-4, 16.625, -2.25748], "size": [8, 7, 10], "pivot": [0, 20.1375, 0.99252], "rotation": [-82.5, 0, 0], "uv": [0, 18]} + ] + }, + { + "name": "tail_1", + "parent": "bottorso", + "pivot": [0, 16.57914, 5.50735], + "cubes": [ + {"origin": [-2, 23.125, 3.69252], "size": [4, 5, 4], "pivot": [0, 20.6375, 0.94252], "rotation": [-82.5, 0, 0], "uv": [52, 82]} + ] + }, + { + "name": "tail_2", + "parent": "tail_1", + "pivot": [0.5, 16.42732, 5.73859], + "cubes": [ + {"origin": [-2.5, 25.125, 2.69252], "size": [6, 6, 6], "pivot": [1.5, 20.6375, 0.94252], "rotation": [-82.5, 0, 0], "uv": [50, 18]}, + {"origin": [0.5, 15.54953, 11.81266], "size": [0, 6, 4], "pivot": [0.5, 18.54953, 13.81266], "rotation": [-97.5, 0, -180], "uv": [0, 48]}, + {"origin": [0.5, 29.125, 7.69252], "size": [0, 4, 3], "pivot": [1.5, 20.6375, 0.94252], "rotation": [-82.5, 0, 0], "uv": [19, 32]} + ] + }, + { + "name": "mid_torso", + "parent": "bottorso", + "pivot": [0, 20.1375, 0.99252], + "rotation": [10.25, 0, 0], + "cubes": [ + {"origin": [0, 10.65, -9.25748], "size": [0, 5, 6], "pivot": [-4.5, 20.1375, 0.99252], "rotation": [-72.5, 0, 0], "uv": [3, 66]}, + {"origin": [-4.5, 15.65, -9.25748], "size": [9, 9, 9], "pivot": [0, 20.1375, 0.99252], "rotation": [-72.5, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "claw_right2", + "parent": "mid_torso", + "pivot": [0, 20.1375, 0.99252], + "cubes": [ + {"origin": [0, 23.30283, 4.54045], "size": [0, 10, 5], "pivot": [0, 29.30283, 6.09045], "rotation": [-52.5, 0, 0], "uv": [0, 13]}, + {"origin": [-6.5, 20.65, -5.25748], "size": [2, 4, 4], "pivot": [0, 20.1375, 0.99252], "rotation": [-72.5, 0, 0], "uv": [41, 91]}, + {"origin": [-5.33733, 24.92402, 3.18128], "size": [6, 3, 5], "pivot": [-3.83733, 26.92402, 5.68128], "rotation": [-75.51826, 9.93191, -33.73499], "uv": [69, 25]}, + {"origin": [-0.66267, 24.92402, 3.18128], "size": [6, 3, 5], "inflate": 0.001, "pivot": [3.83733, 26.92402, 5.68128], "rotation": [-75.51826, -9.93191, 33.73499], "uv": [68, 16]}, + {"origin": [-6.5, 16.65, -4.25748], "size": [2, 4, 0], "pivot": [0, 20.1375, 0.99252], "rotation": [-72.5, 0, 0], "uv": [22, 62]}, + {"origin": [-6.5, 16.65, -2.25748], "size": [2, 4, 0], "pivot": [0, 20.1375, 0.99252], "rotation": [-72.5, 0, 0], "uv": [26, 55]} + ] + }, + { + "name": "claw_left2", + "parent": "claw_right2", + "pivot": [0, 20.1375, 0.99252], + "cubes": [ + {"origin": [4.5, 20.65, -5.25748], "size": [2, 4, 4], "pivot": [0, 20.1375, 0.99252], "rotation": [-72.5, 0, 0], "uv": [53, 91]}, + {"origin": [4.5, 16.65, -4.25748], "size": [2, 4, 0], "pivot": [0, 20.1375, 0.99252], "rotation": [-72.5, 0, 0], "uv": [66, 43]}, + {"origin": [4.5, 16.65, -2.25748], "size": [2, 4, 0], "pivot": [0, 20.1375, 0.99252], "rotation": [-72.5, 0, 0], "uv": [62, 49]} + ] + }, + { + "name": "arm_right", + "parent": "mid_torso", + "pivot": [-4.1, 26.65, -4.25748], + "cubes": [ + {"origin": [-14.1, 25.65, -5.25748], "size": [10, 2, 2], "uv": [72, 33], "mirror": true} + ] + }, + { + "name": "bone7", + "parent": "arm_right", + "pivot": [-13.61, 26.64, -4.24748], + "cubes": [ + {"origin": [-23.11, 25.64, -5.24748], "size": [9, 2, 2], "inflate": 0.01, "uv": [72, 37], "mirror": true} + ] + }, + { + "name": "palm2", + "parent": "bone7", + "pivot": [-21.57101, 26.80663, -5.77904], + "cubes": [ + {"origin": [-26.49301, 23.63894, -5.58754], "size": [5, 6, 3], "inflate": 0.135, "uv": [84, 41], "mirror": true}, + {"origin": [-31.36801, 28.86253, -5.19497], "size": [6, 0, 3], "pivot": [-25.64301, 28.86253, -4.21997], "rotation": [180, -39, 0], "uv": [15, 52], "mirror": true}, + {"origin": [-31.36801, 30.86253, -5.19497], "size": [6, 0, 3], "pivot": [-25.64301, 28.86253, -4.21997], "rotation": [180, -39, 0], "uv": [15, 52], "mirror": true}, + {"origin": [-31.36801, 32.86253, -5.19497], "size": [6, 0, 3], "pivot": [-25.64301, 28.86253, -4.21997], "rotation": [180, -39, 0], "uv": [15, 52], "mirror": true} + ] + }, + { + "name": "arm_left", + "parent": "mid_torso", + "pivot": [4.1, 26.65, -4.25748], + "cubes": [ + {"origin": [4.1, 25.65, -5.25748], "size": [10, 2, 2], "uv": [72, 33]} + ] + }, + { + "name": "bone8", + "parent": "arm_left", + "pivot": [14.61, 26.64, -4.24748], + "cubes": [ + {"origin": [14.11, 25.64, -5.24748], "size": [9, 2, 2], "inflate": 0.01, "uv": [72, 37]} + ] + }, + { + "name": "palm", + "parent": "bone8", + "pivot": [21.32101, 26.63788, -5.77904], + "cubes": [ + {"origin": [21.24301, 23.63894, -5.58754], "size": [5, 6, 3], "inflate": 0.135, "uv": [84, 41]}, + {"origin": [25.11801, 28.98753, -5.19497], "size": [6, 0, 3], "pivot": [25.39301, 28.86253, -4.21997], "rotation": [180, 39, 0], "uv": [15, 52]}, + {"origin": [25.11801, 31.08753, -5.19497], "size": [6, 0, 3], "pivot": [25.39301, 28.86253, -4.21997], "rotation": [180, 39, 0], "uv": [15, 52]}, + {"origin": [25.11801, 33.18753, -5.19497], "size": [6, 0, 3], "pivot": [25.39301, 28.86253, -4.21997], "rotation": [180, 39, 0], "uv": [15, 52]} + ] + }, + { + "name": "head", + "parent": "mid_torso", + "pivot": [0, 31.475, -3.075], + "cubes": [ + {"origin": [-4, 31.475, -7.075], "size": [8, 7, 8], "uv": [30, 41]}, + {"origin": [-0.5, 32.675, -12.075], "size": [1, 1, 1], "inflate": 0.01, "uv": [19, 44]} + ] + }, + { + "name": "eye_left2", + "parent": "head", + "pivot": [0, 20.475, 1.925], + "cubes": [ + {"origin": [-4, 34.55, -7.575], "size": [2, 2, 1], "inflate": -0.45, "uv": [101, 0], "mirror": true}, + {"origin": [-4, 34.55, -7.3], "size": [2, 2, 1], "inflate": -0.2, "uv": [39, 4], "mirror": true} + ] + }, + { + "name": "eye_right2", + "parent": "head", + "pivot": [0, 20.475, 1.925], + "cubes": [ + {"origin": [0.975, 35.925, -7.15], "size": [3, 1, 0], "pivot": [3, 36.5, -7.075], "rotation": [0, 0, -25], "uv": [19, 39]}, + {"origin": [-3.975, 35.925, -7.15], "size": [3, 1, 0], "pivot": [-3, 36.5, -7.075], "rotation": [0, 0, 25], "uv": [0, 8]}, + {"origin": [2, 34.55, -7.575], "size": [2, 2, 1], "inflate": -0.45, "uv": [101, 0]}, + {"origin": [2, 34.55, -7.3], "size": [2, 2, 1], "inflate": -0.2, "uv": [39, 4]} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [-2, 31.775, -7.675] + }, + { + "name": "mouth_top", + "parent": "mouth", + "pivot": [-2, 31.775, -7.675], + "cubes": [ + {"origin": [-2, 31.675, -12.075], "size": [4, 3, 6], "uv": [56, 73]}, + {"origin": [1.4, 30.625, -8.675], "size": [0, 1, 1], "pivot": [2, 31.775, -7.675], "rotation": [-45, 0, 0], "uv": [27, 0]}, + {"origin": [-1.4, 30.625, -8.675], "size": [0, 1, 1], "pivot": [-2, 31.775, -7.675], "rotation": [-45, 0, 0], "uv": [6, 7]} + ] + }, + { + "name": "jaw", + "parent": "mouth", + "pivot": [0, 31.175, -5.075], + "cubes": [ + {"origin": [-1.5, 30.675, -10.375], "size": [3, 1, 7], "uv": [0, 78]} + ] + }, + { + "name": "mask_right2", + "parent": "head", + "pivot": [2, 32.475, -5.075], + "rotation": [-11.18109, -28.03749, 28.07796], + "cubes": [ + {"origin": [0.81281, 31.0822, -4.83698], "size": [7, 3, 0], "pivot": [4.58781, 32.5072, -4.83698], "rotation": [7.36822, 19.18167, 12.16617], "uv": [89, 85], "mirror": true}, + {"origin": [0.81457, 33.94113, -4.03832], "size": [7, 5, 0], "pivot": [1.5, 36.975, -5.075], "rotation": [-0.09853, 20.4981, -9.59834], "uv": [92, 63], "mirror": true} + ] + }, + { + "name": "mask_left2", + "parent": "head", + "pivot": [-2, 32.475, -5.075], + "rotation": [-11.18109, 28.03749, -28.07796], + "cubes": [ + {"origin": [-7.81281, 31.0822, -4.83698], "size": [7, 3, 0], "pivot": [-4.58781, 32.5072, -4.83698], "rotation": [7.36822, -19.18167, -12.16617], "uv": [89, 85]}, + {"origin": [-7.81457, 33.94113, -4.03832], "size": [7, 5, 0], "pivot": [-1.5, 36.975, -5.075], "rotation": [-0.09853, -20.4981, 9.59834], "uv": [92, 63]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [-1.5, 33.475, -4.325] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [2.5, 34.875, -7.085] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-2.5, 34.475, -6.575] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [-2.5, 34.875, -7.085] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [2.4, 34.475, -6.475] + }, + { + "name": "ear_right", + "parent": "head", + "pivot": [-2.1052, 37.41331, -3.325], + "rotation": [0, 0, -20.25], + "cubes": [ + {"origin": [-3.92965, 37.7705, -4.575], "size": [3, 3, 1], "uv": [0, 0]}, + {"origin": [-3.91965, 40.14005, -6.32461], "size": [3, 2, 1], "inflate": 0.01, "pivot": [-2.41965, 42.84005, -5.32461], "rotation": [40, 0, 0], "uv": [46, 56]}, + {"origin": [-3.91965, 42.90706, -7.069], "size": [3, 4, 0], "pivot": [-2.41965, 42.60706, -6.069], "rotation": [130, 0, 0], "uv": [62, 0]} + ] + }, + { + "name": "ear_left", + "parent": "head", + "pivot": [2.1052, 37.41331, -3.325], + "rotation": [0, 0, 20.25], + "cubes": [ + {"origin": [0.92965, 37.7705, -4.575], "size": [3, 3, 1], "uv": [18, 55]}, + {"origin": [0.91965, 40.14005, -6.32461], "size": [3, 2, 1], "inflate": 0.01, "pivot": [2.41965, 42.84005, -5.32461], "rotation": [40, 0, 0], "uv": [60, 30]}, + {"origin": [0.91965, 42.90706, -7.069], "size": [3, 4, 0], "pivot": [2.41965, 42.60706, -6.069], "rotation": [130, 0, 0], "uv": [70, 73]} + ] + }, + { + "name": "fur", + "parent": "head", + "pivot": [1.24069, 20.1375, 3.99252] + }, + { + "name": "spike17", + "parent": "fur", + "pivot": [-2.11667, 27.13381, 3.95368], + "rotation": [-14.30117, -6.58945, -32.9199], + "cubes": [ + {"origin": [-4.625, 22.71315, -4.78747], "size": [5, 11, 4], "pivot": [-2.125, 33.94984, -4.91459], "rotation": [41.25, 0, 0], "uv": [38, 71]}, + {"origin": [-3.625, 30.71315, -4.66247], "size": [3, 7, 3], "pivot": [-3.125, 33.94984, -4.91459], "rotation": [55.5, 0, 0], "uv": [0, 86]}, + {"origin": [-2.15, 33.78815, -4.66247], "size": [0, 8, 3], "pivot": [-3.125, 33.94984, -4.91459], "rotation": [55.5, 0, 0], "uv": [86, 92]} + ] + }, + { + "name": "spike16", + "parent": "fur", + "pivot": [2.11667, 27.13381, 3.95368], + "rotation": [-14.30117, 6.58945, 32.9199], + "cubes": [ + {"origin": [-0.375, 22.71315, -4.78747], "size": [5, 11, 4], "pivot": [2.125, 33.94984, -4.91459], "rotation": [41.25, 0, 0], "uv": [20, 68]}, + {"origin": [0.625, 30.71315, -4.66247], "size": [3, 7, 3], "pivot": [3.125, 33.94984, -4.91459], "rotation": [55.5, 0, 0], "uv": [80, 85]}, + {"origin": [2.175, 33.78815, -4.66247], "size": [0, 8, 3], "pivot": [1.2, 33.94984, -4.91459], "rotation": [55.5, 0, 0], "uv": [86, 92]} + ] + }, + { + "name": "spike2", + "parent": "fur", + "pivot": [2.49167, 34.33381, 2.52868], + "rotation": [-10.67721, 5.50905, 26.9848], + "cubes": [ + {"origin": [0, 28.91315, -6.21247], "size": [5, 12, 4], "pivot": [2.5, 41.14984, -6.33959], "rotation": [41.25, 0, 0], "uv": [66, 43], "mirror": true}, + {"origin": [1, 37.91315, -6.31247], "size": [3, 7, 3], "pivot": [3.5, 41.14984, -6.56459], "rotation": [55.5, 0, 0], "uv": [85, 10], "mirror": true}, + {"origin": [2.475, 43.02978, -9.69696], "size": [0, 8, 3], "pivot": [2.475, 44.42459, -8.146], "rotation": [76.25, 0, 0], "uv": [86, 100], "mirror": true} + ] + }, + { + "name": "spike14", + "parent": "fur", + "pivot": [-2.49167, 34.33381, 2.52868], + "rotation": [-10.67721, -5.50905, -26.9848], + "cubes": [ + {"origin": [-5, 28.91315, -6.21247], "size": [5, 12, 4], "pivot": [-2.5, 41.14984, -6.33959], "rotation": [41.25, 0, 0], "uv": [66, 43]}, + {"origin": [-4, 37.91315, -6.31247], "size": [3, 7, 3], "pivot": [-3.5, 41.14984, -6.56459], "rotation": [55.5, 0, 0], "uv": [85, 10]}, + {"origin": [-2.475, 43.02978, -9.69696], "size": [0, 8, 3], "pivot": [-2.475, 44.42459, -8.146], "rotation": [76.25, 0, 0], "uv": [86, 100]} + ] + }, + { + "name": "spike18", + "parent": "fur", + "pivot": [0.5, 42.21619, 2.467], + "rotation": [-48.25, 0, 0], + "cubes": [ + {"origin": [-3, 29.25283, 2.54045], "size": [6, 12, 5], "inflate": 0.01, "pivot": [0.5, 42.48952, 2.41334], "rotation": [41.25, 0, 0], "uv": [45, 0]}, + {"origin": [-2, 40.25283, 3.34045], "size": [4, 6, 3], "pivot": [-0.5, 42.48952, 3.16334], "rotation": [55.5, 0, 0], "uv": [84, 50]}, + {"origin": [0, 43.37539, 3.92108], "size": [0, 7, 3], "pivot": [-1, 42.48952, 3.16334], "rotation": [68.25, 0, 0], "uv": [13, 75]} + ] + }, + { + "name": "spike5", + "parent": "fur", + "pivot": [0.5, 44.56619, -4.733], + "rotation": [-12, 0, 0], + "cubes": [ + {"origin": [-3, 33.60283, -4.65955], "size": [6, 11, 4], "pivot": [0.5, 44.83952, -4.78666], "rotation": [41.25, 0, 0], "uv": [50, 56]}, + {"origin": [-2, 41.40283, -4.53455], "size": [4, 7, 3], "pivot": [-0.5, 44.63952, -4.78666], "rotation": [55.5, 0, 0], "uv": [85, 0]}, + {"origin": [0, 44.52539, -4.02892], "size": [0, 8, 3], "pivot": [-1, 44.63952, -4.78666], "rotation": [68.25, 0, 0], "uv": [31, 38]} + ] + }, + { + "name": "spike12", + "parent": "fur", + "pivot": [0, 37.7904, -32.31827], + "rotation": [33.5, 0, 0], + "cubes": [ + {"origin": [-4, 17.87576, -8.49577], "size": [8, 8, 4], "inflate": 0.025, "uv": [26, 56]}, + {"origin": [-2, 24.06413, -10.55153], "size": [4, 5, 3], "pivot": [-0.5, 29.30082, -9.52865], "rotation": [43.75, 0, 0], "uv": [78, 63]}, + {"origin": [0, 28.18669, -10.7959], "size": [0, 7, 3], "pivot": [-1, 29.30082, -9.52865], "rotation": [68.25, 0, 0], "uv": [0, 75]} + ] + }, + { + "name": "spike13", + "parent": "fur", + "pivot": [0.04694, 39.25394, -7.95654], + "rotation": [109, 0, 0], + "cubes": [ + {"origin": [-1.95306, 35.25394, -9.95654], "size": [4, 8, 4], "inflate": 0.025, "uv": [76, 73]} + ] + }, + { + "name": "bone4", + "parent": "spike13", + "pivot": [-0.03431, 45.01125, -9.6596], + "rotation": [11.72501, -0.49109, -0.54027], + "cubes": [ + {"origin": [-1.52806, 40.08362, -19.99745], "size": [3, 5, 3], "pivot": [0.04694, 68.9401, -16.82955], "rotation": [20.25, 0, 0], "uv": [89, 68]}, + {"origin": [-0.04056, 40.08362, -20.02245], "size": [0, 9, 4], "pivot": [0.08444, 68.9401, -16.82955], "rotation": [20.25, 0, 0], "uv": [0, 31]} + ] + }, + { + "name": "claw_left", + "parent": "fur", + "pivot": [1.21569, 21.1375, 3.99252] + }, + { + "name": "neck", + "parent": "mid_torso", + "pivot": [-1.5, 20.1375, 0.99252], + "cubes": [ + {"origin": [-3, 16.65, -12.25748], "size": [6, 6, 4], "pivot": [-1.5, 20.1375, 0.99252], "rotation": [-72.5, 0, 0], "uv": [32, 31]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [-5.89237, 15.51452, 0.1697], + "rotation": [0, 0, 0], + "cubes": [ + {"origin": [-7.59237, 10.51452, -6.3303], "size": [4, 6, 11], "pivot": [-5.89237, 13.51452, -0.8303], "rotation": [52.73749, 4.55749, 5.96275], "uv": [0, 35], "mirror": true} + ] + }, + { + "name": "bone5", + "parent": "leg_left", + "pivot": [-5.81829, 9.55512, -1.74878], + "cubes": [ + {"origin": [-7.31829, 4.55512, -0.24878], "size": [3, 6, 3], "pivot": [-5.81829, 7.55512, 1.25122], "rotation": [52.5, 0, 0], "uv": [87, 21], "mirror": true} + ] + }, + { + "name": "bone6", + "parent": "bone5", + "pivot": [-5.47923, 1.24576, -5.59156], + "cubes": [ + {"origin": [-7.71737, -2.4193, -1.21195], "size": [4, 2, 8], "pivot": [-5.21737, 0.5807, -3.38695], "rotation": [52.5, 0, 0], "uv": [62, 63], "mirror": true} + ] + }, + { + "name": "feet_right", + "parent": "bone6", + "pivot": [-5.61154, 0.97938, 0.64021], + "cubes": [ + {"origin": [-8.11154, -0.02062, -6.35979], "size": [5, 2, 8], "uv": [54, 33], "mirror": true} + ] + }, + { + "name": "bone13", + "parent": "feet_right", + "pivot": [-5.61154, 0.97938, -5.35979], + "cubes": [ + {"origin": [-4.08654, -0.02062, -9.35979], "size": [0, 2, 4], "uv": [0, 40], "mirror": true}, + {"origin": [-7.11154, -0.02062, -9.35979], "size": [0, 2, 4], "uv": [0, 40], "mirror": true}, + {"origin": [-5.63654, -0.02062, -9.35979], "size": [0, 2, 4], "uv": [0, 40], "mirror": true} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [5.89237, 15.51452, 0.1697], + "rotation": [0, 0, 0], + "cubes": [ + {"origin": [3.59237, 10.51452, -6.3303], "size": [4, 6, 11], "pivot": [5.89237, 13.51452, -0.8303], "rotation": [52.73749, -4.55749, -5.96275], "uv": [0, 35]} + ] + }, + { + "name": "bone", + "parent": "leg_right", + "pivot": [5.81829, 9.55512, -1.74878], + "cubes": [ + {"origin": [4.31829, 4.55512, -0.24878], "size": [3, 6, 3], "pivot": [5.81829, 7.55512, 1.25122], "rotation": [52.5, 0, 0], "uv": [87, 21]} + ] + }, + { + "name": "bone3", + "parent": "bone", + "pivot": [5.47923, 1.24576, -5.59156], + "cubes": [ + {"origin": [3.71737, -2.4193, -1.21195], "size": [4, 2, 8], "pivot": [5.21737, 0.5807, -3.38695], "rotation": [52.5, 0, 0], "uv": [62, 63]} + ] + }, + { + "name": "feet_left", + "parent": "bone3", + "pivot": [5.61154, 0.97938, 0.64021], + "cubes": [ + {"origin": [3.11154, -0.02062, -6.35979], "size": [5, 2, 8], "uv": [54, 33]} + ] + }, + { + "name": "bone12", + "parent": "feet_left", + "pivot": [5.61154, 0.97938, -5.35979], + "cubes": [ + {"origin": [4.08654, -0.02062, -9.35979], "size": [0, 2, 4], "uv": [0, 40]}, + {"origin": [7.11154, -0.02062, -9.35979], "size": [0, 2, 4], "uv": [0, 40]}, + {"origin": [5.63654, -0.02062, -9.35979], "size": [0, 2, 4], "uv": [0, 40]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/manaphy.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/manaphy.geo.json new file mode 100644 index 0000000..691dd6b --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/manaphy.geo.json @@ -0,0 +1,207 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.1", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 6, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "manaphy", + "pivot": [0, 0, 0] + }, + { + "name": "head", + "parent": "manaphy", + "pivot": [0, 17, 0], + "cubes": [ + {"origin": [-6, 16, -5], "size": [12, 8, 10], "uv": [0, 0]}, + {"origin": [-4, 24, -3], "size": [8, 3, 6], "uv": [24, 18]}, + {"origin": [-4, 24, -4.9], "size": [8, 3.56, 2], "pivot": [0, 24, -5], "rotation": [-32.5, 0, 0], "uv": [34, 0]}, + {"origin": [-4, 24, 2.9], "size": [8, 3.56, 2], "pivot": [0, 24, 5], "rotation": [32.5, 0, 0], "uv": [34, 0]}, + {"origin": [-5.9, 24, -3], "size": [2, 3.56, 6], "pivot": [-6, 24, 0], "rotation": [0, 0, 32.5], "uv": [0, 32]}, + {"origin": [3.9, 24, -3], "size": [2, 3.56, 6], "pivot": [6, 24, 0], "rotation": [0, 0, -32.5], "uv": [0, 32]} + ] + }, + { + "name": "head3", + "parent": "head", + "pivot": [2, 27, 1] + }, + { + "name": "head4", + "parent": "head3", + "pivot": [3, 27, 0], + "cubes": [ + {"origin": [1, 25.58579, -1.58579], "size": [3, 5, 4], "pivot": [3, 27, 0], "rotation": [-45, 0, 0], "uv": [39, 27]} + ] + }, + { + "name": "head5", + "parent": "head3", + "pivot": [3, 31, 3], + "cubes": [ + {"origin": [1, 29.35736, 1.41421], "size": [3, 9.2, 3], "pivot": [3, 30, 3], "rotation": [-45, 0, 0], "uv": [28, 36]} + ] + }, + { + "name": "head6", + "parent": "head3", + "pivot": [3, 37, 9], + "cubes": [ + {"origin": [1, 35.3787, 7.70711], "size": [3, 5.5, 3], "pivot": [3, 36, 10], "rotation": [-45, 0, 0], "uv": [0, 41]} + ] + }, + { + "name": "head7", + "parent": "head3", + "pivot": [3, 40, 13], + "cubes": [ + {"origin": [1, 39.9, 11.41421], "size": [3, 10, 3], "pivot": [3, 40, 13], "rotation": [-45, 0, 0], "uv": [16, 36]} + ] + }, + { + "name": "head8", + "parent": "head3", + "pivot": [3, 47, 20], + "cubes": [ + {"origin": [0, 51.84924, 7.12132], "size": [5, 4, 5], "pivot": [3, 37, 9], "rotation": [-45, 0, 0], "uv": [19, 27]} + ] + }, + { + "name": "head2", + "parent": "head", + "pivot": [-3, 26, 0] + }, + { + "name": "head9", + "parent": "head2", + "pivot": [0, 24, 1], + "cubes": [ + {"origin": [-4, 25.58579, -1.58579], "size": [3, 5, 4], "pivot": [-3, 27, 0], "rotation": [-45, 0, 0], "uv": [39, 27]} + ] + }, + { + "name": "head11", + "parent": "head2", + "pivot": [-3, 37, 10], + "cubes": [ + {"origin": [-4, 36.08581, 7.41421], "size": [3, 5.5, 3], "pivot": [-3, 36, 9], "rotation": [-45, 0, 0], "uv": [0, 41]} + ] + }, + { + "name": "head12", + "parent": "head2", + "pivot": [3, 40, 13], + "cubes": [ + {"origin": [-4, 39.9, 11.41421], "size": [3, 10, 3], "pivot": [-3, 40, 13], "rotation": [-45, 0, 0], "uv": [16, 36]} + ] + }, + { + "name": "head13", + "parent": "head2", + "pivot": [-3, 47, 20], + "cubes": [ + {"origin": [-5, 49.89949, 10.41421], "size": [5, 4, 5], "pivot": [-3, 40, 13], "rotation": [-45, 0, 0], "uv": [19, 27]} + ] + }, + { + "name": "head10", + "parent": "head2", + "pivot": [-3, 30, 3], + "cubes": [ + {"origin": [-4, 29.35736, 1.41421], "size": [3, 9.2, 3], "pivot": [-3, 30, 3], "rotation": [-45, 0, 0], "uv": [28, 36]} + ] + }, + { + "name": "body", + "parent": "manaphy", + "pivot": [-2, 7, 0], + "cubes": [ + {"origin": [-3, 8, -3], "size": [6, 8, 6], "uv": [0, 18]}, + {"origin": [-1, 10, -3.2], "size": [2, 4, 2], "uv": [10, 32]} + ] + }, + { + "name": "body3", + "parent": "body", + "pivot": [2, 8, 0], + "cubes": [ + {"origin": [1, 5, -1], "size": [2, 3, 2], "uv": [34, 5]} + ] + }, + { + "name": "body2", + "parent": "body", + "pivot": [-2, 8, 0], + "cubes": [ + {"origin": [-3, 5, -1], "size": [2, 3, 2], "uv": [34, 5]} + ] + }, + { + "name": "right_arm", + "parent": "manaphy", + "pivot": [3, 15, 0] + }, + { + "name": "bone5", + "parent": "right_arm", + "pivot": [9, 10, 0], + "cubes": [ + {"origin": [9.5, 6, -2], "size": [2, 6, 4], "pivot": [11, 10, 0], "rotation": [0, 0, -60], "uv": [40, 36], "mirror": true} + ] + }, + { + "name": "bone6", + "parent": "right_arm", + "pivot": [6, 12, 0], + "cubes": [ + {"origin": [5.8, 7, -1], "size": [2, 7, 2], "pivot": [7, 12, 0], "rotation": [0, 0, -60], "uv": [0, 0]} + ] + }, + { + "name": "bone7", + "parent": "right_arm", + "pivot": [3, 15, 0], + "cubes": [ + {"origin": [5.2, 12.5, -1], "size": [1.8, 4.8, 2], "pivot": [6, 12, 0], "rotation": [0, 0, -47.5], "uv": [0, 32]} + ] + }, + { + "name": "left_arm", + "parent": "manaphy", + "pivot": [-3, 15, 0] + }, + { + "name": "bone9", + "parent": "left_arm", + "pivot": [-7, 12, 0], + "cubes": [ + {"origin": [-8.8, 10, -1], "size": [2, 4, 2], "pivot": [-8, 12, 0], "rotation": [0, 0, 60], "uv": [18, 18]} + ] + }, + { + "name": "bone8", + "parent": "left_arm", + "pivot": [-10, 10, 0], + "cubes": [ + {"origin": [-12, 6, -2], "size": [2, 6, 4], "pivot": [-11, 10, 0], "rotation": [0, 0, 60], "uv": [40, 36]} + ] + }, + { + "name": "bone10", + "parent": "left_arm", + "pivot": [-3, 15, 0], + "cubes": [ + {"origin": [-8, 12.5, -1], "size": [1.8, 4.8, 2], "pivot": [-7, 12, 0], "rotation": [0, 0, 47.5], "uv": [0, 18]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/mandibuzz.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/mandibuzz.geo.json new file mode 100644 index 0000000..25e11c4 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/mandibuzz.geo.json @@ -0,0 +1,456 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.mandibuzz", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 6, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "mandibuzz", + "pivot": [-2.97111, 0.5, 0.87741] + }, + { + "name": "body", + "parent": "mandibuzz", + "pivot": [-2.46976, 20.86111, -6.95462] + }, + { + "name": "torso", + "parent": "body", + "pivot": [16.73414, 13.58483, 0.15236], + "cubes": [ + {"origin": [-5, 8, -3.5], "size": [10, 13, 8], "pivot": [0, 13.5, 0], "rotation": [12.5, 0, 0], "uv": [0, 15]}, + {"origin": [-4, 11, 1.75], "size": [8, 12, 2], "uv": [0, 59]} + ] + }, + { + "name": "neck_1", + "parent": "torso", + "pivot": [-0.36586, 23.58483, -0.64764], + "cubes": [ + {"origin": [-1.5, 24.75, -2.25], "size": [3, 4, 6], "pivot": [0, 13.5, 1], "rotation": [12.5, 0, 0], "uv": [48, 66]} + ] + }, + { + "name": "neck_2", + "parent": "neck_1", + "pivot": [-0.4, 26.18923, -3.56959], + "cubes": [ + {"origin": [-1.5, 24.12479, -5.57896], "size": [3, 9, 3], "inflate": 0.001, "pivot": [0.25, 29.22479, -4.72896], "rotation": [-20, 0, 0], "uv": [8, 73]} + ] + }, + { + "name": "head", + "parent": "neck_2", + "pivot": [0, 30.78923, -3.46959], + "cubes": [ + {"origin": [-2.5, 29.87479, -8.82896], "size": [5, 4, 6], "inflate": 0.001, "uv": [54, 19]}, + {"origin": [-0.5, 30.12479, -11.07896], "size": [2, 2, 3], "inflate": 0.001, "pivot": [0.75, 31.87479, -8.32896], "rotation": [7.5, -7.5, 45], "uv": [35, 5]}, + {"origin": [-0.5, 29.12479, -13.07896], "size": [3, 3, 2], "inflate": 0.001, "pivot": [0.75, 31.87479, -8.32896], "rotation": [7.5, -7.5, 45], "uv": [40, 42]} + ] + }, + { + "name": "tuff_head", + "parent": "head", + "pivot": [-0.1, 33.58923, -3.31959], + "cubes": [ + {"origin": [-1, 33.38923, 8.63041], "size": [2, 2, 7], "inflate": 0.001, "pivot": [-25, 15.38923, 3.38041], "rotation": [34.79536, 0, 0], "uv": [64, 30]}, + {"origin": [-1, 35.38923, 15.63041], "size": [2, 0, 3], "inflate": 0.001, "pivot": [-25, 15.38923, 3.38041], "rotation": [34.79536, 0, 0], "uv": [68, 34]}, + {"origin": [-4, 34.38923, -2.36959], "size": [8, 1, 1], "inflate": 0.001, "uv": [35, 3]}, + {"origin": [-5.25, 34.63923, -2.86959], "size": [2, 2, 2], "inflate": 0.001, "pivot": [-4, 35.38923, -1.86959], "rotation": [0, 0, -42.5], "uv": [28, 62]}, + {"origin": [-6.25, 33.88923, -2.86959], "size": [2, 1, 2], "inflate": 0.001, "pivot": [-4, 35.38923, -1.86959], "rotation": [0, 0, -50], "uv": [27, 42]}, + {"origin": [4.25, 33.88923, -2.86959], "size": [2, 1, 2], "inflate": 0.001, "pivot": [4, 35.38923, -1.86959], "rotation": [0, 0, 50], "uv": [63, 29]}, + {"origin": [3.25, 34.63923, -2.86959], "size": [2, 2, 2], "inflate": 0.001, "pivot": [4, 35.38923, -1.86959], "rotation": [0, 0, 42.5], "uv": [42, 62]} + ] + }, + { + "name": "tuff_head_2", + "parent": "tuff_head", + "pivot": [-1.1, 32.88923, -2.91959], + "cubes": [ + {"origin": [0.1, 31.88923, 8.13041], "size": [0, 5, 6], "inflate": 0.001, "pivot": [-25, 15.38923, 3.38041], "rotation": [34.79536, 0, 0], "uv": [70, 6]} + ] + }, + { + "name": "beak", + "parent": "head", + "pivot": [0.75, 30.17479, -8.32896], + "cubes": [ + {"origin": [-1, 29.62479, -10.67896], "size": [2, 1, 3], "inflate": 0.001, "pivot": [0.75, 31.87479, -8.32896], "rotation": [7.5, 0, 0], "uv": [60, 15]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [-2.69848, 31.87479, -7.34632] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [2.69848, 31.87479, -7.34632], + "cubes": [ + {"origin": [-2.57348, 31.37479, -8.82132], "size": [0, 1, 3], "inflate": 0.001, "pivot": [-2.69848, 31.87479, -7.34632], "rotation": [5, -5, 0], "uv": [0, 6]} + ] + }, + { + "name": "eyelash_right", + "parent": "eye_right", + "pivot": [-2.69848, 31.87479, -7.34632], + "cubes": [ + {"origin": [-1.94848, 31.67479, -6.57132], "size": [0, 2, 2], "inflate": 0.001, "pivot": [-2.69848, 31.87479, -7.34632], "rotation": [5, -20, -15], "uv": [6, 7]} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-2.69848, 31.87479, -7.34632], + "cubes": [ + {"origin": [-2.525, 31.87479, -8.82896], "size": [0, 1, 3], "inflate": 0.001, "uv": [46, 22]} + ] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [2.69848, 31.87479, -7.34632], + "cubes": [ + {"origin": [2.57348, 31.37479, -8.82132], "size": [0, 1, 3], "inflate": 0.001, "pivot": [2.69848, 31.87479, -7.34632], "rotation": [5, 5, 0], "uv": [0, 7]} + ] + }, + { + "name": "eyelash_left", + "parent": "eye_left", + "pivot": [2.69848, 31.87479, -7.34632], + "cubes": [ + {"origin": [1.94848, 31.67479, -6.57132], "size": [0, 2, 2], "inflate": 0.001, "pivot": [2.69848, 31.87479, -7.34632], "rotation": [5, 20, 15], "uv": [36, 23]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [0.25, 29.22479, -4.72896], + "cubes": [ + {"origin": [2.525, 31.87479, -8.82896], "size": [0, 1, 3], "inflate": 0.001, "uv": [40, 22]} + ] + }, + { + "name": "tuff", + "parent": "torso", + "pivot": [0, 20.08497, -5.00581] + }, + { + "name": "tuff_front", + "parent": "tuff", + "pivot": [-0.36406, 21.77045, -3.42969], + "cubes": [ + {"origin": [-7, 16.58497, -7.00581], "size": [9, 6, 9], "pivot": [0, 20.08497, -5.00581], "rotation": [5, 0, 32.5], "uv": [0, 36]}, + {"origin": [-2, 16.58497, -6.90581], "size": [9, 6, 9], "pivot": [0, 20.08497, -5.00581], "rotation": [-0.981, 4.98093, -32.06312], "uv": [27, 27]} + ] + }, + { + "name": "tuff_right", + "parent": "tuff_front", + "pivot": [-2.46976, 21.86111, -6.95462], + "cubes": [ + {"origin": [-6.96976, 19.11111, -7.20462], "size": [9, 3, 0], "pivot": [-2.46976, 20.86111, -6.95462], "rotation": [-10, 0, 32.5], "uv": [50, 12]} + ] + }, + { + "name": "tuff_left", + "parent": "tuff_front", + "pivot": [2, 22.08497, -5.50581], + "cubes": [ + {"origin": [-2.3, 17.43497, -7.20581], "size": [9, 3, 0], "pivot": [0, 20.08497, -5.50581], "rotation": [-10.00597, 1.9696, -32.84743], "uv": [35, 0]} + ] + }, + { + "name": "tuff_back", + "parent": "tuff", + "pivot": [-2.64158, 23.14941, -0.67874], + "rotation": [19, 0, 0], + "cubes": [ + {"origin": [-6.14158, 19.99827, -1.7877], "size": [7, 6, 6], "pivot": [-2.64158, 22.49827, 1.2123], "rotation": [5, 0, 17.5], "uv": [50, 0]}, + {"origin": [-0.86406, 20.01932, -1.68865], "size": [7, 6, 6], "pivot": [2.63594, 22.51932, 1.46135], "rotation": [5.00303, -1.99239, -17.67438], "uv": [50, 42]} + ] + }, + { + "name": "jaw", + "parent": "torso", + "pivot": [0, 12.38923, -0.86959], + "cubes": [ + {"origin": [-6, 10.72271, -5.44908], "size": [12, 4, 11], "pivot": [0, 11.47271, 0.05092], "rotation": [-2.5, 0, 0], "uv": [0, 0]}, + {"origin": [-4.75, 7.67701, 5.49724], "size": [4, 6, 1], "pivot": [-2.5, 10.67701, 5.24724], "rotation": [17.5, 0, -5], "uv": [74, 80]}, + {"origin": [0.75, 7.67701, 5.49724], "size": [4, 6, 1], "pivot": [2.5, 10.67701, 5.24724], "rotation": [17.5, 0, 7.5], "uv": [73, 59]}, + {"origin": [-1, 13.72271, 3.55092], "size": [0, 1, 2], "pivot": [0, 11.47271, 0.05092], "rotation": [-2.5, 0, 0], "uv": [0, 55]}, + {"origin": [1, 13.72271, 3.55092], "size": [0, 1, 2], "pivot": [0, 11.47271, 0.05092], "rotation": [-2.5, 0, 0], "uv": [0, 55]}, + {"origin": [-3.19102, 8.09469, -6.51993], "size": [3, 4, 3], "pivot": [-1.69102, 9.59469, -5.51993], "rotation": [-35, -25, 27.5], "uv": [45, 76]}, + {"origin": [-2.69102, 6.09469, -6.01993], "size": [2, 2, 2], "pivot": [-1.69102, 9.59469, -5.51993], "rotation": [-35, -25, 27.5], "uv": [20, 79]}, + {"origin": [-2.19102, 4.09469, -5.51993], "size": [1, 2, 1], "pivot": [-1.69102, 9.59469, -5.51993], "rotation": [-35, -25, 27.5], "uv": [52, 42]}, + {"origin": [-7.79002, 9.30459, -7.35047], "size": [3, 4, 3], "pivot": [-6.54002, 8.55459, -6.35047], "rotation": [-22.77442, -7.43625, 24.2164], "uv": [54, 29]}, + {"origin": [-7.29002, 7.30459, -6.85047], "size": [2, 2, 2], "pivot": [-6.54002, 8.55459, -6.35047], "rotation": [-22.77442, -7.43625, 24.2164], "uv": [70, 0]}, + {"origin": [-6.79002, 5.30459, -6.35047], "size": [1, 2, 1], "pivot": [-6.54002, 8.55459, -6.35047], "rotation": [-22.77442, -7.43625, 24.2164], "uv": [46, 48]}, + {"origin": [-8.34798, 8.79477, -3.63832], "size": [3, 4, 3], "pivot": [-6.84798, 8.54477, -2.63832], "rotation": [-10.87631, -6.51803, 29.16811], "uv": [74, 66]}, + {"origin": [-7.84798, 6.79477, -3.13832], "size": [2, 2, 2], "pivot": [-6.84798, 8.54477, -2.63832], "rotation": [-10.87631, -6.51803, 29.16811], "uv": [75, 33]}, + {"origin": [-7.34798, 4.79477, -2.63832], "size": [1, 2, 1], "pivot": [-6.84798, 8.54477, -2.63832], "rotation": [-10.87631, -6.51803, 29.16811], "uv": [22, 51]}, + {"origin": [0.19102, 8.09469, -6.51993], "size": [3, 4, 3], "pivot": [1.69102, 9.59469, -5.51993], "rotation": [-35, 25, -27.5], "uv": [78, 0]}, + {"origin": [0.69102, 6.09469, -6.01993], "size": [2, 2, 2], "pivot": [1.69102, 9.59469, -5.51993], "rotation": [-35, 25, -27.5], "uv": [28, 79]}, + {"origin": [1.19102, 4.09469, -5.51993], "size": [1, 2, 1], "pivot": [1.69102, 9.59469, -5.51993], "rotation": [-35, 25, -27.5], "uv": [60, 66]}, + {"origin": [4.79002, 9.30459, -7.35047], "size": [3, 4, 3], "pivot": [6.54002, 8.55459, -6.35047], "rotation": [-22.77442, 7.43625, -24.2164], "uv": [75, 26]}, + {"origin": [5.29002, 7.30459, -6.85047], "size": [2, 2, 2], "pivot": [6.54002, 8.55459, -6.35047], "rotation": [-22.77442, 7.43625, -24.2164], "uv": [78, 7]}, + {"origin": [5.79002, 5.30459, -6.35047], "size": [1, 2, 1], "pivot": [6.54002, 8.55459, -6.35047], "rotation": [-22.77442, 7.43625, -24.2164], "uv": [48, 66]}, + {"origin": [5.34798, 8.79477, -3.63832], "size": [3, 4, 3], "pivot": [6.84798, 8.54477, -2.63832], "rotation": [-10.87631, 6.51803, -29.16811], "uv": [74, 73]}, + {"origin": [5.84798, 6.79477, -3.13832], "size": [2, 2, 2], "pivot": [6.84798, 8.54477, -2.63832], "rotation": [-10.87631, 6.51803, -29.16811], "uv": [57, 76]}, + {"origin": [6.34798, 4.79477, -2.63832], "size": [1, 2, 1], "pivot": [6.84798, 8.54477, -2.63832], "rotation": [-10.87631, 6.51803, -29.16811], "uv": [22, 54]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 9.56733, 5.43405], + "cubes": [ + {"origin": [-5.5, -0.68267, 7.23405], "size": [11, 12, 0], "pivot": [0, 5.56733, 6.33405], "rotation": [25, 0, 0], "uv": [50, 54]} + ] + }, + { + "name": "wing_left_closed", + "parent": "torso", + "pivot": [5.83414, 24.58483, 0.15236], + "rotation": [0, 0, -7], + "cubes": [ + {"origin": [4.78128, 18.62657, -2.36604], "size": [2, 10, 10], "pivot": [6.3382, 17.94439, 2.92003], "rotation": [24.4783, -9.1229, 2.5695], "uv": [26, 42]}, + {"origin": [7.02215, 15.25065, -0.66668], "size": [0, 4, 11], "pivot": [6.3382, 17.94439, 2.92003], "rotation": [37.0724, 1.0974, -12.238], "uv": [70, 6]}, + {"origin": [5.14851, 8.77627, 1.12215], "size": [1, 11, 6], "pivot": [6.3382, 17.94439, 2.92003], "rotation": [24.0737, -9.3094, 5.0952], "uv": [34, 62]}, + {"origin": [5.28877, 6.47068, -1.25049], "size": [1, 14, 3], "pivot": [6.3382, 17.94439, 2.92003], "rotation": [44.874, -8.9191, 0.0466], "uv": [0, 73]} + ] + }, + { + "name": "wing_right_closed", + "parent": "torso", + "pivot": [-5.83414, 24.58483, 0.15236], + "rotation": [0, 0, 7], + "cubes": [ + {"origin": [-6.78128, 18.62657, -2.36604], "size": [2, 10, 10], "pivot": [-6.3382, 17.94439, 2.92003], "rotation": [24.4783, 9.1229, -2.5695], "uv": [26, 42], "mirror": true}, + {"origin": [-7.02215, 15.25065, -0.66668], "size": [0, 4, 11], "pivot": [-6.3382, 17.94439, 2.92003], "rotation": [37.0724, -1.0974, 12.238], "uv": [70, 6], "mirror": true}, + {"origin": [-6.14851, 8.77627, 1.12215], "size": [1, 11, 6], "pivot": [-6.3382, 17.94439, 2.92003], "rotation": [24.0737, 9.3094, -5.0952], "uv": [34, 62], "mirror": true}, + {"origin": [-6.28877, 6.47068, -1.25049], "size": [1, 14, 3], "pivot": [-6.3382, 17.94439, 2.92003], "rotation": [44.874, 8.9191, -0.0466], "uv": [0, 73], "mirror": true} + ] + }, + { + "name": "wing_left_open", + "parent": "torso", + "pivot": [6.26586, 22.58483, -1.84764], + "cubes": [ + {"origin": [4.8897, 20.53116, -1.77625], "size": [8, 5, 1], "pivot": [8.8897, 23.43116, -1.67625], "rotation": [12.5, -7.5, -17.5], "uv": [84, 11], "mirror": true}, + {"origin": [4.8897, 16.03116, -1.47625], "size": [8, 7, 0], "pivot": [8.8897, 23.43116, -1.67625], "rotation": [12.5, -7.5, -17.5], "uv": [84, 21], "mirror": true} + ] + }, + { + "name": "wing_left_middle", + "parent": "wing_left_open", + "pivot": [12.2382, 23.94439, -1.07997], + "cubes": [ + {"origin": [12.13414, 22.33483, 0.10236], "size": [11, 7, 1], "pivot": [16.73414, 24.58483, 0.15236], "rotation": [15, -7.5, -40], "uv": [50, 83], "mirror": true}, + {"origin": [10.13414, 18.33483, 0.60236], "size": [13, 7, 0], "pivot": [16.73414, 24.58483, 0.15236], "rotation": [15, -7.5, -40], "uv": [83, 58], "mirror": true} + ] + }, + { + "name": "wing_left_outer", + "parent": "wing_left_middle", + "pivot": [19.73414, 30.58483, 0.35236], + "cubes": [ + {"origin": [20.48414, 23.38483, 1.10236], "size": [10, 8, 1], "pivot": [16.73414, 24.58483, 0.15236], "rotation": [15, -7.5, -15], "uv": [84, 80], "mirror": true}, + {"origin": [20.38414, 20.08483, 1.60236], "size": [15, 11, 0], "pivot": [16.73414, 24.58483, 0.15236], "rotation": [15, -7.5, -15], "uv": [20, 83], "mirror": true} + ] + }, + { + "name": "wing_left_outer_tuff", + "parent": "wing_left_outer", + "pivot": [20.19487, 27.38722, 1.86449], + "cubes": [ + {"origin": [16.49487, 24.38722, 3.66449], "size": [14, 6, 0], "pivot": [24.49487, 27.38722, 3.66449], "rotation": [27.5, -10, -12.5], "uv": [83, 33], "mirror": true} + ] + }, + { + "name": "wing_right_open", + "parent": "torso", + "pivot": [-6.26586, 22.58483, -1.84764], + "cubes": [ + {"origin": [-12.8897, 20.53116, -1.77625], "size": [8, 5, 1], "pivot": [-8.8897, 23.43116, -1.67625], "rotation": [12.5, 7.5, 17.5], "uv": [84, 11]}, + {"origin": [-12.8897, 16.03116, -1.47625], "size": [8, 7, 0], "pivot": [-8.8897, 23.43116, -1.67625], "rotation": [12.5, 7.5, 17.5], "uv": [84, 21]} + ] + }, + { + "name": "wing_right_middle", + "parent": "wing_right_open", + "pivot": [-12.2382, 23.94439, -1.07997], + "cubes": [ + {"origin": [-23.13414, 22.33483, 0.10236], "size": [11, 7, 1], "pivot": [-16.73414, 24.58483, 0.15236], "rotation": [15, 7.5, 40], "uv": [50, 83]}, + {"origin": [-23.13414, 18.33483, 0.60236], "size": [13, 7, 0], "pivot": [-16.73414, 24.58483, 0.15236], "rotation": [15, 7.5, 40], "uv": [83, 58]} + ] + }, + { + "name": "wing_right_outer", + "parent": "wing_right_middle", + "pivot": [-19.73414, 30.58483, 0.35236], + "cubes": [ + {"origin": [-30.48414, 23.38483, 1.10236], "size": [10, 8, 1], "pivot": [-16.73414, 24.58483, 0.15236], "rotation": [15, 7.5, 15], "uv": [84, 80]}, + {"origin": [-35.38414, 20.08483, 1.60236], "size": [15, 11, 0], "pivot": [-16.73414, 24.58483, 0.15236], "rotation": [15, 7.5, 15], "uv": [20, 83]} + ] + }, + { + "name": "wing_right_outer_tuff", + "parent": "wing_right_outer", + "pivot": [-20.19487, 27.38722, 1.86449], + "cubes": [ + {"origin": [-30.49487, 24.38722, 3.66449], "size": [14, 6, 0], "pivot": [-24.49487, 27.38722, 3.66449], "rotation": [27.5, 10, 12.5], "uv": [83, 33]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-2.1103, 8.43116, 1.32375], + "cubes": [ + {"origin": [-3.5, 6.40399, -1.73563], "size": [3, 4, 5], "pivot": [-2, 7.90399, 0.76437], "rotation": [-52.5, 7.5, 0], "uv": [70, 39]} + ] + }, + { + "name": "leg_lower_right", + "parent": "leg_right", + "pivot": [-2.02757, 6.69447, 2.58124], + "cubes": [ + {"origin": [-2.52757, 0.19447, 3.58124], "size": [1, 2, 1], "pivot": [-2.02757, 3.69447, 2.58124], "rotation": [5, 10, 0], "uv": [42, 5]}, + {"origin": [-3.02757, 0.19447, 1.58124], "size": [2, 7, 2], "pivot": [-2.02757, 3.69447, 2.58124], "rotation": [5, 10, 0], "uv": [0, 0]} + ] + }, + { + "name": "toes_right", + "parent": "leg_lower_right", + "pivot": [-3.35126, 0.5, 2.20274] + }, + { + "name": "toe_right_inner", + "parent": "toes_right", + "pivot": [-1.60567, 0.5, 1.00227], + "cubes": [ + {"origin": [-2.10567, 0.25, -0.49773], "size": [1, 1, 3], "pivot": [-1.60567, 0.5, 1.00227], "rotation": [-10, -12.5, 0], "uv": [28, 19]} + ] + }, + { + "name": "talon_right_inner", + "parent": "toe_right_inner", + "pivot": [-1.2269, 0.84558, -0.70624], + "cubes": [ + {"origin": [-1.7269, 0.59558, -1.95624], "size": [1, 1, 2], "inflate": 0.001, "pivot": [-1.2269, 0.84558, -0.70624], "rotation": [40, -12.5, 0], "uv": [34, 64]} + ] + }, + { + "name": "toe_right_middle", + "parent": "toes_right", + "pivot": [-3.50551, 0.99679, -1.06602], + "cubes": [ + {"origin": [-3.47111, 0.25, -0.62259], "size": [1, 1, 3], "pivot": [-2.97111, 0.5, 0.87741], "rotation": [-10, 22.5, 0], "uv": [28, 15]} + ] + }, + { + "name": "talon_right_middle", + "parent": "toe_right_middle", + "pivot": [-3.50551, 0.99679, -1.06602], + "cubes": [ + {"origin": [-4.25551, 0.49679, -2.06602], "size": [1, 1, 2], "inflate": 0.001, "pivot": [-3.50551, 0.99679, -1.06602], "rotation": [40, 22.5, 0], "uv": [20, 60]} + ] + }, + { + "name": "toe_right_outer", + "parent": "toes_right", + "pivot": [-5.29981, 0.84558, 1.07774], + "cubes": [ + {"origin": [-3.85126, 0.25, 0.20274], "size": [1, 1, 4], "pivot": [-3.35126, 0.5, 2.20274], "rotation": [-10, 60, 0], "uv": [40, 47]} + ] + }, + { + "name": "talon_right_outer", + "parent": "toe_right_outer", + "pivot": [-5.29981, 0.84558, 1.07774], + "cubes": [ + {"origin": [-5.79981, 0.59558, -0.17226], "size": [1, 1, 2], "inflate": 0.001, "pivot": [-5.29981, 0.84558, 1.07774], "rotation": [40, 60, 0], "uv": [64, 34]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [1.8897, 8.43116, 0.32375], + "cubes": [ + {"origin": [0.5, 6.40399, -1.73563], "size": [3, 4, 5], "pivot": [2, 7.90399, 0.76437], "rotation": [-52.5, -7.5, 0], "uv": [72, 49]} + ] + }, + { + "name": "leg_lower_left", + "parent": "leg_left", + "pivot": [2.02757, 7.69447, 1.58124], + "cubes": [ + {"origin": [1.02757, 0.19447, 1.58124], "size": [2, 7, 2], "pivot": [2.02757, 3.69447, 2.58124], "rotation": [5, -10, 0], "uv": [0, 36]}, + {"origin": [1.52757, 0.19447, 3.58124], "size": [1, 2, 1], "pivot": [2.02757, 3.69447, 2.58124], "rotation": [5, -10, 0], "uv": [40, 47]} + ] + }, + { + "name": "toes_left", + "parent": "leg_lower_left", + "pivot": [5.29981, 0.84558, 1.07774] + }, + { + "name": "toe_left_inner", + "parent": "toes_left", + "pivot": [1.2269, 0.84558, -0.70624], + "cubes": [ + {"origin": [1.10567, 0.25, -0.49773], "size": [1, 1, 3], "pivot": [1.60567, 0.5, 1.00227], "rotation": [-10, 12.5, 0], "uv": [0, 19]} + ] + }, + { + "name": "talon_left_inner", + "parent": "toe_left_inner", + "pivot": [1.2269, 0.84558, -0.70624], + "cubes": [ + {"origin": [0.7269, 0.59558, -1.95624], "size": [1, 1, 2], "inflate": 0.001, "pivot": [1.2269, 0.84558, -0.70624], "rotation": [40, 12.5, 0], "uv": [20, 63]} + ] + }, + { + "name": "toe_left_middle", + "parent": "toes_left", + "pivot": [3.50551, 0.99679, -1.06602], + "cubes": [ + {"origin": [2.47111, 0.25, -0.62259], "size": [1, 1, 3], "pivot": [2.97111, 0.5, 0.87741], "rotation": [-10, -22.5, 0], "uv": [0, 15]} + ] + }, + { + "name": "talon_left_middle", + "parent": "toe_left_middle", + "pivot": [3.50551, 0.99679, -1.06602], + "cubes": [ + {"origin": [3.25551, 0.49679, -2.06602], "size": [1, 1, 2], "inflate": 0.001, "pivot": [3.50551, 0.99679, -1.06602], "rotation": [40, -22.5, 0], "uv": [20, 57]} + ] + }, + { + "name": "toe_left_outer", + "parent": "toes_left", + "pivot": [5.29981, 0.84558, 1.07774], + "cubes": [ + {"origin": [2.85126, 0.25, 0.20274], "size": [1, 1, 4], "pivot": [3.35126, 0.5, 2.20274], "rotation": [-10, -60, 0], "uv": [46, 43]} + ] + }, + { + "name": "talon_left_outer", + "parent": "toe_left_outer", + "pivot": [5.29981, 0.84558, 1.07774], + "cubes": [ + {"origin": [4.79981, 0.59558, -0.17226], "size": [1, 1, 2], "inflate": 0.001, "pivot": [5.29981, 0.84558, 1.07774], "rotation": [40, -60, 0], "uv": [63, 39]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/mareanie/mareanie.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/mareanie/mareanie.geo.json new file mode 100644 index 0000000..d362bb2 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/mareanie/mareanie.geo.json @@ -0,0 +1,392 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.mareanie", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "mareanie", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "mareanie", + "pivot": [0, 2.32826, -0.03607], + "cubes": [ + {"origin": [-3, 5, -8], "size": [6, 0, 8], "pivot": [0, 0, 0], "rotation": [-147.82282, 25.588, -175.629], "uv": [58, 26]}, + {"origin": [-3, 5, -8], "size": [6, 0, 8], "pivot": [0, 0, 0], "rotation": [-147.82282, -25.588, 175.629], "uv": [58, 26], "mirror": true}, + {"origin": [-8, 5, -5], "size": [6, 0, 10], "pivot": [0, 0, 0], "rotation": [0, 0, -30], "uv": [36, 44], "mirror": true}, + {"origin": [-3, 5, -8], "size": [6, 0, 8], "pivot": [0, 0, 0], "rotation": [30.6777, -21.3169, -0.38313], "uv": [24, 65], "mirror": true}, + {"origin": [-3, 5, -8], "size": [6, 0, 8], "pivot": [0, 0, 0], "rotation": [30.6777, 21.3169, 0.38313], "uv": [24, 65]}, + {"origin": [2, 5, -5], "size": [6, 0, 10], "pivot": [0, 0, 0], "rotation": [0, 0, 30], "uv": [36, 44]}, + {"origin": [-5, 0, -5], "size": [10, 7, 10], "uv": [36, 27]} + ] + }, + { + "name": "body2", + "parent": "body", + "pivot": [0, 7.76942, -0.1518], + "cubes": [ + {"origin": [-4, 10, -4], "size": [6, 0, 8], "pivot": [0, 1, 0], "rotation": [0, 0, -30], "uv": [48, 65]}, + {"origin": [-4, 7, -4], "size": [8, 4, 8], "uv": [36, 0]}, + {"origin": [-3, 12, -5], "size": [5, 0, 5], "pivot": [0, 7, 0], "rotation": [46.71342, 20.45838, 6.13339], "uv": [53, 44]}, + {"origin": [-2, 12, -5], "size": [5, 0, 5], "pivot": [0, 7, 0], "rotation": [46.71342, -20.45838, -6.13339], "uv": [53, 44], "mirror": true}, + {"origin": [-2, 10, -4], "size": [6, 0, 8], "pivot": [0, 1, 0], "rotation": [0, 0, 30], "uv": [48, 65], "mirror": true}, + {"origin": [-2, 11, -5], "size": [4, 0, 5], "pivot": [0, 6, 0], "rotation": [-147.82282, -25.588, 175.629], "uv": [31, 0], "mirror": true}, + {"origin": [-2, 11, -5], "size": [4, 0, 5], "pivot": [0, 6, 0], "rotation": [-147.82282, 25.588, -175.629], "uv": [31, 0]} + ] + }, + { + "name": "neck", + "parent": "body2", + "pivot": [0, 11, 0], + "cubes": [ + {"origin": [-3.5, 11, -3.5], "size": [7, 2, 7], "uv": [61, 8]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0.00397, 13.34743, -2.57762], + "cubes": [ + {"origin": [-6, 13, -6], "size": [12, 11, 12], "uv": [0, 0]}, + {"origin": [5.3, 12.7, -8], "size": [2, 2, 0], "pivot": [0.5, -2, 0], "rotation": [-5.93888, -3.78739, -31.21623], "uv": [0, 48]}, + {"origin": [-7.3, 12.7, -8], "size": [2, 2, 0], "pivot": [-0.5, -2, 0], "rotation": [-5.93888, 3.78739, 31.21623], "uv": [0, 48], "mirror": true}, + {"origin": [11, 9, -3.9], "size": [2, 2, 0], "pivot": [0, -2, 0], "rotation": [5.019, 4.98093, -44.56312], "uv": [0, 33], "mirror": true} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [0, 18.27538, -5.65], + "cubes": [ + {"origin": [-1, 17.5, -6.2], "size": [1, 2, 1], "pivot": [0, -2, 0], "rotation": [0, 0, 10], "uv": [40, 5], "mirror": true}, + {"origin": [-2.5, 17, -6.1], "size": [4, 3, 1], "pivot": [0, -2, 0], "rotation": [0, 0, 10], "uv": [0, 23], "mirror": true}, + {"origin": [0, 17.5, -6.2], "size": [1, 2, 1], "pivot": [0, -2, 0], "rotation": [0, 0, -10], "uv": [40, 5]}, + {"origin": [-1.5, 17, -6.1], "size": [4, 3, 1], "pivot": [0, -2, 0], "rotation": [0, 0, -10], "uv": [0, 23]} + ] + }, + { + "name": "tophead", + "parent": "head", + "pivot": [-0.13765, 26.57238, -0.33676], + "cubes": [ + {"origin": [-1, 26.8, -1], "size": [2, 4, 2], "uv": [0, 0]}, + {"origin": [-2.6, 25.9, 1.5], "size": [2, 3, 0], "pivot": [0, -2, 0], "rotation": [-85.39114, -87.31411, 92.10886], "uv": [0, 37]}, + {"origin": [0.6, 25.9, 1.5], "size": [2, 3, 0], "pivot": [0, -2, 0], "rotation": [-85.39114, 87.31411, -92.10886], "uv": [0, 37], "mirror": true}, + {"origin": [-3.7, 26.4, -2], "size": [2, 3, 0], "pivot": [0, -2, 0], "rotation": [-3.17805, -32.36121, 5.92236], "uv": [34, 23]}, + {"origin": [-3.6, 26.4, -2.1], "size": [2, 3, 0], "pivot": [0, -2, 0], "rotation": [-10.67805, -32.36121, 5.92236], "uv": [38, 23], "mirror": true}, + {"origin": [1.7, 26.4, -2], "size": [2, 3, 0], "pivot": [0, -2, 0], "rotation": [-3.17805, 32.36121, -5.92236], "uv": [34, 23], "mirror": true}, + {"origin": [-5.5, 23.8, -6], "size": [11, 3, 12], "uv": [0, 23]}, + {"origin": [1.6, 26.4, -2.1], "size": [2, 3, 0], "pivot": [0, -2, 0], "rotation": [-10.67805, 32.36121, -5.92236], "uv": [38, 23]} + ] + }, + { + "name": "tentacle26", + "parent": "tophead", + "pivot": [3.53682, 24.25844, 3.43601], + "cubes": [ + {"origin": [2.8, 23, -4.4], "size": [6, 3, 5], "pivot": [-1.4, -2, -3], "rotation": [-3.64103, -35.38101, 1.47284], "uv": [19, 82]} + ] + }, + { + "name": "tentacle27", + "parent": "tentacle26", + "pivot": [6.4077, 24.70009, 4.59688], + "cubes": [ + {"origin": [-19.9, 16.8, -0.5], "size": [1, 2, 0], "pivot": [1.1, -2, -3], "rotation": [-37.78381, -14.24, 72.39545], "uv": [5, 126]}, + {"origin": [-20.9, 11.3, -0.5], "size": [1, 2, 0], "pivot": [1.1, -2, -3], "rotation": [-39.75778, -4.81281, 84.2411], "uv": [5, 126]}, + {"origin": [-22.4, 8.3, -2.3], "size": [11, 3, 5], "pivot": [2.6, -2, -2.3], "rotation": [-37.13478, -5.41608, 79.10201], "uv": [0, 54]} + ] + }, + { + "name": "tentacle28", + "parent": "tentacle27", + "pivot": [7.6578, 13.68953, 5.36188], + "cubes": [ + {"origin": [-13.4, 5.6, -2.3], "size": [7, 3, 5], "pivot": [2.6, -2, -2.3], "rotation": [-37.46641, 0.65366, 87.05985], "uv": [74, 73]} + ] + }, + { + "name": "tentacle29", + "parent": "tentacle28", + "pivot": [7.96281, 7.84642, 5.01303], + "cubes": [ + {"origin": [-4.4, 7.9, -2.3], "size": [5, 3, 5], "pivot": [2.6, -2, -2.3], "rotation": [-36.64932, -8.41888, 75.0743], "uv": [92, 25]}, + {"origin": [0.6, 8.9, -0.3], "size": [2, 1, 1], "pivot": [2.6, -2, -2.3], "rotation": [-36.64932, -8.41888, 75.0743], "uv": [0, 29]} + ] + }, + { + "name": "tentacle", + "parent": "tophead", + "pivot": [5.34862, 24.1554, -4.39924], + "cubes": [ + {"origin": [-3.4, 23.5, -2], "size": [6, 3, 5], "pivot": [-1.4, -1.5, -2], "rotation": [10.29354, 38.86967, 16.14054], "uv": [0, 87]} + ] + }, + { + "name": "tentacle2", + "parent": "tentacle", + "pivot": [7.11585, 24.02421, -5.72123], + "cubes": [ + {"origin": [-26.4, 8.8, -2], "size": [11, 3, 5], "pivot": [-1.4, -1.5, -2], "rotation": [39.75778, 4.81281, 84.2411], "uv": [60, 0]}, + {"origin": [-23.4, 11.8, 0.5], "size": [1, 2, 0], "pivot": [-1.4, -1.5, -2], "rotation": [39.75778, 4.81281, 84.2411], "uv": [5, 126]}, + {"origin": [-22.4, 17.3, 0.5], "size": [1, 2, 0], "pivot": [-1.4, -1.5, -2], "rotation": [37.78381, 14.24, 72.39545], "uv": [5, 126]} + ] + }, + { + "name": "tantacle", + "parent": "tentacle2", + "pivot": [7.58902, 13.59117, -6.27916], + "cubes": [ + {"origin": [-17.4, 6.1, -2], "size": [7, 3, 5], "pivot": [-1.4, -1.5, -2], "rotation": [39.97314, -1.60667, 91.91561], "uv": [80, 65]} + ] + }, + { + "name": "tentacle3", + "parent": "tantacle", + "pivot": [7.42649, 7.69551, -5.98189], + "cubes": [ + {"origin": [-8.4, 8.6, -2], "size": [5, 3, 5], "pivot": [-1.4, -1.5, -2], "rotation": [39.32466, 7.9972, 80.36154], "uv": [92, 33]}, + {"origin": [-3.4, 9.6, 0], "size": [2, 1, 1], "pivot": [-1.4, -1.5, -2], "rotation": [39.32466, 7.9972, 80.36154], "uv": [0, 31]} + ] + }, + { + "name": "tentacle8", + "parent": "tophead", + "pivot": [0, 24.09498, -5.73714], + "cubes": [ + {"origin": [-3.5, 18, 11], "size": [7, 4, 5], "pivot": [-0.5, -1.5, 0], "rotation": [45, 0, 0], "uv": [26, 73]}, + {"origin": [0, 18.3, 17.6], "size": [0, 2, 1], "pivot": [-0.5, -1.5, 0], "rotation": [57.5, 0, 0], "uv": [0, 125]} + ] + }, + { + "name": "tentacle9", + "parent": "tentacle8", + "pivot": [0, 21.80434, -7.73596], + "cubes": [ + {"origin": [-2, 14, 13.6], "size": [4, 3, 5], "pivot": [-0.5, -1.5, 0], "rotation": [65, 0, 0], "uv": [95, 11]}, + {"origin": [0, 17, 15.6], "size": [0, 2, 1], "pivot": [-0.5, -1.5, 0], "rotation": [65, 0, 0], "uv": [0, 125]} + ] + }, + { + "name": "tentacle10", + "parent": "tophead", + "pivot": [-5.63613, 24.02222, -0.82091], + "cubes": [ + {"origin": [-1.6, 22.9, -3.5], "size": [4, 3, 6], "pivot": [-1.6, -2.5, -2.5], "rotation": [0.80743, -1.69242, -14.89643], "uv": [39, 90], "mirror": true} + ] + }, + { + "name": "tentacle11", + "parent": "tentacle10", + "pivot": [-7.59328, 23.92628, -0.53452], + "cubes": [ + {"origin": [12.4, 7.8, -4], "size": [11, 3, 6], "pivot": [-1.6, -2.5, -4], "rotation": [-2.47864, 0.32621, -77.50706], "uv": [42, 17], "mirror": true}, + {"origin": [20.9, 17.3, -0.5], "size": [1, 2, 0], "pivot": [0.9, -1.5, -3], "rotation": [0, 0, -67.5], "uv": [5, 126], "mirror": true}, + {"origin": [21.9, 11.8, -0.5], "size": [1, 2, 0], "pivot": [0.9, -1.5, -3], "rotation": [0, 0, -82.5], "uv": [5, 126], "mirror": true} + ] + }, + { + "name": "tentacle12", + "parent": "tentacle11", + "pivot": [-10.0066, 13.37283, -0.58251], + "cubes": [ + {"origin": [7.4, 5.1, -4], "size": [7, 3, 6], "pivot": [-1.6, -2.5, -4], "rotation": [-2.49762, -0.10901, -87.49762], "uv": [70, 38], "mirror": true} + ] + }, + { + "name": "tentacle13", + "parent": "tentacle12", + "pivot": [-10.21925, 7.4483, -0.55612], + "cubes": [ + {"origin": [0.4, 7.1, -4], "size": [5, 3, 6], "pivot": [-1.6, -2.5, -4], "rotation": [-2.44081, 0.54094, -72.51152], "uv": [44, 81], "mirror": true}, + {"origin": [-1.6, 8.1, -1.5], "size": [2, 1, 1], "pivot": [-1.6, -2.5, -4], "rotation": [-2.44081, 0.54094, -72.51152], "uv": [6, 29], "mirror": true} + ] + }, + { + "name": "tentacle18", + "parent": "tophead", + "pivot": [1.8493, 24.72575, 5.31655], + "cubes": [ + {"origin": [3.6, 23.2, -5.7], "size": [6, 3, 5], "pivot": [-1.4, -1.5, -2], "rotation": [0.0393, -73.36564, -0.45422], "uv": [87, 3]} + ] + }, + { + "name": "tentacle23", + "parent": "tentacle18", + "pivot": [2.82826, 25.02421, 7.5202], + "cubes": [ + {"origin": [-22.4, 8.8, -2], "size": [11, 3, 5], "pivot": [2.6, -1.5, -2], "rotation": [-74.87647, -7.24305, 88.04845], "uv": [59, 57], "mirror": true}, + {"origin": [-20.9, 11.8, 0.5], "size": [1, 2, 0], "pivot": [1.1, -1.5, -2], "rotation": [-67.32542, -6.92618, 87.11581], "uv": [5, 126]}, + {"origin": [-19.9, 17.3, 0.5], "size": [1, 2, 0], "pivot": [1.1, -1.5, -2], "rotation": [-65.85133, -20.70481, 80.99283], "uv": [5, 126]} + ] + }, + { + "name": "tentacle24", + "parent": "tentacle23", + "pivot": [2.67932, 13.59117, 8.95527], + "cubes": [ + {"origin": [-13.4, 6.1, -2], "size": [7, 3, 5], "pivot": [2.6, -1.5, -2], "rotation": [-74.98635, 2.41476, 90.64743], "uv": [0, 79], "mirror": true} + ] + }, + { + "name": "tentacle25", + "parent": "tentacle24", + "pivot": [2.91173, 7.65223, 7.82266], + "cubes": [ + {"origin": [-4.4, 8.4, -2], "size": [5, 3, 5], "pivot": [2.6, -1.5, -2], "rotation": [-74.65279, -12.06754, 86.71604], "uv": [0, 95], "mirror": true}, + {"origin": [0.6, 9.4, 0], "size": [2, 1, 1], "pivot": [2.6, -1.5, -2], "rotation": [-74.65279, -12.06754, 86.71604], "uv": [6, 27]} + ] + }, + { + "name": "tentacle14", + "parent": "tophead", + "pivot": [-4.53682, 24.25844, 3.43601], + "cubes": [ + {"origin": [-8.8, 23, -4.4], "size": [6, 3, 5], "pivot": [1.4, -2, -3], "rotation": [-3.64103, 35.38101, -1.47284], "uv": [19, 82], "mirror": true} + ] + }, + { + "name": "tentacle15", + "parent": "tentacle14", + "pivot": [-6.4077, 24.70009, 4.59688], + "cubes": [ + {"origin": [11.4, 8.3, -2.3], "size": [11, 3, 5], "pivot": [-2.6, -2, -2.3], "rotation": [-37.13478, 5.41608, -79.10201], "uv": [0, 54], "mirror": true}, + {"origin": [18.9, 16.8, -0.5], "size": [1, 2, 0], "pivot": [-1.1, -2, -3], "rotation": [-37.78381, 14.24, -72.39545], "uv": [5, 126], "mirror": true}, + {"origin": [19.9, 11.3, -0.5], "size": [1, 2, 0], "pivot": [-1.1, -2, -3], "rotation": [-39.75778, 4.81281, -84.2411], "uv": [5, 126], "mirror": true} + ] + }, + { + "name": "tentacle16", + "parent": "tentacle15", + "pivot": [-7.6578, 13.68953, 5.36188], + "cubes": [ + {"origin": [6.4, 5.6, -2.3], "size": [7, 3, 5], "pivot": [-2.6, -2, -2.3], "rotation": [-37.46641, -0.65366, -87.05985], "uv": [74, 73], "mirror": true} + ] + }, + { + "name": "tentacle17", + "parent": "tentacle16", + "pivot": [-7.96281, 7.84642, 5.01303], + "cubes": [ + {"origin": [-0.6, 7.9, -2.3], "size": [5, 3, 5], "pivot": [-2.6, -2, -2.3], "rotation": [-36.64932, 8.41888, -75.0743], "uv": [92, 25], "mirror": true}, + {"origin": [-2.6, 8.9, -0.3], "size": [2, 1, 1], "pivot": [-2.6, -2, -2.3], "rotation": [-36.64932, 8.41888, -75.0743], "uv": [0, 29], "mirror": true} + ] + }, + { + "name": "tentacle19", + "parent": "tophead", + "pivot": [-1.8493, 24.72575, 5.31655], + "cubes": [ + {"origin": [-9.6, 23.2, -5.7], "size": [6, 3, 5], "pivot": [1.4, -1.5, -2], "rotation": [0.0393, 73.36564, 0.45422], "uv": [87, 3], "mirror": true} + ] + }, + { + "name": "tentacle20", + "parent": "tentacle19", + "pivot": [-2.82826, 25.02421, 7.5202], + "cubes": [ + {"origin": [11.4, 8.8, -2], "size": [11, 3, 5], "pivot": [-2.6, -1.5, -2], "rotation": [-74.87647, 7.24305, -88.04845], "uv": [59, 57]}, + {"origin": [19.9, 11.8, 0.5], "size": [1, 2, 0], "pivot": [-1.1, -1.5, -2], "rotation": [-67.32542, 6.92618, -87.11581], "uv": [5, 126], "mirror": true}, + {"origin": [18.9, 17.3, 0.5], "size": [1, 2, 0], "pivot": [-1.1, -1.5, -2], "rotation": [-65.85133, 20.70481, -80.99283], "uv": [5, 126], "mirror": true} + ] + }, + { + "name": "tentacle21", + "parent": "tentacle20", + "pivot": [-2.67932, 13.59117, 7.95527], + "cubes": [ + {"origin": [6.4, 6.1, -2], "size": [7, 3, 5], "pivot": [-2.6, -1.5, -2], "rotation": [-74.98635, -2.41476, -90.64743], "uv": [0, 79]} + ] + }, + { + "name": "tentacle22", + "parent": "tentacle21", + "pivot": [-2.91173, 7.65223, 7.82266], + "cubes": [ + {"origin": [-2.6, 9.4, 0], "size": [2, 1, 1], "pivot": [-2.6, -1.5, -2], "rotation": [-74.65279, 12.06754, -86.71604], "uv": [6, 27], "mirror": true}, + {"origin": [-0.6, 8.4, -2], "size": [5, 3, 5], "pivot": [-2.6, -1.5, -2], "rotation": [-74.65279, 12.06754, -86.71604], "uv": [0, 95]} + ] + }, + { + "name": "tentacle4", + "parent": "tophead", + "pivot": [-5.34862, 24.1554, -4.39924], + "cubes": [ + {"origin": [-2.6, 23.5, -2], "size": [6, 3, 5], "pivot": [1.4, -1.5, -2], "rotation": [10.29354, -38.86967, -16.14054], "uv": [0, 87], "mirror": true} + ] + }, + { + "name": "tentacle5", + "parent": "tentacle4", + "pivot": [-7.11585, 24.02421, -5.72123], + "cubes": [ + {"origin": [15.4, 8.8, -2], "size": [11, 3, 5], "pivot": [1.4, -1.5, -2], "rotation": [39.75778, -4.81281, -84.2411], "uv": [60, 0], "mirror": true}, + {"origin": [22.4, 11.8, 0.5], "size": [1, 2, 0], "pivot": [1.4, -1.5, -2], "rotation": [39.75778, -4.81281, -84.2411], "uv": [5, 126], "mirror": true}, + {"origin": [21.4, 17.3, 0.5], "size": [1, 2, 0], "pivot": [1.4, -1.5, -2], "rotation": [37.78381, -14.24, -72.39545], "uv": [5, 126], "mirror": true} + ] + }, + { + "name": "tentacle6", + "parent": "tentacle5", + "pivot": [-7.58902, 13.59117, -6.27916], + "cubes": [ + {"origin": [10.4, 6.1, -2], "size": [7, 3, 5], "pivot": [1.4, -1.5, -2], "rotation": [39.97314, 1.60667, -91.91561], "uv": [80, 65], "mirror": true} + ] + }, + { + "name": "tentacle7", + "parent": "tentacle6", + "pivot": [-6.42649, 7.69551, -6.98189], + "cubes": [ + {"origin": [3.4, 8.6, -2], "size": [5, 3, 5], "pivot": [1.4, -1.5, -2], "rotation": [39.32466, -7.9972, -80.36154], "uv": [92, 33], "mirror": true}, + {"origin": [1.4, 9.6, 0], "size": [2, 1, 1], "pivot": [1.4, -1.5, -2], "rotation": [39.32466, -7.9972, -80.36154], "uv": [0, 31], "mirror": true} + ] + }, + { + "name": "tantacle2", + "parent": "tophead", + "pivot": [4.63613, 25.02222, -0.82091], + "cubes": [ + {"origin": [-2.4, 22.9, -3.5], "size": [4, 3, 6], "pivot": [1.6, -2.5, -2.5], "rotation": [0.80743, 1.69242, 14.89643], "uv": [39, 90]} + ] + }, + { + "name": "tentacle31", + "parent": "tantacle2", + "pivot": [8.59328, 23.92628, -0.53452], + "cubes": [ + {"origin": [-23.4, 7.8, -4], "size": [11, 3, 6], "pivot": [1.6, -2.5, -4], "rotation": [-2.47864, -0.32621, 77.50706], "uv": [42, 17]}, + {"origin": [-22.9, 11.8, -0.5], "size": [1, 2, 0], "pivot": [-0.9, -1.5, -3], "rotation": [0, 0, 82.5], "uv": [5, 126]}, + {"origin": [-21.9, 17.3, -0.5], "size": [1, 2, 0], "pivot": [-0.9, -1.5, -3], "rotation": [0, 0, 67.5], "uv": [5, 126]} + ] + }, + { + "name": "tentacle32", + "parent": "tentacle31", + "pivot": [10.0066, 13.37283, -0.58251], + "cubes": [ + {"origin": [-14.4, 5.1, -4], "size": [7, 3, 6], "pivot": [1.6, -2.5, -4], "rotation": [-2.49762, 0.10901, 87.49762], "uv": [70, 38]} + ] + }, + { + "name": "tentacle33", + "parent": "tentacle32", + "pivot": [10.21925, 7.4483, -0.55612], + "cubes": [ + {"origin": [-5.4, 7.1, -4], "size": [5, 3, 6], "pivot": [1.6, -2.5, -4], "rotation": [-2.44081, -0.54094, 72.51152], "uv": [44, 81]}, + {"origin": [-0.4, 8.1, -1.5], "size": [2, 1, 1], "pivot": [1.6, -2.5, -4], "rotation": [-2.44081, -0.54094, 72.51152], "uv": [6, 29]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/marill/marill.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/marill/marill.geo.json new file mode 100644 index 0000000..bd08864 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/marill/marill.geo.json @@ -0,0 +1,101 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.marill", + "texture_width": 32, + "texture_height": 32, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "bb_main", + "pivot": [0, 0, 0] + }, + { + "name": "lfoot", + "parent": "bb_main", + "pivot": [2, 0.5, -1], + "cubes": [ + {"origin": [1, 0, -3], "size": [2, 1, 4], "pivot": [2, 0.5, -1], "rotation": [0, -25, 0], "uv": [20, 0]} + ] + }, + { + "name": "rfoot", + "parent": "bb_main", + "pivot": [-2, 0.5, -1], + "cubes": [ + {"origin": [-3, 0, -3], "size": [2, 1, 4], "pivot": [-2, 0.5, -1], "rotation": [0, 25, 0], "uv": [20, 0], "mirror": true} + ] + }, + { + "name": "bb_upperbdody", + "parent": "bb_main", + "pivot": [0, 1.05833, -0.625], + "cubes": [ + {"origin": [-3, 0.99981, -3], "size": [6, 6, 6], "uv": [0, 6]}, + {"origin": [-4.3, 5.99981, -1], "size": [3, 3, 2], "pivot": [-2.8, 7.49981, 0], "rotation": [0, -10, -25], "uv": [0, 0], "mirror": true}, + {"origin": [1.3, 5.99981, -1], "size": [3, 3, 2], "pivot": [2.8, 7.49981, 0], "rotation": [0, 10, 25], "uv": [0, 0]} + ] + }, + { + "name": "face", + "parent": "bb_upperbdody", + "pivot": [0, 5.38314, -3.025], + "cubes": [ + {"origin": [-1, 3.72481, -3.035], "size": [1, 1, 0], "uv": [15, 28]}, + {"origin": [-0.625, 4.34981, -3.26], "size": [1, 1, 1], "inflate": -0.25, "uv": [22, 19]}, + {"origin": [-0.5, 3.72481, -3.035], "size": [1, 1, 0], "uv": [3, 22]}, + {"origin": [-0.75, 3.54981, -3.01], "size": [1, 1, 0], "uv": [3, 23]} + ] + }, + { + "name": "eye_right", + "parent": "face", + "pivot": [-1.55, 5.49981, -3.0125], + "cubes": [ + {"origin": [-2.1, 4.94981, -3.015], "size": [1, 1, 0], "uv": [15, 26]}, + {"origin": [-2.5, 4.54981, -3.01], "size": [2, 2, 0], "uv": [15, 30]} + ] + }, + { + "name": "eye_left", + "parent": "face", + "pivot": [1.55, 5.49981, -3.0125], + "cubes": [ + {"origin": [0.5, 4.54981, -3.01], "size": [2, 2, 0], "uv": [15, 30], "mirror": true}, + {"origin": [1.1, 4.94981, -3.015], "size": [1, 1, 0], "uv": [15, 26], "mirror": true} + ] + }, + { + "name": "bb_leaftarm", + "parent": "bb_upperbdody", + "pivot": [2.5, 3.49981, -0.5], + "cubes": [ + {"origin": [2, 2.49981, -1.5], "size": [3, 2, 2], "pivot": [3.5, 3.49981, -0.5], "rotation": [0, 20, 25], "uv": [12, 22]} + ] + }, + { + "name": "bb_rightarm", + "parent": "bb_upperbdody", + "pivot": [-2.5, 3.49981, -0.5], + "cubes": [ + {"origin": [-5, 2.49981, -1.5], "size": [3, 2, 2], "pivot": [-3.5, 3.49981, -0.5], "rotation": [0, -20, -25], "uv": [12, 22], "mirror": true} + ] + }, + { + "name": "bb_tail", + "parent": "bb_upperbdody", + "pivot": [0, 1.49981, 3], + "cubes": [ + {"origin": [0, -0.00019, 3.5], "size": [0, 5, 5], "pivot": [0, 2.49981, 6], "rotation": [-30, 0, 0], "uv": [22, 22]}, + {"origin": [-1.5, 4.19981, 8.2], "size": [3, 3, 3], "pivot": [0, 5.69981, 9.7], "rotation": [24.03208, 42.406, 16.73634], "uv": [0, 26]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/marowak_alolan/marowak_alolan.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/marowak_alolan/marowak_alolan.geo.json new file mode 100644 index 0000000..12942a9 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/marowak_alolan/marowak_alolan.geo.json @@ -0,0 +1,339 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.marowak", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "marowak", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "marowak", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 3, 0], + "cubes": [ + {"origin": [-0.5, 6.55, 3.5], "size": [1, 1, 0], "uv": [13, 4]}, + {"origin": [-4, 3, -3.5], "size": [8, 6, 7], "uv": [22, 0]} + ] + }, + { + "name": "upper_torso", + "parent": "torso", + "pivot": [0, 9, 1], + "cubes": [ + {"origin": [-3.5, 8, -3], "size": [7, 5, 6], "uv": [24, 28]} + ] + }, + { + "name": "neck", + "parent": "upper_torso", + "pivot": [0, 13, 0], + "cubes": [ + {"origin": [-3, 12, -2.5], "size": [6, 3, 5], "uv": [32, 20]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 14.5, 0], + "cubes": [ + {"origin": [-4, 13.5, -4], "size": [8, 7, 7], "uv": [0, 20]}, + {"origin": [4, 12.25, 1.1], "size": [3, 7, 0], "pivot": [4, 17, 1], "rotation": [-55.95742, -31.42176, 37.65635], "uv": [22, 0]}, + {"origin": [-7, 12.25, 1.1], "size": [3, 7, 0], "pivot": [-4, 17, 1], "rotation": [-55.95742, 31.42176, -37.65635], "uv": [0, 20]}, + {"origin": [2.46802, 18.10633, 2.53], "size": [2, 5, 2], "pivot": [3.31802, 20.35633, 3.11737], "rotation": [-63.92929, 30.8725, 14.2266], "uv": [52, 7]}, + {"origin": [-4.46802, 18.10633, 2.53], "size": [2, 5, 2], "pivot": [-3.31802, 20.35633, 3.11737], "rotation": [-63.92929, -30.8725, -14.2266], "uv": [0, 51]}, + {"origin": [-3.5, 13.75, 2], "size": [7, 6, 2], "pivot": [0, 19.5, 4], "rotation": [9.5, 0, 0], "uv": [29, 46]}, + {"origin": [-4, 19.5, 3], "size": [8, 1, 1], "uv": [14, 59]}, + {"origin": [-0.5, 20.5, -1], "size": [1, 0, 1], "inflate": 0.01, "uv": [12, 1]}, + {"origin": [-0.5, 19.5, -4.025], "size": [1, 1, 0], "uv": [13, 3]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [0, 15, 0] + }, + { + "name": "left_eye", + "parent": "eyes", + "pivot": [0, 15, -0.5], + "cubes": [ + {"origin": [3, 16, -4], "size": [1, 2, 3], "inflate": 0.01, "uv": [13, 54]}, + {"origin": [4, 16.5, -4], "size": [0, 1, 1], "inflate": 0.02, "uv": [2, 0]} + ] + }, + { + "name": "left_eyelid", + "parent": "eyes", + "pivot": [-0.1, 15, -0.4], + "cubes": [ + {"origin": [2.9, 16, -3.9], "size": [1, 2, 3], "inflate": 0.03, "uv": [40, 57]} + ] + }, + { + "name": "right_eye", + "parent": "eyes", + "pivot": [0, 15, -0.5], + "cubes": [ + {"origin": [-4, 16, -4], "size": [1, 2, 3], "inflate": 0.01, "uv": [8, 51]}, + {"origin": [-4, 16.5, -4], "size": [0, 1, 1], "inflate": 0.02, "uv": [0, 0]} + ] + }, + { + "name": "right_eyelid", + "parent": "eyes", + "pivot": [0.1, 15, -0.4], + "cubes": [ + {"origin": [-3.9, 16, -3.9], "size": [1, 2, 3], "inflate": 0.03, "uv": [45, 59]} + ] + }, + { + "name": "jaw", + "parent": "head", + "pivot": [0, 13.9, -4], + "cubes": [ + {"origin": [-1.5, 13, -7.5], "size": [3, 1, 6], "pivot": [0, 13.5, -4], "rotation": [12.5, 0, 0], "uv": [31, 39]} + ] + }, + { + "name": "snout", + "parent": "head", + "pivot": [0, 17.6, -4], + "rotation": [12.5, 0, 0], + "cubes": [ + {"origin": [-2, 13.6, -9], "size": [4, 4, 5], "inflate": 0.01, "uv": [13, 39]}, + {"origin": [-2, 13.6, -8], "size": [4, 2, 4], "pivot": [2, 14.1, -8], "rotation": [0, 27.5, 0], "uv": [28, 58]}, + {"origin": [-2, 13.6, -8], "size": [4, 2, 4], "pivot": [-2, 14.1, -8], "rotation": [0, -27.5, 0], "uv": [40, 13]} + ] + }, + { + "name": "left_upper_arm", + "parent": "upper_torso", + "pivot": [3.5, 12.5, 0], + "cubes": [ + {"origin": [3, 10.5, -1.5], "size": [4, 2, 3], "uv": [50, 33]} + ] + }, + { + "name": "left_lower_arm", + "parent": "left_upper_arm", + "pivot": [7, 11.5, 1.5], + "cubes": [ + {"origin": [7, 10.5, -1.5], "size": [4, 2, 3], "inflate": 0.01, "uv": [44, 28]} + ] + }, + { + "name": "left_hand", + "parent": "left_lower_arm", + "pivot": [11, 12.5, 0], + "cubes": [ + {"origin": [11, 11.5, -1.5], "size": [2, 1, 3], "uv": [7, 59]} + ] + }, + { + "name": "left_fingers", + "parent": "left_hand", + "pivot": [13, 12.5, 0], + "cubes": [ + {"origin": [13, 11.5, -1.5], "size": [2, 1, 3], "inflate": 0.01, "uv": [0, 58]} + ] + }, + { + "name": "left_thumb", + "parent": "left_lower_arm", + "pivot": [11, 11, -1.5], + "cubes": [ + {"origin": [10.5, 10.5, -2], "size": [2, 1, 1], "inflate": 0.01, "uv": [43, 39]} + ] + }, + { + "name": "right_upper_arm", + "parent": "upper_torso", + "pivot": [-3.5, 12.5, 0], + "cubes": [ + {"origin": [-7, 10.5, -1.5], "size": [4, 2, 3], "uv": [23, 20]} + ] + }, + { + "name": "right_lower_arm", + "parent": "right_upper_arm", + "pivot": [-7, 11.5, 1.5], + "cubes": [ + {"origin": [-11, 10.5, -1.5], "size": [4, 2, 3], "inflate": 0.01, "uv": [22, 13]} + ] + }, + { + "name": "right_hand", + "parent": "right_lower_arm", + "pivot": [-11, 12.5, 0], + "cubes": [ + {"origin": [-13, 11.5, -1.5], "size": [2, 1, 3], "uv": [22, 51]} + ] + }, + { + "name": "bone_body", + "parent": "right_hand", + "pivot": [0, 0, 0] + }, + { + "name": "bone_torso", + "parent": "bone_body", + "pivot": [0, 3, 0] + }, + { + "name": "bone_upper_torso", + "parent": "bone_torso", + "pivot": [0, 9, 1] + }, + { + "name": "bone_right_upper_arm", + "parent": "bone_upper_torso", + "pivot": [-3.5, 12.5, 0] + }, + { + "name": "bone_right_lower_arm", + "parent": "bone_right_upper_arm", + "pivot": [-7, 11.5, 1.5] + }, + { + "name": "bone_right_hand", + "parent": "bone_right_lower_arm", + "pivot": [-11, 12.5, 0] + }, + { + "name": "bone", + "parent": "bone_right_hand", + "pivot": [-12, 11, 0], + "rotation": [0, 0, -90], + "cubes": [ + {"origin": [-13, 10, -9], "size": [2, 2, 16], "uv": [2, 2]} + ] + }, + { + "name": "bone_end", + "parent": "bone", + "pivot": [-12, 11, 6.5], + "cubes": [ + {"origin": [-10.75, 9.5, 7.5], "size": [3, 3, 3], "pivot": [-12, 11, 10.25], "rotation": [0, 45, 0], "uv": [49, 19]}, + {"origin": [-11.75, 10, 6.5], "size": [2, 2, 2], "inflate": 0.2, "pivot": [-12, 11, 10.25], "rotation": [0, 45, 0], "uv": [36, 13]} + ] + }, + { + "name": "bone_tip", + "parent": "bone", + "pivot": [-12, 11, -8.5], + "cubes": [ + {"origin": [-11.75, 10, -11.5], "size": [2, 2, 2], "inflate": 0.2, "pivot": [-12, 11, -10.25], "rotation": [0, -45, 0], "uv": [30, 54]}, + {"origin": [-13.75, 9.5, -10.5], "size": [3, 3, 3], "pivot": [-12, 11, -10.25], "rotation": [0, -45, 0], "uv": [13, 48]} + ] + }, + { + "name": "fire_down", + "parent": "bone_tip", + "pivot": [-11, 10.2, 6.5], + "cubes": [ + {"origin": [-26, 4.7, 6.5], "size": [14, 26, 0], "pivot": [-13, 4.7, 7.5], "rotation": [0, 0, 90], "uv": [0, 66]}, + {"origin": [-20, 10.7, 6.5], "size": [14, 26, 0], "pivot": [-13, 10.7, 6.5], "rotation": [0, 85, 90], "uv": [0, 96]} + ] + }, + { + "name": "fire_up", + "parent": "bone_tip", + "pivot": [-11, 10.45, -9.5], + "cubes": [ + {"origin": [-26, 4.95, -9.5], "size": [14, 26, 0], "pivot": [-13, 4.95, -8.5], "rotation": [0, 0, 90], "uv": [0, 66]}, + {"origin": [-20, 10.95, -9.5], "size": [14, 26, 0], "pivot": [-13, 10.95, -9.5], "rotation": [0, 85, 90], "uv": [0, 96]} + ] + }, + { + "name": "right_fingers", + "parent": "right_hand", + "pivot": [-13, 12.5, 0], + "cubes": [ + {"origin": [-15, 11.5, -1.5], "size": [2, 1, 3], "inflate": 0.01, "uv": [26, 39]} + ] + }, + { + "name": "right_thumb", + "parent": "right_lower_arm", + "pivot": [-11, 11, -1.5], + "cubes": [ + {"origin": [-12.5, 10.5, -2], "size": [2, 1, 1], "inflate": 0.01, "uv": [23, 25]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 5, 3.5], + "cubes": [ + {"origin": [-2, 3, 2], "size": [4, 4, 5], "inflate": 0.01, "uv": [0, 9]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 5, 7], + "cubes": [ + {"origin": [-1.5, 3.5, 6], "size": [3, 3, 5], "uv": [0, 43]}, + {"origin": [0, 6, 8], "size": [0, 3, 2], "uv": [0, 0]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 5, 11], + "cubes": [ + {"origin": [-1, 4, 10], "size": [2, 2, 3], "uv": [13, 34]} + ] + }, + { + "name": "left_leg", + "parent": "body", + "pivot": [4, 4.5, -0.25], + "cubes": [ + {"origin": [2, 2.5, -2.75], "size": [4, 4, 5], "inflate": 0.01, "uv": [0, 34]} + ] + }, + { + "name": "left_foot", + "parent": "left_leg", + "pivot": [4, 2.5, -2.25], + "cubes": [ + {"origin": [2.5, 0, -2.25], "size": [3, 3, 4], "uv": [46, 38]}, + {"origin": [3, 0, -3.25], "size": [2, 1, 1], "uv": [22, 48]} + ] + }, + { + "name": "right_leg", + "parent": "body", + "pivot": [-4, 4.5, -0.25], + "cubes": [ + {"origin": [-6, 2.5, -2.75], "size": [4, 4, 5], "inflate": 0.01, "uv": [0, 0]} + ] + }, + { + "name": "right_foot", + "parent": "right_leg", + "pivot": [-4, 2.5, -2.25], + "cubes": [ + {"origin": [-5.5, 0, -2.25], "size": [3, 3, 4], "uv": [45, 0]}, + {"origin": [-5, 0, -3.25], "size": [2, 1, 1], "uv": [31, 43]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/marshadow/marshadow.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/marshadow/marshadow.geo.json new file mode 100644 index 0000000..17a2c1c --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/marshadow/marshadow.geo.json @@ -0,0 +1,494 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 3, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "marshadow", + "pivot": [0, 0, 0] + }, + { + "name": "whole_body", + "parent": "marshadow", + "pivot": [0, 0, 0] + }, + { + "name": "left_leg", + "parent": "whole_body", + "pivot": [1.975, 6, 0], + "cubes": [ + {"origin": [0.475, 2, -1.5], "size": [3, 4, 3], "uv": [56, 8]} + ] + }, + { + "name": "left_leg_2", + "parent": "left_leg", + "pivot": [1.975, 2.075, -1.425], + "cubes": [ + {"origin": [0.475, 0, -1.5], "size": [3, 2, 3], "inflate": 0.001, "uv": [25, 32]} + ] + }, + { + "name": "right_shadow_4", + "parent": "left_leg_2", + "pivot": [2.475, 0.025, 1.5], + "cubes": [ + {"origin": [0.475, 0.025, 1.5], "size": [3, 0, 3], "uv": [14, 44]} + ] + }, + { + "name": "right_shadow_5", + "parent": "right_shadow_4", + "pivot": [2.475, 0.025, 4.5], + "cubes": [ + {"origin": [0.475, 0.025, 4.5], "size": [3, 0, 3], "uv": [25, 3]} + ] + }, + { + "name": "right_shadow_6", + "parent": "right_shadow_5", + "pivot": [2.475, 0.025, 7.5], + "cubes": [ + {"origin": [0.475, 0.025, 7.5], "size": [3, 0, 3], "uv": [25, 0]} + ] + }, + { + "name": "right_leg", + "parent": "whole_body", + "pivot": [-1.975, 6, 0], + "cubes": [ + {"origin": [-3.475, 2, -1.5], "size": [3, 4, 3], "uv": [36, 56]} + ] + }, + { + "name": "right_leg_2", + "parent": "right_leg", + "pivot": [-1.975, 2.075, -1.425], + "cubes": [ + {"origin": [-3.475, 0, -1.5], "size": [3, 2, 3], "inflate": 0.001, "uv": [44, 17]} + ] + }, + { + "name": "left_shadow_4", + "parent": "right_leg_2", + "pivot": [-2.475, 0.025, 1.5], + "cubes": [ + {"origin": [-3.475, 0.025, 1.5], "size": [3, 0, 3], "uv": [47, 0]} + ] + }, + { + "name": "left_shadow_5", + "parent": "left_shadow_4", + "pivot": [-2.475, 0.025, 4.5], + "cubes": [ + {"origin": [-3.475, 0.025, 4.5], "size": [3, 0, 3], "uv": [45, 44]} + ] + }, + { + "name": "left_shadow_6", + "parent": "left_shadow_5", + "pivot": [-2.475, 0.025, 7.5], + "cubes": [ + {"origin": [-3.475, 0.025, 7.5], "size": [3, 0, 3], "uv": [20, 44]} + ] + }, + { + "name": "body_shake", + "parent": "whole_body", + "pivot": [0, 3.83333, 0] + }, + { + "name": "body", + "parent": "body_shake", + "pivot": [0, 3.83333, 0], + "cubes": [ + {"origin": [-3.5, 4, -3], "size": [7, 4, 6], "uv": [32, 32]}, + {"origin": [-3, 8, -2.5], "size": [6, 4, 5], "uv": [0, 44]}, + {"origin": [-3, 3, -2.5], "size": [6, 2, 5], "uv": [33, 49]} + ] + }, + { + "name": "arm_right", + "parent": "body", + "pivot": [-2.975, 10, 0], + "cubes": [ + {"origin": [-5.5, 8, -1], "size": [3, 2, 2], "uv": [10, 62]} + ] + }, + { + "name": "hand_right_1", + "parent": "arm_right", + "pivot": [-5.45, 10, 0], + "cubes": [ + {"origin": [-7.475, 8, -1.5], "size": [2, 2, 3], "inflate": 0.025, "uv": [45, 61]} + ] + }, + { + "name": "flamefist_right", + "parent": "hand_right_1", + "pivot": [-7.475, 9.7, 0], + "cubes": [ + {"origin": [-8.475, 9.7, -1], "size": [2, 1, 2], "inflate": 0.025, "uv": [36, 63]} + ] + }, + { + "name": "flamefist_alternate2", + "parent": "hand_right_1", + "pivot": [-7.475, 9.7, 0], + "cubes": [ + {"origin": [-8.475, 9.7, -1], "size": [2, 1, 2], "inflate": 0.0251, "uv": [62, 38], "mirror": true} + ] + }, + { + "name": "fire_effect3", + "parent": "flamefist_alternate2", + "pivot": [-6.475, 10.025, 0], + "cubes": [ + {"origin": [-6.475, 10.025, -1], "size": [2, 0, 2], "uv": [0, 34], "mirror": true} + ] + }, + { + "name": "fire_effect4", + "parent": "fire_effect3", + "pivot": [-4.475, 10.025, 0], + "cubes": [ + {"origin": [-4.475, 10.025, -1], "size": [2, 0, 2], "uv": [32, 32], "mirror": true} + ] + }, + { + "name": "hand_right_2", + "parent": "hand_right_1", + "pivot": [-7.55, 10.1, 0], + "cubes": [ + {"origin": [-9.525, 8, -1.5], "size": [2, 2, 3], "inflate": 0.0251, "uv": [52, 32]} + ] + }, + { + "name": "finger_right", + "parent": "hand_right_2", + "pivot": [-8.125, 8.5, -1.5], + "rotation": [0, 45, 0], + "cubes": [ + {"origin": [-8.625, 8.05, -2.5], "size": [1, 1, 2], "inflate": -0.05, "uv": [45, 56]} + ] + }, + { + "name": "arm_left", + "parent": "body", + "pivot": [2.975, 10, 0], + "cubes": [ + {"origin": [2.5, 8, -1], "size": [3, 2, 2], "uv": [20, 62]} + ] + }, + { + "name": "hand_left_1", + "parent": "arm_left", + "pivot": [5.45, 10, 0], + "cubes": [ + {"origin": [5.475, 8, -1.5], "size": [2, 2, 3], "inflate": 0.025, "uv": [55, 61]} + ] + }, + { + "name": "flamefist_left", + "parent": "hand_left_1", + "pivot": [7.475, 9.7, 0], + "cubes": [ + {"origin": [6.475, 9.7, -1], "size": [2, 1, 2], "inflate": 0.025, "uv": [64, 44]} + ] + }, + { + "name": "flamefist_alternate", + "parent": "hand_left_1", + "pivot": [7.475, 9.7, 0], + "cubes": [ + {"origin": [6.475, 9.7, -1], "size": [2, 1, 2], "inflate": 0.0251, "uv": [62, 38]} + ] + }, + { + "name": "fire_effect", + "parent": "flamefist_alternate", + "pivot": [6.475, 10.025, 0], + "cubes": [ + {"origin": [4.475, 10.025, -1], "size": [2, 0, 2], "uv": [0, 34]} + ] + }, + { + "name": "fire_effect2", + "parent": "fire_effect", + "pivot": [4.475, 10.025, 0], + "cubes": [ + {"origin": [2.475, 10.025, -1], "size": [2, 0, 2], "uv": [32, 32]} + ] + }, + { + "name": "hand_left_2", + "parent": "hand_left_1", + "pivot": [7.55, 10.1, 0], + "cubes": [ + {"origin": [7.525, 8, -1.5], "size": [2, 2, 3], "inflate": 0.0251, "uv": [0, 62]} + ] + }, + { + "name": "finger_left", + "parent": "hand_left_2", + "pivot": [8.125, 8.5, -1.5], + "rotation": [0, -45, 0], + "cubes": [ + {"origin": [7.625, 8.05, -2.5], "size": [1, 1, 2], "inflate": -0.05, "uv": [52, 61]} + ] + }, + { + "name": "scarf", + "parent": "body", + "pivot": [0, 10, 0], + "cubes": [ + {"origin": [-5, 9, -4], "size": [10, 2, 8], "uv": [28, 22]}, + {"origin": [-5, 9, -4], "size": [10, 2, 8], "inflate": 0.2, "uv": [28, 7]} + ] + }, + { + "name": "in_3", + "parent": "scarf", + "pivot": [5.05711, 10, 0.65711], + "rotation": [0, 90, 0], + "cubes": [ + {"origin": [4.05711, 9, 0.15711], "size": [2, 2, 3], "inflate": -0.226, "uv": [55, 39]} + ] + }, + { + "name": "in_4", + "parent": "in_3", + "pivot": [5.08211, 9.975, 1.93211], + "cubes": [ + {"origin": [4.58211, 9.475, 1.65711], "size": [1, 1, 3], "uv": [14, 54]} + ] + }, + { + "name": "scarf_alternate", + "parent": "body", + "pivot": [0, 10, 0], + "cubes": [ + {"origin": [-5, 9, -4], "size": [10, 2, 8], "uv": [72, 0]}, + {"origin": [-5, 9, -4], "size": [10, 2, 8], "inflate": 0.2, "uv": [72, 10]} + ] + }, + { + "name": "in_6", + "parent": "scarf_alternate", + "pivot": [5.13211, 10, 0.65711], + "rotation": [0, 90, 0], + "cubes": [ + {"origin": [4.13211, 9, 0.08211], "size": [2, 2, 3], "inflate": -0.226, "uv": [86, 23]} + ] + }, + { + "name": "in_7", + "parent": "in_6", + "pivot": [5.15711, 9.975, 2.08211], + "cubes": [ + {"origin": [4.65711, 9.475, 1.58211], "size": [1, 1, 3], "uv": [98, 24]} + ] + }, + { + "name": "head", + "parent": "body", + "pivot": [0, 11.5, 0], + "cubes": [ + {"origin": [-4.5, 11, -3.5], "size": [9, 7, 7], "uv": [0, 30]} + ] + }, + { + "name": "hoot_alternate", + "parent": "head", + "pivot": [0, 11.40833, -1.35], + "cubes": [ + {"origin": [-5, 11.6, -4], "size": [10, 7, 8], "uv": [0, 15]}, + {"origin": [-0.5, 14.625, -4.05], "size": [1, 1, 0], "uv": [2, 7]}, + {"origin": [-4, 18.5, -3], "size": [8, 1, 6], "uv": [26, 42]} + ] + }, + { + "name": "ear_right", + "parent": "hoot_alternate", + "pivot": [-3.1, 16.45, -1.525], + "rotation": [0, 0, -44], + "cubes": [ + {"origin": [-5.03522, 16.08668, -3.025], "size": [5, 4, 4], "pivot": [-2.22262, 18.41038, -1.525], "rotation": [0, 0, 0], "uv": [18, 54], "mirror": true} + ] + }, + { + "name": "bone3", + "parent": "ear_right", + "pivot": [-4.87262, 19.68538, -1.55], + "cubes": [ + {"origin": [-4.18522, 18.86168, -2.025], "size": [4, 4, 0], "pivot": [-1.87262, 20.68538, -1.55], "rotation": [0, 0, 27], "uv": [62, 34], "mirror": true} + ] + }, + { + "name": "bone4", + "parent": "bone3", + "pivot": [-2.97262, 22.86038, -1.575], + "cubes": [ + {"origin": [-3.31022, 22.33668, -1.95], "size": [4, 4, 0], "pivot": [-1.31022, 22.33668, -2.05], "rotation": [0, 0, 0], "uv": [72, 28], "mirror": true} + ] + }, + { + "name": "ear_left", + "parent": "hoot_alternate", + "pivot": [3.1, 16.45, -1.525], + "rotation": [0, 0, 44], + "cubes": [ + {"origin": [0.03522, 16.08668, -3.025], "size": [5, 4, 4], "pivot": [2.22262, 18.41038, -1.525], "rotation": [0, 0, 0], "uv": [18, 54]} + ] + }, + { + "name": "bone2", + "parent": "ear_left", + "pivot": [4.87262, 19.68538, -1.55], + "cubes": [ + {"origin": [0.18522, 18.86168, -2.025], "size": [4, 4, 0], "pivot": [1.87262, 20.68538, -1.55], "rotation": [0, 0, -27], "uv": [62, 34]} + ] + }, + { + "name": "bone", + "parent": "bone2", + "pivot": [2.97262, 22.86038, -1.575], + "cubes": [ + {"origin": [-0.68978, 22.33668, -1.95], "size": [4, 4, 0], "inflate": 0.01, "pivot": [1.31022, 22.33668, -2.05], "rotation": [0, 0, 0], "uv": [72, 28]} + ] + }, + { + "name": "anthena", + "parent": "hoot_alternate", + "pivot": [0.5, 19.5, -0.5], + "cubes": [ + {"origin": [-1, 18.5, -1], "size": [2, 5, 2], "uv": [0, 15]} + ] + }, + { + "name": "anthena_ball", + "parent": "anthena", + "pivot": [0, 18.5, -1], + "cubes": [ + {"origin": [-2, 21.5, -2], "size": [4, 4, 4], "uv": [56, 17]} + ] + }, + { + "name": "anthena_ball2", + "parent": "anthena_ball", + "pivot": [0, 18.5, -1], + "cubes": [ + {"origin": [0, 20.5, 0.975], "size": [0, 5, 8], "uv": [22, 41]} + ] + }, + { + "name": "hood_normal", + "parent": "head", + "pivot": [0, 11.40833, -1.35], + "cubes": [ + {"origin": [-5, 11.6, -4], "size": [10, 7, 8], "inflate": 0.01, "uv": [0, 0]}, + {"origin": [-0.5, 14.625, -4.05], "size": [1, 1, 0], "inflate": 0.01, "uv": [0, 7]}, + {"origin": [-4, 18.5, -3], "size": [8, 1, 6], "inflate": 0.01, "uv": [28, 0]} + ] + }, + { + "name": "ear_right2", + "parent": "hood_normal", + "pivot": [-3.1, 16.45, -1.525], + "rotation": [0, 0, -44], + "cubes": [ + {"origin": [-5.05258, 16.06869, -3.025], "size": [5, 4, 4], "inflate": 0.01, "pivot": [-2.22262, 18.41038, -1.525], "rotation": [0, 0, 0], "uv": [51, 53]} + ] + }, + { + "name": "bone6", + "parent": "ear_right2", + "pivot": [-2.72262, 19.91038, -2.025], + "cubes": [ + {"origin": [-4.05258, 19.06869, -2.025], "size": [4, 3, 0], "inflate": 0.01, "pivot": [-1.72262, 20.91038, -2.025], "rotation": [0, 0, 0], "uv": [64, 25]} + ] + }, + { + "name": "ear_left2", + "parent": "hood_normal", + "pivot": [3.1, 16.45, -1.525], + "rotation": [0, 0, 44], + "cubes": [ + {"origin": [0.05258, 16.06869, -3.025], "size": [5, 4, 4], "inflate": 0.01, "pivot": [2.22262, 18.41038, -1.525], "rotation": [0, 0, 0], "uv": [50, 45]} + ] + }, + { + "name": "bone5", + "parent": "ear_left2", + "pivot": [2.72262, 19.91038, -2.025], + "cubes": [ + {"origin": [0.05258, 19.06869, -2.025], "size": [4, 3, 0], "inflate": 0.01, "pivot": [1.72262, 19.91038, -2.025], "rotation": [0, 0, 0], "uv": [62, 61]} + ] + }, + { + "name": "anthena2", + "parent": "hood_normal", + "pivot": [0.5, 19.5, -0.5], + "cubes": [ + {"origin": [-1, 18.5, -1], "size": [2, 5, 2], "inflate": 0.01, "uv": [0, 0]} + ] + }, + { + "name": "anthena_ball3", + "parent": "anthena2", + "pivot": [0, 18.5, -1], + "cubes": [ + {"origin": [-2, 21.5, -2], "size": [4, 4, 4], "inflate": 0.01, "uv": [56, 0]} + ] + }, + { + "name": "anthena_ball4", + "parent": "anthena_ball3", + "pivot": [0, 22.5, 1], + "cubes": [ + {"origin": [0, 20.5, 0.975], "size": [0, 5, 8], "uv": [28, 9]} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [0, 11.725, -3.025], + "cubes": [ + {"origin": [-0.5, 10.7, -3.55], "size": [1, 1, 0], "pivot": [0, 11.2, -3.05], "rotation": [0, 0, 45], "uv": [4, 7]}, + {"origin": [-0.5, 11.125, -3.525], "size": [1, 1, 0], "pivot": [0, 11.625, -3.025], "rotation": [0, 0, 45], "uv": [6, 7]} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [2.375, 14.16667, -3.53333], + "rotation": [0, 0, 2.5], + "cubes": [ + {"origin": [1.875, 15, -3.525], "size": [1, 1, 0], "uv": [0, 15]}, + {"origin": [1.375, 12, -3.525], "size": [2, 3, 0], "uv": [0, 44]}, + {"origin": [1.875, 12.5, -3.55], "size": [1, 2, 0], "uv": [0, 0]} + ] + }, + { + "name": "eye_right", + "parent": "head", + "pivot": [-2.375, 14.16667, -3.53333], + "rotation": [0, 0, -2.5], + "cubes": [ + {"origin": [-2.875, 15, -3.525], "size": [1, 1, 0], "uv": [6, 15]}, + {"origin": [-3.375, 12, -3.525], "size": [2, 3, 0], "uv": [0, 54]}, + {"origin": [-2.875, 12.5, -3.55], "size": [1, 2, 0], "uv": [6, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/medicham/medicham.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/medicham/medicham.geo.json new file mode 100644 index 0000000..22ca37d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/medicham/medicham.geo.json @@ -0,0 +1,310 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.medicham", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "medicham", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "medicham", + "pivot": [0, 0, 0] + }, + { + "name": "torso_lower", + "parent": "body", + "pivot": [0, 10.75, 3.5], + "cubes": [ + {"origin": [-1.5, 10.5, 0.5], "size": [3, 3, 3], "inflate": 0.05, "uv": [32, 44]} + ] + }, + { + "name": "torso", + "parent": "torso_lower", + "pivot": [0, 13.5, 3.5], + "cubes": [ + {"origin": [-1, 18.5, 1], "size": [2, 3, 2], "uv": [20, 47]}, + {"origin": [-1.5, 13.5, 0.5], "size": [3, 5, 3], "uv": [44, 15]} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 21.45, 2], + "cubes": [ + {"origin": [-2.5, 21.45, -1], "size": [5, 6, 5], "uv": [24, 9]} + ] + }, + { + "name": "bone4", + "parent": "head", + "pivot": [0, 21.95, -0.75], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [-0.5, 21.45, -1.25], "size": [1, 1, 1], "uv": [28, 47]} + ] + }, + { + "name": "bone5", + "parent": "head", + "pivot": [-0.5, 26.2, 0], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [-2.5, 24.95, -1.5], "size": [5, 3, 5], "inflate": 0.05, "uv": [24, 20]} + ] + }, + { + "name": "bone6", + "parent": "bone5", + "pivot": [0, 27.95, 3.5], + "cubes": [ + {"origin": [-0.5, 26.95, 3], "size": [1, 1, 1], "uv": [6, 51]}, + {"origin": [-1, 26.45, 4], "size": [2, 2, 3], "uv": [44, 44]} + ] + }, + { + "name": "bone20", + "parent": "bone5", + "pivot": [-2, 26.2, 0], + "rotation": [0, 0, -50], + "cubes": [ + {"origin": [-5, 25.7, -0.5], "size": [3, 1, 1], "uv": [28, 50]} + ] + }, + { + "name": "bone19", + "parent": "bone5", + "pivot": [2, 26.2, 0], + "rotation": [0, 0, 50], + "cubes": [ + {"origin": [2, 25.7, -0.5], "size": [3, 1, 1], "uv": [50, 27]} + ] + }, + { + "name": "bone8", + "parent": "head", + "pivot": [-3.55, 21.95, -1.25], + "cubes": [ + {"origin": [-2.5, 23.25, -1.05], "size": [2, 2, 1], "inflate": -0.025, "uv": [50, 32]} + ] + }, + { + "name": "bone9", + "parent": "bone8", + "pivot": [-1.55, 24.325, -1.05], + "cubes": [ + {"origin": [-2.05, 23.825, -1.05], "size": [1, 1, 0], "uv": [16, 27]} + ] + }, + { + "name": "bone7", + "parent": "head", + "pivot": [-0.5, 21.95, -1.25], + "cubes": [ + {"origin": [0.475, 23.25, -1.05], "size": [2, 2, 1], "inflate": -0.025, "uv": [50, 29]} + ] + }, + { + "name": "bone10", + "parent": "bone7", + "pivot": [1.45, 24.325, -1.05], + "cubes": [ + {"origin": [0.95, 23.825, -1.05], "size": [1, 1, 0], "uv": [18, 27]} + ] + }, + { + "name": "arm_right", + "parent": "torso", + "pivot": [-0.75, 19.75, 2], + "cubes": [ + {"origin": [-6.75, 18.75, 1.5], "size": [6, 1, 1], "uv": [44, 25]} + ] + }, + { + "name": "bone24", + "parent": "arm_right", + "pivot": [-6.75, 19.25, 2.5], + "cubes": [ + {"origin": [-13.75, 18.75, 1], "size": [7, 1, 2], "inflate": 0.05, "uv": [45, 12]} + ] + }, + { + "name": "bone25", + "parent": "bone24", + "pivot": [-13.75, 19.25, 2], + "cubes": [ + {"origin": [-15.75, 18.75, 1], "size": [2, 1, 2], "inflate": 0.025, "uv": [44, 49]} + ] + }, + { + "name": "bone26", + "parent": "bone25", + "pivot": [-14.175, 19.75, 1.425], + "rotation": [0, -35, 0], + "cubes": [ + {"origin": [-16.175, 18.75, 0.925], "size": [2, 1, 1], "uv": [50, 39]} + ] + }, + { + "name": "bone27", + "parent": "bone25", + "pivot": [-15.5, 19.75, 1.5], + "cubes": [ + {"origin": [-17.5, 18.75, 1], "size": [2, 1, 1], "uv": [50, 41]} + ] + }, + { + "name": "bone28", + "parent": "bone25", + "pivot": [-15.5, 19.75, 2.5], + "cubes": [ + {"origin": [-17.5, 18.75, 2], "size": [2, 1, 1], "uv": [0, 51]} + ] + }, + { + "name": "arm_left", + "parent": "torso", + "pivot": [0.75, 19.75, 2], + "cubes": [ + {"origin": [0.75, 18.75, 1.5], "size": [6, 1, 1], "uv": [44, 23]} + ] + }, + { + "name": "bone2", + "parent": "arm_left", + "pivot": [6.75, 19.25, 2.5], + "cubes": [ + {"origin": [6.75, 18.75, 1], "size": [7, 1, 2], "inflate": 0.05, "uv": [44, 9]} + ] + }, + { + "name": "bone3", + "parent": "bone2", + "pivot": [13.75, 19.25, 2], + "cubes": [ + {"origin": [13.75, 18.75, 1], "size": [2, 1, 2], "inflate": 0.025, "uv": [48, 6]} + ] + }, + { + "name": "bone23", + "parent": "bone3", + "pivot": [14.175, 19.75, 1.425], + "rotation": [0, 35, 0], + "cubes": [ + {"origin": [14.175, 18.75, 0.925], "size": [2, 1, 1], "uv": [50, 37]} + ] + }, + { + "name": "bone22", + "parent": "bone3", + "pivot": [15.5, 19.75, 1.5], + "cubes": [ + {"origin": [15.5, 18.75, 1], "size": [2, 1, 1], "uv": [36, 50]} + ] + }, + { + "name": "bone21", + "parent": "bone3", + "pivot": [15.5, 19.75, 2.5], + "cubes": [ + {"origin": [15.5, 18.75, 2], "size": [2, 1, 1], "uv": [50, 35]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [2, 12.75, 2], + "cubes": [ + {"origin": [0.25, 9.075, -1], "size": [2, 5, 6], "inflate": -0.05, "pivot": [1.25, 11.075, 1.5], "rotation": [0, 0, 35], "uv": [16, 28]} + ] + }, + { + "name": "bone13", + "parent": "leg_left", + "pivot": [3.5, 11.25, 2], + "cubes": [ + {"origin": [1.5, 8.75, -0.125], "size": [4, 4, 4], "uv": [16, 39]}, + {"origin": [0.5, 7.025, -1.125], "size": [6, 3, 6], "inflate": -0.001, "uv": [0, 18]} + ] + }, + { + "name": "bone16", + "parent": "bone13", + "pivot": [3.5, 7, -1.125], + "cubes": [ + {"origin": [0.5, 4.025, -1.125], "size": [6, 3, 6], "uv": [24, 0]}, + {"origin": [1, 2, -0.25], "size": [4, 3, 5], "uv": [32, 36]} + ] + }, + { + "name": "bone17", + "parent": "bone16", + "pivot": [3, 2, 1], + "cubes": [ + {"origin": [2, 0, 1], "size": [2, 2, 3], "inflate": 0.025, "uv": [10, 47]} + ] + }, + { + "name": "bone18", + "parent": "bone17", + "pivot": [3, 0, 1], + "cubes": [ + {"origin": [2, 0, -1], "size": [2, 1, 2], "uv": [48, 3]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-2, 12.75, 2], + "cubes": [ + {"origin": [-2.25, 9.075, -1], "size": [2, 5, 6], "inflate": -0.05, "pivot": [-1.25, 11.075, 1.5], "rotation": [0, 0, -32.5], "uv": [0, 27]} + ] + }, + { + "name": "bone11", + "parent": "leg_right", + "pivot": [-3.5, 11.25, 2], + "cubes": [ + {"origin": [-5.5, 8.75, -0.15], "size": [4, 4, 4], "uv": [16, 39], "mirror": true}, + {"origin": [-6.5, 7.025, -1.125], "size": [6, 3, 6], "inflate": -0.001, "uv": [0, 18], "mirror": true} + ] + }, + { + "name": "bone12", + "parent": "bone11", + "pivot": [-3.5, 7, -1.125], + "cubes": [ + {"origin": [-6.5, 4.025, -1.125], "size": [6, 3, 6], "uv": [24, 0], "mirror": true}, + {"origin": [-5, 2, -0.25], "size": [4, 3, 5], "uv": [32, 36], "mirror": true} + ] + }, + { + "name": "bone14", + "parent": "bone12", + "pivot": [-3, 2, 1], + "cubes": [ + {"origin": [-4, 0, 1], "size": [2, 2, 3], "inflate": 0.025, "uv": [0, 46]} + ] + }, + { + "name": "bone15", + "parent": "bone14", + "pivot": [-3, 0, 1], + "cubes": [ + {"origin": [-4, 0, -1], "size": [2, 1, 2], "uv": [48, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/medicham/medicham_female.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/medicham/medicham_female.geo.json new file mode 100644 index 0000000..3598270 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/medicham/medicham_female.geo.json @@ -0,0 +1,310 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.medicham", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 5, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "medicham", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "medicham", + "pivot": [0, 0, 0] + }, + { + "name": "torso_lower", + "parent": "body", + "pivot": [0, 10.75, 3.5], + "cubes": [ + {"origin": [-1.5, 10.5, 0.5], "size": [3, 3, 3], "inflate": 0.05, "uv": [32, 44]} + ] + }, + { + "name": "torso", + "parent": "torso_lower", + "pivot": [0, 13.5, 3.5], + "cubes": [ + {"origin": [-1, 18.5, 1], "size": [2, 3, 2], "uv": [20, 47]}, + {"origin": [-1.5, 13.5, 0.5], "size": [3, 5, 3], "uv": [44, 15]} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 21.45, 2], + "cubes": [ + {"origin": [-2.5, 21.45, -1], "size": [5, 6, 5], "uv": [24, 9]} + ] + }, + { + "name": "bone4", + "parent": "head", + "pivot": [0, 21.95, -0.75], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [-0.5, 21.45, -1.25], "size": [1, 1, 1], "uv": [28, 47]} + ] + }, + { + "name": "bone5", + "parent": "head", + "pivot": [-0.5, 26.2, 0], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [-2.5, 24.95, -1.5], "size": [5, 3, 5], "inflate": 0.05, "uv": [24, 20]} + ] + }, + { + "name": "bone6", + "parent": "bone5", + "pivot": [0, 27.95, 3.5], + "cubes": [ + {"origin": [-0.5, 26.95, 3], "size": [1, 1, 1], "inflate": -0.075, "uv": [6, 51]}, + {"origin": [-1, 26.45, 3.75], "size": [2, 2, 3], "inflate": -0.075, "uv": [44, 44]} + ] + }, + { + "name": "bone20", + "parent": "bone5", + "pivot": [-2, 26.2, 0], + "rotation": [0, 0, -50], + "cubes": [ + {"origin": [-5, 25.7, -0.5], "size": [3, 1, 1], "uv": [28, 50]} + ] + }, + { + "name": "bone19", + "parent": "bone5", + "pivot": [2, 26.2, 0], + "rotation": [0, 0, 50], + "cubes": [ + {"origin": [2, 25.7, -0.5], "size": [3, 1, 1], "uv": [50, 27]} + ] + }, + { + "name": "bone8", + "parent": "head", + "pivot": [-3.55, 21.95, -1.25], + "cubes": [ + {"origin": [-2.5, 23.25, -1.05], "size": [2, 2, 1], "inflate": -0.025, "uv": [50, 32]} + ] + }, + { + "name": "bone9", + "parent": "bone8", + "pivot": [-1.55, 24.325, -1.05], + "cubes": [ + {"origin": [-2.05, 23.825, -1.05], "size": [1, 1, 0], "uv": [16, 27]} + ] + }, + { + "name": "bone7", + "parent": "head", + "pivot": [-0.5, 21.95, -1.25], + "cubes": [ + {"origin": [0.475, 23.25, -1.05], "size": [2, 2, 1], "inflate": -0.025, "uv": [50, 29]} + ] + }, + { + "name": "bone10", + "parent": "bone7", + "pivot": [1.45, 24.325, -1.05], + "cubes": [ + {"origin": [0.95, 23.825, -1.05], "size": [1, 1, 0], "uv": [18, 27]} + ] + }, + { + "name": "arm_right", + "parent": "torso", + "pivot": [-0.75, 19.75, 2], + "cubes": [ + {"origin": [-6.75, 18.75, 1.5], "size": [6, 1, 1], "uv": [44, 25]} + ] + }, + { + "name": "bone24", + "parent": "arm_right", + "pivot": [-6.75, 19.25, 2.5], + "cubes": [ + {"origin": [-13.75, 18.75, 1], "size": [7, 1, 2], "inflate": 0.05, "uv": [45, 12]} + ] + }, + { + "name": "bone25", + "parent": "bone24", + "pivot": [-13.75, 19.25, 2], + "cubes": [ + {"origin": [-15.75, 18.75, 1], "size": [2, 1, 2], "inflate": 0.025, "uv": [44, 49]} + ] + }, + { + "name": "bone26", + "parent": "bone25", + "pivot": [-14.175, 19.75, 1.425], + "rotation": [0, -35, 0], + "cubes": [ + {"origin": [-16.175, 18.75, 0.925], "size": [2, 1, 1], "uv": [50, 39]} + ] + }, + { + "name": "bone27", + "parent": "bone25", + "pivot": [-15.5, 19.75, 1.5], + "cubes": [ + {"origin": [-17.5, 18.75, 1], "size": [2, 1, 1], "uv": [50, 41]} + ] + }, + { + "name": "bone28", + "parent": "bone25", + "pivot": [-15.5, 19.75, 2.5], + "cubes": [ + {"origin": [-17.5, 18.75, 2], "size": [2, 1, 1], "uv": [0, 51]} + ] + }, + { + "name": "arm_left", + "parent": "torso", + "pivot": [0.75, 19.75, 2], + "cubes": [ + {"origin": [0.75, 18.75, 1.5], "size": [6, 1, 1], "uv": [44, 23]} + ] + }, + { + "name": "bone2", + "parent": "arm_left", + "pivot": [6.75, 19.25, 2.5], + "cubes": [ + {"origin": [6.75, 18.75, 1], "size": [7, 1, 2], "inflate": 0.05, "uv": [44, 9]} + ] + }, + { + "name": "bone3", + "parent": "bone2", + "pivot": [13.75, 19.25, 2], + "cubes": [ + {"origin": [13.75, 18.75, 1], "size": [2, 1, 2], "inflate": 0.025, "uv": [48, 6]} + ] + }, + { + "name": "bone23", + "parent": "bone3", + "pivot": [14.175, 19.75, 1.425], + "rotation": [0, 35, 0], + "cubes": [ + {"origin": [14.175, 18.75, 0.925], "size": [2, 1, 1], "uv": [50, 37]} + ] + }, + { + "name": "bone22", + "parent": "bone3", + "pivot": [15.5, 19.75, 1.5], + "cubes": [ + {"origin": [15.5, 18.75, 1], "size": [2, 1, 1], "uv": [36, 50]} + ] + }, + { + "name": "bone21", + "parent": "bone3", + "pivot": [15.5, 19.75, 2.5], + "cubes": [ + {"origin": [15.5, 18.75, 2], "size": [2, 1, 1], "uv": [50, 35]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [2, 12.75, 2], + "cubes": [ + {"origin": [0.25, 9.075, -1], "size": [2, 5, 6], "inflate": -0.05, "pivot": [1.25, 11.075, 1.5], "rotation": [0, 0, 35], "uv": [16, 28]} + ] + }, + { + "name": "bone13", + "parent": "leg_left", + "pivot": [3.5, 11.25, 2], + "cubes": [ + {"origin": [1.5, 8.75, -0.125], "size": [4, 4, 4], "uv": [16, 39]}, + {"origin": [0.5, 7.025, -1.125], "size": [6, 3, 6], "inflate": -0.001, "uv": [0, 18]} + ] + }, + { + "name": "bone16", + "parent": "bone13", + "pivot": [3.5, 7, -1.125], + "cubes": [ + {"origin": [0.5, 4.025, -1.125], "size": [6, 3, 6], "uv": [24, 0]}, + {"origin": [1, 2, -0.25], "size": [4, 3, 5], "uv": [32, 36]} + ] + }, + { + "name": "bone17", + "parent": "bone16", + "pivot": [3, 2, 1], + "cubes": [ + {"origin": [2, 0, 1], "size": [2, 2, 3], "inflate": 0.025, "uv": [10, 47]} + ] + }, + { + "name": "bone18", + "parent": "bone17", + "pivot": [3, 0, 1], + "cubes": [ + {"origin": [2, 0, -1], "size": [2, 1, 2], "uv": [48, 3]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-2, 12.75, 2], + "cubes": [ + {"origin": [-2.25, 9.075, -1], "size": [2, 5, 6], "inflate": -0.05, "pivot": [-1.25, 11.075, 1.5], "rotation": [0, 0, -32.5], "uv": [0, 27]} + ] + }, + { + "name": "bone11", + "parent": "leg_right", + "pivot": [-3.5, 11.25, 2], + "cubes": [ + {"origin": [-5.5, 8.75, -0.15], "size": [4, 4, 4], "uv": [16, 39], "mirror": true}, + {"origin": [-6.5, 7.025, -1.125], "size": [6, 3, 6], "inflate": -0.001, "uv": [0, 18], "mirror": true} + ] + }, + { + "name": "bone12", + "parent": "bone11", + "pivot": [-3.5, 7, -1.125], + "cubes": [ + {"origin": [-6.5, 4.025, -1.125], "size": [6, 3, 6], "uv": [24, 0], "mirror": true}, + {"origin": [-5, 2, -0.25], "size": [4, 3, 5], "uv": [32, 36], "mirror": true} + ] + }, + { + "name": "bone14", + "parent": "bone12", + "pivot": [-3, 2, 1], + "cubes": [ + {"origin": [-4, 0, 1], "size": [2, 2, 3], "inflate": 0.025, "uv": [0, 46]} + ] + }, + { + "name": "bone15", + "parent": "bone14", + "pivot": [-3, 0, 1], + "cubes": [ + {"origin": [-4, 0, -1], "size": [2, 1, 2], "uv": [48, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/meditite/meditite.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/meditite/meditite.geo.json new file mode 100644 index 0000000..b01ea5d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/meditite/meditite.geo.json @@ -0,0 +1,340 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.meditite", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "meditite", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "meditite", + "pivot": [0, 2, 0] + }, + { + "name": "bone2", + "parent": "body", + "pivot": [-1.5, 9, -0.75], + "cubes": [ + {"origin": [-2.5, 5, -1.75], "size": [2, 4, 2], "uv": [30, 46]} + ] + }, + { + "name": "bone10", + "parent": "bone2", + "pivot": [-1.5, 5, -1.75], + "cubes": [ + {"origin": [-2.5, 1, -1.75], "size": [2, 4, 2], "uv": [38, 46]} + ] + }, + { + "name": "bone11", + "parent": "bone10", + "pivot": [-1.5, 1, 0.25], + "cubes": [ + {"origin": [-3, 0, -2.75], "size": [3, 1, 3], "uv": [30, 20]} + ] + }, + { + "name": "bone13", + "parent": "bone11", + "pivot": [-0.5, 0, -2.75], + "rotation": [0, -12.5, 0], + "cubes": [ + {"origin": [-1.05411, 0, -3.49407], "size": [1, 1, 1], "inflate": -0.025, "uv": [12, 46]} + ] + }, + { + "name": "bone12", + "parent": "bone11", + "pivot": [-2, 0, -2.75], + "rotation": [0, 15, 0], + "cubes": [ + {"origin": [-2.95233, 0, -3.36207], "size": [2, 1, 1], "inflate": -0.025, "uv": [50, 9]} + ] + }, + { + "name": "bone16", + "parent": "body", + "pivot": [2, 9, -0.75], + "cubes": [ + {"origin": [1, 5, -1.75], "size": [2, 4, 2], "uv": [46, 39]} + ] + }, + { + "name": "bone17", + "parent": "bone16", + "pivot": [2, 5, -1.75], + "cubes": [ + {"origin": [1, 1, -1.75], "size": [2, 4, 2], "uv": [46, 45]} + ] + }, + { + "name": "bone18", + "parent": "bone17", + "pivot": [2, 1, 0.25], + "cubes": [ + {"origin": [0.5, 0, -2.75], "size": [3, 1, 3], "uv": [42, 20]} + ] + }, + { + "name": "bone19", + "parent": "bone18", + "pivot": [1, 0.025, -2.75], + "rotation": [0, 12.5, 0], + "cubes": [ + {"origin": [0.55411, 0, -3.49407], "size": [1, 1, 1], "inflate": -0.025, "uv": [46, 51]} + ] + }, + { + "name": "bone20", + "parent": "bone18", + "pivot": [2, 0.25, -2.5], + "rotation": [0, -15, 0], + "cubes": [ + {"origin": [1.37059, 0, -3.48296], "size": [2, 1, 1], "inflate": -0.025, "uv": [50, 11]} + ] + }, + { + "name": "whole", + "parent": "body", + "pivot": [0.25, 8, -0.75], + "cubes": [ + {"origin": [-2.25, 9.25, -3.25], "size": [5, 4, 5], "uv": [30, 11]}, + {"origin": [-2.75, 7.75, -3.75], "size": [6, 4, 6], "uv": [26, 24]} + ] + }, + { + "name": "torso", + "parent": "whole", + "pivot": [0.25, 13.25, 1.25], + "cubes": [ + {"origin": [-1.75, 12, -2.75], "size": [4, 4, 4], "uv": [16, 34]} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 16, -0.5], + "cubes": [ + {"origin": [-3.75, 15.975, -4.5], "size": [8, 6, 7], "uv": [0, 11]}, + {"origin": [2, 16.25, -4.525], "size": [2, 1, 0], "uv": [0, 52]}, + {"origin": [-3.5, 16.25, -4.525], "size": [2, 1, 0], "uv": [4, 52]} + ] + }, + { + "name": "bone21", + "parent": "head", + "pivot": [0.75, 14.975, 0.5], + "cubes": [ + {"origin": [-1.25, 16.5, -4.523], "size": [3, 1, 0], "uv": [50, 19]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [-2.25, 17.975, -4.325] + }, + { + "name": "bone9", + "parent": "eyes", + "pivot": [-2.25, 17.975, -4.325], + "cubes": [ + {"origin": [-3.75, 17.975, -4.55], "size": [3, 3, 0], "uv": [50, 6]} + ] + }, + { + "name": "bone15", + "parent": "bone9", + "pivot": [-1.7, 17.975, -3.725], + "cubes": [ + {"origin": [-2.35, 18.225, -4.575], "size": [1, 2, 0], "uv": [30, 42]} + ] + }, + { + "name": "bone", + "parent": "bone9", + "pivot": [-2.25, 17.975, -4.325] + }, + { + "name": "eyelid_left", + "parent": "eyes", + "pivot": [2.75, 18.475, -3.325], + "cubes": [ + {"origin": [1, 17.8, -3.775], "size": [3, 3, 1], "inflate": -0.175, "uv": [0, 48]} + ] + }, + { + "name": "eyelid_right", + "parent": "eyes", + "pivot": [-1.75, 18.475, -3.325], + "cubes": [ + {"origin": [-3.5, 17.8, -3.775], "size": [3, 3, 1], "inflate": -0.175, "uv": [8, 48]} + ] + }, + { + "name": "bone8", + "parent": "eyes", + "pivot": [2.75, 17.975, -4.325], + "cubes": [ + {"origin": [1.25, 17.975, -4.55], "size": [3, 3, 0], "uv": [24, 49]} + ] + }, + { + "name": "bone14", + "parent": "bone8", + "pivot": [2.5, 17.975, -3.675], + "cubes": [ + {"origin": [1.85, 18.225, -4.575], "size": [1, 2, 0], "uv": [24, 32]} + ] + }, + { + "name": "bone5", + "parent": "head", + "pivot": [0.25, 15.95, -0.75], + "cubes": [ + {"origin": [-4.25, 19.95, -5], "size": [9, 3, 8], "uv": [0, 0]}, + {"origin": [-3.25, 22.95, -4], "size": [7, 2, 6], "uv": [0, 24]}, + {"origin": [-1.25, 24.95, -2.5], "size": [3, 2, 3], "uv": [0, 43]}, + {"origin": [-3.25, 15.95, 2], "size": [7, 4, 1], "uv": [32, 34]}, + {"origin": [3.75, 15.95, -4], "size": [1, 4, 7], "uv": [0, 32]}, + {"origin": [3.75, 17.95, -5], "size": [1, 2, 1], "uv": [12, 43]}, + {"origin": [-4.25, 17.95, -5], "size": [1, 2, 1], "uv": [50, 30]}, + {"origin": [-1.25, 18.95, -5], "size": [3, 1, 1], "uv": [16, 32]}, + {"origin": [-4.25, 15.95, -4], "size": [1, 4, 7], "uv": [34, 0]} + ] + }, + { + "name": "bone6", + "parent": "bone5", + "pivot": [3.75, 20.95, -2.5], + "cubes": [ + {"origin": [4.75, 18.45, -2.5], "size": [4, 4, 3], "uv": [32, 39]} + ] + }, + { + "name": "bone7", + "parent": "bone6", + "pivot": [-9.25, 19.7, -3], + "cubes": [ + {"origin": [-8.25, 18.45, -2.5], "size": [4, 4, 3], "uv": [16, 42]} + ] + }, + { + "name": "bone4", + "parent": "head", + "pivot": [0.5, 14.95, 0.5] + }, + { + "name": "arm_right", + "parent": "torso", + "pivot": [-1.75, 15.75, -0.75], + "rotation": [0, 2.5, 0], + "cubes": [ + {"origin": [-4.75, 14.75, -1.25], "size": [3, 1, 1], "uv": [50, 2]} + ] + }, + { + "name": "bone26", + "parent": "arm_right", + "pivot": [-4.75, 15.25, -0.25], + "cubes": [ + {"origin": [-7.75, 14.75, -1.25], "size": [3, 1, 1], "uv": [50, 4]} + ] + }, + { + "name": "bone27", + "parent": "bone26", + "pivot": [-7.75, 15.25, -0.75], + "cubes": [ + {"origin": [-9.75, 14.75, -1.75], "size": [2, 1, 2], "inflate": 0.05, "uv": [16, 49]} + ] + }, + { + "name": "bone28", + "parent": "bone27", + "pivot": [-8.175, 15.75, -1.35], + "rotation": [0, -40, 0], + "cubes": [ + {"origin": [-10.175, 14.75, -1.85], "size": [2, 1, 1], "uv": [50, 24]} + ] + }, + { + "name": "bone29", + "parent": "bone27", + "pivot": [-9.675, 15.75, -0.25], + "cubes": [ + {"origin": [-11.675, 14.75, -0.75], "size": [2, 1, 1], "uv": [50, 26]} + ] + }, + { + "name": "bone30", + "parent": "bone27", + "pivot": [-9.675, 15.75, -1.25], + "cubes": [ + {"origin": [-11.675, 14.75, -1.75], "size": [2, 1, 1], "uv": [50, 28]} + ] + }, + { + "name": "arm_left", + "parent": "torso", + "pivot": [2.25, 15.75, -0.75], + "rotation": [0, -2.5, 0], + "cubes": [ + {"origin": [2.25, 14.75, -1.25], "size": [3, 1, 1], "uv": [48, 37]} + ] + }, + { + "name": "bone3", + "parent": "arm_left", + "pivot": [5.25, 15.25, -0.25], + "cubes": [ + {"origin": [5.25, 14.75, -1.25], "size": [3, 1, 1], "uv": [50, 0]} + ] + }, + { + "name": "bone22", + "parent": "bone3", + "pivot": [8.25, 15.25, -0.75], + "cubes": [ + {"origin": [8.25, 14.75, -1.75], "size": [2, 1, 2], "inflate": 0.05, "uv": [48, 34]} + ] + }, + { + "name": "bone23", + "parent": "bone22", + "pivot": [8.675, 15.75, -1.35], + "rotation": [0, 40, 0], + "cubes": [ + {"origin": [8.675, 14.75, -1.85], "size": [2, 1, 1], "uv": [50, 13]} + ] + }, + { + "name": "bone25", + "parent": "bone22", + "pivot": [10.175, 15.75, -0.25], + "cubes": [ + {"origin": [10.175, 14.75, -0.75], "size": [2, 1, 1], "uv": [50, 17]} + ] + }, + { + "name": "bone24", + "parent": "bone22", + "pivot": [10.175, 15.75, -1.25], + "cubes": [ + {"origin": [10.175, 14.75, -1.75], "size": [2, 1, 1], "uv": [50, 15]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/meditite/meditite_female.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/meditite/meditite_female.geo.json new file mode 100644 index 0000000..a988f50 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/meditite/meditite_female.geo.json @@ -0,0 +1,340 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.meditite", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "meditite", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "meditite", + "pivot": [0, 2, 0] + }, + { + "name": "bone2", + "parent": "body", + "pivot": [-1.5, 9, -0.75], + "cubes": [ + {"origin": [-2.5, 5, -1.75], "size": [2, 4, 2], "uv": [30, 46]} + ] + }, + { + "name": "bone10", + "parent": "bone2", + "pivot": [-1.5, 5, -1.75], + "cubes": [ + {"origin": [-2.5, 1, -1.75], "size": [2, 4, 2], "uv": [38, 46]} + ] + }, + { + "name": "bone11", + "parent": "bone10", + "pivot": [-1.5, 1, 0.25], + "cubes": [ + {"origin": [-3, 0, -2.75], "size": [3, 1, 3], "uv": [30, 20]} + ] + }, + { + "name": "bone13", + "parent": "bone11", + "pivot": [-0.5, 0, -2.75], + "rotation": [0, -12.5, 0], + "cubes": [ + {"origin": [-1.05411, 0, -3.49407], "size": [1, 1, 1], "inflate": -0.025, "uv": [12, 46]} + ] + }, + { + "name": "bone12", + "parent": "bone11", + "pivot": [-2, 0, -2.75], + "rotation": [0, 15, 0], + "cubes": [ + {"origin": [-2.95233, 0, -3.36207], "size": [2, 1, 1], "inflate": -0.025, "uv": [50, 9]} + ] + }, + { + "name": "bone16", + "parent": "body", + "pivot": [2, 9, -0.75], + "cubes": [ + {"origin": [1, 5, -1.75], "size": [2, 4, 2], "uv": [46, 39]} + ] + }, + { + "name": "bone17", + "parent": "bone16", + "pivot": [2, 5, -1.75], + "cubes": [ + {"origin": [1, 1, -1.75], "size": [2, 4, 2], "uv": [46, 45]} + ] + }, + { + "name": "bone18", + "parent": "bone17", + "pivot": [2, 1, 0.25], + "cubes": [ + {"origin": [0.5, 0, -2.75], "size": [3, 1, 3], "uv": [42, 20]} + ] + }, + { + "name": "bone19", + "parent": "bone18", + "pivot": [1, 0.025, -2.75], + "rotation": [0, 12.5, 0], + "cubes": [ + {"origin": [0.55411, 0, -3.49407], "size": [1, 1, 1], "inflate": -0.025, "uv": [46, 51]} + ] + }, + { + "name": "bone20", + "parent": "bone18", + "pivot": [2, 0.25, -2.5], + "rotation": [0, -15, 0], + "cubes": [ + {"origin": [1.37059, 0, -3.48296], "size": [2, 1, 1], "inflate": -0.025, "uv": [50, 11]} + ] + }, + { + "name": "whole", + "parent": "body", + "pivot": [0.25, 8, -0.75], + "cubes": [ + {"origin": [-2.25, 9.25, -3.25], "size": [5, 4, 5], "uv": [30, 11]}, + {"origin": [-2.75, 7.75, -3.75], "size": [6, 4, 6], "uv": [26, 24]} + ] + }, + { + "name": "torso", + "parent": "whole", + "pivot": [0.25, 13.25, 1.25], + "cubes": [ + {"origin": [-1.75, 12, -2.75], "size": [4, 4, 4], "uv": [16, 34]} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 16, -0.5], + "cubes": [ + {"origin": [-3.75, 15.975, -4.5], "size": [8, 6, 7], "uv": [0, 11]}, + {"origin": [2, 16.25, -4.525], "size": [2, 1, 0], "uv": [0, 52]}, + {"origin": [-3.5, 16.25, -4.525], "size": [2, 1, 0], "uv": [4, 52]} + ] + }, + { + "name": "bone21", + "parent": "head", + "pivot": [0.75, 14.975, 0.5], + "cubes": [ + {"origin": [-1.25, 16.5, -4.523], "size": [3, 1, 0], "uv": [50, 19]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [-2.25, 17.975, -4.325] + }, + { + "name": "bone9", + "parent": "eyes", + "pivot": [-2.25, 17.975, -4.325], + "cubes": [ + {"origin": [-3.75, 17.975, -4.55], "size": [3, 3, 0], "uv": [50, 6]} + ] + }, + { + "name": "bone15", + "parent": "bone9", + "pivot": [-1.7, 17.975, -3.725], + "cubes": [ + {"origin": [-2.35, 18.225, -4.575], "size": [1, 2, 0], "uv": [30, 42]} + ] + }, + { + "name": "bone", + "parent": "bone9", + "pivot": [-2.25, 17.975, -4.325] + }, + { + "name": "eyelid_left", + "parent": "eyes", + "pivot": [2.75, 18.475, -3.325], + "cubes": [ + {"origin": [1, 17.8, -3.775], "size": [3, 3, 1], "inflate": -0.175, "uv": [0, 48]} + ] + }, + { + "name": "eyelid_right", + "parent": "eyes", + "pivot": [-1.75, 18.475, -3.325], + "cubes": [ + {"origin": [-3.5, 17.8, -3.775], "size": [3, 3, 1], "inflate": -0.175, "uv": [8, 48]} + ] + }, + { + "name": "bone8", + "parent": "eyes", + "pivot": [2.75, 17.975, -4.325], + "cubes": [ + {"origin": [1.25, 17.975, -4.55], "size": [3, 3, 0], "uv": [24, 49]} + ] + }, + { + "name": "bone14", + "parent": "bone8", + "pivot": [2.5, 17.975, -3.675], + "cubes": [ + {"origin": [1.85, 18.225, -4.575], "size": [1, 2, 0], "uv": [24, 32]} + ] + }, + { + "name": "bone5", + "parent": "head", + "pivot": [0.25, 15.95, -0.75], + "cubes": [ + {"origin": [-4.25, 19.95, -5], "size": [9, 3, 8], "uv": [0, 0]}, + {"origin": [-3.25, 22.95, -4], "size": [7, 2, 6], "uv": [0, 24]}, + {"origin": [-1.25, 24.95, -2.5], "size": [3, 2, 3], "uv": [0, 43]}, + {"origin": [-3.25, 15.95, 2], "size": [7, 4, 1], "uv": [32, 34]}, + {"origin": [3.75, 15.95, -4], "size": [1, 4, 7], "uv": [0, 32]}, + {"origin": [3.75, 17.95, -5], "size": [1, 2, 1], "uv": [12, 43]}, + {"origin": [-4.25, 17.95, -5], "size": [1, 2, 1], "uv": [50, 30]}, + {"origin": [-1.25, 18.95, -5], "size": [3, 1, 1], "uv": [16, 32]}, + {"origin": [-4.25, 15.95, -4], "size": [1, 4, 7], "uv": [34, 0]} + ] + }, + { + "name": "bone6", + "parent": "bone5", + "pivot": [3.75, 20.95, -2.5], + "cubes": [ + {"origin": [4.75, 16.45, -2.5], "size": [4, 4, 3], "uv": [32, 39]} + ] + }, + { + "name": "bone7", + "parent": "bone6", + "pivot": [-9.25, 19.7, -3], + "cubes": [ + {"origin": [-8.25, 16.45, -2.5], "size": [4, 4, 3], "uv": [16, 42]} + ] + }, + { + "name": "bone4", + "parent": "head", + "pivot": [0.5, 14.95, 0.5] + }, + { + "name": "arm_right", + "parent": "torso", + "pivot": [-1.75, 15.75, -0.75], + "rotation": [0, 2.5, 0], + "cubes": [ + {"origin": [-4.75, 14.75, -1.25], "size": [3, 1, 1], "uv": [50, 2]} + ] + }, + { + "name": "bone26", + "parent": "arm_right", + "pivot": [-4.75, 15.25, -0.25], + "cubes": [ + {"origin": [-7.75, 14.75, -1.25], "size": [3, 1, 1], "uv": [50, 4]} + ] + }, + { + "name": "bone27", + "parent": "bone26", + "pivot": [-7.75, 15.25, -0.75], + "cubes": [ + {"origin": [-9.75, 14.75, -1.75], "size": [2, 1, 2], "inflate": 0.05, "uv": [16, 49]} + ] + }, + { + "name": "bone28", + "parent": "bone27", + "pivot": [-8.175, 15.75, -1.35], + "rotation": [0, -40, 0], + "cubes": [ + {"origin": [-10.175, 14.75, -1.85], "size": [2, 1, 1], "uv": [50, 24]} + ] + }, + { + "name": "bone29", + "parent": "bone27", + "pivot": [-9.675, 15.75, -0.25], + "cubes": [ + {"origin": [-11.675, 14.75, -0.75], "size": [2, 1, 1], "uv": [50, 26]} + ] + }, + { + "name": "bone30", + "parent": "bone27", + "pivot": [-9.675, 15.75, -1.25], + "cubes": [ + {"origin": [-11.675, 14.75, -1.75], "size": [2, 1, 1], "uv": [50, 28]} + ] + }, + { + "name": "arm_left", + "parent": "torso", + "pivot": [2.25, 15.75, -0.75], + "rotation": [0, -2.5, 0], + "cubes": [ + {"origin": [2.25, 14.75, -1.25], "size": [3, 1, 1], "uv": [48, 37]} + ] + }, + { + "name": "bone3", + "parent": "arm_left", + "pivot": [5.25, 15.25, -0.25], + "cubes": [ + {"origin": [5.25, 14.75, -1.25], "size": [3, 1, 1], "uv": [50, 0]} + ] + }, + { + "name": "bone22", + "parent": "bone3", + "pivot": [8.25, 15.25, -0.75], + "cubes": [ + {"origin": [8.25, 14.75, -1.75], "size": [2, 1, 2], "inflate": 0.05, "uv": [48, 34]} + ] + }, + { + "name": "bone23", + "parent": "bone22", + "pivot": [8.675, 15.75, -1.35], + "rotation": [0, 40, 0], + "cubes": [ + {"origin": [8.675, 14.75, -1.85], "size": [2, 1, 1], "uv": [50, 13]} + ] + }, + { + "name": "bone25", + "parent": "bone22", + "pivot": [10.175, 15.75, -0.25], + "cubes": [ + {"origin": [10.175, 14.75, -0.75], "size": [2, 1, 1], "uv": [50, 17]} + ] + }, + { + "name": "bone24", + "parent": "bone22", + "pivot": [10.175, 15.75, -1.25], + "cubes": [ + {"origin": [10.175, 14.75, -1.75], "size": [2, 1, 1], "uv": [50, 15]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/megarayquaza/megarayquaza.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/megarayquaza/megarayquaza.geo.json new file mode 100644 index 0000000..28bfe9a --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/megarayquaza/megarayquaza.geo.json @@ -0,0 +1,935 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 512, + "texture_height": 512, + "visible_bounds_width": 27, + "visible_bounds_height": 15.5, + "visible_bounds_offset": [0, 7.25, 0] + }, + "bones": [ + { + "name": "megarayquaza", + "pivot": [0, 18, 0] + }, + { + "name": "body", + "parent": "megarayquaza", + "pivot": [0, 19, -96] + }, + { + "name": "neck", + "parent": "body", + "pivot": [0, 17, -92.5], + "cubes": [ + {"origin": [-6, 11, -105], "size": [12, 12, 13], "uv": [0, 244]} + ] + }, + { + "name": "neck2", + "parent": "neck", + "pivot": [0, 17, -103.5], + "cubes": [ + {"origin": [-7, 11, -118], "size": [14, 12, 15], "inflate": 0.01, "uv": [94, 204]} + ] + }, + { + "name": "head", + "parent": "neck2", + "pivot": [-0.75, 16.25, -115.75], + "cubes": [ + {"origin": [-7.5, 10.89257, -125.00192], "size": [15, 13, 10], "uv": [210, 258]}, + {"origin": [1.5, 14.89257, -153.00192], "size": [30, 0, 43], "uv": [0, 0]}, + {"origin": [-31.5, 14.89257, -153.00192], "size": [30, 0, 43], "uv": [0, 0], "mirror": true} + ] + }, + { + "name": "face", + "parent": "head", + "pivot": [-0.5, -42.10743, -132.60192], + "cubes": [ + {"origin": [-7.5, 14.89257, -127.00192], "size": [15, 9, 2], "uv": [48, 180]}, + {"origin": [-3.6, 14.89257, -134.00192], "size": [2, 6, 9], "pivot": [-1.2, 18.14257, -134.50192], "rotation": [0, -25.5, 0], "uv": [244, 312]}, + {"origin": [-5.8, 17.89257, -141.87352], "size": [0, 31, 49], "pivot": [-5.8035, 22.39257, -131.77352], "rotation": [7.96346, -22.83862, -12.93363], "uv": [0, 43]}, + {"origin": [5.8, 17.89257, -141.87352], "size": [0, 31, 49], "pivot": [5.8035, 22.39257, -131.77352], "rotation": [7.96346, 22.83862, 12.93363], "uv": [0, 43], "mirror": true}, + {"origin": [-3.6, 14.89257, -140.00192], "size": [2, 4, 6], "pivot": [-1.2, 18.14257, -134.50192], "rotation": [0, -25.5, 0], "uv": [284, 113]}, + {"origin": [1.6, 14.89257, -134.00192], "size": [2, 6, 9], "pivot": [1.2, 18.14257, -134.50192], "rotation": [0, 25.5, 0], "uv": [266, 312]}, + {"origin": [1.6, 14.89257, -140.00192], "size": [2, 4, 6], "pivot": [1.2, 18.14257, -134.50192], "rotation": [0, 25.5, 0], "uv": [162, 312]}, + {"origin": [-3.5, 14.89257, -135.10192], "size": [7, 6, 5], "uv": [186, 270]}, + {"origin": [-5.5, 14.89257, -130.80192], "size": [11, 6, 7], "uv": [48, 167]}, + {"origin": [-1.5, 14.89257, -136.60192], "size": [3, 4, 3], "uv": [152, 212]}, + {"origin": [-6.5, 20.99257, -135.10192], "size": [13, 0, 8], "uv": [266, 217]}, + {"origin": [-3.5, 18.99257, -140.60192], "size": [7, 0, 7], "uv": [48, 197]}, + {"origin": [-1, 14.89257, -140.50192], "size": [2, 4, 4], "uv": [152, 204]}, + {"origin": [-1, 13.89257, -140.70192], "size": [2, 2, 1], "inflate": -0.25, "pivot": [0, 14.89257, -137.80192], "rotation": [0, 0, -45], "uv": [176, 40]} + ] + }, + { + "name": "teeth", + "parent": "face", + "pivot": [-6.12296, 13.89257, -127.43266], + "cubes": [ + {"origin": [-7, 9.54257, -133.63266], "size": [0, 2, 2], "pivot": [-6.12296, 13.89257, -127.43266], "rotation": [-45, -25.5, 0], "uv": [82, 184]}, + {"origin": [-7, 11.54257, -131.63266], "size": [0, 2, 2], "pivot": [-6.12296, 13.89257, -127.43266], "rotation": [-45, -25.5, 0], "uv": [82, 180]}, + {"origin": [7, 9.54257, -133.63266], "size": [0, 2, 2], "pivot": [6.12296, 13.89257, -127.43266], "rotation": [-45, 25.5, 0], "uv": [82, 192]}, + {"origin": [7, 11.54257, -131.63266], "size": [0, 2, 2], "pivot": [6.12296, 13.89257, -127.43266], "rotation": [-45, 25.5, 0], "uv": [82, 188]} + ] + }, + { + "name": "eyes", + "parent": "face", + "pivot": [-1.2, 18.14257, -134.50192] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-1.2, 18.14257, -134.50192], + "cubes": [ + {"origin": [-3.62, 16.39257, -136.00192], "size": [0, 4, 8], "pivot": [-1.2, 18.14257, -134.50192], "rotation": [15.5, -25.5, 0], "uv": [40, 331]}, + {"origin": [-3.64, 17.39257, -136.50192], "size": [0, 4, 8], "pivot": [-1.2, 18.14257, -134.50192], "rotation": [15.5, -25.5, 0], "uv": [0, 332]}, + {"origin": [-3.6, 16.39257, -136.00192], "size": [0, 4, 8], "pivot": [-1.2, 18.14257, -134.50192], "rotation": [15.5, -25.5, 0], "uv": [300, 332]}, + {"origin": [-3.61, 16.89257, -136.00192], "size": [0, 4, 8], "pivot": [-1.2, 18.14257, -134.50192], "rotation": [15.5, -25.5, 0], "uv": [224, 28]} + ] + }, + { + "name": "iris_right", + "parent": "eye_right", + "pivot": [-1.2, 18.14257, -134.50192], + "cubes": [ + {"origin": [-3.62, 16.39257, -136.00192], "size": [0, 4, 8], "pivot": [-1.2, 18.14257, -134.50192], "rotation": [15.5, -25.5, 0], "uv": [16, 332]}, + {"origin": [-3.63, 16.89257, -136.50192], "size": [0, 4, 8], "pivot": [-1.2, 18.14257, -134.50192], "rotation": [15.5, -25.5, 0], "uv": [284, 332]} + ] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [1.2, 18.14257, -134.50192], + "cubes": [ + {"origin": [3.61, 16.39257, -136.00192], "size": [0, 4, 8], "pivot": [1.2, 18.14257, -134.50192], "rotation": [15.5, 25.5, 0], "uv": [40, 331], "mirror": true}, + {"origin": [3.64, 17.39257, -136.50192], "size": [0, 4, 8], "pivot": [1.2, 18.14257, -134.50192], "rotation": [15.5, 25.5, 0], "uv": [0, 332], "mirror": true}, + {"origin": [3.62, 16.39257, -136.00192], "size": [0, 4, 8], "pivot": [1.2, 18.14257, -134.50192], "rotation": [15.5, 25.5, 0], "uv": [316, 332]}, + {"origin": [3.62, 16.89257, -136.00192], "size": [0, 4, 8], "pivot": [1.2, 18.14257, -134.50192], "rotation": [15.5, 25.5, 0], "uv": [224, 28], "mirror": true} + ] + }, + { + "name": "iris_left", + "parent": "eye_left", + "pivot": [1.2, 18.14257, -134.50192], + "cubes": [ + {"origin": [3.62, 16.39257, -136.00192], "size": [0, 4, 8], "pivot": [1.2, 18.14257, -134.50192], "rotation": [15.5, 25.5, 0], "uv": [16, 332], "mirror": true}, + {"origin": [3.63, 16.89257, -136.50192], "size": [0, 4, 8], "pivot": [1.2, 18.14257, -134.50192], "rotation": [15.5, 25.5, 0], "uv": [284, 332], "mirror": true} + ] + }, + { + "name": "ribbon_top_right", + "parent": "face", + "pivot": [-24.10057, 38.87944, -98.39275], + "cubes": [ + {"origin": [-5.8, 33.89257, -92.87352], "size": [0, 7, 7], "pivot": [-5.8035, 22.39257, -131.77352], "rotation": [7.96346, -22.83862, -12.93363], "uv": [332, 56]} + ] + }, + { + "name": "ribbon_top_right2", + "parent": "ribbon_top_right", + "pivot": [-26.93042, 39.30225, -91.60278], + "cubes": [ + {"origin": [-5.8, 35.89257, -85.87352], "size": [0, 2, 20], "pivot": [-5.8035, 22.39257, -131.77352], "rotation": [7.96346, -22.83862, -12.93363], "uv": [302, 20]} + ] + }, + { + "name": "ribbon_top_right3", + "parent": "ribbon_top_right2", + "pivot": [-34.90523, 40.032, -73.75298], + "cubes": [ + {"origin": [-5.8, 35.89257, -65.87352], "size": [0, 2, 20], "pivot": [-5.8035, 22.39257, -131.77352], "rotation": [7.96346, -22.83862, -12.93363], "uv": [138, 290], "mirror": true} + ] + }, + { + "name": "ribbon_top_right4", + "parent": "ribbon_top_right3", + "pivot": [-43.01825, 41.01182, -55.49869], + "cubes": [ + {"origin": [-5.8, 35.89257, -45.87352], "size": [0, 2, 20], "pivot": [-5.8035, 22.39257, -131.77352], "rotation": [7.96346, -22.83862, -12.93363], "uv": [232, 290], "mirror": true} + ] + }, + { + "name": "ribbon_top_right5", + "parent": "ribbon_top_right4", + "pivot": [-51.13126, 41.99163, -37.2444], + "cubes": [ + {"origin": [-5.8, 35.89257, -25.87352], "size": [0, 2, 20], "pivot": [-5.8035, 22.39257, -131.77352], "rotation": [7.96346, -22.83862, -12.93363], "uv": [272, 290], "mirror": true} + ] + }, + { + "name": "ribbon_top_right6", + "parent": "ribbon_top_right5", + "pivot": [-59.24427, 42.97145, -17.99011], + "cubes": [ + {"origin": [-5.8, 35.89257, -5.87352], "size": [0, 2, 20], "pivot": [-5.8035, 22.39257, -131.77352], "rotation": [7.96346, -22.83862, -12.93363], "uv": [292, 48], "mirror": true} + ] + }, + { + "name": "ribbon_top_right7", + "parent": "ribbon_top_right6", + "pivot": [-67.35728, 43.95126, 0.26417], + "cubes": [ + {"origin": [-5.8, 35.89257, 14.12648], "size": [0, 2, 20], "pivot": [-5.8035, 22.39257, -131.77352], "rotation": [7.96346, -22.83862, -12.93363], "uv": [42, 299], "mirror": true} + ] + }, + { + "name": "ribbon_top_right8", + "parent": "ribbon_top_right7", + "pivot": [-75.47029, 44.93108, 18.51846], + "cubes": [ + {"origin": [-5.8, 35.89257, 34.12648], "size": [0, 2, 20], "pivot": [-5.8035, 22.39257, -131.77352], "rotation": [7.96346, -22.83862, -12.93363], "uv": [300, 113], "mirror": true} + ] + }, + { + "name": "ribbon_top_right9", + "parent": "ribbon_top_right8", + "pivot": [-84.5833, 45.9109, 35.77275], + "cubes": [ + {"origin": [-5.8, 35.89257, 54.12648], "size": [0, 2, 20], "pivot": [-5.8035, 22.39257, -131.77352], "rotation": [7.96346, -22.83862, -12.93363], "uv": [178, 301], "mirror": true} + ] + }, + { + "name": "ribbon_top_right10", + "parent": "ribbon_top_right9", + "pivot": [-91.69631, 46.89071, 54.02704], + "cubes": [ + {"origin": [-5.8, 32.89257, 74.12648], "size": [0, 8, 20], "pivot": [-5.8035, 22.39257, -131.77352], "rotation": [7.96346, -22.83862, -12.93363], "uv": [0, 209], "mirror": true} + ] + }, + { + "name": "ribbon_top_left", + "parent": "face", + "pivot": [24.10057, 38.87944, -98.39275], + "cubes": [ + {"origin": [5.8, 33.89257, -92.87352], "size": [0, 7, 7], "pivot": [5.8035, 22.39257, -131.77352], "rotation": [7.96346, 22.83862, 12.93363], "uv": [332, 42]} + ] + }, + { + "name": "ribbon_top_left2", + "parent": "ribbon_top_left", + "pivot": [26.93042, 39.30225, -92.60278], + "cubes": [ + {"origin": [5.8, 35.89257, -85.87352], "size": [0, 2, 20], "pivot": [5.8035, 22.39257, -131.77352], "rotation": [7.96346, 22.83862, 12.93363], "uv": [290, 75]} + ] + }, + { + "name": "ribbon_top_left3", + "parent": "ribbon_top_left2", + "pivot": [34.90523, 40.032, -73.75298], + "cubes": [ + {"origin": [5.8, 35.89257, -65.87352], "size": [0, 2, 20], "pivot": [5.8035, 22.39257, -131.77352], "rotation": [7.96346, 22.83862, 12.93363], "uv": [138, 290]} + ] + }, + { + "name": "ribbon_top_left4", + "parent": "ribbon_top_left3", + "pivot": [43.15644, 41.26188, -55.09421], + "cubes": [ + {"origin": [5.8, 35.89257, -45.87352], "size": [0, 2, 20], "pivot": [5.8035, 22.39257, -131.77352], "rotation": [7.96346, 22.83862, 12.93363], "uv": [232, 290]} + ] + }, + { + "name": "ribbon_top_left5", + "parent": "ribbon_top_left4", + "pivot": [51.26945, 42.2417, -36.83992], + "cubes": [ + {"origin": [5.8, 35.89257, -25.87352], "size": [0, 2, 20], "pivot": [5.8035, 22.39257, -131.77352], "rotation": [7.96346, 22.83862, 12.93363], "uv": [272, 290]} + ] + }, + { + "name": "ribbon_top_left6", + "parent": "ribbon_top_left5", + "pivot": [59.24427, 42.97145, -18.99011], + "cubes": [ + {"origin": [5.8, 35.89257, -5.87352], "size": [0, 2, 20], "pivot": [5.8035, 22.39257, -131.77352], "rotation": [7.96346, 22.83862, 12.93363], "uv": [292, 48]} + ] + }, + { + "name": "ribbon_top_left7", + "parent": "ribbon_top_left6", + "pivot": [67.35728, 43.95126, 0.26417], + "cubes": [ + {"origin": [5.8, 35.89257, 14.12648], "size": [0, 2, 20], "pivot": [5.8035, 22.39257, -131.77352], "rotation": [7.96346, 22.83862, 12.93363], "uv": [42, 299]} + ] + }, + { + "name": "ribbon_top_left8", + "parent": "ribbon_top_left7", + "pivot": [75.47029, 44.93108, 17.51846], + "cubes": [ + {"origin": [5.8, 35.89257, 34.12648], "size": [0, 2, 20], "pivot": [5.8035, 22.39257, -131.77352], "rotation": [7.96346, 22.83862, 12.93363], "uv": [300, 113]} + ] + }, + { + "name": "ribbon_top_left9", + "parent": "ribbon_top_left8", + "pivot": [83.5833, 45.9109, 35.77275], + "cubes": [ + {"origin": [5.8, 35.89257, 54.12648], "size": [0, 2, 20], "pivot": [5.8035, 22.39257, -131.77352], "rotation": [7.96346, 22.83862, 12.93363], "uv": [178, 301]} + ] + }, + { + "name": "ribbon_top_left10", + "parent": "ribbon_top_left9", + "pivot": [91.69631, 46.89071, 54.02704], + "cubes": [ + {"origin": [5.8, 32.89257, 74.12648], "size": [0, 8, 20], "pivot": [5.8035, 22.39257, -131.77352], "rotation": [7.96346, 22.83862, 12.93363], "uv": [0, 209]} + ] + }, + { + "name": "ribbon_bottom_left", + "parent": "face", + "pivot": [21, 14.89257, -110.00192], + "cubes": [ + {"origin": [18.5, 14.89257, -110.00192], "size": [5, 0, 20], "uv": [50, 259]} + ] + }, + { + "name": "ribbon_bottom_left2", + "parent": "ribbon_bottom_left", + "pivot": [21, 14.89257, -90.00192], + "cubes": [ + {"origin": [15.5, 14.89257, -90.00192], "size": [11, 0, 20], "uv": [238, 123]} + ] + }, + { + "name": "ribbon_bottom_left3", + "parent": "ribbon_bottom_left2", + "pivot": [21, 14.89257, -70.00192], + "cubes": [ + {"origin": [18.5, 14.89257, -70.00192], "size": [5, 0, 20], "uv": [260, 230]} + ] + }, + { + "name": "ribbon_bottom_left4", + "parent": "ribbon_bottom_left3", + "pivot": [21, 14.89257, -50.00192], + "cubes": [ + {"origin": [19.5, 14.89257, -50.00192], "size": [3, 0, 20], "uv": [268, 143]} + ] + }, + { + "name": "ribbon_bottom_left5", + "parent": "ribbon_bottom_left4", + "pivot": [21, 14.89257, -30.00192], + "cubes": [ + {"origin": [15.5, 14.89257, -30.00192], "size": [11, 0, 20], "uv": [238, 123]} + ] + }, + { + "name": "ribbon_bottom_left6", + "parent": "ribbon_bottom_left5", + "pivot": [21, 14.89257, -10.00192], + "cubes": [ + {"origin": [19.5, 14.89257, -10.00192], "size": [3, 0, 20], "uv": [0, 269]} + ] + }, + { + "name": "ribbon_bottom_left7", + "parent": "ribbon_bottom_left6", + "pivot": [21, 14.89257, 9.99808], + "cubes": [ + {"origin": [15.5, 14.89257, 9.99808], "size": [11, 0, 20], "uv": [238, 123]} + ] + }, + { + "name": "ribbon_bottom_left8", + "parent": "ribbon_bottom_left7", + "pivot": [21, 14.89257, 29.99808], + "cubes": [ + {"origin": [19.5, 14.89257, 29.99808], "size": [3, 0, 20], "uv": [140, 270]} + ] + }, + { + "name": "ribbon_bottom_left9", + "parent": "ribbon_bottom_left8", + "pivot": [21, 14.89257, 49.99808], + "cubes": [ + {"origin": [15.5, 14.89257, 49.99808], "size": [11, 0, 20], "uv": [238, 123]} + ] + }, + { + "name": "ribbon_bottom_left10", + "parent": "ribbon_bottom_left9", + "pivot": [21, 14.89257, 69.99808], + "cubes": [ + {"origin": [19.5, 14.89257, 69.99808], "size": [3, 0, 20], "uv": [260, 270]} + ] + }, + { + "name": "ribbon_bottom_left11", + "parent": "ribbon_bottom_left10", + "pivot": [21, 14.89257, 89.99808], + "cubes": [ + {"origin": [11.5, 14.89257, 89.99808], "size": [19, 0, 12], "uv": [240, 101]} + ] + }, + { + "name": "ribbon_bottom_right", + "parent": "face", + "pivot": [-21, 14.89257, -110.00192], + "cubes": [ + {"origin": [-23.5, 14.89257, -110.00192], "size": [5, 0, 20], "uv": [260, 250]} + ] + }, + { + "name": "ribbon_bottom_right2", + "parent": "ribbon_bottom_right", + "pivot": [-21, 14.89257, -90.00192], + "cubes": [ + {"origin": [-26.5, 14.89257, -90.00192], "size": [11, 0, 20], "uv": [240, 28]} + ] + }, + { + "name": "ribbon_bottom_right3", + "parent": "ribbon_bottom_right2", + "pivot": [-21, 14.89257, -70.00192], + "cubes": [ + {"origin": [-23.5, 14.89257, -70.00192], "size": [5, 0, 20], "uv": [266, 174]} + ] + }, + { + "name": "ribbon_bottom_right4", + "parent": "ribbon_bottom_right3", + "pivot": [-21, 14.89257, -50.00192], + "cubes": [ + {"origin": [-22.5, 14.89257, -50.00192], "size": [3, 0, 20], "uv": [278, 0]} + ] + }, + { + "name": "ribbon_bottom_right5", + "parent": "ribbon_bottom_right4", + "pivot": [-21, 14.89257, -30.00192], + "cubes": [ + {"origin": [-26.5, 14.89257, -30.00192], "size": [11, 0, 20], "uv": [240, 28]} + ] + }, + { + "name": "ribbon_bottom_right6", + "parent": "ribbon_bottom_right5", + "pivot": [-21, 14.89257, -10.00192], + "cubes": [ + {"origin": [-22.5, 14.89257, -10.00192], "size": [3, 0, 20], "uv": [46, 279]} + ] + }, + { + "name": "ribbon_bottom_right7", + "parent": "ribbon_bottom_right6", + "pivot": [-21, 14.89257, 9.99808], + "cubes": [ + {"origin": [-26.5, 14.89257, 9.99808], "size": [11, 0, 20], "uv": [240, 28]} + ] + }, + { + "name": "ribbon_bottom_right8", + "parent": "ribbon_bottom_right7", + "pivot": [-21, 14.89257, 29.99808], + "cubes": [ + {"origin": [-22.5, 14.89257, 29.99808], "size": [3, 0, 20], "uv": [186, 281]} + ] + }, + { + "name": "ribbon_bottom_right9", + "parent": "ribbon_bottom_right8", + "pivot": [-21, 14.89257, 49.99808], + "cubes": [ + {"origin": [-26.5, 14.89257, 49.99808], "size": [11, 0, 20], "uv": [240, 28]} + ] + }, + { + "name": "ribbon_bottom_right10", + "parent": "ribbon_bottom_right9", + "pivot": [-21, 14.89257, 69.99808], + "cubes": [ + {"origin": [-22.5, 14.89257, 69.99808], "size": [3, 0, 20], "uv": [92, 287]} + ] + }, + { + "name": "ribbon_bottom_right11", + "parent": "ribbon_bottom_right10", + "pivot": [-21, 14.89257, 89.99808], + "cubes": [ + {"origin": [-30.5, 14.89257, 89.99808], "size": [19, 0, 12], "uv": [148, 258]} + ] + }, + { + "name": "jaw", + "parent": "face", + "pivot": [0, 14.1148, -124.21281], + "rotation": [12.5, 0, 0], + "cubes": [ + {"origin": [-3.6, 11.89257, -138.00192], "size": [2, 3, 6], "pivot": [-1.2, 13.14257, -132.50192], "rotation": [0, -25.5, 0], "uv": [162, 333]}, + {"origin": [-7.5, 10.89257, -127.00192], "size": [15, 4, 2], "uv": [48, 191]}, + {"origin": [-1.5, 11.89257, -134.60192], "size": [3, 3, 3], "inflate": 0.01, "uv": [278, 20]}, + {"origin": [1.6, 11.89257, -138.00192], "size": [2, 3, 6], "pivot": [1.2, 13.14257, -132.50192], "rotation": [0, 25.5, 0], "uv": [332, 332]}, + {"origin": [-3.5, 10.89257, -133.10192], "size": [7, 4, 5], "inflate": 0.02, "uv": [232, 281]}, + {"origin": [-5.5, 10.89257, -128.80192], "size": [11, 4, 4], "uv": [268, 163]}, + {"origin": [-3.6, 10.89257, -132.00192], "size": [2, 4, 9], "pivot": [-1.2, 13.14257, -132.50192], "rotation": [0, -25.5, 0], "uv": [262, 327]}, + {"origin": [-3.5, 14.89257, -133.00192], "size": [0, 2, 2], "pivot": [-1.2, 13.14257, -132.50192], "rotation": [-45, -25.5, 0], "uv": [82, 196]}, + {"origin": [-3.5, 12.89257, -135.00192], "size": [0, 2, 2], "pivot": [-1.2, 13.14257, -132.50192], "rotation": [-45, -25.5, 0], "uv": [76, 197]}, + {"origin": [3.5, 14.89257, -133.00192], "size": [0, 2, 2], "pivot": [1.2, 13.14257, -132.50192], "rotation": [-45, 25.5, 0], "uv": [40, 209]}, + {"origin": [3.5, 12.89257, -135.00192], "size": [0, 2, 2], "pivot": [1.2, 13.14257, -132.50192], "rotation": [-45, 25.5, 0], "uv": [80, 200]}, + {"origin": [1.6, 10.89257, -132.00192], "size": [2, 4, 9], "pivot": [1.2, 13.14257, -132.50192], "rotation": [0, 25.5, 0], "uv": [240, 327]}, + {"origin": [-1, 11.89257, -138.50192], "size": [2, 3, 4], "uv": [152, 219]} + ] + }, + { + "name": "segments", + "parent": "body", + "pivot": [0, 17, -96] + }, + { + "name": "segment", + "parent": "segments", + "pivot": [0, 17.09548, -95], + "cubes": [ + {"origin": [4, 22, -92], "size": [0, 33, 48], "pivot": [6, 24, -74], "rotation": [0, 0, 40], "uv": [98, 43]}, + {"origin": [-4, 22, -92], "size": [0, 33, 48], "pivot": [-6, 24, -74], "rotation": [0, 0, -40], "uv": [98, 43], "mirror": true}, + {"origin": [-6, 11, -92], "size": [12, 13, 31], "inflate": 0.01, "uv": [0, 123]} + ] + }, + { + "name": "arms", + "parent": "segment", + "pivot": [-5, 16, -86] + }, + { + "name": "arm_left", + "parent": "arms", + "pivot": [8.5, 18, -81], + "cubes": [ + {"origin": [5, 15, -84], "size": [7, 6, 6], "uv": [218, 312], "mirror": true} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [12, 18, -81], + "cubes": [ + {"origin": [11, 16, -83], "size": [18, 4, 4], "uv": [240, 113], "mirror": true} + ] + }, + { + "name": "arm_left3", + "parent": "arm_left2", + "pivot": [30, 18, -81], + "cubes": [ + {"origin": [29, 15, -84], "size": [14, 6, 6], "uv": [50, 244], "mirror": true} + ] + }, + { + "name": "hand_left", + "parent": "arm_left3", + "pivot": [44, 18, -81], + "cubes": [ + {"origin": [43, 14, -85], "size": [4, 8, 8], "uv": [302, 97], "mirror": true} + ] + }, + { + "name": "finger_left", + "parent": "hand_left", + "pivot": [46.25, 14.5, -84.5], + "cubes": [ + {"origin": [50, 13, -84.5], "size": [5, 3, 0], "uv": [146, 40], "mirror": true}, + {"origin": [46, 13, -86], "size": [4, 3, 3], "uv": [0, 237], "mirror": true} + ] + }, + { + "name": "finger_left2", + "parent": "hand_left", + "pivot": [46.25, 21.5, -81.5], + "cubes": [ + {"origin": [46, 20, -83], "size": [4, 3, 3], "uv": [14, 237], "mirror": true}, + {"origin": [50, 20, -81.5], "size": [5, 3, 0], "uv": [156, 40], "mirror": true} + ] + }, + { + "name": "finger_left3", + "parent": "hand_left", + "pivot": [46.25, 14.5, -77.5], + "cubes": [ + {"origin": [50, 13, -77.5], "size": [5, 3, 0], "uv": [166, 40], "mirror": true}, + {"origin": [46, 13, -79], "size": [4, 3, 3], "uv": [28, 237], "mirror": true} + ] + }, + { + "name": "arm_right", + "parent": "arms", + "pivot": [-8.5, 18, -81], + "cubes": [ + {"origin": [-12, 15, -84], "size": [7, 6, 6], "uv": [218, 312]} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-12, 18, -81], + "cubes": [ + {"origin": [-29, 16, -83], "size": [18, 4, 4], "uv": [240, 113]} + ] + }, + { + "name": "arm_right3", + "parent": "arm_right2", + "pivot": [-30, 18, -81], + "cubes": [ + {"origin": [-43, 15, -84], "size": [14, 6, 6], "uv": [50, 244]} + ] + }, + { + "name": "hand_right", + "parent": "arm_right3", + "pivot": [-44, 18, -81], + "cubes": [ + {"origin": [-47, 14, -85], "size": [4, 8, 8], "uv": [302, 97]} + ] + }, + { + "name": "finger_right", + "parent": "hand_right", + "pivot": [-46.25, 14.5, -84.5], + "cubes": [ + {"origin": [-55, 13, -84.5], "size": [5, 3, 0], "uv": [146, 40]}, + {"origin": [-50, 13, -86], "size": [4, 3, 3], "uv": [0, 237]} + ] + }, + { + "name": "finger_right2", + "parent": "hand_right", + "pivot": [-46.25, 21.5, -81.5], + "cubes": [ + {"origin": [-50, 20, -83], "size": [4, 3, 3], "uv": [14, 237]}, + {"origin": [-55, 20, -81.5], "size": [5, 3, 0], "uv": [156, 40]} + ] + }, + { + "name": "finger_right3", + "parent": "hand_right", + "pivot": [-46.25, 14.5, -77.5], + "cubes": [ + {"origin": [-55, 13, -77.5], "size": [5, 3, 0], "uv": [166, 40]}, + {"origin": [-50, 13, -79], "size": [4, 3, 3], "uv": [28, 237]} + ] + }, + { + "name": "segment2", + "parent": "segment", + "pivot": [0, 17.5, -60.5], + "cubes": [ + {"origin": [-5, 12, -61], "size": [10, 11, 17], "uv": [212, 174]} + ] + }, + { + "name": "segment3", + "parent": "segment2", + "pivot": [0, 17.5, -43.5], + "cubes": [ + {"origin": [-5, 12, -44], "size": [10, 11, 17], "uv": [212, 202]} + ] + }, + { + "name": "segment4", + "parent": "segment3", + "pivot": [0, 17.7, -26.3], + "cubes": [ + {"origin": [0, 24, -25], "size": [0, 18, 24], "uv": [0, 167]}, + {"origin": [60, 84, -25], "size": [0, 17, 24], "pivot": [60, 18, -29], "rotation": [0, 0, -90], "uv": [164, 188], "mirror": true}, + {"origin": [-60, 84, -25], "size": [0, 17, 24], "pivot": [-60, 18, -29], "rotation": [0, 0, 90], "uv": [164, 188]}, + {"origin": [0, 143, -25], "size": [0, 19, 24], "pivot": [0, 77, -29], "rotation": [0, 0, -180], "uv": [164, 145]}, + {"origin": [-6, 11, -27], "size": [12, 13, 27], "uv": [86, 124]} + ] + }, + { + "name": "segment5", + "parent": "segment4", + "pivot": [0, 17.5, 1.5], + "cubes": [ + {"origin": [-5, 12, 0], "size": [10, 11, 17], "uv": [224, 0]} + ] + }, + { + "name": "segment6", + "parent": "segment5", + "pivot": [0, 17.5, 17.5], + "cubes": [ + {"origin": [-5, 12, 17], "size": [10, 11, 17], "uv": [152, 229]} + ] + }, + { + "name": "segment7", + "parent": "segment6", + "pivot": [0, 17.7, 33.8], + "cubes": [ + {"origin": [-6, 11, 33], "size": [12, 13, 27], "uv": [146, 0]}, + {"origin": [0, 24, 35], "size": [0, 18, 24], "uv": [0, 167]}, + {"origin": [60, 84, 35], "size": [0, 17, 24], "pivot": [60, 18, 31], "rotation": [0, 0, -90], "uv": [164, 188], "mirror": true}, + {"origin": [-60, 84, 35], "size": [0, 17, 24], "pivot": [-60, 18, 31], "rotation": [0, 0, 90], "uv": [164, 188]}, + {"origin": [0, 143, 35], "size": [0, 19, 24], "pivot": [0, 77, 31], "rotation": [0, 0, -180], "uv": [164, 145]} + ] + }, + { + "name": "segment8", + "parent": "segment7", + "pivot": [0, 17.5, 60.5], + "cubes": [ + {"origin": [-5, 12, 60], "size": [10, 11, 17], "uv": [206, 230]} + ] + }, + { + "name": "segment9", + "parent": "segment8", + "pivot": [0, 17.5, 77.5], + "cubes": [ + {"origin": [-5, 12, 77], "size": [10, 11, 17], "uv": [94, 231]} + ] + }, + { + "name": "segment10", + "parent": "segment9", + "pivot": [0, 17.7, 95.5], + "cubes": [ + {"origin": [-6, 11, 94], "size": [12, 13, 27], "uv": [86, 164]}, + {"origin": [0, 24, 96], "size": [0, 18, 23], "uv": [194, 82]}, + {"origin": [60, 84, 96], "size": [0, 17, 23], "pivot": [60, 18, 92], "rotation": [0, 0, -90], "uv": [48, 204], "mirror": true}, + {"origin": [-60, 84, 96], "size": [0, 17, 23], "pivot": [-60, 18, 92], "rotation": [0, 0, 90], "uv": [48, 204]}, + {"origin": [0, 143, 96], "size": [0, 19, 23], "pivot": [0, 77, 92], "rotation": [0, 0, -180], "uv": [194, 40]} + ] + }, + { + "name": "segment11", + "parent": "segment10", + "pivot": [0, 17.5, 120.5], + "cubes": [ + {"origin": [-5, 12, 120], "size": [10, 11, 18], "uv": [212, 145]} + ] + }, + { + "name": "segment12", + "parent": "segment11", + "pivot": [0, 17.5, 137.5], + "cubes": [ + {"origin": [-5, 12, 138], "size": [10, 11, 16], "uv": [240, 48]} + ] + }, + { + "name": "segment13", + "parent": "segment12", + "pivot": [0, 17.5, 154.5], + "cubes": [ + {"origin": [-4, 13, 154], "size": [8, 9, 17], "uv": [240, 75]} + ] + }, + { + "name": "tip", + "parent": "segment13", + "pivot": [0, 17.5, 171.66667], + "cubes": [ + {"origin": [-2, 15.5, 187], "size": [4, 4, 17], "uv": [0, 289]}, + {"origin": [-3, 14, 171], "size": [6, 7, 16], "uv": [266, 194]}, + {"origin": [2, 17.5, 178], "size": [16, 0, 21], "uv": [164, 124]}, + {"origin": [-18, 17.5, 178], "size": [16, 0, 21], "uv": [164, 124], "mirror": true} + ] + }, + { + "name": "ribbon_tip_left", + "parent": "tip", + "pivot": [16.5, 17.5, 199], + "cubes": [ + {"origin": [15, 17.5, 199], "size": [3, 0, 10], "uv": [298, 163]} + ] + }, + { + "name": "ribbon_tip_left2", + "parent": "ribbon_tip_left", + "pivot": [16.5, 17.5, 209], + "cubes": [ + {"origin": [15, 17.5, 209], "size": [3, 0, 10], "uv": [312, 282]} + ] + }, + { + "name": "ribbon_tip_left3", + "parent": "ribbon_tip_left2", + "pivot": [16.5, 17.5, 219], + "cubes": [ + {"origin": [15, 17.5, 219], "size": [3, 0, 10], "uv": [288, 312]} + ] + }, + { + "name": "ribbon_tip_left4", + "parent": "ribbon_tip_left3", + "pivot": [17.5, 17.5, 229], + "cubes": [ + {"origin": [15, 17.5, 229], "size": [3, 0, 10], "uv": [312, 292]} + ] + }, + { + "name": "ribbon_tip_left5", + "parent": "ribbon_tip_left4", + "pivot": [17.5, 17.5, 239], + "cubes": [ + {"origin": [15, 17.5, 239], "size": [3, 0, 10], "uv": [312, 302]} + ] + }, + { + "name": "ribbon_tip_left6", + "parent": "ribbon_tip_left5", + "pivot": [17.5, 17.5, 249], + "cubes": [ + {"origin": [15, 17.5, 249], "size": [3, 0, 10], "uv": [314, 135]} + ] + }, + { + "name": "ribbon_tip_left7", + "parent": "ribbon_tip_left6", + "pivot": [17.5, 17.5, 259], + "cubes": [ + {"origin": [15, 17.5, 259], "size": [3, 0, 10], "uv": [314, 145]} + ] + }, + { + "name": "ribbon_tip_left8", + "parent": "ribbon_tip_left7", + "pivot": [17.5, 17.5, 269], + "cubes": [ + {"origin": [15, 17.5, 269], "size": [3, 0, 10], "uv": [314, 312]} + ] + }, + { + "name": "ribbon_tip_left9", + "parent": "ribbon_tip_left8", + "pivot": [17.5, 17.5, 279], + "cubes": [ + {"origin": [15, 17.5, 279], "size": [3, 0, 10], "uv": [316, 173]} + ] + }, + { + "name": "ribbon_tip_left10", + "parent": "ribbon_tip_left9", + "pivot": [17.5, 17.5, 289], + "cubes": [ + {"origin": [15, 17.5, 289], "size": [3, 0, 10], "uv": [316, 183]} + ] + }, + { + "name": "ribbon_tip_left11", + "parent": "ribbon_tip_left10", + "pivot": [17, 17.5, 299], + "cubes": [ + {"origin": [16, 17.5, 299], "size": [2, 0, 10], "uv": [66, 329]} + ] + }, + { + "name": "ribbon_tip_left12", + "parent": "ribbon_tip_left11", + "pivot": [17, 17.5, 309], + "cubes": [ + {"origin": [16, 17.5, 309], "size": [2, 0, 10], "uv": [90, 329]} + ] + }, + { + "name": "ribbon_tip_right", + "parent": "tip", + "pivot": [-16.5, 17.5, 199], + "cubes": [ + {"origin": [-18, 17.5, 199], "size": [3, 0, 10], "uv": [40, 321]} + ] + }, + { + "name": "ribbon_tip_right2", + "parent": "ribbon_tip_right", + "pivot": [-16.5, 17.5, 209], + "cubes": [ + {"origin": [-18, 17.5, 209], "size": [3, 0, 10], "uv": [288, 322]} + ] + }, + { + "name": "ribbon_tip_right3", + "parent": "ribbon_tip_right2", + "pivot": [-16.5, 17.5, 219], + "cubes": [ + {"origin": [-18, 17.5, 219], "size": [3, 0, 10], "uv": [314, 322]} + ] + }, + { + "name": "ribbon_tip_right4", + "parent": "ribbon_tip_right3", + "pivot": [-15.5, 17.5, 229], + "cubes": [ + {"origin": [-18, 17.5, 229], "size": [3, 0, 10], "uv": [162, 323]} + ] + }, + { + "name": "ribbon_tip_right5", + "parent": "ribbon_tip_right4", + "pivot": [-15.5, 17.5, 239], + "cubes": [ + {"origin": [-18, 17.5, 239], "size": [3, 0, 10], "uv": [188, 323]} + ] + }, + { + "name": "ribbon_tip_right6", + "parent": "ribbon_tip_right5", + "pivot": [-15.5, 17.5, 249], + "cubes": [ + {"origin": [-18, 17.5, 249], "size": [3, 0, 10], "uv": [324, 0]} + ] + }, + { + "name": "ribbon_tip_right7", + "parent": "ribbon_tip_right6", + "pivot": [-15.5, 17.5, 259], + "cubes": [ + {"origin": [-18, 17.5, 259], "size": [3, 0, 10], "uv": [324, 10]} + ] + }, + { + "name": "ribbon_tip_right8", + "parent": "ribbon_tip_right7", + "pivot": [-15.5, 17.5, 269], + "cubes": [ + {"origin": [-18, 17.5, 269], "size": [3, 0, 10], "uv": [324, 155]} + ] + }, + { + "name": "ribbon_tip_right9", + "parent": "ribbon_tip_right8", + "pivot": [-16.5, 17.5, 279], + "cubes": [ + {"origin": [-18, 17.5, 279], "size": [3, 0, 10], "uv": [214, 324]} + ] + }, + { + "name": "ribbon_tip_right10", + "parent": "ribbon_tip_right9", + "pivot": [-15.5, 17.5, 289], + "cubes": [ + {"origin": [-18, 17.5, 289], "size": [3, 0, 10], "uv": [326, 97]} + ] + }, + { + "name": "ribbon_tip_right11", + "parent": "ribbon_tip_right10", + "pivot": [-16, 17.5, 299], + "cubes": [ + {"origin": [-18, 17.5, 299], "size": [2, 0, 10], "uv": [330, 70]} + ] + }, + { + "name": "ribbon_tip_right12", + "parent": "ribbon_tip_right11", + "pivot": [-16, 17.5, 309], + "cubes": [ + {"origin": [-18, 17.5, 309], "size": [2, 0, 10], "uv": [330, 80]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/melmetal/melmetal.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/melmetal/melmetal.geo.json new file mode 100644 index 0000000..1e1dac3 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/melmetal/melmetal.geo.json @@ -0,0 +1,240 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 256, + "texture_height": 256, + "visible_bounds_width": 11, + "visible_bounds_height": 6, + "visible_bounds_offset": [0, 2, 0] + }, + "bones": [ + { + "name": "melmetal", + "pivot": [0, 0, 0] + }, + { + "name": "bot_torso", + "parent": "melmetal", + "pivot": [0, 16, 0], + "cubes": [ + {"origin": [-12, 11, -7.5], "size": [24, 10, 15], "uv": [116, 114]} + ] + }, + { + "name": "middle_torso", + "parent": "bot_torso", + "pivot": [0, 26, 6], + "cubes": [ + {"origin": [3, 19, -5.5], "size": [7, 14, 11], "uv": [0, 152]}, + {"origin": [-10, 19, -5.5], "size": [7, 14, 11], "uv": [139, 150]}, + {"origin": [-3, 29, -5.5], "size": [6, 4, 11], "uv": [108, 0]}, + {"origin": [-3, 20, -5.5], "size": [6, 2, 11], "uv": [148, 24]} + ] + }, + { + "name": "ring", + "parent": "middle_torso", + "pivot": [12, 11, 22.5], + "cubes": [ + {"origin": [-4, 22, -7.5], "size": [2, 8, 15], "uv": [160, 160]}, + {"origin": [2, 22, -7.5], "size": [2, 8, 15], "uv": [73, 40]}, + {"origin": [-2, 28, -7.5], "size": [4, 2, 15], "uv": [85, 0]}, + {"origin": [-2, 22, -7.5], "size": [4, 2, 15], "uv": [45, 76]} + ] + }, + { + "name": "top_torso", + "parent": "middle_torso", + "pivot": [0, 31.66667, 8], + "cubes": [ + {"origin": [-12.66194, 31.1047, -8.49768], "size": [25, 12, 17], "uv": [68, 76]}, + {"origin": [-14.66194, 37.1047, -13.49768], "size": [29, 11, 27], "uv": [0, 0]}, + {"origin": [-10.66194, 47.1047, -10.49768], "size": [21, 3, 21], "uv": [47, 105]} + ] + }, + { + "name": "head", + "parent": "top_torso", + "pivot": [-12.66194, 7.1047, -8.49768], + "cubes": [ + {"origin": [-6.66194, 49.1047, -2.49768], "size": [3, 6, 5], "uv": [0, 11]}, + {"origin": [3.33806, 49.1047, -2.49768], "size": [3, 6, 5], "uv": [0, 0]}, + {"origin": [-5.66194, 55.1047, -2.49768], "size": [11, 3, 5], "uv": [110, 105]} + ] + }, + { + "name": "eye", + "parent": "head", + "pivot": [-0.16194, 53.1047, 0.00232], + "cubes": [ + {"origin": [-1.16194, 52.1047, -0.99768], "size": [2, 2, 2], "uv": [11, 0]} + ] + }, + { + "name": "right_arm", + "parent": "top_torso", + "pivot": [-16.16194, 43.1047, 0.00232] + }, + { + "name": "arm_l_3", + "parent": "right_arm", + "pivot": [-14.66194, 42.6047, 0.00232], + "cubes": [ + {"origin": [-18.66194, 34.1047, -8.49768], "size": [6, 17, 17], "uv": [54, 129], "mirror": true}, + {"origin": [-28.63694, 31.1047, -11.49768], "size": [11, 23, 23], "uv": [0, 76], "mirror": true} + ] + }, + { + "name": "arm_l_4", + "parent": "arm_l_3", + "pivot": [-25.41194, 42.6047, 0.00232], + "cubes": [ + {"origin": [-37.66194, 37.1047, -5.49768], "size": [7, 11, 11], "uv": [152, 91], "mirror": true}, + {"origin": [-32.66194, 35.1047, -7.49768], "size": [12, 15, 15], "uv": [0, 122], "mirror": true} + ] + }, + { + "name": "bone2", + "parent": "arm_l_4", + "pivot": [-36.66194, 42.6047, 0.00232], + "cubes": [ + {"origin": [-47.66194, 35.1047, -7.49768], "size": [6, 15, 15], "uv": [137, 61], "mirror": true}, + {"origin": [-42.66194, 37.1047, -5.49768], "size": [6, 11, 11], "inflate": 0.01, "uv": [89, 161], "mirror": true}, + {"origin": [-59.66194, 37.1047, -5.49768], "size": [14, 11, 11], "uv": [100, 139], "mirror": true} + ] + }, + { + "name": "bone5", + "parent": "bone2", + "pivot": [-52.66194, 42.6047, 0.00232], + "cubes": [ + {"origin": [-66.66194, 34.1047, -8.49768], "size": [15, 17, 17], "uv": [72, 183], "mirror": true}, + {"origin": [-75.66194, 37.1047, -12.49768], "size": [19, 11, 25], "uv": [137, 183], "mirror": true} + ] + }, + { + "name": "left_arm", + "parent": "top_torso", + "pivot": [15.83806, 43.1047, 0.00232] + }, + { + "name": "arm_l_1", + "parent": "left_arm", + "pivot": [13.33806, 42.6047, 0.00232], + "cubes": [ + {"origin": [12.33806, 34.1047, -8.49768], "size": [6, 17, 17], "uv": [54, 129]}, + {"origin": [17.31306, 31.1047, -11.49768], "size": [11, 23, 23], "uv": [0, 76]} + ] + }, + { + "name": "arm_l_2", + "parent": "arm_l_1", + "pivot": [25.08806, 42.6047, 0.00232], + "cubes": [ + {"origin": [30.33806, 37.1047, -5.49768], "size": [7, 11, 11], "uv": [152, 91]}, + {"origin": [20.33806, 35.1047, -7.49768], "size": [12, 15, 15], "uv": [0, 122]} + ] + }, + { + "name": "bone", + "parent": "arm_l_2", + "pivot": [36.33806, 42.6047, 0.00232], + "cubes": [ + {"origin": [41.33806, 35.1047, -7.49768], "size": [6, 15, 15], "uv": [137, 61]}, + {"origin": [36.33806, 37.1047, -5.49768], "size": [6, 11, 11], "inflate": 0.01, "uv": [89, 161]}, + {"origin": [45.33806, 37.1047, -5.49768], "size": [14, 11, 11], "uv": [100, 139]} + ] + }, + { + "name": "bone8", + "parent": "bone", + "pivot": [52.33806, 42.6047, 0], + "cubes": [ + {"origin": [51.33806, 34.1047, -8.5], "size": [15, 17, 17], "uv": [72, 183]}, + {"origin": [56.33806, 37.1047, -12.5], "size": [19, 11, 25], "uv": [137, 183]} + ] + }, + { + "name": "tail_cone", + "parent": "bot_torso", + "pivot": [0, 18, 7.075], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [-0.5, 17, 6], "size": [1, 2, 7], "uv": [2, 179]} + ] + }, + { + "name": "bone7", + "parent": "tail_cone", + "pivot": [0, 19, 14], + "rotation": [37.5, 0, 0], + "cubes": [ + {"origin": [-0.509, 18.03205, 11.99912], "size": [1, 2, 6], "inflate": -0.01, "uv": [3, 188]} + ] + }, + { + "name": "bone9", + "parent": "bone7", + "pivot": [0, 18.975, 17.65], + "rotation": [-45, 0, 0], + "cubes": [ + {"origin": [-0.5, 17.975, 17.15], "size": [1, 2, 5], "inflate": -0.02, "uv": [11, 179]}, + {"origin": [-0.5, 19.425, 21.525], "size": [1, 0, 2], "uv": [9, 177]}, + {"origin": [-0.5, 18.6, 21.525], "size": [1, 0, 2], "uv": [9, 177]} + ] + }, + { + "name": "leg_left_top", + "parent": "melmetal", + "pivot": [9.475, 13.5, 0], + "cubes": [ + {"origin": [3.975, 5, -5.5], "size": [11, 13, 11], "inflate": 0.01, "uv": [148, 0]} + ] + }, + { + "name": "leg_bot", + "parent": "leg_left_top", + "pivot": [9.475, 8, 0], + "cubes": [ + {"origin": [2.975, 0, -6.5], "size": [13, 8, 13], "uv": [100, 55]} + ] + }, + { + "name": "bone4", + "parent": "leg_bot", + "pivot": [10.775, 5, -11.65685], + "cubes": [ + {"origin": [9.775, 0.05, -10.65685], "size": [8, 3, 8], "pivot": [10.775, 5, -11.65685], "rotation": [0, -45, 0], "uv": [139, 139]} + ] + }, + { + "name": "leg_right_top", + "parent": "melmetal", + "pivot": [-9.475, 13.5, 0], + "cubes": [ + {"origin": [-14.975, 5, -5.5], "size": [11, 13, 11], "inflate": 0.01, "uv": [148, 0], "mirror": true} + ] + }, + { + "name": "leg_bot2", + "parent": "leg_right_top", + "pivot": [-9.475, 7, 0], + "cubes": [ + {"origin": [-15.975, 0, -6.5], "size": [13, 8, 13], "uv": [100, 55], "mirror": true} + ] + }, + { + "name": "bone6", + "parent": "leg_bot2", + "pivot": [-10.775, 5, -11.65685], + "cubes": [ + {"origin": [-17.775, 0.05, -10.65685], "size": [8, 3, 8], "pivot": [-10.775, 5, -11.65685], "rotation": [0, 45, 0], "uv": [139, 139], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/meltan/meltan.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/meltan/meltan.geo.json new file mode 100644 index 0000000..d808558 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/meltan/meltan.geo.json @@ -0,0 +1,111 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.ditto", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "meltan", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "meltan", + "pivot": [0, 1.5, 0.5], + "cubes": [ + {"origin": [-5, 0, -2.5], "size": [10, 3, 6], "uv": [0, 0]} + ] + }, + { + "name": "body2", + "parent": "body", + "pivot": [0, 3, 0.5], + "cubes": [ + {"origin": [-4.5, 2, -2], "size": [9, 3, 5], "uv": [0, 9]} + ] + }, + { + "name": "bodytop", + "parent": "body2", + "pivot": [0, 5, 0], + "cubes": [ + {"origin": [-3.5, 3, -1.5], "size": [7, 5, 4], "inflate": 0.01, "uv": [0, 17]} + ] + }, + { + "name": "head2", + "parent": "bodytop", + "pivot": [-4.69587, -9.01, 0.525], + "cubes": [ + {"origin": [-22.29087, 2.815, -1.475], "size": [7, 2, 4], "inflate": 0.025, "pivot": [3.73413, -9.01, 0.525], "rotation": [0, 0, 62.5], "uv": [42, 27]}, + {"origin": [-3.99087, 8.01, -1.475], "size": [8, 2, 4], "uv": [40, 6]}, + {"origin": [-3.99087, 18.485, -1.475], "size": [8, 2, 4], "uv": [40, 34]}, + {"origin": [2.98413, 8.36, -1.475], "size": [7, 2, 4], "inflate": 0.05, "pivot": [3.73413, 9.01, 0.525], "rotation": [0, 0, -62.5], "uv": [42, 12]}, + {"origin": [-10.49587, 9.21, -1.475], "size": [7, 2, 4], "inflate": 0.05, "pivot": [-4.69587, 9.01, 0.525], "rotation": [0, 0, 62.5], "uv": [42, 0], "mirror": true}, + {"origin": [14.77913, 1.965, -1.475], "size": [7, 2, 4], "inflate": 0.025, "pivot": [-4.69587, -9.01, 0.525], "rotation": [0, 0, -62.5], "uv": [42, 21], "mirror": true} + ] + }, + { + "name": "eyes2", + "parent": "head2", + "pivot": [3.73413, -9.01, 0.525], + "cubes": [ + {"origin": [-1.5, 12.24, -1.5], "size": [3, 3, 3], "inflate": -0.25, "uv": [0, 26]} + ] + }, + { + "name": "arm_left", + "parent": "bodytop", + "pivot": [3.5, 6.5, 0], + "cubes": [ + {"origin": [2.5, 5, -1], "size": [4, 3, 2], "uv": [26, 0], "mirror": true} + ] + }, + { + "name": "arm_right", + "parent": "bodytop", + "pivot": [-3.5, 6.5, 0], + "cubes": [ + {"origin": [-6.5, 5, -1], "size": [4, 3, 2], "uv": [26, 0]} + ] + }, + { + "name": "bone2", + "parent": "body2", + "pivot": [-1, 1.7, 3.1] + }, + { + "name": "bone3", + "parent": "bone2", + "pivot": [-1, 0.55, 0.9], + "cubes": [ + {"origin": [0, -0.475, 2.175], "size": [0, 2, 4], "pivot": [-1, 0.55, 0.9], "rotation": [27.5, 0, 0], "uv": [18, 15]} + ] + }, + { + "name": "bone4", + "parent": "bone3", + "pivot": [-1, -2.45, 0.9], + "cubes": [ + {"origin": [-0.001, 3.1, 1.75], "size": [0, 2, 4], "pivot": [-1, -2.45, 0.9], "rotation": [-27.5, 0, 0], "uv": [18, 13]} + ] + }, + { + "name": "bone5", + "parent": "bone4", + "pivot": [-1, 0.55, 0.9], + "cubes": [ + {"origin": [0, -2.9, 6.825], "size": [0, 2, 3], "pivot": [-1, 0.55, 0.9], "rotation": [27.5, 0, 0], "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/meowstic/meowstic_f.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/meowstic/meowstic_f.geo.json new file mode 100644 index 0000000..8e20dbd --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/meowstic/meowstic_f.geo.json @@ -0,0 +1,307 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.meowstic_f", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "body", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-3.5, 6, -2], "size": [7, 9, 5], "uv": [0, 37]}, + {"origin": [-6, 7, 1], "size": [3, 2, 0], "pivot": [-3.5, 8, 1], "rotation": [0, 20, -20], "uv": [31, 2]}, + {"origin": [3, 7, 1], "size": [3, 2, 0], "pivot": [3.5, 8, 1], "rotation": [0, -20, 30], "uv": [31, 0]}, + {"origin": [2.75, 7, -0.5], "size": [3, 2, 0], "pivot": [3.5, 8, -0.5], "rotation": [0, 20, 30], "uv": [22, 24]}, + {"origin": [-6, 7, -0.5], "size": [3, 2, 0], "pivot": [-3.5, 8, -0.5], "rotation": [0, -20, -20], "uv": [28, 24]} + ] + }, + { + "name": "head", + "parent": "body", + "pivot": [0, 17, 1], + "cubes": [ + {"origin": [-5.5, 17, -4], "size": [11, 9, 9], "uv": [0, 0]}, + {"origin": [-0.125, 18.5, -4.02], "size": [0.25, 0.25, 0], "uv": [127, 1]} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [0, 18, -4], + "cubes": [ + {"origin": [-1, 17, -3.99], "size": [2, 1, 0], "uv": [22, 18]} + ] + }, + { + "name": "eye_l", + "parent": "head", + "pivot": [5.25, 20, -4], + "rotation": [0, 0, -10], + "cubes": [ + {"origin": [1.16318, 18.5076, -4.015], "size": [4, 3, 0], "uv": [8, 34]}, + {"origin": [2.75, 19.5, -4.02], "size": [1, 2, 0], "pivot": [3, 21.5, -4.02], "rotation": [0, 0, 10], "uv": [6, 0]}, + {"origin": [1.75, 20.5, -4.025], "size": [1, 1, 0], "uv": [6, 19]} + ] + }, + { + "name": "closed_l", + "parent": "eye_l", + "pivot": [5.25, 20, -3], + "cubes": [ + {"origin": [1.16318, 19.7576, -3.99], "size": [4, 0.5, 0], "uv": [119, 1]} + ] + }, + { + "name": "open_l", + "parent": "eye_l", + "pivot": [5.25, 20, -3.75], + "cubes": [ + {"origin": [1.16318, 18.5076, -3.765], "size": [4, 3, 0], "uv": [25, 76]}, + {"origin": [2.75, 19.5, -3.77], "size": [1, 2, 0], "pivot": [3, 21.5, -3.77], "rotation": [0, 0, 10], "uv": [25, 79]}, + {"origin": [1.75, 20.5, -3.775], "size": [1, 1, 0], "uv": [27, 79]} + ] + }, + { + "name": "eye_r", + "parent": "head", + "pivot": [-5.25, 20, -4], + "rotation": [0, 0, 10], + "cubes": [ + {"origin": [-5.16318, 18.5076, -4.01], "size": [4, 3, 0], "uv": [0, 34]}, + {"origin": [-3.75, 19.5, -4.02], "size": [1, 2, 0], "pivot": [-3, 21.5, -4.02], "rotation": [0, 0, -10], "uv": [0, 0]}, + {"origin": [-2.75, 20.5, -4.025], "size": [1, 1, 0], "uv": [0, 19]} + ] + }, + { + "name": "closed_r", + "parent": "eye_r", + "pivot": [-5.25, 20, -3], + "cubes": [ + {"origin": [-5.16318, 19.7576, -3.99], "size": [4, 0.5, 0], "uv": [119, 1]} + ] + }, + { + "name": "open_r", + "parent": "eye_r", + "pivot": [-5.25, 20, -3.75], + "cubes": [ + {"origin": [-5.16318, 18.5076, -3.76], "size": [4, 3, 0], "uv": [16, 76]}, + {"origin": [-3.75, 19.5, -3.77], "size": [1, 2, 0], "pivot": [-3, 21.5, -3.77], "rotation": [0, 0, -10], "uv": [16, 79]}, + {"origin": [-2.75, 20.5, -3.775], "size": [1, 1, 0], "uv": [18, 79]} + ] + }, + { + "name": "ear_r", + "parent": "head", + "pivot": [-4, 26, 0], + "rotation": [20, 17.5, -35], + "cubes": [ + {"origin": [-6.5, 24, -1.5], "size": [5, 8, 3], "uv": [34, 60]} + ] + }, + { + "name": "ear_ra", + "parent": "ear_r", + "pivot": [-4, 32, -1.5], + "rotation": [-55, 0, 0], + "cubes": [ + {"origin": [-6.51, 24, -1.5], "size": [5, 8, 3], "uv": [0, 60]}, + {"origin": [-4.5, 27, 1.515], "size": [1, 1, 0], "uv": [126, 17]}, + {"origin": [-5, 26, 1.51], "size": [2, 3, 0], "uv": [124, 9]} + ] + }, + { + "name": "ear_l", + "parent": "head", + "pivot": [4, 26, 0], + "rotation": [20, -17.5, 35], + "cubes": [ + {"origin": [1.5, 24, -1.5], "size": [5, 8, 3], "uv": [58, 9]} + ] + }, + { + "name": "ear_la", + "parent": "ear_l", + "pivot": [4, 32, -1.5], + "rotation": [-55, 0, 0], + "cubes": [ + {"origin": [1.51, 24, -1.5], "size": [5, 8, 3], "uv": [18, 54]}, + {"origin": [3.5, 27, 1.515], "size": [1, 1, 0], "uv": [126, 15]}, + {"origin": [3, 26, 1.51], "size": [2, 3, 0], "uv": [124, 12]} + ] + }, + { + "name": "hair", + "parent": "head", + "pivot": [-0.25, 24.75, -2.5], + "rotation": [-55, 0, 0], + "cubes": [ + {"origin": [-3, 20.75, -4.5], "size": [6, 6, 2], "uv": [86, 7]}, + {"origin": [-3, 20.75, -6.5], "size": [2, 2, 2], "uv": [0, 80]} + ] + }, + { + "name": "arm_r", + "parent": "body", + "pivot": [-3.5, 13.5, 0], + "rotation": [0, 0, 50], + "cubes": [ + {"origin": [-5, 8, -1], "size": [2, 7, 2], "uv": [66, 56]} + ] + }, + { + "name": "arm_l", + "parent": "body", + "pivot": [3.5, 13.5, 0], + "rotation": [0, 0, -50], + "cubes": [ + {"origin": [3, 8, -1], "size": [2, 7, 2], "uv": [0, 0]} + ] + }, + { + "name": "collar", + "parent": "body", + "pivot": [0, 16, 0], + "cubes": [ + {"origin": [-4.5, 15, -3], "size": [9, 2, 7], "uv": [31, 0]}, + {"origin": [-5, 14.5, -5], "size": [4, 4, 3], "uv": [0, 87]} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [0, 6, 3] + }, + { + "name": "tail1", + "parent": "tail", + "pivot": [0, 6, 3], + "rotation": [55, 15, 0], + "cubes": [ + {"origin": [-1, 6, 3], "size": [2, 2, 4], "uv": [56, 0]} + ] + }, + { + "name": "tail1_a", + "parent": "tail1", + "pivot": [0, 8, 6], + "cubes": [ + {"origin": [-2, 5, 6], "size": [4, 4, 4], "uv": [50, 60]} + ] + }, + { + "name": "tail1_b", + "parent": "tail1_a", + "pivot": [0, 9, 10], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [-2.5, 4.5, 10], "size": [5, 5, 4], "uv": [0, 51]} + ] + }, + { + "name": "tail1_c", + "parent": "tail1_b", + "pivot": [0, 9.5, 14], + "rotation": [-20, 0, 0], + "cubes": [ + {"origin": [-3, 4, 14], "size": [6, 6, 6], "uv": [42, 48]} + ] + }, + { + "name": "tail1_d", + "parent": "tail1_c", + "pivot": [0, 10, 20], + "rotation": [-30, 0, 0], + "cubes": [ + {"origin": [-2.99, 4, 20], "size": [6, 6, 6], "uv": [46, 36]} + ] + }, + { + "name": "tail1_e", + "parent": "tail1_d", + "pivot": [0, 10, 26], + "rotation": [-55, 0, 0], + "cubes": [ + {"origin": [-3.5, 2, 26], "size": [7, 8, 8], "uv": [22, 26]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 6, 3], + "rotation": [35, -15, 0], + "cubes": [ + {"origin": [-1, 6, 3], "size": [2, 2, 4], "uv": [56, 0]} + ] + }, + { + "name": "tail1_a2", + "parent": "tail2", + "pivot": [0, 8, 6], + "cubes": [ + {"origin": [-2, 5, 6], "size": [4, 4, 4], "uv": [50, 60]} + ] + }, + { + "name": "tail1_b2", + "parent": "tail1_a2", + "pivot": [0, 9, 10], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [-2.5, 4.5, 10], "size": [5, 5, 4], "uv": [0, 51]} + ] + }, + { + "name": "tail1_c2", + "parent": "tail1_b2", + "pivot": [0, 9.5, 14], + "rotation": [-20, 0, 0], + "cubes": [ + {"origin": [-3, 4, 14], "size": [6, 6, 6], "uv": [42, 48]} + ] + }, + { + "name": "tail1_d2", + "parent": "tail1_c2", + "pivot": [0, 10, 20], + "rotation": [-30, 0, 0], + "cubes": [ + {"origin": [-3.01, 4, 20], "size": [6, 6, 6], "uv": [46, 36]} + ] + }, + { + "name": "tail1_e2", + "parent": "tail1_d2", + "pivot": [0, 10, 26], + "rotation": [-55, 0, 0], + "cubes": [ + {"origin": [-3.5, 2, 26], "size": [7, 8, 8], "uv": [22, 26]} + ] + }, + { + "name": "leg_r", + "parent": "body", + "pivot": [-2, 6, 0.5], + "cubes": [ + {"origin": [-3.51, 0, -1], "size": [3, 7, 3], "uv": [16, 65]} + ] + }, + { + "name": "leg_l", + "parent": "body", + "pivot": [2, 6, 0.5], + "cubes": [ + {"origin": [0.51, 0, -1], "size": [3, 7, 3], "uv": [64, 28]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/meowstic/meowstic_m.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/meowstic/meowstic_m.geo.json new file mode 100644 index 0000000..e745007 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/meowstic/meowstic_m.geo.json @@ -0,0 +1,369 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.meowstic_m", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 5, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "body", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-3.5, 6, -2], "size": [7, 9, 5], "uv": [0, 27]}, + {"origin": [-6, 6, -0.5], "size": [3, 2, 0], "pivot": [-3.5, 7, -0.5], "rotation": [0, -20, -20], "uv": [25, 22]}, + {"origin": [3, 6, -0.5], "size": [3, 2, 0], "pivot": [3.5, 7, -0.5], "rotation": [0, 20, 20], "uv": [25, 20]} + ] + }, + { + "name": "head", + "parent": "body", + "pivot": [0, 17, 1], + "cubes": [ + {"origin": [-5.5, 17, -4], "size": [11, 9, 9], "uv": [0, 0]}, + {"origin": [-0.125, 18.5, -4.02], "size": [0.25, 0.25, 0], "uv": [127, 1]} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [0, 18, -4], + "cubes": [ + {"origin": [-1, 17, -3.99], "size": [2, 1, 0], "uv": [66, 3]} + ] + }, + { + "name": "eye_l", + "parent": "head", + "pivot": [5, 20, -4], + "rotation": [0, 0, -10], + "cubes": [ + {"origin": [1, 19.25, -4.01], "size": [1, 2, 0], "uv": [33, 19]}, + {"origin": [2, 19, -4.015], "size": [3, 3, 0], "uv": [0, 18]}, + {"origin": [2.5, 19.5, -4.02], "size": [1, 2, 0], "pivot": [2.75, 21.5, -4.02], "rotation": [0, 0, 10], "uv": [0, 0]}, + {"origin": [1.5, 20.5, -4.025], "size": [1, 1, 0], "uv": [6, 1]} + ] + }, + { + "name": "closed_l", + "parent": "eye_l", + "pivot": [5, 19.5, -3], + "cubes": [ + {"origin": [1, 19.75, -3.99], "size": [4, 0.5, 0], "uv": [120, 1]} + ] + }, + { + "name": "open_l", + "parent": "eye_l", + "pivot": [5, 20, -3.75], + "cubes": [ + {"origin": [1.5, 20.5, -3.77], "size": [1, 1, 0], "uv": [7, 71]}, + {"origin": [1, 19.25, -3.76], "size": [1, 2, 0], "uv": [7, 68]}, + {"origin": [2, 19, -3.76], "size": [3, 3, 0], "uv": [7, 64]}, + {"origin": [2.5, 19.5, -3.78], "size": [1, 2, 0], "pivot": [2.75, 21.5, -3.77], "rotation": [0, 0, 10], "uv": [6, 73]} + ] + }, + { + "name": "eye_r", + "parent": "head", + "pivot": [-5, 20, -4], + "rotation": [0, 0, 10], + "cubes": [ + {"origin": [-2, 19.25, -4.01], "size": [1, 2, 0], "uv": [28, 18]}, + {"origin": [-5, 19, -4.015], "size": [3, 3, 0], "uv": [0, 21]}, + {"origin": [-3.5, 19.5, -4.02], "size": [1, 2, 0], "pivot": [-2.75, 21.5, -4.02], "rotation": [0, 0, -10], "uv": [0, 0]}, + {"origin": [-2.5, 20.5, -4.025], "size": [1, 1, 0], "uv": [6, 1]} + ] + }, + { + "name": "closed_r", + "parent": "eye_r", + "pivot": [-5, 19.5, -3], + "cubes": [ + {"origin": [-5, 19.75, -3.99], "size": [4, 0.5, 0], "uv": [120, 1]} + ] + }, + { + "name": "open_r", + "parent": "eye_r", + "pivot": [-5, 20, -3.75], + "cubes": [ + {"origin": [-5, 19, -3.76], "size": [3, 3, 0], "uv": [0, 64]}, + {"origin": [-2, 19.25, -3.76], "size": [1, 2, 0], "uv": [0, 68]}, + {"origin": [-2.5, 20.5, -3.775], "size": [1, 1, 0], "uv": [0, 71]}, + {"origin": [-3.5, 19.5, -3.77], "size": [1, 2, 0], "pivot": [-2.75, 21.5, -3.77], "rotation": [0, 0, -10], "uv": [0, 73]} + ] + }, + { + "name": "ear_r", + "parent": "head", + "pivot": [-4, 26, 0], + "rotation": [20, 17.5, -35], + "cubes": [ + {"origin": [-6.5, 24, -1.5], "size": [5, 8, 3], "uv": [16, 45]} + ] + }, + { + "name": "ear_ra", + "parent": "ear_r", + "pivot": [-4, 32, -1.5], + "rotation": [-55, 0, 0], + "cubes": [ + {"origin": [-6, 25, -1.5], "size": [4, 7, 3], "uv": [48, 30]}, + {"origin": [-4.5, 27, 1.51], "size": [1, 1, 0], "uv": [6, 0]}, + {"origin": [-5, 23.5, -1], "size": [2, 2, 2], "uv": [60, 61]} + ] + }, + { + "name": "ear_l", + "parent": "head", + "pivot": [4, 26, 0], + "rotation": [20, -17.5, 35], + "cubes": [ + {"origin": [1.5, 24, -1.5], "size": [5, 8, 3], "uv": [0, 41]} + ] + }, + { + "name": "ear_la", + "parent": "ear_l", + "pivot": [4, 32, -1.5], + "rotation": [-55, 0, 0], + "cubes": [ + {"origin": [2, 25, -1.5], "size": [4, 7, 3], "uv": [32, 46]}, + {"origin": [3, 23.5, -1], "size": [2, 2, 2], "uv": [16, 41]}, + {"origin": [3.5, 27, 1.51], "size": [1, 1, 0], "uv": [6, 0]} + ] + }, + { + "name": "hair", + "parent": "head", + "pivot": [-0.25, 25.5, -2.75], + "rotation": [-30.47267, -4.98095, 4.34519], + "cubes": [ + {"origin": [0, 21.5, -4.75], "size": [3, 6, 2], "pivot": [-0.25, 25.5, -3.75], "rotation": [0, 0, 25], "uv": [34, 56]}, + {"origin": [-1.5, 22.5, -4.25], "size": [2, 5, 2], "pivot": [-0.25, 25.5, -3.75], "rotation": [0, 0, 35], "uv": [44, 59]} + ] + }, + { + "name": "arm_r", + "parent": "body", + "pivot": [-3.5, 13.5, 0], + "rotation": [0, 0, 50], + "cubes": [ + {"origin": [-5, 8, -1], "size": [2, 7, 2], "uv": [0, 0]} + ] + }, + { + "name": "arm_l", + "parent": "body", + "pivot": [3.5, 13.5, 0], + "rotation": [0, 0, -50], + "cubes": [ + {"origin": [3, 8, -1], "size": [2, 7, 2], "uv": [31, 0]} + ] + }, + { + "name": "collar", + "parent": "body", + "pivot": [0, 17, 0], + "cubes": [ + {"origin": [-4.5, 15, -3], "size": [9, 2, 7], "uv": [0, 18]}, + {"origin": [-0.5, 12, -3.75], "size": [2, 5, 2], "pivot": [0.5, 16, -3.5], "rotation": [-5, 0, 47.5], "uv": [59, 25]}, + {"origin": [-0.5, 12, 2.75], "size": [2, 5, 2], "pivot": [0.5, 16, 3.5], "rotation": [5, 0, 47.5], "uv": [58, 8]}, + {"origin": [2, 13, -3.5], "size": [2, 4, 2], "pivot": [3, 16, -3.5], "rotation": [-5, 0, 45], "uv": [52, 61]}, + {"origin": [2, 13, 2.5], "size": [2, 4, 2], "pivot": [3, 16, 3.5], "rotation": [5, 0, 45], "uv": [60, 38]}, + {"origin": [-3.75, 13, -3.5], "size": [2, 5, 2], "pivot": [-2.75, 16, -3.5], "rotation": [-5, 0, 67.5], "uv": [58, 47]}, + {"origin": [-3.75, 13, 2.5], "size": [2, 5, 2], "pivot": [-2.75, 16, 3.5], "rotation": [10, 0, 67.5], "uv": [58, 15]}, + {"origin": [-4.75, 13.5, -1], "size": [2, 5, 3], "pivot": [-3.75, 16, 1.5], "rotation": [2.5, 0, 70], "uv": [24, 56]} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [0, 6, 3] + }, + { + "name": "tail1", + "parent": "tail", + "pivot": [0, 6, 3], + "rotation": [55, 15, 0], + "cubes": [ + {"origin": [-1, 6, 3], "size": [2, 2, 4], "uv": [54, 55]} + ] + }, + { + "name": "tail1_a", + "parent": "tail1", + "pivot": [0, 8, 6], + "cubes": [ + {"origin": [-2, 5, 6], "size": [4, 4, 4], "uv": [44, 41]} + ] + }, + { + "name": "tail1_b", + "parent": "tail1_a", + "pivot": [0, 9, 10], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [-2.5, 4.5, 10], "size": [5, 5, 4], "uv": [40, 10]} + ] + }, + { + "name": "tail1_c", + "parent": "tail1_b", + "pivot": [0, 9.5, 14], + "rotation": [-20, 0, 0], + "cubes": [ + {"origin": [-3, 4, 14], "size": [6, 6, 6], "uv": [24, 33]} + ] + }, + { + "name": "tail1_d", + "parent": "tail1_c", + "pivot": [0, 10, 20], + "rotation": [-30, 0, 0], + "cubes": [ + {"origin": [-2.99, 4, 20], "size": [6, 6, 6], "uv": [26, 21]} + ] + }, + { + "name": "tail1_e", + "parent": "tail1_d", + "pivot": [0, 9.5, 26], + "rotation": [-25, 0, 0], + "cubes": [ + {"origin": [-2.5, 4.5, 25], "size": [5, 5, 5], "uv": [40, 0]} + ] + }, + { + "name": "tail1_f", + "parent": "tail1_e", + "pivot": [0, 9, 30], + "rotation": [-25, 0, 0], + "cubes": [ + {"origin": [-2, 5, 30], "size": [4, 4, 4], "uv": [44, 19]} + ] + }, + { + "name": "tail1_g", + "parent": "tail1_f", + "pivot": [0, 8.5, 34], + "rotation": [-25, 0, 0], + "cubes": [ + {"origin": [-1.5, 5.5, 34], "size": [3, 3, 3], "uv": [12, 56]} + ] + }, + { + "name": "tail1_h", + "parent": "tail1_g", + "pivot": [0, 8, 37], + "rotation": [-25, 0, 0], + "cubes": [ + {"origin": [-1, 6, 37], "size": [2, 2, 3], "uv": [55, 0]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 6, 3], + "rotation": [35, -15, 0], + "cubes": [ + {"origin": [-1, 6, 3], "size": [2, 2, 4], "uv": [54, 55]} + ] + }, + { + "name": "tail1_a2", + "parent": "tail2", + "pivot": [0, 8, 6], + "cubes": [ + {"origin": [-2, 5, 6], "size": [4, 4, 4], "uv": [44, 41]} + ] + }, + { + "name": "tail1_b2", + "parent": "tail1_a2", + "pivot": [0, 9, 10], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [-2.5, 4.5, 10], "size": [5, 5, 4], "uv": [40, 10]} + ] + }, + { + "name": "tail1_c2", + "parent": "tail1_b2", + "pivot": [0, 9.5, 14], + "rotation": [-20, 0, 0], + "cubes": [ + {"origin": [-3, 4, 14], "size": [6, 6, 6], "uv": [24, 33]} + ] + }, + { + "name": "tail1_d2", + "parent": "tail1_c2", + "pivot": [0, 10, 20], + "rotation": [-30, 0, 0], + "cubes": [ + {"origin": [-3.01, 4, 20], "size": [6, 6, 6], "uv": [26, 21]} + ] + }, + { + "name": "tail1_e2", + "parent": "tail1_d2", + "pivot": [0, 9.5, 26], + "rotation": [-25, 0, 0], + "cubes": [ + {"origin": [-2.5, 4.5, 25], "size": [5, 5, 5], "uv": [40, 0]} + ] + }, + { + "name": "tail1_f2", + "parent": "tail1_e2", + "pivot": [0, 9, 30], + "rotation": [-25, 0, 0], + "cubes": [ + {"origin": [-2, 5, 30], "size": [4, 4, 4], "uv": [44, 19]} + ] + }, + { + "name": "tail1_g2", + "parent": "tail1_f2", + "pivot": [0, 8.5, 34], + "rotation": [-25, 0, 0], + "cubes": [ + {"origin": [-1.5, 5.5, 34], "size": [3, 3, 3], "uv": [12, 56]} + ] + }, + { + "name": "tail1_h2", + "parent": "tail1_g2", + "pivot": [0, 8, 37], + "rotation": [-25, 0, 0], + "cubes": [ + {"origin": [-1, 6, 37], "size": [2, 2, 3], "uv": [55, 0]} + ] + }, + { + "name": "leg_r", + "parent": "body", + "pivot": [-2, 6, 0.5], + "cubes": [ + {"origin": [-3.51, 0, -1], "size": [3, 7, 3], "uv": [0, 52]} + ] + }, + { + "name": "leg_l", + "parent": "body", + "pivot": [2, 6, 0.5], + "cubes": [ + {"origin": [0.51, 0, -1], "size": [3, 7, 3], "uv": [46, 49]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/mewtwo2.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/mewtwo2.geo.json new file mode 100644 index 0000000..559d3f3 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/mewtwo2.geo.json @@ -0,0 +1,514 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.Mewtwo", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 9, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "mewtwo", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "mewtwo", + "pivot": [0, 0, 0] + }, + { + "name": "torso_lower", + "parent": "body", + "pivot": [0, 18, 7], + "cubes": [ + {"origin": [-4, 12, 1], "size": [8, 9, 9], "pivot": [0, 0, 0], "rotation": [-5, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "torso_middle", + "parent": "torso_lower", + "pivot": [0, 20, 7], + "cubes": [ + {"origin": [-3, 16, 3.5], "size": [6, 8, 6], "uv": [26, 35]} + ] + }, + { + "name": "torso_upper", + "parent": "torso_middle", + "pivot": [0, 23, 7], + "cubes": [ + {"origin": [-3, 24, -1.5], "size": [6, 6, 7], "inflate": 0.01, "pivot": [0, -1, 0], "rotation": [-10, 0, 0], "uv": [0, 18]}, + {"origin": [-2, 25, -1.5], "size": [4, 5, 1], "inflate": 0.14, "pivot": [0, -1, 0], "rotation": [-10, 0, 0], "uv": [68, 54]}, + {"origin": [-3, 26, -1.5], "size": [6, 4, 7], "inflate": 0.15, "pivot": [0, -1, 0], "rotation": [-10, 0, 0], "uv": [23, 24]}, + {"origin": [-0.5, 24.5, -6.5], "size": [1, 3, 1], "pivot": [0, -1, 0], "rotation": [-20, 0, 0], "uv": [25, 0]} + ] + }, + { + "name": "neck", + "parent": "torso_upper", + "pivot": [0, 30, 5], + "cubes": [ + {"origin": [-1, 28, 4.5], "size": [2, 4, 2], "uv": [12, 74]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 32, 6], + "cubes": [ + {"origin": [-3.5, 32, 4.25], "size": [7, 6, 6], "uv": [0, 31]}, + {"origin": [-1, 32, 4], "size": [2, 2, 3], "inflate": -0.15, "pivot": [0, -1, 0], "rotation": [7.5, 0, 0], "uv": [14, 55]}, + {"origin": [-0.5, 31.75, 4.5], "size": [1, 1, 3], "inflate": 0.1, "pivot": [0, -1, 0], "rotation": [7.5, 0, 0], "uv": [28, 76]}, + {"origin": [-5.5, 32, 0.5], "size": [5, 6, 5], "inflate": -0.01, "pivot": [0, -1, 0], "rotation": [0, 45, 0], "uv": [24, 49]} + ] + }, + { + "name": "handle", + "parent": "head", + "pivot": [0, 30.45313, 9.65462], + "rotation": [-20, 0, 0], + "cubes": [ + {"origin": [-1, 11.3764, 39.29124], "size": [2, 5, 2], "inflate": 0.001, "pivot": [0, -3.1236, 8.04124], "rotation": [60, 0, 0], "uv": [94, 0]}, + {"origin": [-1, 27.6764, 19.28662], "size": [2, 3, 2], "inflate": 0.01, "pivot": [0, -3.1236, 8.04124], "rotation": [15, 0, 0], "uv": [82, 0]}, + {"origin": [-1, 25.17327, 2.13662], "size": [2, 5, 2], "inflate": 0.001, "pivot": [0, -3.1236, 8.04124], "rotation": [-15, 0, 0], "uv": [83, 13]} + ] + }, + { + "name": "bone24", + "parent": "head", + "pivot": [0, 2, -10], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [7.5, 37, -4.75], "size": [1, 6, 2], "pivot": [0, 2, -10], "rotation": [0, 0, -15], "uv": [0, 73]}, + {"origin": [8, 41.5, -4.75], "size": [0, 2, 4], "pivot": [0, 2, -10], "rotation": [0, 0, -15], "uv": [20, 31]} + ] + }, + { + "name": "bone25", + "parent": "head", + "pivot": [0, 2, -10], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-8.5, 37, -4.75], "size": [1, 6, 2], "pivot": [0, 2, -10], "rotation": [0, 0, 15], "uv": [0, 73], "mirror": true}, + {"origin": [-8, 41.5, -4.75], "size": [0, 2, 4], "pivot": [0, 2, -10], "rotation": [0, 0, 15], "uv": [20, 31], "mirror": true} + ] + }, + { + "name": "bone7", + "parent": "head", + "pivot": [0, -1, 0], + "cubes": [ + {"origin": [-5, 34, 0.5], "size": [2, 2, 0], "inflate": 0.01, "pivot": [0, -1, 0], "rotation": [0, 45, 0], "uv": [0, 20]}, + {"origin": [-4, 34, 0.5], "size": [2, 2, 0], "inflate": 0.01, "pivot": [0, -1, 0], "rotation": [0, 45, 0], "uv": [0, 20]}, + {"origin": [-13.25, 34, 0.5], "size": [4, 1, 0], "inflate": 0.03, "pivot": [0, -1, 0], "rotation": [12.2127, 43.65747, 17.40744], "uv": [23, 23]}, + {"origin": [-13.25, 34.25, 0.5], "size": [4, 1, 0], "inflate": 0.03, "pivot": [0, -1, 0], "rotation": [12.2127, 43.65747, 17.40744], "uv": [23, 23]} + ] + }, + { + "name": "bone22", + "parent": "bone7", + "pivot": [0, -1, 0] + }, + { + "name": "bone20", + "parent": "bone22", + "pivot": [0, -1, 0], + "cubes": [ + {"origin": [-4, 34, 0.5], "size": [2, 2, 0], "inflate": 0.015, "pivot": [0, -1, 0], "rotation": [0, 45, 0], "uv": [4, 31]} + ] + }, + { + "name": "bone21", + "parent": "bone20", + "pivot": [0, -1, 0], + "cubes": [ + {"origin": [-3.25, 34.25, 0.375], "size": [1, 2, 1], "inflate": -0.1, "pivot": [0, -1, 0], "rotation": [0, 45, 0], "uv": [22, 19]} + ] + }, + { + "name": "bone23", + "parent": "bone22", + "pivot": [0, -1, 0], + "cubes": [ + {"origin": [-4.3, 35, 0.5], "size": [1, 1, 0], "inflate": 0.025, "pivot": [0, -1, 0], "rotation": [0, 45, 0], "uv": [5, 2]} + ] + }, + { + "name": "bone8", + "parent": "head", + "pivot": [0, -1, 0], + "cubes": [ + {"origin": [3, 34, 0.5], "size": [2, 2, 0], "inflate": 0.01, "pivot": [0, -1, 0], "rotation": [0, -45, 0], "uv": [0, 20], "mirror": true}, + {"origin": [2, 34, 0.5], "size": [2, 2, 0], "inflate": 0.01, "pivot": [0, -1, 0], "rotation": [0, -45, 0], "uv": [0, 20], "mirror": true}, + {"origin": [3.3, 35, 0.5], "size": [1, 1, 0], "inflate": 0.025, "pivot": [0, -1, 0], "rotation": [0, -45, 0], "uv": [5, 2], "mirror": true}, + {"origin": [9.25, 34, 0.5], "size": [4, 1, 0], "inflate": 0.03, "pivot": [0, -1, 0], "rotation": [12.2127, -43.65747, -17.40744], "uv": [23, 23], "mirror": true}, + {"origin": [9.25, 34.25, 0.5], "size": [4, 1, 0], "inflate": 0.03, "pivot": [0, -1, 0], "rotation": [12.2127, -43.65747, -17.40744], "uv": [23, 23], "mirror": true} + ] + }, + { + "name": "bone19", + "parent": "bone8", + "pivot": [0, -1, 0], + "cubes": [ + {"origin": [2.25, 34.25, 0.375], "size": [1, 2, 1], "inflate": -0.1, "pivot": [0, -1, 0], "rotation": [0, -45, 0], "uv": [22, 19], "mirror": true}, + {"origin": [2, 34, 0.5], "size": [2, 2, 0], "inflate": 0.015, "pivot": [0, -1, 0], "rotation": [0, -45, 0], "uv": [4, 31], "mirror": true} + ] + }, + { + "name": "arm_left", + "parent": "torso_upper", + "pivot": [3, 29, 7], + "cubes": [ + {"origin": [2.5, 25.5, 5], "size": [2, 3, 3], "uv": [16, 68], "mirror": true} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [4, 28, 7], + "cubes": [ + {"origin": [4, 26, 5.5], "size": [7, 2, 2], "uv": [58, 0], "mirror": true} + ] + }, + { + "name": "arm_left3", + "parent": "arm_left2", + "pivot": [11, 28, 6], + "cubes": [ + {"origin": [11, 26, 5.5], "size": [6, 2, 2], "uv": [62, 17], "mirror": true} + ] + }, + { + "name": "hand_left", + "parent": "arm_left3", + "pivot": [17, 28, 7], + "cubes": [ + {"origin": [17, 26, 5], "size": [4, 2, 3], "uv": [52, 66], "mirror": true} + ] + }, + { + "name": "finger_middle_left", + "parent": "hand_left", + "pivot": [21, 27, 5], + "rotation": [0, -90, 0], + "cubes": [ + {"origin": [21, 26.5, 3.5], "size": [1, 1, 2], "uv": [73, 38], "mirror": true} + ] + }, + { + "name": "bone2", + "parent": "finger_middle_left", + "pivot": [21, 27, 4], + "cubes": [ + {"origin": [21, 26.5, 2.5], "size": [1, 1, 1], "inflate": 0.2, "uv": [3, 23], "mirror": true} + ] + }, + { + "name": "finger_outer_left", + "parent": "hand_left", + "pivot": [21, 27, 7], + "rotation": [0, -90, 0], + "cubes": [ + {"origin": [21, 26.5, 5.5], "size": [1, 1, 2], "uv": [27, 61], "mirror": true} + ] + }, + { + "name": "bone3", + "parent": "finger_outer_left", + "pivot": [21, 27, 6], + "cubes": [ + {"origin": [21, 26.5, 4.5], "size": [1, 1, 1], "inflate": 0.2, "uv": [0, 22], "mirror": true} + ] + }, + { + "name": "thumb_left", + "parent": "hand_left", + "pivot": [19, 27, 5], + "cubes": [ + {"origin": [19, 26.5, 3], "size": [1, 1, 2], "uv": [45, 15], "mirror": true} + ] + }, + { + "name": "bone", + "parent": "thumb_left", + "pivot": [20, 27, 4], + "cubes": [ + {"origin": [19, 26.5, 2.5], "size": [1, 1, 1], "inflate": 0.2, "uv": [5, 0], "mirror": true} + ] + }, + { + "name": "arm_right", + "parent": "torso_upper", + "pivot": [-3, 29, 7], + "cubes": [ + {"origin": [-4.5, 25.5, 5], "size": [2, 3, 3], "uv": [16, 68]} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-4, 28, 7], + "cubes": [ + {"origin": [-11, 26, 5.5], "size": [7, 2, 2], "uv": [58, 0]} + ] + }, + { + "name": "arm_right3", + "parent": "arm_right2", + "pivot": [-11, 28, 6], + "cubes": [ + {"origin": [-17, 26, 5.5], "size": [6, 2, 2], "uv": [62, 17]} + ] + }, + { + "name": "hand_right", + "parent": "arm_right3", + "pivot": [-17, 28, 7], + "cubes": [ + {"origin": [-21, 26, 5], "size": [4, 2, 3], "uv": [52, 66]} + ] + }, + { + "name": "finger_middle_right", + "parent": "hand_right", + "pivot": [-21, 27, 5], + "rotation": [0, 90, 0], + "cubes": [ + {"origin": [-22, 26.5, 3.5], "size": [1, 1, 2], "uv": [73, 38]} + ] + }, + { + "name": "bone4", + "parent": "finger_middle_right", + "pivot": [-21, 27, 4], + "cubes": [ + {"origin": [-22, 26.5, 2.5], "size": [1, 1, 1], "inflate": 0.2, "uv": [3, 23]} + ] + }, + { + "name": "finger_outer_right", + "parent": "hand_right", + "pivot": [-21, 27, 7], + "rotation": [0, 90, 0], + "cubes": [ + {"origin": [-22, 26.5, 5.5], "size": [1, 1, 2], "uv": [27, 61]} + ] + }, + { + "name": "bone5", + "parent": "finger_outer_right", + "pivot": [-21, 27, 6], + "cubes": [ + {"origin": [-22, 26.5, 4.5], "size": [1, 1, 1], "inflate": 0.2, "uv": [0, 22]} + ] + }, + { + "name": "thumb_right", + "parent": "hand_right", + "pivot": [-19, 27, 5], + "cubes": [ + {"origin": [-20, 26.5, 3], "size": [1, 1, 2], "uv": [45, 15]} + ] + }, + { + "name": "bone6", + "parent": "thumb_right", + "pivot": [-20, 27, 4], + "cubes": [ + {"origin": [-20, 26.5, 2.5], "size": [1, 1, 1], "inflate": 0.2, "uv": [5, 0]} + ] + }, + { + "name": "tail", + "parent": "torso_lower", + "pivot": [0, 16, 11], + "cubes": [ + {"origin": [-3.5, 12.5, 9.5], "size": [7, 7, 4], "inflate": -0.01, "uv": [50, 31]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 16, 14], + "cubes": [ + {"origin": [-3, 13, 13.5], "size": [6, 6, 6], "uv": [0, 43]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 16, 19], + "cubes": [ + {"origin": [-2.5, 13.5, 19.5], "size": [5, 5, 6], "uv": [46, 17]} + ] + }, + { + "name": "tail4", + "parent": "tail3", + "pivot": [0, 16, 25], + "cubes": [ + {"origin": [-2, 14, 25.5], "size": [4, 4, 6], "uv": [0, 55]} + ] + }, + { + "name": "tail5", + "parent": "tail4", + "pivot": [0, 16, 31], + "cubes": [ + {"origin": [-1.5, 14.5, 31.5], "size": [3, 3, 6], "uv": [56, 57]} + ] + }, + { + "name": "tail6", + "parent": "tail5", + "pivot": [0, 16, 38], + "cubes": [ + {"origin": [-1.5, 14.5, 37.5], "size": [3, 3, 5], "uv": [59, 9]} + ] + }, + { + "name": "tail7", + "parent": "tail6", + "pivot": [0, 16, 43], + "cubes": [ + {"origin": [-1.5, 14.5, 42.5], "size": [3, 3, 6], "uv": [38, 57]} + ] + }, + { + "name": "tail8", + "parent": "tail7", + "pivot": [0, 16, 49], + "cubes": [ + {"origin": [-2, 14, 48.5], "size": [4, 4, 5], "uv": [25, 0]} + ] + }, + { + "name": "tail9", + "parent": "tail8", + "pivot": [0, 16, 54], + "cubes": [ + {"origin": [-2.5, 13.5, 53.5], "size": [5, 5, 8], "uv": [26, 10]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [4, 17, 7], + "cubes": [ + {"origin": [3.5, 12, 1], "size": [4, 8, 6], "pivot": [2, 0, 0], "rotation": [-10, 0, 0], "uv": [44, 43], "mirror": true} + ] + }, + { + "name": "leg_left2", + "parent": "leg_left", + "pivot": [6, 11, 4], + "cubes": [ + {"origin": [4, 3, 6.5], "size": [3, 8, 3], "pivot": [2, 0, 0], "rotation": [15, 0, 0], "uv": [40, 66], "mirror": true} + ] + }, + { + "name": "foot_left", + "parent": "leg_left2", + "pivot": [6, 6, 6], + "cubes": [ + {"origin": [3.5, -2, 6.5], "size": [4, 4, 4], "pivot": [2, 0, 0], "rotation": [30, 0, 0], "uv": [0, 65], "mirror": true}, + {"origin": [2.5, -1, 7.5], "size": [1, 2, 2], "inflate": -0.01, "pivot": [2, 0, 0], "rotation": [30, 0, 0], "uv": [19, 44], "mirror": true} + ] + }, + { + "name": "footseg2", + "parent": "foot_left", + "pivot": [2, 0, 0], + "cubes": [ + {"origin": [4, -1.5, 2.5], "size": [3, 3, 5], "pivot": [2, 0, 0], "rotation": [30, 0, 0], "uv": [63, 23], "mirror": true} + ] + }, + { + "name": "foot_left2", + "parent": "foot_left", + "pivot": [6, 3, 3], + "cubes": [ + {"origin": [3.5, 0, 1], "size": [4, 3, 2], "inflate": 0.01, "uv": [50, 57], "mirror": true} + ] + }, + { + "name": "toe_outer_left", + "parent": "foot_left2", + "pivot": [7, 3, 1], + "cubes": [ + {"origin": [6, 0, -1], "size": [2, 3, 3], "pivot": [7, 0, 0], "rotation": [0, -15, 0], "uv": [72, 71], "mirror": true} + ] + }, + { + "name": "toe_inner_left", + "parent": "foot_left2", + "pivot": [4, 3, 1], + "cubes": [ + {"origin": [3, 0, -1.75], "size": [2, 3, 3], "pivot": [7, 0, 0], "rotation": [0, 15, 0], "uv": [72, 31], "mirror": true} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-4, 17, 7], + "cubes": [ + {"origin": [-7.5, 12, 1], "size": [4, 8, 6], "pivot": [-2, 0, 0], "rotation": [-10, 0, 0], "uv": [44, 43]} + ] + }, + { + "name": "leg_right2", + "parent": "leg_right", + "pivot": [-6, 11, 4], + "cubes": [ + {"origin": [-7, 3, 6.5], "size": [3, 8, 3], "pivot": [-2, 0, 0], "rotation": [15, 0, 0], "uv": [40, 66]} + ] + }, + { + "name": "foot_right", + "parent": "leg_right2", + "pivot": [-6, 6, 6], + "cubes": [ + {"origin": [-7.5, -2, 6.5], "size": [4, 4, 4], "pivot": [-2, 0, 0], "rotation": [30, 0, 0], "uv": [0, 65]}, + {"origin": [-3.5, -1, 7.5], "size": [1, 2, 2], "inflate": -0.01, "pivot": [-2, 0, 0], "rotation": [30, 0, 0], "uv": [19, 44]} + ] + }, + { + "name": "footseg", + "parent": "foot_right", + "pivot": [-2, 0, 0], + "cubes": [ + {"origin": [-7, -1.5, 2.5], "size": [3, 3, 5], "pivot": [-2, 0, 0], "rotation": [30, 0, 0], "uv": [63, 23]} + ] + }, + { + "name": "foot_right2", + "parent": "foot_right", + "pivot": [-6, 3, 3], + "cubes": [ + {"origin": [-7.5, 0, 1], "size": [4, 3, 2], "inflate": 0.01, "uv": [50, 57]} + ] + }, + { + "name": "toe_outer_right", + "parent": "foot_right2", + "pivot": [-7, 3, 1], + "cubes": [ + {"origin": [-8, 0, -1], "size": [2, 3, 3], "pivot": [-7, 0, 0], "rotation": [0, 15, 0], "uv": [72, 71]} + ] + }, + { + "name": "toe_inner_right", + "parent": "foot_right2", + "pivot": [-4, 3, 1], + "cubes": [ + {"origin": [-5, 0, -1.75], "size": [2, 3, 3], "pivot": [-7, 0, 0], "rotation": [0, -15, 0], "uv": [72, 31]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/milotic.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/milotic.geo.json new file mode 100644 index 0000000..7374a30 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/milotic.geo.json @@ -0,0 +1,494 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.milotic", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 8, + "visible_bounds_height": 8, + "visible_bounds_offset": [0, 0, 0] + }, + "bones": [ + { + "name": "milotic", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "milotic", + "pivot": [0, 1.6, 0] + }, + { + "name": "neck", + "parent": "body", + "pivot": [0, 11.6, -5], + "rotation": [-90, 0, 0], + "cubes": [ + {"origin": [-2.5, 11.6, -9], "size": [5, 5, 5], "inflate": 0.01, "uv": [0, 56]} + ] + }, + { + "name": "neck2", + "parent": "neck", + "pivot": [0, 16.6, -9], + "cubes": [ + {"origin": [-2, 12.6, -14.4], "size": [4, 4, 6], "uv": [52, 55]} + ] + }, + { + "name": "head", + "parent": "neck2", + "pivot": [0, 14.6, -12.9], + "rotation": [90, 0, 0] + }, + { + "name": "hairs", + "parent": "head", + "pivot": [-2, 20.65, -16.41667] + }, + { + "name": "hairs2", + "parent": "head", + "pivot": [2, 20.65, -16.41667] + }, + { + "name": "bone17", + "parent": "hairs2", + "pivot": [-2, 20.65, -13.41667], + "cubes": [ + {"origin": [1, 20.65, -16.5], "size": [2, 0, 3], "uv": [32, 5]} + ] + }, + { + "name": "bone18", + "parent": "bone17", + "pivot": [2, 20.65, -13.41667], + "cubes": [ + {"origin": [1, 20.65, -13.5], "size": [2, 0, 4], "uv": [0, 20]} + ] + }, + { + "name": "bone19", + "parent": "bone18", + "pivot": [2, 20.65, -9.41667], + "cubes": [ + {"origin": [1, 20.65, -9.5], "size": [2, 0, 4], "uv": [0, 16]} + ] + }, + { + "name": "bone20", + "parent": "bone19", + "pivot": [2, 20.65, -5.41667], + "cubes": [ + {"origin": [0, 20.65, -5.5], "size": [4, 0, 8], "uv": [13, 16]} + ] + }, + { + "name": "bone21", + "parent": "bone20", + "pivot": [2, 20.65, 2.58333], + "cubes": [ + {"origin": [0, 20.65, 2.5], "size": [4, 0, 5], "uv": [46, 42]} + ] + }, + { + "name": "bone22", + "parent": "bone21", + "pivot": [2, 20.65, 7.58333], + "cubes": [ + {"origin": [-1, 20.65, 7.5], "size": [6, 0, 5], "uv": [59, 42]} + ] + }, + { + "name": "bone23", + "parent": "bone22", + "pivot": [2, 20.65, 12.58333], + "cubes": [ + {"origin": [-1, 20.65, 12.5], "size": [6, 0, 5], "uv": [57, 10]} + ] + }, + { + "name": "bone24", + "parent": "bone23", + "pivot": [2, 20.65, 17.58333], + "cubes": [ + {"origin": [-2, 20.65, 17.5], "size": [8, 0, 5], "uv": [54, 15]} + ] + }, + { + "name": "bone25", + "parent": "bone24", + "pivot": [2, 20.65, 22.58333], + "cubes": [ + {"origin": [-2.5, 20.65, 22.5], "size": [9, 0, 4], "uv": [36, 55]} + ] + }, + { + "name": "bone8", + "parent": "head", + "pivot": [-6, 20.65, -13.41667], + "cubes": [ + {"origin": [-3, 20.65, -16.5], "size": [2, 0, 3], "uv": [32, 5]} + ] + }, + { + "name": "bone9", + "parent": "bone8", + "pivot": [-2, 20.65, -13.41667], + "cubes": [ + {"origin": [-3, 20.65, -13.5], "size": [2, 0, 4], "uv": [0, 20]} + ] + }, + { + "name": "bone10", + "parent": "bone9", + "pivot": [-2, 20.65, -9.41667], + "cubes": [ + {"origin": [-3, 20.65, -9.5], "size": [2, 0, 4], "uv": [0, 16]} + ] + }, + { + "name": "bone11", + "parent": "bone10", + "pivot": [-2, 20.65, -5.41667], + "cubes": [ + {"origin": [-4, 20.65, -5.5], "size": [4, 0, 8], "uv": [13, 16]} + ] + }, + { + "name": "bone12", + "parent": "bone11", + "pivot": [-2, 20.65, 2.58333], + "cubes": [ + {"origin": [-4, 20.65, 2.5], "size": [4, 0, 5], "uv": [46, 42]} + ] + }, + { + "name": "bone13", + "parent": "bone12", + "pivot": [-2, 20.65, 7.58333], + "cubes": [ + {"origin": [-5, 20.65, 7.5], "size": [6, 0, 5], "uv": [59, 42]} + ] + }, + { + "name": "bone14", + "parent": "bone13", + "pivot": [-2, 20.65, 12.58333], + "cubes": [ + {"origin": [-5, 20.65, 12.5], "size": [6, 0, 5], "uv": [57, 10]} + ] + }, + { + "name": "bone15", + "parent": "bone14", + "pivot": [-2, 20.65, 17.58333], + "cubes": [ + {"origin": [-6, 20.65, 17.5], "size": [8, 0, 5], "uv": [54, 15]} + ] + }, + { + "name": "bone16", + "parent": "bone15", + "pivot": [-2, 20.65, 22.58333], + "cubes": [ + {"origin": [-6.5, 20.65, 22.5], "size": [9, 0, 4], "uv": [36, 55]} + ] + }, + { + "name": "head_ai", + "parent": "head", + "pivot": [0, 14.6, -12.9] + }, + { + "name": "head_rotation", + "parent": "head_ai", + "pivot": [0, 16.6, -12.9], + "rotation": [-90, 0, 0], + "cubes": [ + {"origin": [-3, 11, -16.9], "size": [6, 8, 6], "uv": [22, 53]}, + {"origin": [-1.5, 17.9, -16.4], "size": [3, 3, 3], "pivot": [0, 16, -13.9], "rotation": [16, 0, 0], "uv": [43, 64]}, + {"origin": [-1, 20.9, -15.9], "size": [2, 3, 2], "pivot": [0, 16, -13.9], "rotation": [16, 0, 0], "uv": [0, 41]}, + {"origin": [-0.5, 23.9, -15.4], "size": [1, 3, 1], "pivot": [0, 16, -13.9], "rotation": [16, 0, 0], "uv": [0, 16]} + ] + }, + { + "name": "mouth", + "parent": "head_rotation", + "pivot": [0, 18, -13.9], + "cubes": [ + {"origin": [-1.9, 12.9, -12.9], "size": [4, 0, 2], "uv": [67, 22]} + ] + }, + { + "name": "eyes", + "parent": "head_rotation", + "pivot": [0, 16, -13.8] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [3.01, 15.625, -13.9], + "rotation": [2.5, 0, 0], + "cubes": [ + {"origin": [3.01, 13.1, -14.9], "size": [0, 3, 2], "uv": [0, 3]} + ] + }, + { + "name": "pupil_left", + "parent": "eye_left", + "pivot": [3.02, 14.6, -13.9], + "cubes": [ + {"origin": [3.02, 13.6, -14.9], "size": [0, 2, 2], "uv": [0, 20]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [2.42, 15.6, -13.9], + "cubes": [ + {"origin": [1.92, 13.1, -14.9], "size": [1, 5, 2], "inflate": 0.01, "uv": [18, 65]} + ] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-3.01, 15.625, -13.9], + "rotation": [2.5, 0, 0], + "cubes": [ + {"origin": [-3.01, 13.1, -14.9], "size": [0, 3, 2], "uv": [0, 0]} + ] + }, + { + "name": "pupil_right", + "parent": "eye_right", + "pivot": [-3.02, 14.6, -13.9], + "cubes": [ + {"origin": [-3.02, 13.6, -14.9], "size": [0, 2, 2], "uv": [0, 18]} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-2.42, 15.6, -13.9], + "cubes": [ + {"origin": [-2.92, 13.1, -14.9], "size": [1, 5, 2], "inflate": 0.01, "uv": [51, 29]} + ] + }, + { + "name": "bone26", + "parent": "head_ai", + "pivot": [-2.95, 19, -18], + "cubes": [ + {"origin": [-3.05, 18.5, -18], "size": [0, 1, 5], "uv": [0, 35]} + ] + }, + { + "name": "bone27", + "parent": "bone26", + "pivot": [-2.95, 19, -13], + "cubes": [ + {"origin": [-3.05, 18.5, -13], "size": [0, 1, 5], "uv": [0, 34]} + ] + }, + { + "name": "bone28", + "parent": "bone27", + "pivot": [-2.95, 19, -8], + "cubes": [ + {"origin": [-3.05, 18.5, -8], "size": [0, 1, 5], "uv": [0, 33]} + ] + }, + { + "name": "bone29", + "parent": "bone28", + "pivot": [-2.95, 19, -3], + "cubes": [ + {"origin": [-3.05, 18.5, -3], "size": [0, 1, 5], "uv": [32, 10]} + ] + }, + { + "name": "bone30", + "parent": "bone29", + "pivot": [-2.95, 19, 2], + "cubes": [ + {"origin": [-3.05, 18.5, 2], "size": [0, 1, 5], "uv": [0, 32]} + ] + }, + { + "name": "bone31", + "parent": "bone30", + "pivot": [-2.95, 19, 7], + "cubes": [ + {"origin": [-3.05, 18.5, 7], "size": [0, 1, 5], "uv": [0, 31]} + ] + }, + { + "name": "browns2", + "parent": "head_ai", + "pivot": [3.05, 19, -3] + }, + { + "name": "bone2", + "parent": "browns2", + "pivot": [3.05, 19, -18], + "cubes": [ + {"origin": [3.05, 18.5, -18], "size": [0, 1, 5], "uv": [0, 35]} + ] + }, + { + "name": "bone3", + "parent": "bone2", + "pivot": [3.05, 19, -13], + "cubes": [ + {"origin": [3.05, 18.5, -13], "size": [0, 1, 5], "uv": [0, 34]} + ] + }, + { + "name": "bone4", + "parent": "bone3", + "pivot": [3.05, 19, -8], + "cubes": [ + {"origin": [3.05, 18.5, -8], "size": [0, 1, 5], "uv": [0, 33]} + ] + }, + { + "name": "bone5", + "parent": "bone4", + "pivot": [3.05, 19, -3], + "cubes": [ + {"origin": [3.05, 18.5, -3], "size": [0, 1, 5], "uv": [32, 10]} + ] + }, + { + "name": "bone6", + "parent": "bone5", + "pivot": [3.05, 19, 2], + "cubes": [ + {"origin": [3.05, 18.5, 2], "size": [0, 1, 5], "uv": [0, 32]} + ] + }, + { + "name": "bone7", + "parent": "bone6", + "pivot": [3.05, 19, 7], + "cubes": [ + {"origin": [3.05, 18.5, 7], "size": [0, 1, 5], "uv": [0, 31]} + ] + }, + { + "name": "browns", + "parent": "head_ai", + "pivot": [-7.1, -68.5, -11.75] + }, + { + "name": "segment1", + "parent": "body", + "pivot": [0, 11.6, -2.5], + "rotation": [-90, 0, 0], + "cubes": [ + {"origin": [-3, 8.6, -2.5], "size": [6, 6, 7], "inflate": 0.01, "uv": [51, 29]} + ] + }, + { + "name": "segment2", + "parent": "segment1", + "pivot": [0, 11.6, 5.5], + "cubes": [ + {"origin": [-3.5, 8.1, 4.5], "size": [7, 7, 8], "inflate": 0.01, "uv": [32, 0]} + ] + }, + { + "name": "segment3", + "parent": "segment2", + "pivot": [0, 11.1, 13.5], + "cubes": [ + {"origin": [-3.5, 8.1, 11.5], "size": [7, 7, 9], "uv": [0, 0]} + ] + }, + { + "name": "segment4", + "parent": "segment3", + "pivot": [0, 11.6, 20.5], + "cubes": [ + {"origin": [-3, 8.6, 19.5], "size": [6, 6, 9], "inflate": 0.01, "uv": [21, 22]} + ] + }, + { + "name": "segment5", + "parent": "segment4", + "pivot": [0, 11.6, 28.5], + "cubes": [ + {"origin": [-3, 8.6, 27.5], "size": [6, 6, 9], "uv": [0, 16]} + ] + }, + { + "name": "segment6", + "parent": "segment5", + "pivot": [0, 11.6, 36.5], + "cubes": [ + {"origin": [-2.5, 9.1, 35.5], "size": [5, 5, 9], "uv": [32, 39]} + ] + }, + { + "name": "segment7", + "parent": "segment6", + "pivot": [0, 11.6, 44.5], + "cubes": [ + {"origin": [-2, 9.6, 43.5], "size": [4, 4, 10], "uv": [0, 42]} + ] + }, + { + "name": "segment8", + "parent": "segment7", + "pivot": [0, 11.6, 53.5], + "cubes": [ + {"origin": [-1.5, 10.1, 52.5], "size": [3, 3, 11], "uv": [42, 15]} + ] + }, + { + "name": "segment9", + "parent": "segment8", + "pivot": [0, 11.6, 63.5], + "cubes": [ + {"origin": [-1, 10.6, 62.5], "size": [2, 2, 10], "uv": [50, 43]} + ] + }, + { + "name": "tail", + "parent": "segment9", + "pivot": [0.5, 11.5, 74.7], + "cubes": [ + {"origin": [-2, 11.4, 69.2], "size": [5, 0, 11], "pivot": [0.5, 11.5, 74.7], "rotation": [0, 12.5, 0], "uv": [20, 37]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0.5, 11.5, 74.7], + "cubes": [ + {"origin": [1, 11.5, 69.2], "size": [5, 0, 11], "pivot": [3.5, 11.5, 74.7], "rotation": [0, 25, 0], "uv": [0, 31]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0.5, 11.5, 74.7], + "cubes": [ + {"origin": [-4, 11.2, 69.2], "size": [5, 0, 11], "pivot": [-1.5, 11.5, 74.7], "rotation": [0, -12.5, 0], "uv": [10, 37]} + ] + }, + { + "name": "tail4", + "parent": "tail3", + "pivot": [0.5, 11.5, 74.7], + "cubes": [ + {"origin": [-6, 11.1, 69.2], "size": [5, 0, 11], "pivot": [-3.5, 11.5, 74.7], "rotation": [0, -22.5, 0], "uv": [31, 15]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minccino/minccino.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minccino/minccino.geo.json new file mode 100644 index 0000000..11b1774 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minccino/minccino.geo.json @@ -0,0 +1,233 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.pichu", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 4, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "minccino", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "minccino", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 4.25, 0.25] + }, + { + "name": "body2", + "parent": "torso", + "pivot": [0, 0.25, 0], + "cubes": [ + {"origin": [-3, 1.25, -2.25], "size": [6, 6, 5], "uv": [0, 15]} + ] + }, + { + "name": "bone", + "parent": "body2", + "pivot": [0.12817, 5.95589, -2.26402], + "cubes": [ + {"origin": [-1.86277, 5.55091, -2.33202], "size": [2, 1, 1], "inflate": -0.15, "pivot": [0.05317, 5.95589, -2.06402], "rotation": [24.8547, -18.04608, -53.52975], "uv": [24, 33]}, + {"origin": [-1.86277, 5.55091, -2.20702], "size": [2, 1, 1], "pivot": [0.05317, 5.95589, -2.06402], "rotation": [7.0712, -29.61646, -11.39305], "uv": [30, 33]}, + {"origin": [-1.86277, 5.90091, -2.38202], "size": [2, 1, 1], "inflate": -0.225, "pivot": [0.05317, 5.95589, -2.06402], "rotation": [-4.53688, -30.06559, 11.69756], "uv": [32, 29]} + ] + }, + { + "name": "head", + "parent": "body2", + "pivot": [0, 7, 0.25], + "cubes": [ + {"origin": [-4.5, 7, -3.75], "size": [9, 7, 8], "uv": [0, 0]}, + {"origin": [-0.5, 9, -3.975], "size": [1, 1, 1], "inflate": -0.2, "uv": [35, 17]} + ] + }, + { + "name": "cowlick", + "parent": "head", + "pivot": [-0.175, 13.31605, -2.76227], + "rotation": [34.3939, 27.73062, 17.6685], + "cubes": [ + {"origin": [-0.11793, 12.85512, -3.19816], "size": [0, 4, 2], "pivot": [-0.11793, 13.76603, -2.56458], "rotation": [9.5, 0, 0], "uv": [0, 14]} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [0.23584, 8.5, -3.78995], + "cubes": [ + {"origin": [-0.81416, 7.45, -4.0551], "size": [2, 1, 1], "inflate": -0.3, "pivot": [0.23584, 8.5, -3.78995], "rotation": [0, 0, -32.5], "uv": [0, 6]}, + {"origin": [-1.11416, 7.2, -4.0551], "size": [2, 1, 1], "inflate": -0.3, "pivot": [0.23584, 8.5, -3.78995], "rotation": [0, 0, 32.5], "uv": [0, 34]} + ] + }, + { + "name": "openmouth", + "parent": "head", + "pivot": [0, 8.5, -3.775] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [0, 10, -3.775], + "cubes": [ + {"origin": [-3.5, 9, -3.775], "size": [2, 3, 0], "pivot": [-2.5, 9, -3.775], "rotation": [0, 0, 5], "uv": [10, 35]}, + {"origin": [1.5, 9, -3.775], "size": [2, 3, 0], "pivot": [2.5, 9, -3.775], "rotation": [0, 0, -5], "uv": [6, 35]}, + {"origin": [1.9, 9.15, -3.603], "size": [1, 1, 1], "inflate": 0.175, "pivot": [2.25, 10.25, -3.785], "rotation": [0, 0, -5], "uv": [35, 15]}, + {"origin": [-2.9, 9.15, -3.603], "size": [1, 1, 1], "inflate": 0.175, "pivot": [-2.25, 10.25, -3.785], "rotation": [0, 0, 5], "uv": [34, 31]} + ] + }, + { + "name": "eyelid_right", + "parent": "eyes", + "pivot": [-2.5, 10, -3.175] + }, + { + "name": "eyelid_left", + "parent": "eyes", + "pivot": [2.5, 10, -3.175] + }, + { + "name": "ear_right", + "parent": "head", + "pivot": [-4.175, 11.5, 0.25], + "rotation": [0, 15, -30], + "cubes": [ + {"origin": [-7.81989, 11.24019, 0.21118], "size": [7, 4, 0], "uv": [0, 26], "mirror": true} + ] + }, + { + "name": "earfluff_right", + "parent": "ear_right", + "pivot": [-3.175, 4.5, 0], + "cubes": [ + {"origin": [-4.35299, 10.31911, -0.01372], "size": [1, 4, 0], "pivot": [-3.425, 11.875, 0.025], "rotation": [0, 0, -40], "uv": [14, 35]}, + {"origin": [-4.56989, 11.19019, -0.01382], "size": [2, 4, 0], "uv": [31, 15], "mirror": true} + ] + }, + { + "name": "ear_right2", + "parent": "ear_right", + "pivot": [-4.175, 15.5, 0.25], + "cubes": [ + {"origin": [-7.81989, 15.24019, 0.21118], "size": [7, 5, 0], "uv": [22, 19], "mirror": true} + ] + }, + { + "name": "ear_left", + "parent": "head", + "pivot": [4.175, 11.5, 0.25], + "rotation": [0, -15, 30], + "cubes": [ + {"origin": [0.81989, 11.24019, 0.21118], "size": [7, 4, 0], "uv": [0, 26]} + ] + }, + { + "name": "earfluff_left", + "parent": "ear_left", + "pivot": [3.175, 4.5, 0], + "cubes": [ + {"origin": [3.35299, 10.31911, -0.01372], "size": [1, 4, 0], "pivot": [3.425, 11.875, 0.025], "rotation": [0, 0, 40], "uv": [14, 35], "mirror": true}, + {"origin": [2.56989, 11.19019, -0.01382], "size": [2, 4, 0], "uv": [31, 15]} + ] + }, + { + "name": "ear_left2", + "parent": "ear_left", + "pivot": [4.175, 15.5, 0.25], + "cubes": [ + {"origin": [0.81989, 15.24019, 0.21118], "size": [7, 5, 0], "uv": [22, 19]} + ] + }, + { + "name": "tail0", + "parent": "body2", + "pivot": [0, 2.25, 2.75] + }, + { + "name": "tail1", + "parent": "tail0", + "pivot": [0, 2.25, 2.75], + "rotation": [25, 0, 0], + "cubes": [ + {"origin": [0, 1.75, 1.75], "size": [0, 2, 5], "uv": [14, 24]}, + {"origin": [0, 1.75, 1.75], "size": [0, 1, 3], "pivot": [0, 2.2, 2.5], "rotation": [-10, 10, 0], "uv": [0, 36]}, + {"origin": [0.00927, 1.75, 4.40425], "size": [0, 1, 3], "pivot": [0, 2.2, 4.425], "rotation": [-7.5, 10, 0], "uv": [0, 37]} + ] + }, + { + "name": "tail2", + "parent": "tail1", + "pivot": [0, 1.75, 5.75], + "cubes": [ + {"origin": [0.0139, 1.75, 7.45058], "size": [0, 1, 3], "pivot": [0, 2.2, 7.475], "rotation": [-5, 10, 0], "uv": [1, 38]}, + {"origin": [-0.01, 1.75, 5.75], "size": [0, 4, 7], "uv": [17, 8]} + ] + }, + { + "name": "arm_right", + "parent": "torso", + "pivot": [-3, 7, 0], + "cubes": [ + {"origin": [-7, 5, -1], "size": [4, 2, 2], "uv": [22, 29]}, + {"origin": [-6.5, 6.5, -0.5], "size": [1, 1, 0], "pivot": [-6, 7, -0.5], "rotation": [20, 0, -10], "uv": [0, 1]} + ] + }, + { + "name": "arm_left", + "parent": "torso", + "pivot": [3, 7, 0], + "cubes": [ + {"origin": [3, 5, -1], "size": [4, 2, 2], "uv": [26, 4]}, + {"origin": [5.5, 6.5, -0.5], "size": [1, 1, 0], "pivot": [6, 7, -0.5], "rotation": [20, 0, 10], "uv": [0, 0]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-1.75, 1.5, 0.5], + "rotation": [0, 10, 0], + "cubes": [ + {"origin": [-2.75, 1, -0.5], "size": [2, 1, 2], "inflate": 0.02, "uv": [0, 0]}, + {"origin": [-2.7424, 0, -1.08682], "size": [2, 1, 3], "inflate": 0.02, "uv": [7, 31]} + ] + }, + { + "name": "foot_right2", + "parent": "leg_right", + "pivot": [-1.75, 0, -1], + "cubes": [ + {"origin": [-2.7424, 0, -2.08682], "size": [2, 1, 1], "uv": [34, 10]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [1.75, 1.5, 0.5], + "rotation": [0, -10, 0], + "cubes": [ + {"origin": [0.75, 1, -0.5], "size": [2, 1, 2], "inflate": 0.02, "uv": [0, 3]}, + {"origin": [0.7576, 0, -0.91318], "size": [2, 1, 3], "inflate": 0.02, "uv": [0, 30]} + ] + }, + { + "name": "foot_left2", + "parent": "leg_left", + "pivot": [1.75, 0, -1], + "cubes": [ + {"origin": [0.7576, 0, -1.91318], "size": [2, 1, 1], "uv": [34, 8]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior.geo.json new file mode 100644 index 0000000..8b99e0a --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior.geo.json @@ -0,0 +1,191 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.minior", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "minior", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "minior", + "pivot": [0, 0, 0] + }, + { + "name": "core", + "parent": "body", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "core", + "pivot": [0, 5.5, 0], + "cubes": [ + {"origin": [-3.5, 2, -3.5], "size": [7, 7, 7], "uv": [26, 10]} + ] + }, + { + "name": "legs", + "parent": "torso", + "pivot": [0, 0, -2.5], + "cubes": [ + {"origin": [2, 0, -1], "size": [2, 3, 2], "pivot": [3, 1.75, 0], "rotation": [0, 0, -30], "uv": [0, 40]}, + {"origin": [-4, 0, -1], "size": [2, 3, 2], "pivot": [-3, 1.75, 0], "rotation": [0, 0, 30], "uv": [9, 40]}, + {"origin": [3.5, 5.25, -1], "size": [2, 3, 2], "pivot": [4.5, 6.75, 0], "rotation": [0, 0, 75], "uv": [26, 37]}, + {"origin": [-5.75, 5.25, -1], "size": [2, 3, 2], "pivot": [-4.75, 6.75, 0], "rotation": [0, 0, -75], "uv": [36, 4]}, + {"origin": [-1, 8.75, -1], "size": [2, 3, 2], "uv": [35, 37]} + ] + }, + { + "name": "eyes", + "parent": "core", + "pivot": [0, 0, 0] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-2.5, 5.775, -3.5], + "rotation": [0, 0, 20], + "cubes": [ + {"origin": [-2.66449, 4.66508, -3.7], "size": [2, 2, 1], "uv": [0, 4]}, + {"origin": [-3.66449, 6.66508, -3.7], "size": [3, 1, 0], "uv": [0, 21]}, + {"origin": [-4.16449, 3.66508, -3.7], "size": [1, 4, 0], "uv": [21, 40]}, + {"origin": [-4.16449, 3.16508, -3.7], "size": [4, 1, 0], "uv": [35, 0]} + ] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [2.5, 5.375, -3.5], + "rotation": [0, 0, -160], + "cubes": [ + {"origin": [2.16449, 4.73492, -3.7], "size": [2, 2, 1], "uv": [0, 0]}, + {"origin": [1.16449, 6.73492, -3.7], "size": [3, 1, 0], "uv": [0, 19]}, + {"origin": [0.66449, 3.73492, -3.7], "size": [1, 4, 0], "uv": [18, 40]}, + {"origin": [0.66449, 3.23492, -3.7], "size": [4, 1, 0], "uv": [25, 6]} + ] + }, + { + "name": "mouth", + "parent": "core", + "pivot": [0, 3.75, -3.51], + "cubes": [ + {"origin": [-1.5, 3.25, -3.51], "size": [3, 1, 0], "uv": [0, 17]} + ] + }, + { + "name": "armor", + "parent": "body", + "pivot": [0, 5.5, 0], + "cubes": [ + {"origin": [-4, 1.5, -4], "size": [8, 8, 8], "uv": [0, 17]}, + {"origin": [-4, 1.5, -4], "size": [8, 8, 8], "inflate": 0.1, "uv": [0, 0]} + ] + }, + { + "name": "craters", + "parent": "armor", + "pivot": [0, 0, -2.5], + "cubes": [ + {"origin": [1.5, 1, -1.5], "size": [3, 2, 3], "pivot": [3, 1.75, 0], "rotation": [0, 0, -30], "uv": [13, 34]}, + {"origin": [-4.5, 1, -1.5], "size": [3, 2, 3], "pivot": [-3, 1.75, 0], "rotation": [0, 0, 30], "uv": [0, 34]}, + {"origin": [3, 5.25, -1.5], "size": [3, 2, 3], "pivot": [4.5, 6.75, 0], "rotation": [0, 0, 75], "uv": [33, 25]}, + {"origin": [-6.25, 5.25, -1.5], "size": [3, 2, 3], "pivot": [-4.75, 6.75, 0], "rotation": [0, 0, -75], "uv": [30, 31]}, + {"origin": [-1.5, 8.75, -1.5], "size": [3, 2, 3], "uv": [25, 0]} + ] + }, + { + "name": "eyes2", + "parent": "armor", + "pivot": [0, 0, -2.5], + "cubes": [ + {"origin": [1, 4.75, -4.11], "size": [3, 3, 0], "uv": [26, 44]}, + {"origin": [-4, 4.75, -4.11], "size": [3, 3, 0], "uv": [35, 44]} + ] + }, + { + "name": "details", + "parent": "armor", + "pivot": [0, 0, -2.5], + "cubes": [ + {"origin": [2.75, 4.5, -4.12], "size": [1, 1, 0], "uv": [45, 46]}, + {"origin": [3.5, 7.5, -4.12], "size": [1, 1, 0], "pivot": [2.5, 8.125, -4.12], "rotation": [0, 0, 10], "uv": [45, 46]}, + {"origin": [-3.25, 7.75, -4.12], "size": [1, 1, 0], "pivot": [-2.75, 8.125, -4.12], "rotation": [0, 0, -5], "uv": [45, 46]}, + {"origin": [-4.75, 7.5, -4.12], "size": [1, 1, 0], "pivot": [-2.75, 8.125, -4.12], "rotation": [0, 0, -10], "uv": [45, 46]}, + {"origin": [-1.75108, 7.76237, -4.12], "size": [1, 1, 0], "pivot": [-1.25108, 8.26237, -4.12], "rotation": [0, 0, 5], "uv": [45, 46]}, + {"origin": [0.50108, 7.76237, -4.12], "size": [1, 1, 0], "pivot": [1.00108, 8.26237, -4.12], "rotation": [0, 0, -2.5], "uv": [45, 46]}, + {"origin": [2, 7.75, -4.12], "size": [1, 1, 0], "pivot": [2.5, 8.125, -4.12], "rotation": [0, 0, 5], "uv": [45, 46]} + ] + }, + { + "name": "detail_top", + "parent": "details", + "pivot": [0, 0, -2.5], + "cubes": [ + {"origin": [1, 9.5, -0.501], "size": [1, 1, 0], "pivot": [1.5, 10, -0.5], "rotation": [0, -90, 0], "uv": [47, 46]}, + {"origin": [-2, 9.5, 0.5], "size": [1, 1, 0], "pivot": [-1.5, 10, 0.5], "rotation": [0, -90, 0], "uv": [51, 46]}, + {"origin": [0, 9.5, 1.5], "size": [1, 1, 0], "uv": [49, 46]}, + {"origin": [-1, 9.5, -1.51], "size": [1, 1, 0], "uv": [45, 46]} + ] + }, + { + "name": "detail_top_right", + "parent": "details", + "pivot": [4.25025, 6.675, -0.0025], + "rotation": [0, 0, 75], + "cubes": [ + {"origin": [5.25, 6.175, -0.501], "size": [1, 1, 0], "pivot": [5.75, 6.675, -0.5], "rotation": [0, -90, 0], "uv": [47, 46]}, + {"origin": [2.25, 6.175, 0.5], "size": [1, 1, 0], "pivot": [2.75, 6.675, 0.5], "rotation": [0, -90, 0], "uv": [51, 46]}, + {"origin": [4.25, 6.175, 1.5], "size": [1, 1, 0], "uv": [49, 46]}, + {"origin": [3.25, 6.175, -1.51], "size": [1, 1, 0], "uv": [45, 46]} + ] + }, + { + "name": "detail_top_left", + "parent": "details", + "pivot": [-4.24975, 6.6, -0.0025], + "rotation": [0, 0, -75], + "cubes": [ + {"origin": [-3.25, 6.1, -0.501], "size": [1, 1, 0], "pivot": [-2.75, 6.6, -0.5], "rotation": [0, -90, 0], "uv": [47, 46]}, + {"origin": [-6.25, 6.1, 0.5], "size": [1, 1, 0], "pivot": [-5.75, 6.6, 0.5], "rotation": [0, -90, 0], "uv": [51, 46]}, + {"origin": [-4.25, 6.1, 1.5], "size": [1, 1, 0], "uv": [49, 46]}, + {"origin": [-5.25, 6.1, -1.51], "size": [1, 1, 0], "uv": [45, 46]} + ] + }, + { + "name": "detail_right", + "parent": "details", + "pivot": [3.00025, 1.75, -0.0025], + "rotation": [0, 0, -30], + "cubes": [ + {"origin": [4, 1.25, -0.501], "size": [1, 1, 0], "pivot": [4.5, 1.75, -0.5], "rotation": [0, -90, 0], "uv": [47, 46]}, + {"origin": [1, 1.25, 0.5], "size": [1, 1, 0], "pivot": [1.5, 1.75, 0.5], "rotation": [0, -90, 0], "uv": [51, 46]}, + {"origin": [3, 1.25, 1.5], "size": [1, 1, 0], "uv": [49, 46]}, + {"origin": [2, 1.25, -1.51], "size": [1, 1, 0], "uv": [45, 46]} + ] + }, + { + "name": "detail_left", + "parent": "details", + "pivot": [-2.99975, 1.75, -0.0025], + "rotation": [0, 0, 30], + "cubes": [ + {"origin": [-2, 1.25, -0.501], "size": [1, 1, 0], "pivot": [-1.5, 1.75, -0.5], "rotation": [0, -90, 0], "uv": [47, 46]}, + {"origin": [-5, 1.25, 0.5], "size": [1, 1, 0], "pivot": [-4.5, 1.75, 0.5], "rotation": [0, -90, 0], "uv": [51, 46]}, + {"origin": [-3, 1.25, 1.5], "size": [1, 1, 0], "uv": [49, 46]}, + {"origin": [-4, 1.25, -1.51], "size": [1, 1, 0], "uv": [45, 46]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior_blue.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior_blue.geo.json new file mode 100644 index 0000000..1d03a4e --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior_blue.geo.json @@ -0,0 +1,88 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.minior", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "minior", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "minior", + "pivot": [0, 0, 0] + }, + { + "name": "core", + "parent": "body", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "core", + "pivot": [0, 5.5, 0], + "cubes": [ + {"origin": [-3.5, 2, -3.5], "size": [7, 7, 7], "uv": [26, 10]} + ] + }, + { + "name": "legs", + "parent": "torso", + "pivot": [0, 0, -2.5], + "cubes": [ + {"origin": [2, 0, -1], "size": [2, 3, 2], "pivot": [3, 1.75, 0], "rotation": [0, 0, -30], "uv": [0, 40]}, + {"origin": [-4, 0, -1], "size": [2, 3, 2], "pivot": [-3, 1.75, 0], "rotation": [0, 0, 30], "uv": [9, 40]}, + {"origin": [3.5, 5.25, -1], "size": [2, 3, 2], "pivot": [4.5, 6.75, 0], "rotation": [0, 0, 75], "uv": [26, 37]}, + {"origin": [-5.75, 5.25, -1], "size": [2, 3, 2], "pivot": [-4.75, 6.75, 0], "rotation": [0, 0, -75], "uv": [36, 4]}, + {"origin": [-1, 8.75, -1], "size": [2, 3, 2], "uv": [35, 37]} + ] + }, + { + "name": "eyes", + "parent": "core", + "pivot": [0, 0, 0] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-2.5, 5.775, -3.5], + "rotation": [0, 0, 20], + "cubes": [ + {"origin": [-2.66449, 4.66508, -3.7], "size": [2, 2, 1], "uv": [0, 4]}, + {"origin": [-3.66449, 6.66508, -3.7], "size": [3, 1, 0], "uv": [0, 21]}, + {"origin": [-4.16449, 3.66508, -3.7], "size": [1, 4, 0], "uv": [21, 40]}, + {"origin": [-4.16449, 3.16508, -3.7], "size": [4, 1, 0], "uv": [35, 0]} + ] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [2.5, 5.375, -3.5], + "rotation": [0, 0, -160], + "cubes": [ + {"origin": [2.16449, 4.73492, -3.7], "size": [2, 2, 1], "uv": [0, 0]}, + {"origin": [1.16449, 6.73492, -3.7], "size": [3, 1, 0], "uv": [0, 19]}, + {"origin": [0.66449, 3.73492, -3.7], "size": [1, 4, 0], "uv": [18, 40]}, + {"origin": [0.66449, 3.23492, -3.7], "size": [4, 1, 0], "uv": [25, 6]} + ] + }, + { + "name": "mouth", + "parent": "core", + "pivot": [0, 3.75, -3.51], + "cubes": [ + {"origin": [-1.5, 3.25, -3.51], "size": [3, 1, 0], "uv": [0, 17]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior_green.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior_green.geo.json new file mode 100644 index 0000000..1d03a4e --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior_green.geo.json @@ -0,0 +1,88 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.minior", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "minior", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "minior", + "pivot": [0, 0, 0] + }, + { + "name": "core", + "parent": "body", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "core", + "pivot": [0, 5.5, 0], + "cubes": [ + {"origin": [-3.5, 2, -3.5], "size": [7, 7, 7], "uv": [26, 10]} + ] + }, + { + "name": "legs", + "parent": "torso", + "pivot": [0, 0, -2.5], + "cubes": [ + {"origin": [2, 0, -1], "size": [2, 3, 2], "pivot": [3, 1.75, 0], "rotation": [0, 0, -30], "uv": [0, 40]}, + {"origin": [-4, 0, -1], "size": [2, 3, 2], "pivot": [-3, 1.75, 0], "rotation": [0, 0, 30], "uv": [9, 40]}, + {"origin": [3.5, 5.25, -1], "size": [2, 3, 2], "pivot": [4.5, 6.75, 0], "rotation": [0, 0, 75], "uv": [26, 37]}, + {"origin": [-5.75, 5.25, -1], "size": [2, 3, 2], "pivot": [-4.75, 6.75, 0], "rotation": [0, 0, -75], "uv": [36, 4]}, + {"origin": [-1, 8.75, -1], "size": [2, 3, 2], "uv": [35, 37]} + ] + }, + { + "name": "eyes", + "parent": "core", + "pivot": [0, 0, 0] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-2.5, 5.775, -3.5], + "rotation": [0, 0, 20], + "cubes": [ + {"origin": [-2.66449, 4.66508, -3.7], "size": [2, 2, 1], "uv": [0, 4]}, + {"origin": [-3.66449, 6.66508, -3.7], "size": [3, 1, 0], "uv": [0, 21]}, + {"origin": [-4.16449, 3.66508, -3.7], "size": [1, 4, 0], "uv": [21, 40]}, + {"origin": [-4.16449, 3.16508, -3.7], "size": [4, 1, 0], "uv": [35, 0]} + ] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [2.5, 5.375, -3.5], + "rotation": [0, 0, -160], + "cubes": [ + {"origin": [2.16449, 4.73492, -3.7], "size": [2, 2, 1], "uv": [0, 0]}, + {"origin": [1.16449, 6.73492, -3.7], "size": [3, 1, 0], "uv": [0, 19]}, + {"origin": [0.66449, 3.73492, -3.7], "size": [1, 4, 0], "uv": [18, 40]}, + {"origin": [0.66449, 3.23492, -3.7], "size": [4, 1, 0], "uv": [25, 6]} + ] + }, + { + "name": "mouth", + "parent": "core", + "pivot": [0, 3.75, -3.51], + "cubes": [ + {"origin": [-1.5, 3.25, -3.51], "size": [3, 1, 0], "uv": [0, 17]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior_indigo.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior_indigo.geo.json new file mode 100644 index 0000000..1d03a4e --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior_indigo.geo.json @@ -0,0 +1,88 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.minior", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "minior", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "minior", + "pivot": [0, 0, 0] + }, + { + "name": "core", + "parent": "body", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "core", + "pivot": [0, 5.5, 0], + "cubes": [ + {"origin": [-3.5, 2, -3.5], "size": [7, 7, 7], "uv": [26, 10]} + ] + }, + { + "name": "legs", + "parent": "torso", + "pivot": [0, 0, -2.5], + "cubes": [ + {"origin": [2, 0, -1], "size": [2, 3, 2], "pivot": [3, 1.75, 0], "rotation": [0, 0, -30], "uv": [0, 40]}, + {"origin": [-4, 0, -1], "size": [2, 3, 2], "pivot": [-3, 1.75, 0], "rotation": [0, 0, 30], "uv": [9, 40]}, + {"origin": [3.5, 5.25, -1], "size": [2, 3, 2], "pivot": [4.5, 6.75, 0], "rotation": [0, 0, 75], "uv": [26, 37]}, + {"origin": [-5.75, 5.25, -1], "size": [2, 3, 2], "pivot": [-4.75, 6.75, 0], "rotation": [0, 0, -75], "uv": [36, 4]}, + {"origin": [-1, 8.75, -1], "size": [2, 3, 2], "uv": [35, 37]} + ] + }, + { + "name": "eyes", + "parent": "core", + "pivot": [0, 0, 0] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-2.5, 5.775, -3.5], + "rotation": [0, 0, 20], + "cubes": [ + {"origin": [-2.66449, 4.66508, -3.7], "size": [2, 2, 1], "uv": [0, 4]}, + {"origin": [-3.66449, 6.66508, -3.7], "size": [3, 1, 0], "uv": [0, 21]}, + {"origin": [-4.16449, 3.66508, -3.7], "size": [1, 4, 0], "uv": [21, 40]}, + {"origin": [-4.16449, 3.16508, -3.7], "size": [4, 1, 0], "uv": [35, 0]} + ] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [2.5, 5.375, -3.5], + "rotation": [0, 0, -160], + "cubes": [ + {"origin": [2.16449, 4.73492, -3.7], "size": [2, 2, 1], "uv": [0, 0]}, + {"origin": [1.16449, 6.73492, -3.7], "size": [3, 1, 0], "uv": [0, 19]}, + {"origin": [0.66449, 3.73492, -3.7], "size": [1, 4, 0], "uv": [18, 40]}, + {"origin": [0.66449, 3.23492, -3.7], "size": [4, 1, 0], "uv": [25, 6]} + ] + }, + { + "name": "mouth", + "parent": "core", + "pivot": [0, 3.75, -3.51], + "cubes": [ + {"origin": [-1.5, 3.25, -3.51], "size": [3, 1, 0], "uv": [0, 17]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior_orange.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior_orange.geo.json new file mode 100644 index 0000000..1d03a4e --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior_orange.geo.json @@ -0,0 +1,88 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.minior", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "minior", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "minior", + "pivot": [0, 0, 0] + }, + { + "name": "core", + "parent": "body", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "core", + "pivot": [0, 5.5, 0], + "cubes": [ + {"origin": [-3.5, 2, -3.5], "size": [7, 7, 7], "uv": [26, 10]} + ] + }, + { + "name": "legs", + "parent": "torso", + "pivot": [0, 0, -2.5], + "cubes": [ + {"origin": [2, 0, -1], "size": [2, 3, 2], "pivot": [3, 1.75, 0], "rotation": [0, 0, -30], "uv": [0, 40]}, + {"origin": [-4, 0, -1], "size": [2, 3, 2], "pivot": [-3, 1.75, 0], "rotation": [0, 0, 30], "uv": [9, 40]}, + {"origin": [3.5, 5.25, -1], "size": [2, 3, 2], "pivot": [4.5, 6.75, 0], "rotation": [0, 0, 75], "uv": [26, 37]}, + {"origin": [-5.75, 5.25, -1], "size": [2, 3, 2], "pivot": [-4.75, 6.75, 0], "rotation": [0, 0, -75], "uv": [36, 4]}, + {"origin": [-1, 8.75, -1], "size": [2, 3, 2], "uv": [35, 37]} + ] + }, + { + "name": "eyes", + "parent": "core", + "pivot": [0, 0, 0] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-2.5, 5.775, -3.5], + "rotation": [0, 0, 20], + "cubes": [ + {"origin": [-2.66449, 4.66508, -3.7], "size": [2, 2, 1], "uv": [0, 4]}, + {"origin": [-3.66449, 6.66508, -3.7], "size": [3, 1, 0], "uv": [0, 21]}, + {"origin": [-4.16449, 3.66508, -3.7], "size": [1, 4, 0], "uv": [21, 40]}, + {"origin": [-4.16449, 3.16508, -3.7], "size": [4, 1, 0], "uv": [35, 0]} + ] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [2.5, 5.375, -3.5], + "rotation": [0, 0, -160], + "cubes": [ + {"origin": [2.16449, 4.73492, -3.7], "size": [2, 2, 1], "uv": [0, 0]}, + {"origin": [1.16449, 6.73492, -3.7], "size": [3, 1, 0], "uv": [0, 19]}, + {"origin": [0.66449, 3.73492, -3.7], "size": [1, 4, 0], "uv": [18, 40]}, + {"origin": [0.66449, 3.23492, -3.7], "size": [4, 1, 0], "uv": [25, 6]} + ] + }, + { + "name": "mouth", + "parent": "core", + "pivot": [0, 3.75, -3.51], + "cubes": [ + {"origin": [-1.5, 3.25, -3.51], "size": [3, 1, 0], "uv": [0, 17]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior_red.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior_red.geo.json new file mode 100644 index 0000000..1d03a4e --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior_red.geo.json @@ -0,0 +1,88 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.minior", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "minior", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "minior", + "pivot": [0, 0, 0] + }, + { + "name": "core", + "parent": "body", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "core", + "pivot": [0, 5.5, 0], + "cubes": [ + {"origin": [-3.5, 2, -3.5], "size": [7, 7, 7], "uv": [26, 10]} + ] + }, + { + "name": "legs", + "parent": "torso", + "pivot": [0, 0, -2.5], + "cubes": [ + {"origin": [2, 0, -1], "size": [2, 3, 2], "pivot": [3, 1.75, 0], "rotation": [0, 0, -30], "uv": [0, 40]}, + {"origin": [-4, 0, -1], "size": [2, 3, 2], "pivot": [-3, 1.75, 0], "rotation": [0, 0, 30], "uv": [9, 40]}, + {"origin": [3.5, 5.25, -1], "size": [2, 3, 2], "pivot": [4.5, 6.75, 0], "rotation": [0, 0, 75], "uv": [26, 37]}, + {"origin": [-5.75, 5.25, -1], "size": [2, 3, 2], "pivot": [-4.75, 6.75, 0], "rotation": [0, 0, -75], "uv": [36, 4]}, + {"origin": [-1, 8.75, -1], "size": [2, 3, 2], "uv": [35, 37]} + ] + }, + { + "name": "eyes", + "parent": "core", + "pivot": [0, 0, 0] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-2.5, 5.775, -3.5], + "rotation": [0, 0, 20], + "cubes": [ + {"origin": [-2.66449, 4.66508, -3.7], "size": [2, 2, 1], "uv": [0, 4]}, + {"origin": [-3.66449, 6.66508, -3.7], "size": [3, 1, 0], "uv": [0, 21]}, + {"origin": [-4.16449, 3.66508, -3.7], "size": [1, 4, 0], "uv": [21, 40]}, + {"origin": [-4.16449, 3.16508, -3.7], "size": [4, 1, 0], "uv": [35, 0]} + ] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [2.5, 5.375, -3.5], + "rotation": [0, 0, -160], + "cubes": [ + {"origin": [2.16449, 4.73492, -3.7], "size": [2, 2, 1], "uv": [0, 0]}, + {"origin": [1.16449, 6.73492, -3.7], "size": [3, 1, 0], "uv": [0, 19]}, + {"origin": [0.66449, 3.73492, -3.7], "size": [1, 4, 0], "uv": [18, 40]}, + {"origin": [0.66449, 3.23492, -3.7], "size": [4, 1, 0], "uv": [25, 6]} + ] + }, + { + "name": "mouth", + "parent": "core", + "pivot": [0, 3.75, -3.51], + "cubes": [ + {"origin": [-1.5, 3.25, -3.51], "size": [3, 1, 0], "uv": [0, 17]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior_shiny.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior_shiny.geo.json new file mode 100644 index 0000000..1d03a4e --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior_shiny.geo.json @@ -0,0 +1,88 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.minior", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "minior", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "minior", + "pivot": [0, 0, 0] + }, + { + "name": "core", + "parent": "body", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "core", + "pivot": [0, 5.5, 0], + "cubes": [ + {"origin": [-3.5, 2, -3.5], "size": [7, 7, 7], "uv": [26, 10]} + ] + }, + { + "name": "legs", + "parent": "torso", + "pivot": [0, 0, -2.5], + "cubes": [ + {"origin": [2, 0, -1], "size": [2, 3, 2], "pivot": [3, 1.75, 0], "rotation": [0, 0, -30], "uv": [0, 40]}, + {"origin": [-4, 0, -1], "size": [2, 3, 2], "pivot": [-3, 1.75, 0], "rotation": [0, 0, 30], "uv": [9, 40]}, + {"origin": [3.5, 5.25, -1], "size": [2, 3, 2], "pivot": [4.5, 6.75, 0], "rotation": [0, 0, 75], "uv": [26, 37]}, + {"origin": [-5.75, 5.25, -1], "size": [2, 3, 2], "pivot": [-4.75, 6.75, 0], "rotation": [0, 0, -75], "uv": [36, 4]}, + {"origin": [-1, 8.75, -1], "size": [2, 3, 2], "uv": [35, 37]} + ] + }, + { + "name": "eyes", + "parent": "core", + "pivot": [0, 0, 0] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-2.5, 5.775, -3.5], + "rotation": [0, 0, 20], + "cubes": [ + {"origin": [-2.66449, 4.66508, -3.7], "size": [2, 2, 1], "uv": [0, 4]}, + {"origin": [-3.66449, 6.66508, -3.7], "size": [3, 1, 0], "uv": [0, 21]}, + {"origin": [-4.16449, 3.66508, -3.7], "size": [1, 4, 0], "uv": [21, 40]}, + {"origin": [-4.16449, 3.16508, -3.7], "size": [4, 1, 0], "uv": [35, 0]} + ] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [2.5, 5.375, -3.5], + "rotation": [0, 0, -160], + "cubes": [ + {"origin": [2.16449, 4.73492, -3.7], "size": [2, 2, 1], "uv": [0, 0]}, + {"origin": [1.16449, 6.73492, -3.7], "size": [3, 1, 0], "uv": [0, 19]}, + {"origin": [0.66449, 3.73492, -3.7], "size": [1, 4, 0], "uv": [18, 40]}, + {"origin": [0.66449, 3.23492, -3.7], "size": [4, 1, 0], "uv": [25, 6]} + ] + }, + { + "name": "mouth", + "parent": "core", + "pivot": [0, 3.75, -3.51], + "cubes": [ + {"origin": [-1.5, 3.25, -3.51], "size": [3, 1, 0], "uv": [0, 17]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior_violet.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior_violet.geo.json new file mode 100644 index 0000000..1d03a4e --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior_violet.geo.json @@ -0,0 +1,88 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.minior", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "minior", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "minior", + "pivot": [0, 0, 0] + }, + { + "name": "core", + "parent": "body", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "core", + "pivot": [0, 5.5, 0], + "cubes": [ + {"origin": [-3.5, 2, -3.5], "size": [7, 7, 7], "uv": [26, 10]} + ] + }, + { + "name": "legs", + "parent": "torso", + "pivot": [0, 0, -2.5], + "cubes": [ + {"origin": [2, 0, -1], "size": [2, 3, 2], "pivot": [3, 1.75, 0], "rotation": [0, 0, -30], "uv": [0, 40]}, + {"origin": [-4, 0, -1], "size": [2, 3, 2], "pivot": [-3, 1.75, 0], "rotation": [0, 0, 30], "uv": [9, 40]}, + {"origin": [3.5, 5.25, -1], "size": [2, 3, 2], "pivot": [4.5, 6.75, 0], "rotation": [0, 0, 75], "uv": [26, 37]}, + {"origin": [-5.75, 5.25, -1], "size": [2, 3, 2], "pivot": [-4.75, 6.75, 0], "rotation": [0, 0, -75], "uv": [36, 4]}, + {"origin": [-1, 8.75, -1], "size": [2, 3, 2], "uv": [35, 37]} + ] + }, + { + "name": "eyes", + "parent": "core", + "pivot": [0, 0, 0] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-2.5, 5.775, -3.5], + "rotation": [0, 0, 20], + "cubes": [ + {"origin": [-2.66449, 4.66508, -3.7], "size": [2, 2, 1], "uv": [0, 4]}, + {"origin": [-3.66449, 6.66508, -3.7], "size": [3, 1, 0], "uv": [0, 21]}, + {"origin": [-4.16449, 3.66508, -3.7], "size": [1, 4, 0], "uv": [21, 40]}, + {"origin": [-4.16449, 3.16508, -3.7], "size": [4, 1, 0], "uv": [35, 0]} + ] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [2.5, 5.375, -3.5], + "rotation": [0, 0, -160], + "cubes": [ + {"origin": [2.16449, 4.73492, -3.7], "size": [2, 2, 1], "uv": [0, 0]}, + {"origin": [1.16449, 6.73492, -3.7], "size": [3, 1, 0], "uv": [0, 19]}, + {"origin": [0.66449, 3.73492, -3.7], "size": [1, 4, 0], "uv": [18, 40]}, + {"origin": [0.66449, 3.23492, -3.7], "size": [4, 1, 0], "uv": [25, 6]} + ] + }, + { + "name": "mouth", + "parent": "core", + "pivot": [0, 3.75, -3.51], + "cubes": [ + {"origin": [-1.5, 3.25, -3.51], "size": [3, 1, 0], "uv": [0, 17]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior_yellow.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior_yellow.geo.json new file mode 100644 index 0000000..1d03a4e --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior_yellow.geo.json @@ -0,0 +1,88 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.minior", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "minior", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "minior", + "pivot": [0, 0, 0] + }, + { + "name": "core", + "parent": "body", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "core", + "pivot": [0, 5.5, 0], + "cubes": [ + {"origin": [-3.5, 2, -3.5], "size": [7, 7, 7], "uv": [26, 10]} + ] + }, + { + "name": "legs", + "parent": "torso", + "pivot": [0, 0, -2.5], + "cubes": [ + {"origin": [2, 0, -1], "size": [2, 3, 2], "pivot": [3, 1.75, 0], "rotation": [0, 0, -30], "uv": [0, 40]}, + {"origin": [-4, 0, -1], "size": [2, 3, 2], "pivot": [-3, 1.75, 0], "rotation": [0, 0, 30], "uv": [9, 40]}, + {"origin": [3.5, 5.25, -1], "size": [2, 3, 2], "pivot": [4.5, 6.75, 0], "rotation": [0, 0, 75], "uv": [26, 37]}, + {"origin": [-5.75, 5.25, -1], "size": [2, 3, 2], "pivot": [-4.75, 6.75, 0], "rotation": [0, 0, -75], "uv": [36, 4]}, + {"origin": [-1, 8.75, -1], "size": [2, 3, 2], "uv": [35, 37]} + ] + }, + { + "name": "eyes", + "parent": "core", + "pivot": [0, 0, 0] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-2.5, 5.775, -3.5], + "rotation": [0, 0, 20], + "cubes": [ + {"origin": [-2.66449, 4.66508, -3.7], "size": [2, 2, 1], "uv": [0, 4]}, + {"origin": [-3.66449, 6.66508, -3.7], "size": [3, 1, 0], "uv": [0, 21]}, + {"origin": [-4.16449, 3.66508, -3.7], "size": [1, 4, 0], "uv": [21, 40]}, + {"origin": [-4.16449, 3.16508, -3.7], "size": [4, 1, 0], "uv": [35, 0]} + ] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [2.5, 5.375, -3.5], + "rotation": [0, 0, -160], + "cubes": [ + {"origin": [2.16449, 4.73492, -3.7], "size": [2, 2, 1], "uv": [0, 0]}, + {"origin": [1.16449, 6.73492, -3.7], "size": [3, 1, 0], "uv": [0, 19]}, + {"origin": [0.66449, 3.73492, -3.7], "size": [1, 4, 0], "uv": [18, 40]}, + {"origin": [0.66449, 3.23492, -3.7], "size": [4, 1, 0], "uv": [25, 6]} + ] + }, + { + "name": "mouth", + "parent": "core", + "pivot": [0, 3.75, -3.51], + "cubes": [ + {"origin": [-1.5, 3.25, -3.51], "size": [3, 1, 0], "uv": [0, 17]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/moltres2.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/moltres2.geo.json new file mode 100644 index 0000000..dc7bc6b --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/moltres2.geo.json @@ -0,0 +1,448 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.MoltresNew", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 9, + "visible_bounds_height": 5.5, + "visible_bounds_offset": [0, 2.25, 0] + }, + "bones": [ + { + "name": "moltres", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "moltres", + "pivot": [0, 26, 1], + "cubes": [ + {"origin": [-5.5, 14, 2], "size": [11, 12, 11], "pivot": [0, 2, 2], "rotation": [15, 0, 0], "uv": [49, 42]} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [0, 20, 8], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [0, 14.59904, 6.27972], "size": [0, 11, 12], "uv": [0, 81]}, + {"origin": [-5.5, 19.59904, 6.52972], "size": [11, 0, 12], "uv": [44, 65]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 19.59904, 18.27972], + "cubes": [ + {"origin": [0, 14.59904, 18.27972], "size": [0, 11, 12], "uv": [0, 70]}, + {"origin": [-5.5, 19.59904, 18.52972], "size": [11, 0, 12], "uv": [22, 65]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 19.59904, 30.27972], + "cubes": [ + {"origin": [0, 14.59904, 30.27972], "size": [0, 11, 12], "uv": [68, 77]}, + {"origin": [-5.5, 19.59904, 30.52972], "size": [11, 0, 12], "uv": [0, 60]} + ] + }, + { + "name": "upper_torso", + "parent": "body", + "pivot": [0, 26, 1], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-4.5, 21.00417, 0.90446], "size": [9, 12, 9], "pivot": [0, 2.00417, -0.09554], "rotation": [10, 0, 0], "uv": [69, 68]} + ] + }, + { + "name": "wing_right", + "parent": "upper_torso", + "pivot": [-4, 32.00417, 0.90446], + "cubes": [ + {"origin": [-21, 32.00417, -2.09554], "size": [17, 0, 11], "uv": [49, 31], "mirror": true} + ] + }, + { + "name": "wing_right2", + "parent": "wing_right", + "pivot": [-21, 32.00417, -0.09554], + "cubes": [ + {"origin": [-41, 32.00417, -2.09554], "size": [20, 0, 4], "uv": [78, 43], "mirror": true} + ] + }, + { + "name": "fire_right", + "parent": "wing_right2", + "pivot": [-29, 32.00417, 1.90446], + "cubes": [ + {"origin": [-41, 32.00417, 1.90446], "size": [20, 0, 11], "uv": [47, 9], "mirror": true} + ] + }, + { + "name": "wing_right3", + "parent": "wing_right2", + "pivot": [-41, 32.00417, 0.90446], + "cubes": [ + {"origin": [-52, 32.00417, -2.09554], "size": [11, 0, 5], "uv": [15, 50], "mirror": true} + ] + }, + { + "name": "bone", + "parent": "wing_right3", + "pivot": [-52, 32, 0], + "cubes": [ + {"origin": [-63, 32.00417, -2.09554], "size": [11, 0, 5], "uv": [12, 55], "mirror": true}, + {"origin": [-63, 32.00417, 2.90446], "size": [11, 0, 14], "uv": [11, 14], "mirror": true} + ] + }, + { + "name": "fire_right2", + "parent": "wing_right3", + "pivot": [-47, 32.00417, 2.90446], + "cubes": [ + {"origin": [-52, 32.00417, 2.90446], "size": [11, 0, 14], "uv": [9, 0]} + ] + }, + { + "name": "wing_left", + "parent": "upper_torso", + "pivot": [4, 32.00417, 0.90446], + "cubes": [ + {"origin": [4, 32.00417, -2.09554], "size": [17, 0, 11], "uv": [49, 31]} + ] + }, + { + "name": "wing_left2", + "parent": "wing_left", + "pivot": [21, 32.00417, -0.09554], + "cubes": [ + {"origin": [21, 32.00417, -2.09554], "size": [20, 0, 4], "uv": [78, 43]} + ] + }, + { + "name": "fire_left", + "parent": "wing_left2", + "pivot": [29, 5.00417, 4.90446], + "cubes": [ + {"origin": [21, 32.00417, 1.90446], "size": [20, 0, 11], "uv": [47, 9]} + ] + }, + { + "name": "wing_left3", + "parent": "wing_left2", + "pivot": [41, 32.00417, 0.90446], + "cubes": [ + {"origin": [41, 32.00417, -2.09554], "size": [11, 0, 5], "uv": [10, 50]} + ] + }, + { + "name": "bone2", + "parent": "wing_left3", + "pivot": [52, 32, 0], + "cubes": [ + {"origin": [52, 32.00417, -2.09554], "size": [11, 0, 5], "uv": [12, 55]}, + {"origin": [52, 32.00417, 2.90446], "size": [11, 0, 14], "uv": [11, 14]} + ] + }, + { + "name": "fire_left2", + "parent": "wing_left3", + "pivot": [52, 5.00417, 4.90446], + "cubes": [ + {"origin": [41, 32.00417, 2.90446], "size": [11, 0, 14], "uv": [9, 0], "mirror": true} + ] + }, + { + "name": "neck", + "parent": "upper_torso", + "pivot": [0, 33.00417, -0.09554], + "cubes": [ + {"origin": [-2, 32.00417, -2.09554], "size": [4, 10, 4], "uv": [94, 16]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 41.00417, -0.09554], + "cubes": [ + {"origin": [-4, 41.00417, -6.09554], "size": [8, 7, 9], "uv": [37, 112]} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [0, 2.00417, -0.09554], + "cubes": [ + {"origin": [1.75, 44.00417, -6.09554], "size": [1, 2, 0], "inflate": 0.005, "uv": [47, 95]}, + {"origin": [12.22, 43.50417, -6.09554], "size": [3, 1, 4], "inflate": 0.03, "pivot": [0, 2.00417, -0.09554], "rotation": [0, 0, -15], "uv": [49, 106]} + ] + }, + { + "name": "pupil_left", + "parent": "eye_left", + "pivot": [0, 2.00417, -0.09554], + "cubes": [ + {"origin": [2.25, 44.00417, -6.09554], "size": [1, 2, 2], "inflate": 0.02, "uv": [23, 82]}, + {"origin": [2.75, 45.30417, -6.09554], "size": [1, 1, 0], "inflate": 0.025, "uv": [32, 89]} + ] + }, + { + "name": "eye_right", + "parent": "head", + "pivot": [0, 2.00417, -0.09554], + "cubes": [ + {"origin": [-15.22, 43.50417, -6.09554], "size": [3, 1, 4], "inflate": 0.03, "pivot": [0, 2.00417, -0.09554], "rotation": [0, 0, 15], "uv": [49, 106], "mirror": true}, + {"origin": [-2.75, 44.00417, -6.09554], "size": [1, 2, 0], "inflate": 0.005, "uv": [47, 95], "mirror": true} + ] + }, + { + "name": "pupil_right", + "parent": "eye_right", + "pivot": [0, 2.00417, -0.09554], + "cubes": [ + {"origin": [-3.25, 44.00417, -6.09554], "size": [1, 2, 2], "inflate": 0.02, "uv": [23, 82], "mirror": true}, + {"origin": [-3.75, 45.30417, -6.09554], "size": [1, 1, 0], "inflate": 0.025, "uv": [32, 89], "mirror": true} + ] + }, + { + "name": "beak", + "parent": "head", + "pivot": [0, 2.00417, -0.09554], + "cubes": [ + {"origin": [-1.5, 42.00417, -12.09554], "size": [3, 3, 9], "uv": [84, 56]}, + {"origin": [-1, 42.50417, -18.09554], "size": [2, 2, 6], "uv": [113, 75]}, + {"origin": [0, 42.50417, -20.09554], "size": [0, 2, 3], "uv": [6, 25]} + ] + }, + { + "name": "jaw", + "parent": "beak", + "pivot": [0, 42.00417, -6.09554], + "cubes": [ + {"origin": [-1, 41.50417, -12.09554], "size": [2, 1, 8], "uv": [73, 119]}, + {"origin": [-0.5, 41.50417, -18.09554], "size": [1, 1, 6], "inflate": -0.01, "uv": [76, 121]} + ] + }, + { + "name": "head_fire", + "parent": "head", + "pivot": [0, 4.00417, 1.90446], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [0, 43.00417, -3.09554], "size": [0, 16, 12], "uv": [101, 98]} + ] + }, + { + "name": "head_fire2", + "parent": "head_fire", + "pivot": [0, 4.00417, 1.90446], + "cubes": [ + {"origin": [0, 43.00417, 8.90446], "size": [0, 16, 15], "uv": [0, 92]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [5, 18, 4], + "cubes": [ + {"origin": [4, 12, 2], "size": [6, 8, 6], "pivot": [-1, 0, 0], "rotation": [5, 0, 0], "uv": [24, 93]} + ] + }, + { + "name": "leg_left2", + "parent": "leg_left", + "pivot": [7, 12, 4], + "cubes": [ + {"origin": [5, 9.5, 3], "size": [4, 3, 4], "pivot": [-1, 0, 0], "rotation": [5, 0, 0], "uv": [96, 68]} + ] + }, + { + "name": "leg_left3", + "parent": "leg_left2", + "pivot": [7, 10, 4], + "cubes": [ + {"origin": [6, 2, 0], "size": [2, 10, 2], "pivot": [10, 0, -4], "rotation": [-15, 0, 0], "uv": [87, 103]} + ] + }, + { + "name": "foot_left", + "parent": "leg_left3", + "pivot": [7, 2, 2], + "cubes": [ + {"origin": [4.5, 0, -1], "size": [5, 2, 5], "inflate": 0.01, "uv": [94, 30]} + ] + }, + { + "name": "toe_middle_left", + "parent": "foot_left", + "pivot": [7, 1, -1], + "cubes": [ + {"origin": [6, 0, -5.5], "size": [2, 2, 5], "uv": [99, 54]} + ] + }, + { + "name": "claw_middle_left", + "parent": "toe_middle_left", + "pivot": [7, 1, -5], + "cubes": [ + {"origin": [7, 0, -7.5], "size": [0, 2, 2], "uv": [2, 58]} + ] + }, + { + "name": "toe_back_left", + "parent": "foot_left", + "pivot": [7, 1, 4], + "cubes": [ + {"origin": [6, 0, 3.5], "size": [2, 2, 5], "uv": [98, 0]} + ] + }, + { + "name": "claw_back_left", + "parent": "toe_back_left", + "pivot": [7, 1, 8], + "cubes": [ + {"origin": [7, 0, 8.5], "size": [0, 2, 2], "uv": [50, 26], "mirror": true} + ] + }, + { + "name": "toe_outer_left", + "parent": "foot_left", + "pivot": [9, 1, -1], + "rotation": [0, -20, 0], + "cubes": [ + {"origin": [7.91363, 0, -5.1611], "size": [2, 2, 5], "uv": [98, 7]} + ] + }, + { + "name": "claw_outer_left", + "parent": "toe_outer_left", + "pivot": [8.91363, 1, -5.1611], + "cubes": [ + {"origin": [8.91363, 0, -7.1611], "size": [0, 2, 2], "uv": [50, 26], "mirror": true} + ] + }, + { + "name": "toe_inner_left", + "parent": "foot_left", + "pivot": [5, 1, -1], + "rotation": [0, 20, 0], + "cubes": [ + {"origin": [4.08637, 0, -5.1611], "size": [2, 2, 5], "uv": [65, 100]} + ] + }, + { + "name": "claw_inner_left", + "parent": "toe_inner_left", + "pivot": [5.08637, 1, -5.1611], + "cubes": [ + {"origin": [5.08637, 0, -7.1611], "size": [0, 2, 2], "uv": [36, 58]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-5, 18, 4], + "cubes": [ + {"origin": [-10, 12, 2], "size": [6, 8, 6], "pivot": [-15, 0, 0], "rotation": [5, 0, 0], "uv": [92, 89]} + ] + }, + { + "name": "leg_right2", + "parent": "leg_right", + "pivot": [-7, 12, 4], + "cubes": [ + {"origin": [-9, 9.5, 3], "size": [4, 3, 4], "pivot": [-15, 0, 0], "rotation": [5, 0, 0], "uv": [0, 68]} + ] + }, + { + "name": "leg_right3", + "parent": "leg_right2", + "pivot": [-7, 10, 4], + "cubes": [ + {"origin": [-8, 2, 0], "size": [2, 10, 2], "pivot": [-4, 0, -4], "rotation": [-15, 0, 0], "uv": [79, 100]} + ] + }, + { + "name": "foot_right", + "parent": "leg_right3", + "pivot": [-7, 2, 2], + "cubes": [ + {"origin": [-9.5, 0, -1], "size": [5, 2, 5], "inflate": 0.01, "uv": [93, 47]} + ] + }, + { + "name": "toe_middle_right", + "parent": "foot_right", + "pivot": [-7, 1, -1], + "cubes": [ + {"origin": [-8, 0, -5.5], "size": [2, 2, 5], "uv": [0, 21]} + ] + }, + { + "name": "claw_middle_right", + "parent": "toe_middle_right", + "pivot": [-7, 1, -5], + "cubes": [ + {"origin": [-7, 0, -7.5], "size": [0, 2, 2], "uv": [44, 26]} + ] + }, + { + "name": "toe_back_right", + "parent": "foot_right", + "pivot": [-7, 1, 4], + "cubes": [ + {"origin": [-8, 0, 3.5], "size": [2, 2, 5], "uv": [0, 14]} + ] + }, + { + "name": "claw_back_right", + "parent": "toe_back_right", + "pivot": [-7, 1, 8], + "cubes": [ + {"origin": [-7, 0, 8.5], "size": [0, 2, 2], "uv": [50, 26]} + ] + }, + { + "name": "toe_inner_right", + "parent": "foot_right", + "pivot": [-5, 1, 0], + "rotation": [0, -20, 0], + "cubes": [ + {"origin": [-6.42839, 0, -5.10079], "size": [2, 2, 5], "uv": [0, 7]} + ] + }, + { + "name": "claw_inner_right", + "parent": "toe_inner_right", + "pivot": [-5.42839, 1, -5.10079], + "cubes": [ + {"origin": [-5.42839, 0, -7.10079], "size": [0, 2, 2], "uv": [28, 26]} + ] + }, + { + "name": "toe_outer_right", + "parent": "foot_right", + "pivot": [-9, 1, -1], + "rotation": [0, 20, 0], + "cubes": [ + {"origin": [-9.91363, 0, -5.1611], "size": [2, 2, 5], "uv": [0, 0]} + ] + }, + { + "name": "claw_outer_right", + "parent": "toe_outer_right", + "pivot": [-8.91363, 1, -5.1611], + "cubes": [ + {"origin": [-8.91363, 0, -7.1611], "size": [0, 2, 4], "uv": [18, 24]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/moltres_galar.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/moltres_galar.geo.json new file mode 100644 index 0000000..8441c26 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/moltres_galar.geo.json @@ -0,0 +1,527 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.moltres_galar", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 9, + "visible_bounds_height": 6, + "visible_bounds_offset": [0, 2, 0] + }, + "bones": [ + { + "name": "moltres", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "moltres", + "pivot": [0, 26, 1], + "cubes": [ + {"origin": [-5.5, 14, 2], "size": [11, 12, 11], "pivot": [0, 2, 2], "rotation": [15, 0, 0], "uv": [49, 42]} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [0, 20, 8], + "rotation": [5.76863, 29.8742, 2.88066], + "cubes": [ + {"origin": [0, 14.59904, 6.27972], "size": [0, 11, 12], "uv": [0, 81]}, + {"origin": [-1, 19.6, 7.27972], "size": [2, 3, 7], "uv": [71, 54]}, + {"origin": [-1, 21.4, 19.27972], "size": [2, 3, 7], "uv": [71, 54]}, + {"origin": [-1, 15.59904, 18.27972], "size": [2, 3, 7], "inflate": 0.01, "pivot": [0, 0.59904, 0.27972], "rotation": [15, 0, 0], "uv": [71, 54]}, + {"origin": [-0.5, 27.4, 19.27972], "size": [1, 3, 7], "inflate": 0.01, "pivot": [0, 0.59904, 0.27972], "rotation": [-15, 0, 0], "uv": [71, 54]}, + {"origin": [-5.5, 19.59904, 6.52972], "size": [11, 0, 12], "uv": [44, 65]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 19.59904, 18.27972], + "cubes": [ + {"origin": [0, 14.59904, 18.27972], "size": [0, 11, 12], "uv": [0, 70]}, + {"origin": [-5.5, 19.59904, 18.52972], "size": [11, 0, 12], "uv": [22, 65]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 19.59904, 30.27972], + "cubes": [ + {"origin": [0, 14.59904, 30.27972], "size": [0, 11, 12], "uv": [68, 77]}, + {"origin": [-5.5, 19.59904, 30.52972], "size": [11, 0, 12], "uv": [0, 60]} + ] + }, + { + "name": "tail4", + "parent": "body", + "pivot": [0, 20, 8], + "rotation": [5.76863, -29.8742, -2.88066], + "cubes": [ + {"origin": [0, 14.59904, 6.27972], "size": [0, 11, 12], "uv": [0, 81], "mirror": true}, + {"origin": [-1, 19.6, 7.27972], "size": [2, 3, 7], "uv": [71, 54], "mirror": true}, + {"origin": [-1, 21.4, 19.27972], "size": [2, 3, 7], "uv": [71, 54], "mirror": true}, + {"origin": [-1, 15.59904, 18.27972], "size": [2, 3, 7], "inflate": 0.01, "pivot": [0, 0.59904, 0.27972], "rotation": [15, 0, 0], "uv": [71, 54], "mirror": true}, + {"origin": [-0.5, 27.4, 19.27972], "size": [1, 3, 7], "inflate": 0.01, "pivot": [0, 0.59904, 0.27972], "rotation": [-15, 0, 0], "uv": [71, 54], "mirror": true}, + {"origin": [-5.5, 19.59904, 6.52972], "size": [11, 0, 12], "uv": [44, 65], "mirror": true} + ] + }, + { + "name": "tail5", + "parent": "tail4", + "pivot": [0, 19.59904, 18.27972], + "cubes": [ + {"origin": [0, 14.59904, 18.27972], "size": [0, 11, 12], "uv": [0, 70], "mirror": true}, + {"origin": [-5.5, 19.59904, 18.52972], "size": [11, 0, 12], "uv": [22, 65], "mirror": true} + ] + }, + { + "name": "tail6", + "parent": "tail5", + "pivot": [0, 19.59904, 30.27972], + "cubes": [ + {"origin": [0, 14.59904, 30.27972], "size": [0, 11, 12], "uv": [68, 77], "mirror": true}, + {"origin": [-5.5, 19.59904, 30.52972], "size": [11, 0, 12], "uv": [0, 60], "mirror": true} + ] + }, + { + "name": "upper_torso", + "parent": "body", + "pivot": [0, 26, 1], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-4.5, 21.00417, 0.90446], "size": [9, 12, 9], "pivot": [0, 2.00417, -0.09554], "rotation": [10, 0, 0], "uv": [69, 68]} + ] + }, + { + "name": "neck", + "parent": "upper_torso", + "pivot": [0, 31.00417, -0.09554], + "cubes": [ + {"origin": [-2, 30.00417, -2.09554], "size": [4, 10, 4], "uv": [94, 16]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 39.00417, -0.09554], + "cubes": [ + {"origin": [-4, 39.00417, -6.09554], "size": [8, 7, 9], "uv": [37, 112]}, + {"origin": [0, 45.00417, 2.90446], "size": [0, 6, 6], "pivot": [0, 2.00417, 1.90446], "rotation": [15, 0, 0], "uv": [110, 85]} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [0, 0.00417, -0.09554], + "cubes": [ + {"origin": [1.75, 42.00417, -6.09554], "size": [1, 2, 0], "inflate": 0.005, "uv": [47, 95]}, + {"origin": [12.22, 41.50417, -6.09554], "size": [3, 1, 4], "inflate": 0.03, "pivot": [0, 0.00417, -0.09554], "rotation": [0, 0, -15], "uv": [49, 106]} + ] + }, + { + "name": "pupil_left", + "parent": "eye_left", + "pivot": [0, 0.00417, -0.09554], + "cubes": [ + {"origin": [2.25, 43, -6.09554], "size": [1, 1, 2], "inflate": 0.02, "uv": [23, 82]}, + {"origin": [-3.25, 43, -6.09554], "size": [1, 1, 2], "inflate": 0.02, "uv": [23, 82], "mirror": true} + ] + }, + { + "name": "eye_right", + "parent": "head", + "pivot": [0, 0.00417, -0.09554], + "cubes": [ + {"origin": [-15.22, 41.50417, -6.09554], "size": [3, 1, 4], "inflate": 0.03, "pivot": [0, 0.00417, -0.09554], "rotation": [0, 0, 15], "uv": [49, 106], "mirror": true}, + {"origin": [-2.75, 42.00417, -6.09554], "size": [1, 2, 0], "inflate": 0.005, "uv": [47, 95], "mirror": true} + ] + }, + { + "name": "pupil_right", + "parent": "eye_right", + "pivot": [0, 0.00417, -0.09554] + }, + { + "name": "beak", + "parent": "head", + "pivot": [0, 0.00417, -0.09554], + "cubes": [ + {"origin": [-1.5, 40.00417, -12.09554], "size": [3, 3, 9], "uv": [84, 56]}, + {"origin": [-1, 40.50417, -16.09554], "size": [2, 2, 6], "uv": [113, 75]}, + {"origin": [0, 39.50417, -18.5], "size": [0, 3, 3], "uv": [6, 25]} + ] + }, + { + "name": "jaw", + "parent": "beak", + "pivot": [0, 40.00417, -6.09554], + "cubes": [ + {"origin": [-1, 39.50417, -12.09554], "size": [2, 1, 8], "uv": [73, 119]} + ] + }, + { + "name": "bone6", + "parent": "jaw", + "pivot": [0, 40.00417, -12.09554], + "cubes": [ + {"origin": [-0.5, 39.50417, -16.09554], "size": [1, 1, 4], "inflate": -0.01, "uv": [78, 123]} + ] + }, + { + "name": "head_fire", + "parent": "head", + "pivot": [0, 2.00417, 1.90446], + "rotation": [5, 0, 0] + }, + { + "name": "head_fire2", + "parent": "head_fire", + "pivot": [0, 51.00417, 15.90446], + "cubes": [ + {"origin": [0, 41.00417, 15.90446], "size": [0, 16, 15], "uv": [0, 92]} + ] + }, + { + "name": "bone", + "parent": "head_fire", + "pivot": [0, 46.00417, 2.90446], + "cubes": [ + {"origin": [-2, 23.00417, 41.90446], "size": [4, 2, 5], "pivot": [0, 0.00417, 3.90446], "rotation": [60, 0, 0], "uv": [93, 94]} + ] + }, + { + "name": "bone2", + "parent": "bone", + "pivot": [0, 49.00417, 4.90446], + "cubes": [ + {"origin": [-1.5, 33.00417, 38.90446], "size": [3, 2, 5], "pivot": [0, 0.00417, 3.90446], "rotation": [45, 0, 0], "uv": [93, 89]}, + {"origin": [0, 41.00417, 3.90446], "size": [0, 16, 12], "uv": [101, 98]} + ] + }, + { + "name": "bone3", + "parent": "bone2", + "pivot": [0, 52.00417, 7.90446], + "cubes": [ + {"origin": [-2, 42.00417, 32.90446], "size": [4, 2, 5], "pivot": [0, 0.00417, 3.90446], "rotation": [30, 0, 0], "uv": [67, 57]} + ] + }, + { + "name": "bone4", + "parent": "bone3", + "pivot": [0, 54.00417, 11.90446], + "cubes": [ + {"origin": [-1, 42.00417, 32.90446], "size": [2, 2, 5], "pivot": [0, 0.00417, -1.09554], "rotation": [25, 0, 0], "uv": [70, 58]} + ] + }, + { + "name": "bone5", + "parent": "bone4", + "pivot": [0, 55.00417, 15.90446], + "cubes": [ + {"origin": [0, 43.00417, -41.09554], "size": [0, 6, 6], "pivot": [0, 2.00417, 1.90446], "rotation": [-60, 0, 0], "uv": [110, 85]}, + {"origin": [-0.5, 48.25, 29.90446], "size": [1, 2, 3], "pivot": [0, 0.00417, -0.09554], "rotation": [15, 0, 0], "uv": [71, 57]} + ] + }, + { + "name": "wing_right", + "parent": "upper_torso", + "pivot": [-4, 32.00417, 0.90446], + "cubes": [ + {"origin": [-21, 32.00417, -2.09554], "size": [17, 0, 11], "uv": [49, 31], "mirror": true} + ] + }, + { + "name": "wing_right2", + "parent": "wing_right", + "pivot": [-21, 32.00417, -0.09554], + "cubes": [ + {"origin": [-41, 32.00417, -2.09554], "size": [20, 0, 4], "uv": [78, 43], "mirror": true} + ] + }, + { + "name": "fire_right", + "parent": "wing_right2", + "pivot": [-29, 32.00417, 1.90446], + "cubes": [ + {"origin": [-41, 32.00417, 1.90446], "size": [20, 0, 11], "uv": [47, 9], "mirror": true} + ] + }, + { + "name": "wing_right3", + "parent": "wing_right2", + "pivot": [-41, 32.00417, 0.90446], + "cubes": [ + {"origin": [-52, 32.00417, -2.09554], "size": [11, 0, 5], "uv": [9, 50], "mirror": true} + ] + }, + { + "name": "bone7", + "parent": "wing_right3", + "pivot": [-52, 32, 0], + "cubes": [ + {"origin": [-63, 32.00417, -2.09554], "size": [11, 0, 5], "uv": [9, 55], "mirror": true}, + {"origin": [-63, 32.00417, 2.90446], "size": [11, 0, 14], "uv": [11, 14], "mirror": true} + ] + }, + { + "name": "fire_right2", + "parent": "wing_right3", + "pivot": [-47, 32.00417, 2.90446], + "cubes": [ + {"origin": [-52, 32.00417, 2.90446], "size": [11, 0, 14], "uv": [9, 0]} + ] + }, + { + "name": "wing_left", + "parent": "upper_torso", + "pivot": [4, 32.00417, 0.90446], + "cubes": [ + {"origin": [4, 32.00417, -2.09554], "size": [17, 0, 11], "uv": [49, 31]} + ] + }, + { + "name": "wing_left2", + "parent": "wing_left", + "pivot": [21, 32.00417, -0.09554], + "cubes": [ + {"origin": [21, 32.00417, -2.09554], "size": [20, 0, 4], "uv": [78, 43]} + ] + }, + { + "name": "fire_left", + "parent": "wing_left2", + "pivot": [29, 5.00417, 4.90446], + "cubes": [ + {"origin": [21, 32.00417, 1.90446], "size": [20, 0, 11], "uv": [47, 9]} + ] + }, + { + "name": "wing_left3", + "parent": "wing_left2", + "pivot": [41, 32.00417, 0.90446], + "cubes": [ + {"origin": [41, 32.00417, -2.09554], "size": [11, 0, 5], "uv": [11, 50]} + ] + }, + { + "name": "bone8", + "parent": "wing_left3", + "pivot": [52, 32, 0], + "cubes": [ + {"origin": [52, 32.00417, -2.09554], "size": [11, 0, 5], "uv": [9, 55]}, + {"origin": [52, 32.00417, 2.90446], "size": [11, 0, 14], "uv": [11, 14]} + ] + }, + { + "name": "fire_left2", + "parent": "wing_left3", + "pivot": [52, 5.00417, 4.90446], + "cubes": [ + {"origin": [41, 32.00417, 2.90446], "size": [11, 0, 14], "uv": [9, 0], "mirror": true} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [3, 18, 4], + "cubes": [ + {"origin": [2, 12, 2], "size": [6, 8, 6], "pivot": [-3, 0, 0], "rotation": [5, 0, 0], "uv": [24, 93]} + ] + }, + { + "name": "leg_left2", + "parent": "leg_left", + "pivot": [5, 12, 4], + "cubes": [ + {"origin": [3, 9.5, 3], "size": [4, 3, 4], "pivot": [-3, 0, 0], "rotation": [5, 0, 0], "uv": [96, 68]} + ] + }, + { + "name": "leg_left3", + "parent": "leg_left2", + "pivot": [5, 10, 4], + "cubes": [ + {"origin": [4, 2, 0], "size": [2, 10, 2], "pivot": [8, 0, -4], "rotation": [-15, 0, 0], "uv": [87, 103]} + ] + }, + { + "name": "foot_left", + "parent": "leg_left3", + "pivot": [5, 2, 2], + "cubes": [ + {"origin": [2.5, 0, -1], "size": [5, 2, 5], "inflate": 0.01, "uv": [94, 30]} + ] + }, + { + "name": "toe_middle_left", + "parent": "foot_left", + "pivot": [5, 1, -1], + "cubes": [ + {"origin": [4, 0, -5.5], "size": [2, 2, 5], "uv": [99, 54]} + ] + }, + { + "name": "claw_middle_left", + "parent": "toe_middle_left", + "pivot": [5, 1, -5], + "cubes": [ + {"origin": [5, 0, -7.5], "size": [0, 2, 2], "uv": [2, 58]} + ] + }, + { + "name": "toe_back_left", + "parent": "foot_left", + "pivot": [5, 1, 4], + "cubes": [ + {"origin": [4, 0, 3.5], "size": [2, 2, 5], "uv": [98, 0]} + ] + }, + { + "name": "claw_back_left", + "parent": "toe_back_left", + "pivot": [5, 1, 8], + "cubes": [ + {"origin": [5, 0, 8.5], "size": [0, 2, 2], "uv": [50, 26], "mirror": true} + ] + }, + { + "name": "toe_outer_left", + "parent": "foot_left", + "pivot": [7, 1, -1], + "rotation": [0, -20, 0], + "cubes": [ + {"origin": [5.91363, 0, -5.1611], "size": [2, 2, 5], "uv": [98, 7]} + ] + }, + { + "name": "claw_outer_left", + "parent": "toe_outer_left", + "pivot": [6.91363, 1, -5.1611], + "cubes": [ + {"origin": [6.91363, 0, -7.1611], "size": [0, 2, 2], "uv": [50, 26], "mirror": true} + ] + }, + { + "name": "toe_inner_left", + "parent": "foot_left", + "pivot": [3, 1, -1], + "rotation": [0, 20, 0], + "cubes": [ + {"origin": [2.08637, 0, -5.1611], "size": [2, 2, 5], "uv": [65, 100]} + ] + }, + { + "name": "claw_inner_left", + "parent": "toe_inner_left", + "pivot": [3.08637, 1, -5.1611], + "cubes": [ + {"origin": [3.08637, 0, -7.1611], "size": [0, 2, 2], "uv": [36, 58]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-2, 18, 4], + "cubes": [ + {"origin": [-7, 12, 2], "size": [6, 8, 6], "pivot": [-12, 0, 0], "rotation": [5, 0, 0], "uv": [24, 93], "mirror": true} + ] + }, + { + "name": "leg_right2", + "parent": "leg_right", + "pivot": [-4, 12, 4], + "cubes": [ + {"origin": [-6, 9.5, 3], "size": [4, 3, 4], "pivot": [-12, 0, 0], "rotation": [5, 0, 0], "uv": [0, 68]} + ] + }, + { + "name": "leg_right3", + "parent": "leg_right2", + "pivot": [-4, 10, 4], + "cubes": [ + {"origin": [-5, 2, 0], "size": [2, 10, 2], "pivot": [-1, 0, -4], "rotation": [-15, 0, 0], "uv": [79, 100]} + ] + }, + { + "name": "foot_right", + "parent": "leg_right3", + "pivot": [-4, 2, 2], + "cubes": [ + {"origin": [-6.5, 0, -1], "size": [5, 2, 5], "inflate": 0.01, "uv": [93, 47]} + ] + }, + { + "name": "toe_middle_right", + "parent": "foot_right", + "pivot": [-4, 1, -1], + "cubes": [ + {"origin": [-5, 0, -5.5], "size": [2, 2, 5], "uv": [0, 21]} + ] + }, + { + "name": "claw_middle_right", + "parent": "toe_middle_right", + "pivot": [-4, 1, -5], + "cubes": [ + {"origin": [-4, 0, -7.5], "size": [0, 2, 2], "uv": [44, 26]} + ] + }, + { + "name": "toe_back_right", + "parent": "foot_right", + "pivot": [-4, 1, 4], + "cubes": [ + {"origin": [-5, 0, 3.5], "size": [2, 2, 5], "uv": [0, 14]} + ] + }, + { + "name": "claw_back_right", + "parent": "toe_back_right", + "pivot": [-4, 1, 8], + "cubes": [ + {"origin": [-4, 0, 8.5], "size": [0, 2, 2], "uv": [50, 26]} + ] + }, + { + "name": "toe_inner_right", + "parent": "foot_right", + "pivot": [-2, 1, 0], + "rotation": [0, -20, 0], + "cubes": [ + {"origin": [-3.42839, 0, -5.10079], "size": [2, 2, 5], "uv": [0, 7]} + ] + }, + { + "name": "claw_inner_right", + "parent": "toe_inner_right", + "pivot": [-2.42839, 1, -5.10079], + "cubes": [ + {"origin": [-2.42839, 0, -7.10079], "size": [0, 2, 2], "uv": [28, 26]} + ] + }, + { + "name": "toe_outer_right", + "parent": "foot_right", + "pivot": [-6, 1, -1], + "rotation": [0, 20, 0], + "cubes": [ + {"origin": [-6.91363, 0, -5.1611], "size": [2, 2, 5], "uv": [0, 0]} + ] + }, + { + "name": "claw_outer_right", + "parent": "toe_outer_right", + "pivot": [-5.91363, 1, -5.1611], + "cubes": [ + {"origin": [-5.91363, 0, -7.1611], "size": [0, 2, 4], "uv": [18, 24]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/morpeko/morpeko.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/morpeko/morpeko.geo.json new file mode 100644 index 0000000..7f62862 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/morpeko/morpeko.geo.json @@ -0,0 +1,138 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "walk_position", + "pivot": [0, 0, 0] + }, + { + "name": "main_torso_position", + "parent": "walk_position", + "pivot": [0, 6.225, 0] + }, + { + "name": "body", + "parent": "main_torso_position", + "pivot": [0, 1.225, 0], + "cubes": [ + {"origin": [-3.5, 1.225, -3.5], "size": [7, 10, 7], "uv": [0, 0]} + ] + }, + { + "name": "arm_left", + "parent": "body", + "pivot": [3, 6.725, -1.575], + "cubes": [ + {"origin": [3, 4.725, -2.575], "size": [4, 2, 2], "inflate": -0.075, "uv": [21, 0]} + ] + }, + { + "name": "arm_right", + "parent": "body", + "pivot": [-3, 6.725, -1.575], + "cubes": [ + {"origin": [-7, 4.725, -2.575], "size": [4, 2, 2], "inflate": -0.075, "uv": [20, 17]} + ] + }, + { + "name": "ear_left", + "parent": "body", + "pivot": [2.1, 10.3, 0], + "cubes": [ + {"origin": [1.44462, 9.44641, -1.5], "size": [1, 4, 1], "inflate": -0.125, "pivot": [2.15, 10.775, -1], "rotation": [0, 0, 75.25], "uv": [16, 26]}, + {"origin": [1.25, 9.125, -1.5], "size": [2, 4, 1], "inflate": 0.1, "pivot": [2.75, 11.175, -1], "rotation": [0, 0, 30], "uv": [6, 26]}, + {"origin": [1.25, 10.775, -1.5], "size": [2, 4, 1], "inflate": -0.125, "pivot": [2.75, 11.175, -1], "rotation": [0, 0, 30], "uv": [0, 26]} + ] + }, + { + "name": "ear_right", + "parent": "body", + "pivot": [-2.1, 10.3, 0], + "cubes": [ + {"origin": [-2.44462, 9.44641, -1.5], "size": [1, 4, 1], "inflate": -0.125, "pivot": [-2.15, 10.775, -1], "rotation": [0, 0, -75.25], "uv": [12, 26]}, + {"origin": [-3.25, 9.125, -1.5], "size": [2, 4, 1], "inflate": 0.1, "pivot": [-2.75, 11.175, -1], "rotation": [0, 0, -30], "uv": [24, 21]}, + {"origin": [-3.25, 10.775, -1.5], "size": [2, 4, 1], "inflate": -0.125, "pivot": [-2.75, 11.175, -1], "rotation": [0, 0, -30], "uv": [0, 0]} + ] + }, + { + "name": "eye_right", + "parent": "body", + "pivot": [-2.1, 10.3, 0], + "cubes": [ + {"origin": [-2.525, 7.2, -3.7], "size": [2, 2, 2], "inflate": -0.175, "uv": [16, 22]}, + {"origin": [-1.8, 7.675, -3.71], "size": [1, 1, 1], "inflate": -0.175, "uv": [6, 22]} + ] + }, + { + "name": "eye_left", + "parent": "body", + "pivot": [-2.1, 10.3, 0], + "cubes": [ + {"origin": [0.8, 7.675, -3.71], "size": [1, 1, 1], "inflate": -0.175, "uv": [6, 22], "mirror": true}, + {"origin": [0.525, 7.2, -3.7], "size": [2, 2, 2], "inflate": -0.175, "uv": [8, 22]} + ] + }, + { + "name": "cheak", + "parent": "body", + "pivot": [-2.1, 10.3, 0], + "cubes": [ + {"origin": [-3.325, 5.55, -3.7], "size": [2, 2, 2], "inflate": -0.175, "uv": [0, 22]}, + {"origin": [1.325, 5.55, -3.7], "size": [2, 2, 2], "inflate": -0.175, "uv": [8, 17]} + ] + }, + { + "name": "mouth", + "parent": "body", + "pivot": [-0.00833, 6.29167, -3.16033], + "cubes": [ + {"origin": [-0.5, 6.65, -3.85], "size": [1, 1, 1], "inflate": -0.325, "uv": [4, -1]}, + {"origin": [-1.5, 6.025, -3.66], "size": [3, 1, 1], "inflate": -0.15, "uv": [21, 4]}, + {"origin": [-0.5, 6.025, -3.661], "size": [1, 1, 1], "inflate": -0.15, "uv": [0, 17]}, + {"origin": [-1.025, 5.325, -3.66], "size": [2, 1, 1], "inflate": -0.15, "uv": [0, 5]} + ] + }, + { + "name": "foot_left", + "parent": "walk_position", + "pivot": [2.75, 2, -1.25], + "rotation": [0, -15, 0], + "cubes": [ + {"origin": [2.00882, 1, -1.15907], "size": [1, 2, 2], "uv": [20, 26]}, + {"origin": [1.50882, 0, -2.53407], "size": [2, 1, 4], "uv": [0, 17]} + ] + }, + { + "name": "toes_left", + "parent": "foot_left", + "pivot": [2.75, 0, -3.5] + }, + { + "name": "foot_right", + "parent": "walk_position", + "pivot": [-2.75, 2, -1.25], + "rotation": [0, 15, 0], + "cubes": [ + {"origin": [-3.00882, 1, -1.15907], "size": [1, 2, 2], "uv": [26, 26]}, + {"origin": [-3.50882, 0, -2.53407], "size": [2, 1, 4], "uv": [12, 17]} + ] + }, + { + "name": "toes_right", + "parent": "foot_right", + "pivot": [-2.75, 0, -3.5] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/mrmime_galarian.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/mrmime_galarian.geo.json new file mode 100644 index 0000000..94884a6 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/mrmime_galarian.geo.json @@ -0,0 +1,540 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.mr_mime", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 6, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "mr_mime", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "mr_mime", + "pivot": [0, 19, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 14.5, 0.75], + "cubes": [ + {"origin": [-5, 15.5, -3.2], "size": [10, 3, 7], "uv": [31, 19]}, + {"origin": [-3, 15.49, 0], "size": [6, 0, 1], "uv": [28, 17]} + ] + }, + { + "name": "chest", + "parent": "torso", + "pivot": [0, 16.5, 3.5], + "cubes": [ + {"origin": [-5, 17.5, -3.5], "size": [10, 7, 8], "inflate": 0.4, "uv": [0, 26]}, + {"origin": [-1, 24.4, -4.2], "size": [2, 2, 1], "inflate": -0.1, "pivot": [-1.4, 25.4, -7.7], "rotation": [0, 0, 42.5], "uv": [0, 41]}, + {"origin": [-2, 18.4, -5.2], "size": [4, 4, 4], "inflate": -0.5, "pivot": [1, 21.4, -5.7], "rotation": [0, 0, 47.5], "uv": [72, 0]}, + {"origin": [-0.8, 17.5, -3.8], "size": [1, 1, 0], "uv": [0, 21]}, + {"origin": [5.01, 16.5, 0], "size": [0, 8, 1], "uv": [24, 61]}, + {"origin": [-5.01, 16.5, 0], "size": [0, 8, 1], "uv": [6, 25]} + ] + }, + { + "name": "arms", + "parent": "chest", + "pivot": [0, 24, 0.75] + }, + { + "name": "shoulder_left", + "parent": "arms", + "pivot": [5, 23.5, 0.5], + "cubes": [ + {"origin": [3.5, 20.5, -2.5], "size": [6, 6, 6], "uv": [0, 41]} + ] + }, + { + "name": "arm_left", + "parent": "shoulder_left", + "pivot": [6.5, 23.5, 0.5], + "cubes": [ + {"origin": [8.5, 22.5, -0.5], "size": [7, 2, 2], "uv": [30, 0]} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [15.5, 22.5, 1.5], + "cubes": [ + {"origin": [15.5, 22.5, -0.5], "size": [2, 2, 2], "inflate": 0.2, "uv": [13, 53]} + ] + }, + { + "name": "arm_left3", + "parent": "arm_left2", + "pivot": [17.5, 22.5, 1.5], + "cubes": [ + {"origin": [17.5, 22.5, -0.5], "size": [6, 2, 2], "uv": [54, 43]} + ] + }, + { + "name": "hand_left", + "parent": "arm_left3", + "pivot": [23.5, 24.5, 0.5] + }, + { + "name": "wrist_left", + "parent": "hand_left", + "pivot": [23.5, 22.5, 0.5], + "cubes": [ + {"origin": [23.5, 22, -2], "size": [4, 3, 5], "inflate": 0.01, "uv": [18, 54]} + ] + }, + { + "name": "fingers_left", + "parent": "wrist_left", + "pivot": [27.5, 22.5, 0.5] + }, + { + "name": "finger1_left", + "parent": "fingers_left", + "pivot": [26.5, 24.5, 3], + "rotation": [0, -50, 0] + }, + { + "name": "finger1_left_rotation", + "parent": "finger1_left", + "pivot": [26.5, 24.5, 3] + }, + { + "name": "finger1_left2", + "parent": "finger1_left_rotation", + "pivot": [28.5, 24.5, 2.5] + }, + { + "name": "finger2_left", + "parent": "fingers_left", + "pivot": [27.5, 24.5, 1.2], + "rotation": [0, -22.5, 0] + }, + { + "name": "finger2_left_rotation", + "parent": "finger2_left", + "pivot": [27.5, 24.5, 1.2] + }, + { + "name": "finger2_left2", + "parent": "finger2_left_rotation", + "pivot": [30.5, 24.5, 1.7] + }, + { + "name": "finger3_left", + "parent": "fingers_left", + "pivot": [27.5, 24.5, 0.4] + }, + { + "name": "finger3_left_rotation", + "parent": "finger3_left", + "pivot": [28.5, 22, 3.4], + "cubes": [ + {"origin": [27.5, 22.5, -2.1], "size": [4, 2, 5], "uv": [36, 54]} + ] + }, + { + "name": "finger3_left2", + "parent": "finger3_left_rotation", + "pivot": [30.5, 24.5, 0.4] + }, + { + "name": "finger4_left", + "parent": "fingers_left", + "pivot": [27.5, 24.5, -0.4], + "rotation": [0, 22.5, 0] + }, + { + "name": "finger4_left_rotation", + "parent": "finger4_left", + "pivot": [27.5, 24.5, -0.4] + }, + { + "name": "finger4_left2", + "parent": "finger4_left_rotation", + "pivot": [30.5, 24.5, -0.9] + }, + { + "name": "thumb_left", + "parent": "wrist_left", + "pivot": [25, 24.5, -2], + "rotation": [0, 62.5, 0] + }, + { + "name": "thumb_left_rotation", + "parent": "thumb_left", + "pivot": [25, 24.5, -2], + "cubes": [ + {"origin": [25, 22.5, -3], "size": [4, 2, 2], "uv": [12, 62]} + ] + }, + { + "name": "thumb_left2", + "parent": "thumb_left_rotation", + "pivot": [27, 24.5, -1.5] + }, + { + "name": "shoulder_right", + "parent": "arms", + "pivot": [-5, 23.5, 0.5], + "cubes": [ + {"origin": [-9.5, 20.5, -2.5], "size": [6, 6, 6], "uv": [30, 35]} + ] + }, + { + "name": "arm_right", + "parent": "shoulder_right", + "pivot": [-6.5, 23.5, 0.5], + "cubes": [ + {"origin": [-15.5, 22.5, -0.5], "size": [7, 2, 2], "uv": [28, 29]} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-15.5, 22.5, 1.5], + "cubes": [ + {"origin": [-17.5, 22.5, -0.5], "size": [2, 2, 2], "inflate": 0.2, "uv": [48, 36]} + ] + }, + { + "name": "arm_right3", + "parent": "arm_right2", + "pivot": [-17.5, 22.5, 1.5], + "cubes": [ + {"origin": [-23.5, 22.5, -0.5], "size": [6, 2, 2], "uv": [48, 0]} + ] + }, + { + "name": "hand_right", + "parent": "arm_right3", + "pivot": [-23.5, 24.5, 0.5] + }, + { + "name": "wrist_right", + "parent": "hand_right", + "pivot": [-23.5, 22.5, 0.5], + "cubes": [ + {"origin": [-27.5, 22, -2], "size": [4, 3, 5], "inflate": 0.01, "uv": [0, 53]} + ] + }, + { + "name": "fingers_right", + "parent": "wrist_right", + "pivot": [-27.5, 22.5, 0.5] + }, + { + "name": "finger1_right", + "parent": "fingers_right", + "pivot": [-26.5, 24.5, 3], + "rotation": [0, 50, 0] + }, + { + "name": "finger1_right_rotation", + "parent": "finger1_right", + "pivot": [-26.5, 24.5, 3] + }, + { + "name": "finger1_right2", + "parent": "finger1_right_rotation", + "pivot": [-28.5, 24.5, 2.5] + }, + { + "name": "finger2_right", + "parent": "fingers_right", + "pivot": [-27.5, 24.5, 1.2], + "rotation": [0, 22.5, 0] + }, + { + "name": "finger2_right_rotation", + "parent": "finger2_right", + "pivot": [-27.5, 24.5, 1.2] + }, + { + "name": "finger2_right2", + "parent": "finger2_right_rotation", + "pivot": [-30.5, 24.5, 1.7] + }, + { + "name": "finger3_right", + "parent": "fingers_right", + "pivot": [-27.5, 24.5, 0.4] + }, + { + "name": "finger3_right_rotation", + "parent": "finger3_right", + "pivot": [-27.5, 24.5, 0.4], + "cubes": [ + {"origin": [-32.5, 22.5, -2.1], "size": [5, 2, 5], "uv": [48, 29]} + ] + }, + { + "name": "finger3_right2", + "parent": "finger3_right_rotation", + "pivot": [-30.5, 24.5, 0.4] + }, + { + "name": "finger4_right", + "parent": "fingers_right", + "pivot": [-27.5, 24.5, -0.4], + "rotation": [0, -22.5, 0] + }, + { + "name": "finger4_right_rotation", + "parent": "finger4_right", + "pivot": [-27.5, 24.5, -0.4] + }, + { + "name": "finger4_right2", + "parent": "finger4_right_rotation", + "pivot": [-30.5, 24.5, -0.9] + }, + { + "name": "thumb_right", + "parent": "wrist_right", + "pivot": [-25, 24.5, -2], + "rotation": [0, -62.5, 0] + }, + { + "name": "thumb_right_rotation", + "parent": "thumb_right", + "pivot": [-25, 24.5, -2], + "cubes": [ + {"origin": [-29, 22.5, -3], "size": [4, 2, 2], "uv": [57, 61]} + ] + }, + { + "name": "thumb_right2", + "parent": "thumb_right_rotation", + "pivot": [-27, 24.5, -1.5] + }, + { + "name": "head", + "parent": "chest", + "pivot": [0, 24.5, 1], + "cubes": [ + {"origin": [-5, 24.5, -4.5], "size": [10, 4, 9], "uv": [0, 13]}, + {"origin": [-4.5, 28.5, -3.5], "size": [9, 4, 8], "uv": [30, 5]}, + {"origin": [-5.5, 27, -2.5], "size": [11, 5, 8], "uv": [0, 0]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [0, 29, -3.5] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [1, 28, -3.51], + "rotation": [0, 0, 2.5], + "cubes": [ + {"origin": [2.5, 29, -3.51], "size": [1, 2, 0], "uv": [6, 13]}, + {"origin": [1, 28, -3.52], "size": [2, 3, 0], "uv": [46, 29]} + ] + }, + { + "name": "pupil_left", + "parent": "eye_left", + "pivot": [1.5, 29.5, -3.53], + "cubes": [ + {"origin": [1, 28.5, -3.53], "size": [1, 2, 0], "uv": [0, 13]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [1.5, 29.5, -3.43], + "cubes": [ + {"origin": [0.5, 28, -3.43], "size": [3, 3, 1], "inflate": 0.01, "uv": [30, 4]} + ] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-1, 28, -3.51], + "rotation": [0, 0, -2.5], + "cubes": [ + {"origin": [-3.5, 29, -3.51], "size": [1, 2, 0], "uv": [6, 0]}, + {"origin": [-3, 28, -3.52], "size": [2, 3, 0], "uv": [0, 44]} + ] + }, + { + "name": "pupil_right", + "parent": "eye_right", + "pivot": [-1.5, 29.5, -3.53], + "cubes": [ + {"origin": [-2, 28.5, -3.53], "size": [1, 2, 0], "uv": [0, 0]} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-1.5, 29.5, -3.43], + "cubes": [ + {"origin": [-3.5, 28, -3.43], "size": [3, 3, 1], "inflate": 0.01, "uv": [29, 18]} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [0, 26.5, -4.5] + }, + { + "name": "mouth_closed", + "parent": "mouth", + "pivot": [0, 26.3, -4.51] + }, + { + "name": "mouth_open", + "parent": "mouth", + "pivot": [0, 26.7, -4.41], + "cubes": [ + {"origin": [-2, 25.1, -4.42], "size": [4, 2, 0], "uv": [36, 33]}, + {"origin": [2, 26.5, -4.41], "size": [1, 1, 0], "uv": [4, 21]}, + {"origin": [-3, 26.5, -4.41], "size": [1, 1, 0], "uv": [2, 21]} + ] + }, + { + "name": "ear_right", + "parent": "head", + "pivot": [-1.5, 32.1, 0.5], + "rotation": [5, 0, 25], + "cubes": [ + {"origin": [-12.72615, 26.66808, 0.37472], "size": [11, 7, 0], "uv": [46, 47]} + ] + }, + { + "name": "ear_left", + "parent": "head", + "pivot": [1.5, 32.1, 0.5], + "rotation": [5, 0, -25], + "cubes": [ + {"origin": [2.22615, 26.66808, 0.37472], "size": [11, 7, 0], "uv": [24, 47]} + ] + }, + { + "name": "legs", + "parent": "body", + "pivot": [0, 3, 0] + }, + { + "name": "leg_left1", + "parent": "legs", + "pivot": [2.9, 16, 0.5] + }, + { + "name": "leg_left2", + "parent": "leg_left1", + "pivot": [2.9, 16, 0.5], + "cubes": [ + {"origin": [1.9, 10, -1.5], "size": [2, 6, 3], "inflate": 0.01, "uv": [58, 17]} + ] + }, + { + "name": "leg_left4", + "parent": "leg_left2", + "pivot": [2.9, 8, -0.5], + "cubes": [ + {"origin": [1.9, 4, -0.4], "size": [2, 6, 2], "inflate": 0.01, "uv": [0, 13]} + ] + }, + { + "name": "foot_left", + "parent": "leg_left4", + "pivot": [2.9, 2.5, -0.5], + "cubes": [ + {"origin": [1.4, 0.5, -2], "size": [3, 2, 5], "inflate": 0.01, "uv": [54, 54]} + ] + }, + { + "name": "foot_left2", + "parent": "foot_left", + "pivot": [2.9, 0.5, -2], + "cubes": [ + {"origin": [1.4, 0.5, -5], "size": [3, 3, 3], "uv": [0, 61]} + ] + }, + { + "name": "foot_left3", + "parent": "foot_left2", + "pivot": [-0.6, 0.5, -4.5], + "rotation": [-5, 0, 0] + }, + { + "name": "leg_left3", + "parent": "leg_left4", + "pivot": [2.9, 4, 0.5], + "cubes": [ + {"origin": [1.4, 2, -1], "size": [3, 2, 3], "uv": [45, 61]} + ] + }, + { + "name": "leg_right1", + "parent": "legs", + "pivot": [-2.9, 16, 0.5] + }, + { + "name": "leg_right2", + "parent": "leg_right1", + "pivot": [-2.9, 16, 0.5], + "cubes": [ + {"origin": [-3.9, 10, -1.5], "size": [2, 6, 3], "inflate": 0.01, "uv": [56, 4]} + ] + }, + { + "name": "leg_right5", + "parent": "leg_right2", + "pivot": [-2.9, 8, -0.5], + "cubes": [ + {"origin": [-3.9, 4, -0.4], "size": [2, 6, 2], "inflate": 0.01, "uv": [0, 13], "mirror": true} + ] + }, + { + "name": "leg_right3", + "parent": "leg_right5", + "pivot": [-2.9, 4, 0.5], + "cubes": [ + {"origin": [-4.4, 2, -1], "size": [3, 2, 3], "uv": [45, 61], "mirror": true} + ] + }, + { + "name": "leg_right4", + "parent": "leg_right3", + "pivot": [-2.9, 8, -0.5] + }, + { + "name": "foot_right", + "parent": "leg_right4", + "pivot": [-2.9, 2.5, -0.5], + "cubes": [ + {"origin": [-4.4, 0.5, -2], "size": [3, 2, 5], "inflate": 0.01, "uv": [54, 54], "mirror": true} + ] + }, + { + "name": "foot_right2", + "parent": "foot_right", + "pivot": [-2.9, 0.5, -2], + "cubes": [ + {"origin": [-4.4, 0.5, -5], "size": [3, 3, 3], "uv": [0, 61], "mirror": true} + ] + }, + { + "name": "foot_right3", + "parent": "foot_right2", + "pivot": [0.6, 0.5, -4.5], + "rotation": [-5, 0, 0] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/mrrime.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/mrrime.geo.json new file mode 100644 index 0000000..49bf928 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/mrrime.geo.json @@ -0,0 +1,556 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.mr_mime", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 5, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "mr_mime", + "pivot": [-2.9, 16, 0.5] + }, + { + "name": "body", + "parent": "mr_mime", + "pivot": [2.9, 16, 0.5] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 9.5, 0.75], + "cubes": [ + {"origin": [-5, 9.5, -3.2], "size": [10, 3, 7], "uv": [31, 19]}, + {"origin": [-5, 11.5, -3.2], "size": [10, 2, 7], "inflate": 0.3, "uv": [31, 19]}, + {"origin": [-3, 10.49, 0], "size": [6, 0, 1], "uv": [28, 17]} + ] + }, + { + "name": "chest", + "parent": "torso", + "pivot": [0, 11.5, 3.5], + "cubes": [ + {"origin": [-5, 12.2, -4.2], "size": [10, 6, 9], "inflate": 0.4, "uv": [1, 71]}, + {"origin": [-1, 13, -5], "size": [2, 2, 2], "inflate": 0.4, "pivot": [-0.2, 13.9, -7.7], "rotation": [0, 0, 45], "uv": [98, 52]}, + {"origin": [-0.8, 12.5, -4.5], "size": [1, 0, 0], "uv": [0, 21]}, + {"origin": [5.01, 11.5, 0], "size": [0, 8, 1], "uv": [24, 61]}, + {"origin": [-5.01, 11.5, 0], "size": [0, 8, 1], "uv": [6, 25]}, + {"origin": [3.4, 13.3, -4.2], "size": [4, 6, 9], "inflate": 0.56, "pivot": [3.4, 2.3, -0.7], "rotation": [0, 0, -8], "uv": [101, 112], "mirror": true}, + {"origin": [-7.4, 13.3, -4.2], "size": [4, 6, 9], "inflate": 0.56, "pivot": [-3.4, 2.3, -0.7], "rotation": [0, 0, 8], "uv": [101, 112]}, + {"origin": [-6.6, 14, -4.2], "size": [4, 5, 9], "inflate": 0.5, "pivot": [-3.4, 1.9, -0.7], "rotation": [0, 0, 8], "uv": [101, 112]}, + {"origin": [-3.6, 16, -3.2], "size": [7, 5, 7], "inflate": 0.5, "uv": [103, 114]}, + {"origin": [-7.4, 15.4, -3.5], "size": [4, 2, 8], "inflate": 0.55, "pivot": [-3.4, 2.4, 0], "rotation": [0, 0, 11], "uv": [102, 113]}, + {"origin": [3.4, 15.4, -3.5], "size": [4, 2, 8], "inflate": 0.55, "pivot": [3.4, 2.4, 0], "rotation": [0, 0, -11], "uv": [102, 113], "mirror": true}, + {"origin": [2.6, 14, -4.2], "size": [4, 5, 9], "inflate": 0.5, "pivot": [3.4, 1.9, -0.7], "rotation": [0, 0, -8], "uv": [101, 112], "mirror": true} + ] + }, + { + "name": "arms", + "parent": "chest", + "pivot": [0, 18.4, 0.75] + }, + { + "name": "shoulder_left", + "parent": "arms", + "pivot": [5, 17.9, 0.5], + "cubes": [ + {"origin": [3.5, 14.9, -2.5], "size": [6, 6, 6], "inflate": -1, "uv": [0, 41]} + ] + }, + { + "name": "arm_left", + "parent": "shoulder_left", + "pivot": [6.5, 17.9, 0.5], + "cubes": [ + {"origin": [8.5, 16.9, -0.5], "size": [4, 2, 2], "uv": [30, 0]} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [12.5, 16.9, 1.5], + "cubes": [ + {"origin": [12.5, 16.9, -0.5], "size": [2, 2, 2], "inflate": 0.2, "uv": [13, 53]} + ] + }, + { + "name": "arm_left3", + "parent": "arm_left2", + "pivot": [14.5, 16.9, 1.5], + "cubes": [ + {"origin": [14.5, 16.9, -0.5], "size": [6, 2, 2], "uv": [54, 43]} + ] + }, + { + "name": "hand_left", + "parent": "arm_left3", + "pivot": [20.5, 18.9, 0.5] + }, + { + "name": "wrist_left", + "parent": "hand_left", + "pivot": [20.5, 16.9, 0.5], + "cubes": [ + {"origin": [20.5, 16.4, -2], "size": [4, 3, 5], "inflate": 0.01, "uv": [18, 54]} + ] + }, + { + "name": "bone", + "parent": "wrist_left", + "pivot": [21.6, 16.4, 1.6], + "cubes": [ + {"origin": [22.5, 15.4, -2], "size": [2, 1, 6], "inflate": 0.01, "uv": [93, 93]}, + {"origin": [23.5, 15.4, 3], "size": [8, 1, 1], "inflate": 0.01, "uv": [94, 74]}, + {"origin": [33.2, 15.4, 0.7], "size": [5, 1, 1], "inflate": 0.01, "pivot": [13.7, 0.4, -11.8], "rotation": [0, -7, 0], "uv": [94, 74]}, + {"origin": [35.1, 15.4, 5.5], "size": [5, 1, 1], "inflate": 0.01, "pivot": [15.6, 0.4, -7], "rotation": [0, 5.5, 0], "uv": [94, 74]} + ] + }, + { + "name": "fingers_left", + "parent": "wrist_left", + "pivot": [24.5, 16.9, 0.5] + }, + { + "name": "finger1_left", + "parent": "fingers_left", + "pivot": [23.5, 18.9, 3], + "rotation": [0, -50, 0] + }, + { + "name": "finger1_left_rotation", + "parent": "finger1_left", + "pivot": [23.5, 18.9, 3] + }, + { + "name": "finger1_left2", + "parent": "finger1_left_rotation", + "pivot": [25.5, 18.9, 2.5] + }, + { + "name": "finger2_left", + "parent": "fingers_left", + "pivot": [24.5, 18.9, 1.2], + "rotation": [0, -22.5, 0] + }, + { + "name": "finger2_left_rotation", + "parent": "finger2_left", + "pivot": [24.5, 18.9, 1.2] + }, + { + "name": "finger2_left2", + "parent": "finger2_left_rotation", + "pivot": [27.5, 18.9, 1.7] + }, + { + "name": "finger3_left", + "parent": "fingers_left", + "pivot": [24.5, 18.9, 0.4] + }, + { + "name": "finger3_left_rotation", + "parent": "finger3_left", + "pivot": [23.5, 16.4, 3.4], + "cubes": [ + {"origin": [24.5, 16.9, -2.1], "size": [4, 2, 5], "uv": [36, 54]} + ] + }, + { + "name": "finger3_left2", + "parent": "finger3_left_rotation", + "pivot": [27.5, 18.9, 0.4] + }, + { + "name": "finger4_left", + "parent": "fingers_left", + "pivot": [24.5, 18.9, -0.4], + "rotation": [0, 22.5, 0] + }, + { + "name": "finger4_left_rotation", + "parent": "finger4_left", + "pivot": [24.5, 18.9, -0.4] + }, + { + "name": "finger4_left2", + "parent": "finger4_left_rotation", + "pivot": [27.5, 18.9, -0.9] + }, + { + "name": "thumb_left", + "parent": "wrist_left", + "pivot": [22, 18.9, -2], + "rotation": [0, 62.5, 0] + }, + { + "name": "thumb_left_rotation", + "parent": "thumb_left", + "pivot": [22, 18.9, -2], + "cubes": [ + {"origin": [22, 16.9, -3], "size": [4, 2, 2], "uv": [12, 62]} + ] + }, + { + "name": "thumb_left2", + "parent": "thumb_left_rotation", + "pivot": [24, 18.9, -1.5] + }, + { + "name": "shoulder_right", + "parent": "arms", + "pivot": [-5, 17.9, 0.5], + "cubes": [ + {"origin": [-9.5, 14.9, -2.5], "size": [6, 6, 6], "inflate": -1, "uv": [0, 41], "mirror": true} + ] + }, + { + "name": "arm_right", + "parent": "shoulder_right", + "pivot": [-6.5, 17.9, 0.5], + "cubes": [ + {"origin": [-12.5, 16.9, -0.5], "size": [4, 2, 2], "uv": [28, 29]} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-12.5, 16.9, 1.5], + "cubes": [ + {"origin": [-14.5, 16.9, -0.5], "size": [2, 2, 2], "inflate": 0.2, "uv": [48, 36]} + ] + }, + { + "name": "arm_right3", + "parent": "arm_right2", + "pivot": [-14.5, 16.9, 1.5], + "cubes": [ + {"origin": [-20.5, 16.9, -0.5], "size": [6, 2, 2], "uv": [48, 0]} + ] + }, + { + "name": "hand_right", + "parent": "arm_right3", + "pivot": [-20.5, 18.9, 0.5] + }, + { + "name": "wrist_right", + "parent": "hand_right", + "pivot": [-20.5, 16.9, 0.5], + "cubes": [ + {"origin": [-24.5, 16.4, -2], "size": [4, 3, 5], "inflate": 0.01, "uv": [0, 53]} + ] + }, + { + "name": "fingers_right", + "parent": "wrist_right", + "pivot": [-24.5, 16.9, 0.5] + }, + { + "name": "finger1_right", + "parent": "fingers_right", + "pivot": [-23.5, 18.9, 3], + "rotation": [0, 50, 0] + }, + { + "name": "finger1_right_rotation", + "parent": "finger1_right", + "pivot": [-23.5, 18.9, 3] + }, + { + "name": "finger1_right2", + "parent": "finger1_right_rotation", + "pivot": [-25.5, 18.9, 2.5] + }, + { + "name": "finger2_right", + "parent": "fingers_right", + "pivot": [-24.5, 18.9, 1.2], + "rotation": [0, 22.5, 0] + }, + { + "name": "finger2_right_rotation", + "parent": "finger2_right", + "pivot": [-24.5, 18.9, 1.2] + }, + { + "name": "finger2_right2", + "parent": "finger2_right_rotation", + "pivot": [-27.5, 18.9, 1.7] + }, + { + "name": "finger3_right", + "parent": "fingers_right", + "pivot": [-24.5, 18.9, 0.4] + }, + { + "name": "finger3_right_rotation", + "parent": "finger3_right", + "pivot": [-24.5, 18.9, 0.4], + "cubes": [ + {"origin": [-29.5, 16.9, -2.1], "size": [5, 2, 5], "uv": [48, 29]} + ] + }, + { + "name": "finger3_right2", + "parent": "finger3_right_rotation", + "pivot": [-27.5, 18.9, 0.4] + }, + { + "name": "finger4_right", + "parent": "fingers_right", + "pivot": [-24.5, 18.9, -0.4], + "rotation": [0, -22.5, 0] + }, + { + "name": "finger4_right_rotation", + "parent": "finger4_right", + "pivot": [-24.5, 18.9, -0.4] + }, + { + "name": "finger4_right2", + "parent": "finger4_right_rotation", + "pivot": [-27.5, 18.9, -0.9] + }, + { + "name": "thumb_right", + "parent": "wrist_right", + "pivot": [-22, 18.9, -2], + "rotation": [0, -62.5, 0] + }, + { + "name": "thumb_right_rotation", + "parent": "thumb_right", + "pivot": [-22, 18.9, -2], + "cubes": [ + {"origin": [-26, 16.9, -3], "size": [4, 2, 2], "uv": [57, 61]} + ] + }, + { + "name": "thumb_right2", + "parent": "thumb_right_rotation", + "pivot": [-24, 18.9, -1.5] + }, + { + "name": "head", + "parent": "chest", + "pivot": [0, 20.5, 1], + "cubes": [ + {"origin": [-5, 20.5, -4.4], "size": [10, 4, 9], "inflate": -0.2, "uv": [0, 13]}, + {"origin": [-3.3, 22.1, -4.3], "size": [3, 3, 0], "pivot": [1.5, 23.1, 4.45], "rotation": [0, 0, -15], "uv": [71, 12]}, + {"origin": [-1, 21.5, -4.28], "size": [2, 3, 0], "pivot": [1.5, 23.1, 4.45], "rotation": [0, 0, 1], "uv": [65, 24]}, + {"origin": [-5, 23.7, -4.5], "size": [10, 4, 9], "inflate": -0.56, "pivot": [0, 23, -0.45], "rotation": [-1, 0, 0], "uv": [45, 77]}, + {"origin": [-4.5, 27.6, -3.3], "size": [9, 5, 7], "inflate": -0.2, "uv": [0, 116]}, + {"origin": [-6.5, 26.8, -5.2], "size": [13, 2, 11], "inflate": -0.3, "uv": [2, 100]}, + {"origin": [0.3, 22.1, -4.3], "size": [3, 3, 0], "pivot": [-1.5, 23.1, 4.45], "rotation": [0, 0, 15], "uv": [71, 12], "mirror": true} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [0, 25, -3.2] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [1.3, 24, -3.21], + "rotation": [0, 0, 2.5], + "cubes": [ + {"origin": [2.8, 25, -3.21], "size": [1, 2, 0], "uv": [6, 13]}, + {"origin": [0.59971, 24.01309, -3.92], "size": [3, 3, 0], "uv": [46, 29]}, + {"origin": [1.39109, 25.20853, -4.12], "size": [1, 1, 0], "uv": [46, 30], "mirror": true}, + {"origin": [0.89109, 24.70853, -4.02], "size": [2, 2, 0], "uv": [95, 125], "mirror": true}, + {"origin": [0.3999, 24.00436, -3.92], "size": [3, 3, 0], "uv": [0, 44], "mirror": true} + ] + }, + { + "name": "pupil_left", + "parent": "eye_left", + "pivot": [1.8, 25.5, -3.23] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [1.8, 25.5, -3.13], + "cubes": [ + {"origin": [0.8, 24, -3.13], "size": [3, 3, 1], "inflate": 0.01, "uv": [30, 4]} + ] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-1.2, 24, -3.21], + "rotation": [0, 0, -2.5], + "cubes": [ + {"origin": [-3.7, 25, -3.21], "size": [1, 2, 0], "uv": [6, 0]}, + {"origin": [-3.2999, 24.00436, -3.92], "size": [3, 3, 0], "uv": [0, 44]}, + {"origin": [-3.49971, 24.01309, -3.92], "size": [3, 3, 0], "uv": [46, 29], "mirror": true} + ] + }, + { + "name": "pupil_right", + "parent": "eye_right", + "pivot": [-1.7, 25.5, -3.23] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-1.7, 25.5, -3.13], + "cubes": [ + {"origin": [-3.7, 24, -3.13], "size": [3, 3, 1], "inflate": 0.01, "uv": [29, 18]} + ] + }, + { + "name": "eye_right2", + "parent": "eyes", + "pivot": [-1.3, 24, -3.21], + "rotation": [0, 0, -2.5], + "cubes": [ + {"origin": [-2.39109, 25.20853, -4.12], "size": [1, 1, 0], "uv": [46, 30]} + ] + }, + { + "name": "eye_right3", + "parent": "eyes", + "pivot": [-1.3, 24, -3.21], + "rotation": [0, 0, -2.5], + "cubes": [ + {"origin": [-2.89109, 24.70853, -4.02], "size": [2, 2, 0], "uv": [95, 125]} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [0, 22.5, -4.5] + }, + { + "name": "mouth_closed", + "parent": "mouth", + "pivot": [0, 22.3, -4.51] + }, + { + "name": "ear_right", + "parent": "head", + "pivot": [-1.5, 28.1, 0.5], + "rotation": [5, 0, 25], + "cubes": [ + {"origin": [-11.91561, 26.13974, 0.47769], "size": [11, 7, 0], "uv": [46, 47]} + ] + }, + { + "name": "ear_left", + "parent": "head", + "pivot": [1.5, 28.1, 0.5], + "rotation": [5, 0, -25], + "cubes": [ + {"origin": [1.00471, 26.44053, 0.50401], "size": [11, 7, 0], "uv": [24, 47]} + ] + }, + { + "name": "legs", + "parent": "body", + "pivot": [2.9, 16, 0.5] + }, + { + "name": "leg_left1", + "parent": "legs", + "pivot": [2.9, 13, -0.5] + }, + { + "name": "leg_left2", + "parent": "leg_left1", + "pivot": [2.9, 11, 0.5], + "cubes": [ + {"origin": [0.9, 6.6, -2.5], "size": [4, 4, 5], "inflate": 0.01, "uv": [110, 19]} + ] + }, + { + "name": "leg_left4", + "parent": "leg_left2", + "pivot": [2.9, 10, -0.5], + "cubes": [ + {"origin": [1.9, 4, -0.4], "size": [2, 6, 2], "inflate": 0.01, "uv": [0, 13]} + ] + }, + { + "name": "leg_left3", + "parent": "leg_left4", + "pivot": [2.9, 4, 0.5], + "cubes": [ + {"origin": [1.4, 2, -1], "size": [3, 2, 3], "uv": [45, 61]} + ] + }, + { + "name": "foot_left", + "parent": "leg_left3", + "pivot": [2.9, 2.5, -0.5], + "cubes": [ + {"origin": [1.4, 0.5, -3], "size": [3, 2, 5], "inflate": 0.01, "uv": [54, 54]} + ] + }, + { + "name": "foot_left2", + "parent": "foot_left", + "pivot": [2.9, 0.5, -2], + "cubes": [ + {"origin": [1.4, 0.5, -6], "size": [3, 3, 3], "uv": [0, 61]} + ] + }, + { + "name": "leg_right1", + "parent": "legs", + "pivot": [-2.9, 16, 0.5] + }, + { + "name": "leg_right2", + "parent": "leg_right1", + "pivot": [-2.9, 11, 0.5], + "cubes": [ + {"origin": [-4.9, 6.6, -2.5], "size": [4, 4, 5], "inflate": 0.01, "uv": [110, 6]} + ] + }, + { + "name": "leg_right5", + "parent": "leg_right2", + "pivot": [-2.9, 10, -0.5], + "cubes": [ + {"origin": [-3.9, 4, -0.4], "size": [2, 6, 2], "inflate": 0.01, "uv": [0, 13], "mirror": true} + ] + }, + { + "name": "leg_right3", + "parent": "leg_right5", + "pivot": [-2.9, 4, 0.5], + "cubes": [ + {"origin": [-4.4, 2, -1], "size": [3, 2, 3], "uv": [45, 61], "mirror": true} + ] + }, + { + "name": "leg_right4", + "parent": "leg_right3", + "pivot": [-2.9, 2, 1.5] + }, + { + "name": "foot_right", + "parent": "leg_right4", + "pivot": [-2.9, 2.5, -0.5], + "cubes": [ + {"origin": [-4.4, 0.5, -3], "size": [3, 2, 5], "inflate": 0.01, "uv": [54, 54], "mirror": true} + ] + }, + { + "name": "foot_right2", + "parent": "foot_right", + "pivot": [-2.9, 0.5, -2], + "cubes": [ + {"origin": [-4.4, 0.5, -6], "size": [3, 3, 3], "uv": [0, 61], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/muk_alolan.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/muk_alolan.geo.json new file mode 100644 index 0000000..46b004c --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/muk_alolan.geo.json @@ -0,0 +1,270 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.muk", + "texture_width": 128, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "muk", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "muk", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 1.5, -1.75], + "cubes": [ + {"origin": [-13, 0, -10.25], "size": [26, 3, 18], "uv": [0, 0]}, + {"origin": [-13.5, -1.25, -4], "size": [1, 2, 1], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [-25, 0, 0], "uv": [101, 34]}, + {"origin": [-13.5, 2.75, 4], "size": [1, 2, 1], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [-25, 0, 0], "uv": [101, 34]}, + {"origin": [-13.5, 3.75, 1], "size": [1, 1, 1], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [-45, 0, 0], "uv": [101, 34]}, + {"origin": [-13.5, 1.25, -1], "size": [1, 2, 2], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [-45, 0, 0], "uv": [100, 33]}, + {"origin": [-13.5, -3.25, -4.75], "size": [1, 1, 1], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [-45, 0, 0], "uv": [101, 34]}, + {"origin": [-13.5, -4.75, -7], "size": [1, 2, 2], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [-45, 0, 0], "uv": [100, 33]} + ] + }, + { + "name": "torso2", + "parent": "torso", + "pivot": [0, 3, -2.25], + "cubes": [ + {"origin": [-11.5, 2, -9.25], "size": [23, 6, 15], "uv": [0, 21]}, + {"origin": [-7.5, 7, -2], "size": [15, 4, 5], "uv": [34, 42]} + ] + }, + { + "name": "head", + "parent": "torso2", + "pivot": [0, 8, -2], + "rotation": [-2.5, 0, 0], + "cubes": [ + {"origin": [-5.5, 7, -5], "size": [11, 10, 6], "uv": [0, 42]}, + {"origin": [-5.5, 8, -6], "size": [11, 1, 1], "uv": [73, 52]}, + {"origin": [-5.5, 13, -11], "size": [11, 4, 6], "uv": [70, 0]}, + {"origin": [1.5, 12.5, -11], "size": [1, 2, 1], "inflate": 0.01, "uv": [99, 26]}, + {"origin": [-2.5, 12.5, -11], "size": [1, 1, 1], "inflate": 0.01, "uv": [99, 27]}, + {"origin": [5.5, 9, -6], "size": [0, 4, 1], "uv": [16, 4]}, + {"origin": [-5.5, 9, -6], "size": [0, 4, 1], "uv": [16, 0]}, + {"origin": [-5.5, 6.25, -14], "size": [1, 2, 2], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [-45, 0, 0], "uv": [100, 33]}, + {"origin": [4.5, 6.25, -14], "size": [1, 2, 2], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [-45, 0, 0], "uv": [100, 33], "mirror": true}, + {"origin": [7, 5.25, -8], "size": [1, 2, 2], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [-45, 0, 0], "uv": [100, 33], "mirror": true}, + {"origin": [-8, 5.25, -8], "size": [1, 2, 2], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [-45, 0, 0], "uv": [100, 33]}, + {"origin": [-5.5, 8.25, -11], "size": [1, 1, 1], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [-45, 0, 0], "uv": [101, 34]}, + {"origin": [4.5, 8.25, -11], "size": [1, 1, 1], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [-45, 0, 0], "uv": [101, 34], "mirror": true}, + {"origin": [7, 8.25, -6], "size": [1, 1, 1], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [-45, 0, 0], "uv": [101, 34], "mirror": true}, + {"origin": [-8, 8.25, -6], "size": [1, 1, 1], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [-45, 0, 0], "uv": [101, 34]}, + {"origin": [-5.5, 12.25, 0], "size": [2, 2, 1], "inflate": 0.01, "uv": [100, 34]}, + {"origin": [3.5, 12.25, 0], "size": [2, 2, 1], "inflate": 0.01, "uv": [100, 34], "mirror": true}, + {"origin": [-4.5, 9.25, 2], "size": [2, 2, 1], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [0, 0, 45], "uv": [100, 34], "mirror": true}, + {"origin": [-8.5, 4.25, 2], "size": [1, 1, 1], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [0, 0, 45], "uv": [100, 34], "mirror": true}, + {"origin": [-10.5, 4.25, 2], "size": [1, 1, 1], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [0, 0, 45], "uv": [100, 34], "mirror": true}, + {"origin": [-11.5, 1.25, 2], "size": [1, 2, 1], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [0, 0, 45], "uv": [100, 34], "mirror": true}, + {"origin": [-7.5, 6.25, 2], "size": [2, 1, 1], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [0, 0, 45], "uv": [100, 34], "mirror": true}, + {"origin": [-11.5, 7.25, 0], "size": [2, 2, 1], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [0, 0, 45], "uv": [100, 34]}, + {"origin": [-8.5, 11.25, 0], "size": [1, 1, 1], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [0, 0, 45], "uv": [100, 34]}, + {"origin": [-6, 8.25, 2], "size": [1, 1, 1], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [0, 0, 45], "uv": [100, 34]}, + {"origin": [-9, 8.25, 0], "size": [2, 2, 1], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [0, 0, 45], "uv": [100, 34]}, + {"origin": [5.499, 8.15309, -9.46599], "size": [0, 5, 2], "pivot": [5.249, 10.65309, -8.96599], "rotation": [-5, 0, 0], "uv": [14, 8]} + ] + }, + { + "name": "jaw", + "parent": "head", + "pivot": [0, 8.75, -6], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-0.5, 11, -8.75], "size": [1, 1, 1], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [15, 0, 0], "uv": [99, 27]}, + {"origin": [5, 10, -3.75], "size": [1, 1, 1], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [15, 0, 0], "uv": [99, 27]}, + {"origin": [-5.5, 8, -10], "size": [11, 1, 4], "inflate": 0.01, "uv": [70, 10]}, + {"origin": [-5, 8, -11], "size": [10, 1, 1], "uv": [76, 40]}, + {"origin": [-4.5, 8.25, -11], "size": [2, 2, 1], "inflate": 0.01, "uv": [99, 26]}, + {"origin": [2.5, 8.25, -11], "size": [2, 1, 1], "inflate": 0.01, "uv": [99, 26]}, + {"origin": [-4, 9.75, -11], "size": [1, 1, 1], "uv": [99, 26]}, + {"origin": [3, 8.75, -11], "size": [1, 1, 1], "uv": [99, 26]} + ] + }, + { + "name": "eye_right", + "parent": "head", + "pivot": [-4.5, 15, -9], + "cubes": [ + {"origin": [-5.5, 14, -11], "size": [2, 2, 4], "inflate": 0.01, "uv": [116, 0]} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-4.4, 15, -8.9], + "cubes": [ + {"origin": [-5.4, 14, -10.9], "size": [2, 2, 4], "inflate": 0.02, "uv": [116, 18]} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [4.5, 15, -9], + "cubes": [ + {"origin": [3.5, 14, -11], "size": [2, 2, 4], "inflate": 0.01, "uv": [116, 6], "mirror": true} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [4.4, 15, -8.9], + "cubes": [ + {"origin": [3.4, 14, -10.9], "size": [2, 2, 4], "inflate": 0.02, "uv": [116, 12], "mirror": true} + ] + }, + { + "name": "arm_right", + "parent": "torso2", + "pivot": [-8.25, 8, -3], + "cubes": [ + {"origin": [-10.25, 6, -5], "size": [4, 6, 4], "inflate": 0.02, "uv": [75, 26]} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-8.25, 12, -1.5], + "cubes": [ + {"origin": [-10.25, 12, -4.5], "size": [4, 4, 3], "uv": [61, 21]} + ] + }, + { + "name": "arm_right3", + "parent": "arm_right2", + "pivot": [-8.25, 16, -1.5], + "cubes": [ + {"origin": [-10.25, 16, -4.5], "size": [4, 5, 3], "inflate": 0.02, "uv": [0, 21]} + ] + }, + { + "name": "hand_right", + "parent": "arm_right3", + "pivot": [-8.25, 21, -1.5], + "cubes": [ + {"origin": [-10.25, 21, -4.5], "size": [4, 3, 3], "uv": [88, 15]} + ] + }, + { + "name": "finger_right_index", + "parent": "hand_right", + "pivot": [-6.75, 23, -2], + "rotation": [0, 17.5, -35], + "cubes": [ + {"origin": [-6.75, 22, -4], "size": [3, 2, 2], "uv": [79, 47]}, + {"origin": [-3, 24, -3.5], "size": [1, 1, 1], "pivot": [-1.25, 22, 4.5], "rotation": [0, 0, -45], "uv": [100, 26], "mirror": true} + ] + }, + { + "name": "finger_right_middle", + "parent": "hand_right", + "pivot": [-8.25, 24, -1.5], + "cubes": [ + {"origin": [-9.25, 24, -3.5], "size": [2, 3, 2], "uv": [83, 21]}, + {"origin": [-8.75, 20, -4.5], "size": [1, 1, 1], "pivot": [-1.25, 22, 4.5], "rotation": [-45, 0, 0], "uv": [100, 26], "mirror": true} + ] + }, + { + "name": "finger_right_ring", + "parent": "hand_right", + "pivot": [-9.75, 23, -2], + "rotation": [0, -17.5, 35], + "cubes": [ + {"origin": [-12.75, 22, -4], "size": [3, 2, 2], "uv": [79, 43]}, + {"origin": [-10.5, 14, -3.5], "size": [1, 1, 1], "pivot": [-1.25, 22, 4.5], "rotation": [0, 0, 45], "uv": [100, 26], "mirror": true} + ] + }, + { + "name": "arm_left", + "parent": "torso2", + "pivot": [8.25, 8, -3], + "cubes": [ + {"origin": [6.25, 6, -5], "size": [4, 6, 4], "inflate": 0.02, "uv": [0, 0]} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [8.25, 12, -1.5], + "cubes": [ + {"origin": [6.25, 12, -4.5], "size": [4, 4, 3], "uv": [0, 29]} + ] + }, + { + "name": "arm_left3", + "parent": "arm_left2", + "pivot": [8.25, 16, -1.5], + "cubes": [ + {"origin": [6.25, 16, -4.5], "size": [4, 5, 3], "inflate": 0.02, "uv": [0, 10]} + ] + }, + { + "name": "hand_left", + "parent": "arm_left3", + "pivot": [8.25, 21, -1.5], + "cubes": [ + {"origin": [6.25, 21, -4.5], "size": [4, 3, 3], "uv": [61, 28]} + ] + }, + { + "name": "finger_left_index", + "parent": "hand_left", + "pivot": [6.75, 23, -2], + "rotation": [0, -17.5, 35], + "cubes": [ + {"origin": [2, 24, -3.5], "size": [1, 1, 1], "pivot": [1.25, 22, 4.5], "rotation": [0, 0, 45], "uv": [100, 26]}, + {"origin": [3.75, 22, -4], "size": [3, 2, 2], "uv": [69, 43]} + ] + }, + { + "name": "finger_left_middle", + "parent": "hand_left", + "pivot": [8.25, 24, -1.5], + "cubes": [ + {"origin": [7.25, 24, -3.5], "size": [2, 3, 2], "uv": [75, 21]}, + {"origin": [7.75, 20, -4.5], "size": [1, 1, 1], "pivot": [1.25, 22, 4.5], "rotation": [-45, 0, 0], "uv": [100, 26]} + ] + }, + { + "name": "finger_left_ring", + "parent": "hand_left", + "pivot": [9.75, 23, -2], + "rotation": [0, 17.5, -35], + "cubes": [ + {"origin": [9.5, 14, -3.5], "size": [1, 1, 1], "pivot": [1.25, 22, 4.5], "rotation": [0, 0, -45], "uv": [100, 26]}, + {"origin": [9.75, 22, -4], "size": [3, 2, 2], "uv": [28, 42]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 1, 7.75], + "cubes": [ + {"origin": [-9, 0, 7.75], "size": [18, 2, 3], "uv": [34, 51]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 0.5, 10.75], + "cubes": [ + {"origin": [-2.5, 0, 10.75], "size": [5, 1, 3], "uv": [76, 36]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/munna/munna.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/munna/munna.geo.json new file mode 100644 index 0000000..ed977db --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/munna/munna.geo.json @@ -0,0 +1,96 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "munna", + "pivot": [0, 0, 0] + }, + { + "name": "head", + "parent": "munna", + "pivot": [0.12542, 10.12531, -1.67516], + "cubes": [ + {"origin": [-5.3756, 8.96942, -7.3179], "size": [11, 12, 14], "uv": [0, 0]}, + {"origin": [-0.8756, 13.19442, -10.70857], "size": [2, 3, 0], "pivot": [-3.8756, 14.46942, -2.00857], "rotation": [15, 0, 0], "uv": [0, 44]} + ] + }, + { + "name": "leg_front_left", + "parent": "head", + "pivot": [4.6244, 8.96942, -3.8179], + "cubes": [ + {"origin": [2.6494, 5.84442, -5.3179], "size": [2, 4, 3], "pivot": [4.6244, 8.96942, -3.8179], "rotation": [0, 0, 24.75], "uv": [30, 33]} + ] + }, + { + "name": "leg_back_left", + "parent": "head", + "pivot": [3.8139, 9.56528, 4.1821], + "cubes": [ + {"origin": [1.82442, 6.23848, 2.6821], "size": [3, 4, 3], "pivot": [3.8139, 9.56528, 4.1821], "rotation": [0, 0, 24.75], "uv": [0, 7]} + ] + }, + { + "name": "leg_back_right", + "parent": "head", + "pivot": [-3.56509, 9.56528, 4.1821], + "cubes": [ + {"origin": [-4.57561, 6.23848, 2.6821], "size": [3, 4, 3], "pivot": [-3.56509, 9.56528, 4.1821], "rotation": [0, 0, -24.75], "uv": [0, 0]} + ] + }, + { + "name": "leg_front_right", + "parent": "head", + "pivot": [-4.3756, 8.96942, -3.8179], + "cubes": [ + {"origin": [-4.4006, 5.84442, -5.3179], "size": [2, 4, 3], "pivot": [-4.3756, 8.96942, -3.8179], "rotation": [0, 0, -24.75], "uv": [30, 26]} + ] + }, + { + "name": "bone2", + "parent": "head", + "pivot": [-0.3756, 14.46942, -2.00857], + "cubes": [ + {"origin": [-4.3756, 10.19442, -10.68357], "size": [9, 11, 6], "pivot": [-0.3756, 14.46942, -2.00857], "rotation": [15, 0, 0], "uv": [0, 26]} + ] + }, + { + "name": "bone", + "parent": "bone2", + "pivot": [0.1244, 9.08289, -7.4179], + "cubes": [ + {"origin": [-1.3756, 7.58289, -8.9179], "size": [3, 3, 3], "pivot": [0.1244, 9.08289, -7.4179], "rotation": [22.61259, -21.03166, 40.74915], "uv": [36, 0]} + ] + }, + { + "name": "eye_right", + "parent": "head", + "pivot": [-5.4131, 13.83192, -5.3304], + "cubes": [ + {"origin": [-5.4006, 11.96942, -6.3429], "size": [0, 3, 2], "uv": [9, 5]}, + {"origin": [-5.4256, 13.69442, -5.8179], "size": [0, 1, 1], "uv": [0, 0]} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [5.6619, 13.83192, -5.3304], + "cubes": [ + {"origin": [5.6494, 11.96942, -6.3429], "size": [0, 3, 2], "uv": [0, 24]}, + {"origin": [5.6744, 13.69442, -5.8179], "size": [0, 1, 1], "uv": [0, 1]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/musharna/musharna.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/musharna/musharna.geo.json new file mode 100644 index 0000000..6cbcb63 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/musharna/musharna.geo.json @@ -0,0 +1,129 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 3, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "musharna", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "musharna", + "pivot": [0, 15.5, -0.225], + "cubes": [ + {"origin": [-6.5, 9, -7.725], "size": [13, 13, 15], "uv": [0, 0]} + ] + }, + { + "name": "leg_right2", + "parent": "body", + "pivot": [-5.92394, 12.31065, -3.83134], + "rotation": [90, 0, -13.5], + "cubes": [ + {"origin": [-7.91322, 10.25757, -8.04306], "size": [4, 4, 5], "uv": [13, 58]}, + {"origin": [-7.48822, 10.63257, -10.66806], "size": [3, 3, 5], "uv": [18, 49]} + ] + }, + { + "name": "leg_left2", + "parent": "body", + "pivot": [5.92394, 12.31065, -3.83134], + "rotation": [90, 0, 13.5], + "cubes": [ + {"origin": [3.91322, 10.25757, -8.04306], "size": [4, 4, 5], "uv": [62, 20]}, + {"origin": [4.48822, 10.63257, -10.66806], "size": [3, 3, 5], "uv": [47, 65]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-5.0875, 11.3375, 6.6125], + "rotation": [34.27504, -3.05328, 0], + "cubes": [ + {"origin": [-7.55, 8.9, 1.425], "size": [5, 5, 5], "uv": [56, 10], "mirror": true}, + {"origin": [-7.125, 9.275, -1.525], "size": [4, 4, 5], "uv": [0, 63], "mirror": true} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [5.0875, 11.3375, 6.6125], + "rotation": [34.27504, 3.05328, 0], + "cubes": [ + {"origin": [2.55, 8.9, 1.425], "size": [5, 5, 5], "uv": [56, 10]}, + {"origin": [3.125, 9.275, -1.525], "size": [4, 4, 5], "uv": [0, 63]} + ] + }, + { + "name": "head", + "parent": "body", + "pivot": [0, 15.33161, -6.91395], + "cubes": [ + {"origin": [-5.5, 10.225, -11.81567], "size": [11, 12, 6], "pivot": [0.5, 14.5, -2.19067], "rotation": [15, 0, 0], "uv": [34, 28]}, + {"origin": [-4.5, 4.27754, -16.7278], "size": [9, 13, 8], "pivot": [0, 13.83192, -13.49081], "rotation": [45, 0, 0], "uv": [0, 28]} + ] + }, + { + "name": "bone7", + "parent": "head", + "pivot": [0, 7.3228, -7.3665], + "cubes": [ + {"origin": [-2.55126, 4.8228, -9.0915], "size": [5, 5, 5], "pivot": [0.12374, 7.3228, -7.3665], "rotation": [62.76369, -41.64114, 18.88172], "uv": [0, 72]} + ] + }, + { + "name": "hair", + "parent": "head", + "pivot": [-3, 13.83192, -13.01581], + "cubes": [ + {"origin": [-1.5, 7.27754, -16.6278], "size": [3, 4, 0], "pivot": [-3, 13.83192, -13.01581], "rotation": [45, 0, 0], "uv": [9, 0]} + ] + }, + { + "name": "bone3", + "parent": "hair", + "pivot": [0, 8.13061, -12.12178], + "cubes": [ + {"origin": [0, 7.67754, -19.6278], "size": [0, 3, 3], "pivot": [4.5, 13.83192, -13.01581], "rotation": [45, 0, 0], "uv": [0, 25]}, + {"origin": [-1, 2.83004, -18.30391], "size": [2, 6, 4], "pivot": [0, 5.83004, -15.77891], "rotation": [70.5, 0, 0], "uv": [63, 65]} + ] + }, + { + "name": "bone4", + "parent": "bone3", + "pivot": [0, 6.12606, -18.3644], + "cubes": [ + {"origin": [0, 5.28828, -22.5803], "size": [0, 2, 5], "pivot": [0, 8.08828, -20.2053], "rotation": [-14.25, 0, 0], "uv": [0, 8]}, + {"origin": [-1.5, 6.84431, -28.63889], "size": [3, 8, 6], "pivot": [0.5, 12.41931, -24.26389], "rotation": [46.25, 0, 0], "uv": [0, 49]} + ] + }, + { + "name": "bone5", + "parent": "bone4", + "pivot": [0, 13.50554, -25.13243], + "cubes": [ + {"origin": [-1, 19.1952, -24.15728], "size": [2, 8, 5], "pivot": [0, 22.1952, -22.15728], "rotation": [143, 0, 0], "uv": [0, 0]}, + {"origin": [0, 15.03645, -29.32837], "size": [0, 3, 8], "pivot": [0, 16.66145, -25.20337], "rotation": [78.25, 0, 0], "uv": [41, 2]} + ] + }, + { + "name": "bone6", + "parent": "bone5", + "pivot": [0, 21.8702, -20.70728], + "cubes": [ + {"origin": [0, 3.8452, -24.15728], "size": [0, 20, 9], "pivot": [-1, 22.1952, -22.15728], "rotation": [110.75, 0, 0], "uv": [34, 37]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/naganadel/naganadel2.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/naganadel/naganadel2.geo.json new file mode 100644 index 0000000..13f4db3 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/naganadel/naganadel2.geo.json @@ -0,0 +1,444 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.naganadel", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 6, + "visible_bounds_height": 5.5, + "visible_bounds_offset": [0, 2.25, 0] + }, + "bones": [ + { + "name": "naganadel", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "naganadel", + "pivot": [0, 40, 0] + }, + { + "name": "torso_top", + "parent": "body", + "pivot": [0, 35, 0], + "cubes": [ + {"origin": [-2, 34, -2], "size": [4, 6, 4], "uv": [112, 29]} + ] + }, + { + "name": "torso_top2", + "parent": "torso_top", + "pivot": [0, 39, 2], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [-2.5, 38, -2.25], "size": [5, 1, 5], "uv": [56, 17]}, + {"origin": [-3.5, 39, -2.5], "size": [7, 4, 6], "uv": [42, 0]} + ] + }, + { + "name": "neck", + "parent": "torso_top2", + "pivot": [0, 43, 3.5], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [-2.5, 42, -0.5], "size": [5, 5, 4], "inflate": 0.01, "uv": [76, 17]} + ] + }, + { + "name": "neck2", + "parent": "neck", + "pivot": [0, 47, 3.5], + "cubes": [ + {"origin": [-2.5, 47, -0.5], "size": [5, 5, 4], "uv": [110, 0]}, + {"origin": [0, 47.25, 3.5], "size": [0, 2, 2], "uv": [62, 2]} + ] + }, + { + "name": "neck3", + "parent": "neck2", + "pivot": [0, 52, 3.5], + "cubes": [ + {"origin": [-2.5, 52, -0.5], "size": [5, 4, 4], "inflate": 0.01, "uv": [76, 26]} + ] + }, + { + "name": "head", + "parent": "neck3", + "pivot": [0, 55, 2.5], + "rotation": [100, 0, 0], + "cubes": [ + {"origin": [-3, 55, 0.5], "size": [6, 6, 4], "inflate": 0.01, "uv": [0, 72]}, + {"origin": [-2.5, 61, 0.5], "size": [5, 2, 4], "inflate": 0.01, "uv": [50, 72]}, + {"origin": [-3, 55, -0.5], "size": [6, 2, 1], "uv": [20, 77]}, + {"origin": [-3, 58, 1], "size": [6, 3, 2], "inflate": 0.02, "uv": [112, 73]}, + {"origin": [-2.5, 61, 1], "size": [5, 2, 2], "inflate": 0.02, "uv": [114, 69]}, + {"origin": [-1.85, 62.1, 0], "size": [0, 1, 1], "pivot": [-1.85, 62.6, 0.5], "rotation": [-45, 0, 60], "uv": [42, 31], "mirror": true}, + {"origin": [1.85, 62.1, 0], "size": [0, 1, 1], "pivot": [1.85, 62.6, 0.5], "rotation": [-45, 0, -60], "uv": [42, 32]}, + {"origin": [-3, 58.35, -0.25], "size": [0, 2, 2], "pivot": [-3, 59.35, 0.75], "rotation": [-45, 2.5, 0], "uv": [64, 72], "mirror": true}, + {"origin": [3, 58.35, -0.25], "size": [0, 2, 2], "pivot": [3, 59.35, 0.75], "rotation": [-45, -2.5, 0], "uv": [64, 70]}, + {"origin": [0, 60.75, 4.25], "size": [0, 2, 3], "pivot": [0, 60.75, 4.25], "rotation": [30, 0, 0], "uv": [42, 0]}, + {"origin": [-3, 50.75, 2], "size": [0, 7, 2], "pivot": [-3, 57.75, 2.75], "rotation": [-5, 0, 25], "uv": [38, 70]}, + {"origin": [-3, 48.75, 2], "size": [0, 9, 3], "pivot": [-3, 57.75, 2.25], "rotation": [27.5, -2.5, 25], "uv": [36, 22]}, + {"origin": [3, 48.75, 2], "size": [0, 9, 3], "pivot": [3, 57.75, 2.25], "rotation": [27.5, 2.5, -25], "uv": [66, 22]}, + {"origin": [3, 50.75, 2], "size": [0, 7, 2], "pivot": [3, 57.75, 2.75], "rotation": [-10, 0, -25], "uv": [34, 70]} + ] + }, + { + "name": "jaw", + "parent": "head", + "pivot": [0, 57, 0.25], + "rotation": [-2.5, 0, 0], + "cubes": [ + {"origin": [-3, 56.75, -0.5], "size": [6, 3, 1], "uv": [114, 25]}, + {"origin": [-2.5, 59.75, -0.5], "size": [5, 2, 1], "uv": [57, 78]}, + {"origin": [-1.5, 61.75, -0.5], "size": [3, 1, 1], "uv": [88, 73]} + ] + }, + { + "name": "tusk_right", + "parent": "head", + "pivot": [-3, 55.25, 1.25], + "rotation": [30, 0, 2.5], + "cubes": [ + {"origin": [-4.5, 55.25, 0.25], "size": [2, 2, 2], "inflate": 0.01, "uv": [42, 10]} + ] + }, + { + "name": "tusk_right2", + "parent": "tusk_right", + "pivot": [-4.5, 55.25, 1.25], + "rotation": [0, 0, 72.5], + "cubes": [ + {"origin": [-7.5, 55.25, 0.25], "size": [3, 2, 2], "uv": [82, 34]} + ] + }, + { + "name": "tusk_right3", + "parent": "tusk_right2", + "pivot": [-7.5, 55.25, 0.25], + "rotation": [0, 25, 25], + "cubes": [ + {"origin": [-10.5, 55.25, 0.25], "size": [3, 2, 2], "inflate": 0.01, "uv": [106, 29]} + ] + }, + { + "name": "tusk_right4", + "parent": "tusk_right3", + "pivot": [-10.5, 55.25, 1.25], + "rotation": [0, 7.5, 15], + "cubes": [ + {"origin": [-13.5, 55.25, 0.25], "size": [3, 2, 2], "uv": [72, 35]} + ] + }, + { + "name": "tusk_right5", + "parent": "tusk_right4", + "pivot": [-13.5, 55.75, 1.25], + "rotation": [0, 0, 40], + "cubes": [ + {"origin": [-16.5, 55.75, 0.75], "size": [3, 1, 1], "uv": [64, 37]} + ] + }, + { + "name": "tusk_left", + "parent": "head", + "pivot": [3, 55.25, 1.25], + "rotation": [30, 0, -2.5], + "cubes": [ + {"origin": [2.5, 55.25, 0.25], "size": [2, 2, 2], "inflate": 0.01, "uv": [71, 17]} + ] + }, + { + "name": "tusk_left2", + "parent": "tusk_left", + "pivot": [4.5, 55.25, 1.25], + "rotation": [0, 0, -72.5], + "cubes": [ + {"origin": [4.5, 55.25, 0.25], "size": [3, 2, 2], "uv": [16, 72]} + ] + }, + { + "name": "tusk_left3", + "parent": "tusk_left2", + "pivot": [7.5, 55.25, 0.25], + "rotation": [0, -25, -25], + "cubes": [ + {"origin": [7.5, 55.25, 0.25], "size": [3, 2, 2], "inflate": 0.01, "uv": [92, 0]} + ] + }, + { + "name": "tusk_left4", + "parent": "tusk_left3", + "pivot": [10.5, 55.25, 1.25], + "rotation": [0, -7.5, -15], + "cubes": [ + {"origin": [10.5, 55.25, 0.25], "size": [3, 2, 2], "uv": [67, 79]} + ] + }, + { + "name": "tusk_left5", + "parent": "tusk_left4", + "pivot": [13.5, 55.75, 1.25], + "rotation": [0, 0, -40], + "cubes": [ + {"origin": [13.5, 55.75, 0.75], "size": [3, 1, 1], "uv": [68, 23]} + ] + }, + { + "name": "crest_head", + "parent": "head", + "pivot": [0, 61, 4], + "rotation": [2.5, 0, 0], + "cubes": [ + {"origin": [-1, 51, 1], "size": [2, 11, 4], "uv": [92, 30]}, + {"origin": [-0.5, 47, 2], "size": [1, 4, 3], "uv": [104, 10]}, + {"origin": [-0.5, 42, 3], "size": [1, 5, 2], "uv": [68, 72]}, + {"origin": [0, 34, 3], "size": [0, 16, 4], "uv": [100, 55]}, + {"origin": [0, 53.25, 5], "size": [0, 6, 3], "uv": [104, 31]} + ] + }, + { + "name": "arm_right", + "parent": "torso_top2", + "pivot": [-3.25, 41.25, 1], + "rotation": [-7.5, 5, 30], + "cubes": [ + {"origin": [-6, 39.25, -0.5], "size": [3, 4, 3], "inflate": 0.01, "uv": [74, 72]}, + {"origin": [-5.5, 34.25, 0], "size": [2, 5, 2], "uv": [92, 52]}, + {"origin": [-9, 40.5, 0], "size": [3, 2, 2], "uv": [104, 25]}, + {"origin": [-14, 41, 0.5], "size": [5, 1, 1], "uv": [0, 32]} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-4.5, 34.25, 2], + "rotation": [-50, 0, 0], + "cubes": [ + {"origin": [-5.5, 30.25, 0], "size": [2, 4, 2], "inflate": 0.01, "uv": [42, 72]} + ] + }, + { + "name": "hand_right", + "parent": "arm_right2", + "pivot": [-4.5, 30.25, 1], + "cubes": [ + {"origin": [-5.5, 29.25, 0], "size": [2, 1, 2], "uv": [106, 0]} + ] + }, + { + "name": "finger_right_index", + "parent": "hand_right", + "pivot": [-4, 29.5, 0.5], + "rotation": [-45, -35, -15], + "cubes": [ + {"origin": [-4.5, 26.5, 0], "size": [1, 3, 1], "inflate": 0.01, "uv": [104, 17]} + ] + }, + { + "name": "finger_right_index2", + "parent": "finger_right_index", + "pivot": [-4, 26.5, 0], + "rotation": [60, 0, 0], + "cubes": [ + {"origin": [-4, 23.5, 0], "size": [0, 3, 1], "uv": [0, 24]} + ] + }, + { + "name": "finger_right_middle", + "parent": "hand_right", + "pivot": [-4.5, 29.5, 1.5], + "rotation": [40, 0, 0], + "cubes": [ + {"origin": [-5, 26.5, 1], "size": [1, 3, 1], "inflate": 0.01, "uv": [112, 17]} + ] + }, + { + "name": "finger_right_middle2", + "parent": "finger_right_middle", + "pivot": [-4.5, 26.5, 2], + "rotation": [-60, 0, 0], + "cubes": [ + {"origin": [-4.5, 23.5, 1], "size": [0, 3, 1], "uv": [9, 24]} + ] + }, + { + "name": "finger_right_ring", + "parent": "hand_right", + "pivot": [-5, 29.5, 0.5], + "rotation": [-45, 35, 15], + "cubes": [ + {"origin": [-5.5, 26.5, 0], "size": [1, 3, 1], "inflate": 0.01, "uv": [108, 17]} + ] + }, + { + "name": "finger_right_ring2", + "parent": "finger_right_ring", + "pivot": [-5, 26.5, 0], + "rotation": [60, 0, 0], + "cubes": [ + {"origin": [-5, 23.5, 0], "size": [0, 3, 1], "uv": [12, 9]} + ] + }, + { + "name": "arm_left", + "parent": "torso_top2", + "pivot": [3.25, 41.25, 1], + "rotation": [-7.5, -5, -30], + "cubes": [ + {"origin": [3, 39.25, -0.5], "size": [3, 4, 3], "inflate": 0.01, "uv": [0, 25]}, + {"origin": [3.5, 34.25, 0], "size": [2, 5, 2], "uv": [100, 52]}, + {"origin": [6, 40.5, 0], "size": [3, 2, 2], "uv": [90, 17]}, + {"origin": [9, 41, 0.5], "size": [5, 1, 1], "uv": [56, 10]} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [4.5, 34.25, 2], + "rotation": [-50, 0, 0], + "cubes": [ + {"origin": [3.5, 30.25, 0], "size": [2, 4, 2], "inflate": 0.01, "uv": [102, 3]} + ] + }, + { + "name": "hand_left", + "parent": "arm_left2", + "pivot": [4.5, 30.25, 1], + "cubes": [ + {"origin": [3.5, 29.25, 0], "size": [2, 1, 2], "uv": [26, 73]} + ] + }, + { + "name": "finger_left_index", + "parent": "hand_left", + "pivot": [4, 29.5, 0.5], + "rotation": [-45, 35, 15], + "cubes": [ + {"origin": [3.5, 26.5, 0], "size": [1, 3, 1], "inflate": 0.01, "uv": [62, 0]} + ] + }, + { + "name": "finger_left_index2", + "parent": "finger_left_index", + "pivot": [4, 26.5, 0], + "rotation": [60, 0, 0], + "cubes": [ + {"origin": [4, 23.5, 0], "size": [0, 3, 1], "uv": [12, 3]} + ] + }, + { + "name": "finger_left_middle", + "parent": "hand_left", + "pivot": [4.5, 29.5, 1.5], + "rotation": [40, 0, 0], + "cubes": [ + {"origin": [4, 26.5, 1], "size": [1, 3, 1], "inflate": 0.01, "uv": [94, 21]} + ] + }, + { + "name": "finger_left_middle2", + "parent": "finger_left_middle", + "pivot": [4.5, 26.5, 2], + "rotation": [-60, 0, 0], + "cubes": [ + {"origin": [4.5, 23.5, 1], "size": [0, 3, 1], "uv": [12, 6]} + ] + }, + { + "name": "finger_left_ring", + "parent": "hand_left", + "pivot": [5, 29.5, 0.5], + "rotation": [-45, -35, -15], + "cubes": [ + {"origin": [4.5, 26.5, 0], "size": [1, 3, 1], "inflate": 0.01, "uv": [56, 17]} + ] + }, + { + "name": "finger_left_ring2", + "parent": "finger_left_ring", + "pivot": [5, 26.5, 0], + "rotation": [60, 0, 0], + "cubes": [ + {"origin": [5, 23.5, 0], "size": [0, 3, 1], "uv": [12, 0]} + ] + }, + { + "name": "wing_right", + "parent": "torso_top2", + "pivot": [-1.25, 40.5, 3.5], + "rotation": [0, 25, 0], + "cubes": [ + {"origin": [-7.25, 39, 3.5], "size": [6, 6, 0], "inflate": 0.01, "uv": [116, 9], "mirror": true} + ] + }, + { + "name": "wing_right2", + "parent": "wing_right", + "pivot": [-7.25, 43, 3.5], + "cubes": [ + {"origin": [-15.25, 37, 3.5], "size": [8, 15, 0], "uv": [112, 54], "mirror": true} + ] + }, + { + "name": "wing_right3", + "parent": "wing_right2", + "pivot": [-15.25, 44, 3.5], + "cubes": [ + {"origin": [-38.25, 26, 3.5], "size": [23, 33, 0], "uv": [0, 39], "mirror": true}, + {"origin": [-15.25, 57, 3.5], "size": [7, 2, 0], "uv": [20, 80], "mirror": true} + ] + }, + { + "name": "wing_left", + "parent": "torso_top2", + "pivot": [1.25, 40.5, 3.5], + "rotation": [0, -25, 0], + "cubes": [ + {"origin": [1.25, 39, 3.5], "size": [6, 6, 0], "inflate": 0.01, "uv": [116, 15]} + ] + }, + { + "name": "wing_left2", + "parent": "wing_left", + "pivot": [7.25, 43, 3.5], + "cubes": [ + {"origin": [7.25, 37, 3.5], "size": [8, 15, 0], "uv": [112, 39]} + ] + }, + { + "name": "wing_left3", + "parent": "wing_left2", + "pivot": [15.25, 44, 3.5], + "cubes": [ + {"origin": [15.25, 26, 3.5], "size": [23, 33, 0], "uv": [46, 39]}, + {"origin": [8.25, 57, 3.5], "size": [7, 2, 0], "uv": [49, 37]} + ] + }, + { + "name": "torso_bottom", + "parent": "body", + "pivot": [0, 35, 0], + "cubes": [ + {"origin": [-6, 33, -6], "size": [12, 2, 12], "uv": [0, 25]}, + {"origin": [-7, 22, -7], "size": [14, 11, 14], "uv": [0, 0]}, + {"origin": [-6, 17, -6], "size": [12, 5, 12], "uv": [56, 0]}, + {"origin": [-5, 14, -4.5], "size": [10, 3, 9], "uv": [36, 25]}, + {"origin": [-11.5, 27, 0], "size": [5, 3, 0], "uv": [92, 7]}, + {"origin": [6.5, 27, 0], "size": [5, 3, 0], "uv": [92, 4]}, + {"origin": [-13.25, 18.5, -1], "size": [8, 2, 2], "pivot": [-5.25, 19.5, 0], "rotation": [0, 5, -50], "uv": [86, 75]}, + {"origin": [-18.25, 19, -0.5], "size": [5, 1, 1], "pivot": [-5.25, 19.5, 0], "rotation": [0, 5, -50], "uv": [0, 34]}, + {"origin": [-2, 12.5, -2.5], "size": [4, 2, 5], "uv": [92, 45]}, + {"origin": [-1.5, 2.5, -1.5], "size": [3, 10, 3], "uv": [0, 0]}, + {"origin": [-1, -3.5, -1], "size": [2, 6, 2], "uv": [92, 59]}, + {"origin": [5.25, 18.5, -1], "size": [8, 2, 2], "pivot": [5.25, 19.5, 0], "rotation": [0, -5, 50], "uv": [108, 21]}, + {"origin": [13.25, 19, -0.5], "size": [5, 1, 1], "pivot": [5.25, 19.5, 0], "rotation": [0, -5, 50], "uv": [56, 23]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/necrozma.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/necrozma.geo.json new file mode 100644 index 0000000..79b25e9 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/necrozma.geo.json @@ -0,0 +1,694 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.Necrozma", + "texture_width": 256, + "texture_height": 256, + "visible_bounds_width": 16, + "visible_bounds_height": 8, + "visible_bounds_offset": [0, 3, 0] + }, + "bones": [ + { + "name": "necrozma", + "pivot": [0, 0, 0] + }, + { + "name": "body_rotation", + "parent": "necrozma", + "pivot": [0, 0, 0], + "rotation": [15, 0, 0] + }, + { + "name": "body", + "parent": "body_rotation", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [-2, 34, 7], + "cubes": [ + {"origin": [-6.5, 33, 10.5], "size": [13, 14, 10], "inflate": -0.01, "uv": [194, 49]}, + {"origin": [3, 34, 2], "size": [8, 10, 8], "pivot": [-2, -10, 0], "rotation": [0, -45, 0], "uv": [104, 161]} + ] + }, + { + "name": "chest", + "parent": "torso", + "pivot": [-2, -10, 0], + "cubes": [ + {"origin": [1, 44, 0], "size": [12, 14, 12], "pivot": [-2, -10, 0], "rotation": [0, -45, 0], "uv": [60, 121]}, + {"origin": [-9, 44, 10.5], "size": [18, 14, 10], "inflate": 0.01, "uv": [116, 0]} + ] + }, + { + "name": "armor_left", + "parent": "chest", + "pivot": [-2, -10, 0], + "cubes": [ + {"origin": [-8, 32.5, -37.5], "size": [2, 6, 6], "pivot": [-2, -10, 0], "rotation": [-45, 0, 15], "uv": [72, 94]}, + {"origin": [-9, 46.5, 8.5], "size": [4, 12, 12], "pivot": [-2, -10, 0], "rotation": [0, 0, 15], "uv": [72, 149], "mirror": true}, + {"origin": [-9, 34.5, 8.5], "size": [4, 12, 12], "pivot": [-2, -10, 0], "rotation": [0, 0, 15], "uv": [40, 141]}, + {"origin": [-8, 38.5, -42.5], "size": [2, 6, 6], "pivot": [-2, -10, 0], "rotation": [-45, 0, 15], "uv": [123, 94]} + ] + }, + { + "name": "bone32", + "parent": "armor_left", + "pivot": [-4, -18, 0], + "rotation": [0, 0, 15], + "cubes": [ + {"origin": [-10, 25, -37.5], "size": [2, 6, 6], "pivot": [-4, -18, 0], "rotation": [-45, 0, 0], "uv": [72, 94]} + ] + }, + { + "name": "spike_back_left", + "parent": "armor_left", + "pivot": [1, -7, 2], + "cubes": [ + {"origin": [-19, 47.5, -11.5], "size": [4, 22, 6], "pivot": [1, -7, 2], "rotation": [-25, 0, 25], "uv": [0, 165]}, + {"origin": [-18, 54.5, -10.5], "size": [2, 21, 4], "pivot": [1, -7, 2], "rotation": [-25, 0, 25], "uv": [0, 41]} + ] + }, + { + "name": "spike_front_left", + "parent": "armor_left", + "pivot": [-1, -10, 0], + "cubes": [ + {"origin": [-21, 42.5, 7.5], "size": [4, 22, 6], "pivot": [-1, -10, 0], "rotation": [-2.5, 0, 25], "uv": [0, 165]}, + {"origin": [-20, 49.5, 8.5], "size": [2, 21, 4], "pivot": [-1, -10, 0], "rotation": [-2.5, 0, 25], "uv": [0, 41]} + ] + }, + { + "name": "armor_right", + "parent": "chest", + "pivot": [2, -10, 0], + "cubes": [ + {"origin": [6, 32.5, -37.5], "size": [2, 6, 6], "pivot": [2, -10, 0], "rotation": [-45, 0, -15], "uv": [72, 94], "mirror": true}, + {"origin": [5, 46.5, 8.5], "size": [4, 12, 12], "pivot": [2, -10, 0], "rotation": [0, 0, -15], "uv": [72, 149]}, + {"origin": [5, 34.5, 8.5], "size": [4, 12, 12], "pivot": [2, -10, 0], "rotation": [0, 0, -15], "uv": [40, 141], "mirror": true}, + {"origin": [6, 38.5, -42.5], "size": [2, 6, 6], "pivot": [2, -10, 0], "rotation": [-45, 0, -15], "uv": [123, 94], "mirror": true} + ] + }, + { + "name": "bone3", + "parent": "armor_right", + "pivot": [4, -18, 0], + "rotation": [0, 0, -15], + "cubes": [ + {"origin": [8, 25, -37.5], "size": [2, 6, 6], "pivot": [4, -18, 0], "rotation": [-45, 0, 0], "uv": [72, 94], "mirror": true} + ] + }, + { + "name": "spike_back_right", + "parent": "armor_right", + "pivot": [-1, -7, 2], + "cubes": [ + {"origin": [15, 47.5, -11.5], "size": [4, 22, 6], "pivot": [-1, -7, 2], "rotation": [-25, 0, -25], "uv": [0, 165], "mirror": true}, + {"origin": [16, 54.5, -10.5], "size": [2, 21, 4], "pivot": [-1, -7, 2], "rotation": [-25, 0, -25], "uv": [0, 41], "mirror": true} + ] + }, + { + "name": "spike_front_right", + "parent": "armor_right", + "pivot": [1, -10, 0], + "cubes": [ + {"origin": [17, 42.5, 7.5], "size": [4, 22, 6], "pivot": [1, -10, 0], "rotation": [-2.5, 0, -25], "uv": [0, 165], "mirror": true}, + {"origin": [18, 49.5, 8.5], "size": [2, 21, 4], "pivot": [1, -10, 0], "rotation": [-2.5, 0, -25], "uv": [0, 41], "mirror": true} + ] + }, + { + "name": "head", + "parent": "chest", + "pivot": [0, 58, 12], + "cubes": [ + {"origin": [1, 63.5, 0], "size": [12, 4, 12], "pivot": [-2, -10, 0], "rotation": [0, -45, 0], "uv": [143, 24]}, + {"origin": [-9, 63.5, 10.6], "size": [18, 4, 8], "uv": [0, 141]} + ] + }, + { + "name": "face", + "parent": "head", + "pivot": [-2, 57, 10], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [15, 55.7051, -2.34946], "size": [10, 10, 10], "pivot": [-2, -0.2949, -16.34946], "rotation": [0, -45, 0], "uv": [144, 96]}, + {"origin": [-6.9, 55.7051, 12.65054], "size": [14, 10, 8], "uv": [100, 143]} + ] + }, + { + "name": "eyes", + "parent": "face", + "pivot": [-2, -0.2949, -16.34946], + "cubes": [ + {"origin": [15.09, 62.6, -31.5], "size": [2, 3, 2], "inflate": 0.1, "pivot": [-2, -0.2949, -16.34946], "rotation": [-30, -45, 0], "uv": [62, 114]}, + {"origin": [14.96, 60.8841, 1.62954], "size": [2, 4, 2], "inflate": 0.021, "pivot": [-2, -0.2949, -16.34946], "rotation": [0, -45, 0], "uv": [92, 147]}, + {"origin": [15.25, 60.6951, 1.65054], "size": [2, 4, 2], "inflate": 0.3, "pivot": [-2, -0.2949, -16.34946], "rotation": [0, -45, 0], "uv": [60, 147]}, + {"origin": [-17.1, 60.6951, 1.65054], "size": [2, 4, 2], "inflate": 0.3, "pivot": [2, -0.2949, -16.34946], "rotation": [0, 45, 0], "uv": [44, 141]}, + {"origin": [14.98, 43.7051, 29.53054], "size": [2, 6, 2], "pivot": [-2, -0.2949, -16.34946], "rotation": [30, -45, 0], "uv": [43, 113]}, + {"origin": [0.12, 56.28259, 5.10309], "size": [2, 4, 2], "inflate": 0.1, "pivot": [0, 61.7051, 5.65054], "rotation": [35, -45, 0], "uv": [146, 24]}, + {"origin": [14.96, 28.5051, 36.65054], "size": [2, 2, 4], "pivot": [-2, -0.2949, -16.34946], "rotation": [45, -45, 0], "uv": [66, 94]}, + {"origin": [-16.81, 28.5051, 36.65054], "size": [2, 2, 4], "pivot": [2, -0.2949, -16.34946], "rotation": [45, 45, 0], "uv": [54, 94]}, + {"origin": [14.87, 56.5051, -2.44946], "size": [2, 4, 6], "inflate": -0.1, "pivot": [-2, -0.2949, -16.34946], "rotation": [0, -45, 0], "uv": [165, 167]}, + {"origin": [14.98, 60.2051, -22.34946], "size": [2, 4, 2], "pivot": [-2, -0.2949, -16.34946], "rotation": [-25, -45, 0], "uv": [144, 96]}, + {"origin": [14.98, 59.7051, -11.14946], "size": [2, 4, 2], "pivot": [-2, -0.2949, -16.34946], "rotation": [-15, -45, 0], "uv": [136, 143]} + ] + }, + { + "name": "bone33", + "parent": "eyes", + "pivot": [0, 61.7051, 5.65054], + "cubes": [ + {"origin": [-1.954, 56.28259, 5.10309], "size": [2, 4, 2], "inflate": 0.1, "pivot": [0, 61.7051, 5.65054], "rotation": [35, 45, 0], "uv": [0, 141]}, + {"origin": [-16.72, 56.5051, -2.30446], "size": [2, 4, 6], "inflate": -0.1, "pivot": [2, -0.2949, -16.34946], "rotation": [0, 45, 0], "uv": [165, 157]}, + {"origin": [-16.815, 43.7051, 29.53054], "size": [2, 6, 2], "pivot": [2, -0.2949, -16.34946], "rotation": [30, 45, 0], "uv": [88, 0]}, + {"origin": [-16.8, 60.2051, -22.34946], "size": [2, 4, 2], "pivot": [2, -0.2949, -16.34946], "rotation": [-25, 45, 0], "uv": [60, 127]}, + {"origin": [-16.8, 59.7051, -11.14946], "size": [2, 4, 2], "pivot": [2, -0.2949, -16.34946], "rotation": [-15, 45, 0], "uv": [126, 32]}, + {"origin": [-16.81, 60.8841, 1.62954], "size": [2, 4, 2], "inflate": 0.021, "pivot": [2, -0.2949, -16.34946], "rotation": [0, 45, 0], "uv": [96, 121]}, + {"origin": [-16.915, 62.6051, -31.34946], "size": [2, 4, 2], "inflate": 0.1, "pivot": [2, -0.2949, -16.34946], "rotation": [-30, 45, 0], "uv": [0, 12]} + ] + }, + { + "name": "prism", + "parent": "head", + "pivot": [-2, 57, 10], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [15, 55.7051, -2.34946], "size": [10, 10, 10], "pivot": [-2, -0.2949, -16.34946], "rotation": [0, -45, 0], "uv": [176, 175]}, + {"origin": [-6.9, 55.7051, 12.65054], "size": [14, 10, 8], "uv": [132, 222]} + ] + }, + { + "name": "prism_eyes", + "parent": "prism", + "pivot": [-2, -0.2949, -16.34946], + "cubes": [ + {"origin": [15.09, 62.6, -31.5], "size": [2, 4, 2], "inflate": 0.1, "pivot": [-2, -0.2949, -16.34946], "rotation": [-30, -45, 0], "uv": [62, 114]}, + {"origin": [14.96, 60.8841, 1.62954], "size": [2, 4, 2], "inflate": 0.021, "pivot": [-2, -0.2949, -16.34946], "rotation": [0, -45, 0], "uv": [92, 147]}, + {"origin": [15.25, 60.6951, 1.65054], "size": [2, 4, 2], "inflate": 0.3, "pivot": [-2, -0.2949, -16.34946], "rotation": [0, -45, 0], "uv": [92, 226]}, + {"origin": [-17.1, 60.6951, 1.65054], "size": [2, 4, 2], "inflate": 0.3, "pivot": [2, -0.2949, -16.34946], "rotation": [0, 45, 0], "uv": [75, 220]}, + {"origin": [14.98, 43.7051, 29.53054], "size": [2, 6, 2], "pivot": [-2, -0.2949, -16.34946], "rotation": [30, -45, 0], "uv": [43, 113]}, + {"origin": [0.12, 56.28259, 5.10309], "size": [2, 4, 2], "inflate": 0.1, "pivot": [0, 61.7051, 5.65054], "rotation": [35, -45, 0], "uv": [88, 0]}, + {"origin": [14.96, 28.5051, 36.65054], "size": [2, 2, 4], "pivot": [-2, -0.2949, -16.34946], "rotation": [45, -45, 0], "uv": [97, 173]}, + {"origin": [-16.81, 28.5051, 36.65054], "size": [2, 2, 4], "pivot": [2, -0.2949, -16.34946], "rotation": [45, 45, 0], "uv": [85, 173]}, + {"origin": [14.87, 56.5051, -2.44946], "size": [2, 4, 6], "inflate": -0.1, "pivot": [-2, -0.2949, -16.34946], "rotation": [0, -45, 0], "uv": [197, 246]}, + {"origin": [14.98, 60.2051, -22.34946], "size": [2, 4, 2], "pivot": [-2, -0.2949, -16.34946], "rotation": [-25, -45, 0], "uv": [136, 143]}, + {"origin": [14.98, 59.7051, -11.14946], "size": [2, 4, 2], "pivot": [-2, -0.2949, -16.34946], "rotation": [-15, -45, 0], "uv": [136, 143]} + ] + }, + { + "name": "prism_eyes2", + "parent": "prism_eyes", + "pivot": [0, 61.7051, 5.65054], + "cubes": [ + {"origin": [-1.954, 56.28259, 5.10309], "size": [2, 4, 2], "inflate": 0.1, "pivot": [0, 61.7051, 5.65054], "rotation": [35, 45, 0], "uv": [136, 143]}, + {"origin": [-16.72, 56.5051, -2.30446], "size": [2, 4, 6], "inflate": -0.1, "pivot": [2, -0.2949, -16.34946], "rotation": [0, 45, 0], "uv": [196, 236]}, + {"origin": [-16.815, 43.7051, 29.53054], "size": [2, 6, 2], "pivot": [2, -0.2949, -16.34946], "rotation": [30, 45, 0], "uv": [88, 0]}, + {"origin": [-16.8, 60.2051, -22.34946], "size": [2, 4, 2], "pivot": [2, -0.2949, -16.34946], "rotation": [-25, 45, 0], "uv": [60, 127]}, + {"origin": [-16.8, 59.7051, -11.14946], "size": [2, 4, 2], "pivot": [2, -0.2949, -16.34946], "rotation": [-15, 45, 0], "uv": [60, 127]}, + {"origin": [-16.81, 60.8841, 1.62954], "size": [2, 4, 2], "inflate": 0.021, "pivot": [2, -0.2949, -16.34946], "rotation": [0, 45, 0], "uv": [96, 121]}, + {"origin": [-16.915, 62.6051, -31.34946], "size": [2, 4, 2], "inflate": 0.1, "pivot": [2, -0.2949, -16.34946], "rotation": [-30, 45, 0], "uv": [0, 12]} + ] + }, + { + "name": "bone5", + "parent": "head", + "pivot": [-2, 2, -28], + "rotation": [-25, 0, 0], + "cubes": [ + {"origin": [0, 74, -29], "size": [12, 8, 12], "pivot": [-2, 2, -28], "rotation": [0, -45, 0], "uv": [108, 123]} + ] + }, + { + "name": "bone21", + "parent": "head", + "pivot": [-2, -2, 37], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [2.75, 82, 38.75], "size": [4, 10, 4], "pivot": [-2, -2, 37], "rotation": [0, -45, 0], "uv": [0, 82]}, + {"origin": [3.75, 86, 39.75], "size": [2, 10, 2], "pivot": [-2, -2, 37], "rotation": [0, -45, 0], "uv": [52, 0]} + ] + }, + { + "name": "bone19", + "parent": "head", + "pivot": [-2, -7, 26], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [2.75, 77, 27.75], "size": [4, 10, 4], "pivot": [-2, -7, 26], "rotation": [0, -45, 0], "uv": [0, 82]}, + {"origin": [3.75, 81, 28.75], "size": [2, 10, 2], "pivot": [-2, -7, 26], "rotation": [0, -45, 0], "uv": [52, 0]} + ] + }, + { + "name": "bone20", + "parent": "head", + "pivot": [-2, -14, 17], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [2.75, 70, 18.75], "size": [4, 10, 4], "pivot": [-2, -14, 17], "rotation": [0, -45, 0], "uv": [0, 82]}, + {"origin": [3.75, 74, 19.75], "size": [2, 10, 2], "pivot": [-2, -14, 17], "rotation": [0, -45, 0], "uv": [52, 0]} + ] + }, + { + "name": "bone6", + "parent": "head", + "pivot": [-2, 58, -62], + "rotation": [-75, 0, 0], + "cubes": [ + {"origin": [-1, 131, -64], "size": [17, 10, 17], "pivot": [-2, 58, -62], "rotation": [0, -45, 0], "uv": [72, 94]} + ] + }, + { + "name": "bone61", + "parent": "bone6", + "pivot": [-2, 60, -62], + "cubes": [ + {"origin": [-3, 153, -66], "size": [18, 10, 4], "pivot": [-2, 60, -62], "rotation": [0, -45, 0], "uv": [144, 143]}, + {"origin": [-1.5, 163, -60], "size": [3, 0, 19], "uv": [174, 73]}, + {"origin": [-14.75, 163.01, -70], "size": [3, 0, 20], "pivot": [-2, 60, -62], "rotation": [0, 90, 0], "uv": [173, 73]}, + {"origin": [6, 163.02, -62], "size": [3, 0, 13], "pivot": [-2, 60, -62], "rotation": [0, -45, 0], "uv": [180, 100]}, + {"origin": [-10, 163.02, -59.1], "size": [3, 0, 13], "pivot": [-2, 60, -62], "rotation": [0, 45, 0], "uv": [180, 100]}, + {"origin": [-15, 153, -66], "size": [18, 10, 4], "pivot": [2, 60, -62], "rotation": [0, 45, 0], "uv": [143, 40]}, + {"origin": [-17.9, 153, -48.8], "size": [21, 10, 4], "pivot": [2, 60, -62], "rotation": [0, 45, 0], "uv": [135, 82], "mirror": true}, + {"origin": [-3.18, 153, -48.91], "size": [21, 10, 4], "pivot": [-2, 60, -62], "rotation": [0, -45, 0], "uv": [135, 82]} + ] + }, + { + "name": "bone", + "parent": "bone6", + "pivot": [-2, 58, -62], + "cubes": [ + {"origin": [-2, 141, -65], "size": [19, 12, 19], "pivot": [-2, 58, -62], "rotation": [0, -45, 0], "uv": [59, 63]} + ] + }, + { + "name": "arms", + "parent": "torso", + "pivot": [0, 0, 0], + "rotation": [-15, 0, 0] + }, + { + "name": "arm_left", + "parent": "arms", + "pivot": [11, 56, -2], + "cubes": [ + {"origin": [11, 36, -39], "size": [18, 4, 4], "pivot": [-27, 4, 2], "rotation": [-45, 0, 0], "uv": [144, 123], "mirror": true} + ] + }, + { + "name": "bone25", + "parent": "arm_left", + "pivot": [29, 56, -2], + "rotation": [0, 0, 117.5], + "cubes": [ + {"origin": [52.01626, 13.24702, -39], "size": [8, 4, 4], "pivot": [-1.98374, -18.75298, 2], "rotation": [-45, 0, -27.5], "uv": [102, 0], "mirror": true}, + {"origin": [49.51626, 31.24702, -17], "size": [3, 3, 8], "pivot": [-1.98374, -18.75298, 2], "rotation": [0, -10, -27.5], "uv": [88, 0], "mirror": true}, + {"origin": [50.01626, 31.74702, -21], "size": [2, 2, 8], "pivot": [-1.98374, -18.75298, 2], "rotation": [0, -10, -27.5], "uv": [96, 121], "mirror": true} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [30, 56, -2], + "cubes": [ + {"origin": [28, 36.5, -38.5], "size": [24, 3, 3], "pivot": [-9, 4, 2], "rotation": [-45, 0, 0], "uv": [52, 56], "mirror": true} + ] + }, + { + "name": "hand_left", + "parent": "arm_left2", + "pivot": [52, 56, -2], + "cubes": [ + {"origin": [38, 51, 37], "size": [12, 9, 12], "pivot": [-1, 52, 0], "rotation": [0, 45, 0], "uv": [52, 0]}, + {"origin": [61, 50, -10], "size": [13, 11, 17], "uv": [0, 113]}, + {"origin": [75.75, 48, -14.5], "size": [13, 15, 26], "uv": [0, 0]}, + {"origin": [52, 52, -6], "size": [8, 7, 9], "uv": [160, 54]} + ] + }, + { + "name": "crystal_left", + "parent": "hand_left", + "pivot": [98, 63, -1], + "rotation": [0, 0, -35], + "cubes": [ + {"origin": [70.5, 59, 58.5], "size": [-10, 22, 10], "pivot": [0, 53, 0], "rotation": [0, 45, 0], "uv": [198, 127]}, + {"origin": [90.5, 69, -4.5], "size": [2, 12, 2], "uv": [142, 162]}, + {"origin": [91.5, 69, -0.5], "size": [1, 10, 1], "uv": [144, 161]}, + {"origin": [62, 81, 60], "size": [7, 15, 7], "inflate": -0.01, "pivot": [0, 53, 0], "rotation": [0, 45, 0], "uv": [137, 157]} + ] + }, + { + "name": "finger_middle_left", + "parent": "hand_left", + "pivot": [99, 55, -2], + "cubes": [ + {"origin": [97.75, 52.29289, -3.8], "size": [13, 6, 6], "pivot": [99, 55, -2], "rotation": [45, 0, 0], "uv": [156, 131]} + ] + }, + { + "name": "finger_middle_left2", + "parent": "finger_middle_left", + "pivot": [111, 57, -1], + "rotation": [0, 0, 45], + "cubes": [ + {"origin": [109.62868, 52.62132, -4.5], "size": [4, 5, 5], "pivot": [108.87868, 54.12132, -2], "rotation": [-45, 0, 0], "uv": [180, 0]} + ] + }, + { + "name": "finger_middle_left3", + "parent": "finger_middle_left2", + "pivot": [114.87868, 59.12132, -2], + "rotation": [0, 0, 45], + "cubes": [ + {"origin": [114.62868, 52.12132, -5], "size": [7, 6, 6], "pivot": [114.87868, 54.12132, -2], "rotation": [-45, 0, 0], "uv": [0, 0]}, + {"origin": [120.62868, 53.12132, -4], "size": [6, 4, 4], "pivot": [114.87868, 54.12132, -2], "rotation": [-45, 0, 0], "uv": [116, 24]}, + {"origin": [126.62868, 54.12132, -3], "size": [4, 2, 2], "pivot": [114.87868, 54.12132, -2], "rotation": [-45, 0, 0], "uv": [52, 21]} + ] + }, + { + "name": "finger_back_left", + "parent": "hand_left", + "pivot": [96, 55, 7], + "rotation": [0, -45, 0], + "cubes": [ + {"origin": [94.75, 52, 5], "size": [13, 6, 6], "pivot": [96, 55, 7], "rotation": [45, 0, 0], "uv": [156, 131]} + ] + }, + { + "name": "finger_back_left2", + "parent": "finger_back_left", + "pivot": [108, 60, 7], + "rotation": [0, 0, 45], + "cubes": [ + {"origin": [108.75, 53.5, 4.5], "size": [4, 5, 5], "pivot": [108, 55, 7], "rotation": [-45, 0, 0], "uv": [180, 0]} + ] + }, + { + "name": "finger_back_left3", + "parent": "finger_back_left2", + "pivot": [114, 60, 7], + "rotation": [0, 0, 45], + "cubes": [ + {"origin": [113.75, 53, 4], "size": [7, 6, 6], "pivot": [114, 55, 7], "rotation": [-45, 0, 0], "uv": [0, 0]}, + {"origin": [119.75, 54, 5], "size": [6, 4, 4], "pivot": [114, 55, 7], "rotation": [-45, 0, 0], "uv": [116, 24]}, + {"origin": [125.75, 55, 6], "size": [4, 2, 2], "pivot": [114, 55, 7], "rotation": [-45, 0, 0], "uv": [52, 21]} + ] + }, + { + "name": "finger_front_left", + "parent": "hand_left", + "pivot": [95, 55, -9], + "rotation": [0, 45, 0], + "cubes": [ + {"origin": [93.75, 53, -12], "size": [13, 6, 6], "pivot": [95, 55, -9], "rotation": [45, 0, 0], "uv": [156, 131]} + ] + }, + { + "name": "finger_front_left2", + "parent": "finger_front_left", + "pivot": [107, 60, -9], + "rotation": [0, 0, 45], + "cubes": [ + {"origin": [107.75, 53.5, -11.5], "size": [4, 5, 5], "pivot": [107, 55, -9], "rotation": [45, 0, 0], "uv": [162, 0]} + ] + }, + { + "name": "finger_front_left3", + "parent": "finger_front_left2", + "pivot": [110, 57, -9], + "rotation": [0, 0, 45], + "cubes": [ + {"origin": [109.75, 54.24264, -12], "size": [7, 6, 6], "pivot": [110, 56.24264, -9], "rotation": [45, 0, 0], "uv": [0, 0]}, + {"origin": [115.75, 55.24264, -11], "size": [6, 4, 4], "pivot": [110, 56.24264, -9], "rotation": [45, 0, 0], "uv": [2, 2]}, + {"origin": [121.75, 56.24264, -10], "size": [4, 2, 2], "pivot": [110, 56.24264, -9], "rotation": [45, 0, 0], "uv": [4, 4]} + ] + }, + { + "name": "bone26", + "parent": "hand_left", + "pivot": [12, 52, 0], + "cubes": [ + {"origin": [49, 49, 35], "size": [18, 13, 18], "pivot": [12, 52, 0], "rotation": [0, 45, 0], "uv": [0, 82]} + ] + }, + { + "name": "bone27", + "parent": "hand_left", + "pivot": [26, 52, 0], + "cubes": [ + {"origin": [62, 48, 34], "size": [19, 15, 19], "inflate": -0.01, "pivot": [26, 52, 0], "rotation": [0, 45, 0], "uv": [59, 22]} + ] + }, + { + "name": "arm_right", + "parent": "arms", + "pivot": [-11, 56, -2], + "cubes": [ + {"origin": [-29, 36, -39], "size": [18, 4, 4], "pivot": [27, 4, 2], "rotation": [-45, 0, 0], "uv": [144, 123]} + ] + }, + { + "name": "bone2", + "parent": "arm_right", + "pivot": [-29, 56, -2], + "rotation": [0, 0, -117.5], + "cubes": [ + {"origin": [-60.01626, 13.24702, -39], "size": [8, 4, 4], "pivot": [1.98374, -18.75298, 2], "rotation": [-45, 0, 27.5], "uv": [102, 0]}, + {"origin": [-52.51626, 31.24702, -17], "size": [3, 3, 8], "pivot": [1.98374, -18.75298, 2], "rotation": [0, 10, 27.5], "uv": [88, 0]}, + {"origin": [-52.01626, 31.74702, -21], "size": [2, 2, 8], "pivot": [1.98374, -18.75298, 2], "rotation": [0, 10, 27.5], "uv": [96, 121]} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-30, 56, -2], + "cubes": [ + {"origin": [-52, 36.5, -38.5], "size": [24, 3, 3], "pivot": [9, 4, 2], "rotation": [-45, 0, 0], "uv": [52, 56]} + ] + }, + { + "name": "hand_right", + "parent": "arm_right2", + "pivot": [-52, 56, -2], + "cubes": [ + {"origin": [-50, 51, 37], "size": [12, 9, 12], "pivot": [1, 52, 0], "rotation": [0, -45, 0], "uv": [52, 0], "mirror": true}, + {"origin": [-74, 50, -10], "size": [13, 11, 17], "uv": [0, 113], "mirror": true}, + {"origin": [-88.75, 48, -14.5], "size": [13, 15, 26], "uv": [0, 0], "mirror": true}, + {"origin": [-60, 52, -6], "size": [8, 7, 9], "uv": [160, 54], "mirror": true} + ] + }, + { + "name": "crystal_right", + "parent": "hand_right", + "pivot": [-98, 63, -1], + "rotation": [0, 0, 35], + "cubes": [ + {"origin": [-60.5, 59, 58.5], "size": [-10, 22, 10], "pivot": [0, 53, 0], "rotation": [0, -45, 0], "uv": [198, 127], "mirror": true}, + {"origin": [-92.5, 69, -4.5], "size": [2, 12, 2], "uv": [142, 162], "mirror": true}, + {"origin": [-92.5, 69, -0.5], "size": [1, 10, 1], "uv": [145, 163], "mirror": true}, + {"origin": [-69, 81, 60], "size": [7, 15, 7], "inflate": -0.01, "pivot": [0, 53, 0], "rotation": [0, -45, 0], "uv": [137, 157], "mirror": true} + ] + }, + { + "name": "finger_middle_right", + "parent": "hand_right", + "pivot": [-99, 55, -2], + "cubes": [ + {"origin": [-110.75, 52.29289, -3.8], "size": [13, 6, 6], "pivot": [-99, 55, -2], "rotation": [45, 0, 0], "uv": [156, 131], "mirror": true} + ] + }, + { + "name": "finger_middle_right2", + "parent": "finger_middle_right", + "pivot": [-111, 60, -2], + "rotation": [0, 0, -45], + "cubes": [ + {"origin": [-115.75, 53.5, -4.5], "size": [4, 5, 5], "pivot": [-111, 55, -2], "rotation": [-45, 0, 0], "uv": [180, 0], "mirror": true} + ] + }, + { + "name": "finger_middle_right3", + "parent": "finger_middle_right2", + "pivot": [-117, 60, -2], + "rotation": [0, 0, -45], + "cubes": [ + {"origin": [-123.75, 53, -5], "size": [7, 6, 6], "pivot": [-117, 55, -2], "rotation": [-45, 0, 0], "uv": [0, 0], "mirror": true}, + {"origin": [-128.75, 54, -4], "size": [6, 4, 4], "pivot": [-117, 55, -2], "rotation": [-45, 0, 0], "uv": [116, 24], "mirror": true}, + {"origin": [-132.75, 55, -3], "size": [4, 2, 2], "pivot": [-117, 55, -2], "rotation": [-45, 0, 0], "uv": [52, 21], "mirror": true} + ] + }, + { + "name": "finger_back_right", + "parent": "hand_right", + "pivot": [-95, 55, 7], + "rotation": [0, 45, 0], + "cubes": [ + {"origin": [-107, 52, 5], "size": [13, 6, 6], "pivot": [-95, 55, 7], "rotation": [45, 0, 0], "uv": [156, 131], "mirror": true} + ] + }, + { + "name": "finger_back_right2", + "parent": "finger_back_right", + "pivot": [-107, 60, 7], + "rotation": [0, 0, -45], + "cubes": [ + {"origin": [-111.75, 53.5, 4.5], "size": [4, 5, 5], "pivot": [-107, 55, 7], "rotation": [-45, 0, 0], "uv": [180, 0], "mirror": true} + ] + }, + { + "name": "finger_back_right3", + "parent": "finger_back_right2", + "pivot": [-113, 60, 7], + "rotation": [0, 0, -45], + "cubes": [ + {"origin": [-119.75, 53, 4], "size": [7, 6, 6], "pivot": [-113, 55, 7], "rotation": [-45, 0, 0], "uv": [0, 0], "mirror": true}, + {"origin": [-124.75, 54, 5], "size": [6, 4, 4], "pivot": [-113, 55, 7], "rotation": [-45, 0, 0], "uv": [116, 24], "mirror": true}, + {"origin": [-128.75, 55, 6], "size": [4, 2, 2], "pivot": [-113, 55, 7], "rotation": [-45, 0, 0], "uv": [52, 21], "mirror": true} + ] + }, + { + "name": "finger_front_right", + "parent": "hand_right", + "pivot": [-95, 55, -9], + "rotation": [0, -45, 0], + "cubes": [ + {"origin": [-106.75, 53, -12], "size": [13, 6, 6], "pivot": [-95, 55, -9], "rotation": [45, 0, 0], "uv": [156, 131], "mirror": true} + ] + }, + { + "name": "finger_front_right2", + "parent": "finger_front_right", + "pivot": [-107, 60, -9], + "rotation": [0, 0, -45], + "cubes": [ + {"origin": [-111.75, 53.5, -11.5], "size": [4, 5, 5], "pivot": [-107, 55, -9], "rotation": [45, 0, 0], "uv": [162, 0], "mirror": true} + ] + }, + { + "name": "finger_front_right3", + "parent": "finger_front_right2", + "pivot": [-110, 57, -9], + "rotation": [0, 0, -45], + "cubes": [ + {"origin": [-116.75, 54.24264, -12], "size": [7, 6, 6], "pivot": [-110, 56.24264, -9], "rotation": [45, 0, 0], "uv": [0, 0], "mirror": true}, + {"origin": [-121.75, 55.24264, -11], "size": [6, 4, 4], "pivot": [-110, 56.24264, -9], "rotation": [45, 0, 0], "uv": [2, 2], "mirror": true}, + {"origin": [-125.75, 56.24264, -10], "size": [4, 2, 2], "pivot": [-110, 56.24264, -9], "rotation": [45, 0, 0], "uv": [4, 4], "mirror": true} + ] + }, + { + "name": "bone7", + "parent": "hand_right", + "pivot": [-12, 52, 0], + "cubes": [ + {"origin": [-67, 49, 35], "size": [18, 13, 18], "pivot": [-12, 52, 0], "rotation": [0, -45, 0], "uv": [0, 82], "mirror": true} + ] + }, + { + "name": "bone8", + "parent": "hand_right", + "pivot": [-26, 52, 0], + "cubes": [ + {"origin": [-81, 48, 34], "size": [19, 15, 19], "inflate": -0.01, "pivot": [-26, 52, 0], "rotation": [0, -45, 0], "uv": [59, 22], "mirror": true} + ] + }, + { + "name": "waist", + "parent": "torso", + "pivot": [12, -10, 0], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [-6, 28, 18], "size": [12, 4, 8], "uv": [0, 153]}, + {"origin": [12.2, 28, 17.2], "size": [8, 4, 8], "pivot": [12, -10, 0], "rotation": [0, -45, 0], "uv": [160, 70]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-4, 32, 7], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [-21.2, 4.82743, 29.72351], "size": [4, 4, 4], "pivot": [-12, -10.17257, -9.47649], "rotation": [45, 45, 0], "uv": [172, 10]}, + {"origin": [-22.2, 4.82743, 19.72351], "size": [6, 4, 10], "pivot": [-12, -10.17257, -9.47649], "rotation": [45, 45, 0], "uv": [40, 165]}, + {"origin": [-19.9, 4.82743, 15.72351], "size": [2, 4, 6], "pivot": [-12, -10.17257, -9.47649], "rotation": [45, 45, 0], "uv": [100, 11]}, + {"origin": [-4.4, 5.54743, 19.72351], "size": [4, 4, 10], "pivot": [-12, -10.17257, -9.47649], "rotation": [-23.77651, 56.88143, -82.48083], "uv": [43, 113]}, + {"origin": [-3.2, 6.52743, 24.72351], "size": [2, 2, 10], "pivot": [-12, -10.17257, -9.47649], "rotation": [-23.77651, 56.88143, -82.48083], "uv": [0, 12]} + ] + }, + { + "name": "leg_right2", + "parent": "leg_right", + "pivot": [-10, 20.82743, 2.52351], + "cubes": [ + {"origin": [-20.8, 4.82743, -4.27649], "size": [4, 2, 24], "pivot": [-12, -8.17257, -9.47649], "rotation": [45, 45, 0], "uv": [111, 32]}, + {"origin": [-15.65744, 13.42743, -8.83284], "size": [2, 4, 4], "pivot": [-16, 13.82743, -3.47649], "rotation": [57.00267, 23.34939, 20.83205], "uv": [108, 121]}, + {"origin": [-15.65744, 16.82743, -7.77649], "size": [2, 2, 6], "inflate": 0.01, "pivot": [-16, 13.82743, -3.47649], "rotation": [74.50267, 23.34939, 20.83205], "uv": [136, 24]}, + {"origin": [-17.65744, 12.75145, -8.83284], "size": [2, 4, 4], "pivot": [-16, 13.82743, -3.47649], "rotation": [4.77512, 59.88472, -49.21964], "uv": [14, 12]}, + {"origin": [-19.8, 6.82743, -4.27649], "size": [2, 4, 2], "pivot": [-12, -8.17257, -9.47649], "rotation": [45, 45, 0], "uv": [116, 58]}, + {"origin": [-11.8, 3.82743, 7.32351], "size": [2, 2, 6], "inflate": 0.01, "pivot": [-12, -8.17257, -9.47649], "rotation": [24.77512, 59.88472, -49.21964], "uv": [116, 32]} + ] + }, + { + "name": "bone23", + "parent": "leg_right2", + "pivot": [-12, -8.17257, -9.47649], + "cubes": [ + {"origin": [-19.8, 6.32743, 1.72351], "size": [2, 2, 6], "inflate": 0.01, "pivot": [-12, -8.17257, -9.47649], "rotation": [65, 45, 0], "uv": [72, 175]} + ] + }, + { + "name": "bone17", + "parent": "leg_right2", + "pivot": [-12, -16.17257, -9.47649], + "cubes": [ + {"origin": [-3, 0.12743, 1.32351], "size": [2, 2, 24], "pivot": [-12, -16.17257, -9.47649], "rotation": [-23.77651, 56.88143, -82.48083], "uv": [116, 97]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [4, 32, 7], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [17.2, 4.82743, 29.72351], "size": [4, 4, 4], "pivot": [12, -10.17257, -9.47649], "rotation": [45, -45, 0], "uv": [172, 10], "mirror": true}, + {"origin": [16.2, 4.82743, 19.72351], "size": [6, 4, 10], "inflate": 0.01, "pivot": [12, -10.17257, -9.47649], "rotation": [45, -45, 0], "uv": [40, 165], "mirror": true}, + {"origin": [17.9, 4.82743, 15.72351], "size": [2, 4, 6], "pivot": [12, -10.17257, -9.47649], "rotation": [45, -45, 0], "uv": [100, 11], "mirror": true}, + {"origin": [0.4, 5.54743, 19.72351], "size": [4, 4, 10], "pivot": [12, -10.17257, -9.47649], "rotation": [-23.77651, -56.88143, 82.48083], "uv": [43, 113], "mirror": true}, + {"origin": [1.2, 6.52743, 24.72351], "size": [2, 2, 10], "pivot": [12, -10.17257, -9.47649], "rotation": [-23.77651, -56.88143, 82.48083], "uv": [0, 12], "mirror": true} + ] + }, + { + "name": "leg_left2", + "parent": "leg_left", + "pivot": [10, 20.82743, 2.52351], + "cubes": [ + {"origin": [16.8, 4.82743, -4.27649], "size": [4, 2, 24], "pivot": [12, -8.17257, -9.47649], "rotation": [45, -45, 0], "uv": [111, 32], "mirror": true}, + {"origin": [13.65744, 13.42743, -8.83284], "size": [2, 4, 4], "pivot": [16, 13.82743, -3.47649], "rotation": [57.00267, -23.34939, -20.83205], "uv": [108, 121], "mirror": true}, + {"origin": [13.65744, 16.82743, -7.77649], "size": [2, 2, 6], "inflate": 0.01, "pivot": [16, 13.82743, -3.47649], "rotation": [74.50267, -23.34939, -20.83205], "uv": [136, 24], "mirror": true}, + {"origin": [15.65744, 12.75145, -8.83284], "size": [2, 4, 4], "pivot": [16, 13.82743, -3.47649], "rotation": [4.77512, -59.88472, 49.21964], "uv": [14, 12], "mirror": true}, + {"origin": [17.8, 6.82743, -4.27649], "size": [2, 4, 2], "pivot": [12, -8.17257, -9.47649], "rotation": [45, -45, 0], "uv": [116, 58], "mirror": true}, + {"origin": [9.8, 3.82743, 7.32351], "size": [2, 2, 6], "inflate": 0.01, "pivot": [12, -8.17257, -9.47649], "rotation": [24.77512, -59.88472, 49.21964], "uv": [116, 32], "mirror": true} + ] + }, + { + "name": "bone9", + "parent": "leg_left2", + "pivot": [12, -8.17257, -9.47649], + "cubes": [ + {"origin": [17.8, 6.32743, 1.72351], "size": [2, 2, 6], "inflate": 0.01, "pivot": [12, -8.17257, -9.47649], "rotation": [65, -45, 0], "uv": [62, 167], "mirror": true} + ] + }, + { + "name": "bone10", + "parent": "leg_left2", + "pivot": [12, -16.17257, -9.47649], + "cubes": [ + {"origin": [1, 0.12743, 1.32351], "size": [2, 2, 24], "pivot": [12, -16.17257, -9.47649], "rotation": [-23.77651, -56.88143, 82.48083], "uv": [116, 97], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/nihilego/nihilego.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/nihilego/nihilego.geo.json new file mode 100644 index 0000000..108ae2e --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/nihilego/nihilego.geo.json @@ -0,0 +1,373 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 256, + "texture_height": 256, + "visible_bounds_width": 5, + "visible_bounds_height": 7, + "visible_bounds_offset": [0, 2.5, 0] + }, + "bones": [ + { + "name": "nihilego", + "pivot": [0, 0, 0] + }, + { + "name": "main", + "parent": "nihilego", + "pivot": [0, 31, 0] + }, + { + "name": "head", + "parent": "main", + "pivot": [0, 47.09054, -7.62638], + "cubes": [ + {"origin": [-1, 43.09054, -8.62638], "size": [2, 2, 2], "uv": [24, 50]}, + {"origin": [1.5, 43.09054, -8.62638], "size": [2, 2, 2], "uv": [24, 46]}, + {"origin": [-3.5, 43.09054, -8.62638], "size": [2, 2, 2], "uv": [24, 42]} + ] + }, + { + "name": "head_blob", + "parent": "head", + "pivot": [0, 47.25957, -0.82137], + "cubes": [ + {"origin": [-7.5, 44.00957, -8.32137], "size": [15, 3, 15], "inflate": 0.01, "uv": [73, 0]}, + {"origin": [-9, 47.00957, -9.32137], "size": [18, 4, 17], "uv": [58, 55]} + ] + }, + { + "name": "jellypart", + "parent": "head_blob", + "pivot": [-10, 19.00957, 9.67863], + "cubes": [ + {"origin": [9, 60.00957, 7.67863], "size": [-18, -9, -17], "uv": [168, 151]} + ] + }, + { + "name": "starpattern", + "parent": "jellypart", + "pivot": [2.5, 20.09054, 9.34862], + "cubes": [ + {"origin": [-9, 51.46554, -9.47638], "size": [18, 8, 0], "uv": [118, 0]}, + {"origin": [-3.5, 51.46554, -9.52638], "size": [7, 7, 0], "uv": [154, 1]}, + {"origin": [-3.5, 51.46554, 7.80138], "size": [7, 7, 0], "uv": [154, 1], "mirror": true}, + {"origin": [-9, 51.46554, 7.72362], "size": [18, 8, 0], "uv": [118, 0]}, + {"origin": [0.05, 51.46554, -0.50138], "size": [17, 8, 0], "pivot": [9, 54.46554, -0.47638], "rotation": [0, -90, 0], "uv": [133, 10]}, + {"origin": [-17.05, 51.46554, -0.50138], "size": [17, 8, 0], "pivot": [-9, 54.46554, -0.47638], "rotation": [0, 90, 0], "uv": [133, 10], "mirror": true} + ] + }, + { + "name": "right_arm_front", + "parent": "head", + "pivot": [-5.55, 44.09054, -9.15138], + "cubes": [ + {"origin": [-5.5, 34.09054, -8.47638], "size": [3, 11, 3], "uv": [89, 94]} + ] + }, + { + "name": "bone7", + "parent": "right_arm_front", + "pivot": [-5.575, 34.89054, -9.15138], + "cubes": [ + {"origin": [-5.5, 25.09054, -8.47638], "size": [3, 10, 3], "inflate": 0.02, "uv": [0, 66]} + ] + }, + { + "name": "left_arm_front", + "parent": "head", + "pivot": [5.55, 44.09054, -9.15138], + "cubes": [ + {"origin": [2.5, 34.09054, -8.47638], "size": [3, 11, 3], "uv": [1, 95]} + ] + }, + { + "name": "bone6", + "parent": "left_arm_front", + "pivot": [5.575, 34.89054, -9.15138], + "cubes": [ + {"origin": [2.5, 25.09054, -8.47638], "size": [3, 10, 3], "inflate": 0.02, "uv": [102, 99]} + ] + }, + { + "name": "right_arm_back", + "parent": "head", + "pivot": [-5.55, 44.09054, -5.15138], + "cubes": [ + {"origin": [-8.5, 34.09054, -6.65138], "size": [3, 10, 3], "uv": [26, 105]} + ] + }, + { + "name": "bone4", + "parent": "right_arm_back", + "pivot": [-8.575, 34.89054, -5.15138], + "cubes": [ + {"origin": [-8.5, 25.09054, -6.65138], "size": [3, 10, 3], "inflate": 0.02, "uv": [14, 105]} + ] + }, + { + "name": "bone5", + "parent": "bone4", + "pivot": [-8.425, 25.99054, -5.15138], + "cubes": [ + {"origin": [-8.5, 16.09054, -6.65138], "size": [3, 10, 3], "inflate": 0.03, "uv": [103, 76]} + ] + }, + { + "name": "left_arm_back", + "parent": "head", + "pivot": [5.55, 44.09054, -5.15138], + "cubes": [ + {"origin": [5.5, 34.09054, -6.65138], "size": [3, 10, 3], "uv": [0, 109]} + ] + }, + { + "name": "bone2", + "parent": "left_arm_back", + "pivot": [8.575, 34.89054, -5.15138], + "cubes": [ + {"origin": [5.5, 25.09054, -6.65138], "size": [3, 10, 3], "inflate": 0.02, "uv": [85, 108]} + ] + }, + { + "name": "bone3", + "parent": "bone2", + "pivot": [8.425, 25.99054, -5.15138], + "cubes": [ + {"origin": [5.5, 16.09054, -6.65138], "size": [3, 10, 3], "inflate": 0.03, "uv": [58, 106]} + ] + }, + { + "name": "tentacle_r_arm", + "parent": "head", + "pivot": [-7.45, 44.11554, 0.84862], + "cubes": [ + {"origin": [-9.5, 35.09054, 14.34862], "size": [9, 9, 3], "pivot": [0.5, 39.09054, 6.34862], "rotation": [0, -90, 0], "uv": [0, 54]} + ] + }, + { + "name": "middle_ten_r", + "parent": "tentacle_r_arm", + "pivot": [-8.65, 36.09054, 0.34862], + "cubes": [ + {"origin": [-12.5, 18.09054, 14.34862], "size": [13, 18, 3], "pivot": [-0.5, 40.09054, 6.34862], "rotation": [0, -90, 0], "uv": [0, 21]} + ] + }, + { + "name": "tentacle_r_2", + "parent": "middle_ten_r", + "pivot": [-11.475, 19.06554, 1.34862], + "cubes": [ + {"origin": [-4.5, 13.09054, 11.34862], "size": [4, 6, 3], "inflate": 0.02, "pivot": [-0.5, 30.09054, 3.34862], "rotation": [0, -90, 0], "uv": [38, 112]} + ] + }, + { + "name": "tentacle_r_4", + "parent": "tentacle_r_2", + "pivot": [-11.475, 13.06554, 1.34862], + "cubes": [ + {"origin": [-4.5, 9.09054, 11.34862], "size": [4, 5, 3], "inflate": 0.03, "pivot": [-0.5, 30.09054, 3.34862], "rotation": [0, -90, 0], "uv": [114, 99]} + ] + }, + { + "name": "tentacle_r_1", + "parent": "middle_ten_r", + "pivot": [-11.525, 19.09054, -3.65138], + "cubes": [ + {"origin": [-4.5, 13.09054, 6.34862], "size": [4, 6, 3], "inflate": 0.02, "pivot": [-0.5, 30.09054, -1.65138], "rotation": [0, -90, 0], "uv": [111, 109]} + ] + }, + { + "name": "tentacle_r_3", + "parent": "tentacle_r_1", + "pivot": [-11.525, 14.09054, -3.65138], + "cubes": [ + {"origin": [-7.97, 14.06054, -2.15638], "size": [-4, -8, -3], "pivot": [-9.97, 9.06054, -3.65638], "rotation": [0, 90, 0], "uv": [108, 187]} + ] + }, + { + "name": "big_in_1", + "parent": "tentacle_r_3", + "pivot": [-9.88316, 7.57136, -3.67638], + "cubes": [ + {"origin": [-10.95, 7.56554, -4.67638], "size": [2, 2, 2], "inflate": -0.05, "pivot": [-9.875, 8.09054, -3.50138], "rotation": [0, 0, 8], "uv": [155, 45]} + ] + }, + { + "name": "small_in_1", + "parent": "tentacle_r_3", + "pivot": [-10.34516, 10.27637, -3.65138], + "cubes": [ + {"origin": [-10.75, 10.76554, -4.15138], "size": [1, 1, 1], "inflate": 0.2, "pivot": [-10.375, 10.59054, -4.00138], "rotation": [0, 0, -8], "uv": [155, 42]} + ] + }, + { + "name": "tentacle_r_arm2", + "parent": "head", + "pivot": [7.45, 44.11554, 0.84862], + "cubes": [ + {"origin": [0.5, 35.09054, 14.34862], "size": [9, 9, 3], "pivot": [-0.5, 39.09054, 6.34862], "rotation": [0, 90, 0], "uv": [0, 42]} + ] + }, + { + "name": "middle_ten_r2", + "parent": "tentacle_r_arm2", + "pivot": [8.65, 36.09054, 0.34862], + "cubes": [ + {"origin": [-0.5, 18.09054, 14.34862], "size": [13, 18, 3], "pivot": [0.5, 40.09054, 6.34862], "rotation": [0, 90, 0], "uv": [0, 0]} + ] + }, + { + "name": "tentacle_r_5", + "parent": "middle_ten_r2", + "pivot": [11.475, 19.06554, 1.34862], + "cubes": [ + {"origin": [0.5, 13.09054, 11.34862], "size": [4, 6, 3], "inflate": 0.02, "pivot": [0.5, 30.09054, 3.34862], "rotation": [0, 90, 0], "uv": [111, 60]} + ] + }, + { + "name": "tentacle_r_6", + "parent": "tentacle_r_5", + "pivot": [11.475, 14.06554, 1.34862], + "cubes": [ + {"origin": [0.5, 9.09054, 11.34862], "size": [4, 5, 3], "inflate": 0.03, "pivot": [0.5, 30.09054, 3.34862], "rotation": [0, 90, 0], "uv": [97, 112]} + ] + }, + { + "name": "tentacle_r_7", + "parent": "middle_ten_r2", + "pivot": [11.525, 19.09054, -3.65138], + "cubes": [ + {"origin": [0.5, 13.09054, 6.34862], "size": [4, 6, 3], "inflate": 0.02, "pivot": [0.5, 30.09054, -1.65138], "rotation": [0, 90, 0], "uv": [21, 63]} + ] + }, + { + "name": "tentacle_r_8", + "parent": "tentacle_r_7", + "pivot": [11.525, 14.09054, -3.65138], + "cubes": [ + {"origin": [11.97, 14.06054, -2.15638], "size": [-4, -8, -3], "pivot": [9.97, 9.06054, -3.65638], "rotation": [0, -90, 0], "uv": [108, 187], "mirror": true} + ] + }, + { + "name": "small_in_2", + "parent": "tentacle_r_8", + "pivot": [10.34516, 7.27637, -3.65138], + "cubes": [ + {"origin": [9.75, 7.76554, -4.15138], "size": [1, 1, 1], "inflate": 0.2, "pivot": [10.375, 7.59054, -4.00138], "rotation": [0, 0, 8], "uv": [155, 42], "mirror": true} + ] + }, + { + "name": "big_in_2", + "parent": "tentacle_r_8", + "pivot": [9.88316, 10.42136, -3.67638], + "cubes": [ + {"origin": [8.95, 10.41554, -4.67638], "size": [2, 2, 2], "inflate": -0.05, "pivot": [9.875, 10.94054, -3.50138], "rotation": [0, 0, -8], "uv": [155, 45], "mirror": true} + ] + }, + { + "name": "body_1", + "parent": "head", + "pivot": [0, 44.09054, 5.34862], + "cubes": [ + {"origin": [-8, 36.09054, 3.34862], "size": [16, 8, 4], "uv": [75, 37]} + ] + }, + { + "name": "body_2", + "parent": "body_1", + "pivot": [0, 36.09054, 4.34862], + "cubes": [ + {"origin": [-10, 21.09054, 4.34862], "size": [20, 15, 4], "uv": [73, 18]} + ] + }, + { + "name": "tentacle_mid_l4", + "parent": "body_2", + "pivot": [-10, 22.06554, 8.34862], + "cubes": [ + {"origin": [-10, 16.09054, 4.34862], "size": [4, 6, 4], "uv": [42, 102]} + ] + }, + { + "name": "tentacle_mid_l_5", + "parent": "tentacle_mid_l4", + "pivot": [-10, 17.11554, 8.34862], + "cubes": [ + {"origin": [-10, 10.09054, 4.34862], "size": [4, 7, 4], "uv": [14, 94]} + ] + }, + { + "name": "tentacle_mid_l2", + "parent": "body_2", + "pivot": [10, 22.06554, 8.34862], + "cubes": [ + {"origin": [6, 16.09054, 4.34862], "size": [4, 6, 4], "uv": [102, 89]} + ] + }, + { + "name": "tentacle_mid_l_3", + "parent": "tentacle_mid_l2", + "pivot": [10, 17.11554, 8.34862], + "cubes": [ + {"origin": [6, 10.09054, 4.34862], "size": [4, 7, 4], "uv": [30, 94]} + ] + }, + { + "name": "tentacle_mid_l3", + "parent": "body_2", + "pivot": [-3, 22.06554, 8.34862], + "cubes": [ + {"origin": [-5, 9.09054, 4.34862], "size": [4, 13, 4], "inflate": 0.01, "uv": [87, 76]} + ] + }, + { + "name": "tentacle_mid_l_4", + "parent": "tentacle_mid_l3", + "pivot": [-3, 10.11554, 8.34862], + "cubes": [ + {"origin": [-5.01, -2.91946, 4.33862], "size": [4, 13, 4], "uv": [56, 89]} + ] + }, + { + "name": "tentacle_mid_l", + "parent": "body_2", + "pivot": [3, 22.06554, 8.34862], + "cubes": [ + {"origin": [1, 9.09054, 4.34862], "size": [4, 13, 4], "inflate": 0.01, "uv": [72, 93]} + ] + }, + { + "name": "tentacle_mid_l_2", + "parent": "tentacle_mid_l", + "pivot": [3, 10.11554, 8.34862], + "cubes": [ + {"origin": [1.01, -2.91946, 4.33862], "size": [4, 13, 4], "uv": [56, 89], "mirror": true} + ] + }, + { + "name": "ring", + "parent": "head", + "pivot": [6.32129, 48.07799, -9.15138], + "cubes": [ + {"origin": [8.43997, 48.075, 6.34862], "size": [7, 1, 7], "inflate": 0.01, "pivot": [11.93997, 48.575, 9.84862], "rotation": [0, -90, 0], "uv": [128, 68]}, + {"origin": [-15.43997, 48.075, 6.34862], "size": [7, 1, 7], "inflate": 0.01, "pivot": [-11.93997, 48.575, 9.84862], "rotation": [0, 90, 0], "uv": [128, 68], "mirror": true}, + {"origin": [8.43997, 48.075, -15.65138], "size": [7, 1, 7], "inflate": 0.01, "uv": [128, 68]}, + {"origin": [-15.43997, 48.075, -15.65138], "size": [7, 1, 7], "inflate": 0.01, "uv": [128, 68], "mirror": true}, + {"origin": [4.29994, 52.47893, -18.65138], "size": [5, 1, 35], "inflate": 0.01, "pivot": [-2.20006, 52.47893, -9.15138], "rotation": [0, 0, 22.5], "uv": [176, 0]}, + {"origin": [-9.29994, 52.47893, -18.65138], "size": [5, 1, 35], "inflate": 0.01, "pivot": [2.20006, 52.47893, -9.15138], "rotation": [0, 0, -22.5], "uv": [176, 0], "mirror": true}, + {"origin": [-0.25, 49.03478, -18.65138], "size": [5, 1, 35], "inflate": 0.01, "pivot": [2.25, 49.03478, -9.15138], "rotation": [0, 0, -22.5], "uv": [176, 38]}, + {"origin": [-4.75, 49.03478, -18.65138], "size": [5, 1, 35], "inflate": 0.01, "pivot": [-2.25, 49.03478, -9.15138], "rotation": [0, 0, 22.5], "uv": [176, 38], "mirror": true}, + {"origin": [-7.36576, 51.98527, -14.87372], "size": [4, 1, 37], "inflate": 0.01, "pivot": [3, 52.8693, 0.62628], "rotation": [90, -67.5, -90], "uv": [174, 74]}, + {"origin": [-1.63424, 47.77575, -16.55138], "size": [5, 1, 37], "inflate": 0.01, "pivot": [3, 48.65978, -1.05138], "rotation": [-90, -67.5, 90], "uv": [164, 112]}, + {"origin": [2.63424, 47.77575, -16.55138], "size": [5, 1, 37], "inflate": 0.01, "pivot": [3, 48.65978, -1.05138], "rotation": [90, -67.5, -90], "uv": [164, 112], "mirror": true}, + {"origin": [10.36576, 52.36795, -19.15291], "size": [4, 1, 37], "inflate": 0.01, "pivot": [3, 53.25198, -3.65291], "rotation": [-90, -67.5, 90], "uv": [174, 74], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/noibat/noibat.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/noibat/noibat.geo.json new file mode 100644 index 0000000..9b09a29 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/noibat/noibat.geo.json @@ -0,0 +1,295 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 4, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "noibat", + "pivot": [0, 0, 0] + }, + { + "name": "Chest", + "parent": "noibat", + "pivot": [0, 15.81849, -0.08893], + "cubes": [ + {"origin": [-2, 14.75, -2], "size": [4, 2, 4], "uv": [12, 24]}, + {"origin": [0, 15.4, -1.75], "size": [2, 2, 0], "pivot": [0.75, 16.5, -1.75], "rotation": [-21.19748, -25.23098, -47.70372], "uv": [37, 30]}, + {"origin": [-2, 15.4, -1.75], "size": [2, 2, 0], "pivot": [-0.75, 16.5, -1.75], "rotation": [-21.19748, 25.23098, 47.70372], "uv": [37, 30], "mirror": true}, + {"origin": [0.25, 14.5, -1.75], "size": [2, 2, 0], "pivot": [1.25, 15.75, -2], "rotation": [-12.37961, 8.53726, 46.5724], "uv": [40, 9], "mirror": true}, + {"origin": [0.25, 14.5, 1.75], "size": [2, 2, 0], "pivot": [1.25, 15.75, 2], "rotation": [10.72858, -10.54529, 44.00703], "uv": [10, 40], "mirror": true}, + {"origin": [-1, 14.65, -1.75], "size": [2, 2, 0], "pivot": [0.25, 15.75, -1.75], "rotation": [-24.25045, 22.32924, 40.144], "uv": [26, 39]}, + {"origin": [0.25, 15.5, 1.5], "size": [2, 2, 0], "pivot": [1.25, 16.75, 1.5], "rotation": [22.20765, -20.70481, 40.89339], "uv": [18, 36], "mirror": true}, + {"origin": [-2.25, 14.5, 1.75], "size": [2, 2, 0], "pivot": [-1.25, 15.75, 2], "rotation": [10.72858, 10.54529, -44.00703], "uv": [10, 40]}, + {"origin": [-2.25, 15.5, 1.5], "size": [2, 2, 0], "pivot": [-1.25, 16.75, 1.5], "rotation": [22.20765, 20.70481, -40.89339], "uv": [18, 36]}, + {"origin": [-1.25, 15, 1.5], "size": [2, 2, 0], "pivot": [-0.25, 16.25, 1.5], "rotation": [22.20765, 20.70481, -40.89339], "uv": [18, 36]}, + {"origin": [-2.25, 14.5, -1.75], "size": [2, 2, 0], "pivot": [-1.25, 15.75, -2], "rotation": [-12.37961, -8.53726, -46.5724], "uv": [40, 9]} + ] + }, + { + "name": "Left_wing1", + "parent": "Chest", + "pivot": [1.25, 15.5, 0], + "cubes": [ + {"origin": [1, 13, 0], "size": [3, 4, 0], "uv": [4, 38]} + ] + }, + { + "name": "Left_wing2", + "parent": "Left_wing1", + "pivot": [4, 15, 0], + "cubes": [ + {"origin": [4, 10, 0], "size": [6, 10, 0], "uv": [0, 24]} + ] + }, + { + "name": "Left_wing3", + "parent": "Left_wing2", + "pivot": [10, 15, 0], + "cubes": [ + {"origin": [10, 19.3, -0.001], "size": [1, 2, 0], "pivot": [10.25, 19.25, 0], "rotation": [0, 0, 25], "uv": [4, 1]}, + {"origin": [10, 19.3, 0.001], "size": [1, 2, 0], "pivot": [10.25, 19.25, 0], "rotation": [0, 0, 25], "uv": [4, 1]}, + {"origin": [10, 19.3, -0.001], "size": [1, 2, 0], "pivot": [10.25, 19.25, 0], "rotation": [0, 0, 25], "uv": [4, 1]}, + {"origin": [10, 19.3, -0.001], "size": [1, 2, 0], "pivot": [10.75, 19.25, 0], "rotation": [0, 0, -25], "uv": [4, 1]}, + {"origin": [10, 19.3, 0.001], "size": [1, 2, 0], "pivot": [10.75, 19.25, 0], "rotation": [0, 0, -25], "uv": [4, 1]}, + {"origin": [10, 9, 0], "size": [9, 11, 0], "uv": [0, 13]} + ] + }, + { + "name": "Right_wing1", + "parent": "Chest", + "pivot": [-1.25, 15.5, 0], + "cubes": [ + {"origin": [-4, 13, 0], "size": [3, 4, 0], "uv": [4, 38], "mirror": true} + ] + }, + { + "name": "Right_wing2", + "parent": "Right_wing1", + "pivot": [-4, 15, 0], + "cubes": [ + {"origin": [-10, 10, 0], "size": [6, 10, 0], "uv": [0, 24], "mirror": true} + ] + }, + { + "name": "Right_wing3", + "parent": "Right_wing2", + "pivot": [-10, 15, 0], + "cubes": [ + {"origin": [-11, 19.3, -0.001], "size": [1, 2, 0], "pivot": [-10.75, 19.25, 0], "rotation": [0, 0, 25], "uv": [4, 1], "mirror": true}, + {"origin": [-11, 19.3, 0.001], "size": [1, 2, 0], "pivot": [-10.75, 19.25, 0], "rotation": [0, 0, 25], "uv": [4, 1], "mirror": true}, + {"origin": [-11, 19.3, 0.001], "size": [1, 2, 0], "pivot": [-10.75, 19.25, 0], "rotation": [0, 0, 25], "uv": [4, 1], "mirror": true}, + {"origin": [-11, 19.3, 0.001], "size": [1, 2, 0], "pivot": [-10.25, 19.25, 0], "rotation": [0, 0, -25], "uv": [4, 1], "mirror": true}, + {"origin": [-11, 19.3, -0.001], "size": [1, 2, 0], "pivot": [-10.25, 19.25, 0], "rotation": [0, 0, -25], "uv": [4, 1], "mirror": true}, + {"origin": [-19, 9, 0], "size": [9, 11, 0], "uv": [0, 13], "mirror": true} + ] + }, + { + "name": "head", + "parent": "Chest", + "pivot": [0, 16.29434, -0.06076], + "cubes": [ + {"origin": [-3.5, 16.70647, -4.27098], "size": [7, 6, 7], "pivot": [-0.5, 19.70647, -0.77098], "rotation": [5, 0, 0], "uv": [0, 0]}, + {"origin": [1.5, 17.5, -4], "size": [2, 3, 1], "inflate": 0.015, "pivot": [-1.5, 16.5, -3], "rotation": [5, 0, 0], "uv": [39, 0]}, + {"origin": [1.55, 18.45, -4.14872], "size": [2, 1, 0], "inflate": 0.001, "pivot": [2.75, 18.15618, -4.14872], "rotation": [3.04868, 3.9649, -52.39445], "uv": [39, 34]}, + {"origin": [2, 18, -4.07], "size": [1, 2, 1], "inflate": -0.05, "pivot": [-1.5, 16.5, -3], "rotation": [5, 0, 0], "uv": [21, 30]}, + {"origin": [1.55, 19.5, -4], "size": [1, 1, 1], "inflate": -0.05, "pivot": [-1.5, 15.5, -3], "rotation": [5, 0, 0], "uv": [30, 39]}, + {"origin": [0.25, 17.15143, -4.31], "size": [1, 3, 1], "pivot": [0.75, 19.90143, -4.50766], "rotation": [4.83045, -1.29256, 14.94548], "uv": [22, 39]}, + {"origin": [-6.75, 16.75, -0.25], "size": [5, 3, 0], "pivot": [-4, 19, -0.25], "rotation": [-10.73052, 46.55847, -14.62771], "uv": [34, 15], "mirror": true}, + {"origin": [-6.25, 16.25, -0.251], "size": [4, 3, 0], "pivot": [-4, 17.75, -0.25], "rotation": [-40.88579, 26.66839, -62.59784], "uv": [34, 27], "mirror": true}, + {"origin": [-6.25, 18.5, -0.251], "size": [4, 3, 0], "pivot": [-4, 20, -0.25], "rotation": [13.28982, 46.03805, 18.16723], "uv": [34, 18], "mirror": true}, + {"origin": [-0.25, 16, -4.04], "size": [2, 2, 0], "pivot": [0.75, 17, -4], "rotation": [3.54002, 3.53329, -44.89078], "uv": [39, 32]}, + {"origin": [2.25, 18.5, -0.251], "size": [4, 3, 0], "pivot": [4, 20, -0.25], "rotation": [13.28982, -46.03805, -18.16723], "uv": [34, 18]}, + {"origin": [1.75, 16.75, -0.25], "size": [5, 3, 0], "pivot": [4, 19, -0.25], "rotation": [-10.73052, -46.55847, 14.62771], "uv": [34, 15]}, + {"origin": [-1.75, 16, -4.04], "size": [2, 2, 0], "pivot": [-0.75, 17, -4], "rotation": [3.54002, -3.53329, 44.89078], "uv": [39, 32], "mirror": true}, + {"origin": [2.25, 16.25, -0.251], "size": [4, 3, 0], "pivot": [4, 17.75, -0.25], "rotation": [-40.88579, -26.66839, 62.59784], "uv": [34, 27]}, + {"origin": [-3.5, 16, -1.5], "size": [7, 1, 4], "inflate": -0.001, "uv": [21, 0]}, + {"origin": [-1.25, 17.15143, -4.31], "size": [1, 3, 1], "pivot": [-0.75, 19.90143, -4.50766], "rotation": [4.83045, 1.29256, -14.94548], "uv": [22, 39], "mirror": true}, + {"origin": [-3, 18, -4.07], "size": [1, 2, 1], "inflate": -0.05, "pivot": [1.5, 16.5, -3], "rotation": [5, 0, 0], "uv": [21, 30], "mirror": true}, + {"origin": [-3.55, 18.45, -4.14872], "size": [2, 1, 0], "inflate": 0.001, "pivot": [-2.75, 18.15618, -4.14872], "rotation": [3.04868, -3.9649, 52.39445], "uv": [39, 34], "mirror": true}, + {"origin": [-3.5, 17.5, -4], "size": [2, 3, 1], "inflate": 0.015, "pivot": [1.5, 16.5, -3], "rotation": [5, 0, 0], "uv": [39, 0], "mirror": true}, + {"origin": [-2.55, 19.5, -4], "size": [1, 1, 1], "inflate": -0.05, "pivot": [1.5, 15.5, -3], "rotation": [5, 0, 0], "uv": [30, 39], "mirror": true} + ] + }, + { + "name": "ears", + "parent": "head", + "pivot": [0.92505, 23.53508, 0.47821], + "rotation": [-5, 0, 0], + "cubes": [ + {"origin": [-0.5, 21.75095, -0.71179], "size": [1, 5, 1], "inflate": 0.1, "pivot": [0, 24.25095, -0.27179], "rotation": [-10, 0, 0], "uv": [18, 38]} + ] + }, + { + "name": "left_ear", + "parent": "ears", + "pivot": [3.74152, 27.86564, 0.6831], + "rotation": [-9.6658, 2.57594, 17.28217], + "cubes": [ + {"origin": [1.24152, 21.43707, 0.96881], "size": [6, 9, 2], "inflate": 0.05, "pivot": [4.24152, 27.56207, 1.21881], "rotation": [0, 0, 7.5], "uv": [18, 13], "mirror": true}, + {"origin": [3.24152, 30.93707, -0.03119], "size": [2, 3, 1], "pivot": [4.24152, 27.56207, 1.21881], "rotation": [0, 0, 7.5], "uv": [35, 36], "mirror": true}, + {"origin": [2.96088, 24.11847, 0.96881], "size": [2, 2, 1], "inflate": 0.06, "pivot": [3.96088, 25.11847, 1.46881], "rotation": [0, 0, 50], "uv": [24, 24]}, + {"origin": [2.5225, 23.82289, 0.96881], "size": [3, 3, 1], "inflate": 0.055, "pivot": [4.0225, 25.32289, 1.46881], "rotation": [0, 0, 50], "uv": [4, 34]}, + {"origin": [6.9, 20.93707, -0.03119], "size": [1, 10, 1], "inflate": 0.1, "pivot": [4.24152, 27.56207, 1.21881], "rotation": [0, 0, 7.5], "uv": [0, 34]}, + {"origin": [2.74152, 20.93707, -0.03119], "size": [4, 1, 1], "inflate": 0.1, "pivot": [4.24152, 27.56207, 1.21881], "rotation": [0, 0, 7.5], "uv": [21, 5]}, + {"origin": [0.54, 24.93707, -0.03119], "size": [1, 6, 1], "inflate": 0.1, "pivot": [4.24152, 27.56207, 1.21881], "rotation": [0, 0, 7.5], "uv": [0, 0]}, + {"origin": [1.74152, 29.93707, -0.03119], "size": [5, 1, 1], "inflate": 0.1, "pivot": [4.24152, 27.56207, 1.21881], "rotation": [0, 0, 7.5], "uv": [32, 13]} + ] + }, + { + "name": "right_ear", + "parent": "ears", + "pivot": [-3.74152, 27.86564, 0.6831], + "rotation": [-9.6658, -2.57594, -17.28217], + "cubes": [ + {"origin": [-7.24152, 21.43707, 0.96881], "size": [6, 9, 2], "inflate": 0.05, "pivot": [-4.24152, 27.56207, 1.21881], "rotation": [0, 0, -7.5], "uv": [18, 13]}, + {"origin": [-5.24152, 30.93707, -0.03119], "size": [2, 3, 1], "pivot": [-4.24152, 27.56207, 1.21881], "rotation": [0, 0, -7.5], "uv": [35, 36]}, + {"origin": [-4.96088, 24.11847, 0.96881], "size": [2, 2, 1], "inflate": 0.06, "pivot": [-3.96088, 25.11847, 1.46881], "rotation": [0, 0, -50], "uv": [24, 24], "mirror": true}, + {"origin": [-6.74152, 29.93707, -0.03119], "size": [5, 1, 1], "inflate": 0.1, "pivot": [-4.24152, 27.56207, 1.21881], "rotation": [0, 0, -7.5], "uv": [32, 13], "mirror": true}, + {"origin": [-6.74152, 20.93707, -0.03119], "size": [4, 1, 1], "inflate": 0.1, "pivot": [-4.24152, 27.56207, 1.21881], "rotation": [0, 0, -7.5], "uv": [21, 5], "mirror": true}, + {"origin": [-1.54, 24.93707, -0.03119], "size": [1, 6, 1], "inflate": 0.1, "pivot": [-4.24152, 27.56207, 1.21881], "rotation": [0, 0, -7.5], "uv": [0, 0], "mirror": true}, + {"origin": [-7.9, 20.93707, -0.03119], "size": [1, 10, 1], "inflate": 0.1, "pivot": [-4.24152, 27.56207, 1.21881], "rotation": [0, 0, -7.5], "uv": [0, 34], "mirror": true}, + {"origin": [-5.5225, 23.82289, 0.96881], "size": [3, 3, 1], "inflate": 0.055, "pivot": [-4.0225, 25.32289, 1.46881], "rotation": [0, 0, -50], "uv": [4, 34], "mirror": true} + ] + }, + { + "name": "jaw", + "parent": "head", + "pivot": [0, 16.33836, -1.49333], + "cubes": [ + {"origin": [-2.5, 16, -3.5], "size": [5, 1, 3], "uv": [28, 5]}, + {"origin": [-1.46967, 16.98033, -2.74], "size": [1, 1, 0], "pivot": [-2, 17.5, -2.75], "rotation": [0, 0, 45], "uv": [4, 3]}, + {"origin": [0.46967, 16.98033, -2.74], "size": [1, 1, 0], "pivot": [2, 17.5, -2.75], "rotation": [0, 0, -45], "uv": [4, 3], "mirror": true} + ] + }, + { + "name": "Angry_eyes", + "parent": "head", + "pivot": [0, 16.29434, -0.06076] + }, + { + "name": "left_angry", + "parent": "Angry_eyes", + "pivot": [-1.5, 16.29434, 0.43924], + "cubes": [ + {"origin": [0.5, 17.48, -3], "size": [2, 3, 1], "inflate": 0.04, "pivot": [-3, 16.5, -2.5], "rotation": [5, 0, 0], "uv": [12, 36]} + ] + }, + { + "name": "right_angry", + "parent": "Angry_eyes", + "pivot": [1.5, 16.29434, 0.43924], + "cubes": [ + {"origin": [-2.5, 17.48, -3], "size": [2, 3, 1], "inflate": 0.04, "pivot": [3, 16.5, -2.5], "rotation": [5, 0, 0], "uv": [12, 36], "mirror": true} + ] + }, + { + "name": "Closed_eyes", + "parent": "head", + "pivot": [0, 16.29434, -0.06076] + }, + { + "name": "left_closed", + "parent": "Closed_eyes", + "pivot": [-0.25, 16.29434, 0.18924], + "cubes": [ + {"origin": [1.25, 17.5, -3.75], "size": [2, 3, 1], "inflate": 0.04, "pivot": [-1.75, 16.5, -2.75], "rotation": [5, 0, 0], "uv": [29, 35]} + ] + }, + { + "name": "right_closed", + "parent": "Closed_eyes", + "pivot": [0.25, 16.29434, 0.18924], + "cubes": [ + {"origin": [-3.25, 17.5, -3.75], "size": [2, 3, 1], "inflate": 0.04, "pivot": [1.75, 16.5, -2.75], "rotation": [5, 0, 0], "uv": [29, 35], "mirror": true} + ] + }, + { + "name": "body", + "parent": "Chest", + "pivot": [0, 15, 0], + "cubes": [ + {"origin": [-1.5, 11, -1.5], "size": [3, 5, 3], "inflate": -0.1, "uv": [25, 27]} + ] + }, + { + "name": "Left_Leg", + "parent": "body", + "pivot": [1.25, 11.25, 0], + "cubes": [ + {"origin": [-0.25, 9.75, -1.5], "size": [3, 3, 3], "inflate": 0.1, "pivot": [1.25, 11.25, 0], "rotation": [0, 0, 45], "uv": [31, 21]} + ] + }, + { + "name": "Left_Calf", + "parent": "Left_Leg", + "pivot": [1.25, 9.75, 0], + "cubes": [ + {"origin": [0.75, 7.25, -0.5], "size": [1, 3, 1], "uv": [12, 24]} + ] + }, + { + "name": "Left_Foot", + "parent": "Left_Calf", + "pivot": [1.25, 8, 0], + "cubes": [ + {"origin": [0.75, 7, -2.25], "size": [1, 1, 3], "inflate": 0.1, "uv": [34, 32]} + ] + }, + { + "name": "Left_Legfluff", + "parent": "Left_Leg", + "pivot": [2.42878, 11.21853, 0], + "rotation": [0, -27.5, -15], + "cubes": [ + {"origin": [2.15185, 10.95461, -0.22301], "size": [2, 1, 0], "pivot": [2.40185, 11.45461, -0.22301], "rotation": [0, 0, -45], "uv": [3, 0], "mirror": true}, + {"origin": [2.10982, 10.51911, -0.24613], "size": [2, 1, 0], "pivot": [2, 11.25, 1.5], "rotation": [0, 0, 27.5], "uv": [26, 35], "mirror": true}, + {"origin": [2.24844, 10.79209, -0.22552], "size": [2, 1, 0], "pivot": [3.24844, 11.79209, -0.22552], "rotation": [0, 0, -5], "uv": [24, 27], "mirror": true} + ] + }, + { + "name": "Right_Leg", + "parent": "body", + "pivot": [-1.25, 11.25, 0], + "cubes": [ + {"origin": [-2.75, 9.75, -1.5], "size": [3, 3, 3], "inflate": 0.1, "pivot": [-1.25, 11.25, 0], "rotation": [0, 0, -45], "uv": [12, 30]} + ] + }, + { + "name": "Right_Calf", + "parent": "Right_Leg", + "pivot": [-1.25, 9.75, 0], + "cubes": [ + {"origin": [-1.75, 7.25, -0.5], "size": [1, 3, 1], "uv": [21, 0]} + ] + }, + { + "name": "Right_Foot", + "parent": "Right_Calf", + "pivot": [-1.25, 8, 0], + "cubes": [ + {"origin": [-1.75, 7, -2.25], "size": [1, 1, 3], "inflate": 0.1, "uv": [21, 35]} + ] + }, + { + "name": "Right_Legfluff", + "parent": "Right_Leg", + "pivot": [-2.42878, 11.21853, 0], + "rotation": [0, 27.5, 15], + "cubes": [ + {"origin": [-4.15185, 10.95461, -0.22301], "size": [2, 1, 0], "pivot": [-2.40185, 11.45461, -0.22301], "rotation": [0, 0, 45], "uv": [3, 0]}, + {"origin": [-4.10982, 10.51911, -0.24613], "size": [2, 1, 0], "pivot": [-2, 11.25, 1.5], "rotation": [0, 0, -27.5], "uv": [26, 35]}, + {"origin": [-4.24844, 10.79209, -0.22552], "size": [2, 1, 0], "pivot": [-3.24844, 11.79209, -0.22552], "rotation": [0, 0, 5], "uv": [24, 27]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/noivern/noivern.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/noivern/noivern.geo.json new file mode 100644 index 0000000..1fe02da --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/noivern/noivern.geo.json @@ -0,0 +1,635 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 11, + "visible_bounds_height": 8, + "visible_bounds_offset": [0, 1, 0] + }, + "bones": [ + { + "name": "noivern", + "pivot": [0, 0, 0] + }, + { + "name": "Chest", + "parent": "noivern", + "pivot": [0.10501, 47.05203, 4.20445], + "cubes": [ + {"origin": [-2.5, 42.75, 8.25], "size": [5, 4, 0], "pivot": [0, 44.25, 8.25], "rotation": [-10, 0, 0], "uv": [110, 42]}, + {"origin": [-4.75, 46.5, 0.5], "size": [7, 7, 0], "pivot": [-0.75, 51.5, 3.5], "rotation": [0, 0, -45], "uv": [0, 39]}, + {"origin": [-5.25, 49.5, 0.25], "size": [6, 3, 8], "pivot": [-3.25, 51, 4.25], "rotation": [0, 0, 20], "uv": [82, 35]}, + {"origin": [-5, 43.25, 0.75], "size": [10, 7, 7], "uv": [63, 59]}, + {"origin": [-0.75, 49.5, 0.25], "size": [6, 3, 8], "pivot": [3.25, 51, 4.25], "rotation": [0, 0, -20], "uv": [36, 86]} + ] + }, + { + "name": "Midsection", + "parent": "Chest", + "pivot": [0, 42.25, 4.25], + "cubes": [ + {"origin": [-4, 36.25, 1.25], "size": [8, 8, 6], "uv": [69, 21]} + ] + }, + { + "name": "Hips", + "parent": "Midsection", + "pivot": [0, 37.05926, 4.5411], + "cubes": [ + {"origin": [-5.5, 27.75, 0], "size": [11, 10, 9], "pivot": [-1.5, 35.75, 4.5], "rotation": [12.5, 0, 0], "uv": [38, 33]} + ] + }, + { + "name": "Left_thigh", + "parent": "Hips", + "pivot": [4, 33, 3.5], + "cubes": [ + {"origin": [3, 28, -7.25], "size": [5, 8, 14], "uv": [0, 33]}, + {"origin": [3.5, 29.5, -9.5], "size": [4, 5, 6], "uv": [94, 67]} + ] + }, + { + "name": "Left_calf", + "parent": "Left_thigh", + "pivot": [5.5, 30.75, -7.5], + "cubes": [ + {"origin": [4, 24, -9], "size": [3, 8, 3], "inflate": -0.01, "uv": [102, 97]}, + {"origin": [4.5, 18, -8.5], "size": [2, 8, 2], "uv": [102, 108]}, + {"origin": [5.5, 14.25, -8.5], "size": [0, 4, 2], "pivot": [5.5, 18.25, -7.5], "rotation": [-22.5, 0, 0], "uv": [34, 40]} + ] + }, + { + "name": "Left_foot", + "parent": "Left_calf", + "pivot": [5.5, 18.25, -7.5], + "cubes": [ + {"origin": [4.5, 17.25, -15.5], "size": [2, 1, 9], "inflate": -0.05, "uv": [90, 4]} + ] + }, + { + "name": "Left_innertoe", + "parent": "Left_foot", + "pivot": [5, 17.83333, -15.25], + "cubes": [ + {"origin": [4.5, 17.25, -18.25], "size": [1, 1, 3], "inflate": 0.1, "uv": [8, 88]}, + {"origin": [4.5, 17.75, -18.5], "size": [1, 1, 2], "inflate": -0.1, "uv": [44, 66]} + ] + }, + { + "name": "Left_innertoe2", + "parent": "Left_innertoe", + "pivot": [5, 17.58333, -18], + "cubes": [ + {"origin": [4.5, 17.5, -20.5], "size": [1, 1, 3], "inflate": -0.1, "uv": [90, 8]}, + {"origin": [5, 17.25, -22], "size": [0, 1, 4], "uv": [38, 30]} + ] + }, + { + "name": "Left_outertoe", + "parent": "Left_foot", + "pivot": [6, 17.83333, -15.25], + "cubes": [ + {"origin": [5.5, 17.25, -18.25], "size": [1, 1, 3], "inflate": 0.1, "uv": [82, 37]}, + {"origin": [5.5, 17.75, -18.5], "size": [1, 1, 2], "inflate": -0.1, "uv": [69, 21]} + ] + }, + { + "name": "Left_outertoe2", + "parent": "Left_outertoe", + "pivot": [6, 17.58333, -18], + "cubes": [ + {"origin": [5.5, 17.5, -20.5], "size": [1, 1, 3], "inflate": -0.1, "uv": [90, 8]}, + {"origin": [6, 17.25, -22], "size": [0, 1, 4], "uv": [38, 29]} + ] + }, + { + "name": "Right_thigh", + "parent": "Hips", + "pivot": [-4, 33, 3.5], + "cubes": [ + {"origin": [-7.5, 29.5, -9.5], "size": [4, 5, 6], "uv": [94, 67], "mirror": true}, + {"origin": [-8, 28, -7.25], "size": [5, 8, 14], "uv": [0, 33], "mirror": true} + ] + }, + { + "name": "Right_calf", + "parent": "Right_thigh", + "pivot": [-5.5, 30.75, -7.5], + "cubes": [ + {"origin": [-7, 24, -9], "size": [3, 8, 3], "inflate": -0.01, "uv": [102, 97], "mirror": true}, + {"origin": [-5.5, 14.25, -8.5], "size": [0, 4, 2], "pivot": [-5.5, 18.25, -7.5], "rotation": [-22.5, 0, 0], "uv": [34, 40], "mirror": true}, + {"origin": [-6.5, 18, -8.5], "size": [2, 8, 2], "uv": [102, 108], "mirror": true} + ] + }, + { + "name": "Right_foot", + "parent": "Right_calf", + "pivot": [-5.5, 18.25, -7.5], + "cubes": [ + {"origin": [-6.5, 17.25, -15.5], "size": [2, 1, 9], "inflate": -0.05, "uv": [90, 4], "mirror": true} + ] + }, + { + "name": "Right_innertoe", + "parent": "Right_foot", + "pivot": [-5, 17.83333, -15.25], + "cubes": [ + {"origin": [-5.5, 17.25, -18.25], "size": [1, 1, 3], "inflate": 0.1, "uv": [8, 88], "mirror": true}, + {"origin": [-5.5, 17.75, -18.5], "size": [1, 1, 2], "inflate": -0.1, "uv": [44, 66], "mirror": true} + ] + }, + { + "name": "Right_innertoe2", + "parent": "Right_innertoe", + "pivot": [-5, 17.58333, -18], + "cubes": [ + {"origin": [-5.5, 17.5, -20.5], "size": [1, 1, 3], "inflate": -0.1, "uv": [69, 37]}, + {"origin": [-5, 17.25, -22], "size": [0, 1, 4], "uv": [38, 30], "mirror": true} + ] + }, + { + "name": "Right_outertoe", + "parent": "Right_foot", + "pivot": [-6, 17.83333, -15.25], + "cubes": [ + {"origin": [-6.5, 17.25, -18.25], "size": [1, 1, 3], "inflate": 0.1, "uv": [82, 37], "mirror": true}, + {"origin": [-6.5, 17.75, -18.5], "size": [1, 1, 2], "inflate": -0.1, "uv": [69, 21], "mirror": true} + ] + }, + { + "name": "Right_outertoe2", + "parent": "Right_outertoe", + "pivot": [-6, 17.58333, -18], + "cubes": [ + {"origin": [-6.5, 17.5, -20.5], "size": [1, 1, 3], "inflate": -0.1, "uv": [8, 92]}, + {"origin": [-6, 17.25, -22], "size": [0, 1, 4], "uv": [38, 29], "mirror": true} + ] + }, + { + "name": "Tail1", + "parent": "Hips", + "pivot": [0, 29.05926, 5.7911], + "cubes": [ + {"origin": [-4, 17.25, 0.75], "size": [8, 13, 8], "inflate": -0.1, "pivot": [-1, 35.25, 4.75], "rotation": [12.5, 0, 0], "uv": [58, 0]} + ] + }, + { + "name": "Tail2", + "parent": "Tail1", + "pivot": [0, 18.47408, 8.82879], + "cubes": [ + {"origin": [-3, 6.5, 2], "size": [6, 13, 6], "inflate": -0.1, "pivot": [-1, 34.5, 5], "rotation": [12.5, 0, 0], "uv": [44, 67]} + ] + }, + { + "name": "Tail3", + "parent": "Tail2", + "pivot": [0, 7.18742, 11.02675], + "cubes": [ + {"origin": [-2, -3.25, 3.25], "size": [4, 12, 4], "pivot": [-1, 33.75, 5.25], "rotation": [12.5, 0, 0], "uv": [86, 89]} + ] + }, + { + "name": "Tail4", + "parent": "Tail3", + "pivot": [0, -2.09925, 13.22471], + "cubes": [ + {"origin": [-1.5, -13, 4], "size": [3, 12, 3], "inflate": -0.01, "pivot": [-1, 33, 5.5], "rotation": [12.5, 0, 0], "uv": [34, 97]} + ] + }, + { + "name": "Tail5", + "parent": "Tail4", + "pivot": [0, -11.63591, 15.42266], + "cubes": [ + {"origin": [-1, -23.25, 4.75], "size": [2, 12, 2], "pivot": [-1, 31.75, 5.75], "rotation": [12.5, 0, 0], "uv": [84, 105]} + ] + }, + { + "name": "Tail6", + "parent": "Tail5", + "pivot": [0, -21.67258, 17.62062], + "cubes": [ + {"origin": [-0.5, -33.25, 5.5], "size": [1, 12, 1], "pivot": [-1, 30.75, 6], "rotation": [12.5, 0, 0], "uv": [22, 106]} + ] + }, + { + "name": "Tail7", + "parent": "Tail6", + "pivot": [0, -30.50465, 19.68665], + "cubes": [ + {"origin": [0, -42.25, 5.5], "size": [0, 11, 3], "pivot": [-1, 30.75, 6], "rotation": [12.5, 0, 0], "uv": [92, 102]} + ] + }, + { + "name": "Left_wing1", + "parent": "Chest", + "pivot": [4.25, 48.5, 4.25], + "cubes": [ + {"origin": [3.5, 47.5, 3.25], "size": [12, 2, 2], "uv": [90, 14]}, + {"origin": [2.5, 33.5, 4.25], "size": [13, 15, 0], "uv": [68, 73]} + ] + }, + { + "name": "Left_wing2", + "parent": "Left_wing1", + "pivot": [15.47236, 48.52734, 4.25], + "cubes": [ + {"origin": [15.5, 29.5, 4.25], "size": [11, 28, 0], "uv": [22, 66]}, + {"origin": [0.28248, 49.08671, 3.25], "size": [14, 2, 2], "inflate": -0.1, "pivot": [14.28248, 49.08671, 4.25], "rotation": [0, 0, 142.5], "uv": [58, 54]} + ] + }, + { + "name": "Left_wing3", + "parent": "Left_wing2", + "pivot": [26.48548, 56.68458, 4.25], + "cubes": [ + {"origin": [26.5, 29.5, 4.25], "size": [4, 28, 0], "uv": [0, 88]}, + {"origin": [26.47096, 45.36915, 3.25], "size": [0, 12, 2], "pivot": [26.47096, 45.36915, 4.75], "rotation": [0, 0, 5], "uv": [26, 97]}, + {"origin": [30.47096, 26.36915, 3.25], "size": [0, 19, 2], "uv": [54, 95]}, + {"origin": [25.47096, 56.36915, 3.75], "size": [5, 1, 1], "inflate": 0.15, "uv": [56, 89]}, + {"origin": [26.47096, 26.36915, 3.25], "size": [0, 19, 2], "uv": [50, 95]}, + {"origin": [30.47096, 45.36915, 3.25], "size": [0, 12, 2], "pivot": [30.47096, 45.36915, 4.75], "rotation": [0, 0, -5], "uv": [98, 103]} + ] + }, + { + "name": "Left_wing4", + "parent": "Left_wing3", + "pivot": [30.44876, 56.9563, 4.25], + "cubes": [ + {"origin": [15.28248, 57.33671, 3.75], "size": [15, 1, 1], "inflate": 0.14, "pivot": [30.28248, 57.33671, 4.75], "rotation": [0, 0, -165], "uv": [82, 0]}, + {"origin": [30.5, 23.5, 4.25], "size": [14, 33, 0], "uv": [30, 0]} + ] + }, + { + "name": "Left_wing5", + "parent": "Left_wing4", + "pivot": [44.42275, 52.8837, 4.25], + "cubes": [ + {"origin": [44.5, 19.5, 4.25], "size": [15, 33, 0], "uv": [0, 0]}, + {"origin": [43.90782, 33.3097, 3.75], "size": [1, 20, 1], "inflate": 0.14, "pivot": [44.79226, 53.31084, 4.25], "rotation": [0, 0, -52.5], "uv": [46, 97]} + ] + }, + { + "name": "Left_wing6", + "parent": "Left_wing5", + "pivot": [59.5, 40.70782, 4.25], + "cubes": [ + {"origin": [59.5, 19.5, 4.25], "size": [11, 33, 0], "uv": [0, 55]}, + {"origin": [59.86443, 16.50544, 3.75], "size": [1, 24, 1], "inflate": 0.14, "pivot": [59.5, 40.75, 3.25], "rotation": [0, 0, -24], "uv": [30, 94]} + ] + }, + { + "name": "Left_fingers", + "parent": "Left_wing3", + "pivot": [26.48548, 56.68458, 4.25], + "cubes": [ + {"origin": [30.22096, 56.36915, 3.75], "size": [0, 5, 1], "uv": [44, 34]}, + {"origin": [28.47096, 56.36915, 3.75], "size": [0, 5, 1], "uv": [58, 20]}, + {"origin": [26.72096, 56.36915, 3.75], "size": [0, 5, 1], "uv": [42, 34]} + ] + }, + { + "name": "Right_wing1", + "parent": "Chest", + "pivot": [-4.25, 48.5, 4.25], + "cubes": [ + {"origin": [-15.5, 47.5, 3.25], "size": [12, 2, 2], "uv": [90, 14], "mirror": true}, + {"origin": [-15.5, 33.5, 4.25], "size": [13, 15, 0], "uv": [68, 73], "mirror": true} + ] + }, + { + "name": "Right_wing2", + "parent": "Right_wing1", + "pivot": [-15.47236, 48.52734, 4.25], + "cubes": [ + {"origin": [-14.28248, 49.08671, 3.25], "size": [14, 2, 2], "inflate": -0.1, "pivot": [-14.28248, 49.08671, 4.25], "rotation": [0, 0, -142.5], "uv": [58, 54], "mirror": true}, + {"origin": [-26.5, 29.5, 4.25], "size": [11, 28, 0], "uv": [22, 66], "mirror": true} + ] + }, + { + "name": "Right_wing3", + "parent": "Right_wing2", + "pivot": [-26.48548, 56.68458, 4.25], + "cubes": [ + {"origin": [-30.5, 29.5, 4.25], "size": [4, 28, 0], "uv": [0, 88], "mirror": true}, + {"origin": [-30.47096, 56.36915, 3.75], "size": [5, 1, 1], "inflate": 0.15, "uv": [109, 18]}, + {"origin": [-30.47096, 26.36915, 3.25], "size": [0, 19, 2], "uv": [54, 95], "mirror": true}, + {"origin": [-26.47096, 26.36915, 3.25], "size": [0, 19, 2], "uv": [50, 95], "mirror": true}, + {"origin": [-26.47096, 45.36915, 3.25], "size": [0, 12, 2], "pivot": [-26.47096, 45.36915, 4.75], "rotation": [0, 0, -5], "uv": [26, 97], "mirror": true}, + {"origin": [-30.47096, 45.36915, 3.25], "size": [0, 12, 2], "pivot": [-30.47096, 45.36915, 4.75], "rotation": [0, 0, 5], "uv": [98, 103], "mirror": true} + ] + }, + { + "name": "Right_wing4", + "parent": "Right_wing3", + "pivot": [-30.44876, 56.9563, 4.25], + "cubes": [ + {"origin": [-44.5, 23.5, 4.25], "size": [14, 33, 0], "uv": [30, 0], "mirror": true}, + {"origin": [-30.28248, 57.33671, 3.75], "size": [15, 1, 1], "inflate": 0.14, "pivot": [-30.28248, 57.33671, 4.75], "rotation": [0, 0, 165], "uv": [82, 0], "mirror": true} + ] + }, + { + "name": "Right_wing5", + "parent": "Right_wing4", + "pivot": [-44.42275, 52.8837, 4.25], + "cubes": [ + {"origin": [-44.90782, 33.3097, 3.75], "size": [1, 20, 1], "inflate": 0.14, "pivot": [-44.79226, 53.31084, 4.25], "rotation": [0, 0, 52.5], "uv": [46, 97], "mirror": true}, + {"origin": [-59.5, 19.5, 4.25], "size": [15, 33, 0], "uv": [0, 0], "mirror": true} + ] + }, + { + "name": "Right_wing6", + "parent": "Right_wing5", + "pivot": [-59.5, 40.70782, 4.25], + "cubes": [ + {"origin": [-70.5, 19.5, 4.25], "size": [11, 33, 0], "uv": [0, 55], "mirror": true}, + {"origin": [-60.86443, 16.50544, 3.75], "size": [1, 24, 1], "inflate": 0.14, "pivot": [-59.5, 40.75, 3.25], "rotation": [0, 0, 24], "uv": [30, 94], "mirror": true} + ] + }, + { + "name": "Right_fingers", + "parent": "Right_wing3", + "pivot": [-26.48548, 56.68458, 4.25], + "cubes": [ + {"origin": [-30.22096, 56.36915, 3.75], "size": [0, 5, 1], "uv": [44, 34], "mirror": true}, + {"origin": [-28.47096, 56.36915, 3.75], "size": [0, 5, 1], "uv": [58, 20], "mirror": true}, + {"origin": [-26.72096, 56.36915, 3.75], "size": [0, 5, 1], "uv": [42, 34], "mirror": true} + ] + }, + { + "name": "Neck", + "parent": "Chest", + "pivot": [0, 51.25, 3.25], + "cubes": [ + {"origin": [-1.5, 50.25, 1.75], "size": [3, 8, 3], "uv": [58, 105]} + ] + }, + { + "name": "head", + "parent": "Neck", + "pivot": [0, 58.41429, 3.55643], + "cubes": [ + {"origin": [-0.25, 58.75, -4.25], "size": [6, 4, 3], "inflate": -0.001, "pivot": [0.75, 59.75, -2.25], "rotation": [0, -70, 0], "uv": [58, 98]}, + {"origin": [-2.5, 58.75, -4.25], "size": [5, 3, 4], "uv": [8, 99]}, + {"origin": [-5.75, 58.75, -4.25], "size": [6, 4, 3], "inflate": -0.001, "pivot": [-0.75, 59.75, -2.25], "rotation": [0, 70, 0], "uv": [98, 46]}, + {"origin": [-4.32667, 58.7, 1.75845], "size": [5, 5, 3], "uv": [102, 34], "mirror": true}, + {"origin": [-1.5, 60.76, -3.25], "size": [3, 2, 1], "inflate": 0.01, "uv": [58, 5]}, + {"origin": [-2.5, 57.75, 2.75], "size": [5, 5, 3], "uv": [102, 89]}, + {"origin": [-10.13674, 60.87534, 1.69183], "size": [6, 0, 1], "pivot": [-4.13674, 60.87534, 1.69183], "rotation": [24.30389, 35.69226, -5.45626], "uv": [21, 63]}, + {"origin": [-3.5, 57.5, 0], "size": [7, 2, 4], "uv": [91, 18]}, + {"origin": [-3, 62.7, -1.75], "size": [6, 1, 5], "inflate": 0.01, "uv": [90, 59]}, + {"origin": [-2, 62.15, -2.46962], "size": [4, 1, 1], "inflate": 0.01, "pivot": [0, 62.8527, -1.96962], "rotation": [43, 0, 0], "uv": [109, 20]}, + {"origin": [-0.67333, 58.7, 1.75845], "size": [5, 5, 3], "uv": [102, 34]}, + {"origin": [4.13674, 60.87534, 1.69183], "size": [6, 0, 1], "pivot": [4.13674, 60.87534, 1.69183], "rotation": [24.30389, -35.69226, 5.45626], "uv": [0, 46]}, + {"origin": [0.08579, 57.75, -4.245], "size": [2, 2, 0], "pivot": [1.08579, 58.75, -4.25], "rotation": [0, 0, 45], "uv": [22, 64]}, + {"origin": [-5.75, 62.7, -4.25], "size": [4, 1, 3], "inflate": 0.001, "pivot": [-0.75, 59.75, -2.25], "rotation": [0, 70, 0], "uv": [82, 4], "mirror": true}, + {"origin": [-2.08579, 57.75, -4.245], "size": [2, 2, 0], "pivot": [-1.08579, 58.75, -4.25], "rotation": [0, 0, -45], "uv": [58, 52]}, + {"origin": [1.75, 62.7, -4.25], "size": [4, 1, 3], "inflate": 0.001, "pivot": [0.75, 59.75, -2.25], "rotation": [0, -70, 0], "uv": [82, 4]} + ] + }, + { + "name": "right_nose", + "parent": "head", + "pivot": [1.01524, 61.88369, -4.47201], + "rotation": [20, 28.71738, -11.56809], + "cubes": [ + {"origin": [0.20016, 60.9, -4.84036], "size": [2, 2, 3], "pivot": [1.20016, 61.83416, -3.34036], "rotation": [-2.50954, 4.99523, -0.21865], "uv": [110, 108]}, + {"origin": [0.17804, 60.9, -3.09701], "size": [2, 2, 4], "inflate": -0.2, "pivot": [1.26524, 60.88369, -3.59701], "rotation": [-2.50954, 4.99523, -0.21865], "uv": [34, 36]}, + {"origin": [0.67804, 61.4, -0.59701], "size": [1, 1, 4], "pivot": [1.26524, 60.88369, -3.59701], "rotation": [-2.50954, 4.99523, -0.21865], "uv": [110, 83]} + ] + }, + { + "name": "left_nose", + "parent": "head", + "pivot": [-1.01524, 61.88369, -4.47201], + "rotation": [20, -28.71738, 11.56809], + "cubes": [ + {"origin": [-2.17804, 60.9, -3.09701], "size": [2, 2, 4], "inflate": -0.2, "pivot": [-1.26524, 60.88369, -3.59701], "rotation": [-2.50954, -4.99523, 0.21865], "uv": [34, 36], "mirror": true}, + {"origin": [-1.67804, 61.4, -0.59701], "size": [1, 1, 4], "pivot": [-1.26524, 60.88369, -3.59701], "rotation": [-2.50954, -4.99523, 0.21865], "uv": [110, 83], "mirror": true}, + {"origin": [-2.20016, 60.9, -4.84036], "size": [2, 2, 3], "pivot": [-1.20016, 61.83416, -3.34036], "rotation": [-2.50954, -4.99523, 0.21865], "uv": [110, 108], "mirror": true} + ] + }, + { + "name": "Left_eye", + "parent": "head", + "pivot": [1.87053, 61.75, -0.66251], + "cubes": [ + {"origin": [0.99553, 60.85, -2.28], "size": [1, 2, 3], "inflate": -0.1, "pivot": [1.87053, 61.75, -0.66251], "rotation": [-25.50555, -67.73126, 27.27317], "uv": [58, 0]}, + {"origin": [0.99553, 60.85, -2.6], "size": [1, 2, 1], "inflate": -0.4, "pivot": [1.87053, 61.75, -0.66251], "rotation": [-25.50555, -67.73126, 27.27317], "uv": [34, 60]}, + {"origin": [0.24553, 60.3, -2.307], "size": [4, 3, 3], "inflate": -0.15, "pivot": [1.87053, 61.75, -0.66251], "rotation": [-25.50555, -67.73126, 27.27317], "uv": [82, 46]} + ] + }, + { + "name": "Right_eye", + "parent": "head", + "pivot": [0, 58.41429, 3.55643], + "cubes": [ + {"origin": [-1.99553, 60.85, -2.28], "size": [1, 2, 3], "inflate": -0.1, "pivot": [-1.87053, 61.75, -0.66251], "rotation": [-25.50555, 67.73126, -27.27317], "uv": [58, 0], "mirror": true}, + {"origin": [-4.24553, 60.3, -2.307], "size": [4, 3, 3], "inflate": -0.15, "pivot": [-1.87053, 61.75, -0.66251], "rotation": [-25.50555, 67.73126, -27.27317], "uv": [82, 46], "mirror": true}, + {"origin": [-1.99553, 60.85, -2.6], "size": [1, 2, 1], "inflate": -0.4, "pivot": [-1.87053, 61.75, -0.66251], "rotation": [-25.50555, 67.73126, -27.27317], "uv": [34, 60], "mirror": true} + ] + }, + { + "name": "Jaw", + "parent": "head", + "pivot": [0, 58.26027, -0.23519], + "cubes": [ + {"origin": [-2, 57.75, -3.5], "size": [4, 1, 4], "pivot": [0, 58.25, -0.75], "rotation": [-12.5, 0, 0], "uv": [103, 4]}, + {"origin": [1.53645, 58.53277, -3.09224], "size": [0, 1, 1], "pivot": [2, 59.22514, -2.83845], "rotation": [-59.76879, 24.73906, -2.59252], "uv": [38, 34]}, + {"origin": [-2.5, 57.5, -2], "size": [5, 1, 2], "uv": [103, 9]}, + {"origin": [-2.5, 57.75, -2], "size": [5, 1, 2], "inflate": -0.001, "uv": [103, 9]}, + {"origin": [-1.53645, 58.53277, -3.09224], "size": [0, 1, 1], "pivot": [-2, 59.22514, -2.83845], "rotation": [-59.76879, -24.73906, 2.59252], "uv": [38, 34], "mirror": true} + ] + }, + { + "name": "Ear", + "parent": "head", + "pivot": [0, 63.5, 4], + "rotation": [17.5, 0, 0], + "cubes": [ + {"origin": [-1, 61.95, 3.75], "size": [2, 2, 9], "inflate": 0.05, "uv": [8, 88]} + ] + }, + { + "name": "Left_ear", + "parent": "Ear", + "pivot": [3.83333, 63, 4], + "rotation": [0, 12.5, 0], + "cubes": [ + {"origin": [0, 62, 3], "size": [8, 2, 2], "inflate": -0.001, "uv": [98, 53]}, + {"origin": [-1.5, 61, 4], "size": [10, 2, 12], "inflate": -0.01, "uv": [26, 52]}, + {"origin": [1, 63.007, 6.5], "size": [5, 0, 7], "uv": [17, 40]}, + {"origin": [2, 62.02, 7.5], "size": [3, 1, 5], "inflate": 0.01, "uv": [58, 21]}, + {"origin": [2.5, 62.02, 8], "size": [2, 1, 4], "inflate": 0.015, "uv": [109, 78]}, + {"origin": [-0.5, 62, 5], "size": [8, 1, 1], "uv": [69, 35]}, + {"origin": [-0.5, 62, 5], "size": [1, 1, 10], "uv": [84, 78]}, + {"origin": [-0.5, 62, 14], "size": [8, 1, 1], "uv": [97, 65]}, + {"origin": [6.5, 62, 5], "size": [1, 1, 10], "uv": [86, 48]}, + {"origin": [-1, 62, 15], "size": [9, 2, 2], "uv": [97, 30]}, + {"origin": [2, 62, 16], "size": [3, 2, 4], "inflate": 0.001, "uv": [107, 57]}, + {"origin": [2.5, 63, 19], "size": [2, 1, 4], "uv": [108, 67]}, + {"origin": [7.5, 62, 3], "size": [2, 2, 14], "uv": [64, 38]}, + {"origin": [-2.5, 62, 11], "size": [2, 2, 6], "uv": [70, 99]} + ] + }, + { + "name": "Right_ear", + "parent": "Ear", + "pivot": [-3.83333, 63, 4], + "rotation": [0, -12.5, 0], + "cubes": [ + {"origin": [0.5, 62, 11], "size": [2, 2, 6], "uv": [70, 99], "mirror": true}, + {"origin": [-8, 62, 3], "size": [8, 2, 2], "inflate": -0.001, "uv": [98, 53], "mirror": true}, + {"origin": [-9.5, 62, 3], "size": [2, 2, 14], "uv": [64, 38], "mirror": true}, + {"origin": [-4.5, 63, 19], "size": [2, 1, 4], "uv": [108, 67], "mirror": true}, + {"origin": [-7.5, 62, 5], "size": [1, 1, 10], "uv": [86, 48], "mirror": true}, + {"origin": [-7.5, 62, 14], "size": [8, 1, 1], "uv": [97, 65], "mirror": true}, + {"origin": [-0.5, 62, 5], "size": [1, 1, 10], "uv": [84, 78], "mirror": true}, + {"origin": [-7.5, 62, 5], "size": [8, 1, 1], "uv": [69, 35], "mirror": true}, + {"origin": [-4.5, 62.02, 8], "size": [2, 1, 4], "inflate": 0.015, "uv": [109, 78], "mirror": true}, + {"origin": [-8.5, 61, 4], "size": [10, 2, 12], "inflate": -0.01, "uv": [26, 52], "mirror": true}, + {"origin": [-6, 63.007, 6.5], "size": [5, 0, 7], "uv": [17, 40], "mirror": true}, + {"origin": [-5, 62.02, 7.5], "size": [3, 1, 5], "inflate": 0.01, "uv": [58, 21], "mirror": true}, + {"origin": [-8, 62, 15], "size": [9, 2, 2], "uv": [97, 30], "mirror": true}, + {"origin": [-5, 62, 16], "size": [3, 2, 4], "inflate": 0.001, "uv": [107, 57], "mirror": true} + ] + }, + { + "name": "Left_eyeclosed", + "parent": "head", + "pivot": [0, 58.41429, 3.55643], + "cubes": [ + {"origin": [0.24553, 60.3, -1.307], "size": [4, 3, 3], "inflate": -0.13, "pivot": [1.87053, 61.75, -0.66251], "rotation": [-25.50555, -67.73126, 27.27317], "uv": [8, 106]} + ] + }, + { + "name": "Right_eyeclosed", + "parent": "head", + "pivot": [0, 58.41429, 3.55643], + "cubes": [ + {"origin": [-4.24553, 60.3, -1.307], "size": [4, 3, 3], "inflate": -0.13, "pivot": [-1.87053, 61.75, -0.66251], "rotation": [-25.50555, 67.73126, -27.27317], "uv": [8, 106], "mirror": true} + ] + }, + { + "name": "Collar_fluff", + "parent": "Chest", + "pivot": [0, 52.65549, 4.51741] + }, + { + "name": "Left_collar_fluff_front", + "parent": "Collar_fluff", + "pivot": [5.09233, 51.29907, 2.45854], + "cubes": [ + {"origin": [5.34268, 49.54969, 0.95836], "size": [0, 3, 5], "pivot": [4.84233, 51.04907, 2.45854], "rotation": [-36.15368, 58.22145, -58.37688], "uv": [58, 56]} + ] + }, + { + "name": "Right_collar_fluff_front", + "parent": "Collar_fluff", + "pivot": [-5.09233, 51.29907, 2.45854], + "cubes": [ + {"origin": [-5.34268, 49.54969, 0.95836], "size": [0, 3, 5], "pivot": [-4.84233, 51.04907, 2.45854], "rotation": [-36.15368, -58.22145, 58.37688], "uv": [58, 56], "mirror": true} + ] + }, + { + "name": "Left_collar_fluff_middle", + "parent": "Collar_fluff", + "pivot": [4.63231, 51.78391, 2.7339], + "cubes": [ + {"origin": [5, 49.5, 3.25], "size": [0, 3, 5], "pivot": [3, 51, 3.25], "rotation": [12.5, 32.5, -20], "uv": [58, 53]} + ] + }, + { + "name": "Right_collar_fluff_middle", + "parent": "Collar_fluff", + "pivot": [-4.63231, 51.78391, 2.7339], + "cubes": [ + {"origin": [-5, 49.5, 3.25], "size": [0, 3, 5], "pivot": [-3, 51, 3.25], "rotation": [12.5, -32.5, 20], "uv": [58, 53], "mirror": true} + ] + }, + { + "name": "Left_collar_fluff_back", + "parent": "Collar_fluff", + "pivot": [2.93389, 51.5958, 4.77175], + "cubes": [ + {"origin": [5.25, 48.75, 4.25], "size": [0, 3, 6], "pivot": [3.25, 50.25, 4.25], "rotation": [-20.32193, 32.97105, -100.59884], "uv": [22, 54]} + ] + }, + { + "name": "Right_collar_fluff_back", + "parent": "Collar_fluff", + "pivot": [-2.93389, 51.5958, 4.77175], + "cubes": [ + {"origin": [-5.25, 48.75, 4.25], "size": [0, 3, 6], "pivot": [-3.25, 50.25, 4.25], "rotation": [-20.32193, -32.97105, 100.59884], "uv": [22, 54], "mirror": true} + ] + }, + { + "name": "collar_fluff_back", + "parent": "Collar_fluff", + "pivot": [0, 51.65549, 4.51741], + "cubes": [ + {"origin": [-3.5, 53, 3.75], "size": [7, 0, 7], "pivot": [0, 53, 6.75], "rotation": [27.5, 0, 0], "uv": [17, 33]} + ] + }, + { + "name": "Back_Fluff1", + "parent": "Chest", + "pivot": [0, 49.06411, 7.12965], + "cubes": [ + {"origin": [-4.1799, 49.16362, 6.13394], "size": [0, 4, 5], "pivot": [0, 48.68748, 6.39797], "rotation": [-17.21793, -1.14636, -1.14895], "uv": [58, 22]}, + {"origin": [-1.32749, 48.59114, 7.26979], "size": [0, 3, 7], "pivot": [0, 48.68748, 6.39797], "rotation": [-21.65007, -14.81546, -15.48681], "uv": [0, 29]}, + {"origin": [-3.5, 46.25, 5.75], "size": [7, 6, 4], "pivot": [0, 48.68748, 6.39797], "rotation": [0, 0, 0], "uv": [64, 88]}, + {"origin": [3.30197, 48.85317, 6.69235], "size": [0, 3, 7], "pivot": [0, 48.68748, 6.39797], "rotation": [8.26946, -3.5794, -10.58676], "uv": [0, 26]}, + {"origin": [3, 49.39148, 7.32381], "size": [0, 2, 5], "pivot": [0, 48.68748, 6.39797], "rotation": [-57.5, 0, 0], "uv": [58, 26]}, + {"origin": [1.32749, 48.59114, 7.26979], "size": [0, 3, 7], "pivot": [0, 48.68748, 6.39797], "rotation": [-21.65007, 14.81546, 15.48681], "uv": [0, 29], "mirror": true}, + {"origin": [-3, 49.39148, 7.32381], "size": [0, 2, 5], "pivot": [0, 48.68748, 6.39797], "rotation": [-57.5, 0, 0], "uv": [58, 26], "mirror": true}, + {"origin": [-3.30197, 48.85317, 6.69235], "size": [0, 3, 7], "pivot": [0, 48.68748, 6.39797], "rotation": [8.26946, 3.5794, 10.58676], "uv": [0, 26], "mirror": true}, + {"origin": [4.1799, 49.16362, 6.13394], "size": [0, 4, 5], "pivot": [0, 48.68748, 6.39797], "rotation": [-17.21793, 1.14636, 1.14895], "uv": [58, 22], "mirror": true} + ] + }, + { + "name": "Back_Fluff2", + "parent": "Back_Fluff1", + "pivot": [0, 48.01422, 10.04603], + "cubes": [ + {"origin": [-2, 48.19374, 7.71434], "size": [4, 4, 5], "pivot": [0, 48.68748, 6.39797], "rotation": [-15, 0, 0], "uv": [96, 78]}, + {"origin": [0, 47.34282, 7.70771], "size": [0, 3, 8], "pivot": [0, 48.68748, 6.39797], "rotation": [-32.5, 0, 0], "uv": [22, 47]}, + {"origin": [-1, 49.73154, 11.22875], "size": [2, 3, 4], "pivot": [0, 48.68748, 6.39797], "rotation": [-25, 0, 0], "uv": [70, 107]}, + {"origin": [0, 49.76268, 9.08654], "size": [0, 2, 8], "pivot": [0, 48.68748, 6.39797], "rotation": [0, 0, 0], "uv": [22, 50]}, + {"origin": [0, 51.16046, 14.11483], "size": [0, 3, 5], "pivot": [0, 48.68748, 6.39797], "rotation": [-35, 0, 0], "uv": [56, 81]} + ] + }, + { + "name": "Chest2", + "parent": "noivern", + "pivot": [-0.10501, 47.05203, 4.20445] + }, + { + "name": "Right_wing7", + "parent": "Chest2", + "pivot": [-4.25, 48.5, 4.25] + }, + { + "name": "Right_wing8", + "parent": "Right_wing7", + "pivot": [-15.47236, 48.52734, 4.25] + }, + { + "name": "Right_wing9", + "parent": "Right_wing8", + "pivot": [-26.48548, 56.68458, 4.25] + }, + { + "name": "Right_wing10", + "parent": "Right_wing9", + "pivot": [-30.44876, 56.9563, 4.25] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/nymble/nymble.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/nymble/nymble.geo.json new file mode 100644 index 0000000..dc6b8a3 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/nymble/nymble.geo.json @@ -0,0 +1,197 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.nymble", + "texture_width": 32, + "texture_height": 32, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "nymble", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "nymble", + "pivot": [0, 6, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 5, 2], + "cubes": [ + {"origin": [-1.5, 4.5, -1], "size": [3, 3, 5], "uv": [0, 0]} + ] + }, + { + "name": "x", + "parent": "torso", + "pivot": [0, 4.49, 0.5], + "rotation": [0, -45, 0], + "cubes": [ + {"origin": [-1, 4.49, 0], "size": [2, 0, 1], "pivot": [0, 4.49, 0.5], "rotation": [0, -90, 0], "uv": [0, 0]}, + {"origin": [-1, 4.48, 0], "size": [2, 0, 1], "uv": [0, 1]} + ] + }, + { + "name": "leg_left", + "parent": "torso", + "pivot": [-1.5, 5, 0], + "cubes": [ + {"origin": [-3.5, 4.5, 0], "size": [2, 1, 0], "uv": [12, 15]} + ] + }, + { + "name": "leg_left2", + "parent": "leg_left", + "pivot": [-3.5, 5, 0], + "cubes": [ + {"origin": [-5.5, 4.5, 0], "size": [2, 1, 0], "uv": [5, 15]} + ] + }, + { + "name": "feet_left", + "parent": "leg_left2", + "pivot": [-6.5, 5, 0], + "cubes": [ + {"origin": [-5.5, 4.5, -1], "size": [0, 1, 1], "uv": [0, 14]} + ] + }, + { + "name": "leg_right", + "parent": "torso", + "pivot": [1.5, 5, 0], + "cubes": [ + {"origin": [1.5, 4.5, 0], "size": [2, 1, 0], "uv": [12, 16]} + ] + }, + { + "name": "leg_right2", + "parent": "leg_right", + "pivot": [3.5, 5, 0], + "cubes": [ + {"origin": [3.5, 4.5, 0], "size": [2, 1, 0], "uv": [5, 16]} + ] + }, + { + "name": "feet_right", + "parent": "leg_right2", + "pivot": [6.5, 5, 0], + "cubes": [ + {"origin": [5.5, 4.5, -1], "size": [0, 1, 1], "uv": [0, 15]} + ] + }, + { + "name": "upperleg_left", + "parent": "torso", + "pivot": [1.706, 7.5, 2], + "rotation": [-30, 0, 0], + "cubes": [ + {"origin": [1, 8.4, -1], "size": [1, 1, 4], "inflate": -0.1, "uv": [11, 0]}, + {"origin": [1, 6.5, 0], "size": [1, 2, 3], "uv": [0, 14]}, + {"origin": [1, 6.5, -2], "size": [1, 3, 2], "uv": [14, 15]}, + {"origin": [2.02, 7.5, -1.5], "size": [0, 1, 1], "uv": [9, 9]}, + {"origin": [2.01, 7, -2], "size": [0, 2, 2], "uv": [9, 6]} + ] + }, + { + "name": "upperleg_right", + "parent": "torso", + "pivot": [-1.706, 7.5, 2], + "rotation": [-30, 0, 0], + "cubes": [ + {"origin": [-2, 8.4, -1], "size": [1, 1, 4], "inflate": -0.1, "uv": [8, 10]}, + {"origin": [-2, 6.5, 0], "size": [1, 2, 3], "uv": [13, 5]}, + {"origin": [-2, 6.5, -2], "size": [1, 3, 2], "uv": [8, 15]}, + {"origin": [-2.02, 7.5, -1.5], "size": [0, 1, 1], "uv": [0, 9]}, + {"origin": [-2.01, 7, -2], "size": [0, 2, 2], "uv": [0, 0]} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 7.5, -1], + "cubes": [ + {"origin": [-1, 6, -4.7], "size": [2, 2, 1], "uv": [14, 10]}, + {"origin": [-1.5, 5.5, -4], "size": [3, 3, 3], "inflate": 0.1, "uv": [0, 8]}, + {"origin": [-0.5, 8, -3], "size": [0, 1, 1], "uv": [13, 0]}, + {"origin": [0.5, 8, -3], "size": [0, 1, 1], "uv": [0, 13]} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [2, 1, -2], + "cubes": [ + {"origin": [1.62, 6, -2.5], "size": [0, 2, 1], "uv": [11, 0]}, + {"origin": [1.61, 6.5, -2], "size": [0, 2, 1], "pivot": [1.51, 7.5, -2], "rotation": [-90, 0, 0], "uv": [0, 7]}, + {"origin": [1.63, 6.5, -2.5], "size": [0, 1, 1], "pivot": [1.63, 7, -2], "rotation": [45, 0, 0], "uv": [19, 1]} + ] + }, + { + "name": "eye_right", + "parent": "head", + "pivot": [-2, 1, -2], + "cubes": [ + {"origin": [-1.62, 6, -2.5], "size": [0, 2, 1], "uv": [11, 0], "mirror": true}, + {"origin": [-1.61, 6.5, -2], "size": [0, 2, 1], "pivot": [-1.51, 7.5, -2], "rotation": [-90, 0, 0], "uv": [0, 7], "mirror": true}, + {"origin": [-1.63, 6.5, -2.5], "size": [0, 1, 1], "pivot": [-1.63, 7, -2], "rotation": [45, 0, 0], "uv": [19, 1], "mirror": true} + ] + }, + { + "name": "leg_right3", + "parent": "body", + "pivot": [1.5, 5, 2], + "cubes": [ + {"origin": [1.5, 4.5, 2], "size": [2, 1, 0], "uv": [11, 0]} + ] + }, + { + "name": "leg_right4", + "parent": "leg_right3", + "pivot": [3.5, 5, 2], + "cubes": [ + {"origin": [3.5, 4.5, 2], "size": [2, 1, 0], "uv": [0, 4]} + ] + }, + { + "name": "feet_right2", + "parent": "leg_right4", + "pivot": [6.5, 5, 2], + "cubes": [ + {"origin": [5.5, 4.5, 1], "size": [0, 1, 1], "uv": [13, 1]} + ] + }, + { + "name": "leg_left3", + "parent": "body", + "pivot": [-1.5, 5, 2], + "cubes": [ + {"origin": [-3.5, 4.5, 2], "size": [2, 1, 0], "uv": [14, 13]} + ] + }, + { + "name": "leg_left4", + "parent": "leg_left3", + "pivot": [-3.5, 5, 2], + "cubes": [ + {"origin": [-5.5, 4.5, 2], "size": [2, 1, 0], "uv": [11, 3]} + ] + }, + { + "name": "feet_left2", + "parent": "leg_left4", + "pivot": [-6.5, 5, 2], + "cubes": [ + {"origin": [-5.5, 4.5, 1], "size": [0, 1, 1], "uv": [5, 13]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ogerpon/ogerpon.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ogerpon/ogerpon.geo.json new file mode 100644 index 0000000..818783d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ogerpon/ogerpon.geo.json @@ -0,0 +1,416 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "ogerpon", + "pivot": [0, 0, 0] + }, + { + "name": "body_position", + "parent": "ogerpon", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "body_position", + "pivot": [0, 15, 0] + }, + { + "name": "body_bot", + "parent": "body", + "pivot": [-2.5, 0, -4.5], + "cubes": [ + {"origin": [-5.5, 13, -3.5], "size": [11, 7, 9], "uv": [37, 15]} + ] + }, + { + "name": "head", + "parent": "body_bot", + "pivot": [0, 24, 1], + "cubes": [ + {"origin": [-5, 20, -3], "size": [10, 8, 8], "uv": [0, 40]} + ] + }, + { + "name": "head2", + "parent": "head", + "pivot": [-4.5, -3, -3], + "cubes": [ + {"origin": [-3.5, 21, -3.1], "size": [7, 6, 6], "uv": [32, 63]}, + {"origin": [-1.5, 21.575, -3.175], "size": [1, 1, 0], "uv": [34, 7]}, + {"origin": [0.5, 21.575, -3.175], "size": [1, 1, 0], "uv": [34, 7], "mirror": true}, + {"origin": [-0.5, 21.25, -3.175], "size": [1, 1, 0], "uv": [34, 7]}, + {"origin": [-1.5, 21.85, -3.15], "size": [3, 1, 0], "uv": [34, 10]} + ] + }, + { + "name": "eye_right", + "parent": "head2", + "pivot": [-2.4125, 23.4625, -3.15], + "cubes": [ + {"origin": [-3.5, 22, -3.125], "size": [2, 3, 0], "uv": [40, 7], "mirror": true}, + {"origin": [-2.875, 22.45, -3.175], "size": [1, 2, 0], "uv": [32, 1], "mirror": true}, + {"origin": [-2.875, 23.225, -3.15], "size": [1, 1, 0], "pivot": [-2.375, 23.45, -3.15], "rotation": [0, 0, -90], "uv": [32, 1], "mirror": true}, + {"origin": [-2.875, 22.7, -3.15], "size": [1, 1, 0], "pivot": [-2.375, 23.45, -3.15], "rotation": [0, 0, -90], "uv": [32, 1], "mirror": true} + ] + }, + { + "name": "eye_left", + "parent": "head2", + "pivot": [2.4125, 23.4625, -3.15], + "cubes": [ + {"origin": [1.5, 22, -3.125], "size": [2, 3, 0], "uv": [40, 7]}, + {"origin": [1.875, 22.45, -3.175], "size": [1, 2, 0], "uv": [32, 1]}, + {"origin": [1.875, 23.225, -3.15], "size": [1, 1, 0], "pivot": [2.375, 23.45, -3.15], "rotation": [0, 0, 90], "uv": [32, 1]}, + {"origin": [1.875, 22.7, -3.15], "size": [1, 1, 0], "pivot": [2.375, 23.45, -3.15], "rotation": [0, 0, 90], "uv": [32, 1]} + ] + }, + { + "name": "teeth", + "parent": "head2", + "pivot": [1, 21.55, -3.1], + "cubes": [ + {"origin": [-1.025, 21.175, -3.125], "size": [1, 1, 0], "pivot": [-1, 21.55, -3.15], "rotation": [0, 0, -45], "uv": [34, 8]}, + {"origin": [0.025, 21.175, -3.125], "size": [1, 1, 0], "pivot": [1, 21.55, -3.15], "rotation": [0, 0, 45], "uv": [34, 8], "mirror": true} + ] + }, + { + "name": "skirt", + "parent": "body_bot", + "pivot": [5, 12.975, 1] + }, + { + "name": "skirt_left", + "parent": "skirt", + "pivot": [5, 12.975, 1], + "rotation": [0, 0, -20], + "cubes": [ + {"origin": [5, 10, -2.5], "size": [0, 3, 7], "uv": [52, 56]} + ] + }, + { + "name": "skirt_right", + "parent": "skirt", + "pivot": [-5, 12.975, 1], + "rotation": [0, 0, 20], + "cubes": [ + {"origin": [-5, 10, -2.5], "size": [0, 3, 7], "uv": [52, 56]} + ] + }, + { + "name": "skirt_back", + "parent": "skirt", + "pivot": [0, 12.95, 4.5], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [-5, 10, 4.5], "size": [10, 3, 0], "uv": [63, 51]} + ] + }, + { + "name": "skirt_front", + "parent": "skirt", + "pivot": [0, 12.95, -2.5], + "rotation": [-20, 0, 0], + "cubes": [ + {"origin": [-5, 10, -2.5], "size": [10, 3, 0], "uv": [63, 51]} + ] + }, + { + "name": "coat", + "parent": "body_bot", + "pivot": [-1.5, 0, -6] + }, + { + "name": "coat_body", + "parent": "coat", + "pivot": [-2.5, 0, -6], + "cubes": [ + {"origin": [-6.5, 13, -4], "size": [13, 16, 10], "uv": [82, 0]}, + {"origin": [-5.5, 29, -3], "size": [11, 2, 8], "uv": [0, 56]} + ] + }, + { + "name": "horn_right", + "parent": "coat_body", + "pivot": [-2.9, 28.95833, -2.925], + "rotation": [2.5, 0, -22.5], + "cubes": [ + {"origin": [-4.4, 28, -4.425], "size": [3, 3, 3], "uv": [70, 54], "mirror": true}, + {"origin": [-3.9, 30, -3.925], "size": [2, 3, 2], "uv": [28, 75], "mirror": true}, + {"origin": [-3.9, 32.675, -3.925], "size": [2, 3, 2], "inflate": -0.225, "uv": [20, 75], "mirror": true} + ] + }, + { + "name": "horn_left", + "parent": "coat_body", + "pivot": [2.9, 28.95833, -2.925], + "rotation": [2.5, 0, 22.5], + "cubes": [ + {"origin": [1.4, 28, -4.425], "size": [3, 3, 3], "uv": [70, 54]}, + {"origin": [1.9, 30, -3.925], "size": [2, 3, 2], "uv": [28, 75]}, + {"origin": [1.9, 32.675, -3.925], "size": [2, 3, 2], "inflate": -0.225, "uv": [20, 75]} + ] + }, + { + "name": "knot_main", + "parent": "coat_body", + "pivot": [0, 0, 0] + }, + { + "name": "knot", + "parent": "knot_main", + "pivot": [0, 30.71586, 0.38697], + "cubes": [ + {"origin": [-0.5, 29.2, -0.13919], "size": [1, 4, 1], "pivot": [-0.5, 30.7, 0.86081], "rotation": [-20, 0, 0], "uv": [36, 0]} + ] + }, + { + "name": "knot_2", + "parent": "knot", + "pivot": [0, 32.19408, 0.96702], + "rotation": [-13.75, 0, 0], + "cubes": [ + {"origin": [-1, 32.2, -0.60904], "size": [2, 4, 2], "pivot": [0, 30.7, 0.39096], "rotation": [-20, 0, 0], "uv": [0, 24]} + ] + }, + { + "name": "knot_3", + "parent": "knot_2", + "pivot": [0, 34.31462, 1.72462], + "rotation": [-11.75, 0, 0], + "cubes": [ + {"origin": [-1.5, 34.38756, 0.23863], "size": [3, 3, 3], "pivot": [0, 34.36462, 1.57462], "rotation": [-20, 0, 0], "uv": [58, 70]} + ] + }, + { + "name": "arm_right", + "parent": "coat_body", + "pivot": [-6.16667, 26.33333, 1], + "rotation": [0, 0, -35], + "cubes": [ + {"origin": [-17.5, 21, -3.15], "size": [13, 8, 8], "inflate": -0.1, "pivot": [-9, 27, 1], "rotation": [0, 0, 15], "uv": [0, 24]} + ] + }, + { + "name": "bone15", + "parent": "arm_right", + "pivot": [-9.5, 22, 0.85], + "cubes": [ + {"origin": [-16.5, 17, -2.65], "size": [10, 8, 7], "uv": [46, 0]} + ] + }, + { + "name": "arm_left", + "parent": "coat_body", + "pivot": [6.16667, 26.33333, 1], + "rotation": [0, 0, 35], + "cubes": [ + {"origin": [4.5, 21, -3.15], "size": [13, 8, 8], "inflate": -0.1, "pivot": [9, 27, 1], "rotation": [0, 0, -15], "uv": [34, 32]} + ] + }, + { + "name": "bone13", + "parent": "arm_left", + "pivot": [9.5, 22, 0.85], + "cubes": [ + {"origin": [6.5, 17, -2.65], "size": [10, 8, 7], "uv": [36, 48]} + ] + }, + { + "name": "tealmask", + "parent": "body", + "pivot": [0, 23.4635, -4.75625], + "cubes": [ + {"origin": [-3, 19.85, -4.7], "size": [6, 2, 0], "uv": [110, 48]}, + {"origin": [-4, 21.85, -4.675], "size": [8, 5, 0], "uv": [110, 44]}, + {"origin": [-4.6, 23.7, -4.825], "size": [4, 2, 0], "pivot": [-3.825, 24.6, -4.825], "rotation": [0, 0, 17.5], "uv": [100, 59], "mirror": true}, + {"origin": [0.6, 23.7, -4.825], "size": [4, 2, 0], "pivot": [3.825, 24.6, -4.825], "rotation": [0, 0, -17.5], "uv": [100, 59]} + ] + }, + { + "name": "bot", + "parent": "tealmask", + "pivot": [3.5, 25.35, -4.6], + "cubes": [ + {"origin": [0.40856, 18.65486, -4.65], "size": [11, 5, 0], "pivot": [1.80777, 21.58325, -4.65], "rotation": [0, 0, -15], "uv": [106, 94]}, + {"origin": [1.27809, 17.56614, -4.75], "size": [10, 5, 0], "pivot": [1.65556, 20.13549, -4.65], "rotation": [0, 0, 30], "uv": [106, 99]}, + {"origin": [0.23917, 16.93308, -4.775], "size": [7, 4, 0], "pivot": [1.4411, 18.71513, -4.775], "rotation": [0, 0, 57.25], "uv": [106, 104]}, + {"origin": [-7.23917, 16.93308, -4.775], "size": [7, 4, 0], "pivot": [-1.4411, 18.71513, -4.775], "rotation": [0, 0, -57.25], "uv": [106, 104], "mirror": true}, + {"origin": [-11.27809, 17.56614, -4.75], "size": [10, 5, 0], "pivot": [-1.65556, 20.13549, -4.65], "rotation": [0, 0, -30], "uv": [106, 99], "mirror": true}, + {"origin": [-11.40856, 18.65486, -4.65], "size": [11, 5, 0], "pivot": [-1.80777, 21.58325, -4.65], "rotation": [0, 0, 15], "uv": [106, 94], "mirror": true} + ] + }, + { + "name": "top_segment", + "parent": "tealmask", + "pivot": [-3.5, 25.35, -4.6], + "cubes": [ + {"origin": [1, 22.85, -4.6], "size": [9, 5, 0], "pivot": [3.5, 25.35, -4.6], "rotation": [0, 0, -20], "uv": [110, 39]}, + {"origin": [0.49614, 23.46442, -4.575], "size": [9, 5, 0], "pivot": [0.35332, 26.85312, -4.575], "rotation": [0, 0, -41.75], "uv": [110, 34]}, + {"origin": [-9.49614, 23.46442, -4.575], "size": [9, 5, 0], "pivot": [-0.35332, 26.85312, -4.575], "rotation": [0, 0, 41.75], "uv": [110, 34], "mirror": true}, + {"origin": [-10, 22.85, -4.6], "size": [9, 5, 0], "pivot": [-3.5, 25.35, -4.6], "rotation": [0, 0, 20], "uv": [110, 39], "mirror": true} + ] + }, + { + "name": "top", + "parent": "top_segment", + "pivot": [4.5, 44.85, -13.675], + "cubes": [ + {"origin": [-4.5, 24.475, -4.875], "size": [9, 13, 0], "uv": [110, 74]} + ] + }, + { + "name": "gem", + "parent": "top", + "pivot": [2, 44.85, -13.625], + "cubes": [ + {"origin": [-1, 26.1, -4.925], "size": [2, 5, 0], "uv": [111, 89]}, + {"origin": [-2, 28.1, -4.925], "size": [1, 1, 0], "uv": [110, 89], "mirror": true}, + {"origin": [1, 28.1, -4.925], "size": [1, 1, 0], "uv": [111, 89], "mirror": true} + ] + }, + { + "name": "mouth", + "parent": "tealmask", + "pivot": [-0.075, 21.375, -4.8], + "cubes": [ + {"origin": [-3, 19.425, -4.85], "size": [6, 3, 0], "uv": [110, 59]}, + {"origin": [-0.5, 21.975, -4.925], "size": [1, 2, 0], "uv": [110, 72]}, + {"origin": [-0.5, 20.9, -4.975], "size": [1, 1, 0], "uv": [110, 70]}, + {"origin": [-0.5, 19.725, -4.95], "size": [1, 1, 0], "uv": [110, 71]}, + {"origin": [1.975, 20.95, -4.9], "size": [2, 2, 0], "uv": [110, 66]}, + {"origin": [-2.825, 16.825, -4.925], "size": [2, 2, 0], "pivot": [-2.975, 18.825, -4.925], "rotation": [0, 0, -90], "uv": [110, 63], "mirror": true}, + {"origin": [0.825, 16.825, -4.925], "size": [2, 2, 0], "pivot": [2.975, 18.825, -4.925], "rotation": [0, 0, 90], "uv": [110, 63]}, + {"origin": [-3.975, 20.95, -4.9], "size": [2, 2, 0], "uv": [110, 66], "mirror": true} + ] + }, + { + "name": "leg_right", + "parent": "body_position", + "pivot": [5.00441, 0, 1] + }, + { + "name": "leg_right_1", + "parent": "leg_right", + "pivot": [-1.99559, 13.5, 1], + "cubes": [ + {"origin": [-2.99559, 6, 0], "size": [2, 7, 2], "uv": [23, 66], "mirror": true} + ] + }, + { + "name": "leg_right_2", + "parent": "leg_right_1", + "pivot": [-1.99559, 8, 1], + "cubes": [ + {"origin": [-3.49559, 2, -0.5], "size": [3, 6, 3], "uv": [68, 31], "mirror": true} + ] + }, + { + "name": "feet_right", + "parent": "leg_right_2", + "pivot": [-1.99559, 1, 1], + "cubes": [ + {"origin": [-3.49559, 0, -2.5], "size": [3, 2, 5], "uv": [61, 63], "mirror": true} + ] + }, + { + "name": "toe_right", + "parent": "feet_right", + "pivot": [-2, 0, -2] + }, + { + "name": "leaves2", + "parent": "toe_right", + "pivot": [-2.12059, 1.65, -3], + "cubes": [ + {"origin": [-3.95441, 1.65, -3.5], "size": [2, 0, 1], "pivot": [-1.87941, 1.65, -3], "rotation": [0, 0, 30], "uv": [5, 1]}, + {"origin": [-2.04559, 1.65, -3.5], "size": [2, 0, 1], "pivot": [-2.12059, 1.65, -3], "rotation": [0, 0, -30], "uv": [5, 0]} + ] + }, + { + "name": "toes2", + "parent": "toe_right", + "pivot": [-1.49559, 1, -2] + }, + { + "name": "bone3", + "parent": "toes2", + "pivot": [-2.49559, 1, -2], + "cubes": [ + {"origin": [-3.49559, -0.15, -4.5], "size": [2, 2, 3], "inflate": -0.14, "pivot": [-2.49559, 1, -2], "rotation": [0, 15, 0], "uv": [10, 75]}, + {"origin": [-2.49559, -0.15, -4.5], "size": [2, 2, 3], "inflate": -0.15, "pivot": [-1.49559, 1, -2], "rotation": [0, -15, 0], "uv": [73, 0]} + ] + }, + { + "name": "leg_left", + "parent": "body_position", + "pivot": [-5.00441, 0, 1] + }, + { + "name": "leg_left_1", + "parent": "leg_left", + "pivot": [1.99559, 13.5, 1], + "cubes": [ + {"origin": [0.99559, 6, 0], "size": [2, 7, 2], "uv": [23, 66]} + ] + }, + { + "name": "leg_left_2", + "parent": "leg_left_1", + "pivot": [1.99559, 8, 1], + "cubes": [ + {"origin": [0.49559, 2, -0.5], "size": [3, 6, 3], "uv": [68, 31]} + ] + }, + { + "name": "feet_left", + "parent": "leg_left_2", + "pivot": [1.99559, 1, 1], + "cubes": [ + {"origin": [0.49559, 0, -2.5], "size": [3, 2, 5], "uv": [61, 63]} + ] + }, + { + "name": "bone", + "parent": "feet_left", + "pivot": [2.12059, 0.65, -2] + }, + { + "name": "leaves", + "parent": "bone", + "pivot": [2.12059, 1.65, -3], + "cubes": [ + {"origin": [1.95441, 1.65, -3.5], "size": [2, 0, 1], "pivot": [1.87941, 1.65, -3], "rotation": [0, 0, -30], "uv": [0, 9]}, + {"origin": [0.04559, 1.65, -3.5], "size": [2, 0, 1], "pivot": [2.12059, 1.65, -3], "rotation": [0, 0, 30], "uv": [4, 9]} + ] + }, + { + "name": "toes", + "parent": "bone", + "pivot": [1.23677, 0.85, -1.96593], + "cubes": [ + {"origin": [0.49559, -0.15, -4.5], "size": [2, 2, 3], "inflate": -0.15, "pivot": [1.49559, 1, -2], "rotation": [0, 15, 0], "uv": [10, 75]} + ] + }, + { + "name": "bone2", + "parent": "toes", + "pivot": [2.49559, 1, -2], + "cubes": [ + {"origin": [1.49559, -0.15, -4.5], "size": [2, 2, 3], "inflate": -0.14, "pivot": [2.49559, 1, -2], "rotation": [0, -15, 0], "uv": [73, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ogerpon_fire/ogerpon_fire.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ogerpon_fire/ogerpon_fire.geo.json new file mode 100644 index 0000000..b321e47 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ogerpon_fire/ogerpon_fire.geo.json @@ -0,0 +1,422 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "ogerpon", + "pivot": [0, 0, 0] + }, + { + "name": "body_position", + "parent": "ogerpon", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "body_position", + "pivot": [0, 15, 0] + }, + { + "name": "body_bot", + "parent": "body", + "pivot": [-2.5, 0, -4.5], + "cubes": [ + {"origin": [-5.5, 13, -3.5], "size": [11, 7, 9], "uv": [37, 15]} + ] + }, + { + "name": "head", + "parent": "body_bot", + "pivot": [0, 24, 1], + "cubes": [ + {"origin": [-5, 20, -3], "size": [10, 8, 8], "uv": [0, 40]} + ] + }, + { + "name": "head2", + "parent": "head", + "pivot": [-4.5, -3, -3], + "cubes": [ + {"origin": [-3.5, 21, -3.1], "size": [7, 6, 6], "uv": [32, 63]}, + {"origin": [-1.5, 21.575, -3.175], "size": [1, 1, 0], "uv": [34, 7]}, + {"origin": [0.5, 21.575, -3.175], "size": [1, 1, 0], "uv": [34, 7], "mirror": true}, + {"origin": [-0.5, 21.25, -3.175], "size": [1, 1, 0], "uv": [34, 7]}, + {"origin": [-1.5, 21.85, -3.15], "size": [3, 1, 0], "uv": [34, 10]} + ] + }, + { + "name": "eye_right", + "parent": "head2", + "pivot": [-2.4125, 23.4625, -3.15], + "cubes": [ + {"origin": [-3.5, 22, -3.125], "size": [2, 3, 0], "uv": [40, 7], "mirror": true}, + {"origin": [-2.875, 22.45, -3.175], "size": [1, 2, 0], "uv": [32, 1], "mirror": true}, + {"origin": [-2.875, 23.225, -3.15], "size": [1, 1, 0], "pivot": [-2.375, 23.45, -3.15], "rotation": [0, 0, -90], "uv": [32, 1], "mirror": true}, + {"origin": [-2.875, 22.7, -3.15], "size": [1, 1, 0], "pivot": [-2.375, 23.45, -3.15], "rotation": [0, 0, -90], "uv": [32, 1], "mirror": true} + ] + }, + { + "name": "eye_left", + "parent": "head2", + "pivot": [2.4125, 23.4625, -3.15], + "cubes": [ + {"origin": [1.5, 22, -3.125], "size": [2, 3, 0], "uv": [40, 7]}, + {"origin": [1.875, 22.45, -3.175], "size": [1, 2, 0], "uv": [32, 1]}, + {"origin": [1.875, 23.225, -3.15], "size": [1, 1, 0], "pivot": [2.375, 23.45, -3.15], "rotation": [0, 0, 90], "uv": [32, 1]}, + {"origin": [1.875, 22.7, -3.15], "size": [1, 1, 0], "pivot": [2.375, 23.45, -3.15], "rotation": [0, 0, 90], "uv": [32, 1]} + ] + }, + { + "name": "teeth", + "parent": "head2", + "pivot": [1, 21.55, -3.1], + "cubes": [ + {"origin": [-1.025, 21.175, -3.125], "size": [1, 1, 0], "pivot": [-1, 21.55, -3.15], "rotation": [0, 0, -45], "uv": [34, 8]}, + {"origin": [0.025, 21.175, -3.125], "size": [1, 1, 0], "pivot": [1, 21.55, -3.15], "rotation": [0, 0, 45], "uv": [34, 8], "mirror": true} + ] + }, + { + "name": "skirt", + "parent": "body_bot", + "pivot": [5, 12.975, 1] + }, + { + "name": "skirt_left", + "parent": "skirt", + "pivot": [5, 12.975, 1], + "rotation": [0, 0, -20], + "cubes": [ + {"origin": [5, 10, -2.5], "size": [0, 3, 7], "uv": [52, 56]} + ] + }, + { + "name": "skirt_right", + "parent": "skirt", + "pivot": [-5, 12.975, 1], + "rotation": [0, 0, 20], + "cubes": [ + {"origin": [-5, 10, -2.5], "size": [0, 3, 7], "uv": [52, 56]} + ] + }, + { + "name": "skirt_back", + "parent": "skirt", + "pivot": [0, 12.95, 4.5], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [-5, 10, 4.5], "size": [10, 3, 0], "uv": [63, 51]} + ] + }, + { + "name": "skirt_front", + "parent": "skirt", + "pivot": [0, 12.95, -2.5], + "rotation": [-20, 0, 0], + "cubes": [ + {"origin": [-5, 10, -2.5], "size": [10, 3, 0], "uv": [63, 51]} + ] + }, + { + "name": "coat", + "parent": "body_bot", + "pivot": [-1.5, 0, -6] + }, + { + "name": "coat_body", + "parent": "coat", + "pivot": [-2.5, 0, -6], + "cubes": [ + {"origin": [-6.5, 13, -4], "size": [13, 16, 10], "uv": [82, 0]}, + {"origin": [-5.5, 29, -3], "size": [11, 2, 8], "uv": [0, 56]} + ] + }, + { + "name": "horn_right", + "parent": "coat_body", + "pivot": [-2.9, 28.95833, -2.6], + "rotation": [2.5, 0, -22.5], + "cubes": [ + {"origin": [-4.4, 28, -4.1], "size": [3, 3, 3], "uv": [70, 54], "mirror": true}, + {"origin": [-3.9, 30, -3.6], "size": [2, 3, 2], "uv": [28, 75], "mirror": true}, + {"origin": [-3.9, 32.675, -3.6], "size": [2, 3, 2], "inflate": -0.225, "uv": [20, 75], "mirror": true} + ] + }, + { + "name": "horn_left", + "parent": "coat_body", + "pivot": [2.9, 28.95833, -2.6], + "rotation": [2.5, 0, 22.5], + "cubes": [ + {"origin": [1.4, 28, -4.1], "size": [3, 3, 3], "uv": [70, 54]}, + {"origin": [1.9, 30, -3.6], "size": [2, 3, 2], "uv": [28, 75]}, + {"origin": [1.9, 32.675, -3.6], "size": [2, 3, 2], "inflate": -0.225, "uv": [20, 75]} + ] + }, + { + "name": "knot_main", + "parent": "coat_body", + "pivot": [0, 0, 0] + }, + { + "name": "knot", + "parent": "knot_main", + "pivot": [0, 30.71586, 0.38697], + "cubes": [ + {"origin": [-0.5, 29.2, -0.13919], "size": [1, 4, 1], "pivot": [-0.5, 30.7, 0.86081], "rotation": [-20, 0, 0], "uv": [36, 0]} + ] + }, + { + "name": "knot_2", + "parent": "knot", + "pivot": [0, 32.19408, 0.96702], + "rotation": [-13.75, 0, 0], + "cubes": [ + {"origin": [-1, 32.2, -0.60904], "size": [2, 4, 2], "pivot": [0, 30.7, 0.39096], "rotation": [-20, 0, 0], "uv": [0, 24]} + ] + }, + { + "name": "knot_3", + "parent": "knot_2", + "pivot": [0, 34.31462, 1.72462], + "rotation": [-11.75, 0, 0], + "cubes": [ + {"origin": [-1.5, 34.38756, 0.23863], "size": [3, 3, 3], "pivot": [0, 34.36462, 1.57462], "rotation": [-20, 0, 0], "uv": [58, 70]} + ] + }, + { + "name": "arm_right", + "parent": "coat_body", + "pivot": [-6.16667, 26.33333, 1], + "rotation": [0, 0, -35], + "cubes": [ + {"origin": [-17.5, 21, -3.15], "size": [13, 8, 8], "inflate": -0.1, "pivot": [-9, 27, 1], "rotation": [0, 0, 15], "uv": [0, 24]} + ] + }, + { + "name": "bone15", + "parent": "arm_right", + "pivot": [-9.5, 22, 0.85], + "cubes": [ + {"origin": [-16.5, 17, -2.65], "size": [10, 8, 7], "uv": [46, 0]} + ] + }, + { + "name": "arm_left", + "parent": "coat_body", + "pivot": [6.16667, 26.33333, 1], + "rotation": [0, 0, 35], + "cubes": [ + {"origin": [4.5, 21, -3.15], "size": [13, 8, 8], "inflate": -0.1, "pivot": [9, 27, 1], "rotation": [0, 0, -15], "uv": [34, 32]} + ] + }, + { + "name": "bone13", + "parent": "arm_left", + "pivot": [9.5, 22, 0.85], + "cubes": [ + {"origin": [6.5, 17, -2.65], "size": [10, 8, 7], "uv": [36, 48]} + ] + }, + { + "name": "flamemask", + "parent": "body", + "pivot": [0, 23.4635, -4.45625], + "cubes": [ + {"origin": [-4.6, 23.7, -4.525], "size": [4, 2, 0], "pivot": [-3.825, 24.6, -4.525], "rotation": [0, 0, 17.5], "uv": [88, 31], "mirror": true}, + {"origin": [0.6, 23.7, -4.525], "size": [4, 2, 0], "pivot": [3.825, 24.6, -4.525], "rotation": [0, 0, -17.5], "uv": [88, 31]}, + {"origin": [-4.5, 21.5, -4.375], "size": [9, 6, 0], "uv": [110, 44]}, + {"origin": [-4.5, 26.85, -4.45], "size": [9, 9, 0], "uv": [110, 78]}, + {"origin": [-4.5, 29.85, -4.05], "size": [9, 9, 0], "uv": [91, 78]} + ] + }, + { + "name": "right_jaw", + "parent": "flamemask", + "pivot": [-5, 20.7, -4.65], + "cubes": [ + {"origin": [-6.95, 17.075, -4.5], "size": [7, 4, 0], "pivot": [-5, 20.7, -4.65], "rotation": [0, 0, -13], "uv": [110, 110], "mirror": true}, + {"origin": [-6.95, 20.075, -4.475], "size": [5, 6, 0], "pivot": [-5, 20.7, -4.625], "rotation": [0, 0, -13], "uv": [110, 115], "mirror": true}, + {"origin": [-8.95, 24.075, -4.475], "size": [2, 2, 0], "pivot": [-5, 20.7, -4.625], "rotation": [0, 0, -13], "uv": [110, 121], "mirror": true}, + {"origin": [-12.33365, 20.60052, -4.25], "size": [9, 6, 0], "pivot": [-8.40865, 22.35052, -4.25], "rotation": [0, 0, -4.5], "uv": [109, 97], "mirror": true} + ] + }, + { + "name": "left_jaw", + "parent": "flamemask", + "pivot": [5, 20.7, -4.65], + "cubes": [ + {"origin": [-0.05, 17.075, -4.5], "size": [7, 4, 0], "pivot": [5, 20.7, -4.65], "rotation": [0, 0, 13], "uv": [110, 110]}, + {"origin": [1.95, 20.075, -4.475], "size": [5, 6, 0], "pivot": [5, 20.7, -4.625], "rotation": [0, 0, 13], "uv": [110, 115]}, + {"origin": [3.33365, 20.60052, -4.25], "size": [9, 6, 0], "pivot": [8.40865, 22.35052, -4.25], "rotation": [0, 0, 4.5], "uv": [109, 97]}, + {"origin": [-13.90399, 28.08062, -4.125], "size": [12, 9, 0], "pivot": [-9.40399, 29.58062, -4.125], "rotation": [0, 0, 48], "uv": [85, 96], "mirror": true}, + {"origin": [1.90399, 28.08062, -4.125], "size": [12, 9, 0], "pivot": [9.40399, 29.58062, -4.125], "rotation": [0, 0, -48], "uv": [85, 96]}, + {"origin": [6.95, 24.075, -4.475], "size": [2, 2, 0], "pivot": [5, 20.7, -4.625], "rotation": [0, 0, 13], "uv": [110, 121]} + ] + }, + { + "name": "righthorn", + "parent": "flamemask", + "pivot": [-5.575, 27.75, -4.95], + "cubes": [ + {"origin": [-3.225, 24.675, -4.675], "size": [3, 3, 0], "uv": [108, 30], "mirror": true}, + {"origin": [-3.65, 25.3, -4.75], "size": [1, 1, 0], "uv": [108, 29], "mirror": true}, + {"origin": [-10.025, 25.925, -4.6], "size": [10, 5, 0], "pivot": [-5.65, 27.75, -4.95], "rotation": [0, 0, 12.5], "uv": [108, 34], "mirror": true} + ] + }, + { + "name": "lefthorn", + "parent": "flamemask", + "pivot": [5.575, 27.75, -4.95], + "cubes": [ + {"origin": [0.225, 24.675, -4.675], "size": [3, 3, 0], "uv": [108, 30]}, + {"origin": [2.65, 25.3, -4.75], "size": [1, 1, 0], "uv": [108, 29]}, + {"origin": [0.025, 25.925, -4.6], "size": [10, 5, 0], "pivot": [5.65, 27.75, -4.95], "rotation": [0, 0, -12.5], "uv": [108, 34]} + ] + }, + { + "name": "mouth2", + "parent": "flamemask", + "pivot": [0, 21.01429, -4.61786], + "rotation": [0, 0, -180], + "cubes": [ + {"origin": [-3, 19.525, -4.55], "size": [6, 3, 0], "uv": [110, 59]}, + {"origin": [-1, 20.975, -4.65], "size": [2, 1, 0], "uv": [110, 70]}, + {"origin": [-0.5, 18.625, -4.675], "size": [1, 1, 0], "uv": [110, 70]}, + {"origin": [-0.5, 19.825, -4.65], "size": [1, 1, 0], "uv": [110, 71]}, + {"origin": [1.975, 20.05, -4.6], "size": [2, 2, 0], "uv": [110, 66]}, + {"origin": [-2.825, 16.925, -4.625], "size": [2, 2, 0], "pivot": [-2.975, 18.925, -4.625], "rotation": [0, 0, -90], "uv": [110, 63], "mirror": true}, + {"origin": [0.825, 16.925, -4.625], "size": [2, 2, 0], "pivot": [2.975, 18.925, -4.625], "rotation": [0, 0, 90], "uv": [110, 63]}, + {"origin": [-3.975, 20.05, -4.6], "size": [2, 2, 0], "uv": [110, 66], "mirror": true}, + {"origin": [-3.7, 19.475, -4.575], "size": [1, 1, 0], "uv": [100, 57], "mirror": true}, + {"origin": [2.7, 19.475, -4.575], "size": [1, 1, 0], "uv": [100, 57]} + ] + }, + { + "name": "leg_right", + "parent": "body_position", + "pivot": [5.00441, 0, 1] + }, + { + "name": "leg_right_1", + "parent": "leg_right", + "pivot": [-1.99559, 13.5, 1], + "cubes": [ + {"origin": [-2.99559, 6, 0], "size": [2, 7, 2], "uv": [23, 66], "mirror": true} + ] + }, + { + "name": "leg_right_2", + "parent": "leg_right_1", + "pivot": [-1.99559, 8, 1], + "cubes": [ + {"origin": [-3.49559, 2, -0.5], "size": [3, 6, 3], "uv": [68, 31], "mirror": true} + ] + }, + { + "name": "feet_right", + "parent": "leg_right_2", + "pivot": [-1.99559, 1, 1], + "cubes": [ + {"origin": [-3.49559, 0, -2.5], "size": [3, 2, 5], "uv": [61, 63], "mirror": true} + ] + }, + { + "name": "toe_right", + "parent": "feet_right", + "pivot": [-2, 0, -2] + }, + { + "name": "leaves2", + "parent": "toe_right", + "pivot": [-2.12059, 1.65, -3], + "cubes": [ + {"origin": [-3.95441, 1.65, -3.5], "size": [2, 0, 1], "pivot": [-1.87941, 1.65, -3], "rotation": [0, 0, 30], "uv": [5, 1]}, + {"origin": [-2.04559, 1.65, -3.5], "size": [2, 0, 1], "pivot": [-2.12059, 1.65, -3], "rotation": [0, 0, -30], "uv": [5, 0]} + ] + }, + { + "name": "toes2", + "parent": "toe_right", + "pivot": [-1.49559, 1, -2] + }, + { + "name": "bone3", + "parent": "toes2", + "pivot": [-2.49559, 1, -2], + "cubes": [ + {"origin": [-3.49559, -0.15, -4.5], "size": [2, 2, 3], "inflate": -0.14, "pivot": [-2.49559, 1, -2], "rotation": [0, 15, 0], "uv": [10, 75]}, + {"origin": [-2.49559, -0.15, -4.5], "size": [2, 2, 3], "inflate": -0.15, "pivot": [-1.49559, 1, -2], "rotation": [0, -15, 0], "uv": [73, 0]} + ] + }, + { + "name": "leg_left", + "parent": "body_position", + "pivot": [-5.00441, 0, 1] + }, + { + "name": "leg_left_1", + "parent": "leg_left", + "pivot": [1.99559, 13.5, 1], + "cubes": [ + {"origin": [0.99559, 6, 0], "size": [2, 7, 2], "uv": [23, 66]} + ] + }, + { + "name": "leg_left_2", + "parent": "leg_left_1", + "pivot": [1.99559, 8, 1], + "cubes": [ + {"origin": [0.49559, 2, -0.5], "size": [3, 6, 3], "uv": [68, 31]} + ] + }, + { + "name": "feet_left", + "parent": "leg_left_2", + "pivot": [1.99559, 1, 1], + "cubes": [ + {"origin": [0.49559, 0, -2.5], "size": [3, 2, 5], "uv": [61, 63]} + ] + }, + { + "name": "bone", + "parent": "feet_left", + "pivot": [2.12059, 0.65, -2] + }, + { + "name": "leaves", + "parent": "bone", + "pivot": [2.12059, 1.65, -3], + "cubes": [ + {"origin": [1.95441, 1.65, -3.5], "size": [2, 0, 1], "pivot": [1.87941, 1.65, -3], "rotation": [0, 0, -30], "uv": [0, 9]}, + {"origin": [0.04559, 1.65, -3.5], "size": [2, 0, 1], "pivot": [2.12059, 1.65, -3], "rotation": [0, 0, 30], "uv": [4, 9]} + ] + }, + { + "name": "toes", + "parent": "bone", + "pivot": [1.23677, 0.85, -1.96593], + "cubes": [ + {"origin": [0.49559, -0.15, -4.5], "size": [2, 2, 3], "inflate": -0.15, "pivot": [1.49559, 1, -2], "rotation": [0, 15, 0], "uv": [10, 75]} + ] + }, + { + "name": "bone2", + "parent": "toes", + "pivot": [2.49559, 1, -2], + "cubes": [ + {"origin": [1.49559, -0.15, -4.5], "size": [2, 2, 3], "inflate": -0.14, "pivot": [2.49559, 1, -2], "rotation": [0, -15, 0], "uv": [73, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ogerpon_rock/ogerpon_rock.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ogerpon_rock/ogerpon_rock.geo.json new file mode 100644 index 0000000..490c44f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ogerpon_rock/ogerpon_rock.geo.json @@ -0,0 +1,431 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "ogerpon", + "pivot": [0, 0, 0] + }, + { + "name": "body_position", + "parent": "ogerpon", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "body_position", + "pivot": [0, 15, 0] + }, + { + "name": "body_bot", + "parent": "body", + "pivot": [-2.5, 0, -4.5], + "cubes": [ + {"origin": [-5.5, 13, -3.5], "size": [11, 7, 9], "uv": [37, 15]} + ] + }, + { + "name": "head", + "parent": "body_bot", + "pivot": [0, 24, 1], + "cubes": [ + {"origin": [-5, 20, -3], "size": [10, 8, 8], "uv": [0, 40]} + ] + }, + { + "name": "head2", + "parent": "head", + "pivot": [-4.5, -3, -3], + "cubes": [ + {"origin": [-3.5, 21, -3.1], "size": [7, 6, 6], "uv": [32, 63]}, + {"origin": [-1.5, 21.575, -3.175], "size": [1, 1, 0], "uv": [34, 7]}, + {"origin": [0.5, 21.575, -3.175], "size": [1, 1, 0], "uv": [34, 7], "mirror": true}, + {"origin": [-0.5, 21.25, -3.175], "size": [1, 1, 0], "uv": [34, 7]}, + {"origin": [-1.5, 21.85, -3.15], "size": [3, 1, 0], "uv": [34, 10]} + ] + }, + { + "name": "eye_right", + "parent": "head2", + "pivot": [-2.4125, 23.4625, -3.15], + "cubes": [ + {"origin": [-3.5, 22, -3.125], "size": [2, 3, 0], "uv": [40, 7], "mirror": true}, + {"origin": [-2.875, 22.45, -3.175], "size": [1, 2, 0], "uv": [32, 1], "mirror": true}, + {"origin": [-2.875, 23.225, -3.15], "size": [1, 1, 0], "pivot": [-2.375, 23.45, -3.15], "rotation": [0, 0, -90], "uv": [32, 1], "mirror": true}, + {"origin": [-2.875, 22.7, -3.15], "size": [1, 1, 0], "pivot": [-2.375, 23.45, -3.15], "rotation": [0, 0, -90], "uv": [32, 1], "mirror": true} + ] + }, + { + "name": "eye_left", + "parent": "head2", + "pivot": [2.4125, 23.4625, -3.15], + "cubes": [ + {"origin": [1.5, 22, -3.125], "size": [2, 3, 0], "uv": [40, 7]}, + {"origin": [1.875, 22.45, -3.175], "size": [1, 2, 0], "uv": [32, 1]}, + {"origin": [1.875, 23.225, -3.15], "size": [1, 1, 0], "pivot": [2.375, 23.45, -3.15], "rotation": [0, 0, 90], "uv": [32, 1]}, + {"origin": [1.875, 22.7, -3.15], "size": [1, 1, 0], "pivot": [2.375, 23.45, -3.15], "rotation": [0, 0, 90], "uv": [32, 1]} + ] + }, + { + "name": "teeth", + "parent": "head2", + "pivot": [1, 21.55, -3.1], + "cubes": [ + {"origin": [-1.025, 21.175, -3.125], "size": [1, 1, 0], "pivot": [-1, 21.55, -3.15], "rotation": [0, 0, -45], "uv": [34, 8]}, + {"origin": [0.025, 21.175, -3.125], "size": [1, 1, 0], "pivot": [1, 21.55, -3.15], "rotation": [0, 0, 45], "uv": [34, 8], "mirror": true} + ] + }, + { + "name": "skirt", + "parent": "body_bot", + "pivot": [5, 12.975, 1] + }, + { + "name": "skirt_left", + "parent": "skirt", + "pivot": [5, 12.975, 1], + "rotation": [0, 0, -20], + "cubes": [ + {"origin": [5, 10, -2.5], "size": [0, 3, 7], "uv": [52, 56]} + ] + }, + { + "name": "skirt_right", + "parent": "skirt", + "pivot": [-5, 12.975, 1], + "rotation": [0, 0, 20], + "cubes": [ + {"origin": [-5, 10, -2.5], "size": [0, 3, 7], "uv": [52, 56]} + ] + }, + { + "name": "skirt_back", + "parent": "skirt", + "pivot": [0, 12.95, 4.5], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [-5, 10, 4.5], "size": [10, 3, 0], "uv": [63, 51]} + ] + }, + { + "name": "skirt_front", + "parent": "skirt", + "pivot": [0, 12.95, -2.5], + "rotation": [-20, 0, 0], + "cubes": [ + {"origin": [-5, 10, -2.5], "size": [10, 3, 0], "uv": [63, 51]} + ] + }, + { + "name": "coat", + "parent": "body_bot", + "pivot": [-1.5, 0, -6] + }, + { + "name": "coat_body", + "parent": "coat", + "pivot": [-2.5, 0, -6], + "cubes": [ + {"origin": [-6.5, 13, -4], "size": [13, 16, 10], "uv": [82, 0]}, + {"origin": [-5.5, 29, -3], "size": [11, 2, 8], "uv": [0, 56]} + ] + }, + { + "name": "cornorstone_mask", + "parent": "coat_body", + "pivot": [-1.5, 2, -6.45], + "cubes": [ + {"origin": [-6.5, 22, -5], "size": [13, 5, 0], "uv": [102, 39]}, + {"origin": [-8.5, 20.025, -5.375], "size": [17, 10, 0], "uv": [94, 61]}, + {"origin": [-2.5, 21.775, -5.6], "size": [5, 2, 0], "uv": [95, 71]}, + {"origin": [-6.5, 21.45, -5.175], "size": [13, 9, 0], "uv": [102, 52]}, + {"origin": [-7.5, 23.45, -4.8], "size": [7, 12, 0], "pivot": [-4, 28.95, -4.8], "rotation": [0, 0, -13.5], "uv": [109, 79]}, + {"origin": [-3, 23.45, -4.65], "size": [6, 12, 0], "uv": [109, 91]}, + {"origin": [0.25, 24.2, -4.75], "size": [5, 14, 0], "pivot": [0, 27.45, -4.65], "rotation": [0, 0, 15.25], "uv": [109, 103]}, + {"origin": [2.25, 24.2, -4.65], "size": [5, 11, 0], "pivot": [0, 27.45, -4.65], "rotation": [0, 0, 15.25], "uv": [85, 73]} + ] + }, + { + "name": "mouth", + "parent": "cornorstone_mask", + "pivot": [0, 17.6, -5.75], + "cubes": [ + {"origin": [-1.5, 12.725, -5.45], "size": [3, 4, 0], "pivot": [0, 17.6, -5.75], "rotation": [0, 0, -180], "uv": [95, 89]}, + {"origin": [-2.5, 15.95, -5.75], "size": [5, 2, 0], "pivot": [0, 17.6, -5.75], "rotation": [0, 0, -180], "uv": [95, 85]}, + {"origin": [-3.4, 15.1, -5.625], "size": [5, 2, 0], "pivot": [-0.45, 17.6, -5.75], "rotation": [0, 0, -180], "uv": [95, 94]} + ] + }, + { + "name": "right_mouth", + "parent": "mouth", + "pivot": [-0.5, 22.05, -5.55], + "cubes": [ + {"origin": [-6.5, 13.225, -5.3], "size": [7, 6, 0], "pivot": [-0.5, 22.05, -5.55], "rotation": [0, 0, 6], "uv": [109, 73], "mirror": true}, + {"origin": [-7.5, 16, -5.4], "size": [7, 6, 0], "pivot": [-0.5, 22.05, -5.55], "rotation": [0, 0, 6], "uv": [95, 79], "mirror": true}, + {"origin": [-7.5, 16, -5.55], "size": [7, 6, 0], "pivot": [-0.5, 22.05, -5.55], "rotation": [0, 0, 6], "uv": [95, 73], "mirror": true} + ] + }, + { + "name": "bone5", + "parent": "right_mouth", + "pivot": [-4.94083, 20.1875, -7.27242], + "cubes": [ + {"origin": [-4.97738, 18.33029, -7.6], "size": [2, 2, 3], "pivot": [-3.80238, 19.33029, -5.475], "rotation": [-21.63707, 29.35105, 2.09296], "uv": [92, 102], "mirror": true}, + {"origin": [-5.97792, 19.24383, -9.53297], "size": [2, 2, 3], "inflate": -0.25, "pivot": [-4.94083, 20.1875, -7.27242], "rotation": [-46.13707, 29.35105, 2.09296], "uv": [92, 109], "mirror": true} + ] + }, + { + "name": "left_mouth", + "parent": "mouth", + "pivot": [0.5, 22.05, -5.55], + "cubes": [ + {"origin": [-0.5, 13.225, -5.3], "size": [7, 6, 0], "pivot": [0.5, 22.05, -5.55], "rotation": [0, 0, -6], "uv": [109, 73]}, + {"origin": [0.5, 16, -5.4], "size": [7, 6, 0], "pivot": [0.5, 22.05, -5.55], "rotation": [0, 0, -6], "uv": [95, 79]}, + {"origin": [0.5, 16, -5.55], "size": [7, 6, 0], "pivot": [0.5, 22.05, -5.55], "rotation": [0, 0, -6], "uv": [95, 73]} + ] + }, + { + "name": "bone4", + "parent": "left_mouth", + "pivot": [4.94083, 20.1875, -7.27242], + "cubes": [ + {"origin": [2.97738, 18.33029, -7.6], "size": [2, 2, 3], "pivot": [3.80238, 19.33029, -5.475], "rotation": [-21.63707, -29.35105, -2.09296], "uv": [92, 102]}, + {"origin": [3.97792, 19.24383, -9.53297], "size": [2, 2, 3], "inflate": -0.25, "pivot": [4.94083, 20.1875, -7.27242], "rotation": [-46.13707, -29.35105, -2.09296], "uv": [92, 109]} + ] + }, + { + "name": "eye_right2", + "parent": "cornorstone_mask", + "pivot": [-1.4, 23.6625, -5.3125], + "rotation": [0, 0, 6.25], + "cubes": [ + {"origin": [-6, 23, -5.075], "size": [5, 4, 0], "uv": [104, 48], "mirror": true}, + {"origin": [-4.3, 23.325, -5.15], "size": [2, 2, 0], "pivot": [-3.3, 24.325, -5.35], "rotation": [0, 0, -5.5], "uv": [114, 48], "mirror": true} + ] + }, + { + "name": "eye_left2", + "parent": "cornorstone_mask", + "pivot": [1.4, 23.6625, -5.3125], + "rotation": [0, 0, -6.25], + "cubes": [ + {"origin": [1, 23, -5.075], "size": [5, 4, 0], "uv": [104, 48]}, + {"origin": [2.3, 23.325, -5.15], "size": [2, 2, 0], "pivot": [3.3, 24.325, -5.35], "rotation": [0, 0, 5.5], "uv": [114, 48]} + ] + }, + { + "name": "horn_right", + "parent": "coat_body", + "pivot": [-2.9, 28.95833, -2.925], + "rotation": [2.5, 0, -22.5], + "cubes": [ + {"origin": [-4.4, 28, -4.425], "size": [3, 3, 3], "uv": [70, 54], "mirror": true}, + {"origin": [-3.9, 30, -3.925], "size": [2, 3, 2], "uv": [28, 75], "mirror": true}, + {"origin": [-3.9, 32.675, -3.925], "size": [2, 3, 2], "inflate": -0.225, "uv": [20, 75], "mirror": true} + ] + }, + { + "name": "horn_left", + "parent": "coat_body", + "pivot": [2.9, 28.95833, -2.925], + "rotation": [2.5, 0, 22.5], + "cubes": [ + {"origin": [1.4, 28, -4.425], "size": [3, 3, 3], "uv": [70, 54]}, + {"origin": [1.9, 30, -3.925], "size": [2, 3, 2], "uv": [28, 75]}, + {"origin": [1.9, 32.675, -3.925], "size": [2, 3, 2], "inflate": -0.225, "uv": [20, 75]} + ] + }, + { + "name": "knot_main", + "parent": "coat_body", + "pivot": [0, 0, 0] + }, + { + "name": "knot", + "parent": "knot_main", + "pivot": [0, 30.71586, 0.38697], + "cubes": [ + {"origin": [-0.5, 29.2, -0.13919], "size": [1, 4, 1], "pivot": [-0.5, 30.7, 0.86081], "rotation": [-20, 0, 0], "uv": [36, 0]} + ] + }, + { + "name": "knot_2", + "parent": "knot", + "pivot": [0, 32.19408, 0.96702], + "rotation": [-13.75, 0, 0], + "cubes": [ + {"origin": [-1, 32.2, -0.60904], "size": [2, 4, 2], "pivot": [0, 30.7, 0.39096], "rotation": [-20, 0, 0], "uv": [0, 24]} + ] + }, + { + "name": "knot_3", + "parent": "knot_2", + "pivot": [0, 34.31462, 1.72462], + "rotation": [-11.75, 0, 0], + "cubes": [ + {"origin": [-1.5, 34.38756, 0.23863], "size": [3, 3, 3], "pivot": [0, 34.36462, 1.57462], "rotation": [-20, 0, 0], "uv": [58, 70]} + ] + }, + { + "name": "arm_right", + "parent": "coat_body", + "pivot": [-6.16667, 26.33333, 1], + "rotation": [0, 0, -35], + "cubes": [ + {"origin": [-17.5, 21, -3.15], "size": [13, 8, 8], "inflate": -0.1, "pivot": [-9, 27, 1], "rotation": [0, 0, 15], "uv": [0, 24]} + ] + }, + { + "name": "bone15", + "parent": "arm_right", + "pivot": [-9.5, 22, 0.85], + "cubes": [ + {"origin": [-16.5, 17, -2.65], "size": [10, 8, 7], "uv": [46, 0]} + ] + }, + { + "name": "arm_left", + "parent": "coat_body", + "pivot": [6.16667, 26.33333, 1], + "rotation": [0, 0, 35], + "cubes": [ + {"origin": [4.5, 21, -3.15], "size": [13, 8, 8], "inflate": -0.1, "pivot": [9, 27, 1], "rotation": [0, 0, -15], "uv": [34, 32]} + ] + }, + { + "name": "bone13", + "parent": "arm_left", + "pivot": [9.5, 22, 0.85], + "cubes": [ + {"origin": [6.5, 17, -2.65], "size": [10, 8, 7], "uv": [36, 48]} + ] + }, + { + "name": "leg_right", + "parent": "body_position", + "pivot": [5.00441, 0, 1] + }, + { + "name": "leg_right_1", + "parent": "leg_right", + "pivot": [-1.99559, 13.5, 1], + "cubes": [ + {"origin": [-2.99559, 6, 0], "size": [2, 7, 2], "uv": [23, 66], "mirror": true} + ] + }, + { + "name": "leg_right_2", + "parent": "leg_right_1", + "pivot": [-1.99559, 8, 1], + "cubes": [ + {"origin": [-3.49559, 2, -0.5], "size": [3, 6, 3], "uv": [68, 31], "mirror": true} + ] + }, + { + "name": "feet_right", + "parent": "leg_right_2", + "pivot": [-1.99559, 1, 1], + "cubes": [ + {"origin": [-3.49559, 0, -2.5], "size": [3, 2, 5], "uv": [61, 63], "mirror": true} + ] + }, + { + "name": "toe_right", + "parent": "feet_right", + "pivot": [-2, 0, -2] + }, + { + "name": "leaves2", + "parent": "toe_right", + "pivot": [-2.12059, 1.65, -3], + "cubes": [ + {"origin": [-3.95441, 1.65, -3.5], "size": [2, 0, 1], "pivot": [-1.87941, 1.65, -3], "rotation": [0, 0, 30], "uv": [5, 1]}, + {"origin": [-2.04559, 1.65, -3.5], "size": [2, 0, 1], "pivot": [-2.12059, 1.65, -3], "rotation": [0, 0, -30], "uv": [5, 0]} + ] + }, + { + "name": "toes2", + "parent": "toe_right", + "pivot": [-1.49559, 1, -2] + }, + { + "name": "bone3", + "parent": "toes2", + "pivot": [-2.49559, 1, -2], + "cubes": [ + {"origin": [-3.49559, -0.15, -4.5], "size": [2, 2, 3], "inflate": -0.14, "pivot": [-2.49559, 1, -2], "rotation": [0, 15, 0], "uv": [10, 75]}, + {"origin": [-2.49559, -0.15, -4.5], "size": [2, 2, 3], "inflate": -0.15, "pivot": [-1.49559, 1, -2], "rotation": [0, -15, 0], "uv": [73, 0]} + ] + }, + { + "name": "leg_left", + "parent": "body_position", + "pivot": [-5.00441, 0, 1] + }, + { + "name": "leg_left_1", + "parent": "leg_left", + "pivot": [1.99559, 13.5, 1], + "cubes": [ + {"origin": [0.99559, 6, 0], "size": [2, 7, 2], "uv": [23, 66]} + ] + }, + { + "name": "leg_left_2", + "parent": "leg_left_1", + "pivot": [1.99559, 8, 1], + "cubes": [ + {"origin": [0.49559, 2, -0.5], "size": [3, 6, 3], "uv": [68, 31]} + ] + }, + { + "name": "feet_left", + "parent": "leg_left_2", + "pivot": [1.99559, 1, 1], + "cubes": [ + {"origin": [0.49559, 0, -2.5], "size": [3, 2, 5], "uv": [61, 63]} + ] + }, + { + "name": "bone", + "parent": "feet_left", + "pivot": [2.12059, 0.65, -2] + }, + { + "name": "leaves", + "parent": "bone", + "pivot": [2.12059, 1.65, -3], + "cubes": [ + {"origin": [1.95441, 1.65, -3.5], "size": [2, 0, 1], "pivot": [1.87941, 1.65, -3], "rotation": [0, 0, -30], "uv": [0, 9]}, + {"origin": [0.04559, 1.65, -3.5], "size": [2, 0, 1], "pivot": [2.12059, 1.65, -3], "rotation": [0, 0, 30], "uv": [4, 9]} + ] + }, + { + "name": "toes", + "parent": "bone", + "pivot": [1.23677, 0.85, -1.96593], + "cubes": [ + {"origin": [0.49559, -0.15, -4.5], "size": [2, 2, 3], "inflate": -0.15, "pivot": [1.49559, 1, -2], "rotation": [0, 15, 0], "uv": [10, 75]} + ] + }, + { + "name": "bone2", + "parent": "toes", + "pivot": [2.49559, 1, -2], + "cubes": [ + {"origin": [1.49559, -0.15, -4.5], "size": [2, 2, 3], "inflate": -0.14, "pivot": [2.49559, 1, -2], "rotation": [0, -15, 0], "uv": [73, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ogerpon_teal/ogerpon_teal.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ogerpon_teal/ogerpon_teal.geo.json new file mode 100644 index 0000000..818783d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ogerpon_teal/ogerpon_teal.geo.json @@ -0,0 +1,416 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "ogerpon", + "pivot": [0, 0, 0] + }, + { + "name": "body_position", + "parent": "ogerpon", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "body_position", + "pivot": [0, 15, 0] + }, + { + "name": "body_bot", + "parent": "body", + "pivot": [-2.5, 0, -4.5], + "cubes": [ + {"origin": [-5.5, 13, -3.5], "size": [11, 7, 9], "uv": [37, 15]} + ] + }, + { + "name": "head", + "parent": "body_bot", + "pivot": [0, 24, 1], + "cubes": [ + {"origin": [-5, 20, -3], "size": [10, 8, 8], "uv": [0, 40]} + ] + }, + { + "name": "head2", + "parent": "head", + "pivot": [-4.5, -3, -3], + "cubes": [ + {"origin": [-3.5, 21, -3.1], "size": [7, 6, 6], "uv": [32, 63]}, + {"origin": [-1.5, 21.575, -3.175], "size": [1, 1, 0], "uv": [34, 7]}, + {"origin": [0.5, 21.575, -3.175], "size": [1, 1, 0], "uv": [34, 7], "mirror": true}, + {"origin": [-0.5, 21.25, -3.175], "size": [1, 1, 0], "uv": [34, 7]}, + {"origin": [-1.5, 21.85, -3.15], "size": [3, 1, 0], "uv": [34, 10]} + ] + }, + { + "name": "eye_right", + "parent": "head2", + "pivot": [-2.4125, 23.4625, -3.15], + "cubes": [ + {"origin": [-3.5, 22, -3.125], "size": [2, 3, 0], "uv": [40, 7], "mirror": true}, + {"origin": [-2.875, 22.45, -3.175], "size": [1, 2, 0], "uv": [32, 1], "mirror": true}, + {"origin": [-2.875, 23.225, -3.15], "size": [1, 1, 0], "pivot": [-2.375, 23.45, -3.15], "rotation": [0, 0, -90], "uv": [32, 1], "mirror": true}, + {"origin": [-2.875, 22.7, -3.15], "size": [1, 1, 0], "pivot": [-2.375, 23.45, -3.15], "rotation": [0, 0, -90], "uv": [32, 1], "mirror": true} + ] + }, + { + "name": "eye_left", + "parent": "head2", + "pivot": [2.4125, 23.4625, -3.15], + "cubes": [ + {"origin": [1.5, 22, -3.125], "size": [2, 3, 0], "uv": [40, 7]}, + {"origin": [1.875, 22.45, -3.175], "size": [1, 2, 0], "uv": [32, 1]}, + {"origin": [1.875, 23.225, -3.15], "size": [1, 1, 0], "pivot": [2.375, 23.45, -3.15], "rotation": [0, 0, 90], "uv": [32, 1]}, + {"origin": [1.875, 22.7, -3.15], "size": [1, 1, 0], "pivot": [2.375, 23.45, -3.15], "rotation": [0, 0, 90], "uv": [32, 1]} + ] + }, + { + "name": "teeth", + "parent": "head2", + "pivot": [1, 21.55, -3.1], + "cubes": [ + {"origin": [-1.025, 21.175, -3.125], "size": [1, 1, 0], "pivot": [-1, 21.55, -3.15], "rotation": [0, 0, -45], "uv": [34, 8]}, + {"origin": [0.025, 21.175, -3.125], "size": [1, 1, 0], "pivot": [1, 21.55, -3.15], "rotation": [0, 0, 45], "uv": [34, 8], "mirror": true} + ] + }, + { + "name": "skirt", + "parent": "body_bot", + "pivot": [5, 12.975, 1] + }, + { + "name": "skirt_left", + "parent": "skirt", + "pivot": [5, 12.975, 1], + "rotation": [0, 0, -20], + "cubes": [ + {"origin": [5, 10, -2.5], "size": [0, 3, 7], "uv": [52, 56]} + ] + }, + { + "name": "skirt_right", + "parent": "skirt", + "pivot": [-5, 12.975, 1], + "rotation": [0, 0, 20], + "cubes": [ + {"origin": [-5, 10, -2.5], "size": [0, 3, 7], "uv": [52, 56]} + ] + }, + { + "name": "skirt_back", + "parent": "skirt", + "pivot": [0, 12.95, 4.5], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [-5, 10, 4.5], "size": [10, 3, 0], "uv": [63, 51]} + ] + }, + { + "name": "skirt_front", + "parent": "skirt", + "pivot": [0, 12.95, -2.5], + "rotation": [-20, 0, 0], + "cubes": [ + {"origin": [-5, 10, -2.5], "size": [10, 3, 0], "uv": [63, 51]} + ] + }, + { + "name": "coat", + "parent": "body_bot", + "pivot": [-1.5, 0, -6] + }, + { + "name": "coat_body", + "parent": "coat", + "pivot": [-2.5, 0, -6], + "cubes": [ + {"origin": [-6.5, 13, -4], "size": [13, 16, 10], "uv": [82, 0]}, + {"origin": [-5.5, 29, -3], "size": [11, 2, 8], "uv": [0, 56]} + ] + }, + { + "name": "horn_right", + "parent": "coat_body", + "pivot": [-2.9, 28.95833, -2.925], + "rotation": [2.5, 0, -22.5], + "cubes": [ + {"origin": [-4.4, 28, -4.425], "size": [3, 3, 3], "uv": [70, 54], "mirror": true}, + {"origin": [-3.9, 30, -3.925], "size": [2, 3, 2], "uv": [28, 75], "mirror": true}, + {"origin": [-3.9, 32.675, -3.925], "size": [2, 3, 2], "inflate": -0.225, "uv": [20, 75], "mirror": true} + ] + }, + { + "name": "horn_left", + "parent": "coat_body", + "pivot": [2.9, 28.95833, -2.925], + "rotation": [2.5, 0, 22.5], + "cubes": [ + {"origin": [1.4, 28, -4.425], "size": [3, 3, 3], "uv": [70, 54]}, + {"origin": [1.9, 30, -3.925], "size": [2, 3, 2], "uv": [28, 75]}, + {"origin": [1.9, 32.675, -3.925], "size": [2, 3, 2], "inflate": -0.225, "uv": [20, 75]} + ] + }, + { + "name": "knot_main", + "parent": "coat_body", + "pivot": [0, 0, 0] + }, + { + "name": "knot", + "parent": "knot_main", + "pivot": [0, 30.71586, 0.38697], + "cubes": [ + {"origin": [-0.5, 29.2, -0.13919], "size": [1, 4, 1], "pivot": [-0.5, 30.7, 0.86081], "rotation": [-20, 0, 0], "uv": [36, 0]} + ] + }, + { + "name": "knot_2", + "parent": "knot", + "pivot": [0, 32.19408, 0.96702], + "rotation": [-13.75, 0, 0], + "cubes": [ + {"origin": [-1, 32.2, -0.60904], "size": [2, 4, 2], "pivot": [0, 30.7, 0.39096], "rotation": [-20, 0, 0], "uv": [0, 24]} + ] + }, + { + "name": "knot_3", + "parent": "knot_2", + "pivot": [0, 34.31462, 1.72462], + "rotation": [-11.75, 0, 0], + "cubes": [ + {"origin": [-1.5, 34.38756, 0.23863], "size": [3, 3, 3], "pivot": [0, 34.36462, 1.57462], "rotation": [-20, 0, 0], "uv": [58, 70]} + ] + }, + { + "name": "arm_right", + "parent": "coat_body", + "pivot": [-6.16667, 26.33333, 1], + "rotation": [0, 0, -35], + "cubes": [ + {"origin": [-17.5, 21, -3.15], "size": [13, 8, 8], "inflate": -0.1, "pivot": [-9, 27, 1], "rotation": [0, 0, 15], "uv": [0, 24]} + ] + }, + { + "name": "bone15", + "parent": "arm_right", + "pivot": [-9.5, 22, 0.85], + "cubes": [ + {"origin": [-16.5, 17, -2.65], "size": [10, 8, 7], "uv": [46, 0]} + ] + }, + { + "name": "arm_left", + "parent": "coat_body", + "pivot": [6.16667, 26.33333, 1], + "rotation": [0, 0, 35], + "cubes": [ + {"origin": [4.5, 21, -3.15], "size": [13, 8, 8], "inflate": -0.1, "pivot": [9, 27, 1], "rotation": [0, 0, -15], "uv": [34, 32]} + ] + }, + { + "name": "bone13", + "parent": "arm_left", + "pivot": [9.5, 22, 0.85], + "cubes": [ + {"origin": [6.5, 17, -2.65], "size": [10, 8, 7], "uv": [36, 48]} + ] + }, + { + "name": "tealmask", + "parent": "body", + "pivot": [0, 23.4635, -4.75625], + "cubes": [ + {"origin": [-3, 19.85, -4.7], "size": [6, 2, 0], "uv": [110, 48]}, + {"origin": [-4, 21.85, -4.675], "size": [8, 5, 0], "uv": [110, 44]}, + {"origin": [-4.6, 23.7, -4.825], "size": [4, 2, 0], "pivot": [-3.825, 24.6, -4.825], "rotation": [0, 0, 17.5], "uv": [100, 59], "mirror": true}, + {"origin": [0.6, 23.7, -4.825], "size": [4, 2, 0], "pivot": [3.825, 24.6, -4.825], "rotation": [0, 0, -17.5], "uv": [100, 59]} + ] + }, + { + "name": "bot", + "parent": "tealmask", + "pivot": [3.5, 25.35, -4.6], + "cubes": [ + {"origin": [0.40856, 18.65486, -4.65], "size": [11, 5, 0], "pivot": [1.80777, 21.58325, -4.65], "rotation": [0, 0, -15], "uv": [106, 94]}, + {"origin": [1.27809, 17.56614, -4.75], "size": [10, 5, 0], "pivot": [1.65556, 20.13549, -4.65], "rotation": [0, 0, 30], "uv": [106, 99]}, + {"origin": [0.23917, 16.93308, -4.775], "size": [7, 4, 0], "pivot": [1.4411, 18.71513, -4.775], "rotation": [0, 0, 57.25], "uv": [106, 104]}, + {"origin": [-7.23917, 16.93308, -4.775], "size": [7, 4, 0], "pivot": [-1.4411, 18.71513, -4.775], "rotation": [0, 0, -57.25], "uv": [106, 104], "mirror": true}, + {"origin": [-11.27809, 17.56614, -4.75], "size": [10, 5, 0], "pivot": [-1.65556, 20.13549, -4.65], "rotation": [0, 0, -30], "uv": [106, 99], "mirror": true}, + {"origin": [-11.40856, 18.65486, -4.65], "size": [11, 5, 0], "pivot": [-1.80777, 21.58325, -4.65], "rotation": [0, 0, 15], "uv": [106, 94], "mirror": true} + ] + }, + { + "name": "top_segment", + "parent": "tealmask", + "pivot": [-3.5, 25.35, -4.6], + "cubes": [ + {"origin": [1, 22.85, -4.6], "size": [9, 5, 0], "pivot": [3.5, 25.35, -4.6], "rotation": [0, 0, -20], "uv": [110, 39]}, + {"origin": [0.49614, 23.46442, -4.575], "size": [9, 5, 0], "pivot": [0.35332, 26.85312, -4.575], "rotation": [0, 0, -41.75], "uv": [110, 34]}, + {"origin": [-9.49614, 23.46442, -4.575], "size": [9, 5, 0], "pivot": [-0.35332, 26.85312, -4.575], "rotation": [0, 0, 41.75], "uv": [110, 34], "mirror": true}, + {"origin": [-10, 22.85, -4.6], "size": [9, 5, 0], "pivot": [-3.5, 25.35, -4.6], "rotation": [0, 0, 20], "uv": [110, 39], "mirror": true} + ] + }, + { + "name": "top", + "parent": "top_segment", + "pivot": [4.5, 44.85, -13.675], + "cubes": [ + {"origin": [-4.5, 24.475, -4.875], "size": [9, 13, 0], "uv": [110, 74]} + ] + }, + { + "name": "gem", + "parent": "top", + "pivot": [2, 44.85, -13.625], + "cubes": [ + {"origin": [-1, 26.1, -4.925], "size": [2, 5, 0], "uv": [111, 89]}, + {"origin": [-2, 28.1, -4.925], "size": [1, 1, 0], "uv": [110, 89], "mirror": true}, + {"origin": [1, 28.1, -4.925], "size": [1, 1, 0], "uv": [111, 89], "mirror": true} + ] + }, + { + "name": "mouth", + "parent": "tealmask", + "pivot": [-0.075, 21.375, -4.8], + "cubes": [ + {"origin": [-3, 19.425, -4.85], "size": [6, 3, 0], "uv": [110, 59]}, + {"origin": [-0.5, 21.975, -4.925], "size": [1, 2, 0], "uv": [110, 72]}, + {"origin": [-0.5, 20.9, -4.975], "size": [1, 1, 0], "uv": [110, 70]}, + {"origin": [-0.5, 19.725, -4.95], "size": [1, 1, 0], "uv": [110, 71]}, + {"origin": [1.975, 20.95, -4.9], "size": [2, 2, 0], "uv": [110, 66]}, + {"origin": [-2.825, 16.825, -4.925], "size": [2, 2, 0], "pivot": [-2.975, 18.825, -4.925], "rotation": [0, 0, -90], "uv": [110, 63], "mirror": true}, + {"origin": [0.825, 16.825, -4.925], "size": [2, 2, 0], "pivot": [2.975, 18.825, -4.925], "rotation": [0, 0, 90], "uv": [110, 63]}, + {"origin": [-3.975, 20.95, -4.9], "size": [2, 2, 0], "uv": [110, 66], "mirror": true} + ] + }, + { + "name": "leg_right", + "parent": "body_position", + "pivot": [5.00441, 0, 1] + }, + { + "name": "leg_right_1", + "parent": "leg_right", + "pivot": [-1.99559, 13.5, 1], + "cubes": [ + {"origin": [-2.99559, 6, 0], "size": [2, 7, 2], "uv": [23, 66], "mirror": true} + ] + }, + { + "name": "leg_right_2", + "parent": "leg_right_1", + "pivot": [-1.99559, 8, 1], + "cubes": [ + {"origin": [-3.49559, 2, -0.5], "size": [3, 6, 3], "uv": [68, 31], "mirror": true} + ] + }, + { + "name": "feet_right", + "parent": "leg_right_2", + "pivot": [-1.99559, 1, 1], + "cubes": [ + {"origin": [-3.49559, 0, -2.5], "size": [3, 2, 5], "uv": [61, 63], "mirror": true} + ] + }, + { + "name": "toe_right", + "parent": "feet_right", + "pivot": [-2, 0, -2] + }, + { + "name": "leaves2", + "parent": "toe_right", + "pivot": [-2.12059, 1.65, -3], + "cubes": [ + {"origin": [-3.95441, 1.65, -3.5], "size": [2, 0, 1], "pivot": [-1.87941, 1.65, -3], "rotation": [0, 0, 30], "uv": [5, 1]}, + {"origin": [-2.04559, 1.65, -3.5], "size": [2, 0, 1], "pivot": [-2.12059, 1.65, -3], "rotation": [0, 0, -30], "uv": [5, 0]} + ] + }, + { + "name": "toes2", + "parent": "toe_right", + "pivot": [-1.49559, 1, -2] + }, + { + "name": "bone3", + "parent": "toes2", + "pivot": [-2.49559, 1, -2], + "cubes": [ + {"origin": [-3.49559, -0.15, -4.5], "size": [2, 2, 3], "inflate": -0.14, "pivot": [-2.49559, 1, -2], "rotation": [0, 15, 0], "uv": [10, 75]}, + {"origin": [-2.49559, -0.15, -4.5], "size": [2, 2, 3], "inflate": -0.15, "pivot": [-1.49559, 1, -2], "rotation": [0, -15, 0], "uv": [73, 0]} + ] + }, + { + "name": "leg_left", + "parent": "body_position", + "pivot": [-5.00441, 0, 1] + }, + { + "name": "leg_left_1", + "parent": "leg_left", + "pivot": [1.99559, 13.5, 1], + "cubes": [ + {"origin": [0.99559, 6, 0], "size": [2, 7, 2], "uv": [23, 66]} + ] + }, + { + "name": "leg_left_2", + "parent": "leg_left_1", + "pivot": [1.99559, 8, 1], + "cubes": [ + {"origin": [0.49559, 2, -0.5], "size": [3, 6, 3], "uv": [68, 31]} + ] + }, + { + "name": "feet_left", + "parent": "leg_left_2", + "pivot": [1.99559, 1, 1], + "cubes": [ + {"origin": [0.49559, 0, -2.5], "size": [3, 2, 5], "uv": [61, 63]} + ] + }, + { + "name": "bone", + "parent": "feet_left", + "pivot": [2.12059, 0.65, -2] + }, + { + "name": "leaves", + "parent": "bone", + "pivot": [2.12059, 1.65, -3], + "cubes": [ + {"origin": [1.95441, 1.65, -3.5], "size": [2, 0, 1], "pivot": [1.87941, 1.65, -3], "rotation": [0, 0, -30], "uv": [0, 9]}, + {"origin": [0.04559, 1.65, -3.5], "size": [2, 0, 1], "pivot": [2.12059, 1.65, -3], "rotation": [0, 0, 30], "uv": [4, 9]} + ] + }, + { + "name": "toes", + "parent": "bone", + "pivot": [1.23677, 0.85, -1.96593], + "cubes": [ + {"origin": [0.49559, -0.15, -4.5], "size": [2, 2, 3], "inflate": -0.15, "pivot": [1.49559, 1, -2], "rotation": [0, 15, 0], "uv": [10, 75]} + ] + }, + { + "name": "bone2", + "parent": "toes", + "pivot": [2.49559, 1, -2], + "cubes": [ + {"origin": [1.49559, -0.15, -4.5], "size": [2, 2, 3], "inflate": -0.14, "pivot": [2.49559, 1, -2], "rotation": [0, -15, 0], "uv": [73, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ogerpon_water/ogerpon_water.animation.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ogerpon_water/ogerpon_water.animation.json new file mode 100644 index 0000000..e1b0fb7 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ogerpon_water/ogerpon_water.animation.json @@ -0,0 +1,483 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.ogerpon_water.ground_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "rotation": ["-2.5-4*math.sin(q.anim_time*90*4-90)*1", "0+4*math.sin(q.anim_time*90*2-90)*1", "0-8*math.sin(q.anim_time*90*2-90)*1"], + "position": [0, "0.8*math.sin(q.anim_time*90*4+20)", 0] + }, + "knot": { + "rotation": [0, 0, "0-8*math.sin(q.anim_time*90*2-90)*3"] + }, + "knot_2": { + "rotation": [0, 0, "0-8*math.sin(q.anim_time*90*2-180)*2"] + }, + "knot_3": { + "rotation": [0, 0, "0-8*math.sin(q.anim_time*90*2-270)*1"] + }, + "arm_right": { + "rotation": [0, 0, "-7.5+5*math.sin(q.anim_time*90*4-150)*0.5"] + }, + "bone15": { + "rotation": [0, 0, "-7.5+5*math.sin(q.anim_time*90*4-170)*0.5"] + }, + "arm_left": { + "rotation": [0, 0, "7.5-5*math.sin(q.anim_time*90*4-150)*0.5"] + }, + "bone13": { + "rotation": [0, 0, "7.5-5*math.sin(q.anim_time*90*4-170)*0.5"] + }, + "skirt_left": { + "rotation": ["-2.5-4*math.sin(q.anim_time*90*4-180)*1", 0, 0] + }, + "skirt_right": { + "rotation": ["-2.5-4*math.sin(q.anim_time*90*4-180)*1", 0, 0] + }, + "skirt_back": { + "rotation": ["-2.5-4*math.sin(q.anim_time*90*4-180)*2", 0, 0] + }, + "skirt_front": { + "rotation": ["-2.5-4*math.sin(q.anim_time*90*4-180)*2", 0, 0] + }, + "leg_right_1": { + "rotation": ["2.3567+math.clamp(math.sin(q.anim_time*90*2-90)*10,-100,0)", "17.3649-math.clamp(math.sin(q.anim_time*90*2-90)*5,-10,0)", 7.85035], + "position": [ + "-(math.clamp(-1*math.sin(q.anim_time*90*2-90),0,1))", + "math.clamp(-0.5*math.sin(q.anim_time*90*2-80),0,1)", + "1+math.clamp(2*math.sin(q.anim_time*90*2-90),-2,0)" + ] + }, + "feet_right": { + "rotation": { + "0.0": ["10.5052+10*math.sin(q.anim_time*90*12-80)", -1.92623, -11.50943], + "0.5": [0, 10, -7.5], + "1.0": [0, 10, -7.5], + "1.5417": [0, 10, -7.5], + "2.0": ["10.5052+10*math.sin(q.anim_time*90*12-80)", -1.92623, -11.50943], + "2.5": [0, 10, -7.5], + "3.0": [0, 10, -7.5], + "3.5417": [0, 10, -7.5], + "4.0": ["10.5052+10*math.sin(q.anim_time*90*12-80)", -1.92623, -11.50943] + } + }, + "leg_left_1": { + "rotation": ["2.3567+math.clamp(-math.sin(q.anim_time*90*2-90)*10,-100,0)", "-17.3649+math.clamp(-math.sin(q.anim_time*90*2-90)*5,-10,0)", -7.85035], + "position": [ + "math.clamp(1*math.sin(q.anim_time*90*2-90),0,1)", + "math.clamp(0.5*math.sin(q.anim_time*90*2-80),0,1)", + "1+math.clamp(-2*math.sin(q.anim_time*90*2-90),-2,0)" + ] + }, + "feet_left": { + "rotation": { + "0.0": [0, -10, 7.5], + "0.5417": [0, -10, 7.5], + "0.875": ["10.0572+10*math.sin(q.anim_time*90*12-80)", 4.81216, 8.85922], + "1.5": [0, -10, 7.5], + "2.0": [0, -10, 7.5], + "2.5417": [0, -10, 7.5], + "2.875": ["10.0572+10*math.sin(q.anim_time*90*12-80)", 4.81216, 8.85922], + "3.5": [0, -10, 7.5], + "4.0": [0, -10, 7.5] + } + } + } + }, + "animation.ogerpon_water.sleep": { + "loop": true, + "bones": { + "body_position": { + "position": [0, -12, 0] + }, + "body": { + "rotation": ["5-math.cos(q.anim_time*90*1)*1", 0, 0] + }, + "eye_right": { + "scale": [1, 0, 1] + }, + "eye_left": { + "scale": [1, 0, 1] + }, + "skirt_left": { + "rotation": [0, 0, -55] + }, + "skirt_right": { + "rotation": [0, 0, 52.5] + }, + "skirt_back": { + "rotation": ["39.7+math.cos(q.anim_time*90*1)*5", 0, 0] + }, + "skirt_front": { + "rotation": [-72.5, 0, 0] + }, + "knot": { + "rotation": ["5-math.cos(q.anim_time*90*1)*5", 0, 0] + }, + "knot_2": { + "rotation": ["5-math.cos(q.anim_time*90*1)*1", 0, 0] + }, + "arm_right": { + "rotation": [0, -5, "-1-math.cos(q.anim_time*90*1-60)*2"] + }, + "arm_left": { + "rotation": [0, 0, "1+math.cos(q.anim_time*90*1-60)*2"] + }, + "leg_right_1": { + "rotation": [-90, 20, 0] + }, + "leg_left_1": { + "rotation": [-89.93795, -17.48791, -0.55958] + } + } + }, + "animation.ogerpon_water.blink": { + "animation_length": 0.625, + "bones": { + "eye_right": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + }, + "eye_left": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + } + } + }, + "animation.ogerpon_water.battle_idle": { + "loop": true, + "bones": { + "body": { + "rotation": ["10-math.cos(q.anim_time*90*3/2)*1", 2.5, 0], + "position": [0, "-0.825-math.sin(q.anim_time*90*3/2)*0.3", 0] + }, + "skirt_back": { + "rotation": ["0+math.cos(q.anim_time*90*3/2-260)*4", 0, 0] + }, + "skirt_front": { + "rotation": ["0+math.cos(q.anim_time*90*3/2-260)*4", 0, 0] + }, + "knot": { + "rotation": ["7.5-math.cos(q.anim_time*90*3/2-60)*5", 0, 0] + }, + "knot_2": { + "rotation": ["0-math.cos(q.anim_time*90*3/2-120)*3/2", 0, 0] + }, + "arm_right": { + "rotation": [0, "30-math.cos(q.anim_time*90*3/2-160)*2", "0-math.cos(q.anim_time*90*3/2-130)*1"] + }, + "bone15": { + "rotation": [0, 0, "0-math.cos(q.anim_time*90*3/2-210)*4"] + }, + "arm_left": { + "rotation": [0, "-22.5+math.cos(q.anim_time*90*3/2-160)*2", "0-math.cos(q.anim_time*90*3/2-130)*1"] + }, + "bone13": { + "rotation": [0, 0, "0-math.cos(q.anim_time*90*3/2-210)*-4"] + }, + "leg_right_1": { + "rotation": [0, 0, 10], + "position": [0, -0.55, 0] + }, + "leg_right_2": { + "rotation": [17.5, 0, 0] + }, + "feet_right": { + "rotation": [-17.44447, 8.94248, -13.2712] + }, + "leg_left_1": { + "rotation": [-22.5, 0, -15], + "position": [0, -0.825, 0] + }, + "leg_left_2": { + "rotation": [20, 0, 0] + }, + "feet_left": { + "rotation": [3.17802, -15.61486, 14.24992] + } + } + }, + "animation.ogerpon_water.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "body": { + "rotation": ["-2.5+Math.cos((query.anim_time-0.4) * 90 * 4*2) * 3", 0, 0], + "position": [0, "Math.cos((query.anim_time) * 90 * 4*2) * 0.3", 0] + }, + "skirt_left": { + "rotation": [0, 0, "5+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -7"] + }, + "skirt_right": { + "rotation": [0, 0, "-5+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -7"] + }, + "skirt_back": { + "rotation": ["5+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -8", 0, 0] + }, + "skirt_front": { + "rotation": [0, 0, "0+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -2"] + }, + "knot": { + "rotation": ["5+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -4", 0, 0] + }, + "knot_2": { + "rotation": ["5+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -3", 0, 0] + }, + "arm_right": { + "rotation": [0, "0-10*math.sin(q.anim_time*90*4)", "Math.cos((query.anim_time-0.6) * 90 * 2*2) * 2"] + }, + "bone15": { + "rotation": [0, "0-10*math.sin(q.anim_time*90*4)*0.3", "Math.cos((query.anim_time-0.6) * 90 * 2*2) * 2"] + }, + "arm_left": { + "rotation": [0, "0-10*math.sin(q.anim_time*90*4)", "Math.cos((query.anim_time-0.6) * 90 * 2*2) * 2"] + }, + "bone13": { + "rotation": [0, "0-10*math.sin(q.anim_time*90*4)*0.3", "Math.cos((query.anim_time-0.6) * 90 * 2*2) * 2"] + }, + "leg_right_1": { + "rotation": { + "0.0": [31.94, -4.07, 5.92], + "0.0417": [34.01816, -4.75113, 8.57518], + "0.125": [28.23141, -3.47957, 13.25477], + "0.2917": [0.08439, 1.60667, 17.97314], + "0.4167": [-31.76625, 0.64267, 17.18925], + "0.5": [-37, 0, 12], + "0.5833": [-33.42857, 0, 4.57143], + "0.7917": [2, 0, 0], + "0.9583": [29.87012, -3.39366, 3.26799], + "1.0": [31.94, -4.07, 5.92] + }, + "position": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, 0], + "0.25": [0, 1, 0], + "0.5": [0, 0, 0], + "1.0": [0, 0, 0] + } + }, + "leg_right_2": { + "rotation": { + "0.0": [12.92, 0, 0], + "0.0417": [15, 0, 0], + "0.2917": [25, 0, 0], + "0.5": [7.5, 0, 0], + "0.7917": [2.5, 0, 0], + "1.0": [12.92, 0, 0] + } + }, + "feet_right": { + "rotation": { + "0.0": [-5.42, 0, 0], + "0.0417": [-7.5, 0, 0], + "0.2917": [15.91527, 19.291, 5.38152], + "0.5": [15, 5, 0], + "0.7917": [5, 0, 0], + "1.0": [-5.42, 0, 0] + } + }, + "toe_right": { + "rotation": { + "0.0": [-14.91, 0, 0], + "0.0833": [-20, 0, 0], + "0.5": [-22.5, 0, 0], + "0.5417": [-24, 0, 0], + "0.625": [-32.5, 0, 0], + "0.75": [-2.5, 0, 0], + "0.7917": [-2.19, 0, 0], + "1.0": [-14.91, 0, 0] + } + }, + "leg_left_1": { + "rotation": { + "0.0": [-38, 0, -12], + "0.0833": [-34.42857, 0, -4.57143], + "0.2917": [2, 0, 0], + "0.4583": [29.87012, 3.39366, -3.26799], + "0.5417": [34.01816, 4.75113, -8.57518], + "0.625": [28.23141, 3.47957, -13.25477], + "0.7917": [0.08439, -1.60667, -17.97314], + "0.9167": [-32.76625, -0.64267, -17.18925], + "1.0": [-38, 0, -12] + }, + "position": { + "0.0": [0, 0, 0], + "0.5833": [0, 0, 0], + "0.75": [0, 1, 0], + "1.0": [0, 0, 0] + } + }, + "leg_left_2": { + "rotation": { + "0.0": [7.5, 0, 0], + "0.2917": [2.5, 0, 0], + "0.5417": [15, 0, 0], + "0.7917": [25, 0, 0], + "1.0": [7.5, 0, 0] + } + }, + "feet_left": { + "rotation": { + "0.0": [15, -5, 0], + "0.2917": [5, 0, 0], + "0.5417": [-7.5, 0, 0], + "0.7917": [15.91527, -19.291, -5.38152], + "1.0": [15, -5, 0] + } + }, + "bone": { + "rotation": { + "0.0": [-22.5, 0, 0], + "0.0417": [-24, 0, 0], + "0.125": [-32.5, 0, 0], + "0.25": [-2.5, 0, 0], + "0.2917": [-2.19, 0, 0], + "0.5833": [-20, 0, 0], + "1.0": [-22.5, 0, 0] + } + } + } + }, + "animation.ogerpon_water.ground_run": { + "loop": true, + "animation_length": 0.5, + "bones": { + "body_position": { + "position": { + "0.0": [0, 1.85, 0], + "0.0417": [0, 1.67, 0], + "0.125": [0, 0, 0], + "0.2083": { + "pre": [0, 1.67, 0], + "post": [0, 1.67, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 1.85, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 1.67, 0], + "lerp_mode": "catmullrom" + }, + "0.375": [0, 0, 0], + "0.4583": [0, 1.67, 0], + "0.5": [0, 1.85, 0] + } + }, + "body": { + "rotation": ["15+Math.cos((query.anim_time) * 90 * 8*2 - 90) * 2", 0, "Math.cos((query.anim_time) * 90 * 8 - 90) * 2"], + "position": [0, "Math.cos((query.anim_time) * 90 * 8*2 - 10) * 0.2", 0] + }, + "skirt_left": { + "rotation": [0, 0, "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * -20"] + }, + "skirt_right": { + "rotation": [0, 0, "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * -20"] + }, + "skirt_back": { + "rotation": ["0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * 20", 0, 0] + }, + "skirt_front": { + "rotation": ["-55+Math.cos((query.anim_time) * 90 * 8*2 - 90) * 20", 0, 0] + }, + "knot": { + "rotation": ["-5+Math.cos((query.anim_time) * 90 * 8*2 - 120) * 6", 0, 0] + }, + "arm_right": { + "rotation": [0, "10+Math.cos((query.anim_time) * 90 * 8) * 15", "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * 5"], + "position": [0, 0, 1] + }, + "bone15": { + "rotation": [0, "-0+Math.cos((query.anim_time) * 90 * 8) * -0.2", "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * -2"] + }, + "arm_left": { + "rotation": [0, "-10+Math.cos((query.anim_time) * 90 * 8) * -15", "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * -5"], + "position": [0, 0, 1] + }, + "bone13": { + "rotation": [0, "-0+Math.cos((query.anim_time) * 90 * 8) * -0.2", "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * -2"] + }, + "water_mask": { + "scale": 1 + }, + "leg_right_1": { + "rotation": { + "0.0": [55, 0, 0], + "0.0833": [36.67, 0, 0], + "0.1667": [-32.08, 0, 0], + "0.25": [-55, 0, 0], + "0.3333": [-32.08, 0, 0], + "0.4167": [36.67, 0, 0], + "0.5": [55, 0, 0] + } + }, + "leg_right_2": { + "rotation": { + "0.0": [17.5, 0, 0], + "0.125": { + "pre": [43.75, 0, 0], + "post": [43.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [17.5, 0, 0] + } + }, + "leg_left_1": { + "rotation": { + "0.0": [-55, 0, 0], + "0.0833": [-32.08, 0, 0], + "0.1667": [36.67, 0, 0], + "0.25": [55, 0, 0], + "0.3333": [36.67, 0, 0], + "0.4167": [-32.08, 0, 0], + "0.5": [-55, 0, 0] + } + }, + "leg_left_2": { + "rotation": { + "0.0": [10, 0, 0], + "0.1667": { + "pre": [-20, 0, 0], + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [43.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [10, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ogerpon_water/ogerpon_water.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ogerpon_water/ogerpon_water.geo.json new file mode 100644 index 0000000..2f01a61 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ogerpon_water/ogerpon_water.geo.json @@ -0,0 +1,394 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "ogerpon", + "pivot": [0, 0, 0] + }, + { + "name": "body_position", + "parent": "ogerpon", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "body_position", + "pivot": [0, 15, 0] + }, + { + "name": "body_bot", + "parent": "body", + "pivot": [-2.5, 0, -4.5], + "cubes": [ + {"origin": [-5.5, 13, -3.5], "size": [11, 7, 9], "uv": [37, 15]} + ] + }, + { + "name": "head", + "parent": "body_bot", + "pivot": [0, 24, 1], + "cubes": [ + {"origin": [-5, 20, -3], "size": [10, 8, 8], "uv": [0, 40]} + ] + }, + { + "name": "head2", + "parent": "head", + "pivot": [-4.5, -3, -3], + "cubes": [ + {"origin": [-3.5, 21, -3.1], "size": [7, 6, 6], "uv": [32, 63]}, + {"origin": [-1.5, 21.575, -3.175], "size": [1, 1, 0], "uv": [34, 7]}, + {"origin": [0.5, 21.575, -3.175], "size": [1, 1, 0], "uv": [34, 7], "mirror": true}, + {"origin": [-0.5, 21.25, -3.175], "size": [1, 1, 0], "uv": [34, 7]}, + {"origin": [-1.5, 21.85, -3.15], "size": [3, 1, 0], "uv": [34, 10]} + ] + }, + { + "name": "eye_right", + "parent": "head2", + "pivot": [-2.4125, 23.4625, -3.15], + "cubes": [ + {"origin": [-3.5, 22, -3.125], "size": [2, 3, 0], "uv": [40, 7], "mirror": true}, + {"origin": [-2.875, 22.45, -3.175], "size": [1, 2, 0], "uv": [32, 1], "mirror": true}, + {"origin": [-2.875, 23.225, -3.15], "size": [1, 1, 0], "pivot": [-2.375, 23.45, -3.15], "rotation": [0, 0, -90], "uv": [32, 1], "mirror": true}, + {"origin": [-2.875, 22.7, -3.15], "size": [1, 1, 0], "pivot": [-2.375, 23.45, -3.15], "rotation": [0, 0, -90], "uv": [32, 1], "mirror": true} + ] + }, + { + "name": "eye_left", + "parent": "head2", + "pivot": [2.4125, 23.4625, -3.15], + "cubes": [ + {"origin": [1.5, 22, -3.125], "size": [2, 3, 0], "uv": [40, 7]}, + {"origin": [1.875, 22.45, -3.175], "size": [1, 2, 0], "uv": [32, 1]}, + {"origin": [1.875, 23.225, -3.15], "size": [1, 1, 0], "pivot": [2.375, 23.45, -3.15], "rotation": [0, 0, 90], "uv": [32, 1]}, + {"origin": [1.875, 22.7, -3.15], "size": [1, 1, 0], "pivot": [2.375, 23.45, -3.15], "rotation": [0, 0, 90], "uv": [32, 1]} + ] + }, + { + "name": "teeth", + "parent": "head2", + "pivot": [1, 21.55, -3.1], + "cubes": [ + {"origin": [-1.025, 21.175, -3.125], "size": [1, 1, 0], "pivot": [-1, 21.55, -3.15], "rotation": [0, 0, -45], "uv": [34, 8]}, + {"origin": [0.025, 21.175, -3.125], "size": [1, 1, 0], "pivot": [1, 21.55, -3.15], "rotation": [0, 0, 45], "uv": [34, 8], "mirror": true} + ] + }, + { + "name": "skirt", + "parent": "body_bot", + "pivot": [5, 12.975, 1] + }, + { + "name": "skirt_left", + "parent": "skirt", + "pivot": [5, 12.975, 1], + "rotation": [0, 0, -20], + "cubes": [ + {"origin": [5, 10, -2.5], "size": [0, 3, 7], "uv": [52, 56]} + ] + }, + { + "name": "skirt_right", + "parent": "skirt", + "pivot": [-5, 12.975, 1], + "rotation": [0, 0, 20], + "cubes": [ + {"origin": [-5, 10, -2.5], "size": [0, 3, 7], "uv": [52, 56]} + ] + }, + { + "name": "skirt_back", + "parent": "skirt", + "pivot": [0, 12.95, 4.5], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [-5, 10, 4.5], "size": [10, 3, 0], "uv": [63, 51]} + ] + }, + { + "name": "skirt_front", + "parent": "skirt", + "pivot": [0, 12.95, -2.5], + "rotation": [-20, 0, 0], + "cubes": [ + {"origin": [-5, 10, -2.5], "size": [10, 3, 0], "uv": [63, 51]} + ] + }, + { + "name": "coat", + "parent": "body_bot", + "pivot": [-1.5, 0, -6] + }, + { + "name": "coat_body", + "parent": "coat", + "pivot": [-2.5, 0, -6], + "cubes": [ + {"origin": [-6.5, 13, -4], "size": [13, 16, 10], "uv": [82, 0]}, + {"origin": [-5.5, 29, -3], "size": [11, 2, 8], "uv": [0, 56]} + ] + }, + { + "name": "horn_right", + "parent": "coat_body", + "pivot": [-2.9, 28.95833, -2.925], + "rotation": [2.5, 0, -22.5], + "cubes": [ + {"origin": [-4.4, 28, -4.425], "size": [3, 3, 3], "uv": [70, 54], "mirror": true}, + {"origin": [-3.9, 30, -3.925], "size": [2, 3, 2], "uv": [28, 75], "mirror": true}, + {"origin": [-3.9, 32.675, -3.925], "size": [2, 3, 2], "inflate": -0.225, "uv": [20, 75], "mirror": true} + ] + }, + { + "name": "horn_left", + "parent": "coat_body", + "pivot": [2.9, 28.95833, -2.925], + "rotation": [2.5, 0, 22.5], + "cubes": [ + {"origin": [1.4, 28, -4.425], "size": [3, 3, 3], "uv": [70, 54]}, + {"origin": [1.9, 30, -3.925], "size": [2, 3, 2], "uv": [28, 75]}, + {"origin": [1.9, 32.675, -3.925], "size": [2, 3, 2], "inflate": -0.225, "uv": [20, 75]} + ] + }, + { + "name": "knot_main", + "parent": "coat_body", + "pivot": [0, 0, 0] + }, + { + "name": "knot", + "parent": "knot_main", + "pivot": [0, 30.71586, 0.38697], + "cubes": [ + {"origin": [-0.5, 29.2, -0.13919], "size": [1, 4, 1], "pivot": [-0.5, 30.7, 0.86081], "rotation": [-20, 0, 0], "uv": [36, 0]} + ] + }, + { + "name": "knot_2", + "parent": "knot", + "pivot": [0, 32.19408, 0.96702], + "rotation": [-13.75, 0, 0], + "cubes": [ + {"origin": [-1, 32.2, -0.60904], "size": [2, 4, 2], "pivot": [0, 30.7, 0.39096], "rotation": [-20, 0, 0], "uv": [0, 24]} + ] + }, + { + "name": "knot_3", + "parent": "knot_2", + "pivot": [0, 34.31462, 1.72462], + "rotation": [-11.75, 0, 0], + "cubes": [ + {"origin": [-1.5, 34.38756, 0.23863], "size": [3, 3, 3], "pivot": [0, 34.36462, 1.57462], "rotation": [-20, 0, 0], "uv": [58, 70]} + ] + }, + { + "name": "arm_right", + "parent": "coat_body", + "pivot": [-6.16667, 26.33333, 1], + "rotation": [0, 0, -35], + "cubes": [ + {"origin": [-17.5, 21, -3.15], "size": [13, 8, 8], "inflate": -0.1, "pivot": [-9, 27, 1], "rotation": [0, 0, 15], "uv": [0, 24]} + ] + }, + { + "name": "bone15", + "parent": "arm_right", + "pivot": [-9.5, 22, 0.85], + "cubes": [ + {"origin": [-16.5, 17, -2.65], "size": [10, 8, 7], "uv": [46, 0]} + ] + }, + { + "name": "arm_left", + "parent": "coat_body", + "pivot": [6.16667, 26.33333, 1], + "rotation": [0, 0, 35], + "cubes": [ + {"origin": [4.5, 21, -3.15], "size": [13, 8, 8], "inflate": -0.1, "pivot": [9, 27, 1], "rotation": [0, 0, -15], "uv": [34, 32]} + ] + }, + { + "name": "bone13", + "parent": "arm_left", + "pivot": [9.5, 22, 0.85], + "cubes": [ + {"origin": [6.5, 17, -2.65], "size": [10, 8, 7], "uv": [36, 48]} + ] + }, + { + "name": "water_mask", + "parent": "body", + "pivot": [0, 20.4635, -4.53125], + "cubes": [ + {"origin": [-6, 16.85, -4.775], "size": [12, 15, 0], "uv": [104, 31]}, + {"origin": [-4.6, 20.7, -4.6], "size": [4, 2, 0], "pivot": [-3.825, 21.6, -4.6], "rotation": [0, 0, 17.5], "uv": [100, 59], "mirror": true}, + {"origin": [0.6, 20.7, -4.6], "size": [4, 2, 0], "pivot": [3.825, 21.6, -4.6], "rotation": [0, 0, -17.5], "uv": [100, 59]} + ] + }, + { + "name": "right_side", + "parent": "water_mask", + "pivot": [-5.87988, 20.57088, -4.9], + "cubes": [ + {"origin": [-13, 21.85, -4.9], "size": [12, 16, 0], "pivot": [-6, 27.85, -4.9], "rotation": [0, 0, 15], "uv": [101, 54], "mirror": true}, + {"origin": [-7.87988, 13.57088, -4.975], "size": [4, 11, 0], "pivot": [-5.87988, 20.57088, -4.9], "rotation": [0, 0, -45], "uv": [104, 80], "mirror": true} + ] + }, + { + "name": "left_side", + "parent": "water_mask", + "pivot": [5.87988, 20.57088, -4.9], + "cubes": [ + {"origin": [1, 21.85, -4.95], "size": [12, 16, 0], "pivot": [6, 27.85, -4.9], "rotation": [0, 0, -15], "uv": [101, 54]}, + {"origin": [3.87988, 13.57088, -4.975], "size": [4, 11, 0], "pivot": [5.87988, 20.57088, -4.9], "rotation": [0, 0, 45], "uv": [104, 80]} + ] + }, + { + "name": "tear_right", + "parent": "water_mask", + "pivot": [-3, 22.35, -4.95], + "cubes": [ + {"origin": [-4, 20.85, -4.95], "size": [2, 2, 0], "uv": [119, 49], "mirror": true}, + {"origin": [-3.5, 22.85, -4.95], "size": [1, 1, 0], "uv": [119, 48], "mirror": true} + ] + }, + { + "name": "tear_left", + "parent": "water_mask", + "pivot": [3, 22.35, -4.95], + "cubes": [ + {"origin": [2, 20.85, -4.95], "size": [2, 2, 0], "uv": [119, 49]}, + {"origin": [2.5, 22.85, -4.95], "size": [1, 1, 0], "uv": [119, 48]} + ] + }, + { + "name": "leg_right", + "parent": "body_position", + "pivot": [5.00441, 0, 1] + }, + { + "name": "leg_right_1", + "parent": "leg_right", + "pivot": [-1.99559, 13.5, 1], + "cubes": [ + {"origin": [-2.99559, 6, 0], "size": [2, 7, 2], "uv": [23, 66], "mirror": true} + ] + }, + { + "name": "leg_right_2", + "parent": "leg_right_1", + "pivot": [-1.99559, 8, 1], + "cubes": [ + {"origin": [-3.49559, 2, -0.5], "size": [3, 6, 3], "uv": [68, 31], "mirror": true} + ] + }, + { + "name": "feet_right", + "parent": "leg_right_2", + "pivot": [-1.99559, 1, 1], + "cubes": [ + {"origin": [-3.49559, 0, -2.5], "size": [3, 2, 5], "uv": [61, 63], "mirror": true} + ] + }, + { + "name": "toe_right", + "parent": "feet_right", + "pivot": [-2, 0, -2] + }, + { + "name": "leaves2", + "parent": "toe_right", + "pivot": [-2.12059, 1.65, -3], + "cubes": [ + {"origin": [-3.95441, 1.65, -3.5], "size": [2, 0, 1], "pivot": [-1.87941, 1.65, -3], "rotation": [0, 0, 30], "uv": [5, 1]}, + {"origin": [-2.04559, 1.65, -3.5], "size": [2, 0, 1], "pivot": [-2.12059, 1.65, -3], "rotation": [0, 0, -30], "uv": [5, 0]} + ] + }, + { + "name": "toes2", + "parent": "toe_right", + "pivot": [-1.49559, 1, -2] + }, + { + "name": "bone3", + "parent": "toes2", + "pivot": [-2.49559, 1, -2], + "cubes": [ + {"origin": [-3.49559, -0.15, -4.5], "size": [2, 2, 3], "inflate": -0.14, "pivot": [-2.49559, 1, -2], "rotation": [0, 15, 0], "uv": [10, 75]}, + {"origin": [-2.49559, -0.15, -4.5], "size": [2, 2, 3], "inflate": -0.15, "pivot": [-1.49559, 1, -2], "rotation": [0, -15, 0], "uv": [73, 0]} + ] + }, + { + "name": "leg_left", + "parent": "body_position", + "pivot": [-5.00441, 0, 1] + }, + { + "name": "leg_left_1", + "parent": "leg_left", + "pivot": [1.99559, 13.5, 1], + "cubes": [ + {"origin": [0.99559, 6, 0], "size": [2, 7, 2], "uv": [23, 66]} + ] + }, + { + "name": "leg_left_2", + "parent": "leg_left_1", + "pivot": [1.99559, 8, 1], + "cubes": [ + {"origin": [0.49559, 2, -0.5], "size": [3, 6, 3], "uv": [68, 31]} + ] + }, + { + "name": "feet_left", + "parent": "leg_left_2", + "pivot": [1.99559, 1, 1], + "cubes": [ + {"origin": [0.49559, 0, -2.5], "size": [3, 2, 5], "uv": [61, 63]} + ] + }, + { + "name": "bone", + "parent": "feet_left", + "pivot": [2.12059, 0.65, -2] + }, + { + "name": "leaves", + "parent": "bone", + "pivot": [2.12059, 1.65, -3], + "cubes": [ + {"origin": [1.95441, 1.65, -3.5], "size": [2, 0, 1], "pivot": [1.87941, 1.65, -3], "rotation": [0, 0, -30], "uv": [0, 9]}, + {"origin": [0.04559, 1.65, -3.5], "size": [2, 0, 1], "pivot": [2.12059, 1.65, -3], "rotation": [0, 0, 30], "uv": [4, 9]} + ] + }, + { + "name": "toes", + "parent": "bone", + "pivot": [1.23677, 0.85, -1.96593], + "cubes": [ + {"origin": [0.49559, -0.15, -4.5], "size": [2, 2, 3], "inflate": -0.15, "pivot": [1.49559, 1, -2], "rotation": [0, 15, 0], "uv": [10, 75]} + ] + }, + { + "name": "bone2", + "parent": "toes", + "pivot": [2.49559, 1, -2], + "cubes": [ + {"origin": [1.49559, -0.15, -4.5], "size": [2, 2, 3], "inflate": -0.14, "pivot": [2.49559, 1, -2], "rotation": [0, -15, 0], "uv": [73, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/orbeetle/orbeetle.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/orbeetle/orbeetle.geo.json new file mode 100644 index 0000000..377b193 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/orbeetle/orbeetle.geo.json @@ -0,0 +1,254 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.orbeetle", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "orbeetle", + "pivot": [0, 0, 0] + }, + { + "name": "root", + "parent": "orbeetle", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "root", + "pivot": [0, 26.5, 5], + "cubes": [ + {"origin": [-3.5, 22, -3], "size": [7, 6, 4], "inflate": 0.101, "uv": [0, 27]}, + {"origin": [-1.5, 22, 6], "size": [3, 2, 7], "inflate": 0.09, "uv": [48, 27]}, + {"origin": [-2.5, 22, 1], "size": [5, 2, 5], "inflate": 0.1, "uv": [28, 28]}, + {"origin": [-8.5, 23, -2], "size": [17, 10, 17], "inflate": -0.3, "uv": [0, 0]}, + {"origin": [-0.5, 32.7, -2], "size": [1, 1, 17], "inflate": -0.01, "uv": [9, 27]} + ] + }, + { + "name": "leftarm", + "parent": "body", + "pivot": [2.83333, 22.41667, 0.5], + "cubes": [ + {"origin": [1.5, 22, 0], "size": [6, 1, 1], "inflate": -0.01, "uv": [52, 37]} + ] + }, + { + "name": "lefthand", + "parent": "leftarm", + "pivot": [6.5, 22.5, 0.5], + "cubes": [ + {"origin": [6.5, 22, -1], "size": [5, 1, 3], "uv": [52, 40]}, + {"origin": [6.5, 23, -1], "size": [0, 2, 3], "pivot": [6.5, 23, 0.5], "rotation": [0, 0, -35], "uv": [49, 37]} + ] + }, + { + "name": "leftpalm", + "parent": "lefthand", + "pivot": [11.51667, 22.5, 0.5], + "cubes": [ + {"origin": [11.5, 22.5, -1], "size": [3, 0, 3], "uv": [59, 45]} + ] + }, + { + "name": "leftclawf", + "parent": "leftpalm", + "pivot": [14.5, 22.5, -0.5], + "cubes": [ + {"origin": [14.5, 22.5, -1], "size": [2, 0, 1], "uv": [63, 49]} + ] + }, + { + "name": "leftclawb", + "parent": "leftpalm", + "pivot": [14.5, 22.5, 1.5], + "cubes": [ + {"origin": [14.5, 22.5, 1], "size": [2, 0, 1], "uv": [63, 51]} + ] + }, + { + "name": "rightarm", + "parent": "body", + "pivot": [-3.08333, 22.41667, 0.5], + "cubes": [ + {"origin": [-7.5, 22, 0], "size": [6, 1, 1], "inflate": -0.01, "uv": [37, 37]} + ] + }, + { + "name": "righthand", + "parent": "rightarm", + "pivot": [-6.5, 22.5, 0.5], + "cubes": [ + {"origin": [-11.5, 22, -1], "size": [5, 1, 3], "uv": [35, 40]}, + {"origin": [-6.5, 23, -1], "size": [0, 2, 3], "pivot": [-6.5, 23, 0.5], "rotation": [0, 0, 35], "uv": [32, 37]} + ] + }, + { + "name": "rightpalm", + "parent": "righthand", + "pivot": [-11.5, 22.5, 0.5], + "cubes": [ + {"origin": [-14.5, 22.5, -1], "size": [3, 0, 3], "uv": [49, 45]} + ] + }, + { + "name": "rightclawf", + "parent": "rightpalm", + "pivot": [-14.5, 22.5, -0.5], + "cubes": [ + {"origin": [-16.5, 22.5, -1], "size": [2, 0, 1], "uv": [53, 49]} + ] + }, + { + "name": "rightclawb", + "parent": "rightpalm", + "pivot": [-14.5, 22.5, 1.5], + "cubes": [ + {"origin": [-16.5, 22.5, 1], "size": [2, 0, 1], "uv": [53, 51]} + ] + }, + { + "name": "head", + "parent": "body", + "pivot": [-2.5, 26.25, -5], + "cubes": [ + {"origin": [-2.5, 22, -5], "size": [5, 5, 2], "uv": [0, 0]}, + {"origin": [-0.5, 23.5, -5.25], "size": [1, 4, 3], "uv": [12, 37]}, + {"origin": [-0.75, 23, -5], "size": [1, 1, 0], "inflate": 0.009, "pivot": [-0.5, 23.5, -5], "rotation": [0, 0, 45], "uv": [15, 0]}, + {"origin": [-0.25, 23, -5], "size": [1, 1, 0], "inflate": 0.009, "pivot": [0.5, 23.5, -5], "rotation": [0, 0, -45], "uv": [12, 0]} + ] + }, + { + "name": "lefteye", + "parent": "head", + "pivot": [0.10423, 24.87764, -5], + "rotation": [0, 0, -7.5], + "cubes": [ + {"origin": [0.25, 25.25, -5], "size": [6, 4, 0], "inflate": 0.02, "pivot": [2.5, 26, -5], "rotation": [0, 0, -10], "uv": [0, 13]} + ] + }, + { + "name": "lefteye1", + "parent": "lefteye", + "pivot": [2.5, 26, -5], + "cubes": [ + {"origin": [0.86141, 24.49353, -5], "size": [1, 1, 0], "inflate": 0.014, "pivot": [1.31141, 25.24353, -5], "rotation": [0, 0, -5], "uv": [13, 9]}, + {"origin": [0.25, 24.35, -5], "size": [2, 1, 0], "inflate": 0.013, "pivot": [2.5, 26, -5], "rotation": [0, 0, -5], "uv": [13, 10]}, + {"origin": [-0.25, 23.85, -5], "size": [3, 2, 0], "inflate": 0.012, "pivot": [2.5, 26, -5], "rotation": [0, 0, -5], "uv": [11, 7]} + ] + }, + { + "name": "righteye", + "parent": "head", + "pivot": [-0.02097, 24.87401, -5], + "rotation": [0, 0, 7.5], + "cubes": [ + {"origin": [-6.25, 25.25, -5], "size": [6, 4, 0], "inflate": 0.02, "pivot": [-2.5, 26, -5], "rotation": [0, 0, 10], "uv": [0, 9]} + ] + }, + { + "name": "mixelrighteye", + "parent": "righteye", + "pivot": [-2.5, 26, -5], + "cubes": [ + {"origin": [-1.85, 24.6, -5], "size": [1, 1, 0], "inflate": 0.014, "pivot": [-2.5, 26, -5], "rotation": [0, 0, 5], "uv": [0, 7]}, + {"origin": [-2.25, 24.35, -5], "size": [2, 1, 0], "inflate": 0.013, "pivot": [-2.5, 26, -5], "rotation": [0, 0, 5], "uv": [0, 8], "mirror": true}, + {"origin": [-3, 23.85, -5], "size": [3, 2, 0], "inflate": 0.01, "pivot": [-2.5, 26, -5], "rotation": [0, 0, 5], "uv": [4, 7], "mirror": true} + ] + }, + { + "name": "rightshell", + "parent": "body", + "pivot": [-0.25, 23.125, -2], + "cubes": [ + {"origin": [-8.25, 23, -2], "size": [8, 11, 0], "uv": [68, 39]}, + {"origin": [-8.25, 23, -2], "size": [0, 11, 17], "uv": [51, -17]}, + {"origin": [-8.25, 34, -2], "size": [8, 0, 17], "uv": [51, 22]}, + {"origin": [-8.25, 23, 15], "size": [8, 11, 0], "uv": [68, 11]} + ] + }, + { + "name": "leftshell", + "parent": "body", + "pivot": [0.25, 23.125, -2], + "cubes": [ + {"origin": [0.25, 23, -2], "size": [8, 11, 0], "uv": [84, 39]}, + {"origin": [8.25, 23, -2], "size": [0, 11, 17], "uv": [85, -17]}, + {"origin": [0.25, 34, -2], "size": [8, 0, 17], "uv": [67, 22]}, + {"origin": [0.25, 23, 15], "size": [8, 11, 0], "uv": [84, 11]} + ] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 23.5, 0.5], + "cubes": [ + {"origin": [-1.5, 20, -1], "size": [3, 3, 3], "inflate": 0.001, "uv": [0, 37]} + ] + }, + { + "name": "abdomen", + "parent": "torso", + "pivot": [0, 20.5, 0.5], + "cubes": [ + {"origin": [-1.5, 17, -1], "size": [3, 4, 3], "uv": [0, 43]} + ] + }, + { + "name": "waist", + "parent": "abdomen", + "pivot": [0, 16.5, 0.5], + "rotation": [17.5, 0, 0], + "cubes": [ + {"origin": [-2.5, 15, -2], "size": [5, 3, 5], "pivot": [0, 16.5, 0.5], "rotation": [0, -45, 0], "uv": [0, 50]} + ] + }, + { + "name": "legleft", + "parent": "waist", + "pivot": [2, 16.5, -0.5], + "cubes": [ + {"origin": [1.39429, 16, -5.73008], "size": [1, 1, 6], "uv": [34, 45]} + ] + }, + { + "name": "leftknee", + "parent": "legleft", + "pivot": [1.89429, 16.49679, -4.80613], + "cubes": [ + {"origin": [0.39429, 15, -7.73008], "size": [3, 3, 3], "uv": [35, 52]}, + {"origin": [0.39429, 18, -4.73008], "size": [3, 0, 3], "pivot": [1.89429, 18, -4.73008], "rotation": [82.5, 0, 0], "uv": [28, 52]}, + {"origin": [1.39429, 15, -10.73008], "size": [1, 2, 3], "uv": [60, 53]}, + {"origin": [1.89429, 15, -13.73008], "size": [0, 2, 3], "uv": [76, 53]} + ] + }, + { + "name": "legright", + "parent": "waist", + "pivot": [-2, 16.5, -0.5], + "cubes": [ + {"origin": [-2.60571, 16, -5.73008], "size": [1, 1, 6], "uv": [20, 45]} + ] + }, + { + "name": "rightknee", + "parent": "legright", + "pivot": [-2.10571, 16.49679, -4.80613], + "cubes": [ + {"origin": [-3.60571, 15, -7.73008], "size": [3, 3, 3], "uv": [21, 52]}, + {"origin": [-3.60571, 18, -4.73008], "size": [3, 0, 3], "pivot": [-2.10571, 18, -4.73008], "rotation": [82.5, 0, 0], "uv": [14, 52]}, + {"origin": [-2.60571, 15, -10.73008], "size": [1, 2, 3], "uv": [51, 53]}, + {"origin": [-2.10571, 15, -13.73008], "size": [0, 2, 3], "uv": [69, 53]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/orthworm.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/orthworm.geo.json new file mode 100644 index 0000000..c57d698 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/orthworm.geo.json @@ -0,0 +1,234 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.Orthworm", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "bone5", + "pivot": [0, 4, 1], + "cubes": [ + {"origin": [4.5, 1.5, 0], "size": [0, 5, 3], "inflate": 0.01, "uv": [0, 111]}, + {"origin": [4.5, 1.5, 4], "size": [0, 5, 3], "inflate": 0.01, "uv": [0, 111]}, + {"origin": [4.51, 2.5, -4.5], "size": [0, 3, 4], "uv": [4, 66]}, + {"origin": [-4.51, 2.5, -4.5], "size": [0, 3, 4], "uv": [4, 66], "mirror": true}, + {"origin": [-4.5, 1.5, 4], "size": [0, 5, 3], "inflate": 0.01, "uv": [0, 111], "mirror": true}, + {"origin": [-4.5, 1.5, 0], "size": [0, 5, 3], "inflate": 0.01, "uv": [0, 111], "mirror": true}, + {"origin": [-4.5, 0.5, -5], "size": [9, 8, 13], "uv": [0, 92]} + ] + }, + { + "name": "bone16", + "parent": "bone5", + "pivot": [3, 0, -8] + }, + { + "name": "bone12", + "parent": "bone16", + "pivot": [4, 4, -2.5], + "cubes": [ + {"origin": [4.5, 3, -3.5], "size": [6, 2, 2], "uv": [1, 87]} + ] + }, + { + "name": "bone13", + "parent": "bone12", + "pivot": [10, 4, -2], + "cubes": [ + {"origin": [10.5, 2.5, -4], "size": [3, 3, 3], "uv": [0, 92]} + ] + }, + { + "name": "bone10", + "parent": "bone16", + "pivot": [4, 4, 1.5], + "cubes": [ + {"origin": [4.5, 3, 0.5], "size": [6, 2, 2], "uv": [1, 87]} + ] + }, + { + "name": "bone14", + "parent": "bone10", + "pivot": [11, 4, 2], + "cubes": [ + {"origin": [10.5, 2.5, 0], "size": [3, 3, 3], "uv": [0, 92]} + ] + }, + { + "name": "bone11", + "parent": "bone16", + "pivot": [3, 4, 5.5], + "cubes": [ + {"origin": [4.5, 3, 4.5], "size": [6, 2, 2], "uv": [1, 87]} + ] + }, + { + "name": "bone15", + "parent": "bone11", + "pivot": [10, 4, 5], + "cubes": [ + {"origin": [10.5, 2.5, 4], "size": [3, 3, 3], "uv": [0, 92]} + ] + }, + { + "name": "bone17", + "parent": "bone5", + "pivot": [-3, 0, -8] + }, + { + "name": "bone18", + "parent": "bone17", + "pivot": [-4, 4, -2], + "cubes": [ + {"origin": [-10.5, 3, -3.5], "size": [6, 2, 2], "uv": [1, 87], "mirror": true} + ] + }, + { + "name": "bone19", + "parent": "bone18", + "pivot": [-11, 4, -2], + "cubes": [ + {"origin": [-13.5, 2.5, -4], "size": [3, 3, 3], "uv": [0, 92], "mirror": true} + ] + }, + { + "name": "bone20", + "parent": "bone17", + "pivot": [-3, 4, 1], + "cubes": [ + {"origin": [-10.5, 3, 0.5], "size": [6, 2, 2], "uv": [1, 87], "mirror": true} + ] + }, + { + "name": "bone21", + "parent": "bone20", + "pivot": [-11, 4, 1], + "cubes": [ + {"origin": [-13.5, 2.5, 0], "size": [3, 3, 3], "uv": [0, 92], "mirror": true} + ] + }, + { + "name": "bone22", + "parent": "bone17", + "pivot": [-4, 4, 5], + "cubes": [ + {"origin": [-10.5, 3, 4.5], "size": [6, 2, 2], "uv": [1, 87], "mirror": true} + ] + }, + { + "name": "bone23", + "parent": "bone22", + "pivot": [-3, 0, 0], + "cubes": [ + {"origin": [-13.5, 2.5, 4], "size": [3, 3, 3], "uv": [0, 92], "mirror": true} + ] + }, + { + "name": "bone6", + "parent": "bone5", + "pivot": [0, 4, 8], + "cubes": [ + {"origin": [4.01, 1.5, 9], "size": [0, 5, 7], "uv": [0, 56]}, + {"origin": [-4.01, 1.5, 9], "size": [0, 5, 7], "uv": [0, 56], "mirror": true}, + {"origin": [-4, 1, 8.5], "size": [8, 7, 8], "uv": [0, 35]}, + {"origin": [-3.5, 1.5, 7.5], "size": [7, 6, 1], "uv": [52, 25]} + ] + }, + { + "name": "bone7", + "parent": "bone6", + "pivot": [0, 4, 17], + "cubes": [ + {"origin": [-3.5, 1.5, 16], "size": [7, 6, 1], "uv": [13, 52]}, + {"origin": [4.01, 1.5, 17.5], "size": [0, 5, 7], "uv": [0, 56]}, + {"origin": [-4.01, 1.5, 17.5], "size": [0, 5, 7], "uv": [0, 56], "mirror": true}, + {"origin": [-4, 1, 17], "size": [8, 7, 8], "uv": [30, 10]} + ] + }, + { + "name": "bone8", + "parent": "bone7", + "pivot": [0, 4, 25], + "cubes": [ + {"origin": [-3.5, 1.5, 24.5], "size": [7, 6, 1], "uv": [52, 0]}, + {"origin": [4.01, 1.5, 26], "size": [0, 5, 7], "uv": [0, 56]}, + {"origin": [-4.01, 1.5, 26], "size": [0, 5, 7], "uv": [0, 56], "mirror": true}, + {"origin": [-4, 1, 25.5], "size": [8, 7, 8], "uv": [2, 20]} + ] + }, + { + "name": "bone9", + "parent": "bone8", + "pivot": [0, 4, 33], + "cubes": [ + {"origin": [-3.5, 1.5, 33], "size": [7, 6, 1], "uv": [52, 0]}, + {"origin": [-4, 1, 34], "size": [8, 7, 10], "uv": [4, 68]} + ] + }, + { + "name": "bone", + "parent": "bone5", + "pivot": [0, 5, -5], + "cubes": [ + {"origin": [-4, 2, -13.25], "size": [8, 6, 9], "inflate": -0.01, "uv": [27, 26]} + ] + }, + { + "name": "bone26", + "parent": "bone", + "pivot": [0, 1, -6], + "cubes": [ + {"origin": [-3, 3, -13.25], "size": [2, 3, 0], "uv": [57, 52]} + ] + }, + { + "name": "bone4", + "parent": "bone26", + "pivot": [0, 1, -6], + "cubes": [ + {"origin": [-2.5, 4, -13.25], "size": [1, 1, 0], "inflate": 0.01, "uv": [0, 1]} + ] + }, + { + "name": "bone25", + "parent": "bone", + "pivot": [0, 1, -6], + "cubes": [ + {"origin": [1, 3, -13.25], "size": [2, 3, 9], "uv": [0, 50]} + ] + }, + { + "name": "bone3", + "parent": "bone25", + "pivot": [0, 1, -6], + "cubes": [ + {"origin": [1.5, 4, -13.25], "size": [1, 1, 0], "inflate": 0.01, "uv": [0, 0]} + ] + }, + { + "name": "bone2", + "parent": "bone", + "pivot": [0, 4, -5], + "cubes": [ + {"origin": [-4, 1, -9], "size": [8, 4, 4], "uv": [28, 0]} + ] + }, + { + "name": "bone24", + "parent": "bone2", + "pivot": [0, 1, -6], + "cubes": [ + {"origin": [-4, 1, -13.2], "size": [8, 2, 8], "inflate": -0.02, "uv": [24, 42]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/palafin/palafin.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/palafin/palafin.geo.json new file mode 100644 index 0000000..e3edf3b --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/palafin/palafin.geo.json @@ -0,0 +1,126 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.palafin", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 4, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "bone2", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "bone2", + "pivot": [-0.5, 9, -4.47189], + "cubes": [ + {"origin": [-4.5, 5, -12.47189], "size": [8, 8, 16], "uv": [0, 0]} + ] + }, + { + "name": "fin_left", + "parent": "body", + "pivot": [3.5, 7, -4.875], + "cubes": [ + {"origin": [3.5, 7, -7.375], "size": [6, 0, 5], "uv": [-5, 51]} + ] + }, + { + "name": "bone4", + "parent": "fin_left", + "pivot": [9.5, 7, -4.375], + "cubes": [ + {"origin": [9.5, 7, -6.375], "size": [4, 0, 4], "uv": [-4, 56]} + ] + }, + { + "name": "fin_right", + "parent": "body", + "pivot": [-4.6, 7, -4.875], + "cubes": [ + {"origin": [-10.6, 7, -7.375], "size": [6, 0, 5], "uv": [-5, 51], "mirror": true} + ] + }, + { + "name": "bone3", + "parent": "fin_right", + "pivot": [-10.6, 7, -4.375], + "cubes": [ + {"origin": [-14.6, 7, -6.375], "size": [4, 0, 4], "uv": [-4, 56], "mirror": true} + ] + }, + { + "name": "back_tail", + "parent": "body", + "pivot": [-0.5, 7.45, 2.52811], + "rotation": [-12.5, 0, 0] + }, + { + "name": "bone5", + "parent": "back_tail", + "pivot": [-0.5, 7.46173, 3.52804], + "cubes": [ + {"origin": [-2.525, 4.96173, 1.52804], "size": [4, 6, 7], "uv": [0, 24]} + ] + }, + { + "name": "bone6", + "parent": "bone5", + "pivot": [-0.5, 6.48205, 8.19014], + "cubes": [ + {"origin": [-2, 5.11228, 5.42875], "size": [3, 3, 7], "uv": [15, 30]} + ] + }, + { + "name": "bone", + "parent": "bone6", + "pivot": [-0.55, 6.78066, 11.93935], + "cubes": [ + {"origin": [-6.05, 5.86228, 11.35375], "size": [11, 0, 7], "pivot": [-0.575, 6.71228, 10.70375], "rotation": [12.5, 0, 0], "uv": [-7, 44]} + ] + }, + { + "name": "eye_right", + "parent": "body", + "pivot": [-1, 0, -3.47189], + "cubes": [ + {"origin": [-4.51, 7.5, -10.99689], "size": [1, 2, 1], "uv": [0, 37], "mirror": true}, + {"origin": [-4.69, 8.85, -11.32189], "size": [1, 1, 1], "inflate": -0.175, "uv": [0, 41], "mirror": true} + ] + }, + { + "name": "eye_left", + "parent": "body", + "pivot": [0, 0, -3.47189], + "cubes": [ + {"origin": [2.51, 7.5, -10.99689], "size": [1, 2, 1], "uv": [0, 37]}, + {"origin": [2.69, 8.85, -11.32189], "size": [1, 1, 1], "inflate": -0.175, "uv": [0, 41]} + ] + }, + { + "name": "mouth", + "parent": "body", + "pivot": [-0.525, 6.01288, -13.69827], + "cubes": [ + {"origin": [-2.025, 5.125, -15.09689], "size": [3, 1, 3], "pivot": [-0.025, 5.525, -11.89689], "rotation": [2.5, 0, 0], "uv": [1, 1]}, + {"origin": [-2.025, 5.975, -15.29689], "size": [3, 1, 3], "uv": [1, 6]} + ] + }, + { + "name": "fi_top", + "parent": "mouth", + "pivot": [0.04525, 13.05, -4.12338], + "cubes": [ + {"origin": [-5.25475, 12.075, -3.17338], "size": [8, 1, 4], "pivot": [0.04525, 13.05, -4.12338], "rotation": [0, 35, 90], "uv": [28, 30]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/palossand/palossand.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/palossand/palossand.geo.json new file mode 100644 index 0000000..7c5afdb --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/palossand/palossand.geo.json @@ -0,0 +1,179 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "ground", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-18.5, 0.025, -12], "size": [37, 0, 24], "uv": [0, 0]}, + {"origin": [-10, 0, -7], "size": [20, 2, 15], "uv": [0, 24]} + ] + }, + { + "name": "bot_arm_left", + "parent": "ground", + "pivot": [0, 0, -4], + "cubes": [ + {"origin": [16, 0.05, -5], "size": [6, 0, 10], "uv": [0, 0]}, + {"origin": [9, 0, -5], "size": [7, 1, 10], "uv": [0, 63]} + ] + }, + { + "name": "arm_left2", + "parent": "bot_arm_left", + "pivot": [10.525, -1.325, 0], + "rotation": [0, 0, 10] + }, + { + "name": "bone3", + "parent": "arm_left2", + "pivot": [10.49728, -1.64162, 0], + "cubes": [ + {"origin": [7.81801, -0.15019, -3], "size": [6, 9, 6], "uv": [64, 66], "mirror": true} + ] + }, + { + "name": "bone4", + "parent": "bone3", + "pivot": [10.81801, 8.94981, 0], + "cubes": [ + {"origin": [7.81801, 8.84981, -3], "size": [6, 5, 6], "uv": [78, 38]}, + {"origin": [7.81801, 13.84981, -3], "size": [0, 4, 6], "uv": [0, 22], "mirror": true}, + {"origin": [13.81801, 13.84981, -3], "size": [0, 4, 6], "uv": [0, 18], "mirror": true}, + {"origin": [7.81801, 13.84981, 3], "size": [6, 4, 0], "uv": [57, 45], "mirror": true}, + {"origin": [7.81801, 13.84981, -3], "size": [6, 4, 0], "uv": [57, 41]} + ] + }, + { + "name": "bot_arm_right", + "parent": "ground", + "pivot": [0, 0, -4], + "cubes": [ + {"origin": [-22, 0.05, -5], "size": [6, 0, 10], "uv": [0, 10]}, + {"origin": [-16, 0, -5], "size": [7, 1, 10], "uv": [32, 63]} + ] + }, + { + "name": "arm_right", + "parent": "bot_arm_right", + "pivot": [-10.725, 0.2, 0], + "rotation": [0, 0, -10] + }, + { + "name": "bone", + "parent": "arm_right", + "pivot": [-10.725, 0.55, 0], + "cubes": [ + {"origin": [-13.725, 0, -3], "size": [6, 9, 6], "uv": [0, 74]} + ] + }, + { + "name": "bone2", + "parent": "bone", + "pivot": [15.275, 0, -2], + "cubes": [ + {"origin": [-13.725, 9, -3], "size": [6, 5, 6], "uv": [46, 78], "mirror": true}, + {"origin": [-7.725, 14, -3], "size": [0, 4, 6], "uv": [23, 39]}, + {"origin": [-13.725, 14, -3], "size": [0, 4, 6], "uv": [0, 26]}, + {"origin": [-13.725, 14, 3], "size": [6, 4, 0], "uv": [54, 66]}, + {"origin": [-13.725, 14, -3], "size": [6, 4, 0], "uv": [22, 63], "mirror": true} + ] + }, + { + "name": "body", + "parent": "ground", + "pivot": [-1, 0, -4], + "cubes": [ + {"origin": [-8, 0, -5], "size": [6, 11, 11], "uv": [34, 41]}, + {"origin": [-2, 8, -5], "size": [4, 3, 11], "uv": [57, 52]}, + {"origin": [2, 0, -5], "size": [6, 11, 11], "uv": [0, 41], "mirror": true} + ] + }, + { + "name": "pattern", + "parent": "body", + "pivot": [1, 0, -4], + "cubes": [ + {"origin": [-8, 11, 6], "size": [16, 4, 0], "uv": [76, 56]}, + {"origin": [-8, 11, -5], "size": [16, 4, 0], "uv": [76, 52]}, + {"origin": [8, 11, -5], "size": [0, 4, 11], "uv": [23, 30]}, + {"origin": [-8, 11, -5], "size": [0, 4, 11], "uv": [0, 9]} + ] + }, + { + "name": "mouth", + "parent": "body", + "pivot": [-1, 0, -4], + "cubes": [ + {"origin": [-2, 0, -5], "size": [4, 3, 11], "uv": [59, 38]} + ] + }, + { + "name": "shell", + "parent": "body", + "pivot": [-1, 0, -4], + "cubes": [ + {"origin": [-0.525, 9, -5.2], "size": [1, 1, 1], "uv": [4, 18]}, + {"origin": [1.475, 8.525, -5.2], "size": [1, 1, 1], "pivot": [1.975, 9.025, -4.7], "rotation": [0, 0, 45], "uv": [0, 18]}, + {"origin": [2.975, 7.025, -5.2], "size": [1, 1, 1], "uv": [4, 18]}, + {"origin": [-3.975, 7.025, -5.2], "size": [1, 1, 1], "uv": [4, 18]}, + {"origin": [-2.475, 8.525, -5.2], "size": [1, 1, 1], "pivot": [-1.975, 9.025, -4.7], "rotation": [0, 0, -45], "uv": [0, 18]} + ] + }, + { + "name": "top_section", + "parent": "body", + "pivot": [-0.005, 10.1517, -0.99379], + "cubes": [ + {"origin": [1.5, 12.52633, -4.07302], "size": [1, 1, 1], "inflate": -0.15, "uv": [24, 84]}, + {"origin": [-2.5, 12.52633, -4.07302], "size": [1, 1, 1], "inflate": -0.15, "uv": [24, 84]}, + {"origin": [-3.025, 17.92633, -2.32302], "size": [6, 2, 6], "uv": [70, 81]}, + {"origin": [-4.5, 10.85133, -3.89802], "size": [9, 5, 9], "uv": [55, 24]}, + {"origin": [-3.5, 14.92633, -2.89802], "size": [7, 3, 7], "uv": [24, 74]} + ] + }, + { + "name": "shell_top", + "parent": "top_section", + "pivot": [-1, -0.14867, -3.87302], + "cubes": [ + {"origin": [-3.575, 16.42633, -2.42302], "size": [1, 1, 1], "uv": [0, 18]}, + {"origin": [-3.575, 16.42633, 0.10198], "size": [1, 1, 1], "uv": [4, 18]}, + {"origin": [-3.575, 16.42633, 2.60198], "size": [1, 1, 1], "uv": [0, 18]}, + {"origin": [2.55, 16.42633, 0.10198], "size": [1, 1, 1], "uv": [4, 18]}, + {"origin": [2.55, 16.42633, -2.42302], "size": [1, 1, 1], "uv": [0, 18]}, + {"origin": [2.55, 16.42633, 2.60198], "size": [1, 1, 1], "uv": [0, 18]}, + {"origin": [-0.525, 16.42633, -2.99802], "size": [1, 1, 1], "uv": [4, 18]}, + {"origin": [2, 16.42633, -2.99802], "size": [1, 1, 1], "uv": [0, 18]}, + {"origin": [-3, 16.42633, -2.99802], "size": [1, 1, 1], "uv": [0, 18]}, + {"origin": [-0.525, 16.42633, 3.17698], "size": [1, 1, 1], "uv": [4, 18]}, + {"origin": [2, 16.42633, 3.17698], "size": [1, 1, 1], "uv": [0, 18]}, + {"origin": [-3, 16.42633, 3.17698], "size": [1, 1, 1], "uv": [0, 18]} + ] + }, + { + "name": "shovel", + "parent": "top_section", + "pivot": [-0.04472, 22.05101, 0.60206], + "rotation": [-90, 0, 0], + "cubes": [ + {"origin": [-0.54472, 21.55101, -2.60419], "size": [1, 1, 1], "uv": [11, 35]}, + {"origin": [-1.54472, 21.55101, -1.60419], "size": [3, 1, 3], "uv": [32, 46]}, + {"origin": [-0.54472, 21.55101, 0.79581], "size": [1, 1, 1], "inflate": 0.15, "uv": [0, 36]}, + {"origin": [-0.54472, 21.55101, 1.82081], "size": [1, 1, 3], "inflate": -0.125, "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/pawmi.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/pawmi.geo.json new file mode 100644 index 0000000..bbb676a --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/pawmi.geo.json @@ -0,0 +1,195 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "pawmi", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "pawmi", + "pivot": [0, 7, 0] + }, + { + "name": "rightleg", + "parent": "body", + "pivot": [1.9, 3.37676, 1.0394], + "cubes": [ + {"origin": [0.4, 1.7, -0.5], "size": [3, 3, 3], "uv": [29, 14]} + ] + }, + { + "name": "righfoot", + "parent": "rightleg", + "pivot": [1.9, 1.96514, 1.2591], + "cubes": [ + {"origin": [0.9, 0.4, -0.6], "size": [2, 1, 3], "uv": [35, 12]}, + {"origin": [1.2, 1.1, 0.8], "size": [1.4, 2, 1.4], "pivot": [1.9, 1.4, 1.9], "rotation": [28, 0, 0], "uv": [35, 11]} + ] + }, + { + "name": "leftleg", + "parent": "body", + "pivot": [-1.9, 3.37676, 1.0394], + "cubes": [ + {"origin": [-3.4, 1.7, -0.5], "size": [3, 3, 3], "uv": [29, 14], "mirror": true} + ] + }, + { + "name": "righfoot2", + "parent": "leftleg", + "pivot": [-1.9, 1.96514, 1.2591], + "cubes": [ + {"origin": [-2.9, 0.4, -0.6], "size": [2, 1, 3], "uv": [35, 12], "mirror": true}, + {"origin": [-2.6, 1.1, 0.8], "size": [1.4, 2, 1.4], "pivot": [-1.9, 1.4, 1.9], "rotation": [28, 0, 0], "uv": [35, 11], "mirror": true} + ] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 1, 2], + "cubes": [ + {"origin": [-3, 2, -2], "size": [6, 6, 6], "uv": [17, 12]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [-0.1, 3.09676, 3.75408], + "cubes": [ + {"origin": [-0.6, 2.8, 3.3], "size": [1, 1, 3], "pivot": [-0.1, 2.8, 4.9], "rotation": [12, 0, 0], "uv": [11, 40]}, + {"origin": [-1.1, 4.33945, 4.22362], "size": [2, 2, 4], "pivot": [-0.1, 5.38945, 6.02362], "rotation": [13, 0, 0], "uv": [7, 37]}, + {"origin": [-0.8, 3.2, 5.1], "size": [1.4, 1, 1], "pivot": [-0.1, 2.8, 4.8], "rotation": [19, 0, 0], "uv": [10, 39]} + ] + }, + { + "name": "rightarm2", + "parent": "torso", + "pivot": [2.8, 7, 1], + "cubes": [ + {"origin": [2.1, 6, 0], "size": [3, 2, 2], "uv": [25, 12]} + ] + }, + { + "name": "righthand", + "parent": "rightarm2", + "pivot": [4.1, 7.03, 1.08], + "cubes": [ + {"origin": [4.1, 5.5, -0.5], "size": [4, 3, 3], "uv": [24, 11]}, + {"origin": [7, 6.1, 0], "size": [2, 2, 2], "uv": [5, 37]}, + {"origin": [7.3, 6.5, 1], "size": [2, 0.3, 0.2], "uv": [42, 56]}, + {"origin": [7.3, 7.3, 1], "size": [2, 0.3, 0.2], "uv": [42, 56]}, + {"origin": [7.3, 6.9, 0.6], "size": [2, 0.3, 0.2], "uv": [42, 56]}, + {"origin": [7, 6.1, 0], "size": [2, 2, 2], "uv": [5, 37]}, + {"origin": [4.1, 5.5, -0.5], "size": [4, 3, 3], "uv": [24, 11]} + ] + }, + { + "name": "leftarm2", + "parent": "torso", + "pivot": [-2.9, 7, 1], + "cubes": [ + {"origin": [-5.1, 6, 0], "size": [3, 2, 2], "uv": [25, 12], "mirror": true} + ] + }, + { + "name": "lefthand", + "parent": "leftarm2", + "pivot": [-4.1, 7.03, 1.08], + "cubes": [ + {"origin": [-8.1, 5.5, -0.5], "size": [4, 3, 3], "uv": [24, 11], "mirror": true}, + {"origin": [-9, 6.1, 0], "size": [2, 2, 2], "uv": [5, 37], "mirror": true}, + {"origin": [-9.3, 6.5, 1], "size": [2, 0.3, 0.2], "uv": [42, 56], "mirror": true}, + {"origin": [-9.3, 7.3, 1], "size": [2, 0.3, 0.2], "uv": [42, 56], "mirror": true}, + {"origin": [-9.3, 6.9, 0.6], "size": [2, 0.3, 0.2], "uv": [42, 56], "mirror": true}, + {"origin": [-9, 6.1, 0], "size": [2, 2, 2], "uv": [5, 37], "mirror": true}, + {"origin": [-8.1, 5.5, -0.5], "size": [4, 3, 3], "uv": [24, 11], "mirror": true} + ] + }, + { + "name": "neck", + "parent": "torso", + "pivot": [0, 8.2, 1], + "cubes": [ + {"origin": [-2.5, 6, -1.5], "size": [5, 3, 5], "uv": [23, 8]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 8.4, 1], + "cubes": [ + {"origin": [-3, 8.4, -2], "size": [6, 5, 6], "uv": [18, 10]} + ] + }, + { + "name": "hair", + "parent": "head", + "pivot": [0.02472, 13.47604, -1.5], + "cubes": [ + {"origin": [-0.8, 11.9, -2.5], "size": [2, 2, 2], "pivot": [0.25, 13.25, -1.5], "rotation": [0, 0, 19], "uv": [39, 11]}, + {"origin": [-0.6, 13.9, -2.5], "size": [1, 1, 2], "pivot": [0.25, 13.25, -1.5], "rotation": [0, 0, 3], "uv": [18, 13]} + ] + }, + { + "name": "rightear", + "parent": "head", + "pivot": [1.81192, 13.18462, 0.432], + "cubes": [ + {"origin": [2.2, 13.2, -0.3], "size": [1, 1.5, 1], "pivot": [2.1, 16.05, 0.4], "rotation": [0, 0, 19], "uv": [35, 17]}, + {"origin": [2.1, 13.3, -0.02], "size": [1.2, 2, 1], "pivot": [2.1, 16.05, 0.4], "rotation": [0, 0, 19], "uv": [4, 55]}, + {"origin": [1.84, 15, -0.02], "size": [1.2, 1.2, 1], "pivot": [2.1, 16.05, 0.4], "rotation": [0, 0, 3], "uv": [12, 55]}, + {"origin": [1.44, 14.7, 0], "size": [2, 2, 1], "pivot": [2.6, 15.75, 0.5], "rotation": [0, 0, 3], "uv": [18, 16]}, + {"origin": [1.7, 13, 0], "size": [2, 2, 1], "pivot": [2.6, 15.75, 0.5], "rotation": [0, 0, 19], "uv": [36, 16]} + ] + }, + { + "name": "leftear", + "parent": "head", + "pivot": [-1.81192, 13.18462, 0.432], + "cubes": [ + {"origin": [-3.2, 13.2, -0.3], "size": [1, 1.5, 1], "pivot": [-2.1, 16.05, 0.4], "rotation": [0, 0, -19], "uv": [35, 17], "mirror": true}, + {"origin": [-3.3, 13.3, -0.02], "size": [1.2, 2, 1], "pivot": [-2.1, 16.05, 0.4], "rotation": [0, 0, -19], "uv": [4, 55], "mirror": true}, + {"origin": [-3.04, 15, -0.02], "size": [1.2, 1.2, 1], "pivot": [-2.1, 16.05, 0.4], "rotation": [0, 0, -3], "uv": [12, 55], "mirror": true}, + {"origin": [-3.44, 14.7, 0], "size": [2, 2, 1], "pivot": [-2.6, 15.75, 0.5], "rotation": [0, 0, -3], "uv": [18, 16], "mirror": true}, + {"origin": [-3.7, 13, 0], "size": [2, 2, 1], "pivot": [-2.6, 15.75, 0.5], "rotation": [0, 0, -19], "uv": [36, 16], "mirror": true} + ] + }, + { + "name": "face", + "parent": "head", + "pivot": [0, 1, 2], + "cubes": [ + {"origin": [1.817, 8.8, -2.017], "size": [1.2, 2.2, 1], "uv": [57, 55]}, + {"origin": [-3.017, 8.8, -2.017], "size": [1.2, 2.2, 1], "uv": [53, 55]}, + {"origin": [-1, 8.9, -2.017], "size": [2, 1.8, 1], "uv": [39, 55]}, + {"origin": [-0.31416, 9.2, -2.34], "size": [1.2, 0.8, 1], "inflate": -0.3, "pivot": [0.23584, 10.5, -2.08995], "rotation": [0, 0, 32.5], "uv": [40, 41]}, + {"origin": [-0.81416, 9.45, -2.34], "size": [1.2, 0.8, 1], "inflate": -0.3, "pivot": [0.23584, 10.5, -2.08995], "rotation": [0, 0, -32.5], "uv": [40, 42]}, + {"origin": [-0.35, 10.05, -2.36], "size": [0.7, 0.7, 1], "inflate": -0.3, "uv": [41, 40]}, + {"origin": [-1.6, 10.3, -2.021], "size": [1, 1, 1], "uv": [57, 40]}, + {"origin": [-1.1, 10.8, -2.0231], "size": [0.4, 0.4, 1], "uv": [48, 44]}, + {"origin": [-1.5, 10.4, -2.0231], "size": [0.4, 0.4, 1], "uv": [47, 37]}, + {"origin": [1.1, 10.4, -2.0231], "size": [0.4, 0.4, 1], "uv": [47, 37]}, + {"origin": [0.6, 10.3, -2.021], "size": [1, 1, 1], "uv": [58, 40]}, + {"origin": [0.7, 10.8, -2.0231], "size": [0.4, 0.4, 1], "uv": [48, 44]} + ] + }, + { + "name": "mouth", + "parent": "face", + "pivot": [0.23584, 9.5, -1.78995] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/pawmo.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/pawmo.geo.json new file mode 100644 index 0000000..2f3fad9 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/pawmo.geo.json @@ -0,0 +1,206 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "pawmi", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "pawmi", + "pivot": [0, 6.6, 0] + }, + { + "name": "rightleg", + "parent": "body", + "pivot": [1.9, 2.97676, 1.0394], + "cubes": [ + {"origin": [0.4, 1.3, -0.5], "size": [3, 3, 3], "uv": [29, 14]} + ] + }, + { + "name": "righfoot", + "parent": "rightleg", + "pivot": [1.9, 1.56514, 1.2591], + "cubes": [ + {"origin": [0.9, 0, -0.6], "size": [2, 1, 3], "uv": [37, 12]}, + {"origin": [1.2, 0.7, 0.8], "size": [1.4, 2, 1.4], "pivot": [1.9, 1, 1.9], "rotation": [28, 0, 0], "uv": [35, 11]} + ] + }, + { + "name": "leftleg", + "parent": "body", + "pivot": [-1.9, 2.97676, 1.0394], + "cubes": [ + {"origin": [-3.4, 1.3, -0.5], "size": [3, 3, 3], "uv": [29, 14], "mirror": true} + ] + }, + { + "name": "righfoot2", + "parent": "leftleg", + "pivot": [-1.9, 1.56514, 1.2591], + "cubes": [ + {"origin": [-2.9, 0, -0.6], "size": [2, 1, 3], "uv": [35, 12], "mirror": true}, + {"origin": [-2.6, 0.7, 0.8], "size": [1.4, 2, 1.4], "pivot": [-1.9, 1, 1.9], "rotation": [28, 0, 0], "uv": [35, 11], "mirror": true} + ] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 0.6, 2], + "cubes": [ + {"origin": [-3, 1.6, -2], "size": [6, 7, 6], "uv": [17, 12]}, + {"origin": [-2.5, 1.9, -2.6], "size": [5, 3, 2], "uv": [21, 16]}, + {"origin": [-1.5, 4.9, -2.6], "size": [3, 1, 2], "uv": [21, 16]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [-0.1, 2.69676, 3.75408], + "cubes": [ + {"origin": [-0.6, 2.4, 3.2], "size": [1, 1, 4], "pivot": [-0.1, 2.4, 4.9], "rotation": [12, 0, 0], "uv": [10, 39]}, + {"origin": [-1.1, 4.63945, 4.82362], "size": [2, 2, 4], "pivot": [-0.1, 4.68945, 6.62362], "rotation": [25, 0, 0], "uv": [7, 37]}, + {"origin": [-1.1, 3.63945, 4.82362], "size": [2, 1, 3], "pivot": [-0.1, 4.68945, 6.62362], "rotation": [16, 0, 0], "uv": [8, 38]}, + {"origin": [-0.8, 3.1, 6.1], "size": [1.4, 1, 1], "pivot": [-0.1, 2.7, 5.8], "rotation": [19, 0, 0], "uv": [10, 39]} + ] + }, + { + "name": "rightarm2", + "parent": "torso", + "pivot": [2.8, 7.6, 1], + "cubes": [ + {"origin": [2.1, 6.6, 0], "size": [3, 2, 2], "uv": [25, 12]} + ] + }, + { + "name": "righthand", + "parent": "rightarm2", + "pivot": [4.1, 7.63, 1.08], + "cubes": [ + {"origin": [4.1, 6.1, -0.5], "size": [4, 3, 3], "uv": [24, 11]}, + {"origin": [7, 6.7, 0], "size": [2, 2, 2], "uv": [5, 37]}, + {"origin": [8.01, 7.4, 0.7], "size": [1, 0.6, 0.6], "uv": [20, 60]}, + {"origin": [7.3, 7.3, 1.5], "size": [2, 0.3, 0.2], "uv": [42, 56]}, + {"origin": [7.3, 8.3, 1.4], "size": [2, 0.3, 0.2], "pivot": [8.3, 8.25, 1.7], "rotation": [16, 0, 0], "uv": [42, 56]}, + {"origin": [7.3, 7.8, 1.5], "size": [2, 0.3, 0.2], "uv": [42, 56]}, + {"origin": [7.3, 8.3, 0.8], "size": [2, 0.3, 0.2], "pivot": [8.3, 8.35, 0.7], "rotation": [137, 0, 0], "uv": [42, 56]}, + {"origin": [7.3, 7.1, 1.4], "size": [2, 0.3, 0.2], "pivot": [8.3, 7.15, 1.3], "rotation": [-50, 0, 0], "uv": [42, 56]}, + {"origin": [7, 6.7, 0], "size": [2, 2, 2], "uv": [5, 37]}, + {"origin": [4.1, 6.1, -0.5], "size": [4, 3, 3], "uv": [24, 11]} + ] + }, + { + "name": "leftarm2", + "parent": "torso", + "pivot": [-2.9, 7.6, 1], + "cubes": [ + {"origin": [-5.1, 6.6, 0], "size": [3, 2, 2], "uv": [25, 12], "mirror": true} + ] + }, + { + "name": "lefthand", + "parent": "leftarm2", + "pivot": [-4.1, 7.63, 1.08], + "cubes": [ + {"origin": [-9, 6.7, 0], "size": [2, 2, 2], "uv": [5, 37], "mirror": true}, + {"origin": [-9.3, 7.3, 1.5], "size": [2, 0.3, 0.2], "uv": [42, 56], "mirror": true}, + {"origin": [-9.3, 8.3, 1.4], "size": [2, 0.3, 0.2], "pivot": [-8.3, 8.25, 1.7], "rotation": [16, 0, 0], "uv": [42, 56], "mirror": true}, + {"origin": [-9.3, 7.1, 1.4], "size": [2, 0.3, 0.2], "pivot": [-8.3, 7.15, 1.3], "rotation": [-50, 0, 0], "uv": [42, 56], "mirror": true}, + {"origin": [-9, 6.7, 0], "size": [2, 2, 2], "uv": [5, 37], "mirror": true}, + {"origin": [-9.3, 8.3, 0.8], "size": [2, 0.3, 0.2], "pivot": [-8.3, 8.35, 0.7], "rotation": [137, 0, 0], "uv": [42, 56], "mirror": true}, + {"origin": [-9.3, 7.8, 1.5], "size": [2, 0.3, 0.2], "uv": [42, 56], "mirror": true}, + {"origin": [-9.01, 7.4, 0.7], "size": [1, 0.6, 0.6], "uv": [20, 60], "mirror": true}, + {"origin": [-8.1, 6.1, -0.5], "size": [4, 3, 3], "uv": [24, 11], "mirror": true}, + {"origin": [-8.1, 6.1, -0.5], "size": [4, 3, 3], "uv": [24, 11], "mirror": true} + ] + }, + { + "name": "neck", + "parent": "torso", + "pivot": [0, 7.8, 1], + "cubes": [ + {"origin": [-2.5, 5.6, -1.5], "size": [5, 4, 5], "uv": [23, 8]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 9, 1], + "cubes": [ + {"origin": [-3, 9, -2], "size": [6, 5, 6], "uv": [21, 13]} + ] + }, + { + "name": "hair", + "parent": "head", + "pivot": [0.02472, 14.07604, -1.5], + "cubes": [ + {"origin": [-1.1, 13.1, -2.5], "size": [2, 3, 2], "pivot": [0.05, 14.15, -1.5], "rotation": [0, 0, 7], "uv": [54, 2]}, + {"origin": [-2.00242, 13.42625, -2.5], "size": [2, 1, 2], "pivot": [-0.40242, 16.02625, -1.5], "rotation": [0, 0, -55], "uv": [53, 4]} + ] + }, + { + "name": "rightear", + "parent": "head", + "pivot": [1.81192, 13.78462, 0.432], + "cubes": [ + {"origin": [1.48362, 13.21907, -0.3], "size": [1, 3, 1], "pivot": [2.18362, 14.96907, 0.2], "rotation": [0, 0, 15], "uv": [56, 4]}, + {"origin": [2.28362, 12.71907, -0.3], "size": [1, 3, 0.4], "pivot": [2.18362, 14.96907, 0.2], "rotation": [0, 0, 39], "uv": [57, 4]}, + {"origin": [2.1, 13.9, -0.02], "size": [1.2, 2, 1], "pivot": [2.1, 16.65, 0.4], "rotation": [0, 0, 19], "uv": [3, 55]}, + {"origin": [1.84, 15.6, -0.02], "size": [1.2, 1.9, 1], "pivot": [2.1, 16.65, 0.4], "rotation": [0, 0, 3], "uv": [2, 56]}, + {"origin": [1.44, 15.3, 0], "size": [2, 3, 1], "pivot": [2.6, 16.35, 0.5], "rotation": [0, 0, 3], "uv": [18, 16]}, + {"origin": [1.7, 13.6, 0], "size": [2, 2, 1], "pivot": [2.6, 16.35, 0.5], "rotation": [0, 0, 19], "uv": [36, 16]} + ] + }, + { + "name": "leftear", + "parent": "head", + "pivot": [-1.81192, 13.78462, 0.432], + "cubes": [ + {"origin": [-2.38362, 13.21907, -0.3], "size": [1, 3, 1], "pivot": [-2.08362, 14.96907, 0.2], "rotation": [0, 0, -15], "uv": [56, 4], "mirror": true}, + {"origin": [-3.18362, 12.71907, -0.3], "size": [1, 3, 0.4], "pivot": [-2.08362, 14.96907, 0.2], "rotation": [0, 0, -39], "uv": [57, 4], "mirror": true}, + {"origin": [-3.3, 13.9, -0.02], "size": [1.2, 2, 1], "pivot": [-2.1, 16.65, 0.4], "rotation": [0, 0, -19], "uv": [3, 55], "mirror": true}, + {"origin": [-3.04, 15.6, -0.02], "size": [1.2, 1.9, 1], "pivot": [-2.1, 16.65, 0.4], "rotation": [0, 0, -3], "uv": [2, 56], "mirror": true}, + {"origin": [-3.44, 15.3, 0], "size": [2, 3, 1], "pivot": [-2.6, 16.35, 0.5], "rotation": [0, 0, -3], "uv": [18, 16], "mirror": true}, + {"origin": [-3.7, 13.6, 0], "size": [2, 2, 1], "pivot": [-2.6, 16.35, 0.5], "rotation": [0, 0, -19], "uv": [36, 16], "mirror": true} + ] + }, + { + "name": "face", + "parent": "head", + "pivot": [0, 1.6, 2], + "cubes": [ + {"origin": [1.817, 9.4, -2.017], "size": [1.2, 2.2, 1], "uv": [57, 55]}, + {"origin": [-3.017, 9.4, -2.017], "size": [1.2, 2.2, 1], "uv": [53, 55]}, + {"origin": [-1, 9.5, -2.017], "size": [2, 1.8, 1], "uv": [39, 55]}, + {"origin": [-0.31416, 9.8, -2.34], "size": [1.2, 0.8, 1], "inflate": -0.3, "pivot": [0.23584, 11.1, -2.08995], "rotation": [0, 0, 32.5], "uv": [40, 41]}, + {"origin": [-0.81416, 10.05, -2.34], "size": [1.2, 0.8, 1], "inflate": -0.3, "pivot": [0.23584, 11.1, -2.08995], "rotation": [0, 0, -32.5], "uv": [40, 42]}, + {"origin": [-0.35, 10.65, -2.36], "size": [0.7, 0.7, 1], "inflate": -0.3, "uv": [41, 40]}, + {"origin": [-1.6, 10.9, -2.021], "size": [1, 1, 1], "uv": [57, 40]}, + {"origin": [-1.1, 11.4, -2.0231], "size": [0.4, 0.4, 1], "uv": [48, 44]}, + {"origin": [-1.5, 11, -2.0231], "size": [0.4, 0.4, 1], "uv": [47, 37]}, + {"origin": [1.1, 11, -2.0231], "size": [0.4, 0.4, 1], "uv": [47, 37]}, + {"origin": [0.6, 10.9, -2.021], "size": [1, 1, 1], "uv": [58, 40]}, + {"origin": [0.7, 11.4, -2.0231], "size": [0.4, 0.4, 1], "uv": [48, 44]} + ] + }, + { + "name": "mouth", + "parent": "face", + "pivot": [0.23584, 10.1, -1.78995] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/pawmot.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/pawmot.geo.json new file mode 100644 index 0000000..e480956 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/pawmot.geo.json @@ -0,0 +1,225 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "pawmot", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "pawmot", + "pivot": [0, 6.6, 0] + }, + { + "name": "rightleg", + "parent": "body", + "pivot": [1.9, 2.97676, 1.0394], + "cubes": [ + {"origin": [0.4, 1.3, -0.5], "size": [3, 3, 3], "uv": [20, 12]} + ] + }, + { + "name": "righfoot", + "parent": "rightleg", + "pivot": [1.9, 1.56514, 1.2591], + "cubes": [ + {"origin": [0.9, 0, -0.6], "size": [2, 1, 3], "uv": [20, 10]}, + {"origin": [1.2, 0.7, 0.8], "size": [1.4, 2, 1.4], "pivot": [1.9, 1, 1.9], "rotation": [28, 0, 0], "uv": [26, 9]} + ] + }, + { + "name": "leftleg", + "parent": "body", + "pivot": [-1.9, 2.97676, 1.0394], + "cubes": [ + {"origin": [-3.4, 1.3, -0.5], "size": [3, 3, 3], "uv": [20, 12], "mirror": true} + ] + }, + { + "name": "righfoot2", + "parent": "leftleg", + "pivot": [-1.9, 1.56514, 1.2591], + "cubes": [ + {"origin": [-2.9, 0, -0.6], "size": [2, 1, 3], "uv": [18, 10], "mirror": true}, + {"origin": [-2.6, 0.7, 0.8], "size": [1.4, 2, 1.4], "pivot": [-1.9, 1, 1.9], "rotation": [28, 0, 0], "uv": [26, 9], "mirror": true} + ] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 1.6, 2], + "cubes": [ + {"origin": [-3, 5.6, -2], "size": [6, 4, 6], "uv": [8, 10]}, + {"origin": [-3.2, 1.6, -2.3], "size": [6.4, 4, 6.4], "uv": [14, 14]}, + {"origin": [-2.5, 5.6, -2.3], "size": [5, 2, 2], "uv": [12, 14]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [-0.1, 3.69676, 3.75408], + "cubes": [ + {"origin": [-0.6, 3.4, 3.2], "size": [1, 1, 4], "pivot": [-0.1, 3.4, 4.9], "rotation": [12, 0, 0], "uv": [10, 39]}, + {"origin": [-1.1, 4.83945, 5.32362], "size": [2, 3, 6], "pivot": [-0.1, 5.68945, 6.62362], "rotation": [43, 0, 0], "uv": [5, 35]}, + {"origin": [-1.1, 4.33945, 4.82362], "size": [2, 1, 5], "pivot": [-0.1, 5.38945, 6.62362], "rotation": [28, 0, 0], "uv": [6, 36]}, + {"origin": [-1.1, 4.46033, 6.82988], "size": [2, 1, 3], "pivot": [-0.1, 4.56033, 8.62988], "rotation": [9, 0, 0], "uv": [8, 38]}, + {"origin": [-0.8, 4.1, 5], "size": [1.4, 1, 2], "pivot": [-0.1, 3.7, 5.8], "rotation": [19, 0, 0], "uv": [9, 38]} + ] + }, + { + "name": "rightarm2", + "parent": "torso", + "pivot": [2.8, 8.6, 1], + "cubes": [ + {"origin": [2.1, 7.6, 0], "size": [3, 2, 2], "uv": [16, 10]} + ] + }, + { + "name": "righthand", + "parent": "rightarm2", + "pivot": [4.1, 8.63, 1.08], + "cubes": [ + {"origin": [7, 7.7, 0], "size": [2, 2, 2], "uv": [5, 37]}, + {"origin": [8.01, 8.4, 0.7], "size": [1, 0.6, 0.6], "uv": [20, 60]}, + {"origin": [7.3, 8.3, 1.5], "size": [2, 0.3, 0.2], "uv": [42, 56]}, + {"origin": [7.3, 9.3, 1.4], "size": [2, 0.3, 0.2], "pivot": [8.3, 9.25, 1.7], "rotation": [16, 0, 0], "uv": [42, 56]}, + {"origin": [7.3, 8.8, 1.5], "size": [2, 0.3, 0.2], "uv": [42, 56]}, + {"origin": [7.3, 9.3, 0.8], "size": [2, 0.3, 0.2], "pivot": [8.3, 9.35, 0.7], "rotation": [137, 0, 0], "uv": [42, 56]}, + {"origin": [7.3, 8.1, 1.4], "size": [2, 0.3, 0.2], "pivot": [8.3, 8.15, 1.3], "rotation": [-50, 0, 0], "uv": [42, 56]}, + {"origin": [7, 7.7, 0], "size": [2, 2, 2], "uv": [5, 37]}, + {"origin": [4.1, 7.1, -0.5], "size": [4, 3, 3], "uv": [44, 23]} + ] + }, + { + "name": "leftarm2", + "parent": "torso", + "pivot": [-2.9, 8.6, 1], + "cubes": [ + {"origin": [-5.1, 7.6, 0], "size": [3, 2, 2], "uv": [16, 10], "mirror": true} + ] + }, + { + "name": "lefthand", + "parent": "leftarm2", + "pivot": [-4.1, 8.63, 1.08], + "cubes": [ + {"origin": [-9, 7.7, 0], "size": [2, 2, 2], "uv": [5, 37], "mirror": true}, + {"origin": [-9.3, 8.3, 1.5], "size": [2, 0.3, 0.2], "uv": [42, 56], "mirror": true}, + {"origin": [-9.3, 9.3, 1.4], "size": [2, 0.3, 0.2], "pivot": [-8.3, 9.25, 1.7], "rotation": [16, 0, 0], "uv": [42, 56], "mirror": true}, + {"origin": [-9.3, 8.1, 1.4], "size": [2, 0.3, 0.2], "pivot": [-8.3, 8.15, 1.3], "rotation": [-50, 0, 0], "uv": [42, 56], "mirror": true}, + {"origin": [-9, 7.7, 0], "size": [2, 2, 2], "uv": [5, 37], "mirror": true}, + {"origin": [-9.3, 9.3, 0.8], "size": [2, 0.3, 0.2], "pivot": [-8.3, 9.35, 0.7], "rotation": [137, 0, 0], "uv": [42, 56], "mirror": true}, + {"origin": [-9.3, 8.8, 1.5], "size": [2, 0.3, 0.2], "uv": [42, 56], "mirror": true}, + {"origin": [-9.01, 8.4, 0.7], "size": [1, 0.6, 0.6], "uv": [20, 60], "mirror": true}, + {"origin": [-8.1, 7.1, -0.5], "size": [4, 3, 3], "uv": [44, 23], "mirror": true} + ] + }, + { + "name": "neck", + "parent": "torso", + "pivot": [0, 9.8, 1], + "cubes": [ + {"origin": [-2.8, 9.6, -1.8], "size": [5.6, 1, 5.6], "uv": [17, 9]}, + {"origin": [-0.8, 9.3, -3.1], "size": [1.6, 0.5, 2], "pivot": [0.1, 9.95, -2.5], "rotation": [39, 0, 0], "uv": [17, 9]}, + {"origin": [1, 9.3, -3.5], "size": [1.3, 0.5, 2], "pivot": [0.1, 9.95, -2.5], "rotation": [42.52509, -21.39822, -18.50104], "uv": [17, 9]}, + {"origin": [1.84265, 9.83238, -2.02682], "size": [1.3, 0.5, 2], "pivot": [2.74265, 10.08238, -1.02682], "rotation": [32.34726, -56.49578, -9.58486], "uv": [17, 9]}, + {"origin": [2.06973, 9.90154, -0.93086], "size": [1.3, 0.5, 2], "pivot": [2.76973, 10.15154, 0.06914], "rotation": [-155.28069, -87.85419, 176.00472], "uv": [17, 9]}, + {"origin": [-1.77881, 10.45823, -2.31962], "size": [1.3, 0.5, 2], "pivot": [-1.8736, 10.29471, -0.78162], "rotation": [42.52509, 21.39822, 18.50104], "uv": [17, 9], "mirror": true}, + {"origin": [-1.77881, 10.45823, 2.31962], "size": [1.3, 0.5, 2], "pivot": [-1.8736, 10.29471, 2.88162], "rotation": [-42.52509, -21.39822, 18.50104], "uv": [17, 9], "mirror": true}, + {"origin": [-0.67915, 9.91998, 2.48392], "size": [1.2, 0.5, 2], "pivot": [0.02085, 9.66998, 3.48392], "rotation": [-42.52509, 0, 0], "uv": [17, 9], "mirror": true}, + {"origin": [2.40482, 10.08013, 2.31877], "size": [1.3, 0.5, 2], "pivot": [2.2736, 9.99471, 2.88162], "rotation": [155.28069, 87.85419, 176.00472], "uv": [17, 9]}, + {"origin": [1.4325, 10.03703, 2.3276], "size": [1.3, 0.5, 2], "pivot": [2.2736, 9.99471, 2.88162], "rotation": [-32.34726, 56.49578, -9.58486], "uv": [17, 9]}, + {"origin": [-3.14265, 9.83238, -2.02682], "size": [1.3, 0.5, 2], "pivot": [-2.74265, 10.08238, -1.02682], "rotation": [32.34726, 56.49578, 9.58486], "uv": [17, 9], "mirror": true}, + {"origin": [-3.36973, 9.90154, -0.93086], "size": [1.3, 0.5, 2], "pivot": [-2.76973, 10.15154, 0.06914], "rotation": [-155.28069, 87.85419, -176.00472], "uv": [17, 9], "mirror": true}, + {"origin": [-3.70482, 10.08013, 2.31877], "size": [1.3, 0.5, 2], "pivot": [-2.2736, 9.99471, 2.88162], "rotation": [155.28069, -87.85419, -176.00472], "uv": [17, 9], "mirror": true}, + {"origin": [-2.7325, 10.03703, 2.3276], "size": [1.3, 0.5, 2], "pivot": [-2.2736, 9.99471, 2.88162], "rotation": [-32.34726, -56.49578, 9.58486], "uv": [17, 9], "mirror": true}, + {"origin": [0.37881, 10.45823, 2.31962], "size": [1.3, 0.5, 2], "pivot": [1.8736, 10.29471, 2.88162], "rotation": [-42.52509, 21.39822, -18.50104], "uv": [17, 9]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 10.3, 1], + "cubes": [ + {"origin": [-3, 10.3, -2], "size": [6, 5, 6], "uv": [3, 13]} + ] + }, + { + "name": "hair", + "parent": "head", + "pivot": [0.32472, 15.47604, -1.5], + "rotation": [-7, 0, 0], + "cubes": [ + {"origin": [-0.8, 14.2, -2.5], "size": [1.3, 3, 1.2], "pivot": [0.35, 15.55, -1.5], "rotation": [0, 0, 29], "uv": [58, 9]}, + {"origin": [-0.12635, 14.43025, -2.5], "size": [3, 1, 1], "pivot": [1.27365, 15.73025, -1.5], "rotation": [0, 0, 4], "uv": [49, 7]}, + {"origin": [-0.56458, 15.01548, -2.5], "size": [4, 1, 1.2], "pivot": [1.13542, 15.01548, -1.5], "rotation": [0, 0, -19], "uv": [49, 7]}, + {"origin": [1.03542, 15.71548, -2.5], "size": [3.5, 1.4, 1.2], "pivot": [1.13542, 15.01548, -0.5], "rotation": [0, 0, -35], "uv": [49, 5]}, + {"origin": [0.07007, 16.78661, -2.2], "size": [1, 2, 0.8], "pivot": [0.87007, 17.08661, -1.5], "rotation": [-14, 0, 1], "uv": [53, 11]}, + {"origin": [-1.0916, 15.13583, -2.3], "size": [1, 3, 1], "pivot": [-0.5916, 16.43583, -1.4], "rotation": [-9, 0, -10], "uv": [51, 9]}, + {"origin": [0.77365, 13.63025, -2.5], "size": [1.2, 0.7, 1], "pivot": [1.27365, 15.73025, -1.5], "rotation": [0, 0, 40], "uv": [49, 7]} + ] + }, + { + "name": "rightear", + "parent": "head", + "pivot": [1.81192, 15.08462, 0.432], + "cubes": [ + {"origin": [1.48362, 14.31907, -0.3], "size": [1, 4, 1], "pivot": [2.18362, 16.26907, 0.2], "rotation": [0, 0, 15], "uv": [52, 6]}, + {"origin": [2.28362, 14.21907, -0.3], "size": [1, 3, 0.4], "pivot": [2.18362, 16.26907, 0.2], "rotation": [0, 0, 39], "uv": [55, 7]}, + {"origin": [2.1, 15.2, -0.02], "size": [1.2, 2, 1], "pivot": [2.1, 17.95, 0.4], "rotation": [0, 0, 19], "uv": [3, 55]}, + {"origin": [1.84, 16.9, -0.02], "size": [1.2, 1.9, 1], "pivot": [2.1, 17.95, 0.4], "rotation": [0, 0, 3], "uv": [2, 56]}, + {"origin": [1.44, 16.6, 0], "size": [2, 3, 1], "pivot": [2.6, 17.65, 0.5], "rotation": [0, 0, 3], "uv": [9, 14]}, + {"origin": [1.7, 14.9, 0], "size": [2, 2, 1], "pivot": [2.6, 17.65, 0.5], "rotation": [0, 0, 19], "uv": [27, 14]} + ] + }, + { + "name": "leftear", + "parent": "head", + "pivot": [-1.81192, 15.08462, 0.432], + "cubes": [ + {"origin": [-2.38362, 14.31907, -0.3], "size": [1, 4, 1], "pivot": [-2.08362, 16.26907, 0.2], "rotation": [0, 0, -15], "uv": [52, 6], "mirror": true}, + {"origin": [-3.18362, 14.21907, -0.3], "size": [1, 3, 0.4], "pivot": [-2.08362, 16.26907, 0.2], "rotation": [0, 0, -39], "uv": [56, 10], "mirror": true}, + {"origin": [-3.3, 15.2, -0.02], "size": [1.2, 2, 1], "pivot": [-2.1, 17.95, 0.4], "rotation": [0, 0, -19], "uv": [3, 55], "mirror": true}, + {"origin": [-3.04, 16.9, -0.02], "size": [1.2, 1.9, 1], "pivot": [-2.1, 17.95, 0.4], "rotation": [0, 0, -3], "uv": [2, 56], "mirror": true}, + {"origin": [-3.44, 16.6, 0], "size": [2, 3, 1], "pivot": [-2.6, 17.65, 0.5], "rotation": [0, 0, -3], "uv": [9, 14], "mirror": true}, + {"origin": [-3.7, 14.9, 0], "size": [2, 2, 1], "pivot": [-2.6, 17.65, 0.5], "rotation": [0, 0, -19], "uv": [27, 14], "mirror": true} + ] + }, + { + "name": "face", + "parent": "head", + "pivot": [0, 2.9, 2], + "cubes": [ + {"origin": [2.417, 10.7, -2.017], "size": [0.6, 2.2, 2], "uv": [56, 54]}, + {"origin": [-3.017, 10.7, -2.017], "size": [0.6, 2.2, 2], "uv": [52, 54]}, + {"origin": [-1.2, 10.9, -2.017], "size": [2.4, 1.8, 1], "uv": [39, 55]}, + {"origin": [-0.31416, 11.1, -2.34], "size": [1.2, 0.8, 1], "inflate": -0.3, "pivot": [0.23584, 12.4, -2.08995], "rotation": [0, 0, 32.5], "uv": [40, 41]}, + {"origin": [-0.81416, 11.35, -2.34], "size": [1.2, 0.8, 1], "inflate": -0.3, "pivot": [0.23584, 12.4, -2.08995], "rotation": [0, 0, -32.5], "uv": [40, 42]}, + {"origin": [-0.35, 12.05, -2.36], "size": [0.7, 0.7, 1], "inflate": -0.3, "uv": [41, 40]}, + {"origin": [-2, 12.4, -2.021], "size": [1, 1, 1], "uv": [57, 40]}, + {"origin": [-1.6, 12.9, -2.0231], "size": [0.4, 0.4, 1], "uv": [48, 44]}, + {"origin": [-1.9, 12.5, -2.0231], "size": [0.3, 0.3, 1], "uv": [47, 37]}, + {"origin": [1.6, 12.5, -2.0231], "size": [0.3, 0.3, 1], "uv": [47, 37]}, + {"origin": [1, 12.4, -2.021], "size": [1, 1, 1], "uv": [58, 40]}, + {"origin": [1.2, 12.9, -2.0231], "size": [0.4, 0.4, 1], "uv": [48, 44]} + ] + }, + { + "name": "mouth", + "parent": "face", + "pivot": [0.23584, 11.4, -1.78995] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/pawniard/pawniard.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/pawniard/pawniard.geo.json new file mode 100644 index 0000000..464e0f9 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/pawniard/pawniard.geo.json @@ -0,0 +1,150 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 5, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "pawniard", + "pivot": [0, 0, 0] + }, + { + "name": "mainthing", + "parent": "pawniard", + "pivot": [0, -1, 0], + "rotation": [0, -90, 0] + }, + { + "name": "rleg", + "parent": "mainthing", + "pivot": [0.5, 7, 2.5], + "cubes": [ + {"origin": [0, 4, 2], "size": [1, 3, 1], "uv": [32, 37]} + ] + }, + { + "name": "rleg2", + "parent": "rleg", + "pivot": [0.5, 4, 2.5], + "cubes": [ + {"origin": [0, 1, 2], "size": [1, 3, 1], "uv": [32, 50]} + ] + }, + { + "name": "feetis1", + "parent": "rleg2", + "pivot": [1, 0.5, 2.5], + "cubes": [ + {"origin": [-2, 0, 1], "size": [4, 1, 3], "uv": [38, 43]} + ] + }, + { + "name": "lleg", + "parent": "mainthing", + "pivot": [0.5, 7, -2.5], + "cubes": [ + {"origin": [0, 4, -3], "size": [1, 3, 1], "uv": [30, 24]} + ] + }, + { + "name": "lleg2", + "parent": "lleg", + "pivot": [0.5, 4, -2.5], + "cubes": [ + {"origin": [0, 1, -3], "size": [1, 3, 1], "uv": [14, 45]} + ] + }, + { + "name": "feetis2", + "parent": "lleg2", + "pivot": [1, 0.5, -2.5], + "cubes": [ + {"origin": [-2, 0, -4], "size": [4, 1, 3], "uv": [0, 45]} + ] + }, + { + "name": "noleg", + "parent": "mainthing", + "pivot": [1, 7, 0] + }, + { + "name": "regctangle", + "parent": "noleg", + "pivot": [-1, 17, 0], + "cubes": [ + {"origin": [-2, 6, -3], "size": [5, 4, 6], "uv": [30, 14]}, + {"origin": [-2, 10, -2.5], "size": [5, 3, 5], "uv": [0, 37]}, + {"origin": [-7, 10, -3.5], "size": [11, 0, 7], "uv": [0, 30]}, + {"origin": [-7, 8, -3.5], "size": [11, 0, 7], "uv": [0, 30]} + ] + }, + { + "name": "nekc", + "parent": "regctangle", + "pivot": [0.5, 13, 0], + "cubes": [ + {"origin": [-1, 12, -1.5], "size": [3, 2, 3], "uv": [0, 49]} + ] + }, + { + "name": "head", + "parent": "nekc", + "pivot": [0.17731, 14.19851, 0.36819], + "cubes": [ + {"origin": [-3, 14, -4.1], "size": [7, 6, 8], "inflate": 0.005, "uv": [0, 16]}, + {"origin": [-3.5, 18, -5.1], "size": [3, 4, 10], "uv": [30, 0]}, + {"origin": [-8, 15, -0.1], "size": [9, 11, 0], "uv": [36, 24]}, + {"origin": [-0.5, 16, -5.1], "size": [5, 6, 10], "uv": [0, 0]}, + {"origin": [-3.12269, 16.49851, 1.91], "size": [2, 2, 2], "uv": [50, 47]}, + {"origin": [-3.12269, 16.49851, -4.13181], "size": [2, 2, 2], "uv": [50, 47]}, + {"origin": [-3.1, 15.99851, 1.36819], "size": [2, 2, 2], "uv": [50, 51]}, + {"origin": [-3.1, 15.99851, -3.63181], "size": [2, 2, 2], "uv": [50, 51]}, + {"origin": [-3.15, 17.19851, 2.36819], "size": [2, 1, 1], "uv": [30, 28]}, + {"origin": [-3.15, 17.19851, -3.63181], "size": [2, 1, 1], "uv": [30, 28]} + ] + }, + { + "name": "larm", + "parent": "noleg", + "pivot": [0.5, 11.5, -2], + "cubes": [ + {"origin": [0, 11, -6.5], "size": [1, 1, 4], "uv": [12, 50]} + ] + }, + { + "name": "larmseg2", + "parent": "larm", + "pivot": [0.5, 11.5, -7.5], + "cubes": [ + {"origin": [-0.5, 10.5, -10.5], "size": [2, 2, 4], "uv": [20, 37]}, + {"origin": [-0.5, 11.5, -17.5], "size": [2, 0, 8], "uv": [36, 35]} + ] + }, + { + "name": "rarm", + "parent": "noleg", + "pivot": [0.5, 11.5, 2.5], + "cubes": [ + {"origin": [0, 11, 2.5], "size": [1, 1, 4], "uv": [22, 50]} + ] + }, + { + "name": "rarmseg2", + "parent": "rarm", + "pivot": [0.5, 11.5, 7.25], + "cubes": [ + {"origin": [-0.5, 10.5, 6.5], "size": [2, 2, 4], "uv": [38, 47]}, + {"origin": [-0.5, 11.5, 10.5], "size": [2, 0, 7], "uv": [20, 43]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/pecharunt/pecharunt.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/pecharunt/pecharunt.geo.json new file mode 100644 index 0000000..06b5796 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/pecharunt/pecharunt.geo.json @@ -0,0 +1,173 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 5, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "pecharunt", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "pecharunt", + "pivot": [-0.5, 1, 0.5] + }, + { + "name": "wing_left", + "parent": "body", + "pivot": [-9.90833, 5.58333, 7.25833], + "rotation": [1.4461, -19.5151, -35.98651], + "cubes": [ + {"origin": [-16.4, 9.08097, 1.95918], "size": [13, 13, 8], "uv": [0, 21], "mirror": true}, + {"origin": [-11.4, 22.08097, 1.95918], "size": [3, 1, 3], "uv": [40, 60], "mirror": true}, + {"origin": [-11.4, 23.08097, 1.95918], "size": [3, 2, 2], "uv": [42, 15], "mirror": true}, + {"origin": [-15.4, 10.08097, 8.95918], "size": [11, 11, 4], "uv": [42, 0], "mirror": true} + ] + }, + { + "name": "bone2", + "parent": "wing_left", + "pivot": [-9.925, 9.58097, 6.85918], + "rotation": [19, 0, 0], + "cubes": [ + {"origin": [-12.4, 4.08097, 4.33418], "size": [5, 3, 5], "uv": [49, 15], "mirror": true}, + {"origin": [-11.95, 6.08097, 4.88418], "size": [4, 4, 4], "uv": [0, 57], "mirror": true} + ] + }, + { + "name": "wing_right", + "parent": "body", + "pivot": [9.90833, 5.58333, 7.25833], + "rotation": [1.4461, 19.5151, 35.98651], + "cubes": [ + {"origin": [3.4, 9.08097, 1.95918], "size": [13, 13, 8], "uv": [0, 21]}, + {"origin": [8.4, 22.08097, 1.95918], "size": [3, 1, 3], "uv": [40, 60]}, + {"origin": [8.4, 23.08097, 1.95918], "size": [3, 2, 2], "uv": [42, 15]}, + {"origin": [4.4, 10.08097, 8.95918], "size": [11, 11, 4], "uv": [42, 0]} + ] + }, + { + "name": "bone", + "parent": "wing_right", + "pivot": [9.925, 9.58097, 6.85918], + "rotation": [19, 0, 0], + "cubes": [ + {"origin": [7.4, 4.08097, 4.33418], "size": [5, 3, 5], "uv": [49, 15]}, + {"origin": [7.95, 6.08097, 4.88418], "size": [4, 4, 4], "uv": [0, 57]} + ] + }, + { + "name": "head", + "parent": "body", + "pivot": [3.5, 0, -3.5], + "cubes": [ + {"origin": [-4.5, 8, -4.5], "size": [9, 9, 9], "uv": [33, 33]}, + {"origin": [-1.5, 6, -1.5], "size": [3, 3, 3], "uv": [62, 51]}, + {"origin": [-0.5, 5, -0.5], "size": [1, 3, 1], "uv": [0, 42]} + ] + }, + { + "name": "face", + "parent": "head", + "pivot": [-0.5, 11.5, -4.025], + "cubes": [ + {"origin": [-1, 11, -4.525], "size": [2, 1, 0], "uv": [0, 27]}, + {"origin": [0.45, 12.8, -4.95], "size": [3, 3, 1], "pivot": [1.95, 14.3, -4.55], "rotation": [0, 0, 9.25], "uv": [42, 29]}, + {"origin": [-3.45, 12.8, -4.95], "size": [3, 3, 1], "pivot": [-1.95, 14.3, -4.55], "rotation": [0, 0, -9.25], "uv": [34, 4]} + ] + }, + { + "name": "bone8", + "parent": "face", + "pivot": [-0.5, 11.575, -4.025], + "cubes": [ + {"origin": [-0.075, 10.875, -4.55], "size": [1, 1, 0], "pivot": [-0.5, 11.575, -4.025], "rotation": [0, 0, 45], "uv": [0, 0]}, + {"origin": [-1.075, 11.875, -4.55], "size": [1, 1, 0], "pivot": [-0.5, 11.575, -4.025], "rotation": [0, 0, 45], "uv": [0, 1]} + ] + }, + { + "name": "eye", + "parent": "face", + "pivot": [0, 12.5, -4.525], + "cubes": [ + {"origin": [1, 12, -4.525], "size": [1, 1, 0], "uv": [6, 1]}, + {"origin": [-2, 12, -4.525], "size": [1, 1, 0], "uv": [6, 0]} + ] + }, + { + "name": "hair", + "parent": "head", + "pivot": [0, 15.5, 0], + "rotation": [-25, 0, 0], + "cubes": [ + {"origin": [-1.5, 16, -1.5], "size": [3, 3, 3], "uv": [62, 23]} + ] + }, + { + "name": "bone3", + "parent": "hair", + "pivot": [0, 18, 0], + "rotation": [-30, 0, 0], + "cubes": [ + {"origin": [-1, 17, -1], "size": [2, 4, 2], "uv": [0, 21]} + ] + }, + { + "name": "bone4", + "parent": "bone3", + "pivot": [0, 20, -0.1], + "rotation": [-35, 0, 0], + "cubes": [ + {"origin": [-0.5, 20, -0.6], "size": [1, 4, 1], "uv": [34, 21]} + ] + }, + { + "name": "bone5", + "parent": "bone4", + "pivot": [0.5, 23.45, -0.60044], + "rotation": [-35, 0, 0], + "cubes": [ + {"origin": [-1.5, 23, -1.60044], "size": [3, 5, 3], "uv": [28, 60]}, + {"origin": [-2, 24, -2.10044], "size": [4, 5, 4], "inflate": 0.15, "uv": [46, 51]} + ] + }, + { + "name": "bone6", + "parent": "bone5", + "pivot": [0, 27.925, -0.10044], + "rotation": [-42.5, 0, 0], + "cubes": [ + {"origin": [-2, 31.175, -2.10044], "size": [4, 5, 4], "inflate": 0.4, "uv": [30, 51]}, + {"origin": [-1.5, 27.175, -1.60044], "size": [3, 6, 3], "uv": [59, 57]} + ] + }, + { + "name": "bone7", + "parent": "bone6", + "pivot": [1, 19.175, -1.10044], + "cubes": [ + {"origin": [-1.5, 32.175, -1.60044], "size": [3, 6, 3], "uv": [16, 57]}, + {"origin": [-1, 36.175, -1.10044], "size": [2, 4, 2], "pivot": [0.5, 36.675, -0.60044], "rotation": [27.5, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "hand", + "parent": "body", + "pivot": [-2.325, 10.275, -5], + "cubes": [ + {"origin": [1.25, 9.5, -5.3], "size": [2, 2, 1], "inflate": -0.2, "pivot": [2.325, 10.275, -5], "rotation": [0, 0, -22.75], "uv": [42, 51]}, + {"origin": [-3.25, 9.5, -5.3], "size": [2, 2, 1], "inflate": -0.2, "pivot": [-2.325, 10.275, -5], "rotation": [0, 0, 22.75], "uv": [42, 51], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/phione.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/phione.geo.json new file mode 100644 index 0000000..3d63844 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/phione.geo.json @@ -0,0 +1,136 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.1", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 6, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "phione", + "pivot": [0, 0, 0] + }, + { + "name": "head", + "parent": "phione", + "pivot": [0, 16, -1], + "cubes": [ + {"origin": [-6, 16, -5], "size": [12, 8, 10], "uv": [0, 0]}, + {"origin": [-3, 25, -3], "size": [6, 4, 6], "uv": [17, 32]}, + {"origin": [-2, 24, -2], "size": [4, 1, 4], "uv": [35, 32]} + ] + }, + { + "name": "fin", + "parent": "head", + "pivot": [0, 25, 5] + }, + { + "name": "bone", + "parent": "fin", + "pivot": [0, 25, 21], + "cubes": [ + {"origin": [-2, 25, 21], "size": [4, 0, 12], "uv": [0, 18]} + ] + }, + { + "name": "bone2", + "parent": "fin", + "pivot": [0, 25, 16], + "cubes": [ + {"origin": [-2, 25, 15], "size": [4, 0, 9], "uv": [25, 0]} + ] + }, + { + "name": "bone3", + "parent": "fin", + "pivot": [0, 26, 9], + "cubes": [ + {"origin": [-2, 26, 7.41421], "size": [4, 0, 9], "uv": [0, 30]} + ] + }, + { + "name": "bone4", + "parent": "fin", + "pivot": [0, 24, 4], + "cubes": [ + {"origin": [-2, 24.24558, 2.39273], "size": [4, 0, 6], "uv": [32, 18]} + ] + }, + { + "name": "body", + "parent": "phione", + "pivot": [0, 12, 1], + "cubes": [ + {"origin": [-3, 8, -3], "size": [6, 8, 6], "uv": [20, 18]}, + {"origin": [-1, 6, -1], "size": [2, 2, 2], "uv": [6, 39]}, + {"origin": [-1, 10, -3.2], "size": [2, 4, 2], "uv": [0, 28]} + ] + }, + { + "name": "right_arm", + "parent": "phione", + "pivot": [6, 12, 0] + }, + { + "name": "bone5", + "parent": "right_arm", + "pivot": [9, 10, 0], + "cubes": [ + {"origin": [9.5, 6, -2], "size": [2, 6, 4], "pivot": [11, 10, 0], "rotation": [0, 0, -60], "uv": [0, 18], "mirror": true} + ] + }, + { + "name": "bone6", + "parent": "right_arm", + "pivot": [6, 12, 0], + "cubes": [ + {"origin": [5.8, 7, -1], "size": [2, 7, 2], "pivot": [7, 12, 0], "rotation": [0, 0, -60], "uv": [0, 0]} + ] + }, + { + "name": "bone7", + "parent": "right_arm", + "pivot": [3, 15, 0], + "cubes": [ + {"origin": [5.2, 12.5, -1], "size": [1.8, 4.8, 2], "pivot": [6, 12, 0], "rotation": [0, 0, -47.5], "uv": [17, 32]} + ] + }, + { + "name": "left_arm", + "parent": "phione", + "pivot": [-7, 12, 0] + }, + { + "name": "bone9", + "parent": "left_arm", + "pivot": [-7, 12, 0], + "cubes": [ + {"origin": [-8.8, 10, -1], "size": [2, 4, 2], "pivot": [-8, 12, 0], "rotation": [0, 0, 60], "uv": [0, 34]} + ] + }, + { + "name": "bone8", + "parent": "left_arm", + "pivot": [-10, 10, 0], + "cubes": [ + {"origin": [-12, 6, -2], "size": [2, 6, 4], "pivot": [-11, 10, 0], "rotation": [0, 0, 60], "uv": [0, 18]} + ] + }, + { + "name": "bone10", + "parent": "left_arm", + "pivot": [-3, 15, 0], + "cubes": [ + {"origin": [-8, 12.5, -1], "size": [1.8, 4.8, 2], "pivot": [-7, 12, 0], "rotation": [0, 0, 47.5], "uv": [20, 18]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/poipole/poipole2.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/poipole/poipole2.geo.json new file mode 100644 index 0000000..18a1873 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/poipole/poipole2.geo.json @@ -0,0 +1,203 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.poipole", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "poipole", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "poipole", + "pivot": [0, 9.5, 0.25] + }, + { + "name": "torso_top", + "parent": "body", + "pivot": [0, 8.5, 0.25], + "cubes": [ + {"origin": [-2, 7.5, -1.75], "size": [4, 4, 4], "uv": [26, 0]} + ] + }, + { + "name": "neck", + "parent": "torso_top", + "pivot": [0, 11.5, 0.25], + "cubes": [ + {"origin": [-1.5, 10.5, -0.75], "size": [3, 3, 2], "uv": [13, 27]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 12.25, 0.25], + "rotation": [-5, 0, 0], + "cubes": [ + {"origin": [-4, 12.25, -3.75], "size": [8, 7, 8], "uv": [0, 0]}, + {"origin": [-1.5, 14.49049, -3.96789], "size": [3, 5, 0], "pivot": [0, 16.99049, -3.96789], "rotation": [5, 0, 0], "uv": [0, 27]}, + {"origin": [-3.5, 18.25, -3.25], "size": [7, 4, 7], "uv": [0, 16]}, + {"origin": [-2, 22.25, -1.25], "size": [4, 1, 4], "uv": [20, 32]}, + {"origin": [-0.5, 22.75, 0.35], "size": [1, 4, 1], "pivot": [0, 24.75, 0.85], "rotation": [-2.5, 0, 0], "uv": [26, 37]}, + {"origin": [-5.01335, 12.7149, -2.75], "size": [1, 6, 5], "pivot": [-3.52854, 15.54125, -1.75], "rotation": [0, 0, -10], "uv": [15, 37]}, + {"origin": [-5.01335, 18.7149, -0.75], "size": [1, 2, 1], "pivot": [-3.52854, 15.54125, -1.75], "rotation": [0, 0, -10], "uv": [21, 16]}, + {"origin": [4.01335, 12.7149, -2.75], "size": [1, 6, 5], "pivot": [3.52854, 15.54125, -1.75], "rotation": [0, 0, 10], "uv": [31, 33]}, + {"origin": [4.01335, 18.7149, -0.75], "size": [1, 2, 1], "pivot": [3.52854, 15.54125, -1.75], "rotation": [0, 0, 10], "uv": [4, 5]}, + {"origin": [-0.5, 12.25, -3.75], "size": [1, 1, 0], "inflate": 0.01, "uv": [45, 0]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [0, 0.5, 0] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-2.5, 14.25, -2.75], + "cubes": [ + {"origin": [-4, 13.25, -3.75], "size": [3, 2, 2], "inflate": 0.01, "uv": [0, 46], "mirror": true} + ] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [2.5, 14.25, -2.75], + "cubes": [ + {"origin": [1, 13.25, -3.75], "size": [3, 2, 2], "inflate": 0.01, "uv": [0, 46]} + ] + }, + { + "name": "eyelids", + "parent": "eyes", + "pivot": [0, 0.5, 0] + }, + { + "name": "eyelid_right", + "parent": "eyelids", + "pivot": [-2.4, 14.25, -2.65], + "cubes": [ + {"origin": [-3.9, 13.25, -3.65], "size": [3, 2, 2], "inflate": 0.02, "uv": [0, 50], "mirror": true} + ] + }, + { + "name": "eyelid_left", + "parent": "eyelids", + "pivot": [2.4, 14.25, -2.65], + "cubes": [ + {"origin": [0.9, 13.25, -3.65], "size": [3, 2, 2], "inflate": 0.02, "uv": [0, 50]} + ] + }, + { + "name": "arm_right", + "parent": "torso_top", + "pivot": [-2, 11.25, 0.25], + "cubes": [ + {"origin": [-4, 9.25, 0.25], "size": [2, 2, 0], "inflate": 0.01, "uv": [26, 0]} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-4, 9.25, 0.25], + "cubes": [ + {"origin": [-7, 9.25, 0.25], "size": [3, 2, 0], "uv": [0, 32]} + ] + }, + { + "name": "arm_left", + "parent": "torso_top", + "pivot": [2, 11.25, 0.25], + "cubes": [ + {"origin": [2, 9.25, 0.25], "size": [2, 2, 0], "inflate": 0.01, "uv": [4, 0]} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [4, 9.25, 0.25], + "cubes": [ + {"origin": [4, 9.25, 0.25], "size": [3, 2, 0], "uv": [0, 21]} + ] + }, + { + "name": "torso_bottom", + "parent": "body", + "pivot": [0, 8.5, 0.25], + "cubes": [ + {"origin": [-3, 3.5, -2.25], "size": [6, 5, 5], "uv": [23, 22]} + ] + }, + { + "name": "leg_right", + "parent": "torso_bottom", + "pivot": [-2.75, 7, 0.25], + "rotation": [-2.5, 0, -5], + "cubes": [ + {"origin": [-4.25, 3, -1.25], "size": [2, 5, 3], "uv": [39, 5]} + ] + }, + { + "name": "leg_right2", + "parent": "leg_right", + "pivot": [-3, 3, -0.75], + "rotation": [5, 0, 5], + "cubes": [ + {"origin": [-3.5, 0, -0.75], "size": [1, 3, 2], "uv": [0, 16]} + ] + }, + { + "name": "leg_left", + "parent": "torso_bottom", + "pivot": [2.75, 7, 0.25], + "rotation": [-2.5, 0, 5], + "cubes": [ + {"origin": [2.25, 3, -1.25], "size": [2, 5, 3], "uv": [0, 38]} + ] + }, + { + "name": "leg_left2", + "parent": "leg_left", + "pivot": [3, 3, -0.75], + "rotation": [5, 0, -5], + "cubes": [ + {"origin": [2.5, 0, -0.75], "size": [1, 3, 2], "uv": [0, 0]} + ] + }, + { + "name": "tail", + "parent": "torso_bottom", + "pivot": [0, 5.4, 2.75], + "cubes": [ + {"origin": [-1.5, 3.4, -0.25], "size": [3, 4, 7], "uv": [0, 27]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 5.1, 6.75], + "cubes": [ + {"origin": [-1, 3.6, 5.75], "size": [2, 3, 5], "uv": [27, 11]}, + {"origin": [0, 6.1, 7.15], "size": [0, 2, 2], "pivot": [0, 7.1, 8.15], "rotation": [-10, 0, 0], "uv": [0, 3]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 4.8, 10.75], + "cubes": [ + {"origin": [-0.5, 3.8, 9.75], "size": [1, 2, 4], "uv": [21, 16]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/poltchageist/poltchageist.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/poltchageist/poltchageist.geo.json new file mode 100644 index 0000000..406a3de --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/poltchageist/poltchageist.geo.json @@ -0,0 +1,284 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "pot", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-4, 11, -4], "size": [8, 14, 8], "uv": [77, 0]}, + {"origin": [-6, 9, 5], "size": [12, 14, 1], "uv": [40, 32]}, + {"origin": [-5, 9, -6], "size": [10, 14, 11], "uv": [0, 0]}, + {"origin": [-5, 8.05, -5], "size": [10, 14, 10], "uv": [0, 25]} + ] + }, + { + "name": "bone14", + "parent": "pot", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-6, 9, -6], "size": [1, 14, 4], "uv": [10, 49]}, + {"origin": [-6, 19, -2], "size": [1, 4, 3], "uv": [52, 65]}, + {"origin": [-6, 9, -2], "size": [1, 5, 3], "uv": [31, 0]}, + {"origin": [-6, 9, 1], "size": [1, 14, 4], "uv": [0, 49]} + ] + }, + { + "name": "bone", + "parent": "pot", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [5, 9, -6], "size": [1, 14, 4], "uv": [55, 47]}, + {"origin": [5, 19, -2], "size": [1, 4, 3], "uv": [66, 36]}, + {"origin": [5, 9, -2], "size": [1, 5, 3], "uv": [30, 63]}, + {"origin": [5, 9, 1], "size": [1, 14, 4], "uv": [20, 49]} + ] + }, + { + "name": "face", + "parent": "pot", + "pivot": [-2, 12.975, -5], + "cubes": [ + {"origin": [2.6, 12.325, -6.01], "size": [1, 1, 0], "uv": [8, 1]}, + {"origin": [-0.5, 10.5, 6.025], "size": [1, 1, 0], "uv": [0, 87], "mirror": true}, + {"origin": [-0.5, 9.5, 6.025], "size": [1, 1, 0], "uv": [0, 86], "mirror": true}, + {"origin": [-3.6, 12.325, -6.01], "size": [1, 1, 0], "uv": [8, 1], "mirror": true}, + {"origin": [2.075, 20.7, -6.025], "size": [1, 1, 0], "uv": [0, 7]}, + {"origin": [2.8, 19.5, -6.025], "size": [1, 1, 0], "uv": [0, 1]}, + {"origin": [1.3, 19.5, -6.025], "size": [1, 1, 0], "uv": [0, 0]} + ] + }, + { + "name": "mouth", + "parent": "face", + "pivot": [2.075, 12.975, 1.05], + "cubes": [ + {"origin": [-1.5, 11.55, -6.02], "size": [1, 1, 0], "uv": [8, 1]}, + {"origin": [0.5, 11.55, -6.02], "size": [1, 1, 0], "uv": [8, 0]}, + {"origin": [-0.5, 11.175, -6.02], "size": [1, 1, 0], "uv": [0, 8]} + ] + }, + { + "name": "hand_l_movement", + "parent": "pot", + "pivot": [11.85, 17.875, 0.4875] + }, + { + "name": "hand_left", + "parent": "hand_l_movement", + "pivot": [11.85, 17.875, 0.4875], + "cubes": [ + {"origin": [9.6, 14, -0.025], "size": [3, 2, 2], "uv": [38, 66]}, + {"origin": [10.6, 15, -1], "size": [4, 2, 2], "uv": [66, 32]} + ] + }, + { + "name": "finger_3", + "parent": "hand_left", + "pivot": [7.125, 15.80443, -0.54937], + "rotation": [0, 40, 0] + }, + { + "name": "bone3", + "parent": "finger_3", + "pivot": [20.575, -0.025, 1], + "cubes": [ + {"origin": [9.40522, 14.975, 0.21394], "size": [2, 2, 2], "uv": [8, 67]} + ] + }, + { + "name": "bone2", + "parent": "bone3", + "pivot": [10.40522, 16.18387, 0.7152], + "cubes": [ + {"origin": [9.40522, 13.42291, -1.62501], "size": [2, 2, 2], "pivot": [6.575, 15.85697, -3.00127], "rotation": [26.5, 0, 0], "uv": [16, 67]} + ] + }, + { + "name": "finger_1", + "parent": "hand_left", + "pivot": [8.075, 15.80443, -0.54937], + "rotation": [0, -40, 0] + }, + { + "name": "bone4", + "parent": "finger_1", + "pivot": [8.625, 15.85697, -3.00127], + "cubes": [ + {"origin": [11.45522, 14.975, -6.21394], "size": [2, 2, 2], "uv": [36, 70]} + ] + }, + { + "name": "bone5", + "parent": "bone4", + "pivot": [8.625, 15.85697, -3.00127], + "cubes": [ + {"origin": [11.45522, 16.29102, -7.37753], "size": [2, 2, 2], "pivot": [8.625, 15.85697, -3.00127], "rotation": [26.5, 0, 0], "uv": [70, 4]} + ] + }, + { + "name": "finger_2", + "parent": "hand_left", + "pivot": [-3.9, 0, 1] + }, + { + "name": "bone7", + "parent": "finger_2", + "pivot": [12.6, 16.275, -1.225], + "cubes": [ + {"origin": [11.6, 15, -3], "size": [2, 2, 2], "uv": [22, 69]} + ] + }, + { + "name": "bone6", + "parent": "bone7", + "pivot": [12.6, 15.98197, -2.37627], + "cubes": [ + {"origin": [11.6, 14.88197, -4.50127], "size": [2, 2, 2], "pivot": [12.6, 15.88197, -3.00127], "rotation": [26.5, 0, 0], "uv": [70, 0]} + ] + }, + { + "name": "teadrop", + "parent": "hand_left", + "pivot": [1.6, 0, 0], + "cubes": [ + {"origin": [9.175, 13.5, 2.575], "size": [1, 1, 1], "uv": [30, 27]} + ] + }, + { + "name": "spoon", + "parent": "hand_left", + "pivot": [21.08257, 14.50457, -2.5], + "cubes": [ + {"origin": [28.8905, 12.86177, -3.475], "size": [3, 1, 2], "pivot": [28.3933, 13.28951, -2.475], "rotation": [0, 0, -7.5], "uv": [0, 83]}, + {"origin": [21.875, 15, -3], "size": [1, 1, 1], "uv": [0, 78]}, + {"origin": [8.875, 14, -3], "size": [14, 1, 1], "uv": [0, 76]}, + {"origin": [22.08257, 14.00457, -3.475], "size": [7, 1, 2], "pivot": [21.08257, 14.50457, -2.5], "rotation": [0, 0, 7.75], "uv": [0, 80]} + ] + }, + { + "name": "hand_r_movement", + "parent": "pot", + "pivot": [-11.85, 15.5, 0.4875] + }, + { + "name": "hand_right", + "parent": "hand_r_movement", + "pivot": [-11.85, 15.5, 0.4875], + "cubes": [ + {"origin": [-12.6, 14, -0.025], "size": [3, 2, 2], "uv": [0, 7]}, + {"origin": [-14.6, 15, -1], "size": [4, 2, 2], "uv": [65, 57]} + ] + }, + { + "name": "finger_4", + "parent": "hand_right", + "pivot": [-7.125, 15.80443, -0.54937], + "rotation": [0, -40, 0] + }, + { + "name": "bone8", + "parent": "finger_4", + "pivot": [-20.575, -0.025, 1], + "cubes": [ + {"origin": [-11.40522, 14.975, 0.21394], "size": [2, 2, 2], "uv": [0, 67]} + ] + }, + { + "name": "bone9", + "parent": "bone8", + "pivot": [-6.575, 15.85697, -3.00127], + "cubes": [ + {"origin": [-11.40522, 13.42291, -1.62501], "size": [2, 2, 2], "pivot": [-6.575, 15.85697, -3.00127], "rotation": [26.5, 0, 0], "uv": [57, 11]} + ] + }, + { + "name": "finger_5", + "parent": "hand_right", + "pivot": [-8.075, 15.80443, -0.54937], + "rotation": [0, 40, 0] + }, + { + "name": "bone10", + "parent": "finger_5", + "pivot": [-8.625, 15.85697, -3.00127], + "cubes": [ + {"origin": [-13.45522, 14.975, -6.21394], "size": [2, 2, 2], "uv": [50, 47]} + ] + }, + { + "name": "bone11", + "parent": "bone10", + "pivot": [-8.625, 15.85697, -3.00127], + "cubes": [ + {"origin": [-13.45522, 16.29102, -7.37753], "size": [2, 2, 2], "pivot": [-8.625, 15.85697, -3.00127], "rotation": [26.5, 0, 0], "uv": [26, 49]} + ] + }, + { + "name": "finger_6", + "parent": "hand_right", + "pivot": [3.9, 0, 1] + }, + { + "name": "bone12", + "parent": "finger_6", + "pivot": [1.4, 0, 1], + "cubes": [ + {"origin": [-13.6, 15, -3], "size": [2, 2, 2], "uv": [16, 49]} + ] + }, + { + "name": "bone13", + "parent": "bone12", + "pivot": [-12.6, 15.88197, -3.00127], + "cubes": [ + {"origin": [-13.6, 14.88197, -4.50127], "size": [2, 2, 2], "pivot": [-12.6, 15.88197, -3.00127], "rotation": [26.5, 0, 0], "uv": [6, 49]} + ] + }, + { + "name": "teadrop2", + "parent": "hand_right", + "pivot": [-1.6, 0, 0], + "cubes": [ + {"origin": [-10.175, 13.5, 2.575], "size": [1, 1, 1], "uv": [30, 25]} + ] + }, + { + "name": "ghost", + "parent": "pot", + "pivot": [-0.5, 24, 0.5], + "cubes": [ + {"origin": [-2.5, 19, -2.5], "size": [5, 13, 5], "uv": [35, 47]} + ] + }, + { + "name": "head", + "parent": "ghost", + "pivot": [0, 28.425, 0], + "cubes": [ + {"origin": [-3.5, 28, -3.5], "size": [7, 7, 7], "uv": [35, 18]} + ] + }, + { + "name": "cap", + "parent": "head", + "pivot": [0, 36.33333, 0], + "cubes": [ + {"origin": [-4.5, 34, -4.5], "size": [9, 2, 9], "uv": [31, 0]}, + {"origin": [-1.5, 35, -1.5], "size": [3, 2, 3], "uv": [65, 52]}, + {"origin": [-2.5, 37, -2.5], "size": [5, 2, 5], "uv": [42, 11]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/poltchageist/sinistcha.bbmodel b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/poltchageist/sinistcha.bbmodel new file mode 100644 index 0000000..2e8ba14 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/poltchageist/sinistcha.bbmodel @@ -0,0 +1 @@ +{"meta":{"format_version":"4.5","model_format":"bedrock","box_uv":true},"name":"sinistcha.geo","model_identifier":"","visible_box":[2,3.5,1.25],"variable_placeholders":"","variable_placeholder_buttons":[],"bedrock_animation_mode":"entity","timeline_setups":[],"unhandled_root_fields":{},"resolution":{"width":64,"height":64},"elements":[{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-3,2.325,-3],"to":[3,3.3249999999999966,3],"autouv":0,"color":1,"origin":[0,0,0],"uv_offset":[30,21],"faces":{"north":{"uv":[36,27,42,28],"texture":1},"east":{"uv":[30,27,36,28],"texture":1},"south":{"uv":[48,27,54,28],"texture":1},"west":{"uv":[42,27,48,28],"texture":1},"up":{"uv":[42,27,36,21],"texture":1},"down":{"uv":[48,21,42,27],"texture":1}},"type":"cube","uuid":"f40f3feb-677b-f8f4-232b-5b85b0d4dee4"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-4,3.0500000000000007,-4],"to":[4,4.049999999999997,4],"autouv":0,"color":7,"origin":[0,0,0],"uv_offset":[0,14],"faces":{"north":{"uv":[8,22,16,23],"texture":1},"east":{"uv":[0,22,8,23],"texture":1},"south":{"uv":[24,22,32,23],"texture":1},"west":{"uv":[16,22,24,23],"texture":1},"up":{"uv":[16,22,8,14],"texture":1},"down":{"uv":[24,14,16,22],"texture":1}},"type":"cube","uuid":"203564af-35e0-94d7-7057-0b8522300a34"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-5,4.050000000000001,-5],"to":[5,11.049999999999997,-4],"autouv":0,"color":9,"origin":[0,0,0],"uv_offset":[37,37],"faces":{"north":{"uv":[38,38,48,45],"texture":1},"east":{"uv":[37,38,38,45],"texture":1},"south":{"uv":[49,38,59,45],"texture":1},"west":{"uv":[48,38,49,45],"texture":1},"up":{"uv":[48,38,38,37],"texture":1},"down":{"uv":[58,37,48,38],"texture":1}},"type":"cube","uuid":"562e74aa-af07-d130-ee4f-57468927c83d"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-5,4.050000000000001,4],"to":[5,11.049999999999997,5],"autouv":0,"color":9,"origin":[0,0,0],"uv_offset":[34,0],"faces":{"north":{"uv":[35,1,45,8],"texture":1},"east":{"uv":[34,1,35,8],"texture":1},"south":{"uv":[46,1,56,8],"texture":1},"west":{"uv":[45,1,46,8],"texture":1},"up":{"uv":[45,1,35,0],"texture":1},"down":{"uv":[55,0,45,1],"texture":1}},"type":"cube","uuid":"d2cc39b4-9e7d-10d8-cd0d-cd9dfb9fc80e"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-5,4.050000000000001,-4],"to":[-4,11.049999999999997,4],"autouv":0,"color":9,"origin":[0,0,0],"uv_offset":[24,6],"faces":{"north":{"uv":[32,14,33,21],"texture":1},"east":{"uv":[24,14,32,21],"texture":1},"south":{"uv":[41,14,42,21],"texture":1},"west":{"uv":[33,14,41,21],"texture":1},"up":{"uv":[33,14,32,6],"texture":1},"down":{"uv":[34,6,33,14],"texture":1}},"type":"cube","uuid":"346be09f-83bd-187a-9c42-65fc23dc23c2"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[4,4.050000000000001,-4],"to":[5,11.049999999999997,4],"autouv":0,"color":9,"origin":[0,0,0],"uv_offset":[20,23],"faces":{"north":{"uv":[28,31,29,38],"texture":1},"east":{"uv":[20,31,28,38],"texture":1},"south":{"uv":[37,31,38,38],"texture":1},"west":{"uv":[29,31,37,38],"texture":1},"up":{"uv":[29,31,28,23],"texture":1},"down":{"uv":[30,23,29,31],"texture":1}},"type":"cube","uuid":"e644a3bc-8869-cd43-b4a4-f2db5c4ab1de"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-4,4.050000000000001,-4],"to":[4,10.049999999999997,4],"autouv":0,"color":6,"origin":[0,0,0],"faces":{"north":{"uv":[8,8,16,14],"texture":1},"east":{"uv":[0,8,8,14],"texture":1},"south":{"uv":[24,8,32,14],"texture":1},"west":{"uv":[16,8,24,14],"texture":1},"up":{"uv":[16,8,8,0],"texture":1},"down":{"uv":[24,0,16,8],"texture":1}},"type":"cube","uuid":"15a4324d-4b3f-89c7-9d45-0f24c9a2af07"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-2.474999999999997,8,-0.9749999999999999],"to":[2.525000000000003,16,4.025],"autouv":0,"color":6,"origin":[1.5,0,-0.5],"uv_offset":[0,23],"faces":{"north":{"uv":[5,28,10,36],"texture":1},"east":{"uv":[0,28,5,36],"texture":1},"south":{"uv":[15,28,20,36],"texture":1},"west":{"uv":[10,28,15,36],"texture":1},"up":{"uv":[10,28,5,23],"texture":1},"down":{"uv":[15,23,10,28],"texture":1}},"type":"cube","uuid":"15e8ca29-03ea-2247-8762-1773c59d0b83"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1.5,12,2.5],"to":[2.5,12,5.5],"autouv":0,"color":6,"origin":[2.5,-1,-2.5],"uv_offset":[31,21],"faces":{"north":{"uv":[34,24,35,24],"texture":1},"east":{"uv":[31,24,34,24],"texture":1},"south":{"uv":[38,24,39,24],"texture":1},"west":{"uv":[35,24,38,24],"texture":1},"up":{"uv":[35,24,34,21],"texture":1},"down":{"uv":[36,21,35,24],"texture":1}},"type":"cube","uuid":"c6ddf0c0-670f-3f30-7bd5-e5230f41bebb"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1.5,12.018591743952719,5.490561122499791],"to":[2.5,12.018591743952719,7.490561122499791],"autouv":0,"color":6,"origin":[2.5,-0.9814082560472807,-2.5094388775002088],"uv_offset":[17,23],"faces":{"north":{"uv":[19,25,20,25],"texture":1},"east":{"uv":[17,25,19,25],"texture":1},"south":{"uv":[22,25,23,25],"texture":1},"west":{"uv":[20,25,22,25],"texture":1},"up":{"uv":[20,25,19,23],"texture":1},"down":{"uv":[21,23,20,25],"texture":1}},"type":"cube","uuid":"785009e5-f1ec-7b52-997b-6058f81bc970"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[2.1249999999999996,11.975,6.099999999999984],"to":[3.1249999999999996,11.975,7.099999999999984],"autouv":0,"color":6,"rotation":[0,-57.75,0],"origin":[2,11.975,5.475000000000001],"uv_offset":[29,21],"faces":{"north":{"uv":[30,22,31,22],"texture":1},"east":{"uv":[29,22,30,22],"texture":1},"south":{"uv":[32,22,33,22],"texture":1},"west":{"uv":[31,22,32,22],"texture":1},"up":{"uv":[31,22,30,21],"texture":1},"down":{"uv":[32,21,31,22],"texture":1}},"type":"cube","uuid":"e4c65d1b-4719-07d2-dcbf-90738862c06e"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-0.9999999999999999,11.975,9.449999999999974],"to":[4.371503159461554e-16,11.975,10.449999999999974],"autouv":0,"color":6,"rotation":[0,57.75,0],"origin":[-2,11.975,5.475000000000001],"uv_offset":[21,29],"faces":{"north":{"uv":[22,30,23,30],"texture":1},"east":{"uv":[21,30,22,30],"texture":1},"south":{"uv":[24,30,25,30],"texture":1},"west":{"uv":[23,30,24,30],"texture":1},"up":{"uv":[23,30,22,29],"texture":1},"down":{"uv":[24,29,23,30],"texture":1}},"type":"cube","uuid":"51118ad4-f0bd-b912-c516-071256a5e4ea"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-2.475,12,2.5],"to":[-1.475,12,5.5],"autouv":0,"color":6,"origin":[-2.475,-1,-2.5],"uv_offset":[31,8],"faces":{"north":{"uv":[34,11,35,11],"texture":1},"east":{"uv":[31,11,34,11],"texture":1},"south":{"uv":[38,11,39,11],"texture":1},"west":{"uv":[35,11,38,11],"texture":1},"up":{"uv":[35,11,34,8],"texture":1},"down":{"uv":[36,8,35,11],"texture":1}},"type":"cube","uuid":"f4cf561c-8e4d-509b-893c-5640d1748846"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-2.475,12.018591743952719,5.490561122499791],"to":[-1.475,12.018591743952719,7.490561122499791],"autouv":0,"color":6,"origin":[-2.475,-0.9814082560472807,-2.5094388775002088],"uv_offset":[0,20],"faces":{"north":{"uv":[2,22,3,22],"texture":1},"east":{"uv":[0,22,2,22],"texture":1},"south":{"uv":[5,22,6,22],"texture":1},"west":{"uv":[3,22,5,22],"texture":1},"up":{"uv":[3,22,2,20],"texture":1},"down":{"uv":[4,20,3,22],"texture":1}},"type":"cube","uuid":"aadfd8c8-7c31-be03-b8db-2444d589775a"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-3.0999999999999996,11.975,6.099999999999984],"to":[-2.0999999999999996,11.975,7.099999999999984],"autouv":0,"color":6,"rotation":[0,57.75,0],"origin":[-1.975,11.975,5.475000000000001],"uv_offset":[19,29],"faces":{"north":{"uv":[20,30,21,30],"texture":1},"east":{"uv":[19,30,20,30],"texture":1},"south":{"uv":[22,30,23,30],"texture":1},"west":{"uv":[21,30,22,30],"texture":1},"up":{"uv":[21,30,20,29],"texture":1},"down":{"uv":[22,29,21,30],"texture":1}},"type":"cube","uuid":"01bf4b61-32a2-0264-f107-a4c0fcc8945f"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0.024999999999999564,11.975,9.449999999999974],"to":[1.025,11.975,10.449999999999974],"autouv":0,"color":6,"rotation":[0,-57.75,0],"origin":[2.025,11.975,5.475000000000001],"uv_offset":[27,21],"faces":{"north":{"uv":[28,22,29,22],"texture":1},"east":{"uv":[27,22,28,22],"texture":1},"south":{"uv":[30,22,31,22],"texture":1},"west":{"uv":[29,22,30,22],"texture":1},"up":{"uv":[29,22,28,21],"texture":1},"down":{"uv":[30,21,29,22],"texture":1}},"type":"cube","uuid":"7fd0852e-80cd-affa-39e1-d0a2956aebdc"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,-0.3,-1],"to":[2,3.700000000000001,1],"autouv":0,"color":0,"inflate":-0.325,"origin":[1,2.7249999999999974,0],"uv_offset":[20,23],"faces":{"north":{"uv":[22,25,24,29],"texture":1},"east":{"uv":[20,25,22,29],"texture":1},"south":{"uv":[26,25,28,29],"texture":1},"west":{"uv":[24,25,26,29],"texture":1},"up":{"uv":[24,25,22,23],"texture":1},"down":{"uv":[26,23,24,25],"texture":1}},"type":"cube","uuid":"c207ddec-9ed3-0f12-afd8-21ce111494d5"},{"name":"left_leg","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-2,0.4749999999999998,-1],"to":[0,3.475000000000002,1],"autouv":0,"color":0,"inflate":-0.325,"origin":[-1,2.749999999999999,0],"uv_offset":[26,0],"faces":{"north":{"uv":[28,2,30,5],"texture":1},"east":{"uv":[26,2,28,5],"texture":1},"south":{"uv":[32,2,34,5],"texture":1},"west":{"uv":[30,2,32,5],"texture":1},"up":{"uv":[30,2,28,0],"texture":1},"down":{"uv":[32,0,30,2],"texture":1}},"type":"cube","uuid":"a7513404-07f9-9145-74cd-70817373b77f"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-2,16,-0.45000000000000007],"to":[2,18,3.55],"autouv":0,"color":0,"origin":[1,0,-2],"uv_offset":[12,38],"faces":{"north":{"uv":[16,42,20,44],"texture":1},"east":{"uv":[12,42,16,44],"texture":1},"south":{"uv":[24,42,28,44],"texture":1},"west":{"uv":[20,42,24,44],"texture":1},"up":{"uv":[20,42,16,38],"texture":1},"down":{"uv":[24,38,20,42],"texture":1}},"type":"cube","uuid":"f410b667-b06e-aae6-5616-c1b3d15dc0a3"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-2,17.749999999999982,-0.45000000000000007],"to":[2,19.749999999999982,3.55],"autouv":0,"color":0,"inflate":-0.24999999999999997,"origin":[1,0,-2],"uv_offset":[0,36],"faces":{"north":{"uv":[4,40,8,42],"texture":1},"east":{"uv":[0,40,4,42],"texture":1},"south":{"uv":[12,40,16,42],"texture":1},"west":{"uv":[8,40,12,42],"texture":1},"up":{"uv":[8,40,4,36],"texture":1},"down":{"uv":[12,36,8,40],"texture":1}},"type":"cube","uuid":"649e691e-2004-6523-d7b0-5021a1280ee8"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-2,19,-0.45000000000000007],"to":[2,21,3.55],"autouv":0,"color":5,"origin":[1,0,-2],"uv_offset":[34,8],"faces":{"north":{"uv":[38,12,42,14],"texture":1},"east":{"uv":[34,12,38,14],"texture":1},"south":{"uv":[46,12,50,14],"texture":1},"west":{"uv":[42,12,46,14],"texture":1},"up":{"uv":[42,12,38,8],"texture":1},"down":{"uv":[46,8,42,12],"texture":1}},"type":"cube","uuid":"95829705-79a0-0f9b-c283-ff032a7bf035"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-2,21,-0.45000000000000007],"to":[2,23,0.5499999999999999],"autouv":0,"color":5,"origin":[1,0,-2],"uv_offset":[24,38],"faces":{"north":{"uv":[25,39,29,41],"texture":1},"east":{"uv":[24,39,25,41],"texture":1},"south":{"uv":[30,39,34,41],"texture":1},"west":{"uv":[29,39,30,41],"texture":1},"up":{"uv":[29,39,25,38],"texture":1},"down":{"uv":[33,38,29,39],"texture":1}},"type":"cube","uuid":"09090f7c-d001-40a2-ec7b-4a5a8a4ac4fb"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-2,21,2.55],"to":[2,23,3.55],"autouv":0,"color":5,"origin":[1,0,-2],"uv_offset":[30,28],"faces":{"north":{"uv":[31,29,35,31],"texture":1},"east":{"uv":[30,29,31,31],"texture":1},"south":{"uv":[36,29,40,31],"texture":1},"west":{"uv":[35,29,36,31],"texture":1},"up":{"uv":[35,29,31,28],"texture":1},"down":{"uv":[39,28,35,29],"texture":1}},"type":"cube","uuid":"4b3a65e2-2d07-aa98-4135-4e231d2b1586"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-2,21,0.5499999999999998],"to":[-1,23,2.55],"autouv":0,"color":5,"origin":[1,0,-2],"uv_offset":[38,33],"faces":{"north":{"uv":[40,35,41,37],"texture":1},"east":{"uv":[38,35,40,37],"texture":1},"south":{"uv":[43,35,44,37],"texture":1},"west":{"uv":[41,35,43,37],"texture":1},"up":{"uv":[41,35,40,33],"texture":1},"down":{"uv":[42,33,41,35],"texture":1}},"type":"cube","uuid":"e487bc4d-2780-4445-d27c-4ed515ea6915"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1,21,0.5499999999999998],"to":[2,23,2.55],"autouv":0,"color":5,"origin":[1,0,-2],"uv_offset":[38,29],"faces":{"north":{"uv":[40,31,41,33],"texture":1},"east":{"uv":[38,31,40,33],"texture":1},"south":{"uv":[43,31,44,33],"texture":1},"west":{"uv":[41,31,43,33],"texture":1},"up":{"uv":[41,31,40,29],"texture":1},"down":{"uv":[42,29,41,31],"texture":1}},"type":"cube","uuid":"bbf0ec96-3687-973c-cd8a-3544b7c32003"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-0.475,16.074000549316402,4.125000190734858],"to":[0.5249999999999998,16.074000549316402,5.125000190734859],"autouv":0,"color":1,"rotation":[71,0,0],"origin":[0.02499999999999991,16.074000549316402,4.125000190734858],"uv_offset":[14,27],"faces":{"north":{"uv":[15,28,16,28],"texture":1},"east":{"uv":[14,28,15,28],"texture":1},"south":{"uv":[17,28,18,28],"texture":1},"west":{"uv":[16,28,17,28],"texture":1},"up":{"uv":[16,28,15,27],"texture":1},"down":{"uv":[17,27,16,28],"texture":1}},"type":"cube","uuid":"29d3e358-7d81-bf80-9588-a2857c27b9db"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1.02263288020547,16.074000549316402,1.510799640663123],"to":[2.02263288020547,16.074000549316402,3.5107996406631234],"autouv":0,"color":1,"origin":[3.0052093201020043,0.9990005493164062,-4.359556055276768],"uv_offset":[0,18],"faces":{"north":{"uv":[2,20,3,20],"texture":1},"east":{"uv":[0,20,2,20],"texture":1},"south":{"uv":[5,20,6,20],"texture":1},"west":{"uv":[3,20,5,20],"texture":1},"up":{"uv":[3,20,2,18],"texture":1},"down":{"uv":[4,18,3,20],"texture":1}},"type":"cube","uuid":"b25a9a18-e41b-152a-ffb8-ec68f67f1610"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1.0226329159682566,16.73578125513146,3.1880280310772267],"to":[2.0226329159682566,16.73578125513146,4.188028031077234],"autouv":0,"color":1,"rotation":[50,0,0],"origin":[1.0302093558647911,16.06905011071975,2.6285741737069537],"uv_offset":[2,27],"faces":{"north":{"uv":[3,28,4,28],"texture":1},"east":{"uv":[2,28,3,28],"texture":1},"south":{"uv":[5,28,6,28],"texture":1},"west":{"uv":[4,28,5,28],"texture":1},"up":{"uv":[4,28,3,27],"texture":1},"down":{"uv":[5,27,4,28],"texture":1}},"type":"cube","uuid":"2e6868fe-e8b6-ecfb-e0f9-9a67aca1ec24"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1.0226329159682568,15.680803832364054,3.5267235630486486],"to":[2.0226329159682566,15.680803832364054,6.526723563048657],"autouv":0,"color":1,"rotation":[50,0,0],"origin":[1.030209355864791,14.817662640577279,3.4246157378940425],"uv_offset":[29,24],"faces":{"north":{"uv":[32,27,33,27],"texture":1},"east":{"uv":[29,27,32,27],"texture":1},"south":{"uv":[36,27,37,27],"texture":1},"west":{"uv":[33,27,36,27],"texture":1},"up":{"uv":[33,27,32,24],"texture":1},"down":{"uv":[34,24,33,27],"texture":1}},"type":"cube","uuid":"14816d6a-c708-d8cb-a90b-cdb4e5e7bbbf"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1.02263288020547,16.074000549316402,0.03579964066312402],"to":[2.02263288020547,16.074000549316402,2.035799640663125],"autouv":0,"color":1,"origin":[3.0052093201020043,0.9990005493164062,-5.834556055276777],"uv_offset":[0,16],"faces":{"north":{"uv":[2,18,3,18],"texture":1},"east":{"uv":[0,18,2,18],"texture":1},"south":{"uv":[5,18,6,18],"texture":1},"west":{"uv":[3,18,5,18],"texture":1},"up":{"uv":[3,18,2,16],"texture":1},"down":{"uv":[4,16,3,18],"texture":1}},"type":"cube","uuid":"c5cc1ea4-18f6-4217-6287-5908d9c49f32"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1.0226329159682566,16.73578125513146,1.7130280310772283],"to":[2.0226329159682566,16.73578125513146,2.7130280310772332],"autouv":0,"color":1,"rotation":[50,0,0],"origin":[1.0302093558647911,16.06905011071975,1.1535741737069563],"uv_offset":[0,27],"faces":{"north":{"uv":[1,28,2,28],"texture":1},"east":{"uv":[0,28,1,28],"texture":1},"south":{"uv":[3,28,4,28],"texture":1},"west":{"uv":[2,28,3,28],"texture":1},"up":{"uv":[2,28,1,27],"texture":1},"down":{"uv":[3,27,2,28],"texture":1}},"type":"cube","uuid":"71e0121b-7b97-7cb7-ec00-9cf71d362259"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1.0226329159682568,15.680803832364054,2.0517235630486503],"to":[2.0226329159682566,15.680803832364054,6.051723563048648],"autouv":0,"color":1,"rotation":[50,0,0],"origin":[1.030209355864791,14.817662640577279,1.9496157378940442],"uv_offset":[20,4],"faces":{"north":{"uv":[24,8,25,8],"texture":1},"east":{"uv":[20,8,24,8],"texture":1},"south":{"uv":[29,8,30,8],"texture":1},"west":{"uv":[25,8,29,8],"texture":1},"up":{"uv":[25,8,24,4],"texture":1},"down":{"uv":[26,4,25,8],"texture":1}},"type":"cube","uuid":"d9afa81a-3c73-1e2c-4934-9c6c9a956a27"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1.02263288020547,16.074000549316402,-1.439200359336876],"to":[2.02263288020547,16.074000549316402,0.560799640663125],"autouv":0,"color":1,"origin":[3.0052093201020043,0.9990005493164062,-7.309556055276783],"uv_offset":[0,14],"faces":{"north":{"uv":[2,16,3,16],"texture":1},"east":{"uv":[0,16,2,16],"texture":1},"south":{"uv":[5,16,6,16],"texture":1},"west":{"uv":[3,16,5,16],"texture":1},"up":{"uv":[3,16,2,14],"texture":1},"down":{"uv":[4,14,3,16],"texture":1}},"type":"cube","uuid":"f9233e68-a964-2a9c-71b4-f55e9340e9b5"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1.0226329159682566,16.73578125513146,0.23802803107722825],"to":[2.0226329159682566,16.73578125513146,1.2380280310772331],"autouv":0,"color":1,"rotation":[50,0,0],"origin":[1.0302093558647911,16.06905011071975,-0.32142582629304384],"uv_offset":[16,26],"faces":{"north":{"uv":[17,27,18,27],"texture":1},"east":{"uv":[16,27,17,27],"texture":1},"south":{"uv":[19,27,20,27],"texture":1},"west":{"uv":[18,27,19,27],"texture":1},"up":{"uv":[18,27,17,26],"texture":1},"down":{"uv":[19,26,18,27],"texture":1}},"type":"cube","uuid":"6796461a-c057-3767-40f1-ce6bb244ba68"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1.0226329159682568,15.680803832364054,0.5767235630486502],"to":[2.0226329159682566,15.680803832364054,4.576723563048642],"autouv":0,"color":1,"rotation":[50,0,0],"origin":[1.030209355864791,14.817662640577279,0.4746157378940441],"uv_offset":[20,0],"faces":{"north":{"uv":[24,4,25,4],"texture":1},"east":{"uv":[20,4,24,4],"texture":1},"south":{"uv":[29,4,30,4],"texture":1},"west":{"uv":[25,4,29,4],"texture":1},"up":{"uv":[25,4,24,0],"texture":1},"down":{"uv":[26,0,25,4],"texture":1}},"type":"cube","uuid":"1b3e6046-4afe-2106-3c8d-e54e80e3e97c"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1.4976328802054684,16.049000549316403,-1.0607996406631166],"to":[2.4976328802054684,16.049000549316403,2.9392003593368754],"autouv":0,"color":1,"origin":[3.4802093201020026,0.9740005493164062,6.809556055276766],"uv_offset":[2,18],"faces":{"north":{"uv":[6,22,7,22],"texture":1},"east":{"uv":[2,22,6,22],"texture":1},"south":{"uv":[11,22,12,22],"texture":1},"west":{"uv":[7,22,11,22],"texture":1},"up":{"uv":[7,22,6,18],"texture":1},"down":{"uv":[8,18,7,22],"texture":1}},"type":"cube","uuid":"d19436b8-9603-3390-6bb3-6027b045d0ad"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1.4976329159682549,16.71078125513146,-1.7380280310772278],"to":[2.497632915968255,16.71078125513146,-0.7380280310772256],"autouv":0,"color":1,"rotation":[-50,0,0],"origin":[1.5052093558647894,16.044050110719752,-0.17857417370695527],"uv_offset":[14,26],"faces":{"north":{"uv":[15,27,16,27],"texture":1},"east":{"uv":[14,27,15,27],"texture":1},"south":{"uv":[17,27,18,27],"texture":1},"west":{"uv":[16,27,17,27],"texture":1},"up":{"uv":[16,27,15,26],"texture":1},"down":{"uv":[17,26,16,27],"texture":1}},"type":"cube","uuid":"25d5897e-3e36-c515-f66b-68fd9e22e711"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1.4976329159682553,15.655803832364054,-5.076723563048651],"to":[2.497632915968255,15.655803832364054,-1.0767235630486418],"autouv":0,"color":1,"rotation":[-50,0,0],"origin":[1.5052093558647894,14.792662640577278,-0.9746157378940365],"uv_offset":[0,18],"faces":{"north":{"uv":[4,22,5,22],"texture":1},"east":{"uv":[0,22,4,22],"texture":1},"south":{"uv":[9,22,10,22],"texture":1},"west":{"uv":[5,22,9,22],"texture":1},"up":{"uv":[5,22,4,18],"texture":1},"down":{"uv":[6,18,5,22],"texture":1}},"type":"cube","uuid":"c3830dd4-892d-4632-bbc6-76ac4b428e62"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-0.475,16.074000549316402,3.125000190734865],"to":[0.5249999999999998,16.074000549316402,4.125000190734858],"autouv":0,"color":1,"origin":[2,0.9990005493164062,-2.874999809265135],"uv_offset":[2,26],"faces":{"north":{"uv":[3,27,4,27],"texture":1},"east":{"uv":[2,27,3,27],"texture":1},"south":{"uv":[5,27,6,27],"texture":1},"west":{"uv":[4,27,5,27],"texture":1},"up":{"uv":[4,27,3,26],"texture":1},"down":{"uv":[5,26,4,27],"texture":1}},"type":"cube","uuid":"fadf5992-bf03-0d44-b457-833f1cd4bc5e"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-2.02263288020547,16.074000549316402,-2.4392003593368763],"to":[-1.02263288020547,16.074000549316402,0.5607996406631248],"autouv":0,"color":1,"origin":[-3.0052093201020043,0.9990005493164062,-7.309556055276783],"uv_offset":[29,21],"faces":{"north":{"uv":[32,24,33,24],"texture":1},"east":{"uv":[29,24,32,24],"texture":1},"south":{"uv":[36,24,37,24],"texture":1},"west":{"uv":[33,24,36,24],"texture":1},"up":{"uv":[33,24,32,21],"texture":1},"down":{"uv":[34,21,33,24],"texture":1}},"type":"cube","uuid":"8437add0-b6f1-e5a4-e756-998c8f759e10"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-2.0226329159682566,16.73578125513146,0.23802803107722825],"to":[-1.0226329159682566,16.73578125513146,1.2380280310772331],"autouv":0,"color":1,"rotation":[50,0,0],"origin":[-1.0302093558647911,16.06905011071975,-0.32142582629304384],"uv_offset":[0,26],"faces":{"north":{"uv":[1,27,2,27],"texture":1},"east":{"uv":[0,27,1,27],"texture":1},"south":{"uv":[3,27,4,27],"texture":1},"west":{"uv":[2,27,3,27],"texture":1},"up":{"uv":[2,27,1,26],"texture":1},"down":{"uv":[3,26,2,27],"texture":1}},"type":"cube","uuid":"80406181-ba41-a0f9-3f04-0e3cb0de11ea"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-2.0226329159682566,15.680803832364054,0.5767235630486502],"to":[-1.0226329159682568,15.680803832364054,4.576723563048642],"autouv":0,"color":1,"rotation":[50,0,0],"origin":[-1.030209355864791,14.817662640577279,0.4746157378940441],"uv_offset":[2,14],"faces":{"north":{"uv":[6,18,7,18],"texture":1},"east":{"uv":[2,18,6,18],"texture":1},"south":{"uv":[11,18,12,18],"texture":1},"west":{"uv":[7,18,11,18],"texture":1},"up":{"uv":[7,18,6,14],"texture":1},"down":{"uv":[8,14,7,18],"texture":1}},"type":"cube","uuid":"5605774d-1865-63dd-10dc-d7926eef3f99"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-2.02263288020547,16.074000549316402,1.510799640663123],"to":[-1.02263288020547,16.074000549316402,3.5107996406631234],"autouv":0,"color":1,"origin":[-3.0052093201020043,0.9990005493164062,-4.359556055276768],"uv_offset":[0,6],"faces":{"north":{"uv":[2,8,3,8],"texture":1},"east":{"uv":[0,8,2,8],"texture":1},"south":{"uv":[5,8,6,8],"texture":1},"west":{"uv":[3,8,5,8],"texture":1},"up":{"uv":[3,8,2,6],"texture":1},"down":{"uv":[4,6,3,8],"texture":1}},"type":"cube","uuid":"521a1dcb-72ca-f9f0-c43a-1d1339322625"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-2.0226329159682566,16.73578125513146,3.1880280310772267],"to":[-1.0226329159682566,16.73578125513146,4.188028031077234],"autouv":0,"color":1,"rotation":[50,0,0],"origin":[-1.0302093558647911,16.06905011071975,2.6285741737069537],"uv_offset":[25,24],"faces":{"north":{"uv":[26,25,27,25],"texture":1},"east":{"uv":[25,25,26,25],"texture":1},"south":{"uv":[28,25,29,25],"texture":1},"west":{"uv":[27,25,28,25],"texture":1},"up":{"uv":[27,25,26,24],"texture":1},"down":{"uv":[28,24,27,25],"texture":1}},"type":"cube","uuid":"ba773fa6-75dc-8104-36d6-805fb5e8372f"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-2.0226329159682566,15.680803832364054,3.5267235630486486],"to":[-1.0226329159682568,15.680803832364054,6.526723563048657],"autouv":0,"color":1,"rotation":[50,0,0],"origin":[-1.030209355864791,14.817662640577279,3.4246157378940425],"uv_offset":[27,23],"faces":{"north":{"uv":[30,26,31,26],"texture":1},"east":{"uv":[27,26,30,26],"texture":1},"south":{"uv":[34,26,35,26],"texture":1},"west":{"uv":[31,26,34,26],"texture":1},"up":{"uv":[31,26,30,23],"texture":1},"down":{"uv":[32,23,31,26],"texture":1}},"type":"cube","uuid":"73738ddd-42dd-a49d-ab81-3b062b3fac12"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-2.02263288020547,16.074000549316402,0.03579964066312402],"to":[-1.02263288020547,16.074000549316402,2.035799640663125],"autouv":0,"color":1,"origin":[-3.0052093201020043,0.9990005493164062,-5.834556055276777],"uv_offset":[0,4],"faces":{"north":{"uv":[2,6,3,6],"texture":1},"east":{"uv":[0,6,2,6],"texture":1},"south":{"uv":[5,6,6,6],"texture":1},"west":{"uv":[3,6,5,6],"texture":1},"up":{"uv":[3,6,2,4],"texture":1},"down":{"uv":[4,4,3,6],"texture":1}},"type":"cube","uuid":"4ecc5b81-16d0-a3ed-9255-93604838ba67"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-2.0226329159682566,16.73578125513146,1.7130280310772283],"to":[-1.0226329159682566,16.73578125513146,2.7130280310772332],"autouv":0,"color":1,"rotation":[50,0,0],"origin":[-1.0302093558647911,16.06905011071975,1.1535741737069563],"uv_offset":[25,23],"faces":{"north":{"uv":[26,24,27,24],"texture":1},"east":{"uv":[25,24,26,24],"texture":1},"south":{"uv":[28,24,29,24],"texture":1},"west":{"uv":[27,24,28,24],"texture":1},"up":{"uv":[27,24,26,23],"texture":1},"down":{"uv":[28,23,27,24],"texture":1}},"type":"cube","uuid":"5b8b1e18-5f6e-ab4c-ec77-c34b478f4e9d"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-2.0226329159682566,15.680803832364054,2.0517235630486503],"to":[-1.0226329159682568,15.680803832364054,6.051723563048648],"autouv":0,"color":1,"rotation":[50,0,0],"origin":[-1.030209355864791,14.817662640577279,1.9496157378940442],"uv_offset":[0,14],"faces":{"north":{"uv":[4,18,5,18],"texture":1},"east":{"uv":[0,18,4,18],"texture":1},"south":{"uv":[9,18,10,18],"texture":1},"west":{"uv":[5,18,9,18],"texture":1},"up":{"uv":[5,18,4,14],"texture":1},"down":{"uv":[6,14,5,18],"texture":1}},"type":"cube","uuid":"95c34756-42ff-4306-6eb2-94acaa496eb2"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0.2726328802054683,16.049000549316403,-1.0607996406631166],"to":[1.2726328802054674,16.049000549316403,0.9392003593368754],"autouv":0,"color":1,"origin":[2.2552093201020016,0.9740005493164062,6.809556055276766],"uv_offset":[0,2],"faces":{"north":{"uv":[2,4,3,4],"texture":1},"east":{"uv":[0,4,2,4],"texture":1},"south":{"uv":[5,4,6,4],"texture":1},"west":{"uv":[3,4,5,4],"texture":1},"up":{"uv":[3,4,2,2],"texture":1},"down":{"uv":[4,2,3,4],"texture":1}},"type":"cube","uuid":"ffb670e6-33d9-e2a3-7661-8b5f5ff604b3"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0.2726329159682548,16.71078125513146,-1.7380280310772278],"to":[1.272632915968254,16.71078125513146,-0.7380280310772256],"autouv":0,"color":1,"rotation":[-50,0,0],"origin":[0.28020935586478934,16.044050110719752,-0.17857417370695527],"uv_offset":[25,21],"faces":{"north":{"uv":[26,22,27,22],"texture":1},"east":{"uv":[25,22,26,22],"texture":1},"south":{"uv":[28,22,29,22],"texture":1},"west":{"uv":[27,22,28,22],"texture":1},"up":{"uv":[27,22,26,21],"texture":1},"down":{"uv":[28,21,27,22],"texture":1}},"type":"cube","uuid":"ce348fe6-41c1-56a7-476e-5d34c9900a7d"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0.27263291596825523,15.655803832364054,-5.076723563048651],"to":[1.272632915968254,15.655803832364054,-1.0767235630486418],"autouv":0,"color":1,"rotation":[-50,0,0],"origin":[0.28020935586478934,14.792662640577278,-0.9746157378940365],"uv_offset":[2,4],"faces":{"north":{"uv":[6,8,7,8],"texture":1},"east":{"uv":[2,8,6,8],"texture":1},"south":{"uv":[11,8,12,8],"texture":1},"west":{"uv":[7,8,11,8],"texture":1},"up":{"uv":[7,8,6,4],"texture":1},"down":{"uv":[8,4,7,8],"texture":1}},"type":"cube","uuid":"4a302c01-98d9-37fb-520a-a28fb446ce23"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-1.2226328802054678,16.049000549316403,-1.0607996406631166],"to":[-0.2226328802054683,16.049000549316403,0.9392003593368754],"autouv":0,"color":1,"origin":[-2.2052093201020018,0.9740005493164062,6.809556055276766],"faces":{"north":{"uv":[2,2,3,2],"texture":1},"east":{"uv":[0,2,2,2],"texture":1},"south":{"uv":[5,2,6,2],"texture":1},"west":{"uv":[3,2,5,2],"texture":1},"up":{"uv":[3,2,2,0],"texture":1},"down":{"uv":[4,0,3,2],"texture":1}},"type":"cube","uuid":"68e56722-e760-dfe6-7eca-a142dc9cb207"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-1.2226329159682543,16.71078125513146,-1.7380280310772278],"to":[-0.2226329159682548,16.71078125513146,-0.7380280310772256],"autouv":0,"color":1,"rotation":[-50,0,0],"origin":[-0.23020935586478936,16.044050110719752,-0.17857417370695527],"uv_offset":[25,1],"faces":{"north":{"uv":[26,2,27,2],"texture":1},"east":{"uv":[25,2,26,2],"texture":1},"south":{"uv":[28,2,29,2],"texture":1},"west":{"uv":[27,2,28,2],"texture":1},"up":{"uv":[27,2,26,1],"texture":1},"down":{"uv":[28,1,27,2],"texture":1}},"type":"cube","uuid":"d7821729-0e84-a2a0-bed4-27c9a7555830"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-1.2226329159682543,15.655803832364054,-5.076723563048651],"to":[-0.22263291596825524,15.655803832364054,-1.0767235630486418],"autouv":0,"color":1,"rotation":[-50,0,0],"origin":[-0.23020935586478936,14.792662640577278,-0.9746157378940365],"uv_offset":[0,4],"faces":{"north":{"uv":[4,8,5,8],"texture":1},"east":{"uv":[0,8,4,8],"texture":1},"south":{"uv":[9,8,10,8],"texture":1},"west":{"uv":[5,8,9,8],"texture":1},"up":{"uv":[5,8,4,4],"texture":1},"down":{"uv":[6,4,5,8],"texture":1}},"type":"cube","uuid":"252d57a5-4433-8167-0a35-d4870a6de3fb"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-2.4976328802054684,16.049000549316403,-1.0607996406631166],"to":[-1.4976328802054684,16.049000549316403,2.9392003593368754],"autouv":0,"color":1,"origin":[-3.4802093201020026,0.9740005493164062,6.809556055276766],"uv_offset":[2,0],"faces":{"north":{"uv":[6,4,7,4],"texture":1},"east":{"uv":[2,4,6,4],"texture":1},"south":{"uv":[11,4,12,4],"texture":1},"west":{"uv":[7,4,11,4],"texture":1},"up":{"uv":[7,4,6,0],"texture":1},"down":{"uv":[8,0,7,4],"texture":1}},"type":"cube","uuid":"6a30b79a-028b-083d-32cc-c89367a88172"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-2.497632915968255,16.71078125513146,-1.7380280310772278],"to":[-1.4976329159682549,16.71078125513146,-0.7380280310772256],"autouv":0,"color":1,"rotation":[-50,0,0],"origin":[-1.5052093558647894,16.044050110719752,-0.17857417370695527],"uv_offset":[25,0],"faces":{"north":{"uv":[26,1,27,1],"texture":1},"east":{"uv":[25,1,26,1],"texture":1},"south":{"uv":[28,1,29,1],"texture":1},"west":{"uv":[27,1,28,1],"texture":1},"up":{"uv":[27,1,26,0],"texture":1},"down":{"uv":[28,0,27,1],"texture":1}},"type":"cube","uuid":"762d90e5-561a-b222-14f7-88c398bd2edc"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-2.497632915968255,15.655803832364054,-5.076723563048651],"to":[-1.4976329159682553,15.655803832364054,-1.0767235630486418],"autouv":0,"color":1,"rotation":[-50,0,0],"origin":[-1.5052093558647894,14.792662640577278,-0.9746157378940365],"faces":{"north":{"uv":[4,4,5,4],"texture":1},"east":{"uv":[0,4,4,4],"texture":1},"south":{"uv":[9,4,10,4],"texture":1},"west":{"uv":[5,4,9,4],"texture":1},"up":{"uv":[5,4,4,0],"texture":1},"down":{"uv":[6,0,5,4],"texture":1}},"type":"cube","uuid":"fee11b26-3772-c579-38ee-99069ec67b1a"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-1.247632880205472,16.049000549316403,1.210799640663125],"to":[-0.24763288020546773,16.049000549316403,4.210799640663116],"autouv":0,"color":1,"origin":[-2.230209320102006,0.9740005493164062,-3.6595560552767665],"uv_offset":[27,5],"faces":{"north":{"uv":[30,8,31,8],"texture":1},"east":{"uv":[27,8,30,8],"texture":1},"south":{"uv":[34,8,35,8],"texture":1},"west":{"uv":[31,8,34,8],"texture":1},"up":{"uv":[31,8,30,5],"texture":1},"down":{"uv":[32,5,31,8],"texture":1}},"type":"cube","uuid":"4a95c548-b01b-a9b5-ef6f-fcdd388eba29"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-2.5523671197945323,16.049000549316403,1.0607996406631246],"to":[-1.5523671197945306,16.049000549316403,4.060799640663117],"autouv":0,"color":1,"origin":[-0.5697906798979968,0.9740005493164062,-3.809556055276766],"uv_offset":[25,5],"faces":{"north":{"uv":[28,8,29,8],"texture":1},"east":{"uv":[25,8,28,8],"texture":1},"south":{"uv":[32,8,33,8],"texture":1},"west":{"uv":[29,8,32,8],"texture":1},"up":{"uv":[29,8,28,5],"texture":1},"down":{"uv":[30,5,29,8],"texture":1}},"type":"cube","uuid":"18dd9e94-f486-f5e5-08d0-b9e0c03fd982"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-2.552367084031746,16.71078125513146,3.7380280310772256],"to":[-1.552367084031744,16.71078125513146,4.738028031077228],"autouv":0,"color":1,"rotation":[50,0,0],"origin":[-2.5447906441352113,16.044050110719752,3.1785741737069553],"uv_offset":[0,25],"faces":{"north":{"uv":[1,26,2,26],"texture":1},"east":{"uv":[0,26,1,26],"texture":1},"south":{"uv":[3,26,4,26],"texture":1},"west":{"uv":[2,26,3,26],"texture":1},"up":{"uv":[2,26,1,25],"texture":1},"down":{"uv":[3,25,2,26],"texture":1}},"type":"cube","uuid":"d094f3e3-2739-689f-fb48-260c51523982"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-2.552367084031745,15.655803832364054,4.076723563048642],"to":[-1.552367084031744,15.655803832364054,7.076723563048651],"autouv":0,"color":1,"rotation":[50,0,0],"origin":[-2.5447906441352113,14.792662640577278,3.9746157378940365],"uv_offset":[14,23],"faces":{"north":{"uv":[17,26,18,26],"texture":1},"east":{"uv":[14,26,17,26],"texture":1},"south":{"uv":[21,26,22,26],"texture":1},"west":{"uv":[18,26,21,26],"texture":1},"up":{"uv":[18,26,17,23],"texture":1},"down":{"uv":[19,23,18,26],"texture":1}},"type":"cube","uuid":"29031abc-21a0-0053-00df-facf7b0fb9e5"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-1.2476329159682584,16.71078125513146,3.888028031077225],"to":[-0.24763291596825424,16.71078125513146,4.888028031077227],"autouv":0,"color":1,"rotation":[50,0,0],"origin":[-0.25520935586478877,16.044050110719752,3.3285741737069547],"uv_offset":[0,24],"faces":{"north":{"uv":[1,25,2,25],"texture":1},"east":{"uv":[0,25,1,25],"texture":1},"south":{"uv":[3,25,4,25],"texture":1},"west":{"uv":[2,25,3,25],"texture":1},"up":{"uv":[2,25,1,24],"texture":1},"down":{"uv":[3,24,2,25],"texture":1}},"type":"cube","uuid":"bb242fc7-08a3-1fe5-5a26-c7fcb5fbd948"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0.32263288020546776,16.049000549316403,1.210799640663125],"to":[1.3226328802054717,16.049000549316403,4.210799640663116],"autouv":0,"color":1,"origin":[2.305209320102006,0.9740005493164062,-3.6595560552767665],"uv_offset":[12,23],"faces":{"north":{"uv":[15,26,16,26],"texture":1},"east":{"uv":[12,26,15,26],"texture":1},"south":{"uv":[19,26,20,26],"texture":1},"west":{"uv":[16,26,19,26],"texture":1},"up":{"uv":[16,26,15,23],"texture":1},"down":{"uv":[17,23,16,26],"texture":1}},"type":"cube","uuid":"290bfdf1-88af-f87a-de62-26601c692d31"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0.3226329159682543,16.71078125513146,3.888028031077225],"to":[1.3226329159682582,16.71078125513146,4.888028031077227],"autouv":0,"color":1,"rotation":[50,0,0],"origin":[0.33020935586478883,16.044050110719752,3.3285741737069547],"uv_offset":[23,21],"faces":{"north":{"uv":[24,22,25,22],"texture":1},"east":{"uv":[23,22,24,22],"texture":1},"south":{"uv":[26,22,27,22],"texture":1},"west":{"uv":[25,22,26,22],"texture":1},"up":{"uv":[25,22,24,21],"texture":1},"down":{"uv":[26,21,25,22],"texture":1}},"type":"cube","uuid":"e76b9060-5582-a2dc-9116-d7d24407aa8f"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1.5523671197945306,16.049000549316403,1.0607996406631246],"to":[2.5523671197945323,16.049000549316403,4.060799640663117],"autouv":0,"color":1,"origin":[0.5697906798979968,0.9740005493164062,-3.809556055276766],"uv_offset":[23,5],"faces":{"north":{"uv":[26,8,27,8],"texture":1},"east":{"uv":[23,8,26,8],"texture":1},"south":{"uv":[30,8,31,8],"texture":1},"west":{"uv":[27,8,30,8],"texture":1},"up":{"uv":[27,8,26,5],"texture":1},"down":{"uv":[28,5,27,8],"texture":1}},"type":"cube","uuid":"8230cc30-e9ef-d05d-9121-88535ff3fee7"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1.552367084031744,16.71078125513146,3.7380280310772256],"to":[2.552367084031746,16.71078125513146,4.738028031077228],"autouv":0,"color":1,"rotation":[50,0,0],"origin":[2.5447906441352113,16.044050110719752,3.1785741737069553],"uv_offset":[0,23],"faces":{"north":{"uv":[1,24,2,24],"texture":1},"east":{"uv":[0,24,1,24],"texture":1},"south":{"uv":[3,24,4,24],"texture":1},"west":{"uv":[2,24,3,24],"texture":1},"up":{"uv":[2,24,1,23],"texture":1},"down":{"uv":[3,23,2,24],"texture":1}},"type":"cube","uuid":"6d9e6bbc-161a-322d-a91c-ada054de8f6b"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1.552367084031744,15.655803832364054,4.076723563048642],"to":[2.552367084031745,15.655803832364054,7.076723563048651],"autouv":0,"color":1,"rotation":[50,0,0],"origin":[2.5447906441352113,14.792662640577278,3.9746157378940365],"uv_offset":[0,23],"faces":{"north":{"uv":[3,26,4,26],"texture":1},"east":{"uv":[0,26,3,26],"texture":1},"south":{"uv":[7,26,8,26],"texture":1},"west":{"uv":[4,26,7,26],"texture":1},"up":{"uv":[4,26,3,23],"texture":1},"down":{"uv":[5,23,4,26],"texture":1}},"type":"cube","uuid":"7bb45dda-964a-cc8c-9a2d-d8ec421a6402"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-0.5,12.850000000000012,4.049999999999999],"to":[0.5,13.850000000000012,4.049999999999999],"autouv":0,"color":3,"origin":[1.5,0,-0.5],"uv_offset":[0,19],"faces":{"north":{"uv":[0,19,1,20],"texture":1},"east":{"uv":[0,19,0,20],"texture":1},"south":{"uv":[1,19,2,20],"texture":1},"west":{"uv":[1,19,1,20],"texture":1},"up":{"uv":[1,19,0,19],"texture":1},"down":{"uv":[2,19,1,19],"texture":1}},"type":"cube","uuid":"da700c0d-cf6b-7235-7806-4ad277c9e3ad"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-0.5000000000000002,13.325000000000019,4.052],"to":[0.5000000000000009,14.325000000000019,4.052],"autouv":0,"color":6,"origin":[1.5,0,-0.5],"uv_offset":[0,18],"faces":{"north":{"uv":[0,18,1,19],"texture":1},"east":{"uv":[0,18,0,19],"texture":1},"south":{"uv":[1,18,2,19],"texture":1},"west":{"uv":[1,18,1,19],"texture":1},"up":{"uv":[1,18,0,18],"texture":1},"down":{"uv":[2,18,1,18],"texture":1}},"type":"cube","uuid":"7c13c370-3d9a-dab6-e622-7d6a7aef2dca"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0.7750000000000001,13.175000000000017,4.049999999999999],"to":[1.7750000000000001,15.175000000000017,4.049999999999999],"autouv":0,"color":3,"origin":[1.5,0,-0.475],"uv_offset":[0,6],"faces":{"north":{"uv":[0,6,1,8],"texture":1},"east":{"uv":[0,6,0,8],"texture":1},"south":{"uv":[1,6,2,8],"texture":1},"west":{"uv":[1,6,1,8],"texture":1},"up":{"uv":[1,6,0,6],"texture":1},"down":{"uv":[2,6,1,6],"texture":1}},"type":"cube","uuid":"cc0a3d76-bf0e-7215-706d-56ea983f19c0"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0.6749999940395368,12.950000000000019,3.6519999046325684],"to":[1.6749999940395384,14.950000000000019,3.6519999046325684],"autouv":0,"color":6,"inflate":-0.4000000000000001,"origin":[0.9749999940395355,-0.375,-0.8750000953674316],"uv_offset":[0,4],"faces":{"north":{"uv":[0,4,1,6],"texture":1},"east":{"uv":[0,4,0,6],"texture":1},"south":{"uv":[1,4,2,6],"texture":1},"west":{"uv":[1,4,1,6],"texture":1},"up":{"uv":[1,4,0,4],"texture":1},"down":{"uv":[2,4,1,4],"texture":1}},"type":"cube","uuid":"23c4b291-323d-e3de-decd-6c21970c0a44"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0.7750000000000021,14.250000000000021,3.752],"to":[1.7750000000000044,15.250000000000021,3.752],"autouv":0,"color":6,"inflate":-0.3,"origin":[1.5,0,-0.475],"uv_offset":[0,17],"faces":{"north":{"uv":[0,17,1,18],"texture":1},"east":{"uv":[0,17,0,18],"texture":1},"south":{"uv":[1,17,2,18],"texture":1},"west":{"uv":[1,17,1,18],"texture":1},"up":{"uv":[1,17,0,17],"texture":1},"down":{"uv":[2,17,1,17],"texture":1}},"type":"cube","uuid":"92013b30-eeb5-00b9-0ba1-cd96dc059479"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1.0249999403953574,13.100000381469748,3.8020001907348626],"to":[2.0249999403953596,14.100000381469748,3.8020001907348626],"autouv":0,"color":6,"inflate":-0.24999999999999997,"origin":[-0.2500000596046448,-0.14999961853027344,-1.4249998092651368],"uv_offset":[0,16],"faces":{"north":{"uv":[0,16,1,17],"texture":1},"east":{"uv":[0,16,0,17],"texture":1},"south":{"uv":[1,16,2,17],"texture":1},"west":{"uv":[1,16,1,17],"texture":1},"up":{"uv":[1,16,0,16],"texture":1},"down":{"uv":[2,16,1,16],"texture":1}},"type":"cube","uuid":"8a8952a7-9665-719c-754e-f122771ab344"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-1.525000059604643,13.100000381469748,3.8020001907348626],"to":[-0.5250000596046407,14.100000381469748,3.8020001907348626],"autouv":0,"color":6,"inflate":-0.24999999999999997,"origin":[-2.800000059604645,-0.14999961853027344,-1.4249998092651368],"uv_offset":[0,15],"faces":{"north":{"uv":[0,15,1,16],"texture":1},"east":{"uv":[0,15,0,16],"texture":1},"south":{"uv":[1,15,2,16],"texture":1},"west":{"uv":[1,15,1,16],"texture":1},"up":{"uv":[1,15,0,15],"texture":1},"down":{"uv":[2,15,1,15],"texture":1}},"type":"cube","uuid":"b983bac7-5adb-d31b-d24f-5032fa7b8292"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-1.8750000059604637,12.950000000000019,3.6519999046325684],"to":[-0.8750000059604619,14.950000000000019,3.6519999046325684],"autouv":0,"color":6,"inflate":-0.4000000000000001,"origin":[-1.5750000059604647,-0.375,-0.8750000953674316],"uv_offset":[0,2],"faces":{"north":{"uv":[0,2,1,4],"texture":1},"east":{"uv":[0,2,0,4],"texture":1},"south":{"uv":[1,2,2,4],"texture":1},"west":{"uv":[1,2,1,4],"texture":1},"up":{"uv":[1,2,0,2],"texture":1},"down":{"uv":[2,2,1,2],"texture":1}},"type":"cube","uuid":"ee8c9d00-c03c-40b6-9f7c-5e9bcfda8706"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-1.7749999999999981,14.250000000000021,3.752],"to":[-0.7749999999999959,15.250000000000021,3.752],"autouv":0,"color":6,"inflate":-0.3,"origin":[-1.0500000000000003,0,-0.475],"uv_offset":[0,14],"faces":{"north":{"uv":[0,14,1,15],"texture":1},"east":{"uv":[0,14,0,15],"texture":1},"south":{"uv":[1,14,2,15],"texture":1},"west":{"uv":[1,14,1,15],"texture":1},"up":{"uv":[1,14,0,14],"texture":1},"down":{"uv":[2,14,1,14],"texture":1}},"type":"cube","uuid":"97ff9008-3758-8613-ad21-e890584d6b9d"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-1.775,13.175000000000017,4.049999999999999],"to":[-0.7750000000000001,15.175000000000017,4.049999999999999],"autouv":0,"color":3,"origin":[-1.0500000000000003,0,-0.475],"faces":{"north":{"uv":[0,0,1,2],"texture":1},"east":{"uv":[0,0,0,2],"texture":1},"south":{"uv":[1,0,2,2],"texture":1},"west":{"uv":[1,0,1,2],"texture":1},"up":{"uv":[1,0,0,0],"texture":1},"down":{"uv":[2,0,1,0],"texture":1}},"type":"cube","uuid":"df6b3ec0-7349-29da-2670-c1c57aab498a"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-0.5000000000000004,16.399999999999977,3.6],"to":[0.5000000000000007,17.399999999999977,3.6],"autouv":0,"color":0,"origin":[2.1250000000000004,0,-5.55],"uv_offset":[46,8],"faces":{"north":{"uv":[46,8,47,9],"texture":1},"east":{"uv":[46,8,46,9],"texture":1},"south":{"uv":[47,8,48,9],"texture":1},"west":{"uv":[47,8,47,9],"texture":1},"up":{"uv":[47,8,46,8],"texture":1},"down":{"uv":[48,8,47,8],"texture":1}},"type":"cube","uuid":"55fbc70b-788c-f0cd-127f-476e85c57755"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0.12499999999999936,16.399999999999977,3.575],"to":[1.1250000000000018,18.399999999999977,3.575],"autouv":0,"color":0,"rotation":[0,0,-37.75],"origin":[1,17.399999999999977,3.6000000000000005],"uv_offset":[46,10],"faces":{"north":{"uv":[46,10,47,12],"texture":1},"east":{"uv":[46,10,46,12],"texture":1},"south":{"uv":[47,10,48,12],"texture":1},"west":{"uv":[47,10,47,12],"texture":1},"up":{"uv":[47,10,46,10],"texture":1},"down":{"uv":[48,10,47,10],"texture":1}},"type":"cube","uuid":"1cc607a4-deeb-41c5-9cfb-02518143443a"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-1.1250000000000018,16.399999999999977,3.575],"to":[-0.12499999999999936,18.399999999999977,3.575],"autouv":0,"color":0,"mirror_uv":true,"rotation":[0,0,37.75],"origin":[-1,17.399999999999977,3.6000000000000005],"uv_offset":[46,10],"faces":{"north":{"uv":[47,10,46,12],"texture":1},"east":{"uv":[47,10,47,12],"texture":1},"south":{"uv":[48,10,47,12],"texture":1},"west":{"uv":[46,10,46,12],"texture":1},"up":{"uv":[46,10,47,10],"texture":1},"down":{"uv":[47,10,48,10],"texture":1}},"type":"cube","uuid":"db116350-78f8-b44d-99c4-94fd034a29a8"}],"outliner":[{"name":"body_whole","origin":[0,0,0],"rotation":[0,-180,0],"bedrock_binding":"","color":0,"uuid":"052d5065-70bd-4a68-3d0b-343348abf0eb","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"cup","origin":[0,0,0],"bedrock_binding":"","color":0,"uuid":"bb8d0d06-48db-eb17-58f5-cba65f170327","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["e644a3bc-8869-cd43-b4a4-f2db5c4ab1de","f40f3feb-677b-f8f4-232b-5b85b0d4dee4","203564af-35e0-94d7-7057-0b8522300a34",{"name":"tea","origin":[0,0,0],"bedrock_binding":"","color":0,"uuid":"839e3ef5-6704-a4ce-d543-6b34bf775081","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["15a4324d-4b3f-89c7-9d45-0f24c9a2af07"]},"562e74aa-af07-d130-ee4f-57468927c83d","d2cc39b4-9e7d-10d8-cd0d-cd9dfb9fc80e","346be09f-83bd-187a-9c42-65fc23dc23c2",{"name":"leg","origin":[-1,2.749999999999999,0],"bedrock_binding":"","color":0,"uuid":"44351d08-c1c6-1af9-2737-e80c9d4f9a9b","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"right_leg","origin":[1,2.7249999999999974,0],"bedrock_binding":"","color":0,"uuid":"8c0ad516-8eeb-e10b-5387-faa84f0fce01","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["c207ddec-9ed3-0f12-afd8-21ce111494d5"]},{"name":"left_leg","origin":[-1,2.749999999999999,0],"bedrock_binding":"","color":0,"uuid":"6ce07d19-e552-0f5f-a42e-657128ba030a","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["a7513404-07f9-9145-74cd-70817373b77f"]}]}]},{"name":"body","origin":[1.5,0,-0.5],"bedrock_binding":"","color":0,"uuid":"5c2219a5-87e7-0870-b151-acbc72e31b0f","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"head","origin":[0.008333333333334414,10.058333333333344,3.2089999999999996],"bedrock_binding":"","color":0,"uuid":"8de30344-10d5-7566-f92e-b6e2f5b165a6","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["da700c0d-cf6b-7235-7806-4ad277c9e3ad","7c13c370-3d9a-dab6-e622-7d6a7aef2dca",{"name":"eye_left2","origin":[-1.0500000000000003,0,-0.475],"bedrock_binding":"","color":0,"uuid":"af96694a-61f9-44f8-381a-35c1ab2d8191","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["b983bac7-5adb-d31b-d24f-5032fa7b8292","ee8c9d00-c03c-40b6-9f7c-5e9bcfda8706","97ff9008-3758-8613-ad21-e890584d6b9d","df6b3ec0-7349-29da-2670-c1c57aab498a"]},{"name":"eye_left","origin":[1.5,0,-0.475],"bedrock_binding":"","color":0,"uuid":"1f38d95d-6674-673e-af3a-3e53d1e38078","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["8a8952a7-9665-719c-754e-f122771ab344","23c4b291-323d-e3de-decd-6c21970c0a44","92013b30-eeb5-00b9-0ba1-cd96dc059479","cc0a3d76-bf0e-7215-706d-56ea983f19c0"]},"15e8ca29-03ea-2247-8762-1773c59d0b83",{"name":"hat","origin":[1,0,-2],"bedrock_binding":"","color":0,"uuid":"e3da468a-7ff0-8b7c-7a1a-c15c8c4ee959","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"string5","origin":[-0.2500000000000005,16.149000549316398,2.925000190734857],"rotation":[0,-43.5,0],"bedrock_binding":"","color":0,"uuid":"8d230966-7d36-46d2-abae-acece43e72ea","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[]},{"name":"rightt_straw","origin":[-1.5226328802054692,16.074000549316402,-0.4392003593368745],"bedrock_binding":"","color":0,"uuid":"9ab9a9a3-5acc-06fb-a99e-8791fa97db60","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"string14","origin":[-1.5226328802054692,16.074000549316402,-0.4392003593368745],"rotation":[0,-90,0],"bedrock_binding":"","color":0,"uuid":"5b2d5bd3-cc03-65bb-8a3c-4b9925911906","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["8437add0-b6f1-e5a4-e756-998c8f759e10",{"name":"bone28","origin":[-1.5226328802054698,16.015978327756947,0.5821934455063911],"rotation":[11.25,0,0],"bedrock_binding":"","color":0,"uuid":"f0a5e02a-e8d4-af77-0ea7-1a58e3d94354","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["80406181-ba41-a0f9-3f04-0e3cb0de11ea",{"name":"bone29","origin":[-1.5226328802054703,15.318983942499214,1.215054781793648],"rotation":[27.75,0,0],"bedrock_binding":"","color":0,"uuid":"43509604-113f-411c-c4f3-ce08dccf6a3e","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["5605774d-1865-63dd-10dc-d7926eef3f99"]}]}]},{"name":"string15","origin":[-1.5226328802054692,16.074000549316402,2.5107996406631226],"rotation":[0,-90,0],"bedrock_binding":"","color":0,"uuid":"2ce8aaf6-1b69-7db7-028a-3e387433d782","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["521a1dcb-72ca-f9f0-c43a-1d1339322625",{"name":"bone30","origin":[-1.5226328802054698,16.015978327756947,3.532193445506389],"rotation":[11.25,0,0],"bedrock_binding":"","color":0,"uuid":"9999746a-9e14-3d85-9843-6e034bbb4c59","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["ba773fa6-75dc-8104-36d6-805fb5e8372f",{"name":"bone31","origin":[-1.5226328802054703,15.318983942499214,4.16505478179365],"rotation":[27.75,0,0],"bedrock_binding":"","color":0,"uuid":"46e7fa3d-08fc-41ff-5797-d027ce2ce8d9","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["73738ddd-42dd-a49d-ab81-3b062b3fac12"]}]}]},{"name":"string16","origin":[-1.5226328802054692,16.074000549316402,1.0357996406631256],"rotation":[0,-90,0],"bedrock_binding":"","color":0,"uuid":"4ba4e2cd-69a7-526d-ec9b-49abb289a26c","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["4ecc5b81-16d0-a3ed-9255-93604838ba67",{"name":"bone32","origin":[-1.5226328802054698,16.015978327756947,2.057193445506391],"rotation":[11.25,0,0],"bedrock_binding":"","color":0,"uuid":"3a5c29ae-d4bf-c901-203b-de7176a0816f","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":["5b8b1e18-5f6e-ab4c-ec77-c34b478f4e9d",{"name":"bone33","origin":[-1.5226328802054703,15.318983942499214,2.690054781793648],"rotation":[27.75,0,0],"bedrock_binding":"","color":0,"uuid":"7f261706-2c85-a572-3c27-c817cc985c52","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":["95c34756-42ff-4306-6eb2-94acaa496eb2"]}]}]}]},{"name":"leftt_straw","origin":[1.5226328802054692,16.074000549316402,-0.4392003593368745],"bedrock_binding":"","color":0,"uuid":"3e12d933-1d14-5af4-2250-20381ad97dfd","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"string10","origin":[1.5226328802054692,16.074000549316402,-0.4392003593368745],"rotation":[0,90,0],"bedrock_binding":"","color":0,"uuid":"0f1e36d4-9e08-a84f-b976-2aea87c51bdd","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["f9233e68-a964-2a9c-71b4-f55e9340e9b5",{"name":"bone20","origin":[1.5226328802054698,16.015978327756947,0.5821934455063911],"rotation":[11.25,0,0],"bedrock_binding":"","color":0,"uuid":"b72083ee-a392-0bfa-0103-ecaf99fb5c6e","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["6796461a-c057-3767-40f1-ce6bb244ba68",{"name":"bone21","origin":[1.5226328802054703,15.318983942499214,1.215054781793648],"rotation":[27.75,0,0],"bedrock_binding":"","color":0,"uuid":"a19d22c0-4e1d-527d-4e0f-50b9a4629540","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["1b3e6046-4afe-2106-3c8d-e54e80e3e97c"]}]}]},{"name":"string4","origin":[1.5226328802054692,16.074000549316402,2.5107996406631226],"rotation":[0,90,0],"bedrock_binding":"","color":0,"uuid":"d0cffdf1-f32f-102e-66c7-9efca99b5313","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["b25a9a18-e41b-152a-ffb8-ec68f67f1610",{"name":"bone7","origin":[1.5226328802054698,16.015978327756947,3.532193445506389],"rotation":[11.25,0,0],"bedrock_binding":"","color":0,"uuid":"8570ceec-2e19-007f-6c9d-88a9494efacf","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["2e6868fe-e8b6-ecfb-e0f9-9a67aca1ec24",{"name":"bone8","origin":[1.5226328802054703,15.318983942499214,4.16505478179365],"rotation":[27.75,0,0],"bedrock_binding":"","color":0,"uuid":"4dc4e97c-5592-9f29-094a-03528de83388","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["14816d6a-c708-d8cb-a90b-cdb4e5e7bbbf"]}]}]},{"name":"string9","origin":[1.5226328802054692,16.074000549316402,1.0357996406631256],"rotation":[0,90,0],"bedrock_binding":"","color":0,"uuid":"2aec6695-d1a1-4b7e-5cbe-aef4f6d26d34","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["c5cc1ea4-18f6-4217-6287-5908d9c49f32",{"name":"bone9","origin":[1.5226328802054698,16.015978327756947,2.057193445506391],"rotation":[11.25,0,0],"bedrock_binding":"","color":0,"uuid":"bffb1d6b-7060-3c49-2956-ec950523c2d6","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["71e0121b-7b97-7cb7-ec00-9cf71d362259",{"name":"bone19","origin":[1.5226328802054703,15.318983942499214,2.690054781793648],"rotation":[27.75,0,0],"bedrock_binding":"","color":0,"uuid":"417c0b45-610b-cfff-bfa2-c09a53130add","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["d9afa81a-3c73-1e2c-4934-9c6c9a956a27"]}]}]}]},{"name":"bone39","origin":[-1.9976328802054675,16.049000549316403,-0.060799640663124155],"bedrock_binding":"","color":0,"uuid":"f2271d7d-934a-fec3-303e-8c0a9bf2f07b","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"string19","origin":[-0.7226328802054675,16.049000549316403,-0.060799640663124155],"bedrock_binding":"","color":0,"uuid":"46fa6b94-239a-599e-c58e-63a13774f796","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["68e56722-e760-dfe6-7eca-a142dc9cb207",{"name":"bone40","origin":[-0.7226328802054683,15.990978327756947,-1.0821934455063822],"rotation":[-11.25,0,0],"bedrock_binding":"","color":0,"uuid":"fa2b24a2-1a28-6ed3-e518-9de79fdf173e","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["d7821729-0e84-a2a0-bed4-27c9a7555830",{"name":"bone41","origin":[-0.7226328802054688,15.293983942499214,-1.7150547817936435],"rotation":[-27.75,0,0],"bedrock_binding":"","color":0,"uuid":"ef9edbed-68f1-ab3f-bc71-2e4facf6738b","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["252d57a5-4433-8167-0a35-d4870a6de3fb"]}]}]},{"name":"string20","origin":[-1.9976328802054675,16.049000549316403,-0.060799640663124155],"bedrock_binding":"","color":0,"uuid":"d927c814-dfb9-1e44-3ea3-85d9e52343c0","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["6a30b79a-028b-083d-32cc-c89367a88172",{"name":"bone42","origin":[-1.9976328802054684,15.990978327756947,-1.0821934455063822],"rotation":[-11.25,0,0],"bedrock_binding":"","color":0,"uuid":"04da0e69-ff2f-8c77-1c4e-7724ee618213","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["762d90e5-561a-b222-14f7-88c398bd2edc",{"name":"bone43","origin":[-1.9976328802054688,15.293983942499214,-1.7150547817936435],"rotation":[-27.75,0,0],"bedrock_binding":"","color":0,"uuid":"a96ff3c9-6699-bc38-3c92-01f2e6daf3e5","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["fee11b26-3772-c579-38ee-99069ec67b1a"]}]}]}]},{"name":"bone38","origin":[1.9976328802054675,16.049000549316403,-0.060799640663124155],"bedrock_binding":"","color":0,"uuid":"89e24c7c-da12-d949-8093-d9e3ce6da160","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"string18","origin":[0.7726328802054676,16.049000549316403,-0.060799640663124155],"bedrock_binding":"","color":0,"uuid":"7d19be48-e4e8-3fd7-4a0d-a24af5a8c08e","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["ffb670e6-33d9-e2a3-7661-8b5f5ff604b3",{"name":"bone36","origin":[0.7726328802054685,15.990978327756947,-1.0821934455063822],"rotation":[-11.25,0,0],"bedrock_binding":"","color":0,"uuid":"2a8dbfff-a2f2-f874-11ed-a1be1359b24b","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["ce348fe6-41c1-56a7-476e-5d34c9900a7d",{"name":"bone37","origin":[0.7726328802054689,15.293983942499214,-1.7150547817936435],"rotation":[-27.75,0,0],"bedrock_binding":"","color":0,"uuid":"d6ef2a1a-99e7-a7b6-9725-4f1f4280c4ee","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["4a302c01-98d9-37fb-520a-a28fb446ce23"]}]}]},{"name":"string2","origin":[1.9976328802054675,16.049000549316403,-0.060799640663124155],"bedrock_binding":"","color":0,"uuid":"76f0b640-e30f-11b3-e866-ca057cfefbef","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["d19436b8-9603-3390-6bb3-6027b045d0ad",{"name":"bone3","origin":[1.9976328802054684,15.990978327756947,-1.0821934455063822],"rotation":[-11.25,0,0],"bedrock_binding":"","color":0,"uuid":"b81dd38e-57d1-ee96-d933-d715cd7ea597","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["25d5897e-3e36-c515-f66b-68fd9e22e711",{"name":"bone4","origin":[1.9976328802054688,15.293983942499214,-1.7150547817936435],"rotation":[-27.75,0,0],"bedrock_binding":"","color":0,"uuid":"1ccfbba7-f5e6-2f0e-743f-b1c0413e15a0","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["c3830dd4-892d-4632-bbc6-76ac4b428e62"]}]}]}]},{"name":"string21","origin":[2.0523671197945315,16.049000549316403,3.060799640663124],"rotation":[0,23,0],"bedrock_binding":"","color":0,"uuid":"85f826c9-5d30-b3ea-1a62-2dab4a7df747","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["8230cc30-e9ef-d05d-9121-88535ff3fee7",{"name":"bone44","origin":[2.0523671197945306,15.990978327756947,4.082193445506382],"rotation":[11.25,0,0],"bedrock_binding":"","color":0,"uuid":"fb2a115d-8598-b0a8-df3b-8c6176670235","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["6d9e6bbc-161a-322d-a91c-ada054de8f6b",{"name":"bone45","origin":[2.05236711979453,15.293983942499214,4.7150547817936435],"rotation":[27.75,0,0],"bedrock_binding":"","color":0,"uuid":"960241ea-c109-679d-0263-91127c73e83b","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["7bb45dda-964a-cc8c-9a2d-d8ec421a6402"]}]}]},{"name":"string22","origin":[-2.0523671197945315,16.049000549316403,3.060799640663124],"rotation":[0,-23,0],"bedrock_binding":"","color":0,"uuid":"6e4e523e-a9db-e109-0541-1780a3dced85","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["18dd9e94-f486-f5e5-08d0-b9e0c03fd982",{"name":"bone46","origin":[-2.0523671197945306,15.990978327756947,4.082193445506382],"rotation":[11.25,0,0],"bedrock_binding":"","color":0,"uuid":"1b17a405-9ba3-fb6f-44f4-99923cec897e","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["d094f3e3-2739-689f-fb48-260c51523982",{"name":"bone47","origin":[-2.05236711979453,15.293983942499214,4.7150547817936435],"rotation":[27.75,0,0],"bedrock_binding":"","color":0,"uuid":"55e729ca-2080-1740-d00f-6fdc41118567","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["29031abc-21a0-0053-00df-facf7b0fb9e5"]}]}]},{"name":"string17","origin":[0.8226328802054694,16.049000549316403,2.7107996406631196],"rotation":[0,16.75,0],"bedrock_binding":"","color":0,"uuid":"d4a99d31-51b7-aafd-07ed-96d8387c5704","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["290bfdf1-88af-f87a-de62-26601c692d31",{"name":"bone34","origin":[-1.4226328802054677,15.990978327756947,4.232193445506382],"rotation":[11.25,0,0],"bedrock_binding":"","color":0,"uuid":"ba0646b6-e705-a66a-90e5-5128f7b10302","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["e76b9060-5582-a2dc-9116-d7d24407aa8f",{"name":"bone35","origin":[-1.4226328802054682,15.293983942499214,4.865054781793643],"rotation":[27.75,0,0],"bedrock_binding":"","color":0,"uuid":"d0ba3da7-61f6-b4e0-cea4-2a9e2785f045","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":[]}]}]},{"name":"string13","origin":[-0.7476328802054694,16.049000549316403,2.7107996406631196],"rotation":[0,-16.75,0],"bedrock_binding":"","color":0,"uuid":"4ee218d1-e50a-051e-3a94-80b0d552d630","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["4a95c548-b01b-a9b5-ef6f-fcdd388eba29",{"name":"bone26","origin":[1.4976328802054675,15.990978327756947,4.232193445506382],"rotation":[11.25,0,0],"bedrock_binding":"","color":0,"uuid":"bcdb4f7e-f4dc-6ec1-00b1-5dd503c87709","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["bb242fc7-08a3-1fe5-5a26-c7fcb5fbd948",{"name":"bone27","origin":[1.497632880205468,15.293983942499214,4.865054781793643],"rotation":[27.75,0,0],"bedrock_binding":"","color":0,"uuid":"65c095bf-a5db-da69-b596-192cdbf9f268","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[]}]}]},{"name":"string6","origin":[1.9976328802054675,16.049000549316403,3.060799640663124],"bedrock_binding":"","color":0,"uuid":"2ecfcddd-80f2-4892-68ed-ec9d668e2f59","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"bone13","origin":[1.9976328802054684,15.990978327756947,4.082193445506382],"rotation":[11.25,0,0],"bedrock_binding":"","color":0,"uuid":"fc7cbe0e-82cf-c17a-6c99-8f1acba1fbd9","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"bone14","origin":[1.9976328802054688,15.293983942499214,4.7150547817936435],"rotation":[27.75,0,0],"bedrock_binding":"","color":0,"uuid":"74bb33c5-fe12-da40-2c3b-44cbb5d20d14","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[]}]}]},{"name":"string","origin":[1,0,-2.574999999999998],"bedrock_binding":"","color":0,"uuid":"f4ecd6d8-ef16-e3c3-5509-6bcb3a20f85b","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"bone","origin":[0.02499999999999991,16.076241261516735,4.137784267963436],"rotation":[-8.5,0,0],"bedrock_binding":"","color":0,"uuid":"6f1ddb6b-2397-81aa-8e7a-ead3b2a13e00","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["29d3e358-7d81-bf80-9588-a2857c27b9db",{"name":"bone2","origin":[0.02499999999999991,15.299000549316405,4.625000190734865],"rotation":[32.5,0,0],"bedrock_binding":"","color":0,"uuid":"6323b434-47c7-66d2-8a9d-120ec8a5ee5e","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[]}]},{"name":"string3","origin":[1,0,-2.574999999999998],"bedrock_binding":"","color":0,"uuid":"b5b6e97b-767b-fdbc-811e-0e094731cb32","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"bone5","origin":[2,0.9990005493164062,-3.0249998092651347],"bedrock_binding":"","color":0,"uuid":"711efcf5-baa5-93ab-cfd7-453a5483084a","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"bone6","origin":[0.02499999999999991,15.299000549316405,4.625000190734865],"rotation":[32.5,0,0],"bedrock_binding":"","color":0,"uuid":"918d32b0-1b38-a608-d272-f2ab1d9d641f","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":[]}]},{"name":"string12","origin":[1,0,-2.574999999999998],"bedrock_binding":"","color":0,"uuid":"d11d71df-f032-30b8-b7a0-e6f31a17fd3b","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"bone24","origin":[2,0.9990005493164062,-3.0249998092651347],"bedrock_binding":"","color":0,"uuid":"6d94deda-066b-2733-dd24-5c4371120bb5","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"bone25","origin":[0.02499999999999991,15.299000549316405,4.625000190734865],"rotation":[32.5,0,0],"bedrock_binding":"","color":0,"uuid":"a9264482-53c1-fc6b-01fc-f35d6f0707c2","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":[]}]}]}]},{"name":"string8","origin":[1,0,-2.574999999999998],"bedrock_binding":"","color":0,"uuid":"835fb634-2ee5-7e9a-8dd5-4b5aa4b81ea3","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["fadf5992-bf03-0d44-b457-833f1cd4bc5e",{"name":"bone17","origin":[2,0.9990005493164062,-3.0249998092651347],"bedrock_binding":"","color":0,"uuid":"a2580050-a982-7380-75e3-81f8e08d87ee","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"bone18","origin":[0.02499999999999991,15.299000549316405,4.625000190734865],"rotation":[32.5,0,0],"bedrock_binding":"","color":0,"uuid":"33454b7b-a6e3-b817-ebef-42f7d5c2ed06","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":[]}]},{"name":"string11","origin":[1,0,-2.574999999999998],"bedrock_binding":"","color":0,"uuid":"d0d8fb8b-3026-c42b-6203-2526b4bf6d39","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"bone22","origin":[2,0.9990005493164062,-3.0249998092651347],"bedrock_binding":"","color":0,"uuid":"fb21cd67-8ff0-a46e-d652-552e42e2c7b0","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"bone23","origin":[0.02499999999999991,15.299000549316405,4.625000190734865],"rotation":[32.5,0,0],"bedrock_binding":"","color":0,"uuid":"a79b258e-2e01-847c-594c-f6d35474f0ca","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":[]}]}]}]}]},"f410b667-b06e-aae6-5616-c1b3d15dc0a3","55fbc70b-788c-f0cd-127f-476e85c57755","1cc607a4-deeb-41c5-9cfb-02518143443a","db116350-78f8-b44d-99c4-94fd034a29a8","649e691e-2004-6523-d7b0-5021a1280ee8","95829705-79a0-0f9b-c283-ff032a7bf035","4b3a65e2-2d07-aa98-4135-4e231d2b1586","bbf0ec96-3687-973c-cd8a-3544b7c32003","e487bc4d-2780-4445-d27c-4ed515ea6915","09090f7c-d001-40a2-ec7b-4a5a8a4ac4fb"]}]},{"name":"hand_r2","origin":[-1.975,12,3.5],"rotation":[29,0,0],"bedrock_binding":"","color":0,"uuid":"13777966-a9b5-acc3-2564-6278bf478c3a","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["f4cf561c-8e4d-509b-893c-5640d1748846",{"name":"hand_finger2","origin":[-1.975,12,5.475000000000001],"rotation":[49.25,0,0],"bedrock_binding":"","color":0,"uuid":"315793c0-756e-f026-e345-c7892461643d","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["aadfd8c8-7c31-be03-b8db-2444d589775a","01bf4b61-32a2-0264-f107-a4c0fcc8945f","7fd0852e-80cd-affa-39e1-d0a2956aebdc"]}]},{"name":"hand_r","origin":[2,12,3.5],"rotation":[29,0,0],"bedrock_binding":"","color":0,"uuid":"f9fda8d0-a442-fb10-d923-dc0a80759fad","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["c6ddf0c0-670f-3f30-7bd5-e5230f41bebb",{"name":"hand_finger","origin":[2,12,5.475000000000001],"rotation":[49.25,0,0],"bedrock_binding":"","color":0,"uuid":"18a63535-7314-67bc-33e1-67c80c88bf75","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["785009e5-f1ec-7b52-997b-6058f81bc970","e4c65d1b-4719-07d2-dcbf-90738862c06e","51118ad4-f0bd-b912-c516-071256a5e4ea"]}]}]}]}],"textures":[{"path":"D:\\Block bench\\sinistcha\\sinistcha.png","name":"sinistcha.png","folder":"block","namespace":"","id":"0","particle":false,"render_mode":"default","render_sides":"auto","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"mode":"bitmap","saved":true,"uuid":"5c62cfbc-dd50-e6d1-811b-6bc309ca0ae8","relative_path":"D:/Block bench/sinistcha/sinistcha.png","source":"data:image/png;base64,data:,"},{"path":"D:\\Block bench\\sinistcha\\sinistcha_shiny.png","name":"sinistcha_shiny.png","folder":"","namespace":"","id":"1","particle":false,"render_mode":"default","render_sides":"auto","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"mode":"bitmap","saved":true,"uuid":"f6a28d07-1131-7aa1-587f-e20e8c222eb8","relative_path":"D:/Block bench/sinistcha/sinistcha_shiny.png","source":"data:image/png;base64,data:,"}],"animations":[{"uuid":"a05c91b8-4528-8492-d757-9b822856c9da","name":"animation.sinistcha.ground_idle","loop":"loop","override":false,"length":0,"snapping":24,"selected":true,"saved":true,"path":"C:\\Users\\Admin\\Desktop\\NEW COBBLEMON\\assets\\cobblemon\\bedrock\\animations\\polteageist\\model.animation.json","anim_time_update":"","blend_weight":"","start_delay":"","loop_delay":"","animators":{"8de30344-10d5-7566-f92e-b6e2f5b165a6":{"name":"head","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":0,"y":0,"z":"0+math.sin(q.anim_time*90*1.5-60)*2.5"}],"uuid":"97807d2a-a29f-b4b5-0dcf-c4331d4da29a","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0+math.sin(q.anim_time*90*3-90)*0.2","z":0}],"uuid":"14cf611d-211e-9206-3145-98c73a411c5c","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"8c0ad516-8eeb-e10b-5387-faa84f0fce01":{"name":"right_leg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0+math.sin(q.anim_time*90*3)*10","y":0,"z":"0+math.sin(q.anim_time*90*1.5-90)*10"}],"uuid":"4cc3346b-4058-8504-10b8-bbc501d43c2f","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"6ce07d19-e552-0f5f-a42e-657128ba030a":{"name":"left_leg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0+math.sin(q.anim_time*90*3)*10","y":0,"z":"0+math.sin(q.anim_time*90*1.5-90)*10"}],"uuid":"d350c68b-41ee-f19f-ec89-0eab3f97ca70","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"052d5065-70bd-4a68-3d0b-343348abf0eb":{"name":"body_whole","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"1+math.sin(q.anim_time*90*3+90)*3","y":"0+math.sin(q.anim_time*90*1.5-90)*4","z":"0+math.sin(q.anim_time*90*1.5+60)*3"}],"uuid":"628d1b53-2346-df13-e15d-a53ba7723bb7","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0+math.sin(q.anim_time*90*1.5)*2","y":"2.65+math.sin(q.anim_time*90*3)*1","z":"0+math.sin(q.anim_time*90*3)*0.5"}],"uuid":"6eefcc54-0c89-925c-8315-d2ef1da84517","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]}}},{"uuid":"7f762ff3-5963-6108-4e27-215ee41afd7f","name":"animation.sinistcha.ground_walk","loop":"loop","override":false,"length":0,"snapping":24,"selected":false,"saved":true,"path":"C:\\Users\\Admin\\Desktop\\NEW COBBLEMON\\assets\\cobblemon\\bedrock\\animations\\polteageist\\model.animation.json","anim_time_update":"","blend_weight":"","start_delay":"","loop_delay":"","animators":{"8de30344-10d5-7566-f92e-b6e2f5b165a6":{"name":"head","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":0,"y":0,"z":"0+math.sin(q.anim_time*90*1.5-60)*3"}],"uuid":"7a6bd463-978b-c24e-79ce-97e357b2212f","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0+math.sin(q.anim_time*90*3-90)*0.3","z":0}],"uuid":"13f0c197-a576-accb-f5cd-3f580b6a03a4","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"8c0ad516-8eeb-e10b-5387-faa84f0fce01":{"name":"right_leg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":0,"y":0,"z":"0+math.sin(q.anim_time*90*1-60)*3"}],"uuid":"6d2eb299-4637-646e-cb67-c9cd92391b21","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0+math.sin(q.anim_time*90*3-75)*0.3","z":0}],"uuid":"fba255e8-f813-d99a-1ed1-c527710cbd27","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"6ce07d19-e552-0f5f-a42e-657128ba030a":{"name":"left_leg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":0,"y":0,"z":"0+math.sin(q.anim_time*90*1-60)*3"}],"uuid":"d2add1c9-614d-cd0a-d911-2ddbe61e4958","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0+math.sin(q.anim_time*90*3-90)*0.3","z":0}],"uuid":"6059a572-6488-cb27-aa16-480c09293c77","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"052d5065-70bd-4a68-3d0b-343348abf0eb":{"name":"body_whole","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"-10","y":"0+math.sin(q.anim_time*90*1.5-90)*4","z":"0+math.sin(q.anim_time*90*1.5+60)*3"}],"uuid":"cd13a879-719a-011b-8fb1-2c46fec6d917","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0+math.sin(q.anim_time*90*1.5)*2","y":"2.725+math.sin(q.anim_time*90*3)*1","z":"0+math.sin(q.anim_time*90*3)*0.5"}],"uuid":"971f51a5-64b4-3573-78ce-05c2b716c48c","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]}}}]} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/polteageist/polteageist.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/polteageist/polteageist.geo.json new file mode 100644 index 0000000..e45dd82 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/polteageist/polteageist.geo.json @@ -0,0 +1,234 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.polteageist", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "polteageist", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "polteageist", + "pivot": [0, 0, 0], + "rotation": [0, 90, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 10.275, 0], + "cubes": [ + {"origin": [-3, 4.775, -3], "size": [6, 11, 6], "uv": [0, 22]} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 15.2737, -0.28356], + "cubes": [ + {"origin": [-2.5, 14.25, -3.25], "size": [5, 7, 5], "pivot": [0, 18.75, -0.75], "rotation": [12.5, 0, 0], "uv": [24, 22]} + ] + }, + { + "name": "lid", + "parent": "head", + "pivot": [0, 20.5, -1], + "cubes": [ + {"origin": [-0.5, 21.75, -1.5], "size": [1, 1, 1], "uv": [35, 35]}, + {"origin": [-1, 22.25, -2], "size": [2, 1, 2], "uv": [45, 4]} + ] + }, + { + "name": "lid_pot1_main", + "parent": "lid", + "pivot": [0, 7.75, -1], + "cubes": [ + {"origin": [-7.5, 19.25, -1.5], "size": [2, 1, 1], "pivot": [0, 19.75, 2.5], "rotation": [0, -90, 0], "uv": [26, 34]}, + {"origin": [-4, 19.25, 2], "size": [7, 1, 1], "uv": [45, 0]}, + {"origin": [0.5, 19.25, -1.5], "size": [7, 1, 1], "pivot": [0, 19.75, 2.5], "rotation": [0, 90, 0], "uv": [44, 44]}, + {"origin": [-3, 19.25, -5], "size": [6, 1, 1], "uv": [45, 2]}, + {"origin": [-1.5, 19.25, -1.5], "size": [2, 1, 1], "pivot": [0, 19.75, 2.5], "rotation": [0, -90, 0], "uv": [0, 25]} + ] + }, + { + "name": "lid_pot2_main", + "parent": "lid", + "pivot": [0, 7.75, -1], + "cubes": [ + {"origin": [-3, 19.75, 1], "size": [6, 2, 1], "uv": [9, 39]}, + {"origin": [-3, 19.75, -3], "size": [1, 2, 4], "uv": [44, 46]}, + {"origin": [-3, 19.75, -4], "size": [5, 2, 1], "uv": [0, 9]}, + {"origin": [2, 19.75, -4], "size": [1, 2, 1], "uv": [25, 22]}, + {"origin": [1.975, 19.75, -1], "size": [1, 1, 2], "uv": [0, 22]}, + {"origin": [-2, 20.75, -3], "size": [5, 1, 4], "uv": [44, 18]} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [2.51, 19.40048, 0.124], + "cubes": [ + {"origin": [2.51, 18.25, -0.25], "size": [0, 2, 1], "pivot": [6, 18.75, -0.5], "rotation": [12.5, 0, 0], "uv": [4, 21]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [2.41, 19.40048, 0.124], + "cubes": [ + {"origin": [2.41, 18.25, -0.25], "size": [0, 2, 1], "inflate": 0.01, "pivot": [6, 18.75, -0.5], "rotation": [12.5, 0, 0], "uv": [0, 21]} + ] + }, + { + "name": "eye_right", + "parent": "head", + "pivot": [2.51, 19.04082, -1.84482], + "cubes": [ + {"origin": [2.51, 18.325, -2.25], "size": [0, 2, 1], "pivot": [6, 18.75, -0.5], "rotation": [12.5, 0, 0], "uv": [9, 0]} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [2.41, 19.04082, -1.84482], + "cubes": [ + {"origin": [2.41, 18.325, -2.25], "size": [0, 2, 1], "inflate": 0.01, "pivot": [6, 18.75, -0.5], "rotation": [12.5, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "bodypot", + "parent": "torso", + "pivot": [0, 5.75, 0] + }, + { + "name": "pot", + "parent": "bodypot", + "pivot": [0, 5.75, 0], + "cubes": [ + {"origin": [-6, 5.75, -6], "size": [12, 10, 12], "uv": [0, 0]} + ] + }, + { + "name": "top_pot_main", + "parent": "pot", + "pivot": [0, 5.75, 0], + "cubes": [ + {"origin": [3, 15.75, -3], "size": [1, 1, 7], "uv": [0, 39]}, + {"origin": [-4, 15.75, 3], "size": [7, 1, 1], "uv": [44, 40]}, + {"origin": [-4, 15.75, -4], "size": [1, 1, 7], "uv": [35, 36]}, + {"origin": [-3, 15.75, -4], "size": [7, 1, 1], "uv": [44, 38]} + ] + }, + { + "name": "base_pot_main", + "parent": "pot", + "pivot": [0, 5.75, 0] + }, + { + "name": "base_pot1_main", + "parent": "base_pot_main", + "pivot": [0, 5.75, 0], + "cubes": [ + {"origin": [-4, 4.25, 3], "size": [7, 2, 1], "uv": [44, 35]}, + {"origin": [-4, 4.25, -4], "size": [1, 2, 7], "uv": [36, 0]}, + {"origin": [-3, 4.25, -4], "size": [7, 2, 1], "uv": [24, 44]}, + {"origin": [3, 4.25, -3], "size": [1, 2, 7], "uv": [26, 34]} + ] + }, + { + "name": "base_pot2_main", + "parent": "base_pot_main", + "pivot": [0, 5.75, 0], + "cubes": [ + {"origin": [4, 3.5, -4], "size": [1, 1, 9], "uv": [35, 25]}, + {"origin": [-5, 3.5, 4], "size": [9, 1, 1], "uv": [39, 23]}, + {"origin": [-5, 3.5, -5], "size": [1, 1, 9], "uv": [15, 34]}, + {"origin": [-4, 3.5, -5], "size": [9, 1, 1], "uv": [36, 9]} + ] + }, + { + "name": "spout", + "parent": "bodypot", + "pivot": [0.01005, 11.67313, -7.75], + "rotation": [0, 90, 0], + "cubes": [ + {"origin": [-2.64204, 7.12059, -9.25], "size": [4, 6, 3], "pivot": [-0.64204, 10.12059, -7.75], "rotation": [0, 0, 15], "uv": [13, 44]}, + {"origin": [-3.0508, 6.24994, -9.251], "size": [2, 4, 3], "pivot": [-3.0508, 7.24994, -7.75], "rotation": [0, 0, 65], "uv": [46, 25]}, + {"origin": [0.19699, 10.29761, -9.251], "size": [3, 6, 3], "pivot": [1.49865, 13.44981, -7.75], "rotation": [0, 0, 52.5], "uv": [0, 0]} + ] + }, + { + "name": "handle", + "parent": "bodypot", + "pivot": [0, 5.5, 0.5], + "cubes": [ + {"origin": [-1.5, 12, 5.5], "size": [3, 3, 2], "uv": [15, 53]}, + {"origin": [-1, 13.25, 6.25], "size": [2, 2, 3], "pivot": [0, 14.25, 7.75], "rotation": [30, 0, 0], "uv": [5, 52]}, + {"origin": [-0.999, 13.51187, 8.23911], "size": [2, 2, 3], "pivot": [0, 14.51187, 9.73911], "rotation": [-15, 0, 0], "uv": [52, 4]}, + {"origin": [-1.001, 12.29053, 9.83079], "size": [2, 2, 3], "pivot": [0, 13.29053, 11.33079], "rotation": [-60, 0, 0], "uv": [51, 49]}, + {"origin": [-0.999, 10.18793, 10.20154], "size": [2, 2, 3], "pivot": [0, 11.18793, 11.70154], "rotation": [-100, 0, 0], "uv": [35, 50]}, + {"origin": [-1.001, 8.18352, 9.1581], "size": [2, 2, 3], "pivot": [0, 9.18352, 10.6581], "rotation": [-135, 0, 0], "uv": [48, 11]}, + {"origin": [-1, 6.84241, 7.05299], "size": [2, 2, 4], "pivot": [0, 7.84241, 8.55299], "rotation": [-160, 0, 0], "uv": [36, 44]}, + {"origin": [-0.999, 5.24754, 3.70659], "size": [2, 2, 3], "pivot": [0, 6.24754, 5.20659], "rotation": [-145, 0, 0], "uv": [18, 22]} + ] + }, + { + "name": "hand_right", + "parent": "torso", + "pivot": [1.10993, 18.00988, -2.69293], + "cubes": [ + {"origin": [0.87829, 17.50742, -3.20661], "size": [1, 1, 3], "pivot": [0.87829, 17.50742, -2.20661], "rotation": [-179.25673, 56.59651, -152.21833], "uv": [47, 54]} + ] + }, + { + "name": "hand_right2", + "parent": "hand_right", + "pivot": [1.98458, 17.52799, -3.49016], + "cubes": [ + {"origin": [2.25, 16.75, -4.25], "size": [1, 1, 3], "pivot": [2.25, 16.75, -3.25], "rotation": [-16.4012, 32.12939, -3.0422], "uv": [0, 55]} + ] + }, + { + "name": "hand_left", + "parent": "torso", + "pivot": [1.21508, 17.78453, 1.46652], + "cubes": [ + {"origin": [1, 17.55, 0.75], "size": [1, 1, 3], "pivot": [1.5, 18.05, 2.75], "rotation": [15.12353, 7.24305, 1.95155], "uv": [53, 29]} + ] + }, + { + "name": "hand_left2", + "parent": "hand_left", + "pivot": [1.99542, 18.14736, 3.26187], + "cubes": [ + {"origin": [2.08352, 17.3338, 1.87536], "size": [1, 1, 3], "pivot": [2.58352, 17.8338, 2.87536], "rotation": [137.58756, 54.6677, 156.11971], "uv": [42, 52]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [2.5, 4.25, -2.5], + "cubes": [ + {"origin": [1.75, 0.25, -3.5], "size": [2, 6, 2], "pivot": [2.75, 3.25, -2.5], "rotation": [0, 0, -25], "uv": [27, 47]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [2.5, 4.25, 2.5], + "cubes": [ + {"origin": [1.75, 0.25, 1.5], "size": [2, 6, 2], "pivot": [2.75, 3.25, 2.5], "rotation": [0, 0, -25], "uv": [0, 47]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/purrloin.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/purrloin.geo.json new file mode 100644 index 0000000..ab97490 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/purrloin.geo.json @@ -0,0 +1,251 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.purrloin", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 4, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "body", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-2.5, 4.75, -1], "size": [5, 5, 4], "uv": [0, 12]} + ] + }, + { + "name": "head", + "parent": "body", + "pivot": [0, 13.75, 1], + "cubes": [ + {"origin": [0.5, 17.25, -2.51], "size": [0.5, 1, 0], "pivot": [0.75, 17.75, -2.51], "rotation": [0, 0, 17.5], "uv": [63, 5]}, + {"origin": [-1, 17.25, -2.51], "size": [0.5, 1, 0], "pivot": [-0.75, 17.75, -2.51], "rotation": [0, 0, -17.5], "uv": [63, 5]}, + {"origin": [-3.5, 13.75, -2.5], "size": [7, 6, 6], "uv": [0, 0]}, + {"origin": [-4.5, 14, -1.5], "size": [1, 3, 4], "uv": [23, 21]}, + {"origin": [3.75, 14, 0], "size": [2, 3, 0], "pivot": [3.5, 15.25, 0.5], "rotation": [0, -15, 0], "uv": [0, 31]}, + {"origin": [-5.75, 14, 0], "size": [2, 4, 0], "pivot": [-3.5, 15.25, 0.5], "rotation": [0, 15, 0], "uv": [14, 12]}, + {"origin": [3.5, 14, -1.5], "size": [1, 3, 4], "uv": [8, 22]} + ] + }, + { + "name": "eye_r", + "parent": "head", + "pivot": [-2.5, 17.25, -2.515], + "rotation": [0, 0, 20], + "cubes": [ + {"origin": [-2.25, 15.25, -2.51], "size": [2, 4, 0], "pivot": [-2, 16.25, -2.515], "rotation": [0, 0, -42.5], "uv": [26, 6]} + ] + }, + { + "name": "eye_r_open", + "parent": "eye_r", + "pivot": [-2, 16.25, -2.515], + "cubes": [ + {"origin": [-2.38456, 16.02825, -2.515], "size": [2, 1, 0], "uv": [12, 21]}, + {"origin": [-1.88456, 16.02825, -2.52], "size": [1, 1, 0], "uv": [0, 0]} + ] + }, + { + "name": "eye_r_closed", + "parent": "eye_r", + "pivot": [-2.5, 17.25, -2.515], + "cubes": [ + {"origin": [-2.38456, 16.02825, -2.5], "size": [2, 1, 0], "uv": [59, 9]} + ] + }, + { + "name": "eye_l", + "parent": "head", + "pivot": [2.5, 17.25, -2.515], + "rotation": [0, 0, -20], + "cubes": [ + {"origin": [0.25, 15.25, -2.51], "size": [2, 4, 0], "pivot": [2, 16.25, -2.5], "rotation": [0, 0, 42.5], "uv": [0, 26]} + ] + }, + { + "name": "eye_l_open", + "parent": "eye_l", + "pivot": [0, 16.5, -0.5], + "cubes": [ + {"origin": [0.38456, 16.02825, -2.515], "size": [2, 1, 0], "uv": [24, 19]}, + {"origin": [0.88456, 16.02825, -2.52], "size": [1, 1, 0], "uv": [0, 1]} + ] + }, + { + "name": "eye_l_closed", + "parent": "eye_l", + "pivot": [2.5, 17.25, -2.515], + "cubes": [ + {"origin": [0.38456, 16.02825, -2.5], "size": [2, 1, 0], "uv": [59, 9]} + ] + }, + { + "name": "snout", + "parent": "head", + "pivot": [0, 14.75, -2.5], + "rotation": [25, 0, 0], + "cubes": [ + {"origin": [-1.5, 13.75, -3], "size": [3, 2, 2], "uv": [8, 34]}, + {"origin": [-0.25, 15.49, -3.01], "size": [0.5, 0.25, 0], "uv": [63, 1]} + ] + }, + { + "name": "ear_l", + "parent": "head", + "pivot": [3.5, 19.75, 0.5], + "rotation": [-10, -20, 40], + "cubes": [ + {"origin": [1.5, 17.75, -0.5], "size": [3, 3, 3], "uv": [15, 19]}, + {"origin": [2, 20.75, 0], "size": [2, 1, 2], "uv": [29, 0]}, + {"origin": [2, 21.75, 0], "size": [1, 1, 2], "uv": [0, 0]} + ] + }, + { + "name": "ear_r", + "parent": "head", + "pivot": [-3.5, 19.75, 0.5], + "rotation": [-10, 20, -40], + "cubes": [ + {"origin": [-4.5, 17.75, -0.5], "size": [3, 3, 3], "uv": [20, 0]}, + {"origin": [-4, 20.75, 0], "size": [2, 1, 2], "uv": [29, 19]}, + {"origin": [-3, 21.75, 0], "size": [1, 1, 2], "uv": [0, 3]} + ] + }, + { + "name": "chest", + "parent": "body", + "pivot": [0, 7.75, -1], + "cubes": [ + {"origin": [-1, 12.75, 0], "size": [2, 2, 2], "uv": [29, 11]}, + {"origin": [-2, 8.75, -0.5], "size": [4, 4, 3], "uv": [18, 12]} + ] + }, + { + "name": "shoulder_r", + "parent": "chest", + "pivot": [-2, 11.75, 1], + "cubes": [ + {"origin": [-4.5, 11.25, 0.5], "size": [3, 1, 1], "uv": [30, 30]}, + {"origin": [-7.5, 11.25, 0.5], "size": [3, 1, 1], "uv": [28, 28]} + ] + }, + { + "name": "shoulder_l", + "parent": "chest", + "pivot": [2, 11.75, 1], + "cubes": [ + {"origin": [1.5, 11.25, 0.5], "size": [3, 1, 1], "uv": [29, 22]}, + {"origin": [4.5, 11.25, 0.5], "size": [3, 1, 1], "uv": [36, 28]} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [0, 5.75, 3], + "cubes": [ + {"origin": [-0.5, 5.25, 3], "size": [1, 1, 4], "uv": [26, 6]} + ] + }, + { + "name": "tail_2", + "parent": "tail", + "pivot": [0, 5.75, 7], + "cubes": [ + {"origin": [-0.5, 5.25, 7], "size": [1, 1, 4], "uv": [0, 26]} + ] + }, + { + "name": "tail_3", + "parent": "tail_2", + "pivot": [0, 5.75, 11], + "cubes": [ + {"origin": [-0.5, 5.25, 11], "size": [1, 1, 4], "uv": [14, 25]} + ] + }, + { + "name": "tail_end", + "parent": "tail_3", + "pivot": [0, 5.75, 15], + "cubes": [ + {"origin": [0, 3.75, 13], "size": [0, 5, 6], "pivot": [0, 6.75, 16], "rotation": [-20, 0, 0], "uv": [0, 15]} + ] + }, + { + "name": "thigh_r", + "parent": "body", + "pivot": [-1.5, 4.75, 1], + "cubes": [ + {"origin": [-2.49, 3.75, 0.03], "size": [2, 2, 2], "uv": [22, 32]} + ] + }, + { + "name": "leg_r", + "parent": "thigh_r", + "pivot": [-1.5, 4.75, 1], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [-2, 2.75, 0.5], "size": [1, 2, 1], "uv": [0, 40]} + ] + }, + { + "name": "calf_r", + "parent": "leg_r", + "pivot": [-1.5, 2.75, 1.5], + "rotation": [-30, 0, 0], + "cubes": [ + {"origin": [-2, -0.25, 0.5], "size": [1, 3, 1], "uv": [0, 12]} + ] + }, + { + "name": "foot_r", + "parent": "calf_r", + "pivot": [-1.5, -0.25, 1.5], + "rotation": [-75, 0, 0], + "cubes": [ + {"origin": [-2.01, -2.25, 0.5], "size": [1, 2, 1], "uv": [0, 43]} + ] + }, + { + "name": "thigh_l", + "parent": "body", + "pivot": [1.5, 4.75, 1], + "cubes": [ + {"origin": [0.49, 3.75, 0.03], "size": [2, 2, 2], "uv": [22, 28]} + ] + }, + { + "name": "leg_l", + "parent": "thigh_l", + "pivot": [1.5, 4.75, 1], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [1, 2.75, 0.5], "size": [1, 2, 1], "uv": [16, 30]} + ] + }, + { + "name": "calf_l", + "parent": "leg_l", + "pivot": [1.5, 2.75, 1.5], + "rotation": [-30, 0, 0], + "cubes": [ + {"origin": [1, -0.25, 0.5], "size": [1, 3, 1], "uv": [0, 36]} + ] + }, + { + "name": "foot_l", + "parent": "calf_l", + "pivot": [1.5, -0.25, 1.5], + "rotation": [-75, 0, 0], + "cubes": [ + {"origin": [1.01, -2.25, 0.5], "size": [1, 2, 1], "uv": [0, 46]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/purugly.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/purugly.geo.json new file mode 100644 index 0000000..6a984ca --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/purugly.geo.json @@ -0,0 +1,630 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.purugly", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "purugly", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "purugly", + "pivot": [0, 4.75, -3], + "cubes": [ + {"origin": [-5.5, 4.25, -11], "size": [11, 10, 10], "pivot": [0, 10.25, -6], "rotation": [10, 0, 0], "uv": [0, 26]} + ] + }, + { + "name": "neck", + "parent": "body", + "pivot": [0, 13.75, -6], + "cubes": [ + {"origin": [-3, 12.75, -9.5], "size": [6, 3, 6], "uv": [55, 8]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 15, -5.5], + "cubes": [ + {"origin": [-4.5, 15, -11], "size": [9, 7, 8], "uv": [35, 39]} + ] + }, + { + "name": "eye_l", + "parent": "head", + "pivot": [3, 19.75, -11.01], + "rotation": [0, 0, -25], + "cubes": [ + {"origin": [1, 17.75, -11.01], "size": [2, 2, 0], "uv": [36, 3]}, + {"origin": [1.5, 18, -11.02], "size": [0.5, 0.75, 0], "uv": [124, 1]} + ] + }, + { + "name": "eyelid_l", + "parent": "eye_l", + "pivot": [-24, 19.75, -11.01], + "cubes": [ + {"origin": [1, 17.75, -11], "size": [2, 2, 0], "uv": [10, 0]} + ] + }, + { + "name": "eye_r", + "parent": "head", + "pivot": [-3, 19.75, -11.01], + "rotation": [0, 0, 25], + "cubes": [ + {"origin": [-3, 17.75, -11.01], "size": [2, 2, 0], "uv": [36, 0]}, + {"origin": [-2, 18, -11.02], "size": [0.5, 0.75, 0], "uv": [125, 1]} + ] + }, + { + "name": "eyelid_r", + "parent": "eye_r", + "pivot": [-20, 19.75, -11.01], + "cubes": [ + {"origin": [-3, 17.75, -11], "size": [2, 2, 0], "uv": [0, 0]} + ] + }, + { + "name": "snout", + "parent": "head", + "pivot": [-19.5, 19.25, -11.51], + "cubes": [ + {"origin": [-2, 14.99, -11.75], "size": [4, 3, 1], "uv": [33, 26]}, + {"origin": [-0.25, 17.25, -11.76], "size": [0.5, 0.5, 0], "uv": [125, 1]} + ] + }, + { + "name": "mouth", + "parent": "snout", + "pivot": [-19.5, 19.75, -11.26], + "cubes": [ + {"origin": [-1.5, 16.5, -11.76], "size": [1.5, 0.25, 0], "pivot": [0, 16.75, -11.76], "rotation": [0, 0, -30], "uv": [124, 1]}, + {"origin": [0, 16.5, -11.76], "size": [1.5, 0.25, 0], "pivot": [0, 16.75, -11.76], "rotation": [0, 0, 30], "uv": [124, 1]} + ] + }, + { + "name": "open_mouth", + "parent": "mouth", + "pivot": [0, 16, -11.76], + "cubes": [ + {"origin": [-1, 15.5, -11.74], "size": [2, 1, 0], "uv": [10, 0]} + ] + }, + { + "name": "whisker1", + "parent": "head", + "pivot": [-3, 16.5, -11.01], + "rotation": [0, 0, 2.5], + "cubes": [ + {"origin": [-6.74929, 16.21729, -11.01], "size": [3, 0.25, 0], "uv": [122, 1]} + ] + }, + { + "name": "whisker1a", + "parent": "whisker1", + "pivot": [-6, 16.25, -11.01], + "rotation": [0, 0, 47.5], + "cubes": [ + {"origin": [-7.48209, 15.67547, -11.01], "size": [1, 0.25, 0], "uv": [125, 1]} + ] + }, + { + "name": "whisker1b", + "parent": "whisker1a", + "pivot": [-7, 16.5, -11.01], + "rotation": [0, 0, 85], + "cubes": [ + {"origin": [-6.46967, 15.71967, -11.01], "size": [1, 0.25, 0], "uv": [125, 1]} + ] + }, + { + "name": "whisker1c", + "parent": "whisker1b", + "pivot": [-6, 16.5, -11.01], + "rotation": [0, 0, -95], + "cubes": [ + {"origin": [-7.57453, 16.01791, -11.01], "size": [1, 0.25, 0], "uv": [125, 1]} + ] + }, + { + "name": "whisker1d", + "parent": "whisker1c", + "pivot": [-7, 16.75, -11.01], + "rotation": [0, 0, 90], + "cubes": [ + {"origin": [-6.51791, 16.17547, -11.01], "size": [1, 0.25, 0], "uv": [125, 1]} + ] + }, + { + "name": "whisker2", + "parent": "head", + "pivot": [-3, 15.75, -11.01], + "rotation": [180, 0, -2.5], + "cubes": [ + {"origin": [-6.74929, 15.46729, -11.01], "size": [3, 0.25, 0], "uv": [122, 1]} + ] + }, + { + "name": "whisker2a", + "parent": "whisker2", + "pivot": [-6, 15.5, -11.01], + "rotation": [0, 0, 47.5], + "cubes": [ + {"origin": [-7.48209, 14.92547, -11.01], "size": [1, 0.25, 0], "uv": [124, 1]} + ] + }, + { + "name": "whisker2b", + "parent": "whisker2a", + "pivot": [-7, 15.75, -11.01], + "rotation": [0, 0, 85], + "cubes": [ + {"origin": [-6.46967, 14.96967, -11.01], "size": [1, 0.25, 0], "uv": [124, 1]} + ] + }, + { + "name": "whisker2c", + "parent": "whisker2b", + "pivot": [-6, 15.75, -11.01], + "rotation": [0, 0, -95], + "cubes": [ + {"origin": [-7.57453, 15.26791, -11.01], "size": [1, 0.25, 0], "uv": [124, 1]} + ] + }, + { + "name": "whisker2d", + "parent": "whisker2c", + "pivot": [-7, 16, -11.01], + "rotation": [0, 0, 90], + "cubes": [ + {"origin": [-6.51791, 15.42547, -11.01], "size": [1, 0.25, 0], "uv": [124, 1]} + ] + }, + { + "name": "whisker3", + "parent": "head", + "pivot": [3, 16.5, -11.01], + "rotation": [0, 180, -2.5], + "cubes": [ + {"origin": [-0.74929, 16.21729, -11.01], "size": [3, 0.25, 0], "uv": [122, 1]} + ] + }, + { + "name": "whisker3a", + "parent": "whisker3", + "pivot": [0, 16.25, -11.01], + "rotation": [0, 0, 47.5], + "cubes": [ + {"origin": [-1.48209, 15.67547, -11.01], "size": [1, 0.25, 0], "uv": [124, 1]} + ] + }, + { + "name": "whisker3b", + "parent": "whisker3a", + "pivot": [-1, 16.5, -11.01], + "rotation": [0, 0, 85], + "cubes": [ + {"origin": [-0.46967, 15.71967, -11.01], "size": [1, 0.25, 0], "uv": [124, 1]} + ] + }, + { + "name": "whisker3c", + "parent": "whisker3b", + "pivot": [0, 16.5, -11.01], + "rotation": [0, 0, -95], + "cubes": [ + {"origin": [-1.57453, 16.01791, -11.01], "size": [1, 0.25, 0], "uv": [124, 1]} + ] + }, + { + "name": "whisker3d", + "parent": "whisker3c", + "pivot": [-1, 16.75, -11.01], + "rotation": [0, 0, 90], + "cubes": [ + {"origin": [-0.51791, 16.17547, -11.01], "size": [1, 0.25, 0], "uv": [124, 1]} + ] + }, + { + "name": "whisker4", + "parent": "head", + "pivot": [3, 15.75, -11.01], + "rotation": [180, 180, 2.5], + "cubes": [ + {"origin": [-0.74929, 15.46729, -11.01], "size": [3, 0.25, 0], "uv": [122, 1]} + ] + }, + { + "name": "whisker4a", + "parent": "whisker4", + "pivot": [0, 15.5, -11.01], + "rotation": [0, 0, 47.5], + "cubes": [ + {"origin": [-1.48209, 14.92547, -11.01], "size": [1, 0.25, 0], "uv": [124, 1]} + ] + }, + { + "name": "whisker4b", + "parent": "whisker4a", + "pivot": [-1, 15.75, -11.01], + "rotation": [0, 0, 85], + "cubes": [ + {"origin": [-0.46967, 14.96967, -11.01], "size": [1, 0.25, 0], "uv": [124, 1]} + ] + }, + { + "name": "whisker4c", + "parent": "whisker4b", + "pivot": [0, 15.75, -11.01], + "rotation": [0, 0, -95], + "cubes": [ + {"origin": [-1.57453, 15.26791, -11.01], "size": [1, 0.25, 0], "uv": [124, 1]} + ] + }, + { + "name": "whisker4d", + "parent": "whisker4c", + "pivot": [-1, 16, -11.01], + "rotation": [0, 0, 90], + "cubes": [ + {"origin": [-0.51791, 15.42547, -11.01], "size": [1, 0.25, 0], "uv": [124, 1]} + ] + }, + { + "name": "ear_l", + "parent": "head", + "pivot": [-16.5, 20.5, -7], + "rotation": [-10, -20, 55], + "cubes": [ + {"origin": [-8.39232, 34.24812, -15.37965], "size": [6, 4, 2], "uv": [64, 18]}, + {"origin": [-8.39232, 38.24812, -15.37965], "size": [5, 2, 2], "uv": [70, 50]}, + {"origin": [-8.39232, 40.24812, -15.37965], "size": [4, 2, 2], "uv": [34, 76]}, + {"origin": [-7.39232, 42.24812, -15.37965], "size": [2, 1, 2], "uv": [33, 31]} + ] + }, + { + "name": "ear_r", + "parent": "head", + "pivot": [-27.5, 20.5, -7], + "rotation": [-10, 20, -55], + "cubes": [ + {"origin": [-17.89232, 0.25188, -0.62035], "size": [6, 4, 2], "uv": [61, 0]}, + {"origin": [-16.89232, 4.25188, -0.62035], "size": [5, 2, 2], "uv": [43, 34]}, + {"origin": [-15.89232, 6.25188, -0.62035], "size": [4, 2, 2], "uv": [75, 55]}, + {"origin": [-14.89232, 8.25188, -0.62035], "size": [2, 1, 2], "uv": [0, 31]} + ] + }, + { + "name": "waist", + "parent": "body", + "pivot": [0, 4.75, -3], + "cubes": [ + {"origin": [-5, 4.75, -4], "size": [10, 10, 15], "uv": [0, 0]} + ] + }, + { + "name": "thigh_fr", + "parent": "waist", + "pivot": [-5.5, 10.75, -6.75], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [-8, 6.25, -9.5], "size": [5, 6, 5], "uv": [59, 55]} + ] + }, + { + "name": "leg_fr", + "parent": "thigh_fr", + "pivot": [-5.5, 6.25, -4.5], + "rotation": [-20, 0, 0], + "cubes": [ + {"origin": [-8.01, 2.25, -8.5], "size": [5, 4, 4], "uv": [15, 70]}, + {"origin": [-7.51, 0.75, -8], "size": [4, 2, 3], "uv": [70, 44]}, + {"origin": [-7.02, -0.75, -8.5], "size": [3, 2, 3], "pivot": [-4, 0.75, -4.5], "rotation": [5, 0, 0], "uv": [74, 7]} + ] + }, + { + "name": "thigh_fl", + "parent": "waist", + "pivot": [6, 10.75, -6.75], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [3, 6.25, -9.5], "size": [5, 6, 5], "uv": [38, 55]} + ] + }, + { + "name": "leg_fl", + "parent": "thigh_fl", + "pivot": [6, 6.25, -4.5], + "rotation": [-20, 0, 0], + "cubes": [ + {"origin": [2.99, 2.25, -8.5], "size": [5, 4, 4], "uv": [34, 67]}, + {"origin": [3.49, 0.75, -8], "size": [4, 2, 3], "uv": [0, 6]}, + {"origin": [3.98, -0.75, -8.75], "size": [3, 2, 3], "pivot": [7, 0.75, -4.5], "rotation": [5, 0, 0], "uv": [69, 73]} + ] + }, + { + "name": "thigh_br", + "parent": "waist", + "pivot": [-3.5, 10.5, 8.25], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-8.5, 6.5, 4], "size": [6, 7, 6], "uv": [45, 20]} + ] + }, + { + "name": "leg_br", + "parent": "thigh_br", + "pivot": [-6, 6.5, 10], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [-8.01, 2.5, 6], "size": [5, 4, 4], "uv": [53, 67]}, + {"origin": [-7.51, 1, 6.5], "size": [4, 2, 3], "uv": [70, 25]}, + {"origin": [-7, 0, 5.75], "size": [3, 2, 3], "pivot": [-2.5, 1.5, 10], "rotation": [5, 0, 0], "uv": [74, 7]} + ] + }, + { + "name": "thigh_bl", + "parent": "waist", + "pivot": [7.5, 10.5, 8.25], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [2.5, 6.5, 4], "size": [6, 7, 6], "uv": [36, 0]} + ] + }, + { + "name": "leg_bl", + "parent": "thigh_bl", + "pivot": [6.5, 6.5, 10], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [2.99, 2.5, 6], "size": [5, 4, 4], "uv": [0, 65]}, + {"origin": [3.49, 1.17051, 6.15523], "size": [4, 2, 3], "uv": [0, 0]}, + {"origin": [4, 0, 5.5], "size": [3, 2, 3], "pivot": [8.5, 1.5, 10], "rotation": [5, 0, 0], "uv": [69, 73]} + ] + }, + { + "name": "tail_base", + "parent": "waist", + "pivot": [0, 13.75, 11], + "rotation": [47.5, 30, 0], + "cubes": [ + {"origin": [-0.5, 13.25, 10.5], "size": [1, 1, 3], "uv": [0, 26]} + ] + }, + { + "name": "curl", + "parent": "tail_base", + "pivot": [0, 13.75, 13.25], + "rotation": [90, 60, 80], + "cubes": [ + {"origin": [-3, 13.25, 12.75], "size": [3, 1, 1], "uv": [80, 13]} + ] + }, + { + "name": "curl2", + "parent": "curl", + "pivot": [-3, 13.25, 13.25], + "rotation": [15, 0, 25], + "cubes": [ + {"origin": [-6, 13.25, 12.75], "size": [3, 1, 1], "uv": [0, 80]} + ] + }, + { + "name": "curl3", + "parent": "curl2", + "pivot": [-6, 13.25, 13.25], + "rotation": [15, -5, 45], + "cubes": [ + {"origin": [-9, 13.25, 12.75], "size": [3, 1, 1], "uv": [74, 79]} + ] + }, + { + "name": "curl4", + "parent": "curl3", + "pivot": [-9, 13.25, 13.25], + "rotation": [5, -10, 45], + "cubes": [ + {"origin": [-12, 13.25, 12.75], "size": [3, 1, 1], "uv": [79, 73]} + ] + }, + { + "name": "curl5", + "parent": "curl4", + "pivot": [-12, 13.25, 13.25], + "rotation": [0, 17.5, 45], + "cubes": [ + {"origin": [-15, 13.25, 12.75], "size": [3, 1, 1], "uv": [65, 79]} + ] + }, + { + "name": "curl6", + "parent": "curl5", + "pivot": [-15, 13.25, 13.25], + "rotation": [0, 17.5, 45], + "cubes": [ + {"origin": [-18, 13.25, 12.75], "size": [3, 1, 1], "uv": [56, 79]} + ] + }, + { + "name": "curl7", + "parent": "curl6", + "pivot": [-18, 13.25, 13.25], + "rotation": [0, 17.5, 45], + "cubes": [ + {"origin": [-21, 13.25, 12.75], "size": [3, 1, 1], "uv": [47, 79]} + ] + }, + { + "name": "curl8", + "parent": "curl7", + "pivot": [-21, 13.25, 13.25], + "rotation": [0, 17.5, 45], + "cubes": [ + {"origin": [-24, 13.25, 12.75], "size": [3, 1, 1], "uv": [21, 79]} + ] + }, + { + "name": "curl9", + "parent": "curl8", + "pivot": [-24, 13.25, 13.25], + "rotation": [0, 17.5, 45], + "cubes": [ + {"origin": [-27, 13.25, 12.75], "size": [3, 1, 1], "uv": [79, 17]} + ] + }, + { + "name": "curl10", + "parent": "curl9", + "pivot": [-27, 13.25, 13.25], + "rotation": [0, 17.5, 45], + "cubes": [ + {"origin": [-30, 13.25, 12.75], "size": [3, 1, 1], "uv": [12, 79]} + ] + }, + { + "name": "curl11", + "parent": "curl10", + "pivot": [-30, 13.25, 13.25], + "rotation": [0, 17.5, 45], + "cubes": [ + {"origin": [-33, 13.25, 12.75], "size": [3, 1, 1], "uv": [78, 36]} + ] + }, + { + "name": "curl12", + "parent": "curl11", + "pivot": [-33, 13.25, 13.25], + "rotation": [0, 17.5, 45], + "cubes": [ + {"origin": [-36, 13.25, 12.75], "size": [3, 1, 1], "uv": [78, 33]} + ] + }, + { + "name": "curl13", + "parent": "curl12", + "pivot": [-36, 13.25, 13.25], + "rotation": [0, 17.5, 45], + "cubes": [ + {"origin": [-39, 13.25, 12.75], "size": [3, 1, 1], "uv": [78, 3]} + ] + }, + { + "name": "curl14", + "parent": "curl13", + "pivot": [-39, 13.25, 13.25], + "rotation": [0, 17.5, 45], + "cubes": [ + {"origin": [-42, 13.25, 12.75], "size": [3, 1, 1], "uv": [78, 0]} + ] + }, + { + "name": "curl15", + "parent": "curl14", + "pivot": [-42, 13.25, 13.25], + "rotation": [0, 17.5, 45], + "cubes": [ + {"origin": [-45, 13.25, 12.75], "size": [3, 1, 1], "uv": [56, 76]} + ] + }, + { + "name": "curl16", + "parent": "curl15", + "pivot": [-45, 13.25, 13.25], + "rotation": [0, 17.5, 45], + "cubes": [ + {"origin": [-48, 13.25, 12.75], "size": [3, 1, 1], "uv": [47, 76]} + ] + }, + { + "name": "curl17", + "parent": "curl16", + "pivot": [-48, 13.25, 13.25], + "rotation": [0, 17.5, 45], + "cubes": [ + {"origin": [-51, 13.25, 12.75], "size": [3, 1, 1], "uv": [70, 31]} + ] + }, + { + "name": "curl18", + "parent": "curl17", + "pivot": [-51, 13.25, 13.25], + "rotation": [0, 17.5, 45], + "cubes": [ + {"origin": [-54, 13.25, 12.75], "size": [3, 1, 1], "uv": [62, 44]} + ] + }, + { + "name": "curl19", + "parent": "curl18", + "pivot": [-54, 13.25, 13.25], + "rotation": [0, 20, 45], + "cubes": [ + {"origin": [-57, 13.25, 12.75], "size": [3, 1, 1], "uv": [58, 34]} + ] + }, + { + "name": "curl20", + "parent": "curl19", + "pivot": [-57, 13.25, 13.25], + "rotation": [0, 22.5, 42.5], + "cubes": [ + {"origin": [-60, 13.25, 12.75], "size": [3, 1, 1], "uv": [54, 55]} + ] + }, + { + "name": "curl21", + "parent": "curl20", + "pivot": [-60, 13.25, 13.25], + "rotation": [0, 22.5, 42.5], + "cubes": [ + {"origin": [-63, 13.25, 12.75], "size": [3, 1, 1], "uv": [23, 47]} + ] + }, + { + "name": "curl22", + "parent": "curl21", + "pivot": [-63, 13.25, 13.25], + "rotation": [0, 22.5, 17.5], + "cubes": [ + {"origin": [-66, 13.25, 12.75], "size": [3, 1, 1], "uv": [14, 47]} + ] + }, + { + "name": "curl23", + "parent": "curl22", + "pivot": [-66, 13.25, 13.25], + "cubes": [ + {"origin": [-69, 13.25, 12.75], "size": [3, 1, 1], "uv": [0, 12]} + ] + }, + { + "name": "pos", + "parent": "curl23", + "pivot": [-68.5, 13.25, 13.25], + "rotation": [-47.5, 7.5, 42.5] + }, + { + "name": "tail_fluff", + "parent": "pos", + "pivot": [-68.5, 12.75, 16], + "cubes": [ + {"origin": [-75, 3, 11], "size": [4, 12, 5], "uv": [19, 50]}, + {"origin": [-71, 11, 11], "size": [5, 4, 5], "uv": [62, 34]}, + {"origin": [-66, 3, 11], "size": [4, 12, 5], "uv": [0, 47]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/pyroar/pyroar_f.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/pyroar/pyroar_f.geo.json new file mode 100644 index 0000000..b76b980 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/pyroar/pyroar_f.geo.json @@ -0,0 +1,414 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.pyroar_f", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 6, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "body", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [0, 14, -16], "size": [0, 4, 4], "pivot": [0, 16, -13], "rotation": [25, 0, 0], "uv": [0, 20]}, + {"origin": [-3.5, 12, -13], "size": [7, 8, 9], "pivot": [0, 15, -8.5], "rotation": [-10, 0, 0], "uv": [0, 20]}, + {"origin": [-3, 12.5, -4.5], "size": [6, 6, 13], "uv": [0, 0]} + ] + }, + { + "name": "neck", + "parent": "body", + "pivot": [0, 19, -12.5], + "cubes": [ + {"origin": [-2, 16, -13.5], "size": [4, 9, 4], "uv": [31, 57]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 23.5, -13.5], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-3.5, 22.51, -13.75], "size": [7, 6, 5], "uv": [44, 26]} + ] + }, + { + "name": "ear_l", + "parent": "head", + "pivot": [3.5, 28.5, -13.75], + "rotation": [0, 5, 45], + "cubes": [ + {"origin": [1.5, 26.51, -12.75], "size": [4, 4, 2], "uv": [84, 51]} + ] + }, + { + "name": "ear_r", + "parent": "head", + "pivot": [-3.5, 28.5, -13.75], + "rotation": [0, -5, -45], + "cubes": [ + {"origin": [-5.5, 26.5, -12.75], "size": [4, 4, 2], "uv": [24, 84]} + ] + }, + { + "name": "face", + "parent": "head", + "pivot": [0, 23.5, -13.5], + "rotation": [0, 45, 0], + "cubes": [ + {"origin": [-2.25, 22.5, -16.25], "size": [5, 6, 5], "uv": [50, 8]} + ] + }, + { + "name": "face_r", + "parent": "face", + "pivot": [0, 29.5, -13.5], + "cubes": [ + {"origin": [-2.25, 25, -16.26], "size": [3, 2, 0], "uv": [56, 49]}, + {"origin": [-7.25, 25, -16.26], "size": [5, 2, 0], "pivot": [-2.25, 26.5, -16.25], "rotation": [0, 45, 0], "uv": [45, 0]} + ] + }, + { + "name": "eye_r", + "parent": "face_r", + "pivot": [0.25, 26.75, -17.5], + "rotation": [10, -90, 0], + "cubes": [ + {"origin": [1.48, 25.75, -18], "size": [0, 1, 2], "pivot": [0.25, 26.75, -17.5], "rotation": [5, 0, 0], "uv": [44, 26]}, + {"origin": [1.47, 25.85, -18], "size": [0, 1, 1], "uv": [10, 0]} + ] + }, + { + "name": "eye_r_closed", + "parent": "eye_r", + "pivot": [0.25, 26.75, -17.5], + "cubes": [ + {"origin": [1.5, 25.75, -18], "size": [0, 1, 2], "pivot": [0.25, 26.75, -17.5], "rotation": [5, 0, 0], "uv": [0, 38]} + ] + }, + { + "name": "face_l", + "parent": "face", + "pivot": [0, 29.5, -13.5], + "rotation": [0, -90, 0], + "cubes": [ + {"origin": [-0.75, 25, -16.26], "size": [3, 2, 0], "uv": [19, 38]}, + {"origin": [-2.75, 25, -16.26], "size": [5, 2, 0], "pivot": [2.25, 26.5, -16.25], "rotation": [0, 135, 0], "uv": [33, 28]} + ] + }, + { + "name": "eye_l", + "parent": "face_l", + "pivot": [-0.25, 27, -17.5], + "rotation": [10, 90, 0], + "cubes": [ + {"origin": [-1.48, 25.75, -18], "size": [0, 1, 2], "pivot": [-0.25, 27, -17.5], "rotation": [5, 0, 0], "uv": [26, 0]}, + {"origin": [-1.47, 25.85, -18], "size": [0, 1, 1], "uv": [0, 0]} + ] + }, + { + "name": "eye_l_closed", + "parent": "eye_l", + "pivot": [-0.25, 26.75, -17.5], + "cubes": [ + {"origin": [-1.5, 25.75, -18], "size": [0, 1, 2], "pivot": [-0.25, 26.75, -17.5], "rotation": [5, 0, 0], "uv": [24, 20]} + ] + }, + { + "name": "snout", + "parent": "head", + "pivot": [0, 25.5, -16.5], + "rotation": [10, 0, 0], + "mirror": true, + "cubes": [ + {"origin": [-2, 22.76, -19], "size": [4, 3, 4], "uv": [80, 0]} + ], + "locators": { + "fire": { + "offset": [0, 27, -22], + "rotation": [-5, 0, 0] + } + } + }, + { + "name": "tongue", + "parent": "snout", + "pivot": [0, 23.75, -15], + "mirror": true, + "cubes": [ + {"origin": [-1, 23.75, -17.75], "size": [2, 0, 3], "uv": [97, 2]} + ] + }, + { + "name": "hair", + "parent": "head", + "pivot": [0, 27.5, -16.5], + "rotation": [65, 0, 0], + "cubes": [ + {"origin": [-1, 27, -17.5], "size": [2, 2, 2], "uv": [26, 45]} + ] + }, + { + "name": "hair2", + "parent": "hair", + "pivot": [0, 29, -15.5], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [-1.5, 26, -15.5], "size": [3, 3, 3], "uv": [81, 27]} + ] + }, + { + "name": "hair3", + "parent": "hair2", + "pivot": [0, 29, -12.5], + "rotation": [-27.5, 0, 0], + "cubes": [ + {"origin": [-2.5, 24, -12.5], "size": [5, 5, 5], "inflate": 0.01, "uv": [51, 38]} + ] + }, + { + "name": "hair4", + "parent": "hair3", + "pivot": [0, 29, -7.5], + "rotation": [-32.5, 0, 0], + "cubes": [ + {"origin": [-2.5, 23, -7.5], "size": [5, 6, 5], "uv": [35, 45]} + ] + }, + { + "name": "hair5", + "parent": "hair4", + "pivot": [0.5, 29, -2.5], + "rotation": [-25, 0, 0], + "cubes": [ + {"origin": [-3, 23, -2.5], "size": [6, 6, 6], "inflate": 0.01, "uv": [0, 38]} + ] + }, + { + "name": "hair10", + "parent": "hair5", + "pivot": [0.5, 29, 3.5], + "rotation": [-20, 0, 0], + "cubes": [ + {"origin": [-3, 23, 3.5], "size": [6, 6, 6], "uv": [26, 0]} + ] + }, + { + "name": "hair6", + "parent": "hair10", + "pivot": [0, 23, 8.5], + "rotation": [17.5, 0, 0], + "cubes": [ + {"origin": [-2.5, 23, 8.5], "size": [5, 6, 7], "inflate": 0.01, "uv": [26, 31]} + ] + }, + { + "name": "hair7", + "parent": "hair6", + "pivot": [0, 23, 13.5], + "rotation": [17.5, 0, 0], + "cubes": [ + {"origin": [-2.5, 23, 13.5], "size": [5, 5, 7], "uv": [32, 13]} + ] + }, + { + "name": "hair8", + "parent": "hair7", + "pivot": [-0.5, 23, 20.5], + "rotation": [17.5, 0, 0], + "cubes": [ + {"origin": [-2, 23.5, 20.5], "size": [4, 4, 5], "uv": [64, 20]} + ] + }, + { + "name": "hair9", + "parent": "hair8", + "pivot": [-0.5, 23.5, 25.5], + "rotation": [17.5, 0, 0], + "cubes": [ + {"origin": [-1.5, 24, 25.5], "size": [3, 3, 5], "uv": [43, 69]} + ] + }, + { + "name": "hair11", + "parent": "hair9", + "pivot": [-1, 24, 30.5], + "rotation": [17.5, 0, 0], + "cubes": [ + {"origin": [-1, 24.5, 30.5], "size": [2, 2, 4], "uv": [40, 78]} + ] + }, + { + "name": "shoulder_l", + "parent": "body", + "pivot": [3.5, 18, -8], + "cubes": [ + {"origin": [2, 9, -10], "size": [3, 11, 4], "uv": [52, 53]} + ] + }, + { + "name": "forearm_l", + "parent": "shoulder_l", + "pivot": [3.5, 9, -6], + "rotation": [-7.5, 0, 0], + "cubes": [ + {"origin": [1.99, 0, -9], "size": [3, 9, 3], "uv": [27, 71]} + ] + }, + { + "name": "paw_fl", + "parent": "forearm_l", + "pivot": [3.5, 2, -6], + "rotation": [7.5, 0, 0], + "cubes": [ + {"origin": [1.5, -0.01, -10.99], "size": [4, 2, 5], "uv": [66, 3]} + ] + }, + { + "name": "shoulder_r", + "parent": "body", + "pivot": [-3.5, 18, -8], + "cubes": [ + {"origin": [-5, 9, -10], "size": [3, 11, 4], "uv": [0, 51]} + ] + }, + { + "name": "forearm_r", + "parent": "shoulder_r", + "pivot": [-3.5, 9, -6], + "rotation": [-7.5, 0, 0], + "cubes": [ + {"origin": [-4.99, 0, -9], "size": [3, 9, 3], "uv": [0, 0]} + ] + }, + { + "name": "paw_fr", + "parent": "forearm_r", + "pivot": [-3.5, 2, -6], + "rotation": [7.5, 0, 0], + "cubes": [ + {"origin": [-5.5, -0.01, -10.99], "size": [4, 2, 5], "uv": [67, 33]} + ] + }, + { + "name": "thigh_r", + "parent": "body", + "pivot": [-3, 15, 6], + "cubes": [ + {"origin": [-5, 10.25, 2.5], "size": [3, 7, 5], "uv": [62, 64]}, + {"origin": [-5.01, 13.25, 5.5], "size": [0, 8, 5], "uv": [0, 70]} + ] + }, + { + "name": "knee_r", + "parent": "thigh_r", + "pivot": [-3, 10, 2.5], + "rotation": [30, 0, 0], + "cubes": [ + {"origin": [-4.99, 5.21651, 2.625], "size": [3, 5, 4], "uv": [77, 41]} + ] + }, + { + "name": "calf_r", + "parent": "knee_r", + "pivot": [-3.5, 5, 6.5], + "rotation": [-35, 0, 0], + "cubes": [ + {"origin": [-4.98, -2.75095, 3.47821], "size": [3, 8, 3], "uv": [76, 74]} + ] + }, + { + "name": "paw_br", + "parent": "calf_r", + "pivot": [-3.5, -1, 6.5], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-5.5, -2.76, 1.5], "size": [4, 2, 5], "uv": [63, 49]} + ] + }, + { + "name": "thigh_l", + "parent": "body", + "pivot": [3, 15, 6], + "cubes": [ + {"origin": [2, 10.25, 2.5], "size": [3, 7, 5], "uv": [10, 62]}, + {"origin": [5.01, 13.25, 5.5], "size": [0, 8, 5], "uv": [55, 73]} + ] + }, + { + "name": "knee_l", + "parent": "thigh_l", + "pivot": [3, 10, 2.5], + "rotation": [30, 0, 0], + "cubes": [ + {"origin": [1.99, 5.21651, 2.625], "size": [3, 5, 4], "uv": [11, 75]} + ] + }, + { + "name": "calf_l", + "parent": "knee_l", + "pivot": [3.5, 5, 6.5], + "rotation": [-35, 0, 0], + "cubes": [ + {"origin": [1.98, -2.75095, 3.47821], "size": [3, 8, 3], "uv": [74, 57]} + ] + }, + { + "name": "paw_bl", + "parent": "calf_l", + "pivot": [3.5, -1, 6.5], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [1.5, -2.76, 1.5], "size": [4, 2, 5], "uv": [51, 0]} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [0, 18, 8.5], + "cubes": [ + {"origin": [-0.5, 17.5, 8.5], "size": [1, 1, 5], "uv": [0, 84]} + ] + }, + { + "name": "tail_seg2", + "parent": "tail", + "pivot": [-0.5, 18, 13.5], + "cubes": [ + {"origin": [-0.5, 17.5, 13.5], "size": [1, 1, 5], "uv": [83, 15]} + ] + }, + { + "name": "tail_seg3", + "parent": "tail_seg2", + "pivot": [-0.5, 18, 18.5], + "cubes": [ + {"origin": [-0.5, 17.5, 18.5], "size": [1, 1, 5], "uv": [82, 64]} + ] + }, + { + "name": "tail_seg4", + "parent": "tail_seg3", + "pivot": [-0.5, 18, 23.5], + "cubes": [ + {"origin": [-0.5, 17.5, 23.5], "size": [1, 1, 5], "uv": [66, 81]} + ] + }, + { + "name": "tail_seg_end", + "parent": "tail_seg4", + "pivot": [-0.5, 18, 28.5], + "cubes": [ + {"origin": [-0.5, 17.5, 28.5], "size": [1, 1, 5], "uv": [24, 21]}, + {"origin": [0, 14.5, 29.5], "size": [0, 8, 9], "uv": [16, 42]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/pyroar/pyroar_m.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/pyroar/pyroar_m.geo.json new file mode 100644 index 0000000..348f33c --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/pyroar/pyroar_m.geo.json @@ -0,0 +1,490 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.pyroar", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 6, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "body", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-4, 11, -13], "size": [8, 9, 9], "pivot": [0, 15, -8.5], "rotation": [-10, 0, 0], "uv": [0, 21]}, + {"origin": [-3.5, 11.5, -4.5], "size": [7, 7, 13], "uv": [0, 0]}, + {"origin": [0, 18, 6.5], "size": [0, 2, 2], "uv": [26, 21]} + ] + }, + { + "name": "neck", + "parent": "body", + "pivot": [0, 19, -12.5], + "cubes": [ + {"origin": [-2.5, 16, -13.5], "size": [5, 9, 5], "uv": [19, 63]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 23.5, -13.5], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-3.5, 22.51, -13.75], "size": [7, 7, 5], "uv": [53, 0]} + ] + }, + { + "name": "face", + "parent": "head", + "pivot": [0, 23.5, -13.5], + "rotation": [0, 45, 0], + "cubes": [ + {"origin": [-2.25, 22.5, -16.25], "size": [5, 7, 5], "uv": [66, 13]} + ] + }, + { + "name": "face_r", + "parent": "face", + "pivot": [0, 29.5, -13.5], + "cubes": [ + {"origin": [-2.25, 25, -16.26], "size": [3, 2, 0], "uv": [26, 26]} + ] + }, + { + "name": "eye_r", + "parent": "face_r", + "pivot": [0.25, 26.75, -17.5], + "rotation": [10, -90, 0], + "cubes": [ + {"origin": [1.48, 25.75, -18], "size": [0, 1, 2], "pivot": [0.25, 26.75, -17.5], "rotation": [5, 0, 0], "uv": [48, 0]}, + {"origin": [1.47, 25.85, -18], "size": [0, 1, 1], "uv": [10, 0]} + ] + }, + { + "name": "eye_r_closed", + "parent": "eye_r", + "pivot": [0.25, 26.75, -17.5], + "cubes": [ + {"origin": [1.5, 25.75, -18], "size": [0, 1, 2], "pivot": [0.25, 26.75, -17.5], "rotation": [5, 0, 0], "uv": [20, 40]} + ] + }, + { + "name": "face_l", + "parent": "face", + "pivot": [0, 29.5, -13.5], + "rotation": [0, -90, 0], + "cubes": [ + {"origin": [-0.75, 25, -16.26], "size": [3, 2, 0], "uv": [0, 26]} + ] + }, + { + "name": "eye_l", + "parent": "face_l", + "pivot": [-0.25, 27, -17.5], + "rotation": [10, 90, 0], + "cubes": [ + {"origin": [-1.48, 25.75, -18], "size": [0, 1, 2], "pivot": [-0.25, 27, -17.5], "rotation": [5, 0, 0], "uv": [0, 40]}, + {"origin": [-1.47, 25.85, -18], "size": [0, 1, 1], "uv": [0, 0]} + ] + }, + { + "name": "eye_l_closed", + "parent": "eye_l", + "pivot": [-0.25, 26.75, -17.5], + "cubes": [ + {"origin": [-1.5, 25.75, -18], "size": [0, 1, 2], "pivot": [-0.25, 26.75, -17.5], "rotation": [5, 0, 0], "uv": [28, 0]} + ] + }, + { + "name": "snout", + "parent": "head", + "pivot": [0, 25.5, -16.5], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [-2, 22.76, -19], "size": [4, 3, 4], "uv": [90, 66]} + ], + "locators": { + "fire": { + "offset": [0, 27, -22], + "rotation": [-5, 0, 0] + } + } + }, + { + "name": "tongue", + "parent": "snout", + "pivot": [0, 23.75, -15], + "cubes": [ + {"origin": [-1, 23.75, -17.75], "size": [2, 0, 3], "uv": [117, 3]} + ] + }, + { + "name": "mane", + "parent": "head", + "pivot": [0, 23.5, -13.5], + "cubes": [ + {"origin": [-3.5, 21.5, -11.5], "size": [7, 9, 5], "uv": [0, 40]} + ] + }, + { + "name": "hair", + "parent": "mane", + "pivot": [0, 28, -16.5], + "rotation": [65, 0, 0], + "cubes": [ + {"origin": [-1, 27.5, -17.5], "size": [2, 2, 2], "uv": [0, 21]} + ] + }, + { + "name": "hair2", + "parent": "hair", + "pivot": [0, 29.5, -15.5], + "cubes": [ + {"origin": [-2, 24.5, -15.5], "size": [4, 5, 3], "uv": [91, 22]} + ] + }, + { + "name": "hair3", + "parent": "hair2", + "pivot": [0, 29.5, -12.5], + "rotation": [-15, 20, 0], + "cubes": [ + {"origin": [0, 24.5, -12.5], "size": [3, 5, 3], "uv": [0, 92]} + ] + }, + { + "name": "hair6", + "parent": "hair3", + "pivot": [0, 29.5, -9.5], + "rotation": [-10, 20, 0], + "cubes": [ + {"origin": [0, 27.5, -9.5], "size": [2, 2, 3], "uv": [57, 48]} + ] + }, + { + "name": "hair4", + "parent": "hair2", + "pivot": [0, 29.5, -12.5], + "rotation": [-15, -20, 0], + "cubes": [ + {"origin": [-3, 24.5, -12.5], "size": [3, 5, 3], "uv": [0, 0]} + ] + }, + { + "name": "hair5", + "parent": "hair4", + "pivot": [0, 29.5, -9.5], + "rotation": [-10, -20, 0], + "cubes": [ + {"origin": [-2, 27.5, -9.5], "size": [2, 2, 3], "uv": [95, 7]} + ] + }, + { + "name": "mane_ul", + "parent": "mane", + "pivot": [-3.5, 27, -14], + "rotation": [15, 30, 20], + "cubes": [ + {"origin": [-9.5, 23, -14], "size": [7, 7, 5], "uv": [20, 50]} + ] + }, + { + "name": "mane_ul2", + "parent": "mane_ul", + "pivot": [-9.5, 23, -13], + "rotation": [0, 0, 35], + "cubes": [ + {"origin": [-14.5, 23, -13], "size": [5, 3, 3], "uv": [33, 91]} + ] + }, + { + "name": "mane_ur", + "parent": "mane", + "pivot": [3.5, 26, -14], + "rotation": [15, -30, -20], + "cubes": [ + {"origin": [2.5, 23, -14], "size": [7, 7, 5], "uv": [28, 0]} + ] + }, + { + "name": "mane_ur2", + "parent": "mane_ur", + "pivot": [9.5, 23, -14], + "rotation": [0, 0, -35], + "cubes": [ + {"origin": [9.5, 23, -13], "size": [5, 3, 3], "uv": [87, 35]} + ] + }, + { + "name": "lower_mane", + "parent": "mane", + "pivot": [0, 23, -17] + }, + { + "name": "bottom_tuff", + "parent": "lower_mane", + "pivot": [0, 23, -16], + "rotation": [-22.5, 0, 0], + "cubes": [ + {"origin": [-1.5, 20, -16], "size": [3, 3, 3], "uv": [67, 93]} + ] + }, + { + "name": "bottom_tuff4", + "parent": "bottom_tuff", + "pivot": [0, 20, -16], + "rotation": [12.5, 0, 0], + "cubes": [ + {"origin": [-3, 15, -16], "size": [6, 5, 3], "uv": [87, 13]} + ] + }, + { + "name": "bottom_tuff2", + "parent": "bottom_tuff4", + "pivot": [0, 15, -16], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [-2.5, 12, -16], "size": [5, 3, 3], "uv": [50, 91]} + ] + }, + { + "name": "bottom_tuff3", + "parent": "bottom_tuff2", + "pivot": [0, 12, -16], + "rotation": [25, 0, 0], + "cubes": [ + {"origin": [-2, 9, -16], "size": [4, 3, 2], "uv": [94, 60]} + ] + }, + { + "name": "bottom_tuff5", + "parent": "bottom_tuff3", + "pivot": [0, 10, -16], + "rotation": [-30, 0, 0], + "cubes": [ + {"origin": [-1.5, 7, -16], "size": [3, 3, 2], "uv": [35, 98]} + ] + }, + { + "name": "bottom_tuff_l", + "parent": "lower_mane", + "pivot": [-2, 24, -15], + "rotation": [-25, 20, -20], + "cubes": [ + {"origin": [-10, 17, -15], "size": [9, 9, 6], "uv": [35, 15]} + ] + }, + { + "name": "bottom_tuff_l2", + "parent": "bottom_tuff_l", + "pivot": [-4, 17, -15], + "rotation": [20, 0, 25], + "cubes": [ + {"origin": [-8, 12, -14.99], "size": [4, 5, 4], "uv": [89, 89]} + ] + }, + { + "name": "bottom_tuff_l3", + "parent": "bottom_tuff_l2", + "pivot": [-4, 13, -15], + "rotation": [0, 0, 40], + "cubes": [ + {"origin": [-7, 9, -15], "size": [3, 4, 2], "uv": [24, 98]} + ] + }, + { + "name": "bottom_tuff_r", + "parent": "lower_mane", + "pivot": [2, 24, -15], + "rotation": [-25, -20, 20], + "cubes": [ + {"origin": [1, 17, -15], "size": [9, 9, 6], "uv": [29, 34]} + ] + }, + { + "name": "bottom_tuff_r2", + "parent": "bottom_tuff_r", + "pivot": [4, 17, -15], + "rotation": [20, 0, -25], + "cubes": [ + {"origin": [4, 12, -14.99], "size": [4, 5, 4], "uv": [87, 50]} + ] + }, + { + "name": "bottom_tuff_r3", + "parent": "bottom_tuff_r2", + "pivot": [4, 13, -15], + "rotation": [0, 0, -40], + "cubes": [ + {"origin": [4, 9, -15], "size": [3, 4, 2], "uv": [14, 93]} + ] + }, + { + "name": "shoulder_l", + "parent": "body", + "pivot": [3.5, 17, -8], + "cubes": [ + {"origin": [2, 9, -10], "size": [4, 11, 5], "uv": [60, 31]} + ] + }, + { + "name": "forearm_l", + "parent": "shoulder_l", + "pivot": [4.5, 9, -5], + "cubes": [ + {"origin": [2.01, 0, -9], "size": [4, 9, 4], "pivot": [4.5, 9, -5], "rotation": [-7.5, 0, 0], "uv": [19, 78]} + ] + }, + { + "name": "paw_fl", + "parent": "forearm_l", + "pivot": [4.5, 2, -6.75], + "cubes": [ + {"origin": [1.5, 0, -11.75], "size": [5, 2, 6], "uv": [74, 26]} + ] + }, + { + "name": "shoulder_r", + "parent": "body", + "pivot": [-3.5, 17, -8], + "cubes": [ + {"origin": [-6, 9, -10], "size": [4, 11, 5], "uv": [0, 55]} + ] + }, + { + "name": "forearm_r", + "parent": "shoulder_r", + "pivot": [-3.5, 9, -5], + "cubes": [ + {"origin": [-6.01, 0, -9], "size": [4, 9, 4], "pivot": [-3.5, 9, -5], "rotation": [-7.5, 0, 0], "uv": [59, 77]} + ] + }, + { + "name": "paw_fr", + "parent": "forearm_r", + "pivot": [-4, 2, -6], + "cubes": [ + {"origin": [-6.5, 0, -11.75], "size": [5, 2, 6], "uv": [73, 71]} + ] + }, + { + "name": "thigh_r", + "parent": "body", + "pivot": [-3, 15, 6], + "cubes": [ + {"origin": [-6, 10, 2.5], "size": [4, 7, 6], "uv": [64, 48]}, + {"origin": [-6.02, 10, 2.5], "size": [0, 7, 7], "pivot": [-6, 10, 8.5], "rotation": [-10, 0, 0], "uv": [79, 55]} + ] + }, + { + "name": "knee_r", + "parent": "thigh_r", + "pivot": [-3, 10, 2.5], + "rotation": [30, 0, 0], + "cubes": [ + {"origin": [-5.99, 5, 2.5], "size": [4, 5, 5], "uv": [0, 81]} + ] + }, + { + "name": "calf_r", + "parent": "knee_r", + "pivot": [-3.5, 5, 7.5], + "rotation": [-35, 0, 0], + "cubes": [ + {"origin": [-5.98, -3, 3.5], "size": [4, 8, 4], "uv": [76, 80]} + ] + }, + { + "name": "paw_br", + "parent": "calf_r", + "pivot": [-3.5, -1, 6.5], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-6.5, -3, 1.5], "size": [5, 2, 6], "uv": [0, 72]} + ] + }, + { + "name": "thigh_l", + "parent": "body", + "pivot": [3.5, 15, 6], + "cubes": [ + {"origin": [2, 10, 2.5], "size": [4, 7, 6], "uv": [58, 63]}, + {"origin": [6.02, 10, 2.5], "size": [0, 7, 7], "pivot": [6, 10, 8.5], "rotation": [-10, 0, 0], "uv": [79, 35]} + ] + }, + { + "name": "knee_l", + "parent": "thigh_l", + "pivot": [4, 10, 2.5], + "rotation": [30, 0, 0], + "cubes": [ + {"origin": [1.99, 5, 2.5], "size": [4, 5, 5], "uv": [36, 80]} + ] + }, + { + "name": "calf_l", + "parent": "knee_l", + "pivot": [4.5, 5, 7.5], + "rotation": [-35, 0, 0], + "cubes": [ + {"origin": [1.98, -3, 3.5], "size": [4, 8, 4], "uv": [78, 0]} + ] + }, + { + "name": "paw_bl", + "parent": "calf_l", + "pivot": [4.5, -1, 6.5], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [1.5, -3, 1.5], "size": [5, 2, 6], "uv": [40, 71]} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [0, 18, 8.5], + "cubes": [ + {"origin": [-0.5, 17.5, 8.5], "size": [1, 1, 5], "uv": [95, 0]} + ] + }, + { + "name": "tail_seg2", + "parent": "tail", + "pivot": [-0.5, 18, 13.5], + "cubes": [ + {"origin": [-0.5, 17.5, 13.5], "size": [1, 1, 5], "uv": [80, 94]} + ] + }, + { + "name": "tail_seg3", + "parent": "tail_seg2", + "pivot": [-0.5, 18, 18.5], + "cubes": [ + {"origin": [-0.5, 17.5, 18.5], "size": [1, 1, 5], "uv": [94, 42]} + ] + }, + { + "name": "tail_seg4", + "parent": "tail_seg3", + "pivot": [-0.5, 18, 23.5], + "cubes": [ + {"origin": [-0.5, 17.5, 23.5], "size": [1, 1, 5], "uv": [93, 82]} + ] + }, + { + "name": "tail_seg_end", + "parent": "tail_seg4", + "pivot": [-0.5, 18, 28.5], + "cubes": [ + {"origin": [-0.5, 17.5, 28.5], "size": [1, 1, 5], "uv": [91, 75]}, + {"origin": [0, 13.5, 29.5], "size": [0, 9, 9], "uv": [45, 50]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ragingbolt.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ragingbolt.geo.json new file mode 100644 index 0000000..cc04e99 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ragingbolt.geo.json @@ -0,0 +1,446 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.1", + "texture_width": 256, + "texture_height": 256, + "visible_bounds_width": 12, + "visible_bounds_height": 8.5, + "visible_bounds_offset": [0, 3.75, 0] + }, + "bones": [ + { + "name": "rag", + "pivot": [-0.5, 0, 0], + "rotation": [0, 2, 0] + }, + { + "name": "body", + "parent": "rag", + "pivot": [-0.35487, 0.3, 0.25273] + }, + { + "name": "body_main", + "parent": "body", + "pivot": [5.29513, 35.8, 17.65273], + "cubes": [ + {"origin": [-7.20487, 30.8, -25.34727], "size": [27, 15, 20], "inflate": 1, "pivot": [1.79513, 27.8, -16.34727], "rotation": [-97.83467, -71.33771, 97.42745], "uv": [0, 0]}, + {"origin": [-4.30487, 33.8, 2.65273], "size": [14, 17, 0], "pivot": [0.69513, 34.8, 1.65273], "rotation": [-96.50882, -67.36871, 96.01146], "uv": [0, 210]}, + {"origin": [-7.70487, 39.3, -15.34727], "size": [23, 17, 0], "pivot": [1.29513, 40.3, -16.34727], "rotation": [-97.27481, -69.85071, 96.83392], "uv": [167, 174]}, + {"origin": [-7.90487, 28.2, -20.54727], "size": [18, 5, 15], "inflate": 1, "pivot": [1.09513, 25.2, -13.54727], "rotation": [-108.49506, -82.09657, 108.33118], "uv": [108, 0]} + ] + }, + { + "name": "head", + "parent": "body_main", + "pivot": [0.89513, 88, -29.34727] + }, + { + "name": "neck", + "parent": "head", + "pivot": [0.29513, 37.5, -22.34727] + }, + { + "name": "neck2", + "parent": "neck", + "pivot": [1.69513, 40.3, -17.34727], + "cubes": [ + {"origin": [4.45418, 38.81643, -21.84727], "size": [6, 8, 11], "inflate": 1.2, "pivot": [1.69513, 40.3, -17.34727], "rotation": [-94.64565, 57.4145, 86.08314], "uv": [156, 191]} + ] + }, + { + "name": "bone19", + "parent": "neck", + "pivot": [0.29513, 37.5, -22.34727] + }, + { + "name": "neck3", + "parent": "bone19", + "pivot": [1.99513, 42.2, -22.34727], + "cubes": [ + {"origin": [-16.16987, 37.2471, -25.67279], "size": [22, 10, 9], "inflate": 0.5, "pivot": [1.99513, 42.2, -22.34727], "rotation": [-92.58807, -14.98539, 90.66963], "uv": [172, 83]} + ] + }, + { + "name": "bone20", + "parent": "bone19", + "pivot": [0.29513, 58.5, -27.34727] + }, + { + "name": "bone21", + "parent": "bone20", + "pivot": [0.29513, 77.5, -28.34727] + }, + { + "name": "neck4", + "parent": "bone21", + "pivot": [2.09513, 74.2, -28.04727], + "cubes": [ + {"origin": [-14.3159, 71.34596, -31.50365], "size": [18, 8, 9], "inflate": -0.8, "pivot": [2.09513, 74.2, -28.04727], "rotation": [-92.56062, -12.48791, 90.55404], "uv": [0, 171]} + ] + }, + { + "name": "bone22", + "parent": "bone21", + "pivot": [0.29513, 87.5, -29.34727] + }, + { + "name": "head_w", + "parent": "bone22", + "pivot": [-63.40487, 96, 18.65273], + "cubes": [ + {"origin": [-9.15487, 74.007, -48.13603], "size": [7, 16, 29], "inflate": -0.8, "pivot": [7.29513, 77.6, -24.84727], "rotation": [-109.91273, -27.62146, 90.45999], "uv": [129, 129]}, + {"origin": [-6.75917, 83.59446, -46.14216], "size": [4, 9, 10], "inflate": -0.8, "pivot": [6.79513, 81.1, -22.84727], "rotation": [-112.45679, -39.44769, 94.97962], "uv": [129, 67]}, + {"origin": [-11.381, 71.93083, -50.86826], "size": [7, 16, 29], "inflate": -0.8, "pivot": [5.09513, 75.8, -27.14727], "rotation": [-77.60826, -29.01338, 85.80345], "uv": [129, 84]}, + {"origin": [-16.481, 72.52798, -51.41725], "size": [7, 16, 29], "inflate": -0.8, "pivot": [-0.00487, 76.4, -27.14727], "rotation": [-43.39694, -27.64921, 87.46511], "uv": [0, 126]}, + {"origin": [-7.481, 81.93083, -51.86826], "size": [4, 10, 9], "inflate": -0.8, "pivot": [5.99513, 78.8, -28.14727], "rotation": [-77.60826, -29.01338, 85.80345], "uv": [80, 210]}, + {"origin": [-11.79075, 82.39759, -51.51725], "size": [4, 9, 9], "inflate": -0.8, "pivot": [1.79513, 79.2, -27.24727], "rotation": [-39.13132, -33.92721, 79.1549], "uv": [212, 0]}, + {"origin": [-21.85859, 75.18912, -48.30778], "size": [7, 16, 29], "inflate": -0.8, "pivot": [-5.50487, 78.3, -23.34727], "rotation": [13.40277, -20.19428, 93.49312], "uv": [86, 113]}, + {"origin": [-19.881, 72.60961, -50.7435], "size": [7, 16, 29], "inflate": -0.8, "pivot": [-3.40487, 76.2, -26.04727], "rotation": [-13.25006, -22.69948, 92.29032], "uv": [108, 22]}, + {"origin": [-14.85859, 78.38912, -52.10778], "size": [4, 11, 10], "inflate": -0.8, "pivot": [-1.50487, 82.5, -27.14727], "rotation": [23.24118, -25.86694, 95.70926], "uv": [86, 57]}, + {"origin": [-10.05551, 76.74732, -44.54579], "size": [7, 16, 29], "inflate": -0.8, "pivot": [6.29513, 80.1, -21.44727], "rotation": [-130.33773, -26.84891, 84.26333], "uv": [43, 97]}, + {"origin": [-21.55859, 76.02432, -46.28778], "size": [7, 16, 29], "inflate": -0.8, "pivot": [-5.20487, 78.8, -21.34727], "rotation": [46.13052, -20.83879, 94.63351], "uv": [86, 68]}, + {"origin": [10.30801, 92.60968, -9.92763], "size": [4, 10, 10], "inflate": -0.8, "pivot": [17.19513, 99.8, -8.14727], "rotation": [-127.85574, -35.82146, 82.52228], "uv": [0, 126]}, + {"origin": [-9.23437, 77.90101, -43.03342], "size": [7, 16, 29], "inflate": -0.8, "pivot": [7.19513, 80.7, -19.94727], "rotation": [-162.243, -30.35131, 83.908], "uv": [0, 81]}, + {"origin": [-13.82097, 82.46517, -45.17922], "size": [4, 10, 9], "inflate": -0.8, "pivot": [-0.40487, 85.1, -22.04727], "rotation": [-173.57714, -25.85806, 88.00296], "uv": [54, 210]}, + {"origin": [-13.49558, 79.40639, -42.11267], "size": [7, 16, 29], "inflate": -0.8, "pivot": [2.89513, 81.8, -18.84727], "rotation": [168.55097, -30.47268, 87.65774], "uv": [65, 6]}, + {"origin": [-15.89838, 79.91499, -40.68661], "size": [7, 16, 29], "inflate": -0.8, "pivot": [0.49513, 82, -16.94727], "rotation": [139.54767, -34.49987, 88.68213], "uv": [43, 52]}, + {"origin": [-18.04787, 100.84678, -15.80822], "size": [4, 10, 9], "inflate": -0.8, "pivot": [-14.90487, 101.3, -11.84727], "rotation": [133.17933, -25.83104, 89.68835], "uv": [28, 210]}, + {"origin": [-19.60291, 78.24745, -42.31839], "size": [7, 16, 23], "inflate": -0.8, "pivot": [-3.30487, 80.3, -18.04727], "rotation": [101.4531, -23.56868, 99.57886], "uv": [157, 44]}, + {"origin": [-21.88124, 77.62821, -43.41472], "size": [7, 17, 29], "inflate": -0.8, "pivot": [-5.60487, 80, -18.64727], "rotation": [66.55048, -22.07381, 99.40846], "uv": [0, 35]}, + {"origin": [-16.91445, 82.64745, -43.00513], "size": [4, 11, 10], "inflate": -0.8, "pivot": [-3.60487, 84.7, -18.74727], "rotation": [102.50696, -23.04964, 96.91595], "uv": [0, 81]}, + {"origin": [-21.63454, 83.71354, -40.00549], "size": [4, 11, 10], "inflate": -0.8, "pivot": [-8.30487, 86.1, -15.24727], "rotation": [66.51055, -26.61079, 101.61513], "uv": [43, 41]} + ] + }, + { + "name": "head_main", + "parent": "bone22", + "pivot": [-12.50487, 90.3, 29.35273], + "cubes": [ + {"origin": [0.18622, 87.20547, -39.04727], "size": [6, 8, 9], "inflate": -0.5, "pivot": [1.99513, 91.6, -35.54727], "rotation": [-97.63819, -70.84226, 97.21977], "uv": [190, 191]}, + {"origin": [-8.36115, 105.91367, -44.24727], "size": [18, 1, 25], "inflate": -0.5, "pivot": [1.79513, 100.8, -32.74727], "rotation": [-92.53852, -9.99038, 90.44067], "uv": [151, 0]}, + {"origin": [-9.78523, 90.67243, -40.12513], "size": [6, 10, 5], "inflate": -0.7, "pivot": [-8.40487, 94.3, -32.84727], "rotation": [-110.25806, -24.97457, 91.16524], "uv": [225, 76]}, + {"origin": [10.21477, 90.57172, -28.71569], "size": [6, 10, 5], "inflate": -0.7, "pivot": [11.59513, 94.5, -31.94727], "rotation": [-75.25806, -24.97457, 91.16524], "uv": [132, 224]}, + {"origin": [-1.28331, 94.30342, -32.24727], "size": [8, 4, 17], "inflate": -0.5, "pivot": [1.79513, 98.2, -24.74727], "rotation": [-92.50954, -4.99523, 90.21865], "uv": [172, 129]}, + {"origin": [-1.38523, 90.18432, -37.24727], "size": [8, 10, 13], "inflate": -0.5, "pivot": [1.99513, 94, -31.74727], "rotation": [-92.88614, -29.96852, 91.44261], "uv": [125, 174]} + ] + }, + { + "name": "mark", + "parent": "bone22", + "pivot": [-11.60487, 96.9, 8.85273], + "cubes": [ + {"origin": [-0.88475, 85.46051, -37.94727], "size": [0, 9, 7], "pivot": [1.19513, 94.9, -34.64727], "rotation": [-100.59356, -76.2747, 100.29762], "uv": [123, 13]}, + {"origin": [4.6871, 97.13645, -41.94727], "size": [2, 7, 11], "pivot": [2.29513, 96.8, -37.44727], "rotation": [-93.38905, -42.45005, 92.28888], "uv": [211, 180]}, + {"origin": [-1.0129, 90.23645, -36.94727], "size": [11, 17, 0], "pivot": [1.59513, 97.9, -37.44727], "rotation": [-93.38905, -42.45005, 92.28888], "uv": [218, 222]}, + {"origin": [5.09513, 107.1, -39.14727], "size": [2, 3, 11], "inflate": -0.1, "pivot": [2.09513, 103, -34.64727], "rotation": [-92.5, 0, 90], "uv": [108, 20]}, + {"origin": [6.61477, 97.58432, -41.64727], "size": [0, 10, 13], "pivot": [1.99513, 100.4, -36.14727], "rotation": [-92.75806, -24.97457, 91.16524], "uv": [0, 22]}, + {"origin": [-7.78523, 98.07243, -39.12513], "size": [3, 6, 5], "inflate": -0.7, "pivot": [-9.40487, 101.7, -31.84727], "rotation": [-110.25806, -24.97457, 91.16524], "uv": [159, 0]}, + {"origin": [14.11477, 98.27172, -27.31569], "size": [3, 6, 5], "inflate": -0.7, "pivot": [12.49513, 102.2, -30.54727], "rotation": [-75.25806, -24.97457, 91.16524], "uv": [129, 86]}, + {"origin": [12.00957, 99.9437, -28.41304], "size": [3, 6, 5], "inflate": -0.7, "pivot": [10.69513, 103.7, -31.54727], "rotation": [-66.71564, -35.64743, 66.55101], "uv": [129, 86]}, + {"origin": [-6.24195, 99.82574, -39.16203], "size": [3, 6, 5], "inflate": -0.7, "pivot": [-7.90487, 103.4, -31.94727], "rotation": [-118.78869, -33.53146, 116.57592], "uv": [129, 86]} + ] + }, + { + "name": "beard", + "parent": "bone22", + "pivot": [-13.80487, 91.4, 24.75273], + "cubes": [ + {"origin": [7.42038, 90.32107, -34.79459], "size": [5, 0, 8], "pivot": [9.79513, 91, -35.64727], "rotation": [-121.42711, -14.02949, 99.01452], "uv": [35, 43]}, + {"origin": [9.08785, 92.81409, -38.52692], "size": [5, 0, 8], "pivot": [9.19513, 95.9, -33.54727], "rotation": [-149.0352, -12.25963, 101.31913], "uv": [35, 35]}, + {"origin": [1.03673, 89.28518, -38.67614], "size": [5, 0, 8], "pivot": [1.19513, 93.3, -36.74727], "rotation": [-67.208, -7.53811, 85.27583], "uv": [0, 8]}, + {"origin": [-4.96659, 89.73152, -36.15693], "size": [5, 0, 8], "pivot": [-4.80487, 93.7, -33.84727], "rotation": [-45.42995, -8.03748, 85.8537], "uv": [0, 0]} + ] + }, + { + "name": "neck5", + "parent": "bone20", + "pivot": [1.09513, 60, -27.44727], + "cubes": [ + {"origin": [-16.9303, 56.11075, -31.85907], "size": [22, 8, 9], "pivot": [1.09513, 60, -27.44727], "rotation": [-92.5001, -0.49952, 90.02181], "uv": [151, 26]} + ] + }, + { + "name": "body_b", + "parent": "body_main", + "pivot": [-2.90487, 26.7, 3.65273] + }, + { + "name": "tail2", + "parent": "body_b", + "pivot": [-2.00487, 20.6, 52.05273] + }, + { + "name": "tail6", + "parent": "tail2", + "pivot": [-0.50487, 19, 17.95273], + "cubes": [ + {"origin": [-7.50487, 23, 15.95273], "size": [19, 4, 4], "inflate": -1, "pivot": [-0.50487, 19, 17.95273], "rotation": [-93.88581, -49.93505, 92.97576], "uv": [68, 188]} + ] + }, + { + "name": "tail7", + "parent": "tail2", + "pivot": [-1.30487, 19.6, 36.95273], + "cubes": [ + {"origin": [-8.30487, 23.6, 34.95273], "size": [24, 4, 4], "inflate": -1.01, "pivot": [-1.30487, 19.6, 36.95273], "rotation": [92.75806, -24.97457, -91.16524], "uv": [172, 102]} + ] + }, + { + "name": "tail8", + "parent": "tail2", + "pivot": [-1.30487, 29.1, 37.15273], + "cubes": [ + {"origin": [-8.30487, 33.1, 35.15273], "size": [21, 4, 4], "inflate": -1, "pivot": [-1.30487, 29.1, 37.15273], "rotation": [-93.26206, -39.95426, 92.09615], "uv": [172, 150]} + ] + }, + { + "name": "tail", + "parent": "tail2", + "pivot": [-1.90487, 22.1, 52.05273] + }, + { + "name": "tail3", + "parent": "tail", + "pivot": [-2.00487, 20.6, 52.05273], + "cubes": [ + {"origin": [-1.1638, 14.86168, 46.05273], "size": [0, 12, 12], "pivot": [-2.00487, 20.6, 52.05273], "rotation": [93.53329, -44.94549, -92.49762], "uv": [0, 33]} + ] + }, + { + "name": "tail4", + "parent": "tail", + "pivot": [-1.90487, 20.9, 52.05273], + "cubes": [ + {"origin": [-6.66058, 14.95906, 52.05273], "size": [11, 12, 0], "pivot": [-1.90487, 20.9, 52.05273], "rotation": [93.53329, -44.94549, -92.49762], "uv": [195, 225]} + ] + }, + { + "name": "tail5", + "parent": "tail", + "pivot": [-1.90487, 22.1, 52.05273], + "cubes": [ + {"origin": [-4.1575, 19.93906, 50.05273], "size": [4, 4, 4], "pivot": [-1.90487, 22.1, 52.05273], "rotation": [93.53329, -44.94549, -92.49762], "uv": [0, 102]} + ] + }, + { + "name": "body_main2", + "parent": "body_b", + "pivot": [-0.10487, 20.1, 6.15273], + "cubes": [ + {"origin": [-7.10487, 24.1, -2.24727], "size": [18, 13, 17], "pivot": [-0.10487, 20.1, 6.15273], "rotation": [-101.40485, -77.25635, 101.13101], "uv": [55, 158]} + ] + }, + { + "name": "tail_fin", + "parent": "body_b", + "pivot": [-1.20487, 20.8, 18.45273], + "cubes": [ + {"origin": [-5.70487, 19.8, 20.45273], "size": [14, 17, 0], "pivot": [-0.70487, 20.8, 17.85273], "rotation": [-155.90678, -20.5206, 170.05594], "uv": [190, 208]}, + {"origin": [-5.70487, 19.8, 15.45273], "size": [14, 17, 0], "pivot": [-0.70487, 20.8, 18.45273], "rotation": [-26.85646, -32.18914, 14.06131], "uv": [205, 123]} + ] + }, + { + "name": "leg_b_left", + "parent": "body", + "pivot": [-11.55487, 23.3, 13.25273] + }, + { + "name": "leg_b_left2", + "parent": "leg_b_left", + "pivot": [-13.60487, 20.8, 9.25273], + "cubes": [ + {"origin": [-15.70487, 16.8, 4.25273], "size": [9, 13, 5], "inflate": 0.3, "pivot": [-13.60487, 20.8, 9.25273], "rotation": [-95.89834, -64.88331, 95.34402], "uv": [128, 197]} + ] + }, + { + "name": "bone3", + "parent": "leg_b_left", + "pivot": [-11.55487, 15.3, 12.95273] + }, + { + "name": "bone24", + "parent": "bone3", + "pivot": [-11.70487, 14.7, 13.25273], + "cubes": [ + {"origin": [-14.12507, 2.30307, 10.25273], "size": [6, 14, 5], "inflate": -0.1, "pivot": [-11.70487, 14.7, 13.25273], "rotation": [97.27481, -69.85071, -96.83392], "uv": [218, 203]} + ] + }, + { + "name": "bone4", + "parent": "bone3", + "pivot": [-11.55487, 4.3, 16.95273], + "cubes": [ + {"origin": [32.19513, -0.3, 21.15273], "size": [9, 6, 7], "inflate": -0.4, "pivot": [16.39513, 0.7, -2.14727], "rotation": [-180, -87.5, 180], "uv": [201, 110]}, + {"origin": [-15.45487, -0.6, 2.05273], "size": [6, 5, 7], "inflate": -0.7, "pivot": [-14.45487, 2.4, 9.05273], "rotation": [98.26132, -72.32786, -97.87648], "uv": [129, 129]} + ] + }, + { + "name": "leg_b_right", + "parent": "body", + "pivot": [10.44513, 24.3, 15.25273] + }, + { + "name": "leg_b_right2", + "parent": "leg_b_right", + "pivot": [8.19513, 20.4, 10.25273], + "cubes": [ + {"origin": [6.19513, 16.6, 5.25273], "size": [9, 13, 5], "inflate": 0.3, "pivot": [8.19513, 20.4, 10.25273], "rotation": [-95.89834, -64.88331, 95.34402], "uv": [100, 196]} + ] + }, + { + "name": "bone", + "parent": "leg_b_right", + "pivot": [11.09513, 16, 14.35273] + }, + { + "name": "bone23", + "parent": "bone", + "pivot": [9.99513, 14.7, 15.35273], + "cubes": [ + {"origin": [6.63524, 2.64509, 12.35273], "size": [6, 14, 5], "inflate": -0.1, "pivot": [9.99513, 14.7, 15.35273], "rotation": [97.27481, -69.85071, -96.83392], "uv": [217, 57]} + ] + }, + { + "name": "bone2", + "parent": "bone", + "pivot": [10.44513, 5.3, 18.25273], + "cubes": [ + {"origin": [36.19513, -0.3, 3.75273], "size": [9, 6, 7], "inflate": -0.4, "pivot": [20.39513, 0.7, -1.84727], "rotation": [-180, -87.5, 180], "uv": [43, 142]}, + {"origin": [6.24513, -1, 3.45273], "size": [6, 5, 7], "inflate": -0.7, "pivot": [7.24513, 2, 10.45273], "rotation": [98.26132, -72.32786, -97.87648], "uv": [222, 155]} + ] + }, + { + "name": "leg_f_right", + "parent": "body", + "pivot": [13.24513, 30.5, -17.04727] + }, + { + "name": "leg_f_right2", + "parent": "leg_f_right", + "pivot": [10.39513, 32.5, -16.04727], + "cubes": [ + {"origin": [2.39056, 20.21354, -21.96003], "size": [11, 16, 6], "inflate": 0.3, "pivot": [10.39513, 32.5, -16.04727], "rotation": [95.40158, -62.39543, -94.78974], "uv": [34, 188]} + ] + }, + { + "name": "bone11", + "parent": "leg_f_right", + "pivot": [14.04513, 20.5, -14.74727] + }, + { + "name": "bone13", + "parent": "bone11", + "pivot": [11.79513, 19, -14.54727], + "cubes": [ + {"origin": [9.24903, 10.13847, -15.84727], "size": [8, 11, 5], "inflate": -0.3, "pivot": [13.59513, 18, -13.84727], "rotation": [135.02728, -86.46503, -134.97272], "uv": [106, 214]} + ] + }, + { + "name": "bone12", + "parent": "bone11", + "pivot": [13.79513, 21.5, -11.54727], + "cubes": [ + {"origin": [9.8436, 14.79753, -18.96003], "size": [4, 9, 5], "inflate": -0.4, "pivot": [9.69513, 21.3, -13.04727], "rotation": [-97.27481, -69.85071, 96.83392], "uv": [74, 0]} + ] + }, + { + "name": "bone14", + "parent": "bone11", + "pivot": [13.04513, 10.5, -14.74727] + }, + { + "name": "bone15", + "parent": "bone14", + "pivot": [12.09513, 5, -14.14727], + "cubes": [ + {"origin": [11.04646, 2.93346, -16.14727], "size": [6, 9, 6], "inflate": 0.2, "pivot": [14.09513, 10, -14.14727], "rotation": [-97.27481, -69.85071, 96.83392], "uv": [222, 140]} + ] + }, + { + "name": "bone16", + "parent": "bone14", + "pivot": [-7.95487, 5.5, 8.25273], + "cubes": [ + {"origin": [-3.90487, -1, 1.85273], "size": [8, 6, 8], "pivot": [17.39513, 0, 0.65273], "rotation": [-180, -87.5, 180], "uv": [68, 196]}, + {"origin": [9.94513, -1.2, -31.94727], "size": [6, 5, 9], "inflate": -0.4, "pivot": [10.94513, 1.8, -24.94727], "rotation": [98.26132, -72.32786, -97.87648], "uv": [201, 158]} + ] + }, + { + "name": "bone17", + "parent": "bone16", + "pivot": [-7.95487, 5.5, 8.25273], + "cubes": [ + {"origin": [15.24513, 1.5, -32.84727], "size": [0, 11, 11], "pivot": [11.24513, 4.5, -24.84727], "rotation": [108.49506, -82.09657, -108.33118], "uv": [43, 86]} + ] + }, + { + "name": "leg_f_left", + "parent": "body", + "pivot": [-12.75487, 31.5, -18.04727] + }, + { + "name": "leg_f_left2", + "parent": "leg_f_left", + "pivot": [-8.84909, 32.24138, -17.34727], + "cubes": [ + {"origin": [-16.08001, 20.63291, -17.35012], "size": [11, 16, 6], "inflate": 0.3, "pivot": [-8.84909, 32.24138, -17.34727], "rotation": [95.40158, -62.39543, -94.78974], "uv": [0, 188]} + ] + }, + { + "name": "bone5", + "parent": "leg_f_left", + "pivot": [-11.75487, 18.5, -14.94727] + }, + { + "name": "bone6", + "parent": "bone5", + "pivot": [-11.20487, 10, -16.84727], + "cubes": [ + {"origin": [-16.75097, 11.23847, -18.24727], "size": [8, 11, 5], "inflate": -0.3, "pivot": [-12.40487, 19.1, -15.24727], "rotation": [135.02728, -86.46503, -134.97272], "uv": [213, 26]} + ] + }, + { + "name": "bone7", + "parent": "bone5", + "pivot": [-11.75487, 11.5, -14.94727] + }, + { + "name": "bone8", + "parent": "bone7", + "pivot": [-12.90487, 12, -15.44727], + "cubes": [ + {"origin": [-13.95354, 3.93346, -17.44727], "size": [6, 9, 6], "inflate": 0.2, "pivot": [-10.90487, 11, -15.44727], "rotation": [-97.27481, -69.85071, 96.83392], "uv": [171, 219]} + ] + }, + { + "name": "bone9", + "parent": "bone7", + "pivot": [-11.75487, 3.5, -17.94727], + "cubes": [ + {"origin": [-3.90487, -1, 26.55273], "size": [8, 6, 8], "pivot": [17.39513, 0, 0.65273], "rotation": [-180, -87.5, 180], "uv": [194, 43]}, + {"origin": [-14.95487, -1.5, -32.64727], "size": [6, 5, 9], "inflate": -0.4, "pivot": [-13.95487, 1.5, -25.64727], "rotation": [98.26132, -72.32786, -97.87648], "uv": [147, 210]} + ] + }, + { + "name": "bone18", + "parent": "bone9", + "pivot": [-7.95487, 5.5, 32.95273], + "cubes": [ + {"origin": [-9.95487, 1.5, -33.94727], "size": [0, 11, 11], "pivot": [-13.95487, 4.5, -25.94727], "rotation": [108.49506, -82.09657, -108.33118], "uv": [86, 102]} + ] + }, + { + "name": "bone10", + "parent": "bone5", + "pivot": [13.79513, 20.5, -10.84727], + "cubes": [ + {"origin": [-15.3064, 15.99753, -19.66003], "size": [4, 9, 5], "inflate": -0.4, "pivot": [-15.45487, 22.5, -13.74727], "rotation": [-97.27481, -69.85071, 96.83392], "uv": [108, 158]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/rayquaza/rayquaza2.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/rayquaza/rayquaza2.geo.json new file mode 100644 index 0000000..2b5e61f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/rayquaza/rayquaza2.geo.json @@ -0,0 +1,398 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 512, + "texture_height": 512, + "visible_bounds_width": 25, + "visible_bounds_height": 7.5, + "visible_bounds_offset": [0, 3.25, 0] + }, + "bones": [ + { + "name": "rayquaza", + "pivot": [0, 0, 0] + }, + { + "name": "bodyseg1", + "parent": "rayquaza", + "pivot": [-2, 66.5, -159.5] + }, + { + "name": "head", + "parent": "bodyseg1", + "pivot": [0, 66.70015, -155.41745], + "cubes": [ + {"origin": [-9, 58.70015, -171.01745], "size": [18, 16, 15], "inflate": -0.12, "uv": [96, 0]}, + {"origin": [-8.85858, 71.68766, -171.01745], "size": [0, 35, 18], "pivot": [-8.85858, 74.48766, -166.01745], "rotation": [0, 0, -47.5], "uv": [118, 157]}, + {"origin": [8.85858, 71.68766, -171.01745], "size": [0, 35, 18], "pivot": [8.85858, 74.48766, -166.01745], "rotation": [0, 0, 47.5], "uv": [118, 157], "mirror": true}, + {"origin": [14.2, 76.30015, -171.01745], "size": [0, 24, 18], "pivot": [9, 71.30015, -163.51745], "rotation": [0, 0, 137.5], "uv": [210, 61]}, + {"origin": [14.2, 76.30015, -171.01745], "size": [0, 24, 18], "pivot": [9, 71.30015, -163.51745], "rotation": [0, 0, 137.5], "uv": [210, 61]}, + {"origin": [14.2, 76.30015, -171.01745], "size": [0, 24, 18], "pivot": [9, 71.30015, -163.51745], "rotation": [0, 0, 137.5], "uv": [210, 61]}, + {"origin": [14.2, 76.30015, -171.01745], "size": [0, 24, 18], "pivot": [9, 71.30015, -163.51745], "rotation": [0, 0, 137.5], "uv": [210, 61]}, + {"origin": [-14.2, 76.30015, -171.01745], "size": [0, 24, 18], "pivot": [-9, 71.30015, -163.51745], "rotation": [0, 0, -137.5], "uv": [210, 61], "mirror": true}, + {"origin": [-14.2, 76.30015, -171.01745], "size": [0, 24, 18], "pivot": [-9, 71.30015, -163.51745], "rotation": [0, 0, -137.5], "uv": [210, 61], "mirror": true} + ] + }, + { + "name": "head2", + "parent": "head", + "pivot": [0, 72.45611, -170.52213], + "rotation": [-17.5, 0, 0], + "cubes": [ + {"origin": [-3, 58.33082, -190.36571], "size": [6, 7, 11], "pivot": [0, 64.23082, -183.86571], "rotation": [17.5, 0, 0], "uv": [0, 221]}, + {"origin": [-6, 58.33082, -179.46571], "size": [12, 10, 13], "pivot": [0, 64.23082, -183.86571], "rotation": [17.5, 0, 0], "uv": [102, 217]}, + {"origin": [-4.94824, 58.63082, -178.17252], "size": [3, 10, 11], "pivot": [0, 64.73082, -182.86571], "rotation": [18.07779, -14.2906, -4.60659], "uv": [224, 103]}, + {"origin": [-4.94824, 58.63082, -189.37252], "size": [3, 7, 11.2], "pivot": [0, 64.73082, -182.86571], "rotation": [18.07779, -14.2906, -4.60659], "uv": [224, 124]}, + {"origin": [1.94824, 58.63082, -189.37252], "size": [3, 7, 11.2], "pivot": [0, 64.73082, -182.86571], "rotation": [18.07779, 14.2906, 4.60659], "uv": [224, 124], "mirror": true}, + {"origin": [1.94824, 58.63082, -178.17252], "size": [3, 10, 11], "pivot": [0, 64.73082, -182.86571], "rotation": [18.07779, 14.2906, 4.60659], "uv": [196, 225]}, + {"origin": [-5.01, 65.63082, -190.36571], "size": [0, 8, 23], "pivot": [0, 64.73082, -182.86571], "rotation": [18.07779, -14.2906, -4.60659], "uv": [212, 143]}, + {"origin": [5.01, 65.63082, -190.36571], "size": [0, 8, 23], "pivot": [0, 64.73082, -182.86571], "rotation": [18.07779, 14.2906, 4.60659], "uv": [212, 143], "mirror": true} + ] + }, + { + "name": "teeth", + "parent": "head2", + "pivot": [-9.54843, 63.67169, -169.26472], + "cubes": [ + {"origin": [8.47948, 57.94326, -174.35468], "size": [0, 3, 3], "pivot": [9.54843, 63.67169, -169.26472], "rotation": [-26.92221, 14.2906, 4.60659], "uv": [48, 221], "mirror": true}, + {"origin": [8.47948, 54.74326, -177.55468], "size": [0, 3, 3], "pivot": [9.54843, 63.67169, -169.26472], "rotation": [-26.92221, 14.2906, 4.60659], "uv": [48, 221], "mirror": true}, + {"origin": [8.47948, 49.74326, -182.55468], "size": [0, 3, 3], "pivot": [9.54843, 63.67169, -169.26472], "rotation": [-26.92221, 14.2906, 4.60659], "uv": [48, 227], "mirror": true}, + {"origin": [-8.47948, 49.74326, -182.55468], "size": [0, 3, 3], "pivot": [-9.54843, 63.67169, -169.26472], "rotation": [-26.92221, -14.2906, -4.60659], "uv": [48, 227]}, + {"origin": [-8.47948, 54.74326, -177.55468], "size": [0, 3, 3], "pivot": [-9.54843, 63.67169, -169.26472], "rotation": [-26.92221, -14.2906, -4.60659], "uv": [48, 221]}, + {"origin": [-8.47948, 57.94326, -174.35468], "size": [0, 3, 3], "pivot": [-9.54843, 63.67169, -169.26472], "rotation": [-26.92221, -14.2906, -4.60659], "uv": [48, 221]} + ] + }, + { + "name": "eyes", + "parent": "head2", + "pivot": [-6.77077, 66.48489, -176.96995] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-6.77077, 66.48489, -176.96995], + "cubes": [ + {"origin": [-6.87077, 63.48489, -182.96995], "size": [0, 6, 12], "pivot": [-6.77077, 66.48489, -176.96995], "rotation": [23.07779, -14.2906, -4.60659], "uv": [224, 225]}, + {"origin": [-6.9, 64.08489, -179.46995], "size": [0, 3, 4], "pivot": [-6.77077, 66.48489, -176.96995], "rotation": [23.07779, -14.2906, -4.60659], "uv": [142, 210]} + ] + }, + { + "name": "blinkder1", + "parent": "eye_right", + "pivot": [-6.77077, 66.48489, -176.96995], + "cubes": [ + {"origin": [-6.89, 64.48489, -179.96995], "size": [0, 3, 4], "pivot": [-6.77077, 66.48489, -176.96995], "rotation": [23.07779, -14.2906, -4.60659], "uv": [202, 61]} + ] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [6.77077, 66.48489, -176.96995], + "cubes": [ + {"origin": [6.87077, 63.48489, -182.96995], "size": [0, 6, 12], "pivot": [6.77077, 66.48489, -176.96995], "rotation": [23.07779, 14.2906, 4.60659], "uv": [224, 225], "mirror": true}, + {"origin": [6.9, 64.08489, -179.46995], "size": [0, 3, 4], "pivot": [6.77077, 66.48489, -176.96995], "rotation": [23.07779, 14.2906, 4.60659], "uv": [142, 210], "mirror": true} + ] + }, + { + "name": "blinkder2", + "parent": "eye_left", + "pivot": [6.77077, 66.48489, -176.96995], + "cubes": [ + {"origin": [6.89, 64.48489, -179.96995], "size": [0, 3, 4], "pivot": [6.77077, 66.48489, -176.96995], "rotation": [23.07779, 14.2906, 4.60659], "uv": [202, 61], "mirror": true} + ] + }, + { + "name": "jaw", + "parent": "head2", + "pivot": [0, 64.43927, -168.41565], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [-7.96608, 55.01521, -175.75593], "size": [0, 3, 3], "pivot": [-9.54843, 63.67169, -169.26472], "rotation": [-26.92221, -14.2906, -4.60659], "uv": [48, 221]}, + {"origin": [-7.96608, 58.21521, -172.55593], "size": [0, 3, 3], "pivot": [-9.54843, 63.67169, -169.26472], "rotation": [-26.92221, -14.2906, -4.60659], "uv": [48, 221]}, + {"origin": [7.96608, 58.21521, -172.55593], "size": [0, 3, 3], "pivot": [9.54843, 63.67169, -169.26472], "rotation": [-26.92221, 14.2906, 4.60659], "uv": [48, 221], "mirror": true}, + {"origin": [7.96608, 55.01521, -175.75593], "size": [0, 3, 3], "pivot": [9.54843, 63.67169, -169.26472], "rotation": [-26.92221, 14.2906, 4.60659], "uv": [48, 221], "mirror": true}, + {"origin": [-6, 54.33082, -177.46571], "size": [12, 4, 9], "pivot": [0, 64.23082, -183.86571], "rotation": [17.5, 0, 0], "uv": [166, 143]}, + {"origin": [-3, 53.43082, -188.46571], "size": [6, 4, 14], "pivot": [0, 64.23082, -186.86571], "rotation": [17.5, 0, 0], "uv": [220, 0]}, + {"origin": [-3.7, 53.73082, -187.66571], "size": [3, 4, 21], "pivot": [0, 64.73082, -185.86571], "rotation": [18.07779, -14.2906, -4.60659], "uv": [212, 200]}, + {"origin": [0.7, 53.73082, -187.66571], "size": [3, 4, 21], "pivot": [0, 64.73082, -185.86571], "rotation": [18.07779, 14.2906, 4.60659], "uv": [54, 217]} + ] + }, + { + "name": "bone", + "parent": "bodyseg1", + "pivot": [0, 66.5, -157], + "cubes": [ + {"origin": [-6, 60, -160], "size": [12, 13, 18], "uv": [58, 157]} + ] + }, + { + "name": "bodyseg2", + "parent": "bone", + "pivot": [0, 66.5, -142.5], + "cubes": [ + {"origin": [-5, 61, -142], "size": [10, 11, 17], "uv": [0, 193]} + ] + }, + { + "name": "bodyseg3", + "parent": "bodyseg2", + "pivot": [0, 67.45697, -130], + "cubes": [ + {"origin": [-4, 71, -125], "size": [0, 20, 29], "pivot": [-6, 73, -112], "rotation": [0, 0, -40], "uv": [0, 114]}, + {"origin": [4, 71, -125], "size": [0, 20, 29], "pivot": [6, 73, -112], "rotation": [0, 0, 40], "uv": [0, 114], "mirror": true}, + {"origin": [-6, 59, -125], "size": [12, 14, 29], "uv": [0, 31]} + ] + }, + { + "name": "arms", + "parent": "bodyseg3", + "pivot": [0, 67.45697, -126] + }, + { + "name": "smalll", + "parent": "arms", + "pivot": [5, 65, -115], + "cubes": [ + {"origin": [5, 64, -118], "size": [7, 6, 6], "uv": [26, 239]} + ] + }, + { + "name": "larm1", + "parent": "smalll", + "pivot": [14, 67, -115], + "cubes": [ + {"origin": [12, 65, -117], "size": [17, 4, 4], "uv": [160, 61], "mirror": true} + ] + }, + { + "name": "larm2", + "parent": "larm1", + "pivot": [28, 67, -115], + "cubes": [ + {"origin": [29, 65, -117], "size": [14, 4, 4], "uv": [220, 18]} + ] + }, + { + "name": "lhand", + "parent": "larm2", + "pivot": [40.5, 66, -115], + "cubes": [ + {"origin": [43, 65, -119], "size": [4, 5, 8], "uv": [126, 240]} + ] + }, + { + "name": "lfing1", + "parent": "lhand", + "pivot": [46.75, 65.5, -118], + "cubes": [ + {"origin": [46, 64, -120], "size": [4, 3, 3], "uv": [196, 217]}, + {"origin": [50, 64.5, -119.5], "size": [2, 2, 2], "uv": [210, 109], "mirror": true}, + {"origin": [52, 65, -118.5], "size": [2, 1, 0], "uv": [82, 71], "mirror": true}, + {"origin": [52, 64.5, -118.5], "size": [1, 2, 0], "uv": [82, 72], "mirror": true} + ] + }, + { + "name": "fling2", + "parent": "lhand", + "pivot": [46.75, 69.5, -115], + "cubes": [ + {"origin": [46, 68, -117], "size": [4, 3, 3], "uv": [34, 221]}, + {"origin": [52, 68.5, -115.5], "size": [1, 2, 0], "uv": [82, 72], "mirror": true}, + {"origin": [52, 69, -115.5], "size": [2, 1, 0], "uv": [82, 71], "mirror": true}, + {"origin": [50, 68.5, -116.5], "size": [2, 2, 2], "uv": [210, 109], "mirror": true} + ] + }, + { + "name": "lfinggne3", + "parent": "lhand", + "pivot": [46.75, 65.5, -111], + "cubes": [ + {"origin": [50, 64.5, -112.5], "size": [2, 2, 2], "uv": [210, 109], "mirror": true}, + {"origin": [46, 64, -113], "size": [4, 3, 3], "uv": [34, 227]}, + {"origin": [52, 65, -111.5], "size": [2, 1, 0], "uv": [82, 71], "mirror": true}, + {"origin": [52, 64.5, -111.5], "size": [1, 2, 0], "uv": [82, 72], "mirror": true} + ] + }, + { + "name": "smallr", + "parent": "arms", + "pivot": [-5, 65, -115], + "cubes": [ + {"origin": [-12, 64, -118], "size": [7, 6, 6], "uv": [0, 239]} + ] + }, + { + "name": "rarm1", + "parent": "smallr", + "pivot": [-14, 67, -115], + "cubes": [ + {"origin": [-29, 65, -117], "size": [17, 4, 4], "uv": [160, 61]} + ] + }, + { + "name": "rarm2", + "parent": "rarm1", + "pivot": [-28, 67, -115], + "cubes": [ + {"origin": [-43, 65, -117], "size": [14, 4, 4], "uv": [218, 50]} + ] + }, + { + "name": "rhand", + "parent": "rarm2", + "pivot": [-40.5, 66, -115], + "cubes": [ + {"origin": [-47, 65, -119], "size": [4, 5, 8], "uv": [102, 240]} + ] + }, + { + "name": "rfinger3", + "parent": "rhand", + "pivot": [-46.75, 65.5, -118], + "cubes": [ + {"origin": [-50, 64, -120], "size": [4, 3, 3], "uv": [114, 210]}, + {"origin": [-52, 64.5, -119.5], "size": [2, 2, 2], "uv": [210, 109]}, + {"origin": [-54, 65, -118.5], "size": [2, 1, 0], "uv": [82, 71]}, + {"origin": [-53, 64.5, -118.5], "size": [1, 2, 0], "uv": [82, 72]} + ] + }, + { + "name": "rfinger2", + "parent": "rhand", + "pivot": [-46.75, 69.5, -115], + "cubes": [ + {"origin": [-50, 68, -117], "size": [4, 3, 3], "uv": [210, 103]}, + {"origin": [-52, 68.5, -116.5], "size": [2, 2, 2], "uv": [210, 109]}, + {"origin": [-53, 68.5, -115.5], "size": [1, 2, 0], "uv": [82, 72]}, + {"origin": [-54, 69, -115.5], "size": [2, 1, 0], "uv": [82, 71]} + ] + }, + { + "name": "rfinger", + "parent": "rhand", + "pivot": [-46.75, 65.5, -111], + "cubes": [ + {"origin": [-52, 64.5, -112.5], "size": [2, 2, 2], "uv": [210, 109]}, + {"origin": [-50, 64, -113], "size": [4, 3, 3], "uv": [128, 210]}, + {"origin": [-54, 65, -111.5], "size": [2, 1, 0], "uv": [82, 71]}, + {"origin": [-53, 64.5, -111.5], "size": [1, 2, 0], "uv": [82, 72]} + ] + }, + { + "name": "bodyseg4", + "parent": "bodyseg3", + "pivot": [0, 66.5, -94.5], + "cubes": [ + {"origin": [-5, 61, -97], "size": [10, 11, 19], "uv": [154, 157]} + ] + }, + { + "name": "bodyseg5", + "parent": "bodyseg4", + "pivot": [0, 66.5, -78.5], + "cubes": [ + {"origin": [-5, 61, -78], "size": [10, 11, 19], "uv": [160, 31]} + ] + }, + { + "name": "bodyseg6", + "parent": "bodyseg5", + "pivot": [0, 66.625, -60.5], + "cubes": [ + {"origin": [0, 73, -60], "size": [0, 15, 27], "uv": [156, 71]}, + {"origin": [60, 133, -60], "size": [0, 16, 27], "pivot": [60, 67, -62], "rotation": [0, 0, -90], "uv": [112, 114]}, + {"origin": [-60, 133, -60], "size": [0, 16, 27], "pivot": [-60, 67, -62], "rotation": [0, 0, 90], "uv": [112, 114], "mirror": true}, + {"origin": [0, 45, -60], "size": [0, 16, 27], "pivot": [0, 52.5, 16.4], "rotation": [0, 0, -180], "uv": [58, 114]}, + {"origin": [-6, 60, -60], "size": [12, 13, 27], "uv": [0, 74]} + ] + }, + { + "name": "bodyseg7", + "parent": "bodyseg6", + "pivot": [0, 66.5, -32.5], + "cubes": [ + {"origin": [-5, 61, -34], "size": [10, 11, 19], "uv": [162, 0]} + ] + }, + { + "name": "bodyseg8", + "parent": "bodyseg7", + "pivot": [0, 66.5, -15.5], + "cubes": [ + {"origin": [-5, 61, -15], "size": [10, 11, 19], "uv": [154, 187]} + ] + }, + { + "name": "bodyseg9", + "parent": "bodyseg8", + "pivot": [0, 66.625, -0.25], + "cubes": [ + {"origin": [-6, 60, 3.2], "size": [12, 13, 27], "uv": [78, 74]}, + {"origin": [0, 73, 3.2], "size": [0, 15, 27], "uv": [156, 71]}, + {"origin": [60, 133, 3.2], "size": [0, 16, 27], "pivot": [60, 67, 1.2], "rotation": [0, 0, -90], "uv": [112, 114]}, + {"origin": [-60, 133, 3.2], "size": [0, 16, 27], "pivot": [-60, 67, 1.2], "rotation": [0, 0, 90], "uv": [112, 114], "mirror": true}, + {"origin": [0, 45, 3.2], "size": [0, 16, 27], "pivot": [0, 52.5, 16.4], "rotation": [0, 0, -180], "uv": [58, 114]} + ] + }, + { + "name": "seg10", + "parent": "bodyseg9", + "pivot": [0, 66.5, 26.5], + "cubes": [ + {"origin": [-5, 61, 29], "size": [10, 11, 19], "uv": [0, 163]} + ] + }, + { + "name": "seg11", + "parent": "seg10", + "pivot": [0, 66.5, 47.5], + "cubes": [ + {"origin": [-5, 61, 48], "size": [10, 11, 19], "uv": [166, 113]} + ] + }, + { + "name": "seg12", + "parent": "seg11", + "pivot": [0, 66.625, 60.5], + "cubes": [ + {"origin": [-6, 60, 65.8], "size": [12, 13, 27], "uv": [82, 31]}, + {"origin": [0, 73, 65.8], "size": [0, 15, 27], "uv": [156, 71]}, + {"origin": [60, 133, 65.8], "size": [0, 16, 27], "pivot": [60, 67, 63.8], "rotation": [0, 0, -90], "uv": [112, 114]}, + {"origin": [-60, 133, 65.8], "size": [0, 16, 27], "pivot": [-60, 67, 63.8], "rotation": [0, 0, 90], "uv": [112, 114], "mirror": true}, + {"origin": [0, 45, 65.8], "size": [0, 16, 27], "pivot": [0, 52.5, 16.4], "rotation": [0, 0, -180], "uv": [58, 114]} + ] + }, + { + "name": "seg13", + "parent": "seg12", + "pivot": [0, 66.5, 87.5], + "cubes": [ + {"origin": [-5, 61, 92], "size": [10, 11, 18], "uv": [58, 188]} + ] + }, + { + "name": "seg14", + "parent": "seg13", + "pivot": [0, 66.5, 104.5], + "cubes": [ + {"origin": [-4, 62, 105], "size": [8, 9, 17], "uv": [212, 174]} + ] + }, + { + "name": "tip", + "parent": "seg14", + "pivot": [0, 66.5, 122], + "cubes": [ + {"origin": [-1.5, 65, 138], "size": [3, 3, 17], "uv": [218, 30]}, + {"origin": [-18, 66.5, 124], "size": [17, 0, 31], "uv": [0, 0]}, + {"origin": [1, 66.5, 124], "size": [17, 0, 31], "uv": [0, 0], "mirror": true}, + {"origin": [-3, 63, 122], "size": [6, 7, 16], "uv": [152, 217]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/reshiram/reshiram.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/reshiram/reshiram.geo.json new file mode 100644 index 0000000..2418255 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/reshiram/reshiram.geo.json @@ -0,0 +1,656 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 256, + "texture_height": 256, + "visible_bounds_width": 13, + "visible_bounds_height": 8.5, + "visible_bounds_offset": [0, 3.75, 0] + }, + "bones": [ + { + "name": "reshiram", + "pivot": [0, 0, 0] + }, + { + "name": "mainthing", + "parent": "reshiram", + "pivot": [-0.54425, 32.2719, 3.72771] + }, + { + "name": "upper", + "parent": "mainthing", + "pivot": [-0.5, 27, 0] + }, + { + "name": "body2", + "parent": "upper", + "pivot": [-3.8, 28.1, -2.1], + "cubes": [ + {"origin": [-8, 23.90415, -4.94362], "size": [15, 21, 15], "pivot": [6, 23.90415, -3.94362], "rotation": [17.5, 0, 0], "uv": [74, 0]}, + {"origin": [-0.5, 14.90415, -15.94362], "size": [0, 11, 21], "uv": [88, 15]} + ] + }, + { + "name": "body3", + "parent": "body2", + "pivot": [-0.6, 44.90415, -5.04362], + "cubes": [ + {"origin": [-7, 43.90415, -10.94362], "size": [13, 15, 13], "pivot": [5, 43.90415, -9.94362], "rotation": [7.56314, 0.94556, 0.32797], "uv": [58, 94]}, + {"origin": [-2.7, 48.90415, -11.14362], "size": [7, 9, 0], "pivot": [3.3, 48.90415, -10.14362], "rotation": [19.99902, -1.36574, 17.67596], "uv": [154, 113]}, + {"origin": [-4.6, 48.90415, -11.04362], "size": [7, 9, 0], "pivot": [-3.6, 48.90415, -10.04362], "rotation": [19.99902, 1.36574, -17.67596], "uv": [154, 113], "mirror": true} + ] + }, + { + "name": "right_arm", + "parent": "body3", + "pivot": [-6.15, 55.55344, -6.39734], + "cubes": [ + {"origin": [-13, 53.50344, -8.19734], "size": [7, 4, 4], "uv": [154, 46], "mirror": true} + ] + }, + { + "name": "right_arm2", + "parent": "right_arm", + "pivot": [-13, 55.25344, -6.19734], + "cubes": [ + {"origin": [-29, 54.00344, -9.19734], "size": [16, 3, 9], "uv": [17, 52], "mirror": true} + ] + }, + { + "name": "rarm1memb", + "parent": "right_arm2", + "pivot": [-27, 54.00344, -7.19734], + "cubes": [ + {"origin": [-27, 54.00344, -0.19734], "size": [10, 0, 12], "uv": [190, 52], "mirror": true} + ] + }, + { + "name": "right_arm2half", + "parent": "right_arm2", + "pivot": [-27.89971, 54.55344, -6.47876], + "rotation": [0, 2.5, 0], + "cubes": [ + {"origin": [-44.31705, 54.05344, -10.78497], "size": [17, 3, 14], "pivot": [-43, 54.05344, 0.20266], "rotation": [0, -2.5, 0], "uv": [10, 47], "mirror": true} + ] + }, + { + "name": "rarm2memb", + "parent": "right_arm2half", + "pivot": [-43, 54.05344, -12.79734], + "cubes": [ + {"origin": [-43.75, 54.05344, 3.20266], "size": [17, 0, 12], "pivot": [-43, 54.05344, -12.79734], "rotation": [0, -2.5, 0], "uv": [178, 5], "mirror": true} + ] + }, + { + "name": "right_arm3", + "parent": "right_arm2half", + "pivot": [-44.18236, 55.65244, -9.62919], + "rotation": [0, 10, 0], + "cubes": [ + {"origin": [-59.18884, 54.05344, -17.63889], "size": [17, 3, 22], "inflate": 0.1, "pivot": [-58.18884, 54.05344, -16.63889], "rotation": [0, -12.5, 0], "uv": [2, 39], "mirror": true}, + {"origin": [-53.48884, 57.05344, -15.63889], "size": [5, 1, 3], "pivot": [-52.48884, 57.05344, -14.63889], "rotation": [0, -12.5, 0], "uv": [120, 77], "mirror": true}, + {"origin": [-48.48884, 55.15344, -16.83889], "size": [1, 1, 2], "pivot": [-47.48884, 55.15344, -16.83889], "rotation": [0, -15, 0], "uv": [14, 16], "mirror": true}, + {"origin": [-49.98884, 55.65344, -17.23889], "size": [1, 1, 2], "pivot": [-48.98884, 55.65344, -17.23889], "rotation": [0, -15, 0], "uv": [0, 40], "mirror": true}, + {"origin": [-51.38884, 55.65344, -17.63889], "size": [1, 1, 2], "pivot": [-50.38884, 55.65344, -17.63889], "rotation": [0, -15, 0], "uv": [54, 5], "mirror": true}, + {"origin": [-52.88884, 55.15344, -18.03889], "size": [1, 1, 2], "pivot": [-51.88884, 55.15344, -18.03889], "rotation": [0, -15, 0], "uv": [0, 37], "mirror": true}, + {"origin": [-50.8712, 56.15244, -19.57074], "size": [1, 0, 2], "pivot": [-49.8712, 56.15244, -19.57074], "rotation": [0, -15, 0], "uv": [12, 16], "mirror": true}, + {"origin": [-49.4712, 56.15244, -19.17074], "size": [1, 0, 2], "pivot": [-48.4712, 56.15244, -19.17074], "rotation": [0, -15, 0], "uv": [2, 13], "mirror": true}, + {"origin": [-47.9712, 55.65244, -18.77074], "size": [1, 0, 2], "pivot": [-46.9712, 55.65244, -18.77074], "rotation": [0, -15, 0], "uv": [3, 0], "mirror": true}, + {"origin": [-47.38884, 55.15344, -18.83889], "size": [0, 1, 2], "pivot": [-47.38884, 55.15344, -18.83889], "rotation": [0, -15, 0], "uv": [5, 0], "mirror": true}, + {"origin": [-48.98884, 55.65344, -19.23889], "size": [0, 1, 2], "pivot": [-48.98884, 55.65344, -19.23889], "rotation": [0, -15, 0], "uv": [54, 17], "mirror": true}, + {"origin": [-50.28884, 55.65344, -19.63889], "size": [0, 1, 2], "pivot": [-50.28884, 55.65344, -19.63889], "rotation": [0, -15, 0], "uv": [0, 58], "mirror": true}, + {"origin": [-51.78884, 55.15344, -20.03889], "size": [0, 1, 2], "pivot": [-51.78884, 55.15344, -20.03889], "rotation": [0, -15, 0], "uv": [14, 17], "mirror": true}, + {"origin": [-52.3712, 55.65244, -19.97074], "size": [1, 0, 2], "pivot": [-51.3712, 55.65244, -19.97074], "rotation": [0, -15, 0], "uv": [5, 0], "mirror": true} + ] + }, + { + "name": "rarm3memb", + "parent": "right_arm3", + "pivot": [-58.18884, 54.05344, -16.63889], + "cubes": [ + {"origin": [-60.18884, 54.05344, 4.36111], "size": [18, 0, 10], "pivot": [-58.18884, 54.05344, -16.63889], "rotation": [0, -12.5, 0], "uv": [181, 36], "mirror": true} + ] + }, + { + "name": "right_arm3half", + "parent": "right_arm3", + "pivot": [-57.11397, 55.55344, -14.17034], + "rotation": [-7.07076, 49.5725, -10.1807], + "cubes": [ + {"origin": [-59.18884, 54.05344, -17.63889], "size": [17, 3, 24], "inflate": -0.01, "pivot": [-58.18884, 54.05344, -16.63889], "rotation": [0, -105, 0], "uv": [0, 37], "mirror": true}, + {"origin": [-42.18884, 54.05344, -17.63889], "size": [3, 3, 24], "inflate": -0.01, "pivot": [-58.18884, 54.05344, -16.63889], "rotation": [0, -105, 0], "uv": [17, 37], "mirror": true} + ] + }, + { + "name": "right_arm4", + "parent": "right_arm3half", + "pivot": [-83.58884, 55.55344, -13.43889], + "rotation": [0, -92.5, 0], + "cubes": [ + {"origin": [-93.18884, 54.55344, -17.13889], "size": [6, 2, 8], "inflate": -0.01, "pivot": [-92.18884, 54.55344, -16.13889], "rotation": [0, -15, 0], "uv": [143, 103], "mirror": true}, + {"origin": [-87.38884, 54.55344, -15.63889], "size": [5, 2, 6], "inflate": -0.01, "pivot": [-86.38884, 54.55344, -14.63889], "rotation": [0, -12.5, 0], "uv": [152, 69], "mirror": true}, + {"origin": [-77.98884, 55.05344, -13.23889], "size": [3, 1, 5], "inflate": -0.01, "pivot": [-76.98884, 55.05344, -12.23889], "rotation": [0, -7.5, 0], "uv": [47, 117], "mirror": true}, + {"origin": [-82.58884, 54.55344, -14.43889], "size": [4, 2, 5], "inflate": -0.01, "pivot": [-81.58884, 54.55344, -13.43889], "rotation": [0, -12.5, 0], "uv": [83, 122], "mirror": true} + ] + }, + { + "name": "right_arm5", + "parent": "right_arm4", + "pivot": [-83.58884, 55.55344, -9.33889], + "cubes": [ + {"origin": [-94.68884, 55.55344, -3.43889], "size": [3, 0, 5], "inflate": -0.01, "pivot": [-93.68884, 55.55344, -2.43889], "rotation": [0, -5, 0], "uv": [61, 15], "mirror": true}, + {"origin": [-94.68884, 55.05344, -9.43889], "size": [5, 1, 6], "inflate": -0.01, "pivot": [-93.68884, 55.05344, -8.43889], "rotation": [0, -10, 0], "uv": [154, 20], "mirror": true}, + {"origin": [-88.38884, 55.55344, -3.93889], "size": [3, 0, 6], "inflate": -0.01, "pivot": [-87.38884, 55.55344, -2.93889], "rotation": [0, -7.5, 0], "uv": [12, 37], "mirror": true}, + {"origin": [-88.08884, 55.05344, -9.83889], "size": [4, 1, 6], "inflate": -0.01, "pivot": [-87.08884, 55.05344, -8.83889], "rotation": [0, -7.5, 0], "uv": [0, 9], "mirror": true}, + {"origin": [-83.08884, 55.05344, -9.63889], "size": [3, 1, 5], "inflate": -0.01, "pivot": [-82.08884, 55.05344, -8.63889], "rotation": [0, -5, 0], "uv": [119, 9], "mirror": true}, + {"origin": [-83.58884, 55.55344, -4.83889], "size": [3, 0, 6], "inflate": -0.01, "pivot": [-82.58884, 55.55344, -3.83889], "rotation": [0, -7.5, 0], "uv": [8, 9], "mirror": true}, + {"origin": [-78.58884, 55.55344, -8.33889], "size": [3, 0, 5], "inflate": -0.01, "pivot": [-77.58884, 54.55344, -7.33889], "rotation": [0, -7.5, 0], "uv": [49, 0], "mirror": true} + ] + }, + { + "name": "left_arm", + "parent": "body3", + "pivot": [6.15, 55.55344, -6.39734], + "cubes": [ + {"origin": [6, 53.50344, -8.19734], "size": [7, 4, 4], "uv": [154, 46]} + ] + }, + { + "name": "left_arm2", + "parent": "left_arm", + "pivot": [13, 55.25344, -6.19734], + "cubes": [ + {"origin": [13, 54.00344, -9.19734], "size": [16, 3, 9], "uv": [17, 52]} + ] + }, + { + "name": "larm1memb", + "parent": "left_arm2", + "pivot": [27, 54.00344, -7.19734], + "cubes": [ + {"origin": [17, 54.00344, -0.19734], "size": [10, 0, 12], "uv": [190, 52]} + ] + }, + { + "name": "left_arm2half", + "parent": "left_arm2", + "pivot": [27, 53.05344, -4.79734], + "rotation": [0, -2.5, 0], + "cubes": [ + {"origin": [26.76667, 54.05344, -11.49049], "size": [17, 3, 14], "pivot": [42.76667, 54.05344, -10.49049], "rotation": [0, 2.5, 0], "uv": [10, 47]} + ] + }, + { + "name": "larm2memb", + "parent": "left_arm2half", + "pivot": [42.76667, 54.05344, -10.49049], + "cubes": [ + {"origin": [26.76667, 54.05344, 2.50951], "size": [17, 0, 12], "pivot": [42.76667, 54.05344, -10.49049], "rotation": [0, 2.5, 0], "uv": [178, 5]} + ] + }, + { + "name": "left_arm3", + "parent": "left_arm2half", + "pivot": [43.94904, 53.65244, -8.32234], + "rotation": [0, -10, 0], + "cubes": [ + {"origin": [41.78187, 54.05344, -17.31685], "size": [17, 3, 22], "inflate": 0.1, "pivot": [57.78187, 54.05344, -16.31685], "rotation": [0, 12.5, 0], "uv": [2, 39]}, + {"origin": [48.08187, 57.05344, -15.31685], "size": [5, 1, 3], "pivot": [52.08187, 57.05344, -14.31685], "rotation": [0, 12.5, 0], "uv": [120, 77]}, + {"origin": [47.08187, 55.15344, -16.51685], "size": [1, 1, 2], "pivot": [47.08187, 55.15344, -16.51685], "rotation": [0, 15, 0], "uv": [14, 16]}, + {"origin": [48.58187, 55.65344, -16.91685], "size": [1, 1, 2], "pivot": [48.58187, 55.65344, -16.91685], "rotation": [0, 15, 0], "uv": [0, 40]}, + {"origin": [49.98187, 55.65344, -17.31685], "size": [1, 1, 2], "pivot": [49.98187, 55.65344, -17.31685], "rotation": [0, 15, 0], "uv": [54, 5]}, + {"origin": [51.48187, 55.15344, -17.71685], "size": [1, 1, 2], "pivot": [51.48187, 55.15344, -17.71685], "rotation": [0, 15, 0], "uv": [0, 37]}, + {"origin": [49.46423, 56.15244, -19.2487], "size": [1, 0, 2], "pivot": [49.46423, 56.15244, -19.2487], "rotation": [0, 15, 0], "uv": [12, 16]}, + {"origin": [48.06423, 56.15244, -18.8487], "size": [1, 0, 2], "pivot": [48.06423, 56.15244, -18.8487], "rotation": [0, 15, 0], "uv": [2, 13]}, + {"origin": [46.56423, 55.65244, -18.4487], "size": [1, 0, 2], "pivot": [46.56423, 55.65244, -18.4487], "rotation": [0, 15, 0], "uv": [3, 0]}, + {"origin": [46.98187, 55.15344, -18.51685], "size": [0, 1, 2], "pivot": [46.98187, 55.15344, -18.51685], "rotation": [0, 15, 0], "uv": [5, 0]}, + {"origin": [48.58187, 55.65344, -18.91685], "size": [0, 1, 2], "pivot": [48.58187, 55.65344, -18.91685], "rotation": [0, 15, 0], "uv": [54, 17]}, + {"origin": [49.88187, 55.65344, -19.31685], "size": [0, 1, 2], "pivot": [49.88187, 55.65344, -19.31685], "rotation": [0, 15, 0], "uv": [0, 58]}, + {"origin": [51.38187, 55.15344, -19.71685], "size": [0, 1, 2], "pivot": [51.38187, 55.15344, -19.71685], "rotation": [0, 15, 0], "uv": [14, 17]}, + {"origin": [50.96423, 55.65244, -19.6487], "size": [1, 0, 2], "pivot": [50.96423, 55.65244, -19.6487], "rotation": [0, 15, 0], "uv": [5, 0]} + ] + }, + { + "name": "larm3memb", + "parent": "left_arm3", + "pivot": [57.78187, 54.05344, -16.31685], + "cubes": [ + {"origin": [41.78187, 54.05344, 4.68315], "size": [18, 0, 10], "pivot": [57.78187, 54.05344, -16.31685], "rotation": [0, 12.5, 0], "uv": [181, 36]} + ] + }, + { + "name": "left_arm3half", + "parent": "left_arm3", + "pivot": [58.78187, 54.05344, -12.31685], + "rotation": [-6.23153, -39.48202, 9.73319], + "cubes": [ + {"origin": [45.78187, 54.05344, -13.31685], "size": [15, 3, 24], "inflate": -0.001, "pivot": [58.78187, 54.05344, -12.31685], "rotation": [0, 95, 0], "uv": [4, 37]}, + {"origin": [41.78187, 54.05344, -13.31685], "size": [4, 3, 24], "inflate": -0.01, "pivot": [58.78187, 54.05344, -12.31685], "rotation": [0, 95, 0], "uv": [0, 37]} + ] + }, + { + "name": "left_arm4", + "parent": "left_arm3half", + "pivot": [82.18187, 55.55344, -6.11685], + "rotation": [0, 85, 0], + "cubes": [ + {"origin": [85.78187, 54.55344, -9.81685], "size": [6, 2, 8], "pivot": [90.78187, 54.55344, -8.81685], "rotation": [0, 15, 0], "uv": [143, 103]}, + {"origin": [80.98187, 54.55344, -8.31685], "size": [5, 2, 6], "pivot": [84.98187, 54.55344, -7.31685], "rotation": [0, 12.5, 0], "uv": [152, 69]}, + {"origin": [73.58187, 55.05344, -5.91685], "size": [3, 1, 5], "pivot": [75.58187, 55.05344, -4.91685], "rotation": [0, 7.5, 0], "uv": [47, 117]}, + {"origin": [77.18187, 54.55344, -7.11685], "size": [4, 2, 5], "pivot": [80.18187, 54.55344, -6.11685], "rotation": [0, 12.5, 0], "uv": [83, 122]} + ] + }, + { + "name": "left_arm5", + "parent": "left_arm4", + "pivot": [82.18187, 55.55344, -2.01685], + "cubes": [ + {"origin": [90.28187, 55.55344, 3.88315], "size": [3, 0, 5], "pivot": [92.28187, 55.55344, 4.88315], "rotation": [0, 5, 0], "uv": [61, 15]}, + {"origin": [88.28187, 55.05344, -2.11685], "size": [5, 1, 6], "pivot": [92.28187, 55.05344, -1.11685], "rotation": [0, 10, 0], "uv": [154, 20]}, + {"origin": [83.98187, 55.55344, 3.38315], "size": [3, 0, 6], "pivot": [85.98187, 55.55344, 4.38315], "rotation": [0, 7.5, 0], "uv": [12, 37]}, + {"origin": [82.68187, 55.05344, -2.51685], "size": [4, 1, 6], "pivot": [85.68187, 55.05344, -1.51685], "rotation": [0, 7.5, 0], "uv": [0, 9]}, + {"origin": [78.68187, 55.05344, -2.31685], "size": [3, 1, 5], "pivot": [80.68187, 55.05344, -1.31685], "rotation": [0, 5, 0], "uv": [119, 9]}, + {"origin": [79.18187, 55.55344, 2.48315], "size": [3, 0, 6], "pivot": [81.18187, 55.55344, 3.48315], "rotation": [0, 7.5, 0], "uv": [8, 9]}, + {"origin": [74.18187, 55.55344, -1.01685], "size": [3, 0, 5], "pivot": [76.18187, 54.55344, -0.01685], "rotation": [0, 7.5, 0], "uv": [49, 0]} + ] + }, + { + "name": "neck", + "parent": "body3", + "pivot": [7.5, 59.60415, -7.24362], + "cubes": [ + {"origin": [-3, 59.10415, -10.24362], "size": [6, 17, 6], "pivot": [7, 59.10415, -9.24362], "rotation": [7.56314, 0.94556, 0.32797], "uv": [0, 37]}, + {"origin": [3.79005, 72.27842, -12.37687], "size": [0, 4, 6], "pivot": [3.7, 75.10415, -9.44362], "rotation": [7.77291, 13.33468, 2.00565], "uv": [58, 94]}, + {"origin": [-3.49005, 72.27842, -12.37687], "size": [0, 4, 6], "pivot": [-3.4, 75.10415, -9.44362], "rotation": [7.77291, -13.33468, -2.00565], "uv": [54, 9]}, + {"origin": [-3.9027, 71.2521, -12.47951], "size": [8, 5, 0], "pivot": [7, 76.10415, -15.24362], "rotation": [-2.43686, 0.94556, 0.32797], "uv": [114, 130]}, + {"origin": [-2.90623, 66.6036, -5.09818], "size": [6, 8, 0], "pivot": [-3, 67.10415, -6.24362], "rotation": [-4.93686, 0.94556, 0.32797], "uv": [76, 0]}, + {"origin": [3.04518, 67.18778, -11.22736], "size": [0, 6, 6], "pivot": [3, 67.10415, -9.24362], "rotation": [7.58883, -0.7089, 12.71845], "uv": [58, 88]}, + {"origin": [-3.04518, 67.18778, -11.22736], "size": [0, 6, 6], "pivot": [-3, 67.10415, -9.24362], "rotation": [7.58883, 0.7089, -12.71845], "uv": [0, 82]}, + {"origin": [-4, 59.10415, -11.24362], "size": [8, 3, 8], "pivot": [7, 59.10415, -9.24362], "rotation": [7.56314, 0.94556, 0.32797], "uv": [28, 137]}, + {"origin": [-3.5, 64.10415, -10.74362], "size": [7, 3, 7], "pivot": [7.5, 59.10415, -8.74362], "rotation": [7.56314, 0.94556, 0.32797], "uv": [143, 125]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0.1, 75.15344, -9.39734], + "cubes": [ + {"origin": [-3.9, 74.60344, -14.39734], "size": [8, 8, 10], "uv": [113, 84]}, + {"origin": [-2.9, 79.60344, -11.39734], "size": [6, 5, 7], "uv": [119, 87]}, + {"origin": [-2.9, 75.35344, -5.39734], "size": [6, 8, 4], "pivot": [3.1, 80.35344, -3.39734], "rotation": [10, 0, 0], "uv": [88, 47]}, + {"origin": [-1.9, 77.35344, -1.39734], "size": [4, 6, 3], "pivot": [3.1, 80.35344, 0.60266], "rotation": [15, 0, 0], "uv": [154, 135]}, + {"origin": [0.1, 79.15344, 1.60266], "size": [0, 4, 4], "pivot": [3.1, 81.15344, 3.60266], "rotation": [15, 0, 0], "uv": [47, 109]}, + {"origin": [4.1, 76.15344, -9.39734], "size": [0, 4, 7], "pivot": [3.1, 76.15344, -8.39734], "rotation": [-8.44236, 27.24513, -3.88714], "uv": [0, 9]}, + {"origin": [-3.9, 76.15344, -9.39734], "size": [0, 4, 7], "pivot": [-4.9, 76.15344, -8.39734], "rotation": [-8.26511, -24.77164, 3.48303], "uv": [0, 9]} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [3.6, 77.90344, -13.79734] + }, + { + "name": "topjaw2", + "parent": "mouth", + "pivot": [3.6, 77.60344, -14.79734], + "cubes": [ + {"origin": [-2.4, 77.50344, -20.79734], "size": [5, 4, 9], "inflate": 0.002, "pivot": [3.6, 77.60344, -14.79734], "rotation": [2.5, 0, 0], "uv": [83, 142]}, + {"origin": [2.1, 76.75344, -19.99734], "size": [0, 1, 1], "pivot": [1.1, 76.75344, -18.99734], "rotation": [-45, 0, 0], "uv": [125, 18]}, + {"origin": [-2.1, 76.75344, -19.99734], "size": [0, 1, 1], "pivot": [-1.1, 76.75344, -18.99734], "rotation": [-45, 0, 0], "uv": [125, 18], "mirror": true} + ] + }, + { + "name": "bottomjaw", + "parent": "mouth", + "pivot": [0.1, 76.99059, -13.79354], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-2.4, 75.35344, -19.77832], "size": [5, 2, 6], "pivot": [0.1, 76.99059, -11.79354], "rotation": [-5, 0, 0], "uv": [22, 150]} + ] + }, + { + "name": "hairleft", + "parent": "head", + "pivot": [5.1, 82.70344, -13.39734], + "cubes": [ + {"origin": [4.45008, 81.8979, -9.059], "size": [0, 4, 12], "pivot": [5.45008, 82.8979, -8.059], "rotation": [32.5, 0, 0], "uv": [96, 65]}, + {"origin": [0.1, 79.70344, -13.39734], "size": [5, 5, 8], "pivot": [5.1, 82.70344, -13.39734], "rotation": [10, 17.5, 0], "uv": [17, 113]}, + {"origin": [0.6, 79.80344, -17.39734], "size": [4, 4, 5], "pivot": [5.1, 82.70344, -13.39734], "rotation": [30, 17.5, 0], "uv": [20, 116]}, + {"origin": [2.29997, 80.55475, -6.48693], "size": [5, 6, 9], "pivot": [7.29997, 84.55475, -6.48693], "rotation": [0.14613, 17.46148, 0.45495], "uv": [0, 137]} + ] + }, + { + "name": "left_head2", + "parent": "hairleft", + "pivot": [7.68043, 82.36929, 2.57247], + "cubes": [ + {"origin": [5.61876, 78.88324, 0.78009], "size": [3, 8, 11], "pivot": [7.43043, 83.36929, 1.32247], "rotation": [-31.9621, 15.34491, 1.84197], "uv": [126, 125]} + ] + }, + { + "name": "left_head3", + "parent": "left_head2", + "pivot": [9.28043, 77.91929, 8.37247], + "cubes": [ + {"origin": [7.29997, 73.65475, 5.81307], "size": [2, 6, 11], "pivot": [9.29997, 77.65475, 5.81307], "rotation": [22.64831, 19.96147, 0.46173], "uv": [134, 9]} + ] + }, + { + "name": "left_head4", + "parent": "left_head3", + "pivot": [11.53043, 79.41929, 16.12247], + "cubes": [ + {"origin": [10.78043, 76.66929, 13.87247], "size": [1, 7, 11], "pivot": [12.78043, 81.66929, 13.87247], "rotation": [-16.9621, 15.34491, 1.84197], "uv": [141, 51]} + ] + }, + { + "name": "left_head5", + "parent": "left_head4", + "pivot": [13.99997, 77.15475, 25.41307], + "cubes": [ + {"origin": [13.49997, 73.65475, 21.91307], "size": [0, 5, 11], "pivot": [13.49997, 76.65475, 21.91307], "rotation": [22.64831, 19.96147, 0.46173], "uv": [114, 114]} + ] + }, + { + "name": "left_head6", + "parent": "left_head5", + "pivot": [16.75008, 81.6479, 31.691], + "cubes": [ + {"origin": [16.75008, 79.8979, 30.941], "size": [0, 5, 11], "pivot": [16.75008, 82.8979, 30.941], "rotation": [-24.85169, 19.96147, 0.46173], "uv": [96, 70]} + ] + }, + { + "name": "left_head", + "parent": "hairleft", + "pivot": [16.45008, 82.4979, 0.941] + }, + { + "name": "hairright2", + "parent": "head", + "pivot": [3.1, 81.15344, 6.60266], + "cubes": [ + {"origin": [-4.45008, 81.8979, -9.059], "size": [0, 4, 12], "pivot": [-5.45008, 82.8979, -8.059], "rotation": [32.5, 0, 0], "uv": [96, 65], "mirror": true}, + {"origin": [-4.6, 79.90344, -17.39734], "size": [4, 4, 5], "pivot": [-5.1, 82.70344, -13.39734], "rotation": [32.5, -17.5, 0], "uv": [21, 116], "mirror": true}, + {"origin": [-7.29997, 80.55475, -6.48693], "size": [5, 6, 9], "pivot": [-7.29997, 84.55475, -6.48693], "rotation": [0.14613, -17.46148, -0.45495], "uv": [0, 137], "mirror": true}, + {"origin": [-5.1, 79.70344, -13.39734], "size": [5, 5, 8], "pivot": [-5.1, 82.70344, -13.39734], "rotation": [7.5, -17.5, 0], "uv": [17, 113], "mirror": true} + ] + }, + { + "name": "right_head2", + "parent": "hairright2", + "pivot": [-7.68043, 82.36929, 2.57247], + "cubes": [ + {"origin": [-8.61876, 78.88324, 0.78009], "size": [3, 8, 11], "pivot": [-7.43043, 83.36929, 1.32247], "rotation": [-31.9621, -15.34491, -1.84197], "uv": [126, 125], "mirror": true} + ] + }, + { + "name": "right_head3", + "parent": "right_head2", + "pivot": [-9.28043, 77.91929, 8.37247], + "cubes": [ + {"origin": [-9.29997, 73.65475, 5.81307], "size": [2, 6, 11], "pivot": [-9.29997, 77.65475, 5.81307], "rotation": [22.64831, -19.96147, -0.46173], "uv": [134, 9], "mirror": true} + ] + }, + { + "name": "right_head4", + "parent": "right_head3", + "pivot": [-11.53043, 79.41929, 16.12247], + "cubes": [ + {"origin": [-11.78043, 76.66929, 13.87247], "size": [1, 7, 11], "pivot": [-12.78043, 81.66929, 13.87247], "rotation": [-16.9621, -15.34491, -1.84197], "uv": [141, 51], "mirror": true} + ] + }, + { + "name": "right_head5", + "parent": "right_head4", + "pivot": [-13.99997, 77.15475, 25.41307], + "cubes": [ + {"origin": [-13.49997, 73.65475, 21.91307], "size": [0, 5, 11], "pivot": [-13.49997, 76.65475, 21.91307], "rotation": [22.64831, -19.96147, -0.46173], "uv": [114, 114], "mirror": true} + ] + }, + { + "name": "right_head6", + "parent": "right_head5", + "pivot": [-16.75008, 81.6479, 31.691], + "cubes": [ + {"origin": [-16.75008, 79.8979, 30.941], "size": [0, 5, 11], "pivot": [-16.75008, 82.8979, 30.941], "rotation": [-24.85169, -19.96147, -0.46173], "uv": [96, 70], "mirror": true} + ] + }, + { + "name": "left_eyes", + "parent": "head", + "pivot": [4.2, 79.55344, -10.54734], + "cubes": [ + {"origin": [4.11, 78.55344, -12.19734], "size": [0, 3, 5], "pivot": [3.1, 78.55344, -11.19734], "rotation": [7.5, 0, 0], "uv": [97, 89]}, + {"origin": [4.12, 78.95344, -11.29734], "size": [0, 2, 2], "pivot": [3.2, 77.95344, -10.29734], "rotation": [7.5, 0, 0], "uv": [0, 11]}, + {"origin": [4.13, 79.55344, -10.79734], "size": [0, 1, 1], "pivot": [3.2, 77.55344, -9.79734], "rotation": [7.5, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "right_eyes", + "parent": "head", + "pivot": [-4.2, 79.55344, -10.54734], + "cubes": [ + {"origin": [-4.1, 78.55344, -12.19734], "size": [0, 3, 5], "pivot": [-3.1, 78.55344, -11.19734], "rotation": [7.5, 0, 0], "uv": [97, 89], "mirror": true}, + {"origin": [-4.11, 78.95344, -11.29734], "size": [0, 2, 2], "pivot": [-3.2, 77.95344, -10.29734], "rotation": [7.5, 0, 0], "uv": [0, 11], "mirror": true}, + {"origin": [-4.12, 79.55344, -10.79734], "size": [0, 1, 1], "pivot": [-3.2, 77.55344, -9.79734], "rotation": [7.5, 0, 0], "uv": [0, 0], "mirror": true} + ] + }, + { + "name": "right_leg", + "parent": "mainthing", + "pivot": [-8.20274, 35.53802, 7.19744], + "cubes": [ + {"origin": [-16.05, 20, -2], "size": [10, 19, 19], "pivot": [-11.05, 36, 7], "rotation": [-14.95716, -2.58492, -0.64751], "uv": [0, 75], "mirror": true} + ] + }, + { + "name": "right_leg2", + "parent": "right_leg", + "pivot": [-10.8, 20.95, 5], + "cubes": [ + {"origin": [-14.3, 11.7, 1], "size": [7, 12, 9], "pivot": [-13.3, 22.7, 2], "rotation": [10, 0, 0], "uv": [60, 122], "mirror": true} + ] + }, + { + "name": "right_leg3", + "parent": "right_leg2", + "pivot": [-10.8, 13.5, 7.25], + "cubes": [ + {"origin": [-13.3, 4, 4], "size": [5, 12, 6], "pivot": [-12.3, 15, 5], "rotation": [-15, 0, 0], "uv": [54, 143], "mirror": true} + ] + }, + { + "name": "right_leg4", + "parent": "right_leg3", + "pivot": [-10.8, 4.01175, 4.33701], + "cubes": [ + {"origin": [-14.3, 0, -0.7], "size": [7, 5, 5], "uv": [149, 9], "mirror": true}, + {"origin": [-14.3, 0.46175, 4.18701], "size": [7, 5, 6], "pivot": [-13.3, 0.46175, 5.18701], "rotation": [27.5, 0, 0], "uv": [137, 144], "mirror": true}, + {"origin": [-12.3, 3.86175, 6.38701], "size": [3, 3, 4], "pivot": [-12.3, 3.86175, 7.38701], "rotation": [-17.5, 0, 0], "uv": [19, 137], "mirror": true}, + {"origin": [-11.3, 4.26175, 8.58701], "size": [1, 1, 3], "pivot": [-12.3, 3.26175, 9.58701], "rotation": [-47.5, 0, 0], "uv": [0, 0], "mirror": true} + ] + }, + { + "name": "right_leg5", + "parent": "right_leg4", + "pivot": [-10.71665, 3.75, -0.59096], + "cubes": [ + {"origin": [-13.88335, 0, -6.59096], "size": [2, 4, 6], "pivot": [-12.88335, 0, -5.59096], "rotation": [0, -5, 0], "uv": [39, 84], "mirror": true}, + {"origin": [-11.8, 0, -6.5], "size": [2, 4, 6], "uv": [97, 97], "mirror": true}, + {"origin": [-9.71665, 0, -6.59096], "size": [2, 4, 6], "pivot": [-8.71665, 0, -5.59096], "rotation": [0, 5, 0], "uv": [65, 64], "mirror": true} + ] + }, + { + "name": "right_leghair", + "parent": "right_leg", + "pivot": [-10.55, 39.8, 10.4], + "cubes": [ + {"origin": [-10.53115, 35.98563, 13.70107], "size": [0, 5, 4], "pivot": [-11.05, 36.4, 15.6], "rotation": [-39.95716, -2.58492, -0.64751], "uv": [0, 0], "mirror": true}, + {"origin": [-10.53115, 39.78563, 0.70107], "size": [0, 6, 4], "pivot": [-11.05, 40.2, 2.6], "rotation": [-22.45716, -2.58492, -0.64751], "uv": [35, 109], "mirror": true}, + {"origin": [-10.53115, 37.28563, 8.70107], "size": [0, 7, 5], "pivot": [-11.05, 37.7, 10.6], "rotation": [-34.95716, -2.58492, -0.64751], "uv": [96, 57], "mirror": true}, + {"origin": [-10.53115, 38.78563, 4.50107], "size": [0, 8, 5], "pivot": [-11.05, 39.2, 6.4], "rotation": [-27.45716, -2.58492, -0.64751], "uv": [71, 69], "mirror": true} + ] + }, + { + "name": "right_leghair2", + "parent": "right_leghair", + "pivot": [-10.55, 44.95, 13], + "cubes": [ + {"origin": [-10.53115, 45.18563, 8.40107], "size": [0, 10, 4], "pivot": [-11.05, 45.6, 10.3], "rotation": [-42.45716, -2.58492, -0.64751], "uv": [0, 109], "mirror": true}, + {"origin": [-10.53115, 42.58563, 12.50107], "size": [0, 6, 5], "pivot": [-11.05, 43, 14.4], "rotation": [-47.45716, -2.58492, -0.64751], "uv": [96, 64], "mirror": true}, + {"origin": [-10.53115, 45.88563, 16.50107], "size": [0, 8, 4], "pivot": [-11.05, 46.3, 18.4], "rotation": [-69.95716, -2.58492, -0.64751], "uv": [17, 109], "mirror": true}, + {"origin": [-10.68388, 39.12365, 16.29852], "size": [0, 6, 4], "pivot": [-11.20274, 39.53802, 18.19744], "rotation": [-67.45716, -2.58492, -0.64751], "uv": [10, 69], "mirror": true}, + {"origin": [-10.53115, 45.28563, 3.60107], "size": [0, 4, 3], "pivot": [-11.05, 45.7, 4.5], "rotation": [-32.45716, -2.58492, -0.64751], "uv": [0, 6], "mirror": true} + ] + }, + { + "name": "left_leg", + "parent": "mainthing", + "pivot": [8.20274, 35.53802, 7.19744], + "cubes": [ + {"origin": [6.05, 20, -2], "size": [10, 19, 19], "pivot": [11.05, 36, 7], "rotation": [-14.95716, 2.58492, 0.64751], "uv": [0, 75]} + ] + }, + { + "name": "left_leg2", + "parent": "left_leg", + "pivot": [10.8, 20.95, 5], + "cubes": [ + {"origin": [7.3, 11.7, 1], "size": [7, 12, 9], "pivot": [13.3, 22.7, 2], "rotation": [10, 0, 0], "uv": [60, 122]} + ] + }, + { + "name": "left_leg3", + "parent": "left_leg2", + "pivot": [10.8, 13.5, 7.25], + "cubes": [ + {"origin": [8.3, 4, 4], "size": [5, 12, 6], "pivot": [12.3, 15, 5], "rotation": [-15, 0, 0], "uv": [54, 143]} + ] + }, + { + "name": "left_leg4", + "parent": "left_leg3", + "pivot": [10.8, 4.01175, 4.33701], + "cubes": [ + {"origin": [7.3, 0, -0.7], "size": [7, 5, 5], "uv": [149, 9]}, + {"origin": [7.3, 0.46175, 4.18701], "size": [7, 5, 6], "pivot": [13.3, 0.46175, 5.18701], "rotation": [27.5, 0, 0], "uv": [137, 144]}, + {"origin": [9.3, 3.86175, 6.38701], "size": [3, 3, 4], "pivot": [12.3, 3.86175, 7.38701], "rotation": [-17.5, 0, 0], "uv": [19, 137]}, + {"origin": [10.3, 4.26175, 8.58701], "size": [1, 1, 3], "pivot": [12.3, 3.26175, 9.58701], "rotation": [-47.5, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "left_leg5", + "parent": "left_leg4", + "pivot": [10.71665, 3.75, -0.59096], + "cubes": [ + {"origin": [11.88335, 0, -6.59096], "size": [2, 4, 6], "pivot": [12.88335, 0, -5.59096], "rotation": [0, 5, 0], "uv": [39, 84]}, + {"origin": [9.8, 0, -6.5], "size": [2, 4, 6], "uv": [97, 97]}, + {"origin": [7.71665, 0, -6.59096], "size": [2, 4, 6], "pivot": [8.71665, 0, -5.59096], "rotation": [0, -5, 0], "uv": [65, 64]} + ] + }, + { + "name": "left_leghair", + "parent": "left_leg", + "pivot": [10.55, 39.8, 10.4], + "cubes": [ + {"origin": [10.53115, 35.98563, 13.70107], "size": [0, 5, 4], "pivot": [11.05, 36.4, 15.6], "rotation": [-39.95716, 2.58492, 0.64751], "uv": [0, 0]}, + {"origin": [10.53115, 39.78563, 0.70107], "size": [0, 6, 4], "pivot": [11.05, 40.2, 2.6], "rotation": [-22.45716, 2.58492, 0.64751], "uv": [35, 109]}, + {"origin": [10.53115, 37.28563, 8.70107], "size": [0, 7, 5], "pivot": [11.05, 37.7, 10.6], "rotation": [-34.95716, 2.58492, 0.64751], "uv": [96, 57]}, + {"origin": [10.53115, 38.78563, 4.50107], "size": [0, 8, 5], "pivot": [11.05, 39.2, 6.4], "rotation": [-27.45716, 2.58492, 0.64751], "uv": [71, 69]} + ] + }, + { + "name": "left_leghair2", + "parent": "left_leghair", + "pivot": [10.55, 44.95, 13], + "cubes": [ + {"origin": [10.53115, 45.18563, 8.40107], "size": [0, 10, 4], "pivot": [11.05, 45.6, 10.3], "rotation": [-42.45716, 2.58492, 0.64751], "uv": [0, 109]}, + {"origin": [10.53115, 42.58563, 12.50107], "size": [0, 6, 5], "pivot": [11.05, 43, 14.4], "rotation": [-47.45716, 2.58492, 0.64751], "uv": [96, 64]}, + {"origin": [10.53115, 45.88563, 16.50107], "size": [0, 8, 4], "pivot": [11.05, 46.3, 18.4], "rotation": [-69.95716, 2.58492, 0.64751], "uv": [17, 109]}, + {"origin": [10.68388, 39.12365, 16.29852], "size": [0, 6, 4], "pivot": [11.20274, 39.53802, 18.19744], "rotation": [-67.45716, 2.58492, 0.64751], "uv": [10, 69]}, + {"origin": [10.53115, 45.28563, 3.60107], "size": [0, 4, 3], "pivot": [11.05, 45.7, 4.5], "rotation": [-32.45716, 2.58492, 0.64751], "uv": [0, 6]} + ] + }, + { + "name": "body", + "parent": "mainthing", + "pivot": [-0.54425, 32.2719, 3.72771], + "cubes": [ + {"origin": [-9, 23, -6], "size": [17, 17, 20], "uv": [0, 0]}, + {"origin": [-5.5, 26, 14], "size": [11, 11, 2], "uv": [111, 144]} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [-1.02257, 31.16521, 17.13318] + }, + { + "name": "smolone", + "parent": "tail", + "pivot": [-0.96105, 24.18289, 24], + "cubes": [ + {"origin": [-11.96105, 34.18289, 27], "size": [13, 2, 6], "pivot": [-0.96105, 24.18289, 24], "rotation": [0, 0, 45], "uv": [130, 38]}, + {"origin": [-4.18288, 17.40472, 27], "size": [2, 9, 6], "pivot": [6.81712, 16.40472, 24], "rotation": [0, 0, 45], "uv": [0, 152]}, + {"origin": [-19.73923, 26.40472, 27], "size": [13, 2, 6], "pivot": [-8.73923, 16.40472, 24], "rotation": [0, 0, 45], "uv": [130, 30]}, + {"origin": [-11.96105, 25.18289, 27], "size": [2, 9, 6], "pivot": [-0.96105, 24.18289, 24], "rotation": [0, 0, 45], "uv": [0, 73]}, + {"origin": [-6.96105, 27.08289, 16], "size": [7, 7, 8], "pivot": [-0.96105, 27.08289, 16], "rotation": [0, 0, 45], "uv": [54, 0]}, + {"origin": [-7.96105, 26.18289, 18], "size": [9, 9, 5], "pivot": [-0.96105, 27.18289, 16], "rotation": [0, 0, 45], "uv": [142, 77]}, + {"origin": [-10.96105, 24.18289, 24], "size": [11, 11, 11], "pivot": [-0.96105, 24.18289, 24], "rotation": [0, 0, 45], "uv": [110, 103]} + ] + }, + { + "name": "bigoen", + "parent": "smolone", + "pivot": [-6.28362, 35.1481, 38.13318], + "cubes": [ + {"origin": [-1.78948, 25.76868, 35], "size": [2, 11, 13], "pivot": [-3.78948, 22.76868, 38], "rotation": [0, 0, 45], "uv": [30, 113]}, + {"origin": [-17.03212, 39.35446, 35], "size": [15, 2, 13], "pivot": [-8.03212, 21.35446, 38], "rotation": [0, 0, 45], "uv": [96, 62]}, + {"origin": [-2.23848, 36.17754, 35.13318], "size": [13, 0, 20], "pivot": [5.76152, 35.1481, 38.13318], "rotation": [10, 0, 45], "uv": [19, 64]}, + {"origin": [-2.8053, 22.25479, 35.72771], "size": [0, 9, 18], "pivot": [1.1947, 24.25479, 38.72771], "rotation": [-7.56397, -7.43547, -44.01552], "uv": [0, 46]}, + {"origin": [2.29812, 22.25411, 35.72758], "size": [0, 9, 18], "pivot": [-1.70188, 24.25411, 38.72758], "rotation": [-7.56397, 7.43547, 44.01552], "uv": [0, 46], "mirror": true}, + {"origin": [-17.61791, 24.94025, 35], "size": [15, 2, 13], "pivot": [-6.61791, 19.94025, 38], "rotation": [0, 0, 45], "uv": [96, 47]}, + {"origin": [-10.39608, 36.37528, 35], "size": [2, 11, 13], "pivot": [-14.39608, 33.37528, 38], "rotation": [0, 0, 45], "uv": [0, 113]}, + {"origin": [-11.28362, 36.17754, 35.13318], "size": [13, 0, 20], "pivot": [-6.28362, 35.1481, 38.13318], "rotation": [10, 0, -45], "uv": [19, 64], "mirror": true} + ] + }, + { + "name": "tail2", + "parent": "bigoen", + "pivot": [-0.21105, 31.33289, 34.9], + "cubes": [ + {"origin": [-6.96105, 27.08289, 34.9], "size": [7, 7, 26], "pivot": [-0.96105, 27.08289, 34.9], "rotation": [0, 0, 45], "uv": [56, 61]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [-0.21105, 31.23289, 60.9], + "cubes": [ + {"origin": [-4.96105, 28.48289, 60.9], "size": [5, 5, 12], "pivot": [-0.96105, 28.48289, 60.9], "rotation": [0, 0, 45], "uv": [92, 125]} + ] + }, + { + "name": "tail4", + "parent": "tail3", + "pivot": [-0.21105, 31.38289, 72.9], + "cubes": [ + {"origin": [-2.96105, 29.88289, 72.9], "size": [3, 3, 8], "pivot": [-0.96105, 29.88289, 72.9], "rotation": [0, 0, 45], "uv": [57, 76]} + ] + }, + { + "name": "tail5", + "parent": "tail4", + "pivot": [-0.36105, 31.23289, 80.9], + "cubes": [ + {"origin": [-4.36105, 31.48289, 80.9], "size": [5, 0, 9], "pivot": [-1.36105, 29.48289, 80.9], "rotation": [0, 0, 45], "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/reuniclus/reuniclus.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/reuniclus/reuniclus.geo.json new file mode 100644 index 0000000..38b5d95 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/reuniclus/reuniclus.geo.json @@ -0,0 +1,273 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.reuniclus", + "texture_width": 512, + "texture_height": 512, + "visible_bounds_width": 6, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "reuniclus", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "reuniclus", + "pivot": [0, 15, 1], + "cubes": [ + {"origin": [-10, 6, -10], "size": [20, 18, 22], "inflate": -19, "uv": [198, 275]} + ] + }, + { + "name": "ear_left", + "parent": "body", + "pivot": [1.5, 25, -0.5], + "rotation": [0, 0, 17.5], + "cubes": [ + {"origin": [2.5258, 28.08093, -3], "size": [5, 3, 5], "inflate": -6, "uv": [232, 98]} + ] + }, + { + "name": "ear_left2", + "parent": "ear_left", + "pivot": [5.2758, 30.58093, -0.5], + "cubes": [ + {"origin": [3.7758, 27.58093, -2], "size": [3, 4, 3], "uv": [21, 26]}, + {"origin": [4.2758, 30.58093, -1.5], "size": [2, 2, 2], "uv": [0, 0]} + ] + }, + { + "name": "ear_right", + "parent": "body", + "pivot": [-1.5, 25, -0.5], + "rotation": [0, 0, -17.5], + "cubes": [ + {"origin": [-7.5258, 28.08093, -3], "size": [5, 3, 5], "inflate": -6, "uv": [232, 98], "mirror": true} + ] + }, + { + "name": "ear_right2", + "parent": "ear_right", + "pivot": [-5.2758, 30.58093, -0.5], + "cubes": [ + {"origin": [-6.2758, 30.58093, -1.5], "size": [2, 2, 2], "uv": [0, 0], "mirror": true}, + {"origin": [-6.7758, 27.58093, -2], "size": [3, 4, 3], "uv": [21, 26], "mirror": true} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [0, 5, -4.5], + "cubes": [ + {"origin": [-4.5, -2, -11.55], "size": [9, 7, 7], "inflate": -7, "uv": [235, 1]} + ] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 8.5, -1.5], + "cubes": [ + {"origin": [-2.5, 7.5, -1.5], "size": [5, 4, 3], "inflate": 0.01, "uv": [11, 0]} + ] + }, + { + "name": "torso2", + "parent": "torso", + "pivot": [0, 11.5, 0], + "cubes": [ + {"origin": [-2, 10.5, -1], "size": [4, 4, 2], "uv": [0, 29]} + ] + }, + { + "name": "head", + "parent": "torso2", + "pivot": [0, 14.125, -0.01167], + "cubes": [ + {"origin": [2.25, 17, -4.51], "size": [2, 3, 0], "pivot": [3.25, 18.5, -0.01], "rotation": [0, 0, 7.5], "uv": [9, 89]}, + {"origin": [-3, 14.25, -4.53], "size": [6, 2, 0], "uv": [11, 7]}, + {"origin": [-1, 15, -4.52], "size": [2, 2, 0], "pivot": [0, 16, -4.53], "rotation": [0, 0, 45], "uv": [0, 21]}, + {"origin": [-4.25, 17, -4.51], "size": [2, 3, 0], "pivot": [-3.25, 18.5, -0.01], "rotation": [0, 0, -7.5], "uv": [8, 89]}, + {"origin": [-5, 14, -4.5], "size": [10, 8, 9], "uv": [105, 0]}, + {"origin": [-0.5, 14, -4.5], "size": [1, 8, 9], "inflate": 0.01, "uv": [0, 0]} + ] + }, + { + "name": "eyelids", + "parent": "head", + "pivot": [0, 14.125, 0.98833] + }, + { + "name": "eyelid_left", + "parent": "eyelids", + "pivot": [3.25, 18.5, 0.99], + "cubes": [ + {"origin": [2.25, 17, -3.52], "size": [2, 3, 0], "pivot": [3.25, 18.5, 0.99], "rotation": [0, 0, 7.5], "uv": [508, 334]} + ] + }, + { + "name": "eyelid_right", + "parent": "eyelids", + "pivot": [-3.25, 18.5, 0.99], + "cubes": [ + {"origin": [-4.25, 17, -3.52], "size": [2, 3, 0], "pivot": [-3.25, 18.5, 0.99], "rotation": [0, 0, -7.5], "uv": [508, 334], "mirror": true} + ] + }, + { + "name": "arm_left", + "parent": "torso2", + "pivot": [2, 13, -0.25], + "cubes": [ + {"origin": [1.5, 12.5, -0.75], "size": [3, 1, 1], "uv": [24, 24]} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [5.25, 13, -0.25], + "cubes": [ + {"origin": [5.5, 12.5, -0.75], "size": [2, 1, 1], "uv": [0, 19]} + ] + }, + { + "name": "arm_left3", + "parent": "arm_left2", + "pivot": [8.16667, 12.33333, 0.33333], + "cubes": [ + {"origin": [14, 11.5, -1.75], "size": [4, 3, 3], "uv": [20, 7]}, + {"origin": [9.25, 12, -1.25], "size": [3, 2, 2], "uv": [12, 31]}, + {"origin": [13, 10, -3], "size": [1, 6, 6], "inflate": -6, "uv": [241, 228]} + ] + }, + { + "name": "arm_left4", + "parent": "arm_left3", + "pivot": [17.1, 14.1, 0.2], + "cubes": [ + {"origin": [19, 7, -6], "size": [9, 12, 12], "inflate": -11, "uv": [16, 291]}, + {"origin": [21, 10, -3.25], "size": [6, 6, 6], "uv": [0, 68]} + ] + }, + { + "name": "thumb_left", + "parent": "arm_left4", + "pivot": [25.5, 17, -0.5], + "cubes": [ + {"origin": [21, 18, -6], "size": [8, 5, 8], "inflate": -6, "uv": [35, 102]} + ] + }, + { + "name": "finger_left", + "parent": "arm_left4", + "pivot": [29, 15.5, -2.5], + "cubes": [ + {"origin": [30, 11, -7], "size": [5, 9, 9], "inflate": -6, "uv": [123, 199]} + ] + }, + { + "name": "pointer_left", + "parent": "arm_left4", + "pivot": [29, 10.5, -2.5], + "cubes": [ + {"origin": [30, 6, -7], "size": [5, 9, 9], "inflate": -6, "uv": [123, 199]} + ] + }, + { + "name": "arm_right", + "parent": "torso2", + "pivot": [-2, 13, -0.25], + "cubes": [ + {"origin": [-4.5, 12.5, -0.75], "size": [3, 1, 1], "uv": [24, 24], "mirror": true} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-5.25, 13, -0.25], + "cubes": [ + {"origin": [-7.5, 12.5, -0.75], "size": [2, 1, 1], "uv": [0, 19], "mirror": true} + ] + }, + { + "name": "arm_right3", + "parent": "arm_right2", + "pivot": [-8.16667, 12.33333, 0.33333], + "cubes": [ + {"origin": [-18, 11.5, -1.75], "size": [4, 3, 3], "uv": [20, 7], "mirror": true}, + {"origin": [-12.25, 12, -1.25], "size": [3, 2, 2], "uv": [12, 31], "mirror": true}, + {"origin": [-14, 10, -3], "size": [1, 6, 6], "inflate": -6, "uv": [241, 228], "mirror": true} + ] + }, + { + "name": "arm_right4", + "parent": "arm_right3", + "pivot": [-17.1, 14.1, 0.2], + "cubes": [ + {"origin": [-28, 7, -6], "size": [9, 12, 12], "inflate": -11, "uv": [16, 291], "mirror": true}, + {"origin": [-27, 10, -3.25], "size": [6, 6, 6], "uv": [0, 68], "mirror": true} + ] + }, + { + "name": "thumb_right", + "parent": "arm_right4", + "pivot": [-25.5, 17, -0.5], + "cubes": [ + {"origin": [-29, 18, -6], "size": [8, 5, 8], "inflate": -6, "uv": [35, 102], "mirror": true} + ] + }, + { + "name": "finger_right", + "parent": "arm_right4", + "pivot": [-29, 15.5, -2.5], + "cubes": [ + {"origin": [-35, 11, -7], "size": [5, 9, 9], "inflate": -6, "uv": [123, 199], "mirror": true} + ] + }, + { + "name": "pointer_right", + "parent": "arm_right4", + "pivot": [-29, 10.5, -2.5], + "cubes": [ + {"origin": [-35, 6, -7], "size": [5, 9, 9], "inflate": -6, "uv": [123, 199], "mirror": true} + ] + }, + { + "name": "leg_right", + "parent": "torso", + "pivot": [-2.25, 8.5, -1.5], + "cubes": [ + {"origin": [-2.25, 7.5, -3], "size": [1, 1, 2], "uv": [19, 69]} + ] + }, + { + "name": "foot_right", + "parent": "leg_right", + "pivot": [-1.75, 7.5, -2.25], + "cubes": [ + {"origin": [-2.25, 7.5, -3.25], "size": [1, 2, 1], "inflate": 0.01, "uv": [25, 75]} + ] + }, + { + "name": "leg_left", + "parent": "torso", + "pivot": [2.25, 8.5, -1.5], + "cubes": [ + {"origin": [1.25, 7.5, -3], "size": [1, 1, 2], "uv": [19, 69], "mirror": true} + ] + }, + { + "name": "foot_left", + "parent": "leg_left", + "pivot": [1.75, 7.5, -2.25], + "cubes": [ + {"origin": [1.25, 7.5, -3.25], "size": [1, 2, 1], "inflate": 0.01, "uv": [25, 75], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/roaringmoon/roaringmoon.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/roaringmoon/roaringmoon.geo.json new file mode 100644 index 0000000..7205ce3 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/roaringmoon/roaringmoon.geo.json @@ -0,0 +1,713 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.roaringmoon", + "texture_width": 512, + "texture_height": 512, + "visible_bounds_width": 13, + "visible_bounds_height": 9.5, + "visible_bounds_offset": [0, 4.25, 0] + }, + "bones": [ + { + "name": "salamence", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "salamence", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 6, -0.5], + "cubes": [ + {"origin": [-12, 0, -16.5], "size": [24, 12, 32], "uv": [0, 0]} + ] + }, + { + "name": "neck", + "parent": "torso", + "pivot": [0, 7, -15], + "cubes": [ + {"origin": [-4, 3.5, -29.5], "size": [8, 7, 13], "uv": [301, 22]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 5.8125, -28.75], + "cubes": [ + {"origin": [-4.5, 5.5, -41.5], "size": [9, 6, 13], "uv": [301, 43]}, + {"origin": [-4.5, 5.5, -46.5], "size": [9, 5, 5], "uv": [0, 68]}, + {"origin": [4.25, 4.5, -42.5], "size": [0, 1, 1], "pivot": [3.75, 4.5, -42], "rotation": [0, 0, 0], "uv": [10, 146]}, + {"origin": [4.25, 4.5, -44], "size": [0, 1, 1], "pivot": [3.75, 4.5, -43.5], "rotation": [0, 0, 0], "uv": [4, 150]}, + {"origin": [4.25, 4.5, -41], "size": [0, 1, 1], "pivot": [3.75, 4.5, -40.5], "rotation": [0, 0, 0], "uv": [10, 149]}, + {"origin": [-4.25, 4.5, -42.5], "size": [0, 1, 1], "pivot": [-3.75, 4.5, -42], "rotation": [0, 0, 0], "uv": [4, 160], "mirror": true}, + {"origin": [-4.25, 4.5, -44], "size": [0, 1, 1], "pivot": [-3.75, 4.5, -43.5], "rotation": [0, 0, 0], "uv": [11, 161], "mirror": true}, + {"origin": [-4.25, 4.5, -41], "size": [0, 1, 1], "pivot": [-3.75, 4.5, -40.5], "rotation": [0, 0, 0], "uv": [4, 146], "mirror": true} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [3.5, 1.5, -36.5] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [4.515, 10.25, -38.25], + "cubes": [ + {"origin": [4.51, 8.75, -39.5], "size": [0, 3, 3], "pivot": [4.51, 10.25, -38], "rotation": [12.5, 0, 0], "uv": [24, 45]}, + {"origin": [4.52, 8.75, -39], "size": [0, 3, 1], "uv": [31, 50]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [4.42, 10.25, -38], + "cubes": [ + {"origin": [4.42, 8.75, -39.5], "size": [0, 3, 3], "inflate": 0.01, "pivot": [4.51, 10.25, -38], "rotation": [12.5, 0, 0], "uv": [0, 45]} + ] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-4.515, 10.25, -38.25], + "cubes": [ + {"origin": [-4.51, 8.75, -39.5], "size": [0, 3, 3], "pivot": [-4.51, 10.25, -38], "rotation": [12.5, 0, 0], "uv": [24, 0]}, + {"origin": [-4.52, 8.75, -39], "size": [0, 3, 1], "uv": [31, 45]} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-4.42, 10.25, -38], + "cubes": [ + {"origin": [-4.42, 8.75, -39.5], "size": [0, 3, 3], "inflate": 0.01, "pivot": [-4.51, 10.25, -38], "rotation": [12.5, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [0, 5.41961, -34.17802], + "cubes": [ + {"origin": [-4.5, 2.5, -45.5], "size": [9, 3, 16], "uv": [98, 115]}, + {"origin": [4.5, 5, -45.5], "size": [0, 2, 2], "pivot": [4.25, 6, -45], "rotation": [14.51082, -3.84097, 14.51082], "uv": [4, 154]}, + {"origin": [3.5, 5, -45.5], "size": [1, 2, 0], "pivot": [4.25, 6, -45], "rotation": [14.51082, -3.84097, 14.51082], "uv": [5, 156]}, + {"origin": [-4.5, 5, -45.5], "size": [0, 2, 2], "pivot": [-4.25, 6, -45], "rotation": [14.51082, 3.84097, -14.51082], "uv": [10, 154]}, + {"origin": [-4.5, 5, -45.5], "size": [1, 2, 0], "pivot": [-4.25, 6, -45], "rotation": [14.51082, 3.84097, -14.51082], "uv": [12, 156]} + ] + }, + { + "name": "head_decor", + "parent": "head", + "pivot": [0, 13.25, -35.6225], + "cubes": [ + {"origin": [2, 11.5, -40.5], "size": [3, 2, 10], "uv": [118, 0]}, + {"origin": [-1, 10, -41.5], "size": [2, 2, 12], "uv": [-2, 114]}, + {"origin": [-5, 11.5, -40.5], "size": [3, 2, 10], "uv": [49, 115]}, + {"origin": [-5, 10.51, -42.49], "size": [10, 1, 14], "uv": [47, 282]} + ] + }, + { + "name": "decor_left", + "parent": "head_decor", + "pivot": [-3.88459, 6.00068, -38.25], + "rotation": [0, -15, 0], + "cubes": [ + {"origin": [-24.25, 5.48236, -40.18185], "size": [20, 0, 20], "pivot": [-4.25, 6, -38.25], "rotation": [0, 0, 90], "uv": [371, 0]}, + {"origin": [-24.50882, 5.55171, -40.18185], "size": [20, 0, 20], "pivot": [-4.25, 6, -38.25], "rotation": [0, 0, 60], "uv": [331, 20]}, + {"origin": [-24.69829, 5.74118, -40.18185], "size": [20, 0, 20], "pivot": [-4.25, 6, -38.25], "rotation": [0, 0, 30], "uv": [331, 0]}, + {"origin": [-24.76764, 6, -40.18185], "size": [20, 0, 20], "uv": [371, 20]}, + {"origin": [-24.69829, 6.25882, -40.18185], "size": [20, 0, 20], "pivot": [-4.25, 6, -38.25], "rotation": [0, 0, -30], "uv": [331, 40]}, + {"origin": [-24.50882, 6.44829, -40.18185], "size": [20, 0, 20], "pivot": [-4.25, 6, -38.25], "rotation": [0, 0, -60], "uv": [371, 40]}, + {"origin": [-24.22742, 6.51715, -40.18185], "size": [20, 0, 20], "pivot": [-4.25, 6, -38.25], "rotation": [0, 0, -92.5], "uv": [331, 60]} + ] + }, + { + "name": "decor_right", + "parent": "head_decor", + "pivot": [3.88459, 6.00068, -38.25], + "rotation": [0, 15, 0], + "cubes": [ + {"origin": [4.25, 5.48236, -40.18185], "size": [20, 0, 20], "pivot": [4.25, 6, -38.25], "rotation": [0, 0, -90], "uv": [371, 0], "mirror": true}, + {"origin": [4.50882, 5.55171, -40.18185], "size": [20, 0, 20], "pivot": [4.25, 6, -38.25], "rotation": [0, 0, -60], "uv": [331, 20], "mirror": true}, + {"origin": [4.69829, 5.74118, -40.18185], "size": [20, 0, 20], "pivot": [4.25, 6, -38.25], "rotation": [0, 0, -30], "uv": [331, 0], "mirror": true}, + {"origin": [4.76764, 6, -40.18185], "size": [20, 0, 20], "uv": [371, 20], "mirror": true}, + {"origin": [4.69829, 6.25882, -40.18185], "size": [20, 0, 20], "pivot": [4.25, 6, -38.25], "rotation": [0, 0, 30], "uv": [331, 40], "mirror": true}, + {"origin": [4.50882, 6.44829, -40.18185], "size": [20, 0, 20], "pivot": [4.25, 6, -38.25], "rotation": [0, 0, 60], "uv": [371, 40], "mirror": true}, + {"origin": [4.22742, 6.51715, -40.18185], "size": [20, 0, 20], "pivot": [4.25, 6, -38.25], "rotation": [0, 0, 92.5], "uv": [331, 60], "mirror": true} + ] + }, + { + "name": "wings", + "parent": "torso", + "pivot": [0, 0, 0] + }, + { + "name": "wing_right", + "parent": "wings", + "pivot": [0, 12.01, -10], + "cubes": [ + {"origin": [0, 12.01, -107], "size": [75, 0, 150], "uv": [0, 151]} + ] + }, + { + "name": "feathers_right", + "parent": "wing_right", + "pivot": [0, 0, 0] + }, + { + "name": "feather_right1", + "parent": "feathers_right", + "pivot": [54.499, 12, -80.70573], + "cubes": [ + {"origin": [54.58461, 12, -85.69277], "size": [20, 0, 10], "pivot": [54.58461, 12, -80.69277], "rotation": [0, 77.5, 0], "uv": [0, 228], "mirror": true} + ] + }, + { + "name": "feather_right2", + "parent": "feathers_right", + "pivot": [61.749, 12, -71.70573], + "cubes": [ + {"origin": [62.02282, 12, -76.64265], "size": [20, 0, 10], "pivot": [62.02282, 12, -71.64265], "rotation": [0, 65, 0], "uv": [61, 217], "mirror": true} + ] + }, + { + "name": "feather_right3", + "parent": "feathers_right", + "pivot": [66.749, 12, -62.45573], + "cubes": [ + {"origin": [66.82113, 12, -67.29529], "size": [20, 0, 10], "pivot": [66.82113, 12, -62.29529], "rotation": [0, 50, 0], "uv": [61, 206], "mirror": true} + ] + }, + { + "name": "feather_right4", + "parent": "feathers_right", + "pivot": [70.499, 12, -52.95573], + "cubes": [ + {"origin": [70.56547, 12, -57.86812], "size": [20, 0, 10], "pivot": [70.56547, 12, -52.86812], "rotation": [0, 37.5, 0], "uv": [61, 195], "mirror": true} + ] + }, + { + "name": "feather_right5", + "parent": "feathers_right", + "pivot": [72.249, 12, -42.70573], + "cubes": [ + {"origin": [72.18593, 12, -47.72955], "size": [20, 0, 10], "pivot": [72.18593, 12, -42.72955], "rotation": [0, 25, 0], "uv": [0, 217], "mirror": true} + ] + }, + { + "name": "feather_right6", + "parent": "feathers_right", + "pivot": [73.249, 12, -31.95573], + "cubes": [ + {"origin": [73.21184, 12, -36.94867], "size": [20, 0, 10], "pivot": [73.21184, 12, -31.94867], "rotation": [0, 17.5, 0], "uv": [0, 206], "mirror": true} + ] + }, + { + "name": "feather_right7", + "parent": "feathers_right", + "pivot": [72.999, 12, -20.20573], + "cubes": [ + {"origin": [73.08975, 12, -25.36754], "size": [20, 0, 10], "pivot": [73.08975, 12, -20.36754], "rotation": [0, 15, 0], "uv": [0, 195], "mirror": true} + ] + }, + { + "name": "feather_right8", + "parent": "feathers_right", + "pivot": [71.749, 12, -9.95573], + "cubes": [ + {"origin": [70.749, 12, -15.95573], "size": [20, 0, 10], "pivot": [80.749, 12, -10.95573], "rotation": [0, 7.5, 0], "uv": [85, 102], "mirror": true} + ] + }, + { + "name": "feather_right9", + "parent": "feathers_right", + "pivot": [65.749, 12, 1.04427], + "cubes": [ + {"origin": [65.749, 12, -4.45573], "size": [20, 0, 10], "pivot": [75.749, 12, 0.54427], "rotation": [0, 2.5, 0], "uv": [85, 91], "mirror": true} + ] + }, + { + "name": "feather_right10", + "parent": "feathers_right", + "pivot": [59.749, 12, 11.29427], + "cubes": [ + {"origin": [59.749, 12, 7.04427], "size": [20, 0, 10], "pivot": [69.749, 12, 12.04427], "rotation": [0, -5, 0], "uv": [85, 80], "mirror": true} + ] + }, + { + "name": "feather_right11", + "parent": "feathers_right", + "pivot": [52.499, 12, 19.04427], + "cubes": [ + {"origin": [51.999, 12, 17.54427], "size": [20, 0, 10], "pivot": [61.999, 12, 22.54427], "rotation": [0, -20, 0], "uv": [85, 63], "mirror": true} + ] + }, + { + "name": "feather_right12", + "parent": "feathers_right", + "pivot": [44.749, 12, 24.79427], + "cubes": [ + {"origin": [42.749, 12, 25.79427], "size": [20, 0, 10], "pivot": [52.749, 12, 30.79427], "rotation": [0, -37.5, 0], "uv": [81, 18], "mirror": true} + ] + }, + { + "name": "wing_tail_right", + "parent": "wing_right", + "pivot": [4.25, 11.5, 43] + }, + { + "name": "spike", + "parent": "wing_tail_right", + "pivot": [35.95273, 11.985, 32.77669], + "cubes": [ + {"origin": [35.45273, 11.985, 31.52669], "size": [10, 0, 17], "pivot": [40.45273, 11.985, 40.02669], "rotation": [0, 30, 0], "uv": [85, 45]} + ] + }, + { + "name": "spike2", + "parent": "wing_tail_right", + "pivot": [24.9058, 11.985, 34.83389], + "cubes": [ + {"origin": [25.9058, 11.985, 33.33389], "size": [10, 0, 28], "pivot": [30.9058, 11.985, 47.33389], "rotation": [0, 25, 0], "uv": [49, 116]} + ] + }, + { + "name": "spike3", + "parent": "wing_tail_right", + "pivot": [12.96038, 11.985, 34.59905], + "cubes": [ + {"origin": [0, 11.985, 34.5], "size": [25, 0, 34], "pivot": [15, 11.985, 41], "rotation": [0, 2.5, 0], "uv": [0, 80]} + ] + }, + { + "name": "wing_left", + "parent": "wings", + "pivot": [0, 12.01, -10], + "cubes": [ + {"origin": [-75, 12.01, -107], "size": [75, 0, 150], "uv": [0, 0]} + ] + }, + { + "name": "feathers_left", + "parent": "wing_left", + "pivot": [0, 0, 0] + }, + { + "name": "feather_left1", + "parent": "feathers_left", + "pivot": [-54.749, 12, -80.45573], + "cubes": [ + {"origin": [-66.749, 12, -95.45573], "size": [20, 0, 10], "pivot": [-56.749, 12, -90.45573], "rotation": [0, -77.5, 0], "uv": [0, 228]} + ] + }, + { + "name": "feather_left2", + "parent": "feathers_left", + "pivot": [-62.249, 12, -71.45573], + "cubes": [ + {"origin": [-76.249, 12, -85.70573], "size": [20, 0, 10], "pivot": [-66.249, 12, -80.70573], "rotation": [0, -65, 0], "uv": [61, 217]} + ] + }, + { + "name": "feather_left3", + "parent": "feathers_left", + "pivot": [-66.999, 12, -62.20573], + "cubes": [ + {"origin": [-83.249, 12, -74.95573], "size": [20, 0, 10], "pivot": [-73.249, 12, -69.95573], "rotation": [0, -50, 0], "uv": [61, 206]} + ] + }, + { + "name": "feather_left4", + "parent": "feathers_left", + "pivot": [-70.499, 12, -52.95573], + "cubes": [ + {"origin": [-88.499, 12, -63.95573], "size": [20, 0, 10], "pivot": [-78.499, 12, -58.95573], "rotation": [0, -37.5, 0], "uv": [61, 195]} + ] + }, + { + "name": "feather_left5", + "parent": "feathers_left", + "pivot": [-72.249, 12, -42.95573], + "cubes": [ + {"origin": [-91.249, 12, -51.95573], "size": [20, 0, 10], "pivot": [-81.249, 12, -46.95573], "rotation": [0, -25, 0], "uv": [0, 217]} + ] + }, + { + "name": "feather_left6", + "parent": "feathers_left", + "pivot": [-73.249, 12, -31.95573], + "cubes": [ + {"origin": [-92.749, 12, -39.95573], "size": [20, 0, 10], "pivot": [-82.749, 12, -34.95573], "rotation": [0, -17.5, 0], "uv": [0, 206]} + ] + }, + { + "name": "feather_left7", + "parent": "feathers_left", + "pivot": [-72.999, 12, -20.20573], + "cubes": [ + {"origin": [-92.749, 12, -27.95573], "size": [20, 0, 10], "pivot": [-82.749, 12, -22.95573], "rotation": [0, -15, 0], "uv": [0, 195]} + ] + }, + { + "name": "feather_left8", + "parent": "feathers_left", + "pivot": [-71.749, 12, -9.95573], + "cubes": [ + {"origin": [-90.749, 12, -15.95573], "size": [20, 0, 10], "pivot": [-80.749, 12, -10.95573], "rotation": [0, -7.5, 0], "uv": [85, 102]} + ] + }, + { + "name": "feather_left9", + "parent": "feathers_left", + "pivot": [-65.749, 12, 0.54427], + "cubes": [ + {"origin": [-85.749, 12, -4.45573], "size": [20, 0, 10], "pivot": [-75.749, 12, 0.54427], "rotation": [0, -2.5, 0], "uv": [85, 91]} + ] + }, + { + "name": "feather_left10", + "parent": "feathers_left", + "pivot": [-59.749, 12, 11.04427], + "cubes": [ + {"origin": [-79.749, 12, 7.04427], "size": [20, 0, 10], "pivot": [-69.749, 12, 12.04427], "rotation": [0, 5, 0], "uv": [85, 80]} + ] + }, + { + "name": "feather_left11", + "parent": "feathers_left", + "pivot": [-52.749, 12, 19.04427], + "cubes": [ + {"origin": [-71.999, 12, 17.54427], "size": [20, 0, 10], "pivot": [-61.999, 12, 22.54427], "rotation": [0, 20, 0], "uv": [85, 63]} + ] + }, + { + "name": "feather_left12", + "parent": "feathers_left", + "pivot": [-44.749, 12, 24.54427], + "cubes": [ + {"origin": [-62.749, 12, 25.79427], "size": [20, 0, 10], "pivot": [-52.749, 12, 30.79427], "rotation": [0, 37.5, 0], "uv": [81, 18]} + ] + }, + { + "name": "wing_tail_left", + "parent": "wing_left", + "pivot": [-4.25, 12.5, 43] + }, + { + "name": "spike4", + "parent": "wing_tail_left", + "pivot": [-36.45273, 11.985, 32.52669], + "cubes": [ + {"origin": [-45.45273, 11.985, 31.52669], "size": [10, 0, 17], "pivot": [-40.45273, 11.985, 40.02669], "rotation": [0, -30, 0], "uv": [81, 0]} + ] + }, + { + "name": "spike5", + "parent": "wing_tail_left", + "pivot": [-24.9058, 11.985, 34.83389], + "cubes": [ + {"origin": [-35.9058, 11.985, 33.33389], "size": [10, 0, 28], "pivot": [-30.9058, 11.985, 47.33389], "rotation": [0, -25, 0], "uv": [0, 115]} + ] + }, + { + "name": "spike6", + "parent": "wing_tail_left", + "pivot": [-12.96038, 11.985, 34.59905], + "cubes": [ + {"origin": [-25, 11.985, 34.5], "size": [25, 0, 34], "pivot": [-15, 11.985, 41], "rotation": [0, -2.5, 0], "uv": [0, 45]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 7, 14.5], + "cubes": [ + {"origin": [-5, 3.5, 15.5], "size": [10, 7, 14], "uv": [301, 0]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 7, 29.5], + "cubes": [ + {"origin": [-4.5, 4, 29.5], "size": [9, 6, 12], "uv": [301, 62]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 7, 41.5], + "cubes": [ + {"origin": [-4, 4.5, 41.5], "size": [8, 5, 12], "uv": [52, 151]} + ] + }, + { + "name": "tail4", + "parent": "tail3", + "pivot": [0, 7, 53.5], + "cubes": [ + {"origin": [-3.5, 5, 53.5], "size": [7, 4, 10], "uv": [113, 29]} + ] + }, + { + "name": "tail5", + "parent": "tail4", + "pivot": [0, 7, 63.5], + "cubes": [ + {"origin": [-3, 5.5, 63.5], "size": [6, 3, 10], "uv": [0, 100]} + ] + }, + { + "name": "legs", + "parent": "body", + "pivot": [0, -14, -3] + }, + { + "name": "leg_back_right", + "parent": "legs", + "pivot": [11, 6, 12.5], + "rotation": [90, 0, -90], + "cubes": [ + {"origin": [7.5, -3.5, 9.5], "size": [7, 12, 7], "uv": [301, 81]} + ] + }, + { + "name": "leg_front_right2", + "parent": "leg_back_right", + "pivot": [11, -3.01316, 11.16732], + "cubes": [ + {"origin": [8, -8.5, 9.5], "size": [6, 5, 6], "uv": [0, 129]} + ] + }, + { + "name": "claw_front_right", + "parent": "leg_front_right2", + "pivot": [11, -7.01755, 10.72309], + "rotation": [-90, 0, 0] + }, + { + "name": "claw_front_right1", + "parent": "claw_front_right", + "pivot": [8.93235, -8.02632, 10.83464], + "cubes": [ + {"origin": [9.10069, -9.51116, 7.78972], "size": [0, 3, 4], "pivot": [8.85697, -8.04567, 10.74606], "rotation": [95.14408, -8.92795, 9.29576], "uv": [85, 80]} + ] + }, + { + "name": "claw_front_right2", + "parent": "claw_front_right", + "pivot": [11, -8, 10.5], + "cubes": [ + {"origin": [11, -49.5, 41.5], "size": [0, 3, 4], "pivot": [11, -45, 7.5], "rotation": [90, 0, 0], "uv": [85, 63]} + ] + }, + { + "name": "claw_front_right3", + "parent": "claw_front_right", + "pivot": [13.06764, -8.02632, 10.83464], + "cubes": [ + {"origin": [13.07392, -10.49181, 8.87829], "size": [0, 3, 4], "pivot": [13.31764, -9.02632, 10.83464], "rotation": [95.14408, 8.92795, -9.29576], "uv": [81, 18]} + ] + }, + { + "name": "leg_back_left", + "parent": "legs", + "pivot": [-11, 6, 12.5], + "rotation": [90, 0, 90], + "cubes": [ + {"origin": [-14.5, -3.5, 9.5], "size": [7, 12, 7], "uv": [0, 80]} + ] + }, + { + "name": "leg_front_left2", + "parent": "leg_back_left", + "pivot": [-11, -3.01316, 11.16732], + "cubes": [ + {"origin": [-14, -8.5, 9.5], "size": [6, 5, 6], "uv": [123, 44]} + ] + }, + { + "name": "claw_front_left", + "parent": "leg_front_left2", + "pivot": [-11, -7.01755, 10.72309], + "rotation": [-90, 0, 0] + }, + { + "name": "claw_front_left1", + "parent": "claw_front_left", + "pivot": [-8.93235, -8.02632, 10.83464], + "cubes": [ + {"origin": [-8.92608, -10.49181, 8.87829], "size": [0, 3, 4], "pivot": [-8.68235, -9.02632, 10.83464], "rotation": [95.14408, 8.92795, -9.29576], "uv": [18, 23]} + ] + }, + { + "name": "claw_front_left2", + "parent": "claw_front_left", + "pivot": [-11, -8, 10.5], + "cubes": [ + {"origin": [-11, -49.5, 41.5], "size": [0, 3, 4], "pivot": [-11, -45, 7.5], "rotation": [90, 0, 0], "uv": [9, 23]} + ] + }, + { + "name": "claw_front_left3", + "parent": "claw_front_left", + "pivot": [-13.06764, -8.02632, 10.83464], + "cubes": [ + {"origin": [-13.07392, -10.49181, 8.87829], "size": [0, 3, 4], "pivot": [-13.31764, -9.02632, 10.83464], "rotation": [95.14408, -8.92795, 9.29576], "uv": [0, 23]} + ] + }, + { + "name": "leg_front_right", + "parent": "legs", + "pivot": [10.5, 5.75, -11], + "rotation": [0, -90, -90], + "cubes": [ + {"origin": [6.5, -10.75, -14.5], "size": [8, 15, 7], "uv": [0, 45]} + ] + }, + { + "name": "leg_back_right2", + "parent": "leg_front_right", + "pivot": [6.55559, -10.55316, -11.14464], + "rotation": [0, -90, 0], + "cubes": [ + {"origin": [2.72302, -21.75, -19.61184], "size": [8, 11, 9], "uv": [113, 274]} + ] + }, + { + "name": "leg_back_right_feather1", + "parent": "leg_back_right2", + "pivot": [3.94621, -14.48478, -11.21264], + "cubes": [ + {"origin": [2.15482, -15.17944, -9.08693], "size": [2, 6, 0], "pivot": [3.55103, -10.44749, -10.25372], "rotation": [-23.12905, -40.52132, 1.35897], "uv": [29, 80]} + ] + }, + { + "name": "leg_back_right_feather2", + "parent": "leg_back_right2", + "pivot": [6.55103, -14.97764, -10.58271], + "cubes": [ + {"origin": [5.55103, -14.6761, -9.92473], "size": [2, 6, 0], "pivot": [6.55103, -12.79672, -10.60877], "rotation": [-20, 0, 0], "uv": [81, 0]} + ] + }, + { + "name": "leg_back_right_feather3", + "parent": "leg_back_right2", + "pivot": [9.24982, -14.48478, -11.21264], + "cubes": [ + {"origin": [9.04122, -15.17944, -9.08693], "size": [2, 6, 0], "pivot": [9.645, -10.44749, -10.25372], "rotation": [-23.12904, 40.52132, -1.35894], "uv": [24, 80]} + ] + }, + { + "name": "claw_back_right", + "parent": "leg_back_right2", + "pivot": [6.47302, -20.22497, -10.96421], + "rotation": [90, 0, 0] + }, + { + "name": "claw_back_right1", + "parent": "claw_back_right", + "pivot": [3.31565, -20.21245, -11.02326], + "cubes": [ + {"origin": [4.30103, -23.79672, -15.10877], "size": [0, 3, 8], "pivot": [3.81565, -22.21245, -11.02326], "rotation": [-88.24461, -10.14426, -170.45819], "uv": [132, 14]} + ] + }, + { + "name": "claw_back_right2", + "parent": "claw_back_right", + "pivot": [6.47302, -20.25, -10.84612], + "cubes": [ + {"origin": [6.47302, -24.58898, -14.00714], "size": [0, 3, 8], "pivot": [6.47302, -23.22184, -10.97898], "rotation": [-90, 0, -180], "uv": [133, 113]} + ] + }, + { + "name": "claw_back_right3", + "parent": "claw_back_right", + "pivot": [9.63038, -20.21245, -11.02326], + "cubes": [ + {"origin": [8.645, -23.79672, -15.10877], "size": [0, 3, 8], "pivot": [9.13038, -22.21245, -11.02326], "rotation": [-88.24461, 10.14426, 170.45819], "uv": [126, 136]} + ] + }, + { + "name": "leg_front_left", + "parent": "legs", + "pivot": [-10.5, 5.75, -11], + "rotation": [0, 90, 90], + "cubes": [ + {"origin": [-14.5, -10.75, -14.5], "size": [8, 15, 7], "uv": [0, 0]} + ] + }, + { + "name": "leg_back_left2", + "parent": "leg_front_left", + "pivot": [-6.55559, -10.55316, -11.14464], + "rotation": [0, 90, 0], + "cubes": [ + {"origin": [-10.72302, -21.75, -19.61184], "size": [8, 11, 9], "uv": [52, 173]} + ] + }, + { + "name": "leg_back_left_feather1", + "parent": "leg_back_left2", + "pivot": [-3.94621, -15.48478, -11.21264], + "cubes": [ + {"origin": [-4.15482, -15.17944, -9.08693], "size": [2, 6, 0], "pivot": [-3.55103, -10.44749, -10.25372], "rotation": [-23.12905, 40.52132, -1.35897], "uv": [29, 68]} + ] + }, + { + "name": "leg_back_left_feather2", + "parent": "leg_back_left2", + "pivot": [-6.55103, -14.97764, -10.58271], + "cubes": [ + {"origin": [-7.55103, -14.6761, -9.92473], "size": [2, 6, 0], "pivot": [-6.55103, -12.79672, -10.60877], "rotation": [-20, 0, 0], "uv": [0, 80]} + ] + }, + { + "name": "leg_back_left_feather3", + "parent": "leg_back_left2", + "pivot": [-9.24982, -14.48478, -11.21264], + "cubes": [ + {"origin": [-11.24982, -15.48478, -10.21264], "size": [2, 6, 0], "pivot": [-10.24982, -12.48478, -10.21264], "rotation": [-23.12904, -40.52132, 1.35894], "uv": [27, 23]} + ] + }, + { + "name": "claw_back_left", + "parent": "leg_back_left2", + "pivot": [-6.47302, -20.22497, -10.96421], + "rotation": [90, 0, 0] + }, + { + "name": "claw_back_left1", + "parent": "claw_back_left", + "pivot": [-3.31565, -20.21245, -11.02326], + "cubes": [ + {"origin": [-4.30103, -23.79672, -15.10877], "size": [0, 3, 8], "pivot": [-3.81565, -22.21245, -11.02326], "rotation": [-88.24461, 10.14426, 170.45819], "uv": [81, 0]} + ] + }, + { + "name": "claw_back_left2", + "parent": "claw_back_left", + "pivot": [-6.47302, -20.25, -10.84612], + "cubes": [ + {"origin": [-6.47302, -24.58898, -14.00714], "size": [0, 3, 8], "pivot": [-6.47302, -23.22184, -10.97898], "rotation": [-90, 0, 180], "uv": [85, 45]} + ] + }, + { + "name": "claw_back_left3", + "parent": "claw_back_left", + "pivot": [-9.63038, -20.21245, -11.02326], + "cubes": [ + {"origin": [-8.645, -23.79672, -15.10877], "size": [0, 3, 8], "pivot": [-9.13038, -22.21245, -11.02326], "rotation": [-88.24461, -10.14426, -170.45819], "uv": [49, 129]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/rockruff/rockruff.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/rockruff/rockruff.geo.json new file mode 100644 index 0000000..426bec7 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/rockruff/rockruff.geo.json @@ -0,0 +1,389 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "rockruff", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "rockruff", + "pivot": [0, 5, 1.5] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 7, 1.5] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 11.2, -2.25] + }, + { + "name": "head2", + "parent": "head", + "pivot": [-1, 12.475, -3], + "cubes": [ + {"origin": [1.65, 14.475, -7.3266], "size": [1, 1, 1], "inflate": -0.3, "uv": [40, 11]}, + {"origin": [-2.35, 14.475, -7.3266], "size": [1, 1, 1], "inflate": -0.3, "uv": [40, 11], "mirror": true}, + {"origin": [-3.5, 10.475, -7], "size": [7, 7, 7], "inflate": 0.01, "uv": [0, 19]}, + {"origin": [3.5, 10.475, -4], "size": [2, 4, 0], "pivot": [3.5, 12.475, -4], "rotation": [0, -35.5, 0], "uv": [20, 38]}, + {"origin": [-5.5, 10.475, -4], "size": [2, 4, 0], "pivot": [-3.5, 12.475, -4], "rotation": [0, 35.5, 0], "uv": [20, 38], "mirror": true} + ] + }, + { + "name": "ruff", + "parent": "head2", + "pivot": [0, 10, -4] + }, + { + "name": "back_ruff2", + "parent": "ruff", + "pivot": [7, 8.88297, -5.12095], + "cubes": [ + {"origin": [0.36827, 6.85785, -0.68844], "size": [3, 4, 1], "pivot": [1.56921, 10.02863, -1.0825], "rotation": [86.08375, 53.24979, 16.53766], "uv": [0, 57]}, + {"origin": [-3.36827, 6.85785, -0.68844], "size": [3, 4, 1], "pivot": [-1.56921, 10.02863, -1.0825], "rotation": [86.08375, -53.24979, -16.53766], "uv": [0, 57]} + ] + }, + { + "name": "back_ruff3", + "parent": "ruff", + "pivot": [7, 9.88297, -5.37095], + "cubes": [ + {"origin": [-3.91921, 8.02863, -1.0825], "size": [3, 4, 1], "pivot": [-1.56921, 11.02863, -0.5825], "rotation": [110.33375, -53.24979, -16.53766], "uv": [0, 57], "mirror": true}, + {"origin": [0.91921, 8.02863, -1.0825], "size": [3, 4, 1], "pivot": [1.56921, 11.02863, -0.5825], "rotation": [110.33375, 53.24979, 16.53766], "uv": [0, 57]} + ] + }, + { + "name": "mid_ruff2", + "parent": "ruff", + "pivot": [7, 9.93297, -5.02095], + "cubes": [ + {"origin": [2.36921, 8.4277, -3.26289], "size": [3, 4, 1], "pivot": [3.91921, 10.0777, -3.13789], "rotation": [-180, 78, 90], "uv": [8, 57]}, + {"origin": [-5.36921, 8.4277, -3.26289], "size": [3, 4, 1], "pivot": [-3.91921, 10.0777, -3.13789], "rotation": [-180, -78, -90], "uv": [8, 57], "mirror": true} + ] + }, + { + "name": "mid_ruff3", + "parent": "mid_ruff2", + "pivot": [7, 8.65797, -5.02095], + "cubes": [ + {"origin": [0.09421, 5.7527, -2.18789], "size": [3, 4, 1], "pivot": [1.91921, 8.8027, -3.13789], "rotation": [156.75, 78, 90], "uv": [8, 57]}, + {"origin": [-3.09421, 5.7527, -2.18789], "size": [3, 4, 1], "pivot": [-1.91921, 8.8027, -3.13789], "rotation": [156.75, -78, -90], "uv": [8, 57], "mirror": true} + ] + }, + { + "name": "front_ruff", + "parent": "ruff", + "pivot": [3.09421, 8.5027, -6.08711], + "cubes": [ + {"origin": [-5.04421, 7.5027, -7.91211], "size": [3, 4, 1], "pivot": [-3.09421, 8.5027, -6.08711], "rotation": [-70.27, 52.33686, 11.44223], "uv": [0, 57], "mirror": true}, + {"origin": [2.04421, 7.5027, -7.91211], "size": [3, 4, 1], "pivot": [3.09421, 8.5027, -6.08711], "rotation": [-70.27, -52.33686, -11.44223], "uv": [0, 57]} + ] + }, + { + "name": "front_ruff_bot", + "parent": "front_ruff", + "pivot": [3.09421, 7.2277, -6.08711], + "cubes": [ + {"origin": [-0.28624, 5.40764, -4.92744], "size": [3, 4, 1], "pivot": [0.66603, 9.28297, -3.80405], "rotation": [-34.05889, -31.01536, -37.37732], "uv": [0, 57]}, + {"origin": [-2.71376, 5.40764, -4.92744], "size": [3, 4, 1], "pivot": [-0.66603, 9.28297, -3.80405], "rotation": [-34.05889, 31.01536, 37.37732], "uv": [0, 57], "mirror": true} + ] + }, + { + "name": "neck_fluff", + "parent": "ruff", + "pivot": [0, 9.7, -3], + "cubes": [ + {"origin": [-0.37699, 8.80711, -6.025], "size": [2, 2, 2], "inflate": -0.25, "pivot": [0.54801, 10.65711, -5.7], "rotation": [0, 0, 45], "uv": [31, 23]}, + {"origin": [2.46985, 8.91967, -5.475], "size": [1, 1, 1], "pivot": [2.96985, 9.41967, -4.975], "rotation": [33.14342, -35.5652, -20.43648], "uv": [13, 44]}, + {"origin": [-3.46985, 8.91967, -5.475], "size": [1, 1, 1], "pivot": [-2.96985, 9.41967, -4.975], "rotation": [33.14342, 35.5652, 20.43648], "uv": [37, 10]} + ] + }, + { + "name": "eye_right", + "parent": "head2", + "pivot": [-1.625, 3.525, -2.5] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-2.35, 13.8, -6.52], + "cubes": [ + {"origin": [-2.85, 12.8, -6.92], "size": [1, 2, 1], "inflate": 0.02, "uv": [30, 38]} + ] + }, + { + "name": "eye_left", + "parent": "head2", + "pivot": [1.625, 3.525, -2.5] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [3.1, 3.525, -2.5], + "cubes": [ + {"origin": [1.85, 12.8, -6.92], "size": [1, 2, 1], "inflate": 0.02, "uv": [9, 8]} + ] + }, + { + "name": "ear_right", + "parent": "head2", + "pivot": [-2.925, 16.975, -4.55], + "rotation": [0, 0, -29.25] + }, + { + "name": "ear_right2", + "parent": "ear_right", + "pivot": [-3.5, 17.475, -4.5], + "cubes": [ + {"origin": [-5, 16.475, -4.5], "size": [3, 4, 0], "uv": [0, 19]} + ] + }, + { + "name": "ear_right3", + "parent": "ear_right2", + "pivot": [-3.5, 20.475, -4.5], + "rotation": [112.5, 0, 0], + "cubes": [ + {"origin": [-5, 20.475, -4.5], "size": [3, 3, 0], "uv": [0, 23]} + ] + }, + { + "name": "ear_right4", + "parent": "ear_right3", + "pivot": [-3.5, 23.475, -4.5], + "cubes": [ + {"origin": [-5, 23.475, -4.5], "size": [3, 2, 0], "pivot": [-3.5, 23.475, -4.5], "rotation": [49.5, 0, 0], "uv": [29, 4]} + ] + }, + { + "name": "ear_left", + "parent": "head2", + "pivot": [2.925, 16.975, -4.55], + "rotation": [0, 0, 29.25] + }, + { + "name": "ear_left2", + "parent": "ear_left", + "pivot": [3, 19.975, -4.5], + "cubes": [ + {"origin": [2, 16.475, -4.5], "size": [3, 4, 0], "uv": [29, 0]} + ] + }, + { + "name": "ear_left3", + "parent": "ear_left2", + "pivot": [3.5, 20.475, -4.5], + "rotation": [112.5, 0, 0], + "cubes": [ + {"origin": [2, 20.475, -4.5], "size": [3, 3, 0], "uv": [30, 19]} + ] + }, + { + "name": "ear_left4", + "parent": "ear_left3", + "pivot": [3.5, 23.475, -4.5], + "cubes": [ + {"origin": [2, 23.475, -4.5], "size": [3, 2, 0], "pivot": [3.5, 23.475, -4.5], "rotation": [49.5, 0, 0], "uv": [0, 37]} + ] + }, + { + "name": "mouth", + "parent": "head2", + "pivot": [-0.5, 11.675, -7.2] + }, + { + "name": "mouth_top", + "parent": "mouth", + "pivot": [1.25, 10.98, -7.98], + "cubes": [ + {"origin": [-2, 11.675, -8.2], "size": [4, 2, 2], "uv": [12, 47]}, + {"origin": [-0.5, 12.625, -8.725], "size": [1, 1, 1], "uv": [16, 45]} + ] + }, + { + "name": "teeth2", + "parent": "mouth_top", + "pivot": [1.25, 10.98, -7.98], + "cubes": [ + {"origin": [-2.35, 11.28, -7.98], "size": [1, 1, 0], "pivot": [-1.25, 10.98, -7.98], "rotation": [0, 0, 45], "uv": [58, 0]}, + {"origin": [1.35, 11.28, -7.98], "size": [1, 1, 0], "pivot": [1.25, 10.98, -7.98], "rotation": [0, 0, -45], "uv": [58, 0], "mirror": true} + ] + }, + { + "name": "mouth_bot", + "parent": "mouth", + "pivot": [0, 11.175, -6.65], + "cubes": [ + {"origin": [-1.5, 10.675, -8], "size": [3, 1, 2], "uv": [29, 10]} + ] + }, + { + "name": "torso2", + "parent": "torso", + "pivot": [0.11701, 7.4958, 1.49776], + "cubes": [ + {"origin": [-3.88299, 4.4958, -5.00224], "size": [8, 6, 13], "uv": [0, 0]} + ] + }, + { + "name": "tail", + "parent": "torso2", + "pivot": [0.11701, 8.87593, 7.6352], + "rotation": [50, 0, 0], + "cubes": [ + {"origin": [-1.88299, 5.48663, 6.68682], "size": [4, 5, 6], "uv": [0, 33]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0.11701, 10.98663, 9.93682], + "rotation": [50, 0, 0], + "cubes": [ + {"origin": [-2.38299, 4.86163, 6.86182], "size": [5, 4, 6], "uv": [29, 0]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0.11701, 9.33663, 10.93682], + "rotation": [137.5, 0, 0], + "cubes": [ + {"origin": [-3.48299, 5.21163, 7.86182], "size": [7, 5, 6], "uv": [22, 27]} + ] + }, + { + "name": "leg_back", + "parent": "rockruff", + "pivot": [-2.5, 6.75, 5] + }, + { + "name": "leg_back_left1", + "parent": "leg_back", + "pivot": [3.45, 6.75, 5], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [1.95, 3.25, 3], "size": [3, 5, 4], "inflate": 0.01, "uv": [38, 15], "mirror": true} + ] + }, + { + "name": "leg_back_left2", + "parent": "leg_back_left1", + "pivot": [3.45, 3.25, 6.5], + "rotation": [-25, 0, 0], + "cubes": [ + {"origin": [1.95, 0.5, 4.5], "size": [3, 3, 3], "uv": [21, 19], "mirror": true} + ] + }, + { + "name": "leg_back_left3", + "parent": "leg_back_left2", + "pivot": [3.45, 1, 6], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [1.95, -0.5, 4.25], "size": [3, 2, 3], "inflate": 0.02, "uv": [0, 8], "mirror": true} + ] + }, + { + "name": "leg_back_right1", + "parent": "leg_back", + "pivot": [-3.45, 6.75, 5], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-4.95, 3.25, 3], "size": [3, 5, 4], "inflate": 0.01, "uv": [38, 15]} + ] + }, + { + "name": "leg_back_right2", + "parent": "leg_back_right1", + "pivot": [-3.45, 3.25, 6.5], + "rotation": [-25, 0, 0], + "cubes": [ + {"origin": [-4.95, 0.5, 4.5], "size": [3, 3, 3], "uv": [21, 19]} + ] + }, + { + "name": "leg_back_right3", + "parent": "leg_back_right2", + "pivot": [-3.45, 1, 6], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [-4.95, -0.5, 4.25], "size": [3, 2, 3], "inflate": 0.02, "uv": [0, 8]} + ] + }, + { + "name": "leg_front", + "parent": "rockruff", + "pivot": [2.5, 6.75, -2.75] + }, + { + "name": "leg_front_right1", + "parent": "leg_front", + "pivot": [-3.5, 6.75, -2.75], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-5, 3.25, -4.25], "size": [3, 5, 3], "inflate": 0.01, "uv": [0, 0]} + ] + }, + { + "name": "leg_front_right2", + "parent": "leg_front_right1", + "pivot": [-3.5, 3.25, -1.25], + "rotation": [-30, 0, 0], + "cubes": [ + {"origin": [-5, 0.25, -4.25], "size": [3, 3, 3], "uv": [42, 24]} + ] + }, + { + "name": "leg_front_right3", + "parent": "leg_front_right2", + "pivot": [-3.5, 0.75, -2.75], + "rotation": [25, 0, 0], + "cubes": [ + {"origin": [-5, -1, -4.5], "size": [3, 2, 3], "inflate": 0.02, "uv": [45, 35]} + ] + }, + { + "name": "leg_front_left1", + "parent": "leg_front", + "pivot": [3.4, 6.75, -2.75], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [1.9, 3.25, -4.25], "size": [3, 5, 3], "inflate": 0.01, "uv": [0, 0], "mirror": true} + ] + }, + { + "name": "leg_front_left2", + "parent": "leg_front_left1", + "pivot": [3.4, 3.25, -1.25], + "rotation": [-30, 0, 0], + "cubes": [ + {"origin": [1.9, 0.25, -4.25], "size": [3, 3, 3], "uv": [42, 24], "mirror": true} + ] + }, + { + "name": "leg_front_left3", + "parent": "leg_front_left2", + "pivot": [3.4, 0.75, -2.75], + "rotation": [25, 0, 0], + "cubes": [ + {"origin": [1.9, -1, -4.5], "size": [3, 2, 3], "inflate": 0.02, "uv": [45, 35], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/runerigus/runerigus.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/runerigus/runerigus.geo.json new file mode 100644 index 0000000..6d9d3e7 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/runerigus/runerigus.geo.json @@ -0,0 +1,464 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.runerigus", + "texture_width": 256, + "texture_height": 256, + "visible_bounds_width": 24, + "visible_bounds_height": 5, + "visible_bounds_offset": [0, 1.5, 0] + }, + "bones": [ + { + "name": "runerigus", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "runerigus", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 0, 0] + }, + { + "name": "torso2", + "parent": "torso", + "pivot": [5.40507, 25.43902, 3.17333], + "cubes": [ + {"origin": [-8, 39, -1], "size": [18, 7, 8], "uv": [0, 30]}, + {"origin": [-8, 25, 2], "size": [18, 14, 5], "uv": [0, 48]}, + {"origin": [-8, 19, -1], "size": [18, 6, 8], "uv": [45, 38]}, + {"origin": [0, 7, -1], "size": [14, 12, 8], "uv": [47, 53]}, + {"origin": [14, 10, -0.99], "size": [3, 9, 8], "uv": [87, 107]}, + {"origin": [13.23541, 1.6638, -0.98], "size": [3, 9, 8], "pivot": [14.73541, 8.1638, 3], "rotation": [0, 0, 20], "uv": [64, 99]}, + {"origin": [-12, 0, -1], "size": [26, 7, 8], "uv": [0, 0]}, + {"origin": [-5.83509, 40.49335, -0.99], "size": [15, 7, 8], "pivot": [-3.83509, 43.99335, 2.99], "rotation": [0, 0, -30], "uv": [0, 68]}, + {"origin": [2.38321, 42.23688, -0.98], "size": [8, 7, 8], "pivot": [11.38321, 45.73688, 2.99], "rotation": [0, 0, 32.5], "uv": [90, 67]} + ] + }, + { + "name": "neck", + "parent": "torso", + "pivot": [1, 32, 2], + "cubes": [ + {"origin": [-1.5, 32, -4.5], "size": [5, 0, 7], "uv": [69, 118]} + ] + }, + { + "name": "ghost_neck", + "parent": "neck", + "pivot": [1, 32, -4.25], + "cubes": [ + {"origin": [-1.5, 32, -11.5], "size": [5, 0, 7], "uv": [51, 117]} + ] + }, + { + "name": "ghost_neck2", + "parent": "ghost_neck", + "pivot": [1, 32, -11.5], + "cubes": [ + {"origin": [-1.5, 32, -17.5], "size": [5, 0, 6], "uv": [23, 122]} + ] + }, + { + "name": "ghost_neck3", + "parent": "ghost_neck2", + "pivot": [1, 32, -17.5], + "cubes": [ + {"origin": [-1.5, 32, -23.5], "size": [5, 0, 6], "uv": [0, 122]} + ] + }, + { + "name": "head", + "parent": "ghost_neck3", + "pivot": [1, 32, -23], + "cubes": [ + {"origin": [-8, 25, -26], "size": [18, 14, 3], "uv": [47, 74]} + ] + }, + { + "name": "eye", + "parent": "head", + "pivot": [0.5, 35.33333, -26.02], + "rotation": [0, 0, -17.5], + "cubes": [ + {"origin": [-3.5, 32.5, -26.01], "size": [8, 5, 0], "uv": [82, 126]}, + {"origin": [-1, 34, -26.02], "size": [3, 3, 0], "uv": [0, 0]}, + {"origin": [0, 34.5, -26.03], "size": [1, 2, 0], "uv": [0, 4]} + ] + }, + { + "name": "eyelid", + "parent": "eye", + "pivot": [2.5, 6.5, -10], + "cubes": [ + {"origin": [-3.5, 32.5, -25.03], "size": [8, 5, 0], "inflate": 0.01, "uv": [65, 126]} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [3, 31.5, -26.005], + "cubes": [ + {"origin": [-3, 28, -26.005], "size": [12, 7, 0], "uv": [117, 29]} + ] + }, + { + "name": "arm_ghost_right", + "parent": "torso", + "pivot": [-8, 42.5, 2.5], + "cubes": [ + {"origin": [-16, 40.5, 2.5], "size": [8, 4, 0], "uv": [85, 133]} + ] + }, + { + "name": "ghost_right", + "parent": "arm_ghost_right", + "pivot": [-16, 42.5, 2.5], + "cubes": [ + {"origin": [-25, 40.5, 2.5], "size": [9, 4, 0], "uv": [46, 125]} + ] + }, + { + "name": "ghost_right2", + "parent": "ghost_right", + "pivot": [-25, 42.5, 2.5], + "cubes": [ + {"origin": [-33, 40.5, 2.5], "size": [8, 4, 0], "uv": [133, 20]} + ] + }, + { + "name": "arm_right", + "parent": "ghost_right2", + "pivot": [-33.46135, 42.47197, 3.005], + "cubes": [ + {"origin": [-40, 32, -1], "size": [7, 14, 8], "uv": [82, 84]}, + {"origin": [-47.31448, 33.93209, -0.99], "size": [17, 7, 8], "pivot": [-38.31448, 37.43209, 2.98], "rotation": [0, 0, -77.5], "uv": [51, 22]} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-37.84538, 31.05094, 3.01], + "cubes": [ + {"origin": [-42.84346, 18.63227, -0.98], "size": [12, 7, 8], "pivot": [-38.84346, 22.13227, 2.98], "rotation": [0, 0, -100], "uv": [0, 84]}, + {"origin": [-40, 19, -1], "size": [7, 13, 8], "uv": [92, 45]} + ] + }, + { + "name": "hand_left2", + "parent": "arm_right2", + "pivot": [0, 0, 0] + }, + { + "name": "finger_left6", + "parent": "hand_left2", + "pivot": [-41.9964, 23.58515, 3], + "cubes": [ + {"origin": [-48.45815, 18.19814, 1.5], "size": [10, 3, 3], "pivot": [-44.45815, 19.69814, 3], "rotation": [0, 0, -62.5], "uv": [31, 115]} + ] + }, + { + "name": "finger_left7", + "parent": "hand_left2", + "pivot": [-34.02047, 24.72217, 3], + "rotation": [0, 0, -17.5], + "cubes": [ + {"origin": [-37.08056, 18.73507, 1.5], "size": [6, 3, 3], "pivot": [-32.08056, 20.23507, 3], "rotation": [0, 0, 65], "uv": [123, 74]}, + {"origin": [-31.79848, 14.46269, 1.5], "size": [4, 3, 3], "pivot": [-31.79848, 15.96269, 3], "rotation": [0, 0, -90], "uv": [61, 0]} + ] + }, + { + "name": "finger_left8", + "parent": "hand_left2", + "pivot": [-34.04497, 20.19054, 3], + "cubes": [ + {"origin": [-36.45815, 14.19814, 1.5], "size": [7, 3, 3], "pivot": [-33.45815, 15.69814, 3], "rotation": [0, 0, -100], "uv": [123, 51]} + ] + }, + { + "name": "finger_left9", + "parent": "hand_left2", + "pivot": [-37.45815, 19.94814, 3], + "cubes": [ + {"origin": [-41.45815, 14.44814, 1.5], "size": [8, 3, 3], "pivot": [-37.45815, 15.94814, 3], "rotation": [0, 0, -90], "uv": [56, 92]} + ] + }, + { + "name": "finger_left10", + "parent": "hand_left2", + "pivot": [-41.19709, 20.68103, 3], + "cubes": [ + {"origin": [-44.45815, 14.19814, 1.5], "size": [10, 3, 3], "pivot": [-41.45815, 15.69814, 3], "rotation": [0, 0, -82.5], "uv": [110, 113]} + ] + }, + { + "name": "arm_ghost_left", + "parent": "torso", + "pivot": [10, 42.5, 2.5], + "cubes": [ + {"origin": [10, 40.5, 2.5], "size": [8, 4, 0], "uv": [102, 133]} + ] + }, + { + "name": "ghost_left", + "parent": "arm_ghost_left", + "pivot": [18, 42.5, 2.5], + "cubes": [ + {"origin": [18, 40.5, 2.5], "size": [9, 4, 0], "uv": [125, 37]} + ] + }, + { + "name": "ghost_left2", + "parent": "ghost_left", + "pivot": [27, 42.5, 2.5], + "cubes": [ + {"origin": [27, 40.5, 2.5], "size": [8, 4, 0], "uv": [68, 132]} + ] + }, + { + "name": "arm_left", + "parent": "ghost_left2", + "pivot": [35.03175, 42.33798, 3.01], + "cubes": [ + {"origin": [35.2771, 45.34859, -0.99], "size": [5, 4, 8], "pivot": [36.2771, 45.84859, 2.99], "rotation": [0, 0, 32.5], "uv": [110, 0]}, + {"origin": [35, 32, -1], "size": [7, 14, 8], "uv": [33, 92]}, + {"origin": [38.37848, 38.54402, -0.98], "size": [7, 7, 8], "pivot": [41.37848, 42.04402, 3.01], "rotation": [0, 0, 42.5], "uv": [102, 13]} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [40.84365, 31.38096, 3.01], + "cubes": [ + {"origin": [35, 19, -1], "size": [7, 13, 8], "uv": [0, 100]}, + {"origin": [39.65531, 19.30675, -0.98], "size": [3, 5, 8], "pivot": [41.15531, 21.80675, 3.01], "rotation": [0, 0, 135], "uv": [113, 83]}, + {"origin": [38.44999, 36.66319, -0.99], "size": [21, 5, 8], "pivot": [42.69999, 38.16319, 3.01], "rotation": [0, 0, 97.5], "uv": [0, 16]} + ] + }, + { + "name": "hand_right2", + "parent": "arm_left2", + "pivot": [0, 0, 0] + }, + { + "name": "finger_right6", + "parent": "hand_right2", + "pivot": [44.4964, 24.58515, 3], + "cubes": [ + {"origin": [40.45815, 18.19814, 1.5], "size": [10, 3, 3], "pivot": [46.45815, 19.69814, 3], "rotation": [0, 0, 62.5], "uv": [115, 44]} + ] + }, + { + "name": "finger_right7", + "parent": "hand_right2", + "pivot": [36.02047, 24.72217, 3], + "rotation": [0, 0, 17.5], + "cubes": [ + {"origin": [33.08056, 18.73507, 1.5], "size": [6, 3, 3], "pivot": [34.08056, 20.23507, 3], "rotation": [0, 0, -65], "uv": [125, 13]}, + {"origin": [29.79848, 14.46269, 1.5], "size": [4, 3, 3], "pivot": [33.79848, 15.96269, 3], "rotation": [0, 0, 90], "uv": [102, 0]} + ] + }, + { + "name": "finger_right8", + "parent": "hand_right2", + "pivot": [36.29497, 20.19054, 3], + "cubes": [ + {"origin": [31.45815, 14.19814, 1.5], "size": [7, 3, 3], "pivot": [35.45815, 15.69814, 3], "rotation": [0, 0, 100], "uv": [123, 58]} + ] + }, + { + "name": "finger_right9", + "parent": "hand_right2", + "pivot": [39.45815, 20.94814, 3], + "cubes": [ + {"origin": [35.45815, 14.44814, 1.5], "size": [8, 3, 3], "pivot": [39.45815, 15.94814, 3], "rotation": [0, 0, 90], "uv": [110, 120]} + ] + }, + { + "name": "finger_right10", + "parent": "hand_right2", + "pivot": [42.69709, 21.68103, 3], + "cubes": [ + {"origin": [36.45815, 14.19814, 1.5], "size": [10, 3, 3], "pivot": [43.45815, 15.69814, 3], "rotation": [0, 0, 82.5], "uv": [115, 67]} + ] + }, + { + "name": "tail_ghost", + "parent": "torso", + "pivot": [0, 13, 3], + "cubes": [ + {"origin": [-8, 11, 3], "size": [8, 4, 0], "uv": [51, 16]} + ] + }, + { + "name": "ghost_tail0", + "parent": "tail_ghost", + "pivot": [-8, 13, 3], + "cubes": [ + {"origin": [-16, 11, 3], "size": [8, 4, 0], "uv": [51, 132]} + ] + }, + { + "name": "ghost_tail1", + "parent": "ghost_tail0", + "pivot": [-16, 13, 3], + "cubes": [ + {"origin": [-24, 11, 3], "size": [8, 4, 0], "uv": [34, 131]} + ] + }, + { + "name": "ghost_tail2", + "parent": "ghost_tail1", + "pivot": [-24, 13, 3], + "cubes": [ + {"origin": [-32, 11, 3], "size": [8, 4, 0], "uv": [17, 129]} + ] + }, + { + "name": "ghost_tail3", + "parent": "ghost_tail2", + "pivot": [-32, 13, 3], + "cubes": [ + {"origin": [-40, 11, 3], "size": [8, 4, 0], "uv": [129, 0]} + ] + }, + { + "name": "ghost_tail4", + "parent": "ghost_tail3", + "pivot": [-40, 13, 3], + "cubes": [ + {"origin": [-48, 11, 3], "size": [8, 4, 0], "uv": [0, 129]} + ] + }, + { + "name": "ghost_tail5", + "parent": "ghost_tail4", + "pivot": [-48, 13, 3], + "cubes": [ + {"origin": [-56, 11, 3], "size": [8, 4, 0], "uv": [128, 81]} + ] + }, + { + "name": "ghost_tail6", + "parent": "ghost_tail5", + "pivot": [-56, 13, 3], + "cubes": [ + {"origin": [-64, 11, 3], "size": [8, 4, 0], "uv": [116, 127]} + ] + }, + { + "name": "ghost_tail7", + "parent": "ghost_tail6", + "pivot": [-64, 13, 3], + "cubes": [ + {"origin": [-72, 11, 3], "size": [8, 4, 0], "uv": [99, 127]} + ] + }, + { + "name": "ghost_tail", + "parent": "ghost_tail7", + "pivot": [-72, 13, 3], + "cubes": [ + {"origin": [-80, 11, 3], "size": [8, 4, 0], "uv": [0, 136]} + ] + }, + { + "name": "ghost_tail8", + "parent": "ghost_tail", + "pivot": [-80, 13, 3], + "cubes": [ + {"origin": [-88, 11, 3], "size": [8, 4, 0], "uv": [17, 136]} + ] + }, + { + "name": "ghost_tail9", + "parent": "ghost_tail8", + "pivot": [-88, 13, 3], + "cubes": [ + {"origin": [-96, 11, 3], "size": [8, 4, 0], "uv": [34, 138]} + ] + }, + { + "name": "ghost_tail10", + "parent": "ghost_tail9", + "pivot": [-96, 13, 3], + "cubes": [ + {"origin": [-104, 11, 3], "size": [8, 4, 0], "uv": [51, 138]} + ] + }, + { + "name": "ghost_tail11", + "parent": "ghost_tail10", + "pivot": [-104, 13, 3], + "cubes": [ + {"origin": [-112, 11, 3], "size": [8, 4, 0], "uv": [68, 138]} + ] + }, + { + "name": "ghost_tail12", + "parent": "ghost_tail11", + "pivot": [-112, 13, 3], + "cubes": [ + {"origin": [-120, 11, 3], "size": [8, 4, 0], "uv": [85, 140]} + ] + }, + { + "name": "ghost_tail13", + "parent": "ghost_tail12", + "pivot": [-120, 13, 3], + "cubes": [ + {"origin": [-128, 11, 3], "size": [8, 4, 0], "uv": [102, 140]} + ] + }, + { + "name": "ghost_tail14", + "parent": "ghost_tail13", + "pivot": [-128, 13, 3], + "cubes": [ + {"origin": [-136, 11, 3], "size": [8, 4, 0], "uv": [119, 140]} + ] + }, + { + "name": "ghost_tail15", + "parent": "ghost_tail14", + "pivot": [-136, 13, 3], + "cubes": [ + {"origin": [-144, 11, 3], "size": [8, 4, 0], "uv": [119, 133]} + ] + }, + { + "name": "ghost_tail16", + "parent": "ghost_tail15", + "pivot": [-144, 13, 3], + "cubes": [ + {"origin": [-152, 11, 3], "size": [8, 4, 0], "uv": [126, 97]} + ] + }, + { + "name": "ghost_tail17", + "parent": "ghost_tail16", + "pivot": [-152, 13, 3], + "cubes": [ + {"origin": [-160, 11, 3], "size": [8, 4, 0], "uv": [126, 102]} + ] + }, + { + "name": "tail", + "parent": "ghost_tail17", + "pivot": [-159.92148, 13.27655, 3.01], + "cubes": [ + {"origin": [-172, 7, -1], "size": [12, 12, 8], "uv": [69, 0]}, + {"origin": [-186.14142, 18.63146, -0.99], "size": [6, 5, 8], "pivot": [-176.14142, 22.33146, 2.97], "rotation": [0, 0, -100], "uv": [105, 99]}, + {"origin": [-175.84171, 9.06648, -0.98], "size": [7, 5, 8], "pivot": [-171.84171, 11.56648, 2.99], "rotation": [0, 0, -130], "uv": [94, 30]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/sandygast/sandygast.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/sandygast/sandygast.geo.json new file mode 100644 index 0000000..bf2a037 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/sandygast/sandygast.geo.json @@ -0,0 +1,139 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "bone2", + "pivot": [0, 0, 0] + }, + { + "name": "flastsurface", + "parent": "bone2", + "pivot": [-19.6, 0, -2.6], + "cubes": [ + {"origin": [-14.525, 0.025, -8.025], "size": [27, 0, 17], "uv": [0, 0]}, + {"origin": [2.5, 0, -6.975], "size": [4, 1, 2], "uv": [23, 29]}, + {"origin": [-7.5, 0, -5.05], "size": [15, 1, 11], "inflate": -0.025, "uv": [0, 17]}, + {"origin": [-6.5, 0, 5.925], "size": [4, 1, 1], "uv": [1, 15]}, + {"origin": [4.5, 0, 5.95], "size": [2, 1, 2], "uv": [0, 23]} + ] + }, + { + "name": "arm_left_move", + "parent": "flastsurface", + "pivot": [-6.8, -0.1, 3.525] + }, + { + "name": "arm_left", + "parent": "arm_left_move", + "pivot": [-6.8, -0.1, 3.525], + "cubes": [ + {"origin": [-16.5, 0.025, -4.025], "size": [5, 0, 9], "uv": [42, 17]}, + {"origin": [-13.825, 0, -3], "size": [7, 1, 7], "uv": [49, 36]} + ] + }, + { + "name": "hand_right", + "parent": "arm_left", + "pivot": [-8.8, 0.2, 0.375], + "rotation": [0, 0, -15], + "cubes": [ + {"origin": [-12.16865, 0.50464, -1.61145], "size": [4, 5, 4], "uv": [28, 55], "mirror": true} + ] + }, + { + "name": "arm_right_move", + "parent": "flastsurface", + "pivot": [6.8, -0.1, 3.525] + }, + { + "name": "arm_right", + "parent": "arm_right_move", + "pivot": [6.8, -0.1, 3.525], + "cubes": [ + {"origin": [11.475, 0.025, -4.025], "size": [5, 0, 9], "uv": [32, 17]}, + {"origin": [6.825, 0, -3], "size": [7, 1, 7], "inflate": 0, "uv": [0, 54]} + ] + }, + { + "name": "hand_left", + "parent": "arm_right", + "pivot": [8.8, -0.725, 0.325], + "rotation": [0, 0, 15], + "cubes": [ + {"origin": [7.88139, 0.13607, -1.6], "size": [4, 5, 4], "uv": [28, 55]} + ] + }, + { + "name": "body", + "parent": "bone2", + "pivot": [4.875, 5, -0.48547] + }, + { + "name": "body_bot", + "parent": "body", + "pivot": [-0.625, 0, -1.03547], + "cubes": [ + {"origin": [-8.2, -0.6, -3.03547], "size": [5, 7, 7], "inflate": -0.025, "pivot": [-4.625, -0.65, -0.03547], "rotation": [0, 0, 12.5], "uv": [30, 29], "mirror": true}, + {"origin": [3.25, -0.6, -3.03547], "size": [5, 7, 7], "inflate": -0.025, "pivot": [4.675, -0.65, -0.03547], "rotation": [0, 0, -12.5], "uv": [0, 40]} + ] + }, + { + "name": "mouth", + "parent": "body_bot", + "pivot": [-0.3, -1, -1.03547], + "cubes": [ + {"origin": [-3.625, -1, -3.03547], "size": [7, 3, 7], "inflate": -0.05, "uv": [49, 26]} + ] + }, + { + "name": "top", + "parent": "body_bot", + "pivot": [4.875, 5, -0.48547], + "cubes": [ + {"origin": [-7.56457, 5.45604, -3.03547], "size": [5, 4, 7], "pivot": [-5.13957, 4.98104, -0.51047], "rotation": [0, 0, 41.5], "uv": [45, 48]}, + {"origin": [3.12336, 5.00986, -3.03547], "size": [5, 4, 7], "pivot": [4.87336, 4.08486, -0.51047], "rotation": [0, 0, -41.5], "uv": [26, 43]} + ] + }, + { + "name": "bone", + "parent": "top", + "pivot": [5.05, 5, 1.58953] + }, + { + "name": "face", + "parent": "bone", + "pivot": [4.55, 4.1, 4.66453], + "cubes": [ + {"origin": [-3.99057, 5.93947, -3.0365], "size": [8, 4, 7], "uv": [0, 29]}, + {"origin": [0.58443, 7.26447, -3.13547], "size": [1, 1, 1], "uv": [0, 0]}, + {"origin": [-1.49057, 5.93947, -3.08647], "size": [3, 1, 0], "uv": [10, 10]}, + {"origin": [-1.56557, 7.26447, -3.13547], "size": [1, 1, 1], "uv": [0, 2]}, + {"origin": [-1.49057, 8.11447, -3.08547], "size": [3, 1, 0], "uv": [10, 9]}, + {"origin": [-2.49057, 6.51447, -3.08547], "size": [5, 2, 0], "uv": [0, 17]} + ] + }, + { + "name": "shovel", + "parent": "top", + "pivot": [-0.025, 10.13333, 0.19786], + "rotation": [75, 22.5, 0], + "cubes": [ + {"origin": [-1.54472, 9.69968, -0.33116], "size": [3, 1, 4], "uv": [0, 9]}, + {"origin": [-0.54472, 9.69968, 3.06884], "size": [1, 1, 1], "inflate": 0.15, "uv": [0, 9]}, + {"origin": [-0.54472, 9.69968, 4.09384], "size": [1, 1, 3], "inflate": -0.125, "uv": [0, 19]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/scovillain/scovillain.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/scovillain/scovillain.geo.json new file mode 100644 index 0000000..491c7e8 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/scovillain/scovillain.geo.json @@ -0,0 +1,202 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.scovillain", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "all", + "pivot": [0, 0, 0] + }, + { + "name": "neck_left", + "parent": "all", + "pivot": [1, 13, 0], + "cubes": [ + {"origin": [0.5, 13, 0], "size": [3, 8, 0], "uv": [0, 39]}, + {"origin": [0.5, 18.5, -2.5], "size": [3, 0, 5], "uv": [11, 28]} + ] + }, + { + "name": "head_left", + "parent": "neck_left", + "pivot": [3.5, 18.5, 0], + "cubes": [ + {"origin": [3.5, 15, -3.5], "size": [7, 7, 7], "uv": [0, 0]}, + {"origin": [8.5, 15, 3.5], "size": [2, 7, 0], "uv": [48, 14]}, + {"origin": [8.5, 15, -3.5], "size": [2, 7, 0], "uv": [52, 14]}, + {"origin": [8.5, 18, -1.5], "size": [3, 1, 3], "uv": [20, 45]}, + {"origin": [9.5, 15, -3.5], "size": [1, 0, 7], "uv": [49, 14]}, + {"origin": [8.5, 22, -3.5], "size": [2, 0, 7], "uv": [53, 7]}, + {"origin": [9.5, 15, -3.5], "size": [0, 7, 7], "uv": [32, 37]}, + {"origin": [10.25, 17, -1.5], "size": [0, 1, 3], "uv": [0, 59]} + ] + }, + { + "name": "jaw_green", + "parent": "head_left", + "pivot": [9.5, 15, 0], + "cubes": [ + {"origin": [8.5, 14, -1.5], "size": [3, 1, 3], "uv": [35, 0]}, + {"origin": [10.25, 14.5, -2], "size": [0, 1, 4], "uv": [54, 58]}, + {"origin": [11.5, 15, -0.5], "size": [0, 1, 1], "uv": [24, 62]} + ] + }, + { + "name": "tongue_left", + "parent": "head_left", + "pivot": [9.5, 15.5, 0], + "cubes": [ + {"origin": [9.5, 15.5, -0.5], "size": [2, 0, 1], "uv": [24, 35]} + ] + }, + { + "name": "neck_right", + "parent": "all", + "pivot": [-1, 13, 0], + "cubes": [ + {"origin": [-3.5, 13, 0], "size": [3, 8, 0], "uv": [6, 39]}, + {"origin": [-3.5, 18.5, -2.5], "size": [3, 0, 5], "uv": [31, 20]} + ] + }, + { + "name": "head_right", + "parent": "neck_right", + "pivot": [-3.5, 18.5, 0], + "cubes": [ + {"origin": [-11.5, 18, -1.5], "size": [3, 1, 3], "uv": [20, 41]}, + {"origin": [-10.5, 15, -3.5], "size": [7, 7, 7], "uv": [0, 14]}, + {"origin": [-10.5, 22, -3.5], "size": [2, 0, 7], "uv": [47, 7]}, + {"origin": [-10.5, 15, -3.5], "size": [2, 7, 0], "uv": [46, 7]}, + {"origin": [-10.5, 15, 3.5], "size": [2, 7, 0], "uv": [50, 7]}, + {"origin": [-10.5, 15, -3.5], "size": [1, 0, 7], "uv": [51, 14]}, + {"origin": [-9.5, 15, -3.5], "size": [0, 7, 7], "uv": [32, 37]}, + {"origin": [-10.25, 17, -1.5], "size": [0, 1, 3], "uv": [32, 48]} + ] + }, + { + "name": "jaw_red", + "parent": "head_right", + "pivot": [-9.5, 15, 0], + "cubes": [ + {"origin": [-11.5, 15, -0.5], "size": [0, 1, 1], "uv": [22, 62]}, + {"origin": [-11.5, 14, -1.5], "size": [3, 1, 3], "uv": [49, 26]}, + {"origin": [-10.25, 14.5, -2.5], "size": [0, 1, 5], "uv": [54, -5]} + ] + }, + { + "name": "tongue_right", + "parent": "head_right", + "pivot": [-9.5, 15.5, 0], + "cubes": [ + {"origin": [-11.5, 15.5, -0.5], "size": [2, 0, 1], "uv": [24, 35]} + ] + }, + { + "name": "body", + "parent": "all", + "pivot": [0, 13, 0], + "cubes": [ + {"origin": [-3.5, 4, -3], "size": [7, 6, 6], "uv": [22, 8]}, + {"origin": [-2.5, 10, -2], "size": [5, 3, 4], "uv": [21, 0]} + ] + }, + { + "name": "head", + "parent": "body", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-1.5, 8, -1], "size": [3, 3, 3], "uv": [40, 31]} + ] + }, + { + "name": "leaf_front_right", + "parent": "body", + "pivot": [-1, 13, -2], + "cubes": [ + {"origin": [-3.5, 13, -5], "size": [3, 0, 3], "uv": [-3, 0]} + ] + }, + { + "name": "leaf_back_right", + "parent": "body", + "pivot": [-1, 13, 2], + "cubes": [ + {"origin": [-3.5, 13, 2], "size": [3, 0, 3], "uv": [-3, 14]} + ] + }, + { + "name": "leaf_front_left", + "parent": "body", + "pivot": [1, 13, -2], + "cubes": [ + {"origin": [0.5, 13, -5], "size": [3, 0, 3], "uv": [-3, 3]} + ] + }, + { + "name": "leaf_back_left", + "parent": "body", + "pivot": [1, 13, 2], + "cubes": [ + {"origin": [0.5, 13, 2], "size": [3, 0, 3], "uv": [-3, 17]} + ] + }, + { + "name": "arm_left", + "parent": "body", + "pivot": [2.5, 10.5, 0], + "cubes": [ + {"origin": [2.5, 7, 0], "size": [4, 5, 0], "uv": [12, 41]} + ] + }, + { + "name": "arm_right", + "parent": "body", + "pivot": [-2.5, 10.5, 0], + "cubes": [ + {"origin": [-6.5, 7, 0], "size": [4, 5, 0], "uv": [40, 25]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-3.5, 6, -1.5], + "cubes": [ + {"origin": [-5.5, 0, -3.5], "size": [4, 7, 4], "uv": [0, 28]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [3.5, 6, -1.5], + "cubes": [ + {"origin": [1.5, 0, -3.5], "size": [4, 7, 4], "uv": [24, 24]} + ] + }, + { + "name": "tail_1", + "parent": "body", + "pivot": [0, 5.5, 3], + "cubes": [ + {"origin": [-1.5, 4, 3], "size": [3, 3, 3], "uv": [16, 35]} + ] + }, + { + "name": "tail_2", + "parent": "tail_1", + "pivot": [0, 5, 6], + "cubes": [ + {"origin": [-1, 4, 6], "size": [2, 2, 3], "uv": [28, 35]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/screamtail/screamtail.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/screamtail/screamtail.geo.json new file mode 100644 index 0000000..91909ed --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/screamtail/screamtail.geo.json @@ -0,0 +1,312 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "jigglypuff", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "jigglypuff", + "pivot": [0, 5.5, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 1.25, 0], + "cubes": [ + {"origin": [-4.5, 1.25, -4], "size": [9, 9, 8], "uv": [0, 0]} + ] + }, + { + "name": "mouth", + "parent": "torso", + "pivot": [0, 4, -4] + }, + { + "name": "mouth_closed", + "parent": "mouth", + "pivot": [0, 4, -4.01], + "cubes": [ + {"origin": [2.5, 4.425, -4.01], "size": [2, 1, 0], "uv": [34, 14]}, + {"origin": [-4.5, 4.425, -4.01], "size": [2, 1, 0], "uv": [14, 22]} + ] + }, + { + "name": "teeth_right", + "parent": "mouth_closed", + "pivot": [-0.60538, 4.42583, -3.735] + }, + { + "name": "teeth_left", + "parent": "mouth_closed", + "pivot": [0.60538, 4.42583, -3.735] + }, + { + "name": "mouth2", + "parent": "teeth_left", + "pivot": [0.30269, 4.76292, -3.8975], + "cubes": [ + {"origin": [-1, 4.9, -4.06], "size": [2, 1, 0], "uv": [26, 3]}, + {"origin": [-0.475, 4.6, -4.06], "size": [1, 1, 0], "uv": [26, 3]}, + {"origin": [-1, 4.275, -4.035], "size": [2, 1, 0], "uv": [16, 35]}, + {"origin": [-1.10538, 3.80083, -4.235], "size": [1, 1, 1], "inflate": -0.225, "pivot": [-0.60538, 4.30083, -3.735], "rotation": [0, 0, -45], "uv": [8, 27]}, + {"origin": [0.34347, 4.15021, -4.235], "size": [1, 1, 1], "inflate": -0.225, "pivot": [0.30269, 4.76292, -3.8975], "rotation": [0, 0, 45], "uv": [11, 30]} + ] + }, + { + "name": "facepaint", + "parent": "mouth_closed", + "pivot": [-3.70647, 8.72044, -4.01] + }, + { + "name": "mouth_open", + "parent": "mouth", + "pivot": [0, 4, -3.91] + }, + { + "name": "eyes", + "parent": "torso", + "pivot": [0, 6.5, -4.025] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-2.5, 6.5, -4.01], + "cubes": [ + {"origin": [-4.075, 7.4, -4.035], "size": [3, 1, 0], "pivot": [-2.5, 7.975, -4.01], "rotation": [0, 0, -9], "uv": [0, 21]}, + {"origin": [-4.93147, 7.77044, -4.01], "size": [1, 1, 0], "pivot": [-3.70647, 8.72044, -4.01], "rotation": [0, 0, -51.5], "uv": [0, 0]}, + {"origin": [-4, 5, -4.06], "size": [3, 3, 0], "uv": [24, 29]}, + {"origin": [-2.65, 6.225, -4.11], "size": [1, 1, 0], "uv": [15, 40], "mirror": true}, + {"origin": [-3.425, 5.475, -4.085], "size": [2, 2, 0], "uv": [0, 33]} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-2.5, 6.5, -3.56], + "cubes": [ + {"origin": [-4, 5, -3.96], "size": [3, 3, 0], "uv": [24, 42], "mirror": true} + ] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [2.5, 6.5, -4.01], + "cubes": [ + {"origin": [3.93147, 7.77044, -4.01], "size": [1, 1, 0], "pivot": [3.70647, 8.72044, -4.01], "rotation": [0, 0, 51.5], "uv": [0, 0], "mirror": true}, + {"origin": [1.075, 7.4, -4.035], "size": [3, 1, 0], "pivot": [2.5, 7.975, -4.01], "rotation": [0, 0, 9], "uv": [0, 21], "mirror": true}, + {"origin": [1.425, 5.475, -4.085], "size": [2, 2, 0], "uv": [15, 30]}, + {"origin": [2.2, 6.225, -4.11], "size": [1, 1, 0], "uv": [15, 40]}, + {"origin": [1, 5, -4.06], "size": [3, 3, 0], "uv": [24, 26]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [2.5, 6.5, -3.56], + "cubes": [ + {"origin": [1, 5, -3.96], "size": [3, 3, 0], "uv": [24, 42]} + ] + }, + { + "name": "string_right", + "parent": "torso", + "pivot": [-4.55, 6.8, 0.2], + "rotation": [0, 0, -42.5], + "cubes": [ + {"origin": [-3.95, 5.5, 1.05], "size": [1, 3, 0], "pivot": [-4.55, 6.8, 0.2], "rotation": [0, 0, -33.25], "uv": [26, 0]} + ] + }, + { + "name": "string_left", + "parent": "torso", + "pivot": [4.55, 6.8, 0.2], + "rotation": [0, 0, 42.5], + "cubes": [ + {"origin": [2.95, 5.5, 1.05], "size": [1, 3, 0], "pivot": [4.55, 6.8, 0.2], "rotation": [0, 0, 33.25], "uv": [0, 30]} + ] + }, + { + "name": "ear_left", + "parent": "torso", + "pivot": [2.75, 9.25, 0.75], + "rotation": [-7.05306, -8.68225, 42.59837], + "cubes": [ + {"origin": [0.75, 8.45, -0.25], "size": [4, 5, 2], "uv": [30, 26], "mirror": true} + ] + }, + { + "name": "ear_right", + "parent": "torso", + "pivot": [-2.75, 9.25, 0.75], + "rotation": [-7.05306, 8.68225, -42.59837], + "cubes": [ + {"origin": [-4.75, 8.45, -0.25], "size": [4, 5, 2], "uv": [33, 15], "mirror": true} + ] + }, + { + "name": "tuft", + "parent": "torso", + "pivot": [0, 9.75, -2.5], + "cubes": [ + {"origin": [-2, 9.75, -2.975], "size": [4, 4, 4], "inflate": 0.01, "uv": [26, 0]} + ] + }, + { + "name": "tuft2", + "parent": "tuft", + "pivot": [0, 11.925, -0.725], + "rotation": [23, 0, 0], + "cubes": [ + {"origin": [-2, 10.075, -1.2], "size": [4, 4, 6], "uv": [0, 17]} + ] + }, + { + "name": "tuft3", + "parent": "tuft2", + "pivot": [0, 11.875, 4.275], + "rotation": [-60, 0, 0], + "cubes": [ + {"origin": [-2, 9.42966, 2.65055], "size": [4, 4, 5], "inflate": 0.01, "uv": [20, 17]} + ] + }, + { + "name": "tuft4", + "parent": "tuft3", + "pivot": [-0.5, 11.675, 7.1], + "rotation": [-31.5, 0, 0], + "cubes": [ + {"origin": [-1.5, 9.22966, 6.47555], "size": [3, 4, 5], "inflate": 0.01, "uv": [0, 30]}, + {"origin": [0, 13.25466, 7.50055], "size": [0, 3, 2], "inflate": 0.01, "uv": [19, 15]}, + {"origin": [0, 12.25466, 9.50055], "size": [0, 3, 1], "inflate": 0.01, "pivot": [0, 13.25466, 10.00055], "rotation": [-17.25, 0, 0], "uv": [23, 16]} + ] + }, + { + "name": "tuft5", + "parent": "tuft4", + "pivot": [-1, 9.325, 10.1], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-1, 9.5527, 8.99198], "size": [2, 3, 6], "inflate": 0.01, "uv": [14, 26]}, + {"origin": [0, 11.5527, 11.99198], "size": [0, 3, 1], "inflate": 0.01, "pivot": [0, 12.5527, 12.49198], "rotation": [-10.75, 0, 0], "uv": [14, 16]} + ] + }, + { + "name": "tuft6", + "parent": "tuft5", + "pivot": [-1, 9.44803, 14.99144], + "rotation": [32.5, 0, 0], + "cubes": [ + {"origin": [-1, 9.5527, 14.99198], "size": [2, 3, 3], "uv": [34, 8]} + ] + }, + { + "name": "tuft7", + "parent": "tuft6", + "pivot": [0, 9.59803, 17.91644], + "rotation": [32.5, 0, 0], + "cubes": [ + {"origin": [-0.525, 9.53589, 17.94964], "size": [1, 2, 4], "uv": [26, 33]} + ] + }, + { + "name": "tuft8", + "parent": "tuft7", + "pivot": [0, 9.59803, 17.91644], + "rotation": [32.5, 0, 0], + "cubes": [ + {"origin": [-0.525, 7.37858, 21.28462], "size": [1, 2, 3], "inflate": 0.01, "uv": [14, 17]}, + {"origin": [-0.525, 7.37858, 24.28462], "size": [1, 2, 3], "pivot": [-0.025, 7.32858, 24.25962], "rotation": [54, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "tuft9", + "parent": "tuft8", + "pivot": [0, 10.66658, 24.15573], + "rotation": [32.5, 0, 0], + "cubes": [ + {"origin": [-0.5, 9.66658, 23.15573], "size": [1, 2, 2], "inflate": 0.16, "uv": [0, 17]} + ] + }, + { + "name": "arm_right", + "parent": "torso", + "pivot": [-4.5, 5.5, -3], + "cubes": [ + {"origin": [-7.25, 3.5, -4], "size": [3, 2, 1], "uv": [24, 39], "mirror": true} + ] + }, + { + "name": "arm_left", + "parent": "torso", + "pivot": [4.5, 5.5, -3], + "cubes": [ + {"origin": [4.25, 3.5, -4], "size": [3, 2, 1], "uv": [0, 5], "mirror": true} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-2.75, 2.5, 0], + "rotation": [0, 5, 0], + "cubes": [ + {"origin": [-3.75, 0.5, -1], "size": [2, 2, 2], "uv": [38, 0], "mirror": true} + ] + }, + { + "name": "foot_right", + "parent": "leg_right", + "pivot": [-2.75, 1, 0], + "cubes": [ + {"origin": [-4.25, 0, -1.5], "size": [3, 1, 3], "uv": [13, 36]} + ] + }, + { + "name": "foot_right2", + "parent": "foot_right", + "pivot": [-2.75, 0, -1.5], + "cubes": [ + {"origin": [-4.25, 0, -3.5], "size": [3, 1, 2], "inflate": 0.01, "uv": [10, 27], "mirror": true} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [2.75, 2.5, 0], + "rotation": [0, -5, 0], + "cubes": [ + {"origin": [1.75, 0.5, -1], "size": [2, 2, 2], "uv": [34, 37], "mirror": true} + ] + }, + { + "name": "foot_left", + "parent": "leg_left", + "pivot": [2.75, 1, 0], + "rotation": [0, 0, 0], + "cubes": [ + {"origin": [1.25, 0, -1.5], "size": [3, 1, 3], "uv": [32, 33]} + ] + }, + { + "name": "foot_left2", + "parent": "foot_left", + "pivot": [2.75, 0, -1.5], + "cubes": [ + {"origin": [1.25, 0, -3.5], "size": [3, 1, 2], "inflate": 0.01, "uv": [0, 27]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/sewaddle/sewaddle.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/sewaddle/sewaddle.geo.json new file mode 100644 index 0000000..61b8caa --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/sewaddle/sewaddle.geo.json @@ -0,0 +1,202 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.sewaddle", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 2, + "visible_bounds_height": 1.5, + "visible_bounds_offset": [0, 0.25, 0] + }, + "bones": [ + { + "name": "sewaddle", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "sewaddle", + "pivot": [0, 3, -2] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-2, 1, 5.5], + "cubes": [ + {"origin": [-3, 0, 4.5], "size": [2, 2, 2], "uv": [32, 35]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [2, 1, 5.5], + "cubes": [ + {"origin": [1, 0, 4.5], "size": [2, 2, 2], "uv": [8, 34]} + ] + }, + { + "name": "waist", + "parent": "body", + "pivot": [0, 0.49375, 6.5125], + "cubes": [ + {"origin": [-2, 0.5, 3.5], "size": [4, 4, 4], "uv": [24, 8]}, + {"origin": [-0.5, 0.51, 3.51], "size": [1, 4, 4], "uv": [0, 48]} + ] + }, + { + "name": "torso", + "parent": "waist", + "pivot": [0, 0.45, 3.52857], + "cubes": [ + {"origin": [-2, 0.5, -0.5], "size": [4, 4, 4], "inflate": 0.02, "uv": [0, 26]}, + {"origin": [-0.5, 4.51, -0.5], "size": [1, 0, 4], "inflate": 0.02, "uv": [-4, 38]} + ] + }, + { + "name": "leg_right2", + "parent": "torso", + "pivot": [-2, 1, 1.25], + "cubes": [ + {"origin": [-3, 0, 0.25], "size": [2, 2, 2], "uv": [24, 34]} + ] + }, + { + "name": "leg_left2", + "parent": "torso", + "pivot": [2, 1, 1.25], + "cubes": [ + {"origin": [1, 0, 0.25], "size": [2, 2, 2], "uv": [34, 0]} + ] + }, + { + "name": "torso2", + "parent": "torso", + "pivot": [0, 0.5, -0.5], + "cubes": [ + {"origin": [-2, 0.5, -1.5], "size": [4, 4, 1], "uv": [32, 30]}, + {"origin": [-0.5, 4.51, -1.5], "size": [1, 0, 1], "uv": [23, 34]} + ] + }, + { + "name": "neck", + "parent": "torso2", + "pivot": [0, 0.5, -1.5], + "cubes": [ + {"origin": [-2, 0.5, -6.5], "size": [4, 4, 5], "inflate": 0.01, "uv": [41, 14]}, + {"origin": [-0.5, 4.51, -5.5], "size": [1, 0, 4], "inflate": 0.01, "uv": [-2, 38]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 1.5, -5], + "cubes": [ + {"origin": [-4, -0.55, -11], "size": [8, 6, 6], "uv": [0, 0]}, + {"origin": [-2, 1.2, -12.75], "size": [2, 2, 2], "pivot": [0, 2.2, -11.25], "rotation": [0, 12.5, 0], "uv": [32, 4]}, + {"origin": [0, 1.2, -12.75], "size": [2, 2, 2], "inflate": 0.01, "pivot": [0, 2.2, -11.25], "rotation": [0, -12.5, 0], "uv": [12, 26]}, + {"origin": [-2, -1.05, -8], "size": [2, 1, 1], "pivot": [0, -0.55, -8], "rotation": [0, 27.5, 0], "uv": [18, 26]}, + {"origin": [0.32201, -0.57, -7.2858], "size": [1, 0, 1], "pivot": [0.82201, -0.05, -6.7858], "rotation": [0, 17.5, 0], "uv": [0, 13]}, + {"origin": [-1.32201, -0.57, -7.2858], "size": [1, 0, 1], "pivot": [-0.82201, -0.05, -6.7858], "rotation": [0, -17.5, 0], "uv": [2, 12]}, + {"origin": [0, -1.05, -8], "size": [2, 1, 1], "inflate": 0.01, "pivot": [0, -0.55, -8], "rotation": [0, -27.5, 0], "uv": [0, 4]}, + {"origin": [-3.7, -0.56, -9.25], "size": [2, 0, 2], "uv": [0, 2]}, + {"origin": [1.7, -0.56, -9.25], "size": [2, 0, 2], "uv": [0, 0]}, + {"origin": [2.2, -0.57, -8.75], "size": [1, 0, 1], "uv": [0, 14]}, + {"origin": [-3.2, -0.57, -8.75], "size": [1, 0, 1], "uv": [2, 13]} + ] + }, + { + "name": "mouth_open", + "parent": "head", + "pivot": [0, -0.56, -6.325], + "cubes": [ + {"origin": [-0.5, -0.56, -6.825], "size": [1, 0, 1], "pivot": [0, -0.56, -6.325], "rotation": [0, 45, 0], "uv": [0, 12]} + ] + }, + { + "name": "hood", + "parent": "head", + "pivot": [0, 3, -5], + "cubes": [ + {"origin": [-4, 2, -5], "size": [8, 4, 0], "uv": [16, 30]}, + {"origin": [-4, 6, -9], "size": [8, 0, 4], "inflate": 0.01, "uv": [16, 17]} + ] + }, + { + "name": "hood_left", + "parent": "hood", + "pivot": [4, 6, -5], + "rotation": [0, -30.25, 0], + "cubes": [ + {"origin": [1, 6, -11], "size": [3, 0, 6], "uv": [22, 0]}, + {"origin": [4, 1, -12], "size": [0, 5, 7], "uv": [14, 14]} + ] + }, + { + "name": "hood_right", + "parent": "hood", + "pivot": [-4, 6, -5], + "rotation": [0, 30.25, 0], + "cubes": [ + {"origin": [-4, 1, -12], "size": [0, 5, 7], "uv": [0, 14]}, + {"origin": [-4, 6, -11], "size": [3, 0, 6], "uv": [16, 0]} + ] + }, + { + "name": "hood2", + "parent": "hood", + "pivot": [0, 6, -9], + "cubes": [ + {"origin": [-4.5, 6, -14], "size": [9, 0, 5], "inflate": 0.01, "uv": [0, 12]} + ] + }, + { + "name": "hood3", + "parent": "hood2", + "pivot": [0, 6, -14], + "cubes": [ + {"origin": [-3.5, 6, -18], "size": [7, 0, 4], "uv": [1, 17]} + ] + }, + { + "name": "eyelids", + "parent": "head", + "pivot": [0, 0.6, -5] + }, + { + "name": "eyelid_left", + "parent": "eyelids", + "pivot": [1.7, 0.55, -7.25], + "cubes": [ + {"origin": [1.7, -0.48, -9.25], "size": [2, 0, 2], "uv": [2, 38]} + ] + }, + { + "name": "eyelid_right", + "parent": "eyelids", + "pivot": [-1.7, 0.55, -7.25], + "cubes": [ + {"origin": [-3.7, -0.48, -9.25], "size": [2, 0, 2], "uv": [2, 38], "mirror": true} + ] + }, + { + "name": "arm_right", + "parent": "neck", + "pivot": [-2, 1, -2.5], + "cubes": [ + {"origin": [-3, 0, -3.6], "size": [2, 2, 2], "uv": [16, 34]} + ] + }, + { + "name": "arm_left", + "parent": "neck", + "pivot": [2, 1, -2.5], + "cubes": [ + {"origin": [1, 0, -3.6], "size": [2, 2, 2], "uv": [0, 34]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/shaymin/shaymin.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/shaymin/shaymin.geo.json new file mode 100644 index 0000000..2849aeb --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/shaymin/shaymin.geo.json @@ -0,0 +1,239 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "body", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [-0.18686, 8.93398, -0.89379], + "cubes": [ + {"origin": [-6.67291, 2.73459, -10.40075], "size": [13, 12, 19], "uv": [0, 27]} + ] + }, + { + "name": "backfur", + "parent": "torso", + "pivot": [-1.67291, 10.23459, 0.59925], + "cubes": [ + {"origin": [-7.67291, 5.65959, -6.40075], "size": [15, 5, 16], "pivot": [-1.67291, 10.23459, 0.59925], "rotation": [-6.25, 0, 0], "uv": [49, 43]}, + {"origin": [-7.67291, 10.65959, -11.40075], "size": [15, 5, 21], "pivot": [-1.67291, 10.23459, 0.59925], "rotation": [-6.25, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "bush", + "parent": "backfur", + "pivot": [-0.17291, 17.89202, 3.86291] + }, + { + "name": "bone4", + "parent": "bush", + "pivot": [-0.17291, 17.89202, 3.86291], + "rotation": [2.5, 0, 0], + "cubes": [ + {"origin": [-6.67291, 16.93556, -2.28591], "size": [6, 2, 8], "pivot": [-6.67291, 17.93556, 0.71409], "rotation": [-5.3148, -37.4798, 0.54845], "uv": [62, 65]}, + {"origin": [0.32709, 16.93556, -2.28591], "size": [6, 2, 8], "pivot": [6.32709, 17.93556, 0.71409], "rotation": [-5.3148, 37.4798, -0.54845], "uv": [33, 65]}, + {"origin": [-3.17291, 16.59151, 1.25449], "size": [6, 2, 8], "pivot": [-0.17291, 17.97927, 3.25639], "rotation": [-1.5, 0, 0], "uv": [64, 0]}, + {"origin": [-6.92291, 19.01651, -4.83098], "size": [6, 2, 8], "pivot": [-0.17291, 17.97927, -3.05789], "rotation": [-24.79642, 29.08731, -12.65814], "uv": [12, 59]}, + {"origin": [0.57709, 19.04151, -4.83098], "size": [6, 2, 8], "pivot": [-0.17291, 17.97927, -3.05789], "rotation": [-24.79642, -29.08731, 12.65814], "uv": [46, 27]} + ] + }, + { + "name": "bone3", + "parent": "bush", + "pivot": [-0.17291, 17.24202, -0.96441], + "rotation": [-17.5, 0, 0], + "cubes": [ + {"origin": [-6.67291, 16.28556, -2.81558], "size": [6, 2, 8], "pivot": [-6.67291, 17.28556, 2.18442], "rotation": [5.3148, 37.4798, 0.54845], "uv": [15, 76]}, + {"origin": [0.32709, 16.28556, -2.81558], "size": [6, 2, 8], "pivot": [6.32709, 17.28556, 2.18442], "rotation": [5.3148, -37.4798, -0.54845], "uv": [67, 30]}, + {"origin": [-3.17291, 16.41651, -6.35598], "size": [6, 2, 8], "pivot": [-0.17291, 17.32927, -0.35789], "rotation": [1.5, 0, 0], "uv": [67, 19]} + ] + }, + { + "name": "bone2", + "parent": "bush", + "pivot": [6.32709, 16.67837, 3.90771], + "rotation": [-9.75, 0, 0], + "cubes": [ + {"origin": [-6.67291, 15.32837, 1.90771], "size": [6, 2, 8], "pivot": [-6.67291, 16.32837, 3.90771], "rotation": [-5, -32.5, 0], "uv": [85, 3]}, + {"origin": [0.32709, 15.32837, 1.90771], "size": [6, 2, 8], "pivot": [6.32709, 16.32837, 3.90771], "rotation": [-5, 32.5, 0], "uv": [73, 76]}, + {"origin": [-3.17291, 15.67837, 4.41306], "size": [6, 2, 8], "pivot": [-0.17291, 15.67837, 1.41306], "rotation": [-2.5, 0, 0], "uv": [44, 76]} + ] + }, + { + "name": "bone", + "parent": "bush", + "pivot": [6.32709, 16.65337, -0.80921], + "rotation": [-13.25, 0, 0], + "cubes": [ + {"origin": [1.32709, 15.57837, -6.80921], "size": [4, 2, 9], "pivot": [6.32709, 16.57837, -0.80921], "rotation": [4.51711, -21.03927, 1.06675], "uv": [56, 87]}, + {"origin": [-5.67291, 15.57837, -6.80921], "size": [4, 2, 9], "pivot": [-6.67291, 16.57837, -0.80921], "rotation": [4.51711, 21.03927, -1.06675], "uv": [29, 87]}, + {"origin": [-3.17291, 15.52837, -9.31456], "size": [6, 2, 8], "pivot": [-0.17291, 15.65337, 1.68544], "rotation": [4.5, 0, 0], "uv": [0, 87]} + ] + }, + { + "name": "nostral", + "parent": "torso", + "pivot": [-1.67291, 0.73459, 8.84925], + "cubes": [ + {"origin": [-4.67291, 4.73459, -12.15075], "size": [9, 3, 2], "uv": [0, 78]}, + {"origin": [-2.67291, 5.73459, -13.15075], "size": [5, 2, 1], "uv": [46, 38]} + ] + }, + { + "name": "nose", + "parent": "nostral", + "pivot": [-0.17291, 7.23459, -13.65075], + "cubes": [ + {"origin": [-0.67291, 6.73459, -14.15075], "size": [1, 1, 1], "uv": [5, 18]} + ] + }, + { + "name": "eye", + "parent": "torso", + "pivot": [-0.99791, -0.26541, 0.37425] + }, + { + "name": "eye_right", + "parent": "eye", + "pivot": [-4.57291, 9.90959, -10.31775], + "cubes": [ + {"origin": [-5.69791, 8.18459, -10.42575], "size": [2, 3, 0], "uv": [13, 15], "mirror": true}, + {"origin": [-5.19791, 8.60959, -10.45075], "size": [1, 2, 0], "uv": [0, 0], "mirror": true}, + {"origin": [-4.82291, 9.93459, -10.57675], "size": [1, 1, 1], "inflate": -0.125, "uv": [0, 18], "mirror": true} + ] + }, + { + "name": "eyelid_r", + "parent": "eye_right", + "pivot": [-0.99791, -0.26541, 0.39925], + "cubes": [ + {"origin": [-5.69791, 8.18459, -10.40075], "size": [2, 3, 0], "uv": [1, 99], "mirror": true} + ] + }, + { + "name": "eye_left", + "parent": "eye", + "pivot": [4.22709, 9.90959, -10.31775], + "cubes": [ + {"origin": [3.35209, 8.18459, -10.42575], "size": [2, 3, 0], "uv": [13, 15]}, + {"origin": [3.85209, 8.60959, -10.45075], "size": [1, 2, 0], "uv": [0, 0]}, + {"origin": [3.47709, 9.93459, -10.57675], "size": [1, 1, 1], "inflate": -0.125, "uv": [0, 18]} + ] + }, + { + "name": "eyelid_l", + "parent": "eye_left", + "pivot": [4.35209, 9.68459, -10.40075], + "cubes": [ + {"origin": [3.35209, 8.18459, -10.40075], "size": [2, 3, 0], "uv": [1, 99], "mirror": true} + ] + }, + { + "name": "flower_right", + "parent": "torso", + "pivot": [-8.19492, 11.86069, -5.63669] + }, + { + "name": "leave2", + "parent": "flower_right", + "pivot": [-8.04937, 12.46917, -5.58453], + "cubes": [ + {"origin": [-7.97291, 7.84807, -4.40132], "size": [0, 7, 11], "pivot": [-7.97291, 11.33459, -3.15075], "rotation": [-5.76225, -3.73111, 0.37624], "uv": [52, 0], "mirror": true}, + {"origin": [-7.84791, 5.55383, -8.34639], "size": [0, 7, 11], "pivot": [-7.84791, 8.44968, -4.35131], "rotation": [-43, 0, 0], "uv": [52, 0], "mirror": true} + ] + }, + { + "name": "flower2", + "parent": "flower_right", + "pivot": [-7.89791, 11.75056, -5.55675], + "cubes": [ + {"origin": [-7.82291, 11.73459, -7.55075], "size": [0, 7, 4], "pivot": [-7.89791, 11.75959, -5.57575], "rotation": [0, 0, -2.5], "uv": [96, 38], "mirror": true}, + {"origin": [-7.97291, 11.73459, -8.07575], "size": [0, 7, 4], "pivot": [-7.97291, 11.65959, -5.57575], "rotation": [-62.39118, -3.68425, -3.38262], "uv": [96, 38], "mirror": true}, + {"origin": [-7.97291, 10.73459, -8.07575], "size": [0, 7, 4], "pivot": [-7.97291, 11.65959, -5.57575], "rotation": [-125.02718, -5.52878, -1.68956], "uv": [96, 38], "mirror": true}, + {"origin": [-7.97291, 11.73459, -7.07575], "size": [0, 7, 4], "pivot": [-7.97291, 11.65959, -5.57575], "rotation": [62.39118, 3.68425, -3.38262], "uv": [96, 38], "mirror": true}, + {"origin": [-7.97291, 10.73459, -7.07575], "size": [0, 7, 4], "pivot": [-7.97291, 11.65959, -5.57575], "rotation": [125.02718, 5.52878, -1.68956], "uv": [96, 38], "mirror": true}, + {"origin": [-8.24791, 10.33459, -7.55075], "size": [0, 4, 4], "pivot": [-8.24791, 12.33459, -5.55075], "rotation": [-45, 0, 0], "uv": [52, 0], "mirror": true}, + {"origin": [-7.84791, 10.73459, -7.75075], "size": [0, 7, 4], "pivot": [-7.89791, 11.75959, -5.57575], "rotation": [180, 0, 2.5], "uv": [96, 38], "mirror": true} + ] + }, + { + "name": "flower_left", + "parent": "torso", + "pivot": [7.8491, 11.86069, -5.63669] + }, + { + "name": "leave", + "parent": "flower_left", + "pivot": [-0.89791, 13.88459, -7.00075], + "cubes": [ + {"origin": [7.62709, 7.84807, -4.40132], "size": [0, 7, 11], "pivot": [7.62709, 11.33459, -3.15075], "rotation": [-5.76225, 3.73111, -0.37624], "uv": [52, 0]}, + {"origin": [7.50209, 5.55383, -8.34639], "size": [0, 7, 11], "pivot": [7.50209, 8.44968, -4.35131], "rotation": [-43, 0, 0], "uv": [52, 0]} + ] + }, + { + "name": "flower", + "parent": "flower_left", + "pivot": [7.55209, 11.75056, -5.55675], + "cubes": [ + {"origin": [7.47709, 11.73459, -7.55075], "size": [0, 7, 4], "pivot": [7.55209, 11.75959, -5.57575], "rotation": [0, 0, 2.5], "uv": [96, 38]}, + {"origin": [7.62709, 11.73459, -8.07575], "size": [0, 7, 4], "pivot": [7.62709, 11.65959, -5.57575], "rotation": [-62.39118, 3.68425, 3.38262], "uv": [96, 38]}, + {"origin": [7.62709, 10.73459, -8.07575], "size": [0, 7, 4], "pivot": [7.62709, 11.65959, -5.57575], "rotation": [-125.02718, 5.52878, 1.68956], "uv": [96, 38]}, + {"origin": [7.62709, 11.73459, -7.07575], "size": [0, 7, 4], "pivot": [7.62709, 11.65959, -5.57575], "rotation": [62.39118, -3.68425, 3.38262], "uv": [96, 38]}, + {"origin": [7.62709, 10.73459, -7.07575], "size": [0, 7, 4], "pivot": [7.62709, 11.65959, -5.57575], "rotation": [125.02718, -5.52878, 1.68956], "uv": [96, 38]}, + {"origin": [7.90209, 10.33459, -7.55075], "size": [0, 4, 4], "pivot": [7.90209, 12.33459, -5.55075], "rotation": [45, 0, 0], "uv": [52, 0]}, + {"origin": [7.50209, 10.73459, -7.75075], "size": [0, 7, 4], "pivot": [7.55209, 11.75959, -5.57575], "rotation": [180, 0, -2.5], "uv": [96, 38]} + ] + }, + { + "name": "leg_back_right2", + "parent": "body", + "pivot": [-5.75, 4.5, 4.875], + "cubes": [ + {"origin": [-7.25, 0, 3.5], "size": [3, 5, 3], "uv": [0, 0], "mirror": true}, + {"origin": [-6.75, 0, 3], "size": [2, 1, 1], "uv": [10, 0], "mirror": true} + ] + }, + { + "name": "leg_back_left2", + "parent": "body", + "pivot": [5.75, 4.5, 4.95], + "cubes": [ + {"origin": [4.25, 0, 3.5], "size": [3, 5, 3], "uv": [0, 0]}, + {"origin": [4.75, 0, 3], "size": [2, 1, 1], "uv": [10, 0]} + ] + }, + { + "name": "leg_front_right", + "parent": "body", + "pivot": [-5.6, 4.5, -5.225], + "cubes": [ + {"origin": [-7.1, 0, -6.75], "size": [3, 5, 3], "uv": [47, 87], "mirror": true}, + {"origin": [-6.6, 0, -7.25], "size": [2, 1, 1], "uv": [13, 12], "mirror": true} + ] + }, + { + "name": "leg_front_left", + "parent": "body", + "pivot": [5.225, 4.5, -5.5], + "cubes": [ + {"origin": [3.725, 0, -6.75], "size": [3, 5, 3], "uv": [47, 87]}, + {"origin": [4.225, 0, -7.25], "size": [2, 1, 1], "uv": [13, 12]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/shaymin_sky/shaymin_sky.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/shaymin_sky/shaymin_sky.geo.json new file mode 100644 index 0000000..5d76e5e --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/shaymin_sky/shaymin_sky.geo.json @@ -0,0 +1,311 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 4, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "shaymin_fly", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "shaymin_fly", + "pivot": [-0.5, 10.25, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 8.75, 2], + "cubes": [ + {"origin": [-2.5, 6.575, -2], "size": [5, 5, 8], "uv": [0, 7]} + ] + }, + { + "name": "chest", + "parent": "torso", + "pivot": [0, 9.25, -4], + "cubes": [ + {"origin": [-3, 6.25, -7], "size": [6, 6, 6], "inflate": 0.01, "uv": [20, 14]} + ] + }, + { + "name": "fur", + "parent": "chest", + "pivot": [-0.4145, 11.65833, -7.07778], + "rotation": [71.84943, 7.81817, 15.98546], + "cubes": [ + {"origin": [-1.4, 11.575, -11.175], "size": [2, 0, 5], "uv": [27, 26]}, + {"origin": [-0.4, 11.55, -10.175], "size": [1, 0, 4], "pivot": [-0.9, 11.55, -6.225], "rotation": [0, 41, 0], "uv": [0, 20]} + ] + }, + { + "name": "neck", + "parent": "chest", + "pivot": [0, 11.13093, -4.9742], + "cubes": [ + {"origin": [-1.5, 11.25, -7], "size": [3, 3, 4], "pivot": [0, 11.25, -5.5], "rotation": [17.5, 0, 0], "uv": [34, 51]} + ] + }, + { + "name": "scarf", + "parent": "neck", + "pivot": [2.65, 11.75, -5.925], + "rotation": [0, 0, -14], + "cubes": [ + {"origin": [1.5, 11.25, -6.05], "size": [3, 1, 0], "uv": [32, 31]}, + {"origin": [2.85, 10.275, -6], "size": [6, 3, 0], "uv": [38, 5]}, + {"origin": [2.875, 10.275, -5.975], "size": [5, 2, 0], "pivot": [2.875, 11.775, -5.975], "rotation": [0, 0, 30.25], "uv": [27, 5]}, + {"origin": [1.5, 11.25, -5.925], "size": [3, 1, 0], "uv": [18, 14]} + ] + }, + { + "name": "head2", + "parent": "neck", + "pivot": [0, 13.7625, -6.52855], + "cubes": [ + {"origin": [-2.92709, 16.60959, -10.07575], "size": [2, 1, 0], "pivot": [-2.42709, 17.10959, -9.57575], "rotation": [0, 0, 19.25], "uv": [18, 5], "mirror": true}, + {"origin": [0.92709, 16.60959, -10.07575], "size": [2, 1, 0], "pivot": [2.42709, 17.10959, -9.57575], "rotation": [0, 0, -19.25], "uv": [18, 5]}, + {"origin": [-3, 12.75, -10], "size": [6, 6, 6], "inflate": 0.01, "uv": [0, 20]}, + {"origin": [-1, 12.775, -11.35], "size": [3, 2, 3], "inflate": 0.01, "pivot": [0, 14.775, -9.35], "rotation": [0, 45, 0], "uv": [41, 23]} + ] + }, + { + "name": "mouth", + "parent": "head2", + "pivot": [0, 13.3, -9.575], + "cubes": [ + {"origin": [-1, 12.8, -11], "size": [2, 1, 2], "inflate": 0.01, "uv": [5, 60]} + ] + }, + { + "name": "eye_right", + "parent": "head2", + "pivot": [-1.95209, 16.01792, -9.61775], + "cubes": [ + {"origin": [-2.52709, 14.88459, -9.90075], "size": [1, 2, 1], "inflate": 0.125, "uv": [18, 0], "mirror": true}, + {"origin": [-2.52709, 15.10959, -10.15075], "size": [1, 2, 1], "inflate": -0.1, "uv": [9, 1], "mirror": true}, + {"origin": [-2.30209, 15.55959, -10.30175], "size": [1, 1, 1], "inflate": -0.25, "uv": [8, 4], "mirror": true} + ] + }, + { + "name": "eye_left", + "parent": "head2", + "pivot": [1.95209, 16.01792, -9.61775], + "cubes": [ + {"origin": [1.52709, 14.88459, -9.90075], "size": [1, 2, 1], "inflate": 0.125, "uv": [18, 0]}, + {"origin": [1.52709, 15.10959, -10.15075], "size": [1, 2, 1], "inflate": -0.1, "uv": [9, 1]}, + {"origin": [1.30209, 15.55959, -10.30175], "size": [1, 1, 1], "inflate": -0.25, "uv": [8, 4]} + ] + }, + { + "name": "hair", + "parent": "head2", + "pivot": [-1.5, 2.25, 8], + "cubes": [ + {"origin": [-2, 18.75, -10], "size": [4, 2, 6], "inflate": 0.01, "uv": [18, 26]}, + {"origin": [-2.45, 18.825, -11.725], "size": [2, 1, 4], "inflate": 0.01, "pivot": [-2.45, 19.825, -8.725], "rotation": [20.47041, 32.96043, 1.57505], "uv": [38, 14]}, + {"origin": [-2, 12.75, -4], "size": [4, 7, 2], "inflate": 0.01, "uv": [16, 34]} + ] + }, + { + "name": "bone5", + "parent": "hair", + "pivot": [-0.75, 18.75, -4.2], + "rotation": [-56.56091, 41.46443, -18.99806], + "cubes": [ + {"origin": [-0.785, 20.88436, -9.01648], "size": [1, 2, 3], "pivot": [-0.785, 21.2865, -6.75053], "rotation": [-26.41517, 0, 0], "uv": [27, 46]}, + {"origin": [-1.25, 17.75, -8.2], "size": [2, 3, 5], "inflate": 0.01, "pivot": [-0.75, 18.75, -4.2], "rotation": [-53.66517, 0, 0], "uv": [33, 29]} + ] + }, + { + "name": "bone3", + "parent": "hair", + "pivot": [-0.375, 19.75, -6.75], + "rotation": [17.09321, 24.32664, 1.6588], + "cubes": [ + {"origin": [-1.41, 21.83436, -11.46648], "size": [2, 2, 3], "pivot": [-0.41, 22.2365, -9.20053], "rotation": [-26.41517, 0, 0], "uv": [42, 28]}, + {"origin": [-0.935, 22.28253, -13.18952], "size": [1, 2, 3], "pivot": [-0.935, 22.7615, -10.37553], "rotation": [3.58483, 0, 0], "uv": [46, 45]}, + {"origin": [-1.875, 18.75, -10.75], "size": [3, 3, 5], "inflate": 0.01, "pivot": [-0.375, 19.75, -6.75], "rotation": [-53.66517, 0, 0], "uv": [0, 32]} + ] + }, + { + "name": "bone2", + "parent": "hair", + "pivot": [0.95, 12.78706, -1.9915], + "cubes": [ + {"origin": [-0.05, 15.85964, -2.8168], "size": [2, 2, 1], "inflate": 0.01, "pivot": [0.95, 12.78706, -1.9915], "rotation": [-25, 0, 0], "uv": [37, 37]}, + {"origin": [-1.025, 12.75586, -3.97259], "size": [3, 3, 2], "inflate": 0.01, "pivot": [0.95, 12.78706, -1.9915], "rotation": [-41.25, 0, 0], "uv": [10, 43]} + ] + }, + { + "name": "bone4", + "parent": "hair", + "pivot": [-0.1, 18.38266, -10.82112], + "cubes": [ + {"origin": [-1.05, 20.01394, -14.52735], "size": [3, 2, 4], "inflate": 0.01, "pivot": [-0.05, 22.08894, -8.52735], "rotation": [40, 0, 0], "uv": [34, 8]}, + {"origin": [-1.025, 17.25684, -14.31307], "size": [2, 1, 3], "inflate": 0.01, "pivot": [-0.025, 17.73988, -11.58716], "rotation": [50.25, 0, 0], "uv": [20, 43]} + ] + }, + { + "name": "wing_right", + "parent": "head2", + "pivot": [-2.88765, 16.70867, -7.00833], + "rotation": [-27.5, 0, 0], + "cubes": [ + {"origin": [-5, 16.75, -8], "size": [4, 0, 2], "inflate": 0.01, "uv": [16, 12], "mirror": true}, + {"origin": [-17, 16.75, -9.55], "size": [12, 0, 5], "inflate": 0.01, "uv": [0, 53], "mirror": true}, + {"origin": [-17, 16.65, -9.55], "size": [12, 0, 5], "inflate": 0.01, "uv": [0, 53], "mirror": true}, + {"origin": [-15.625, 16.7, -9.15], "size": [11, 0, 5], "inflate": 0.01, "pivot": [-6.625, 16.7, -6.65], "rotation": [0, -38.75, 0], "uv": [15, 0], "mirror": true}, + {"origin": [-15.625, 16.725, -9.85], "size": [11, 0, 5], "inflate": 0.01, "pivot": [-6.625, 16.725, -7.35], "rotation": [0, 38.75, 0], "uv": [29, 59], "mirror": true}, + {"origin": [-7.5229, 16.675, -11.73726], "size": [2, 0, 3], "inflate": 0.01, "pivot": [-6.5229, 16.675, -8.73726], "rotation": [0, -16.1, 0], "uv": [1, 11], "mirror": true}, + {"origin": [-7.5229, 16.675, -5.56274], "size": [2, 0, 3], "inflate": 0.01, "pivot": [-6.5229, 16.675, -5.56274], "rotation": [0, 16.1, 0], "uv": [1, 8], "mirror": true} + ] + }, + { + "name": "wing_left", + "parent": "head2", + "pivot": [2.88765, 16.70867, -7.00833], + "rotation": [-27.5, 0, 0], + "cubes": [ + {"origin": [1, 16.75, -8], "size": [4, 0, 2], "inflate": 0.01, "uv": [16, 12]}, + {"origin": [5, 16.75, -9.55], "size": [12, 0, 5], "inflate": 0.01, "uv": [0, 53]}, + {"origin": [5, 16.65, -9.55], "size": [12, 0, 5], "inflate": 0.01, "uv": [0, 53]}, + {"origin": [4.625, 16.7, -9.15], "size": [11, 0, 5], "inflate": 0.01, "pivot": [6.625, 16.7, -6.65], "rotation": [0, 38.75, 0], "uv": [15, 0]}, + {"origin": [4.625, 16.725, -9.85], "size": [11, 0, 5], "inflate": 0.01, "pivot": [6.625, 16.725, -7.35], "rotation": [0, -38.75, 0], "uv": [29, 59]}, + {"origin": [5.5229, 16.675, -11.73726], "size": [2, 0, 3], "inflate": 0.01, "pivot": [6.5229, 16.675, -8.73726], "rotation": [0, 16.1, 0], "uv": [1, 11]}, + {"origin": [5.5229, 16.675, -5.56274], "size": [2, 0, 3], "inflate": 0.01, "pivot": [6.5229, 16.675, -5.56274], "rotation": [0, -16.1, 0], "uv": [1, 8]} + ] + }, + { + "name": "bone", + "parent": "torso", + "pivot": [0, 11.40267, 5.96554], + "cubes": [ + {"origin": [-1.5, 11.575, 6], "size": [3, 0, 4], "pivot": [0, 11.575, 6], "rotation": [32.5, 0, 0], "uv": [7, 32]}, + {"origin": [-0.5, 11.575, 6], "size": [1, 0, 3], "pivot": [-1, 11.575, 6], "rotation": [5, 0, 0], "uv": [1, 4]} + ] + }, + { + "name": "leg_front_right", + "parent": "body", + "pivot": [-2.5, 9.01711, -4.23895], + "rotation": [7.5, 0, 0], + "cubes": [ + {"origin": [-3.5, 4.53422, -6], "size": [2, 5, 3], "inflate": 0.01, "uv": [40, 37], "mirror": true} + ] + }, + { + "name": "leg_front_right2", + "parent": "leg_front_right", + "pivot": [-2.5, 5.45183, -4.61313], + "rotation": [-22.5, 0, 0], + "cubes": [ + {"origin": [-3.5, 1.22139, -5.77164], "size": [2, 4, 2], "uv": [46, 12], "mirror": true} + ] + }, + { + "name": "leg_front_right3", + "parent": "leg_front_right2", + "pivot": [-2.5, 1.36723, -4.46171], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [-3.5, -0.08988, -5.93645], "size": [2, 2, 2], "inflate": 0.01, "uv": [44, 19], "mirror": true}, + {"origin": [-3.5, -0.08988, -6.93645], "size": [2, 1, 1], "inflate": 0.01, "uv": [26, 12], "mirror": true} + ] + }, + { + "name": "leg_front_left", + "parent": "body", + "pivot": [2.5, 9.01711, -4.23895], + "rotation": [7.5, 0, 0], + "cubes": [ + {"origin": [1.5, 4.53422, -6], "size": [2, 5, 3], "inflate": 0.01, "uv": [40, 37]} + ] + }, + { + "name": "leg_front_left2", + "parent": "leg_front_left", + "pivot": [2.5, 4.77683, -3.93813], + "rotation": [-22.5, 0, 0], + "cubes": [ + {"origin": [1.5, 0.91169, -5.97857], "size": [2, 4, 2], "uv": [46, 12]} + ] + }, + { + "name": "leg_front_left3", + "parent": "leg_front_left2", + "pivot": [2.5, 1.05754, -4.66864], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [1.5, -0.39957, -6.14338], "size": [2, 2, 2], "inflate": 0.01, "uv": [44, 19]}, + {"origin": [1.5, -0.39957, -7.14338], "size": [2, 1, 1], "inflate": 0.01, "uv": [26, 12]} + ] + }, + { + "name": "leg_back_right", + "parent": "body", + "pivot": [-2, 9, 4.75], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-3.5, 4.5, 2.75], "size": [2, 5, 3], "inflate": 0.01, "uv": [0, 40], "mirror": true} + ] + }, + { + "name": "leg_back_right2", + "parent": "leg_back_right", + "pivot": [-2.5, 5.00792, 4.89493], + "rotation": [-12.5, 0, 0], + "cubes": [ + {"origin": [-3.5, 1.05533, 4.32781], "size": [2, 4, 2], "uv": [38, 45], "mirror": true} + ] + }, + { + "name": "leg_back_right3", + "parent": "leg_back_right2", + "pivot": [-2, 1.55533, 5.82781], + "rotation": [7.5, 0, 0], + "cubes": [ + {"origin": [-3.5, 0.05533, 4.07781], "size": [2, 2, 2], "inflate": 0.01, "uv": [44, 8], "mirror": true}, + {"origin": [-3.5, 0.05533, 3.05781], "size": [2, 1, 1], "inflate": 0.01, "uv": [0, 24], "mirror": true} + ] + }, + { + "name": "leg_back_left", + "parent": "body", + "pivot": [2, 9, 4.75], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [1.5, 4.5, 2.75], "size": [2, 5, 3], "inflate": 0.01, "uv": [0, 40]} + ] + }, + { + "name": "leg_back_left2", + "parent": "leg_back_left", + "pivot": [2.5, 5.00792, 4.89493], + "rotation": [-12.5, 0, 0], + "cubes": [ + {"origin": [1.5, 1.05533, 4.32781], "size": [2, 4, 2], "uv": [38, 45]} + ] + }, + { + "name": "leg_back_left3", + "parent": "leg_back_left2", + "pivot": [2, 1.55533, 5.82781], + "rotation": [7.5, 0, 0], + "cubes": [ + {"origin": [1.5, 0.05533, 4.07781], "size": [2, 2, 2], "inflate": 0.01, "uv": [44, 8]}, + {"origin": [1.5, 0.05533, 3.05781], "size": [2, 1, 1], "inflate": 0.01, "uv": [0, 24]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/shellos/shellos_e.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/shellos/shellos_e.geo.json new file mode 100644 index 0000000..0db8a59 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/shellos/shellos_e.geo.json @@ -0,0 +1,195 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "body", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 0, 0] + }, + { + "name": "shelltop", + "parent": "torso", + "pivot": [0, 6.875, 0], + "cubes": [ + {"origin": [-5.1, 3.375, -7], "size": [10, 6, 14], "pivot": [0, 6.875, 0], "rotation": [-5, 0, 0], "uv": [0, 20]}, + {"origin": [-5.1, 3.375, 7.1], "size": [10, 6, 0], "pivot": [0, 6.875, 0], "rotation": [-5, 0, 0], "uv": [58, 0]}, + {"origin": [5, 3.375, -7], "size": [0, 6, 14], "pivot": [0, 6.875, 0], "rotation": [-5, 0, 0], "uv": [0, 40]}, + {"origin": [-5.2, 3.375, -7], "size": [0, 6, 14], "pivot": [0, 6.875, 0], "rotation": [-5, 0, 0], "uv": [0, 40], "mirror": true} + ] + }, + { + "name": "back_part_1", + "parent": "shelltop", + "pivot": [2.5, 9.21953, 2.0608] + }, + { + "name": "fin_right", + "parent": "back_part_1", + "pivot": [-3.125, 9.21953, 2.0608], + "cubes": [ + {"origin": [-3.125, 9.20431, -3.78782], "size": [0, 10, 11], "pivot": [-3.125, 9.21953, 2.0608], "rotation": [-4.09918, -2.86544, -34.89743], "uv": [0, 29], "mirror": true} + ] + }, + { + "name": "fin_left", + "parent": "back_part_1", + "pivot": [2.925, 9.21953, 2.0608], + "cubes": [ + {"origin": [2.925, 9.20431, -3.78782], "size": [0, 10, 11], "pivot": [2.925, 9.21953, 2.0608], "rotation": [-4.09918, 2.86544, 34.89743], "uv": [0, 29]} + ] + }, + { + "name": "body_bot", + "parent": "torso", + "pivot": [-0.1, 3.61246, -0.28544], + "cubes": [ + {"origin": [-5.1, 0.88746, -7.28544], "size": [10, 6, 14], "inflate": -0.5, "pivot": [-0.1, 3.61246, -0.28544], "rotation": [-1.25, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "neck_head", + "parent": "torso", + "pivot": [0.5, 12.88631, -5.26081] + }, + { + "name": "neck", + "parent": "neck_head", + "pivot": [0, 8.92439, -4.08306], + "cubes": [ + {"origin": [-2.5, 7.92439, -8.48306], "size": [5, 8, 5], "pivot": [-1, 12.92439, -6.08306], "rotation": [22.5, 0, 0], "uv": [34, 20]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0.5, 11.88631, -4.98581], + "rotation": [-17.5, 0, 0], + "cubes": [ + {"origin": [-3.5, 11.89031, -10.04925], "size": [7, 6, 8], "pivot": [-1, 10.92439, -5.80806], "rotation": [22.5, 0, 0], "uv": [34, 0]}, + {"origin": [-0.5, 13.84031, -10.3142], "size": [1, 1, 1], "inflate": -0.25, "pivot": [-1, 10.92439, -5.80806], "rotation": [22.5, 0, 0], "uv": [9, 6]} + ] + }, + { + "name": "left_eye2", + "parent": "head", + "pivot": [-1, 10.92439, -5.80806], + "cubes": [ + {"origin": [-3.5, 13.89183, -10.08283], "size": [2, 3, 0], "pivot": [1, 10.92439, -5.80806], "rotation": [22.5, 0, 0], "uv": [9, 0], "mirror": true} + ] + }, + { + "name": "eye_blink", + "parent": "left_eye2", + "pivot": [-2.4875, 13.70221, -11.36373], + "cubes": [ + {"origin": [-3.5, 13.89183, -10.45783], "size": [2, 3, 1], "inflate": -0.35, "pivot": [1, 10.92439, -5.80806], "rotation": [22.5, 0, 0], "uv": [34, 0], "mirror": true}, + {"origin": [-2.975, 15.34183, -10.29778], "size": [1, 1, 1], "inflate": -0.175, "pivot": [1, 10.92439, -5.80806], "rotation": [22.5, 0, 0], "uv": [9, 20], "mirror": true} + ] + }, + { + "name": "left_eye", + "parent": "head", + "pivot": [-1, 10.92439, -5.80806], + "cubes": [ + {"origin": [1.5, 13.89183, -10.08283], "size": [2, 3, 0], "pivot": [-1, 10.92439, -5.80806], "rotation": [22.5, 0, 0], "uv": [9, 0]} + ] + }, + { + "name": "eye_blink2", + "parent": "left_eye", + "pivot": [-1, 10.92439, -5.80806], + "cubes": [ + {"origin": [1.5, 13.89183, -10.45783], "size": [2, 3, 1], "inflate": -0.35, "pivot": [-1, 10.92439, -5.80806], "rotation": [22.5, 0, 0], "uv": [34, 0]}, + {"origin": [1.975, 15.34183, -10.29778], "size": [1, 1, 1], "inflate": -0.175, "pivot": [-1, 10.92439, -5.80806], "rotation": [22.5, 0, 0], "uv": [9, 20]} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [-1, 10.92439, -5.80806], + "cubes": [ + {"origin": [-2, 11.96531, -11.24925], "size": [4, 1, 1], "inflate": -0.15, "pivot": [-1, 10.92439, -5.80806], "rotation": [22.5, 0, 0], "uv": [48, 14]}, + {"origin": [1.675, 12.34031, -11.24925], "size": [2, 1, 1], "inflate": -0.15, "pivot": [-1, 10.92439, -5.80806], "rotation": [22.5, 0, 0], "uv": [48, 14]}, + {"origin": [-3.675, 12.34031, -11.24925], "size": [2, 1, 1], "inflate": -0.15, "pivot": [1, 10.92439, -5.80806], "rotation": [22.5, 0, 0], "uv": [48, 14], "mirror": true}, + {"origin": [-4, 11.84031, -11.04925], "size": [8, 2, 2], "pivot": [-1, 10.92439, -5.80806], "rotation": [22.5, 0, 0], "uv": [42, 44]}, + {"origin": [3.175, 12.5225, -11.45095], "size": [1, 1, 1], "inflate": -0.15, "pivot": [-0.625, 11.5225, -5.45095], "rotation": [22.5, 0, 0], "uv": [54, 25]}, + {"origin": [3.175, 12.8475, -10.75095], "size": [1, 1, 1], "inflate": -0.15, "pivot": [-0.625, 11.5225, -5.45095], "rotation": [22.5, 0, 0], "uv": [54, 25]}, + {"origin": [-4.175, 12.5225, -11.45095], "size": [1, 1, 1], "inflate": -0.15, "pivot": [0.625, 11.5225, -5.45095], "rotation": [22.5, 0, 0], "uv": [54, 25], "mirror": true}, + {"origin": [-4.175, 12.8725, -10.75095], "size": [1, 1, 1], "inflate": -0.15, "pivot": [0.625, 11.5225, -5.45095], "rotation": [22.5, 0, 0], "uv": [54, 25], "mirror": true} + ] + }, + { + "name": "head_part_1", + "parent": "head", + "pivot": [-3.5, 16.88631, -8.98581] + }, + { + "name": "ear_left", + "parent": "head_part_1", + "pivot": [2.5, 15.88631, -7.98581], + "rotation": [22.5, 0, 0], + "cubes": [ + {"origin": [2.10399, 15.27661, -3.49655], "size": [2, 2, 3], "pivot": [3.5, 16.269, -8.90969], "rotation": [19.87392, -3.12998, 28.2687], "uv": [39, 48], "mirror": true}, + {"origin": [1.05399, 15.25161, -8.49655], "size": [4, 4, 6], "pivot": [3.5, 16.269, -8.90969], "rotation": [19.87392, -3.12998, 28.2687], "uv": [22, 40], "mirror": true} + ] + }, + { + "name": "ear_right", + "parent": "head_part_1", + "pivot": [-2.5, 15.88631, -7.98581], + "rotation": [22.5, 0, 0], + "cubes": [ + {"origin": [-4.10399, 15.27661, -3.49655], "size": [2, 2, 3], "pivot": [-3.5, 16.269, -8.90969], "rotation": [19.87392, 3.12998, -28.2687], "uv": [39, 48]}, + {"origin": [-5.05399, 15.25161, -8.49655], "size": [4, 4, 6], "pivot": [-3.5, 16.269, -8.90969], "rotation": [19.87392, 3.12998, -28.2687], "uv": [22, 40]} + ] + }, + { + "name": "ri9ght_back_leg", + "parent": "body", + "pivot": [-2.5, 2.5, 4.5], + "cubes": [ + {"origin": [-4, 0, 3], "size": [3, 3, 3], "uv": [0, 26]} + ] + }, + { + "name": "right_front_leg", + "parent": "body", + "pivot": [-2.675, 2.5, -4.5], + "cubes": [ + {"origin": [-4.175, 0, -6], "size": [3, 3, 3], "uv": [0, 6]} + ] + }, + { + "name": "left_back_leg", + "parent": "body", + "pivot": [2.5, 2.43691, 4.28092], + "cubes": [ + {"origin": [1, -0.06309, 2.78092], "size": [3, 3, 3], "uv": [0, 26], "mirror": true} + ] + }, + { + "name": "left_front_leg", + "parent": "body", + "pivot": [2.675, 2.5, -4.5], + "cubes": [ + {"origin": [1.175, 0, -6], "size": [3, 3, 3], "uv": [0, 6], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/shellos/shellos_w.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/shellos/shellos_w.geo.json new file mode 100644 index 0000000..53bbb22 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/shellos/shellos_w.geo.json @@ -0,0 +1,201 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "body", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 0, 0] + }, + { + "name": "shelltop", + "parent": "torso", + "pivot": [0, 6.875, 0], + "cubes": [ + {"origin": [-5.1, 3.375, -7], "size": [10, 6, 14], "pivot": [0, 6.875, 0], "rotation": [-5, 0, 0], "uv": [0, 20]}, + {"origin": [-5.1, 3.375, 7.1], "size": [10, 6, 0], "pivot": [0, 6.875, 0], "rotation": [-5, 0, 0], "uv": [58, 0]}, + {"origin": [5, 3.375, -7], "size": [0, 6, 14], "pivot": [0, 6.875, 0], "rotation": [-5, 0, 0], "uv": [0, 40]}, + {"origin": [-5.2, 3.375, -7], "size": [0, 6, 14], "pivot": [0, 6.875, 0], "rotation": [-5, 0, 0], "uv": [0, 40], "mirror": true} + ] + }, + { + "name": "back_part_2", + "parent": "shelltop", + "pivot": [0, 6.875, 0], + "cubes": [ + {"origin": [1.925, 9.375, -2], "size": [2, 3, 2], "pivot": [0, 6.875, 0], "rotation": [-5, 0, 0], "uv": [81, 11]}, + {"origin": [-4.1, 9.375, -2], "size": [2, 3, 2], "pivot": [0, 6.875, 0], "rotation": [-5, 0, 0], "uv": [81, 11], "mirror": true}, + {"origin": [-2.5, 8.375, 0.625], "size": [2, 3, 2], "pivot": [0, 6.875, 0], "rotation": [-5, 0, 0], "uv": [81, 11], "mirror": true}, + {"origin": [0.5, 8.375, 0.625], "size": [2, 3, 2], "pivot": [0, 6.875, 0], "rotation": [-5, 0, 0], "uv": [81, 11]}, + {"origin": [-1.1, 8.375, 4], "size": [2, 3, 2], "pivot": [0, 6.875, 0], "rotation": [-5, 0, 0], "uv": [81, 11]} + ] + }, + { + "name": "body_bot", + "parent": "torso", + "pivot": [-0.1, 3.61246, -0.28544], + "cubes": [ + {"origin": [-5.1, 0.88746, -7.28544], "size": [10, 6, 14], "inflate": -0.5, "pivot": [-0.1, 3.61246, -0.28544], "rotation": [-1.25, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "neck_head", + "parent": "torso", + "pivot": [0.5, 12.88631, -5.26081] + }, + { + "name": "neck", + "parent": "neck_head", + "pivot": [0, 8.92439, -4.08306], + "cubes": [ + {"origin": [-2.5, 7.92439, -8.48306], "size": [5, 8, 5], "pivot": [-1, 12.92439, -6.08306], "rotation": [22.5, 0, 0], "uv": [34, 20]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0.5, 11.88631, -4.98581], + "rotation": [-17.5, 0, 0], + "cubes": [ + {"origin": [-3.5, 11.89031, -10.04925], "size": [7, 6, 8], "pivot": [-1, 10.92439, -5.80806], "rotation": [22.5, 0, 0], "uv": [34, 0]}, + {"origin": [-0.5, 13.84031, -10.3142], "size": [1, 1, 1], "inflate": -0.25, "pivot": [-1, 10.92439, -5.80806], "rotation": [22.5, 0, 0], "uv": [9, 6]} + ] + }, + { + "name": "left_eye2", + "parent": "head", + "pivot": [-1, 10.92439, -5.80806], + "cubes": [ + {"origin": [-2.975, 15.34183, -10.29778], "size": [1, 1, 1], "inflate": -0.175, "pivot": [1, 10.92439, -5.80806], "rotation": [22.5, 0, 0], "uv": [9, 20], "mirror": true}, + {"origin": [-3.5, 13.89183, -10.08283], "size": [2, 3, 0], "pivot": [1, 10.92439, -5.80806], "rotation": [22.5, 0, 0], "uv": [9, 0], "mirror": true}, + {"origin": [-3.5, 13.89183, -10.45783], "size": [2, 3, 1], "inflate": -0.35, "pivot": [1, 10.92439, -5.80806], "rotation": [22.5, 0, 0], "uv": [34, 0], "mirror": true} + ] + }, + { + "name": "left_eye", + "parent": "head", + "pivot": [-1, 10.92439, -5.80806], + "cubes": [ + {"origin": [1.975, 15.34183, -10.29778], "size": [1, 1, 1], "inflate": -0.175, "pivot": [-1, 10.92439, -5.80806], "rotation": [22.5, 0, 0], "uv": [9, 20]}, + {"origin": [1.5, 13.89183, -10.08283], "size": [2, 3, 0], "pivot": [-1, 10.92439, -5.80806], "rotation": [22.5, 0, 0], "uv": [9, 0]}, + {"origin": [1.5, 13.89183, -10.45783], "size": [2, 3, 1], "inflate": -0.35, "pivot": [-1, 10.92439, -5.80806], "rotation": [22.5, 0, 0], "uv": [34, 0]} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [-1, 10.92439, -5.80806], + "cubes": [ + {"origin": [-2, 11.96531, -11.24925], "size": [4, 1, 1], "inflate": -0.15, "pivot": [-1, 10.92439, -5.80806], "rotation": [22.5, 0, 0], "uv": [48, 14]}, + {"origin": [1.675, 12.34031, -11.24925], "size": [2, 1, 1], "inflate": -0.15, "pivot": [-1, 10.92439, -5.80806], "rotation": [22.5, 0, 0], "uv": [48, 14]}, + {"origin": [-3.675, 12.34031, -11.24925], "size": [2, 1, 1], "inflate": -0.15, "pivot": [1, 10.92439, -5.80806], "rotation": [22.5, 0, 0], "uv": [48, 14], "mirror": true}, + {"origin": [-4, 11.84031, -11.04925], "size": [8, 2, 2], "pivot": [-1, 10.92439, -5.80806], "rotation": [22.5, 0, 0], "uv": [42, 44]}, + {"origin": [3.175, 12.5225, -11.45095], "size": [1, 1, 1], "inflate": -0.15, "pivot": [-0.625, 11.5225, -5.45095], "rotation": [22.5, 0, 0], "uv": [54, 25]}, + {"origin": [3.175, 12.8475, -10.75095], "size": [1, 1, 1], "inflate": -0.15, "pivot": [-0.625, 11.5225, -5.45095], "rotation": [22.5, 0, 0], "uv": [54, 25]}, + {"origin": [-4.175, 12.5225, -11.45095], "size": [1, 1, 1], "inflate": -0.15, "pivot": [0.625, 11.5225, -5.45095], "rotation": [22.5, 0, 0], "uv": [54, 25], "mirror": true}, + {"origin": [-4.175, 12.8725, -10.75095], "size": [1, 1, 1], "inflate": -0.15, "pivot": [0.625, 11.5225, -5.45095], "rotation": [22.5, 0, 0], "uv": [54, 25], "mirror": true} + ] + }, + { + "name": "head_part_2", + "parent": "head", + "pivot": [-2.5, 16.57117, -9.34391] + }, + { + "name": "headpiece_3", + "parent": "head_part_2", + "pivot": [-1.975, 16.55811, -8.66025], + "rotation": [1.40817, 4.42082, -16.04424], + "cubes": [ + {"origin": [-2.975, 15.7581, -9.63097], "size": [2, 4, 2], "inflate": 0.075, "pivot": [-1.975, 16.42117, -8.81891], "rotation": [22.5, 0, 0], "uv": [89, 2], "mirror": true}, + {"origin": [-2.975, 18.7581, -9.63097], "size": [2, 3, 2], "inflate": 0.5, "pivot": [-1.975, 16.42117, -8.81891], "rotation": [22.5, 0, 0], "uv": [81, 2], "mirror": true} + ] + }, + { + "name": "headpiece_2", + "parent": "head_part_2", + "pivot": [1.975, 16.55811, -8.66025], + "rotation": [1.40817, -4.42082, 16.04424], + "cubes": [ + {"origin": [0.975, 15.7581, -9.63097], "size": [2, 4, 2], "inflate": 0.075, "pivot": [1.975, 16.42117, -8.81891], "rotation": [22.5, 0, 0], "uv": [89, 2]}, + {"origin": [0.975, 18.7581, -9.63097], "size": [2, 3, 2], "inflate": 0.5, "pivot": [1.975, 16.42117, -8.81891], "rotation": [22.5, 0, 0], "uv": [81, 2]} + ] + }, + { + "name": "headpiece_5", + "parent": "head_part_2", + "pivot": [-1.45, 17.53311, -6.18525], + "rotation": [-6.4116, -1.07057, -9.44004], + "cubes": [ + {"origin": [-2.45, 16.7331, -7.15597], "size": [2, 4, 2], "inflate": 0.075, "pivot": [-1.45, 17.39617, -6.34391], "rotation": [22.5, 0, 0], "uv": [89, 2], "mirror": true}, + {"origin": [-2.45, 19.7331, -7.15597], "size": [2, 3, 2], "inflate": 0.5, "pivot": [-1.45, 17.39617, -6.34391], "rotation": [22.5, 0, 0], "uv": [81, 2], "mirror": true} + ] + }, + { + "name": "headpiece_4", + "parent": "head_part_2", + "pivot": [1.45, 17.53311, -6.18525], + "rotation": [-6.4116, 1.07057, 9.44004], + "cubes": [ + {"origin": [0.45, 16.7331, -7.15597], "size": [2, 4, 2], "inflate": 0.075, "pivot": [1.45, 17.39617, -6.34391], "rotation": [22.5, 0, 0], "uv": [89, 2]}, + {"origin": [0.45, 19.7331, -7.15597], "size": [2, 3, 2], "inflate": 0.5, "pivot": [1.45, 17.39617, -6.34391], "rotation": [22.5, 0, 0], "uv": [81, 2]} + ] + }, + { + "name": "headpiece_1", + "parent": "head_part_2", + "pivot": [-0.025, 16.63311, -9.43525], + "cubes": [ + {"origin": [-1.025, 15.8331, -10.40597], "size": [2, 4, 2], "inflate": 0.075, "pivot": [-0.025, 16.49617, -9.59391], "rotation": [22.5, 0, 0], "uv": [89, 2]}, + {"origin": [-1.025, 18.8331, -10.40597], "size": [2, 3, 2], "inflate": 0.5, "pivot": [-0.025, 16.49617, -9.59391], "rotation": [22.5, 0, 0], "uv": [81, 2]} + ] + }, + { + "name": "ri9ght_back_leg", + "parent": "body", + "pivot": [-2.5, 1.5, 4.5], + "cubes": [ + {"origin": [-4, 0, 3], "size": [3, 3, 3], "uv": [0, 26]} + ] + }, + { + "name": "right_front_leg", + "parent": "body", + "pivot": [-2.675, 2.5, -4.5], + "cubes": [ + {"origin": [-4.175, 0, -6], "size": [3, 3, 3], "uv": [0, 6]} + ] + }, + { + "name": "left_back_leg", + "parent": "body", + "pivot": [2.5, 2.43691, 4.28092], + "cubes": [ + {"origin": [1, -0.06309, 2.78092], "size": [3, 3, 3], "uv": [0, 26], "mirror": true} + ] + }, + { + "name": "left_front_leg", + "parent": "body", + "pivot": [2.675, 2.5, -4.5], + "cubes": [ + {"origin": [1.175, 0, -6], "size": [3, 3, 3], "uv": [0, 6], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/shuppet/shuppet.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/shuppet/shuppet.geo.json new file mode 100644 index 0000000..f8e536e --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/shuppet/shuppet.geo.json @@ -0,0 +1,187 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.shuppet", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "shuppet", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "shuppet", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 0, 0] + }, + { + "name": "bone", + "parent": "torso", + "pivot": [0, 0, 0] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 4.5, 0], + "cubes": [ + {"origin": [-4, 5, -4], "size": [8, 7, 8], "uv": [0, 0]} + ] + }, + { + "name": "horn", + "parent": "head", + "pivot": [0, 12, 0], + "cubes": [ + {"origin": [-1.5, 11.5, -1.5], "size": [3, 5, 3], "uv": [0, 32]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [0, 0, 0] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-3, 1, -3], + "cubes": [ + {"origin": [-4.01, 7, -4.01], "size": [3, 3, 0], "uv": [18, 16]}, + {"origin": [-6.99, 7, -4.01], "size": [3, 3, 0], "pivot": [-4, 8.5, -4], "rotation": [0, 90, 0], "uv": [0, 18]} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-2.49, 8.5, -3.91], + "cubes": [ + {"origin": [-3.99, 7, -3.91], "size": [3, 3, 0], "inflate": 0.01, "uv": [0, 4]} + ] + }, + { + "name": "eyelid_right2", + "parent": "eye_right", + "pivot": [-3.91, 8.5, -2.49], + "cubes": [ + {"origin": [-7.01, 7, -3.91], "size": [3, 3, 0], "inflate": 0.01, "pivot": [-4, 8.5, -4], "rotation": [0, 90, 0], "uv": [0, 0]} + ] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [3.26, 8.5, -3.26], + "cubes": [ + {"origin": [1.01, 7, -4.01], "size": [3, 3, 0], "uv": [20, 32]}, + {"origin": [3.99, 7, -4.01], "size": [3, 3, 0], "pivot": [4, 8.5, -4], "rotation": [0, -90, 0], "uv": [13, 32]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [2.49, 8.5, -3.91], + "cubes": [ + {"origin": [0.99, 7, -3.91], "size": [3, 3, 0], "inflate": 0.01, "uv": [23, 27]} + ] + }, + { + "name": "eyelid_left2", + "parent": "eye_left", + "pivot": [3.91, 8.5, -2.49], + "cubes": [ + {"origin": [4.01, 7, -3.91], "size": [3, 3, 0], "inflate": 0.01, "pivot": [4, 8.5, -4], "rotation": [0, -90, 0], "uv": [18, 20]} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [0, 6, -4.01], + "cubes": [ + {"origin": [-2, 5.5, -4.01], "size": [4, 1, 0], "uv": [0, 16]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 5, 0], + "cubes": [ + {"origin": [-2, 3, -2], "size": [4, 2, 4], "uv": [27, 27]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [-0.5, 2.73895, -1.48289], + "cubes": [ + {"origin": [-4.5, 3, -5.5], "size": [4, 0, 4], "pivot": [1.5, 3, -1.5], "rotation": [7.5, 0, 0], "uv": [23, 36]} + ] + }, + { + "name": "tail2_sub", + "parent": "tail2", + "pivot": [2, 2.67368, -1.97861], + "cubes": [ + {"origin": [-0.5, 3, -6.5], "size": [5, 0, 5], "pivot": [1.5, 3, -1.5], "rotation": [7.5, 0, 0], "uv": [3, 26]} + ] + }, + { + "name": "tail3", + "parent": "tail", + "pivot": [0.5, 2.73895, 1.48289], + "cubes": [ + {"origin": [0.5, 3, 1.5], "size": [4, 0, 4], "pivot": [-1.5, 3, 1.5], "rotation": [-7.5, 0, 0], "uv": [25, 0]} + ] + }, + { + "name": "tail3_sub", + "parent": "tail3", + "pivot": [-2, 2.67368, 1.97861], + "cubes": [ + {"origin": [-4.5, 3, 1.5], "size": [5, 0, 5], "pivot": [-1.5, 3, 1.5], "rotation": [-7.5, 0, 0], "uv": [28, 0]} + ] + }, + { + "name": "tail4", + "parent": "tail", + "pivot": [1.48289, 2.73895, -0.5], + "cubes": [ + {"origin": [1.5, 3, -4.5], "size": [4, 0, 4], "pivot": [1.5, 3, 1.5], "rotation": [0, 0, 7.5], "uv": [23, 22]} + ] + }, + { + "name": "tail4_sub", + "parent": "tail4", + "pivot": [1.97861, 2.67368, 2], + "cubes": [ + {"origin": [1.5, 3, -0.5], "size": [5, 0, 5], "pivot": [1.5, 3, 1.5], "rotation": [0, 0, 7.5], "uv": [22, 17]} + ] + }, + { + "name": "tail5", + "parent": "tail", + "pivot": [-1.48289, 2.73895, 0.5], + "cubes": [ + {"origin": [-5.5, 3, 0.5], "size": [4, 0, 4], "pivot": [-1.5, 3, -1.5], "rotation": [0, 0, -7.5], "uv": [5, 21]} + ] + }, + { + "name": "tail5_sub", + "parent": "tail5", + "pivot": [-1.97861, 2.67368, -2], + "cubes": [ + {"origin": [-6.5, 3, -4.5], "size": [5, 0, 5], "pivot": [-1.5, 3, -1.5], "rotation": [0, 0, -7.5], "uv": [3, 16]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/sinistcha/sinistcha.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/sinistcha/sinistcha.geo.json new file mode 100644 index 0000000..cf59262 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/sinistcha/sinistcha.geo.json @@ -0,0 +1,661 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "sinischa", + "pivot": [0, 0, 0] + }, + { + "name": "body_whole", + "parent": "sinischa", + "pivot": [0, 0, 0], + "rotation": [0, 180, 0] + }, + { + "name": "cup", + "parent": "body_whole", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-5, 4.05, -4], "size": [1, 7, 8], "uv": [20, 23]}, + {"origin": [-3, 2.325, -3], "size": [6, 1, 6], "uv": [30, 21]}, + {"origin": [-4, 3.05, -4], "size": [8, 1, 8], "uv": [0, 14]}, + {"origin": [-5, 4.05, -5], "size": [10, 7, 1], "uv": [37, 37]}, + {"origin": [-5, 4.05, 4], "size": [10, 7, 1], "uv": [34, 0]}, + {"origin": [4, 4.05, -4], "size": [1, 7, 8], "uv": [24, 6]} + ] + }, + { + "name": "tea", + "parent": "cup", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-4, 4.05, -4], "size": [8, 6, 8], "uv": [0, 0]} + ] + }, + { + "name": "leg", + "parent": "cup", + "pivot": [1, 2.75, 0] + }, + { + "name": "right_leg", + "parent": "leg", + "pivot": [-1, 2.725, 0], + "cubes": [ + {"origin": [-2, -0.3, -1], "size": [2, 4, 2], "inflate": -0.325, "uv": [20, 23]} + ] + }, + { + "name": "left_leg", + "parent": "leg", + "pivot": [1, 2.75, 0], + "cubes": [ + {"origin": [0, 0.475, -1], "size": [2, 3, 2], "inflate": -0.325, "uv": [26, 0]} + ] + }, + { + "name": "body", + "parent": "body_whole", + "pivot": [-1.5, 0, -0.5] + }, + { + "name": "head", + "parent": "body", + "pivot": [-0.00833, 10.05833, 3.209], + "cubes": [ + {"origin": [-0.5, 12.85, 4.05], "size": [1, 1, 0], "uv": [0, 19]}, + {"origin": [-0.5, 13.325, 4.052], "size": [1, 1, 0], "uv": [0, 18]}, + {"origin": [-2.525, 8, -0.975], "size": [5, 8, 5], "uv": [0, 23]} + ] + }, + { + "name": "eye_left2", + "parent": "head", + "pivot": [1.05, 0, -0.475], + "cubes": [ + {"origin": [0.525, 13.1, 3.802], "size": [1, 1, 0], "inflate": -0.25, "uv": [0, 15]}, + {"origin": [0.875, 12.95, 3.652], "size": [1, 2, 0], "inflate": -0.4, "uv": [0, 2]}, + {"origin": [0.775, 14.25, 3.752], "size": [1, 1, 0], "inflate": -0.3, "uv": [0, 14]}, + {"origin": [0.775, 13.175, 4.05], "size": [1, 2, 0], "uv": [0, 0]} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [-1.5, 0, -0.475], + "cubes": [ + {"origin": [-2.025, 13.1, 3.802], "size": [1, 1, 0], "inflate": -0.25, "uv": [0, 16]}, + {"origin": [-1.675, 12.95, 3.652], "size": [1, 2, 0], "inflate": -0.4, "uv": [0, 4]}, + {"origin": [-1.775, 14.25, 3.752], "size": [1, 1, 0], "inflate": -0.3, "uv": [0, 17]}, + {"origin": [-1.775, 13.175, 4.05], "size": [1, 2, 0], "uv": [0, 6]} + ] + }, + { + "name": "hat", + "parent": "head", + "pivot": [-1, 0, -2], + "cubes": [ + {"origin": [-2, 16, -0.45], "size": [4, 2, 4], "uv": [12, 38]}, + {"origin": [-0.5, 16.4, 3.6], "size": [1, 1, 0], "uv": [46, 8]}, + {"origin": [-1.125, 16.4, 3.575], "size": [1, 2, 0], "pivot": [-1, 17.4, 3.6], "rotation": [0, 0, -37.75], "uv": [46, 10]}, + {"origin": [0.125, 16.4, 3.575], "size": [1, 2, 0], "pivot": [1, 17.4, 3.6], "rotation": [0, 0, 37.75], "uv": [46, 10], "mirror": true}, + {"origin": [-2, 17.75, -0.45], "size": [4, 2, 4], "inflate": -0.25, "uv": [0, 36]}, + {"origin": [-2, 19, -0.45], "size": [4, 2, 4], "uv": [34, 8]}, + {"origin": [-2, 21, 2.55], "size": [4, 2, 1], "uv": [30, 28]}, + {"origin": [-2, 21, 0.55], "size": [1, 2, 2], "uv": [38, 29]}, + {"origin": [1, 21, 0.55], "size": [1, 2, 2], "uv": [38, 33]}, + {"origin": [-2, 21, -0.45], "size": [4, 2, 1], "uv": [24, 38]} + ] + }, + { + "name": "string5", + "parent": "hat", + "pivot": [0.25, 16.149, 2.925], + "rotation": [0, 43.5, 0] + }, + { + "name": "rightt_straw", + "parent": "hat", + "pivot": [1.52263, 16.074, -0.4392] + }, + { + "name": "string14", + "parent": "rightt_straw", + "pivot": [1.52263, 16.074, -0.4392], + "rotation": [0, 90, 0], + "cubes": [ + {"origin": [1.02263, 16.074, -2.4392], "size": [1, 0, 3], "uv": [29, 21]} + ] + }, + { + "name": "bone28", + "parent": "string14", + "pivot": [1.52263, 16.01598, 0.58219], + "rotation": [-11.25, 0, 0], + "cubes": [ + {"origin": [1.02263, 16.73578, 0.23803], "size": [1, 0, 1], "pivot": [1.03021, 16.06905, -0.32143], "rotation": [-50, 0, 0], "uv": [0, 26]} + ] + }, + { + "name": "bone29", + "parent": "bone28", + "pivot": [1.52263, 15.31898, 1.21505], + "rotation": [-27.75, 0, 0], + "cubes": [ + {"origin": [1.02263, 15.6808, 0.57672], "size": [1, 0, 4], "pivot": [1.03021, 14.81766, 0.47462], "rotation": [-50, 0, 0], "uv": [2, 14]} + ] + }, + { + "name": "string15", + "parent": "rightt_straw", + "pivot": [1.52263, 16.074, 2.5108], + "rotation": [0, 90, 0], + "cubes": [ + {"origin": [1.02263, 16.074, 1.5108], "size": [1, 0, 2], "uv": [0, 6]} + ] + }, + { + "name": "bone30", + "parent": "string15", + "pivot": [1.52263, 16.01598, 3.53219], + "rotation": [-11.25, 0, 0], + "cubes": [ + {"origin": [1.02263, 16.73578, 3.18803], "size": [1, 0, 1], "pivot": [1.03021, 16.06905, 2.62857], "rotation": [-50, 0, 0], "uv": [25, 24]} + ] + }, + { + "name": "bone31", + "parent": "bone30", + "pivot": [1.52263, 15.31898, 4.16505], + "rotation": [-27.75, 0, 0], + "cubes": [ + {"origin": [1.02263, 15.6808, 3.52672], "size": [1, 0, 3], "pivot": [1.03021, 14.81766, 3.42462], "rotation": [-50, 0, 0], "uv": [27, 23]} + ] + }, + { + "name": "string16", + "parent": "rightt_straw", + "pivot": [1.52263, 16.074, 1.0358], + "rotation": [0, 90, 0], + "cubes": [ + {"origin": [1.02263, 16.074, 0.0358], "size": [1, 0, 2], "uv": [0, 4]} + ] + }, + { + "name": "bone32", + "parent": "string16", + "pivot": [1.52263, 16.01598, 2.05719], + "rotation": [-11.25, 0, 0], + "cubes": [ + {"origin": [1.02263, 16.73578, 1.71303], "size": [1, 0, 1], "pivot": [1.03021, 16.06905, 1.15357], "rotation": [-50, 0, 0], "uv": [25, 23]} + ] + }, + { + "name": "bone33", + "parent": "bone32", + "pivot": [1.52263, 15.31898, 2.69005], + "rotation": [-27.75, 0, 0], + "cubes": [ + {"origin": [1.02263, 15.6808, 2.05172], "size": [1, 0, 4], "pivot": [1.03021, 14.81766, 1.94962], "rotation": [-50, 0, 0], "uv": [0, 14]} + ] + }, + { + "name": "leftt_straw", + "parent": "hat", + "pivot": [-1.52263, 16.074, -0.4392] + }, + { + "name": "string10", + "parent": "leftt_straw", + "pivot": [-1.52263, 16.074, -0.4392], + "rotation": [0, -90, 0], + "cubes": [ + {"origin": [-2.02263, 16.074, -1.4392], "size": [1, 0, 2], "uv": [0, 14]} + ] + }, + { + "name": "bone20", + "parent": "string10", + "pivot": [-1.52263, 16.01598, 0.58219], + "rotation": [-11.25, 0, 0], + "cubes": [ + {"origin": [-2.02263, 16.73578, 0.23803], "size": [1, 0, 1], "pivot": [-1.03021, 16.06905, -0.32143], "rotation": [-50, 0, 0], "uv": [16, 26]} + ] + }, + { + "name": "bone21", + "parent": "bone20", + "pivot": [-1.52263, 15.31898, 1.21505], + "rotation": [-27.75, 0, 0], + "cubes": [ + {"origin": [-2.02263, 15.6808, 0.57672], "size": [1, 0, 4], "pivot": [-1.03021, 14.81766, 0.47462], "rotation": [-50, 0, 0], "uv": [20, 0]} + ] + }, + { + "name": "string4", + "parent": "leftt_straw", + "pivot": [-1.52263, 16.074, 2.5108], + "rotation": [0, -90, 0], + "cubes": [ + {"origin": [-2.02263, 16.074, 1.5108], "size": [1, 0, 2], "uv": [0, 18]} + ] + }, + { + "name": "bone7", + "parent": "string4", + "pivot": [-1.52263, 16.01598, 3.53219], + "rotation": [-11.25, 0, 0], + "cubes": [ + {"origin": [-2.02263, 16.73578, 3.18803], "size": [1, 0, 1], "pivot": [-1.03021, 16.06905, 2.62857], "rotation": [-50, 0, 0], "uv": [2, 27]} + ] + }, + { + "name": "bone8", + "parent": "bone7", + "pivot": [-1.52263, 15.31898, 4.16505], + "rotation": [-27.75, 0, 0], + "cubes": [ + {"origin": [-2.02263, 15.6808, 3.52672], "size": [1, 0, 3], "pivot": [-1.03021, 14.81766, 3.42462], "rotation": [-50, 0, 0], "uv": [29, 24]} + ] + }, + { + "name": "string9", + "parent": "leftt_straw", + "pivot": [-1.52263, 16.074, 1.0358], + "rotation": [0, -90, 0], + "cubes": [ + {"origin": [-2.02263, 16.074, 0.0358], "size": [1, 0, 2], "uv": [0, 16]} + ] + }, + { + "name": "bone9", + "parent": "string9", + "pivot": [-1.52263, 16.01598, 2.05719], + "rotation": [-11.25, 0, 0], + "cubes": [ + {"origin": [-2.02263, 16.73578, 1.71303], "size": [1, 0, 1], "pivot": [-1.03021, 16.06905, 1.15357], "rotation": [-50, 0, 0], "uv": [0, 27]} + ] + }, + { + "name": "bone19", + "parent": "bone9", + "pivot": [-1.52263, 15.31898, 2.69005], + "rotation": [-27.75, 0, 0], + "cubes": [ + {"origin": [-2.02263, 15.6808, 2.05172], "size": [1, 0, 4], "pivot": [-1.03021, 14.81766, 1.94962], "rotation": [-50, 0, 0], "uv": [20, 4]} + ] + }, + { + "name": "bone39", + "parent": "hat", + "pivot": [1.99763, 16.049, -0.0608] + }, + { + "name": "string19", + "parent": "bone39", + "pivot": [0.72263, 16.049, -0.0608], + "cubes": [ + {"origin": [0.22263, 16.049, -1.0608], "size": [1, 0, 2], "uv": [0, 0]} + ] + }, + { + "name": "bone40", + "parent": "string19", + "pivot": [0.72263, 15.99098, -1.08219], + "rotation": [11.25, 0, 0], + "cubes": [ + {"origin": [0.22263, 16.71078, -1.73803], "size": [1, 0, 1], "pivot": [0.23021, 16.04405, -0.17857], "rotation": [50, 0, 0], "uv": [25, 1]} + ] + }, + { + "name": "bone41", + "parent": "bone40", + "pivot": [0.72263, 15.29398, -1.71505], + "rotation": [27.75, 0, 0], + "cubes": [ + {"origin": [0.22263, 15.6558, -5.07672], "size": [1, 0, 4], "pivot": [0.23021, 14.79266, -0.97462], "rotation": [50, 0, 0], "uv": [0, 4]} + ] + }, + { + "name": "string20", + "parent": "bone39", + "pivot": [1.99763, 16.049, -0.0608], + "cubes": [ + {"origin": [1.49763, 16.049, -1.0608], "size": [1, 0, 4], "uv": [2, 0]} + ] + }, + { + "name": "bone42", + "parent": "string20", + "pivot": [1.99763, 15.99098, -1.08219], + "rotation": [11.25, 0, 0], + "cubes": [ + {"origin": [1.49763, 16.71078, -1.73803], "size": [1, 0, 1], "pivot": [1.50521, 16.04405, -0.17857], "rotation": [50, 0, 0], "uv": [25, 0]} + ] + }, + { + "name": "bone43", + "parent": "bone42", + "pivot": [1.99763, 15.29398, -1.71505], + "rotation": [27.75, 0, 0], + "cubes": [ + {"origin": [1.49763, 15.6558, -5.07672], "size": [1, 0, 4], "pivot": [1.50521, 14.79266, -0.97462], "rotation": [50, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "bone38", + "parent": "hat", + "pivot": [-1.99763, 16.049, -0.0608] + }, + { + "name": "string18", + "parent": "bone38", + "pivot": [-0.77263, 16.049, -0.0608], + "cubes": [ + {"origin": [-1.27263, 16.049, -1.0608], "size": [1, 0, 2], "uv": [0, 2]} + ] + }, + { + "name": "bone36", + "parent": "string18", + "pivot": [-0.77263, 15.99098, -1.08219], + "rotation": [11.25, 0, 0], + "cubes": [ + {"origin": [-1.27263, 16.71078, -1.73803], "size": [1, 0, 1], "pivot": [-0.28021, 16.04405, -0.17857], "rotation": [50, 0, 0], "uv": [25, 21]} + ] + }, + { + "name": "bone37", + "parent": "bone36", + "pivot": [-0.77263, 15.29398, -1.71505], + "rotation": [27.75, 0, 0], + "cubes": [ + {"origin": [-1.27263, 15.6558, -5.07672], "size": [1, 0, 4], "pivot": [-0.28021, 14.79266, -0.97462], "rotation": [50, 0, 0], "uv": [2, 4]} + ] + }, + { + "name": "string2", + "parent": "bone38", + "pivot": [-1.99763, 16.049, -0.0608], + "cubes": [ + {"origin": [-2.49763, 16.049, -1.0608], "size": [1, 0, 4], "uv": [2, 18]} + ] + }, + { + "name": "bone3", + "parent": "string2", + "pivot": [-1.99763, 15.99098, -1.08219], + "rotation": [11.25, 0, 0], + "cubes": [ + {"origin": [-2.49763, 16.71078, -1.73803], "size": [1, 0, 1], "pivot": [-1.50521, 16.04405, -0.17857], "rotation": [50, 0, 0], "uv": [14, 26]} + ] + }, + { + "name": "bone4", + "parent": "bone3", + "pivot": [-1.99763, 15.29398, -1.71505], + "rotation": [27.75, 0, 0], + "cubes": [ + {"origin": [-2.49763, 15.6558, -5.07672], "size": [1, 0, 4], "pivot": [-1.50521, 14.79266, -0.97462], "rotation": [50, 0, 0], "uv": [0, 18]} + ] + }, + { + "name": "string21", + "parent": "hat", + "pivot": [-2.05237, 16.049, 3.0608], + "rotation": [0, -23, 0], + "cubes": [ + {"origin": [-2.55237, 16.049, 1.0608], "size": [1, 0, 3], "uv": [23, 5]} + ] + }, + { + "name": "bone44", + "parent": "string21", + "pivot": [-2.05237, 15.99098, 4.08219], + "rotation": [-11.25, 0, 0], + "cubes": [ + {"origin": [-2.55237, 16.71078, 3.73803], "size": [1, 0, 1], "pivot": [-2.54479, 16.04405, 3.17857], "rotation": [-50, 0, 0], "uv": [0, 23]} + ] + }, + { + "name": "bone45", + "parent": "bone44", + "pivot": [-2.05237, 15.29398, 4.71505], + "rotation": [-27.75, 0, 0], + "cubes": [ + {"origin": [-2.55237, 15.6558, 4.07672], "size": [1, 0, 3], "pivot": [-2.54479, 14.79266, 3.97462], "rotation": [-50, 0, 0], "uv": [0, 23]} + ] + }, + { + "name": "string22", + "parent": "hat", + "pivot": [2.05237, 16.049, 3.0608], + "rotation": [0, 23, 0], + "cubes": [ + {"origin": [1.55237, 16.049, 1.0608], "size": [1, 0, 3], "uv": [25, 5]} + ] + }, + { + "name": "bone46", + "parent": "string22", + "pivot": [2.05237, 15.99098, 4.08219], + "rotation": [-11.25, 0, 0], + "cubes": [ + {"origin": [1.55237, 16.71078, 3.73803], "size": [1, 0, 1], "pivot": [2.54479, 16.04405, 3.17857], "rotation": [-50, 0, 0], "uv": [0, 25]} + ] + }, + { + "name": "bone47", + "parent": "bone46", + "pivot": [2.05237, 15.29398, 4.71505], + "rotation": [-27.75, 0, 0], + "cubes": [ + {"origin": [1.55237, 15.6558, 4.07672], "size": [1, 0, 3], "pivot": [2.54479, 14.79266, 3.97462], "rotation": [-50, 0, 0], "uv": [14, 23]} + ] + }, + { + "name": "string17", + "parent": "hat", + "pivot": [-0.82263, 16.049, 2.7108], + "rotation": [0, -16.75, 0], + "cubes": [ + {"origin": [-1.32263, 16.049, 1.2108], "size": [1, 0, 3], "uv": [12, 23]} + ] + }, + { + "name": "bone34", + "parent": "string17", + "pivot": [1.42263, 15.99098, 4.23219], + "rotation": [-11.25, 0, 0], + "cubes": [ + {"origin": [-1.32263, 16.71078, 3.88803], "size": [1, 0, 1], "pivot": [-0.33021, 16.04405, 3.32857], "rotation": [-50, 0, 0], "uv": [23, 21]} + ] + }, + { + "name": "bone35", + "parent": "bone34", + "pivot": [1.42263, 15.29398, 4.86505], + "rotation": [-27.75, 0, 0] + }, + { + "name": "string13", + "parent": "hat", + "pivot": [0.74763, 16.049, 2.7108], + "rotation": [0, 16.75, 0], + "cubes": [ + {"origin": [0.24763, 16.049, 1.2108], "size": [1, 0, 3], "uv": [27, 5]} + ] + }, + { + "name": "bone26", + "parent": "string13", + "pivot": [-1.49763, 15.99098, 4.23219], + "rotation": [-11.25, 0, 0], + "cubes": [ + {"origin": [0.24763, 16.71078, 3.88803], "size": [1, 0, 1], "pivot": [0.25521, 16.04405, 3.32857], "rotation": [-50, 0, 0], "uv": [0, 24]} + ] + }, + { + "name": "bone27", + "parent": "bone26", + "pivot": [-1.49763, 15.29398, 4.86505], + "rotation": [-27.75, 0, 0] + }, + { + "name": "string6", + "parent": "hat", + "pivot": [-1.99763, 16.049, 3.0608] + }, + { + "name": "bone13", + "parent": "string6", + "pivot": [-1.99763, 15.99098, 4.08219], + "rotation": [-11.25, 0, 0] + }, + { + "name": "bone14", + "parent": "bone13", + "pivot": [-1.99763, 15.29398, 4.71505], + "rotation": [-27.75, 0, 0] + }, + { + "name": "string", + "parent": "hat", + "pivot": [-1, 0, -2.575] + }, + { + "name": "bone", + "parent": "string", + "pivot": [-0.025, 16.07624, 4.13778], + "rotation": [8.5, 0, 0], + "cubes": [ + {"origin": [-0.525, 16.074, 4.125], "size": [1, 0, 1], "pivot": [-0.025, 16.074, 4.125], "rotation": [-71, 0, 0], "uv": [14, 27]} + ] + }, + { + "name": "bone2", + "parent": "bone", + "pivot": [-0.025, 15.299, 4.625], + "rotation": [-32.5, 0, 0] + }, + { + "name": "string3", + "parent": "string", + "pivot": [-1, 0, -2.575] + }, + { + "name": "bone5", + "parent": "string3", + "pivot": [-2, 0.999, -3.025] + }, + { + "name": "bone6", + "parent": "bone5", + "pivot": [-0.025, 15.299, 4.625], + "rotation": [-32.5, 0, 0] + }, + { + "name": "string12", + "parent": "string3", + "pivot": [-1, 0, -2.575] + }, + { + "name": "bone24", + "parent": "string12", + "pivot": [-2, 0.999, -3.025] + }, + { + "name": "bone25", + "parent": "bone24", + "pivot": [-0.025, 15.299, 4.625], + "rotation": [-32.5, 0, 0] + }, + { + "name": "string8", + "parent": "string", + "pivot": [-1, 0, -2.575], + "cubes": [ + {"origin": [-0.525, 16.074, 3.125], "size": [1, 0, 1], "uv": [2, 26]} + ] + }, + { + "name": "bone17", + "parent": "string8", + "pivot": [-2, 0.999, -3.025] + }, + { + "name": "bone18", + "parent": "bone17", + "pivot": [-0.025, 15.299, 4.625], + "rotation": [-32.5, 0, 0] + }, + { + "name": "string11", + "parent": "string8", + "pivot": [-1, 0, -2.575] + }, + { + "name": "bone22", + "parent": "string11", + "pivot": [-2, 0.999, -3.025] + }, + { + "name": "bone23", + "parent": "bone22", + "pivot": [-0.025, 15.299, 4.625], + "rotation": [-32.5, 0, 0] + }, + { + "name": "hand_r2", + "parent": "body", + "pivot": [1.975, 12, 3.5], + "rotation": [-29, 0, 0], + "cubes": [ + {"origin": [1.475, 12, 2.5], "size": [1, 0, 3], "uv": [31, 8]} + ] + }, + { + "name": "hand_finger2", + "parent": "hand_r2", + "pivot": [1.975, 12, 5.475], + "rotation": [-49.25, 0, 0], + "cubes": [ + {"origin": [1.475, 12.01859, 5.49056], "size": [1, 0, 2], "uv": [0, 20]}, + {"origin": [2.1, 11.975, 6.1], "size": [1, 0, 1], "pivot": [1.975, 11.975, 5.475], "rotation": [0, -57.75, 0], "uv": [19, 29]}, + {"origin": [-1.025, 11.975, 9.45], "size": [1, 0, 1], "pivot": [-2.025, 11.975, 5.475], "rotation": [0, 57.75, 0], "uv": [27, 21]} + ] + }, + { + "name": "hand_r", + "parent": "body", + "pivot": [-2, 12, 3.5], + "rotation": [-29, 0, 0], + "cubes": [ + {"origin": [-2.5, 12, 2.5], "size": [1, 0, 3], "uv": [31, 21]} + ] + }, + { + "name": "hand_finger", + "parent": "hand_r", + "pivot": [-2, 12, 5.475], + "rotation": [-49.25, 0, 0], + "cubes": [ + {"origin": [-2.5, 12.01859, 5.49056], "size": [1, 0, 2], "uv": [17, 23]}, + {"origin": [-3.125, 11.975, 6.1], "size": [1, 0, 1], "pivot": [-2, 11.975, 5.475], "rotation": [0, 57.75, 0], "uv": [29, 21]}, + {"origin": [0, 11.975, 9.45], "size": [1, 0, 1], "pivot": [2, 11.975, 5.475], "rotation": [0, -57.75, 0], "uv": [21, 29]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/sinistea/sinistea.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/sinistea/sinistea.geo.json new file mode 100644 index 0000000..18cd3b6 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/sinistea/sinistea.geo.json @@ -0,0 +1,233 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.sinistea", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 2, + "visible_bounds_height": 1.5, + "visible_bounds_offset": [0, 0.25, 0] + }, + "bones": [ + { + "name": "sinistea", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "sinistea", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 4.4, 0], + "cubes": [ + {"origin": [-2.5, 2.9, -2.5], "size": [5, 4, 5], "uv": [0, 0]} + ] + }, + { + "name": "drip", + "parent": "torso", + "pivot": [2.5, 6.751, -2.5], + "cubes": [ + {"origin": [2, 4.001, -4], "size": [2, 3, 2], "uv": [28, 15]} + ] + }, + { + "name": "arm_left", + "parent": "torso", + "pivot": [-3, 5.25, 0] + }, + { + "name": "segment5", + "parent": "arm_left", + "pivot": [-3.26187, 5.2128, 0], + "cubes": [ + {"origin": [-4.54946, 4.79597, -0.5], "size": [1, 3, 1], "pivot": [-4.04946, 5.93347, 0], "rotation": [0, 0, 127.5], "uv": [0, 0]} + ] + }, + { + "name": "segment4", + "parent": "segment5", + "pivot": [-4.64752, 6.52262, -0.001], + "cubes": [ + {"origin": [-6.48502, 5.86012, -0.501], "size": [1, 2, 1], "pivot": [-5.98502, 6.52262, 0.001], "rotation": [0, 0, 90], "uv": [0, 9]} + ] + }, + { + "name": "segment3", + "parent": "segment4", + "pivot": [-6.33589, 6.5682, 0], + "cubes": [ + {"origin": [-6.98144, 5.78018, -0.5], "size": [1, 1, 1], "pivot": [-6.48144, 6.44268, 0], "rotation": [0, 0, 40], "uv": [0, 12]} + ] + }, + { + "name": "segment2", + "parent": "segment3", + "pivot": [-6.79031, 6.00657, -0.001], + "cubes": [ + {"origin": [-7.29031, 4.25657, -0.501], "size": [1, 2, 1], "pivot": [-6.79031, 5.16907, 0.001], "rotation": [0, 0, 0], "uv": [0, 15]} + ] + }, + { + "name": "segment1", + "parent": "segment2", + "pivot": [-6.80716, 4.47421, 0], + "cubes": [ + {"origin": [-6.41999, 2.84628, -0.5], "size": [1, 2, 1], "pivot": [-5.91999, 3.17128, 0], "rotation": [0, 0, -35], "uv": [7, 15]} + ] + }, + { + "name": "hand", + "parent": "segment1", + "pivot": [-5.75, 3, 0] + }, + { + "name": "finger", + "parent": "hand", + "pivot": [-5.55075, 2.9059, 0.05256], + "cubes": [ + {"origin": [-6.05, 1.95, -0.5], "size": [2, 2, 1], "pivot": [-5.25, 2.9, 0], "rotation": [-1.67459, -14.81812, 12.82477], "uv": [18, 27]} + ] + }, + { + "name": "thumb", + "parent": "hand", + "pivot": [-5.77789, 2.3494, -0.20396], + "cubes": [ + {"origin": [-7.35, 1.9, -0.65], "size": [2, 1, 1], "pivot": [-6, 2.9, -0.25], "rotation": [4.24768, -14.30566, -10.4263], "uv": [22, 4]} + ] + }, + { + "name": "eyes", + "parent": "torso", + "pivot": [0, 0, 0] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [2.29478, 4.61084, -3.51], + "rotation": [0, 0, 2.5], + "cubes": [ + {"origin": [1.29478, 3.11084, -3.51], "size": [2, 3, 0], "uv": [0, 30]} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [2.29478, 4.61084, -3.41], + "cubes": [ + {"origin": [1.29478, 3.11084, -3.41], "size": [2, 3, 0], "inflate": 0.01, "uv": [0, 37]} + ] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [-2.29488, 4.6152, -3.51], + "rotation": [0, 0, -2.5], + "cubes": [ + {"origin": [-3.29488, 3.1152, -3.51], "size": [2, 3, 0], "uv": [5, 30]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [-2.29488, 4.6152, -3.41], + "cubes": [ + {"origin": [-3.29488, 3.1152, -3.41], "size": [2, 3, 0], "inflate": 0.01, "uv": [5, 37]} + ] + }, + { + "name": "mouth", + "parent": "torso", + "pivot": [0, 0, 0] + }, + { + "name": "mouth_open", + "parent": "mouth", + "pivot": [0, 2.6, -3.51], + "cubes": [ + {"origin": [-1, 2.1, -3.51], "size": [2, 1, 0], "uv": [15, 4]} + ] + }, + { + "name": "mouth_closed", + "parent": "mouth", + "pivot": [0, 3, -3.41], + "cubes": [ + {"origin": [-1, 2.1, -3.41], "size": [2, 1, 0], "inflate": 0.01, "uv": [0, 4]} + ] + }, + { + "name": "cup", + "parent": "body", + "pivot": [0, 4, 0] + }, + { + "name": "top_body", + "parent": "cup", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-3.75, 6.401, -3.75], "size": [6, 1, 1], "uv": [27, 20]}, + {"origin": [-3.75, 6.401, 2.75], "size": [7, 1, 1], "uv": [0, 27]}, + {"origin": [2.75, 6.4, -2.25], "size": [1, 1, 6], "uv": [22, 0]}, + {"origin": [-3.75, 6.4, -3], "size": [1, 1, 6], "uv": [21, 8]} + ] + }, + { + "name": "cup_body_main", + "parent": "cup", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-3.5, 2, -3.5], "size": [7, 5, 1], "uv": [12, 21]}, + {"origin": [-3.5, 2, 2.5], "size": [7, 5, 1], "uv": [12, 15]}, + {"origin": [-3.5, 2, -2.5], "size": [1, 5, 5], "uv": [15, 4]}, + {"origin": [2.5, 2, -2.5], "size": [1, 5, 5], "uv": [0, 15]} + ] + }, + { + "name": "base", + "parent": "cup", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-2.5, 1, -2.5], "size": [5, 1, 5], "uv": [0, 9]}, + {"origin": [-1, 0.9, -1.3], "size": [2, 0, 1], "uv": [25, 30]} + ] + }, + { + "name": "cup_handle", + "parent": "cup", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-5.13172, 1.74535, -0.5], "size": [4, 1, 1], "pivot": [-2.38172, 2.24535, 0], "rotation": [0, 0, 12.5], "uv": [0, 25]} + ] + }, + { + "name": "bot_base", + "parent": "cup", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-2, 0, -3], "size": [5, 1, 1], "uv": [15, 2]}, + {"origin": [-3, 0, 2], "size": [5, 1, 1], "uv": [15, 0]}, + {"origin": [-3, 0, -3], "size": [1, 1, 5], "uv": [11, 27]}, + {"origin": [2, 0, -2], "size": [1, 1, 5], "uv": [23, 22]} + ] + }, + { + "name": "decor", + "parent": "cup", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-1, 2.1, 3.51], "size": [2, 1, 0], "uv": [0, 36]}, + {"origin": [-3.3, 3.05, 3.51], "size": [2, 3, 0], "pivot": [-2.3, 4.65, 3.51], "rotation": [0, 0, -2.5], "uv": [5, 33]}, + {"origin": [1.3, 3.05, 3.51], "size": [2, 3, 0], "pivot": [2.3, 4.65, 3.51], "rotation": [0, 0, 2.5], "uv": [0, 33]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/skiddo/skiddo.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/skiddo/skiddo.geo.json new file mode 100644 index 0000000..9d92c78 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/skiddo/skiddo.geo.json @@ -0,0 +1,273 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "body", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 8.5, 3.75], + "cubes": [ + {"origin": [-3, 6.75, 0], "size": [6, 6, 8], "uv": [0, 28]}, + {"origin": [-3, 6.75, -5], "size": [6, 6, 6], "inflate": 0.01, "uv": [0, 42]} + ] + }, + { + "name": "bone", + "parent": "torso", + "pivot": [3, 4.75, 1], + "cubes": [ + {"origin": [-4, 7.75, -6], "size": [8, 7, 15], "uv": [0, 0]}, + {"origin": [-4, 15.025, -6], "size": [8, 0, 15], "uv": [-6, 69]}, + {"origin": [-4, 14.85, -6], "size": [8, 0, 15], "uv": [-5, 86]} + ] + }, + { + "name": "head", + "parent": "bone", + "pivot": [0, 11, -8] + }, + { + "name": "head2", + "parent": "head", + "pivot": [-0.15142, 14.34154, -5.62368], + "cubes": [ + {"origin": [-3.11656, 13.25456, -10.32646], "size": [6, 6, 6], "uv": [39, 0]}, + {"origin": [2.88344, 14.25456, -7.32646], "size": [4, 4, 0], "pivot": [2.88344, 17.25456, -7.32646], "rotation": [0, -27.5, 0], "uv": [50, 44]}, + {"origin": [-7.11656, 14.25456, -7.32646], "size": [4, 4, 0], "pivot": [-3.11656, 17.25456, -7.32646], "rotation": [0, 27.5, 0], "uv": [50, 44], "mirror": true}, + {"origin": [-3.11656, 13.25456, -11.32646], "size": [6, 2, 1], "uv": [0, 9]}, + {"origin": [-1.11656, 14.67956, -12.07646], "size": [2, 1, 1], "uv": [0, 60]} + ] + }, + { + "name": "ear_right", + "parent": "head2", + "pivot": [-2.11656, 18.60456, -6.82646] + }, + { + "name": "ear_left2", + "parent": "head2", + "pivot": [-2.11656, 18.60456, -6.82646], + "cubes": [ + {"origin": [-3.51656, 18.67956, -7.65146], "size": [2, 3, 1], "pivot": [-2.11656, 18.60456, -6.82646], "rotation": [-12.2127, -2.68507, -72.2127], "uv": [28, 34], "mirror": true} + ] + }, + { + "name": "ear_left", + "parent": "head2", + "pivot": [1.88344, 18.60456, -6.82646], + "cubes": [ + {"origin": [1.28344, 18.67956, -7.65146], "size": [2, 3, 1], "pivot": [1.88344, 18.60456, -6.82646], "rotation": [-12.2127, 2.68507, 72.2127], "uv": [28, 34]} + ] + }, + { + "name": "horn_right", + "parent": "head2", + "pivot": [-3.12026, 21.08119, -6.57646], + "cubes": [ + {"origin": [-2.11656, 19.00456, -7.57646], "size": [2, 2, 2], "pivot": [-1.11656, 19.00456, -6.57646], "rotation": [0, 0, -10], "uv": [36, 44], "mirror": true}, + {"origin": [-2.40683, 19.99567, -7.57646], "size": [2, 4, 2], "inflate": -0.2, "pivot": [-1.31251, 20.65898, -6.57646], "rotation": [0, 0, -64.25], "uv": [22, 52], "mirror": true}, + {"origin": [-1.35683, 22.99567, -7.57646], "size": [2, 4, 2], "inflate": -0.425, "pivot": [-1.31251, 20.65898, -6.57646], "rotation": [0, 0, -83.5], "uv": [18, 42], "mirror": true} + ] + }, + { + "name": "horn_left", + "parent": "head2", + "pivot": [2.88713, 21.08119, -6.57646], + "cubes": [ + {"origin": [-0.11656, 19.00456, -7.57646], "size": [2, 2, 2], "pivot": [0.88344, 19.00456, -6.57646], "rotation": [0, 0, 10], "uv": [36, 44]}, + {"origin": [0.1737, 19.99567, -7.57646], "size": [2, 4, 2], "inflate": -0.2, "pivot": [1.07938, 20.65898, -6.57646], "rotation": [0, 0, 64.25], "uv": [22, 52]}, + {"origin": [-0.8763, 22.99567, -7.57646], "size": [2, 4, 2], "inflate": -0.425, "pivot": [1.07938, 20.65898, -6.57646], "rotation": [0, 0, 83.5], "uv": [18, 42]} + ] + }, + { + "name": "gote", + "parent": "head2", + "pivot": [-0.11656, 13.95456, -9.97646], + "cubes": [ + {"origin": [-0.61656, 11.95456, -9.95146], "size": [1, 2, 0], "pivot": [-0.11656, 13.95456, -9.97646], "rotation": [-18.23743, 18.85663, 44.44644], "uv": [64, 0], "mirror": true}, + {"origin": [-0.61656, 11.95456, -9.97646], "size": [1, 2, 0], "pivot": [-0.11656, 13.95456, -9.97646], "rotation": [-26, 0, 0], "uv": [64, 0]}, + {"origin": [-0.61656, 11.95456, -9.95146], "size": [1, 2, 0], "pivot": [-0.11656, 13.95456, -9.97646], "rotation": [-18.23743, -18.85663, -44.44644], "uv": [64, 0]} + ] + }, + { + "name": "eye_right", + "parent": "head2", + "pivot": [1.88344, 17.25456, -9.50146], + "cubes": [ + {"origin": [1.88344, 16.25456, -10.50146], "size": [1, 1, 1], "inflate": -0.15, "uv": [0, 0]} + ] + }, + { + "name": "eye_left", + "parent": "head2", + "pivot": [-2.11656, 17.25456, -9.50146], + "cubes": [ + {"origin": [-3.11656, 16.25456, -10.50146], "size": [1, 1, 1], "inflate": -0.15, "uv": [0, 0], "mirror": true} + ] + }, + { + "name": "ruff", + "parent": "bone", + "pivot": [0, 12.7607, -4.99373], + "rotation": [42.5, 0, 0], + "cubes": [ + {"origin": [-4.5, 10.1732, -8.49373], "size": [9, 5, 7], "uv": [23, 22]}, + {"origin": [-4, 10.8482, -7.99373], "size": [8, 4, 6], "inflate": 0.25, "uv": [28, 34]} + ] + }, + { + "name": "tail3", + "parent": "bone", + "pivot": [0.025, 14.675, 8.77205], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [-0.075, 14.65, 9], "size": [2, 0, 4], "pivot": [0.925, 14.725, 9], "rotation": [0, 34, 0], "uv": [6, 0]}, + {"origin": [-0.925, 14.725, 9], "size": [2, 0, 4], "uv": [0, 32]}, + {"origin": [-1.925, 14.65, 9], "size": [2, 0, 4], "pivot": [-0.925, 14.725, 9], "rotation": [0, -34, 0], "uv": [0, 28]} + ] + }, + { + "name": "bone5", + "parent": "bone", + "pivot": [0, 7.75, -6], + "cubes": [ + {"origin": [-4, 4.75, -6], "size": [8, 3, 0], "uv": [50, 34]} + ] + }, + { + "name": "bone4", + "parent": "bone", + "pivot": [0, 6.75, 7], + "cubes": [ + {"origin": [-4, 4.75, 9], "size": [8, 3, 0], "pivot": [0, 7.725, 9], "rotation": [0, 180, 0], "uv": [50, 37]} + ] + }, + { + "name": "bone2", + "parent": "bone", + "pivot": [4, 6.75, 0.5], + "cubes": [ + {"origin": [4, 4.75, -6], "size": [0, 3, 15], "uv": [0, 10], "mirror": true} + ] + }, + { + "name": "bone3", + "parent": "bone", + "pivot": [-4, 6.75, 0.5], + "cubes": [ + {"origin": [-4, 4.75, -6], "size": [0, 3, 15], "uv": [0, 10]} + ] + }, + { + "name": "leg_front_right", + "parent": "body", + "pivot": [2.25, 8.5, -3], + "cubes": [ + {"origin": [0.75, 5, -4.5], "size": [3, 5, 3], "uv": [48, 20]} + ] + }, + { + "name": "leg_front_right2", + "parent": "leg_front_right", + "pivot": [2.25, 6, -3.75], + "cubes": [ + {"origin": [1.25, 1.25, -3.75], "size": [2, 4, 2], "uv": [0, 54]} + ] + }, + { + "name": "leg_front_right3", + "parent": "leg_front_right2", + "pivot": [2.25, 1.5, -2.75], + "cubes": [ + {"origin": [1.25, 0, -4], "size": [2, 2, 2], "inflate": 0.01, "uv": [14, 56]} + ] + }, + { + "name": "leg_front_left", + "parent": "body", + "pivot": [-2.25, 8.5, -3], + "cubes": [ + {"origin": [-3.75, 5, -4.5], "size": [3, 5, 3], "uv": [48, 20], "mirror": true} + ] + }, + { + "name": "leg_front_left2", + "parent": "leg_front_left", + "pivot": [-2.25, 5, -3.75], + "cubes": [ + {"origin": [-3.25, 1.25, -3.75], "size": [2, 4, 2], "uv": [0, 54], "mirror": true} + ] + }, + { + "name": "leg_front_left3", + "parent": "leg_front_left2", + "pivot": [-2.25, 1.5, -2.75], + "cubes": [ + {"origin": [-3.25, 0, -4], "size": [2, 2, 2], "inflate": 0.01, "uv": [14, 56]} + ] + }, + { + "name": "leg_back_right", + "parent": "body", + "pivot": [2.25, 8.5, 5.5], + "cubes": [ + {"origin": [0.75, 5, 3.5], "size": [3, 5, 4], "uv": [40, 44]} + ] + }, + { + "name": "leg_back_right2", + "parent": "leg_back_right", + "pivot": [2.25, 5, 7], + "cubes": [ + {"origin": [1.25, 1.25, 5.75], "size": [2, 4, 2], "uv": [0, 54]} + ] + }, + { + "name": "leg_back_right3", + "parent": "leg_back_right2", + "pivot": [2.25, 1.5, 6.75], + "cubes": [ + {"origin": [1.25, 0, 5.5], "size": [2, 2, 2], "inflate": 0.01, "uv": [14, 56]} + ] + }, + { + "name": "leg_back_left", + "parent": "body", + "pivot": [-2.25, 8.5, 5.5], + "cubes": [ + {"origin": [-3.75, 5, 3.5], "size": [3, 5, 4], "uv": [40, 44], "mirror": true} + ] + }, + { + "name": "leg_back_left2", + "parent": "leg_back_left", + "pivot": [-2.25, 5, 7], + "cubes": [ + {"origin": [-3.25, 1.25, 5.75], "size": [2, 4, 2], "uv": [0, 54], "mirror": true} + ] + }, + { + "name": "leg_back_left3", + "parent": "leg_back_left2", + "pivot": [-2.25, 1.5, 6.75], + "cubes": [ + {"origin": [-3.25, 0, 5.5], "size": [2, 2, 2], "inflate": 0.01, "uv": [14, 56]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/skiploom/skiploom.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/skiploom/skiploom.geo.json new file mode 100644 index 0000000..13a774d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/skiploom/skiploom.geo.json @@ -0,0 +1,310 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.skiploom", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "skiploom", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "skiploom", + "pivot": [0, 6.67, -0.05] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [3.75, 2, 6], + "cubes": [ + {"origin": [2.25, -1, 5], "size": [3, 4, 2], "uv": [35, 41]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-3.75, 2, 6], + "cubes": [ + {"origin": [-5.25, -1, 5], "size": [3, 4, 2], "uv": [0, 40]} + ] + }, + { + "name": "head", + "parent": "body", + "pivot": [0, 2.11772, 6], + "cubes": [ + {"origin": [-6, 2, -6], "size": [12, 9, 12], "uv": [0, 0]}, + {"origin": [0.5, 5.25, -6], "size": [3, 1, 0], "inflate": 0.006, "pivot": [0.25, 5.25, -6], "rotation": [0, 0, -7.5], "uv": [0, 24]}, + {"origin": [3.47212, 5.67458, -6], "size": [1, 1, 0], "inflate": 0.003, "pivot": [3.475, 5.675, -6], "rotation": [0, 0, -47.5], "uv": [0, 9]}, + {"origin": [-0.5, 5, -6], "size": [1, 1, 0], "inflate": 0.003, "uv": [0, 10]}, + {"origin": [-3.5, 5.25, -6], "size": [3, 1, 0], "inflate": 0.006, "pivot": [-0.25, 5.25, -6], "rotation": [0, 0, 7.5], "uv": [24, 21]}, + {"origin": [-4.47212, 5.67458, -6], "size": [1, 1, 0], "inflate": 0.003, "pivot": [-3.475, 5.675, -6], "rotation": [0, 0, 47.5], "uv": [2, 9]}, + {"origin": [-1.5, 10.75, -1.5], "size": [3, 1, 3], "uv": [37, 37]} + ] + }, + { + "name": "tail", + "parent": "head", + "pivot": [0, 3, 6], + "cubes": [ + {"origin": [-1, 3, 5.75], "size": [2, 1, 2], "uv": [0, 21]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 3, 7.75], + "cubes": [ + {"origin": [-1.5, 3, 7.75], "size": [3, 1, 3], "uv": [35, 33]} + ] + }, + { + "name": "arm_right", + "parent": "head", + "pivot": [-4.75, 3.25, -6], + "cubes": [ + {"origin": [-5.75, 2.25, -8.5], "size": [2, 2, 3], "uv": [41, 7]} + ] + }, + { + "name": "arm_left", + "parent": "head", + "pivot": [4.75, 3.25, -6], + "cubes": [ + {"origin": [3.75, 2.25, -8.5], "size": [2, 2, 3], "uv": [10, 42]} + ] + }, + { + "name": "ear_right", + "parent": "head", + "pivot": [-6, 10.5, 0], + "cubes": [ + {"origin": [-9, 8.5, -3.5], "size": [4, 2, 7], "uv": [0, 31]} + ] + }, + { + "name": "ear_right2", + "parent": "ear_right", + "pivot": [-9, 8.5, 0], + "cubes": [ + {"origin": [-14, 8.5, -4], "size": [5, 2, 8], "uv": [0, 21]} + ] + }, + { + "name": "ear_left", + "parent": "head", + "pivot": [6, 10.5, 0], + "cubes": [ + {"origin": [5, 8.5, -3.5], "size": [4, 2, 7], "uv": [15, 33]} + ] + }, + { + "name": "ear_left2", + "parent": "ear_left", + "pivot": [9, 8.5, 0], + "cubes": [ + {"origin": [9, 8.5, -4], "size": [5, 2, 8], "uv": [18, 23]} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [0, 0.75, 0], + "cubes": [ + {"origin": [1.75, 7.45, -6], "size": [2, 2, 0], "inflate": 0.003, "uv": [0, 2]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [0, 0.75, -1], + "cubes": [ + {"origin": [1.75, 7.45, -5.9], "size": [2, 2, 0], "inflate": 0.007, "uv": [0, 4]} + ] + }, + { + "name": "pupil_left", + "parent": "eye_left", + "pivot": [0, 0.75, 0], + "cubes": [ + {"origin": [2, 8.35, -6], "size": [1, 1, 0], "inflate": 0.006, "uv": [0, 8]} + ] + }, + { + "name": "eye_right", + "parent": "head", + "pivot": [0, 0.75, 0], + "cubes": [ + {"origin": [-3.75, 7.45, -6], "size": [2, 2, 0], "inflate": 0.003, "uv": [0, 6]} + ] + }, + { + "name": "bone", + "parent": "eye_right", + "pivot": [0, 0.75, 0] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [0, 0.75, -1], + "cubes": [ + {"origin": [-3.75, 7.45, -5.9], "size": [2, 2, 0], "inflate": 0.007, "uv": [0, 0]} + ] + }, + { + "name": "pupil_right", + "parent": "eye_right", + "pivot": [0, 0.75, 0], + "cubes": [ + {"origin": [-3, 8.35, -6], "size": [1, 1, 0], "inflate": 0.006, "uv": [2, 8]} + ] + }, + { + "name": "propeller", + "parent": "head", + "pivot": [0, 11, 0] + }, + { + "name": "petal_northeast", + "parent": "propeller", + "pivot": [-1.5, 11.2, -1.5], + "rotation": [0, -45, 0], + "cubes": [ + {"origin": [-3.87868, 11.2, -3], "size": [4, 0, 3], "uv": [33, 7]} + ] + }, + { + "name": "petal_northeast2", + "parent": "petal_northeast", + "pivot": [-3.87868, 11.2, -1.5], + "cubes": [ + {"origin": [-6.87868, 11.2, -3.5], "size": [3, 0, 4], "uv": [0, 4]} + ] + }, + { + "name": "petal_northwest", + "parent": "propeller", + "pivot": [1.5, 11.1, -1.5], + "rotation": [0, 45, 0], + "cubes": [ + {"origin": [-0.12132, 11.1, -3], "size": [4, 0, 3], "uv": [33, 21]} + ] + }, + { + "name": "petal_northwest2", + "parent": "petal_northwest", + "pivot": [3.87868, 11.1, -1.5], + "cubes": [ + {"origin": [3.87868, 11.1, -3.5], "size": [3, 0, 4], "uv": [0, 8]} + ] + }, + { + "name": "petal_southeast", + "parent": "propeller", + "pivot": [-1.5, 11.1, 1.5], + "rotation": [0, 45, 0], + "cubes": [ + {"origin": [-3.87868, 11.1, 0], "size": [4, 0, 3], "uv": [33, 4]} + ] + }, + { + "name": "petal_southeast2", + "parent": "petal_southeast", + "pivot": [-3.87868, 11.1, 1.5], + "cubes": [ + {"origin": [-6.87868, 11.1, -0.5], "size": [3, 0, 4], "uv": [0, 0]} + ] + }, + { + "name": "petal_southwest", + "parent": "propeller", + "pivot": [1.5, 11.2, 1.5], + "rotation": [0, -45, 0], + "cubes": [ + {"origin": [-0.12132, 11.2, 0], "size": [4, 0, 3], "uv": [33, 24]} + ] + }, + { + "name": "petal_southwest2", + "parent": "petal_southwest", + "pivot": [3.87868, 11.2, 1.5], + "cubes": [ + {"origin": [3.87868, 11.2, -0.5], "size": [3, 0, 4], "uv": [14, 21]} + ] + }, + { + "name": "petal_east", + "parent": "propeller", + "pivot": [-1.5, 11, 0], + "cubes": [ + {"origin": [-4.5, 11, -1.5], "size": [3, 0, 3], "uv": [12, 33]} + ] + }, + { + "name": "petal_east2", + "parent": "petal_east", + "pivot": [-4.5, 11, 0], + "cubes": [ + {"origin": [-7.5, 11, -2], "size": [3, 0, 4], "uv": [14, 25]} + ] + }, + { + "name": "petal_west", + "parent": "propeller", + "pivot": [1.5, 11, 0], + "cubes": [ + {"origin": [1.5, 11, -1.5], "size": [3, 0, 3], "uv": [27, 37]} + ] + }, + { + "name": "petal_west2", + "parent": "petal_west", + "pivot": [4.5, 11, 0], + "cubes": [ + {"origin": [4.5, 11, -2], "size": [3, 0, 4], "uv": [32, 0]} + ] + }, + { + "name": "petal_south", + "parent": "propeller", + "pivot": [0, 11, 1.5], + "cubes": [ + {"origin": [-1.5, 11, 1.5], "size": [3, 0, 3], "uv": [39, 0]} + ] + }, + { + "name": "petal_south2", + "parent": "petal_south", + "pivot": [0, 11, 4.5], + "cubes": [ + {"origin": [-2, 11, 4.5], "size": [4, 0, 3], "uv": [27, 33]} + ] + }, + { + "name": "petal_north", + "parent": "propeller", + "pivot": [0, 11, -1.5], + "cubes": [ + {"origin": [-1.5, 11, -4.5], "size": [3, 0, 3], "uv": [41, 3]} + ] + }, + { + "name": "petal_north2", + "parent": "petal_north", + "pivot": [0, 11, -4.5], + "cubes": [ + {"origin": [-2, 11, -7.5], "size": [4, 0, 3], "uv": [33, 27]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/skitty.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/skitty.geo.json new file mode 100644 index 0000000..fa678b9 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/skitty.geo.json @@ -0,0 +1,186 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.skitty", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "body", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-3, 1.75, -4], "size": [6, 4, 8], "uv": [0, 14]} + ] + }, + { + "name": "head", + "parent": "body", + "pivot": [0, 5.75, -2.5], + "cubes": [ + {"origin": [-4.5, 5.75, -8], "size": [9, 7, 7], "uv": [0, 0]}, + {"origin": [-0.25, 6.75, -8.01], "size": [0.5, 0.5, 0], "uv": [2, 36], "mirror": true} + ] + }, + { + "name": "ear_r", + "parent": "head", + "pivot": [-4.5, 12.75, -4.5], + "rotation": [0, 15, -35], + "cubes": [ + {"origin": [-7, 9.25, -5], "size": [5, 5, 2], "uv": [0, 26]}, + {"origin": [-6, 14.25, -5], "size": [3, 2, 2], "uv": [22, 30]}, + {"origin": [-5.5, 16.25, -5], "size": [2, 1, 2], "uv": [30, 32]} + ] + }, + { + "name": "hairs_l2", + "parent": "ear_r", + "pivot": [-4.5, 17.25, -4], + "cubes": [ + {"origin": [-4.875, 16.5, -4], "size": [0.75, 2, 0], "uv": [4, 39]}, + {"origin": [-5.5, 16, -4], "size": [0.75, 2, 0], "pivot": [-5.5, 17.25, -4], "rotation": [0, 0, -30], "uv": [4, 39]}, + {"origin": [-4.25, 16, -4], "size": [0.75, 2, 0], "pivot": [-3.5, 17.25, -4], "rotation": [0, 0, 30], "uv": [4, 37]} + ] + }, + { + "name": "ear_l", + "parent": "head", + "pivot": [4.5, 12.75, -4.5], + "rotation": [0, -15, 35], + "cubes": [ + {"origin": [2, 9.25, -5], "size": [5, 5, 2], "uv": [25, 0]}, + {"origin": [3, 14.25, -5], "size": [3, 2, 2], "uv": [27, 14]}, + {"origin": [3.5, 16.25, -5], "size": [2, 1, 2], "uv": [32, 11]} + ] + }, + { + "name": "hairs_l", + "parent": "ear_l", + "pivot": [4.5, 17.25, -4], + "cubes": [ + {"origin": [4.125, 16.5, -4], "size": [0.75, 2, 0], "uv": [4, 39]}, + {"origin": [3.5, 16, -4], "size": [0.75, 2, 0], "pivot": [3.5, 17.25, -4], "rotation": [0, 0, -30], "uv": [5, 37]}, + {"origin": [4.75, 16, -4], "size": [0.75, 2, 0], "pivot": [5.5, 17.25, -4], "rotation": [0, 0, 30], "uv": [5, 39]} + ] + }, + { + "name": "r_eye", + "parent": "head", + "pivot": [-0.25, 5.75, -2.5], + "cubes": [ + {"origin": [-3.25, 7.75, -8.01], "size": [1.75, 0.5, 0], "pivot": [-1.5, 8.25, -8.1], "rotation": [0, 0, 10], "uv": [2, 36], "mirror": true}, + {"origin": [-1.75, 7.5, -8.01], "size": [1, 0.5, 0], "pivot": [-1.25, 7.75, -8.1], "rotation": [0, 0, 37.5], "uv": [2, 36], "mirror": true} + ] + }, + { + "name": "l_eye", + "parent": "head", + "pivot": [2.75, 5.75, -2.5], + "cubes": [ + {"origin": [1.5, 7.75, -8.01], "size": [1.75, 0.5, 0], "pivot": [1.5, 8.25, -8.1], "rotation": [0, 0, -10], "uv": [3, 36], "mirror": true}, + {"origin": [0.5, 7.75, -8.01], "size": [1, 0.5, 0], "pivot": [1.5, 8.25, -8.1], "rotation": [0, 0, -37.5], "uv": [2, 36], "mirror": true} + ] + }, + { + "name": "foot_fr", + "parent": "body", + "pivot": [-1.75, 1.75, -2], + "cubes": [ + {"origin": [-2.75, 0, -3], "size": [2, 2, 2], "uv": [32, 7]} + ] + }, + { + "name": "foot_br", + "parent": "body", + "pivot": [-1.75, 1.75, 2.75], + "cubes": [ + {"origin": [-2.75, 0, 1.75], "size": [2, 2, 2], "uv": [0, 18]} + ] + }, + { + "name": "foot_fl", + "parent": "body", + "pivot": [1.75, 1.75, -2], + "cubes": [ + {"origin": [0.75, 0, -3], "size": [2, 2, 2], "uv": [12, 31]} + ] + }, + { + "name": "foot_bl", + "parent": "body", + "pivot": [1.75, 1.75, 2.75], + "cubes": [ + {"origin": [0.75, 0, 1.75], "size": [2, 2, 2], "uv": [0, 14]} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [0, 4.25, 4], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [-0.5, 3.75, 3], "size": [1, 1, 4], "uv": [14, 26]} + ] + }, + { + "name": "tail_end", + "parent": "tail", + "pivot": [0, 4.25, 7], + "rotation": [45, 0, 0], + "cubes": [ + {"origin": [-0.5, 3.75, 7], "size": [1, 1, 5], "uv": [20, 14]} + ] + }, + { + "name": "tail_bulb", + "parent": "tail_end", + "pivot": [0, 4.25, 11], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [-2, 2.25, 11], "size": [4, 4, 6], "uv": [22, 20]}, + {"origin": [-0.5, 3.75, 10], "size": [1, 0, 1], "pivot": [0, 3.75, 11], "rotation": [30, 0, 0], "uv": [4, 43]}, + {"origin": [-0.5, 4.75, 10], "size": [1, 0, 1], "pivot": [0, 4.75, 11], "rotation": [-30, 0, 0], "uv": [4, 40]}, + {"origin": [-1, 4.25, 10], "size": [1, 0, 1], "pivot": [-0.5, 4.25, 11], "rotation": [-30, 0, -90], "uv": [4, 41]}, + {"origin": [0, 4.25, 10], "size": [1, 0, 1], "pivot": [0.5, 4.25, 11], "rotation": [30, 0, -90], "uv": [4, 42]} + ] + }, + { + "name": "bulb_tail_m", + "parent": "tail_bulb", + "pivot": [0, 4.75, 17], + "rotation": [12.5, 0, 0], + "cubes": [ + {"origin": [-0.25, 4.75, 16.5], "size": [0.5, 0, 3], "uv": [7, 37]}, + {"origin": [-0.5, 4.25, 19.5], "size": [1, 1, 1], "uv": [3, 1]} + ] + }, + { + "name": "bulb_tail_l", + "parent": "tail_bulb", + "pivot": [-1, 3.75, 17], + "rotation": [-10, -15, -25], + "cubes": [ + {"origin": [-1.25, 3.75, 16.5], "size": [0.5, 0, 3], "uv": [7, 37]}, + {"origin": [-1.5, 3.25, 19.5], "size": [1, 1, 1], "uv": [0, 2]} + ] + }, + { + "name": "bulb_tail_r", + "parent": "tail_bulb", + "pivot": [1, 3.75, 17], + "rotation": [-10, 15, 25], + "cubes": [ + {"origin": [0.75, 3.75, 16.5], "size": [0.5, 0, 3], "uv": [7, 38]}, + {"origin": [0.5, 3.25, 19.5], "size": [1, 1, 1], "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/skorupi/skorupi.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/skorupi/skorupi.geo.json new file mode 100644 index 0000000..84eb6e8 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/skorupi/skorupi.geo.json @@ -0,0 +1,252 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.skorupi", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "skorupi", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "skorupi", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 1.5, 0], + "cubes": [ + {"origin": [-2.5, 1.5, 2], "size": [5, 4, 1], "inflate": -0.125, "uv": [22, 0]}, + {"origin": [-2.5, 1.5, -1.75], "size": [5, 4, 4], "inflate": 0.075, "uv": [0, 10]}, + {"origin": [-2.5, 1.5, -2.65], "size": [5, 4, 1], "inflate": -0.1, "uv": [22, 5]} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 4.25, -2], + "cubes": [ + {"origin": [-3, 3.5, -6.5], "size": [6, 5, 5], "uv": [0, 0]} + ] + }, + { + "name": "bone8", + "parent": "head", + "pivot": [-1.275, 5.75, -5.525], + "cubes": [ + {"origin": [-2.525, 5.75, -6.525], "size": [2, 4, 0], "pivot": [-1.525, 5.75, -5.525], "rotation": [0, 0, -15], "uv": [0, 32]} + ] + }, + { + "name": "bone22", + "parent": "bone8", + "pivot": [-1.825, 7.475, -6.55], + "cubes": [ + {"origin": [-2.325, 6.975, -6.55], "size": [1, 1, 0], "uv": [34, 6]} + ] + }, + { + "name": "bone3", + "parent": "head", + "pivot": [-2.75, 7.625, -4], + "cubes": [ + {"origin": [-5.5, 7, -5.5], "size": [3, 3, 3], "inflate": 0.1, "uv": [18, 10]}, + {"origin": [-4.5, 8.25, -7.5], "size": [1, 1, 2], "uv": [0, 29]} + ] + }, + { + "name": "bone20", + "parent": "head", + "pivot": [-1.9, 4.525, -6.575], + "rotation": [0, 0, -30], + "cubes": [ + {"origin": [-2.9, 3.525, -6.6], "size": [2, 2, 0], "uv": [34, 0]} + ] + }, + { + "name": "bone19", + "parent": "head", + "pivot": [1.975, 4.525, -6.575], + "rotation": [0, 0, -60], + "cubes": [ + {"origin": [0.975, 3.525, -6.6], "size": [2, 2, 0], "uv": [18, 16]} + ] + }, + { + "name": "bone2", + "parent": "head", + "pivot": [3, 7.5, -3.75], + "cubes": [ + {"origin": [2.5, 7, -5.5], "size": [3, 3, 3], "inflate": 0.1, "uv": [0, 18]}, + {"origin": [3.5, 8.25, -7.5], "size": [1, 1, 2], "uv": [24, 21]} + ] + }, + { + "name": "bone", + "parent": "head", + "pivot": [1.275, 5.75, -5.525], + "cubes": [ + {"origin": [0.525, 5.75, -6.525], "size": [2, 4, 0], "pivot": [1.525, 5.75, -5.525], "rotation": [0, 0, 15], "uv": [30, 28]} + ] + }, + { + "name": "bone21", + "parent": "bone", + "pivot": [1.925, 7.475, -6.55], + "cubes": [ + {"origin": [1.425, 6.975, -6.55], "size": [1, 1, 0], "uv": [34, 5]} + ] + }, + { + "name": "mouth_open", + "parent": "head", + "pivot": [0, 4.275, -5.525], + "cubes": [ + {"origin": [-2, 3.525, -5.525], "size": [4, 1, 0], "uv": [30, 27]} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [0, 4.525, -6.525], + "cubes": [ + {"origin": [-1, 4.525, -6.525], "size": [2, 1, 0], "uv": [34, 2]}, + {"origin": [0.65, 4.05, -6.525], "size": [1, 1, 0], "uv": [22, 16]}, + {"origin": [1.425, 4.45, -6.525], "size": [1, 1, 0], "uv": [34, 3]}, + {"origin": [-1.6, 4.05, -6.525], "size": [1, 1, 0], "uv": [22, 17]}, + {"origin": [-2.35, 4.425, -6.525], "size": [1, 1, 0], "uv": [34, 4]} + ] + }, + { + "name": "bone4", + "parent": "torso", + "pivot": [0, 4.725, 2.5], + "cubes": [ + {"origin": [-1.5, 2.225, 2.25], "size": [3, 3, 2], "inflate": 0.025, "uv": [0, 24]}, + {"origin": [-1, 0.975, 2.75], "size": [2, 2, 1], "uv": [6, 29]} + ] + }, + { + "name": "bone5", + "parent": "bone4", + "pivot": [0, 4.725, 4.25], + "cubes": [ + {"origin": [-1.5, 2.225, 4.25], "size": [3, 3, 2], "uv": [10, 24]}, + {"origin": [-1, 0.975, 4.75], "size": [2, 2, 1], "uv": [12, 29]} + ] + }, + { + "name": "bone6", + "parent": "bone5", + "pivot": [0, 4.975, 6.25], + "cubes": [ + {"origin": [-1.5, 2.225, 6.25], "size": [3, 3, 2], "inflate": 0.025, "uv": [24, 16]}, + {"origin": [-1, 0.975, 6.75], "size": [2, 2, 1], "uv": [18, 29]} + ] + }, + { + "name": "bone7", + "parent": "bone6", + "pivot": [0, 4.975, 8.25], + "cubes": [ + {"origin": [-1.5, 2.225, 8.25], "size": [3, 3, 2], "uv": [20, 24]}, + {"origin": [-1, 0.975, 8.75], "size": [2, 2, 1], "uv": [24, 29]} + ] + }, + { + "name": "bone9", + "parent": "bone7", + "pivot": [0, 4.225, 10.5], + "cubes": [ + {"origin": [-1.5, 2.225, 10.25], "size": [3, 3, 3], "inflate": 0.025, "uv": [12, 18]} + ] + }, + { + "name": "bone12", + "parent": "bone9", + "pivot": [0.175, 3.75, 11.6], + "rotation": [0, -60, 0], + "cubes": [ + {"origin": [-0.60293, 3.25, 12.93139], "size": [1, 1, 2], "inflate": 0.15, "uv": [30, 21]} + ] + }, + { + "name": "bone13", + "parent": "bone12", + "pivot": [-0.06699, 3.75, 14.53253], + "rotation": [0, 67.5, 0], + "cubes": [ + {"origin": [-0.65293, 3.25, 14.53139], "size": [1, 1, 2], "uv": [30, 24]} + ] + }, + { + "name": "bone10", + "parent": "bone9", + "pivot": [-0.175, 3.75, 11.6], + "rotation": [0, 60, 0], + "cubes": [ + {"origin": [-0.39707, 3.25, 12.93139], "size": [1, 1, 2], "inflate": 0.15, "uv": [30, 10]} + ] + }, + { + "name": "bone11", + "parent": "bone10", + "pivot": [0.06699, 3.75, 14.53253], + "rotation": [0, -67.5, 0], + "cubes": [ + {"origin": [-0.34707, 3.25, 14.53139], "size": [1, 1, 2], "uv": [30, 13]} + ] + }, + { + "name": "bone15", + "parent": "body", + "pivot": [1.65, 2.75, 2], + "rotation": [0, 0, -40], + "cubes": [ + {"origin": [1.65, 0.75, 1.325], "size": [1, 2, 1], "uv": [12, 32]}, + {"origin": [1.75, -0.75, 1.325], "size": [1, 2, 1], "inflate": -0.05, "pivot": [1.75, 1.25, 2], "rotation": [0, 0, 27.5], "uv": [16, 32]} + ] + }, + { + "name": "bone17", + "parent": "body", + "pivot": [-1.65, 2.75, 1.75], + "rotation": [0, 0, 40], + "cubes": [ + {"origin": [-2.65, 0.75, 1.325], "size": [1, 2, 1], "uv": [28, 32]}, + {"origin": [-2.75, -0.75, 1.325], "size": [1, 2, 1], "inflate": -0.05, "pivot": [-1.75, 1.25, 2], "rotation": [0, 0, -27.5], "uv": [32, 32]} + ] + }, + { + "name": "bone16", + "parent": "body", + "pivot": [-1.65, 2.75, -1.5], + "rotation": [0, 0, 40], + "cubes": [ + {"origin": [-2.65, 0.75, -1.925], "size": [1, 2, 1], "uv": [20, 32]}, + {"origin": [-2.75, -0.75, -1.925], "size": [1, 2, 1], "inflate": -0.05, "pivot": [-1.75, 1.25, -1.25], "rotation": [0, 0, -27.5], "uv": [24, 32]} + ] + }, + { + "name": "bone14", + "parent": "body", + "pivot": [1.65, 2.75, -1.25], + "rotation": [0, 0, -40], + "cubes": [ + {"origin": [1.65, 0.75, -1.925], "size": [1, 2, 1], "uv": [4, 32]}, + {"origin": [1.75, -0.75, -1.925], "size": [1, 2, 1], "inflate": -0.05, "pivot": [1.75, 1.25, -1.25], "rotation": [0, 0, 27.5], "uv": [8, 32]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/skuntank.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/skuntank.geo.json new file mode 100644 index 0000000..729f297 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/skuntank.geo.json @@ -0,0 +1,331 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.skuntank", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "body", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-4.5, 3.999, -0.5], "size": [9, 9, 10], "uv": [0, 0]} + ] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 8, 0], + "cubes": [ + {"origin": [-4, 4, -8], "size": [8, 8, 9], "uv": [-1, 19]} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 5.5, -8], + "cubes": [ + {"origin": [-3, 4.5, -12], "size": [6, 5, 5], "uv": [18, 56]}, + {"origin": [-7, 5, -10], "size": [4, 4, 0], "pivot": [-3, 7.5, -10], "rotation": [0, 35, 0], "uv": [0, 5]}, + {"origin": [3, 5, -10], "size": [4, 4, 0], "pivot": [3, 7.5, -10], "rotation": [0, -35, 0], "uv": [0, 0]} + ] + }, + { + "name": "ear_r", + "parent": "head", + "pivot": [-3, 9.5, -10.5], + "rotation": [-20, 35, -25], + "cubes": [ + {"origin": [-3.5, 8.5, -10.5], "size": [2, 2, 1], "uv": [40, 15]}, + {"origin": [-3, 9, -10.51], "size": [1, 1, 0], "uv": [106, 2]} + ] + }, + { + "name": "ear_l", + "parent": "head", + "pivot": [3, 9.5, -10.5], + "rotation": [-20, -35, 25], + "cubes": [ + {"origin": [1.5, 8.5, -10.5], "size": [2, 2, 1], "uv": [40, 10]}, + {"origin": [2, 9, -10.51], "size": [1, 1, 0], "uv": [106, 4]} + ] + }, + { + "name": "snout", + "parent": "head", + "pivot": [0, -1.5, 1], + "cubes": [ + {"origin": [-3, 5, -13], "size": [3, 3, 2], "pivot": [0, 8, -12], "rotation": [0, 0, 2.5], "uv": [74, 29]}, + {"origin": [0, 5, -13], "size": [3, 3, 2], "pivot": [0, 8, -12], "rotation": [0, 0, -2.5], "uv": [0, 74]}, + {"origin": [-0.5, 6.25, -13], "size": [1, 2, 1], "pivot": [0, 8, -12], "rotation": [-10, 0, 0], "uv": [0, 20]}, + {"origin": [0.25, 4, -12.5], "size": [1, 1, 0], "pivot": [0, 8, -13], "rotation": [0, 0, 47.5], "uv": [3, 26]}, + {"origin": [-1.25, 4, -12.5], "size": [1, 1, 0], "pivot": [0, 8, -13], "rotation": [0, 0, -47.5], "uv": [0, 26]} + ] + }, + { + "name": "eye_r", + "parent": "head", + "pivot": [0, 8.5, -12], + "rotation": [0, 0, 10], + "cubes": [ + {"origin": [-2.75, 6.75, -12.01], "size": [1, 2, 0], "uv": [3, 40]}, + {"origin": [-2.5, 7.5, -12.02], "size": [2, 1, 0], "uv": [25, 20]} + ] + }, + { + "name": "pupil_r", + "parent": "eye_r", + "pivot": [-0.25, 8.5, -12], + "cubes": [ + {"origin": [-1.75, 8, -12.03], "size": [0.5, 0.5, 0], "uv": [127, 1]} + ] + }, + { + "name": "eye_l", + "parent": "head", + "pivot": [0, 8.5, -12], + "rotation": [0, 0, -10], + "cubes": [ + {"origin": [1.75, 6.75, -12.01], "size": [1, 2, 0], "uv": [0, 40]}, + {"origin": [0.5, 7.5, -12.02], "size": [2, 1, 0], "uv": [0, 24]} + ] + }, + { + "name": "pupil_l", + "parent": "eye_l", + "pivot": [0.25, 8.5, -12], + "cubes": [ + {"origin": [1.25, 8, -12.03], "size": [0.5, 0.5, 0], "uv": [127, 1]} + ] + }, + { + "name": "shoulder_r", + "parent": "torso", + "pivot": [-4, 9.5, -5], + "cubes": [ + {"origin": [-5.501, 4.5, -6], "size": [3, 5, 3], "uv": [68, 67]} + ] + }, + { + "name": "forearm_r", + "parent": "shoulder_r", + "pivot": [-4, 4.5, -3], + "rotation": [-7.5, 0, 0], + "cubes": [ + {"origin": [-5.5, 0.5, -6], "size": [3, 4, 3], "uv": [27, 73]} + ] + }, + { + "name": "hand_r", + "parent": "forearm_r", + "pivot": [-4, 1, -3], + "rotation": [7.5, 0, 0], + "cubes": [ + {"origin": [-5.5, 0, -7], "size": [3, 1, 4], "inflate": 0.001, "uv": [71, 44]}, + {"origin": [-3, 0, -8], "size": [0, 1, 1], "uv": [3, 37]}, + {"origin": [-5, 0, -8], "size": [0, 1, 1], "uv": [0, 37]}, + {"origin": [-4, 0, -8], "size": [0, 1, 1], "uv": [36, 27]} + ] + }, + { + "name": "shoulder_l", + "parent": "torso", + "pivot": [4, 9.5, -5], + "cubes": [ + {"origin": [2.501, 4.5, -6], "size": [3, 5, 3], "uv": [49, 11]} + ] + }, + { + "name": "forearm_l", + "parent": "shoulder_l", + "pivot": [4, 4.5, -3], + "rotation": [-7.5, 0, 0], + "cubes": [ + {"origin": [2.5, 0.5, -6], "size": [3, 4, 3], "uv": [72, 0]} + ] + }, + { + "name": "hand_l", + "parent": "forearm_l", + "pivot": [4, 1, -3], + "rotation": [7.5, 0, 0], + "cubes": [ + {"origin": [2.5, 0, -7], "size": [3, 1, 4], "inflate": 0.001, "uv": [69, 36]}, + {"origin": [5, 0, -8], "size": [0, 1, 1], "uv": [28, 25]}, + {"origin": [3, 0, -8], "size": [0, 1, 1], "uv": [28, 22]}, + {"origin": [4, 0, -8], "size": [0, 1, 1], "uv": [25, 25]} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [0, 4, 9], + "rotation": [45, 0, 0], + "cubes": [ + {"origin": [-3, 4, 9], "size": [6, 5, 5], "uv": [51, 37]}, + {"origin": [0, 4, 9], "size": [0, 5, 9], "pivot": [0, 4, 9], "rotation": [-42.5, 0, 0], "uv": [41, 46]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 4, 14], + "rotation": [40, 0, 0], + "cubes": [ + {"origin": [-3, 4, 14], "size": [6, 5, 5], "inflate": 0.001, "uv": [0, 50]}, + {"origin": [0, 4, 14], "size": [0, 5, 7], "pivot": [0, 4, 14], "rotation": [-42.5, 0, 0], "uv": [0, 61]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 4, 19], + "rotation": [45, 0, 0], + "cubes": [ + {"origin": [-3, 4, 19], "size": [6, 5, 5], "uv": [49, 0]}, + {"origin": [0, 4, 19], "size": [0, 4, 8], "pivot": [0, 4, 19], "rotation": [-45, 0, 0], "uv": [62, 10]} + ] + }, + { + "name": "tail4", + "parent": "tail3", + "pivot": [0, 4, 24], + "rotation": [32.5, 0, 0], + "cubes": [ + {"origin": [-3, 4, 24], "size": [6, 6, 6], "inflate": 0.002, "uv": [25, 42]}, + {"origin": [0, 4, 24], "size": [0, 4, 14], "pivot": [0, 4, 24], "rotation": [-20, 0, 0], "uv": [34, 6]} + ] + }, + { + "name": "tail5", + "parent": "tail4", + "pivot": [0, 4, 30], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [-3, 4, 30], "size": [6, 6, 6], "inflate": 0.001, "uv": [0, 37]} + ] + }, + { + "name": "tail9", + "parent": "tail5", + "pivot": [0, 4, 36], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-3, 4, 36], "size": [6, 6, 5], "uv": [34, 25]}, + {"origin": [-0.001, 3, 32], "size": [0, 4, 14], "pivot": [0, 4, 34], "rotation": [-15, 0, 0], "uv": [19, 23]} + ] + }, + { + "name": "tail6", + "parent": "tail9", + "pivot": [0, 5, 41], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [-2.5, 5, 41], "size": [5, 5, 5], "uv": [55, 56]} + ] + }, + { + "name": "tail7", + "parent": "tail6", + "pivot": [0, 9, 46], + "rotation": [-17.5, 0, 0], + "cubes": [ + {"origin": [-2, 6, 46], "size": [4, 4, 4], "uv": [29, 0]} + ] + }, + { + "name": "tail8", + "parent": "tail7", + "pivot": [0, 10, 50], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-1.5, 7, 49], "size": [3, 3, 4], "uv": [60, 48]}, + {"origin": [0, 8, 53], "size": [0, 2, 3], "pivot": [0, 10, 53], "rotation": [-12.5, 0, 0], "uv": [4, 83]} + ] + }, + { + "name": "thigh_r", + "parent": "body", + "pivot": [-3.5, 11, 6], + "cubes": [ + {"origin": [-5.5, 6, 3.5], "size": [3, 5, 5], "uv": [36, 62]} + ] + }, + { + "name": "knee_r", + "parent": "thigh_r", + "pivot": [-2.5, 6, 3.5], + "rotation": [30, 0, 0], + "cubes": [ + {"origin": [-5.49, 2, 3.5], "size": [3, 4, 4], "uv": [53, 67]} + ] + }, + { + "name": "calf_r", + "parent": "knee_r", + "pivot": [-3, 2, 7.5], + "rotation": [-35, 0, 0], + "cubes": [ + {"origin": [-5.48, -2, 4.5], "size": [3, 4, 3], "uv": [40, 73]} + ] + }, + { + "name": "foot_r", + "parent": "calf_r", + "pivot": [-4, -1.5, 7.5], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-5.5, -2.5, 3.5], "size": [3, 1, 4], "inflate": 0.001, "uv": [71, 52]}, + {"origin": [-4, -2.5, 2.5], "size": [0, 1, 1], "uv": [29, 0]}, + {"origin": [-5, -2.5, 2.5], "size": [0, 1, 1], "uv": [30, 20]}, + {"origin": [-3, -2.5, 2.5], "size": [0, 1, 1], "uv": [34, 25]} + ] + }, + { + "name": "thigh_r2", + "parent": "body", + "pivot": [3.5, 11, 6], + "cubes": [ + {"origin": [2.5, 6, 3.5], "size": [3, 5, 5], "uv": [57, 25]} + ] + }, + { + "name": "knee_r2", + "parent": "thigh_r2", + "pivot": [5.5, 6, 3.5], + "rotation": [30, 0, 0], + "cubes": [ + {"origin": [2.49, 2, 3.5], "size": [3, 4, 4], "uv": [15, 67]} + ] + }, + { + "name": "calf_r2", + "parent": "knee_r2", + "pivot": [5, 2, 7.5], + "rotation": [-35, 0, 0], + "cubes": [ + {"origin": [2.48, -2, 4.5], "size": [3, 4, 3], "uv": [71, 8]} + ] + }, + { + "name": "foot_r2", + "parent": "calf_r2", + "pivot": [4, -1.5, 7.5], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [2.5, -2.5, 3.5], "size": [3, 1, 4], "inflate": 0.001, "uv": [69, 23]}, + {"origin": [4, -2.5, 2.5], "size": [0, 1, 1], "uv": [25, 22]}, + {"origin": [3, -2.5, 2.5], "size": [0, 1, 1], "uv": [5, 23]}, + {"origin": [5, -2.5, 2.5], "size": [0, 1, 1], "uv": [5, 20]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/slitherwing/slitherwing.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/slitherwing/slitherwing.geo.json new file mode 100644 index 0000000..215b380 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/slitherwing/slitherwing.geo.json @@ -0,0 +1,448 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 6, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "slitherwing", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "slitherwing", + "pivot": [0, 8, -4] + }, + { + "name": "tummy", + "parent": "body", + "pivot": [0, 7.5, -2.5], + "cubes": [ + {"origin": [-9, 3, -9], "size": [18, 11, 13], "uv": [0, 0]} + ] + }, + { + "name": "hips", + "parent": "tummy", + "pivot": [0, 5.75, 2.875], + "cubes": [ + {"origin": [-5, 3, 4], "size": [10, 2, 3], "inflate": 0.01, "uv": [72, 49]}, + {"origin": [-8, 3.5, 3], "size": [16, 9, 10], "uv": [52, 14]}, + {"origin": [-4, 3, 7], "size": [8, 2, 4], "uv": [32, 29]}, + {"origin": [-3, 3, 11], "size": [6, 2, 2], "inflate": 0.01, "uv": [26, 72]} + ] + }, + { + "name": "tail1", + "parent": "hips", + "pivot": [0, 5.92291, 12.16755], + "cubes": [ + {"origin": [-7, 4, 12], "size": [14, 7, 9], "uv": [72, 33]}, + {"origin": [0, 9.63436, 14.75133], "size": [0, 6, 5], "pivot": [0, 12.63436, 17.25133], "rotation": [-17.5, 0, 0], "uv": [85, 72]} + ] + }, + { + "name": "tail2", + "parent": "tail1", + "pivot": [0, 5.91166, 19.98626], + "cubes": [ + {"origin": [-6, 4, 20], "size": [12, 6, 8], "inflate": -0.01, "uv": [62, 0]}, + {"origin": [0, 7.6175, 21.97938], "size": [0, 6, 5], "pivot": [0, 10.6175, 24.47938], "rotation": [-17.5, 0, 0], "uv": [53, 72]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 5.45973, 27.29488], + "cubes": [ + {"origin": [-4.5, 4, 27], "size": [9, 5, 7], "inflate": -0.012, "uv": [60, 77]}, + {"origin": [0, 6.06459, 28.56733], "size": [0, 6, 5], "pivot": [0, 9.06459, 31.06733], "rotation": [-17.5, 0, 0], "uv": [49, 1]} + ] + }, + { + "name": "tail4", + "parent": "tail3", + "pivot": [0.25, 5.5, 33.5], + "cubes": [ + {"origin": [-3, 4, 33], "size": [6, 4, 5], "inflate": -0.013, "uv": [89, 54]} + ] + }, + { + "name": "lowerwing", + "parent": "tummy", + "pivot": [0, 0, -12] + }, + { + "name": "rightwing3", + "parent": "lowerwing", + "pivot": [-2, 13.85543, 2.7758], + "cubes": [ + {"origin": [-2.26, 21.51946, 5.87861], "size": [0, 2, 2], "pivot": [-2.26, 23.01946, 5.87861], "rotation": [25, 0, 0], "uv": [0, 22], "mirror": true}, + {"origin": [-2, 5.65998, 2.48644], "size": [0, 14, 24], "pivot": [-2, 13.55228, 2.40635], "rotation": [62.5, 0, 0], "uv": [0, 34], "mirror": true}, + {"origin": [-2.26, 17.14142, 6.16811], "size": [0, 2, 2], "pivot": [-2.26, 19.39142, 10.16811], "rotation": [17.5, 0, 0], "uv": [0, 22], "mirror": true} + ] + }, + { + "name": "leftwing3", + "parent": "lowerwing", + "pivot": [2, 13.85543, 2.7758], + "cubes": [ + {"origin": [2.26, 21.51946, 5.87861], "size": [0, 2, 2], "pivot": [2.26, 23.01946, 5.87861], "rotation": [25, 0, 0], "uv": [0, 22]}, + {"origin": [2.26, 17.14142, 6.16811], "size": [0, 2, 2], "pivot": [2.26, 19.39142, 10.16811], "rotation": [17.5, 0, 0], "uv": [0, 22]}, + {"origin": [2, 5.65998, 2.48644], "size": [0, 14, 24], "pivot": [2, 13.55228, 2.40635], "rotation": [62.5, 0, 0], "uv": [0, 34]} + ] + }, + { + "name": "hipfluff", + "parent": "lowerwing", + "pivot": [0, 8.98771, 3.6151], + "cubes": [ + {"origin": [2.75, 3, -1.5], "size": [6, 0, 7], "pivot": [5.5, 3, 0.5], "rotation": [-22.79362, 12.19908, -2.74715], "uv": [13, 29]}, + {"origin": [-8.75, 3, -1.5], "size": [6, 0, 7], "pivot": [-5.5, 3, 0.5], "rotation": [-22.79362, -12.19908, 2.74715], "uv": [13, 29], "mirror": true} + ] + }, + { + "name": "lowewingfluff", + "parent": "lowerwing", + "pivot": [0, 12.79743, -3.77419], + "cubes": [ + {"origin": [1.91483, 6.40506, -1.8369], "size": [3, 10, 0], "pivot": [3.16483, 13.90506, -1.8369], "rotation": [-89.48141, -65.31849, 126.12648], "uv": [98, 63]}, + {"origin": [-4.91483, 6.40506, -1.8369], "size": [3, 10, 0], "pivot": [-3.16483, 13.90506, -1.8369], "rotation": [-89.48141, 65.31849, -126.12648], "uv": [98, 63], "mirror": true}, + {"origin": [-4.56495, 8.53954, -4.83139], "size": [3, 10, 0], "pivot": [-3.06495, 13.78954, -4.83139], "rotation": [-89.1456, 75.31781, -125.77119], "uv": [98, 73], "mirror": true}, + {"origin": [1.56495, 8.53954, -4.83139], "size": [3, 10, 0], "pivot": [3.06495, 13.78954, -4.83139], "rotation": [-89.1456, -75.31781, 125.77119], "uv": [98, 73]} + ] + }, + { + "name": "bumfluff", + "parent": "tummy", + "pivot": [0, 13.75176, 3.88429], + "cubes": [ + {"origin": [-9, 14, 4], "size": [18, 0, 5], "pivot": [0, 14, 4], "rotation": [17.5, 0, 0], "uv": [0, 24]} + ] + }, + { + "name": "chest", + "parent": "tummy", + "pivot": [0, 8, -8], + "cubes": [ + {"origin": [-8, 3.5, -17], "size": [16, 10, 9], "uv": [48, 58]} + ] + }, + { + "name": "upperwing", + "parent": "chest", + "pivot": [0, 0, -12] + }, + { + "name": "upperwingfluff", + "parent": "upperwing", + "pivot": [0, 12.90251, -12.23598], + "cubes": [ + {"origin": [-5.32757, 12.42569, -15.58408], "size": [3, 10, 0], "pivot": [0, 15.77564, -11.96346], "rotation": [-87.34818, 85.31438, -123.95472], "uv": [0, 99], "mirror": true}, + {"origin": [2.32757, 12.42569, -15.58408], "size": [3, 10, 0], "pivot": [0, 15.77564, -11.96346], "rotation": [-87.34818, -85.31438, 123.95472], "uv": [0, 99]}, + {"origin": [0.94425, 12.68126, -14.78549], "size": [3, 10, 0], "pivot": [0, 15.77564, -11.96346], "rotation": [34.74363, -71.68013, 3.19704], "uv": [6, 99]}, + {"origin": [-3.94425, 12.68126, -14.78549], "size": [3, 10, 0], "pivot": [0, 15.77564, -11.96346], "rotation": [34.74363, 71.68013, -3.19704], "uv": [6, 99], "mirror": true}, + {"origin": [-1.5, 12.31629, -14.69291], "size": [3, 13, 0], "pivot": [0, 15.77564, -11.96346], "rotation": [32.5, 0, 0], "uv": [89, 95]}, + {"origin": [-2.5, 11.81629, -14.67291], "size": [5, 13, 0], "pivot": [0, 15.77564, -11.96346], "rotation": [32.5, 0, 0], "uv": [0, 0]}, + {"origin": [-1.17865, 13.70798, -14.59627], "size": [3, 11, 0], "pivot": [0, 15.77564, -11.96346], "rotation": [45.62274, -50.51222, -7.58155], "uv": [95, 95]}, + {"origin": [-1.82135, 13.70798, -14.59627], "size": [3, 11, 0], "pivot": [0, 15.77564, -11.96346], "rotation": [45.62274, 50.51222, 7.58155], "uv": [95, 95], "mirror": true} + ] + }, + { + "name": "rightwing1", + "parent": "upperwing", + "pivot": [-2.25, 13.74245, -7.18062], + "cubes": [ + {"origin": [-2.25, 7.25589, -7.02447], "size": [0, 22, 36], "pivot": [-2.25, 12.85545, -7.12591], "rotation": [70, 0, 0], "uv": [0, 0], "mirror": true}, + {"origin": [-2.26, 42.29833, -5.31933], "size": [0, 2, 2], "pivot": [-2.25, 35.29833, 1.68067], "rotation": [32.5, 0, 0], "uv": [0, 22], "mirror": true}, + {"origin": [-2.26, 40.29833, -12.31933], "size": [0, 2, 2], "pivot": [-2.25, 35.29833, 1.68067], "rotation": [32.5, 0, 0], "uv": [0, 22], "mirror": true}, + {"origin": [-2.262, 39.29833, -13.31933], "size": [0, 2, 2], "pivot": [-2.25, 35.29833, 1.68067], "rotation": [32.5, 0, 0], "uv": [0, 22], "mirror": true}, + {"origin": [-2.26, 28.23855, -7.67865], "size": [0, 2, 2], "pivot": [-2.26, 28.23855, -5.67865], "rotation": [40, 0, 0], "uv": [0, 22], "mirror": true}, + {"origin": [-2.262, 27.23855, -8.67865], "size": [0, 2, 2], "pivot": [-2.26, 28.23855, -5.67865], "rotation": [40, 0, 0], "uv": [0, 22], "mirror": true}, + {"origin": [-2.26, 22.63406, -12.04509], "size": [0, 2, 2], "pivot": [-2.26, 23.63406, -11.04509], "rotation": [45, 0, 0], "uv": [0, 22], "mirror": true} + ] + }, + { + "name": "leftwing1", + "parent": "upperwing", + "pivot": [2.25, 13.74245, -7.18062], + "cubes": [ + {"origin": [2.25, 7.25589, -7.02447], "size": [0, 22, 36], "pivot": [2.25, 12.85545, -7.12591], "rotation": [70, 0, 0], "uv": [0, 0]}, + {"origin": [2.26, 42.29833, -5.31933], "size": [0, 2, 2], "pivot": [2.25, 35.29833, 1.68067], "rotation": [32.5, 0, 0], "uv": [0, 22]}, + {"origin": [2.26, 40.29833, -12.31933], "size": [0, 2, 2], "pivot": [2.25, 35.29833, 1.68067], "rotation": [32.5, 0, 0], "uv": [0, 22]}, + {"origin": [2.262, 39.29833, -13.31933], "size": [0, 2, 2], "pivot": [2.25, 35.29833, 1.68067], "rotation": [32.5, 0, 0], "uv": [0, 22]}, + {"origin": [2.26, 28.23855, -7.67865], "size": [0, 2, 2], "pivot": [2.26, 28.23855, -5.67865], "rotation": [40, 0, 0], "uv": [0, 22]}, + {"origin": [2.262, 27.23855, -8.67865], "size": [0, 2, 2], "pivot": [2.26, 28.23855, -5.67865], "rotation": [40, 0, 0], "uv": [0, 22]}, + {"origin": [2.26, 22.63406, -12.04509], "size": [0, 2, 2], "pivot": [2.26, 23.63406, -11.04509], "rotation": [45, 0, 0], "uv": [0, 22]} + ] + }, + { + "name": "head", + "parent": "chest", + "pivot": [0, 8, -14.5], + "cubes": [ + {"origin": [-5, 4, -24], "size": [10, 8, 7], "uv": [26, 77]} + ] + }, + { + "name": "horns", + "parent": "head", + "pivot": [0, 9, -19] + }, + { + "name": "lefthorn", + "parent": "horns", + "pivot": [-0.5, 8.5, -18.75], + "rotation": [-25, 0, 0], + "cubes": [ + {"origin": [4.88395, 7.43911, -22], "size": [3, 3, 3], "inflate": 0.01, "pivot": [0, 8, -16], "rotation": [0, 0, -22.5], "uv": [94, 14]}, + {"origin": [4.32267, 0.56567, -20.5], "size": [2, 4, 0], "pivot": [0, 8, -16], "rotation": [0, 0, 5], "uv": [63, 77]}, + {"origin": [6.34622, 3.78945, -20.5], "size": [2, 4, 0], "pivot": [7.34622, 5.78945, -20.5], "rotation": [0, 0, 72.5], "uv": [49, 0]}, + {"origin": [2.36739, 13.10403, -20.5], "size": [2, 4, 0], "pivot": [0, 8, -16], "rotation": [0, 0, 50], "uv": [32, 29]}, + {"origin": [2.72049, 15.54539, -20.5], "size": [2, 3, 0], "pivot": [0, 8, -16], "rotation": [0, 0, 10], "uv": [0, 26]}, + {"origin": [3.82878, 12.12245, -21.5], "size": [2, 3, 2], "inflate": 0.1, "uv": [70, 89]}, + {"origin": [5.52647, 4.99756, -21.5], "size": [2, 3, 2], "pivot": [0, 8, -16], "rotation": [0, 0, 25], "uv": [41, 24]}, + {"origin": [4.5, 4.5, -22], "size": [3, 6, 3], "uv": [42, 92]} + ] + }, + { + "name": "righthorn", + "parent": "horns", + "pivot": [0.5, 8.5, -18.75], + "rotation": [-25, 0, 0], + "cubes": [ + {"origin": [-4.36739, 13.10403, -20.5], "size": [2, 4, 0], "pivot": [0, 8, -16], "rotation": [0, 0, -50], "uv": [32, 29], "mirror": true}, + {"origin": [-4.72049, 15.54539, -20.5], "size": [2, 3, 0], "pivot": [0, 8, -16], "rotation": [0, 0, -10], "uv": [0, 26], "mirror": true}, + {"origin": [-8.34622, 3.78945, -20.5], "size": [2, 4, 0], "pivot": [-7.34622, 5.78945, -20.5], "rotation": [0, 0, -72.5], "uv": [49, 0], "mirror": true}, + {"origin": [-7.5, 4.5, -22], "size": [3, 6, 3], "uv": [42, 92], "mirror": true}, + {"origin": [-5.82878, 12.12245, -21.5], "size": [2, 3, 2], "inflate": 0.1, "uv": [70, 89], "mirror": true}, + {"origin": [-6.32267, 0.56567, -20.5], "size": [2, 4, 0], "pivot": [0, 8, -16], "rotation": [0, 0, -5], "uv": [63, 77], "mirror": true}, + {"origin": [-7.52647, 4.99756, -21.5], "size": [2, 3, 2], "pivot": [0, 8, -16], "rotation": [0, 0, -25], "uv": [41, 24], "mirror": true}, + {"origin": [-7.88395, 7.43911, -22], "size": [3, 3, 3], "inflate": 0.01, "pivot": [0, 8, -16], "rotation": [0, 0, 22.5], "uv": [94, 14], "mirror": true} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [0, 7, -23] + }, + { + "name": "lefteye", + "parent": "eyes", + "pivot": [3.16667, 7.54167, -23.52083], + "rotation": [0, 0, 17.5], + "cubes": [ + {"origin": [1.75, 4.75, -24.01], "size": [2, 6, 1], "uv": [20, 99]}, + {"origin": [2.15, 5.4, -24.15], "size": [1, 2, 1], "inflate": -0.1, "uv": [63, 81]}, + {"origin": [2.15, 7.6, -24.15], "size": [1, 2, 1], "inflate": -0.1, "uv": [68, 33]}, + {"origin": [3.35, 5.4, -24.15], "size": [1, 2, 1], "inflate": -0.1, "uv": [94, 0]}, + {"origin": [3.35, 7.6, -24.15], "size": [1, 2, 1], "inflate": -0.1, "uv": [26, 92]}, + {"origin": [2.25, 5.5, -24.015], "size": [2, 4, 2], "uv": [12, 99]} + ] + }, + { + "name": "righteye", + "parent": "eyes", + "pivot": [-3.16667, 7.54167, -23.52083], + "rotation": [0, 0, -17.5], + "cubes": [ + {"origin": [-4.25, 5.5, -24.015], "size": [2, 4, 2], "uv": [12, 99], "mirror": true}, + {"origin": [-3.15, 7.6, -24.15], "size": [1, 2, 1], "inflate": -0.1, "uv": [68, 33], "mirror": true}, + {"origin": [-4.35, 7.6, -24.15], "size": [1, 2, 1], "inflate": -0.1, "uv": [26, 92], "mirror": true}, + {"origin": [-4.35, 5.4, -24.15], "size": [1, 2, 1], "inflate": -0.1, "uv": [94, 0], "mirror": true}, + {"origin": [-3.75, 4.75, -24.01], "size": [2, 6, 1], "uv": [20, 99], "mirror": true}, + {"origin": [-3.15, 5.4, -24.15], "size": [1, 2, 1], "inflate": -0.1, "uv": [63, 81], "mirror": true} + ] + }, + { + "name": "mouthpart", + "parent": "head", + "pivot": [0, 4.75, -23.04289], + "rotation": [55, 0, 0], + "cubes": [ + {"origin": [2.65685, 4.25, -23.40685], "size": [5, 1, 5], "pivot": [0, 8.25, -15.75], "rotation": [0, 45, 0], "uv": [49, 0]} + ] + }, + { + "name": "mouthpart2", + "parent": "head", + "pivot": [0, 4.75, -23.04289], + "rotation": [55, 0, 0], + "cubes": [ + {"origin": [-7.65685, 4.25, -23.40685], "size": [5, 1, 5], "pivot": [0, 8.25, -15.75], "rotation": [0, -45, 0], "uv": [49, 0], "mirror": true} + ] + }, + { + "name": "chestfluff", + "parent": "chest", + "pivot": [0, 4, -10.25], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [0, -1.98858, -12.01147], "size": [0, 6, 3], "uv": [26, 73]} + ] + }, + { + "name": "tummyfluff", + "parent": "tummy", + "pivot": [0, 4, -6], + "cubes": [ + {"origin": [0, -0.96208, -4.86364], "size": [0, 6, 3], "pivot": [0, 2.03792, -4.61364], "rotation": [37.5, 0, 0], "uv": [48, 55]}, + {"origin": [0, -1.73853, -8.26142], "size": [0, 6, 3], "pivot": [0, 1.26147, -7.51142], "rotation": [17.5, 0, 0], "uv": [72, 30]} + ] + }, + { + "name": "rightwing2", + "parent": "tummy", + "pivot": [-1.5, 13.86778, -2.09622], + "cubes": [ + {"origin": [-1.5, 12.25, -8.75], "size": [0, 27, 13], "pivot": [-1.5, 13.5, -0.5], "rotation": [-10, 0, 0], "uv": [0, 59]}, + {"origin": [-1.512, 19.23855, -4.42865], "size": [0, 2, 2], "pivot": [-2.26, 28.23855, -5.67865], "rotation": [40, 0, 0], "uv": [0, 22], "mirror": true}, + {"origin": [-1.512, 23.98855, -2.42865], "size": [0, 2, 2], "pivot": [-2.26, 28.23855, -5.67865], "rotation": [40, 0, 0], "uv": [0, 22], "mirror": true} + ] + }, + { + "name": "leftwing2", + "parent": "tummy", + "pivot": [1.5, 13.86778, -2.09622], + "cubes": [ + {"origin": [1.512, 23.98855, -2.42865], "size": [0, 2, 2], "pivot": [2.26, 28.23855, -5.67865], "rotation": [40, 0, 0], "uv": [0, 22]}, + {"origin": [1.512, 19.23855, -4.42865], "size": [0, 2, 2], "pivot": [2.26, 28.23855, -5.67865], "rotation": [40, 0, 0], "uv": [0, 22]}, + {"origin": [1.5, 12.25, -8.75], "size": [0, 27, 13], "pivot": [1.5, 13.5, -0.5], "rotation": [-10, 0, 0], "uv": [0, 59], "mirror": true} + ] + }, + { + "name": "backfluffright", + "parent": "tummy", + "pivot": [-6.86701, 11.65983, -1.00603], + "cubes": [ + {"origin": [-6.44632, 7.77223, -0.25968], "size": [0, 6, 10], "pivot": [-6.27344, 13.42239, 0.05148], "rotation": [7.32655, -35.84472, 21.57545], "uv": [0, 19], "mirror": true} + ] + }, + { + "name": "backfluffleft", + "parent": "tummy", + "pivot": [6.86701, 11.65983, -1.00603], + "cubes": [ + {"origin": [6.44632, 7.77223, -0.25968], "size": [0, 6, 10], "pivot": [6.27344, 13.42239, 0.05148], "rotation": [7.32655, 35.84472, -21.57545], "uv": [0, 19]} + ] + }, + { + "name": "leftleg", + "parent": "slitherwing", + "pivot": [8, 7, 7], + "cubes": [ + {"origin": [8, 4, 4], "size": [6, 6, 6], "uv": [86, 83]} + ] + }, + { + "name": "leftfoot", + "parent": "leftleg", + "pivot": [13.80906, 9.88636, 7], + "cubes": [ + {"origin": [19, 9, 5.5], "size": [1, 1, 3], "uv": [72, 54]}, + {"origin": [16, 5, 5], "size": [4, 4, 4], "uv": [26, 92]}, + {"origin": [15, 7.75, 4.5], "size": [3, 2, 0], "pivot": [16, 9.75, 4.5], "rotation": [-1.81693, 19.92066, -5.3191], "uv": [88, 56]}, + {"origin": [15, 5.25, 4.5], "size": [3, 2, 0], "pivot": [16, 5.25, 4.5], "rotation": [1.81693, 19.92066, 5.3191], "uv": [86, 54]}, + {"origin": [15, 10, 7.25], "size": [3, 0, 2], "pivot": [16, 10, 9.25], "rotation": [0, -5, -20], "uv": [62, 0]}, + {"origin": [15, 10, 4.75], "size": [3, 0, 2], "pivot": [16, 10, 4.75], "rotation": [0, 5, -20], "uv": [60, 33]}, + {"origin": [15, 7.75, 9.5], "size": [3, 2, 0], "pivot": [16, 9.75, 9.5], "rotation": [1.81693, -19.92066, -5.3191], "uv": [26, 82]}, + {"origin": [15, 5.25, 9.5], "size": [3, 2, 0], "pivot": [16, 5.25, 9.5], "rotation": [-1.81693, -19.92066, 5.3191], "uv": [42, 74]}, + {"origin": [15, 5, 4.75], "size": [3, 0, 2], "pivot": [16, 5, 4.75], "rotation": [0, 5, 20], "uv": [54, 33]}, + {"origin": [15, 5, 7.25], "size": [3, 0, 2], "pivot": [16, 5, 9.25], "rotation": [0, -5, 20], "uv": [57, 6]}, + {"origin": [14, 5, 4.5], "size": [2, 5, 5], "uv": [75, 90]} + ] + }, + { + "name": "rightleg", + "parent": "slitherwing", + "pivot": [-8, 7, 7], + "cubes": [ + {"origin": [-14, 4, 4], "size": [6, 6, 6], "uv": [86, 83], "mirror": true} + ] + }, + { + "name": "rightfoot", + "parent": "rightleg", + "pivot": [-13.80906, 9.88636, 7], + "cubes": [ + {"origin": [-18, 5, 4.75], "size": [3, 0, 2], "pivot": [-16, 5, 4.75], "rotation": [0, -5, -20], "uv": [54, 33], "mirror": true}, + {"origin": [-16, 5, 4.5], "size": [2, 5, 5], "uv": [75, 90], "mirror": true}, + {"origin": [-18, 5.25, 9.5], "size": [3, 2, 0], "pivot": [-16, 5.25, 9.5], "rotation": [-1.81693, 19.92066, -5.3191], "uv": [42, 74], "mirror": true}, + {"origin": [-18, 5, 7.25], "size": [3, 0, 2], "pivot": [-16, 5, 9.25], "rotation": [0, 5, -20], "uv": [57, 6], "mirror": true}, + {"origin": [-18, 10, 4.75], "size": [3, 0, 2], "pivot": [-16, 10, 4.75], "rotation": [0, -5, 20], "uv": [60, 33], "mirror": true}, + {"origin": [-18, 7.75, 9.5], "size": [3, 2, 0], "pivot": [-16, 9.75, 9.5], "rotation": [1.81693, 19.92066, 5.3191], "uv": [26, 82], "mirror": true}, + {"origin": [-18, 5.25, 4.5], "size": [3, 2, 0], "pivot": [-16, 5.25, 4.5], "rotation": [1.81693, -19.92066, -5.3191], "uv": [86, 54], "mirror": true}, + {"origin": [-18, 10, 7.25], "size": [3, 0, 2], "pivot": [-16, 10, 9.25], "rotation": [0, 5, 20], "uv": [62, 0], "mirror": true}, + {"origin": [-20, 9, 5.5], "size": [1, 1, 3], "uv": [72, 54], "mirror": true}, + {"origin": [-20, 5, 5], "size": [4, 4, 4], "uv": [26, 92], "mirror": true}, + {"origin": [-18, 7.75, 4.5], "size": [3, 2, 0], "pivot": [-16, 9.75, 4.5], "rotation": [-1.81693, -19.92066, 5.3191], "uv": [88, 56], "mirror": true} + ] + }, + { + "name": "arms", + "parent": "slitherwing", + "pivot": [0, 0, -12] + }, + { + "name": "leftarm", + "parent": "arms", + "pivot": [6.97927, 6.5, -11.5], + "cubes": [ + {"origin": [7.75, 4, -14], "size": [5, 5, 5], "uv": [55, 89]}, + {"origin": [11.75, 6.75, -14], "size": [3, 2, 0], "pivot": [12.75, 9, -14], "rotation": [-1.81693, 19.92066, -5.3191], "uv": [89, 63]}, + {"origin": [11.75, 6.75, -9], "size": [3, 2, 0], "pivot": [12.75, 9, -9], "rotation": [1.81693, -19.92066, -5.3191], "uv": [89, 65]}, + {"origin": [11.75, 4.25, -9], "size": [3, 2, 0], "pivot": [12.75, 4, -9], "rotation": [-1.81693, -19.92066, 5.3191], "uv": [51, 92]}, + {"origin": [11.75, 4.25, -14], "size": [3, 2, 0], "pivot": [12.75, 4, -14], "rotation": [1.81693, 19.92066, 5.3191], "uv": [38, 92]}, + {"origin": [11.75, 9, -13.75], "size": [3, 0, 2], "pivot": [12.75, 9, -14], "rotation": [0, 5, -20], "uv": [70, 39]}, + {"origin": [11.75, 4, -13.75], "size": [3, 0, 2], "pivot": [12.75, 4, -14], "rotation": [0, 5, 20], "uv": [38, 72]}, + {"origin": [11.75, 9, -11.25], "size": [3, 0, 2], "pivot": [12.75, 9, -9], "rotation": [0, -5, -20], "uv": [62, 2]}, + {"origin": [11.75, 4, -11.25], "size": [3, 0, 2], "pivot": [12.75, 4, -9], "rotation": [0, -5, 20], "uv": [46, 64]} + ] + }, + { + "name": "lefthand", + "parent": "leftarm", + "pivot": [12.50833, 7.1109, -11.5], + "cubes": [ + {"origin": [11, 5, -13.5], "size": [4, 3, 4], "uv": [94, 0]}, + {"origin": [14.9483, 4.51146, -11.5], "size": [2, 1, 0], "pivot": [16.6983, 4.51146, -11.5], "rotation": [0, 0, 17.5], "uv": [0, 35]}, + {"origin": [14.25, 4.75, -12.5], "size": [2, 2, 2], "pivot": [16, 5, -11.5], "rotation": [0, 0, 10], "uv": [80, 54]} + ] + }, + { + "name": "rightarm", + "parent": "arms", + "pivot": [-6.97927, 6.5, -11.5], + "cubes": [ + {"origin": [-12.75, 4, -14], "size": [5, 5, 5], "uv": [55, 89], "mirror": true}, + {"origin": [-14.75, 6.75, -14], "size": [3, 2, 0], "pivot": [-12.75, 9, -14], "rotation": [-1.81693, -19.92066, 5.3191], "uv": [89, 63], "mirror": true}, + {"origin": [-14.75, 9, -11.25], "size": [3, 0, 2], "pivot": [-12.75, 9, -9], "rotation": [0, 5, 20], "uv": [62, 2], "mirror": true}, + {"origin": [-14.75, 4.25, -14], "size": [3, 2, 0], "pivot": [-12.75, 4, -14], "rotation": [1.81693, -19.92066, -5.3191], "uv": [38, 92], "mirror": true}, + {"origin": [-14.75, 9, -13.75], "size": [3, 0, 2], "pivot": [-12.75, 9, -14], "rotation": [0, -5, 20], "uv": [70, 39], "mirror": true}, + {"origin": [-14.75, 6.75, -9], "size": [3, 2, 0], "pivot": [-12.75, 9, -9], "rotation": [1.81693, 19.92066, 5.3191], "uv": [89, 65], "mirror": true}, + {"origin": [-14.75, 4, -13.75], "size": [3, 0, 2], "pivot": [-12.75, 4, -14], "rotation": [0, -5, -20], "uv": [38, 72], "mirror": true}, + {"origin": [-14.75, 4.25, -9], "size": [3, 2, 0], "pivot": [-12.75, 4, -9], "rotation": [-1.81693, 19.92066, -5.3191], "uv": [51, 92], "mirror": true}, + {"origin": [-14.75, 4, -11.25], "size": [3, 0, 2], "pivot": [-12.75, 4, -9], "rotation": [0, 5, -20], "uv": [46, 64], "mirror": true} + ] + }, + { + "name": "righthand", + "parent": "rightarm", + "pivot": [-12.50833, 7.1109, -11.5], + "cubes": [ + {"origin": [-15, 5, -13.5], "size": [4, 3, 4], "uv": [94, 0], "mirror": true}, + {"origin": [-16.25, 4.75, -12.5], "size": [2, 2, 2], "pivot": [-16, 5, -11.5], "rotation": [0, 0, -10], "uv": [80, 54], "mirror": true}, + {"origin": [-16.9483, 4.51146, -11.5], "size": [2, 1, 0], "pivot": [-16.6983, 4.51146, -11.5], "rotation": [0, 0, -17.5], "uv": [0, 35], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/slowbro_galarian.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/slowbro_galarian.geo.json new file mode 100644 index 0000000..f517a50 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/slowbro_galarian.geo.json @@ -0,0 +1,260 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.slowbro", + "texture_width": 128, + "texture_height": 64, + "visible_bounds_width": 4, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "slowbro", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "slowbro", + "pivot": [0, 11, 1] + }, + { + "name": "torso", + "parent": "body", + "pivot": [-0.5, 5, 0.5], + "rotation": [7.5, 0, 0], + "cubes": [ + {"origin": [-4.5, 3, -3.5], "size": [9, 11, 8], "uv": [0, 0]} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 13.5, 0], + "cubes": [ + {"origin": [-3.5, 15, -6.5], "size": [7, 2, 3], "uv": [50, 0]}, + {"origin": [1.5, 14.75, -6.25], "size": [1, 1, 0], "pivot": [2, 15.25, -6.25], "rotation": [0, 0, 45], "uv": [34, 9]}, + {"origin": [-2.5, 14.75, -6.25], "size": [1, 1, 0], "pivot": [-2, 15.25, -6.25], "rotation": [0, 0, -45], "uv": [34, 8]}, + {"origin": [-4, 13.5, -4], "size": [8, 7, 7], "uv": [23, 27]} + ] + }, + { + "name": "ear_left", + "parent": "head", + "pivot": [3.38388, 19.88388, -1], + "rotation": [0, 0, 45], + "cubes": [ + {"origin": [1.88388, 19.7981, -1.5], "size": [3, 3, 1], "uv": [0, 4]} + ] + }, + { + "name": "ear_right", + "parent": "head", + "pivot": [-3.38388, 19.88388, -1], + "rotation": [0, 0, -45], + "cubes": [ + {"origin": [-4.88388, 19.7981, -1.5], "size": [3, 3, 1], "uv": [0, 0]} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [3.135, 18.375, -3.5125], + "cubes": [ + {"origin": [2.01, 16.75, -4.01], "size": [2, 3, 1], "uv": [32, 41]}, + {"origin": [2.76, 17.50428, -4.011], "size": [1, 1, 1], "uv": [38, 41]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [2.91, 18.25, -3.41], + "cubes": [ + {"origin": [1.91, 16.75, -3.91], "size": [2, 3, 1], "inflate": 0.01, "uv": [15, 34]} + ] + }, + { + "name": "eye_right", + "parent": "head", + "pivot": [-3.135, 18.375, -3.5125], + "cubes": [ + {"origin": [-4.01, 16.75, -4.01], "size": [2, 3, 1], "uv": [0, 34]}, + {"origin": [-3.76, 17.50428, -4.011], "size": [1, 1, 1], "uv": [19, 38]} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-2.91, 18.25, -3.41], + "cubes": [ + {"origin": [-3.91, 16.75, -3.91], "size": [2, 3, 1], "inflate": 0.01, "uv": [26, 0]} + ] + }, + { + "name": "jaw", + "parent": "head", + "pivot": [0, 15, -4], + "cubes": [ + {"origin": [-3, 14, -6], "size": [6, 1, 2], "uv": [50, 43]} + ] + }, + { + "name": "arm_left", + "parent": "torso", + "pivot": [4, 11.25, -1.75], + "cubes": [ + {"origin": [1.5, 9.75, -3.25], "size": [5, 3, 3], "inflate": 0.001, "uv": [18, 51]} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [6.5, 12.75, -1.75], + "cubes": [ + {"origin": [6, 9.35, -3.25], "size": [4, 3, 3], "inflate": -0.1, "pivot": [4, 11.75, -12.25], "rotation": [0, 0, -10], "uv": [48, 51]} + ] + }, + { + "name": "shell", + "parent": "arm_left2", + "pivot": [7.2, 10.7, -1.8], + "rotation": [22.50384, 81.14303, 16.97282], + "cubes": [ + {"origin": [2.2, 5.7, -2.5], "size": [10, 10, 5], "inflate": -1.45, "uv": [0, 19]}, + {"origin": [9.7, 5.4, -1], "size": [0, 2, 2], "pivot": [9.7, 5.7, -0.5], "rotation": [0, 0, -27.5], "uv": [0, 19]}, + {"origin": [3, 4.7, -1.1], "size": [0, 2, 2], "pivot": [4.7, 5.7, -0.5], "rotation": [0, 0, 27.5], "uv": [0, 17]}, + {"origin": [3.4, 6.7, 0.9], "size": [8, 8, 4], "uv": [30, 15]}, + {"origin": [11.15, 10.7, 1.7], "size": [2, 0, 2], "uv": [23, 21]}, + {"origin": [1.45, 10.7, 1.7], "size": [2, 0, 2], "uv": [23, 19]}, + {"origin": [7.2, 14.45, 1.7], "size": [0, 2, 2], "uv": [26, 2]}, + {"origin": [4.2, 7.7, 3.8], "size": [6, 6, 3], "inflate": -0.4, "uv": [50, 8]}, + {"origin": [9.6, 11.7, 5.5], "size": [1, 0, 1], "pivot": [10.2, 11.7, 8], "rotation": [0, 0, -20], "uv": [29, 5]}, + {"origin": [4, 11.7, 5.4], "size": [1, 0, 1], "pivot": [4.2, 11.7, 8], "rotation": [0, 0, 20], "uv": [29, 4]}, + {"origin": [5.4, 9.2, 5.3], "size": [3, 3, 3], "uv": [71, 0]}, + {"origin": [7.2, 13, 5.35], "size": [0, 1, 1], "uv": [20, 33]}, + {"origin": [7.2, 7.45, 5.25], "size": [0, 1, 1], "uv": [5, 33]} + ] + }, + { + "name": "shell_jaw", + "parent": "shell", + "pivot": [7.2, 6.7, -2.5], + "rotation": [-25, 0, 0], + "cubes": [ + {"origin": [4.1, 8.5, -6], "size": [7, 2, 6], "inflate": -0.9, "pivot": [7.7, 6.7, -2.5], "rotation": [17, 0, 0], "uv": [26, 0]} + ] + }, + { + "name": "arm_right", + "parent": "torso", + "pivot": [-4, 11.25, -1.75], + "cubes": [ + {"origin": [-6.5, 9.75, -3.25], "size": [5, 3, 3], "inflate": 0.001, "uv": [34, 8]} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-6.5, 12.75, -1.75], + "cubes": [ + {"origin": [-10.5, 9.75, -3.25], "size": [4, 3, 3], "uv": [34, 51]} + ] + }, + { + "name": "finger_right", + "parent": "arm_right2", + "pivot": [-10, 11.25, -3], + "cubes": [ + {"origin": [-11.5, 10.75, -3], "size": [2, 1, 0], "uv": [34, 14]} + ] + }, + { + "name": "finger_right2", + "parent": "arm_right2", + "pivot": [-10, 11.25, -1.75], + "cubes": [ + {"origin": [-11.5, 10.75, -1.75], "size": [2, 1, 0], "uv": [25, 23]} + ] + }, + { + "name": "finger_right3", + "parent": "arm_right2", + "pivot": [-10, 11.25, -0.5], + "cubes": [ + {"origin": [-11.5, 10.75, -0.5], "size": [2, 1, 0], "uv": [0, 23]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 6.5, 3.5], + "cubes": [ + {"origin": [-2.5, 4, 2.5], "size": [5, 5, 5], "uv": [17, 41]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 6.5, 6.6], + "cubes": [ + {"origin": [-2, 4.5, 5.5], "size": [4, 4, 7], "uv": [0, 34]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [4, 5, 0.5], + "cubes": [ + {"origin": [2.5, 2.5, -2], "size": [4, 5, 5], "uv": [0, 46]} + ] + }, + { + "name": "leg_left2", + "parent": "leg_left", + "pivot": [4.5, 2.5, -0.5], + "cubes": [ + {"origin": [3, 0.5, -0.5], "size": [3, 3, 3], "uv": [69, 8]} + ] + }, + { + "name": "foot_left", + "parent": "leg_left2", + "pivot": [4.5, 1.5, 2], + "cubes": [ + {"origin": [2.5, 0, -2], "size": [4, 2, 5], "inflate": 0.001, "uv": [50, 36]}, + {"origin": [5, 0, -3.5], "size": [1, 1, 2], "uv": [36, 43]}, + {"origin": [3, 0, -3.5], "size": [1, 1, 2], "uv": [47, 8]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-4, 5, 0.5], + "cubes": [ + {"origin": [-6.5, 2.5, -2], "size": [4, 5, 5], "uv": [37, 41]} + ] + }, + { + "name": "leg_right2", + "parent": "leg_right", + "pivot": [-4.5, 2.5, -0.5], + "cubes": [ + {"origin": [-6, 0.5, -0.5], "size": [3, 3, 3], "uv": [54, 17]} + ] + }, + { + "name": "foot_right", + "parent": "leg_right2", + "pivot": [-4.5, 1.5, 2], + "cubes": [ + {"origin": [-6.5, 0, -2], "size": [4, 2, 5], "inflate": 0.001, "uv": [46, 27]}, + {"origin": [-6, 0, -3.5], "size": [1, 1, 2], "uv": [15, 38]}, + {"origin": [-4, 0, -3.5], "size": [1, 1, 2], "uv": [0, 38]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/slowking_galarian.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/slowking_galarian.geo.json new file mode 100644 index 0000000..eb53ac3 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/slowking_galarian.geo.json @@ -0,0 +1,272 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.slowking", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 3, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "slowking", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "slowking", + "pivot": [0, 11, 1] + }, + { + "name": "torso", + "parent": "body", + "pivot": [-0.5, 5.5, 0.5], + "cubes": [ + {"origin": [-4, 3.5, -3.5], "size": [8, 10, 8], "uv": [28, 21]}, + {"origin": [-3, 13.5, -2.5], "size": [6, 1, 6], "inflate": 0.01, "uv": [27, 14]} + ] + }, + { + "name": "frills", + "parent": "torso", + "pivot": [0, 14.5, 0.5] + }, + { + "name": "right_frill", + "parent": "frills", + "pivot": [-2, 14.5, 0.25], + "cubes": [ + {"origin": [-3.1, 9, -3.5], "size": [4, 6, 8], "inflate": 0.05, "pivot": [-2, 14.5, 0.5], "rotation": [0, 0, 35], "uv": [20, 39]} + ] + }, + { + "name": "left_frill", + "parent": "frills", + "pivot": [2, 14.5, 0.25], + "cubes": [ + {"origin": [-0.9, 9, -3.5], "size": [4, 6, 8], "inflate": 0.05, "pivot": [2, 14.5, 0.5], "rotation": [0, 0, -35], "uv": [20, 39], "mirror": true} + ] + }, + { + "name": "neck", + "parent": "torso", + "pivot": [0, 13.5, 0.5], + "cubes": [ + {"origin": [-2.5, 13.5, -2], "size": [5, 4, 5], "uv": [44, 39]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 14.5, 0.75], + "cubes": [ + {"origin": [-3, 15.75, -5.75], "size": [6, 2, 3], "uv": [54, 0]}, + {"origin": [-1.5, 16.75, -5.76], "size": [1, 1, 0], "uv": [0, 1]}, + {"origin": [0.5, 16.75, -5.76], "size": [1, 1, 0], "uv": [0, 1], "mirror": true}, + {"origin": [1.5, 15.5, -5.5], "size": [1, 1, 0], "pivot": [2, 16, -5.5], "rotation": [0, 0, 45], "uv": [0, 7]}, + {"origin": [-2.5, 15.5, -5.5], "size": [1, 1, 0], "pivot": [-2, 16, -5.5], "rotation": [0, 0, -45], "uv": [0, 7], "mirror": true}, + {"origin": [-3.5, 14.5, -3.25], "size": [7, 7, 7], "uv": [0, 29]} + ] + }, + { + "name": "crown", + "parent": "head", + "pivot": [0, 21.55, -0.7], + "rotation": [-5, 0, 0], + "cubes": [ + {"origin": [-5.5, 16.05, -5.95], "size": [11, 3, 11], "inflate": 0.5, "uv": [0, 0]}, + {"origin": [2.5, 14.65, -6.35], "size": [2, 2, 1], "inflate": -0.2, "uv": [2, 86]}, + {"origin": [-2.5, 14.65, -5.35], "size": [2, 2, 1], "inflate": -0.2, "pivot": [0.5, 19.05, 0.05], "rotation": [0, -90, 0], "uv": [2, 86]}, + {"origin": [4.5, 17.05, -1.95], "size": [4, 2, 2], "inflate": 0.5, "pivot": [0.5, 19.05, 0.05], "rotation": [0, 0, -37.5], "uv": [36, 39]}, + {"origin": [7.1, 13.45, -1.95], "size": [2, 2, 2], "inflate": 0.4, "pivot": [0.5, 19.05, 0.05], "rotation": [0, 0, -65], "uv": [0, 14]}, + {"origin": [-3.5, 23.05, -3.95], "size": [7, 4, 7], "uv": [33, 0]}, + {"origin": [-2, 27.05, -2.45], "size": [4, 3, 4], "uv": [18, 53]}, + {"origin": [-3, 18.65, -6.55], "size": [6, 1, 4], "inflate": -0.04, "uv": [11, 65]}, + {"origin": [-2, 27.55, -2.45], "size": [3, 3, 4], "inflate": -0.5, "pivot": [1, 24.05, 0.55], "rotation": [0, 0, -30], "uv": [18, 53]}, + {"origin": [-3.3, 26.15, -2.45], "size": [3, 3, 4], "inflate": -0.5, "pivot": [1, 24.05, 0.55], "rotation": [0, 0, -42], "uv": [18, 53]}, + {"origin": [-1, 20.05, -6.25], "size": [2, 2, 2], "uv": [0, 18]}, + {"origin": [-9.1, 13.45, -1.95], "size": [2, 2, 2], "inflate": 0.4, "pivot": [-0.5, 19.05, 0.05], "rotation": [0, 0, 65], "uv": [0, 14], "mirror": true}, + {"origin": [-8.5, 17.05, -1.95], "size": [4, 2, 2], "inflate": 0.5, "pivot": [-0.5, 19.05, 0.05], "rotation": [0, 0, 37.5], "uv": [36, 39], "mirror": true}, + {"origin": [0.5, 14.65, -5.35], "size": [2, 2, 1], "inflate": -0.2, "pivot": [-0.5, 19.05, 0.05], "rotation": [0, 90, 0], "uv": [2, 86], "mirror": true}, + {"origin": [-4.5, 17.05, -4.95], "size": [9, 6, 9], "inflate": 0.5, "uv": [0, 14], "mirror": true}, + {"origin": [-4.5, 14.65, -6.35], "size": [2, 2, 1], "inflate": -0.2, "uv": [2, 86], "mirror": true}, + {"origin": [0.3, 26.15, -2.45], "size": [3, 3, 4], "inflate": -0.5, "pivot": [-1, 24.05, 0.55], "rotation": [0, 0, 42], "uv": [18, 53], "mirror": true}, + {"origin": [-1, 27.55, -2.45], "size": [3, 3, 4], "inflate": -0.5, "pivot": [-1, 24.05, 0.55], "rotation": [0, 0, 30], "uv": [18, 53], "mirror": true} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [1.88, 19, -2.7625], + "cubes": [ + {"origin": [1.26, 18.3, -6.465], "size": [1, 1, 1], "uv": [27, 18]}, + {"origin": [1, 17, -6.46], "size": [2, 3, 1], "uv": [33, 0]}, + {"origin": [-1, 17, -6.46], "size": [2, 3, 1], "uv": [33, 0]}, + {"origin": [3, 17, -6.46], "size": [2, 3, 1], "uv": [33, 0]}, + {"origin": [1.2, 18.3, -6.66], "size": [1, 1, 1], "inflate": -0.15, "uv": [33, 0], "mirror": true} + ] + }, + { + "name": "eye_right", + "parent": "head", + "pivot": [-1.88, 19, -2.7625], + "cubes": [ + {"origin": [-2.26, 18.3, -6.465], "size": [1, 1, 1], "uv": [27, 18], "mirror": true}, + {"origin": [-3, 17, -6.46], "size": [2, 3, 1], "uv": [33, 0], "mirror": true}, + {"origin": [-2.2, 18.3, -6.66], "size": [1, 1, 1], "inflate": -0.15, "uv": [33, 0], "mirror": true}, + {"origin": [-5, 17, -6.46], "size": [2, 3, 1], "uv": [33, 0], "mirror": true} + ] + }, + { + "name": "jaw", + "parent": "head", + "pivot": [0, 15.75, -3.25], + "cubes": [ + {"origin": [-3, 14.75, -5.25], "size": [6, 1, 2], "uv": [52, 48]} + ] + }, + { + "name": "arm_left", + "parent": "torso", + "pivot": [4, 11.5, -0.75], + "cubes": [ + {"origin": [3.5, 10.5, -2.25], "size": [4, 2, 3], "inflate": 0.001, "uv": [14, 60]} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [7.5, 12.5, 0.75], + "cubes": [ + {"origin": [7.5, 10.5, -2.25], "size": [4, 2, 3], "uv": [0, 60]} + ] + }, + { + "name": "finger_left", + "parent": "arm_left2", + "pivot": [11.5, 12.5, -0.75], + "cubes": [ + {"origin": [11.5, 11.5, -1.75], "size": [1, 1, 2], "uv": [0, 43]} + ] + }, + { + "name": "thumb_left", + "parent": "arm_left2", + "pivot": [10.75, 11.5, -1.75], + "cubes": [ + {"origin": [10.25, 11, -3.25], "size": [1, 1, 2], "uv": [21, 33]} + ] + }, + { + "name": "arm_right", + "parent": "torso", + "pivot": [-4, 11.5, -0.75], + "cubes": [ + {"origin": [-7.5, 10.5, -2.25], "size": [4, 2, 3], "inflate": 0.001, "uv": [14, 60], "mirror": true} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-7.5, 12.5, 0.75], + "cubes": [ + {"origin": [-11.5, 10.5, -2.25], "size": [4, 2, 3], "uv": [0, 60], "mirror": true} + ] + }, + { + "name": "finger_right", + "parent": "arm_right2", + "pivot": [-11.5, 12.5, -0.75], + "cubes": [ + {"origin": [-12.5, 11.5, -1.75], "size": [1, 1, 2], "uv": [0, 43], "mirror": true} + ] + }, + { + "name": "thumb_right", + "parent": "arm_right2", + "pivot": [-10.75, 11.5, -1.75], + "cubes": [ + {"origin": [-11.25, 11, -3.25], "size": [1, 1, 2], "uv": [21, 33], "mirror": true} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 6.5, 3.5], + "cubes": [ + {"origin": [-2, 4.5, 2.5], "size": [4, 4, 6], "uv": [0, 43]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 6.5, 7.5], + "cubes": [ + {"origin": [-1.5, 5, 6.5], "size": [3, 3, 6], "uv": [51, 52]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 6.5, 11.5], + "cubes": [ + {"origin": [0, 5.5, 10.5], "size": [0, 2, 5], "uv": [0, 0]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [3.5, 5, 0.5], + "cubes": [ + {"origin": [2, 2.5, -2], "size": [4, 5, 5], "uv": [51, 11]} + ] + }, + { + "name": "leg_left2", + "parent": "leg_left", + "pivot": [4, 2.5, -0.5], + "cubes": [ + {"origin": [2.5, 0.5, -0.5], "size": [3, 3, 3], "uv": [42, 60]} + ] + }, + { + "name": "foot_left", + "parent": "leg_left2", + "pivot": [4, 1.5, 2], + "cubes": [ + {"origin": [2, 0, -2], "size": [4, 2, 5], "inflate": 0.001, "uv": [0, 53]}, + {"origin": [2.5, 0, -3.5], "size": [3, 1, 2], "uv": [0, 7]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-3.5, 5, 0.5], + "cubes": [ + {"origin": [-6, 2.5, -2], "size": [4, 5, 5], "uv": [51, 11], "mirror": true} + ] + }, + { + "name": "leg_right2", + "parent": "leg_right", + "pivot": [-4, 2.5, -0.5], + "cubes": [ + {"origin": [-5.5, 0.5, -0.5], "size": [3, 3, 3], "uv": [42, 60], "mirror": true} + ] + }, + { + "name": "foot_right", + "parent": "leg_right2", + "pivot": [-4, 1.5, 2], + "cubes": [ + {"origin": [-6, 0, -2], "size": [4, 2, 5], "inflate": 0.001, "uv": [0, 53], "mirror": true}, + {"origin": [-5.5, 0, -3.5], "size": [3, 1, 2], "uv": [0, 7], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/slowpoke_galarian.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/slowpoke_galarian.geo.json new file mode 100644 index 0000000..f9e39a3 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/slowpoke_galarian.geo.json @@ -0,0 +1,176 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.slowpoke", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 5, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "slowpoke", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "slowpoke", + "pivot": [0, 6, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [-2, 3.75, 4.75], + "cubes": [ + {"origin": [-5, 1.5, -6.5], "size": [10, 9, 13], "uv": [0, 0]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 5.5, 5.5], + "cubes": [ + {"origin": [-2.5, 3, 4.5], "size": [5, 5, 7], "uv": [23, 29]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 5.5, 10.5], + "cubes": [ + {"origin": [-2, 3.5, 9.5], "size": [4, 4, 7], "uv": [33, 0]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 5.5, 15.5], + "cubes": [ + {"origin": [-1.5, 4, 14.5], "size": [3, 3, 7], "uv": [0, 36]} + ] + }, + { + "name": "tail4", + "parent": "tail3", + "pivot": [0, 5.5, 20.5], + "cubes": [ + {"origin": [0, 4.5, 19.5], "size": [0, 2, 6], "uv": [24, 21]} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 6, -7], + "cubes": [ + {"origin": [-3.5, 3.5, -14.5], "size": [7, 2, 3], "uv": [23, 22]}, + {"origin": [1.5, 3.25, -14.25], "size": [1, 1, 0], "pivot": [2, 3.75, -14.25], "rotation": [0, 0, 45], "uv": [0, 1]}, + {"origin": [-2.5, 3.25, -14.25], "size": [1, 1, 0], "pivot": [-2, 3.75, -14.25], "rotation": [0, 0, -45], "uv": [0, 0]}, + {"origin": [-4, 2, -12], "size": [8, 7, 7], "uv": [0, 22]}, + {"origin": [-2, 7.6, -11.6], "size": [4, 1, 0], "inflate": 0.05, "pivot": [0, 2, -8], "rotation": [-8, 0, 0], "uv": [20, 50]}, + {"origin": [-3, 7.8, -10], "size": [6, 1, 0], "inflate": 0.05, "pivot": [0, 2, -8], "rotation": [-8, 0, 0], "uv": [20, 50]}, + {"origin": [-4, 8, -8.4], "size": [8, 1, 0], "inflate": 0.05, "pivot": [0, 2, -8], "rotation": [-8, 0, 0], "uv": [20, 50]} + ] + }, + { + "name": "ear_left", + "parent": "head", + "pivot": [3.5, 8.5, -9], + "rotation": [0, 0, 45], + "cubes": [ + {"origin": [2, 8.25, -10.1], "size": [3, 3, 1], "uv": [13, 36]} + ] + }, + { + "name": "ear_right", + "parent": "head", + "pivot": [-3.5, 8.5, -9], + "rotation": [0, 0, -45], + "cubes": [ + {"origin": [-5, 8.25, -10.1], "size": [3, 3, 1], "uv": [0, 8]} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [3.135, 6.25, -11.5125], + "cubes": [ + {"origin": [2.01, 4.75, -12.01], "size": [2, 3, 1], "uv": [44, 41]}, + {"origin": [2.76, 5.75, -12.015], "size": [1, 1, 1], "uv": [9, 0]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [3.01, 6.25, -12.01], + "cubes": [ + {"origin": [1.91, 4.75, -11.91], "size": [2, 3, 1], "inflate": 0.01, "uv": [0, 36]} + ] + }, + { + "name": "eye_right", + "parent": "head", + "pivot": [-3.135, 6.25, -11.5125], + "cubes": [ + {"origin": [-4.01, 4.75, -12.01], "size": [2, 3, 1], "uv": [33, 0]}, + {"origin": [-3.76, 5.75, -12.015], "size": [1, 1, 1], "uv": [8, 8]} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-2.91, 6.25, -11.41], + "cubes": [ + {"origin": [-3.91, 4.75, -11.91], "size": [2, 3, 1], "inflate": 0.01, "uv": [0, 22]} + ] + }, + { + "name": "jaw", + "parent": "head", + "pivot": [0, 3.5, -12], + "cubes": [ + {"origin": [-3, 2.5, -14], "size": [6, 1, 2], "uv": [40, 32]} + ] + }, + { + "name": "leftfrontleg", + "parent": "body", + "pivot": [4, 3.5, -3.5], + "cubes": [ + {"origin": [3, 0, -5], "size": [3, 5, 3], "inflate": 0.001, "uv": [32, 41]}, + {"origin": [3.5, 0, -5.75], "size": [2, 1, 1], "uv": [33, 11]} + ] + }, + { + "name": "leftbackleg", + "parent": "body", + "pivot": [4, 3.5, 4.5], + "cubes": [ + {"origin": [3, 0, 3], "size": [3, 5, 3], "inflate": 0.001, "uv": [20, 41]}, + {"origin": [3.5, 0, 2.25], "size": [2, 1, 1], "uv": [33, 4]} + ] + }, + { + "name": "rightfrontleg", + "parent": "body", + "pivot": [-4, 3.5, -3.5], + "cubes": [ + {"origin": [-6, 0, -5], "size": [3, 5, 3], "inflate": 0.001, "uv": [40, 24]}, + {"origin": [-5.5, 0, -5.75], "size": [2, 1, 1], "uv": [0, 26]} + ] + }, + { + "name": "rightbackleg", + "parent": "body", + "pivot": [-4, 3.5, 4.5], + "cubes": [ + {"origin": [-6, 0, 3], "size": [3, 5, 3], "inflate": 0.001, "uv": [0, 0]}, + {"origin": [-5.5, 0, 2.25], "size": [2, 1, 1], "uv": [7, 11]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/snom/snom.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/snom/snom.geo.json new file mode 100644 index 0000000..a4478e9 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/snom/snom.geo.json @@ -0,0 +1,223 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.snom", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 2, + "visible_bounds_height": 1.5, + "visible_bounds_offset": [0, 0.25, 0] + }, + "bones": [ + { + "name": "snom", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "snom", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 2, 2.5], + "cubes": [ + {"origin": [-2.5, 0, 5.5], "size": [5, 4, -6], "inflate": 0.2, "uv": [7, 34]} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 2, 0.5], + "cubes": [ + {"origin": [-2.5, 0, -4], "size": [5, 4, 9], "uv": [0, 0]} + ] + }, + { + "name": "eye_right", + "parent": "head", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [2.51, 0.5, -2.5], "size": [0, 1, 1], "uv": [8, 14]} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [2.41, 1, -2], + "cubes": [ + {"origin": [2.41, 0.5, -2.5], "size": [0, 1, 1], "inflate": 0.01, "uv": [0, 14]} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-2.51, 0.5, -2.5], "size": [0, 1, 1], "uv": [19, 14]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-2.41, 0.5, -2.5], "size": [0, 1, 1], "inflate": 0.01, "uv": [11, 14]} + ] + }, + { + "name": "mouth_right", + "parent": "head", + "pivot": [1.25, 1.01, -4], + "cubes": [ + {"origin": [0.25, 0.01, -6], "size": [2, 2, 3], "uv": [0, 14]} + ] + }, + { + "name": "mouth_left", + "parent": "head", + "pivot": [-1.25, 1.01, -4], + "cubes": [ + {"origin": [-2.25, 0.01, -6], "size": [2, 2, 3], "uv": [11, 14]} + ] + }, + { + "name": "icicles", + "parent": "torso", + "pivot": [0, 0, 0] + }, + { + "name": "icicle1", + "parent": "icicles", + "pivot": [0, 4.25095, 0.77179], + "cubes": [ + {"origin": [-1, 4.25, -0.25], "size": [2, 1, 2], "pivot": [0, 5.5, 0.75], "rotation": [5, 0, 0], "uv": [25, 22]}, + {"origin": [-0.5, 5.25, -0.25], "size": [1, 1, 2], "pivot": [0, 5.5, 0.75], "rotation": [5, 0, 0], "uv": [34, 14]} + ] + }, + { + "name": "icicle2", + "parent": "icicles", + "pivot": [0, 4.49148, 3.3147], + "cubes": [ + {"origin": [-1, 4, 2.5], "size": [2, 1, 2], "pivot": [0, 4.75, 3.5], "rotation": [-15, 0, 0], "uv": [25, 18]}, + {"origin": [-0.5, 5, 2.5], "size": [1, 1, 2], "pivot": [0, 4.75, 3.5], "rotation": [-15, 0, 0], "uv": [34, 2]} + ] + }, + { + "name": "icicle3", + "parent": "icicles", + "pivot": [2.64285, 3.95591, 1.02179], + "rotation": [0, 0, 35], + "cubes": [ + {"origin": [1.35606, 3.36454, 0], "size": [2, 1, 2], "pivot": [2.35606, 4.61454, 1], "rotation": [5, 0, 0], "uv": [18, 24]}, + {"origin": [1.85606, 4.36454, 0], "size": [1, 1, 2], "pivot": [2.35606, 4.61454, 1], "rotation": [5, 0, 0], "uv": [34, 10]} + ] + }, + { + "name": "icicle4", + "parent": "icicles", + "pivot": [-2.39285, 3.95591, 1.02179], + "rotation": [0, 0, -35], + "cubes": [ + {"origin": [-3.31085, 3.50793, 0], "size": [2, 1, 2], "pivot": [-2.31085, 4.75793, 1], "rotation": [5, 0, 0], "uv": [9, 24]}, + {"origin": [-2.81085, 4.50793, 0], "size": [1, 1, 2], "pivot": [-2.31085, 4.75793, 1], "rotation": [5, 0, 0], "uv": [29, 12]} + ] + }, + { + "name": "icicle5", + "parent": "icicles", + "pivot": [2.63009, 1.65279, 1.27179], + "rotation": [0, 0, -67.5], + "cubes": [ + {"origin": [1.59047, 1.09613, 0.25], "size": [2, 1, 2], "pivot": [2.59047, 0.84613, 1.25], "rotation": [-5, 0, 0], "uv": [0, 24]}, + {"origin": [2.09047, 0.09613, 0.25], "size": [1, 1, 2], "pivot": [2.59047, 0.84613, 1.25], "rotation": [-5, 0, 0], "uv": [29, 4]} + ] + }, + { + "name": "icicle6", + "parent": "icicles", + "pivot": [-2.63009, 1.65279, 1.02179], + "rotation": [0, 0, 67.5], + "cubes": [ + {"origin": [-3.59047, 1.09613, 0], "size": [2, 1, 2], "pivot": [-2.59047, 0.84613, 1], "rotation": [-5, 0, 0], "uv": [22, 14]}, + {"origin": [-3.09047, 0.09613, 0], "size": [1, 1, 2], "pivot": [-2.59047, 0.84613, 1], "rotation": [-5, 0, 0], "uv": [34, 26]} + ] + }, + { + "name": "icicle7", + "parent": "icicles", + "pivot": [2.363, 3.83879, 3.81471], + "rotation": [0, 0, 35], + "cubes": [ + {"origin": [1.281, 3.27086, 2.76704], "size": [2, 1, 2], "pivot": [2.281, 4.15027, 4.25], "rotation": [-15, 0, 0], "uv": [18, 20]}, + {"origin": [1.781, 4.27087, 2.76704], "size": [1, 1, 2], "pivot": [2.281, 4.15027, 4.25], "rotation": [-15, 0, 0], "uv": [34, 6]} + ] + }, + { + "name": "icicle8", + "parent": "icicles", + "pivot": [2.63843, 1.43225, 4], + "rotation": [0, 0, -67.5], + "cubes": [ + {"origin": [1.82977, 1.09973, 3.01704], "size": [2, 1, 2], "pivot": [2.82977, 0.97032, 4.5], "rotation": [15, 0, 0], "uv": [9, 20]}, + {"origin": [2.32977, 0.09972, 3.01704], "size": [1, 1, 2], "pivot": [2.82977, 0.97032, 4.5], "rotation": [15, 0, 0], "uv": [26, 26]} + ] + }, + { + "name": "icicle9", + "parent": "icicles", + "pivot": [-2.363, 3.83879, 3.81471], + "rotation": [0, 0, -35], + "cubes": [ + {"origin": [-3.281, 3.27086, 2.76704], "size": [2, 1, 2], "pivot": [-2.281, 4.15027, 4.25], "rotation": [-15, 0, 0], "uv": [20, 4]}, + {"origin": [-2.781, 4.27087, 2.76704], "size": [1, 1, 2], "pivot": [-2.281, 4.15027, 4.25], "rotation": [-15, 0, 0], "uv": [29, 8]} + ] + }, + { + "name": "icicle10", + "parent": "icicles", + "pivot": [-2.62951, 1.43595, 3.99742], + "rotation": [0, 0, 67.5], + "cubes": [ + {"origin": [-3.82085, 1.09376, 3.01704], "size": [2, 1, 2], "pivot": [-2.82085, 0.96435, 4.5], "rotation": [15, 0, 0], "uv": [20, 0]}, + {"origin": [-3.32085, 0.11375, 3.01704], "size": [1, 1, 2], "pivot": [-2.82085, 0.96435, 4.5], "rotation": [15, 0, 0], "uv": [19, 28]} + ] + }, + { + "name": "icicle11", + "parent": "icicles", + "pivot": [1.4687, 1.42042, 5.12408], + "rotation": [-99.01916, 11.43563, 9.77243], + "cubes": [ + {"origin": [0.41116, 1.02459, 4.23307], "size": [2, 1, 2], "pivot": [1.41116, 1.77459, 4.98307], "rotation": [-15, 0, 0], "uv": [0, 20]}, + {"origin": [0.91116, 2.02459, 4.23307], "size": [1, 1, 2], "pivot": [1.41116, 1.77459, 4.98307], "rotation": [-15, 0, 0], "uv": [29, 0]} + ] + }, + { + "name": "icicle12", + "parent": "icicles", + "pivot": [-1.4687, 1.42042, 5.12408], + "rotation": [-99.01916, -11.43563, -9.77243], + "cubes": [ + {"origin": [-2.41116, 1.02459, 4.23307], "size": [2, 1, 2], "pivot": [-1.41116, 1.77459, 4.98307], "rotation": [-15, 0, 0], "uv": [0, 4]}, + {"origin": [-1.91116, 2.02459, 4.23307], "size": [1, 1, 2], "pivot": [-1.41116, 1.77459, 4.98307], "rotation": [-15, 0, 0], "uv": [34, 22]} + ] + }, + { + "name": "icicle13", + "parent": "icicles", + "pivot": [0, 2.84818, 4.81139], + "rotation": [-40, 0, 0], + "cubes": [ + {"origin": [-1, 2.84862, 3.83061], "size": [2, 1, 2], "pivot": [0, 3.59862, 5.08061], "rotation": [-15, 0, 0], "uv": [0, 0]}, + {"origin": [-0.5, 3.84862, 3.83061], "size": [1, 1, 2], "pivot": [0, 3.59862, 5.08061], "rotation": [-15, 0, 0], "uv": [34, 18]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/snorunt/snorunt.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/snorunt/snorunt.geo.json new file mode 100644 index 0000000..bcf678a --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/snorunt/snorunt.geo.json @@ -0,0 +1,146 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.snorunt", + "texture_width": 88, + "texture_height": 56, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "snorunt", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "snorunt", + "pivot": [0.00091, 7.95093, -2.681], + "cubes": [ + {"origin": [-5.5, 1.95, -5.05], "size": [11, 10, 10], "uv": [15, 0]} + ] + }, + { + "name": "eyelid_right", + "parent": "body", + "pivot": [-1.65, 7.55, -3.675], + "cubes": [ + {"origin": [-2.65, 6.55, -4.175], "size": [2, 2, 1], "uv": [5, 25]} + ] + }, + { + "name": "eyelid_left", + "parent": "body", + "pivot": [1.65, 7.55, -3.675], + "cubes": [ + {"origin": [0.65, 6.55, -4.175], "size": [2, 2, 1], "uv": [45, 25], "mirror": true} + ] + }, + { + "name": "eye_right", + "parent": "body", + "pivot": [-1.75, 7.7, -5.15], + "rotation": [0, 0, -5], + "cubes": [ + {"origin": [-2.25, 7.2, -5.15], "size": [1, 1, 0], "uv": [7, 29]} + ] + }, + { + "name": "eye_left", + "parent": "body", + "pivot": [1.75, 7.7, -5.15], + "rotation": [0, 0, 5], + "cubes": [ + {"origin": [1.25, 7.2, -5.15], "size": [1, 1, 0], "uv": [47, 29], "mirror": true} + ] + }, + { + "name": "mouth_closed", + "parent": "body", + "pivot": [0, 4.45, -5.075], + "cubes": [ + {"origin": [-4.5, 2.95, -5.075], "size": [9, 3, 0], "uv": [0, 0]} + ] + }, + { + "name": "mouth_open", + "parent": "body", + "pivot": [0, 5.1, -4.075], + "cubes": [ + {"origin": [-4.5, 2.6, -4.075], "size": [9, 4, 0], "uv": [0, 4]} + ] + }, + { + "name": "hand_left", + "parent": "body", + "pivot": [1, 3.25, -6], + "cubes": [ + {"origin": [0, 2.25, -7], "size": [2, 2, 2], "uv": [73, 36]} + ] + }, + { + "name": "hand_right", + "parent": "body", + "pivot": [-1, 3.25, -6], + "cubes": [ + {"origin": [-2, 2.25, -7], "size": [2, 2, 2], "uv": [57, 36]} + ] + }, + { + "name": "cloak", + "parent": "body", + "pivot": [0.00236, 9.31204, -2.24263], + "cubes": [ + {"origin": [-0.5, 13, -6], "size": [1, 3, 12], "uv": [0, 9]}, + {"origin": [-5.5, 1.975, 4.875], "size": [11, 10, 1], "inflate": 0.1, "uv": [57, 41]}, + {"origin": [-0.285, 12.8, -6.005], "size": [1, 1, 0], "pivot": [0.225, 13.3, -6.025], "rotation": [0, 0, -27.5], "uv": [37, 35]}, + {"origin": [-0.5, 12.975, -6.005], "size": [1, 1, 0], "uv": [37, 33]}, + {"origin": [-0.725, 12.8, -6.005], "size": [1, 1, 0], "pivot": [-0.225, 13.3, -6.025], "rotation": [0, 0, 27.5], "uv": [17, 35], "mirror": true}, + {"origin": [-3.49, 6.01, 6.009], "size": [7, 9, 0], "uv": [21, 27]}, + {"origin": [-1.5, 1, -6], "size": [2, 15, 12], "pivot": [0.5, 16, -1.5], "rotation": [0, 0, -27.5], "uv": [28, 25]}, + {"origin": [-0.5, 1, -6], "size": [2, 15, 12], "pivot": [-0.5, 16, -1.5], "rotation": [0, 0, 27.5], "uv": [0, 25]} + ] + }, + { + "name": "cloak_front_left", + "parent": "cloak", + "pivot": [5.65221, 1.77134, -5.95], + "rotation": [0, 0, -10], + "cubes": [ + {"origin": [0.65221, 1.77134, -5.95], "size": [5, 3, 0], "uv": [45, 33]} + ] + }, + { + "name": "cloak_front_right", + "parent": "cloak", + "pivot": [-5.65221, 1.77134, -5.95], + "rotation": [0, 0, 10], + "cubes": [ + {"origin": [-5.65221, 1.77134, -5.95], "size": [5, 3, 0], "uv": [1, 33]} + ] + }, + { + "name": "foot_right", + "parent": "snorunt", + "pivot": [-2, 2, 1.5], + "cubes": [ + {"origin": [-4.5, -0.05, -4], "size": [4, 2, 7], "uv": [58, 25]}, + {"origin": [-4.5, 1.95, -1], "size": [4, 2, 3], "uv": [62, 19]} + ] + }, + { + "name": "foot_left", + "parent": "snorunt", + "pivot": [2, 2, 1.5], + "cubes": [ + {"origin": [0.5, -0.05, -4], "size": [4, 2, 7], "uv": [58, 9], "mirror": true}, + {"origin": [0.5, 1.95, -1], "size": [4, 2, 3], "uv": [62, 3], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/solosis/solosis.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/solosis/solosis.geo.json new file mode 100644 index 0000000..4a5835a --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/solosis/solosis.geo.json @@ -0,0 +1,81 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.solosis", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "solosis", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "solosis", + "pivot": [0, 15, 0] + }, + { + "name": "shell", + "parent": "body", + "pivot": [-2, 14, 0], + "cubes": [ + {"origin": [-8.5, 5.5, -9], "size": [17, 19, 18], "inflate": -16, "uv": [23, 59]} + ] + }, + { + "name": "head", + "parent": "body", + "pivot": [0.00011, 15, -0.00889], + "cubes": [ + {"origin": [-4, 11.5, -3.5], "size": [8, 7, 7], "uv": [0, 32]}, + {"origin": [-3.775, 13.5, -4.01], "size": [2, 3, 0], "pivot": [-2.775, 15, -4.01], "rotation": [0, 0, -7.5], "uv": [4, 7]}, + {"origin": [1.775, 13.5, -4.01], "size": [2, 3, 0], "pivot": [2.775, 15, -4.01], "rotation": [0, 0, 7.5], "uv": [0, 7]}, + {"origin": [0.725, 11, -4], "size": [4, 8, 8], "uv": [44, 0]}, + {"origin": [-4.725, 11, -4], "size": [4, 8, 8], "uv": [30, 32]}, + {"origin": [0.725, 14.5, -3.775], "size": [0, 1, 1], "pivot": [0.725, 15, -3.275], "rotation": [45, 0, 0], "uv": [0, 3]}, + {"origin": [-0.724, 14.5, -3.775], "size": [0, 1, 1], "pivot": [-0.725, 15, -3.275], "rotation": [45, 0, 0], "uv": [0, 0]}, + {"origin": [-1, 14, -3.51], "size": [2, 2, 0], "pivot": [0, 15, -3.51], "rotation": [0, 0, 45], "uv": [6, 0]} + ] + }, + { + "name": "eyelids", + "parent": "head", + "pivot": [2.775, 15, -3.01] + }, + { + "name": "eyelid_right", + "parent": "eyelids", + "pivot": [-2.775, 15, -3.01], + "cubes": [ + {"origin": [-3.775, 13.5, -3.02], "size": [2, 3, 0], "pivot": [-2.775, 15, -3.01], "rotation": [0, 0, -7.5], "uv": [8, 5], "mirror": true} + ] + }, + { + "name": "eyelid_left", + "parent": "eyelids", + "pivot": [2.775, 15, -3.01], + "cubes": [ + {"origin": [1.775, 13.5, -3.02], "size": [2, 3, 0], "pivot": [2.775, 15, -3.01], "rotation": [0, 0, 7.5], "uv": [8, 5]} + ] + }, + { + "name": "coil", + "parent": "head", + "pivot": [4.62818, 18.70516, -3.15534], + "rotation": [24.5868, -1.82857, 49.58022], + "cubes": [ + {"origin": [4.90555, 19.69318, -4.25], "size": [1, 1, 2], "pivot": [5.325, 19.75, -2.25], "rotation": [-22.5, 0, 20], "uv": [6, 2]}, + {"origin": [3.725, 19, -4.25], "size": [2, 1, 2], "pivot": [5.725, 19, -2.25], "rotation": [0, 0, 20], "uv": [0, 4]}, + {"origin": [3.725, 17.25, -4.25], "size": [2, 2, 2], "inflate": 0.01, "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/stunky.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/stunky.geo.json new file mode 100644 index 0000000..f6a829e --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/stunky.geo.json @@ -0,0 +1,182 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.stunky", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 4, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "stunky", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "stunky", + "pivot": [0, 3, 0], + "cubes": [ + {"origin": [-3, 3, -6], "size": [6, 6, 11], "uv": [0, 0]}, + {"origin": [0, 8, -3.5], "size": [0, 2, 3], "pivot": [0, 9, -4], "rotation": [15, 0, 0], "uv": [0, 18]} + ] + }, + { + "name": "head", + "parent": "body", + "pivot": [0, 6.5, -7], + "cubes": [ + {"origin": [-2.5, 5, -10], "size": [5, 5, 5], "uv": [24, 0]} + ] + }, + { + "name": "snout", + "parent": "head", + "pivot": [0, 8, -10], + "cubes": [ + {"origin": [-3, 4.5, -11], "size": [3, 3, 3], "pivot": [0, 7.5, -10], "rotation": [0, 0, 2.5], "uv": [35, 25]}, + {"origin": [0, 4.5, -11], "size": [3, 3, 3], "pivot": [0, 7.5, -10], "rotation": [0, 0, -2.5], "uv": [9, 18]}, + {"origin": [-0.5, 7, -11.25], "size": [1, 1, 2], "pivot": [0, 8, -10], "rotation": [5, 0, 0], "uv": [36, 11]}, + {"origin": [-7, 4.75, -10], "size": [4, 3, 0], "pivot": [-3, 6.25, -10], "rotation": [0, 30, -10], "uv": [44, 46]}, + {"origin": [3, 4.75, -10], "size": [4, 3, 0], "pivot": [3, 6.25, -10], "rotation": [0, -30, 10], "uv": [11, 33]} + ] + }, + { + "name": "eye_r", + "parent": "head", + "pivot": [0, 8, -10], + "rotation": [0, 0, 10], + "cubes": [ + {"origin": [-2.5, 6.5, -10.01], "size": [1, 2, 0], "uv": [8, 8]}, + {"origin": [-2.25, 6.25, -10.02], "size": [2, 2, 0], "uv": [0, 8]} + ] + }, + { + "name": "pupil_r", + "parent": "eye_r", + "pivot": [0, 8, -10], + "cubes": [ + {"origin": [-1.5, 7.5, -10.03], "size": [0.5, 0.5, 0], "uv": [63, 1]} + ] + }, + { + "name": "eye_l", + "parent": "head", + "pivot": [0, 8, -10], + "rotation": [0, 0, -10], + "cubes": [ + {"origin": [1.5, 6.5, -10.01], "size": [1, 2, 0], "uv": [8, 8]}, + {"origin": [0.25, 6.25, -10.02], "size": [2, 2, 0], "uv": [0, 8]} + ] + }, + { + "name": "pupil_l", + "parent": "eye_l", + "pivot": [0, 8, -10], + "cubes": [ + {"origin": [1, 7.5, -10.03], "size": [0.5, 0.5, 0], "uv": [63, 1]} + ] + }, + { + "name": "ear_r", + "parent": "head", + "pivot": [-2.5, 10, -7], + "rotation": [-45, -15, -20], + "cubes": [ + {"origin": [-3, 8.5, -8.25], "size": [2, 2, 2], "uv": [35, 46]}, + {"origin": [-3.01, 8.75, -7.5], "size": [0, 1, 1], "uv": [5, 8]} + ] + }, + { + "name": "ear_l", + "parent": "head", + "pivot": [2.5, 10, -7], + "rotation": [-45, 15, 20], + "cubes": [ + {"origin": [1, 8.5, -8.25], "size": [2, 2, 2], "uv": [45, 6]}, + {"origin": [3.01, 8.75, -7.5], "size": [0, 1, 1], "uv": [5, 8]} + ] + }, + { + "name": "leg_fr", + "parent": "body", + "pivot": [-2, 3, -5], + "cubes": [ + {"origin": [-3, 0, -6], "size": [2, 3, 2], "uv": [18, 46]} + ] + }, + { + "name": "leg_br", + "parent": "body", + "pivot": [-2, 3, 4], + "cubes": [ + {"origin": [-3, 0, 3], "size": [2, 3, 2], "uv": [45, 0]} + ] + }, + { + "name": "leg_fl", + "parent": "body", + "pivot": [2, 3, -5], + "cubes": [ + {"origin": [1, 0, -6], "size": [2, 3, 2], "uv": [9, 46]} + ] + }, + { + "name": "leg_bl", + "parent": "body", + "pivot": [2, 3, 4], + "cubes": [ + {"origin": [1, 0, 3], "size": [2, 3, 2], "uv": [43, 19]} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [0, 9, 0], + "rotation": [-65, 0, 0], + "cubes": [ + {"origin": [-1.5, 8, 0], "size": [3, 6, 4], "uv": [0, 33]}, + {"origin": [-1.5, 9, 0], "size": [0, 5, 6], "pivot": [-1.5, 11.5, 0], "rotation": [0, -40, 0], "uv": [36, 34]}, + {"origin": [1.5, 9, 0], "size": [0, 5, 6], "pivot": [1.5, 11.5, 0], "rotation": [0, 40, 0], "uv": [15, 34]} + ] + }, + { + "name": "tail3", + "parent": "tail", + "pivot": [0, 14, 0], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [-1.5, 14, 0], "size": [3, 5, 1], "uv": [43, 32]}, + {"origin": [-1.5, 13, 0], "size": [0, 6, 8], "pivot": [-1.5, 16.5, 0], "rotation": [0, -40, 0], "uv": [17, 18]}, + {"origin": [1.5, 13, 0], "size": [0, 6, 8], "pivot": [1.5, 16.5, 0], "rotation": [0, 40, 0], "uv": [0, 18]} + ] + }, + { + "name": "tail2", + "parent": "tail3", + "pivot": [0, 19, 0], + "rotation": [-5, 0, 0], + "cubes": [ + {"origin": [-1.5, 19, 0], "size": [3, 5, 1], "uv": [0, 44]}, + {"origin": [-1.5, 19, 0], "size": [0, 6, 7], "pivot": [-1.5, 21.5, 0], "rotation": [0, -40, 0], "uv": [28, 10]}, + {"origin": [1.5, 19, 0], "size": [0, 6, 7], "pivot": [1.5, 21.5, 0], "rotation": [0, 40, 0], "uv": [27, 26]} + ] + }, + { + "name": "tail_end", + "parent": "tail2", + "pivot": [0, 24, 0], + "rotation": [-25, 0, 0], + "cubes": [ + {"origin": [-1.5, 24, 0], "size": [3, 9, 0], "uv": [28, 40]}, + {"origin": [-0.5, 24, 0], "size": [4, 7, 0], "pivot": [1.5, 24, 0], "rotation": [-25, -30, 45], "uv": [43, 11]}, + {"origin": [-3.5, 24, 0], "size": [4, 7, 0], "pivot": [-1.5, 24, 0], "rotation": [-25, 30, -45], "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/swablu/swablu.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/swablu/swablu.geo.json new file mode 100644 index 0000000..28a95d3 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/swablu/swablu.geo.json @@ -0,0 +1,179 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.swablu", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "swablu", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "swablu", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, -2.75, -2] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 4.25, -2], + "cubes": [ + {"origin": [-2.5, 1.5, -3], "size": [5, 5, 5], "uv": [17, 19]} + ] + }, + { + "name": "hair", + "parent": "head", + "pivot": [0, -2.75, 0] + }, + { + "name": "hair_right", + "parent": "hair", + "pivot": [-0.00882, 6.46593, -0.5], + "rotation": [-1.3378, 14.94159, -10.17544], + "cubes": [ + {"origin": [0.0976, 6.03521, -1.05318], "size": [0, 2, 1], "pivot": [0.0976, 6.03521, -0.55318], "rotation": [0, 0, -15], "uv": [2, 9]} + ] + }, + { + "name": "hair_right2", + "parent": "hair_right", + "pivot": [-0.39362, 7.98621, -0.55318], + "cubes": [ + {"origin": [-0.42004, 7.96706, -1.05318], "size": [0, 2, 1], "pivot": [-0.42004, 7.96706, -0.55318], "rotation": [0, 0, -35], "uv": [0, 9]} + ] + }, + { + "name": "hair_right3", + "parent": "hair_right2", + "pivot": [-1.58635, 9.57894, -0.55318], + "cubes": [ + {"origin": [-1.48186, 9.6344, -1.05318], "size": [0, 2, 1], "pivot": [-1.49663, 9.53791, -0.55318], "rotation": [0, 0, -55], "uv": [2, 7]} + ] + }, + { + "name": "hair_left", + "parent": "hair", + "pivot": [0.00882, 6.46593, -0.5], + "rotation": [-1.3378, -14.94159, 10.17544], + "cubes": [ + {"origin": [-0.0976, 6.03521, -1.05318], "size": [0, 2, 1], "pivot": [-0.0976, 6.03521, -0.55318], "rotation": [0, 0, 15], "uv": [0, 7]} + ] + }, + { + "name": "hair_left2", + "parent": "hair_left", + "pivot": [0.39362, 7.93621, -0.55318], + "cubes": [ + {"origin": [0.42004, 7.96706, -1.05318], "size": [0, 2, 1], "pivot": [0.42004, 7.96706, -0.55318], "rotation": [0, 0, 35], "uv": [2, 0]} + ] + }, + { + "name": "hair_left3", + "parent": "hair_left2", + "pivot": [1.58635, 9.57894, -0.55318], + "cubes": [ + {"origin": [1.48186, 9.6344, -1.05318], "size": [0, 2, 1], "pivot": [1.49663, 9.53791, -0.55318], "rotation": [0, 0, 55], "uv": [0, 0]} + ] + }, + { + "name": "beak", + "parent": "head", + "pivot": [0.0005, 4, -3.5], + "cubes": [ + {"origin": [-1, 3.5, -4.5], "size": [2, 2, 2], "uv": [18, 0]}, + {"origin": [-0.999, 3, -4], "size": [2, 1, 1], "uv": [24, 0]} + ] + }, + { + "name": "eye_right", + "parent": "head", + "pivot": [1.75, 4.75, -3.01], + "cubes": [ + {"origin": [1.25, 4.25, -3.01], "size": [1, 1, 0], "uv": [2, 3]} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [1.75, 4.75, -2.91], + "cubes": [ + {"origin": [1.25, 4.25, -2.91], "size": [1, 1, 0], "inflate": 0.01, "uv": [2, 0]} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [-1.75, 4.75, -3.01], + "cubes": [ + {"origin": [-2.25, 4.25, -3.01], "size": [1, 1, 0], "uv": [0, 3]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [-1.75, 4.75, -2.91], + "cubes": [ + {"origin": [-2.25, 4.25, -2.91], "size": [1, 1, 0], "inflate": 0.01, "uv": [0, 0]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 2.75, 1.5], + "cubes": [ + {"origin": [-1.5, 1.75, 1], "size": [3, 0, 5], "pivot": [0, 1.75, 3.5], "rotation": [-25, 0, 0], "uv": [17, 12]} + ] + }, + { + "name": "wing_right", + "parent": "torso", + "pivot": [2.41667, 3.25, -1], + "cubes": [ + {"origin": [2.5, 1.75, -2.5], "size": [1, 3, 3], "uv": [8, 24]}, + {"origin": [3.5, 1.25, -3], "size": [7, 4, 4], "uv": [18, 4]}, + {"origin": [3.5, 1.25, -3], "size": [7, 4, 4], "inflate": 0.2, "uv": [0, 16]} + ] + }, + { + "name": "wing_left", + "parent": "torso", + "pivot": [-2.41667, 3.25, -1], + "cubes": [ + {"origin": [-3.5, 1.75, -2.5], "size": [1, 3, 3], "uv": [0, 24]}, + {"origin": [-10.5, 1.25, -3], "size": [7, 4, 4], "uv": [0, 8]}, + {"origin": [-10.5, 1.25, -3], "size": [7, 4, 4], "inflate": 0.2, "uv": [0, 0]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [1.25, 1.75, -0.75], + "cubes": [ + {"origin": [0.75, 0.5, -2.25], "size": [1, 1, 2], "pivot": [0.075, 1, -1.25], "rotation": [30, 0, 0], "uv": [5, 24]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [-1.1, 1.75, -0.75], + "cubes": [ + {"origin": [-1.6, 0.5, -2.25], "size": [1, 1, 2], "pivot": [0.075, 1, -1.25], "rotation": [30, 0, 0], "uv": [18, 16]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/swadloon/swadloon.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/swadloon/swadloon.geo.json new file mode 100644 index 0000000..1384937 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/swadloon/swadloon.geo.json @@ -0,0 +1,373 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.swadloon", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 4, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "swadloon", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "swadloon", + "pivot": [0, 7.84935, -6.29444], + "cubes": [ + {"origin": [-7.5, 0, -7], "size": [15, 14, 13], "uv": [0, 0]}, + {"origin": [-3, 6, -7.03], "size": [3, 1, 0], "pivot": [0, 7, -7.02], "rotation": [0, 0, -17.5], "uv": [46, 41]}, + {"origin": [0, 6, -7.02], "size": [3, 1, 0], "pivot": [0, 7, -7.02], "rotation": [0, 0, 17.5], "uv": [43, 12]}, + {"origin": [-5, 7.25, -7.02], "size": [2, 2, 0], "uv": [24, 47]}, + {"origin": [-5.75, 8.75, -7.04], "size": [4, 1, 0], "uv": [0, 12]}, + {"origin": [-5.5, 6.75, -7.01], "size": [3, 3, 0], "uv": [6, 46]}, + {"origin": [1.75, 8.75, -7.04], "size": [4, 1, 0], "uv": [0, 2]}, + {"origin": [2.5, 6.75, -7.01], "size": [3, 3, 0], "uv": [42, 45]}, + {"origin": [3, 7.25, -7.02], "size": [2, 2, 0], "uv": [20, 47]} + ] + }, + { + "name": "mouth_open", + "parent": "body", + "pivot": [0, 6.2, -6.91], + "cubes": [ + {"origin": [-0.5, 4.7, -6.91], "size": [2, 2, 0], "pivot": [0, 6.2, -6.91], "rotation": [0, 0, 45], "uv": [14, 53]} + ] + }, + { + "name": "armleaf_left", + "parent": "body", + "pivot": [7.5, 0, -1.5], + "cubes": [ + {"origin": [7.5, 0, -4], "size": [6, 0, 5], "inflate": 0.01, "uv": [34, 32]} + ] + }, + { + "name": "leafthumb_left", + "parent": "armleaf_left", + "pivot": [8.75, 0, -4], + "rotation": [0, 27.5, 0], + "cubes": [ + {"origin": [8.75, 0, -4], "size": [4, 0, 2], "uv": [0, 37]} + ] + }, + { + "name": "leafthumb_left2", + "parent": "leafthumb_left", + "pivot": [12.75, 0, -3], + "cubes": [ + {"origin": [12.75, 0, -4], "size": [2, 0, 2], "uv": [42, 43]} + ] + }, + { + "name": "leafpinky_left", + "parent": "armleaf_left", + "pivot": [8.75, 0, 1], + "rotation": [0, -27.5, 0], + "cubes": [ + {"origin": [8.75, 0, -1], "size": [4, 0, 2], "uv": [0, 35]} + ] + }, + { + "name": "leafpinky_left2", + "parent": "leafpinky_left", + "pivot": [12.75, 0, 0], + "cubes": [ + {"origin": [12.75, 0, -1], "size": [2, 0, 2], "uv": [10, 42]} + ] + }, + { + "name": "armleaf_left2", + "parent": "armleaf_left", + "pivot": [13.5, 0, -1.5], + "cubes": [ + {"origin": [13.5, 0, -4], "size": [5, 0, 5], "uv": [38, 5]} + ] + }, + { + "name": "armleaf_right", + "parent": "body", + "pivot": [-7.5, 0, -1.5], + "cubes": [ + {"origin": [-13.5, 0, -4], "size": [6, 0, 5], "inflate": 0.01, "uv": [34, 27]} + ] + }, + { + "name": "leafthumb_right", + "parent": "armleaf_right", + "pivot": [-8.75, 0, -4], + "rotation": [0, -27.5, 0], + "cubes": [ + {"origin": [-12.75, 0, -4], "size": [4, 0, 2], "uv": [0, 33]} + ] + }, + { + "name": "leafthumb_right2", + "parent": "leafthumb_right", + "pivot": [-12.75, 0, -3], + "cubes": [ + {"origin": [-14.75, 0, -4], "size": [2, 0, 2], "uv": [40, 41]} + ] + }, + { + "name": "leafpinky_right", + "parent": "armleaf_right", + "pivot": [-8.75, 0, 1], + "rotation": [0, 27.5, 0], + "cubes": [ + {"origin": [-12.75, 0, -1], "size": [4, 0, 2], "uv": [0, 0]} + ] + }, + { + "name": "leafpinky_right2", + "parent": "leafpinky_right", + "pivot": [-12.75, 0, 0], + "cubes": [ + {"origin": [-14.75, 0, -1], "size": [2, 0, 2], "uv": [32, 41]} + ] + }, + { + "name": "armleaf_right2", + "parent": "armleaf_right", + "pivot": [-13.5, 0, -1.5], + "cubes": [ + {"origin": [-18.5, 0, -4], "size": [5, 0, 5], "uv": [38, 0]} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [0, 1.25, 6], + "cubes": [ + {"origin": [-3.5, 1.25, 6], "size": [7, 0, 5], "uv": [20, 32]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 1.25, 11], + "cubes": [ + {"origin": [-3.5, 1.25, 11], "size": [7, 0, 5], "uv": [20, 27]} + ] + }, + { + "name": "groundflap_right", + "parent": "body", + "pivot": [7.5, 0.5, -0.5], + "rotation": [0, 0, 9.5], + "cubes": [ + {"origin": [7.5, 0.5, -7], "size": [3, 0, 13], "uv": [6, 27]} + ] + }, + { + "name": "groundflap_right2", + "parent": "groundflap_right", + "pivot": [10.5, 0.5, 6], + "cubes": [ + {"origin": [6.5, 0.5, 6], "size": [4, 0, 2], "uv": [8, 40]} + ] + }, + { + "name": "groundflap_right3", + "parent": "groundflap_right2", + "pivot": [6.5, 0.5, 7], + "cubes": [ + {"origin": [3.5, 0.5, 6], "size": [3, 0, 2], "uv": [22, 41]} + ] + }, + { + "name": "groundflap_left", + "parent": "body", + "pivot": [-7.5, 0.5, -0.5], + "rotation": [0, 0, -9.5], + "cubes": [ + {"origin": [-10.5, 0.5, -7], "size": [3, 0, 13], "uv": [0, 27]} + ] + }, + { + "name": "groundflap_left2", + "parent": "groundflap_left", + "pivot": [-10.5, 0.5, 6], + "cubes": [ + {"origin": [-10.5, 0.5, 6], "size": [4, 0, 2], "uv": [0, 39]} + ] + }, + { + "name": "groundflap_left3", + "parent": "groundflap_left2", + "pivot": [-6.5, 0.5, 7], + "cubes": [ + {"origin": [-6.5, 0.5, 6], "size": [3, 0, 2], "uv": [41, 10]} + ] + }, + { + "name": "eyelids", + "parent": "body", + "pivot": [0, 0.25, 0.1] + }, + { + "name": "eyelid_right", + "parent": "eyelids", + "pivot": [0, 0.25, 0.1], + "cubes": [ + {"origin": [-5.5, 6.75, -6.93], "size": [3, 3, 0], "uv": [5, 51]} + ] + }, + { + "name": "eyelid_left", + "parent": "eyelids", + "pivot": [0, 0.25, 0.1], + "cubes": [ + {"origin": [2.5, 6.75, -6.93], "size": [3, 3, 0], "uv": [41, 50]} + ] + }, + { + "name": "fringe", + "parent": "body", + "pivot": [0, 13, -7], + "rotation": [-12.5, 0, 0], + "cubes": [ + {"origin": [-5.5, 9, -7], "size": [11, 4, 0], "uv": [25, 37]} + ] + }, + { + "name": "hair_right", + "parent": "body", + "pivot": [0, 14, -4.5], + "rotation": [0, 0, -15], + "cubes": [ + {"origin": [-3, 14, -4.5], "size": [3, 4, 0], "uv": [0, 45]} + ] + }, + { + "name": "hair_right2", + "parent": "hair_right", + "pivot": [-1.5, 18, -4.5], + "cubes": [ + {"origin": [-3, 18, -4.5], "size": [3, 3, 0], "uv": [36, 45]} + ] + }, + { + "name": "hair_left", + "parent": "body", + "pivot": [0, 14, -4.5], + "rotation": [0, 0, 15], + "cubes": [ + {"origin": [0, 14, -4.5], "size": [3, 4, 0], "uv": [14, 44]} + ] + }, + { + "name": "hair_left2", + "parent": "hair_left", + "pivot": [1.5, 18, -4.5], + "cubes": [ + {"origin": [0, 18, -4.5], "size": [3, 3, 0], "uv": [30, 45]} + ] + }, + { + "name": "sleeve_right", + "parent": "body", + "pivot": [-7.5, 4, -7], + "cubes": [ + {"origin": [-7.5, 0, -10], "size": [0, 9, 3], "uv": [6, 0]} + ] + }, + { + "name": "sleeveflap_right", + "parent": "sleeve_right", + "pivot": [-7.5, 0.5, -8], + "rotation": [0, 0, -30], + "cubes": [ + {"origin": [-8.5, 0.5, -9], "size": [1, 0, 2], "uv": [8, 0]} + ] + }, + { + "name": "sleeve_right2", + "parent": "sleeve_right", + "pivot": [-7.5, 4, -10], + "cubes": [ + {"origin": [-7.5, 0, -13], "size": [0, 6, 3], "uv": [6, 24]} + ] + }, + { + "name": "sleeve_right3", + "parent": "sleeve_right2", + "pivot": [-7.5, 0.75, -13], + "cubes": [ + {"origin": [-7.5, 0.75, -16], "size": [0, 4, 3], "uv": [0, 38]} + ] + }, + { + "name": "sleeve_left", + "parent": "body", + "pivot": [7.5, 4, -7], + "cubes": [ + {"origin": [7.5, 0, -10], "size": [0, 9, 3], "uv": [0, 0]} + ] + }, + { + "name": "sleeveflap_left", + "parent": "sleeve_left", + "pivot": [7.5, 0.5, -8], + "rotation": [0, 0, 30], + "cubes": [ + {"origin": [7.5, 0.5, -9], "size": [1, 0, 2], "uv": [8, 33]} + ] + }, + { + "name": "sleeve_left2", + "parent": "sleeve_left", + "pivot": [7.5, 4, -10], + "cubes": [ + {"origin": [7.5, 0, -13], "size": [0, 6, 3], "uv": [0, 24]} + ] + }, + { + "name": "sleeve_left3", + "parent": "sleeve_left2", + "pivot": [7.5, 0.75, -13], + "cubes": [ + {"origin": [7.5, 0.75, -16], "size": [0, 4, 3], "uv": [18, 37]} + ] + }, + { + "name": "arm_right", + "parent": "body", + "pivot": [-5.25, 3, -7], + "cubes": [ + {"origin": [-5.25, 2, -8.5], "size": [2, 2, 2], "inflate": 0.01, "uv": [22, 43]} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-5.25, 2, -8.5], + "cubes": [ + {"origin": [-5.25, 2, -10.5], "size": [2, 2, 2], "uv": [6, 42]} + ] + }, + { + "name": "arm_left", + "parent": "body", + "pivot": [5.25, 3, -7], + "cubes": [ + {"origin": [3.25, 2, -8.5], "size": [2, 2, 2], "inflate": 0.01, "uv": [36, 41]} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [5.25, 2, -8.5], + "cubes": [ + {"origin": [3.25, 2, -10.5], "size": [2, 2, 2], "uv": [28, 41]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/swanna/swanna.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/swanna/swanna.geo.json new file mode 100644 index 0000000..53acfbe --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/swanna/swanna.geo.json @@ -0,0 +1,388 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.swanna", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 6, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "swanna", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "swanna", + "pivot": [0, 0, 0] + }, + { + "name": "leftleg", + "parent": "body", + "pivot": [2.3, 5.84556, 2.12159], + "cubes": [ + {"origin": [1.3, 0.5, 1.4], "size": [2, 3, 2], "pivot": [0, 2.5, -6], "rotation": [15, 0, 0], "uv": [0, 38]}, + {"origin": [0.3, 4.5, 0], "size": [4, 2, 4], "uv": [0, 75]} + ] + }, + { + "name": "leftknee", + "parent": "leftleg", + "pivot": [0, 0.0692, -5.28502], + "cubes": [ + {"origin": [1.3, 0.0692, 1.71498], "size": [2, 3, 2], "uv": [33, 0]} + ] + }, + { + "name": "leftfoot", + "parent": "leftknee", + "pivot": [2.3, 0.5692, 2.96498], + "cubes": [ + {"origin": [-0.7, 0.0692, -3.28502], "size": [6, 1, 3], "uv": [66, 58]}, + {"origin": [0.3, 0.0692, -0.28502], "size": [4, 1, 4], "uv": [75, 0]} + ] + }, + { + "name": "rightleg", + "parent": "body", + "pivot": [-2.3, 5.84556, 2.12159], + "cubes": [ + {"origin": [-3.3, 0.5, 1.4], "size": [2, 3, 2], "pivot": [0, 2.5, -6], "rotation": [15, 0, 0], "uv": [0, 28]}, + {"origin": [-4.3, 4.5, 0], "size": [4, 2, 4], "uv": [74, 40]} + ] + }, + { + "name": "rightknee", + "parent": "rightleg", + "pivot": [0, 0.0692, -5.28502], + "cubes": [ + {"origin": [-3.3, 0.0692, 1.71498], "size": [2, 3, 2], "uv": [0, 23]} + ] + }, + { + "name": "rightfoot", + "parent": "rightknee", + "pivot": [-2.3, 0.5692, 2.96498], + "cubes": [ + {"origin": [-4.3, 0.0692, -0.28502], "size": [4, 1, 4], "uv": [56, 47]}, + {"origin": [-5.3, 0.0692, -3.28502], "size": [6, 1, 3], "uv": [74, 46]} + ] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0.28641, 8.49508, 2.30518], + "cubes": [ + {"origin": [-5, 6.5, -9], "size": [10, 10, 13], "pivot": [2, 2.5, -6], "rotation": [-10, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 12.05879, 5.36953], + "cubes": [ + {"origin": [-3, 10.24151, 4.81465], "size": [6, 5, 5], "pivot": [0, 11.74151, 7.81465], "rotation": [12.5, 0, 0], "uv": [15, 23]}, + {"origin": [0, 10.24151, 3.81465], "size": [0, 6, 8], "pivot": [0, 11.74151, 7.81465], "rotation": [12.5, 0, 0], "uv": [13, 44]}, + {"origin": [0, 6.24151, 6.81465], "size": [0, 9, 4], "pivot": [0, 11.74151, 7.81465], "rotation": [-57.5, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "neck", + "parent": "torso", + "pivot": [0, 13.57333, -6.63736], + "cubes": [ + {"origin": [-2, 19.52357, -22.65986], "size": [4, 3, 6], "pivot": [0, 7.52357, -18.65986], "rotation": [-62.5, 0, 0], "uv": [66, 31]} + ] + }, + { + "name": "neck2", + "parent": "neck", + "pivot": [0, 16.87425, -8.19412], + "cubes": [ + {"origin": [-2, 25.67369, -30.16568], "size": [4, 3, 4], "pivot": [0, 13.67369, -22.16568], "rotation": [-95, 0, 0], "uv": [74, 22]} + ] + }, + { + "name": "neck3", + "parent": "neck2", + "pivot": [0, 20.52531, -7.91678], + "cubes": [ + {"origin": [-2, 27.38428, -34.96117], "size": [4, 3, 4], "pivot": [0, 15.38428, -22.96117], "rotation": [-102.5, 0, 0], "uv": [46, 0]} + ] + }, + { + "name": "neck4", + "parent": "neck3", + "pivot": [0, 23.98117, -7.61678], + "cubes": [ + {"origin": [-2, 23.81998, -31.41594], "size": [4, 3, 4], "pivot": [0, 11.81998, -18.41594], "rotation": [-77.5, 0, 0], "uv": [73, 71]} + ] + }, + { + "name": "neck5", + "parent": "neck4", + "pivot": [0, 27.93711, -7.78991], + "cubes": [ + {"origin": [-2, 21.63715, -31.68579], "size": [4, 3, 4], "pivot": [0, 9.63715, -14.68579], "rotation": [-65, 0, 0], "uv": [72, 62]} + ] + }, + { + "name": "head", + "parent": "neck5", + "pivot": [0, 28.78031, -8.89217], + "cubes": [ + {"origin": [-2.5, 27.72873, -15.67523], "size": [5, 4, 6], "pivot": [-0.5, 9.72873, -15.67523], "rotation": [-2.5, 0, 0], "uv": [15, 38]}, + {"origin": [-1, 26.55727, -13.12699], "size": [2, 1, 6], "pivot": [1, 11.55727, -16.32699], "rotation": [22.5, 0, 0], "uv": [32, 71]}, + {"origin": [-0.7, 30.61675, -12.71751], "size": [1, 3, 0], "pivot": [-1, 31.61865, -12.63027], "rotation": [-2.41492, -0.64686, -14.98637], "uv": [6, 0]}, + {"origin": [0.60131, 32.81301, -12.62162], "size": [1, 1, 0], "pivot": [1.90131, 33.81492, -12.53438], "rotation": [-1.91561, 1.60667, 39.97314], "uv": [2, 0]}, + {"origin": [-1.60131, 32.81301, -12.62162], "size": [1, 1, 0], "pivot": [-1.90131, 33.81492, -12.53438], "rotation": [-1.91561, -1.60667, -39.97314], "uv": [0, 0]}, + {"origin": [-0.3, 30.61675, -12.71751], "size": [1, 3, 0], "pivot": [1, 31.61865, -12.63027], "rotation": [-2.41492, 0.64686, 14.98637], "uv": [4, 0]}, + {"origin": [3.5, 30.07884, -14.8057], "size": [0, 3, 1], "pivot": [3.5, 29.57884, -11.8057], "rotation": [-50, 0, 0], "uv": [2, 0]}, + {"origin": [-4.5, 29.57884, -13.8057], "size": [2, 4, 5], "pivot": [-3.5, 29.57884, -11.8057], "rotation": [-50, 0, 0], "uv": [63, 66]}, + {"origin": [-3.5, 30.07884, -14.8057], "size": [0, 3, 1], "pivot": [-3.5, 29.57884, -11.8057], "rotation": [-50, 0, 0], "uv": [0, 0]}, + {"origin": [2.5, 29.57884, -13.8057], "size": [2, 4, 5], "pivot": [3.5, 29.57884, -11.8057], "rotation": [-50, 0, 0], "uv": [46, 55]}, + {"origin": [-2.5, 28.42873, -11.27523], "size": [1, 1, 2], "inflate": 0.01, "pivot": [0.5, 9.72873, -15.67523], "rotation": [10, 0, 0], "uv": [112, 0], "mirror": true}, + {"origin": [1.5, 28.42873, -11.27523], "size": [1, 1, 2], "inflate": 0.01, "pivot": [-0.5, 9.72873, -15.67523], "rotation": [10, 0, 0], "uv": [112, 0]} + ] + }, + { + "name": "beak", + "parent": "head", + "pivot": [0, 28.32616, -14.14785], + "cubes": [ + {"origin": [-1, 25.55727, -13.12699], "size": [2, 1, 6], "pivot": [1, 11.55727, -16.32699], "rotation": [22.5, 0, 0], "uv": [11, 64]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [0, 29.18082, -13.62186], + "cubes": [ + {"origin": [1.5, 28.02873, -11.27523], "size": [1, 1, 2], "inflate": 0.02, "pivot": [-0.5, 9.72873, -15.67523], "rotation": [10, 0, 0], "uv": [122, 0]}, + {"origin": [-2.5, 28.02873, -11.27523], "size": [1, 1, 2], "inflate": 0.02, "pivot": [0.5, 9.72873, -15.67523], "rotation": [10, 0, 0], "uv": [122, 0], "mirror": true} + ] + }, + { + "name": "wingclosed", + "parent": "torso", + "pivot": [-4.11681, 15.68689, -3.41135], + "cubes": [ + {"origin": [2.28469, 14.91291, -6.57454], "size": [4, 6, 8], "pivot": [1.28469, 3.91291, -5.57454], "rotation": [-7.96341, -6.06809, -37.07723], "uv": [92, 2], "mirror": true}, + {"origin": [15.11382, 37.14991, -3.71152], "size": [2, 4, 8], "pivot": [12.51382, 20.14991, -2.71152], "rotation": [2.61298, -9.65594, -105.22074], "uv": [92, 2], "mirror": true}, + {"origin": [25.58813, 33.85958, -3.76271], "size": [2, 4, 9], "pivot": [11.98813, 19.85958, -2.76271], "rotation": [7.69263, -6.40865, -140.43131], "uv": [91, 1], "mirror": true}, + {"origin": [12.73576, 47.92434, -1.28271], "size": [2, 4, 9], "pivot": [-0.86424, 33.92434, -0.28271], "rotation": [9.54589, 2.99318, 162.74998], "uv": [91, 1], "mirror": true}, + {"origin": [5.72488, 53.73109, -0.96414], "size": [2, 4, 8], "pivot": [-7.87512, 35.73109, 0.03586], "rotation": [8.21888, 5.71617, 145.41103], "uv": [92, 2], "mirror": true}, + {"origin": [-6.66953, 59.89219, -1.11206], "size": [2, 4, 7], "pivot": [-9.26953, 34.89219, -0.11206], "rotation": [9.76758, 2.15393, 167.68406], "uv": [93, 3], "mirror": true}, + {"origin": [18.48546, 44.41198, -3.84163], "size": [2, 4, 6], "pivot": [15.88546, 19.41198, -2.84163], "rotation": [6.12673, -7.9185, -127.92445], "uv": [94, 4], "mirror": true}, + {"origin": [22.98671, 34.24665, -6.33937], "size": [2, 4, 5], "pivot": [20.38671, 5.24665, -5.33937], "rotation": [1.31845, -9.91358, -97.61435], "uv": [95, 5], "mirror": true} + ] + }, + { + "name": "closedwing", + "parent": "torso", + "pivot": [4.11681, 15.68689, -3.41135], + "cubes": [ + {"origin": [-24.98671, 34.24665, -6.33937], "size": [2, 4, 5], "pivot": [-20.38671, 5.24665, -5.33937], "rotation": [1.31845, 9.91358, 97.61435], "uv": [95, 5]}, + {"origin": [-20.48546, 44.41198, -3.84163], "size": [2, 4, 6], "pivot": [-15.88546, 19.41198, -2.84163], "rotation": [6.12673, 7.9185, 127.92445], "uv": [94, 4]}, + {"origin": [4.66953, 59.89219, -1.11206], "size": [2, 4, 7], "pivot": [9.26953, 34.89219, -0.11206], "rotation": [9.76758, -2.15393, -167.68406], "uv": [93, 3]}, + {"origin": [-7.72488, 53.73109, -0.96414], "size": [2, 4, 8], "pivot": [7.87512, 35.73109, 0.03586], "rotation": [8.21888, -5.71617, -145.41103], "uv": [92, 2]}, + {"origin": [-14.73576, 47.92434, -1.28271], "size": [2, 4, 9], "pivot": [0.86424, 33.92434, -0.28271], "rotation": [9.54589, -2.99318, -162.74998], "uv": [91, 1]}, + {"origin": [-27.58813, 33.85958, -3.76271], "size": [2, 4, 9], "pivot": [-11.98813, 19.85958, -2.76271], "rotation": [7.69263, 6.40865, 140.43131], "uv": [91, 1]}, + {"origin": [-6.28469, 14.91291, -6.57454], "size": [4, 6, 8], "pivot": [-1.28469, 3.91291, -5.57454], "rotation": [-7.96341, 6.06809, 37.07723], "uv": [92, 2]}, + {"origin": [-17.11382, 37.14991, -3.71152], "size": [2, 4, 8], "pivot": [-12.51382, 20.14991, -2.71152], "rotation": [2.61298, 9.65594, 105.22074], "uv": [92, 2]} + ] + }, + { + "name": "leftwing", + "parent": "torso", + "pivot": [5, 15.7949, -3.65575], + "cubes": [ + {"origin": [5, 14.5, -9], "size": [4, 2, 6], "pivot": [2, 2.5, -6], "rotation": [-10, 0, 0], "uv": [108, 120]} + ] + }, + { + "name": "leftwing2", + "parent": "leftwing", + "pivot": [9, 15.62126, -3.67094], + "cubes": [ + {"origin": [9, 14.5, -9], "size": [4, 2, 8], "pivot": [2, 2.5, -6], "rotation": [-10, 0, 0], "uv": [94, 118]} + ] + }, + { + "name": "leftwing3", + "parent": "leftwing2", + "pivot": [13, 15.53443, -3.17854], + "cubes": [ + {"origin": [13, 14.5, -9], "size": [4, 2, 9], "pivot": [-3, 2.5, -6], "rotation": [-10, 0, 0], "uv": [92, 118]} + ] + }, + { + "name": "leftwing4", + "parent": "leftwing3", + "pivot": [17, 15.53443, -2.17854] + }, + { + "name": "leftwing5", + "parent": "leftwing4", + "pivot": [17, 15.53443, -2.17854], + "cubes": [ + {"origin": [17, 14.5, -9], "size": [5, 2, 9], "pivot": [-8, 2.5, -6], "rotation": [-10, 0, 0], "uv": [100, 117]} + ] + }, + { + "name": "lefwing", + "parent": "leftwing5", + "pivot": [22, 15.53443, -2.17854] + }, + { + "name": "leftwing6", + "parent": "lefwing", + "pivot": [22, 15.53443, -2.17854], + "cubes": [ + {"origin": [22, 14.5, -9], "size": [3, 2, 9], "pivot": [-13, 2.5, -6], "rotation": [-10, 0, 0], "uv": [100, 118]} + ] + }, + { + "name": "leftwing7", + "parent": "leftwing6", + "pivot": [25, 15.53443, -2.17854], + "cubes": [ + {"origin": [25, 14.5, -9], "size": [3, 2, 9], "pivot": [-13, 2.5, -6], "rotation": [-10, 0, 0], "uv": [101, 117]} + ] + }, + { + "name": "leftwing8", + "parent": "leftwing7", + "pivot": [28, 15.53443, -2.17854], + "cubes": [ + {"origin": [28, 14.5, -9], "size": [2, 2, 9], "pivot": [-13, 2.5, -6], "rotation": [-10, 0, 0], "uv": [100, 117]} + ] + }, + { + "name": "leftwing9", + "parent": "leftwing8", + "pivot": [30, 15.53443, -2.17854], + "cubes": [ + {"origin": [30, 14.5, -9], "size": [2, 2, 9], "pivot": [-13, 2.5, -6], "rotation": [-10, 0, 0], "uv": [99, 117]} + ] + }, + { + "name": "leftwing10", + "parent": "leftwing9", + "pivot": [32, 15.70808, -3.16335], + "cubes": [ + {"origin": [32, 14.5, -9], "size": [4, 2, 7], "pivot": [-17, 2.5, -6], "rotation": [-10, 0, 0], "uv": [101, 119]} + ] + }, + { + "name": "leftwing11", + "parent": "leftwing10", + "pivot": [36, 15.7949, -3.65575], + "cubes": [ + {"origin": [36, 14.5, -9], "size": [2, 2, 6], "pivot": [-17, 2.5, -6], "rotation": [-10, 0, 0], "uv": [103, 120]} + ] + }, + { + "name": "rightwing", + "parent": "torso", + "pivot": [-4.21359, 15.49508, -5.69482] + }, + { + "name": "leftwing12", + "parent": "torso", + "pivot": [-5, 15.3025, -3.74257], + "rotation": [25, 0, 180], + "cubes": [ + {"origin": [-5, 14.5, -9], "size": [4, 2, 6], "pivot": [-8, 2.5, -6], "rotation": [-10, 0, 0], "uv": [108, 120]} + ] + }, + { + "name": "leftwing13", + "parent": "leftwing12", + "pivot": [-1, 15.62126, -3.67094], + "cubes": [ + {"origin": [-1, 14.5, -9], "size": [4, 2, 8], "pivot": [-8, 2.5, -6], "rotation": [-10, 0, 0], "uv": [94, 118]} + ] + }, + { + "name": "leftwing14", + "parent": "leftwing13", + "pivot": [3, 15.53443, -3.17854], + "cubes": [ + {"origin": [3, 14.5, -9], "size": [4, 2, 9], "pivot": [-13, 2.5, -6], "rotation": [-10, 0, 0], "uv": [92, 118]} + ] + }, + { + "name": "leftwing15", + "parent": "leftwing14", + "pivot": [7, 15.53443, -2.17854] + }, + { + "name": "leftwing16", + "parent": "leftwing15", + "pivot": [7, 15.53443, -2.17854], + "cubes": [ + {"origin": [7, 14.5, -9], "size": [5, 2, 9], "pivot": [-18, 2.5, -6], "rotation": [-10, 0, 0], "uv": [100, 117]} + ] + }, + { + "name": "lefwing2", + "parent": "leftwing16", + "pivot": [12, 15.53443, -2.17854] + }, + { + "name": "leftwing17", + "parent": "lefwing2", + "pivot": [12, 15.53443, -2.17854], + "cubes": [ + {"origin": [12, 14.5, -9], "size": [3, 2, 9], "pivot": [-23, 2.5, -6], "rotation": [-10, 0, 0], "uv": [100, 118]} + ] + }, + { + "name": "leftwing18", + "parent": "leftwing17", + "pivot": [15, 15.53443, -2.17854], + "cubes": [ + {"origin": [15, 14.5, -9], "size": [3, 2, 9], "pivot": [-23, 2.5, -6], "rotation": [-10, 0, 0], "uv": [101, 117]} + ] + }, + { + "name": "leftwing19", + "parent": "leftwing18", + "pivot": [18, 15.53443, -2.17854], + "cubes": [ + {"origin": [18, 14.5, -9], "size": [2, 2, 9], "pivot": [-23, 2.5, -6], "rotation": [-10, 0, 0], "uv": [100, 117]} + ] + }, + { + "name": "leftwing20", + "parent": "leftwing19", + "pivot": [20, 15.53443, -2.17854], + "cubes": [ + {"origin": [20, 14.5, -9], "size": [2, 2, 9], "pivot": [-23, 2.5, -6], "rotation": [-10, 0, 0], "uv": [99, 117]} + ] + }, + { + "name": "leftwing21", + "parent": "leftwing20", + "pivot": [22, 15.70808, -3.16335], + "cubes": [ + {"origin": [22, 14.5, -9], "size": [4, 2, 7], "pivot": [-27, 2.5, -6], "rotation": [-10, 0, 0], "uv": [101, 119]} + ] + }, + { + "name": "leftwing22", + "parent": "leftwing21", + "pivot": [26, 15.7949, -3.65575], + "cubes": [ + {"origin": [26, 14.5, -9], "size": [2, 2, 6], "pivot": [-27, 2.5, -6], "rotation": [-10, 0, 0], "uv": [103, 120]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/tadbulb/tadbulb.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/tadbulb/tadbulb.geo.json new file mode 100644 index 0000000..6b7efe4 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/tadbulb/tadbulb.geo.json @@ -0,0 +1,96 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 32, + "texture_height": 32, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "tadbulb", + "pivot": [0, 0, 0] + }, + { + "name": "head", + "parent": "tadbulb", + "pivot": [0, 17.26875, 0], + "cubes": [ + {"origin": [-3.5, 14, -3.5], "size": [7, 7, 7], "uv": [0, 0]} + ] + }, + { + "name": "bone", + "parent": "head", + "pivot": [0, 14.25, 0], + "cubes": [ + {"origin": [-2.5, 12, -2.5], "size": [5, 2, 5], "uv": [0, 14]}, + {"origin": [-1.5, 11, -1.5], "size": [3, 1, 3], "uv": [15, 14]} + ] + }, + { + "name": "bone2", + "parent": "head", + "pivot": [0, 11.075, 0], + "cubes": [ + {"origin": [-0.5, 10.575, -0.5], "size": [1, 1, 1], "uv": [21, 22]} + ] + }, + { + "name": "tail", + "parent": "bone2", + "pivot": [0, 11.025, 0], + "cubes": [ + {"origin": [-1.5, 8, 0], "size": [3, 3, 0], "uv": [0, 0]} + ] + }, + { + "name": "tail_2", + "parent": "tail", + "pivot": [0, 7.975, 0], + "cubes": [ + {"origin": [-2.5, 4, 0], "size": [5, 4, 0], "uv": [20, 18]}, + {"origin": [-1.5, 3, 0], "size": [3, 1, 0], "uv": [0, 3]} + ] + }, + { + "name": "right_eye", + "parent": "head", + "pivot": [2, 16, -2.775], + "cubes": [ + {"origin": [1, 16, -3.55], "size": [1, 2, 0], "uv": [4, 5]}, + {"origin": [1, 16, -3.735], "size": [1, 2, 1], "inflate": -0.175, "uv": [0, 4]} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [-2, 14.65, -2.525], + "cubes": [ + {"origin": [-3, 14.85, -3.525], "size": [1, 1, 0], "uv": [17, 18]}, + {"origin": [2, 14.85, -3.525], "size": [1, 1, 0], "uv": [15, 18]}, + {"origin": [1, 15.4, -3.525], "size": [1, 1, 0], "uv": [15, 16]}, + {"origin": [1, 15.075, -3.51], "size": [1, 1, 0], "uv": [0, 18]}, + {"origin": [-1, 14.825, -3.51], "size": [2, 1, 0], "uv": [0, 17]}, + {"origin": [-1, 15.15, -3.525], "size": [2, 1, 0], "uv": [3, 4]}, + {"origin": [-2, 15.4, -3.525], "size": [1, 1, 0], "uv": [3, 14]}, + {"origin": [-2, 15.075, -3.51], "size": [1, 1, 0], "uv": [2, 18]} + ] + }, + { + "name": "left_eye", + "parent": "head", + "pivot": [-2, 16, -2.775], + "cubes": [ + {"origin": [-2, 16, -3.55], "size": [1, 2, 0], "uv": [15, 14]}, + {"origin": [-2, 16, -3.735], "size": [1, 2, 1], "inflate": -0.175, "uv": [0, 14]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/tauros_aqua.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/tauros_aqua.geo.json new file mode 100644 index 0000000..b2b4612 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/tauros_aqua.geo.json @@ -0,0 +1,453 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.tauros", + "texture_width": 128, + "texture_height": 64, + "visible_bounds_width": 6, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "tauros", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "tauros", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 14.45, 7.25], + "cubes": [ + {"origin": [-4.5, 9.75, 1], "size": [9, 10, 10], "uv": [75, 39]}, + {"origin": [-5.5, 9, -11], "size": [11, 13, 13], "uv": [0, 0]}, + {"origin": [-6.5, 8.5, -11.5], "size": [13, 14, 6], "pivot": [0, 16, -9], "rotation": [-2.5, 0, 0], "uv": [0, 27]}, + {"origin": [-2.4, 21.5, -11.3], "size": [8, 4, 0], "pivot": [0, 16, -9], "rotation": [-26.5, 0, 0], "uv": [110, 8], "mirror": true}, + {"origin": [-4.9, 21.5, -11.2], "size": [8, 4, 0], "pivot": [0, 16, -9], "rotation": [-26.5, 0, 0], "uv": [110, 8], "mirror": true}, + {"origin": [-3.6, 22.3, -11], "size": [8, 4, 0], "pivot": [0, 16, -9], "rotation": [-26.5, 0, 0], "uv": [110, 8], "mirror": true} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 17.25, -10.5] + }, + { + "name": "head_correction", + "parent": "head", + "pivot": [0, 17.25, -10.5] + }, + { + "name": "head_ai", + "parent": "head_correction", + "pivot": [0, 17.25, -10.5] + }, + { + "name": "head_angle", + "parent": "head_ai", + "pivot": [0, 17.25, -10.5], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [-3, 13.75, -16.5], "size": [6, 6, 7], "uv": [35, 0]}, + {"origin": [-0.5, 19.75, -14.5], "size": [1, 0, 3], "inflate": 0.01, "uv": [77, 10]}, + {"origin": [-2, 14.75, -19.5], "size": [4, 3, 3], "pivot": [0, 17.75, -16.5], "rotation": [5, 0, 0], "uv": [32, 27]} + ] + }, + { + "name": "jaw", + "parent": "head_angle", + "pivot": [0, 14.85, -16.5], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-1.5, 13.85, -19.25], "size": [3, 1, 3], "uv": [0, 9]} + ] + }, + { + "name": "horn_left", + "parent": "head_angle", + "pivot": [2.65, 17.95, -12.75], + "rotation": [-14.65373, 10.8781, 5.3672], + "cubes": [ + {"origin": [7.35, 16.95, -13.75], "size": [1, 2, 2], "inflate": 0.4, "uv": [64, 31], "mirror": true}, + {"origin": [2.65, 16.95, -13.75], "size": [3, 2, 2], "uv": [64, 31], "mirror": true}, + {"origin": [2.95, 16.95, -13.75], "size": [1, 2, 2], "inflate": 0.3, "uv": [64, 31], "mirror": true}, + {"origin": [5.15, 16.95, -13.75], "size": [1, 2, 2], "inflate": 0.4, "uv": [64, 31], "mirror": true}, + {"origin": [9.85, 18.95, -11.65], "size": [-4.2, -2.2, -2.2], "uv": [124, 58]}, + {"origin": [5.75, 19.05, -11.65], "size": [-3.2, -2.2, -2.2], "uv": [124, 58]}, + {"origin": [4.05, 19.05, -11.65], "size": [-1.2, -2.2, -2.2], "uv": [124, 58]}, + {"origin": [8.45, 19.05, -11.65], "size": [-1.2, -2.2, -2.2], "uv": [124, 58]}, + {"origin": [6.25, 19.05, -11.65], "size": [-1.2, -2.2, -2.2], "uv": [124, 58]}, + {"origin": [8.45, 19.05, -11.65], "size": [-1.2, -2.2, -2.2], "inflate": -0.4, "uv": [125, 59]}, + {"origin": [6.25, 19.05, -11.65], "size": [-1.2, -2.2, -2.2], "inflate": -0.4, "uv": [125, 59]}, + {"origin": [4.05, 19.05, -11.65], "size": [-1.2, -2.2, -2.2], "inflate": -0.4, "uv": [125, 59]} + ] + }, + { + "name": "horn_left2", + "parent": "horn_left", + "pivot": [5.65, 16.95, -12.75], + "rotation": [0, 0, 5], + "cubes": [ + {"origin": [5.65, 17.15, -13.75], "size": [4, 2, 2], "inflate": 0.01, "uv": [46, 45], "mirror": true} + ] + }, + { + "name": "horn_left3", + "parent": "horn_left2", + "pivot": [9.55, 17.55, -12.75], + "rotation": [0, 0, -87.5], + "cubes": [ + {"origin": [10.25, 17.45, -13.25], "size": [3, 1, 1], "uv": [69, 0], "mirror": true}, + {"origin": [13.35, 18.55, -12.15], "size": [-3.2, -1.2, -1.2], "uv": [124, 58]} + ] + }, + { + "name": "eye_right", + "parent": "head_angle", + "pivot": [-2.51, 17.75, -15.51], + "cubes": [ + {"origin": [-3.01, 16.75, -16.51], "size": [1, 2, 2], "uv": [81, 15], "mirror": true} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-2.41, 17.75, -14.91], + "cubes": [ + {"origin": [-2.91, 16.75, -16.41], "size": [1, 2, 3], "inflate": 0.01, "uv": [80, 19], "mirror": true} + ] + }, + { + "name": "eye_left", + "parent": "head_angle", + "pivot": [2.51, 17.75, -15.51], + "cubes": [ + {"origin": [2.01, 16.75, -16.51], "size": [1, 2, 2], "uv": [81, 15]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [2.41, 17.75, -14.91], + "cubes": [ + {"origin": [1.91, 16.75, -16.41], "size": [1, 2, 3], "inflate": 0.01, "uv": [80, 19]} + ] + }, + { + "name": "horn_right", + "parent": "head_angle", + "pivot": [-2.65, 17.95, -12.75], + "rotation": [-14.65373, -10.8781, -5.3672], + "cubes": [ + {"origin": [-8.35, 16.95, -13.75], "size": [1, 2, 2], "inflate": 0.4, "uv": [64, 31]}, + {"origin": [-5.65, 16.95, -13.75], "size": [3, 2, 2], "uv": [64, 31]}, + {"origin": [-3.95, 16.95, -13.75], "size": [1, 2, 2], "inflate": 0.3, "uv": [64, 31]}, + {"origin": [-6.15, 16.95, -13.75], "size": [1, 2, 2], "inflate": 0.4, "uv": [64, 31]}, + {"origin": [-5.65, 18.95, -11.65], "size": [-4.2, -2.2, -2.2], "uv": [124, 58], "mirror": true}, + {"origin": [-2.55, 19.05, -11.65], "size": [-3.2, -2.2, -2.2], "uv": [124, 58], "mirror": true}, + {"origin": [-2.85, 19.05, -11.65], "size": [-1.2, -2.2, -2.2], "uv": [124, 58], "mirror": true}, + {"origin": [-7.25, 19.05, -11.65], "size": [-1.2, -2.2, -2.2], "uv": [124, 58], "mirror": true}, + {"origin": [-5.05, 19.05, -11.65], "size": [-1.2, -2.2, -2.2], "uv": [124, 58], "mirror": true}, + {"origin": [-7.25, 19.05, -11.65], "size": [-1.2, -2.2, -2.2], "inflate": -0.4, "uv": [125, 59], "mirror": true}, + {"origin": [-5.05, 19.05, -11.65], "size": [-1.2, -2.2, -2.2], "inflate": -0.4, "uv": [125, 59], "mirror": true}, + {"origin": [-2.85, 19.05, -11.65], "size": [-1.2, -2.2, -2.2], "inflate": -0.4, "uv": [125, 59], "mirror": true} + ] + }, + { + "name": "horn_right2", + "parent": "horn_right", + "pivot": [-5.65, 16.95, -12.75], + "rotation": [0, 0, -5], + "cubes": [ + {"origin": [-9.65, 17.15, -13.75], "size": [4, 2, 2], "inflate": 0.01, "uv": [46, 45]} + ] + }, + { + "name": "horn_right3", + "parent": "horn_right2", + "pivot": [-9.55, 17.55, -12.75], + "rotation": [0, 0, 87.5], + "cubes": [ + {"origin": [-13.25, 17.45, -13.25], "size": [3, 1, 1], "uv": [69, 0]}, + {"origin": [-10.15, 18.55, -12.15], "size": [-3.2, -1.2, -1.2], "uv": [124, 58], "mirror": true} + ] + }, + { + "name": "mane_bottom", + "parent": "torso", + "pivot": [-1.3, 8.5, -7.05], + "rotation": [18.39214, -7.99647, 22.70337], + "cubes": [ + {"origin": [-7.7, 3, -8.85], "size": [9, 7, 0], "pivot": [-1.3, 16, -7.55], "rotation": [-7.5, 0, 0], "uv": [105, 42]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 18.5, 11], + "cubes": [ + {"origin": [-0.5, 18, 10], "size": [1, 1, 5], "inflate": 0.01, "uv": [94, 21]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 18.5, 15], + "cubes": [ + {"origin": [-0.5, 18, 15], "size": [1, 1, 4], "uv": [118, 27]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 18.5, 19], + "cubes": [ + {"origin": [-0.5, 18, 19], "size": [1, 1, 4], "inflate": 0.01, "uv": [89, 27]} + ] + }, + { + "name": "tail4", + "parent": "tail3", + "pivot": [0, 18.5, 23], + "cubes": [ + {"origin": [-0.5, 18, 23], "size": [1, 1, 5], "uv": [61, 1]} + ] + }, + { + "name": "tail5", + "parent": "tail4", + "pivot": [0, 18.5, 27], + "cubes": [ + {"origin": [-1, 17.5, 27], "size": [2, 2, 3], "uv": [67, 7]} + ] + }, + { + "name": "tail6", + "parent": "tail5", + "pivot": [0, 17.5, 30], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [0, 17.5, 30], "size": [0, 2, 3], "uv": [0, 28]} + ] + }, + { + "name": "tail_left", + "parent": "torso", + "pivot": [1, 18.5, 11], + "rotation": [0, 8, 0], + "cubes": [ + {"origin": [0.5, 18, 10], "size": [1, 1, 5], "inflate": 0.01, "uv": [94, 21]} + ] + }, + { + "name": "tail_left2", + "parent": "tail_left", + "pivot": [1, 18.5, 15], + "cubes": [ + {"origin": [0.5, 18, 15], "size": [1, 1, 4], "uv": [118, 27]} + ] + }, + { + "name": "tail_left3", + "parent": "tail_left2", + "pivot": [1, 18.5, 19], + "cubes": [ + {"origin": [0.5, 18, 19], "size": [1, 1, 4], "inflate": 0.01, "uv": [89, 27]} + ] + }, + { + "name": "tail_left4", + "parent": "tail_left3", + "pivot": [1, 18.5, 23], + "cubes": [ + {"origin": [0.5, 18, 23], "size": [1, 1, 5], "uv": [61, 1]} + ] + }, + { + "name": "tail_left5", + "parent": "tail_left4", + "pivot": [1, 18.5, 27], + "cubes": [ + {"origin": [0, 17.5, 27], "size": [2, 2, 3], "uv": [67, 7]} + ] + }, + { + "name": "tail_left6", + "parent": "tail_left5", + "pivot": [1, 17.5, 30], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [1, 17.5, 30], "size": [0, 2, 3], "uv": [0, 28]} + ] + }, + { + "name": "tail_right", + "parent": "torso", + "pivot": [-1, 18.5, 10.6], + "rotation": [0, -8, 0], + "cubes": [ + {"origin": [-1.5, 18, 9.6], "size": [1, 1, 5], "inflate": 0.01, "uv": [94, 21]} + ] + }, + { + "name": "tail_right2", + "parent": "tail_right", + "pivot": [-1, 18.5, 14.6], + "cubes": [ + {"origin": [-1.5, 18, 14.6], "size": [1, 1, 4], "uv": [118, 27]} + ] + }, + { + "name": "tail_right3", + "parent": "tail_right2", + "pivot": [-1, 18.5, 18.6], + "cubes": [ + {"origin": [-1.5, 18, 18.6], "size": [1, 1, 4], "inflate": 0.01, "uv": [89, 27]} + ] + }, + { + "name": "tail_right4", + "parent": "tail_right3", + "pivot": [-1, 18.5, 22.6], + "cubes": [ + {"origin": [-1.5, 18, 22.6], "size": [1, 1, 5], "uv": [61, 1]} + ] + }, + { + "name": "tail_right5", + "parent": "tail_right4", + "pivot": [-1, 18.5, 26.6], + "cubes": [ + {"origin": [-2, 17.5, 26.6], "size": [2, 2, 3], "uv": [67, 7]} + ] + }, + { + "name": "tail_right6", + "parent": "tail_right5", + "pivot": [-1, 17.5, 29.6], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [-1, 17.5, 29.6], "size": [0, 2, 3], "uv": [0, 28]} + ] + }, + { + "name": "mane_bottom2", + "parent": "torso", + "pivot": [1.3, 8.5, -7.05], + "rotation": [18.39214, 7.99647, -22.70337], + "cubes": [ + {"origin": [-1.3, 3, -8.85], "size": [9, 7, 0], "pivot": [1.3, 16, -7.55], "rotation": [-7.5, 0, 0], "uv": [105, 42], "mirror": true} + ] + }, + { + "name": "leg_front_right", + "parent": "body", + "pivot": [-4.25, 13.25, -5], + "cubes": [ + {"origin": [-6.25, 7.25, -7], "size": [4, 8, 4], "uv": [48, 13]} + ] + }, + { + "name": "leg_front_right2", + "parent": "leg_front_right", + "pivot": [-4.25, 7.25, -6.25], + "cubes": [ + {"origin": [-5.75, 1.5, -6.25], "size": [3, 6, 3], "uv": [38, 33]} + ] + }, + { + "name": "leg_front_right3", + "parent": "leg_front_right2", + "pivot": [-4.25, 2, -4.75], + "cubes": [ + {"origin": [-5.75, 0, -6.5], "size": [3, 2, 3], "inflate": 0.01, "uv": [64, 14]} + ] + }, + { + "name": "leg_front_left", + "parent": "body", + "pivot": [4.25, 13.25, -5], + "cubes": [ + {"origin": [2.25, 7.25, -7], "size": [4, 8, 4], "uv": [52, 45]} + ] + }, + { + "name": "leg_front_left2", + "parent": "leg_front_left", + "pivot": [4.25, 7.25, -6.25], + "cubes": [ + {"origin": [2.75, 1.5, -6.25], "size": [3, 6, 3], "uv": [104, 17]} + ] + }, + { + "name": "leg_front_left3", + "parent": "leg_front_left2", + "pivot": [4.25, 2, -4.75], + "cubes": [ + {"origin": [2.75, 0, -6.5], "size": [3, 2, 3], "inflate": 0.01, "uv": [64, 26]} + ] + }, + { + "name": "leg_back_right", + "parent": "body", + "pivot": [-4, 13.75, 7.25], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-6, 6.75, 4.25], "size": [4, 9, 6], "inflate": 0.02, "uv": [32, 45]} + ] + }, + { + "name": "leg_back_right2", + "parent": "leg_back_right", + "pivot": [-4, 6.75, 9.75], + "rotation": [-7.5, 0, 0], + "cubes": [ + {"origin": [-5.5, 1, 7.75], "size": [3, 6, 3], "uv": [0, 0]} + ] + }, + { + "name": "leg_back_right3", + "parent": "leg_back_right2", + "pivot": [-4, 1.5, 9.25], + "rotation": [2.5, 0, 0], + "cubes": [ + {"origin": [-5.5, -0.25, 7.5], "size": [3, 2, 3], "inflate": 0.01, "uv": [116, 21]} + ] + }, + { + "name": "leg_back_left", + "parent": "body", + "pivot": [4, 13.75, 7.25], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [2, 6.75, 4.25], "size": [4, 9, 6], "uv": [0, 48]} + ] + }, + { + "name": "leg_back_left2", + "parent": "leg_back_left", + "pivot": [4, 6.75, 9.75], + "rotation": [-7.5, 0, 0], + "cubes": [ + {"origin": [2.5, 1, 7.75], "size": [3, 6, 3], "uv": [20, 48]} + ] + }, + { + "name": "leg_back_left3", + "parent": "leg_back_left2", + "pivot": [4, 1.5, 9.25], + "rotation": [2.5, 0, 0], + "cubes": [ + {"origin": [2.5, -0.25, 7.5], "size": [3, 2, 3], "inflate": 0.01, "uv": [80, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/tauros_blaze.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/tauros_blaze.geo.json new file mode 100644 index 0000000..9407354 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/tauros_blaze.geo.json @@ -0,0 +1,386 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.tauros", + "texture_width": 128, + "texture_height": 64, + "visible_bounds_width": 4, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "tauros", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "tauros", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 14.45, 7.25], + "cubes": [ + {"origin": [-4.5, 9.75, 1], "size": [9, 10, 10], "uv": [75, 39]}, + {"origin": [-5.5, 9, -11], "size": [11, 13, 13], "uv": [0, 0]}, + {"origin": [-6.5, 8.5, -11.5], "size": [13, 14, 6], "pivot": [0, 16, -9], "rotation": [-2.5, 0, 0], "uv": [0, 27]} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 17.25, -10.5] + }, + { + "name": "head_correction", + "parent": "head", + "pivot": [0, 17.25, -10.5] + }, + { + "name": "head_ai", + "parent": "head_correction", + "pivot": [0, 17.25, -10.5] + }, + { + "name": "head_angle", + "parent": "head_ai", + "pivot": [0, 17.25, -10.5], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [-3, 13.75, -16.5], "size": [6, 6, 7], "uv": [35, 0]}, + {"origin": [-0.5, 19.75, -14.5], "size": [1, 0, 3], "inflate": 0.01, "uv": [77, 10]}, + {"origin": [-2, 14.75, -19.5], "size": [4, 3, 3], "pivot": [0, 17.75, -16.5], "rotation": [5, 0, 0], "uv": [32, 27]} + ] + }, + { + "name": "jaw", + "parent": "head_angle", + "pivot": [0, 14.85, -16.5], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-1.5, 13.85, -19.25], "size": [3, 1, 3], "uv": [0, 9]} + ] + }, + { + "name": "horn_left", + "parent": "head_angle", + "pivot": [2.65, 17.95, -12.75], + "rotation": [-15, 5, -15], + "cubes": [ + {"origin": [2.65, 16.95, -13.75], "size": [3, 2, 2], "inflate": 0.1, "uv": [80, 5]}, + {"origin": [5.75, 19.05, -11.65], "size": [-3.2, -2.2, -2.2], "inflate": -0.1, "uv": [120, 43]} + ] + }, + { + "name": "horn_left2", + "parent": "horn_left", + "pivot": [5.65, 16.95, -12.75], + "rotation": [0, 0, -45], + "cubes": [ + {"origin": [5.65, 16.95, -13.75], "size": [3, 2, 2], "inflate": 0.01, "uv": [64, 45]}, + {"origin": [8.75, 19.05, -11.65], "size": [-3.2, -2.2, -2.2], "uv": [120, 43]} + ] + }, + { + "name": "horn_left3", + "parent": "horn_left2", + "pivot": [8.65, 16.95, -12.75], + "rotation": [0, 0, -60], + "cubes": [ + {"origin": [8.65, 16.95, -13.25], "size": [3, 1, 1], "uv": [69, 2]}, + {"origin": [11.75, 18.05, -12.15], "size": [-3.2, -1.2, -1.2], "uv": [121, 41]} + ] + }, + { + "name": "eye_right", + "parent": "head_angle", + "pivot": [-2.51, 17.75, -15.51], + "cubes": [ + {"origin": [-3.01, 16.75, -16.51], "size": [1, 2, 2], "uv": [81, 15], "mirror": true} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-2.41, 17.75, -14.91], + "cubes": [ + {"origin": [-2.91, 16.75, -16.41], "size": [1, 2, 3], "inflate": 0.01, "uv": [80, 19], "mirror": true} + ] + }, + { + "name": "eye_left", + "parent": "head_angle", + "pivot": [2.51, 17.75, -15.51], + "cubes": [ + {"origin": [2.01, 16.75, -16.51], "size": [1, 2, 2], "uv": [81, 15]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [2.41, 17.75, -14.91], + "cubes": [ + {"origin": [1.91, 16.75, -16.41], "size": [1, 2, 3], "inflate": 0.01, "uv": [80, 19]} + ] + }, + { + "name": "horn_right", + "parent": "head_angle", + "pivot": [-2.65, 17.95, -12.75], + "rotation": [-15, -5, 15], + "cubes": [ + {"origin": [-5.65, 16.95, -13.75], "size": [3, 2, 2], "inflate": 0.1, "uv": [80, 5], "mirror": true}, + {"origin": [-2.55, 19.05, -11.65], "size": [-3.2, -2.2, -2.2], "inflate": -0.1, "uv": [120, 43], "mirror": true} + ] + }, + { + "name": "horn_right2", + "parent": "horn_right", + "pivot": [-5.65, 16.95, -12.75], + "rotation": [0, 0, 45], + "cubes": [ + {"origin": [-8.65, 16.95, -13.75], "size": [3, 2, 2], "inflate": 0.01, "uv": [64, 45], "mirror": true}, + {"origin": [-5.55, 19.05, -11.65], "size": [-3.2, -2.2, -2.2], "uv": [120, 43], "mirror": true} + ] + }, + { + "name": "horn_right3", + "parent": "horn_right2", + "pivot": [-8.65, 16.95, -12.75], + "rotation": [0, 0, 60], + "cubes": [ + {"origin": [-11.65, 16.95, -13.25], "size": [3, 1, 1], "uv": [69, 2], "mirror": true}, + {"origin": [-8.55, 18.05, -12.15], "size": [-3.2, -1.2, -1.2], "uv": [121, 41], "mirror": true} + ] + }, + { + "name": "mane_top", + "parent": "torso", + "pivot": [0, 23.3, -5.5], + "rotation": [-75, 0, 0] + }, + { + "name": "mane_bottom", + "parent": "torso", + "pivot": [0, 8.5, -8.75], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [-3.5, 4.5, -8.75], "size": [7, 4, 0], "uv": [61, 57]}, + {"origin": [-3.5, 4.6, -8.75], "size": [7, 4, 0], "pivot": [0, 16, -9.25], "rotation": [140, 0, 0], "uv": [61, 57]}, + {"origin": [-3.5, 3.6, -8.95], "size": [7, 4, 0], "pivot": [0, 16, -9.25], "rotation": [140, 0, 0], "uv": [61, 57]}, + {"origin": [-6.5, 4.9, -9.15], "size": [7, 4, 0], "pivot": [0, 16, -9.25], "rotation": [140, 0, 0], "uv": [61, 57]}, + {"origin": [-0.5, 4.9, -9.15], "size": [7, 4, 0], "pivot": [0, 16, -9.25], "rotation": [140, 0, 0], "uv": [61, 57]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [-0.3, 18.5, 11], + "cubes": [ + {"origin": [-0.8, 17, 10], "size": [2, 2, 5], "inflate": 0.01, "uv": [89, 44]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [-0.3, 18.5, 15], + "cubes": [ + {"origin": [-0.8, 17, 15], "size": [2, 2, 4], "uv": [90, 48]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [-0.3, 18.5, 19], + "cubes": [ + {"origin": [-0.8, 17, 19], "size": [2, 2, 4], "inflate": 0.01, "uv": [93, 51]} + ] + }, + { + "name": "tail4", + "parent": "tail3", + "pivot": [-0.3, 18.3, 22.6], + "rotation": [21.8707, -15.84003, -6.25262], + "cubes": [ + {"origin": [-0.8, 17.8, 22.6], "size": [1, 1, 5], "uv": [37, 13]} + ] + }, + { + "name": "tail5", + "parent": "tail4", + "pivot": [-0.3, 18.3, 26.6], + "cubes": [ + {"origin": [-1.3, 17.3, 26.6], "size": [2, 2, 3], "uv": [67, 7]} + ] + }, + { + "name": "tail6", + "parent": "tail5", + "pivot": [-0.3, 17.3, 29.6], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [-0.3, 17.3, 29.6], "size": [0, 2, 3], "uv": [0, 28]} + ] + }, + { + "name": "tail7", + "parent": "tail3", + "pivot": [0, 17.7, 22.7], + "rotation": [-13.14521, 2.67656, -8.71064], + "cubes": [ + {"origin": [-0.5, 17.2, 22.7], "size": [1, 1, 5], "uv": [36, 13]} + ] + }, + { + "name": "tail8", + "parent": "tail7", + "pivot": [0, 17.7, 26.7], + "cubes": [ + {"origin": [-0.8752, 16.72737, 26.4982], "size": [2, 2, 3], "uv": [67, 7]} + ] + }, + { + "name": "tail9", + "parent": "tail8", + "pivot": [0, 16.7, 29.7], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [0, 16.7, 29.4], "size": [0, 2, 3], "uv": [0, 28]} + ] + }, + { + "name": "tail10", + "parent": "tail3", + "pivot": [-0.5, 17.6, 22.9], + "rotation": [-38.59978, 34.58595, -26.07778], + "cubes": [ + {"origin": [0.0248, 17.82737, 22.6982], "size": [1, 1, 5], "uv": [35, 15]} + ] + }, + { + "name": "tail11", + "parent": "tail10", + "pivot": [-0.5, 17.6, 26.9], + "cubes": [ + {"origin": [-0.4752, 17.32737, 26.6982], "size": [2, 2, 3], "uv": [67, 7]} + ] + }, + { + "name": "tail12", + "parent": "tail11", + "pivot": [-0.5, 16.6, 29.9], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [0.5248, 17.35481, 29.89333], "size": [0, 2, 3], "uv": [0, 28]} + ] + }, + { + "name": "leg_front_right", + "parent": "body", + "pivot": [-4.25, 13.25, -5], + "cubes": [ + {"origin": [-6.25, 7.25, -7], "size": [4, 8, 4], "uv": [48, 13]} + ] + }, + { + "name": "leg_front_right2", + "parent": "leg_front_right", + "pivot": [-4.25, 7.25, -6.25], + "cubes": [ + {"origin": [-5.75, 1.5, -6.25], "size": [3, 6, 3], "uv": [38, 33]} + ] + }, + { + "name": "leg_front_right3", + "parent": "leg_front_right2", + "pivot": [-4.25, 2, -4.75], + "cubes": [ + {"origin": [-5.75, 0, -6.5], "size": [3, 2, 3], "inflate": 0.01, "uv": [64, 14]} + ] + }, + { + "name": "leg_front_left", + "parent": "body", + "pivot": [4.25, 13.25, -5], + "cubes": [ + {"origin": [2.25, 7.25, -7], "size": [4, 8, 4], "uv": [52, 45]} + ] + }, + { + "name": "leg_front_left2", + "parent": "leg_front_left", + "pivot": [4.25, 7.25, -6.25], + "cubes": [ + {"origin": [2.75, 1.5, -6.25], "size": [3, 6, 3], "uv": [104, 17]} + ] + }, + { + "name": "leg_front_left3", + "parent": "leg_front_left2", + "pivot": [4.25, 2, -4.75], + "cubes": [ + {"origin": [2.75, 0, -6.5], "size": [3, 2, 3], "inflate": 0.01, "uv": [64, 26]} + ] + }, + { + "name": "leg_back_right", + "parent": "body", + "pivot": [-4, 13.75, 7.25], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-6, 6.75, 4.25], "size": [4, 9, 6], "inflate": 0.02, "uv": [32, 45]} + ] + }, + { + "name": "leg_back_right2", + "parent": "leg_back_right", + "pivot": [-4, 6.75, 9.75], + "rotation": [-7.5, 0, 0], + "cubes": [ + {"origin": [-5.5, 1, 7.75], "size": [3, 6, 3], "uv": [0, 0]} + ] + }, + { + "name": "leg_back_right3", + "parent": "leg_back_right2", + "pivot": [-4, 1.5, 9.25], + "rotation": [2.5, 0, 0], + "cubes": [ + {"origin": [-5.5, -0.25, 7.5], "size": [3, 2, 3], "inflate": 0.01, "uv": [116, 21]} + ] + }, + { + "name": "leg_back_left", + "parent": "body", + "pivot": [4, 13.75, 7.25], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [2, 6.75, 4.25], "size": [4, 9, 6], "uv": [0, 48]} + ] + }, + { + "name": "leg_back_left2", + "parent": "leg_back_left", + "pivot": [4, 6.75, 9.75], + "rotation": [-7.5, 0, 0], + "cubes": [ + {"origin": [2.5, 1, 7.75], "size": [3, 6, 3], "uv": [20, 48]} + ] + }, + { + "name": "leg_back_left3", + "parent": "leg_back_left2", + "pivot": [4, 1.5, 9.25], + "rotation": [2.5, 0, 0], + "cubes": [ + {"origin": [2.5, -0.25, 7.5], "size": [3, 2, 3], "inflate": 0.01, "uv": [80, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/tauros_combat.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/tauros_combat.geo.json new file mode 100644 index 0000000..a03fdb1 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/tauros_combat.geo.json @@ -0,0 +1,426 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.tauros", + "texture_width": 128, + "texture_height": 64, + "visible_bounds_width": 6, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "tauros", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "tauros", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 14.45, 7.25], + "cubes": [ + {"origin": [-4.5, 9.75, 1], "size": [9, 10, 10], "uv": [75, 39]}, + {"origin": [-5.5, 9, -11], "size": [11, 13, 13], "uv": [0, 0]}, + {"origin": [-6.5, 8.5, -11.5], "size": [13, 14, 6], "pivot": [0, 16, -9], "rotation": [-2.5, 0, 0], "uv": [0, 27]} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 17.25, -10.5] + }, + { + "name": "head_correction", + "parent": "head", + "pivot": [0, 17.25, -10.5] + }, + { + "name": "head_ai", + "parent": "head_correction", + "pivot": [0, 17.25, -10.5] + }, + { + "name": "head_angle", + "parent": "head_ai", + "pivot": [0, 17.25, -10.5], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [-3, 13.75, -16.5], "size": [6, 6, 7], "uv": [35, 0]}, + {"origin": [-0.5, 19.75, -14.5], "size": [1, 0, 3], "inflate": 0.01, "uv": [77, 10]}, + {"origin": [-2, 14.75, -19.5], "size": [4, 3, 3], "pivot": [0, 17.75, -16.5], "rotation": [5, 0, 0], "uv": [32, 27]} + ] + }, + { + "name": "jaw", + "parent": "head_angle", + "pivot": [0, 14.85, -16.5], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-1.5, 13.85, -19.25], "size": [3, 1, 3], "uv": [0, 9]} + ] + }, + { + "name": "horn_right", + "parent": "head_angle", + "pivot": [-2.65, 17.95, -12.75], + "rotation": [-15, -5, 15], + "cubes": [ + {"origin": [-5.65, 16.95, -13.75], "size": [3, 2, 2], "uv": [64, 31]} + ] + }, + { + "name": "horn_right2", + "parent": "horn_right", + "pivot": [-5.65, 16.95, -12.75], + "rotation": [0, 0, 45], + "cubes": [ + {"origin": [-8.65, 16.95, -13.75], "size": [3, 2, 2], "inflate": 0.01, "uv": [46, 45]} + ] + }, + { + "name": "horn_right3", + "parent": "horn_right2", + "pivot": [-8.65, 16.95, -12.75], + "rotation": [0, 0, 60], + "cubes": [ + {"origin": [-11.65, 16.95, -13.25], "size": [3, 1, 1], "uv": [69, 0]} + ] + }, + { + "name": "horn_left", + "parent": "head_angle", + "pivot": [2.65, 17.95, -12.75], + "rotation": [-15, 5, -15], + "cubes": [ + {"origin": [2.65, 16.95, -13.75], "size": [3, 2, 2], "uv": [80, 5]} + ] + }, + { + "name": "horn_left2", + "parent": "horn_left", + "pivot": [5.65, 16.95, -12.75], + "rotation": [0, 0, -45], + "cubes": [ + {"origin": [5.65, 16.95, -13.75], "size": [3, 2, 2], "inflate": 0.01, "uv": [64, 45]} + ] + }, + { + "name": "horn_left3", + "parent": "horn_left2", + "pivot": [8.65, 16.95, -12.75], + "rotation": [0, 0, -60], + "cubes": [ + {"origin": [8.65, 16.95, -13.25], "size": [3, 1, 1], "uv": [69, 2]} + ] + }, + { + "name": "eye_right", + "parent": "head_angle", + "pivot": [-2.51, 17.75, -15.51], + "cubes": [ + {"origin": [-3.01, 16.75, -16.51], "size": [1, 2, 2], "uv": [81, 15], "mirror": true} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-2.41, 17.75, -14.91], + "cubes": [ + {"origin": [-2.91, 16.75, -16.41], "size": [1, 2, 3], "inflate": 0.01, "uv": [80, 19], "mirror": true} + ] + }, + { + "name": "eye_left", + "parent": "head_angle", + "pivot": [2.51, 17.75, -15.51], + "cubes": [ + {"origin": [2.01, 16.75, -16.51], "size": [1, 2, 2], "uv": [81, 15]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [2.41, 17.75, -14.91], + "cubes": [ + {"origin": [1.91, 16.75, -16.41], "size": [1, 2, 3], "inflate": 0.01, "uv": [80, 19]} + ] + }, + { + "name": "mane_top", + "parent": "torso", + "pivot": [0, 23.3, -5.5], + "rotation": [-75, 0, 0], + "cubes": [ + {"origin": [-3, 22.8, -4.6], "size": [6, 2, 0], "uv": [111, 10]} + ] + }, + { + "name": "mane_bottom", + "parent": "torso", + "pivot": [0, 8.5, -8.75], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [-3.5, 4.5, -8.75], "size": [7, 4, 0], "uv": [61, 57]} + ] + }, + { + "name": "tail_right", + "parent": "torso", + "pivot": [-0.5, 18.5, 11], + "rotation": [0, -30, 0], + "cubes": [ + {"origin": [-1, 18, 10], "size": [1, 1, 5], "uv": [59, 20]} + ] + }, + { + "name": "tail_right2", + "parent": "tail_right", + "pivot": [-0.5, 18.5, 15], + "cubes": [ + {"origin": [-1, 18, 15], "size": [1, 1, 4], "inflate": 0.01, "uv": [66, 19]} + ] + }, + { + "name": "tail_right3", + "parent": "tail_right2", + "pivot": [-0.5, 18.5, 19], + "cubes": [ + {"origin": [-1, 18, 19], "size": [1, 1, 4], "uv": [98, 3]} + ] + }, + { + "name": "tail_right4", + "parent": "tail_right3", + "pivot": [-0.5, 18.5, 23], + "cubes": [ + {"origin": [-1, 18, 23], "size": [1, 1, 5], "inflate": 0.01, "uv": [54, 0]} + ] + }, + { + "name": "tail_right5", + "parent": "tail_right4", + "pivot": [-0.5, 18.5, 27], + "cubes": [ + {"origin": [-1.5, 17.5, 27], "size": [2, 2, 3], "uv": [92, 0]} + ] + }, + { + "name": "tail_right6", + "parent": "tail_right5", + "pivot": [-0.5, 17.5, 30], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [-0.5, 17.5, 30], "size": [0, 2, 3], "uv": [0, 24]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 18.5, 11], + "cubes": [ + {"origin": [-0.5, 18, 10], "size": [1, 1, 5], "inflate": 0.01, "uv": [94, 21]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 18.5, 15], + "cubes": [ + {"origin": [-0.5, 18, 15], "size": [1, 1, 4], "uv": [118, 27]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 18.5, 19], + "cubes": [ + {"origin": [-0.5, 18, 19], "size": [1, 1, 4], "inflate": 0.01, "uv": [89, 27]} + ] + }, + { + "name": "tail4", + "parent": "tail3", + "pivot": [0, 18.5, 23], + "cubes": [ + {"origin": [-0.5, 18, 23], "size": [1, 1, 5], "uv": [61, 1]} + ] + }, + { + "name": "tail5", + "parent": "tail4", + "pivot": [0, 18.5, 27], + "cubes": [ + {"origin": [-1, 17.5, 27], "size": [2, 2, 3], "uv": [67, 7]} + ] + }, + { + "name": "tail6", + "parent": "tail5", + "pivot": [0, 17.5, 30], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [0, 17.5, 30], "size": [0, 2, 3], "uv": [0, 28]} + ] + }, + { + "name": "tail_left", + "parent": "torso", + "pivot": [0.5, 18.5, 11], + "rotation": [0, 30, 0], + "cubes": [ + {"origin": [0, 18, 10], "size": [1, 1, 5], "uv": [87, 20]} + ] + }, + { + "name": "tail_left2", + "parent": "tail_left", + "pivot": [0.5, 18.5, 15], + "cubes": [ + {"origin": [0, 18, 15], "size": [1, 1, 4], "inflate": 0.01, "uv": [112, 26]} + ] + }, + { + "name": "tail_left3", + "parent": "tail_left2", + "pivot": [0.5, 18.5, 19], + "cubes": [ + {"origin": [0, 18, 19], "size": [1, 1, 4], "uv": [102, 26]} + ] + }, + { + "name": "tail_left4", + "parent": "tail_left3", + "pivot": [0.5, 18.5, 23], + "cubes": [ + {"origin": [0, 18, 23], "size": [1, 1, 5], "inflate": 0.01, "uv": [60, 8]} + ] + }, + { + "name": "tail_left5", + "parent": "tail_left4", + "pivot": [0.5, 18.5, 27], + "cubes": [ + {"origin": [-0.5, 17.5, 27], "size": [2, 2, 3], "uv": [108, 3]} + ] + }, + { + "name": "tail_left6", + "parent": "tail_left5", + "pivot": [0.5, 17.5, 30], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [0.5, 17.5, 30], "size": [0, 2, 3], "uv": [0, 26]} + ] + }, + { + "name": "leg_front_right", + "parent": "body", + "pivot": [-4.25, 13.25, -5], + "cubes": [ + {"origin": [-6.25, 7.25, -7], "size": [4, 8, 4], "uv": [48, 13]} + ] + }, + { + "name": "leg_front_right2", + "parent": "leg_front_right", + "pivot": [-4.25, 7.25, -6.25], + "cubes": [ + {"origin": [-5.75, 1.5, -6.25], "size": [3, 6, 3], "uv": [38, 33]} + ] + }, + { + "name": "leg_front_right3", + "parent": "leg_front_right2", + "pivot": [-4.25, 2, -4.75], + "cubes": [ + {"origin": [-5.75, 0, -6.5], "size": [3, 2, 3], "inflate": 0.01, "uv": [64, 14]} + ] + }, + { + "name": "leg_front_left", + "parent": "body", + "pivot": [4.25, 13.25, -5], + "cubes": [ + {"origin": [2.25, 7.25, -7], "size": [4, 8, 4], "uv": [52, 45]} + ] + }, + { + "name": "leg_front_left2", + "parent": "leg_front_left", + "pivot": [4.25, 7.25, -6.25], + "cubes": [ + {"origin": [2.75, 1.5, -6.25], "size": [3, 6, 3], "uv": [104, 17]} + ] + }, + { + "name": "leg_front_left3", + "parent": "leg_front_left2", + "pivot": [4.25, 2, -4.75], + "cubes": [ + {"origin": [2.75, 0, -6.5], "size": [3, 2, 3], "inflate": 0.01, "uv": [64, 26]} + ] + }, + { + "name": "leg_back_right", + "parent": "body", + "pivot": [-4, 13.75, 7.25], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-6, 6.75, 4.25], "size": [4, 9, 6], "inflate": 0.02, "uv": [32, 45]} + ] + }, + { + "name": "leg_back_right2", + "parent": "leg_back_right", + "pivot": [-4, 6.75, 9.75], + "rotation": [-7.5, 0, 0], + "cubes": [ + {"origin": [-5.5, 1, 7.75], "size": [3, 6, 3], "uv": [0, 0]} + ] + }, + { + "name": "leg_back_right3", + "parent": "leg_back_right2", + "pivot": [-4, 1.5, 9.25], + "rotation": [2.5, 0, 0], + "cubes": [ + {"origin": [-5.5, -0.25, 7.5], "size": [3, 2, 3], "inflate": 0.01, "uv": [116, 21]} + ] + }, + { + "name": "leg_back_left", + "parent": "body", + "pivot": [4, 13.75, 7.25], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [2, 6.75, 4.25], "size": [4, 9, 6], "uv": [0, 48]} + ] + }, + { + "name": "leg_back_left2", + "parent": "leg_back_left", + "pivot": [4, 6.75, 9.75], + "rotation": [-7.5, 0, 0], + "cubes": [ + {"origin": [2.5, 1, 7.75], "size": [3, 6, 3], "uv": [20, 48]} + ] + }, + { + "name": "leg_back_left3", + "parent": "leg_back_left2", + "pivot": [4, 1.5, 9.25], + "rotation": [2.5, 0, 0], + "cubes": [ + {"origin": [2.5, -0.25, 7.5], "size": [3, 2, 3], "inflate": 0.01, "uv": [80, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/thundurus/thundurus.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/thundurus/thundurus.geo.json new file mode 100644 index 0000000..2c15463 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/thundurus/thundurus.geo.json @@ -0,0 +1,582 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 5, + "visible_bounds_height": 5, + "visible_bounds_offset": [0, 1.5, 0] + }, + "bones": [ + { + "name": "thunderus", + "pivot": [0, 0, 0] + }, + { + "name": "mainthing", + "parent": "thunderus", + "pivot": [0, 22, 0] + }, + { + "name": "cloud", + "parent": "mainthing", + "pivot": [-2.5, 9, 0.15], + "cubes": [ + {"origin": [-7.5, 8.75, -7.35], "size": [15, 9, 15], "uv": [0, 0]} + ] + }, + { + "name": "cloud_end", + "parent": "cloud", + "pivot": [-3.5, 3.25, 8.9], + "rotation": [27.5, 0, 0] + }, + { + "name": "cloud_tail", + "parent": "cloud_end", + "pivot": [-3.5, 3.25, 8.9], + "cubes": [ + {"origin": [0, 8.41393, 5.30675], "size": [0, 3, 5], "uv": [31, 21]} + ] + }, + { + "name": "cloud_tail2", + "parent": "cloud_end", + "pivot": [-3.5, 3.25, 8.9], + "cubes": [ + {"origin": [0, 6.41393, 5.80675], "size": [0, 2, 4], "uv": [0, 9]} + ] + }, + { + "name": "cloud_tail3", + "parent": "cloud_end", + "pivot": [-3.5, 3.25, 8.9], + "cubes": [ + {"origin": [0, 3.41393, 6.30675], "size": [0, 3, 3], "uv": [0, 21]} + ] + }, + { + "name": "tail_1", + "parent": "cloud", + "pivot": [0.5, 16.75, 6.4], + "cubes": [ + {"origin": [-0.5, 16, 6.15], "size": [1, 5, 1], "pivot": [-0.5, 16, 7.15], "rotation": [-29.7626, -5.9218, -23.88853], "uv": [64, 11]}, + {"origin": [-3.5, 19.75, 7.65], "size": [3, 3, 3], "pivot": [-2.5, 19.75, 9.65], "rotation": [-19.62899, -1.46073, -26.18327], "uv": [56, 30]}, + {"origin": [-2, 20.25, 10.65], "size": [0, 2, 2], "pivot": [-2.5, 19.75, 9.65], "rotation": [-19.62899, -1.46073, -26.18327], "uv": [12, 82]} + ] + }, + { + "name": "tail_2", + "parent": "tail_1", + "pivot": [-3.46278, 22.7177, 10.42958], + "cubes": [ + {"origin": [-3.59, 22.25, 9.9], "size": [1, 5, 1], "pivot": [-3.5, 22.25, 10.9], "rotation": [-12.21053, -6.82007, -26.34008], "uv": [60, 11]}, + {"origin": [-7, 26.75, 10.15], "size": [3, 3, 3], "pivot": [-5, 26.75, 12.15], "rotation": [-10.0212, 0.06372, -27.17999], "uv": [21, 39]}, + {"origin": [-5.5, 27.25, 13.15], "size": [0, 2, 2], "pivot": [-5, 26.75, 12.15], "rotation": [-10.0212, 0.06372, -27.17999], "uv": [12, 82]} + ] + }, + { + "name": "tail_3", + "parent": "tail_2", + "pivot": [-7, 29, 12], + "cubes": [ + {"origin": [-7.5, 28.5, 11.15], "size": [1, 5, 1], "pivot": [-7.5, 29.5, 11.15], "rotation": [18.13238, -4.82719, -26.88007], "uv": [55, 42]}, + {"origin": [-10.5, 32.75, 8.9], "size": [4, 4, 4], "pivot": [-8.5, 32.75, 9.9], "rotation": [27.24314, 0.19334, -25.69326], "uv": [16, 72]}, + {"origin": [-8.5, 33.75, 12.9], "size": [0, 2, 2], "pivot": [-8.5, 32.75, 9.9], "rotation": [27.24314, 0.19334, -25.69326], "uv": [12, 82]} + ] + }, + { + "name": "tail_4", + "parent": "tail_3", + "pivot": [-9.24538, 36.68024, 8.58431], + "cubes": [ + {"origin": [-10, 35.75, 8.65], "size": [1, 5, 1], "pivot": [-10, 35.75, 8.65], "rotation": [55.53565, 0.05707, -23.20089], "uv": [0, 53]}, + {"origin": [-13, 38.5, 4.15], "size": [4, 4, 4], "pivot": [-10, 38.5, 5.15], "rotation": [83.66532, 0.21248, -22.58], "uv": [36, 70]}, + {"origin": [-10.5, 39.5, 8.15], "size": [0, 2, 2], "pivot": [-10, 38.5, 5.15], "rotation": [83.66532, 0.21248, -22.58], "uv": [12, 82]} + ] + }, + { + "name": "tail_5", + "parent": "tail_4", + "pivot": [-11.38616, 39.82, 0.80649], + "cubes": [ + {"origin": [-12.75, 43.25, -0.6], "size": [1, 5, 1], "pivot": [-12.75, 42.25, 3.4], "rotation": [87.5, 0, -25], "uv": [51, 42]}, + {"origin": [-12.25, 37.25, -6.85], "size": [5, 5, 5], "pivot": [-8.25, 37.25, -5.85], "rotation": [12.52311, 2.71515, -24.24543], "uv": [41, 60]}, + {"origin": [-9.5, 37.25, -5.85], "size": [0, 8, 3], "pivot": [-8.25, 37.25, -5.85], "rotation": [12.52311, 2.71515, -24.24543], "uv": [0, 81]} + ] + }, + { + "name": "tail_6", + "parent": "tail_5", + "pivot": [-10.38616, 37.82, -7.19351], + "cubes": [ + {"origin": [-12.78291, 37.15903, -17.10118], "size": [6, 6, 6], "pivot": [-10.00095, 38.35265, -7.35081], "rotation": [47.39743, 2.86544, -26.59918], "uv": [54, 18]}, + {"origin": [-9.78291, 43.15903, -15.10118], "size": [0, 3, 3], "pivot": [-10.00095, 38.35265, -7.35081], "rotation": [47.39743, 2.86544, -26.59918], "uv": [0, 81]}, + {"origin": [-10.5119, 37.86116, -7.82238], "size": [1, 5, 1], "pivot": [-10.00095, 38.35265, -7.35081], "rotation": [114.02486, 1.92555, -25.68601], "uv": [45, 0]} + ] + }, + { + "name": "tail_7", + "parent": "tail_6", + "pivot": [-6.38216, 33.79634, -14.49626], + "cubes": [ + {"origin": [-12.60222, 39.21484, -27.53554], "size": [7, 7, 7], "pivot": [-10.00095, 38.35265, -7.35081], "rotation": [63.99337, 6.17485, -28.93254], "uv": [0, 39]}, + {"origin": [-10.05059, 24.45165, -11.82757], "size": [1, 5, 1], "pivot": [-10.00095, 38.35265, -7.35081], "rotation": [-28.99181, 4.16957, -28.03114], "uv": [0, 39]}, + {"origin": [-9.35222, 46.21484, -25.53554], "size": [0, 4, 3], "pivot": [-10.00095, 38.35265, -7.35081], "rotation": [63.99337, 6.17485, -28.93254], "uv": [0, 81]} + ] + }, + { + "name": "tip_8", + "parent": "tail_7", + "pivot": [-2.5, 17.75, 1.4] + }, + { + "name": "upperbody", + "parent": "mainthing", + "pivot": [0, 17.5, 0.15], + "cubes": [ + {"origin": [-4, 17, -2.85], "size": [8, 5, 6], "uv": [45, 0]} + ] + }, + { + "name": "torso", + "parent": "upperbody", + "pivot": [0, 23, 0.25], + "cubes": [ + {"origin": [-6.25, 22, -3.25], "size": [12, 8, 7], "uv": [0, 24]} + ] + }, + { + "name": "arms", + "parent": "torso", + "pivot": [0, 29, 0] + }, + { + "name": "arm_right", + "parent": "arms", + "pivot": [6.5, 28, -1] + }, + { + "name": "shoulder_right", + "parent": "arm_right", + "pivot": [6, 28, 1.5], + "rotation": [59.99269, 64.43583, 59.78703], + "cubes": [ + {"origin": [5.29895, 25.35819, -1.62981], "size": [6, 6, 6], "uv": [0, 53]} + ] + }, + { + "name": "bicep_right", + "parent": "shoulder_right", + "pivot": [9.54895, 27.85819, 2.62019], + "rotation": [-0.78696, 21.88467, 41.26384], + "cubes": [ + {"origin": [10.29895, 25.35819, -0.62981], "size": [6, 5, 5], "uv": [59, 37]} + ] + }, + { + "name": "forearm_right", + "parent": "bicep_right", + "pivot": [15.54895, 27.85819, 1.62019], + "rotation": [127.81776, 87.60022, 132.18242], + "cubes": [ + {"origin": [15.29895, 25.85819, -1.12981], "size": [6, 4, 4], "uv": [0, 65]} + ] + }, + { + "name": "wrist_right", + "parent": "forearm_right", + "pivot": [21.54895, 27.85819, 1.12019], + "rotation": [87.45712, -15.33483, -6.53294], + "cubes": [ + {"origin": [20.29895, 26.35819, 0.37019], "size": [3, 3, 2], "uv": [41, 54]} + ] + }, + { + "name": "hand_right", + "parent": "wrist_right", + "pivot": [24.29895, 28.10819, 1.12019], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [23.29895, 25.85819, 0.37019], "size": [3, 4, 2], "uv": [67, 0]} + ] + }, + { + "name": "fingers_right", + "parent": "hand_right", + "pivot": [24.54895, 27.85819, 1.87019] + }, + { + "name": "thumb_right", + "parent": "fingers_right", + "pivot": [24.54895, 28.85819, 2.87019], + "rotation": [5.96275, -4.55749, 37.26251], + "cubes": [ + {"origin": [24.29895, 28.85819, 1.12019], "size": [1, 2, 1], "uv": [0, 65]} + ] + }, + { + "name": "rthumb_tip", + "parent": "thumb_right", + "pivot": [24.79895, 30.85819, 1.87019], + "rotation": [32.5, 0, 0], + "cubes": [ + {"origin": [24.29895, 30.85819, 1.12019], "size": [1, 2, 1], "uv": [36, 64]} + ] + }, + { + "name": "index_right", + "parent": "fingers_right", + "pivot": [26.29895, 29.35819, 1.87019], + "rotation": [0, 65, 0], + "cubes": [ + {"origin": [26.29895, 28.85819, 1.37019], "size": [2, 1, 1], "uv": [9, 73]} + ] + }, + { + "name": "Rindex_tip", + "parent": "index_right", + "pivot": [28.54895, 29.35819, 2.12019], + "rotation": [0, 25, 0], + "cubes": [ + {"origin": [28.29895, 28.85819, 1.37019], "size": [2, 1, 1], "uv": [48, 72]} + ] + }, + { + "name": "middle_right", + "parent": "fingers_right", + "pivot": [26.29895, 28.35819, 1.87019], + "rotation": [0, 57.5, 0], + "cubes": [ + {"origin": [26.29895, 27.85819, 1.37019], "size": [2, 1, 1], "uv": [34, 72]} + ] + }, + { + "name": "Rmiddle_tip", + "parent": "middle_right", + "pivot": [28.15314, 28.35819, 1.54325], + "cubes": [ + {"origin": [28.29895, 27.85819, 1.37019], "size": [2, 1, 1], "pivot": [28.29895, 28.35819, 2.12019], "rotation": [0, 20, 0], "uv": [28, 72]} + ] + }, + { + "name": "ring_right", + "parent": "fingers_right", + "pivot": [26.29895, 27.35819, 1.87019], + "rotation": [0, 62.5, 0], + "cubes": [ + {"origin": [26.29895, 26.85819, 1.37019], "size": [2, 1, 1], "uv": [72, 22]} + ] + }, + { + "name": "Rring_tip", + "parent": "ring_right", + "pivot": [28.25, 27.25, 2.25], + "rotation": [0, 15, 0], + "cubes": [ + {"origin": [28.29895, 26.85819, 1.37019], "size": [2, 1, 1], "uv": [72, 20]} + ] + }, + { + "name": "pinky_right", + "parent": "fingers_right", + "pivot": [26.29895, 26.35819, 1.87019], + "rotation": [0, 67.5, 0], + "cubes": [ + {"origin": [26.29895, 25.85819, 1.37019], "size": [2, 1, 1], "uv": [72, 18]} + ] + }, + { + "name": "Rpinky_right", + "parent": "pinky_right", + "pivot": [28.29895, 26.35819, 2.12019], + "rotation": [0, 20, 0], + "cubes": [ + {"origin": [28.29895, 25.85819, 1.37019], "size": [2, 1, 1], "uv": [70, 52]} + ] + }, + { + "name": "arm_left", + "parent": "arms", + "pivot": [-4, 28.25, -0.25] + }, + { + "name": "shoulder_left", + "parent": "arm_left", + "pivot": [-6, 27.75, -0.25], + "rotation": [69.96441, -66.54069, -74.52838], + "cubes": [ + {"origin": [-9.74006, 24.85697, -2.44714], "size": [6, 6, 6], "uv": [52, 48]} + ] + }, + { + "name": "bicep_left", + "parent": "shoulder_left", + "pivot": [-7.99006, 28.35697, 1.80286], + "rotation": [6.3582, -34.31282, -14.95505], + "cubes": [ + {"origin": [-14.67516, 24.99117, -1.06026], "size": [6, 5, 5], "uv": [24, 54]} + ] + }, + { + "name": "forearm_left", + "parent": "bicep_left", + "pivot": [-14.92516, 28.49117, 2.18974], + "rotation": [-61.84066, -62.99707, 43.60278], + "cubes": [ + {"origin": [-19.67516, 25.49117, -0.56026], "size": [6, 4, 4], "uv": [20, 64]} + ] + }, + { + "name": "wrist_left", + "parent": "forearm_left", + "pivot": [-18.92516, 26.99117, 2.18974], + "rotation": [92.08232, 3.1071, -19.24339], + "cubes": [ + {"origin": [-21.67516, 26.49117, 1.43974], "size": [3, 3, 2], "uv": [41, 26]} + ] + }, + { + "name": "hand_left", + "parent": "wrist_left", + "pivot": [-21.17516, 27.99117, 2.43974], + "rotation": [11.9421, -19.85814, 2.97417], + "cubes": [ + {"origin": [-24.67516, 25.99117, 1.43974], "size": [3, 4, 2], "uv": [18, 53]} + ] + }, + { + "name": "fingers_left", + "parent": "hand_left", + "pivot": [-25, 27, 2.25] + }, + { + "name": "thumb_left", + "parent": "fingers_left", + "pivot": [-23.17516, 28.99117, 2.93974], + "rotation": [72.5, 0, 0], + "cubes": [ + {"origin": [-23.67516, 28.99117, 2.43974], "size": [1, 2, 1], "uv": [60, 60]} + ] + }, + { + "name": "thumbleft2", + "parent": "thumb_left", + "pivot": [-23.17516, 30.99117, 2.93974], + "cubes": [ + {"origin": [-23.67516, 30.99117, 2.43974], "size": [1, 2, 1], "uv": [10, 0]} + ] + }, + { + "name": "index_left", + "parent": "fingers_left", + "pivot": [-24.67516, 29.49117, 2.93974], + "rotation": [0, -12.5, 0], + "cubes": [ + {"origin": [-26.67516, 28.99117, 2.43974], "size": [2, 1, 1], "uv": [48, 70]} + ] + }, + { + "name": "indexleft2", + "parent": "index_left", + "pivot": [-26.67516, 29.49117, 2.93974], + "cubes": [ + {"origin": [-28.67516, 28.99117, 2.43974], "size": [2, 1, 1], "uv": [67, 35]} + ] + }, + { + "name": "middle_left", + "parent": "fingers_left", + "pivot": [-24.67516, 28.49117, 2.93974], + "rotation": [0, -10, 0], + "cubes": [ + {"origin": [-26.67516, 27.99117, 2.43974], "size": [2, 1, 1], "uv": [16, 65]} + ] + }, + { + "name": "midleft2", + "parent": "middle_left", + "pivot": [-27.67516, 28.49117, 2.93974], + "cubes": [ + {"origin": [-28.67516, 27.99117, 2.43974], "size": [2, 1, 1], "uv": [56, 36]} + ] + }, + { + "name": "ring_left", + "parent": "fingers_left", + "pivot": [-24.67516, 27.49117, 2.93974], + "rotation": [0, -15, 0], + "cubes": [ + {"origin": [-26.64109, 26.99117, 2.18092], "size": [2, 1, 1], "uv": [52, 12]} + ] + }, + { + "name": "ringleft2", + "parent": "ring_left", + "pivot": [-26.64109, 27.49117, 2.68092], + "cubes": [ + {"origin": [-28.64109, 26.99117, 2.18092], "size": [2, 1, 1], "uv": [28, 47]} + ] + }, + { + "name": "pinky_left", + "parent": "fingers_left", + "pivot": [-24.67516, 26.49117, 2.93974], + "rotation": [0, -12.5, 0], + "cubes": [ + {"origin": [-26.67516, 25.99117, 2.43974], "size": [2, 1, 1], "uv": [28, 45]} + ] + }, + { + "name": "pinkleft2", + "parent": "pinky_left", + "pivot": [-26.67516, 26.49117, 2.93974], + "cubes": [ + {"origin": [-28.67516, 25.99117, 2.43974], "size": [2, 1, 1], "uv": [8, 13]} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 30.5, 0.5], + "cubes": [ + {"origin": [-4.25, 32.5, -3.25], "size": [8, 5, 7], "uv": [28, 42]}, + {"origin": [-4.75, 30, -3.75], "size": [9, 3, 8], "uv": [30, 31]} + ] + }, + { + "name": "hair", + "parent": "head", + "pivot": [-0.25, 33.5, 2.75], + "cubes": [ + {"origin": [-2.25, 30, 4.5], "size": [4, 10, 4], "inflate": 0.01, "pivot": [0, 2.5, 6.75], "rotation": [7.5, 0, 0], "uv": [61, 60]}, + {"origin": [-1.75, 33, 0.75], "size": [3, 9, 4], "inflate": 0.01, "pivot": [-0.5, 4.5, 3], "rotation": [-7.5, 0, 0], "uv": [0, 0]}, + {"origin": [-1.25, 37.25, -6.75], "size": [2, 8, 4], "inflate": 0.01, "pivot": [-1, 8.75, -4.5], "rotation": [-30, 0, 0], "uv": [52, 70]}, + {"origin": [-1.75, 40.95, 27], "size": [3, 6, 3], "pivot": [-0.5, 9.25, 29.25], "rotation": [32.5, 0, 0], "uv": [0, 73]}, + {"origin": [-1.25, 33.7, 7.25], "size": [2, 6, 3], "pivot": [-1, 2, 9.5], "rotation": [-7.5, 0, 0], "uv": [64, 74]}, + {"origin": [-0.75, 40.2, -8.5], "size": [1, 6, 3], "inflate": 0.01, "pivot": [-1.5, 8.5, -6.25], "rotation": [-40, 0, 0], "uv": [74, 71]}, + {"origin": [-0.75, 33.85, 25.5], "size": [1, 4, 1], "pivot": [-1.5, 0, 25.75], "rotation": [12.5, 0, 0], "uv": [56, 60]}, + {"origin": [-2.25, 37.9, 20.25], "size": [4, 7, 4], "pivot": [0, 7, 22.5], "rotation": [32.5, 0, 0], "uv": [69, 7]} + ] + }, + { + "name": "horn", + "parent": "head", + "pivot": [-0.25, 33.75, -2.75], + "cubes": [ + {"origin": [-1.25, 37.5, -2.76], "size": [2, 4, 0], "uv": [0, 0]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [0, 30.25, -3.25] + }, + { + "name": "brows", + "parent": "eyes", + "pivot": [0, 31.5, -2] + }, + { + "name": "brow1", + "parent": "brows", + "pivot": [6, 34.25, -2.25], + "cubes": [ + {"origin": [2, 38.25, -3.27], "size": [3, 1, 1], "pivot": [6, 34.25, -2.25], "rotation": [0, 0, -47.5], "uv": [45, 13]} + ] + }, + { + "name": "brow2", + "parent": "brows", + "pivot": [6, 34.25, -2.25], + "cubes": [ + {"origin": [-5.5, 38.25, -3.27], "size": [3, 1, 1], "pivot": [-6.5, 34.25, -2.25], "rotation": [0, 0, 47.5], "uv": [45, 11]} + ] + }, + { + "name": "pupils", + "parent": "eyes", + "pivot": [0, 31.5, -2] + }, + { + "name": "pupil_right", + "parent": "pupils", + "pivot": [2, 30.75, -3.25], + "cubes": [ + {"origin": [1.25, 34.25, -3.267], "size": [1, 1, 0], "uv": [33, 43]} + ] + }, + { + "name": "pupil_left", + "parent": "pupils", + "pivot": [-2, 30.5, -3.25], + "cubes": [ + {"origin": [-2.75, 34.25, -3.267], "size": [1, 1, 0], "uv": [4, 43]} + ] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [2, 30.5, -2], + "cubes": [ + {"origin": [0.25, 33.25, -3.26], "size": [3, 2, 0], "uv": [73, 60]}, + {"origin": [1.25, 35.25, -3.26], "size": [2, 1, 0], "uv": [0, 30]} + ] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [-2, 30.5, -2], + "cubes": [ + {"origin": [-3.75, 33.25, -3.26], "size": [3, 2, 0], "uv": [73, 35]}, + {"origin": [-3.75, 35.25, -3.26], "size": [2, 1, 0], "uv": [10, 3]} + ] + }, + { + "name": "ears", + "parent": "head", + "pivot": [-0.25, 33.5, -2.5], + "cubes": [ + {"origin": [-3.25, 37.5, -1.25], "size": [3, 3, 2], "pivot": [-1.25, 30.5, -3.25], "rotation": [0, 0, 37.5], "uv": [70, 47]}, + {"origin": [-0.25, 37.5, -1.25], "size": [3, 3, 2], "pivot": [0.75, 30.5, -3.25], "rotation": [0, 0, -37.5], "uv": [68, 30]} + ] + }, + { + "name": "mustache", + "parent": "head", + "pivot": [0, 29.25, -2.25], + "cubes": [ + {"origin": [-5.25, 33, -3.79], "size": [10, 1, 1], "uv": [31, 24]}, + {"origin": [-3.75, 34, -3.79], "size": [1, 1, 0], "uv": [33, 42]}, + {"origin": [-4.75, 34, -3.79], "size": [1, 3, 0], "uv": [21, 39]}, + {"origin": [3.5, 34, -3.79], "size": [1, 3, 0], "uv": [4, 39]}, + {"origin": [2.5, 34, -3.79], "size": [1, 1, 0], "uv": [4, 42]}, + {"origin": [4.15, 35.5, -3.78], "size": [2, 2, 1], "pivot": [6, 28.5, -2.25], "rotation": [0, 0, -45], "uv": [0, 27]}, + {"origin": [1.5, 31, -3.78], "size": [1, 2, 0], "uv": [41, 26]}, + {"origin": [-5, 32, -3.79], "size": [1, 1, 0], "uv": [4, 30]}, + {"origin": [3.5, 32, -3.79], "size": [1, 1, 0], "uv": [5, 27]}, + {"origin": [-3, 31, -3.78], "size": [1, 2, 0], "uv": [39, 29]} + ] + }, + { + "name": "bone", + "parent": "mustache", + "pivot": [6, 28.5, -2.25] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [0, 27.5, -2], + "cubes": [ + {"origin": [-2, 31.25, -3.77], "size": [4, 2, 0], "uv": [31, 29]}, + {"origin": [0.5, 30.75, -3.76], "size": [1, 1, 0], "uv": [13, 13]}, + {"origin": [-2, 30.75, -3.76], "size": [1, 1, 0], "uv": [13, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/toedscool.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/toedscool.geo.json new file mode 100644 index 0000000..a913669 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/toedscool.geo.json @@ -0,0 +1,177 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.tentacool", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "tentacool", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "tentacool", + "pivot": [0, 24.5, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 24.5, 0], + "cubes": [ + {"origin": [-5, 24, -5], "size": [10, 12, 10], "uv": [24, 42]}, + {"origin": [-1.76777, 19, -5.51777], "size": [7, 10, 0], "pivot": [0, 24, -3.75], "rotation": [-10.54684, -44.5119, 7.43656], "uv": [50, 32], "mirror": true}, + {"origin": [-5.23223, 19, -5.51777], "size": [7, 10, 0], "pivot": [0, 24, -3.75], "rotation": [-10.54684, 44.5119, -7.43656], "uv": [36, 32]} + ] + }, + { + "name": "eyes", + "parent": "torso", + "pivot": [0, 23, -4] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [2.83346, 23, -3.56], + "cubes": [ + {"origin": [0.83346, 22, -3.56], "size": [4, 2, 0], "pivot": [2.83346, 23, -3.56], "rotation": [-5.6153, -45.21586, 0.45017], "uv": [56, 48], "mirror": true} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [2.83346, 23, -3.46], + "cubes": [ + {"origin": [0.83346, 22, -3.46], "size": [4, 2, 0], "inflate": 0.01, "pivot": [2.83346, 23, -3.46], "rotation": [-5.6153, -45.21586, 0.45017], "uv": [56, 44], "mirror": true} + ] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-2.83346, 23, -3.56], + "cubes": [ + {"origin": [-4.83346, 22, -3.56], "size": [4, 2, 0], "pivot": [-2.83346, 23, -3.56], "rotation": [-5.6153, 45.21586, -0.45017], "uv": [56, 50]} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-2.83552, 23, -3.46], + "cubes": [ + {"origin": [-4.83552, 22, -3.46], "size": [4, 2, 0], "inflate": 0.01, "pivot": [-2.83552, 23, -3.46], "rotation": [-5.6153, 45.21586, -0.45017], "uv": [56, 46]} + ] + }, + { + "name": "flap_left", + "parent": "torso", + "pivot": [5, 24, 1.5], + "cubes": [ + {"origin": [5, 18, -2], "size": [0, 6, 8], "inflate": 0.01, "pivot": [5, 24, 1.5], "rotation": [0, 0, -45], "uv": [20, 28]} + ] + }, + { + "name": "flap_right", + "parent": "torso", + "pivot": [-5, 24, 1.5], + "cubes": [ + {"origin": [-5, 18, -2], "size": [0, 6, 8], "inflate": 0.01, "pivot": [-5, 24, 1.5], "rotation": [0, 0, 45], "uv": [20, 22], "mirror": true} + ] + }, + { + "name": "flap_back", + "parent": "torso", + "pivot": [0, 24, 5], + "cubes": [ + {"origin": [-5, 17, 5], "size": [10, 7, 0], "inflate": 0.01, "pivot": [0, 24, 5], "rotation": [45, 0, 0], "uv": [44, 25]} + ] + }, + { + "name": "tentacle_left", + "parent": "body", + "pivot": [3.5, 24.5, 0], + "cubes": [ + {"origin": [3, 20, -0.5], "size": [1, 5, 1], "uv": [40, 18]} + ] + }, + { + "name": "tentacle_left_2", + "parent": "tentacle_left", + "pivot": [3.49, 20.01, 0.51], + "cubes": [ + {"origin": [3, 15, -0.5], "size": [1, 5, 1], "inflate": 0.01, "uv": [44, 18]} + ] + }, + { + "name": "tentacle_left_3", + "parent": "tentacle_left_2", + "pivot": [3.48, 15.02, 0.52], + "cubes": [ + {"origin": [3, 10, -0.5], "size": [1, 5, 1], "inflate": 0.02, "uv": [48, 18]} + ] + }, + { + "name": "tentacle_left_4", + "parent": "tentacle_left_3", + "pivot": [3.47, 10.03, 0.53], + "cubes": [ + {"origin": [3, 5, -0.5], "size": [1, 5, 1], "inflate": 0.03, "uv": [52, 18]} + ] + }, + { + "name": "tentacle_left_5", + "parent": "tentacle_left_4", + "pivot": [3.5, 5.5, 0], + "cubes": [ + {"origin": [2.5, 0, -1], "size": [2, 6, 2], "uv": [56, 17]} + ] + }, + { + "name": "tentacle_right", + "parent": "body", + "pivot": [-3.5, 24.5, 0], + "cubes": [ + {"origin": [-4, 20, -0.5], "size": [1, 5, 1], "uv": [40, 10], "mirror": true} + ] + }, + { + "name": "tentacle_right_2", + "parent": "tentacle_right", + "pivot": [-3.51, 20.01, 0.51], + "cubes": [ + {"origin": [-4, 15, -0.5], "size": [1, 5, 1], "inflate": 0.01, "uv": [44, 10], "mirror": true} + ] + }, + { + "name": "tentacle_right_3", + "parent": "tentacle_right_2", + "pivot": [-3.52, 15.02, 0.52], + "cubes": [ + {"origin": [-4, 10, -0.5], "size": [1, 5, 1], "inflate": 0.02, "uv": [48, 10], "mirror": true} + ] + }, + { + "name": "tentacle_right_4", + "parent": "tentacle_right_3", + "pivot": [-3.53, 10.03, 0.53], + "cubes": [ + {"origin": [-4, 5, -0.5], "size": [1, 5, 1], "inflate": 0.03, "uv": [52, 10], "mirror": true} + ] + }, + { + "name": "tentacle_right_5", + "parent": "tentacle_right_4", + "pivot": [-3.5, 5.5, 0], + "cubes": [ + {"origin": [-4.5, 0, -1], "size": [2, 6, 2], "uv": [56, 9], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/toedscruel.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/toedscruel.geo.json new file mode 100644 index 0000000..618edbe --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/toedscruel.geo.json @@ -0,0 +1,571 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.toedscruel", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 5.5, + "visible_bounds_offset": [0, 2.25, 0] + }, + "bones": [ + { + "name": "tentacruel", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "tentacruel", + "pivot": [0, 24, 2] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 29, 0], + "cubes": [ + {"origin": [2, 41, -8], "size": [-4, -4, -2], "uv": [19, 67]}, + {"origin": [-1.5, 37.5, -9.5], "size": [3, 3, 2], "uv": [58, 59], "mirror": true}, + {"origin": [10.45832, 44.95452, 5], "size": [-7, -8, -10], "pivot": [6.95832, 41.45452, 0], "rotation": [0, 0, -5], "uv": [20, 56]}, + {"origin": [-3.45832, 44.95452, 5], "size": [-7, -8, -10], "pivot": [-6.95832, 41.45452, 0], "rotation": [0, 0, 5], "uv": [20, 56], "mirror": true}, + {"origin": [3.9, 37.5, -4], "size": [6, 7, 8], "pivot": [6.95832, 41.45452, 0], "rotation": [0, 0, -5], "uv": [50, 57]}, + {"origin": [-9.9, 37.5, -4], "size": [6, 7, 8], "pivot": [-6.95832, 41.45452, 0], "rotation": [0, 0, 5], "uv": [50, 57], "mirror": true}, + {"origin": [-9, 34, -9], "size": [18, 10, 18], "uv": [56, 99]}, + {"origin": [-7.5, 28, -7.5], "size": [15, 7, 15], "uv": [68, 77]}, + {"origin": [-1.5, 33, -14.5], "size": [3, 3, 15], "pivot": [0, 31.5, 0], "rotation": [30, 0, 0], "uv": [0, 0]}, + {"origin": [-1, 33.5, -14.5], "size": [2, 2, 0], "inflate": 0.01, "pivot": [0, 31.5, 0], "rotation": [30, 0, 0], "uv": [16, 23]} + ] + }, + { + "name": "eyes", + "parent": "torso", + "pivot": [0, 33, -7.5] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [4.5, 32.91, -7.51], + "cubes": [ + {"origin": [2, 31.41, -7.51], "size": [5, 3, 0], "pivot": [4.5, 32.91, -7.51], "rotation": [0, 0, -7.5], "uv": [18, 122]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [4.5, 32.91, -7.51], + "cubes": [ + {"origin": [2, 31.41, -7.41], "size": [5, 3, 0], "inflate": 0.01, "pivot": [4.5, 32.91, -7.51], "rotation": [0, 0, -7.5], "uv": [18, 116]} + ] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-4.5, 32.91, -7.51], + "cubes": [ + {"origin": [-7, 31.41, -7.51], "size": [5, 3, 0], "pivot": [-4.5, 32.91, -7.51], "rotation": [0, 0, 7.5], "uv": [18, 125], "mirror": true} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-4.5, 32.91, -7.51], + "cubes": [ + {"origin": [-7, 31.41, -7.41], "size": [5, 3, 0], "inflate": 0.01, "pivot": [-4.5, 32.91, -7.51], "rotation": [0, 0, 7.5], "uv": [18, 119], "mirror": true} + ] + }, + { + "name": "brim_front", + "parent": "torso", + "pivot": [0, 36.75, -9], + "cubes": [ + {"origin": [-9, 36.75, -16], "size": [9, 0, 7], "inflate": 0.01, "pivot": [0, 36.75, -9], "rotation": [44.56145, 7.05302, -7.10708], "uv": [-7, 121]}, + {"origin": [0, 36.75, -16], "size": [9, 0, 7], "inflate": 0.01, "pivot": [0, 36.75, -9], "rotation": [44.56145, -7.05302, 7.10708], "uv": [-7, 114]} + ] + }, + { + "name": "brim_back", + "parent": "torso", + "pivot": [0, 36.75, 9], + "cubes": [ + {"origin": [0, 36.75, 9], "size": [9, 0, 7], "inflate": 0.01, "pivot": [0, 36.75, 9], "rotation": [-44.56145, 7.05302, 7.10708], "uv": [-7, 100], "mirror": true}, + {"origin": [-9, 36.75, 9], "size": [9, 0, 7], "inflate": 0.01, "pivot": [0, 36.75, 9], "rotation": [-44.56145, -7.05302, -7.10708], "uv": [-7, 107], "mirror": true} + ] + }, + { + "name": "brim_left", + "parent": "torso", + "pivot": [8, 37.75, 0], + "cubes": [ + {"origin": [8, 37.75, -10], "size": [11, 0, 10], "inflate": 0.01, "pivot": [8, 37.75, 0], "rotation": [15, 0, 30], "uv": [29, 82]}, + {"origin": [8, 37.75, 0], "size": [11, 0, 10], "inflate": 0.01, "pivot": [8, 37.75, 0], "rotation": [-15, 0, 30], "uv": [29, 72]} + ] + }, + { + "name": "brim_left2", + "parent": "torso", + "pivot": [5, 36.75, -5], + "rotation": [0, 45, 0], + "cubes": [ + {"origin": [5, 36.75, -15], "size": [11, 0, 10], "inflate": 0.01, "pivot": [5, 36.75, -5], "rotation": [15, 0, 30], "uv": [29, 82]}, + {"origin": [5, 36.75, -5], "size": [11, 0, 10], "inflate": 0.01, "pivot": [5, 36.75, -5], "rotation": [-15, 0, 30], "uv": [29, 72]} + ] + }, + { + "name": "brim_right2", + "parent": "torso", + "pivot": [-5, 36.75, -5], + "rotation": [0, -45, 0], + "cubes": [ + {"origin": [-16, 36.75, -15], "size": [11, 0, 10], "inflate": 0.01, "pivot": [-5, 36.75, -5], "rotation": [15, 0, -30], "uv": [29, 82], "mirror": true}, + {"origin": [-16, 36.75, -5], "size": [11, 0, 10], "inflate": 0.01, "pivot": [-5, 36.75, -5], "rotation": [-15, 0, -30], "uv": [29, 72], "mirror": true} + ] + }, + { + "name": "brim_right3", + "parent": "torso", + "pivot": [-5, 36.75, 5], + "rotation": [0, 45, 0], + "cubes": [ + {"origin": [-16, 36.75, -5], "size": [11, 0, 10], "inflate": 0.01, "pivot": [-5, 36.75, 5], "rotation": [15, 0, -30], "uv": [29, 82], "mirror": true}, + {"origin": [-16, 36.75, 5], "size": [11, 0, 10], "inflate": 0.01, "pivot": [-5, 36.75, 5], "rotation": [-15, 0, -30], "uv": [29, 72], "mirror": true} + ] + }, + { + "name": "brim_left3", + "parent": "torso", + "pivot": [5, 36.75, 5], + "rotation": [0, -45, 0], + "cubes": [ + {"origin": [5, 36.75, -5], "size": [11, 0, 10], "inflate": 0.01, "pivot": [5, 36.75, 5], "rotation": [15, 0, 30], "uv": [29, 82]}, + {"origin": [5, 36.75, 5], "size": [11, 0, 10], "inflate": 0.01, "pivot": [5, 36.75, 5], "rotation": [-15, 0, 30], "uv": [29, 72]} + ] + }, + { + "name": "brim_right", + "parent": "torso", + "pivot": [-8, 37.75, 0], + "cubes": [ + {"origin": [-19, 37.75, 0], "size": [11, 0, 10], "inflate": 0.01, "pivot": [-8, 37.75, 0], "rotation": [-15, 0, -30], "uv": [51, 72], "mirror": true}, + {"origin": [-19, 37.75, -10], "size": [11, 0, 10], "inflate": 0.01, "pivot": [-8, 37.75, 0], "rotation": [15, 0, -30], "uv": [51, 82], "mirror": true} + ] + }, + { + "name": "tentacles", + "parent": "body", + "pivot": [0, 29, 0] + }, + { + "name": "tentacle_left_front", + "parent": "tentacles", + "pivot": [2.5, 29, -5.5], + "rotation": [0, -15, 0], + "cubes": [ + {"origin": [1.5, 24, -6.5], "size": [2, 6, 2], "uv": [40, 1]} + ] + }, + { + "name": "tentacle_left_front_2", + "parent": "tentacle_left_front", + "pivot": [2.5, 24, -4.5], + "cubes": [ + {"origin": [1.5, 19, -6.5], "size": [2, 5, 2], "inflate": 0.01, "uv": [48, 1]} + ] + }, + { + "name": "tentacle_left_front_3", + "parent": "tentacle_left_front_2", + "pivot": [2.5, 19, -4.5], + "cubes": [ + {"origin": [1.5, 14, -6.5], "size": [2, 5, 2], "inflate": 0.02, "uv": [56, 1]} + ] + }, + { + "name": "tentacle_left_front_4", + "parent": "tentacle_left_front_3", + "pivot": [2.5, 14, -4.5], + "cubes": [ + {"origin": [1.5, 7, -6.5], "size": [2, 7, 2], "inflate": 0.03, "uv": [64, 1]} + ] + }, + { + "name": "tentacle_left_front_5", + "parent": "tentacle_left_front_4", + "pivot": [2.5, 8, -5.5], + "cubes": [ + {"origin": [1, 0, -7], "size": [3, 8, 3], "uv": [72, 0]} + ] + }, + { + "name": "tentacle_left_2", + "parent": "tentacles", + "pivot": [4.5, 29, -2.75], + "rotation": [0, -45, 0], + "cubes": [ + {"origin": [3.5, 24, -3.75], "size": [2, 6, 2], "uv": [40, 13]} + ] + }, + { + "name": "tentacle_left_2_2", + "parent": "tentacle_left_2", + "pivot": [4.5, 24, -1.75], + "cubes": [ + {"origin": [3.5, 19, -3.75], "size": [2, 5, 2], "inflate": 0.01, "uv": [48, 13]} + ] + }, + { + "name": "tentacle_left_2_3", + "parent": "tentacle_left_2_2", + "pivot": [4.5, 19, -1.75], + "cubes": [ + {"origin": [3.5, 14, -3.75], "size": [2, 5, 2], "inflate": 0.02, "uv": [56, 13]} + ] + }, + { + "name": "tentacle_left_2_4", + "parent": "tentacle_left_2_3", + "pivot": [4.5, 14, -1.75], + "cubes": [ + {"origin": [3.5, 8, -3.75], "size": [2, 6, 2], "inflate": 0.03, "uv": [64, 13]} + ] + }, + { + "name": "tentacle_left_2_5", + "parent": "tentacle_left_2_4", + "pivot": [4.5, 9, -2.75], + "cubes": [ + {"origin": [3, 2, -4.25], "size": [3, 7, 3], "uv": [72, 12]} + ] + }, + { + "name": "tentacle_left_3", + "parent": "tentacles", + "pivot": [6, 29, 0], + "rotation": [0, -90, 0], + "cubes": [ + {"origin": [5, 24, -1], "size": [2, 6, 2], "uv": [40, 24]} + ] + }, + { + "name": "tentacle_left_3_2", + "parent": "tentacle_left_3", + "pivot": [6, 24, 1], + "cubes": [ + {"origin": [5, 19, -1], "size": [2, 5, 2], "inflate": 0.01, "uv": [48, 24]} + ] + }, + { + "name": "tentacle_left_3_3", + "parent": "tentacle_left_3_2", + "pivot": [6, 19, 1], + "cubes": [ + {"origin": [5, 14, -1], "size": [2, 5, 2], "inflate": 0.02, "uv": [56, 24]} + ] + }, + { + "name": "tentacle_left_3_4", + "parent": "tentacle_left_3_3", + "pivot": [6, 14, 1], + "cubes": [ + {"origin": [5, 8, -1], "size": [2, 6, 2], "inflate": 0.03, "uv": [64, 24]} + ] + }, + { + "name": "tentacle_left_3_5", + "parent": "tentacle_left_3_4", + "pivot": [6, 9, 0], + "cubes": [ + {"origin": [4.5, 2, -1.5], "size": [3, 7, 3], "uv": [72, 23]} + ] + }, + { + "name": "tentacle_left_4", + "parent": "tentacles", + "pivot": [4.5, 29, 2.75], + "rotation": [0, -135, 0], + "cubes": [ + {"origin": [3.5, 24, 1.75], "size": [2, 6, 2], "uv": [40, 35]} + ] + }, + { + "name": "tentacle_left_4_2", + "parent": "tentacle_left_4", + "pivot": [4.5, 24, 3.75], + "cubes": [ + {"origin": [3.5, 19, 1.75], "size": [2, 5, 2], "inflate": 0.01, "uv": [48, 35]} + ] + }, + { + "name": "tentacle_left_4_3", + "parent": "tentacle_left_4_2", + "pivot": [4.5, 19, 3.75], + "cubes": [ + {"origin": [3.5, 14, 1.75], "size": [2, 5, 2], "inflate": 0.02, "uv": [56, 35]} + ] + }, + { + "name": "tentacle_left_4_4", + "parent": "tentacle_left_4_3", + "pivot": [4.5, 14, 3.75], + "cubes": [ + {"origin": [3.5, 8, 1.75], "size": [2, 6, 2], "inflate": 0.03, "uv": [64, 35]} + ] + }, + { + "name": "tentacle_left_4_5", + "parent": "tentacle_left_4_4", + "pivot": [4.5, 9, 2.75], + "cubes": [ + {"origin": [3, 2, 1.25], "size": [3, 7, 3], "uv": [72, 34]} + ] + }, + { + "name": "tentacle_left_5", + "parent": "tentacles", + "pivot": [2, 29, 5.5], + "rotation": [0, -165, 0], + "cubes": [ + {"origin": [1, 24, 4.5], "size": [2, 6, 2], "uv": [40, 46]} + ] + }, + { + "name": "tentacle_left_5_2", + "parent": "tentacle_left_5", + "pivot": [2, 24, 6.5], + "cubes": [ + {"origin": [1, 19, 4.5], "size": [2, 5, 2], "inflate": 0.01, "uv": [48, 46]} + ] + }, + { + "name": "tentacle_left_5_3", + "parent": "tentacle_left_5_2", + "pivot": [2, 19, 6.5], + "cubes": [ + {"origin": [1, 14, 4.5], "size": [2, 5, 2], "inflate": 0.02, "uv": [56, 46]} + ] + }, + { + "name": "tentacle_left_5_4", + "parent": "tentacle_left_5_3", + "pivot": [2, 14, 6.5], + "cubes": [ + {"origin": [1, 8, 4.5], "size": [2, 6, 2], "inflate": 0.03, "uv": [64, 46]} + ] + }, + { + "name": "tentacle_left_5_5", + "parent": "tentacle_left_5_4", + "pivot": [2, 9, 5.5], + "cubes": [ + {"origin": [0.5, 2, 4], "size": [3, 7, 3], "uv": [72, 45]} + ] + }, + { + "name": "tentacle_right_front", + "parent": "tentacles", + "pivot": [-2.5, 29, -5.5], + "rotation": [0, 15, 0], + "cubes": [ + {"origin": [-3.5, 24, -6.5], "size": [2, 6, 2], "uv": [84, 1], "mirror": true} + ] + }, + { + "name": "tentacle_right_front_2", + "parent": "tentacle_right_front", + "pivot": [-2.5, 24, -4.5], + "cubes": [ + {"origin": [-3.5, 19, -6.5], "size": [2, 5, 2], "inflate": 0.01, "uv": [92, 1], "mirror": true} + ] + }, + { + "name": "tentacle_right_front_3", + "parent": "tentacle_right_front_2", + "pivot": [-2.5, 19, -4.5], + "cubes": [ + {"origin": [-3.5, 14, -6.5], "size": [2, 5, 2], "inflate": 0.02, "uv": [100, 1], "mirror": true} + ] + }, + { + "name": "tentacle_right_front_4", + "parent": "tentacle_right_front_3", + "pivot": [-2.5, 14, -4.5], + "cubes": [ + {"origin": [-3.5, 7, -6.5], "size": [2, 7, 2], "inflate": 0.03, "uv": [108, 1], "mirror": true} + ] + }, + { + "name": "tentacle_right_front_5", + "parent": "tentacle_right_front_4", + "pivot": [-2.5, 8, -5.5], + "cubes": [ + {"origin": [-4, 0, -7], "size": [3, 8, 3], "uv": [116, 0], "mirror": true} + ] + }, + { + "name": "tentacle_right_2", + "parent": "tentacles", + "pivot": [-4.5, 29, -2.75], + "rotation": [0, 45, 0], + "cubes": [ + {"origin": [-5.5, 24, -3.75], "size": [2, 6, 2], "uv": [84, 13], "mirror": true} + ] + }, + { + "name": "tentacle_right_2_2", + "parent": "tentacle_right_2", + "pivot": [-4.5, 24, -1.75], + "cubes": [ + {"origin": [-5.5, 19, -3.75], "size": [2, 5, 2], "inflate": 0.01, "uv": [92, 13], "mirror": true} + ] + }, + { + "name": "tentacle_right_2_3", + "parent": "tentacle_right_2_2", + "pivot": [-4.5, 19, -1.75], + "cubes": [ + {"origin": [-5.5, 14, -3.75], "size": [2, 5, 2], "inflate": 0.02, "uv": [100, 13], "mirror": true} + ] + }, + { + "name": "tentacle_right_2_4", + "parent": "tentacle_right_2_3", + "pivot": [-4.5, 14, -1.75], + "cubes": [ + {"origin": [-5.5, 8, -3.75], "size": [2, 6, 2], "inflate": 0.03, "uv": [108, 13], "mirror": true} + ] + }, + { + "name": "tentacle_right_2_5", + "parent": "tentacle_right_2_4", + "pivot": [-4.5, 9, -2.75], + "cubes": [ + {"origin": [-6, 2, -4.25], "size": [3, 7, 3], "uv": [116, 12], "mirror": true} + ] + }, + { + "name": "tentacle_right_3", + "parent": "tentacles", + "pivot": [-6, 29, 0], + "rotation": [0, 90, 0], + "cubes": [ + {"origin": [-7, 24, -1], "size": [2, 6, 2], "uv": [84, 24], "mirror": true} + ] + }, + { + "name": "tentacle_right_3_2", + "parent": "tentacle_right_3", + "pivot": [-6, 24, 1], + "cubes": [ + {"origin": [-7, 19, -1], "size": [2, 5, 2], "inflate": 0.01, "uv": [92, 24], "mirror": true} + ] + }, + { + "name": "tentacle_right_3_3", + "parent": "tentacle_right_3_2", + "pivot": [-6, 19, 1], + "cubes": [ + {"origin": [-7, 14, -1], "size": [2, 5, 2], "inflate": 0.02, "uv": [100, 24], "mirror": true} + ] + }, + { + "name": "tentacle_right_3_4", + "parent": "tentacle_right_3_3", + "pivot": [-6, 14, 1], + "cubes": [ + {"origin": [-7, 8, -1], "size": [2, 6, 2], "inflate": 0.03, "uv": [108, 24], "mirror": true} + ] + }, + { + "name": "tentacle_right_3_5", + "parent": "tentacle_right_3_4", + "pivot": [-6, 9, 0], + "cubes": [ + {"origin": [-7.5, 2, -1.5], "size": [3, 7, 3], "uv": [116, 23], "mirror": true} + ] + }, + { + "name": "tentacle_right_4", + "parent": "tentacles", + "pivot": [-4.5, 29, 2.75], + "rotation": [0, 135, 0], + "cubes": [ + {"origin": [-5.5, 24, 1.75], "size": [2, 6, 2], "uv": [84, 35], "mirror": true} + ] + }, + { + "name": "tentacle_right_4_2", + "parent": "tentacle_right_4", + "pivot": [-4.5, 24, 3.75], + "cubes": [ + {"origin": [-5.5, 19, 1.75], "size": [2, 5, 2], "inflate": 0.01, "uv": [92, 35], "mirror": true} + ] + }, + { + "name": "tentacle_right_4_3", + "parent": "tentacle_right_4_2", + "pivot": [-4.5, 19, 3.75], + "cubes": [ + {"origin": [-5.5, 14, 1.75], "size": [2, 5, 2], "inflate": 0.02, "uv": [100, 35], "mirror": true} + ] + }, + { + "name": "tentacle_right_4_4", + "parent": "tentacle_right_4_3", + "pivot": [-4.5, 14, 3.75], + "cubes": [ + {"origin": [-5.5, 8, 1.75], "size": [2, 6, 2], "inflate": 0.03, "uv": [108, 35], "mirror": true} + ] + }, + { + "name": "tentacle_right_4_5", + "parent": "tentacle_right_4_4", + "pivot": [-4.5, 9, 2.75], + "cubes": [ + {"origin": [-6, 2, 1.25], "size": [3, 7, 3], "uv": [116, 34], "mirror": true} + ] + }, + { + "name": "tentacle_right_5", + "parent": "tentacles", + "pivot": [-2, 29, 5.5], + "rotation": [0, 165, 0], + "cubes": [ + {"origin": [-3, 24, 4.5], "size": [2, 6, 2], "uv": [84, 46], "mirror": true} + ] + }, + { + "name": "tentacle_right_5_2", + "parent": "tentacle_right_5", + "pivot": [-2, 24, 6.5], + "cubes": [ + {"origin": [-3, 19, 4.5], "size": [2, 5, 2], "inflate": 0.01, "uv": [92, 46], "mirror": true} + ] + }, + { + "name": "tentacle_right_5_3", + "parent": "tentacle_right_5_2", + "pivot": [-2, 19, 6.5], + "cubes": [ + {"origin": [-3, 14, 4.5], "size": [2, 5, 2], "inflate": 0.02, "uv": [100, 46], "mirror": true} + ] + }, + { + "name": "tentacle_right_5_4", + "parent": "tentacle_right_5_3", + "pivot": [-2, 14, 6.5], + "cubes": [ + {"origin": [-3, 8, 4.5], "size": [2, 6, 2], "inflate": 0.03, "uv": [108, 46], "mirror": true} + ] + }, + { + "name": "tentacle_right_5_5", + "parent": "tentacle_right_5_4", + "pivot": [-2, 9, 5.5], + "cubes": [ + {"origin": [-3.5, 2, 4], "size": [3, 7, 3], "uv": [116, 45], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/togedemaru/togedemaru.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/togedemaru/togedemaru.geo.json new file mode 100644 index 0000000..c22e7b3 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/togedemaru/togedemaru.geo.json @@ -0,0 +1,281 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 4, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "togedemaru_main", + "pivot": [0, 0, 0] + }, + { + "name": "togedemaru", + "parent": "togedemaru_main", + "pivot": [0.0089, 5.6945, 0.14516] + }, + { + "name": "body", + "parent": "togedemaru", + "pivot": [0.0089, 1.2695, 0.14516], + "cubes": [ + {"origin": [-4.4911, 1.36919, -4.53655], "size": [9, 9, 9], "uv": [0, 0]} + ] + }, + { + "name": "ear_left", + "parent": "body", + "pivot": [2.9339, 9.04419, -4.03655], + "rotation": [37.5, 0, 42.5], + "cubes": [ + {"origin": [2.1089, 8.71919, -4.63655], "size": [2, 2, 1], "uv": [32, 18]} + ] + }, + { + "name": "ear_right", + "parent": "body", + "pivot": [-2.9161, 9.04419, -4.03655], + "rotation": [37.5, 0, -42.5], + "cubes": [ + {"origin": [-4.0911, 8.71919, -4.63655], "size": [2, 2, 1], "uv": [32, 18], "mirror": true} + ] + }, + { + "name": "cheek", + "parent": "body", + "pivot": [-1.4911, 0.04419, -3.53655], + "cubes": [ + {"origin": [-3.5161, 4.34419, -4.94655], "size": [2, 2, 2], "inflate": -0.4, "uv": [0, 0]}, + {"origin": [1.5339, 4.34419, -4.94655], "size": [2, 2, 2], "inflate": -0.4, "uv": [0, 4]} + ] + }, + { + "name": "hand_left", + "parent": "body", + "pivot": [2.7089, 4.79419, -4.26155], + "cubes": [ + {"origin": [2.7589, 2.46919, -4.23655], "size": [1, 3, 1], "pivot": [2.7089, 4.79419, -4.26155], "rotation": [-35.74912, 16.7796, 28.24912], "uv": [35, 0]} + ] + }, + { + "name": "hand_right", + "parent": "body", + "pivot": [-2.6911, 4.79419, -4.26155], + "cubes": [ + {"origin": [-3.7411, 2.46919, -4.23655], "size": [1, 3, 1], "pivot": [-2.6911, 4.79419, -4.26155], "rotation": [-35.74912, -16.7796, -28.24912], "uv": [32, 35]} + ] + }, + { + "name": "nose", + "parent": "body", + "pivot": [0.0214, 6.70669, -4.48655], + "cubes": [ + {"origin": [-0.9661, 6.09419, -5.53655], "size": [2, 1, 1], "uv": [28, 1]}, + {"origin": [-0.4911, 6.31919, -5.83655], "size": [1, 1, 1], "uv": [35, 34]} + ] + }, + { + "name": "eye_left", + "parent": "body", + "pivot": [-1.4911, 0.04419, -3.53655], + "cubes": [ + {"origin": [1.6839, 7.14419, -4.82155], "size": [1, 1, 1], "inflate": -0.25, "uv": [36, 10], "mirror": true}, + {"origin": [1.7839, 6.06919, -4.54655], "size": [1, 2, 2], "uv": [26, 31]} + ] + }, + { + "name": "eyelid2", + "parent": "eye_left", + "pivot": [2.2839, 7.06919, -3.52155], + "cubes": [ + {"origin": [1.7839, 6.06919, -4.52155], "size": [1, 2, 2], "uv": [36, 12]} + ] + }, + { + "name": "eye_right", + "parent": "body", + "pivot": [1.5089, 0.04419, -3.53655], + "cubes": [ + {"origin": [-2.7661, 6.06919, -4.54655], "size": [1, 2, 2], "uv": [20, 31]}, + {"origin": [-2.6661, 7.14419, -4.82155], "size": [1, 1, 1], "inflate": -0.25, "uv": [36, 10]} + ] + }, + { + "name": "eyelid", + "parent": "eye_right", + "pivot": [-2.2661, 7.06919, -3.72155], + "cubes": [ + {"origin": [-2.7661, 6.06919, -4.5215], "size": [1, 2, 2], "uv": [36, 12]} + ] + }, + { + "name": "spike_right", + "parent": "body", + "pivot": [-4.5161, 8.36919, -3.53655] + }, + { + "name": "bone4", + "parent": "spike_right", + "pivot": [-4.5161, 6.69419, -0.68655], + "cubes": [ + {"origin": [-4.5161, 5.69419, -0.68655], "size": [0, 2, 2], "pivot": [-4.5161, 6.69419, -0.68655], "rotation": [0, -17.5, 0], "uv": [28, 33]}, + {"origin": [-4.5161, 2.96919, -0.68655], "size": [0, 2, 2], "pivot": [-4.5161, 6.69419, -0.68655], "rotation": [0, -17.5, 0], "uv": [28, 33]} + ] + }, + { + "name": "bone5", + "parent": "spike_right", + "pivot": [-4.5161, 8.36919, 2.01345], + "cubes": [ + {"origin": [-4.5161, 7.36919, 2.01345], "size": [0, 2, 2], "pivot": [-4.5161, 8.36919, 2.01345], "rotation": [0, -17.5, 0], "uv": [24, 33]}, + {"origin": [-4.5161, 4.64419, 2.01345], "size": [0, 2, 2], "pivot": [-4.5161, 8.36919, 2.01345], "rotation": [0, -17.5, 0], "uv": [28, 33]}, + {"origin": [-4.5161, 1.89419, 2.01345], "size": [0, 2, 2], "pivot": [-4.5161, 8.36919, 2.01345], "rotation": [0, -17.5, 0], "uv": [24, 33]} + ] + }, + { + "name": "bone6", + "parent": "spike_right", + "pivot": [-4.5161, 8.36919, -3.53655], + "cubes": [ + {"origin": [-4.5161, 7.36919, -3.53655], "size": [0, 2, 2], "pivot": [-4.5161, 8.36919, -3.53655], "rotation": [0, -17.5, 0], "uv": [28, 33]}, + {"origin": [-4.5161, 4.64419, -3.53655], "size": [0, 2, 2], "pivot": [-4.5161, 8.36919, -3.53655], "rotation": [0, -17.5, 0], "uv": [24, 33]}, + {"origin": [-4.5161, 1.89419, -3.53655], "size": [0, 2, 2], "pivot": [-4.5161, 8.36919, -3.53655], "rotation": [0, -17.5, 0], "uv": [28, 33]} + ] + }, + { + "name": "spike_back", + "parent": "body", + "pivot": [-1.5411, 8.36919, 4.53845] + }, + { + "name": "bone8", + "parent": "spike_back", + "pivot": [-1.5411, 8.36919, 4.53845], + "cubes": [ + {"origin": [-3.5161, 1.84419, 4.48845], "size": [2, 2, 0], "pivot": [-1.5411, 8.36919, 4.53845], "rotation": [0, 12.5, 0], "uv": [24, 35], "mirror": true}, + {"origin": [-3.5161, 7.36919, 4.48845], "size": [2, 2, 0], "pivot": [-1.5411, 8.36919, 4.53845], "rotation": [0, 12.5, 0], "uv": [24, 35], "mirror": true}, + {"origin": [-3.5161, 4.59419, 4.48845], "size": [2, 2, 0], "pivot": [-1.5411, 8.36919, 4.53845], "rotation": [0, 12.5, 0], "uv": [28, 35], "mirror": true} + ] + }, + { + "name": "bone7", + "parent": "spike_back", + "pivot": [1.5589, 8.36919, 4.53845], + "cubes": [ + {"origin": [1.5339, 1.84419, 4.48845], "size": [2, 2, 0], "pivot": [1.5589, 8.36919, 4.53845], "rotation": [0, -12.5, 0], "uv": [24, 35]}, + {"origin": [1.5339, 7.36919, 4.48845], "size": [2, 2, 0], "pivot": [1.5589, 8.36919, 4.53845], "rotation": [0, -12.5, 0], "uv": [24, 35]}, + {"origin": [1.5339, 4.59419, 4.48845], "size": [2, 2, 0], "pivot": [1.5589, 8.36919, 4.53845], "rotation": [0, -12.5, 0], "uv": [28, 35]} + ] + }, + { + "name": "spike_left", + "parent": "body", + "pivot": [4.5339, 8.36919, -3.53655] + }, + { + "name": "bone2", + "parent": "spike_left", + "pivot": [4.83461, 6.68169, -0.58283], + "cubes": [ + {"origin": [4.5339, 5.69419, -0.68655], "size": [0, 2, 2], "pivot": [4.5339, 6.69419, -0.68655], "rotation": [0, 17.5, 0], "uv": [28, 33]}, + {"origin": [4.5339, 2.96919, -0.68655], "size": [0, 2, 2], "pivot": [4.5339, 6.69419, -0.68655], "rotation": [0, 17.5, 0], "uv": [28, 33]} + ] + }, + { + "name": "bone3", + "parent": "spike_left", + "pivot": [4.5339, 8.36919, 2.01345], + "cubes": [ + {"origin": [4.5339, 7.36919, 2.01345], "size": [0, 2, 2], "pivot": [4.5339, 8.36919, 2.01345], "rotation": [0, 17.5, 0], "uv": [24, 33]}, + {"origin": [4.5339, 4.64419, 2.01345], "size": [0, 2, 2], "pivot": [4.5339, 8.36919, 2.01345], "rotation": [0, 17.5, 0], "uv": [28, 33]}, + {"origin": [4.5339, 1.89419, 2.01345], "size": [0, 2, 2], "pivot": [4.5339, 8.36919, 2.01345], "rotation": [0, 17.5, 0], "uv": [24, 33]} + ] + }, + { + "name": "bone", + "parent": "spike_left", + "pivot": [4.5339, 8.36919, -3.53655], + "cubes": [ + {"origin": [4.5339, 7.36919, -3.53655], "size": [0, 2, 2], "pivot": [4.5339, 8.36919, -3.53655], "rotation": [0, 17.5, 0], "uv": [28, 33]}, + {"origin": [4.5339, 4.64419, -3.53655], "size": [0, 2, 2], "pivot": [4.5339, 8.36919, -3.53655], "rotation": [0, 17.5, 0], "uv": [24, 33]}, + {"origin": [4.5339, 1.89419, -3.53655], "size": [0, 2, 2], "pivot": [4.5339, 8.36919, -3.53655], "rotation": [0, 17.5, 0], "uv": [28, 33]} + ] + }, + { + "name": "bone9", + "parent": "body", + "pivot": [-0.05653, 5.51919, -4.16155], + "cubes": [ + {"origin": [-0.45653, 4.89419, -4.88655], "size": [2, 1, 1], "inflate": -0.325, "pivot": [0.34347, 5.51919, -4.16155], "rotation": [0, 0, -20], "uv": [26, 37], "mirror": true}, + {"origin": [-1.50653, 4.79419, -4.88655], "size": [2, 1, 1], "inflate": -0.325, "pivot": [-0.05653, 5.51919, -4.16155], "rotation": [0, 0, 20], "uv": [26, 37]} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [0.0089, 8.02084, 4.56345], + "cubes": [ + {"origin": [0.0089, 4.59584, 4.46345], "size": [0, 9, 14], "uv": [0, 24]}, + {"origin": [0.0089, 13.58584, 7.46345], "size": [0, 7, 13], "uv": [0, 5]} + ] + }, + { + "name": "leg_left", + "parent": "togedemaru", + "pivot": [2.75, 2.5, 0], + "rotation": [0, -5, 0], + "cubes": [ + {"origin": [1.75, 0.5, -1], "size": [2, 2, 2], "uv": [27, 4], "mirror": true} + ] + }, + { + "name": "foot_left", + "parent": "leg_left", + "pivot": [2.75, 1, 0], + "cubes": [ + {"origin": [1.25, 0, -2.5], "size": [3, 1, 4], "uv": [22, 21], "mirror": true} + ] + }, + { + "name": "foot_left2", + "parent": "foot_left", + "pivot": [2.75, 0, -1.5], + "cubes": [ + {"origin": [1.25, 0, -3.5], "size": [3, 1, 2], "inflate": 0.01, "uv": [43, 6]} + ] + }, + { + "name": "leg_right", + "parent": "togedemaru", + "pivot": [-2.75, 2.5, 0], + "rotation": [0, 5, 0], + "cubes": [ + {"origin": [-3.75, 0.5, -1], "size": [2, 2, 2], "uv": [27, 4]} + ] + }, + { + "name": "foot_right", + "parent": "leg_right", + "pivot": [-2.75, 1, 0], + "cubes": [ + {"origin": [-4.25, 0, -2.5], "size": [3, 1, 4], "uv": [22, 21]} + ] + }, + { + "name": "foot_right2", + "parent": "foot_right", + "pivot": [-2.75, 0, -1.5], + "cubes": [ + {"origin": [-4.25, 0, -3.5], "size": [3, 1, 2], "inflate": 0.01, "uv": [43, 6], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/tornadus/tornadus.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/tornadus/tornadus.geo.json new file mode 100644 index 0000000..8fe1778 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/tornadus/tornadus.geo.json @@ -0,0 +1,575 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "tornadus", + "pivot": [0, 0, 0] + }, + { + "name": "mainthing", + "parent": "tornadus", + "pivot": [0, 23, 0.25] + }, + { + "name": "upperbody", + "parent": "mainthing", + "pivot": [0, 4, 0], + "cubes": [ + {"origin": [-4, 17, -2.85], "size": [8, 5, 6], "uv": [28, 55]} + ] + }, + { + "name": "torso", + "parent": "upperbody", + "pivot": [-0.25, 22, 0.25], + "cubes": [ + {"origin": [-6.25, 22, -3.25], "size": [12, 8, 7], "uv": [0, 24]} + ] + }, + { + "name": "arms", + "parent": "torso", + "pivot": [0, 29, 0] + }, + { + "name": "arm_right", + "parent": "arms", + "pivot": [6.5, 28, -1], + "rotation": [-12.5, 0, 0] + }, + { + "name": "shoulder_right", + "parent": "arm_right", + "pivot": [6, 28, 1.5], + "rotation": [59.99269, 64.43583, 59.78703], + "cubes": [ + {"origin": [5.29895, 25.35819, -1.62981], "size": [6, 6, 6], "uv": [60, 12]} + ] + }, + { + "name": "bicep_right", + "parent": "shoulder_right", + "pivot": [9.54895, 27.85819, 2.62019], + "rotation": [0.21773, 21.89709, 43.95811], + "cubes": [ + {"origin": [10.29895, 25.35819, -0.62981], "size": [6, 5, 5], "uv": [22, 66]} + ] + }, + { + "name": "forearm_right", + "parent": "bicep_right", + "pivot": [15.54895, 27.85819, 1.62019], + "rotation": [130.4663, 87.32461, 139.81941], + "cubes": [ + {"origin": [15.29895, 25.85819, -1.12981], "size": [6, 4, 4], "uv": [64, 67]} + ] + }, + { + "name": "wrist_right", + "parent": "forearm_right", + "pivot": [21.54895, 27.85819, 1.12019], + "rotation": [147.52455, -7.842, -6.86788], + "cubes": [ + {"origin": [20.29895, 26.35819, 0.37019], "size": [3, 3, 2], "uv": [52, 75]} + ] + }, + { + "name": "hand_right", + "parent": "wrist_right", + "pivot": [24.29895, 28.10819, 1.12019], + "rotation": [-9.9352, -3.76135, -6.95601], + "cubes": [ + {"origin": [23.29895, 25.85819, 0.37019], "size": [3, 4, 2], "uv": [74, 54]} + ] + }, + { + "name": "fingers_right", + "parent": "hand_right", + "pivot": [24.54895, 27.85819, 1.87019] + }, + { + "name": "thumb_right", + "parent": "fingers_right", + "pivot": [24.54895, 28.85819, 2.87019], + "rotation": [5.96275, -4.55749, 37.26251], + "cubes": [ + {"origin": [24.29895, 28.85819, 1.12019], "size": [1, 2, 1], "uv": [29, 50]} + ] + }, + { + "name": "rthumb_tip", + "parent": "thumb_right", + "pivot": [24.79895, 30.85819, 1.87019], + "rotation": [32.5, 0, 0], + "cubes": [ + {"origin": [24.29895, 30.85819, 1.12019], "size": [1, 2, 1], "uv": [19, 50]} + ] + }, + { + "name": "index_right", + "parent": "fingers_right", + "pivot": [26.29895, 29.35819, 1.87019], + "rotation": [0, 65, 0], + "cubes": [ + {"origin": [26.29895, 28.85819, 1.37019], "size": [2, 1, 1], "uv": [72, 75]} + ] + }, + { + "name": "Rindex_tip", + "parent": "index_right", + "pivot": [28.54895, 29.35819, 2.12019], + "rotation": [0, 25, 0], + "cubes": [ + {"origin": [28.29895, 28.85819, 1.37019], "size": [2, 1, 1], "uv": [66, 75]} + ] + }, + { + "name": "middle_right", + "parent": "fingers_right", + "pivot": [26.29895, 28.35819, 1.87019], + "rotation": [0, 57.5, 0], + "cubes": [ + {"origin": [26.29895, 27.85819, 1.37019], "size": [2, 1, 1], "uv": [60, 75]} + ] + }, + { + "name": "Rmiddle_tip", + "parent": "middle_right", + "pivot": [28.15314, 28.35819, 1.54325], + "cubes": [ + {"origin": [28.29895, 27.85819, 1.37019], "size": [2, 1, 1], "pivot": [28.29895, 28.35819, 2.12019], "rotation": [0, 20, 0], "uv": [74, 31]} + ] + }, + { + "name": "ring_right", + "parent": "fingers_right", + "pivot": [26.29895, 27.35819, 1.87019], + "rotation": [0, 62.5, 0], + "cubes": [ + {"origin": [26.29895, 26.85819, 1.37019], "size": [2, 1, 1], "uv": [71, 37]} + ] + }, + { + "name": "Rring_tip", + "parent": "ring_right", + "pivot": [28.25, 27.25, 2.25], + "rotation": [0, 15, 0], + "cubes": [ + {"origin": [28.29895, 26.85819, 1.37019], "size": [2, 1, 1], "uv": [60, 69]} + ] + }, + { + "name": "pinky_right", + "parent": "fingers_right", + "pivot": [26.29895, 26.35819, 1.87019], + "rotation": [0, 67.5, 0], + "cubes": [ + {"origin": [26.29895, 25.85819, 1.37019], "size": [2, 1, 1], "uv": [69, 30]} + ] + }, + { + "name": "Rpinky_right", + "parent": "pinky_right", + "pivot": [28.29895, 26.35819, 2.12019], + "rotation": [0, 20, 0], + "cubes": [ + {"origin": [28.29895, 25.85819, 1.37019], "size": [2, 1, 1], "uv": [60, 67]} + ] + }, + { + "name": "arm_left", + "parent": "arms", + "pivot": [-4, 28.25, -0.25] + }, + { + "name": "shoulder_left", + "parent": "arm_left", + "pivot": [-6, 27.75, 0.25], + "rotation": [59.99269, -64.43583, -59.78703], + "cubes": [ + {"origin": [-11.29895, 25.35819, -1.62981], "size": [6, 6, 6], "uv": [56, 55], "mirror": true} + ] + }, + { + "name": "bicep_left", + "parent": "shoulder_left", + "pivot": [-8.9901, 27.85819, 1.8029], + "rotation": [-5.64117, -18.68286, -28.10758], + "cubes": [ + {"origin": [-15.37744, 26.19134, -1.41317], "size": [6, 5, 5], "uv": [0, 63], "mirror": true} + ] + }, + { + "name": "forearm_left", + "parent": "bicep_left", + "pivot": [-14.62744, 28.69134, 1.40634], + "rotation": [-163.26515, -85.65569, 159.82773], + "cubes": [ + {"origin": [-21.33188, 26.85253, -0.85126], "size": [6, 4, 4], "uv": [44, 67], "mirror": true} + ] + }, + { + "name": "wrist_left", + "parent": "forearm_left", + "pivot": [-19.95813, 27.98554, 2.46825], + "rotation": [102.92684, -16.57187, -18.17577], + "cubes": [ + {"origin": [-23.52544, 27.39667, 2.14739], "size": [3, 3, 2], "uv": [52, 75], "mirror": true} + ] + }, + { + "name": "hand_left", + "parent": "wrist_left", + "pivot": [-24.02544, 29.06306, 3.03072], + "rotation": [22.5, 0, 0], + "cubes": [ + {"origin": [-26.52544, 27.06306, 2.03072], "size": [3, 4, 2], "uv": [74, 54], "mirror": true} + ] + }, + { + "name": "fingers_left", + "parent": "hand_left", + "pivot": [-24.62374, 28.52759, 2.23061] + }, + { + "name": "thumb_left", + "parent": "fingers_left", + "pivot": [-25.58254, 30.53558, 3.20772], + "rotation": [5.96275, 4.55749, -37.26251], + "cubes": [ + {"origin": [-26.08254, 29.53558, 2.70772], "size": [1, 2, 1], "uv": [29, 50], "mirror": true} + ] + }, + { + "name": "thumbleft2", + "parent": "thumb_left", + "pivot": [-25.68207, 31.15668, 3.09885], + "rotation": [32.5, 0, 0], + "cubes": [ + {"origin": [-26.08254, 31.28342, 2.8551], "size": [1, 2, 1], "uv": [19, 50], "mirror": true} + ] + }, + { + "name": "index_left", + "parent": "fingers_left", + "pivot": [-26.94806, 30.56306, 3.62441], + "rotation": [0, -65, 0], + "cubes": [ + {"origin": [-28.85437, 30.06306, 2.70179], "size": [2, 1, 1], "uv": [72, 75], "mirror": true} + ] + }, + { + "name": "indexleft2", + "parent": "index_left", + "pivot": [-28.67844, 30.56306, 2.90825], + "rotation": [0, -25, 0], + "cubes": [ + {"origin": [-30.58475, 30.06306, 2.83087], "size": [2, 1, 1], "uv": [66, 75], "mirror": true} + ] + }, + { + "name": "middle_left", + "parent": "fingers_left", + "pivot": [-27.06274, 29.56306, 3.68732], + "rotation": [0, -57.5, 0], + "cubes": [ + {"origin": [-28.90613, 29.06306, 2.65002], "size": [2, 1, 1], "uv": [60, 75], "mirror": true} + ] + }, + { + "name": "midleft2", + "parent": "middle_left", + "pivot": [-28.7753, 29.02759, 2.9966], + "cubes": [ + {"origin": [-30.68467, 29.06306, 2.25304], "size": [2, 1, 1], "pivot": [-29.92112, 29.02759, 2.57354], "rotation": [0, -20, 0], "uv": [74, 31], "mirror": true} + ] + }, + { + "name": "ring_left", + "parent": "fingers_left", + "pivot": [-26.98719, 28.56306, 3.6437], + "rotation": [0, -62.5, 0], + "cubes": [ + {"origin": [-28.8742, 28.06306, 2.68196], "size": [2, 1, 1], "uv": [71, 37], "mirror": true} + ] + }, + { + "name": "ringleft2", + "parent": "ring_left", + "pivot": [-28.74016, 28.56306, 2.92341], + "rotation": [0, -15, 0], + "cubes": [ + {"origin": [-30.70608, 28.06306, 2.68223], "size": [2, 1, 1], "uv": [60, 69], "mirror": true} + ] + }, + { + "name": "pinky_left", + "parent": "fingers_left", + "pivot": [-26.90812, 27.56306, 3.60684], + "rotation": [0, -67.5, 0], + "cubes": [ + {"origin": [-28.832, 27.06306, 2.72415], "size": [2, 1, 1], "uv": [69, 30], "mirror": true} + ] + }, + { + "name": "pinkleft2", + "parent": "pinky_left", + "pivot": [-28.97509, 28.02759, 2.83647], + "rotation": [0, -20, 0], + "cubes": [ + {"origin": [-30.62253, 27.06306, 2.63676], "size": [2, 1, 1], "uv": [60, 67], "mirror": true} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 29.5, 0.5], + "cubes": [ + {"origin": [-4.75, 30, -3.75], "size": [9, 3, 8], "uv": [0, 39]}, + {"origin": [-4.25, 32.5, -3.25], "size": [8, 5, 7], "uv": [45, 0]} + ] + }, + { + "name": "hair", + "parent": "head", + "pivot": [-0.25, 33.5, 2.75], + "cubes": [ + {"origin": [-4.25, 31.5, 1.25], "size": [8, 4, 4], "inflate": 0.005, "uv": [59, 39]}, + {"origin": [-4.5, 34.5, 3.5], "size": [9, 2, 3], "inflate": 0.01, "uv": [31, 24]}, + {"origin": [-4.25, 36.25, 7.25], "size": [8, 3, 4], "inflate": 0.01, "pivot": [0.5, 9.25, 12], "rotation": [12.5, 0, 0], "uv": [64, 47]}, + {"origin": [-1.75, 38, 2.25], "size": [3, 3, 4], "inflate": 0.01, "pivot": [0, 11, 7], "rotation": [7.5, 0, 0], "uv": [19, 50]}, + {"origin": [-0.75, 39.25, 7.25], "size": [1, 2, 3], "inflate": 0.01, "pivot": [1, 12.25, 12], "rotation": [12.5, 0, 0], "uv": [39, 66]} + ] + }, + { + "name": "horn", + "parent": "head", + "pivot": [-0.25, 33.75, -2.75] + }, + { + "name": "right", + "parent": "horn", + "pivot": [-2.75, 33.75, -2.75], + "cubes": [ + {"origin": [0.75, 37.5, -2.76], "size": [2, 4, 0], "uv": [34, 43]} + ] + }, + { + "name": "left", + "parent": "horn", + "pivot": [0, 33.5, -2.75], + "cubes": [ + {"origin": [-3.25, 37.5, -2.76], "size": [2, 4, 0], "uv": [10, 11]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [0, 30.25, -3.25] + }, + { + "name": "brows", + "parent": "eyes", + "pivot": [0, 31.5, -2], + "cubes": [ + {"origin": [-0.50672, 34.94696, -3.27], "size": [3, 1, 1], "pivot": [0.99328, 35.44696, -2.77], "rotation": [0, 0, -47.5], "uv": [50, 29]}, + {"origin": [-2.99328, 34.94696, -3.27], "size": [3, 1, 1], "pivot": [-1.49328, 35.44696, -2.77], "rotation": [0, 0, 47.5], "uv": [26, 45]} + ] + }, + { + "name": "pupils", + "parent": "eyes", + "pivot": [0, 31.5, -2] + }, + { + "name": "pupil_right", + "parent": "pupils", + "pivot": [0, 30.75, -3.25], + "cubes": [ + {"origin": [1.25, 34.25, -3.267], "size": [1, 1, 0], "uv": [0, 39]} + ] + }, + { + "name": "pupil_left", + "parent": "pupils", + "pivot": [-2, 30.5, -3.25], + "cubes": [ + {"origin": [-2.75, 34.25, -3.267], "size": [1, 1, 0], "uv": [31, 26]} + ] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [2, 30.5, -2], + "cubes": [ + {"origin": [0.25, 33.25, -3.26], "size": [3, 2, 0], "uv": [50, 31]}, + {"origin": [1.25, 35.25, -3.26], "size": [2, 1, 0], "uv": [4, 14]} + ] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [-2, 30.5, -2], + "cubes": [ + {"origin": [-3.75, 33.25, -3.26], "size": [3, 2, 0], "uv": [31, 29]}, + {"origin": [-3.75, 35.25, -3.26], "size": [2, 1, 0], "uv": [0, 14]} + ] + }, + { + "name": "ears", + "parent": "head", + "pivot": [-0.25, 33.5, -2.5], + "cubes": [ + {"origin": [-3.25, 37.5, -1.25], "size": [3, 3, 2], "pivot": [-1.25, 30.5, -3.25], "rotation": [0, 0, 37.5], "uv": [75, 6]}, + {"origin": [0.25, 37.5, -1.25], "size": [3, 3, 2], "pivot": [1.25, 30.5, -3.25], "rotation": [0, 0, -37.5], "uv": [75, 6], "mirror": true} + ] + }, + { + "name": "mustache", + "parent": "head", + "pivot": [0, 29.25, -2.25], + "cubes": [ + {"origin": [-5.25, 33, -3.79], "size": [10, 1, 1], "uv": [50, 36]}, + {"origin": [-3.75, 34, -3.79], "size": [1, 1, 0], "uv": [4, 30]}, + {"origin": [2.25, 34, -3.79], "size": [1, 1, 0], "uv": [2, 30]}, + {"origin": [4.15, 35.5, -3.78], "size": [2, 2, 1], "pivot": [6, 28.5, -2.25], "rotation": [0, 0, -45], "uv": [52, 24]}, + {"origin": [1.5, 31, -3.78], "size": [1, 2, 0], "uv": [31, 24]}, + {"origin": [-5, 32, -3.79], "size": [1, 1, 0], "uv": [0, 30]}, + {"origin": [3.5, 32, -3.79], "size": [1, 1, 0], "uv": [5, 27]}, + {"origin": [-3, 31, -3.78], "size": [1, 2, 0], "uv": [0, 0]} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [0, 27.5, -2], + "cubes": [ + {"origin": [-2, 31.25, -3.77], "size": [4, 2, 0], "uv": [45, 12]}, + {"origin": [0.5, 30.75, -3.76], "size": [1, 1, 0], "uv": [8, 14]}, + {"origin": [-2, 30.75, -3.76], "size": [1, 1, 0], "uv": [0, 2]} + ] + }, + { + "name": "cloud", + "parent": "mainthing", + "pivot": [-2.5, 9, 0], + "cubes": [ + {"origin": [-7.5, 8.75, -7.35], "size": [15, 9, 15], "uv": [0, 0]} + ] + }, + { + "name": "cloud_end", + "parent": "cloud", + "pivot": [-3.5, 3.25, 8.9], + "rotation": [27.5, 0, 0] + }, + { + "name": "cloud_tail1", + "parent": "cloud_end", + "pivot": [-3.5, 3.25, 8.9], + "cubes": [ + {"origin": [0, 8.41393, 5.30675], "size": [0, 3, 5], "uv": [0, 6]} + ] + }, + { + "name": "cloud_tail", + "parent": "cloud_end", + "pivot": [-3.5, 3.25, 8.9], + "cubes": [ + {"origin": [0, 6.41393, 5.80675], "size": [0, 2, 4], "uv": [26, 39]} + ] + }, + { + "name": "cloud_tail3", + "parent": "cloud_end", + "pivot": [-3.5, 3.25, 8.9], + "cubes": [ + {"origin": [0, 3.41393, 6.30675], "size": [0, 3, 3], "uv": [0, 21]} + ] + }, + { + "name": "tail_1", + "parent": "cloud", + "pivot": [-2.5, 15.75, 6.4], + "cubes": [ + {"origin": [-2, 16.25, 5.9], "size": [2, 6, 2], "pivot": [-1, 16.25, 6.9], "rotation": [-27.39012, -0.28246, -40.49013], "uv": [0, 39]}, + {"origin": [-1.5, 20, 6.65], "size": [2, 2, 1], "pivot": [-0.5, 18, 6.65], "rotation": [-27.39012, -0.28246, -40.49013], "uv": [45, 0]} + ] + }, + { + "name": "tail_2", + "parent": "tail_1", + "pivot": [-3.50578, 19.39535, 9.30758], + "cubes": [ + {"origin": [-6, 21.75, 8.4], "size": [3, 7, 2], "pivot": [-1, 21.75, 9.4], "rotation": [-12.5, 0, -40], "uv": [0, 73]}, + {"origin": [-2.25, 28.32, 8.28], "size": [2, 2, 1], "pivot": [2.75, 21.5, 8.15], "rotation": [-12.5, 0, -40], "uv": [45, 3]} + ] + }, + { + "name": "tail_3", + "parent": "tail_2", + "pivot": [-8.04522, 23.95294, 10.21789], + "cubes": [ + {"origin": [-8.38557, 24.1331, 9.67631], "size": [3, 9, 3], "pivot": [-5.37423, 23.6647, 8.60508], "rotation": [10, 0, -37.5], "uv": [0, 83]}, + {"origin": [-6.05, 29.75, 10.65], "size": [2, 2, 1], "inflate": 0.01, "pivot": [-5, 24.75, 14.65], "rotation": [10, 0, -37.5], "uv": [0, 27]} + ] + }, + { + "name": "tail_4", + "parent": "tail_3", + "pivot": [-13.00476, 29.85635, 8.66425], + "cubes": [ + {"origin": [-14.25, 29.75, 8.4], "size": [4, 8, 3], "pivot": [-13.25, 29.75, 9.4], "rotation": [52.73749, -4.55749, -43.46275], "uv": [0, 0]}, + {"origin": [-13.25, 32.5, 7.5], "size": [1, 3, 3], "pivot": [-13.25, 32.5, 8.5], "rotation": [-4.38624, 34.61507, 42.06461], "uv": [0, 50]} + ] + }, + { + "name": "tail_5", + "parent": "tail_4", + "pivot": [-14.90776, 33.3186, 4.61625], + "cubes": [ + {"origin": [-18.5, 34, -4.35], "size": [5, 3, 9], "pivot": [-14.5, 35, 3.65], "rotation": [-0.64222, 3.65963, -49.31878], "uv": [50, 24]}, + {"origin": [-15.25, 37.91, 1.3], "size": [3, 2, 3], "pivot": [-11.25, 37.75, 3.4], "rotation": [-0.64222, 3.65963, -49.31878], "uv": [50, 55]} + ] + }, + { + "name": "tail_6", + "parent": "tail_5", + "pivot": [-15.65889, 32.74639, -3.02742], + "cubes": [ + {"origin": [-18.75, 32.5, -12.1], "size": [5, 4, 9], "inflate": 0.01, "pivot": [-14.75, 34.5, -4.1], "rotation": [35.48812, 11.47329, -45.13428], "uv": [0, 50]}, + {"origin": [-15.75, 37.25, -8.24], "size": [4, 2, 4], "inflate": 0.01, "pivot": [-11.75, 38.25, -4.35], "rotation": [35.48812, 11.47329, -45.13428], "uv": [69, 24]} + ] + }, + { + "name": "tail_7", + "parent": "tail_6", + "pivot": [-10.87738, 30.18846, -10.68544], + "cubes": [ + {"origin": [-16.25, 30.25, -17.6], "size": [6, 4, 10], "inflate": 0.01, "pivot": [-11.25, 30.25, -8.6], "rotation": [58.99014, 6.6058, -37.34578], "uv": [28, 29]}, + {"origin": [-13.25, 36.25, -13.1], "size": [4, 2, 4], "pivot": [-6.25, 35.25, -9.1], "rotation": [58.99014, 6.6058, -37.34578], "uv": [68, 0]} + ] + }, + { + "name": "tip_8", + "parent": "tail_7", + "pivot": [-9.04296, 24.06924, -14.32237], + "rotation": [0, 2.5, -37.5], + "cubes": [ + {"origin": [-13.00755, 17.15625, -16.68568], "size": [10, 7, 5], "inflate": 0.01, "pivot": [-8.92919, 21.49329, -15.67184], "rotation": [0, 5, 0], "uv": [34, 43]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/toxapex/toxapex.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/toxapex/toxapex.geo.json new file mode 100644 index 0000000..e95aeae --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/toxapex/toxapex.geo.json @@ -0,0 +1,493 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.toxapex", + "texture_width": 256, + "texture_height": 256, + "visible_bounds_width": 5, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "toxapex", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-8, 25.5, -5], "size": [16, 2, 15], "uv": [0, 20]}, + {"origin": [-7.5, 27.5, -5], "size": [15, 4, 16], "uv": [0, 0]}, + {"origin": [-2, 27.5, 2], "size": [4, 12, 3], "uv": [0, 0]}, + {"origin": [0, 39.5, 2.5], "size": [0, 2, 2], "uv": [0, 26]}, + {"origin": [5, 27.5, 2], "size": [0, 8, 3], "pivot": [0, 3, 2], "rotation": [0, 0, -15], "uv": [0, 94]}, + {"origin": [-0.9, 27.5, 7.6], "size": [0, 8, 2], "pivot": [0, 3, 2], "rotation": [180, 80, 165], "uv": [10, 38]}, + {"origin": [-4.6, 26.5, 6.6], "size": [0, 8, 2], "pivot": [0, 3, 2], "rotation": [180, 80, 165], "uv": [11, 18]}, + {"origin": [4.6, 26.5, 6.6], "size": [0, 8, 2], "pivot": [0, 3, 2], "rotation": [180, -80, -165], "uv": [38, 51]}, + {"origin": [-5, 27.5, 2], "size": [0, 8, 3], "pivot": [0, 3, 2], "rotation": [0, 0, 15], "uv": [52, 81]}, + {"origin": [0.9, 27.5, 7.6], "size": [0, 8, 2], "pivot": [0, 3, 2], "rotation": [180, -80, -165], "uv": [0, 18]} + ] + }, + { + "name": "neck", + "parent": "toxapex", + "pivot": [0, 25.5, -0.5], + "cubes": [ + {"origin": [-1, 25, -2], "size": [2, 1, 3], "uv": [74, 9]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 24.74394, -0.32499], + "cubes": [ + {"origin": [-4, 19, -4], "size": [8, 6, 7], "uv": [0, 123]}, + {"origin": [-5.2, 20, -4.1], "size": [3, 2, 1], "pivot": [0, 3, 0], "rotation": [0, 0, 5], "uv": [76, 26]}, + {"origin": [-4.2, 20, -4.2], "size": [2, 2, 1], "pivot": [0, 3, 0], "rotation": [0, 0, 5], "uv": [103, 8]}, + {"origin": [2.2, 20, -4.2], "size": [2, 2, 1], "pivot": [0, 3, 0], "rotation": [0, 0, -5], "uv": [103, 5]}, + {"origin": [2.7, 20.5, -4.3], "size": [1, 1, 1], "pivot": [0, 3, 0], "rotation": [0, 0, -5], "uv": [64, 47]}, + {"origin": [2.2, 20, -4.1], "size": [3, 2, 1], "pivot": [0, 3, 0], "rotation": [0, 0, -5], "uv": [28, 62]}, + {"origin": [-3.7, 20.5, -4.3], "size": [1, 1, 1], "pivot": [0, 3, 0], "rotation": [0, 0, 5], "uv": [10, 62]}, + {"origin": [8.6, 15.9, -5.3], "size": [1, 1, 0], "pivot": [0, 3, 0], "rotation": [-3.23626, -3.22833, -44.7997], "uv": [13, 2]}, + {"origin": [-9.6, 15.9, -5.3], "size": [1, 1, 0], "pivot": [0, 3, 0], "rotation": [-3.23626, 3.22833, 44.7997], "uv": [11, 2]} + ] + }, + { + "name": "eyelid", + "parent": "head", + "pivot": [0, 22.65018, -3.8], + "cubes": [ + {"origin": [2.2, 21.5, -4.3], "size": [3, 1, 1], "pivot": [0, 3, 0], "rotation": [0, 0, -5], "uv": [60, 43]}, + {"origin": [-5.2, 21.5, -4.3], "size": [3, 1, 1], "pivot": [0, 3, 0], "rotation": [0, 0, 5], "uv": [59, 32]} + ] + }, + { + "name": "body", + "parent": "head", + "pivot": [-0.2, 3, 1] + }, + { + "name": "jaw", + "parent": "body", + "pivot": [0, 19.0492, 2.79964], + "cubes": [ + {"origin": [-4, 18, -4], "size": [8, 1, 7], "uv": [90, 66]}, + {"origin": [9.9, 14.9, -3.3], "size": [1, 1, 0], "pivot": [0, 3, 0], "rotation": [1.76833, 1.76749, -44.97272], "uv": [0, 0]}, + {"origin": [-11.8, 13.8, -3.3], "size": [1, 1, 0], "pivot": [0, 3, 0], "rotation": [1.76833, -1.76749, 44.97272], "uv": [0, 1]}, + {"origin": [-10.9, 14.9, -3.3], "size": [1, 1, 0], "pivot": [0, 3, 0], "rotation": [1.76833, -1.76749, 44.97272], "uv": [0, 2]} + ] + }, + { + "name": "body2", + "parent": "jaw", + "pivot": [0, 17.85304, -0.60862], + "cubes": [ + {"origin": [-2, 16, -2], "size": [4, 2, 3], "uv": [0, 30]}, + {"origin": [-1.8, 16.9, -1.7], "size": [3, 0, 3], "pivot": [0.2, 3, 1], "rotation": [23.18256, -25.0909, -0.89677], "uv": [4, 37]}, + {"origin": [-1.8, 16.2, -3.5], "size": [3, 0, 3], "pivot": [0.2, 3, 1], "rotation": [3.18256, -25.0909, -0.89677], "uv": [44, 32]}, + {"origin": [-1.2, 16.2, -3.5], "size": [3, 0, 3], "pivot": [-0.2, 3, 1], "rotation": [3.18256, 25.0909, 0.89677], "uv": [4, 53]}, + {"origin": [-1.2, 16.9, -1.7], "size": [3, 0, 3], "pivot": [-0.2, 3, 1], "rotation": [23.18256, 25.0909, 0.89677], "uv": [51, 20]}, + {"origin": [-1, 16.2, -4.3], "size": [3, 0, 5], "pivot": [0, 3, 0.2], "rotation": [99.37678, 89.18248, 96.57386], "uv": [0, 20]}, + {"origin": [-0.5, 16.9, -1.5], "size": [2, 0, 2], "pivot": [0, 3, 0.2], "rotation": [119.37678, 89.18248, 96.57386], "uv": [9, 0]}, + {"origin": [-0.5, 16.2, -6.5], "size": [3, 0, 3], "pivot": [0.5, 3, -2], "rotation": [-177.41393, 14.90487, 179.15958], "uv": [50, 0]}, + {"origin": [-0.5, 16.9, -3.7], "size": [3, 0, 2], "pivot": [0.5, 3, -2], "rotation": [-157.41393, 14.90487, 179.15958], "uv": [26, 47]}, + {"origin": [-2.5, 16.2, -6.5], "size": [3, 0, 3], "pivot": [-0.5, 3, -2], "rotation": [-177.41393, -14.90487, -179.15958], "uv": [50, 32]}, + {"origin": [-2.5, 16.9, -3.7], "size": [3, 0, 2], "pivot": [-0.5, 3, -2], "rotation": [-157.41393, -14.90487, -179.15958], "uv": [32, 47]}, + {"origin": [-2, 16.2, -4.3], "size": [3, 0, 5], "pivot": [0, 3, 0.2], "rotation": [99.37678, -89.18248, -96.57386], "uv": [0, 25]}, + {"origin": [-1.5, 16.9, -1.5], "size": [2, 0, 2], "pivot": [0, 3, 0.2], "rotation": [119.37678, -89.18248, -96.57386], "uv": [9, 28]} + ] + }, + { + "name": "leg28", + "parent": "toxapex", + "pivot": [-3.74474, 25.85327, -5.14606], + "cubes": [ + {"origin": [-32, 12.5, -8], "size": [5, 2, 6], "pivot": [-4.1, -3, 0], "rotation": [-83.44227, -45.73373, 77.41447], "uv": [136, 36]} + ] + }, + { + "name": "leg32", + "parent": "leg28", + "pivot": [-3.74474, 25.85327, -5.14606], + "cubes": [ + {"origin": [-32, 12.5, -8], "size": [5, 2, 6], "pivot": [-4.1, -3, 0], "rotation": [-83.44227, -45.73373, 77.41447], "uv": [136, 36]} + ] + }, + { + "name": "leg33", + "parent": "leg32", + "pivot": [-4.69985, 27.94409, -8.964], + "cubes": [ + {"origin": [-42, 4.5, -8.5], "size": [7, 2, 7], "pivot": [-4.1, -3, 0], "rotation": [-84.67444, -30.81255, 79.38676], "uv": [51, 130]}, + {"origin": [-41, -4.5, -6], "size": [2, 3, 2], "pivot": [-4.1, -3, 0], "rotation": [-85.10668, -20.85202, 80.37498], "uv": [87, 57]} + ] + }, + { + "name": "leg34", + "parent": "leg33", + "pivot": [-5.06075, 33.69146, -12.82565], + "cubes": [ + {"origin": [-50, -17.5, -9], "size": [10, 2, 8], "pivot": [-4.1, -3, 0], "rotation": [-85.42616, 1.57327, 82.24633], "uv": [74, 120]}, + {"origin": [-47, -24, -6], "size": [2, 3, 2], "pivot": [-4.1, -3, 0], "rotation": [-85.39771, 6.55727, 82.64717], "uv": [56, 77]} + ] + }, + { + "name": "leg35", + "parent": "leg34", + "pivot": [-6.1538, 42.18999, -12.53622], + "cubes": [ + {"origin": [-47, -35.5, -9], "size": [8, 2, 8], "pivot": [-4.1, -3, 0], "rotation": [-84.89034, 26.48712, 84.40423], "uv": [127, 0]}, + {"origin": [-50, -35.5, -10], "size": [4, 2, 2], "pivot": [-4.1, -3, 0], "rotation": [-89.93211, 26.94038, 73.21718], "uv": [0, 62]}, + {"origin": [-52, -35.5, -9], "size": [2, 2, 0], "pivot": [-4.1, -3, 0], "rotation": [-89.93211, 26.94038, 73.21718], "uv": [56, 60]}, + {"origin": [-51.6, -35.5, 0], "size": [4, 2, 2], "pivot": [-4.1, -3, 0], "rotation": [-78.93376, 24.7192, 98.13301], "uv": [72, 47], "mirror": true}, + {"origin": [-53.6, -35.5, 1], "size": [2, 2, 0], "pivot": [-4.1, -3, 0], "rotation": [-78.93376, 24.7192, 98.13301], "uv": [60, 60], "mirror": true} + ] + }, + { + "name": "leg16", + "parent": "toxapex", + "pivot": [4.20448, 27.96623, 10.69804], + "cubes": [ + {"origin": [-11, 22.5, 11], "size": [5, 2, 8], "pivot": [6.1, 1, 17], "rotation": [-27.3607, -52.81537, 35.0555], "uv": [136, 26]}, + {"origin": [-10, 24.5, 14.5], "size": [2, 4, 1], "pivot": [6.1, 1, 17], "rotation": [-27.3607, -52.81537, 35.0555], "uv": [30, 99]}, + {"origin": [-17.4, 11.5, 10], "size": [7, 2, 10], "pivot": [6.1, 1, 17], "rotation": [-51.89704, -29.55704, 70.90235], "uv": [115, 46]}, + {"origin": [-9, 9.2, 14.6], "size": [2, 3, 0], "pivot": [7.1, 1, 17.5], "rotation": [-57.50885, -17.29381, 75.79397], "uv": [95, 85]} + ] + }, + { + "name": "leg17", + "parent": "leg16", + "pivot": [8.09, 22.28187, 16.9894], + "cubes": [ + {"origin": [-12, 7.2, 9.7], "size": [10, 2, 10], "pivot": [7.1, 1, 17.5], "rotation": [-57.50885, -17.29381, 75.79397], "uv": [0, 99]}, + {"origin": [-0.2, 14.5, 5.5], "size": [6, 2, 12], "pivot": [4.9, 7, 13.9], "rotation": [-60.22412, -5.57076, 88.71252], "uv": [82, 104]}, + {"origin": [1.8, 16.5, 11.5], "size": [2, 4, 0], "pivot": [4.9, 7, 13.9], "rotation": [-60.22412, -5.57076, 88.71252], "uv": [64, 77]} + ] + }, + { + "name": "leg18", + "parent": "leg17", + "pivot": [10.61384, 7.06706, 21.0824], + "cubes": [ + {"origin": [4.8, 14.5, 5], "size": [7, 2, 13], "pivot": [4.9, 7, 13.9], "rotation": [-60.32138, -3.39969, 89.95593], "uv": [76, 3]}, + {"origin": [8.8, 17.1, 9], "size": [2, 5, 3], "pivot": [4.9, 7, 13.9], "rotation": [-40.37438, 0.94622, 92.42957], "uv": [85, 92]}, + {"origin": [8.8, 22.1, 10], "size": [2, 2, 1], "pivot": [4.9, 7, 13.9], "rotation": [-40.37438, 0.94622, 92.42957], "uv": [34, 84]}, + {"origin": [8.8, 16.4, 13], "size": [2, 5, 3], "pivot": [4.9, 7, 13.9], "rotation": [-72.87438, 0.94622, 92.42957], "uv": [74, 0]}, + {"origin": [8.8, 21.4, 14], "size": [2, 2, 1], "pivot": [4.9, 7, 13.9], "rotation": [-72.87438, 0.94622, 92.42957], "uv": [84, 26]} + ] + }, + { + "name": "leg13", + "parent": "toxapex", + "pivot": [-0.88857, 28.03351, 11.63327], + "cubes": [ + {"origin": [18.4, 11.5, 12], "size": [7, 2, 10], "pivot": [1.9, 1, 19], "rotation": [-90.02325, 34.67723, -91.74301], "uv": [0, 111]}, + {"origin": [14, 22.5, 13], "size": [5, 2, 8], "pivot": [1.9, 1, 19], "rotation": [-90.05505, 69.67722, -91.78141], "uv": [79, 130]}, + {"origin": [16, 24.5, 16.5], "size": [2, 4, 1], "pivot": [1.9, 1, 19], "rotation": [-90.05505, 69.67722, -91.78141], "uv": [67, 32]} + ] + }, + { + "name": "leg14", + "parent": "leg13", + "pivot": [0.11039, 20.85744, 19.3675], + "cubes": [ + {"origin": [10, 7.2, 11.6], "size": [10, 2, 12], "pivot": [0.9, 1, 19.5], "rotation": [-91.72166, 22.1241, -87.65552], "uv": [28, 37]}, + {"origin": [15, 9.2, 17.6], "size": [2, 3, 0], "pivot": [0.9, 1, 19.5], "rotation": [-91.72166, 22.1241, -87.65552], "uv": [11, 30]}, + {"origin": [3.4, 14.5, 13.1], "size": [2, 6, 0], "pivot": [2.3, 7, 15.5], "rotation": [-92.87694, 5.38731, -91.91664], "uv": [57, 23]}, + {"origin": [0.9, 14.5, 7.1], "size": [6, 2, 13], "pivot": [1.8, 7, 15.5], "rotation": [-92.87694, 5.38731, -91.91664], "uv": [27, 84]} + ] + }, + { + "name": "leg15", + "parent": "leg14", + "pivot": [0.69793, 7.06444, 24.51133], + "cubes": [ + {"origin": [-5.1, 14.5, 6.6], "size": [7, 2, 14], "pivot": [1.8, 7, 15.5], "rotation": [-92.86788, 2.89045, -91.79104], "uv": [0, 37]}, + {"origin": [-3.6, 15.4, 13.6], "size": [2, 6, 3], "pivot": [2.3, 7, 15.5], "rotation": [-105.36616, -2.1033, -91.54103], "uv": [56, 51]}, + {"origin": [-3.6, 21.4, 14.6], "size": [2, 2, 1], "pivot": [2.3, 7, 15.5], "rotation": [-105.36616, -2.1033, -91.54103], "uv": [36, 62]}, + {"origin": [-3.6, 17.1, 11.6], "size": [2, 5, 3], "pivot": [2.3, 7, 15.5], "rotation": [-72.86616, -2.1033, -91.54103], "uv": [56, 67]}, + {"origin": [-3.6, 22.1, 12.6], "size": [2, 2, 1], "pivot": [2.3, 7, 15.5], "rotation": [-72.86616, -2.1033, -91.54103], "uv": [7, 82]} + ] + }, + { + "name": "leg7", + "parent": "toxapex", + "pivot": [-7.51428, 27.03351, 5.51017], + "cubes": [ + {"origin": [-1, 22.5, 6], "size": [5, 2, 8], "pivot": [-13.1, 1, 12], "rotation": [-8.68213, 26.26873, -22.77536], "uv": [0, 136]}, + {"origin": [1, 24.5, 9.5], "size": [2, 4, 1], "pivot": [-13.1, 1, 12], "rotation": [-8.68213, 26.26873, -22.77536], "uv": [95, 57]}, + {"origin": [3.4, 11.5, 5], "size": [7, 2, 10], "pivot": [-13.1, 1, 12], "rotation": [-22.3651, 16.55291, -59.04017], "uv": [112, 78]} + ] + }, + { + "name": "leg8", + "parent": "leg7", + "pivot": [-14.52654, 21.65435, 9.70358], + "cubes": [ + {"origin": [-5, 7.2, 3.6], "size": [10, 2, 11], "pivot": [-14.1, 1, 12.5], "rotation": [-28.19777, 8.06447, -69.20226], "uv": [0, 69]}, + {"origin": [0, 9.2, 8.6], "size": [2, 3, 0], "pivot": [-14.1, 1, 12.5], "rotation": [-28.19777, 8.06447, -69.20226], "uv": [38, 69]}, + {"origin": [-10.1, 14.5, 7.1], "size": [2, 6, 0], "pivot": [-10.2, 7, 9.5], "rotation": [-30.14424, 4.17988, -86.09597], "uv": [66, 67]}, + {"origin": [-11.5, 14.5, 0.9], "size": [6, 2, 13], "pivot": [-10.6, 7, 9.3], "rotation": [-30.14424, 4.17988, -86.09597], "uv": [87, 77]} + ] + }, + { + "name": "leg9", + "parent": "leg8", + "pivot": [-19.87125, 8.05136, 12.36658], + "cubes": [ + {"origin": [-17.5, 14.5, 0.4], "size": [7, 2, 14], "pivot": [-10.6, 7, 9.3], "rotation": [-30.27832, 2.92176, -88.26053], "uv": [28, 51]}, + {"origin": [-16.1, 16.4, 7.6], "size": [2, 5, 3], "pivot": [-10.2, 7, 9.5], "rotation": [-42.90333, 0.39485, -92.57717], "uv": [47, 20]}, + {"origin": [-16.1, 21.4, 8.6], "size": [2, 2, 1], "pivot": [-10.2, 7, 9.5], "rotation": [-42.90333, 0.39485, -92.57717], "uv": [94, 34]}, + {"origin": [-16.1, 18.1, 4.6], "size": [2, 4, 3], "pivot": [-10.2, 7, 9.5], "rotation": [-10.40333, 0.39485, -92.57717], "uv": [87, 49]}, + {"origin": [-16.1, 22.1, 5.6], "size": [2, 2, 1], "pivot": [-10.2, 7, 9.5], "rotation": [-10.40333, 0.39485, -92.57717], "uv": [97, 54]} + ] + }, + { + "name": "leg10", + "parent": "toxapex", + "pivot": [-5.10561, 27.03351, 9.81884], + "cubes": [ + {"origin": [10.4, 11.5, 10], "size": [7, 2, 10], "pivot": [-6.1, 1, 17], "rotation": [-51.89704, 29.55704, -70.90235], "uv": [112, 34]}, + {"origin": [6, 22.5, 11], "size": [5, 2, 8], "pivot": [-6.1, 1, 17], "rotation": [-27.3607, 52.81537, -35.0555], "uv": [126, 130]}, + {"origin": [8, 24.5, 14.5], "size": [2, 4, 1], "pivot": [-6.1, 1, 17], "rotation": [-27.3607, 52.81537, -35.0555], "uv": [90, 66]} + ] + }, + { + "name": "leg11", + "parent": "leg10", + "pivot": [-9.15698, 21.91554, 15.69774], + "cubes": [ + {"origin": [2, 7.2, 9.7], "size": [10, 2, 10], "pivot": [-7.1, 1, 17.5], "rotation": [-57.50885, 17.29381, -75.79397], "uv": [55, 90]}, + {"origin": [7, 9.2, 13.6], "size": [2, 3, 0], "pivot": [-7.1, 1, 17.5], "rotation": [-57.50885, 17.29381, -75.79397], "uv": [63, 51]}, + {"origin": [-5.8, 14.5, 5.5], "size": [6, 2, 12], "pivot": [-4.9, 7, 13.9], "rotation": [-60.22412, 5.57076, -88.71252], "uv": [58, 102]}, + {"origin": [-3.8, 16.5, 11.5], "size": [2, 4, 0], "pivot": [-4.9, 7, 13.9], "rotation": [-60.22412, 5.57076, -88.71252], "uv": [64, 84]} + ] + }, + { + "name": "leg12", + "parent": "leg11", + "pivot": [-10.61384, 7.06706, 21.0824], + "cubes": [ + {"origin": [-11.8, 14.5, 5], "size": [7, 2, 13], "pivot": [-4.9, 7, 13.9], "rotation": [-60.32138, 3.39969, -89.95593], "uv": [60, 32]}, + {"origin": [-10.8, 16.4, 13], "size": [2, 5, 3], "pivot": [-4.9, 7, 13.9], "rotation": [-72.87438, -0.94622, -92.42957], "uv": [46, 0]}, + {"origin": [-10.8, 21.4, 14], "size": [2, 2, 1], "pivot": [-4.9, 7, 13.9], "rotation": [-72.87438, -0.94622, -92.42957], "uv": [93, 42]}, + {"origin": [-10.8, 17.1, 9], "size": [2, 5, 3], "pivot": [-4.9, 7, 13.9], "rotation": [-40.37438, -0.94622, -92.42957], "uv": [87, 34]}, + {"origin": [-10.8, 22.1, 10], "size": [2, 2, 1], "pivot": [-4.9, 7, 13.9], "rotation": [-40.37438, -0.94622, -92.42957], "uv": [6, 91]} + ] + }, + { + "name": "leg25", + "parent": "toxapex", + "pivot": [7.50684, 28.03351, 0.60263], + "cubes": [ + {"origin": [-1, 22.5, -3], "size": [5, 2, 8], "pivot": [16.1, 1, 3], "rotation": [3.35378, 4.06998, 20.36615], "uv": [97, 132]}, + {"origin": [0, 24.5, 0.5], "size": [2, 4, 1], "pivot": [16.1, 1, 3], "rotation": [3.35378, 4.06998, 20.36615], "uv": [92, 18]}, + {"origin": [-7.4, 11.5, -4], "size": [7, 2, 10], "pivot": [16.1, 1, 3], "rotation": [5.07944, 1.41357, 55.30965], "uv": [112, 66]} + ] + }, + { + "name": "leg26", + "parent": "leg25", + "pivot": [16.68105, 20.7807, 1.50948], + "cubes": [ + {"origin": [-2, 7.2, -5.4], "size": [10, 2, 11], "pivot": [17.1, 1, 3.5], "rotation": [2.03702, 4.04703, 68.11112], "uv": [59, 64]}, + {"origin": [1, 9.2, -0.4], "size": [2, 3, 0], "pivot": [17.1, 1, 3.5], "rotation": [2.03702, 4.04703, 68.11112], "uv": [7, 69]}, + {"origin": [7.6, 14.5, -5.9], "size": [6, 2, 13], "pivot": [12.7, 7, 2.5], "rotation": [2.28247, -1.43187, 84.46449], "uv": [87, 34]}, + {"origin": [1.4, 11.5, -0.9], "size": [2, 6, 0], "pivot": [10.5, 3, 2.5], "rotation": [-8.00759, -0.6576, 97.18272], "uv": [84, 6]} + ] + }, + { + "name": "leg27", + "parent": "leg26", + "pivot": [21.38408, 7.05849, -0.01372], + "cubes": [ + {"origin": [16.6, 17.1, -1.9], "size": [2, 5, 3], "pivot": [12.7, 7, 3], "rotation": [22.07614, -1.71748, 91.96189], "uv": [28, 53]}, + {"origin": [16.6, 22.1, -0.9], "size": [2, 2, 1], "pivot": [12.7, 7, 3], "rotation": [22.07614, -1.71748, 91.96189], "uv": [94, 0]}, + {"origin": [12.6, 14.5, -6.4], "size": [7, 2, 14], "pivot": [12.7, 7, 2.5], "rotation": [2.21787, -1.53004, 86.96339], "uv": [48, 16]}, + {"origin": [16.6, 15.4, 1.1], "size": [2, 6, 3], "pivot": [12.7, 7, 3], "rotation": [-10.42386, -1.71748, 91.96189], "uv": [0, 69]}, + {"origin": [16.6, 21.4, 2.1], "size": [2, 2, 1], "pivot": [12.7, 7, 3], "rotation": [-10.42386, -1.71748, 91.96189], "uv": [88, 0]} + ] + }, + { + "name": "leg19", + "parent": "toxapex", + "pivot": [7.51428, 27.03351, 6.51017], + "cubes": [ + {"origin": [-4, 22.5, 6], "size": [5, 2, 8], "pivot": [13.1, 1, 12], "rotation": [-8.68213, -26.26873, 22.77536], "uv": [130, 102]}, + {"origin": [-10.4, 11.5, 5], "size": [7, 2, 10], "pivot": [13.1, 1, 12], "rotation": [-22.3651, -16.55291, 59.04017], "uv": [112, 14]}, + {"origin": [-3, 24.5, 9.5], "size": [2, 4, 1], "pivot": [13.1, 1, 12], "rotation": [-8.68213, -26.26873, 22.77536], "uv": [76, 18]} + ] + }, + { + "name": "leg20", + "parent": "leg19", + "pivot": [14.52654, 21.65435, 9.70358], + "cubes": [ + {"origin": [-5, 7.2, 3.6], "size": [10, 2, 11], "pivot": [14.1, 1, 12.5], "rotation": [-28.19777, -8.06447, 69.20226], "uv": [56, 51]}, + {"origin": [-2, 9.2, 8.6], "size": [2, 3, 0], "pivot": [14.1, 1, 12.5], "rotation": [-28.19777, -8.06447, 69.20226], "uv": [35, 37]}, + {"origin": [5.5, 14.5, 0.9], "size": [6, 2, 13], "pivot": [10.6, 7, 9.3], "rotation": [-30.14424, -4.17988, 86.09597], "uv": [87, 19]}, + {"origin": [8.1, 14.5, 7.1], "size": [2, 6, 0], "pivot": [10.2, 7, 9.5], "rotation": [-30.14424, -4.17988, 86.09597], "uv": [84, 0]} + ] + }, + { + "name": "leg21", + "parent": "leg20", + "pivot": [19.70095, 7.06162, 11.74194], + "cubes": [ + {"origin": [10.5, 14.5, 0.4], "size": [7, 2, 14], "pivot": [10.6, 7, 9.3], "rotation": [-30.27832, -2.92176, 88.26053], "uv": [46, 0]}, + {"origin": [14.1, 17.1, 5.6], "size": [2, 5, 3], "pivot": [10.2, 7, 9.5], "rotation": [-10.40333, -0.39485, 92.57717], "uv": [89, 77]}, + {"origin": [14.1, 22.1, 6.6], "size": [2, 2, 1], "pivot": [10.2, 7, 9.5], "rotation": [-10.40333, -0.39485, 92.57717], "uv": [87, 42]}, + {"origin": [14.1, 16.4, 7.6], "size": [2, 5, 3], "pivot": [10.2, 7, 9.5], "rotation": [-42.90333, -0.39485, 92.57717], "uv": [60, 34]}, + {"origin": [14.1, 21.4, 8.6], "size": [2, 2, 1], "pivot": [10.2, 7, 9.5], "rotation": [-42.90333, -0.39485, 92.57717], "uv": [58, 84]} + ] + }, + { + "name": "leg4", + "parent": "toxapex", + "pivot": [-6.50684, 28.03351, 0.60263], + "cubes": [ + {"origin": [-4, 22.5, -3], "size": [5, 2, 8], "pivot": [-16.1, 1, 3], "rotation": [3.35378, -4.06998, -20.36615], "uv": [136, 58]}, + {"origin": [0.4, 11.5, -4], "size": [7, 2, 10], "pivot": [-16.1, 1, 3], "rotation": [5.07944, -1.41357, -55.30965], "uv": [48, 116]}, + {"origin": [-2, 24.5, 0.5], "size": [2, 4, 1], "pivot": [-16.1, 1, 3], "rotation": [3.35378, -4.06998, -20.36615], "uv": [60, 102]} + ] + }, + { + "name": "leg5", + "parent": "leg4", + "pivot": [-16.68105, 21.7807, 0.50948], + "cubes": [ + {"origin": [-13.6, 14.5, -5.9], "size": [6, 2, 13], "pivot": [-12.7, 7, 2.5], "rotation": [2.28247, 1.43187, -84.46449], "uv": [90, 51]}, + {"origin": [-3, 9.2, -0.4], "size": [2, 3, 0], "pivot": [-17.1, 1, 3.5], "rotation": [2.03702, -4.04703, -68.11112], "uv": [36, 102]}, + {"origin": [-8, 7.2, -5.4], "size": [10, 2, 11], "pivot": [-17.1, 1, 3.5], "rotation": [2.03702, -4.04703, -68.11112], "uv": [58, 77]}, + {"origin": [-3.4, 11.5, -0.9], "size": [2, 6, 0], "pivot": [-10.5, 3, 2.5], "rotation": [-8.00759, 0.6576, -97.18272], "uv": [10, 56]} + ] + }, + { + "name": "leg6", + "parent": "leg5", + "pivot": [-21.63302, 7.06162, 0.37487], + "cubes": [ + {"origin": [-19.6, 14.5, -6.4], "size": [7, 2, 14], "pivot": [-12.7, 7, 2.5], "rotation": [2.21787, 1.53004, -86.96339], "uv": [0, 53]}, + {"origin": [-18.6, 17.1, -0.9], "size": [2, 5, 3], "pivot": [-12.7, 7, 3], "rotation": [22.07614, 1.71748, -91.96189], "uv": [0, 82]}, + {"origin": [-18.6, 22.1, 0.1], "size": [2, 2, 1], "pivot": [-12.7, 7, 3], "rotation": [22.07614, 1.71748, -91.96189], "uv": [89, 85]}, + {"origin": [-18.6, 16.4, 1.1], "size": [2, 5, 3], "pivot": [-12.7, 7, 3], "rotation": [-10.42386, 1.71748, -91.96189], "uv": [0, 53]}, + {"origin": [-18.6, 21.4, 2.1], "size": [2, 2, 1], "pivot": [-12.7, 7, 3], "rotation": [-10.42386, 1.71748, -91.96189], "uv": [36, 99]} + ] + }, + { + "name": "leg2", + "parent": "toxapex", + "pivot": [-7.12706, 27.57206, -4.46493], + "rotation": [0, 115, 0], + "cubes": [ + {"origin": [-20.71549, 11.5, -11.34014], "size": [7, 2, 10], "pivot": [2.78451, 1, -4.34014], "rotation": [40.95291, 15.87904, 59.27221], "uv": [100, 120]}, + {"origin": [-13.31549, 24.5, -6.84014], "size": [2, 4, 1], "pivot": [2.78451, 1, -4.34014], "rotation": [26.32901, 35.8542, 26.96428], "uv": [103, 0]}, + {"origin": [-28, 28.1, -3], "size": [5, 2, 8], "pivot": [-16.1, 1, 3], "rotation": [172.41589, -46.06406, -166.403], "uv": [136, 58]} + ] + }, + { + "name": "leg3", + "parent": "leg2", + "pivot": [-0.73171, 21.46419, -8.51405], + "cubes": [ + {"origin": [-16.31549, 7.2, -13.24014], "size": [10, 2, 10], "pivot": [2.78451, 1, -4.34014], "rotation": [30.38577, 7.50844, 68.76244], "uv": [30, 102]}, + {"origin": [-8.01549, 14.5, -12.24014], "size": [6, 2, 12], "pivot": [-2.91549, 7, -3.84014], "rotation": [29.4766, 2.78857, 86.67704], "uv": [106, 106]}, + {"origin": [-13.21549, 11.5, -6.24014], "size": [2, 6, 0], "pivot": [-4.11549, 3, -3.84014], "rotation": [29.42063, -3.37551, 97.5569], "uv": [6, 97]}, + {"origin": [-13.31549, 9.2, -8.24014], "size": [2, 3, 0], "pivot": [2.78451, 1, -4.34014], "rotation": [30.38577, 7.50844, 68.76244], "uv": [96, 77]} + ] + }, + { + "name": "leg36", + "parent": "leg3", + "pivot": [3.21524, 6.89913, -9.19473], + "cubes": [ + {"origin": [0.98451, 17.1, -8.74014], "size": [2, 6, 3], "pivot": [-2.91549, 7, -3.84014], "rotation": [49.58363, -0.91204, 93.2025], "uv": [27, 84]}, + {"origin": [0.98451, 22.1, -7.74014], "size": [2, 2, 1], "pivot": [-2.91549, 7, -3.84014], "rotation": [49.58363, -0.91204, 93.2025], "uv": [101, 74]}, + {"origin": [0.98451, 15.4, -5.74014], "size": [2, 7, 3], "pivot": [-2.91549, 7, -3.84014], "rotation": [17.08363, -0.91204, 93.2025], "uv": [0, 37]}, + {"origin": [0.98451, 22.4, -4.74014], "size": [2, 2, 1], "pivot": [-2.91549, 7, -3.84014], "rotation": [17.08363, -0.91204, 93.2025], "uv": [48, 99]}, + {"origin": [-3.01549, 14.5, -12.74014], "size": [7, 2, 13], "pivot": [-2.91549, 7, -3.84014], "rotation": [29.55915, 1.55668, 88.85406], "uv": [0, 82]} + ] + }, + { + "name": "leg", + "parent": "toxapex", + "pivot": [6.2689, 26.57206, -3.99848], + "cubes": [ + {"origin": [-1, 22.5, -10], "size": [5, 2, 8], "pivot": [16.1, 1, -4], "rotation": [26.32901, 35.8542, 26.96428], "uv": [136, 10], "mirror": true}, + {"origin": [0, 24.5, -6.5], "size": [2, 4, 1], "pivot": [16.1, 1, -4], "rotation": [26.32901, 35.8542, 26.96428], "uv": [103, 0]}, + {"origin": [-7.4, 11.5, -11], "size": [7, 2, 10], "pivot": [16.1, 1, -4], "rotation": [40.95291, 15.87904, 59.27221], "uv": [100, 120]} + ] + }, + { + "name": "leg23", + "parent": "leg", + "pivot": [12.58378, 21.46419, -8.17391], + "cubes": [ + {"origin": [-3, 7.2, -12.9], "size": [10, 2, 10], "pivot": [16.1, 1, -4], "rotation": [30.38577, 7.50844, 68.76244], "uv": [30, 102]}, + {"origin": [5.3, 14.5, -11.9], "size": [6, 2, 12], "pivot": [10.4, 7, -3.5], "rotation": [29.4766, 2.78857, 86.67704], "uv": [106, 106]}, + {"origin": [0.1, 11.5, -5.9], "size": [2, 6, 0], "pivot": [9.2, 3, -3.5], "rotation": [29.42063, -3.37551, 97.5569], "uv": [6, 97]}, + {"origin": [0, 9.2, -7.9], "size": [2, 3, 0], "pivot": [16.1, 1, -4], "rotation": [30.38577, 7.50844, 68.76244], "uv": [96, 77]} + ] + }, + { + "name": "leg24", + "parent": "leg23", + "pivot": [16.53073, 6.89913, -9.85459], + "cubes": [ + {"origin": [14.3, 17.1, -8.4], "size": [2, 6, 3], "pivot": [10.4, 7, -3.5], "rotation": [49.58363, -0.91204, 93.2025], "uv": [27, 84]}, + {"origin": [14.3, 22.1, -7.4], "size": [2, 2, 1], "pivot": [10.4, 7, -3.5], "rotation": [49.58363, -0.91204, 93.2025], "uv": [101, 74]}, + {"origin": [14.3, 15.4, -5.4], "size": [2, 7, 3], "pivot": [10.4, 7, -3.5], "rotation": [17.08363, -0.91204, 93.2025], "uv": [0, 37]}, + {"origin": [14.3, 22.4, -4.4], "size": [2, 2, 1], "pivot": [10.4, 7, -3.5], "rotation": [17.08363, -0.91204, 93.2025], "uv": [48, 99]}, + {"origin": [10.3, 14.5, -12.4], "size": [7, 2, 13], "pivot": [10.4, 7, -3.5], "rotation": [29.55915, 1.55668, 88.85406], "uv": [0, 82]} + ] + }, + { + "name": "leg37", + "parent": "toxapex", + "pivot": [2.25526, 25.85327, -5.14606], + "rotation": [0, 0, 17.5], + "cubes": [ + {"origin": [-26, 12.5, -8], "size": [5, 2, 6], "pivot": [1.9, -3, 0], "rotation": [-83.44227, -45.73373, 77.41447], "uv": [136, 36]} + ] + }, + { + "name": "leg41", + "parent": "leg37", + "pivot": [2.25526, 25.85327, -5.14606], + "cubes": [ + {"origin": [-26, 12.5, -8], "size": [5, 2, 6], "pivot": [1.9, -3, 0], "rotation": [-83.44227, -45.73373, 77.41447], "uv": [136, 36]} + ] + }, + { + "name": "leg42", + "parent": "leg41", + "pivot": [1.30015, 27.94409, -8.964], + "cubes": [ + {"origin": [-36, 4.5, -8.5], "size": [7, 2, 7], "pivot": [1.9, -3, 0], "rotation": [-84.67444, -30.81255, 79.38676], "uv": [51, 130]}, + {"origin": [-35, -4.5, -6], "size": [2, 3, 2], "pivot": [1.9, -3, 0], "rotation": [-85.10668, -20.85202, 80.37498], "uv": [87, 57]} + ] + }, + { + "name": "leg43", + "parent": "leg42", + "pivot": [0.93925, 33.69146, -12.82565], + "cubes": [ + {"origin": [-44, -17.5, -9], "size": [10, 2, 8], "pivot": [1.9, -3, 0], "rotation": [-85.42616, 1.57327, 82.24633], "uv": [74, 120]}, + {"origin": [-41, -24, -6], "size": [2, 3, 2], "pivot": [1.9, -3, 0], "rotation": [-85.39771, 6.55727, 82.64717], "uv": [56, 77]} + ] + }, + { + "name": "leg44", + "parent": "leg43", + "pivot": [-0.1538, 42.18999, -12.53622], + "cubes": [ + {"origin": [-41, -35.5, -9], "size": [8, 2, 8], "pivot": [1.9, -3, 0], "rotation": [-84.89034, 26.48712, 84.40423], "uv": [127, 0]}, + {"origin": [-44, -35.5, -10], "size": [4, 2, 2], "pivot": [1.9, -3, 0], "rotation": [-89.93211, 26.94038, 73.21718], "uv": [0, 62]}, + {"origin": [-46, -35.5, -9], "size": [2, 2, 0], "pivot": [1.9, -3, 0], "rotation": [-89.93211, 26.94038, 73.21718], "uv": [56, 60]}, + {"origin": [-45.6, -35.5, 0], "size": [4, 2, 2], "pivot": [1.9, -3, 0], "rotation": [-78.93376, 24.7192, 98.13301], "uv": [72, 47], "mirror": true}, + {"origin": [-47.6, -35.5, 1], "size": [2, 2, 0], "pivot": [1.9, -3, 0], "rotation": [-78.93376, 24.7192, 98.13301], "uv": [60, 60], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/toxel/toxel.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/toxel/toxel.geo.json new file mode 100644 index 0000000..3017a6b --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/toxel/toxel.geo.json @@ -0,0 +1,142 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.toxel", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "Toxel", + "pivot": [0, 0, 0] + }, + { + "name": "leg4", + "parent": "Toxel", + "pivot": [-2.90885, 6.85019, 4.95491], + "cubes": [ + {"origin": [-6, 5.9, -2.5], "size": [3, 4, 5], "pivot": [0, 3.5, -0.4], "rotation": [-102.0012, 9.06524, 36.54514], "uv": [37, 41]}, + {"origin": [-6.9, 5.8, -0.8], "size": [3, 4, 4], "pivot": [0, 3.5, -0.4], "rotation": [-90, 0, 0], "uv": [44, 21]}, + {"origin": [-7.9, 3.8, 3.2], "size": [2, 2, 1], "pivot": [0, 4.5, -0.4], "rotation": [-90, 15, 0], "uv": [0, 0]}, + {"origin": [-4.4, 6.3, 3.2], "size": [2, 2, 1], "pivot": [0, 4.5, -0.4], "rotation": [-90, -10, 0], "uv": [0, 18]} + ] + }, + { + "name": "leg", + "parent": "Toxel", + "pivot": [-3.25296, 7.16482, -2.70928], + "cubes": [ + {"origin": [-4.5, 3.1, -2.7], "size": [3, 4, 3], "pivot": [0, 3.5, 0], "rotation": [14.65993, -3.21132, 12.08681], "uv": [48, 34]}, + {"origin": [-4.5, -0.9, -2.7], "size": [3, 4, 3], "pivot": [0, 3.5, 0], "rotation": [-17.84007, -3.21132, 12.08681], "uv": [23, 18]}, + {"origin": [-4.2, 0.1, -6.7], "size": [2, 1, 4], "pivot": [0, 3.5, 0], "rotation": [0.38481, 19.29081, -0.28542], "uv": [48, 41]}, + {"origin": [-4.7, 0.1, -4.7], "size": [2, 1, 4], "pivot": [0, 3.5, 0], "rotation": [0.38235, -18.20841, -0.53203], "uv": [54, 18]} + ] + }, + { + "name": "leg2", + "parent": "Toxel", + "pivot": [3.25296, 7.16482, -1.70928], + "cubes": [ + {"origin": [1.5, 3.1, -2.7], "size": [3, 4, 3], "pivot": [0, 3.5, 0], "rotation": [14.65993, 3.21132, -12.08681], "uv": [50, 47]}, + {"origin": [1.5, -0.9, -2.7], "size": [3, 4, 3], "pivot": [0, 3.5, 0], "rotation": [-17.84007, 3.21132, -12.08681], "uv": [38, 50]}, + {"origin": [2.2, 0.1, -6.7], "size": [2, 1, 4], "pivot": [0, 3.5, 0], "rotation": [0.38481, -19.29081, 0.28542], "uv": [12, 54]}, + {"origin": [2.7, 0.1, -4.7], "size": [2, 1, 4], "pivot": [0, 3.5, 0], "rotation": [0.38235, 18.20841, 0.53203], "uv": [51, 29]} + ] + }, + { + "name": "body", + "parent": "Toxel", + "pivot": [0, 6.35706, 4.84219], + "cubes": [ + {"origin": [-3.5, 6.1, -3.7], "size": [7, 7, 5], "pivot": [0, 3.5, 0], "rotation": [0, 0, 0], "uv": [0, 32]}, + {"origin": [-4, 6.2, 0.3], "size": [8, 7, 7], "pivot": [0, 3.5, 0], "rotation": [-2.5, 0, 0], "uv": [0, 18]} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [0, 9.85213, 7.34496], + "cubes": [ + {"origin": [-3.5, 5.2, 7.3], "size": [7, 5, 7], "pivot": [0, 3.5, 0], "rotation": [15, 0, 0], "uv": [23, 25]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 11.33301, 12.29923], + "cubes": [ + {"origin": [-3, 2, 14.3], "size": [6, 4, 5], "pivot": [0, 3.5, 0], "rotation": [30, 0, 0], "uv": [29, 0]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 12.97181, 16.69993], + "cubes": [ + {"origin": [-2.5, -1.5, 18.3], "size": [5, 3, 5], "pivot": [0, 3.5, 0], "rotation": [42.5, 0, 0], "uv": [33, 13]} + ] + }, + { + "name": "neck", + "parent": "body", + "pivot": [0, 10, -3.5], + "cubes": [ + {"origin": [-3, 7, -6], "size": [6, 6, 3], "pivot": [0, 3, -2], "rotation": [0, 0, 0], "uv": [24, 37]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 10.05525, -5.17687], + "cubes": [ + {"origin": [-5, 6, -14], "size": [10, 9, 9], "uv": [0, 0]}, + {"origin": [2, 7.1, -14.1], "size": [4, 3, 1], "pivot": [-0.2, -1.5, -8], "rotation": [0, 0, -7.5], "uv": [38, 9]}, + {"origin": [-6, 7.1, -14.1], "size": [4, 3, 1], "pivot": [0.2, -1.5, -8], "rotation": [0, 0, 7.5], "uv": [35, 21]}, + {"origin": [-3.1, 8.2, -14.2], "size": [1, 1, 1], "uv": [5, 5]}, + {"origin": [2.1, 8.2, -14.2], "size": [1, 1, 1], "uv": [5, 2]}, + {"origin": [-1, 5, -14], "size": [2, 1, 0], "uv": [5, 0]}, + {"origin": [3, 9, -13], "size": [4, 3, 3], "pivot": [0, 2, -8], "rotation": [0, -15, 0], "uv": [48, 12]}, + {"origin": [-14.7, 5.4, -11], "size": [3, 3, 3], "pivot": [0, 2, -8], "rotation": [0, 0, 50], "uv": [0, 53]}, + {"origin": [11.7, 5.4, -11], "size": [3, 3, 3], "pivot": [0, 2, -8], "rotation": [0, 0, -50], "uv": [51, 0]}, + {"origin": [-7, 9, -13], "size": [4, 3, 3], "pivot": [0, 2, -8], "rotation": [0, 15, 0], "uv": [48, 6]}, + {"origin": [-1.5, 10.5, -16], "size": [3, 4, 2], "pivot": [0, 2, -8], "rotation": [-7.5, 0, 0], "uv": [24, 54]}, + {"origin": [-2, 10, -14], "size": [4, 5, -2], "pivot": [0, 2, -8], "rotation": [-7.5, 0, 0], "uv": [115, 8]} + ] + }, + { + "name": "eyelids", + "parent": "head", + "pivot": [0, 9.9541, -13.8], + "cubes": [ + {"origin": [2, 8.5, -14.3], "size": [4, 2, 1], "pivot": [-0.2, -1.5, -8], "rotation": [0, 0, -7.5], "uv": [44, 29]}, + {"origin": [-6, 8.5, -14.3], "size": [4, 2, 1], "pivot": [0.2, -1.5, -8], "rotation": [0, 0, 7.5], "uv": [50, 54]} + ] + }, + { + "name": "eletric", + "parent": "head", + "pivot": [0, 14.22628, -11.64064], + "cubes": [ + {"origin": [0, 9, -19.4], "size": [0, 8, 4], "pivot": [0, 2, -8], "rotation": [-30, 0, 0], "uv": [16, 40]} + ] + }, + { + "name": "legfixed", + "parent": "Toxel", + "pivot": [1.90885, 6.85019, 4.95491], + "cubes": [ + {"origin": [3, 5.9, -2.5], "size": [3, 4, 5], "pivot": [0, 3.5, -0.4], "rotation": [-102.0012, -9.06524, -36.54514], "uv": [0, 44]}, + {"origin": [5.9, 3.8, 3.2], "size": [2, 2, 1], "pivot": [0, 4.5, -0.4], "rotation": [-90, -15, 0], "uv": [0, 6]}, + {"origin": [3.9, 5.8, -0.8], "size": [3, 4, 4], "pivot": [0, 3.5, -0.4], "rotation": [-90, 0, 0], "uv": [24, 46]}, + {"origin": [2.4, 6.3, 3.2], "size": [2, 2, 1], "pivot": [0, 4.5, -0.4], "rotation": [-90, 10, 0], "uv": [0, 3]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/toxicroak/toxicroak.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/toxicroak/toxicroak.geo.json new file mode 100644 index 0000000..7bee929 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/toxicroak/toxicroak.geo.json @@ -0,0 +1,269 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.toxicroak", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 6, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "all", + "pivot": [0, 0, 0] + }, + { + "name": "leg_right", + "parent": "all", + "pivot": [-3, 10.5, 2.5], + "cubes": [ + {"origin": [-6.25, 5, -2], "size": [5, 7, 7], "uv": [0, 31]} + ] + }, + { + "name": "leg_2_right", + "parent": "leg_right", + "pivot": [-3.75, 5, -2], + "cubes": [ + {"origin": [-4.75, 1, -2], "size": [2, 4, 3], "uv": [52, 15]} + ] + }, + { + "name": "foot_right", + "parent": "leg_2_right", + "pivot": [-3.75, 2, -0.5], + "cubes": [ + {"origin": [-3.75, 0, 0], "size": [0, 4, 4], "uv": [0, 0]}, + {"origin": [-5.75, 0, -3], "size": [4, 2, 4], "uv": [41, 37]} + ] + }, + { + "name": "toe_right_right", + "parent": "foot_right", + "pivot": [-5.75, 1, -3], + "cubes": [ + {"origin": [-6.75, 0, -5], "size": [2, 2, 2], "uv": [24, 20]} + ] + }, + { + "name": "toe_right_left", + "parent": "foot_right", + "pivot": [-1.75, 1, -3], + "cubes": [ + {"origin": [-2.75, 0, -5], "size": [2, 2, 2], "uv": [0, 20]} + ] + }, + { + "name": "toe_right_middle", + "parent": "foot_right", + "pivot": [-3.75, 1, -3], + "cubes": [ + {"origin": [-4.75, 0, -5], "size": [2, 2, 2], "uv": [0, 0]} + ] + }, + { + "name": "leg_left", + "parent": "all", + "pivot": [3, 10.5, 2.5], + "cubes": [ + {"origin": [1.25, 5, -2], "size": [5, 7, 7], "uv": [24, 37]} + ] + }, + { + "name": "leg_2_left", + "parent": "leg_left", + "pivot": [3.75, 5, -2], + "cubes": [ + {"origin": [2.75, 1, -2], "size": [2, 4, 3], "uv": [52, 30]} + ] + }, + { + "name": "foot_left", + "parent": "leg_2_left", + "pivot": [3.75, 2, -0.5], + "cubes": [ + {"origin": [1.75, 0, -3], "size": [4, 2, 4], "uv": [42, 3]}, + {"origin": [3.75, 0, 0], "size": [0, 4, 4], "uv": [0, 12]} + ] + }, + { + "name": "toe_left_middle", + "parent": "foot_left", + "pivot": [3.75, 1, -3], + "cubes": [ + {"origin": [2.75, 0, -5], "size": [2, 2, 2], "uv": [58, 47]} + ] + }, + { + "name": "toe_left_right", + "parent": "foot_left", + "pivot": [5.75, 1, -3], + "cubes": [ + {"origin": [4.75, 0, -5], "size": [2, 2, 2], "uv": [58, 5]} + ] + }, + { + "name": "toe_left_left", + "parent": "foot_left", + "pivot": [1.75, 1, -3], + "cubes": [ + {"origin": [0.75, 0, -5], "size": [2, 2, 2], "uv": [17, 31]} + ] + }, + { + "name": "body", + "parent": "all", + "pivot": [0, 10.5, 2.5], + "cubes": [ + {"origin": [-3, 9, 0], "size": [6, 6, 6], "uv": [0, 45]}, + {"origin": [-4, 15, -2], "size": [8, 8, 8], "inflate": 0.01, "uv": [0, 0]}, + {"origin": [-2, 20, 3], "size": [4, 4, 4], "inflate": 0.01, "uv": [66, 1]} + ] + }, + { + "name": "arm_left", + "parent": "body", + "pivot": [4, 19, 2.5], + "cubes": [ + {"origin": [4, 18, 1], "size": [3, 3, 3], "uv": [45, 49]}, + {"origin": [7, 18.5, 1.5], "size": [3, 2, 2], "uv": [50, 57]} + ] + }, + { + "name": "hand_left", + "parent": "arm_left", + "pivot": [10, 19.5, 2.5], + "cubes": [ + {"origin": [10, 18, 0.5], "size": [7, 3, 4], "uv": [32, 18]} + ] + }, + { + "name": "thumb_left", + "parent": "hand_left", + "pivot": [15, 19, 0.5], + "cubes": [ + {"origin": [14, 18, -2.5], "size": [2, 2, 3], "uv": [54, 52]} + ] + }, + { + "name": "finger_front_left", + "parent": "hand_left", + "pivot": [17, 19, 1.5], + "cubes": [ + {"origin": [17, 18, 0.5], "size": [3, 2, 2], "uv": [57, 41]} + ] + }, + { + "name": "finger_back_left", + "parent": "hand_left", + "pivot": [17, 19, 3.5], + "cubes": [ + {"origin": [17, 18, 2.5], "size": [3, 2, 2], "uv": [10, 57]} + ] + }, + { + "name": "claw_left", + "parent": "hand_left", + "pivot": [16, 20.5, 2.5], + "cubes": [ + {"origin": [15, 18, 2.5], "size": [7, 5, 0], "uv": [48, 9]} + ] + }, + { + "name": "arm_right", + "parent": "body", + "pivot": [-4, 19, 2.5], + "cubes": [ + {"origin": [-10, 18.5, 1.5], "size": [3, 2, 2], "uv": [0, 57]}, + {"origin": [-7, 18, 1], "size": [3, 3, 3], "uv": [48, 43]} + ] + }, + { + "name": "hand_right", + "parent": "arm_right", + "pivot": [-10, 19.5, 2.5], + "cubes": [ + {"origin": [-17, 18, 0.5], "size": [7, 3, 4], "uv": [24, 0]} + ] + }, + { + "name": "claw_right", + "parent": "hand_right", + "pivot": [-16, 20.5, 2.5], + "cubes": [ + {"origin": [-22, 18, 2.5], "size": [7, 5, 0], "uv": [46, 25]} + ] + }, + { + "name": "thumb_right", + "parent": "hand_right", + "pivot": [-15, 19, 0.5], + "cubes": [ + {"origin": [-16, 18, -2.5], "size": [2, 2, 3], "uv": [54, 0]} + ] + }, + { + "name": "finger_back_right", + "parent": "hand_right", + "pivot": [-17, 19, 3.5], + "cubes": [ + {"origin": [-20, 18, 2.5], "size": [3, 2, 2], "uv": [42, 55]} + ] + }, + { + "name": "finger_front_right", + "parent": "hand_right", + "pivot": [-17, 19, 1.5], + "cubes": [ + {"origin": [-20, 18, 0.5], "size": [3, 2, 2], "uv": [53, 37]} + ] + }, + { + "name": "head", + "parent": "body", + "pivot": [0, 23, 0], + "cubes": [ + {"origin": [-4, 22, -5], "size": [8, 7, 8], "uv": [0, 16]}, + {"origin": [0, 26, -7], "size": [0, 8, 9], "uv": [24, 42]}, + {"origin": [-3, 21.25, -4.9], "size": [3, 2, 0], "pivot": [0, 21.25, -4.9], "rotation": [0, 0, 7.5], "uv": [24, 18]}, + {"origin": [0, 21.25, -4.9], "size": [3, 2, 0], "pivot": [0, 21.25, -4.9], "rotation": [0, 0, -7.5], "uv": [24, 18]}, + {"origin": [-4, 21, -4.8], "size": [8, 2, 7], "inflate": -0.01, "uv": [25, 9]} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [2.31541, 24.46103, -5.02], + "rotation": [0, 0, -7.5], + "cubes": [ + {"origin": [0.82847, 23.39351, -5.02], "size": [3, 2, 0], "uv": [32, 7]}, + {"origin": [0.82847, 22.89351, -5.01], "size": [3, 3, 0], "uv": [0, 34]}, + {"origin": [1.82847, 24.39351, -5.03], "size": [1, 1, 0], "uv": [61, 0]} + ] + }, + { + "name": "eye_right", + "parent": "head", + "pivot": [-2.31541, 24.46103, -5.02], + "rotation": [0, 0, 7.5], + "cubes": [ + {"origin": [-2.82847, 24.39351, -5.03], "size": [1, 1, 0], "uv": [61, 0]}, + {"origin": [-3.82847, 23.39351, -5.02], "size": [3, 2, 0], "uv": [30, 20]}, + {"origin": [-3.82847, 22.89351, -5.01], "size": [3, 3, 0], "uv": [0, 31]} + ] + }, + { + "name": "throat_sack", + "parent": "body", + "pivot": [0, 18, -2], + "cubes": [ + {"origin": [-3.5, 15, -6], "size": [7, 6, 6], "uv": [26, 25]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/toxtricity/toxtricitya.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/toxtricity/toxtricitya.geo.json new file mode 100644 index 0000000..e305b71 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/toxtricity/toxtricitya.geo.json @@ -0,0 +1,268 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.toxtricityA", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 5, + "visible_bounds_height": 5.5, + "visible_bounds_offset": [0, 2.25, 0] + }, + "bones": [ + { + "name": "toxtricity", + "pivot": [0, 0, 0] + }, + { + "name": "leg2", + "parent": "toxtricity", + "pivot": [2.52618, 13.4, 1.47933], + "cubes": [ + {"origin": [0.9, 7.4, -2.1], "size": [4, 6, 5], "pivot": [0, 27, 0], "rotation": [0, -22.5, 0], "uv": [66, 21]} + ] + }, + { + "name": "kneefixed", + "parent": "leg2", + "pivot": [2.48289, 7.6, 2.16963], + "cubes": [ + {"origin": [0.9, 0.4, -2.1], "size": [4, 1, 5], "pivot": [0, 27, 0], "rotation": [0, -22.5, 0], "uv": [13, 41], "mirror": true}, + {"origin": [0.9, 1.4, -2.1], "size": [4, 6, 5], "pivot": [0, 27, 0], "rotation": [0, -22.5, 0], "uv": [32, 64]}, + {"origin": [1.4, 0.4, -6.1], "size": [3, 1, 4], "pivot": [0, 27, 0], "rotation": [0, -22.5, 0], "uv": [9, 30], "mirror": true}, + {"origin": [2.9, 0.4, -5.1], "size": [3, 1, 3], "pivot": [0, 27, 0], "rotation": [0, -22.5, 0], "uv": [9, 30], "mirror": true}, + {"origin": [-0.1, 0.4, -5.1], "size": [3, 1, 3], "pivot": [0, 27, 0], "rotation": [0, -22.5, 0], "uv": [10, 30], "mirror": true} + ] + }, + { + "name": "leg", + "parent": "toxtricity", + "pivot": [-2.52618, 13.4, 1.47933], + "cubes": [ + {"origin": [-4.9, 7.4, -2.1], "size": [4, 6, 5], "pivot": [0, 27, 0], "rotation": [0, 22.5, 0], "uv": [68, 66]} + ] + }, + { + "name": "knee", + "parent": "leg", + "pivot": [-3.48289, 7.6, 2.16963], + "cubes": [ + {"origin": [-4.9, 1.4, -2.1], "size": [4, 6, 5], "pivot": [0, 27, 0], "rotation": [0, 22.5, 0], "uv": [66, 21]}, + {"origin": [-4.9, 0.4, -2.1], "size": [4, 1, 5], "pivot": [0, 27, 0], "rotation": [0, 22.5, 0], "uv": [13, 39]}, + {"origin": [-5.9, 0.4, -5.1], "size": [3, 1, 3], "pivot": [0, 27, 0], "rotation": [0, 22.5, 0], "uv": [22, 38]}, + {"origin": [-2.9, 0.4, -5.1], "size": [3, 1, 3], "pivot": [0, 27, 0], "rotation": [0, 22.5, 0], "uv": [11, 31]}, + {"origin": [-4.4, 0.4, -6.1], "size": [3, 1, 4], "pivot": [0, 27, 0], "rotation": [0, 22.5, 0], "uv": [9, 30]} + ] + }, + { + "name": "torso", + "parent": "toxtricity", + "pivot": [0, 14, 0], + "cubes": [ + {"origin": [-4, 13.4, -1.6], "size": [8, 5, 7], "uv": [32, 32]}, + {"origin": [-8, 15.4, 2.4], "size": [16, 0, 2], "pivot": [0, 27, 0], "rotation": [9.97849, -0.25412, 0.58333], "uv": [26, 18]}, + {"origin": [3, 14.9, 4.4], "size": [2, 0, 2], "pivot": [0, 27, 0], "rotation": [9.97849, -0.25412, 0.58333], "uv": [0, 6]}, + {"origin": [1, 14.9, 4.4], "size": [1, 2, 8], "pivot": [0, 27, 0], "rotation": [9.97849, -0.25412, 0.58333], "uv": [70, 32]}, + {"origin": [-2, 14.9, 4.4], "size": [1, 2, 8], "pivot": [0, 27, 0], "rotation": [9.97849, 0.25412, -0.58333], "uv": [70, 32]}, + {"origin": [-5, 14.9, 4.4], "size": [2, 0, 2], "pivot": [0, 27, 0], "rotation": [9.97849, 0.25412, -0.58333], "uv": [0, 0]}, + {"origin": [-8, 15.4, -0.6], "size": [16, 0, 2], "pivot": [0, 27, 0], "rotation": [9.97849, -0.25412, 0.58333], "uv": [26, 16]}, + {"origin": [-6, 13.9, -1.6], "size": [12, 3, 6], "pivot": [0, 27, 0], "rotation": [9.97849, -0.25412, 0.58333], "uv": [30, 23]} + ] + }, + { + "name": "torso2", + "parent": "torso", + "pivot": [-0.1, 19, 0.1], + "cubes": [ + {"origin": [-4.5, 18.4, -1.6], "size": [9, 7, 7], "uv": [0, 29]} + ] + }, + { + "name": "torso3", + "parent": "torso2", + "pivot": [-0.1, 25, 0.1], + "cubes": [ + {"origin": [-5.5, 25, -2.6], "size": [11, 7, 8], "pivot": [0, 27, 0], "rotation": [2.5, 0, 0], "uv": [0, 0]}, + {"origin": [-3.5, 25, 3.4], "size": [0, 2, 5], "pivot": [0, 27, 0], "rotation": [4.5438, 0.88136, -1.85729], "uv": [42, 24]}, + {"origin": [3.5, 28, 4.4], "size": [0, 3, 5], "pivot": [0, 27, 0], "rotation": [17.0438, -0.88136, 1.85729], "uv": [28, 15]}, + {"origin": [3.5, 25, 3.4], "size": [0, 2, 5], "pivot": [0, 27, 0], "rotation": [4.5438, -0.88136, 1.85729], "uv": [38, 15]}, + {"origin": [-3.5, 28, 4.4], "size": [0, 3, 5], "pivot": [0, 27, 0], "rotation": [17.0438, 0.88136, -1.85729], "uv": [45, 13]} + ] + }, + { + "name": "arm3", + "parent": "torso3", + "pivot": [5.76134, 29.33164, 1.75635], + "cubes": [ + {"origin": [5.5, 27, -0.6], "size": [6, 5, 5], "pivot": [-2, 27, 0], "rotation": [2.5, 0, 0], "uv": [56, 56]} + ] + }, + { + "name": "arm4", + "parent": "arm3", + "pivot": [11.78145, 29.38942, 1.75382], + "cubes": [ + {"origin": [11.5, 27.5, -0.1], "size": [8, 4, 4], "pivot": [-2, 27, 0], "rotation": [2.5, 0, 0], "uv": [56, 2]}, + {"origin": [16.5, 31.5, 1.9], "size": [2, 2, 0], "pivot": [-2, 27, 0], "rotation": [2.5, 0, 0], "uv": [55, 25]}, + {"origin": [16.5, 25.5, 1.9], "size": [2, 2, 0], "pivot": [-2, 27, 0], "rotation": [2.5, 0, 0], "uv": [44, 26]}, + {"origin": [16.5, 29.5, -2.1], "size": [2, 0, 8], "pivot": [-2, 27, 0], "rotation": [2.5, 0, 0], "uv": [40, 23]} + ] + }, + { + "name": "hand2", + "parent": "arm4", + "pivot": [19.35098, 29.74895, 1.73813], + "cubes": [ + {"origin": [19.5, 26.5, 0.9], "size": [4, 6, 2], "pivot": [-4, 27, 0], "rotation": [2.5, 0, 0], "uv": [10, 72]} + ] + }, + { + "name": "bone6", + "parent": "hand2", + "pivot": [23.5, 29.5805, 1.78914], + "cubes": [ + {"origin": [26.5, 28.5, 0.9], "size": [3, 2, 2], "pivot": [-4, 27, 0], "rotation": [2.5, 0, 0], "uv": [10, 80]}, + {"origin": [23.5, 28.5, 0.9], "size": [3, 2, 2], "pivot": [-4, 27, 0], "rotation": [2.5, 0, 0], "uv": [52, 77]} + ] + }, + { + "name": "bone7", + "parent": "hand2", + "pivot": [23.5, 27.38259, 1.88511], + "cubes": [ + {"origin": [26.5, 26.3, 0.9], "size": [3, 2, 2], "pivot": [-4, 27, 0], "rotation": [2.5, 0, 0], "uv": [79, 21]}, + {"origin": [23.5, 26.3, 0.9], "size": [3, 2, 2], "pivot": [-4, 27, 0], "rotation": [2.5, 0, 0], "uv": [78, 59]} + ] + }, + { + "name": "bone5", + "parent": "hand2", + "pivot": [23.5, 31.7784, 1.69318], + "cubes": [ + {"origin": [26.5, 30.7, 0.9], "size": [3, 2, 2], "pivot": [-4, 27, 0], "rotation": [2.5, 0, 0], "uv": [76, 0]}, + {"origin": [23.5, 30.7, 0.9], "size": [3, 2, 2], "pivot": [-4, 27, 0], "rotation": [2.5, 0, 0], "uv": [52, 77]} + ] + }, + { + "name": "arm", + "parent": "torso3", + "pivot": [-5.5, 29.5805, 1.78914], + "cubes": [ + {"origin": [-11.5, 27, -0.6], "size": [6, 5, 5], "pivot": [2, 27, 0], "rotation": [2.5, 0, 0], "uv": [60, 11]} + ] + }, + { + "name": "arm2", + "parent": "arm", + "pivot": [-12, 29.5805, 1.78914], + "cubes": [ + {"origin": [-18.5, 25.5, 1.9], "size": [2, 2, 0], "pivot": [2, 27, 0], "rotation": [2.5, 0, 0], "uv": [0, 33]}, + {"origin": [-18.5, 29.5, -2.1], "size": [2, 0, 8], "pivot": [2, 27, 0], "rotation": [2.5, 0, 0], "uv": [45, 23]}, + {"origin": [-18.5, 31.5, 1.9], "size": [2, 2, 0], "pivot": [2, 27, 0], "rotation": [2.5, 0, 0], "uv": [57, 25]}, + {"origin": [-19.5, 27.5, -0.1], "size": [8, 4, 4], "pivot": [2, 27, 0], "rotation": [2.5, 0, 0], "uv": [56, 2]} + ] + }, + { + "name": "hand", + "parent": "arm2", + "pivot": [-19.35098, 29.74895, 1.73813], + "cubes": [ + {"origin": [-23.5, 26.5, 0.9], "size": [4, 6, 2], "pivot": [4, 27, 0], "rotation": [2.5, 0, 0], "uv": [10, 72]} + ] + }, + { + "name": "bone", + "parent": "hand", + "pivot": [-23.5, 29.5805, 1.78914], + "cubes": [ + {"origin": [-29.5, 28.5, 0.9], "size": [3, 2, 2], "pivot": [4, 27, 0], "rotation": [2.5, 0, 0], "uv": [52, 77]}, + {"origin": [-26.5, 28.5, 0.9], "size": [3, 2, 2], "pivot": [4, 27, 0], "rotation": [2.5, 0, 0], "uv": [52, 77]} + ] + }, + { + "name": "bone2", + "parent": "hand", + "pivot": [-23.5, 27.38259, 1.88511], + "cubes": [ + {"origin": [-29.5, 26.3, 0.9], "size": [3, 2, 2], "pivot": [4, 27, 0], "rotation": [2.5, 0, 0], "uv": [52, 77]}, + {"origin": [-26.5, 26.3, 0.9], "size": [3, 2, 2], "pivot": [4, 27, 0], "rotation": [2.5, 0, 0], "uv": [52, 77]} + ] + }, + { + "name": "finger", + "parent": "hand", + "pivot": [-23.5, 31.7784, 1.69318], + "cubes": [ + {"origin": [-26.5, 30.7, 0.9], "size": [3, 2, 2], "pivot": [4, 27, 0], "rotation": [2.5, 0, 0], "uv": [52, 77]}, + {"origin": [-29.5, 30.7, 0.9], "size": [3, 2, 2], "pivot": [4, 27, 0], "rotation": [2.5, 0, 0], "uv": [52, 77]} + ] + }, + { + "name": "neck", + "parent": "torso3", + "pivot": [0, 31.55393, 1.07152], + "cubes": [ + {"origin": [-4, 32, -1.6], "size": [8, 5, 6], "pivot": [0, 27, 0], "rotation": [2.5, 0, 0], "uv": [0, 43]} + ] + }, + { + "name": "neck2", + "parent": "neck", + "pivot": [0, 35.90043, 0.65627], + "cubes": [ + {"origin": [-4, 35, 0], "size": [8, 5, 6], "inflate": 0.01, "pivot": [0, 27, 0], "rotation": [12.5, 0, 0], "uv": [28, 44]} + ] + }, + { + "name": "head", + "parent": "neck2", + "pivot": [0, 39.89976, 1.37998], + "cubes": [ + {"origin": [-5, 40, -5], "size": [10, 6, 8], "uv": [0, 15]}, + {"origin": [1, 45, -7], "size": [1, 3, 3], "pivot": [0, 25, 0], "rotation": [-12.5, 0, -10], "uv": [21, 23]}, + {"origin": [-10, 41, -3], "size": [6, 2, 2], "pivot": [0, 25, 0], "rotation": [0, 20, 0], "uv": [15, 50], "mirror": true}, + {"origin": [4, 41, -3], "size": [6, 2, 2], "pivot": [0, 25, 0], "rotation": [0, -20, 0], "uv": [15, 50]}, + {"origin": [2.5, 42.5, -5], "size": [1, 1, 0], "inflate": 0.01, "uv": [118, 8]}, + {"origin": [-3.5, 42.5, -5], "size": [1, 1, 0], "inflate": 0.01, "uv": [118, 8], "mirror": true}, + {"origin": [-2, 45, -7], "size": [1, 3, 3], "pivot": [0, 25, 0], "rotation": [-12.5, 0, 10], "uv": [21, 23], "mirror": true}, + {"origin": [-5, 40, -5], "size": [10, 6, 8], "uv": [0, 15], "mirror": true} + ] + }, + { + "name": "eletric", + "parent": "head", + "pivot": [0, 46.0132, 1.40901] + }, + { + "name": "jawbone", + "parent": "head", + "pivot": [0, 39.5, 2], + "cubes": [ + {"origin": [-4.5, 39, -5], "size": [9, 1, 8], "uv": [30, 7]} + ] + }, + { + "name": "eyelids", + "parent": "head", + "pivot": [0, 44.5, -4.5], + "cubes": [ + {"origin": [-5, 43.5, -5], "size": [3, 1, 0], "inflate": 0.02, "uv": [0, 3], "mirror": true}, + {"origin": [2, 43.5, -5], "size": [3, 1, 0], "inflate": 0.02, "uv": [0, 3]}, + {"origin": [3.2, 43.5, -5], "size": [2, 1, 0], "inflate": 0.02, "pivot": [0.1, 25, 0.1], "rotation": [0, 90, 0], "uv": [22, 27], "mirror": true}, + {"origin": [-5.2, 43.5, -5], "size": [2, 1, 0], "inflate": 0.02, "pivot": [-0.1, 25, 0.1], "rotation": [0, -90, 0], "uv": [22, 27]} + ] + }, + { + "name": "eletric2", + "parent": "head", + "pivot": [0, 44.30368, 3.36767], + "cubes": [ + {"origin": [0, 41, -2], "size": [0, 14, 13], "pivot": [0, 25, 0], "rotation": [10, 0, 0], "uv": [102, 101], "mirror": true}, + {"origin": [0, 36, 6], "size": [0, 5, 6], "inflate": 0.01, "pivot": [0, 27, 0], "rotation": [12.5, 0, 0], "uv": [77, 117]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/toxtricity/toxtricityb.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/toxtricity/toxtricityb.geo.json new file mode 100644 index 0000000..9c46887 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/toxtricity/toxtricityb.geo.json @@ -0,0 +1,264 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.toxtricityB", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 5, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "toxtricity", + "pivot": [0, 0, 0] + }, + { + "name": "leg2", + "parent": "toxtricity", + "pivot": [2.52618, 13.4, 1.47933], + "cubes": [ + {"origin": [0.9, 7.4, -2.1], "size": [4, 6, 5], "pivot": [0, 27, 0], "rotation": [0, -22.5, 0], "uv": [66, 21]} + ] + }, + { + "name": "fixedknee", + "parent": "leg2", + "pivot": [3.48289, 7.6, 2.16963], + "cubes": [ + {"origin": [0.9, 1.4, -2.1], "size": [4, 6, 5], "pivot": [0, 27, 0], "rotation": [0, -22.5, 0], "uv": [32, 64]}, + {"origin": [-0.1, 0.4, -5.1], "size": [3, 1, 3], "pivot": [0, 27, 0], "rotation": [0, -22.5, 0], "uv": [0, 124], "mirror": true}, + {"origin": [1.4, 0.4, -6.1], "size": [3, 1, 4], "pivot": [0, 27, 0], "rotation": [0, -22.5, 0], "uv": [12, 123], "mirror": true}, + {"origin": [2.9, 0.4, -5.1], "size": [3, 1, 3], "pivot": [0, 27, 0], "rotation": [0, -22.5, 0], "uv": [0, 124], "mirror": true}, + {"origin": [0.9, 0.4, -2.1], "size": [4, 1, 5], "pivot": [0, 27, 0], "rotation": [0, -22.5, 0], "uv": [51, 50], "mirror": true} + ] + }, + { + "name": "leg", + "parent": "toxtricity", + "pivot": [-2.52618, 13.4, 1.47933], + "cubes": [ + {"origin": [-4.9, 7.4, -2.1], "size": [4, 6, 5], "pivot": [0, 27, 0], "rotation": [0, 22.5, 0], "uv": [68, 66]} + ] + }, + { + "name": "knee", + "parent": "leg", + "pivot": [-3.48289, 7.6, 2.16963], + "cubes": [ + {"origin": [-4.9, 1.4, -2.1], "size": [4, 6, 5], "pivot": [0, 27, 0], "rotation": [0, 22.5, 0], "uv": [50, 66]}, + {"origin": [-4.9, 0.4, -2.1], "size": [4, 1, 5], "pivot": [0, 27, 0], "rotation": [0, 22.5, 0], "uv": [51, 50]}, + {"origin": [-5.9, 0.4, -5.1], "size": [3, 1, 3], "pivot": [0, 27, 0], "rotation": [0, 22.5, 0], "uv": [0, 124]}, + {"origin": [-2.9, 0.4, -5.1], "size": [3, 1, 3], "pivot": [0, 27, 0], "rotation": [0, 22.5, 0], "uv": [0, 124]}, + {"origin": [-4.4, 0.4, -6.1], "size": [3, 1, 4], "pivot": [0, 27, 0], "rotation": [0, 22.5, 0], "uv": [12, 123]} + ] + }, + { + "name": "torso", + "parent": "toxtricity", + "pivot": [0, 14, 0], + "cubes": [ + {"origin": [-4, 13.4, -1.6], "size": [8, 5, 7], "uv": [32, 32]}, + {"origin": [-8, 15.4, 2.4], "size": [16, 0, 2], "pivot": [0, 27, 0], "rotation": [9.97849, -0.25412, 0.58333], "uv": [26, 20]}, + {"origin": [3, 14.9, 4.4], "size": [2, 0, 2], "pivot": [0, 27, 0], "rotation": [9.97849, -0.25412, 0.58333], "uv": [0, 6]}, + {"origin": [1, 14.9, 4.4], "size": [1, 2, 8], "pivot": [0, 27, 0], "rotation": [9.97849, -0.25412, 0.58333], "uv": [70, 32]}, + {"origin": [-2, 14.9, 4.4], "size": [1, 2, 8], "pivot": [0, 27, 0], "rotation": [9.97849, 0.25412, -0.58333], "uv": [64, 45]}, + {"origin": [-5, 14.9, 4.4], "size": [2, 0, 2], "pivot": [0, 27, 0], "rotation": [9.97849, 0.25412, -0.58333], "uv": [0, 0]}, + {"origin": [-8, 15.4, -0.6], "size": [16, 0, 2], "pivot": [0, 27, 0], "rotation": [9.97849, -0.25412, 0.58333], "uv": [28, 0]}, + {"origin": [-6, 13.9, -1.6], "size": [12, 3, 6], "pivot": [0, 27, 0], "rotation": [9.97849, -0.25412, 0.58333], "uv": [30, 23]} + ] + }, + { + "name": "torso2", + "parent": "torso", + "pivot": [-0.1, 19, 0.1], + "cubes": [ + {"origin": [-4.5, 18.4, -1.6], "size": [9, 7, 7], "uv": [0, 29]} + ] + }, + { + "name": "torso3", + "parent": "torso2", + "pivot": [-0.1, 25, 0.1], + "cubes": [ + {"origin": [-5.5, 25, -2.6], "size": [11, 7, 8], "pivot": [0, 27, 0], "rotation": [2.5, 0, 0], "uv": [0, 0]}, + {"origin": [-3.5, 25, 3.4], "size": [0, 2, 5], "pivot": [0, 27, 0], "rotation": [4.5438, 0.88136, -1.85729], "uv": [44, 0]}, + {"origin": [3.5, 28, 4.4], "size": [0, 3, 5], "pivot": [0, 27, 0], "rotation": [17.0438, -0.88136, 1.85729], "uv": [22, 38]}, + {"origin": [3.5, 25, 3.4], "size": [0, 2, 5], "pivot": [0, 27, 0], "rotation": [4.5438, -0.88136, 1.85729], "uv": [22, 41]}, + {"origin": [-3.5, 28, 4.4], "size": [0, 3, 5], "pivot": [0, 27, 0], "rotation": [17.0438, 0.88136, -1.85729], "uv": [25, 27]} + ] + }, + { + "name": "arm3", + "parent": "torso3", + "pivot": [5.76134, 29.33164, 1.75635], + "cubes": [ + {"origin": [5.5, 27, -0.6], "size": [6, 5, 5], "pivot": [-2, 27, 0], "rotation": [2.5, 0, 0], "uv": [56, 56]} + ] + }, + { + "name": "arm4", + "parent": "arm3", + "pivot": [11.78145, 29.38942, 1.75382], + "cubes": [ + {"origin": [11.5, 27.5, -0.1], "size": [8, 4, 4], "pivot": [-2, 27, 0], "rotation": [2.5, 0, 0], "uv": [32, 56]}, + {"origin": [16.5, 31.5, 1.9], "size": [2, 2, 0], "pivot": [-2, 27, 0], "rotation": [2.5, 0, 0], "uv": [22, 29]}, + {"origin": [16.5, 25.5, 1.9], "size": [2, 2, 0], "pivot": [-2, 27, 0], "rotation": [2.5, 0, 0], "uv": [25, 29]}, + {"origin": [16.5, 29.5, -2.1], "size": [2, 0, 8], "pivot": [-2, 27, 0], "rotation": [2.5, 0, 0], "uv": [13, 23]} + ] + }, + { + "name": "hand2", + "parent": "arm4", + "pivot": [19.35098, 29.74895, 1.73813], + "cubes": [ + {"origin": [19.5, 26.5, 0.9], "size": [4, 6, 2], "pivot": [-4, 27, 0], "rotation": [2.5, 0, 0], "uv": [10, 72]} + ] + }, + { + "name": "bone6", + "parent": "hand2", + "pivot": [23.5, 29.5805, 1.78914], + "cubes": [ + {"origin": [26.5, 28.5, 0.9], "size": [3, 2, 2], "pivot": [-4, 27, 0], "rotation": [2.5, 0, 0], "uv": [76, 0]}, + {"origin": [23.5, 28.5, 0.9], "size": [3, 2, 2], "pivot": [-4, 27, 0], "rotation": [2.5, 0, 0], "uv": [20, 80]} + ] + }, + { + "name": "bone7", + "parent": "hand2", + "pivot": [23.5, 27.38259, 1.88511], + "cubes": [ + {"origin": [26.5, 26.3, 0.9], "size": [3, 2, 2], "pivot": [-4, 27, 0], "rotation": [2.5, 0, 0], "uv": [78, 59]}, + {"origin": [23.5, 26.3, 0.9], "size": [3, 2, 2], "pivot": [-4, 27, 0], "rotation": [2.5, 0, 0], "uv": [32, 79]} + ] + }, + { + "name": "bone5", + "parent": "hand2", + "pivot": [23.5, 31.7784, 1.69318], + "cubes": [ + {"origin": [26.5, 30.7, 0.9], "size": [3, 2, 2], "pivot": [-4, 27, 0], "rotation": [2.5, 0, 0], "uv": [63, 66]}, + {"origin": [23.5, 30.7, 0.9], "size": [3, 2, 2], "pivot": [-4, 27, 0], "rotation": [2.5, 0, 0], "uv": [45, 64]} + ] + }, + { + "name": "arm", + "parent": "torso3", + "pivot": [-5.5, 29.5805, 1.78914], + "cubes": [ + {"origin": [-11.5, 27, -0.6], "size": [6, 5, 5], "pivot": [2, 27, 0], "rotation": [2.5, 0, 0], "uv": [60, 11]} + ] + }, + { + "name": "arm2", + "parent": "arm", + "pivot": [-12, 29.5805, 1.78914], + "cubes": [ + {"origin": [-18.5, 25.5, 1.9], "size": [2, 2, 0], "pivot": [2, 27, 0], "rotation": [2.5, 0, 0], "uv": [0, 31]}, + {"origin": [-18.5, 29.5, -2.1], "size": [2, 0, 8], "pivot": [2, 27, 0], "rotation": [2.5, 0, 0], "uv": [14, 40]}, + {"origin": [-18.5, 31.5, 1.9], "size": [2, 2, 0], "pivot": [2, 27, 0], "rotation": [2.5, 0, 0], "uv": [19, 31]}, + {"origin": [-19.5, 27.5, -0.1], "size": [8, 4, 4], "pivot": [2, 27, 0], "rotation": [2.5, 0, 0], "uv": [56, 2]} + ] + }, + { + "name": "hand", + "parent": "arm2", + "pivot": [-19.35098, 29.74895, 1.73813], + "cubes": [ + {"origin": [-23.5, 26.5, 0.9], "size": [4, 6, 2], "pivot": [4, 27, 0], "rotation": [2.5, 0, 0], "uv": [74, 45]} + ] + }, + { + "name": "bone", + "parent": "hand", + "pivot": [-23.5, 29.5805, 1.78914], + "cubes": [ + {"origin": [-29.5, 28.5, 0.9], "size": [3, 2, 2], "pivot": [4, 27, 0], "rotation": [2.5, 0, 0], "uv": [52, 77]}, + {"origin": [-26.5, 28.5, 0.9], "size": [3, 2, 2], "pivot": [4, 27, 0], "rotation": [2.5, 0, 0], "uv": [80, 4]} + ] + }, + { + "name": "bone2", + "parent": "hand", + "pivot": [-23.5, 27.38259, 1.88511], + "cubes": [ + {"origin": [-29.5, 26.3, 0.9], "size": [3, 2, 2], "pivot": [4, 27, 0], "rotation": [2.5, 0, 0], "uv": [77, 10]}, + {"origin": [-26.5, 26.3, 0.9], "size": [3, 2, 2], "pivot": [4, 27, 0], "rotation": [2.5, 0, 0], "uv": [79, 21]} + ] + }, + { + "name": "finger", + "parent": "hand", + "pivot": [-23.5, 31.7784, 1.69318], + "cubes": [ + {"origin": [-26.5, 30.7, 0.9], "size": [3, 2, 2], "pivot": [4, 27, 0], "rotation": [2.5, 0, 0], "uv": [10, 80]}, + {"origin": [-29.5, 30.7, 0.9], "size": [3, 2, 2], "pivot": [4, 27, 0], "rotation": [2.5, 0, 0], "uv": [72, 77]} + ] + }, + { + "name": "neck", + "parent": "torso3", + "pivot": [0, 31.55393, 1.07152], + "cubes": [ + {"origin": [-4, 32, -1.6], "size": [8, 5, 6], "pivot": [0, 27, 0], "rotation": [2.5, 0, 0], "uv": [0, 43]} + ] + }, + { + "name": "neck2", + "parent": "neck", + "pivot": [0, 35.90043, 0.65627], + "cubes": [ + {"origin": [-4, 35, 0], "size": [8, 5, 6], "inflate": 0.01, "pivot": [0, 27, 0], "rotation": [12.5, 0, 0], "uv": [28, 44]} + ] + }, + { + "name": "head", + "parent": "neck2", + "pivot": [0, 39.89976, 1.37998], + "cubes": [ + {"origin": [-5, 40, -5], "size": [10, 6, 8], "uv": [0, 15]}, + {"origin": [-0.5, 39, 7], "size": [1, 10, 4], "pivot": [0, 23, 0], "rotation": [32.5, 0, 0], "uv": [0, 71]}, + {"origin": [-7, 41, -2], "size": [2, 2, 2], "uv": [0, 19]}, + {"origin": [5, 41, -2], "size": [2, 2, 2], "uv": [0, 15]}, + {"origin": [0, 49, 8], "size": [0, 3, 3], "pivot": [0, 23, 0], "rotation": [32.5, 0, 0], "uv": [0, 0]}, + {"origin": [2.5, 42.5, -5], "size": [1, 1, 0], "inflate": 0.01, "uv": [118, 8]}, + {"origin": [-3.5, 42.5, -5], "size": [1, 1, 0], "inflate": 0.01, "uv": [118, 8], "mirror": true} + ] + }, + { + "name": "eletric", + "parent": "head", + "pivot": [0, 46.0132, 1.40901], + "cubes": [ + {"origin": [-8, 43, -6], "size": [0, 8, 8], "pivot": [0, 23, 0], "rotation": [-2.93508, 0.61497, 22.91963], "uv": [16, 56]}, + {"origin": [1.19812, 39.40886, -0.25427], "size": [0, 9, 8], "pivot": [0.19812, 43.90886, 3.74573], "rotation": [-30.59247, 14.19054, 10.19336], "uv": [0, 46]}, + {"origin": [-1.19812, 39.40886, -0.25427], "size": [0, 9, 8], "pivot": [-0.19812, 43.90886, 3.74573], "rotation": [-30.59247, -14.19054, -10.19336], "uv": [16, 47]}, + {"origin": [8, 43, -6], "size": [0, 8, 8], "pivot": [0, 23, 0], "rotation": [-2.93508, -0.61497, -22.91963], "uv": [0, 55]} + ] + }, + { + "name": "jawbone", + "parent": "head", + "pivot": [0, 39.5, 2], + "cubes": [ + {"origin": [-4.5, 39, -5], "size": [9, 1, 8], "uv": [30, 7]} + ] + }, + { + "name": "eyelids", + "parent": "head", + "pivot": [0, 44.5, -4.5], + "cubes": [ + {"origin": [-5, 43.5, -5], "size": [3, 1, 0], "inflate": 0.02, "uv": [8, 23], "mirror": true}, + {"origin": [2, 43.5, -5], "size": [3, 1, 0], "inflate": 0.02, "uv": [8, 23]}, + {"origin": [3.2, 43.5, -5], "size": [2, 1, 0], "inflate": 0.02, "pivot": [0.1, 25, 0.1], "rotation": [0, 90, 0], "uv": [8, 23], "mirror": true}, + {"origin": [-5.2, 43.5, -5], "size": [2, 1, 0], "inflate": 0.02, "pivot": [-0.1, 25, 0.1], "rotation": [0, -90, 0], "uv": [8, 23]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/tynamo.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/tynamo.geo.json new file mode 100644 index 0000000..137c838 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/tynamo.geo.json @@ -0,0 +1,107 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 4, + "visible_bounds_height": 1.5, + "visible_bounds_offset": [0, 0.25, 0] + }, + "bones": [ + { + "name": "root", + "pivot": [0, 0, 0] + }, + { + "name": "tynamo", + "parent": "root", + "pivot": [0, 0, 0] + }, + { + "name": "head", + "parent": "tynamo", + "pivot": [0, 2, 3], + "cubes": [ + {"origin": [-3, 0, -1], "size": [4, 4, 4], "uv": [16, 16]} + ] + }, + { + "name": "Mouth", + "parent": "head", + "pivot": [-1, 2, -1.01], + "rotation": [0, 0, 45], + "cubes": [ + {"origin": [-2.5, 0.5, -1.01], "size": [3, 3, 0], "uv": [18, 0]} + ] + }, + { + "name": "Righteyae", + "parent": "head", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [1.01, 0.5, 0], "size": [0, 3, 2], "uv": [14, 0]} + ] + }, + { + "name": "lefteye", + "parent": "head", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-3.01, 0.5, 0], "size": [0, 3, 2], "uv": [0, 0]} + ] + }, + { + "name": "Torso", + "parent": "tynamo", + "pivot": [0, 2, 2], + "cubes": [ + {"origin": [-3, 0, 2], "size": [4, 4, 6], "uv": [0, 0]} + ] + }, + { + "name": "Tail1", + "parent": "Torso", + "pivot": [0, 1.7, 8.2], + "cubes": [ + {"origin": [-2.5, 0.25, 7], "size": [3, 3.5, 3], "uv": [20, 8]} + ] + }, + { + "name": "Tail2", + "parent": "Tail1", + "pivot": [0, 2.3, 10.2], + "cubes": [ + {"origin": [-2, 0.5, 9], "size": [2, 3, 5], "uv": [20, 0]} + ] + }, + { + "name": "Fin3", + "parent": "Tail2", + "pivot": [-1, 2, 5.3], + "cubes": [ + {"origin": [-1, -3, 10], "size": [0, 10, 10], "uv": [0, 0]} + ] + }, + { + "name": "Fin2", + "parent": "Tail1", + "pivot": [-1, 2, 5.3], + "cubes": [ + {"origin": [-1, -3, 8], "size": [0, 10, 2], "uv": [16, 22]} + ] + }, + { + "name": "Fin", + "parent": "Torso", + "pivot": [-1, 2, 5.3], + "cubes": [ + {"origin": [-1, -3, 0], "size": [0, 10, 8], "uv": [0, 12]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_a.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_a.geo.json new file mode 100644 index 0000000..fb31bd2 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_a.geo.json @@ -0,0 +1,56 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unown", + "texture_width": 16, + "texture_height": 16, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "unown", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-0.5, 11.6, -0.9], "size": [1, 1, 1], "uv": [14, 4]}, + {"origin": [1.57361, 0.95935, -0.9], "size": [1, 6, 1], "inflate": 0.01, "pivot": [2, 4, -0.4], "rotation": [0, 0, -20], "uv": [0, 8]}, + {"origin": [-2.5, 1, -0.9], "size": [1, 6, 1], "inflate": 0.01, "pivot": [-2, 4, -0.4], "rotation": [0, 0, 20], "uv": [7, 7]} + ] + }, + { + "name": "body", + "parent": "unown", + "pivot": [0, 1, 0], + "cubes": [ + {"origin": [-1.5, 7.6, -0.1], "size": [3, 3, 1], "uv": [0, 0]}, + {"origin": [1.5, 7.6, -0.9], "size": [1, 3, 1], "uv": [11, 5]}, + {"origin": [-2.5, 7.6, -0.9], "size": [1, 3, 1], "uv": [11, 9]}, + {"origin": [-1.5, 6.6, -0.9], "size": [3, 1, 1], "uv": [8, 0]}, + {"origin": [-1.5, 10.6, -0.9], "size": [3, 1, 1], "uv": [7, 3]} + ] + }, + { + "name": "eye", + "parent": "unown", + "pivot": [0, 1, -1.9], + "cubes": [ + {"origin": [-1.5, 7.6, -0.9], "size": [3, 3, 1], "inflate": -0.01, "uv": [0, 0]} + ] + }, + { + "name": "AConnector", + "parent": "unown", + "pivot": [0.4, 2, 0], + "cubes": [ + {"origin": [-1, 3.4, -0.9], "size": [2, 1, 1], "uv": [9, 12]}, + {"origin": [-2, 4.4, -0.9], "size": [1, 1, 1], "uv": [9, 5]}, + {"origin": [1, 4.4, -0.9], "size": [1, 1, 1], "uv": [6, 12]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_b.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_b.geo.json new file mode 100644 index 0000000..4093968 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_b.geo.json @@ -0,0 +1,49 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unown", + "texture_width": 16, + "texture_height": 16, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "unown", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [2.5, 7.6, -0.9], "size": [1, 1, 1], "uv": [12, 5]}, + {"origin": [-3.5, 2.6, -0.9], "size": [1, 1, 1], "uv": [8, 5]}, + {"origin": [-2.5, 1.6, -0.9], "size": [1, 3, 1], "uv": [0, 10]}, + {"origin": [1.5, 1.6, -0.9], "size": [1, 3, 1], "uv": [7, 9]}, + {"origin": [-1.5, 4.6, -0.9], "size": [3, 1, 1], "uv": [7, 7]}, + {"origin": [-1.5, 0.6, -0.9], "size": [3, 1, 1], "uv": [7, 3]} + ] + }, + { + "name": "body", + "parent": "unown", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-1.5, 6.6, -0.1], "size": [3, 3, 1], "uv": [0, 0]}, + {"origin": [1.5, 6.6, -0.9], "size": [1, 3, 1], "uv": [4, 12]}, + {"origin": [-2.5, 6.6, -0.9], "size": [1, 3, 1], "uv": [11, 9]}, + {"origin": [-1.5, 5.6, -0.9], "size": [3, 1, 1], "uv": [8, 0]}, + {"origin": [-1.5, 9.6, -0.9], "size": [3, 1, 1], "uv": [0, 8]} + ] + }, + { + "name": "eye", + "parent": "unown", + "pivot": [0, 0, 0.1], + "cubes": [ + {"origin": [-1.5, 6.6, -0.9], "size": [3, 3, 1], "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_c.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_c.geo.json new file mode 100644 index 0000000..62e9cb2 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_c.geo.json @@ -0,0 +1,56 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unown", + "texture_width": 16, + "texture_height": 16, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "unown", + "pivot": [0, 0, 0] + }, + { + "name": "eye", + "parent": "unown", + "pivot": [0, -1, 0.1], + "cubes": [ + {"origin": [-1.5, 5.6, -0.9], "size": [3, 3, 1], "uv": [0, 0]} + ] + }, + { + "name": "body", + "parent": "unown", + "pivot": [0, -1, 0], + "cubes": [ + {"origin": [-1.5, 5.6, -0.1], "size": [3, 3, 1], "uv": [0, 0]}, + {"origin": [1.5, 5.6, -0.9], "size": [1, 3, 1], "uv": [8, 12]}, + {"origin": [-2.5, 5.6, -0.9], "size": [1, 3, 1], "uv": [4, 12]}, + {"origin": [-1.5, 4.6, -0.9], "size": [3, 1, 1], "uv": [11, 11]}, + {"origin": [-1.5, 8.6, -0.9], "size": [3, 1, 1], "uv": [11, 7]} + ] + }, + { + "name": "C", + "parent": "unown", + "pivot": [0, -1, 0.1], + "cubes": [ + {"origin": [2.5, 6.6, -0.9], "size": [1, 1, 1], "uv": [10, 4]}, + {"origin": [-0.5, 1.6, -0.9], "size": [1, 1, 1], "uv": [12, 13]}, + {"origin": [-3.5, 2.6, -0.9], "size": [4, 1, 1], "uv": [4, 2]}, + {"origin": [-2.5, 8.6, -0.9], "size": [1, 1, 1], "uv": [12, 9]}, + {"origin": [-3.5, 9.6, -0.9], "size": [1, 1, 1], "uv": [12, 4]}, + {"origin": [-3.5, 10.6, -0.9], "size": [7, 1, 1], "uv": [0, 7]}, + {"origin": [3.5, 6.6, -0.9], "size": [1, 4, 1], "uv": [0, 10]}, + {"origin": [-4.5, 3.6, -0.9], "size": [1, 7, 1], "uv": [12, 8]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_d.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_d.geo.json new file mode 100644 index 0000000..85b3c3d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_d.geo.json @@ -0,0 +1,54 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unown", + "texture_width": 16, + "texture_height": 16, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "unown", + "pivot": [0, 0, 0] + }, + { + "name": "bone", + "parent": "unown", + "pivot": [0, -2, 0], + "cubes": [ + {"origin": [-0.5, 8.6, -0.9], "size": [1, 1, 1], "uv": [3, 13]}, + {"origin": [2.5, 8.6, -0.9], "size": [1, 1, 1], "uv": [12, 5]}, + {"origin": [2.5, 2.6, -0.9], "size": [1, 1, 1], "uv": [8, 5]}, + {"origin": [-0.5, 1.6, -0.9], "size": [3, 1, 1], "uv": [8, 0]}, + {"origin": [3.5, 3.6, -0.9], "size": [1, 5, 1], "uv": [7, 9]}, + {"origin": [-0.5, 9.6, -0.9], "size": [3, 1, 1], "uv": [0, 8]} + ] + }, + { + "name": "body", + "parent": "unown", + "pivot": [0, -2, 0], + "cubes": [ + {"origin": [-1.5, 4.6, -0.1], "size": [3, 3, 1], "uv": [0, 0]}, + {"origin": [1.5, 4.6, -0.9], "size": [1, 3, 1], "uv": [11, 9]}, + {"origin": [-2.5, 4.6, -0.9], "size": [1, 3, 1], "uv": [0, 10]}, + {"origin": [-1.5, 3.6, -0.9], "size": [3, 1, 1], "uv": [7, 7]}, + {"origin": [-1.5, 7.6, -0.9], "size": [3, 1, 1], "uv": [7, 3]} + ] + }, + { + "name": "eye", + "parent": "unown", + "pivot": [0, -2, 0.1], + "cubes": [ + {"origin": [-1.5, 4.6, -0.9], "size": [3, 3, 1], "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_e.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_e.geo.json new file mode 100644 index 0000000..e1f554c --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_e.geo.json @@ -0,0 +1,54 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unown", + "texture_width": 16, + "texture_height": 16, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "unown", + "pivot": [0, 0, 0] + }, + { + "name": "bone", + "parent": "unown", + "pivot": [0, 1, 0], + "cubes": [ + {"origin": [2.5, 5.6, -0.9], "size": [1, 1, 1], "uv": [4, 12]}, + {"origin": [-0.5, 8.6, -0.9], "size": [1, 1, 1], "uv": [11, 11]}, + {"origin": [-3.5, 5.6, -0.9], "size": [1, 1, 1], "uv": [11, 9]}, + {"origin": [-0.5, 2.6, -0.9], "size": [1, 1, 1], "uv": [8, 5]}, + {"origin": [0.5, 1.6, -0.9], "size": [3, 1, 1], "uv": [8, 0]}, + {"origin": [0.5, 9.6, -0.9], "size": [3, 1, 1], "uv": [0, 8]} + ] + }, + { + "name": "body", + "parent": "unown", + "pivot": [0, -2, 0], + "cubes": [ + {"origin": [-1.5, 4.6, -0.1], "size": [3, 3, 1], "uv": [0, 0]}, + {"origin": [1.5, 4.6, -0.9], "size": [1, 3, 1], "uv": [0, 10]}, + {"origin": [-2.5, 4.6, -0.9], "size": [1, 3, 1], "uv": [7, 9]}, + {"origin": [-1.5, 3.6, -0.9], "size": [3, 1, 1], "uv": [7, 7]}, + {"origin": [-1.5, 7.6, -0.9], "size": [3, 1, 1], "uv": [7, 3]} + ] + }, + { + "name": "eye", + "parent": "unown", + "pivot": [0, -2, 0.1], + "cubes": [ + {"origin": [-1.5, 4.6, -0.9], "size": [3, 3, 1], "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_exclamation.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_exclamation.geo.json new file mode 100644 index 0000000..9036837 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_exclamation.geo.json @@ -0,0 +1,54 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unown", + "texture_width": 16, + "texture_height": 16, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "unown", + "pivot": [0, 0, 0] + }, + { + "name": "bone", + "parent": "unown", + "pivot": [0, -1, 0] + }, + { + "name": "bone2", + "parent": "bone", + "pivot": [0, -1, 0], + "cubes": [ + {"origin": [-0.5, 6.6, -0.9], "size": [1, 4, 1], "uv": [0, 8]} + ] + }, + { + "name": "body", + "parent": "unown", + "pivot": [0, -4, 0], + "cubes": [ + {"origin": [-1.5, 2.6, -0.1], "size": [3, 3, 1], "uv": [0, 0]}, + {"origin": [1.5, 2.6, -0.9], "size": [1, 3, 1], "uv": [8, 9]}, + {"origin": [-2.5, 2.6, -0.9], "size": [1, 3, 1], "uv": [4, 8]}, + {"origin": [-1.5, 1.6, -0.9], "size": [3, 1, 1], "uv": [7, 7]}, + {"origin": [-1.5, 5.6, -0.9], "size": [3, 1, 1], "uv": [7, 3]} + ] + }, + { + "name": "eye", + "parent": "unown", + "pivot": [0, -4, 0.1], + "cubes": [ + {"origin": [-1.5, 2.6, -0.9], "size": [3, 3, 1], "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_f.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_f.geo.json new file mode 100644 index 0000000..856223c --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_f.geo.json @@ -0,0 +1,55 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unown", + "texture_width": 16, + "texture_height": 16, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "unown", + "pivot": [0, 0, 0] + }, + { + "name": "bone", + "parent": "unown", + "pivot": [0, 3, 0], + "cubes": [ + {"origin": [2.5, 7.6, -0.9], "size": [3, 1, 1], "uv": [0, 8]}, + {"origin": [2.5, 5.6, -0.9], "size": [2, 1, 1], "uv": [8, 5]}, + {"origin": [4.5, 6.6, -0.9], "size": [1, 1, 1], "uv": [13, 1]}, + {"origin": [0.5, 3.6, -0.9], "size": [2, 1, 1], "uv": [8, 0]}, + {"origin": [-0.5, 1.6, -0.9], "size": [1, 4, 1], "uv": [8, 6]}, + {"origin": [-1.5, 0.6, -0.9], "size": [1, 2, 1], "inflate": 0.011, "pivot": [-1, 1.6, -0.4], "rotation": [0, 0, 52.5], "uv": [10, 13]}, + {"origin": [0.5, 0.6, -0.9], "size": [1, 2, 1], "inflate": 0.01, "pivot": [1, 1.6, -0.4], "rotation": [0, 0, -55], "uv": [3, 13]} + ] + }, + { + "name": "body", + "parent": "unown", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-1.5, 6.6, -0.1], "size": [3, 3, 1], "uv": [0, 0]}, + {"origin": [1.5, 6.6, -0.9], "size": [1, 3, 1], "uv": [11, 9]}, + {"origin": [-2.5, 6.6, -0.9], "size": [1, 3, 1], "uv": [0, 10]}, + {"origin": [-1.5, 5.6, -0.9], "size": [3, 1, 1], "uv": [7, 7]}, + {"origin": [-1.5, 9.6, -0.9], "size": [3, 1, 1], "uv": [7, 3]} + ] + }, + { + "name": "eye", + "parent": "unown", + "pivot": [0, 0, 0.1], + "cubes": [ + {"origin": [-1.5, 6.6, -0.9], "size": [3, 3, 1], "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_g.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_g.geo.json new file mode 100644 index 0000000..ddbae7f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_g.geo.json @@ -0,0 +1,53 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unown", + "texture_width": 16, + "texture_height": 16, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "unown", + "pivot": [0, 0, 0] + }, + { + "name": "eye", + "parent": "unown", + "pivot": [0, 0, 0.1], + "cubes": [ + {"origin": [-1.5, 6.6, -0.9], "size": [3, 3, 1], "uv": [0, 0]} + ] + }, + { + "name": "body", + "parent": "unown", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-1.5, 6.6, -0.1], "size": [3, 3, 1], "uv": [0, 0]}, + {"origin": [1.5, 6.6, -0.9], "size": [1, 3, 1], "uv": [8, 11]}, + {"origin": [-2.5, 6.6, -0.9], "size": [1, 3, 1], "uv": [4, 10]}, + {"origin": [-1.5, 5.6, -0.9], "size": [3, 1, 1], "inflate": 0.001, "uv": [8, 2]}, + {"origin": [-1.5, 9.6, -0.9], "size": [3, 1, 1], "uv": [7, 5]} + ] + }, + { + "name": "bone", + "parent": "unown", + "pivot": [0, 3, 0], + "cubes": [ + {"origin": [-1.5, 3.6, -0.9], "size": [1, 3, 1], "inflate": 0.0001, "pivot": [-1, 4.6, -0.4], "rotation": [0, 0, 35], "uv": [0, 10]}, + {"origin": [-0.72873, 1.96036, -0.9], "size": [1, 3, 1], "pivot": [-0.22873, 3.46036, -0.4], "rotation": [0, 0, -55.5], "uv": [8, 7]}, + {"origin": [-2.5, 10.6, -0.9], "size": [1, 1, 1], "uv": [12, 7]}, + {"origin": [1.5, 10.6, -0.9], "size": [1, 1, 1], "uv": [11, 10]}, + {"origin": [-3.5, 11.6, -0.9], "size": [7, 1, 1], "uv": [0, 5]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_h.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_h.geo.json new file mode 100644 index 0000000..4c3c4ca --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_h.geo.json @@ -0,0 +1,60 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unown", + "texture_width": 16, + "texture_height": 16, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "unown", + "pivot": [0, 0, 0] + }, + { + "name": "eye", + "parent": "unown", + "pivot": [0, 0, 0.1], + "cubes": [ + {"origin": [-1.5, 6.6, -0.9], "size": [3, 3, 1], "uv": [0, 0]} + ] + }, + { + "name": "body", + "parent": "unown", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-1.5, 6.6, -0.1], "size": [3, 3, 1], "uv": [0, 0]}, + {"origin": [1.5, 6.6, -0.9], "size": [1, 3, 1], "uv": [11, 9]}, + {"origin": [-2.5, 6.6, -0.9], "size": [1, 3, 1], "uv": [11, 5]}, + {"origin": [-1.5, 5.6, -0.9], "size": [3, 1, 1], "uv": [8, 0]}, + {"origin": [-1.5, 9.6, -0.9], "size": [3, 1, 1], "uv": [7, 3]} + ] + }, + { + "name": "bone", + "parent": "unown", + "pivot": [0, 3, 0], + "cubes": [ + {"origin": [3.5, 5.6, -0.9], "size": [1, 5, 1], "uv": [0, 8]}, + {"origin": [-4.5, 5.6, -0.9], "size": [1, 5, 1], "uv": [7, 7]}, + {"origin": [2.5, 7.6, -0.9], "size": [1, 1, 1], "uv": [14, 14]}, + {"origin": [-3.5, 7.6, -0.9], "size": [1, 1, 1], "uv": [14, 12]}, + {"origin": [2.5, 4.6, -0.9], "size": [1, 1, 1], "uv": [11, 8]}, + {"origin": [-3.5, 4.6, -0.9], "size": [1, 1, 1], "uv": [11, 5]}, + {"origin": [-2.5, 3.6, -0.9], "size": [1, 1, 1], "uv": [4, 14]}, + {"origin": [1.5, 3.6, -0.9], "size": [1, 1, 1], "uv": [10, 5]}, + {"origin": [2.5, 10.6, -0.9], "size": [1, 1, 1], "uv": [0, 14]}, + {"origin": [-3.5, 10.6, -0.9], "size": [1, 1, 1], "uv": [11, 13]}, + {"origin": [-2.5, 11.6, -0.9], "size": [1, 1, 1], "uv": [7, 13]}, + {"origin": [1.5, 11.6, -0.9], "size": [1, 1, 1], "uv": [4, 12]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_i.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_i.geo.json new file mode 100644 index 0000000..0a2581e --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_i.geo.json @@ -0,0 +1,50 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unown", + "texture_width": 16, + "texture_height": 16, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "unown", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "unown", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-1.5, 6.6, -0.1], "size": [3, 3, 1], "uv": [0, 0]}, + {"origin": [1.5, 6.6, -0.9], "size": [1, 3, 1], "uv": [0, 12]}, + {"origin": [-2.5, 6.6, -0.9], "size": [1, 3, 1], "uv": [8, 9]}, + {"origin": [-1.5, 5.6, -0.9], "size": [3, 1, 1], "uv": [7, 7]}, + {"origin": [-1.5, 9.6, -0.9], "size": [3, 1, 1], "uv": [7, 3]} + ] + }, + { + "name": "bone", + "parent": "unown", + "pivot": [0, 3, 0], + "cubes": [ + {"origin": [-0.5, 10.6, -0.9], "size": [1, 3, 1], "uv": [4, 8]}, + {"origin": [-0.5, 2.6, -0.9], "size": [1, 3, 1], "uv": [0, 8]} + ] + }, + { + "name": "eye", + "parent": "unown", + "pivot": [0, 0, 0.1], + "cubes": [ + {"origin": [-1.5, 6.6, -0.9], "size": [3, 3, 1], "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_j.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_j.geo.json new file mode 100644 index 0000000..8cdfcac --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_j.geo.json @@ -0,0 +1,52 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unown", + "texture_width": 16, + "texture_height": 16, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "unown", + "pivot": [0, 0, 0] + }, + { + "name": "bone", + "parent": "unown", + "pivot": [0, 3, 0], + "cubes": [ + {"origin": [2.5, 10.6, -0.9], "size": [1, 1, 1], "uv": [4, 12]}, + {"origin": [-3.5, 2.6, -0.9], "size": [1, 1, 1], "uv": [10, 10]}, + {"origin": [-2.5, 1.6, -0.9], "size": [2, 1, 1], "uv": [4, 10]}, + {"origin": [-0.5, 2.6, -0.9], "size": [1, 3, 1], "uv": [10, 2]} + ] + }, + { + "name": "body", + "parent": "unown", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-1.5, 6.6, -0.1], "size": [3, 3, 1], "uv": [0, 0]}, + {"origin": [1.5, 6.6, -0.9], "size": [1, 3, 1], "uv": [0, 10]}, + {"origin": [-2.5, 6.6, -0.9], "size": [1, 3, 1], "uv": [8, 6]}, + {"origin": [-1.5, 5.6, -0.9], "size": [3, 1, 1], "uv": [8, 0]}, + {"origin": [-1.5, 9.6, -0.9], "size": [4, 1, 1], "uv": [0, 5]} + ] + }, + { + "name": "eye", + "parent": "unown", + "pivot": [0, 0, 0.1], + "cubes": [ + {"origin": [-1.5, 6.6, -0.9], "size": [3, 3, 1], "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_k.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_k.geo.json new file mode 100644 index 0000000..388f605 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_k.geo.json @@ -0,0 +1,52 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unown", + "texture_width": 16, + "texture_height": 16, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "unown", + "pivot": [0, 0, 0] + }, + { + "name": "eye", + "parent": "unown", + "pivot": [0, 0, 0.1], + "cubes": [ + {"origin": [-1.5, 6.6, -0.9], "size": [3, 3, 1], "inflate": 0.001, "uv": [0, 0]} + ] + }, + { + "name": "body", + "parent": "unown", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-1.5, 6.6, -0.1], "size": [3, 3, 1], "uv": [0, 0]}, + {"origin": [1.5, 6.6, -0.9], "size": [1, 3, 1], "inflate": 0.001, "uv": [4, 12]}, + {"origin": [-2.5, 6.6, -0.9], "size": [1, 3, 1], "uv": [11, 9]}, + {"origin": [-1.5, 5.6, -0.9], "size": [3, 1, 1], "uv": [8, 0]}, + {"origin": [-1.5, 9.6, -0.9], "size": [3, 1, 1], "uv": [0, 8]} + ] + }, + { + "name": "bone", + "parent": "unown", + "pivot": [0, 3, 0], + "cubes": [ + {"origin": [-0.5, 10.6, -0.9], "size": [1, 3, 1], "uv": [0, 10]}, + {"origin": [-0.5, 2.6, -0.9], "size": [1, 3, 1], "uv": [7, 9]}, + {"origin": [1.5, 8.5, -0.9], "size": [3, 1, 1], "pivot": [3.5, 7.1, -0.4], "rotation": [0, 0, -17.5], "uv": [7, 7]}, + {"origin": [0.8, 6.8, -0.9], "size": [3, 1, 1], "pivot": [3.5, 7.1, -0.4], "rotation": [0, 0, 17.5], "uv": [7, 3]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_l.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_l.geo.json new file mode 100644 index 0000000..c3421db --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_l.geo.json @@ -0,0 +1,51 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unown", + "texture_width": 16, + "texture_height": 16, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "unown", + "pivot": [0, 0, 0] + }, + { + "name": "bone", + "parent": "unown", + "pivot": [-5, 4, 0], + "cubes": [ + {"origin": [0.5, 1.6, -0.9], "size": [2, 1, 1], "uv": [4, 10]}, + {"origin": [-0.5, 1.6, -0.9], "size": [1, 3, 1], "uv": [10, 2]}, + {"origin": [-3.5, 9.6, -0.9], "size": [1, 1, 1], "uv": [10, 10]} + ] + }, + { + "name": "body", + "parent": "unown", + "pivot": [0, -1, 0], + "cubes": [ + {"origin": [-1.5, 5.6, -0.1], "size": [3, 3, 1], "uv": [0, 0]}, + {"origin": [1.5, 5.6, -0.9], "size": [1, 3, 1], "uv": [0, 10]}, + {"origin": [-2.5, 5.6, -0.9], "size": [1, 3, 1], "uv": [8, 6]}, + {"origin": [-1.5, 4.6, -0.9], "size": [3, 1, 1], "uv": [8, 0]}, + {"origin": [-2.5, 8.6, -0.9], "size": [4, 1, 1], "uv": [0, 4]} + ] + }, + { + "name": "eye", + "parent": "unown", + "pivot": [0, -1, 0.1], + "cubes": [ + {"origin": [-1.5, 5.6, -0.9], "size": [3, 3, 1], "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_m.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_m.geo.json new file mode 100644 index 0000000..54c922b --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_m.geo.json @@ -0,0 +1,72 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unown", + "texture_width": 16, + "texture_height": 16, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "unown", + "pivot": [0, 0, 0] + }, + { + "name": "bone", + "parent": "unown", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-0.5, 7.6, -0.9], "size": [1, 2, 1], "uv": [15, 6]}, + {"origin": [-2.43431, 8.65563, -0.9], "size": [5, 1, 1], "inflate": 0.001, "uv": [4, 5]} + ] + }, + { + "name": "bone2", + "parent": "bone", + "pivot": [-3, 8.1, -0.4], + "cubes": [ + {"origin": [-3.7, 6.6, -0.9], "size": [1, 3, 1], "pivot": [-3, 8.1, -0.4], "rotation": [0, 0, 45], "uv": [7, 12]}, + {"origin": [-3.7, 2.46863, -0.9], "size": [1, 2, 1], "pivot": [-3, 2.96863, -0.4], "rotation": [0, 0, -45], "uv": [12, 3]}, + {"origin": [-4.55563, 3.53431, -0.9], "size": [1, 4, 1], "inflate": -0.001, "uv": [0, 10]}, + {"origin": [-3.5, 7.8, -0.9], "size": [1, 2, 1], "inflate": -0.001, "pivot": [-3, 8.1, -0.4], "rotation": [0, 0, -45], "uv": [11, 1]} + ] + }, + { + "name": "bone3", + "parent": "bone2", + "pivot": [-3, 8.1, -0.4], + "cubes": [ + {"origin": [2.83137, 6.6, -0.9], "size": [1, 3, 1], "pivot": [3.13137, 8.1, -0.4], "rotation": [0, 0, -45], "uv": [12, 7]}, + {"origin": [2.83137, 2.46863, -0.9], "size": [1, 2, 1], "pivot": [3.13137, 2.96863, -0.4], "rotation": [0, 0, 45], "uv": [10, 11]}, + {"origin": [3.68701, 3.53431, -0.9], "size": [1, 4, 1], "inflate": -0.001, "uv": [8, 7]}, + {"origin": [2.63137, 7.8, -0.9], "size": [1, 2, 1], "inflate": -0.001, "pivot": [3.13137, 8.1, -0.4], "rotation": [0, 0, 45], "uv": [3, 12]} + ] + }, + { + "name": "body", + "parent": "unown", + "pivot": [0, -3, 0], + "cubes": [ + {"origin": [-1.5, 3.6, -0.1], "size": [3, 3, 1], "uv": [0, 0]}, + {"origin": [1.5, 3.6, -0.9], "size": [1, 3, 1], "uv": [11, 11]}, + {"origin": [-2.5, 3.6, -0.9], "size": [1, 3, 1], "uv": [4, 10]}, + {"origin": [-1.5, 2.6, -0.9], "size": [3, 1, 1], "uv": [8, 2]}, + {"origin": [-1.5, 6.6, -0.9], "size": [3, 1, 1], "uv": [7, 5]} + ] + }, + { + "name": "eye", + "parent": "unown", + "pivot": [0, -3, 0.1], + "cubes": [ + {"origin": [-1.5, 3.6, -0.9], "size": [3, 3, 1], "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_n.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_n.geo.json new file mode 100644 index 0000000..f4fd7c3 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_n.geo.json @@ -0,0 +1,52 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unown", + "texture_width": 16, + "texture_height": 16, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "unown", + "pivot": [0, 0, 0] + }, + { + "name": "bone", + "parent": "unown", + "pivot": [0.12132, 1, 0], + "cubes": [ + {"origin": [1.62132, 1.6, -0.9], "size": [1, 4, 1], "pivot": [2.12132, 4.1, -0.4], "rotation": [0, 0, -45], "uv": [11, 10]}, + {"origin": [3.68436, 2.73463, -0.9], "size": [1, 6, 1], "inflate": -0.001, "pivot": [4.18436, 5.23463, -0.4], "rotation": [0, 0, 10], "uv": [0, 8]}, + {"origin": [-4.51071, 3.69282, -0.9], "size": [1, 6, 1], "inflate": -0.001, "pivot": [-4.01071, 8.19282, -0.4], "rotation": [0, 0, 10], "uv": [7, 7]}, + {"origin": [1.62132, 8.6, -0.9], "size": [1, 4, 1], "pivot": [2.12132, 4.1, -0.4], "rotation": [0, 0, -45], "uv": [11, 5]} + ] + }, + { + "name": "body", + "parent": "unown", + "pivot": [0.12132, -2, 0], + "cubes": [ + {"origin": [-1.37868, 4.6, -0.1], "size": [3, 3, 1], "uv": [0, 0]}, + {"origin": [1.62132, 4.6, -0.9], "size": [1, 3, 1], "inflate": 0.001, "uv": [8, 14]}, + {"origin": [-2.37868, 4.6, -0.9], "size": [1, 3, 1], "inflate": 0.001, "uv": [4, 13]}, + {"origin": [-1.37868, 3.6, -0.9], "size": [3, 1, 1], "inflate": 0.001, "uv": [8, 0]}, + {"origin": [-1.37868, 7.6, -0.9], "size": [3, 1, 1], "inflate": 0.001, "uv": [7, 3]} + ] + }, + { + "name": "eye", + "parent": "unown", + "pivot": [0.12132, -2, 0.1], + "cubes": [ + {"origin": [-1.37868, 4.6, -0.9], "size": [3, 3, 1], "inflate": 0.001, "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_o.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_o.geo.json new file mode 100644 index 0000000..840deae --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_o.geo.json @@ -0,0 +1,71 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unown", + "texture_width": 16, + "texture_height": 16, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "unown", + "pivot": [0, 0, 0] + }, + { + "name": "bone", + "parent": "unown", + "pivot": [0, 1, 0], + "cubes": [ + {"origin": [-0.5, 1.6, -0.9], "size": [1, 2, 1], "uv": [12, 0]}, + {"origin": [-2.5, 1.35736, -0.9], "size": [5, 1, 1], "inflate": 0.01, "uv": [1, 13]}, + {"origin": [-2.5, 9.6, -0.9], "size": [5, 1, 1], "inflate": 0.01, "uv": [0, 5]} + ] + }, + { + "name": "bone2", + "parent": "bone", + "pivot": [-3, 3.1, -0.4], + "cubes": [ + {"origin": [-4.62132, 3.47868, -0.9], "size": [1, 5, 1], "inflate": 0.01, "uv": [11, 10]}, + {"origin": [-3.76569, 7.54437, -0.9], "size": [1, 3, 1], "pivot": [-3.06569, 9.04437, -0.4], "rotation": [0, 0, 45], "uv": [12, 11]}, + {"origin": [-3.76569, 1.41299, -0.9], "size": [1, 3, 1], "pivot": [-3.06569, 2.91299, -0.4], "rotation": [0, 0, -45], "uv": [12, 9]} + ] + }, + { + "name": "bone3", + "parent": "bone2", + "pivot": [3, 3.1, -0.4], + "cubes": [ + {"origin": [3.62132, 3.47868, -0.9], "size": [1, 5, 1], "inflate": 0.01, "uv": [8, 9]}, + {"origin": [2.76569, 7.54437, -0.9], "size": [1, 3, 1], "pivot": [3.06569, 9.04437, -0.4], "rotation": [0, 0, -45], "uv": [12, 5]}, + {"origin": [2.76569, 1.41299, -0.9], "size": [1, 3, 1], "pivot": [3.06569, 2.91299, -0.4], "rotation": [0, 0, 45], "uv": [5, 11]} + ] + }, + { + "name": "body", + "parent": "unown", + "pivot": [0, -2, 0], + "cubes": [ + {"origin": [-1.5, 4.6, -0.1], "size": [3, 3, 1], "uv": [0, 0]}, + {"origin": [1.5, 4.6, -0.9], "size": [1, 3, 1], "uv": [12, 0]}, + {"origin": [-2.5, 4.6, -0.9], "size": [1, 3, 1], "uv": [0, 12]}, + {"origin": [-1.5, 3.6, -0.9], "size": [3, 1, 1], "uv": [0, 10]}, + {"origin": [-1.5, 7.6, -0.9], "size": [3, 1, 1], "uv": [8, 4]} + ] + }, + { + "name": "eye", + "parent": "unown", + "pivot": [0, -2, 0.1], + "cubes": [ + {"origin": [-1.5, 4.6, -0.9], "size": [3, 3, 1], "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_p.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_p.geo.json new file mode 100644 index 0000000..8733142 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_p.geo.json @@ -0,0 +1,50 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unown", + "texture_width": 16, + "texture_height": 16, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "unown", + "pivot": [0, 0, 0] + }, + { + "name": "bone", + "parent": "unown", + "pivot": [0.5, 2, 0], + "cubes": [ + {"origin": [-3, 9.6, -0.9], "size": [1, 1, 1], "uv": [4, 10]}, + {"origin": [-1, 1.6, -0.9], "size": [1, 3, 1], "uv": [10, 2]} + ] + }, + { + "name": "body", + "parent": "unown", + "pivot": [0.5, -1, 0], + "cubes": [ + {"origin": [-1, 5.6, -0.1], "size": [3, 3, 1], "uv": [0, 0]}, + {"origin": [2, 5.6, -0.9], "size": [1, 3, 1], "uv": [0, 10]}, + {"origin": [-2, 5.6, -0.9], "size": [1, 3, 1], "uv": [8, 6]}, + {"origin": [-1, 4.6, -0.9], "size": [3, 1, 1], "uv": [8, 0]}, + {"origin": [-2, 8.6, -0.9], "size": [4, 1, 1], "uv": [0, 4]} + ] + }, + { + "name": "eye", + "parent": "unown", + "pivot": [0.5, -1, 0.1], + "cubes": [ + {"origin": [-1, 5.6, -0.9], "size": [3, 3, 1], "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_q.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_q.geo.json new file mode 100644 index 0000000..77bc624 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_q.geo.json @@ -0,0 +1,50 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unown", + "texture_width": 16, + "texture_height": 16, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "unown", + "pivot": [0, 0, 0] + }, + { + "name": "bone", + "parent": "unown", + "pivot": [-1.10607, 1, 0], + "cubes": [ + {"origin": [0.39393, 0.6, -0.9], "size": [1, 5, 1], "pivot": [0.89393, 4.1, -0.4], "rotation": [0, 0, -45], "uv": [0, 8]}, + {"origin": [1.39393, 1.6, -0.9], "size": [1, 1, 1], "pivot": [0.89393, 4.1, -0.4], "rotation": [0, 0, -45], "uv": [8, 0]} + ] + }, + { + "name": "body", + "parent": "unown", + "pivot": [-1.10607, -2, 0], + "cubes": [ + {"origin": [-2.60607, 4.6, -0.1], "size": [3, 3, 1], "inflate": 0.001, "uv": [0, 0]}, + {"origin": [0.39393, 4.6, -0.9], "size": [1, 3, 1], "inflate": 0.01, "uv": [8, 9]}, + {"origin": [-3.60607, 4.6, -0.9], "size": [1, 3, 1], "inflate": 0.001, "uv": [4, 8]}, + {"origin": [-2.60607, 3.6, -0.9], "size": [3, 1, 1], "inflate": 0.01, "uv": [7, 7]}, + {"origin": [-2.60607, 7.6, -0.9], "size": [3, 1, 1], "inflate": 0.001, "uv": [7, 3]} + ] + }, + { + "name": "eye", + "parent": "unown", + "pivot": [-1.10607, -2, 0.1], + "cubes": [ + {"origin": [-2.60607, 4.6, -0.9], "size": [3, 3, 1], "inflate": 0.01, "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_question.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_question.geo.json new file mode 100644 index 0000000..5cf2e37 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_question.geo.json @@ -0,0 +1,57 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unown", + "texture_width": 16, + "texture_height": 16, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "unown", + "pivot": [0, 0, 0] + }, + { + "name": "bone", + "parent": "unown", + "pivot": [0, -1, 0] + }, + { + "name": "bone2", + "parent": "bone", + "pivot": [0, -1, 0], + "cubes": [ + {"origin": [-0.5, 6.6, -0.9], "size": [1, 1, 1], "uv": [8, 5]}, + {"origin": [-0.58134, 9.68838, -0.899], "size": [2, 1, 1], "inflate": 0.001, "uv": [8, 0]}, + {"origin": [1.22209, 7.64928, -0.899], "size": [1, 3, 1], "pivot": [1.72209, 8.64928, -0.399], "rotation": [0, 0, -22.5], "uv": [0, 12]}, + {"origin": [1.0504, 5.81419, -0.9], "size": [1, 3, 1], "inflate": 0.002, "pivot": [1.5504, 7.81419, -0.4], "rotation": [0, 0, 70], "uv": [8, 9]} + ] + }, + { + "name": "body", + "parent": "unown", + "pivot": [0, -4, 0], + "cubes": [ + {"origin": [-1.5, 2.6, -0.1], "size": [3, 3, 1], "uv": [0, 0]}, + {"origin": [1.5, 2.6, -0.9], "size": [1, 3, 1], "uv": [4, 8]}, + {"origin": [-2.5, 2.6, -0.9], "size": [1, 3, 1], "uv": [0, 8]}, + {"origin": [-1.5, 1.6, -0.9], "size": [3, 1, 1], "uv": [7, 7]}, + {"origin": [-1.5, 5.6, -0.9], "size": [3, 1, 1], "uv": [7, 3]} + ] + }, + { + "name": "eye", + "parent": "unown", + "pivot": [0, -4, 0.1], + "cubes": [ + {"origin": [-1.5, 2.6, -0.9], "size": [3, 3, 1], "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_r.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_r.geo.json new file mode 100644 index 0000000..ad98a2d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_r.geo.json @@ -0,0 +1,51 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unown", + "texture_width": 16, + "texture_height": 16, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "unown", + "pivot": [0, 0, 0] + }, + { + "name": "bone", + "parent": "unown", + "pivot": [-0.5, 2, 0], + "cubes": [ + {"origin": [1, 4.6, -0.9], "size": [1, 1, 1], "uv": [8, 5]}, + {"origin": [2, 3.6, -0.9], "size": [1, 1, 1], "uv": [8, 0]}, + {"origin": [-2, 1.6, -0.9], "size": [1, 3, 1], "uv": [8, 9]} + ] + }, + { + "name": "body", + "parent": "unown", + "pivot": [-0.5, -1, 0], + "cubes": [ + {"origin": [-2, 5.6, -0.1], "size": [3, 3, 1], "uv": [0, 0]}, + {"origin": [1, 5.6, -0.9], "size": [1, 3, 1], "uv": [4, 8]}, + {"origin": [-3, 5.6, -0.9], "size": [1, 3, 1], "uv": [0, 8]}, + {"origin": [-2, 4.6, -0.9], "size": [3, 1, 1], "uv": [7, 7]}, + {"origin": [-2, 8.6, -0.9], "size": [3, 1, 1], "uv": [7, 3]} + ] + }, + { + "name": "eye", + "parent": "unown", + "pivot": [-0.5, -1, 0.1], + "cubes": [ + {"origin": [-2, 5.6, -0.9], "size": [3, 3, 1], "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_s.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_s.geo.json new file mode 100644 index 0000000..6d7262d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_s.geo.json @@ -0,0 +1,63 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unown", + "texture_width": 16, + "texture_height": 16, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "unown", + "pivot": [0, 0, 0] + }, + { + "name": "s_pixel", + "parent": "unown", + "pivot": [2, 5.1, -0.4], + "cubes": [ + {"origin": [-2.5, 8.6, -0.9], "size": [1, 1, 1], "uv": [7, 13]}, + {"origin": [-0.5, 11.6, -0.9], "size": [1, 1, 1], "uv": [4, 12]}, + {"origin": [-3.5, 9.6, -0.9], "size": [1, 1, 1], "uv": [12, 5]}, + {"origin": [-2.5, 10.6, -0.9], "size": [3, 1, 1], "uv": [7, 7]} + ] + }, + { + "name": "bone4", + "parent": "s_pixel", + "pivot": [-2, 9, -0.4], + "cubes": [ + {"origin": [1.51, 4.59, -0.91], "size": [1, 1, 1], "uv": [11, 11]}, + {"origin": [-0.49, 1.59, -0.91], "size": [1, 1, 1], "uv": [11, 9]}, + {"origin": [2.51, 3.59, -0.91], "size": [1, 1, 1], "uv": [8, 5]}, + {"origin": [-0.49, 2.59, -0.91], "size": [3, 1, 1], "uv": [7, 3]} + ] + }, + { + "name": "body", + "parent": "unown", + "pivot": [0, -1, 0], + "cubes": [ + {"origin": [-1.5, 5.6, -0.1], "size": [3, 3, 1], "inflate": 0.01, "uv": [0, 0]}, + {"origin": [1.5, 5.6, -0.9], "size": [1, 3, 1], "inflate": 0.01, "uv": [7, 9]}, + {"origin": [-2.5, 5.6, -0.9], "size": [1, 3, 1], "inflate": 0.01, "uv": [0, 10]}, + {"origin": [-1.5, 4.6, -0.9], "size": [3, 1, 1], "inflate": 0.01, "uv": [8, 0]}, + {"origin": [-1.5, 8.6, -0.9], "size": [3, 1, 1], "inflate": 0.01, "uv": [0, 8]} + ] + }, + { + "name": "eye", + "parent": "unown", + "pivot": [0, -1, 0.1], + "cubes": [ + {"origin": [-1.5, 5.6, -0.9], "size": [3, 3, 1], "inflate": 0.01, "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_t.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_t.geo.json new file mode 100644 index 0000000..948808d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_t.geo.json @@ -0,0 +1,50 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unown", + "texture_width": 16, + "texture_height": 16, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "unown", + "pivot": [0, 0, 0] + }, + { + "name": "bone", + "parent": "unown", + "pivot": [0, -1, 0], + "cubes": [ + {"origin": [-0.5, 6.6, -0.9], "size": [1, 2, 1], "uv": [4, 10]}, + {"origin": [-2.5, 8.6, -0.9], "size": [5, 1, 1], "uv": [0, 5]} + ] + }, + { + "name": "body", + "parent": "unown", + "pivot": [0, -4, 0], + "cubes": [ + {"origin": [-1.5, 2.6, -0.1], "size": [3, 3, 1], "uv": [0, 0]}, + {"origin": [1.5, 2.6, -0.9], "size": [1, 3, 1], "uv": [0, 10]}, + {"origin": [-2.5, 2.6, -0.9], "size": [1, 3, 1], "uv": [8, 7]}, + {"origin": [-1.5, 1.6, -0.9], "size": [3, 1, 1], "uv": [8, 2]}, + {"origin": [-1.5, 5.6, -0.9], "size": [3, 1, 1], "uv": [7, 5]} + ] + }, + { + "name": "eye", + "parent": "unown", + "pivot": [0, -4, 0.1], + "cubes": [ + {"origin": [-1.5, 2.6, -0.9], "size": [3, 3, 1], "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_u.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_u.geo.json new file mode 100644 index 0000000..c2c2ee8 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_u.geo.json @@ -0,0 +1,72 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unown", + "texture_width": 16, + "texture_height": 16, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "unown", + "pivot": [0, 0, 0] + }, + { + "name": "bone", + "parent": "unown", + "pivot": [0, 11, 0], + "cubes": [ + {"origin": [-0.5, 1.4, -0.9], "size": [1, 2, 1], "uv": [16, 7]}, + {"origin": [-2.43431, 1.34437, -0.9], "size": [5, 1, 1], "inflate": 0.001, "uv": [1, 9]} + ] + }, + { + "name": "bone2", + "parent": "bone", + "pivot": [-3, 2.9, -0.4], + "cubes": [ + {"origin": [-3.7, 1.4, -0.9], "size": [1, 3, 1], "pivot": [-3, 2.9, -0.4], "rotation": [0, 0, -45], "uv": [7, 13]}, + {"origin": [-3.7, 6.53137, -0.9], "size": [1, 1, 1], "pivot": [-3, 8.03137, -0.4], "rotation": [0, 0, 45], "uv": [15, 3]}, + {"origin": [-4.55563, 3.46569, -0.9], "size": [1, 4, 1], "inflate": -0.001, "uv": [0, 10]}, + {"origin": [-3, 3.2, -0.9], "size": [1, 2, 1], "inflate": -0.001, "pivot": [-3, 2.9, -0.4], "rotation": [0, 0, 45], "uv": [10, 5]} + ] + }, + { + "name": "bone3", + "parent": "bone2", + "pivot": [-3, 2.9, -0.4], + "cubes": [ + {"origin": [2.83137, 1.4, -0.9], "size": [1, 3, 1], "pivot": [3.13137, 2.9, -0.4], "rotation": [0, 0, 45], "uv": [12, 7]}, + {"origin": [2.83137, 6.53137, -0.9], "size": [1, 1, 1], "pivot": [3.13137, 8.03137, -0.4], "rotation": [0, 0, -45], "uv": [14, 14]}, + {"origin": [3.68701, 3.46569, -0.9], "size": [1, 4, 1], "inflate": -0.001, "uv": [8, 7]}, + {"origin": [1.88137, 3.2, -0.9], "size": [1, 2, 1], "inflate": -0.001, "pivot": [3.13137, 2.9, -0.4], "rotation": [0, 0, -45], "uv": [3, 14]} + ] + }, + { + "name": "body", + "parent": "unown", + "pivot": [0, -3, 0], + "cubes": [ + {"origin": [-1.5, 3.6, -0.1], "size": [3, 3, 1], "uv": [0, 0]}, + {"origin": [1.5, 3.6, -0.9], "size": [1, 3, 1], "uv": [11, 11]}, + {"origin": [-2.5, 3.6, -0.9], "size": [1, 3, 1], "uv": [4, 10]}, + {"origin": [-1.5, 2.6, -0.9], "size": [3, 1, 1], "inflate": 0.0001, "uv": [8, 2]}, + {"origin": [-1.5, 6.6, -0.9], "size": [3, 1, 1], "uv": [7, 5]} + ] + }, + { + "name": "eye", + "parent": "unown", + "pivot": [0, -3, 0.1], + "cubes": [ + {"origin": [-1.5, 3.6, -0.9], "size": [3, 3, 1], "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_v.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_v.geo.json new file mode 100644 index 0000000..8ee4c43 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_v.geo.json @@ -0,0 +1,54 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unown", + "texture_width": 16, + "texture_height": 16, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "unown", + "pivot": [0, 0, 0] + }, + { + "name": "bone", + "parent": "unown", + "pivot": [0, -1, 0], + "cubes": [ + {"origin": [1.5, 6.6, -0.9], "size": [1, 1, 1], "uv": [4, 12]}, + {"origin": [-2.5, 6.6, -0.9], "size": [1, 1, 1], "uv": [11, 10]}, + {"origin": [2.5, 7.6, -0.9], "size": [1, 1, 1], "uv": [7, 11]}, + {"origin": [3.5, 8.6, -0.9], "size": [1, 1, 1], "uv": [7, 11]}, + {"origin": [-3.5, 7.6, -0.9], "size": [1, 1, 1], "uv": [4, 10]}, + {"origin": [-3.5, 8.6, -0.9], "size": [7, 1, 1], "uv": [0, 11]} + ] + }, + { + "name": "body", + "parent": "unown", + "pivot": [0, -4, 0], + "cubes": [ + {"origin": [-1.5, 2.6, -0.1], "size": [3, 3, 1], "uv": [0, 0]}, + {"origin": [1.5, 2.6, -0.9], "size": [1, 3, 1], "uv": [0, 10]}, + {"origin": [-2.5, 2.6, -0.9], "size": [1, 3, 1], "uv": [8, 7]}, + {"origin": [-1.5, 1.6, -0.9], "size": [3, 1, 1], "uv": [8, 2]}, + {"origin": [-1.5, 5.6, -0.9], "size": [3, 1, 1], "uv": [7, 5]} + ] + }, + { + "name": "eye", + "parent": "unown", + "pivot": [0, -4, 0.1], + "cubes": [ + {"origin": [-1.5, 2.6, -0.9], "size": [3, 3, 1], "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_w.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_w.geo.json new file mode 100644 index 0000000..c266ccd --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_w.geo.json @@ -0,0 +1,53 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unown", + "texture_width": 16, + "texture_height": 16, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "unown", + "pivot": [0, 0, 0] + }, + { + "name": "bone", + "parent": "unown", + "pivot": [0, -1, 0], + "cubes": [ + {"origin": [2.5, 3.6, -0.9], "size": [1, 1, 1], "uv": [0, 12]}, + {"origin": [-0.5, 6.6, -0.9], "size": [1, 2, 1], "uv": [11, 11]}, + {"origin": [-3.5, 3.6, -0.9], "size": [1, 1, 1], "uv": [8, 5]}, + {"origin": [3.5, 4.6, -0.9], "size": [1, 2, 1], "uv": [8, 9]}, + {"origin": [-4.5, 4.6, -0.9], "size": [1, 2, 1], "uv": [8, 0]} + ] + }, + { + "name": "body", + "parent": "unown", + "pivot": [0, -4, 0], + "cubes": [ + {"origin": [-1.5, 2.6, -0.1], "size": [3, 3, 1], "uv": [0, 0]}, + {"origin": [1.5, 2.6, -0.9], "size": [1, 3, 1], "uv": [4, 8]}, + {"origin": [-2.5, 2.6, -0.9], "size": [1, 3, 1], "uv": [0, 8]}, + {"origin": [-1.5, 1.6, -0.9], "size": [3, 1, 1], "uv": [7, 7]}, + {"origin": [-1.5, 5.6, -0.9], "size": [3, 1, 1], "uv": [7, 3]} + ] + }, + { + "name": "eye", + "parent": "unown", + "pivot": [0, -4, 0.1], + "cubes": [ + {"origin": [-1.5, 2.6, -0.9], "size": [3, 3, 1], "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_x.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_x.geo.json new file mode 100644 index 0000000..ab150ed --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_x.geo.json @@ -0,0 +1,59 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unown", + "texture_width": 16, + "texture_height": 16, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "unown", + "pivot": [0, 0, 0] + }, + { + "name": "bone", + "parent": "unown", + "pivot": [0.03293, 1, 0], + "cubes": [ + {"origin": [1.53293, 0.35, -0.9], "size": [1, 5, 1], "pivot": [2.03293, 4.1, -0.4], "rotation": [0, 0, -45], "uv": [0, 8]}, + {"origin": [1.53293, 8.6, -0.9], "size": [1, 5, 1], "pivot": [2.03293, 4.1, -0.4], "rotation": [0, 0, -45], "uv": [0, 8]} + ] + }, + { + "name": "bone2", + "parent": "bone", + "pivot": [0.03293, 11.25, 0], + "cubes": [ + {"origin": [1.53293, 6.9, -0.9], "size": [1, 5, 1], "pivot": [2.03293, 8.15, -0.4], "rotation": [0, 0, 45], "uv": [0, 8]}, + {"origin": [1.53293, -1.35, -0.9], "size": [1, 5, 1], "pivot": [2.03293, 8.15, -0.4], "rotation": [0, 0, 45], "uv": [0, 8]} + ] + }, + { + "name": "body", + "parent": "unown", + "pivot": [0.03293, -2, 0], + "cubes": [ + {"origin": [-1.46707, 4.6, -0.1], "size": [3, 3, 1], "inflate": 0.001, "uv": [0, 0]}, + {"origin": [1.53293, 4.6, -0.9], "size": [1, 3, 1], "inflate": 0.01, "uv": [8, 9]}, + {"origin": [-2.46707, 4.6, -0.9], "size": [1, 3, 1], "inflate": 0.001, "uv": [4, 8]}, + {"origin": [-1.46707, 3.6, -0.9], "size": [3, 1, 1], "inflate": 0.01, "uv": [7, 7]}, + {"origin": [-1.46707, 7.6, -0.9], "size": [3, 1, 1], "inflate": 0.001, "uv": [7, 3]} + ] + }, + { + "name": "eye", + "parent": "unown", + "pivot": [0.03293, -2, 0.1], + "cubes": [ + {"origin": [-1.46707, 4.6, -0.9], "size": [3, 3, 1], "inflate": 0.01, "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_y.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_y.geo.json new file mode 100644 index 0000000..d242528 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_y.geo.json @@ -0,0 +1,61 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unown", + "texture_width": 16, + "texture_height": 16, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "unown", + "pivot": [0, 0, 0] + }, + { + "name": "bone", + "parent": "unown", + "pivot": [0, 1, 0], + "cubes": [ + {"origin": [-2.5, 8.6, -0.9], "size": [1, 1, 1], "uv": [12, 0]}, + {"origin": [-3.5, 9.6, -0.9], "size": [1, 1, 1], "uv": [11, 11]} + ] + }, + { + "name": "bone2", + "parent": "bone", + "pivot": [0, 1, 0], + "cubes": [ + {"origin": [1.5, 8.6, -0.9], "size": [1, 1, 1], "uv": [11, 9]}, + {"origin": [-0.5, 1.6, -0.9], "size": [1, 2, 1], "uv": [8, 0]}, + {"origin": [-1.5, 0.6, -0.9], "size": [3, 1, 1], "uv": [0, 8]}, + {"origin": [2.5, 9.6, -0.9], "size": [1, 1, 1], "uv": [8, 5]} + ] + }, + { + "name": "body", + "parent": "unown", + "pivot": [0, -2, 0], + "cubes": [ + {"origin": [-1.5, 4.6, -0.1], "size": [3, 3, 1], "uv": [0, 0]}, + {"origin": [1.5, 4.6, -0.9], "size": [1, 3, 1], "uv": [0, 10]}, + {"origin": [-2.5, 4.6, -0.9], "size": [1, 3, 1], "uv": [7, 9]}, + {"origin": [-1.5, 3.6, -0.9], "size": [3, 1, 1], "uv": [7, 7]}, + {"origin": [-1.5, 7.6, -0.9], "size": [3, 1, 1], "uv": [7, 3]} + ] + }, + { + "name": "eye", + "parent": "unown", + "pivot": [0, -2, 0.1], + "cubes": [ + {"origin": [-1.5, 4.6, -0.9], "size": [3, 3, 1], "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_z.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_z.geo.json new file mode 100644 index 0000000..d34db24 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_z.geo.json @@ -0,0 +1,59 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unown", + "texture_width": 16, + "texture_height": 16, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "unown", + "pivot": [0, 0, 0] + }, + { + "name": "bone", + "parent": "unown", + "pivot": [0, 1, 0], + "cubes": [ + {"origin": [-1.5, 9.6, -0.9], "size": [1, 1, 1], "uv": [11, 1]} + ] + }, + { + "name": "bone2", + "parent": "bone", + "pivot": [0, 1, 0], + "cubes": [ + {"origin": [-0.5, 8.6, -0.9], "size": [1, 1, 1], "uv": [8, 9]}, + {"origin": [-0.5, 2.6, -0.9], "size": [1, 1, 1], "uv": [8, 5]}, + {"origin": [0.5, 1.6, -0.9], "size": [1, 1, 1], "uv": [8, 0]} + ] + }, + { + "name": "body", + "parent": "unown", + "pivot": [0, -2, 0], + "cubes": [ + {"origin": [-1.5, 4.6, -0.1], "size": [3, 3, 1], "uv": [0, 0]}, + {"origin": [1.5, 4.6, -0.9], "size": [1, 3, 1], "uv": [4, 8]}, + {"origin": [-2.5, 4.6, -0.9], "size": [1, 3, 1], "uv": [0, 8]}, + {"origin": [-1.5, 3.6, -0.9], "size": [3, 1, 1], "uv": [7, 7]}, + {"origin": [-1.5, 7.6, -0.9], "size": [3, 1, 1], "uv": [7, 3]} + ] + }, + { + "name": "eye", + "parent": "unown", + "pivot": [0, -2, 0.1], + "cubes": [ + {"origin": [-1.5, 4.6, -0.9], "size": [3, 3, 1], "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ursaluna_bloodmoon.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ursaluna_bloodmoon.geo.json new file mode 100644 index 0000000..133e5d8 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ursaluna_bloodmoon.geo.json @@ -0,0 +1,737 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.ursaluna", + "texture_width": 256, + "texture_height": 128, + "visible_bounds_width": 6, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "ursaluna", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "ursaluna", + "pivot": [0, 18, 0] + }, + { + "name": "hip", + "parent": "body", + "pivot": [0, 16, 14.5], + "cubes": [ + {"origin": [-8.5, 9, 5.5], "size": [17, 16, 14], "uv": [58, 63]} + ] + }, + { + "name": "torso", + "parent": "hip", + "pivot": [0, 17.5, 8.5], + "cubes": [ + {"origin": [-11, 8, -5.5], "size": [22, 21, 14], "uv": [0, 42]} + ] + }, + { + "name": "upper_body", + "parent": "torso", + "pivot": [0, 18, 0.5], + "cubes": [ + {"origin": [-14, 6, -15.5], "size": [28, 26, 16], "uv": [0, 0]}, + {"origin": [-11, 7.25, -20.5], "size": [22, 19, 6], "uv": [0, 77]} + ] + }, + { + "name": "head", + "parent": "upper_body", + "pivot": [0, 15.75, -20.5], + "cubes": [ + {"origin": [-6.5, 9.25, -30.5], "size": [13, 13, 13], "uv": [75, 29]}, + {"origin": [-2.5, -3.75, -32.5], "size": [5, 13, 0], "pivot": [-1, -0.75, -8.5], "rotation": [-22.5, 0, 0], "uv": [174, 62]}, + {"origin": [-5.5, -4.75, -32.49], "size": [5, 13, 0], "pivot": [-1, -0.75, -8.5], "rotation": [-20.17393, 10.17781, 25.68482], "uv": [174, 62]}, + {"origin": [0.5, -4.75, -32.49], "size": [5, 13, 0], "pivot": [1, -0.75, -8.5], "rotation": [-20.17393, -10.17781, -25.68482], "uv": [174, 62], "mirror": true} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [-0.5, -2.2, -8.5] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-3.75, 16.55, -30], + "rotation": [0, 0, 7.5], + "cubes": [ + {"origin": [-5.75, 15.55, -30.5], "size": [4, 2, 1], "inflate": 0.01, "uv": [150, 0], "mirror": true}, + {"origin": [-3.5, 16.25, -30.5], "size": [1, 1, 1], "inflate": 0.02, "uv": [186, 2], "mirror": true} + ] + }, + { + "name": "eyelid_right2", + "parent": "eye_right", + "pivot": [-3.75, 17.65, -30.5], + "cubes": [ + {"origin": [-5.75, 17.15, -30.5], "size": [4, 1, 0], "inflate": 0.03, "uv": [182, 1], "mirror": true} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-3.75, 17.05, -29.9], + "cubes": [ + {"origin": [-5.75, 15.55, -30.4], "size": [4, 3, 1], "inflate": 0.04, "uv": [168, 41], "mirror": true} + ] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [3.75, 16.55, -30], + "rotation": [0, 0, -7.5], + "cubes": [ + {"origin": [1.75, 15.55, -30.5], "size": [4, 2, 1], "inflate": 0.01, "uv": [150, 3]}, + {"origin": [2.5, 16.25, -30.5], "size": [1, 1, 1], "inflate": 0.02, "uv": [182, 2]} + ] + }, + { + "name": "bone", + "parent": "eye_left", + "pivot": [-1, -1.4, -7.5], + "cubes": [ + {"origin": [2.5, 16.25, -29.5], "size": [1, 1, 1], "inflate": 0.03, "uv": [184, 93]} + ] + }, + { + "name": "eyelid_left2", + "parent": "eye_left", + "pivot": [3.75, 17.65, -30.5], + "cubes": [ + {"origin": [1.75, 17.15, -30.5], "size": [4, 1, 0], "inflate": 0.04, "uv": [46, 23]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [3.75, 17.05, -29.9], + "cubes": [ + {"origin": [1.75, 15.55, -30.4], "size": [4, 3, 1], "inflate": 0.04, "uv": [168, 41]} + ] + }, + { + "name": "eyebrow_right", + "parent": "head", + "pivot": [-3.1, 20.3, -30.5], + "rotation": [0, 0, -7.5] + }, + { + "name": "eyebrow_left", + "parent": "head", + "pivot": [3.1, 19.4, -30.5], + "rotation": [0, 0, 2.5] + }, + { + "name": "muzzle", + "parent": "head", + "pivot": [0, 15.15, -30.5], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-4.5, 11.15, -34.75], "size": [9, 4, 5], "uv": [202, 28]}, + {"origin": [-4, 14.9, -32.5], "size": [8, 1, 2], "pivot": [-0.5, 15.9, -30.5], "rotation": [5, 0, 0], "uv": [72, 8]}, + {"origin": [-1, 13.65, -35], "size": [2, 1, 1], "uv": [190, 0]}, + {"origin": [-4.25, 10.65, -34.25], "size": [0, 1, 1], "pivot": [-4.25, 11.15, -33.75], "rotation": [-45, 0, 0], "uv": [157, 47], "mirror": true}, + {"origin": [4.25, 10.8, -33], "size": [0, 1, 1], "pivot": [4.25, 11.3, -32.5], "rotation": [-45, 0, 0], "uv": [155, 46]}, + {"origin": [4.25, 10.65, -34.25], "size": [0, 1, 1], "pivot": [4.25, 11.15, -33.75], "rotation": [-45, 0, 0], "uv": [155, 47]}, + {"origin": [-4.25, 10.8, -33], "size": [0, 1, 1], "pivot": [-4.25, 11.3, -32.5], "rotation": [-45, 0, 0], "uv": [157, 46], "mirror": true} + ] + }, + { + "name": "jaw", + "parent": "muzzle", + "pivot": [0, 10.9, -30.5], + "rotation": [-12.5, 0, 0], + "cubes": [ + {"origin": [-4, 9.65, -34.35], "size": [8, 2, 5], "uv": [72, 55]}, + {"origin": [-3.05, 10.9, -33.87942], "size": [0, 1, 1], "pivot": [-3.05, 11.4, -33.37942], "rotation": [-45, -30, 0], "uv": [157, 48], "mirror": true}, + {"origin": [-3.5, 10.9, -33.1], "size": [0, 1, 1], "pivot": [-3.5, 11.4, -32.6], "rotation": [-45, -30, 0], "uv": [157, 49], "mirror": true}, + {"origin": [3.5, 10.9, -33.1], "size": [0, 1, 1], "pivot": [3.5, 11.4, -32.6], "rotation": [-45, 30, 0], "uv": [155, 49]}, + {"origin": [3.05, 10.9, -33.87942], "size": [0, 1, 1], "pivot": [3.05, 11.4, -33.37942], "rotation": [-45, 30, 0], "uv": [155, 48]} + ] + }, + { + "name": "head_spikes_right", + "parent": "head", + "pivot": [-6.5, 16.5, -21.5], + "rotation": [12.5, 0, 0] + }, + { + "name": "head_spike_right", + "parent": "head_spikes_right", + "pivot": [-6.5, 16.5, -22.5], + "rotation": [0, 7.5, -7.5], + "cubes": [ + {"origin": [-9.75, 16.5, -23.5], "size": [4, 0, 2], "uv": [104, 60]} + ] + }, + { + "name": "head_spike_right2", + "parent": "head_spikes_right", + "pivot": [-6.5, 16.5, -24.5], + "rotation": [0, 0, -12.5], + "cubes": [ + {"origin": [-10, 16.5, -25.5], "size": [4, 0, 2], "uv": [104, 58]} + ] + }, + { + "name": "head_spike_right3", + "parent": "head_spikes_right", + "pivot": [-6.5, 16.5, -26.5], + "rotation": [0, -7.5, -15], + "cubes": [ + {"origin": [-10, 16.5, -27.5], "size": [4, 0, 2], "uv": [39, 102]} + ] + }, + { + "name": "head_spike_right4", + "parent": "head_spikes_right", + "pivot": [-6.25, 16.5, -28.5], + "rotation": [0, -20, -17.5], + "cubes": [ + {"origin": [-9.75, 16.5, -29.5], "size": [4, 0, 2], "uv": [88, 8]} + ] + }, + { + "name": "head_spikes_left", + "parent": "head", + "pivot": [6.5, 16.5, -21.5], + "rotation": [12.5, 0, 0] + }, + { + "name": "head_spike_left", + "parent": "head_spikes_left", + "pivot": [6.5, 16.5, -22.5], + "rotation": [0, -7.5, 7.5], + "cubes": [ + {"origin": [5.75, 16.5, -23.5], "size": [4, 0, 2], "uv": [64, 54]} + ] + }, + { + "name": "head_spike_left2", + "parent": "head_spikes_left", + "pivot": [6.5, 16.5, -24.5], + "rotation": [0, 0, 12.5], + "cubes": [ + {"origin": [6, 16.5, -25.5], "size": [4, 0, 2], "uv": [56, 54]} + ] + }, + { + "name": "head_spike_left3", + "parent": "head_spikes_left", + "pivot": [6.5, 16.5, -26.5], + "rotation": [0, 7.5, 15], + "cubes": [ + {"origin": [6, 16.5, -27.5], "size": [4, 0, 2], "uv": [0, 54]} + ] + }, + { + "name": "head_spike_left4", + "parent": "head_spikes_left", + "pivot": [6.25, 16.5, -28.5], + "rotation": [0, 20, 17.5], + "cubes": [ + {"origin": [5.75, 16.5, -29.5], "size": [4, 0, 2], "uv": [0, 3]} + ] + }, + { + "name": "ear_right", + "parent": "head", + "pivot": [-4.85, 21, -24.65], + "rotation": [0, -12.5, -25], + "cubes": [ + {"origin": [-5.85, 20.5, -27.15], "size": [4, 5, 5], "uv": [221, 11]} + ] + }, + { + "name": "ear_left", + "parent": "head", + "pivot": [4.85, 21, -24.65], + "rotation": [0, 12.5, 25], + "cubes": [ + {"origin": [1.85, 20.5, -27.15], "size": [4, 5, 5], "uv": [152, 29]} + ] + }, + { + "name": "spikes_torso_main", + "parent": "upper_body", + "pivot": [0, 29, -8.5] + }, + { + "name": "spike_right", + "parent": "spikes_torso_main", + "pivot": [-4.25, 30.5, -8.5], + "rotation": [0, 0, -7.5], + "cubes": [ + {"origin": [-9.25, 30.25, -8.5], "size": [4, 8, 0], "uv": [122, 34]} + ] + }, + { + "name": "spike_right2", + "parent": "spikes_torso_main", + "pivot": [-8.25, 30.5, -8.5], + "rotation": [0, 0, -20] + }, + { + "name": "spike_right3", + "parent": "spikes_torso_main", + "pivot": [-11.5, 29.25, -8.5], + "rotation": [0, 0, -40], + "cubes": [ + {"origin": [-13.5, 27.5, -8.5], "size": [4, 8, 0], "uv": [0, 102]} + ] + }, + { + "name": "spike_right4", + "parent": "spikes_torso_main", + "pivot": [-11.5, 26.2, -8.5], + "rotation": [0, 0, -72.5], + "cubes": [ + {"origin": [-13.5, 25.45, -8.5], "size": [4, 8, 0], "uv": [33, 102]} + ] + }, + { + "name": "spike_middle", + "parent": "spikes_torso_main", + "pivot": [0, 31.75, -8.5] + }, + { + "name": "spike_left", + "parent": "spikes_torso_main", + "pivot": [4.25, 30.5, -8.5], + "rotation": [0, 0, 7.5], + "cubes": [ + {"origin": [5.25, 30.25, -8.5], "size": [4, 8, 0], "uv": [83, 113]} + ] + }, + { + "name": "spike_left2", + "parent": "spikes_torso_main", + "pivot": [8.25, 30.5, -8.5], + "rotation": [0, 0, 20] + }, + { + "name": "spike_left3", + "parent": "spikes_torso_main", + "pivot": [11.5, 29.25, -8.5], + "rotation": [0, 0, 40], + "cubes": [ + {"origin": [9.5, 27.5, -8.5], "size": [4, 8, 0], "uv": [114, 34]} + ] + }, + { + "name": "spike_left4", + "parent": "spikes_torso_main", + "pivot": [11.5, 26.2, -8.5], + "rotation": [0, 0, 72.5], + "cubes": [ + {"origin": [9.5, 25.45, -8.5], "size": [4, 8, 0], "uv": [114, 21]} + ] + }, + { + "name": "spike_bottom_main", + "parent": "upper_body", + "pivot": [0, 6, -12] + }, + { + "name": "spike_bottom_middle", + "parent": "spike_bottom_main", + "pivot": [0, 5.75, -12] + }, + { + "name": "spike_bottom_middle2", + "parent": "spike_bottom_main", + "pivot": [-3, 6.25, -12], + "rotation": [0, 0, 12.5], + "cubes": [ + {"origin": [-4.5, 2.75, -12], "size": [3, 4, 0], "uv": [146, 58]} + ] + }, + { + "name": "spike_bottom_middle4", + "parent": "spike_bottom_main", + "pivot": [-5.25, 6.75, -12], + "rotation": [0, 0, 25], + "cubes": [ + {"origin": [-6.25, 3.5, -12], "size": [2, 4, 0], "uv": [142, 58]} + ] + }, + { + "name": "spike_bottom_middle6", + "parent": "spike_bottom_main", + "pivot": [-7, 7.25, -12], + "rotation": [0, 0, 40], + "cubes": [ + {"origin": [-8, 4.5, -12], "size": [2, 4, 0], "uv": [142, 66]} + ] + }, + { + "name": "spike_bottom_middle7", + "parent": "spike_bottom_main", + "pivot": [7.25, 7.75, -12], + "rotation": [0, 0, -40], + "cubes": [ + {"origin": [5.75, 4.75, -12], "size": [2, 4, 0], "uv": [148, 62]} + ] + }, + { + "name": "spike_bottom_middle5", + "parent": "spike_bottom_main", + "pivot": [5.25, 6.75, -12], + "rotation": [0, 0, -25], + "cubes": [ + {"origin": [4.25, 3.5, -12], "size": [2, 4, 0], "uv": [152, 62]} + ] + }, + { + "name": "spike_bottom_middle3", + "parent": "spike_bottom_main", + "pivot": [3, 6.25, -12], + "rotation": [0, 0, -12.5], + "cubes": [ + {"origin": [1.5, 2.75, -12], "size": [3, 4, 0], "uv": [152, 58]} + ] + }, + { + "name": "shoulder_right", + "parent": "upper_body", + "pivot": [-14, 16.5, -8], + "cubes": [ + {"origin": [-16.5, 11.5, -13.5], "size": [8, 10, 11], "uv": [88, 0]} + ] + }, + { + "name": "shoulder_spikes_right_main", + "parent": "shoulder_right", + "pivot": [-16, 21.5, -8] + }, + { + "name": "shoulder_spike_right", + "parent": "shoulder_spikes_right_main", + "pivot": [-16, 19.25, -13.25], + "rotation": [-7.5, -10, 0], + "cubes": [ + {"origin": [-20, 17.75, -13.25], "size": [4, 3, 0], "uv": [75, 114]} + ] + }, + { + "name": "shoulder_spike_right2", + "parent": "shoulder_spikes_right_main", + "pivot": [-16, 21.25, -11.5], + "rotation": [10, -2.5, 15], + "cubes": [ + {"origin": [-20, 21.25, -13], "size": [4, 0, 3], "uv": [95, 59]} + ] + }, + { + "name": "shoulder_spike_right3", + "parent": "shoulder_spikes_right_main", + "pivot": [-16, 21.5, -8], + "rotation": [0, 0, 15], + "cubes": [ + {"origin": [-20, 21.5, -9.5], "size": [4, 0, 3], "uv": [0, 13]} + ] + }, + { + "name": "shoulder_spike_right4", + "parent": "shoulder_spikes_right_main", + "pivot": [-16, 21.25, -4.5], + "rotation": [-10, 0, 15], + "cubes": [ + {"origin": [-20, 21.25, -6], "size": [4, 0, 3], "uv": [0, 0]} + ] + }, + { + "name": "shoulder_spike_right5", + "parent": "shoulder_spikes_right_main", + "pivot": [-16, 19.25, -2.75], + "rotation": [7.5, 10, 0], + "cubes": [ + {"origin": [-20, 17.75, -2.75], "size": [4, 3, 0], "uv": [34, 110]} + ] + }, + { + "name": "arm_right", + "parent": "shoulder_right", + "pivot": [-16.5, 20.5, -7.75], + "cubes": [ + {"origin": [-20, -28, -12], "size": [8, 9, 8], "pivot": [1.5, -1, 0.25], "rotation": [0, 0, 90], "uv": [158, 12]}, + {"origin": [-25, 15.25, -4.25], "size": [0, 4, 3], "pivot": [-25, 16.5, -4], "rotation": [5, 0, 90], "uv": [10, 0]} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-25.5, 16.5, -4], + "cubes": [ + {"origin": [-19, -35, -12], "size": [8, 6, 8], "pivot": [2.5, -1, 0.25], "rotation": [0, 0, 90], "uv": [191, 1], "mirror": true}, + {"origin": [-18, -40, -12], "size": [8, 4, 8], "pivot": [3.5, -1, 0.25], "rotation": [0, 0, 90], "uv": [158, 0], "mirror": true} + ] + }, + { + "name": "hand_right", + "parent": "arm_right2", + "pivot": [-35.5, 16.5, -8.25], + "cubes": [ + {"origin": [-17.5, -43, -13], "size": [9, 4, 10], "inflate": 0.01, "pivot": [4.5, -1, 0.5], "rotation": [0, 0, 90], "uv": [111, 83], "mirror": true} + ] + }, + { + "name": "hand_right2", + "parent": "hand_right", + "pivot": [-37.5, 16.5, -13], + "cubes": [ + {"origin": [-17.5, -43, -17], "size": [9, 4, 4], "pivot": [4.5, -1, 0.5], "rotation": [0, 0, 90], "uv": [88, 21], "mirror": true} + ] + }, + { + "name": "thumb_right", + "parent": "hand_right2", + "pivot": [-33.5, 12, -15.5], + "cubes": [ + {"origin": [-8.5, -43, -15.5], "size": [5, 4, 0], "pivot": [4.5, -1, 0.5], "rotation": [0, 0, 90], "uv": [106, 73]} + ] + }, + { + "name": "claws_right", + "parent": "hand_right2", + "pivot": [4.5, -1, 0.5], + "cubes": [ + {"origin": [-16.5, -43, -22], "size": [0, 4, 5], "pivot": [4.5, -1, 0.5], "rotation": [0, 0, 90], "uv": [58, 41]}, + {"origin": [-14.25, -43, -22], "size": [0, 4, 5], "pivot": [4.5, -1, 0.5], "rotation": [0, 0, 90], "uv": [72, 88]}, + {"origin": [-12, -43, -22], "size": [0, 4, 5], "pivot": [4.5, -1, 0.5], "rotation": [0, 0, 90], "uv": [72, 6]}, + {"origin": [-9.75, -43, -22], "size": [0, 4, 5], "pivot": [4.5, -1, 0.5], "rotation": [0, 0, 90], "uv": [58, 45]} + ] + }, + { + "name": "shoulder_left", + "parent": "upper_body", + "pivot": [14, 16.5, -8], + "cubes": [ + {"origin": [8.5, 11.5, -13.5], "size": [8, 10, 11], "uv": [45, 93]} + ] + }, + { + "name": "shoulder_spikes_left_main", + "parent": "shoulder_left", + "pivot": [16, 21.5, -8] + }, + { + "name": "shoulder_spike_left", + "parent": "shoulder_spikes_left_main", + "pivot": [16, 19.25, -13.25], + "rotation": [-7.5, 10, 0], + "cubes": [ + {"origin": [16, 17.75, -13.25], "size": [4, 3, 0], "uv": [61, 121]} + ] + }, + { + "name": "shoulder_spike_left2", + "parent": "shoulder_spikes_left_main", + "pivot": [16, 21.25, -11.5], + "rotation": [10, 2.5, -15], + "cubes": [ + {"origin": [16, 21.25, -13], "size": [4, 0, 3], "uv": [100, 55]} + ] + }, + { + "name": "shoulder_spike_left3", + "parent": "shoulder_spikes_left_main", + "pivot": [16, 21.5, -8], + "rotation": [0, 0, -15], + "cubes": [ + {"origin": [16, 21.5, -9.5], "size": [4, 0, 3], "uv": [22, 102]} + ] + }, + { + "name": "shoulder_spike_left4", + "parent": "shoulder_spikes_left_main", + "pivot": [16, 21.25, -4.5], + "rotation": [-10, 0, -15], + "cubes": [ + {"origin": [16, 21.25, -6], "size": [4, 0, 3], "uv": [69, 101]} + ] + }, + { + "name": "shoulder_spike_left5", + "parent": "shoulder_spikes_left_main", + "pivot": [16, 19.25, -2.75], + "rotation": [7.5, -10, 0], + "cubes": [ + {"origin": [16, 17.75, -2.75], "size": [4, 3, 0], "uv": [115, 8]} + ] + }, + { + "name": "arm_left", + "parent": "shoulder_left", + "pivot": [16.5, 20.5, -7.75], + "cubes": [ + {"origin": [12, -28, -12], "size": [8, 9, 8], "pivot": [-1.5, -1, 0.25], "rotation": [0, 0, -90], "uv": [126, 0]}, + {"origin": [25, 15.25, -4.25], "size": [0, 4, 3], "pivot": [25, 16.5, -4], "rotation": [5, 0, -90], "uv": [10, 4]} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [25.5, 16.5, -4], + "cubes": [ + {"origin": [11, -35, -12], "size": [8, 6, 8], "pivot": [-2.5, -1, 0.25], "rotation": [0, 0, -90], "uv": [191, 1]}, + {"origin": [10, -40, -12], "size": [8, 4, 8], "pivot": [-3.5, -1, 0.25], "rotation": [0, 0, -90], "uv": [158, 0]} + ] + }, + { + "name": "hand_left", + "parent": "arm_left2", + "pivot": [35.5, 16.5, -8.25], + "cubes": [ + {"origin": [8.5, -43, -13], "size": [9, 4, 10], "inflate": 0.01, "pivot": [-4.5, -1, 0.5], "rotation": [0, 0, -90], "uv": [111, 83]} + ] + }, + { + "name": "hand_left2", + "parent": "hand_left", + "pivot": [37.5, 16.5, -13], + "cubes": [ + {"origin": [8.5, -43, -17], "size": [9, 4, 4], "pivot": [-4.5, -1, 0.5], "rotation": [0, 0, -90], "uv": [88, 21]} + ] + }, + { + "name": "thumb_left", + "parent": "hand_left2", + "pivot": [33.5, 12, -15.5], + "cubes": [ + {"origin": [3.5, -43, -15.5], "size": [5, 4, 0], "pivot": [-4.5, -1, 0.5], "rotation": [0, 0, -90], "uv": [108, 97]} + ] + }, + { + "name": "claws_left", + "parent": "hand_left2", + "pivot": [-4.5, -1, 0.5], + "cubes": [ + {"origin": [16.5, -43, -22], "size": [0, 4, 5], "pivot": [-4.5, -1, 0.5], "rotation": [0, 0, -90], "uv": [82, 92]}, + {"origin": [14.25, -43, -22], "size": [0, 4, 5], "pivot": [-4.5, -1, 0.5], "rotation": [0, 0, -90], "uv": [93, 50]}, + {"origin": [12, -43, -22], "size": [0, 4, 5], "pivot": [-4.5, -1, 0.5], "rotation": [0, 0, -90], "uv": [72, 92]}, + {"origin": [9.75, -43, -22], "size": [0, 4, 5], "pivot": [-4.5, -1, 0.5], "rotation": [0, 0, -90], "uv": [82, 88]} + ] + }, + { + "name": "tail", + "parent": "hip", + "pivot": [0, 21.5, 19], + "cubes": [ + {"origin": [-4.5, 16.5, 18.5], "size": [9, 9, 9], "uv": [106, 55]} + ] + }, + { + "name": "leg_right_rotate", + "parent": "body", + "pivot": [-8.5, 18.65, 14] + }, + { + "name": "thigh_right", + "parent": "leg_right_rotate", + "pivot": [-8.5, 18.65, 14.5], + "cubes": [ + {"origin": [-15.5, 10.65, 9.5], "size": [8, 11, 9], "pivot": [-7.5, 2.65, 1.5], "rotation": [0, 0, 0], "uv": [83, 93]}, + {"origin": [-15, 8.65, 9.75], "size": [7, 2, 8], "uv": [135, 97]} + ] + }, + { + "name": "leg_right", + "parent": "thigh_right", + "pivot": [-11.5, 8.65, 9.75], + "cubes": [ + {"origin": [-15.5, 4.65, 9.25], "size": [8, 4, 9], "inflate": 0.01, "pivot": [-7.5, -10.35, 1.25], "rotation": [0, 0, 0], "uv": [190, 15]}, + {"origin": [-15, 1.65, 9.75], "size": [7, 3, 8], "pivot": [-7.5, -10.35, 1.25], "rotation": [0, 0, 0], "uv": [226, 0]} + ] + }, + { + "name": "foot_right", + "parent": "leg_right", + "pivot": [-11.5, 3.15, 13.75], + "cubes": [ + {"origin": [-16.5, -0.85, 9.5], "size": [10, 4, 9], "inflate": 0.01, "pivot": [-7.5, -15.85, 1], "rotation": [0, 0, 0], "uv": [205, 38]} + ] + }, + { + "name": "foot_right2", + "parent": "foot_right", + "pivot": [-11.5, -0.85, 9.5], + "cubes": [ + {"origin": [-16.5, -0.85, 6.5], "size": [10, 4, 3], "pivot": [-7.5, -15.85, 1], "rotation": [0, 0, 0], "uv": [52, 114]} + ] + }, + { + "name": "foot_claws_right", + "parent": "foot_right2", + "pivot": [-11, 3.15, 6.5], + "cubes": [ + {"origin": [-15, -0.85, 1.5], "size": [0, 4, 5], "pivot": [-6, -15.85, -2], "rotation": [0, 0, 0], "uv": [0, 37]}, + {"origin": [-11.5, -0.85, 1.5], "size": [0, 4, 5], "pivot": [-6, -15.85, -2], "rotation": [0, 0, 0], "uv": [0, 4]}, + {"origin": [-8, -0.85, 1.5], "size": [0, 4, 5], "pivot": [-6, -15.85, -2], "rotation": [0, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "leg_left_rotate", + "parent": "body", + "pivot": [8.5, 18.65, 14] + }, + { + "name": "thigh_left", + "parent": "leg_left_rotate", + "pivot": [8.5, 18.65, 14.5], + "cubes": [ + {"origin": [7.5, 10.65, 9.5], "size": [8, 11, 9], "pivot": [7.5, 2.65, 1.5], "rotation": [0, 0, 0], "uv": [0, 102]}, + {"origin": [8, 8.65, 9.75], "size": [7, 2, 8], "uv": [135, 97]} + ] + }, + { + "name": "leg_left", + "parent": "thigh_left", + "pivot": [11.5, 8.65, 9.75], + "cubes": [ + {"origin": [7.5, 4.65, 9.25], "size": [8, 4, 9], "inflate": 0.01, "pivot": [7.5, -10.35, 1.25], "rotation": [0, 0, 0], "uv": [127, 34]}, + {"origin": [8, 1.65, 9.75], "size": [7, 3, 8], "pivot": [7.5, -10.35, 1.25], "rotation": [0, 0, 0], "uv": [133, 47]} + ] + }, + { + "name": "foot_left", + "parent": "leg_left", + "pivot": [11.5, 3.15, 13.75], + "cubes": [ + {"origin": [6.5, -0.85, 9.5], "size": [10, 4, 9], "inflate": 0.01, "pivot": [7.5, -15.85, 1], "rotation": [0, 0, 0], "uv": [114, 21]} + ] + }, + { + "name": "foot_left2", + "parent": "foot_left", + "pivot": [11.5, -0.85, 9.5], + "cubes": [ + {"origin": [6.5, -0.85, 6.5], "size": [10, 4, 3], "pivot": [7.5, -15.85, 1], "rotation": [0, 0, 0], "uv": [230, 21]} + ] + }, + { + "name": "foot_claws_left", + "parent": "foot_left2", + "pivot": [11, 3.15, 6.5], + "cubes": [ + {"origin": [15, -0.85, 1.5], "size": [0, 4, 5], "pivot": [6, -15.85, -2], "rotation": [0, 0, 0], "uv": [58, 37]}, + {"origin": [11.5, -0.85, 1.5], "size": [0, 4, 5], "pivot": [6, -15.85, -2], "rotation": [0, 0, 0], "uv": [0, 41]}, + {"origin": [8, -0.85, 1.5], "size": [0, 4, 5], "pivot": [6, -15.85, -2], "rotation": [0, 0, 0], "uv": [0, 45]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/urshifu/urshifu.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/urshifu/urshifu.geo.json new file mode 100644 index 0000000..8fd9416 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/urshifu/urshifu.geo.json @@ -0,0 +1,691 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 5, + "visible_bounds_height": 6, + "visible_bounds_offset": [0, 2, 0] + }, + "bones": [ + { + "name": "urshifu", + "pivot": [0, 0, 0] + }, + { + "name": "mainthing", + "parent": "urshifu", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "mainthing", + "pivot": [-0.04655, 24.5, 2.33581], + "cubes": [ + {"origin": [-9.04655, 36, -2.16419], "size": [18, 4, 9], "uv": [0, 0]}, + {"origin": [-7.04655, 25, -0.66419], "size": [14, 7, 6], "inflate": 0.01, "uv": [40, 24]}, + {"origin": [-4.04655, 23, 0.33581], "size": [8, 5, 4], "inflate": 0.01, "uv": [45, 26]}, + {"origin": [-8.04655, 32, -1.16419], "size": [16, 10, 7], "uv": [0, 13]} + ] + }, + { + "name": "whiteneck", + "parent": "torso", + "pivot": [-0.04655, 42.75769, 3.1223], + "cubes": [ + {"origin": [2.95345, 43.5, 10.55581], "size": [4, 4, 8], "pivot": [11.95345, 19.5, 12.58581], "rotation": [27.5, 0, 0], "uv": [90, 93]}, + {"origin": [-7.04655, 43.5, 10.55581], "size": [4, 4, 8], "pivot": [-12.04655, 19.5, 12.58581], "rotation": [27.5, 0, 0], "uv": [66, 93]}, + {"origin": [-6.04655, 41.25, 2.80581], "size": [12, 6, 4], "inflate": 0.01, "pivot": [-0.04655, 43.75, 4.30581], "rotation": [10, 0, 0], "uv": [62, 68]} + ] + }, + { + "name": "neck", + "parent": "whiteneck", + "pivot": [-0.54655, 43, 2.58581], + "cubes": [ + {"origin": [-4.04655, 41, -0.91419], "size": [7, 4, 6], "uv": [80, 18]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [-0.54655, 44.5, 1.83581], + "cubes": [ + {"origin": [-4.54655, 44.999, -1.66419], "size": [8, 7, 7], "uv": [32, 63]} + ] + }, + { + "name": "hair", + "parent": "head", + "pivot": [-0.54655, 52, 3.33581] + }, + { + "name": "ear1", + "parent": "hair", + "pivot": [-2.95613, 51.28679, 2.33581], + "cubes": [ + {"origin": [-3.54655, 50, 0.83581], "size": [0, 5, 3], "pivot": [-3.54655, 52, 2.33581], "rotation": [0, 0, -55], "uv": [0, 39]} + ] + }, + { + "name": "ear2", + "parent": "hair", + "pivot": [1.86302, 51.28679, 2.33581], + "cubes": [ + {"origin": [1.45345, 50, 0.83581], "size": [0, 5, 3], "pivot": [1.45345, 52, 2.33581], "rotation": [0, 0, 55], "uv": [0, 10]} + ] + }, + { + "name": "bone", + "parent": "hair", + "pivot": [-0.54655, 52, 2.33581], + "cubes": [ + {"origin": [-0.54655, 50, 0.83581], "size": [0, 8, 3], "pivot": [-0.54655, 52, 2.33581], "rotation": [-55, 0, 0], "uv": [0, 27]} + ] + }, + { + "name": "Fur_head", + "parent": "head", + "pivot": [-3.04655, 16.5, 4.08581], + "cubes": [ + {"origin": [-6.64655, 49.5, -1.69419], "size": [2, 6, 0], "pivot": [-1.04655, 15, 2.33581], "rotation": [0, 0, 5], "uv": [23, 57]}, + {"origin": [0.20345, 49.6, -1.69419], "size": [2, 6, 0], "pivot": [1.21537, 53.16425, -1.69419], "rotation": [0, 0, -5], "uv": [39, 13]} + ] + }, + { + "name": "eyebrow1", + "parent": "Fur_head", + "pivot": [-2.5786, 50.26773, -1.69419], + "cubes": [ + {"origin": [-6.64655, 49.5, -1.69419], "size": [2, 1, 0], "pivot": [-1.04655, 15, 2.33581], "rotation": [0, 0, 5], "uv": [23, 62]} + ] + }, + { + "name": "eyebrow", + "parent": "Fur_head", + "pivot": [1.47056, 50.11062, -1.69419], + "cubes": [ + {"origin": [0.20345, 49.6, -1.69419], "size": [2, 1, 0], "pivot": [1.21537, 53.16425, -1.69419], "rotation": [0, 0, -5], "uv": [39, 18]} + ] + }, + { + "name": "furhead2", + "parent": "Fur_head", + "pivot": [-4.54655, 51.5, 1.83581], + "cubes": [ + {"origin": [-4.54655, 52, -1.66419], "size": [0, 4, 7], "pivot": [-4.54655, 52, 1.83581], "rotation": [0, 0, -142.5], "uv": [80, 98]} + ] + }, + { + "name": "furhead3", + "parent": "Fur_head", + "pivot": [-0.54555, 51.5, 5.33581], + "cubes": [ + {"origin": [-4.54655, 52, 5.38581], "size": [8, 3, 0], "pivot": [-0.54555, 52, 5.33581], "rotation": [-130, 0, 0], "uv": [86, 14]} + ] + }, + { + "name": "furhead1", + "parent": "Fur_head", + "pivot": [3.45445, 51.5, 1.83581], + "cubes": [ + {"origin": [3.48345, 52, -1.66419], "size": [0, 4, 7], "pivot": [3.45445, 52, 1.83581], "rotation": [0, 0, 150], "uv": [60, 86]} + ] + }, + { + "name": "headband_left", + "parent": "Fur_head", + "pivot": [-1.521, 50.7984, 4.82277], + "rotation": [-26.26444, 7.26921, 86.04559], + "cubes": [ + {"origin": [-1.59839, 48.8, 4.49859], "size": [0, 3, 6], "uv": [76, 72]} + ] + }, + { + "name": "lband1", + "parent": "headband_left", + "pivot": [-1.59839, 50.46527, 10.58581], + "rotation": [0, 22.5, 0], + "cubes": [ + {"origin": [-1.59839, 48.3, 10.49859], "size": [0, 4, 7], "uv": [82, 90]} + ] + }, + { + "name": "lband2", + "parent": "lband1", + "pivot": [-1.59839, 50.46527, 17.49859], + "rotation": [0, -37.5, 0], + "cubes": [ + {"origin": [-1.59839, 47.8, 17.49859], "size": [0, 5, 4], "uv": [45, 0]} + ] + }, + { + "name": "lband3", + "parent": "lband2", + "pivot": [-1.59839, 50.46527, 21.58581], + "rotation": [0, -35, 0], + "cubes": [ + {"origin": [-1.59839, 47.5, 21.49859], "size": [0, 6, 5], "uv": [51, 72]} + ] + }, + { + "name": "headband_right", + "parent": "Fur_head", + "pivot": [1.4279, 50.7984, 4.82277], + "rotation": [6.15491, 16.41371, -69.11148], + "cubes": [ + {"origin": [1.1265, 49.21421, 4.38152], "size": [0, 3, 6], "uv": [72, 0]} + ] + }, + { + "name": "bandseg1", + "parent": "headband_right", + "pivot": [1.1265, 50.87948, 10.46873], + "rotation": [0, -20, 0], + "cubes": [ + {"origin": [1.1265, 48.71421, 10.38152], "size": [0, 4, 7], "uv": [82, 86]} + ] + }, + { + "name": "bandseg2", + "parent": "bandseg1", + "pivot": [1.1265, 50.87948, 17.38152], + "rotation": [0, -22.5, 0], + "cubes": [ + {"origin": [1.1265, 48.21421, 17.38152], "size": [0, 5, 4], "uv": [0, 0]} + ] + }, + { + "name": "bandseg3", + "parent": "bandseg2", + "pivot": [1.1265, 50.87948, 21.46873], + "rotation": [0, 30, 0], + "cubes": [ + {"origin": [1.1265, 47.71421, 21.38152], "size": [0, 6, 5], "uv": [27, 37]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [0.95345, 11, 4.08581], + "cubes": [ + {"origin": [-3.54655, 49.8, -1.67419], "size": [2, 1, 0], "uv": [0, 38]}, + {"origin": [-3.54655, 48.8, -1.67419], "size": [2, 1, 0], "uv": [0, 38]}, + {"origin": [0.95345, 49.2, -1.67619], "size": [1, 1, 0], "uv": [6, 31]}, + {"origin": [-3.04655, 49.3, -1.68419], "size": [1, 1, 0], "uv": [6, 30]}, + {"origin": [0.45345, 49.8, -1.67419], "size": [2, 1, 0], "uv": [45, 3]}, + {"origin": [0.45345, 48.8, -1.67419], "size": [2, 1, 0], "uv": [45, 3]} + ] + }, + { + "name": "mouth2", + "parent": "head", + "pivot": [-0.04655, 10, -0.91419] + }, + { + "name": "lowjaw", + "parent": "mouth2", + "pivot": [-1.04655, 46, -0.91419], + "cubes": [ + {"origin": [-0.67433, 45.5, -5.29099], "size": [0, 2, 2], "pivot": [-0.67433, 46.5, -4.29099], "rotation": [-47.5, 87.5, 0], "uv": [0, 16]} + ] + }, + { + "name": "jaw_lower2", + "parent": "lowjaw", + "pivot": [-0.6377, 46.22445, -2.71772], + "rotation": [0, 62.5, 0], + "cubes": [ + {"origin": [-4.96448, 45, -4.86059], "size": [5, 2, 3], "uv": [106, 94]}, + {"origin": [-1.96448, 46.5, -4.41419], "size": [1, 1, 0], "pivot": [-1.46448, 46.5, -4.41419], "rotation": [0, 0, 47.5], "uv": [105, 102]}, + {"origin": [-1.96448, 45, -3.86059], "size": [5, 2, 3], "pivot": [1.03552, 46, -0.11059], "rotation": [0, 60, 0], "uv": [106, 89]}, + {"origin": [-0.85465, 45, -2.41419], "size": [1, 1, 0], "pivot": [1.636, 45.5, -1.9186], "rotation": [50.76848, 37.76124, 63.43495], "uv": [106, 102]}, + {"origin": [0.73552, 45, -4.86059], "size": [1, 2, 3], "pivot": [1.03552, 46, -1.11059], "rotation": [0, 25, 0], "uv": [55, 65]} + ] + }, + { + "name": "jaw_upper3", + "parent": "mouth2", + "pivot": [-0.04655, 48, -0.91419], + "rotation": [0, 62.5, 0], + "cubes": [ + {"origin": [-0.44655, 47.5, -3.91419], "size": [2, 2, 5], "pivot": [0.95345, 49.5, -1.16661], "rotation": [-50.28693, -54.23313, 87.37966], "uv": [20, 72]}, + {"origin": [-3.04655, 47, -4.41419], "size": [5, 1, 3], "uv": [37, 110]}, + {"origin": [-1.04655, 47.7, -4.61419], "size": [3, 1, 2], "pivot": [0.45345, 48.5, -2.91419], "rotation": [14.68313, -4.79128, 8.79472], "uv": [84, 60]}, + {"origin": [-0.04655, 46.5, -4.42419], "size": [1, 1, 0], "pivot": [0.45345, 47.5, -4.41419], "rotation": [0, 0, 42.5], "uv": [4, 19]}, + {"origin": [-0.04655, 47, -3.41419], "size": [5, 1, 3], "pivot": [2.95345, 48, 0.33581], "rotation": [0, 60, 0], "uv": [108, 0]}, + {"origin": [-0.52651, 47.9, -1.24239], "size": [3, 1, 2], "pivot": [0.97349, 48.64864, -1.24239], "rotation": [-6.99942, 60.45208, 14.34357], "uv": [76, 81]}, + {"origin": [2.05393, 46.5, -0.47221], "size": [1, 1, 0], "pivot": [2.55393, 47.5, -0.47221], "rotation": [50.76848, 37.76124, 63.43495], "uv": [4, 18]}, + {"origin": [-0.34655, 47, -4.41419], "size": [4, 1, 3], "pivot": [2.95345, 48, -0.66419], "rotation": [0, 25, 0], "uv": [57, 111]}, + {"origin": [-1.17564, 47.8, -3.65398], "size": [4, 1, 3], "pivot": [0.82436, 48.3, -2.15398], "rotation": [7.98205, 23.7695, 19.18246], "uv": [57, 111]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [-0.04655, 27.74473, 5.33619], + "rotation": [7.5, 0, 0], + "cubes": [ + {"origin": [-1.54655, 24, 3.86581], "size": [3, 5, 3], "pivot": [-1.04655, 26.5, 6.36581], "rotation": [-32.5, 0, 0], "uv": [95, 119]}, + {"origin": [-0.54655, 28, 8.86581], "size": [1, 3, 3], "pivot": [-1.04655, 30.5, 6.36581], "rotation": [-65, 0, 0], "uv": [83, 120]}, + {"origin": [-0.04655, 23.2, 7.58581], "size": [0, 2, 4], "pivot": [0.45345, 24.82692, 8.84044], "rotation": [-77.5, 0, 0], "uv": [86, 114]}, + {"origin": [-0.04655, 21.2, 6.58581], "size": [0, 2, 4], "pivot": [0.45345, 24.82692, 7.84044], "rotation": [-77.5, 0, 0], "uv": [71, 120]} + ] + }, + { + "name": "torso_clothes", + "parent": "torso", + "pivot": [2.45345, 19, 0.83581], + "cubes": [ + {"origin": [-5.54655, 27, 5.86581], "size": [11, 5, 0], "uv": [100, 78]}, + {"origin": [-7.04655, 32, -1.19419], "size": [14, 5, 0], "uv": [100, 53]}, + {"origin": [-6.04655, 32, 5.83681], "size": [12, 5, 0], "uv": [97, 45]}, + {"origin": [-8.54655, 35.99, -2.19419], "size": [17, 4, 1], "uv": [72, 0]}, + {"origin": [-6.54655, 36, 4.86581], "size": [13, 4, 2], "inflate": 0.01, "uv": [92, 28]}, + {"origin": [-7.04655, 40, -2.13419], "size": [14, 3, 9], "inflate": 0.01, "uv": [0, 30]}, + {"origin": [-6.54655, 27, -1.19419], "size": [12, 5, 0], "uv": [45, 119]} + ] + }, + { + "name": "ppcloth", + "parent": "torso_clothes", + "pivot": [-0.04655, 27, 2.08581] + }, + { + "name": "front", + "parent": "ppcloth", + "pivot": [-0.04655, 26.375, -1.21419] + }, + { + "name": "frontcloth1", + "parent": "front", + "pivot": [-0.54655, 27, -1.21419], + "cubes": [ + {"origin": [-6.04655, 21, -1.21419], "size": [11, 6, 0], "uv": [15, 115]} + ] + }, + { + "name": "fc2", + "parent": "frontcloth1", + "pivot": [-0.54655, 20.5, -1.21419], + "cubes": [ + {"origin": [-4.04655, 14, -1.21419], "size": [7, 7, 0], "uv": [107, 21]} + ] + }, + { + "name": "fc3", + "parent": "fc2", + "pivot": [-0.54655, 14, -1.21419], + "cubes": [ + {"origin": [-3.04655, 10, -1.21419], "size": [5, 4, 0], "uv": [100, 105]} + ] + }, + { + "name": "fc4", + "parent": "fc3", + "pivot": [-0.54655, 10.25, -1.21419], + "cubes": [ + {"origin": [-2.54655, 6, -1.21419], "size": [4, 4, 0], "uv": [0, 0]}, + {"origin": [-2.54655, 3, -1.21419], "size": [4, 3, 0], "uv": [33, 123]} + ] + }, + { + "name": "back", + "parent": "ppcloth", + "pivot": [-0.04655, 25.875, 5.88581] + }, + { + "name": "bc1", + "parent": "back", + "pivot": [-0.04655, 27, 5.88581], + "cubes": [ + {"origin": [-5.04655, 21, 5.88581], "size": [10, 6, 0], "uv": [40, 104]} + ] + }, + { + "name": "bc2", + "parent": "bc1", + "pivot": [-0.04655, 21, 5.88581], + "cubes": [ + {"origin": [-3.54655, 15, 5.88581], "size": [7, 6, 0], "uv": [0, 111]} + ] + }, + { + "name": "bc3", + "parent": "bc2", + "pivot": [-0.04655, 14.5, 5.88581], + "cubes": [ + {"origin": [-2.54655, 11, 5.88581], "size": [5, 4, 0], "uv": [15, 85]} + ] + }, + { + "name": "bc4", + "parent": "bc3", + "pivot": [-0.04655, 11.5, 5.88581], + "cubes": [ + {"origin": [-2.04655, 6, 5.88581], "size": [4, 5, 0], "uv": [0, 71]}, + {"origin": [-2.04655, 3, 5.88581], "size": [4, 3, 0], "uv": [16, 125]} + ] + }, + { + "name": "arms", + "parent": "torso", + "pivot": [-0.04655, 9, 2.08581] + }, + { + "name": "arm_left", + "parent": "arms", + "pivot": [-8.21322, 41, 2.33581], + "rotation": [0, 0, -45], + "cubes": [ + {"origin": [-11.46076, 39.58579, -2.16419], "size": [7, 5, 9], "inflate": 0.01, "pivot": [-8.96076, 41.58579, 2.33581], "rotation": [0, 0, 12.5], "uv": [0, 57]} + ] + }, + { + "name": "shoulderleft", + "parent": "arm_left", + "pivot": [-9.46076, 40.58579, 2.33581], + "cubes": [ + {"origin": [-14.46076, 37.58579, -1.66419], "size": [6, 6, 8], "uv": [0, 71]} + ] + }, + { + "name": "bicepleft", + "parent": "shoulderleft", + "pivot": [-13.96076, 40.58579, 2.33581], + "rotation": [1.30355, -7.44357, -24.99935], + "cubes": [ + {"origin": [-19.59916, 37.96069, -0.34632], "size": [7, 5, 6], "uv": [40, 93]} + ] + }, + { + "name": "forearmleft", + "parent": "bicepleft", + "pivot": [-20.09916, 40.46069, 2.90368], + "rotation": [0, -12.5, 0], + "cubes": [ + {"origin": [-23.50659, 38.46069, 0.0051], "size": [5, 4, 5], "uv": [0, 102]} + ] + }, + { + "name": "hand_left", + "parent": "forearmleft", + "pivot": [-23.38159, 41.39819, 2.5051], + "rotation": [0, 0, -10], + "cubes": [ + {"origin": [-26.4914, 39.13434, 0.0051], "size": [3, 3, 5], "uv": [23, 58]}, + {"origin": [-26.4914, 41.38434, 0.5051], "size": [2, 1, 1], "uv": [0, 47]}, + {"origin": [-26.4914, 41.38434, 2.0051], "size": [2, 1, 1], "uv": [55, 63]}, + {"origin": [-26.4914, 41.38434, 3.5051], "size": [2, 1, 1], "uv": [0, 76]} + ] + }, + { + "name": "thumb1", + "parent": "hand_left", + "pivot": [-23.9914, 41.63434, 0.5051], + "rotation": [35, 0, 0], + "cubes": [ + {"origin": [-24.4914, 41.13434, -0.9949], "size": [1, 1, 1], "uv": [5, 37]} + ] + }, + { + "name": "thunmbseg", + "parent": "thumb1", + "pivot": [-23.9914, 41.63434, -0.9949], + "rotation": [27.5, 0, 0], + "cubes": [ + {"origin": [-24.4914, 41.13434, -2.9949], "size": [1, 1, 2], "uv": [73, 46]} + ] + }, + { + "name": "fingers", + "parent": "hand_left", + "pivot": [-26.4914, 41.63434, 2.5051], + "rotation": [0, 0, -20], + "cubes": [ + {"origin": [-28.4914, 41.13434, 0.0051], "size": [2, 1, 5], "uv": [75, 109]} + ] + }, + { + "name": "fingerseg", + "parent": "fingers", + "pivot": [-28.9914, 41.63434, 2.5051], + "rotation": [0, 0, -27.5], + "cubes": [ + {"origin": [-31.4914, 41.13434, 0.0051], "size": [3, 1, 5], "uv": [105, 105]} + ] + }, + { + "name": "arm_right", + "parent": "arms", + "pivot": [6.95345, 41.125, 2.33581], + "rotation": [0, 0, 40], + "cubes": [ + {"origin": [3.00507, 40.1107, -2.16419], "size": [7, 5, 9], "inflate": 0.01, "pivot": [7.50507, 43.6107, 2.33581], "rotation": [0, 0, -12.5], "uv": [61, 54]} + ] + }, + { + "name": "shoulderright", + "parent": "arm_right", + "pivot": [8.00507, 41.1107, 2.33581], + "cubes": [ + {"origin": [8.00507, 38.1107, -1.66419], "size": [6, 6, 8], "uv": [72, 29]} + ] + }, + { + "name": "bicepright", + "parent": "shoulderright", + "pivot": [12.50507, 40.3607, 2.33581], + "rotation": [0.0467, -0.99889, 24.76783], + "cubes": [ + {"origin": [11.82082, 38.69861, -0.94517], "size": [7, 5, 6], "uv": [93, 60]} + ] + }, + { + "name": "forearmright", + "parent": "bicepright", + "pivot": [18.32082, 41.19861, 2.30483], + "rotation": [0, 12.5, 12.5], + "cubes": [ + {"origin": [17.84987, 39.06437, -0.32623], "size": [5, 4, 5], "uv": [20, 104]} + ] + }, + { + "name": "hand_right", + "parent": "forearmright", + "pivot": [23.14987, 42.01437, 2.17377], + "cubes": [ + {"origin": [23.84987, 41.81437, 0.17377], "size": [2, 1, 1], "uv": [86, 12]}, + {"origin": [23.84987, 41.81437, 1.67377], "size": [2, 1, 1], "uv": [28, 81]}, + {"origin": [23.84987, 41.81437, 3.17377], "size": [2, 1, 1], "uv": [28, 79]}, + {"origin": [22.84987, 39.56437, -0.32623], "size": [3, 3, 5], "uv": [89, 105]} + ] + }, + { + "name": "thumbright", + "parent": "hand_right", + "pivot": [23.34987, 42.06437, 0.17377], + "rotation": [10, -15, 0], + "cubes": [ + {"origin": [22.84987, 41.56437, -1.32623], "size": [1, 1, 1], "uv": [42, 18]} + ] + }, + { + "name": "thungbmbrseg2", + "parent": "thumbright", + "pivot": [23.34987, 42.06437, -1.32623], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [22.84987, 41.56437, -3.32623], "size": [1, 1, 2], "uv": [74, 26]} + ] + }, + { + "name": "fingers_right", + "parent": "hand_right", + "pivot": [25.84987, 42.06437, 2.17377], + "rotation": [0, 0, 17.5], + "cubes": [ + {"origin": [25.84987, 41.56437, -0.32623], "size": [2, 1, 5], "uv": [48, 110]} + ] + }, + { + "name": "fingerrseg2", + "parent": "fingers_right", + "pivot": [28.34987, 42.06437, 2.17377], + "rotation": [0, 0, 20], + "cubes": [ + {"origin": [27.84987, 41.56437, -0.32623], "size": [3, 1, 5], "uv": [106, 83]} + ] + }, + { + "name": "legs", + "parent": "mainthing", + "pivot": [-0.04655, 9, 2.08581] + }, + { + "name": "leg_left", + "parent": "legs", + "pivot": [-6.98405, 23.625, 2.27331], + "rotation": [0, 0, 12.5], + "cubes": [ + {"origin": [-11.79655, 18, -1.16419], "size": [10, 9, 7], "uv": [39, 37]}, + {"origin": [-10.79655, 27, -0.16419], "size": [8, 2, 5], "uv": [94, 71]}, + {"origin": [-10.79655, 15, -1.16419], "size": [8, 3, 7], "uv": [73, 43]} + ] + }, + { + "name": "leghairsLeft", + "parent": "leg_left", + "pivot": [-1.04655, 12, 2.08581] + }, + { + "name": "fur1", + "parent": "leghairsLeft", + "pivot": [-6.79655, 18, -0.66419], + "cubes": [ + {"origin": [-11.54655, 18.5, -9.29817], "size": [9, 0, 10], "pivot": [-6.79655, 18, -0.66419], "rotation": [60, 0, 0], "uv": [24, 53]} + ] + }, + { + "name": "fyur2", + "parent": "leghairsLeft", + "pivot": [-10.77142, 18.11091, 2.33581], + "cubes": [ + {"origin": [-20.00187, 18.26943, -1.16419], "size": [11, 0, 7], "pivot": [-10.77142, 18.11091, 2.33581], "rotation": [0, 0, -67.5], "uv": [57, 10]} + ] + }, + { + "name": "fyur3", + "parent": "leghairsLeft", + "pivot": [-1.77142, 19.11091, 2.33581], + "rotation": [0, 0, 52.5], + "cubes": [ + {"origin": [-9.36931, 19.2955, -1.16419], "size": [8, 0, 7], "pivot": [-2.36931, 19.2955, 2.33581], "rotation": [0, 180, 0], "uv": [79, 5]} + ] + }, + { + "name": "fur3", + "parent": "leghairsLeft", + "pivot": [-7.04655, 18.01118, 5.36874] + }, + { + "name": "lknee", + "parent": "leg_left", + "pivot": [-6.92155, 15.75, 2.33581], + "rotation": [0, 0, -12.5], + "cubes": [ + {"origin": [-9.29655, 9, -0.81419], "size": [6, 9, 6], "uv": [58, 78]}, + {"origin": [-9.04655, 2, 0.08581], "size": [5, 12, 5], "uv": [0, 85]} + ] + }, + { + "name": "leftfoot", + "parent": "lknee", + "pivot": [-6.04655, 2, 3.08581], + "cubes": [ + {"origin": [-9.54655, 0, -1.66419], "size": [6, 2, 7], "uv": [95, 5]}, + {"origin": [-6.79655, 0, -5.66419], "size": [0, 2, 4], "uv": [54, 6]}, + {"origin": [-8.79655, 0, -5.66419], "size": [0, 2, 4], "uv": [54, 6]}, + {"origin": [-4.79655, 0, -5.66419], "size": [0, 2, 4], "uv": [54, 6]}, + {"origin": [-5.29655, 2, -1.66419], "size": [1, 1, 2], "uv": [45, 0]}, + {"origin": [-7.29655, 2, -1.66419], "size": [1, 1, 2], "uv": [0, 63]}, + {"origin": [-9.29655, 2, -1.66419], "size": [1, 1, 2], "uv": [32, 66]} + ] + }, + { + "name": "leg_right", + "parent": "legs", + "pivot": [4.66178, 23.75, 2.37747], + "rotation": [0, 0, -12.5], + "cubes": [ + {"origin": [1.70345, 18, -1.16419], "size": [10, 8, 7], "uv": [0, 42]}, + {"origin": [2.70345, 26, -0.16419], "size": [8, 2, 5], "uv": [100, 14]}, + {"origin": [2.70345, 15, -1.16419], "size": [8, 3, 7], "uv": [28, 77]} + ] + }, + { + "name": "leghairsright", + "parent": "leg_right", + "pivot": [-0.04655, 12, 2.08581] + }, + { + "name": "fur2", + "parent": "leghairsright", + "pivot": [6.70345, 18, -0.66419], + "cubes": [ + {"origin": [2.45345, 19.10208, -9.60857], "size": [9, 0, 10], "pivot": [6.95345, 18.61994, -0.49048], "rotation": [65, 0, 0], "uv": [42, 53]} + ] + }, + { + "name": "fur4", + "parent": "leghairsright", + "pivot": [11.5212, 17.95984, 2.33581], + "cubes": [ + {"origin": [9.67134, 18.57375, -1.16419], "size": [10, 0, 7], "pivot": [10.5212, 17.95984, 2.33581], "rotation": [0, 0, 67.5], "uv": [58, 17]} + ] + }, + { + "name": "fur6", + "parent": "leghairsright", + "pivot": [2.37105, 19.57375, 2.33581], + "rotation": [0, 0, -47.5], + "cubes": [ + {"origin": [-0.00425, 19.31102, -1.16419], "size": [8, 0, 7], "pivot": [0.84561, 18.69712, 2.33581], "rotation": [0, 180, 0], "uv": [77, 53]} + ] + }, + { + "name": "fur5", + "parent": "leghairsright", + "pivot": [6.45345, 17.66281, 5.7572] + }, + { + "name": "rknee", + "parent": "leg_right", + "pivot": [6.82845, 15.75, 2.33581], + "rotation": [0, 0, 12.5], + "cubes": [ + {"origin": [3.20345, 9, -0.81419], "size": [6, 9, 6], "uv": [82, 78]}, + {"origin": [3.95345, 2, 0.08581], "size": [5, 12, 5], "uv": [20, 87]} + ] + }, + { + "name": "feetis", + "parent": "rknee", + "pivot": [6.66773, 1.64286, 2.40723], + "cubes": [ + {"origin": [4.70345, 0, -5.66419], "size": [0, 2, 4], "uv": [0, 55]}, + {"origin": [3.45345, 0, -1.66419], "size": [6, 2, 7], "uv": [96, 36]}, + {"origin": [8.20345, 2, -1.66419], "size": [1, 1, 2], "uv": [73, 43]}, + {"origin": [6.20345, 2, -1.66419], "size": [1, 1, 2], "uv": [66, 40]}, + {"origin": [4.20345, 2, -1.66419], "size": [1, 1, 2], "uv": [66, 37]}, + {"origin": [6.70345, 0, -5.66419], "size": [0, 2, 4], "uv": [54, 6]}, + {"origin": [8.70345, 0, -5.66419], "size": [0, 2, 4], "uv": [54, 6]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/urshifurs/urshifurs.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/urshifurs/urshifurs.geo.json new file mode 100644 index 0000000..8fd9416 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/urshifurs/urshifurs.geo.json @@ -0,0 +1,691 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 5, + "visible_bounds_height": 6, + "visible_bounds_offset": [0, 2, 0] + }, + "bones": [ + { + "name": "urshifu", + "pivot": [0, 0, 0] + }, + { + "name": "mainthing", + "parent": "urshifu", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "mainthing", + "pivot": [-0.04655, 24.5, 2.33581], + "cubes": [ + {"origin": [-9.04655, 36, -2.16419], "size": [18, 4, 9], "uv": [0, 0]}, + {"origin": [-7.04655, 25, -0.66419], "size": [14, 7, 6], "inflate": 0.01, "uv": [40, 24]}, + {"origin": [-4.04655, 23, 0.33581], "size": [8, 5, 4], "inflate": 0.01, "uv": [45, 26]}, + {"origin": [-8.04655, 32, -1.16419], "size": [16, 10, 7], "uv": [0, 13]} + ] + }, + { + "name": "whiteneck", + "parent": "torso", + "pivot": [-0.04655, 42.75769, 3.1223], + "cubes": [ + {"origin": [2.95345, 43.5, 10.55581], "size": [4, 4, 8], "pivot": [11.95345, 19.5, 12.58581], "rotation": [27.5, 0, 0], "uv": [90, 93]}, + {"origin": [-7.04655, 43.5, 10.55581], "size": [4, 4, 8], "pivot": [-12.04655, 19.5, 12.58581], "rotation": [27.5, 0, 0], "uv": [66, 93]}, + {"origin": [-6.04655, 41.25, 2.80581], "size": [12, 6, 4], "inflate": 0.01, "pivot": [-0.04655, 43.75, 4.30581], "rotation": [10, 0, 0], "uv": [62, 68]} + ] + }, + { + "name": "neck", + "parent": "whiteneck", + "pivot": [-0.54655, 43, 2.58581], + "cubes": [ + {"origin": [-4.04655, 41, -0.91419], "size": [7, 4, 6], "uv": [80, 18]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [-0.54655, 44.5, 1.83581], + "cubes": [ + {"origin": [-4.54655, 44.999, -1.66419], "size": [8, 7, 7], "uv": [32, 63]} + ] + }, + { + "name": "hair", + "parent": "head", + "pivot": [-0.54655, 52, 3.33581] + }, + { + "name": "ear1", + "parent": "hair", + "pivot": [-2.95613, 51.28679, 2.33581], + "cubes": [ + {"origin": [-3.54655, 50, 0.83581], "size": [0, 5, 3], "pivot": [-3.54655, 52, 2.33581], "rotation": [0, 0, -55], "uv": [0, 39]} + ] + }, + { + "name": "ear2", + "parent": "hair", + "pivot": [1.86302, 51.28679, 2.33581], + "cubes": [ + {"origin": [1.45345, 50, 0.83581], "size": [0, 5, 3], "pivot": [1.45345, 52, 2.33581], "rotation": [0, 0, 55], "uv": [0, 10]} + ] + }, + { + "name": "bone", + "parent": "hair", + "pivot": [-0.54655, 52, 2.33581], + "cubes": [ + {"origin": [-0.54655, 50, 0.83581], "size": [0, 8, 3], "pivot": [-0.54655, 52, 2.33581], "rotation": [-55, 0, 0], "uv": [0, 27]} + ] + }, + { + "name": "Fur_head", + "parent": "head", + "pivot": [-3.04655, 16.5, 4.08581], + "cubes": [ + {"origin": [-6.64655, 49.5, -1.69419], "size": [2, 6, 0], "pivot": [-1.04655, 15, 2.33581], "rotation": [0, 0, 5], "uv": [23, 57]}, + {"origin": [0.20345, 49.6, -1.69419], "size": [2, 6, 0], "pivot": [1.21537, 53.16425, -1.69419], "rotation": [0, 0, -5], "uv": [39, 13]} + ] + }, + { + "name": "eyebrow1", + "parent": "Fur_head", + "pivot": [-2.5786, 50.26773, -1.69419], + "cubes": [ + {"origin": [-6.64655, 49.5, -1.69419], "size": [2, 1, 0], "pivot": [-1.04655, 15, 2.33581], "rotation": [0, 0, 5], "uv": [23, 62]} + ] + }, + { + "name": "eyebrow", + "parent": "Fur_head", + "pivot": [1.47056, 50.11062, -1.69419], + "cubes": [ + {"origin": [0.20345, 49.6, -1.69419], "size": [2, 1, 0], "pivot": [1.21537, 53.16425, -1.69419], "rotation": [0, 0, -5], "uv": [39, 18]} + ] + }, + { + "name": "furhead2", + "parent": "Fur_head", + "pivot": [-4.54655, 51.5, 1.83581], + "cubes": [ + {"origin": [-4.54655, 52, -1.66419], "size": [0, 4, 7], "pivot": [-4.54655, 52, 1.83581], "rotation": [0, 0, -142.5], "uv": [80, 98]} + ] + }, + { + "name": "furhead3", + "parent": "Fur_head", + "pivot": [-0.54555, 51.5, 5.33581], + "cubes": [ + {"origin": [-4.54655, 52, 5.38581], "size": [8, 3, 0], "pivot": [-0.54555, 52, 5.33581], "rotation": [-130, 0, 0], "uv": [86, 14]} + ] + }, + { + "name": "furhead1", + "parent": "Fur_head", + "pivot": [3.45445, 51.5, 1.83581], + "cubes": [ + {"origin": [3.48345, 52, -1.66419], "size": [0, 4, 7], "pivot": [3.45445, 52, 1.83581], "rotation": [0, 0, 150], "uv": [60, 86]} + ] + }, + { + "name": "headband_left", + "parent": "Fur_head", + "pivot": [-1.521, 50.7984, 4.82277], + "rotation": [-26.26444, 7.26921, 86.04559], + "cubes": [ + {"origin": [-1.59839, 48.8, 4.49859], "size": [0, 3, 6], "uv": [76, 72]} + ] + }, + { + "name": "lband1", + "parent": "headband_left", + "pivot": [-1.59839, 50.46527, 10.58581], + "rotation": [0, 22.5, 0], + "cubes": [ + {"origin": [-1.59839, 48.3, 10.49859], "size": [0, 4, 7], "uv": [82, 90]} + ] + }, + { + "name": "lband2", + "parent": "lband1", + "pivot": [-1.59839, 50.46527, 17.49859], + "rotation": [0, -37.5, 0], + "cubes": [ + {"origin": [-1.59839, 47.8, 17.49859], "size": [0, 5, 4], "uv": [45, 0]} + ] + }, + { + "name": "lband3", + "parent": "lband2", + "pivot": [-1.59839, 50.46527, 21.58581], + "rotation": [0, -35, 0], + "cubes": [ + {"origin": [-1.59839, 47.5, 21.49859], "size": [0, 6, 5], "uv": [51, 72]} + ] + }, + { + "name": "headband_right", + "parent": "Fur_head", + "pivot": [1.4279, 50.7984, 4.82277], + "rotation": [6.15491, 16.41371, -69.11148], + "cubes": [ + {"origin": [1.1265, 49.21421, 4.38152], "size": [0, 3, 6], "uv": [72, 0]} + ] + }, + { + "name": "bandseg1", + "parent": "headband_right", + "pivot": [1.1265, 50.87948, 10.46873], + "rotation": [0, -20, 0], + "cubes": [ + {"origin": [1.1265, 48.71421, 10.38152], "size": [0, 4, 7], "uv": [82, 86]} + ] + }, + { + "name": "bandseg2", + "parent": "bandseg1", + "pivot": [1.1265, 50.87948, 17.38152], + "rotation": [0, -22.5, 0], + "cubes": [ + {"origin": [1.1265, 48.21421, 17.38152], "size": [0, 5, 4], "uv": [0, 0]} + ] + }, + { + "name": "bandseg3", + "parent": "bandseg2", + "pivot": [1.1265, 50.87948, 21.46873], + "rotation": [0, 30, 0], + "cubes": [ + {"origin": [1.1265, 47.71421, 21.38152], "size": [0, 6, 5], "uv": [27, 37]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [0.95345, 11, 4.08581], + "cubes": [ + {"origin": [-3.54655, 49.8, -1.67419], "size": [2, 1, 0], "uv": [0, 38]}, + {"origin": [-3.54655, 48.8, -1.67419], "size": [2, 1, 0], "uv": [0, 38]}, + {"origin": [0.95345, 49.2, -1.67619], "size": [1, 1, 0], "uv": [6, 31]}, + {"origin": [-3.04655, 49.3, -1.68419], "size": [1, 1, 0], "uv": [6, 30]}, + {"origin": [0.45345, 49.8, -1.67419], "size": [2, 1, 0], "uv": [45, 3]}, + {"origin": [0.45345, 48.8, -1.67419], "size": [2, 1, 0], "uv": [45, 3]} + ] + }, + { + "name": "mouth2", + "parent": "head", + "pivot": [-0.04655, 10, -0.91419] + }, + { + "name": "lowjaw", + "parent": "mouth2", + "pivot": [-1.04655, 46, -0.91419], + "cubes": [ + {"origin": [-0.67433, 45.5, -5.29099], "size": [0, 2, 2], "pivot": [-0.67433, 46.5, -4.29099], "rotation": [-47.5, 87.5, 0], "uv": [0, 16]} + ] + }, + { + "name": "jaw_lower2", + "parent": "lowjaw", + "pivot": [-0.6377, 46.22445, -2.71772], + "rotation": [0, 62.5, 0], + "cubes": [ + {"origin": [-4.96448, 45, -4.86059], "size": [5, 2, 3], "uv": [106, 94]}, + {"origin": [-1.96448, 46.5, -4.41419], "size": [1, 1, 0], "pivot": [-1.46448, 46.5, -4.41419], "rotation": [0, 0, 47.5], "uv": [105, 102]}, + {"origin": [-1.96448, 45, -3.86059], "size": [5, 2, 3], "pivot": [1.03552, 46, -0.11059], "rotation": [0, 60, 0], "uv": [106, 89]}, + {"origin": [-0.85465, 45, -2.41419], "size": [1, 1, 0], "pivot": [1.636, 45.5, -1.9186], "rotation": [50.76848, 37.76124, 63.43495], "uv": [106, 102]}, + {"origin": [0.73552, 45, -4.86059], "size": [1, 2, 3], "pivot": [1.03552, 46, -1.11059], "rotation": [0, 25, 0], "uv": [55, 65]} + ] + }, + { + "name": "jaw_upper3", + "parent": "mouth2", + "pivot": [-0.04655, 48, -0.91419], + "rotation": [0, 62.5, 0], + "cubes": [ + {"origin": [-0.44655, 47.5, -3.91419], "size": [2, 2, 5], "pivot": [0.95345, 49.5, -1.16661], "rotation": [-50.28693, -54.23313, 87.37966], "uv": [20, 72]}, + {"origin": [-3.04655, 47, -4.41419], "size": [5, 1, 3], "uv": [37, 110]}, + {"origin": [-1.04655, 47.7, -4.61419], "size": [3, 1, 2], "pivot": [0.45345, 48.5, -2.91419], "rotation": [14.68313, -4.79128, 8.79472], "uv": [84, 60]}, + {"origin": [-0.04655, 46.5, -4.42419], "size": [1, 1, 0], "pivot": [0.45345, 47.5, -4.41419], "rotation": [0, 0, 42.5], "uv": [4, 19]}, + {"origin": [-0.04655, 47, -3.41419], "size": [5, 1, 3], "pivot": [2.95345, 48, 0.33581], "rotation": [0, 60, 0], "uv": [108, 0]}, + {"origin": [-0.52651, 47.9, -1.24239], "size": [3, 1, 2], "pivot": [0.97349, 48.64864, -1.24239], "rotation": [-6.99942, 60.45208, 14.34357], "uv": [76, 81]}, + {"origin": [2.05393, 46.5, -0.47221], "size": [1, 1, 0], "pivot": [2.55393, 47.5, -0.47221], "rotation": [50.76848, 37.76124, 63.43495], "uv": [4, 18]}, + {"origin": [-0.34655, 47, -4.41419], "size": [4, 1, 3], "pivot": [2.95345, 48, -0.66419], "rotation": [0, 25, 0], "uv": [57, 111]}, + {"origin": [-1.17564, 47.8, -3.65398], "size": [4, 1, 3], "pivot": [0.82436, 48.3, -2.15398], "rotation": [7.98205, 23.7695, 19.18246], "uv": [57, 111]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [-0.04655, 27.74473, 5.33619], + "rotation": [7.5, 0, 0], + "cubes": [ + {"origin": [-1.54655, 24, 3.86581], "size": [3, 5, 3], "pivot": [-1.04655, 26.5, 6.36581], "rotation": [-32.5, 0, 0], "uv": [95, 119]}, + {"origin": [-0.54655, 28, 8.86581], "size": [1, 3, 3], "pivot": [-1.04655, 30.5, 6.36581], "rotation": [-65, 0, 0], "uv": [83, 120]}, + {"origin": [-0.04655, 23.2, 7.58581], "size": [0, 2, 4], "pivot": [0.45345, 24.82692, 8.84044], "rotation": [-77.5, 0, 0], "uv": [86, 114]}, + {"origin": [-0.04655, 21.2, 6.58581], "size": [0, 2, 4], "pivot": [0.45345, 24.82692, 7.84044], "rotation": [-77.5, 0, 0], "uv": [71, 120]} + ] + }, + { + "name": "torso_clothes", + "parent": "torso", + "pivot": [2.45345, 19, 0.83581], + "cubes": [ + {"origin": [-5.54655, 27, 5.86581], "size": [11, 5, 0], "uv": [100, 78]}, + {"origin": [-7.04655, 32, -1.19419], "size": [14, 5, 0], "uv": [100, 53]}, + {"origin": [-6.04655, 32, 5.83681], "size": [12, 5, 0], "uv": [97, 45]}, + {"origin": [-8.54655, 35.99, -2.19419], "size": [17, 4, 1], "uv": [72, 0]}, + {"origin": [-6.54655, 36, 4.86581], "size": [13, 4, 2], "inflate": 0.01, "uv": [92, 28]}, + {"origin": [-7.04655, 40, -2.13419], "size": [14, 3, 9], "inflate": 0.01, "uv": [0, 30]}, + {"origin": [-6.54655, 27, -1.19419], "size": [12, 5, 0], "uv": [45, 119]} + ] + }, + { + "name": "ppcloth", + "parent": "torso_clothes", + "pivot": [-0.04655, 27, 2.08581] + }, + { + "name": "front", + "parent": "ppcloth", + "pivot": [-0.04655, 26.375, -1.21419] + }, + { + "name": "frontcloth1", + "parent": "front", + "pivot": [-0.54655, 27, -1.21419], + "cubes": [ + {"origin": [-6.04655, 21, -1.21419], "size": [11, 6, 0], "uv": [15, 115]} + ] + }, + { + "name": "fc2", + "parent": "frontcloth1", + "pivot": [-0.54655, 20.5, -1.21419], + "cubes": [ + {"origin": [-4.04655, 14, -1.21419], "size": [7, 7, 0], "uv": [107, 21]} + ] + }, + { + "name": "fc3", + "parent": "fc2", + "pivot": [-0.54655, 14, -1.21419], + "cubes": [ + {"origin": [-3.04655, 10, -1.21419], "size": [5, 4, 0], "uv": [100, 105]} + ] + }, + { + "name": "fc4", + "parent": "fc3", + "pivot": [-0.54655, 10.25, -1.21419], + "cubes": [ + {"origin": [-2.54655, 6, -1.21419], "size": [4, 4, 0], "uv": [0, 0]}, + {"origin": [-2.54655, 3, -1.21419], "size": [4, 3, 0], "uv": [33, 123]} + ] + }, + { + "name": "back", + "parent": "ppcloth", + "pivot": [-0.04655, 25.875, 5.88581] + }, + { + "name": "bc1", + "parent": "back", + "pivot": [-0.04655, 27, 5.88581], + "cubes": [ + {"origin": [-5.04655, 21, 5.88581], "size": [10, 6, 0], "uv": [40, 104]} + ] + }, + { + "name": "bc2", + "parent": "bc1", + "pivot": [-0.04655, 21, 5.88581], + "cubes": [ + {"origin": [-3.54655, 15, 5.88581], "size": [7, 6, 0], "uv": [0, 111]} + ] + }, + { + "name": "bc3", + "parent": "bc2", + "pivot": [-0.04655, 14.5, 5.88581], + "cubes": [ + {"origin": [-2.54655, 11, 5.88581], "size": [5, 4, 0], "uv": [15, 85]} + ] + }, + { + "name": "bc4", + "parent": "bc3", + "pivot": [-0.04655, 11.5, 5.88581], + "cubes": [ + {"origin": [-2.04655, 6, 5.88581], "size": [4, 5, 0], "uv": [0, 71]}, + {"origin": [-2.04655, 3, 5.88581], "size": [4, 3, 0], "uv": [16, 125]} + ] + }, + { + "name": "arms", + "parent": "torso", + "pivot": [-0.04655, 9, 2.08581] + }, + { + "name": "arm_left", + "parent": "arms", + "pivot": [-8.21322, 41, 2.33581], + "rotation": [0, 0, -45], + "cubes": [ + {"origin": [-11.46076, 39.58579, -2.16419], "size": [7, 5, 9], "inflate": 0.01, "pivot": [-8.96076, 41.58579, 2.33581], "rotation": [0, 0, 12.5], "uv": [0, 57]} + ] + }, + { + "name": "shoulderleft", + "parent": "arm_left", + "pivot": [-9.46076, 40.58579, 2.33581], + "cubes": [ + {"origin": [-14.46076, 37.58579, -1.66419], "size": [6, 6, 8], "uv": [0, 71]} + ] + }, + { + "name": "bicepleft", + "parent": "shoulderleft", + "pivot": [-13.96076, 40.58579, 2.33581], + "rotation": [1.30355, -7.44357, -24.99935], + "cubes": [ + {"origin": [-19.59916, 37.96069, -0.34632], "size": [7, 5, 6], "uv": [40, 93]} + ] + }, + { + "name": "forearmleft", + "parent": "bicepleft", + "pivot": [-20.09916, 40.46069, 2.90368], + "rotation": [0, -12.5, 0], + "cubes": [ + {"origin": [-23.50659, 38.46069, 0.0051], "size": [5, 4, 5], "uv": [0, 102]} + ] + }, + { + "name": "hand_left", + "parent": "forearmleft", + "pivot": [-23.38159, 41.39819, 2.5051], + "rotation": [0, 0, -10], + "cubes": [ + {"origin": [-26.4914, 39.13434, 0.0051], "size": [3, 3, 5], "uv": [23, 58]}, + {"origin": [-26.4914, 41.38434, 0.5051], "size": [2, 1, 1], "uv": [0, 47]}, + {"origin": [-26.4914, 41.38434, 2.0051], "size": [2, 1, 1], "uv": [55, 63]}, + {"origin": [-26.4914, 41.38434, 3.5051], "size": [2, 1, 1], "uv": [0, 76]} + ] + }, + { + "name": "thumb1", + "parent": "hand_left", + "pivot": [-23.9914, 41.63434, 0.5051], + "rotation": [35, 0, 0], + "cubes": [ + {"origin": [-24.4914, 41.13434, -0.9949], "size": [1, 1, 1], "uv": [5, 37]} + ] + }, + { + "name": "thunmbseg", + "parent": "thumb1", + "pivot": [-23.9914, 41.63434, -0.9949], + "rotation": [27.5, 0, 0], + "cubes": [ + {"origin": [-24.4914, 41.13434, -2.9949], "size": [1, 1, 2], "uv": [73, 46]} + ] + }, + { + "name": "fingers", + "parent": "hand_left", + "pivot": [-26.4914, 41.63434, 2.5051], + "rotation": [0, 0, -20], + "cubes": [ + {"origin": [-28.4914, 41.13434, 0.0051], "size": [2, 1, 5], "uv": [75, 109]} + ] + }, + { + "name": "fingerseg", + "parent": "fingers", + "pivot": [-28.9914, 41.63434, 2.5051], + "rotation": [0, 0, -27.5], + "cubes": [ + {"origin": [-31.4914, 41.13434, 0.0051], "size": [3, 1, 5], "uv": [105, 105]} + ] + }, + { + "name": "arm_right", + "parent": "arms", + "pivot": [6.95345, 41.125, 2.33581], + "rotation": [0, 0, 40], + "cubes": [ + {"origin": [3.00507, 40.1107, -2.16419], "size": [7, 5, 9], "inflate": 0.01, "pivot": [7.50507, 43.6107, 2.33581], "rotation": [0, 0, -12.5], "uv": [61, 54]} + ] + }, + { + "name": "shoulderright", + "parent": "arm_right", + "pivot": [8.00507, 41.1107, 2.33581], + "cubes": [ + {"origin": [8.00507, 38.1107, -1.66419], "size": [6, 6, 8], "uv": [72, 29]} + ] + }, + { + "name": "bicepright", + "parent": "shoulderright", + "pivot": [12.50507, 40.3607, 2.33581], + "rotation": [0.0467, -0.99889, 24.76783], + "cubes": [ + {"origin": [11.82082, 38.69861, -0.94517], "size": [7, 5, 6], "uv": [93, 60]} + ] + }, + { + "name": "forearmright", + "parent": "bicepright", + "pivot": [18.32082, 41.19861, 2.30483], + "rotation": [0, 12.5, 12.5], + "cubes": [ + {"origin": [17.84987, 39.06437, -0.32623], "size": [5, 4, 5], "uv": [20, 104]} + ] + }, + { + "name": "hand_right", + "parent": "forearmright", + "pivot": [23.14987, 42.01437, 2.17377], + "cubes": [ + {"origin": [23.84987, 41.81437, 0.17377], "size": [2, 1, 1], "uv": [86, 12]}, + {"origin": [23.84987, 41.81437, 1.67377], "size": [2, 1, 1], "uv": [28, 81]}, + {"origin": [23.84987, 41.81437, 3.17377], "size": [2, 1, 1], "uv": [28, 79]}, + {"origin": [22.84987, 39.56437, -0.32623], "size": [3, 3, 5], "uv": [89, 105]} + ] + }, + { + "name": "thumbright", + "parent": "hand_right", + "pivot": [23.34987, 42.06437, 0.17377], + "rotation": [10, -15, 0], + "cubes": [ + {"origin": [22.84987, 41.56437, -1.32623], "size": [1, 1, 1], "uv": [42, 18]} + ] + }, + { + "name": "thungbmbrseg2", + "parent": "thumbright", + "pivot": [23.34987, 42.06437, -1.32623], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [22.84987, 41.56437, -3.32623], "size": [1, 1, 2], "uv": [74, 26]} + ] + }, + { + "name": "fingers_right", + "parent": "hand_right", + "pivot": [25.84987, 42.06437, 2.17377], + "rotation": [0, 0, 17.5], + "cubes": [ + {"origin": [25.84987, 41.56437, -0.32623], "size": [2, 1, 5], "uv": [48, 110]} + ] + }, + { + "name": "fingerrseg2", + "parent": "fingers_right", + "pivot": [28.34987, 42.06437, 2.17377], + "rotation": [0, 0, 20], + "cubes": [ + {"origin": [27.84987, 41.56437, -0.32623], "size": [3, 1, 5], "uv": [106, 83]} + ] + }, + { + "name": "legs", + "parent": "mainthing", + "pivot": [-0.04655, 9, 2.08581] + }, + { + "name": "leg_left", + "parent": "legs", + "pivot": [-6.98405, 23.625, 2.27331], + "rotation": [0, 0, 12.5], + "cubes": [ + {"origin": [-11.79655, 18, -1.16419], "size": [10, 9, 7], "uv": [39, 37]}, + {"origin": [-10.79655, 27, -0.16419], "size": [8, 2, 5], "uv": [94, 71]}, + {"origin": [-10.79655, 15, -1.16419], "size": [8, 3, 7], "uv": [73, 43]} + ] + }, + { + "name": "leghairsLeft", + "parent": "leg_left", + "pivot": [-1.04655, 12, 2.08581] + }, + { + "name": "fur1", + "parent": "leghairsLeft", + "pivot": [-6.79655, 18, -0.66419], + "cubes": [ + {"origin": [-11.54655, 18.5, -9.29817], "size": [9, 0, 10], "pivot": [-6.79655, 18, -0.66419], "rotation": [60, 0, 0], "uv": [24, 53]} + ] + }, + { + "name": "fyur2", + "parent": "leghairsLeft", + "pivot": [-10.77142, 18.11091, 2.33581], + "cubes": [ + {"origin": [-20.00187, 18.26943, -1.16419], "size": [11, 0, 7], "pivot": [-10.77142, 18.11091, 2.33581], "rotation": [0, 0, -67.5], "uv": [57, 10]} + ] + }, + { + "name": "fyur3", + "parent": "leghairsLeft", + "pivot": [-1.77142, 19.11091, 2.33581], + "rotation": [0, 0, 52.5], + "cubes": [ + {"origin": [-9.36931, 19.2955, -1.16419], "size": [8, 0, 7], "pivot": [-2.36931, 19.2955, 2.33581], "rotation": [0, 180, 0], "uv": [79, 5]} + ] + }, + { + "name": "fur3", + "parent": "leghairsLeft", + "pivot": [-7.04655, 18.01118, 5.36874] + }, + { + "name": "lknee", + "parent": "leg_left", + "pivot": [-6.92155, 15.75, 2.33581], + "rotation": [0, 0, -12.5], + "cubes": [ + {"origin": [-9.29655, 9, -0.81419], "size": [6, 9, 6], "uv": [58, 78]}, + {"origin": [-9.04655, 2, 0.08581], "size": [5, 12, 5], "uv": [0, 85]} + ] + }, + { + "name": "leftfoot", + "parent": "lknee", + "pivot": [-6.04655, 2, 3.08581], + "cubes": [ + {"origin": [-9.54655, 0, -1.66419], "size": [6, 2, 7], "uv": [95, 5]}, + {"origin": [-6.79655, 0, -5.66419], "size": [0, 2, 4], "uv": [54, 6]}, + {"origin": [-8.79655, 0, -5.66419], "size": [0, 2, 4], "uv": [54, 6]}, + {"origin": [-4.79655, 0, -5.66419], "size": [0, 2, 4], "uv": [54, 6]}, + {"origin": [-5.29655, 2, -1.66419], "size": [1, 1, 2], "uv": [45, 0]}, + {"origin": [-7.29655, 2, -1.66419], "size": [1, 1, 2], "uv": [0, 63]}, + {"origin": [-9.29655, 2, -1.66419], "size": [1, 1, 2], "uv": [32, 66]} + ] + }, + { + "name": "leg_right", + "parent": "legs", + "pivot": [4.66178, 23.75, 2.37747], + "rotation": [0, 0, -12.5], + "cubes": [ + {"origin": [1.70345, 18, -1.16419], "size": [10, 8, 7], "uv": [0, 42]}, + {"origin": [2.70345, 26, -0.16419], "size": [8, 2, 5], "uv": [100, 14]}, + {"origin": [2.70345, 15, -1.16419], "size": [8, 3, 7], "uv": [28, 77]} + ] + }, + { + "name": "leghairsright", + "parent": "leg_right", + "pivot": [-0.04655, 12, 2.08581] + }, + { + "name": "fur2", + "parent": "leghairsright", + "pivot": [6.70345, 18, -0.66419], + "cubes": [ + {"origin": [2.45345, 19.10208, -9.60857], "size": [9, 0, 10], "pivot": [6.95345, 18.61994, -0.49048], "rotation": [65, 0, 0], "uv": [42, 53]} + ] + }, + { + "name": "fur4", + "parent": "leghairsright", + "pivot": [11.5212, 17.95984, 2.33581], + "cubes": [ + {"origin": [9.67134, 18.57375, -1.16419], "size": [10, 0, 7], "pivot": [10.5212, 17.95984, 2.33581], "rotation": [0, 0, 67.5], "uv": [58, 17]} + ] + }, + { + "name": "fur6", + "parent": "leghairsright", + "pivot": [2.37105, 19.57375, 2.33581], + "rotation": [0, 0, -47.5], + "cubes": [ + {"origin": [-0.00425, 19.31102, -1.16419], "size": [8, 0, 7], "pivot": [0.84561, 18.69712, 2.33581], "rotation": [0, 180, 0], "uv": [77, 53]} + ] + }, + { + "name": "fur5", + "parent": "leghairsright", + "pivot": [6.45345, 17.66281, 5.7572] + }, + { + "name": "rknee", + "parent": "leg_right", + "pivot": [6.82845, 15.75, 2.33581], + "rotation": [0, 0, 12.5], + "cubes": [ + {"origin": [3.20345, 9, -0.81419], "size": [6, 9, 6], "uv": [82, 78]}, + {"origin": [3.95345, 2, 0.08581], "size": [5, 12, 5], "uv": [20, 87]} + ] + }, + { + "name": "feetis", + "parent": "rknee", + "pivot": [6.66773, 1.64286, 2.40723], + "cubes": [ + {"origin": [4.70345, 0, -5.66419], "size": [0, 2, 4], "uv": [0, 55]}, + {"origin": [3.45345, 0, -1.66419], "size": [6, 2, 7], "uv": [96, 36]}, + {"origin": [8.20345, 2, -1.66419], "size": [1, 1, 2], "uv": [73, 43]}, + {"origin": [6.20345, 2, -1.66419], "size": [1, 1, 2], "uv": [66, 40]}, + {"origin": [4.20345, 2, -1.66419], "size": [1, 1, 2], "uv": [66, 37]}, + {"origin": [6.70345, 0, -5.66419], "size": [0, 2, 4], "uv": [54, 6]}, + {"origin": [8.70345, 0, -5.66419], "size": [0, 2, 4], "uv": [54, 6]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/veluza/veluza.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/veluza/veluza.geo.json new file mode 100644 index 0000000..531bee1 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/veluza/veluza.geo.json @@ -0,0 +1,151 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 5, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "bodysec_1", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-0.10198, 19.15269, -3.22043], "size": [0, 12, 7], "uv": [24, 40]}, + {"origin": [-0.10198, 2.15269, -3.22043], "size": [0, 12, 7], "uv": [38, 8]}, + {"origin": [-3.15198, 13.15269, -5.47043], "size": [6, 7, 11], "uv": [15, 17]} + ] + }, + { + "name": "fin2", + "parent": "bodysec_1", + "pivot": [-3.22698, 15.65269, -5.37043] + }, + { + "name": "fin_2", + "parent": "fin2", + "pivot": [-3.22698, 13.17769, -5.37043], + "cubes": [ + {"origin": [-3.22698, 13.27769, -4.59543], "size": [0, 5, 7], "pivot": [-3.22698, 15.65269, -5.37043], "rotation": [-21.25, -22.75, 0], "uv": [17, 28], "mirror": true} + ] + }, + { + "name": "fin_1", + "parent": "fin2", + "pivot": [2.92302, 13.17769, -5.37043], + "cubes": [ + {"origin": [2.92302, 13.27769, -4.59543], "size": [0, 5, 7], "pivot": [2.92302, 15.65269, -5.37043], "rotation": [-21.25, 22.75, 0], "uv": [17, 28]} + ] + }, + { + "name": "fin", + "parent": "bodysec_1", + "pivot": [-2.15198, 6.15269, -4.47043], + "cubes": [ + {"origin": [2.84802, 16.15269, 0.52957], "size": [4, 0, 5], "uv": [15, 5]}, + {"origin": [-7.15198, 16.15269, 0.52957], "size": [4, 0, 5], "uv": [15, 5], "mirror": true} + ] + }, + { + "name": "head", + "parent": "bodysec_1", + "pivot": [-0.15198, 16.20269, -5.34543], + "cubes": [ + {"origin": [-2.65198, 14.94565, -9.03392], "size": [5, 2, 6], "inflate": 0.05, "uv": [40, 41]} + ] + }, + { + "name": "eye_right", + "parent": "head", + "pivot": [-0.15198, 14.61928, -5.55658], + "cubes": [ + {"origin": [-2.72698, 16.04565, -8.50892], "size": [0, 2, 2], "uv": [28, 1], "mirror": true}, + {"origin": [-2.58, 16.52065, -8.05892], "size": [0, 1, 1], "inflate": 0.15, "uv": [27, 14], "mirror": true}, + {"origin": [-2.77698, 16.52065, -8.05892], "size": [0, 1, 1], "uv": [0, 3], "mirror": true}, + {"origin": [-2.72698, 16.52065, -6.50892], "size": [0, 1, 1], "uv": [2, 3], "mirror": true} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [-0.15198, 14.61928, -5.55658], + "cubes": [ + {"origin": [2.42302, 16.04565, -8.50892], "size": [0, 2, 2], "uv": [28, 1]}, + {"origin": [2.28, 16.52065, -8.05892], "size": [0, 1, 1], "inflate": 0.15, "uv": [27, 14]}, + {"origin": [2.47302, 16.52065, -8.05892], "size": [0, 1, 1], "uv": [0, 3]}, + {"origin": [2.42302, 16.52065, -6.50892], "size": [0, 1, 1], "uv": [2, 3]} + ] + }, + { + "name": "head_top", + "parent": "head", + "pivot": [-0.15198, 18.20269, -5.34543], + "cubes": [ + {"origin": [-2.65198, 16.42769, -15.34543], "size": [5, 3, 10], "inflate": 0.025, "pivot": [-0.15198, 18.20269, -5.34543], "rotation": [5, 0, 0], "uv": [0, 0]}, + {"origin": [2.07302, 13.97769, -14.14543], "size": [0, 1, 1], "pivot": [0.84802, 14.70269, -11.84543], "rotation": [-40, 0, 0], "uv": [8, 1]}, + {"origin": [-2.35198, 14.97769, -13.14543], "size": [0, 1, 1], "pivot": [0.84802, 14.70269, -11.84543], "rotation": [-40, 0, 0], "uv": [6, 0]}, + {"origin": [-2.35198, 13.97769, -14.14543], "size": [0, 1, 1], "pivot": [0.84802, 14.70269, -11.84543], "rotation": [-40, 0, 0], "uv": [6, 3]}, + {"origin": [2.07302, 14.97769, -13.14543], "size": [0, 1, 1], "pivot": [0.84802, 14.70269, -11.84543], "rotation": [-40, 0, 0], "uv": [8, 0]}, + {"origin": [2.07302, 16.97769, -11.47043], "size": [0, 1, 1], "pivot": [0.84802, 14.70269, -11.84543], "rotation": [-40, 0, 0], "uv": [4, 3]}, + {"origin": [-2.40198, 16.97769, -11.47043], "size": [0, 1, 1], "pivot": [0.84802, 14.70269, -11.84543], "rotation": [-40, 0, 0], "uv": [4, 0]} + ] + }, + { + "name": "jaw_bot", + "parent": "head", + "pivot": [-0.15198, 15.21928, -5.18158], + "rotation": [8.5, 0, 0], + "cubes": [ + {"origin": [-2.15198, 13.94565, -14.03392], "size": [4, 2, 9], "pivot": [-0.15198, 15.61928, -5.55658], "rotation": [-17.25, 0, 0], "uv": [29, 50]}, + {"origin": [1.74802, 16.56928, -11.35658], "size": [0, 1, 1], "pivot": [0.84802, 17.71928, -11.68158], "rotation": [27.5, 0, 0], "uv": [28, 5]}, + {"origin": [1.74802, 15.56928, -10.35658], "size": [0, 1, 1], "pivot": [0.84802, 17.71928, -11.68158], "rotation": [27.5, 0, 0], "uv": [28, 4]}, + {"origin": [-2.05198, 16.56928, -11.35658], "size": [0, 1, 1], "pivot": [-1.15198, 17.71928, -11.68158], "rotation": [27.5, 0, 0], "uv": [28, 5], "mirror": true}, + {"origin": [-2.05198, 15.56928, -10.35658], "size": [0, 1, 1], "pivot": [-1.15198, 17.71928, -11.68158], "rotation": [27.5, 0, 0], "uv": [28, 4], "mirror": true} + ] + }, + { + "name": "bodysec_2", + "parent": "bodysec_1", + "pivot": [-0.13198, 16.43929, 5.44927], + "cubes": [ + {"origin": [-0.10198, 17.00269, 6.77957], "size": [0, 5, 5], "pivot": [-0.10198, 21.15269, 8.77957], "rotation": [-32.5, 0, 0], "uv": [0, 43]}, + {"origin": [-0.10198, 6.30269, 24.35457], "size": [0, 5, 5], "pivot": [-0.10198, -20.84731, 8.77957], "rotation": [32.5, 0, 0], "uv": [0, 0]}, + {"origin": [0.84802, 16.15269, 7.02957], "size": [4, 0, 3], "uv": [41, 0]}, + {"origin": [-5.15198, 16.15269, 7.02957], "size": [4, 0, 3], "uv": [41, 0], "mirror": true}, + {"origin": [-2.65198, 13.52769, 4.02957], "size": [5, 6, 7], "uv": [0, 35]} + ] + }, + { + "name": "bodysec_3", + "parent": "bodysec_2", + "pivot": [-0.13198, 16.35834, 11.05338], + "cubes": [ + {"origin": [-0.10198, 18.00269, 11.77957], "size": [0, 5, 4], "pivot": [-0.10198, 21.15269, 8.77957], "rotation": [-32.5, 0, 0], "uv": [45, 0]}, + {"origin": [-0.10198, 4.92769, 29.32957], "size": [0, 5, 4], "pivot": [-0.10198, -20.84731, 8.77957], "rotation": [32.5, 0, 0], "uv": [10, 44]}, + {"origin": [-0.15198, 16.15269, 12.12957], "size": [4, 0, 3], "uv": [33, 0]}, + {"origin": [-4.15198, 16.15269, 12.12957], "size": [4, 0, 3], "uv": [33, 0], "mirror": true}, + {"origin": [-2.15198, 13.95269, 8.62957], "size": [4, 5, 7], "uv": [24, 35]} + ] + }, + { + "name": "tail", + "parent": "bodysec_3", + "pivot": [-0.15198, 16.45269, 14.02957], + "cubes": [ + {"origin": [-1.65198, 14.95269, 12.52957], "size": [3, 3, 7], "uv": [42, 28]}, + {"origin": [-0.05198, 8.95269, 15.52957], "size": [0, 15, 13], "uv": [0, 0]} + ] + }, + { + "name": "bone", + "parent": "bodysec_1", + "pivot": [1.84802, 6.15269, -4.47043] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/volcanion/volcanion.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/volcanion/volcanion.geo.json new file mode 100644 index 0000000..414e1f9 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/volcanion/volcanion.geo.json @@ -0,0 +1,601 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.volcanion", + "texture_width": 256, + "texture_height": 256, + "visible_bounds_width": 22, + "visible_bounds_height": 6.5, + "visible_bounds_offset": [0, 2.75, 0] + }, + "bones": [ + { + "name": "volcanion", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "volcanion", + "pivot": [0, 24, -4] + }, + { + "name": "leg_backleft_joint", + "parent": "body", + "pivot": [8.04357, 17, 12], + "cubes": [ + {"origin": [5.52989, 13.07189, 7.5], "size": [4, 8, 9], "uv": [211, 198]} + ] + }, + { + "name": "leg_backleft", + "parent": "leg_backleft_joint", + "pivot": [8.54357, 17, 12], + "rotation": [0, 0, 47.5], + "cubes": [ + {"origin": [5.72989, 15.12189, 9.5], "size": [11, 4, 5], "uv": [208, 215]} + ] + }, + { + "name": "leg_backleft2", + "parent": "leg_backleft", + "pivot": [14.18525, 16.97952, 11.6], + "rotation": [0, 0, -47.5], + "cubes": [ + {"origin": [12.72989, 4.12189, 6.5], "size": [11, 15, 11], "uv": [202, 224]}, + {"origin": [21.72989, 17.37189, 9.5], "size": [5, 7, 5], "pivot": [21.22989, 20.62189, 12], "rotation": [0, 0, 47.5], "uv": [236, 222]}, + {"origin": [21.72989, 4.12189, -0.5], "size": [0, 5, 7], "uv": [232, 244]}, + {"origin": [17.97989, 4.12189, -0.5], "size": [0, 5, 7], "uv": [217, 244]}, + {"origin": [14.72989, 4.12189, -0.5], "size": [0, 5, 7], "uv": [202, 244]} + ] + }, + { + "name": "leg_backright_joint", + "parent": "body", + "pivot": [-8.04357, 17, 12], + "cubes": [ + {"origin": [-9.52989, 13.07189, 7.5], "size": [4, 8, 9], "uv": [19, 196]} + ] + }, + { + "name": "leg_backright", + "parent": "leg_backright_joint", + "pivot": [-8.54357, 17, 12], + "rotation": [0, 0, -47.5], + "cubes": [ + {"origin": [-16.72989, 15.12189, 9.5], "size": [11, 4, 5], "uv": [16, 214]} + ] + }, + { + "name": "leg_backright2", + "parent": "leg_backright", + "pivot": [-14.18525, 16.97952, 11.6], + "rotation": [0, 0, 47.5], + "cubes": [ + {"origin": [-23.72989, 4.12189, 6.5], "size": [11, 15, 11], "uv": [10, 224]}, + {"origin": [-26.72989, 17.37189, 9.5], "size": [5, 7, 5], "pivot": [-21.22989, 20.62189, 12], "rotation": [0, 0, -47.5], "uv": [0, 222]}, + {"origin": [-21.72989, 4.12189, -0.5], "size": [0, 5, 7], "uv": [10, 244]}, + {"origin": [-17.97989, 4.12189, -0.5], "size": [0, 5, 7], "uv": [25, 244]}, + {"origin": [-14.72989, 4.12189, -0.5], "size": [0, 5, 7], "uv": [40, 244]} + ] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0.01697, 24.89286, -4.69034], + "cubes": [ + {"origin": [-7.5, 31, -18.46916], "size": [15, 14, 15], "uv": [0, 0]}, + {"origin": [-3.5, 44, -14.46916], "size": [7, 8, 7], "uv": [60, 14]}, + {"origin": [-12.5, 14, -23.46916], "size": [25, 21, 25], "uv": [0, 29]}, + {"origin": [-12.725, 8, -10.81916], "size": [25, 8, 0], "pivot": [-0.16857, 5.5, -11], "rotation": [0, 90, 0], "uv": [124, 21]}, + {"origin": [-12.5, 8, -10.96916], "size": [25, 8, 0], "uv": [174, 21]}, + {"origin": [-12.5, 35, -10.96916], "size": [25, 21, 0], "uv": [124, 0]}, + {"origin": [-12.75, 35, -10.81916], "size": [25, 21, 0], "pivot": [-0.16857, 45.5, -11], "rotation": [0, 90, 0], "uv": [174, 0]}, + {"origin": [-7.5, 11, -18.46916], "size": [15, 4, 15], "uv": [0, 75]} + ] + }, + { + "name": "shell_front_left", + "parent": "torso", + "pivot": [10.2384, 17.20172, -21.22766], + "cubes": [ + {"origin": [7.96381, 13.14298, -21.45307], "size": [4, 2, 3], "pivot": [8.96381, 13.64298, -19.95307], "rotation": [0, 45, 0], "uv": [137, 251]}, + {"origin": [7.6, 14, -23.06916], "size": [5, 7, 5], "pivot": [9, 17.5, -21.96916], "rotation": [26.56505, 37.76124, 39.23152], "uv": [134, 239]}, + {"origin": [7.73843, 19.01218, -25.62769], "size": [5, 3, 3], "pivot": [13.13843, 23.01218, -24.12769], "rotation": [0, 45, 0], "uv": [136, 233]} + ] + }, + { + "name": "shell_back_left", + "parent": "torso", + "pivot": [10.2384, 17.20172, -0.77234], + "cubes": [ + {"origin": [7.96381, 13.14298, -3.54693], "size": [4, 2, 3], "pivot": [8.96381, 13.64298, -2.04693], "rotation": [0, -45, 0], "uv": [137, 224]}, + {"origin": [7.6, 14, -3.93084], "size": [5, 7, 5], "pivot": [9, 17.5, -0.03084], "rotation": [-26.56505, -37.76124, 39.23152], "uv": [134, 212]}, + {"origin": [7.73843, 19.01218, 0.62769], "size": [5, 3, 3], "pivot": [13.13843, 23.01218, 2.12769], "rotation": [0, -45, 0], "uv": [136, 206]} + ] + }, + { + "name": "shell_back_right", + "parent": "torso", + "pivot": [-10.2384, 17.20172, -0.77234], + "cubes": [ + {"origin": [-11.96381, 13.14298, -3.54693], "size": [4, 2, 3], "pivot": [-8.96381, 13.64298, -2.04693], "rotation": [0, 45, 0], "uv": [106, 224]}, + {"origin": [-12.6, 14, -3.93084], "size": [5, 7, 5], "pivot": [-9, 17.5, -0.03084], "rotation": [-26.56505, 37.76124, -39.23152], "uv": [103, 212]}, + {"origin": [-12.73843, 19.01218, 0.62769], "size": [5, 3, 3], "pivot": [-13.13843, 23.01218, 2.12769], "rotation": [0, 45, 0], "uv": [105, 206]} + ] + }, + { + "name": "shell_front_right", + "parent": "torso", + "pivot": [-10.2384, 17.20172, -21.22766], + "cubes": [ + {"origin": [-11.96381, 13.14298, -21.45307], "size": [4, 2, 3], "pivot": [-8.96381, 13.64298, -19.95307], "rotation": [0, -45, 0], "uv": [106, 251]}, + {"origin": [-12.6, 14, -23.06916], "size": [5, 7, 5], "pivot": [-9, 17.5, -21.96916], "rotation": [26.56505, -37.76124, -39.23152], "uv": [103, 239]}, + {"origin": [-12.73843, 19.01218, -25.62769], "size": [5, 3, 3], "pivot": [-13.13843, 23.01218, -24.12769], "rotation": [0, -45, 0], "uv": [105, 233]} + ] + }, + { + "name": "neck", + "parent": "torso", + "pivot": [-0.04357, 24.5, -22.5], + "cubes": [ + {"origin": [-5.54357, 19.5, -25.5], "size": [11, 11, 5], "pivot": [-0.04357, 25, -24.5], "rotation": [0, 0, 45], "uv": [81, 91]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 24, -25.71916] + }, + { + "name": "head_bot", + "parent": "head", + "pivot": [-0.01452, 21.72222, -26.09934], + "cubes": [ + {"origin": [-6.54357, 20, -32], "size": [13, 4, 7], "inflate": 0.002, "uv": [40, 95]}, + {"origin": [6.33143, 23.75, -31.65], "size": [0, 1, 6], "inflate": 0.001, "pivot": [6.33143, 24.25, -31.65], "rotation": [0, -2.5, 0], "uv": [48, 120]}, + {"origin": [-6.33143, 23.75, -31.65], "size": [0, 1, 6], "inflate": 0.001, "pivot": [-6.33143, 24.25, -31.65], "rotation": [0, 2.5, 0], "uv": [0, 120]}, + {"origin": [5.45643, 20, -29], "size": [2, 5, 3], "inflate": 0.003, "uv": [70, 107]}, + {"origin": [7.45643, 20, -27.5], "size": [3, 4, 0], "uv": [74, 96]}, + {"origin": [-7.45643, 20, -29], "size": [2, 5, 3], "inflate": 0.003, "uv": [40, 107]}, + {"origin": [-10.45643, 20, -27.5], "size": [3, 4, 0], "inflate": 0.001, "uv": [40, 96]} + ] + }, + { + "name": "head_bot2", + "parent": "head_bot", + "pivot": [0.13105, 22, -31.81066], + "cubes": [ + {"origin": [-4.54357, 20, -36.5], "size": [9, 4, 9], "inflate": 0.001, "pivot": [-0.04357, 24.5, -32], "rotation": [0, -45, 0], "uv": [42, 107]}, + {"origin": [-0.04357, 20, -42], "size": [0, 3, 5], "uv": [0, 107]}, + {"origin": [-4.25, 23.75, -36.25], "size": [9, 1, 0], "inflate": 0.001, "pivot": [0, 24.25, -32], "rotation": [0, -45, 0], "uv": [30, 126]}, + {"origin": [-4.25, 23.75, -36.25], "size": [0, 1, 9], "inflate": 0.001, "pivot": [0, 24.25, -32], "rotation": [0, -45, 0], "uv": [12, 117]}, + {"origin": [-6.38105, 20, -34.97487], "size": [0, 3, 4], "pivot": [-6.38105, 22, -32.06066], "rotation": [0, 65, 0], "uv": [31, 108]}, + {"origin": [6.38105, 20, -34.97487], "size": [0, 3, 4], "pivot": [6.38105, 22, -32.06066], "rotation": [0, -65, 0], "uv": [81, 108]} + ] + }, + { + "name": "head_top", + "parent": "head", + "pivot": [-4.95643, 28, -28], + "cubes": [ + {"origin": [6.33143, 22.25, -31.65], "size": [0, 2, 6], "inflate": 0.002, "uv": [48, 117]}, + {"origin": [-4.29357, 22.75, -36.25], "size": [9, 2, 0], "inflate": 0.002, "pivot": [-0.04357, 24.25, -32], "rotation": [0, -45, 0], "uv": [30, 123]}, + {"origin": [-4.70643, 22.75, -36.25], "size": [9, 2, 0], "inflate": 0.002, "pivot": [0.04357, 24.25, -32], "rotation": [0, 45, 0], "uv": [12, 123]}, + {"origin": [-6.33143, 22.25, -31.65], "size": [0, 2, 6], "inflate": 0.002, "uv": [0, 117]}, + {"origin": [-4.54357, 24, -37], "size": [9, 6, 9], "inflate": 0.003, "pivot": [-0.04357, 25.5, -32.5], "rotation": [0, -45, 0], "uv": [2, 107]}, + {"origin": [-0.5, 28.9, -35.14914], "size": [8, 2, 0], "pivot": [3.81268, 26.9, -35.14914], "rotation": [7.31253, -45, -10.36836], "uv": [125, 59]}, + {"origin": [-0.5, 28, -35.39914], "size": [8, 1, 1], "inflate": 0.003, "pivot": [3.81268, 27, -35.14914], "rotation": [7.43656, -44.5119, -10.54684], "uv": [124, 61]}, + {"origin": [-7.5, 28, -35.39914], "size": [8, 1, 1], "inflate": 0.003, "pivot": [-3.81268, 27, -35.14914], "rotation": [7.43656, 44.5119, 10.54684], "uv": [100, 61]}, + {"origin": [-7.5, 28.9, -35.14914], "size": [8, 2, 0], "pivot": [-3.81268, 26.9, -35.14914], "rotation": [7.31253, 45, 10.36836], "uv": [101, 59]}, + {"origin": [-4.54357, 23, -37], "size": [1, 1, 0], "inflate": 0.003, "pivot": [-0.04357, 25.5, -32.5], "rotation": [0, -45, 0], "uv": [120, 62]}, + {"origin": [-4.04357, 24.5, -37.025], "size": [1, 1, 0], "pivot": [-0.04357, 26.75, -32.5], "rotation": [0, -45, 0], "uv": [6, 110]}, + {"origin": [3.04357, 24.5, -37.075], "size": [1, 1, 0], "pivot": [0.04357, 26.75, -32.5], "rotation": [0, 45, 0], "uv": [2, 110], "mirror": true}, + {"origin": [2.45643, 21, -37], "size": [2, 3, 0], "inflate": 0.003, "pivot": [-0.04357, 25.5, -32.5], "rotation": [0, -45, 0], "uv": [34, 97]}, + {"origin": [-4.54357, 23, -37], "size": [0, 1, 1], "inflate": 0.003, "pivot": [-0.04357, 25.5, -32.5], "rotation": [0, -45, 0], "uv": [120, 59]}, + {"origin": [-4.54357, 21, -30], "size": [0, 3, 2], "inflate": 0.003, "pivot": [-0.04357, 25.5, -32.5], "rotation": [0, -45, 0], "uv": [2, 95]}, + {"origin": [-6.54357, 24, -32.5], "size": [13, 6, 7], "inflate": 0.0035, "uv": [0, 94]}, + {"origin": [2.45643, 26, -31.5], "size": [4, 7, 6], "inflate": 0.003, "pivot": [4.95643, 28, -28], "rotation": [-10, 0, 55], "uv": [78, 76]}, + {"origin": [-6.45643, 26, -31.5], "size": [4, 7, 6], "inflate": 0.003, "pivot": [-4.95643, 28, -28], "rotation": [-10, 0, -55], "uv": [58, 76]}, + {"origin": [-6.45643, 33, -30.5], "size": [2, 5, 4], "inflate": 0.003, "pivot": [-4.95643, 28, -28], "rotation": [-10, 0, -55], "uv": [46, 76]}, + {"origin": [4.45643, 33, -30.5], "size": [2, 5, 4], "inflate": 0.003, "pivot": [4.95643, 28, -28], "rotation": [-10, 0, 55], "uv": [98, 76]} + ] + }, + { + "name": "eyes", + "parent": "head_top", + "pivot": [-3.56268, 27, -35.39914] + }, + { + "name": "eyes_left", + "parent": "eyes", + "pivot": [3.56268, 27, -35.39914], + "cubes": [ + {"origin": [1, 24.95, -35.14914], "size": [7, 4, 0], "pivot": [3.81268, 26.9, -35.14914], "rotation": [7.08267, -45, -10.02835], "uv": [126, 63]}, + {"origin": [2, 26.45, -35.17414], "size": [2, 2, 0], "pivot": [3.81268, 26.9, -35.14914], "rotation": [7.08267, -45, -10.02835], "uv": [121, 65]} + ] + }, + { + "name": "pupil_left", + "parent": "eyes_left", + "pivot": [3.14931, 27.49901, -35.75611], + "rotation": [7.0827, -45, -10.0283], + "cubes": [ + {"origin": [2.64931, 26.99901, -35.75611], "size": [1, 1, 0], "inflate": 0.1, "uv": [122, 64]} + ] + }, + { + "name": "eyes_right", + "parent": "eyes", + "pivot": [-3.56268, 27, -35.39914], + "cubes": [ + {"origin": [-8, 24.95, -35.14914], "size": [7, 4, 0], "pivot": [-3.81268, 26.9, -35.14914], "rotation": [7.08267, 45, 10.02835], "uv": [102, 63]}, + {"origin": [-4, 26.45, -35.17414], "size": [2, 2, 0], "pivot": [-3.81268, 26.9, -35.14914], "rotation": [7.08267, 45, 10.02835], "uv": [117, 65]} + ] + }, + { + "name": "pupil_right", + "parent": "eyes_right", + "pivot": [-3.14931, 27.49901, -35.75611], + "rotation": [7.0827, 45, 10.0283], + "cubes": [ + {"origin": [-3.64931, 26.99901, -35.75611], "size": [1, 1, 0], "inflate": 0.1, "uv": [118, 64]} + ] + }, + { + "name": "waist", + "parent": "torso", + "pivot": [-0.04357, 22, 1.5], + "cubes": [ + {"origin": [-7.54357, 16, 1], "size": [15, 12, 5], "uv": [111, 68]} + ] + }, + { + "name": "hip", + "parent": "waist", + "pivot": [-0.04357, 21.5, 5.5], + "cubes": [ + {"origin": [-8.54357, 12, 5.5], "size": [17, 17, 13], "uv": [75, 17]}, + {"origin": [-4.54357, 27, 7.5], "size": [9, 6, 9], "uv": [87, 1]}, + {"origin": [-5.54357, 10, 7.5], "size": [11, 2, 9], "uv": [100, 47]}, + {"origin": [-5.48772, 29, 12.08143], "size": [11, 10, 0], "uv": [47, 0]}, + {"origin": [-28.75, 29, -10.81916], "size": [11, 10, 0], "pivot": [-0.16857, 45.5, -11], "rotation": [0, 90, 0], "uv": [70, 0]} + ] + }, + { + "name": "tail", + "parent": "hip", + "pivot": [-0.04357, 21.5, 18.5], + "cubes": [ + {"origin": [-4.54357, 17, 18.5], "size": [9, 9, 8], "uv": [135, 33]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [-0.04357, 23.37993, 26.40363], + "cubes": [ + {"origin": [-2.54357, 18, 25.5], "size": [5, 7, 10], "uv": [177, 31]}, + {"origin": [-2.54357, 24, 25.5], "size": [5, 3, 8], "inflate": 0.1, "pivot": [-0.04357, 24.5, 30.5], "rotation": [12.5, 0, 0], "uv": [161, 30]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [-0.04357, 21.5, 35.5], + "cubes": [ + {"origin": [-1.54357, 20, 34.5], "size": [3, 4, 10], "uv": [207, 31]} + ] + }, + { + "name": "arms", + "parent": "torso", + "pivot": [35.04357, 22.5, -11] + }, + { + "name": "arm_left", + "parent": "arms", + "pivot": [13.5, 31, -10.96916], + "cubes": [ + {"origin": [12.5, 27.5, -15.46916], "size": [2, 9, 9], "inflate": 0.2, "uv": [15, 162]}, + {"origin": [9.5, 27.5, -15.46916], "size": [3, 9, 9], "uv": [0, 171]} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [14.25, 31.75, -10.96916], + "cubes": [ + {"origin": [19.5, 25.5, -14.46916], "size": [7, 4, 7], "uv": [41, 191]}, + {"origin": [14.5, 27.5, -15.46916], "size": [9, 9, 9], "inflate": 0.025, "uv": [28, 171]} + ] + }, + { + "name": "hole_left1", + "parent": "arm_left2", + "pivot": [23.5, 32, -15.56916], + "cubes": [ + {"origin": [19, 28, -15.56916], "size": [8, 8, 0], "uv": [56, 171]} + ] + }, + { + "name": "arm_left3", + "parent": "arm_left2", + "pivot": [23.5, 32, -10.96916], + "cubes": [ + {"origin": [23.5, 27.5, -15.46916], "size": [9, 9, 9], "inflate": 0.026, "uv": [64, 171]} + ] + }, + { + "name": "arm_left4", + "parent": "arm_left3", + "pivot": [33.5, 32, -10.96916], + "cubes": [ + {"origin": [32.5, 27.5, -15.46916], "size": [2, 9, 9], "inflate": 0.2, "uv": [91, 162]} + ] + }, + { + "name": "arm_left5", + "parent": "arm_left4", + "pivot": [34.5, 32, -10.96916], + "cubes": [ + {"origin": [34.5, 27.5, -15.46916], "size": [9, 9, 9], "inflate": 0.05, "uv": [104, 171]}, + {"origin": [39.5, 25.5, -14.46916], "size": [7, 4, 7], "uv": [120, 190]} + ] + }, + { + "name": "hole_left2", + "parent": "arm_left5", + "pivot": [43.5, 32, -15.56916], + "cubes": [ + {"origin": [39, 28, -15.56916], "size": [8, 8, 0], "uv": [132, 171]} + ] + }, + { + "name": "arm_left6", + "parent": "arm_left5", + "pivot": [43.5, 32, -10.96916], + "cubes": [ + {"origin": [43.5, 27.5, -15.46916], "size": [9, 9, 9], "inflate": 0.055, "uv": [140, 171]} + ] + }, + { + "name": "arm_left7", + "parent": "arm_left6", + "pivot": [53.5, 32, -10.96916], + "cubes": [ + {"origin": [52.5, 27.5, -15.46916], "size": [2, 9, 9], "inflate": 0.2, "uv": [167, 162]} + ] + }, + { + "name": "arm_left8", + "parent": "arm_left7", + "pivot": [53.75, 32.25, -10.96916], + "cubes": [ + {"origin": [54.5, 27.5, -15.46916], "size": [13, 9, 9], "inflate": 0.102, "uv": [180, 171]}, + {"origin": [59.5, 25.5, -14.46916], "size": [7, 4, 7], "uv": [189, 190]} + ] + }, + { + "name": "hole_left3", + "parent": "arm_left8", + "pivot": [63.5, 32, -15.56916], + "cubes": [ + {"origin": [59, 28, -15.66916], "size": [8, 8, 0], "uv": [216, 171]} + ] + }, + { + "name": "arm_left9", + "parent": "arm_left8", + "pivot": [67.5, 32.27713, -10.97696], + "cubes": [ + {"origin": [67.5, 27.5, -15.46916], "size": [5, 9, 9], "inflate": 0.106, "uv": [224, 171]} + ] + }, + { + "name": "claws_open_left", + "parent": "arm_left9", + "pivot": [72, 31.03617, -10.97957], + "cubes": [ + {"origin": [69.5, 14.125, 12.53084], "size": [5, 3, 2], "inflate": 0.01, "pivot": [40.76955, -13.00551, -15.5], "rotation": [45, 0, 0], "uv": [177, 119]}, + {"origin": [69.5, 36.6, -12.5], "size": [5, 2, 3], "inflate": 0.01, "uv": [184, 113]}, + {"origin": [69.5, 14.15, -36.46916], "size": [5, 3, 2], "inflate": 0.01, "pivot": [40.76955, -13.00551, -6.5], "rotation": [-45, 0, 0], "uv": [193, 119]} + ] + }, + { + "name": "claws_closed_left", + "parent": "arm_left9", + "pivot": [72.075, 32.1, -11], + "cubes": [ + {"origin": [69.575, 36.6, -12.5], "size": [5, 2, 3], "inflate": 0.01, "uv": [184, 127]}, + {"origin": [69.575, 36.6, -12.5], "size": [5, 2, 3], "inflate": 0.01, "pivot": [73.075, 32.1, -11], "rotation": [90, 0, 0], "uv": [170, 130]}, + {"origin": [69.575, 36.6, -12.5], "size": [5, 2, 3], "inflate": 0.01, "pivot": [73.075, 32.1, -11], "rotation": [180, 0, 0], "uv": [184, 133]}, + {"origin": [69.575, 36.6, -12.5], "size": [5, 2, 3], "inflate": 0.01, "pivot": [73.075, 32.1, -11], "rotation": [-90, 0, 0], "uv": [198, 130]} + ] + }, + { + "name": "arm_right", + "parent": "arms", + "pivot": [-13.5, 31, -10.96916], + "cubes": [ + {"origin": [-14.5, 27.5, -15.46916], "size": [2, 9, 9], "inflate": 0.2, "uv": [219, 130]}, + {"origin": [-12.5, 27.5, -15.46916], "size": [3, 9, 9], "uv": [232, 139]} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-14.25, 31.75, -10.96916], + "cubes": [ + {"origin": [-26.5, 25.5, -14.46916], "size": [7, 4, 7], "uv": [189, 158]}, + {"origin": [-23.5, 27.5, -15.46916], "size": [9, 9, 9], "inflate": 0.025, "uv": [192, 139]} + ] + }, + { + "name": "hole_right1", + "parent": "arm_right2", + "pivot": [-23.5, 32, -15.56916], + "cubes": [ + {"origin": [-27, 28, -15.56916], "size": [8, 8, 0], "uv": [184, 139]} + ] + }, + { + "name": "arm_right3", + "parent": "arm_right2", + "pivot": [-23.5, 32, -10.96916], + "cubes": [ + {"origin": [-32.5, 27.5, -15.46916], "size": [9, 9, 9], "inflate": 0.026, "uv": [156, 139]} + ] + }, + { + "name": "arm_right4", + "parent": "arm_right3", + "pivot": [-33.5, 32, -10.96916], + "cubes": [ + {"origin": [-34.5, 27.5, -15.46916], "size": [2, 9, 9], "inflate": 0.2, "uv": [143, 130]} + ] + }, + { + "name": "arm_right5", + "parent": "arm_right4", + "pivot": [-34.5, 32, -10.96916], + "cubes": [ + {"origin": [-43.5, 27.5, -15.46916], "size": [9, 9, 9], "inflate": 0.05, "uv": [116, 139]}, + {"origin": [-46.5, 25.5, -14.46916], "size": [7, 4, 7], "uv": [120, 158]} + ] + }, + { + "name": "hole_right2", + "parent": "arm_right5", + "pivot": [-43.5, 32, -15.56916], + "cubes": [ + {"origin": [-47, 28, -15.56916], "size": [8, 8, 0], "uv": [108, 139]} + ] + }, + { + "name": "arm_right6", + "parent": "arm_right5", + "pivot": [-43.5, 32, -10.96916], + "cubes": [ + {"origin": [-52.5, 27.5, -15.46916], "size": [9, 9, 9], "inflate": 0.055, "uv": [80, 139]} + ] + }, + { + "name": "arm_right7", + "parent": "arm_right6", + "pivot": [-53.5, 32, -10.96916], + "cubes": [ + {"origin": [-54.5, 27.5, -15.46916], "size": [2, 9, 9], "inflate": 0.2, "uv": [67, 130]} + ] + }, + { + "name": "arm_right8", + "parent": "arm_right7", + "pivot": [-53.75, 32.25, -10.96916], + "cubes": [ + {"origin": [-67.5, 27.5, -15.46916], "size": [13, 9, 9], "inflate": 0.102, "uv": [32, 139]}, + {"origin": [-66.5, 25.5, -14.46916], "size": [7, 4, 7], "uv": [41, 158]} + ] + }, + { + "name": "hole_right3", + "parent": "arm_right8", + "pivot": [-63.5, 32, -15.56916], + "cubes": [ + {"origin": [-67, 28, -15.66916], "size": [8, 8, 0], "uv": [24, 139]} + ] + }, + { + "name": "arm_right9", + "parent": "arm_right8", + "pivot": [-67.5, 32.27713, -10.97696], + "cubes": [ + {"origin": [-72.5, 27.5, -15.46916], "size": [5, 9, 9], "inflate": 0.106, "uv": [4, 139]} + ] + }, + { + "name": "claws_open_right", + "parent": "arm_right9", + "pivot": [-72, 31.03617, -10.97957], + "cubes": [ + {"origin": [-74.5, 14.125, 12.53084], "size": [5, 3, 2], "inflate": 0.01, "pivot": [-40.76955, -13.00551, -15.5], "rotation": [45, 0, 0], "uv": [118, 119]}, + {"origin": [-74.5, 14.15, -36.46916], "size": [5, 3, 2], "inflate": 0.01, "pivot": [-40.76955, -13.00551, -6.5], "rotation": [-45, 0, 0], "uv": [102, 119]}, + {"origin": [-74.5, 36.6, -12.5], "size": [5, 2, 3], "inflate": 0.01, "uv": [109, 113]} + ] + }, + { + "name": "claws_closed_right", + "parent": "arm_right9", + "pivot": [-72.075, 32.1, -11], + "cubes": [ + {"origin": [-74.575, 36.6, -12.5], "size": [5, 2, 3], "inflate": 0.01, "uv": [109, 127]}, + {"origin": [-74.575, 36.6, -12.5], "size": [5, 2, 3], "inflate": 0.01, "pivot": [-71.075, 32.1, -11], "rotation": [90, 0, 0], "uv": [123, 130]}, + {"origin": [-74.575, 36.6, -12.5], "size": [5, 2, 3], "inflate": 0.01, "pivot": [-71.075, 32.1, -11], "rotation": [180, 0, 0], "uv": [109, 133]}, + {"origin": [-74.575, 36.6, -12.5], "size": [5, 2, 3], "inflate": 0.01, "pivot": [-71.075, 32.1, -11], "rotation": [-90, 0, 0], "uv": [95, 130]} + ] + }, + { + "name": "leg_front_left", + "parent": "body", + "pivot": [13.04357, 19, -11], + "cubes": [ + {"origin": [11, 15, -15.46916], "size": [6, 8, 9], "uv": [165, 198]} + ] + }, + { + "name": "leg_front_left2", + "parent": "leg_front_left", + "pivot": [15.04357, 18, -11], + "rotation": [0, 0, 47.5], + "cubes": [ + {"origin": [13, 17.75, -13.46916], "size": [11, 4, 5], "uv": [163, 215]} + ] + }, + { + "name": "leg_front_left3", + "parent": "leg_front_left2", + "pivot": [23, 20, -10.96916], + "rotation": [0, 0, -47.5], + "cubes": [ + {"origin": [21.61995, 6.46767, -16.46916], "size": [11, 15, 11], "uv": [157, 224]}, + {"origin": [29.86995, 20.56767, -13.46916], "size": [5, 7, 5], "pivot": [28.11624, 22.93804, -11], "rotation": [0, 0, 47.5], "uv": [191, 222]}, + {"origin": [30.61995, 6.46767, -23.46916], "size": [0, 5, 7], "uv": [187, 244]}, + {"origin": [27.12, 6.46767, -23.46916], "size": [0, 5, 7], "uv": [172, 244]}, + {"origin": [23.61995, 6.46767, -23.46916], "size": [0, 5, 7], "uv": [157, 244]} + ] + }, + { + "name": "leg_front_right", + "parent": "body", + "pivot": [-13.04357, 19, -11], + "cubes": [ + {"origin": [-17, 15, -15.46916], "size": [6, 8, 9], "uv": [62, 196]} + ] + }, + { + "name": "leg_front_right2", + "parent": "leg_front_right", + "pivot": [-15.04357, 18, -11], + "rotation": [0, 0, -47.5], + "cubes": [ + {"origin": [-24, 17.75, -13.46916], "size": [11, 4, 5], "uv": [61, 214]} + ] + }, + { + "name": "leg_front_right3", + "parent": "leg_front_right2", + "pivot": [-23, 20, -10.96916], + "rotation": [0, 0, 47.5], + "cubes": [ + {"origin": [-32.61995, 6.46767, -16.46916], "size": [11, 15, 11], "uv": [55, 224]}, + {"origin": [-34.86995, 20.56767, -13.46916], "size": [5, 7, 5], "pivot": [-28.11624, 22.93804, -11], "rotation": [0, 0, -47.5], "uv": [45, 222]}, + {"origin": [-30.61995, 6.46767, -23.46916], "size": [0, 5, 7], "uv": [55, 244]}, + {"origin": [-27.12, 6.46767, -23.46916], "size": [0, 5, 7], "uv": [70, 244]}, + {"origin": [-23.61995, 6.46767, -23.46916], "size": [0, 5, 7], "uv": [85, 244]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/vullaby.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/vullaby.geo.json new file mode 100644 index 0000000..388dff8 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/vullaby.geo.json @@ -0,0 +1,239 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.vullaby", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "vullaby", + "pivot": [-3.1786, 0.76819, -1.56888] + }, + { + "name": "body", + "parent": "vullaby", + "pivot": [-3.13682, 0.52635, -1.30954] + }, + { + "name": "torso", + "parent": "body", + "pivot": [-1.47648, 7.02635, 1.15731], + "cubes": [ + {"origin": [-2.5, 6.63923, -2.31959], "size": [5, 3, 5], "pivot": [0, 9.13923, -0.19459], "rotation": [2.5, 0, 0], "uv": [0, 19]} + ] + }, + { + "name": "fuzz", + "parent": "torso", + "pivot": [0, 10.11647, 0.34855], + "cubes": [ + {"origin": [-3, 9.36647, -2.90145], "size": [6, 2, 6], "pivot": [0, 10.11647, 0.34855], "rotation": [7.5, 0, 0], "uv": [0, 11]} + ] + }, + { + "name": "fuzz_outer", + "parent": "fuzz", + "pivot": [-3, 11.32314, -0.06247], + "cubes": [ + {"origin": [-2.5, 8.86647, -3.15145], "size": [5, 3, 0], "pivot": [0, 10.11647, 0.34855], "rotation": [7.5, 0, 0], "uv": [0, 32]}, + {"origin": [-2.5, 8.86647, 3.34855], "size": [5, 3, 0], "pivot": [0, 10.11647, 0.34855], "rotation": [7.5, 0, 0], "uv": [31, 0]}, + {"origin": [3.25, 8.86647, -2.40145], "size": [0, 3, 5], "pivot": [0, 10.11647, 0.34855], "rotation": [7.5, 0, 0], "uv": [10, 22]}, + {"origin": [-3.25, 8.86647, -2.40145], "size": [0, 3, 5], "pivot": [0, 10.11647, 0.34855], "rotation": [7.5, 0, 0], "uv": [0, 22]}, + {"origin": [2.65, 10.32314, -2.56247], "size": [0, 2, 5], "pivot": [3, 11.32314, -0.06247], "rotation": [7.05239, -2.55868, 19.8423], "uv": [10, 25]}, + {"origin": [-2.5, 5.93157, 1.4632], "size": [5, 2, 0], "pivot": [0, 10.93157, -3.0368], "rotation": [27.5, 0, 0], "uv": [28, 13]}, + {"origin": [-2.5, 9.93157, -2.5368], "size": [5, 2, 0], "pivot": [0, 10.93157, -3.0368], "rotation": [27.5, 0, 0], "uv": [10, 32]}, + {"origin": [-2.5, 6.71472, -1.61313], "size": [5, 2, 0], "pivot": [0, 11.71472, 2.91187], "rotation": [-12.5, 0, 0], "uv": [32, 7]}, + {"origin": [-2.5, 10.71472, 2.41187], "size": [5, 2, 0], "pivot": [0, 11.71472, 2.91187], "rotation": [-12.5, 0, 0], "uv": [32, 9]}, + {"origin": [-1.6, 6.32314, -2.56247], "size": [0, 2, 5], "pivot": [3, 11.32314, -0.06247], "rotation": [7.05239, -2.55868, 19.8423], "uv": [20, 24]}, + {"origin": [1.6, 6.32314, -2.56247], "size": [0, 2, 5], "pivot": [-3, 11.32314, -0.06247], "rotation": [7.05239, 2.55868, -19.8423], "uv": [0, 25]}, + {"origin": [-2.65, 10.32314, -2.56247], "size": [0, 2, 5], "pivot": [-3, 11.32314, -0.06247], "rotation": [7.05239, 2.55868, -19.8423], "uv": [18, 8]} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 11.88923, -2.61959], + "cubes": [ + {"origin": [-2, 11.13923, -2.11959], "size": [4, 3, 4], "uv": [20, 15]}, + {"origin": [-0.5, 11.38923, -3.11959], "size": [1, 1, 1], "uv": [0, 35]}, + {"origin": [-0.5, 11.13923, -2.86959], "size": [1, 1, 1], "pivot": [0, 11.88923, -2.61959], "rotation": [-5, 0, 0], "uv": [14, 34]} + ] + }, + { + "name": "tuff_main", + "parent": "head", + "pivot": [0, 14.38923, 2.88041], + "cubes": [ + {"origin": [-0.5, 14.63923, 1.38041], "size": [1, 1, 5], "pivot": [0, 14.38923, 2.88041], "rotation": [34.79536, 2.22208, -0.22262], "uv": [25, 7]} + ] + }, + { + "name": "tuff", + "parent": "tuff_main", + "pivot": [0, 14.38923, 2.88041], + "cubes": [ + {"origin": [0, 13.13923, 0.88041], "size": [0, 4, 4], "pivot": [0, 14.38923, 2.88041], "rotation": [34.79536, 2.22208, -0.22262], "uv": [20, 27]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [-1.55, 12.63923, -2.29459] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-1.55, 12.63923, -2.29459], + "cubes": [ + {"origin": [-2.05, 11.63923, -2.26959], "size": [1, 2, 0], "pivot": [-1.55, 12.63923, -2.31959], "rotation": [-5, 0, 0], "uv": [4, 14]}, + {"origin": [-1.9, 11.88923, -2.26959], "size": [1, 1, 0], "pivot": [-1.55, 12.63923, -2.29459], "rotation": [-5, 12.5, 0], "uv": [5, 0]} + ] + }, + { + "name": "eyelish_right", + "parent": "eye_right", + "pivot": [-1.65, 12.63923, -2.21959], + "cubes": [ + {"origin": [-2.65, 11.73923, -2.21959], "size": [2, 2, 0], "pivot": [-1.65, 12.63923, -2.21959], "rotation": [0, 0, 7.5], "uv": [18, 15]} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-1.65, 12.63923, -2.21959], + "cubes": [ + {"origin": [-2.65, 11.73923, -2.21959], "size": [2, 1, 0], "pivot": [-1.65, 12.63923, -2.21959], "rotation": [0, 0, 7.5], "uv": [19, 22]} + ] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [1.55, 12.63923, -2.29459], + "cubes": [ + {"origin": [1.05, 11.63923, -2.26959], "size": [1, 2, 0], "pivot": [1.55, 12.63923, -2.31959], "rotation": [-5, 0, 0], "uv": [22, 11]}, + {"origin": [0.9, 11.88923, -2.26959], "size": [1, 1, 0], "pivot": [1.55, 12.63923, -2.29459], "rotation": [-5, -12.5, 0], "uv": [5, 3]} + ] + }, + { + "name": "eyelash_left", + "parent": "eye_left", + "pivot": [1.65, 12.63923, -2.21959], + "cubes": [ + {"origin": [0.65, 11.73923, -2.21959], "size": [2, 2, 0], "pivot": [1.65, 12.63923, -2.21959], "rotation": [0, 0, -7.5], "uv": [10, 34]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [1.65, 12.63923, -2.21959], + "cubes": [ + {"origin": [0.65, 11.73923, -2.21959], "size": [2, 1, 0], "pivot": [1.65, 12.63923, -2.21959], "rotation": [0, 0, -7.5], "uv": [0, 23]} + ] + }, + { + "name": "wing_right", + "parent": "torso", + "pivot": [-2.8, 9.79064, -1.29671], + "cubes": [ + {"origin": [-8.5, 6.99064, -0.29671], "size": [6, 4, 0], "pivot": [-5.5, 8.59064, -1.29671], "rotation": [-17.5, 0, -20], "uv": [28, 22]} + ] + }, + { + "name": "wing_left", + "parent": "torso", + "pivot": [3, 9.09064, -1.29671], + "cubes": [ + {"origin": [2.5, 6.99064, -0.29671], "size": [6, 4, 0], "pivot": [5.5, 8.59064, -1.29671], "rotation": [-17.5, 0, 20], "uv": [30, 29]} + ] + }, + { + "name": "skull", + "parent": "torso", + "pivot": [0, 5.2, 0.5], + "cubes": [ + {"origin": [-4, 3.2, -3], "size": [8, 4, 7], "pivot": [0, 5.2, 0.5], "rotation": [10, 0, 0], "uv": [0, 0]}, + {"origin": [0.75, 5.85844, -3.29006], "size": [2, 2, 1], "pivot": [2, 7.15844, -2.79006], "rotation": [10, 0, 32.5], "uv": [0, 0]}, + {"origin": [-0.5, 5.025, -3.225], "size": [1, 2, 1], "pivot": [0, 5.5, 0.425], "rotation": [7.10708, 7.05302, -44.56145], "uv": [28, 33]}, + {"origin": [-0.5, 5.025, -3.225], "size": [1, 2, 1], "pivot": [0, 5.5, 0.425], "rotation": [7.10708, -7.05302, 44.56145], "uv": [32, 33]}, + {"origin": [-2.75, 5.85844, -3.29006], "size": [2, 2, 1], "pivot": [-2, 7.15844, -2.79006], "rotation": [10, 0, -32.5], "uv": [0, 3]}, + {"origin": [-1, 7.05, -2.9], "size": [2, 2, 1], "pivot": [0, 5.2, 0.5], "rotation": [10, 0, 0], "uv": [0, 11]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-1.47648, 1.52635, 0.05731], + "cubes": [ + {"origin": [-2.77065, 1.8789, -3.08985], "size": [2, 3, 4], "pivot": [-1.52065, 3.3789, -1.83985], "rotation": [12.5, 10, -5], "uv": [23, 0]} + ] + }, + { + "name": "leg_lower_right", + "parent": "leg_right", + "pivot": [-3.13682, 0.52635, -1.30954], + "cubes": [ + {"origin": [-1.97648, 0.22635, -0.44269], "size": [1, 3, 1], "pivot": [-1.47648, 1.52635, 0.05731], "rotation": [12.5, 10, 10], "uv": [0, 19]} + ] + }, + { + "name": "foot_right", + "parent": "leg_lower_right", + "pivot": [-2.27329, 0.78322, -1.9505], + "cubes": [ + {"origin": [-2.72648, 0.02635, -1.69269], "size": [2, 1, 2], "pivot": [-1.47648, 1.52635, 0.05731], "rotation": [0, 15, 0], "uv": [32, 15]} + ] + }, + { + "name": "talons_right", + "parent": "foot_right", + "pivot": [-3.1786, 0.76819, -1.56888], + "cubes": [ + {"origin": [-1.27329, 0.38322, -3.2005], "size": [0, 1, 2], "pivot": [-2.27329, 0.78322, -1.9505], "rotation": [25, -7.5, 0], "uv": [0, 14]}, + {"origin": [-2.13682, 0.42635, -2.55954], "size": [0, 1, 2], "pivot": [-3.13682, 0.52635, -1.30954], "rotation": [25, 15, 0], "uv": [0, 4]}, + {"origin": [-3.1786, 0.26819, -2.56888], "size": [0, 1, 2], "pivot": [-3.1786, 0.76819, -1.56888], "rotation": [25, 30, 0], "uv": [0, 13]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [-1.52065, 3.3789, -1.83985], + "cubes": [ + {"origin": [0.77065, 1.8789, -3.08985], "size": [2, 3, 4], "pivot": [1.52065, 3.3789, -1.83985], "rotation": [12.5, -10, 5], "uv": [20, 22]} + ] + }, + { + "name": "leg_lower_left", + "parent": "leg_left", + "pivot": [1.47648, 1.52635, 0.05731], + "cubes": [ + {"origin": [0.97648, 0.22635, -0.44269], "size": [1, 3, 1], "pivot": [1.47648, 1.52635, 0.05731], "rotation": [12.5, -10, -10], "uv": [15, 19]} + ] + }, + { + "name": "foot_left", + "parent": "leg_left", + "pivot": [3.13682, 0.52635, -1.30954], + "cubes": [ + {"origin": [0.72648, 0.02635, -1.69269], "size": [2, 1, 2], "pivot": [1.47648, 1.52635, 0.05731], "rotation": [0, -15, 0], "uv": [32, 26]} + ] + }, + { + "name": "talons_left", + "parent": "foot_left", + "pivot": [2.27329, 0.78322, -1.9505], + "cubes": [ + {"origin": [1.27329, 0.38322, -3.2005], "size": [0, 1, 2], "pivot": [2.27329, 0.78322, -1.9505], "rotation": [25, 7.5, 0], "uv": [18, 10]}, + {"origin": [2.13682, 0.42635, -2.55954], "size": [0, 1, 2], "pivot": [3.13682, 0.52635, -1.30954], "rotation": [25, -15, 0], "uv": [0, 12]}, + {"origin": [3.1786, 0.26819, -2.56888], "size": [0, 1, 2], "pivot": [3.1786, 0.76819, -1.56888], "rotation": [25, -30, 0], "uv": [18, 9]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/wattrel/wattrel.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/wattrel/wattrel.geo.json new file mode 100644 index 0000000..9c0fc66 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/wattrel/wattrel.geo.json @@ -0,0 +1,440 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.wattrel", + "texture_width": 124, + "texture_height": 32, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "wattrel", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "wattrel", + "pivot": [0, 8, 0.5] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-2, 3.87586, 1.90466], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [-2.5, 2.37586, 1.40466], "size": [1, 2, 1], "inflate": 0.02, "uv": [51, 8]} + ] + }, + { + "name": "leg_right2", + "parent": "leg_right", + "pivot": [-2, 2.37586, 2.40466], + "rotation": [-30, 0, 0], + "cubes": [ + {"origin": [-2.5, 0.37586, 1.40466], "size": [1, 2, 1], "uv": [82, 19]} + ] + }, + { + "name": "foot_right", + "parent": "leg_right2", + "pivot": [-2, 0.87586, 2.40466], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [-3.5, -0.12414, 0.40466], "size": [3, 1, 1], "inflate": 0.01, "uv": [26, 5]}, + {"origin": [-3, -0.12414, 1.40466], "size": [2, 1, 1], "inflate": 0.02, "uv": [0, 20]} + ] + }, + { + "name": "foot_right_claws", + "parent": "foot_right", + "pivot": [-2, 0.87586, 0.40466], + "cubes": [ + {"origin": [-3.5, -0.12414, -1.09534], "size": [3, 0, 2], "uv": [42, 9]} + ] + }, + { + "name": "foot_right_claw_1", + "parent": "foot_right_claws", + "pivot": [-3.5, 0.85, 0.3], + "cubes": [ + {"origin": [-3.5, -0.15, -1.52618], "size": [0, 1, 2], "uv": [1, 16]} + ] + }, + { + "name": "foot_right_claw_2", + "parent": "foot_right_claws", + "pivot": [-2, 0.87586, 0.40466], + "cubes": [ + {"origin": [-2, -0.12414, -1.59534], "size": [0, 1, 2], "uv": [21, 18]} + ] + }, + { + "name": "foot_right_claw_3", + "parent": "foot_right_claws", + "pivot": [-0.5, 0.85, 0.3], + "cubes": [ + {"origin": [-0.5, -0.15, -1.52618], "size": [0, 1, 2], "uv": [1, 17]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [2, 3.87586, 1.90466], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [1.5, 2.37586, 1.40466], "size": [1, 2, 1], "inflate": 0.02, "uv": [51, 5]} + ] + }, + { + "name": "leg_left2", + "parent": "leg_left", + "pivot": [2, 2.37586, 2.40466], + "rotation": [-30, 0, 0], + "cubes": [ + {"origin": [1.5, 0.37586, 1.40466], "size": [1, 2, 1], "uv": [21, 17]} + ] + }, + { + "name": "foot_left", + "parent": "leg_left2", + "pivot": [2, 0.87586, 2.40466], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [0.5, -0.12414, 0.40466], "size": [3, 1, 1], "inflate": 0.01, "uv": [36, 9]}, + {"origin": [1, -0.12414, 1.40466], "size": [2, 1, 1], "inflate": 0.02, "uv": [0, 22]} + ] + }, + { + "name": "foot_left_claws", + "parent": "foot_left", + "pivot": [2, 0.87586, 0.40466], + "cubes": [ + {"origin": [0.5, -0.12414, -1.09534], "size": [3, 0, 2], "uv": [19, 22]} + ] + }, + { + "name": "foot_left_claw_1", + "parent": "foot_left_claws", + "pivot": [3.5, 0.85, 0.3], + "cubes": [ + {"origin": [3.5, -0.15, -1.52618], "size": [0, 1, 2], "uv": [1, 2]} + ] + }, + { + "name": "foot_left_claw_2", + "parent": "foot_left_claws", + "pivot": [2, 0.87586, 0.40466], + "cubes": [ + {"origin": [2, -0.12414, -1.59534], "size": [0, 1, 2], "uv": [6, 2]} + ] + }, + { + "name": "foot_left_claw_3", + "parent": "foot_left_claws", + "pivot": [0.5, 0.85, 0.3], + "cubes": [ + {"origin": [0.5, -0.15, -1.52618], "size": [0, 1, 2], "uv": [1, 15]} + ] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 7.87586, 0.90466], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [-4, 3.87586, -4], "size": [8, 7, 10], "uv": [0, 0]} + ] + }, + { + "name": "wings_open", + "parent": "torso", + "pivot": [0, 9.97586, 1.40466] + }, + { + "name": "wing_open_right", + "parent": "wings_open", + "pivot": [-4, 9.97586, 1.40466], + "cubes": [ + {"origin": [-10, 9.97586, -2.09534], "size": [7, 0, 7], "uv": [103, 0]}, + {"origin": [-10, 9.47586, -1.09534], "size": [7, 1, 4], "uv": [28, 24]} + ] + }, + { + "name": "wing_open_right2", + "parent": "wing_open_right", + "pivot": [-10, 9.97586, 1.40466], + "cubes": [ + {"origin": [-13, 9.97586, -2.09534], "size": [3, 0, 6], "uv": [97, 0]} + ] + }, + { + "name": "wing_open_right3", + "parent": "wing_open_right2", + "pivot": [-13, 9.97586, 1.40466], + "cubes": [ + {"origin": [-16, 9.97586, -1.09534], "size": [3, 0, 6], "uv": [90, 0]} + ] + }, + { + "name": "wing_open_left", + "parent": "wings_open", + "pivot": [4, 9.97586, 1.40466], + "cubes": [ + {"origin": [3, 9.97586, -2.09534], "size": [7, 0, 7], "uv": [103, 8]}, + {"origin": [3, 9.47586, -1.09534], "size": [7, 1, 4], "uv": [42, 0]} + ] + }, + { + "name": "wing_open_left2", + "parent": "wing_open_left", + "pivot": [10, 9.97586, 1.40466], + "cubes": [ + {"origin": [10, 9.97586, -2.09534], "size": [3, 0, 6], "uv": [97, 9]} + ] + }, + { + "name": "wing_open_left3", + "parent": "wing_open_left2", + "pivot": [13, 9.97586, 1.40466], + "cubes": [ + {"origin": [13, 9.97586, -1.09534], "size": [3, 0, 6], "uv": [90, 9]} + ] + }, + { + "name": "wings_closed", + "parent": "torso", + "pivot": [0, 7.87586, -1] + }, + { + "name": "wing_closed_right", + "parent": "wings_closed", + "pivot": [-4.5, 7.87586, -1], + "cubes": [ + {"origin": [-5, 4.37586, -2.5], "size": [1, 7, 7], "uv": [63, 10]} + ] + }, + { + "name": "wing_closed_right2", + "parent": "wing_closed_right", + "pivot": [-4.5, 4.87586, 4.5], + "cubes": [ + {"origin": [-4.5, 4.87586, 4.5], "size": [0, 5, 5], "uv": [93, 14]} + ] + }, + { + "name": "wing_closed_left", + "parent": "wings_closed", + "pivot": [4.5, 7.87586, -1], + "cubes": [ + {"origin": [4, 4.37586, -2.5], "size": [1, 7, 7], "uv": [72, 3]} + ] + }, + { + "name": "wing_closed_left2", + "parent": "wing_closed_left", + "pivot": [4.5, 4.87586, 4.5], + "cubes": [ + {"origin": [4.5, 4.87586, 4.5], "size": [0, 5, 5], "uv": [104, 14]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0.5, 5.37586, 5.90466], + "cubes": [ + {"origin": [-3, 5.37586, 6], "size": [6, 5, 3], "uv": [52, 8]} + ] + }, + { + "name": "tail_feathers", + "parent": "tail", + "pivot": [0, 9.47586, 9], + "rotation": [-12.5, 0, 0] + }, + { + "name": "tail_feather_left", + "parent": "tail_feathers", + "pivot": [0, 9.47586, 8.90466], + "rotation": [0, 15, 0], + "cubes": [ + {"origin": [0, 9.47586, 8], "size": [2, 0, 7], "uv": [108, 17]} + ] + }, + { + "name": "tail_feather_right", + "parent": "tail_feathers", + "pivot": [0, 9.47586, 8.90466], + "rotation": [0, -15, 0], + "cubes": [ + {"origin": [-2, 9.47586, 8], "size": [2, 0, 7], "uv": [113, 17]} + ] + }, + { + "name": "neck", + "parent": "torso", + "pivot": [0.5, 5.87586, -4.09534], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [-3.5, 5.87586, -4], "size": [7, 6, 7], "inflate": -0.02, "uv": [29, 11]} + ] + }, + { + "name": "neck_fur", + "parent": "neck", + "pivot": [0, 8.88241, -3.98], + "rotation": [-12.5, 0, 0], + "cubes": [ + {"origin": [-3.5, 6.875, -3.98], "size": [7, 2, 0], "uv": [26, 7]} + ] + }, + { + "name": "neck_fur_middle", + "parent": "neck_fur", + "pivot": [0, 6.875, -3.98], + "cubes": [ + {"origin": [-3.5, 4.875, -3.98], "size": [7, 2, 0], "uv": [79, 0]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0.5, 11.62586, -0.59534], + "cubes": [ + {"origin": [-3.5, 10.62586, -4], "size": [7, 6, 7], "uv": [0, 17]} + ] + }, + { + "name": "eye_right", + "parent": "head", + "pivot": [-2.5, 13.62586, -3.09534], + "cubes": [ + {"origin": [-3.5, 12.12586, -4], "size": [2, 3, 2], "inflate": 0.02, "uv": [67, 5]} + ] + }, + { + "name": "pupil_right", + "parent": "eye_right", + "pivot": [-2.5, 13.62586, -3.94], + "cubes": [ + {"origin": [-3, 13.12586, -3.95], "size": [1, 1, 0], "inflate": 0.1, "uv": [0, 1]} + ] + }, + { + "name": "eyelid_small_right", + "parent": "eye_right", + "pivot": [-2, 14.62586, -3.49534], + "cubes": [ + {"origin": [-2.5, 14.12586, -3.9], "size": [1, 1, 1], "inflate": 0.04, "uv": [85, 21]} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-2.5, 13.62586, -3.09534], + "cubes": [ + {"origin": [-3.4, 12.12586, -3.9], "size": [2, 3, 2], "inflate": 0.06, "uv": [26, 0]} + ] + }, + { + "name": "eyelid_right_side", + "parent": "eye_right", + "pivot": [-2.9, 14.62586, -2.9], + "cubes": [ + {"origin": [-3.4, 14.12586, -3.9], "size": [1, 1, 2], "inflate": 0.04, "uv": [72, 0]} + ] + }, + { + "name": "eyelid_right_happy", + "parent": "eye_right", + "pivot": [-2.4, 13.62586, -2.9], + "cubes": [ + {"origin": [-3.4, 12.12586, -3.9], "size": [2, 3, 2], "inflate": 0.06, "uv": [50, 24]} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [2.5, 13.62586, -3.09534], + "cubes": [ + {"origin": [1.5, 12.12586, -4], "size": [2, 3, 2], "inflate": 0.02, "uv": [64, 0]} + ] + }, + { + "name": "pupil_left", + "parent": "eye_left", + "pivot": [2.5, 13.62586, -3.94], + "cubes": [ + {"origin": [2, 13.12586, -3.95], "size": [1, 1, 0], "inflate": 0.1, "uv": [0, 0]} + ] + }, + { + "name": "eyelid_small_left", + "parent": "eye_left", + "pivot": [2, 14.62586, -3.59534], + "cubes": [ + {"origin": [1.5, 14.12586, -3.9], "size": [1, 1, 1], "inflate": 0.04, "uv": [82, 22]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [2.4, 13.62586, -2.99534], + "cubes": [ + {"origin": [1.4, 12.12586, -3.9], "size": [2, 3, 2], "inflate": 0.06, "uv": [34, 0]} + ] + }, + { + "name": "eyelid_left_side", + "parent": "eye_left", + "pivot": [2.9, 14.62586, -2.9], + "cubes": [ + {"origin": [2.4, 14.12586, -3.9], "size": [1, 1, 2], "inflate": 0.04, "uv": [73, 3], "mirror": true} + ] + }, + { + "name": "eyelid_left_happy", + "parent": "eye_left", + "pivot": [2.4, 13.62586, -2.9], + "cubes": [ + {"origin": [1.4, 12.12586, -3.9], "size": [2, 3, 2], "inflate": 0.06, "uv": [50, 24], "mirror": true} + ] + }, + { + "name": "beak", + "parent": "head", + "pivot": [0, 12.25, -4.07881], + "cubes": [ + {"origin": [-2, 11.62586, -6], "size": [4, 1, 2], "uv": [40, 6]}, + {"origin": [-1, 11.62586, -6], "size": [2, 1, 3], "inflate": -0.02, "pivot": [0, 12.60086, -5.975], "rotation": [25, 0, 0], "uv": [0, 0]}, + {"origin": [-1, 11.62586, -7], "size": [2, 1, 1], "uv": [82, 17]}, + {"origin": [-0.5, 11.12586, -7.02], "size": [1, 1, 0], "uv": [0, 2]} + ] + }, + { + "name": "jaw", + "parent": "beak", + "pivot": [0, 12.12586, -3.84534], + "cubes": [ + {"origin": [-1.5, 11.12586, -5.5], "size": [3, 1, 2], "uv": [0, 5]}, + {"origin": [-0.5, 11.12586, -6.5], "size": [1, 1, 1], "uv": [25, 17]} + ] + }, + { + "name": "held_item", + "parent": "jaw", + "pivot": [0, 11.65, -6], + "locators": { + "held_item": { + "offset": [0, 11.65, -6], + "rotation": [90, 0, 0] + } + } + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/wiglett.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/wiglett.geo.json new file mode 100644 index 0000000..ddc3e82 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/wiglett.geo.json @@ -0,0 +1,128 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.wiglett", + "texture_width": 64, + "texture_height": 32, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "diglett", + "pivot": [0, 1, 0] + }, + { + "name": "ground", + "parent": "diglett", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-5.5, -1.2, -5.5], "size": [11, 3, 11], "uv": [0, 17]}, + {"origin": [-6, 0.7, -4.3], "size": [11, 2, 0], "uv": [28, 14]}, + {"origin": [4, 0.7, -4.7], "size": [0, 2, 9], "uv": [32, 5]}, + {"origin": [-4.1, 0.7, -4.7], "size": [0, 2, 9], "uv": [32, 5]}, + {"origin": [-6, 0.7, 3.9], "size": [11, 2, 0], "uv": [28, 14]} + ] + }, + { + "name": "body", + "parent": "ground", + "pivot": [0, 3, 0], + "cubes": [ + {"origin": [-3.5, 1, -3.5], "size": [7, 5, 7], "inflate": 0.001, "uv": [33, 16]} + ] + }, + { + "name": "body3", + "parent": "body", + "pivot": [0, 7, 0], + "cubes": [ + {"origin": [-3.5, 6, -2.5], "size": [7, 5, 6], "inflate": 0.01, "uv": [34, 17]}, + {"origin": [-3.5, 6, -3.5], "size": [7, 5, 1], "inflate": 0.01, "uv": [48, 0]} + ] + }, + { + "name": "body4", + "parent": "body3", + "pivot": [0, 12, 0], + "cubes": [ + {"origin": [-3.5, 11, -3.5], "size": [7, 7, 7], "inflate": 0.01, "uv": [28, 0]} + ] + }, + { + "name": "body2", + "parent": "body4", + "pivot": [0, 19, 0], + "cubes": [ + {"origin": [-3.5, 18, -3.5], "size": [7, 7, 7], "inflate": 0.001, "uv": [0, 0]} + ] + }, + { + "name": "nose", + "parent": "body2", + "pivot": [0, 20.25, -3.5], + "cubes": [ + {"origin": [-2, 23.25, -0.5], "size": [4, 2, 1], "pivot": [0, 25.5, 0], "rotation": [-90, 0, 0], "uv": [0, 14]} + ] + }, + { + "name": "eyes", + "parent": "body2", + "pivot": [0, 25.1, 1.35], + "rotation": [-90, 0, 0] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [1.5, 25.1, 1.38], + "cubes": [ + {"origin": [1, 24.1, 1.38], "size": [1, 2, 0], "uv": [2, 0], "mirror": true} + ] + }, + { + "name": "pupil_left", + "parent": "eye_left", + "pivot": [1.5, 25.6, 1.37], + "cubes": [ + {"origin": [1, 25.1, 1.37], "size": [1, 1, 0], "uv": [4, 0], "mirror": true} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [1.5, 25.1, 1.97], + "cubes": [ + {"origin": [0.5, 24.1, 1.47], "size": [2, 2, 1], "inflate": 0.01, "uv": [0, 2], "mirror": true} + ] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-1.5, 25.1, 1.38], + "cubes": [ + {"origin": [-2, 24.1, 1.38], "size": [1, 2, 0], "uv": [0, 0]} + ] + }, + { + "name": "pupil_right", + "parent": "eye_right", + "pivot": [-1.5, 25.6, 1.37], + "cubes": [ + {"origin": [-2, 25.1, 1.37], "size": [1, 1, 0], "uv": [4, 1]} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-1.5, 25.1, 1.97], + "cubes": [ + {"origin": [-2.5, 24.1, 1.47], "size": [2, 2, 1], "inflate": 0.01, "uv": [21, 4]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/wugtrio.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/wugtrio.geo.json new file mode 100644 index 0000000..845334e --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/wugtrio.geo.json @@ -0,0 +1,280 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.wugtrio", + "texture_width": 128, + "texture_height": 64, + "visible_bounds_width": 4, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "dugtrio", + "pivot": [0, 0, 0] + }, + { + "name": "ground1", + "parent": "dugtrio", + "pivot": [-3.75, 0, -3.5], + "cubes": [ + {"origin": [-9.25, -1, -9], "size": [11, 11, 11], "pivot": [-3.75, 1.25, -3.5], "rotation": [-2.92682, -14.71812, 11.37808], "uv": [84, 0]} + ] + }, + { + "name": "body1", + "parent": "ground1", + "pivot": [-7.05, 2.9, -7.5], + "rotation": [39.42961, -36.46498, -43.11249], + "cubes": [ + {"origin": [-10.55, 0.9, -11], "size": [7, 6, 7], "uv": [28, 0]} + ] + }, + { + "name": "body1_2", + "parent": "body1", + "pivot": [-7.05, 6.9, -7.5], + "rotation": [0, 0, 14], + "cubes": [ + {"origin": [-10.55, 5.9, -11], "size": [7, 7, 7], "inflate": 0.01, "uv": [0, 0]} + ] + }, + { + "name": "nose1", + "parent": "body1_2", + "pivot": [-7.05, 8.15, -11], + "cubes": [ + {"origin": [-9.05, 7.15, -12], "size": [4, 2, 1], "uv": [21, 4]} + ] + }, + { + "name": "eyes1", + "parent": "body1_2", + "pivot": [-7.05, 10.4, -11.05] + }, + { + "name": "eye_left1", + "parent": "eyes1", + "pivot": [-5.55, 10.4, -11.02], + "cubes": [ + {"origin": [-6.05, 9.4, -11.02], "size": [1, 2, 0], "uv": [2, 0], "mirror": true} + ] + }, + { + "name": "pupil_left1", + "parent": "eye_left1", + "pivot": [-5.55, 10.9, -11.03], + "cubes": [ + {"origin": [-6.05, 10.4, -11.03], "size": [1, 1, 0], "uv": [4, 0], "mirror": true} + ] + }, + { + "name": "eyelid_left1", + "parent": "eye_left1", + "pivot": [-5.55, 10.4, -10.43], + "cubes": [ + {"origin": [-6.55, 9.4, -10.93], "size": [2, 2, 1], "inflate": 0.01, "uv": [0, 2], "mirror": true} + ] + }, + { + "name": "eye_right1", + "parent": "eyes1", + "pivot": [-8.55, 10.4, -11.02], + "cubes": [ + {"origin": [-9.05, 9.4, -11.02], "size": [1, 2, 0], "uv": [0, 0]} + ] + }, + { + "name": "pupil_right1", + "parent": "eye_right1", + "pivot": [-8.55, 10.9, -11.03], + "cubes": [ + {"origin": [-9.05, 10.4, -11.03], "size": [1, 1, 0], "uv": [4, 1]} + ] + }, + { + "name": "eyelid_right1", + "parent": "eye_right1", + "pivot": [-8.55, 10.4, -10.43], + "cubes": [ + {"origin": [-9.55, 9.4, -10.93], "size": [2, 2, 1], "inflate": 0.01, "uv": [21, 1]} + ] + }, + { + "name": "body2", + "parent": "ground1", + "pivot": [11.95, 2.9, -14.5], + "rotation": [39.42961, -36.46498, -43.11249], + "cubes": [ + {"origin": [8.45, 0.9, -18], "size": [7, 6, 7], "uv": [28, 0]} + ] + }, + { + "name": "body1_3", + "parent": "body2", + "pivot": [11.95, 6.9, -14.5], + "rotation": [0, 0, 14], + "cubes": [ + {"origin": [8.45, 5.9, -18], "size": [7, 7, 7], "inflate": 0.01, "uv": [0, 0]} + ] + }, + { + "name": "nose2", + "parent": "body1_3", + "pivot": [11.95, 8.15, -18], + "cubes": [ + {"origin": [9.95, 7.15, -19], "size": [4, 2, 1], "uv": [21, 4]} + ] + }, + { + "name": "eyes2", + "parent": "body1_3", + "pivot": [11.95, 10.4, -18.05] + }, + { + "name": "eye_left2", + "parent": "eyes2", + "pivot": [13.45, 10.4, -18.02], + "cubes": [ + {"origin": [12.95, 9.4, -18.02], "size": [1, 2, 0], "uv": [2, 0], "mirror": true} + ] + }, + { + "name": "pupil_left2", + "parent": "eye_left2", + "pivot": [13.45, 10.9, -18.03], + "cubes": [ + {"origin": [12.95, 10.4, -18.03], "size": [1, 1, 0], "uv": [4, 0], "mirror": true} + ] + }, + { + "name": "eyelid_left2", + "parent": "eye_left2", + "pivot": [13.45, 10.4, -17.43], + "cubes": [ + {"origin": [12.45, 9.4, -17.93], "size": [2, 2, 1], "inflate": 0.01, "uv": [0, 2], "mirror": true} + ] + }, + { + "name": "eye_right2", + "parent": "eyes2", + "pivot": [10.45, 10.4, -18.02], + "cubes": [ + {"origin": [9.95, 9.4, -18.02], "size": [1, 2, 0], "uv": [0, 0]} + ] + }, + { + "name": "pupil_right2", + "parent": "eye_right2", + "pivot": [10.45, 10.9, -18.03], + "cubes": [ + {"origin": [9.95, 10.4, -18.03], "size": [1, 1, 0], "uv": [4, 1]} + ] + }, + { + "name": "eyelid_right2", + "parent": "eye_right2", + "pivot": [10.45, 10.4, -17.43], + "cubes": [ + {"origin": [9.45, 9.4, -17.93], "size": [2, 2, 1], "inflate": 0.01, "uv": [21, 1]} + ] + }, + { + "name": "ground2", + "parent": "dugtrio", + "pivot": [3.75, 0, -3.5], + "cubes": [ + {"origin": [-1.75, 0, -9], "size": [11, 10, 11], "inflate": 0.01, "pivot": [3.75, 1.25, -3.5], "rotation": [0, 15, 0], "uv": [18, 43]} + ] + }, + { + "name": "ground3", + "parent": "dugtrio", + "pivot": [0, 0, 4], + "cubes": [ + {"origin": [-5.5, -1, -1.5], "size": [11, 14, 11], "inflate": 0.02, "pivot": [0, 1.25, 4], "rotation": [10, 0, 0], "uv": [84, 39]} + ] + }, + { + "name": "body3", + "parent": "ground3", + "pivot": [0, 3, 4], + "cubes": [ + {"origin": [-3.5, 1, 0.5], "size": [7, 9, 7], "uv": [28, 13]} + ] + }, + { + "name": "body3_2", + "parent": "body3", + "pivot": [0, 12, 4], + "cubes": [ + {"origin": [-3.5, 9, 0.5], "size": [7, 9, 7], "inflate": 0.01, "uv": [0, 29]} + ] + }, + { + "name": "nose3", + "parent": "body3_2", + "pivot": [0, 13.25, 0.5], + "cubes": [ + {"origin": [-2, 12.25, -0.5], "size": [4, 2, 1], "uv": [21, 33]} + ] + }, + { + "name": "eyes3", + "parent": "body3_2", + "pivot": [0, 15.5, 0.45] + }, + { + "name": "eye_left3", + "parent": "eyes3", + "pivot": [1.5, 15.5, 0.48], + "cubes": [ + {"origin": [1, 14.5, 0.48], "size": [1, 2, 0], "uv": [2, 29], "mirror": true} + ] + }, + { + "name": "pupil_left3", + "parent": "eye_left3", + "pivot": [1.5, 16, 0.47], + "cubes": [ + {"origin": [1, 15.5, 0.47], "size": [1, 1, 0], "uv": [4, 29], "mirror": true} + ] + }, + { + "name": "eyelid_left3", + "parent": "eye_left3", + "pivot": [1.5, 15.5, 1.07], + "cubes": [ + {"origin": [0.5, 14.5, 0.57], "size": [2, 2, 1], "inflate": 0.01, "uv": [0, 31], "mirror": true} + ] + }, + { + "name": "eye_right3", + "parent": "eyes3", + "pivot": [-1.5, 15.5, 0.48], + "cubes": [ + {"origin": [-2, 14.5, 0.48], "size": [1, 2, 0], "uv": [0, 29]} + ] + }, + { + "name": "pupil_right3", + "parent": "eye_right3", + "pivot": [-1.5, 16, 0.47], + "cubes": [ + {"origin": [-2, 15.5, 0.47], "size": [1, 1, 0], "uv": [4, 30]} + ] + }, + { + "name": "eyelid_right3", + "parent": "eye_right3", + "pivot": [-1.5, 15.5, 1.07], + "cubes": [ + {"origin": [-2.5, 14.5, 0.57], "size": [2, 2, 1], "inflate": 0.01, "uv": [21, 30]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/xurkitree/xurkitree.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/xurkitree/xurkitree.geo.json new file mode 100644 index 0000000..238a647 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/xurkitree/xurkitree.geo.json @@ -0,0 +1,2125 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 512, + "texture_height": 512, + "visible_bounds_width": 12, + "visible_bounds_height": 8.5, + "visible_bounds_offset": [0, 3.75, 0] + }, + "bones": [ + { + "name": "xurkitree", + "pivot": [0, 0, 0] + }, + { + "name": "main_body", + "parent": "xurkitree", + "pivot": [0, 0, 0] + }, + { + "name": "body_top_position", + "parent": "main_body", + "pivot": [0, 75, 3] + }, + { + "name": "head", + "parent": "body_top_position", + "pivot": [0, 76, 3] + }, + { + "name": "tail_rotation", + "parent": "head", + "pivot": [0, 75, 8] + }, + { + "name": "tail_1", + "parent": "tail_rotation", + "pivot": [-0.00406, 74.76667, 2.89899], + "rotation": [0, -90, 0], + "cubes": [ + {"origin": [-0.00406, 74.775, 1.89899], "size": [8, 2, 2], "uv": [254, 185]}, + {"origin": [-0.00406, 72.775, 2.89899], "size": [8, 2, 2], "uv": [256, 152]}, + {"origin": [-0.00406, 72.775, 0.89899], "size": [8, 2, 2], "uv": [256, 156]} + ] + }, + { + "name": "arm_left_7", + "parent": "tail_1", + "pivot": [7.99594, 72.76667, 2.89899], + "cubes": [ + {"origin": [7.99594, 74.775, 1.89899], "size": [8, 2, 2], "uv": [256, 160]}, + {"origin": [7.99594, 72.775, 2.89899], "size": [8, 2, 2], "uv": [256, 164]}, + {"origin": [7.99594, 72.775, 0.89899], "size": [8, 2, 2], "uv": [256, 168]} + ] + }, + { + "name": "arm_left_8", + "parent": "arm_left_7", + "pivot": [15.99594, 72.775, 2.89899], + "cubes": [ + {"origin": [15.99594, 74.775, 1.89899], "size": [8, 2, 2], "uv": [256, 172]}, + {"origin": [15.99594, 72.775, 2.89899], "size": [8, 2, 2], "uv": [202, 257]}, + {"origin": [15.99594, 72.775, 0.89899], "size": [8, 2, 2], "uv": [222, 257]}, + {"origin": [23.49594, 72.275, 0.39899], "size": [2, 5, 5], "uv": [116, 172]}, + {"origin": [22.99594, 77.275, 2.89899], "size": [3, 6, 0], "uv": [18, 177]} + ] + }, + { + "name": "arm_left_9", + "parent": "arm_left_8", + "pivot": [24.99594, 74.79167, 2.89899], + "cubes": [ + {"origin": [42.99594, 77.275, 2.89899], "size": [3, 6, 0], "uv": [108, 187]}, + {"origin": [43.49594, 72.275, 0.39899], "size": [2, 5, 5], "uv": [80, 258]}, + {"origin": [24.99594, 74.775, 1.89899], "size": [8, 2, 2], "pivot": [24.99594, 75.775, 2.89899], "rotation": [0, 0, -15], "uv": [94, 258]}, + {"origin": [35.94594, 72.775, 0.89899], "size": [8, 2, 2], "pivot": [43.94594, 73.775, 1.89899], "rotation": [0, -5, -15], "uv": [142, 260]}, + {"origin": [35.94594, 72.775, 2.89899], "size": [8, 2, 2], "pivot": [43.94594, 73.775, 3.89899], "rotation": [0, 5, -15], "uv": [162, 260]}, + {"origin": [35.94594, 74.775, 1.89899], "size": [8, 2, 2], "pivot": [43.94594, 75.775, 2.89899], "rotation": [0, 0, 15], "uv": [182, 260]}, + {"origin": [32.46453, 76.81148, 1.89899], "size": [4, 2, 2], "inflate": 0.01, "uv": [116, 182]}, + {"origin": [32.48831, 70.69081, 3.58243], "size": [4, 2, 2], "inflate": 0.01, "uv": [194, 95]}, + {"origin": [32.48831, 70.69081, 0.20743], "size": [4, 2, 2], "inflate": 0.01, "uv": [210, 91]}, + {"origin": [24.99594, 72.775, 2.89899], "size": [8, 2, 2], "pivot": [24.99594, 73.775, 3.89899], "rotation": [0, -5, 15], "uv": [260, 211]}, + {"origin": [24.99594, 72.775, 0.89899], "size": [8, 2, 2], "pivot": [24.99594, 73.775, 1.89899], "rotation": [0, 5, 15], "uv": [260, 215]} + ] + }, + { + "name": "arm_left_10", + "parent": "arm_left_9", + "pivot": [44.99594, 72.84167, 2.89899], + "cubes": [ + {"origin": [44.99594, 74.775, 1.89899], "size": [8, 2, 2], "uv": [260, 219]}, + {"origin": [44.99594, 72.775, 2.89899], "size": [8, 2, 2], "uv": [260, 223]}, + {"origin": [44.99594, 72.775, 0.89899], "size": [8, 2, 2], "uv": [260, 227]} + ] + }, + { + "name": "arm_left_11", + "parent": "arm_left_10", + "pivot": [52.99594, 76.79167, 2.89899], + "cubes": [ + {"origin": [52.99594, 74.775, 1.89899], "size": [8, 2, 2], "uv": [260, 231]}, + {"origin": [52.99594, 72.775, 2.89899], "size": [8, 2, 2], "uv": [242, 260]}, + {"origin": [52.99594, 72.775, 0.89899], "size": [8, 2, 2], "uv": [260, 247]} + ] + }, + { + "name": "arm_left_12", + "parent": "arm_left_11", + "pivot": [60.99594, 76.775, 2.89899], + "cubes": [ + {"origin": [60.99594, 74.775, 1.89899], "size": [8, 2, 2], "uv": [260, 251]}, + {"origin": [60.99594, 72.775, 2.89899], "size": [8, 2, 2], "uv": [260, 255]}, + {"origin": [60.99594, 72.775, 0.89899], "size": [8, 2, 2], "uv": [202, 261]} + ] + }, + { + "name": "tip_plug", + "parent": "arm_left_12", + "pivot": [69.52111, 75.777, 2.94434], + "cubes": [ + {"origin": [68.49594, 72.275, 0.39899], "size": [2, 5, 5], "uv": [222, 261]}, + {"origin": [67.99594, 77.275, 2.89899], "size": [3, 6, 0], "uv": [218, 199]}, + {"origin": [69.20812, 72.8, 0.86181], "size": [3, 4, 4], "uv": [220, 178]}, + {"origin": [72.075, 74.8, -2], "size": [5, 5, 10], "uv": [0, 84]}, + {"origin": [76.27297, 70.8, 2.89493], "size": [5, 3, 0], "uv": [130, 159]}, + {"origin": [76.77297, 75.8, 0.39493], "size": [5, 3, 0], "pivot": [79.77297, 76.8, 0.39493], "rotation": [-30, 0, 0], "uv": [172, 200]}, + {"origin": [76.77297, 75.8, 5.60507], "size": [5, 3, 0], "pivot": [79.77297, 76.8, 5.60507], "rotation": [30, 0, 0], "uv": [210, 152]}, + {"origin": [72.075, 69.8, 0], "size": [5, 5, 6], "uv": [168, 114]} + ] + }, + { + "name": "arm_left_1", + "parent": "head", + "pivot": [5, 75, 0] + }, + { + "name": "arm_left_1_sec_1", + "parent": "arm_left_1", + "pivot": [4.025, 72.625, 3], + "cubes": [ + {"origin": [4.025, 74.625, 2], "size": [8, 2, 2], "uv": [262, 91]}, + {"origin": [4.025, 72.625, 3], "size": [8, 2, 2], "uv": [94, 262]}, + {"origin": [4.025, 72.625, 1], "size": [8, 2, 2], "uv": [262, 95]} + ] + }, + { + "name": "arm_left_1_sec_2", + "parent": "arm_left_1_sec_1", + "pivot": [12.025, 72.625, 3], + "cubes": [ + {"origin": [12.025, 74.625, 2], "size": [8, 2, 2], "uv": [262, 99]}, + {"origin": [12.025, 72.625, 3], "size": [8, 2, 2], "uv": [262, 103]}, + {"origin": [12.025, 72.625, 1], "size": [8, 2, 2], "uv": [262, 107]}, + {"origin": [20.025, 72.125, 0.5], "size": [2, 5, 5], "uv": [262, 189]}, + {"origin": [19.525, 77.125, 3], "size": [3, 6, 0], "uv": [162, 223]} + ] + }, + { + "name": "arm_left_3", + "parent": "arm_left_1_sec_2", + "pivot": [21.025, 72.64167, 3], + "cubes": [ + {"origin": [21.025, 74.625, 2], "size": [8, 2, 2], "uv": [262, 111]}, + {"origin": [21.025, 72.625, 3], "size": [8, 2, 2], "uv": [262, 199]}, + {"origin": [21.025, 72.625, 1], "size": [8, 2, 2], "uv": [262, 259]} + ] + }, + { + "name": "arm_left_2", + "parent": "arm_left_3", + "pivot": [29.025, 72.64167, 3], + "cubes": [ + {"origin": [29.025, 74.625, 2], "size": [8, 2, 2], "uv": [114, 263]}, + {"origin": [29.025, 72.625, 3], "size": [8, 2, 2], "uv": [262, 263]}, + {"origin": [29.025, 72.625, 1], "size": [8, 2, 2], "uv": [264, 65]} + ] + }, + { + "name": "arm_left_4", + "parent": "arm_left_2", + "pivot": [37.025, 72.64167, 3], + "cubes": [ + {"origin": [37.025, 74.625, 2], "size": [8, 2, 2], "uv": [264, 69]}, + {"origin": [37.025, 72.625, 3], "size": [8, 2, 2], "uv": [264, 73]}, + {"origin": [37.025, 72.625, 1], "size": [8, 2, 2], "uv": [264, 77]}, + {"origin": [44.525, 72.125, 0.5], "size": [2, 5, 5], "uv": [264, 81]}, + {"origin": [44.025, 77.125, 3], "size": [3, 6, 0], "uv": [236, 191]} + ] + }, + { + "name": "arm_left_5", + "parent": "arm_left_4", + "pivot": [46.025, 72.64167, 3], + "cubes": [ + {"origin": [46.025, 74.625, 2], "size": [8, 2, 2], "pivot": [46.025, 75.625, 3], "rotation": [0, 0, -15], "uv": [134, 264]}, + {"origin": [56.975, 72.625, 1], "size": [8, 2, 2], "pivot": [64.975, 73.625, 2], "rotation": [0, -5, -15], "uv": [264, 138]}, + {"origin": [56.975, 72.625, 3], "size": [8, 2, 2], "pivot": [64.975, 73.625, 4], "rotation": [0, 5, -15], "uv": [264, 142]}, + {"origin": [56.975, 74.625, 2], "size": [8, 2, 2], "pivot": [64.975, 75.625, 3], "rotation": [0, 0, 15], "uv": [264, 146]}, + {"origin": [53.49359, 76.66148, 2], "size": [4, 2, 2], "inflate": 0.01, "uv": [114, 258]}, + {"origin": [53.51737, 70.54081, 3.68344], "size": [4, 2, 2], "inflate": 0.01, "uv": [270, 120]}, + {"origin": [53.51737, 70.54081, 0.30844], "size": [4, 2, 2], "inflate": 0.01, "uv": [0, 271]}, + {"origin": [46.025, 72.625, 3], "size": [8, 2, 2], "pivot": [46.025, 73.625, 4], "rotation": [0, -5, 15], "uv": [154, 264]}, + {"origin": [46.025, 72.625, 1], "size": [8, 2, 2], "pivot": [46.025, 73.625, 2], "rotation": [0, 5, 15], "uv": [174, 264]} + ] + }, + { + "name": "arm_left_hand", + "parent": "arm_left_5", + "pivot": [65.19167, 74.44167, 3], + "cubes": [ + {"origin": [64.025, 77.125, 3], "size": [3, 6, 0], "uv": [44, 244]}, + {"origin": [64.525, 72.125, 0.5], "size": [2, 5, 5], "uv": [264, 235]}, + {"origin": [66.525, 72.575, 1], "size": [2, 4, 4], "inflate": 0.01, "uv": [236, 268]} + ] + }, + { + "name": "arm_left_finger_4_sec_1", + "parent": "arm_left_hand", + "pivot": [68.525, 72.675, 3], + "cubes": [ + {"origin": [68.525, 67.675, 2], "size": [0, 5, 2], "uv": [50, 244]} + ] + }, + { + "name": "arm_left_finger_1_sec_9", + "parent": "arm_left_finger_4_sec_1", + "pivot": [68.525, 67.675, 3], + "cubes": [ + {"origin": [68.525, 62.675, 2], "size": [0, 5, 2], "uv": [54, 271]} + ] + }, + { + "name": "arm_left_finger_1_sec_10", + "parent": "arm_left_finger_1_sec_9", + "pivot": [68.525, 62.675, 3], + "cubes": [ + {"origin": [68.525, 57.675, 2], "size": [0, 5, 2], "uv": [58, 271]} + ] + }, + { + "name": "arm_left_finger_1_sec_18", + "parent": "arm_left_finger_1_sec_10", + "pivot": [68.525, 57.675, 3] + }, + { + "name": "arm_left_finger_3_sec_1", + "parent": "arm_left_hand", + "pivot": [68.525, 75.34277, 2.23223], + "rotation": [45, 0, 0], + "cubes": [ + {"origin": [68.525, 75.67119, 1.23223], "size": [0, 5, 2], "uv": [62, 271]} + ] + }, + { + "name": "arm_left_finger_1_sec_4", + "parent": "arm_left_finger_3_sec_1", + "pivot": [68.525, 80.60013, 2.16117], + "cubes": [ + {"origin": [68.525, 80.67119, 1.23223], "size": [0, 5, 2], "uv": [66, 271]} + ] + }, + { + "name": "arm_left_finger_1_sec_7", + "parent": "arm_left_finger_1_sec_4", + "pivot": [68.525, 85.60013, 2.16117], + "cubes": [ + {"origin": [68.525, 85.67119, 1.23223], "size": [0, 5, 2], "uv": [70, 271]} + ] + }, + { + "name": "arm_left_finger_1_sec_14", + "parent": "arm_left_finger_1_sec_7", + "pivot": [68.525, 90.60013, 2.16117] + }, + { + "name": "arm_left_finger_5_sec_1", + "parent": "arm_left_hand", + "pivot": [68.525, 73.675, 2], + "rotation": [-45, 0, 0], + "cubes": [ + {"origin": [68.525, 68.675, 1], "size": [0, 5, 2], "uv": [74, 271]} + ] + }, + { + "name": "arm_left_finger_1_sec_12", + "parent": "arm_left_finger_5_sec_1", + "pivot": [68.525, 68.60393, 2.07107], + "cubes": [ + {"origin": [68.525, 63.675, 1], "size": [0, 5, 2], "uv": [112, 271]} + ] + }, + { + "name": "arm_left_finger_1_sec_13", + "parent": "arm_left_finger_1_sec_12", + "pivot": [68.525, 63.60393, 2.07107], + "cubes": [ + {"origin": [68.525, 58.675, 1], "size": [0, 5, 2], "uv": [116, 271]} + ] + }, + { + "name": "arm_left_finger_1_sec_19", + "parent": "arm_left_finger_1_sec_13", + "pivot": [68.525, 58.60393, 2.07107] + }, + { + "name": "arm_left_finger_6_sec_1", + "parent": "arm_left_hand", + "pivot": [68.525, 73.675, 4], + "rotation": [45, 0, 0], + "cubes": [ + {"origin": [68.525, 68.675, 3], "size": [0, 5, 2], "uv": [120, 271]} + ] + }, + { + "name": "arm_left_finger_1_sec_8", + "parent": "arm_left_finger_6_sec_1", + "pivot": [68.525, 68.60393, 3.92893], + "cubes": [ + {"origin": [68.525, 63.675, 3], "size": [0, 5, 2], "uv": [124, 271]} + ] + }, + { + "name": "arm_left_finger_1_sec_11", + "parent": "arm_left_finger_1_sec_8", + "pivot": [68.525, 63.60393, 3.92893], + "cubes": [ + {"origin": [68.525, 58.675, 3], "size": [0, 5, 2], "uv": [128, 271]} + ] + }, + { + "name": "arm_left_finger_1_sec_17", + "parent": "arm_left_finger_1_sec_11", + "pivot": [68.525, 58.60393, 3.92893] + }, + { + "name": "arm_left_finger_2_sec_1", + "parent": "arm_left_hand", + "pivot": [68.525, 75.575, 4], + "rotation": [-45, 0, 0], + "cubes": [ + {"origin": [68.525, 75.575, 3], "size": [0, 5, 2], "uv": [220, 271]} + ] + }, + { + "name": "arm_left_finger_1_sec_5", + "parent": "arm_left_finger_2_sec_1", + "pivot": [68.525, 80.50393, 4.07107], + "cubes": [ + {"origin": [68.525, 80.575, 3], "size": [0, 5, 2], "uv": [224, 271]} + ] + }, + { + "name": "arm_left_finger_1_sec_6", + "parent": "arm_left_finger_1_sec_5", + "pivot": [68.525, 85.50393, 4.07107], + "cubes": [ + {"origin": [68.525, 85.575, 3], "size": [0, 5, 2], "uv": [228, 271]} + ] + }, + { + "name": "arm_left_finger_1_sec_16", + "parent": "arm_left_finger_1_sec_6", + "pivot": [68.525, 90.50393, 4.07107] + }, + { + "name": "arm_left_finger_1_sec_1", + "parent": "arm_left_hand", + "pivot": [68.525, 76.575, 3], + "cubes": [ + {"origin": [68.525, 76.575, 2], "size": [0, 5, 2], "uv": [232, 271]} + ] + }, + { + "name": "arm_left_finger_1_sec_2", + "parent": "arm_left_finger_1_sec_1", + "pivot": [68.525, 81.575, 3], + "cubes": [ + {"origin": [68.525, 81.575, 2], "size": [0, 5, 2], "uv": [270, 272]} + ] + }, + { + "name": "arm_left_finger_1_sec_3", + "parent": "arm_left_finger_1_sec_2", + "pivot": [68.525, 86.575, 3], + "cubes": [ + {"origin": [68.525, 86.575, 2], "size": [0, 5, 2], "uv": [274, 124]} + ] + }, + { + "name": "arm_left_finger_1_sec_15", + "parent": "arm_left_finger_1_sec_3", + "pivot": [68.525, 91.575, 3] + }, + { + "name": "arm_right_1", + "parent": "head", + "pivot": [-5, 75, 0] + }, + { + "name": "arm_right_1_sec_1", + "parent": "arm_right_1", + "pivot": [-4.025, 72.625, 3], + "cubes": [ + {"origin": [-12.025, 74.625, 2], "size": [8, 2, 2], "uv": [264, 203]}, + {"origin": [-12.025, 72.625, 3], "size": [8, 2, 2], "uv": [264, 207]}, + {"origin": [-12.025, 72.625, 1], "size": [8, 2, 2], "uv": [236, 264]} + ] + }, + { + "name": "arm_right_1_sec_2", + "parent": "arm_right_1_sec_1", + "pivot": [-12.025, 72.625, 3], + "cubes": [ + {"origin": [-20.025, 74.625, 2], "size": [8, 2, 2], "uv": [194, 265]}, + {"origin": [-20.025, 72.625, 3], "size": [8, 2, 2], "uv": [266, 0]}, + {"origin": [-20.025, 72.625, 1], "size": [8, 2, 2], "uv": [266, 4]}, + {"origin": [-22.025, 72.125, 0.5], "size": [2, 5, 5], "uv": [266, 8]}, + {"origin": [-22.525, 77.125, 3], "size": [3, 6, 0], "uv": [248, 268]} + ] + }, + { + "name": "arm_right_3", + "parent": "arm_right_1_sec_2", + "pivot": [-21.025, 72.64167, 3], + "cubes": [ + {"origin": [-29.025, 74.625, 2], "size": [8, 2, 2], "uv": [266, 18]}, + {"origin": [-29.025, 72.625, 3], "size": [8, 2, 2], "uv": [266, 22]}, + {"origin": [-29.025, 72.625, 1], "size": [8, 2, 2], "uv": [266, 26]} + ] + }, + { + "name": "arm_right_2", + "parent": "arm_right_3", + "pivot": [-29.025, 72.64167, 3], + "cubes": [ + {"origin": [-37.025, 74.625, 2], "size": [8, 2, 2], "uv": [266, 30]}, + {"origin": [-37.025, 72.625, 3], "size": [8, 2, 2], "uv": [266, 34]}, + {"origin": [-37.025, 72.625, 1], "size": [8, 2, 2], "uv": [266, 38]} + ] + }, + { + "name": "arm_right_4", + "parent": "arm_right_2", + "pivot": [-37.025, 72.64167, 3], + "cubes": [ + {"origin": [-45.025, 74.625, 2], "size": [8, 2, 2], "uv": [266, 42]}, + {"origin": [-45.025, 72.625, 3], "size": [8, 2, 2], "uv": [266, 46]}, + {"origin": [-45.025, 72.625, 1], "size": [8, 2, 2], "uv": [266, 50]}, + {"origin": [-46.525, 72.125, 0.5], "size": [2, 5, 5], "uv": [266, 54]}, + {"origin": [-47.025, 77.125, 3], "size": [3, 6, 0], "uv": [106, 270]} + ] + }, + { + "name": "arm_right_5", + "parent": "arm_right_4", + "pivot": [-46.025, 72.64167, 3], + "cubes": [ + {"origin": [-54.025, 74.625, 2], "size": [8, 2, 2], "pivot": [-46.025, 75.625, 3], "rotation": [0, 0, 15], "uv": [94, 266]}, + {"origin": [-64.975, 72.625, 1], "size": [8, 2, 2], "pivot": [-64.975, 73.625, 2], "rotation": [0, 5, 15], "uv": [0, 267]}, + {"origin": [-64.975, 72.625, 3], "size": [8, 2, 2], "pivot": [-64.975, 73.625, 4], "rotation": [0, -5, 15], "uv": [20, 267]}, + {"origin": [-64.975, 74.625, 2], "size": [8, 2, 2], "pivot": [-64.975, 75.625, 3], "rotation": [0, 0, -15], "uv": [40, 267]}, + {"origin": [-57.49359, 76.66148, 2], "size": [4, 2, 2], "inflate": 0.01, "uv": [12, 271]}, + {"origin": [-57.51737, 70.54081, 3.68344], "size": [4, 2, 2], "inflate": 0.01, "uv": [24, 271]}, + {"origin": [-57.51737, 70.54081, 0.30844], "size": [4, 2, 2], "inflate": 0.01, "uv": [36, 271]}, + {"origin": [-54.025, 72.625, 3], "size": [8, 2, 2], "pivot": [-46.025, 73.625, 4], "rotation": [0, 5, -15], "uv": [60, 267]}, + {"origin": [-54.025, 72.625, 1], "size": [8, 2, 2], "pivot": [-46.025, 73.625, 2], "rotation": [0, -5, -15], "uv": [114, 267]} + ] + }, + { + "name": "arm_right_hand", + "parent": "arm_right_5", + "pivot": [-65.19167, 74.44167, 3], + "cubes": [ + {"origin": [-67.025, 77.125, 3], "size": [3, 6, 0], "uv": [48, 271]}, + {"origin": [-66.525, 72.125, 0.5], "size": [2, 5, 5], "uv": [256, 267]}, + {"origin": [-68.525, 72.575, 1], "size": [2, 4, 4], "inflate": 0.01, "uv": [194, 269]} + ] + }, + { + "name": "arm_right_finger_4_sec_1", + "parent": "arm_right_hand", + "pivot": [-68.525, 72.675, 3], + "cubes": [ + {"origin": [-68.525, 67.675, 2], "size": [0, 5, 2], "uv": [274, 131]} + ] + }, + { + "name": "arm_right_finger_1_sec_9", + "parent": "arm_right_finger_4_sec_1", + "pivot": [-68.525, 67.675, 3], + "cubes": [ + {"origin": [-68.525, 62.675, 2], "size": [0, 5, 2], "uv": [274, 176]} + ] + }, + { + "name": "arm_right_finger_1_sec_10", + "parent": "arm_right_finger_1_sec_9", + "pivot": [-68.525, 62.675, 3], + "cubes": [ + {"origin": [-68.525, 57.675, 2], "size": [0, 5, 2], "uv": [206, 274]} + ] + }, + { + "name": "arm_right_finger_1_sec_18", + "parent": "arm_right_finger_1_sec_10", + "pivot": [-68.525, 57.675, 3] + }, + { + "name": "arm_right_finger_3_sec_1", + "parent": "arm_right_hand", + "pivot": [-68.525, 75.34277, 2.23223], + "rotation": [45, 0, 0], + "cubes": [ + {"origin": [-68.525, 75.67119, 1.23223], "size": [0, 5, 2], "uv": [210, 274]} + ] + }, + { + "name": "arm_right_finger_1_sec_4", + "parent": "arm_right_finger_3_sec_1", + "pivot": [-68.525, 80.60013, 2.16117], + "cubes": [ + {"origin": [-68.525, 80.67119, 1.23223], "size": [0, 5, 2], "uv": [214, 274]} + ] + }, + { + "name": "arm_right_finger_1_sec_7", + "parent": "arm_right_finger_1_sec_4", + "pivot": [-68.525, 85.60013, 2.16117], + "cubes": [ + {"origin": [-68.525, 85.67119, 1.23223], "size": [0, 5, 2], "uv": [248, 274]} + ] + }, + { + "name": "arm_right_finger_1_sec_14", + "parent": "arm_right_finger_1_sec_7", + "pivot": [-68.525, 90.60013, 2.16117] + }, + { + "name": "arm_right_finger_5_sec_1", + "parent": "arm_right_hand", + "pivot": [-68.525, 73.675, 2], + "rotation": [-45, 0, 0], + "cubes": [ + {"origin": [-68.525, 68.675, 1], "size": [0, 5, 2], "uv": [252, 274]} + ] + }, + { + "name": "arm_right_finger_1_sec_12", + "parent": "arm_right_finger_5_sec_1", + "pivot": [-68.525, 68.60393, 2.07107], + "cubes": [ + {"origin": [-68.525, 63.675, 1], "size": [0, 5, 2], "uv": [274, 272]} + ] + }, + { + "name": "arm_right_finger_1_sec_13", + "parent": "arm_right_finger_1_sec_12", + "pivot": [-68.525, 63.60393, 2.07107], + "cubes": [ + {"origin": [-68.525, 58.675, 1], "size": [0, 5, 2], "uv": [0, 275]} + ] + }, + { + "name": "arm_right_finger_1_sec_19", + "parent": "arm_right_finger_1_sec_13", + "pivot": [-68.525, 58.60393, 2.07107] + }, + { + "name": "arm_right_finger_6_sec_1", + "parent": "arm_right_hand", + "pivot": [-68.525, 73.675, 4], + "rotation": [45, 0, 0], + "cubes": [ + {"origin": [-68.525, 68.675, 3], "size": [0, 5, 2], "uv": [4, 275]} + ] + }, + { + "name": "arm_right_finger_1_sec_8", + "parent": "arm_right_finger_6_sec_1", + "pivot": [-68.525, 68.60393, 3.92893], + "cubes": [ + {"origin": [-68.525, 63.675, 3], "size": [0, 5, 2], "uv": [8, 275]} + ] + }, + { + "name": "arm_right_finger_1_sec_11", + "parent": "arm_right_finger_1_sec_8", + "pivot": [-68.525, 63.60393, 3.92893], + "cubes": [ + {"origin": [-68.525, 58.675, 3], "size": [0, 5, 2], "uv": [12, 275]} + ] + }, + { + "name": "arm_right_finger_1_sec_17", + "parent": "arm_right_finger_1_sec_11", + "pivot": [-68.525, 58.60393, 3.92893] + }, + { + "name": "arm_right_finger_2_sec_1", + "parent": "arm_right_hand", + "pivot": [-68.525, 75.575, 4], + "rotation": [-45, 0, 0], + "cubes": [ + {"origin": [-68.525, 75.575, 3], "size": [0, 5, 2], "uv": [16, 275]} + ] + }, + { + "name": "arm_right_finger_1_sec_5", + "parent": "arm_right_finger_2_sec_1", + "pivot": [-68.525, 80.50393, 4.07107], + "cubes": [ + {"origin": [-68.525, 80.575, 3], "size": [0, 5, 2], "uv": [20, 275]} + ] + }, + { + "name": "arm_right_finger_1_sec_6", + "parent": "arm_right_finger_1_sec_5", + "pivot": [-68.525, 85.50393, 4.07107], + "cubes": [ + {"origin": [-68.525, 85.575, 3], "size": [0, 5, 2], "uv": [24, 275]} + ] + }, + { + "name": "arm_right_finger_1_sec_16", + "parent": "arm_right_finger_1_sec_6", + "pivot": [-68.525, 90.50393, 4.07107] + }, + { + "name": "arm_right_finger_1_sec_1", + "parent": "arm_right_hand", + "pivot": [-68.525, 76.575, 3], + "cubes": [ + {"origin": [-68.525, 76.575, 2], "size": [0, 5, 2], "uv": [28, 275]} + ] + }, + { + "name": "arm_right_finger_1_sec_2", + "parent": "arm_right_finger_1_sec_1", + "pivot": [-68.525, 81.575, 3], + "cubes": [ + {"origin": [-68.525, 81.575, 2], "size": [0, 5, 2], "uv": [32, 275]} + ] + }, + { + "name": "arm_right_finger_1_sec_3", + "parent": "arm_right_finger_1_sec_2", + "pivot": [-68.525, 86.575, 3], + "cubes": [ + {"origin": [-68.525, 86.575, 2], "size": [0, 5, 2], "uv": [36, 275]} + ] + }, + { + "name": "arm_right_finger_1_sec_15", + "parent": "arm_right_finger_1_sec_3", + "pivot": [-68.525, 91.575, 3] + }, + { + "name": "realhead", + "parent": "head", + "pivot": [0, 76, 3] + }, + { + "name": "head_quirk", + "parent": "realhead", + "pivot": [0, 76, 0] + }, + { + "name": "ball", + "parent": "head_quirk", + "pivot": [5.60026, 75.77733, 11.40213], + "cubes": [ + {"origin": [-6.89974, 74.77733, -3.99787], "size": [14, 14, 14], "uv": [0, 0]}, + {"origin": [-5.89974, 75.77733, -5.99787], "size": [12, 12, 2], "uv": [30, 84]}, + {"origin": [-5.89974, 89.77733, -3.99787], "size": [12, 12, 2], "pivot": [5.10026, 89.77733, -2.99787], "rotation": [-90, 0, 0], "uv": [58, 84]}, + {"origin": [-5.89974, 73.77733, -3.99787], "size": [12, 12, 2], "pivot": [5.10026, 73.77733, -2.99787], "rotation": [-90, 0, 0], "uv": [86, 84]}, + {"origin": [2.60026, 75.77733, 1.75213], "size": [12, 12, 2], "pivot": [8.10026, 82.27733, 2.75213], "rotation": [0, -90, 0], "uv": [30, 98]}, + {"origin": [-14.39974, 75.77733, 1.75213], "size": [12, 12, 2], "pivot": [-7.89974, 82.27733, 2.75213], "rotation": [0, 90, 0], "uv": [58, 98]}, + {"origin": [-5.89974, 75.77733, 10.00213], "size": [12, 12, 2], "uv": [86, 98]} + ] + }, + { + "name": "bone20", + "parent": "head_quirk", + "pivot": [0.10026, 82.27733, 15.00213], + "rotation": [0, -90, 0], + "cubes": [ + {"origin": [-3.39974, 77.77733, 15.00213], "size": [11, 9, 0], "uv": [186, 99]}, + {"origin": [-3.39974, 77.77733, 15.00213], "size": [11, 9, 0], "pivot": [0.10026, 82.27733, 15.00213], "rotation": [-90, 0, 0], "uv": [116, 186]} + ] + }, + { + "name": "bone22", + "parent": "head_quirk", + "pivot": [0.10026, 74.37733, -0.99787], + "rotation": [90, 52.5, 90], + "cubes": [ + {"origin": [-3.39974, 69.87733, -0.99787], "size": [13, 9, 0], "uv": [140, 126]}, + {"origin": [-3.39974, 69.87733, -0.99787], "size": [13, 9, 0], "pivot": [2.10026, 74.37733, -0.99787], "rotation": [90, 0, 0], "uv": [140, 135]} + ] + }, + { + "name": "bone21", + "parent": "head_quirk", + "pivot": [0.10026, 82.27733, -8.99787], + "rotation": [0, 90, 0], + "cubes": [ + {"origin": [-3.39974, 77.77733, -8.99787], "size": [11, 9, 0], "uv": [138, 186]}, + {"origin": [-3.39974, 77.77733, -8.99787], "size": [11, 9, 0], "inflate": 0.01, "pivot": [0.10026, 82.27733, -8.99787], "rotation": [90, 0, 0], "uv": [160, 186]} + ] + }, + { + "name": "bone6", + "parent": "head_quirk", + "pivot": [-5.13476, 85.77733, -1.99787], + "rotation": [0, 45, 0] + }, + { + "name": "bone7", + "parent": "bone6", + "pivot": [-5.13476, 85.77733, -1.99787], + "rotation": [55, 0, 0], + "cubes": [ + {"origin": [-9.63476, 85.77733, -1.99787], "size": [9, 13, 0], "uv": [18, 187]}, + {"origin": [-9.63476, 85.77733, -1.99787], "size": [9, 13, 0], "pivot": [-5.13476, 93.27733, -1.99787], "rotation": [0, 90, 0], "uv": [36, 187]} + ] + }, + { + "name": "bone4", + "parent": "head_quirk", + "pivot": [5.33527, 85.77733, -1.99787], + "rotation": [0, -45, 0] + }, + { + "name": "bone5", + "parent": "bone4", + "pivot": [5.33527, 85.77733, -1.99787], + "rotation": [55, 0, 0], + "cubes": [ + {"origin": [0.83527, 85.77733, -1.99787], "size": [9, 13, 0], "uv": [54, 187]}, + {"origin": [0.83527, 85.77733, -1.99787], "size": [9, 13, 0], "pivot": [5.33527, 93.27733, -1.99787], "rotation": [0, -90, 0], "uv": [72, 187]} + ] + }, + { + "name": "bone16", + "parent": "head_quirk", + "pivot": [-4.89974, 77.77733, -1.99787], + "rotation": [0, 45, 0] + }, + { + "name": "bone17", + "parent": "bone16", + "pivot": [-4.89974, 77.77733, -1.99787], + "rotation": [-55, 0, 0], + "cubes": [ + {"origin": [-9.39974, 64.77733, -1.99787], "size": [9, 13, 0], "uv": [90, 187]}, + {"origin": [-9.39974, 64.77733, -1.99787], "size": [9, 13, 0], "pivot": [-4.89974, 70.27733, -1.99787], "rotation": [0, 90, 0], "uv": [190, 108]} + ] + }, + { + "name": "bone18", + "parent": "head_quirk", + "pivot": [5.10026, 77.77733, -1.99787], + "rotation": [0, -45, 0] + }, + { + "name": "bone19", + "parent": "bone18", + "pivot": [5.10026, 77.77733, -1.99787], + "rotation": [-55, 0, 0], + "cubes": [ + {"origin": [0.60026, 64.77733, -1.99787], "size": [9, 13, 0], "uv": [0, 192]}, + {"origin": [0.60026, 64.77733, -1.99787], "size": [9, 13, 0], "pivot": [5.10026, 70.27733, -1.99787], "rotation": [0, -90, 0], "uv": [192, 121]} + ] + }, + { + "name": "bone12", + "parent": "head_quirk", + "pivot": [5.10026, 77.77733, 8.00213], + "rotation": [0, 45, 0] + }, + { + "name": "bone13", + "parent": "bone12", + "pivot": [5.10026, 77.77733, 8.00213], + "rotation": [55, 0, 0], + "cubes": [ + {"origin": [0.60026, 64.77733, 8.00213], "size": [9, 13, 0], "uv": [192, 134]}, + {"origin": [0.60026, 64.77733, 8.00213], "size": [9, 13, 0], "pivot": [5.10026, 70.27733, 8.00213], "rotation": [0, 90, 0], "uv": [192, 147]} + ] + }, + { + "name": "bone14", + "parent": "head_quirk", + "pivot": [-4.89974, 77.77733, 8.00213], + "rotation": [0, -45, 0] + }, + { + "name": "bone15", + "parent": "bone14", + "pivot": [-4.89974, 77.77733, 8.00213], + "rotation": [55, 0, 0], + "cubes": [ + {"origin": [-9.39974, 64.77733, 8.00213], "size": [9, 13, 0], "uv": [182, 192]}, + {"origin": [-9.39974, 64.77733, 8.00213], "size": [9, 13, 0], "pivot": [-4.89974, 70.27733, 8.00213], "rotation": [0, -90, 0], "uv": [194, 0]} + ] + }, + { + "name": "bone10", + "parent": "head_quirk", + "pivot": [-4.89974, 85.77733, 8.00213], + "rotation": [0, -45, 0] + }, + { + "name": "bone11", + "parent": "bone10", + "pivot": [-4.89974, 85.77733, 8.00213], + "rotation": [-55, 0, 0], + "cubes": [ + {"origin": [-9.39974, 85.77733, 8.00213], "size": [9, 13, 0], "uv": [194, 13]}, + {"origin": [-9.39974, 85.77733, 8.00213], "size": [9, 13, 0], "pivot": [-4.89974, 93.27733, 8.00213], "rotation": [0, -90, 0], "uv": [194, 26]} + ] + }, + { + "name": "bone8", + "parent": "head_quirk", + "pivot": [5.10026, 85.77733, 8.00213], + "rotation": [0, 45, 0] + }, + { + "name": "bone9", + "parent": "bone8", + "pivot": [5.10026, 85.77733, 8.00213], + "rotation": [-55, 0, 0], + "cubes": [ + {"origin": [0.60026, 85.77733, 8.00213], "size": [9, 13, 0], "uv": [194, 39]}, + {"origin": [0.60026, 85.77733, 8.00213], "size": [9, 13, 0], "pivot": [5.10026, 93.27733, 8.00213], "rotation": [0, 90, 0], "uv": [194, 52]} + ] + }, + { + "name": "bone", + "parent": "head_quirk", + "pivot": [0.10026, 97.27733, 3.00213], + "cubes": [ + {"origin": [-4.39974, 89.77733, 3.00213], "size": [9, 15, 0], "uv": [168, 99]}, + {"origin": [-4.39974, 89.77733, 3.00213], "size": [9, 15, 0], "pivot": [0.10026, 97.27733, 3.00213], "rotation": [0, -90, 0], "uv": [130, 171]} + ] + }, + { + "name": "bone3", + "parent": "head_quirk", + "pivot": [-15.89974, 82.27733, 3.00213], + "cubes": [ + {"origin": [-21.39974, 77.77733, 3.00213], "size": [13, 9, 0], "uv": [0, 141]}, + {"origin": [-21.39974, 77.77733, 3.00213], "size": [13, 9, 0], "pivot": [-15.89974, 82.27733, 3.00213], "rotation": [-90, 0, 0], "uv": [142, 84]} + ] + }, + { + "name": "bone2", + "parent": "head_quirk", + "pivot": [16.10026, 82.27733, 3.00213], + "cubes": [ + {"origin": [8.60026, 77.77733, 3.00213], "size": [13, 9, 0], "uv": [142, 93]}, + {"origin": [8.60026, 77.77733, 3.00213], "size": [13, 9, 0], "pivot": [16.10026, 82.27733, 3.00213], "rotation": [-90, 0, 0], "uv": [142, 102]} + ] + }, + { + "name": "head_blackening", + "parent": "realhead", + "pivot": [0, 76, 0] + }, + { + "name": "ball2", + "parent": "head_blackening", + "pivot": [5.60026, 75.77733, 11.40213], + "cubes": [ + {"origin": [-6.89974, 74.77733, -3.99787], "size": [14, 14, 14], "uv": [0, 28]}, + {"origin": [-5.89974, 75.77733, -5.99787], "size": [12, 12, 2], "uv": [0, 99]}, + {"origin": [-5.89974, 89.77733, -3.99787], "size": [12, 12, 2], "pivot": [5.10026, 89.77733, -2.99787], "rotation": [-90, 0, 0], "uv": [112, 0]}, + {"origin": [-5.89974, 73.77733, -3.99787], "size": [12, 12, 2], "pivot": [5.10026, 73.77733, -2.99787], "rotation": [-90, 0, 0], "uv": [112, 14]}, + {"origin": [2.60026, 75.77733, 1.75213], "size": [12, 12, 2], "pivot": [8.10026, 82.27733, 2.75213], "rotation": [0, -90, 0], "uv": [28, 112]}, + {"origin": [-14.39974, 75.77733, 1.75213], "size": [12, 12, 2], "pivot": [-7.89974, 82.27733, 2.75213], "rotation": [0, 90, 0], "uv": [112, 28]}, + {"origin": [-5.89974, 75.77733, 10.00213], "size": [12, 12, 2], "uv": [112, 42]} + ] + }, + { + "name": "bone23", + "parent": "head_blackening", + "pivot": [0.10026, 82.27733, 15.00213], + "rotation": [0, -90, 0], + "cubes": [ + {"origin": [-3.39974, 77.77733, 15.00213], "size": [11, 9, 0], "uv": [18, 200]}, + {"origin": [-3.39974, 77.77733, 15.00213], "size": [11, 9, 0], "pivot": [0.10026, 82.27733, 15.00213], "rotation": [-90, 0, 0], "uv": [40, 200]} + ] + }, + { + "name": "bone24", + "parent": "head_blackening", + "pivot": [0.10026, 74.37733, -0.99787], + "rotation": [90, 52.5, 90], + "cubes": [ + {"origin": [-3.39974, 69.87733, -0.99787], "size": [13, 9, 0], "uv": [140, 144]}, + {"origin": [-3.39974, 69.87733, -0.99787], "size": [13, 9, 0], "pivot": [2.10026, 74.37733, -0.99787], "rotation": [90, 0, 0], "uv": [0, 150]} + ] + }, + { + "name": "bone25", + "parent": "head_blackening", + "pivot": [0.10026, 82.27733, -8.99787], + "rotation": [0, 90, 0], + "cubes": [ + {"origin": [-3.39974, 77.77733, -8.99787], "size": [11, 9, 0], "uv": [62, 200]}, + {"origin": [-3.39974, 77.77733, -8.99787], "size": [11, 9, 0], "inflate": 0.01, "pivot": [0.10026, 82.27733, -8.99787], "rotation": [90, 0, 0], "uv": [84, 200]} + ] + }, + { + "name": "bone26", + "parent": "head_blackening", + "pivot": [-5.13476, 85.77733, -1.99787], + "rotation": [0, 45, 0] + }, + { + "name": "bone27", + "parent": "bone26", + "pivot": [-5.13476, 85.77733, -1.99787], + "rotation": [55, 0, 0], + "cubes": [ + {"origin": [-9.63476, 85.77733, -1.99787], "size": [9, 13, 0], "uv": [200, 192]}, + {"origin": [-9.63476, 85.77733, -1.99787], "size": [9, 13, 0], "pivot": [-5.13476, 93.27733, -1.99787], "rotation": [0, 90, 0], "uv": [202, 160]} + ] + }, + { + "name": "bone28", + "parent": "head_blackening", + "pivot": [5.33527, 85.77733, -1.99787], + "rotation": [0, -45, 0] + }, + { + "name": "bone29", + "parent": "bone28", + "pivot": [5.33527, 85.77733, -1.99787], + "rotation": [55, 0, 0], + "cubes": [ + {"origin": [0.83527, 85.77733, -1.99787], "size": [9, 13, 0], "uv": [202, 173]}, + {"origin": [0.83527, 85.77733, -1.99787], "size": [9, 13, 0], "pivot": [5.33527, 93.27733, -1.99787], "rotation": [0, -90, 0], "uv": [0, 205]} + ] + }, + { + "name": "bone30", + "parent": "head_blackening", + "pivot": [-4.89974, 77.77733, -1.99787], + "rotation": [0, 45, 0] + }, + { + "name": "bone31", + "parent": "bone30", + "pivot": [-4.89974, 77.77733, -1.99787], + "rotation": [-55, 0, 0], + "cubes": [ + {"origin": [-9.39974, 64.77733, -1.99787], "size": [9, 13, 0], "uv": [172, 205]}, + {"origin": [-9.39974, 64.77733, -1.99787], "size": [9, 13, 0], "pivot": [-4.89974, 70.27733, -1.99787], "rotation": [0, 90, 0], "uv": [190, 205]} + ] + }, + { + "name": "bone32", + "parent": "head_blackening", + "pivot": [5.10026, 77.77733, -1.99787], + "rotation": [0, -45, 0] + }, + { + "name": "bone33", + "parent": "bone32", + "pivot": [5.10026, 77.77733, -1.99787], + "rotation": [-55, 0, 0], + "cubes": [ + {"origin": [0.60026, 64.77733, -1.99787], "size": [9, 13, 0], "uv": [208, 95]}, + {"origin": [0.60026, 64.77733, -1.99787], "size": [9, 13, 0], "pivot": [5.10026, 70.27733, -1.99787], "rotation": [0, -90, 0], "uv": [208, 108]} + ] + }, + { + "name": "bone34", + "parent": "head_blackening", + "pivot": [5.10026, 77.77733, 8.00213], + "rotation": [0, 45, 0] + }, + { + "name": "bone35", + "parent": "bone34", + "pivot": [5.10026, 77.77733, 8.00213], + "rotation": [55, 0, 0], + "cubes": [ + {"origin": [0.60026, 64.77733, 8.00213], "size": [9, 13, 0], "uv": [208, 205]}, + {"origin": [0.60026, 64.77733, 8.00213], "size": [9, 13, 0], "pivot": [5.10026, 70.27733, 8.00213], "rotation": [0, 90, 0], "uv": [18, 209]} + ] + }, + { + "name": "bone36", + "parent": "head_blackening", + "pivot": [-4.89974, 77.77733, 8.00213], + "rotation": [0, -45, 0] + }, + { + "name": "bone37", + "parent": "bone36", + "pivot": [-4.89974, 77.77733, 8.00213], + "rotation": [55, 0, 0], + "cubes": [ + {"origin": [-9.39974, 64.77733, 8.00213], "size": [9, 13, 0], "uv": [36, 209]}, + {"origin": [-9.39974, 64.77733, 8.00213], "size": [9, 13, 0], "pivot": [-4.89974, 70.27733, 8.00213], "rotation": [0, -90, 0], "uv": [54, 209]} + ] + }, + { + "name": "bone38", + "parent": "head_blackening", + "pivot": [-4.89974, 85.77733, 8.00213], + "rotation": [0, -45, 0] + }, + { + "name": "bone39", + "parent": "bone38", + "pivot": [-4.89974, 85.77733, 8.00213], + "rotation": [-55, 0, 0], + "cubes": [ + {"origin": [-9.39974, 85.77733, 8.00213], "size": [9, 13, 0], "uv": [72, 209]}, + {"origin": [-9.39974, 85.77733, 8.00213], "size": [9, 13, 0], "pivot": [-4.89974, 93.27733, 8.00213], "rotation": [0, -90, 0], "uv": [90, 209]} + ] + }, + { + "name": "bone40", + "parent": "head_blackening", + "pivot": [5.10026, 85.77733, 8.00213], + "rotation": [0, 45, 0] + }, + { + "name": "bone41", + "parent": "bone40", + "pivot": [5.10026, 85.77733, 8.00213], + "rotation": [-55, 0, 0], + "cubes": [ + {"origin": [0.60026, 85.77733, 8.00213], "size": [9, 13, 0], "uv": [210, 65]}, + {"origin": [0.60026, 85.77733, 8.00213], "size": [9, 13, 0], "pivot": [5.10026, 93.27733, 8.00213], "rotation": [0, 90, 0], "uv": [210, 78]} + ] + }, + { + "name": "bone42", + "parent": "head_blackening", + "pivot": [0.10026, 97.27733, 3.00213], + "cubes": [ + {"origin": [-4.39974, 89.77733, 3.00213], "size": [9, 15, 0], "uv": [148, 171]}, + {"origin": [-4.39974, 89.77733, 3.00213], "size": [9, 15, 0], "pivot": [0.10026, 97.27733, 3.00213], "rotation": [0, -90, 0], "uv": [166, 171]} + ] + }, + { + "name": "bone43", + "parent": "head_blackening", + "pivot": [-15.89974, 82.27733, 3.00213], + "cubes": [ + {"origin": [-21.39974, 77.77733, 3.00213], "size": [13, 9, 0], "uv": [140, 153]}, + {"origin": [-21.39974, 77.77733, 3.00213], "size": [13, 9, 0], "pivot": [-15.89974, 82.27733, 3.00213], "rotation": [-90, 0, 0], "uv": [26, 154]} + ] + }, + { + "name": "bone44", + "parent": "head_blackening", + "pivot": [16.10026, 82.27733, 3.00213], + "cubes": [ + {"origin": [8.60026, 77.77733, 3.00213], "size": [13, 9, 0], "uv": [52, 154]}, + {"origin": [8.60026, 77.77733, 3.00213], "size": [13, 9, 0], "pivot": [16.10026, 82.27733, 3.00213], "rotation": [-90, 0, 0], "uv": [78, 154]} + ] + }, + { + "name": "head_blackening2", + "parent": "realhead", + "pivot": [0, 76, 0] + }, + { + "name": "ball3", + "parent": "head_blackening2", + "pivot": [5.60026, 75.77733, 11.40213], + "cubes": [ + {"origin": [-6.89974, 74.77733, -3.99787], "size": [14, 14, 14], "uv": [0, 56]}, + {"origin": [-5.89974, 75.77733, -5.99787], "size": [12, 12, 2], "uv": [56, 112]}, + {"origin": [-5.89974, 89.77733, -3.99787], "size": [12, 12, 2], "pivot": [5.10026, 89.77733, -2.99787], "rotation": [-90, 0, 0], "uv": [112, 56]}, + {"origin": [-5.89974, 73.77733, -3.99787], "size": [12, 12, 2], "pivot": [5.10026, 73.77733, -2.99787], "rotation": [-90, 0, 0], "uv": [112, 70]}, + {"origin": [2.60026, 75.77733, 1.75213], "size": [12, 12, 2], "pivot": [8.10026, 82.27733, 2.75213], "rotation": [0, -90, 0], "uv": [84, 112]}, + {"origin": [-14.39974, 75.77733, 1.75213], "size": [12, 12, 2], "pivot": [-7.89974, 82.27733, 2.75213], "rotation": [0, 90, 0], "uv": [112, 112]}, + {"origin": [-5.89974, 75.77733, 10.00213], "size": [12, 12, 2], "uv": [0, 113]} + ] + }, + { + "name": "bone45", + "parent": "head_blackening2", + "pivot": [0.10026, 82.27733, 15.00213], + "rotation": [0, -90, 0], + "cubes": [ + {"origin": [-3.39974, 77.77733, 15.00213], "size": [11, 9, 0], "uv": [108, 210]}, + {"origin": [-3.39974, 77.77733, 15.00213], "size": [11, 9, 0], "pivot": [0.10026, 82.27733, 15.00213], "rotation": [-90, 0, 0], "uv": [210, 121]} + ] + }, + { + "name": "bone46", + "parent": "head_blackening2", + "pivot": [0.10026, 74.37733, -0.99787], + "rotation": [90, 52.5, 90], + "cubes": [ + {"origin": [-3.39974, 69.87733, -0.99787], "size": [13, 9, 0], "uv": [104, 154]}, + {"origin": [-3.39974, 69.87733, -0.99787], "size": [13, 9, 0], "pivot": [2.10026, 74.37733, -0.99787], "rotation": [90, 0, 0], "uv": [0, 159]} + ] + }, + { + "name": "bone47", + "parent": "head_blackening2", + "pivot": [0.10026, 82.27733, -8.99787], + "rotation": [0, 90, 0], + "cubes": [ + {"origin": [-3.39974, 77.77733, -8.99787], "size": [11, 9, 0], "uv": [130, 210]}, + {"origin": [-3.39974, 77.77733, -8.99787], "size": [11, 9, 0], "inflate": 0.01, "pivot": [0.10026, 82.27733, -8.99787], "rotation": [90, 0, 0], "uv": [210, 130]} + ] + }, + { + "name": "bone48", + "parent": "head_blackening2", + "pivot": [-5.13476, 85.77733, -1.99787], + "rotation": [0, 45, 0] + }, + { + "name": "bone49", + "parent": "bone48", + "pivot": [-5.13476, 85.77733, -1.99787], + "rotation": [55, 0, 0], + "cubes": [ + {"origin": [-9.63476, 85.77733, -1.99787], "size": [9, 13, 0], "uv": [210, 139]}, + {"origin": [-9.63476, 85.77733, -1.99787], "size": [9, 13, 0], "pivot": [-5.13476, 93.27733, -1.99787], "rotation": [0, 90, 0], "uv": [152, 210]} + ] + }, + { + "name": "bone50", + "parent": "head_blackening2", + "pivot": [5.33527, 85.77733, -1.99787], + "rotation": [0, -45, 0] + }, + { + "name": "bone51", + "parent": "bone50", + "pivot": [5.33527, 85.77733, -1.99787], + "rotation": [55, 0, 0], + "cubes": [ + {"origin": [0.83527, 85.77733, -1.99787], "size": [9, 13, 0], "uv": [212, 0]}, + {"origin": [0.83527, 85.77733, -1.99787], "size": [9, 13, 0], "pivot": [5.33527, 93.27733, -1.99787], "rotation": [0, -90, 0], "uv": [212, 13]} + ] + }, + { + "name": "bone52", + "parent": "head_blackening2", + "pivot": [-4.89974, 77.77733, -1.99787], + "rotation": [0, 45, 0] + }, + { + "name": "bone53", + "parent": "bone52", + "pivot": [-4.89974, 77.77733, -1.99787], + "rotation": [-55, 0, 0], + "cubes": [ + {"origin": [-9.39974, 64.77733, -1.99787], "size": [9, 13, 0], "uv": [212, 26]}, + {"origin": [-9.39974, 64.77733, -1.99787], "size": [9, 13, 0], "pivot": [-4.89974, 70.27733, -1.99787], "rotation": [0, 90, 0], "uv": [212, 39]} + ] + }, + { + "name": "bone54", + "parent": "head_blackening2", + "pivot": [5.10026, 77.77733, -1.99787], + "rotation": [0, -45, 0] + }, + { + "name": "bone55", + "parent": "bone54", + "pivot": [5.10026, 77.77733, -1.99787], + "rotation": [-55, 0, 0], + "cubes": [ + {"origin": [0.60026, 64.77733, -1.99787], "size": [9, 13, 0], "uv": [212, 52]}, + {"origin": [0.60026, 64.77733, -1.99787], "size": [9, 13, 0], "pivot": [5.10026, 70.27733, -1.99787], "rotation": [0, -90, 0], "uv": [0, 218]} + ] + }, + { + "name": "bone56", + "parent": "head_blackening2", + "pivot": [5.10026, 77.77733, 8.00213], + "rotation": [0, 45, 0] + }, + { + "name": "bone57", + "parent": "bone56", + "pivot": [5.10026, 77.77733, 8.00213], + "rotation": [55, 0, 0], + "cubes": [ + {"origin": [0.60026, 64.77733, 8.00213], "size": [9, 13, 0], "uv": [170, 218]}, + {"origin": [0.60026, 64.77733, 8.00213], "size": [9, 13, 0], "pivot": [5.10026, 70.27733, 8.00213], "rotation": [0, 90, 0], "uv": [218, 186]} + ] + }, + { + "name": "bone58", + "parent": "head_blackening2", + "pivot": [-4.89974, 77.77733, 8.00213], + "rotation": [0, -45, 0] + }, + { + "name": "bone59", + "parent": "bone58", + "pivot": [-4.89974, 77.77733, 8.00213], + "rotation": [55, 0, 0], + "cubes": [ + {"origin": [-9.39974, 64.77733, 8.00213], "size": [9, 13, 0], "uv": [188, 218]}, + {"origin": [-9.39974, 64.77733, 8.00213], "size": [9, 13, 0], "pivot": [-4.89974, 70.27733, 8.00213], "rotation": [0, -90, 0], "uv": [206, 218]} + ] + }, + { + "name": "bone60", + "parent": "head_blackening2", + "pivot": [-4.89974, 85.77733, 8.00213], + "rotation": [0, -45, 0] + }, + { + "name": "bone61", + "parent": "bone60", + "pivot": [-4.89974, 85.77733, 8.00213], + "rotation": [-55, 0, 0], + "cubes": [ + {"origin": [-9.39974, 85.77733, 8.00213], "size": [9, 13, 0], "uv": [108, 219]}, + {"origin": [-9.39974, 85.77733, 8.00213], "size": [9, 13, 0], "pivot": [-4.89974, 93.27733, 8.00213], "rotation": [0, -90, 0], "uv": [126, 219]} + ] + }, + { + "name": "bone62", + "parent": "head_blackening2", + "pivot": [5.10026, 85.77733, 8.00213], + "rotation": [0, 45, 0] + }, + { + "name": "bone63", + "parent": "bone62", + "pivot": [5.10026, 85.77733, 8.00213], + "rotation": [-55, 0, 0], + "cubes": [ + {"origin": [0.60026, 85.77733, 8.00213], "size": [9, 13, 0], "uv": [220, 152]}, + {"origin": [0.60026, 85.77733, 8.00213], "size": [9, 13, 0], "pivot": [5.10026, 93.27733, 8.00213], "rotation": [0, 90, 0], "uv": [220, 165]} + ] + }, + { + "name": "bone64", + "parent": "head_blackening2", + "pivot": [0.10026, 97.27733, 3.00213], + "cubes": [ + {"origin": [-4.39974, 89.77733, 3.00213], "size": [9, 15, 0], "uv": [26, 172]}, + {"origin": [-4.39974, 89.77733, 3.00213], "size": [9, 15, 0], "pivot": [0.10026, 97.27733, 3.00213], "rotation": [0, -90, 0], "uv": [44, 172]} + ] + }, + { + "name": "bone65", + "parent": "head_blackening2", + "pivot": [-15.89974, 82.27733, 3.00213], + "cubes": [ + {"origin": [-21.39974, 77.77733, 3.00213], "size": [13, 9, 0], "uv": [130, 162]}, + {"origin": [-21.39974, 77.77733, 3.00213], "size": [13, 9, 0], "pivot": [-15.89974, 82.27733, 3.00213], "rotation": [-90, 0, 0], "uv": [156, 162]} + ] + }, + { + "name": "bone66", + "parent": "head_blackening2", + "pivot": [16.10026, 82.27733, 3.00213], + "cubes": [ + {"origin": [8.60026, 77.77733, 3.00213], "size": [13, 9, 0], "uv": [26, 163]}, + {"origin": [8.60026, 77.77733, 3.00213], "size": [13, 9, 0], "pivot": [16.10026, 82.27733, 3.00213], "rotation": [-90, 0, 0], "uv": [52, 163]} + ] + }, + { + "name": "head_blackening3", + "parent": "realhead", + "pivot": [0, 76, 0] + }, + { + "name": "ball4", + "parent": "head_blackening3", + "pivot": [5.60026, 75.77733, 11.40213], + "cubes": [ + {"origin": [-6.89974, 74.77733, -3.99787], "size": [14, 14, 14], "uv": [56, 0]}, + {"origin": [-5.89974, 75.77733, -5.99787], "size": [12, 12, 2], "uv": [114, 84]}, + {"origin": [-5.89974, 89.77733, -3.99787], "size": [12, 12, 2], "pivot": [5.10026, 89.77733, -2.99787], "rotation": [-90, 0, 0], "uv": [114, 98]}, + {"origin": [-5.89974, 73.77733, -3.99787], "size": [12, 12, 2], "pivot": [5.10026, 73.77733, -2.99787], "rotation": [-90, 0, 0], "uv": [28, 126]}, + {"origin": [2.60026, 75.77733, 1.75213], "size": [12, 12, 2], "pivot": [8.10026, 82.27733, 2.75213], "rotation": [0, -90, 0], "uv": [56, 126]}, + {"origin": [-14.39974, 75.77733, 1.75213], "size": [12, 12, 2], "pivot": [-7.89974, 82.27733, 2.75213], "rotation": [0, 90, 0], "uv": [84, 126]}, + {"origin": [-5.89974, 75.77733, 10.00213], "size": [12, 12, 2], "uv": [112, 126]} + ] + }, + { + "name": "bone67", + "parent": "head_blackening3", + "pivot": [0.10026, 82.27733, 15.00213], + "rotation": [0, -90, 0], + "cubes": [ + {"origin": [-3.39974, 77.77733, 15.00213], "size": [11, 9, 0], "uv": [18, 222]}, + {"origin": [-3.39974, 77.77733, 15.00213], "size": [11, 9, 0], "pivot": [0.10026, 82.27733, 15.00213], "rotation": [-90, 0, 0], "uv": [40, 222]} + ] + }, + { + "name": "bone68", + "parent": "head_blackening3", + "pivot": [0.10026, 74.37733, -0.99787], + "rotation": [90, 52.5, 90], + "cubes": [ + {"origin": [-3.39974, 69.87733, -0.99787], "size": [13, 9, 0], "uv": [78, 163]}, + {"origin": [-3.39974, 69.87733, -0.99787], "size": [13, 9, 0], "pivot": [2.10026, 74.37733, -0.99787], "rotation": [90, 0, 0], "uv": [104, 163]} + ] + }, + { + "name": "bone69", + "parent": "head_blackening3", + "pivot": [0.10026, 82.27733, -8.99787], + "rotation": [0, 90, 0], + "cubes": [ + {"origin": [-3.39974, 77.77733, -8.99787], "size": [11, 9, 0], "uv": [62, 222]}, + {"origin": [-3.39974, 77.77733, -8.99787], "size": [11, 9, 0], "inflate": 0.01, "pivot": [0.10026, 82.27733, -8.99787], "rotation": [90, 0, 0], "uv": [84, 222]} + ] + }, + { + "name": "bone70", + "parent": "head_blackening3", + "pivot": [-5.13476, 85.77733, -1.99787], + "rotation": [0, 45, 0] + }, + { + "name": "bone71", + "parent": "bone70", + "pivot": [-5.13476, 85.77733, -1.99787], + "rotation": [55, 0, 0], + "cubes": [ + {"origin": [-9.63476, 85.77733, -1.99787], "size": [9, 13, 0], "uv": [144, 223]}, + {"origin": [-9.63476, 85.77733, -1.99787], "size": [9, 13, 0], "pivot": [-5.13476, 93.27733, -1.99787], "rotation": [0, 90, 0], "uv": [224, 218]} + ] + }, + { + "name": "bone72", + "parent": "head_blackening3", + "pivot": [5.33527, 85.77733, -1.99787], + "rotation": [0, -45, 0] + }, + { + "name": "bone73", + "parent": "bone72", + "pivot": [5.33527, 85.77733, -1.99787], + "rotation": [55, 0, 0], + "cubes": [ + {"origin": [0.83527, 85.77733, -1.99787], "size": [9, 13, 0], "uv": [226, 91]}, + {"origin": [0.83527, 85.77733, -1.99787], "size": [9, 13, 0], "pivot": [5.33527, 93.27733, -1.99787], "rotation": [0, -90, 0], "uv": [226, 104]} + ] + }, + { + "name": "bone74", + "parent": "head_blackening3", + "pivot": [-4.89974, 77.77733, -1.99787], + "rotation": [0, 45, 0] + }, + { + "name": "bone75", + "parent": "bone74", + "pivot": [-4.89974, 77.77733, -1.99787], + "rotation": [-55, 0, 0], + "cubes": [ + {"origin": [-9.39974, 64.77733, -1.99787], "size": [9, 13, 0], "uv": [226, 199]}, + {"origin": [-9.39974, 64.77733, -1.99787], "size": [9, 13, 0], "pivot": [-4.89974, 70.27733, -1.99787], "rotation": [0, 90, 0], "uv": [228, 65]} + ] + }, + { + "name": "bone76", + "parent": "head_blackening3", + "pivot": [5.10026, 77.77733, -1.99787], + "rotation": [0, -45, 0] + }, + { + "name": "bone77", + "parent": "bone76", + "pivot": [5.10026, 77.77733, -1.99787], + "rotation": [-55, 0, 0], + "cubes": [ + {"origin": [0.60026, 64.77733, -1.99787], "size": [9, 13, 0], "uv": [228, 78]}, + {"origin": [0.60026, 64.77733, -1.99787], "size": [9, 13, 0], "pivot": [5.10026, 70.27733, -1.99787], "rotation": [0, -90, 0], "uv": [228, 139]} + ] + }, + { + "name": "bone78", + "parent": "head_blackening3", + "pivot": [5.10026, 77.77733, 8.00213], + "rotation": [0, 45, 0] + }, + { + "name": "bone79", + "parent": "bone78", + "pivot": [5.10026, 77.77733, 8.00213], + "rotation": [55, 0, 0], + "cubes": [ + {"origin": [0.60026, 64.77733, 8.00213], "size": [9, 13, 0], "uv": [230, 0]}, + {"origin": [0.60026, 64.77733, 8.00213], "size": [9, 13, 0], "pivot": [5.10026, 70.27733, 8.00213], "rotation": [0, 90, 0], "uv": [230, 13]} + ] + }, + { + "name": "bone80", + "parent": "head_blackening3", + "pivot": [-4.89974, 77.77733, 8.00213], + "rotation": [0, -45, 0] + }, + { + "name": "bone81", + "parent": "bone80", + "pivot": [-4.89974, 77.77733, 8.00213], + "rotation": [55, 0, 0], + "cubes": [ + {"origin": [-9.39974, 64.77733, 8.00213], "size": [9, 13, 0], "uv": [230, 26]}, + {"origin": [-9.39974, 64.77733, 8.00213], "size": [9, 13, 0], "pivot": [-4.89974, 70.27733, 8.00213], "rotation": [0, -90, 0], "uv": [230, 39]} + ] + }, + { + "name": "bone82", + "parent": "head_blackening3", + "pivot": [-4.89974, 85.77733, 8.00213], + "rotation": [0, -45, 0] + }, + { + "name": "bone83", + "parent": "bone82", + "pivot": [-4.89974, 85.77733, 8.00213], + "rotation": [-55, 0, 0], + "cubes": [ + {"origin": [-9.39974, 85.77733, 8.00213], "size": [9, 13, 0], "uv": [230, 52]}, + {"origin": [-9.39974, 85.77733, 8.00213], "size": [9, 13, 0], "pivot": [-4.89974, 93.27733, 8.00213], "rotation": [0, -90, 0], "uv": [0, 231]} + ] + }, + { + "name": "bone84", + "parent": "head_blackening3", + "pivot": [5.10026, 85.77733, 8.00213], + "rotation": [0, 45, 0] + }, + { + "name": "bone85", + "parent": "bone84", + "pivot": [5.10026, 85.77733, 8.00213], + "rotation": [-55, 0, 0], + "cubes": [ + {"origin": [0.60026, 85.77733, 8.00213], "size": [9, 13, 0], "uv": [18, 231]}, + {"origin": [0.60026, 85.77733, 8.00213], "size": [9, 13, 0], "pivot": [5.10026, 93.27733, 8.00213], "rotation": [0, 90, 0], "uv": [36, 231]} + ] + }, + { + "name": "bone86", + "parent": "head_blackening3", + "pivot": [0.10026, 97.27733, 3.00213], + "cubes": [ + {"origin": [-4.39974, 89.77733, 3.00213], "size": [9, 15, 0], "uv": [62, 172]}, + {"origin": [-4.39974, 89.77733, 3.00213], "size": [9, 15, 0], "pivot": [0.10026, 97.27733, 3.00213], "rotation": [0, -90, 0], "uv": [80, 172]} + ] + }, + { + "name": "bone87", + "parent": "head_blackening3", + "pivot": [-15.89974, 82.27733, 3.00213], + "cubes": [ + {"origin": [-21.39974, 77.77733, 3.00213], "size": [13, 9, 0], "uv": [166, 126]}, + {"origin": [-21.39974, 77.77733, 3.00213], "size": [13, 9, 0], "pivot": [-15.89974, 82.27733, 3.00213], "rotation": [-90, 0, 0], "uv": [166, 135]} + ] + }, + { + "name": "bone88", + "parent": "head_blackening3", + "pivot": [16.10026, 82.27733, 3.00213], + "cubes": [ + {"origin": [8.60026, 77.77733, 3.00213], "size": [13, 9, 0], "uv": [166, 144]}, + {"origin": [8.60026, 77.77733, 3.00213], "size": [13, 9, 0], "pivot": [16.10026, 82.27733, 3.00213], "rotation": [-90, 0, 0], "uv": [166, 153]} + ] + }, + { + "name": "head_glowup", + "parent": "realhead", + "pivot": [0, 76, 0] + }, + { + "name": "ball5", + "parent": "head_glowup", + "pivot": [5.60026, 75.77733, 11.40213], + "cubes": [ + {"origin": [-6.89974, 74.77733, -3.99787], "size": [14, 14, 14], "uv": [56, 28]}, + {"origin": [-5.89974, 75.77733, -5.99787], "size": [12, 12, 2], "uv": [0, 127]}, + {"origin": [-5.89974, 89.77733, -3.99787], "size": [12, 12, 2], "pivot": [5.10026, 89.77733, -2.99787], "rotation": [-90, 0, 0], "uv": [140, 0]}, + {"origin": [-5.89974, 73.77733, -3.99787], "size": [12, 12, 2], "pivot": [5.10026, 73.77733, -2.99787], "rotation": [-90, 0, 0], "uv": [140, 14]}, + {"origin": [2.60026, 75.77733, 1.75213], "size": [12, 12, 2], "pivot": [8.10026, 82.27733, 2.75213], "rotation": [0, -90, 0], "uv": [28, 140]}, + {"origin": [-14.39974, 75.77733, 1.75213], "size": [12, 12, 2], "pivot": [-7.89974, 82.27733, 2.75213], "rotation": [0, 90, 0], "uv": [140, 28]}, + {"origin": [-5.89974, 75.77733, 10.00213], "size": [12, 12, 2], "uv": [140, 42]} + ] + }, + { + "name": "bone89", + "parent": "head_glowup", + "pivot": [0.10026, 82.27733, 15.00213], + "rotation": [0, -90, 0], + "cubes": [ + {"origin": [-3.39974, 77.77733, 15.00213], "size": [11, 9, 0], "uv": [54, 231]}, + {"origin": [-3.39974, 77.77733, 15.00213], "size": [11, 9, 0], "pivot": [0.10026, 82.27733, 15.00213], "rotation": [-90, 0, 0], "uv": [76, 231]} + ] + }, + { + "name": "bone90", + "parent": "head_glowup", + "pivot": [0.10026, 74.37733, -0.99787], + "rotation": [90, 52.5, 90], + "cubes": [ + {"origin": [-3.39974, 69.87733, -0.99787], "size": [13, 9, 0], "uv": [0, 168]}, + {"origin": [-3.39974, 69.87733, -0.99787], "size": [13, 9, 0], "pivot": [2.10026, 74.37733, -0.99787], "rotation": [90, 0, 0], "uv": [168, 0]} + ] + }, + { + "name": "bone91", + "parent": "head_glowup", + "pivot": [0.10026, 82.27733, -8.99787], + "rotation": [0, 90, 0], + "cubes": [ + {"origin": [-3.39974, 77.77733, -8.99787], "size": [11, 9, 0], "uv": [162, 231]}, + {"origin": [-3.39974, 77.77733, -8.99787], "size": [11, 9, 0], "inflate": 0.01, "pivot": [0.10026, 82.27733, -8.99787], "rotation": [90, 0, 0], "uv": [184, 231]} + ] + }, + { + "name": "bone92", + "parent": "head_glowup", + "pivot": [-5.13476, 85.77733, -1.99787], + "rotation": [0, 45, 0] + }, + { + "name": "bone93", + "parent": "bone92", + "pivot": [-5.13476, 85.77733, -1.99787], + "rotation": [55, 0, 0], + "cubes": [ + {"origin": [-9.63476, 85.77733, -1.99787], "size": [9, 13, 0], "uv": [206, 231]}, + {"origin": [-9.63476, 85.77733, -1.99787], "size": [9, 13, 0], "pivot": [-5.13476, 93.27733, -1.99787], "rotation": [0, 90, 0], "uv": [224, 231]} + ] + }, + { + "name": "bone94", + "parent": "head_glowup", + "pivot": [5.33527, 85.77733, -1.99787], + "rotation": [0, -45, 0] + }, + { + "name": "bone95", + "parent": "bone94", + "pivot": [5.33527, 85.77733, -1.99787], + "rotation": [55, 0, 0], + "cubes": [ + {"origin": [0.83527, 85.77733, -1.99787], "size": [9, 13, 0], "uv": [98, 232]}, + {"origin": [0.83527, 85.77733, -1.99787], "size": [9, 13, 0], "pivot": [5.33527, 93.27733, -1.99787], "rotation": [0, -90, 0], "uv": [116, 232]} + ] + }, + { + "name": "bone96", + "parent": "head_glowup", + "pivot": [-4.89974, 77.77733, -1.99787], + "rotation": [0, 45, 0] + }, + { + "name": "bone97", + "parent": "bone96", + "pivot": [-4.89974, 77.77733, -1.99787], + "rotation": [-55, 0, 0], + "cubes": [ + {"origin": [-9.39974, 64.77733, -1.99787], "size": [9, 13, 0], "uv": [232, 117]}, + {"origin": [-9.39974, 64.77733, -1.99787], "size": [9, 13, 0], "pivot": [-4.89974, 70.27733, -1.99787], "rotation": [0, 90, 0], "uv": [134, 236]} + ] + }, + { + "name": "bone98", + "parent": "head_glowup", + "pivot": [5.10026, 77.77733, -1.99787], + "rotation": [0, -45, 0] + }, + { + "name": "bone99", + "parent": "bone98", + "pivot": [5.10026, 77.77733, -1.99787], + "rotation": [-55, 0, 0], + "cubes": [ + {"origin": [0.60026, 64.77733, -1.99787], "size": [9, 13, 0], "uv": [236, 178]}, + {"origin": [0.60026, 64.77733, -1.99787], "size": [9, 13, 0], "pivot": [5.10026, 70.27733, -1.99787], "rotation": [0, -90, 0], "uv": [238, 152]} + ] + }, + { + "name": "bone100", + "parent": "head_glowup", + "pivot": [5.10026, 77.77733, 8.00213], + "rotation": [0, 45, 0] + }, + { + "name": "bone101", + "parent": "bone100", + "pivot": [5.10026, 77.77733, 8.00213], + "rotation": [55, 0, 0], + "cubes": [ + {"origin": [0.60026, 64.77733, 8.00213], "size": [9, 13, 0], "uv": [238, 165]}, + {"origin": [0.60026, 64.77733, 8.00213], "size": [9, 13, 0], "pivot": [5.10026, 70.27733, 8.00213], "rotation": [0, 90, 0], "uv": [54, 240]} + ] + }, + { + "name": "bone102", + "parent": "head_glowup", + "pivot": [-4.89974, 77.77733, 8.00213], + "rotation": [0, -45, 0] + }, + { + "name": "bone103", + "parent": "bone102", + "pivot": [-4.89974, 77.77733, 8.00213], + "rotation": [55, 0, 0], + "cubes": [ + {"origin": [-9.39974, 64.77733, 8.00213], "size": [9, 13, 0], "uv": [72, 240]}, + {"origin": [-9.39974, 64.77733, 8.00213], "size": [9, 13, 0], "pivot": [-4.89974, 70.27733, 8.00213], "rotation": [0, -90, 0], "uv": [152, 240]} + ] + }, + { + "name": "bone104", + "parent": "head_glowup", + "pivot": [-4.89974, 85.77733, 8.00213], + "rotation": [0, -45, 0] + }, + { + "name": "bone105", + "parent": "bone104", + "pivot": [-4.89974, 85.77733, 8.00213], + "rotation": [-55, 0, 0], + "cubes": [ + {"origin": [-9.39974, 85.77733, 8.00213], "size": [9, 13, 0], "uv": [170, 240]}, + {"origin": [-9.39974, 85.77733, 8.00213], "size": [9, 13, 0], "pivot": [-4.89974, 93.27733, 8.00213], "rotation": [0, -90, 0], "uv": [188, 240]} + ] + }, + { + "name": "bone106", + "parent": "head_glowup", + "pivot": [5.10026, 85.77733, 8.00213], + "rotation": [0, 45, 0] + }, + { + "name": "bone107", + "parent": "bone106", + "pivot": [5.10026, 85.77733, 8.00213], + "rotation": [-55, 0, 0], + "cubes": [ + {"origin": [0.60026, 85.77733, 8.00213], "size": [9, 13, 0], "uv": [242, 212]}, + {"origin": [0.60026, 85.77733, 8.00213], "size": [9, 13, 0], "pivot": [5.10026, 93.27733, 8.00213], "rotation": [0, 90, 0], "uv": [242, 225]} + ] + }, + { + "name": "bone108", + "parent": "head_glowup", + "pivot": [0.10026, 97.27733, 3.00213], + "cubes": [ + {"origin": [-4.39974, 89.77733, 3.00213], "size": [9, 15, 0], "uv": [98, 172]}, + {"origin": [-4.39974, 89.77733, 3.00213], "size": [9, 15, 0], "pivot": [0.10026, 97.27733, 3.00213], "rotation": [0, -90, 0], "uv": [0, 177]} + ] + }, + { + "name": "bone109", + "parent": "head_glowup", + "pivot": [-15.89974, 82.27733, 3.00213], + "cubes": [ + {"origin": [-21.39974, 77.77733, 3.00213], "size": [13, 9, 0], "uv": [168, 9]}, + {"origin": [-21.39974, 77.77733, 3.00213], "size": [13, 9, 0], "pivot": [-15.89974, 82.27733, 3.00213], "rotation": [-90, 0, 0], "uv": [168, 18]} + ] + }, + { + "name": "bone110", + "parent": "head_glowup", + "pivot": [16.10026, 82.27733, 3.00213], + "cubes": [ + {"origin": [8.60026, 77.77733, 3.00213], "size": [13, 9, 0], "uv": [168, 27]}, + {"origin": [8.60026, 77.77733, 3.00213], "size": [13, 9, 0], "pivot": [16.10026, 82.27733, 3.00213], "rotation": [-90, 0, 0], "uv": [168, 36]} + ] + }, + { + "name": "head_glowup2", + "parent": "realhead", + "pivot": [0, 76, 0] + }, + { + "name": "ball6", + "parent": "head_glowup2", + "pivot": [5.60026, 75.77733, 11.40213], + "cubes": [ + {"origin": [-6.89974, 74.77733, -3.99787], "size": [14, 14, 14], "uv": [56, 56]}, + {"origin": [-5.89974, 75.77733, -5.99787], "size": [12, 12, 2], "uv": [56, 140]}, + {"origin": [-5.89974, 89.77733, -3.99787], "size": [12, 12, 2], "pivot": [5.10026, 89.77733, -2.99787], "rotation": [-90, 0, 0], "uv": [140, 56]}, + {"origin": [-5.89974, 73.77733, -3.99787], "size": [12, 12, 2], "pivot": [5.10026, 73.77733, -2.99787], "rotation": [-90, 0, 0], "uv": [140, 70]}, + {"origin": [2.60026, 75.77733, 1.75213], "size": [12, 12, 2], "pivot": [8.10026, 82.27733, 2.75213], "rotation": [0, -90, 0], "uv": [84, 140]}, + {"origin": [-14.39974, 75.77733, 1.75213], "size": [12, 12, 2], "pivot": [-7.89974, 82.27733, 2.75213], "rotation": [0, 90, 0], "uv": [112, 140]}, + {"origin": [-5.89974, 75.77733, 10.00213], "size": [12, 12, 2], "uv": [140, 112]} + ] + }, + { + "name": "bone111", + "parent": "head_glowup2", + "pivot": [0.10026, 82.27733, 15.00213], + "rotation": [0, -90, 0], + "cubes": [ + {"origin": [-3.39974, 77.77733, 15.00213], "size": [11, 9, 0], "uv": [232, 130]}, + {"origin": [-3.39974, 77.77733, 15.00213], "size": [11, 9, 0], "pivot": [0.10026, 82.27733, 15.00213], "rotation": [-90, 0, 0], "uv": [242, 238]} + ] + }, + { + "name": "bone112", + "parent": "head_glowup2", + "pivot": [0.10026, 74.37733, -0.99787], + "rotation": [90, 52.5, 90], + "cubes": [ + {"origin": [-3.39974, 69.87733, -0.99787], "size": [13, 9, 0], "uv": [168, 45]}, + {"origin": [-3.39974, 69.87733, -0.99787], "size": [13, 9, 0], "pivot": [2.10026, 74.37733, -0.99787], "rotation": [90, 0, 0], "uv": [168, 54]} + ] + }, + { + "name": "bone113", + "parent": "head_glowup2", + "pivot": [0.10026, 82.27733, -8.99787], + "rotation": [0, 90, 0], + "cubes": [ + {"origin": [-3.39974, 77.77733, -8.99787], "size": [11, 9, 0], "uv": [0, 244]}, + {"origin": [-3.39974, 77.77733, -8.99787], "size": [11, 9, 0], "inflate": 0.01, "pivot": [0.10026, 82.27733, -8.99787], "rotation": [90, 0, 0], "uv": [22, 244]} + ] + }, + { + "name": "bone114", + "parent": "head_glowup2", + "pivot": [-5.13476, 85.77733, -1.99787], + "rotation": [0, 45, 0] + }, + { + "name": "bone115", + "parent": "bone114", + "pivot": [-5.13476, 85.77733, -1.99787], + "rotation": [55, 0, 0], + "cubes": [ + {"origin": [-9.63476, 85.77733, -1.99787], "size": [9, 13, 0], "uv": [244, 91]}, + {"origin": [-9.63476, 85.77733, -1.99787], "size": [9, 13, 0], "pivot": [-5.13476, 93.27733, -1.99787], "rotation": [0, 90, 0], "uv": [244, 104]} + ] + }, + { + "name": "bone116", + "parent": "head_glowup2", + "pivot": [5.33527, 85.77733, -1.99787], + "rotation": [0, -45, 0] + }, + { + "name": "bone117", + "parent": "bone116", + "pivot": [5.33527, 85.77733, -1.99787], + "rotation": [55, 0, 0], + "cubes": [ + {"origin": [0.83527, 85.77733, -1.99787], "size": [9, 13, 0], "uv": [244, 191]}, + {"origin": [0.83527, 85.77733, -1.99787], "size": [9, 13, 0], "pivot": [5.33527, 93.27733, -1.99787], "rotation": [0, -90, 0], "uv": [206, 244]} + ] + }, + { + "name": "bone118", + "parent": "head_glowup2", + "pivot": [-4.89974, 77.77733, -1.99787], + "rotation": [0, 45, 0] + }, + { + "name": "bone119", + "parent": "bone118", + "pivot": [-4.89974, 77.77733, -1.99787], + "rotation": [-55, 0, 0], + "cubes": [ + {"origin": [-9.39974, 64.77733, -1.99787], "size": [9, 13, 0], "uv": [224, 244]}, + {"origin": [-9.39974, 64.77733, -1.99787], "size": [9, 13, 0], "pivot": [-4.89974, 70.27733, -1.99787], "rotation": [0, 90, 0], "uv": [90, 245]} + ] + }, + { + "name": "bone120", + "parent": "head_glowup2", + "pivot": [5.10026, 77.77733, -1.99787], + "rotation": [0, -45, 0] + }, + { + "name": "bone121", + "parent": "bone120", + "pivot": [5.10026, 77.77733, -1.99787], + "rotation": [-55, 0, 0], + "cubes": [ + {"origin": [0.60026, 64.77733, -1.99787], "size": [9, 13, 0], "uv": [108, 245]}, + {"origin": [0.60026, 64.77733, -1.99787], "size": [9, 13, 0], "pivot": [5.10026, 70.27733, -1.99787], "rotation": [0, -90, 0], "uv": [246, 65]} + ] + }, + { + "name": "bone122", + "parent": "head_glowup2", + "pivot": [5.10026, 77.77733, 8.00213], + "rotation": [0, 45, 0] + }, + { + "name": "bone123", + "parent": "bone122", + "pivot": [5.10026, 77.77733, 8.00213], + "rotation": [55, 0, 0], + "cubes": [ + {"origin": [0.60026, 64.77733, 8.00213], "size": [9, 13, 0], "uv": [246, 78]}, + {"origin": [0.60026, 64.77733, 8.00213], "size": [9, 13, 0], "pivot": [5.10026, 70.27733, 8.00213], "rotation": [0, 90, 0], "uv": [246, 139]} + ] + }, + { + "name": "bone124", + "parent": "head_glowup2", + "pivot": [-4.89974, 77.77733, 8.00213], + "rotation": [0, -45, 0] + }, + { + "name": "bone125", + "parent": "bone124", + "pivot": [-4.89974, 77.77733, 8.00213], + "rotation": [55, 0, 0], + "cubes": [ + {"origin": [-9.39974, 64.77733, 8.00213], "size": [9, 13, 0], "uv": [242, 247]}, + {"origin": [-9.39974, 64.77733, 8.00213], "size": [9, 13, 0], "pivot": [-4.89974, 70.27733, 8.00213], "rotation": [0, -90, 0], "uv": [248, 0]} + ] + }, + { + "name": "bone126", + "parent": "head_glowup2", + "pivot": [-4.89974, 85.77733, 8.00213], + "rotation": [0, -45, 0] + }, + { + "name": "bone127", + "parent": "bone126", + "pivot": [-4.89974, 85.77733, 8.00213], + "rotation": [-55, 0, 0], + "cubes": [ + {"origin": [-9.39974, 85.77733, 8.00213], "size": [9, 13, 0], "uv": [248, 13]}, + {"origin": [-9.39974, 85.77733, 8.00213], "size": [9, 13, 0], "pivot": [-4.89974, 93.27733, 8.00213], "rotation": [0, -90, 0], "uv": [248, 26]} + ] + }, + { + "name": "bone128", + "parent": "head_glowup2", + "pivot": [5.10026, 85.77733, 8.00213], + "rotation": [0, 45, 0] + }, + { + "name": "bone129", + "parent": "bone128", + "pivot": [5.10026, 85.77733, 8.00213], + "rotation": [-55, 0, 0], + "cubes": [ + {"origin": [0.60026, 85.77733, 8.00213], "size": [9, 13, 0], "uv": [248, 39]}, + {"origin": [0.60026, 85.77733, 8.00213], "size": [9, 13, 0], "pivot": [5.10026, 93.27733, 8.00213], "rotation": [0, 90, 0], "uv": [248, 52]} + ] + }, + { + "name": "bone130", + "parent": "head_glowup2", + "pivot": [0.10026, 97.27733, 3.00213], + "cubes": [ + {"origin": [-4.39974, 89.77733, 3.00213], "size": [9, 15, 0], "uv": [184, 162]}, + {"origin": [-4.39974, 89.77733, 3.00213], "size": [9, 15, 0], "pivot": [0.10026, 97.27733, 3.00213], "rotation": [0, -90, 0], "uv": [184, 177]} + ] + }, + { + "name": "bone131", + "parent": "head_glowup2", + "pivot": [-15.89974, 82.27733, 3.00213], + "cubes": [ + {"origin": [-21.39974, 77.77733, 3.00213], "size": [13, 9, 0], "uv": [168, 63]}, + {"origin": [-21.39974, 77.77733, 3.00213], "size": [13, 9, 0], "pivot": [-15.89974, 82.27733, 3.00213], "rotation": [-90, 0, 0], "uv": [168, 72]} + ] + }, + { + "name": "bone132", + "parent": "head_glowup2", + "pivot": [16.10026, 82.27733, 3.00213], + "cubes": [ + {"origin": [8.60026, 77.77733, 3.00213], "size": [13, 9, 0], "uv": [168, 81]}, + {"origin": [8.60026, 77.77733, 3.00213], "size": [13, 9, 0], "pivot": [16.10026, 82.27733, 3.00213], "rotation": [-90, 0, 0], "uv": [168, 90]} + ] + }, + { + "name": "legs", + "parent": "main_body", + "pivot": [0, 75, 3] + }, + { + "name": "rotateleg", + "parent": "legs", + "pivot": [0, 75, 3] + }, + { + "name": "leg_left_sec_1", + "parent": "rotateleg", + "pivot": [2, 72.65, 2.88319], + "cubes": [ + {"origin": [0, 61.65, 0.88319], "size": [4, 11, 4], "uv": [124, 195]} + ] + }, + { + "name": "leg_left_sec_2", + "parent": "leg_left_sec_1", + "pivot": [2, 61.65, 4.88319], + "cubes": [ + {"origin": [0, 51.65, 0.88319], "size": [4, 10, 4], "uv": [32, 253]}, + {"origin": [-0.5, 49.65, 0.38319], "size": [5, 2, 5], "uv": [182, 253]}, + {"origin": [2, 49.15, -5.61681], "size": [0, 3, 6], "uv": [158, 268]} + ] + }, + { + "name": "leg_left_sec_3", + "parent": "leg_left_sec_2", + "pivot": [2, 49.65, 4.88319], + "cubes": [ + {"origin": [0, 38.65, 0.88319], "size": [4, 11, 4], "uv": [140, 195]} + ] + }, + { + "name": "leg_left_sec_4", + "parent": "leg_left_sec_3", + "pivot": [2, 38.65, 0.88319], + "cubes": [ + {"origin": [0, 28.65, 0.88319], "size": [4, 10, 4], "uv": [48, 253]}, + {"origin": [-0.5, 26.65, 0.38319], "size": [5, 2, 5], "uv": [254, 124]}, + {"origin": [2, 26.15, -5.61681], "size": [0, 3, 6], "uv": [170, 268]} + ] + }, + { + "name": "leg_left_sec_5", + "parent": "leg_left_sec_4", + "pivot": [2, 26.65, 0.88319], + "cubes": [ + {"origin": [0, 15.65, 0.88319], "size": [4, 11, 4], "uv": [156, 195]} + ] + }, + { + "name": "leg_left_sec_6", + "parent": "leg_left_sec_5", + "pivot": [2, 15.65, 0.88319], + "cubes": [ + {"origin": [0, 5.65, 0.88319], "size": [4, 10, 4], "uv": [64, 253]} + ] + }, + { + "name": "feet_left", + "parent": "leg_left_sec_6", + "pivot": [2, 4.65, 2.88319], + "cubes": [ + {"origin": [0, 1.65, 0.88319], "size": [4, 2, 4], "inflate": 0.001, "uv": [226, 212]}, + {"origin": [-0.5, 3.65, 0.38319], "size": [5, 2, 5], "uv": [254, 131]}, + {"origin": [2, 3.15, -5.61681], "size": [0, 3, 6], "uv": [182, 268]} + ] + }, + { + "name": "foot_right_back_1", + "parent": "feet_left", + "pivot": [3, 3.6685, 4.91446], + "rotation": [-57.5, 0, 0], + "cubes": [ + {"origin": [1, 1.63479, 4.90091], "size": [2, 2, 2], "uv": [210, 155]} + ] + }, + { + "name": "foot_right_back_2", + "parent": "foot_right_back_1", + "pivot": [3, 1.2685, 7.66446], + "rotation": [57.5, 0, 0], + "cubes": [ + {"origin": [1, 1.23479, 7.57591], "size": [2, 2, 3], "inflate": 0.001, "uv": [172, 195]}, + {"origin": [2, 1.23479, 10.57591], "size": [0, 2, 3], "uv": [40, 275]} + ] + }, + { + "name": "leg_left_sec_7_foot", + "parent": "feet_left", + "pivot": [2, 3.65, 0.88319], + "rotation": [37.5, 0, 0], + "cubes": [ + {"origin": [0, 1.65, -2.11681], "size": [4, 2, 3], "uv": [270, 115]} + ] + }, + { + "name": "leg_left_sec_7_foot2", + "parent": "leg_left_sec_7_foot", + "pivot": [2, 1.65, -3.11681], + "rotation": [-37.5, 0, 0], + "cubes": [ + {"origin": [0, 2.25876, -5.32346], "size": [4, 2, 3], "uv": [270, 267]} + ] + }, + { + "name": "leg_left_sec_7_foot3", + "parent": "leg_left_sec_7_foot2", + "pivot": [2.5, 1.65, -5.11681], + "cubes": [ + {"origin": [-0.5, 2.33376, -9.32346], "size": [5, 2, 5], "inflate": 0.125, "uv": [254, 178]}, + {"origin": [3.5, 2.20876, -12.32346], "size": [0, 2, 3], "uv": [92, 275]}, + {"origin": [0.5, 2.20876, -12.32346], "size": [0, 2, 3], "uv": [98, 275]} + ] + }, + { + "name": "rotateleg2", + "parent": "legs", + "pivot": [0, 75, 3] + }, + { + "name": "leg_right_sec_1", + "parent": "rotateleg2", + "pivot": [-2, 72.65, 2.88319], + "cubes": [ + {"origin": [-4, 61.65, 0.88319], "size": [4, 11, 4], "uv": [194, 65]} + ] + }, + { + "name": "leg_right_sec_2", + "parent": "leg_right_sec_1", + "pivot": [-2, 61.65, 4.88319], + "cubes": [ + {"origin": [-4, 51.65, 0.88319], "size": [4, 10, 4], "uv": [126, 249]}, + {"origin": [-4.5, 49.65, 0.38319], "size": [5, 2, 5], "uv": [244, 204]}, + {"origin": [-2, 49.15, -5.61681], "size": [0, 3, 6], "uv": [80, 268]} + ] + }, + { + "name": "leg_right_sec_3", + "parent": "leg_right_sec_2", + "pivot": [-2, 49.65, 4.88319], + "cubes": [ + {"origin": [-4, 38.65, 0.88319], "size": [4, 11, 4], "uv": [194, 80]} + ] + }, + { + "name": "leg_right_sec_4", + "parent": "leg_right_sec_3", + "pivot": [-2, 38.65, 0.88319], + "cubes": [ + {"origin": [-4, 28.65, 0.88319], "size": [4, 10, 4], "uv": [0, 253]}, + {"origin": [-4.5, 26.65, 0.38319], "size": [5, 2, 5], "uv": [250, 117]}, + {"origin": [-2, 26.15, -5.61681], "size": [0, 3, 6], "uv": [134, 268]} + ] + }, + { + "name": "leg_right_sec_5", + "parent": "leg_right_sec_4", + "pivot": [-2, 26.65, 0.88319], + "cubes": [ + {"origin": [-4, 15.65, 0.88319], "size": [4, 11, 4], "uv": [108, 195]} + ] + }, + { + "name": "leg_right_sec_6", + "parent": "leg_right_sec_5", + "pivot": [-2, 15.65, 0.88319], + "cubes": [ + {"origin": [-4, 5.65, 0.88319], "size": [4, 10, 4], "uv": [16, 253]} + ] + }, + { + "name": "feet_lright", + "parent": "leg_right_sec_6", + "pivot": [-2, 4.65, 2.88319], + "cubes": [ + {"origin": [-4.5, 3.65, 0.38319], "size": [5, 2, 5], "uv": [142, 253]}, + {"origin": [-2, 3.15, -5.61681], "size": [0, 3, 6], "uv": [146, 268]}, + {"origin": [-4, 1.65, 0.88319], "size": [4, 2, 4], "inflate": 0.001, "uv": [202, 186]} + ] + }, + { + "name": "leg_right_sec_7_foot", + "parent": "feet_lright", + "pivot": [-2, 3.65, 0.88319], + "rotation": [37.5, 0, 0], + "cubes": [ + {"origin": [-4, 1.65, -2.11681], "size": [4, 2, 3], "uv": [206, 269]} + ] + }, + { + "name": "leg_right_sec_7_foot2", + "parent": "leg_right_sec_7_foot", + "pivot": [-2, 1.65, -3.11681], + "rotation": [-37.5, 0, 0], + "cubes": [ + {"origin": [-4, 2.25876, -5.32346], "size": [4, 2, 3], "uv": [92, 270]} + ] + }, + { + "name": "leg_right_sec_7_foot3", + "parent": "leg_right_sec_7_foot2", + "pivot": [-2.5, 1.65, -5.11681], + "cubes": [ + {"origin": [-4.5, 2.33376, -9.32346], "size": [5, 2, 5], "inflate": 0.125, "uv": [162, 253]}, + {"origin": [-3.5, 2.20876, -12.32346], "size": [0, 2, 3], "uv": [90, 240]}, + {"origin": [-0.5, 2.20876, -12.32346], "size": [0, 2, 3], "uv": [80, 253]} + ] + }, + { + "name": "foot_left_back_1", + "parent": "feet_lright", + "pivot": [-3, 3.6685, 4.91446], + "rotation": [-57.5, 0, 0], + "cubes": [ + {"origin": [-3, 1.63479, 4.90091], "size": [2, 2, 2], "uv": [18, 183]} + ] + }, + { + "name": "foot_left_back_2", + "parent": "foot_left_back_1", + "pivot": [-3, 1.2685, 7.66446], + "rotation": [57.5, 0, 0], + "cubes": [ + {"origin": [-3, 1.23479, 7.57591], "size": [2, 2, 3], "inflate": 0.001, "uv": [130, 154]}, + {"origin": [-2, 1.23479, 10.57591], "size": [0, 2, 3], "uv": [274, 183]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/yamask/yamask_galarian.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/yamask/yamask_galarian.geo.json new file mode 100644 index 0000000..729c932 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/yamask/yamask_galarian.geo.json @@ -0,0 +1,176 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.yamask_galarian", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "yamask", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "yamask", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0.005, 11.08716, 0.00381], + "cubes": [ + {"origin": [-1.495, 10, -3], "size": [3, 2, 6], "pivot": [1, 11, 1], "rotation": [-5, 0, 0], "uv": [0, 12]} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 13.5, -1], + "cubes": [ + {"origin": [-1.5, 11, -4], "size": [3, 5, 6], "uv": [0, 0]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [0, 0, 0] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-1.52, 12.75, -0.0625], + "rotation": [-5, 0, 0], + "cubes": [ + {"origin": [-1.51, 12, -2.25], "size": [0, 3, 3], "uv": [32, 14]}, + {"origin": [-1.52, 11.5, -0.5], "size": [0, 2, 2], "uv": [0, 0]}, + {"origin": [-1.53, 11, 0.75], "size": [0, 1, 1], "uv": [13, 12]}, + {"origin": [-1.52, 13, -1.75], "size": [0, 1, 1], "uv": [13, 0]} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-0.5, 6, -2.25] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [1.52, 12.75, -0.0625], + "rotation": [-5, 0, 0], + "cubes": [ + {"origin": [1.51, 12, -2.25], "size": [0, 3, 3], "uv": [32, 21]}, + {"origin": [1.52, 11.5, -0.5], "size": [0, 2, 2], "uv": [0, 12]}, + {"origin": [1.53, 11, 0.75], "size": [0, 1, 1], "uv": [13, 15]}, + {"origin": [1.52, 13, -1.75], "size": [0, 1, 1], "uv": [0, 21]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [0.5, 6, -2.25] + }, + { + "name": "hair", + "parent": "head", + "pivot": [0, 15.875, 0.25], + "cubes": [ + {"origin": [-1, 16, -1.5], "size": [2, 2, 3], "uv": [27, 31]}, + {"origin": [0, 17.25, -2.5], "size": [0, 2, 3], "uv": [18, 32]} + ] + }, + { + "name": "arm_right", + "parent": "torso", + "pivot": [-0.75, 10.5, -0.25], + "cubes": [ + {"origin": [-3, 10, -1.25], "size": [3, 1, 2], "uv": [30, 8]}, + {"origin": [-5, 10, -1.25], "size": [2, 1, 2], "uv": [19, 5]} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-5.3125, 10.5625, -0.25], + "cubes": [ + {"origin": [-9, 10, -1.75], "size": [4, 1, 3], "uv": [0, 21]}, + {"origin": [-9, 10.25, -1.85], "size": [2, 2, 1], "uv": [7, 38]}, + {"origin": [-9.25, 10.25, -0.75], "size": [2, 2, 1], "uv": [37, 0]}, + {"origin": [-9, 10.25, 0.35], "size": [2, 2, 1], "uv": [36, 12]} + ] + }, + { + "name": "arm_left", + "parent": "torso", + "pivot": [0.75, 10.5, -0.25], + "cubes": [ + {"origin": [0, 10, -1.25], "size": [3, 1, 2], "uv": [0, 32]}, + {"origin": [3, 10, -1.25], "size": [2, 1, 2], "uv": [9, 34]} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [5.3125, 10.5625, -0.25], + "cubes": [ + {"origin": [5, 10, -1.75], "size": [4, 1, 3], "uv": [12, 23]}, + {"origin": [7, 10.25, -1.85], "size": [2, 2, 1], "uv": [39, 16]}, + {"origin": [7.25, 10.25, -0.75], "size": [2, 2, 1], "uv": [38, 20]}, + {"origin": [7, 10.25, 0.35], "size": [2, 2, 1], "uv": [14, 38]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 10.5, 0], + "cubes": [ + {"origin": [-0.5, 8, -1], "size": [1, 3, 2], "uv": [25, 37]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 8, 0], + "cubes": [ + {"origin": [-0.5, 5, -1], "size": [1, 3, 2], "uv": [36, 35]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 5, 0], + "cubes": [ + {"origin": [-0.5, 2, -1], "size": [1, 3, 2], "uv": [35, 28]} + ] + }, + { + "name": "block", + "parent": "tail3", + "pivot": [-0.02605, 3.98804, 0.00857], + "cubes": [ + {"origin": [-3.97244, 3.06467, -1.49], "size": [2, 2, 3], "pivot": [-2.55398, 3.86012, 0], "rotation": [0, 0, -132], "uv": [11, 28]}, + {"origin": [1.62838, 3.557, -1.49], "size": [2, 2, 3], "pivot": [2.42091, 4.13998, 0], "rotation": [0, 0, -38], "uv": [24, 25]}, + {"origin": [1.86437, 3.24453, -1.49], "size": [2, 2, 3], "pivot": [2.44591, 4.03998, 0], "rotation": [0, 0, 97], "uv": [0, 26]}, + {"origin": [-3.76145, 3.27715, -1.49], "size": [2, 2, 3], "pivot": [-2.55398, 3.86012, 0], "rotation": [0, 0, 10.5], "uv": [29, 2]}, + {"origin": [-2.5, 2, -1.5], "size": [5, 4, 3], "uv": [16, 9]}, + {"origin": [-3.5, 5, -1.49], "size": [6, 1, 3], "uv": [16, 18]}, + {"origin": [-2.5, 2, -1.49], "size": [6, 1, 3], "uv": [13, 0]} + ] + }, + { + "name": "tail4", + "parent": "tail3", + "pivot": [0, 2.59485, 0.07048], + "cubes": [ + {"origin": [-0.5, -0.15515, -1.67952], "size": [1, 3, 2], "pivot": [0, 1.34485, -0.67952], "rotation": [-35, 0, 0], "uv": [0, 36]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/zapdos2.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/zapdos2.geo.json new file mode 100644 index 0000000..e9a7fe1 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/zapdos2.geo.json @@ -0,0 +1,560 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.ZapdosNew", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 7, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "zapdos", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "zapdos", + "pivot": [0, 0, 0] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [5, 14, 2], + "cubes": [ + {"origin": [3.5, 9, 2], "size": [5, 8, 6], "pivot": [-3, 0, 0], "rotation": [15, 0, 0], "uv": [84, 49], "mirror": true} + ] + }, + { + "name": "leg_left2", + "parent": "leg_left", + "pivot": [6, 11, 3], + "cubes": [ + {"origin": [5, 1, -1], "size": [2, 11, 2], "pivot": [-3, 0, 0], "rotation": [-15, 0, 0], "uv": [14, 91], "mirror": true} + ] + }, + { + "name": "foot_left", + "parent": "leg_left2", + "pivot": [6, 2, 1], + "cubes": [ + {"origin": [3.5, 0, -3], "size": [5, 2, 6], "inflate": 0.01, "uv": [46, 20]} + ] + }, + { + "name": "toe_inner_left", + "parent": "foot_left", + "pivot": [4, 1, -2], + "cubes": [ + {"origin": [3.75, 0, -6], "size": [2, 2, 5], "pivot": [2, 0, 0], "rotation": [0, 15, 0], "uv": [0, 91]} + ] + }, + { + "name": "claw_inner_left", + "parent": "toe_inner_left", + "pivot": [3, 1, -7], + "cubes": [ + {"origin": [4.75, 0, -8], "size": [0, 2, 2], "pivot": [2, 0, 0], "rotation": [0, 15, 0], "uv": [14, 2]} + ] + }, + { + "name": "toe_outer_left", + "parent": "foot_left", + "pivot": [8, 1, -2], + "cubes": [ + {"origin": [6, 0, -8], "size": [2, 2, 5], "pivot": [2, 0, 0], "rotation": [0, -15, 0], "uv": [90, 89]} + ] + }, + { + "name": "claw_outer_left", + "parent": "toe_outer_left", + "pivot": [9, 1, -6], + "cubes": [ + {"origin": [7, 0, -10], "size": [0, 2, 2], "pivot": [2, 0, 0], "rotation": [0, -15, 0], "uv": [14, 0]} + ] + }, + { + "name": "toe_middle_left", + "parent": "foot_left", + "pivot": [6, 1, -4], + "cubes": [ + {"origin": [5, 0, -8], "size": [2, 2, 5], "uv": [81, 87]} + ] + }, + { + "name": "claw_middle_left", + "parent": "toe_middle_left", + "pivot": [6, 1, -8], + "cubes": [ + {"origin": [6, 0, -10], "size": [0, 2, 2], "uv": [2, 4]} + ] + }, + { + "name": "toe_back_left", + "parent": "foot_left", + "pivot": [6, 1, 3], + "cubes": [ + {"origin": [5, 0, 3], "size": [2, 2, 5], "uv": [0, 28]} + ] + }, + { + "name": "claw_back_left", + "parent": "toe_back_left", + "pivot": [6, 1, 8], + "cubes": [ + {"origin": [6, 0, 8], "size": [0, 2, 2], "uv": [2, 4]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-5, 14, 2], + "cubes": [ + {"origin": [-8.5, 9, 2], "size": [5, 8, 6], "pivot": [3, 0, 0], "rotation": [15, 0, 0], "uv": [84, 49]} + ] + }, + { + "name": "leg_right2", + "parent": "leg_right", + "pivot": [-6, 11, 3], + "cubes": [ + {"origin": [-7, 1, -1], "size": [2, 11, 2], "pivot": [3, 0, 0], "rotation": [-15, 0, 0], "uv": [14, 91]} + ] + }, + { + "name": "foot_right", + "parent": "leg_right2", + "pivot": [-6, 2, 1], + "cubes": [ + {"origin": [-8.5, 0, -3], "size": [5, 2, 6], "inflate": 0.01, "uv": [46, 20]} + ] + }, + { + "name": "toe_inner_right", + "parent": "foot_right", + "pivot": [-4, 1, -2], + "cubes": [ + {"origin": [-5.75, 0, -6], "size": [2, 2, 5], "pivot": [-2, 0, 0], "rotation": [0, -15, 0], "uv": [0, 91]} + ] + }, + { + "name": "claw_inner_right", + "parent": "toe_inner_right", + "pivot": [-3, 1, -6], + "cubes": [ + {"origin": [-4.75, 0, -8], "size": [0, 2, 2], "pivot": [-2, 0, 0], "rotation": [0, -15, 0], "uv": [14, 2]} + ] + }, + { + "name": "toe_outer_right", + "parent": "foot_right", + "pivot": [-8, 1, -2], + "cubes": [ + {"origin": [-8, 0, -8], "size": [2, 2, 5], "pivot": [-2, 0, 0], "rotation": [0, 15, 0], "uv": [90, 89]} + ] + }, + { + "name": "claw_outer_right", + "parent": "toe_outer_right", + "pivot": [-9, 1, -6], + "cubes": [ + {"origin": [-7, 0, -10], "size": [0, 2, 2], "pivot": [-2, 0, 0], "rotation": [0, 15, 0], "uv": [14, 0]} + ] + }, + { + "name": "toe_middle_right", + "parent": "foot_right", + "pivot": [-6, 1, -4], + "cubes": [ + {"origin": [-7, 0, -8], "size": [2, 2, 5], "uv": [81, 87]} + ] + }, + { + "name": "claw_middle_right", + "parent": "toe_middle_right", + "pivot": [-6, 1, -8], + "cubes": [ + {"origin": [-6, 0, -10], "size": [0, 2, 2], "uv": [2, 4]} + ] + }, + { + "name": "toe_back_right", + "parent": "foot_right", + "pivot": [-6, 1, 3], + "cubes": [ + {"origin": [-7, 0, 3], "size": [2, 2, 5], "uv": [0, 28]} + ] + }, + { + "name": "claw_back_right", + "parent": "toe_back_right", + "pivot": [-6, 1, 8], + "cubes": [ + {"origin": [-6, 0, 8], "size": [0, 2, 2], "uv": [0, 4]} + ] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 12, 0], + "cubes": [ + {"origin": [-5.5, 10, 8.5], "size": [11, 10, 11], "pivot": [0, 0, 0], "rotation": [60, 0, 0], "uv": [40, 29]}, + {"origin": [-5, -2.5, 11], "size": [10, 10, 10], "pivot": [0, 0, 0], "rotation": [75, 0, 0], "uv": [46, 0]} + ] + }, + { + "name": "neck", + "parent": "torso", + "pivot": [0, 23, -10], + "cubes": [ + {"origin": [-4, 20.07969, -14.19239], "size": [8, 10, 9], "pivot": [0, 22, -9], "rotation": [45, 0, 0], "uv": [0, 72]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 26, -13], + "cubes": [ + {"origin": [-4.5, 23, -21], "size": [9, 9, 9], "uv": [71, 69]}, + {"origin": [13.75, 23.3, -21], "size": [4, 1, 0], "inflate": 0.03, "pivot": [0, 0, 0], "rotation": [0, 0, -30], "uv": [6, 46]}, + {"origin": [-18, 23.3, -21], "size": [4, 1, 0], "inflate": 0.03, "pivot": [0, 0, 0], "rotation": [0, 0, 30], "uv": [6, 46], "mirror": true}, + {"origin": [-4, 26.5, -21], "size": [3, 2, 3], "inflate": 0.015, "uv": [30, 92]}, + {"origin": [1.5, 26.35, -21], "size": [1, 1, 0], "inflate": 0.02, "uv": [8, 7]}, + {"origin": [-2.5, 26.3, -21], "size": [1, 1, 0], "inflate": 0.02, "uv": [8, 7], "mirror": true}, + {"origin": [1, 26.5, -21], "size": [3, 2, 3], "inflate": 0.015, "uv": [25, 72]}, + {"origin": [-12.5, 22, -17.25], "size": [10, 11, 0], "pivot": [0, 0, 0], "rotation": [0, -45, 0], "uv": [0, 10]}, + {"origin": [2.5, 22, -17.25], "size": [10, 11, 0], "pivot": [0, 0, 0], "rotation": [0, 45, 0], "uv": [0, 10], "mirror": true}, + {"origin": [-26.5, 11, -13], "size": [11, 6, 0], "pivot": [0, 0, 0], "rotation": [0, -15, 60], "uv": [84, 63], "mirror": true}, + {"origin": [20.5, 11, -25], "size": [11, 6, 0], "pivot": [0, 0, 0], "rotation": [0, -15, -60], "uv": [84, 63], "mirror": true}, + {"origin": [-31.5, 11, -25], "size": [11, 6, 0], "pivot": [0, 0, 0], "rotation": [0, 15, 60], "uv": [84, 63]}, + {"origin": [15.5, 11, -13], "size": [11, 6, 0], "pivot": [0, 0, 0], "rotation": [0, 15, -60], "uv": [84, 63]}, + {"origin": [-17.6, 23, -21], "size": [4, 1, 0], "inflate": 0.025, "pivot": [0, 0, 0], "rotation": [0, 0, 30], "uv": [9, 24], "mirror": true}, + {"origin": [13.6, 23, -21], "size": [4, 1, 0], "inflate": 0.025, "pivot": [0, 0, 0], "rotation": [0, 0, -30], "uv": [9, 24]} + ] + }, + { + "name": "beak", + "parent": "head", + "pivot": [0, -1, 0], + "cubes": [ + {"origin": [-1.5, 24, -29], "size": [3, 2, 9], "uv": [53, 82]}, + {"origin": [-1, 32.89, -8.5], "size": [2, 2, 5], "inflate": -0.01, "pivot": [0, -1, 0], "rotation": [30, 0, 0], "uv": [0, 21]}, + {"origin": [-1, 24, -35], "size": [2, 1, 6], "uv": [71, 90]}, + {"origin": [0, 24, -36], "size": [0, 1, 1], "uv": [76, 95]} + ] + }, + { + "name": "jaw", + "parent": "beak", + "pivot": [0, 24, -21], + "cubes": [ + {"origin": [-1, 23.99, -29], "size": [2, 0, 10], "uv": [0, 0]} + ] + }, + { + "name": "wing_open_left", + "parent": "torso", + "pivot": [5, 23, -6], + "cubes": [ + {"origin": [3.5, 0, 20.5], "size": [12, 11, 2], "pivot": [0, 0, 0], "rotation": [90, 0, 0], "uv": [34, 78]}, + {"origin": [-5.5, 6, 21.51], "size": [22, 14, 0], "pivot": [0, 0, 0], "rotation": [0, -90, 90], "uv": [40, 50]} + ] + }, + { + "name": "wing_open_left2", + "parent": "wing_open_left", + "pivot": [15, 22, -5], + "cubes": [ + {"origin": [15.5, 0, 21], "size": [12, 11, 1], "pivot": [0, 0, 0], "rotation": [90, 0, 0], "uv": [84, 37]} + ] + }, + { + "name": "bone55", + "parent": "wing_open_left2", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [2.5, 13, 21.5], "size": [22, 14, 0], "pivot": [0, 0, 0], "rotation": [90, -67.5, 0], "uv": [40, 50]} + ] + }, + { + "name": "bone56", + "parent": "wing_open_left2", + "pivot": [0, 0, 0] + }, + { + "name": "wing_open_left3", + "parent": "wing_open_left2", + "pivot": [27, 21, -5], + "cubes": [ + {"origin": [27.5, 5, 21.5], "size": [12, 11, 0], "pivot": [0, 0, 0], "rotation": [90, 0, 0], "uv": [86, 0]}, + {"origin": [20.5, 2, 21.51], "size": [22, 14, 0], "pivot": [0, 0, 0], "rotation": [90, -10, 0], "uv": [40, 50]} + ] + }, + { + "name": "bone58", + "parent": "wing_open_left2", + "pivot": [0, 0, 0] + }, + { + "name": "wing_open_left_top", + "parent": "wing_open_left", + "pivot": [5, 23, -6], + "rotation": [0, 0, -5], + "cubes": [ + {"origin": [4.52206, -5.30239, 21.5], "size": [12, 16, 1], "pivot": [-3.97794, 0.69761, 0], "rotation": [90, 0, 0], "uv": [102, 20]}, + {"origin": [-3.47794, 13.69761, 22], "size": [20, 14, 0], "pivot": [-3.97794, 0.69761, 0], "rotation": [90, -80, 0], "uv": [30, 97], "mirror": true} + ] + }, + { + "name": "wing_open_left_top2", + "parent": "wing_open_left_top", + "pivot": [17.02206, 22.69761, -4], + "cubes": [ + {"origin": [16.52206, -5.30239, 21.5], "size": [12, 16, 1], "pivot": [-3.97794, 0.69761, 0], "rotation": [90, 0, 0], "uv": [73, 20], "mirror": true}, + {"origin": [10.52206, 13.69761, 22], "size": [20, 14, 0], "pivot": [-3.97794, 0.69761, 0], "rotation": [90, -45, 0], "uv": [30, 97], "mirror": true}, + {"origin": [18.52206, 5.69761, 22], "size": [20, 14, 0], "pivot": [-3.97794, 0.69761, 0], "rotation": [90, -10, 0], "uv": [40, 64], "mirror": true} + ] + }, + { + "name": "wing_open_right", + "parent": "torso", + "pivot": [-5, 23, -6], + "cubes": [ + {"origin": [-15.5, 0, 20.5], "size": [12, 11, 2], "pivot": [0, 0, 0], "rotation": [90, 0, 0], "uv": [34, 78], "mirror": true}, + {"origin": [-16.5, 6, 21.51], "size": [22, 14, 0], "pivot": [0, 0, 0], "rotation": [0, 90, -90], "uv": [40, 50], "mirror": true} + ] + }, + { + "name": "wing_open_right2", + "parent": "wing_open_right", + "pivot": [-15, 22, -5], + "cubes": [ + {"origin": [-27.5, 0, 21], "size": [12, 11, 1], "pivot": [0, 0, 0], "rotation": [90, 0, 0], "uv": [84, 37], "mirror": true} + ] + }, + { + "name": "bone4", + "parent": "wing_open_right2", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-24.5, 13, 21.5], "size": [22, 14, 0], "pivot": [0, 0, 0], "rotation": [90, 67.5, 0], "uv": [40, 50], "mirror": true} + ] + }, + { + "name": "bone5", + "parent": "wing_open_right2", + "pivot": [0, 0, 0] + }, + { + "name": "wing_open_right3", + "parent": "wing_open_right2", + "pivot": [-27, 21, -5], + "cubes": [ + {"origin": [-39.5, 5, 21.5], "size": [12, 11, 0], "pivot": [0, 0, 0], "rotation": [90, 0, 0], "uv": [86, 0], "mirror": true}, + {"origin": [-38.5, 2, 21.51], "size": [18, 14, 0], "pivot": [0, 0, 0], "rotation": [90, 10, 0], "uv": [44, 50], "mirror": true} + ] + }, + { + "name": "bone6", + "parent": "wing_open_right2", + "pivot": [0, 0, 0] + }, + { + "name": "wing_open_right_top", + "parent": "wing_open_right", + "pivot": [-5, 23, -6], + "rotation": [0, 0, 5], + "cubes": [ + {"origin": [-16.52206, 13.69761, 22], "size": [20, 14, 0], "pivot": [3.97794, 0.69761, 0], "rotation": [90, 80, 0], "uv": [30, 97]}, + {"origin": [-16.52206, -5.30239, 21.5], "size": [12, 16, 1], "pivot": [3.97794, 0.69761, 0], "rotation": [90, 0, 0], "uv": [102, 20], "mirror": true} + ] + }, + { + "name": "wing_open_right_top2", + "parent": "wing_open_right_top", + "pivot": [-17.02206, 22.69761, -2], + "cubes": [ + {"origin": [-28.52206, -5.30239, 21.5], "size": [12, 16, 1], "pivot": [3.97794, 0.69761, 0], "rotation": [90, 0, 0], "uv": [73, 20]}, + {"origin": [-30.52206, 13.69761, 22], "size": [20, 14, 0], "pivot": [3.97794, 0.69761, 0], "rotation": [90, 45, 0], "uv": [30, 97]}, + {"origin": [-38.52206, 5.69761, 22], "size": [20, 14, 0], "pivot": [3.97794, 0.69761, 0], "rotation": [90, 10, 0], "uv": [40, 64]} + ] + }, + { + "name": "wing_closed_right", + "parent": "torso", + "pivot": [-5, 21, -9], + "rotation": [15, 0, -90], + "cubes": [ + {"origin": [-13.5, 1.21461, 19.65711], "size": [12, 11, 2], "pivot": [2, 1.21461, -0.84289], "rotation": [90, 0, 0], "uv": [34, 78], "mirror": true} + ] + }, + { + "name": "bone40", + "parent": "wing_closed_right", + "pivot": [-10, 2.21461, -19.84289], + "rotation": [0, 90, 5], + "cubes": [ + {"origin": [-28.5, -3.78539, 1.65711], "size": [10, 11, 1], "pivot": [-10, 2.21461, -19.84289], "rotation": [90, 0, 0], "uv": [73, 20]} + ] + }, + { + "name": "bone", + "parent": "bone40", + "pivot": [-10, 2.21461, -19.84289] + }, + { + "name": "bone41", + "parent": "bone", + "pivot": [-10, 2.21461, -19.84289], + "cubes": [ + {"origin": [-39.5, -2.78539, 1.65711], "size": [11, 9, 1], "pivot": [-10, 2.21461, -19.84289], "rotation": [90, 0, 0], "uv": [73, 20]} + ] + }, + { + "name": "wing_closed_right2", + "parent": "wing_closed_right", + "pivot": [-7, 23.21461, -0.84289], + "rotation": [0, 90, 0], + "cubes": [ + {"origin": [-18.5, 1.21461, 25.15711], "size": [12, 11, 1], "pivot": [9, 1.21461, 4.15711], "rotation": [90, 0, 0], "uv": [84, 37], "mirror": true} + ] + }, + { + "name": "wing_closed_right3", + "parent": "wing_closed_right2", + "pivot": [9, 1.21461, 4.15711], + "cubes": [ + {"origin": [-28.5, 6.21461, 25.65711], "size": [15, 10, 0], "pivot": [9, 1.21461, 4.15711], "rotation": [90, 10, 0], "uv": [98, 64], "mirror": true}, + {"origin": [-26.5, 8.21461, 26.15711], "size": [15, 6, 0], "pivot": [9, 1.21461, 4.15711], "rotation": [90, 10, 0], "uv": [0, 104], "mirror": true} + ] + }, + { + "name": "wing_closed_left", + "parent": "torso", + "pivot": [5, 21, -9], + "rotation": [15, 0, 90], + "cubes": [ + {"origin": [1.5, 1.21461, 19.65711], "size": [12, 11, 2], "pivot": [-2, 1.21461, -0.84289], "rotation": [90, 0, 0], "uv": [34, 78]} + ] + }, + { + "name": "bone11", + "parent": "wing_closed_left", + "pivot": [10, 2.21461, -19.84289], + "rotation": [0, -90, -5], + "cubes": [ + {"origin": [18.5, -3.78539, 1.65711], "size": [10, 11, 1], "pivot": [10, 2.21461, -19.84289], "rotation": [90, 0, 0], "uv": [73, 20], "mirror": true} + ] + }, + { + "name": "bone12", + "parent": "bone11", + "pivot": [10, 2.21461, -19.84289] + }, + { + "name": "bone13", + "parent": "bone12", + "pivot": [10, 2.21461, -19.84289], + "cubes": [ + {"origin": [28.5, -2.78539, 1.65711], "size": [11, 9, 1], "pivot": [10, 2.21461, -19.84289], "rotation": [90, 0, 0], "uv": [73, 20], "mirror": true} + ] + }, + { + "name": "wing_closed_left2", + "parent": "wing_closed_left", + "pivot": [7, 23.21461, -0.84289], + "rotation": [0, -90, 0], + "cubes": [ + {"origin": [6.5, 1.21461, 25.15711], "size": [12, 11, 1], "pivot": [-9, 1.21461, 4.15711], "rotation": [90, 0, 0], "uv": [84, 37]} + ] + }, + { + "name": "wing_closed_left3", + "parent": "wing_closed_left2", + "pivot": [-9, 1.21461, 4.15711], + "cubes": [ + {"origin": [13.5, 6.21461, 25.65711], "size": [15, 10, 0], "pivot": [-9, 1.21461, 4.15711], "rotation": [90, -10, 0], "uv": [98, 64]}, + {"origin": [11.5, 8.21461, 26.15711], "size": [15, 6, 0], "pivot": [-9, 1.21461, 4.15711], "rotation": [90, -10, 0], "uv": [0, 104]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 3, -6], + "rotation": [-15, 0, 0] + }, + { + "name": "bone10", + "parent": "tail", + "pivot": [-1, 40, -8], + "cubes": [ + {"origin": [25.18909, -5.12148, -6.30407], "size": [5, 0, 18], "pivot": [0, -5, -6], "rotation": [-12.97997, -18.49629, -77.71235], "uv": [62, 106]}, + {"origin": [-11.81212, 8.30399, 5.61979], "size": [5, 0, 18], "pivot": [0, 3, -6], "rotation": [12.97997, -18.49629, 77.71235], "uv": [96, 90]}, + {"origin": [-7.52138, 11.08328, 7.38944], "size": [5, 0, 18], "pivot": [0, 3, -6], "rotation": [25.47225, -18.72983, 46.93913], "uv": [96, 90]}, + {"origin": [-5.79399, 14.55211, 6.38944], "size": [5, 0, 20], "pivot": [0, 3, -6], "rotation": [31.20104, -1.68576, 15.73789], "uv": [94, 90]}, + {"origin": [0.79399, 14.55211, 6.38944], "size": [5, 0, 20], "pivot": [0, 3, -6], "rotation": [31.20104, 1.68576, -15.73789], "uv": [94, 90], "mirror": true}, + {"origin": [2.52138, 11.08328, 7.38944], "size": [5, 0, 18], "pivot": [0, 3, -6], "rotation": [25.47225, 18.72983, -46.93913], "uv": [96, 90], "mirror": true}, + {"origin": [6.81212, 8.30399, 5.61979], "size": [5, 0, 18], "pivot": [0, 3, -6], "rotation": [12.97997, 18.49629, -77.71235], "uv": [96, 90], "mirror": true}, + {"origin": [-30.18909, -5.12148, -7.30407], "size": [5, 0, 18], "pivot": [0, -5, -6], "rotation": [-12.97997, 18.49629, 77.71235], "uv": [62, 107]} + ] + }, + { + "name": "bone2", + "parent": "bone10", + "pivot": [-1, 40, -8], + "cubes": [ + {"origin": [-8.40288, 23.5868, 8.38889], "size": [5, 0, 20], "pivot": [-1, 40, -8], "rotation": [-31.20104, -1.68576, -15.73789], "uv": [94, 90], "mirror": true}, + {"origin": [3.40288, 23.5868, 8.38889], "size": [5, 0, 20], "pivot": [1, 40, -8], "rotation": [-31.20104, 1.68576, 15.73789], "uv": [94, 90]} + ] + }, + { + "name": "bone7", + "parent": "bone10", + "pivot": [0, 39, -6], + "cubes": [ + {"origin": [-11.62751, 27.85758, 10.38889], "size": [5, 0, 18], "pivot": [0, 39, -6], "rotation": [-25.47225, -18.72983, -46.93913], "uv": [96, 89], "mirror": true}, + {"origin": [6.62751, 27.85758, 10.38889], "size": [5, 0, 18], "pivot": [0, 39, -6], "rotation": [-25.47225, 18.72983, 46.93913], "uv": [96, 90]} + ] + }, + { + "name": "bone8", + "parent": "tail", + "pivot": [-1, 36, -10], + "cubes": [ + {"origin": [-11.1998, 7.82309, 4.50959], "size": [5, 0, 20], "pivot": [0, 3, -6], "rotation": [17.56417, -23.52981, 75.69212], "uv": [78, 102]}, + {"origin": [6.1998, 7.82309, 4.50959], "size": [5, 0, 20], "pivot": [0, 3, -6], "rotation": [17.56417, 23.52981, -75.69212], "uv": [78, 102], "mirror": true}, + {"origin": [-2.5, 15.85342, 5.36866], "size": [5, 0, 20], "pivot": [0, 3, -6], "rotation": [30, 0, 0], "uv": [78, 102]}, + {"origin": [-2.5, 15.00736, -12.66421], "size": [5, 0, 20], "pivot": [0, -3, -6], "rotation": [-30, 0, 0], "uv": [78, 102]}, + {"origin": [-13.53864, 4.88397, 1.8942], "size": [5, 0, 20], "pivot": [0, 3, -6], "rotation": [13.44732, -15.45352, 93.98527], "uv": [78, 102]}, + {"origin": [8.53864, 4.88397, 1.8942], "size": [5, 0, 20], "pivot": [0, 3, -6], "rotation": [13.44732, 15.45352, -93.98527], "uv": [78, 102], "mirror": true}, + {"origin": [1.6168, 13.79672, 4.38944], "size": [5, 0, 20], "pivot": [0, 3, -6], "rotation": [29.56488, 10.58927, -30.90686], "uv": [78, 102], "mirror": true}, + {"origin": [-6.6168, 13.79672, 5.38944], "size": [5, 0, 20], "pivot": [0, 3, -6], "rotation": [29.56488, -10.58927, 30.90686], "uv": [78, 102]} + ] + }, + { + "name": "bone3", + "parent": "bone8", + "pivot": [-1, 36, -10], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [-10.38221, 20.26386, 3.67537], "size": [5, 0, 20], "pivot": [-1, 36, -10], "rotation": [-29.56488, -10.58927, -30.90686], "uv": [78, 102]}, + {"origin": [5.38221, 20.26386, 3.67537], "size": [5, 0, 20], "pivot": [1, 36, -10], "rotation": [-29.56488, 10.58927, 30.90686], "uv": [78, 102], "mirror": true} + ] + }, + { + "name": "bone9", + "parent": "bone8", + "pivot": [0, 36, -11], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [-16.10102, 30.91743, 3.45721], "size": [5, 0, 20], "pivot": [0, 36, -11], "rotation": [-17.56417, -23.52981, -75.69212], "uv": [78, 102]}, + {"origin": [11.10102, 30.91743, 2.45721], "size": [5, 0, 20], "pivot": [0, 36, -11], "rotation": [-17.56417, 23.52981, 75.69212], "uv": [78, 102], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/zapdos_galar.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/zapdos_galar.geo.json new file mode 100644 index 0000000..17e14b4 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/zapdos_galar.geo.json @@ -0,0 +1,328 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.GalarianZapdos", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 5, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "zapdos", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "zapdos", + "pivot": [-11, 1, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 22, -1], + "cubes": [ + {"origin": [-6, 15, -12], "size": [12, 10, 17], "pivot": [-11, 1, 0], "rotation": [-15, 0, 0], "uv": [0, 0]}, + {"origin": [0, 20, -13], "size": [0, 14, 15], "pivot": [-11, 0, 0], "rotation": [-25, 0, 0], "uv": [96, 99]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 4, -6], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-7.5, 15.25, 9.75], "size": [5, 0, 20], "pivot": [0, 4, -6], "rotation": [29.56488, -10.58927, 30.90686], "uv": [98, 25]}, + {"origin": [-6.5, 16.25, 10.75], "size": [5, 0, 20], "pivot": [0, 4, -6], "rotation": [31.20104, -1.68576, 15.73789], "uv": [95, 78]}, + {"origin": [1.5, 16.25, 10.75], "size": [5, 0, 20], "pivot": [0, 4, -6], "rotation": [31.20104, 1.68576, -15.73789], "uv": [95, 78], "mirror": true}, + {"origin": [-8.5, 12.25, 11.75], "size": [5, 0, 18], "pivot": [0, 4, -6], "rotation": [25.47225, -18.72983, 46.93913], "uv": [97, 79]}, + {"origin": [3.5, 12.25, 11.75], "size": [5, 0, 18], "pivot": [0, 4, -6], "rotation": [25.47225, 18.72983, -46.93913], "uv": [97, 79], "mirror": true}, + {"origin": [-13.5, 9, 9.75], "size": [5, 0, 18], "pivot": [0, 4, -6], "rotation": [12.97997, -18.49629, 77.71235], "uv": [97, 79]}, + {"origin": [29, -3, -4.25], "size": [5, 0, 18], "pivot": [0, -4, -6], "rotation": [-12.97997, -18.49629, -77.71235], "uv": [76, 77]}, + {"origin": [-34, -3, -5.25], "size": [5, 0, 18], "pivot": [0, -4, -6], "rotation": [-12.97997, 18.49629, 77.71235], "uv": [76, 77], "mirror": true}, + {"origin": [8.5, 9, 9.75], "size": [5, 0, 18], "pivot": [0, 4, -6], "rotation": [12.97997, 18.49629, -77.71235], "uv": [97, 79], "mirror": true}, + {"origin": [2.5, 15.25, 8.75], "size": [5, 0, 20], "pivot": [0, 4, -6], "rotation": [29.56488, 10.58927, -30.90686], "uv": [98, 25], "mirror": true}, + {"origin": [-12.5, 8.25, 8.75], "size": [5, 0, 20], "pivot": [0, 4, -6], "rotation": [17.56417, -23.52981, 75.69212], "uv": [98, 25]}, + {"origin": [7.5, 8.25, 8.75], "size": [5, 0, 20], "pivot": [0, 4, -6], "rotation": [17.56417, 23.52981, -75.69212], "uv": [98, 25], "mirror": true}, + {"origin": [-2.5, 17.75, 9.75], "size": [5, 0, 20], "pivot": [0, 4, -6], "rotation": [30, 0, 0], "uv": [83, 25]}, + {"origin": [-2.5, 20.25, -11.25], "size": [5, 0, 20], "pivot": [0, -2, -6], "rotation": [-30, 0, 0], "uv": [78, 25]}, + {"origin": [-15.5, 4.75, 5.75], "size": [5, 0, 20], "pivot": [0, 4, -6], "rotation": [13.44732, -15.45352, 93.98527], "uv": [83, 25]}, + {"origin": [10.5, 4.75, 5.75], "size": [5, 0, 20], "pivot": [0, 4, -6], "rotation": [13.44732, 15.45352, -93.98527], "uv": [83, 25], "mirror": true} + ] + }, + { + "name": "bone4", + "parent": "tail", + "pivot": [-1, 41, -8], + "cubes": [ + {"origin": [-7.5, 28.75, 9.75], "size": [5, 0, 20], "pivot": [-1, 41, -8], "rotation": [-31.20104, -1.68576, -15.73789], "uv": [90, 79]}, + {"origin": [2.5, 28.75, 9.75], "size": [5, 0, 20], "pivot": [1, 41, -8], "rotation": [-31.20104, 1.68576, 15.73789], "uv": [90, 79], "mirror": true} + ] + }, + { + "name": "bone7", + "parent": "tail", + "pivot": [0, 40, -6], + "cubes": [ + {"origin": [-8.5, 31.75, 11.75], "size": [5, 0, 18], "pivot": [0, 40, -6], "rotation": [-25.47225, -18.72983, -46.93913], "uv": [92, 79]}, + {"origin": [3.5, 31.75, 11.75], "size": [5, 0, 18], "pivot": [0, 40, -6], "rotation": [-25.47225, 18.72983, 46.93913], "uv": [92, 79], "mirror": true} + ] + }, + { + "name": "bone3", + "parent": "tail", + "pivot": [-1, 37, -10], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [-8.5, 24.75, 5.75], "size": [5, 0, 20], "pivot": [-1, 37, -10], "rotation": [-29.56488, -10.58927, -30.90686], "uv": [93, 25]}, + {"origin": [3.5, 24.75, 5.75], "size": [5, 0, 20], "pivot": [1, 37, -10], "rotation": [-29.56488, 10.58927, 30.90686], "uv": [93, 25], "mirror": true} + ] + }, + { + "name": "bone", + "parent": "tail", + "pivot": [0, 42, -6] + }, + { + "name": "bone2", + "parent": "tail", + "pivot": [0, 37, -11], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [-12.5, 33.25, 5.75], "size": [5, 0, 20], "pivot": [0, 37, -11], "rotation": [-17.56417, -23.52981, -75.69212], "uv": [93, 25]}, + {"origin": [7.5, 33.25, 4.75], "size": [5, 0, 20], "pivot": [0, 37, -11], "rotation": [-17.56417, 23.52981, 75.69212], "uv": [93, 25], "mirror": true} + ] + }, + { + "name": "wing_left", + "parent": "torso", + "pivot": [6, 25, -6] + }, + { + "name": "wing_right", + "parent": "torso", + "pivot": [-6, 25, -7], + "cubes": [ + {"origin": [-13, 14, 2.5], "size": [0, 15, 14], "pivot": [0, 1, 0], "rotation": [-0.18317, -38.2559, 14.8464], "uv": [0, 98]}, + {"origin": [-13.5, 6, 14], "size": [1, 10, 10], "pivot": [0, 1, 0], "rotation": [44.81683, -38.2559, 14.8464], "uv": [65, 100]} + ] + }, + { + "name": "wing_right2", + "parent": "torso", + "pivot": [6, 25, -7], + "cubes": [ + {"origin": [13, 14, 2.5], "size": [0, 15, 14], "pivot": [0, 1, 0], "rotation": [-0.18317, 38.2559, -14.8464], "uv": [0, 98], "mirror": true}, + {"origin": [12.5, 6, 14], "size": [1, 10, 10], "pivot": [0, 1, 0], "rotation": [44.81683, 38.2559, -14.8464], "uv": [65, 100], "mirror": true} + ] + }, + { + "name": "neck", + "parent": "torso", + "pivot": [0, 20, -6], + "cubes": [ + {"origin": [-2.5, 18, -5], "size": [5, 11, 5], "pivot": [0, 1, 0], "rotation": [10, 0, 0], "uv": [68, 39]}, + {"origin": [0, 14, -2], "size": [0, 12, 10], "pivot": [0, 1, 0], "rotation": [30, 0, 0], "uv": [0, 60]} + ] + }, + { + "name": "neck2", + "parent": "neck", + "pivot": [0, 1, 0], + "cubes": [ + {"origin": [-2, 22.75, -18], "size": [4, 10, 5], "pivot": [0, 1, 0], "rotation": [-20, 0, 0], "uv": [20, 70]} + ] + }, + { + "name": "neck3", + "parent": "neck2", + "pivot": [0, -1, 0], + "cubes": [ + {"origin": [-2, 35, 0.05], "size": [4, 6, 5], "inflate": -0.01, "pivot": [0, -1, 0], "rotation": [10, 0, 0], "uv": [110, 55]}, + {"origin": [0, 31, -15.5], "size": [0, 6, 7], "pivot": [0, 0, 0], "rotation": [-20, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "head", + "parent": "neck3", + "pivot": [0, 39, -5], + "cubes": [ + {"origin": [-3.5, 38, -3], "size": [7, 6, 8], "pivot": [0, 4, -2], "rotation": [10, 0, 0], "uv": [56, 56]}, + {"origin": [-2, 38, -5], "size": [5, 6, 5], "inflate": -0.01, "pivot": [0, 4, -2], "rotation": [14.00194, 44.13603, 9.85108], "uv": [75, 19]}, + {"origin": [-1, 20, -35.9], "size": [2, 4, 1], "inflate": -0.01, "pivot": [0, 4, -2], "rotation": [-45, 0, 0], "uv": [91, 73]}, + {"origin": [-1, 18, -36.5], "size": [2, 3, 1], "inflate": -0.02, "pivot": [0, 4, -2], "rotation": [-50, 0, 0], "uv": [66, 33]}, + {"origin": [3, 39.75, 5.5], "size": [0, 2, 4], "inflate": 0.02, "pivot": [0, 4, -2], "rotation": [29.00194, 44.13603, 9.85108], "uv": [67, 58], "mirror": true}, + {"origin": [-3, 39.25, 7.25], "size": [0, 2, 4], "inflate": 0.02, "pivot": [0, 4, -2], "rotation": [31.50194, -44.136, -9.8511], "uv": [67, 58]}, + {"origin": [3, 40, -3], "size": [0, 2, 1], "inflate": 0.01, "pivot": [0, 4, -2], "rotation": [14.00194, 44.13603, 9.85108], "uv": [0, 0], "mirror": true}, + {"origin": [-3, 40, -3], "size": [0, 2, 1], "inflate": 0.01, "pivot": [0, 4, -2], "rotation": [14.00194, -44.136, -9.8511], "uv": [0, 0]}, + {"origin": [3, 40, -5.25], "size": [0, 2, 5], "pivot": [0, 4, -2], "rotation": [14.00194, 44.13603, 9.85108], "uv": [63, 34], "mirror": true}, + {"origin": [-3, 40, -5.1], "size": [0, 2, 5], "pivot": [0, 4, -2], "rotation": [14.00194, -44.136, -9.8511], "uv": [63, 34]}, + {"origin": [-35.5, 6, -23], "size": [9, 8, 0], "pivot": [0, 4, -2], "rotation": [30, 30, 90], "uv": [8, 96]}, + {"origin": [26.5, 6, -23], "size": [9, 8, 0], "pivot": [0, 4, -2], "rotation": [30, -30, -90], "uv": [8, 96], "mirror": true}, + {"origin": [33.5, 19, -15], "size": [9, 4, 0], "pivot": [0, 0, -1], "rotation": [0, -15, -60], "uv": [92, 102], "mirror": true}, + {"origin": [-42.5, 19, -15], "size": [9, 4, 0], "pivot": [0, 0, -1], "rotation": [0, 15, 60], "uv": [92, 102]}, + {"origin": [-35.5, 19, -8], "size": [9, 4, 0], "pivot": [0, 0, -1], "rotation": [0, 0, 60], "uv": [103, 106], "mirror": true}, + {"origin": [26.5, 19, -8], "size": [9, 4, 0], "pivot": [0, 0, -1], "rotation": [0, 0, -60], "uv": [103, 106]} + ] + }, + { + "name": "bone5", + "parent": "head", + "pivot": [0, 4, -2], + "cubes": [ + {"origin": [-1, 39, -10], "size": [2, 2, 5], "pivot": [0, 4, -2], "rotation": [10, 0, 0], "uv": [72, 86]}, + {"origin": [-0.5, 39, -14], "size": [1, 2, 4], "pivot": [0, 4, -2], "rotation": [10, 0, 0], "uv": [71, 13]}, + {"origin": [-0.5, 39.5, -18], "size": [1, 1, 4], "pivot": [0, 4, -2], "rotation": [10, 0, 0], "uv": [93, 0]} + ] + }, + { + "name": "bone6", + "parent": "bone5", + "pivot": [0, 4, -2], + "cubes": [ + {"origin": [-1, 37.5, -14], "size": [2, 2, 5], "inflate": -0.01, "pivot": [0, 4, -2], "rotation": [2.5, 0, 0], "uv": [86, 63]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-6, 17, 1], + "cubes": [ + {"origin": [-8.5, 12.58865, -2.69932], "size": [4, 8, 6], "inflate": 0.01, "pivot": [-6, 19, 0], "rotation": [10, 0, 0], "uv": [38, 70]} + ] + }, + { + "name": "leg_right2", + "parent": "leg_right", + "pivot": [-6, 13, 0], + "cubes": [ + {"origin": [-7.5, 5, 6.25], "size": [2, 6, 3], "inflate": 0.01, "pivot": [-11, 0, 0], "rotation": [30, 0, 0], "uv": [88, 44]} + ] + }, + { + "name": "leg_right3", + "parent": "leg_right2", + "pivot": [-6, 8, 2], + "cubes": [ + {"origin": [-7.5, 2, 1], "size": [2, 8, 2], "pivot": [-11, 0, 0], "rotation": [-15, 0, 0], "uv": [49, 85]} + ] + }, + { + "name": "foot_right", + "parent": "leg_right3", + "pivot": [-6, 2, 2], + "cubes": [ + {"origin": [-9, 0, -1], "size": [5, 2, 6], "inflate": 0.01, "uv": [75, 30]} + ] + }, + { + "name": "toe_right_middle", + "parent": "foot_right", + "pivot": [-6, 1, 0], + "cubes": [ + {"origin": [-7.5, 0, -6], "size": [2, 2, 6], "uv": [58, 19]}, + {"origin": [-6.5, 0, -9.5], "size": [0, 2, 6], "uv": [51, 35], "mirror": true} + ] + }, + { + "name": "toe_right_inner", + "parent": "foot_right", + "pivot": [-5, 1, 0], + "cubes": [ + {"origin": [-6.5, 0, -8], "size": [2, 2, 6], "pivot": [-11, 0, 0], "rotation": [0, -30, 0], "uv": [0, 27]}, + {"origin": [-5.5, 0, -11.25], "size": [0, 2, 6], "pivot": [-11, 0, 0], "rotation": [0, -30, 0], "uv": [51, 35], "mirror": true} + ] + }, + { + "name": "toe_right_outer", + "parent": "foot_right", + "pivot": [-8, 1, 0], + "cubes": [ + {"origin": [-8.5, 0, -6.5], "size": [0, 2, 6], "pivot": [-11, 0, 0], "rotation": [0, 30, 0], "uv": [51, 35], "mirror": true}, + {"origin": [-9.5, 0, -3], "size": [2, 2, 6], "pivot": [-11, 0, 0], "rotation": [0, 30, 0], "uv": [72, 78]} + ] + }, + { + "name": "toe_right_back", + "parent": "foot_right", + "pivot": [-6, 1, 5], + "cubes": [ + {"origin": [-7.5, 0, 4], "size": [2, 2, 6], "uv": [0, 35]}, + {"origin": [-6.5, 0, 7.5], "size": [0, 2, 6], "uv": [52, 64]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [6, 17, 1], + "cubes": [ + {"origin": [4.5, 12.58865, -2.69932], "size": [4, 8, 6], "inflate": 0.01, "pivot": [6, 19, 0], "rotation": [10, 0, 0], "uv": [38, 70], "mirror": true} + ] + }, + { + "name": "leg_left2", + "parent": "leg_left", + "pivot": [6, 13, 0], + "cubes": [ + {"origin": [5.5, 5, 6.25], "size": [2, 6, 3], "inflate": 0.01, "pivot": [11, 0, 0], "rotation": [30, 0, 0], "uv": [88, 44], "mirror": true} + ] + }, + { + "name": "leg_left3", + "parent": "leg_left2", + "pivot": [6, 8, 2], + "cubes": [ + {"origin": [5.5, 2, 1], "size": [2, 8, 2], "pivot": [11, 0, 0], "rotation": [-15, 0, 0], "uv": [49, 85], "mirror": true} + ] + }, + { + "name": "foot_left", + "parent": "leg_left3", + "pivot": [6, 2, 2], + "cubes": [ + {"origin": [4, 0, -1], "size": [5, 2, 6], "inflate": 0.01, "uv": [75, 30], "mirror": true} + ] + }, + { + "name": "toe_left_middle", + "parent": "foot_left", + "pivot": [6, 1, 0], + "cubes": [ + {"origin": [5.5, 0, -6], "size": [2, 2, 6], "uv": [58, 19], "mirror": true}, + {"origin": [6.5, 0, -9.5], "size": [0, 2, 6], "uv": [51, 35], "mirror": true} + ] + }, + { + "name": "toe_left_inner", + "parent": "foot_left", + "pivot": [5, 1, 0], + "cubes": [ + {"origin": [4.5, 0, -8], "size": [2, 2, 6], "pivot": [11, 0, 0], "rotation": [0, 30, 0], "uv": [0, 27], "mirror": true}, + {"origin": [5.5, 0, -11.25], "size": [0, 2, 6], "pivot": [11, 0, 0], "rotation": [0, 30, 0], "uv": [51, 35], "mirror": true} + ] + }, + { + "name": "toe_left_outer", + "parent": "foot_left", + "pivot": [8, 1, 0], + "cubes": [ + {"origin": [8.5, 0, -6.5], "size": [0, 2, 6], "pivot": [11, 0, 0], "rotation": [0, -30, 0], "uv": [51, 35], "mirror": true}, + {"origin": [7.5, 0, -3], "size": [2, 2, 6], "pivot": [11, 0, 0], "rotation": [0, -30, 0], "uv": [72, 78], "mirror": true} + ] + }, + { + "name": "toe_left_back", + "parent": "foot_left", + "pivot": [6, 1, 5], + "cubes": [ + {"origin": [5.5, 0, 4], "size": [2, 2, 6], "uv": [0, 35], "mirror": true}, + {"origin": [6.5, 0, 7.5], "size": [0, 2, 6], "uv": [52, 64], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/zekrom/zekrom.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/zekrom/zekrom.geo.json new file mode 100644 index 0000000..8c6950a --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/zekrom/zekrom.geo.json @@ -0,0 +1,448 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 256, + "texture_height": 256, + "visible_bounds_width": 10, + "visible_bounds_height": 8.5, + "visible_bounds_offset": [0, 3.75, 0] + }, + "bones": [ + { + "name": "zekrom", + "pivot": [0, 0, 0] + }, + { + "name": "MAINTHING", + "parent": "zekrom", + "pivot": [-1, 61, -8], + "rotation": [0, 90, 0] + }, + { + "name": "LEG", + "parent": "MAINTHING", + "pivot": [-9.61394, 40.6349, -1.71272], + "rotation": [0, 0, 10] + }, + { + "name": "rleg", + "parent": "LEG", + "pivot": [-9.61394, 33.6349, -15.71272], + "cubes": [ + {"origin": [-7.61394, 13.6349, -17.71272], "size": [10, 12, 15], "pivot": [-4.61394, 11.6349, -32.71272], "rotation": [36.1745, -39.86973, 3.1142], "uv": [126, 124]}, + {"origin": [-11.61394, 17.6349, -27.71272], "size": [12, 12, 14], "pivot": [-7.61394, 15.6349, -28.71272], "rotation": [36.1745, -39.86973, 3.1142], "uv": [40, 125]} + ] + }, + { + "name": "rleg2", + "parent": "rleg", + "pivot": [-4.61394, 27.6349, -32.71272], + "cubes": [ + {"origin": [-8.18909, 11.88371, -48.3708], "size": [10, 12, 20], "pivot": [-3.61394, 19.6349, -31.71272], "rotation": [101.1745, -39.86973, 3.1142], "uv": [0, 80]}, + {"origin": [-6.61394, 17.88371, -37.3708], "size": [8, 12, 9], "pivot": [-3.61394, 25.6349, -31.71272], "rotation": [101.1745, -39.86973, 3.1142], "uv": [124, 235]} + ] + }, + { + "name": "rfoot", + "parent": "rleg2", + "pivot": [-3.61394, 7.6349, -31.71272], + "rotation": [1.61405, -22.13991, -10.80524], + "cubes": [ + {"origin": [-8.98929, -2.66439, -37.55853], "size": [12, 15, 9], "pivot": [-4.53016, 6.44135, -31.2282], "rotation": [87.97357, -59.86171, 4.01708], "uv": [75, 164]}, + {"origin": [-8.98929, 12.33561, -37.55853], "size": [12, 4, 5], "pivot": [-4.53016, 6.44135, -31.2282], "rotation": [87.97357, -59.86171, 4.01708], "uv": [191, 112]}, + {"origin": [-7.98929, 16.33561, -37.55853], "size": [2, 3, 5], "pivot": [-4.53016, 6.44135, -31.2282], "rotation": [87.97357, -59.86171, 4.01708], "uv": [172, 0]}, + {"origin": [-6.98929, 19.33561, -37.55853], "size": [0, 3, 5], "pivot": [-4.53016, 6.44135, -31.2282], "rotation": [87.97357, -59.86171, 4.01708], "uv": [224, 15]}, + {"origin": [0.01071, 16.33561, -37.55853], "size": [2, 3, 5], "pivot": [-4.53016, 6.44135, -31.2282], "rotation": [87.97357, -59.86171, 4.01708], "uv": [172, 0]}, + {"origin": [1.01071, 19.33561, -37.55853], "size": [0, 3, 5], "pivot": [-4.53016, 6.44135, -31.2282], "rotation": [87.97357, -59.86171, 4.01708], "uv": [224, 15]}, + {"origin": [-3.98929, 16.33561, -37.55853], "size": [2, 4, 5], "pivot": [-4.53016, 6.44135, -31.2282], "rotation": [87.97357, -59.86171, 4.01708], "uv": [172, 0]}, + {"origin": [-2.98929, 20.33561, -37.55853], "size": [0, 3, 5], "pivot": [-4.53016, 6.44135, -31.2282], "rotation": [87.97357, -59.86171, 4.01708], "uv": [224, 15]} + ] + }, + { + "name": "lleg", + "parent": "LEG", + "pivot": [-9.61394, 32.6349, -1.71272], + "cubes": [ + {"origin": [-14.77809, 22.8344, 2.0868], "size": [12, 12, 14], "pivot": [-8.61394, 25.6349, 10.28728], "rotation": [-147.45224, -42.6944, -171.3929], "uv": [40, 125]}, + {"origin": [-12.097, 28.90467, -11.6174], "size": [10, 12, 15], "pivot": [-10.61394, 33.6349, 1.28728], "rotation": [-147.4522, -42.6944, -171.3929], "uv": [126, 124]} + ] + }, + { + "name": "lleg2", + "parent": "lleg", + "pivot": [-1.61394, 23.6349, 16.28728], + "cubes": [ + {"origin": [-8.34308, 13.02758, 13.94634], "size": [10, 12, 20], "pivot": [-3.61394, 20.6349, 17.28728], "rotation": [-92.54776, 42.6944, 8.6071], "uv": [70, 26]}, + {"origin": [-6.34308, 19.02758, 13.94634], "size": [8, 12, 9], "pivot": [-3.61394, 26.6349, 17.28728], "rotation": [-92.54776, 42.6944, 8.6071], "uv": [126, 235]} + ] + }, + { + "name": "lfoot", + "parent": "lleg2", + "pivot": [-3.61394, 5.6349, 15.28728], + "rotation": [-1.00629, 23.79153, -8.26977], + "cubes": [ + {"origin": [-8.86562, -4.45978, 14.90515], "size": [12, 15, 8], "pivot": [-1.37655, 6.47286, 15.97808], "rotation": [-92.03559, 61.72606, -2.39356], "uv": [0, 164]}, + {"origin": [-8.86562, 10.54022, 17.90515], "size": [12, 4, 5], "pivot": [-1.37655, 6.47286, 15.97808], "rotation": [-92.03559, 61.72606, -2.39356], "uv": [188, 76]}, + {"origin": [0.13438, 14.54022, 17.90515], "size": [2, 3, 5], "pivot": [-1.37655, 6.47286, 15.97808], "rotation": [-92.03559, 61.72606, -2.39356], "uv": [172, 0]}, + {"origin": [1.13438, 17.54022, 17.90515], "size": [0, 3, 5], "pivot": [-1.37655, 6.47286, 15.97808], "rotation": [-92.03559, 61.72606, -2.39356], "uv": [224, 11]}, + {"origin": [-3.86562, 14.54022, 17.90515], "size": [2, 4, 5], "pivot": [-1.37655, 6.47286, 15.97808], "rotation": [-92.03559, 61.72606, -2.39356], "uv": [172, 0]}, + {"origin": [-2.86562, 18.54022, 17.90515], "size": [0, 3, 5], "pivot": [-1.37655, 6.47286, 15.97808], "rotation": [-92.03559, 61.72606, -2.39356], "uv": [224, 11]}, + {"origin": [-7.86562, 14.54022, 17.90515], "size": [2, 3, 5], "pivot": [-1.37655, 6.47286, 15.97808], "rotation": [-92.03559, 61.72606, -2.39356], "uv": [172, 0]}, + {"origin": [-6.86562, 17.54022, 17.90515], "size": [0, 3, 5], "pivot": [-1.37655, 6.47286, 15.97808], "rotation": [-92.03559, 61.72606, -2.39356], "uv": [224, 11]} + ] + }, + { + "name": "torso", + "parent": "MAINTHING", + "pivot": [-11.61394, 30.6349, -1.71272], + "rotation": [0, 0, 17.5] + }, + { + "name": "middleseg", + "parent": "torso", + "pivot": [-15.78149, 41.27029, -8.71272], + "cubes": [ + {"origin": [-19.78149, 42.27029, -14.21272], "size": [11, 12, 15], "pivot": [-15.78149, 41.27029, -8.71272], "rotation": [0, 0, 5], "uv": [133, 62]} + ] + }, + { + "name": "upperseg", + "parent": "middleseg", + "pivot": [-14.78149, 49.27029, -8.71272], + "rotation": [0, 0, 17.5], + "cubes": [ + {"origin": [-20.13012, 48.25507, -17.21272], "size": [13, 15, 21], "uv": [44, 220]}, + {"origin": [-19.13012, 63.25507, -11.71272], "size": [11, 5, 10], "uv": [166, 141]} + ] + }, + { + "name": "neck", + "parent": "upperseg", + "pivot": [-15.13012, 66.25507, -6.71272], + "rotation": [0, 0, 32.5], + "cubes": [ + {"origin": [-18.13012, 66.25507, -10.71272], "size": [9, 8, 8], "uv": [192, 34]}, + {"origin": [-17.13012, 70.25507, -9.71272], "size": [7, 8, 6], "uv": [195, 36]}, + {"origin": [-22.13012, 68.25507, -6.71272], "size": [13, 5, 0], "uv": [213, 218]} + ] + }, + { + "name": "looky", + "parent": "neck", + "pivot": [-15.13012, 76.25507, -6.71272], + "rotation": [0, -87.5, 0] + }, + { + "name": "head", + "parent": "looky", + "pivot": [-15.13012, 75.25507, -9.71272], + "rotation": [-86.97321, 80.2195, -88.4628], + "cubes": [ + {"origin": [-11.23947, 77.97324, -13.71272], "size": [6, 5, 8], "uv": [83, 188]}, + {"origin": [-13.23947, 75.97324, -6.81272], "size": [3, 4, 1], "pivot": [-11.23947, 76.97324, -4.71272], "rotation": [0, 0, 42.5], "uv": [86, 100]}, + {"origin": [-13.23947, 75.97324, -13.61272], "size": [3, 4, 1], "pivot": [-11.23947, 76.97324, -10.71272], "rotation": [0, 0, 42.5], "uv": [99, 5]}, + {"origin": [-6.23947, 77.97324, -12.21272], "size": [4, 4, 5], "uv": [110, 36]}, + {"origin": [-8.23947, 78.97324, -10.21272], "size": [6, 3, 3], "pivot": [-2.23947, 81.97324, -8.71272], "rotation": [-45, 0, 22.5], "uv": [0, 60]}, + {"origin": [-3.23947, 75.97324, -22.71272], "size": [1, 3, 3], "pivot": [-8.23947, 63.97324, -14.71272], "rotation": [-45, 0, 0], "uv": [40, 80]}, + {"origin": [-22.23947, 74.97324, -14.71272], "size": [11, 8, 10], "uv": [67, 0]}, + {"origin": [-18.93898, 78.89512, -12.21272], "size": [9, 5, 5], "pivot": [-10.23947, 81.97324, -8.71272], "rotation": [0, 0, 35], "uv": [0, 239]}, + {"origin": [-25.23947, 80.47324, -11.21272], "size": [9, 8, 3], "pivot": [-16.23947, 87.97324, -8.71272], "rotation": [0, 0, -2.5], "uv": [207, 121]}, + {"origin": [-29.63947, 83.97324, -10.71272], "size": [6, 4, 2], "pivot": [-24.23947, 86.97324, -9.71272], "rotation": [0, 0, -27.5], "uv": [134, 89]}, + {"origin": [-31.63947, 81.97324, -10.21272], "size": [5, 4, 1], "pivot": [-26.23947, 85.97324, -8.71272], "rotation": [0, 0, 5], "uv": [0, 0]}, + {"origin": [-35.23947, 80.97324, -10.21272], "size": [7, 3, 1], "pivot": [-28.23947, 84.97324, -9.71272], "rotation": [0, 0, 57.5], "uv": [94, 58]}, + {"origin": [-43.23947, 85.97324, -9.71272], "size": [10, 3, 0], "pivot": [-27.23947, 89.97324, -10.71272], "rotation": [0, 0, 10], "uv": [216, 26]} + ] + }, + { + "name": "eyer", + "parent": "head", + "pivot": [-16.23947, 66.97324, -4.71272], + "cubes": [ + {"origin": [-10.43947, 79.97324, -5.70272], "size": [2, 1, 0], "uv": [50, 124]}, + {"origin": [-10.03947, 79.97324, -5.69272], "size": [1, 1, 0], "uv": [66, 48]}, + {"origin": [-10.43947, 79.57324, -5.70272], "size": [2, 1, 0], "uv": [88, 107]}, + {"origin": [-11.23947, 78.97324, -5.71272], "size": [4, 2, 0], "uv": [239, 149]} + ] + }, + { + "name": "eyel", + "parent": "head", + "pivot": [-16.23947, 66.97324, -10.71272], + "cubes": [ + {"origin": [-10.43947, 79.97324, -13.72272], "size": [2, 1, 0], "uv": [10, 99]}, + {"origin": [-10.43947, 79.57324, -13.72272], "size": [2, 1, 0], "uv": [2, 99]}, + {"origin": [-10.03947, 79.97324, -13.73272], "size": [1, 1, 0], "uv": [63, 61]}, + {"origin": [-11.23947, 78.97324, -13.72], "size": [4, 2, 0], "uv": [243, 144]} + ] + }, + { + "name": "teeths2", + "parent": "head", + "pivot": [-16.23947, 62.97324, -3.71272], + "cubes": [ + {"origin": [-16.23947, 87.82324, -6.71272], "size": [1, 1, 0], "pivot": [-25.23947, 75.97324, -4.71272], "rotation": [0, 0, 45], "uv": [20, 3]}, + {"origin": [-14.98947, 88.12324, -6.71272], "size": [1, 1, 0], "pivot": [-24.23947, 75.97324, -4.71272], "rotation": [0, 0, 45], "uv": [20, 2]}, + {"origin": [-11.73947, 87.47324, -6.71272], "size": [1, 1, 0], "pivot": [-21.23947, 77.97324, -4.71272], "rotation": [0, 0, 45], "uv": [20, 1]}, + {"origin": [-12.23947, 87.82324, -7.71272], "size": [1, 1, 0], "pivot": [-21.23947, 75.97324, -5.71272], "rotation": [0, 0, 45], "uv": [20, 0]}, + {"origin": [-10.73947, 88.17324, -7.71272], "size": [1, 1, 0], "pivot": [-20.23947, 75.97324, -5.71272], "rotation": [0, 0, 45], "uv": [10, 5]}, + {"origin": [-12.23947, 87.82324, -11.71272], "size": [1, 1, 0], "pivot": [-21.23947, 75.97324, -9.71272], "rotation": [0, 0, 45], "uv": [8, 5]}, + {"origin": [-10.73947, 88.17324, -11.71272], "size": [1, 1, 0], "pivot": [-20.23947, 75.97324, -9.71272], "rotation": [0, 0, 45], "uv": [6, 5]}, + {"origin": [-16.23947, 87.82324, -12.71272], "size": [1, 1, 0], "pivot": [-25.23947, 75.97324, -10.71272], "rotation": [0, 0, 45], "uv": [4, 5]}, + {"origin": [-14.98947, 88.12324, -12.71272], "size": [1, 1, 0], "pivot": [-24.23947, 75.97324, -10.71272], "rotation": [0, 0, 45], "uv": [2, 5]}, + {"origin": [-12.73947, 87.97324, -12.71272], "size": [1, 1, 0], "pivot": [-22.23947, 76.97324, -10.71272], "rotation": [0, 0, 45], "uv": [0, 5]} + ] + }, + { + "name": "jaw", + "parent": "head", + "pivot": [-12.23947, 76.97324, -8.71272], + "rotation": [0, 0, 2.5], + "cubes": [ + {"origin": [-7.23947, 74.97324, -12.21272], "size": [4, 3, 5], "uv": [48, 58]}, + {"origin": [-12.23947, 74.97324, -13.21272], "size": [6, 3, 7], "uv": [102, 205]} + ] + }, + { + "name": "teeths", + "parent": "jaw", + "pivot": [-16.23947, 62.97324, -3.71272], + "cubes": [ + {"origin": [-16.23947, 87.82324, -6.71272], "size": [1, 1, 0], "pivot": [-25.23947, 75.97324, -4.71272], "rotation": [0, 0, 45], "uv": [18, 46]}, + {"origin": [-14.98947, 88.12324, -6.71272], "size": [1, 1, 0], "pivot": [-24.23947, 75.97324, -4.71272], "rotation": [0, 0, 45], "uv": [20, 22]}, + {"origin": [-12.98947, 88.47324, -6.71272], "size": [1, 1, 0], "pivot": [-23.23947, 76.97324, -4.71272], "rotation": [0, 0, 45], "uv": [20, 6]}, + {"origin": [-12.73947, 86.97324, -6.71272], "size": [1, 1, 0], "pivot": [-22.23947, 75.97324, -4.71272], "rotation": [0, 0, 45], "uv": [20, 21]}, + {"origin": [-12.23947, 87.82324, -7.71272], "size": [1, 1, 0], "pivot": [-21.23947, 75.97324, -5.71272], "rotation": [0, 0, 45], "uv": [20, 7]}, + {"origin": [-10.73947, 88.17324, -7.71272], "size": [1, 1, 0], "pivot": [-20.23947, 75.97324, -5.71272], "rotation": [0, 0, 45], "uv": [20, 8]}, + {"origin": [-12.23947, 87.82324, -11.71272], "size": [1, 1, 0], "pivot": [-21.23947, 75.97324, -9.71272], "rotation": [0, 0, 45], "uv": [20, 4]}, + {"origin": [-10.73947, 88.17324, -11.71272], "size": [1, 1, 0], "pivot": [-20.23947, 75.97324, -9.71272], "rotation": [0, 0, 45], "uv": [20, 5]}, + {"origin": [-16.23947, 87.82324, -12.71272], "size": [1, 1, 0], "pivot": [-25.23947, 75.97324, -10.71272], "rotation": [0, 0, 45], "uv": [20, 9]}, + {"origin": [-14.98947, 88.12324, -12.71272], "size": [1, 1, 0], "pivot": [-24.23947, 75.97324, -10.71272], "rotation": [0, 0, 45], "uv": [20, 10]}, + {"origin": [-12.73947, 87.97324, -12.71272], "size": [1, 1, 0], "pivot": [-22.23947, 76.97324, -10.71272], "rotation": [0, 0, 45], "uv": [20, 11]} + ] + }, + { + "name": "limbtops", + "parent": "upperseg", + "pivot": [-15.13012, 53.25507, -8.71272] + }, + { + "name": "shuolderr", + "parent": "limbtops", + "pivot": [-10.13012, 63.25507, -10.71272], + "rotation": [32.84238, 17.95115, -36.26978], + "cubes": [ + {"origin": [-14.29471, 59.22742, -20.74435], "size": [9, 9, 9], "uv": [0, 187]} + ] + }, + { + "name": "armr", + "parent": "shuolderr", + "pivot": [-9.29471, 62.22742, -19.74435], + "rotation": [25.0209, 2.26564, 1.0571], + "cubes": [ + {"origin": [-11.29471, 60.22742, -37.25067], "size": [7, 7, 11], "pivot": [-8.22656, 61.07176, -27.25067], "rotation": [0, 175, 0], "uv": [182, 186]} + ] + }, + { + "name": "flapr", + "parent": "armr", + "pivot": [-11.22656, 65.07176, -26.25067], + "rotation": [22.70156, -26.00855, 6.50185], + "cubes": [ + {"origin": [-13.66774, 62.99082, -36.54953], "size": [10, 5, 10], "uv": [117, 173]}, + {"origin": [-14.66774, 63.99082, -51.54953], "size": [12, 4, 15], "uv": [136, 97]}, + {"origin": [-9.66774, 60.99082, -47.54953], "size": [2, 3, 2], "pivot": [-11.16774, 64.49082, -44.54953], "rotation": [-20, 0, 0], "uv": [99, 0]}, + {"origin": [-8.66774, 58.99082, -47.54953], "size": [0, 3, 2], "pivot": [-11.16774, 64.49082, -44.54953], "rotation": [-20, 0, 0], "uv": [242, 25]}, + {"origin": [-6.66774, 60.99082, -42.54953], "size": [2, 3, 2], "pivot": [-8.16774, 64.49082, -39.54953], "rotation": [0, 0, -12.5], "uv": [99, 0]}, + {"origin": [-5.66774, 58.99082, -42.54953], "size": [0, 2, 2], "pivot": [-8.16774, 64.49082, -39.54953], "rotation": [0, 0, -12.5], "uv": [65, 51]}, + {"origin": [-12.66774, 61.99082, -42.54953], "size": [2, 3, 2], "pivot": [-14.16774, 65.49082, -39.54953], "rotation": [0, 0, 10], "uv": [99, 0]}, + {"origin": [-11.66774, 59.99082, -42.54953], "size": [0, 2, 2], "pivot": [-14.16774, 65.49082, -39.54953], "rotation": [0, 0, 10], "uv": [65, 51]} + ] + }, + { + "name": "rfingee", + "parent": "flapr", + "pivot": [-10.16774, 66.49082, -51.54953], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [-6.66774, 65.14647, -51.59315], "size": [4, 2, 14], "pivot": [-5.16774, 64.48987, -50.59315], "rotation": [0, 155, 0], "uv": [97, 189]}, + {"origin": [-10.66774, 66.64647, -62.59315], "size": [8, 0, 12], "pivot": [-5.16774, 65.48987, -51.59315], "rotation": [0, -17.5, 0], "uv": [121, 0]}, + {"origin": [-10.66774, 65.64647, -76.59315], "size": [4, 2, 14], "pivot": [-9.16774, 64.48987, -63.59315], "rotation": [0, -177.5, 0], "uv": [188, 60]}, + {"origin": [-18.66774, 65.64647, -73.59315], "size": [4, 2, 14], "pivot": [-17.16774, 64.48987, -60.59315], "rotation": [-177.17322, -32.48404, 179.23316], "uv": [61, 188]}, + {"origin": [-13.66774, 66.64647, -62.59315], "size": [8, 0, 12], "pivot": [-12.16774, 65.48987, -51.59315], "rotation": [0, 17.5, 0], "uv": [121, 0]} + ] + }, + { + "name": "shoulderl", + "parent": "limbtops", + "pivot": [-11.13012, 63.25507, -0.71272], + "rotation": [-43.95609, -2.32942, -23.1038], + "cubes": [ + {"origin": [-15.13012, 58.25507, -0.71272], "size": [9, 9, 9], "uv": [0, 187]} + ] + }, + { + "name": "arml", + "parent": "shoulderl", + "pivot": [-11.13012, 62.25507, 7.28728], + "rotation": [-12.79362, 12.19908, -2.74715], + "cubes": [ + {"origin": [-14.13012, 59.25507, 5.28728], "size": [7, 7, 11], "uv": [182, 186]} + ] + }, + { + "name": "flapl", + "parent": "arml", + "pivot": [-12.13012, 64.25507, 15.28728], + "rotation": [-23.01152, 17.11129, -1.9999], + "cubes": [ + {"origin": [-15.41368, 60.75507, 15.31098], "size": [10, 6, 10], "uv": [117, 173]}, + {"origin": [-16.41368, 61.75507, 25.31098], "size": [12, 5, 15], "uv": [136, 97]}, + {"origin": [-11.41368, 58.75507, 34.31098], "size": [2, 3, 2], "pivot": [-11.91368, 63.25507, 35.31098], "rotation": [17.5, 0, 0], "uv": [99, 0]}, + {"origin": [-10.41368, 56.75507, 34.31098], "size": [0, 2, 2], "pivot": [-11.91368, 63.25507, 35.31098], "rotation": [17.5, 0, 0], "uv": [217, 20]}, + {"origin": [-8.41368, 57.75507, 29.31098], "size": [2, 3, 2], "pivot": [-8.91368, 62.25507, 30.31098], "rotation": [-17.5, 0, -15], "uv": [99, 0]}, + {"origin": [-7.41368, 55.75507, 29.31098], "size": [0, 2, 2], "pivot": [-8.91368, 62.25507, 30.31098], "rotation": [-17.5, 0, -15], "uv": [212, 19]}, + {"origin": [-14.41368, 58.75507, 29.31098], "size": [2, 3, 2], "pivot": [-14.91368, 63.25507, 30.31098], "rotation": [-19.71975, 3.40487, 9.40804], "uv": [99, 0]}, + {"origin": [-13.41368, 56.75507, 29.31098], "size": [0, 2, 2], "pivot": [-14.91368, 63.25507, 30.31098], "rotation": [-19.71975, 3.40487, 9.40804], "uv": [212, 19]} + ] + }, + { + "name": "lfingee", + "parent": "flapl", + "pivot": [-11.91368, 63.25507, 40.31098], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-5.41368, 64.25507, 40.31098], "size": [4, 2, 14], "pivot": [-9.91368, 63.25507, 51.31098], "rotation": [0, 17.5, 0], "uv": [97, 189]}, + {"origin": [-9.41368, 65.25507, 40.31098], "size": [6, 0, 12], "pivot": [-8.91368, 64.25507, 51.31098], "rotation": [0, 17.5, 0], "uv": [121, 0]}, + {"origin": [-12.41368, 64.25507, 39.31098], "size": [4, 2, 14], "uv": [188, 60]}, + {"origin": [-18.41368, 64.25507, 36.31098], "size": [4, 2, 14], "pivot": [-22.91368, 63.25507, 47.31098], "rotation": [0, -15, 0], "uv": [61, 188]} + ] + }, + { + "name": "winger", + "parent": "limbtops", + "pivot": [-17.13012, 61.25507, -17.71272], + "rotation": [-22.5, 17.5, 0], + "cubes": [ + {"origin": [-23.13012, 59.25507, -19.71272], "size": [8, 8, 8], "pivot": [-20.13012, 62.25507, -15.71272], "rotation": [-7.5, 5, 0], "uv": [200, 150]}, + {"origin": [-21.13012, 60.25507, -27.71272], "size": [5, 6, 8], "pivot": [-20.13012, 62.25507, -15.71272], "rotation": [-7.5, 5, 0], "uv": [52, 204]} + ] + }, + { + "name": "wingrseg1", + "parent": "winger", + "pivot": [-20.13012, 65.25507, -27.71272], + "rotation": [2.20342, 19.39116, -3.50338], + "cubes": [ + {"origin": [-19.63012, 60.75507, -36.71272], "size": [2, 5, 10], "pivot": [-20.13012, 62.25507, -15.71272], "rotation": [-7.5, 5, 0], "uv": [78, 204]} + ] + }, + { + "name": "wingtip", + "parent": "wingrseg1", + "pivot": [-23.13012, 66.25507, 10.28728], + "cubes": [ + {"origin": [-19.64012, 48.75507, -46.71272], "size": [2, 7, 7], "pivot": [-20.13012, 51.25507, -19.71272], "rotation": [-40, 5, 0], "uv": [119, 189]}, + {"origin": [-21.36943, 66.21962, -51.04023], "size": [2, 7, 15], "pivot": [-19.13012, 69.25507, -39.71272], "rotation": [-77.5, 5, 0], "uv": [169, 74]}, + {"origin": [-21.36943, 43.21962, -51.04023], "size": [2, 26, 6], "pivot": [-19.13012, 70.25507, -39.71272], "rotation": [-102.5, 5, 0], "uv": [36, 193]}, + {"origin": [-20.36943, 57.21962, -51.04023], "size": [0, 5, 9], "pivot": [-19.13012, 70.25507, -39.71272], "rotation": [-152.5, 5, 0], "uv": [226, 59]}, + {"origin": [-21.36943, 39.21962, -56.04023], "size": [2, 19, 5], "pivot": [-19.13012, 60.25507, -39.71272], "rotation": [-82.5, 5, 0], "uv": [173, 204]}, + {"origin": [-20.36943, 41.21962, -63.04023], "size": [0, 17, 8], "pivot": [-19.13012, 60.25507, -39.71272], "rotation": [-82.5, 5, 0], "uv": [0, 72]}, + {"origin": [-21.36943, 45.21962, -50.04023], "size": [2, 16, 5], "pivot": [-19.13012, 60.25507, -39.71272], "rotation": [-70, 5, 0], "uv": [210, 50]}, + {"origin": [-20.36943, 47.21962, -54.04023], "size": [0, 14, 9], "pivot": [-19.13012, 60.25507, -39.71272], "rotation": [-70, 5, 0], "uv": [0, 37]} + ] + }, + { + "name": "wingel", + "parent": "limbtops", + "pivot": [-15.13012, 61.25507, 3.28728], + "cubes": [ + {"origin": [-22.13012, 59.25507, -1.71272], "size": [8, 8, 8], "pivot": [-17.13012, 61.25507, 3.28728], "rotation": [26.78135, -20.29348, -9.92926], "uv": [200, 150]}, + {"origin": [-20.13012, 60.25507, 6.28728], "size": [5, 6, 9], "pivot": [-17.13012, 61.25507, 3.28728], "rotation": [26.78135, -20.29348, -9.92926], "uv": [203, 166]} + ] + }, + { + "name": "wingelseg1", + "parent": "wingel", + "pivot": [-21.13012, 67.25507, 11.28728], + "rotation": [-22.57673, -9.96156, 0.88045], + "cubes": [ + {"origin": [-22.8647, 65.02709, 12.26843], "size": [2, 5, 10], "pivot": [-21.13012, 66.25507, 12.28728], "rotation": [53.36553, -31.59514, -24.83759], "uv": [149, 204]} + ] + }, + { + "name": "wingtip2", + "parent": "wingelseg1", + "pivot": [-21.13012, 66.25507, 12.28728], + "cubes": [ + {"origin": [-22.86412, 61.02709, 19.26843], "size": [2, 7, 7], "pivot": [-21.13012, 66.25507, 12.28728], "rotation": [73.36553, -31.59514, -24.83759], "uv": [207, 181]}, + {"origin": [-22.8647, 49.02709, 15.26843], "size": [2, 7, 15], "pivot": [-21.13012, 66.25507, 12.28728], "rotation": [130.86553, -31.59514, -24.83759], "uv": [173, 38]}, + {"origin": [-22.8647, 23.02709, 17.26843], "size": [2, 26, 6], "pivot": [-21.13012, 66.25507, 12.28728], "rotation": [158.36553, -31.59514, -24.83759], "uv": [133, 198]}, + {"origin": [-21.8647, 42.02709, 6.26843], "size": [0, 5, 9], "pivot": [-21.13012, 66.25507, 12.28728], "rotation": [-161.63447, -31.59514, -24.83759], "uv": [234, 79]}, + {"origin": [-22.8647, 29.02709, 18.26843], "size": [2, 19, 5], "pivot": [-21.13012, 66.25507, 12.28728], "rotation": [140.86553, -31.59514, -24.83759], "uv": [187, 204]}, + {"origin": [-21.8647, 31.02709, 23.26843], "size": [0, 17, 6], "pivot": [-21.13012, 66.25507, 12.28728], "rotation": [140.86553, -31.59514, -24.83759], "uv": [0, 0]}, + {"origin": [-22.86412, 35.02709, 17.26843], "size": [2, 16, 5], "pivot": [-21.13012, 66.25507, 12.28728], "rotation": [123.36553, -31.59514, -24.83759], "uv": [0, 214]}, + {"origin": [-21.8647, 37.02709, 21.26843], "size": [0, 14, 7], "pivot": [-21.13012, 66.25507, 12.28728], "rotation": [123.36553, -31.59514, -24.83759], "uv": [0, 105]} + ] + }, + { + "name": "seg3", + "parent": "torso", + "pivot": [-14.78149, 41.27029, -1.71272], + "rotation": [0, 0, -10], + "cubes": [ + {"origin": [-20.78149, 34.27029, -16.21272], "size": [13, 9, 19], "uv": [41, 94]}, + {"origin": [-21.28149, 25.27029, -17.21272], "size": [14, 14, 21], "uv": [184, 221]}, + {"origin": [-16.78149, 26.27029, -7.71272], "size": [11, 13, 8], "pivot": [-12.78149, 26.27029, -10.71272], "rotation": [-160, 0, 180], "uv": [165, 165]}, + {"origin": [-19.78149, 26.27029, 0.28728], "size": [11, 13, 8], "pivot": [-15.78149, 26.27029, -3.71272], "rotation": [20, 0, 0], "uv": [165, 165]} + ] + }, + { + "name": "tail", + "parent": "seg3", + "pivot": [-16.78149, 31.27029, -8.71272], + "rotation": [0, 0, 12.5], + "cubes": [ + {"origin": [-31.33917, 27.66911, -14.71272], "size": [11, 12, 15], "uv": [89, 112]}, + {"origin": [-27.33917, 28.66911, -13.71272], "size": [11, 10, 12], "uv": [92, 115]} + ] + }, + { + "name": "tailseg1", + "parent": "tail", + "pivot": [-30.33917, 31.66911, -8.71272], + "rotation": [0, 0, 12.5], + "cubes": [ + {"origin": [-39.33917, 28.66911, -12.71272], "size": [12, 10, 12], "uv": [125, 151]}, + {"origin": [-41.33917, 47.66911, -18.71272], "size": [14, 0, 6], "pivot": [-36.33917, 42.66911, -20.71272], "rotation": [-57.5, 0, 0], "uv": [222, 46]}, + {"origin": [-41.33917, 38.66911, -3.71272], "size": [14, 10, 0], "pivot": [-36.33917, 38.66911, -5.71272], "rotation": [-57.5, 0, 0], "uv": [228, 33]}, + {"origin": [-41.33917, 21.66911, -6.71272], "size": [14, 10, 0], "uv": [226, 55]} + ] + }, + { + "name": "bumble", + "parent": "tailseg1", + "pivot": [-38.33917, 33.66911, -8.71272], + "rotation": [0, 0, 2.5], + "cubes": [ + {"origin": [-61.33917, 22.66911, -17.71272], "size": [22, 23, 23], "uv": [0, 0]}, + {"origin": [-71.33917, 25.66911, -14.71272], "size": [10, 17, 17], "uv": [97, 78]}, + {"origin": [-70.33917, 38.66911, 12.28728], "size": [8, 7, 0], "pivot": [-70.33917, 51.66911, 9.28728], "rotation": [-47.5, 0, 0], "uv": [224, 8]}, + {"origin": [-70.33917, 34.66911, -22.71272], "size": [8, 7, 0], "pivot": [-70.33917, 47.66911, -25.71272], "rotation": [47.5, 0, 0], "uv": [224, 8]}, + {"origin": [-70.33917, 18.66911, -5.71272], "size": [8, 7, 0], "uv": [236, 17]}, + {"origin": [-81.33917, 27.66911, -12.71272], "size": [10, 13, 13], "uv": [0, 138]}, + {"origin": [-89.33917, 30.66911, -9.71272], "size": [8, 7, 7], "uv": [170, 60]}, + {"origin": [-50.33917, 43.66911, -15.71272], "size": [12, 5, 19], "uv": [111, 39]}, + {"origin": [-50.33917, 19.66911, -15.71272], "size": [12, 5, 19], "uv": [90, 0]}, + {"origin": [-50.33917, 19.66911, 3.28728], "size": [12, 29, 5], "uv": [41, 159]}, + {"origin": [-50.33917, 19.66911, -20.71272], "size": [12, 29, 5], "uv": [154, 19]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/zeraora.geo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/zeraora.geo.json new file mode 100644 index 0000000..9e07887 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/zeraora.geo.json @@ -0,0 +1,411 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.zeraora", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 5, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "zeraora", + "pivot": [0, 0, 0] + }, + { + "name": "waist", + "parent": "zeraora", + "pivot": [0, 2.25, 0], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-4, 15.75, -1.5], "size": [8, 3, 5], "uv": [0, 22]}, + {"origin": [-3.5, 18.75, -1.5], "size": [7, 3, 5], "uv": [21, 25]} + ] + }, + { + "name": "thigh_r", + "parent": "waist", + "pivot": [-2.5, 15.75, 1], + "rotation": [-10, 5, 5], + "cubes": [ + {"origin": [-5, 8.75, -1.5], "size": [5, 8, 5], "uv": [23, 104]} + ] + }, + { + "name": "leg_r", + "parent": "thigh_r", + "pivot": [-3, 8.75, -1.5], + "rotation": [-50, 0, 0], + "cubes": [ + {"origin": [-4.51, 8.75, -1.5], "size": [4, 4, 4], "uv": [0, 84]}, + {"origin": [-3.5, 9.75, 2.25], "size": [2, 2, 3], "uv": [64, 29]} + ] + }, + { + "name": "leg2_r", + "parent": "leg_r", + "pivot": [-2.5, 11.75, 5.25], + "rotation": [25, 0, 0], + "cubes": [ + {"origin": [-3.51, 6.75, 3.25], "size": [2, 5, 2], "uv": [58, 57]} + ] + }, + { + "name": "foot_r", + "parent": "leg2_r", + "pivot": [-2.5, 6.75, 3.25], + "rotation": [30, 0, 0], + "cubes": [ + {"origin": [-4, 4.75, 1], "size": [3, 2, 4], "uv": [5, 65]} + ] + }, + { + "name": "toes_r", + "parent": "foot_r", + "pivot": [-2.5, 6.75, 2.5], + "cubes": [ + {"origin": [-4.5, 4.76, 0.5], "size": [4, 2, 2], "uv": [28, 66]}, + {"origin": [-2.5, 5.01, -0.5], "size": [0, 1, 1], "uv": [4, 0]}, + {"origin": [-3.5, 5.01, -0.5], "size": [0, 1, 1], "uv": [4, 0]}, + {"origin": [-1.5, 5.01, -0.5], "size": [0, 1, 1], "uv": [4, 0]} + ] + }, + { + "name": "thigh_l", + "parent": "waist", + "pivot": [2.5, 15.75, 1], + "rotation": [-10, -5, -5], + "cubes": [ + {"origin": [0, 8.75, -1.5], "size": [5, 8, 5], "uv": [89, 83]} + ] + }, + { + "name": "leg_l", + "parent": "thigh_l", + "pivot": [2, 8.75, -1.5], + "rotation": [-50, 0, 0], + "cubes": [ + {"origin": [0.51, 8.75, -1.5], "size": [4, 4, 4], "uv": [91, 97]}, + {"origin": [1.5, 9.75, 2.25], "size": [2, 2, 3], "uv": [64, 29]} + ] + }, + { + "name": "leg2_l", + "parent": "leg_l", + "pivot": [2.5, 11.75, 5.25], + "rotation": [25, 0, 0], + "cubes": [ + {"origin": [1.49, 6.75, 3.25], "size": [2, 5, 2], "uv": [58, 57]} + ] + }, + { + "name": "foot_l", + "parent": "leg2_l", + "pivot": [2.5, 6.75, 3.25], + "rotation": [30, 0, 0], + "cubes": [ + {"origin": [1, 4.75, 1], "size": [3, 2, 4], "uv": [5, 65]} + ] + }, + { + "name": "toes_l", + "parent": "foot_l", + "pivot": [2.5, 6.75, 2.5], + "cubes": [ + {"origin": [0.5, 4.76, 0.5], "size": [4, 2, 2], "uv": [28, 66]}, + {"origin": [2.5, 5.01, -0.5], "size": [0, 1, 1], "uv": [4, 0]}, + {"origin": [1.5, 5.01, -0.5], "size": [0, 1, 1], "uv": [4, 0]}, + {"origin": [3.5, 5.01, -0.5], "size": [0, 1, 1], "uv": [4, 0]} + ] + }, + { + "name": "body", + "parent": "waist", + "pivot": [0, 18.75, 0], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-2.5, 21, -0.5], "size": [5, 3, 3], "uv": [52, 17]}, + {"origin": [-3, 18.25, -1], "size": [6, 3, 4], "uv": [40, 23]} + ] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 23.75, 0], + "cubes": [ + {"origin": [-3, 23.75, -1], "size": [6, 6, 4], "uv": [32, 13]}, + {"origin": [-2.5, 23.75, -1.01], "size": [5, 4, 0], "uv": [11, 43]} + ] + }, + { + "name": "neck", + "parent": "torso", + "pivot": [0, 29.25, 1], + "cubes": [ + {"origin": [-1, 29.25, 0], "size": [2, 2, 2], "uv": [27, 43]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 31.25, 0], + "rotation": [-7.5, 0, 0], + "cubes": [ + {"origin": [-3.5, 31.25, -2], "size": [7, 7, 7], "uv": [0, 0]}, + {"origin": [2.5, 31.25, -1], "size": [2, 4, 5], "uv": [45, 48]}, + {"origin": [-4.5, 31.25, -1], "size": [2, 4, 5], "uv": [48, 30]}, + {"origin": [-5.25, 30.5, 1.5], "size": [2, 2, 0], "pivot": [-4.5, 31.25, 1.5], "rotation": [0, 0, -45], "uv": [0, 3]}, + {"origin": [3.75, 30.5, 1.5], "size": [2, 2, 0], "pivot": [4.5, 31.25, 1.5], "rotation": [0, 180, 45], "uv": [0, 3]}, + {"origin": [-6, 32.5, 1.51], "size": [2, 2, 0], "uv": [0, 3]}, + {"origin": [3, 32.5, 1.49], "size": [2, 2, 0], "pivot": [4.5, 33.5, 1.5], "rotation": [0, 180, 0], "uv": [0, 3]}, + {"origin": [-6.25, 33.75, 1.5], "size": [2, 2, 0], "pivot": [-4.5, 34.75, 1.5], "rotation": [0, 0, 15], "uv": [0, 14]}, + {"origin": [4.25, 33.75, 1.5], "size": [2, 2, 0], "pivot": [4.5, 34.75, 1.5], "rotation": [0, 0, -15], "uv": [0, 1]} + ] + }, + { + "name": "eye_l", + "parent": "head", + "pivot": [2.5, 34.75, -2.015], + "rotation": [0, 0, -27.5], + "cubes": [ + {"origin": [0.7, 33.95, -2.01], "size": [2, 1, 0], "uv": [0, 16]}, + {"origin": [0.5, 33.75, -2.015], "size": [2, 1, 0], "uv": [21, 5]}, + {"origin": [1, 33.75, -2.02], "size": [1, 1, 0], "uv": [4, 6]} + ] + }, + { + "name": "eye_l_closed", + "parent": "eye_l", + "pivot": [2.5, 34.75, -2.015], + "cubes": [ + {"origin": [0.5, 33.75, -2], "size": [2, 0.5, 0], "uv": [119, 15]} + ] + }, + { + "name": "eye_r", + "parent": "head", + "pivot": [-2.5, 34.75, -2.015], + "rotation": [0, 0, 27.5], + "cubes": [ + {"origin": [-2.7, 33.95, -2.01], "size": [2, 1, 0], "uv": [0, 18]}, + {"origin": [-2.5, 33.75, -2.015], "size": [2, 1, 0], "uv": [0, 17]}, + {"origin": [-2, 33.75, -2.02], "size": [1, 1, 0], "uv": [21, 0]} + ] + }, + { + "name": "eye_r_closed", + "parent": "eye_r", + "pivot": [-2.5, 34.75, -2.015], + "cubes": [ + {"origin": [-2.5, 33.75, -2], "size": [2, 0.5, 0], "uv": [119, 15]} + ] + }, + { + "name": "snout", + "parent": "head", + "pivot": [0, 13.25, 0], + "cubes": [ + {"origin": [-0.25, 32.75, -2.76], "size": [0.5, 0.5, 0], "uv": [127, 1]}, + {"origin": [-2, 32.24, -2.75], "size": [4, 1, 1], "uv": [56, 23]}, + {"origin": [0.5, 32.15, -2.49], "size": [1, 1, 0], "pivot": [1, 32.25, -2.51], "rotation": [0, 0, 45], "uv": [106, 31]}, + {"origin": [-1.5, 32.15, -2.49], "size": [1, 1, 0], "pivot": [-1, 32.25, -2.51], "rotation": [0, 0, -45], "uv": [106, 31]} + ] + }, + { + "name": "jaw", + "parent": "snout", + "pivot": [0, 32.25, -1], + "cubes": [ + {"origin": [-2, 31.24, -2.75], "size": [4, 1, 2], "uv": [83, 60]} + ] + }, + { + "name": "top", + "parent": "head", + "pivot": [0, 38.25, -2], + "rotation": [-65, 0, 0], + "cubes": [ + {"origin": [-2.5, 38.25, -2], "size": [5, 6, 3], "uv": [33, 44]}, + {"origin": [-2.49, 44.25, -2], "size": [5, 3, 3], "pivot": [0, 44.25, -2], "rotation": [-37.5, 0, 0], "uv": [49, 11]} + ] + }, + { + "name": "forehead", + "parent": "head", + "pivot": [0, 35.25, -2.01], + "rotation": [7.5, 0, 0], + "cubes": [ + {"origin": [-1, 36.25, -2.01], "size": [2, 2, 0], "uv": [0, 5]}, + {"origin": [-0.5, 35.25, -2.01], "size": [1, 1, 0], "uv": [4, 4]} + ] + }, + { + "name": "forehead2", + "parent": "forehead", + "pivot": [0, 38.25, -2.01], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [-1, 38.25, -2.01], "size": [2, 2, 0], "uv": [0, 73]}, + {"origin": [-0.5, 40.25, -2.01], "size": [1, 1, 0], "uv": [0, 71]} + ] + }, + { + "name": "whisker", + "parent": "head", + "pivot": [2.75, 33, -2], + "rotation": [0, 20, -20], + "cubes": [ + {"origin": [2.75, 32.75, -2], "size": [2, 0.5, 0], "uv": [119, 1]}, + {"origin": [4.25, 32.25, -2], "size": [2, 0.5, 0], "uv": [119, 10]} + ] + }, + { + "name": "whisker2", + "parent": "head", + "pivot": [-2.75, 33, -2], + "rotation": [0, 160, 20], + "cubes": [ + {"origin": [-2.75, 32.75, -2], "size": [2, 0.5, 0], "uv": [119, 4]}, + {"origin": [-1.25, 32.25, -2], "size": [2, 0.5, 0], "uv": [119, 7]} + ] + }, + { + "name": "ear_l", + "parent": "head", + "pivot": [2.5, 37.25, 1.5], + "rotation": [0, 0, 40], + "cubes": [ + {"origin": [1.75, 34.5, -1.5], "size": [3, 4, 6], "uv": [36, 33]}, + {"origin": [1.74, 36.75, 0.25], "size": [3, 4, 4], "pivot": [3.25, 39.5, 1.5], "rotation": [-45, 0, 0], "uv": [54, 43]} + ] + }, + { + "name": "ear_r", + "parent": "head", + "pivot": [-3.5, 36.25, 1.5], + "rotation": [0, 0, -40], + "cubes": [ + {"origin": [-4.25, 33.5, -1.5], "size": [3, 4, 6], "uv": [18, 33]}, + {"origin": [-4.24, 35.75, 0.25], "size": [3, 4, 4], "pivot": [-2.75, 38.5, 1.5], "rotation": [-45, 0, 0], "uv": [28, 53]} + ] + }, + { + "name": "boa", + "parent": "torso", + "pivot": [0, 30.25, 0], + "cubes": [ + {"origin": [-5.5, 29.25, -1.5], "size": [5, 1, 5], "uv": [46, 4]}, + {"origin": [0.5, 29.25, -1.5], "size": [5, 1, 5], "uv": [66, 9]}, + {"origin": [-5.5, 26.25, -1.5], "size": [11, 3, 5], "uv": [0, 14]}, + {"origin": [-5.5, 22.25, 4], "size": [11, 4, 0], "uv": [41, 0]}, + {"origin": [1, 30, 1], "size": [3, 1, 0], "pivot": [2.5, 30.5, 1], "rotation": [-15, -10, 0], "uv": [1, 80]}, + {"origin": [5.5, 29.25, 1], "size": [1, 1, 0], "uv": [4, 5]}, + {"origin": [-6.5, 29.25, 1], "size": [1, 1, 0], "uv": [4, 5]}, + {"origin": [-4, 30, 1], "size": [3, 1, 0], "pivot": [-2.5, 30.5, 1], "rotation": [-15, 10, 0], "uv": [0, 0]}, + {"origin": [2, 24.25, 3], "size": [0, 5, 5], "pivot": [2, 27.25, 4], "rotation": [0, 15, 10], "uv": [41, 70]}, + {"origin": [-2, 24.25, 3], "size": [0, 5, 5], "pivot": [-2, 27.25, 4], "rotation": [0, -15, -10], "uv": [41, 70]}, + {"origin": [-3.5, 25.25, 3], "size": [0, 5, 4], "pivot": [-3.5, 26.25, 3.5], "rotation": [0, -30, 0], "uv": [13, 26]}, + {"origin": [3.5, 25.25, 3], "size": [0, 5, 4], "pivot": [3.5, 26.25, 3.5], "rotation": [0, 30, 0], "uv": [13, 26]}, + {"origin": [-4.5, 25.25, 3.5], "size": [9, 4, 1], "uv": [37, 84]} + ] + }, + { + "name": "tail", + "parent": "boa", + "pivot": [0, 27.25, 3.5], + "rotation": [-60, 0, 0], + "cubes": [ + {"origin": [0, 26.25, 3], "size": [0, 2, 6], "uv": [21, 17]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 27.25, 9], + "rotation": [7.5, 0, 0], + "cubes": [ + {"origin": [0, 24.25, 9], "size": [0, 4, 6], "uv": [46, 37]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 27.25, 15], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [0, 21.25, 15], "size": [0, 7, 6], "uv": [85, 34]} + ] + }, + { + "name": "tail4", + "parent": "tail3", + "pivot": [0, 27.25, 21], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [0, 17.25, 21], "size": [0, 11, 5], "uv": [73, 12]} + ] + }, + { + "name": "tail5", + "parent": "tail4", + "pivot": [0, 23.25, 27], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [0, 11.25, 26], "size": [0, 17, 6], "uv": [91, -1]} + ] + }, + { + "name": "arm_r", + "parent": "torso", + "pivot": [-3, 29.25, 1], + "rotation": [0, 0, 30], + "cubes": [ + {"origin": [-4, 23.25, 0], "size": [2, 6, 2], "uv": [68, 57]} + ] + }, + { + "name": "forearm_r", + "parent": "arm_r", + "pivot": [-3, 23.25, 1], + "rotation": [-20, 0, 0], + "cubes": [ + {"origin": [-4, 21.25, 0], "size": [2, 2, 2], "uv": [42, 68]}, + {"origin": [-4.5, 14.25, -1.5], "size": [3, 7, 5], "uv": [16, 43]}, + {"origin": [-4.5, 21.25, -1], "size": [3, 3, 4], "uv": [14, 55]}, + {"origin": [-3.5, 12.75, -0.5], "size": [1, 2, 0], "uv": [4, 2]}, + {"origin": [-3.5, 12.75, 0.5], "size": [1, 2, 0], "uv": [4, 2]}, + {"origin": [-3.5, 12.75, 1.5], "size": [1, 2, 0], "uv": [4, 2]}, + {"origin": [-3.5, 12.75, 2.5], "size": [1, 2, 0], "uv": [4, 2]} + ] + }, + { + "name": "arm_l", + "parent": "torso", + "pivot": [3, 29.25, 1], + "rotation": [0, 0, -30], + "cubes": [ + {"origin": [2, 23.25, 0], "size": [2, 6, 2], "uv": [42, 57]} + ] + }, + { + "name": "forearm_l", + "parent": "arm_l", + "pivot": [3, 23.25, 1], + "rotation": [-20, 0, 0], + "cubes": [ + {"origin": [2, 21.25, 0], "size": [2, 2, 2], "uv": [51, 68]}, + {"origin": [1.5, 14.25, -1.5], "size": [3, 7, 5], "uv": [0, 43]}, + {"origin": [1.5, 21.25, -1], "size": [3, 3, 4], "uv": [0, 55]}, + {"origin": [2.5, 12.75, -0.5], "size": [1, 2, 0], "uv": [4, 2]}, + {"origin": [2.5, 12.75, 0.5], "size": [1, 2, 0], "uv": [4, 2]}, + {"origin": [2.5, 12.75, 1.5], "size": [1, 2, 0], "uv": [4, 2]}, + {"origin": [2.5, 12.75, 2.5], "size": [1, 2, 0], "uv": [4, 2]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/0896_glastrier/glastrier.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/0896_glastrier/glastrier.json new file mode 100644 index 0000000..442d8d0 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/0896_glastrier/glastrier.json @@ -0,0 +1,40 @@ +{ + "head": "head", + "portraitScale": 0.3, + "portraitTranslation": [ + 0, + 1.5, + 0 + ], + "profileScale": 0.25, + "profileTranslation": [ + 0, + 1.5, + 0 + ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(glastrier, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ + "WALK" + ], + "animations": [ + "bedrock(glastrier, ground_walk)" + ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/0897_spectrier/spectrier.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/0897_spectrier/spectrier.json new file mode 100644 index 0000000..c356e65 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/0897_spectrier/spectrier.json @@ -0,0 +1,40 @@ +{ + "head": "head", + "portraitScale": 0.3, + "portraitTranslation": [ + 0, + 1.5, + 0 + ], + "profileScale": 0.25, + "profileTranslation": [ + 0, + 1.5, + 0 + ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(spectrier, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ + "WALK" + ], + "animations": [ + "bedrock(spectrier, ground_walk)" + ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/0898_calyrex/calyrex.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/0898_calyrex/calyrex.json new file mode 100644 index 0000000..3ad528d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/0898_calyrex/calyrex.json @@ -0,0 +1,40 @@ +{ + "head": "head", + "portraitScale": 1, + "portraitTranslation": [ + 0, + 0.5, + 0 + ], + "profileScale": 0.7, + "profileTranslation": [ + 0, + 0.75, + 0 + ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(calyrex, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ + "WALK" + ], + "animations": [ + "bedrock(calyrex, ground_walk)" + ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/absol.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/absol.json new file mode 100644 index 0000000..4ed141a --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/absol.json @@ -0,0 +1,132 @@ +{ + "portraitScale": 1.4, + "portraitTranslation": [ 0, -0.3, 0], + "profileScale": 1, + "profileTranslation": [ 0, 0.3, 0], + "cry": "bedrock(absol, cry)", + "faint": "bedrock(absol, faint, true)", + "poses": { + "battle-idle":{ + "poseName": "battle-idle", + "transformTicks": 10, + "poseTypes": [ + "STAND" + ], + "isBattle": true, + "isTouchingWater":false, + "animations": ["bedrock(absol, battle_idle)"], + "quirks":[ + { + "name": "blink", + "animations": ["bedrock(absol, blink)"] + } + ] + }, + "standing": { + "poseName": "standing", + "transformTicks": 10, + "isBattle": false, + "poseTypes": [ + "STAND", + "PORTRAIT", + "PROFILE", + "NONE" + ], + "animations": [ + "bedrock(absol, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(absol, blink)"] + } + ] + }, + "moving":{ + "poseName": "moving", + "transformTicks": 10, + "poseTypes": [ + "WALK" + ], + "animations": [ + "bedrock(absol, ground_walk)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(absol, blink)"] + } + ] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "isSubmergedInWater": true, + "poseTypes": ["FLOAT"], + "animations": [ + "bedrock(absol, water_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(absol, blink)"] + } + ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "isSubmergedInWater": true, + "poseTypes": ["SWIM"], + "animations": [ + "bedrock(absol, water_swim)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(absol, blink)"] + } + ] + }, + "water_surface_idle": { + "poseName": "surface_idle", + "transformTicks": 10, + "isSubmergedInWater": false, + "poseTypes": ["FLOAT"], + "animations": [ + "bedrock(absol, surfacewater_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(absol, blink)"] + } + ] + }, + "water_surface_swim": { + "poseName": "surface_swim", + "transformTicks": 10, + "isSubmergedInWater": false, + "poseTypes": ["FLOAT"], + "animations": [ + "bedrock(absol, surfacewater_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(absol, blink)"] + } + ] + }, + "sleeping":{ + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ + "SLEEP" + ], + "animations": [ + "bedrock(absol, ground_idle)" + ] + } +} +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/altaria.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/altaria.json new file mode 100644 index 0000000..a3e3cd3 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/altaria.json @@ -0,0 +1,47 @@ +{ + "head": "head", + "portraitScale": 3, + "portraitTranslation": [ 0.10, 1.50, 0 ], + "profileScale": 0.5, + "profileTranslation": [ 0.05, 1.0, 0 ], + "faint": "bedrock(altaria, sleep)", + "poses": { + + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(altaria, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(altaria, blink)"] + } + ] + }, + + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ + "look", + "bedrock(altaria, ground_walk)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(altaria, blink)"] + } + ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/amoonguss.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/amoonguss.json new file mode 100644 index 0000000..c7dbb1a --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/amoonguss.json @@ -0,0 +1,34 @@ +{ + "head": "head", + "portraitScale": 2.0, + "portraitTranslation": [ 0, -0.2, 0 ], + "profileScale": 0.8, + "profileTranslation": [ 0, 0.5, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(amoonguss, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(amoonguss, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(amoonguss, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/appletun.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/appletun.json new file mode 100644 index 0000000..1f32c9e --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/appletun.json @@ -0,0 +1,29 @@ +{ + "head": "head", + "portraitScale": 2.3, + "portraitTranslation": [ -0.9, -1.8, 0 ], + "profileScale": 0.7, + "profileTranslation": [ 0, 0.6, 0 ], + "cry": "bedrock(appletun, cry)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(appletun, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(appletun, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/applin.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/applin.json new file mode 100644 index 0000000..e641320 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/applin.json @@ -0,0 +1,28 @@ +{ + "head": "head", + "portraitScale": 2.3, + "portraitTranslation": [ 0.2, -0.8, 0 ], + "profileScale": 0.9, + "profileTranslation": [ 0, 0.4, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(applin, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(applin, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/araquanid.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/araquanid.json new file mode 100644 index 0000000..21e6e10 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/araquanid.json @@ -0,0 +1,42 @@ +{ + "head": "head", + "portraitScale": 1.45, + "portraitTranslation": [ -0.2, -0.55, 0 ], + "profileScale": 1, + "profileTranslation": [ 0, 0.15, 0 ], + "faint": "bedrock(araquanid, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(araquanid, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(araquanid, ground_walk)" ] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": [ "FLOAT" ], + "animations": [ "bedrock(araquanid, water_idle)" ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": [ "SWIM" ], + "animations": [ "bedrock(araquanid, water_swim)" ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/arcanine_hisuian.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/arcanine_hisuian.json new file mode 100644 index 0000000..32b3200 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/arcanine_hisuian.json @@ -0,0 +1,29 @@ +{ + "portraitScale": 1.37, + "portraitTranslation": [-0.58, 1.21, 0.0], + "profileScale": 0.58, + "profileTranslation": [0.14, 0.92, 0.0], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(arcanine_hisuian, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK"], + "animations": [ + "bedrock(arcanine_hisuian, ground_walk)" + ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/archaludon.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/archaludon.json new file mode 100644 index 0000000..8aeef3a --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/archaludon.json @@ -0,0 +1,62 @@ +{ + "portraitScale": 2, + "portraitTranslation": [-0.3, 2.3, 0], + "profileScale": 0.6, + "profileTranslation": [0, 1.0, -1.8], + "animations": { + "cry": "bedrock('archaludon', 'cry')", + "recoil": "q.bedrock_stateful('archaludon', 'recoil')", + "physical": "q.bedrock_primary('archaludon', 'physical', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('archaludon', 'special', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('archaludon', 'battle_idle', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND", "WALK"], + "isBattle": true, + "animations": [ + "q.look('head')", + "q.bedrock('archaludon', 'battle_idle')" + ], + "quirks": [ + "q.bedrock_quirk('archaludon', 'shake')" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.look('head')", + "q.bedrock('archaludon', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('archaludon', 'shake')" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": [ + "q.look('head')", + "q.bedrock('archaludon', 'ground_walk')" + ] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": [ + "q.look('head')", + "q.bedrock('archaludon', 'ground_walk')" + ] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": [ + "q.look('head')", + "q.bedrock('archaludon', 'ground_walk')" + ] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('archaludon', 'ground_idle')"] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/arctibax.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/arctibax.json new file mode 100644 index 0000000..8158344 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/arctibax.json @@ -0,0 +1,30 @@ +{ + "portraitScale": 3.0, + "portraitTranslation": [-0.7, -1.25, 0.0], + "profileScale": 1.1, + "profileTranslation": [0.0, 0.1, 0.0], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(arctibax, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK"], + "animations": [ + "look", + "bedrock(arctibax, ground_walk)" + ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/articuno2.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/articuno2.json new file mode 100644 index 0000000..44dc9e1 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/articuno2.json @@ -0,0 +1,55 @@ +{ + "head": "head", + "portraitScale": 2, + "portraitTranslation": [ -0.375, 2.25, 0 ], + "profileScale": 0.6, + "profileTranslation": [ 0, 0.85, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "PROFILE", + "NONE" + ], + "animations": [ + "look", + "bedrock(articuno2, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ + "WALK" + ], + "animations": [ + "look", + "bedrock(articuno2, ground_walk)" + ] + }, + "hovering": { + "poseName": "hovering", + "transformTicks": 10, + "poseTypes": [ + "HOVER" + ], + "animations": [ + "look", + "bedrock(articuno2, air_idle)" + ] +}, +"flying": { + "poseName": "flying", + "transformTicks": 10, + "poseTypes": [ + "FLY" + ], + "animations": [ + "look", + "bedrock(articuno2, air_idle)" + ] +} +} +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/articuno_galar.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/articuno_galar.json new file mode 100644 index 0000000..b097d1c --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/articuno_galar.json @@ -0,0 +1,55 @@ +{ + "head": "head", + "portraitScale": 2, + "portraitTranslation": [ 0, 3.5, 0 ], + "profileScale": 0.55, + "profileTranslation": [ 0, 1.25, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "PROFILE", + "NONE" + ], + "animations": [ + "look", + "bedrock(articunogalar, air_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ + "WALK" + ], + "animations": [ + "look", + "bedrock(articunogalar, air_idle)" + ] + }, + "hovering": { + "poseName": "hovering", + "transformTicks": 10, + "poseTypes": [ + "HOVER" + ], + "animations": [ + "look", + "bedrock(articunogalar, air_idle)" + ] +}, +"flying": { + "poseName": "flying", + "transformTicks": 10, + "poseTypes": [ + "FLY" + ], + "animations": [ + "look", + "bedrock(articunogalar, air_idle)" + ] +} +} +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/avalugg_hisuian.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/avalugg_hisuian.json new file mode 100644 index 0000000..ec56f43 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/avalugg_hisuian.json @@ -0,0 +1,93 @@ +{ + "head": "head", + "portraitScale": 0.8, + "portraitTranslation": [-1, 1.4, 0], + "profileScale": .3, + "profileTranslation": [0.2, 1.2, 0], + "faint": "bedrock(avalugg, faint)", + "cry": "bedrock(avalugg, cry)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "animations": ["look", "bedrock(avalugg, ground_idle)"] + , + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(avalugg, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK"], + "animations": ["bedrock(avalugg, ground_walk)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(avalugg, blink)"] + } + ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": ["SLEEP"], + "animations": [ + "bedrock(avalugg, sleep)" + ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": [ + "SWIM" + ], + "animations": [ + "bedrock(avalugg, water_swim)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(avalugg, blink)" + ] + } + ] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": [ + "FLOAT" + ], + "animations": [ + "bedrock(avalugg, water_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(avalugg, blink)" + ] + } + ] + }, + "battle-idle": { + "poseName": "battle-idle", + "transformTicks": 10, + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["bedrock(avalugg, battle_idle)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(avalugg, blink)"] + } + ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/axew.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/axew.json new file mode 100644 index 0000000..75a5123 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/axew.json @@ -0,0 +1,84 @@ +{ + "portraitScale": 2, + "portraitTranslation": [0, -0.55, 0], + "profileScale": 1, + "profileTranslation": [0, 0.1, 0], + "animations": { + "faint": "q.bedrock_primary('axew', 'faint', q.curve('one'))", + "cry": "q.bedrock_stateful('axew', 'cry')", + "recoil": "q.bedrock_stateful('axew', 'recoil')", + "physical": "q.bedrock_primary('axew', 'physical', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('axew', 'special', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('axew', 'status', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND", "WALK"], + "isBattle": true, + "animations": [ + "q.look('head')", + "q.bedrock('axew', 'battle_idle')" + ], + "quirks": [ + "q.bedrock_quirk('axew', 'blink')", + "q.bedrock_quirk('axew', 'look_around')" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.look('head')", + "q.bedrock('axew', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('axew', 'blink')", + "q.bedrock_quirk('axew', 'look_around')" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": [ + "q.look('head')", + "q.bedrock('axew', 'ground_walk')" + ], + "quirks": [ + "q.bedrock_quirk('axew', 'blink')" + ] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": [ + "q.look('head')", + "q.bedrock('axew', 'ground_walk')" + ] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": [ + "q.look')", + "q.bedrock('axew', 'ground_walk')" + ] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('axew', 'sleep')"] + }, + "shoulder_left": { + "poseName": "shoulder_left", + "transformTicks": 5, + "poseTypes": [ "SHOULDER_LEFT" ], + "animations": [ + "bedrock(axew, shoulder_left)" + ] + }, + "shoulder_right": { + "poseName": "shoulder_right", + "transformTicks": 5, + "poseTypes": [ "SHOULDER_RIGHT" ], + "animations": [ + "bedrock(axew, shoulder_right)" + ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/azumarill.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/azumarill.json new file mode 100644 index 0000000..5a10e72 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/azumarill.json @@ -0,0 +1,34 @@ +{ + "portraitScale": 2, + "portraitTranslation": [ 0.1, -0.25, 0 ], + "profileScale": 0.9, + "profileTranslation": [ 0, 0.5, 0 ], + "faint": "bedrock(azumarill, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(azumarill, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(azumarill, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(azumarill, ground_walk)" ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/azurill.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/azurill.json new file mode 100644 index 0000000..83d48de --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/azurill.json @@ -0,0 +1,34 @@ +{ + "portraitScale": 3, + "portraitTranslation": [ 0, -2, 0 ], + "profileScale": 1.5, + "profileTranslation": [ 0, -0.5, 0 ], + "faint": "bedrock(azurill, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(azurill, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(azurill, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(azurill, ground_walk)" ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/banette.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/banette.json new file mode 100644 index 0000000..3f45307 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/banette.json @@ -0,0 +1,47 @@ +{ + "head": "head", + "portraitScale": 3, + "portraitTranslation": [ -0.15, -1.25, 0 ], + "profileScale": 1, + "profileTranslation": [ 0, 0.25, 0 ], + "faint": "bedrock(banette, sleep)", + "poses": { + + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(banette, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(banette, blink)"] + } + ] + }, + + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ + "look", + "bedrock(banette, ground_walk)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(banette, blink)"] + } + ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/barbaracle.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/barbaracle.json new file mode 100644 index 0000000..8abcab2 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/barbaracle.json @@ -0,0 +1,66 @@ +{ + "portraitScale": 1.4, + "portraitTranslation": [-0.2, 1.6, 0], + "profileScale": 0.6, + "profileTranslation": [-0.1, 0.9, 0], + "animations": { + "physical": "q.bedrock_primary('barbaracle', 'physical', q.curve('symmetrical_wide'))", + "faint": "q.bedrock_primary('barbaracle', 'faint', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('barbaracle', 'special', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('barbaracle', 'special', q.curve('symmetrical_wide'))", + "recoil": "q.bedrock_primary('barbaracle', 'recoil', q.curve('symmetrical_wide'))", + "blink" : "q.bedrock_stateful('barbaracle', 'blink')" + }, + "poses": { + "battle-standing": { + "transformTicks": 10, + "poseTypes": ["STAND", "WALK"], + "isBattle": true, + "animations": [ + "q.look('head')", + "q.bedrock('barbaracle', 'ground_idle')" + ] + }, + "standing": { + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.look('head')", + "q.bedrock('barbaracle', 'ground_idle')" + ] + }, + "walking": { + "transformTicks": 8, + "poseTypes": ["WALK"], + "animations": [ + "q.look('head')", + "q.bedrock('barbaracle', 'ground_walk')" + ] + }, + "hover": { + "transformTicks": 5, + "poseTypes": [ "FLY", "HOVER", "FLOAT" ], + "animations": [ + "q.look('head')", + "q.bedrock('barbaracle', 'ground_walk')" + ] + }, + "float": { + "transformTicks": 5, + "poseTypes": ["FLOAT"], + "animations": [ + "q.look('head')", + "q.bedrock('barbaracle', 'ground_walk')" + ] + }, + "swim": { + "transformTicks": 8, + "poseTypes": ["SWIM"], + "animations": [ + "q.look('head')", + "q.bedrock('barbaracle', 'ground_walk')" + ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/baxcalibur.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/baxcalibur.json new file mode 100644 index 0000000..296e3ce --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/baxcalibur.json @@ -0,0 +1,30 @@ +{ + "portraitScale": 1.5, + "portraitTranslation": [ -0.5, 3.25, 0.0], + "profileScale": 0.5, + "profileTranslation": [0, 1.1, 0.0], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(baxcalibur, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK"], + "animations": [ + "look", + "bedrock(baxcalibur, ground_walk)" + ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/bellibolt.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/bellibolt.json new file mode 100644 index 0000000..a7bf7b1 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/bellibolt.json @@ -0,0 +1,34 @@ +{ + "head": "head", + "portraitScale": 2.0, + "portraitTranslation": [ 0, 0.2, 0 ], + "profileScale": 0.8, + "profileTranslation": [ 0, 0.5, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(bellibolt, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(bellibolt, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(bellibolt, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/binacle.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/binacle.json new file mode 100644 index 0000000..c284666 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/binacle.json @@ -0,0 +1,66 @@ +{ + "portraitScale": 1.4, + "portraitTranslation": [-0.2, 0.4, 0], + "profileScale": 0.7, + "profileTranslation": [-0.1, 0.7, 0], + "animations": { + "physical": "q.bedrock_primary('binacle', 'physical', q.curve('symmetrical_wide'))", + "faint": "q.bedrock_primary('binacle', 'faint', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('binacle', 'special', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('binacle', 'special', q.curve('symmetrical_wide'))", + "recoil": "q.bedrock_primary('binacle', 'recoil', q.curve('symmetrical_wide'))", + "blink" : "q.bedrock_stateful('binacle', 'blink')" + }, + "poses": { + "battle-standing": { + "transformTicks": 10, + "poseTypes": ["STAND", "WALK"], + "isBattle": true, + "animations": [ + "q.look('head')", + "q.bedrock('binacle', 'ground_idle')" + ] + }, + "standing": { + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.look('head')", + "q.bedrock('binacle', 'ground_idle')" + ] + }, + "walking": { + "transformTicks": 8, + "poseTypes": ["WALK"], + "animations": [ + "q.look('head')", + "q.bedrock('binacle', 'ground_walk')" + ] + }, + "hover": { + "transformTicks": 5, + "poseTypes": [ "FLY", "HOVER", "FLOAT" ], + "animations": [ + "q.look('head')", + "q.bedrock('binacle', 'ground_walk')" + ] + }, + "float": { + "transformTicks": 5, + "poseTypes": ["FLOAT"], + "animations": [ + "q.look('head')", + "q.bedrock('binacle', 'ground_walk')" + ] + }, + "swim": { + "transformTicks": 8, + "poseTypes": ["SWIM"], + "animations": [ + "q.look('head')", + "q.bedrock('binacle', 'ground_walk')" + ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/bisharp.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/bisharp.json new file mode 100644 index 0000000..90dc1e5 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/bisharp.json @@ -0,0 +1,55 @@ +{ + "portraitScale": 1, + "portraitTranslation": [0, 1, 0], + "profileScale": 0.75, + "profileTranslation": [0, 0.6, 0], + "animations": { + "faint": "q.bedrock_primary('bisharp', 'faint', q.curve('one'))", + "cry": "q.bedrock_stateful('bisharp', 'cry')", + "recoil": "q.bedrock_stateful('bisharp', 'recoil')", + "physical": "q.bedrock_primary('bisharp', 'physical', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('bisharp', 'special', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('bisharp', 'status', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND"], + "isBattle": true, + "animations": [ + "q.look('head', 1, 1, 45, -45, 70, -70)", + "q.bedrock('bisharp', 'battle_idle')" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.look('head', 1, 1, 45, -2.5, 7.5, -7.5)", + "q.bedrock('bisharp', 'ground_idle')" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": [ + "q.look('head', 1, 1, 45, -2.5, 7.5, -7.5)", + "q.bedrock('bisharp', 'ground_walk')" + ] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": [ + "q.bedrock('bisharp', 'ground_idle')" + ] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": [ + "q.bedrock('bisharp', 'ground_walk')" + ] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('bisharp', 'sleep')"] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/blacephalon.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/blacephalon.json new file mode 100644 index 0000000..531ce76 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/blacephalon.json @@ -0,0 +1,28 @@ +{ + "head": "head", + "portraitScale": 1.8, + "portraitTranslation": [ 0, 8.6, 0 ], + "profileScale": 0.3, + "profileTranslation": [ 0, 1.4, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(blacephalon, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(blacephalon, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/blipbug.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/blipbug.json new file mode 100644 index 0000000..73d5782 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/blipbug.json @@ -0,0 +1,34 @@ +{ + "head": "head", + "portraitScale": 1.6, + "portraitTranslation": [ 0, -0.2, 0 ], + "profileScale": 1.3, + "profileTranslation": [ 0.2, -0.1, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "PORTRAIT", + "PROFILE", + "NONE" + ], + "animations": [ + "look", + "bedrock(blipbug, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ + "WALK" + ], + "animations": [ + "look", + "bedrock(blipbug, ground_walk)" + ] + } +} +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/brutebonnet.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/brutebonnet.json new file mode 100644 index 0000000..c56ebbe --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/brutebonnet.json @@ -0,0 +1,23 @@ +{ + + "head": "head", + "portraitScale": 2, + "portraitTranslation": [0., 0.1, 0], + "profileScale": 0.8, + "profileTranslation": [0, 0.6, -0.3], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(brutebonnet, ground_idle)" + ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/capsakid.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/capsakid.json new file mode 100644 index 0000000..0845576 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/capsakid.json @@ -0,0 +1,34 @@ +{ + "head": "head", + "portraitScale": 2.5, + "portraitTranslation": [0.2, -1.85, 0], + "profileScale": 1.5, + "profileTranslation": [0, -0.5, 0], + "faint": "bedrock(capsakid, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE", "FLOAT"], + "animations": [ + "look", + "bedrock(capsakid, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK", "SWIM"], + "animations": [ + "look", + "bedrock(capsakid, ground_walk)" + ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ "SLEEP" ], + "animations": [ "bedrock(capsakid, sleep)" ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/celebi.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/celebi.json new file mode 100644 index 0000000..0366058 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/celebi.json @@ -0,0 +1,43 @@ +{ + "head": "head", + "portraitScale": 2.4, + "portraitTranslation": [ -0.1, 0, 0 ], + "profileScale": 0.9, + "profileTranslation": [ 0, 0.6, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(celebi, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(celebi, ground_walk)" + ] + }, + "flying": { + "poseName": "flying", + "transformTicks": 10, + "poseTypes": [ "FLY" ], + "animations": [ "bedrock(celebi, ground_walk)" + ] + }, + "hovering": { + "poseName": "hovering", + "transformTicks": 10, + "poseTypes": [ "HOVER" ], + "animations": [ "bedrock(celebi, ground_idle)" + ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/chienpao.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/chienpao.json new file mode 100644 index 0000000..871731c --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/chienpao.json @@ -0,0 +1,29 @@ +{ + "head": "head", + "portraitScale": 2.3, + "portraitTranslation": [ -1.0, 0.1, 0 ], + "profileScale": 0.7, + "profileTranslation": [ 0, 0.6, 0 ], + "cry": "bedrock(chienpao, cry)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(chienpao, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(chienpao, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/chiyu.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/chiyu.json new file mode 100644 index 0000000..e27c9cc --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/chiyu.json @@ -0,0 +1,51 @@ +{ + "head": "head", + "portraitScale": 2, + "portraitTranslation": [ 0, -1, 0 ], + "profileScale": 1, + "profileTranslation": [ -0.1, 0.25, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(chiyu, ground_idle)" + ], + "quirks": [] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK"], + "animations": [ + "bedrock(chiyu, ground_walk)" + ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": [ + "SWIM" + ], + "animations": [ + "bedrock(chiyu, ground_walk)" + ] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": [ + "FLOAT" + ], + "animations": [ + "bedrock(chiyu, ground_idle)" + ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/cinccino.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/cinccino.json new file mode 100644 index 0000000..b46e5db --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/cinccino.json @@ -0,0 +1,28 @@ +{ + "head": "head", + "portraitScale": 2.3, + "portraitTranslation": [ -0.2, -1.2, 0 ], + "profileScale": 0.9, + "profileTranslation": [ 0, 0.4, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(cinccino, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(cinccino, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/corsola.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/corsola.json new file mode 100644 index 0000000..290241d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/corsola.json @@ -0,0 +1,54 @@ +{ + "head": "head", + "portraitScale": 1.4, + "portraitTranslation": [-0.1, -0.20, 0], + "profileScale": 0.85, + "profileTranslation": [0, 0.55, 0], + "faint": "bedrock(corsola_galar, sleep)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "animations": [ + "bedrock(corsola, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(corsola, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK", "SWIM"], + "animations": [ + "bedrock(corsola, ground_walk)" + ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ "SLEEP" ], + "animations": [ "bedrock(corsola, sleep)" ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": [ "SWIM" ], + "animations": [ + "bedrock(corsola, ground_walk)" + ] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": [ "FLOAT" ], + "animations": [ + "bedrock(corsola, ground_idle)" + ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/corsola_galarian.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/corsola_galarian.json new file mode 100644 index 0000000..f27a724 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/corsola_galarian.json @@ -0,0 +1,54 @@ +{ + "head": "head", + "portraitScale": 1.4, + "portraitTranslation": [-0.1, -0.20, 0], + "profileScale": 0.85, + "profileTranslation": [0, 0.55, 0], + "faint": "bedrock(corsola_galar, sleep)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "animations": [ + "bedrock(corsola_galar, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(corsola_galar, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK", "SWIM"], + "animations": [ + "bedrock(corsola_galar, ground_walk)" + ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ "SLEEP" ], + "animations": [ "bedrock(corsola_galar, sleep)" ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": [ "SWIM" ], + "animations": [ + "bedrock(corsola_galar, ground_walk)" + ] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": [ "FLOAT" ], + "animations": [ + "bedrock(corsola_galar, ground_idle)" + ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/cramorant.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/cramorant.json new file mode 100644 index 0000000..4b36e31 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/cramorant.json @@ -0,0 +1,47 @@ +{ + + "head": "head", + "portraitScale": 2.7, + "portraitTranslation": [-0.2, -0.3, 0], + "profileScale": 1.2, + "profileTranslation": [0.0, 0.0, 0], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(cramorant, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ + "bedrock(cramorant, ground_walk)" + ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": [ "SWIM" ], + "animations": [ + "bedrock(cramorant, water_swim)" + ] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": [ "FLOAT" ], + "animations": [ + "bedrock(cramorant, water_idle)" + ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/cresselia.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/cresselia.json new file mode 100644 index 0000000..b87ab76 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/cresselia.json @@ -0,0 +1,30 @@ +{ + "portraitScale": 2.0, + "portraitTranslation": [ -1.25, 1.65, 0 ], + "profileScale": 0.6, + "profileTranslation": [ 0.05, 0.75, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(cresselia, ground_idle)" + ], + "quirks": [] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK"], + "animations": [ + "bedrock(cresselia, ground_idle)" + ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/croagunk.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/croagunk.json new file mode 100644 index 0000000..dd5f8ea --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/croagunk.json @@ -0,0 +1,34 @@ +{ + "head": "head", + "portraitScale": 1.85, + "portraitTranslation": [0.15, 0, 0], + "profileScale": 1, + "profileTranslation": [0, 0.15, 0], + "faint": "bedrock(croagunk, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE", "FLOAT"], + "animations": [ + "look", + "bedrock(croagunk, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK", "SWIM"], + "animations": [ + "look", + "bedrock(croagunk, ground_walk)" + ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ "SLEEP" ], + "animations": [ "bedrock(croagunk, sleep)" ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/cursola.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/cursola.json new file mode 100644 index 0000000..c32d521 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/cursola.json @@ -0,0 +1,47 @@ +{ + + "head": "head", + "portraitScale": 1.7, + "portraitTranslation": [-0.1, 1.3, 0], + "profileScale": 0.7, + "profileTranslation": [0.0, 0.8, 0], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(cursola, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ + "bedrock(cursola, ground_walk)" + ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": [ "SWIM" ], + "animations": [ + "bedrock(cursola, ground_walk)" + ] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": [ "FLOAT" ], + "animations": [ + "bedrock(cursola, ground_idle)" + ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/cyclizar.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/cyclizar.json new file mode 100644 index 0000000..2425147 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/cyclizar.json @@ -0,0 +1,38 @@ +{ + "portraitScale": 0.8, + "portraitTranslation": [ 0, 0.8, 0 ], + "profileScale": 0.8, + "profileTranslation": [ 0, 0.8, 0 ], + "poses": { + "standing": { + "poseName": "cyclizar", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(cyclizar, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(cyclizar, ground_walk)" ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": [ + "SWIM" + ], + "animations": [ + "bedrock(cyclizar, ground_walk)" + ] + } +} +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/darkrai.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/darkrai.json new file mode 100644 index 0000000..9e152b5 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/darkrai.json @@ -0,0 +1,30 @@ +{ + "portraitScale": 2.0, + "portraitTranslation": [ -0.25, 0, 0 ], + "profileScale": 1, + "profileTranslation": [ 0.05, 0.35, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(darkrai, ground_idle)" + ], + "quirks": [] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK"], + "animations": [ + "bedrock(darkrai, ground_idle)" + ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/delcatty.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/delcatty.json new file mode 100644 index 0000000..b02d875 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/delcatty.json @@ -0,0 +1,41 @@ +{ + "head": "head", + "portraitScale": 1.8, + "portraitTranslation": [ -0.2, 0.4, 0 ], + "profileScale": 0.8, + "profileTranslation": [ 0, 0.6, 0 ], + "faint": "bedrock(delcatty, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(delcatty, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(delcatty, ground_walk)" ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ + "SLEEP" + ], + "animations": [ + "bedrock(delcatty, sleep)" + ] + } + } + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/delibird.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/delibird.json new file mode 100644 index 0000000..f3e1842 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/delibird.json @@ -0,0 +1,27 @@ +{ + "portraitScale": 2, + "portraitTranslation": [0.15, 0, 0], + "profileScale": 1, + "profileTranslation": [0, 0.45, 0], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "isBattle": false, + "animations": ["bedrock(delibird, ground_idle)"] + }, + "walking": { + "poseName": "walking", + "poseTypes": ["WALK"], + "animations": [ + "bedrock(delibird, ground_walk)" + ] + } + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/deoxys.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/deoxys.json new file mode 100644 index 0000000..4c9a796 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/deoxys.json @@ -0,0 +1,71 @@ +{ + "portraitScale": 1.5, + "portraitTranslation": [0, 3.5, 0], + "profileScale": 0.4, + "profileTranslation": [0, 1.2, 0], + "animations": { + "faint": "q.bedrock_primary('deoxys', 'faint', q.curve('one'))", + "cry": "q.bedrock_stateful('deoxys', 'cry')", + "recoil": "q.bedrock_stateful('deoxys', 'recoil')", + "physical": "q.bedrock_primary('deoxys', 'physical', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('deoxys', 'special', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('deoxys', 'status', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "transformTicks": 10, + "poseTypes": ["STAND", "WALK"], + "isBattle": true, + "animations": [ + "q.look('head')", + "q.bedrock('deoxys', 'battle_stance')" + ] + }, + "standing": { + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.look('head')", + "q.bedrock('deoxys', 'ground_idle')" + ] + }, + "walking": { + "transformTicks": 8, + "poseTypes": ["WALK"], + "animations": [ + "q.look('head')", + "q.bedrock('deoxys', 'ground_walk')" + ] + }, + "hover": { + "transformTicks": 5, + "poseTypes": [ "FLY", "HOVER", "FLOAT" ], + "animations": [ + "q.look('head')", + "q.bedrock('deoxys', 'ground_walk')" + ] + }, + "float": { + "transformTicks": 5, + "poseTypes": ["FLOAT"], + "animations": [ + "q.look('head')", + "q.bedrock('deoxys', 'ground_walk')" + ] + }, + "swim": { + "transformTicks": 8, + "poseTypes": ["SWIM"], + "animations": [ + "q.look('head')", + "q.bedrock('deoxys', 'ground_walk')" + ] + }, + "sleep": { + "transformTicks": 10, + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('deoxys', 'sleep')"] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/deoxysattack.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/deoxysattack.json new file mode 100644 index 0000000..2b1e43e --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/deoxysattack.json @@ -0,0 +1,71 @@ +{ + "portraitScale": 1.5, + "portraitTranslation": [0, 3.6, 0], + "profileScale": 0.4, + "profileTranslation": [0, 1.2, 0], + "animations": { + "faint": "q.bedrock_primary('deoxysattack', 'faint', q.curve('one'))", + "cry": "q.bedrock_stateful('deoxysattack', 'cry')", + "recoil": "q.bedrock_stateful('deoxysattack', 'recoil')", + "physical": "q.bedrock_primary('deoxysattack', 'physical', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('deoxysattack', 'special', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('deoxysattack', 'status', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "transformTicks": 10, + "poseTypes": ["STAND", "WALK"], + "isBattle": true, + "animations": [ + "q.look('head')", + "q.bedrock('deoxysattack', 'battle_stance')" + ] + }, + "standing": { + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.look('head')", + "q.bedrock('deoxysattack', 'ground_idle')" + ] + }, + "walking": { + "transformTicks": 8, + "poseTypes": ["WALK"], + "animations": [ + "q.look('head')", + "q.bedrock('deoxysattack', 'ground_walk')" + ] + }, + "hover": { + "transformTicks": 5, + "poseTypes": [ "FLY", "HOVER", "FLOAT" ], + "animations": [ + "q.look('head')", + "q.bedrock('deoxysattack', 'ground_walk')" + ] + }, + "float": { + "transformTicks": 5, + "poseTypes": ["FLOAT"], + "animations": [ + "q.look('head')", + "q.bedrock('deoxysattack', 'ground_walk')" + ] + }, + "swim": { + "transformTicks": 8, + "poseTypes": ["SWIM"], + "animations": [ + "q.look('head')", + "q.bedrock('deoxysattack', 'ground_walk')" + ] + }, + "sleep": { + "transformTicks": 10, + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('deoxysattack', 'sleep')"] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/deoxysdefense.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/deoxysdefense.json new file mode 100644 index 0000000..42de509 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/deoxysdefense.json @@ -0,0 +1,65 @@ +{ + "portraitScale": 1.5, + "portraitTranslation": [-0.2, 3.4, 0], + "profileScale": 0.4, + "profileTranslation": [0, 1.2, 0], + "animations": { + "faint": "q.bedrock_primary('deoxysdefense', 'faint', q.curve('one'))", + "cry": "q.bedrock_stateful('deoxysdefense', 'cry')", + "recoil": "q.bedrock_stateful('deoxysdefense', 'recoil')", + "physical": "q.bedrock_primary('deoxysdefense', 'physical', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('deoxysdefense', 'special', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('deoxysdefense', 'status', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "transformTicks": 10, + "poseTypes": ["STAND"], + "isBattle": true, + "animations": [ + "q.bedrock('deoxysdefense', 'ground_idle')" + ] + }, + "standing": { + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.bedrock('deoxysdefense', 'ground_idle')" + ] + }, + "walking": { + "transformTicks": 8, + "poseTypes": ["WALK"], + "animations": [ + "q.bedrock('deoxysdefense', 'ground_walk')" + ] + }, + "hover": { + "transformTicks": 5, + "poseTypes": [ "FLY", "HOVER", "FLOAT" ], + "animations": [ + "q.bedrock('deoxysdefense', 'ground_walk')" + ] + }, + "float": { + "transformTicks": 5, + "poseTypes": ["FLOAT"], + "animations": [ + "q.bedrock('deoxysdefense', 'ground_walk')" + ] + }, + "swim": { + "transformTicks": 8, + "poseTypes": ["SWIM"], + "animations": [ + "q.bedrock('deoxysdefense', 'ground_walk')" + ] + }, + "sleep": { + "transformTicks": 10, + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('deoxysdefense', 'sleep')"] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/deoxysspeed.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/deoxysspeed.json new file mode 100644 index 0000000..1e786c6 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/deoxysspeed.json @@ -0,0 +1,71 @@ +{ + "portraitScale": 1.5, + "portraitTranslation": [-0.2, 3.3, 0], + "profileScale": 0.4, + "profileTranslation": [0, 1.2, 0], + "animations": { + "faint": "q.bedrock_primary('deoxysspeed', 'faint', q.curve('one'))", + "cry": "q.bedrock_stateful('deoxysspeed', 'cry')", + "recoil": "q.bedrock_stateful('deoxysspeed', 'recoil')", + "physical": "q.bedrock_primary('deoxysspeed', 'physical', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('deoxysspeed', 'special', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('deoxysspeed', 'status', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "transformTicks": 10, + "poseTypes": ["STAND", "WALK"], + "isBattle": true, + "animations": [ + "q.look('head')", + "q.bedrock('deoxysspeed', 'ground_idle')" + ] + }, + "standing": { + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.look('head')", + "q.bedrock('deoxysspeed', 'ground_idle')" + ] + }, + "walking": { + "transformTicks": 8, + "poseTypes": ["WALK"], + "animations": [ + "q.look('head')", + "q.bedrock('deoxysspeed', 'ground_walk')" + ] + }, + "hover": { + "transformTicks": 5, + "poseTypes": [ "FLY", "HOVER", "FLOAT" ], + "animations": [ + "q.look('head')", + "q.bedrock('deoxysspeed', 'ground_walk')" + ] + }, + "float": { + "transformTicks": 5, + "poseTypes": ["FLOAT"], + "animations": [ + "q.look('head')", + "q.bedrock('deoxysspeed', 'ground_walk')" + ] + }, + "swim": { + "transformTicks": 8, + "poseTypes": ["SWIM"], + "animations": [ + "q.look('head')", + "q.bedrock('deoxysspeed', 'ground_walk')" + ] + }, + "sleep": { + "transformTicks": 10, + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('deoxysspeed', 'sleep')"] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/dewpider.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/dewpider.json new file mode 100644 index 0000000..27c7961 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/dewpider.json @@ -0,0 +1,42 @@ +{ + "head": "head", + "portraitScale": 1.45, + "portraitTranslation": [ 0.2, -0.35, 0 ], + "profileScale": 1, + "profileTranslation": [ 0, 0.1, 0 ], + "faint": "bedrock(dewpider, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(dewpider, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(dewpider, ground_walk)" ] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": [ "FLOAT" ], + "animations": [ "bedrock(dewpider, water_idle)" ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": [ "SWIM" ], + "animations": [ "bedrock(dewpider, water_swim)" ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/diancie.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/diancie.json new file mode 100644 index 0000000..672d000 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/diancie.json @@ -0,0 +1,99 @@ +{ + "head": "head", + "portraitScale": 1.7, + "portraitTranslation": [ 0, 0.9, 0 ], + "profileScale": 0.8, + "profileTranslation": [ 0, 0.7, 0 ], + "faint": "bedrock(diancie, faint, true)", + "cry": "bedrock(diancie, cry)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ "look", "bedrock(diancie, air_idle)"], + "quirks": [ + { + "name": "blink", + "minSecondsBetweenOccurrences": 6, + "maxSecondsBetweenOccurrences": 12, + "animations": ["bedrock(diancie, blink)"] + }, + { + "name": "spin", + "transformTicks": 10, + "loopTimes": 1, + "minSecondsBetweenOccurrences": 19, + "maxSecondsBetweenOccurrences": 20, + "animations": ["bedrock(diancie, spin, true)"] + } + + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(diancie, air_walk)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(diancie, blink)"] + } + ] + }, + "battle-idle": { + "poseName": "battle-idle", + "transformTicks": 10, + "poseTypes": [ "STAND" ], + "animations": [ "bedrock(diancie, air_idle)" + ], + "quirks": [ + { + "name": "blink", + "minSecondsBetweenOccurrences": 6, + "maxSecondsBetweenOccurrences": 8, + "animations": ["bedrock(diancie, blink)"] + } + ] + }, + "flying": { + "poseName": "flying", + "transformTicks": 10, + "poseTypes": [ "FLY" ], + "animations": [ "bedrock(diancie, air_walk)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(diancie, blink)"] + } + ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ "SLEEP" ], + "animations": [ "bedrock(diancie, sleep)" ] + }, + "hovering": { + "poseName": "hovering", + "transformTicks": 10, + "poseTypes": [ "HOVER" ], + "animations": [ "bedrock(diancie, air_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(diancie, blink)"] + } + ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/dipplin.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/dipplin.json new file mode 100644 index 0000000..bb6828a --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/dipplin.json @@ -0,0 +1,28 @@ +{ + "head": "head", + "portraitScale": 2.3, + "portraitTranslation": [ 0.2, -0.5, 0 ], + "profileScale": 0.9, + "profileTranslation": [ 0, 0.4, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(dipplin, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(dipplin, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/dottler.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/dottler.json new file mode 100644 index 0000000..3d65172 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/dottler.json @@ -0,0 +1,32 @@ +{ + "head": "head", + "portraitScale": 1.2, + "portraitTranslation": [ 0, 0, 0 ], + "profileScale": 1.1, + "profileTranslation": [ 0, 0, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "PORTRAIT", + "PROFILE", + "NONE" + ], + "animations": [ + "bedrock(dottler, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ + "WALK" + ], + "animations": [ + "bedrock(dottler, ground_walk)" + ] + } +} +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/drapion.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/drapion.json new file mode 100644 index 0000000..8006eb4 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/drapion.json @@ -0,0 +1,65 @@ +{ + "portraitScale": 1.4, + "portraitTranslation": [-0.7, 0.5, 0], + "profileScale": 0.7, + "profileTranslation": [-0.1, 0.7, 0], + "animations": { + "faint": "q.bedrock_primary('drapion', 'faint', q.curve('symmetrical_wide'))", + "physical": "q.bedrock_primary('drapion', 'physical', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('drapion', 'special', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('drapion', 'special', q.curve('symmetrical_wide'))", + "recoil": "q.bedrock_primary('drapion', 'recoil', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "transformTicks": 10, + "poseTypes": ["STAND", "WALK"], + "isBattle": true, + "animations": [ + "q.look('head')", + "q.bedrock('drapion', 'ground_idle')" + ] + }, + "standing": { + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.look('head')", + "q.bedrock('drapion', 'ground_idle')" + ] + }, + "walking": { + "transformTicks": 8, + "poseTypes": ["WALK"], + "animations": [ + "q.look('head')", + "q.bedrock('drapion', 'ground_walk')" + ] + }, + "hover": { + "transformTicks": 5, + "poseTypes": [ "FLY", "HOVER", "FLOAT" ], + "animations": [ + "q.look('head')", + "q.bedrock('drapion', 'ground_walk')" + ] + }, + "float": { + "transformTicks": 5, + "poseTypes": ["FLOAT"], + "animations": [ + "q.look('head')", + "q.bedrock('drapion', 'ground_walk')" + ] + }, + "swim": { + "transformTicks": 8, + "poseTypes": ["SWIM"], + "animations": [ + "q.look('head')", + "q.bedrock('drapion', 'ground_walk')" + ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/drilbur.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/drilbur.json new file mode 100644 index 0000000..505dd5f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/drilbur.json @@ -0,0 +1,34 @@ +{ + "head": "head", + "portraitScale": 1.9, + "portraitTranslation": [0.2, -0.7, 0], + "profileScale": 1, + "profileTranslation": [0, 0.15, 0], + "faint": "bedrock(drilbur, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE", "FLOAT"], + "animations": [ + "look", + "bedrock(drilbur, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK", "SWIM"], + "animations": [ + "look", + "bedrock(drilbur, ground_walk)" + ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ "SLEEP" ], + "animations": [ "bedrock(drilbur, sleep)" ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/druddigon.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/druddigon.json new file mode 100644 index 0000000..9775081 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/druddigon.json @@ -0,0 +1,65 @@ +{ + "portraitScale": 1.4, + "portraitTranslation": [-0.2, 0.8, 0], + "profileScale": 0.7, + "profileTranslation": [-0.1, 0.7, 0], + "animations": { + "physical": "q.bedrock_primary('druddigon', 'physical', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('druddigon', 'special', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('druddigon', 'special', q.curve('symmetrical_wide'))", + "recoil": "q.bedrock_primary('druddigon', 'recoil', q.curve('symmetrical_wide'))", + "faint": "q.bedrock_primary('druddigon', 'faint', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "transformTicks": 10, + "poseTypes": ["STAND", "WALK"], + "isBattle": true, + "animations": [ + "q.look('head')", + "q.bedrock('druddigon', 'ground_idle')" + ] + }, + "standing": { + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.look('head')", + "q.bedrock('druddigon', 'ground_idle')" + ] + }, + "walking": { + "transformTicks": 8, + "poseTypes": ["WALK"], + "animations": [ + "q.look('head')", + "q.bedrock('druddigon', 'ground_walk')" + ] + }, + "hover": { + "transformTicks": 5, + "poseTypes": [ "FLY", "HOVER", "FLOAT" ], + "animations": [ + "q.look('head')", + "q.bedrock('druddigon', 'ground_walk')" + ] + }, + "float": { + "transformTicks": 5, + "poseTypes": ["FLOAT"], + "animations": [ + "q.look('head')", + "q.bedrock('druddigon', 'ground_walk')" + ] + }, + "swim": { + "transformTicks": 8, + "poseTypes": ["SWIM"], + "animations": [ + "q.look('head')", + "q.bedrock('druddigon', 'ground_walk')" + ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ducklett.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ducklett.json new file mode 100644 index 0000000..9704638 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ducklett.json @@ -0,0 +1,184 @@ +{ + "head": "head", + "portraitScale": 1.5, + "portraitTranslation": [ -0.1, 0.5, 0 ], + "profileScale": 0.7, + "profileTranslation": [ -0.05, 0.7, 0 ], + "faint": "bedrock(ducklett, ground_idle, true)", + "cry": "bedrock(ducklett, cry)", + "poses": { + "battle-idle": { + "poseName": "battle-idle", + "transformTicks": 10, + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["bedrock(ducklett, ground_idle)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(ducklett, blink)"] + } + ] + }, + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "isBattle": false, + "animations": [ + "bedrock(ducklett, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(ducklett, blink)" + ] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ + "WALK" + ], + "animations": [ + "bedrock(ducklett, ground_walk)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(ducklett, blink)" + ] + } + ] + }, + "hovering": { + "poseName": "hovering", + "transformTicks": 10, + "poseTypes": [ + "HOVER" + ], + "animations": [ + "bedrock(ducklett, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(ducklett, blink)" + ] + } + ] + }, + "flying": { + "poseName": "flying", + "transformTicks": 10, + "poseTypes": [ + "FLY" + ], + "animations": [ + "bedrock(ducklett, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(ducklett, blink)" + ] + } + ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ + "SLEEP" + ], + "animations": [ + "bedrock(ducklett, sleep)" + ] + }, + "leftshoulder": { + "poseName": "leftshoulder", + "transformTicks": 10, + "poseTypes": [ + "SHOULDER_LEFT" + ], + "animations": [ + "bedrock(ducklett, ground_idle)", + "look" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(ducklett, blink)" + ] + } + ] + }, + "rightshoulder": { + "poseName": "rightshoulder", + "transformTicks": 10, + "poseTypes": [ + "SHOULDER_RIGHT" + ], + "animations": [ + "bedrock(ducklett, ground_idle)", + "look" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(ducklett, blink)" + ] + } + ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": [ + "SWIM" + ], + "animations": [ + "bedrock(ducklett, water_swim)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(ducklett, blink)" + ] + } + ] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": [ + "FLOAT" + ], + "animations": [ + "bedrock(ducklett, water_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(ducklett, blink)" + ] + } + ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/dudunsparce.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/dudunsparce.json new file mode 100644 index 0000000..3da1184 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/dudunsparce.json @@ -0,0 +1,65 @@ +{ + "portraitScale": 1.7, + "portraitTranslation": [-0.2, -0.9, 0], + "profileScale": 1, + "profileTranslation": [-0.1, 0.2, 0], + "animations": { + "faint": "q.bedrock_primary('dudunsparce', 'faint', q.curve('symmetrical_wide'))", + "physical": "q.bedrock_primary('dudunsparce', 'physical', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('dudunsparce', 'special', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('dudunsparce', 'special', q.curve('symmetrical_wide'))", + "recoil": "q.bedrock_primary('dudunsparce', 'recoil', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "transformTicks": 10, + "poseTypes": ["STAND", "WALK"], + "isBattle": true, + "animations": [ + "q.look('head')", + "q.bedrock('dudunsparce', 'ground_idle')" + ] + }, + "standing": { + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.look('head')", + "q.bedrock('dudunsparce', 'ground_idle')" + ] + }, + "walking": { + "transformTicks": 8, + "poseTypes": ["WALK"], + "animations": [ + "q.look('head')", + "q.bedrock('dudunsparce', 'ground_walk')" + ] + }, + "hover": { + "transformTicks": 5, + "poseTypes": [ "FLY", "HOVER", "FLOAT" ], + "animations": [ + "q.look('head')", + "q.bedrock('dudunsparce', 'ground_walk')" + ] + }, + "float": { + "transformTicks": 5, + "poseTypes": ["FLOAT"], + "animations": [ + "q.look('head')", + "q.bedrock('dudunsparce', 'ground_walk')" + ] + }, + "swim": { + "transformTicks": 8, + "poseTypes": ["SWIM"], + "animations": [ + "q.look('head')", + "q.bedrock('dudunsparce', 'ground_walk')" + ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/dudunsparce_three_segment.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/dudunsparce_three_segment.json new file mode 100644 index 0000000..e0a7132 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/dudunsparce_three_segment.json @@ -0,0 +1,65 @@ +{ + "portraitScale": 1.7, + "portraitTranslation": [-0.8, -0.9, 0], + "profileScale": 0.8, + "profileTranslation": [-0.1, 0.4, 0], + "animations": { + "faint": "q.bedrock_primary('dudunsparce_three_segment', 'faint', q.curve('symmetrical_wide'))", + "physical": "q.bedrock_primary('dudunsparce_three_segment', 'physical', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('dudunsparce_three_segment', 'special', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('dudunsparce_three_segment', 'special', q.curve('symmetrical_wide'))", + "recoil": "q.bedrock_primary('dudunsparce_three_segment', 'recoil', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "transformTicks": 10, + "poseTypes": ["STAND", "WALK"], + "isBattle": true, + "animations": [ + "q.look('head')", + "q.bedrock('dudunsparce_three_segment', 'ground_idle')" + ] + }, + "standing": { + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.look('head')", + "q.bedrock('dudunsparce_three_segment', 'ground_idle')" + ] + }, + "walking": { + "transformTicks": 8, + "poseTypes": ["WALK"], + "animations": [ + "q.look('head')", + "q.bedrock('dudunsparce_three_segment', 'ground_walk')" + ] + }, + "hover": { + "transformTicks": 5, + "poseTypes": [ "FLY", "HOVER", "FLOAT" ], + "animations": [ + "q.look('head')", + "q.bedrock('dudunsparce_three_segment', 'ground_walk')" + ] + }, + "float": { + "transformTicks": 5, + "poseTypes": ["FLOAT"], + "animations": [ + "q.look('head')", + "q.bedrock('dudunsparce_three_segment', 'ground_walk')" + ] + }, + "swim": { + "transformTicks": 8, + "poseTypes": ["SWIM"], + "animations": [ + "q.look('head')", + "q.bedrock('dudunsparce_three_segment', 'ground_walk')" + ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/dunsparce.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/dunsparce.json new file mode 100644 index 0000000..8bfd23a --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/dunsparce.json @@ -0,0 +1,65 @@ +{ + "portraitScale": 1.7, + "portraitTranslation": [-0.2, -0.9, 0], + "profileScale": 1, + "profileTranslation": [-0.1, 0.2, 0], + "animations": { + "faint": "q.bedrock_primary('dunsparce', 'faint', q.curve('symmetrical_wide'))", + "physical": "q.bedrock_primary('dunsparce', 'physical', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('dunsparce', 'special', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('dunsparce', 'special', q.curve('symmetrical_wide'))", + "recoil": "q.bedrock_primary('dunsparce', 'recoil', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "transformTicks": 10, + "poseTypes": ["STAND", "WALK"], + "isBattle": true, + "animations": [ + "q.look('head')", + "q.bedrock('dunsparce', 'ground_idle')" + ] + }, + "standing": { + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.look('head')", + "q.bedrock('dunsparce', 'ground_idle')" + ] + }, + "walking": { + "transformTicks": 8, + "poseTypes": ["WALK"], + "animations": [ + "q.look('head')", + "q.bedrock('dunsparce', 'ground_walk')" + ] + }, + "hover": { + "transformTicks": 5, + "poseTypes": [ "FLY", "HOVER", "FLOAT" ], + "animations": [ + "q.look('head')", + "q.bedrock('dunsparce', 'ground_walk')" + ] + }, + "float": { + "transformTicks": 5, + "poseTypes": ["FLOAT"], + "animations": [ + "q.look('head')", + "q.bedrock('dunsparce', 'ground_walk')" + ] + }, + "swim": { + "transformTicks": 8, + "poseTypes": ["SWIM"], + "animations": [ + "q.look('head')", + "q.bedrock('dunsparce', 'ground_walk')" + ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/duosion.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/duosion.json new file mode 100644 index 0000000..d6f9882 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/duosion.json @@ -0,0 +1,69 @@ +{ + "head": "head", + "portraitScale": 1.3, + "portraitTranslation": [ -0.2, 0.75, 0 ], + "profileScale": 0.8, + "profileTranslation": [ -0.05, 0.9, 0 ], + "faint": "bedrock(duosion, faint)", + "poses": { + + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(duosion, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(duosion, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ + "bedrock(duosion, ground_walk)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(duosion, blink)"] + } + ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": [ "SWIM" ], + "animations": [ + "bedrock(duosion, ground_walk)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(duosion, blink)"] + } + ] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": [ "FLOAT" ], + "animations": [ + "bedrock(duosion, ground_walk)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(duosion, blink)"] + } + ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/duraludon.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/duraludon.json new file mode 100644 index 0000000..11544c8 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/duraludon.json @@ -0,0 +1,58 @@ +{ + "portraitScale": 3.5, + "portraitTranslation": [-0.3, -0.1, 0], + "profileScale": 0.9, + "profileTranslation": [0, 0.4, 0], + "animations": { + "cry": "q.bedrock_stateful('duraludon', 'cry')", + "recoil": "q.bedrock_stateful('duraludon', 'recoil')", + "physical": "q.bedrock_primary('duraludon', 'physical', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('duraludon', 'special', q.curve('symmetrical_wide'))", + "status": "q.bedrock_stateful('duraludon', 'cry', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND", "WALK"], + "isBattle": true, + "animations": [ + "q.bedrock('duraludon', 'battle_idle')" + ], + "quirks": [ + "q.bedrock_quirk('duraludon', 'quirk')" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.bedrock('duraludon', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('duraludon', 'quirk')" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": [ + "q.bedrock('duraludon', 'ground_walk')" + ] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": [ + "q.bedrock('duraludon', 'ground_walk')" + ] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": [ + "q.look('head')", + "q.bedrock('duraludon', 'ground_walk')" + ] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('duraludon', 'ground_idle')"] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/eelektrik.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/eelektrik.json new file mode 100644 index 0000000..35a7710 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/eelektrik.json @@ -0,0 +1,112 @@ +{ + "head": "head", + "portraitScale": 2, + "portraitTranslation": [ + -0.25, + -1.2, + 0 + ], + "profileScale": 0.8, + "profileTranslation": [ + 0.1, + .4, + 0 + ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE" + ], + "animations": [ + "bedrock(eelektrik, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(eelektrik, blink)" + ] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ + "WALK" + ], + "animations": [ + "bedrock(eelektrik, ground_walk)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(eelektrik, blink)" + ] + } + ] + }, + "battle-idle": { + "poseName": "battle-idle", + "transformTicks": 10, + "isBattle": true, + "poseTypes": [ + "STAND" + ], + "animations": [ + "look", + "bedrock(eelektrik, battle_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(eelektrik, blink)" + ] + } + ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": [ + "SWIM" + ], + "animations": [ + "bedrock(eelektrik, water_swim)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(eelektrik, blink)" + ] + } + ] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": [ + "FLOAT", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(eelektrik, water_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(eelektrik, blink)" + ] + } + ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/eelektross.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/eelektross.json new file mode 100644 index 0000000..79714d9 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/eelektross.json @@ -0,0 +1,52 @@ +{ + "head": "head", + "portraitScale": 1.5, + "portraitTranslation": [ + -0.6, + 1.2, + 0 + ], + "profileScale": 0.6, + "profileTranslation": [ + 0, + 1.5, + 0 + ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(eelektross, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ + "WALK" + ], + "animations": [ + "bedrock(eelektross, ground_walk)" + ] + }, + "battle-idle": { + "poseName": "battle-idle", + "transformTicks": 10, + "isBattle": true, + "poseTypes": [ + "STAND" + ], + "animations": [ + "look", + "bedrock(eelektross, battle_idle)" + ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/espurr.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/espurr.json new file mode 100644 index 0000000..f1c763d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/espurr.json @@ -0,0 +1,49 @@ +{ + "head": "head", + "portraitScale": 2.8, + "portraitTranslation": [ -0.1, -1.5, 0 ], + "profileScale": 0.9, + "profileTranslation": [ 0, 0.4, 0 ], + "animations": { + "faint": "q.bedrock_primary('espurr', 'faint', q.curve('one'))", + "cry": "q.bedrock_stateful('espurr', 'cry')", + "recoil": "q.bedrock_stateful('espurr', 'recoil')", + "physical": "q.bedrock_primary('espurr', 'physical', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('espurr', 'special', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('espurr', 'status', q.curve('symmetrical_wide'))" + }, + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(espurr, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(espurr, ground_walk)" ] + }, + + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ + "SLEEP" + ], + "animations": [ + "bedrock(espurr, sleep)" + ] + } + } + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/eternatus.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/eternatus.json new file mode 100644 index 0000000..57720ab --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/eternatus.json @@ -0,0 +1,55 @@ +{ + "head": "looky", + "portraitScale": 0.4, + "portraitTranslation": [-0.3, 1.8, 0], + "profileScale": 0.4, + "profileTranslation": [0, 2.2, 0], + "animations": { + "faint": "q.bedrock_primary('eternatus', 'faint', q.curve('one'))", + "cry": "q.bedrock_stateful('eternatus', 'cry')", + "physical": "q.bedrock_primary('eternatus', 'cry', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('eternatus', 'special_attack', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('eternatus', 'cry', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["look", "q.bedrock('eternatus', 'ground_idle')" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": ["q.bedrock('eternatus', 'ground_idle')" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": ["look", "q.bedrock('eternatus', 'ground_walk')" + ] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": ["q.bedrock('eternatus', 'ground_idle')" + ] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": ["look", + "q.bedrock('eternatus', 'ground_walk')" + ] + }, + "hover": { + "poseName": "hover", + "poseTypes": ["HOVER"], + "animations": ["q.bedrock('eternatus', 'ground_idle')" + ] + }, + "fly": { + "poseName": "fly", + "poseTypes": ["FLY"], + "animations": ["look", "q.bedrock('eternatus', 'ground_walk')"] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/excadrill.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/excadrill.json new file mode 100644 index 0000000..bce981d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/excadrill.json @@ -0,0 +1,34 @@ +{ + "head": "head", + "portraitScale": 2, + "portraitTranslation": [-0.2, 0.2, 0], + "profileScale": 1, + "profileTranslation": [-0.1, 0.22, 0], + "faint": "bedrock(excadrill, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE", "FLOAT"], + "animations": [ + "look", + "bedrock(excadrill, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK", "SWIM"], + "animations": [ + "look", + "bedrock(excadrill, ground_walk)" + ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ "SLEEP" ], + "animations": [ "bedrock(excadrill, sleep)" ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/feebas.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/feebas.json new file mode 100644 index 0000000..100a298 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/feebas.json @@ -0,0 +1,60 @@ +{ + "head": "body", + "portraitScale": 1.8, + "portraitTranslation": [ + 0, + 0.2, + 0 + ], + "profileScale": 1, + "profileTranslation": [ + 0.1, + 0.9, + 0 + ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(feebas, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ + "WALK" + ], + "animations": [ + "bedrock(feebas, ground_walk)" + ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": [ + "SWIM" + ], + "animations": [ + "bedrock(feebas, water_swim)" + ] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": [ + "FLOAT" + ], + "animations": [ + "bedrock(feebas, water_idle)" + ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/finizen.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/finizen.json new file mode 100644 index 0000000..4e4adb1 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/finizen.json @@ -0,0 +1,47 @@ +{ + + "head": "head", + "portraitScale": 2.2, + "portraitTranslation": [-0.5, -1.3, 0], + "profileScale": 1.0, + "profileTranslation": [0.0, 0.0, 0], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(palafin, water_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ + "bedrock(palafin, water_swim)" + ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": [ "SWIM" ], + "animations": [ + "bedrock(palafin, water_swim)" + ] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": [ "FLOAT" ], + "animations": [ + "bedrock(palafin, water_idle)" + ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/flapple.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/flapple.json new file mode 100644 index 0000000..c5ada51 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/flapple.json @@ -0,0 +1,29 @@ +{ + "head": "head", + "portraitScale": 2.3, + "portraitTranslation": [ -0.3, 0.9, 0 ], + "profileScale": 0.7, + "profileTranslation": [ 0, 1.0, 0 ], + "cry": "bedrock(flapple, cry)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(flapple, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(flapple, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/fluttermane.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/fluttermane.json new file mode 100644 index 0000000..45bc19f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/fluttermane.json @@ -0,0 +1,78 @@ +{ + "head": "head", + "portraitScale": 1.5, + "portraitTranslation": [ + -0.3, + 1, + 0 + ], + "profileScale": .5, + "profileTranslation": [ + 0, + 1.2, + 0 + ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(fluttermane, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(fluttermane, blink)" + ] + }, + { + "name": "laugh", + "animations": [ + "bedrock(fluttermane, laugh)" + ] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ + "WALK" + ], + "animations": [ + "bedrock(fluttermane, ground_walk)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(fluttermane, blink)" + ] + }, + { + "name": "laugh", + "animations": [ + "bedrock(fluttermane, laugh)" + ] + } + ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ + "SLEEP" + ], + "animations": [ + "bedrock(fluttermane, sleep)" + ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/fomantis2.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/fomantis2.json new file mode 100644 index 0000000..80064e2 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/fomantis2.json @@ -0,0 +1,185 @@ +{ + "head": "head", + "portraitScale": 1.8, + "portraitTranslation": [ 0.1, -0.5, 0 ], + "profileScale": 1.1, + "profileTranslation": [ 0, 0.1, 0 ], + "faint": "bedrock(fomantis, faint, true)", + "cry": "bedrock(fomantis, cry)", + "poses": { + "battle-idle":{ + "poseName": "battle-idle", + "transformTicks": 10, + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["bedrock(fomantis, battle_idle)","bedrock(fomantis, eyes_angry)"], + "quirks":[ + { + "name": "blink", + "loopTimes": 2, + "minSecondsBetweenOccurrences": 8, + "maxSecondsBetweenOccurrences": 20, + "animations": ["bedrock(fomantis, blink)"] + }, + { + "name": "looking", + "loopTimes": 1, + "minSecondsBetweenOccurrences": 4, + "maxSecondsBetweenOccurrences": 15, + "animations": ["bedrock(fomantis, eyes_quirk)"] + }, + { + "name": "quirk", + "minSecondsBetweenOccurrences": 30, + "maxSecondsBetweenOccurrences": 60, + "animations": ["bedrock(fomantis, quirk)"] + } + ] + }, + "standing": { + "poseName": "standing", + "transformTicks": 0, + "poseTypes": ["STAND","PORTRAIT","PROFILE","NONE"], + "isBattle": false, + "animations": [ + "look", + "bedrock(fomantis, eyes_default)", + "bedrock(fomantis, ground_idle)" + ], + "quirks":[ + { + "name": "blink", + "loopTimes": 2, + "minSecondsBetweenOccurrences": 8, + "maxSecondsBetweenOccurrences": 20, + "animations": ["bedrock(fomantis, blink)"] + }, + { + "name": "looking", + "loopTimes": 1, + "minSecondsBetweenOccurrences": 4, + "maxSecondsBetweenOccurrences": 15, + "animations": ["bedrock(fomantis, eyes_quirk)"] + + }, + { + "name": "quirk", + "minSecondsBetweenOccurrences": 30, + "maxSecondsBetweenOccurrences": 60, + "animations": ["bedrock(fomantis, quirk)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 0, + "poseTypes": [ + "WALK" + ], + "animations": [ + "look", + "bedrock(fomantis, eyes_default)", + "bedrock(fomantis, ground_walk, )" + ], + "quirks":[ + { + "name": "blink", + "loopTimes": 2, + "minSecondsBetweenOccurrences": 8, + "maxSecondsBetweenOccurrences": 20, + "animations": ["bedrock(fomantis, blink)"] + }, + { + "name": "looking", + "loopTimes": 1, + "minSecondsBetweenOccurrences": 4, + "maxSecondsBetweenOccurrences": 15, + "animations": ["bedrock(fomantis, eyes_quirk)"] + + } + ] + }, + "swim":{ + "poseName": "swim", + "transformTicks": 5, + "poseTypes": ["SWIM","FLOAT"], + "isBattle": false, + "isTouchingWater": true, + "animations": [ + "look", + "bedrock(fomantis, eyes_sad)", + "bedrock(fomantis, swim)" + ], + "quirks":[ + { + "name": "blink", + "loopTimes": 2, + "minSecondsBetweenOccurrences": 8, + "maxSecondsBetweenOccurrences": 20, + "animations": ["bedrock(fomantis, blink)"] + }, + { + "name": "looking", + "loopTimes": 1, + "minSecondsBetweenOccurrences": 4, + "maxSecondsBetweenOccurrences": 15, + "animations": ["bedrock(fomantis, eyes_quirk)"] + } + ] + }, + "sleep":{ + "poseName": "sleep", + "transformTicks": 10, + "poseTypes": ["SLEEP"], + "isBattle": false, + "isTouchingWater": false, + "animations": ["bedrock(fomantis, sleep, true)"] + }, + "shoulder_left": { + "poseName": "shoulder_left", + "transformTicks": 10, + "poseTypes": [ "SHOULDER_LEFT" ], + "animations": [ "look", "bedrock(fomantis, eyes_default)", "bedrock(fomantis, shoulder_left)"], + "quirks":[ + { + "name": "blink", + "loopTimes": 2, + "minSecondsBetweenOccurrences": 8, + "maxSecondsBetweenOccurrences": 20, + "animations": ["bedrock(fomantis, blink)"] + + }, + { + "name": "looking", + "loopTimes": 1, + "minSecondsBetweenOccurrences": 4, + "maxSecondsBetweenOccurrences": 15, + "animations": ["bedrock(fomantis, eyes_quirk)"] + } + ] + }, + "shoulder_right": { + "poseName": "shoulder_right", + "transformTicks": 10, + "poseTypes": [ "SHOULDER_RIGHT" ], + "animations": [ "look", "bedrock(fomantis, eyes_default)", "bedrock(fomantis, shoulder_right)"], + "quirks":[ + { + "name": "blink", + "loopTimes": 2, + "minSecondsBetweenOccurrences": 8, + "maxSecondsBetweenOccurrences": 20, + "animations": ["bedrock(fomantis, blink)"] + }, + { + "name": "looking", + "loopTimes": 1, + "minSecondsBetweenOccurrences": 4, + "maxSecondsBetweenOccurrences": 15, + "animations": ["bedrock(fomantis, eyes_quirk)"] + + } + ] + } +} +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/foongus.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/foongus.json new file mode 100644 index 0000000..1e6bdcd --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/foongus.json @@ -0,0 +1,34 @@ +{ + "head": "head", + "portraitScale": 2.3, + "portraitTranslation": [ 0.2, -1.6, 0 ], + "profileScale": 0.8, + "profileTranslation": [ 0, 0.3, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(foongus, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(foongus, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(foongus, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/fraxure.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/fraxure.json new file mode 100644 index 0000000..b1ca3f0 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/fraxure.json @@ -0,0 +1,61 @@ +{ + "portraitScale": 1.3, + "portraitTranslation": [-0.3, 0.7, 0], + "profileScale": 0.6, + "profileTranslation": [0, 0.7, 0], + "animations": { + "faint": "q.bedrock_primary('fraxure', 'faint', q.curve('one'))", + "cry": "q.bedrock_stateful('fraxure', 'cry')", + "recoil": "q.bedrock_stateful('fraxure', 'recoil')", + "physical": "q.bedrock_primary('fraxure', 'physical', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('fraxure', 'special', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('fraxure', 'status', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND", "WALK"], + "isBattle": true, + "animations": [ + "q.bedrock('fraxure', 'battle_idle')" + ], + "quirks": [ + "q.bedrock_quirk('fraxure', 'blink')" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.bedrock('fraxure', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('fraxure', 'blink')" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": [ + "q.bedrock('fraxure', 'ground_walk')" + ], + "quirks": [ + "q.bedrock_quirk('fraxure', 'blink')" + ] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": [ + "q.bedrock('fraxure', 'ground_walk')" + ] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": [ + "q.bedrock('fraxure', 'ground_walk')" + ] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('fraxure', 'sleep')"] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/frigibax.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/frigibax.json new file mode 100644 index 0000000..f867e0c --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/frigibax.json @@ -0,0 +1,30 @@ +{ + "portraitScale": 3.0, + "portraitTranslation": [0, -1.75, 0.0], + "profileScale": 1.1, + "profileTranslation": [0.0, 0.1, 0.0], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(frigibax, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK"], + "animations": [ + "look", + "bedrock(frigibax, ground_walk)" + ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/froslass.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/froslass.json new file mode 100644 index 0000000..d85660a --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/froslass.json @@ -0,0 +1,74 @@ +{ + "portraitScale": 1.5, + "portraitTranslation": [ 0, 1.3, 0], + "profileScale": 0.7, + "profileTranslation": [ 0, 0.9, 0], + "cry": "bedrock(froslass, cry)", + "faint": "bedrock(froslass, faint, true)", + "poses": { + "battle-idle":{ + "poseName": "battle-idle", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "HOVER" + ], + "isBattle": true, + "animations": ["bedrock(froslass, battle_idle)"], + "quirks":[ + { + "name": "blink", + "animations": ["bedrock(froslass, blink)"] + } + ] + }, + "standing": { + "poseName": "standing", + "transformTicks": 10, + "isBattle": false, + "poseTypes": [ + "STAND", + "PORTRAIT", + "PROFILE", + "HOVER", + "NONE" + ], + "animations": [ + "bedrock(froslass, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(froslass, blink)"] + } + ] + }, + "moving":{ + "poseName": "moving", + "transformTicks": 10, + "poseTypes": [ + "WALK", + "FLY" + ], + "animations": [ + "bedrock(froslass, ground_walk)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(froslass, blink)"] + } + ] + }, + "sleeping":{ + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ + "SLEEP" + ], + "animations": [ + "bedrock(froslass, ground_idle)" + ] + } +} +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/frosmoth.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/frosmoth.json new file mode 100644 index 0000000..00bef6f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/frosmoth.json @@ -0,0 +1,47 @@ +{ + "head": "head", + "portraitScale": 2.75, + "portraitTranslation": [ -0.25, 0.75, 0 ], + "profileScale": 0.5, + "profileTranslation": [ 0, 1.0, 0 ], + "faint": "bedrock(frosmoth, sleep)", + "poses": { + + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(frosmoth, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(frosmoth, blink)"] + } + ] + }, + + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ + "look", + "bedrock(frosmoth, ground_walk)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(frosmoth, blink)"] + } + ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/gastrodon.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/gastrodon.json new file mode 100644 index 0000000..8effa32 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/gastrodon.json @@ -0,0 +1,28 @@ +{ + "head": "head", + "portraitScale": 1.8, + "portraitTranslation": [ -0.7, 0.7, 0 ], + "profileScale": 0.9, + "profileTranslation": [ 0, 0.4, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(gastrodon, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(gastrodon, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/genesect.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/genesect.json new file mode 100644 index 0000000..1c8afa6 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/genesect.json @@ -0,0 +1,43 @@ +{ + "head": "head", + "portraitScale": 1.7, + "portraitTranslation": [ -0.2, 1.6, 0 ], + "profileScale": 0.6, + "profileTranslation": [ 0, 0.8, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(genesect, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(genesect, ground_walk)" + ] + }, + "flying": { + "poseName": "flying", + "transformTicks": 10, + "poseTypes": [ "FLY" ], + "animations": [ "bedrock(genesect, air_fly)" + ] + }, + "hovering": { + "poseName": "hovering", + "transformTicks": 10, + "poseTypes": [ "HOVER" ], + "animations": [ "bedrock(genesect, air_fly)" + ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/glalie.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/glalie.json new file mode 100644 index 0000000..b89322a --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/glalie.json @@ -0,0 +1,78 @@ +{ + "portraitScale": 0.8, + "portraitTranslation": [ 0, 0.6, 0], + "profileScale": 0.5, + "profileTranslation": [ 0, 1.1, 0], + "cry": "bedrock(glalie, cry)", + "faint": "bedrock(glalie, faint, true)", + "poses": { + "battle-idle":{ + "poseName": "battle-idle", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "HOVER" + ], + "isBattle": true, + "animations": + [ + "bedrock(glalie, battle_idle)","bedrock(glalie, layer_idle)" + ], + "quirks":[ + { + "name": "blink", + "animations": ["bedrock(glalie, blink)"] + } + ] + }, + "standing": { + "poseName": "standing", + "transformTicks": 10, + "isBattle": false, + "poseTypes": [ + "STAND", + "PORTRAIT", + "PROFILE", + "HOVER", + "NONE" + ], + "animations": + [ + "bedrock(glalie, ground_idle)","bedrock(glalie, layer_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(glalie, blink)"] + } + ] + }, + "moving":{ + "poseName": "moving", + "transformTicks": 10, + "poseTypes": [ + "WALK", + "FLY" + ], + "animations": [ + "bedrock(glalie, ground_walk)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(glalie, blink)"] + } + ] + }, + "sleeping":{ + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ + "SLEEP" + ], + "animations": [ + "bedrock(glalie, ground_idle)" + ] + } +} +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/glameow.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/glameow.json new file mode 100644 index 0000000..5c7e5a7 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/glameow.json @@ -0,0 +1,42 @@ +{ + "head": "head", + "portraitScale": 2.5, + "portraitTranslation": [ -0.4, -0.6, 0 ], + "profileScale": 0.9, + "profileTranslation": [ 0, 0.4, 0 ], + "faint": "bedrock(glameow, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(glameow, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(glameow, ground_walk)" ] + }, + + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ + "SLEEP" + ], + "animations": [ + "bedrock(glameow, sleep)" + ] + } + } + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/gogoat.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/gogoat.json new file mode 100644 index 0000000..f192145 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/gogoat.json @@ -0,0 +1,28 @@ +{ + "head": "head", + "portraitScale": 3.3, + "portraitTranslation": [ -1.1, -0.7, 0 ], + "profileScale": 0.9, + "profileTranslation": [ 0, 0.4, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(gogoat, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(gogoat, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/golem_alolan.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/golem_alolan.json new file mode 100644 index 0000000..70da076 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/golem_alolan.json @@ -0,0 +1,29 @@ +{ + "head": "head", + "portraitScale": 1.7, + "portraitTranslation": [-0.4, -0.25, 0], + "profileScale": 0.65, + "profileTranslation": [0, 0.8, 0], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": ["look", "bedrock(golem_alolan, ground_idle)"] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK"], + "animations": ["bedrock(golem_alolan, ground_walk)"] + }, + "battle-idle": { + "poseName": "battle-idle", + "transformTicks": 10, + "isBattle": true, + "poseTypes": ["STAND"], + "animations": ["bedrock(golem_alolan, battle_idle)"] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/gothita.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/gothita.json new file mode 100644 index 0000000..24d429f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/gothita.json @@ -0,0 +1,86 @@ +{ + "head": "head", + "portraitScale": 1.3, + "portraitTranslation": [ 0, 0.4, 0 ], + "profileScale": 0.8, + "profileTranslation": [ 0, 0.7, 0 ], + "faint": "bedrock(gothita, faint)", + "cry":"bedrock(gothita, cry)", + "poses": { + "battle-idle": { + "poseName": "battle-idle", + "transformTicks": 10, + "poseTypes": ["STAND"], + "isBattle": true, + "isTouchingWater": false, + "animations": ["bedrock(gothita, battle_idle)"], + "quirks": [ + { + "name": "blink", + "loopTimes": 5, + "minSecondsBetweenOccurrences": 8, + "maxSecondsBetweenOccurrences": 20, + "animations": ["bedrock(gothita, blink)"] + } + ] + }, + "standing":{ + "poseName":"standing", + "transformTicks":10, + "poseTypes":[ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "isBattle": false, + "animations":[ + "bedrock(gothita, ground_idle)" + ], + "quirks":[ + { + "name":"blink", + "animations":[ + "bedrock(gothita, blink)" + ] + } + ] + }, + "walking":{ + "poseName":"walking", + "transformTicks":10, + "poseTypes":[ + "WALK" + ], + "animations":[ + "bedrock(gothita, ground_walk)" + ], + "quirks":[ + { + "name":"blink", + "animations":[ + "bedrock(gothita, blink)" + ] + } + ] + }, + "swimming":{ + "poseName":"swimming", + "transformTicks":10, + "poseTypes":[ + "SWIM" + ], + "animations":[ + "bedrock(gothita, ground_walk)" + ], + "quirks":[ + { + "name":"blink", + "animations":[ + "bedrock(gothita, blink)" + ] + } + ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/gothitelle.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/gothitelle.json new file mode 100644 index 0000000..14fbfae --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/gothitelle.json @@ -0,0 +1,86 @@ +{ + "head": "head", + "portraitScale": 1.3, + "portraitTranslation": [ -0.05, 2.1, 0 ], + "profileScale": 0.55, + "profileTranslation": [ -0.1, 1, 0 ], + "faint": "bedrock(gothitelle, faint)", + "cry":"bedrock(gothitelle, cry)", + "poses": { + "battle-idle": { + "poseName": "battle-idle", + "transformTicks": 10, + "poseTypes": ["STAND"], + "isBattle": true, + "isTouchingWater": false, + "animations": ["bedrock(gothitelle, battle_idle)"], + "quirks": [ + { + "name": "blink", + "loopTimes": 5, + "minSecondsBetweenOccurrences": 8, + "maxSecondsBetweenOccurrences": 20, + "animations": ["bedrock(gothitelle, blink)"] + } + ] + }, + "standing":{ + "poseName":"standing", + "transformTicks":10, + "poseTypes":[ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "isBattle": false, + "animations":[ + "bedrock(gothitelle, ground_idle)" + ], + "quirks":[ + { + "name":"blink", + "animations":[ + "bedrock(gothitelle, blink)" + ] + } + ] + }, + "walking":{ + "poseName":"walking", + "transformTicks":10, + "poseTypes":[ + "WALK" + ], + "animations":[ + "bedrock(gothitelle, ground_walk)" + ], + "quirks":[ + { + "name":"blink", + "animations":[ + "bedrock(gothitelle, blink)" + ] + } + ] + }, + "swimming":{ + "poseName":"swimming", + "transformTicks":10, + "poseTypes":[ + "SWIM" + ], + "animations":[ + "bedrock(gothitelle, ground_walk)" + ], + "quirks":[ + { + "name":"blink", + "animations":[ + "bedrock(gothitelle, blink)" + ] + } + ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/gothorita.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/gothorita.json new file mode 100644 index 0000000..3f88a8f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/gothorita.json @@ -0,0 +1,86 @@ +{ + "head": "head", + "portraitScale": 1.3, + "portraitTranslation": [ -0.1, 1.45, 0 ], + "profileScale": 0.6, + "profileTranslation": [ -0.05, 0.95, 0 ], + "faint": "bedrock(gothorita, faint)", + "cry":"bedrock(gothorita, cry)", + "poses": { + "battle-idle": { + "poseName": "battle-idle", + "transformTicks": 10, + "poseTypes": ["STAND"], + "isBattle": true, + "isTouchingWater": false, + "animations": ["bedrock(gothorita, battle_idle)"], + "quirks": [ + { + "name": "blink", + "loopTimes": 5, + "minSecondsBetweenOccurrences": 8, + "maxSecondsBetweenOccurrences": 20, + "animations": ["bedrock(gothorita, blink)"] + } + ] + }, + "standing":{ + "poseName":"standing", + "transformTicks":10, + "poseTypes":[ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "isBattle": false, + "animations":[ + "bedrock(gothorita, ground_idle)" + ], + "quirks":[ + { + "name":"blink", + "animations":[ + "bedrock(gothorita, blink)" + ] + } + ] + }, + "walking":{ + "poseName":"walking", + "transformTicks":10, + "poseTypes":[ + "WALK" + ], + "animations":[ + "bedrock(gothorita, ground_walk)" + ], + "quirks":[ + { + "name":"blink", + "animations":[ + "bedrock(gothorita, blink)" + ] + } + ] + }, + "swimming":{ + "poseName":"swimming", + "transformTicks":10, + "poseTypes":[ + "SWIM" + ], + "animations":[ + "bedrock(gothorita, ground_walk)" + ], + "quirks":[ + { + "name":"blink", + "animations":[ + "bedrock(gothorita, blink)" + ] + } + ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/greattusk.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/greattusk.json new file mode 100644 index 0000000..e769750 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/greattusk.json @@ -0,0 +1,29 @@ +{ + "head": "head", + "portraitScale": 0.8, + "portraitTranslation": [ -0.6, 0.8, 0 ], + "profileScale": 0.3, + "profileTranslation": [ 0, 1.2, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(greattusk , ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(greattusk , ground_walk)" ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/greavard.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/greavard.json new file mode 100644 index 0000000..ffeb1cf --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/greavard.json @@ -0,0 +1,42 @@ +{ + "head": "head", + "portraitScale": 1.25, + "portraitTranslation": [0, 0.5, 0], + "profileScale": 0.8, + "profileTranslation": [0, 0.4, 0], + "faint": "bedrock(greavard, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "animations": ["look", "bedrock(greavard, ground_idle)"] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK"], + "animations": ["bedrock(greavard, ground_walk)"] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": ["SLEEP"], + "animations": [ + "bedrock(greavard, sleep)" + ] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": ["FLOAT"], + "animations": ["bedrock(greavard, ground_idle)"] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": ["SWIM"], + "animations": ["bedrock(greavard, ground_walk)"] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/grimer_alolan.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/grimer_alolan.json new file mode 100644 index 0000000..29bc06b --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/grimer_alolan.json @@ -0,0 +1,29 @@ +{ + "portraitScale": 1.6, + "portraitTranslation": [ -0.25, 0, 0 ], + "profileScale": 0.75, + "profileTranslation": [ -0.05, 0.5, 0 ], + "faint": "bedrock(grimer_alolan, faint)", + "poses": { + + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["WALK", + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(grimer_alolan, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(grimer_alolan, blink)"] + } + ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/groudon.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/groudon.json new file mode 100644 index 0000000..806dbfd --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/groudon.json @@ -0,0 +1,66 @@ +{ + "portraitScale": 0.4, + "portraitTranslation": [-0.5, 2.2, 0], + "profileScale": 0.34, + "profileTranslation": [0, 1.5, 0], + "animations": { + "faint": "q.bedrock_primary('groudon', 'faint', q.curve('one'))", + "cry": "q.bedrock_stateful('groudon', 'cry')", + "recoil": "q.bedrock_stateful('groudon', 'recoil')", + "physical": "q.bedrock_primary('groudon', 'physical_attack', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('groudon', 'special_attack', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('groudon', 'cry', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND"], + "isBattle": true, + "animations": [ + "q.look('neck', 1, 1, 15, -2.5, 2.5, -2.5)", + "q.bedrock('groudon', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('groudon', 'blink')", + "q.bedrock_quirk('groudon', q.array('cry'), 30, 60, 1)" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.look('neck', 1, 1, 15, -2.5, 7.5, -7.5)", + "q.bedrock('groudon', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('groudon', 'blink')", + "q.bedrock_quirk('groudon', 'cry', 20, 60, 1)" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": [ + "q.look('neck', 1, 1, 15, -2.5, 7.5, -7.5)", + "q.bedrock('groudon', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('groudon', 'blink')"] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": [ + "q.bedrock('groudon', 'ground_idle')" + ], + "quirks": ["q.bedrock_quirk('groudon', 'blink')"] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": [ + "q.bedrock('groudon', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('groudon', 'blink')"] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('groudon', 'sleep')"] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/groudonprimal.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/groudonprimal.json new file mode 100644 index 0000000..f2f718b --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/groudonprimal.json @@ -0,0 +1,66 @@ +{ + "portraitScale": 0.4, + "portraitTranslation": [-0.5, 2.2, 0], + "profileScale": 0.34, + "profileTranslation": [0, 1.5, 0], + "animations": { + "faint": "q.bedrock_primary('groudonprimal', 'faint', q.curve('one'))", + "cry": "q.bedrock_stateful('groudonprimal', 'cry')", + "recoil": "q.bedrock_stateful('groudonprimal', 'recoil')", + "physical": "q.bedrock_primary('groudonprimal', 'physical_attack', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('groudonprimal', 'special_attack', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('groudonprimal', 'cry', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND"], + "isBattle": true, + "animations": [ + "q.look('neck', 1, 1, 45, -7.5, 7.5, -7.5)", + "q.bedrock('groudonprimal', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('groudonprimal', 'blink')", + "q.bedrock_quirk('groudonprimal', q.array('cry'), 30, 60, 1)" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.look('neck', 1, 1, 45, -7.5, 7.5, -7.5)", + "q.bedrock('groudonprimal', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('groudonprimal', 'blink')", + "q.bedrock_quirk('groudonprimal', 'cry', 20, 60, 1)" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": [ + "q.look('neck', 1, 1, 45, -7.5, 7.5, -7.5)", + "q.bedrock('groudonprimal', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('groudonprimal', 'blink')"] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": [ + "q.bedrock('groudonprimal', 'ground_idle')" + ], + "quirks": ["q.bedrock_quirk('groudonprimal', 'blink')"] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": [ + "q.bedrock('groudonprimal', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('groudonprimal', 'blink')"] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('groudonprimal', 'sleep')"] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/growlithe_hisuian.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/growlithe_hisuian.json new file mode 100644 index 0000000..088e2cb --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/growlithe_hisuian.json @@ -0,0 +1,29 @@ +{ + "portraitScale": 2.1, + "portraitTranslation": [-0.2, -0.6, 0.0], + "profileScale": 0.9, + "profileTranslation": [0.0, 0.4, 0.0], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(growlithe_hisuian, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK"], + "animations": [ + "bedrock(growlithe_hisuian, ground_walk)" + ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/guzzlord.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/guzzlord.json new file mode 100644 index 0000000..06b7f30 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/guzzlord.json @@ -0,0 +1,30 @@ +{ + "head": "head", + "portraitScale": 0.3, + "portraitTranslation": [ -0.5, 4.5, 0 ], + "profileScale": 0.09, + "profileTranslation": [ 0, 1.625, 0 ], + "faint": "bedrock(guzzlord, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(guzzlord, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(guzzlord, ground_walk)" ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/hawlucha.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/hawlucha.json new file mode 100644 index 0000000..6d67a4b --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/hawlucha.json @@ -0,0 +1,33 @@ +{ + "head": "neck", + "portraitScale": 2.0, + "portraitTranslation": [ 0, 1.5, 0 ], + "profileScale": 0.7, + "profileTranslation": [ 0.05, 0.75, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(hawlucha, ground_idle)" + ], + "quirks": [] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK"], + "animations": [ + "look", + "bedrock(hawlucha, ground_walk)" + ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/haxorus.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/haxorus.json new file mode 100644 index 0000000..404ba89 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/haxorus.json @@ -0,0 +1,65 @@ +{ + "portraitScale": 1, + "portraitTranslation": [-1.2, 2.3, 0], + "profileScale": 0.35, + "profileTranslation": [0, 1.2, -1.8], + "animations": { + "faint": "q.bedrock_primary('haxorus', 'faint', q.curve('one'))", + "cry": "q.bedrock_stateful('haxorus', 'cry')", + "recoil": "q.bedrock_stateful('haxorus', 'recoil')", + "physical": "q.bedrock_primary('haxorus', 'physical', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('haxorus', 'special', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('haxorus', 'status', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND", "WALK"], + "isBattle": true, + "animations": [ + "q.look('head')", + "q.bedrock('haxorus', 'battle_idle')" + ], + "quirks": [ + "q.bedrock_quirk('haxorus', 'blink')", + "q.bedrock_quirk('haxorus', 'stomp_head_shake')" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.look('head')", + "q.bedrock('haxorus', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('haxorus', 'blink')", + "q.bedrock_quirk('haxorus', 'head_shake')" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": [ + "q.look('head')", + "q.bedrock('haxorus', 'ground_walk')" + ] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": [ + "q.look('head')", + "q.bedrock('haxorus', 'ground_walk')" + ] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": [ + "q.look('head')", + "q.bedrock('haxorus', 'ground_walk')" + ] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('haxorus', 'sleep')"] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/hoopa.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/hoopa.json new file mode 100644 index 0000000..0511a1f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/hoopa.json @@ -0,0 +1,83 @@ +{ + "head": "looky", + "portraitScale": 1.0, + "portraitTranslation": [0, 1, 0], + "profileScale": 1, + "profileTranslation": [0, 1, 0], + "animations": { + "faint": "q.bedrock_primary('hoopa', 'faint', q.curve('one'))", + "cry": "q.bedrock_stateful('hoopa', 'cry')", + "physical": "q.bedrock_primary('hoopa', 'physical_attack', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('hoopa', 'special_attack', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('hoopa', 'cry', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["look", "q.bedrock('hoopa', 'ground_idle')" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(hoopa, blink)"] + }, + { + "name": "quirk", + "animations": ["bedrock(hoopa, quirk)"] + }, + { + "name": "quirk2", + "animations": ["bedrock(hoopa, quirk2)"] + } + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": ["look", "q.bedrock('hoopa', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('hoopa', 'blink')", + "q.bedrock_quirk('hoopa', 'quirk')", + "q.bedrock_quirk('hoopa', 'quirk2')" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": ["look", "q.bedrock('hoopa', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('hoopa', 'blink')"] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": ["look", + "q.bedrock('hoopa', 'ground_idle')" + ], + "quirks": ["q.bedrock_quirk('hoopa', 'blink')"] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": ["look", + "q.bedrock('hoopa', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('hoopa', 'blink')"] + }, + "hover": { + "poseName": "hover", + "poseTypes": ["HOVER"], + "quirks": ["q.bedrock_quirk('hoopa', 'blink')"], + "animations": ["look", "q.bedrock('hoopa', 'ground_idle')"] + }, + "fly": { + "poseName": "fly", + "poseTypes": ["FLY"], + "quirks": ["q.bedrock_quirk('hoopa', 'blink')"], + "animations": ["look", "q.bedrock('hoopa', 'ground_walk')"] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('hoopa', 'sleep')"] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/hoopa_unbound.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/hoopa_unbound.json new file mode 100644 index 0000000..f73c547 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/hoopa_unbound.json @@ -0,0 +1,73 @@ +{ + "head": "head", + "portraitScale": 0.2, + "portraitTranslation": [0, 2.5, 0], + "profileScale": 0.2, + "profileTranslation": [0, 2, 0], + "animations": { + "faint": "q.bedrock_primary('hoopa_unbound', 'faint', q.curve('one'))", + "cry": "q.bedrock_stateful('hoopa_unbound', 'cry')", + "physical": "q.bedrock_primary('hoopa_unbound', 'physical_attack', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('hoopa_unbound', 'special_attack', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('hoopa_unbound', 'special_attack', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND"], + "isBattle": true, + "animations": [ + "q.bedrock('hoopa_unbound', 'battle_idle')" + ], + "quirks": [ + "q.bedrock_quirk('hoopa_unbound', 'blink')" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.bedrock('hoopa_unbound', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('hoopa_unbound', 'blink')" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": [ + "q.bedrock('hoopa_unbound', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('hoopa_unbound', 'blink')"] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": [ + "q.bedrock('hoopa_unbound', 'ground_idle')" + ], + "quirks": ["q.bedrock_quirk('hoopa_unbound', 'blink')"] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": [ + "q.bedrock('hoopa_unbound', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('hoopa_unbound', 'blink')"] + }, + "hover": { + "poseName": "hover", + "poseTypes": ["HOVER"], + "quirks": ["q.bedrock_quirk('hoopa_unbound', 'blink')"], + "animations": ["q.bedrock('hoopa_unbound', 'ground_idle')"] + }, + "fly": { + "poseName": "fly", + "poseTypes": ["FLY"], + "quirks": ["q.bedrock_quirk('hoopa_unbound', 'blink')"], + "animations": ["q.bedrock('hoopa_unbound', 'ground_walk')"] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('hoopa_unbound', 'sleep')"] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/hoppip.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/hoppip.json new file mode 100644 index 0000000..a9c5280 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/hoppip.json @@ -0,0 +1,95 @@ +{ + "head": "head", + "portraitScale": 1.35, + "portraitTranslation": [ -0.1, -0.2, 0 ], + "profileScale": 0.8, + "profileTranslation": [ 0, 0.65, 0 ], + "faint": "bedrock(hoppip, faint)", + "poses": { + + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(hoppip, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(hoppip, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ + "bedrock(hoppip, ground_walk)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(hoppip, blink)"] + } + ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": [ "SWIM" ], + "animations": [ + "bedrock(hoppip, ground_walk)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(hoppip, blink)"] + } + ] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": [ "FLOAT" ], + "animations": [ + "bedrock(hoppip, ground_walk)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(hoppip, blink)"] + } + ] + }, + "flying": { + "poseName": "flying", + "transformTicks": 10, + "poseTypes": [ "FLY" ], + "animations": [ + "bedrock(hoppip, air_fly)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(hoppip, blink)"] + } + ] + }, + "hovering": { + "poseName": "hovering", + "transformTicks": 10, + "poseTypes": [ "HOVER" ], + "animations": [ + "bedrock(hoppip, air_idle)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(hoppip, blink)"] + } + ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/houndoom.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/houndoom.json new file mode 100644 index 0000000..954525c --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/houndoom.json @@ -0,0 +1,53 @@ +{ + "head": "head", + "portraitScale": 1, + "portraitTranslation": [0, 2, 0], + "profileScale": 0.6, + "profileTranslation": [0, 1.2, 0], + "cry": "bedrock(houndoom, cry)", + "faint": "bedrock(houndoom, ground_idle)", + "poses": { + "battle-idle": { + "poseName": "battle-idle", + "transformTicks": 10, + "poseTypes": ["STAND"], + "isBattle": true, + "isTouchingWater": false, + "transformedParts": [], + "animations": ["bedrock(houndoom, battle_idle)"] + }, + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "animations": ["look", "bedrock(houndoom, ground_idle)"] + , + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(houndoom, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK"], + "animations": ["bedrock(houndoom, ground_walk)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(houndoom, blink)"] + } + ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": ["SLEEP"], + "animations": [ + "bedrock(houndoom, sleep)" + ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/houndour.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/houndour.json new file mode 100644 index 0000000..80bc303 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/houndour.json @@ -0,0 +1,53 @@ +{ + "head": "head", + "portraitScale": 1, + "portraitTranslation": [0, 1, 0], + "profileScale": 0.6, + "profileTranslation": [0, 1.2, 0], + "cry": "bedrock(houndour, cry)", + "faint": "bedrock(houndour, ground_idle)", + "poses": { + "battle-idle": { + "poseName": "battle-idle", + "transformTicks": 10, + "poseTypes": ["STAND"], + "isBattle": true, + "isTouchingWater": false, + "transformedParts": [], + "animations": ["bedrock(houndour, battle_idle)"] + }, + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "animations": ["look", "bedrock(houndour, ground_idle)"] + , + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(houndour, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK"], + "animations": ["bedrock(houndour, ground_walk)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(houndour, blink)"] + } + ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": ["SLEEP"], + "animations": [ + "bedrock(houndour, sleep)" + ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/houndstone.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/houndstone.json new file mode 100644 index 0000000..ef929f9 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/houndstone.json @@ -0,0 +1,42 @@ +{ + "head": "head", + "portraitScale": 0.3, + "portraitTranslation": [0, 0, 0], + "profileScale": 0.3, + "profileTranslation": [0, 1, 0], + "faint": "bedrock(houndstone, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "animations": ["look", "bedrock(houndstone, ground_idle)"] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK"], + "animations": ["bedrock(houndstone, ground_walk)"] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": ["SLEEP"], + "animations": [ + "bedrock(houndstone, sleep)" + ] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": ["FLOAT"], + "animations": ["bedrock(houndstone, ground_idle)"] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": ["SWIM"], + "animations": ["bedrock(houndstone, ground_walk)"] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/hydrapple.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/hydrapple.json new file mode 100644 index 0000000..8315bbc --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/hydrapple.json @@ -0,0 +1,61 @@ +{ + "head": "head", + "portraitScale": 2.7, + "portraitTranslation": [ -0.1, 3.4, 0 ], + "profileScale": 0.5, + "profileTranslation": [ 0, 0.9, 0 ], + "cry": "bedrock(hydrapple, cry)", + "faint": "bedrock(hydrapple, sleep)", + "poses": { + "battle-idle": { + "poseName": "battle-idle", + "transformTicks": 10, + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["bedrock(hydrapple, battle_idle)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(hydrapple, blink)"] + } + ] + }, + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "bedrock(hydrapple, ground_idle)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(hydrapple, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ + "bedrock(hydrapple, ground_walk)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(hydrapple, blink)"] + } + ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ + "SLEEP" + ], + "animations": [ + "bedrock(hydrapple, sleep)" + ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/indeedee_f.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/indeedee_f.json new file mode 100644 index 0000000..3dce739 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/indeedee_f.json @@ -0,0 +1,86 @@ +{ + "head": "head", + "portraitScale": 1.55, + "portraitTranslation": [ -0.1, 1.35, 0 ], + "profileScale": 0.7, + "profileTranslation": [ 0, 0.8, 0 ], + "faint": "bedrock(indeedee_f, faint)", + "cry":"bedrock(indeedee_f, cry)", + "poses": { + "battle-idle": { + "poseName": "battle-idle", + "transformTicks": 10, + "poseTypes": ["STAND"], + "isBattle": true, + "isTouchingWater": false, + "animations": ["bedrock(indeedee_f, battle_idle)"], + "quirks": [ + { + "name": "blink", + "loopTimes": 5, + "minSecondsBetweenOccurrences": 8, + "maxSecondsBetweenOccurrences": 20, + "animations": ["bedrock(indeedee_f, blink)"] + } + ] + }, + "standing":{ + "poseName":"standing", + "transformTicks":10, + "poseTypes":[ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "isBattle": false, + "animations":[ + "bedrock(indeedee_f, ground_idle)" + ], + "quirks":[ + { + "name":"blink", + "animations":[ + "bedrock(indeedee_f, blink)" + ] + } + ] + }, + "walking":{ + "poseName":"walking", + "transformTicks":10, + "poseTypes":[ + "WALK" + ], + "animations":[ + "bedrock(indeedee_f, ground_walk)" + ], + "quirks":[ + { + "name":"blink", + "animations":[ + "bedrock(indeedee_f, blink)" + ] + } + ] + }, + "swimming":{ + "poseName":"swimming", + "transformTicks":10, + "poseTypes":[ + "SWIM" + ], + "animations":[ + "bedrock(indeedee_f, ground_walk)" + ], + "quirks":[ + { + "name":"blink", + "animations":[ + "bedrock(indeedee_f, blink)" + ] + } + ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/indeedee_m.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/indeedee_m.json new file mode 100644 index 0000000..11cf93a --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/indeedee_m.json @@ -0,0 +1,91 @@ +{ + "head": "head", + "portraitScale": 1.55, + "portraitTranslation": [ -0.1, 1.35, 0 ], + "profileScale": 0.7, + "profileTranslation": [ 0, 0.8, 0 ], + "faint": "bedrock(indeedee_m, faint)", + "cry":"bedrock(indeedee_m, cry)", + "animations": { + "faint": "bedrock(indeedee_m, faint)", + "cry":"bedrock(indeedee_m, cry)", + "physical": "q.bedrock_primary('indeedee_m', 'physical', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-idle": { + "poseName": "battle-idle", + "transformTicks": 10, + "poseTypes": ["STAND"], + "isBattle": true, + "isTouchingWater": false, + "animations": ["bedrock(indeedee_m, battle_idle)"], + "quirks": [ + { + "name": "blink", + "loopTimes": 5, + "minSecondsBetweenOccurrences": 8, + "maxSecondsBetweenOccurrences": 20, + "animations": ["bedrock(indeedee_m, blink)"] + } + ] + }, + "standing":{ + "poseName":"standing", + "transformTicks":10, + "poseTypes":[ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "isBattle": false, + "animations":[ + "bedrock(indeedee_m, ground_idle)" + ], + "quirks":[ + { + "name":"blink", + "animations":[ + "bedrock(indeedee_m, blink)" + ] + } + ] + }, + "walking":{ + "poseName":"walking", + "transformTicks":10, + "poseTypes":[ + "WALK" + ], + "animations":[ + "bedrock(indeedee_m, ground_walk)" + ], + "quirks":[ + { + "name":"blink", + "animations":[ + "bedrock(indeedee_m, blink)" + ] + } + ] + }, + "swimming":{ + "poseName":"swimming", + "transformTicks":10, + "poseTypes":[ + "SWIM" + ], + "animations":[ + "bedrock(indeedee_m, ground_walk)" + ], + "quirks":[ + { + "name":"blink", + "animations":[ + "bedrock(indeedee_m, blink)" + ] + } + ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ironbundle.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ironbundle.json new file mode 100644 index 0000000..fc930d6 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ironbundle.json @@ -0,0 +1,60 @@ +{ + "portraitScale": 1.7, + "portraitTranslation": [-0.3, 0.7, 0], + "profileScale": 0.6, + "profileTranslation": [0, 0.7, 0], + "animations": { + "faint": "q.bedrock_primary('ironbundle', 'faint', q.curve('one'))", + "cry": "q.bedrock_stateful('ironbundle', 'cry')", + "recoil": "q.bedrock_stateful('ironbundle', 'recoil')", + "physical": "q.bedrock_primary('ironbundle', 'physical', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('ironbundle', 'special', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('ironbundle', 'status', q.curve('symmetrical_wide'))" + }, + "poses": { + "standing": { + "transformTicks": 5, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "animations": [ + "q.look('head_ai')", + "q.bedrock('ironbundle', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('ironbundle', 'blink')", + "q.bedrock_quirk('ironbundle', 'headspin')" + ] + }, + "walking": { + "transformTicks": 5, + "poseTypes": ["WALK"], + "animations": [ + "q.look('head_ai')", + "q.bedrock('ironbundle', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('ironbundle', 'blink')"] + }, + "float": { + "transformTicks": 5, + "poseTypes": ["FLOAT"], + "animations": [ + "q.look('head_ai')", + "q.bedrock('ironbundle', 'ground_idle')" + ], + "quirks": ["q.bedrock_quirk('ironbundle', 'blink')"] + }, + "swim": { + "transformTicks": 5, + "poseTypes": ["SWIM"], + "animations": [ + "q.look('head_ai')", + "q.bedrock('ironbundle', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('ironbundle', 'blink')"] + }, + "sleep": { + "transformTicks": 10, + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('ironbundle', 'sleep')"] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ironmoth.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ironmoth.json new file mode 100644 index 0000000..e8343c4 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ironmoth.json @@ -0,0 +1,43 @@ + +{ + "head": "head", + "portraitScale": 0.5, + "portraitTranslation": [ 0, 1.3, 0 ], + "profileScale": 0.6, + "profileTranslation": [ 0, 1.3, 0 ], + "faint": "bedrock(ironmoth, ground_idle)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(ironmoth, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(ironmoth, ground_walk)" ] + }, + "hovering": { + "poseName": "hovering", + "transformTicks": 10, + "poseTypes": [ "HOVER" ], + "animations": [ "bedrock(ironmoth, ground_walk)" ] + }, + "flying": { + "poseName": "flying", + "transformTicks": 10, + "poseTypes": [ "FLY" ], + "animations": [ "bedrock(ironmoth, ground_run)" ] + } + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ironthorns.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ironthorns.json new file mode 100644 index 0000000..0435f92 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ironthorns.json @@ -0,0 +1,29 @@ +{ + "portraitScale": 1.21, + "portraitTranslation": [-0.43, 3.73, 0.0], + "profileScale": 0.33, + "profileTranslation": [0.02, 1.31, 0.0], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(ironthorns, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK"], + "animations": [ + "bedrock(ironthorns, ground_idle)" + ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ironvaliant.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ironvaliant.json new file mode 100644 index 0000000..5ad2e3c --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ironvaliant.json @@ -0,0 +1,30 @@ +{ + "portraitScale": 2.6, + "portraitTranslation": [-0.15, 2.1, 0.0], + "profileScale": 0.65, + "profileTranslation": [0.0, 0.76, 0.0], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(ironvaliant, ground_idle)" + ], + "quirks": [] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK"], + "animations": [ + "bedrock(ironvaliant, ground_walk)" + ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/jumpluff.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/jumpluff.json new file mode 100644 index 0000000..41486c0 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/jumpluff.json @@ -0,0 +1,56 @@ +{ + "head": "head", + "portraitScale": 1.25, + "portraitTranslation": [ -0.15, -0.1, 0 ], + "profileScale": 0.8, + "profileTranslation": [ 0, 0.65, 0 ], + "faint": "bedrock(jumpluff, faint)", + "poses": { + + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(jumpluff, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(jumpluff, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ + "bedrock(jumpluff, ground_idle)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(jumpluff, blink)"] + } + ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": [ "SWIM" ], + "animations": [ + "bedrock(jumpluff, ground_idle)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(jumpluff, blink)"] + } + ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kartana.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kartana.json new file mode 100644 index 0000000..bde930b --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kartana.json @@ -0,0 +1,32 @@ +{ + "portraitScale": 3, + "portraitTranslation": [ 0.2, 0.3, 0 ], + "profileScale": 0.75, + "profileTranslation": [ 0, 0.75, 0 ], + "faint": "bedrock(kartana, sleep)", + "poses": { + + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(kartana, ground_idle)" + ] + }, + + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ + "bedrock(kartana, ground_walk)" + ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kilowattrel.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kilowattrel.json new file mode 100644 index 0000000..7599ea0 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kilowattrel.json @@ -0,0 +1,29 @@ +{ + "head": "head", + "portraitScale": 1.5, + "portraitTranslation": [ -0.3, 0.8, 0 ], + "profileScale": 0.8, + "profileTranslation": [ 0, 0.6, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(kilowattrel , ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(kilowattrel , ground_walk)" ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kingambit.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kingambit.json new file mode 100644 index 0000000..a5bac4f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kingambit.json @@ -0,0 +1,55 @@ +{ + "portraitScale": 0.6, + "portraitTranslation": [0, 1, 0], + "profileScale": 0.4, + "profileTranslation": [0, 1, 0], + "animations": { + "faint": "q.bedrock_primary('kingambit', 'faint', q.curve('one'))", + "cry": "q.bedrock_stateful('kingambit', 'cry')", + "recoil": "q.bedrock_stateful('kingambit', 'recoil')", + "physical": "q.bedrock_primary('kingambit', 'physical', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('kingambit', 'special', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('kingambit', 'status', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND"], + "isBattle": true, + "animations": [ + "q.look('head_ai', 1, 1, 20, -20, 25, -25)", + "q.bedrock('kingambit', 'battle_idle')" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.look('head_ai', 1, 1, 20, -20, 25, -25)", + "q.bedrock('kingambit', 'idle')" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": [ + "q.look('head_ai', 1, 1, 20, -20, 25, -25)", + "q.bedrock('kingambit', 'ground_walk')" + ] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": [ + "q.bedrock('kingambit', 'idle')" + ] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": [ + "q.bedrock('kingambit', 'ground_walk')" + ] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('kingambit', 'sleep')"] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kubfu.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kubfu.json new file mode 100644 index 0000000..5580fdb --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kubfu.json @@ -0,0 +1,62 @@ +{ + "head": "head", + "portraitScale": 2, + "portraitTranslation": [0, 0, 0], + "profileScale": 1, + "profileTranslation": [0, 0.2, 0], + "animations": { + "faint": "q.bedrock_primary('kubfu', 'faint', q.curve('one'))", + "cry": "q.bedrock_stateful('kubfu', 'cry')", + "recoil": "q.bedrock_stateful('kubfu', 'recoil')", + "physical": "q.bedrock_primary('kubfu', 'physical_attack', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('kubfu', 'physical_attack', q.curve('symmetrical_wide'))", + "status": "q.bedrock_stateful('kubfu', 'cry', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["look", + "q.bedrock('kubfu', 'battle_idle')" + ], + "quirks": [ + "q.bedrock_quirk('kubfu', 'blink')" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": ["look", + "q.bedrock('kubfu', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('kubfu', 'blink')" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": ["look", + "q.bedrock('kubfu', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('kubfu', 'blink')"] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": [ + "q.bedrock('kubfu', 'ground_idle')" + ], + "quirks": ["q.bedrock_quirk('kubfu', 'blink')"] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": [ + "q.bedrock('kubfu', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('kubfu', 'blink')"] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('kubfu', 'sleep')"] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kyogre.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kyogre.json new file mode 100644 index 0000000..b25cff3 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kyogre.json @@ -0,0 +1,68 @@ +{ + "portraitScale": 0.4, + "portraitTranslation": [-0.5, 1.0, 0], + "profileScale": 0.34, + "profileTranslation": [0, 1.0, 0], + "animations": { + "faint": "q.bedrock_primary('kyogre', 'faint', q.curve('one'))", + "cry": "q.bedrock_stateful('kyogre', 'cry')", + "recoil": "q.bedrock_stateful('kyogre', 'recoil')", + "physical": "q.bedrock_primary('kyogre', 'physical_attack', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('kyogre', 'special_attack', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('kyogre', 'special_attack', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND"], + "isBattle": true, + "animations": [ + "q.look('body_front', 1, -1, 17.5, -17.5, 20, -20)", + "q.bedrock('kyogre', 'battle_idle')" + ], + "quirks": [ + "q.bedrock_quirk('kyogre', 'blink')", + "q.bedrock_quirk('kyogre', q.array('quirk_ground_idle'), 30, 60, 1)" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.look('body_front', 1, -1, 17.5, -17.5, 20, -20)", + "q.bedrock('kyogre', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('kyogre', 'blink')", + "q.bedrock_quirk('kyogre', 'quirk_ground_idle', 20, 60, 1)" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": [ + "q.look('body_front', 1, -1, 17.5, -17.5, 20, -20)", + "q.bedrock('kyogre', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('kyogre', 'blink')"] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": [ + "q.look('body_front', 1, -1, 17.5, -17.5, 20, -20)", + "q.bedrock('kyogre', 'water_idle')" + ], + "quirks": ["q.bedrock_quirk('kyogre', 'blink')"] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": [ + "q.look('body_front', 1, -1, 17.5, -17.5, 20, -20)", + "q.bedrock('kyogre', 'water_swim')" + ], + "quirks": ["q.bedrock_quirk('kyogre', 'blink')"] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('kyogre', 'sleep')"] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kyogreprimal.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kyogreprimal.json new file mode 100644 index 0000000..7a7ea6f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kyogreprimal.json @@ -0,0 +1,68 @@ +{ + "portraitScale": 0.4, + "portraitTranslation": [0, 1.0, 0], + "profileScale": 0.34, + "profileTranslation": [0, 1.0, 0], + "animations": { + "faint": "q.bedrock_primary('kyogreprimal', 'faint', q.curve('one'))", + "cry": "q.bedrock_stateful('kyogreprimal', 'cry')", + "recoil": "q.bedrock_stateful('kyogreprimal', 'recoil')", + "physical": "q.bedrock_primary('kyogreprimal', 'physical_attack', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('kyogreprimal', 'special_attack', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('kyogreprimal', 'special_attack', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND"], + "isBattle": true, + "animations": [ + "q.look('body_front', 1, -1, 17.5, -17.5, 20, -20)", + "q.bedrock('kyogreprimal', 'battle_idle')" + ], + "quirks": [ + "q.bedrock_quirk('kyogreprimal', 'blink')", + "q.bedrock_quirk('kyogreprimal', q.array('quirk_ground_idle'), 30, 60, 1)" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.look('body_front', 1, -1, 17.5, -17.5, 20, -20)", + "q.bedrock('kyogreprimal', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('kyogreprimal', 'blink')", + "q.bedrock_quirk('kyogreprimal', 'quirk_ground_idle', 20, 60, 1)" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": [ + "q.look('body_front', 1, -1, 17.5, -17.5, 20, -20)", + "q.bedrock('kyogreprimal', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('kyogreprimal', 'blink')"] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": [ + "q.look('body_front', 1, -1, 17.5, -17.5, 20, -20)", + "q.bedrock('kyogreprimal', 'water_idle')" + ], + "quirks": ["q.bedrock_quirk('kyogreprimal', 'blink')"] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": [ + "q.look('body_front', 1, -1, 17.5, -17.5, 20, -20)", + "q.bedrock('kyogreprimal', 'water_swim')" + ], + "quirks": ["q.bedrock_quirk('kyogreprimal', 'blink')"] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('kyogreprimal', 'sleep')"] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kyurem.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kyurem.json new file mode 100644 index 0000000..bab193a --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kyurem.json @@ -0,0 +1,36 @@ +{ + "portraitScale": 1, + "portraitTranslation": [-1.5, 1, -10], + "profileScale": 0.4, + "profileTranslation": [0, 1, -10], + "animations": { + "faint": "q.bedrock_primary('kyurem', 'faint', q.curve('one'))", + "cry": "q.bedrock_primary('kyurem', 'cry', q.curve('symmetrical_wide'))", + "recoil": "q.bedrock_stateful('kyurem', 'recoil')", + "physical": "q.bedrock_primary('kyurem', 'physical_attack', q.curve('symmetrical_wide'))", + "special": "q.bedrock_stateful('kyurem', 'cry', q.curve('symmetrical_wide'))", + "status": "q.bedrock_stateful('kyurem', 'cry', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["q.look('neck2', 1, 1, 20, -20, 20, -20)", + "q.bedrock('kyurem', 'ground_idle')" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": ["q.look('neck2', 1, 1, 20, -20, 20, -20)", + "q.bedrock('kyurem', 'ground_idle')" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": ["q.look('neck2', 1, 1, 20, -20, 20, -20)", + "q.bedrock('kyurem', 'ground_walk')" + ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kyuremblack.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kyuremblack.json new file mode 100644 index 0000000..b9f8fec --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kyuremblack.json @@ -0,0 +1,716 @@ +{ + "portraitScale": 1, + "portraitTranslation": [-2, 2.7, -10], + "profileScale": 0.4, + "profileTranslation": [0, 1.1, -10], + "animations": { + "faint": "q.bedrock_primary('kyuremblack', 'special_attack', q.curve('one'))", + "cry": "q.bedrock_primary('kyuremblack', 'cry', q.curve('symmetrical_wide'))", + "recoil": "q.bedrock_stateful('kyuremblack', 'recoil')", + "physical": "q.bedrock_primary('kyuremblack', 'physical_attack', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('kyuremblack', 'special_attack', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('kyuremblack', 'special_attack', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["q.look('neck2', 1, 1, 52.5, -10, 45)", + "q.bedrock('kyuremblack', 'battle_idle')" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": ["q.look('neck2', 1, 1, 52.5, -10, 45)", + "q.bedrock('kyuremblack', 'ground_idle')" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": ["q.look('neck2', 1, 1, 52.5, -10, 45)", + "q.bedrock('kyuremblack', 'ground_walk')" + ], +"transformedParts": [ + { + "part": "topwire_right", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "topwire_left", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bottomwire_right", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bottomwire_left", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bicep_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bicep_on", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "forearm_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "forearm_on", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "hand_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "hand_on", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_on", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_flash2", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_on2", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_flash3", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_on3", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "crest_zek_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "shoulder_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_flash4", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_on4", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + } + ] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": ["q.look('neck2', 1, 1, 52.5, -10, 45)", + "q.bedrock('kyuremblack', 'ground_walk')" + ], +"transformedParts": [ + { + "part": "topwire_right", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "topwire_left", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bottomwire_right", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bottomwire_left", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bicep_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bicep_on", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "forearm_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "forearm_on", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "hand_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "hand_on", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_on", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_flash2", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_on2", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_flash3", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_on3", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "crest_zek_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "shoulder_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_flash4", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_on4", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + } + ] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": ["q.look('neck2', 1, 1, 52.5, -10, 45)", + "q.bedrock('kyuremblack', 'ground_walk')" + ], +"transformedParts": [ + { + "part": "topwire_right", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "topwire_left", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bottomwire_right", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bottomwire_left", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bicep_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bicep_on", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "forearm_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "forearm_on", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "hand_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "hand_on", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_on", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_flash2", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_on2", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_flash3", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_on3", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "crest_zek_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "shoulder_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_flash4", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_on4", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + } + ] + }, + "hover": { + "poseTypes": ["HOVER"], + "animations": ["q.look('neck2', 1, 1, 52.5, -10, 45)", + "q.bedrock('kyuremblack', 'ground_walk')" + ], +"transformedParts": [ + { + "part": "topwire_right", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "topwire_left", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bottomwire_right", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bottomwire_left", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bicep_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bicep_on", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "forearm_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "forearm_on", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "hand_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "hand_on", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_on", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_flash2", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_on2", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_flash3", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_on3", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "crest_zek_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "shoulder_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_flash4", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_on4", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + } + ] + }, + "fly": { + "poseTypes": ["FLY"], + "animations": ["q.look('neck2', 1, 1, 52.5, -10, 45)", + "q.bedrock('kyuremblack', 'ground_walk')" + ], +"transformedParts": [ + { + "part": "topwire_right", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "topwire_left", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bottomwire_right", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bottomwire_left", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bicep_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bicep_on", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "forearm_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "forearm_on", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "hand_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "hand_on", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_on", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_flash2", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_on2", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_flash3", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_on3", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "crest_zek_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "shoulder_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_flash4", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_on4", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_flash4", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_on4", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + } + ] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('kyuremblack', 'sleep')"] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kyuremwhite.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kyuremwhite.json new file mode 100644 index 0000000..4ac9829 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kyuremwhite.json @@ -0,0 +1,404 @@ +{ + "portraitScale": 1, + "portraitTranslation": [-0.5, 3.5, -10], + "profileScale": 0.4, + "profileTranslation": [0, 1.3, -10], + "animations": { + "faint": "q.bedrock_primary('kyuremwhite', 'special_attack', q.curve('one'))", + "cry": "q.bedrock_primary('kyuremwhite', 'cry', q.curve('symmetrical_wide'))", + "recoil": "q.bedrock_stateful('kyuremwhite', 'recoil')", + "physical": "q.bedrock_primary('kyuremwhite', 'physical_attack', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('kyuremwhite', 'special_attack', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('kyuremwhite', 'special_attack', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["q.look('neck2', 1, 1, 45, -20, 45)", + "q.bedrock('kyuremwhite', 'battle_idle')" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.bedrock('kyuremwhite', 'ground_idle')" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": ["q.look('neck2', 1, 1, 45, -20, 45)", + "q.bedrock('kyuremwhite', 'ground_walk')" + ], +"transformedParts": [ + { + "part": "wires_right", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "wires_left", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "fire_crest_end_fire", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "wing_fire", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tailring_fire", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_flash2", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_flash_dim2", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_fire1", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_fire2", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_fire3", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_fire4", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + } + ] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": ["q.look('neck2', 1, 1, 45, -20, 45)", + "q.bedrock('kyuremwhite', 'ground_walk')" + ], +"transformedParts": [ + { + "part": "wires_right", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "wires_left", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "fire_crest_end_fire", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "wing_fire", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tailring_fire", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_flash2", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_flash_dim2", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_fire1", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_fire2", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_fire3", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_fire4", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + } + ] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": ["q.look('neck2', 1, 1, 45, -20, 45)", + "q.bedrock('kyuremwhite', 'ground_walk')" + ], +"transformedParts": [ + { + "part": "wires_right", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "wires_left", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "fire_crest_end_fire", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "wing_fire", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tailring_fire", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_flash2", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_flash_dim2", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_fire1", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_fire2", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_fire3", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_fire4", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + } + ] + }, + "hover": { + "poseTypes": ["HOVER"], + "animations": ["q.look('neck2', 1, 1, 45, -20, 45)", + "q.bedrock('kyuremwhite', 'ground_walk')" + ], +"transformedParts": [ + { + "part": "wires_right", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "wires_left", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "fire_crest_end_fire", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "wing_fire", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tailring_fire", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_flash2", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_flash_dim2", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_fire1", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_fire2", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_fire3", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_fire4", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + } + ] + }, + "fly": { + "poseTypes": ["FLY"], + "animations": ["q.look('neck2', 1, 1, 45, -20, 45)", + "q.bedrock('kyuremwhite', 'ground_walk')" + ], +"transformedParts": [ + { + "part": "wires_right", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "wires_left", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "fire_crest_end_fire", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "wing_fire", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tailring_fire", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_flash2", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_flash_dim2", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_fire1", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_fire2", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_fire3", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_fire4", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + } + ] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('kyuremwhite', 'sleep')"] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/landorus.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/landorus.json new file mode 100644 index 0000000..e4c20eb --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/landorus.json @@ -0,0 +1,70 @@ +{ + "head": "head", + "portraitScale": 1, + "portraitTranslation": [0, 1.3, 0], + "profileScale": 0.7, + "profileTranslation": [0, 1.3, 0], + "animations": { + "faint": "q.bedrock_primary('landorus', 'faint', q.curve('one'))", + "cry": "q.bedrock_primary('landorus', 'cry', q.curve('symmetrical_wide'))", + "physical": "q.bedrock_primary('landorus', 'physical_attack', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('landorus', 'special_attack', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('landorus', 'status', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["look", "q.bedrock('landorus', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('landorus', 'quirk')" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": ["look", "q.bedrock('landorus', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('landorus', 'quirk')" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": ["look", "q.bedrock('landorus', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('landorus', 'quirk')"] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": ["look", "q.bedrock('landorus', 'ground_idle')" + ], + "quirks": ["q.bedrock_quirk('landorus', 'quirk')"] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": ["look", + "q.bedrock('landorus', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('landorus', 'quirk')"] + }, + "hover": { + "poseName": "hover", + "poseTypes": ["HOVER"], + "quirks": ["q.bedrock_quirk('landorus', 'quirk')"], + "animations": ["look", "q.bedrock('landorus', 'ground_idle')" + ] + }, + "fly": { + "poseName": "fly", + "poseTypes": ["FLY"], + "quirks": ["q.bedrock_quirk('landorus', 'quirk')"], + "animations": ["look", "q.bedrock('landorus', 'ground_walk')"] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('landorus', 'sleep')"] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/latias.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/latias.json new file mode 100644 index 0000000..3412015 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/latias.json @@ -0,0 +1,70 @@ +{ + "neck2": "neck2", + "portraitScale": 1, + "portraitTranslation": [-0.7, 1, 0], + "profileScale": 0.5, + "profileTranslation": [0, 1.1, 0], + "animations": { + "faint": "q.bedrock_primary('latias', 'faint', q.curve('one'))", + "cry": "q.bedrock_stateful('latias', 'cry', q.curve('symmetrical_wide'))", + "physical": "q.bedrock_primary('latias', 'physical_attack', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('latias', 'special_attack', q.curve('symmetrical_wide'))", + "status": "q.bedrock_stateful('latias', 'cry', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["q.look('neck2', 1, 1, 2.5, -2.5, 2.5, -2.5)", "q.bedrock('latias', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('latias', 'blink')" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": ["q.look('neck2', 1, 1, 2.5, -2.5, 2.5, -2.5)", "q.bedrock('latias', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('latias', 'blink')" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": ["q.look('neck2', 1, 1, 2.5, -2.5, 2.5, -2.5)", "q.bedrock('latias', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('latias', 'blink')"] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": ["q.look('neck2', 1, 1, 2.5, -2.5, 2.5, -2.5)", "q.bedrock('latias', 'ground_idle')" + ], + "quirks": ["q.bedrock_quirk('latias', 'blink')"] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": ["q.look('neck2', 1, 1, 2.5, -2.5, 2.5, -2.5)", + "q.bedrock('latias', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('latias', 'blink')"] + }, + "hover": { + "poseName": "hover", + "poseTypes": ["HOVER"], + "quirks": ["q.bedrock_quirk('latias', 'blink')"], + "animations": ["q.look('neck2', 1, 2.5, -2.5, -2.5, 2.5, -2.5)", "q.bedrock('latias', 'ground_idle')" + ] + }, + "fly": { + "poseName": "fly", + "poseTypes": ["FLY"], + "quirks": ["q.bedrock_quirk('latias', 'blink')"], + "animations": ["q.look('neck2', 1, 1, 2.5, -2.5, 2.5, -2.5)", "q.bedrock('latias', 'ground_walk')"] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('latias', 'sleep')"] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/latios.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/latios.json new file mode 100644 index 0000000..fab1988 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/latios.json @@ -0,0 +1,70 @@ +{ + "neck2": "neck2", + "portraitScale": 1, + "portraitTranslation": [-0.7, 1, 0], + "profileScale": 0.5, + "profileTranslation": [0, 1.1, 0], + "animations": { + "faint": "q.bedrock_primary('latios', 'faint', q.curve('one'))", + "cry": "q.bedrock_stateful('latios', 'cry', q.curve('symmetrical_wide'))", + "physical": "q.bedrock_primary('latios', 'physical_attack', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('latios', 'special_attack', q.curve('symmetrical_wide'))", + "status": "q.bedrock_stateful('latios', 'cry', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["q.look('neck2', 1, 1, 2.5, -2.5, 2.5, -2.5)", "q.bedrock('latios', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('latios', 'blink')" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": ["q.look('neck2', 1, 1, 2.5, -2.5, 2.5, -2.5)", "q.bedrock('latios', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('latios', 'blink')" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": ["q.look('neck2', 1, 1, 2.5, -2.5, 2.5, -2.5)", "q.bedrock('latios', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('latios', 'blink')"] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": ["q.look('neck2', 1, 1, 2.5, -2.5, 2.5, -2.5)", "q.bedrock('latios', 'ground_idle')" + ], + "quirks": ["q.bedrock_quirk('latios', 'blink')"] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": ["q.look('neck2', 1, 1, 2.5, -2.5, 2.5, -2.5)", + "q.bedrock('latios', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('latios', 'blink')"] + }, + "hover": { + "poseName": "hover", + "poseTypes": ["HOVER"], + "quirks": ["q.bedrock_quirk('latios', 'blink')"], + "animations": ["q.look('neck2', 1, 2.5, -2.5, -2.5, 2.5, -2.5)", "q.bedrock('latios', 'ground_idle')" + ] + }, + "fly": { + "poseName": "fly", + "poseTypes": ["FLY"], + "quirks": ["q.bedrock_quirk('latios', 'blink')"], + "animations": ["q.look('neck2', 1, 1, 2.5, -2.5, 2.5, -2.5)", "q.bedrock('latios', 'ground_walk')"] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('latios', 'sleep')"] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/leavanny.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/leavanny.json new file mode 100644 index 0000000..a7c9e4d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/leavanny.json @@ -0,0 +1,96 @@ +{ + "head":"head", + "portraitScale":1.45, + "portraitTranslation":[ -0.1, 1.8, 0 ], + "profileScale":0.5, + "profileTranslation":[ -0.05, 1.1, 0 ], + "faint":"bedrock(leavanny, faint)", + "cry":"bedrock(leavanny, cry)", + "poses":{ + "battle-idle": { + "poseName": "battle-idle", + "transformTicks": 10, + "poseTypes": ["STAND"], + "isBattle": true, + "isTouchingWater": false, + "animations": ["bedrock(leavanny, battle_idle)"], + "quirks": [ + { + "name": "blink", + "loopTimes": 5, + "minSecondsBetweenOccurrences": 8, + "maxSecondsBetweenOccurrences": 20, + "animations": ["bedrock(leavanny, blink)"] + } + ] + }, + "standing":{ + "poseName":"standing", + "transformTicks":10, + "poseTypes":[ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "isBattle": false, + "animations":[ + "bedrock(leavanny, ground_idle)" + ], + "quirks":[ + { + "name":"blink", + "animations":[ + "bedrock(leavanny, blink)" + ] + } + ] + }, + "walking":{ + "poseName":"walking", + "transformTicks":10, + "poseTypes":[ + "WALK" + ], + "animations":[ + "bedrock(leavanny, ground_walk)" + ], + "quirks":[ + { + "name":"blink", + "animations":[ + "bedrock(leavanny, blink)" + ] + } + ] + }, + "swimming":{ + "poseName":"swimming", + "transformTicks":10, + "poseTypes":[ + "SWIM" + ], + "animations":[ + "bedrock(leavanny, ground_walk)" + ], + "quirks":[ + { + "name":"blink", + "animations":[ + "bedrock(leavanny, blink)" + ] + } + ] + }, + "sleeping":{ + "poseName":"sleeping", + "transformTicks":10, + "poseTypes":[ + "SLEEP" + ], + "animations":[ + "bedrock(leavanny, sleeping)" + ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ledian.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ledian.json new file mode 100644 index 0000000..dd69305 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ledian.json @@ -0,0 +1,43 @@ +{ + "head": "head", + "portraitScale": 1.7, + "portraitTranslation": [ -0.3, 2.1, 0 ], + "profileScale": 0.6, + "profileTranslation": [ 0, 0.9, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(ledian, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(ledian, ground_walk)" + ] + }, + "flying": { + "poseName": "flying", + "transformTicks": 10, + "poseTypes": [ "FLY" ], + "animations": [ "bedrock(ledian, ground_walk)" + ] + }, + "hovering": { + "poseName": "hovering", + "transformTicks": 10, + "poseTypes": [ "HOVER" ], + "animations": [ "bedrock(ledian, ground_idle)" + ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ledyba.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ledyba.json new file mode 100644 index 0000000..a29ca48 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ledyba.json @@ -0,0 +1,67 @@ +{ + "head": "head", + "portraitScale": 2.1, + "portraitTranslation": [ -0.2, -1.3, 0 ], + "profileScale": 1.0, + "profileTranslation": [ 0, 0, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(ledyba, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(ledyba, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(ledyba, ground_walk)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(ledyba, blink)"] + } + ] + }, + "flying": { + "poseName": "flying", + "transformTicks": 10, + "poseTypes": [ "FLY" ], + "animations": [ "bedrock(ledyba, air_walk)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(ledyba, blink)"] + } + ] + }, + "hovering": { + "poseName": "hovering", + "transformTicks": 10, + "poseTypes": [ "HOVER" ], + "animations": [ "bedrock(ledyba, air_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(ledyba, blink)"] + } + ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/liepard.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/liepard.json new file mode 100644 index 0000000..4725826 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/liepard.json @@ -0,0 +1,42 @@ +{ + "head": "head", + "portraitScale": 2, + "portraitTranslation": [ -0.8, 1.2, 0 ], + "profileScale": 0.65, + "profileTranslation": [ 0, 0.7, 0 ], + "faint": "bedrock(liepard, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(liepard, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(liepard, ground_walk)" ] + }, + + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ + "SLEEP" + ], + "animations": [ + "bedrock(liepard, sleep)" + ] + } + } + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/litleo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/litleo.json new file mode 100644 index 0000000..c26f153 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/litleo.json @@ -0,0 +1,58 @@ +{ + "head": "head", + "portraitScale": 2.2, + "portraitTranslation": [ -0.4, -0.5, 0 ], + "profileScale": 0.9, + "profileTranslation": [ 0, 0.4, 0 ], + "animations": { + "faint": "q.bedrock_primary('litleo', 'faint', q.curve('one'))", + "cry": "q.bedrock_stateful('litleo', 'cry')", + "recoil": "q.bedrock_stateful('litleo', 'recoil')", + "physical": "q.bedrock_primary('litleo', 'physical', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('litleo', 'special', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('litleo', 'status', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND"], + "isBattle": true, + "animations": [ + "q.look('head')", + "q.bedrock('litleo', 'battle_idle')" + ], + "quirks": [ + "q.bedrock_quirk('litleo', 'blink')" + ] + }, + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "look", + "bedrock(litleo, ground_idle)" + ], + "quirks": ["q.bedrock_quirk('litleo', 'blink')"] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(litleo, ground_walk)" ], + "quirks": ["q.bedrock_quirk('litleo', 'blink')"] + }, + + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ + "SLEEP" + ], + "animations": [ + "bedrock(litleo, sleep)" + ] + } + } + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/lokix.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/lokix.json new file mode 100644 index 0000000..9af95a8 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/lokix.json @@ -0,0 +1,33 @@ +{ + "head": "head", + "portraitScale": 1.6, + "portraitTranslation": [ -0.2, 2.1, 0 ], + "profileScale": 0.45, + "profileTranslation": [ 0, 1.1, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE", + "FLOAT", + "SWIM" + ], + "animations": [ + "look", + "bedrock(lokix, ground_idle)" + ] + + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(lokix, ground_walk)" ] + + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/lurantis2.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/lurantis2.json new file mode 100644 index 0000000..e7a88f7 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/lurantis2.json @@ -0,0 +1,72 @@ +{ + "head": "head", + "portraitScale": 2.2, + "portraitTranslation": [ 0.1, 1, 0 ], + "profileScale": 0.75, + "profileTranslation": [ 0, 0.75, 0 ], + "faint": "bedrock(lurantis, faint, true)", + "cry": "bedrock(lurantis, cry, true)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND","PORTRAIT","PROFILE"], + "isBattle": false, + "animations": ["look","bedrock(lurantis, eyes)","bedrock(lurantis, ground_idle)"], + "quirks":[ + { + "name": "blink", + "loopTimes": 2, + "minSecondsBetweenOccurrences": 8, + "maxSecondsBetweenOccurrences": 20, + "animations": ["bedrock(lurantis, blink)"] + } + ] + }, + "battle_idle": { + "poseName": "battle_idle", + "transformTicks": 10, + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["look","bedrock(lurantis, eyes)","bedrock(lurantis, ground_idle)"], + "quirks":[ + { + "name": "blink", + "loopTimes": 2, + "minSecondsBetweenOccurrences": 8, + "maxSecondsBetweenOccurrences": 20, + "animations": ["bedrock(lurantis, blink)"] + } + ] +}, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK"], + "animations": ["look","bedrock(lurantis, eyes)","bedrock(lurantis, ground_walk)"], + "quirks":[ + { + "name": "blink", + "loopTimes": 2, + "minSecondsBetweenOccurrences": 8, + "maxSecondsBetweenOccurrences": 20, + "animations": ["bedrock(lurantis, blink)"] + } + ] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": ["FLOAT", "SWIM"], + "animations": ["look","bedrock(lurantis, eyes)","bedrock(lurantis, float)"] + }, + "sleep":{ + "poseName": "sleep", + "transformTicks": 10, + "poseTypes": ["SLEEP"], + "isBattle": false, + "isTouchingWater": false, + "animations": ["bedrock(lurantis, sleep, true)"] + } +} +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/lycanroc.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/lycanroc.json new file mode 100644 index 0000000..53c848b --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/lycanroc.json @@ -0,0 +1,28 @@ +{ + "head": "head", + "portraitScale": 2.3, + "portraitTranslation": [ -1.3, 0.1, 0 ], + "profileScale": 0.7, + "profileTranslation": [ 0, 0.6, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(lycanroc_midday, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(lycanroc_midday, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/lycanroc_dusk.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/lycanroc_dusk.json new file mode 100644 index 0000000..2d03740 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/lycanroc_dusk.json @@ -0,0 +1,28 @@ +{ + "head": "head", + "portraitScale": 2.3, + "portraitTranslation": [ -1.3, 0.1, 0 ], + "profileScale": 0.7, + "profileTranslation": [ 0, 0.6, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(lycanroc_dusk, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(lycanroc_dusk, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/lycanroc_midnight.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/lycanroc_midnight.json new file mode 100644 index 0000000..cfa3c9a --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/lycanroc_midnight.json @@ -0,0 +1,28 @@ +{ + "head": "head", + "portraitScale": 2.3, + "portraitTranslation": [ -1.0, 1.6, 0 ], + "profileScale": 0.6, + "profileTranslation": [ 0, 0.8, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(lycanroc_midnight, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(lycanroc_midnight, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/manaphy.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/manaphy.json new file mode 100644 index 0000000..3b64370 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/manaphy.json @@ -0,0 +1,39 @@ +{ + "head": "head", + "portraitScale": 0.8, + "portraitTranslation": [ 0, 0.7, 0 ], + "profileScale": 0.8, + "profileTranslation": [ 0, 0.7, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(manaphy, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(manaphy, ground_walk)" ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": [ + "SWIM" + ], + "animations": [ + "bedrock(manaphy, ground_walk)" + ] + } +} +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/mandibuzz.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/mandibuzz.json new file mode 100644 index 0000000..1ac0b80 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/mandibuzz.json @@ -0,0 +1,105 @@ +{ + "portraitScale":2, + "portraitTranslation":[ + -0.9, + 1.5, + 0 + ], + "profileScale": 0.55, + "profileTranslation":[ + 0, + 1, + 0 + ], + "cry": "bedrock(mandibuzz, cry)", + "poses":{ + "standing":{ + "poseName":"standing", + "transformTicks":10, + "poseTypes":[ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations":[ + "bedrock(mandibuzz, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(mandibuzz, blink)" + ] + } + ] + }, + "walking":{ + "poseName":"walking", + "transformTicks":10, + "poseTypes":[ + "WALK" + ], + "animations":[ + "bedrock(mandibuzz, ground_walk)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(mandibuzz, blink)" + ] + } + ] + }, + "hovering": { + "poseName": "hovering", + "transformTicks": 10, + "poseTypes": [ + "HOVER" + ], + "animations": [ + "bedrock(mandibuzz, air_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(mandibuzz, blink)" + ] + } + ] + }, + "flying": { + "poseName": "flying", + "transformTicks": 10, + "poseTypes": [ + "FLY" + ], + "animations": [ + "bedrock(mandibuzz, air_fly)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(mandibuzz, blink)" + ] + } + ] + }, + "battle-idle": { + "poseName": "battle-idle", + "transformTicks": 10, + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["bedrock(mandibuzz, battle_idle)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(mandibuzz, blink)"] + } + ] + } + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/mareanie.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/mareanie.json new file mode 100644 index 0000000..b869527 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/mareanie.json @@ -0,0 +1,85 @@ +{ + "head": "head", + "portraitScale": 2, + "portraitTranslation": [-0.7, 0, 0], + "profileScale": 0.7, + "profileTranslation": [0, 0.8, 0], + "faint": "bedrock(mareanie, faint)", + "poses": { + "battle-idle": { + "poseName": "battle-idle", + "transformTicks": 10, + "poseTypes": ["STAND"], + "isBattle": true, + "isTouchingWater": false, + "transformedParts": [], + "animations": ["bedrock(mareanie, battle_idle)"], + "quirks": [ + { + "name": "blink", + "loopTimes": 5, + "minSecondsBetweenOccurrences": 8, + "maxSecondsBetweenOccurrences": 20, + "animations": ["bedrock(mareanie, blink)"] + } + ] + }, + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "animations": ["look", "bedrock(mareanie, ground_idle)"] + , + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(mareanie, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK"], + "animations": ["bedrock(mareanie, ground_walk)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(mareanie, blink)"] + } + ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": ["SLEEP"], + "animations": [ + "bedrock(mareanie, sleep)" + ] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": ["FLOAT"], + "animations": ["bedrock(mareanie, ground_idle)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(mareanie, blink)"] + } + ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": ["SWIM"], + "animations": ["bedrock(mareanie, ground_walk)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(mareanie, blink)"] + } + ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/marill.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/marill.json new file mode 100644 index 0000000..3b2a515 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/marill.json @@ -0,0 +1,34 @@ +{ + "portraitScale": 3, + "portraitTranslation": [ 0, -2.5, 0 ], + "profileScale": 1.5, + "profileTranslation": [ 0, -0.5, 0 ], + "faint": "bedrock(marill, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(marill, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(marill, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(marill, ground_walk)" ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/marowak_alolan.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/marowak_alolan.json new file mode 100644 index 0000000..12c283e --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/marowak_alolan.json @@ -0,0 +1,34 @@ +{ + "head": "head", + "portraitScale": 2.0, + "portraitTranslation": [ -0.3, 0, 0 ], + "profileScale": 0.9, + "profileTranslation": [ 0.1, 0.4, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(marowak_alolan, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(marowak_alolan, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(marowak_alolan, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/marshadow.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/marshadow.json new file mode 100644 index 0000000..10dee4a --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/marshadow.json @@ -0,0 +1,62 @@ +{ + "portraitScale": 2, + "portraitTranslation": [0, 0, 0], + "profileScale": 1, + "profileTranslation": [0, 0.2, 0], + "animations": { + "cry": "q.bedrock_stateful('marshadow', 'cry')", + "recoil": "q.bedrock_stateful('marshadow', 'recoil')", + "physical": "q.bedrock_primary('marshadow', 'physical', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('marshadow', 'physical', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('marshadow', 'status', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND", "WALK"], + "isBattle": true, + "animations": [ + "q.look('head')", + "q.bedrock('marshadow', 'battle_idle')" + ], + "quirks": [ + "q.bedrock_quirk('marshadow', 'blink')" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.look('head')", + "q.bedrock('marshadow', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('marshadow', 'blink')" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": [ + "q.look('head')", + "q.bedrock('marshadow', 'ground_walk')" + ] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": [ + "q.look('head')", + "q.bedrock('marshadow', 'ground_idle')" + ] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": [ + "q.look('head')", + "q.bedrock('marshadow', 'ground_walk')" + ] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('marshadow', 'sleep')"] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/medicham.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/medicham.json new file mode 100644 index 0000000..011deb3 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/medicham.json @@ -0,0 +1,65 @@ +{ + "portraitScale": 1.7, + "portraitTranslation": [0.2, 1, 0], + "profileScale": 0.8, + "profileTranslation": [0, 0.6, 0], + "animations": { + "faint": "q.bedrock_primary('medicham', 'faint', q.curve('symmetrical_wide'))", + "physical": "q.bedrock_primary('medicham', 'physical', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('medicham', 'special', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('medicham', 'special', q.curve('symmetrical_wide'))", + "recoil": "q.bedrock_primary('medicham', 'recoil', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "transformTicks": 10, + "poseTypes": ["STAND", "WALK"], + "isBattle": true, + "animations": [ + "q.look('head')", + "q.bedrock('medicham', 'battle_idle')" + ] + }, + "standing": { + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.look('head')", + "q.bedrock('medicham', 'ground_idle')" + ] + }, + "walking": { + "transformTicks": 8, + "poseTypes": ["WALK"], + "animations": [ + "q.look('head')", + "q.bedrock('medicham', 'ground_walk')" + ] + }, + "hover": { + "transformTicks": 5, + "poseTypes": [ "FLY", "HOVER", "FLOAT" ], + "animations": [ + "q.look('head')", + "q.bedrock('medicham', 'ground_walk')" + ] + }, + "float": { + "transformTicks": 5, + "poseTypes": ["FLOAT"], + "animations": [ + "q.look('head')", + "q.bedrock('medicham', 'ground_walk')" + ] + }, + "swim": { + "transformTicks": 8, + "poseTypes": ["SWIM"], + "animations": [ + "q.look('head')", + "q.bedrock('medicham', 'ground_walk')" + ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/meditite.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/meditite.json new file mode 100644 index 0000000..32b34e6 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/meditite.json @@ -0,0 +1,65 @@ +{ + "portraitScale": 1.7, + "portraitTranslation": [-0.2, 0.5, 0], + "profileScale": 0.8, + "profileTranslation": [-0.1, 0.6, 0], + "animations": { + "faint": "q.bedrock_primary('meditite', 'faint', q.curve('symmetrical_wide'))", + "physical": "q.bedrock_primary('meditite', 'physical', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('meditite', 'special', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('meditite', 'special', q.curve('symmetrical_wide'))", + "recoil": "q.bedrock_primary('meditite', 'recoil', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "transformTicks": 10, + "poseTypes": ["STAND", "WALK"], + "isBattle": true, + "animations": [ + "q.look('head')", + "q.bedrock('meditite', 'battle_idle')" + ] + }, + "standing": { + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.look('head')", + "q.bedrock('meditite', 'ground_idle')" + ] + }, + "walking": { + "transformTicks": 8, + "poseTypes": ["WALK"], + "animations": [ + "q.look('head')", + "q.bedrock('meditite', 'ground_walk')" + ] + }, + "hover": { + "transformTicks": 5, + "poseTypes": [ "FLY", "HOVER", "FLOAT" ], + "animations": [ + "q.look('head')", + "q.bedrock('meditite', 'ground_walk')" + ] + }, + "float": { + "transformTicks": 5, + "poseTypes": ["FLOAT"], + "animations": [ + "q.look('head')", + "q.bedrock('meditite', 'ground_walk')" + ] + }, + "swim": { + "transformTicks": 8, + "poseTypes": ["SWIM"], + "animations": [ + "q.look('head')", + "q.bedrock('meditite', 'ground_walk')" + ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/megarayquaza.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/megarayquaza.json new file mode 100644 index 0000000..1b17f65 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/megarayquaza.json @@ -0,0 +1,70 @@ +{ + "head": "head", + "portraitScale": 0.6, + "portraitTranslation": [-2.7, 3.8, 0], + "profileScale": 0.2, + "profileTranslation": [0.5, 1.7, -20], + "animations": { + "faint": "q.bedrock_primary('megarayquaza', 'faint', q.curve('one'))", + "cry": "q.bedrock_primary('megarayquaza', 'cry', q.curve('symmetrical_wide'))", + "physical": "q.bedrock_primary('megarayquaza', 'physical_attack', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('megarayquaza', 'special_attack', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('megarayquaza', 'cry', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["look", "q.bedrock('megarayquaza', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('megarayquaza', 'blink')" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": ["look", "q.bedrock('megarayquaza', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('megarayquaza', 'blink')" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": ["look", "q.bedrock('megarayquaza', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('megarayquaza', 'blink')"] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": ["look", "q.bedrock('megarayquaza', 'ground_idle')" + ], + "quirks": ["q.bedrock_quirk('megarayquaza', 'blink')"] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": ["look", + "q.bedrock('megarayquaza', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('megarayquaza', 'blink')"] + }, + "hover": { + "poseName": "hover", + "poseTypes": ["HOVER"], + "quirks": ["q.bedrock_quirk('megarayquaza', 'blink')"], + "animations": ["look", "q.bedrock('megarayquaza', 'ground_idle')" + ] + }, + "fly": { + "poseName": "fly", + "poseTypes": ["FLY"], + "quirks": ["q.bedrock_quirk('megarayquaza', 'blink')"], + "animations": ["look", "q.bedrock('megarayquaza', 'ground_walk')"] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('megarayquaza', 'sleep')"] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/melmetal.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/melmetal.json new file mode 100644 index 0000000..76fe0b2 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/melmetal.json @@ -0,0 +1,28 @@ +{ + "head": "head", + "portraitScale": 2.3, + "portraitTranslation": [ -0.6, 5.0, 0 ], + "profileScale": 0.4, + "profileTranslation": [ 0, 1.1, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(melmetal, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(melmetal, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/meltan.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/meltan.json new file mode 100644 index 0000000..bef5999 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/meltan.json @@ -0,0 +1,29 @@ +{ + "head": "head", + "portraitScale": 1.8, + "portraitTranslation": [ -0.1, 0.1, 0 ], + "profileScale": 0.6, + "profileTranslation": [ 0, 0.6, 0 ], + "faint": "bedrock(meltan, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(meltan, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(meltan, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/meowstic_f.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/meowstic_f.json new file mode 100644 index 0000000..13dba50 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/meowstic_f.json @@ -0,0 +1,58 @@ +{ + "head": "head", + "portraitScale": 1.8, + "portraitTranslation": [ -0.2, 0.7, 0 ], + "profileScale": 0.6, + "profileTranslation": [ 0, 0.8, 0 ], + "animations": { + "faint": "q.bedrock_primary('meowstic_f', 'faint', q.curve('one'))", + "cry": "q.bedrock_stateful('meowstic_f', 'cry')", + "recoil": "q.bedrock_stateful('meowstic_f', 'recoil')", + "physical": "q.bedrock_primary('meowstic_f', 'physical', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('meowstic_f', 'special', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('meowstic_f', 'status', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND"], + "isBattle": true, + "animations": [ + "q.look('head')", + "q.bedrock('meowstic_f', 'battle_idle')" + ], + "quirks": [ + "q.bedrock_quirk('meowstic_f', 'blink')" + ] + }, + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "look", + "bedrock(meowstic_f, ground_idle)" + ], + "quirks": ["q.bedrock_quirk('meowstic_f', 'blink')"] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(meowstic_f, ground_walk)" ], + "quirks": ["q.bedrock_quirk('meowstic_f', 'blink')"] + }, + + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ + "SLEEP" + ], + "animations": [ + "bedrock(meowstic_f, sleep)" + ] + } + } + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/meowstic_m.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/meowstic_m.json new file mode 100644 index 0000000..9c29998 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/meowstic_m.json @@ -0,0 +1,58 @@ +{ + "head": "head", + "portraitScale": 1.8, + "portraitTranslation": [ -0.2, 0.7, 0 ], + "profileScale": 0.6, + "profileTranslation": [ 0, 0.8, 0 ], + "animations": { + "faint": "q.bedrock_primary('meowstic_m', 'faint', q.curve('one'))", + "cry": "q.bedrock_stateful('meowstic_m', 'cry')", + "recoil": "q.bedrock_stateful('meowstic_m', 'recoil')", + "physical": "q.bedrock_primary('meowstic_m', 'physical', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('meowstic_m', 'special', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('meowstic_m', 'status', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND"], + "isBattle": true, + "animations": [ + "q.look('head')", + "q.bedrock('meowstic_m', 'battle_idle')" + ], + "quirks": [ + "q.bedrock_quirk('meowstic_m', 'blink')" + ] + }, + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "look", + "bedrock(meowstic_m, ground_idle)" + ], + "quirks": ["q.bedrock_quirk('meowstic_m', 'blink')"] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(meowstic_m, ground_walk)" ], + "quirks": ["q.bedrock_quirk('meowstic_m', 'blink')"] + }, + + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ + "SLEEP" + ], + "animations": [ + "bedrock(meowstic_m, sleep)" + ] + } + } + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/mewtwo2.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/mewtwo2.json new file mode 100644 index 0000000..d5c8b0c --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/mewtwo2.json @@ -0,0 +1,46 @@ +{ + "head": "head", + "portraitScale": 2.5, + "portraitTranslation": [0, 2.5, 0.0], + "profileScale": 0.6, + "profileTranslation": [-0.15, 1, 0.0], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE" ], + "animations": [ + "look", + "bedrock(mewtwo2, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "poseTypes": ["WALK"], + "animations": [ + "look", + "bedrock(mewtwo2, ground_walk)" + ] + }, + "hovering": { + "poseName": "hovering", + "transformTicks": 10, + "poseTypes": [ + "HOVER" + ], + "animations": [ + "bedrock(mewtwo2, air_idle)" + ] + }, + "flying": { + "poseName": "flying", + "transformTicks": 10, + "poseTypes": [ + "FLY" + ], + "animations": [ + "bedrock(mewtwo2, air_fly)" + ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/milotic.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/milotic.json new file mode 100644 index 0000000..30d494e --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/milotic.json @@ -0,0 +1,93 @@ +{ + "head": "head", + "cry": "bedrock(milotic, cry)", + "portraitScale": 2, + "portraitTranslation": [ + -0.2, + 1.1, + 0 + ], + "profileScale": 0.5, + "profileTranslation": [ + -0.1, + 1, + 0 + ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(milotic, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(milotic, blink)" + ] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ + "WALK" + ], + "animations": [ + "bedrock(milotic, ground_walk)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(milotic, blink)" + ] + } + ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": [ + "SWIM" + ], + "animations": [ + "bedrock(milotic, water_swim)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(milotic, blink)" + ] + } + ] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": [ + "FLOAT" + ], + "animations": [ + "bedrock(milotic, water_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(milotic, blink)" + ] + } + ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/minccino.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/minccino.json new file mode 100644 index 0000000..7f5dba7 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/minccino.json @@ -0,0 +1,28 @@ +{ + "head": "head", + "portraitScale": 2.3, + "portraitTranslation": [ -0.2, -1.2, 0 ], + "profileScale": 0.9, + "profileTranslation": [ 0, 0.4, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(minccino, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(minccino, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/minior.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/minior.json new file mode 100644 index 0000000..24d0fc3 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/minior.json @@ -0,0 +1,32 @@ +{ + "portraitScale": 2.5, + "portraitTranslation": [ 0.2, -0.25, 0 ], + "profileScale": 1.25, + "profileTranslation": [ 0, 0.4, 0 ], + "faint": "bedrock(minior, sleep)", + "poses": { + + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(minior, ground_idle)" + ] + }, + + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ + "bedrock(minior, ground_walk)" + ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/moltres2.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/moltres2.json new file mode 100644 index 0000000..c3a5848 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/moltres2.json @@ -0,0 +1,56 @@ +{ + "head": "head", + "portraitScale": 2, + "portraitTranslation": [ -0.5, 3.25, 0 ], + "profileScale": 0.5, + "profileTranslation": [ 0, 1.1, 0 ], + "cry": "bedrock(moltres2, cry)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "PROFILE", + "NONE" + ], + "animations": [ + "look", + "bedrock(moltres2, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ + "WALK" + ], + "animations": [ + "look", + "bedrock(moltres2, ground_walk)" + ] + }, + "hovering": { + "poseName": "hovering", + "transformTicks": 10, + "poseTypes": [ + "HOVER" + ], + "animations": [ + "look", + "bedrock(moltres2, air_idle)" + ] +}, +"flying": { + "poseName": "flying", + "transformTicks": 10, + "poseTypes": [ + "FLY" + ], + "animations": [ + "look", + "bedrock(moltres2, air_fly)" + ] +} +} +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/moltres_galar.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/moltres_galar.json new file mode 100644 index 0000000..d42b444 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/moltres_galar.json @@ -0,0 +1,56 @@ +{ + "head": "head", + "portraitScale": 2, + "portraitTranslation": [ -0.5, 3.15, 0 ], + "profileScale": 0.5, + "profileTranslation": [ 0, 1.1, 0 ], + "cry": "bedrock(moltres_galar, cry)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "PROFILE", + "NONE" + ], + "animations": [ + "look", + "bedrock(moltres_galar, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ + "WALK" + ], + "animations": [ + "look", + "bedrock(moltres_galar, ground_walk)" + ] + }, + "hovering": { + "poseName": "hovering", + "transformTicks": 10, + "poseTypes": [ + "HOVER" + ], + "animations": [ + "look", + "bedrock(moltres_galar, air_idle)" + ] +}, +"flying": { + "poseName": "flying", + "transformTicks": 10, + "poseTypes": [ + "FLY" + ], + "animations": [ + "look", + "bedrock(moltres_galar, air_fly)" + ] +} +} +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/morpeko.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/morpeko.json new file mode 100644 index 0000000..3f368f8 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/morpeko.json @@ -0,0 +1,28 @@ +{ + "head": "head", + "portraitScale": 2.5, + "portraitTranslation": [ 0, -1.5, 0 ], + "profileScale": 0.8, + "profileTranslation": [ 0, 0.4, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(morpeko, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(morpeko, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/mrrime.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/mrrime.json new file mode 100644 index 0000000..a0dd333 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/mrrime.json @@ -0,0 +1,29 @@ +{ + "portraitScale":1.7, + "portraitTranslation":[ + -0.4, + -0.7, + 0 + ], + "profileScale":0.55, + "profileTranslation":[ + 0, + 0.4, + 0 + ], + "poses":{ + "standing":{ + "poseName":"standing", + "transformTicks":10, + "poseTypes":[ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations":[ + "bedrock(mrrime, ground_idle)" + ] + } + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/muk_alolan.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/muk_alolan.json new file mode 100644 index 0000000..624dfdc --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/muk_alolan.json @@ -0,0 +1,29 @@ +{ + "portraitScale": 1.4, + "portraitTranslation": [ -0.25, 0, 0 ], + "profileScale": 0.75, + "profileTranslation": [ -0.05, 0.5, 0 ], + "faint": "bedrock(muk_alolan, faint)", + "poses": { + + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["WALK", + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(muk_alolan, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(muk_alolan, blink)"] + } + ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/munna.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/munna.json new file mode 100644 index 0000000..6da67da --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/munna.json @@ -0,0 +1,34 @@ +{ + "head": "head", + "portraitScale": 2.0, + "portraitTranslation": [ -0.2, 0.3, 0 ], + "profileScale": 0.9, + "profileTranslation": [ 0, 0.9, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(munna, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(munna, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(munna, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/musharna.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/musharna.json new file mode 100644 index 0000000..4d501ca --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/musharna.json @@ -0,0 +1,28 @@ +{ + "head": "head", + "portraitScale": 1.4, + "portraitTranslation": [ -0.2, 1.0, 0 ], + "profileScale": 0.7, + "profileTranslation": [ 0, 1.4, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(musharna, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(musharna, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/naganadel.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/naganadel.json new file mode 100644 index 0000000..3479f53 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/naganadel.json @@ -0,0 +1,62 @@ +{ + "portraitScale": 2, + "portraitTranslation": [-1.8,4.4, 0], + "profileScale": 0.6, + "profileTranslation": [0, 1.4, -1.8], + "animations": { + "cry": "q.bedrock_stateful('naganadel', 'cry')", + "recoil": "q.bedrock_stateful('naganadel', 'recoil')", + "physical": "q.bedrock_primary('naganadel', 'physical', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('naganadel', 'special', q.curve('symmetrical_wide'))", + "status": "q.bedrock_stateful('naganadel', 'status', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND", "WALK"], + "isBattle": true, + "animations": [ + "q.look('head')", + "q.bedrock('naganadel', 'battle_idle')" + ], + "quirks": [ + "q.bedrock_quirk('naganadel', 'headshake')" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.look('head')", + "q.bedrock('naganadel', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('naganadel', 'headshake')" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": [ + "q.look('head')", + "q.bedrock('naganadel', 'ground_walk')" + ] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": [ + "q.look('head')", + "q.bedrock('naganadel', 'ground_walk')" + ] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": [ + "q.look('head')", + "q.bedrock('naganadel', 'ground_walk')" + ] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('naganadel', 'ground_idle')"] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/necrozma.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/necrozma.json new file mode 100644 index 0000000..e5125c9 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/necrozma.json @@ -0,0 +1,37 @@ +{ + "head": "head", + "portraitScale": 0.5, + "portraitTranslation": [ 0, 3, 0 ], + "profileScale": 0.2, + "profileTranslation": [ 0, 1.5, 0 ], + "cry": "bedrock(necrozma, cry)", + "poses": { + + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(necrozma, ground_idle)" + ], + "quirks": [] + }, + + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ + "look", + "bedrock(necrozma, ground_walk)" + ], + "quirks": [] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/nihilego.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/nihilego.json new file mode 100644 index 0000000..18a5e70 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/nihilego.json @@ -0,0 +1,43 @@ +{ + "head": "head", + "portraitScale": 1.7, + "portraitTranslation": [ -0.2, 5.9, 0 ], + "profileScale": 0.4, + "profileTranslation": [ 0, 1.6, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(nihilego, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(nihilego, ground_walk)" + ] + }, + "flying": { + "poseName": "flying", + "transformTicks": 10, + "poseTypes": [ "FLY" ], + "animations": [ "bedrock(nihilego, ground_walk)" + ] + }, + "hovering": { + "poseName": "hovering", + "transformTicks": 10, + "poseTypes": [ "HOVER" ], + "animations": [ "bedrock(nihilego, ground_idle)" + ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/noibat.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/noibat.json new file mode 100644 index 0000000..2c62692 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/noibat.json @@ -0,0 +1,85 @@ +{ + "portraitScale": 1.5, + "portraitTranslation": [0, 0.5, 0], + "profileScale": 0.8, + "profileTranslation": [0, 0.9, -1.8], + "animations": { + "faint": "q.bedrock_primary('noibat', 'faint', q.curve('one'))", + "cry": "q.bedrock_stateful('noibat', 'cry')", + "recoil": "q.bedrock_stateful('noibat', 'recoil')", + "physical": "q.bedrock_primary('noibat', 'physical', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('noibat', 'special', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('noibat', 'status', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND", "WALK"], + "isBattle": true, + "animations": [ + "q.look('head')", + "q.bedrock('noibat', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('noibat', 'blink')", + "q.bedrock_quirk('noibat', 'echo')" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.look('head')", + "q.bedrock('noibat', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('noibat', 'blink')", + "q.bedrock_quirk('noibat', 'echo')" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": [ + "q.look('head')", + "q.bedrock('noibat', 'ground_walk')" + ] + }, + "flying": { + "transformTicks": 5, + "poseTypes": ["FLY"], + "animations": [ + "q.look('head')", + "q.bedrock('noibat', 'air_fly')" + ] + }, + "hover": { + "transformTicks": 5, + "poseTypes": ["HOVER"], + "animations": [ + "q.look('head')", + "q.bedrock('noibat', 'air_idle')" + ], + "quirks": [ + "q.bedrock_quirk('noibat', 'blink')", + "q.bedrock_quirk('noibat', 'echo')" + ] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": [ + "q.look('head')", + "q.bedrock('noibat', 'air_idle')" + ] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": [ + "q.look('head')", + "q.bedrock('noibat', 'air_fly')" + ] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('noibat', 'sleep')"] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/noivern.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/noivern.json new file mode 100644 index 0000000..41daa18 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/noivern.json @@ -0,0 +1,85 @@ +{ + "portraitScale": 1, + "portraitTranslation": [-0.4, 1.1, 0], + "profileScale": 0.35, + "profileTranslation": [0, 1.2, -1.8], + "animations": { + "faint": "q.bedrock_primary('noivern', 'faint', q.curve('one'))", + "cry": "q.bedrock_stateful('noivern', 'cry')", + "recoil": "q.bedrock_stateful('noivern', 'recoil')", + "physical": "q.bedrock_primary('noivern', 'physical', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('noivern', 'special', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('noivern', 'status', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND", "WALK"], + "isBattle": true, + "animations": [ + "q.look('head')", + "q.bedrock('noivern', 'battle_idle')" + ], + "quirks": [ + "q.bedrock_quirk('noivern', 'blink')", + "q.bedrock_quirk('noivern', 'echo')" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.look('head')", + "q.bedrock('noivern', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('noivern', 'blink')", + "q.bedrock_quirk('noivern', 'echo')" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": [ + "q.look('head')", + "q.bedrock('noivern', 'ground_walk')" + ] + }, + "flying": { + "transformTicks": 5, + "poseTypes": ["FLY"], + "animations": [ + "q.look('head')", + "q.bedrock('noivern', 'air_fly')" + ] + }, + "hover": { + "transformTicks": 5, + "poseTypes": ["HOVER"], + "animations": [ + "q.look('head')", + "q.bedrock('noivern', 'air_idle')" + ], + "quirks": [ + "q.bedrock_quirk('noivern', 'blink')", + "q.bedrock_quirk('noivern', 'echo')" + ] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": [ + "q.look('head')", + "q.bedrock('noivern', 'air_idle')" + ] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": [ + "q.look('head')", + "q.bedrock('noivern', 'air_fly')" + ] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('noivern', 'sleep')"] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/nymble.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/nymble.json new file mode 100644 index 0000000..4174d80 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/nymble.json @@ -0,0 +1,38 @@ +{ + "head": "head", + "portraitScale": 3.5, + "portraitTranslation": [ 0.1, -3.3, 0 ], + "profileScale": 0.7, + "profileTranslation": [ 0, 0.7, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE", + "FLOAT", + "SWIM" + ], + "animations": [ + "look", + "bedrock(nymble, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(nymble, ground_walk)" ] + + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": ["SLEEP"], + "animations": ["bedrock(nymble, sleep)"] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ogerpon/ogerpon.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ogerpon/ogerpon.json new file mode 100644 index 0000000..16e2b81 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ogerpon/ogerpon.json @@ -0,0 +1,60 @@ +{ + "head": "head", + "portraitScale": 2.7, + "portraitTranslation": [ -0.5, 1.0, 0 ], + "profileScale": 0.7, + "profileTranslation": [ 0, 0.8, 0 ], + "faint": "bedrock(ogerpon, sleep)", + "poses": { + "battle-idle": { + "poseName": "battle-idle", + "transformTicks": 10, + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["bedrock(ogerpon, battle_idle)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(ogerpon, blink)"] + } + ] + }, + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "bedrock(ogerpon, ground_idle)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(ogerpon, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ + "bedrock(ogerpon, ground_walk)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(ogerpon, blink)"] + } + ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ + "SLEEP" + ], + "animations": [ + "bedrock(ogerpon, sleep)" + ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ogerpon/ogerpon_fire.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ogerpon/ogerpon_fire.json new file mode 100644 index 0000000..d6c6163 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ogerpon/ogerpon_fire.json @@ -0,0 +1,60 @@ +{ + "head": "head", + "portraitScale": 2.7, + "portraitTranslation": [ -0.5, 1.0, 0 ], + "profileScale": 0.7, + "profileTranslation": [ 0, 0.8, 0 ], + "faint": "bedrock(ogerpon_fire, sleep)", + "poses": { + "battle-idle": { + "poseName": "battle-idle", + "transformTicks": 10, + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["bedrock(ogerpon_fire, battle_idle)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(ogerpon_fire, blink)"] + } + ] + }, + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "bedrock(ogerpon_fire, ground_idle)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(ogerpon_fire, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ + "bedrock(ogerpon_fire, ground_run)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(ogerpon_fire, blink)"] + } + ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ + "SLEEP" + ], + "animations": [ + "bedrock(ogerpon_fire, sleep)" + ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ogerpon/ogerpon_rock.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ogerpon/ogerpon_rock.json new file mode 100644 index 0000000..bab1867 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ogerpon/ogerpon_rock.json @@ -0,0 +1,60 @@ +{ + "head": "head", + "portraitScale": 2.7, + "portraitTranslation": [ -0.5, 1.0, 0 ], + "profileScale": 0.7, + "profileTranslation": [ 0, 0.8, 0 ], + "faint": "bedrock(ogerpon_rock, sleep)", + "poses": { + "battle-idle": { + "poseName": "battle-idle", + "transformTicks": 10, + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["bedrock(ogerpon_rock, battle_idle)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(ogerpon_rock, blink)"] + } + ] + }, + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "bedrock(ogerpon_rock, ground_idle)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(ogerpon_rock, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ + "bedrock(ogerpon_rock, ground_run)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(ogerpon_rock, blink)"] + } + ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ + "SLEEP" + ], + "animations": [ + "bedrock(ogerpon_rock, sleep)" + ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ogerpon/ogerpon_teal.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ogerpon/ogerpon_teal.json new file mode 100644 index 0000000..8b0608c --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ogerpon/ogerpon_teal.json @@ -0,0 +1,60 @@ +{ + "head": "head", + "portraitScale": 2.7, + "portraitTranslation": [ -0.5, 1.0, 0 ], + "profileScale": 0.7, + "profileTranslation": [ 0, 0.8, 0 ], + "faint": "bedrock(ogerpon_teal, sleep)", + "poses": { + "battle-idle": { + "poseName": "battle-idle", + "transformTicks": 10, + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["bedrock(ogerpon_teal, battle_idle)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(ogerpon_teal, blink)"] + } + ] + }, + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "bedrock(ogerpon_teal, ground_idle)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(ogerpon_teal, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ + "bedrock(ogerpon_teal, ground_run)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(ogerpon_teal, blink)"] + } + ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ + "SLEEP" + ], + "animations": [ + "bedrock(ogerpon_teal, sleep)" + ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ogerpon/ogerpon_water.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ogerpon/ogerpon_water.json new file mode 100644 index 0000000..c496784 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ogerpon/ogerpon_water.json @@ -0,0 +1,60 @@ +{ + "head": "head", + "portraitScale": 2.7, + "portraitTranslation": [ -0.5, 1.0, 0 ], + "profileScale": 0.7, + "profileTranslation": [ 0, 0.8, 0 ], + "faint": "bedrock(ogerpon_water, sleep)", + "poses": { + "battle-idle": { + "poseName": "battle-idle", + "transformTicks": 10, + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["bedrock(ogerpon_water, battle_idle)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(ogerpon_water, blink)"] + } + ] + }, + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "bedrock(ogerpon_water, ground_idle)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(ogerpon_water, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ + "bedrock(ogerpon_water, ground_run)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(ogerpon_water, blink)"] + } + ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ + "SLEEP" + ], + "animations": [ + "bedrock(ogerpon_water, sleep)" + ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/orbeetle.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/orbeetle.json new file mode 100644 index 0000000..12fbc5e --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/orbeetle.json @@ -0,0 +1,34 @@ +{ + "head": "head", + "portraitScale": 2.2, + "portraitTranslation": [ -0.1, 1.3, 0 ], + "profileScale": 0.9, + "profileTranslation": [ 0, 0.9, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "PORTRAIT", + "PROFILE", + "NONE" + ], + "animations": [ + "look", + "bedrock(orbeetle, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ + "WALK" + ], + "animations": [ + "look", + "bedrock(orbeetle, ground_walk)" + ] + } +} +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/orthworm.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/orthworm.json new file mode 100644 index 0000000..b2515a7 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/orthworm.json @@ -0,0 +1,33 @@ +{ + "head": "bone", + "portraitScale": 2.5, + "portraitTranslation": [-1.5, -0.5, 0], + "profileScale": 0.75, + "profileTranslation": [0, 0.5, 0], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE", "FLOAT"], + "animations": [ + "look", + "bedrock(orthworm, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK", "SWIM"], + "animations": [ + "look", + "bedrock(orthworm, ground_walk)" + ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ "SLEEP" ], + "animations": [ "bedrock(orthworm, sleep)" ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/palafin.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/palafin.json new file mode 100644 index 0000000..54d32e1 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/palafin.json @@ -0,0 +1,48 @@ +{ + + "head": "head", + "portraitScale": 2.2, + "portraitTranslation": [-0.5, -1.3, 0], + "profileScale": 1.0, + "profileTranslation": [0.0, 0.0, 0], + "faint": "bedrock(palafin, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(palafin, water_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ + "bedrock(palafin, water_swim)" + ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": [ "SWIM" ], + "animations": [ + "bedrock(palafin, water_swim)" + ] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": [ "FLOAT" ], + "animations": [ + "bedrock(palafin, water_idle)" + ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/palossand.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/palossand.json new file mode 100644 index 0000000..fa9ee3d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/palossand.json @@ -0,0 +1,28 @@ +{ + "head": "head", + "portraitScale": 2.1, + "portraitTranslation": [ 0.1, -0.6, 0 ], + "profileScale": 0.8, + "profileTranslation": [ -0.1, 0.4, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(palossand, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(palossand, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/pawmi.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/pawmi.json new file mode 100644 index 0000000..35608f6 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/pawmi.json @@ -0,0 +1,39 @@ +{ + "portraitScale":3, + "portraitTranslation":[ + -0.3, + -2.8, + 0 + ], + "profileScale":1, + "profileTranslation":[ + 0, + 0.3, + 0 + ], + "poses":{ + "standing":{ + "poseName":"standing", + "transformTicks":10, + "poseTypes":[ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations":[ + "bedrock(pawmi, ground_idle)" + ] + }, + "walking":{ + "poseName":"walking", + "transformTicks":10, + "poseTypes":[ + "WALK" + ], + "animations":[ + "bedrock(pawmi, ground_walk)" + ] + } + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/pawmo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/pawmo.json new file mode 100644 index 0000000..0027340 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/pawmo.json @@ -0,0 +1,39 @@ +{ + "portraitScale": 3, + "portraitTranslation":[ + 0.1, + -1.3, + 0 + ], + "profileScale":1, + "profileTranslation":[ + 0, + 0.3, + 0 + ], + "poses":{ + "standing":{ + "poseName":"standing", + "transformTicks":10, + "poseTypes":[ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations":[ + "bedrock(pawmo, ground_idle)" + ] + }, + "walking":{ + "poseName":"walking", + "transformTicks":10, + "poseTypes":[ + "WALK" + ], + "animations":[ + "bedrock(pawmo, ground_walk)" + ] + } + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/pawmot.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/pawmot.json new file mode 100644 index 0000000..09627e9 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/pawmot.json @@ -0,0 +1,39 @@ +{ + "portraitScale":3, + "portraitTranslation":[ + 0, + -1.1, + 0 + ], + "profileScale":1, + "profileTranslation":[ + 0, + 0.3, + 0 + ], + "poses":{ + "standing":{ + "poseName":"standing", + "transformTicks":10, + "poseTypes":[ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations":[ + "bedrock(pawmot, ground_idle)" + ] + }, + "walking":{ + "poseName":"walking", + "transformTicks":10, + "poseTypes":[ + "WALK" + ], + "animations":[ + "bedrock(pawmot, ground_walk)" + ] + } + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/pawniard.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/pawniard.json new file mode 100644 index 0000000..a4d0703 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/pawniard.json @@ -0,0 +1,61 @@ +{ + "portraitScale": 1, + "portraitTranslation": [0, 0.4, 0], + "profileScale": 1, + "profileTranslation": [0, 0.2, 0], + "animations": { + "faint": "q.bedrock_primary('pawniard', 'faint', q.curve('one'))", + "cry": "q.bedrock_stateful('pawniard', 'cry')", + "recoil": "q.bedrock_stateful('pawniard', 'recoil')", + "physical": "q.bedrock_primary('pawniard', 'physical_attack', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('pawniard', 'physical_attack', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('pawniard', 'cry', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND"], + "isBattle": true, + "animations": [ + "q.look('head', 1, 1, 45, -45, 70, -70)", + "q.bedrock('pawniard', 'battle_idle')" + ], + "quirks": [ + "q.bedrock_quirk('pawniard', q.array('cry'), 30, 60, 1)" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.look('head', 1, 1, 45, -2.5, 7.5, -7.5)", + "q.bedrock('pawniard', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('pawniard', 'cry', 20, 60, 1)" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": [ + "q.look('head', 1, 1, 45, -2.5, 7.5, -7.5)", + "q.bedrock('pawniard', 'ground_walk')" + ] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": [ + "q.bedrock('pawniard', 'ground_idle')" + ] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": [ + "q.bedrock('pawniard', 'ground_walk')" + ] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('pawniard', 'sleep')"] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/pecharunt.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/pecharunt.json new file mode 100644 index 0000000..86aa94c --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/pecharunt.json @@ -0,0 +1,34 @@ +{ + "head": "head", + "portraitScale": 2.0, + "portraitTranslation": [ 0.0, 0.5, 0 ], + "profileScale": 0.7, + "profileTranslation": [ -0.2, 0.9, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(pecharunt, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(pecharunt, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(pecharunt, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/phione.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/phione.json new file mode 100644 index 0000000..f79e84a --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/phione.json @@ -0,0 +1,39 @@ +{ + "head": "head", + "portraitScale": 0.8, + "portraitTranslation": [ 0, 0.7, 0 ], + "profileScale": 0.8, + "profileTranslation": [ 0, 0.7, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(phione, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(phione, ground_walk)" ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": [ + "SWIM" + ], + "animations": [ + "bedrock(phione, ground_walk)" + ] + } +} +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/poipole.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/poipole.json new file mode 100644 index 0000000..f398377 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/poipole.json @@ -0,0 +1,75 @@ +{ + "head": "head", + "portraitScale": 2.5, + "portraitTranslation": [ -0.1, 0.4, 0 ], + "profileScale": 0.9, + "profileTranslation": [ 0, 0.5, 0 ], + "cry": "bedrock(poipole, cry)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(poipole, ground_idle)" + ] + , + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(poipole, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(poipole, ground_walk)" ] + }, + "hovering": { + "poseName": "hovering", + "transformTicks": 10, + "poseTypes": [ + "HOVER" + ], + "animations": [ + "look", + "bedrock(poipole, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(poipole, blink)" + ] + } + ] + }, + "flying": { + "poseName": "flying", + "transformTicks": 10, + "poseTypes": [ + "FLY" + ], + "animations": [ + "look", + "bedrock(poipole, ground_walk)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(poipole, blink)" + ] + } + ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/poltchageist.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/poltchageist.json new file mode 100644 index 0000000..c9cfd59 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/poltchageist.json @@ -0,0 +1,28 @@ +{ + "head": "head", + "portraitScale": 1.4, + "portraitTranslation": [ 0.23, 1.3, 0 ], + "profileScale": 0.7, + "profileTranslation": [ 0, 0.9, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(poltchageist, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(poltchageist, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/polteageist.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/polteageist.json new file mode 100644 index 0000000..c541bfc --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/polteageist.json @@ -0,0 +1,43 @@ +{ + "portraitScale": 3.0, + "portraitTranslation": [ 0.25, 0.5, 0 ], + "profileScale": 0.9, + "profileRotation": 90, + "profileTranslation": [ 0, 0.65, 0 ], + "faint": "bedrock(polteageist, sleep)", + "poses": { + + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(polteageist, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(polteageist, blink)"] + } + ] + }, + + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(polteageist, ground_walk)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(polteageist, blink)"] + } + ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/purrloin.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/purrloin.json new file mode 100644 index 0000000..00409ae --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/purrloin.json @@ -0,0 +1,42 @@ +{ + "head": "head", + "portraitScale": 2.4, + "portraitTranslation": [ -0.1, 0, 0 ], + "profileScale": 0.9, + "profileTranslation": [ 0, 0.4, 0 ], + "faint": "bedrock(purrloin, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(purrloin, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(purrloin, ground_walk)" ] + }, + + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ + "SLEEP" + ], + "animations": [ + "bedrock(purrloin, sleep)" + ] + } + } + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/purugly.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/purugly.json new file mode 100644 index 0000000..6852b9e --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/purugly.json @@ -0,0 +1,41 @@ +{ + "head": "head", + "portraitScale": 2.4, + "portraitTranslation": [ -0.8, 0.1, 0 ], + "profileScale": 0.7, + "profileTranslation": [ 0, 0.6, 0 ], + "faint": "bedrock(purugly, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(purugly, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(purugly, ground_walk)" ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ + "SLEEP" + ], + "animations": [ + "bedrock(purugly, sleep)" + ] + } + } + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/pyroar_f.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/pyroar_f.json new file mode 100644 index 0000000..2dfda7f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/pyroar_f.json @@ -0,0 +1,57 @@ +{ + "head": "head", + "portraitScale": 1.8, + "portraitTranslation": [ -0.8, 1.0, 0 ], + "profileScale": 0.6, + "profileTranslation": [ 0, 0.8, 0 ], + "animations": { + "faint": "q.bedrock_primary('pyroar_f', 'faint', q.curve('one'))", + "cry": "q.bedrock_stateful('pyroar_f', 'cry')", + "recoil": "q.bedrock_stateful('pyroar_f', 'recoil')", + "physical": "q.bedrock_primary('pyroar_f', 'physical', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('pyroar_f', 'special', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('pyroar_f', 'status', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND"], + "isBattle": true, + "animations": [ + "q.look('head')", + "q.bedrock('pyroar_f', 'battle_idle')" + ], + "quirks": [ + "q.bedrock_quirk('pyroar_f', 'blink')" + ] + }, + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "look", + "bedrock(pyroar_f, ground_idle)" + ], + "quirks": ["q.bedrock_quirk('pyroar_f', 'blink')"] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(pyroar_f, ground_walk)" ], + "quirks": ["q.bedrock_quirk('pyroar_f', 'blink')"] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ + "SLEEP" + ], + "animations": [ + "bedrock(pyroar_f, sleep)" + ] + } + } + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/pyroar_m.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/pyroar_m.json new file mode 100644 index 0000000..78435b2 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/pyroar_m.json @@ -0,0 +1,58 @@ +{ + "head": "head", + "portraitScale": 1.8, + "portraitTranslation": [ -0.8, 1.0, 0 ], + "profileScale": 0.6, + "profileTranslation": [ 0, 0.8, 0 ], + "animations": { + "faint": "q.bedrock_primary('pyroar_m', 'faint', q.curve('one'))", + "cry": "q.bedrock_stateful('pyroar_m', 'cry')", + "recoil": "q.bedrock_stateful('pyroar_m', 'recoil')", + "physical": "q.bedrock_primary('pyroar_m', 'physical', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('pyroar_m', 'special', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('pyroar_m', 'status', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND"], + "isBattle": true, + "animations": [ + "q.look('head')", + "q.bedrock('pyroar_m', 'battle_idle')" + ], + "quirks": [ + "q.bedrock_quirk('pyroar_m', 'blink')" + ] + }, + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "look", + "bedrock(pyroar_m, ground_idle)" + ], + "quirks": ["q.bedrock_quirk('pyroar_m', 'blink')"] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(pyroar_m, ground_walk)" ], + "quirks": ["q.bedrock_quirk('pyroar_m', 'blink')"] + }, + + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ + "SLEEP" + ], + "animations": [ + "bedrock(pyroar_m, sleep)" + ] + } + } + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ragingbolt.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ragingbolt.json new file mode 100644 index 0000000..1fd8ec9 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ragingbolt.json @@ -0,0 +1,38 @@ +{ + "portraitScale": 0.45, + "portraitTranslation": [ -0.1, 2.5, 0 ], + "profileScale": 0.25, + "profileTranslation": [ 0, 1.5, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(ragingbolt, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(ragingbolt, ground_walk)" ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": [ + "SWIM" + ], + "animations": [ + "bedrock(ragingbolt, ground_walk)" + ] + } +} +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/rayquaza/rayquaza2.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/rayquaza/rayquaza2.json new file mode 100644 index 0000000..d81f1b3 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/rayquaza/rayquaza2.json @@ -0,0 +1,70 @@ +{ + "head": "head", + "portraitScale": 0.8, + "portraitTranslation": [-1.7, 4.7, -20], + "profileScale": 0.2, + "profileTranslation": [0, 1.7, -20], + "animations": { + "faint": "q.bedrock_primary('rayquaza', 'faint', q.curve('one'))", + "cry": "q.bedrock_primary('rayquaza', 'cry', q.curve('symmetrical_wide'))", + "physical": "q.bedrock_primary('rayquaza', 'physical_attack', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('rayquaza', 'special_attack', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('rayquaza', 'cry', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["look", "q.bedrock('rayquaza', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('rayquaza', 'blink')" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": ["look", "q.bedrock('rayquaza', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('rayquaza', 'blink')" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": ["look", "q.bedrock('rayquaza', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('rayquaza', 'blink')"] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": ["look", "q.bedrock('rayquaza', 'ground_idle')" + ], + "quirks": ["q.bedrock_quirk('rayquaza', 'blink')"] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": ["look", + "q.bedrock('rayquaza', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('rayquaza', 'blink')"] + }, + "hover": { + "poseName": "hover", + "poseTypes": ["HOVER"], + "quirks": ["q.bedrock_quirk('rayquaza', 'blink')"], + "animations": ["look", "q.bedrock('rayquaza', 'ground_idle')" + ] + }, + "fly": { + "poseName": "fly", + "poseTypes": ["FLY"], + "quirks": ["q.bedrock_quirk('rayquaza', 'blink')"], + "animations": ["look", "q.bedrock('rayquaza', 'ground_walk')"] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('rayquaza', 'sleep')"] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/reshiram.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/reshiram.json new file mode 100644 index 0000000..8127a8c --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/reshiram.json @@ -0,0 +1,70 @@ +{ + "head": "head", + "portraitScale": 1, + "portraitTranslation": [-0.5, 4, 0], + "profileScale": 0.3, + "profileTranslation": [0, 1.5, 0], + "animations": { + "faint": "q.bedrock_stateful('reshiram', 'faint', q.curve('one'))", + "cry": "q.bedrock_stateful('reshiram', 'cry')", + "physical": "q.bedrock_stateful('reshiram', 'cry', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('reshiram', 'special_attack', q.curve('symmetrical_wide'))", + "status": "q.bedrock_stateful('reshiram', 'cry', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["look", "q.bedrock('reshiram', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('reshiram', 'blink')" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": ["look", "q.bedrock('reshiram', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('reshiram', 'blink')" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": ["look", "q.bedrock('reshiram', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('reshiram', 'blink')"] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": ["look", "q.bedrock('reshiram', 'ground_idle')" + ], + "quirks": ["q.bedrock_quirk('reshiram', 'blink')"] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": ["look", + "q.bedrock('reshiram', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('reshiram', 'blink')"] + }, + "hover": { + "poseName": "hover", + "poseTypes": ["HOVER"], + "quirks": ["q.bedrock_quirk('reshiram', 'blink')"], + "animations": ["look", "q.bedrock('reshiram', 'ground_walk')" + ] + }, + "fly": { + "poseName": "fly", + "poseTypes": ["FLY"], + "quirks": ["q.bedrock_quirk('reshiram', 'blink')"], + "animations": ["look", "q.bedrock('reshiram', 'fly')"] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('reshiram', 'sleep')"] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/reuniclus.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/reuniclus.json new file mode 100644 index 0000000..b8657df --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/reuniclus.json @@ -0,0 +1,69 @@ +{ + "head": "head", + "portraitScale": 1.3, + "portraitTranslation": [ -0.2, 0.75, 0 ], + "profileScale": 0.6, + "profileTranslation": [ 0, 1.1, 0 ], + "faint": "bedrock(reuniclus, faint)", + "poses": { + + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(reuniclus, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(reuniclus, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ + "bedrock(reuniclus, ground_walk)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(reuniclus, blink)"] + } + ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": [ "SWIM" ], + "animations": [ + "bedrock(reuniclus, ground_walk)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(reuniclus, blink)"] + } + ] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": [ "FLOAT" ], + "animations": [ + "bedrock(reuniclus, ground_walk)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(reuniclus, blink)"] + } + ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/roaringmoon.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/roaringmoon.json new file mode 100644 index 0000000..c2625fc --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/roaringmoon.json @@ -0,0 +1,152 @@ +{ + "head": "neck", + "portraitScale": 1.25, + "portraitTranslation": [ -1.25, 0.25, 0 ], + "profileScale": 0.35, + "profileTranslation": [ -0.1, 0.95, 0 ], + "animations": { + "faint": "q.bedrock_primary('roaringmoon', 'faint', q.curve('one'))", + "cry": "q.bedrock_stateful('roaringmoon', 'cry')", + "recoil": "q.bedrock_stateful('roaringmoon', 'recoil')", + "physical": "q.bedrock_primary('roaringmoon', 'physical', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('roaringmoon', 'special', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('roaringmoon', 'status', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-idle": { + "poseName": "battle-idle", + "transformTicks": 10, + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["bedrock(roaringmoon, battle_idle)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(roaringmoon, blink)"] + } + ] + }, + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "isBattle": false, + "animations": [ + "bedrock(roaringmoon, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(roaringmoon, blink)" + ] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ + "WALK" + ], + "animations": [ + "bedrock(roaringmoon, ground_walk)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(roaringmoon, blink)" + ] + } + ] + }, + "hovering": { + "poseName": "hovering", + "transformTicks": 10, + "poseTypes": [ + "HOVER" + ], + "animations": [ + "bedrock(roaringmoon, air_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(roaringmoon, blink)" + ] + } + ] + }, + "flying": { + "poseName": "flying", + "transformTicks": 10, + "poseTypes": [ + "FLY" + ], + "animations": [ + "bedrock(roaringmoon, air_fly)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(roaringmoon, blink)" + ] + } + ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ + "SLEEP" + ], + "animations": [ + "bedrock(roaringmoon, sleep)" + ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": [ + "SWIM" + ], + "animations": [ + "bedrock(roaringmoon, air_fly)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(roaringmoon, blink)" + ] + } + ] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": [ + "FLOAT" + ], + "animations": [ + "bedrock(roaringmoon, air_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(roaringmoon, blink)" + ] + } + ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/rockruff.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/rockruff.json new file mode 100644 index 0000000..c05b9fc --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/rockruff.json @@ -0,0 +1,28 @@ +{ + "head": "head", + "portraitScale": 2.4, + "portraitTranslation": [ -0.3, -0.5, 0 ], + "profileScale": 1.0, + "profileTranslation": [ 0, 0.3, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(rockruff, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(rockruff, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/runerigus.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/runerigus.json new file mode 100644 index 0000000..889853d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/runerigus.json @@ -0,0 +1,35 @@ +{ + "head": "head", + "portraitScale": 1.75, + "portraitTranslation": [ -1.0, 2.9, 0 ], + "profileScale": 0.35, + "profileTranslation": [ -0.1, 1.2, 0 ], + "faint": "bedrock(runerigus, sleep)", + "poses": { + + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(runerigus, ground_idle)" + ] + }, + + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ + "look", + "bedrock(runerigus, ground_walk)" + ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/sandygast.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/sandygast.json new file mode 100644 index 0000000..d7f5a71 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/sandygast.json @@ -0,0 +1,28 @@ +{ + "head": "head", + "portraitScale": 2.4, + "portraitTranslation": [ -0.2, -1.4, 0 ], + "profileScale": 1.1, + "profileTranslation": [ 0, -0.1, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(sandygast, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(sandygast, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/scovillain.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/scovillain.json new file mode 100644 index 0000000..7ed5f91 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/scovillain.json @@ -0,0 +1,34 @@ +{ + "head": "head", + "portraitScale": 1.5, + "portraitTranslation": [-0.25, 0.2, 0], + "profileScale": 1, + "profileTranslation": [-0.2, 0.15, 0], + "faint": "bedrock(scovillain, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE", "FLOAT"], + "animations": [ + "look", + "bedrock(scovillain, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK", "SWIM"], + "animations": [ + "look", + "bedrock(scovillain, ground_walk)" + ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ "SLEEP" ], + "animations": [ "bedrock(scovillain, sleep)" ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/screamtail.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/screamtail.json new file mode 100644 index 0000000..5127a3a --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/screamtail.json @@ -0,0 +1,44 @@ +{ + "head": "head", + "portraitScale": 2.1, + "portraitTranslation": [ 0, -1.4, 0 ], + "profileScale": 1.0, + "profileTranslation": [ 0, 0.3, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(screamtail, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(screamtail, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(screamtail, ground_walk)" ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ + "SLEEP" + ], + "animations": [ + "bedrock(screamtail, sleep)" + ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/sewaddle.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/sewaddle.json new file mode 100644 index 0000000..b34836a --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/sewaddle.json @@ -0,0 +1,56 @@ +{ + "head": "head", + "portraitScale": 1.8, + "portraitTranslation": [ -0.05, -0.7, 0 ], + "profileScale": 1, + "profileTranslation": [ -0.05, 0.35, 0 ], + "faint": "bedrock(sewaddle, faint)", + "poses": { + + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(sewaddle, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(sewaddle, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ + "bedrock(sewaddle, ground_walk)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(sewaddle, blink)"] + } + ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": [ "SWIM" ], + "animations": [ + "bedrock(sewaddle, ground_idle)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(sewaddle, blink)"] + } + ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/shaymin.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/shaymin.json new file mode 100644 index 0000000..bf0c3f3 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/shaymin.json @@ -0,0 +1,45 @@ +{ + "head": "head", + "portraitScale": 1.5, + "portraitTranslation": [ -0.2, -0.4, 0 ], + "profileScale": 0.7, + "profileTranslation": [ 0, 0.4, 0 ], + "faint": "bedrock(shaymin, ground_sleep, true)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(shaymin, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(shaymin, blink_alternate)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(shaymin, ground_walk)" ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ + "SLEEP" + ], + "animations": [ + "bedrock(shaymin, ground_sleep)" + ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/shaymin_sky.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/shaymin_sky.json new file mode 100644 index 0000000..e350422 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/shaymin_sky.json @@ -0,0 +1,36 @@ +{ + "head": "head", + "portraitScale": 2.5, + "portraitTranslation": [ -0.6, -0.4, 0 ], + "profileScale": 0.9, + "profileTranslation": [ 0, 0.4, 0 ], + "cry": "bedrock(shaymin_sky, cry)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(shaymin_sky, ground_idle)" + ] + , + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(shaymin_sky, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(shaymin_sky, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/shellos.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/shellos.json new file mode 100644 index 0000000..340a78a --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/shellos.json @@ -0,0 +1,28 @@ +{ + "head": "head", + "portraitScale": 2.1, + "portraitTranslation": [ -0.5, -0.3, 0 ], + "profileScale": 0.7, + "profileTranslation": [ 0, 0.4, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 0, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(shellos, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 0, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(shellos, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/shuppet.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/shuppet.json new file mode 100644 index 0000000..3c13fad --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/shuppet.json @@ -0,0 +1,47 @@ +{ + "head": "head", + "portraitScale": 3, + "portraitTranslation": [ -0.1, -1.9, 0 ], + "profileScale": 1.0, + "profileTranslation": [ 0, 0.25, 0 ], + "faint": "bedrock(shuppet, sleep)", + "poses": { + + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(shuppet, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(shuppet, blink)"] + } + ] + }, + + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ + "look", + "bedrock(shuppet, ground_walk)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(shuppet, blink)"] + } + ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/sinistcha.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/sinistcha.json new file mode 100644 index 0000000..85b086f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/sinistcha.json @@ -0,0 +1,28 @@ +{ + "head": "head", + "portraitScale": 2.3, + "portraitTranslation": [ -0.2, -0.3, 0 ], + "profileScale": 0.9, + "profileTranslation": [ 0, 0.4, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(sinistcha, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(sinistcha, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/sinistea.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/sinistea.json new file mode 100644 index 0000000..c9d1d29 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/sinistea.json @@ -0,0 +1,42 @@ +{ + "portraitScale": 3.5, + "portraitTranslation": [ -0.2, -2.75, 0 ], + "profileScale": 1.25, + "profileTranslation": [ 0, -0.1, 0 ], + "faint": "bedrock(sinistea, sleep)", + "poses": { + + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(sinistea, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(sinistea, blink)"] + } + ] + }, + + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(sinistea, ground_walk)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(sinistea, blink)"] + } + ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/skiddo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/skiddo.json new file mode 100644 index 0000000..e3d434b --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/skiddo.json @@ -0,0 +1,28 @@ +{ + "head": "head", + "portraitScale": 2.5, + "portraitTranslation": [ -0.6, -0.4, 0 ], + "profileScale": 0.9, + "profileTranslation": [ 0, 0.4, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(skiddo, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(skiddo, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/skiploom.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/skiploom.json new file mode 100644 index 0000000..e7fe6f5 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/skiploom.json @@ -0,0 +1,95 @@ +{ + "head": "head", + "portraitScale": 1.35, + "portraitTranslation": [ -0.05, -0.2, 0 ], + "profileScale": 0.8, + "profileTranslation": [ 0, 0.65, 0 ], + "faint": "bedrock(skiploom, faint)", + "poses": { + + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(skiploom, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(skiploom, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ + "bedrock(skiploom, ground_walk)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(skiploom, blink)"] + } + ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": [ "SWIM" ], + "animations": [ + "bedrock(skiploom, ground_walk)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(skiploom, blink)"] + } + ] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": [ "FLOAT" ], + "animations": [ + "bedrock(skiploom, ground_walk)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(skiploom, blink)"] + } + ] + }, + "flying": { + "poseName": "flying", + "transformTicks": 10, + "poseTypes": [ "FLY" ], + "animations": [ + "bedrock(skiploom, air_fly)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(skiploom, blink)"] + } + ] + }, + "hovering": { + "poseName": "hovering", + "transformTicks": 10, + "poseTypes": [ "HOVER" ], + "animations": [ + "bedrock(skiploom, air_idle)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(skiploom, blink)"] + } + ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/skitty.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/skitty.json new file mode 100644 index 0000000..0815010 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/skitty.json @@ -0,0 +1,42 @@ +{ + "head": "head", + "portraitScale": 1.9, + "portraitTranslation": [ -0.2, -0.7, 0 ], + "profileScale": 0.9, + "profileTranslation": [ 0, 0.4, 0 ], + "faint": "bedrock(skitty, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(skitty, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(skitty, ground_walk)" ] + }, + + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ + "SLEEP" + ], + "animations": [ + "bedrock(skitty, sleep)" + ] + } + } + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/skorupi.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/skorupi.json new file mode 100644 index 0000000..4f0969b --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/skorupi.json @@ -0,0 +1,65 @@ +{ + "portraitScale": 1.7, + "portraitTranslation": [-0.2, -0.7, 0], + "profileScale": 1, + "profileTranslation": [-0.1, 0.2, 0], + "animations": { + "faint": "q.bedrock_primary('faint', 'faint', q.curve('symmetrical_wide'))", + "physical": "q.bedrock_primary('skorupi', 'physical', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('skorupi', 'special', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('skorupi', 'special', q.curve('symmetrical_wide'))", + "recoil": "q.bedrock_primary('skorupi', 'recoil', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "transformTicks": 10, + "poseTypes": ["STAND", "WALK"], + "isBattle": true, + "animations": [ + "q.look('head')", + "q.bedrock('skorupi', 'ground_idle')" + ] + }, + "standing": { + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.look('head')", + "q.bedrock('skorupi', 'ground_idle')" + ] + }, + "walking": { + "transformTicks": 8, + "poseTypes": ["WALK"], + "animations": [ + "q.look('head')", + "q.bedrock('skorupi', 'ground_walk')" + ] + }, + "hover": { + "transformTicks": 5, + "poseTypes": [ "FLY", "HOVER", "FLOAT" ], + "animations": [ + "q.look('head')", + "q.bedrock('skorupi', 'ground_walk')" + ] + }, + "float": { + "transformTicks": 5, + "poseTypes": ["FLOAT"], + "animations": [ + "q.look('head')", + "q.bedrock('skorupi', 'ground_walk')" + ] + }, + "swim": { + "transformTicks": 8, + "poseTypes": ["SWIM"], + "animations": [ + "q.look('head')", + "q.bedrock('skorupi', 'ground_walk')" + ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/skuntank.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/skuntank.json new file mode 100644 index 0000000..2567387 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/skuntank.json @@ -0,0 +1,41 @@ +{ + "head": "head", + "portraitScale": 2.6, + "portraitTranslation": [ -0.8, -1.8, 0 ], + "profileScale": 0.9, + "profileTranslation": [ 0, 0.3, 0 ], + "faint": "bedrock(skuntank, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(skuntank, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(skuntank, ground_walk)" ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ + "SLEEP" + ], + "animations": [ + "bedrock(skuntank, sleep)" + ] + } + } + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/slitherwing.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/slitherwing.json new file mode 100644 index 0000000..657b16b --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/slitherwing.json @@ -0,0 +1,57 @@ +{ + "portraitScale": 1, + "portraitTranslation": [-0.3, 0, 0], + "profileScale": 0.6, + "profileTranslation": [0, 0.8, 0], + "animations": { + "faint": "q.bedrock_primary('slitherwing', 'faint', q.curve('one'))", + "cry": "q.bedrock_stateful('slitherwing', 'cry')", + "recoil": "q.bedrock_stateful('slitherwing', 'recoil')", + "physical": "q.bedrock_primary('slitherwing', 'physical', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('slitherwing', 'special', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('slitherwing', 'status', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND", "WALK"], + "isBattle": true, + "animations": [ + "q.look('head')", + "q.bedrock('slitherwing', 'battle_idle')" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.look')", + "q.bedrock('slitherwing', 'ground_idle')" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": [ + "q.look')", + "q.bedrock('slitherwing', 'ground_walk')" + ] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": [ + "q.look')", + "q.bedrock('slitherwing', 'ground_walk')" + ] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": [ + "q.look')", + "q.bedrock('slitherwing', 'ground_walk')" + ] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('slitherwing', 'sleep')"] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/snom.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/snom.json new file mode 100644 index 0000000..6220f83 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/snom.json @@ -0,0 +1,44 @@ +{ + "portraitScale": 4, + "portraitTranslation": [ 0.1, -4.4, 0 ], + "profileScale": 1.25, + "profileTranslation": [ 0.05, -0.2, 0 ], + "faint": "bedrock(snom, sleep)", + "poses": { + + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(snom, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(snom, blink)"] + } + ] + }, + + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ + "bedrock(snom, ground_walk)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(snom, blink)"] + } + ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/snorunt.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/snorunt.json new file mode 100644 index 0000000..8ab6394 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/snorunt.json @@ -0,0 +1,71 @@ +{ + "portraitScale": 1.4, + "portraitTranslation": [ 0, -0.3, 0], + "profileScale": 1, + "profileTranslation": [ 0, 0.3, 0], + "cry": "bedrock(snorunt, cry)", + "faint": "bedrock(snorunt, faint, true)", + "poses": { + "battle-idle":{ + "poseName": "battle-idle", + "transformTicks": 10, + "poseTypes": [ + "STAND" + ], + "isBattle": true, + "animations": ["bedrock(snorunt, battle_idle)"], + "quirks":[ + { + "name": "blink", + "animations": ["bedrock(snorunt, blink)"] + } + ] + }, + "standing": { + "poseName": "standing", + "transformTicks": 10, + "isBattle": false, + "poseTypes": [ + "STAND", + "PORTRAIT", + "PROFILE", + "NONE" + ], + "animations": [ + "bedrock(snorunt, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(snorunt, blink)"] + } + ] + }, + "moving":{ + "poseName": "moving", + "transformTicks": 10, + "poseTypes": [ + "WALK" + ], + "animations": [ + "bedrock(snorunt, ground_walk)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(snorunt, blink)"] + } + ] + }, + "sleeping":{ + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ + "SLEEP" + ], + "animations": [ + "bedrock(snorunt, ground_idle)" + ] + } +} +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/solosis.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/solosis.json new file mode 100644 index 0000000..00067ec --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/solosis.json @@ -0,0 +1,69 @@ +{ + "head": "head", + "portraitScale": 1.3, + "portraitTranslation": [ -0.2, 0.5, 0 ], + "profileScale": 0.8, + "profileTranslation": [ -0.05, 0.6, 0 ], + "faint": "bedrock(solosis, faint)", + "poses": { + + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(solosis, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(solosis, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ + "bedrock(solosis, ground_walk)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(solosis, blink)"] + } + ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": [ "SWIM" ], + "animations": [ + "bedrock(solosis, ground_walk)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(solosis, blink)"] + } + ] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": [ "FLOAT" ], + "animations": [ + "bedrock(solosis, ground_walk)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(solosis, blink)"] + } + ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/stunky.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/stunky.json new file mode 100644 index 0000000..5d9a5bd --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/stunky.json @@ -0,0 +1,42 @@ +{ + "head": "head", + "portraitScale": 2.8, + "portraitTranslation": [ -0.6, -1.9, 0 ], + "profileScale": 0.85, + "profileTranslation": [ 0, 0.5, 0 ], + "faint": "bedrock(stunky, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(stunky, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(stunky, ground_walk)" ] + }, + + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ + "SLEEP" + ], + "animations": [ + "bedrock(stunky, sleep)" + ] + } + } + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/swablu.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/swablu.json new file mode 100644 index 0000000..7b2a5b5 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/swablu.json @@ -0,0 +1,43 @@ +{ + "portraitScale": 3.5, + "portraitTranslation": [ 0.1, -2.10, 0 ], + "profileScale": 1.1, + "profileTranslation": [ -0.05, 0.25, 0 ], + "faint": "bedrock(swablu, sleep)", + "poses": { + + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(swablu, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(swablu, blink)"] + } + ] + }, + + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ + "bedrock(swablu, ground_walk)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(swablu, blink)"] + } + ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/swadloon.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/swadloon.json new file mode 100644 index 0000000..5b801e3 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/swadloon.json @@ -0,0 +1,56 @@ +{ + "head": "head", + "portraitScale": 1.3, + "portraitTranslation": [ -0.05, -0.3, 0 ], + "profileScale": 0.8, + "profileTranslation": [ -0.05, 0.55, 0 ], + "faint": "bedrock(swadloon, faint)", + "poses": { + + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(swadloon, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(swadloon, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ + "bedrock(swadloon, ground_idle)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(swadloon, blink)"] + } + ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": [ "SWIM" ], + "animations": [ + "bedrock(swadloon, ground_idle)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(swadloon, blink)"] + } + ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/swanna.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/swanna.json new file mode 100644 index 0000000..6f73574 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/swanna.json @@ -0,0 +1,184 @@ +{ + "head": "head", + "portraitScale": 1.8, + "portraitTranslation": [ -0.4, 1.2, 0 ], + "profileScale": 0.7, + "profileTranslation": [ -0.05, 0.7, 0 ], + "faint": "bedrock(swanna, ground_idle, true)", + "cry": "bedrock(swanna, cry)", + "poses": { + "battle-idle": { + "poseName": "battle-idle", + "transformTicks": 10, + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["bedrock(swanna, ground_idle)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(swanna, blink)"] + } + ] + }, + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "isBattle": false, + "animations": [ + "bedrock(swanna, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(swanna, blink)" + ] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ + "WALK" + ], + "animations": [ + "bedrock(swanna, ground_walk)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(swanna, blink)" + ] + } + ] + }, + "hovering": { + "poseName": "hovering", + "transformTicks": 10, + "poseTypes": [ + "HOVER" + ], + "animations": [ + "bedrock(swanna, air_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(swanna, blink)" + ] + } + ] + }, + "flying": { + "poseName": "flying", + "transformTicks": 10, + "poseTypes": [ + "FLY" + ], + "animations": [ + "bedrock(swanna, air_fly)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(swanna, blink)" + ] + } + ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ + "SLEEP" + ], + "animations": [ + "bedrock(swanna, sleep)" + ] + }, + "leftshoulder": { + "poseName": "leftshoulder", + "transformTicks": 10, + "poseTypes": [ + "SHOULDER_LEFT" + ], + "animations": [ + "bedrock(swanna, ground_idle)", + "look" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(swanna, blink)" + ] + } + ] + }, + "rightshoulder": { + "poseName": "rightshoulder", + "transformTicks": 10, + "poseTypes": [ + "SHOULDER_RIGHT" + ], + "animations": [ + "bedrock(swanna, ground_idle)", + "look" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(swanna, blink)" + ] + } + ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": [ + "SWIM" + ], + "animations": [ + "bedrock(swanna, water_swim)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(swanna, blink)" + ] + } + ] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": [ + "FLOAT" + ], + "animations": [ + "bedrock(swanna, water_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(swanna, blink)" + ] + } + ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/tadbulb.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/tadbulb.json new file mode 100644 index 0000000..45e42d3 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/tadbulb.json @@ -0,0 +1,50 @@ +{ + "head": "head", + "portraitScale": 2.4, + "portraitTranslation": [ -0.1, 0, 0 ], + "profileScale": 0.9, + "profileTranslation": [ 0, 0.6, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(tadbulb, ground_idle)" + ] + , + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(tadbulb, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(tadbulb, ground_walk)" + ] + }, + "flying": { + "poseName": "flying", + "transformTicks": 10, + "poseTypes": [ "FLY" ], + "animations": [ "bedrock(tadbulb, ground_walk)" + ] + }, + "hovering": { + "poseName": "hovering", + "transformTicks": 10, + "poseTypes": [ "HOVER" ], + "animations": [ "bedrock(tadbulb, ground_idle)" + ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/tauros_aqua.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/tauros_aqua.json new file mode 100644 index 0000000..8cee776 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/tauros_aqua.json @@ -0,0 +1,39 @@ +{ + "head": "head", + "portraitScale": 2, + "portraitTranslation": [-0.8, -0.3, 0], + "profileScale": 0.75, + "profileTranslation": [0, 0.6, 0], + "cry": "bedrock(tauros, cry)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": ["look", "bedrock(tauros, ground_idle)"], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(tauros, blink)" + ] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK"], + "animations": ["bedrock(tauros, ground_walk)"], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(tauros, blink)" + ] + } + ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/tauros_blaze.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/tauros_blaze.json new file mode 100644 index 0000000..8cee776 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/tauros_blaze.json @@ -0,0 +1,39 @@ +{ + "head": "head", + "portraitScale": 2, + "portraitTranslation": [-0.8, -0.3, 0], + "profileScale": 0.75, + "profileTranslation": [0, 0.6, 0], + "cry": "bedrock(tauros, cry)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": ["look", "bedrock(tauros, ground_idle)"], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(tauros, blink)" + ] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK"], + "animations": ["bedrock(tauros, ground_walk)"], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(tauros, blink)" + ] + } + ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/tauros_combat.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/tauros_combat.json new file mode 100644 index 0000000..8cee776 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/tauros_combat.json @@ -0,0 +1,39 @@ +{ + "head": "head", + "portraitScale": 2, + "portraitTranslation": [-0.8, -0.3, 0], + "profileScale": 0.75, + "profileTranslation": [0, 0.6, 0], + "cry": "bedrock(tauros, cry)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": ["look", "bedrock(tauros, ground_idle)"], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(tauros, blink)" + ] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK"], + "animations": ["bedrock(tauros, ground_walk)"], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(tauros, blink)" + ] + } + ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/thundurus.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/thundurus.json new file mode 100644 index 0000000..77cdc07 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/thundurus.json @@ -0,0 +1,70 @@ +{ + "head": "head", + "portraitScale": 1, + "portraitTranslation": [0, 1.3, 0], + "profileScale": 0.7, + "profileTranslation": [0, 1.3, 0], + "animations": { + "faint": "q.bedrock_primary('thundurus', 'faint', q.curve('one'))", + "cry": "q.bedrock_primary('thundurus', 'cry', q.curve('symmetrical_wide'))", + "physical": "q.bedrock_primary('thundurus', 'physical_attack', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('thundurus', 'special_attack', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('thundurus', 'status', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["look", "q.bedrock('thundurus', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('thundurus', 'quirk')" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": ["look", "q.bedrock('thundurus', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('thundurus', 'quirk')" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": ["look", "q.bedrock('thundurus', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('thundurus', 'quirk')"] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": ["look", "q.bedrock('thundurus', 'ground_idle')" + ], + "quirks": ["q.bedrock_quirk('thundurus', 'quirk')"] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": ["look", + "q.bedrock('thundurus', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('thundurus', 'quirk')"] + }, + "hover": { + "poseName": "hover", + "poseTypes": ["HOVER"], + "quirks": ["q.bedrock_quirk('thundurus', 'quirk')"], + "animations": ["look", "q.bedrock('thundurus', 'ground_idle')" + ] + }, + "fly": { + "poseName": "fly", + "poseTypes": ["FLY"], + "quirks": ["q.bedrock_quirk('thundurus', 'quirk')"], + "animations": ["look", "q.bedrock('thundurus', 'ground_walk')"] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('thundurus', 'sleep')"] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/toedscool.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/toedscool.json new file mode 100644 index 0000000..af5938e --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/toedscool.json @@ -0,0 +1,40 @@ +{ + "portraitScale": 1.35, + "portraitTranslation": [0.15, 0.45, 0], + "profileScale": 0.8, + "profileTranslation": [0, 0.6, 0], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": ["bedrock(toedscool, ground_idle)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(toedscool, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "poseTypes": ["WALK"], + "animations": [ + "bedrock(toedscool, ground_walk)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(toedscool, blink)"] + } + ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": ["SLEEP"], + "animations": ["bedrock(toedscool, ground_sleep)"] + } + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/toedscruel.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/toedscruel.json new file mode 100644 index 0000000..822e220 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/toedscruel.json @@ -0,0 +1,40 @@ +{ + "portraitScale": 1.45, + "portraitTranslation": [-0.45, 1, 0], + "profileScale": 0.65, + "profileTranslation": [0, 0.8, 0], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": ["bedrock(toedscruel, ground_idle)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(toedscruel, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "poseTypes": ["WALK"], + "animations": [ + "bedrock(toedscruel, ground_walk)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(toedscruel, blink)"] + } + ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": ["SLEEP"], + "animations": ["bedrock(toedscruel, ground_sleep)"] + } + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/togedemaru.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/togedemaru.json new file mode 100644 index 0000000..7df8bc7 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/togedemaru.json @@ -0,0 +1,34 @@ +{ + "head": "head", + "portraitScale": 2.4, + "portraitTranslation": [ -0.2, -1.4, 0 ], + "profileScale": 1.2, + "profileTranslation": [ 0, -0.1, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 0, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(togedemaru, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(togedemaru, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 0, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(togedemaru, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/tornadus.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/tornadus.json new file mode 100644 index 0000000..058fdd9 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/tornadus.json @@ -0,0 +1,70 @@ +{ + "head": "head", + "portraitScale": 1, + "portraitTranslation": [0, 1.3, 0], + "profileScale": 0.7, + "profileTranslation": [0, 1.3, 0], + "animations": { + "faint": "q.bedrock_primary('tornadus', 'faint', q.curve('one'))", + "cry": "q.bedrock_primary('tornadus', 'cry', q.curve('symmetrical_wide'))", + "physical": "q.bedrock_primary('tornadus', 'physical_attack', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('tornadus', 'special_attack', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('tornadus', 'status', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["look", "q.bedrock('tornadus', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('tornadus', 'quirk')" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": ["look", "q.bedrock('tornadus', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('tornadus', 'quirk')" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": ["look", "q.bedrock('tornadus', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('tornadus', 'quirk')"] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": ["look", "q.bedrock('tornadus', 'ground_idle')" + ], + "quirks": ["q.bedrock_quirk('tornadus', 'quirk')"] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": ["look", + "q.bedrock('tornadus', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('tornadus', 'quirk')"] + }, + "hover": { + "poseName": "hover", + "poseTypes": ["HOVER"], + "quirks": ["q.bedrock_quirk('tornadus', 'quirk')"], + "animations": ["look", "q.bedrock('tornadus', 'ground_idle')" + ] + }, + "fly": { + "poseName": "fly", + "poseTypes": ["FLY"], + "quirks": ["q.bedrock_quirk('tornadus', 'quirk')"], + "animations": ["look", "q.bedrock('tornadus', 'ground_walk')"] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('tornadus', 'sleep')"] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/toxapex.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/toxapex.json new file mode 100644 index 0000000..fed37cd --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/toxapex.json @@ -0,0 +1,73 @@ +{ + "head": "head", + "portraitScale": 1.25, + "portraitTranslation": [0, 0.5, 0], + "profileScale": 0.5, + "profileTranslation": [0, 1, 0], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "animations": ["look", "bedrock(toxapex, ground_idle)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(toxapex, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK"], + "animations": ["bedrock(toxapex, ground_walk)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(toxapex, blink)"] + } + ] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": ["FLOAT"], + "animations": ["bedrock(toxapex, ground_idle)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(toxapex, blink)"] + } + ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": ["SWIM"], + "animations": ["bedrock(toxapex, ground_walk)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(toxapex, blink)"] + } + ] + }, + "battle-idle": { + "poseName": "battle-idle", + "transformTicks": 10, + "poseTypes": ["STAND"], + "isBattle": true, + "animations": [ + "look", + "bedrock(toxapex, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(toxapex, blink)"] + } + ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/toxel.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/toxel.json new file mode 100644 index 0000000..5ae5c5f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/toxel.json @@ -0,0 +1,61 @@ +{ + "head": "head", + "portraitScale": 1, + "portraitTranslation": [0, -0, 0], + "profileScale": 0.7, + "profileTranslation": [0, 0.8, 0], + "faint": "bedrock(toxel, ground_idle)", + "poses": { + "battle-idle": { + "poseName": "battle-idle", + "transformTicks": 10, + "poseTypes": ["STAND"], + "isBattle": true, + "isTouchingWater": false, + "transformedParts": [], + "animations": ["bedrock(toxel, ground_idle)"], + "quirks": [ + { + "name": "blink", + "loopTimes": 5, + "minSecondsBetweenOccurrences": 8, + "maxSecondsBetweenOccurrences": 20, + "animations": ["bedrock(toxel, blink)"] + } + ] + }, + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "animations": ["look", "bedrock(toxel, ground_idle)"] + , + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(toxel, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK"], + "animations": ["bedrock(toxel, ground_walk)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(toxel, blink)"] + } + ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": ["SLEEP"], + "animations": [ + "bedrock(toxel, sleep)" + ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/toxicroak.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/toxicroak.json new file mode 100644 index 0000000..f959646 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/toxicroak.json @@ -0,0 +1,34 @@ +{ + "head": "head", + "portraitScale": 1.65, + "portraitTranslation": [-0.05, 0.9, 0], + "profileScale": 0.8, + "profileTranslation": [-0.1, 0.6, 0], + "faint": "bedrock(toxicroak, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE", "FLOAT"], + "animations": [ + "look", + "bedrock(toxicroak, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK", "SWIM"], + "animations": [ + "look", + "bedrock(toxicroak, ground_walk)" + ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ "SLEEP" ], + "animations": [ "bedrock(toxicroak, sleep)" ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/toxtricitya.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/toxtricitya.json new file mode 100644 index 0000000..724b9aa --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/toxtricitya.json @@ -0,0 +1,52 @@ +{ + "head": "head", + "portraitScale": 1, + "portraitTranslation": [0, 2, 0], + "profileScale": 0.6, + "profileTranslation": [0, 1.2, 0], + "faint": "bedrock(toxtricitya, ground_idle)", + "poses": { + "battle-idle": { + "poseName": "battle-idle", + "transformTicks": 10, + "poseTypes": ["STAND"], + "isBattle": true, + "isTouchingWater": false, + "transformedParts": [], + "animations": ["bedrock(toxtricitya, battle_idle)"] + }, + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "animations": ["look", "bedrock(toxtricitya, ground_idle)"] + , + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(toxtricitya, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK"], + "animations": ["bedrock(toxtricitya, ground_walk)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(toxtricitya, blink)"] + } + ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": ["SLEEP"], + "animations": [ + "bedrock(toxtricitya, sleep)" + ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/toxtricityb.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/toxtricityb.json new file mode 100644 index 0000000..36cd3c9 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/toxtricityb.json @@ -0,0 +1,61 @@ +{ + "head": "head", + "portraitScale": 1, + "portraitTranslation": [0, 2, 0], + "profileScale": 0.6, + "profileTranslation": [0, 1.2, 0], + "faint": "bedrock(toxtricityb, ground_idle)", + "poses": { + "battle-idle": { + "poseName": "battle-idle", + "transformTicks": 10, + "poseTypes": ["STAND"], + "isBattle": true, + "isTouchingWater": false, + "transformedParts": [], + "animations": ["bedrock(toxtricityb, battle_idle)"], + "quirks": [ + { + "name": "blink", + "loopTimes": 5, + "minSecondsBetweenOccurrences": 8, + "maxSecondsBetweenOccurrences": 20, + "animations": ["bedrock(toxtricityb, blink)"] + } + ] + }, + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "animations": ["look", "bedrock(toxtricityb, ground_idle)"] + , + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(toxtricityb, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK"], + "animations": ["bedrock(toxtricityb, ground_walk)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(toxtricityb, blink)"] + } + ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": ["SLEEP"], + "animations": [ + "bedrock(toxtricityb, sleep)" + ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/tynamo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/tynamo.json new file mode 100644 index 0000000..3c89b2b --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/tynamo.json @@ -0,0 +1,92 @@ +{ + "head": "head", + "portraitScale": 3, + "portraitTranslation": [ + -0.2, + -1.5, + 0 + ], + "profileScale": 1, + "profileTranslation": [ + 0, + 0.5, + 0 + ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(tynamo, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(tynamo, blink)" + ] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ + "WALK" + ], + "animations": [ + "bedrock(tynamo, ground_walk)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(tynamo, blink)" + ] + } + ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": [ + "SWIM" + ], + "animations": [ + "bedrock(tynamo, water_swim)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(tynamo, blink)" + ] + } + ] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": [ + "FLOAT" + ], + "animations": [ + "bedrock(tynamo, water_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(tynamo, blink)" + ] + } + ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/unown.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/unown.json new file mode 100644 index 0000000..10f23b5 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/unown.json @@ -0,0 +1,25 @@ +{ + "portraitScale": 2.5, + "portraitTranslation": [ 0.2, -1.3, 0 ], + "profileScale": 2.6, + "profileTranslation": [ 0, -1.3, 0 ], + "poses": { + + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE", + "WALK", + "FLY", + "HOVER" + ], + "animations": [ + "bedrock(unown, ground_idle)" + ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ursaluna_bloodmoon.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ursaluna_bloodmoon.json new file mode 100644 index 0000000..74a75eb --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ursaluna_bloodmoon.json @@ -0,0 +1,33 @@ +{ + "head": "head", + "portraitScale": 1.25, + "portraitTranslation": [ -0.5, 2.5, 0 ], + "profileScale": 0.5, + "profileTranslation": [ 0.05, 1.25, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(ursaluna_bloodmoon, ground_idle)" + ], + "quirks": [] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK"], + "animations": [ + "look", + "bedrock(ursaluna_bloodmoon, ground_walk)" + ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/urshifu.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/urshifu.json new file mode 100644 index 0000000..96c980f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/urshifu.json @@ -0,0 +1,62 @@ +{ + "head": "whiteneck", + "portraitScale": 1, + "portraitTranslation": [0, 2.3, 0], + "profileScale": 0.5, + "profileTranslation": [0, 1, 0], + "animations": { + "faint": "q.bedrock_primary('urshifu', 'faint', q.curve('one'))", + "cry": "q.bedrock_primary('urshifu', 'cry', q.curve('symmetrical_wide'))", + "recoil": "q.bedrock_stateful('urshifu', 'recoil')", + "physical": "q.bedrock_primary('urshifu', 'ssphysical_attack', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('urshifu', 'ssphysical_attack', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('urshifu', 'cry', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND", "PORTRAIT", "PROFILE"], + "isBattle": true, + "animations": ["look", + "q.bedrock('urshifu', 'singlestrike')" + ], + "quirks": [ + "q.bedrock_quirk('urshifu', 'blink')" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE"], + "isBattle": false, + "animations": ["look", + "q.bedrock('urshifu', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('urshifu', 'blink')" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": ["look", + "q.bedrock('urshifu', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('urshifu', 'blink')"] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": [ + "q.bedrock('urshifu', 'ground_idle')" + ], + "quirks": ["q.bedrock_quirk('urshifu', 'blink')"] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": [ + "q.bedrock('urshifu', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('urshifu', 'blink')"] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('urshifu', 'sleep')"] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/urshifurs.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/urshifurs.json new file mode 100644 index 0000000..6cfbef8 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/urshifurs.json @@ -0,0 +1,62 @@ +{ + "head": "whiteneck", + "portraitScale": 1, + "portraitTranslation": [0, 2.3, 0], + "profileScale": 0.5, + "profileTranslation": [0, 1, 0], + "animations": { + "faint": "q.bedrock_primary('urshifu', 'rsfaint', q.curve('one'))", + "cry": "q.bedrock_primary('urshifu', 'cry', q.curve('symmetrical_wide'))", + "recoil": "q.bedrock_stateful('urshifu', 'recoil')", + "physical": "q.bedrock_primary('urshifu', 'rsphysical_attack', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('urshifu', 'rsphysical_attack', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('urshifu', 'cry', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND", "PORTRAIT", "PROFILE"], + "isBattle": true, + "animations": ["look", + "q.bedrock('urshifu', 'rapidstrike')" + ], + "quirks": [ + "q.bedrock_quirk('urshifu', 'blink')" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE"], + "isBattle": false, + "animations": ["look", + "q.bedrock('urshifu', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('urshifu', 'blink')" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": ["look", + "q.bedrock('urshifu', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('urshifu', 'blink')"] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": [ + "q.bedrock('urshifu', 'ground_idle')" + ], + "quirks": ["q.bedrock_quirk('urshifu', 'blink')"] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": [ + "q.bedrock('urshifu', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('urshifu', 'blink')"] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('urshifu', 'sleep')"] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/veluza.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/veluza.json new file mode 100644 index 0000000..0a610c9 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/veluza.json @@ -0,0 +1,47 @@ +{ + + "head": "head", + "portraitScale": 2.2, + "portraitTranslation": [-0.3, 0, 0], + "profileScale": 1.0, + "profileTranslation": [0.0, 0.7, 0], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(veluza, water_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ + "bedrock(veluza, water_swim)" + ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": [ "SWIM" ], + "animations": [ + "bedrock(veluza, water_swim)" + ] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": [ "FLOAT" ], + "animations": [ + "bedrock(veluza, water_idle)" + ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/volcanion.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/volcanion.json new file mode 100644 index 0000000..27f5639 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/volcanion.json @@ -0,0 +1,35 @@ +{ + "head": "head", + "portraitScale": 1.3, + "portraitTranslation": [ -1.4,0.8, 0], + "profileScale": 0.4, + "profileTranslation": [ 0, 1.2, 0], + "cry": "bedrock(volcanion, cry)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "PORTRAIT", + "PROFILE", + "NONE" + ], + "animations": [ + "look", + "bedrock(volcanion, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ + "WALK" + ], + "animations": [ + "look", + "bedrock(volcanion, ground_idle)" + ] + } +} +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/vullaby.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/vullaby.json new file mode 100644 index 0000000..0026ec9 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/vullaby.json @@ -0,0 +1,59 @@ +{ + "portraitScale":3, + "portraitTranslation":[ + -0.3, + -1.4, + 0 + ], + "profileScale":1, + "profileTranslation":[ + -0.25, + 0.25, + 0 + ], + "poses":{ + "standing":{ + "poseName":"standing", + "transformTicks":10, + "poseTypes":[ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations":[ + "bedrock(vullaby, ground_idle)" + ] + }, + "walking":{ + "poseName":"walking", + "transformTicks":10, + "poseTypes":[ + "WALK" + ], + "animations":[ + "bedrock(vullaby, ground_walk)" + ] + }, + "hovering": { + "poseName": "hovering", + "transformTicks": 10, + "poseTypes": [ + "HOVER" + ], + "animations": [ + "bedrock(vullaby, air_idle)" + ] + }, + "flying": { + "poseName": "flying", + "transformTicks": 10, + "poseTypes": [ + "FLY" + ], + "animations": [ + "bedrock(vullaby, air_fly)" + ] + } + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/wattrel.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/wattrel.json new file mode 100644 index 0000000..cf01cb5 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/wattrel.json @@ -0,0 +1,29 @@ +{ + "head": "head", + "portraitScale": 1.5, + "portraitTranslation": [ 0, 0.3, 0 ], + "profileScale": 0.8, + "profileTranslation": [ 0, 0.6, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(wattrel , ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(wattrel , ground_walk)" ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/wiglett.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/wiglett.json new file mode 100644 index 0000000..d24e2cc --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/wiglett.json @@ -0,0 +1,67 @@ +{ + "head": "body2", + "portraitScale": 2, + "faint": "bedrock(wiglett, faint)", + "portraitTranslation": [ + -0.2, + -0.3, + 0 + ], + "profileScale": 0.8, + "profileTranslation": [ + 0, + 0.4, + 0 + ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(wiglett, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(wiglett, blink)" + ] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ + "WALK" + ], + "animations": [ + "bedrock(wiglett, ground_walk)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(wiglett, blink)" + ] + } + ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ + "SLEEP" + ], + "animations": [ + "bedrock(wiglett, sleep)" + ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/wugtrio.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/wugtrio.json new file mode 100644 index 0000000..5748a56 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/wugtrio.json @@ -0,0 +1,79 @@ +{ + "portraitScale": 3, + "portraitTranslation": [ + 1.55, + 0, + 0 + ], + "profileScale": 0.7, + "profileTranslation": [ + 0.1, + 0.6, + 0 + ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(wugtrio, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(wugtrio, blink)" + ] + }, + { + "name": "blink2", + "animations": [ + "bedrock(wugtrio, blink2)" + ] + }, + { + "name": "blink3", + "animations": [ + "bedrock(wugtrio, blink3)" + ] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ + "WALK" + ], + "animations": [ + "bedrock(wugtrio, ground_walk)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(wugtrio, blink)" + ] + }, + { + "name": "blink2", + "animations": [ + "bedrock(wugtrio, blink2)" + ] + }, + { + "name": "blink3", + "animations": [ + "bedrock(wugtrio, blink3)" + ] + } + ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/xurkitree.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/xurkitree.json new file mode 100644 index 0000000..4289430 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/xurkitree.json @@ -0,0 +1,58 @@ +{ + "portraitScale": 1.7, + "portraitTranslation": [-0.8,6, 0], + "profileScale": 0.3, + "profileTranslation": [0, 1.4, -1.8], + "animations": { + "faint": "q.bedrock_stateful('xurkitree', 'faint', q.curve('one'))", + "cry": "q.bedrock_stateful('xurkitree', 'cry')", + "recoil": "q.bedrock_stateful('xurkitree', 'recoil')", + "physical": "q.bedrock_primary('xurkitree', 'physical', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('xurkitree', 'special', q.curve('symmetrical_wide'))", + "status": "q.bedrock_stateful('xurkitree', 'headshake', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND", "WALK"], + "isBattle": true, + "animations": [ + "q.bedrock('xurkitree', 'battle_idle')" + ], + "quirks": [ + "q.bedrock_quirk('xurkitree', 'headshake')" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.bedrock('xurkitree', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('xurkitree', 'headshake')" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": [ + "q.bedrock('xurkitree', 'ground_walk')" + ] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": [ + "q.bedrock('xurkitree', 'ground_walk')" + ] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": [ + "q.bedrock('xurkitree', 'ground_walk')" + ] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('xurkitree', 'ground_idle')"] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/yamask_galarian.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/yamask_galarian.json new file mode 100644 index 0000000..f906172 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/yamask_galarian.json @@ -0,0 +1,32 @@ +{ + "portraitScale": 2.0, + "portraitTranslation": [ 0, 1.6, 0 ], + "profileScale": 0.6, + "profileTranslation": [ 0.05, 0.9, 0 ], + "faint": "bedrock(yamask_galarian, sleep)", + "poses": { + + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(yamask_galarian, ground_idle)" + ] + }, + + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ + "bedrock(yamask_galarian, ground_walk)" + ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/zapdos2.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/zapdos2.json new file mode 100644 index 0000000..49cd4b1 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/zapdos2.json @@ -0,0 +1,80 @@ +{ + "head": "head", + "portraitScale": 2, + "portraitTranslation": [ -1, 1, 0 ], + "profileScale": 0.6, + "profileTranslation": [ 0, 0.85, 0 ], + "cry": "bedrock(zapdos2, cry)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "PROFILE", + "NONE" + ], + "animations": [ + "look", + "bedrock(zapdos2, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(zapdos2, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ + "WALK" + ], + "animations": [ + "look", + "bedrock(zapdos2, ground_walk)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(zapdos2, blink)"] + } + ] + }, + "hovering": { + "poseName": "hovering", + "transformTicks": 10, + "poseTypes": [ + "HOVER" + ], + "animations": [ + "look", + "bedrock(zapdos2, air_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(zapdos2, blink)"] + } + ] +}, +"flying": { + "poseName": "flying", + "transformTicks": 10, + "poseTypes": [ + "FLY" + ], + "animations": [ + "look", + "bedrock(zapdos2, air_fly)" +], +"quirks": [ + { + "name": "blink", + "animations": ["bedrock(zapdos2, blink)"] + } +] +} +} +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/zapdos_galar.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/zapdos_galar.json new file mode 100644 index 0000000..c99b167 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/zapdos_galar.json @@ -0,0 +1,35 @@ +{ + "head": "head", + "portraitScale": 2, + "portraitTranslation": [ -0.5, 2.85, 0 ], + "profileScale": 0.65, + "profileTranslation": [ 0, 1, 0 ], + "cry": "bedrock(zapdos_galar, cry)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "PROFILE", + "NONE" + ], + "animations": [ + "look", + "bedrock(zapdos_galar, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ + "WALK" + ], + "animations": [ + "look", + "bedrock(zapdos_galar, ground_walk)" + ] + } + } +} + diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/zekrom.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/zekrom.json new file mode 100644 index 0000000..021cb22 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/zekrom.json @@ -0,0 +1,70 @@ +{ + "head": "looky", + "portraitScale": 1, + "portraitTranslation": [-0.5, 3.5, 0], + "profileScale": 0.3, + "profileTranslation": [0, 1.5, 0], + "animations": { + "faint": "q.bedrock_primary('zekrom', 'faint', q.curve('one'))", + "cry": "q.bedrock_primary('zekrom', 'cry', q.curve('symmetrical_wide'))", + "physical": "q.bedrock_primary('zekrom', 'physical_attack', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('zekrom', 'cry', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('zekrom', 'cry', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["look", "q.bedrock('zekrom', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('zekrom', 'blink')" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": ["look", "q.bedrock('zekrom', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('zekrom', 'blink')" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": ["look", "q.bedrock('zekrom', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('zekrom', 'blink')"] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": ["look", "q.bedrock('zekrom', 'ground_idle')" + ], + "quirks": ["q.bedrock_quirk('zekrom', 'blink')"] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": ["look", + "q.bedrock('zekrom', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('zekrom', 'blink')"] + }, + "hover": { + "poseName": "hover", + "poseTypes": ["HOVER"], + "quirks": ["q.bedrock_quirk('zekrom', 'blink')"], + "animations": ["look", "q.bedrock('zekrom', 'ground_walk')" + ] + }, + "fly": { + "poseName": "fly", + "poseTypes": ["FLY"], + "quirks": ["q.bedrock_quirk('zekrom', 'blink')"], + "animations": ["look", "q.bedrock('zekrom', 'fly')"] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('zekrom', 'sleep')"] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/zeraora.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/zeraora.json new file mode 100644 index 0000000..16c4937 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/zeraora.json @@ -0,0 +1,42 @@ +{ + "head": "head", + "portraitScale": 2.5, + "portraitTranslation": [ -0.4, 2.5, 0 ], + "profileScale": 0.6, + "profileTranslation": [ 0, 0.90, 0 ], + "faint": "bedrock(zeraora, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(zeraora, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(zeraora, ground_walk)" ] + }, + + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ + "SLEEP" + ], + "animations": [ + "bedrock(zeraora, sleep)" + ] + } + } + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0228_houndour/0_houndour_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0228_houndour/0_houndour_base.json new file mode 100644 index 0000000..b45aeb3 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0228_houndour/0_houndour_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:houndour", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:houndour", + "model": "cobblemon:houndour.geo", + "texture": "cobblemon:textures/pokemon/houndour/houndour.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/houndour/houndour_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0229_houndoom/0_houndoom_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0229_houndoom/0_houndoom_base.json new file mode 100644 index 0000000..f1eccae --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0229_houndoom/0_houndoom_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:houndoom", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:houndoom", + "model": "cobblemon:houndoom.geo", + "texture": "cobblemon:textures/pokemon/houndoom/houndoom.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/houndoom/houndoom_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0359_absol/0_absol_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0359_absol/0_absol_base.json new file mode 100644 index 0000000..1617b85 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0359_absol/0_absol_base.json @@ -0,0 +1,26 @@ +{ + "species": "cobblemon:absol", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:absol", + "model": "cobblemon:absol.geo", + "texture": "cobblemon:textures/pokemon/absol/absol.png", + "layers": [ + { + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/absol/absol_shiny.png", + "layers": [ + { + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0361_snorunt/0_snorunt_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0361_snorunt/0_snorunt_base.json new file mode 100644 index 0000000..911f10e --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0361_snorunt/0_snorunt_base.json @@ -0,0 +1,18 @@ +{ + "species": "cobblemon:snorunt", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:snorunt", + "model": "cobblemon:snorunt.geo", + "texture": "cobblemon:textures/pokemon/snorunt/snorunt.png", + "layers": [] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/snorunt/snorunt_shiny.png", + "layers": [] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0362_glalie/0_glalie_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0362_glalie/0_glalie_base.json new file mode 100644 index 0000000..dc134a5 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0362_glalie/0_glalie_base.json @@ -0,0 +1,26 @@ +{ + "species": "cobblemon:glalie", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:glalie", + "model": "cobblemon:glalie.geo", + "texture": "cobblemon:textures/pokemon/glalie/glalie.png", + "layers": [ + { + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/glalie/glalie_shiny.png", + "layers": [ + { + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0478_froslass/0_froslass_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0478_froslass/0_froslass_base.json new file mode 100644 index 0000000..cba427d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0478_froslass/0_froslass_base.json @@ -0,0 +1,26 @@ +{ + "species": "cobblemon:froslass", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:froslass", + "model": "cobblemon:froslass.geo", + "texture": "cobblemon:textures/pokemon/froslass/froslass.png", + "layers": [ + { + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/froslass/froslass_shiny.png", + "layers": [ + { + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0580_ducklett/0_ducklett_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0580_ducklett/0_ducklett_base.json new file mode 100644 index 0000000..528433f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0580_ducklett/0_ducklett_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:ducklett", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:ducklett", + "model": "cobblemon:ducklett.geo", + "texture": "cobblemon:textures/pokemon/ducklett/ducklett.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/ducklett/ducklett_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0581_swanna/0_swanna_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0581_swanna/0_swanna_base.json new file mode 100644 index 0000000..2388cce --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0581_swanna/0_swanna_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:swanna", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:swanna", + "model": "cobblemon:swanna.geo", + "texture": "cobblemon:textures/pokemon/swanna/swanna.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/swanna/swanna_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0721_volcanion/0_volcanion_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0721_volcanion/0_volcanion_base.json new file mode 100644 index 0000000..b29e0e5 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0721_volcanion/0_volcanion_base.json @@ -0,0 +1,26 @@ +{ + "species": "cobblemon:volcanion", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:volcanion", + "model": "cobblemon:volcanion.geo", + "texture": "cobblemon:textures/pokemon/volcanion/volcanion.png", + "layers": [ + { + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/volcanion/volcanion_shiny.png", + "layers": [ + { + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0747_mareanie/0_mareanie_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0747_mareanie/0_mareanie_base.json new file mode 100644 index 0000000..9ba97b1 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0747_mareanie/0_mareanie_base.json @@ -0,0 +1,34 @@ +{ + "species": "cobblemon:mareanie", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:mareanie", + "model": "cobblemon:mareanie.geo", + "texture": "cobblemon:textures/pokemon/mareanie/mareanie.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/mareanie/mareanie_emissive.png", + "translucent": false + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/mareanie/mareanie_shiny.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/mareanie/mareanie_shiny_emissive.png", + "translucent": false + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0748_toxapex/0_toxapex_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0748_toxapex/0_toxapex_base.json new file mode 100644 index 0000000..1633ee7 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0748_toxapex/0_toxapex_base.json @@ -0,0 +1,34 @@ +{ + "species": "cobblemon:toxapex", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:toxapex", + "model": "cobblemon:toxapex.geo", + "texture": "cobblemon:textures/pokemon/toxapex/toxapex.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/toxapex/toxapex_emissive.png", + "translucent": false + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/toxapex/toxapex_shiny.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/toxapex/toxapex_emissive_shiny.png", + "translucent": false + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0824_blipbug/0_blipbug_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0824_blipbug/0_blipbug_base.json new file mode 100644 index 0000000..0c53d4c --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0824_blipbug/0_blipbug_base.json @@ -0,0 +1,32 @@ +{ + "species": "cobblemon:blipbug", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:blipbug", + "model": "cobblemon:blipbug.geo", + "texture": "cobblemon:textures/pokemon/blipbug/blipbug.png", + "layers": [ + { + "name": "emissive", + "texture": "cobblemon:textures/pokemon/blipbug/blipbug_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/blipbug/blipbug_shiny.png", + "layers": [ + { + "name": "emissive", + "texture": "cobblemon:textures/pokemon/blipbug/blipbug_emissive.png", + "emissive": true + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0825_dottler/0_dottler_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0825_dottler/0_dottler_base.json new file mode 100644 index 0000000..3b817b2 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0825_dottler/0_dottler_base.json @@ -0,0 +1,32 @@ +{ + "species": "cobblemon:dottler", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:dottler", + "model": "cobblemon:dottler.geo", + "texture": "cobblemon:textures/pokemon/dottler/dottler.png", + "layers": [ + { + "name": "emissive", + "texture": "cobblemon:textures/pokemon/dottler/dottler_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/dottler/dottler_shiny.png", + "layers": [ + { + "name": "emissive", + "texture": "cobblemon:textures/pokemon/dottler/dottler_emissive.png", + "emissive": true + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0826_orbeetle/0_orbeetle_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0826_orbeetle/0_orbeetle_base.json new file mode 100644 index 0000000..d26320c --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0826_orbeetle/0_orbeetle_base.json @@ -0,0 +1,32 @@ +{ + "species": "cobblemon:orbeetle", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:orbeetle", + "model": "cobblemon:orbeetle.geo", + "texture": "cobblemon:textures/pokemon/orbeetle/orbeetle.png", + "layers": [ + { + "name": "emissive", + "texture": "cobblemon:textures/pokemon/orbeetle/orbeetle_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/orbeetle/orbeetle_shiny.png", + "layers": [ + { + "name": "emissive", + "texture": "cobblemon:textures/pokemon/orbeetle/orbeetle_shiny_emissive.png", + "emissive": true + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0848_toxel/1_toxel_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0848_toxel/1_toxel_base.json new file mode 100644 index 0000000..0b63638 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0848_toxel/1_toxel_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:toxel", + "order": 1, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:toxel", + "model": "cobblemon:toxel.geo", + "texture": "cobblemon:textures/pokemon/toxel/toxel.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/toxel/toxel_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0849_toxtricity/1_toxtricity_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0849_toxtricity/1_toxtricity_base.json new file mode 100644 index 0000000..a51abde --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0849_toxtricity/1_toxtricity_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:toxtricity", + "order": 1, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:toxtricitya", + "model": "cobblemon:toxtricitya.geo", + "texture": "cobblemon:textures/pokemon/toxtricity/toxtricitya.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/toxtricity/toxtricitya_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0849_toxtricity/2_toxtricity_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0849_toxtricity/2_toxtricity_base.json new file mode 100644 index 0000000..eaa76f2 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0849_toxtricity/2_toxtricity_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:toxtricity", + "order": 2, + "variations": [ + { + "aspects": ["female"], + "poser": "cobblemon:toxtricityb", + "model": "cobblemon:toxtricityb.geo", + "texture": "cobblemon:textures/pokemon/toxtricity/toxtricityb.png", + "layers": [] + }, + { + "aspects": [ "female", "shiny" ], + "texture": "cobblemon:textures/pokemon/toxtricity/toxtricityb_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0896_glastrier/0_glastrier_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0896_glastrier/0_glastrier_base.json new file mode 100644 index 0000000..71a7b50 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0896_glastrier/0_glastrier_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:glastrier", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:glastrier", + "model": "cobblemon:glastrier.geo", + "texture": "cobblemon:textures/pokemon/0896_glastrier/glastrier.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0896_glastrier/glastrier_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0897_spectrier/0_spectrier_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0897_spectrier/0_spectrier_base.json new file mode 100644 index 0000000..f3d3d07 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0897_spectrier/0_spectrier_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:spectrier", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:spectrier", + "model": "cobblemon:spectrier.geo", + "texture": "cobblemon:textures/pokemon/0897_spectrier/spectrier.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0897_spectrier/spectrier_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0898_calyrex/0_calyrex_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0898_calyrex/0_calyrex_base.json new file mode 100644 index 0000000..3592d64 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0898_calyrex/0_calyrex_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:calyrex", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:calyrex", + "model": "cobblemon:calyrex.geo", + "texture": "cobblemon:textures/pokemon/0898_calyrex/calyrex.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0898_calyrex/calyrex_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0971_greavard/0_greavard_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0971_greavard/0_greavard_base.json new file mode 100644 index 0000000..a4fe774 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0971_greavard/0_greavard_base.json @@ -0,0 +1,34 @@ +{ + "species": "cobblemon:greavard", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:greavard", + "model": "cobblemon:greavard.geo", + "texture": "cobblemon:textures/pokemon/greavard/greavard.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/greavard/greavard_emissive.png", + "translucent": false + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/greavard/greavard_shiny.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/greavard/greavard_emissive.png", + "translucent": false + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0972_houndstone/0_houndstone_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0972_houndstone/0_houndstone_base.json new file mode 100644 index 0000000..85647c5 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0972_houndstone/0_houndstone_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:houndstone", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:houndstone", + "model": "cobblemon:houndstone.geo", + "texture": "cobblemon:textures/pokemon/houndstone/houndstone.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/houndstone/houndstone_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0994_ironmoth/0_ironmoth_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0994_ironmoth/0_ironmoth_base.json new file mode 100644 index 0000000..3649780 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0994_ironmoth/0_ironmoth_base.json @@ -0,0 +1,34 @@ +{ + "species": "cobblemon:ironmoth", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:ironmoth", + "model": "cobblemon:ironmoth.geo", + "texture": "cobblemon:textures/pokemon/ironmoth/ironmoth.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/ironmoth/ironmoth_emissive.png", + "translucent": false + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/ironmoth/ironmoth_shiny.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/ironmoth/ironmoth_emissive.png", + "translucent": false + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_altaria_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_altaria_base.json new file mode 100644 index 0000000..b7f78c9 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_altaria_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:altaria", + "order": 1, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:altaria", + "model": "cobblemon:altaria.geo", + "texture": "cobblemon:textures/pokemon/0334_altaria/altaria.png", + "layers": [ + + ] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/0334_altaria/altaria_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_amoonguss_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_amoonguss_base.json new file mode 100644 index 0000000..aea2818 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_amoonguss_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:amoonguss", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:amoonguss", + "model": "cobblemon:amoonguss.geo", + "texture": "cobblemon:textures/pokemon/amoonguss/amoonguss.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/amoonguss/amoonguss_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_appletun_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_appletun_base.json new file mode 100644 index 0000000..a3c8e1d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_appletun_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:appletun", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:appletun", + "model": "cobblemon:appletun.geo", + "texture": "cobblemon:textures/pokemon/appletun/appletun.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/appletun/appletun_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_applin_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_applin_base.json new file mode 100644 index 0000000..320031c --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_applin_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:applin", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:applin", + "model": "cobblemon:applin.geo", + "texture": "cobblemon:textures/pokemon/applin/applin.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/applin/applin_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_araquanid_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_araquanid_base.json new file mode 100644 index 0000000..87019f4 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_araquanid_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:araquanid", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:araquanid", + "model": "cobblemon:araquanid.geo", + "texture": "cobblemon:textures/pokemon/araquanid/araquanid.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/araquanid/araquanid_shiny.png" + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_archaludon_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_archaludon_base.json new file mode 100644 index 0000000..540f2e0 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_archaludon_base.json @@ -0,0 +1,32 @@ +{ + "species": "cobblemon:archaludon", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:archaludon", + "model": "cobblemon:archaludon.geo", + "texture": "cobblemon:textures/pokemon/archaludon/archaludon.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/archaludon/archaludon_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/archaludon/archaludon_shiny.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/archaludon/archaludon_emissive.png", + "emissive": true + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_arctibax_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_arctibax_base.json new file mode 100644 index 0000000..654d904 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_arctibax_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:arctibax", + "order": 1, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:arctibax", + "model": "cobblemon:arctibax.geo", + "texture": "cobblemon:textures/pokemon/arctibax/arctibax.png", + "layers": [ + + ] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/arctibax/arctibax_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_articuno_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_articuno_base.json new file mode 100644 index 0000000..82ed327 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_articuno_base.json @@ -0,0 +1,18 @@ +{ + "species": "cobblemon:articuno", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:articuno2", + "model": "cobblemon:articuno2.geo", + "texture": "cobblemon:textures/pokemon/articuno/articuno2.png" + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/articuno/articuno_shiny2.png" + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_axew_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_axew_base.json new file mode 100644 index 0000000..28306bc --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_axew_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:axew", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:axew", + "model": "cobblemon:axew.geo", + "texture": "cobblemon:textures/pokemon/0610_axew/axew.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/0610_axew/axew_shiny.png" + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_azumarill_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_azumarill_base.json new file mode 100644 index 0000000..93cd64b --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_azumarill_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:azumarill", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:azumarill", + "model": "cobblemon:azumarill.geo", + "texture": "cobblemon:textures/pokemon/azumarill/azumarill.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/azumarill/azumarill_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_azurill_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_azurill_base.json new file mode 100644 index 0000000..5a75918 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_azurill_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:azurill", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:azurill", + "model": "cobblemon:azurill.geo", + "texture": "cobblemon:textures/pokemon/azurill/azurill.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/azurill/azurill_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_banette_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_banette_base.json new file mode 100644 index 0000000..53a11b6 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_banette_base.json @@ -0,0 +1,32 @@ +{ + "species": "cobblemon:banette", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:banette", + "model": "cobblemon:banette.geo", + "texture": "cobblemon:textures/pokemon/0354_banette/banette.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0354_banette/banette_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0354_banette/banette_shiny.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0354_banette/banette_emissive.png", + "emissive": true + } + ] + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_baxcalibur_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_baxcalibur_base.json new file mode 100644 index 0000000..6717096 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_baxcalibur_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:baxcalibur", + "order": 1, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:baxcalibur", + "model": "cobblemon:baxcalibur.geo", + "texture": "cobblemon:textures/pokemon/baxcalibur/baxcalibur.png", + "layers": [ + + ] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/baxcalibur/baxcalibur_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_bellibolt_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_bellibolt_base.json new file mode 100644 index 0000000..1ce3d67 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_bellibolt_base.json @@ -0,0 +1,23 @@ +{ + "species": "cobblemon:bellibolt", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:bellibolt", + "model": "cobblemon:bellibolt.geo", + "texture": "cobblemon:textures/pokemon/bellibolt/bellibolt.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/bellibolt/bellibolt_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/bellibolt/bellibolt_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_bisharp_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_bisharp_base.json new file mode 100644 index 0000000..ae82d0f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_bisharp_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:bisharp", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:bisharp", + "model": "cobblemon:bisharp.geo", + "texture": "cobblemon:textures/pokemon/bisharp/bisharp.png", + "layers": [ + + ] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/bisharp/bisharp_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_blacephalon_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_blacephalon_base.json new file mode 100644 index 0000000..d2b2a2c --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_blacephalon_base.json @@ -0,0 +1,23 @@ +{ + "species": "cobblemon:blacephalon", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:blacephalon", + "model": "cobblemon:blacephalon.geo", + "texture": "cobblemon:textures/pokemon/blacephalon/blacephalon.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/blacephalon/blacephalon_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/blacephalon/blacephalon_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_brutebonnet_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_brutebonnet_base.json new file mode 100644 index 0000000..ca9976f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_brutebonnet_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:brutebonnet", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:brutebonnet", + "model": "cobblemon:brutebonnet.geo", + "texture": "cobblemon:textures/pokemon/brutebonnet/brutebonnet.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/brutebonnet/brutebonnet_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_capsakid_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_capsakid_base.json new file mode 100644 index 0000000..b0a61fb --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_capsakid_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:capsakid", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:capsakid", + "model": "cobblemon:capsakid.geo", + "texture": "cobblemon:textures/pokemon/capsakid/capsakid.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/capsakid/capsakid_shiny.png" + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_celebi_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_celebi_base.json new file mode 100644 index 0000000..6511457 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_celebi_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:celebi", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:celebi", + "model": "cobblemon:celebi.geo", + "texture": "cobblemon:textures/pokemon/celebi/celebi.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/celebi/celebi_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_chienpao_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_chienpao_base.json new file mode 100644 index 0000000..05e6bec --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_chienpao_base.json @@ -0,0 +1,32 @@ +{ + "species": "cobblemon:chienpao", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:chienpao", + "model": "cobblemon:chienpao.geo", + "texture": "cobblemon:textures/pokemon/chienpao/chienpao.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/chienpao/chienpao_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/chienpao/chienpao_shiny.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/chienpao/chienpao_emissive.png", + "emissive": true + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_chiyu_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_chiyu_base.json new file mode 100644 index 0000000..f7c09ea --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_chiyu_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:chiyu", + "order": 1, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:chiyu", + "model": "cobblemon:chiyu.geo", + "texture": "cobblemon:textures/pokemon/chiyu/chi-yu.png", + "layers": [ + + ] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/chiyu/chi-yu_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_cinccino_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_cinccino_base.json new file mode 100644 index 0000000..a3c5021 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_cinccino_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:cinccino", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:cinccino", + "model": "cobblemon:cinccino.geo", + "texture": "cobblemon:textures/pokemon/cinccino/cinccino.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/cinccino/cinccino_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_corsola_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_corsola_base.json new file mode 100644 index 0000000..66b0403 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_corsola_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:corsola", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:corsola", + "model": "cobblemon:corsola.geo", + "texture": "cobblemon:textures/pokemon/corsola/corsola.png", + "layers": [] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/corsola/corsola_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_cramorant_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_cramorant_base.json new file mode 100644 index 0000000..1361080 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_cramorant_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:cramorant", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:cramorant", + "model": "cobblemon:cramorant.geo", + "texture": "cobblemon:textures/pokemon/cramorant/cramorant.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/cramorant/cramorant_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_cresselia_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_cresselia_base.json new file mode 100644 index 0000000..ddf6403 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_cresselia_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:cresselia", + "order": 1, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:cresselia", + "model": "cobblemon:cresselia.geo", + "texture": "cobblemon:textures/pokemon/cresselia/cresselia.png", + "layers": [ + + ] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/cresselia/cresselia_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_croagunk_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_croagunk_base.json new file mode 100644 index 0000000..6ea02c4 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_croagunk_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:croagunk", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:croagunk", + "model": "cobblemon:croagunk.geo", + "texture": "cobblemon:textures/pokemon/croagunk/croagunk.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/croagunk/croagunk_shiny.png" + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_cursola_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_cursola_base.json new file mode 100644 index 0000000..881bc9e --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_cursola_base.json @@ -0,0 +1,30 @@ +{ + "species": "cobblemon:cursola", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:cursola", + "model": "cobblemon:cursola.geo", + "texture": "cobblemon:textures/pokemon/cursola/cursola_solid.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/cursola/cursola_transparent.png", + "translucent": true + }, + { + "name": "eye", + "texture": "cobblemon:textures/pokemon/cursola/cursola_eye.png", + "emissive": true + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/cursola/cursola_solid_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_cyclizar_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_cyclizar_base.json new file mode 100644 index 0000000..eec80b2 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_cyclizar_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:cyclizar", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:cyclizar", + "model": "cobblemon:cyclizar.geo", + "texture": "cobblemon:textures/pokemon/cyclizar/cyclizar.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/manaphy/cyclizar.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_darkrai_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_darkrai_base.json new file mode 100644 index 0000000..bd26c5a --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_darkrai_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:darkrai", + "order": 1, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:darkrai", + "model": "cobblemon:darkrai.geo", + "texture": "cobblemon:textures/pokemon/darkrai/darkrai.png", + "layers": [ + + ] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/darkrai/darkrai_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_delcatty_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_delcatty_base.json new file mode 100644 index 0000000..2c08a6d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_delcatty_base.json @@ -0,0 +1,15 @@ +{ + "species": "cobblemon:delcatty", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:delcatty", + "model": "cobblemon:delcatty.geo", + "texture": "cobblemon:textures/pokemon/delcatty/delcatty.png", + "layers": []}, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/delcatty/delcatty_shiny.png"} + ] + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_delibird_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_delibird_base.json new file mode 100644 index 0000000..a20a16c --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_delibird_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:delibird", + "order": 1, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:delibird", + "model": "cobblemon:delibird.geo", + "texture": "cobblemon:textures/pokemon/delibird/delibird.png", + "layers": [ + + ] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/delibird/delibird_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_dewpider_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_dewpider_base.json new file mode 100644 index 0000000..386699f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_dewpider_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:dewpider", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:dewpider", + "model": "cobblemon:dewpider.geo", + "texture": "cobblemon:textures/pokemon/dewpider/dewpider.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/dewpider/dewpider_shiny.png" + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_diancie_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_diancie_base.json new file mode 100644 index 0000000..ade865d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_diancie_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:diancie", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:diancie", + "model": "cobblemon:diancie.geo", + "texture": "cobblemon:textures/pokemon/0719_diancie/diancie.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0719_diancie/diancie_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_dipplin_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_dipplin_base.json new file mode 100644 index 0000000..2c744d5 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_dipplin_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:dipplin", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:dipplin", + "model": "cobblemon:dipplin.geo", + "texture": "cobblemon:textures/pokemon/dipplin/dipplin.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/dipplin/dipplin_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_drilbur_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_drilbur_base.json new file mode 100644 index 0000000..bb7aa83 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_drilbur_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:drilbur", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:drilbur", + "model": "cobblemon:drilbur.geo", + "texture": "cobblemon:textures/pokemon/drilbur/drilbur.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/drilbur/drilbur_shiny.png" + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_duosion_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_duosion_base.json new file mode 100644 index 0000000..df4a76d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_duosion_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:duosion", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:duosion", + "model": "cobblemon:duosion.geo", + "texture": "cobblemon:textures/pokemon/duosion/duosion.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/duosion/duosion_shiny.png" + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_duraludon_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_duraludon_base.json new file mode 100644 index 0000000..27da854 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_duraludon_base.json @@ -0,0 +1,18 @@ +{ + "species": "cobblemon:duraludon", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:duraludon", + "model": "cobblemon:duraludon.geo", + "texture": "cobblemon:textures/pokemon/duraludon/duraludon.png", + "layers": [] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/duraludon/duraludon_shiny.png", + "layers": [] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_eelektrik_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_eelektrik_base.json new file mode 100644 index 0000000..a24320e --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_eelektrik_base.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:eelektrik", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:eelektrik", + "model": "cobblemon:eelektrik.geo", + "texture": "cobblemon:textures/pokemon/eelektrik/eelektrik.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/eelektrik/eelektrik_shiny.png", + "layers": [] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_eelektross_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_eelektross_base.json new file mode 100644 index 0000000..03ea710 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_eelektross_base.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:eelektross", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:eelektross", + "model": "cobblemon:eelektross.geo", + "texture": "cobblemon:textures/pokemon/eelektross/eelektross.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/eelektross/eelektross_shiny.png", + "layers": [] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_espurr.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_espurr.json new file mode 100644 index 0000000..a0ed1a7 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_espurr.json @@ -0,0 +1,31 @@ +{ + "species": "cobblemon:espurr", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:espurr", + "model": "cobblemon:espurr.geo", + "texture": "cobblemon:textures/pokemon/espurr/espurr.png", + "layers": [ + { + "name": "espurr_glow", + "emissive": true, + "translucent": true, + "texture": "cobblemon:textures/pokemon/espurr/espurr_glow.png" + } + ]}, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/espurr/espurr_shiny.png", + "layers": [ + { + "name": "espurr_glow", + "emissive": true, + "translucent": true, + "texture": "cobblemon:textures/pokemon/espurr/espurr_glow.png" + } + ] + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_eternatus_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_eternatus_base.json new file mode 100644 index 0000000..809d46d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_eternatus_base.json @@ -0,0 +1,24 @@ +{ + "species": "cobblemon:eternatus", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:eternatus", + "model": "cobblemon:eternatus.geo", + "texture": "cobblemon:textures/pokemon/eternatus/eternatus.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/eternatus/eternatus_emissive.png", + "translucent": true + } + ] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/eternatus/eternatus_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_excadrill_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_excadrill_base.json new file mode 100644 index 0000000..dd8936f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_excadrill_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:excadrill", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:excadrill", + "model": "cobblemon:excadrill.geo", + "texture": "cobblemon:textures/pokemon/excadrill/excadrill.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/excadrill/excadrill_shiny.png" + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_feebas_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_feebas_base.json new file mode 100644 index 0000000..503a838 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_feebas_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:feebas", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:feebas", + "model": "cobblemon:feebas.geo", + "texture": "cobblemon:textures/pokemon/feebas/feebas.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/feebas/feebas_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_finizen_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_finizen_base.json new file mode 100644 index 0000000..cbbedc3 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_finizen_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:finizen", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:finizen", + "model": "cobblemon:finizen.geo", + "texture": "cobblemon:textures/pokemon/finizen/finizen.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/finizen/finizen_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_flapple_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_flapple_base.json new file mode 100644 index 0000000..c9ca68e --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_flapple_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:flapple", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:flapple", + "model": "cobblemon:flapple.geo", + "texture": "cobblemon:textures/pokemon/flapple/flapple.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/flapple/flapple_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_fluttermane_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_fluttermane_base.json new file mode 100644 index 0000000..c52310b --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_fluttermane_base.json @@ -0,0 +1,32 @@ +{ + "species": "cobblemon:fluttermane", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:fluttermane", + "model": "cobblemon:fluttermane.geo", + "texture": "cobblemon:textures/pokemon/fluttermane/fluttermane.png", + "layers": [ + { + "name": "emissive", + "texture": "cobblemon:textures/pokemon/fluttermane/fluttermane_emmisive.png", + "emissive": true + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/fluttermane/fluttermane_shiny.png", + "layers": [ + { + "name": "emissive", + "texture": "cobblemon:textures/pokemon/fluttermane/fluttermane_emmisive.png", + "emissive": true + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_foongus_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_foongus_base.json new file mode 100644 index 0000000..5cbb8a7 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_foongus_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:foongus", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:foongus", + "model": "cobblemon:foongus.geo", + "texture": "cobblemon:textures/pokemon/foongus/foongus.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/foongus/foongus_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_fraxure_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_fraxure_base.json new file mode 100644 index 0000000..a8e111a --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_fraxure_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:fraxure", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:fraxure", + "model": "cobblemon:fraxure.geo", + "texture": "cobblemon:textures/pokemon/0611_fraxure/fraxure.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/0611_fraxure/fraxure_shiny.png" + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_frigibax_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_frigibax_base.json new file mode 100644 index 0000000..8a8c0ad --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_frigibax_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:frigibax", + "order": 1, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:frigibax", + "model": "cobblemon:frigibax.geo", + "texture": "cobblemon:textures/pokemon/frigibax/frigibax.png", + "layers": [ + + ] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/frigibax/frigibax_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_frosmoth_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_frosmoth_base.json new file mode 100644 index 0000000..82b7a45 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_frosmoth_base.json @@ -0,0 +1,22 @@ +{ + "species": "cobblemon:frosmoth", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:frosmoth", + "model": "cobblemon:frosmoth.geo", + "texture": "cobblemon:textures/pokemon/0873_frosmoth/frosmoth.png", + "layers": [ + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0873_frosmoth/frosmoth_shiny.png", + "layers": [ + ] + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_gastrodon_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_gastrodon_base.json new file mode 100644 index 0000000..85af343 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_gastrodon_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:gastrodon", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:gastrodon", + "model": "cobblemon:gastrodon_e.geo", + "texture": "cobblemon:textures/pokemon/gastrodon/gastrodon_e.png", + "layers": [] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/gastrodon/gastrodon_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_genesect_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_genesect_base.json new file mode 100644 index 0000000..f59eeb2 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_genesect_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:genesect", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:genesect", + "model": "cobblemon:genesect.geo", + "texture": "cobblemon:textures/pokemon/genesect/genesect.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/genesect/genesect_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_glameow_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_glameow_base.json new file mode 100644 index 0000000..c79ccd9 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_glameow_base.json @@ -0,0 +1,15 @@ +{ + "species": "cobblemon:glameow", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:glameow", + "model": "cobblemon:glameow.geo", + "texture": "cobblemon:textures/pokemon/glameow/glameow.png", + "layers": []}, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/glameow/glameow_shiny.png"} + ] + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_gogoat_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_gogoat_base.json new file mode 100644 index 0000000..8409b7c --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_gogoat_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:gogoat", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:gogoat", + "model": "cobblemon:gogoat.geo", + "texture": "cobblemon:textures/pokemon/gogoat/gogoat.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/gogoat/gogoat_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_gothita_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_gothita_base.json new file mode 100644 index 0000000..d8c91bf --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_gothita_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:gothita", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:gothita", + "model": "cobblemon:gothita.geo", + "texture": "cobblemon:textures/pokemon/gothita/gothita.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/gothita/gothita_shiny.png" + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_gothitelle_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_gothitelle_base.json new file mode 100644 index 0000000..241d406 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_gothitelle_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:gothitelle", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:gothitelle", + "model": "cobblemon:gothitelle.geo", + "texture": "cobblemon:textures/pokemon/gothitelle/gothitelle.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/gothitelle/gothitelle_shiny.png" + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_gothorita_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_gothorita_base.json new file mode 100644 index 0000000..886bebf --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_gothorita_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:gothorita", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:gothorita", + "model": "cobblemon:gothorita.geo", + "texture": "cobblemon:textures/pokemon/gothorita/gothorita.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/gothorita/gothorita_shiny.png" + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_greattusk_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_greattusk_base.json new file mode 100644 index 0000000..e401921 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_greattusk_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:greattusk", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:greattusk", + "model": "cobblemon:greattusk.geo", + "texture": "cobblemon:textures/pokemon/greattusk/greattusk.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/greattusk/greattusk_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_guzzlord_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_guzzlord_base.json new file mode 100644 index 0000000..bad8ce9 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_guzzlord_base.json @@ -0,0 +1,32 @@ +{ + "species": "cobblemon:guzzlord", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:guzzlord", + "model": "cobblemon:guzzlord.geo", + "texture": "cobblemon:textures/pokemon/guzzlord/guzzlord.png", + "layers": [ + { + "name": "color", + "texture": "cobblemon:textures/pokemon/guzzlord/guzzlord_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/guzzlord/guzzlord_shiny.png", + "layers": [ + { + "name": "color", + "texture": "cobblemon:textures/pokemon/guzzlord/guzzlord_emissive.png", + "emissive": true + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_hawlucha_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_hawlucha_base.json new file mode 100644 index 0000000..8d4a695 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_hawlucha_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:hawlucha", + "order": 1, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:hawlucha", + "model": "cobblemon:hawlucha.geo", + "texture": "cobblemon:textures/pokemon/hawlucha/hawlucha.png", + "layers": [ + + ] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/hawlucha/hawlucha_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_haxorus_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_haxorus_base.json new file mode 100644 index 0000000..4229423 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_haxorus_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:haxorus", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:haxorus", + "model": "cobblemon:haxorus.geo", + "texture": "cobblemon:textures/pokemon/0612_haxorus/haxorus.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/0612_haxorus/haxorus_shiny.png" + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_hoppip_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_hoppip_base.json new file mode 100644 index 0000000..40115e6 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_hoppip_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:hoppip", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:hoppip", + "model": "cobblemon:hoppip.geo", + "texture": "cobblemon:textures/pokemon/hoppip/hoppip.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/hoppip/hoppip_shiny.png" + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_hydrapple_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_hydrapple_base.json new file mode 100644 index 0000000..015ea00 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_hydrapple_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:hydrapple", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:hydrapple", + "model": "cobblemon:hydrapple.geo", + "texture": "cobblemon:textures/pokemon/hydrapple/hydrapple.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/hydrapple/hydrapple_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_indeedee_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_indeedee_base.json new file mode 100644 index 0000000..22af5d2 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_indeedee_base.json @@ -0,0 +1,16 @@ +{ + "species": "cobblemon:indeedee", + "order": 0, + "variations": [ + { + "aspects": ["male"], + "poser": "cobblemon:indeedee_m", + "model": "cobblemon:indeedee_m.geo", + "texture": "cobblemon:textures/pokemon/indeedee/indeedee_m.png" + }, + { + "aspects": [ "male", "shiny" ], + "texture": "cobblemon:textures/pokemon/indeedee/indeedee_m_shiny.png" + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_ironbundle_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_ironbundle_base.json new file mode 100644 index 0000000..6b7817a --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_ironbundle_base.json @@ -0,0 +1,34 @@ +{ + "species": "cobblemon:ironbundle", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:ironbundle", + "model": "cobblemon:ironbundle.geo", + "texture": "cobblemon:textures/pokemon/0991_ironbundle/ironbundle.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/0991_ironbundle/ironbundle_emissive.png", + "translucent": true + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0991_ironbundle/ironbundle_shiny.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/0991_ironbundle/ironbundle_emissive.png", + "translucent": true + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_ironthorns_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_ironthorns_base.json new file mode 100644 index 0000000..d57b775 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_ironthorns_base.json @@ -0,0 +1,30 @@ +{ + "species": "cobblemon:ironthorns", + "order": 1, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:ironthorns", + "model": "cobblemon:ironthorns.geo", + "texture": "cobblemon:textures/pokemon/ironthorns/ironthorns.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/ironthorns/ironthorns_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/ironthorns/ironthorns_shiny.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/ironthorns/ironthorns_emissive.png", + "emissive": true + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_ironvaliant_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_ironvaliant_base.json new file mode 100644 index 0000000..c646dfc --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_ironvaliant_base.json @@ -0,0 +1,30 @@ +{ + "species": "cobblemon:ironvaliant", + "order": 1, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:ironvaliant", + "model": "cobblemon:ironvaliant.geo", + "texture": "cobblemon:textures/pokemon/ironvaliant/ironvaliant.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/ironvaliant/ironvaliant_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/ironvaliant/ironvaliant_shiny.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/ironvaliant/ironvaliant_emissive.png", + "emissive": true + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_jumpluff_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_jumpluff_base.json new file mode 100644 index 0000000..3acfe90 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_jumpluff_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:jumpluff", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:jumpluff", + "model": "cobblemon:jumpluff.geo", + "texture": "cobblemon:textures/pokemon/jumpluff/jumpluff.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/jumpluff/jumpluff_shiny.png" + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_kartana_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_kartana_base.json new file mode 100644 index 0000000..5544547 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_kartana_base.json @@ -0,0 +1,22 @@ +{ + "species": "cobblemon:kartana", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:kartana", + "model": "cobblemon:kartana.geo", + "texture": "cobblemon:textures/pokemon/0798_kartana/kartana.png", + "layers": [ + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0798_kartana/kartana_shiny.png", + "layers": [ + ] + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_kilowattrel_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_kilowattrel_base.json new file mode 100644 index 0000000..b404372 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_kilowattrel_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:kilowattrel", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:kilowattrel", + "model": "cobblemon:kilowattrel.geo", + "texture": "cobblemon:textures/pokemon/kilowattrel/kilowattrel.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/kilowattrel/kilowattrel_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_kingambit_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_kingambit_base.json new file mode 100644 index 0000000..1bd4cd0 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_kingambit_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:kingambit", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:kingambit", + "model": "cobblemon:kingambit.geo", + "texture": "cobblemon:textures/pokemon/kingambit/kingambit.png", + "layers": [ + + ] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/kingambit/kingambit_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_kubfu_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_kubfu_base.json new file mode 100644 index 0000000..c31f1f0 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_kubfu_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:kubfu", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:kubfu", + "model": "cobblemon:kubfu.geo", + "texture": "cobblemon:textures/pokemon/kubfu/kubfu.png", + "layers": [ + + ] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/kubfu/kubfu_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_kyurem_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_kyurem_base.json new file mode 100644 index 0000000..453f575 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_kyurem_base.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:kyurem", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:kyurem", + "model": "cobblemon:kyurem.geo", + "texture": "cobblemon:textures/pokemon/kyurem/kyurem.png", + "layers": [] + }, + { + "aspects": ["shiny"], + "poser": "cobblemon:kyurem", + "model": "cobblemon:kyurem.geo", + "texture": "cobblemon:textures/pokemon/kyurem/kyurem_shiny.png", + "layers": [] + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_landorus_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_landorus_base.json new file mode 100644 index 0000000..8f5902f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_landorus_base.json @@ -0,0 +1,18 @@ + +{ + "species": "cobblemon:landorus", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:landorus", + "model": "cobblemon:landorus.geo", + "texture": "cobblemon:textures/pokemon/landorus/landorus.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/landorus/landorus_shiny.png" + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_latias_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_latias_base.json new file mode 100644 index 0000000..ea5ca23 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_latias_base.json @@ -0,0 +1,18 @@ + +{ + "species": "cobblemon:latias", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:latias", + "model": "cobblemon:latias.geo", + "texture": "cobblemon:textures/pokemon/latias/latias.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/latias/latias_shiny.png" + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_latios_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_latios_base.json new file mode 100644 index 0000000..5607085 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_latios_base.json @@ -0,0 +1,18 @@ + +{ + "species": "cobblemon:latios", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:latios", + "model": "cobblemon:latios.geo", + "texture": "cobblemon:textures/pokemon/latios/latios.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/latios/latios_shiny.png" + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_leavanny_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_leavanny_base.json new file mode 100644 index 0000000..459e06c --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_leavanny_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:leavanny", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:leavanny", + "model": "cobblemon:leavanny.geo", + "texture": "cobblemon:textures/pokemon/leavanny/leavanny.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/leavanny/leavanny_shiny.png" + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_ledian_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_ledian_base.json new file mode 100644 index 0000000..945e0c5 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_ledian_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:ledian", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:ledian", + "model": "cobblemon:ledian.geo", + "texture": "cobblemon:textures/pokemon/ledian/ledian.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/ledian/ledian_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_ledyba_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_ledyba_base.json new file mode 100644 index 0000000..b2743a0 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_ledyba_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:ledyba", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:ledyba", + "model": "cobblemon:ledyba.geo", + "texture": "cobblemon:textures/pokemon/ledyba/ledyba.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/ledyba/ledyba_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_liepard_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_liepard_base.json new file mode 100644 index 0000000..015fd88 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_liepard_base.json @@ -0,0 +1,15 @@ +{ + "species": "cobblemon:liepard", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:liepard", + "model": "cobblemon:liepard.geo", + "texture": "cobblemon:textures/pokemon/liepard/liepard.png", + "layers": []}, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/liepard/liepard_shiny.png"} + ] + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_litleo_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_litleo_base.json new file mode 100644 index 0000000..c386ec7 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_litleo_base.json @@ -0,0 +1,15 @@ +{ + "species": "cobblemon:litleo", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:litleo", + "model": "cobblemon:litleo.geo", + "texture": "cobblemon:textures/pokemon/litleo/litleo.png", + "layers": []}, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/litleo/litleo_shiny.png"} + ] + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_lokix_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_lokix_base.json new file mode 100644 index 0000000..7e23f37 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_lokix_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:lokix", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:lokix", + "model": "cobblemon:lokix.geo", + "texture": "cobblemon:textures/pokemon/0920_lokix/lokix.png", + "layers": [] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/0920_lokix/lokix_shiny.png" + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_lycanroc_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_lycanroc_base.json new file mode 100644 index 0000000..f9cf9ef --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_lycanroc_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:lycanroc", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:lycanroc", + "model": "cobblemon:lycanroc.geo", + "texture": "cobblemon:textures/pokemon/lycanroc/lycanroc.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/lycanroc/lycanroc_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_manaphy_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_manaphy_base.json new file mode 100644 index 0000000..f471c34 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_manaphy_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:manaphy", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:manaphy", + "model": "cobblemon:manaphy.geo", + "texture": "cobblemon:textures/pokemon/manaphy/manaphy.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/manaphy/manaphy_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_mandibuzz_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_mandibuzz_base.json new file mode 100644 index 0000000..039276d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_mandibuzz_base.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:mandibuzz", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:mandibuzz", + "model": "cobblemon:mandibuzz.geo", + "texture": "cobblemon:textures/pokemon/mandibuzz/mandibuzz.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/mandibuzz/mandibuzz_shiny.png", + "layers": [] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_marill_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_marill_base.json new file mode 100644 index 0000000..e10fc90 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_marill_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:marill", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:marill", + "model": "cobblemon:marill.geo", + "texture": "cobblemon:textures/pokemon/marill/marill.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/marill/marill_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_marshadow_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_marshadow_base.json new file mode 100644 index 0000000..1c38819 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_marshadow_base.json @@ -0,0 +1,23 @@ +{ + "species": "cobblemon:marshadow", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:marshadow", + "model": "cobblemon:marshadow.geo", + "texture": "cobblemon:textures/pokemon/marshadow/marshadow.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/marshadow/marshadow_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/marshadow/marshadow_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_melmetal_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_melmetal_base.json new file mode 100644 index 0000000..717935a --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_melmetal_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:melmetal", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:melmetal", + "model": "cobblemon:melmetal.geo", + "texture": "cobblemon:textures/pokemon/melmetal/melmetal.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/melmetal/melmetal_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_meltan_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_meltan_base.json new file mode 100644 index 0000000..3fe041b --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_meltan_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:meltan", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:meltan", + "model": "cobblemon:meltan.geo", + "texture": "cobblemon:textures/pokemon/meltan/meltan.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/meltan/meltan_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_meowstic_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_meowstic_base.json new file mode 100644 index 0000000..6dc6784 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_meowstic_base.json @@ -0,0 +1,30 @@ +{ + "species": "cobblemon:meowstic", + "order": 0, + "variations": [ + { + "aspects": ["male"], + "poser": "cobblemon:meowstic_m", + "model": "cobblemon:meowstic_m.geo", + "texture": "cobblemon:textures/pokemon/meowstic/meowstic_m.png", + "layers": [ + { + "name": "meowstic_glow_m", + "emissive": true, + "translucent": true, + "texture": "cobblemon:textures/pokemon/meowstic/meowstic_glow_m.png" + } + ]}, + { + "aspects": [ "male", "shiny" ], + "texture": "cobblemon:textures/pokemon/meowstic/meowstic_m_shiny.png", + "layers": [ + { + "name": "meowstic_glow_m", + "emissive": true, + "translucent": true, + "texture": "cobblemon:textures/pokemon/meowstic/meowstic_glow_m.png" + } + ] } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_meowstic_female.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_meowstic_female.json new file mode 100644 index 0000000..9aeb34d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_meowstic_female.json @@ -0,0 +1,30 @@ +{ + "species": "cobblemon:meowstic", + "order": 1, + "variations": [ + { + "aspects": ["female"], + "poser": "cobblemon:meowstic_f", + "model": "cobblemon:meowstic_f.geo", + "texture": "cobblemon:textures/pokemon/meowstic/meowstic_f.png", + "layers": [ + { + "name": "meowstic_glow_f", + "emissive": true, + "translucent": true, + "texture": "cobblemon:textures/pokemon/meowstic/meowstic_glow_f.png" + } + ]}, + { + "aspects": [ "female", "shiny" ], + "texture": "cobblemon:textures/pokemon/meowstic/meowstic_f_shiny.png", + "layers": [ + { + "name": "meowstic_glow_f", + "emissive": true, + "translucent": true, + "texture": "cobblemon:textures/pokemon/meowstic/meowstic_glow_f.png" + } + ] } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_mewtwo_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_mewtwo_base.json new file mode 100644 index 0000000..34969da --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_mewtwo_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:mewtwo", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:mewtwo2", + "model": "cobblemon:mewtwo2.geo", + "texture": "cobblemon:textures/pokemon/0150_mewtwo2/mewtwo2.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/0150_mewtwo2/mewtwo2_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_milotic_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_milotic_base.json new file mode 100644 index 0000000..6bde70f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_milotic_base.json @@ -0,0 +1,22 @@ +{ + "species": "cobblemon:milotic", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:milotic", + "model": "cobblemon:milotic.geo", + "texture": "cobblemon:textures/pokemon/milotic/milotic.png", + "layers": [ + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/milotic/milotic_shiny.png", + "layers": [ + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_minccino_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_minccino_base.json new file mode 100644 index 0000000..7441d3c --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_minccino_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:minccino", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:minccino", + "model": "cobblemon:minccino.geo", + "texture": "cobblemon:textures/pokemon/minccino/minccino.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/minccino/minccino_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_minior_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_minior_base.json new file mode 100644 index 0000000..a48a746 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_minior_base.json @@ -0,0 +1,211 @@ +{ + "species": "cobblemon:minior", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:minior", + "model": "cobblemon:minior.geo", + "texture": "cobblemon:textures/pokemon/0774_minior/minior.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0774_minior/minior_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": ["shielded"], + "model": "cobblemon:minior.geo", + "texture": "cobblemon:textures/pokemon/0774_minior/minior.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0774_minior/minior_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": ["shiny"], + "model": "cobblemon:minior_shiny.geo", + "texture": "cobblemon:textures/pokemon/0774_minior/minior_shiny.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0774_minior/minior_shiny.png", + "emissive": true + } + ] + }, + { + "aspects": ["core-red"], + "model": "cobblemon:minior_red.geo", + "texture": "cobblemon:textures/pokemon/0774_minior/minior_red.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0774_minior/minior_red.png", + "emissive": true + } + ] + }, + { + "aspects": ["shiny", "core-red"], + "model": "cobblemon:minior_shiny.geo", + "texture": "cobblemon:textures/pokemon/0774_minior/minior_shiny.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0774_minior/minior_shiny.png", + "emissive": true + } + ] + }, + { + "aspects": ["core-orange"], + "model": "cobblemon:minior_orange.geo", + "texture": "cobblemon:textures/pokemon/0774_minior/minior_orange.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0774_minior/minior_orange.png", + "emissive": true + } + ] + }, + { + "aspects": ["shiny", "core-orange"], + "model": "cobblemon:minior_shiny.geo", + "texture": "cobblemon:textures/pokemon/0774_minior/minior_shiny.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0774_minior/minior_shiny.png", + "emissive": true + } + ] + }, + { + "aspects": ["core-yellow"], + "model": "cobblemon:minior_yellow.geo", + "texture": "cobblemon:textures/pokemon/0774_minior/minior_yellow.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0774_minior/minior_yellow.png", + "emissive": true + } + ] + }, + { + "aspects": ["shiny", "core-yellow"], + "model": "cobblemon:minior_shiny.geo", + "texture": "cobblemon:textures/pokemon/0774_minior/minior_shiny.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0774_minior/minior_shiny.png", + "emissive": true + } + ] + }, + { + "aspects": ["core-green"], + "model": "cobblemon:minior_green.geo", + "texture": "cobblemon:textures/pokemon/0774_minior/minior_green.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0774_minior/minior_green.png", + "emissive": true + } + ] + }, + { + "aspects": ["shiny", "core-green"], + "model": "cobblemon:minior_shiny.geo", + "texture": "cobblemon:textures/pokemon/0774_minior/minior_shiny.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0774_minior/minior_shiny.png", + "emissive": true + } + ] + }, + { + "aspects": ["core-blue"], + "model": "cobblemon:minior_blue.geo", + "texture": "cobblemon:textures/pokemon/0774_minior/minior_blue.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0774_minior/minior_blue.png", + "emissive": true + } + ] + }, + { + "aspects": ["shiny", "core-blue"], + "model": "cobblemon:minior_shiny.geo", + "texture": "cobblemon:textures/pokemon/0774_minior/minior_shiny.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0774_minior/minior_shiny.png", + "emissive": true + } + ] + }, + { + "aspects": ["core-indigo"], + "model": "cobblemon:minior_indigo.geo", + "texture": "cobblemon:textures/pokemon/0774_minior/minior_indigo.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0774_minior/minior_indigo.png", + "emissive": true + } + ] + }, + { + "aspects": ["shiny", "core-indigo"], + "model": "cobblemon:minior_shiny.geo", + "texture": "cobblemon:textures/pokemon/0774_minior/minior_shiny.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0774_minior/minior_shiny.png", + "emissive": true + } + ] + }, + { + "aspects": ["core-violet"], + "model": "cobblemon:minior_violet.geo", + "texture": "cobblemon:textures/pokemon/0774_minior/minior_violet.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0774_minior/minior_violet.png", + "emissive": true + } + ] + }, + { + "aspects": ["shiny", "core-violet"], + "model": "cobblemon:minior_shiny.geo", + "texture": "cobblemon:textures/pokemon/0774_minior/minior_shiny.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0774_minior/minior_shiny.png", + "emissive": true + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_moltres_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_moltres_base.json new file mode 100644 index 0000000..8dbd8f5 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_moltres_base.json @@ -0,0 +1,34 @@ +{ + "species": "cobblemon:moltres", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:moltres2", + "model": "cobblemon:moltres2.geo", + "texture": "cobblemon:textures/pokemon/moltres/moltres2.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/moltres/moltres2_emissive.png", + "translucent": true + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/moltres/moltres2_shiny.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/moltres/moltres2_shiny_emissive.png", + "translucent": true + } + ] + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_morpeko_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_morpeko_base.json new file mode 100644 index 0000000..2ad6dfa --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_morpeko_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:morpeko", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:morpeko", + "model": "cobblemon:morpeko.geo", + "texture": "cobblemon:textures/pokemon/morpeko/morpeko.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/morpeko/morpeko_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_mrrime_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_mrrime_base.json new file mode 100644 index 0000000..0e3f22c --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_mrrime_base.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:mrrime", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:mrrime", + "model": "cobblemon:mrrime.geo", + "texture": "cobblemon:textures/pokemon/mrrime/mrrime.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/mrrime/mrrime_shiny.png", + "layers": [] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_munna_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_munna_base.json new file mode 100644 index 0000000..69ff07d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_munna_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:munna", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:munna", + "model": "cobblemon:munna.geo", + "texture": "cobblemon:textures/pokemon/munna/munna.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/munna/munna_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_musharna_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_musharna_base.json new file mode 100644 index 0000000..26af365 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_musharna_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:musharna", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:musharna", + "model": "cobblemon:musharna.geo", + "texture": "cobblemon:textures/pokemon/musharna/musharna.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/musharna/musharna_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_necrozma_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_necrozma_base.json new file mode 100644 index 0000000..bd06037 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_necrozma_base.json @@ -0,0 +1,30 @@ +{ + "species": "cobblemon:necrozma", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:necrozma", + "model": "cobblemon:necrozma.geo", + "texture": "cobblemon:textures/pokemon/necrozma/necrozma.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/necrozma/necrozma_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/necrozma/necrozma_shiny.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/necrozma/necrozma_emissive.png", + "emissive": true + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_nihilego_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_nihilego_base.json new file mode 100644 index 0000000..52d86db --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_nihilego_base.json @@ -0,0 +1,25 @@ +{ + "species": "cobblemon:nihilego", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:nihilego", + "model": "cobblemon:nihilego.geo", + "texture": "cobblemon:textures/pokemon/nihilego/nihilego.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/nihilego/nihilego_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/nihilego/nihilego_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_noibat_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_noibat_base.json new file mode 100644 index 0000000..513970c --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_noibat_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:noibat", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:noibat", + "model": "cobblemon:noibat.geo", + "texture": "cobblemon:textures/pokemon/0714_noibat/noibat.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/0714_noibat/noibat_shiny.png" + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_noivern_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_noivern_base.json new file mode 100644 index 0000000..82524fc --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_noivern_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:noivern", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:noivern", + "model": "cobblemon:noivern.geo", + "texture": "cobblemon:textures/pokemon/0715_noivern/noivern.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/0715_noivern/noivern_shiny.png" + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_nymble_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_nymble_base.json new file mode 100644 index 0000000..e10aee9 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_nymble_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:nymble", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:nymble", + "model": "cobblemon:nymble.geo", + "texture": "cobblemon:textures/pokemon/0919_nymble/nymble.png", + "layers": [] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/0919_nymble/nymble_shiny.png" + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_orthworm_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_orthworm_base.json new file mode 100644 index 0000000..ff997c1 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_orthworm_base.json @@ -0,0 +1,22 @@ +{ + "species": "cobblemon:orthworm", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:orthworm", + "model": "cobblemon:orthworm.geo", + "texture": "cobblemon:textures/pokemon/orthworm/orthworm.png", + "layers": [ + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/orthworm/orthworm_shiny.png", + "layers": [ + ] + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_palafin_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_palafin_base.json new file mode 100644 index 0000000..13dc961 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_palafin_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:palafin", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:palafin", + "model": "cobblemon:palafin.geo", + "texture": "cobblemon:textures/pokemon/palafin/palafin.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/palafin/palafin_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_palossand_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_palossand_base.json new file mode 100644 index 0000000..4867f52 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_palossand_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:palossand", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:palossand", + "model": "cobblemon:palossand.geo", + "texture": "cobblemon:textures/pokemon/palossand/palossand.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/palossand/palossand_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_pawmi_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_pawmi_base.json new file mode 100644 index 0000000..3874f21 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_pawmi_base.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:pawmi", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:pawmi", + "model": "cobblemon:pawmi.geo", + "texture": "cobblemon:textures/pokemon/pawmi/pawmi.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/pawmi/pawmi_shiny.png", + "layers": [] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_pawmo_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_pawmo_base.json new file mode 100644 index 0000000..75d0330 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_pawmo_base.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:pawmo", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:pawmo", + "model": "cobblemon:pawmo.geo", + "texture": "cobblemon:textures/pokemon/pawmo/pawmo.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/pawmo/pawmo_shiny.png", + "layers": [] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_pawmot_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_pawmot_base.json new file mode 100644 index 0000000..eaf3017 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_pawmot_base.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:pawmot", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:pawmot", + "model": "cobblemon:pawmot.geo", + "texture": "cobblemon:textures/pokemon/pawmot/pawmot.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/pawmot/pawmot_shiny.png", + "layers": [] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_pawniard_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_pawniard_base.json new file mode 100644 index 0000000..3570130 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_pawniard_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:pawniard", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:pawniard", + "model": "cobblemon:pawniard.geo", + "texture": "cobblemon:textures/pokemon/pawniard/pawniard.png", + "layers": [ + + ] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/pawniard/pawniard_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_pecharunt_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_pecharunt_base.json new file mode 100644 index 0000000..cd56bec --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_pecharunt_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:pecharunt", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:pecharunt", + "model": "cobblemon:pecharunt.geo", + "texture": "cobblemon:textures/pokemon/pecharunt/pecharunt.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/pecharunt/pecharunt_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_phione_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_phione_base.json new file mode 100644 index 0000000..c08e5cc --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_phione_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:phione", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:phione", + "model": "cobblemon:phione.geo", + "texture": "cobblemon:textures/pokemon/phione/phione.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/phione/phione_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_poltchageist_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_poltchageist_base.json new file mode 100644 index 0000000..523c520 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_poltchageist_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:poltchageist", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:poltchageist", + "model": "cobblemon:poltchageist.geo", + "texture": "cobblemon:textures/pokemon/poltchageist/poltchageist.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/poltchageist/poltchageist_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_polteageist_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_polteageist_base.json new file mode 100644 index 0000000..bb2955d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_polteageist_base.json @@ -0,0 +1,59 @@ +{ + "species": "cobblemon:polteageist", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:polteageist", + "model": "cobblemon:polteageist.geo", + "texture": "cobblemon:textures/pokemon/0855_polteageist/polteageist.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0855_polteageist/polteageist_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0855_polteageist/polteageist_shiny.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0855_polteageist/polteageist_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": [ + "is_antique" + ], + "texture": "cobblemon:textures/pokemon/0855_polteageist/polteageist_antique.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0855_polteageist/polteageist_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": [ + "is_antique", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0855_polteageist/polteageist_antique_shiny.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0855_polteageist/polteageist_emissive.png", + "emissive": true + } + ] + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_purrloin_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_purrloin_base.json new file mode 100644 index 0000000..4145139 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_purrloin_base.json @@ -0,0 +1,15 @@ +{ + "species": "cobblemon:purrloin", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:purrloin", + "model": "cobblemon:purrloin.geo", + "texture": "cobblemon:textures/pokemon/purrloin/purrloin.png", + "layers": []}, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/purrloin/purrloin_shiny.png"} + ] + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_purugly_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_purugly_base.json new file mode 100644 index 0000000..a9c28c6 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_purugly_base.json @@ -0,0 +1,15 @@ +{ + "species": "cobblemon:purugly", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:purugly", + "model": "cobblemon:purugly.geo", + "texture": "cobblemon:textures/pokemon/purugly/purugly.png", + "layers": []}, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/purugly/purugly_shiny.png"} + ] + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_pyroar_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_pyroar_base.json new file mode 100644 index 0000000..c9dc483 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_pyroar_base.json @@ -0,0 +1,30 @@ +{ + "species": "cobblemon:pyroar", + "order": 0, + "variations": [ + { + "aspects": ["male"], + "poser": "cobblemon:pyroar_m", + "model": "cobblemon:pyroar_m.geo", + "texture": "cobblemon:textures/pokemon/pyroar/pyroar_m.png", + "layers": [ + { + "name": "pyroar_glow_m", + "emissive": true, + "translucent": true, + "texture": "cobblemon:textures/pokemon/pyroar/pyroar_m_glow.png" + } + ]}, + { + "aspects": [ "male", "shiny" ], + "texture": "cobblemon:textures/pokemon/pyroar/pyroar_m_shiny.png", + "layers": [ + { + "name": "pyroar_glow_m", + "emissive": true, + "translucent": true, + "texture": "cobblemon:textures/pokemon/pyroar/pyroar_m_shiny_glow.png" + } + ]} + ] + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_pyroar_female.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_pyroar_female.json new file mode 100644 index 0000000..73fd433 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_pyroar_female.json @@ -0,0 +1,30 @@ +{ + "species": "cobblemon:pyroar", + "order": 1, + "variations": [ + { + "aspects": ["female"], + "poser": "cobblemon:pyroar_f", + "model": "cobblemon:pyroar_f.geo", + "texture": "cobblemon:textures/pokemon/pyroar/pyroar_f.png", + "layers": [ + { + "name": "pyroar_glow_f", + "emissive": true, + "translucent": true, + "texture": "cobblemon:textures/pokemon/pyroar/pyroar_f_glow.png" + } + ]}, + { + "aspects": [ "female", "shiny" ], + "texture": "cobblemon:textures/pokemon/pyroar/pyroar_f_shiny.png", + "layers": [ + { + "name": "pyroar_glow_f", + "emissive": true, + "translucent": true, + "texture": "cobblemon:textures/pokemon/pyroar/pyroar_f_shiny_glow.png" + } + ]} + ] + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_ragingbolt_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_ragingbolt_base.json new file mode 100644 index 0000000..538d9af --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_ragingbolt_base.json @@ -0,0 +1,13 @@ +{ + "species": "cobblemon:ragingbolt", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:ragingbolt", + "model": "cobblemon:ragingbolt.geo", + "texture": "cobblemon:textures/pokemon/ragingbolt/ragingbolt.png", + "layers": [] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_reshiram_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_reshiram_base.json new file mode 100644 index 0000000..2c37d0e --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_reshiram_base.json @@ -0,0 +1,34 @@ +{ + "species": "cobblemon:reshiram", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:reshiram", + "model": "cobblemon:reshiram.geo", + "texture": "cobblemon:textures/pokemon/reshiram/reshiram.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/reshiram/reshiram_emissive.png", + "translucent": true + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/reshiram/reshiram_shiny.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/reshiram/reshiram_emissive_shiny.png", + "translucent": true + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_reuniclus_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_reuniclus_base.json new file mode 100644 index 0000000..fddc949 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_reuniclus_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:reuniclus", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:reuniclus", + "model": "cobblemon:reuniclus.geo", + "texture": "cobblemon:textures/pokemon/reuniclus/reuniclus.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/reuniclus/reuniclus_shiny.png" + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_roaringmoon_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_roaringmoon_base.json new file mode 100644 index 0000000..17f9399 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_roaringmoon_base.json @@ -0,0 +1,22 @@ +{ + "species": "cobblemon:roaringmoon", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:roaringmoon", + "model": "cobblemon:roaringmoon.geo", + "texture": "cobblemon:textures/pokemon/1005_roaringmoon/roaringmoon.png", + "layers": [ + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/1005_roaringmoon/roaringmoon_shiny.png", + "layers": [ + ] + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_rockruff_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_rockruff_base.json new file mode 100644 index 0000000..a0a1df9 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_rockruff_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:rockruff", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:rockruff", + "model": "cobblemon:rockruff.geo", + "texture": "cobblemon:textures/pokemon/rockruff/rockruff.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/rockruff/rockruff_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_runerigus_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_runerigus_base.json new file mode 100644 index 0000000..b65dfb1 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_runerigus_base.json @@ -0,0 +1,32 @@ +{ + "species": "cobblemon:runerigus", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:runerigus", + "model": "cobblemon:runerigus.geo", + "texture": "cobblemon:textures/pokemon/0867_runerigus/runerigus_shadow.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0867_runerigus/runerigus_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0867_runerigus/runerigus_shiny_shadow.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0867_runerigus/runerigus_shiny_emissive.png", + "emissive": true + } + ] + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_sandygast_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_sandygast_base.json new file mode 100644 index 0000000..d5a1e08 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_sandygast_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:sandygast", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:sandygast", + "model": "cobblemon:sandygast.geo", + "texture": "cobblemon:textures/pokemon/sandygast/sandygast.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/sandygast/sandygast_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_scovillain_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_scovillain_base.json new file mode 100644 index 0000000..a84d38d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_scovillain_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:scovillain", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:scovillain", + "model": "cobblemon:scovillain.geo", + "texture": "cobblemon:textures/pokemon/scovillain/scovillain.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/scovillain/scovillain_shiny.png" + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_screamtail_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_screamtail_base.json new file mode 100644 index 0000000..227ddc5 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_screamtail_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:screamtail", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:screamtail", + "model": "cobblemon:screamtail.geo", + "texture": "cobblemon:textures/pokemon/screamtail/screamtail.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/screamtail/screamtail_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_sewaddle_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_sewaddle_base.json new file mode 100644 index 0000000..fcaed68 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_sewaddle_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:sewaddle", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:sewaddle", + "model": "cobblemon:sewaddle.geo", + "texture": "cobblemon:textures/pokemon/sewaddle/sewaddle.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/sewaddle/sewaddle_shiny.png" + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_shaymin_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_shaymin_base.json new file mode 100644 index 0000000..0cab33e --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_shaymin_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:shaymin", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:shaymin", + "model": "cobblemon:shaymin.geo", + "texture": "cobblemon:textures/pokemon/shaymin/shaymin.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/shaymin/shaymin_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_shayminsky_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_shayminsky_base.json new file mode 100644 index 0000000..40c0be5 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_shayminsky_base.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:shaymin", + "order": 0, + "variations": [ + { + "aspects": ["sky"], + "poser": "cobblemon:shaymin_sky", + "model": "cobblemon:shaymin_sky.geo", + "texture": "cobblemon:textures/pokemon/shaymin/shaymin_sky.png", + "layers": [] + }, + { + "aspects": [ + "shiny", + "sky" + ], + "texture": "cobblemon:textures/pokemon/shaymin/shaymin_sky_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_shellos_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_shellos_base.json new file mode 100644 index 0000000..2a23ebc --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_shellos_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:shellos", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:shellos", + "model": "cobblemon:shellos_e.geo", + "texture": "cobblemon:textures/pokemon/shellos/shellos_e.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/shellos/shellos_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_shuppet_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_shuppet_base.json new file mode 100644 index 0000000..64aa530 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_shuppet_base.json @@ -0,0 +1,32 @@ +{ + "species": "cobblemon:shuppet", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:shuppet", + "model": "cobblemon:shuppet.geo", + "texture": "cobblemon:textures/pokemon/0353_shuppet/shuppet.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0353_shuppet/shuppet_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0353_shuppet/shuppet_shiny.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0353_shuppet/shuppet_emissive.png", + "emissive": true + } + ] + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_sinistcha_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_sinistcha_base.json new file mode 100644 index 0000000..d6a57fb --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_sinistcha_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:sinistcha", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:sinistcha", + "model": "cobblemon:sinistcha.geo", + "texture": "cobblemon:textures/pokemon/sinistcha/sinistcha.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/sinistcha/sinistcha_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_sinistea_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_sinistea_base.json new file mode 100644 index 0000000..c4fd752 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_sinistea_base.json @@ -0,0 +1,59 @@ +{ + "species": "cobblemon:sinistea", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:sinistea", + "model": "cobblemon:sinistea.geo", + "texture": "cobblemon:textures/pokemon/0854_sinistea/sinistea.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0854_sinistea/sinistea_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0854_sinistea/sinistea_shiny.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0854_sinistea/sinistea_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": [ + "is_antique" + ], + "texture": "cobblemon:textures/pokemon/0854_sinistea/sinistea_antique.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0854_sinistea/sinistea_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": [ + "is_antique", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0854_sinistea/sinistea_antique_shiny.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0854_sinistea/sinistea_emissive.png", + "emissive": true + } + ] + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_skiddo_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_skiddo_base.json new file mode 100644 index 0000000..1c6ad3c --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_skiddo_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:skiddo", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:skiddo", + "model": "cobblemon:skiddo.geo", + "texture": "cobblemon:textures/pokemon/skiddo/skiddo.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/skiddo/skiddo_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_skiploom_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_skiploom_base.json new file mode 100644 index 0000000..3216fcc --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_skiploom_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:skiploom", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:skiploom", + "model": "cobblemon:skiploom.geo", + "texture": "cobblemon:textures/pokemon/skiploom/skiploom.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/skiploom/skiploom_shiny.png" + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_skitty_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_skitty_base.json new file mode 100644 index 0000000..8442449 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_skitty_base.json @@ -0,0 +1,15 @@ +{ + "species": "cobblemon:skitty", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:skitty", + "model": "cobblemon:skitty.geo", + "texture": "cobblemon:textures/pokemon/skitty/skitty.png", + "layers": []}, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/skitty/skitty_shiny.png"} + ] + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_skuntank_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_skuntank_base.json new file mode 100644 index 0000000..1c69dc7 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_skuntank_base.json @@ -0,0 +1,15 @@ +{ + "species": "cobblemon:skuntank", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:skuntank", + "model": "cobblemon:skuntank.geo", + "texture": "cobblemon:textures/pokemon/skuntank/skuntank.png", + "layers": []}, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/skuntank/skuntank_shiny.png"} + ] + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_slitherwing_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_slitherwing_base.json new file mode 100644 index 0000000..7135114 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_slitherwing_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:slitherwing", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:slitherwing", + "model": "cobblemon:slitherwing.geo", + "texture": "cobblemon:textures/pokemon/0988_slitherwing/slitherwing.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/0988_slitherwing/slitherwing_shiny.png" + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_snom_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_snom_base.json new file mode 100644 index 0000000..fb401a6 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_snom_base.json @@ -0,0 +1,22 @@ +{ + "species": "cobblemon:snom", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:snom", + "model": "cobblemon:snom.geo", + "texture": "cobblemon:textures/pokemon/0872_snom/snom.png", + "layers": [ + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0872_snom/snom_shiny.png", + "layers": [ + ] + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_solosis_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_solosis_base.json new file mode 100644 index 0000000..04f2412 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_solosis_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:solosis", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:solosis", + "model": "cobblemon:solosis.geo", + "texture": "cobblemon:textures/pokemon/solosis/solosis.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/solosis/solosis_shiny.png" + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_stunky_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_stunky_base.json new file mode 100644 index 0000000..7c11157 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_stunky_base.json @@ -0,0 +1,15 @@ +{ + "species": "cobblemon:stunky", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:stunky", + "model": "cobblemon:stunky.geo", + "texture": "cobblemon:textures/pokemon/stunky/stunky.png", + "layers": []}, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/stunky/stunky_shiny.png"} + ] + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_swablu_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_swablu_base.json new file mode 100644 index 0000000..37a2255 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_swablu_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:swablu", + "order": 1, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:swablu", + "model": "cobblemon:swablu.geo", + "texture": "cobblemon:textures/pokemon/0333_swablu/swablu.png", + "layers": [ + + ] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/0333_swablu/swablu_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_swadloon_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_swadloon_base.json new file mode 100644 index 0000000..53766d0 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_swadloon_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:swadloon", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:swadloon", + "model": "cobblemon:swadloon.geo", + "texture": "cobblemon:textures/pokemon/swadloon/swadloon.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/swadloon/swadloon_shiny.png" + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_tadbulb_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_tadbulb_base.json new file mode 100644 index 0000000..b5b48e7 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_tadbulb_base.json @@ -0,0 +1,23 @@ +{ + "species": "cobblemon:tadbulb", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:tadbulb", + "model": "cobblemon:tadbulb.geo", + "texture": "cobblemon:textures/pokemon/tadbulb/tadbulb.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/tadbulb/tadbulb_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/tadbulb/tadbulb_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_thundurus_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_thundurus_base.json new file mode 100644 index 0000000..d59671b --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_thundurus_base.json @@ -0,0 +1,18 @@ + +{ + "species": "cobblemon:thundurus", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:thundurus", + "model": "cobblemon:thundurus.geo", + "texture": "cobblemon:textures/pokemon/thundurus/thundurus.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/thundurus/thundurus_shiny.png" + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_toedscool_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_toedscool_base.json new file mode 100644 index 0000000..0c01636 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_toedscool_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:toedscool", + "order": 1, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:toedscool", + "model": "cobblemon:toedscool.geo", + "texture": "cobblemon:textures/pokemon/0948_toedscool/toedscool.png", + "layers": [] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/0948_toedscool/toedscool_shiny.png" + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_toedscruel_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_toedscruel_base.json new file mode 100644 index 0000000..3b95d01 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_toedscruel_base.json @@ -0,0 +1,30 @@ +{ + "species": "cobblemon:toedscruel", + "order": 1, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:toedscruel", + "model": "cobblemon:toedscruel.geo", + "texture": "cobblemon:textures/pokemon/0949_toedscruel/toedscruel.png", + "layers": [ + { + "name": "stuff", + "texture": "cobblemon:textures/pokemon/0949_toedscruel/toedscruel_translucent.png", + "translucent": true + } + ] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/0949_toedscruel/toedscruel_shiny.png", + "layers": [ + { + "name": "stuff", + "texture": "cobblemon:textures/pokemon/0949_toedscruel/toedscruel_shiny_translucent.png", + "translucent": true + } + ] + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_togedemaru_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_togedemaru_base.json new file mode 100644 index 0000000..24acd07 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_togedemaru_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:togedemaru", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:togedemaru", + "model": "cobblemon:togedemaru.geo", + "texture": "cobblemon:textures/pokemon/togedemaru/togedemaru.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/togedemaru/togedemaru_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_tornadus_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_tornadus_base.json new file mode 100644 index 0000000..d8df96f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_tornadus_base.json @@ -0,0 +1,18 @@ + +{ + "species": "cobblemon:tornadus", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:tornadus", + "model": "cobblemon:tornadus.geo", + "texture": "cobblemon:textures/pokemon/tornadus/tornadus.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/tornadus/tornadus_shiny.png" + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_toxicroak_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_toxicroak_base.json new file mode 100644 index 0000000..901b244 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_toxicroak_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:toxicroak", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:toxicroak", + "model": "cobblemon:toxicroak.geo", + "texture": "cobblemon:textures/pokemon/toxicroak/toxicroak.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/toxicroak/toxicroak_shiny.png" + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_tynamo_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_tynamo_base.json new file mode 100644 index 0000000..8e91c9d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_tynamo_base.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:tynamo", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:tynamo", + "model": "cobblemon:tynamo.geo", + "texture": "cobblemon:textures/pokemon/tynamo/tynamo.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/tynamo/tynamo_shiny.png", + "layers": [] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_unown_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_unown_base.json new file mode 100644 index 0000000..f6ccba3 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_unown_base.json @@ -0,0 +1,28 @@ +{ + "species": "cobblemon:unown", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:unown", + "texture": "cobblemon:textures/pokemon/0201_unown/unown.png", + "layers": [ { + "name": "emissive", + "texture": "cobblemon:textures/pokemon/0201_unown/unown_emissive.png", + "emissive": true + }] + }, + { + "aspects": [ + "shiny" + ], + "poser": "cobblemon:unown", + "texture": "cobblemon:textures/pokemon/0201_unown/unown_shiny.png", + "layers": [ { + "name": "emissive", + "texture": "cobblemon:textures/pokemon/0201_unown/unown_shiny_emissive.png", + "emissive": true + }] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_veluza_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_veluza_base.json new file mode 100644 index 0000000..115603c --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_veluza_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:veluza", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:veluza", + "model": "cobblemon:veluza.geo", + "texture": "cobblemon:textures/pokemon/veluza/veluza.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/veluza/veluza_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_vullaby_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_vullaby_base.json new file mode 100644 index 0000000..f57d38f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_vullaby_base.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:vullaby", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:vullaby", + "model": "cobblemon:vullaby.geo", + "texture": "cobblemon:textures/pokemon/vullaby/vullaby.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/vullaby/vullaby_shiny.png", + "layers": [] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_wattrel_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_wattrel_base.json new file mode 100644 index 0000000..0d05c43 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_wattrel_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:wattrel", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:wattrel", + "model": "cobblemon:wattrel.geo", + "texture": "cobblemon:textures/pokemon/wattrel/wattrel.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/wattrel/wattrel_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_wiglett_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_wiglett_base.json new file mode 100644 index 0000000..5184278 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_wiglett_base.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:wiglett", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:wiglett", + "model": "cobblemon:wiglett.geo", + "texture": "cobblemon:textures/pokemon/wiglett/wiglett.png", + "layers": [ + ] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/wiglett/wiglett_shiny.png", + "layers": [ + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_wugtrio_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_wugtrio_base.json new file mode 100644 index 0000000..4aecb92 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_wugtrio_base.json @@ -0,0 +1,22 @@ +{ + "species": "cobblemon:wugtrio", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:wugtrio", + "model": "cobblemon:wugtrio.geo", + "texture": "cobblemon:textures/pokemon/wugtrio/wugtrio.png", + "layers": [ + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/wugtrio/wugtrio_shiny.png", + "layers": [ + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_xurkitree_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_xurkitree_base.json new file mode 100644 index 0000000..b4dadad --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_xurkitree_base.json @@ -0,0 +1,23 @@ +{ + "species": "cobblemon:xurkitree", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:xurkitree", + "model": "cobblemon:xurkitree.geo", + "texture": "cobblemon:textures/pokemon/xurkitree/xurkitree.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/xurkitree/xurkitree_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/xurkitree/xurkitree_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_yamask_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_yamask_base.json new file mode 100644 index 0000000..317074f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_yamask_base.json @@ -0,0 +1,37 @@ +{ + "species": "cobblemon:yamask", + "order": 0, + "variations": [ + { + "aspects": [ + "galarian" + ], + "poser": "cobblemon:yamask_galarian", + "model": "cobblemon:yamask_galarian.geo", + "texture": "cobblemon:textures/pokemon/0562_yamask/yamask_galarian.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0562_yamask/yamask_galarian_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": [ + "galarian", + "shiny" + ], + "poser": "cobblemon:yamask_galarian", + "model": "cobblemon:yamask_galarian.geo", + "texture": "cobblemon:textures/pokemon/0562_yamask/yamask_galarian_shiny.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0562_yamask/yamask_galarian_shiny_emissive.png", + "emissive": true + } + ] + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_zapdos_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_zapdos_base.json new file mode 100644 index 0000000..0baaa56 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_zapdos_base.json @@ -0,0 +1,18 @@ +{ + "species": "cobblemon:zapdos", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:zapdos2", + "model": "cobblemon:zapdos2.geo", + "texture": "cobblemon:textures/pokemon/zapdos/zapdos2.png" + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/zapdos/zapdos2_shiny.png" + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_zekrom_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_zekrom_base.json new file mode 100644 index 0000000..c70c0b6 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_zekrom_base.json @@ -0,0 +1,34 @@ +{ + "species": "cobblemon:zekrom", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:zekrom", + "model": "cobblemon:zekrom.geo", + "texture": "cobblemon:textures/pokemon/zekrom/zekrom.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/zekrom/zekrom_emissive.png", + "translucent": true + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/zekrom/zekrom_shiny.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/zekrom/zekrom_emissive_shiny.png", + "translucent": true + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_zeraora_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_zeraora_base.json new file mode 100644 index 0000000..2500eea --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_zeraora_base.json @@ -0,0 +1,32 @@ +{ + "species": "cobblemon:zeraora", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:zeraora", + "model": "cobblemon:zeraora.geo", + "texture": "cobblemon:textures/pokemon/zeraora/zeraora.png", + "layers": [ + + { + "name": "trans", + "emissive": true, + "translucent": true, + "texture": "cobblemon:textures/pokemon/zeraora/zeraora_emissive.png" + } + ]}, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/zeraora/zeraora_shiny.png", + "layers": [ + { + "name": "trans", + "emissive": true, + "translucent": true, + "texture": "cobblemon:textures/pokemon/zeraora/zeraora_emissive_shiny.png" + } + ] + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_arcanine_hisuian.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_arcanine_hisuian.json new file mode 100644 index 0000000..ebf13d0 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_arcanine_hisuian.json @@ -0,0 +1,23 @@ +{ + "species": "cobblemon:arcanine", + "order": 1, + "variations": [ + { + "aspects": [ + "hisuian" + ], + "poser": "cobblemon:arcanine_hisuian", + "model": "cobblemon:arcanine_hisuian.geo", + "texture": "cobblemon:textures/pokemon/arcanine_hisuian/arcanine_hisui.png", + "layers": [ + + ] + }, + { + "aspects": [ + "hisuian", + "shiny" ], + "texture": "cobblemon:textures/pokemon/arcanine_hisuian/arcanine_hisui_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_articuno_galarian.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_articuno_galarian.json new file mode 100644 index 0000000..8d89832 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_articuno_galarian.json @@ -0,0 +1,37 @@ +{ + "species": "cobblemon:articuno", + "order": 1, + "variations": [ + { + "aspects": [ + "galarian" + ], + "poser": "cobblemon:articuno_galar", + "model": "cobblemon:articuno_galar.geo", + "texture": "cobblemon:textures/pokemon/articuno/articuno_galar.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/articuno/articuno_galar_emissive.png", + "translucent": true + } + ] + }, + { + "aspects": [ + "galarian", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/articuno/articuno_galar_shiny.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/articuno/articuno_galar_emissive.png", + "translucent": true + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_avalugg_hisuian.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_avalugg_hisuian.json new file mode 100644 index 0000000..c30ddb5 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_avalugg_hisuian.json @@ -0,0 +1,21 @@ +{ + "species": "cobblemon:avalugg", + "order": 1, + "variations": [ + { + "aspects": [ + "hisuian" + ], + "model": "cobblemon:avalugg_hisuian.geo", + "poser": "cobblemon:avalugg_hisuian", + "texture": "cobblemon:textures/pokemon/avalugg/avalugg_hisuian.png" + }, + { + "aspects": [ + "hisuian", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/avalugg/avalugg_hisuian_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_geodude_alolan.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_geodude_alolan.json new file mode 100644 index 0000000..c9e9552 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_geodude_alolan.json @@ -0,0 +1,21 @@ +{ + "species": "cobblemon:geodude", + "order": 1, + "variations": [ + { + "aspects": [ + "alolan" + ], + "model": "cobblemon:geodude_alolan.geo", + "poser": "cobblemon:geodude", + "texture": "cobblemon:textures/pokemon/geodude/geodude_alolan.png" + }, + { + "aspects": [ + "alolan", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/geodude/geodude_alolan_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_golem_alolan.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_golem_alolan.json new file mode 100644 index 0000000..09e15e7 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_golem_alolan.json @@ -0,0 +1,35 @@ +{ + "species": "cobblemon:golem", + "order": 1, + "variations": [ + { + "aspects": [ + "alolan" + ], + "model": "cobblemon:golem_alolan.geo", + "poser": "cobblemon:golem_alolan", + "texture": "cobblemon:textures/pokemon/golem/golem_alolan.png", + "layers": [ + { + "name": "emissive", + "texture": "cobblemon:textures/pokemon/golem/golem_alolan_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": [ + "alolan", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/golem/golem_alolan_shiny.png", + "layers": [ + { + "name": "emissive", + "texture": "cobblemon:textures/pokemon/golem/golem_alolan_emissive.png", + "emissive": true + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_graveler_alolan.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_graveler_alolan.json new file mode 100644 index 0000000..252c822 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_graveler_alolan.json @@ -0,0 +1,21 @@ +{ + "species": "cobblemon:graveler", + "order": 1, + "variations": [ + { + "aspects": [ + "alolan" + ], + "model": "cobblemon:graveler_alolan.geo", + "poser": "cobblemon:graveler", + "texture": "cobblemon:textures/pokemon/graveler/graveler_alolan.png" + }, + { + "aspects": [ + "alolan", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/graveler/graveler_alolan_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_grimer_alolan.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_grimer_alolan.json new file mode 100644 index 0000000..8ad2359 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_grimer_alolan.json @@ -0,0 +1,25 @@ +{ + "species": "cobblemon:grimer", + "order": 0, + "variations": [ + { + "aspects": [ + "alolan" + ], + "poser": "cobblemon:grimer_alolan", + "model": "cobblemon:grimer_alolan.geo", + "texture": "cobblemon:textures/pokemon/grimer/grimer_alolan.png", + "layers": [] + }, + { + "aspects": [ + "alolan", + "shiny" + ], + "poser": "cobblemon:grimer_alolan", + "model": "cobblemon:grimer_alolan.geo", + "texture": "cobblemon:textures/pokemon/grimer/grimer_alolan_shiny.png", + "layers": [] + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_growlithe_hisuian.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_growlithe_hisuian.json new file mode 100644 index 0000000..e469978 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_growlithe_hisuian.json @@ -0,0 +1,23 @@ +{ + "species": "cobblemon:growlithe", + "order": 1, + "variations": [ + { + "aspects": [ + "hisuian" + ], + "poser": "cobblemon:growlithe_hisuian", + "model": "cobblemon:growlithe_hisuian.geo", + "texture": "cobblemon:textures/pokemon/growlithe_hisuian/growlithe_hisui.png", + "layers": [ + + ] + }, + { + "aspects": [ + "hisuian", + "shiny" ], + "texture": "cobblemon:textures/pokemon/growlithe_hisuian/growlithe_hisui_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_indeedee_female.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_indeedee_female.json new file mode 100644 index 0000000..631aebc --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_indeedee_female.json @@ -0,0 +1,16 @@ +{ + "species": "cobblemon:indeedee", + "order": 1, + "variations": [ + { + "aspects": ["female"], + "poser": "cobblemon:indeedee_f", + "model": "cobblemon:indeedee_f.geo", + "texture": "cobblemon:textures/pokemon/indeedee/indeedee_f.png" + }, + { + "aspects": [ "female", "shiny" ], + "texture": "cobblemon:textures/pokemon/indeedee/indeedee_f_shiny.png" + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_moltres_galarian.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_moltres_galarian.json new file mode 100644 index 0000000..7e9d2e4 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_moltres_galarian.json @@ -0,0 +1,37 @@ +{ + "species": "cobblemon:moltres", + "order": 1, + "variations": [ + { + "aspects": [ + "galarian" + ], + "poser": "cobblemon:moltres_galar", + "model": "cobblemon:moltres_galar.geo", + "texture": "cobblemon:textures/pokemon/moltres/moltres_galar.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/moltres/moltres_galar_emissive.png", + "translucent": true + } + ] + }, + { + "aspects": [ + "galarian", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/moltres/moltres_galar_shiny.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/moltres/moltres_galar_shiny_emissive.png", + "translucent": true + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_mrmime_galarian.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_mrmime_galarian.json new file mode 100644 index 0000000..7979575 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_mrmime_galarian.json @@ -0,0 +1,21 @@ +{ + "species": "cobblemon:mrmime", + "order": 1, + "variations": [ + { + "aspects": [ + "galarian" + ], + "model": "cobblemon:mrmime_galarian.geo", + "poser": "cobblemon:mrmime", + "texture": "cobblemon:textures/pokemon/mrmime/mrmime_galarian.png" + }, + { + "aspects": [ + "galarian", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/mrmime/mrmime_galarian_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_muk_alolan.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_muk_alolan.json new file mode 100644 index 0000000..45e4662 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_muk_alolan.json @@ -0,0 +1,25 @@ +{ + "species": "cobblemon:muk", + "order": 0, + "variations": [ + { + "aspects": [ + "alolan" + ], + "poser": "cobblemon:muk_alolan", + "model": "cobblemon:muk_alolan.geo", + "texture": "cobblemon:textures/pokemon/muk/muk_alolan.png", + "layers": [] + }, + { + "aspects": [ + "alolan", + "shiny" + ], + "poser": "cobblemon:muk_alolan", + "model": "cobblemon:muk_alolan.geo", + "texture": "cobblemon:textures/pokemon/muk/muk_alolan_shiny.png", + "layers": [] + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_slowbro_galarian.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_slowbro_galarian.json new file mode 100644 index 0000000..c7a9002 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_slowbro_galarian.json @@ -0,0 +1,21 @@ +{ + "species": "cobblemon:slowbro", + "order": 1, + "variations": [ + { + "aspects": [ + "galarian" + ], + "model": "cobblemon:slowbro_galarian.geo", + "poser": "cobblemon:slowbro", + "texture": "cobblemon:textures/pokemon/slowbro/slowbro_galarian.png" + }, + { + "aspects": [ + "galarian", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/slowbro/slowbro_galarian_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_slowking_galarian.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_slowking_galarian.json new file mode 100644 index 0000000..b3b1f1f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_slowking_galarian.json @@ -0,0 +1,21 @@ +{ + "species": "cobblemon:slowking", + "order": 1, + "variations": [ + { + "aspects": [ + "galarian" + ], + "model": "cobblemon:slowking_galarian.geo", + "poser": "cobblemon:slowking", + "texture": "cobblemon:textures/pokemon/slowking/slowking_galarian.png" + }, + { + "aspects": [ + "galarian", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/slowking/slowking_galarian_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_slowpoke_galarian.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_slowpoke_galarian.json new file mode 100644 index 0000000..42c8042 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_slowpoke_galarian.json @@ -0,0 +1,21 @@ +{ + "species": "cobblemon:slowpoke", + "order": 1, + "variations": [ + { + "aspects": [ + "galarian" + ], + "model": "cobblemon:slowpoke_galarian.geo", + "poser": "cobblemon:slowpoke", + "texture": "cobblemon:textures/pokemon/slowpoke/slowpoke_galarian.png" + }, + { + "aspects": [ + "galarian", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/slowpoke/slowpoke_galarian_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_tauros_combat.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_tauros_combat.json new file mode 100644 index 0000000..c8d2a21 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_tauros_combat.json @@ -0,0 +1,21 @@ +{ + "species": "cobblemon:tauros", + "order": 1, + "variations": [ + { + "aspects": [ + "paldean-breed-combat" + ], + "model": "cobblemon:tauros_combat.geo", + "poser": "cobblemon:tauros_combat", + "texture": "cobblemon:textures/pokemon/tauros/tauros_combat.png" + }, + { + "aspects": [ + "paldean-breed-combat", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/tauros/tauros_combat_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_unown_letters.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_unown_letters.json new file mode 100644 index 0000000..86b4f06 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_unown_letters.json @@ -0,0 +1,210 @@ +{ + "species": "cobblemon:unown", + "order": 1, + "variations": [ + { + "aspects": [ + "letter-a" + ], + "model": "cobblemon:unown_a.geo" + }, + { + "aspects": [ + "letter-b" + ], + "model": "cobblemon:unown_b.geo" + }, + { + "aspects": [ + "letter-c" + ], + "model": "cobblemon:unown_c.geo" + }, + { + "aspects": [ + "letter-d" + ], + "model": "cobblemon:unown_d.geo" + }, + { + "aspects": [ + "letter-e" + ], + "model": "cobblemon:unown_e.geo" + }, + { + "aspects": [ + "letter-f" + ], + "model": "cobblemon:unown_f.geo" + }, + { + "aspects": [ + "letter-g" + ], + "model": "cobblemon:unown_g.geo" + }, + { + "aspects": [ + "letter-h" + ], + "model": "cobblemon:unown_h.geo" + }, + { + "aspects": [ + "letter-i" + ], + "model": "cobblemon:unown_i.geo" + }, + { + "aspects": [ + "letter-j" + ], + "model": "cobblemon:unown_j.geo" + }, + { + "aspects": [ + "letter-k" + ], + "model": "cobblemon:unown_k.geo" + }, + { + "aspects": [ + "letter-l" + ], + "model": "cobblemon:unown_l.geo" + }, + { + "aspects": [ + "letter-m" + ], + "model": "cobblemon:unown_m.geo" + }, + { + "aspects": [ + "letter-n" + ], + "model": "cobblemon:unown_n.geo" + }, + { + "aspects": [ + "letter-o" + ], + "model": "cobblemon:unown_o.geo" + }, + { + "aspects": [ + "letter-p" + ], + "model": "cobblemon:unown_p.geo" + }, + { + "aspects": [ + "letter-q" + ], + "model": "cobblemon:unown_q.geo" + }, + { + "aspects": [ + "letter-r" + ], + "model": "cobblemon:unown_r.geo" + }, + { + "aspects": [ + "letter-s" + ], + "model": "cobblemon:unown_s.geo" + }, + { + "aspects": [ + "letter-t" + ], + "model": "cobblemon:unown_t.geo" + }, + { + "aspects": [ + "letter-u" + ], + "model": "cobblemon:unown_u.geo" + }, + { + "aspects": [ + "letter-v" + ], + "model": "cobblemon:unown_v.geo" + }, + { + "aspects": [ + "letter-w" + ], + "model": "cobblemon:unown_w.geo" + }, + { + "aspects": [ + "letter-x" + ], + "model": "cobblemon:unown_x.geo" + }, + { + "aspects": [ + "letter-y" + ], + "model": "cobblemon:unown_y.geo" + }, + { + "aspects": [ + "letter-z" + ], + "model": "cobblemon:unown_z.geo" + }, + { + "aspects": [ + "letter-exclamation" + ], + "model": "cobblemon:unown_exclamation.geo", + "texture": "cobblemon:textures/pokemon/0201_unown/unown_punctuation.png", + "layers": [ { + "name": "emissive", + "texture": "cobblemon:textures/pokemon/0201_unown/unown_punctuation_emissive.png", + "emissive": true + }] + }, + { + "aspects": [ + "letter-exclamation","shiny" + ], + "model": "cobblemon:unown_exclamation.geo", + "texture": "cobblemon:textures/pokemon/0201_unown/unown_punctuation_shiny.png", + "layers": [ { + "name": "emissive", + "texture": "cobblemon:textures/pokemon/0201_unown/unown_punctuation_shiny_emissive.png", + "emissive": true + }] + }, + { + "aspects": [ + "letter-question" + ], + "model": "cobblemon:unown_question.geo", + "texture": "cobblemon:textures/pokemon/0201_unown/unown_punctuation.png", + "layers": [ { + "name": "emissive", + "texture": "cobblemon:textures/pokemon/0201_unown/unown_punctuation_emissive.png", + "emissive": true + }] + }, + { + "aspects": [ + "letter-question","shiny" + ], + "model": "cobblemon:unown_question.geo", + "texture": "cobblemon:textures/pokemon/0201_unown/unown_punctuation_shiny.png", + "layers": [ { + "name": "emissive", + "texture": "cobblemon:textures/pokemon/0201_unown/unown_punctuation_shiny_emissive.png", + "emissive": true + }] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_ursaluna_bloodmoon.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_ursaluna_bloodmoon.json new file mode 100644 index 0000000..ceb143c --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_ursaluna_bloodmoon.json @@ -0,0 +1,22 @@ +{ + "species": "cobblemon:ursaluna", + "order": 1, + "variations": [ + { + "aspects": ["bloodmoon"], + "poser": "cobblemon:ursaluna_bloodmoon", + "model": "cobblemon:ursaluna_bloodmoon.geo", + "texture": "cobblemon:textures/pokemon/ursaluna_bloodmoon/ursaluna_bloodmoon.png", + "layers": [ + + ] + }, + { + "aspects": [ + "bloodmoon", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/ursaluna_bloodmoon/ursaluna_bloodmoon_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_zapdos_galarian.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_zapdos_galarian.json new file mode 100644 index 0000000..b4353e5 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_zapdos_galarian.json @@ -0,0 +1,21 @@ +{ + "species": "cobblemon:zapdos", + "order": 1, + "variations": [ + { + "aspects": [ + "galarian" + ], + "poser": "cobblemon:zapdos_galar", + "model": "cobblemon:zapdos_galar.geo", + "texture": "cobblemon:textures/pokemon/zapdos/zapdos_galar.png" + }, + { + "aspects": [ + "galarian", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/zapdos/zapdos_galar_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/2_corsola_galarian.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/2_corsola_galarian.json new file mode 100644 index 0000000..23f3378 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/2_corsola_galarian.json @@ -0,0 +1,28 @@ +{ + "species": "cobblemon:corsola", + "order": 2, + "variations": [ + { + "aspects": ["galarian"], + "poser": "cobblemon:corsola_galarian", + "model": "cobblemon:corsola_galar.geo", + "texture": "cobblemon:textures/pokemon/corsola/corsola_solid.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/corsola/corsola_transparent.png", + "translucent": true + }, + { + "name": "eye", + "texture": "cobblemon:textures/pokemon/corsola/corsola_eye.png", + "emissive": true + } + ] + }, + { + "aspects": ["shiny", "galarian"], + "texture": "cobblemon:textures/pokemon/corsola/corsola_solid_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/2_gastrodon_west.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/2_gastrodon_west.json new file mode 100644 index 0000000..ea5b658 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/2_gastrodon_west.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:gastrodon", + "order": 2, + "variations": [ + { + "aspects": ["west"], + "poser": "cobblemon:gastrodon", + "model": "cobblemon:gastrodon_w.geo", + "texture": "cobblemon:textures/pokemon/gastrodon/gastrodon_w.png", + "layers": [] + }, + { + "aspects": ["shiny", "west"], + "texture": "cobblemon:textures/pokemon/gastrodon/gastrodon_w_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/2_lycanroc_dusk.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/2_lycanroc_dusk.json new file mode 100644 index 0000000..90c8dfd --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/2_lycanroc_dusk.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:lycanroc", + "order": 2, + "variations": [ + { + "aspects": ["dusk"], + "poser": "cobblemon:lycanroc_dusk", + "model": "cobblemon:lycanroc_dusk.geo", + "texture": "cobblemon:textures/pokemon/lycanroc/lycanroc_dusk.png", + "layers": [] + }, + { + "aspects": ["shiny", "dusk"], + "texture": "cobblemon:textures/pokemon/lycanroc/lycanroc_dusk_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/2_marowak_alolan.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/2_marowak_alolan.json new file mode 100644 index 0000000..b23b7b3 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/2_marowak_alolan.json @@ -0,0 +1,38 @@ +{ + "species": "cobblemon:marowak", + "order": 2, + "variations": [ + { + "aspects": ["alolan"], + "poser": "cobblemon:marowak_alolan", + "model": "cobblemon:marowak_alolan.geo", + "texture": "cobblemon:textures/pokemon/marowak/marowak_alolan.png", + "layers": [ + { + "name": "glow", + "texture": { + "frames": [ + "cobblemon:textures/pokemon/marowak/marowak_alolan_emissive_1.png", + "cobblemon:textures/pokemon/marowak/marowak_alolan_emissive_2.png", + "cobblemon:textures/pokemon/marowak/marowak_alolan_emissive_3.png", + "cobblemon:textures/pokemon/marowak/marowak_alolan_emissive_4.png", + "cobblemon:textures/pokemon/marowak/marowak_alolan_emissive_5.png", + "cobblemon:textures/pokemon/marowak/marowak_alolan_emissive_6.png", + "cobblemon:textures/pokemon/marowak/marowak_alolan_emissive_7.png", + "cobblemon:textures/pokemon/marowak/marowak_alolan_emissive_8.png" + ], + "fps": 9, + "loop": true + }, + "emissive": true + } + ] + }, + { + "aspects": [ + "shiny","alolan" + ], + "texture": "cobblemon:textures/pokemon/marowak/marowak_alolan_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/2_palossand_redsand.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/2_palossand_redsand.json new file mode 100644 index 0000000..1ad2285 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/2_palossand_redsand.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:palossand", + "order": 2, + "variations": [ + { + "aspects": ["redsand"], + "poser": "cobblemon:palossand", + "model": "cobblemon:palossand.geo", + "texture": "cobblemon:textures/pokemon/palossand/palossand_mesa.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/palossand/palossand_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/2_sandygast_redsand.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/2_sandygast_redsand.json new file mode 100644 index 0000000..7e8b1a2 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/2_sandygast_redsand.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:sandygast", + "order": 2, + "variations": [ + { + "aspects": ["redsand"], + "poser": "cobblemon:sandygast", + "model": "cobblemon:sandygast.geo", + "texture": "cobblemon:textures/pokemon/sandygast/sandygast_mesa.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/sandygast/sandygast_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/2_shellos_west.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/2_shellos_west.json new file mode 100644 index 0000000..4981302 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/2_shellos_west.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:shellos", + "order": 2, + "variations": [ + { + "aspects": ["west"], + "poser": "cobblemon:shellos", + "model": "cobblemon:shellos_w.geo", + "texture": "cobblemon:textures/pokemon/shellos/shellos_w.png", + "layers": [] + }, + { + "aspects": ["shiny", "west"], + "texture": "cobblemon:textures/pokemon/shellos/shellos_w_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/2_tauros_blaze.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/2_tauros_blaze.json new file mode 100644 index 0000000..bc7e5c4 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/2_tauros_blaze.json @@ -0,0 +1,28 @@ +{ + "species": "cobblemon:tauros", + "order": 2, + "variations": [ + { + "aspects": [ + "paldean-breed-blaze" + ], + "model": "cobblemon:tauros_blaze.geo", + "poser": "cobblemon:tauros_blaze", + "texture": "cobblemon:textures/pokemon/tauros/tauros_blaze.png", + "layers": [ + { + "name": "emissive", + "texture": "cobblemon:textures/pokemon/tauros/tauros_blaze_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": [ + "paldean-breed-blaze", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/tauros/tauros_blaze_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/3_lycanroc_midnight.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/3_lycanroc_midnight.json new file mode 100644 index 0000000..14dde99 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/3_lycanroc_midnight.json @@ -0,0 +1,23 @@ +{ + "species": "cobblemon:lycanroc", + "order": 3, + "variations": [ + { + "aspects": ["midnight"], + "poser": "cobblemon:lycanroc_midnight", + "model": "cobblemon:lycanroc_midnight.geo", + "texture": "cobblemon:textures/pokemon/lycanroc/lycanroc_midnight.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/lycanroc/lycanroc_midnight_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": ["shiny", "midnight"], + "texture": "cobblemon:textures/pokemon/lycanroc/lycanroc_midnight_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/3_tauros_aqua.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/3_tauros_aqua.json new file mode 100644 index 0000000..95edc16 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/3_tauros_aqua.json @@ -0,0 +1,28 @@ +{ + "species": "cobblemon:tauros", + "order": 3, + "variations": [ + { + "aspects": [ + "paldean-breed-aqua" + ], + "model": "cobblemon:tauros_aqua.geo", + "poser": "cobblemon:tauros_aqua", + "texture": "cobblemon:textures/pokemon/tauros/tauros_aqua.png", + "layers": [ + { + "name": "emissive", + "texture": "cobblemon:textures/pokemon/tauros/tauros_aqua_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": [ + "paldean-breed-aqua", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/tauros/tauros_aqua_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/barbaracle.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/barbaracle.json new file mode 100644 index 0000000..365b7a9 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/barbaracle.json @@ -0,0 +1,27 @@ +{ + "species": "cobblemon:barbaracle", + "order": 1, + "baseScale": 0.75, + "hitbox": { + "width": 0.5, + "height": 2, + "fixed": false + }, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:barbaracle", + "model": "cobblemon:barbaracle.geo", + "texture": "cobblemon:textures/pokemon/barbaracle/barbaracle.png", + "layers": [ + ] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/barbaracle/barbaracle_shiny.png", + "layers": [ + + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/binacle.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/binacle.json new file mode 100644 index 0000000..8625b20 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/binacle.json @@ -0,0 +1,27 @@ +{ + "species": "cobblemon:binacle", + "order": 1, + "baseScale": 0.75, + "hitbox": { + "width": 0.5, + "height": 2, + "fixed": false + }, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:binacle", + "model": "cobblemon:binacle.geo", + "texture": "cobblemon:textures/pokemon/binacle/binacle.png", + "layers": [ + ] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/binacle/binacle_shiny.png", + "layers": [ + + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/bisharp.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/bisharp.json new file mode 100644 index 0000000..5da32f2 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/bisharp.json @@ -0,0 +1,27 @@ +{ + "species": "cobblemon:bisharp", + "order": 1, + "baseScale": 0.75, + "hitbox": { + "width": 0.5, + "height": 2, + "fixed": false + }, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:bisharp", + "model": "cobblemon:bisharp.geo", + "texture": "cobblemon:textures/pokemon/bisharp/bisharp.png", + "layers": [ + ] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/bisharp/bisharp_shiny.png", + "layers": [ + + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/deoxys/0_deoxys_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/deoxys/0_deoxys_base.json new file mode 100644 index 0000000..6e2afe8 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/deoxys/0_deoxys_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:deoxys", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:deoxys", + "model": "cobblemon:deoxys.geo", + "texture": "cobblemon:textures/pokemon/0386_deoxys/deoxys.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/0386_deoxys/deoxys_shiny.png" + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/deoxys/0_deoxysattack_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/deoxys/0_deoxysattack_base.json new file mode 100644 index 0000000..e30a21d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/deoxys/0_deoxysattack_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:deoxys", + "order": 0, + "variations": [ + { + "aspects": ["deoxysattack"], + "poser": "cobblemon:deoxysattack", + "model": "cobblemon:deoxysattack.geo", + "texture": "cobblemon:textures/pokemon/0386_deoxysattack/deoxysattack.png", + "layers": [] + }, + { + "aspects": [ + "shiny", "deoxysattack" + ], + "texture": "cobblemon:textures/pokemon/0386_deoxysattack/deoxysattack_shiny.png" + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/deoxys/0_deoxysdefense_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/deoxys/0_deoxysdefense_base.json new file mode 100644 index 0000000..85325d3 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/deoxys/0_deoxysdefense_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:deoxys", + "order": 0, + "variations": [ + { + "aspects": ["deoxysdefense"], + "poser": "cobblemon:deoxysdefense", + "model": "cobblemon:deoxysdefense.geo", + "texture": "cobblemon:textures/pokemon/0386_deoxysdefense/deoxysdefense.png", + "layers": [] + }, + { + "aspects": [ + "shiny", "deoxysdefense" + ], + "texture": "cobblemon:textures/pokemon/0386_deoxysdefense/deoxysdefense_shiny.png" + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/deoxys/0_deoxysspeed_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/deoxys/0_deoxysspeed_base.json new file mode 100644 index 0000000..4097c3e --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/deoxys/0_deoxysspeed_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:deoxys", + "order": 0, + "variations": [ + { + "aspects": ["deoxysspeed"], + "poser": "cobblemon:deoxysspeed", + "model": "cobblemon:deoxysspeed.geo", + "texture": "cobblemon:textures/pokemon/0386_deoxysspeed/deoxysspeed.png", + "layers": [] + }, + { + "aspects": [ + "shiny", "deoxysspeed" + ], + "texture": "cobblemon:textures/pokemon/0386_deoxysspeed/deoxysspeed_shiny.png" + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/drapion.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/drapion.json new file mode 100644 index 0000000..705fc8a --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/drapion.json @@ -0,0 +1,27 @@ +{ + "species": "cobblemon:drapion", + "order": 1, + "baseScale": 0.75, + "hitbox": { + "width": 0.5, + "height": 2, + "fixed": false + }, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:drapion", + "model": "cobblemon:drapion.geo", + "texture": "cobblemon:textures/pokemon/drapion/drapion.png", + "layers": [ + ] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/drapion/drapion_shiny.png", + "layers": [ + + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/druddigon.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/druddigon.json new file mode 100644 index 0000000..76162ff --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/druddigon.json @@ -0,0 +1,27 @@ +{ + "species": "cobblemon:druddigon", + "order": 1, + "baseScale": 0.75, + "hitbox": { + "width": 0.5, + "height": 2, + "fixed": false + }, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:druddigon", + "model": "cobblemon:druddigon.geo", + "texture": "cobblemon:textures/pokemon/druddigon/druddigon.png", + "layers": [ + ] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/druddigon/druddigon_shiny.png", + "layers": [ + + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/dudunsparce.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/dudunsparce.json new file mode 100644 index 0000000..2dfa210 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/dudunsparce.json @@ -0,0 +1,27 @@ +{ + "species": "cobblemon:dudunsparce", + "order": 1, + "baseScale": 0.75, + "hitbox": { + "width": 0.5, + "height": 2, + "fixed": false + }, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:dudunsparce", + "model": "cobblemon:dudunsparce.geo", + "texture": "cobblemon:textures/pokemon/dudunsparce/dudunsparce.png", + "layers": [ + ] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/dudunsparce/dudunsparce_shiny.png", + "layers": [ + + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/dudunsparce_threesegment.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/dudunsparce_threesegment.json new file mode 100644 index 0000000..e9a0851 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/dudunsparce_threesegment.json @@ -0,0 +1,27 @@ +{ + "species": "cobblemon:dudunsparce", + "order": 1, + "baseScale": 0.75, + "hitbox": { + "width": 0.5, + "height": 2, + "fixed": false + }, + "variations": [ + { + "aspects": ["threesegment"], + "poser": "cobblemon:dudunsparce_three_segment", + "model": "cobblemon:dudunsparce_three-segment.geo", + "texture": "cobblemon:textures/pokemon/dudunsparce/dudunsparce_three_segment.png", + "layers": [ + ] + }, + { + "aspects": ["threesegment","shiny"], + "texture": "cobblemon:textures/pokemon/dudunsparce/dudunsparce_three_segment_shiny.png", + "layers": [ + + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/dunsparce.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/dunsparce.json new file mode 100644 index 0000000..4a2eaf9 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/dunsparce.json @@ -0,0 +1,21 @@ +{ + "species": "cobblemon:dunsparce", + "order": 1, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:dunsparce", + "model": "cobblemon:dunsparce.geo", + "texture": "cobblemon:textures/pokemon/dunsparce/dunsparce.png", + "layers": [ + ] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/dunsparce/dunsparce_shiny.png", + "layers": [ + + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/fomantis/1_fomantis_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/fomantis/1_fomantis_base.json new file mode 100644 index 0000000..2931148 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/fomantis/1_fomantis_base.json @@ -0,0 +1,26 @@ +{ + "species": "cobblemon:fomantis", + "order": 1, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:fomantis2", + "model": "cobblemon:fomantis2.geo", + "texture": "cobblemon:textures/pokemon/fomantis/fomantis.png", + "layers": [ + { + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/fomantis/fomantis_shiny.png", + "layers": [ + { + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/groudon/0_groudon_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/groudon/0_groudon_base.json new file mode 100644 index 0000000..6fac91a --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/groudon/0_groudon_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:groudon", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:groudon", + "model": "cobblemon:groudon.geo", + "texture": "cobblemon:textures/pokemon/groudon/groudon.png", + "layers": [ + + ] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/groudon/groudon_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/groudon/2_groudonprimal_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/groudon/2_groudonprimal_base.json new file mode 100644 index 0000000..d1185d0 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/groudon/2_groudonprimal_base.json @@ -0,0 +1,34 @@ +{ + "species": "cobblemon:groudon", + "order": 2, + "variations": [ + { + "aspects": ["primal"], + "poser": "cobblemon:groudonprimal", + "model": "cobblemon:groudonprimal.geo", + "texture": "cobblemon:textures/pokemon/groudonprimal/groudonprimal.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/groudonprimal/groudonprimal_emissive.png", + "translucent": true + } + ] + }, + { + "aspects": [ + "shiny","primal" + ], + "texture": "cobblemon:textures/pokemon/groudonprimal/groudonprimal_shiny.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/groudonprimal/groudonprimal_emissive_shiny.png", + "translucent": true + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/hoopa/0_hoopa_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/hoopa/0_hoopa_base.json new file mode 100644 index 0000000..d9569fa --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/hoopa/0_hoopa_base.json @@ -0,0 +1,18 @@ + +{ + "species": "cobblemon:hoopa", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:hoopa", + "model": "cobblemon:hoopa.geo", + "texture": "cobblemon:textures/pokemon/hoopa/hoopa.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/hoopa/hoopa_shiny.png" + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/hoopa/0_unboundhoopa_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/hoopa/0_unboundhoopa_base.json new file mode 100644 index 0000000..38609a9 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/hoopa/0_unboundhoopa_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:hoopa", + "order": 0, + "variations": [ + { + "aspects": ["unbound"], + "poser": "cobblemon:hoopa_unbound", + "model": "cobblemon:hoopa_unbound.geo", + "texture": "cobblemon:textures/pokemon/hoopa_unbound/hoopa_unbound.png", + "layers": [] + }, + { + "aspects": ["shiny", "unbound"], + "texture": "cobblemon:textures/pokemon/hoopa_unbound/hoopa_unbound_shiny.png" + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/kingambit.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/kingambit.json new file mode 100644 index 0000000..359f27d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/kingambit.json @@ -0,0 +1,27 @@ +{ + "species": "cobblemon:kingambit", + "order": 0, + "baseScale": 0.75, + "hitbox": { + "width": 0.5, + "height": 2, + "fixed": false + }, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:kingambit", + "model": "cobblemon:kingambit.geo", + "texture": "cobblemon:textures/pokemon/kingambit/kingambit.png", + "layers": [ + ] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/kingambit/kingambit_shiny.png", + "layers": [ + + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/kyogre/0_kyogre_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/kyogre/0_kyogre_base.json new file mode 100644 index 0000000..9727ec7 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/kyogre/0_kyogre_base.json @@ -0,0 +1,32 @@ +{ + "species": "cobblemon:kyogre", + "order": 1, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:kyogre", + "model": "cobblemon:kyogre.geo", + "texture": "cobblemon:textures/pokemon/kyogre/kyogre.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/kyogre/kyogre_emissive.png", + "translucent": true + } + ] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/kyogre/kyogre_shiny.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/kyogre/kyogre_emissive.png", + "translucent": true + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/kyogre/2_kyogreprimal_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/kyogre/2_kyogreprimal_base.json new file mode 100644 index 0000000..d076120 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/kyogre/2_kyogreprimal_base.json @@ -0,0 +1,46 @@ +{ + "species": "cobblemon:kyogre", + "order": 2, + "variations": [ + { + "aspects": ["primal"], + "poser": "cobblemon:kyogreprimal", + "model": "cobblemon:kyogreprimal.geo", + "texture": "cobblemon:textures/pokemon/kyogreprimal/kyogreprimal.png", + "layers": [ + { + "name": "kyogreprimal_line", + "emissive": true, + "translucent": true, + "texture":"cobblemon:textures/pokemon/kyogreprimal/kyogreprimal_line.png" + }, + { + "name": "emissive", + "emissive": true, + "translucent": true, + "texture":"cobblemon:textures/pokemon/kyogreprimal/kyogreprimal_emissive.png" + } + ] + }, + { + "aspects": [ + "shiny","primal" + ], + "texture": "cobblemon:textures/pokemon/kyogreprimal/kyogreprimal_shiny.png", + "layers": [ + { + "name": "kyogreprimal_line", + "emissive": true, + "translucent": true, + "texture":"cobblemon:textures/pokemon/kyogreprimal/kyogreprimal_line_shiny.png" + }, + { + "name": "emissive", + "emissive": true, + "translucent": true, + "texture":"cobblemon:textures/pokemon/kyogreprimal/kyogreprimal_emissive_shiny.png" + } + ] + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/kyurem/0_kyurem_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/kyurem/0_kyurem_base.json new file mode 100644 index 0000000..f18bff6 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/kyurem/0_kyurem_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:kyurem", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:kyurem", + "model": "cobblemon:kyurem.geo", + "texture": "cobblemon:textures/pokemon/kyurem/kyurem.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/kyurem/kyurem_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/kyurem/0_kyuremblack_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/kyurem/0_kyuremblack_base.json new file mode 100644 index 0000000..df26392 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/kyurem/0_kyuremblack_base.json @@ -0,0 +1,29 @@ +{ + "species": "cobblemon:kyurem", + "order": 0, + "variations": [ + { + "aspects": [ + "black" + ], + "poser": "cobblemon:kyuremblack", + "model": "cobblemon:kyuremblack.geo", + "texture": "cobblemon:textures/pokemon/kyurem/kyuremblack.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/kyurem/kyuremblack_emissive.png", + "translucent": true + } + ] + }, + { + "aspects": [ + "shiny", + "black" + ], + "texture": "cobblemon:textures/pokemon/kyurem/kyuremblack_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/kyurem/0_kyuremwhite_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/kyurem/0_kyuremwhite_base.json new file mode 100644 index 0000000..7e15d91 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/kyurem/0_kyuremwhite_base.json @@ -0,0 +1,29 @@ +{ + "species": "cobblemon:kyurem", + "order": 0, + "variations": [ + { + "aspects": [ + "white" + ], + "poser": "cobblemon:kyuremwhite", + "model": "cobblemon:kyuremwhite.geo", + "texture": "cobblemon:textures/pokemon/kyurem/kyuremwhite.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/kyurem/kyuremwhite_emissive.png", + "translucent": true + } + ] + }, + { + "aspects": [ + "shiny", + "white" + ], + "texture": "cobblemon:textures/pokemon/kyurem/kyuremwhite_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/lurantis/1_lurantis_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/lurantis/1_lurantis_base.json new file mode 100644 index 0000000..0cacb2d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/lurantis/1_lurantis_base.json @@ -0,0 +1,26 @@ +{ + "species": "cobblemon:lurantis", + "order": 1, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:lurantis2", + "model": "cobblemon:lurantis2.geo", + "texture": "cobblemon:textures/pokemon/lurantis/lurantis.png", + "layers": [ + { + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/lurantis/lurantis_shiny.png", + "layers": [ + { + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/medicham.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/medicham.json new file mode 100644 index 0000000..572f1ab --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/medicham.json @@ -0,0 +1,27 @@ +{ + "species": "cobblemon:medicham", + "order": 1, + "baseScale": 0.75, + "hitbox": { + "width": 0.5, + "height": 2, + "fixed": false + }, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:medicham", + "model": "cobblemon:medicham.geo", + "texture": "cobblemon:textures/pokemon/medicham/medicham.png", + "layers": [ + ] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/medicham/medicham_shiny.png", + "layers": [ + + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/medicham_female.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/medicham_female.json new file mode 100644 index 0000000..c87b804 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/medicham_female.json @@ -0,0 +1,16 @@ +{ + "species": "cobblemon:medicham", + "order": 2, + "baseScale": 0.75, + "hitbox": { + "width": 0.5, + "height": 2, + "fixed": false + }, + "variations": [ + { + "aspects": ["female"], + "model": "cobblemon:medicham_female.geo" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/meditite.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/meditite.json new file mode 100644 index 0000000..d940c46 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/meditite.json @@ -0,0 +1,27 @@ +{ + "species": "cobblemon:meditite", + "order": 1, + "baseScale": 0.75, + "hitbox": { + "width": 0.5, + "height": 2, + "fixed": false + }, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:meditite", + "model": "cobblemon:meditite.geo", + "texture": "cobblemon:textures/pokemon/meditite/meditite.png", + "layers": [ + ] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/meditite/meditite_shiny.png", + "layers": [ + + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/meditite_female.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/meditite_female.json new file mode 100644 index 0000000..2d92c98 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/meditite_female.json @@ -0,0 +1,16 @@ +{ + "species": "cobblemon:meditite", + "order": 2, + "baseScale": 0.75, + "hitbox": { + "width": 0.5, + "height": 2, + "fixed": false + }, + "variations": [ + { + "aspects": ["female"], + "model": "cobblemon:meditite_female.geo" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/naganadel/1_naganadel_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/naganadel/1_naganadel_base.json new file mode 100644 index 0000000..cd9c5f8 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/naganadel/1_naganadel_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:naganadel", + "order": 1, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:naganadel", + "model": "cobblemon:naganadel2.geo", + "texture": "cobblemon:textures/pokemon/naganadel/naganadel.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/naganadel/naganadel_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/ogerpon/0_ogerpon_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/ogerpon/0_ogerpon_base.json new file mode 100644 index 0000000..a3e130b --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/ogerpon/0_ogerpon_base.json @@ -0,0 +1,23 @@ +{ + "species": "cobblemon:ogerpon", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:ogerpon", + "model": "cobblemon:ogerpon.geo", + "texture": "cobblemon:textures/pokemon/ogerpon/ogerpon.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/ogerpon/ogerpon_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/ogerpon/ogerpon_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/ogerpon/0_ogerponfire_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/ogerpon/0_ogerponfire_base.json new file mode 100644 index 0000000..34fe013 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/ogerpon/0_ogerponfire_base.json @@ -0,0 +1,23 @@ +{ + "species": "cobblemon:ogerpon", + "order": 0, + "variations": [ + { + "aspects": ["hearthflame"], + "poser": "cobblemon:ogerpon_fire", + "model": "cobblemon:ogerpon_fire.geo", + "texture": "cobblemon:textures/pokemon/ogerpon/ogerpon_fire.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/ogerpon/ogerpon_emissive_fire.png", + "emissive": true + } + ] + }, + { + "aspects": ["shiny", "hearthflame"], + "texture": "cobblemon:textures/pokemon/ogerpon/ogerpon_fire.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/ogerpon/0_ogerponrock_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/ogerpon/0_ogerponrock_base.json new file mode 100644 index 0000000..659ea4c --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/ogerpon/0_ogerponrock_base.json @@ -0,0 +1,23 @@ +{ + "species": "cobblemon:ogerpon", + "order": 0, + "variations": [ + { + "aspects": ["cornerstone"], + "poser": "cobblemon:ogerpon_rock", + "model": "cobblemon:ogerpon_rock.geo", + "texture": "cobblemon:textures/pokemon/ogerpon/ogerpon_rock.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/ogerpon/ogerpon_emissive_rock.png", + "emissive": true + } + ] + }, + { + "aspects": ["shiny", "cornerstone"], + "texture": "cobblemon:textures/pokemon/ogerpon/ogerpon_rock.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/ogerpon/0_ogerponteal_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/ogerpon/0_ogerponteal_base.json new file mode 100644 index 0000000..6a7517d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/ogerpon/0_ogerponteal_base.json @@ -0,0 +1,23 @@ +{ + "species": "cobblemon:ogerpon", + "order": 0, + "variations": [ + { + "aspects": ["teal"], + "poser": "cobblemon:ogerpon_teal", + "model": "cobblemon:ogerpon_teal.geo", + "texture": "cobblemon:textures/pokemon/ogerpon/ogerpon.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/ogerpon/ogerpon_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": ["shiny", "teal"], + "texture": "cobblemon:textures/pokemon/ogerpon/ogerpon_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/ogerpon/0_ogerponwater_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/ogerpon/0_ogerponwater_base.json new file mode 100644 index 0000000..ac1c2fa --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/ogerpon/0_ogerponwater_base.json @@ -0,0 +1,23 @@ +{ + "species": "cobblemon:ogerpon", + "order": 0, + "variations": [ + { + "aspects": ["wellspring"], + "poser": "cobblemon:ogerpon_water", + "model": "cobblemon:ogerpon_water.geo", + "texture": "cobblemon:textures/pokemon/ogerpon/ogerpon_water.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/ogerpon/ogerpon_emissive_water.png", + "emissive": true + } + ] + }, + { + "aspects": ["shiny", "wellspring"], + "texture": "cobblemon:textures/pokemon/ogerpon/ogerpon_water.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/poipole/1_poipole_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/poipole/1_poipole_base.json new file mode 100644 index 0000000..b8e565e --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/poipole/1_poipole_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:poipole", + "order": 1, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:poipole", + "model": "cobblemon:poipole2.geo", + "texture": "cobblemon:textures/pokemon/poipole/poipole.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/poipole/poipole_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/rayquaza/1_rayquaza_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/rayquaza/1_rayquaza_base.json new file mode 100644 index 0000000..d9aadc4 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/rayquaza/1_rayquaza_base.json @@ -0,0 +1,23 @@ +{ + "species": "cobblemon:rayquaza", + "order": 1, + "variations": [ + { + "aspects": [ + ], + "poser": "cobblemon:rayquaza2", + "model": "cobblemon:rayquaza2.geo", + "texture": "cobblemon:textures/pokemon/rayquaza/rayquaza.png", + "layers": [ + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/rayquaza/rayquaza_shiny.png", + "layers": [ + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/rayquaza/2_megarayquaza_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/rayquaza/2_megarayquaza_base.json new file mode 100644 index 0000000..60f31a0 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/rayquaza/2_megarayquaza_base.json @@ -0,0 +1,32 @@ +{ + "species": "cobblemon:rayquaza", + "order": 2, + "variations": [ + { + "aspects": ["mega"], + "poser": "cobblemon:megarayquaza", + "model": "cobblemon:megarayquaza.geo", + "texture": "cobblemon:textures/pokemon/megarayquaza/megarayquaza.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/megarayquaza/megarayquaza_emissive.png", + "translucent": true + } + ] + }, + { + "aspects": ["shiny", "mega"], + "texture": "cobblemon:textures/pokemon/megarayquaza/megarayquaza_shiny.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/megarayquaza/megarayquaza_emissive_shiny.png", + "translucent": true + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/skorupi.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/skorupi.json new file mode 100644 index 0000000..deec645 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/skorupi.json @@ -0,0 +1,27 @@ +{ + "species": "cobblemon:skorupi", + "order": 1, + "baseScale": 0.75, + "hitbox": { + "width": 0.5, + "height": 2, + "fixed": false + }, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:skorupi", + "model": "cobblemon:skorupi.geo", + "texture": "cobblemon:textures/pokemon/skorupi/skorupi.png", + "layers": [ + ] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/skorupi/skorupi_shiny.png", + "layers": [ + + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/urshifu/0_urshifu_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/urshifu/0_urshifu_base.json new file mode 100644 index 0000000..d08c3c5 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/urshifu/0_urshifu_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:urshifu", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:urshifu", + "model": "cobblemon:urshifu.geo", + "texture": "cobblemon:textures/pokemon/urshifu/urshifu.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/urshifu/urshifu_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/urshifu/0_urshifurs_base.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/urshifu/0_urshifurs_base.json new file mode 100644 index 0000000..86e2883 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/urshifu/0_urshifurs_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:urshifu", + "order": 0, + "variations": [ + { + "aspects": ["rapidstrike"], + "poser": "cobblemon:urshifurs", + "model": "cobblemon:urshifurs.geo", + "texture": "cobblemon:textures/pokemon/urshifurs/urshifurs.png", + "layers": [ + + ] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/urshifurs/urshifurs_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/lang/en_us.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/lang/en_us.json new file mode 100644 index 0000000..b0825dd --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/lang/en_us.json @@ -0,0 +1,3 @@ +{ + "cobblemon.move.ivycudgel": "Ivy Cudgel" +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/particles/snowstorm.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/particles/snowstorm.json new file mode 100644 index 0000000..e6721e8 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/particles/snowstorm.json @@ -0,0 +1,6 @@ +{ + "textures": [ + "cobblemon:fire_beam" + ] + +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/axew/axew.ogg b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/axew/axew.ogg new file mode 100644 index 0000000..33fad76 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/axew/axew.ogg differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/deoxys/deoxys.ogg b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/deoxys/deoxys.ogg new file mode 100644 index 0000000..015b086 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/deoxys/deoxys.ogg differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/deoxysattack/deoxys.ogg b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/deoxysattack/deoxys.ogg new file mode 100644 index 0000000..015b086 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/deoxysattack/deoxys.ogg differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/deoxysdefense/deoxys.ogg b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/deoxysdefense/deoxys.ogg new file mode 100644 index 0000000..015b086 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/deoxysdefense/deoxys.ogg differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/deoxysspeed/deoxys.ogg b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/deoxysspeed/deoxys.ogg new file mode 100644 index 0000000..015b086 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/deoxysspeed/deoxys.ogg differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/ducklett/ducklett_cry.ogg b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/ducklett/ducklett_cry.ogg new file mode 100644 index 0000000..06a2910 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/ducklett/ducklett_cry.ogg differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/fraxure/fraxure.ogg b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/fraxure/fraxure.ogg new file mode 100644 index 0000000..4f3c608 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/fraxure/fraxure.ogg differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/haxorus/haxorus.ogg b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/haxorus/haxorus.ogg new file mode 100644 index 0000000..37eb9a1 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/haxorus/haxorus.ogg differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/houndoom/houndoom_cry.ogg b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/houndoom/houndoom_cry.ogg new file mode 100644 index 0000000..4e02ef2 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/houndoom/houndoom_cry.ogg differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/houndour/houndour_cry.ogg b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/houndour/houndour_cry.ogg new file mode 100644 index 0000000..7254a93 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/houndour/houndour_cry.ogg differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/ironbundle/ironbundle.ogg b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/ironbundle/ironbundle.ogg new file mode 100644 index 0000000..f3fe2eb Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/ironbundle/ironbundle.ogg differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/noibat/noibat.ogg b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/noibat/noibat.ogg new file mode 100644 index 0000000..2c3e002 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/noibat/noibat.ogg differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/noivern/noivern.ogg b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/noivern/noivern.ogg new file mode 100644 index 0000000..261ac15 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/noivern/noivern.ogg differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/pokemon/avalugg/avalugg_ambient.ogg b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/pokemon/avalugg/avalugg_ambient.ogg new file mode 100644 index 0000000..a1ff4e7 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/pokemon/avalugg/avalugg_ambient.ogg differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/pokemon/diancie/diancie_cry.ogg b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/pokemon/diancie/diancie_cry.ogg new file mode 100644 index 0000000..8552d00 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/pokemon/diancie/diancie_cry.ogg differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/roaringmoon/roaringmoon_cry.ogg b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/roaringmoon/roaringmoon_cry.ogg new file mode 100644 index 0000000..317886e Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/roaringmoon/roaringmoon_cry.ogg differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/slitherwing/slitherwing.ogg b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/slitherwing/slitherwing.ogg new file mode 100644 index 0000000..df26b78 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/slitherwing/slitherwing.ogg differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/swanna/swanna_cry.ogg b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/swanna/swanna_cry.ogg new file mode 100644 index 0000000..d6f6db1 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/swanna/swanna_cry.ogg differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/particle/fire_beam.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/particle/fire_beam.png new file mode 100644 index 0000000..a4b53a5 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/particle/fire_beam.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0150_mewtwo2/mewtwo2.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0150_mewtwo2/mewtwo2.png new file mode 100644 index 0000000..b9aadbe Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0150_mewtwo2/mewtwo2.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0150_mewtwo2/mewtwo2_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0150_mewtwo2/mewtwo2_shiny.png new file mode 100644 index 0000000..8f1cc7e Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0150_mewtwo2/mewtwo2_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0150_mewtwo2/mewtwo_armored.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0150_mewtwo2/mewtwo_armored.png new file mode 100644 index 0000000..698170c Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0150_mewtwo2/mewtwo_armored.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0150_mewtwo2/mewtwo_armored_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0150_mewtwo2/mewtwo_armored_shiny.png new file mode 100644 index 0000000..ac2519b Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0150_mewtwo2/mewtwo_armored_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0201_unown/unown.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0201_unown/unown.png new file mode 100644 index 0000000..35b11f7 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0201_unown/unown.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0201_unown/unown_emissive.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0201_unown/unown_emissive.png new file mode 100644 index 0000000..8d3d093 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0201_unown/unown_emissive.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0201_unown/unown_punctuation.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0201_unown/unown_punctuation.png new file mode 100644 index 0000000..c13e463 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0201_unown/unown_punctuation.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0201_unown/unown_punctuation_emissive.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0201_unown/unown_punctuation_emissive.png new file mode 100644 index 0000000..9c29029 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0201_unown/unown_punctuation_emissive.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0201_unown/unown_punctuation_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0201_unown/unown_punctuation_shiny.png new file mode 100644 index 0000000..1f6e185 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0201_unown/unown_punctuation_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0201_unown/unown_punctuation_shiny_emissive.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0201_unown/unown_punctuation_shiny_emissive.png new file mode 100644 index 0000000..12b4d42 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0201_unown/unown_punctuation_shiny_emissive.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0201_unown/unown_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0201_unown/unown_shiny.png new file mode 100644 index 0000000..52e95c6 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0201_unown/unown_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0201_unown/unown_shiny_emissive.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0201_unown/unown_shiny_emissive.png new file mode 100644 index 0000000..f5785a8 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0201_unown/unown_shiny_emissive.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0333_swablu/swablu.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0333_swablu/swablu.png new file mode 100644 index 0000000..9df7e18 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0333_swablu/swablu.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0333_swablu/swablu_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0333_swablu/swablu_shiny.png new file mode 100644 index 0000000..0ad298d Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0333_swablu/swablu_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0334_altaria/altaria.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0334_altaria/altaria.png new file mode 100644 index 0000000..82b1b9a Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0334_altaria/altaria.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0334_altaria/altaria_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0334_altaria/altaria_shiny.png new file mode 100644 index 0000000..9f11c28 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0334_altaria/altaria_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0353_shuppet/shuppet.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0353_shuppet/shuppet.png new file mode 100644 index 0000000..488ff7f Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0353_shuppet/shuppet.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0353_shuppet/shuppet_emissive.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0353_shuppet/shuppet_emissive.png new file mode 100644 index 0000000..c0c7177 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0353_shuppet/shuppet_emissive.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0353_shuppet/shuppet_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0353_shuppet/shuppet_shiny.png new file mode 100644 index 0000000..f8025c4 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0353_shuppet/shuppet_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0354_banette/banette.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0354_banette/banette.png new file mode 100644 index 0000000..474d673 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0354_banette/banette.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0354_banette/banette_emissive.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0354_banette/banette_emissive.png new file mode 100644 index 0000000..4408e25 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0354_banette/banette_emissive.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0354_banette/banette_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0354_banette/banette_shiny.png new file mode 100644 index 0000000..38793e8 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0354_banette/banette_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0386_deoxys/deoxys.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0386_deoxys/deoxys.png new file mode 100644 index 0000000..1ca39e4 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0386_deoxys/deoxys.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0386_deoxys/deoxys_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0386_deoxys/deoxys_shiny.png new file mode 100644 index 0000000..a7412d9 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0386_deoxys/deoxys_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0386_deoxysattack/deoxysattack.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0386_deoxysattack/deoxysattack.png new file mode 100644 index 0000000..78f4da1 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0386_deoxysattack/deoxysattack.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0386_deoxysattack/deoxysattack_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0386_deoxysattack/deoxysattack_shiny.png new file mode 100644 index 0000000..bde2b90 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0386_deoxysattack/deoxysattack_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0386_deoxysdefense/deoxysdefense.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0386_deoxysdefense/deoxysdefense.png new file mode 100644 index 0000000..c2441ee Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0386_deoxysdefense/deoxysdefense.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0386_deoxysdefense/deoxysdefense_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0386_deoxysdefense/deoxysdefense_shiny.png new file mode 100644 index 0000000..6fb6f8c Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0386_deoxysdefense/deoxysdefense_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0386_deoxysspeed/deoxysspeed.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0386_deoxysspeed/deoxysspeed.png new file mode 100644 index 0000000..c72185a Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0386_deoxysspeed/deoxysspeed.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0386_deoxysspeed/deoxysspeed_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0386_deoxysspeed/deoxysspeed_shiny.png new file mode 100644 index 0000000..d1f5757 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0386_deoxysspeed/deoxysspeed_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0562_yamask/yamask_galarian.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0562_yamask/yamask_galarian.png new file mode 100644 index 0000000..0602797 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0562_yamask/yamask_galarian.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0562_yamask/yamask_galarian_emissive.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0562_yamask/yamask_galarian_emissive.png new file mode 100644 index 0000000..970268e Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0562_yamask/yamask_galarian_emissive.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0562_yamask/yamask_galarian_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0562_yamask/yamask_galarian_shiny.png new file mode 100644 index 0000000..47ce342 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0562_yamask/yamask_galarian_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0562_yamask/yamask_galarian_shiny_emissive.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0562_yamask/yamask_galarian_shiny_emissive.png new file mode 100644 index 0000000..a42a836 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0562_yamask/yamask_galarian_shiny_emissive.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0610_axew/axew.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0610_axew/axew.png new file mode 100644 index 0000000..e5f6e50 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0610_axew/axew.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0610_axew/axew_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0610_axew/axew_shiny.png new file mode 100644 index 0000000..dea19a1 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0610_axew/axew_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0611_fraxure/fraxure.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0611_fraxure/fraxure.png new file mode 100644 index 0000000..ed80aa7 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0611_fraxure/fraxure.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0611_fraxure/fraxure_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0611_fraxure/fraxure_shiny.png new file mode 100644 index 0000000..b98a88f Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0611_fraxure/fraxure_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0612_haxorus/haxorus.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0612_haxorus/haxorus.png new file mode 100644 index 0000000..505be19 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0612_haxorus/haxorus.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0612_haxorus/haxorus_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0612_haxorus/haxorus_shiny.png new file mode 100644 index 0000000..751119d Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0612_haxorus/haxorus_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0714_noibat/noibat.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0714_noibat/noibat.png new file mode 100644 index 0000000..49d2a33 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0714_noibat/noibat.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0714_noibat/noibat_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0714_noibat/noibat_shiny.png new file mode 100644 index 0000000..071d791 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0714_noibat/noibat_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0715_noivern/noivern.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0715_noivern/noivern.png new file mode 100644 index 0000000..79bddcb Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0715_noivern/noivern.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0715_noivern/noivern_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0715_noivern/noivern_shiny.png new file mode 100644 index 0000000..bd6f371 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0715_noivern/noivern_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0719_diancie/diancie.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0719_diancie/diancie.png new file mode 100644 index 0000000..d84a88c Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0719_diancie/diancie.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0719_diancie/diancie_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0719_diancie/diancie_shiny.png new file mode 100644 index 0000000..f7f50c0 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0719_diancie/diancie_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior.png new file mode 100644 index 0000000..8a752dc Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_blue.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_blue.png new file mode 100644 index 0000000..29fba73 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_blue.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_emissive.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_emissive.png new file mode 100644 index 0000000..9e4d7ef Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_emissive.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_green.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_green.png new file mode 100644 index 0000000..08dec23 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_green.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_indigo.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_indigo.png new file mode 100644 index 0000000..ee9d0c9 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_indigo.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_orange.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_orange.png new file mode 100644 index 0000000..8bfcf96 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_orange.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_red.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_red.png new file mode 100644 index 0000000..6575c6e Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_red.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_shiny.png new file mode 100644 index 0000000..4826650 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_violet.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_violet.png new file mode 100644 index 0000000..fa05c8d Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_violet.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_yellow.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_yellow.png new file mode 100644 index 0000000..c195061 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_yellow.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0798_kartana/kartana.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0798_kartana/kartana.png new file mode 100644 index 0000000..1ee6a59 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0798_kartana/kartana.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0798_kartana/kartana_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0798_kartana/kartana_shiny.png new file mode 100644 index 0000000..17c7ecf Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0798_kartana/kartana_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0854_sinistea/sinistea.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0854_sinistea/sinistea.png new file mode 100644 index 0000000..693b0b5 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0854_sinistea/sinistea.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0854_sinistea/sinistea_antique.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0854_sinistea/sinistea_antique.png new file mode 100644 index 0000000..c32d43a Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0854_sinistea/sinistea_antique.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0854_sinistea/sinistea_antique_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0854_sinistea/sinistea_antique_shiny.png new file mode 100644 index 0000000..30b2669 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0854_sinistea/sinistea_antique_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0854_sinistea/sinistea_emissive.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0854_sinistea/sinistea_emissive.png new file mode 100644 index 0000000..951c43b Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0854_sinistea/sinistea_emissive.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0854_sinistea/sinistea_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0854_sinistea/sinistea_shiny.png new file mode 100644 index 0000000..994b077 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0854_sinistea/sinistea_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0855_polteageist/polteageist.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0855_polteageist/polteageist.png new file mode 100644 index 0000000..054ad35 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0855_polteageist/polteageist.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0855_polteageist/polteageist_antique.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0855_polteageist/polteageist_antique.png new file mode 100644 index 0000000..722f3fb Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0855_polteageist/polteageist_antique.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0855_polteageist/polteageist_antique_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0855_polteageist/polteageist_antique_shiny.png new file mode 100644 index 0000000..1150ad6 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0855_polteageist/polteageist_antique_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0855_polteageist/polteageist_emissive.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0855_polteageist/polteageist_emissive.png new file mode 100644 index 0000000..023aceb Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0855_polteageist/polteageist_emissive.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0855_polteageist/polteageist_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0855_polteageist/polteageist_shiny.png new file mode 100644 index 0000000..de90da5 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0855_polteageist/polteageist_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0867_runerigus/runerigus_emissive.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0867_runerigus/runerigus_emissive.png new file mode 100644 index 0000000..d13a92b Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0867_runerigus/runerigus_emissive.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0867_runerigus/runerigus_shadow.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0867_runerigus/runerigus_shadow.png new file mode 100644 index 0000000..8f477f5 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0867_runerigus/runerigus_shadow.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0867_runerigus/runerigus_shiny_emissive.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0867_runerigus/runerigus_shiny_emissive.png new file mode 100644 index 0000000..5d48782 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0867_runerigus/runerigus_shiny_emissive.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0867_runerigus/runerigus_shiny_shadow.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0867_runerigus/runerigus_shiny_shadow.png new file mode 100644 index 0000000..92f6b17 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0867_runerigus/runerigus_shiny_shadow.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0872_snom/snom.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0872_snom/snom.png new file mode 100644 index 0000000..22caca7 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0872_snom/snom.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0872_snom/snom_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0872_snom/snom_shiny.png new file mode 100644 index 0000000..5651672 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0872_snom/snom_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0873_frosmoth/frosmoth.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0873_frosmoth/frosmoth.png new file mode 100644 index 0000000..a7aa170 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0873_frosmoth/frosmoth.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0873_frosmoth/frosmoth_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0873_frosmoth/frosmoth_shiny.png new file mode 100644 index 0000000..5342ec4 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0873_frosmoth/frosmoth_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0896_glastrier/glastrier.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0896_glastrier/glastrier.png new file mode 100644 index 0000000..07646af Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0896_glastrier/glastrier.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0896_glastrier/glastrier_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0896_glastrier/glastrier_shiny.png new file mode 100644 index 0000000..8696e9c Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0896_glastrier/glastrier_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0897_spectrier/spectrier.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0897_spectrier/spectrier.png new file mode 100644 index 0000000..ee07a14 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0897_spectrier/spectrier.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0897_spectrier/spectrier_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0897_spectrier/spectrier_shiny.png new file mode 100644 index 0000000..363d394 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0897_spectrier/spectrier_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0898_calyrex/calyrex.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0898_calyrex/calyrex.png new file mode 100644 index 0000000..1b1bd17 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0898_calyrex/calyrex.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0898_calyrex/calyrex_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0898_calyrex/calyrex_shiny.png new file mode 100644 index 0000000..2796d90 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0898_calyrex/calyrex_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0919_nymble/nymble.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0919_nymble/nymble.png new file mode 100644 index 0000000..0e4f131 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0919_nymble/nymble.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0919_nymble/nymble_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0919_nymble/nymble_shiny.png new file mode 100644 index 0000000..9b682ea Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0919_nymble/nymble_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0920_lokix/lokix.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0920_lokix/lokix.png new file mode 100644 index 0000000..fd0fd83 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0920_lokix/lokix.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0920_lokix/lokix_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0920_lokix/lokix_shiny.png new file mode 100644 index 0000000..91b6b9c Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0920_lokix/lokix_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0948_toedscool/toedscool.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0948_toedscool/toedscool.png new file mode 100644 index 0000000..f5c4078 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0948_toedscool/toedscool.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0948_toedscool/toedscool_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0948_toedscool/toedscool_shiny.png new file mode 100644 index 0000000..45a95b4 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0948_toedscool/toedscool_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0949_toedscruel/toedscruel.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0949_toedscruel/toedscruel.png new file mode 100644 index 0000000..20a00a1 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0949_toedscruel/toedscruel.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0949_toedscruel/toedscruel_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0949_toedscruel/toedscruel_shiny.png new file mode 100644 index 0000000..ac17920 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0949_toedscruel/toedscruel_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0949_toedscruel/toedscruel_shiny_translucent.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0949_toedscruel/toedscruel_shiny_translucent.png new file mode 100644 index 0000000..a1738ce Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0949_toedscruel/toedscruel_shiny_translucent.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0949_toedscruel/toedscruel_translucent.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0949_toedscruel/toedscruel_translucent.png new file mode 100644 index 0000000..8fcfacf Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0949_toedscruel/toedscruel_translucent.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0988_slitherwing/slitherwing.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0988_slitherwing/slitherwing.png new file mode 100644 index 0000000..6f4db94 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0988_slitherwing/slitherwing.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0988_slitherwing/slitherwing_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0988_slitherwing/slitherwing_shiny.png new file mode 100644 index 0000000..fc4bbb9 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0988_slitherwing/slitherwing_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0991_ironbundle/ironbundle.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0991_ironbundle/ironbundle.png new file mode 100644 index 0000000..6cc44be Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0991_ironbundle/ironbundle.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0991_ironbundle/ironbundle_emissive.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0991_ironbundle/ironbundle_emissive.png new file mode 100644 index 0000000..7685513 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0991_ironbundle/ironbundle_emissive.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0991_ironbundle/ironbundle_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0991_ironbundle/ironbundle_shiny.png new file mode 100644 index 0000000..e29266e Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0991_ironbundle/ironbundle_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/1005_roaringmoon/roaringmoon.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/1005_roaringmoon/roaringmoon.png new file mode 100644 index 0000000..e20c20f Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/1005_roaringmoon/roaringmoon.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/1005_roaringmoon/roaringmoon_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/1005_roaringmoon/roaringmoon_shiny.png new file mode 100644 index 0000000..c2e1d11 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/1005_roaringmoon/roaringmoon_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/absol/absol.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/absol/absol.png new file mode 100644 index 0000000..3f22519 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/absol/absol.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/absol/absol_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/absol/absol_shiny.png new file mode 100644 index 0000000..4fc4712 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/absol/absol_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/amoonguss/amoonguss.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/amoonguss/amoonguss.png new file mode 100644 index 0000000..a6cb57d Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/amoonguss/amoonguss.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/amoonguss/amoonguss_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/amoonguss/amoonguss_shiny.png new file mode 100644 index 0000000..7b1044f Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/amoonguss/amoonguss_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/appletun/appletun.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/appletun/appletun.png new file mode 100644 index 0000000..78dcb77 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/appletun/appletun.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/appletun/appletun_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/appletun/appletun_shiny.png new file mode 100644 index 0000000..b0973ec Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/appletun/appletun_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/applin/applin.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/applin/applin.png new file mode 100644 index 0000000..f7700cc Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/applin/applin.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/applin/applin_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/applin/applin_shiny.png new file mode 100644 index 0000000..09506b8 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/applin/applin_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/araquanid/araquanid.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/araquanid/araquanid.png new file mode 100644 index 0000000..842d919 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/araquanid/araquanid.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/araquanid/araquanid_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/araquanid/araquanid_shiny.png new file mode 100644 index 0000000..ef89a81 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/araquanid/araquanid_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/arcanine_hisuian/arcanine_hisui.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/arcanine_hisuian/arcanine_hisui.png new file mode 100644 index 0000000..7d6cc2e Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/arcanine_hisuian/arcanine_hisui.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/arcanine_hisuian/arcanine_hisui_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/arcanine_hisuian/arcanine_hisui_shiny.png new file mode 100644 index 0000000..1cb7d00 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/arcanine_hisuian/arcanine_hisui_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/archaludon/archaludon.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/archaludon/archaludon.png new file mode 100644 index 0000000..f2e51f4 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/archaludon/archaludon.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/archaludon/archaludon_emissive.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/archaludon/archaludon_emissive.png new file mode 100644 index 0000000..bf4c93f Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/archaludon/archaludon_emissive.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/archaludon/archaludon_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/archaludon/archaludon_shiny.png new file mode 100644 index 0000000..640e17b Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/archaludon/archaludon_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/arctibax/arctibax.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/arctibax/arctibax.png new file mode 100644 index 0000000..e994194 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/arctibax/arctibax.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/arctibax/arctibax_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/arctibax/arctibax_shiny.png new file mode 100644 index 0000000..f31614e Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/arctibax/arctibax_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/articuno/articuno2.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/articuno/articuno2.png new file mode 100644 index 0000000..2d33912 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/articuno/articuno2.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/articuno/articuno_galar.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/articuno/articuno_galar.png new file mode 100644 index 0000000..6cc1c54 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/articuno/articuno_galar.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/articuno/articuno_galar_emissive.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/articuno/articuno_galar_emissive.png new file mode 100644 index 0000000..9decc86 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/articuno/articuno_galar_emissive.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/articuno/articuno_galar_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/articuno/articuno_galar_shiny.png new file mode 100644 index 0000000..0c43523 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/articuno/articuno_galar_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/articuno/articuno_shiny2.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/articuno/articuno_shiny2.png new file mode 100644 index 0000000..2c2622f Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/articuno/articuno_shiny2.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/avalugg/avalugg_hisuian.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/avalugg/avalugg_hisuian.png new file mode 100644 index 0000000..d67ad01 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/avalugg/avalugg_hisuian.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/avalugg/avalugg_hisuian_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/avalugg/avalugg_hisuian_shiny.png new file mode 100644 index 0000000..5fab548 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/avalugg/avalugg_hisuian_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/azumarill/azumarill.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/azumarill/azumarill.png new file mode 100644 index 0000000..b5a717b Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/azumarill/azumarill.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/azumarill/azumarill_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/azumarill/azumarill_shiny.png new file mode 100644 index 0000000..b01801f Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/azumarill/azumarill_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/azurill/azurill.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/azurill/azurill.png new file mode 100644 index 0000000..04e7105 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/azurill/azurill.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/azurill/azurill_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/azurill/azurill_shiny.png new file mode 100644 index 0000000..32632ea Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/azurill/azurill_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/barbaracle/barbaracle.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/barbaracle/barbaracle.png new file mode 100644 index 0000000..0af5ade Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/barbaracle/barbaracle.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/barbaracle/barbaracle_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/barbaracle/barbaracle_shiny.png new file mode 100644 index 0000000..4805369 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/barbaracle/barbaracle_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/baxcalibur/baxcalibur.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/baxcalibur/baxcalibur.png new file mode 100644 index 0000000..938d6a0 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/baxcalibur/baxcalibur.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/baxcalibur/baxcalibur_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/baxcalibur/baxcalibur_shiny.png new file mode 100644 index 0000000..3c595ef Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/baxcalibur/baxcalibur_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/bellibolt/bellibolt.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/bellibolt/bellibolt.png new file mode 100644 index 0000000..5bce494 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/bellibolt/bellibolt.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/bellibolt/bellibolt_emissive.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/bellibolt/bellibolt_emissive.png new file mode 100644 index 0000000..1ffd129 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/bellibolt/bellibolt_emissive.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/bellibolt/bellibolt_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/bellibolt/bellibolt_shiny.png new file mode 100644 index 0000000..ad6f8ca Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/bellibolt/bellibolt_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/binacle/binacle.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/binacle/binacle.png new file mode 100644 index 0000000..67d92ee Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/binacle/binacle.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/binacle/binacle_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/binacle/binacle_shiny.png new file mode 100644 index 0000000..34f2005 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/binacle/binacle_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/bisharp/bisharp.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/bisharp/bisharp.png new file mode 100644 index 0000000..111280f Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/bisharp/bisharp.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/bisharp/bisharp_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/bisharp/bisharp_shiny.png new file mode 100644 index 0000000..b19304f Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/bisharp/bisharp_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/blacephalon/blacephalon.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/blacephalon/blacephalon.png new file mode 100644 index 0000000..487111a Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/blacephalon/blacephalon.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/blacephalon/blacephalon_emissive.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/blacephalon/blacephalon_emissive.png new file mode 100644 index 0000000..639f233 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/blacephalon/blacephalon_emissive.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/blacephalon/blacephalon_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/blacephalon/blacephalon_shiny.png new file mode 100644 index 0000000..cc6f36a Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/blacephalon/blacephalon_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/blipbug/blipbug.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/blipbug/blipbug.png new file mode 100644 index 0000000..b857e91 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/blipbug/blipbug.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/blipbug/blipbug_emissive.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/blipbug/blipbug_emissive.png new file mode 100644 index 0000000..2446b65 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/blipbug/blipbug_emissive.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/blipbug/blipbug_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/blipbug/blipbug_shiny.png new file mode 100644 index 0000000..a04c84d Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/blipbug/blipbug_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/brutebonnet/brutebonnet.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/brutebonnet/brutebonnet.png new file mode 100644 index 0000000..5e691d3 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/brutebonnet/brutebonnet.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/brutebonnet/brutebonnet_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/brutebonnet/brutebonnet_shiny.png new file mode 100644 index 0000000..900c0b8 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/brutebonnet/brutebonnet_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/capsakid/capsakid.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/capsakid/capsakid.png new file mode 100644 index 0000000..15184aa Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/capsakid/capsakid.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/capsakid/capsakid_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/capsakid/capsakid_shiny.png new file mode 100644 index 0000000..96a5336 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/capsakid/capsakid_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/celebi/celebi.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/celebi/celebi.png new file mode 100644 index 0000000..f6b59bb Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/celebi/celebi.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/celebi/celebi_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/celebi/celebi_shiny.png new file mode 100644 index 0000000..a357ab4 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/celebi/celebi_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/chienpao/chienpao.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/chienpao/chienpao.png new file mode 100644 index 0000000..5e65f86 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/chienpao/chienpao.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/chienpao/chienpao_emissive.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/chienpao/chienpao_emissive.png new file mode 100644 index 0000000..f3b7459 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/chienpao/chienpao_emissive.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/chienpao/chienpao_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/chienpao/chienpao_shiny.png new file mode 100644 index 0000000..91708b6 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/chienpao/chienpao_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/chiyu/chi-yu.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/chiyu/chi-yu.png new file mode 100644 index 0000000..8281177 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/chiyu/chi-yu.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/chiyu/chi-yu_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/chiyu/chi-yu_shiny.png new file mode 100644 index 0000000..c9d1480 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/chiyu/chi-yu_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cinccino/cinccino.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cinccino/cinccino.png new file mode 100644 index 0000000..a5feb7f Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cinccino/cinccino.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cinccino/cinccino_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cinccino/cinccino_shiny.png new file mode 100644 index 0000000..fef9b45 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cinccino/cinccino_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/corsola/corsola.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/corsola/corsola.png new file mode 100644 index 0000000..9a8d6b9 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/corsola/corsola.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/corsola/corsola_eye.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/corsola/corsola_eye.png new file mode 100644 index 0000000..4805dc6 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/corsola/corsola_eye.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/corsola/corsola_eye_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/corsola/corsola_eye_shiny.png new file mode 100644 index 0000000..436544e Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/corsola/corsola_eye_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/corsola/corsola_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/corsola/corsola_shiny.png new file mode 100644 index 0000000..ba2980f Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/corsola/corsola_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/corsola/corsola_solid.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/corsola/corsola_solid.png new file mode 100644 index 0000000..9295714 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/corsola/corsola_solid.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/corsola/corsola_solid_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/corsola/corsola_solid_shiny.png new file mode 100644 index 0000000..9ac18e0 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/corsola/corsola_solid_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/corsola/corsola_transparent.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/corsola/corsola_transparent.png new file mode 100644 index 0000000..9d37407 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/corsola/corsola_transparent.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cramorant/cramorant.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cramorant/cramorant.png new file mode 100644 index 0000000..3134620 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cramorant/cramorant.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cramorant/cramorant_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cramorant/cramorant_shiny.png new file mode 100644 index 0000000..a6fbe1d Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cramorant/cramorant_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cresselia/cresselia.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cresselia/cresselia.png new file mode 100644 index 0000000..f17ae83 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cresselia/cresselia.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cresselia/cresselia_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cresselia/cresselia_shiny.png new file mode 100644 index 0000000..26b4919 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cresselia/cresselia_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/croagunk/croagunk.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/croagunk/croagunk.png new file mode 100644 index 0000000..ddb2c51 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/croagunk/croagunk.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/croagunk/croagunk_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/croagunk/croagunk_shiny.png new file mode 100644 index 0000000..47a5b30 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/croagunk/croagunk_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cursola/cursola_eye.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cursola/cursola_eye.png new file mode 100644 index 0000000..a104dbd Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cursola/cursola_eye.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cursola/cursola_eye_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cursola/cursola_eye_shiny.png new file mode 100644 index 0000000..14d9d2b Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cursola/cursola_eye_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cursola/cursola_solid.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cursola/cursola_solid.png new file mode 100644 index 0000000..aae854a Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cursola/cursola_solid.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cursola/cursola_solid_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cursola/cursola_solid_shiny.png new file mode 100644 index 0000000..9d7a951 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cursola/cursola_solid_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cursola/cursola_transparent.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cursola/cursola_transparent.png new file mode 100644 index 0000000..6d7d321 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cursola/cursola_transparent.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cyclizar/cyclizar.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cyclizar/cyclizar.png new file mode 100644 index 0000000..ba929e8 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cyclizar/cyclizar.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/darkrai/darkrai.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/darkrai/darkrai.png new file mode 100644 index 0000000..cdf51ba Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/darkrai/darkrai.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/darkrai/darkrai_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/darkrai/darkrai_shiny.png new file mode 100644 index 0000000..5eb2238 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/darkrai/darkrai_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/delcatty/delcatty.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/delcatty/delcatty.png new file mode 100644 index 0000000..07111ab Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/delcatty/delcatty.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/delcatty/delcatty_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/delcatty/delcatty_shiny.png new file mode 100644 index 0000000..5ac3040 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/delcatty/delcatty_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/delibird/delibird.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/delibird/delibird.png new file mode 100644 index 0000000..2d28bb5 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/delibird/delibird.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/delibird/delibird_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/delibird/delibird_shiny.png new file mode 100644 index 0000000..2c2231c Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/delibird/delibird_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dewpider/dewpider.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dewpider/dewpider.png new file mode 100644 index 0000000..17c260d Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dewpider/dewpider.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dewpider/dewpider_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dewpider/dewpider_shiny.png new file mode 100644 index 0000000..fb7a51c Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dewpider/dewpider_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dipplin/dipplin.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dipplin/dipplin.png new file mode 100644 index 0000000..44d3b90 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dipplin/dipplin.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dipplin/dipplin_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dipplin/dipplin_shiny.png new file mode 100644 index 0000000..6aff242 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dipplin/dipplin_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dottler/dottler.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dottler/dottler.png new file mode 100644 index 0000000..a424939 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dottler/dottler.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dottler/dottler_emissive.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dottler/dottler_emissive.png new file mode 100644 index 0000000..9aebdf6 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dottler/dottler_emissive.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dottler/dottler_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dottler/dottler_shiny.png new file mode 100644 index 0000000..768cd26 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dottler/dottler_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/drapion/drapion.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/drapion/drapion.png new file mode 100644 index 0000000..131f709 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/drapion/drapion.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/drapion/drapion_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/drapion/drapion_shiny.png new file mode 100644 index 0000000..b2e6440 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/drapion/drapion_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/drilbur/drilbur.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/drilbur/drilbur.png new file mode 100644 index 0000000..2bdfa1e Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/drilbur/drilbur.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/drilbur/drilbur_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/drilbur/drilbur_shiny.png new file mode 100644 index 0000000..68c49c4 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/drilbur/drilbur_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/druddigon/druddigon.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/druddigon/druddigon.png new file mode 100644 index 0000000..ebcde54 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/druddigon/druddigon.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/druddigon/druddigon_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/druddigon/druddigon_shiny.png new file mode 100644 index 0000000..2fc96ab Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/druddigon/druddigon_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ducklett/ducklett.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ducklett/ducklett.png new file mode 100644 index 0000000..aded5ac Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ducklett/ducklett.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ducklett/ducklett_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ducklett/ducklett_shiny.png new file mode 100644 index 0000000..ce3e41a Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ducklett/ducklett_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dudunsparce/dudunsparce.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dudunsparce/dudunsparce.png new file mode 100644 index 0000000..aaeb06f Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dudunsparce/dudunsparce.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dudunsparce/dudunsparce_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dudunsparce/dudunsparce_shiny.png new file mode 100644 index 0000000..8ab408a Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dudunsparce/dudunsparce_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dudunsparce/dudunsparce_three_segment.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dudunsparce/dudunsparce_three_segment.png new file mode 100644 index 0000000..d1e8a41 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dudunsparce/dudunsparce_three_segment.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dudunsparce/dudunsparce_three_segment_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dudunsparce/dudunsparce_three_segment_shiny.png new file mode 100644 index 0000000..0bba4bf Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dudunsparce/dudunsparce_three_segment_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dunsparce/dunsparce.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dunsparce/dunsparce.png new file mode 100644 index 0000000..20a690c Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dunsparce/dunsparce.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dunsparce/dunsparce_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dunsparce/dunsparce_shiny.png new file mode 100644 index 0000000..8f49e15 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dunsparce/dunsparce_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/duosion/duosion.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/duosion/duosion.png new file mode 100644 index 0000000..dcbc6bb Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/duosion/duosion.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/duosion/duosion_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/duosion/duosion_shiny.png new file mode 100644 index 0000000..380cf89 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/duosion/duosion_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/duraludon/duraludon.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/duraludon/duraludon.png new file mode 100644 index 0000000..fe71f86 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/duraludon/duraludon.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/duraludon/duraludon_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/duraludon/duraludon_shiny.png new file mode 100644 index 0000000..0493497 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/duraludon/duraludon_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/eelektrik/eelektrik.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/eelektrik/eelektrik.png new file mode 100644 index 0000000..415f884 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/eelektrik/eelektrik.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/eelektrik/eelektrik_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/eelektrik/eelektrik_shiny.png new file mode 100644 index 0000000..9ad8ab0 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/eelektrik/eelektrik_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/eelektross/eelektross.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/eelektross/eelektross.png new file mode 100644 index 0000000..37277fc Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/eelektross/eelektross.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/eelektross/eelektross_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/eelektross/eelektross_shiny.png new file mode 100644 index 0000000..9de387c Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/eelektross/eelektross_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/espurr/espurr.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/espurr/espurr.png new file mode 100644 index 0000000..d8ad302 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/espurr/espurr.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/espurr/espurr_glow.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/espurr/espurr_glow.png new file mode 100644 index 0000000..416caae Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/espurr/espurr_glow.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/espurr/espurr_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/espurr/espurr_shiny.png new file mode 100644 index 0000000..0c927c3 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/espurr/espurr_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/eternatus/eternatus.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/eternatus/eternatus.png new file mode 100644 index 0000000..e6d4f13 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/eternatus/eternatus.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/eternatus/eternatus_emissive.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/eternatus/eternatus_emissive.png new file mode 100644 index 0000000..206774a Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/eternatus/eternatus_emissive.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/eternatus/eternatus_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/eternatus/eternatus_shiny.png new file mode 100644 index 0000000..0984b56 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/eternatus/eternatus_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/excadrill/excadrill.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/excadrill/excadrill.png new file mode 100644 index 0000000..3a8e534 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/excadrill/excadrill.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/excadrill/excadrill_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/excadrill/excadrill_shiny.png new file mode 100644 index 0000000..06cbedc Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/excadrill/excadrill_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/feebas/feebas.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/feebas/feebas.png new file mode 100644 index 0000000..9531481 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/feebas/feebas.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/feebas/feebas_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/feebas/feebas_shiny.png new file mode 100644 index 0000000..069a448 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/feebas/feebas_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/finizen/finizen.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/finizen/finizen.png new file mode 100644 index 0000000..8a89c9b Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/finizen/finizen.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/finizen/finizen_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/finizen/finizen_shiny.png new file mode 100644 index 0000000..a34210d Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/finizen/finizen_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/flapple/flapple.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/flapple/flapple.png new file mode 100644 index 0000000..5bc9a77 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/flapple/flapple.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/flapple/flapple_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/flapple/flapple_shiny.png new file mode 100644 index 0000000..d02e469 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/flapple/flapple_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/fluttermane/fluttermane.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/fluttermane/fluttermane.png new file mode 100644 index 0000000..c7fd686 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/fluttermane/fluttermane.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/fluttermane/fluttermane_emmisive.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/fluttermane/fluttermane_emmisive.png new file mode 100644 index 0000000..de2e970 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/fluttermane/fluttermane_emmisive.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/fluttermane/fluttermane_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/fluttermane/fluttermane_shiny.png new file mode 100644 index 0000000..447c760 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/fluttermane/fluttermane_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/fomantis/fomantis.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/fomantis/fomantis.png new file mode 100644 index 0000000..bea12f3 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/fomantis/fomantis.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/fomantis/fomantis_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/fomantis/fomantis_shiny.png new file mode 100644 index 0000000..a869b42 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/fomantis/fomantis_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/foongus/foongus.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/foongus/foongus.png new file mode 100644 index 0000000..752c218 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/foongus/foongus.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/foongus/foongus_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/foongus/foongus_shiny.png new file mode 100644 index 0000000..73e7842 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/foongus/foongus_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/frigibax/frigibax.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/frigibax/frigibax.png new file mode 100644 index 0000000..2470ad6 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/frigibax/frigibax.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/frigibax/frigibax_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/frigibax/frigibax_shiny.png new file mode 100644 index 0000000..32fdfe0 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/frigibax/frigibax_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/froslass/froslass.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/froslass/froslass.png new file mode 100644 index 0000000..61c3a78 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/froslass/froslass.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/froslass/froslass_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/froslass/froslass_shiny.png new file mode 100644 index 0000000..7840d17 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/froslass/froslass_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gastrodon/gastrodon_e.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gastrodon/gastrodon_e.png new file mode 100644 index 0000000..bf08434 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gastrodon/gastrodon_e.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gastrodon/gastrodon_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gastrodon/gastrodon_shiny.png new file mode 100644 index 0000000..86de729 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gastrodon/gastrodon_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gastrodon/gastrodon_w.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gastrodon/gastrodon_w.png new file mode 100644 index 0000000..6bc59fc Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gastrodon/gastrodon_w.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gastrodon/gastrodon_w_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gastrodon/gastrodon_w_shiny.png new file mode 100644 index 0000000..0335548 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gastrodon/gastrodon_w_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/genesect/genesect.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/genesect/genesect.png new file mode 100644 index 0000000..55a3f6b Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/genesect/genesect.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/genesect/genesect_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/genesect/genesect_shiny.png new file mode 100644 index 0000000..baa8d3d Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/genesect/genesect_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gengar/gengar2.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gengar/gengar2.png new file mode 100644 index 0000000..60b684a Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gengar/gengar2.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gengar/gengar2_emissive.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gengar/gengar2_emissive.png new file mode 100644 index 0000000..5984103 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gengar/gengar2_emissive.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gengar/gengar2_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gengar/gengar2_shiny.png new file mode 100644 index 0000000..aabf76a Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gengar/gengar2_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gengar/gengar2_shiny_emissive.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gengar/gengar2_shiny_emissive.png new file mode 100644 index 0000000..b0766cd Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gengar/gengar2_shiny_emissive.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/geodude/geodude_alolan.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/geodude/geodude_alolan.png new file mode 100644 index 0000000..f254053 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/geodude/geodude_alolan.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/geodude/geodude_alolan_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/geodude/geodude_alolan_shiny.png new file mode 100644 index 0000000..b3aed93 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/geodude/geodude_alolan_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/glalie/glalie.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/glalie/glalie.png new file mode 100644 index 0000000..dd9a0c4 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/glalie/glalie.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/glalie/glalie_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/glalie/glalie_shiny.png new file mode 100644 index 0000000..8096ebe Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/glalie/glalie_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/glameow/glameow.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/glameow/glameow.png new file mode 100644 index 0000000..195ba99 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/glameow/glameow.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/glameow/glameow_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/glameow/glameow_shiny.png new file mode 100644 index 0000000..4c2d79b Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/glameow/glameow_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gogoat/gogoat.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gogoat/gogoat.png new file mode 100644 index 0000000..4bffdfe Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gogoat/gogoat.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gogoat/gogoat_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gogoat/gogoat_shiny.png new file mode 100644 index 0000000..01b727f Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gogoat/gogoat_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/golem/golem_alolan.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/golem/golem_alolan.png new file mode 100644 index 0000000..c9dbe8c Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/golem/golem_alolan.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/golem/golem_alolan_emissive.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/golem/golem_alolan_emissive.png new file mode 100644 index 0000000..e1f6063 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/golem/golem_alolan_emissive.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/golem/golem_alolan_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/golem/golem_alolan_shiny.png new file mode 100644 index 0000000..508ebca Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/golem/golem_alolan_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gothita/gothita.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gothita/gothita.png new file mode 100644 index 0000000..761da2d Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gothita/gothita.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gothita/gothita_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gothita/gothita_shiny.png new file mode 100644 index 0000000..7bf16df Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gothita/gothita_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gothitelle/gothitelle.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gothitelle/gothitelle.png new file mode 100644 index 0000000..5723282 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gothitelle/gothitelle.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gothitelle/gothitelle_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gothitelle/gothitelle_shiny.png new file mode 100644 index 0000000..da9b0f5 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gothitelle/gothitelle_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gothorita/gothorita.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gothorita/gothorita.png new file mode 100644 index 0000000..47d1b3d Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gothorita/gothorita.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gothorita/gothorita_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gothorita/gothorita_shiny.png new file mode 100644 index 0000000..bf4bfeb Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gothorita/gothorita_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/graveler/graveler_alolan.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/graveler/graveler_alolan.png new file mode 100644 index 0000000..0c415e7 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/graveler/graveler_alolan.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/graveler/graveler_alolan_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/graveler/graveler_alolan_shiny.png new file mode 100644 index 0000000..1e596c8 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/graveler/graveler_alolan_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/greattusk/greattusk.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/greattusk/greattusk.png new file mode 100644 index 0000000..7624bfe Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/greattusk/greattusk.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/greattusk/greattusk_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/greattusk/greattusk_shiny.png new file mode 100644 index 0000000..4506f27 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/greattusk/greattusk_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/greavard/greavard.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/greavard/greavard.png new file mode 100644 index 0000000..8dead49 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/greavard/greavard.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/greavard/greavard_emissive.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/greavard/greavard_emissive.png new file mode 100644 index 0000000..a2dcc5e Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/greavard/greavard_emissive.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/greavard/greavard_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/greavard/greavard_shiny.png new file mode 100644 index 0000000..c244012 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/greavard/greavard_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/grimer/grimer_alolan.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/grimer/grimer_alolan.png new file mode 100644 index 0000000..9c89e79 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/grimer/grimer_alolan.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/grimer/grimer_alolan_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/grimer/grimer_alolan_shiny.png new file mode 100644 index 0000000..931450b Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/grimer/grimer_alolan_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/groudon/groudon.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/groudon/groudon.png new file mode 100644 index 0000000..3340ef9 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/groudon/groudon.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/groudon/groudon_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/groudon/groudon_shiny.png new file mode 100644 index 0000000..81871b6 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/groudon/groudon_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/groudonprimal/groudonprimal.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/groudonprimal/groudonprimal.png new file mode 100644 index 0000000..7f527b7 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/groudonprimal/groudonprimal.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/groudonprimal/groudonprimal_emissive.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/groudonprimal/groudonprimal_emissive.png new file mode 100644 index 0000000..12433f3 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/groudonprimal/groudonprimal_emissive.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/groudonprimal/groudonprimal_emissive_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/groudonprimal/groudonprimal_emissive_shiny.png new file mode 100644 index 0000000..8d38ff4 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/groudonprimal/groudonprimal_emissive_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/groudonprimal/groudonprimal_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/groudonprimal/groudonprimal_shiny.png new file mode 100644 index 0000000..a6928c5 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/groudonprimal/groudonprimal_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/growlithe_hisuian/growlithe_hisui.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/growlithe_hisuian/growlithe_hisui.png new file mode 100644 index 0000000..8ea3d38 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/growlithe_hisuian/growlithe_hisui.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/growlithe_hisuian/growlithe_hisui_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/growlithe_hisuian/growlithe_hisui_shiny.png new file mode 100644 index 0000000..9a7676f Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/growlithe_hisuian/growlithe_hisui_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/guzzlord/guzzlord.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/guzzlord/guzzlord.png new file mode 100644 index 0000000..02b7205 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/guzzlord/guzzlord.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/guzzlord/guzzlord_emissive.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/guzzlord/guzzlord_emissive.png new file mode 100644 index 0000000..7028643 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/guzzlord/guzzlord_emissive.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/guzzlord/guzzlord_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/guzzlord/guzzlord_shiny.png new file mode 100644 index 0000000..5ab2a13 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/guzzlord/guzzlord_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hawlucha/hawlucha.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hawlucha/hawlucha.png new file mode 100644 index 0000000..bcf5693 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hawlucha/hawlucha.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hawlucha/hawlucha_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hawlucha/hawlucha_shiny.png new file mode 100644 index 0000000..77d91fb Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hawlucha/hawlucha_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hoopa/hoopa.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hoopa/hoopa.png new file mode 100644 index 0000000..2fdee22 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hoopa/hoopa.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hoopa/hoopa_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hoopa/hoopa_shiny.png new file mode 100644 index 0000000..7aa7e49 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hoopa/hoopa_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hoopa_unbound/hoopa_unbound.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hoopa_unbound/hoopa_unbound.png new file mode 100644 index 0000000..1f006e9 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hoopa_unbound/hoopa_unbound.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hoopa_unbound/hoopa_unbound_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hoopa_unbound/hoopa_unbound_shiny.png new file mode 100644 index 0000000..b957bee Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hoopa_unbound/hoopa_unbound_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hoppip/hoppip.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hoppip/hoppip.png new file mode 100644 index 0000000..5a50bec Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hoppip/hoppip.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hoppip/hoppip_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hoppip/hoppip_shiny.png new file mode 100644 index 0000000..fa3186e Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hoppip/hoppip_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/houndoom/houndoom.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/houndoom/houndoom.png new file mode 100644 index 0000000..abee60a Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/houndoom/houndoom.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/houndoom/houndoom_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/houndoom/houndoom_shiny.png new file mode 100644 index 0000000..b458971 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/houndoom/houndoom_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/houndour/houndour.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/houndour/houndour.png new file mode 100644 index 0000000..e249e83 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/houndour/houndour.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/houndour/houndour_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/houndour/houndour_shiny.png new file mode 100644 index 0000000..fc3788d Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/houndour/houndour_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/houndstone/houndstone.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/houndstone/houndstone.png new file mode 100644 index 0000000..7d0ee9a Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/houndstone/houndstone.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/houndstone/houndstone_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/houndstone/houndstone_shiny.png new file mode 100644 index 0000000..1bb6e12 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/houndstone/houndstone_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hydrapple/hydrapple.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hydrapple/hydrapple.png new file mode 100644 index 0000000..77990ee Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hydrapple/hydrapple.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hydrapple/hydrapple_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hydrapple/hydrapple_shiny.png new file mode 100644 index 0000000..2e7e721 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hydrapple/hydrapple_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/indeedee/indeedee_f.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/indeedee/indeedee_f.png new file mode 100644 index 0000000..2fee818 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/indeedee/indeedee_f.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/indeedee/indeedee_f_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/indeedee/indeedee_f_shiny.png new file mode 100644 index 0000000..5b59fc3 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/indeedee/indeedee_f_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/indeedee/indeedee_m.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/indeedee/indeedee_m.png new file mode 100644 index 0000000..7e6431f Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/indeedee/indeedee_m.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/indeedee/indeedee_m_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/indeedee/indeedee_m_shiny.png new file mode 100644 index 0000000..1e1d1cc Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/indeedee/indeedee_m_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironmoth/ironmoth.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironmoth/ironmoth.png new file mode 100644 index 0000000..042ec18 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironmoth/ironmoth.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironmoth/ironmoth_emissive.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironmoth/ironmoth_emissive.png new file mode 100644 index 0000000..ae41256 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironmoth/ironmoth_emissive.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironmoth/ironmoth_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironmoth/ironmoth_shiny.png new file mode 100644 index 0000000..ebc97ce Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironmoth/ironmoth_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironthorns/ironthorns.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironthorns/ironthorns.png new file mode 100644 index 0000000..f5df6c1 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironthorns/ironthorns.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironthorns/ironthorns_emissive.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironthorns/ironthorns_emissive.png new file mode 100644 index 0000000..e0f0a47 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironthorns/ironthorns_emissive.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironthorns/ironthorns_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironthorns/ironthorns_shiny.png new file mode 100644 index 0000000..c3a677d Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironthorns/ironthorns_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironvaliant/ironvaliant.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironvaliant/ironvaliant.png new file mode 100644 index 0000000..dde9d0b Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironvaliant/ironvaliant.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironvaliant/ironvaliant_emissive.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironvaliant/ironvaliant_emissive.png new file mode 100644 index 0000000..14b6c59 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironvaliant/ironvaliant_emissive.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironvaliant/ironvaliant_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironvaliant/ironvaliant_shiny.png new file mode 100644 index 0000000..74afb7d Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironvaliant/ironvaliant_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/jumpluff/jumpluff.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/jumpluff/jumpluff.png new file mode 100644 index 0000000..523a70e Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/jumpluff/jumpluff.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/jumpluff/jumpluff_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/jumpluff/jumpluff_shiny.png new file mode 100644 index 0000000..a77222f Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/jumpluff/jumpluff_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kilowattrel/kilowattrel.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kilowattrel/kilowattrel.png new file mode 100644 index 0000000..ba5401c Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kilowattrel/kilowattrel.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kilowattrel/kilowattrel_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kilowattrel/kilowattrel_shiny.png new file mode 100644 index 0000000..1a1331d Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kilowattrel/kilowattrel_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kingambit/kingambit.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kingambit/kingambit.png new file mode 100644 index 0000000..c99c9bd Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kingambit/kingambit.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kingambit/kingambit_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kingambit/kingambit_shiny.png new file mode 100644 index 0000000..d12c7c5 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kingambit/kingambit_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kubfu/kubfu.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kubfu/kubfu.png new file mode 100644 index 0000000..effd2d2 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kubfu/kubfu.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kubfu/kubfu_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kubfu/kubfu_shiny.png new file mode 100644 index 0000000..d9bdd9a Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kubfu/kubfu_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogre/kyogre.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogre/kyogre.png new file mode 100644 index 0000000..8021b90 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogre/kyogre.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogre/kyogre_emissive.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogre/kyogre_emissive.png new file mode 100644 index 0000000..b3c9495 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogre/kyogre_emissive.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogre/kyogre_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogre/kyogre_shiny.png new file mode 100644 index 0000000..dde159a Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogre/kyogre_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogreprimal/kyogreprimal.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogreprimal/kyogreprimal.png new file mode 100644 index 0000000..f0d93f6 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogreprimal/kyogreprimal.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogreprimal/kyogreprimal_emissive.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogreprimal/kyogreprimal_emissive.png new file mode 100644 index 0000000..857208c Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogreprimal/kyogreprimal_emissive.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogreprimal/kyogreprimal_emissive_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogreprimal/kyogreprimal_emissive_shiny.png new file mode 100644 index 0000000..0a1fc4c Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogreprimal/kyogreprimal_emissive_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogreprimal/kyogreprimal_line.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogreprimal/kyogreprimal_line.png new file mode 100644 index 0000000..5bba4aa Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogreprimal/kyogreprimal_line.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogreprimal/kyogreprimal_line_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogreprimal/kyogreprimal_line_shiny.png new file mode 100644 index 0000000..f3bb589 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogreprimal/kyogreprimal_line_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogreprimal/kyogreprimal_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogreprimal/kyogreprimal_shiny.png new file mode 100644 index 0000000..4b6d90f Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogreprimal/kyogreprimal_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyurem/kyurem.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyurem/kyurem.png new file mode 100644 index 0000000..3897a7e Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyurem/kyurem.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyurem/kyurem_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyurem/kyurem_shiny.png new file mode 100644 index 0000000..26daab0 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyurem/kyurem_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyurem/kyuremblack.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyurem/kyuremblack.png new file mode 100644 index 0000000..2d9aadc Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyurem/kyuremblack.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyurem/kyuremblack_emissive.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyurem/kyuremblack_emissive.png new file mode 100644 index 0000000..5fcde84 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyurem/kyuremblack_emissive.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyurem/kyuremwhite.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyurem/kyuremwhite.png new file mode 100644 index 0000000..768ffbb Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyurem/kyuremwhite.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyurem/kyuremwhite_emissive.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyurem/kyuremwhite_emissive.png new file mode 100644 index 0000000..f9b6e77 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyurem/kyuremwhite_emissive.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/landorus/landorus.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/landorus/landorus.png new file mode 100644 index 0000000..a8f82c9 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/landorus/landorus.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/landorus/landorus_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/landorus/landorus_shiny.png new file mode 100644 index 0000000..7a6d67c Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/landorus/landorus_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/latias/latias.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/latias/latias.png new file mode 100644 index 0000000..afe4072 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/latias/latias.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/latias/latias_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/latias/latias_shiny.png new file mode 100644 index 0000000..022a5d8 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/latias/latias_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/latios/latios.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/latios/latios.png new file mode 100644 index 0000000..bd65793 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/latios/latios.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/latios/latios_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/latios/latios_shiny.png new file mode 100644 index 0000000..5766530 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/latios/latios_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/leavanny/leavanny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/leavanny/leavanny.png new file mode 100644 index 0000000..2f40971 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/leavanny/leavanny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/leavanny/leavanny_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/leavanny/leavanny_shiny.png new file mode 100644 index 0000000..f5045cd Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/leavanny/leavanny_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ledian/ledian.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ledian/ledian.png new file mode 100644 index 0000000..61008a8 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ledian/ledian.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ledian/ledian_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ledian/ledian_shiny.png new file mode 100644 index 0000000..d8bf08f Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ledian/ledian_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ledyba/ledyba.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ledyba/ledyba.png new file mode 100644 index 0000000..a024ae8 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ledyba/ledyba.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ledyba/ledyba_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ledyba/ledyba_shiny.png new file mode 100644 index 0000000..50991dc Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ledyba/ledyba_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/liepard/liepard.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/liepard/liepard.png new file mode 100644 index 0000000..9f11769 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/liepard/liepard.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/liepard/liepard_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/liepard/liepard_shiny.png new file mode 100644 index 0000000..62d9ba0 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/liepard/liepard_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/litleo/litleo.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/litleo/litleo.png new file mode 100644 index 0000000..bd137f6 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/litleo/litleo.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/litleo/litleo_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/litleo/litleo_shiny.png new file mode 100644 index 0000000..0e9ab56 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/litleo/litleo_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lurantis/lurantis.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lurantis/lurantis.png new file mode 100644 index 0000000..b005826 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lurantis/lurantis.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lurantis/lurantis_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lurantis/lurantis_shiny.png new file mode 100644 index 0000000..a6fe703 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lurantis/lurantis_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lycanroc/lycanroc.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lycanroc/lycanroc.png new file mode 100644 index 0000000..8e54bad Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lycanroc/lycanroc.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lycanroc/lycanroc_dusk.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lycanroc/lycanroc_dusk.png new file mode 100644 index 0000000..7f1f641 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lycanroc/lycanroc_dusk.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lycanroc/lycanroc_dusk_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lycanroc/lycanroc_dusk_shiny.png new file mode 100644 index 0000000..b0d8bfc Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lycanroc/lycanroc_dusk_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lycanroc/lycanroc_midnight.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lycanroc/lycanroc_midnight.png new file mode 100644 index 0000000..dbcf17b Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lycanroc/lycanroc_midnight.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lycanroc/lycanroc_midnight_emissive.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lycanroc/lycanroc_midnight_emissive.png new file mode 100644 index 0000000..3878796 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lycanroc/lycanroc_midnight_emissive.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lycanroc/lycanroc_midnight_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lycanroc/lycanroc_midnight_shiny.png new file mode 100644 index 0000000..663ef3a Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lycanroc/lycanroc_midnight_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lycanroc/lycanroc_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lycanroc/lycanroc_shiny.png new file mode 100644 index 0000000..56393a6 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lycanroc/lycanroc_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/manaphy/manaphy.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/manaphy/manaphy.png new file mode 100644 index 0000000..6e7a077 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/manaphy/manaphy.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/manaphy/manaphy_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/manaphy/manaphy_shiny.png new file mode 100644 index 0000000..dafc7d9 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/manaphy/manaphy_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mandibuzz/mandibuzz.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mandibuzz/mandibuzz.png new file mode 100644 index 0000000..80b070e Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mandibuzz/mandibuzz.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mandibuzz/mandibuzz_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mandibuzz/mandibuzz_shiny.png new file mode 100644 index 0000000..fda92ef Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mandibuzz/mandibuzz_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mareanie/mareanie.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mareanie/mareanie.png new file mode 100644 index 0000000..860d2b1 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mareanie/mareanie.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mareanie/mareanie_emissive.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mareanie/mareanie_emissive.png new file mode 100644 index 0000000..740f601 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mareanie/mareanie_emissive.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mareanie/mareanie_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mareanie/mareanie_shiny.png new file mode 100644 index 0000000..9577648 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mareanie/mareanie_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mareanie/mareanie_shiny_emissive.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mareanie/mareanie_shiny_emissive.png new file mode 100644 index 0000000..82fd3e1 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mareanie/mareanie_shiny_emissive.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marill/marill.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marill/marill.png new file mode 100644 index 0000000..2690171 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marill/marill.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marill/marill_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marill/marill_shiny.png new file mode 100644 index 0000000..ae4b851 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marill/marill_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan.png new file mode 100644 index 0000000..e0f388f Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_emissive_1.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_emissive_1.png new file mode 100644 index 0000000..e0ec151 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_emissive_1.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_emissive_2.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_emissive_2.png new file mode 100644 index 0000000..6b6345c Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_emissive_2.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_emissive_3.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_emissive_3.png new file mode 100644 index 0000000..0af1247 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_emissive_3.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_emissive_4.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_emissive_4.png new file mode 100644 index 0000000..0d8eb9a Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_emissive_4.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_emissive_5.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_emissive_5.png new file mode 100644 index 0000000..1ea35a6 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_emissive_5.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_emissive_6.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_emissive_6.png new file mode 100644 index 0000000..3f8d37a Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_emissive_6.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_emissive_7.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_emissive_7.png new file mode 100644 index 0000000..55d20ea Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_emissive_7.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_emissive_8.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_emissive_8.png new file mode 100644 index 0000000..88eebb2 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_emissive_8.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_shiny.png new file mode 100644 index 0000000..16c28c1 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marshadow/marshadow.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marshadow/marshadow.png new file mode 100644 index 0000000..be12218 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marshadow/marshadow.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marshadow/marshadow_emissive.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marshadow/marshadow_emissive.png new file mode 100644 index 0000000..ab5af94 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marshadow/marshadow_emissive.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marshadow/marshadow_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marshadow/marshadow_shiny.png new file mode 100644 index 0000000..a66134f Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marshadow/marshadow_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/medicham/medicham.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/medicham/medicham.png new file mode 100644 index 0000000..19aee22 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/medicham/medicham.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/medicham/medicham_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/medicham/medicham_shiny.png new file mode 100644 index 0000000..c8dfae1 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/medicham/medicham_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meditite/meditite.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meditite/meditite.png new file mode 100644 index 0000000..4e3e79e Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meditite/meditite.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meditite/meditite_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meditite/meditite_shiny.png new file mode 100644 index 0000000..e4aa2b7 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meditite/meditite_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/megarayquaza/megarayquaza.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/megarayquaza/megarayquaza.png new file mode 100644 index 0000000..44a08a2 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/megarayquaza/megarayquaza.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/megarayquaza/megarayquaza_emissive.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/megarayquaza/megarayquaza_emissive.png new file mode 100644 index 0000000..a7126e4 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/megarayquaza/megarayquaza_emissive.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/megarayquaza/megarayquaza_emissive_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/megarayquaza/megarayquaza_emissive_shiny.png new file mode 100644 index 0000000..a7126e4 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/megarayquaza/megarayquaza_emissive_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/megarayquaza/megarayquaza_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/megarayquaza/megarayquaza_shiny.png new file mode 100644 index 0000000..23ee02b Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/megarayquaza/megarayquaza_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/melmetal/melmetal.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/melmetal/melmetal.png new file mode 100644 index 0000000..d4f6a99 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/melmetal/melmetal.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/melmetal/melmetal_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/melmetal/melmetal_shiny.png new file mode 100644 index 0000000..80a680e Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/melmetal/melmetal_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meltan/meltan.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meltan/meltan.png new file mode 100644 index 0000000..b18dc72 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meltan/meltan.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meltan/meltan_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meltan/meltan_shiny.png new file mode 100644 index 0000000..db8e7dd Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meltan/meltan_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meowstic/meowstic_f.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meowstic/meowstic_f.png new file mode 100644 index 0000000..ab229f1 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meowstic/meowstic_f.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meowstic/meowstic_f_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meowstic/meowstic_f_shiny.png new file mode 100644 index 0000000..5efc6b0 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meowstic/meowstic_f_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meowstic/meowstic_glow_f.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meowstic/meowstic_glow_f.png new file mode 100644 index 0000000..1306854 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meowstic/meowstic_glow_f.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meowstic/meowstic_glow_m.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meowstic/meowstic_glow_m.png new file mode 100644 index 0000000..ba0638d Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meowstic/meowstic_glow_m.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meowstic/meowstic_m.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meowstic/meowstic_m.png new file mode 100644 index 0000000..996e745 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meowstic/meowstic_m.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meowstic/meowstic_m_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meowstic/meowstic_m_shiny.png new file mode 100644 index 0000000..0ba5599 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meowstic/meowstic_m_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/milotic/milotic.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/milotic/milotic.png new file mode 100644 index 0000000..20864d5 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/milotic/milotic.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/milotic/milotic_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/milotic/milotic_shiny.png new file mode 100644 index 0000000..b34176f Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/milotic/milotic_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/minccino/minccino.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/minccino/minccino.png new file mode 100644 index 0000000..3bb0155 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/minccino/minccino.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/minccino/minccino_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/minccino/minccino_shiny.png new file mode 100644 index 0000000..a407a8b Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/minccino/minccino_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/moltres/moltres2.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/moltres/moltres2.png new file mode 100644 index 0000000..9b11ed7 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/moltres/moltres2.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/moltres/moltres2_emissive.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/moltres/moltres2_emissive.png new file mode 100644 index 0000000..771716a Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/moltres/moltres2_emissive.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/moltres/moltres2_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/moltres/moltres2_shiny.png new file mode 100644 index 0000000..085bbc9 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/moltres/moltres2_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/moltres/moltres2_shiny_emissive.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/moltres/moltres2_shiny_emissive.png new file mode 100644 index 0000000..6332a62 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/moltres/moltres2_shiny_emissive.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/moltres/moltres_galar.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/moltres/moltres_galar.png new file mode 100644 index 0000000..9451a5c Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/moltres/moltres_galar.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/moltres/moltres_galar_emissive.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/moltres/moltres_galar_emissive.png new file mode 100644 index 0000000..1ad2167 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/moltres/moltres_galar_emissive.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/moltres/moltres_galar_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/moltres/moltres_galar_shiny.png new file mode 100644 index 0000000..670663f Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/moltres/moltres_galar_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/moltres/moltres_galar_shiny_emissive.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/moltres/moltres_galar_shiny_emissive.png new file mode 100644 index 0000000..eb00656 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/moltres/moltres_galar_shiny_emissive.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/morpeko/morpeko.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/morpeko/morpeko.png new file mode 100644 index 0000000..86eab57 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/morpeko/morpeko.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/morpeko/morpeko_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/morpeko/morpeko_shiny.png new file mode 100644 index 0000000..c048824 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/morpeko/morpeko_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mrmime/mrmime_galarian.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mrmime/mrmime_galarian.png new file mode 100644 index 0000000..1f908b3 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mrmime/mrmime_galarian.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mrmime/mrmime_galarian_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mrmime/mrmime_galarian_shiny.png new file mode 100644 index 0000000..c8e2c9d Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mrmime/mrmime_galarian_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mrrime/mrrime.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mrrime/mrrime.png new file mode 100644 index 0000000..35efe42 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mrrime/mrrime.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mrrime/mrrime_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mrrime/mrrime_shiny.png new file mode 100644 index 0000000..5c0156f Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mrrime/mrrime_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/muk/muk_alolan.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/muk/muk_alolan.png new file mode 100644 index 0000000..2d8c401 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/muk/muk_alolan.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/muk/muk_alolan_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/muk/muk_alolan_shiny.png new file mode 100644 index 0000000..9c863b6 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/muk/muk_alolan_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/munna/munna.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/munna/munna.png new file mode 100644 index 0000000..2d50b00 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/munna/munna.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/munna/munna_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/munna/munna_shiny.png new file mode 100644 index 0000000..bafc85d Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/munna/munna_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/musharna/musharna.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/musharna/musharna.png new file mode 100644 index 0000000..6ebd549 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/musharna/musharna.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/musharna/musharna_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/musharna/musharna_shiny.png new file mode 100644 index 0000000..e3b47ca Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/musharna/musharna_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/naganadel/naganadel.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/naganadel/naganadel.png new file mode 100644 index 0000000..5b8db2b Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/naganadel/naganadel.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/naganadel/naganadel_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/naganadel/naganadel_shiny.png new file mode 100644 index 0000000..a9e80d3 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/naganadel/naganadel_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/necrozma/necrozma.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/necrozma/necrozma.png new file mode 100644 index 0000000..949dc71 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/necrozma/necrozma.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/necrozma/necrozma_emissive.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/necrozma/necrozma_emissive.png new file mode 100644 index 0000000..c2d3df7 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/necrozma/necrozma_emissive.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/necrozma/necrozma_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/necrozma/necrozma_shiny.png new file mode 100644 index 0000000..70c6525 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/necrozma/necrozma_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/nihilego/nihilego.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/nihilego/nihilego.png new file mode 100644 index 0000000..34b7baa Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/nihilego/nihilego.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/nihilego/nihilego_emissive.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/nihilego/nihilego_emissive.png new file mode 100644 index 0000000..c253296 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/nihilego/nihilego_emissive.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/nihilego/nihilego_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/nihilego/nihilego_shiny.png new file mode 100644 index 0000000..5f08547 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/nihilego/nihilego_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/nihilego/nihilego_shiny_emissive.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/nihilego/nihilego_shiny_emissive.png new file mode 100644 index 0000000..7b88dd5 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/nihilego/nihilego_shiny_emissive.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon.png new file mode 100644 index 0000000..447acb2 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon_emissive.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon_emissive.png new file mode 100644 index 0000000..f803f73 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon_emissive.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon_emissive_fire.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon_emissive_fire.png new file mode 100644 index 0000000..a797649 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon_emissive_fire.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon_emissive_rock.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon_emissive_rock.png new file mode 100644 index 0000000..807c71a Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon_emissive_rock.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon_emissive_water.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon_emissive_water.png new file mode 100644 index 0000000..612da16 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon_emissive_water.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon_fire.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon_fire.png new file mode 100644 index 0000000..c43c53e Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon_fire.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon_rock.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon_rock.png new file mode 100644 index 0000000..f6bed6e Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon_rock.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon_shiny.png new file mode 100644 index 0000000..651a5b0 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon_water.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon_water.png new file mode 100644 index 0000000..d69e1f4 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon_water.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/orbeetle/orbeetle.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/orbeetle/orbeetle.png new file mode 100644 index 0000000..8f74736 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/orbeetle/orbeetle.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/orbeetle/orbeetle_emissive.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/orbeetle/orbeetle_emissive.png new file mode 100644 index 0000000..cdaf39d Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/orbeetle/orbeetle_emissive.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/orbeetle/orbeetle_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/orbeetle/orbeetle_shiny.png new file mode 100644 index 0000000..5ff5459 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/orbeetle/orbeetle_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/orbeetle/orbeetle_shiny_emissive.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/orbeetle/orbeetle_shiny_emissive.png new file mode 100644 index 0000000..f48d239 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/orbeetle/orbeetle_shiny_emissive.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/orthworm/orthworm.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/orthworm/orthworm.png new file mode 100644 index 0000000..40c51c1 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/orthworm/orthworm.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/orthworm/orthworm_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/orthworm/orthworm_shiny.png new file mode 100644 index 0000000..4c748c1 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/orthworm/orthworm_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/palafin/palafin.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/palafin/palafin.png new file mode 100644 index 0000000..3bd43a6 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/palafin/palafin.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/palafin/palafin_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/palafin/palafin_shiny.png new file mode 100644 index 0000000..3f7dbd4 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/palafin/palafin_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/palossand/palossand.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/palossand/palossand.png new file mode 100644 index 0000000..23fe502 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/palossand/palossand.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/palossand/palossand_mesa.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/palossand/palossand_mesa.png new file mode 100644 index 0000000..4027ae8 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/palossand/palossand_mesa.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/palossand/palossand_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/palossand/palossand_shiny.png new file mode 100644 index 0000000..0c5e3ab Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/palossand/palossand_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pawmi/pawmi.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pawmi/pawmi.png new file mode 100644 index 0000000..d9636f3 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pawmi/pawmi.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pawmi/pawmi_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pawmi/pawmi_shiny.png new file mode 100644 index 0000000..06e4b20 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pawmi/pawmi_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pawmo/pawmo.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pawmo/pawmo.png new file mode 100644 index 0000000..f727fb3 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pawmo/pawmo.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pawmo/pawmo_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pawmo/pawmo_shiny.png new file mode 100644 index 0000000..189326e Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pawmo/pawmo_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pawmot/pawmot.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pawmot/pawmot.png new file mode 100644 index 0000000..ff66d0b Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pawmot/pawmot.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pawmot/pawmot_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pawmot/pawmot_shiny.png new file mode 100644 index 0000000..dd53b58 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pawmot/pawmot_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pawniard/pawniard.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pawniard/pawniard.png new file mode 100644 index 0000000..79d7790 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pawniard/pawniard.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pawniard/pawniard_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pawniard/pawniard_shiny.png new file mode 100644 index 0000000..fcb17f6 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pawniard/pawniard_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pecharunt/pecharunt.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pecharunt/pecharunt.png new file mode 100644 index 0000000..8f034c8 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pecharunt/pecharunt.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pecharunt/pecharunt_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pecharunt/pecharunt_shiny.png new file mode 100644 index 0000000..73b005b Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pecharunt/pecharunt_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/phione/phione.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/phione/phione.png new file mode 100644 index 0000000..77b5ec9 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/phione/phione.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/phione/phione_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/phione/phione_shiny.png new file mode 100644 index 0000000..eba9dd0 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/phione/phione_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/poipole/poipole.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/poipole/poipole.png new file mode 100644 index 0000000..fdf3046 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/poipole/poipole.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/poipole/poipole_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/poipole/poipole_shiny.png new file mode 100644 index 0000000..6a3e3ef Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/poipole/poipole_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/poltchageist/poltchageist.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/poltchageist/poltchageist.png new file mode 100644 index 0000000..1ef8955 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/poltchageist/poltchageist.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/poltchageist/poltchageist_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/poltchageist/poltchageist_shiny.png new file mode 100644 index 0000000..c5caf7d Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/poltchageist/poltchageist_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/purrloin/purrloin.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/purrloin/purrloin.png new file mode 100644 index 0000000..bccc26b Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/purrloin/purrloin.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/purrloin/purrloin_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/purrloin/purrloin_shiny.png new file mode 100644 index 0000000..c24f804 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/purrloin/purrloin_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/purugly/purugly.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/purugly/purugly.png new file mode 100644 index 0000000..3137c84 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/purugly/purugly.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/purugly/purugly_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/purugly/purugly_shiny.png new file mode 100644 index 0000000..52fc226 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/purugly/purugly_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pyroar/pyroar_f.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pyroar/pyroar_f.png new file mode 100644 index 0000000..643205c Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pyroar/pyroar_f.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pyroar/pyroar_f_glow.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pyroar/pyroar_f_glow.png new file mode 100644 index 0000000..444d8bb Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pyroar/pyroar_f_glow.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pyroar/pyroar_f_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pyroar/pyroar_f_shiny.png new file mode 100644 index 0000000..d4c8a94 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pyroar/pyroar_f_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pyroar/pyroar_f_shiny_glow.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pyroar/pyroar_f_shiny_glow.png new file mode 100644 index 0000000..0f54c5e Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pyroar/pyroar_f_shiny_glow.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pyroar/pyroar_m.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pyroar/pyroar_m.png new file mode 100644 index 0000000..f9ad467 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pyroar/pyroar_m.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pyroar/pyroar_m_glow.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pyroar/pyroar_m_glow.png new file mode 100644 index 0000000..e03561c Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pyroar/pyroar_m_glow.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pyroar/pyroar_m_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pyroar/pyroar_m_shiny.png new file mode 100644 index 0000000..a79a34c Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pyroar/pyroar_m_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pyroar/pyroar_m_shiny_glow.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pyroar/pyroar_m_shiny_glow.png new file mode 100644 index 0000000..e4337ef Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pyroar/pyroar_m_shiny_glow.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ragingbolt/ragingbolt.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ragingbolt/ragingbolt.png new file mode 100644 index 0000000..4159e55 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ragingbolt/ragingbolt.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/rayquaza/rayquaza.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/rayquaza/rayquaza.png new file mode 100644 index 0000000..cc6718c Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/rayquaza/rayquaza.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/rayquaza/rayquaza_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/rayquaza/rayquaza_shiny.png new file mode 100644 index 0000000..f5bff52 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/rayquaza/rayquaza_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/reshiram/reshiram.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/reshiram/reshiram.png new file mode 100644 index 0000000..a82913c Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/reshiram/reshiram.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/reshiram/reshiram_emissive.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/reshiram/reshiram_emissive.png new file mode 100644 index 0000000..8974ae3 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/reshiram/reshiram_emissive.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/reshiram/reshiram_emissive_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/reshiram/reshiram_emissive_shiny.png new file mode 100644 index 0000000..0533c76 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/reshiram/reshiram_emissive_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/reshiram/reshiram_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/reshiram/reshiram_shiny.png new file mode 100644 index 0000000..c4bc83e Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/reshiram/reshiram_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/reuniclus/reuniclus.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/reuniclus/reuniclus.png new file mode 100644 index 0000000..9a54f4d Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/reuniclus/reuniclus.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/reuniclus/reuniclus_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/reuniclus/reuniclus_shiny.png new file mode 100644 index 0000000..bbd53e0 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/reuniclus/reuniclus_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/rockruff/rockruff.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/rockruff/rockruff.png new file mode 100644 index 0000000..f20e903 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/rockruff/rockruff.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/rockruff/rockruff_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/rockruff/rockruff_shiny.png new file mode 100644 index 0000000..7340e8f Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/rockruff/rockruff_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/sandygast/sandygast.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/sandygast/sandygast.png new file mode 100644 index 0000000..a9038e9 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/sandygast/sandygast.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/sandygast/sandygast_mesa.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/sandygast/sandygast_mesa.png new file mode 100644 index 0000000..c9d2ea9 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/sandygast/sandygast_mesa.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/sandygast/sandygast_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/sandygast/sandygast_shiny.png new file mode 100644 index 0000000..99bd340 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/sandygast/sandygast_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/scovillain/scovillain.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/scovillain/scovillain.png new file mode 100644 index 0000000..57fb272 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/scovillain/scovillain.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/scovillain/scovillain_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/scovillain/scovillain_shiny.png new file mode 100644 index 0000000..7c2d3c1 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/scovillain/scovillain_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/screamtail/screamtail.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/screamtail/screamtail.png new file mode 100644 index 0000000..5e2f34c Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/screamtail/screamtail.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/screamtail/screamtail_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/screamtail/screamtail_shiny.png new file mode 100644 index 0000000..f0cb04a Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/screamtail/screamtail_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/sewaddle/sewaddle.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/sewaddle/sewaddle.png new file mode 100644 index 0000000..0c12d55 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/sewaddle/sewaddle.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/sewaddle/sewaddle_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/sewaddle/sewaddle_shiny.png new file mode 100644 index 0000000..20e2446 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/sewaddle/sewaddle_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/shaymin/shaymin.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/shaymin/shaymin.png new file mode 100644 index 0000000..280a452 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/shaymin/shaymin.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/shaymin/shaymin_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/shaymin/shaymin_shiny.png new file mode 100644 index 0000000..f3fb163 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/shaymin/shaymin_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/shaymin/shaymin_sky.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/shaymin/shaymin_sky.png new file mode 100644 index 0000000..3f07a72 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/shaymin/shaymin_sky.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/shaymin/shaymin_sky_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/shaymin/shaymin_sky_shiny.png new file mode 100644 index 0000000..70cf6d2 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/shaymin/shaymin_sky_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/shellos/shellos_e.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/shellos/shellos_e.png new file mode 100644 index 0000000..3a81990 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/shellos/shellos_e.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/shellos/shellos_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/shellos/shellos_shiny.png new file mode 100644 index 0000000..786ce76 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/shellos/shellos_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/shellos/shellos_w.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/shellos/shellos_w.png new file mode 100644 index 0000000..2fbe58e Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/shellos/shellos_w.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/shellos/shellos_w_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/shellos/shellos_w_shiny.png new file mode 100644 index 0000000..d97d879 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/shellos/shellos_w_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/sinistcha/sinistcha.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/sinistcha/sinistcha.png new file mode 100644 index 0000000..91590f4 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/sinistcha/sinistcha.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/sinistcha/sinistcha_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/sinistcha/sinistcha_shiny.png new file mode 100644 index 0000000..922b8cd Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/sinistcha/sinistcha_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skiddo/skiddo.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skiddo/skiddo.png new file mode 100644 index 0000000..54fa64c Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skiddo/skiddo.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skiddo/skiddo_kristmas.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skiddo/skiddo_kristmas.png new file mode 100644 index 0000000..b78c857 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skiddo/skiddo_kristmas.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skiddo/skiddo_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skiddo/skiddo_shiny.png new file mode 100644 index 0000000..b6ce2d7 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skiddo/skiddo_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skiploom/skiploom.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skiploom/skiploom.png new file mode 100644 index 0000000..aa9ecba Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skiploom/skiploom.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skiploom/skiploom_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skiploom/skiploom_shiny.png new file mode 100644 index 0000000..6329c10 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skiploom/skiploom_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skitty/skitty.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skitty/skitty.png new file mode 100644 index 0000000..719d449 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skitty/skitty.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skitty/skitty_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skitty/skitty_shiny.png new file mode 100644 index 0000000..0d8d385 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skitty/skitty_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skorupi/skorupi.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skorupi/skorupi.png new file mode 100644 index 0000000..9a5b08e Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skorupi/skorupi.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skorupi/skorupi_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skorupi/skorupi_shiny.png new file mode 100644 index 0000000..58c0bc5 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skorupi/skorupi_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skuntank/skuntank.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skuntank/skuntank.png new file mode 100644 index 0000000..9168b56 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skuntank/skuntank.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skuntank/skuntank_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skuntank/skuntank_shiny.png new file mode 100644 index 0000000..47c97fe Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skuntank/skuntank_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/slowbro/slowbro_galarian.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/slowbro/slowbro_galarian.png new file mode 100644 index 0000000..2ae9cfc Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/slowbro/slowbro_galarian.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/slowbro/slowbro_galarian_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/slowbro/slowbro_galarian_shiny.png new file mode 100644 index 0000000..bc0ca3b Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/slowbro/slowbro_galarian_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/slowking/slowking_galarian.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/slowking/slowking_galarian.png new file mode 100644 index 0000000..0e24cb8 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/slowking/slowking_galarian.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/slowking/slowking_galarian_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/slowking/slowking_galarian_shiny.png new file mode 100644 index 0000000..d69d977 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/slowking/slowking_galarian_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/slowpoke/slowpoke_galarian.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/slowpoke/slowpoke_galarian.png new file mode 100644 index 0000000..9f1f719 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/slowpoke/slowpoke_galarian.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/slowpoke/slowpoke_galarian_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/slowpoke/slowpoke_galarian_shiny.png new file mode 100644 index 0000000..45438bd Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/slowpoke/slowpoke_galarian_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/snorunt/snorunt.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/snorunt/snorunt.png new file mode 100644 index 0000000..95441ec Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/snorunt/snorunt.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/snorunt/snorunt_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/snorunt/snorunt_shiny.png new file mode 100644 index 0000000..0f25ced Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/snorunt/snorunt_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/solosis/solosis.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/solosis/solosis.png new file mode 100644 index 0000000..3632ebb Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/solosis/solosis.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/solosis/solosis_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/solosis/solosis_shiny.png new file mode 100644 index 0000000..31d8d35 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/solosis/solosis_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/stunky/stunky.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/stunky/stunky.png new file mode 100644 index 0000000..bb15d9f Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/stunky/stunky.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/stunky/stunky_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/stunky/stunky_shiny.png new file mode 100644 index 0000000..7b1cfb4 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/stunky/stunky_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/swadloon/swadloon.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/swadloon/swadloon.png new file mode 100644 index 0000000..58a670c Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/swadloon/swadloon.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/swadloon/swadloon_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/swadloon/swadloon_shiny.png new file mode 100644 index 0000000..11f5f3b Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/swadloon/swadloon_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/swanna/swanna.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/swanna/swanna.png new file mode 100644 index 0000000..c5bfcb3 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/swanna/swanna.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/swanna/swanna_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/swanna/swanna_shiny.png new file mode 100644 index 0000000..6131a59 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/swanna/swanna_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tadbulb/tadbulb.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tadbulb/tadbulb.png new file mode 100644 index 0000000..fe70480 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tadbulb/tadbulb.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tadbulb/tadbulb_emissive.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tadbulb/tadbulb_emissive.png new file mode 100644 index 0000000..2ba2218 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tadbulb/tadbulb_emissive.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tadbulb/tadbulb_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tadbulb/tadbulb_shiny.png new file mode 100644 index 0000000..a038e53 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tadbulb/tadbulb_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tauros/tauros_aqua.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tauros/tauros_aqua.png new file mode 100644 index 0000000..b229cc8 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tauros/tauros_aqua.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tauros/tauros_aqua_emissive.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tauros/tauros_aqua_emissive.png new file mode 100644 index 0000000..63b86d5 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tauros/tauros_aqua_emissive.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tauros/tauros_aqua_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tauros/tauros_aqua_shiny.png new file mode 100644 index 0000000..8306252 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tauros/tauros_aqua_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tauros/tauros_blaze.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tauros/tauros_blaze.png new file mode 100644 index 0000000..29f7a70 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tauros/tauros_blaze.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tauros/tauros_blaze_emissive.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tauros/tauros_blaze_emissive.png new file mode 100644 index 0000000..c07cbc2 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tauros/tauros_blaze_emissive.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tauros/tauros_blaze_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tauros/tauros_blaze_shiny.png new file mode 100644 index 0000000..7ab45a4 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tauros/tauros_blaze_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tauros/tauros_combat.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tauros/tauros_combat.png new file mode 100644 index 0000000..d9eb9a8 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tauros/tauros_combat.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tauros/tauros_combat_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tauros/tauros_combat_shiny.png new file mode 100644 index 0000000..5d8b6b0 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tauros/tauros_combat_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/thundurus/thundurus.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/thundurus/thundurus.png new file mode 100644 index 0000000..cc85a54 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/thundurus/thundurus.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/thundurus/thundurus_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/thundurus/thundurus_shiny.png new file mode 100644 index 0000000..7f013fe Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/thundurus/thundurus_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/togedemaru/togedemaru.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/togedemaru/togedemaru.png new file mode 100644 index 0000000..d5444ab Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/togedemaru/togedemaru.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/togedemaru/togedemaru_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/togedemaru/togedemaru_shiny.png new file mode 100644 index 0000000..918cc5a Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/togedemaru/togedemaru_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tornadus/tornadus.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tornadus/tornadus.png new file mode 100644 index 0000000..facceff Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tornadus/tornadus.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tornadus/tornadus_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tornadus/tornadus_shiny.png new file mode 100644 index 0000000..aa6c3d6 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tornadus/tornadus_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxapex/toxapex.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxapex/toxapex.png new file mode 100644 index 0000000..0abbb7b Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxapex/toxapex.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxapex/toxapex_emissive.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxapex/toxapex_emissive.png new file mode 100644 index 0000000..ca29134 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxapex/toxapex_emissive.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxapex/toxapex_emissive_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxapex/toxapex_emissive_shiny.png new file mode 100644 index 0000000..deea073 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxapex/toxapex_emissive_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxapex/toxapex_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxapex/toxapex_shiny.png new file mode 100644 index 0000000..672ad48 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxapex/toxapex_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxel/toxel.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxel/toxel.png new file mode 100644 index 0000000..e393ec3 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxel/toxel.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxel/toxel_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxel/toxel_shiny.png new file mode 100644 index 0000000..78044b0 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxel/toxel_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxicroak/toxicroak.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxicroak/toxicroak.png new file mode 100644 index 0000000..d8c840f Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxicroak/toxicroak.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxicroak/toxicroak_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxicroak/toxicroak_shiny.png new file mode 100644 index 0000000..c6284bc Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxicroak/toxicroak_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxtricity/toxtricitya.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxtricity/toxtricitya.png new file mode 100644 index 0000000..1635da1 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxtricity/toxtricitya.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxtricity/toxtricitya_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxtricity/toxtricitya_shiny.png new file mode 100644 index 0000000..13ee3ad Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxtricity/toxtricitya_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxtricity/toxtricityb.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxtricity/toxtricityb.png new file mode 100644 index 0000000..128d097 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxtricity/toxtricityb.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxtricity/toxtricityb_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxtricity/toxtricityb_shiny.png new file mode 100644 index 0000000..fc02e6a Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxtricity/toxtricityb_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tynamo/tynamo.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tynamo/tynamo.png new file mode 100644 index 0000000..41090ba Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tynamo/tynamo.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tynamo/tynamo_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tynamo/tynamo_shiny.png new file mode 100644 index 0000000..664afb5 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tynamo/tynamo_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ursaluna_bloodmoon/ursaluna_bloodmoon.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ursaluna_bloodmoon/ursaluna_bloodmoon.png new file mode 100644 index 0000000..ac49c23 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ursaluna_bloodmoon/ursaluna_bloodmoon.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ursaluna_bloodmoon/ursaluna_bloodmoon_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ursaluna_bloodmoon/ursaluna_bloodmoon_shiny.png new file mode 100644 index 0000000..4e76c47 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ursaluna_bloodmoon/ursaluna_bloodmoon_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/urshifu/urshifu.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/urshifu/urshifu.png new file mode 100644 index 0000000..fce48b6 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/urshifu/urshifu.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/urshifu/urshifu_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/urshifu/urshifu_shiny.png new file mode 100644 index 0000000..04f9154 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/urshifu/urshifu_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/urshifurs/urshifurs.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/urshifurs/urshifurs.png new file mode 100644 index 0000000..fce48b6 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/urshifurs/urshifurs.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/urshifurs/urshifurs_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/urshifurs/urshifurs_shiny.png new file mode 100644 index 0000000..04f9154 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/urshifurs/urshifurs_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/veluza/veluza.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/veluza/veluza.png new file mode 100644 index 0000000..bdb0ce9 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/veluza/veluza.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/veluza/veluza_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/veluza/veluza_shiny.png new file mode 100644 index 0000000..a12494a Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/veluza/veluza_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/volcanion/volcanion.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/volcanion/volcanion.png new file mode 100644 index 0000000..3c4d2f2 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/volcanion/volcanion.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/volcanion/volcanion_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/volcanion/volcanion_shiny.png new file mode 100644 index 0000000..79cb9f1 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/volcanion/volcanion_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/vullaby/vullaby.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/vullaby/vullaby.png new file mode 100644 index 0000000..6c4fb5d Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/vullaby/vullaby.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/vullaby/vullaby_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/vullaby/vullaby_shiny.png new file mode 100644 index 0000000..a90bbd4 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/vullaby/vullaby_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/wattrel/wattrel.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/wattrel/wattrel.png new file mode 100644 index 0000000..b2e0755 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/wattrel/wattrel.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/wattrel/wattrel_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/wattrel/wattrel_shiny.png new file mode 100644 index 0000000..f9a3164 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/wattrel/wattrel_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/wiglett/wiglett.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/wiglett/wiglett.png new file mode 100644 index 0000000..3bf6c6a Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/wiglett/wiglett.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/wiglett/wiglett_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/wiglett/wiglett_shiny.png new file mode 100644 index 0000000..318c394 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/wiglett/wiglett_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/wugtrio/wugtrio.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/wugtrio/wugtrio.png new file mode 100644 index 0000000..1a007ba Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/wugtrio/wugtrio.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/wugtrio/wugtrio_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/wugtrio/wugtrio_shiny.png new file mode 100644 index 0000000..1434ebe Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/wugtrio/wugtrio_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/xurkitree/xurkitree.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/xurkitree/xurkitree.png new file mode 100644 index 0000000..79194d7 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/xurkitree/xurkitree.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/xurkitree/xurkitree_emissive.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/xurkitree/xurkitree_emissive.png new file mode 100644 index 0000000..4c57da9 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/xurkitree/xurkitree_emissive.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/xurkitree/xurkitree_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/xurkitree/xurkitree_shiny.png new file mode 100644 index 0000000..373f11c Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/xurkitree/xurkitree_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zapdos/zapdos2.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zapdos/zapdos2.png new file mode 100644 index 0000000..89e7bfd Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zapdos/zapdos2.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zapdos/zapdos2_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zapdos/zapdos2_shiny.png new file mode 100644 index 0000000..e68ad31 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zapdos/zapdos2_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zapdos/zapdos_galar.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zapdos/zapdos_galar.png new file mode 100644 index 0000000..6236b70 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zapdos/zapdos_galar.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zapdos/zapdos_galar_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zapdos/zapdos_galar_shiny.png new file mode 100644 index 0000000..b426114 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zapdos/zapdos_galar_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zekrom/zekrom.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zekrom/zekrom.png new file mode 100644 index 0000000..a47ad98 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zekrom/zekrom.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zekrom/zekrom_emissive.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zekrom/zekrom_emissive.png new file mode 100644 index 0000000..2d0c42f Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zekrom/zekrom_emissive.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zekrom/zekrom_emissive_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zekrom/zekrom_emissive_shiny.png new file mode 100644 index 0000000..3f4b024 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zekrom/zekrom_emissive_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zekrom/zekrom_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zekrom/zekrom_shiny.png new file mode 100644 index 0000000..c596611 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zekrom/zekrom_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zeraora/zeraora.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zeraora/zeraora.png new file mode 100644 index 0000000..534b524 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zeraora/zeraora.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zeraora/zeraora_emissive.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zeraora/zeraora_emissive.png new file mode 100644 index 0000000..b5175c7 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zeraora/zeraora_emissive.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zeraora/zeraora_emissive_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zeraora/zeraora_emissive_shiny.png new file mode 100644 index 0000000..af06454 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zeraora/zeraora_emissive_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zeraora/zeraora_shiny.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zeraora/zeraora_shiny.png new file mode 100644 index 0000000..b28bcf0 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zeraora/zeraora_shiny.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zeraora/zeraora_translucent.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zeraora/zeraora_translucent.png new file mode 100644 index 0000000..c4785b0 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zeraora/zeraora_translucent.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/fossils/genesectfossil.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/fossils/genesectfossil.json new file mode 100644 index 0000000..48257b1 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/fossils/genesectfossil.json @@ -0,0 +1,8 @@ +{ + "result": "genesect", + "fossils": [ + "cobblemon:dome_fossil", + "cobblemon:dubious_disc" + ] + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/fossils/mewtwofossil.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/fossils/mewtwofossil.json new file mode 100644 index 0000000..fd70432 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/fossils/mewtwofossil.json @@ -0,0 +1,8 @@ +{ + "result": "mewtwo", + "fossils": [ + "minecraft:nether_star", + "cobblemon:psychic_gem" + ] + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_detail_presets/deepslate.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_detail_presets/deepslate.json new file mode 100644 index 0000000..3556cc0 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_detail_presets/deepslate.json @@ -0,0 +1,8 @@ +{ + "condition": { + "maxY": 40, + "neededNearbyBlocks": [ + "minecraft:deepslate" + ] + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/absol.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/absol.json new file mode 100644 index 0000000..9828f8f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/absol.json @@ -0,0 +1,81 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "absol-1", + "pokemon": "absol", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "timeRange":"night", + "canSeeSky":"true", + "level": "16-25", + "weight": 8.0, + "condition": { + "biomes": [ + "#minecraft:is_mountain" + ] + } + }, + { + "id": "absol-2", + "pokemon": "absol", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "timeRange":"midnight", + "canSeeSky":"true", + "level": "15-25", + "weight": 4.0, + "condition": { + "biomes": [ + "#minecraft:is_mountain" + ] + } + }, + { + "id": "absol-3", + "pokemon": "absol", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "timeRange":"midnight", + "canSeeSky":"true", + "level": "25-43", + "weight": 6.0, + "condition": { + "biomes": [ + "#minecraft:is_mountain" + ] + } + }, + { + "id": "absol-4", + "pokemon": "absol", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "35-52", + "weight": 4.0, + "condition": { + "biomes": [ + "#minecraft:is_end" + ] + } + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/altaria.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/altaria.json new file mode 100644 index 0000000..d2b6547 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/altaria.json @@ -0,0 +1,26 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "altaria-1", + "pokemon": "altaria", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "35-48", + "weight": 2.0, + "condition": { + "canSeeSky": true, + "minY": 100, + "biomes": [ + "#cobblemon:is_mountain" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/amoonguss.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/amoonguss.json new file mode 100644 index 0000000..51a030f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/amoonguss.json @@ -0,0 +1,37 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "amoonguss-1", + "pokemon": "amoonguss", + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "35-48", + "weight": 5.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_mushroom" + ] + } + }, + { + "id": "amoonguss-2", + "pokemon": "amoonguss", + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "35-48", + "weight": 3.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "minecraft:dark_forest" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/applin.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/applin.json new file mode 100644 index 0000000..a72b12d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/applin.json @@ -0,0 +1,37 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "applin-1", + "pokemon": "applin", + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "15-20", + "weight": 4.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_forest" + ] + } + }, + { + "id": "applin-2", + "pokemon": "applin", + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "15-20", + "weight": 5.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_floral" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/araquanid.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/araquanid.json new file mode 100644 index 0000000..8561a74 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/araquanid.json @@ -0,0 +1,44 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "araquanid-1", + "pokemon": "araquanid", + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "22-45", + "weight": 0.4, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_swamp", + "#cobblemon:is_coast", + "#cobblemon:is_island" + ] + } + }, + { + "id": "araquanid-2", + "pokemon": "araquanid", + "presets": [ + "freshwater", + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "common", + "level": "22-45", + "weight": 0.4, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_river", + "#cobblemon:is_freshwater" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/arcanine_hisuian.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/arcanine_hisuian.json new file mode 100644 index 0000000..8ab02a1 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/arcanine_hisuian.json @@ -0,0 +1,43 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "arcanine-hisui-1", + "pokemon": "arcanine hisuian", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "38-57", + "weight": 5.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_peak" + ] + } + }, + { + "id": "arcanine-hisui-2", + "pokemon": "arcanine hisuian", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "38-57", + "weight": 3.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:nether/is_basalt" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/arctibax.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/arctibax.json new file mode 100644 index 0000000..7ff9757 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/arctibax.json @@ -0,0 +1,25 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "arctibax-1", + "pokemon": "arctibax", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "38-57", + "weight": 2.5, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_glacial" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/axew.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/axew.json new file mode 100644 index 0000000..477a668 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/axew.json @@ -0,0 +1,59 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "axew-1", + "pokemon": "axew", + "presets": [ + "natural", + "wild" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "5-25", + "weight": 2.0, + "condition": { + "biomes": [ + "#cobblemon:is_mountain" + ] + } + }, + { + "id": "axew-2", + "pokemon": "axew", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "5-30", + "weight": 6.0, + "condition": { + "biomes": [ + "#cobblemon:is_highlands" + ] + } + }, + { + "id": "axew-3", + "pokemon": "axew", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "12-34", + "weight": 2.0, + "condition": { + "biomes": [ + "betterend:dragon_graveyards" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/azumarill.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/azumarill.json new file mode 100644 index 0000000..4a8d668 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/azumarill.json @@ -0,0 +1,42 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "azumarill-1", + "pokemon": "azumarill", + "presets": [ + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "rare", + "level": "20-35", + "weight": 2.5, + "condition": { + "canSeeSky": true, + "biomes": [ + "#minecraft:is_river" + ] + } + }, + { + "id": "azumarill-1", + "pokemon": "azumarill", + "type": "pokemon", + "context": "submerged", + "bucket": "rare", + "level": "30-40", + "weight": 3.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "minecraft:warm_ocean", + "minecraft:lukewarm_ocean", + "minecraft:deep_lukewarm_ocean" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/azurill.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/azurill.json new file mode 100644 index 0000000..8933282 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/azurill.json @@ -0,0 +1,25 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "azurill-1", + "pokemon": "azurill", + "presets": [ + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "uncommon", + "level": "1-15", + "weight": 4.2, + "condition": { + "canSeeSky": true, + "biomes": [ + "#minecraft:is_river" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/banette.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/banette.json new file mode 100644 index 0000000..a9b183e --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/banette.json @@ -0,0 +1,44 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "banette-1", + "pokemon": "banette", + "presets": [ + "underground" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "37-45", + "weight": 7.0, + "condition": { + "canSeeSky": false, + "minHeight":2, + "biomes": [ + "minecraft:deep_dark" + ] + } + }, + { + "id": "banette-2", + "pokemon": "banette", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "37-45", + "weight": 1.0, + "condition": { + "timeRange": "night", + "biomes": [ + "#cobblemon:is_plains" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/barbaracle.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/barbaracle.json new file mode 100644 index 0000000..7107df7 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/barbaracle.json @@ -0,0 +1,26 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "barbaracle-1", + "pokemon": "barbaracle", + "presets": [ + "natural", + "wild" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "45-52", + "weight": 6.2, + "condition": { + "biomes": [ + "#cobblemon:is_beach" + ] + } + } + ] + +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/baxcalibur.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/baxcalibur.json new file mode 100644 index 0000000..6e00673 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/baxcalibur.json @@ -0,0 +1,25 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "baxcalibur-1", + "pokemon": "baxcalibur", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "58-67", + "weight": 5.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_glacial" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/bellibolt.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/bellibolt.json new file mode 100644 index 0000000..1bad70d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/bellibolt.json @@ -0,0 +1,23 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "bellibolt-1", + "pokemon": "bellibolt", + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "15-32", + "weight": 1.8, + "condition": { + "canSeeSky": true, + "biomes": [ + "minecraft:mangrove_swamp", + "minecraft:swamp" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/binacle.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/binacle.json new file mode 100644 index 0000000..9c0fee0 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/binacle.json @@ -0,0 +1,26 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "binacle-1", + "pokemon": "binacle", + "presets": [ + "natural", + "wild" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "20-27", + "weight": 3.6, + "condition": { + "biomes": [ + "#cobblemon:is_beach" + ] + } + } + ] + +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/blipbug.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/blipbug.json new file mode 100644 index 0000000..d1d20ac --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/blipbug.json @@ -0,0 +1,50 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "blipbug-1", + "pokemon": "blipbug", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "2-19", + "weight": 7.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_forest" + ] + }, + "anticondition": { + "biomes": [ + "#cobblemon:is_spooky" + ] + } + }, + { + "id": "blipbug-2", + "pokemon": "blipbug", + "presets": [ + "natural", + "foliage", + "treetop" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "2-19", + "weight": 7.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_plains" + ] + } + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/capsakid.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/capsakid.json new file mode 100644 index 0000000..f6bde08 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/capsakid.json @@ -0,0 +1,22 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "capsakid-1", + "pokemon": "capsakid", + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "4-25", + "weight": 4.5, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_savanna" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/corsola.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/corsola.json new file mode 100644 index 0000000..5779fca --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/corsola.json @@ -0,0 +1,41 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "corsola-galarian", + "pokemon": "corsola galarian=true", + "presets": [ + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "rare", + "level": "28-45", + "weight": 10.0, + "condition": { + "biomes": [ + "#minecraft:is_ocean" + ] + } + }, + { + "id": "corsola-galarian-2", + "pokemon": "corsola galarian=true", + "presets": [ + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "uncommon", + "level": "15-60", + "weight": 9.2, + "condition": { + "biomes": [ + "#cobblemon:is_warm_ocean" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/cramorant.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/cramorant.json new file mode 100644 index 0000000..bb5e1f2 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/cramorant.json @@ -0,0 +1,37 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "cramorant-1", + "pokemon": "cramorant", + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "25-45", + "weight": 7.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#minecraft:is_beach" + ] + } + }, + { + "id": "cramorant-2", + "pokemon": "cramorant", + "type": "pokemon", + "context": "surface", + "bucket": "uncommon", + "level": "25-45", + "weight": 5.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_swamp" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/croagunk.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/croagunk.json new file mode 100644 index 0000000..541d578 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/croagunk.json @@ -0,0 +1,39 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "croagunk-1", + "pokemon": "croagunk", + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "10-36", + "weight": 7.8, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_swamp" + ], + "isRaining": "false" + } + }, + { + "id": "croagunk-2", + "pokemon": "croagunk", + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "10-36", + "weight": 14.5, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_swamp" + ], + "isRaining": true + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/cursola.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/cursola.json new file mode 100644 index 0000000..80a7bf8 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/cursola.json @@ -0,0 +1,24 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "cursola-1", + "pokemon": "cursola", + "presets": [ + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "rare", + "level": "28-45", + "weight": 2.4, + "condition": { + "biomes": [ + "#cobblemon:is_warm_ocean" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/cyclizar.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/cyclizar.json new file mode 100644 index 0000000..b904560 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/cyclizar.json @@ -0,0 +1,25 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "cyclizar-1", + "pokemon": "cyclizar", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "30-50", + "weight": 5.0, + "condition": { + "biomes": [ + "#cobblemon:is_desert" + ] + } + } + ] +} + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/delcatty.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/delcatty.json new file mode 100644 index 0000000..aec230c --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/delcatty.json @@ -0,0 +1,94 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "delcatty-1", + "pokemon": "delcatty", + "presets": [ + "natural", + "village" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "15-55", + "weight": 3.0, + "weightMultiplier": { + "multiplier": 1.5, + "condition": { + "timeRange": "night" + } + }, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_overworld" + ], + "isRaining": false + }, + "anticondition": { + "biomes": [ + "#cobblemon:is_arid", + "#cobblemon:is_freezing" + ] + } + + }, + { + "id": "delcatty-2", + "pokemon": "delcatty", + "presets": [ + "natural", + "urban" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "15-55", + "weight": 3.0, + "weightMultiplier": { + "multiplier": 1.5, + "condition": { + "timeRange": "night" + } + }, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_arid" + ] + }, + "anticondition": { + "structures": [ + "#minecraft:village" + ] + } + }, + { + "id": "delcatty-3", + "pokemon": "delcatty", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "15-55", + "weight": 4.0, + "weightMultiplier": { + "multiplier": 1.5, + "condition": { + "timeRange": "night" + } + }, + "condition": { + "canSeeSky": true, + "biomes": [ + "minecraft:cherry_grove" + ] + } + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/delibird.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/delibird.json new file mode 100644 index 0000000..b7db87e --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/delibird.json @@ -0,0 +1,25 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "delibird-1", + "pokemon": "delibird", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "10-45", + "weight": 5.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_glacial" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/dewpider.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/dewpider.json new file mode 100644 index 0000000..937a528 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/dewpider.json @@ -0,0 +1,42 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "dewpider-1", + "pokemon": "dewpider", + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "6-21", + "weight": 2.5, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_coast", + "#cobblemon:is_island" + ] + } + }, + { + "id": "dewpider-2", + "pokemon": "dewpider", + "presets": [ + "water_surface" + ], + "type": "pokemon", + "context": "surface", + "bucket": "common", + "level": "6-21", + "weight": 5, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_river", + "#cobblemon:is_freshwater" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/dottler.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/dottler.json new file mode 100644 index 0000000..028a33c --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/dottler.json @@ -0,0 +1,50 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "dottler-1", + "pokemon": "dottler", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "9-20", + "weight": 2.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_forest" + ] + }, + "anticondition": { + "biomes": [ + "#cobblemon:is_spooky" + ] + } + }, + { + "id": "dottler-2", + "pokemon": "dottler", + "presets": [ + "natural", + "foliage", + "treetop" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "9-20", + "weight": 2.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_plains" + ] + } + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/drapion.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/drapion.json new file mode 100644 index 0000000..dde2d12 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/drapion.json @@ -0,0 +1,73 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "drapion-1", + "pokemon": "drapion", + "presets": [ + "natural", + "wild" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "45-55", + "weight": 6.6, + "condition": { + "biomes": [ + "#cobblemon:is_swamp" + + + ] + } + }, + { + "id": "drapion-2", + "pokemon": "drapion", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "45-55", + "weight": 9.0, + "condition": { + "minSkyLight": 0, + "maxSkyLight": 7, + "biomes": [ + "#cobblemon:is_cave" + ], + "minY": 0 + }, + "anticondition": { + "biomes": [ + "#cobblemon:is_deep_dark", + "#cobblemon:is_mountain" + ] + } + }, + { + "id": "drapion-3", + "pokemon": "drapion", + "presets": [ + "natural", + "wild" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "45-55", + "weight": 3.1, + "condition": { + "biomes": [ + "#cobblemon:is_desert" + + + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/drilbur.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/drilbur.json new file mode 100644 index 0000000..2de0c74 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/drilbur.json @@ -0,0 +1,31 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "drilbur-1", + "pokemon": "drilbur", + "presets": [ + "underground" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "8-31", + "weight": 6.1, + "condition": { + "canSeeSky": false, + "minY": 0, + "biomes": [ + "#cobblemon:is_overworld" + ] + }, + "anticondition": { + "biomes": [ + "#cobblemon:is_abyss" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/druddigon.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/druddigon.json new file mode 100644 index 0000000..1cf30be --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/druddigon.json @@ -0,0 +1,51 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "druddigon-1", + "pokemon": "druddigon", + "presets": [ + "natural", + "wild" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "45-55", + "weight": 6.6, + "condition": { + "biomes": [ + "#cobblemon:is_mountain" + ] + } + }, + { + "id": "druddigon-2", + "pokemon": "druddigon", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "45-55", + "weight": 9.0, + "condition": { + "minSkyLight": 0, + "maxSkyLight": 7, + "biomes": [ + "#cobblemon:is_cave" + ], + "minY": 30 + }, + "anticondition": { + "biomes": [ + "#cobblemon:is_deep_dark", + "#cobblemon:is_mountain" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/ducklett.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/ducklett.json new file mode 100644 index 0000000..3d63a03 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/ducklett.json @@ -0,0 +1,27 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "ducklett-1", + "pokemon": "ducklett", + "presets": [ + "freshwater", + "water_surface" + ], + "type": "pokemon", + "context": "surface", + "bucket": "common", + "level": "1-20", + "weight": 10, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_river" + ], + "timeRange": "day" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/dudunsparce.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/dudunsparce.json new file mode 100644 index 0000000..5cf8ff7 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/dudunsparce.json @@ -0,0 +1,26 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "dudunsparce-1", + "pokemon": "dudunsparce", + "presets": [ + "natural", + "wild" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "15", + "weight": 6.0, + "condition": { + "biomes": [ + "#cobblemon:is_mountain" + + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/dunsparce.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/dunsparce.json new file mode 100644 index 0000000..5e853ac --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/dunsparce.json @@ -0,0 +1,52 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "dunsparce-1", + "pokemon": "dunsparce", + "presets": [ + "natural", + "wild" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "15", + "weight": 8.0, + "condition": { + "biomes": [ + "#cobblemon:is_mountain" + + ] + } + }, + { + "id": "dunsparce-2", + "pokemon": "dunsparce", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "20", + "weight": 9.0, + "condition": { + "minSkyLight": 0, + "maxSkyLight": 7, + "biomes": [ + "#cobblemon:is_cave" + ], + "minY": 0 + }, + "anticondition": { + "biomes": [ + "#cobblemon:is_deep_dark", + "#cobblemon:is_mountain" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/duosion.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/duosion.json new file mode 100644 index 0000000..fa577a9 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/duosion.json @@ -0,0 +1,44 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "duosion-1", + "pokemon": "duosion", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "32-45", + "weight": 1.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_magical" + ], + "timeRange": "day" + } + }, + { + "id": "duosion-2", + "pokemon": "duosion", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "31-52", + "weight": 3.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_end" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/duraludon.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/duraludon.json new file mode 100644 index 0000000..2d4c2d6 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/duraludon.json @@ -0,0 +1,39 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "duraludon-1", + "pokemon": "duraludon", + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "38-48", + "weight": 8.1, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_overworld" + ], + "neededNearbyBlocks": [ + "minecraft:iron_block" + ] + } + }, + { + "id": "duraludon-2", + "pokemon": "duraludon", + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "38-48", + "weight": 7.5, + "condition": { + "biomes": [ + "#cobblemon:is_snowy_forest" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/eelektrik.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/eelektrik.json new file mode 100644 index 0000000..f8393be --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/eelektrik.json @@ -0,0 +1,44 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "eelektrik-1", + "pokemon": "eelektrik", + "presets": [ + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "rare", + "level": "39-50", + "weight": 1.0, + "condition": { + "canSeeSky": false, + "biomes": [ + "#cobblemon:is_cave" + ] + } + }, + { + "id": "eelektrik-2", + "pokemon": "eelektrik", + "presets": [ + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "uncommon", + "level": "39-50", + "weight": 1.0, + "condition": { + "canSeeSky": false, + "biomes": [ + "#cobblemon:is_lush" + ] + } + } + ] +} + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/eelektross.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/eelektross.json new file mode 100644 index 0000000..ccfddf9 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/eelektross.json @@ -0,0 +1,44 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "eelektross-1", + "pokemon": "eelektross", + "presets": [ + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "rare", + "level": "39-60", + "weight": 0.1, + "condition": { + "canSeeSky": false, + "biomes": [ + "#cobblemon:is_cave" + ] + } + }, + { + "id": "eelektross-2", + "pokemon": "eelektross", + "presets": [ + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "uncommon", + "level": "39-60", + "weight": 0.1, + "condition": { + "canSeeSky": false, + "biomes": [ + "#cobblemon:is_lush" + ] + } + } + ] +} + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/espurr.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/espurr.json new file mode 100644 index 0000000..6105721 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/espurr.json @@ -0,0 +1,25 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "espurr-1", + "pokemon": "espurr", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "5-35", + "weight": 8.0, + "condition": { + "biomes": [ + "#minecraft:is_end" + ] + } + + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/excadrill.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/excadrill.json new file mode 100644 index 0000000..253f3a1 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/excadrill.json @@ -0,0 +1,31 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "excadrill-1", + "pokemon": "excadrill", + "presets": [ + "underground" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "25-51", + "weight": 1.25, + "condition": { + "canSeeSky": false, + "minY": 0, + "biomes": [ + "#cobblemon:is_overworld" + ] + }, + "anticondition": { + "biomes": [ + "#cobblemon:is_abyss" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/feebas.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/feebas.json new file mode 100644 index 0000000..d776eff --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/feebas.json @@ -0,0 +1,24 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "feebas-1", + "pokemon": "feebas", + "presets": [ + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "uncommon", + "level": "5-30", + "weight": 5, + "condition": { + "biomes": [ + "#cobblemon:is_ocean" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/finizen.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/finizen.json new file mode 100644 index 0000000..8e6f7c3 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/finizen.json @@ -0,0 +1,41 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "finizen-1", + "pokemon": "finizen", + "presets": [ + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "rare", + "level": "15-28", + "weight": 3.8, + "condition": { + "biomes": [ + "minecraft:lukewarm_ocean" + ] + } + }, + { + "id": "finizen-2", + "pokemon": "finizen", + "presets": [ + "ocean_ruins" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "uncommon", + "level": "15-28", + "weight": 5.8, + "condition": { + "biomes": [ + "#cobblemon:is_ocean" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/foongus.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/foongus.json new file mode 100644 index 0000000..e928b2c --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/foongus.json @@ -0,0 +1,22 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "foongus-1", + "pokemon": "foongus", + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "15-20", + "weight": 4.8, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_mushroom" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/fraxure.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/fraxure.json new file mode 100644 index 0000000..260b958 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/fraxure.json @@ -0,0 +1,67 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "fraxure-1", + "pokemon": "fraxure", + "presets": [ + "natural", + "wild" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "24-47", + "weight": 2.5, + "condition": { + "biomes": [ + "#cobblemon:is_mountain" + ] + } + }, + { + "id": "fraxure-2", + "pokemon": "fraxure", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "24-47", + "weight": 0.5, + "condition": { + "minSkyLight": 0, + "maxSkyLight": 7, + "biomes": [ + "#cobblemon:is_highlands" + ], + "minY": 0 + }, + "anticondition": { + "biomes": [ + "#cobblemon:is_mountain" + ] + } + }, + { + "id": "fraxure-3", + "pokemon": "fraxure", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "36-48", + "weight": 2, + "condition": { + "biomes": [ + "betterend:dragon_graveyards" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/frigibax.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/frigibax.json new file mode 100644 index 0000000..53e17ee --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/frigibax.json @@ -0,0 +1,25 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "frigibax-1", + "pokemon": "frigibax", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "28-37", + "weight": 5.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_glacial" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/froslass.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/froslass.json new file mode 100644 index 0000000..1f3f550 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/froslass.json @@ -0,0 +1,25 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "froslass-1", + "pokemon": "froslass", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "32-50", + "weight": 5.0, + "condition": { + "timeRange": "twilight", + "biomes": [ + "#cobblemon:is_freezing" + ] + } + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/frosmoth.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/frosmoth.json new file mode 100644 index 0000000..5b2ac13 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/frosmoth.json @@ -0,0 +1,25 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "frosmoth-1", + "pokemon": "frosmoth", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "15-36", + "weight": 2.2, + "condition": { + "timeRange": "night", + "biomes": [ + "#cobblemon:is_snowy_forest" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/gastrodon.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/gastrodon.json new file mode 100644 index 0000000..eb855c7 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/gastrodon.json @@ -0,0 +1,22 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "gastrodon-1", + "pokemon": "gastrodon", + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "30-40", + "weight": 5.5, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_beach" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/gastrodon_west.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/gastrodon_west.json new file mode 100644 index 0000000..ea4e69c --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/gastrodon_west.json @@ -0,0 +1,22 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "gastrodon-west", + "pokemon": "gastrodon west=true", + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "30-40", + "weight": 4, + "condition": { + "canSeeSky": true, + "biomes": [ + "#minecraft:is_beach" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/glalie.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/glalie.json new file mode 100644 index 0000000..5025bc8 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/glalie.json @@ -0,0 +1,24 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "glalie-1", + "pokemon": "glalie", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "40-50", + "weight": 2.0, + "condition": { + "biomes": [ + "#cobblemon:is_freezing" + ] + } + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/glameow.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/glameow.json new file mode 100644 index 0000000..fd54bd9 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/glameow.json @@ -0,0 +1,35 @@ +{ + + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "glameow-1", + "pokemon": "glameow", + "presets": [ + "natural", + "village" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-35", + "weight": 9.0, + "weightMultiplier": { + "multiplier": 1.5, + "condition": { + "timeRange": "night" + } + }, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_overworld" + ], + "isRaining": false + } + + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/gogoat.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/gogoat.json new file mode 100644 index 0000000..dcda486 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/gogoat.json @@ -0,0 +1,22 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "gogoat-1", + "pokemon": "gogoat", + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "30-45", + "weight": 3.8, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_hills" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/gothita.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/gothita.json new file mode 100644 index 0000000..6f0f2e8 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/gothita.json @@ -0,0 +1,40 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "gothita-1", + "pokemon": "gothita", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "12-35", + "weight": 5.0, + "condition": { + "timeRange": "night", + "biomes": [ + "#cobblemon:is_spooky" + ] + } + }, + { + "id": "gothita-2", + "pokemon": "gothita", + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "5-35", + "weight": 8, + "condition": { + "canSeeSky": false, + "biomes": [ + "#minecraft:is_end" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/gothitelle.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/gothitelle.json new file mode 100644 index 0000000..cbab63e --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/gothitelle.json @@ -0,0 +1,40 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "gothitelle-1", + "pokemon": "gothitelle", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "12-35", + "weight": 1.0, + "condition": { + "timeRange": "night", + "biomes": [ + "#cobblemon:is_spooky" + ] + } + }, + { + "id": "gothitelle-2", + "pokemon": "gothitelle", + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "5-35", + "weight": 3.0, + "condition": { + "canSeeSky": false, + "biomes": [ + "#minecraft:is_end" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/gothorita.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/gothorita.json new file mode 100644 index 0000000..9e5b2d7 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/gothorita.json @@ -0,0 +1,40 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "gothorita-1", + "pokemon": "gothorita", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "12-35", + "weight": 5.0, + "condition": { + "timeRange": "night", + "biomes": [ + "#cobblemon:is_spooky" + ] + } + }, + { + "id": "gothorita-2", + "pokemon": "gothorita", + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "5-35", + "weight": 8, + "condition": { + "canSeeSky": false, + "biomes": [ + "#minecraft:is_end" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/greavard.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/greavard.json new file mode 100644 index 0000000..0b58019 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/greavard.json @@ -0,0 +1,26 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "greavard-1", + "pokemon": "greavard", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "3-33", + "weight": 10, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_spooky" + ], + "timeRange": "night" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/grimer_alolan.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/grimer_alolan.json new file mode 100644 index 0000000..0498180 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/grimer_alolan.json @@ -0,0 +1,25 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "grimer-2", + "pokemon": "grimer alolan", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "14-37", + "weight": 6.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#minecraft:is_beach" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/growlithe_hisuian.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/growlithe_hisuian.json new file mode 100644 index 0000000..b87dae5 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/growlithe_hisuian.json @@ -0,0 +1,43 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "growlithe-hisui-1", + "pokemon": "growlithe hisuian", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "14-37", + "weight": 10.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_peak" + ] + } + }, + { + "id": "growlithe-hisui-2", + "pokemon": "growlithe hisuian", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "38-57", + "weight": 8.1, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:nether/is_basalt" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/hawlucha.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/hawlucha.json new file mode 100644 index 0000000..918cdbe --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/hawlucha.json @@ -0,0 +1,25 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "hawlucha-1", + "pokemon": "hawlucha", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "20-60", + "weight": 5.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_mountain" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/haxorus.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/haxorus.json new file mode 100644 index 0000000..79bda36 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/haxorus.json @@ -0,0 +1,68 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "haxorus-1", + "pokemon": "haxorus", + "presets": [ + "natural", + "wild" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "24-47", + "weight": 4.0, + "condition": { + "biomes": [ + "#cobblemon:is_mountain" + ] + } + }, + { + "id": "haxorus-2", + "pokemon": "haxorus", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "24-47", + "weight": 1.0, + "condition": { + "minSkyLight": 0, + "maxSkyLight": 7, + "biomes": [ + "#cobblemon:is_highlands" + ], + "minY": 0 + }, + "anticondition": { + "biomes": [ + "#cobblemon:is_mountain" + ] + } + }, + { + "id": "haxorus-3", + "pokemon": "haxorus", + "presets": [ + "natural", + "wild" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "56-72", + "weight": 4.0, + "condition": { + "biomes": [ + "betterend:dragon_graveyards" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/hoppip.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/hoppip.json new file mode 100644 index 0000000..03f15d0 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/hoppip.json @@ -0,0 +1,24 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "hoppip-1", + "pokemon": "hoppip", + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "4-25", + "weight": 9.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_plains" + ], + "timeRange": "day", + "isRaining": false + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/houndoom.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/houndoom.json new file mode 100644 index 0000000..6ca8216 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/houndoom.json @@ -0,0 +1,51 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "houndoom-1", + "pokemon": "houndoom", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "32-42", + "weight": 1.0, + "condition": { + + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_sandy" + ], + "structures": [ + "#minecraft:village" + ], + "timeRange": "night" + } + + + + }, + { + "id": "houndoom-2", + "pokemon": "houndoom", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "45-55", + "weight": 3.0, + "condition": { + "canSeeSky": false, + "biomes": [ + "#minecraft:is_nether" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/houndour.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/houndour.json new file mode 100644 index 0000000..c79962c --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/houndour.json @@ -0,0 +1,51 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "houndour-1", + "pokemon": "houndour", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "7-21", + "weight": 5.0, + "condition": { + + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_sandy" + ], + "structures": [ + "#minecraft:village" + ], + "timeRange": "night" + } + + + + }, + { + "id": "houndour-2", + "pokemon": "houndour", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "15-34", + "weight": 10, + "condition": { + "canSeeSky": false, + "biomes": [ + "#minecraft:is_nether" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/houndstone.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/houndstone.json new file mode 100644 index 0000000..9407077 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/houndstone.json @@ -0,0 +1,26 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "houndstone-1", + "pokemon": "houndstone", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "35-53", + "weight": 1, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_spooky" + ], + "timeRange": "night" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/indeedee.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/indeedee.json new file mode 100644 index 0000000..e93c340 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/indeedee.json @@ -0,0 +1,24 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "indeedee", + "pokemon": "indeedee", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "28-46", + "weight": 2.2, + "condition": { + "biomes": [ + "minecraft:is_end" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/jumpluff.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/jumpluff.json new file mode 100644 index 0000000..bc4073d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/jumpluff.json @@ -0,0 +1,24 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "jumpluff-1", + "pokemon": "jumpluff", + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "27-46", + "weight": 1, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_plains" + ], + "timeRange": "day", + "isRaining": false + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/kilowattrel.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/kilowattrel.json new file mode 100644 index 0000000..547e3a6 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/kilowattrel.json @@ -0,0 +1,25 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "kilowattrel-1", + "pokemon": "kilowattrel", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "25-38", + "weight": 1.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#minecraft:is_savanna" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/leavanny.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/leavanny.json new file mode 100644 index 0000000..7ff979c --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/leavanny.json @@ -0,0 +1,31 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "leavanny-1", + "pokemon": "leavanny", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "40-60", + "weight": 1.1, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_forest" + ], + "timeRange": "day" + }, + "anticondition": { + "biomes": [ + "#cobblemon:is_spooky" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/ledian.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/ledian.json new file mode 100644 index 0000000..d31e27e --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/ledian.json @@ -0,0 +1,22 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "ledian-1", + "pokemon": "ledian", + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "30-45", + "weight": 4.8, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_floral" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/ledyba.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/ledyba.json new file mode 100644 index 0000000..dc621b6 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/ledyba.json @@ -0,0 +1,22 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "ledyba-1", + "pokemon": "ledyba", + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "8-20", + "weight": 7.2, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_floral" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/liepard.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/liepard.json new file mode 100644 index 0000000..9ca96d5 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/liepard.json @@ -0,0 +1,36 @@ +{ + + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "liepard-1", + "pokemon": "liepard", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "20-55", + "weight": 8.0, + "weightMultiplier": { + "multiplier": 1.5, + "condition": { + "timeRange": "night" + } + }, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_desert", + "#cobblemon:is_savanna", + "#cobblemon:is_jungle" + ], + "isRaining": false + } + + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/litleo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/litleo.json new file mode 100644 index 0000000..8e95d15 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/litleo.json @@ -0,0 +1,29 @@ +{ + + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "litleo-1", + "pokemon": "litleo", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-35", + "weight": 8.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_badlands", + "#cobblemon:is_savanna", + "#cobblemon:is_jungle" + ] + } + + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/lokix.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/lokix.json new file mode 100644 index 0000000..098a310 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/lokix.json @@ -0,0 +1,43 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "lokix-1", + "pokemon": "lokix", + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "25-46", + "weight": 1.1, + "condition": { + "canSeeSky": true, + "biomes": [ "minecraft:plains" + ] + } + + }, + { + "id": "lokix-2", + "pokemon": "lokix", + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "35-45", + "weight": 0.8, + "condition": { + "canSeeSky": true, + "biomes": [ "#cobblemon:is_forest"] + }, + "anticondition": { + "biomes": [ "#cobblemon:is_cold_ocean", + "#cobblemon:is_freezing", + "#cobblemon:is_peak", + "#cobblemon:is_taiga", + "#cobblemon:is_tundra"] + } + } + + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/lycanroc.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/lycanroc.json new file mode 100644 index 0000000..f20d5b6 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/lycanroc.json @@ -0,0 +1,55 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "lycanroc-1", + "pokemon": "lycanroc", + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "29-45", + "weight": 1.5, + "condition": { + "timeRange": "day", + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_mountain" + ] + } + }, + { + "id": "lycanroc-2", + "pokemon": "lycanroc midnight", + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "29-45", + "weight": 1.5, + "condition": { + "timeRange": "night", + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_mountain" + ] + } + }, + { + "id": "lycanroc-3", + "pokemon": "lycanroc dusk", + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "29-45", + "weight": 2.5, + "condition": { + "timeRange": "12750-13650", + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_mountain" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/mandibuzz.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/mandibuzz.json new file mode 100644 index 0000000..7f54a5f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/mandibuzz.json @@ -0,0 +1,26 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mandibuzz-1", + "pokemon": "mandibuzz", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "54-63", + "weight": 0.5, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_badlands" + ] + } + } + ] +} + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/mareanie.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/mareanie.json new file mode 100644 index 0000000..8ea86bf --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/mareanie.json @@ -0,0 +1,47 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mareanie-1", + "pokemon": "mareanie", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "11-34", + "weight": 4.5, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_beach" + ], + "timeRange": "night" + } + + + + }, + { + "id": "mareanie-2", + "pokemon": "mareanie", + "presets": [ + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "uncommon", + "level": "11-34", + "weight": 10, + "condition": { + "biomes": [ + "#cobblemon:is_warm_ocean" + ], + "timeRange": "night" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/marill.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/marill.json new file mode 100644 index 0000000..1edb918 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/marill.json @@ -0,0 +1,22 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "marill-1", + "pokemon": "marill", + "type": "pokemon", + "context": "submerged", + "bucket": "uncommon", + "level": "20-35", + "weight": 6.8, + "condition": { + "canSeeSky": true, + "biomes": [ + "#minecraft:is_river" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/marowak_alolan.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/marowak_alolan.json new file mode 100644 index 0000000..68bb632 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/marowak_alolan.json @@ -0,0 +1,23 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "marowak-alolan", + "pokemon": "marowak alolan", + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "15-32", + "weight": 10.0, + "condition": { + "timeRange": "night", + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_beach" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/medicham.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/medicham.json new file mode 100644 index 0000000..2ec0dc7 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/medicham.json @@ -0,0 +1,26 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "medicham-1", + "pokemon": "medicham", + "presets": [ + "natural", + "wild" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "39-45", + "weight": 0.8, + "condition": { + "biomes": [ + "#minecraft:is_end" + + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/meditite.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/meditite.json new file mode 100644 index 0000000..9b43755 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/meditite.json @@ -0,0 +1,26 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "meditite-1", + "pokemon": "meditite", + "presets": [ + "natural", + "wild" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "8-22", + "weight": 2.5, + "condition": { + "biomes": [ + "#minecraft:is_end" + + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/meowstic.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/meowstic.json new file mode 100644 index 0000000..596ceb7 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/meowstic.json @@ -0,0 +1,25 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "meowstic-1", + "pokemon": "meowstic", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "20-65", + "weight": 7.0, + "condition": { + "biomes": [ + "#minecraft:is_end" + ] + } + + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/milotic.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/milotic.json new file mode 100644 index 0000000..8d244bd --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/milotic.json @@ -0,0 +1,25 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "milotic-1", + "pokemon": "milotic", + "presets": [ + "freshwater", + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "ultra-rare", + "level": "30-45", + "weight": 4.5, + "condition": { + "biomes": [ + "#cobblemon:is_ocean" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/minccino.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/minccino.json new file mode 100644 index 0000000..9c3617f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/minccino.json @@ -0,0 +1,22 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "minccino-1", + "pokemon": "minccino", + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "15-20", + "weight": 7.1, + "condition": { + "canSeeSky": true, + "biomes": [ + "minecraft:birch_forest" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/minior.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/minior.json new file mode 100644 index 0000000..59f7f1d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/minior.json @@ -0,0 +1,147 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "minior-1", + "pokemon": "minior core=shielded", + "presets": [ + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "20-30", + "weight": 5.0, + "condition": { + "timeRange": "night", + "biomes": [ + "#cobblemon:is_overworld" + ] + } + }, + { + "id": "minior-2", + "pokemon": "minior core=red", + "presets": [ + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "20-30", + "weight": 2.35, + "condition": { + "biomes": [ + "#minecraft:is_nether" + ] + } + }, + { + "id": "minior-3", + "pokemon": "minior core=orange", + "presets": [ + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "20-30", + "weight": 2.35, + "condition": { + "timeRange": "night", + "biomes": [ + "#cobblemon:is_savanna" + ] + + } + }, + { + "id": "minior-4", + "pokemon": "minior core=yellow", + "presets": [ + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "20-30", + "weight": 2.35, + "condition": { + "timeRange": "night", + "biomes": [ + "#cobblemon:is_sandy" + ] + + } + }, + { + "id": "minior-5", + "pokemon": "minior core=green", + "presets": [ + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "20-30", + "weight": 2.35, + "condition": { + "timeRange": "night", + "biomes": [ + "#cobblemon:is_jungle" + ] + + } + }, + { + "id": "minior-6", + "pokemon": "minior core=blue", + "presets": [ + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "20-30", + "weight": 2.35, + "condition": { + "timeRange": "night", + "biomes": [ + "#cobblemon:is_freshwater", + "#cobblemon:is_coast" + ] + + } + }, + { + "id": "minior-7", + "pokemon": "minior core=indigo", + "presets": [ + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "20-30", + "weight": 2.35, + "condition": { + "timeRange": "night", + "biomes": [ + "#cobblemon:is_glacial" + ] + + } + }, + { + "id": "minior-8", + "pokemon": "minior core=violet", + "presets": [ + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "20-30", + "weight": 2.35, + "condition": { + "biomes": [ + "#minecraft:is_end" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/morpeko.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/morpeko.json new file mode 100644 index 0000000..317bd6a --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/morpeko.json @@ -0,0 +1,23 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "morpeko-1", + "pokemon": "morpeko", + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "15-32", + "weight": 4.1, + "condition": { + "canSeeSky": true, + "biomes": [ + "minecraft:dark_forest", + "minecraft:flower_forest" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/mrmime.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/mrmime.json new file mode 100644 index 0000000..ef1e75f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/mrmime.json @@ -0,0 +1,109 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mrmime-1", + "pokemon": "mrmime", + "presets": [ + "natural", + "urban" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "26-46", + "weight": 1.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_overworld" + ] + }, + "anticondition": { + "biomes": [ + "#cobblemon:is_freezing" + ] + } + }, + { + "id": "mrmime-2", + "pokemon": "mrmime", + "presets": [ + "natural", + "village" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "26-46", + "weight": 1.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_overworld" + ] + }, + "anticondition": { + "biomes": [ + "#cobblemon:is_freezing" + ] + } + }, + { + "id": "mrmime-3", + "pokemon": "mrmime", + "presets": [ + "mansion" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "26-46", + "weight": 0.2, + "condition": { + "canSeeSky": false, + "biomes": [ + "#cobblemon:is_overworld" + ] + } + }, + { + "id": "mrmime-galarian-4", + "pokemon": "mrmime galarian", + "presets": [ + "village" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "26-46", + "weight": 8.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_freezing" + ] + } + }, + { + "id": "mrmime-galarian-4", + "pokemon": "mrmime galarian", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "26-46", + "weight": 8.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_freezing" + ] + } + } +] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/mrrime.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/mrrime.json new file mode 100644 index 0000000..48f8d60 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/mrrime.json @@ -0,0 +1,43 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mrrime-1", + "pokemon": "mrrime", + "presets": [ + "village" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "42-50", + "weight": 3, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_freezing" + ] + } + }, + { + "id": "mrrime-2", + "pokemon": "mrrime", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "42-50", + "weight": 1.5, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_freezing" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/muk_alolan.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/muk_alolan.json new file mode 100644 index 0000000..94ed379 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/muk_alolan.json @@ -0,0 +1,25 @@ +{ + "enabled": "false", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "muk-2", + "pokemon": "muk alolan", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "38-48", + "weight": 4.5, + "condition": { + "canSeeSky": true, + "biomes": [ + "#minecraft:is_beach" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/munna.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/munna.json new file mode 100644 index 0000000..15a7208 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/munna.json @@ -0,0 +1,72 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "munna-1", + "pokemon": "munna", + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "10-25", + "weight": 5.8, + "condition": { + "canSeeSky": true, + "biomes": [ + "#minecraft:is_overworld" + ], + "neededNearbyBlocks": [ + "minecraft:white_bed", + "minecraft:orange_bed", + "minecraft:magenta_bed", + "minecraft:light_blue_bed", + "minecraft:yellow_bed", + "minecraft:lime_bed", + "minecraft:pink_bed", + "minecraft:gray_bed", + "minecraft:light_gray_bed", + "minecraft:cyan_bed", + "minecraft:purple_bed", + "minecraft:blue_bed", + "minecraft:brown_bed", + "minecraft:green_bed", + "minecraft:red_bed", + "minecraft:black_bed" + ] + } + }, + { + "id": "munna-2", + "pokemon": "munna", + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "10-25", + "weight": 5.8, + "condition": { + "biomes": [ + "#minecraft:is_end" + ], + "neededNearbyBlocks": [ + "minecraft:white_bed", + "minecraft:orange_bed", + "minecraft:magenta_bed", + "minecraft:light_blue_bed", + "minecraft:yellow_bed", + "minecraft:lime_bed", + "minecraft:pink_bed", + "minecraft:gray_bed", + "minecraft:light_gray_bed", + "minecraft:cyan_bed", + "minecraft:purple_bed", + "minecraft:blue_bed", + "minecraft:brown_bed", + "minecraft:green_bed", + "minecraft:red_bed", + "minecraft:black_bed" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/musharna.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/musharna.json new file mode 100644 index 0000000..c36e6ef --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/musharna.json @@ -0,0 +1,72 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "musharna-1", + "pokemon": "musharna", + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "20-45", + "weight": 3.2, + "condition": { + "canSeeSky": true, + "biomes": [ + "#minecraft:is_overworld" + ], + "neededNearbyBlocks": [ + "minecraft:white_bed", + "minecraft:orange_bed", + "minecraft:magenta_bed", + "minecraft:light_blue_bed", + "minecraft:yellow_bed", + "minecraft:lime_bed", + "minecraft:pink_bed", + "minecraft:gray_bed", + "minecraft:light_gray_bed", + "minecraft:cyan_bed", + "minecraft:purple_bed", + "minecraft:blue_bed", + "minecraft:brown_bed", + "minecraft:green_bed", + "minecraft:red_bed", + "minecraft:black_bed" + ] + } + }, + { + "id": "musharna-2", + "pokemon": "musharna", + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "10-25", + "weight": 5.8, + "condition": { + "biomes": [ + "#minecraft:is_end" + ], + "neededNearbyBlocks": [ + "minecraft:white_bed", + "minecraft:orange_bed", + "minecraft:magenta_bed", + "minecraft:light_blue_bed", + "minecraft:yellow_bed", + "minecraft:lime_bed", + "minecraft:pink_bed", + "minecraft:gray_bed", + "minecraft:light_gray_bed", + "minecraft:cyan_bed", + "minecraft:purple_bed", + "minecraft:blue_bed", + "minecraft:brown_bed", + "minecraft:green_bed", + "minecraft:red_bed", + "minecraft:black_bed" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/noibat.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/noibat.json new file mode 100644 index 0000000..a06c25f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/noibat.json @@ -0,0 +1,163 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "noibat-1", + "pokemon": "noibat", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "10-25", + "weight": 5, + "weightMultiplier": { + "multiplier": 1.5 +}, + "condition": { + "minSkyLight": 8, + "maxSkyLight": 15, + "biomes": [ + "#cobblemon:is_spooky" + ], + "timeRange": "night" + }, + "anticondition": { + "moonPhase": "1" + } + }, + { + "id": "noibat-2", + "pokemon": "noibat", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "10-25", + "weight": 11, + "weightMultiplier": { + "multiplier": 1.5 + }, + "condition": { + "minSkyLight": 8, + "maxSkyLight": 15, + "biomes": [ + "#cobblemon:is_spooky" + ], + "timeRange": "night", + "moonPhase": "1" + } + }, + { + "id": "noibat-3", + "pokemon": "noibat", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "10-25", + "weight": 5, + "condition": { + "minSkyLight": 0, + "maxSkyLight": 5, + "biomes": [ + "#cobblemon:is_overworld" + ], + "maxY": 32 + }, + "anticondition": { + "biomes": [ + "#cobblemon:is_deep_dark", + "#cobblemon:is_dripstone", + "terralith:cave/underground_jungle" + ] + } + }, + { + "id": "noibat-4", + "pokemon": "noibat", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "15-30", + "weight": 9.0, + "condition": { + "minSkyLight": 0, + "maxSkyLight": 7, + "biomes": [ + "#cobblemon:is_dripstone", + "terralith:cave/underground_jungle" + ] + }, + "anticondition": { + "biomes": [ + "#cobblemon:is_deep_dark" + ] + } + }, + { + "id": "noibat-5", + "pokemon": "noibat", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "20-35", + "weight": 9.0, + "condition": { + "minSkyLight": 0, + "maxSkyLight": 7, + "biomes": [ + "#cobblemon:is_deep_dark" + ] + } + }, + { + "id": "noibat-6", + "pokemon": "noibat", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "20-43", + "weight": 7.0, + "condition": { + "biomes": [ + "betterend:chorus_forest" + ] + } + }, + { + "id": "noibat-7", + "pokemon": "noibat", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "20-43", + "weight": 4.0, + "condition": { + "biomes": [ + "betterend:foggy_mushroomland", + "betterend:umbrella_jungle" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/noivern.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/noivern.json new file mode 100644 index 0000000..925c28d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/noivern.json @@ -0,0 +1,157 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "noivern-1", + "pokemon": "noivern", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "50-60", + "weight": 5, + "weightMultiplier": { + "multiplier": 1.5 +}, + "condition": { + "minSkyLight": 8, + "maxSkyLight": 15, + "biomes": [ + "#cobblemon:is_spooky" + ], + "timeRange": "night" + }, + "anticondition": { + "moonPhase": "1" + } + }, + { + "id": "noivern-2", + "pokemon": "noivern", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "50-60", + "weight": 2, + "weightMultiplier": { + "multiplier": 1.5 + }, + "condition": { + "minSkyLight": 6, + "maxSkyLight": 15, + "biomes": [ + "#cobblemon:is_spooky" + ], + "timeRange": "night", + "moonPhase": "1" + } + }, + { + "id": "noivern-3", + "pokemon": "noivern", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "50-70", + "weight": 5.0, + "condition": { + "minSkyLight": 0, + "maxSkyLight": 7, + "biomes": [ + "#cobblemon:is_overworld" + ], + "maxY": -32 + }, + "anticondition": { + "biomes": [ + "#cobblemon:is_deep_dark", + "#cobblemon:is_dripstone", + "terralith:cave/underground_jungle" + ] + } + }, + { + "id": "noivern-4", + "pokemon": "noivern", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "50-80", + "weight": 1, + "condition": { + "minSkyLight": 0, + "maxSkyLight": 7, + "biomes": [ + "#cobblemon:is_deep_dark" + ] + } + }, + { + "id": "noivern-5", + "pokemon": "noivern", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "50-80", + "weight": 1, + "condition": { + "minSkyLight": 0, + "maxSkyLight": 7, + "biomes": [ + "#cobblemon:is_deep_dark" + ] + } + }, + { + "id": "noivern-6", + "pokemon": "noivern", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "50-70", + "weight": 3.0, + "condition": { + "biomes": [ + "betterend:chorus_forest" + ] + } + }, + { + "id": "noivern-7", + "pokemon": "noivern", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "50-70", + "weight": 1.0, + "condition": { + "biomes": [ + "betterend:foggy_mushroomland", + "betterend:umbrella_jungle" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/nymble.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/nymble.json new file mode 100644 index 0000000..211c07e --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/nymble.json @@ -0,0 +1,44 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "nymble-1", + "pokemon": "nymble", + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "7-25", + "weight": 6.0, + "condition": { + "canSeeSky": true, + "biomes": [ "minecraft:plains" + ] + } + + }, + { + "id": "nymble-2", + "pokemon": "nymble", + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "7-22", + "weight": 6.0, + "condition": { + "canSeeSky": true, + "biomes": [ "#cminecraft:is_forest"] + }, + "anticondition": { + "biomes": [ + "#cobblemon:is_cold_ocean", + "#cobblemon:is_freezing", + "#cobblemon:is_peak", + "#cobblemon:is_taiga", + "#cobblemon:is_tundra"] + } + } + + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/orbeetle.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/orbeetle.json new file mode 100644 index 0000000..f8be648 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/orbeetle.json @@ -0,0 +1,30 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "orbeetle-1", + "pokemon": "orbeetle", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "27-39", + "weight": 1.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_temperate" + ] + }, + "anticondition": { + "biomes": [ + "#cobblemon:is_spooky" + ] + } + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/orthworm.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/orthworm.json new file mode 100644 index 0000000..45af088 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/orthworm.json @@ -0,0 +1,25 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "orthworm-1", + "pokemon": "orthworm", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "24-45", + "weight": 2.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_sandy" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/palossand.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/palossand.json new file mode 100644 index 0000000..66f543f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/palossand.json @@ -0,0 +1,22 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "palossand-1", + "pokemon": "palossand", + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "38-44", + "weight": 5.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#minecraft:is_beach" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/pawmi.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/pawmi.json new file mode 100644 index 0000000..a72c4bb --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/pawmi.json @@ -0,0 +1,25 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "pawmi-1", + "pokemon": "pawmi", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "7-17", + "weight": 7.0, + "canSeeSky": true, + "condition": { + "biomes": [ + "#cobblemon:is_plains" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/pawmo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/pawmo.json new file mode 100644 index 0000000..0c3eabc --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/pawmo.json @@ -0,0 +1,25 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "pawmo-1", + "pokemon": "pawmo", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "18-34", + "weight": 5.0, + "canSeeSky": true, + "condition": { + "biomes": [ + "#cobblemon:is_plains" + ] + } + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/pawmot.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/pawmot.json new file mode 100644 index 0000000..781b1c2 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/pawmot.json @@ -0,0 +1,25 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "pawmot-1", + "pokemon": "pawmot", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "30-45", + "weight": 1.0, + "canSeeSky": true, + "condition": { + "biomes": [ + "#cobblemon:is_plains" + ] + } + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/pawniard.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/pawniard.json new file mode 100644 index 0000000..c55a8bf --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/pawniard.json @@ -0,0 +1,24 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "pawniard-1", + "pokemon": "pawniard", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "10-38", + "weight": 6.9, + "condition": { + "biomes": [ + "minecraft:bamboo_jungle" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/poltchageist.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/poltchageist.json new file mode 100644 index 0000000..39dcfb4 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/poltchageist.json @@ -0,0 +1,22 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "poltchageist-1", + "pokemon": "poltchageist", + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "15-48", + "weight": 7.8, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_spooky" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/polteageist.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/polteageist.json new file mode 100644 index 0000000..e3b2f6a --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/polteageist.json @@ -0,0 +1,39 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "polteageist-1", + "pokemon": "polteageist", + "presets": [ + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "26-32", + "weight": 1.0, + "condition": { + "biomes": [ + "#cobblemon:is_spooky" + ] + } + }, + { + "id": "polteageist-antique-1", + "pokemon": "polteageist form=antique", + "presets": [ + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "26-32", + "weight": 0.005, + "condition": { + "biomes": [ + "#cobblemon:is_spooky" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/purrloin.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/purrloin.json new file mode 100644 index 0000000..f494ce1 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/purrloin.json @@ -0,0 +1,36 @@ +{ + + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "purrloin-1", + "pokemon": "purrloin", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-35", + "weight": 8.0, + "weightMultiplier": { + "multiplier": 1.5, + "condition": { + "timeRange": "night" + } + }, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_desert", + "#cobblemon:is_savanna", + "#cobblemon:is_jungle" + ], + "isRaining": false + } + + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/purugly.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/purugly.json new file mode 100644 index 0000000..21f0bca --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/purugly.json @@ -0,0 +1,34 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "purugly-1", + "pokemon": "purugly", + "presets": [ + "natural", + "village" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "30-75", + "weight": 3.0, + "weightMultiplier": { + "multiplier": 1.5, + "condition": { + "timeRange": "night" + } + }, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_overworld" + ], + "isRaining": false + } + + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/pyroar.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/pyroar.json new file mode 100644 index 0000000..8c86910 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/pyroar.json @@ -0,0 +1,29 @@ +{ + + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "pyroar-1", + "pokemon": "pyroar", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "20-55", + "weight": 8.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_badlands", + "#cobblemon:is_savanna", + "#cobblemon:is_jungle" + ] + } + + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/reuniclus.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/reuniclus.json new file mode 100644 index 0000000..a777929 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/reuniclus.json @@ -0,0 +1,44 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "reuniclus-1", + "pokemon": "reuniclus", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "41-60", + "weight": 3.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_magical" + ], + "timeRange": "day" + } + }, + { + "id": "reuniclus-2", + "pokemon": "reuniclus", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "41-60", + "weight": 3.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_end" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/rockruff.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/rockruff.json new file mode 100644 index 0000000..f6b8b01 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/rockruff.json @@ -0,0 +1,22 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "rockruff-1", + "pokemon": "rockruff", + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "8-25", + "weight": 6.2, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_mountain" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/runerigus.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/runerigus.json new file mode 100644 index 0000000..4af17b5 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/runerigus.json @@ -0,0 +1,49 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "runerigus-1", + "pokemon": "runerigus", + "presets": [ + "underground" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "34-43", + "weight": 2.0, + "condition": { + "maxLight": 7, + "neededNearbyBlocks": [ + "minecraft:stone_bricks", + "minecraft:cracked_stone_bricks", + "minecraft:mossy_stone_bricks" + ], + "neededBaseBlocks": [ + "minecraft:stone_bricks" + ], + "maxY": 60 + } + }, + { + "id": "runerigus-2", + "pokemon": "runerigus", + "presets": [ + "ruins" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "34-43", + "weight": 1.0, + "condition": { + "timeRange": "night", + "biomes": [ + "#cobblemon:is_overworld" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/sandygast.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/sandygast.json new file mode 100644 index 0000000..c860c42 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/sandygast.json @@ -0,0 +1,22 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "sandygast-1", + "pokemon": "sandygast", + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "15-32", + "weight": 6.3, + "condition": { + "canSeeSky": true, + "biomes": [ + "#minecraft:is_beach" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/sandygast_redsand.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/sandygast_redsand.json new file mode 100644 index 0000000..59dcc6b --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/sandygast_redsand.json @@ -0,0 +1,22 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "sandygast-redsand", + "pokemon": "sandygast redsand=true", + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "15-32", + "weight": 7.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#minecraft:is_badlands" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/scovillain.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/scovillain.json new file mode 100644 index 0000000..ba75e46 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/scovillain.json @@ -0,0 +1,22 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "scovillain-1", + "pokemon": "scovillain", + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "26-60", + "weight": 1.5, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_savanna" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/sewaddle.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/sewaddle.json new file mode 100644 index 0000000..e2a3ee4 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/sewaddle.json @@ -0,0 +1,31 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "sewaddle-1", + "pokemon": "sewaddle", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "5-30", + "weight": 9.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_forest" + ], + "timeRange": "day" + }, + "anticondition": { + "biomes": [ + "#cobblemon:is_spooky" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/shellos.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/shellos.json new file mode 100644 index 0000000..f96bdf1 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/shellos.json @@ -0,0 +1,22 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "shellos-1", + "pokemon": "shellos", + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "15-20", + "weight": 5.5, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_beach" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/shellos_west.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/shellos_west.json new file mode 100644 index 0000000..c5474d2 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/shellos_west.json @@ -0,0 +1,22 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "shellos-west", + "pokemon": "shellos west=true", + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "15-20", + "weight": 5.4, + "condition": { + "canSeeSky": true, + "biomes": [ + "#minecraft:is_beach" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/shuppet.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/shuppet.json new file mode 100644 index 0000000..5a5aa76 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/shuppet.json @@ -0,0 +1,44 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "shuppet-1", + "pokemon": "shuppet", + "presets": [ + "underground" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "15-36", + "weight": 20.0, + "condition": { + "canSeeSky": false, + "minHeight":2, + "biomes": [ + "minecraft:deep_dark" + ] + } + }, + { + "id": "shuppet-2", + "pokemon": "shuppet", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "15-36", + "weight": 8.0, + "condition": { + "timeRange": "night", + "biomes": [ + "#cobblemon:is_plains" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/sinistea.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/sinistea.json new file mode 100644 index 0000000..28bda9e --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/sinistea.json @@ -0,0 +1,39 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "sinistea-1", + "pokemon": "sinistea", + "presets": [ + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "10-25", + "weight": 10.0, + "condition": { + "biomes": [ + "#cobblemon:is_spooky" + ] + } + }, + { + "id": "sinistea-antique-1", + "pokemon": "sinistea form=antique", + "presets": [ + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "10-25", + "weight": 0.05, + "condition": { + "biomes": [ + "#cobblemon:is_spooky" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/skiddo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/skiddo.json new file mode 100644 index 0000000..3ad298a --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/skiddo.json @@ -0,0 +1,22 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "skiddo-1", + "pokemon": "skiddo", + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "5-20", + "weight": 8.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_hills" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/skiploom.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/skiploom.json new file mode 100644 index 0000000..263bf10 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/skiploom.json @@ -0,0 +1,24 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "skiploom-1", + "pokemon": "skiploom", + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "18-34", + "weight": 0.9, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_plains" + ], + "timeRange": "day", + "isRaining": false + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/skitty.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/skitty.json new file mode 100644 index 0000000..489b423 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/skitty.json @@ -0,0 +1,94 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "skitty-1", + "pokemon": "skitty", + "presets": [ + "natural", + "village" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-35", + "weight": 9.0, + "weightMultiplier": { + "multiplier": 1.5, + "condition": { + "timeRange": "night" + } + }, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_overworld" + ], + "isRaining": false + }, + "anticondition": { + "biomes": [ + "#cobblemon:is_arid", + "#cobblemon:is_freezing" + ] + } + + }, + { + "id": "skitty-2", + "pokemon": "skitty", + "presets": [ + "natural", + "urban" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "4-29", + "weight": 9.0, + "weightMultiplier": { + "multiplier": 1.5, + "condition": { + "timeRange": "night" + } + }, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_arid" + ] + }, + "anticondition": { + "structures": [ + "#minecraft:village" + ] + } + }, + { + "id": "skitty-3", + "pokemon": "skitty", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "4-29", + "weight": 9.0, + "weightMultiplier": { + "multiplier": 1.5, + "condition": { + "timeRange": "night" + } + }, + "condition": { + "canSeeSky": true, + "biomes": [ + "minecraft:cherry_grove" + ] + } + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/skorupi.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/skorupi.json new file mode 100644 index 0000000..b067bfb --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/skorupi.json @@ -0,0 +1,48 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "skorupi-1", + "pokemon": "skorupi", + "presets": [ + "natural", + "wild" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "20-27", + "weight": 7.6, + "condition": { + "biomes": [ + "#cobblemon:is_swamp" + + + ] + } + }, + { + "id": "skorupi-2", + "pokemon": "skorupi", + "presets": [ + "natural", + "wild" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "20-27", + "weight": 7.6, + "condition": { + "biomes": [ + "#cobblemon:is_desert" + + + ] + } + } + ] + +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/skuntank.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/skuntank.json new file mode 100644 index 0000000..05a4463 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/skuntank.json @@ -0,0 +1,33 @@ +{ + + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "skuntank-1", + "pokemon": "skuntank", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "20-55", + "weight": 8.0, + "weightMultiplier": { + "multiplier": 1.5, + "condition": { + "timeRange": "night" + } + }, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_swamp" + ] + } + + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/slowbro.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/slowbro.json new file mode 100644 index 0000000..93e6ed4 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/slowbro.json @@ -0,0 +1,40 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "slowbro-1", + "pokemon": "slowbro", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "37-49", + "weight": 0.54, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_beach" + ] + } + }, + { + "id": "slowbro-2", + "pokemon": "slowbro galarian", + "presets": [ "natural" ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "30-50", + "weight": 2.0, + "condition": { + "biomes": [ + "minecraft:mangrove_swamp" + ] + } +} + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/slowking.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/slowking.json new file mode 100644 index 0000000..1ba3ced --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/slowking.json @@ -0,0 +1,40 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "slowking-1", + "pokemon": "slowking", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "37-49", + "weight": 0.06, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_beach" + ] + } + }, + { + "id": "slowking2", + "pokemon": "slowking-galarian", + "presets": [ "natural" ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "30-50", + "weight": 2.0, + "condition": { + "biomes": [ + "minecraft:mangrove_swamp" + ] + } +} + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/slowpoke.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/slowpoke.json new file mode 100644 index 0000000..e9eea4a --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/slowpoke.json @@ -0,0 +1,40 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "slowpoke-1", + "pokemon": "slowpoke", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "7-32", + "weight": 5.4, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_beach" + ] + } + }, + { + "id": "slowpoke-galarian-2", + "pokemon": "slowpoke galarian", + "presets": [ "natural" ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "10-25", + "weight": 6.0, + "condition": { + "biomes": [ + "minecraft:mangrove_swamp" + ] + } +} + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/snom.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/snom.json new file mode 100644 index 0000000..f7b945c --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/snom.json @@ -0,0 +1,25 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "snom-1", + "pokemon": "snom", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "15-36", + "weight": 4.0, + "condition": { + "timeRange": "night", + "biomes": [ + "#cobblemon:is_snowy_forest" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/snorunt.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/snorunt.json new file mode 100644 index 0000000..030d9ea --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/snorunt.json @@ -0,0 +1,75 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "snorunt-1", + "pokemon": "snorunt", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "8-25", + "weight": 8.0, + "condition": { + "biomes": [ + "#cobblemon:is_cold" + ] + } + }, + { + "id": "snorunt-2", + "pokemon": "snorunt", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "10-32", + "weight": 8.0, + "condition": { + "biomes": [ + "#cobblemon:is_cold" + ] + } + }, + { + "id": "snorunt-3", + "pokemon": "snorunt", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "4-25", + "weight": 4.0, + "condition": { + "biomes": [ + "#cobblemon:is_freezing" + ] + } + }, + { + "id": "snorunt-4", + "pokemon": "snorunt", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "15-43", + "weight": 6.0, + "condition": { + "biomes": [ + "#cobblemon:is_freezing" + ] + } + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/solosis.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/solosis.json new file mode 100644 index 0000000..df5b416 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/solosis.json @@ -0,0 +1,44 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "solosis-1", + "pokemon": "solosis", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "15-35", + "weight": 9.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_magical" + ], + "timeRange": "day" + } + }, + { + "id": "solosis-2", + "pokemon": "solosis", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "19-29", + "weight": 3.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_end" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/stunky.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/stunky.json new file mode 100644 index 0000000..1fc7b78 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/stunky.json @@ -0,0 +1,33 @@ +{ + + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "stunky-1", + "pokemon": "stunky", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-35", + "weight": 8.0, + "weightMultiplier": { + "multiplier": 1.5, + "condition": { + "timeRange": "night" + } + }, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_swamp" + ] + } + + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/swablu.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/swablu.json new file mode 100644 index 0000000..40201ea --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/swablu.json @@ -0,0 +1,26 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "swablu-1", + "pokemon": "swablu", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "15-34", + "weight": 20.0, + "condition": { + "canSeeSky": true, + "minY": 100, + "biomes": [ + "#cobblemon:is_mountain" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/swadloon.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/swadloon.json new file mode 100644 index 0000000..e969128 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/swadloon.json @@ -0,0 +1,31 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "swadloon-1", + "pokemon": "swadloon", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "25-40", + "weight": 1.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_forest" + ], + "timeRange": "day" + }, + "anticondition": { + "biomes": [ + "#cobblemon:is_spooky" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/swanna.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/swanna.json new file mode 100644 index 0000000..c2bab6f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/swanna.json @@ -0,0 +1,26 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "swanna-1", + "pokemon": "swanna", + "presets": [ + "freshwater" + ], + "type": "pokemon", + "context": "surface", + "bucket": "common", + "level": "14-32", + "weight": 1, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_river" + ], + "timeRange": "day" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/tadbulb.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/tadbulb.json new file mode 100644 index 0000000..2d66b21 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/tadbulb.json @@ -0,0 +1,22 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "tadbulb-1", + "pokemon": "tadbulb", + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "15-32", + "weight": 3.8, + "condition": { + "canSeeSky": true, + "biomes": [ + "minecraft:mangrove_swamp" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/tauros.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/tauros.json new file mode 100644 index 0000000..f0e231e --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/tauros.json @@ -0,0 +1,103 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "tauros-1", + "pokemon": "tauros", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "24-49", + "weight": 20.0, + "weightMultiplier": { + "multiplier": 0.25, + "condition": { + "timeRange": "night" + } + }, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_grassland" + ] + } + }, + { + "id": "tauros-combat-2", + "pokemon": "tauros paldean_breed=combat", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "24-49", + "weight": 1.0, + "weightMultiplier": { + "multiplier": 0.25, + "condition": { + "timeRange": "day" + } + }, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_grassland" + ] + } + }, + { + "id": "tauros-blaze-3", + "pokemon": "tauros paldean_breed=blaze", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "24-49", + "weight": 1.0, + "weightMultiplier": { + "multiplier": 0.25, + "condition": { + "timeRange": "day" + } + }, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_grassland" + ] + } + }, + { + "id": "tauros-aqua-4", + "pokemon": "tauros paldean_breed=aqua", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "24-49", + "weight": 1.0, + "weightMultiplier": { + "multiplier": 0.25, + "condition": { + "timeRange": "night" + } + }, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_grassland" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/toedscool.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/toedscool.json new file mode 100644 index 0000000..da62093 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/toedscool.json @@ -0,0 +1,24 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "toedscool-1", + "pokemon": "toedscool", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "11-30", + "weight": 1.8, + "condition": { + "biomes": [ + "#cobblemon:is_swamp" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/toedscruel.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/toedscruel.json new file mode 100644 index 0000000..e101d6d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/toedscruel.json @@ -0,0 +1,24 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "toedscruel-1", + "pokemon": "toedscruel", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "30-42", + "weight": 0.6, + "condition": { + "biomes": [ + "#cobblemon:is_swamp" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/togedemaru.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/togedemaru.json new file mode 100644 index 0000000..bbc31d5 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/togedemaru.json @@ -0,0 +1,22 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "togedemaru-1", + "pokemon": "togedemaru", + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "15-32", + "weight": 4.8, + "condition": { + "canSeeSky": true, + "biomes": [ + "#minecraft:is_badlands" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/toxapex.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/toxapex.json new file mode 100644 index 0000000..227da37 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/toxapex.json @@ -0,0 +1,48 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "toxapex-1", + "pokemon": "toxapex", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "30-60", + "weight": 0.9, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_beach" + ], + "timeRange": "night" + } + + + + }, + { + "id": "toxapex-2", + "pokemon": "toxapex", + "presets": [ + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "rare", + "level": "30-60", + "weight": 8, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_warm_ocean" + ], + "timeRange": "night" + } + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/toxel.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/toxel.json new file mode 100644 index 0000000..10ab904 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/toxel.json @@ -0,0 +1,24 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "toxel-1", + "pokemon": "toxel", + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "15-40", + "weight": 9.0, + "condition": { + "biomes": [ + "#cobblemon:is_overworld" + ], + "neededNearbyBlocks": [ + "cobblemon:pasture" + ] + } + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/toxicroak.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/toxicroak.json new file mode 100644 index 0000000..31e72fe --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/toxicroak.json @@ -0,0 +1,38 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "croagunk-1", + "pokemon": "croagunk", + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "10-36", + "weight": 4.1, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_swamp" + ] + } + }, + { + "id": "croagunk-2", + "pokemon": "croagunk", + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "10-36", + "weight": 1.45, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_swamp" + ], + "isRaining": true + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/tynamo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/tynamo.json new file mode 100644 index 0000000..f34d1c2 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/tynamo.json @@ -0,0 +1,44 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "tynamo-1", + "pokemon": "tynamo", + "presets": [ + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "rare", + "level": "8-36", + "weight": 9.0, + "condition": { + "canSeeSky": false, + "biomes": [ + "#cobblemon:is_cave" + ] + } + }, + { + "id": "tynamo-2", + "pokemon": "tynamo", + "presets": [ + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "uncommon", + "level": "8-36", + "weight": 5.0, + "condition": { + "canSeeSky": false, + "biomes": [ + "#cobblemon:is_lush" + ] + } + } + ] +} + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/unown.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/unown.json new file mode 100644 index 0000000..44cc1a5 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/unown.json @@ -0,0 +1,39 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "unown-1", + "pokemon": "unown", + "presets": [ + "stronghold" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "14-63", + "weight": 9.0, + "condition": { + "canSeeSky": false, + "biomes": [ + "#cobblemon:is_overworld" + ] + } + }, + { + "id": "unown-2", + "pokemon": "unown", + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "15-55", + "weight": 20.0, + "condition": { + "biomes": [ + "#minecraft:is_end" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/ursaluna_bloodmoon.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/ursaluna_bloodmoon.json new file mode 100644 index 0000000..0cefa4b --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/ursaluna_bloodmoon.json @@ -0,0 +1,26 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "ursaluna-3", + "pokemon": "ursaluna bloodmoon", + "presets": [ + "natural", + "wild" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "50-65", + "weight": 0.5, + "condition": { + "biomes": [ + "minecraft:dark_forest" + ], + "timeRange": "night" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/veluza.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/veluza.json new file mode 100644 index 0000000..a3faa0a --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/veluza.json @@ -0,0 +1,39 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "veluza-1", + "pokemon": "veluza", + "presets": [ + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "uncommon", + "level": "15-28", + "weight": 7.0, + "condition": { + "biomes": [ + "#minecraft:is_ocean" + ] + } + }, + { + "id": "veluza-2", + "pokemon": "veluza", + "presets": [], + "type": "pokemon", + "context": "submerged", + "bucket": "uncommon", + "level": "15-28", + "weight": 7.0, + "condition": { + "biomes": [ + "#minecraft:is_ocean" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/vullaby.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/vullaby.json new file mode 100644 index 0000000..2b67274 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/vullaby.json @@ -0,0 +1,26 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "vullaby-1", + "pokemon": "vullaby", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "16-44", + "weight": 5.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_badlands" + ] + } + } + ] +} + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/wattrel.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/wattrel.json new file mode 100644 index 0000000..4188e5d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/wattrel.json @@ -0,0 +1,25 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "wattrel-1", + "pokemon": "wattrel", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "10-25", + "weight": 3, + "condition": { + "canSeeSky": true, + "biomes": [ + "#minecraft:is_savanna" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/wiglett.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/wiglett.json new file mode 100644 index 0000000..5074a66 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/wiglett.json @@ -0,0 +1,25 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "wiglett-1", + "pokemon": "wiglett", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "12-16", + "weight": 1.9, + "condition": { + "biomes": [ + "#cobblemon:is_beach" + ], + "canSeeSky": true + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/wugtrio.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/wugtrio.json new file mode 100644 index 0000000..ea421b8 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/wugtrio.json @@ -0,0 +1,25 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "wugtrio-1", + "pokemon": "wugtrio", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "26-40", + "weight": 2.0, + "condition": { + "biomes": [ + "#cobblemon:is_beach" + ], + "canSeeSky": true + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/yamask_galarian.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/yamask_galarian.json new file mode 100644 index 0000000..edfbad2 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/yamask_galarian.json @@ -0,0 +1,49 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "yamask-2", + "pokemon": "yamask galarian", + "presets": [ + "underground" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "10-33", + "weight": 20.0, + "condition": { + "maxLight": 7, + "neededNearbyBlocks": [ + "minecraft:stone_bricks", + "minecraft:cracked_stone_bricks", + "minecraft:mossy_stone_bricks" + ], + "neededBaseBlocks": [ + "minecraft:stone_bricks" + ], + "maxY": 60 + } + }, + { + "id": "yamask-3", + "pokemon": "yamask galarian", + "presets": [ + "ruins" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "10-33", + "weight": 10.0, + "condition": { + "timeRange": "night", + "biomes": [ + "#cobblemon:is_overworld" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/azumarill.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/azumarill.json new file mode 100644 index 0000000..7745bed --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/azumarill.json @@ -0,0 +1,211 @@ +{ + "implemented": true, + "name": "Azumarill", + "nationalPokedexNumber": 184, + "primaryType": "water", + "secondaryType": "fairy", + "abilities": ["thickfat", "hugepower", "h:sapsipper"], + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:kebia_berry", + "percentage": 10 + } + ] + }, + "baseStats": { + "hp": 100, + "attack": 50, + "defence": 80, + "special_attack": 60, + "special_defence": 80, + "speed": 50 + }, + "catchRate": 75, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 210, + "experienceGroup": "fast", + "eggCycles": 10, + "eggGroups": ["water_1", "fairy"], + "moves": [ + "1:defensecurl", + "1:helpinghand", + "1:rollout", + "1:tackle", + "1:tailwhip", + "1:watergun", + "1:watersport", + "6:bubblebeam", + "7:bubble", + "9:charm", + "12:slam", + "15:bounce", + "21:aquatail", + "25:playrough", + "30:aquaring", + "35:raindance", + "40:hydropump", + "45:doubleedge", + "50:superpower", + "tm:alluringvoice", + "tm:amnesia", + "tm:attract", + "tm:blizzard", + "tm:bodyslam", + "tm:bounce", + "tm:brickbreak", + "tm:brutalswing", + "tm:bulldoze", + "tm:captivate", + "tm:charm", + "tm:chillingwater", + "tm:confide", + "tm:dig", + "tm:disarmingvoice", + "tm:dive", + "tm:doubleedge", + "tm:doubleteam", + "tm:drainingkiss", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:fling", + "tm:focusblast", + "tm:focuspunch", + "tm:frustration", + "tm:futuresight", + "tm:gigaimpact", + "tm:grassknot", + "tm:hail", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hydropump", + "tm:hyperbeam", + "tm:hypervoice", + "tm:icebeam", + "tm:icepunch", + "tm:icespinner", + "tm:icywind", + "tm:irontail", + "tm:knockoff", + "tm:lightscreen", + "tm:liquidation", + "tm:megakick", + "tm:megapunch", + "tm:metronome", + "tm:mistyexplosion", + "tm:mistyterrain", + "tm:muddywater", + "tm:mudshot", + "tm:mudslap", + "tm:naturalgift", + "tm:playrough", + "tm:poweruppunch", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:rocksmash", + "tm:round", + "tm:scald", + "tm:secretpower", + "tm:sleeptalk", + "tm:snore", + "tm:snowscape", + "tm:strength", + "tm:substitute", + "tm:superpower", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:toxic", + "tm:trailblaze", + "tm:uproar", + "tm:waterfall", + "tm:waterpulse", + "tm:whirlpool", + "tm:workup", + "tutor:aquatail", + "tutor:attract", + "tutor:blizzard", + "tutor:bodyslam", + "tutor:bounce", + "tutor:bubblebeam", + "tutor:covet", + "tutor:curse", + "tutor:defensecurl", + "tutor:dive", + "tutor:doubleedge", + "tutor:doubleteam", + "tutor:dynamicpunch", + "tutor:endure", + "tutor:focuspunch", + "tutor:frustration", + "tutor:headbutt", + "tutor:helpinghand", + "tutor:hiddenpower", + "tutor:hyperbeam", + "tutor:hypervoice", + "tutor:icepunch", + "tutor:icywind", + "tutor:irontail", + "tutor:knockoff", + "tutor:liquidation", + "tutor:megakick", + "tutor:megapunch", + "tutor:mimic", + "tutor:mistyexplosion", + "tutor:mudslap", + "tutor:protect", + "tutor:raindance", + "tutor:rest", + "tutor:return", + "tutor:rocksmash", + "tutor:rollout", + "tutor:seismictoss", + "tutor:sleeptalk", + "tutor:snore", + "tutor:steelroller", + "tutor:strength", + "tutor:substitute", + "tutor:superpower", + "tutor:surf", + "tutor:swagger", + "tutor:swift", + "tutor:tackle", + "tutor:tailwhip", + "tutor:toxic", + "tutor:waterfall", + "tutor:watergun", + "tutor:waterpulse", + "tutor:whirlpool" + ], + "labels": ["gen2"], + "pokedex": ["cobblemon.species.azumarill.desc"], + "preEvolution": "marill", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 3, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 8, + "weight": 285, + "aspects": [], + "cannotDynamax": false +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/celebi.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/celebi.json new file mode 100644 index 0000000..e458deb --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/celebi.json @@ -0,0 +1,236 @@ +{ + "implemented": true, + "name": "Celebi", + "nationalPokedexNumber": 251, + "primaryType": "psychic", + "secondaryType": "grass", + "abilities": ["naturalcure"], + "baseStats": { + "hp": 100, + "attack": 100, + "defence": 100, + "special_attack": 100, + "special_defence": 100, + "speed": 100 + }, + "drops": { + "amount": 5, + "entries": [ + { + "item": "cobblemon:rare_candy", + "quantityRange": "5-10" + }, + { + "item": "cobblemon:miracle_seed", + "percentage": 50.0 + }, + { + "item": "cobblemon:leaf_stone", + "percentage": 50.0 + }, + { + "item": "cobblemon:ability_capsule", + "percentage": 25.0 + }, + { + "item": "cobblemon:ability_patch", + "percentage": 5.0 + } + ] + }, + "catchRate": 45, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 300, + "experienceGroup": "medium_slow", + "eggCycles": 120, + "eggGroups": ["undiscovered"], + "moves": [ + "1:confusion", + "1:healbell", + "10:magicalleaf", + "10:safeguard", + "20:batonpass", + "30:ancientpower", + "40:lifedew", + "46:naturalgift", + "50:leechseed", + "55:healblock", + "60:recover", + "70:futuresight", + "80:healingwish", + "90:leafstorm", + "100:perishsong", + "tm:aerialace", + "tm:allyswitch", + "tm:aurasphere", + "tm:batonpass", + "tm:calmmind", + "tm:chargebeam", + "tm:confide", + "tm:cut", + "tm:dazzlinggleam", + "tm:doubleteam", + "tm:dreameater", + "tm:earthpower", + "tm:echoedvoice", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:flash", + "tm:fling", + "tm:frustration", + "tm:futuresight", + "tm:gigadrain", + "tm:gigaimpact", + "tm:grassknot", + "tm:grassyterrain", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:imprison", + "tm:leafblade", + "tm:leafstorm", + "tm:lightscreen", + "tm:magicalleaf", + "tm:magicroom", + "tm:metronome", + "tm:nastyplot", + "tm:naturalgift", + "tm:naturepower", + "tm:pollenpuff", + "tm:protect", + "tm:psychic", + "tm:psychicterrain", + "tm:psychocut", + "tm:psychup", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:round", + "tm:safeguard", + "tm:sandstorm", + "tm:secretpower", + "tm:seedbomb", + "tm:shadowball", + "tm:shockwave", + "tm:silverwind", + "tm:skillswap", + "tm:sleeptalk", + "tm:snore", + "tm:solarbeam", + "tm:solarblade", + "tm:stealthrock", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swift", + "tm:swordsdance", + "tm:thunderwave", + "tm:toxic", + "tm:trick", + "tm:trickroom", + "tm:uproar", + "tm:uturn", + "tm:waterpulse", + "tm:weatherball", + "tm:wonderroom", + "tm:zenheadbutt", + "tutor:allyswitch", + "tutor:ancientpower", + "tutor:batonpass", + "tutor:confusion", + "tutor:curse", + "tutor:defensecurl", + "tutor:detect", + "tutor:doubleedge", + "tutor:doubleteam", + "tutor:dreameater", + "tutor:dualwingbeat", + "tutor:earthpower", + "tutor:endure", + "tutor:expandingforce", + "tutor:flash", + "tutor:frustration", + "tutor:futuresight", + "tutor:gigadrain", + "tutor:grassyglide", + "tutor:healbell", + "tutor:healingwish", + "tutor:helpinghand", + "tutor:hiddenpower", + "tutor:holdback", + "tutor:hyperbeam", + "tutor:laserfocus", + "tutor:lastresort", + "tutor:leafstorm", + "tutor:leechseed", + "tutor:lifedew", + "tutor:magicalleaf", + "tutor:magiccoat", + "tutor:magicroom", + "tutor:metronome", + "tutor:mimic", + "tutor:mudslap", + "tutor:nastyplot", + "tutor:nightmare", + "tutor:perishsong", + "tutor:protect", + "tutor:psychic", + "tutor:psychup", + "tutor:raindance", + "tutor:recover", + "tutor:rest", + "tutor:return", + "tutor:safeguard", + "tutor:sandstorm", + "tutor:seedbomb", + "tutor:shadowball", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:skillswap", + "tutor:sleeptalk", + "tutor:snore", + "tutor:solarbeam", + "tutor:stealthrock", + "tutor:substitute", + "tutor:suckerpunch", + "tutor:sunnyday", + "tutor:swagger", + "tutor:sweetscent", + "tutor:swift", + "tutor:swordsdance", + "tutor:synthesis", + "tutor:telekinesis", + "tutor:toxic", + "tutor:trick", + "tutor:uproar", + "tutor:waterpulse", + "tutor:wonderroom", + "tutor:worryseed", + "tutor:zenheadbutt" + ], + "labels": ["gen2", "mythical", "legendary"], + "pokedex": ["cobblemon.species.celebi.desc"], + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 100, + "evYield": { + "hp": 3, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 6, + "weight": 50, + "aspects": [], + "cannotDynamax": false +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/corsola.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/corsola.json new file mode 100644 index 0000000..5689238 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/corsola.json @@ -0,0 +1,375 @@ +{ + "implemented": true, + "name": "Corsola", + "nationalPokedexNumber": 222, + "primaryType": "water", + "secondaryType": "rock", + "abilities": [ + "hustle", + "naturalcure", + "h:regenerator" + ], + "baseStats": { + "hp": 65, + "attack": 55, + "defence": 95, + "special_attack": 65, + "special_defence": 95, + "speed": 35 + }, + "features": [ + "galarian" + ], + "catchRate": 60, + "maleRatio": 0.25, + "shoulderMountable": false, + "forms": [ + { + "name": "Galar", + "primaryType": "ghost", + "abilities": [ + "weakarmor", + "h:cursedbody" + ], + "baseStats": { + "hp": 60, + "attack": 55, + "defence": 100, + "special_attack": 65, + "special_defence": 100, + "speed": 30 + }, + "catchRate": 60, + "maleRatio": 0.25, + "baseExperienceYield": 144, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 1, + "speed": 0 + }, + "experienceGroup": "fast", + "eggCycles": 20, + "eggGroups": [ + "water_1", + "water_3" + ], + "moves": [ + "1:harden", + "1:tackle", + "5:astonish", + "10:disable", + "15:spite", + "20:ancientpower", + "25:hex", + "30:curse", + "35:strengthsap", + "40:powergem", + "45:nightshade", + "50:grudge", + "55:mirrorcoat", + "egg:confuseray", + "egg:destinybond", + "egg:haze", + "egg:headsmash", + "egg:naturepower", + "egg:waterpulse", + "tm:amnesia", + "tm:attract", + "tm:blizzard", + "tm:bodyslam", + "tm:brine", + "tm:bulldoze", + "tm:calmmind", + "tm:dig", + "tm:earthpower", + "tm:earthquake", + "tm:endure", + "tm:facade", + "tm:gigadrain", + "tm:hail", + "tm:hex", + "tm:hydropump", + "tm:icebeam", + "tm:iciclespear", + "tm:icywind", + "tm:irondefense", + "tm:lightscreen", + "tm:liquidation", + "tm:powergem", + "tm:protect", + "tm:psychic", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:rockblast", + "tm:rockslide", + "tm:rocktomb", + "tm:round", + "tm:safeguard", + "tm:sandstorm", + "tm:scald", + "tm:screech", + "tm:selfdestruct", + "tm:shadowball", + "tm:sleeptalk", + "tm:snore", + "tm:stealthrock", + "tm:stompingtantrum", + "tm:stoneedge", + "tm:substitute", + "tm:sunnyday", + "tm:surf", + "tm:throatchop", + "tm:whirlpool", + "tm:willowisp", + "tutor:astonish", + "tutor:disable", + "tutor:meteorbeam", + "tutor:spite", + "tutor:tackle" + ], + "labels": [ + "gen8", + "galar_regional" + ], + "aspects": [ + "galarian" + ], + "height": 6, + "weight": 5, + "evolutions": [ + { + "id": "corsola_cursola", + "variant": "level_up", + "result": "cursola", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 38 + } + ] + } + ], + "cannotDynamax": false, + "battleOnly": false, + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:kasib_berry", + "percentage": 2.5 + } + ] + } + } + ], + "baseExperienceYield": 144, + "experienceGroup": "fast", + "eggCycles": 20, + "eggGroups": [ + "water_1", + "water_3" + ], + "moves": [ + "1:harden", + "1:tackle", + "4:bubble", + "5:watergun", + "10:aquaring", + "13:refresh", + "15:endure", + "20:ancientpower", + "20:spikecannon", + "23:luckychant", + "25:bubblebeam", + "27:brine", + "29:irondefense", + "30:flail", + "31:rockblast", + "35:lifedew", + "40:powergem", + "45:earthpower", + "50:recover", + "55:mirrorcoat", + "egg:amnesia", + "egg:aquaring", + "egg:barrier", + "egg:bide", + "egg:camouflage", + "egg:confuseray", + "egg:curse", + "egg:headsmash", + "egg:iciclespear", + "egg:ingrain", + "egg:liquidation", + "egg:mist", + "egg:naturepower", + "egg:rockslide", + "egg:screech", + "egg:waterpulse", + "tm:amnesia", + "tm:attract", + "tm:blizzard", + "tm:bodyslam", + "tm:brine", + "tm:bulldoze", + "tm:calmmind", + "tm:captivate", + "tm:confide", + "tm:dig", + "tm:doubleteam", + "tm:earthpower", + "tm:earthquake", + "tm:endure", + "tm:explosion", + "tm:facade", + "tm:frustration", + "tm:hail", + "tm:hiddenpower", + "tm:hydropump", + "tm:icebeam", + "tm:iciclespear", + "tm:icywind", + "tm:irondefense", + "tm:lightscreen", + "tm:liquidation", + "tm:naturalgift", + "tm:naturepower", + "tm:powergem", + "tm:protect", + "tm:psychic", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:rockblast", + "tm:rockpolish", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:safeguard", + "tm:sandstorm", + "tm:scald", + "tm:screech", + "tm:secretpower", + "tm:selfdestruct", + "tm:shadowball", + "tm:sleeptalk", + "tm:snore", + "tm:stealthrock", + "tm:stompingtantrum", + "tm:stoneedge", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:surf", + "tm:swagger", + "tm:throatchop", + "tm:toxic", + "tm:waterpulse", + "tm:whirlpool", + "tutor:amnesia", + "tutor:ancientpower", + "tutor:attract", + "tutor:bodyslam", + "tutor:bubble", + "tutor:bubblebeam", + "tutor:confuseray", + "tutor:curse", + "tutor:defensecurl", + "tutor:doubleedge", + "tutor:doubleteam", + "tutor:earthpower", + "tutor:earthquake", + "tutor:endeavor", + "tutor:endure", + "tutor:explosion", + "tutor:frustration", + "tutor:harden", + "tutor:headbutt", + "tutor:hiddenpower", + "tutor:icywind", + "tutor:irondefense", + "tutor:liquidation", + "tutor:magiccoat", + "tutor:meteorbeam", + "tutor:mimic", + "tutor:mirrorcoat", + "tutor:mist", + "tutor:mudslap", + "tutor:mudsport", + "tutor:powergem", + "tutor:protect", + "tutor:psychic", + "tutor:raindance", + "tutor:recover", + "tutor:rest", + "tutor:return", + "tutor:rockslide", + "tutor:rocksmash", + "tutor:rollout", + "tutor:safeguard", + "tutor:sandstorm", + "tutor:screech", + "tutor:selfdestruct", + "tutor:sleeptalk", + "tutor:snore", + "tutor:spikecannon", + "tutor:stealthrock", + "tutor:stompingtantrum", + "tutor:strength", + "tutor:substitute", + "tutor:suckerpunch", + "tutor:sunnyday", + "tutor:surf", + "tutor:swagger", + "tutor:tackle", + "tutor:throatchop", + "tutor:toxic", + "tutor:waterpulse", + "tutor:whirlpool" + ], + "labels": [ + "gen2", + "johto_regional" + ], + "pokedex": [ + "cobblemon.species.corsola.desc" + ], + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 1, + "special_attack": 0, + "special_defence": 1, + "speed": 0 + }, + "height": 6, + "weight": 50, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:rindo_berry", + "percentage": 5.0 + } + ] + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/delibird.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/delibird.json new file mode 100644 index 0000000..365edd5 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/delibird.json @@ -0,0 +1,210 @@ +{ + "implemented": true, + "name": "Delibird", + "nationalPokedexNumber": 225, + "primaryType": "ice", + "secondaryType": "flying", + "abilities": ["vitalspirit", "hustle", "h:insomnia"], + "baseStats": { + "hp": 45, + "attack": 55, + "defence": 45, + "special_attack": 65, + "special_defence": 45, + "speed": 75 + }, + "catchRate": 45, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 116, + "experienceGroup": "fast", + "eggCycles": 20, + "eggGroups": ["water_1", "field"], + "moves": [ + "1:present", + "25:drillpeck", + "egg:aurorabeam", + "egg:auroraveil", + "egg:bestow", + "egg:counter", + "egg:destinybond", + "egg:fakeout", + "egg:freezedry", + "egg:futuresight", + "egg:iceball", + "egg:icepunch", + "egg:iceshard", + "egg:icywind", + "egg:memento", + "egg:quickattack", + "egg:rapidspin", + "egg:spikes", + "egg:splash", + "tm:acrobatics", + "tm:aerialace", + "tm:agility", + "tm:aircutter", + "tm:airslash", + "tm:assurance", + "tm:attract", + "tm:auroraveil", + "tm:avalanche", + "tm:batonpass", + "tm:blizzard", + "tm:bodyslam", + "tm:bounce", + "tm:bravebird", + "tm:brickbreak", + "tm:brutalswing", + "tm:captivate", + "tm:chillingwater", + "tm:confide", + "tm:defog", + "tm:doubleteam", + "tm:drillrun", + "tm:dualwingbeat", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:featherdance", + "tm:fling", + "tm:fly", + "tm:focuspunch", + "tm:foulplay", + "tm:frostbreath", + "tm:frustration", + "tm:futuresight", + "tm:gigaimpact", + "tm:gunkshot", + "tm:hail", + "tm:haze", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:icebeam", + "tm:icepunch", + "tm:icespinner", + "tm:iciclespear", + "tm:icywind", + "tm:megakick", + "tm:megapunch", + "tm:naturalgift", + "tm:pluck", + "tm:poweruppunch", + "tm:protect", + "tm:raindance", + "tm:recycle", + "tm:rest", + "tm:return", + "tm:reversal", + "tm:round", + "tm:secretpower", + "tm:seedbomb", + "tm:sleeptalk", + "tm:snore", + "tm:snowscape", + "tm:spikes", + "tm:steelwing", + "tm:substitute", + "tm:swagger", + "tm:swift", + "tm:tailwind", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:toxic", + "tm:trailblaze", + "tm:tripleaxel", + "tm:waterpulse", + "tm:weatherball", + "tutor:attract", + "tutor:aurorabeam", + "tutor:blizzard", + "tutor:bodyslam", + "tutor:bounce", + "tutor:counter", + "tutor:curse", + "tutor:defog", + "tutor:detect", + "tutor:doubleedge", + "tutor:doubleteam", + "tutor:dualwingbeat", + "tutor:endure", + "tutor:fly", + "tutor:focuspunch", + "tutor:frustration", + "tutor:futuresight", + "tutor:gunkshot", + "tutor:happyhour", + "tutor:headbutt", + "tutor:hiddenpower", + "tutor:icepunch", + "tutor:iceshard", + "tutor:icywind", + "tutor:megakick", + "tutor:megapunch", + "tutor:mimic", + "tutor:mudslap", + "tutor:present", + "tutor:protect", + "tutor:quickattack", + "tutor:raindance", + "tutor:rapidspin", + "tutor:recycle", + "tutor:rest", + "tutor:return", + "tutor:rollout", + "tutor:seedbomb", + "tutor:seismictoss", + "tutor:signalbeam", + "tutor:skyattack", + "tutor:sleeptalk", + "tutor:snore", + "tutor:splash", + "tutor:substitute", + "tutor:swagger", + "tutor:swift", + "tutor:thief", + "tutor:toxic", + "tutor:tripleaxel", + "tutor:waterpulse" + ], + "labels": ["gen2"], + "pokedex": ["cobblemon.species.delibird.desc"], + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 1 + }, + "height": 9, + "weight": 160, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 4, + "entries": [ + { + "item": "minecraft:feather", + "quantityRange": "0-2" + }, + { + "item": "minecraft:chicken" + }, + { + "item": "cobblemon:charti_berry", + "percentage": 5 + } + ] + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/dunsparce.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/dunsparce.json new file mode 100644 index 0000000..6332f9c --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/dunsparce.json @@ -0,0 +1,289 @@ +{ + "implemented":true, + "name": "Dunsparce", + "nationalPokedexNumber": 206, + "primaryType": "normal", + "abilities": [ + "serenegrace", + "runaway", + "h:rattled" + ], + "baseStats": { + "hp": 100, + "attack": 70, + "defence": 70, + "special_attack": 65, + "special_defence": 65, + "speed": 45 + }, + "catchRate": 190, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 145, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": [ + "field" + ], + "moves": [ + "1:defensecurl", + "1:flail", + "1:rage", + "4:mudslap", + "6:spite", + "8:pursuit", + "8:rollout", + "12:glare", + "16:screech", + "20:ancientpower", + "24:drillrun", + "28:yawn", + "31:dig", + "32:bodyslam", + "32:hyperdrill", + "36:roost", + "36:takedown", + "40:dragonrush", + "41:airslash", + "44:coil", + "46:endure", + "48:doubleedge", + "52:endeavor", + "egg:agility", + "egg:ancientpower", + "egg:aquatail", + "egg:astonish", + "egg:bide", + "egg:bite", + "egg:curse", + "egg:headbutt", + "egg:hex", + "egg:lastresort", + "egg:magiccoat", + "egg:rockslide", + "egg:secretpower", + "egg:sleeptalk", + "egg:snore", + "egg:trumpcard", + "tm:agility", + "tm:airslash", + "tm:amnesia", + "tm:attract", + "tm:batonpass", + "tm:blizzard", + "tm:bodyslam", + "tm:breakingswipe", + "tm:bulldoze", + "tm:calmmind", + "tm:captivate", + "tm:chargebeam", + "tm:chillingwater", + "tm:confide", + "tm:curse", + "tm:dig", + "tm:doubleedge", + "tm:doubleteam", + "tm:dreameater", + "tm:drillrun", + "tm:earthpower", + "tm:earthquake", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:fireblast", + "tm:flamethrower", + "tm:frustration", + "tm:gigaimpact", + "tm:gyroball", + "tm:helpinghand", + "tm:hex", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:hypervoice", + "tm:icebeam", + "tm:icespinner", + "tm:incinerate", + "tm:irontail", + "tm:lunge", + "tm:mudshot", + "tm:mudslap", + "tm:naturalgift", + "tm:painsplit", + "tm:poisonjab", + "tm:poisontail", + "tm:pounce", + "tm:protect", + "tm:psychup", + "tm:raindance", + "tm:rest", + "tm:retaliate", + "tm:return", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:roost", + "tm:round", + "tm:sandstorm", + "tm:scaleshot", + "tm:scaryface", + "tm:screech", + "tm:secretpower", + "tm:shadowball", + "tm:shockwave", + "tm:skittersmack", + "tm:sleeptalk", + "tm:smartstrike", + "tm:snore", + "tm:solarbeam", + "tm:spite", + "tm:stealthrock", + "tm:stompingtantrum", + "tm:stoneedge", + "tm:storedpower", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderwave", + "tm:toxic", + "tm:uproar", + "tm:waterpulse", + "tm:wildcharge", + "tm:zenheadbutt", + "tutor:ancientpower", + "tutor:aquatail", + "tutor:attract", + "tutor:bide", + "tutor:bind", + "tutor:bite", + "tutor:bodyslam", + "tutor:counter", + "tutor:curse", + "tutor:defensecurl", + "tutor:dig", + "tutor:doubleedge", + "tutor:doubleteam", + "tutor:dreameater", + "tutor:drillrun", + "tutor:dualwingbeat", + "tutor:endeavor", + "tutor:endure", + "tutor:frustration", + "tutor:glare", + "tutor:headbutt", + "tutor:hiddenpower", + "tutor:irontail", + "tutor:lastresort", + "tutor:magiccoat", + "tutor:mimic", + "tutor:mudslap", + "tutor:nightmare", + "tutor:painsplit", + "tutor:protect", + "tutor:psychup", + "tutor:pursuit", + "tutor:rage", + "tutor:raindance", + "tutor:rest", + "tutor:return", + "tutor:rockslide", + "tutor:rocksmash", + "tutor:rollout", + "tutor:roost", + "tutor:scaleshot", + "tutor:screech", + "tutor:shockwave", + "tutor:skittersmack", + "tutor:sleeptalk", + "tutor:snore", + "tutor:solarbeam", + "tutor:spite", + "tutor:stealthrock", + "tutor:stompingtantrum", + "tutor:strength", + "tutor:substitute", + "tutor:sunnyday", + "tutor:swagger", + "tutor:takedown", + "tutor:terrainpulse", + "tutor:thief", + "tutor:thunder", + "tutor:thunderwave", + "tutor:toxic", + "tutor:waterpulse", + "tutor:zapcannon", + "tutor:zenheadbutt" + ], + "labels": [ + "gen2" + ], + "pokedex": [ + "cobblemon.species.dunsparce.desc" + ], + "evolutions": [ + { + "id": "dunsparce_dudunsparce", + "variant": "level_up", + "result": "dudunsparce", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "has_move", + "move": "hyperdrill" + } + ] + }, + { + "id": "dunsparce_dudunsparce", + "variant": "level_up", + "result": "dudunsparce threesegment", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "has_move", + "move": "hyperdrill" + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 1, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 15, + "weight": 140, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 2, + "entries": [ + { + "item": "cobblemon:rocky_helmet", + "percentage": 2.5 + }, + { + "item": "cobblemon:cheri_berry", + "percentage": 2.5 + } + ] + } + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/hoppip.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/hoppip.json new file mode 100644 index 0000000..4fbc639 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/hoppip.json @@ -0,0 +1,216 @@ +{ + "implemented": true, + "name": "Hoppip", + "nationalPokedexNumber": 187, + "primaryType": "grass", + "secondaryType": "flying", + "abilities": [ + "chlorophyll", + "leafguard", + "h:infiltrator" + ], + "baseStats": { + "hp": 35, + "attack": 35, + "defence": 40, + "special_attack": 35, + "special_defence": 55, + "speed": 50 + }, + "catchRate": 255, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 50, + "experienceGroup": "medium_slow", + "eggCycles": 20, + "eggGroups": [ + "fairy", + "grass" + ], + "moves": [ + "1:splash", + "1:tackle", + "4:tailwhip", + "6:absorb", + "8:fairywind", + "10:poisonpowder", + "10:sleeppowder", + "10:stunspore", + "12:bulletseed", + "15:synthesis", + "19:leechseed", + "22:megadrain", + "24:acrobatics", + "27:cottonspore", + "29:uturn", + "31:ragepowder", + "32:gigadrain", + "35:bounce", + "38:memento", + "40:worryseed", + "egg:amnesia", + "egg:aromatherapy", + "egg:confusion", + "egg:cottonguard", + "egg:doubleedge", + "egg:encore", + "egg:endure", + "egg:grassyterrain", + "egg:helpinghand", + "egg:psychup", + "egg:ragepowder", + "egg:reflect", + "egg:seedbomb", + "egg:strengthsap", + "egg:switcheroo", + "egg:worryseed", + "tm:acrobatics", + "tm:aerialace", + "tm:attract", + "tm:batonpass", + "tm:bulletseed", + "tm:captivate", + "tm:charm", + "tm:confide", + "tm:dazzlinggleam", + "tm:doubleedge", + "tm:doubleteam", + "tm:encore", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:flash", + "tm:fling", + "tm:frustration", + "tm:gigadrain", + "tm:grassknot", + "tm:grassyterrain", + "tm:helpinghand", + "tm:hiddenpower", + "tm:infestation", + "tm:leafstorm", + "tm:lightscreen", + "tm:lunge", + "tm:magicalleaf", + "tm:naturalgift", + "tm:pollenpuff", + "tm:protect", + "tm:psychup", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:round", + "tm:secretpower", + "tm:seedbomb", + "tm:silverwind", + "tm:sleeptalk", + "tm:solarbeam", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swordsdance", + "tm:tailwind", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:toxic", + "tm:trailblaze", + "tm:uturn", + "tutor:amnesia", + "tutor:attract", + "tutor:bounce", + "tutor:bulletseed", + "tutor:confusion", + "tutor:cottonspore", + "tutor:curse", + "tutor:defensecurl", + "tutor:doubleedge", + "tutor:doubleteam", + "tutor:encore", + "tutor:endure", + "tutor:flash", + "tutor:frustration", + "tutor:gigadrain", + "tutor:growl", + "tutor:headbutt", + "tutor:helpinghand", + "tutor:hiddenpower", + "tutor:leechseed", + "tutor:megadrain", + "tutor:mimic", + "tutor:payday", + "tutor:poisonpowder", + "tutor:protect", + "tutor:reflect", + "tutor:rest", + "tutor:return", + "tutor:seedbomb", + "tutor:sleeppowder", + "tutor:sleeptalk", + "tutor:snore", + "tutor:solarbeam", + "tutor:splash", + "tutor:stunspore", + "tutor:substitute", + "tutor:sunnyday", + "tutor:swagger", + "tutor:sweetscent", + "tutor:swordsdance", + "tutor:synthesis", + "tutor:tackle", + "tutor:tailwhip", + "tutor:toxic", + "tutor:worryseed" + ], + "labels": [ + "gen2" + ], + "pokedex": [ + "cobblemon.species.hoppip.desc" + ], + "evolutions": [ + { + "id": "hoppip_skiploom", + "variant": "level_up", + "result": "skiploom", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 18 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 1, + "speed": 0 + }, + "height": 4, + "weight": 5, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:yache_berry", + "percentage": 2.5 + } + ] + } + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/houndoom.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/houndoom.json new file mode 100644 index 0000000..c24da40 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/houndoom.json @@ -0,0 +1,253 @@ +{ + "implemented": true, + "name": "Houndoom", + "nationalPokedexNumber": 229, + "primaryType": "dark", + "secondaryType": "fire", + "abilities": ["earlybird", "flashfire", "h:unnerve"], + "baseStats": { + "hp": 75, + "attack": 90, + "defence": 50, + "special_attack": 110, + "special_defence": 80, + "speed": 95 + }, + "catchRate": 45, + "maleRatio": 0.5, + "shoulderMountable": false, + "forms": [ + { + "name": "Mega", + "primaryType": "dark", + "secondaryType": "fire", + "abilities": ["solarpower"], + "baseStats": { + "hp": 75, + "attack": 90, + "defence": 90, + "special_attack": 140, + "special_defence": 90, + "speed": 115 + }, + "catchRate": 45, + "maleRatio": 0.5, + "baseExperienceYield": 175, + "baseFriendship": 35, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 2, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 20, + "eggGroups": ["field"], + "labels": ["gen6", "mega"], + "aspects": ["mega"], + "height": 19, + "weight": 495, + "cannotDynamax": false, + "battleOnly": true + } + ], + "baseExperienceYield": 175, + "experienceGroup": "slow", + "eggCycles": 20, + "eggGroups": ["field"], + "moves": [ + "1:ember", + "1:howl", + "1:leer", + "1:nastyplot", + "1:smog", + "1:thunderfang", + "13:roar", + "16:bite", + "20:incinerate", + "20:odorsleuth", + "26:beatup", + "30:firefang", + "35:feintattack", + "35:torment", + "41:comeuppance", + "41:embargo", + "45:foulplay", + "50:flamethrower", + "56:crunch", + "62:inferno", + "tm:attract", + "tm:bodyslam", + "tm:burningjealousy", + "tm:captivate", + "tm:confide", + "tm:crunch", + "tm:darkpulse", + "tm:doubleedge", + "tm:doubleteam", + "tm:dreameater", + "tm:embargo", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:fireblast", + "tm:firefang", + "tm:firespin", + "tm:flamecharge", + "tm:flamethrower", + "tm:flareblitz", + "tm:foulplay", + "tm:frustration", + "tm:gigaimpact", + "tm:heatwave", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:hypervoice", + "tm:incinerate", + "tm:irontail", + "tm:lashout", + "tm:mudshot", + "tm:mudslap", + "tm:nastyplot", + "tm:naturalgift", + "tm:overheat", + "tm:painsplit", + "tm:payback", + "tm:protect", + "tm:psychicfangs", + "tm:raindance", + "tm:rest", + "tm:retaliate", + "tm:return", + "tm:reversal", + "tm:roar", + "tm:rocksmash", + "tm:round", + "tm:scaryface", + "tm:secretpower", + "tm:shadowball", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:snarl", + "tm:snatch", + "tm:solarbeam", + "tm:spite", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:superfang", + "tm:swagger", + "tm:takedown", + "tm:taunt", + "tm:temperflare", + "tm:terablast", + "tm:thief", + "tm:throatchop", + "tm:thunderfang", + "tm:torment", + "tm:toxic", + "tm:trailblaze", + "tm:willowisp", + "tutor:attract", + "tutor:bite", + "tutor:bodyslam", + "tutor:counter", + "tutor:crunch", + "tutor:curse", + "tutor:darkpulse", + "tutor:detect", + "tutor:doubleedge", + "tutor:doubleteam", + "tutor:dreameater", + "tutor:ember", + "tutor:endure", + "tutor:feintattack", + "tutor:fireblast", + "tutor:flamethrower", + "tutor:foulplay", + "tutor:frustration", + "tutor:headbutt", + "tutor:heatwave", + "tutor:hiddenpower", + "tutor:hyperbeam", + "tutor:hypervoice", + "tutor:irontail", + "tutor:laserfocus", + "tutor:leer", + "tutor:mimic", + "tutor:mudslap", + "tutor:nightmare", + "tutor:protect", + "tutor:rest", + "tutor:return", + "tutor:roar", + "tutor:rocksmash", + "tutor:roleplay", + "tutor:shadowball", + "tutor:sleeptalk", + "tutor:sludgebomb", + "tutor:smog", + "tutor:snatch", + "tutor:snore", + "tutor:solarbeam", + "tutor:spite", + "tutor:strength", + "tutor:substitute", + "tutor:suckerpunch", + "tutor:sunnyday", + "tutor:superfang", + "tutor:swagger", + "tutor:swift", + "tutor:thief", + "tutor:throatchop", + "tutor:toxic", + "tutor:uproar" + ], + "labels": ["gen2"], + "pokedex": ["cobblemon.species.houndoom.desc"], + "preEvolution": "houndour", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 35, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 2, + "special_defence": 0, + "speed": 0 + }, + "height": 14, + "weight": 350, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 6, + "entries": [ + { + "item": "minecraft:bone", + "quantityRange": "0-2" + }, + { + "item": "minecraft:rotten_flesh", + "quantityRange": "0-2" + }, + { + "item": "minecraft:blaze_powder", + "percentage": 5 + }, + { + "item": "cobblemon:rawst_berry", + "percentage": 5 + } + ] + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/houndour.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/houndour.json new file mode 100644 index 0000000..f744965 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/houndour.json @@ -0,0 +1,242 @@ +{ + "implemented": true, + "name": "Houndour", + "nationalPokedexNumber": 228, + "primaryType": "dark", + "secondaryType": "fire", + "abilities": ["earlybird", "flashfire", "h:unnerve"], + "baseStats": { + "hp": 45, + "attack": 60, + "defence": 30, + "special_attack": 80, + "special_defence": 50, + "speed": 65 + }, + "catchRate": 120, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 66, + "experienceGroup": "slow", + "eggCycles": 20, + "eggGroups": ["field"], + "moves": [ + "1:ember", + "1:leer", + "4:howl", + "8:smog", + "13:roar", + "16:bite", + "20:incinerate", + "20:odorsleuth", + "25:beatup", + "28:firefang", + "32:feintattack", + "32:torment", + "37:comeuppance", + "37:embargo", + "40:foulplay", + "44:flamethrower", + "49:crunch", + "52:nastyplot", + "56:inferno", + "egg:beatup", + "egg:counter", + "egg:destinybond", + "egg:feint", + "egg:firefang", + "egg:firespin", + "egg:nastyplot", + "egg:punishment", + "egg:pursuit", + "egg:rage", + "egg:reversal", + "egg:spite", + "egg:suckerpunch", + "egg:thunderfang", + "egg:willowisp", + "tm:attract", + "tm:bodyslam", + "tm:burningjealousy", + "tm:captivate", + "tm:confide", + "tm:crunch", + "tm:darkpulse", + "tm:doubleedge", + "tm:doubleteam", + "tm:dreameater", + "tm:embargo", + "tm:endure", + "tm:facade", + "tm:fireblast", + "tm:firefang", + "tm:firespin", + "tm:flamecharge", + "tm:flamethrower", + "tm:flareblitz", + "tm:foulplay", + "tm:frustration", + "tm:heatwave", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hypervoice", + "tm:incinerate", + "tm:irontail", + "tm:lashout", + "tm:mudshot", + "tm:mudslap", + "tm:nastyplot", + "tm:naturalgift", + "tm:overheat", + "tm:painsplit", + "tm:payback", + "tm:protect", + "tm:psychicfangs", + "tm:raindance", + "tm:rest", + "tm:retaliate", + "tm:return", + "tm:reversal", + "tm:roar", + "tm:rocksmash", + "tm:round", + "tm:scaryface", + "tm:secretpower", + "tm:shadowball", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:snarl", + "tm:snatch", + "tm:solarbeam", + "tm:spite", + "tm:substitute", + "tm:sunnyday", + "tm:superfang", + "tm:swagger", + "tm:takedown", + "tm:taunt", + "tm:temperflare", + "tm:terablast", + "tm:thief", + "tm:thunderfang", + "tm:torment", + "tm:toxic", + "tm:trailblaze", + "tm:willowisp", + "tutor:attract", + "tutor:beatup", + "tutor:bite", + "tutor:bodyslam", + "tutor:charm", + "tutor:counter", + "tutor:crunch", + "tutor:curse", + "tutor:darkpulse", + "tutor:detect", + "tutor:doubleedge", + "tutor:doubleteam", + "tutor:dreameater", + "tutor:ember", + "tutor:endure", + "tutor:feint", + "tutor:feintattack", + "tutor:fireblast", + "tutor:firespin", + "tutor:flamethrower", + "tutor:foulplay", + "tutor:frustration", + "tutor:headbutt", + "tutor:heatwave", + "tutor:hiddenpower", + "tutor:howl", + "tutor:hypervoice", + "tutor:irontail", + "tutor:leer", + "tutor:mimic", + "tutor:mudslap", + "tutor:nightmare", + "tutor:protect", + "tutor:pursuit", + "tutor:rage", + "tutor:rest", + "tutor:return", + "tutor:reversal", + "tutor:roar", + "tutor:rocksmash", + "tutor:roleplay", + "tutor:shadowball", + "tutor:sleeptalk", + "tutor:sludgebomb", + "tutor:smog", + "tutor:snatch", + "tutor:snore", + "tutor:solarbeam", + "tutor:spite", + "tutor:substitute", + "tutor:suckerpunch", + "tutor:sunnyday", + "tutor:superfang", + "tutor:swagger", + "tutor:swift", + "tutor:thief", + "tutor:toxic", + "tutor:uproar" + ], + "labels": ["gen2"], + "pokedex": ["cobblemon.species.houndour.desc"], + "evolutions": [ + { + "id": "houndour_houndoom", + "variant": "level_up", + "result": "houndoom", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 24 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 35, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 1, + "special_defence": 0, + "speed": 0 + }, + "height": 6, + "weight": 108, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 4, + "entries": [ + { + "item": "minecraft:bone", + "quantityRange": "0-1" + }, + { + "item": "minecraft:rotten_flesh", + "quantityRange": "0-1" + }, + { + "item": "minecraft:blaze_powder", + "percentage": 2.5 + }, + { + "item": "cobblemon:rawst_berry", + "percentage": 2.5 + } + ] + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/jumpluff.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/jumpluff.json new file mode 100644 index 0000000..2e9d0cc --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/jumpluff.json @@ -0,0 +1,190 @@ +{ + "implemented": true, + "name": "Jumpluff", + "nationalPokedexNumber": 189, + "primaryType": "grass", + "secondaryType": "flying", + "abilities": [ + "chlorophyll", + "leafguard", + "h:infiltrator" + ], + "baseStats": { + "hp": 75, + "attack": 55, + "defence": 70, + "special_attack": 55, + "special_defence": 95, + "speed": 110 + }, + "catchRate": 45, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 207, + "experienceGroup": "medium_slow", + "eggCycles": 20, + "eggGroups": [ + "fairy", + "grass" + ], + "moves": [ + "1:absorb", + "1:splash", + "1:synthesis", + "1:tailwhip", + "8:tackle", + "10:fairywind", + "12:poisonpowder", + "12:sleeppowder", + "12:stunspore", + "15:bulletseed", + "20:leechseed", + "24:megadrain", + "30:acrobatics", + "35:cottonspore", + "39:ragepowder", + "39:uturn", + "43:gigadrain", + "49:bounce", + "54:worryseed", + "55:memento", + "tm:acrobatics", + "tm:aerialace", + "tm:attract", + "tm:batonpass", + "tm:bulletseed", + "tm:captivate", + "tm:charm", + "tm:confide", + "tm:dazzlinggleam", + "tm:doubleedge", + "tm:doubleteam", + "tm:encore", + "tm:endeavor", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:flash", + "tm:fling", + "tm:frustration", + "tm:gigadrain", + "tm:gigaimpact", + "tm:grassknot", + "tm:grassyterrain", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:infestation", + "tm:leafstorm", + "tm:lightscreen", + "tm:lunge", + "tm:magicalleaf", + "tm:naturalgift", + "tm:pollenpuff", + "tm:protect", + "tm:psychup", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:round", + "tm:secretpower", + "tm:seedbomb", + "tm:silverwind", + "tm:sleeptalk", + "tm:solarbeam", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swordsdance", + "tm:tailwind", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:toxic", + "tm:trailblaze", + "tm:uturn", + "tutor:attract", + "tutor:bounce", + "tutor:bulletseed", + "tutor:cottonspore", + "tutor:curse", + "tutor:defensecurl", + "tutor:doubleedge", + "tutor:doubleteam", + "tutor:endure", + "tutor:falseswipe", + "tutor:flash", + "tutor:frustration", + "tutor:gigadrain", + "tutor:headbutt", + "tutor:helpinghand", + "tutor:hiddenpower", + "tutor:hyperbeam", + "tutor:leechseed", + "tutor:megadrain", + "tutor:mimic", + "tutor:poisonpowder", + "tutor:protect", + "tutor:rest", + "tutor:return", + "tutor:seedbomb", + "tutor:sleeppowder", + "tutor:sleeptalk", + "tutor:snore", + "tutor:solarbeam", + "tutor:splash", + "tutor:stunspore", + "tutor:substitute", + "tutor:sunnyday", + "tutor:swagger", + "tutor:sweetscent", + "tutor:swordsdance", + "tutor:synthesis", + "tutor:tackle", + "tutor:tailwhip", + "tutor:toxic", + "tutor:worryseed" + ], + "labels": [ + "gen2" + ], + "pokedex": [ + "cobblemon.species.jumpluff.desc" + ], + "preEvolution": "skiploom", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 3 + }, + "height": 8, + "weight": 30, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 4, + "entries": [ + { + "item": "minecraft:white_wool", + "quantityRange": "1-3" + }, + { + "item": "cobblemon:yache_berry", + "percentage": 10.0 + } + ] + } + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/ledian.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/ledian.json new file mode 100644 index 0000000..261ab30 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/ledian.json @@ -0,0 +1,194 @@ +{ + "implemented": true, + "name": "Ledian", + "nationalPokedexNumber": 166, + "primaryType": "bug", + "secondaryType": "flying", + "abilities": [ + "swarm", + "earlybird", + "h:ironfist" + ], + "baseStats": { + "hp": 55, + "attack": 35, + "defence": 50, + "special_attack": 55, + "special_defence": 110, + "speed": 85 + }, + "catchRate": 90, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 137, + "experienceGroup": "fast", + "eggCycles": 15, + "eggGroups": [ + "bug" + ], + "behaviour": { + "moving": { + "walk": { + "walkSpeed": 0.265 + }, + "fly": { + "canFly": true + } + }, + "resting": { + "canSleep": true, + "willSleepOnBed": false, + "depth": "normal", + "light": "0-4" + } + }, + "moves": [ + "1:supersonic", + "1:swift", + "1:tackle", + "12:lightscreen", + "12:reflect", + "12:safeguard", + "15:machpunch", + "20:silverwind", + "24:cometpunch", + "29:batonpass", + "33:agility", + "38:bugbuzz", + "42:airslash", + "47:doubleedge", + "tm:acrobatics", + "tm:aerialace", + "tm:attract", + "tm:brickbreak", + "tm:captivate", + "tm:confide", + "tm:dig", + "tm:doubleteam", + "tm:drainpunch", + "tm:endure", + "tm:facade", + "tm:flash", + "tm:fling", + "tm:focusblast", + "tm:focuspunch", + "tm:frustration", + "tm:gigadrain", + "tm:gigaimpact", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:infestation", + "tm:lightscreen", + "tm:naturalgift", + "tm:poweruppunch", + "tm:protect", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:rocksmash", + "tm:roost", + "tm:round", + "tm:safeguard", + "tm:secretpower", + "tm:silverwind", + "tm:sleeptalk", + "tm:solarbeam", + "tm:strength", + "tm:strugglebug", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swordsdance", + "tm:thief", + "tm:toxic", + "tm:uturn", + "tutor:agility", + "tutor:aircutter", + "tutor:attract", + "tutor:batonpass", + "tutor:bugbite", + "tutor:cometpunch", + "tutor:curse", + "tutor:defog", + "tutor:dig", + "tutor:doubleedge", + "tutor:doubleteam", + "tutor:drainpunch", + "tutor:dynamicpunch", + "tutor:endure", + "tutor:flash", + "tutor:focuspunch", + "tutor:frustration", + "tutor:gigadrain", + "tutor:headbutt", + "tutor:hiddenpower", + "tutor:hyperbeam", + "tutor:icepunch", + "tutor:knockoff", + "tutor:lightscreen", + "tutor:megapunch", + "tutor:mimic", + "tutor:ominouswind", + "tutor:protect", + "tutor:reflect", + "tutor:rest", + "tutor:return", + "tutor:rollout", + "tutor:roost", + "tutor:safeguard", + "tutor:sleeptalk", + "tutor:snore", + "tutor:solarbeam", + "tutor:stringshot", + "tutor:substitute", + "tutor:sunnyday", + "tutor:supersonic", + "tutor:swagger", + "tutor:sweetscent", + "tutor:swift", + "tutor:swordsdance", + "tutor:tackle", + "tutor:tailwind", + "tutor:thief", + "tutor:thunderpunch", + "tutor:toxic", + "tutor:uproar" + ], + "labels": [ + "gen2" + ], + "pokedex": [ + "cobblemon.species.ledian.desc" + ], + "preEvolution": "ledyba", + "evolutions": [], + "baseScale": 0.875, + "hitbox": { + "width": 0.9, + "height": 1.4, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 2, + "speed": 0 + }, + "height": 14, + "weight": 356, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:charti_berry", + "percentage": 5.0 + } + ] + } + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/ledyba.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/ledyba.json new file mode 100644 index 0000000..eb4fd90 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/ledyba.json @@ -0,0 +1,218 @@ +{ + "implemented": true, + "name": "Ledyba", + "nationalPokedexNumber": 165, + "primaryType": "bug", + "secondaryType": "flying", + "abilities": [ + "swarm", + "earlybird", + "h:rattled" + ], + "baseStats": { + "hp": 40, + "attack": 20, + "defence": 30, + "special_attack": 40, + "special_defence": 80, + "speed": 55 + }, + "catchRate": 255, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 53, + "experienceGroup": "fast", + "eggCycles": 15, + "eggGroups": [ + "bug" + ], + "behaviour": { + "moving": { + "walk": { + "walkSpeed": 0.28 + }, + "fly": { + "canFly": true + } + }, + "resting": { + "canSleep": true, + "willSleepOnBed": false, + "depth": "normal", + "light": "0-4" + } + }, + "moves": [ + "1:tackle", + "5:supersonic", + "8:swift", + "12:lightscreen", + "12:reflect", + "12:safeguard", + "15:machpunch", + "19:silverwind", + "22:cometpunch", + "26:batonpass", + "29:agility", + "33:bugbuzz", + "36:airslash", + "40:doubleedge", + "egg:bide", + "egg:bugbite", + "egg:bugbuzz", + "egg:counter", + "egg:dizzypunch", + "egg:drainpunch", + "egg:encore", + "egg:endure", + "egg:focuspunch", + "egg:knockoff", + "egg:psybeam", + "egg:screech", + "egg:silverwind", + "egg:tailwind", + "tm:acrobatics", + "tm:aerialace", + "tm:attract", + "tm:brickbreak", + "tm:captivate", + "tm:confide", + "tm:dig", + "tm:doubleteam", + "tm:drainpunch", + "tm:endure", + "tm:facade", + "tm:flash", + "tm:fling", + "tm:focuspunch", + "tm:frustration", + "tm:gigadrain", + "tm:hiddenpower", + "tm:infestation", + "tm:lightscreen", + "tm:naturalgift", + "tm:poweruppunch", + "tm:protect", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:roost", + "tm:round", + "tm:safeguard", + "tm:secretpower", + "tm:silverwind", + "tm:sleeptalk", + "tm:solarbeam", + "tm:strugglebug", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swordsdance", + "tm:thief", + "tm:toxic", + "tm:uturn", + "tutor:aerialace", + "tutor:agility", + "tutor:aircutter", + "tutor:attract", + "tutor:batonpass", + "tutor:bide", + "tutor:bugbite", + "tutor:cometpunch", + "tutor:curse", + "tutor:dig", + "tutor:doubleedge", + "tutor:doubleteam", + "tutor:drainpunch", + "tutor:dynamicpunch", + "tutor:endure", + "tutor:flash", + "tutor:focuspunch", + "tutor:frustration", + "tutor:gigadrain", + "tutor:headbutt", + "tutor:hiddenpower", + "tutor:icepunch", + "tutor:knockoff", + "tutor:lightscreen", + "tutor:megapunch", + "tutor:mimic", + "tutor:ominouswind", + "tutor:protect", + "tutor:psybeam", + "tutor:reflect", + "tutor:refresh", + "tutor:rest", + "tutor:return", + "tutor:rollout", + "tutor:roost", + "tutor:safeguard", + "tutor:sleeptalk", + "tutor:snore", + "tutor:solarbeam", + "tutor:stringshot", + "tutor:substitute", + "tutor:sunnyday", + "tutor:supersonic", + "tutor:swagger", + "tutor:sweetscent", + "tutor:swift", + "tutor:swordsdance", + "tutor:tackle", + "tutor:tailwind", + "tutor:thief", + "tutor:thunderpunch", + "tutor:toxic", + "tutor:uproar" + ], + "labels": [ + "gen2" + ], + "pokedex": [ + "cobblemon.species.ledyba.desc" + ], + "evolutions": [ + { + "id": "ledyba_ledian", + "variant": "level_up", + "result": "ledian", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 18 + } + ] + } + ], + "baseScale": 0.7, + "hitbox": { + "width": 0.9, + "height": 1, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 1, + "speed": 0 + }, + "height": 10, + "weight": 108, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:charti_berry", + "percentage": 2.5 + } + ] + } + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/marill.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/marill.json new file mode 100644 index 0000000..54c37b6 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/marill.json @@ -0,0 +1,246 @@ +{ + "implemented": true, + "name": "Marill", + "nationalPokedexNumber": 183, + "primaryType": "water", + "secondaryType": "fairy", + "abilities": ["thickfat", "hugepower", "h:sapsipper"], + "baseStats": { + "hp": 70, + "attack": 20, + "defence": 50, + "special_attack": 20, + "special_defence": 50, + "speed": 40 + }, + "catchRate": 190, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 88, + "experienceGroup": "fast", + "eggCycles": 10, + "eggGroups": ["water_1", "fairy"], + "moves": [ + "1:defensecurl", + "1:helpinghand", + "1:rollout", + "1:tackle", + "1:tailwhip", + "1:watergun", + "5:watersport", + "6:bubblebeam", + "7:bubble", + "9:charm", + "12:slam", + "15:bounce", + "19:aquatail", + "21:playrough", + "24:aquaring", + "27:raindance", + "30:hydropump", + "33:doubleedge", + "36:superpower", + "egg:amnesia", + "egg:aquajet", + "egg:bellydrum", + "egg:bodyslam", + "egg:camouflage", + "egg:copycat", + "egg:futuresight", + "egg:lightscreen", + "egg:muddywater", + "egg:perishsong", + "egg:present", + "egg:refresh", + "egg:sing", + "egg:soak", + "egg:substitute", + "egg:superpower", + "egg:supersonic", + "egg:tickle", + "egg:watersport", + "tm:alluringvoice", + "tm:amnesia", + "tm:attract", + "tm:blizzard", + "tm:bodyslam", + "tm:bounce", + "tm:brickbreak", + "tm:brutalswing", + "tm:bulldoze", + "tm:captivate", + "tm:charm", + "tm:chillingwater", + "tm:confide", + "tm:dig", + "tm:disarmingvoice", + "tm:dive", + "tm:doubleedge", + "tm:doubleteam", + "tm:drainingkiss", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:fling", + "tm:focuspunch", + "tm:frustration", + "tm:futuresight", + "tm:grassknot", + "tm:hail", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hydropump", + "tm:hypervoice", + "tm:icebeam", + "tm:icepunch", + "tm:icespinner", + "tm:icywind", + "tm:irontail", + "tm:knockoff", + "tm:lightscreen", + "tm:liquidation", + "tm:megakick", + "tm:megapunch", + "tm:metronome", + "tm:mistyexplosion", + "tm:mistyterrain", + "tm:muddywater", + "tm:mudshot", + "tm:mudslap", + "tm:naturalgift", + "tm:playrough", + "tm:poweruppunch", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:rocksmash", + "tm:round", + "tm:scald", + "tm:secretpower", + "tm:sleeptalk", + "tm:snore", + "tm:snowscape", + "tm:strength", + "tm:substitute", + "tm:superpower", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:toxic", + "tm:trailblaze", + "tm:uproar", + "tm:waterfall", + "tm:waterpulse", + "tm:whirlpool", + "tm:workup", + "tutor:amnesia", + "tutor:aquajet", + "tutor:aquatail", + "tutor:attract", + "tutor:bellydrum", + "tutor:blizzard", + "tutor:bodyslam", + "tutor:bounce", + "tutor:bubblebeam", + "tutor:covet", + "tutor:curse", + "tutor:defensecurl", + "tutor:dive", + "tutor:doubleedge", + "tutor:doubleteam", + "tutor:dynamicpunch", + "tutor:endure", + "tutor:focuspunch", + "tutor:foresight", + "tutor:frustration", + "tutor:futuresight", + "tutor:headbutt", + "tutor:helpinghand", + "tutor:hiddenpower", + "tutor:hypervoice", + "tutor:icepunch", + "tutor:icywind", + "tutor:irontail", + "tutor:knockoff", + "tutor:lightscreen", + "tutor:megakick", + "tutor:megapunch", + "tutor:mimic", + "tutor:mistyexplosion", + "tutor:mudslap", + "tutor:perishsong", + "tutor:present", + "tutor:protect", + "tutor:raindance", + "tutor:rest", + "tutor:return", + "tutor:rollout", + "tutor:seismictoss", + "tutor:sleeptalk", + "tutor:snore", + "tutor:steelroller", + "tutor:substitute", + "tutor:superpower", + "tutor:supersonic", + "tutor:surf", + "tutor:swagger", + "tutor:swift", + "tutor:tackle", + "tutor:tailwhip", + "tutor:toxic", + "tutor:waterfall", + "tutor:watergun", + "tutor:waterpulse", + "tutor:whirlpool" + ], + "labels": ["gen2"], + "pokedex": ["cobblemon.species.marill.desc"], + "preEvolution": "azurill", + "evolutions": [ + { + "id": "marill_azumarill", + "variant": "level_up", + "result": "azumarill", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 18 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 2, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 4, + "weight": 85, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:kebia_berry", + "percentage": 5 + } + ] + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/skiploom.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/skiploom.json new file mode 100644 index 0000000..eadb8ed --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/skiploom.json @@ -0,0 +1,198 @@ +{ + "implemented": true, + "name": "Skiploom", + "nationalPokedexNumber": 188, + "primaryType": "grass", + "secondaryType": "flying", + "abilities": [ + "chlorophyll", + "leafguard", + "h:infiltrator" + ], + "baseStats": { + "hp": 55, + "attack": 45, + "defence": 50, + "special_attack": 45, + "special_defence": 65, + "speed": 80 + }, + "catchRate": 120, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 119, + "experienceGroup": "medium_slow", + "eggCycles": 20, + "eggGroups": [ + "fairy", + "grass" + ], + "moves": [ + "1:absorb", + "1:splash", + "1:synthesis", + "1:tailwhip", + "8:tackle", + "10:fairywind", + "12:poisonpowder", + "12:sleeppowder", + "12:stunspore", + "15:bulletseed", + "20:leechseed", + "24:megadrain", + "28:acrobatics", + "31:cottonspore", + "34:uturn", + "36:ragepowder", + "37:gigadrain", + "41:bounce", + "44:memento", + "48:worryseed", + "tm:acrobatics", + "tm:aerialace", + "tm:attract", + "tm:batonpass", + "tm:bulletseed", + "tm:captivate", + "tm:charm", + "tm:confide", + "tm:dazzlinggleam", + "tm:doubleedge", + "tm:doubleteam", + "tm:encore", + "tm:endeavor", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:flash", + "tm:fling", + "tm:frustration", + "tm:gigadrain", + "tm:grassknot", + "tm:grassyterrain", + "tm:helpinghand", + "tm:hiddenpower", + "tm:infestation", + "tm:leafstorm", + "tm:lightscreen", + "tm:lunge", + "tm:magicalleaf", + "tm:naturalgift", + "tm:pollenpuff", + "tm:protect", + "tm:psychup", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:round", + "tm:secretpower", + "tm:seedbomb", + "tm:silverwind", + "tm:sleeptalk", + "tm:solarbeam", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swordsdance", + "tm:tailwind", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:toxic", + "tm:trailblaze", + "tm:uturn", + "tutor:attract", + "tutor:bounce", + "tutor:cottonspore", + "tutor:curse", + "tutor:defensecurl", + "tutor:doubleedge", + "tutor:doubleteam", + "tutor:endure", + "tutor:flash", + "tutor:frustration", + "tutor:gigadrain", + "tutor:headbutt", + "tutor:helpinghand", + "tutor:hiddenpower", + "tutor:leechseed", + "tutor:megadrain", + "tutor:mimic", + "tutor:poisonpowder", + "tutor:protect", + "tutor:rest", + "tutor:return", + "tutor:seedbomb", + "tutor:sleeppowder", + "tutor:sleeptalk", + "tutor:snore", + "tutor:solarbeam", + "tutor:splash", + "tutor:stunspore", + "tutor:substitute", + "tutor:sunnyday", + "tutor:swagger", + "tutor:sweetscent", + "tutor:swordsdance", + "tutor:synthesis", + "tutor:tackle", + "tutor:tailwhip", + "tutor:toxic", + "tutor:worryseed" + ], + "labels": [ + "gen2" + ], + "pokedex": [ + "cobblemon.species.skiploom.desc" + ], + "preEvolution": "hoppip", + "evolutions": [ + { + "id": "skiploom_jumpluff", + "variant": "level_up", + "result": "jumpluff", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 27 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "height": 6, + "weight": 10, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 2, + "entries": [ + { + "item": "minecraft:sunflower" + }, + { + "item": "cobblemon:yache_berry", + "percentage": 5.0 + } + ] + } + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/unown.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/unown.json new file mode 100644 index 0000000..eeedc36 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/unown.json @@ -0,0 +1,54 @@ +{ + "implemented": true, + "name": "Unown", + "nationalPokedexNumber": 201, + "primaryType": "psychic", + "abilities": ["levitate"], + "baseStats": { + "hp": 48, + "attack": 72, + "defence": 48, + "special_attack": 72, + "special_defence": 48, + "speed": 48 + }, + "catchRate": 225, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 118, + "experienceGroup": "medium_fast", + "eggCycles": 40, + "eggGroups": ["undiscovered"], + "moves": ["1:hiddenpower", "tm:hiddenpower", "tutor:hiddenpower"], + "labels": ["gen2"], + "pokedex": ["cobblemon.species.unown.desc"], + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 0, + "attack": 1, + "defence": 0, + "special_attack": 1, + "special_defence": 0, + "speed": 0 + }, + "height": 5, + "weight": 50, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 1, + "entries": [ + { + "item": "minecraft:ender_pearl", + "quantityRange": "0-1" + } + ] + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/absol.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/absol.json new file mode 100644 index 0000000..975a032 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/absol.json @@ -0,0 +1,263 @@ +{ + "implemented": true, + "name": "Absol", + "nationalPokedexNumber": 359, + "primaryType": "dark", + "abilities": ["pressure", "superluck", "h:justified"], + "baseStats": { + "hp": 65, + "attack": 130, + "defence": 60, + "special_attack": 75, + "special_defence": 60, + "speed": 75 + }, + "catchRate": 30, + "maleRatio": 0.5, + "shoulderMountable": false, + "forms": [ + { + "name": "Mega", + "primaryType": "dark", + "abilities": ["magicbounce"], + "baseStats": { + "hp": 65, + "attack": 150, + "defence": 60, + "special_attack": 115, + "special_defence": 60, + "speed": 115 + }, + "catchRate": 30, + "maleRatio": 0.5, + "baseExperienceYield": 163, + "baseFriendship": 35, + "evYield": { + "hp": 0, + "attack": 2, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "medium_slow", + "eggCycles": 25, + "eggGroups": ["field"], + "labels": ["gen6", "mega"], + "aspects": ["mega"], + "height": 12, + "weight": 490, + "cannotDynamax": false, + "battleOnly": true + } + ], + "baseExperienceYield": 163, + "experienceGroup": "medium_slow", + "eggCycles": 25, + "eggGroups": ["field"], + "moves": [ + "1:feint", + "1:leer", + "1:quickattack", + "1:scratch", + "5:doubleteam", + "10:knockoff", + "10:pursuit", + "15:detect", + "16:bite", + "20:taunt", + "25:slash", + "30:nightslash", + "35:focusenergy", + "37:psychocut", + "40:suckerpunch", + "41:mefirst", + "45:swordsdance", + "49:razorwind", + "50:futuresight", + "55:perishsong", + "egg:assurance", + "egg:batonpass", + "egg:bite", + "egg:curse", + "egg:doubleedge", + "egg:feint", + "egg:feintattack", + "egg:hex", + "egg:magiccoat", + "egg:meanlook", + "egg:mefirst", + "egg:megahorn", + "egg:perishsong", + "egg:playrough", + "egg:punishment", + "egg:substitute", + "egg:suckerpunch", + "egg:zenheadbutt", + "tm:aerialace", + "tm:airslash", + "tm:assurance", + "tm:attract", + "tm:batonpass", + "tm:blizzard", + "tm:bodyslam", + "tm:bounce", + "tm:brutalswing", + "tm:calmmind", + "tm:captivate", + "tm:chargebeam", + "tm:closecombat", + "tm:confide", + "tm:cut", + "tm:darkpulse", + "tm:doubleteam", + "tm:dreameater", + "tm:echoedvoice", + "tm:endure", + "tm:facade", + "tm:falseswipe", + "tm:fireblast", + "tm:flamethrower", + "tm:flash", + "tm:focusenergy", + "tm:foulplay", + "tm:frustration", + "tm:futuresight", + "tm:gigaimpact", + "tm:hail", + "tm:hex", + "tm:hiddenpower", + "tm:honeclaws", + "tm:hyperbeam", + "tm:icebeam", + "tm:icywind", + "tm:incinerate", + "tm:irontail", + "tm:megahorn", + "tm:naturalgift", + "tm:payback", + "tm:playrough", + "tm:protect", + "tm:psychocut", + "tm:psychup", + "tm:raindance", + "tm:rest", + "tm:retaliate", + "tm:return", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:sandstorm", + "tm:secretpower", + "tm:shadowball", + "tm:shadowclaw", + "tm:shockwave", + "tm:sleeptalk", + "tm:snarl", + "tm:snatch", + "tm:snore", + "tm:stoneedge", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:superpower", + "tm:swagger", + "tm:swift", + "tm:swordsdance", + "tm:taunt", + "tm:thief", + "tm:throatchop", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderwave", + "tm:torment", + "tm:toxic", + "tm:waterpulse", + "tm:willowisp", + "tm:xscissor", + "tm:zenheadbutt", + "tutor:bite", + "tutor:bodyslam", + "tutor:bounce", + "tutor:counter", + "tutor:darkpulse", + "tutor:doubleedge", + "tutor:doubleteam", + "tutor:dreameater", + "tutor:endure", + "tutor:feint", + "tutor:foulplay", + "tutor:furycutter", + "tutor:futuresight", + "tutor:headbutt", + "tutor:icywind", + "tutor:irontail", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:leer", + "tutor:magiccoat", + "tutor:megahorn", + "tutor:mimic", + "tutor:mudslap", + "tutor:nightmare", + "tutor:perishsong", + "tutor:psychup", + "tutor:razorwind", + "tutor:rockslide", + "tutor:roleplay", + "tutor:scratch", + "tutor:shockwave", + "tutor:slash", + "tutor:sleeptalk", + "tutor:snatch", + "tutor:snore", + "tutor:spite", + "tutor:substitute", + "tutor:suckerpunch", + "tutor:superpower", + "tutor:swagger", + "tutor:swift", + "tutor:swordsdance", + "tutor:throatchop", + "tutor:thunderwave", + "tutor:waterpulse", + "tutor:wish", + "tutor:zenheadbutt" + ], + "labels": ["gen3"], + "pokedex": ["cobblemon.species.absol.desc"], + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 35, + "evYield": { + "hp": 0, + "attack": 2, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 12, + "weight": 470, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 2, + "entries": [ + { + "item": "cobblemon:razor_claw", + "percentage": 5 + }, + { + "item": "cobblemon:roseli_berry", + "percentage": 5 + } + ] + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/altaria.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/altaria.json new file mode 100644 index 0000000..bfdf2b6 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/altaria.json @@ -0,0 +1,243 @@ +{ + "implemented": true, + "name": "Altaria", + "nationalPokedexNumber": 334, + "primaryType": "dragon", + "secondaryType": "flying", + "abilities": ["naturalcure", "h:cloudnine"], + "baseStats": { + "hp": 75, + "attack": 70, + "defence": 90, + "special_attack": 70, + "special_defence": 105, + "speed": 80 + }, + "catchRate": 45, + "maleRatio": 0.5, + "shoulderMountable": false, + "forms": [ + { + "name": "Mega", + "primaryType": "dragon", + "secondaryType": "fairy", + "abilities": ["pixilate"], + "baseStats": { + "hp": 75, + "attack": 110, + "defence": 110, + "special_attack": 110, + "special_defence": 105, + "speed": 80 + }, + "catchRate": 45, + "maleRatio": 0.5, + "baseExperienceYield": 172, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 2, + "speed": 0 + }, + "experienceGroup": "erratic", + "eggCycles": 20, + "eggGroups": ["flying", "dragon"], + "labels": ["gen6", "mega"], + "aspects": ["mega"], + "height": 15, + "weight": 206, + "cannotDynamax": false, + "battleOnly": true + } + ], + "baseExperienceYield": 172, + "experienceGroup": "erratic", + "eggCycles": 20, + "eggGroups": ["flying", "dragon"], + "moves": [ + "1:astonish", + "1:disarmingvoice", + "1:growl", + "1:mist", + "1:peck", + "1:pluck", + "12:furyattack", + "16:round", + "20:dragonbreath", + "20:naturalgift", + "24:safeguard", + "26:refresh", + "28:sing", + "30:dragondance", + "32:cottonguard", + "38:takedown", + "40:dragonpulse", + "44:moonblast", + "50:perishsong", + "56:skyattack", + "tm:acrobatics", + "tm:aerialace", + "tm:agility", + "tm:alluringvoice", + "tm:attract", + "tm:bodyslam", + "tm:bravebird", + "tm:breakingswipe", + "tm:bulldoze", + "tm:captivate", + "tm:confide", + "tm:dazzlinggleam", + "tm:disarmingvoice", + "tm:doubleedge", + "tm:doubleteam", + "tm:dracometeor", + "tm:dragoncheer", + "tm:dragonclaw", + "tm:dragondance", + "tm:dragonpulse", + "tm:dreameater", + "tm:dualwingbeat", + "tm:earthquake", + "tm:echoedvoice", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:falseswipe", + "tm:featherdance", + "tm:fireblast", + "tm:firespin", + "tm:flamethrower", + "tm:fly", + "tm:frustration", + "tm:gigaimpact", + "tm:haze", + "tm:heatwave", + "tm:helpinghand", + "tm:hiddenpower", + "tm:honeclaws", + "tm:hurricane", + "tm:hyperbeam", + "tm:hypervoice", + "tm:icebeam", + "tm:incinerate", + "tm:irontail", + "tm:naturalgift", + "tm:outrage", + "tm:playrough", + "tm:pluck", + "tm:powerswap", + "tm:protect", + "tm:psychup", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:roar", + "tm:rocksmash", + "tm:roost", + "tm:round", + "tm:safeguard", + "tm:secretpower", + "tm:sleeptalk", + "tm:snore", + "tm:snowscape", + "tm:solarbeam", + "tm:steelwing", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swift", + "tm:tailwind", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:toxic", + "tm:trailblaze", + "tm:uproar", + "tm:willowisp", + "tm:weatherball", + "tm:willowisp", + "tm:wonderroom", + "tutor:aerialace", + "tutor:agility", + "tutor:aircutter", + "tutor:bodyslam", + "tutor:defog", + "tutor:doubleedge", + "tutor:dracometeor", + "tutor:dragonbreath", + "tutor:dragondance", + "tutor:dragonpulse", + "tutor:dreameater", + "tutor:dualwingbeat", + "tutor:endure", + "tutor:falseswipe", + "tutor:fireblast", + "tutor:healbell", + "tutor:heatwave", + "tutor:hypervoice", + "tutor:irontail", + "tutor:mimic", + "tutor:mudslap", + "tutor:naturalgift", + "tutor:ominouswind", + "tutor:outrage", + "tutor:protect", + "tutor:psychup", + "tutor:refresh", + "tutor:roost", + "tutor:skyattack", + "tutor:sleeptalk", + "tutor:snore", + "tutor:solarbeam", + "tutor:substitute", + "tutor:swagger", + "tutor:swift", + "tutor:tailwind", + "tutor:takedown", + "tutor:twister", + "tutor:uproar", + "tutor:wonderroom" + ], + "labels": ["gen3"], + "pokedex": ["cobblemon.species.altaria.desc"], + "preEvolution": "swablu", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 2, + "speed": 0 + }, + "height": 11, + "weight": 206, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 4, + "entries": [ + { + "item": "minecraft:white_wool", + "quantityRange": "1-2" + }, + { + "item": "minecraft:chicken" + }, + { + "item": "cobblemon:yache_berry", + "percentage": 5 + } + ] + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/azurill.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/azurill.json new file mode 100644 index 0000000..12c3ee2 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/azurill.json @@ -0,0 +1,179 @@ +{ + "implemented": true, + "name": "Azurill", + "nationalPokedexNumber": 298, + "primaryType": "normal", + "secondaryType": "fairy", + "abilities": [ + "thickfat", + "hugepower", + "h:sapsipper" + ], + "baseStats": { + "hp": 50, + "attack": 20, + "defence": 40, + "special_attack": 20, + "special_defence": 40, + "speed": 20 + }, + "catchRate": 150, + "maleRatio": 0.25, + "shoulderMountable": false, + "baseExperienceYield": 38, + "experienceGroup": "fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:splash", + "1:tailwhip", + "1:watergun", + "3:helpinghand", + "5:watersport", + "6:bubblebeam", + "7:bubble", + "9:charm", + "12:slam", + "15:bounce", + "egg:aquajet", + "egg:bellydrum", + "egg:bodyslam", + "egg:camouflage", + "egg:copycat", + "egg:encore", + "egg:faketears", + "egg:muddywater", + "egg:perishsong", + "egg:present", + "egg:refresh", + "egg:sing", + "egg:slam", + "egg:soak", + "egg:supersonic", + "egg:tickle", + "egg:watersport", + "tm:alluringvoice", + "tm:attract", + "tm:blizzard", + "tm:bodyslam", + "tm:bounce", + "tm:brutalswing", + "tm:captivate", + "tm:charm", + "tm:confide", + "tm:doubleteam", + "tm:drainingkiss", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:frustration", + "tm:hail", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hypervoice", + "tm:icebeam", + "tm:icywind", + "tm:irontail", + "tm:lightscreen", + "tm:muddywater", + "tm:mudshot", + "tm:mudslap", + "tm:naturalgift", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:round", + "tm:scald", + "tm:secretpower", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:takedown", + "tm:terablast", + "tm:toxic", + "tm:uproar", + "tm:waterfall", + "tm:waterpulse", + "tm:whirlpool", + "tm:workup", + "tutor:bodyslam", + "tutor:bounce", + "tutor:covet", + "tutor:defensecurl", + "tutor:doubleedge", + "tutor:endure", + "tutor:headbutt", + "tutor:helpinghand", + "tutor:hypervoice", + "tutor:icywind", + "tutor:irontail", + "tutor:knockoff", + "tutor:mimic", + "tutor:mudslap", + "tutor:rollout", + "tutor:sleeptalk", + "tutor:snore", + "tutor:substitute", + "tutor:swagger", + "tutor:swift", + "tutor:uproar", + "tutor:waterpulse" + ], + "labels": [ + "gen3", + "baby" + ], + "pokedex": [ + "cobblemon.species.azurill.desc" + ], + "evolutions": [ + { + "id": "azurill_marill", + "variant": "level_up", + "result": "marill", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "friendship", + "amount": 160 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 1, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 2, + "weight": 20, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:kebia_berry", + "percentage": 2.5 + } + ] + } + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/banette.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/banette.json new file mode 100644 index 0000000..9cbce5f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/banette.json @@ -0,0 +1,225 @@ +{ + "implemented": true, + "name": "Banette", + "nationalPokedexNumber": 354, + "primaryType": "ghost", + "abilities": ["insomnia", "frisk", "h:cursedbody"], + "baseStats": { + "hp": 64, + "attack": 115, + "defence": 65, + "special_attack": 83, + "special_defence": 63, + "speed": 65 + }, + "catchRate": 45, + "maleRatio": 0.5, + "shoulderMountable": false, + "forms": [ + { + "name": "Mega", + "primaryType": "ghost", + "abilities": ["prankster"], + "baseStats": { + "hp": 64, + "attack": 165, + "defence": 75, + "special_attack": 93, + "special_defence": 83, + "speed": 75 + }, + "catchRate": 45, + "maleRatio": 0.5, + "baseExperienceYield": 159, + "baseFriendship": 35, + "evYield": { + "hp": 0, + "attack": 2, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "fast", + "eggCycles": 25, + "eggGroups": ["amorphous"], + "labels": ["gen6", "mega"], + "aspects": ["mega"], + "height": 12, + "weight": 130, + "cannotDynamax": false, + "battleOnly": true + } + ], + "baseExperienceYield": 159, + "experienceGroup": "fast", + "eggCycles": 25, + "eggGroups": ["amorphous"], + "moves": [ + "1:knockoff", + "1:nightshade", + "1:screech", + "1:spite", + "16:willowisp", + "19:feintattack", + "19:shadowsneak", + "22:hex", + "26:curse", + "30:shadowball", + "34:embargo", + "34:roleplay", + "40:suckerpunch", + "46:snatch", + "46:trick", + "52:grudge", + "53:phantomforce", + "tm:attract", + "tm:burningjealousy", + "tm:calmmind", + "tm:captivate", + "tm:chargebeam", + "tm:confide", + "tm:confuseray", + "tm:curse", + "tm:darkpulse", + "tm:dazzlinggleam", + "tm:doubleteam", + "tm:dreameater", + "tm:embargo", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:flash", + "tm:fling", + "tm:foulplay", + "tm:frustration", + "tm:gigaimpact", + "tm:gunkshot", + "tm:helpinghand", + "tm:hex", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:icywind", + "tm:imprison", + "tm:infestation", + "tm:knockoff", + "tm:lashout", + "tm:metronome", + "tm:nastyplot", + "tm:naturalgift", + "tm:nightshade", + "tm:painsplit", + "tm:payback", + "tm:phantomforce", + "tm:poltergeist", + "tm:pounce", + "tm:protect", + "tm:psybeam", + "tm:psychic", + "tm:psychup", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:round", + "tm:scaryface", + "tm:secretpower", + "tm:shadowball", + "tm:shadowclaw", + "tm:shockwave", + "tm:skillswap", + "tm:skittersmack", + "tm:sleeptalk", + "tm:snatch", + "tm:spite", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swordsdance", + "tm:taunt", + "tm:telekinesis", + "tm:terablast", + "tm:thief", + "tm:throatchop", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderwave", + "tm:torment", + "tm:toxic", + "tm:trailblaze", + "tm:trick", + "tm:trickroom", + "tm:willowisp", + "tutor:allyswitch", + "tutor:bodyslam", + "tutor:cottonguard", + "tutor:curse", + "tutor:darkpulse", + "tutor:doubleedge", + "tutor:dreameater", + "tutor:endure", + "tutor:feintattack", + "tutor:foulplay", + "tutor:gunkshot", + "tutor:headbutt", + "tutor:helpinghand", + "tutor:hex", + "tutor:icywind", + "tutor:knockoff", + "tutor:magiccoat", + "tutor:magicroom", + "tutor:metronome", + "tutor:mimic", + "tutor:mudslap", + "tutor:nightmare", + "tutor:ominouswind", + "tutor:painsplit", + "tutor:psychup", + "tutor:roleplay", + "tutor:shadowball", + "tutor:shockwave", + "tutor:skillswap", + "tutor:sleeptalk", + "tutor:snatch", + "tutor:snore", + "tutor:spite", + "tutor:substitute", + "tutor:suckerpunch", + "tutor:swagger", + "tutor:telekinesis", + "tutor:throatchop", + "tutor:thunderwave", + "tutor:trick" + ], + "labels": ["gen3"], + "pokedex": ["cobblemon.species.banette.desc"], + "preEvolution": "shuppet", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 35, + "evYield": { + "hp": 0, + "attack": 2, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 11, + "weight": 125, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:spell_tag", + "percentage": 5 + } + ] + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/delcatty.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/delcatty.json new file mode 100644 index 0000000..82886a2 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/delcatty.json @@ -0,0 +1,156 @@ +{ + "implemented": true, + "name": "Delcatty", + "nationalPokedexNumber": 301, + "primaryType": "normal", + "abilities": [ + "cutecharm", + "normalize", + "h:wonderskin" + ], + "baseStats": { + "hp": 70, + "attack": 65, + "defence": 65, + "special_attack": 55, + "special_defence": 55, + "speed": 90 + }, + "catchRate": 60, + "maleRatio": 0.25, + "shoulderMountable": false, + "baseExperienceYield": 140, + "experienceGroup": "fast", + "eggCycles": 15, + "eggGroups": [ + "field", + "fairy" + ], + "moves": [ + "1:attract", + "1:doubleslap", + "1:fakeout", + "1:growl", + "1:sing", + "tm:attract", + "tm:blizzard", + "tm:calmmind", + "tm:captivate", + "tm:chargebeam", + "tm:confide", + "tm:dig", + "tm:doubleteam", + "tm:dreameater", + "tm:echoedvoice", + "tm:endure", + "tm:facade", + "tm:flash", + "tm:frustration", + "tm:gigaimpact", + "tm:grassknot", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:icebeam", + "tm:irontail", + "tm:naturalgift", + "tm:payback", + "tm:protect", + "tm:psychup", + "tm:raindance", + "tm:rest", + "tm:retaliate", + "tm:return", + "tm:rocksmash", + "tm:round", + "tm:safeguard", + "tm:secretpower", + "tm:shadowball", + "tm:shockwave", + "tm:sleeptalk", + "tm:solarbeam", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderwave", + "tm:toxic", + "tm:waterpulse", + "tm:wildcharge", + "tm:workup", + "tutor:attract", + "tutor:bodyslam", + "tutor:covet", + "tutor:defensecurl", + "tutor:doubleedge", + "tutor:dreameater", + "tutor:endure", + "tutor:headbutt", + "tutor:healbell", + "tutor:helpinghand", + "tutor:hypervoice", + "tutor:icywind", + "tutor:irontail", + "tutor:laserfocus", + "tutor:lastresort", + "tutor:mimic", + "tutor:mudslap", + "tutor:psychup", + "tutor:rollout", + "tutor:secretpower", + "tutor:shockwave", + "tutor:sleeptalk", + "tutor:snore", + "tutor:stompingtantrum", + "tutor:substitute", + "tutor:suckerpunch", + "tutor:swagger", + "tutor:sweetkiss", + "tutor:swift", + "tutor:thunderwave", + "tutor:uproar", + "tutor:waterpulse", + "tutor:zenheadbutt" + ], + "labels": [ + "gen3" + ], + "pokedex": [ + "cobblemon.species.delcatty.desc" + ], + "preEvolution": "skitty", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 1, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 1 + }, + "height": 11, + "weight": 326, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 2, + "entries": [ + { + "item": "cobblemon:silk_scarf", + "percentage": 5.0 + }, + { + "item": "cobblemon:pecha_berry", + "percentage": 5.0 + } + ] + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/deoxys.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/deoxys.json new file mode 100644 index 0000000..5584c5a --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/deoxys.json @@ -0,0 +1,601 @@ +{ + "implemented": true, + "name": "Deoxys", + "nationalPokedexNumber": 386, + "primaryType": "psychic", + "abilities": [ + "pressure" + ], + "baseStats": { + "hp": 50, + "attack": 150, + "defence": 50, + "special_attack": 150, + "special_defence": 50, + "speed": 150 + }, + "features": [ + "deoxysattack", + "deoxysdefense", + "deoxysspeed" + ], + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": false, + "depth": "normal", + "light": "0-4" +}, + "moving": { +"fly": { + "canFly": true, + "flySpeedHorizontal": 0.4 + }, + "walk": { + "walkSpeed": 0.4 + } +} + }, + "catchRate": 3, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 270, + "baseFriendship": 0, + "baseScale": 0.6, + "hitbox": { + "width": 2, + "height": 3.7, + "fixed": false + }, + "evYield": { + "hp": 0, + "attack": 1, + "defence": 0, + "special_attack": 1, + "special_defence": 0, + "speed": 1 + }, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:leer", + "1:wrap", + "7:nightshade", + "13:doubleteam", + "13:teleport", + "19:knockoff", + "19:taunt", + "25:psyshock", + "25:pursuit", + "25:spikes", + "31:psychic", + "37:gravity", + "37:protect", + "37:snatch", + "37:superpower", + "37:swift", + "43:psychoshift", + "43:skillswap", + "49:zenheadbutt", + "55:agility", + "55:amnesia", + "55:cosmicpower", + "55:irondefense", + "61:recover", + "61:zapcannon", + "67:psychoboost", + "73:counter", + "73:extremespeed", + "73:hyperbeam", + "73:mirrorcoat", + "tm:aerialace", + "tm:agility", + "tm:allyswitch", + "tm:amnesia", + "tm:avalanche", + "tm:brickbreak", + "tm:brutalswing", + "tm:calmmind", + "tm:chargebeam", + "tm:confide", + "tm:cut", + "tm:darkpulse", + "tm:doubleteam", + "tm:drainpunch", + "tm:dreameater", + "tm:endure", + "tm:energyball", + "tm:expandingforce", + "tm:facade", + "tm:firepunch", + "tm:flash", + "tm:flashcannon", + "tm:fling", + "tm:focusblast", + "tm:focuspunch", + "tm:frustration", + "tm:futuresight", + "tm:gigaimpact", + "tm:grassknot", + "tm:gravity", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:icebeam", + "tm:icepunch", + "tm:icywind", + "tm:imprison", + "tm:irondefense", + "tm:knockoff", + "tm:lightscreen", + "tm:lowkick", + "tm:lowsweep", + "tm:meteorbeam", + "tm:nastyplot", + "tm:naturalgift", + "tm:nightshade", + "tm:painsplit", + "tm:poisonjab", + "tm:poweruppunch", + "tm:protect", + "tm:psybeam", + "tm:psychic", + "tm:psychicnoise", + "tm:psychicterrain", + "tm:psychup", + "tm:psyshock", + "tm:raindance", + "tm:recycle", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:safeguard", + "tm:scaryface", + "tm:secretpower", + "tm:shadowball", + "tm:shockwave", + "tm:skillswap", + "tm:sleeptalk", + "tm:snatch", + "tm:solarbeam", + "tm:spikes", + "tm:stealthrock", + "tm:stompingtantrum", + "tm:storedpower", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:taunt", + "tm:telekinesis", + "tm:terablast", + "tm:throatchop", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:torment", + "tm:toxic", + "tm:trick", + "tm:trickroom", + "tm:waterpulse", + "tm:zenheadbutt", + "tutor:allyswitch", + "tutor:bind", + "tutor:bodyslam", + "tutor:cosmicpower", + "tutor:counter", + "tutor:darkpulse", + "tutor:detect", + "tutor:doubleedge", + "tutor:doubleteam", + "tutor:drainpunch", + "tutor:dreameater", + "tutor:dynamicpunch", + "tutor:endure", + "tutor:extremespeed", + "tutor:firepunch", + "tutor:focuspunch", + "tutor:gravity", + "tutor:headbutt", + "tutor:hyperbeam", + "tutor:icepunch", + "tutor:icywind", + "tutor:irondefense", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:leer", + "tutor:lowkick", + "tutor:magiccoat", + "tutor:megakick", + "tutor:megapunch", + "tutor:meteormash", + "tutor:mimic", + "tutor:mirrorcoat", + "tutor:mudslap", + "tutor:nastyplot", + "tutor:nightmare", + "tutor:nightshade", + "tutor:psychic", + "tutor:psychoboost", + "tutor:psychup", + "tutor:pursuit", + "tutor:recover", + "tutor:recycle", + "tutor:rockslide", + "tutor:roleplay", + "tutor:seismictoss", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:skillswap", + "tutor:sleeptalk", + "tutor:snatch", + "tutor:snore", + "tutor:spikes", + "tutor:stealthrock", + "tutor:stompingtantrum", + "tutor:substitute", + "tutor:superpower", + "tutor:swagger", + "tutor:swift", + "tutor:taunt", + "tutor:telekinesis", + "tutor:throatchop", + "tutor:thunderpunch", + "tutor:thunderwave", + "tutor:trick", + "tutor:waterpulse", + "tutor:wonderroom", + "tutor:wrap", + "tutor:zapcannon", + "tutor:zenheadbutt" + ], + "labels": [ + "gen3", + "mythical", + "legendary" + ], + "pokedex": [ + "cobblemon.species.deoxys.desc" + ], + + "height": 17, + "weight": 608, + "evolutions": [ + { + "id": "deoxys_deoxysspeed", + "variant": "level_up", + "result": "deoxys deoxysspeed=true", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "held_item", + "itemCondition": "minecraft:chorus_fruit" + } + ] + }, + { + "id": "deoxys_deoxysattack", + "variant": "level_up", + "result": "deoxys deoxysattack=true", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "held_item", + "itemCondition": "minecraft:end_crystal" + } + ] +}, +{ + "id": "deoxys_deoxysdefense", + "variant": "level_up", + "result": "deoxys deoxysdefense=true", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "held_item", + "itemCondition": "minecraft:shulker_shell" + } +] +} + ], + "forms": [ + { + "name": "Deoxys-Attack", + "primaryType": "psychic", + "abilities": [ + "pressure" + ], + "baseStats": { + "hp": 50, + "attack": 180, + "defence": 20, + "special_attack": 180, + "special_defence": 20, + "speed": 150 + }, + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": false, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "fly": { + "canFly": true, + "flySpeedHorizontal": 0.4 + }, + "walk": { + "walkSpeed": 0.4 + } + } + }, + "catchRate": 3, + "maleRatio": -1, + "baseExperienceYield": 270, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 2, + "defence": 0, + "special_attack": 1, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "labels": [ + "gen3", + "mythical", + "legendary" + ], + "evolutions": [ + { + "id": "deoxysattack_deoxys", + "variant": "level_up", + "result": "deoxys deoxysattack=false", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "held_item", + "itemCondition": "minecraft:end_stone" + } + ] + } + ], + "aspects": [ + "deoxysattack" + + ], + "height": 17, + "weight": 608, + "cannotDynamax": false, + "battleOnly": false, + "drops": { + "amount": 6, + "entries": [ + { + "item": "cobblemon:rare_candy", + "quantityRange": "5-10" + }, + { + "item": "minecraft:end_crystal", + "percentage": 33.3 + }, + { + "item": "minecraft:chorus_fruit", + "percentage": 33.3 + }, + { + "item": "minecraft:shulker_shell", + "percentage": 33.3 + }, + { + "item": "cobblemon:ability_capsule", + "percentage": 25.0 + }, + { + "item": "cobblemon:ability_patch", + "percentage": 5.0 + } + ] + } + }, + { + "name": "Deoxys-Defense", + "primaryType": "psychic", + "abilities": [ + "pressure" + ], + "baseStats": { + "hp": 50, + "attack": 70, + "defence": 160, + "special_attack": 70, + "special_defence": 160, + "speed": 90 + }, + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": false, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "fly": { + "canFly": true, + "flySpeedHorizontal": 0.3 + }, + "walk": { + "walkSpeed": 0.3 + } + } + }, + "catchRate": 3, + "maleRatio": -1, + "baseExperienceYield": 270, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 2, + "special_attack": 0, + "special_defence": 1, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "labels": [ + "gen3", + "mythical", + "legendary" + ], + "evolutions": [ + { + "id": "deoxysdefense_deoxys", + "variant": "level_up", + "result": "deoxys deoxys deoxysdefense=false", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "held_item", + "itemCondition": "minecraft:end_stone" + } + ] + } + ], + "aspects": [ + "deoxysdefense" + ], + "height": 17, + "weight": 608, + "cannotDynamax": false, + "battleOnly": false, + "drops": { + "amount": 5, + "entries": [ + { + "item": "minecraft:eye_of_ender", + "quantityRange": "3-5" + } + ] + } + }, + { + "name": "Deoxys-Speed", + "primaryType": "psychic", + "abilities": [ + "pressure" + ], + "baseStats": { + "hp": 50, + "attack": 95, + "defence": 90, + "special_attack": 95, + "special_defence": 90, + "speed": 180 + }, + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": false, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "fly": { + "canFly": true, + "flySpeedHorizontal": 0.6 + }, + "walk": { + "walkSpeed": 0.9 + } + } + }, + "catchRate": 3, + "maleRatio": -1, + "baseExperienceYield": 270, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 3 + }, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "labels": [ + "gen3", + "mythical", + "legendary" + ], + "evolutions": [ + { + "id": "deoxysspeed_deoxys", + "variant": "level_up", + "result": "deoxys deoxysspeed=false", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "held_item", + "itemCondition": "minecraft:end_stone" + } + ] + } + ], + "aspects": [ + "deoxysspeed" + ], + "height": 17, + "weight": 608, + "cannotDynamax": false, + "battleOnly": false, + "drops": { + "amount": 5, + "entries": [ + { + "item": "minecraft:eye_of_ender", + "quantityRange": "3-5" + } + ] + } + } + ], + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 1, + "entries": [ + { + "item": "minecraft:eye_of_ender" + } + ] + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/feebas.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/feebas.json new file mode 100644 index 0000000..6d1c96f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/feebas.json @@ -0,0 +1,152 @@ +{ + "implemented": true, + "name": "Feebas", + "nationalPokedexNumber": 349, + "primaryType": "water", + "abilities": ["swiftswim", "oblivious", "h:adaptability"], + "baseStats": { + "hp": 20, + "attack": 15, + "defence": 20, + "special_attack": 10, + "special_defence": 55, + "speed": 80 + }, + "catchRate": 255, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 40, + "experienceGroup": "erratic", + "eggCycles": 20, + "eggGroups": ["water_1", "dragon"], + "moves": [ + "1:splash", + "15:tackle", + "25:flail", + "egg:brine", + "egg:captivate", + "egg:confuseray", + "egg:dragonbreath", + "egg:dragonpulse", + "egg:haze", + "egg:hypnosis", + "egg:irontail", + "egg:lightscreen", + "egg:mirrorcoat", + "egg:mist", + "egg:mudsport", + "egg:tickle", + "tm:attract", + "tm:blizzard", + "tm:brine", + "tm:captivate", + "tm:chillingwater", + "tm:confide", + "tm:confuseray", + "tm:dive", + "tm:doubleedge", + "tm:doubleteam", + "tm:dragonpulse", + "tm:endure", + "tm:facade", + "tm:frustration", + "tm:hail", + "tm:haze", + "tm:hiddenpower", + "tm:icebeam", + "tm:icywind", + "tm:irontail", + "tm:lightscreen", + "tm:muddywater", + "tm:mudshot", + "tm:naturalgift", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:round", + "tm:scald", + "tm:scaleshot", + "tm:secretpower", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:terablast", + "tm:toxic", + "tm:waterfall", + "tm:waterpulse", + "tm:whirlpool", + "tutor:captivate", + "tutor:dive", + "tutor:doubleedge", + "tutor:dragonpulse", + "tutor:endure", + "tutor:icywind", + "tutor:irontail", + "tutor:mimic", + "tutor:mirrorcoat", + "tutor:scaleshot", + "tutor:sleeptalk", + "tutor:snore", + "tutor:splash", + "tutor:substitute", + "tutor:swagger", + "tutor:swift", + "tutor:waterpulse" + ], + "labels": ["gen3"], + "pokedex": ["cobblemon.species.feebas.desc"], + "evolutions": [ + { + "id": "feebas_milotic", + "variant": "trade", + "result": "milotic", + "consumeHeldItem": true, + "learnableMoves": ["waterpulse"], + "requirements": [ + { + "variant": "held_item", + "itemCondition": "cobblemon:prism_scale" + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 1 + }, + "height": 6, + "weight": 74, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 3, + "entries": [ + { + "item": "minecraft:salmon" + }, + { + "item": "minecraft:bone_meal", + "percentage": 5 + }, + { + "item": "cobblemon:prism_scale", + "percentage": 2.5 + } + ] + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/glalie.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/glalie.json new file mode 100644 index 0000000..9f95bf0 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/glalie.json @@ -0,0 +1,207 @@ +{ + "implemented": true, + "name": "Glalie", + "nationalPokedexNumber": 362, + "primaryType": "ice", + "abilities": ["innerfocus", "icebody", "h:moody"], + "baseStats": { + "hp": 80, + "attack": 80, + "defence": 80, + "special_attack": 80, + "special_defence": 80, + "speed": 80 + }, + "catchRate": 75, + "maleRatio": 0.5, + "shoulderMountable": false, + "forms": [ + { + "name": "Mega", + "primaryType": "ice", + "abilities": ["refrigerate"], + "baseStats": { + "hp": 80, + "attack": 120, + "defence": 80, + "special_attack": 120, + "special_defence": 80, + "speed": 100 + }, + "catchRate": 75, + "maleRatio": 0.5, + "baseExperienceYield": 168, + "baseFriendship": 50, + "evYield": { + "hp": 2, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": ["fairy", "mineral"], + "labels": ["gen6", "mega"], + "aspects": ["mega"], + "height": 21, + "weight": 3502, + "cannotDynamax": false, + "battleOnly": true + } + ], + "baseExperienceYield": 168, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": ["fairy", "mineral"], + "moves": [ + "1:astonish", + "1:doubleteam", + "1:freezedry", + "1:headbutt", + "1:leer", + "1:powdersnow", + "1:sheercold", + "15:iceshard", + "20:protect", + "25:icywind", + "30:frostbreath", + "35:bite", + "37:icebeam", + "40:icefang", + "47:hail", + "47:snowscape", + "54:weatherball", + "61:crunch", + "68:blizzard", + "tm:attract", + "tm:avalanche", + "tm:blizzard", + "tm:bodyslam", + "tm:bulldoze", + "tm:captivate", + "tm:chillingwater", + "tm:confide", + "tm:crunch", + "tm:darkpulse", + "tm:doubleteam", + "tm:earthquake", + "tm:endure", + "tm:explosion", + "tm:facade", + "tm:faketears", + "tm:flash", + "tm:foulplay", + "tm:frostbreath", + "tm:frustration", + "tm:gigaimpact", + "tm:gyroball", + "tm:hail", + "tm:helpinghand", + "tm:hex", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:icebeam", + "tm:icefang", + "tm:icespinner", + "tm:iciclespear", + "tm:icywind", + "tm:ironhead", + "tm:lightscreen", + "tm:naturalgift", + "tm:payback", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:round", + "tm:safeguard", + "tm:scaryface", + "tm:secretpower", + "tm:selfdestruct", + "tm:shadowball", + "tm:sleeptalk", + "tm:snore", + "tm:snowscape", + "tm:spikes", + "tm:spite", + "tm:substitute", + "tm:swagger", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:torment", + "tm:toxic", + "tm:trailblaze", + "tm:waterpulse", + "tm:weatherball", + "tutor:block", + "tutor:bodyslam", + "tutor:darkpulse", + "tutor:defensecurl", + "tutor:doubleedge", + "tutor:endure", + "tutor:explosion", + "tutor:headbutt", + "tutor:icywind", + "tutor:ironhead", + "tutor:laserfocus", + "tutor:mimic", + "tutor:rollout", + "tutor:selfdestruct", + "tutor:signalbeam", + "tutor:sleeptalk", + "tutor:snore", + "tutor:spite", + "tutor:steelroller", + "tutor:substitute", + "tutor:superfang", + "tutor:swagger", + "tutor:waterpulse" + ], + "labels": ["gen3"], + "pokedex": ["cobblemon.species.glalie.desc"], + "preEvolution": "snorunt", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 2, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 15, + "weight": 2565, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 5, + "entries": [ + { + "item": "minecraft:snowball", + "quantityRange": "0-2" + }, + { + "item": "cobblemon:dawn_stone", + "percentage": 5 + }, + { + "item": "cobblemon:never_melt_ice", + "percentage": 5 + }, + { + "item": "cobblemon:babiri_berry", + "percentage": 5 + } + ] + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/groudon.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/groudon.json new file mode 100644 index 0000000..31df772 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/groudon.json @@ -0,0 +1,341 @@ +{ + "implemented": true, + "name": "Groudon", + "nationalPokedexNumber": 383, + "primaryType": "ground", + "abilities": [ + "drought" + ], + "baseStats": { + "hp": 100, + "attack": 150, + "defence": 140, + "special_attack": 100, + "special_defence": 90, + "speed": 90 + }, + "catchRate": 3, + "maleRatio": -1, + "shoulderMountable": false, + "features": ["primal"], + "forms": [ + { + "name": "Primal", + "primaryType": "ground", + "secondaryType": "fire", + "abilities": [ + "desolateland" + ], + "baseStats": { + "hp": 100, + "attack": 180, + "defence": 160, + "special_attack": 150, + "special_defence": 90, + "speed": 90 + }, + "catchRate": 3, + "maleRatio": -1, + "baseExperienceYield": 335, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "labels": [ + "gen6", + "primal", + "legendary" + ], + "aspects": [ + "primal" + ], + "height": 50, + "weight": 9997, + "cannotDynamax": false, + "battleOnly": false, + "baseScale":1.5, + "evolutions": [ + { + "id": "groudon_normal", + "variant": "level_up", + "result": "groudon primal=false", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "held_item", + "itemCondition": "cobblemon:flame_orb" + } + ] + } +] + } + ], + "baseExperienceYield": 335, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:ancientpower", + "1:lavaplume", + "1:mudshot", + "1:precipiceblades", + "1:scaryface", + "9:earthpower", + "18:bulkup", + "20:slash", + "27:earthquake", + "36:hammerarm", + "45:fissure", + "54:rest", + "72:fireblast", + "81:solarbeam", + "90:eruption", + "tm:aerialace", + "tm:bodypress", + "tm:bodyslam", + "tm:brickbreak", + "tm:brutalswing", + "tm:bulkup", + "tm:bulldoze", + "tm:confide", + "tm:crunch", + "tm:cut", + "tm:dig", + "tm:doubleedge", + "tm:doubleteam", + "tm:dragonclaw", + "tm:dragonpulse", + "tm:dragontail", + "tm:earthpower", + "tm:earthquake", + "tm:endure", + "tm:facade", + "tm:fireblast", + "tm:firefang", + "tm:firepunch", + "tm:flamethrower", + "tm:fling", + "tm:focusblast", + "tm:focuspunch", + "tm:frustration", + "tm:gigaimpact", + "tm:heatcrash", + "tm:heatwave", + "tm:heavyslam", + "tm:helpinghand", + "tm:hiddenpower", + "tm:highhorsepower", + "tm:honeclaws", + "tm:hyperbeam", + "tm:incinerate", + "tm:ironhead", + "tm:irontail", + "tm:megakick", + "tm:megapunch", + "tm:metalclaw", + "tm:mudshot", + "tm:mudslap", + "tm:naturalgift", + "tm:overheat", + "tm:poweruppunch", + "tm:protect", + "tm:psychup", + "tm:rest", + "tm:return", + "tm:roar", + "tm:rockblast", + "tm:rockclimb", + "tm:rockpolish", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:safeguard", + "tm:sandstorm", + "tm:sandtomb", + "tm:scaryface", + "tm:scorchingsands", + "tm:secretpower", + "tm:shadowclaw", + "tm:shockwave", + "tm:sleeptalk", + "tm:smackdown", + "tm:snore", + "tm:solarbeam", + "tm:spikes", + "tm:stealthrock", + "tm:stompingtantrum", + "tm:stoneedge", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swordsdance", + "tm:takedown", + "tm:terablast", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:uproar", + "tm:willowisp", + "tm:zenheadbutt", + "tutor:ancientpower", + "tutor:block", + "tutor:bodyslam", + "tutor:bulkup", + "tutor:counter", + "tutor:defensecurl", + "tutor:doubleedge", + "tutor:dragonpulse", + "tutor:dynamicpunch", + "tutor:earthpower", + "tutor:endure", + "tutor:eruption", + "tutor:fireblast", + "tutor:firepunch", + "tutor:furycutter", + "tutor:headbutt", + "tutor:ironhead", + "tutor:irontail", + "tutor:lavaplume", + "tutor:megakick", + "tutor:megapunch", + "tutor:mimic", + "tutor:mudslap", + "tutor:precipiceblades", + "tutor:psychup", + "tutor:rockslide", + "tutor:rollout", + "tutor:scaryface", + "tutor:scorchingsands", + "tutor:seismictoss", + "tutor:shockwave", + "tutor:slash", + "tutor:sleeptalk", + "tutor:snore", + "tutor:solarbeam", + "tutor:stealthrock", + "tutor:stompingtantrum", + "tutor:substitute", + "tutor:swagger", + "tutor:swift", + "tutor:swordsdance", + "tutor:thunderpunch", + "tutor:thunderwave", + "tutor:uproar" + ], + "labels": [ + "gen3", + "legendary" + ], + "pokedex": [ + "cobblemon.species.groudon.desc" + ], + "behaviour": { + "moving": { + "canLook": true, + "walk": { + "walkSpeed": 0.2, + "canWalk": true, + "avoidsLand": false + }, + "fly": { + "canFly": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": false, + "canBreatheUnderwater": false + } + } +}, +"evolutions": [ + { + "id": "groudon_primal", + "variant": "level_up", + "result": "groudon primal", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "held_item", + "itemCondition": "cobblemon:flame_orb" + } + ] + } +], + "baseScale": 1, + "hitbox": { + "width": 5.5, + "height": 6, + "fixed": false + }, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 35, + "weight": 9500, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 9, + "entries": [ + { + "item": "cobblemon:rare_candy", + "quantityRange": "5-10" + }, + { + "item": "cobblemon:smooth_rock", + "percentage": 25.0 + }, + { + "item": "cobblemon:heat_rock", + "percentage": 25.0 + }, + { + "item": "cobblemon:hard_stone", + "percentage": 25.0 + }, + { + "item": "cobblemon:soft_sand", + "percentage": 25.0 + }, + { + "item": "cobblemon:flame_orb" + }, + { + "item": "cobblemon:sun_stone", + "quantityRange": "3-9" + }, + { + "item": "cobblemon:ability_capsule", + "percentage": 25.0 + }, + { + "item": "cobblemon:ability_patch", + "percentage": 5.0 + } + ] + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/kyogre.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/kyogre.json new file mode 100644 index 0000000..87ade9a --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/kyogre.json @@ -0,0 +1,286 @@ +{ + "implemented": true, + "name": "Kyogre", + "nationalPokedexNumber": 382, + "primaryType": "water", + "abilities": [ + "drizzle" + ], + "baseStats": { + "hp": 100, + "attack": 100, + "defence": 90, + "special_attack": 150, + "special_defence": 140, + "speed": 90 + }, + "catchRate": 3, + "maleRatio": -1, + "shoulderMountable": false, + "features": ["primal"], + "forms": [ + { + "name": "Primal", + "primaryType": "water", + "abilities": [ + "primordialsea" + ], + "baseStats": { + "hp": 100, + "attack": 150, + "defence": 90, + "special_attack": 180, + "special_defence": 160, + "speed": 90 + }, + "catchRate": 3, + "maleRatio": -1, + "baseExperienceYield": 335, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 3, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "labels": [ + "gen6", + "primal", + "legendary" + ], + "aspects": [ + "primal" + ], + "height": 98, + "weight": 4300, + "cannotDynamax": false, + "battleOnly": false, + "baseScale":1.5, + "evolutions": [ + { + "id": "kyogre_normal", + "variant": "level_up", + "result": "kyogre primal=false", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "held_item", + "itemCondition": "minecraft:heart_of_the_sea" + } + ] + } + ] + } + ], + "baseExperienceYield": 335, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:ancientpower", + "1:bodyslam", + "1:originpulse", + "1:scaryface", + "1:waterpulse", + "9:aquatail", + "18:calmmind", + "27:muddywater", + "36:icebeam", + "45:sheercold", + "50:rest", + "54:aquaring", + "72:hydropump", + "81:doubleedge", + "90:waterspout", + "tm:avalanche", + "tm:blizzard", + "tm:bodyslam", + "tm:brickbreak", + "tm:brine", + "tm:bulldoze", + "tm:calmmind", + "tm:chillingwater", + "tm:confide", + "tm:dive", + "tm:doubleedge", + "tm:doubleteam", + "tm:earthquake", + "tm:endure", + "tm:facade", + "tm:frustration", + "tm:gigaimpact", + "tm:hail", + "tm:heavyslam", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hydropump", + "tm:hyperbeam", + "tm:icebeam", + "tm:icywind", + "tm:ironhead", + "tm:liquidation", + "tm:muddywater", + "tm:naturalgift", + "tm:protect", + "tm:psychup", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:roar", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:safeguard", + "tm:scald", + "tm:scaryface", + "tm:secretpower", + "tm:shockwave", + "tm:sleeptalk", + "tm:snore", + "tm:strength", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:takedown", + "tm:terablast", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderwave", + "tm:toxic", + "tm:uproar", + "tm:waterfall", + "tm:waterpulse", + "tm:whirlpool", + "tutor:ancientpower", + "tutor:aquatail", + "tutor:block", + "tutor:bodyslam", + "tutor:calmmind", + "tutor:defensecurl", + "tutor:dive", + "tutor:doubleedge", + "tutor:endure", + "tutor:headbutt", + "tutor:hydropump", + "tutor:icywind", + "tutor:ironhead", + "tutor:liquidation", + "tutor:mimic", + "tutor:mudslap", + "tutor:originpulse", + "tutor:psychup", + "tutor:rest", + "tutor:rockslide", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:sleeptalk", + "tutor:snore", + "tutor:substitute", + "tutor:surf", + "tutor:swagger", + "tutor:swift", + "tutor:thunder", + "tutor:thunderwave", + "tutor:uproar", + "tutor:waterpulse", + "tutor:waterspout" + ], + "labels": [ + "gen3", + "legendary" + ], + "pokedex": [ + "cobblemon.species.kyogre.desc" + ], + "evolutions": [ + { + "id": "kyogre_primal", + "variant": "level_up", + "result": "kyogre primal", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "held_item", + "itemCondition": "minecraft:heart_of_the_sea" + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 10, + "height": 2.1, + "fixed": false + }, + "behaviour": { + "moving": { + "canLook": true, + "walk": { + "walkSpeed": 0.2, + "canWalk": true, + "avoidsLand": false + }, + "fly": { + "canFly": false + }, + "swim": { + "swimSpeed": 0.5, + "canSwimInWater": true, + "canBreatheUnderwater": true + } + } +}, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 3, + "special_defence": 0, + "speed": 0 + }, + "height": 45, + "weight": 3520, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 6, + "entries": [ + { + "item": "cobblemon:rare_candy", + "quantityRange": "5-10" + }, + { + "item": "minecraft:heart_of_the_sea" + }, + { + "item": "cobblemon:water_stone", + "quantityRange": "3-9" + }, + { + "item": "cobblemon:mystic_water", + "percentage": 50.0 + }, + { + "item": "cobblemon:ability_capsule", + "percentage": 25.0 + }, + { + "item": "cobblemon:ability_patch", + "percentage": 5.0 + } + ] + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/latias.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/latias.json new file mode 100644 index 0000000..a09990b --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/latias.json @@ -0,0 +1,299 @@ +{ + "implemented": true, + "name": "Latias", + "nationalPokedexNumber": 380, + "primaryType": "dragon", + "secondaryType": "psychic", + "abilities": [ + "levitate" + ], + "baseStats": { + "hp": 80, + "attack": 80, + "defence": 90, + "special_attack": 110, + "special_defence": 130, + "speed": 110 + }, + "catchRate": 3, + "maleRatio": 0, + "shoulderMountable": false, + "forms": [ + { + "name": "Mega", + "primaryType": "dragon", + "secondaryType": "psychic", + "abilities": [ + "levitate" + ], + "baseStats": { + "hp": 80, + "attack": 100, + "defence": 120, + "special_attack": 140, + "special_defence": 150, + "speed": 110 + }, + "catchRate": 3, + "maleRatio": 0, + "baseExperienceYield": 300, + "baseFriendship": 90, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 3, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "labels": [ + "gen6", + "mega", + "legendary" + ], + "aspects": [ + "mega" + ], + "height": 18, + "weight": 520, + "cannotDynamax": false, + "battleOnly": true + } + ], + "baseExperienceYield": 300, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:charm", + "1:psywave", + "1:safeguard", + "1:storedpower", + "4:watersport", + "5:helpinghand", + "10:recover", + "13:refresh", + "15:confusion", + "20:tailwind", + "25:dragonbreath", + "30:wish", + "35:mistball", + "40:zenheadbutt", + "45:dragonpulse", + "50:healpulse", + "55:reflecttype", + "60:psychic", + "65:guardsplit", + "70:healingwish", + "75:psychoshift", + "tm:aerialace", + "tm:agility", + "tm:aircutter", + "tm:airslash", + "tm:alluringvoice", + "tm:allyswitch", + "tm:attract", + "tm:aurasphere", + "tm:batonpass", + "tm:bodyslam", + "tm:breakingswipe", + "tm:bulldoze", + "tm:calmmind", + "tm:captivate", + "tm:chargebeam", + "tm:charm", + "tm:chillingwater", + "tm:confide", + "tm:cut", + "tm:defog", + "tm:disarmingvoice", + "tm:dive", + "tm:doubleedge", + "tm:doubleteam", + "tm:dracometeor", + "tm:dragoncheer", + "tm:dragonclaw", + "tm:dragondance", + "tm:dragonpulse", + "tm:drainingkiss", + "tm:dreameater", + "tm:dualwingbeat", + "tm:earthquake", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:flash", + "tm:fly", + "tm:frustration", + "tm:futuresight", + "tm:gigaimpact", + "tm:grassknot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:honeclaws", + "tm:hyperbeam", + "tm:icebeam", + "tm:icywind", + "tm:lightscreen", + "tm:liquidation", + "tm:magicroom", + "tm:mysticalfire", + "tm:naturalgift", + "tm:outrage", + "tm:protect", + "tm:psychic", + "tm:psychocut", + "tm:psychup", + "tm:psyshock", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:retaliate", + "tm:return", + "tm:roar", + "tm:roost", + "tm:round", + "tm:safeguard", + "tm:sandstorm", + "tm:scaleshot", + "tm:secretpower", + "tm:shadowball", + "tm:shadowclaw", + "tm:shockwave", + "tm:sleeptalk", + "tm:snore", + "tm:solarbeam", + "tm:steelwing", + "tm:storedpower", + "tm:substitute", + "tm:sunnyday", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:tailwind", + "tm:takedown", + "tm:telekinesis", + "tm:terablast", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderwave", + "tm:toxic", + "tm:triattack", + "tm:trick", + "tm:waterfall", + "tm:waterpulse", + "tm:weatherball", + "tm:whirlpool", + "tm:zenheadbutt", + "tutor:allyswitch", + "tutor:bodyslam", + "tutor:charm", + "tutor:covet", + "tutor:defog", + "tutor:dive", + "tutor:doubleedge", + "tutor:dracometeor", + "tutor:dragonbreath", + "tutor:dragonpulse", + "tutor:dreameater", + "tutor:dualwingbeat", + "tutor:endure", + "tutor:furycutter", + "tutor:healpulse", + "tutor:helpinghand", + "tutor:icywind", + "tutor:laserfocus", + "tutor:lastresort", + "tutor:magiccoat", + "tutor:magicroom", + "tutor:mimic", + "tutor:mistball", + "tutor:mudslap", + "tutor:outrage", + "tutor:psychoshift", + "tutor:psychup", + "tutor:recover", + "tutor:refresh", + "tutor:roleplay", + "tutor:roost", + "tutor:scaleshot", + "tutor:shockwave", + "tutor:sleeptalk", + "tutor:snore", + "tutor:substitute", + "tutor:suckerpunch", + "tutor:surf", + "tutor:swagger", + "tutor:sweetkiss", + "tutor:swift", + "tutor:tailwind", + "tutor:telekinesis", + "tutor:thunderwave", + "tutor:trick", + "tutor:twister", + "tutor:waterpulse", + "tutor:watersport", + "tutor:wish", + "tutor:zenheadbutt" + ], + "labels": [ + "gen3", + "legendary" + ], + "pokedex": [ + "cobblemon.species.latias.desc" + ], + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 90, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 3, + "speed": 0 + }, + "height": 14, + "weight": 400, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 5, + "entries": [ + { + "item": "cobblemon:rare_candy", + "quantityRange": "5-10" + }, + { + "item": "cobblemon:sky_tumblestone_block", + "quantityRange": "1-4" + }, + { + "item": "cobblemon:dragon_fang", + "percentage": 50.0 + }, + { + "item": "cobblemon:ability_capsule", + "percentage": 25.0 + }, + { + "item": "cobblemon:ability_patch", + "percentage": 5.0 + } + ] + } + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/latios.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/latios.json new file mode 100644 index 0000000..bbfbebc --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/latios.json @@ -0,0 +1,291 @@ +{ + "implemented": true, + "name": "Latios", + "nationalPokedexNumber": 381, + "primaryType": "dragon", + "secondaryType": "psychic", + "abilities": [ + "levitate" + ], + "baseStats": { + "hp": 80, + "attack": 90, + "defence": 80, + "special_attack": 130, + "special_defence": 110, + "speed": 110 + }, + "catchRate": 3, + "maleRatio": 1, + "shoulderMountable": false, + "forms": [ + { + "name": "Mega", + "primaryType": "dragon", + "secondaryType": "psychic", + "abilities": [ + "levitate" + ], + "baseStats": { + "hp": 80, + "attack": 130, + "defence": 100, + "special_attack": 160, + "special_defence": 120, + "speed": 110 + }, + "catchRate": 3, + "maleRatio": 1, + "baseExperienceYield": 300, + "baseFriendship": 90, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 3, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "labels": [ + "gen6", + "mega", + "legendary" + ], + "aspects": [ + "mega" + ], + "height": 23, + "weight": 700, + "cannotDynamax": false, + "battleOnly": true + } + ], + "baseExperienceYield": 300, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:dragondance", + "1:healblock", + "1:psywave", + "1:safeguard", + "1:storedpower", + "4:protect", + "5:helpinghand", + "10:recover", + "13:refresh", + "15:confusion", + "20:tailwind", + "25:dragonbreath", + "30:allyswitch", + "35:lusterpurge", + "36:telekinesis", + "40:zenheadbutt", + "45:dragonpulse", + "50:healpulse", + "55:simplebeam", + "60:psychic", + "65:powersplit", + "70:memento", + "75:psychoshift", + "tm:aerialace", + "tm:agility", + "tm:aircutter", + "tm:airslash", + "tm:allyswitch", + "tm:attract", + "tm:aurasphere", + "tm:batonpass", + "tm:bodyslam", + "tm:breakingswipe", + "tm:bulldoze", + "tm:calmmind", + "tm:captivate", + "tm:chargebeam", + "tm:chillingwater", + "tm:confide", + "tm:cut", + "tm:defog", + "tm:dive", + "tm:doubleedge", + "tm:doubleteam", + "tm:dracometeor", + "tm:dragoncheer", + "tm:dragonclaw", + "tm:dragondance", + "tm:dragonpulse", + "tm:dreameater", + "tm:dualwingbeat", + "tm:earthquake", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:flash", + "tm:flipturn", + "tm:fly", + "tm:frustration", + "tm:futuresight", + "tm:gigaimpact", + "tm:grassknot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:honeclaws", + "tm:hyperbeam", + "tm:icebeam", + "tm:icywind", + "tm:lightscreen", + "tm:liquidation", + "tm:mysticalfire", + "tm:naturalgift", + "tm:outrage", + "tm:protect", + "tm:psychic", + "tm:psychicnoise", + "tm:psychocut", + "tm:psychup", + "tm:psyshock", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:retaliate", + "tm:return", + "tm:roar", + "tm:roost", + "tm:round", + "tm:safeguard", + "tm:sandstorm", + "tm:scaleshot", + "tm:secretpower", + "tm:shadowball", + "tm:shadowclaw", + "tm:shockwave", + "tm:sleeptalk", + "tm:snore", + "tm:solarbeam", + "tm:steelwing", + "tm:storedpower", + "tm:substitute", + "tm:sunnyday", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:tailwind", + "tm:takedown", + "tm:telekinesis", + "tm:terablast", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderwave", + "tm:toxic", + "tm:triattack", + "tm:trick", + "tm:waterfall", + "tm:waterpulse", + "tm:weatherball", + "tm:whirlpool", + "tm:wonderroom", + "tm:zenheadbutt", + "tutor:allyswitch", + "tutor:aurasphere", + "tutor:bodyslam", + "tutor:defog", + "tutor:dive", + "tutor:doubleedge", + "tutor:dracometeor", + "tutor:dragondance", + "tutor:dreameater", + "tutor:dualwingbeat", + "tutor:endure", + "tutor:furycutter", + "tutor:healpulse", + "tutor:helpinghand", + "tutor:icywind", + "tutor:laserfocus", + "tutor:lastresort", + "tutor:magiccoat", + "tutor:mimic", + "tutor:mudslap", + "tutor:outrage", + "tutor:protect", + "tutor:psychic", + "tutor:psychoshift", + "tutor:psychup", + "tutor:recover", + "tutor:refresh", + "tutor:roost", + "tutor:scaleshot", + "tutor:shockwave", + "tutor:sleeptalk", + "tutor:snore", + "tutor:substitute", + "tutor:swagger", + "tutor:swift", + "tutor:tailwind", + "tutor:telekinesis", + "tutor:thunderwave", + "tutor:trick", + "tutor:twister", + "tutor:waterpulse", + "tutor:wonderroom" + ], + "labels": [ + "gen3", + "legendary" + ], + "pokedex": [ + "cobblemon.species.latios.desc" + ], + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 90, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 3, + "special_defence": 0, + "speed": 0 + }, + "height": 20, + "weight": 600, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 5, + "entries": [ + { + "item": "cobblemon:rare_candy", + "quantityRange": "5-10" + }, + { + "item": "cobblemon:sky_tumblestone_block", + "quantityRange": "1-4" + }, + { + "item": "cobblemon:dragon_fang", + "percentage": 50.0 + }, + { + "item": "cobblemon:ability_capsule", + "percentage": 25.0 + }, + { + "item": "cobblemon:ability_patch", + "percentage": 5.0 + } + ] + } + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/medicham.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/medicham.json new file mode 100644 index 0000000..57467cd --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/medicham.json @@ -0,0 +1,266 @@ +{ + "implemented": true, + "name": "Medicham", + "nationalPokedexNumber": 308, + "primaryType": "fighting", + "secondaryType": "psychic", + "abilities": [ + "purepower", + "h:telepathy" + ], + "baseStats": { + "hp": 60, + "attack": 60, + "defence": 75, + "special_attack": 60, + "special_defence": 75, + "speed": 80 + }, + "catchRate": 90, + "maleRatio": 0.5, + "shoulderMountable": false, + "forms": [ + { + "name": "Mega", + "primaryType": "fighting", + "secondaryType": "psychic", + "abilities": [ + "purepower" + ], + "baseStats": { + "hp": 60, + "attack": 100, + "defence": 85, + "special_attack": 80, + "special_defence": 85, + "speed": 100 + }, + "catchRate": 90, + "maleRatio": 0.5, + "baseExperienceYield": 144, + "baseFriendship": 70, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": [ + "human_like" + ], + "labels": [ + "gen6", + "mega" + ], + "aspects": [ + "mega" + ], + "height": 13, + "weight": 315, + "cannotDynamax": false, + "battleOnly": true + } + ], + "baseExperienceYield": 144, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": [ + "human_like" + ], + "moves": [ + "1:bide", + "1:confusion", + "1:detect", + "1:firepunch", + "1:icepunch", + "1:meditate", + "1:thunderpunch", + "1:workup", + "12:endure", + "15:feint", + "17:forcepalm", + "20:hiddenpower", + "20:psybeam", + "20:swagger", + "23:calmmind", + "25:mindreader", + "25:zenheadbutt", + "28:highjumpkick", + "31:psychup", + "33:acupressure", + "36:powertrick", + "42:reversal", + "47:recover", + "53:axekick", + "53:counter", + "tm:aerialace", + "tm:attract", + "tm:aurasphere", + "tm:batonpass", + "tm:bodyslam", + "tm:brickbreak", + "tm:bulkup", + "tm:calmmind", + "tm:captivate", + "tm:closecombat", + "tm:confide", + "tm:doubleteam", + "tm:drainpunch", + "tm:dreameater", + "tm:endure", + "tm:energyball", + "tm:expandingforce", + "tm:facade", + "tm:firepunch", + "tm:flash", + "tm:fling", + "tm:focusblast", + "tm:focuspunch", + "tm:frustration", + "tm:gigaimpact", + "tm:grassknot", + "tm:gravity", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:icepunch", + "tm:imprison", + "tm:lightscreen", + "tm:lowkick", + "tm:lowsweep", + "tm:metronome", + "tm:naturalgift", + "tm:nightshade", + "tm:painsplit", + "tm:poisonjab", + "tm:poweruppunch", + "tm:protect", + "tm:psybeam", + "tm:psychic", + "tm:psychicterrain", + "tm:psychup", + "tm:psyshock", + "tm:raindance", + "tm:recycle", + "tm:reflect", + "tm:rest", + "tm:retaliate", + "tm:return", + "tm:reversal", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:secretpower", + "tm:shadowball", + "tm:skillswap", + "tm:sleeptalk", + "tm:storedpower", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:taunt", + "tm:telekinesis", + "tm:terablast", + "tm:thief", + "tm:thunderpunch", + "tm:toxic", + "tm:trailblaze", + "tm:trick", + "tm:trickroom", + "tm:upperhand", + "tm:vacuumwave", + "tm:workup", + "tm:zenheadbutt", + "tutor:bodyslam", + "tutor:counter", + "tutor:doubleedge", + "tutor:drainpunch", + "tutor:dreameater", + "tutor:dynamicpunch", + "tutor:endure", + "tutor:firepunch", + "tutor:focuspunch", + "tutor:gravity", + "tutor:headbutt", + "tutor:helpinghand", + "tutor:icepunch", + "tutor:laserfocus", + "tutor:lowkick", + "tutor:magiccoat", + "tutor:megakick", + "tutor:megapunch", + "tutor:metronome", + "tutor:mimic", + "tutor:mudslap", + "tutor:painsplit", + "tutor:psychup", + "tutor:recycle", + "tutor:rockslide", + "tutor:roleplay", + "tutor:seismictoss", + "tutor:signalbeam", + "tutor:sleeptalk", + "tutor:snore", + "tutor:substitute", + "tutor:swagger", + "tutor:swift", + "tutor:telekinesis", + "tutor:thunderpunch", + "tutor:trick", + "tutor:vacuumwave", + "tutor:zenheadbutt" + ], + "labels": [ + "gen3" + ], + "pokedex": [ + "cobblemon.species.medicham.desc" + ], + "preEvolution": "meditite", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1.6, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "height": 13, + "weight": 315, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 3, + "entries": [ + { + "item": "cobblemon:wise_glasses", + "percentage": 5.0 + }, + { + "item": "cobblemon:black_belt", + "percentage": 5.0 + }, + { + "item": "cobblemon:nanab_berry", + "percentage": 5.0 + } + ] + } + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/meditite.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/meditite.json new file mode 100644 index 0000000..7901d86 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/meditite.json @@ -0,0 +1,240 @@ +{ + "implemented": true, + "name": "Meditite", + "nationalPokedexNumber": 307, + "primaryType": "fighting", + "secondaryType": "psychic", + "abilities": [ + "purepower", + "h:telepathy" + ], + "baseStats": { + "hp": 30, + "attack": 40, + "defence": 55, + "special_attack": 40, + "special_defence": 55, + "speed": 60 + }, + "catchRate": 180, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 56, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": [ + "human_like" + ], + "moves": [ + "1:bide", + "1:confusion", + "1:workup", + "4:meditate", + "9:detect", + "12:endure", + "15:feint", + "17:forcepalm", + "20:hiddenpower", + "20:psybeam", + "20:swagger", + "23:calmmind", + "25:mindreader", + "25:zenheadbutt", + "28:highjumpkick", + "31:psychup", + "33:acupressure", + "36:powertrick", + "39:reversal", + "41:recover", + "44:counter", + "egg:batonpass", + "egg:bulletpunch", + "egg:drainpunch", + "egg:dynamicpunch", + "egg:fakeout", + "egg:firepunch", + "egg:foresight", + "egg:guardswap", + "egg:icepunch", + "egg:powerswap", + "egg:psychocut", + "egg:quickguard", + "egg:secretpower", + "egg:thunderpunch", + "tm:aerialace", + "tm:attract", + "tm:batonpass", + "tm:bodyslam", + "tm:brickbreak", + "tm:bulkup", + "tm:calmmind", + "tm:captivate", + "tm:closecombat", + "tm:confide", + "tm:doubleteam", + "tm:drainpunch", + "tm:dreameater", + "tm:endure", + "tm:expandingforce", + "tm:facade", + "tm:firepunch", + "tm:flash", + "tm:fling", + "tm:focusblast", + "tm:focuspunch", + "tm:frustration", + "tm:grassknot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:icepunch", + "tm:imprison", + "tm:lightscreen", + "tm:lowkick", + "tm:lowsweep", + "tm:metronome", + "tm:naturalgift", + "tm:nightshade", + "tm:painsplit", + "tm:poisonjab", + "tm:poweruppunch", + "tm:protect", + "tm:psybeam", + "tm:psychic", + "tm:psychicterrain", + "tm:psychup", + "tm:psyshock", + "tm:raindance", + "tm:recycle", + "tm:reflect", + "tm:rest", + "tm:retaliate", + "tm:return", + "tm:reversal", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:secretpower", + "tm:shadowball", + "tm:skillswap", + "tm:sleeptalk", + "tm:storedpower", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:taunt", + "tm:telekinesis", + "tm:terablast", + "tm:thief", + "tm:thunderpunch", + "tm:toxic", + "tm:trailblaze", + "tm:trick", + "tm:trickroom", + "tm:upperhand", + "tm:workup", + "tm:zenheadbutt", + "tutor:bide", + "tutor:bodyslam", + "tutor:confusion", + "tutor:counter", + "tutor:detect", + "tutor:doubleedge", + "tutor:drainpunch", + "tutor:dreameater", + "tutor:dynamicpunch", + "tutor:endure", + "tutor:firepunch", + "tutor:focuspunch", + "tutor:gravity", + "tutor:headbutt", + "tutor:helpinghand", + "tutor:icepunch", + "tutor:lowkick", + "tutor:magiccoat", + "tutor:meditate", + "tutor:megakick", + "tutor:megapunch", + "tutor:metronome", + "tutor:mimic", + "tutor:mudslap", + "tutor:painsplit", + "tutor:psychup", + "tutor:recycle", + "tutor:roleplay", + "tutor:seismictoss", + "tutor:shadowball", + "tutor:signalbeam", + "tutor:sleeptalk", + "tutor:snore", + "tutor:substitute", + "tutor:swagger", + "tutor:swift", + "tutor:telekinesis", + "tutor:thunderpunch", + "tutor:trick", + "tutor:vacuumwave", + "tutor:zenheadbutt" + ], + "labels": [ + "gen3" + ], + "pokedex": [ + "cobblemon.species.meditite.desc" + ], + "evolutions": [ + { + "id": "meditite_medicham", + "variant": "level_up", + "result": "medicham", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 37 + } + ] + } + ], + "baseScale": 0.7, + "hitbox": { + "width": 1, + "height": 1.5, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 1 + }, + "height": 6, + "weight": 112, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 3, + "entries": [ + { + "item": "cobblemon:wise_glasses", + "percentage": 2.5 + }, + { + "item": "cobblemon:black_belt", + "percentage": 2.5 + }, + { + "item": "cobblemon:nanab_berry", + "percentage": 2.5 + } + ] + } + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/milotic.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/milotic.json new file mode 100644 index 0000000..e9067c5 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/milotic.json @@ -0,0 +1,182 @@ +{ + "implemented": true, + "name": "Milotic", + "nationalPokedexNumber": 350, + "primaryType": "water", + "abilities": ["marvelscale", "competitive", "h:cutecharm"], + "baseStats": { + "hp": 95, + "attack": 60, + "defence": 79, + "special_attack": 100, + "special_defence": 125, + "speed": 81 + }, + "catchRate": 60, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 189, + "experienceGroup": "erratic", + "eggCycles": 20, + "eggGroups": ["water_1", "dragon"], + "moves": [ + "1:flail", + "1:refresh", + "1:splash", + "1:tackle", + "1:watergun", + "1:waterpulse", + "1:watersport", + "1:wrap", + "4:disarmingvoice", + "8:twister", + "12:aquaring", + "16:attract", + "20:lifedew", + "21:captivate", + "24:dragontail", + "28:recover", + "32:aquatail", + "36:safeguard", + "40:surf", + "44:raindance", + "48:coil", + "52:hydropump", + "tm:alluringvoice", + "tm:attract", + "tm:avalanche", + "tm:blizzard", + "tm:bodyslam", + "tm:breakingswipe", + "tm:brine", + "tm:brutalswing", + "tm:bulldoze", + "tm:captivate", + "tm:chillingwater", + "tm:confide", + "tm:confuseray", + "tm:disarmingvoice", + "tm:dive", + "tm:doubleedge", + "tm:doubleteam", + "tm:dragoncheer", + "tm:dragondance", + "tm:dragonpulse", + "tm:dragontail", + "tm:drainingkiss", + "tm:endure", + "tm:facade", + "tm:flipturn", + "tm:frustration", + "tm:gigaimpact", + "tm:hail", + "tm:haze", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hydropump", + "tm:hyperbeam", + "tm:icebeam", + "tm:icywind", + "tm:imprison", + "tm:ironhead", + "tm:irontail", + "tm:lightscreen", + "tm:muddywater", + "tm:mudshot", + "tm:naturalgift", + "tm:protect", + "tm:psychup", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:round", + "tm:safeguard", + "tm:scald", + "tm:scaleshot", + "tm:secretpower", + "tm:skittersmack", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:toxic", + "tm:tripleaxel", + "tm:waterfall", + "tm:waterpulse", + "tm:weatherball", + "tm:whirlpool", + "tutor:aquatail", + "tutor:bind", + "tutor:bodyslam", + "tutor:dive", + "tutor:doubleedge", + "tutor:dragonpulse", + "tutor:endure", + "tutor:flipturn", + "tutor:hydropump", + "tutor:icebeam", + "tutor:icywind", + "tutor:ironhead", + "tutor:irontail", + "tutor:laserfocus", + "tutor:magiccoat", + "tutor:mimic", + "tutor:mirrorcoat", + "tutor:mudslap", + "tutor:psychup", + "tutor:raindance", + "tutor:recover", + "tutor:scaleshot", + "tutor:skittersmack", + "tutor:sleeptalk", + "tutor:snore", + "tutor:substitute", + "tutor:surf", + "tutor:swagger", + "tutor:swift", + "tutor:toxic", + "tutor:tripleaxel", + "tutor:twister", + "tutor:waterpulse" + ], + "labels": ["gen3"], + "pokedex": ["cobblemon.species.milotic.desc"], + "preEvolution": "feebas", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 2, + "speed": 0 + }, + "height": 62, + "weight": 1620, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 2, + "entries": [ + { + "item": "minecraft:bone_meal", + "percentage": 10 + }, + { + "item": "cobblemon:prism_scale", + "percentage": 5 + } + ] + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/rayquaza.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/rayquaza.json new file mode 100644 index 0000000..8e91a1a --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/rayquaza.json @@ -0,0 +1,339 @@ +{ + "implemented": true, + "name": "Rayquaza", + "nationalPokedexNumber": 384, + "primaryType": "dragon", + "secondaryType": "flying", + "abilities": [ + "airlock" + ], + "drops": { + "amount": 5, + "entries": [ + { + "item": "cobblemon:rare_candy", + "quantityRange": "5-10" + }, + { + "item": "minecraft:dragon_breath", + "quantityRange": "2-9" + }, + { + "item": "cobblemon:dragon_fang", + "quantityRange": "3-12" + }, + { + "item": "cobblemon:dragon_scale", + "quantityRange": "3-12" + }, + { + "item": "cobblemon:ability_capsule", + "percentage": 25.0 + }, + { + "item": "cobblemon:ability_patch", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 105, + "attack": 150, + "defence": 90, + "special_attack": 150, + "special_defence": 90, + "speed": 95 + }, + "catchRate": 45, + "maleRatio": -1, + "shoulderMountable": false, + "features": ["mega"], + "forms": [ + { + "name": "MegaRayquaza", + "primaryType": "dragon", + "secondaryType": "flying", + "abilities": [ + "deltastream" + ], + "baseStats": { + "hp": 105, + "attack": 180, + "defence": 100, + "special_attack": 180, + "special_defence": 100, + "speed": 115 + }, + "catchRate": 45, + "maleRatio": -1, + "baseExperienceYield": 340, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 2, + "defence": 0, + "special_attack": 1, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "labels": [ + "gen3", + "mega", + "legendary" + ], + "aspects": [ + "mega" + ], + "evolutions": [ + { + "id": "megarayquaza_rayquaza", + "variant": "level_up", + "result": "rayquaza mega=false", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "has_move", + "move": "dragonascent" + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 8, + "height": 9, + "fixed": false + }, + "height": 69, + "weight": 690, + "cannotDynamax": false, + "battleOnly": true + } + ], + "baseExperienceYield": 340, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:airslash", + "1:ancientpower", + "1:dragonascent", + "1:scaryface", + "1:twister", + "9:crunch", + "18:dragondance", + "20:dragonclaw", + "27:extremespeed", + "36:dragonpulse", + "45:hypervoice", + "54:rest", + "63:fly", + "72:hurricane", + "81:outrage", + "90:hyperbeam", + "tm:aerialace", + "tm:airslash", + "tm:avalanche", + "tm:blizzard", + "tm:bodyslam", + "tm:breakingswipe", + "tm:brickbreak", + "tm:brutalswing", + "tm:bulkup", + "tm:bulldoze", + "tm:confide", + "tm:cosmicpower", + "tm:crunch", + "tm:dive", + "tm:doubleedge", + "tm:doubleteam", + "tm:dracometeor", + "tm:dragoncheer", + "tm:dragonclaw", + "tm:dragondance", + "tm:dragonpulse", + "tm:dragontail", + "tm:earthpower", + "tm:earthquake", + "tm:echoedvoice", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:fireblast", + "tm:flamethrower", + "tm:fling", + "tm:fly", + "tm:focusblast", + "tm:frustration", + "tm:gigaimpact", + "tm:gyroball", + "tm:helpinghand", + "tm:hiddenpower", + "tm:honeclaws", + "tm:hurricane", + "tm:hydropump", + "tm:hyperbeam", + "tm:hypervoice", + "tm:icebeam", + "tm:icywind", + "tm:incinerate", + "tm:ironhead", + "tm:irontail", + "tm:meteorbeam", + "tm:naturalgift", + "tm:outrage", + "tm:overheat", + "tm:protect", + "tm:psychup", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:roar", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:sandstorm", + "tm:scaleshot", + "tm:scaryface", + "tm:secretpower", + "tm:shadowclaw", + "tm:shockwave", + "tm:skydrop", + "tm:sleeptalk", + "tm:snore", + "tm:solarbeam", + "tm:stealthrock", + "tm:stoneedge", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:swordsdance", + "tm:tailwind", + "tm:takedown", + "tm:terablast", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderwave", + "tm:toxic", + "tm:uproar", + "tm:uturn", + "tm:waterfall", + "tm:waterpulse", + "tm:whirlpool", + "tm:wildcharge", + "tutor:airslash", + "tutor:ancientpower", + "tutor:aquatail", + "tutor:bind", + "tutor:bodyslam", + "tutor:brutalswing", + "tutor:celebrate", + "tutor:defog", + "tutor:dive", + "tutor:doubleedge", + "tutor:dracometeor", + "tutor:dragonascent", + "tutor:dragonclaw", + "tutor:dragondance", + "tutor:earthpower", + "tutor:endure", + "tutor:extremespeed", + "tutor:furycutter", + "tutor:headbutt", + "tutor:hyperbeam", + "tutor:icywind", + "tutor:ironhead", + "tutor:irontail", + "tutor:meteorbeam", + "tutor:mimic", + "tutor:mudslap", + "tutor:outrage", + "tutor:psychup", + "tutor:rockslide", + "tutor:scaleshot", + "tutor:shockwave", + "tutor:sleeptalk", + "tutor:snore", + "tutor:substitute", + "tutor:swagger", + "tutor:swift", + "tutor:tailwind", + "tutor:thunder", + "tutor:thunderwave", + "tutor:twister", + "tutor:uproar", + "tutor:vcreate", + "tutor:waterpulse" + ], + "labels": [ + "gen3", + "legendary" + ], + "pokedex": [ + "cobblemon.species.rayquaza.desc" + ], + "behaviour": { + "moving": { + "walk": { + "canWalk": true, + "walkSpeed": 2 + }, + "fly": { + "canFly": true + } + }, + "resting": { + "canSleep": true, + "willSleepOnBed": true, + "depth": "normal", + "light": "0-4" + } + }, + "evolutions": [ + { + "id": "rayquaza_megarayquaza", + "variant": "level_up", + "result": "rayquaza mega=true", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "has_move", + "move": "dragonascent" + } + ] + } + ], + "baseScale": 1.5, + "hitbox": { + "width": 2.5, + "height": 3.8, + "fixed": false + }, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 2, + "defence": 0, + "special_attack": 1, + "special_defence": 0, + "speed": 0 + }, + "height": 70, + "weight": 2065, + "aspects": [], + "cannotDynamax": false + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/shuppet.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/shuppet.json new file mode 100644 index 0000000..46fe008 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/shuppet.json @@ -0,0 +1,205 @@ +{ + "implemented": true, + "name": "Shuppet", + "nationalPokedexNumber": 353, + "primaryType": "ghost", + "abilities": ["insomnia", "frisk", "h:cursedbody"], + "baseStats": { + "hp": 44, + "attack": 75, + "defence": 35, + "special_attack": 63, + "special_defence": 33, + "speed": 45 + }, + "catchRate": 225, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 59, + "experienceGroup": "fast", + "eggCycles": 25, + "eggGroups": ["amorphous"], + "moves": [ + "1:astonish", + "1:knockoff", + "4:screech", + "7:nightshade", + "10:spite", + "16:willowisp", + "19:feintattack", + "19:shadowsneak", + "22:hex", + "26:curse", + "30:shadowball", + "34:embargo", + "34:roleplay", + "38:suckerpunch", + "42:snatch", + "42:trick", + "46:grudge", + "48:phantomforce", + "egg:astonish", + "egg:confuseray", + "egg:destinybond", + "egg:disable", + "egg:foresight", + "egg:gunkshot", + "egg:imprison", + "egg:ominouswind", + "egg:payback", + "egg:phantomforce", + "egg:pursuit", + "egg:shadowsneak", + "tm:attract", + "tm:calmmind", + "tm:captivate", + "tm:chargebeam", + "tm:confide", + "tm:confuseray", + "tm:curse", + "tm:darkpulse", + "tm:dazzlinggleam", + "tm:doubleteam", + "tm:dreameater", + "tm:embargo", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:flash", + "tm:foulplay", + "tm:frustration", + "tm:gunkshot", + "tm:helpinghand", + "tm:hex", + "tm:hiddenpower", + "tm:icywind", + "tm:imprison", + "tm:lashout", + "tm:metronome", + "tm:nastyplot", + "tm:naturalgift", + "tm:nightshade", + "tm:painsplit", + "tm:payback", + "tm:phantomforce", + "tm:poltergeist", + "tm:pounce", + "tm:protect", + "tm:psybeam", + "tm:psychic", + "tm:psychup", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:round", + "tm:scaryface", + "tm:secretpower", + "tm:shadowball", + "tm:shockwave", + "tm:skillswap", + "tm:skittersmack", + "tm:sleeptalk", + "tm:snatch", + "tm:spite", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:taunt", + "tm:telekinesis", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderwave", + "tm:torment", + "tm:toxic", + "tm:trick", + "tm:trickroom", + "tm:willowisp", + "tutor:allyswitch", + "tutor:bodyslam", + "tutor:darkpulse", + "tutor:destinybond", + "tutor:doubleedge", + "tutor:dreameater", + "tutor:endure", + "tutor:feintattack", + "tutor:foulplay", + "tutor:gunkshot", + "tutor:headbutt", + "tutor:icywind", + "tutor:knockoff", + "tutor:magiccoat", + "tutor:magicroom", + "tutor:mimic", + "tutor:nightmare", + "tutor:nightshade", + "tutor:ominouswind", + "tutor:painsplit", + "tutor:psychup", + "tutor:roleplay", + "tutor:shadowball", + "tutor:shockwave", + "tutor:skillswap", + "tutor:sleeptalk", + "tutor:snatch", + "tutor:snore", + "tutor:spite", + "tutor:substitute", + "tutor:suckerpunch", + "tutor:swagger", + "tutor:telekinesis", + "tutor:thunderwave", + "tutor:trick", + "tutor:willowisp" + ], + "labels": ["gen3"], + "pokedex": ["cobblemon.species.shuppet.desc"], + "evolutions": [ + { + "id": "shuppet_banette", + "variant": "level_up", + "result": "banette", + "consumeHeldItem": false, + "learnableMoves": ["knockoff"], + "requirements": [ + { + "variant": "level", + "minLevel": 37 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 35, + "evYield": { + "hp": 0, + "attack": 1, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 6, + "weight": 23, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 2, + "entries": [ + { + "item": "minecraft:phantom_membrane", + "percentage": 2.5 + }, + { + "item": "cobblemon:spell_tag", + "percentage": 2.5 + } + ] + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/skitty.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/skitty.json new file mode 100644 index 0000000..1d555ca --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/skitty.json @@ -0,0 +1,183 @@ +{ + "implemented": true, + "name": "Skitty", + "nationalPokedexNumber": 300, + "primaryType": "normal", + "abilities": ["cutecharm", "normalize", "h:wonderskin"], + "baseStats": { + "hp": 50, + "attack": 45, + "defence": 45, + "special_attack": 35, + "special_defence": 35, + "speed": 50 + }, + "catchRate": 255, + "maleRatio": 0.25, + "shoulderMountable": false, + "baseExperienceYield": 52, + "experienceGroup": "fast", + "eggCycles": 15, + "eggGroups": ["field", "fairy"], + "moves": [ + "1:fakeout", + "1:growl", + "1:tackle", + "1:tailwhip", + "4:foresight", + "7:sing", + "10:attract", + "13:disarmingvoice", + "16:doubleslap", + "19:copycat", + "22:feintattack", + "25:charm", + "28:wakeupslap", + "31:assist", + "34:covet", + "37:healbell", + "40:doubleedge", + "43:captivate", + "46:playrough", + "egg:batonpass", + "egg:captivate", + "egg:cosmicpower", + "egg:fakeout", + "egg:faketears", + "egg:helpinghand", + "egg:lastresort", + "egg:mudbomb", + "egg:psychup", + "egg:simplebeam", + "egg:substitute", + "egg:suckerpunch", + "egg:tickle", + "egg:uproar", + "egg:wish", + "egg:zenheadbutt", + "tm:attract", + "tm:blizzard", + "tm:calmmind", + "tm:captivate", + "tm:chargebeam", + "tm:confide", + "tm:dig", + "tm:doubleteam", + "tm:dreameater", + "tm:echoedvoice", + "tm:endure", + "tm:facade", + "tm:flash", + "tm:frustration", + "tm:grassknot", + "tm:hiddenpower", + "tm:icebeam", + "tm:irontail", + "tm:naturalgift", + "tm:payback", + "tm:protect", + "tm:psychup", + "tm:raindance", + "tm:rest", + "tm:retaliate", + "tm:return", + "tm:round", + "tm:safeguard", + "tm:secretpower", + "tm:shadowball", + "tm:shockwave", + "tm:sleeptalk", + "tm:solarbeam", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderwave", + "tm:toxic", + "tm:waterpulse", + "tm:wildcharge", + "tm:workup", + "tutor:attract", + "tutor:bodyslam", + "tutor:captivate", + "tutor:covet", + "tutor:defensecurl", + "tutor:doubleedge", + "tutor:dreameater", + "tutor:endure", + "tutor:foresight", + "tutor:growl", + "tutor:headbutt", + "tutor:healbell", + "tutor:helpinghand", + "tutor:hypervoice", + "tutor:icywind", + "tutor:irontail", + "tutor:lastresort", + "tutor:mimic", + "tutor:mudslap", + "tutor:payday", + "tutor:psychup", + "tutor:rollout", + "tutor:shockwave", + "tutor:sleeptalk", + "tutor:snore", + "tutor:substitute", + "tutor:suckerpunch", + "tutor:swagger", + "tutor:swift", + "tutor:tackle", + "tutor:tailwhip", + "tutor:thunderwave", + "tutor:tickle", + "tutor:uproar", + "tutor:waterpulse", + "tutor:zenheadbutt" + ], + "labels": ["gen3"], + "pokedex": ["cobblemon.species.skitty.desc"], + "evolutions": [ + { + "id": "skitty_delcatty", + "variant": "item_interact", + "result": "delcatty", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [], + "requiredContext": "cobblemon:moon_stone" + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 1 + }, + "height": 6, + "weight": 110, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 2, + "entries": [ + { + "item": "cobblemon:silk_scarf", + "percentage": 2.5 + }, + { + "item": "cobblemon:pecha_berry", + "percentage": 2.5 + } + ] + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/snorunt.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/snorunt.json new file mode 100644 index 0000000..580ac96 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/snorunt.json @@ -0,0 +1,188 @@ +{ + "implemented": true, + "name": "Snorunt", + "nationalPokedexNumber": 361, + "primaryType": "ice", + "abilities": ["innerfocus", "icebody", "h:moody"], + "baseStats": { + "hp": 50, + "attack": 50, + "defence": 50, + "special_attack": 50, + "special_defence": 50, + "speed": 50 + }, + "catchRate": 190, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 60, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": ["fairy", "mineral"], + "moves": [ + "1:astonish", + "1:headbutt", + "1:powdersnow", + "5:leer", + "10:doubleteam", + "15:iceshard", + "20:protect", + "25:icywind", + "30:frostbreath", + "34:icebeam", + "35:bite", + "40:icefang", + "45:hail", + "45:snowscape", + "50:weatherball", + "55:crunch", + "60:blizzard", + "egg:avalanche", + "egg:bide", + "egg:block", + "egg:disable", + "egg:faketears", + "egg:hex", + "egg:iciclecrash", + "egg:rollout", + "egg:spikes", + "egg:switcheroo", + "egg:weatherball", + "tm:attract", + "tm:avalanche", + "tm:blizzard", + "tm:bodyslam", + "tm:captivate", + "tm:chillingwater", + "tm:confide", + "tm:crunch", + "tm:doubleteam", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:flash", + "tm:frostbreath", + "tm:frustration", + "tm:hail", + "tm:helpinghand", + "tm:hex", + "tm:hiddenpower", + "tm:icebeam", + "tm:icefang", + "tm:icespinner", + "tm:iciclespear", + "tm:icywind", + "tm:lightscreen", + "tm:naturalgift", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:round", + "tm:safeguard", + "tm:secretpower", + "tm:shadowball", + "tm:sleeptalk", + "tm:snore", + "tm:snowscape", + "tm:spikes", + "tm:spite", + "tm:substitute", + "tm:swagger", + "tm:takedown", + "tm:terablast", + "tm:toxic", + "tm:trailblaze", + "tm:waterpulse", + "tm:weatherball", + "tutor:bite", + "tutor:block", + "tutor:bodyslam", + "tutor:doubleedge", + "tutor:endure", + "tutor:headbutt", + "tutor:icywind", + "tutor:mimic", + "tutor:powdersnow", + "tutor:rollout", + "tutor:sing", + "tutor:sleeptalk", + "tutor:snore", + "tutor:spite", + "tutor:substitute", + "tutor:swagger", + "tutor:waterpulse", + "tutor:weatherball" + ], + "labels": ["gen3"], + "pokedex": ["cobblemon.species.snorunt.desc"], + "evolutions": [ + { + "id": "snorunt_glalie", + "variant": "level_up", + "result": "glalie", + "consumeHeldItem": false, + "learnableMoves": ["freezedry"], + "requirements": [ + { + "variant": "level", + "minLevel": 42 + } + ] + }, + { + "id": "snorunt_froslass", + "variant": "item_interact", + "result": "froslass", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "properties", + "target": "gender=female" + } + ], + "requiredContext": "cobblemon:dawn_stone" + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 1, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 7, + "weight": 168, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 4, + "entries": [ + { + "item": "minecraft:snowball", + "quantityRange": "0-1" + }, + { + "item": "cobblemon:dawn_stone", + "percentage": 2.5 + }, + { + "item": "cobblemon:never_melt_ice", + "percentage": 2.5 + }, + { + "item": "cobblemon:babiri_berry", + "percentage": 2.5 + } + ] + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/swablu.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/swablu.json new file mode 100644 index 0000000..d0937ab --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/swablu.json @@ -0,0 +1,177 @@ +{ + "implemented": true, + "name": "Swablu", + "nationalPokedexNumber": 333, + "primaryType": "normal", + "secondaryType": "flying", + "abilities": ["naturalcure", "h:cloudnine"], + "baseStats": { + "hp": 45, + "attack": 40, + "defence": 60, + "special_attack": 40, + "special_defence": 75, + "speed": 50 + }, + "catchRate": 255, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 62, + "experienceGroup": "erratic", + "eggCycles": 20, + "eggGroups": ["flying", "dragon"], + "moves": [ + "1:growl", + "1:peck", + "3:astonish", + "4:disarmingvoice", + "8:mist", + "12:furyattack", + "16:round", + "20:dragonbreath", + "20:naturalgift", + "24:safeguard", + "26:refresh", + "28:sing", + "30:mirrormove", + "32:cottonguard", + "36:takedown", + "38:dragonpulse", + "40:moonblast", + "44:perishsong", + "egg:agility", + "egg:astonish", + "egg:defog", + "egg:dragonrush", + "egg:featherdance", + "egg:haze", + "egg:hypervoice", + "egg:playrough", + "egg:powerswap", + "egg:pursuit", + "egg:rage", + "egg:roost", + "egg:steelwing", + "egg:tailwind", + "tm:acrobatics", + "tm:aerialace", + "tm:agility", + "tm:attract", + "tm:bodyslam", + "tm:bravebird", + "tm:captivate", + "tm:confide", + "tm:dazzlinggleam", + "tm:disarmingvoice", + "tm:doubleteam", + "tm:dragonpulse", + "tm:dreameater", + "tm:echoedvoice", + "tm:endure", + "tm:facade", + "tm:falseswipe", + "tm:fly", + "tm:frustration", + "tm:heatwave", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hurricane", + "tm:hypervoice", + "tm:icebeam", + "tm:naturalgift", + "tm:outrage", + "tm:playrough", + "tm:pluck", + "tm:powerswap", + "tm:protect", + "tm:psychup", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:roost", + "tm:round", + "tm:safeguard", + "tm:secretpower", + "tm:sleeptalk", + "tm:snore", + "tm:solarbeam", + "tm:steelwing", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swift", + "tm:tailwind", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:toxic", + "tm:trailblaze", + "tm:uproar", + "tutor:aircutter", + "tutor:bodyslam", + "tutor:defog", + "tutor:doubleedge", + "tutor:dragonpulse", + "tutor:dreameater", + "tutor:dualwingbeat", + "tutor:endure", + "tutor:falseswipe", + "tutor:featherdance", + "tutor:growl", + "tutor:healbell", + "tutor:heatwave", + "tutor:hypervoice", + "tutor:mimic", + "tutor:mudslap", + "tutor:ominouswind", + "tutor:outrage", + "tutor:peck", + "tutor:psychup", + "tutor:roost", + "tutor:skyattack", + "tutor:sleeptalk", + "tutor:snore", + "tutor:substitute", + "tutor:swagger", + "tutor:swift", + "tutor:tailwind", + "tutor:twister", + "tutor:uproar" + ], + "labels": ["gen3"], + "pokedex": ["cobblemon.species.swablu.desc"], + "evolutions": [ + { + "id": "swablu_altaria", + "variant": "level_up", + "result": "altaria", + "consumeHeldItem": false, + "learnableMoves": ["dragonpulse"], + "requirements": [ + { + "variant": "level", + "minLevel": 35 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 0.5, + "height": 0.75, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 1, + "speed": 0 + }, + "height": 4, + "weight": 12, + "aspects": [], + "cannotDynamax": false +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/cresselia.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/cresselia.json new file mode 100644 index 0000000..fa9318a --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/cresselia.json @@ -0,0 +1,199 @@ +{ + "implemented": true, + "name": "Cresselia", + "nationalPokedexNumber": 488, + "primaryType": "psychic", + "abilities": ["levitate"], + "drops": { + "amount": 5, + "entries": [ + { + "item": "cobblemon:rare_candy", + "quantityRange": "5-10" + }, + { + "item": "cobblemon:moon_stone", + "quantityRange": "2-9" + }, + { + "item": "cobblemon:float_stone", + "percentage": 50.0 + }, + { + "item": "cobblemon:ability_capsule", + "percentage": 25.0 + }, + { + "item": "cobblemon:ability_patch", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 120, + "attack": 70, + "defence": 110, + "special_attack": 75, + "special_defence": 120, + "speed": 85 + }, + "catchRate": 3, + "maleRatio": 0, + "shoulderMountable": false, + "baseExperienceYield": 300, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": ["undiscovered"], + "moves": [ + "1:confusion", + "1:doubleteam", + "1:lunardance", + "1:moonlight", + "1:psychocut", + "1:psychoshift", + "6:mist", + "11:safeguard", + "12:aurorabeam", + "18:psybeam", + "20:mist", + "24:allyswitch", + "24:psychoshift", + "29:aurorabeam", + "30:slash", + "36:psychocut", + "38:futuresight", + "42:moonlight", + "47:slash", + "48:safeguard", + "54:psychic", + "57:moonlight", + "60:moonblast", + "66:futuresight", + "66:psychocut", + "72:lunarblessing", + "72:lunardance", + "75:psychoshift", + "84:lunardance", + "93:psychic", + "99:moonblast", + "tm:allyswitch", + "tm:attract", + "tm:bodyslam", + "tm:calmmind", + "tm:captivate", + "tm:chargebeam", + "tm:confide", + "tm:confuseray", + "tm:dazzlinggleam", + "tm:doubleteam", + "tm:dreameater", + "tm:endure", + "tm:energyball", + "tm:expandingforce", + "tm:facade", + "tm:flash", + "tm:frustration", + "tm:futuresight", + "tm:gigaimpact", + "tm:grassknot", + "tm:gravity", + "tm:guardswap", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:icebeam", + "tm:icywind", + "tm:lightscreen", + "tm:magicroom", + "tm:mudslap", + "tm:naturalgift", + "tm:powergem", + "tm:powerswap", + "tm:protect", + "tm:psybeam", + "tm:psychic", + "tm:psychicterrain", + "tm:psychocut", + "tm:psychup", + "tm:psyshock", + "tm:raindance", + "tm:recycle", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:round", + "tm:safeguard", + "tm:scaryface", + "tm:secretpower", + "tm:shadowball", + "tm:skillswap", + "tm:sleeptalk", + "tm:snore", + "tm:solarbeam", + "tm:storedpower", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swift", + "tm:telekinesis", + "tm:terablast", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderwave", + "tm:toxic", + "tm:trick", + "tm:trickroom", + "tm:zenheadbutt", + "tutor:allyswitch", + "tutor:aurorabeam", + "tutor:energyball", + "tutor:expandingforce", + "tutor:furycutter", + "tutor:futuresight", + "tutor:gravity", + "tutor:helpinghand", + "tutor:hiddenpower", + "tutor:icebeam", + "tutor:icywind", + "tutor:magiccoat", + "tutor:magicroom", + "tutor:mist", + "tutor:moonblast", + "tutor:moonlight", + "tutor:mudslap", + "tutor:psychocut", + "tutor:psyshock", + "tutor:recycle", + "tutor:signalbeam", + "tutor:skillswap", + "tutor:slash", + "tutor:sleeptalk", + "tutor:snore", + "tutor:swift", + "tutor:telekinesis", + "tutor:trick", + "tutor:zenheadbutt" + ], + "labels": ["gen4", "legendary"], + "pokedex": ["cobblemon.species.cresselia.desc"], + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 100, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 3, + "speed": 0 + }, + "height": 15, + "weight": 856, + "aspects": [], + "cannotDynamax": false +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/croagunk.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/croagunk.json new file mode 100644 index 0000000..cdc65f0 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/croagunk.json @@ -0,0 +1,221 @@ +{ + "implemented": true, + "name": "Croagunk", + "nationalPokedexNumber": 453, + "primaryType": "poison", + "secondaryType": "fighting", + "abilities": [ + "anticipation", + "dryskin", + "h:poisontouch" + ], + "baseStats": { + "hp": 48, + "attack": 61, + "defence": 40, + "special_attack": 61, + "special_defence": 40, + "speed": 50 + }, + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": true, + "depth": "normal", + "light": "0-4" + } + }, + "catchRate": 140, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 60, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "human_like" + ], + "moves": [ + "1:astonish", + "3:mudslap", + "8:poisonsting", + "10:taunt", + "15:pursuit", + "16:lowkick", + "17:feintattack", + "22:revenge", + "24:swagger", + "29:mudbomb", + "31:suckerpunch", + "36:nastyplot", + "36:toxic", + "36:venoshock", + "38:poisonjab", + "43:sludgebomb", + "45:flatter", + "47:belch", + "egg:acupressure", + "egg:bulletpunch", + "egg:counter", + "egg:crosschop", + "egg:drainpunch", + "egg:dynamicpunch", + "egg:fakeout", + "egg:feint", + "egg:headbutt", + "egg:meditate", + "egg:mefirst", + "egg:quickguard", + "egg:smellingsalts", + "egg:vacuumwave", + "egg:wakeupslap", + "tm:acidspray", + "tm:aerialace", + "tm:assurance", + "tm:attract", + "tm:batonpass", + "tm:bounce", + "tm:brickbreak", + "tm:bulkup", + "tm:bulldoze", + "tm:captivate", + "tm:chillingwater", + "tm:confide", + "tm:darkpulse", + "tm:dig", + "tm:doubleteam", + "tm:drainpunch", + "tm:earthquake", + "tm:embargo", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:fling", + "tm:focusblast", + "tm:focuspunch", + "tm:foulplay", + "tm:frustration", + "tm:gunkshot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:icepunch", + "tm:icywind", + "tm:lowkick", + "tm:lowsweep", + "tm:megakick", + "tm:megapunch", + "tm:mudshot", + "tm:mudslap", + "tm:nastyplot", + "tm:naturalgift", + "tm:payback", + "tm:poisonjab", + "tm:poweruppunch", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:retaliate", + "tm:return", + "tm:revenge", + "tm:reversal", + "tm:rockclimb", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:scaryface", + "tm:screech", + "tm:secretpower", + "tm:shadowball", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:sludgewave", + "tm:snatch", + "tm:snore", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thief", + "tm:thunderpunch", + "tm:torment", + "tm:toxic", + "tm:venomdrench", + "tm:venoshock", + "tm:workup", + "tm:xscissor", + "tutor:astonish", + "tutor:bounce", + "tutor:coaching", + "tutor:darkpulse", + "tutor:drainpunch", + "tutor:dualchop", + "tutor:focuspunch", + "tutor:foulplay", + "tutor:furycutter", + "tutor:gunkshot", + "tutor:headbutt", + "tutor:helpinghand", + "tutor:icepunch", + "tutor:icywind", + "tutor:knockoff", + "tutor:lashout", + "tutor:lowkick", + "tutor:mudslap", + "tutor:poisonjab", + "tutor:poisonsting", + "tutor:roleplay", + "tutor:sleeptalk", + "tutor:snatch", + "tutor:snore", + "tutor:spite", + "tutor:suckerpunch", + "tutor:superfang", + "tutor:taunt", + "tutor:thunderpunch", + "tutor:vacuumwave" + ], + "labels": [ + "gen4" + ], + "pokedex": [ + "cobblemon.species.croagunk.desc" + ], + "evolutions": [ + { + "id": "croagunk_toxicroak", + "variant": "level_up", + "result": "toxicroak", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 37 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 0.8, + "height": 1.2, + "fixed": false + }, + "baseFriendship": 100, + "evYield": { + "hp": 0, + "attack": 1, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 7, + "weight": 230, + "aspects": [], + "cannotDynamax": false +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/darkrai.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/darkrai.json new file mode 100644 index 0000000..39b04c4 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/darkrai.json @@ -0,0 +1,195 @@ +{ + "implemented": "true", + "name": "Darkrai", + "nationalPokedexNumber": 491, + "primaryType": "dark", + "abilities": ["baddreams"], + "drops": { + "amount": 5, + "entries": [ + { + "item": "cobblemon:rare_candy", + "quantityRange": "5-10" + }, + { + "item": "minecraft:phantom_membrane", + "quantityRange": "2-9" + }, + { + "item": "cobblemon:reaper_cloth", + "percentage": 50.0 + }, + { + "item": "cobblemon:ability_capsule", + "percentage": 25.0 + }, + { + "item": "cobblemon:ability_patch", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 70, + "attack": 90, + "defence": 90, + "special_attack": 135, + "special_defence": 90, + "speed": 125 + }, + "catchRate": 3, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 270, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": ["undiscovered"], + "moves": [ + "1:disable", + "1:nightshade", + "1:ominouswind", + "11:quickattack", + "20:hypnosis", + "29:feintattack", + "29:pursuit", + "29:suckerpunch", + "38:nightmare", + "38:nightshade", + "47:doubleteam", + "57:haze", + "66:darkvoid", + "75:embargo", + "75:nastyplot", + "84:dreameater", + "93:darkpulse", + "tm:aerialace", + "tm:blizzard", + "tm:brickbreak", + "tm:calmmind", + "tm:chargebeam", + "tm:confide", + "tm:confuseray", + "tm:curse", + "tm:cut", + "tm:darkpulse", + "tm:doubleteam", + "tm:drainpunch", + "tm:dreameater", + "tm:embargo", + "tm:endure", + "tm:facade", + "tm:flash", + "tm:fling", + "tm:focusblast", + "tm:focuspunch", + "tm:foulplay", + "tm:frustration", + "tm:gigaimpact", + "tm:haze", + "tm:hex", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:icebeam", + "tm:icywind", + "tm:incinerate", + "tm:knockoff", + "tm:lashout", + "tm:nastyplot", + "tm:naturalgift", + "tm:nightshade", + "tm:payback", + "tm:poisonjab", + "tm:poweruppunch", + "tm:protect", + "tm:psychic", + "tm:psychup", + "tm:psyshock", + "tm:raindance", + "tm:rest", + "tm:retaliate", + "tm:return", + "tm:rockclimb", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:scaryface", + "tm:secretpower", + "tm:shadowball", + "tm:shadowclaw", + "tm:shockwave", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:snarl", + "tm:snatch", + "tm:spite", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swift", + "tm:swordsdance", + "tm:taunt", + "tm:terablast", + "tm:thief", + "tm:throatchop", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderwave", + "tm:torment", + "tm:toxic", + "tm:trick", + "tm:willowisp", + "tm:xscissor", + "tutor:darkvoid", + "tutor:doubleteam", + "tutor:drainpunch", + "tutor:feintattack", + "tutor:focuspunch", + "tutor:foulplay", + "tutor:headbutt", + "tutor:icywind", + "tutor:knockoff", + "tutor:lastresort", + "tutor:mudslap", + "tutor:nightmare", + "tutor:ominouswind", + "tutor:phantomforce", + "tutor:pursuit", + "tutor:quickattack", + "tutor:roaroftime", + "tutor:shockwave", + "tutor:sleeptalk", + "tutor:snatch", + "tutor:snore", + "tutor:spacialrend", + "tutor:spite", + "tutor:suckerpunch", + "tutor:swift", + "tutor:throatchop", + "tutor:trick", + "tutor:wonderroom" + ], + "labels": ["gen4", "mythical", "legendary"], + "pokedex": ["cobblemon.species.darkrai.desc"], + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 2, + "special_defence": 0, + "speed": 1 + }, + "height": 15, + "weight": 505, + "aspects": [], + "cannotDynamax": false +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/drapion.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/drapion.json new file mode 100644 index 0000000..8c3724f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/drapion.json @@ -0,0 +1,209 @@ +{ + "implemented": true, + "name": "Drapion", + "nationalPokedexNumber": 452, + "primaryType": "poison", + "secondaryType": "dark", + "abilities": [ + "battlearmor", + "sniper", + "h:keeneye" + ], + "drops": { + "amount": 2, + "entries": [ + { + "item": "cobblemon:poison_barb", + "percentage": 5.0 + }, + { + "item": "cobblemon:bluk_berry", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 70, + "attack": 90, + "defence": 110, + "special_attack": 60, + "special_defence": 75, + "speed": 95 + }, + "catchRate": 45, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 175, + "experienceGroup": "slow", + "eggCycles": 20, + "eggGroups": [ + "bug", + "water_3" + ], + "moves": [ + "1:bite", + "1:fellstinger", + "1:firefang", + "1:honeclaws", + "1:icefang", + "1:knockoff", + "1:leer", + "1:pinmissile", + "1:poisonsting", + "1:thunderfang", + "9:pinmissile", + "9:poisonfang", + "12:bite", + "12:pinmissile", + "13:acupressure", + "15:toxicspikes", + "16:pursuit", + "17:acupressure", + "18:bugbite", + "20:bugbite", + "21:venoshock", + "23:poisonfang", + "23:scaryface", + "24:knockoff", + "27:scaryface", + "27:venoshock", + "28:toxicspikes", + "30:honeclaws", + "30:pinmissile", + "33:toxic", + "34:bugbite", + "34:toxicspikes", + "36:nightslash", + "38:nightslash", + "39:crosspoison", + "39:poisonfang", + "43:scaryface", + "44:xscissor", + "48:honeclaws", + "49:acupressure", + "49:crunch", + "53:fellstinger", + "54:crunch", + "56:venoshock", + "57:crosspoison", + "58:crosspoison", + "65:crunch", + "73:crosspoison", + "tm:aerialace", + "tm:agility", + "tm:assurance", + "tm:attract", + "tm:brickbreak", + "tm:brutalswing", + "tm:bugbuzz", + "tm:bulldoze", + "tm:captivate", + "tm:confide", + "tm:crosspoison", + "tm:crunch", + "tm:cut", + "tm:darkpulse", + "tm:dig", + "tm:doubleteam", + "tm:earthquake", + "tm:endure", + "tm:facade", + "tm:falseswipe", + "tm:firefang", + "tm:flash", + "tm:fling", + "tm:frustration", + "tm:gigaimpact", + "tm:hiddenpower", + "tm:honeclaws", + "tm:hyperbeam", + "tm:icefang", + "tm:infestation", + "tm:irondefense", + "tm:irontail", + "tm:leechlife", + "tm:naturalgift", + "tm:payback", + "tm:pinmissile", + "tm:poisonjab", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:retaliate", + "tm:return", + "tm:roar", + "tm:rockclimb", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:sandtomb", + "tm:scaryface", + "tm:screech", + "tm:secretpower", + "tm:shadowball", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:snarl", + "tm:snore", + "tm:stompingtantrum", + "tm:strength", + "tm:strugglebug", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swordsdance", + "tm:taunt", + "tm:thief", + "tm:throatchop", + "tm:thunderfang", + "tm:torment", + "tm:toxic", + "tm:toxicspikes", + "tm:venomdrench", + "tm:venoshock", + "tm:xscissor", + "tutor:aquatail", + "tutor:bugbite", + "tutor:darkpulse", + "tutor:furycutter", + "tutor:headbutt", + "tutor:irontail", + "tutor:knockoff", + "tutor:lashout", + "tutor:mudslap", + "tutor:skittersmack", + "tutor:sleeptalk", + "tutor:snore", + "tutor:stompingtantrum", + "tutor:throatchop" + ], + "labels": [ + "gen4" + ], + "pokedex": [ + "cobblemon.species.drapion.desc" + ], + "preEvolution": "skorupi", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 2, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 13, + "weight": 615, + "aspects": [], + "cannotDynamax": false + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/froslass.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/froslass.json new file mode 100644 index 0000000..5c78450 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/froslass.json @@ -0,0 +1,222 @@ +{ + "implemented": true, + "name": "Froslass", + "nationalPokedexNumber": 478, + "primaryType": "ice", + "secondaryType": "ghost", + "abilities": [ + "snowcloak", + "h:cursedbody" + ], + "baseStats": { + "hp": 70, + "attack": 80, + "defence": 70, + "special_attack": 80, + "special_defence": 70, + "speed": 110 + }, + "catchRate": 75, + "maleRatio": 0, + "shoulderMountable": false, + "baseExperienceYield": 168, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": [ + "fairy", + "mineral" + ], + "moves": [ + "1:astonish", + "1:bite", + "1:crunch", + "1:destinybond", + "1:doubleteam", + "1:headbutt", + "1:icefang", + "1:iceshard", + "1:leer", + "1:ominouswind", + "1:powdersnow", + "1:protect", + "13:icywind", + "14:icywind", + "15:iceshard", + "19:astonish", + "19:confuseray", + "20:drainingkiss", + "22:ominouswind", + "23:drainingkiss", + "25:icywind", + "28:wakeupslap", + "28:willowisp", + "30:frostbreath", + "31:captivate", + "32:confuseray", + "35:confuseray", + "37:iceshard", + "37:wakeupslap", + "40:hail", + "40:snowscape", + "41:captivate", + "42:shadowball", + "47:willowisp", + "48:blizzard", + "51:blizzard", + "54:auroraveil", + "54:hail", + "59:destinybond", + "61:shadowball", + "68:blizzard", + "tm:allyswitch", + "tm:attract", + "tm:auroraveil", + "tm:avalanche", + "tm:blizzard", + "tm:bodyslam", + "tm:captivate", + "tm:charm", + "tm:chillingwater", + "tm:confide", + "tm:confuseray", + "tm:crunch", + "tm:curse", + "tm:doubleteam", + "tm:drainingkiss", + "tm:dreameater", + "tm:embargo", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:flash", + "tm:fling", + "tm:frostbreath", + "tm:frustration", + "tm:gigaimpact", + "tm:hail", + "tm:haze", + "tm:helpinghand", + "tm:hex", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:icebeam", + "tm:icefang", + "tm:icepunch", + "tm:icespinner", + "tm:iciclespear", + "tm:icywind", + "tm:imprison", + "tm:lightscreen", + "tm:naturalgift", + "tm:nightshade", + "tm:painsplit", + "tm:payback", + "tm:poltergeist", + "tm:protect", + "tm:psychic", + "tm:psychup", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:round", + "tm:safeguard", + "tm:scaryface", + "tm:secretpower", + "tm:shadowball", + "tm:shockwave", + "tm:sleeptalk", + "tm:snatch", + "tm:snore", + "tm:snowscape", + "tm:spikes", + "tm:spite", + "tm:substitute", + "tm:swagger", + "tm:takedown", + "tm:taunt", + "tm:telekinesis", + "tm:terablast", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderwave", + "tm:torment", + "tm:toxic", + "tm:trailblaze", + "tm:trick", + "tm:tripleaxel", + "tm:waterpulse", + "tm:weatherball", + "tm:willowisp", + "tutor:allyswitch", + "tutor:block", + "tutor:headbutt", + "tutor:icepunch", + "tutor:icywind", + "tutor:laserfocus", + "tutor:mudslap", + "tutor:ominouswind", + "tutor:painsplit", + "tutor:poltergeist", + "tutor:rollout", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:sleeptalk", + "tutor:snatch", + "tutor:snore", + "tutor:spite", + "tutor:suckerpunch", + "tutor:telekinesis", + "tutor:trick", + "tutor:tripleaxel", + "tutor:waterpulse" + ], + "labels": [ + "gen4" + ], + "pokedex": [ + "cobblemon.species.froslass.desc" + ], + "preEvolution": "snorunt", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "height": 13, + "weight": 266, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 5, + "entries": [ + { + "item": "minecraft:snowball", + "quantityRange": "0-2" + }, + { + "item": "cobblemon:dawn_stone", + "percentage": 5.0 + }, + { + "item": "cobblemon:never_melt_ice", + "percentage": 5.0 + }, + { + "item": "cobblemon:babiri_berry", + "percentage": 5.0 + } + ] + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/gastrodon.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/gastrodon.json new file mode 100644 index 0000000..7f6d64a --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/gastrodon.json @@ -0,0 +1,165 @@ +{ + "implemented": true, + "name": "Gastrodon", + "nationalPokedexNumber": 423, + "primaryType": "water", + "secondaryType": "ground", + "abilities": ["stickyhold", "stormdrain", "h:sandforce"], + "drops": { + "amount": 3, + "entries": [ + { + "item": "minecraft:clay_ball", + "quantityRange": "0-2" + }, + { + "item": "cobblemon:rindo_berry", + "percentage": 5 + } + ] + }, + "baseStats": { + "hp": 111, + "attack": 83, + "defence": 68, + "special_attack": 92, + "special_defence": 82, + "speed": 39 + }, + "catchRate": 75, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 166, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": ["water_1", "amorphous"], + "moves": [ + "1:harden", + "1:mudslap", + "1:mudsport", + "1:recover", + "1:watergun", + "1:waterpulse", + "11:mudbomb", + "15:waterpulse", + "16:hiddenpower", + "20:ancientpower", + "22:raindance", + "25:bodyslam", + "29:bodyslam", + "33:muddywater", + "39:earthpower", + "41:muddywater", + "46:raindance", + "53:memento", + "54:recover", + "tm:amnesia", + "tm:attract", + "tm:blizzard", + "tm:bodyslam", + "tm:brine", + "tm:bulldoze", + "tm:captivate", + "tm:chillingwater", + "tm:confide", + "tm:curse", + "tm:dig", + "tm:dive", + "tm:doubleteam", + "tm:earthpower", + "tm:earthquake", + "tm:endure", + "tm:facade", + "tm:flash", + "tm:frustration", + "tm:gigaimpact", + "tm:hail", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hydropump", + "tm:hyperbeam", + "tm:icebeam", + "tm:icywind", + "tm:infestation", + "tm:liquidation", + "tm:muddywater", + "tm:mudshot", + "tm:mudslap", + "tm:naturalgift", + "tm:painsplit", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:rockblast", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:sandstorm", + "tm:sandtomb", + "tm:scald", + "tm:secretpower", + "tm:skittersmack", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:sludgewave", + "tm:snore", + "tm:snowscape", + "tm:spikes", + "tm:stealthrock", + "tm:stompingtantrum", + "tm:stoneedge", + "tm:strength", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:takedown", + "tm:terablast", + "tm:toxic", + "tm:waterfall", + "tm:waterpulse", + "tm:weatherball", + "tm:whirlpool", + "tutor:ancientpower", + "tutor:block", + "tutor:dive", + "tutor:earthpower", + "tutor:headbutt", + "tutor:icebeam", + "tutor:icywind", + "tutor:mudslap", + "tutor:painsplit", + "tutor:protect", + "tutor:recover", + "tutor:skittersmack", + "tutor:sleeptalk", + "tutor:snore", + "tutor:stompingtantrum", + "tutor:stringshot", + "tutor:waterpulse" + ], + "labels": ["gen4"], + "pokedex": ["cobblemon.species.gastrodon.desc"], + "preEvolution": "shellos", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 2, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 9, + "weight": 299, + "aspects": [], + "cannotDynamax": false +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/glameow.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/glameow.json new file mode 100644 index 0000000..d3550fb --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/glameow.json @@ -0,0 +1,157 @@ +{ + "implemented": true, + "name": "Glameow", + "nationalPokedexNumber": 431, + "primaryType": "normal", + "abilities": ["limber", "owntempo", "h:keeneye"], + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:cheri_berry", + "percentage": 2.5 + } + ] + }, + "baseStats": { + "hp": 49, + "attack": 55, + "defence": 42, + "special_attack": 42, + "special_defence": 37, + "speed": 85 + }, + "catchRate": 190, + "maleRatio": 0.25, + "shoulderMountable": false, + "baseExperienceYield": 62, + "experienceGroup": "fast", + "eggCycles": 20, + "eggGroups": ["field"], + "moves": [ + "1:fakeout", + "5:scratch", + "8:growl", + "13:hypnosis", + "17:feintattack", + "20:furyswipes", + "25:charm", + "29:assist", + "32:captivate", + "37:slash", + "41:suckerpunch", + "44:attract", + "45:attract", + "48:honeclaws", + "50:playrough", + "egg:assurance", + "egg:bite", + "egg:faketears", + "egg:flail", + "egg:lastresort", + "egg:quickattack", + "egg:sandattack", + "egg:snatch", + "egg:tailwhip", + "egg:wakeupslap", + "tm:aerialace", + "tm:attract", + "tm:captivate", + "tm:confide", + "tm:cut", + "tm:dig", + "tm:doubleteam", + "tm:dreameater", + "tm:echoedvoice", + "tm:endure", + "tm:facade", + "tm:flash", + "tm:frustration", + "tm:hiddenpower", + "tm:honeclaws", + "tm:irontail", + "tm:naturalgift", + "tm:payback", + "tm:protect", + "tm:psychup", + "tm:raindance", + "tm:rest", + "tm:retaliate", + "tm:return", + "tm:round", + "tm:secretpower", + "tm:shadowball", + "tm:shadowclaw", + "tm:shockwave", + "tm:sleeptalk", + "tm:snatch", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:taunt", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:torment", + "tm:toxic", + "tm:uturn", + "tm:waterpulse", + "tm:workup", + "tutor:assurance", + "tutor:covet", + "tutor:fakeout", + "tutor:foulplay", + "tutor:furycutter", + "tutor:headbutt", + "tutor:hypervoice", + "tutor:irontail", + "tutor:knockoff", + "tutor:lastresort", + "tutor:mudslap", + "tutor:secretpower", + "tutor:shockwave", + "tutor:sleeptalk", + "tutor:snatch", + "tutor:snore", + "tutor:suckerpunch", + "tutor:superfang", + "tutor:swift", + "tutor:waterpulse" + ], + "labels": ["gen4"], + "pokedex": ["cobblemon.species.glameow.desc"], + "evolutions": [ + { + "id": "glameow_purugly", + "variant": "level_up", + "result": "purugly", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 38 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 1 + }, + "height": 5, + "weight": 39, + "aspects": [], + "cannotDynamax": false +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/manaphy.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/manaphy.json new file mode 100644 index 0000000..375707a --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/manaphy.json @@ -0,0 +1,158 @@ +{ + "implemented": true, + "name": "Manaphy", + "nationalPokedexNumber": 490, + "primaryType": "water", + "abilities": ["hydration"], + "baseStats": { + "hp": 100, + "attack": 100, + "defence": 100, + "special_attack": 100, + "special_defence": 100, + "speed": 100 + }, + "catchRate": 3, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 270, + "experienceGroup": "slow", + "eggCycles": 10, + "eggGroups": ["water_1", "fairy"], + "moves": [ + "1:bubble", + "1:heartswap", + "1:tailglow", + "1:watergun", + "1:watersport", + "9:charm", + "16:supersonic", + "24:bubblebeam", + "31:acidarmor", + "39:whirlpool", + "46:waterpulse", + "54:aquaring", + "61:dive", + "69:raindance", + "76:heartswap", + "76:takeheart", + "tm:alluringvoice", + "tm:batonpass", + "tm:blizzard", + "tm:brine", + "tm:calmmind", + "tm:charm", + "tm:chillingwater", + "tm:confide", + "tm:dazzlinggleam", + "tm:disarmingvoice", + "tm:dive", + "tm:doubleteam", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:faketears", + "tm:flash", + "tm:fling", + "tm:flipturn", + "tm:frustration", + "tm:gigaimpact", + "tm:grassknot", + "tm:hail", + "tm:haze", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hydropump", + "tm:hyperbeam", + "tm:icebeam", + "tm:icywind", + "tm:knockoff", + "tm:lightscreen", + "tm:liquidation", + "tm:mudslap", + "tm:naturalgift", + "tm:protect", + "tm:psybeam", + "tm:psychic", + "tm:psychup", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:round", + "tm:safeguard", + "tm:scald", + "tm:secretpower", + "tm:shadowball", + "tm:skillswap", + "tm:sleeptalk", + "tm:storedpower", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:terablast", + "tm:toxic", + "tm:uturn", + "tm:waterfall", + "tm:waterpulse", + "tm:weatherball", + "tm:whirlpool", + "tm:zenheadbutt", + "tutor:acidarmor", + "tutor:ancientpower", + "tutor:aquaring", + "tutor:bounce", + "tutor:bubble", + "tutor:covet", + "tutor:dive", + "tutor:healbell", + "tutor:heartswap", + "tutor:helpinghand", + "tutor:icywind", + "tutor:knockoff", + "tutor:lastresort", + "tutor:liquidation", + "tutor:mudslap", + "tutor:signalbeam", + "tutor:skillswap", + "tutor:sleeptalk", + "tutor:snore", + "tutor:swift", + "tutor:tailglow", + "tutor:uproar", + "tutor:waterpulse", + "tutor:watersport", + "tutor:whirlpool" + ], + "labels": ["gen4", "mythical", "legendary"], + "pokedex": ["cobblemon.species.manaphy.desc"], + "evolutions": [], + "baseScale": 0.6, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 3, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 3, + "weight": 14, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 1, + "entries": [ + { + "item": "minecraft:heart_of_the_sea" + } + ] + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/phione.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/phione.json new file mode 100644 index 0000000..e6ceea0 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/phione.json @@ -0,0 +1,137 @@ +{ + "implemented": true, + "name": "Phione", + "nationalPokedexNumber": 489, + "primaryType": "water", + "abilities": ["hydration"], + "baseStats": { + "hp": 80, + "attack": 80, + "defence": 80, + "special_attack": 80, + "special_defence": 80, + "speed": 80 + }, + "catchRate": 30, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 216, + "experienceGroup": "slow", + "eggCycles": 40, + "eggGroups": ["water_1", "fairy"], + "moves": [ + "1:bubble", + "1:watergun", + "1:watersport", + "9:charm", + "16:supersonic", + "24:bubblebeam", + "31:acidarmor", + "39:whirlpool", + "46:waterpulse", + "54:aquaring", + "61:dive", + "69:raindance", + "75:takeheart", + "tm:alluringvoice", + "tm:batonpass", + "tm:blizzard", + "tm:brine", + "tm:charm", + "tm:chillingwater", + "tm:confide", + "tm:dazzlinggleam", + "tm:disarmingvoice", + "tm:dive", + "tm:doubleteam", + "tm:endure", + "tm:facade", + "tm:fling", + "tm:flipturn", + "tm:frustration", + "tm:grassknot", + "tm:hail", + "tm:haze", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hydropump", + "tm:icebeam", + "tm:icywind", + "tm:knockoff", + "tm:liquidation", + "tm:naturalgift", + "tm:protect", + "tm:psychup", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:round", + "tm:safeguard", + "tm:scald", + "tm:secretpower", + "tm:sleeptalk", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:terablast", + "tm:toxic", + "tm:uturn", + "tm:waterfall", + "tm:waterpulse", + "tm:weatherball", + "tm:whirlpool", + "tm:zenheadbutt", + "tutor:ancientpower", + "tutor:bounce", + "tutor:covet", + "tutor:dive", + "tutor:grassknot", + "tutor:healbell", + "tutor:helpinghand", + "tutor:icywind", + "tutor:knockoff", + "tutor:lastresort", + "tutor:liquidation", + "tutor:mudslap", + "tutor:raindance", + "tutor:rest", + "tutor:signalbeam", + "tutor:sleeptalk", + "tutor:snore", + "tutor:surf", + "tutor:swift", + "tutor:uproar", + "tutor:waterpulse" + ], + "labels": ["gen4", "mythical", "legendary"], + "pokedex": ["cobblemon.species.phione.desc"], + "evolutions": [], + "baseScale": 0.6, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 1, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 4, + "weight": 31, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:mystic_water" + } + ] + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/purugly.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/purugly.json new file mode 100644 index 0000000..5522b5e --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/purugly.json @@ -0,0 +1,139 @@ +{ + "implemented": true, + "name": "Purugly", + "nationalPokedexNumber": 432, + "primaryType": "normal", + "abilities": ["thickfat", "owntempo", "h:defiant"], + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:cheri_berry", + "percentage": 5 + } + ] + }, + "baseStats": { + "hp": 71, + "attack": 82, + "defence": 64, + "special_attack": 64, + "special_defence": 59, + "speed": 112 + }, + "catchRate": 75, + "maleRatio": 0.25, + "shoulderMountable": false, + "baseExperienceYield": 158, + "experienceGroup": "fast", + "eggCycles": 20, + "eggGroups": ["field"], + "moves": [ + "1:fakeout", + "1:growl", + "1:scratch", + "1:swagger", + "13:hypnosis", + "17:feintattack", + "20:furyswipes", + "25:charm", + "29:assist", + "32:captivate", + "37:slash", + "38:swagger", + "45:bodyslam", + "52:attract", + "53:attract", + "60:honeclaws", + "tm:aerialace", + "tm:attract", + "tm:bulldoze", + "tm:captivate", + "tm:confide", + "tm:cut", + "tm:dig", + "tm:doubleteam", + "tm:dreameater", + "tm:echoedvoice", + "tm:endure", + "tm:facade", + "tm:flash", + "tm:frustration", + "tm:gigaimpact", + "tm:hiddenpower", + "tm:honeclaws", + "tm:hyperbeam", + "tm:irontail", + "tm:naturalgift", + "tm:payback", + "tm:protect", + "tm:psychup", + "tm:raindance", + "tm:rest", + "tm:retaliate", + "tm:return", + "tm:roar", + "tm:round", + "tm:secretpower", + "tm:shadowball", + "tm:shadowclaw", + "tm:shockwave", + "tm:sleeptalk", + "tm:snatch", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:taunt", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:torment", + "tm:toxic", + "tm:uturn", + "tm:waterpulse", + "tm:workup", + "tutor:covet", + "tutor:foulplay", + "tutor:furycutter", + "tutor:headbutt", + "tutor:hypervoice", + "tutor:irontail", + "tutor:knockoff", + "tutor:lastresort", + "tutor:mudslap", + "tutor:rollout", + "tutor:shockwave", + "tutor:sleeptalk", + "tutor:snatch", + "tutor:snore", + "tutor:stompingtantrum", + "tutor:suckerpunch", + "tutor:superfang", + "tutor:swift", + "tutor:throatchop", + "tutor:waterpulse" + ], + "labels": ["gen4"], + "pokedex": ["cobblemon.species.purugly.desc"], + "preEvolution": "glameow", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "height": 10, + "weight": 438, + "aspects": [], + "cannotDynamax": false +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/shaymin.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/shaymin.json new file mode 100644 index 0000000..365bdf8 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/shaymin.json @@ -0,0 +1,293 @@ +{ + "implemented": true, + "name": "Shaymin", + "nationalPokedexNumber": 492, + "primaryType": "grass", + "abilities": [ + "naturalcure" + ], + "drops": { + "amount": 7, + "entries": [ + { + "item": "cobblemon:rare_candy", + "quantityRange": "5-10" + }, + { + "item": "minecraft:spore_blossom", + "quantityRange": "2-9" + }, + { + "item": "cobblemon:miracle_seed", + "percentage": 50.0 + }, + { + "item": "cobblemon:max_revive", + "quantityRange": "3-9" + }, + { + "item": "minecraft:pitcher_pod", + "quantityRange": "2-12" + }, + { + "item": "cobblemon:ability_capsule", + "percentage": 25.0 + }, + { + "item": "cobblemon:ability_patch", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 100, + "attack": 100, + "defence": 100, + "special_attack": 100, + "special_defence": 100, + "speed": 100 + }, + "catchRate": 3, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 270, + "baseFriendship": 100, + "evYield": { + "hp": 3, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "medium_slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "canLook": false, + "walk": { + "walkSpeed": 0.250, + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": false, + "canBreatheUnderwater": false + } + } + }, + "features": ["sky"], + "moves": [ + "1:defensecurl", + "1:growth", + "10:magicalleaf", + "19:leechseed", + "28:quickattack", + "28:synthesis", + "37:sweetscent", + "46:naturalgift", + "46:playrough", + "55:worryseed", + "64:airslash", + "64:aromatherapy", + "64:grassyterrain", + "73:energyball", + "82:grasswhistle", + "82:sweetkiss", + "91:healingwish", + "91:leafstorm", + "91:luckychant", + "100:seedflare", + "tm:aircutter", + "tm:airslash", + "tm:batonpass", + "tm:bulletseed", + "tm:confide", + "tm:dazzlinggleam", + "tm:disarmingvoice", + "tm:doubleedge", + "tm:doubleteam", + "tm:earthpower", + "tm:endeavor", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:flash", + "tm:frustration", + "tm:gigadrain", + "tm:gigaimpact", + "tm:grassknot", + "tm:grassyglide", + "tm:grassyterrain", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:leafstorm", + "tm:magicalleaf", + "tm:naturalgift", + "tm:naturepower", + "tm:petalblizzard", + "tm:playrough", + "tm:protect", + "tm:psychic", + "tm:psychup", + "tm:rest", + "tm:return", + "tm:round", + "tm:safeguard", + "tm:secretpower", + "tm:seedbomb", + "tm:sleeptalk", + "tm:solarbeam", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swift", + "tm:swordsdance", + "tm:tailwind", + "tm:takedown", + "tm:terablast", + "tm:toxic", + "tm:trailblaze", + "tm:zenheadbutt", + "tutor:aircutter", + "tutor:airslash", + "tutor:aromatherapy", + "tutor:celebrate", + "tutor:covet", + "tutor:earthpower", + "tutor:endeavor", + "tutor:energyball", + "tutor:gigadrain", + "tutor:growth", + "tutor:headbutt", + "tutor:laserfocus", + "tutor:lastresort", + "tutor:leechseed", + "tutor:magicalleaf", + "tutor:mudslap", + "tutor:ominouswind", + "tutor:return", + "tutor:seedbomb", + "tutor:seedflare", + "tutor:sleeptalk", + "tutor:snore", + "tutor:substitute", + "tutor:sweetscent", + "tutor:swift", + "tutor:synthesis", + "tutor:tailwind", + "tutor:worryseed", + "tutor:zenheadbutt" + ], + "labels": [ + "gen4", + "mythical", + "legendary" + ], + "pokedex": [ + "cobblemon.species.shaymin.desc" + ], + "height": 2, + "weight": 21, + "evolutions": [ + { + "id": "shaymin_shayminsky", + "variant": "level_up", + "result": "shaymin sky=true", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "held_item", + "itemCondition": "minecraft:spore_blossom" + } + ] + } +], + "baseScale": 0.4, + "hitbox": { + "width": 0.6, + "height": 1, + "fixed": false + }, + "forms": [ + { + "name": "Sky", + "primaryType": "grass", + "secondaryType": "flying", + "abilities": [ + "serenegrace" + ], + "baseStats": { + "hp": 100, + "attack": 103, + "defence": 75, + "special_attack": 120, + "special_defence": 75, + "speed": 127 + }, + "catchRate": 3, + "maleRatio": -1, + "baseExperienceYield": 270, + "baseFriendship": 100, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 3 + }, + "experienceGroup": "medium_slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "labels": [ + "gen4", + "mythical", + "legendary" + ], + "aspects": [ + "sky" + ], + "baseScale": 0.7, + "hitbox": { + "width": 0.6, + "height": 0.8, + "fixed": false + }, + "height": 4, + "weight": 52, + "cannotDynamax": false, + "battleOnly": false, + "evolutions": [ + { + "id": "shayminsky_shaymin", + "variant": "level_up", + "result": "shaymin sky=false", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "held_item", + "itemCondition": "minecraft:spore_blossom" + } + ] + } + ] +} + ], + "aspects": [], + "cannotDynamax": false + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/shellos.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/shellos.json new file mode 100644 index 0000000..c2b32cb --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/shellos.json @@ -0,0 +1,177 @@ +{ + "implemented": true, + "name": "Shellos", + "nationalPokedexNumber": 422, + "primaryType": "water", + "abilities": ["stickyhold", "stormdrain", "h:sandforce"], + "drops": { + "amount": 2, + "entries": [ + { + "item": "minecraft:clay_ball", + "quantityRange": "0-1" + }, + { + "item": "cobblemon:rindo_berry", + "percentage": 2.5 + } + ] + }, + "baseStats": { + "hp": 76, + "attack": 48, + "defence": 48, + "special_attack": 57, + "special_defence": 62, + "speed": 34 + }, + "catchRate": 190, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 65, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": ["water_1", "amorphous"], + "moves": [ + "1:mudslap", + "1:watergun", + "2:mudsport", + "4:harden", + "5:harden", + "7:waterpulse", + "10:recover", + "11:mudbomb", + "15:waterpulse", + "16:hiddenpower", + "20:ancientpower", + "22:raindance", + "25:bodyslam", + "29:bodyslam", + "31:muddywater", + "35:earthpower", + "37:muddywater", + "40:raindance", + "45:memento", + "46:recover", + "egg:acidarmor", + "egg:amnesia", + "egg:brine", + "egg:clearsmog", + "egg:counter", + "egg:curse", + "egg:fissure", + "egg:memento", + "egg:mirrorcoat", + "egg:mist", + "egg:sludge", + "egg:spitup", + "egg:stockpile", + "egg:swallow", + "egg:trumpcard", + "egg:yawn", + "tm:amnesia", + "tm:attract", + "tm:blizzard", + "tm:bodyslam", + "tm:brine", + "tm:bulldoze", + "tm:captivate", + "tm:chillingwater", + "tm:confide", + "tm:curse", + "tm:dive", + "tm:doubleteam", + "tm:earthpower", + "tm:endure", + "tm:facade", + "tm:frustration", + "tm:hail", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hydropump", + "tm:icebeam", + "tm:icywind", + "tm:infestation", + "tm:liquidation", + "tm:muddywater", + "tm:mudshot", + "tm:mudslap", + "tm:naturalgift", + "tm:painsplit", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:rockslide", + "tm:rocktomb", + "tm:round", + "tm:sandstorm", + "tm:scald", + "tm:secretpower", + "tm:skittersmack", + "tm:sleeptalk", + "tm:snore", + "tm:snowscape", + "tm:stealthrock", + "tm:stoneedge", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:takedown", + "tm:terablast", + "tm:toxic", + "tm:waterfall", + "tm:waterpulse", + "tm:whirlpool", + "tutor:ancientpower", + "tutor:dive", + "tutor:earthpower", + "tutor:headbutt", + "tutor:icywind", + "tutor:mudslap", + "tutor:painsplit", + "tutor:secretpower", + "tutor:skittersmack", + "tutor:sleeptalk", + "tutor:snore", + "tutor:stringshot", + "tutor:waterpulse", + "tutor:yawn" + ], + "labels": ["gen4"], + "pokedex": ["cobblemon.species.shellos.desc"], + "evolutions": [ + { + "id": "shellos_gastrodon", + "variant": "level_up", + "result": "gastrodon", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 30 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 1, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 3, + "weight": 63, + "aspects": [], + "cannotDynamax": false +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/skorupi.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/skorupi.json new file mode 100644 index 0000000..df2afa4 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/skorupi.json @@ -0,0 +1,211 @@ +{ + "implemented": true, + "name": "Skorupi", + "nationalPokedexNumber": 451, + "primaryType": "poison", + "secondaryType": "bug", + "abilities": [ + "battlearmor", + "sniper", + "h:keeneye" + ], + "drops": { + "amount": 2, + "entries": [ + { + "item": "cobblemon:poison_barb", + "percentage": 2.5 + }, + { + "item": "cobblemon:bluk_berry", + "percentage": 2.5 + } + ] + }, + "baseStats": { + "hp": 40, + "attack": 50, + "defence": 90, + "special_attack": 30, + "special_defence": 55, + "speed": 65 + }, + "catchRate": 120, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 66, + "experienceGroup": "slow", + "eggCycles": 20, + "eggGroups": [ + "bug", + "water_3" + ], + "moves": [ + "1:bite", + "1:leer", + "1:poisonsting", + "3:honeclaws", + "5:knockoff", + "6:fellstinger", + "6:knockoff", + "9:pinmissile", + "9:poisonfang", + "12:bite", + "12:pinmissile", + "13:acupressure", + "15:toxicspikes", + "16:pursuit", + "17:acupressure", + "18:bugbite", + "20:bugbite", + "21:venoshock", + "23:poisonfang", + "23:scaryface", + "24:knockoff", + "27:scaryface", + "27:venoshock", + "28:toxicspikes", + "30:honeclaws", + "30:pinmissile", + "33:toxic", + "34:bugbite", + "34:toxicspikes", + "36:nightslash", + "38:nightslash", + "39:crosspoison", + "39:poisonfang", + "41:scaryface", + "42:xscissor", + "45:acupressure", + "45:crunch", + "45:honeclaws", + "47:fellstinger", + "48:crunch", + "49:crosspoison", + "50:crosspoison", + "50:venoshock", + "56:crunch", + "61:crosspoison", + "egg:agility", + "egg:confuseray", + "egg:feintattack", + "egg:irontail", + "egg:nightslash", + "egg:poisontail", + "egg:pursuit", + "egg:sandattack", + "egg:screech", + "egg:slash", + "egg:twineedle", + "egg:whirlwind", + "tm:aerialace", + "tm:agility", + "tm:assurance", + "tm:attract", + "tm:brickbreak", + "tm:bugbuzz", + "tm:captivate", + "tm:confide", + "tm:crosspoison", + "tm:crunch", + "tm:cut", + "tm:darkpulse", + "tm:dig", + "tm:doubleteam", + "tm:endure", + "tm:facade", + "tm:falseswipe", + "tm:flash", + "tm:fling", + "tm:frustration", + "tm:hiddenpower", + "tm:honeclaws", + "tm:infestation", + "tm:irontail", + "tm:naturalgift", + "tm:payback", + "tm:pinmissile", + "tm:poisonjab", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:scaryface", + "tm:screech", + "tm:secretpower", + "tm:shadowball", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:snore", + "tm:strength", + "tm:strugglebug", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swordsdance", + "tm:taunt", + "tm:thief", + "tm:torment", + "tm:toxic", + "tm:toxicspikes", + "tm:venoshock", + "tm:xscissor", + "tutor:agility", + "tutor:aquatail", + "tutor:bite", + "tutor:bugbite", + "tutor:darkpulse", + "tutor:furycutter", + "tutor:headbutt", + "tutor:irontail", + "tutor:knockoff", + "tutor:mudslap", + "tutor:skittersmack", + "tutor:sleeptalk", + "tutor:snore" + ], + "labels": [ + "gen4" + ], + "pokedex": [ + "cobblemon.species.skorupi.desc" + ], + "evolutions": [ + { + "id": "skorupi_drapion", + "variant": "level_up", + "result": "drapion", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 40 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 1, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 8, + "weight": 120, + "aspects": [], + "cannotDynamax": false + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/skuntank.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/skuntank.json new file mode 100644 index 0000000..c7148ea --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/skuntank.json @@ -0,0 +1,208 @@ +{ + "implemented": true, + "name": "Skuntank", + "nationalPokedexNumber": 435, + "primaryType": "poison", + "secondaryType": "dark", + "abilities": [ + "stench", + "aftermath", + "h:keeneye" + ], + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:pecha_berry", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 103, + "attack": 93, + "defence": 67, + "special_attack": 71, + "special_defence": 61, + "speed": 84 + }, + "catchRate": 60, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 168, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": [ + "field" + ], + "moves": [ + "1:feint", + "1:flamethrower", + "1:focusenergy", + "1:poisongas", + "1:scratch", + "1:screech", + "1:smokescreen", + "7:screech", + "9:acidspray", + "9:furyswipes", + "10:furyswipes", + "12:furyswipes", + "13:smokescreen", + "14:smokescreen", + "15:feint", + "15:focusenergy", + "18:bite", + "18:feint", + "19:acidspray", + "20:toxic", + "21:bite", + "21:venoshock", + "22:slash", + "24:screech", + "25:slash", + "27:toxic", + "30:suckerpunch", + "31:nightslash", + "32:acidspray", + "33:memento", + "34:flamethrower", + "37:venomdrench", + "38:nightslash", + "39:suckerpunch", + "41:memento", + "41:nightslash", + "43:belch", + "45:explosion", + "48:explosion", + "48:venomdrench", + "51:memento", + "52:explosion", + "53:explosion", + "56:belch", + "61:explosion", + "tm:acidspray", + "tm:assurance", + "tm:attract", + "tm:bodyslam", + "tm:burningjealousy", + "tm:captivate", + "tm:confide", + "tm:crunch", + "tm:cut", + "tm:darkpulse", + "tm:defog", + "tm:dig", + "tm:doubleedge", + "tm:doubleteam", + "tm:endeavor", + "tm:endure", + "tm:explosion", + "tm:facade", + "tm:fireblast", + "tm:firespin", + "tm:flamethrower", + "tm:focusenergy", + "tm:foulplay", + "tm:frustration", + "tm:gigaimpact", + "tm:gunkshot", + "tm:haze", + "tm:helpinghand", + "tm:hex", + "tm:hiddenpower", + "tm:honeclaws", + "tm:hyperbeam", + "tm:incinerate", + "tm:irontail", + "tm:knockoff", + "tm:lashout", + "tm:nastyplot", + "tm:naturalgift", + "tm:payback", + "tm:playrough", + "tm:poisonjab", + "tm:poisontail", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:roar", + "tm:rocksmash", + "tm:round", + "tm:scaryface", + "tm:screech", + "tm:secretpower", + "tm:shadowball", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:sludgewave", + "tm:snarl", + "tm:snatch", + "tm:snore", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:superfang", + "tm:swagger", + "tm:swift", + "tm:tailslap", + "tm:takedown", + "tm:taunt", + "tm:temperflare", + "tm:terablast", + "tm:thief", + "tm:throatchop", + "tm:torment", + "tm:toxic", + "tm:toxicspikes", + "tm:trailblaze", + "tm:venomdrench", + "tm:venoshock", + "tutor:burningjealousy", + "tutor:corrosivegas", + "tutor:darkpulse", + "tutor:defog", + "tutor:foulplay", + "tutor:furycutter", + "tutor:headbutt", + "tutor:irontail", + "tutor:lashout", + "tutor:mudslap", + "tutor:sleeptalk", + "tutor:snatch", + "tutor:snore", + "tutor:suckerpunch", + "tutor:swift", + "tutor:throatchop" + ], + "labels": [ + "gen4" + ], + "pokedex": [ + "cobblemon.species.skuntank.desc" + ], + "preEvolution": "stunky", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 2, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 10, + "weight": 380, + "aspects": [], + "cannotDynamax": false + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/stunky.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/stunky.json new file mode 100644 index 0000000..b8084d0 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/stunky.json @@ -0,0 +1,229 @@ +{ + "implemented": true, + "name": "Stunky", + "nationalPokedexNumber": 434, + "primaryType": "poison", + "secondaryType": "dark", + "abilities": [ + "stench", + "aftermath", + "h:keeneye" + ], + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:pecha_berry", + "percentage": 2.5 + } + ] + }, + "baseStats": { + "hp": 63, + "attack": 63, + "defence": 47, + "special_attack": 41, + "special_defence": 41, + "speed": 74 + }, + "catchRate": 225, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 66, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": [ + "field" + ], + "moves": [ + "1:focusenergy", + "1:poisongas", + "1:scratch", + "3:feint", + "3:poisongas", + "4:poisongas", + "6:smokescreen", + "7:screech", + "9:acidspray", + "9:furyswipes", + "10:furyswipes", + "12:furyswipes", + "13:smokescreen", + "14:smokescreen", + "15:feint", + "15:focusenergy", + "18:bite", + "18:feint", + "19:acidspray", + "20:toxic", + "21:bite", + "21:venoshock", + "22:slash", + "24:screech", + "25:slash", + "27:toxic", + "30:suckerpunch", + "31:nightslash", + "32:acidspray", + "33:memento", + "36:nightslash", + "37:memento", + "37:nightslash", + "37:venomdrench", + "39:belch", + "39:suckerpunch", + "42:explosion", + "42:venomdrench", + "43:belch", + "43:memento", + "44:explosion", + "45:explosion", + "46:belch", + "49:explosion", + "egg:astonish", + "egg:crunch", + "egg:doubleedge", + "egg:flameburst", + "egg:foulplay", + "egg:haze", + "egg:irontail", + "egg:leer", + "egg:playrough", + "egg:punishment", + "egg:pursuit", + "egg:scaryface", + "egg:slash", + "egg:smog", + "tm:acidspray", + "tm:assurance", + "tm:attract", + "tm:bodyslam", + "tm:captivate", + "tm:confide", + "tm:crunch", + "tm:cut", + "tm:darkpulse", + "tm:defog", + "tm:dig", + "tm:doubleedge", + "tm:doubleteam", + "tm:endure", + "tm:explosion", + "tm:facade", + "tm:fireblast", + "tm:flamethrower", + "tm:focusenergy", + "tm:foulplay", + "tm:frustration", + "tm:gunkshot", + "tm:haze", + "tm:helpinghand", + "tm:hex", + "tm:hiddenpower", + "tm:honeclaws", + "tm:incinerate", + "tm:irontail", + "tm:knockoff", + "tm:lashout", + "tm:nastyplot", + "tm:naturalgift", + "tm:payback", + "tm:playrough", + "tm:poisonjab", + "tm:poisontail", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:roar", + "tm:rocksmash", + "tm:round", + "tm:scaryface", + "tm:screech", + "tm:secretpower", + "tm:shadowball", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:sludgewave", + "tm:snarl", + "tm:snatch", + "tm:snore", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swift", + "tm:tailslap", + "tm:takedown", + "tm:taunt", + "tm:temperflare", + "tm:terablast", + "tm:thief", + "tm:throatchop", + "tm:torment", + "tm:toxic", + "tm:toxicspikes", + "tm:trailblaze", + "tm:venomdrench", + "tm:venoshock", + "tutor:corrosivegas", + "tutor:darkpulse", + "tutor:defog", + "tutor:foulplay", + "tutor:furycutter", + "tutor:headbutt", + "tutor:irontail", + "tutor:lashout", + "tutor:mudslap", + "tutor:screech", + "tutor:sleeptalk", + "tutor:snatch", + "tutor:snore", + "tutor:suckerpunch", + "tutor:swift", + "tutor:throatchop" + ], + "labels": [ + "gen4" + ], + "pokedex": [ + "cobblemon.species.stunky.desc" + ], + "evolutions": [ + { + "id": "stunky_skuntank", + "variant": "level_up", + "result": "skuntank", + "consumeHeldItem": false, + "learnableMoves": [ + "flamethrower" + ], + "requirements": [ + { + "variant": "level", + "minLevel": 34 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 1 + }, + "height": 4, + "weight": 192, + "aspects": [], + "cannotDynamax": false + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/toxicroak.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/toxicroak.json new file mode 100644 index 0000000..4f1f8be --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/toxicroak.json @@ -0,0 +1,199 @@ +{ + "implemented": true, + "name": "Toxicroak", + "nationalPokedexNumber": 454, + "primaryType": "poison", + "secondaryType": "fighting", + "abilities": [ + "anticipation", + "dryskin", + "h:poisontouch" + ], + "baseStats": { + "hp": 83, + "attack": 106, + "defence": 65, + "special_attack": 86, + "special_defence": 65, + "speed": 85 + }, + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": false, + "depth": "normal", + "light": "0-4" + } + }, + "catchRate": 75, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 172, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": [ + "human_like" + ], + "moves": [ + "1:astonish", + "1:mudslap", + "1:poisonsting", + "10:taunt", + "15:pursuit", + "16:lowkick", + "17:feintattack", + "22:revenge", + "24:swagger", + "29:mudbomb", + "31:suckerpunch", + "36:nastyplot", + "36:toxic", + "36:venoshock", + "41:poisonjab", + "49:sludgebomb", + "54:flatter", + "58:belch", + "tm:acidspray", + "tm:aerialace", + "tm:assurance", + "tm:attract", + "tm:batonpass", + "tm:bounce", + "tm:brickbreak", + "tm:bulkup", + "tm:bulldoze", + "tm:captivate", + "tm:chillingwater", + "tm:closecombat", + "tm:confide", + "tm:crosspoison", + "tm:cut", + "tm:darkpulse", + "tm:dig", + "tm:doubleteam", + "tm:drainpunch", + "tm:earthquake", + "tm:embargo", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:fling", + "tm:focusblast", + "tm:focuspunch", + "tm:foulplay", + "tm:frustration", + "tm:gigaimpact", + "tm:gunkshot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:icepunch", + "tm:icywind", + "tm:lowkick", + "tm:lowsweep", + "tm:megakick", + "tm:megapunch", + "tm:mudshot", + "tm:mudslap", + "tm:nastyplot", + "tm:naturalgift", + "tm:payback", + "tm:poisonjab", + "tm:poweruppunch", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:retaliate", + "tm:return", + "tm:revenge", + "tm:reversal", + "tm:rockclimb", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:scaryface", + "tm:screech", + "tm:secretpower", + "tm:shadowball", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:sludgewave", + "tm:snatch", + "tm:snore", + "tm:stoneedge", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swordsdance", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thief", + "tm:throatchop", + "tm:thunderpunch", + "tm:torment", + "tm:toxic", + "tm:venomdrench", + "tm:venoshock", + "tm:workup", + "tm:xscissor", + "tutor:bounce", + "tutor:coaching", + "tutor:corrosivegas", + "tutor:darkpulse", + "tutor:drainpunch", + "tutor:dualchop", + "tutor:focuspunch", + "tutor:foulplay", + "tutor:furycutter", + "tutor:gunkshot", + "tutor:headbutt", + "tutor:helpinghand", + "tutor:icepunch", + "tutor:icywind", + "tutor:knockoff", + "tutor:lashout", + "tutor:lowkick", + "tutor:mudslap", + "tutor:roleplay", + "tutor:sleeptalk", + "tutor:snatch", + "tutor:snore", + "tutor:spite", + "tutor:suckerpunch", + "tutor:superfang", + "tutor:throatchop", + "tutor:thunderpunch", + "tutor:vacuumwave" + ], + "labels": [ + "gen4" + ], + "pokedex": [ + "cobblemon.species.toxicroak.desc" + ], + "preEvolution": "croagunk", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 0.88, + "height": 1.8, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 2, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 13, + "weight": 444, + "aspects": [], + "cannotDynamax": false +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/amoonguss.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/amoonguss.json new file mode 100644 index 0000000..f19dfab --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/amoonguss.json @@ -0,0 +1,133 @@ +{ + "implemented": true, + "name": "Amoonguss", + "nationalPokedexNumber": 591, + "primaryType": "grass", + "secondaryType": "poison", + "abilities": ["effectspore", "h:regenerator"], + "drops": { + "amount": 3, + "entries": [ + { + "item": "minecraft:red_mushroom", + "quantityRange": "0-2" + }, + { + "item": "cobblemon:cheri_berry", + "percentage": 5 + } + ] + }, + "baseStats": { + "hp": 114, + "attack": 85, + "defence": 70, + "special_attack": 85, + "special_defence": 80, + "speed": 30 + }, + "catchRate": 75, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 162, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": ["grass"], + "moves": [ + "1:absorb", + "1:astonish", + "1:bide", + "1:growth", + "1:stunspore", + "12:megadrain", + "16:synthesis", + "20:clearsmog", + "20:feintattack", + "24:sweetscent", + "28:gigadrain", + "32:ingrain", + "36:toxic", + "42:ragepowder", + "48:solarbeam", + "54:spore", + "tm:attract", + "tm:bodyslam", + "tm:bulletseed", + "tm:confide", + "tm:doubleteam", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:flash", + "tm:foulplay", + "tm:frustration", + "tm:gigadrain", + "tm:gigaimpact", + "tm:grassknot", + "tm:grassyterrain", + "tm:hex", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:leafstorm", + "tm:magicalleaf", + "tm:naturepower", + "tm:payback", + "tm:pollenpuff", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:round", + "tm:scaryface", + "tm:secretpower", + "tm:seedbomb", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:snore", + "tm:solarbeam", + "tm:stompingtantrum", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:terablast", + "tm:toxic", + "tm:venoshock", + "tutor:afteryou", + "tutor:clearsmog", + "tutor:foulplay", + "tutor:gastroacid", + "tutor:gigadrain", + "tutor:protect", + "tutor:ragepowder", + "tutor:seedbomb", + "tutor:sleeptalk", + "tutor:snore", + "tutor:spore", + "tutor:stompingtantrum", + "tutor:synthesis", + "tutor:worryseed" + ], + "labels": ["gen5"], + "pokedex": ["cobblemon.species.amoonguss.desc"], + "preEvolution": "foongus", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 2, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 6, + "weight": 105, + "aspects": [], + "cannotDynamax": false +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/axew.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/axew.json new file mode 100644 index 0000000..1f64d38 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/axew.json @@ -0,0 +1,191 @@ +{ + "implemented": true, + "name": "Axew", + "nationalPokedexNumber": 610, + "primaryType": "dragon", + "abilities": ["rivalry", "moldbreaker", "h:unnerve"], + "drops": { + "amount": 2, + "entries": [ + { + "item": "cobblemon:dragon_fang", + "percentage": 2.5 + }, + { + "item": "cobblemon:haban_berry", + "percentage": 2.5 + } + ] + }, + "baseStats": { + "hp": 46, + "attack": 87, + "defence": 60, + "special_attack": 30, + "special_defence": 40, + "speed": 57 + }, + "catchRate": 75, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 64, + "experienceGroup": "slow", + "eggCycles": 40, + "eggGroups": ["monster", "dragon"], + "moves": [ + "1:leer", + "1:scratch", + "3:bite", + "6:falseswipe", + "9:assurance", + "10:dragonrage", + "12:taunt", + "15:slash", + "18:dragonclaw", + "21:scaryface", + "24:crunch", + "27:dragondance", + "30:breakingswipe", + "30:dualchop", + "33:focusenergy", + "33:laserfocus", + "36:dragonpulse", + "39:swordsdance", + "42:outrage", + "45:guillotine", + "48:gigaimpact", + "egg:aquatail", + "egg:counter", + "egg:dragonpulse", + "egg:endeavor", + "egg:endure", + "egg:firstimpression", + "egg:focusenergy", + "egg:harden", + "egg:irontail", + "egg:nightslash", + "egg:razorwind", + "egg:reversal", + "tm:aerialace", + "tm:assurance", + "tm:attract", + "tm:breakingswipe", + "tm:brickbreak", + "tm:bulldoze", + "tm:confide", + "tm:crunch", + "tm:cut", + "tm:dig", + "tm:doubleedge", + "tm:doubleteam", + "tm:dracometeor", + "tm:dragoncheer", + "tm:dragonclaw", + "tm:dragondance", + "tm:dragonpulse", + "tm:dragontail", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:falseswipe", + "tm:fling", + "tm:focusenergy", + "tm:frustration", + "tm:gigaimpact", + "tm:hiddenpower", + "tm:honeclaws", + "tm:incinerate", + "tm:ironhead", + "tm:irontail", + "tm:outrage", + "tm:payback", + "tm:poisonjab", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:reversal", + "tm:roar", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:scaleshot", + "tm:scaryface", + "tm:secretpower", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:snarl", + "tm:snore", + "tm:stompingtantrum", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:superpower", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:swordsdance", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:toxic", + "tm:trailblaze", + "tm:xscissor", + "tutor:aquatail", + "tutor:counter", + "tutor:dracometeor", + "tutor:dragonclaw", + "tutor:dragonpulse", + "tutor:dragonrage", + "tutor:dualchop", + "tutor:endeavor", + "tutor:endure", + "tutor:gigaimpact", + "tutor:irontail", + "tutor:nightslash", + "tutor:outrage", + "tutor:return", + "tutor:scaleshot", + "tutor:scratch", + "tutor:shockwave", + "tutor:sleeptalk", + "tutor:snore", + "tutor:superpower" + ], + "labels": ["gen5"], + "pokedex": ["cobblemon.species.axew.desc"], + "evolutions": [ + { + "id": "axew_fraxure", + "variant": "level_up", + "result": "fraxure", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 38 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 35, + "evYield": { + "hp": 0, + "attack": 1, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 6, + "weight": 180, + "aspects": [], + "cannotDynamax": false +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/bisharp.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/bisharp.json new file mode 100644 index 0000000..2066156 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/bisharp.json @@ -0,0 +1,197 @@ +{ + "implemented":true, + "name": "Bisharp", + "nationalPokedexNumber": 625, + "primaryType": "dark", + "secondaryType": "steel", + "abilities": [ + "defiant", + "innerfocus", + "h:pressure" + ], + "drops": { + "amount": 2, + "entries": [ + { + "item": "minecraft:iron_helmet", + "percentage": 5.0 + }, + { + "item": "cobblemon:chople_berry", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 65, + "attack": 125, + "defence": 100, + "special_attack": 60, + "special_defence": 70, + "speed": 70 + }, + "catchRate": 45, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 172, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": [ + "human_like" + ], + "moves": [ + "1:furycutter", + "1:leer", + "1:metalburst", + "1:metalclaw", + "1:scratch", + "15:torment", + "17:feintattack", + "20:scaryface", + "25:assurance", + "30:metalsound", + "35:slash", + "40:nightslash", + "41:embargo", + "45:irondefense", + "50:laserfocus", + "50:retaliate", + "57:ironhead", + "64:swordsdance", + "71:guillotine", + "tm:aerialace", + "tm:airslash", + "tm:assurance", + "tm:attract", + "tm:beatup", + "tm:brickbreak", + "tm:confide", + "tm:cut", + "tm:darkpulse", + "tm:dig", + "tm:doubleteam", + "tm:embargo", + "tm:endure", + "tm:facade", + "tm:falseswipe", + "tm:flashcannon", + "tm:fling", + "tm:focusblast", + "tm:foulplay", + "tm:frustration", + "tm:gigaimpact", + "tm:grassknot", + "tm:hiddenpower", + "tm:honeclaws", + "tm:hyperbeam", + "tm:irondefense", + "tm:ironhead", + "tm:lashout", + "tm:lowkick", + "tm:lowsweep", + "tm:metalclaw", + "tm:metalsound", + "tm:payback", + "tm:poisonjab", + "tm:poweruppunch", + "tm:protect", + "tm:psychocut", + "tm:raindance", + "tm:rest", + "tm:retaliate", + "tm:return", + "tm:revenge", + "tm:reversal", + "tm:rockpolish", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:sandstorm", + "tm:scaryface", + "tm:screech", + "tm:secretpower", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:snarl", + "tm:snore", + "tm:spite", + "tm:stealthrock", + "tm:steelbeam", + "tm:stoneedge", + "tm:substitute", + "tm:swagger", + "tm:swordsdance", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thief", + "tm:throatchop", + "tm:thunderwave", + "tm:torment", + "tm:toxic", + "tm:xscissor", + "tutor:darkpulse", + "tutor:dualchop", + "tutor:foulplay", + "tutor:irondefense", + "tutor:ironhead", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:lashout", + "tutor:lowkick", + "tutor:magnetrise", + "tutor:roleplay", + "tutor:sleeptalk", + "tutor:snatch", + "tutor:snore", + "tutor:spite", + "tutor:stealthrock", + "tutor:steelbeam", + "tutor:throatchop" + ], + "labels": [ + "gen5" + ], + "pokedex": [ + "cobblemon.species.bisharp.desc" + ], + "preEvolution": "pawniard", + "evolutions": [ + { + "id": "bisharp_kingambit", + "variant": "level_up", + "result": "kingambit", + "consumeHeldItem": false, + "learnableMoves": [ + "kowtowcleave" + ], + "requirements": [ + { + "variant": "defeat", + "target": "bisharp held_item=cobblemon:leaders_crest", + "amount": 3 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 35, + "evYield": { + "hp": 0, + "attack": 2, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 16, + "weight": 700, + "aspects": [], + "cannotDynamax": false + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/cinccino.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/cinccino.json new file mode 100644 index 0000000..acbd2ef --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/cinccino.json @@ -0,0 +1,167 @@ +{ + "implemented": true, + "name": "Cinccino", + "nationalPokedexNumber": 573, + "primaryType": "normal", + "abilities": [ + "cutecharm", + "technician", + "h:skilllink" + ], + "drops": { + "amount": 2, + "entries": [ + { + "item": "cobblemon:silk_scarf", + "percentage": 5.0 + }, + { + "item": "cobblemon:chesto_berry", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 75, + "attack": 95, + "defence": 60, + "special_attack": 65, + "special_defence": 60, + "speed": 115 + }, + "catchRate": 60, + "maleRatio": 0.25, + "shoulderMountable": false, + "baseExperienceYield": 165, + "experienceGroup": "fast", + "eggCycles": 15, + "eggGroups": [ + "field" + ], + "moves": [ + "1:afteryou", + "1:babydolleyes", + "1:bulletseed", + "1:charm", + "1:echoedvoice", + "1:encore", + "1:helpinghand", + "1:hypervoice", + "1:lastresort", + "1:pound", + "1:rockblast", + "1:sing", + "1:slam", + "1:swift", + "1:tailslap", + "1:tickle", + "tm:alluringvoice", + "tm:attract", + "tm:batonpass", + "tm:bulletseed", + "tm:calmmind", + "tm:charm", + "tm:chillingwater", + "tm:confide", + "tm:dazzlinggleam", + "tm:dig", + "tm:doubleedge", + "tm:doubleteam", + "tm:echoedvoice", + "tm:encore", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:fling", + "tm:focusblast", + "tm:frustration", + "tm:gigaimpact", + "tm:grassknot", + "tm:gunkshot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:hypervoice", + "tm:icespinner", + "tm:irontail", + "tm:knockoff", + "tm:lightscreen", + "tm:mudslap", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:retaliate", + "tm:return", + "tm:rockblast", + "tm:round", + "tm:safeguard", + "tm:secretpower", + "tm:seedbomb", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:sunnyday", + "tm:superfang", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:tailslap", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderwave", + "tm:toxic", + "tm:trailblaze", + "tm:tripleaxel", + "tm:uproar", + "tm:uturn", + "tm:workup", + "tutor:afteryou", + "tutor:aquatail", + "tutor:covet", + "tutor:gunkshot", + "tutor:helpinghand", + "tutor:hypervoice", + "tutor:irontail", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:lastresort", + "tutor:seedbomb", + "tutor:shockwave", + "tutor:sleeptalk", + "tutor:snore", + "tutor:tripleaxel", + "tutor:uproar" + ], + "labels": [ + "gen5" + ], + "pokedex": [ + "cobblemon.species.cinccino.desc" + ], + "preEvolution": "minccino", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "height": 5, + "weight": 75, + "aspects": [], + "cannotDynamax": false + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/drilbur.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/drilbur.json new file mode 100644 index 0000000..a22b688 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/drilbur.json @@ -0,0 +1,157 @@ +{ + "implemented": true, + "name": "Drilbur", + "nationalPokedexNumber": 529, + "primaryType": "ground", + "abilities": [ + "sandrush", + "sandforce", + "h:moldbreaker" + ], + "baseStats": { + "hp": 60, + "attack": 85, + "defence": 40, + "special_attack": 30, + "special_defence": 45, + "speed": 68 + }, + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": true, + "depth": "normal", + "light": "0-4" + } + }, + "catchRate": 120, + "maleRatio": 0.5, + "shoulderMountable": true, + "baseExperienceYield": 66, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": [ + "field" + ], + "moves": [ + "1:mudsport", + "1:scratch", + "5:rapidspin", + "8:mudslap", + "12:furyswipes", + "15:metalclaw", + "19:dig", + "22:honeclaws", + "24:crushclaw", + "26:slash", + "29:rockslide", + "33:earthquake", + "36:swordsdance", + "40:sandstorm", + "43:drillrun", + "47:fissure", + "egg:crushclaw", + "egg:earthpower", + "egg:irondefense", + "egg:metalsound", + "egg:rapidspin", + "egg:rockclimb", + "egg:skullbash", + "egg:slash", + "egg:submission", + "tm:aerialace", + "tm:attract", + "tm:brickbreak", + "tm:bulldoze", + "tm:confide", + "tm:cut", + "tm:dig", + "tm:doubleteam", + "tm:drillrun", + "tm:earthpower", + "tm:earthquake", + "tm:endure", + "tm:facade", + "tm:fling", + "tm:frustration", + "tm:hiddenpower", + "tm:highhorsepower", + "tm:honeclaws", + "tm:irondefense", + "tm:mudshot", + "tm:poisonjab", + "tm:protect", + "tm:rest", + "tm:return", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:sandstorm", + "tm:sandtomb", + "tm:secretpower", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:snore", + "tm:stealthrock", + "tm:strength", + "tm:substitute", + "tm:swagger", + "tm:swordsdance", + "tm:toxic", + "tm:xscissor", + "tutor:drillrun", + "tutor:earthpower", + "tutor:irondefense", + "tutor:metalsound", + "tutor:rapidspin", + "tutor:rockclimb", + "tutor:scorchingsands", + "tutor:sleeptalk", + "tutor:snore", + "tutor:stealthrock" + ], + "labels": [ + "gen5" + ], + "pokedex": [ + "cobblemon.species.drilbur.desc" + ], + "evolutions": [ + { + "id": "drilbur_excadrill", + "variant": "level_up", + "result": "excadrill", + "consumeHeldItem": false, + "learnableMoves": [ + "horndrill" + ], + "requirements": [ + { + "variant": "level", + "minLevel": 31 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 0.9, + "height": 0.8, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 1, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 3, + "weight": 85, + "aspects": [], + "cannotDynamax": false +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/druddigon.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/druddigon.json new file mode 100644 index 0000000..ca18911 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/druddigon.json @@ -0,0 +1,196 @@ +{ + "implemented": true, + "name": "Druddigon", + "nationalPokedexNumber": 621, + "primaryType": "dragon", + "abilities": [ + "roughskin", + "sheerforce", + "h:moldbreaker" + ], + "drops": { + "amount": 2, + "entries": [ + { + "item": "cobblemon:dragon_fang", + "percentage": 5.0 + }, + { + "item": "cobblemon:haban_berry", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 77, + "attack": 120, + "defence": 90, + "special_attack": 60, + "special_defence": 90, + "speed": 48 + }, + "catchRate": 45, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 170, + "experienceGroup": "medium_fast", + "eggCycles": 30, + "eggGroups": [ + "monster", + "dragon" + ], + "moves": [ + "1:leer", + "1:scratch", + "5:bite", + "10:dragontail", + "15:metalclaw", + "18:dragonrage", + "20:scaryface", + "25:slash", + "30:dragonclaw", + "31:chipaway", + "35:honeclaws", + "35:revenge", + "40:crunch", + "40:nightslash", + "45:ironhead", + "49:rockclimb", + "50:outrage", + "55:superpower", + "egg:crushclaw", + "egg:feintattack", + "egg:firefang", + "egg:glare", + "egg:irontail", + "egg:metalclaw", + "egg:nightslash", + "egg:poisontail", + "egg:pursuit", + "egg:snatch", + "egg:suckerpunch", + "egg:thunderfang", + "tm:aerialace", + "tm:attract", + "tm:bodyslam", + "tm:bulldoze", + "tm:chargebeam", + "tm:confide", + "tm:crunch", + "tm:cut", + "tm:darkpulse", + "tm:dig", + "tm:doubleteam", + "tm:dragonclaw", + "tm:dragonpulse", + "tm:dragontail", + "tm:earthquake", + "tm:endure", + "tm:facade", + "tm:firefang", + "tm:firepunch", + "tm:flamethrower", + "tm:flashcannon", + "tm:fling", + "tm:focusblast", + "tm:frustration", + "tm:gigaimpact", + "tm:gunkshot", + "tm:heatwave", + "tm:hiddenpower", + "tm:honeclaws", + "tm:hyperbeam", + "tm:incinerate", + "tm:ironhead", + "tm:irontail", + "tm:megapunch", + "tm:outrage", + "tm:payback", + "tm:poweruppunch", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:retaliate", + "tm:return", + "tm:revenge", + "tm:roar", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:scaryface", + "tm:secretpower", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:smackdown", + "tm:snarl", + "tm:snore", + "tm:stealthrock", + "tm:stompingtantrum", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:superpower", + "tm:surf", + "tm:swagger", + "tm:taunt", + "tm:thunderfang", + "tm:thunderpunch", + "tm:torment", + "tm:toxic", + "tutor:aquatail", + "tutor:bite", + "tutor:darkpulse", + "tutor:dracometeor", + "tutor:dragonpulse", + "tutor:dualwingbeat", + "tutor:firefang", + "tutor:firepunch", + "tutor:gunkshot", + "tutor:heatwave", + "tutor:ironhead", + "tutor:irontail", + "tutor:lashout", + "tutor:leer", + "tutor:outrage", + "tutor:scaleshot", + "tutor:scratch", + "tutor:shockwave", + "tutor:sleeptalk", + "tutor:snatch", + "tutor:snore", + "tutor:stealthrock", + "tutor:stompingtantrum", + "tutor:suckerpunch", + "tutor:superpower", + "tutor:thunderpunch" + ], + "labels": [ + "gen5" + ], + "pokedex": [ + "cobblemon.species.druddigon.desc" + ], + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 2, + "height": 1.5, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 2, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 16, + "weight": 1390, + "aspects": [], + "cannotDynamax": false + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/ducklett.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/ducklett.json new file mode 100644 index 0000000..bb4ed70 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/ducklett.json @@ -0,0 +1,160 @@ +{ + "implemented": true, + "name": "Ducklett", + "nationalPokedexNumber": 580, + "primaryType": "water", + "secondaryType": "flying", + "abilities": ["keeneye", "bigpecks", "h:hydration"], + "drops": { + "amount": 3, + "entries": [ + { + "item": "minecraft:feather", + "quantityRange": "0-1" + }, + { + "item": "minecraft:chicken" + }, + { + "item": "cobblemon:wacan_berry", + "percentage": 2.5 + } + ] + }, + "baseStats": { + "hp": 62, + "attack": 44, + "defence": 50, + "special_attack": 44, + "special_defence": 50, + "speed": 55 + }, + "catchRate": 190, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 61, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": ["water_1", "flying"], + "moves": [ + "1:watergun", + "3:watersport", + "6:defog", + "9:wingattack", + "13:waterpulse", + "15:aerialace", + "19:bubblebeam", + "21:featherdance", + "24:aquaring", + "27:airslash", + "30:roost", + "34:raindance", + "37:tailwind", + "41:bravebird", + "46:hurricane", + "egg:aircutter", + "egg:aquajet", + "egg:brine", + "egg:dive", + "egg:endeavor", + "egg:gust", + "egg:luckychant", + "egg:mefirst", + "egg:mirrormove", + "egg:mudsport", + "egg:steelwing", + "tm:aerialace", + "tm:attract", + "tm:aircutter", + "tm:airslash", + "tm:bravebird", + "tm:chillingwater", + "tm:confide", + "tm:disarmingvoice", + "tm:dive", + "tm:doubleedge", + "tm:doubleteam", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:featherdance", + "tm:fly", + "tm:frustration", + "tm:hail", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hurricane", + "tm:icebeam", + "tm:icywind", + "tm:liquidation", + "tm:pluck", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:roost", + "tm:round", + "tm:scald", + "tm:secretpower", + "tm:sleeptalk", + "tm:steelwing", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:tailwind", + "tm:terablast", + "tm:toxic", + "tm:trailblaze", + "tm:waterpulse", + "tm:whirlpool", + "tutor:brine", + "tutor:defog", + "tutor:endeavor", + "tutor:icywind", + "tutor:liquidation", + "tutor:mefirst", + "tutor:roost", + "tutor:sleeptalk", + "tutor:snore", + "tutor:tailwind", + "tutor:uproar", + "tutor:waterpulse" + ], + "labels": ["gen5"], + "pokedex": ["cobblemon.species.ducklett.desc"], + "evolutions": [ + { + "id": "ducklett_swanna", + "variant": "level_up", + "result": "swanna", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 35 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 1, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 5, + "weight": 55, + "aspects": [], + "cannotDynamax": false +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/duosion.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/duosion.json new file mode 100644 index 0000000..5c41aeb --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/duosion.json @@ -0,0 +1,182 @@ +{ + "implemented": true, + "name": "Duosion", + "nationalPokedexNumber": 578, + "primaryType": "psychic", + "abilities": ["overcoat", "magicguard", "h:regenerator"], + "drops": { + "amount": 3, + "entries": [ + { + "item": "minecraft:slime_ball", + "quantityRange": "0-2" + }, + { + "item": "cobblemon:persim_berry", + "percentage": 5 + } + ] + }, + "baseStats": { + "hp": 65, + "attack": 40, + "defence": 50, + "special_attack": 125, + "special_defence": 60, + "speed": 30 + }, + "catchRate": 100, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 130, + "experienceGroup": "medium_slow", + "eggCycles": 20, + "eggGroups": ["amorphous"], + "moves": [ + "1:confusion", + "1:endeavor", + "1:protect", + "1:psywave", + "1:recover", + "1:rollout", + "1:snatch", + "12:psybeam", + "14:hiddenpower", + "16:charm", + "20:psyshock", + "24:lightscreen", + "24:reflect", + "28:allyswitch", + "35:painsplit", + "40:psychic", + "46:skillswap", + "50:healblock", + "52:futuresight", + "58:wonderroom", + "tm:allyswitch", + "tm:attract", + "tm:calmmind", + "tm:charm", + "tm:confide", + "tm:confuseray", + "tm:doubleteam", + "tm:dreameater", + "tm:embargo", + "tm:encore", + "tm:endeavor", + "tm:endure", + "tm:energyball", + "tm:expandingforce", + "tm:explosion", + "tm:facade", + "tm:flash", + "tm:flashcannon", + "tm:frustration", + "tm:futuresight", + "tm:gravity", + "tm:guardswap", + "tm:gyroball", + "tm:helpinghand", + "tm:hiddenpower", + "tm:imprison", + "tm:infestation", + "tm:irondefense", + "tm:lightscreen", + "tm:nightshade", + "tm:painsplit", + "tm:powerswap", + "tm:protect", + "tm:psybeam", + "tm:psychic", + "tm:psychicterrain", + "tm:psychup", + "tm:psyshock", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:rockslide", + "tm:rocktomb", + "tm:round", + "tm:safeguard", + "tm:secretpower", + "tm:shadowball", + "tm:skillswap", + "tm:sleeptalk", + "tm:snore", + "tm:storedpower", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swift", + "tm:telekinesis", + "tm:terablast", + "tm:thunder", + "tm:thunderwave", + "tm:toxic", + "tm:trick", + "tm:trickroom", + "tm:wonderroom", + "tm:zenheadbutt", + "tutor:afteryou", + "tutor:allyswitch", + "tutor:endeavor", + "tutor:expandingforce", + "tutor:gravity", + "tutor:helpinghand", + "tutor:imprison", + "tutor:irondefense", + "tutor:magiccoat", + "tutor:painsplit", + "tutor:recover", + "tutor:roleplay", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:skillswap", + "tutor:sleeptalk", + "tutor:snatch", + "tutor:snore", + "tutor:steelroller", + "tutor:telekinesis", + "tutor:trick", + "tutor:wonderroom", + "tutor:zenheadbutt" + ], + "labels": ["gen5"], + "pokedex": ["cobblemon.species.duosion.desc"], + "preEvolution": "solosis", + "evolutions": [ + { + "id": "duosion_reuniclus", + "variant": "level_up", + "result": "reuniclus", + "consumeHeldItem": false, + "learnableMoves": ["hammerarm"], + "requirements": [ + { + "variant": "level", + "minLevel": 41 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 2, + "special_defence": 0, + "speed": 0 + }, + "height": 6, + "weight": 80, + "aspects": [], + "cannotDynamax": false +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/eelektrik.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/eelektrik.json new file mode 100644 index 0000000..c20e2df --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/eelektrik.json @@ -0,0 +1,140 @@ +{ + "implemented": true, + "name": "Eelektrik", + "nationalPokedexNumber": 603, + "primaryType": "electric", + "abilities": ["levitate"], + "drops": { + "amount": 2, + "entries": [ + { + "item": "minecraft:slime_ball", + "quantityRange": "0-2" + } + ] + }, + "baseStats": { + "hp": 65, + "attack": 85, + "defence": 70, + "special_attack": 75, + "special_defence": 70, + "speed": 40 + }, + "catchRate": 60, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 142, + "experienceGroup": "slow", + "eggCycles": 20, + "eggGroups": ["amorphous"], + "moves": [ + "1:chargebeam", + "1:crunch", + "1:headbutt", + "1:spark", + "1:thunderwave", + "9:bind", + "19:acid", + "29:discharge", + "44:thunderbolt", + "49:acidspray", + "54:coil", + "59:wildcharge", + "64:gastroacid", + "69:zapcannon", + "74:thrash", + "tm:acidspray", + "tm:acrobatics", + "tm:attract", + "tm:bodyslam", + "tm:charge", + "tm:chargebeam", + "tm:confide", + "tm:crunch", + "tm:doubleteam", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:endure", + "tm:facade", + "tm:flash", + "tm:flashcannon", + "tm:frustration", + "tm:gigadrain", + "tm:hiddenpower", + "tm:knockoff", + "tm:lightscreen", + "tm:lunge", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:round", + "tm:scaryface", + "tm:secretpower", + "tm:sleeptalk", + "tm:substitute", + "tm:superfang", + "tm:swagger", + "tm:takedown", + "tm:terablast", + "tm:throatchop", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderfang", + "tm:thunderwave", + "tm:toxic", + "tm:uturn", + "tm:voltswitch", + "tm:wildcharge", + "tutor:aquatail", + "tutor:bind", + "tutor:bounce", + "tutor:gastroacid", + "tutor:gigadrain", + "tutor:irontail", + "tutor:knockoff", + "tutor:magnetrise", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:sleeptalk", + "tutor:snore", + "tutor:superfang", + "tutor:throatchop" + ], + "labels": ["gen5"], + "pokedex": ["cobblemon.species.eelektrik.desc"], + "preEvolution": "tynamo", + "evolutions": [ + { + "id": "eelektrik_eelektross", + "variant": "item_interact", + "result": "eelektross", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [], + "requiredContext": "cobblemon:thunder_stone" + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 0, + "attack": 2, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 12, + "weight": 220, + "aspects": [], + "cannotDynamax": false +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/eelektross.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/eelektross.json new file mode 100644 index 0000000..47fbead --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/eelektross.json @@ -0,0 +1,167 @@ +{ + "implemented": true, + "name": "Eelektross", + "nationalPokedexNumber": 604, + "primaryType": "electric", + "abilities": ["levitate"], + "drops": { + "amount": 3, + "entries": [ + { + "item": "minecraft:slime_ball", + "quantityRange": "0-3" + } + ] + }, + "baseStats": { + "hp": 85, + "attack": 115, + "defence": 80, + "special_attack": 105, + "special_defence": 80, + "speed": 50 + }, + "catchRate": 30, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 232, + "experienceGroup": "slow", + "eggCycles": 20, + "eggGroups": ["amorphous"], + "moves": [ + "1:acid", + "1:coil", + "1:crunch", + "1:crushclaw", + "1:discharge", + "1:gastroacid", + "1:headbutt", + "1:iondeluge", + "1:thrash", + "1:zapcannon", + "5:wildcharge", + "tm:acidspray", + "tm:acrobatics", + "tm:attract", + "tm:bodypress", + "tm:bodyslam", + "tm:brickbreak", + "tm:bulkup", + "tm:bulldoze", + "tm:charge", + "tm:chargebeam", + "tm:closecombat", + "tm:confide", + "tm:confuseray", + "tm:crunch", + "tm:cut", + "tm:doubleteam", + "tm:dragonclaw", + "tm:dragonpulse", + "tm:dragontail", + "tm:drainpunch", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:endure", + "tm:facade", + "tm:firepunch", + "tm:flamethrower", + "tm:flash", + "tm:flashcannon", + "tm:focuspunch", + "tm:frustration", + "tm:gigadrain", + "tm:gigaimpact", + "tm:grassknot", + "tm:heavyslam", + "tm:hex", + "tm:hiddenpower", + "tm:honeclaws", + "tm:hyperbeam", + "tm:knockoff", + "tm:lightscreen", + "tm:liquidation", + "tm:lunge", + "tm:outrage", + "tm:poweruppunch", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:roar", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:scaryface", + "tm:secretpower", + "tm:sleeptalk", + "tm:stompingtantrum", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:supercellslam", + "tm:superfang", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:throatchop", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderfang", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:uturn", + "tm:voltswitch", + "tm:wildcharge", + "tm:zenheadbutt", + "tutor:aquatail", + "tutor:bind", + "tutor:bounce", + "tutor:dragonpulse", + "tutor:drainpunch", + "tutor:firepunch", + "tutor:focuspunch", + "tutor:gastroacid", + "tutor:gigadrain", + "tutor:irontail", + "tutor:knockoff", + "tutor:magnetrise", + "tutor:outrage", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:sleeptalk", + "tutor:snore", + "tutor:superfang", + "tutor:superpower", + "tutor:throatchop", + "tutor:thunderpunch" + ], + "labels": ["gen5"], + "pokedex": ["cobblemon.species.eelektross.desc"], + "preEvolution": "eelektrik", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 21, + "weight": 805, + "aspects": [], + "cannotDynamax": false +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/excadrill.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/excadrill.json new file mode 100644 index 0000000..6e95744 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/excadrill.json @@ -0,0 +1,145 @@ +{ + "implemented": true, + "name": "Excadrill", + "nationalPokedexNumber": 530, + "primaryType": "ground", + "secondaryType": "steel", + "abilities": [ + "sandrush", + "sandforce", + "h:moldbreaker" + ], + "baseStats": { + "hp": 110, + "attack": 135, + "defence": 60, + "special_attack": 50, + "special_defence": 65, + "speed": 88 + }, + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": true, + "depth": "normal", + "light": "0-4" + } + }, + "catchRate": 60, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 178, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": [ + "field" + ], + "moves": [ + "1:mudslap", + "1:mudsport", + "1:rapidspin", + "1:rototiller", + "1:scratch", + "12:furyswipes", + "15:metalclaw", + "19:dig", + "22:honeclaws", + "24:crushclaw", + "26:slash", + "29:rockslide", + "31:horndrill", + "36:earthquake", + "42:swordsdance", + "49:sandstorm", + "55:drillrun", + "62:fissure", + "tm:aerialace", + "tm:attract", + "tm:brickbreak", + "tm:brutalswing", + "tm:bulldoze", + "tm:confide", + "tm:cut", + "tm:dig", + "tm:doubleteam", + "tm:drillrun", + "tm:earthpower", + "tm:earthquake", + "tm:endure", + "tm:facade", + "tm:fling", + "tm:focusblast", + "tm:frustration", + "tm:gigaimpact", + "tm:hiddenpower", + "tm:highhorsepower", + "tm:honeclaws", + "tm:hyperbeam", + "tm:irondefense", + "tm:ironhead", + "tm:mudshot", + "tm:poisonjab", + "tm:protect", + "tm:rest", + "tm:return", + "tm:rockblast", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:sandstorm", + "tm:sandtomb", + "tm:secretpower", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:smartstrike", + "tm:snore", + "tm:stealthrock", + "tm:stompingtantrum", + "tm:strength", + "tm:substitute", + "tm:swagger", + "tm:swordsdance", + "tm:toxic", + "tm:xscissor", + "tutor:drillrun", + "tutor:earthpower", + "tutor:irondefense", + "tutor:ironhead", + "tutor:magnetrise", + "tutor:scorchingsands", + "tutor:sleeptalk", + "tutor:snore", + "tutor:stealthrock", + "tutor:steelbeam", + "tutor:stompingtantrum" + ], + "labels": [ + "gen5" + ], + "pokedex": [ + "cobblemon.species.excadrill.desc" + ], + "preEvolution": "drilbur", + "evolutions": [], + "baseScale": 1.2, + "hitbox": { + "width": 1.15, + "height": 1.65, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 2, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 7, + "weight": 404, + "aspects": [], + "cannotDynamax": false +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/foongus.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/foongus.json new file mode 100644 index 0000000..875b404 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/foongus.json @@ -0,0 +1,155 @@ +{ + "implemented": true, + "name": "Foongus", + "nationalPokedexNumber": 590, + "primaryType": "grass", + "secondaryType": "poison", + "abilities": [ + "effectspore", + "h:regenerator" + ], + "drops": { + "amount": 2, + "entries": [ + { + "item": "minecraft:red_mushroom", + "quantityRange": "0-1" + }, + { + "item": "cobblemon:cheri_berry", + "percentage": 2.5 + } + ] + }, + "baseStats": { + "hp": 69, + "attack": 55, + "defence": 45, + "special_attack": 55, + "special_defence": 55, + "speed": 15 + }, + "catchRate": 190, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 59, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": [ + "grass" + ], + "moves": [ + "1:absorb", + "1:astonish", + "4:growth", + "8:stunspore", + "12:bide", + "12:megadrain", + "16:synthesis", + "20:clearsmog", + "20:feintattack", + "24:sweetscent", + "28:gigadrain", + "32:ingrain", + "36:toxic", + "40:ragepowder", + "44:solarbeam", + "48:spore", + "egg:bodyslam", + "egg:defensecurl", + "egg:endure", + "egg:gastroacid", + "egg:growth", + "egg:poisonpowder", + "egg:rollout", + "egg:stunspore", + "egg:worryseed", + "tm:attract", + "tm:bodyslam", + "tm:bulletseed", + "tm:confide", + "tm:doubleteam", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:flash", + "tm:foulplay", + "tm:frustration", + "tm:gigadrain", + "tm:grassknot", + "tm:grassyterrain", + "tm:hiddenpower", + "tm:leafstorm", + "tm:magicalleaf", + "tm:naturepower", + "tm:payback", + "tm:pollenpuff", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:round", + "tm:secretpower", + "tm:seedbomb", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:snore", + "tm:solarbeam", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:terablast", + "tm:toxic", + "tm:venoshock", + "tutor:afteryou", + "tutor:foulplay", + "tutor:gastroacid", + "tutor:gigadrain", + "tutor:seedbomb", + "tutor:sleeptalk", + "tutor:snore", + "tutor:synthesis", + "tutor:worryseed" + ], + "labels": [ + "gen5" + ], + "pokedex": [ + "cobblemon.species.foongus.desc" + ], + "evolutions": [ + { + "id": "foongus_amoonguss", + "variant": "level_up", + "result": "amoonguss", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 39 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 1, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 2, + "weight": 10, + "aspects": [], + "cannotDynamax": false + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/fraxure.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/fraxure.json new file mode 100644 index 0000000..1eaa359 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/fraxure.json @@ -0,0 +1,175 @@ +{ + "implemented": true, + "name": "Fraxure", + "nationalPokedexNumber": 611, + "primaryType": "dragon", + "abilities": ["rivalry", "moldbreaker", "h:unnerve"], + "drops": { + "amount": 2, + "entries": [ + { + "item": "cobblemon:dragon_fang", + "percentage": 5 + }, + { + "item": "cobblemon:haban_berry", + "percentage": 5 + } + ] + }, + "baseStats": { + "hp": 66, + "attack": 117, + "defence": 70, + "special_attack": 40, + "special_defence": 50, + "speed": 67 + }, + "catchRate": 60, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 144, + "experienceGroup": "slow", + "eggCycles": 40, + "eggGroups": ["monster", "dragon"], + "moves": [ + "1:bite", + "1:dragonrage", + "1:falseswipe", + "1:leer", + "1:scratch", + "9:assurance", + "12:taunt", + "15:slash", + "18:dragonclaw", + "21:scaryface", + "24:crunch", + "27:dragondance", + "30:breakingswipe", + "30:dualchop", + "33:focusenergy", + "33:laserfocus", + "36:dragonpulse", + "41:swordsdance", + "46:outrage", + "51:guillotine", + "56:gigaimpact", + "tm:aerialace", + "tm:assurance", + "tm:attract", + "tm:breakingswipe", + "tm:brickbreak", + "tm:bulldoze", + "tm:confide", + "tm:crunch", + "tm:cut", + "tm:dig", + "tm:doubleedge", + "tm:doubleteam", + "tm:dracometeor", + "tm:dragoncheer", + "tm:dragonclaw", + "tm:dragondance", + "tm:dragonpulse", + "tm:dragontail", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:falseswipe", + "tm:fling", + "tm:focusenergy", + "tm:frustration", + "tm:gigaimpact", + "tm:hiddenpower", + "tm:honeclaws", + "tm:incinerate", + "tm:ironhead", + "tm:irontail", + "tm:lowkick", + "tm:outrage", + "tm:payback", + "tm:poisonjab", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:reversal", + "tm:roar", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:scaleshot", + "tm:scaryface", + "tm:secretpower", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:snarl", + "tm:snore", + "tm:stompingtantrum", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:superpower", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:swordsdance", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:toxic", + "tm:trailblaze", + "tm:xscissor", + "tutor:aquatail", + "tutor:dracometeor", + "tutor:dragonpulse", + "tutor:dualchop", + "tutor:endeavor", + "tutor:irontail", + "tutor:lowkick", + "tutor:outrage", + "tutor:scaleshot", + "tutor:shockwave", + "tutor:sleeptalk", + "tutor:snore", + "tutor:stompingtantrum", + "tutor:superpower" + ], + "labels": ["gen5"], + "pokedex": ["cobblemon.species.fraxure.desc"], + "preEvolution": "axew", + "evolutions": [ + { + "id": "fraxure_haxorus", + "variant": "level_up", + "result": "haxorus", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 48 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 35, + "evYield": { + "hp": 0, + "attack": 2, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 10, + "weight": 360, + "aspects": [], + "cannotDynamax": false +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/genesect.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/genesect.json new file mode 100644 index 0000000..b58081d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/genesect.json @@ -0,0 +1,359 @@ +{ + "implemented": true, + "name": "Genesect", + "nationalPokedexNumber": 649, + "primaryType": "bug", + "secondaryType": "steel", + "abilities": [ + "download" + ], + "drops": { + "amount": 2, + "entries": [ + { + "item": "cobblemon:dubious_disc" + }, + { + "item": "cobblemon:dome_fossil" + } + ] + }, + "baseStats": { + "hp": 71, + "attack": 120, + "defence": 95, + "special_attack": 120, + "special_defence": 95, + "speed": 99 + }, + "catchRate": 3, + "maleRatio": -1, + "shoulderMountable": false, + "forms": [ + { + "name": "Douse", + "primaryType": "bug", + "secondaryType": "steel", + "abilities": [ + "download" + ], + "baseStats": { + "hp": 71, + "attack": 120, + "defence": 95, + "special_attack": 120, + "special_defence": 95, + "speed": 99 + }, + "catchRate": 3, + "maleRatio": -1, + "baseExperienceYield": 300, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 1, + "defence": 0, + "special_attack": 1, + "special_defence": 0, + "speed": 1 + }, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "labels": [ + "gen5", + "mythical", + "legendary" + ], + "aspects": [ + "douse" + ], + "height": 15, + "weight": 825, + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Shock", + "primaryType": "bug", + "secondaryType": "steel", + "abilities": [ + "download" + ], + "baseStats": { + "hp": 71, + "attack": 120, + "defence": 95, + "special_attack": 120, + "special_defence": 95, + "speed": 99 + }, + "catchRate": 3, + "maleRatio": -1, + "baseExperienceYield": 300, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 1, + "defence": 0, + "special_attack": 1, + "special_defence": 0, + "speed": 1 + }, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "labels": [ + "gen5", + "mythical", + "legendary" + ], + "aspects": [ + "shock" + ], + "height": 15, + "weight": 825, + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Burn", + "primaryType": "bug", + "secondaryType": "steel", + "abilities": [ + "download" + ], + "baseStats": { + "hp": 71, + "attack": 120, + "defence": 95, + "special_attack": 120, + "special_defence": 95, + "speed": 99 + }, + "catchRate": 3, + "maleRatio": -1, + "baseExperienceYield": 300, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 1, + "defence": 0, + "special_attack": 1, + "special_defence": 0, + "speed": 1 + }, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "labels": [ + "gen5", + "mythical", + "legendary" + ], + "aspects": [ + "burn" + ], + "height": 15, + "weight": 825, + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Chill", + "primaryType": "bug", + "secondaryType": "steel", + "abilities": [ + "download" + ], + "baseStats": { + "hp": 71, + "attack": 120, + "defence": 95, + "special_attack": 120, + "special_defence": 95, + "speed": 99 + }, + "catchRate": 3, + "maleRatio": -1, + "baseExperienceYield": 300, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 1, + "defence": 0, + "special_attack": 1, + "special_defence": 0, + "speed": 1 + }, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "labels": [ + "gen5", + "mythical", + "legendary" + ], + "aspects": [ + "chill" + ], + "height": 15, + "weight": 825, + "cannotDynamax": false, + "battleOnly": false + } + ], + "baseExperienceYield": 300, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:furycutter", + "1:quickattack", + "7:screech", + "14:metalclaw", + "21:fellstinger", + "22:magnetbomb", + "28:flamecharge", + "29:slash", + "35:metalsound", + "40:signalbeam", + "42:xscissor", + "44:triattack", + "49:magnetrise", + "56:bugbuzz", + "63:simplebeam", + "70:zapcannon", + "73:hyperbeam", + "77:lockon", + "84:technoblast", + "91:selfdestruct", + "tm:aerialace", + "tm:allyswitch", + "tm:assurance", + "tm:blazekick", + "tm:blizzard", + "tm:bugbuzz", + "tm:chargebeam", + "tm:confide", + "tm:darkpulse", + "tm:doubleteam", + "tm:electroweb", + "tm:endure", + "tm:energyball", + "tm:explosion", + "tm:facade", + "tm:flamecharge", + "tm:flamethrower", + "tm:flash", + "tm:flashcannon", + "tm:fly", + "tm:frustration", + "tm:gigadrain", + "tm:gigaimpact", + "tm:gunkshot", + "tm:hiddenpower", + "tm:honeclaws", + "tm:hyperbeam", + "tm:icebeam", + "tm:infestation", + "tm:irondefense", + "tm:ironhead", + "tm:leechlife", + "tm:lightscreen", + "tm:protect", + "tm:psychic", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:rockpolish", + "tm:round", + "tm:screech", + "tm:secretpower", + "tm:selfdestruct", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:snore", + "tm:solarbeam", + "tm:strugglebug", + "tm:substitute", + "tm:swagger", + "tm:swift", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderwave", + "tm:toxic", + "tm:triattack", + "tm:uturn", + "tm:xscissor", + "tm:zenheadbutt", + "tutor:allyswitch", + "tutor:blazekick", + "tutor:bugbite", + "tutor:darkpulse", + "tutor:electroweb", + "tutor:extremespeed", + "tutor:fellstinger", + "tutor:gigadrain", + "tutor:gravity", + "tutor:gunkshot", + "tutor:irondefense", + "tutor:ironhead", + "tutor:lastresort", + "tutor:magiccoat", + "tutor:magnetbomb", + "tutor:magnetrise", + "tutor:metalclaw", + "tutor:recycle", + "tutor:shiftgear", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:sleeptalk", + "tutor:snore", + "tutor:solarbeam", + "tutor:steelbeam", + "tutor:technoblast", + "tutor:telekinesis", + "tutor:xscissor", + "tutor:zenheadbutt" + ], + "labels": [ + "gen5", + "mythical", + "legendary" + ], + "pokedex": [ + "cobblemon.species.genesect.desc" + ], + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 1, + "defence": 0, + "special_attack": 1, + "special_defence": 0, + "speed": 1 + }, + "height": 15, + "weight": 825, + "aspects": [], + "cannotDynamax": false + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/gothita.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/gothita.json new file mode 100644 index 0000000..1167ec5 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/gothita.json @@ -0,0 +1,192 @@ +{ + "implemented": true, + "name": "Gothita", + "nationalPokedexNumber": 574, + "primaryType": "psychic", + "abilities": ["frisk", "competitive", "h:shadowtag"], + "drops": { + "amount": 3, + "entries": [ + { + "item": "minecraft:ender_pearl", + "quantityRange": "0-1" + }, + { + "item": "cobblemon:twisted_spoon", + "percentage": 2.5 + }, + { + "item": "cobblemon:persim_berry", + "percentage": 2.5 + } + ] + }, + "baseStats": { + "hp": 45, + "attack": 30, + "defence": 50, + "special_attack": 55, + "special_defence": 65, + "speed": 45 + }, + "catchRate": 200, + "maleRatio": 0.25, + "shoulderMountable": false, + "baseExperienceYield": 58, + "experienceGroup": "medium_slow", + "eggCycles": 20, + "eggGroups": ["human_like"], + "moves": [ + "1:confusion", + "1:pound", + "4:playnice", + "8:tickle", + "12:psybeam", + "14:doubleslap", + "16:charm", + "19:embargo", + "20:psyshock", + "24:feintattack", + "24:hypnosis", + "28:faketears", + "33:healblock", + "33:psychup", + "36:psychic", + "40:flatter", + "40:telekinesis", + "44:futuresight", + "48:magicroom", + "egg:captivate", + "egg:darkpulse", + "egg:fakeout", + "egg:healpulse", + "egg:meanlook", + "egg:miracleeye", + "egg:mirrorcoat", + "egg:torment", + "egg:uproar", + "tm:allyswitch", + "tm:attract", + "tm:calmmind", + "tm:chargebeam", + "tm:charm", + "tm:confide", + "tm:darkpulse", + "tm:doubleteam", + "tm:dreameater", + "tm:embargo", + "tm:endure", + "tm:energyball", + "tm:expandingforce", + "tm:facade", + "tm:faketears", + "tm:flash", + "tm:fling", + "tm:foulplay", + "tm:frustration", + "tm:futuresight", + "tm:grassknot", + "tm:gravity", + "tm:guardswap", + "tm:helpinghand", + "tm:hiddenpower", + "tm:imprison", + "tm:lightscreen", + "tm:magicroom", + "tm:nastyplot", + "tm:payback", + "tm:protect", + "tm:psybeam", + "tm:psychic", + "tm:psychicnoise", + "tm:psychicterrain", + "tm:psychup", + "tm:psyshock", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:rockslide", + "tm:rocktomb", + "tm:round", + "tm:safeguard", + "tm:secretpower", + "tm:shadowball", + "tm:skillswap", + "tm:sleeptalk", + "tm:snore", + "tm:storedpower", + "tm:substitute", + "tm:swagger", + "tm:swift", + "tm:taunt", + "tm:telekinesis", + "tm:terablast", + "tm:thief", + "tm:thunderbolt", + "tm:thunderwave", + "tm:torment", + "tm:toxic", + "tm:trick", + "tm:trickroom", + "tm:uproar", + "tm:zenheadbutt", + "tutor:allyswitch", + "tutor:covet", + "tutor:expandingforce", + "tutor:foulplay", + "tutor:gravity", + "tutor:healbell", + "tutor:helpinghand", + "tutor:magiccoat", + "tutor:magicroom", + "tutor:recycle", + "tutor:roleplay", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:skillswap", + "tutor:sleeptalk", + "tutor:snatch", + "tutor:snore", + "tutor:telekinesis", + "tutor:trick", + "tutor:uproar", + "tutor:zenheadbutt" + ], + "labels": ["gen5"], + "pokedex": ["cobblemon.species.gothita.desc"], + "evolutions": [ + { + "id": "gothita_gothorita", + "variant": "level_up", + "result": "gothorita", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 32 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 1, + "speed": 0 + }, + "height": 4, + "weight": 58, + "aspects": [], + "cannotDynamax": false +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/gothitelle.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/gothitelle.json new file mode 100644 index 0000000..bb4d417 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/gothitelle.json @@ -0,0 +1,180 @@ +{ + "implemented": true, + "name": "Gothitelle", + "nationalPokedexNumber": 576, + "primaryType": "psychic", + "abilities": ["frisk", "competitive", "h:shadowtag"], + "drops": { + "amount": 5, + "entries": [ + { + "item": "minecraft:ender_pearl", + "quantityRange": "0-3" + }, + { + "item": "cobblemon:twisted_spoon", + "percentage": 10 + }, + { + "item": "cobblemon:persim_berry", + "percentage": 10 + } + ] + }, + "baseStats": { + "hp": 70, + "attack": 55, + "defence": 95, + "special_attack": 95, + "special_defence": 110, + "speed": 65 + }, + "catchRate": 50, + "maleRatio": 0.25, + "shoulderMountable": false, + "baseExperienceYield": 245, + "experienceGroup": "medium_slow", + "eggCycles": 20, + "eggGroups": ["human_like"], + "moves": [ + "1:confusion", + "1:playnice", + "1:pound", + "1:tickle", + "12:psybeam", + "14:doubleslap", + "16:charm", + "19:embargo", + "20:psyshock", + "24:feintattack", + "24:hypnosis", + "28:faketears", + "34:healblock", + "35:psychup", + "40:psychic", + "45:telekinesis", + "48:flatter", + "56:futuresight", + "64:magicroom", + "tm:allyswitch", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:calmmind", + "tm:chargebeam", + "tm:charm", + "tm:confide", + "tm:cosmicpower", + "tm:darkpulse", + "tm:doubleteam", + "tm:dreameater", + "tm:embargo", + "tm:endure", + "tm:energyball", + "tm:expandingforce", + "tm:facade", + "tm:faketears", + "tm:flash", + "tm:fling", + "tm:focusblast", + "tm:foulplay", + "tm:frustration", + "tm:futuresight", + "tm:gigaimpact", + "tm:grassknot", + "tm:gravity", + "tm:guardswap", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:imprison", + "tm:lightscreen", + "tm:lowsweep", + "tm:magicroom", + "tm:metronome", + "tm:nastyplot", + "tm:payback", + "tm:poweruppunch", + "tm:protect", + "tm:psybeam", + "tm:psychic", + "tm:psychicnoise", + "tm:psychicterrain", + "tm:psychup", + "tm:psyshock", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:rockslide", + "tm:rocktomb", + "tm:round", + "tm:safeguard", + "tm:secretpower", + "tm:shadowball", + "tm:skillswap", + "tm:sleeptalk", + "tm:snore", + "tm:storedpower", + "tm:substitute", + "tm:swagger", + "tm:swift", + "tm:taunt", + "tm:telekinesis", + "tm:terablast", + "tm:thief", + "tm:thunderbolt", + "tm:thunderwave", + "tm:torment", + "tm:toxic", + "tm:trick", + "tm:trickroom", + "tm:uproar", + "tm:zenheadbutt", + "tutor:allyswitch", + "tutor:covet", + "tutor:expandingforce", + "tutor:foulplay", + "tutor:gravity", + "tutor:healbell", + "tutor:helpinghand", + "tutor:laserfocus", + "tutor:magiccoat", + "tutor:magicroom", + "tutor:recycle", + "tutor:roleplay", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:skillswap", + "tutor:sleeptalk", + "tutor:snatch", + "tutor:snore", + "tutor:telekinesis", + "tutor:trick", + "tutor:uproar", + "tutor:zenheadbutt" + ], + "labels": ["gen5"], + "pokedex": ["cobblemon.species.gothitelle.desc"], + "preEvolution": "gothorita", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 3, + "speed": 0 + }, + "height": 15, + "weight": 440, + "aspects": [], + "cannotDynamax": false +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/gothorita.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/gothorita.json new file mode 100644 index 0000000..f2e2084 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/gothorita.json @@ -0,0 +1,190 @@ +{ + "implemented": true, + "name": "Gothorita", + "nationalPokedexNumber": 575, + "primaryType": "psychic", + "abilities": ["frisk", "competitive", "h:shadowtag"], + "drops": { + "amount": 4, + "entries": [ + { + "item": "minecraft:ender_pearl", + "quantityRange": "0-2" + }, + { + "item": "cobblemon:twisted_spoon", + "percentage": 5 + }, + { + "item": "cobblemon:persim_berry", + "percentage": 5 + } + ] + }, + "baseStats": { + "hp": 60, + "attack": 45, + "defence": 70, + "special_attack": 75, + "special_defence": 85, + "speed": 55 + }, + "catchRate": 100, + "maleRatio": 0.25, + "shoulderMountable": false, + "baseExperienceYield": 137, + "experienceGroup": "medium_slow", + "eggCycles": 20, + "eggGroups": ["human_like"], + "moves": [ + "1:confusion", + "1:playnice", + "1:pound", + "1:tickle", + "12:psybeam", + "14:doubleslap", + "16:charm", + "19:embargo", + "20:psyshock", + "24:feintattack", + "24:hypnosis", + "28:faketears", + "34:healblock", + "35:psychup", + "40:psychic", + "43:telekinesis", + "46:flatter", + "52:futuresight", + "58:magicroom", + "tm:allyswitch", + "tm:attract", + "tm:calmmind", + "tm:chargebeam", + "tm:charm", + "tm:confide", + "tm:darkpulse", + "tm:doubleteam", + "tm:dreameater", + "tm:embargo", + "tm:endure", + "tm:energyball", + "tm:expandingforce", + "tm:facade", + "tm:faketears", + "tm:flash", + "tm:fling", + "tm:foulplay", + "tm:frustration", + "tm:futuresight", + "tm:grassknot", + "tm:gravity", + "tm:guardswap", + "tm:helpinghand", + "tm:hiddenpower", + "tm:imprison", + "tm:lightscreen", + "tm:magicroom", + "tm:metronome", + "tm:nastyplot", + "tm:payback", + "tm:protect", + "tm:psybeam", + "tm:psychic", + "tm:psychicnoise", + "tm:psychicterrain", + "tm:psychup", + "tm:psyshock", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:rockslide", + "tm:rocktomb", + "tm:round", + "tm:safeguard", + "tm:secretpower", + "tm:shadowball", + "tm:skillswap", + "tm:sleeptalk", + "tm:snore", + "tm:storedpower", + "tm:substitute", + "tm:swagger", + "tm:swift", + "tm:taunt", + "tm:telekinesis", + "tm:terablast", + "tm:thief", + "tm:thunderbolt", + "tm:thunderwave", + "tm:torment", + "tm:toxic", + "tm:trick", + "tm:trickroom", + "tm:uproar", + "tm:zenheadbutt", + "tutor:allyswitch", + "tutor:covet", + "tutor:expandingforce", + "tutor:flatter", + "tutor:foulplay", + "tutor:futuresight", + "tutor:gravity", + "tutor:healbell", + "tutor:helpinghand", + "tutor:imprison", + "tutor:magiccoat", + "tutor:magicroom", + "tutor:mirrorcoat", + "tutor:psyshock", + "tutor:recycle", + "tutor:roleplay", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:skillswap", + "tutor:sleeptalk", + "tutor:snatch", + "tutor:snore", + "tutor:telekinesis", + "tutor:trick", + "tutor:uproar", + "tutor:zenheadbutt" + ], + "labels": ["gen5"], + "pokedex": ["cobblemon.species.gothorita.desc"], + "preEvolution": "gothita", + "evolutions": [ + { + "id": "gothorita_gothitelle", + "variant": "level_up", + "result": "gothitelle", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 41 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 2, + "speed": 0 + }, + "height": 7, + "weight": 180, + "aspects": [], + "cannotDynamax": false +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/haxorus.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/haxorus.json new file mode 100644 index 0000000..8a21bd9 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/haxorus.json @@ -0,0 +1,175 @@ +{ + "implemented": true, + "name": "Haxorus", + "nationalPokedexNumber": 612, + "primaryType": "dragon", + "abilities": ["rivalry", "moldbreaker", "h:unnerve"], + "drops": { + "amount": 2, + "entries": [ + { + "item": "cobblemon:dragon_fang", + "percentage": 10 + }, + { + "item": "cobblemon:haban_berry", + "percentage": 10 + } + ] + }, + "baseStats": { + "hp": 76, + "attack": 147, + "defence": 90, + "special_attack": 60, + "special_defence": 70, + "speed": 97 + }, + "catchRate": 45, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 270, + "experienceGroup": "slow", + "eggCycles": 40, + "eggGroups": ["monster", "dragon"], + "moves": [ + "1:bite", + "1:dragonrage", + "1:falseswipe", + "1:leer", + "1:scratch", + "9:assurance", + "12:taunt", + "15:slash", + "18:dragonclaw", + "21:scaryface", + "24:crunch", + "27:dragondance", + "30:breakingswipe", + "30:dualchop", + "33:focusenergy", + "33:laserfocus", + "36:dragonpulse", + "41:swordsdance", + "46:outrage", + "53:guillotine", + "60:gigaimpact", + "tm:aerialace", + "tm:assurance", + "tm:attract", + "tm:bodyslam", + "tm:breakingswipe", + "tm:brickbreak", + "tm:brutalswing", + "tm:bulldoze", + "tm:closecombat", + "tm:confide", + "tm:crunch", + "tm:cut", + "tm:dig", + "tm:doubleedge", + "tm:doubleteam", + "tm:dracometeor", + "tm:dragoncheer", + "tm:dragonclaw", + "tm:dragondance", + "tm:dragonpulse", + "tm:dragontail", + "tm:earthquake", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:falseswipe", + "tm:fling", + "tm:focusblast", + "tm:focusenergy", + "tm:frustration", + "tm:gigaimpact", + "tm:grassknot", + "tm:hiddenpower", + "tm:honeclaws", + "tm:hyperbeam", + "tm:incinerate", + "tm:ironhead", + "tm:irontail", + "tm:lowkick", + "tm:lowsweep", + "tm:outrage", + "tm:payback", + "tm:poisonjab", + "tm:protect", + "tm:psychocut", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:reversal", + "tm:roar", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:scaleshot", + "tm:scaryface", + "tm:secretpower", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:snarl", + "tm:snore", + "tm:stompingtantrum", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:superpower", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:swordsdance", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:toxic", + "tm:trailblaze", + "tm:xscissor", + "tutor:aquatail", + "tutor:dracometeor", + "tutor:dragondance", + "tutor:dragonpulse", + "tutor:dualchop", + "tutor:earthquake", + "tutor:endeavor", + "tutor:irontail", + "tutor:laserfocus", + "tutor:lowkick", + "tutor:outrage", + "tutor:scaleshot", + "tutor:shockwave", + "tutor:sleeptalk", + "tutor:snore", + "tutor:stompingtantrum", + "tutor:superpower", + "tutor:xscissor" + ], + "labels": ["gen5"], + "pokedex": ["cobblemon.species.haxorus.desc"], + "preEvolution": "fraxure", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 35, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 18, + "weight": 1055, + "aspects": [], + "cannotDynamax": false +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/kyurem.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/kyurem.json new file mode 100644 index 0000000..384cde6 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/kyurem.json @@ -0,0 +1,575 @@ +{ + "implemented": true, + "name": "Kyurem", + "nationalPokedexNumber": 646, + "primaryType": "dragon", + "secondaryType": "ice", + "abilities": [ + "pressure" + ], + "drops": { + "amount": 6, + "entries": [ + { + "item": "cobblemon:rare_candy", + "quantityRange": "5-10" + }, + { + "item": "cobblemon:dragon_fang", + "percentage": 50.0 + }, + { + "item": "cobblemon:never_melt_ice", + "percentage": 50.0 + }, + { + "item": "cobblemon:ice_stone", + "quantityRange": "3-9" + }, + { + "item": "cobblemon:ability_capsule", + "percentage": 25.0 + }, + { + "item": "cobblemon:ability_patch", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 125, + "attack": 130, + "defence": 90, + "special_attack": 130, + "special_defence": 90, + "speed": 95 + }, + "catchRate": 3, + "maleRatio": -1, + "shoulderMountable": false, + "features": [ + "black", + "white" + ], + "forms": [ + { + "name": "Black", + "primaryType": "dragon", + "secondaryType": "ice", + "abilities": [ + "teravolt" + ], + "baseStats": { + "hp": 125, + "attack": 170, + "defence": 100, + "special_attack": 120, + "special_defence": 90, + "speed": 95 + }, + "catchRate": 3, + "maleRatio": -1, + "baseExperienceYield": 330, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "evolutions": [ + { + "id": "black_kyurem", + "variant": "level_up", + "result": "kyurem black=false", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [] + } + ], + "moves": [ + "1:ancientpower", + "1:dragonbreath", + "1:dragonrage", + "1:freezedry", + "1:icywind", + "1:nobleroar", + "8:slash", + "16:endeavor", + "24:dragonpulse", + "32:icebeam", + "40:hypervoice", + "48:fusionbolt", + "56:blizzard", + "64:imprison", + "72:outrage", + "80:freezeshock", + "88:sheercold", + "tm:aerialace", + "tm:avalanche", + "tm:blizzard", + "tm:bodypress", + "tm:bodyslam", + "tm:breakingswipe", + "tm:brutalswing", + "tm:confide", + "tm:cut", + "tm:doubleteam", + "tm:dracometeor", + "tm:dragoncheer", + "tm:dragonclaw", + "tm:dragondance", + "tm:dragonpulse", + "tm:dragontail", + "tm:dualwingbeat", + "tm:earthpower", + "tm:echoedvoice", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:flashcannon", + "tm:fling", + "tm:fly", + "tm:focusblast", + "tm:frustration", + "tm:gigaimpact", + "tm:hail", + "tm:helpinghand", + "tm:hiddenpower", + "tm:honeclaws", + "tm:hyperbeam", + "tm:hypervoice", + "tm:icebeam", + "tm:icefang", + "tm:iciclespear", + "tm:icywind", + "tm:imprison", + "tm:ironhead", + "tm:lightscreen", + "tm:outrage", + "tm:payback", + "tm:protect", + "tm:psychic", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:roar", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:roost", + "tm:round", + "tm:safeguard", + "tm:scaleshot", + "tm:scaryface", + "tm:secretpower", + "tm:shadowball", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:snore", + "tm:snowscape", + "tm:steelwing", + "tm:stoneedge", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:toxic", + "tm:weatherball", + "tm:zenheadbutt", + "tutor:dracometeor", + "tutor:dragonbreath", + "tutor:dragonpulse", + "tutor:dualwingbeat", + "tutor:earthpower", + "tutor:endeavor", + "tutor:freezeshock", + "tutor:icebeam", + "tutor:icywind", + "tutor:ironhead", + "tutor:laserfocus", + "tutor:outrage", + "tutor:roost", + "tutor:scaleshot", + "tutor:shadowball", + "tutor:signalbeam", + "tutor:slash", + "tutor:sleeptalk", + "tutor:snore", + "tutor:zenheadbutt" + ], + "labels": [ + "gen5", + "legendary" + ], + "aspects": [ + "black" + ], + "height": 33, + "weight": 3250, + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "White", + "primaryType": "dragon", + "secondaryType": "ice", + "abilities": [ + "turboblaze" + ], + "baseStats": { + "hp": 125, + "attack": 120, + "defence": 90, + "special_attack": 170, + "special_defence": 100, + "speed": 95 + }, + "catchRate": 3, + "maleRatio": -1, + "baseExperienceYield": 330, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 3, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "evolutions": [ + { + "id": "white_kyurem", + "variant": "level_up", + "result": "kyurem white=false", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [] + } + ], + "moves": [ + "1:ancientpower", + "1:dragonbreath", + "1:dragonrage", + "1:freezedry", + "1:icywind", + "1:nobleroar", + "8:slash", + "16:endeavor", + "24:dragonpulse", + "32:icebeam", + "40:hypervoice", + "48:fusionflare", + "56:blizzard", + "64:imprison", + "72:outrage", + "80:iceburn", + "88:sheercold", + "tm:aerialace", + "tm:avalanche", + "tm:blizzard", + "tm:bodypress", + "tm:bodyslam", + "tm:breakingswipe", + "tm:brutalswing", + "tm:confide", + "tm:cut", + "tm:doubleteam", + "tm:dracometeor", + "tm:dragoncheer", + "tm:dragonclaw", + "tm:dragondance", + "tm:dragonpulse", + "tm:dragontail", + "tm:dualwingbeat", + "tm:earthpower", + "tm:echoedvoice", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:flashcannon", + "tm:fling", + "tm:fly", + "tm:focusblast", + "tm:frustration", + "tm:gigaimpact", + "tm:hail", + "tm:helpinghand", + "tm:hiddenpower", + "tm:honeclaws", + "tm:hyperbeam", + "tm:hypervoice", + "tm:icebeam", + "tm:icefang", + "tm:iciclespear", + "tm:icywind", + "tm:imprison", + "tm:ironhead", + "tm:lightscreen", + "tm:outrage", + "tm:payback", + "tm:protect", + "tm:psychic", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:roar", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:roost", + "tm:round", + "tm:safeguard", + "tm:scaleshot", + "tm:scaryface", + "tm:secretpower", + "tm:shadowball", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:snore", + "tm:snowscape", + "tm:steelwing", + "tm:stoneedge", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:toxic", + "tm:weatherball", + "tm:zenheadbutt", + "tutor:dracometeor", + "tutor:dragonbreath", + "tutor:dragonpulse", + "tutor:dualwingbeat", + "tutor:earthpower", + "tutor:endeavor", + "tutor:fusionflare", + "tutor:hypervoice", + "tutor:icebeam", + "tutor:iceburn", + "tutor:icywind", + "tutor:imprison", + "tutor:ironhead", + "tutor:laserfocus", + "tutor:outrage", + "tutor:roost", + "tutor:scaleshot", + "tutor:shadowball", + "tutor:signalbeam", + "tutor:slash", + "tutor:sleeptalk", + "tutor:snore", + "tutor:zenheadbutt" + ], + "labels": [ + "gen5", + "legendary" + ], + "aspects": [ + "white" + ], + "height": 36, + "weight": 3250, + "cannotDynamax": false, + "battleOnly": false + } + ], + "baseExperienceYield": 330, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:ancientpower", + "1:dragonbreath", + "1:dragonrage", + "1:freezedry", + "1:icywind", + "1:nobleroar", + "8:slash", + "16:endeavor", + "24:dragonpulse", + "32:icebeam", + "40:hypervoice", + "48:scaryface", + "56:blizzard", + "64:imprison", + "72:outrage", + "80:glaciate", + "88:sheercold", + "tm:aerialace", + "tm:avalanche", + "tm:blizzard", + "tm:bodypress", + "tm:bodyslam", + "tm:breakingswipe", + "tm:brutalswing", + "tm:confide", + "tm:cut", + "tm:doubleteam", + "tm:dracometeor", + "tm:dragoncheer", + "tm:dragonclaw", + "tm:dragondance", + "tm:dragonpulse", + "tm:dragontail", + "tm:dualwingbeat", + "tm:earthpower", + "tm:echoedvoice", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:flashcannon", + "tm:fling", + "tm:fly", + "tm:focusblast", + "tm:frustration", + "tm:gigaimpact", + "tm:hail", + "tm:helpinghand", + "tm:hiddenpower", + "tm:honeclaws", + "tm:hyperbeam", + "tm:hypervoice", + "tm:icebeam", + "tm:icefang", + "tm:iciclespear", + "tm:icywind", + "tm:imprison", + "tm:ironhead", + "tm:lightscreen", + "tm:outrage", + "tm:payback", + "tm:protect", + "tm:psychic", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:roar", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:roost", + "tm:round", + "tm:safeguard", + "tm:scaleshot", + "tm:scaryface", + "tm:secretpower", + "tm:shadowball", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:snore", + "tm:snowscape", + "tm:steelwing", + "tm:stoneedge", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:toxic", + "tm:weatherball", + "tm:zenheadbutt", + "tutor:dracometeor", + "tutor:dragonbreath", + "tutor:dragonpulse", + "tutor:dualwingbeat", + "tutor:earthpower", + "tutor:endeavor", + "tutor:glaciate", + "tutor:icebeam", + "tutor:icywind", + "tutor:ironhead", + "tutor:laserfocus", + "tutor:outrage", + "tutor:roost", + "tutor:scaleshot", + "tutor:shadowball", + "tutor:signalbeam", + "tutor:slash", + "tutor:sleeptalk", + "tutor:snore", + "tutor:zenheadbutt" + ], + "labels": [ + "gen5", + "legendary" + ], + "pokedex": [ + "cobblemon.species.kyurem.desc" + ], + "evolutions": [ + { + "id": "kyurem_white", + "variant": "level_up", + "result": "kyurem white=true", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "party_member", + "target": "reshiram", + "contains": true + } + ] + }, + { + "id": "kyurem_black", + "variant": "level_up", + "result": "kyurem black=true", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "party_member", + "target": "zekrom", + "contains": true + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 4, + "height": 4, + "fixed": false + }, + "baseFriendship": 0, + "evYield": { + "hp": 1, + "attack": 1, + "defence": 0, + "special_attack": 1, + "special_defence": 0, + "speed": 0 + }, + "height": 30, + "weight": 3250, + "aspects": [], + "cannotDynamax": false + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/landorus.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/landorus.json new file mode 100644 index 0000000..9619e76 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/landorus.json @@ -0,0 +1,236 @@ +{ + "implemente": true, + "name": "Landorus", + "nationalPokedexNumber": 645, + "primaryType": "ground", + "secondaryType": "flying", + "abilities": [ + "sandforce", + "h:sheerforce" + ], + "drops": { + "amount": 5, + "entries": [ + { + "item": "cobblemon:rare_candy", + "quantityRange": "5-10" + }, + { + "item": "cobblemon:smooth_rock", + "percentage": 50.0 + }, + { + "item": "cobblemon:float_stone", + "percentage": 50.0 + }, + { + "item": "cobblemon:ability_capsule", + "percentage": 25.0 + }, + { + "item": "cobblemon:ability_patch", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 89, + "attack": 125, + "defence": 90, + "special_attack": 115, + "special_defence": 80, + "speed": 101 + }, + "catchRate": 3, + "maleRatio": 1, + "shoulderMountable": false, + "baseExperienceYield": 300, + "baseFriendship": 90, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 3, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:mudshot", + "1:rockthrow", + "1:sandtomb", + "1:smackdown", + "5:leer", + "7:punishment", + "10:block", + "15:bulldoze", + "20:rocktomb", + "25:swordsdance", + "30:imprison", + "35:rockslide", + "40:earthpower", + "45:extrasensory", + "50:stoneedge", + "55:hammerarm", + "60:sandstorm", + "65:earthquake", + "70:outrage", + "75:fissure", + "80:sandsearstorm", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:brutalswing", + "tm:bulkup", + "tm:bulldoze", + "tm:calmmind", + "tm:confide", + "tm:crunch", + "tm:dig", + "tm:doubleteam", + "tm:earthpower", + "tm:earthquake", + "tm:endure", + "tm:explosion", + "tm:facade", + "tm:fling", + "tm:fly", + "tm:focusblast", + "tm:frustration", + "tm:gigaimpact", + "tm:grassknot", + "tm:gravity", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:imprison", + "tm:irontail", + "tm:mudshot", + "tm:mudslap", + "tm:nastyplot", + "tm:outrage", + "tm:payback", + "tm:protect", + "tm:psychic", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:rockpolish", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:sandstorm", + "tm:sandtomb", + "tm:scaryface", + "tm:scorchingsands", + "tm:secretpower", + "tm:selfdestruct", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:sludgewave", + "tm:smackdown", + "tm:snore", + "tm:stealthrock", + "tm:stompingtantrum", + "tm:stoneedge", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:superpower", + "tm:swagger", + "tm:swordsdance", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:toxic", + "tm:uturn", + "tm:weatherball", + "tutor:block", + "tutor:bulldoze", + "tutor:defog", + "tutor:earthpower", + "tutor:earthquake", + "tutor:extrasensory", + "tutor:fissure", + "tutor:focusblast", + "tutor:gravity", + "tutor:irontail", + "tutor:knockoff", + "tutor:mudshot", + "tutor:outrage", + "tutor:rockslide", + "tutor:rocktomb", + "tutor:roleplay", + "tutor:sandstorm", + "tutor:sandtomb", + "tutor:sleeptalk", + "tutor:snore", + "tutor:stealthrock", + "tutor:superpower", + "tutor:swordsdance", + "tutor:uturn" + ], + "labels": [ + "gen5", + "legendary" + ], + "pokedex": [ + "cobblemon.species.landorus.desc" + ], + "height": 15, + "weight": 680, + "evolutions": [], + "forms": [ + { + "name": "Therian", + "primaryType": "ground", + "secondaryType": "flying", + "abilities": [ + "intimidate" + ], + "baseStats": { + "hp": 89, + "attack": 145, + "defence": 90, + "special_attack": 105, + "special_defence": 80, + "speed": 91 + }, + "catchRate": 3, + "maleRatio": 1, + "baseExperienceYield": 300, + "baseFriendship": 90, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "labels": [ + "gen5", + "legendary" + ], + "aspects": [ + "therian" + ], + "height": 13, + "weight": 680, + "cannotDynamax": false, + "battleOnly": false + } + ], + "aspects": [], + "cannotDynamax": false + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/leavanny.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/leavanny.json new file mode 100644 index 0000000..0480a0e --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/leavanny.json @@ -0,0 +1,168 @@ +{ + "implemented": true, + "name": "Leavanny", + "nationalPokedexNumber": 542, + "primaryType": "bug", + "secondaryType": "grass", + "abilities": ["swarm", "chlorophyll", "h:overcoat"], + "drops": { + "amount": 6, + "entries": [ + { + "item": "minecraft:string", + "quantityRange": "0-3" + }, + { + "item": "cobblemon:mental_herb", + "percentage": 10 + }, + { + "item": "cobblemon:revival_herb", + "percentage": 10 + }, + { + "item": "cobblemon:coba_berry", + "percentage": 10 + } + ] + }, + "baseStats": { + "hp": 75, + "attack": 103, + "defence": 80, + "special_attack": 70, + "special_defence": 80, + "speed": 92 + }, + "catchRate": 45, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 225, + "experienceGroup": "medium_slow", + "eggCycles": 15, + "eggGroups": ["bug"], + "moves": [ + "1:bugbite", + "1:falseswipe", + "1:razorleaf", + "1:slash", + "1:stringshot", + "1:tackle", + "22:strugglebug", + "29:fellstinger", + "32:helpinghand", + "36:leafblade", + "39:xscissor", + "43:entrainment", + "46:swordsdance", + "50:leafstorm", + "tm:aerialace", + "tm:agility", + "tm:airslash", + "tm:attract", + "tm:batonpass", + "tm:bugbite", + "tm:bugbuzz", + "tm:bulletseed", + "tm:calmmind", + "tm:charm", + "tm:confide", + "tm:cut", + "tm:doubleteam", + "tm:dreameater", + "tm:electroweb", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:falseswipe", + "tm:flash", + "tm:frustration", + "tm:gigadrain", + "tm:gigaimpact", + "tm:grassknot", + "tm:grassyglide", + "tm:grassyterrain", + "tm:helpinghand", + "tm:hiddenpower", + "tm:honeclaws", + "tm:hyperbeam", + "tm:irondefense", + "tm:knockoff", + "tm:leafstorm", + "tm:lightscreen", + "tm:lowkick", + "tm:lunge", + "tm:magicalleaf", + "tm:naturepower", + "tm:payback", + "tm:poisonjab", + "tm:pollenpuff", + "tm:pounce", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:retaliate", + "tm:return", + "tm:round", + "tm:safeguard", + "tm:secretpower", + "tm:seedbomb", + "tm:shadowclaw", + "tm:skittersmack", + "tm:sleeptalk", + "tm:solarbeam", + "tm:steelwing", + "tm:strugglebug", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swordsdance", + "tm:takedown", + "tm:terablast", + "tm:throatchop", + "tm:toxic", + "tm:trailblaze", + "tm:tripleaxel", + "tm:xscissor", + "tutor:bugbite", + "tutor:electroweb", + "tutor:gigadrain", + "tutor:healbell", + "tutor:helpinghand", + "tutor:irondefense", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:magiccoat", + "tutor:seedbomb", + "tutor:signalbeam", + "tutor:sleeptalk", + "tutor:snore", + "tutor:synthesis", + "tutor:throatchop", + "tutor:worryseed" + ], + "labels": ["gen5"], + "pokedex": ["cobblemon.species.leavanny.desc"], + "preEvolution": "swadloon", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 12, + "weight": 205, + "aspects": [], + "cannotDynamax": false +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/liepard.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/liepard.json new file mode 100644 index 0000000..9c02c87 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/liepard.json @@ -0,0 +1,157 @@ +{ + "implemented": true, + "name": "Liepard", + "nationalPokedexNumber": 510, + "primaryType": "dark", + "abilities": ["limber", "unburden", "h:prankster"], + "drops": { + "amount": 3, + "entries": [ + { + "item": "minecraft:rotten_flesh", + "quantityRange": "0-2" + }, + { + "item": "cobblemon:bluk_berry", + "percentage": 5 + } + ] + }, + "baseStats": { + "hp": 64, + "attack": 88, + "defence": 50, + "special_attack": 88, + "special_defence": 50, + "speed": 106 + }, + "catchRate": 90, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 156, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": ["field"], + "moves": [ + "1:assist", + "1:fakeout", + "1:growl", + "1:sandattack", + "1:scratch", + "12:furyswipes", + "15:pursuit", + "16:torment", + "23:assurance", + "28:honeclaws", + "34:slash", + "34:suckerpunch", + "38:taunt", + "40:nastyplot", + "46:nightslash", + "47:snatch", + "52:playrough", + "tm:aerialace", + "tm:assurance", + "tm:attract", + "tm:batonpass", + "tm:charm", + "tm:confide", + "tm:cut", + "tm:darkpulse", + "tm:doubleteam", + "tm:dreameater", + "tm:echoedvoice", + "tm:embargo", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:foulplay", + "tm:frustration", + "tm:gigaimpact", + "tm:grassknot", + "tm:gunkshot", + "tm:hiddenpower", + "tm:honeclaws", + "tm:hyperbeam", + "tm:hypervoice", + "tm:irontail", + "tm:nastyplot", + "tm:payback", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:psychocut", + "tm:psychup", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:rocksmash", + "tm:round", + "tm:screech", + "tm:secretpower", + "tm:seedbomb", + "tm:shadowball", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:snarl", + "tm:snore", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swift", + "tm:taunt", + "tm:thief", + "tm:throatchop", + "tm:thunderwave", + "tm:torment", + "tm:toxic", + "tm:trick", + "tm:uturn", + "tutor:burningjealousy", + "tutor:covet", + "tutor:darkpulse", + "tutor:encore", + "tutor:fakeout", + "tutor:foulplay", + "tutor:gunkshot", + "tutor:hypervoice", + "tutor:irontail", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:lashout", + "tutor:roleplay", + "tutor:seedbomb", + "tutor:skittersmack", + "tutor:sleeptalk", + "tutor:snatch", + "tutor:snore", + "tutor:spite", + "tutor:swagger", + "tutor:throatchop", + "tutor:trick" + ], + "labels": ["gen5"], + "pokedex": ["cobblemon.species.liepard.desc"], + "preEvolution": "purrloin", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "height": 11, + "weight": 375, + "aspects": [], + "cannotDynamax": false +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/mandibuzz.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/mandibuzz.json new file mode 100644 index 0000000..ba9c990 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/mandibuzz.json @@ -0,0 +1,189 @@ +{ + "implemented": true, + "name": "Mandibuzz", + "nationalPokedexNumber": 630, + "primaryType": "dark", + "secondaryType": "flying", + "abilities": [ + "bigpecks", + "overcoat", + "h:weakarmor" + ], + "drops": { + "amount": 7, + "entries": [ + { + "item": "minecraft:feather", + "quantityRange": "0-2" + }, + { + "item": "minecraft:rotten_flesh", + "quantityRange": "0-2" + }, + { + "item": "minecraft:chicken" + }, + { + "item": "cobblemon:sharp_beak", + "percentage": 2.5 + }, + { + "item": "cobblemon:bluk_berry", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 110, + "attack": 65, + "defence": 105, + "special_attack": 55, + "special_defence": 95, + "speed": 80 + }, + "catchRate": 60, + "maleRatio": 0, + "shoulderMountable": false, + "baseExperienceYield": 179, + "experienceGroup": "slow", + "eggCycles": 20, + "eggGroups": [ + "flying" + ], + "moves": [ + "1:bonerush", + "1:flatter", + "1:furyattack", + "1:gust", + "1:leer", + "1:mirrormove", + "1:pluck", + "1:skyattack", + "1:toxic", + "18:tailwind", + "23:feintattack", + "24:knockoff", + "28:punishment", + "30:irondefense", + "36:whirlwind", + "42:airslash", + "48:darkpulse", + "50:embargo", + "57:nastyplot", + "64:defog", + "72:attract", + "80:bravebird", + "tm:acrobatics", + "tm:aerialace", + "tm:aircutter", + "tm:airslash", + "tm:assurance", + "tm:attract", + "tm:bravebird", + "tm:confide", + "tm:cut", + "tm:darkpulse", + "tm:doubleedge", + "tm:doubleteam", + "tm:dualwingbeat", + "tm:embargo", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:featherdance", + "tm:fly", + "tm:foulplay", + "tm:frustration", + "tm:gigaimpact", + "tm:heatwave", + "tm:hiddenpower", + "tm:hurricane", + "tm:hyperbeam", + "tm:incinerate", + "tm:irondefense", + "tm:knockoff", + "tm:lashout", + "tm:nastyplot", + "tm:payback", + "tm:pluck", + "tm:protect", + "tm:psychup", + "tm:raindance", + "tm:rest", + "tm:retaliate", + "tm:return", + "tm:rocksmash", + "tm:rocktomb", + "tm:roost", + "tm:round", + "tm:sandstorm", + "tm:scaryface", + "tm:secretpower", + "tm:shadowball", + "tm:sleeptalk", + "tm:snarl", + "tm:snore", + "tm:spite", + "tm:steelwing", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swift", + "tm:tailwind", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thief", + "tm:throatchop", + "tm:torment", + "tm:toxic", + "tm:uproar", + "tm:uturn", + "tutor:block", + "tutor:darkpulse", + "tutor:defog", + "tutor:dualwingbeat", + "tutor:feintattack", + "tutor:flatter", + "tutor:foulplay", + "tutor:heatwave", + "tutor:irondefense", + "tutor:knockoff", + "tutor:lashout", + "tutor:nastyplot", + "tutor:pluck", + "tutor:roost", + "tutor:skyattack", + "tutor:sleeptalk", + "tutor:snatch", + "tutor:snore", + "tutor:tailwind" + ], + "labels": [ + "gen5" + ], + "pokedex": [ + "cobblemon.species.mandibuzz.desc" + ], + "preEvolution": "vullaby", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 35, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 2, + "special_defence": 0, + "speed": 0 + }, + "height": 12, + "weight": 395, + "aspects": [], + "cannotDynamax": false +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/minccino.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/minccino.json new file mode 100644 index 0000000..b5a0a4d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/minccino.json @@ -0,0 +1,181 @@ +{ + "implemented": true, + "name": "Minccino", + "nationalPokedexNumber": 572, + "primaryType": "normal", + "abilities": [ + "cutecharm", + "technician", + "h:skilllink" + ], + "drops": { + "amount": 2, + "entries": [ + { + "item": "cobblemon:silk_scarf", + "percentage": 2.5 + }, + { + "item": "cobblemon:chesto_berry", + "percentage": 2.5 + } + ] + }, + "baseStats": { + "hp": 55, + "attack": 50, + "defence": 40, + "special_attack": 40, + "special_defence": 40, + "speed": 75 + }, + "catchRate": 255, + "maleRatio": 0.25, + "shoulderMountable": false, + "baseExperienceYield": 60, + "experienceGroup": "fast", + "eggCycles": 15, + "eggGroups": [ + "field" + ], + "moves": [ + "1:babydolleyes", + "1:pound", + "3:growl", + "4:helpinghand", + "8:echoedvoice", + "12:sing", + "13:doubleslap", + "16:charm", + "20:swift", + "24:encore", + "28:afteryou", + "31:wakeupslap", + "32:tailslap", + "36:tickle", + "39:captivate", + "40:slam", + "44:hypervoice", + "48:lastresort", + "egg:aquatail", + "egg:endure", + "egg:faketears", + "egg:flail", + "egg:irontail", + "egg:knockoff", + "egg:mudslap", + "egg:sleeptalk", + "egg:tailwhip", + "egg:tidyup", + "tm:alluringvoice", + "tm:attract", + "tm:batonpass", + "tm:bulletseed", + "tm:calmmind", + "tm:charm", + "tm:chillingwater", + "tm:confide", + "tm:dazzlinggleam", + "tm:dig", + "tm:doubleteam", + "tm:echoedvoice", + "tm:encore", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:fling", + "tm:frustration", + "tm:grassknot", + "tm:gunkshot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hypervoice", + "tm:irontail", + "tm:knockoff", + "tm:mudslap", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:retaliate", + "tm:return", + "tm:round", + "tm:safeguard", + "tm:secretpower", + "tm:seedbomb", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:sunnyday", + "tm:superfang", + "tm:swagger", + "tm:swift", + "tm:tailslap", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunderbolt", + "tm:thunderwave", + "tm:toxic", + "tm:trailblaze", + "tm:tripleaxel", + "tm:uproar", + "tm:uturn", + "tm:workup", + "tutor:afteryou", + "tutor:aquatail", + "tutor:covet", + "tutor:gunkshot", + "tutor:helpinghand", + "tutor:hypervoice", + "tutor:irontail", + "tutor:knockoff", + "tutor:lastresort", + "tutor:seedbomb", + "tutor:shockwave", + "tutor:sleeptalk", + "tutor:snore", + "tutor:tripleaxel", + "tutor:uproar" + ], + "labels": [ + "gen5" + ], + "pokedex": [ + "cobblemon.species.minccino.desc" + ], + "evolutions": [ + { + "id": "minccino_cinccino", + "variant": "item_interact", + "result": "cinccino", + "consumeHeldItem": false, + "learnableMoves": [ + "tailslap" + ], + "requirements": [], + "requiredContext": "cobblemon:shiny_stone" + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 1 + }, + "height": 4, + "weight": 58, + "aspects": [], + "cannotDynamax": false + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/munna.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/munna.json new file mode 100644 index 0000000..e2b8a98 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/munna.json @@ -0,0 +1,178 @@ +{ + "implemented": true, + "name": "Munna", + "nationalPokedexNumber": 517, + "primaryType": "psychic", + "abilities": [ + "forewarn", + "synchronize", + "h:telepathy" + ], + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:chesto_berry", + "percentage": 2.5 + } + ] + }, + "baseStats": { + "hp": 76, + "attack": 25, + "defence": 45, + "special_attack": 67, + "special_defence": 55, + "speed": 24 + }, + "catchRate": 190, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 58, + "experienceGroup": "fast", + "eggCycles": 10, + "eggGroups": [ + "field" + ], + "moves": [ + "1:defensecurl", + "1:psywave", + "1:storedpower", + "4:hypnosis", + "5:luckychant", + "8:psybeam", + "12:imprison", + "16:moonlight", + "20:magiccoat", + "24:zenheadbutt", + "25:synchronoise", + "28:calmmind", + "29:nightmare", + "32:yawn", + "36:psychic", + "40:moonblast", + "43:telekinesis", + "44:dreameater", + "48:futuresight", + "52:wonderroom", + "egg:barrier", + "egg:batonpass", + "egg:curse", + "egg:healingwish", + "egg:helpinghand", + "egg:magiccoat", + "egg:secretpower", + "egg:sleeptalk", + "egg:sonicboom", + "egg:swift", + "tm:allyswitch", + "tm:amnesia", + "tm:attract", + "tm:calmmind", + "tm:chargebeam", + "tm:confide", + "tm:dazzlinggleam", + "tm:doubleteam", + "tm:dreameater", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:flash", + "tm:frustration", + "tm:futuresight", + "tm:guardswap", + "tm:gyroball", + "tm:helpinghand", + "tm:hiddenpower", + "tm:imprison", + "tm:lightscreen", + "tm:powerswap", + "tm:protect", + "tm:psychic", + "tm:psychup", + "tm:psyshock", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:rockslide", + "tm:rocktomb", + "tm:round", + "tm:safeguard", + "tm:secretpower", + "tm:shadowball", + "tm:skillswap", + "tm:sleeptalk", + "tm:snore", + "tm:storedpower", + "tm:substitute", + "tm:swagger", + "tm:swift", + "tm:telekinesis", + "tm:thunderwave", + "tm:torment", + "tm:toxic", + "tm:trick", + "tm:trickroom", + "tm:wonderroom", + "tm:zenheadbutt", + "tutor:afteryou", + "tutor:allyswitch", + "tutor:dreameater", + "tutor:expandingforce", + "tutor:gravity", + "tutor:healbell", + "tutor:helpinghand", + "tutor:hypnosis", + "tutor:magiccoat", + "tutor:painsplit", + "tutor:rest", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:skillswap", + "tutor:sleeptalk", + "tutor:snore", + "tutor:telekinesis", + "tutor:trick", + "tutor:wonderroom", + "tutor:worryseed", + "tutor:zenheadbutt" + ], + "labels": [ + "gen5" + ], + "pokedex": [ + "cobblemon.species.munna.desc" + ], + "evolutions": [ + { + "id": "munna_musharna", + "variant": "item_interact", + "result": "musharna", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [], + "requiredContext": "cobblemon:moon_stone" + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 1, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 6, + "weight": 233, + "aspects": [], + "cannotDynamax": false + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/musharna.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/musharna.json new file mode 100644 index 0000000..76ddc2f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/musharna.json @@ -0,0 +1,161 @@ +{ + "implemented": true, + "name": "Musharna", + "nationalPokedexNumber": 518, + "primaryType": "psychic", + "abilities": [ + "forewarn", + "synchronize", + "h:telepathy" + ], + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:chesto_berry", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 116, + "attack": 55, + "defence": 85, + "special_attack": 107, + "special_defence": 95, + "speed": 29 + }, + "catchRate": 75, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 170, + "experienceGroup": "fast", + "eggCycles": 10, + "eggGroups": [ + "field" + ], + "moves": [ + "1:calmmind", + "1:defensecurl", + "1:dreameater", + "1:futuresight", + "1:hypnosis", + "1:imprison", + "1:luckychant", + "1:magiccoat", + "1:moonblast", + "1:moonlight", + "1:psybeam", + "1:psychic", + "1:psychicterrain", + "1:storedpower", + "1:wonderroom", + "1:yawn", + "1:zenheadbutt", + "tm:allyswitch", + "tm:amnesia", + "tm:attract", + "tm:calmmind", + "tm:chargebeam", + "tm:confide", + "tm:dazzlinggleam", + "tm:doubleteam", + "tm:dreameater", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:flash", + "tm:frustration", + "tm:futuresight", + "tm:gigaimpact", + "tm:guardswap", + "tm:gyroball", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:imprison", + "tm:lightscreen", + "tm:powerswap", + "tm:protect", + "tm:psychic", + "tm:psychicterrain", + "tm:psychup", + "tm:psyshock", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:rockslide", + "tm:rocktomb", + "tm:round", + "tm:safeguard", + "tm:secretpower", + "tm:shadowball", + "tm:skillswap", + "tm:sleeptalk", + "tm:snore", + "tm:storedpower", + "tm:substitute", + "tm:swagger", + "tm:swift", + "tm:telekinesis", + "tm:thunderwave", + "tm:torment", + "tm:toxic", + "tm:trick", + "tm:trickroom", + "tm:wonderroom", + "tm:zenheadbutt", + "tutor:afteryou", + "tutor:allyswitch", + "tutor:defensecurl", + "tutor:expandingforce", + "tutor:gravity", + "tutor:healbell", + "tutor:helpinghand", + "tutor:hypnosis", + "tutor:luckychant", + "tutor:magiccoat", + "tutor:mistyexplosion", + "tutor:painsplit", + "tutor:psybeam", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:skillswap", + "tutor:sleeptalk", + "tutor:snore", + "tutor:telekinesis", + "tutor:trick", + "tutor:wonderroom", + "tutor:worryseed", + "tutor:zenheadbutt" + ], + "labels": [ + "gen5" + ], + "pokedex": [ + "cobblemon.species.musharna.desc" + ], + "preEvolution": "munna", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 2, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 11, + "weight": 605, + "aspects": [], + "cannotDynamax": false + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/pawniard.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/pawniard.json new file mode 100644 index 0000000..4018e81 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/pawniard.json @@ -0,0 +1,169 @@ +{ + "implemented": true, + "name": "Pawniard", + "nationalPokedexNumber": 624, + "primaryType": "dark", + "secondaryType": "steel", + "abilities": ["defiant", "innerfocus", "h:pressure"], + "baseStats": { + "hp": 45, + "attack": 85, + "defence": 70, + "special_attack": 40, + "special_defence": 40, + "speed": 60 + }, + "catchRate": 120, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 68, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": ["human_like"], + "moves": [ + "1:leer", + "1:scratch", + "5:furycutter", + "10:metalclaw", + "15:torment", + "17:feintattack", + "20:scaryface", + "25:assurance", + "30:metalsound", + "35:slash", + "40:nightslash", + "41:embargo", + "45:irondefense", + "50:laserfocus", + "50:retaliate", + "55:ironhead", + "60:swordsdance", + "65:guillotine", + "egg:headbutt", + "egg:meanlook", + "egg:psychocut", + "egg:pursuit", + "egg:quickguard", + "egg:revenge", + "egg:stealthrock", + "egg:suckerpunch", + "tm:aerialace", + "tm:airslash", + "tm:assurance", + "tm:attract", + "tm:beatup", + "tm:brickbreak", + "tm:confide", + "tm:cut", + "tm:darkpulse", + "tm:dig", + "tm:doubleteam", + "tm:embargo", + "tm:endure", + "tm:facade", + "tm:falseswipe", + "tm:flashcannon", + "tm:fling", + "tm:foulplay", + "tm:frustration", + "tm:grassknot", + "tm:hiddenpower", + "tm:honeclaws", + "tm:irondefense", + "tm:ironhead", + "tm:lowkick", + "tm:lowsweep", + "tm:metalclaw", + "tm:payback", + "tm:poisonjab", + "tm:poweruppunch", + "tm:protect", + "tm:psychocut", + "tm:raindance", + "tm:rest", + "tm:retaliate", + "tm:return", + "tm:revenge", + "tm:rockpolish", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:sandstorm", + "tm:scaryface", + "tm:screech", + "tm:secretpower", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:snarl", + "tm:snore", + "tm:stealthrock", + "tm:steelbeam", + "tm:stoneedge", + "tm:substitute", + "tm:swagger", + "tm:swordsdance", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thief", + "tm:thunderwave", + "tm:torment", + "tm:toxic", + "tm:xscissor", + "tutor:darkpulse", + "tutor:dualchop", + "tutor:foulplay", + "tutor:furycutter", + "tutor:irondefense", + "tutor:ironhead", + "tutor:knockoff", + "tutor:lashout", + "tutor:lowkick", + "tutor:magnetrise", + "tutor:psychocut", + "tutor:roleplay", + "tutor:sleeptalk", + "tutor:snatch", + "tutor:snore", + "tutor:spite", + "tutor:stealthrock", + "tutor:steelbeam", + "tutor:suckerpunch" + ], + "labels": ["gen5"], + "pokedex": ["cobblemon.species.pawniard.desc"], + "evolutions": [ + { + "id": "pawniard_bisharp", + "variant": "level_up", + "result": "bisharp", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 52 + } + ] + } + ], + "baseScale": 0.75, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 35, + "evYield": { + "hp": 0, + "attack": 1, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 5, + "weight": 102, + "aspects": [], + "cannotDynamax": false +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/purrloin.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/purrloin.json new file mode 100644 index 0000000..85743ac --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/purrloin.json @@ -0,0 +1,181 @@ +{ + "implemented": true, + "name": "Purrloin", + "nationalPokedexNumber": 509, + "primaryType": "dark", + "abilities": [ + "limber", + "unburden", + "h:prankster" + ], + "drops": { + "amount": 2, + "entries": [ + { + "item": "minecraft:rotten_flesh", + "quantityRange": "0-1" + }, + { + "item": "cobblemon:bluk_berry", + "percentage": 2.5 + } + ] + }, + "baseStats": { + "hp": 41, + "attack": 50, + "defence": 37, + "special_attack": 50, + "special_defence": 37, + "speed": 66 + }, + "catchRate": 255, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 56, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": [ + "field" + ], + "moves": [ + "1:growl", + "1:scratch", + "4:sandattack", + "5:fakeout", + "6:assist", + "12:furyswipes", + "15:pursuit", + "16:torment", + "21:assurance", + "24:honeclaws", + "28:suckerpunch", + "30:slash", + "32:nastyplot", + "33:captivate", + "36:nightslash", + "39:snatch", + "40:playrough", + "egg:charm", + "egg:copycat", + "egg:covet", + "egg:doubleteam", + "egg:encore", + "egg:faketears", + "egg:feintattack", + "egg:foulplay", + "egg:payday", + "egg:quickattack", + "egg:slash", + "egg:yawn", + "tm:aerialace", + "tm:assurance", + "tm:attract", + "tm:batonpass", + "tm:charm", + "tm:confide", + "tm:cut", + "tm:darkpulse", + "tm:doubleteam", + "tm:dreameater", + "tm:echoedvoice", + "tm:embargo", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:foulplay", + "tm:frustration", + "tm:grassknot", + "tm:gunkshot", + "tm:hiddenpower", + "tm:honeclaws", + "tm:hypervoice", + "tm:irontail", + "tm:nastyplot", + "tm:payback", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:psychup", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:round", + "tm:screech", + "tm:secretpower", + "tm:seedbomb", + "tm:shadowball", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:snarl", + "tm:snore", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swift", + "tm:taunt", + "tm:thief", + "tm:thunderwave", + "tm:torment", + "tm:toxic", + "tm:trick", + "tm:uturn", + "tutor:covet", + "tutor:darkpulse", + "tutor:foulplay", + "tutor:gunkshot", + "tutor:hypervoice", + "tutor:irontail", + "tutor:knockoff", + "tutor:lashout", + "tutor:roleplay", + "tutor:seedbomb", + "tutor:sleeptalk", + "tutor:snatch", + "tutor:snore", + "tutor:spite", + "tutor:trick" + ], + "labels": [ + "gen5" + ], + "pokedex": [ + "cobblemon.species.purrloin.desc" + ], + "evolutions": [ + { + "id": "purrloin_liepard", + "variant": "level_up", + "result": "liepard", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 20 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 1 + }, + "height": 4, + "weight": 101, + "aspects": [], + "cannotDynamax": false + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/reshiram.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/reshiram.json new file mode 100644 index 0000000..c09d7ab --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/reshiram.json @@ -0,0 +1,209 @@ +{ + "implemented": true, + "name": "Reshiram", + "nationalPokedexNumber": 643, + "primaryType": "dragon", + "secondaryType": "fire", + "abilities": [ + "turboblaze" + ], + "drops": { + "amount": 7, + "entries": [ + { + "item": "cobblemon:rare_candy", + "quantityRange": "5-10" + }, + { + "item": "cobblemon:dragon_fang", + "percentage": 50.0 + }, + { + "item": "cobblemon:flame_orb", + "percentage": 50.0 + }, + { + "item": "cobblemon:fire_stone", + "quantityRange": "3-9" + }, + { + "item": "minecraft:wither_skeleton_skull" + }, + { + "item": "cobblemon:ability_capsule", + "percentage": 25.0 + }, + { + "item": "cobblemon:ability_patch", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 100, + "attack": 120, + "defence": 100, + "special_attack": 150, + "special_defence": 120, + "speed": 90 + }, + "catchRate": 3, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 340, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:ancientpower", + "1:dragonbreath", + "1:dragonrage", + "1:firefang", + "1:nobleroar", + "8:slash", + "16:crunch", + "24:extrasensory", + "32:dragonpulse", + "40:flamethrower", + "48:fusionflare", + "56:hypervoice", + "64:fireblast", + "72:imprison", + "80:outrage", + "88:blueflare", + "tm:bodypress", + "tm:bodyslam", + "tm:breakingswipe", + "tm:brutalswing", + "tm:confide", + "tm:crunch", + "tm:cut", + "tm:doubleedge", + "tm:doubleteam", + "tm:dracometeor", + "tm:dragoncheer", + "tm:dragonclaw", + "tm:dragondance", + "tm:dragonpulse", + "tm:dragontail", + "tm:dualwingbeat", + "tm:earthpower", + "tm:echoedvoice", + "tm:endure", + "tm:facade", + "tm:fireblast", + "tm:firefang", + "tm:firespin", + "tm:flamecharge", + "tm:flamethrower", + "tm:flareblitz", + "tm:fling", + "tm:fly", + "tm:focusblast", + "tm:frustration", + "tm:gigaimpact", + "tm:heatcrash", + "tm:heatwave", + "tm:helpinghand", + "tm:hiddenpower", + "tm:honeclaws", + "tm:hyperbeam", + "tm:hypervoice", + "tm:imprison", + "tm:incinerate", + "tm:lightscreen", + "tm:mysticalfire", + "tm:outrage", + "tm:overheat", + "tm:payback", + "tm:protect", + "tm:psychic", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:roar", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:roost", + "tm:round", + "tm:safeguard", + "tm:scaleshot", + "tm:scaryface", + "tm:scorchingsands", + "tm:secretpower", + "tm:shadowball", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:snore", + "tm:solarbeam", + "tm:steelwing", + "tm:stoneedge", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swift", + "tm:tailwind", + "tm:takedown", + "tm:terablast", + "tm:toxic", + "tm:weatherball", + "tm:willowisp", + "tm:zenheadbutt", + "tutor:blueflare", + "tutor:defog", + "tutor:dracometeor", + "tutor:dragonbreath", + "tutor:dragonclaw", + "tutor:dragonpulse", + "tutor:dualwingbeat", + "tutor:earthpower", + "tutor:extrasensory", + "tutor:heatwave", + "tutor:imprison", + "tutor:laserfocus", + "tutor:mist", + "tutor:nobleroar", + "tutor:outrage", + "tutor:roost", + "tutor:scaleshot", + "tutor:scorchingsands", + "tutor:slash", + "tutor:sleeptalk", + "tutor:snore", + "tutor:tailwind", + "tutor:zenheadbutt" + ], + "labels": [ + "gen5", + "legendary" + ], + "pokedex": [ + "cobblemon.species.reshiram.desc" + ], + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 3, + "special_defence": 0, + "speed": 0 + }, + "height": 32, + "weight": 3300, + "aspects": [], + "cannotDynamax": false + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/reuniclus.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/reuniclus.json new file mode 100644 index 0000000..556c31c --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/reuniclus.json @@ -0,0 +1,193 @@ +{ + "implemented": true, + "name": "Reuniclus", + "nationalPokedexNumber": 579, + "primaryType": "psychic", + "abilities": ["overcoat", "magicguard", "h:regenerator"], + "drops": { + "amount": 4, + "entries": [ + { + "item": "minecraft:slime_ball", + "quantityRange": "0-3" + }, + { + "item": "cobblemon:persim_berry", + "percentage": 10 + } + ] + }, + "baseStats": { + "hp": 110, + "attack": 65, + "defence": 75, + "special_attack": 125, + "special_defence": 85, + "speed": 30 + }, + "catchRate": 50, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 245, + "experienceGroup": "medium_slow", + "eggCycles": 20, + "eggGroups": ["amorphous"], + "moves": [ + "1:confusion", + "1:dizzypunch", + "1:endeavor", + "1:protect", + "1:psywave", + "1:recover", + "1:rollout", + "1:snatch", + "12:psybeam", + "14:hiddenpower", + "16:charm", + "20:psyshock", + "24:lightscreen", + "24:reflect", + "28:allyswitch", + "35:painsplit", + "40:psychic", + "48:skillswap", + "54:healblock", + "56:futuresight", + "64:wonderroom", + "tm:allyswitch", + "tm:attract", + "tm:bodyslam", + "tm:calmmind", + "tm:charm", + "tm:confide", + "tm:confuseray", + "tm:doubleteam", + "tm:drainpunch", + "tm:dreameater", + "tm:embargo", + "tm:encore", + "tm:endeavor", + "tm:endure", + "tm:energyball", + "tm:expandingforce", + "tm:explosion", + "tm:facade", + "tm:firepunch", + "tm:flash", + "tm:flashcannon", + "tm:fling", + "tm:focusblast", + "tm:focuspunch", + "tm:frustration", + "tm:futuresight", + "tm:gigaimpact", + "tm:grassknot", + "tm:gravity", + "tm:guardswap", + "tm:gyroball", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:icepunch", + "tm:imprison", + "tm:infestation", + "tm:irondefense", + "tm:knockoff", + "tm:lightscreen", + "tm:megapunch", + "tm:nightshade", + "tm:painsplit", + "tm:powerswap", + "tm:poweruppunch", + "tm:protect", + "tm:psybeam", + "tm:psychic", + "tm:psychicnoise", + "tm:psychicterrain", + "tm:psychup", + "tm:psyshock", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:safeguard", + "tm:secretpower", + "tm:shadowball", + "tm:skillswap", + "tm:sleeptalk", + "tm:snore", + "tm:storedpower", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:superpower", + "tm:swagger", + "tm:swift", + "tm:telekinesis", + "tm:terablast", + "tm:thunder", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:trick", + "tm:trickroom", + "tm:wonderroom", + "tm:zenheadbutt", + "tutor:afteryou", + "tutor:allyswitch", + "tutor:drainpunch", + "tutor:endeavor", + "tutor:expandingforce", + "tutor:firepunch", + "tutor:focuspunch", + "tutor:gravity", + "tutor:helpinghand", + "tutor:icepunch", + "tutor:irondefense", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:magiccoat", + "tutor:painsplit", + "tutor:roleplay", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:skillswap", + "tutor:sleeptalk", + "tutor:snatch", + "tutor:snore", + "tutor:steelroller", + "tutor:superpower", + "tutor:telekinesis", + "tutor:thunderpunch", + "tutor:trick", + "tutor:wonderroom", + "tutor:zenheadbutt" + ], + "labels": ["gen5"], + "pokedex": ["cobblemon.species.reuniclus.desc"], + "preEvolution": "duosion", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 3, + "special_defence": 0, + "speed": 0 + }, + "height": 10, + "weight": 201, + "aspects": [], + "cannotDynamax": false +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/sewaddle.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/sewaddle.json new file mode 100644 index 0000000..788e904 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/sewaddle.json @@ -0,0 +1,176 @@ +{ + "implemented": true, + "name": "Sewaddle", + "nationalPokedexNumber": 540, + "primaryType": "bug", + "secondaryType": "grass", + "abilities": [ + "swarm", + "chlorophyll", + "h:overcoat" + ], + "drops": { + "amount": 4, + "entries": [ + { + "item": "minecraft:string", + "quantityRange": "0-1" + }, + { + "item": "cobblemon:mental_herb", + "percentage": 2.5 + }, + { + "item": "cobblemon:revival_herb", + "percentage": 2.5 + }, + { + "item": "cobblemon:coba_berry", + "percentage": 2.5 + } + ] + }, + "baseStats": { + "hp": 45, + "attack": 53, + "defence": 70, + "special_attack": 40, + "special_defence": 60, + "speed": 42 + }, + "catchRate": 255, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 62, + "experienceGroup": "medium_slow", + "eggCycles": 15, + "eggGroups": [ + "bug" + ], + "moves": [ + "1:stringshot", + "1:tackle", + "8:bugbite", + "15:razorleaf", + "22:strugglebug", + "29:endure", + "31:stickyweb", + "36:bugbuzz", + "43:flail", + "egg:agility", + "egg:airslash", + "egg:batonpass", + "egg:camouflage", + "egg:grassyterrain", + "egg:mefirst", + "egg:mindreader", + "egg:razorwind", + "egg:screech", + "egg:silverwind", + "egg:snore", + "egg:switcheroo", + "egg:synthesis", + "egg:worryseed", + "tm:attract", + "tm:batonpass", + "tm:bugbite", + "tm:bugbuzz", + "tm:calmmind", + "tm:charm", + "tm:confide", + "tm:cut", + "tm:doubleteam", + "tm:dreameater", + "tm:electroweb", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:flash", + "tm:frustration", + "tm:gigadrain", + "tm:grassknot", + "tm:grassyglide", + "tm:grassyterrain", + "tm:hiddenpower", + "tm:irondefense", + "tm:lightscreen", + "tm:lunge", + "tm:magicalleaf", + "tm:naturepower", + "tm:payback", + "tm:pounce", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:round", + "tm:safeguard", + "tm:secretpower", + "tm:seedbomb", + "tm:skittersmack", + "tm:sleeptalk", + "tm:solarbeam", + "tm:strugglebug", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:takedown", + "tm:terablast", + "tm:toxic", + "tm:trailblaze", + "tutor:bugbite", + "tutor:electroweb", + "tutor:gigadrain", + "tutor:irondefense", + "tutor:magiccoat", + "tutor:seedbomb", + "tutor:signalbeam", + "tutor:sleeptalk", + "tutor:snore", + "tutor:synthesis", + "tutor:worryseed" + ], + "labels": [ + "gen5" + ], + "pokedex": [ + "cobblemon.species.sewaddle.desc" + ], + "evolutions": [ + { + "id": "sewaddle_swadloon", + "variant": "level_up", + "result": "swadloon", + "consumeHeldItem": false, + "learnableMoves": [ + "protect" + ], + "requirements": [ + { + "variant": "level", + "minLevel": 20 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 1, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 3, + "weight": 25, + "aspects": [], + "cannotDynamax": false + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/solosis.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/solosis.json new file mode 100644 index 0000000..2b1ed52 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/solosis.json @@ -0,0 +1,198 @@ +{ + "implemented": true, + "name": "Solosis", + "nationalPokedexNumber": 577, + "primaryType": "psychic", + "abilities": [ + "overcoat", + "magicguard", + "h:regenerator" + ], + "drops": { + "amount": 2, + "entries": [ + { + "item": "minecraft:slime_ball", + "quantityRange": "0-1" + }, + { + "item": "cobblemon:persim_berry", + "percentage": 2.5 + } + ] + }, + "baseStats": { + "hp": 45, + "attack": 30, + "defence": 40, + "special_attack": 105, + "special_defence": 50, + "speed": 20 + }, + "catchRate": 200, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 58, + "experienceGroup": "medium_slow", + "eggCycles": 20, + "eggGroups": [ + "amorphous" + ], + "moves": [ + "1:confusion", + "1:protect", + "1:psywave", + "4:recover", + "7:rollout", + "8:endeavor", + "10:snatch", + "12:psybeam", + "14:hiddenpower", + "16:charm", + "20:psyshock", + "24:lightscreen", + "24:reflect", + "28:allyswitch", + "33:painsplit", + "36:psychic", + "40:skillswap", + "44:futuresight", + "46:healblock", + "48:wonderroom", + "egg:acidarmor", + "egg:astonish", + "egg:confuseray", + "egg:helpinghand", + "egg:imprison", + "egg:nightshade", + "egg:secretpower", + "egg:trick", + "tm:allyswitch", + "tm:attract", + "tm:calmmind", + "tm:charm", + "tm:confide", + "tm:confuseray", + "tm:doubleteam", + "tm:dreameater", + "tm:embargo", + "tm:encore", + "tm:endeavor", + "tm:endure", + "tm:energyball", + "tm:expandingforce", + "tm:explosion", + "tm:facade", + "tm:flash", + "tm:flashcannon", + "tm:frustration", + "tm:futuresight", + "tm:gravity", + "tm:guardswap", + "tm:gyroball", + "tm:helpinghand", + "tm:hiddenpower", + "tm:imprison", + "tm:infestation", + "tm:irondefense", + "tm:lightscreen", + "tm:nightshade", + "tm:painsplit", + "tm:powerswap", + "tm:protect", + "tm:psybeam", + "tm:psychic", + "tm:psychicterrain", + "tm:psychup", + "tm:psyshock", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:rockslide", + "tm:rocktomb", + "tm:round", + "tm:safeguard", + "tm:secretpower", + "tm:shadowball", + "tm:skillswap", + "tm:sleeptalk", + "tm:snore", + "tm:storedpower", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swift", + "tm:telekinesis", + "tm:terablast", + "tm:thunder", + "tm:thunderwave", + "tm:toxic", + "tm:trick", + "tm:trickroom", + "tm:wonderroom", + "tm:zenheadbutt", + "tutor:afteryou", + "tutor:allyswitch", + "tutor:endeavor", + "tutor:expandingforce", + "tutor:gravity", + "tutor:helpinghand", + "tutor:irondefense", + "tutor:magiccoat", + "tutor:painsplit", + "tutor:roleplay", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:skillswap", + "tutor:sleeptalk", + "tutor:snatch", + "tutor:snore", + "tutor:steelroller", + "tutor:telekinesis", + "tutor:trick", + "tutor:wonderroom", + "tutor:zenheadbutt" + ], + "labels": [ + "gen5" + ], + "pokedex": [ + "cobblemon.species.solosis.desc" + ], + "evolutions": [ + { + "id": "solosis_duosion", + "variant": "level_up", + "result": "duosion", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 32 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 1, + "special_defence": 0, + "speed": 0 + }, + "height": 3, + "weight": 10, + "aspects": [], + "cannotDynamax": false + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/swadloon.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/swadloon.json new file mode 100644 index 0000000..14fc204 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/swadloon.json @@ -0,0 +1,152 @@ +{ + "implemented": true, + "name": "Swadloon", + "nationalPokedexNumber": 541, + "primaryType": "bug", + "secondaryType": "grass", + "abilities": ["leafguard", "chlorophyll", "h:overcoat"], + "drops": { + "amount": 5, + "entries": [ + { + "item": "minecraft:string", + "quantityRange": "0-2" + }, + { + "item": "cobblemon:mental_herb", + "percentage": 5 + }, + { + "item": "cobblemon:revival_herb", + "percentage": 5 + }, + { + "item": "cobblemon:coba_berry", + "percentage": 5 + } + ] + }, + "baseStats": { + "hp": 55, + "attack": 63, + "defence": 90, + "special_attack": 50, + "special_defence": 80, + "speed": 42 + }, + "catchRate": 120, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 133, + "experienceGroup": "medium_slow", + "eggCycles": 15, + "eggGroups": ["bug"], + "moves": [ + "1:bugbite", + "1:grasswhistle", + "1:protect", + "1:razorleaf", + "1:stringshot", + "1:tackle", + "22:strugglebug", + "29:endure", + "31:stickyweb", + "36:bugbuzz", + "43:flail", + "tm:attract", + "tm:batonpass", + "tm:bugbite", + "tm:bugbuzz", + "tm:calmmind", + "tm:charm", + "tm:confide", + "tm:cut", + "tm:doubleteam", + "tm:dreameater", + "tm:electroweb", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:flash", + "tm:frustration", + "tm:gigadrain", + "tm:grassknot", + "tm:grassyglide", + "tm:grassyterrain", + "tm:hiddenpower", + "tm:irondefense", + "tm:lightscreen", + "tm:lunge", + "tm:magicalleaf", + "tm:naturepower", + "tm:payback", + "tm:pounce", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:round", + "tm:safeguard", + "tm:secretpower", + "tm:seedbomb", + "tm:skittersmack", + "tm:sleeptalk", + "tm:solarbeam", + "tm:strugglebug", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:takedown", + "tm:terablast", + "tm:toxic", + "tm:trailblaze", + "tutor:bugbite", + "tutor:electroweb", + "tutor:gigadrain", + "tutor:irondefense", + "tutor:magiccoat", + "tutor:seedbomb", + "tutor:signalbeam", + "tutor:sleeptalk", + "tutor:snore", + "tutor:synthesis", + "tutor:worryseed" + ], + "labels": ["gen5"], + "pokedex": ["cobblemon.species.swadloon.desc"], + "preEvolution": "sewaddle", + "evolutions": [ + { + "id": "swadloon_leavanny", + "variant": "level_up", + "result": "leavanny", + "consumeHeldItem": false, + "learnableMoves": ["slash"], + "requirements": [ + { + "variant": "friendship", + "amount": 160 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 2, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 5, + "weight": 73, + "aspects": [], + "cannotDynamax": false +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/swanna.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/swanna.json new file mode 100644 index 0000000..1352794 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/swanna.json @@ -0,0 +1,147 @@ +{ + "implemented": true, + "name": "Swanna", + "nationalPokedexNumber": 581, + "primaryType": "water", + "secondaryType": "flying", + "abilities": ["keeneye", "bigpecks", "h:hydration"], + "drops": { + "amount": 5, + "entries": [ + { + "item": "minecraft:feather", + "quantityRange": "0-2" + }, + { + "item": "minecraft:chicken" + }, + { + "item": "cobblemon:sharp_beak", + "percentage": 2.5 + }, + { + "item": "cobblemon:wacan_berry", + "percentage": 5 + } + ] + }, + "baseStats": { + "hp": 75, + "attack": 87, + "defence": 63, + "special_attack": 87, + "special_defence": 63, + "speed": 98 + }, + "catchRate": 45, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 166, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": ["water_1", "flying"], + "moves": [ + "1:defog", + "1:watergun", + "1:watersport", + "1:wingattack", + "13:waterpulse", + "15:aerialace", + "19:bubblebeam", + "21:featherdance", + "24:aquaring", + "27:airslash", + "30:roost", + "34:raindance", + "40:tailwind", + "47:bravebird", + "55:hurricane", + "tm:acrobatics", + "tm:aerialace", + "tm:aircutter", + "tm:airslash", + "tm:alluringvoice", + "tm:attract", + "tm:bravebird", + "tm:chillingwater", + "tm:confide", + "tm:disarmingvoice", + "tm:dive", + "tm:doubleedge", + "tm:doubleteam", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:featherdance", + "tm:flipturn", + "tm:fly", + "tm:frustration", + "tm:gigaimpact", + "tm:hail", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hurricane", + "tm:hydropump", + "tm:hyperbeam", + "tm:icebeam", + "tm:icywind", + "tm:knockoff", + "tm:liquidation", + "tm:pluck", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:roost", + "tm:round", + "tm:scald", + "tm:secretpower", + "tm:sleeptalk", + "tm:steelwing", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:tailwind", + "tm:terablast", + "tm:toxic", + "tm:trailblaze", + "tm:waterpulse", + "tm:weatherball", + "tm:whirlpool", + "tutor:defog", + "tutor:endeavor", + "tutor:icywind", + "tutor:liquidation", + "tutor:roost", + "tutor:skyattack", + "tutor:sleeptalk", + "tutor:snore", + "tutor:tailwind", + "tutor:uproar", + "tutor:waterpulse" + ], + "labels": ["gen5"], + "pokedex": ["cobblemon.species.swanna.desc"], + "preEvolution": "ducklett", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "height": 13, + "weight": 242, + "aspects": [], + "cannotDynamax": false +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/thundurus.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/thundurus.json new file mode 100644 index 0000000..82c6516 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/thundurus.json @@ -0,0 +1,254 @@ +{ + "implemented": true, + "name": "Thundurus", + "nationalPokedexNumber": 642, + "primaryType": "electric", + "secondaryType": "flying", + "abilities": [ + "prankster", + "h:defiant" + ], + "drops": { + "amount": 5, + "entries": [ + { + "item": "cobblemon:rare_candy", + "quantityRange": "5-10" + }, + { + "item": "cobblemon:float_stone", + "percentage": 50.0 + }, + { + "item": "cobblemon:black_glasses", + "percentage": 50.0 + }, + { + "item": "cobblemon:ability_capsule", + "percentage": 25.0 + }, + { + "item": "cobblemon:ability_patch", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 79, + "attack": 115, + "defence": 70, + "special_attack": 125, + "special_defence": 80, + "speed": 111 + }, + "catchRate": 3, + "maleRatio": 1, + "shoulderMountable": false, + "baseExperienceYield": 290, + "baseFriendship": 90, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:astonish", + "1:nastyplot", + "1:thundershock", + "5:leer", + "10:swagger", + "13:revenge", + "15:bite", + "20:shockwave", + "25:agility", + "25:healblock", + "30:charge", + "35:voltswitch", + "40:crunch", + "45:discharge", + "50:uproar", + "55:hammerarm", + "60:raindance", + "65:thunder", + "67:darkpulse", + "70:thrash", + "75:wildboltstorm", + "tm:acrobatics", + "tm:agility", + "tm:assurance", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:brutalswing", + "tm:bulkup", + "tm:charge", + "tm:chargebeam", + "tm:confide", + "tm:crunch", + "tm:darkpulse", + "tm:doubleteam", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:embargo", + "tm:endure", + "tm:facade", + "tm:flashcannon", + "tm:fling", + "tm:fly", + "tm:focusblast", + "tm:foulplay", + "tm:frustration", + "tm:gigaimpact", + "tm:grassknot", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:incinerate", + "tm:irontail", + "tm:knockoff", + "tm:lashout", + "tm:nastyplot", + "tm:payback", + "tm:protect", + "tm:psychic", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:revenge", + "tm:rocksmash", + "tm:round", + "tm:scaryface", + "tm:secretpower", + "tm:skydrop", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:sludgewave", + "tm:smackdown", + "tm:smartstrike", + "tm:snarl", + "tm:snore", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:supercellslam", + "tm:superpower", + "tm:swagger", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:torment", + "tm:toxic", + "tm:uproar", + "tm:uturn", + "tm:voltswitch", + "tm:weatherball", + "tm:wildcharge", + "tm:zenheadbutt", + "tutor:agility", + "tutor:astonish", + "tutor:charge", + "tutor:crunch", + "tutor:darkpulse", + "tutor:defog", + "tutor:discharge", + "tutor:electroweb", + "tutor:focusblast", + "tutor:foulplay", + "tutor:grassknot", + "tutor:hammerarm", + "tutor:healblock", + "tutor:irontail", + "tutor:knockoff", + "tutor:lashout", + "tutor:nastyplot", + "tutor:raindance", + "tutor:revenge", + "tutor:risingvoltage", + "tutor:roleplay", + "tutor:shockwave", + "tutor:sleeptalk", + "tutor:sludgewave", + "tutor:snore", + "tutor:superpower", + "tutor:thunder", + "tutor:thunderbolt", + "tutor:thunderpunch", + "tutor:thundershock", + "tutor:uproar", + "tutor:weatherball", + "tutor:wildcharge" + ], + "labels": [ + "gen5", + "legendary" + ], + "pokedex": [ + "cobblemon.species.thundurus.desc" + ], + "height": 15, + "weight": 610, + "evolutions": [], + "forms": [ + { + "name": "Therian", + "primaryType": "electric", + "secondaryType": "flying", + "abilities": [ + "voltabsorb" + ], + "baseStats": { + "hp": 79, + "attack": 105, + "defence": 70, + "special_attack": 145, + "special_defence": 80, + "speed": 101 + }, + "catchRate": 3, + "maleRatio": 1, + "baseExperienceYield": 290, + "baseFriendship": 90, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 3, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "labels": [ + "gen5", + "legendary" + ], + "aspects": [ + "therian" + ], + "height": 30, + "weight": 610, + "cannotDynamax": false, + "battleOnly": false + } + ], + "aspects": [], + "cannotDynamax": false + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/tornadus.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/tornadus.json new file mode 100644 index 0000000..defa4f1 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/tornadus.json @@ -0,0 +1,239 @@ +{ + "implemented": true, + "name": "Tornadus", + "nationalPokedexNumber": 641, + "primaryType": "flying", + "abilities": [ + "prankster", + "h:defiant" + ], + "drops": { + "amount": 5, + "entries": [ + { + "item": "cobblemon:rare_candy", + "quantityRange": "5-10" + }, + { + "item": "cobblemon:float_stone", + "percentage": 50.0 + }, + { + "item": "cobblemon:black_glasses", + "percentage": 50.0 + }, + { + "item": "cobblemon:ability_capsule", + "percentage": 25.0 + }, + { + "item": "cobblemon:ability_patch", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 79, + "attack": 115, + "defence": 70, + "special_attack": 125, + "special_defence": 80, + "speed": 111 + }, + "catchRate": 3, + "maleRatio": 1, + "shoulderMountable": false, + "baseExperienceYield": 290, + "baseFriendship": 90, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:astonish", + "1:gust", + "5:leer", + "10:swagger", + "13:revenge", + "15:bite", + "20:aircutter", + "25:agility", + "30:tailwind", + "35:airslash", + "40:crunch", + "45:extrasensory", + "50:uproar", + "55:hammerarm", + "60:raindance", + "65:hurricane", + "67:darkpulse", + "70:thrash", + "77:bleakwindstorm", + "tm:acrobatics", + "tm:aerialace", + "tm:agility", + "tm:aircutter", + "tm:airslash", + "tm:assurance", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:brutalswing", + "tm:bulkup", + "tm:chillingwater", + "tm:confide", + "tm:crunch", + "tm:darkpulse", + "tm:doubleteam", + "tm:embargo", + "tm:endure", + "tm:facade", + "tm:fling", + "tm:fly", + "tm:focusblast", + "tm:foulplay", + "tm:frustration", + "tm:gigaimpact", + "tm:grassknot", + "tm:heatwave", + "tm:hiddenpower", + "tm:hurricane", + "tm:hyperbeam", + "tm:icywind", + "tm:incinerate", + "tm:irontail", + "tm:knockoff", + "tm:lashout", + "tm:metronome", + "tm:nastyplot", + "tm:payback", + "tm:protect", + "tm:psychic", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:revenge", + "tm:reversal", + "tm:rocksmash", + "tm:round", + "tm:sandstorm", + "tm:scaryface", + "tm:secretpower", + "tm:skydrop", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:sludgewave", + "tm:smackdown", + "tm:snore", + "tm:snowscape", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:superpower", + "tm:swagger", + "tm:tailwind", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thief", + "tm:torment", + "tm:toxic", + "tm:uproar", + "tm:uturn", + "tm:weatherball", + "tutor:agility", + "tutor:aircutter", + "tutor:airslash", + "tutor:astonish", + "tutor:crunch", + "tutor:darkpulse", + "tutor:defog", + "tutor:extrasensory", + "tutor:foulplay", + "tutor:grassknot", + "tutor:gust", + "tutor:hammerarm", + "tutor:heatwave", + "tutor:hiddenpower", + "tutor:hurricane", + "tutor:icywind", + "tutor:irontail", + "tutor:knockoff", + "tutor:lashout", + "tutor:raindance", + "tutor:revenge", + "tutor:roleplay", + "tutor:sleeptalk", + "tutor:snore", + "tutor:superpower", + "tutor:tailwind", + "tutor:uproar" + ], + "labels": [ + "gen5", + "legendary" + ], + "pokedex": [ + "cobblemon.species.tornadus.desc" + ], + "height": 15, + "weight": 630, + "evolutions": [], + "forms": [ + { + "name": "Therian", + "primaryType": "flying", + "abilities": [ + "regenerator" + ], + "baseStats": { + "hp": 79, + "attack": 100, + "defence": 80, + "special_attack": 110, + "special_defence": 90, + "speed": 121 + }, + "catchRate": 3, + "maleRatio": 1, + "baseExperienceYield": 290, + "baseFriendship": 90, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 3 + }, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "labels": [ + "gen5", + "legendary" + ], + "aspects": [ + "therian" + ], + "height": 14, + "weight": 630, + "cannotDynamax": false, + "battleOnly": false + } + ], + "aspects": [], + "cannotDynamax": false + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/tynamo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/tynamo.json new file mode 100644 index 0000000..6c10555 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/tynamo.json @@ -0,0 +1,89 @@ +{ + "implemented": true, + "name": "Tynamo", + "nationalPokedexNumber": 602, + "primaryType": "electric", + "abilities": [ + "levitate" + ], + "drops": { + "amount": 1, + "entries": [ + { + "item": "minecraft:slime_ball", + "quantityRange": "0-1" + } + ] + }, + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 45, + "special_defence": 40, + "speed": 60 + }, + "catchRate": 190, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 55, + "experienceGroup": "slow", + "eggCycles": 20, + "eggGroups": [ + "amorphous" + ], + "moves": [ + "1:chargebeam", + "1:spark", + "1:tackle", + "1:thunderwave", + "tm:charge", + "tm:chargebeam", + "tm:knockoff", + "tm:terablast", + "tm:thunderwave", + "tutor:magnetrise" + ], + "labels": [ + "gen5" + ], + "pokedex": [ + "cobblemon.species.tynamo.desc" + ], + "evolutions": [ + { + "id": "tynamo_eelektrik", + "variant": "level_up", + "result": "eelektrik", + "consumeHeldItem": false, + "learnableMoves": [ + "crunch" + ], + "requirements": [ + { + "variant": "level", + "minLevel": 39 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 1 + }, + "height": 2, + "weight": 3, + "aspects": [], + "cannotDynamax": false +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/vullaby.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/vullaby.json new file mode 100644 index 0000000..9e69029 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/vullaby.json @@ -0,0 +1,183 @@ +{ + "implemented": true, + "name": "Vullaby", + "nationalPokedexNumber": 629, + "primaryType": "dark", + "secondaryType": "flying", + "abilities": ["bigpecks", "overcoat", "h:weakarmor"], + "drops": { + "amount": 4, + "entries": [ + { + "item": "minecraft:feather", + "quantityRange": "0-1" + }, + { + "item": "minecraft:rotten_flesh", + "quantityRange": "0-1" + }, + { + "item": "minecraft:chicken" + }, + { + "item": "cobblemon:bluk_berry", + "percentage": 2.5 + } + ] + }, + "baseStats": { + "hp": 70, + "attack": 55, + "defence": 75, + "special_attack": 45, + "special_defence": 65, + "speed": 60 + }, + "catchRate": 190, + "maleRatio": 0, + "shoulderMountable": false, + "baseExperienceYield": 74, + "experienceGroup": "slow", + "eggCycles": 20, + "eggGroups": ["flying"], + "moves": [ + "1:gust", + "1:leer", + "5:furyattack", + "6:flatter", + "12:pluck", + "18:tailwind", + "23:feintattack", + "24:knockoff", + "28:punishment", + "30:irondefense", + "36:whirlwind", + "42:airslash", + "48:darkpulse", + "50:embargo", + "54:nastyplot", + "60:defog", + "64:mirrormove", + "66:attract", + "72:bravebird", + "egg:faketears", + "egg:foulplay", + "egg:knockoff", + "egg:meanlook", + "egg:roost", + "egg:scaryface", + "egg:steelwing", + "egg:toxic", + "tm:aerialace", + "tm:aircutter", + "tm:airslash", + "tm:assurance", + "tm:attract", + "tm:bravebird", + "tm:confide", + "tm:cut", + "tm:darkpulse", + "tm:doubleedge", + "tm:doubleteam", + "tm:dualwingbeat", + "tm:embargo", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:featherdance", + "tm:fly", + "tm:foulplay", + "tm:frustration", + "tm:heatwave", + "tm:hiddenpower", + "tm:incinerate", + "tm:irondefense", + "tm:knockoff", + "tm:lashout", + "tm:nastyplot", + "tm:payback", + "tm:pluck", + "tm:protect", + "tm:psychup", + "tm:raindance", + "tm:rest", + "tm:retaliate", + "tm:return", + "tm:rocksmash", + "tm:rocktomb", + "tm:roost", + "tm:round", + "tm:scaryface", + "tm:secretpower", + "tm:shadowball", + "tm:sleeptalk", + "tm:snarl", + "tm:snore", + "tm:spite", + "tm:steelwing", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swift", + "tm:tailwind", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thief", + "tm:throatchop", + "tm:torment", + "tm:toxic", + "tm:uproar", + "tm:uturn", + "tutor:block", + "tutor:darkpulse", + "tutor:defog", + "tutor:dualwingbeat", + "tutor:foulplay", + "tutor:heatwave", + "tutor:irondefense", + "tutor:knockoff", + "tutor:lashout", + "tutor:roost", + "tutor:sleeptalk", + "tutor:snatch", + "tutor:snore", + "tutor:tailwind" + ], + "labels": ["gen5"], + "pokedex": ["cobblemon.species.vullaby.desc"], + "evolutions": [ + { + "id": "vullaby_mandibuzz", + "variant": "level_up", + "result": "mandibuzz", + "consumeHeldItem": false, + "learnableMoves": ["bonerush"], + "requirements": [ + { + "variant": "level", + "minLevel": 54 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 35, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 1, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 5, + "weight": 90, + "aspects": [], + "cannotDynamax": false +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/yamask.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/yamask.json new file mode 100644 index 0000000..61d3650 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/yamask.json @@ -0,0 +1,293 @@ +{ + "implemented": true, + "name": "Yamask", + "nationalPokedexNumber": 562, + "primaryType": "ghost", + "abilities": ["mummy"], + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:spell_tag", + "percentage": 2.5 + } + ] + }, + "baseStats": { + "hp": 38, + "attack": 30, + "defence": 85, + "special_attack": 55, + "special_defence": 65, + "speed": 30 + }, + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "fly": { + "canFly": true + } + } + }, + "catchRate": 190, + "maleRatio": 0.5, + "shoulderMountable": false, + "forms": [ + { + "name": "Galar", + "primaryType": "ground", + "secondaryType": "ghost", + "abilities": ["wanderingspirit"], + "baseStats": { + "hp": 38, + "attack": 55, + "defence": 85, + "special_attack": 30, + "special_defence": 65, + "speed": 30 + }, + "catchRate": 190, + "maleRatio": 0.5, + "baseExperienceYield": 61, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 1, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "medium_fast", + "eggCycles": 25, + "eggGroups": ["mineral", "amorphous"], + "moves": [ + "1:astonish", + "1:protect", + "4:haze", + "8:nightshade", + "12:disable", + "16:brutalswing", + "20:craftyshield", + "24:hex", + "28:meanlook", + "32:slam", + "36:curse", + "40:shadowball", + "44:earthquake", + "48:guardsplit", + "48:powersplit", + "52:destinybond", + "egg:memento", + "tm:allyswitch", + "tm:attract", + "tm:brutalswing", + "tm:calmmind", + "tm:darkpulse", + "tm:earthpower", + "tm:earthquake", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:faketears", + "tm:hex", + "tm:imprison", + "tm:irondefense", + "tm:nastyplot", + "tm:payback", + "tm:protect", + "tm:psychic", + "tm:raindance", + "tm:rest", + "tm:rockslide", + "tm:rocktomb", + "tm:round", + "tm:safeguard", + "tm:sandstorm", + "tm:shadowball", + "tm:skillswap", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:thief", + "tm:toxicspikes", + "tm:trick", + "tm:trickroom", + "tm:willowisp", + "tm:wonderroom", + "tm:zenheadbutt", + "tutor:poltergeist" + ], + "labels": ["gen8", "galar_regional"], + "aspects": ["galarian"], + "height": 5, + "weight": 15, + "evolutions": [ + { + "id": "yamask_runerigus", + "variant": "level_up", + "result": "runerigus", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "damage_taken", + "amount": 49 + } + ] + } + ], + "cannotDynamax": false, + "battleOnly": false, + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:kasib_berry", + "percentage": 2.5 + } + ] + } + } + ], + "baseExperienceYield": 61, + "experienceGroup": "medium_fast", + "eggCycles": 25, + "eggGroups": ["mineral", "amorphous"], + "moves": [ + "1:astonish", + "1:protect", + "4:haze", + "8:nightshade", + "12:disable", + "16:willowisp", + "20:craftyshield", + "24:hex", + "25:ominouswind", + "28:meanlook", + "32:grudge", + "36:curse", + "40:shadowball", + "44:darkpulse", + "48:guardsplit", + "48:powersplit", + "52:destinybond", + "egg:allyswitch", + "egg:craftyshield", + "egg:disable", + "egg:endure", + "egg:faketears", + "egg:healblock", + "egg:imprison", + "egg:memento", + "egg:nastyplot", + "egg:nightmare", + "egg:toxicspikes", + "tm:allyswitch", + "tm:attract", + "tm:calmmind", + "tm:confide", + "tm:darkpulse", + "tm:doubleteam", + "tm:dreameater", + "tm:embargo", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:faketears", + "tm:flash", + "tm:frustration", + "tm:hex", + "tm:hiddenpower", + "tm:imprison", + "tm:infestation", + "tm:irondefense", + "tm:nastyplot", + "tm:payback", + "tm:protect", + "tm:psychic", + "tm:psychup", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:round", + "tm:safeguard", + "tm:secretpower", + "tm:shadowball", + "tm:skillswap", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:swagger", + "tm:telekinesis", + "tm:thief", + "tm:toxic", + "tm:toxicspikes", + "tm:trick", + "tm:trickroom", + "tm:willowisp", + "tm:wonderroom", + "tm:zenheadbutt", + "tutor:afteryou", + "tutor:allyswitch", + "tutor:block", + "tutor:darkpulse", + "tutor:irondefense", + "tutor:knockoff", + "tutor:magiccoat", + "tutor:painsplit", + "tutor:poltergeist", + "tutor:roleplay", + "tutor:shockwave", + "tutor:skillswap", + "tutor:sleeptalk", + "tutor:snatch", + "tutor:snore", + "tutor:spite", + "tutor:telekinesis", + "tutor:trick", + "tutor:wonderroom", + "tutor:zenheadbutt" + ], + "labels": ["gen5", "unova_regional"], + "pokedex": ["cobblemon.species.yamask.desc"], + "evolutions": [ + { + "id": "yamask_cofagrigus", + "variant": "level_up", + "result": "cofagrigus", + "consumeHeldItem": false, + "learnableMoves": ["shadowclaw"], + "requirements": [ + { + "variant": "level", + "minLevel": 34 + } + ] + } + ], + "baseScale": 0.5, + "hitbox": { + "width": 1, + "height": 1.4, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 1, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 5, + "weight": 15, + "aspects": [], + "cannotDynamax": false +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/zekrom.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/zekrom.json new file mode 100644 index 0000000..3d83c7d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/zekrom.json @@ -0,0 +1,199 @@ +{ + "implemented": true, + "name": "Zekrom", + "nationalPokedexNumber": 644, + "primaryType": "dragon", + "secondaryType": "electric", + "abilities": ["teravolt"], + "drops": { + "amount": 5, + "entries": [ + { + "item": "cobblemon:rare_candy", + "quantityRange": "5-10" + }, + { + "item": "cobblemon:cell_battery", + "percentage": 50.0 + }, + { + "item": "cobblemon:dragon_fang", + "percentage": 50.0 + }, + { + "item": "cobblemon:ability_capsule", + "percentage": 25.0 + }, + { + "item": "cobblemon:ability_patch", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 100, + "attack": 150, + "defence": 120, + "special_attack": 120, + "special_defence": 100, + "speed": 90 + }, + "catchRate": 3, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 340, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": ["undiscovered"], + "moves": [ + "1:ancientpower", + "1:dragonbreath", + "1:dragonrage", + "1:nobleroar", + "1:thunderfang", + "8:slash", + "16:crunch", + "24:zenheadbutt", + "32:dragonclaw", + "40:thunderbolt", + "48:fusionbolt", + "56:hypervoice", + "64:thunder", + "72:imprison", + "80:outrage", + "88:boltstrike", + "tm:bodypress", + "tm:bodyslam", + "tm:breakingswipe", + "tm:brickbreak", + "tm:brutalswing", + "tm:charge", + "tm:chargebeam", + "tm:confide", + "tm:crunch", + "tm:cut", + "tm:doubleedge", + "tm:doubleteam", + "tm:dracometeor", + "tm:dragoncheer", + "tm:dragonclaw", + "tm:dragondance", + "tm:dragonpulse", + "tm:dragontail", + "tm:dualwingbeat", + "tm:earthpower", + "tm:echoedvoice", + "tm:electricterrain", + "tm:electroball", + "tm:endure", + "tm:facade", + "tm:flash", + "tm:flashcannon", + "tm:fling", + "tm:fly", + "tm:focusblast", + "tm:focuspunch", + "tm:frustration", + "tm:gigaimpact", + "tm:haze", + "tm:helpinghand", + "tm:hiddenpower", + "tm:honeclaws", + "tm:hyperbeam", + "tm:hypervoice", + "tm:imprison", + "tm:lightscreen", + "tm:outrage", + "tm:payback", + "tm:protect", + "tm:psychic", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:roar", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:roost", + "tm:round", + "tm:safeguard", + "tm:scaleshot", + "tm:scaryface", + "tm:secretpower", + "tm:shadowball", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:snore", + "tm:stealthrock", + "tm:steelwing", + "tm:stoneedge", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:supercellslam", + "tm:swagger", + "tm:swift", + "tm:tailwind", + "tm:takedown", + "tm:terablast", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderfang", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:voltswitch", + "tm:weatherball", + "tm:wildcharge", + "tm:zenheadbutt", + "tutor:boltstrike", + "tutor:defog", + "tutor:dracometeor", + "tutor:dragonbreath", + "tutor:dragonclaw", + "tutor:dragonpulse", + "tutor:dualwingbeat", + "tutor:earthpower", + "tutor:haze", + "tutor:imprison", + "tutor:laserfocus", + "tutor:magnetrise", + "tutor:nobleroar", + "tutor:outrage", + "tutor:risingvoltage", + "tutor:roost", + "tutor:scaleshot", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:slash", + "tutor:sleeptalk", + "tutor:snore", + "tutor:stoneedge", + "tutor:tailwind", + "tutor:thunderpunch", + "tutor:zenheadbutt" + ], + "labels": ["gen5", "legendary"], + "pokedex": ["cobblemon.species.zekrom.desc"], + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 29, + "weight": 3450, + "aspects": [], + "cannotDynamax": false +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/barbaracle.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/barbaracle.json new file mode 100644 index 0000000..5955c0e --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/barbaracle.json @@ -0,0 +1,190 @@ +{ + "implemented": true, + "name": "Barbaracle", + "nationalPokedexNumber": 689, + "primaryType": "rock", + "secondaryType": "water", + "abilities": [ + "toughclaws", + "sniper", + "h:pickpocket" + ], + "baseStats": { + "hp": 72, + "attack": 105, + "defence": 115, + "special_attack": 54, + "special_defence": 86, + "speed": 68 + }, + "catchRate": 45, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 175, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": [ + "water_3" + ], + "moves": [ + "1:mudslap", + "1:sandattack", + "1:scratch", + "1:skullbash", + "1:watergun", + "1:withdraw", + "12:furycutter", + "16:furyswipes", + "20:ancientpower", + "20:clamp", + "24:rockpolish", + "28:slash", + "32:honeclaws", + "36:razorshell", + "42:shellsmash", + "44:nightslash", + "48:crosschop", + "54:stoneedge", + "tm:aerialace", + "tm:assurance", + "tm:attract", + "tm:beatup", + "tm:blizzard", + "tm:brickbreak", + "tm:brutalswing", + "tm:bulkup", + "tm:bulldoze", + "tm:confide", + "tm:cut", + "tm:dig", + "tm:dive", + "tm:doubleteam", + "tm:dragonclaw", + "tm:earthpower", + "tm:earthquake", + "tm:embargo", + "tm:endure", + "tm:facade", + "tm:falseswipe", + "tm:fling", + "tm:focusblast", + "tm:frustration", + "tm:gigaimpact", + "tm:grassknot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:honeclaws", + "tm:hyperbeam", + "tm:icebeam", + "tm:icywind", + "tm:infestation", + "tm:irondefense", + "tm:liquidation", + "tm:lowkick", + "tm:muddywater", + "tm:mudshot", + "tm:naturepower", + "tm:payback", + "tm:poisonjab", + "tm:poweruppunch", + "tm:protect", + "tm:raindance", + "tm:razorshell", + "tm:rest", + "tm:return", + "tm:rockblast", + "tm:rockpolish", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:safeguard", + "tm:sandstorm", + "tm:scald", + "tm:screech", + "tm:secretpower", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:sludgewave", + "tm:smackdown", + "tm:snore", + "tm:stealthrock", + "tm:stoneedge", + "tm:strength", + "tm:substitute", + "tm:superpower", + "tm:surf", + "tm:swagger", + "tm:swordsdance", + "tm:taunt", + "tm:thief", + "tm:torment", + "tm:toxic", + "tm:uproar", + "tm:whirlpool", + "tm:xscissor", + "tutor:dualchop", + "tutor:earthpower", + "tutor:endeavor", + "tutor:helpinghand", + "tutor:icywind", + "tutor:irondefense", + "tutor:laserfocus", + "tutor:liquidation", + "tutor:lowkick", + "tutor:meteorbeam", + "tutor:snore", + "tutor:stealthrock", + "tutor:superpower", + "tutor:waterpulse" + ], + "labels": [ + "gen6" + ], + "pokedex": [ + "cobblemon.species.barbaracle.desc" + ], + "preEvolution": "binacle", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 2, + "height": 2, + "fixed": false + }, + "moving": { + "canLook": true, + "walk": { + "walkSpeed": 0.4 + }, + "swim": { + "swimSpeed": 0.4, + "canSwimInWater": true, + "canBreatheUnderwater": true + } + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 2, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 13, + "weight": 960, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:rindo_berry", + "percentage": 5.0 + } + ] + } + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/binacle.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/binacle.json new file mode 100644 index 0000000..000942b --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/binacle.json @@ -0,0 +1,179 @@ +{ + "implemented": true, + "name": "Binacle", + "nationalPokedexNumber": 688, + "primaryType": "rock", + "secondaryType": "water", + "abilities": [ + "toughclaws", + "sniper", + "h:pickpocket" + ], + "baseStats": { + "hp": 42, + "attack": 52, + "defence": 67, + "special_attack": 39, + "special_defence": 56, + "speed": 50 + }, + "catchRate": 120, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 61, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": [ + "water_3" + ], + "moves": [ + "1:mudslap", + "1:sandattack", + "1:scratch", + "4:withdraw", + "8:watergun", + "12:furycutter", + "16:furyswipes", + "20:ancientpower", + "20:clamp", + "24:rockpolish", + "28:slash", + "32:honeclaws", + "36:razorshell", + "40:shellsmash", + "41:nightslash", + "44:crosschop", + "egg:helpinghand", + "egg:nightslash", + "egg:sandattack", + "egg:switcheroo", + "egg:tickle", + "egg:watersport", + "tm:aerialace", + "tm:assurance", + "tm:attract", + "tm:beatup", + "tm:blizzard", + "tm:brickbreak", + "tm:bulldoze", + "tm:confide", + "tm:cut", + "tm:dig", + "tm:doubleteam", + "tm:earthquake", + "tm:embargo", + "tm:endure", + "tm:facade", + "tm:falseswipe", + "tm:fling", + "tm:frustration", + "tm:grassknot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:honeclaws", + "tm:icebeam", + "tm:icywind", + "tm:infestation", + "tm:irondefense", + "tm:liquidation", + "tm:mudshot", + "tm:naturepower", + "tm:payback", + "tm:poisonjab", + "tm:poweruppunch", + "tm:protect", + "tm:raindance", + "tm:razorshell", + "tm:rest", + "tm:return", + "tm:rockblast", + "tm:rockpolish", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:safeguard", + "tm:sandstorm", + "tm:scald", + "tm:screech", + "tm:secretpower", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:sludgewave", + "tm:smackdown", + "tm:snore", + "tm:stealthrock", + "tm:stoneedge", + "tm:strength", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swordsdance", + "tm:taunt", + "tm:thief", + "tm:torment", + "tm:toxic", + "tm:uproar", + "tm:xscissor", + "tutor:dualchop", + "tutor:endeavor", + "tutor:helpinghand", + "tutor:icywind", + "tutor:irondefense", + "tutor:liquidation", + "tutor:snore", + "tutor:stealthrock", + "tutor:waterpulse" + ], + "labels": [ + "gen6" + ], + "pokedex": [ + "cobblemon.species.binacle.desc" + ], + "evolutions": [ + { + "id": "binacle_barbaracle", + "variant": "level_up", + "result": "barbaracle", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 39 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 1, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 5, + "weight": 310, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:rindo_berry", + "percentage": 2.5 + } + ] + } + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/diancie.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/diancie.json new file mode 100644 index 0000000..1390e2c --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/diancie.json @@ -0,0 +1,171 @@ +{ + "implemented": true, + "name": "Diancie", + "nationalPokedexNumber": 719, + "primaryType": "rock", + "secondaryType": "fairy", + "abilities": ["clearbody"], + "baseStats": { + "hp": 50, + "attack": 100, + "defence": 150, + "special_attack": 100, + "special_defence": 150, + "speed": 50 + }, + "catchRate": 3, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 300, + "experienceGroup": "slow", + "eggCycles": 25, + "eggGroups": ["undiscovered"], + "behaviour": { + "moving": { + "walk": { + "walkSpeed": 0.33 + } + }, + "resting": { + "canSleep": true, + "willSleepOnBed": false, + "depth": "normal", + "light": "0-7" + } + }, + "moves": [ + "1:diamondstorm", + "1:harden", + "1:rockthrow", + "1:tackle", + "5:sharpen", + "7:guardsplit", + "12:reflect", + "14:smackdown", + "21:flail", + "28:ancientpower", + "35:rockpolish", + "42:lightscreen", + "46:trickroom", + "49:rockslide", + "56:skillswap", + "63:powergem", + "70:safeguard", + "70:stealthrock", + "77:moonblast", + "84:stoneedge", + "tm:allyswitch", + "tm:amnesia", + "tm:batonpass", + "tm:bodypress", + "tm:bodyslam", + "tm:bulldoze", + "tm:calmmind", + "tm:charm", + "tm:confide", + "tm:dazzlinggleam", + "tm:doubleteam", + "tm:drainingkiss", + "tm:earthpower", + "tm:encore", + "tm:endure", + "tm:explosion", + "tm:facade", + "tm:faketears", + "tm:flash", + "tm:flashcannon", + "tm:frustration", + "tm:gigaimpact", + "tm:guardswap", + "tm:gyroball", + "tm:hail", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:irondefense", + "tm:lightscreen", + "tm:metronome", + "tm:mysticalfire", + "tm:naturepower", + "tm:nastyplot", + "tm:playrough", + "tm:powergem", + "tm:protect", + "tm:psychic", + "tm:psychup", + "tm:psyshock", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:rockpolish", + "tm:rockslide", + "tm:rocktomb", + "tm:round", + "tm:safeguard", + "tm:sandstorm", + "tm:sandtomb", + "tm:secretpower", + "tm:skillswap", + "tm:sleeptalk", + "tm:smackdown", + "tm:snore", + "tm:snowscape", + "tm:spikes", + "tm:stealthrock", + "tm:stoneedge", + "tm:storedpower", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:toxic", + "tm:trickroom", + "tm:wonderroom", + "tutor:afteryou", + "tutor:covet", + "tutor:diamondstorm", + "tutor:earthpower", + "tutor:endeavor", + "tutor:gravity", + "tutor:healbell", + "tutor:helpinghand", + "tutor:irondefense", + "tutor:lastresort", + "tutor:magnetrise", + "tutor:meteorbeam", + "tutor:mistyexplosion", + "tutor:moonblast", + "tutor:reflect", + "tutor:return", + "tutor:skillswap", + "tutor:snore", + "tutor:stealthrock", + "tutor:telekinesis", + "tutor:terrainpulse", + "tutor:wonderroom" + ], + "labels": ["gen6", "mythical", "legendary"], + "pokedex": ["cobblemon.species.diancie.desc"], + "baseScale": 0.8, + "hitbox": { + "width": 0.8, + "height": 1.6, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 1, + "special_attack": 0, + "special_defence": 2, + "speed": 0 + }, + "height": 7, + "weight": 88, + "aspects": [], + "cannotDynamax": false +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/espurr.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/espurr.json new file mode 100644 index 0000000..e3977b7 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/espurr.json @@ -0,0 +1,177 @@ +{ + "implemented": true, + "name": "Espurr", + "nationalPokedexNumber": 677, + "primaryType": "psychic", + "abilities": ["keeneye", "infiltrator", "h:owntempo"], + "baseStats": { + "hp": 62, + "attack": 48, + "defence": 54, + "special_attack": 63, + "special_defence": 60, + "speed": 68 + }, + "catchRate": 190, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 71, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": ["field"], + "moves": [ + "1:leer", + "1:scratch", + "3:fakeout", + "6:disarmingvoice", + "9:confusion", + "18:covet", + "21:psybeam", + "30:lightscreen", + "30:reflect", + "33:psyshock", + "egg:assist", + "egg:barrier", + "egg:tickle", + "egg:trick", + "egg:yawn", + "tm:allyswitch", + "tm:attract", + "tm:calmmind", + "tm:chargebeam", + "tm:charm", + "tm:confide", + "tm:cut", + "tm:darkpulse", + "tm:disarmingvoice", + "tm:doubleteam", + "tm:dreameater", + "tm:echoedvoice", + "tm:endure", + "tm:energyball", + "tm:expandingforce", + "tm:facade", + "tm:faketears", + "tm:flash", + "tm:frustration", + "tm:gravity", + "tm:helpinghand", + "tm:hiddenpower", + "tm:irontail", + "tm:lightscreen", + "tm:magicroom", + "tm:nastyplot", + "tm:payback", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:psybeam", + "tm:psychic", + "tm:psychicnoise", + "tm:psychup", + "tm:psyshock", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:round", + "tm:safeguard", + "tm:secretpower", + "tm:shadowball", + "tm:skillswap", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swift", + "tm:terablast", + "tm:thunderbolt", + "tm:thunderwave", + "tm:torment", + "tm:toxic", + "tm:trick", + "tm:trickroom", + "tm:wonderroom", + "tm:workup", + "tm:zenheadbutt", + "tutor:allyswitch", + "tutor:covet", + "tutor:expandingforce", + "tutor:gravity", + "tutor:healbell", + "tutor:helpinghand", + "tutor:irontail", + "tutor:magiccoat", + "tutor:magicroom", + "tutor:recycle", + "tutor:roleplay", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:skillswap", + "tutor:snatch", + "tutor:snore", + "tutor:telekinesis", + "tutor:trick", + "tutor:wonderroom", + "tutor:zenheadbutt" + ], + "labels": ["gen6"], + "pokedex": ["cobblemon.species.espurr.desc"], + "evolutions": [ + { + "id": "espurr_meowstic", + "variant": "level_up", + "result": "meowstic", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 25 + } + ] + }, + { + "id": "espurr_meowstic", + "variant": "level_up", + "result": "meowstic f", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 25 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 1 + }, + "height": 3, + "weight": 35, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:colbur_berry", + "percentage": 2.5 + } + ] + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/hawlucha.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/hawlucha.json new file mode 100644 index 0000000..3fb8e04 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/hawlucha.json @@ -0,0 +1,205 @@ +{ + "implemented": true, + "name": "Hawlucha", + "nationalPokedexNumber": 701, + "primaryType": "fighting", + "secondaryType": "flying", + "abilities": ["limber", "unburden", "h:moldbreaker"], + "baseStats": { + "hp": 78, + "attack": 92, + "defence": 75, + "special_attack": 74, + "special_defence": 63, + "speed": 118 + }, + "catchRate": 100, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 175, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": ["flying", "human_like"], + "moves": [ + "1:honeclaws", + "1:tackle", + "4:karatechop", + "4:wingattack", + "8:detect", + "12:aerialace", + "16:encore", + "20:featherdance", + "24:brickbreak", + "24:fling", + "24:submission", + "28:bounce", + "32:taunt", + "36:roost", + "40:swordsdance", + "44:flyingpress", + "48:highjumpkick", + "52:endeavor", + "55:skydrop", + "56:skyattack", + "egg:agility", + "egg:allyswitch", + "egg:batonpass", + "egg:crosschop", + "egg:defog", + "egg:entrainment", + "egg:feint", + "egg:meanlook", + "egg:mefirst", + "egg:mudsport", + "egg:quickguard", + "tm:acrobatics", + "tm:aerialace", + "tm:agility", + "tm:allyswitch", + "tm:assurance", + "tm:attract", + "tm:batonpass", + "tm:bodypress", + "tm:bodyslam", + "tm:bounce", + "tm:bravebird", + "tm:brickbreak", + "tm:bulkup", + "tm:closecombat", + "tm:coaching", + "tm:confide", + "tm:cut", + "tm:dig", + "tm:doubleteam", + "tm:drainpunch", + "tm:dualwingbeat", + "tm:encore", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:falseswipe", + "tm:featherdance", + "tm:firepunch", + "tm:fling", + "tm:fly", + "tm:focusblast", + "tm:focuspunch", + "tm:frustration", + "tm:gigaimpact", + "tm:grassknot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:honeclaws", + "tm:hyperbeam", + "tm:ironhead", + "tm:lowkick", + "tm:lowsweep", + "tm:lunge", + "tm:megakick", + "tm:megapunch", + "tm:payback", + "tm:poisonjab", + "tm:poweruppunch", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:retaliate", + "tm:return", + "tm:revenge", + "tm:reversal", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:roost", + "tm:round", + "tm:secretpower", + "tm:skydrop", + "tm:sleeptalk", + "tm:snore", + "tm:steelwing", + "tm:stoneedge", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:superpower", + "tm:swagger", + "tm:swift", + "tm:swordsdance", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thief", + "tm:throatchop", + "tm:thunderpunch", + "tm:torment", + "tm:toxic", + "tm:trailblaze", + "tm:upperhand", + "tm:uproar", + "tm:uturn", + "tm:workup", + "tm:xscissor", + "tm:zenheadbutt", + "tutor:allyswitch", + "tutor:bounce", + "tutor:coaching", + "tutor:defog", + "tutor:drainpunch", + "tutor:dualchop", + "tutor:dualwingbeat", + "tutor:endeavor", + "tutor:firepunch", + "tutor:focuspunch", + "tutor:helpinghand", + "tutor:ironhead", + "tutor:laserfocus", + "tutor:lastresort", + "tutor:lowkick", + "tutor:skyattack", + "tutor:snore", + "tutor:superpower", + "tutor:tailwind", + "tutor:throatchop", + "tutor:thunderpunch", + "tutor:zenheadbutt" + ], + "labels": ["gen6"], + "pokedex": ["cobblemon.species.hawlucha.desc"], + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 2, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 8, + "weight": 215, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 3, + "entries": [ + { + "item": "cobblemon:kings_rock", + "percentage": 5 + }, + { + "item": "cobblemon:coba_berry", + "percentage": 5 + }, + { + "item": "cobblemon:expert_belt", + "percentage": 5 + } + ] + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/hoopa.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/hoopa.json new file mode 100644 index 0000000..33e16e9 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/hoopa.json @@ -0,0 +1,312 @@ +{ + "implemented": true, + "name": "Hoopa", + "nationalPokedexNumber": 720, + "primaryType": "psychic", + "secondaryType": "ghost", + "abilities": [ + "magician" + ], + "drops": { + "amount": 4, + "entries": [ + { + "item": "cobblemon:rare_candy", + "quantityRange": "5-10" + }, + { + "item": "cobblemon:ender_eye", + "quantityRange": "3-11" + }, + { + "item": "cobblemon:ability_capsule", + "percentage": 25.0 + }, + { + "item": "cobblemon:ability_patch", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 80, + "attack": 110, + "defence": 60, + "special_attack": 150, + "special_defence": 130, + "speed": 70 + }, + "catchRate": 3, + "maleRatio": -1, + "shoulderMountable": false, + "features": ["unbound"], + "forms": [ + { + "name": "Unbound", + "nationalPokedexNumber": 720, + "primaryType": "psychic", + "secondaryType": "dark", + "abilities": [ + "magician" + ], + "baseStats": { + "hp": 80, + "attack": 160, + "defence": 60, + "special_attack": 170, + "special_defence": 130, + "speed": 80 + }, + "catchRate": 1, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 340, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "labels": [ + "gen6", + "primal", + "legendary" + ], + "aspects": [ + "unbound" + ], + "height": 65, + "weight": 4900, + "cannotDynamax": false, + "behaviour": { + "moving": { + "walk": { + "canWalk": true, + "walkSpeed": 0.3 + }, + "fly": { + "canFly": true + } + }, + "resting": { + "canSleep": true, + "willSleepOnBed": true, + "depth": "normal", + "light": "0-4" + } + }, + "baseScale": 0.5, + "hitbox": { + "width": 6, + "height": 12, + "fixed": false + }, + "evolutions": [ + { + "id": "HoopaUnbound_Hoopa", + "variant": "level_up", + "result": "hoopa unbound=false", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "held_item", + "itemCondition": "minecraft:ender_eye" + } + ] + } +] + } + ], + + "baseExperienceYield": 300, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:shadowball", + "1:confusion", + "1:destinybond", + "6:astonish", + "10:magiccoat", + "10:trick", + "15:lightscreen", + "19:psybeam", + "25:skillswap", + "29:guardsplit", + "29:powersplit", + "35:phantomforce", + "46:knockoff", + "46:zenheadbutt", + "50:trickroom", + "50:wonderroom", + "55:shadowball", + "68:nastyplot", + "75:psychic", + "85:hyperspacehole", + "tm:brickbreak", + "tm:calmmind", + "tm:chargebeam", + "tm:confide", + "tm:darkpulse", + "tm:doubleteam", + "tm:drainpunch", + "tm:dreameater", + "tm:embargo", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:firepunch", + "tm:fling", + "tm:focusblast", + "tm:foulplay", + "tm:frustration", + "tm:gigaimpact", + "tm:grassknot", + "tm:gunkshot", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:icepunch", + "tm:lightscreen", + "tm:nastyplot", + "tm:phantomforce", + "tm:protect", + "tm:psybeam", + "tm:psychic", + "tm:psychicterrain", + "tm:psychup", + "tm:psyshock", + "tm:quash", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:rocktomb", + "tm:safeguard", + "tm:sandstorm", + "tm:scaryface", + "tm:shadowball", + "tm:skillswap", + "tm:sleeptalk", + "tm:sunnyday", + "tm:swift", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thief", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:torment", + "tm:toxic", + "tm:trick", + "tm:zenheadbutt", + "tm:substitute", + "tm:flash", + "tm:secretpower", + "tm:poweruppunch", + "tutor:allyswitch", + "tutor:astonish", + "tutor:block", + "tutor:covet", + "tutor:drainpunch", + "tutor:dualchop", + "tutor:firepunch", + "tutor:focuspunch", + "tutor:foulplay", + "tutor:gravity", + "tutor:gunkshot", + "tutor:icepunch", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:lastresort", + "tutor:magiccoat", + "tutor:magicroom", + "tutor:nastyplot", + "tutor:psychic", + "tutor:recycle", + "tutor:roleplay", + "tutor:shadowball", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:skillswap", + "tutor:snatch", + "tutor:snore", + "tutor:telekinesis", + "tutor:throatchop", + "tutor:thunderpunch", + "tutor:trick", + "tutor:uproar", + "tutor:wonderroom", + "tutor:zenheadbutt" + ], + "labels": [ + "gen6", + "mythical", + "legendary" + ], + "pokedex": [ + "cobblemon.species.hoopa.desc" + ], + "behaviour": { + "moving": { + "walk": { + "canWalk": true, + "walkSpeed": 0.6 + }, + "fly": { + "canFly": true + } + }, + "resting": { + "canSleep": true, + "willSleepOnBed": true, + "depth": "normal", + "light": "0-4" + } + }, + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 2, + "fixed": false + }, + "evolutions": [ + { + "id": "Hoopa_HoopaUnbound", + "variant": "level_up", + "result": "hoopa unbound=true", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "held_item", + "itemCondition": "minecraft:ender_eye" + } + ] + } + ], + + "baseFriendship": 100, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 3, + "special_defence": 0, + "speed": 0 + }, + "height": 5, + "weight": 90, + "aspects": [], + "cannotDynamax": false +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/litleo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/litleo.json new file mode 100644 index 0000000..09d2d52 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/litleo.json @@ -0,0 +1,173 @@ +{ + "implemented": true, + "name": "Litleo", + "nationalPokedexNumber": 667, + "primaryType": "fire", + "secondaryType": "normal", + "abilities": [ + "rivalry", + "unnerve", + "h:moxie" + ], + "baseStats": { + "hp": 62, + "attack": 50, + "defence": 58, + "special_attack": 73, + "special_defence": 54, + "speed": 72 + }, + "catchRate": 220, + "maleRatio": 0.125, + "shoulderMountable": false, + "baseExperienceYield": 74, + "experienceGroup": "medium_slow", + "eggCycles": 20, + "eggGroups": [ + "field" + ], + "moves": [ + "1:leer", + "1:tackle", + "5:ember", + "8:workup", + "11:headbutt", + "15:nobleroar", + "20:takedown", + "23:firefang", + "28:endeavor", + "33:echoedvoice", + "36:flamethrower", + "39:crunch", + "43:hypervoice", + "46:incinerate", + "50:overheat", + "egg:entrainment", + "egg:firespin", + "egg:flareblitz", + "egg:snatch", + "egg:yawn", + "tm:acrobatics", + "tm:attract", + "tm:bodyslam", + "tm:bulldoze", + "tm:confide", + "tm:crunch", + "tm:darkpulse", + "tm:dig", + "tm:doubleedge", + "tm:doubleteam", + "tm:echoedvoice", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:fireblast", + "tm:firefang", + "tm:firespin", + "tm:flamecharge", + "tm:flamethrower", + "tm:flareblitz", + "tm:frustration", + "tm:heatwave", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hypervoice", + "tm:incinerate", + "tm:mudslap", + "tm:overheat", + "tm:payback", + "tm:protect", + "tm:psychicfangs", + "tm:raindance", + "tm:rest", + "tm:retaliate", + "tm:return", + "tm:roar", + "tm:rocksmash", + "tm:round", + "tm:secretpower", + "tm:sleeptalk", + "tm:snarl", + "tm:solarbeam", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thief", + "tm:thunderfang", + "tm:toxic", + "tm:trailblaze", + "tm:wildcharge", + "tm:willowisp", + "tm:workup", + "tutor:endeavor", + "tutor:heatwave", + "tutor:helpinghand", + "tutor:hypervoice", + "tutor:irontail", + "tutor:snatch", + "tutor:snore" + ], + "labels": [ + "gen6" + ], + "pokedex": [ + "cobblemon.species.litleo.desc" + ], + "evolutions": [ + { + "id": "litleo_pyroar", + "variant": "level_up", + "result": "pyroar", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 35 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 1, + "special_defence": 0, + "speed": 0 + }, + "height": 6, + "weight": 135, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 3, + "entries": [ + { + "item": "minecraft:rotten_flesh", + "quantityRange": "0-1" + }, + { + "item": "minecraft:blaze_powder", + "percentage": 2.5 + }, + { + "item": "cobblemon:rawst_berry", + "percentage": 2.5 + } + ] + } + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/meowstic.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/meowstic.json new file mode 100644 index 0000000..6ba4388 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/meowstic.json @@ -0,0 +1,322 @@ +{ + "implemented": true, + "name": "Meowstic", + "nationalPokedexNumber": 678, + "primaryType": "psychic", + "abilities": ["keeneye", "infiltrator", "h:prankster"], + "baseStats": { + "hp": 74, + "attack": 48, + "defence": 76, + "special_attack": 83, + "special_defence": 81, + "speed": 104 + }, + "catchRate": 75, + "maleRatio": 1, + "shoulderMountable": false, + "baseExperienceYield": 163, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": ["field"], + "moves": [ + "1:disarmingvoice", + "1:fakeout", + "1:leer", + "1:magicalleaf", + "1:meanlook", + "1:scratch", + "9:confusion", + "12:helpinghand", + "12:storedpower", + "15:chargebeam", + "15:charm", + "18:covet", + "21:psybeam", + "24:suckerpunch", + "29:roleplay", + "31:miracleeye", + "34:lightscreen", + "34:reflect", + "39:psyshock", + "44:extrasensory", + "44:imprison", + "49:quickguard", + "49:shadowball", + "54:psychic", + "59:futuresight", + "59:mistyterrain", + "tm:alluringvoice", + "tm:allyswitch", + "tm:attract", + "tm:batonpass", + "tm:calmmind", + "tm:chargebeam", + "tm:charm", + "tm:confide", + "tm:cut", + "tm:darkpulse", + "tm:dig", + "tm:disarmingvoice", + "tm:doubleteam", + "tm:dreameater", + "tm:echoedvoice", + "tm:endure", + "tm:energyball", + "tm:expandingforce", + "tm:facade", + "tm:faketears", + "tm:flash", + "tm:frustration", + "tm:futuresight", + "tm:gigaimpact", + "tm:gravity", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:imprison", + "tm:irontail", + "tm:lightscreen", + "tm:magicalleaf", + "tm:magicroom", + "tm:mistyterrain", + "tm:nastyplot", + "tm:payback", + "tm:payday", + "tm:playrough", + "tm:poweruppunch", + "tm:protect", + "tm:psybeam", + "tm:psychic", + "tm:psychicnoise", + "tm:psychicterrain", + "tm:psychup", + "tm:psyshock", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:round", + "tm:safeguard", + "tm:secretpower", + "tm:shadowball", + "tm:skillswap", + "tm:sleeptalk", + "tm:snore", + "tm:storedpower", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swift", + "tm:tailslap", + "tm:terablast", + "tm:thunderbolt", + "tm:thunderwave", + "tm:torment", + "tm:toxic", + "tm:trailblaze", + "tm:trick", + "tm:trickroom", + "tm:wonderroom", + "tm:workup", + "tm:zenheadbutt", + "tutor:allyswitch", + "tutor:covet", + "tutor:expandingforce", + "tutor:gravity", + "tutor:healbell", + "tutor:helpinghand", + "tutor:irontail", + "tutor:magiccoat", + "tutor:magicroom", + "tutor:recycle", + "tutor:roleplay", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:skillswap", + "tutor:snatch", + "tutor:snore", + "tutor:telekinesis", + "tutor:trick", + "tutor:wonderroom", + "tutor:zenheadbutt" + ], + "labels": ["gen6"], + "pokedex": ["cobblemon.species.meowstic.desc"], + "height": 6, + "weight": 85, + "preEvolution": "espurr", + "evolutions": [], + "forms": [ + { + "name": "F", + "primaryType": "psychic", + "abilities": ["keeneye", "infiltrator", "h:competitive"], + "baseStats": { + "hp": 74, + "attack": 48, + "defence": 76, + "special_attack": 83, + "special_defence": 81, + "speed": 104 + }, + "catchRate": 75, + "maleRatio": 0, + "baseExperienceYield": 163, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": ["field"], + "moves": [ + "1:disarmingvoice", + "1:fakeout", + "1:leer", + "1:magicalleaf", + "1:mefirst", + "1:scratch", + "9:confusion", + "12:storedpower", + "15:chargebeam", + "18:covet", + "21:psybeam", + "24:suckerpunch", + "29:roleplay", + "34:lightscreen", + "34:reflect", + "39:psyshock", + "44:extrasensory", + "45:signalbeam", + "49:shadowball", + "54:psychic", + "59:futuresight", + "tm:alluringvoice", + "tm:allyswitch", + "tm:attract", + "tm:batonpass", + "tm:calmmind", + "tm:chargebeam", + "tm:charm", + "tm:confide", + "tm:cut", + "tm:darkpulse", + "tm:dig", + "tm:disarmingvoice", + "tm:doubleteam", + "tm:dreameater", + "tm:echoedvoice", + "tm:endure", + "tm:energyball", + "tm:expandingforce", + "tm:facade", + "tm:faketears", + "tm:flash", + "tm:frustration", + "tm:futuresight", + "tm:gigaimpact", + "tm:gravity", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:irontail", + "tm:lightscreen", + "tm:magicalleaf", + "tm:magicroom", + "tm:nastyplot", + "tm:payback", + "tm:payday", + "tm:playrough", + "tm:poweruppunch", + "tm:protect", + "tm:psybeam", + "tm:psychic", + "tm:psychicnoise", + "tm:psychicterrain", + "tm:psychup", + "tm:psyshock", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:round", + "tm:safeguard", + "tm:secretpower", + "tm:shadowball", + "tm:skillswap", + "tm:sleeptalk", + "tm:snore", + "tm:storedpower", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swift", + "tm:tailslap", + "tm:terablast", + "tm:thunderbolt", + "tm:thunderwave", + "tm:torment", + "tm:toxic", + "tm:trailblaze", + "tm:trick", + "tm:trickroom", + "tm:wonderroom", + "tm:workup", + "tm:zenheadbutt", + "tutor:allyswitch", + "tutor:covet", + "tutor:expandingforce", + "tutor:gravity", + "tutor:healbell", + "tutor:helpinghand", + "tutor:irontail", + "tutor:magiccoat", + "tutor:magicroom", + "tutor:recycle", + "tutor:roleplay", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:skillswap", + "tutor:snatch", + "tutor:snore", + "tutor:telekinesis", + "tutor:trick", + "tutor:wonderroom", + "tutor:zenheadbutt" + ], + "labels": ["gen6"], + "aspects": ["f"], + "height": 6, + "weight": 85, + "preEvolution": "espurr", + "cannotDynamax": false, + "battleOnly": false + } + ], + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:colbur_berry", + "percentage": 5 + } + ] + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/noibat.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/noibat.json new file mode 100644 index 0000000..9909c9d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/noibat.json @@ -0,0 +1,188 @@ +{ + "implemented": true, + "name": "Noibat", + "nationalPokedexNumber": 714, + "primaryType": "flying", + "secondaryType": "dragon", + "abilities": ["frisk", "infiltrator", "h:telepathy"], + "baseStats": { + "hp": 40, + "attack": 30, + "defence": 35, + "special_attack": 45, + "special_defence": 40, + "speed": 55 + }, + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": false, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "fly": { + "canFly": true, + "flySpeedHorizontal": 0.4 + }, + "walk": { + "walkSpeed": 0.4 + } + } + }, + "catchRate": 190, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 49, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": ["flying", "dragon"], + "moves": [ + "1:absorb", + "1:tackle", + "4:gust", + "5:leechlife", + "8:supersonic", + "12:doubleteam", + "16:wingattack", + "18:agility", + "20:bite", + "24:aircutter", + "28:whirlwind", + "31:razorwind", + "32:superfang", + "36:airslash", + "40:screech", + "44:roost", + "49:tailwind", + "52:hurricane", + "egg:defog", + "egg:dragonrush", + "egg:outrage", + "egg:snatch", + "egg:switcheroo", + "egg:tailwind", + "tm:acrobatics", + "tm:aerialace", + "tm:agility", + "tm:aircutter", + "tm:airslash", + "tm:attract", + "tm:brickbreak", + "tm:confide", + "tm:cut", + "tm:darkpulse", + "tm:doubleteam", + "tm:dracometeor", + "tm:dragonclaw", + "tm:dragonpulse", + "tm:dreameater", + "tm:dualwingbeat", + "tm:echoedvoice", + "tm:endure", + "tm:facade", + "tm:fly", + "tm:frustration", + "tm:heatwave", + "tm:hiddenpower", + "tm:hurricane", + "tm:hypervoice", + "tm:irontail", + "tm:leechlife", + "tm:outrage", + "tm:protect", + "tm:psychic", + "tm:rest", + "tm:return", + "tm:roost", + "tm:round", + "tm:screech", + "tm:secretpower", + "tm:shadowball", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:snore", + "tm:solarbeam", + "tm:steelwing", + "tm:substitute", + "tm:sunnyday", + "tm:superfang", + "tm:swagger", + "tm:swift", + "tm:tailwind", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thief", + "tm:torment", + "tm:toxic", + "tm:uproar", + "tm:uturn", + "tm:wildcharge", + "tm:xscissor", + "tutor:defog", + "tutor:dracometeor", + "tutor:dragonpulse", + "tutor:dualwingbeat", + "tutor:heatwave", + "tutor:hypervoice", + "tutor:irontail", + "tutor:outrage", + "tutor:skyattack", + "tutor:snatch", + "tutor:snore", + "tutor:superfang", + "tutor:tailwind", + "tutor:uproar", + "tutor:waterpulse" + ], + "labels": ["gen6"], + "pokedex": ["cobblemon.species.noibat.desc"], + "evolutions": [ + { + "id": "noibat_noivern", + "variant": "level_up", + "result": "noivern", + "consumeHeldItem": false, + "learnableMoves": ["dragonpulse"], + "requirements": [ + { + "variant": "level", + "minLevel": 48 + } + ] + } + ], + "baseScale": 0.6, + "hitbox": { + "width": 1, + "height": 1.5, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 1 + }, + "height": 5, + "weight": 80, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 2, + "entries": [ + { + "item": "minecraft:phantom_membrane", + "percentage": 2.5 + }, + { + "item": "cobblemon:yache_berry", + "percentage": 2.5 + } + ] + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/noivern.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/noivern.json new file mode 100644 index 0000000..74dd910 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/noivern.json @@ -0,0 +1,187 @@ +{ + "implemented": true, + "name": "Noivern", + "nationalPokedexNumber": 715, + "primaryType": "flying", + "secondaryType": "dragon", + "abilities": ["frisk", "infiltrator", "h:telepathy"], + "baseStats": { + "hp": 85, + "attack": 70, + "defence": 80, + "special_attack": 97, + "special_defence": 80, + "speed": 123 + }, + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": false, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "fly": { + "canFly": true, + "flySpeedHorizontal": 0.4 + }, + "walk": { + "walkSpeed": 0.35 + } + } + }, + "catchRate": 45, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 187, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": ["flying", "dragon"], + "moves": [ + "1:absorb", + "1:dragonpulse", + "1:gust", + "1:moonlight", + "1:supersonic", + "1:tackle", + "5:leechlife", + "12:doubleteam", + "16:wingattack", + "18:agility", + "20:bite", + "24:aircutter", + "28:whirlwind", + "31:razorwind", + "32:superfang", + "36:airslash", + "40:screech", + "44:roost", + "51:tailwind", + "56:hurricane", + "62:boomburst", + "tm:acrobatics", + "tm:aerialace", + "tm:agility", + "tm:aircutter", + "tm:airslash", + "tm:attract", + "tm:bodyslam", + "tm:breakingswipe", + "tm:brickbreak", + "tm:confide", + "tm:cut", + "tm:darkpulse", + "tm:doubleedge", + "tm:doubleteam", + "tm:dracometeor", + "tm:dragoncheer", + "tm:dragonclaw", + "tm:dragondance", + "tm:dragonpulse", + "tm:dragontail", + "tm:dreameater", + "tm:dualwingbeat", + "tm:echoedvoice", + "tm:endure", + "tm:facade", + "tm:flamethrower", + "tm:fly", + "tm:focusblast", + "tm:frustration", + "tm:gigaimpact", + "tm:heatwave", + "tm:hiddenpower", + "tm:honeclaws", + "tm:hurricane", + "tm:hyperbeam", + "tm:hypervoice", + "tm:irontail", + "tm:leechlife", + "tm:outrage", + "tm:protect", + "tm:psychic", + "tm:psychicnoise", + "tm:rest", + "tm:return", + "tm:roost", + "tm:round", + "tm:scaryface", + "tm:screech", + "tm:secretpower", + "tm:shadowball", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:snore", + "tm:solarbeam", + "tm:steelwing", + "tm:substitute", + "tm:sunnyday", + "tm:superfang", + "tm:swagger", + "tm:swift", + "tm:tailwind", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thief", + "tm:torment", + "tm:toxic", + "tm:uproar", + "tm:uturn", + "tm:waterpulse", + "tm:wildcharge", + "tm:xscissor", + "tutor:defog", + "tutor:dracometeor", + "tutor:dragonpulse", + "tutor:dualwingbeat", + "tutor:heatwave", + "tutor:hypervoice", + "tutor:irontail", + "tutor:laserfocus", + "tutor:outrage", + "tutor:skyattack", + "tutor:snatch", + "tutor:snore", + "tutor:superfang", + "tutor:tailwind", + "tutor:uproar", + "tutor:waterpulse" + ], + "labels": ["gen6"], + "pokedex": ["cobblemon.species.noivern.desc"], + "preEvolution": "noibat", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 2, + "height": 2, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "height": 15, + "weight": 850, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 2, + "entries": [ + { + "item": "minecraft:phantom_membrane", + "percentage": 5.0 + }, + { + "item": "cobblemon:yache_berry", + "percentage": 5.0 + } + ] + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/pyroar.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/pyroar.json new file mode 100644 index 0000000..c88863d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/pyroar.json @@ -0,0 +1,152 @@ +{ + "implemented": true, + "name": "Pyroar", + "nationalPokedexNumber": 668, + "primaryType": "fire", + "secondaryType": "normal", + "abilities": ["rivalry", "unnerve", "h:moxie"], + "baseStats": { + "hp": 86, + "attack": 68, + "defence": 72, + "special_attack": 109, + "special_defence": 66, + "speed": 106 + }, + "catchRate": 65, + "maleRatio": 0.125, + "shoulderMountable": false, + "baseExperienceYield": 177, + "experienceGroup": "medium_slow", + "eggCycles": 20, + "eggGroups": ["field"], + "moves": [ + "1:ember", + "1:hyperbeam", + "1:leer", + "1:tackle", + "1:workup", + "11:headbutt", + "15:nobleroar", + "20:takedown", + "23:firefang", + "28:endeavor", + "33:echoedvoice", + "38:flamethrower", + "42:crunch", + "48:hypervoice", + "51:incinerate", + "57:overheat", + "tm:acrobatics", + "tm:attract", + "tm:bodyslam", + "tm:bulldoze", + "tm:burningjealousy", + "tm:confide", + "tm:crunch", + "tm:darkpulse", + "tm:dig", + "tm:doubleedge", + "tm:doubleteam", + "tm:echoedvoice", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:fireblast", + "tm:firefang", + "tm:firespin", + "tm:flamecharge", + "tm:flamethrower", + "tm:flareblitz", + "tm:frustration", + "tm:gigaimpact", + "tm:heatwave", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:hypervoice", + "tm:incinerate", + "tm:mudslap", + "tm:overheat", + "tm:payback", + "tm:protect", + "tm:psychicfangs", + "tm:raindance", + "tm:rest", + "tm:retaliate", + "tm:return", + "tm:roar", + "tm:rocksmash", + "tm:round", + "tm:secretpower", + "tm:sleeptalk", + "tm:snarl", + "tm:solarbeam", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:taunt", + "tm:temperflare", + "tm:terablast", + "tm:thief", + "tm:thunderfang", + "tm:toxic", + "tm:trailblaze", + "tm:wildcharge", + "tm:willowisp", + "tm:workup", + "tutor:bounce", + "tutor:darkpulse", + "tutor:endeavor", + "tutor:fireblast", + "tutor:heatwave", + "tutor:helpinghand", + "tutor:hypervoice", + "tutor:irontail", + "tutor:snatch", + "tutor:snore" + ], + "labels": ["gen6"], + "pokedex": ["cobblemon.species.pyroar.desc"], + "preEvolution": "litleo", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 2, + "special_defence": 0, + "speed": 0 + }, + "height": 15, + "weight": 815, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 4, + "entries": [ + { + "item": "minecraft:rotten_flesh", + "quantityRange": "0-2" + }, + { + "item": "minecraft:blaze_powder", + "percentage": 5 + }, + { + "item": "cobblemon:rawst_berry", + "percentage": 5 + } + ] + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/skiddo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/skiddo.json new file mode 100644 index 0000000..df48c0e --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/skiddo.json @@ -0,0 +1,154 @@ +{ + "implemented": true, + "name": "Skiddo", + "nationalPokedexNumber": 672, + "primaryType": "grass", + "abilities": ["sapsipper", "h:grasspelt"], + "baseStats": { + "hp": 66, + "attack": 65, + "defence": 48, + "special_attack": 62, + "special_defence": 57, + "speed": 52 + }, + "catchRate": 200, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 70, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": ["field"], + "moves": [ + "1:growth", + "1:tackle", + "7:vinewhip", + "9:tailwhip", + "12:leechseed", + "13:razorleaf", + "16:worryseed", + "20:synthesis", + "22:takedown", + "26:bulldoze", + "30:seedbomb", + "34:bulkup", + "38:doubleedge", + "42:hornleech", + "45:leafblade", + "50:milkdrink", + "egg:defensecurl", + "egg:grassyterrain", + "egg:milkdrink", + "egg:rollout", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:bulkup", + "tm:bulldoze", + "tm:bulletseed", + "tm:confide", + "tm:dig", + "tm:doubleedge", + "tm:doubleteam", + "tm:endeavor", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:frustration", + "tm:gigadrain", + "tm:grassknot", + "tm:grassyglide", + "tm:grassyterrain", + "tm:helpinghand", + "tm:hiddenpower", + "tm:leafstorm", + "tm:magicalleaf", + "tm:mudshot", + "tm:mudslap", + "tm:naturepower", + "tm:payback", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:retaliate", + "tm:return", + "tm:roar", + "tm:rockslide", + "tm:rocksmash", + "tm:round", + "tm:secretpower", + "tm:seedbomb", + "tm:sleeptalk", + "tm:solarbeam", + "tm:stompingtantrum", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:surf", + "tm:swagger", + "tm:takedown", + "tm:terablast", + "tm:toxic", + "tm:trailblaze", + "tm:wildcharge", + "tm:workup", + "tm:zenheadbutt", + "tutor:gigadrain", + "tutor:irontail", + "tutor:seedbomb", + "tutor:snore", + "tutor:synthesis", + "tutor:worryseed", + "tutor:zenheadbutt" + ], + "labels": ["gen6"], + "pokedex": ["cobblemon.species.skiddo.desc"], + "evolutions": [ + { + "id": "skiddo_gogoat", + "variant": "level_up", + "result": "gogoat", + "consumeHeldItem": false, + "learnableMoves": ["aerialace"], + "requirements": [ + { + "variant": "level", + "minLevel": 32 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 1, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 9, + "weight": 310, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 3, + "entries": [ + { + "item": "minecraft:mutton", + "quantityRange": "1-2" + }, + { + "item": "cobblemon:oran_berry", + "percentage": 2.5 + } + ] + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/volcanion.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/volcanion.json new file mode 100644 index 0000000..96d7e0d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/volcanion.json @@ -0,0 +1,196 @@ +{ + "implemented": true, + "name": "Volcanion", + "nationalPokedexNumber": 721, + "primaryType": "fire", + "secondaryType": "water", + "abilities": [ + "waterabsorb" + ], + "drops": { + "amount": 5, + "entries": [ + { + "item": "cobblemon:rare_candy", + "quantityRange": "5-10" + }, + { + "item": "cobblemon:charcoal", + "percentage": 50.0 + }, + { + "item": "cobblemon:mystic_water", + "percentage": 50.0 + }, + { + "item": "cobblemon:ability_capsule", + "percentage": 25.0 + }, + { + "item": "cobblemon:ability_patch", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 80, + "attack": 110, + "defence": 120, + "special_attack": 130, + "special_defence": 90, + "speed": 70 + }, + "catchRate": 3, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 300, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:firespin", + "1:steameruption", + "1:watergun", + "6:leer", + "12:weatherball", + "18:flamecharge", + "24:waterpulse", + "30:scaryface", + "36:incinerate", + "42:stomp", + "46:bodyslam", + "48:scald", + "54:takedown", + "60:haze", + "60:mist", + "66:hydropump", + "78:flareblitz", + "84:overheat", + "90:explosion", + "tm:bodypress", + "tm:bodyslam", + "tm:brickbreak", + "tm:bulldoze", + "tm:confide", + "tm:cut", + "tm:dig", + "tm:doubleedge", + "tm:doubleteam", + "tm:earthpower", + "tm:earthquake", + "tm:endure", + "tm:explosion", + "tm:facade", + "tm:fireblast", + "tm:firefang", + "tm:firespin", + "tm:flamecharge", + "tm:flamethrower", + "tm:flareblitz", + "tm:flashcannon", + "tm:fling", + "tm:focusblast", + "tm:focusenergy", + "tm:frustration", + "tm:gigaimpact", + "tm:gyroball", + "tm:haze", + "tm:heatcrash", + "tm:heatwave", + "tm:heavyslam", + "tm:hiddenpower", + "tm:hydropump", + "tm:hyperbeam", + "tm:incinerate", + "tm:liquidation", + "tm:mistyterrain", + "tm:mudshot", + "tm:overheat", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:roar", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:sandstorm", + "tm:scald", + "tm:scaryface", + "tm:scorchingsands", + "tm:secretpower", + "tm:selfdestruct", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:sludgewave", + "tm:smackdown", + "tm:snore", + "tm:solarbeam", + "tm:stompingtantrum", + "tm:stoneedge", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:superpower", + "tm:swagger", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thunderfang", + "tm:toxic", + "tm:waterpulse", + "tm:weatherball", + "tm:wildcharge", + "tm:willowisp", + "tutor:defog", + "tutor:earthpower", + "tutor:explosion", + "tutor:flamethrower", + "tutor:flareblitz", + "tutor:haze", + "tutor:heatwave", + "tutor:hydropump", + "tutor:incinerate", + "tutor:liquidation", + "tutor:mist", + "tutor:overheat", + "tutor:scorchingsands", + "tutor:snore", + "tutor:steameruption", + "tutor:stompingtantrum", + "tutor:superpower", + "tutor:waterpulse" + ], + "labels": [ + "gen6", + "mythical", + "legendary" + ], + "pokedex": [ + "cobblemon.species.volcanion.desc" + ], + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 100, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 3, + "special_defence": 0, + "speed": 0 + }, + "height": 17, + "weight": 1950, + "aspects": [], + "cannotDynamax": false + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/araquanid.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/araquanid.json new file mode 100644 index 0000000..e914480 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/araquanid.json @@ -0,0 +1,234 @@ +{ + "implemented": true, + "name": "Araquanid", + "nationalPokedexNumber": 752, + "primaryType": "water", + "secondaryType": "bug", + "abilities": [ + "waterbubble", + "h:waterabsorb" + ], + "baseStats": { + "hp": 68, + "attack": 70, + "defence": 92, + "special_attack": 50, + "special_defence": 132, + "speed": 42 + }, + "behaviour": { + "moving": { + "swim": { + "canSwimInWater": true, + "canBreatheUnderwater": true + } + } + }, + "catchRate": 100, + "maleRatio": 0.5, + "shoulderMountable": false, + "forms": [ + { + "name": "Totem", + "primaryType": "water", + "secondaryType": "bug", + "abilities": [ + "waterbubble" + ], + "baseStats": { + "hp": 68, + "attack": 70, + "defence": 92, + "special_attack": 50, + "special_defence": 132, + "speed": 42 + }, + "catchRate": 100, + "maleRatio": 0.5, + "baseExperienceYield": 159, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 2, + "speed": 0 + }, + "experienceGroup": "medium_fast", + "eggCycles": 15, + "eggGroups": [ + "water_1", + "bug" + ], + "moves": [ + "1:bubble", + "1:bugbite", + "1:infestation", + "1:soak", + "1:spiderweb", + "1:wideguard", + "16:bubblebeam", + "21:bite", + "26:aquaring", + "33:leechlife", + "38:crunch", + "45:lunge", + "50:mirrorcoat", + "57:liquidation", + "62:entrainment", + "tm:attract", + "tm:blizzard", + "tm:confide", + "tm:doubleteam", + "tm:facade", + "tm:frostbreath", + "tm:frustration", + "tm:hiddenpower", + "tm:icebeam", + "tm:infestation", + "tm:leechlife", + "tm:poisonjab", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:round", + "tm:safeguard", + "tm:scald", + "tm:sleeptalk", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:toxic", + "tm:waterfall", + "tm:xscissor", + "tutor:bite", + "tutor:bubblebeam", + "tutor:bugbite", + "tutor:bugbite", + "tutor:gigadrain", + "tutor:icywind", + "tutor:irondefense", + "tutor:laserfocus", + "tutor:liquidation", + "tutor:magiccoat", + "tutor:magicroom", + "tutor:signalbeam", + "tutor:snore", + "tutor:spiderweb", + "tutor:waterpulse", + "tutor:wonderroom" + ], + "labels": [ + "gen7", + "totem" + ], + "aspects": [ + "totem" + ], + "height": 31, + "weight": 2175, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + } + ], + "baseExperienceYield": 159, + "experienceGroup": "medium_fast", + "eggCycles": 15, + "eggGroups": [ + "water_1", + "bug" + ], + "moves": [ + "1:bite", + "1:bubble", + "1:bugbite", + "1:infestation", + "1:spiderweb", + "1:watergun", + "1:wideguard", + "12:bubblebeam", + "16:aquaring", + "20:headbutt", + "26:crunch", + "32:soak", + "38:entrainment", + "44:lunge", + "50:liquidation", + "56:leechlife", + "62:mirrorcoat", + "tm:attract", + "tm:blizzard", + "tm:bugbuzz", + "tm:confide", + "tm:crunch", + "tm:dive", + "tm:doubleteam", + "tm:endure", + "tm:facade", + "tm:frostbreath", + "tm:frustration", + "tm:gigadrain", + "tm:hiddenpower", + "tm:hydropump", + "tm:icebeam", + "tm:icywind", + "tm:irondefense", + "tm:leechlife", + "tm:liquidation", + "tm:magicroom", + "tm:poisonjab", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:round", + "tm:safeguard", + "tm:scald", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:toxic", + "tm:waterfall", + "tm:wonderroom", + "tm:xscissor", + "tutor:laserfocus", + "tutor:magiccoat", + "tutor:signalbeam", + "tutor:skittersmack", + "tutor:waterpulse" + ], + "labels": [ + "gen7" + ], + "pokedex": [ + "cobblemon.species.araquanid.desc" + ], + "preEvolution": "dewpider", + "evolutions": [], + "baseScale": 1.4, + "hitbox": { + "width": 1.95, + "height": 1.1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 2, + "speed": 0 + }, + "height": 18, + "weight": 820, + "aspects": [], + "cannotDynamax": false +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/blacephalon.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/blacephalon.json new file mode 100644 index 0000000..5281855 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/blacephalon.json @@ -0,0 +1,142 @@ +{ + "implemented": true, + "name": "Blacephalon", + "nationalPokedexNumber": 806, + "primaryType": "fire", + "secondaryType": "ghost", + "abilities": ["beastboost"], + "drops": { + "amount": 3, + "entries": [ + { + "item": "minecraft:echo_shard", + "quantityRange": "1-3" + } + ] + }, + "baseStats": { + "hp": 53, + "attack": 127, + "defence": 53, + "special_attack": 151, + "special_defence": 79, + "speed": 107 + }, + "catchRate": 30, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 285, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": ["undiscovered"], + "moves": [ + "1:astonish", + "1:firespin", + "5:lightscreen", + "10:ember", + "13:storedpower", + "15:nightshade", + "17:flameburst", + "20:confuseray", + "25:magiccoat", + "30:incinerate", + "35:hypnosis", + "40:mysticalfire", + "45:shadowball", + "50:calmmind", + "55:willowisp", + "60:trick", + "65:fireblast", + "70:mindblown", + "tm:calmmind", + "tm:confide", + "tm:darkpulse", + "tm:doubleteam", + "tm:encore", + "tm:endure", + "tm:explosion", + "tm:facade", + "tm:fireblast", + "tm:firepunch", + "tm:firespin", + "tm:flamecharge", + "tm:flamethrower", + "tm:fling", + "tm:foulplay", + "tm:frustration", + "tm:heatwave", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:lightscreen", + "tm:mysticalfire", + "tm:overheat", + "tm:payback", + "tm:protect", + "tm:psychic", + "tm:psyshock", + "tm:quash", + "tm:rest", + "tm:return", + "tm:rockblast", + "tm:round", + "tm:selfdestruct", + "tm:shadowball", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:smackdown", + "tm:snore", + "tm:solarbeam", + "tm:storedpower", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:taunt", + "tm:thief", + "tm:torment", + "tm:toxic", + "tm:trick", + "tm:uproar", + "tm:willowisp", + "tm:zenheadbutt", + "tutor:afteryou", + "tutor:expandingforce", + "tutor:fireblast", + "tutor:foulplay", + "tutor:heatwave", + "tutor:knockoff", + "tutor:lastresort", + "tutor:mindblown", + "tutor:painsplit", + "tutor:recycle", + "tutor:shadowball", + "tutor:shadowclaw", + "tutor:snore", + "tutor:spite", + "tutor:taunt", + "tutor:trick", + "tutor:uproar", + "tutor:zenheadbutt" + ], + "labels": ["gen7", "ultra_beast"], + "pokedex": ["cobblemon.species.blacephalon.desc"], + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 3, + "special_defence": 0, + "speed": 0 + }, + "height": 18, + "weight": 130, + "aspects": [], + "cannotDynamax": false +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/dewpider.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/dewpider.json new file mode 100644 index 0000000..92ce967 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/dewpider.json @@ -0,0 +1,139 @@ +{ + "implemented": true, + "name": "Dewpider", + "nationalPokedexNumber": 751, + "primaryType": "water", + "secondaryType": "bug", + "abilities": [ + "waterbubble", + "h:waterabsorb" + ], + "baseStats": { + "hp": 38, + "attack": 40, + "defence": 52, + "special_attack": 40, + "special_defence": 72, + "speed": 27 + }, + "catchRate": 200, + "maleRatio": 0.5, + "shoulderMountable": true, + "baseExperienceYield": 54, + "experienceGroup": "medium_fast", + "eggCycles": 15, + "eggGroups": [ + "water_1", + "bug" + ], + "behaviour": { + "moving": { + "swim": { + "canSwimInWater": true, + "canBreatheUnderwater": true + } + } + }, + "moves": [ + "1:bubble", + "1:infestation", + "1:watergun", + "1:watersport", + "4:bugbite", + "8:bite", + "8:spiderweb", + "12:bubblebeam", + "16:aquaring", + "20:headbutt", + "24:crunch", + "28:soak", + "32:entrainment", + "36:lunge", + "40:liquidation", + "44:leechlife", + "48:mirrorcoat", + "egg:aurorabeam", + "egg:powersplit", + "egg:spitup", + "egg:stickyweb", + "egg:stockpile", + "tm:attract", + "tm:blizzard", + "tm:bugbuzz", + "tm:confide", + "tm:crunch", + "tm:doubleteam", + "tm:endure", + "tm:facade", + "tm:frostbreath", + "tm:frustration", + "tm:gigadrain", + "tm:hiddenpower", + "tm:icebeam", + "tm:icywind", + "tm:irondefense", + "tm:leechlife", + "tm:liquidation", + "tm:magicroom", + "tm:poisonjab", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:round", + "tm:scald", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:toxic", + "tm:waterfall", + "tm:wonderroom", + "tm:xscissor", + "tutor:magiccoat", + "tutor:signalbeam", + "tutor:skittersmack", + "tutor:waterpulse" + ], + "labels": [ + "gen7" + ], + "pokedex": [ + "cobblemon.species.dewpider.desc" + ], + "evolutions": [ + { + "id": "dewpider_araquanid", + "variant": "level_up", + "result": "araquanid", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 22 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 0.7, + "height": 0.9, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 1, + "speed": 0 + }, + "height": 3, + "weight": 40, + "aspects": [], + "cannotDynamax": false +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/gogoat.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/gogoat.json new file mode 100644 index 0000000..e571858 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/gogoat.json @@ -0,0 +1,158 @@ +{ + "implemented": true, + "name": "Gogoat", + "nationalPokedexNumber": 673, + "primaryType": "grass", + "abilities": [ + "sapsipper", + "h:grasspelt" + ], + "baseStats": { + "hp": 123, + "attack": 100, + "defence": 62, + "special_attack": 97, + "special_defence": 81, + "speed": 68 + }, + "catchRate": 45, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 186, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": [ + "field" + ], + "moves": [ + "1:aerialace", + "1:earthquake", + "1:growth", + "1:tackle", + "1:tailwhip", + "1:vinewhip", + "12:leechseed", + "13:razorleaf", + "16:worryseed", + "20:synthesis", + "22:takedown", + "26:bulldoze", + "30:seedbomb", + "34:bulkup", + "40:doubleedge", + "47:hornleech", + "55:leafblade", + "58:milkdrink", + "tm:aerialace", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:bulkup", + "tm:bulldoze", + "tm:bulletseed", + "tm:confide", + "tm:dig", + "tm:doubleedge", + "tm:doubleteam", + "tm:earthquake", + "tm:endeavor", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:frustration", + "tm:gigadrain", + "tm:gigaimpact", + "tm:grassknot", + "tm:grassyglide", + "tm:grassyterrain", + "tm:helpinghand", + "tm:hiddenpower", + "tm:highhorsepower", + "tm:hyperbeam", + "tm:leafstorm", + "tm:magicalleaf", + "tm:mudshot", + "tm:mudslap", + "tm:naturepower", + "tm:payback", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:retaliate", + "tm:return", + "tm:roar", + "tm:rockslide", + "tm:rocksmash", + "tm:round", + "tm:secretpower", + "tm:seedbomb", + "tm:sleeptalk", + "tm:solarbeam", + "tm:stompingtantrum", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:surf", + "tm:swagger", + "tm:takedown", + "tm:terablast", + "tm:throatchop", + "tm:toxic", + "tm:trailblaze", + "tm:wildcharge", + "tm:workup", + "tm:zenheadbutt", + "tutor:bounce", + "tutor:gigadrain", + "tutor:irontail", + "tutor:seedbomb", + "tutor:snore", + "tutor:stompingtantrum", + "tutor:superpower", + "tutor:synthesis", + "tutor:worryseed", + "tutor:zenheadbutt" + ], + "labels": [ + "gen6" + ], + "pokedex": [ + "cobblemon.species.gogoat.desc" + ], + "preEvolution": "skiddo", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 2, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 17, + "weight": 910, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 4, + "entries": [ + { + "item": "minecraft:mutton", + "quantityRange": "1-3" + }, + { + "item": "cobblemon:oran_berry", + "percentage": 5.0 + } + ] + } + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/guzzlord.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/guzzlord.json new file mode 100644 index 0000000..3afa94e --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/guzzlord.json @@ -0,0 +1,158 @@ +{ + "implemented": true, + "name": "Guzzlord", + "nationalPokedexNumber": 799, + "primaryType": "dark", + "secondaryType": "dragon", + "abilities": [ + "beastboost" + ], + "baseStats": { + "hp": 223, + "attack": 101, + "defence": 53, + "special_attack": 97, + "special_defence": 53, + "speed": 43 + }, + "catchRate": 45, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 285, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:belch", + "1:bite", + "1:dragonrage", + "1:stockpile", + "1:swallow", + "1:wideguard", + "7:stomp", + "10:knockoff", + "13:brutalswing", + "19:steamroller", + "23:dragontail", + "29:irontail", + "31:stompingtantrum", + "35:bodyslam", + "37:crunch", + "43:hammerarm", + "47:thrash", + "53:gastroacid", + "59:heavyslam", + "67:wringout", + "70:gigaimpact", + "73:dragonrush", + "tm:amnesia", + "tm:bodypress", + "tm:bodyslam", + "tm:brickbreak", + "tm:brutalswing", + "tm:bulldoze", + "tm:crunch", + "tm:darkpulse", + "tm:doubleteam", + "tm:dragonclaw", + "tm:dragonpulse", + "tm:dragontail", + "tm:drainpunch", + "tm:earthquake", + "tm:endure", + "tm:facade", + "tm:fireblast", + "tm:flamethrower", + "tm:fling", + "tm:frustration", + "tm:gigaimpact", + "tm:gyroball", + "tm:heatcrash", + "tm:heatwave", + "tm:heavyslam", + "tm:hiddenpower", + "tm:highhorsepower", + "tm:hyperbeam", + "tm:irondefense", + "tm:ironhead", + "tm:irontail", + "tm:megakick", + "tm:megapunch", + "tm:outrage", + "tm:payback", + "tm:poisonjab", + "tm:protect", + "tm:rest", + "tm:return", + "tm:rockslide", + "tm:rocktomb", + "tm:round", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:sludgewave", + "tm:smackdown", + "tm:snarl", + "tm:snore", + "tm:stompingtantrum", + "tm:stoneedge", + "tm:substitute", + "tm:thief", + "tm:toxic", + "tutor:brutalswing", + "tutor:corrosivegas", + "tutor:dracometeor", + "tutor:dragonpulse", + "tutor:dragonrush", + "tutor:drainpunch", + "tutor:dualchop", + "tutor:gastroacid", + "tutor:hammerarm", + "tutor:heatwave", + "tutor:heavyslam", + "tutor:irondefense", + "tutor:ironhead", + "tutor:irontail", + "tutor:knockoff", + "tutor:lashout", + "tutor:lastresort", + "tutor:magnetrise", + "tutor:megapunch", + "tutor:outrage", + "tutor:shockwave", + "tutor:snore", + "tutor:steelroller", + "tutor:stompingtantrum", + "tutor:thrash", + "tutor:wringout" + ], + "labels": [ + "gen7", + "ultra_beast" + ], + "pokedex": [ + "cobblemon.species.guzzlord.desc" + ], + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 14, + "height": 14, + "fixed": false + }, + "baseFriendship": 0, + "evYield": { + "hp": 3, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 55, + "weight": 8880, + "aspects": [], + "cannotDynamax": false +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/kartana.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/kartana.json new file mode 100644 index 0000000..9a11f98 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/kartana.json @@ -0,0 +1,137 @@ +{ + "implemented": true, + "name": "Kartana", + "nationalPokedexNumber": 798, + "primaryType": "grass", + "secondaryType": "steel", + "abilities": ["beastboost"], + "drops": { + "amount": 5, + "entries": [ + { + "item": "cobblemon:rare_candy", + "quantityRange": "5-10" + }, + { + "item": "cobblemon:miracle_seed", + "percentage": 50.0 + }, + { + "item": "cobblemon:metal_coat", + "percentage": 50.0 + }, + { + "item": "cobblemon:ability_capsule", + "percentage": 25.0 + }, + { + "item": "cobblemon:ability_patch", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 59, + "attack": 181, + "defence": 131, + "special_attack": 59, + "special_defence": 31, + "speed": 109 + }, + "catchRate": 45, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 285, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": ["undiscovered"], + "moves": [ + "1:furycutter", + "1:vacuumwave", + "5:razorleaf", + "10:falseswipe", + "15:cut", + "20:aircutter", + "25:aerialace", + "30:detect", + "35:nightslash", + "40:synthesis", + "45:laserfocus", + "47:xscissor", + "50:defog", + "55:leafblade", + "59:airslash", + "60:sacredsword", + "65:swordsdance", + "67:psychocut", + "70:guillotine", + "tm:aerialace", + "tm:airslash", + "tm:brickbreak", + "tm:calmmind", + "tm:confide", + "tm:doubleteam", + "tm:endure", + "tm:falseswipe", + "tm:frustration", + "tm:gigadrain", + "tm:gigaimpact", + "tm:hiddenpower", + "tm:irondefense", + "tm:leafblade", + "tm:protect", + "tm:psychocut", + "tm:rest", + "tm:return", + "tm:round", + "tm:screech", + "tm:sleeptalk", + "tm:smartstrike", + "tm:snore", + "tm:solarblade", + "tm:substitute", + "tm:swagger", + "tm:swordsdance", + "tm:toxic", + "tm:xscissor", + "tutor:aircutter", + "tutor:airslash", + "tutor:defog", + "tutor:detect", + "tutor:gigadrain", + "tutor:irondefense", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:lastresort", + "tutor:leafblade", + "tutor:snore", + "tutor:steelbeam", + "tutor:swordsdance", + "tutor:synthesis", + "tutor:tailwind", + "tutor:vacuumwave", + "tutor:xscissor" + ], + "labels": ["gen7", "ultra_beast"], + "pokedex": ["cobblemon.species.kartana.desc"], + "evolutions": [], + "baseScale": 0.75, + "hitbox": { + "width": 0.75, + "height": 1.25, + "fixed": false + }, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 3, + "weight": 1, + "aspects": [], + "cannotDynamax": false +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/lycanroc.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/lycanroc.json new file mode 100644 index 0000000..3238a93 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/lycanroc.json @@ -0,0 +1,484 @@ +{ + "implemented": true, + "name": "Lycanroc", + "nationalPokedexNumber": 745, + "primaryType": "rock", + "abilities": [ + "keeneye", + "sandrush", + "h:steadfast" + ], + "baseStats": { + "hp": 75, + "attack": 115, + "defence": 65, + "special_attack": 55, + "special_defence": 65, + "speed": 112 + }, + "catchRate": 90, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 170, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 2, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "medium_fast", + "eggCycles": 15, + "eggGroups": [ + "field" + ], + "moves": [ + "1:accelerock", + "1:doubleteam", + "1:leer", + "1:quickattack", + "1:quickguard", + "1:sandattack", + "1:tackle", + "12:rockthrow", + "16:howl", + "18:odorsleuth", + "20:bite", + "24:rocktomb", + "30:roar", + "36:rockslide", + "42:crunch", + "45:rockclimb", + "48:scaryface", + "54:stealthrock", + "60:stoneedge", + "tm:agility", + "tm:assurance", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:bulkup", + "tm:bulldoze", + "tm:charm", + "tm:closecombat", + "tm:confide", + "tm:crunch", + "tm:dig", + "tm:doubleedge", + "tm:doubleteam", + "tm:drillrun", + "tm:earthpower", + "tm:echoedvoice", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:firefang", + "tm:frustration", + "tm:gigaimpact", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hypervoice", + "tm:irondefense", + "tm:ironhead", + "tm:irontail", + "tm:mudslap", + "tm:playrough", + "tm:protect", + "tm:psychicfangs", + "tm:rest", + "tm:return", + "tm:roar", + "tm:rockblast", + "tm:rockpolish", + "tm:rockslide", + "tm:rocktomb", + "tm:round", + "tm:sandstorm", + "tm:scaryface", + "tm:sleeptalk", + "tm:snarl", + "tm:snore", + "tm:stealthrock", + "tm:stompingtantrum", + "tm:stoneedge", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swift", + "tm:swordsdance", + "tm:tailslap", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thunderfang", + "tm:toxic", + "tm:trailblaze", + "tm:zenheadbutt", + "tutor:covet", + "tutor:drillrun", + "tutor:earthpower", + "tutor:endeavor", + "tutor:hypervoice", + "tutor:irondefense", + "tutor:ironhead", + "tutor:irontail", + "tutor:lastresort", + "tutor:snore", + "tutor:stealthrock", + "tutor:stompingtantrum", + "tutor:zenheadbutt" + ], + "labels": [ + "gen7" + ], + "pokedex": [ + "cobblemon.species.lycanroc.desc" + ], + "height": 8, + "weight": 250, + "preEvolution": "rockruff", + "evolutions": [], + "forms": [ + { + "name": "Midnight", + "primaryType": "rock", + "abilities": [ + "keeneye", + "vitalspirit", + "h:noguard" + ], + "baseStats": { + "hp": 85, + "attack": 115, + "defence": 75, + "special_attack": 55, + "special_defence": 75, + "speed": 82 + }, + "catchRate": 90, + "maleRatio": 0.5, + "baseExperienceYield": 170, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 2, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "medium_fast", + "eggCycles": 15, + "eggGroups": [ + "field" + ], + "moves": [ + "1:counter", + "1:doubleteam", + "1:endure", + "1:leer", + "1:reversal", + "1:sandattack", + "1:tackle", + "1:taunt", + "12:rockthrow", + "16:howl", + "18:odorsleuth", + "20:bite", + "24:rocktomb", + "30:roar", + "36:rockslide", + "42:crunch", + "45:rockclimb", + "48:scaryface", + "54:stealthrock", + "60:stoneedge", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:bulkup", + "tm:bulldoze", + "tm:charm", + "tm:closecombat", + "tm:confide", + "tm:crunch", + "tm:dig", + "tm:doubleedge", + "tm:doubleteam", + "tm:earthpower", + "tm:echoedvoice", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:firefang", + "tm:firepunch", + "tm:fling", + "tm:focuspunch", + "tm:foulplay", + "tm:frustration", + "tm:gigaimpact", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hypervoice", + "tm:irondefense", + "tm:ironhead", + "tm:irontail", + "tm:knockoff", + "tm:lashout", + "tm:lowsweep", + "tm:megakick", + "tm:megapunch", + "tm:mudslap", + "tm:outrage", + "tm:payback", + "tm:playrough", + "tm:protect", + "tm:psychicfangs", + "tm:rest", + "tm:return", + "tm:revenge", + "tm:reversal", + "tm:roar", + "tm:rockblast", + "tm:rockpolish", + "tm:rockslide", + "tm:rocktomb", + "tm:round", + "tm:sandstorm", + "tm:scaryface", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:snarl", + "tm:snore", + "tm:stealthrock", + "tm:stompingtantrum", + "tm:stoneedge", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swordsdance", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:throatchop", + "tm:thunderfang", + "tm:thunderpunch", + "tm:toxic", + "tm:trailblaze", + "tm:upperhand", + "tm:uproar", + "tm:zenheadbutt", + "tutor:covet", + "tutor:dualchop", + "tutor:earthpower", + "tutor:endeavor", + "tutor:firefang", + "tutor:firepunch", + "tutor:focuspunch", + "tutor:foulplay", + "tutor:hypervoice", + "tutor:irondefense", + "tutor:ironhead", + "tutor:irontail", + "tutor:laserfocus", + "tutor:lashout", + "tutor:lastresort", + "tutor:outrage", + "tutor:snore", + "tutor:stealthrock", + "tutor:stompingtantrum", + "tutor:stoneedge", + "tutor:suckerpunch", + "tutor:swordsdance", + "tutor:throatchop", + "tutor:thunderpunch", + "tutor:uproar", + "tutor:zenheadbutt" + ], + "labels": [ + "gen7" + ], + "aspects": [ + "midnight" + ], + "height": 11, + "weight": 250, + "preEvolution": "rockruff", + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Dusk", + "primaryType": "rock", + "abilities": [ + "toughclaws" + ], + "baseStats": { + "hp": 75, + "attack": 117, + "defence": 65, + "special_attack": 55, + "special_defence": 65, + "speed": 110 + }, + "catchRate": 90, + "maleRatio": 0.5, + "baseExperienceYield": 170, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 2, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "medium_fast", + "eggCycles": 15, + "eggGroups": [ + "field" + ], + "moves": [ + "1:accelerock", + "1:counter", + "1:doubleteam", + "1:endure", + "1:leer", + "1:quickattack", + "1:quickguard", + "1:reversal", + "1:sandattack", + "1:suckerpunch", + "1:tackle", + "1:taunt", + "1:thrash", + "12:rockthrow", + "16:howl", + "18:odorsleuth", + "20:bite", + "24:rocktomb", + "30:roar", + "36:rockslide", + "42:crunch", + "45:rockclimb", + "48:scaryface", + "54:stealthrock", + "60:stoneedge", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:bulkup", + "tm:bulldoze", + "tm:charm", + "tm:closecombat", + "tm:confide", + "tm:crunch", + "tm:dig", + "tm:doubleedge", + "tm:doubleteam", + "tm:drillrun", + "tm:earthpower", + "tm:echoedvoice", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:firefang", + "tm:focusenergy", + "tm:frustration", + "tm:gigaimpact", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hypervoice", + "tm:irondefense", + "tm:ironhead", + "tm:irontail", + "tm:mudslap", + "tm:outrage", + "tm:playrough", + "tm:protect", + "tm:psychicfangs", + "tm:rest", + "tm:return", + "tm:reversal", + "tm:roar", + "tm:rockblast", + "tm:rockpolish", + "tm:rockslide", + "tm:rocktomb", + "tm:round", + "tm:sandstorm", + "tm:scaryface", + "tm:sleeptalk", + "tm:snarl", + "tm:snore", + "tm:stealthrock", + "tm:stompingtantrum", + "tm:stoneedge", + "tm:substitute", + "tm:swagger", + "tm:swordsdance", + "tm:tailslap", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:throatchop", + "tm:thunderfang", + "tm:toxic", + "tm:trailblaze", + "tm:workup", + "tm:zenheadbutt", + "tutor:covet", + "tutor:drillrun", + "tutor:earthpower", + "tutor:endeavor", + "tutor:hypervoice", + "tutor:irondefense", + "tutor:ironhead", + "tutor:irontail", + "tutor:lastresort", + "tutor:outrage", + "tutor:snore", + "tutor:stealthrock", + "tutor:stompingtantrum", + "tutor:zenheadbutt" + ], + "labels": [ + "gen7" + ], + "aspects": [ + "dusk" + ], + "height": 8, + "weight": 250, + "preEvolution": "rockruff", + "cannotDynamax": false, + "battleOnly": false + } + ], + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 6, + "entries": [ + { + "item": "minecraft:bone", + "quantityRange": "0-2" + }, + { + "item": "minecraft:rotten_flesh", + "quantityRange": "0-2" + }, + { + "item": "cobblemon:hard_stone", + "percentage": 5.0 + }, + { + "item": "cobblemon:babiri_berry", + "percentage": 5.0 + } + ] + } + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/mareanie.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/mareanie.json new file mode 100644 index 0000000..92f111e --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/mareanie.json @@ -0,0 +1,177 @@ +{ + "implemented": true, + "name": "Mareanie", + "nationalPokedexNumber": 747, + "primaryType": "poison", + "secondaryType": "water", + "abilities": [ + "merciless", + "limber", + "h:regenerator" + ], + "baseStats": { + "hp": 50, + "attack": 53, + "defence": 62, + "special_attack": 43, + "special_defence": 52, + "speed": 45 + }, + "catchRate": 190, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 61, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": [ + "water_1" + ], + "moves": [ + "1:peck", + "1:poisonsting", + "5:wideguard", + "10:bite", + "15:venoshock", + "20:recover", + "25:pinmissile", + "29:spikecannon", + "30:toxicspikes", + "35:liquidation", + "40:acidspray", + "40:venomdrench", + "45:poisonjab", + "50:toxic", + "egg:haze", + "egg:infestation", + "egg:spitup", + "egg:stockpile", + "egg:swallow", + "tm:acidspray", + "tm:attract", + "tm:blizzard", + "tm:brine", + "tm:chillingwater", + "tm:confide", + "tm:doubleteam", + "tm:endure", + "tm:facade", + "tm:frostbreath", + "tm:frustration", + "tm:gunkshot", + "tm:hail", + "tm:haze", + "tm:hiddenpower", + "tm:hydropump", + "tm:icebeam", + "tm:icespinner", + "tm:icywind", + "tm:infestation", + "tm:irondefense", + "tm:liquidation", + "tm:lunge", + "tm:muddywater", + "tm:mudshot", + "tm:painsplit", + "tm:payback", + "tm:pinmissile", + "tm:poisonjab", + "tm:pounce", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:round", + "tm:safeguard", + "tm:scald", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:sludgewave", + "tm:snore", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:terablast", + "tm:toxic", + "tm:toxicspikes", + "tm:venomdrench", + "tm:venoshock", + "tm:waterpulse", + "tutor:afteryou", + "tutor:covet", + "tutor:gastroacid", + "tutor:gunkshot", + "tutor:icywind", + "tutor:irondefense", + "tutor:knockoff", + "tutor:liquidation", + "tutor:magiccoat", + "tutor:painsplit", + "tutor:snatch", + "tutor:snore", + "tutor:spite", + "tutor:stockpile", + "tutor:swallow", + "tutor:toxic", + "tutor:waterpulse" + ], + "labels": [ + "gen7" + ], + "pokedex": [ + "cobblemon.species.mareanie.desc" + ], + "evolutions": [ + { + "id": "mareanie_toxapex", + "variant": "level_up", + "result": "toxapex", + "consumeHeldItem": false, + "learnableMoves": [ + "banefulbunker" + ], + "requirements": [ + { + "variant": "level", + "minLevel": 38 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 1, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 4, + "weight": 80, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 3, + "entries": [ + { + "item": "minecraft:slime_ball", + "quantityRange": "0-1" + }, + { + "item": "cobblemon:poison_barb", + "percentage": 2.5 + }, + { + "item": "cobblemon:pecha_berry", + "percentage": 2.5 + } + ] + } + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/marshadow.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/marshadow.json new file mode 100644 index 0000000..08a2f04 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/marshadow.json @@ -0,0 +1,160 @@ +{ + "implemented": true, + "name": "Marshadow", + "nationalPokedexNumber": 802, + "primaryType": "fighting", + "secondaryType": "ghost", + "abilities": ["technician"], + "drops": { + "amount": 5, + "entries": [ + { + "item": "cobblemon:rare_candy", + "quantityRange": "5-10" + }, + { + "item": "cobblemon:expert_belt", + "percentage": 50.0 + }, + { + "item": "cobblemon:cleanse_tag", + "percentage": 50.0 + }, + { + "item": "cobblemon:ability_capsule", + "percentage": 25.0 + }, + { + "item": "cobblemon:ability_patch", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 90, + "attack": 125, + "defence": 80, + "special_attack": 90, + "special_defence": 90, + "speed": 125 + }, + "catchRate": 3, + "maleRatio": -1, + "shoulderMountable": false, + "forms": [], + "baseExperienceYield": 300, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": ["undiscovered"], + "moves": [ + "1:firepunch", + "1:icepunch", + "1:thunderpunch", + "1:counter", + "1:pursuit", + "1:feint", + "1:copycat", + "1:shadowsneak", + "9:roleplay", + "15:rollingkick", + "18:shadowpunch", + "27:forcepalm", + "35:jumpkick", + "36:assurance", + "45:suckerpunch", + "54:drainpunch", + "63:psychup", + "72:spectralthief", + "81:laserfocus", + "90:endeavor", + "99:closecombat", + "tm:acrobatics", + "tm:agility", + "tm:assurance", + "tm:aurasphere", + "tm:blazekick", + "tm:bounce", + "tm:brickbreak", + "tm:bulkup", + "tm:calmmind", + "tm:closecombat", + "tm:confide", + "tm:doubleteam", + "tm:drainpunch", + "tm:echoedvoice", + "tm:endure", + "tm:facade", + "tm:falseswipe", + "tm:firepunch", + "tm:fling", + "tm:focusblast", + "tm:foulplay", + "tm:frustration", + "tm:gigaimpact", + "tm:grassknot", + "tm:hex", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:icepunch", + "tm:ironhead", + "tm:lowkick", + "tm:lowsweep", + "tm:megakick", + "tm:megapunch", + "tm:outrage", + "tm:payback", + "tm:phantomforce", + "tm:poisonjab", + "tm:protect", + "tm:rest", + "tm:return", + "tm:revenge", + "tm:reversal", + "tm:rockslide", + "tm:rocktomb", + "tm:round", + "tm:shadowball", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:smackdown", + "tm:snore", + "tm:stoneedge", + "tm:substitute", + "tm:superpower", + "tm:swagger", + "tm:swift", + "tm:thief", + "tm:throatchop", + "tm:thunderpunch", + "tm:toxic", + "tm:willowisp", + "tm:workup", + "tm:zenheadbutt", + "tutor:coaching", + "tutor:focuspunch", + "tutor:knockoff", + "tutor:lastresort", + "tutor:poltergeist", + "tutor:skittersmack", + "tutor:snatch" + ], + "labels": ["gen7", "mythical"], + "pokedex": [ + "cobblemon.species.marshadow.desc1", + "cobblemon.species.marshadow.desc2" + ], + "evolutions": [], + "baseScale": 0.5, + "hitbox": { + "width": 1.0, + "height": 1.0, + "fixed": false + }, + "baseFriendship": 0, + "evYield": { + "attack": 2, + "speed": 1 + }, + "height": 7, + "weight": 222 +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/melmetal.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/melmetal.json new file mode 100644 index 0000000..639d608 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/melmetal.json @@ -0,0 +1,163 @@ +{ + "implemented": true, + "name": "Melmetal", + "nationalPokedexNumber": 809, + "primaryType": "steel", + "abilities": ["ironfist"], + "baseStats": { + "hp": 135, + "attack": 143, + "defence": 143, + "special_attack": 80, + "special_defence": 65, + "speed": 34 + }, + "catchRate": 3, + "maleRatio": -1, + "shoulderMountable": false, + "forms": [ + { + "name": "Gmax", + "primaryType": "steel", + "abilities": ["ironfist"], + "baseStats": { + "hp": 135, + "attack": 143, + "defence": 143, + "special_attack": 80, + "special_defence": 65, + "speed": 34 + }, + "catchRate": 3, + "maleRatio": -1, + "baseExperienceYield": 300, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": ["undiscovered"], + "labels": ["gen8", "mythical", "legendary", "gmax"], + "aspects": ["gmax"], + "height": 250, + "weight": 0, + "cannotDynamax": false, + "battleOnly": false + } + ], + "baseExperienceYield": 300, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": ["undiscovered"], + "moves": [ + "1:harden", + "1:headbutt", + "1:tailwhip", + "1:thundershock", + "24:thunderwave", + "32:acidarmor", + "40:flashcannon", + "48:megapunch", + "56:protect", + "64:discharge", + "72:dynamicpunch", + "80:superpower", + "88:doubleironbash", + "96:hyperbeam", + "tm:bodypress", + "tm:bodyslam", + "tm:brickbreak", + "tm:brutalswing", + "tm:darkestlariat", + "tm:earthquake", + "tm:electricterrain", + "tm:endure", + "tm:facade", + "tm:flashcannon", + "tm:gigaimpact", + "tm:gyroball", + "tm:headbutt", + "tm:heavyslam", + "tm:highhorsepower", + "tm:hyperbeam", + "tm:icebeam", + "tm:icepunch", + "tm:irondefense", + "tm:ironhead", + "tm:megakick", + "tm:megapunch", + "tm:protect", + "tm:rest", + "tm:rockslide", + "tm:rocktomb", + "tm:round", + "tm:selfdestruct", + "tm:sleeptalk", + "tm:snore", + "tm:solarbeam", + "tm:substitute", + "tm:superpower", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tutor:acidarmor", + "tutor:brickbreak", + "tutor:doubleironbash", + "tutor:dynamicpunch", + "tutor:earthquake", + "tutor:facade", + "tutor:flashcannon", + "tutor:harden", + "tutor:headbutt", + "tutor:hyperbeam", + "tutor:icebeam", + "tutor:icepunch", + "tutor:megapunch", + "tutor:protect", + "tutor:rest", + "tutor:rockslide", + "tutor:selfdestruct", + "tutor:solarbeam", + "tutor:steelbeam", + "tutor:steelroller", + "tutor:substitute", + "tutor:superpower", + "tutor:tailwhip", + "tutor:thunder", + "tutor:thunderbolt", + "tutor:thunderpunch", + "tutor:thundershock", + "tutor:thunderwave", + "tutor:toxic" + ], + "labels": ["gen7", "mythical", "legendary"], + "pokedex": ["cobblemon.species.melmetal.desc"], + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 25, + "weight": 8000, + "aspects": [], + "cannotDynamax": false +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/meltan.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/meltan.json new file mode 100644 index 0000000..465c007 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/meltan.json @@ -0,0 +1,81 @@ +{ + "implemented": true, + "name": "Meltan", + "nationalPokedexNumber": 808, + "primaryType": "steel", + "abilities": ["magnetpull"], + "baseStats": { + "hp": 46, + "attack": 65, + "defence": 65, + "special_attack": 55, + "special_defence": 35, + "speed": 34 + }, + "catchRate": 3, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 150, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": ["undiscovered"], + "moves": [ + "1:harden", + "1:thundershock", + "8:tailwhip", + "16:headbutt", + "24:thunderwave", + "32:acidarmor", + "40:flashcannon", + "tm:endure", + "tm:facade", + "tm:flashcannon", + "tm:gyroball", + "tm:headbutt", + "tm:irondefense", + "tm:protect", + "tm:rest", + "tm:round", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:thunderbolt", + "tm:thunderwave", + "tm:toxic", + "tutor:acidarmor", + "tutor:flashcannon", + "tutor:harden", + "tutor:headbutt", + "tutor:protect", + "tutor:rest", + "tutor:steelbeam", + "tutor:substitute", + "tutor:tailwhip", + "tutor:thunderbolt", + "tutor:thundershock", + "tutor:thunderwave", + "tutor:toxic" + ], + "labels": ["gen7", "mythical", "legendary"], + "pokedex": ["cobblemon.species.meltan.desc"], + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 1, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 2, + "weight": 80, + "aspects": [], + "cannotDynamax": false +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/minior.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/minior.json new file mode 100644 index 0000000..eef5df4 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/minior.json @@ -0,0 +1,172 @@ +{ + "implemented": true, + "name": "Minior", + "nationalPokedexNumber": 774, + "primaryType": "rock", + "secondaryType": "flying", + "abilities": ["shieldsdown"], + "baseStats": { + "hp": 60, + "attack": 100, + "defence": 60, + "special_attack": 100, + "special_defence": 60, + "speed": 120 + }, + "catchRate": 30, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 175, + "experienceGroup": "medium_slow", + "eggCycles": 25, + "eggGroups": ["mineral"], + "moves": [ + "1:tackle", + "3:defensecurl", + "8:rollout", + "10:confuseray", + "15:swift", + "17:ancientpower", + "22:selfdestruct", + "24:stealthrock", + "29:takedown", + "31:autotomize", + "31:rockpolish", + "36:cosmicpower", + "38:powergem", + "43:doubleedge", + "45:shellsmash", + "50:explosion", + "tm:acrobatics", + "tm:attract", + "tm:bulldoze", + "tm:calmmind", + "tm:chargebeam", + "tm:confide", + "tm:confuseray", + "tm:dazzlinggleam", + "tm:doubleedge", + "tm:doubleteam", + "tm:earthpower", + "tm:earthquake", + "tm:endeavor", + "tm:endure", + "tm:explosion", + "tm:facade", + "tm:frustration", + "tm:gigaimpact", + "tm:gravity", + "tm:gyroball", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:ironhead", + "tm:lightscreen", + "tm:meteorbeam", + "tm:powergem", + "tm:protect", + "tm:psychic", + "tm:psychup", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:rockblast", + "tm:rockpolish", + "tm:rockslide", + "tm:rocktomb", + "tm:round", + "tm:safeguard", + "tm:sandstorm", + "tm:scorchingsands", + "tm:sleeptalk", + "tm:solarbeam", + "tm:stealthrock", + "tm:stoneedge", + "tm:substitute", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:toxic", + "tm:uturn", + "tm:zenheadbutt", + "tutor:endeavor", + "tutor:gravity", + "tutor:ironhead", + "tutor:lastresort", + "tutor:magnetrise", + "tutor:snore", + "tutor:stealthrock", + "tutor:telekinesis", + "tutor:zenheadbutt" + ], + "labels": ["gen7"], + "pokedex": [ + "Although its outer shell is uncommonly durable, the shock of falling to the ground smashes the shell to smithereens." + ], + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 0, + "attack": 1, + "defence": 0, + "special_attack": 1, + "special_defence": 0, + "speed": 0 + }, + "height": 3, + "weight": 3, + "forms": [ + { + "name": "Meteor", + "primaryType": "rock", + "secondaryType": "flying", + "abilities": ["shieldsdown"], + "baseStats": { + "hp": 60, + "attack": 60, + "defence": 100, + "special_attack": 60, + "special_defence": 100, + "speed": 60 + }, + "catchRate": 30, + "maleRatio": -1, + "baseExperienceYield": 175, + "baseFriendship": 70, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 1, + "special_attack": 0, + "special_defence": 1, + "speed": 0 + }, + "experienceGroup": "medium_slow", + "eggCycles": 25, + "eggGroups": ["mineral"], + "labels": ["gen7"], + "aspects": ["meteor"], + "height": 3, + "weight": 400, + "cannotDynamax": false, + "battleOnly": true, + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:float_stone", + "percentage": 5 + } + ] + } + } + ], + "aspects": [], + "cannotDynamax": false +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/naganadel.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/naganadel.json new file mode 100644 index 0000000..eb7c2ce --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/naganadel.json @@ -0,0 +1,180 @@ +{ + "implemented": true, + "name": "Naganadel", + "nationalPokedexNumber": 804, + "primaryType": "poison", + "secondaryType": "dragon", + "abilities": [ + "beastboost" + ], + "drops": { + "amount": 5, + "entries": [ + { + "item": "cobblemon:rare_candy", + "quantityRange": "5-10" + }, + { + "item": "minecraft:echo_shard", + "quantityRange": "2-11" + }, + { + "item": "cobblemon:poison_barb", + "percentage": 50.0 + }, + { + "item": "cobblemon:ability_capsule", + "percentage": 25.0 + }, + { + "item": "cobblemon:ability_patch", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 73, + "attack": 73, + "defence": 73, + "special_attack": 127, + "special_defence": 73, + "speed": 121 + }, + "catchRate": 45, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 270, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:acid", + "1:aircutter", + "1:airslash", + "1:dragonpulse", + "1:growl", + "1:helpinghand", + "1:peck", + "7:furyattack", + "14:fellstinger", + "21:charm", + "28:venoshock", + "35:venomdrench", + "42:nastyplot", + "49:poisonjab", + "56:gastroacid", + "63:toxic", + "70:dragonrush", + "tm:acrobatics", + "tm:aerialace", + "tm:airslash", + "tm:allyswitch", + "tm:assurance", + "tm:breakingswipe", + "tm:charm", + "tm:confide", + "tm:crosspoison", + "tm:darkpulse", + "tm:doubleteam", + "tm:dragonclaw", + "tm:dragondance", + "tm:dragonpulse", + "tm:dragontail", + "tm:echoedvoice", + "tm:endure", + "tm:facade", + "tm:fireblast", + "tm:flamethrower", + "tm:fly", + "tm:frustration", + "tm:gigaimpact", + "tm:gunkshot", + "tm:heatwave", + "tm:helpinghand", + "tm:hex", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:irontail", + "tm:leechlife", + "tm:nastyplot", + "tm:outrage", + "tm:pinmissile", + "tm:poisonjab", + "tm:protect", + "tm:rest", + "tm:return", + "tm:round", + "tm:shadowclaw", + "tm:skydrop", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:sludgewave", + "tm:smartstrike", + "tm:snarl", + "tm:snore", + "tm:spikes", + "tm:substitute", + "tm:swift", + "tm:thief", + "tm:throatchop", + "tm:thunderbolt", + "tm:toxic", + "tm:toxicspikes", + "tm:uproar", + "tm:uturn", + "tm:venomdrench", + "tm:venoshock", + "tm:xscissor", + "tutor:allyswitch", + "tutor:dracometeor", + "tutor:dragonpulse", + "tutor:dualwingbeat", + "tutor:gastroacid", + "tutor:gunkshot", + "tutor:heatwave", + "tutor:helpinghand", + "tutor:irontail", + "tutor:laserfocus", + "tutor:outrage", + "tutor:scaleshot", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:skyattack", + "tutor:snatch", + "tutor:snore", + "tutor:tailwind", + "tutor:throatchop", + "tutor:uproar" + ], + "labels": [ + "gen7", + "ultra_beast" + ], + "pokedex": [ + "cobblemon.species.naganadel.desc" + ], + "preEvolution": "poipole", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1.2, + "height": 4, + "fixed": false + }, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 3, + "special_defence": 0, + "speed": 0 + }, + "height": 36, + "weight": 1500, + "aspects": [], + "cannotDynamax": false + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/necrozma.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/necrozma.json new file mode 100644 index 0000000..6439f0c --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/necrozma.json @@ -0,0 +1,199 @@ +{ + "implemented": true, + "name": "Necrozma", + "nationalPokedexNumber": 800, + "primaryType": "psychic", + "abilities": ["prismarmor"], + "drops": { + "amount": 5, + "entries": [ + { + "item": "cobblemon:rare_candy", + "quantityRange": "5-10" + }, + { + "item": "minecraft:ender_pearl", + "quantityRange": "2-11" + }, + { + "item": "cobblemon:twisted_spoon", + "percentage": 50.0 + }, + { + "item": "cobblemon:ability_capsule", + "percentage": 25.0 + }, + { + "item": "cobblemon:ability_patch", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 97, + "attack": 107, + "defence": 101, + "special_attack": 127, + "special_defence": 89, + "speed": 79 + }, + "catchRate": 255, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 300, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": ["undiscovered"], + "moves": [ + "1:chargebeam", + "1:confusion", + "1:gravity", + "1:metalclaw", + "1:mirrorshot", + "1:moonlight", + "1:morningsun", + "8:stealthrock", + "16:slash", + "24:nightslash", + "32:psychocut", + "40:storedpower", + "48:rockblast", + "56:irondefense", + "64:powergem", + "67:wringout", + "72:photongeyser", + "80:autotomize", + "88:prismaticlaser", + "tm:aerialace", + "tm:allyswitch", + "tm:breakingswipe", + "tm:brickbreak", + "tm:brutalswing", + "tm:bulldoze", + "tm:calmmind", + "tm:chargebeam", + "tm:confide", + "tm:cosmicpower", + "tm:darkpulse", + "tm:doubleteam", + "tm:dragondance", + "tm:dragonpulse", + "tm:earthpower", + "tm:earthquake", + "tm:embargo", + "tm:endure", + "tm:facade", + "tm:flashcannon", + "tm:fling", + "tm:frustration", + "tm:futuresight", + "tm:gigaimpact", + "tm:gyroball", + "tm:heatwave", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:hypervoice", + "tm:imprison", + "tm:irondefense", + "tm:ironhead", + "tm:lightscreen", + "tm:outrage", + "tm:powergem", + "tm:protect", + "tm:psychic", + "tm:psychicfangs", + "tm:psychocut", + "tm:psyshock", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:rockblast", + "tm:rockpolish", + "tm:rockslide", + "tm:rocktomb", + "tm:round", + "tm:scaryface", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:smartstrike", + "tm:snore", + "tm:solarbeam", + "tm:stealthrock", + "tm:stoneedge", + "tm:storedpower", + "tm:substitute", + "tm:swagger", + "tm:swordsdance", + "tm:thief", + "tm:thunderwave", + "tm:toxic", + "tm:trickroom", + "tm:xscissor", + "tutor:allyswitch", + "tutor:autotomize", + "tutor:chargebeam", + "tutor:dragonpulse", + "tutor:earthpower", + "tutor:expandingforce", + "tutor:gravity", + "tutor:heatwave", + "tutor:hypervoice", + "tutor:irondefense", + "tutor:ironhead", + "tutor:knockoff", + "tutor:lightscreen", + "tutor:magnetrise", + "tutor:meteorbeam", + "tutor:moonlight", + "tutor:nightslash", + "tutor:outrage", + "tutor:photongeyser", + "tutor:powergem", + "tutor:prismaticlaser", + "tutor:psychocut", + "tutor:recycle", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:snore", + "tutor:stealthrock", + "tutor:substitute", + "tutor:telekinesis", + "tutor:wringout" + ], + "labels": ["gen7", "legendary"], + "pokedex": ["cobblemon.species.necrozma.desc"], + "evolutions": [ + { + "id": "necrozma_ultranecrozma", + "variant": "level_up", + "result": "ultranecrozma", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 80 + } + ] + } + ], + "baseScale": 1.5, + "hitbox": { + "width": 1, + "height": 1.7, + "fixed": false + }, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 1, + "defence": 0, + "special_attack": 2, + "special_defence": 0, + "speed": 0 + }, + "height": 24, + "weight": 2300, + "aspects": [], + "cannotDynamax": false +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/nihilego.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/nihilego.json new file mode 100644 index 0000000..016995c --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/nihilego.json @@ -0,0 +1,166 @@ +{ + "implemented": true, + "name": "Nihilego", + "nationalPokedexNumber": 793, + "primaryType": "rock", + "secondaryType": "poison", + "abilities": ["beastboost"], + + "baseStats": { + "hp": 109, + "attack": 53, + "defence": 47, + "special_attack": 127, + "special_defence": 131, + "speed": 103 + }, + "catchRate": 45, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 285, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": ["undiscovered"], + "moves": [ + "1:constrict", + "1:pound", + "1:wrap", + "5:acid", + "10:tickle", + "13:psywave", + "15:acidspray", + "20:clearsmog", + "25:guardsplit", + "25:powersplit", + "30:venoshock", + "31:safeguard", + "35:headbutt", + "40:toxicspikes", + "45:venomdrench", + "50:powergem", + "55:stealthrock", + "60:mirrorcoat", + "65:wonderroom", + "70:headsmash", + "tm:allyswitch", + "tm:bodyslam", + "tm:brutalswing", + "tm:chargebeam", + "tm:confide", + "tm:crosspoison", + "tm:dazzlinggleam", + "tm:doubleteam", + "tm:echoedvoice", + "tm:endure", + "tm:facade", + "tm:foulplay", + "tm:frustration", + "tm:grassknot", + "tm:gunkshot", + "tm:hex", + "tm:hiddenpower", + "tm:ironhead", + "tm:lightscreen", + "tm:poisonjab", + "tm:powergem", + "tm:protect", + "tm:psychic", + "tm:psyshock", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:rockslide", + "tm:rocktomb", + "tm:round", + "tm:safeguard", + "tm:sandstorm", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:sludgewave", + "tm:snore", + "tm:stealthrock", + "tm:substitute", + "tm:swagger", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderwave", + "tm:toxic", + "tm:toxicspikes", + "tm:trickroom", + "tm:venomdrench", + "tm:venoshock", + "tm:wonderroom", + "tm:zenheadbutt", + "tutor:acidspray", + "tutor:allyswitch", + "tutor:bind", + "tutor:brutalswing", + "tutor:corrosivegas", + "tutor:foulplay", + "tutor:gunkshot", + "tutor:ironhead", + "tutor:knockoff", + "tutor:magiccoat", + "tutor:meteorbeam", + "tutor:mirrorcoat", + "tutor:painsplit", + "tutor:powergem", + "tutor:roleplay", + "tutor:sludgewave", + "tutor:snore", + "tutor:spite", + "tutor:stealthrock", + "tutor:telekinesis", + "tutor:venomdrench", + "tutor:wonderroom", + "tutor:worryseed", + "tutor:zenheadbutt" + ], + "labels": ["gen7", "ultra_beast"], + "pokedex": ["cobblemon.species.nihilego.desc"], + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 3, + "speed": 0 + }, + "height": 12, + "weight": 555, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 5, + "entries": [ + { + "item": "cobblemon:rare_candy", + "quantityRange": "5-10" + }, + { + "item": "minecraft:echo_shard", + "quantityRange": "2-11" + }, + { + "item": "cobblemon:poison_barb", + "percentage": 50.0 + }, + { + "item": "cobblemon:ability_capsule", + "percentage": 25.0 + }, + { + "item": "cobblemon:ability_patch", + "percentage": 5.0 + } + ] + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/palossand.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/palossand.json new file mode 100644 index 0000000..ae92a62 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/palossand.json @@ -0,0 +1,153 @@ +{ + "implemented": true, + "name": "Palossand", + "nationalPokedexNumber": 770, + "primaryType": "ghost", + "secondaryType": "ground", + "abilities": ["watercompaction", "h:sandveil"], + "baseStats": { + "hp": 85, + "attack": 75, + "defence": 110, + "special_attack": 100, + "special_defence": 75, + "speed": 35 + }, + "catchRate": 60, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 168, + "experienceGroup": "medium_fast", + "eggCycles": 15, + "eggGroups": ["amorphous"], + "moves": [ + "1:absorb", + "1:astonish", + "1:harden", + "1:sandtomb", + "15:megadrain", + "20:sandattack", + "25:bulldoze", + "30:hypnosis", + "35:gigadrain", + "40:irondefense", + "47:shadowball", + "54:earthpower", + "61:shoreup", + "68:sandstorm", + "tm:amnesia", + "tm:attract", + "tm:bodyslam", + "tm:brine", + "tm:bulldoze", + "tm:chillingwater", + "tm:confide", + "tm:confuseray", + "tm:curse", + "tm:doubleteam", + "tm:earthpower", + "tm:earthquake", + "tm:embargo", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:flashcannon", + "tm:fling", + "tm:frustration", + "tm:gigadrain", + "tm:gigaimpact", + "tm:gravity", + "tm:hex", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:imprison", + "tm:infestation", + "tm:irondefense", + "tm:mudshot", + "tm:mudslap", + "tm:nightshade", + "tm:painsplit", + "tm:poltergeist", + "tm:protect", + "tm:psychic", + "tm:quash", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:rockpolish", + "tm:rockslide", + "tm:rocktomb", + "tm:round", + "tm:sandstorm", + "tm:sandtomb", + "tm:scaryface", + "tm:scorchingsands", + "tm:shadowball", + "tm:skillswap", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:snore", + "tm:spite", + "tm:stealthrock", + "tm:stoneedge", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:terablast", + "tm:toxic", + "tm:trick", + "tutor:afteryou", + "tutor:block", + "tutor:earthpower", + "tutor:gigadrain", + "tutor:gravity", + "tutor:irondefense", + "tutor:painsplit", + "tutor:poltergeist", + "tutor:recycle", + "tutor:roleplay", + "tutor:scorchingsands", + "tutor:skillswap", + "tutor:snore", + "tutor:spite", + "tutor:stealthrock", + "tutor:terrainpulse", + "tutor:trick" + ], + "labels": ["gen7"], + "pokedex": ["cobblemon.species.palossand.desc"], + "preEvolution": "sandygast", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 2, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 13, + "weight": 2500, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 2, + "entries": [ + { + "item": "cobblemon:soft_sand", + "percentage": 5 + }, + { + "item": "cobblemon:passho_berry", + "percentage": 5 + } + ] + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/poipole.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/poipole.json new file mode 100644 index 0000000..74e3b2c --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/poipole.json @@ -0,0 +1,156 @@ +{ + "implemented": true, + "name": "Poipole", + "nationalPokedexNumber": 803, + "primaryType": "poison", + "abilities": [ + "beastboost" + ], + "drops": { + "amount": 5, + "entries": [ + { + "item": "cobblemon:rare_candy", + "quantityRange": "5-10" + }, + { + "item": "minecraft:echo_shard", + "quantityRange": "2-11" + }, + { + "item": "cobblemon:poison_barb", + "percentage": 50.0 + }, + { + "item": "cobblemon:ability_capsule", + "percentage": 25.0 + }, + { + "item": "cobblemon:ability_patch", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 67, + "attack": 73, + "defence": 67, + "special_attack": 73, + "special_defence": 67, + "speed": 73 + }, + "catchRate": 45, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 210, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:acid", + "1:dragonpulse", + "1:growl", + "1:helpinghand", + "1:peck", + "7:furyattack", + "14:fellstinger", + "21:charm", + "28:venoshock", + "35:venomdrench", + "42:nastyplot", + "49:poisonjab", + "56:gastroacid", + "63:toxic", + "tm:charm", + "tm:confide", + "tm:dragonpulse", + "tm:echoedvoice", + "tm:endure", + "tm:facade", + "tm:frustration", + "tm:gunkshot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:irontail", + "tm:nastyplot", + "tm:pinmissile", + "tm:poisonjab", + "tm:protect", + "tm:rest", + "tm:return", + "tm:round", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:sludgewave", + "tm:snore", + "tm:substitute", + "tm:toxic", + "tm:toxicspikes", + "tm:uproar", + "tm:venomdrench", + "tm:venoshock", + "tutor:acid", + "tutor:charm", + "tutor:covet", + "tutor:dragonpulse", + "tutor:fellstinger", + "tutor:furyattack", + "tutor:gastroacid", + "tutor:gunkshot", + "tutor:helpinghand", + "tutor:irontail", + "tutor:nastyplot", + "tutor:poisonjab", + "tutor:signalbeam", + "tutor:snatch", + "tutor:snore", + "tutor:uproar", + "tutor:venomdrench" + ], + "labels": [ + "gen7", + "ultra_beast" + ], + "pokedex": [ + "cobblemon.species.poipole.desc" + ], + "evolutions": [ + { + "id": "poipole_naganadel", + "variant": "level_up", + "result": "naganadel", + "consumeHeldItem": false, + "learnableMoves": [ + "aircutter" + ], + "requirements": [ + { + "variant": "has_move", + "move": "dragonpulse" + } + ] + } + ], + "baseScale": 0.6, + "hitbox": { + "width": 0.7, + "height": 1.4, + "fixed": false + }, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 1 + }, + "height": 6, + "weight": 18, + "aspects": [], + "cannotDynamax": false + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/rockruff.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/rockruff.json new file mode 100644 index 0000000..11325e2 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/rockruff.json @@ -0,0 +1,222 @@ +{ + "implemented": true, + "name": "Rockruff", + "nationalPokedexNumber": 744, + "primaryType": "rock", + "abilities": [ + "keeneye", + "vitalspirit", + "h:steadfast" + ], + "baseStats": { + "hp": 45, + "attack": 65, + "defence": 40, + "special_attack": 30, + "special_defence": 40, + "speed": 60 + }, + "catchRate": 190, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 56, + "experienceGroup": "medium_fast", + "eggCycles": 15, + "eggGroups": [ + "field" + ], + "moves": [ + "1:leer", + "1:tackle", + "4:sandattack", + "8:doubleteam", + "12:rockthrow", + "16:howl", + "18:odorsleuth", + "20:bite", + "24:rocktomb", + "28:roar", + "32:rockslide", + "36:crunch", + "40:scaryface", + "44:stealthrock", + "45:rockclimb", + "48:stoneedge", + "egg:crushclaw", + "egg:endeavor", + "egg:firefang", + "egg:lastresort", + "egg:suckerpunch", + "egg:thrash", + "egg:thunderfang", + "tm:attract", + "tm:bodyslam", + "tm:bulldoze", + "tm:charm", + "tm:confide", + "tm:crunch", + "tm:dig", + "tm:doubleedge", + "tm:doubleteam", + "tm:earthpower", + "tm:echoedvoice", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:firefang", + "tm:frustration", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hypervoice", + "tm:irondefense", + "tm:ironhead", + "tm:irontail", + "tm:mudslap", + "tm:playrough", + "tm:protect", + "tm:psychicfangs", + "tm:rest", + "tm:return", + "tm:roar", + "tm:rockpolish", + "tm:rockslide", + "tm:rocktomb", + "tm:round", + "tm:sandstorm", + "tm:scaryface", + "tm:sleeptalk", + "tm:snarl", + "tm:snore", + "tm:stealthrock", + "tm:stompingtantrum", + "tm:stoneedge", + "tm:substitute", + "tm:swagger", + "tm:swordsdance", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thunderfang", + "tm:toxic", + "tm:trailblaze", + "tm:zenheadbutt", + "tutor:covet", + "tutor:earthpower", + "tutor:endeavor", + "tutor:hypervoice", + "tutor:irondefense", + "tutor:ironhead", + "tutor:irontail", + "tutor:lastresort", + "tutor:snore", + "tutor:stealthrock", + "tutor:stompingtantrum", + "tutor:zenheadbutt" + ], + "labels": [ + "gen7" + ], + "pokedex": [ + "cobblemon.species.rockruff.desc" + ], + "evolutions": [ + { + "id": "rockruff_lycanroc", + "variant": "level_up", + "result": "lycanroc", + "consumeHeldItem": false, + "learnableMoves": [ + "suckerpunch" + ], + "requirements": [ + { + "variant": "level", + "minLevel": 25 + }, + { + "variant": "time_range", + "range": "day" + } + ] + }, + { + "id": "rockruff_lycanroc", + "variant": "level_up", + "result": "lycanroc midnight", + "consumeHeldItem": false, + "learnableMoves": [ + "counter" + ], + "requirements": [ + { + "variant": "level", + "minLevel": 25 + }, + { + "variant": "time_range", + "range": "night" + } + ] + }, + { + "id": "rockruff_lycanroc", + "variant": "level_up", + "result": "lycanroc dusk", + "consumeHeldItem": false, + "learnableMoves": [ + "crushclaw" + ], + "requirements": [ + { + "variant": "level", + "minLevel": 25 + }, + { + "variant": "time_range", + "range": "dusk" + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 1, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 5, + "weight": 92, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 4, + "entries": [ + { + "item": "minecraft:bone", + "quantityRange": "0-1" + }, + { + "item": "minecraft:rotten_flesh", + "quantityRange": "0-1" + }, + { + "item": "cobblemon:hard_stone", + "percentage": 2.5 + }, + { + "item": "cobblemon:babiri_berry", + "percentage": 2.5 + } + ] + } + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/sandygast.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/sandygast.json new file mode 100644 index 0000000..d7fe33f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/sandygast.json @@ -0,0 +1,167 @@ +{ + "implemented": true, + "name": "Sandygast", + "nationalPokedexNumber": 769, + "primaryType": "ghost", + "secondaryType": "ground", + "abilities": ["watercompaction", "h:sandveil"], + "baseStats": { + "hp": 55, + "attack": 55, + "defence": 80, + "special_attack": 70, + "special_defence": 45, + "speed": 15 + }, + "catchRate": 140, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 64, + "experienceGroup": "medium_fast", + "eggCycles": 15, + "eggGroups": ["amorphous"], + "moves": [ + "1:absorb", + "1:harden", + "5:astonish", + "10:sandtomb", + "15:megadrain", + "20:sandattack", + "25:bulldoze", + "30:hypnosis", + "35:gigadrain", + "40:irondefense", + "45:shadowball", + "50:earthpower", + "55:shoreup", + "60:sandstorm", + "egg:amnesia", + "egg:ancientpower", + "egg:curse", + "egg:destinybond", + "egg:spitup", + "egg:stockpile", + "egg:swallow", + "tm:amnesia", + "tm:attract", + "tm:brine", + "tm:bulldoze", + "tm:chillingwater", + "tm:confide", + "tm:confuseray", + "tm:curse", + "tm:doubleteam", + "tm:earthpower", + "tm:earthquake", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:flashcannon", + "tm:fling", + "tm:frustration", + "tm:gigadrain", + "tm:gravity", + "tm:hex", + "tm:hiddenpower", + "tm:imprison", + "tm:infestation", + "tm:irondefense", + "tm:mudshot", + "tm:mudslap", + "tm:nightshade", + "tm:painsplit", + "tm:poltergeist", + "tm:protect", + "tm:psychic", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:rockpolish", + "tm:rockslide", + "tm:rocktomb", + "tm:round", + "tm:sandstorm", + "tm:sandtomb", + "tm:scaryface", + "tm:scorchingsands", + "tm:shadowball", + "tm:skillswap", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:snore", + "tm:spite", + "tm:stealthrock", + "tm:stoneedge", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:terablast", + "tm:toxic", + "tm:trick", + "tutor:afteryou", + "tutor:block", + "tutor:earthpower", + "tutor:gigadrain", + "tutor:gravity", + "tutor:irondefense", + "tutor:painsplit", + "tutor:poltergeist", + "tutor:recycle", + "tutor:roleplay", + "tutor:scorchingsands", + "tutor:skillswap", + "tutor:snore", + "tutor:spite", + "tutor:stealthrock", + "tutor:trick" + ], + "labels": ["gen7"], + "pokedex": ["cobblemon.species.sandygast.desc"], + "evolutions": [ + { + "id": "sandygast_palossand", + "variant": "level_up", + "result": "palossand", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 42 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 1, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 5, + "weight": 700, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 2, + "entries": [ + { + "item": "cobblemon:soft_sand", + "percentage": 2.5 + }, + { + "item": "cobblemon:passho_berry", + "percentage": 2.5 + } + ] + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/togedemaru.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/togedemaru.json new file mode 100644 index 0000000..94b61ca --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/togedemaru.json @@ -0,0 +1,250 @@ +{ + "implemented": true, + "name": "Togedemaru", + "nationalPokedexNumber": 777, + "primaryType": "electric", + "secondaryType": "steel", + "abilities": ["ironbarbs", "lightningrod", "h:sturdy"], + "baseStats": { + "hp": 65, + "attack": 98, + "defence": 63, + "special_attack": 40, + "special_defence": 73, + "speed": 96 + }, + "catchRate": 180, + "maleRatio": 0.5, + "shoulderMountable": false, + "forms": [ + { + "name": "Totem", + "primaryType": "electric", + "secondaryType": "steel", + "abilities": ["sturdy"], + "baseStats": { + "hp": 65, + "attack": 98, + "defence": 63, + "special_attack": 40, + "special_defence": 73, + "speed": 96 + }, + "catchRate": 180, + "maleRatio": 0.5, + "baseExperienceYield": 152, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 2, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": ["field", "fairy"], + "moves": [ + "1:tackle", + "1:thundershock", + "5:defensecurl", + "9:rollout", + "13:charge", + "17:spark", + "21:nuzzle", + "25:magnetrise", + "29:discharge", + "33:zingzap", + "37:electricterrain", + "41:wildcharge", + "45:pinmissile", + "49:spikyshield", + "53:fellstinger", + "tm:attract", + "tm:chargebeam", + "tm:confide", + "tm:doubleteam", + "tm:facade", + "tm:fling", + "tm:frustration", + "tm:gigaimpact", + "tm:grassknot", + "tm:gyroball", + "tm:hiddenpower", + "tm:payback", + "tm:poisonjab", + "tm:protect", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:round", + "tm:sleeptalk", + "tm:substitute", + "tm:swagger", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderwave", + "tm:toxic", + "tm:uturn", + "tm:voltswitch", + "tm:wildcharge", + "tm:workup", + "tutor:afteryou", + "tutor:bounce", + "tutor:covet", + "tutor:discharge", + "tutor:electroweb", + "tutor:endeavor", + "tutor:gravity", + "tutor:helpinghand", + "tutor:ironhead", + "tutor:irontail", + "tutor:lastresort", + "tutor:magnetrise", + "tutor:nuzzle", + "tutor:roleplay", + "tutor:shockwave", + "tutor:snore", + "tutor:superfang", + "tutor:zenheadbutt", + "tutor:zingzap" + ], + "labels": ["gen7", "totem"], + "aspects": ["totem"], + "height": 6, + "weight": 130, + "cannotDynamax": false, + "battleOnly": false + } + ], + "baseExperienceYield": 152, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": ["field", "fairy"], + "moves": [ + "1:nuzzle", + "1:tackle", + "5:defensecurl", + "9:rollout", + "10:charge", + "15:thundershock", + "20:fellstinger", + "25:spark", + "30:pinmissile", + "35:magnetrise", + "40:zingzap", + "45:discharge", + "50:electricterrain", + "55:wildcharge", + "60:spikyshield", + "egg:disarmingvoice", + "egg:encore", + "egg:fakeout", + "egg:flail", + "egg:present", + "egg:reversal", + "egg:tickle", + "egg:twineedle", + "egg:wish", + "tm:agility", + "tm:assurance", + "tm:attract", + "tm:bounce", + "tm:chargebeam", + "tm:confide", + "tm:doubleteam", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:fling", + "tm:frustration", + "tm:gigaimpact", + "tm:grassknot", + "tm:gyroball", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:ironhead", + "tm:irontail", + "tm:payback", + "tm:pinmissile", + "tm:poisonjab", + "tm:protect", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:reversal", + "tm:round", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:swagger", + "tm:swift", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderwave", + "tm:toxic", + "tm:uturn", + "tm:voltswitch", + "tm:wildcharge", + "tm:workup", + "tm:zenheadbutt", + "tutor:afteryou", + "tutor:bounce", + "tutor:covet", + "tutor:electroweb", + "tutor:endeavor", + "tutor:gravity", + "tutor:helpinghand", + "tutor:ironhead", + "tutor:irontail", + "tutor:lastresort", + "tutor:magnetrise", + "tutor:risingvoltage", + "tutor:roleplay", + "tutor:shockwave", + "tutor:snore", + "tutor:steelbeam", + "tutor:steelroller", + "tutor:superfang", + "tutor:zenheadbutt" + ], + "labels": ["gen7"], + "pokedex": ["cobblemon.species.togedemaru.desc"], + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 2, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 3, + "weight": 33, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:shuca_berry", + "percentage": 5 + } + ] + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/toxapex.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/toxapex.json new file mode 100644 index 0000000..97e471f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/toxapex.json @@ -0,0 +1,153 @@ +{ + "implemented": true, + "name": "Toxapex", + "nationalPokedexNumber": 748, + "primaryType": "poison", + "secondaryType": "water", + "abilities": ["merciless", "limber", "h:regenerator"], + "baseStats": { + "hp": 50, + "attack": 63, + "defence": 152, + "special_attack": 53, + "special_defence": 142, + "speed": 35 + }, + "catchRate": 75, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 173, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": ["water_1"], + "moves": [ + "1:banefulbunker", + "1:bite", + "1:peck", + "1:poisonsting", + "1:wideguard", + "15:venoshock", + "20:recover", + "25:pinmissile", + "29:spikecannon", + "30:toxicspikes", + "35:liquidation", + "42:acidspray", + "42:venomdrench", + "49:poisonjab", + "56:toxic", + "tm:acidspray", + "tm:attract", + "tm:blizzard", + "tm:bodyslam", + "tm:brine", + "tm:chillingwater", + "tm:confide", + "tm:crosspoison", + "tm:doubleteam", + "tm:endure", + "tm:facade", + "tm:frostbreath", + "tm:frustration", + "tm:gigaimpact", + "tm:gunkshot", + "tm:hail", + "tm:haze", + "tm:hex", + "tm:hiddenpower", + "tm:hydropump", + "tm:hyperbeam", + "tm:icebeam", + "tm:icespinner", + "tm:icywind", + "tm:infestation", + "tm:irondefense", + "tm:lightscreen", + "tm:liquidation", + "tm:lunge", + "tm:muddywater", + "tm:mudshot", + "tm:painsplit", + "tm:payback", + "tm:pinmissile", + "tm:poisonjab", + "tm:pounce", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:round", + "tm:safeguard", + "tm:scald", + "tm:scaryface", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:sludgewave", + "tm:smackdown", + "tm:snore", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:terablast", + "tm:toxic", + "tm:toxicspikes", + "tm:venomdrench", + "tm:venoshock", + "tm:waterpulse", + "tutor:afteryou", + "tutor:block", + "tutor:covet", + "tutor:gastroacid", + "tutor:gunkshot", + "tutor:icywind", + "tutor:irondefense", + "tutor:knockoff", + "tutor:liquidation", + "tutor:magiccoat", + "tutor:painsplit", + "tutor:snatch", + "tutor:snore", + "tutor:spite", + "tutor:waterpulse" + ], + "labels": ["gen7"], + "pokedex": ["cobblemon.species.toxapex.desc"], + "preEvolution": "mareanie", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 2, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 7, + "weight": 145, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 4, + "entries": [ + { + "item": "minecraft:slime_ball", + "quantityRange": "0-2" + }, + { + "item": "cobblemon:poison_barb", + "percentage": 5 + }, + { + "item": "cobblemon:pecha_berry", + "percentage": 5 + } + ] + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/xurkitree.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/xurkitree.json new file mode 100644 index 0000000..45281b9 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/xurkitree.json @@ -0,0 +1,157 @@ +{ + "implemented": true, + "name": "Xurkitree", + "nationalPokedexNumber": 796, + "primaryType": "electric", + "abilities": [ + "beastboost" + ], + "baseStats": { + "hp": 83, + "attack": 89, + "defence": 71, + "special_attack": 173, + "special_defence": 71, + "speed": 83 + }, + "catchRate": 45, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 285, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:tailglow", + "1:thundershock", + "1:wrap", + "5:charge", + "10:thunderwave", + "15:ingrain", + "20:spark", + "25:shockwave", + "30:hypnosis", + "31:signalbeam", + "35:eerieimpulse", + "40:thunderpunch", + "45:discharge", + "50:magnetrise", + "55:thunderbolt", + "60:electricterrain", + "65:powerwhip", + "67:iondeluge", + "70:zapcannon", + "tm:brutalswing", + "tm:calmmind", + "tm:chargebeam", + "tm:confide", + "tm:dazzlinggleam", + "tm:doubleteam", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:fling", + "tm:frustration", + "tm:gigaimpact", + "tm:grassknot", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:lightscreen", + "tm:naturepower", + "tm:powerwhip", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:round", + "tm:sleeptalk", + "tm:snore", + "tm:solarbeam", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:voltswitch", + "tm:wildcharge", + "tutor:bind", + "tutor:brutalswing", + "tutor:discharge", + "tutor:eerieimpulse", + "tutor:electricterrain", + "tutor:electroweb", + "tutor:gravity", + "tutor:hypnosis", + "tutor:magiccoat", + "tutor:magnetrise", + "tutor:powerwhip", + "tutor:risingvoltage", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:snore", + "tutor:thunderpunch" + ], + "labels": [ + "gen7", + "ultra_beast" + ], + "pokedex": [ + "cobblemon.species.xurkitree.desc" + ], + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 3, + "special_defence": 0, + "speed": 0 + }, + "height": 38, + "weight": 1000, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 5, + "entries": [ + { + "item": "cobblemon:rare_candy", + "quantityRange": "5-10" + }, + { + "item": "minecraft:echo_shard", + "quantityRange": "2-11" + }, + { + "item": "cobblemon:cell_battery", + "percentage": 50.0 + }, + { + "item": "cobblemon:ability_capsule", + "percentage": 25.0 + }, + { + "item": "cobblemon:ability_patch", + "percentage": 5.0 + } + ] + } + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/zeraora.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/zeraora.json new file mode 100644 index 0000000..4fb200e --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/zeraora.json @@ -0,0 +1,171 @@ +{ + "implemented": true, + "name": "Zeraora", + "nationalPokedexNumber": 807, + "primaryType": "electric", + "abilities": ["voltabsorb"], + "drops": { + "amount": 4, + "entries": [ + { + "item": "cobblemon:rare_candy", + "quantityRange": "5-10" + }, + { + "item": "cobblemon:magnet", + "percentage": 50.0 + }, + { + "item": "cobblemon:ability_capsule", + "percentage": 25.0 + }, + { + "item": "cobblemon:ability_patch", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 88, + "attack": 112, + "defence": 75, + "special_attack": 102, + "special_defence": 80, + "speed": 143 + }, + "catchRate": 3, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 300, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": ["undiscovered"], + "moves": [ + "1:fakeout", + "1:poweruppunch", + "1:quickattack", + "1:scratch", + "1:snarl", + "1:spark", + "8:furyswipes", + "16:quickguard", + "24:slash", + "32:voltswitch", + "40:charge", + "48:thunderpunch", + "56:honeclaws", + "64:discharge", + "72:wildcharge", + "80:agility", + "88:plasmafists", + "96:closecombat", + "tm:acrobatics", + "tm:aerialace", + "tm:agility", + "tm:assurance", + "tm:aurasphere", + "tm:blazekick", + "tm:bounce", + "tm:brickbreak", + "tm:brutalswing", + "tm:bulkup", + "tm:calmmind", + "tm:closecombat", + "tm:confide", + "tm:doubleteam", + "tm:drainpunch", + "tm:echoedvoice", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:endure", + "tm:facade", + "tm:falseswipe", + "tm:firepunch", + "tm:fling", + "tm:focusblast", + "tm:frustration", + "tm:gigaimpact", + "tm:grassknot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:irontail", + "tm:lowkick", + "tm:lowsweep", + "tm:megakick", + "tm:megapunch", + "tm:outrage", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:rest", + "tm:return", + "tm:revenge", + "tm:reversal", + "tm:round", + "tm:scaryface", + "tm:sleeptalk", + "tm:snarl", + "tm:snore", + "tm:substitute", + "tm:superpower", + "tm:swift", + "tm:taunt", + "tm:throatchop", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:voltswitch", + "tm:wildcharge", + "tm:workup", + "tutor:blazekick", + "tutor:bounce", + "tutor:closecombat", + "tutor:coaching", + "tutor:drainpunch", + "tutor:dualchop", + "tutor:electroweb", + "tutor:endeavor", + "tutor:firepunch", + "tutor:focuspunch", + "tutor:irontail", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:lowkick", + "tutor:outrage", + "tutor:plasmafists", + "tutor:risingvoltage", + "tutor:shockwave", + "tutor:snatch", + "tutor:snore", + "tutor:superpower", + "tutor:throatchop", + "tutor:thunder", + "tutor:thunderpunch" + ], + "labels": ["gen7", "mythical", "legendary"], + "pokedex": ["cobblemon.species.zeraora.desc"], + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 3 + }, + "height": 15, + "weight": 445, + "aspects": [], + "cannotDynamax": false +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/applin.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/applin.json new file mode 100644 index 0000000..afa8479 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/applin.json @@ -0,0 +1,98 @@ +{ + "implemented": true, + "name": "Applin", + "nationalPokedexNumber": 840, + "primaryType": "grass", + "secondaryType": "dragon", + "abilities": ["ripen", "gluttony", "h:bulletproof"], + "baseStats": { + "hp": 40, + "attack": 40, + "defence": 80, + "special_attack": 40, + "special_defence": 40, + "speed": 20 + }, + "catchRate": 255, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 52, + "experienceGroup": "erratic", + "eggCycles": 20, + "eggGroups": ["grass", "dragon"], + "moves": [ + "1:astonish", + "1:withdraw", + "egg:defensecurl", + "egg:recycle", + "egg:rollout", + "egg:suckerpunch", + "tm:attract", + "tm:pounce", + "tm:terablast", + "tutor:dracometeor", + "tutor:grassyglide" + ], + "labels": ["gen8"], + "pokedex": ["cobblemon.species.applin.desc"], + "evolutions": [ + { + "id": "applin_flapple", + "variant": "item_interact", + "result": "flapple", + "consumeHeldItem": false, + "learnableMoves": ["wingattack"], + "requirements": [], + "requiredContext": "cobblemon:tart_apple" + }, + { + "id": "applin_appletun", + "variant": "item_interact", + "result": "appletun", + "consumeHeldItem": false, + "learnableMoves": ["headbutt"], + "requirements": [], + "requiredContext": "cobblemon:sweet_apple" + }, + { + "id": "applin_dipplin", + "variant": "item_interact", + "result": "dipplin", + "consumeHeldItem": false, + "learnableMoves": ["doublehit"], + "requirements": [], + "requiredContext": "cobblemon:syrupy_apple" + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 1, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 2, + "weight": 5, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 2, + "entries": [ + { + "item": "minecraft:apple" + }, + { + "item": "cobblemon:yache_berry", + "percentage": 2.5 + } + ] + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/blipbug.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/blipbug.json new file mode 100644 index 0000000..e8677eb --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/blipbug.json @@ -0,0 +1,74 @@ +{ + "implemented": true, + "name": "Blipbug", + "nationalPokedexNumber": 824, + "primaryType": "bug", + "abilities": ["swarm", "compoundeyes", "h:telepathy"], + "baseStats": { + "hp": 25, + "attack": 20, + "defence": 20, + "special_attack": 25, + "special_defence": 45, + "speed": 45 + }, + "catchRate": 255, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 36, + "experienceGroup": "medium_fast", + "eggCycles": 15, + "eggGroups": ["bug"], + "moves": [ + "1:strugglebug", + "egg:infestation", + "egg:recover", + "egg:stickyweb", + "egg:supersonic" + ], + "labels": ["gen8"], + "pokedex": ["cobblemon.species.blipbug.desc"], + "evolutions": [ + { + "id": "blipbug_dottler", + "variant": "level_up", + "result": "dottler", + "consumeHeldItem": false, + "learnableMoves": ["confusion", "lightscreen", "reflect"], + "requirements": [ + { + "variant": "level", + "minLevel": 10 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 1, + "speed": 0 + }, + "height": 4, + "weight": 80, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:razz_berry", + "percentage": 2.5 + } + ] + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/calyrex.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/calyrex.json new file mode 100644 index 0000000..da73a57 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/calyrex.json @@ -0,0 +1,153 @@ +{ + "implemented": true, + "name": "Calyrex", + "nationalPokedexNumber": 898, + "primaryType": "psychic", + "secondaryType": "grass", + "abilities": ["unnerve"], + "drops": { + "amount": 5, + "entries": [ + { + "item": "cobblemon:rare_candy", + "quantityRange": "5-10" + }, + { + "item": "minecraft:apple", + "quantityRange": "2-11" + }, + { + "item": "cobblemon:miracle_seed", + "percentage": 50.0 + }, + { + "item": "cobblemon:ability_capsule", + "percentage": 25.0 + }, + { + "item": "cobblemon:ability_patch", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 100, + "attack": 80, + "defence": 80, + "special_attack": 80, + "special_defence": 80, + "speed": 80 + }, + "catchRate": 3, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 250, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": ["undiscovered"], + "moves": [ + "1:confusion", + "1:growth", + "1:megadrain", + "1:pound", + "8:lifedew", + "16:gigadrain", + "24:psyshock", + "32:helpinghand", + "40:aromatherapy", + "40:grassyterrain", + "40:psychicterrain", + "48:energyball", + "56:psychic", + "64:leechseed", + "72:healpulse", + "80:solarbeam", + "88:futuresight", + "tm:agility", + "tm:allyswitch", + "tm:batonpass", + "tm:bodypress", + "tm:bulletseed", + "tm:calmmind", + "tm:drainingkiss", + "tm:encore", + "tm:endure", + "tm:energyball", + "tm:expandingforce", + "tm:facade", + "tm:futuresight", + "tm:gigadrain", + "tm:gigaimpact", + "tm:grassknot", + "tm:grassyterrain", + "tm:gravity", + "tm:guardswap", + "tm:helpinghand", + "tm:hyperbeam", + "tm:imprison", + "tm:leafstorm", + "tm:lightscreen", + "tm:magicalleaf", + "tm:magicroom", + "tm:metronome", + "tm:mudshot", + "tm:payday", + "tm:pollenpuff", + "tm:powerswap", + "tm:protect", + "tm:psybeam", + "tm:psychic", + "tm:psychicterrain", + "tm:psychup", + "tm:psyshock", + "tm:reflect", + "tm:rest", + "tm:round", + "tm:safeguard", + "tm:scaryface", + "tm:seedbomb", + "tm:skillswap", + "tm:sleeptalk", + "tm:snarl", + "tm:snore", + "tm:solarbeam", + "tm:solarblade", + "tm:speedswap", + "tm:storedpower", + "tm:substitute", + "tm:sunnyday", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:triattack", + "tm:trick", + "tm:trickroom", + "tm:wonderroom", + "tm:zenheadbutt", + "tutor:expandingforce", + "tutor:gigadrain", + "tutor:psychic" + ], + "labels": ["gen8", "legendary"], + "pokedex": ["cobblemon.species.calyrex.desc"], + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 100, + "evYield": { + "hp": 3, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 11, + "weight": 77, + "aspects": [], + "cannotDynamax": false +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/cramorant.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/cramorant.json new file mode 100644 index 0000000..0a488ea --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/cramorant.json @@ -0,0 +1,206 @@ +{ + "implemented": true, + "name": "Cramorant", + "nationalPokedexNumber": 845, + "primaryType": "flying", + "secondaryType": "water", + "abilities": ["gulpmissile"], + "baseStats": { + "hp": 70, + "attack": 85, + "defence": 55, + "special_attack": 85, + "special_defence": 95, + "speed": 85 + }, + "catchRate": 45, + "maleRatio": 0.5, + "shoulderMountable": false, + "forms": [ + { + "name": "Gulping", + "primaryType": "flying", + "secondaryType": "water", + "abilities": ["gulpmissile"], + "baseStats": { + "hp": 70, + "attack": 85, + "defence": 55, + "special_attack": 85, + "special_defence": 95, + "speed": 85 + }, + "catchRate": 45, + "maleRatio": 0.5, + "baseExperienceYield": 166, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 2, + "speed": 0 + }, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": ["water_1", "flying"], + "labels": ["gen8"], + "aspects": ["gulping"], + "height": 8, + "weight": 180, + "cannotDynamax": false, + "battleOnly": true + }, + { + "name": "Gorging", + "primaryType": "flying", + "secondaryType": "water", + "abilities": ["gulpmissile"], + "baseStats": { + "hp": 70, + "attack": 85, + "defence": 55, + "special_attack": 85, + "special_defence": 95, + "speed": 85 + }, + "catchRate": 45, + "maleRatio": 0.5, + "baseExperienceYield": 166, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 2, + "speed": 0 + }, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": ["water_1", "flying"], + "labels": ["gen8"], + "aspects": ["gorging"], + "height": 8, + "weight": 180, + "cannotDynamax": false, + "battleOnly": true + } + ], + "baseExperienceYield": 166, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": ["water_1", "flying"], + "moves": [ + "1:belch", + "1:peck", + "1:spitup", + "1:stockpile", + "1:swallow", + "7:watergun", + "14:furyattack", + "21:pluck", + "28:dive", + "35:drillpeck", + "42:amnesia", + "49:thrash", + "56:hydropump", + "egg:aerialace", + "egg:aquacutter", + "egg:aquaring", + "egg:defog", + "egg:featherdance", + "egg:roost", + "tm:acrobatics", + "tm:aerialace", + "tm:agility", + "tm:aircutter", + "tm:airslash", + "tm:amnesia", + "tm:assurance", + "tm:attract", + "tm:blizzard", + "tm:bravebird", + "tm:chillingwater", + "tm:dive", + "tm:dualwingbeat", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:featherdance", + "tm:fly", + "tm:gigaimpact", + "tm:hurricane", + "tm:hydropump", + "tm:hyperbeam", + "tm:icebeam", + "tm:icywind", + "tm:liquidation", + "tm:pounce", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:reversal", + "tm:round", + "tm:scald", + "tm:sleeptalk", + "tm:snore", + "tm:steelwing", + "tm:substitute", + "tm:superpower", + "tm:surf", + "tm:tailwind", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:throatchop", + "tm:uproar", + "tm:waterpulse", + "tm:weatherball", + "tm:whirlpool", + "tutor:dualwingbeat" + ], + "labels": ["gen8"], + "pokedex": ["cobblemon.species.cramorant.desc"], + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 2, + "speed": 0 + }, + "height": 8, + "weight": 180, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 6, + "entries": [ + { + "item": "minecraft:feather", + "quantityRange": "0-2" + }, + { + "item": "minecraft:chicken" + }, + { + "item": "minecraft:cod", + "quantityRange": "0-2" + }, + { + "item": "cobblemon:wacan_berry", + "percentage": 5 + } + ] + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/cursola.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/cursola.json new file mode 100644 index 0000000..1bed374 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/cursola.json @@ -0,0 +1,127 @@ +{ + "name": "Cursola", + "nationalPokedexNumber": 864, + "primaryType": "ghost", + "abilities": ["weakarmor", "h:perishbody"], + "baseStats": { + "hp": 60, + "attack": 95, + "defence": 50, + "special_attack": 145, + "special_defence": 130, + "speed": 30 + }, + "catchRate": 30, + "maleRatio": 0.25, + "shoulderMountable": false, + "baseExperienceYield": 179, + "experienceGroup": "fast", + "eggCycles": 20, + "eggGroups": ["water_1", "water_3"], + "moves": [ + "1:astonish", + "1:disable", + "1:harden", + "1:perishsong", + "1:tackle", + "15:spite", + "20:ancientpower", + "25:hex", + "30:curse", + "35:strengthsap", + "40:powergem", + "45:nightshade", + "50:grudge", + "55:mirrorcoat", + "tm:amnesia", + "tm:attract", + "tm:blizzard", + "tm:bodyslam", + "tm:brine", + "tm:bulldoze", + "tm:calmmind", + "tm:dig", + "tm:earthpower", + "tm:earthquake", + "tm:endure", + "tm:facade", + "tm:gigadrain", + "tm:gigaimpact", + "tm:hail", + "tm:hex", + "tm:hydropump", + "tm:hyperbeam", + "tm:icebeam", + "tm:iciclespear", + "tm:icywind", + "tm:irondefense", + "tm:leechlife", + "tm:lightscreen", + "tm:liquidation", + "tm:pinmissile", + "tm:powergem", + "tm:protect", + "tm:psychic", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:revenge", + "tm:rockblast", + "tm:rockslide", + "tm:rocktomb", + "tm:round", + "tm:safeguard", + "tm:sandstorm", + "tm:scald", + "tm:screech", + "tm:selfdestruct", + "tm:shadowball", + "tm:sleeptalk", + "tm:snore", + "tm:stealthrock", + "tm:stompingtantrum", + "tm:stoneedge", + "tm:substitute", + "tm:sunnyday", + "tm:surf", + "tm:throatchop", + "tm:whirlpool", + "tm:willowisp", + "tutor:burningjealousy", + "tutor:meteorbeam", + "tutor:poltergeist" + ], + "labels": ["gen8"], + "pokedex": ["cobblemon.species.cursola.desc"], + "preEvolution": "corsola galarian", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 2, + "special_defence": 0, + "speed": 0 + }, + "height": 10, + "weight": 4, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:kasib_berry", + "percentage": 5 + } + ] + }, + "implemented": true +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/dottler.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/dottler.json new file mode 100644 index 0000000..ab90142 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/dottler.json @@ -0,0 +1,110 @@ +{ + "implemented": true, + "name": "Dottler", + "nationalPokedexNumber": 825, + "primaryType": "bug", + "secondaryType": "psychic", + "abilities": ["swarm", "compoundeyes", "h:telepathy"], + "baseStats": { + "hp": 50, + "attack": 35, + "defence": 80, + "special_attack": 50, + "special_defence": 90, + "speed": 30 + }, + "catchRate": 120, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 117, + "experienceGroup": "medium_fast", + "eggCycles": 15, + "eggGroups": ["bug"], + "moves": [ + "1:strugglebug", + "tm:allyswitch", + "tm:attract", + "tm:bodypress", + "tm:bugbuzz", + "tm:calmmind", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:futuresight", + "tm:guardswap", + "tm:helpinghand", + "tm:imprison", + "tm:irondefense", + "tm:leechlife", + "tm:lightscreen", + "tm:magicroom", + "tm:payback", + "tm:powerswap", + "tm:protect", + "tm:psychic", + "tm:psychicterrain", + "tm:psyshock", + "tm:reflect", + "tm:rest", + "tm:round", + "tm:safeguard", + "tm:shadowball", + "tm:skillswap", + "tm:sleeptalk", + "tm:snore", + "tm:solarbeam", + "tm:storedpower", + "tm:substitute", + "tm:trick", + "tm:trickroom", + "tm:wonderroom", + "tm:zenheadbutt", + "tutor:expandingforce" + ], + "labels": ["gen8"], + "pokedex": ["cobblemon.species.dottler.desc"], + "preEvolution": "blipbug", + "evolutions": [ + { + "id": "dottler_orbeetle", + "variant": "level_up", + "result": "orbeetle", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 30 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 2, + "speed": 0 + }, + "height": 4, + "weight": 195, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:razz_berry", + "percentage": 5 + } + ] + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/duraludon.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/duraludon.json new file mode 100644 index 0000000..6b8e8ea --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/duraludon.json @@ -0,0 +1,221 @@ +{ + "implemented": true, + "name": "Duraludon", + "nationalPokedexNumber": 884, + "primaryType": "steel", + "secondaryType": "dragon", + "abilities": [ + "lightmetal", + "heavymetal", + "h:stalwart" + ], + "baseStats": { + "hp": 70, + "attack": 95, + "defence": 115, + "special_attack": 120, + "special_defence": 50, + "speed": 85 + }, + "catchRate": 45, + "maleRatio": 0.5, + "shoulderMountable": false, + "forms": [ + { + "name": "Gmax", + "primaryType": "steel", + "secondaryType": "dragon", + "abilities": [ + "lightmetal", + "heavymetal", + "h:stalwart" + ], + "baseStats": { + "hp": 70, + "attack": 95, + "defence": 115, + "special_attack": 120, + "special_defence": 50, + "speed": 85 + }, + "catchRate": 45, + "maleRatio": 0.5, + "baseExperienceYield": 187, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 2, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "medium_fast", + "eggCycles": 30, + "eggGroups": [ + "mineral", + "dragon" + ], + "labels": [ + "gen8", + "gmax" + ], + "aspects": [ + "gmax" + ], + "height": 430, + "weight": 0, + "cannotDynamax": false, + "battleOnly": false + } + ], + "baseExperienceYield": 187, + "experienceGroup": "medium_fast", + "eggCycles": 30, + "eggGroups": [ + "mineral", + "dragon" + ], + "moves": [ + "1:leer", + "1:metalclaw", + "6:rocksmash", + "12:honeclaws", + "18:metalsound", + "24:breakingswipe", + "30:dragontail", + "36:irondefense", + "42:focusenergy", + "42:laserfocus", + "48:dragonclaw", + "54:flashcannon", + "60:metalburst", + "66:hyperbeam", + "egg:mirrorcoat", + "egg:nightslash", + "egg:slash", + "tm:attract", + "tm:bodypress", + "tm:bodyslam", + "tm:breakingswipe", + "tm:brickbreak", + "tm:darkpulse", + "tm:doubleedge", + "tm:dracometeor", + "tm:dragoncheer", + "tm:dragonclaw", + "tm:dragonpulse", + "tm:dragontail", + "tm:endure", + "tm:facade", + "tm:flashcannon", + "tm:foulplay", + "tm:gigaimpact", + "tm:gyroball", + "tm:heavyslam", + "tm:hyperbeam", + "tm:irondefense", + "tm:ironhead", + "tm:lightscreen", + "tm:metalclaw", + "tm:metalsound", + "tm:outrage", + "tm:protect", + "tm:reflect", + "tm:rest", + "tm:roar", + "tm:rockslide", + "tm:rocktomb", + "tm:round", + "tm:scaryface", + "tm:screech", + "tm:sleeptalk", + "tm:snarl", + "tm:snore", + "tm:solarbeam", + "tm:stealthrock", + "tm:steelbeam", + "tm:stompingtantrum", + "tm:stoneedge", + "tm:substitute", + "tm:swordsdance", + "tm:takedown", + "tm:terablast", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderwave", + "tutor:dracometeor", + "tutor:steelbeam", + "tutor:steelroller" + ], + "labels": [ + "gen8" + ], + "pokedex": [ + "cobblemon.species.duraludon.desc" + ], + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "canLook": false, + "walk": { + "canWalk": true, + "walkSpeed": 0.180, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": false, + "canBreatheUnderwater": false + } + } + }, + "evolutions": [ + { + "id": "duraludon_archaludon", + "variant": "level_up", + "result": "archaludon", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "held_item", + "itemCondition": "cobblemon:metal_coat" + } + ] + } +], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 2, + "special_defence": 0, + "speed": 0 + }, + "height": 18, + "weight": 400, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 1, + "entries": [ + { + "item": "minecraft:iron_ingot", + "quantityRange": "0-1" + } + ] + } + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/eternatus.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/eternatus.json new file mode 100644 index 0000000..79f5212 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/eternatus.json @@ -0,0 +1,147 @@ +{ + "implemented": true, + "name": "Eternatus", + "nationalPokedexNumber": 890, + "primaryType": "poison", + "secondaryType": "dragon", + "abilities": ["pressure"], + "drops": { + "amount": 5, + "entries": [ + { + "item": "cobblemon:rare_candy", + "quantityRange": "5-10" + }, + { + "item": "minecraft:dragon_head", + "percentage": 50.0 + }, + { + "item": "cobblemon:dragon_fang", + "percentage": 50.0 + }, + { + "item": "cobblemon:ability_capsule", + "percentage": 25.0 + }, + { + "item": "cobblemon:ability_patch", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 140, + "attack": 85, + "defence": 95, + "special_attack": 145, + "special_defence": 95, + "speed": 130 + }, + "catchRate": 255, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 345, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": ["undiscovered"], + "moves": [ + "1:agility", + "1:confuseray", + "1:dragontail", + "1:poisontail", + "8:toxic", + "16:venoshock", + "24:dragondance", + "32:crosspoison", + "40:dragonpulse", + "48:flamethrower", + "56:dynamaxcannon", + "64:cosmicpower", + "72:recover", + "80:hyperbeam", + "88:eternabeam", + "88:outrage", + "tm:agility", + "tm:assurance", + "tm:bodyslam", + "tm:brutalswing", + "tm:confuseray", + "tm:cosmicpower", + "tm:crosspoison", + "tm:dracometeor", + "tm:dragondance", + "tm:dragonpulse", + "tm:dragontail", + "tm:endure", + "tm:facade", + "tm:fireblast", + "tm:firespin", + "tm:flamethrower", + "tm:flashcannon", + "tm:fly", + "tm:gigaimpact", + "tm:gravity", + "tm:gunkshot", + "tm:hyperbeam", + "tm:lightscreen", + "tm:meteorbeam", + "tm:mysticalfire", + "tm:outrage", + "tm:payback", + "tm:poisonjab", + "tm:poisontail", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:round", + "tm:scaryface", + "tm:screech", + "tm:shadowball", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:sludgewave", + "tm:snore", + "tm:solarbeam", + "tm:substitute", + "tm:sunnyday", + "tm:takedown", + "tm:terablast", + "tm:toxic", + "tm:toxicspikes", + "tm:venomdrench", + "tm:venoshock", + "tutor:crosspoison", + "tutor:dracometeor", + "tutor:dragonpulse", + "tutor:dynamaxcannon", + "tutor:eternabeam", + "tutor:flamethrower", + "tutor:meteorbeam", + "tutor:sludgebomb" + ], + "labels": ["gen8", "legendary"], + "pokedex": ["cobblemon.species.eternatus.desc"], + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 0, + "evYield": { + "hp": 3, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 200, + "weight": 9500, + "dynamaxBlocked": true, + "aspects": [], + "cannotDynamax": true +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/frosmoth.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/frosmoth.json new file mode 100644 index 0000000..14630a7 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/frosmoth.json @@ -0,0 +1,110 @@ +{ + "implemented": true, + "name": "Frosmoth", + "nationalPokedexNumber": 873, + "primaryType": "ice", + "secondaryType": "bug", + "abilities": ["shielddust", "h:icescales"], + "baseStats": { + "hp": 70, + "attack": 65, + "defence": 60, + "special_attack": 125, + "special_defence": 90, + "speed": 65 + }, + "catchRate": 75, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 166, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": ["bug"], + "moves": [ + "1:attract", + "1:helpinghand", + "1:powdersnow", + "1:strugglebug", + "4:stunspore", + "8:infestation", + "12:mist", + "16:defog", + "21:featherdance", + "24:aurorabeam", + "28:hail", + "28:snowscape", + "32:bugbuzz", + "36:auroraveil", + "40:blizzard", + "44:tailwind", + "48:wideguard", + "52:quiverdance", + "tm:acrobatics", + "tm:airslash", + "tm:attract", + "tm:avalanche", + "tm:blizzard", + "tm:bugbuzz", + "tm:calmmind", + "tm:dazzlinggleam", + "tm:endure", + "tm:facade", + "tm:gigadrain", + "tm:gigaimpact", + "tm:hail", + "tm:helpinghand", + "tm:hurricane", + "tm:hyperbeam", + "tm:icebeam", + "tm:icespinner", + "tm:iciclespear", + "tm:icywind", + "tm:imprison", + "tm:leechlife", + "tm:lightscreen", + "tm:playrough", + "tm:pounce", + "tm:protect", + "tm:reflect", + "tm:rest", + "tm:round", + "tm:safeguard", + "tm:sleeptalk", + "tm:snore", + "tm:snowscape", + "tm:strugglebug", + "tm:substitute", + "tm:swift", + "tm:tailwind", + "tm:takedown", + "tm:terablast", + "tm:uturn", + "tm:weatherball", + "tutor:dualwingbeat", + "tutor:skittersmack", + "tutor:tripleaxel" + ], + "labels": ["gen8"], + "pokedex": ["cobblemon.species.frosmoth.desc"], + "preEvolution": "snom", + "evolutions": [], + "baseScale": 0.8, + "hitbox": { + "width": 1, + "height": 1.75, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 2, + "special_defence": 0, + "speed": 0 + }, + "height": 13, + "weight": 420, + "aspects": [], + "cannotDynamax": false +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/glastrier.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/glastrier.json new file mode 100644 index 0000000..4b00ecd --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/glastrier.json @@ -0,0 +1,110 @@ +{ + "implemented": true, + "name": "Glastrier", + "nationalPokedexNumber": 896, + "primaryType": "ice", + "abilities": ["chillingneigh"], + "baseStats": { + "hp": 100, + "attack": 145, + "defence": 130, + "special_attack": 65, + "special_defence": 110, + "speed": 30 + }, + "catchRate": 3, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 290, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": ["undiscovered"], + "moves": [ + "1:tackle", + "1:tailwhip", + "6:doublekick", + "12:avalanche", + "18:stomp", + "24:torment", + "30:mist", + "36:iciclecrash", + "42:takedown", + "48:irondefense", + "54:thrash", + "60:taunt", + "66:doubleedge", + "72:swordsdance", + "tm:assurance", + "tm:avalanche", + "tm:blizzard", + "tm:bodypress", + "tm:bodyslam", + "tm:bulldoze", + "tm:closecombat", + "tm:crunch", + "tm:curse", + "tm:doubleedge", + "tm:endure", + "tm:facade", + "tm:gigaimpact", + "tm:hail", + "tm:heavyslam", + "tm:highhorsepower", + "tm:hyperbeam", + "tm:icebeam", + "tm:iciclespear", + "tm:icywind", + "tm:irondefense", + "tm:lashout", + "tm:megahorn", + "tm:mudshot", + "tm:outrage", + "tm:payback", + "tm:protect", + "tm:rest", + "tm:roar", + "tm:round", + "tm:scaryface", + "tm:sleeptalk", + "tm:smartstrike", + "tm:snarl", + "tm:snore", + "tm:snowscape", + "tm:stompingtantrum", + "tm:substitute", + "tm:superpower", + "tm:swordsdance", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:throatchop", + "tm:trailblaze", + "tm:uproar", + "tm:zenheadbutt", + "tutor:iciclecrash", + "tutor:lashout", + "tutor:swordsdance" + ], + "labels": ["gen8", "legendary"], + "pokedex": ["cobblemon.species.glastrier.desc"], + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 35, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 22, + "weight": 8000, + "aspects": [], + "cannotDynamax": false +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/indeedee.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/indeedee.json new file mode 100644 index 0000000..40dcc0a --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/indeedee.json @@ -0,0 +1,249 @@ +{ + "implemented": true, + "name": "Indeedee", + "nationalPokedexNumber": 876, + "primaryType": "psychic", + "secondaryType": "normal", + "abilities": [ + "innerfocus", + "synchronize", + "h:psychicsurge" + ], + "baseStats": { + "hp": 60, + "attack": 65, + "defence": 55, + "special_attack": 105, + "special_defence": 95, + "speed": 95 + }, + "catchRate": 30, + "maleRatio": 1, + "shoulderMountable": false, + "forms": [ + { + "name": "F", + "primaryType": "psychic", + "secondaryType": "normal", + "abilities": [ + "owntempo", + "synchronize", + "h:psychicsurge" + ], + "baseStats": { + "hp": 70, + "attack": 55, + "defence": 65, + "special_attack": 95, + "special_defence": 105, + "speed": 85 + }, + "catchRate": 30, + "maleRatio": 0, + "baseExperienceYield": 166, + "baseFriendship": 140, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 2, + "speed": 0 + }, + "experienceGroup": "fast", + "eggCycles": 40, + "eggGroups": [ + "fairy" + ], + "moves": [ + "1:playnice", + "1:storedpower", + "5:batonpass", + "10:disarmingvoice", + "15:psybeam", + "20:helpinghand", + "25:followme", + "30:aromatherapy", + "30:healingwish", + "35:psychic", + "40:calmmind", + "45:guardsplit", + "50:psychicterrain", + "egg:fakeout", + "egg:healpulse", + "egg:psychoshift", + "egg:psychup", + "tm:alluringvoice", + "tm:allyswitch", + "tm:attract", + "tm:batonpass", + "tm:bodyslam", + "tm:calmmind", + "tm:charm", + "tm:dazzlinggleam", + "tm:disarmingvoice", + "tm:drainingkiss", + "tm:drainpunch", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:futuresight", + "tm:guardswap", + "tm:helpinghand", + "tm:hypervoice", + "tm:imprison", + "tm:lightscreen", + "tm:magicalleaf", + "tm:metronome", + "tm:mysticalfire", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:psybeam", + "tm:psychic", + "tm:psychicterrain", + "tm:psychup", + "tm:psyshock", + "tm:reflect", + "tm:rest", + "tm:round", + "tm:safeguard", + "tm:shadowball", + "tm:skillswap", + "tm:sleeptalk", + "tm:snore", + "tm:storedpower", + "tm:substitute", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:trick", + "tm:trickroom", + "tm:zenheadbutt", + "tutor:expandingforce", + "tutor:terrainpulse" + ], + "labels": [ + "gen8" + ], + "aspects": [ + "f" + ], + "height": 9, + "weight": 280, + "cannotDynamax": false, + "battleOnly": false + } + ], + "baseExperienceYield": 166, + "experienceGroup": "fast", + "eggCycles": 40, + "eggGroups": [ + "fairy" + ], + "moves": [ + "1:playnice", + "1:storedpower", + "5:encore", + "10:disarmingvoice", + "15:psybeam", + "20:helpinghand", + "25:afteryou", + "30:aromatherapy", + "30:healingwish", + "35:psychic", + "40:calmmind", + "45:powersplit", + "50:psychicterrain", + "55:lastresort", + "egg:extrasensory", + "egg:fakeout", + "egg:psychup", + "tm:allyswitch", + "tm:attract", + "tm:bodyslam", + "tm:calmmind", + "tm:dazzlinggleam", + "tm:disarmingvoice", + "tm:drainingkiss", + "tm:drainpunch", + "tm:encore", + "tm:endure", + "tm:energyball", + "tm:expandingforce", + "tm:facade", + "tm:futuresight", + "tm:gravity", + "tm:helpinghand", + "tm:hypervoice", + "tm:imprison", + "tm:magicalleaf", + "tm:magicroom", + "tm:metronome", + "tm:mysticalfire", + "tm:payday", + "tm:playrough", + "tm:powerswap", + "tm:protect", + "tm:psybeam", + "tm:psychic", + "tm:psychicnoise", + "tm:psychicterrain", + "tm:psychup", + "tm:psyshock", + "tm:rest", + "tm:round", + "tm:shadowball", + "tm:skillswap", + "tm:sleeptalk", + "tm:snore", + "tm:storedpower", + "tm:substitute", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:triattack", + "tm:trick", + "tm:trickroom", + "tm:wonderroom", + "tm:zenheadbutt", + "tutor:expandingforce", + "tutor:terrainpulse" + ], + "labels": [ + "gen8" + ], + "pokedex": [ + "cobblemon.species.indeedee.desc" + ], + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 140, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 2, + "special_defence": 0, + "speed": 0 + }, + "height": 9, + "weight": 280, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:bluk_berry", + "percentage": 5.0 + } + ] + } + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/kubfu.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/kubfu.json new file mode 100644 index 0000000..e350e63 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/kubfu.json @@ -0,0 +1,184 @@ +{ + "implemented":true, + "name": "Kubfu", + "nationalPokedexNumber": 891, + "primaryType": "fighting", + "abilities": [ + "innerfocus", + "h:noguard" + ], + "drops": { + "amount": 5, + "entries": [ + { + "item": "cobblemon:rare_candy", + "quantityRange": "5-10" + }, + { + "item": "cobblemon:expert_belt", + "percentage": 50.0 + }, + { + "item": "cobblemon:muscle_band", + "percentage": 50.0 + }, + { + "item": "cobblemon:ability_capsule", + "percentage": 25.0 + }, + { + "item": "cobblemon:ability_patch", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 60, + "attack": 90, + "defence": 60, + "special_attack": 53, + "special_defence": 50, + "speed": 72 + }, + "catchRate": 3, + "maleRatio": 0.875, + "shoulderMountable": false, + "baseExperienceYield": 77, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:leer", + "1:rocksmash", + "4:endure", + "8:focusenergy", + "12:aerialace", + "16:scaryface", + "20:headbutt", + "24:brickbreak", + "28:detect", + "32:bulkup", + "36:ironhead", + "40:dynamicpunch", + "44:counter", + "48:closecombat", + "52:focuspunch", + "tm:acrobatics", + "tm:aerialace", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:bulkup", + "tm:closecombat", + "tm:dig", + "tm:doubleedge", + "tm:endure", + "tm:facade", + "tm:firepunch", + "tm:fling", + "tm:focusenergy", + "tm:focuspunch", + "tm:helpinghand", + "tm:icepunch", + "tm:ironhead", + "tm:lowkick", + "tm:lowsweep", + "tm:megakick", + "tm:megapunch", + "tm:metalclaw", + "tm:protect", + "tm:rest", + "tm:retaliate", + "tm:revenge", + "tm:reversal", + "tm:round", + "tm:scaryface", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:superpower", + "tm:swordsdance", + "tm:takedown", + "tm:terablast", + "tm:thunderpunch", + "tm:uturn", + "tm:workup", + "tm:zenheadbutt", + "tutor:coaching", + "tutor:endure", + "tutor:focusenergy", + "tutor:leer", + "tutor:rocksmash" + ], + "labels": [ + "gen8", + "legendary" + ], + "pokedex": [ + "cobblemon.species.kubfu.desc" + ], + "evolutions": [ + { + "id": "kubfu_urshifu", + "variant": "item_interact", + "result": "urshifu", + "consumeHeldItem": true, + "learnableMoves": [ + "wickedblow" + ], + "requirements": [], + "requiredContext": "cobblemon:muscle_band" + }, + { + "id": "kubfu_urshifu_rapidstrike", + "variant": "item_interact", + "result": "urshifu rapidstrike", + "consumeHeldItem": true, + "learnableMoves": [ + "surgingstrikes" + ], + "requirements": [], + "requiredContext": "cobblemon:expert_belt" + } + ], + "baseScale":1.0, + "hitbox": { + "width": 1, + "height": 1.5, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 1, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "behaviour": { + "moving": { + "canLook": true, + "walk": { + "walkSpeed": 0.6, + "canWalk": true, + "avoidsLand": false + }, + "fly": { + "canFly": false + }, + "swim": { + "swimSpeed": 0.2, + "canSwimInWater": false, + "canBreatheUnderwater": false + } + } + }, + "height": 6, + "weight": 120, + "aspects": [], + "cannotDynamax": false + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/morpeko.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/morpeko.json new file mode 100644 index 0000000..083073b --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/morpeko.json @@ -0,0 +1,192 @@ +{ + "implemented": true, + "name": "Morpeko", + "nationalPokedexNumber": 877, + "primaryType": "electric", + "secondaryType": "dark", + "abilities": [ + "hungerswitch" + ], + "baseStats": { + "hp": 58, + "attack": 95, + "defence": 58, + "special_attack": 70, + "special_defence": 58, + "speed": 97 + }, + "catchRate": 180, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 153, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "field", + "fairy" + ], + "moves": [ + "1:tailwhip", + "1:thundershock", + "5:leer", + "10:powertrip", + "15:quickattack", + "20:flatter", + "25:bite", + "30:spark", + "35:torment", + "40:agility", + "45:bulletseed", + "50:crunch", + "55:aurawheel", + "60:thrash", + "egg:charge", + "egg:fakeout", + "egg:partingshot", + "egg:quash", + "egg:rapidspin", + "egg:superfang", + "egg:swagger", + "egg:tickle", + "tm:agility", + "tm:assurance", + "tm:attract", + "tm:batonpass", + "tm:brickbreak", + "tm:bulletseed", + "tm:charge", + "tm:chargebeam", + "tm:crunch", + "tm:darkpulse", + "tm:doubleedge", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:firefang", + "tm:fling", + "tm:foulplay", + "tm:icefang", + "tm:knockoff", + "tm:lashout", + "tm:nastyplot", + "tm:outrage", + "tm:payback", + "tm:protect", + "tm:psychicfangs", + "tm:rest", + "tm:revenge", + "tm:reversal", + "tm:round", + "tm:scaryface", + "tm:seedbomb", + "tm:sleeptalk", + "tm:snarl", + "tm:snore", + "tm:spite", + "tm:stompingtantrum", + "tm:substitute", + "tm:superfang", + "tm:swift", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderfang", + "tm:thunderpunch", + "tm:thunderwave", + "tm:uproar", + "tm:voltswitch", + "tm:wildcharge", + "tutor:lashout", + "tutor:risingvoltage" + ], + "labels": [ + "gen8" + ], + "pokedex": [ + "cobblemon.species.morpeko.desc" + ], + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "height": 3, + "weight": 30, + "forms": [ + { + "name": "Hangry", + "primaryType": "electric", + "secondaryType": "dark", + "abilities": [ + "hungerswitch" + ], + "baseStats": { + "hp": 58, + "attack": 95, + "defence": 58, + "special_attack": 70, + "special_defence": 58, + "speed": 97 + }, + "catchRate": 180, + "maleRatio": 0.5, + "baseExperienceYield": 153, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "field", + "fairy" + ], + "labels": [ + "gen8" + ], + "aspects": [ + "hangry" + ], + "height": 3, + "weight": 30, + "cannotDynamax": false, + "battleOnly": true + } + ], + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:roseli_berry", + "percentage": 5.0 + } + ] + } + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/mrrime.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/mrrime.json new file mode 100644 index 0000000..9473534 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/mrrime.json @@ -0,0 +1,168 @@ +{ + "implemented": true, + "name": "Mr. Rime", + "nationalPokedexNumber": 866, + "primaryType": "ice", + "secondaryType": "psychic", + "abilities": [ + "tangledfeet", + "screencleaner", + "h:icebody" + ], + "baseStats": { + "hp": 80, + "attack": 85, + "defence": 75, + "special_attack": 110, + "special_defence": 100, + "speed": 70 + }, + "catchRate": 45, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 182, + "experienceGroup": "medium_fast", + "eggCycles": 25, + "eggGroups": [ + "human_like" + ], + "moves": [ + "1:afteryou", + "1:batonpass", + "1:block", + "1:copycat", + "1:dazzlinggleam", + "1:encore", + "1:faketears", + "1:iceshard", + "1:lightscreen", + "1:mimic", + "1:mistyterrain", + "1:pound", + "1:protect", + "1:rapidspin", + "1:recycle", + "1:reflect", + "1:roleplay", + "1:safeguard", + "1:slackoff", + "12:confusion", + "16:allyswitch", + "20:icywind", + "24:doublekick", + "28:psybeam", + "32:hypnosis", + "36:mirrorcoat", + "40:suckerpunch", + "44:freezedry", + "48:psychic", + "52:teeterdance", + "tm:allyswitch", + "tm:attract", + "tm:avalanche", + "tm:batonpass", + "tm:blizzard", + "tm:bodyslam", + "tm:brickbreak", + "tm:calmmind", + "tm:charm", + "tm:dazzlinggleam", + "tm:drainpunch", + "tm:encore", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:faketears", + "tm:fling", + "tm:focusblast", + "tm:foulplay", + "tm:futuresight", + "tm:gigaimpact", + "tm:grassknot", + "tm:guardswap", + "tm:hail", + "tm:helpinghand", + "tm:hyperbeam", + "tm:icebeam", + "tm:icepunch", + "tm:iciclespear", + "tm:icywind", + "tm:irondefense", + "tm:lightscreen", + "tm:magicroom", + "tm:megakick", + "tm:megapunch", + "tm:metronome", + "tm:mistyterrain", + "tm:nastyplot", + "tm:payback", + "tm:powerswap", + "tm:protect", + "tm:psychic", + "tm:psychicterrain", + "tm:psyshock", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:round", + "tm:safeguard", + "tm:screech", + "tm:shadowball", + "tm:skillswap", + "tm:sleeptalk", + "tm:snore", + "tm:solarbeam", + "tm:stompingtantrum", + "tm:storedpower", + "tm:substitute", + "tm:sunnyday", + "tm:taunt", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderwave", + "tm:trick", + "tm:trickroom", + "tm:uproar", + "tm:wonderroom", + "tm:zenheadbutt", + "tutor:expandingforce", + "tutor:tripleaxel" + ], + "labels": [ + "gen8" + ], + "pokedex": [ + "cobblemon.species.mrrime.desc" + ], + "preEvolution": "mrmime galarian", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 3, + "special_defence": 0, + "speed": 0 + }, + "height": 15, + "weight": 582, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:aspear_berry", + "percentage": 10.0 + } + ] + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/orbeetle.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/orbeetle.json new file mode 100644 index 0000000..e110c8c --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/orbeetle.json @@ -0,0 +1,177 @@ +{ + "implemented": true, + "name": "Orbeetle", + "nationalPokedexNumber": 826, + "primaryType": "bug", + "secondaryType": "psychic", + "abilities": [ + "swarm", + "frisk", + "h:telepathy" + ], + "baseStats": { + "hp": 60, + "attack": 45, + "defence": 110, + "special_attack": 80, + "special_defence": 120, + "speed": 90 + }, + "catchRate": 45, + "maleRatio": 0.5, + "shoulderMountable": false, + "forms": [ + { + "name": "Gmax", + "primaryType": "bug", + "secondaryType": "psychic", + "abilities": [ + "swarm", + "frisk", + "h:telepathy" + ], + "baseStats": { + "hp": 60, + "attack": 45, + "defence": 110, + "special_attack": 80, + "special_defence": 120, + "speed": 90 + }, + "catchRate": 45, + "maleRatio": 0.5, + "baseExperienceYield": 253, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 3, + "speed": 0 + }, + "experienceGroup": "medium_fast", + "eggCycles": 15, + "eggGroups": [ + "bug" + ], + "labels": [ + "gen8", + "gmax" + ], + "aspects": [ + "gmax" + ], + "height": 140, + "weight": 0, + "cannotDynamax": false, + "battleOnly": false + } + ], + "baseExperienceYield": 253, + "experienceGroup": "medium_fast", + "eggCycles": 15, + "eggGroups": [ + "bug" + ], + "moves": [ + "1:confusion", + "1:lightscreen", + "1:reflect", + "1:strugglebug", + "4:confuseray", + "8:magiccoat", + "12:agility", + "16:psybeam", + "20:hypnosis", + "24:allyswitch", + "28:bugbuzz", + "32:mirrorcoat", + "36:psychic", + "40:afteryou", + "44:calmmind", + "48:psychicterrain", + "tm:agility", + "tm:allyswitch", + "tm:attract", + "tm:batonpass", + "tm:bodypress", + "tm:bugbuzz", + "tm:calmmind", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:futuresight", + "tm:gigadrain", + "tm:gigaimpact", + "tm:guardswap", + "tm:helpinghand", + "tm:hyperbeam", + "tm:imprison", + "tm:irondefense", + "tm:leechlife", + "tm:lightscreen", + "tm:magicroom", + "tm:payback", + "tm:powerswap", + "tm:protect", + "tm:psychic", + "tm:psychicterrain", + "tm:psychocut", + "tm:psyshock", + "tm:reflect", + "tm:rest", + "tm:round", + "tm:safeguard", + "tm:shadowball", + "tm:skillswap", + "tm:sleeptalk", + "tm:snore", + "tm:solarbeam", + "tm:storedpower", + "tm:substitute", + "tm:trick", + "tm:trickroom", + "tm:uturn", + "tm:wonderroom", + "tm:zenheadbutt", + "tutor:expandingforce" + ], + "labels": [ + "gen8" + ], + "pokedex": [ + "cobblemon.species.orbeetle.desc" + ], + "preEvolution": "dottler", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 3, + "speed": 0 + }, + "height": 4, + "weight": 408, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:razz_berry", + "percentage": 10.0 + } + ] + } + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/polteageist.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/polteageist.json new file mode 100644 index 0000000..3b3e1e8 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/polteageist.json @@ -0,0 +1,143 @@ +{ + "implemented": true, + "name": "Polteageist", + "nationalPokedexNumber": 855, + "primaryType": "ghost", + "abilities": ["weakarmor", "h:cursedbody"], + "baseStats": { + "hp": 60, + "attack": 65, + "defence": 65, + "special_attack": 134, + "special_defence": 114, + "speed": 70 + }, + "catchRate": 60, + "maleRatio": -1, + "shoulderMountable": false, + "forms": [ + { + "name": "Antique", + "primaryType": "ghost", + "abilities": ["weakarmor", "h:cursedbody"], + "baseStats": { + "hp": 60, + "attack": 65, + "defence": 65, + "special_attack": 134, + "special_defence": 114, + "speed": 70 + }, + "catchRate": 60, + "maleRatio": -1, + "baseExperienceYield": 178, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 2, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": ["undiscovered"], + "labels": ["gen8"], + "aspects": ["is_antique"], + "height": 2, + "weight": 4, + "preEvolution": "sinistea form=Antique", + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + } + ], + "baseExperienceYield": 178, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": ["mineral", "amorphous"], + "moves": [ + "1:aromaticmist", + "1:astonish", + "1:megadrain", + "1:strengthsap", + "1:withdraw", + "18:protect", + "24:suckerpunch", + "30:aromatherapy", + "30:sweetscent", + "36:gigadrain", + "42:nastyplot", + "48:shadowball", + "54:memento", + "60:shellsmash", + "66:curse", + "tm:allyswitch", + "tm:batonpass", + "tm:calmmind", + "tm:confuseray", + "tm:darkpulse", + "tm:endure", + "tm:facade", + "tm:foulplay", + "tm:gigadrain", + "tm:gigaimpact", + "tm:hex", + "tm:hyperbeam", + "tm:imprison", + "tm:lightscreen", + "tm:magicalleaf", + "tm:metronome", + "tm:nastyplot", + "tm:nightshade", + "tm:payback", + "tm:phantomforce", + "tm:protect", + "tm:psybeam", + "tm:psychic", + "tm:psyshock", + "tm:reflect", + "tm:rest", + "tm:round", + "tm:selfdestruct", + "tm:shadowball", + "tm:skillswap", + "tm:sleeptalk", + "tm:snore", + "tm:storedpower", + "tm:substitute", + "tm:terablast", + "tm:trick", + "tm:trickroom", + "tm:willowisp", + "tm:wonderroom", + "tutor:poltergeist" + ], + "labels": ["gen8"], + "pokedex": [ + "Leaving leftover black tea unattended is asking for this Pokémon to come along and pour itself into it, turning the tea into a new Polteageist." + ], + "preEvolution": "sinistea", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 0.75, + "height": 1.5, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 2, + "special_defence": 0, + "speed": 0 + }, + "height": 2, + "weight": 4, + "aspects": [], + "features": ["is_antique"], + "cannotDynamax": false +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/runerigus.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/runerigus.json new file mode 100644 index 0000000..9fcb6ee --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/runerigus.json @@ -0,0 +1,121 @@ +{ + "implemented": true, + "name": "Runerigus", + "nationalPokedexNumber": 867, + "primaryType": "ground", + "secondaryType": "ghost", + "abilities": ["wanderingspirit"], + "baseStats": { + "hp": 58, + "attack": 95, + "defence": 145, + "special_attack": 50, + "special_defence": 105, + "speed": 30 + }, + "catchRate": 90, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 169, + "experienceGroup": "medium_fast", + "eggCycles": 25, + "eggGroups": ["mineral", "amorphous"], + "moves": [ + "1:astonish", + "1:haze", + "1:nightshade", + "1:protect", + "1:scaryface", + "12:disable", + "16:brutalswing", + "20:craftyshield", + "24:hex", + "28:meanlook", + "32:slam", + "38:curse", + "44:shadowball", + "50:earthquake", + "56:guardsplit", + "56:powersplit", + "62:destinybond", + "tm:allyswitch", + "tm:amnesia", + "tm:attract", + "tm:bodypress", + "tm:brutalswing", + "tm:bulldoze", + "tm:calmmind", + "tm:darkpulse", + "tm:dragonpulse", + "tm:earthpower", + "tm:earthquake", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:faketears", + "tm:gigaimpact", + "tm:grassknot", + "tm:guardswap", + "tm:hex", + "tm:hyperbeam", + "tm:imprison", + "tm:irondefense", + "tm:nastyplot", + "tm:payback", + "tm:phantomforce", + "tm:powerswap", + "tm:protect", + "tm:psychic", + "tm:raindance", + "tm:rest", + "tm:revenge", + "tm:rockblast", + "tm:rockslide", + "tm:rocktomb", + "tm:round", + "tm:safeguard", + "tm:sandstorm", + "tm:sandtomb", + "tm:scaryface", + "tm:shadowball", + "tm:shadowclaw", + "tm:skillswap", + "tm:sleeptalk", + "tm:snore", + "tm:stealthrock", + "tm:stoneedge", + "tm:substitute", + "tm:taunt", + "tm:thief", + "tm:toxicspikes", + "tm:trick", + "tm:trickroom", + "tm:willowisp", + "tm:wonderroom", + "tm:zenheadbutt", + "tutor:poltergeist" + ], + "labels": ["gen8"], + "pokedex": ["cobblemon.species.runerigus.desc"], + "preEvolution": "yamask form=galar", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 2, + "height": 3, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 2, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 16, + "weight": 666, + "aspects": [], + "cannotDynamax": false +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/sinistea.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/sinistea.json new file mode 100644 index 0000000..5ec3e26 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/sinistea.json @@ -0,0 +1,201 @@ +{ + "implemented": true, + "name": "Sinistea", + "nationalPokedexNumber": 854, + "primaryType": "ghost", + "abilities": ["weakarmor", "h:cursedbody"], + "baseStats": { + "hp": 40, + "attack": 45, + "defence": 45, + "special_attack": 74, + "special_defence": 54, + "speed": 50 + }, + "catchRate": 120, + "maleRatio": -1, + "shoulderMountable": false, + "forms": [ + { + "name": "Antique", + "primaryType": "ghost", + "abilities": ["weakarmor", "h:cursedbody"], + "baseStats": { + "hp": 40, + "attack": 45, + "defence": 45, + "special_attack": 74, + "special_defence": 54, + "speed": 50 + }, + "catchRate": 120, + "maleRatio": -1, + "baseExperienceYield": 62, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 1, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": ["undiscovered"], + "moves": [ + "1:astonish", + "1:withdraw", + "6:aromaticmist", + "12:megadrain", + "24:suckerpunch", + "30:sweetscent", + "36:gigadrain", + "42:nastyplot", + "48:shadowball", + "54:memento", + "60:shellsmash", + "egg:allyswitch", + "tm:batonpass", + "tm:calmmind", + "tm:confuseray", + "tm:darkpulse", + "tm:endure", + "tm:facade", + "tm:foulplay", + "tm:gigadrain", + "tm:hex", + "tm:imprison", + "tm:magicalleaf", + "tm:metronome", + "tm:nastyplot", + "tm:nightshade", + "tm:phantomforce", + "tm:protect", + "tm:psybeam", + "tm:psychic", + "tm:psyshock", + "tm:rest", + "tm:shadowball", + "tm:skillswap", + "tm:sleeptalk", + "tm:storedpower", + "tm:substitute", + "tm:terablast", + "tm:trick", + "tm:trickroom", + "tm:willowisp", + "tutor:aromatherapy", + "tutor:celebrate", + "tutor:memento", + "tutor:metronome" + ], + "labels": ["gen8"], + "aspects": ["is_antique"], + "height": 1, + "weight": 2, + "evolutions": [ + { + "id": "sinistea_polteageist", + "variant": "item_interact", + "result": "polteageist form=Antique", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [], + "requiredContext": "cobblemon:chipped_pot" + } + ], + "cannotDynamax": false, + "battleOnly": false + } + ], + "baseExperienceYield": 62, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": ["mineral", "amorphous"], + "moves": [ + "1:astonish", + "1:withdraw", + "6:aromaticmist", + "12:megadrain", + "18:protect", + "24:suckerpunch", + "30:aromatherapy", + "30:sweetscent", + "36:gigadrain", + "42:nastyplot", + "48:shadowball", + "54:memento", + "60:shellsmash", + "egg:allyswitch", + "tm:allyswitch", + "tm:batonpass", + "tm:calmmind", + "tm:confuseray", + "tm:darkpulse", + "tm:endure", + "tm:facade", + "tm:foulplay", + "tm:gigadrain", + "tm:hex", + "tm:imprison", + "tm:magicalleaf", + "tm:metronome", + "tm:nastyplot", + "tm:nightshade", + "tm:payback", + "tm:phantomforce", + "tm:protect", + "tm:psybeam", + "tm:psychic", + "tm:psyshock", + "tm:rest", + "tm:round", + "tm:shadowball", + "tm:skillswap", + "tm:sleeptalk", + "tm:snore", + "tm:storedpower", + "tm:substitute", + "tm:terablast", + "tm:trick", + "tm:trickroom", + "tm:willowisp", + "tm:wonderroom", + "tutor:poltergeist" + ], + "labels": ["gen8"], + + "pokedex": ["cobblemon.species.sinistea.desc"], + "evolutions": [ + { + "id": "sinistea_polteageist", + "variant": "item_interact", + "result": "polteageist", + "consumeHeldItem": false, + "learnableMoves": ["teatime"], + "requirements": [], + "requiredContext": "cobblemon:cracked_pot" + } + ], + "baseScale": 1, + "hitbox": { + "width": 0.5, + "height": 0.5, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 1, + "special_defence": 0, + "speed": 0 + }, + "height": 1, + "weight": 2, + "aspects": [], + "features": ["is_antique"], + "cannotDynamax": false +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/snom.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/snom.json new file mode 100644 index 0000000..671f24a --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/snom.json @@ -0,0 +1,86 @@ +{ + "implemented": true, + "name": "Snom", + "nationalPokedexNumber": 872, + "primaryType": "ice", + "secondaryType": "bug", + "abilities": ["shielddust", "h:icescales"], + "baseStats": { + "hp": 30, + "attack": 25, + "defence": 35, + "special_attack": 45, + "special_defence": 30, + "speed": 20 + }, + "catchRate": 190, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 37, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": ["bug"], + "moves": [ + "1:powdersnow", + "1:strugglebug", + "egg:bugbite", + "egg:fairywind", + "egg:mirrorcoat", + "tm:attract", + "tm:bugbuzz", + "tm:endure", + "tm:facade", + "tm:iciclespear", + "tm:icywind", + "tm:pounce", + "tm:protect", + "tm:rest", + "tm:round", + "tm:sleeptalk", + "tm:snore", + "tm:strugglebug", + "tm:substitute", + "tm:terablast", + "tutor:skittersmack" + ], + "labels": ["gen8"], + "pokedex": ["cobblemon.species.snom.desc"], + "evolutions": [ + { + "id": "snom_frosmoth", + "variant": "level_up", + "result": "frosmoth", + "consumeHeldItem": false, + "learnableMoves": ["icywind"], + "requirements": [ + { + "variant": "friendship", + "amount": 160 + }, + { + "variant": "time_range", + "range": "night" + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 0.5, + "height": 0.25, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 1, + "special_defence": 0, + "speed": 0 + }, + "height": 3, + "weight": 38, + "aspects": [], + "cannotDynamax": false +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/spectrier.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/spectrier.json new file mode 100644 index 0000000..9fca388 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/spectrier.json @@ -0,0 +1,128 @@ +{ + "implemented": true, + "name": "Spectrier", + "nationalPokedexNumber": 897, + "primaryType": "ghost", + "abilities": ["grimneigh"], + "drops": { + "amount": 5, + "entries": [ + { + "item": "cobblemon:rare_candy", + "quantityRange": "5-10" + }, + { + "item": "cobblemon:cleanse_tag", + "percentage": 50.0 + }, + { + "item": "cobblemon:spell_tag", + "percentage": 50.0 + }, + { + "item": "cobblemon:ability_capsule", + "percentage": 25.0 + }, + { + "item": "cobblemon:ability_patch", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 100, + "attack": 65, + "defence": 60, + "special_attack": 145, + "special_defence": 80, + "speed": 130 + }, + "catchRate": 3, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 290, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": ["undiscovered"], + "moves": [ + "1:tackle", + "1:tailwhip", + "6:doublekick", + "12:hex", + "18:stomp", + "24:confuseray", + "30:haze", + "36:shadowball", + "42:takedown", + "48:agility", + "54:thrash", + "60:disable", + "66:doubleedge", + "72:nastyplot", + "tm:agility", + "tm:assurance", + "tm:bodyslam", + "tm:bulldoze", + "tm:calmmind", + "tm:confuseray", + "tm:crunch", + "tm:darkpulse", + "tm:drainingkiss", + "tm:endure", + "tm:facade", + "tm:foulplay", + "tm:gigaimpact", + "tm:hex", + "tm:hyperbeam", + "tm:mudshot", + "tm:nastyplot", + "tm:nightshade", + "tm:payback", + "tm:phantomforce", + "tm:protect", + "tm:psychic", + "tm:psychocut", + "tm:rest", + "tm:round", + "tm:scaryface", + "tm:shadowball", + "tm:sleeptalk", + "tm:snarl", + "tm:snore", + "tm:stompingtantrum", + "tm:substitute", + "tm:swift", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:uproar", + "tm:willowisp", + "tutor:disable", + "tutor:doubleedge", + "tutor:lashout", + "tutor:nastyplot", + "tutor:thrash" + ], + "labels": ["gen8", "legendary"], + "pokedex": ["cobblemon.species.spectrier.desc"], + "evolutions": [], + "baseScale": 0.6, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 35, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 3, + "special_defence": 0, + "speed": 0 + }, + "height": 20, + "weight": 445, + "aspects": [], + "cannotDynamax": false +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/toxel.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/toxel.json new file mode 100644 index 0000000..fda8ee8 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/toxel.json @@ -0,0 +1,110 @@ +{ + "implemented": true, + "name": "Toxel", + "nationalPokedexNumber": 848, + "primaryType": "electric", + "secondaryType": "poison", + "abilities": ["rattled", "static", "h:klutz"], + "baseStats": { + "hp": 40, + "attack": 38, + "defence": 35, + "special_attack": 54, + "special_defence": 35, + "speed": 40 + }, + "catchRate": 75, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 48, + "experienceGroup": "medium_slow", + "eggCycles": 25, + "eggGroups": ["undiscovered"], + "moves": [ + "1:acid", + "1:belch", + "1:flail", + "1:growl", + "1:nuzzle", + "1:tearfullook", + "egg:endeavor", + "egg:metalsound", + "egg:poweruppunch", + "tm:attract", + "tm:charm", + "tm:encore", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:metalsound", + "tm:protect", + "tm:rest", + "tm:round", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:terablast", + "tutor:acid", + "tutor:flail", + "tutor:growl", + "tutor:nuzzle" + ], + "labels": ["gen8", "baby"], + "pokedex": ["cobblemon.species.toxel.desc"], + "evolutions": [ + { + "id": "toxel_toxtricity", + "variant": "level_up", + "result": "toxtricity", + "consumeHeldItem": false, + "learnableMoves": ["spark"], + "requirements": [ + { + "variant": "level", + "minLevel": 30 + } + ] + }, + { + "id": "toxel_toxtricity", + "variant": "level_up", + "result": "toxtricity lowkey", + "consumeHeldItem": false, + "learnableMoves": ["spark"], + "requirements": [ + { + "variant": "level", + "minLevel": 30 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 1, + "special_defence": 0, + "speed": 0 + }, + "height": 4, + "weight": 110, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:shuca_berry", + "percentage": 2.5 + } + ] + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/toxtricity.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/toxtricity.json new file mode 100644 index 0000000..c298fcf --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/toxtricity.json @@ -0,0 +1,347 @@ +{ + "implemented": true, + "name": "Toxtricity", + "nationalPokedexNumber": 849, + "primaryType": "electric", + "secondaryType": "poison", + "abilities": ["punkrock", "plus", "h:technician"], + "baseStats": { + "hp": 75, + "attack": 98, + "defence": 70, + "special_attack": 114, + "special_defence": 70, + "speed": 75 + }, + "catchRate": 45, + "maleRatio": 0.5, + "shoulderMountable": false, + "forms": [ + { + "name": "Low-Key", + "primaryType": "electric", + "secondaryType": "poison", + "abilities": ["punkrock", "minus", "h:technician"], + "baseStats": { + "hp": 75, + "attack": 98, + "defence": 70, + "special_attack": 114, + "special_defence": 70, + "speed": 75 + }, + "catchRate": 45, + "maleRatio": 0.5, + "baseExperienceYield": 176, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 2, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "medium_slow", + "eggCycles": 25, + "eggGroups": ["human_like"], + "moves": [ + "1:acid", + "1:acidspray", + "1:belch", + "1:eerieimpulse", + "1:flail", + "1:growl", + "1:leer", + "1:nobleroar", + "1:nuzzle", + "1:tearfullook", + "1:thundershock", + "4:charge", + "8:shockwave", + "12:scaryface", + "16:taunt", + "20:venomdrench", + "24:screech", + "28:swagger", + "32:toxic", + "36:discharge", + "40:poisonjab", + "44:overdrive", + "48:boomburst", + "52:magneticflux", + "tm:acidspray", + "tm:attract", + "tm:brickbreak", + "tm:charge", + "tm:chargebeam", + "tm:charm", + "tm:drainpunch", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:firepunch", + "tm:fling", + "tm:gigaimpact", + "tm:gunkshot", + "tm:helpinghand", + "tm:hex", + "tm:hyperbeam", + "tm:hypervoice", + "tm:megakick", + "tm:megapunch", + "tm:metalsound", + "tm:metronome", + "tm:payback", + "tm:poisonjab", + "tm:poisontail", + "tm:protect", + "tm:psychicnoise", + "tm:raindance", + "tm:rest", + "tm:round", + "tm:scaryface", + "tm:screech", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:sludgewave", + "tm:snarl", + "tm:snore", + "tm:storedpower", + "tm:substitute", + "tm:sunnyday", + "tm:swift", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thief", + "tm:throatchop", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderfang", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:toxicspikes", + "tm:trailblaze", + "tm:uproar", + "tm:venomdrench", + "tm:venoshock", + "tm:voltswitch", + "tm:wildcharge", + "tutor:risingvoltage" + ], + "labels": ["gen8"], + "aspects": ["low-key"], + "height": 16, + "weight": 400, + "preEvolution": "toxel", + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Gmax", + "primaryType": "electric", + "secondaryType": "poison", + "abilities": ["punkrock", "plus", "h:technician"], + "baseStats": { + "hp": 75, + "attack": 98, + "defence": 70, + "special_attack": 114, + "special_defence": 70, + "speed": 75 + }, + "catchRate": 45, + "maleRatio": 0.5, + "baseExperienceYield": 176, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 2, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "medium_slow", + "eggCycles": 25, + "eggGroups": ["human_like"], + "labels": ["gen8", "gmax"], + "aspects": ["gmax"], + "height": 240, + "weight": 0, + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Low-Key-Gmax", + "primaryType": "electric", + "secondaryType": "poison", + "abilities": ["punkrock", "minus", "h:technician"], + "baseStats": { + "hp": 75, + "attack": 98, + "defence": 70, + "special_attack": 114, + "special_defence": 70, + "speed": 75 + }, + "catchRate": 45, + "maleRatio": 0.5, + "baseExperienceYield": 176, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 2, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "medium_slow", + "eggCycles": 25, + "eggGroups": ["human_like"], + "labels": ["gen8", "gmax"], + "aspects": ["low-key-gmax"], + "height": 240, + "weight": 0, + "cannotDynamax": false, + "battleOnly": true + } + ], + "baseExperienceYield": 176, + "experienceGroup": "medium_slow", + "eggCycles": 25, + "eggGroups": ["human_like"], + "moves": [ + "1:acid", + "1:acidspray", + "1:belch", + "1:eerieimpulse", + "1:flail", + "1:growl", + "1:leer", + "1:nobleroar", + "1:nuzzle", + "1:tearfullook", + "1:thundershock", + "4:charge", + "8:shockwave", + "12:scaryface", + "16:taunt", + "20:venoshock", + "24:screech", + "28:swagger", + "32:toxic", + "36:discharge", + "40:poisonjab", + "44:overdrive", + "48:boomburst", + "52:shiftgear", + "tm:acidspray", + "tm:attract", + "tm:brickbreak", + "tm:charge", + "tm:chargebeam", + "tm:charm", + "tm:drainpunch", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:firepunch", + "tm:fling", + "tm:gigaimpact", + "tm:gunkshot", + "tm:helpinghand", + "tm:hex", + "tm:hyperbeam", + "tm:hypervoice", + "tm:megakick", + "tm:megapunch", + "tm:metalsound", + "tm:metronome", + "tm:payback", + "tm:poisonjab", + "tm:poisontail", + "tm:protect", + "tm:psychicnoise", + "tm:raindance", + "tm:rest", + "tm:round", + "tm:scaryface", + "tm:screech", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:sludgewave", + "tm:snarl", + "tm:snore", + "tm:storedpower", + "tm:substitute", + "tm:sunnyday", + "tm:swift", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thief", + "tm:throatchop", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderfang", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:toxicspikes", + "tm:trailblaze", + "tm:uproar", + "tm:venoshock", + "tm:voltswitch", + "tm:wildcharge", + "tutor:boomburst", + "tutor:overdrive", + "tutor:risingvoltage", + "tutor:sludgewave" + ], + "labels": ["gen8"], + "pokedex": ["cobblemon.species.toxtricity.desc"], + "preEvolution": "toxel", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 2, + "special_defence": 0, + "speed": 0 + }, + "height": 16, + "weight": 400, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:shuca_berry", + "percentage": 5 + } + ] + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/urshifu.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/urshifu.json new file mode 100644 index 0000000..ffce142 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/urshifu.json @@ -0,0 +1,382 @@ +{ + "implemented": true, + "name": "Urshifu", + "nationalPokedexNumber": 892, + "primaryType": "fighting", + "secondaryType": "dark", + "abilities": [ + "unseenfist" + ], + "baseStats": { + "hp": 100, + "attack": 130, + "defence": 100, + "special_attack": 63, + "special_defence": 60, + "speed": 97 + }, + "features": ["rapidstrike"], + "behaviour": { + "moving": { + "canLook": true, + "walk": { + "walkSpeed": 0.3, + "canWalk": true, + "avoidsLand": false + }, + "fly": { + "canFly": false + }, + "swim": { + "swimSpeed": 0.2, + "canSwimInWater": false, + "canBreatheUnderwater": false + } + } + }, + "catchRate": 3, + "maleRatio": 0.875, + "shoulderMountable": false, + "baseScale":0.7, + "hitbox": { + "width": 2, + "height": 3, + "fixed": false + }, + "forms": [ + { + "name": "rapidstrike", + "primaryType": "fighting", + "secondaryType": "water", + "abilities": [ + "unseenfist" + ], + "baseStats": { + "hp": 100, + "attack": 130, + "defence": 100, + "special_attack": 63, + "special_defence": 60, + "speed": 97 + }, + "catchRate": 3, + "maleRatio": 0.875, + "baseExperienceYield": 275, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:aquajet", + "1:endure", + "1:focusenergy", + "1:leer", + "1:rocksmash", + "12:aerialace", + "16:scaryface", + "20:headbutt", + "24:brickbreak", + "28:detect", + "32:bulkup", + "36:ironhead", + "40:dynamicpunch", + "44:counter", + "48:closecombat", + "52:focuspunch", + "tm:acrobatics", + "tm:aerialace", + "tm:attract", + "tm:aurasphere", + "tm:bodypress", + "tm:bodyslam", + "tm:brickbreak", + "tm:brine", + "tm:bulkup", + "tm:chillingwater", + "tm:closecombat", + "tm:coaching", + "tm:dig", + "tm:dive", + "tm:doubleedge", + "tm:drainpunch", + "tm:endure", + "tm:facade", + "tm:falseswipe", + "tm:firepunch", + "tm:fling", + "tm:focusblast", + "tm:focusenergy", + "tm:focuspunch", + "tm:gigaimpact", + "tm:helpinghand", + "tm:icepunch", + "tm:icespinner", + "tm:irondefense", + "tm:ironhead", + "tm:liquidation", + "tm:lowkick", + "tm:lowsweep", + "tm:megakick", + "tm:megapunch", + "tm:poisonjab", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:retaliate", + "tm:revenge", + "tm:reversal", + "tm:rockslide", + "tm:rocktomb", + "tm:round", + "tm:scald", + "tm:scaryface", + "tm:sleeptalk", + "tm:snore", + "tm:stoneedge", + "tm:substitute", + "tm:superpower", + "tm:swift", + "tm:swordsdance", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thunderpunch", + "tm:trailblaze", + "tm:uturn", + "tm:waterfall", + "tm:whirlpool", + "tm:workup", + "tm:zenheadbutt", + "tutor:coaching" + ], + "labels": [ + "gen8", + "legendary" + ], + "aspects": [ + "rapidstrike" + ], + "height": 19, + "weight": 1050, + "preEvolution": "kubfu", + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Gmax", + "primaryType": "fighting", + "secondaryType": "dark", + "abilities": [ + "unseenfist" + ], + "baseStats": { + "hp": 100, + "attack": 130, + "defence": 100, + "special_attack": 63, + "special_defence": 60, + "speed": 97 + }, + "catchRate": 3, + "maleRatio": 0.875, + "baseExperienceYield": 275, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "labels": [ + "gen8", + "legendary", + "gmax" + ], + "aspects": [ + "gmax" + ], + "height": 30, + "weight": 0, + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "RapidStrike-Gmax", + "primaryType": "fighting", + "secondaryType": "water", + "abilities": [ + "unseenfist" + ], + "baseStats": { + "hp": 100, + "attack": 130, + "defence": 100, + "special_attack": 63, + "special_defence": 60, + "speed": 97 + }, + "catchRate": 3, + "maleRatio": 0.875, + "baseExperienceYield": 275, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "labels": [ + "gen8", + "legendary", + "gmax" + ], + "aspects": [ + "rapidstrike-gmax" + ], + "height": 19, + "weight": 1050, + "cannotDynamax": false, + "battleOnly": true + } + ], + "baseExperienceYield": 275, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:endure", + "1:focusenergy", + "1:leer", + "1:rocksmash", + "1:suckerpunch", + "12:aerialace", + "16:scaryface", + "20:headbutt", + "24:brickbreak", + "28:detect", + "32:bulkup", + "36:ironhead", + "40:dynamicpunch", + "44:counter", + "48:closecombat", + "52:focuspunch", + "tm:acrobatics", + "tm:aerialace", + "tm:assurance", + "tm:attract", + "tm:aurasphere", + "tm:beatup", + "tm:bodypress", + "tm:bodyslam", + "tm:brickbreak", + "tm:bulkup", + "tm:closecombat", + "tm:coaching", + "tm:crunch", + "tm:darkestlariat", + "tm:darkpulse", + "tm:dig", + "tm:doubleedge", + "tm:drainpunch", + "tm:endure", + "tm:facade", + "tm:falseswipe", + "tm:firepunch", + "tm:fling", + "tm:focusblast", + "tm:focusenergy", + "tm:focuspunch", + "tm:foulplay", + "tm:gigaimpact", + "tm:helpinghand", + "tm:icepunch", + "tm:irondefense", + "tm:ironhead", + "tm:lashout", + "tm:lowkick", + "tm:lowsweep", + "tm:megakick", + "tm:megapunch", + "tm:metalclaw", + "tm:payback", + "tm:poisonjab", + "tm:protect", + "tm:rest", + "tm:retaliate", + "tm:revenge", + "tm:reversal", + "tm:roar", + "tm:rockslide", + "tm:rocktomb", + "tm:round", + "tm:scaryface", + "tm:sleeptalk", + "tm:snarl", + "tm:snore", + "tm:stoneedge", + "tm:substitute", + "tm:superpower", + "tm:swift", + "tm:swordsdance", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:throatchop", + "tm:thunderpunch", + "tm:trailblaze", + "tm:uturn", + "tm:workup", + "tm:zenheadbutt", + "tutor:coaching", + "tutor:lashout" + ], + "labels": [ + "gen8", + "legendary" + ], + "pokedex": [ + "cobblemon.species.urshifu.desc" + ], + "preEvolution": "kubfu", + "evolutions": [], + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 19, + "weight": 1050, + "aspects": [], + "cannotDynamax": false + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/wugtrio.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/wugtrio.json new file mode 100644 index 0000000..593e55c --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/wugtrio.json @@ -0,0 +1,86 @@ +{ + "implemented": "true", + "name": "Wugtrio", + "nationalPokedexNumber": 961, + "primaryType": "water", + "abilities": ["gooey", "rattled", "h:sandveil"], + "baseStats": { + "hp": 35, + "attack": 100, + "defence": 50, + "special_attack": 50, + "special_defence": 70, + "speed": 120 + }, + "catchRate": 50, + "maleRatio": 0.5, + "baseExperienceYield": 149, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": ["water_3"], + "moves": [ + "1:mudslap", + "1:sandattack", + "1:watergun", + "1:wrap", + "12:aquajet", + "16:slam", + "20:waterpulse", + "24:headbutt", + "30:tripledive", + "36:dig", + "42:suckerpunch", + "48:throatchop", + "54:liquidation", + "tm:agility", + "tm:blizzard", + "tm:bulldoze", + "tm:chillingwater", + "tm:dig", + "tm:earthpower", + "tm:endure", + "tm:facade", + "tm:foulplay", + "tm:gigaimpact", + "tm:helpinghand", + "tm:hydropump", + "tm:hyperbeam", + "tm:icebeam", + "tm:liquidation", + "tm:muddywater", + "tm:mudshot", + "tm:mudslap", + "tm:painsplit", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:sandstorm", + "tm:sleeptalk", + "tm:stompingtantrum", + "tm:substitute", + "tm:surf", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:throatchop", + "tm:waterpulse", + "tm:whirlpool" + ], + "labels": ["gen9"], + "aspects": [], + "height": 12, + "weight": 54, + "preEvolution": "wiglett", + "evolutions": [], + "cannotDynamax": false, + "pokedex": ["cobblemon.species.wugtrio.desc"] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/archaludon.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/archaludon.json new file mode 100644 index 0000000..56a0de4 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/archaludon.json @@ -0,0 +1,112 @@ +{ + "implemented": true, + "name": "Archaludon", + "nationalPokedexNumber": 1018, + "primaryType": "steel", + "secondaryType": "dragon", + "abilities": [ + "stamina", + "sturdy", + "h:stalwart" + ], + "baseStats": { + "hp": 90, + "attack": 105, + "defence": 130, + "special_attack": 125, + "special_defence": 65, + "speed": 85 + }, + "catchRate": 10, + "maleRatio": 0.5, + "baseExperienceYield": 0, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 3, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "medium_fast", + "eggCycles": 30, + "eggGroups": [ + "mineral", + "dragon" + ], + "moves": [ + "1:leer", + "1:metalclaw", + "6:rocksmash", + "12:honeclaws", + "18:metalsound", + "24:breakingswipe", + "30:dragontail", + "36:irondefense", + "42:focusenergy", + "48:dragonclaw", + "54:flashcannon", + "60:metalburst", + "66:hyperbeam", + "tm:aurasphere", + "tm:bodypress", + "tm:bodyslam", + "tm:breakingswipe", + "tm:brickbreak", + "tm:darkpulse", + "tm:doubleedge", + "tm:dracometeor", + "tm:dragoncheer", + "tm:dragonclaw", + "tm:dragonpulse", + "tm:dragontail", + "tm:earthquake", + "tm:endure", + "tm:facade", + "tm:flashcannon", + "tm:foulplay", + "tm:gigaimpact", + "tm:gyroball", + "tm:hardpress", + "tm:heavyslam", + "tm:hyperbeam", + "tm:irondefense", + "tm:ironhead", + "tm:lightscreen", + "tm:metalclaw", + "tm:metalsound", + "tm:meteorbeam", + "tm:outrage", + "tm:protect", + "tm:reflect", + "tm:rest", + "tm:roar", + "tm:rockslide", + "tm:rocktomb", + "tm:scaryface", + "tm:sleeptalk", + "tm:smackdown", + "tm:snarl", + "tm:solarbeam", + "tm:stealthrock", + "tm:steelbeam", + "tm:stoneedge", + "tm:substitute", + "tm:swordsdance", + "tm:takedown", + "tm:terablast", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderwave" + ], + "labels": [ + "gen9" + ], + "aspects": [], + "height": 20, + "weight": 600, + "preEvolution": "duraludon", + "evolutions": [], + "cannotDynamax": false + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/arctibax.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/arctibax.json new file mode 100644 index 0000000..e7ca83b --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/arctibax.json @@ -0,0 +1,106 @@ +{ + "implemented": true, + "name": "Arctibax", + "nationalPokedexNumber": 997, + "primaryType": "dragon", + "secondaryType": "ice", + "abilities": ["thermalexchange", "h:icebody"], + "baseStats": { + "hp": 90, + "attack": 95, + "defence": 66, + "special_attack": 45, + "special_defence": 65, + "speed": 62 + }, + "catchRate": 25, + "maleRatio": 0.5, + "baseExperienceYield": 148, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 2, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 40, + "eggGroups": ["dragon", "mineral"], + "moves": [ + "1:dragontail", + "1:leer", + "1:tackle", + "6:icywind", + "12:dragonbreath", + "18:focusenergy", + "24:bite", + "29:icefang", + "40:takedown", + "45:icebeam", + "50:crunch", + "55:iciclecrash", + "tm:aerialace", + "tm:avalanche", + "tm:blizzard", + "tm:bodyslam", + "tm:brickbreak", + "tm:crunch", + "tm:dig", + "tm:dracometeor", + "tm:dragonclaw", + "tm:dragonpulse", + "tm:dragontail", + "tm:endure", + "tm:facade", + "tm:helpinghand", + "tm:icebeam", + "tm:icefang", + "tm:iciclespear", + "tm:icywind", + "tm:ironhead", + "tm:outrage", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:scaryface", + "tm:sleeptalk", + "tm:snowscape", + "tm:substitute", + "tm:swordsdance", + "tm:takedown", + "tm:terablast" + ], + "labels": ["gen9"], + "aspects": [], + "height": 8, + "weight": 300, + "preEvolution": "frigibax", + "evolutions": [ + { + "id": "arctibax_baxcalibur", + "variant": "level_up", + "result": "baxcalibur", + "consumeHeldItem": false, + "learnableMoves": ["glaiverush"], + "requirements": [ + { + "variant": "level", + "minLevel": 54 + } + ] + } + ], + "cannotDynamax": false, + "pokedex": ["cobblemon.species.arctibax.desc"], + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:haban_berry", + "percentage": 5 + } + ] + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/baxcalibur.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/baxcalibur.json new file mode 100644 index 0000000..bfa5757 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/baxcalibur.json @@ -0,0 +1,112 @@ +{ + "implemented": true, + "name": "Baxcalibur", + "nationalPokedexNumber": 998, + "primaryType": "dragon", + "secondaryType": "ice", + "abilities": ["thermalexchange", "h:icebody"], + "baseStats": { + "hp": 115, + "attack": 145, + "defence": 92, + "special_attack": 75, + "special_defence": 86, + "speed": 87 + }, + "catchRate": 10, + "maleRatio": 0.5, + "baseExperienceYield": 300, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 40, + "eggGroups": ["dragon", "mineral"], + "moves": [ + "1:breakingswipe", + "1:dragontail", + "1:iceshard", + "1:leer", + "1:snowscape", + "1:tackle", + "1:glaiverush", + "6:icywind", + "12:dragonbreath", + "18:focusenergy", + "24:bite", + "29:icefang", + "35:dragonclaw", + "42:takedown", + "48:icebeam", + "55:crunch", + "62:iciclecrash", + "tm:aerialace", + "tm:avalanche", + "tm:blizzard", + "tm:bodypress", + "tm:bodyslam", + "tm:breakingswipe", + "tm:brickbreak", + "tm:bulldoze", + "tm:crunch", + "tm:dig", + "tm:doubleedge", + "tm:dracometeor", + "tm:dragoncheer", + "tm:dragonclaw", + "tm:dragondance", + "tm:dragonpulse", + "tm:dragontail", + "tm:earthquake", + "tm:endure", + "tm:facade", + "tm:falseswipe", + "tm:gigaimpact", + "tm:helpinghand", + "tm:highhorsepower", + "tm:hyperbeam", + "tm:icebeam", + "tm:icefang", + "tm:iciclespear", + "tm:icywind", + "tm:ironhead", + "tm:outrage", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:scaleshot", + "tm:scaryface", + "tm:sleeptalk", + "tm:snowscape", + "tm:stompingtantrum", + "tm:substitute", + "tm:swordsdance", + "tm:takedown", + "tm:terablast", + "tm:thunderfang", + "tm:zenheadbutt" + ], + "labels": ["gen9", "pseudo_legendary"], + "aspects": [], + "height": 21, + "weight": 2100, + "preEvolution": "arctibax", + "evolutions": [], + "cannotDynamax": false, + "pokedex": ["cobblemon.species.baxcalibur.desc"], + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:haban_berry", + "percentage": 10 + } + ] + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/bellibolt.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/bellibolt.json new file mode 100644 index 0000000..83868df --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/bellibolt.json @@ -0,0 +1,101 @@ +{ + "implemented": true, + "name": "Bellibolt", + "nationalPokedexNumber": 939, + "primaryType": "electric", + "abilities": ["electromorphosis", "static", "h:damp"], + "baseStats": { + "hp": 109, + "attack": 64, + "defence": 91, + "special_attack": 103, + "special_defence": 83, + "speed": 45 + }, + "catchRate": 50, + "maleRatio": 0.5, + "baseExperienceYield": 173, + "baseFriendship": 50, + "evYield": { + "hp": 2, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": ["water_1"], + "moves": [ + "1:mudslap", + "1:slackoff", + "1:tackle", + "7:thundershock", + "11:watergun", + "17:charge", + "21:spark", + "24:mudshot", + "25:flail", + "32:discharge", + "36:weatherball", + "40:electricterrain", + "45:suckerpunch", + "50:zapcannon", + "tm:acidspray", + "tm:charge", + "tm:chargebeam", + "tm:chillingwater", + "tm:confuseray", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:endure", + "tm:gigaimpact", + "tm:hyperbeam", + "tm:hypervoice", + "tm:lightscreen", + "tm:muddywater", + "tm:mudshot", + "tm:mudslap", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:sleeptalk", + "tm:substitute", + "tm:supercellslam", + "tm:swift", + "tm:terablast", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderwave", + "tm:toxic", + "tm:voltswitch", + "tm:waterpulse", + "tm:weatherball", + "tm:wildcharge" + ], + "labels": ["gen9"], + "aspects": [], + "height": 12, + "weight": 1130, + "preEvolution": "tadbulb", + "evolutions": [], + "cannotDynamax": false, + "pokedex": ["cobblemon.species.bellibolt.desc"], + "drops": { + "amount": 2, + "entries": [ + { + "item": "minecraft:ochre_froglight", + "percentage": 5 + }, + { + "item": "cobblemon:wepear_berry", + "percentage": 5 + } + ] + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/brutebonnet.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/brutebonnet.json new file mode 100644 index 0000000..ef2d5a1 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/brutebonnet.json @@ -0,0 +1,105 @@ +{ + "implemented": true, + "name": "Brute Bonnet", + "nationalPokedexNumber": 986, + "primaryType": "grass", + "secondaryType": "dark", + "abilities": [ + "protosynthesis" + ], + "baseStats": { + "hp": 111, + "attack": 127, + "defence": 99, + "special_attack": 79, + "special_defence": 99, + "speed": 55 + }, + "catchRate": 50, + "maleRatio": -1, + "baseExperienceYield": 285, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 50, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:absorb", + "1:astonish", + "1:growth", + "1:sunnyday", + "7:stunspore", + "14:megadrain", + "21:synthesis", + "28:clearsmog", + "35:payback", + "42:thrash", + "49:gigadrain", + "56:suckerpunch", + "63:spore", + "70:ingrain", + "77:ragepowder", + "91:solarbeam", + "100:bodypress", + "100:bodyslam", + "100:bulletseed", + "100:closecombat", + "100:confuseray", + "100:crunch", + "100:darkpulse", + "100:earthpower", + "100:endure", + "100:energyball", + "100:facade", + "100:gigadrain", + "100:gigaimpact", + "100:grassknot", + "100:grassyterrain", + "100:hex", + "100:hyperbeam", + "100:leafstorm", + "100:magicalleaf", + "100:outrage", + "100:pollenpuff", + "100:protect", + "100:rest", + "100:scaryface", + "100:seedbomb", + "100:sleeptalk", + "100:solarbeam", + "100:stompingtantrum", + "100:substitute", + "100:sunnyday", + "100:taunt", + "100:terablast", + "100:thief", + "100:trailblaze", + "100:venoshock", + "100:zenheadbutt", + "100:clearsmog", + "100:gigadrain", + "100:payback", + "100:thrash" + ], + "labels": [ + "gen9", + "paradox" + ], + "aspects": [], + "height": 12, + "weight": 210, + "evolutions": [], + "cannotDynamax": false, + "pokedex": [ + "cobblemon.species.brutebonnet.desc" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/capsakid.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/capsakid.json new file mode 100644 index 0000000..caa51f3 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/capsakid.json @@ -0,0 +1,119 @@ +{ + "implemented": true, + "name": "Capsakid", + "nationalPokedexNumber": 951, + "primaryType": "grass", + "abilities": [ + "chlorophyll", + "insomnia", + "h:klutz" + ], + "baseStats": { + "hp": 52, + "attack": 62, + "defence": 40, + "special_attack": 62, + "special_defence": 40, + "speed": 50 + }, + "catchRate": 190, + "maleRatio": 0.5, + "shoulderMountable": true, + "baseExperienceYield": 61, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 1, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": [ + "grass" + ], + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": true, + "depth": "normal", + "light": "0-4" + } + }, + "moves": [ + "1:leafage", + "1:leer", + "4:bite", + "10:growth", + "13:razorleaf", + "17:sunnyday", + "21:bulletseed", + "24:headbutt", + "28:zenheadbutt", + "38:crunch", + "44:seedbomb", + "48:solarbeam", + "egg:ingrain", + "egg:leechseed", + "egg:ragepowder", + "egg:rollout", + "egg:worryseed", + "tm:bulletseed", + "tm:crunch", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:gigadrain", + "tm:grassknot", + "tm:grassyterrain", + "tm:helpinghand", + "tm:leafstorm", + "tm:magicalleaf", + "tm:protect", + "tm:rest", + "tm:sandstorm", + "tm:seedbomb", + "tm:sleeptalk", + "tm:solarbeam", + "tm:stompingtantrum", + "tm:substitute", + "tm:sunnyday", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:trailblaze", + "tm:zenheadbutt" + ], + "labels": [ + "gen9" + ], + "aspects": [], + "height": 3, + "weight": 30, + "evolutions": [ + { + "id": "capsakid_scovillain", + "variant": "item_interact", + "result": "scovillain", + "consumeHeldItem": false, + "learnableMoves": [ + "flamethrower", + "spicyextract" + ], + "requirements": [], + "requiredContext": "cobblemon:fire_stone" + } + ], + "baseScale": 1, + "hitbox": { + "width": 0.5, + "height": 0.65, + "fixed": false + }, + "cannotDynamax": false, + "pokedex": [ + "cobblemon.species.capsakid.desc" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/chienpao.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/chienpao.json new file mode 100644 index 0000000..c258859 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/chienpao.json @@ -0,0 +1,117 @@ +{ + "implemented": true, + "name": "Chien-Pao", + "nationalPokedexNumber": 1002, + "primaryType": "dark", + "secondaryType": "ice", + "abilities": ["swordofruin"], + "drops": { + "amount": 5, + "entries": [ + { + "item": "cobblemon:rare_candy", + "quantityRange": "5-10" + }, + { + "item": "minecraft:iron_sword", + "percentage": 50.0 + }, + { + "item": "cobblemon:never_melt_ice", + "percentage": 50.0 + }, + { + "item": "cobblemon:ability_capsule", + "percentage": 25.0 + }, + { + "item": "cobblemon:ability_patch", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 80, + "attack": 120, + "defence": 80, + "special_attack": 90, + "special_defence": 65, + "speed": 135 + }, + "catchRate": 6, + "maleRatio": -1, + "baseExperienceYield": 285, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 3 + }, + "experienceGroup": "slow", + "eggCycles": 50, + "eggGroups": ["undiscovered"], + "moves": [ + "1:meanlook", + "1:powdersnow", + "1:spite", + "5:icywind", + "10:payback", + "15:haze", + "15:mist", + "20:iceshard", + "25:swordsdance", + "30:snowscape", + "35:nightslash", + "40:darkpulse", + "45:iciclecrash", + "50:ruination", + "55:suckerpunch", + "60:sacredsword", + "65:recover", + "70:throatchop", + "75:sheercold", + "tm:acrobatics", + "tm:aerialace", + "tm:avalanche", + "tm:blizzard", + "tm:brickbreak", + "tm:crunch", + "tm:darkpulse", + "tm:endure", + "tm:facade", + "tm:falseswipe", + "tm:gigaimpact", + "tm:haze", + "tm:hex", + "tm:hyperbeam", + "tm:icefang", + "tm:icespinner", + "tm:icywind", + "tm:lashout", + "tm:protect", + "tm:psychicfangs", + "tm:raindance", + "tm:rest", + "tm:scaryface", + "tm:sleeptalk", + "tm:snarl", + "tm:snowscape", + "tm:spite", + "tm:substitute", + "tm:swordsdance", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:throatchop" + ], + "labels": ["gen9", "legendary"], + "aspects": [], + "height": 19, + "weight": 1522, + "evolutions": [], + "cannotDynamax": false, + "pokedex": ["cobblemon.species.chienpao.desc"] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/chiyu.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/chiyu.json new file mode 100644 index 0000000..da171a9 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/chiyu.json @@ -0,0 +1,118 @@ +{ + "implemented": true, + "name": "Chi-Yu", + "nationalPokedexNumber": 1004, + "primaryType": "dark", + "secondaryType": "fire", + "abilities": ["beadsofruin"], + "drops": { + "amount": 5, + "entries": [ + { + "item": "cobblemon:rare_candy", + "quantityRange": "5-10" + }, + { + "item": "cobblemon:black_glasses", + "percentage": 50.0 + }, + { + "item": "cobblemon:charcoal", + "percentage": 50.0 + }, + { + "item": "cobblemon:ability_capsule", + "percentage": 25.0 + }, + { + "item": "cobblemon:ability_patch", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 55, + "attack": 80, + "defence": 80, + "special_attack": 135, + "special_defence": 120, + "speed": 100 + }, + "catchRate": 6, + "maleRatio": -1, + "baseExperienceYield": 285, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 3, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 50, + "eggGroups": ["undiscovered"], + "moves": [ + "1:ember", + "1:meanlook", + "1:spite", + "5:flamewheel", + "10:payback", + "15:willowisp", + "20:flamecharge", + "25:incinerate", + "30:confuseray", + "35:nastyplot", + "40:darkpulse", + "45:lavaplume", + "50:ruination", + "55:bounce", + "60:swagger", + "65:inferno", + "70:memento", + "75:overheat", + "tm:burningjealousy", + "tm:confuseray", + "tm:crunch", + "tm:darkpulse", + "tm:endure", + "tm:facade", + "tm:fireblast", + "tm:firespin", + "tm:flamecharge", + "tm:flamethrower", + "tm:flareblitz", + "tm:gigaimpact", + "tm:heatwave", + "tm:hex", + "tm:hyperbeam", + "tm:lashout", + "tm:lightscreen", + "tm:nastyplot", + "tm:overheat", + "tm:protect", + "tm:psychic", + "tm:reflect", + "tm:rest", + "tm:scaryface", + "tm:sleeptalk", + "tm:snarl", + "tm:spite", + "tm:substitute", + "tm:sunnyday", + "tm:takedown", + "tm:taunt", + "tm:temperflare", + "tm:terablast", + "tm:willowisp", + "tm:zenheadbutt" + ], + "labels": ["gen9", "legendary"], + "aspects": [], + "height": 4, + "weight": 49, + "evolutions": [], + "cannotDynamax": false, + "pokedex": ["cobblemon.species.chiyu.desc"] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/cyclizar.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/cyclizar.json new file mode 100644 index 0000000..ded5d8f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/cyclizar.json @@ -0,0 +1,112 @@ +{ + "implemented": true, + "name": "Cyclizar", + "nationalPokedexNumber": 967, + "primaryType": "dragon", + "secondaryType": "normal", + "abilities": ["shedskin", "h:regenerator"], + "baseStats": { + "hp": 70, + "attack": 95, + "defence": 65, + "special_attack": 85, + "special_defence": 65, + "speed": 121 + }, + "catchRate": 190, + "maleRatio": 0.5, + "baseExperienceYield": 175, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_slow", + "eggCycles": 30, + "eggGroups": ["field"], + "moves": [ + "1:growl", + "1:tackle", + "7:rapidspin", + "11:taunt", + "14:breakingswipe", + "18:quickattack", + "23:bite", + "27:uturn", + "31:shedtail", + "36:dragonclaw", + "40:shiftgear", + "45:dragonpulse", + "51:doubleedge", + "57:dragonrush", + "egg:aquatail", + "egg:irontail", + "egg:knockoff", + "egg:powerwhip", + "tm:acrobatics", + "tm:aerialace", + "tm:agility", + "tm:bodyslam", + "tm:breakingswipe", + "tm:crunch", + "tm:doubleedge", + "tm:dracometeor", + "tm:dragoncheer", + "tm:dragonclaw", + "tm:dragonpulse", + "tm:dragontail", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:firefang", + "tm:gigaimpact", + "tm:hyperbeam", + "tm:hypervoice", + "tm:icespinner", + "tm:ironhead", + "tm:knockoff", + "tm:mudshot", + "tm:mudslap", + "tm:outrage", + "tm:overheat", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:scaleshot", + "tm:sleeptalk", + "tm:substitute", + "tm:sunnyday", + "tm:supercellslam", + "tm:takedown", + "tm:taunt", + "tm:temperflare", + "tm:terablast", + "tm:thief", + "tm:thunderbolt", + "tm:thunderfang", + "tm:trailblaze", + "tm:uproar", + "tm:uturn", + "tm:wildcharge" + ], + "labels": ["gen9"], + "aspects": [], + "height": 16, + "weight": 630, + "evolutions": [], + "cannotDynamax": false, + "pokedex": ["cobblemon.species.cyclizar.desc"], + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:haban_berry", + "percentage": 5 + } + ] + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/dipplin.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/dipplin.json new file mode 100644 index 0000000..9d84711 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/dipplin.json @@ -0,0 +1,131 @@ +{ + "implemented": true, + "name": "Dipplin", + "nationalPokedexNumber": 1011, + "primaryType": "grass", + "secondaryType": "dragon", + "abilities": ["supersweetsyrup", "gluttony", "h:stickyhold"], + "baseStats": { + "hp": 80, + "attack": 80, + "defence": 110, + "special_attack": 95, + "special_defence": 80, + "speed": 40 + }, + "catchRate": 45, + "maleRatio": 0.5, + "baseExperienceYield": 0, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 2, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "shoulderMountable": true, + "eggCycles": 20, + "eggGroups": ["grass", "dragon"], + "moves": [ + "1:astonish", + "1:infestation", + "1:recycle", + "1:sweetscent", + "1:withdraw", + "4:dragontail", + "8:growth", + "12:dragonbreath", + "16:protect", + "20:bulletseed", + "28:syrupbomb", + "32:dragonpulse", + "36:recover", + "40:energyball", + "44:substitute", + "50:dragoncheer", + "tm:bodyslam", + "tm:bugbite", + "tm:bulletseed", + "tm:dracometeor", + "tm:dragoncheer", + "tm:dragonpulse", + "tm:dragontail", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:gigadrain", + "tm:gigaimpact", + "tm:grassknot", + "tm:grassyglide", + "tm:grassyterrain", + "tm:gyroball", + "tm:hyperbeam", + "tm:leafstorm", + "tm:outrage", + "tm:pollenpuff", + "tm:pounce", + "tm:protect", + "tm:reflect", + "tm:rest", + "tm:seedbomb", + "tm:sleeptalk", + "tm:solarbeam", + "tm:substitute", + "tm:sunnyday", + "tm:takedown", + "tm:terablast" + ], + "labels": ["gen9"], + "baseScale": 0.5, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "aspects": [], + "height": 4, + "weight": 44, + "preEvolution": "applin", + "evolutions": [ + { + "id": "dipplin_hydrapple", + "variant": "level_up", + "result": "hydrapple", + "consumeHeldItem": false, + "learnableMoves": ["ficklebeam"], + "requirements": [ + { + "variant": "held_item", + "itemCondition": "minecraft:dragon_breath" + } + ] + } + ], + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "canLook": false, + "walk": { + "walkSpeed": 0.145, + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": true, + "canBreatheUnderwater": false + } + } + }, + "cannotDynamax": false, + "pokedex": [ + "Dipplin is two creatures in one Pokémon. Its evolution was triggered by a special apple grown only in one place." + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/dudunsparce.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/dudunsparce.json new file mode 100644 index 0000000..9a51d70 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/dudunsparce.json @@ -0,0 +1,203 @@ +{ + "implemented":true, + "name": "Dudunsparce", + "nationalPokedexNumber": 982, + "primaryType": "normal", + "abilities": [ + "serenegrace", + "runaway", + "h:rattled" + ], + "baseStats": { + "hp": 125, + "attack": 100, + "defence": 80, + "special_attack": 85, + "special_defence": 75, + "speed": 55 + }, + "catchRate": 45, + "maleRatio": 0.5, + "baseExperienceYield": 182, + "baseFriendship": 50, + "evYield": { + "hp": 2, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": [ + "field" + ], + "features": ["threesegment"], + "moves": [ + "1:defensecurl", + "1:flail", + "4:mudslap", + "8:rollout", + "12:glare", + "16:screech", + "20:ancientpower", + "24:drillrun", + "28:yawn", + "32:hyperdrill", + "36:roost", + "40:dragonrush", + "44:coil", + "48:doubleedge", + "52:endeavor", + "56:hurricane", + "62:boomburst", + "tm:agility", + "tm:airslash", + "tm:amnesia", + "tm:batonpass", + "tm:blizzard", + "tm:bodypress", + "tm:bodyslam", + "tm:breakingswipe", + "tm:bulldoze", + "tm:calmmind", + "tm:chillingwater", + "tm:curse", + "tm:dig", + "tm:doubleedge", + "tm:dragontail", + "tm:drillrun", + "tm:dualwingbeat", + "tm:earthpower", + "tm:earthquake", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:fireblast", + "tm:flamethrower", + "tm:gigaimpact", + "tm:gyroball", + "tm:heavyslam", + "tm:helpinghand", + "tm:hex", + "tm:hurricane", + "tm:hyperbeam", + "tm:hypervoice", + "tm:icebeam", + "tm:icespinner", + "tm:lunge", + "tm:mudshot", + "tm:mudslap", + "tm:outrage", + "tm:painsplit", + "tm:poisonjab", + "tm:poisontail", + "tm:pounce", + "tm:protect", + "tm:psychup", + "tm:raindance", + "tm:rest", + "tm:rockslide", + "tm:rocktomb", + "tm:sandstorm", + "tm:scaleshot", + "tm:scaryface", + "tm:shadowball", + "tm:skittersmack", + "tm:sleeptalk", + "tm:smartstrike", + "tm:solarbeam", + "tm:spite", + "tm:stealthrock", + "tm:stompingtantrum", + "tm:stoneedge", + "tm:storedpower", + "tm:substitute", + "tm:sunnyday", + "tm:tailwind", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:throatchop", + "tm:thunder", + "tm:thunderbolt", + "tm:toxic", + "tm:uproar", + "tm:wildcharge", + "tm:zenheadbutt" + ], + "labels": [ + "gen9" + ], + "aspects": [], + "height": 36, + "weight": 392, + "preEvolution": "dunsparce", + "evolutions": [], + "cannotDynamax": false, + "forms": [ + { + "name": "Three-Segment", + "primaryType": "normal", + "abilities": [ + "serenegrace", + "runaway", + "h:rattled" + ], + "baseStats": { + "hp": 125, + "attack": 100, + "defence": 80, + "special_attack": 85, + "special_defence": 75, + "speed": 55 + }, + "catchRate": 45, + "maleRatio": 0.5, + "baseExperienceYield": 0, + "baseFriendship": 50, + "evYield": { + "hp": 2, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": [ + "field" + ], + "labels": [ + "gen9" + ], + "aspects": [ + "threesegment" + ], + "height": 45, + "weight": 474, + "preEvolution": "dunsparce", + "cannotDynamax": false, + "battleOnly": false + } + ], + "pokedex": [ + "cobblemon.species.dudunsparce.desc" + ], + "drops": { + "amount": 2, + "entries": [ + { + "item": "cobblemon:rocky_helmet", + "percentage": 5.0 + }, + { + "item": "cobblemon:cheri_berry", + "percentage": 5.0 + } + ] + } + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/finizen.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/finizen.json new file mode 100644 index 0000000..e7f03b3 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/finizen.json @@ -0,0 +1,111 @@ +{ + "implemented": "true", + "name": "Finizen", + "nationalPokedexNumber": 963, + "primaryType": "water", + "abilities": ["waterveil"], + "baseStats": { + "hp": 70, + "attack": 45, + "defence": 40, + "special_attack": 45, + "special_defence": 40, + "speed": 75 + }, + "catchRate": 200, + "maleRatio": 0.5, + "baseExperienceYield": 63, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 1 + }, + "experienceGroup": "slow", + "eggCycles": 40, + "eggGroups": ["field", "water_2"], + "moves": [ + "1:supersonic", + "1:watergun", + "7:astonish", + "10:focusenergy", + "13:aquajet", + "17:doublehit", + "21:dive", + "25:charm", + "29:acrobatics", + "34:encore", + "39:aquatail", + "44:mist", + "50:hydropump", + "egg:boomburst", + "egg:bounce", + "egg:counter", + "egg:haze", + "egg:tickle", + "tm:acrobatics", + "tm:agility", + "tm:blizzard", + "tm:bodyslam", + "tm:charm", + "tm:chillingwater", + "tm:disarmingvoice", + "tm:drainingkiss", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:fling", + "tm:haze", + "tm:helpinghand", + "tm:hydropump", + "tm:icebeam", + "tm:icywind", + "tm:liquidation", + "tm:protect", + "tm:psychup", + "tm:raindance", + "tm:rest", + "tm:sleeptalk", + "tm:substitute", + "tm:surf", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:waterfall", + "tm:waterpulse", + "tm:zenheadbutt" + ], + "labels": ["gen9"], + "aspects": [], + "height": 13, + "weight": 602, + "evolutions": [ + { + "id": "finizen_palafin", + "variant": "level_up", + "result": "palafin", + "consumeHeldItem": false, + "learnableMoves": ["flipturn"], + "requirements": [ + { + "variant": "level", + "minLevel": 38 + } + ] + } + ], + "cannotDynamax": false, + "pokedex": ["cobblemon.species.finizen.desc"], + "drops": { + "amount": 1, + "entries": [ + { + "item": "minecraft:cod", + "quantityRange": "0-1" + } + ] + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/fluttermane.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/fluttermane.json new file mode 100644 index 0000000..7b76ab9 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/fluttermane.json @@ -0,0 +1,111 @@ +{ + "implemented": true, + "name": "Flutter Mane", + "nationalPokedexNumber": 987, + "primaryType": "ghost", + "secondaryType": "fairy", + "abilities": ["protosynthesis"], + "baseStats": { + "hp": 55, + "attack": 55, + "defence": 55, + "special_attack": 135, + "special_defence": 135, + "speed": 135 + }, + "catchRate": 30, + "maleRatio": -1, + "baseExperienceYield": 285, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 1, + "special_defence": 1, + "speed": 1 + }, + "experienceGroup": "slow", + "eggCycles": 50, + "eggGroups": ["undiscovered"], + "moves": [ + "1:astonish", + "1:confuseray", + "1:spite", + "1:sunnyday", + "7:psybeam", + "14:meanlook", + "21:memento", + "28:wish", + "35:dazzlinggleam", + "42:shadowball", + "49:mysticalfire", + "56:powergem", + "63:psyshock", + "70:phantomforce", + "77:painsplit", + "84:moonblast", + "91:perishsong", + "tm:calmmind", + "tm:chargebeam", + "tm:charm", + "tm:confuseray", + "tm:darkpulse", + "tm:dazzlinggleam", + "tm:disarmingvoice", + "tm:drainingkiss", + "tm:endure", + "tm:energyball", + "tm:faketears", + "tm:gigaimpact", + "tm:helpinghand", + "tm:hex", + "tm:hyperbeam", + "tm:hypervoice", + "tm:icywind", + "tm:imprison", + "tm:magicalleaf", + "tm:mistyterrain", + "tm:nightshade", + "tm:painsplit", + "tm:phantomforce", + "tm:poltergeist", + "tm:powergem", + "tm:protect", + "tm:psybeam", + "tm:psyshock", + "tm:rest", + "tm:shadowball", + "tm:sleeptalk", + "tm:spite", + "tm:storedpower", + "tm:substitute", + "tm:sunnyday", + "tm:swift", + "tm:taunt", + "tm:terablast", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderwave", + "tm:trickroom" + ], + "labels": ["gen9", "paradox"], + "aspects": [], + "height": 14, + "weight": 40, + "evolutions": [], + "cannotDynamax": false, + "pokedex": ["cobblemon.species.fluttermane.desc"], + "drops": { + "amount": 4, + "entries": [ + { + "item": "minecraft:phantom_membrane", + "quantityRange": "0-3" + }, + { + "item": "cobblemon:fairy_feather" + } + ] + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/frigibax.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/frigibax.json new file mode 100644 index 0000000..9544851 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/frigibax.json @@ -0,0 +1,106 @@ +{ + "implemented": true, + "name": "Frigibax", + "nationalPokedexNumber": 996, + "primaryType": "dragon", + "secondaryType": "ice", + "abilities": ["thermalexchange", "h:icebody"], + "baseStats": { + "hp": 65, + "attack": 75, + "defence": 45, + "special_attack": 35, + "special_defence": 45, + "speed": 55 + }, + "catchRate": 45, + "maleRatio": 0.5, + "baseExperienceYield": 64, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 1, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 40, + "eggGroups": ["dragon", "mineral"], + "moves": [ + "1:dragontail", + "1:leer", + "1:tackle", + "6:icywind", + "12:dragonbreath", + "18:focusenergy", + "24:bite", + "29:icefang", + "32:dragonclaw", + "36:takedown", + "40:icebeam", + "44:crunch", + "48:iciclecrash", + "egg:aquatail", + "egg:dragonrush", + "egg:freezedry", + "egg:iciclespear", + "tm:avalanche", + "tm:blizzard", + "tm:bodyslam", + "tm:crunch", + "tm:dig", + "tm:dracometeor", + "tm:dragonclaw", + "tm:dragonpulse", + "tm:dragontail", + "tm:endure", + "tm:facade", + "tm:helpinghand", + "tm:icebeam", + "tm:icefang", + "tm:iciclespear", + "tm:icywind", + "tm:outrage", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:sleeptalk", + "tm:snowscape", + "tm:substitute", + "tm:swordsdance", + "tm:takedown", + "tm:terablast" + ], + "labels": ["gen9"], + "aspects": [], + "height": 5, + "weight": 170, + "evolutions": [ + { + "id": "frigibax_arctibax", + "variant": "level_up", + "result": "arctibax", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 35 + } + ] + } + ], + "cannotDynamax": false, + "pokedex": ["cobblemon.species.frigibax.desc"], + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:haban_berry", + "percentage": 2.5 + } + ] + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/greattusk.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/greattusk.json new file mode 100644 index 0000000..641779f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/greattusk.json @@ -0,0 +1,114 @@ +{ + "implemented": true, + "name": "Great Tusk", + "nationalPokedexNumber": 984, + "primaryType": "ground", + "secondaryType": "fighting", + "abilities": [ + "protosynthesis" + ], + "baseStats": { + "hp": 115, + "attack": 131, + "defence": 131, + "special_attack": 53, + "special_defence": 53, + "speed": 87 + }, + "catchRate": 30, + "maleRatio": -1, + "baseExperienceYield": 285, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 50, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:defensecurl", + "1:hornattack", + "1:rollout", + "1:sunnyday", + "7:bulldoze", + "14:taunt", + "21:rapidspin", + "28:brickbreak", + "35:stompingtantrum", + "42:knockoff", + "49:earthquake", + "56:gigaimpact", + "63:closecombat", + "70:endeavor", + "77:megahorn", + "84:headsmash", + "91:headlongrush", + "100:bodypress", + "100:bodyslam", + "100:brickbreak", + "100:bulkup", + "100:bulldoze", + "100:closecombat", + "100:dig", + "100:earthpower", + "100:earthquake", + "100:endure", + "100:facade", + "100:firefang", + "100:flashcannon", + "100:gigaimpact", + "100:heavyslam", + "100:hyperbeam", + "100:icefang", + "100:icespinner", + "100:ironhead", + "100:mudshot", + "100:mudslap", + "100:playrough", + "100:protect", + "100:psyshock", + "100:rest", + "100:reversal", + "100:rockslide", + "100:rocktomb", + "100:sandstorm", + "100:scaryface", + "100:sleeptalk", + "100:smartstrike", + "100:stealthrock", + "100:stompingtantrum", + "100:stoneedge", + "100:substitute", + "100:sunnyday", + "100:takedown", + "100:taunt", + "100:terablast", + "100:thunderfang", + "100:zenheadbutt", + "100:brickbreak", + "100:earthquake", + "100:gigaimpact", + "100:knockoff", + "100:rapidspin", + "100:stompingtantrum" + ], + "labels": [ + "gen9", + "paradox" + ], + "aspects": [], + "height": 22, + "weight": 3200, + "evolutions": [], + "cannotDynamax": false, + "pokedex": [ + "cobblemon.species.greattusk.desc" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/greavard.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/greavard.json new file mode 100644 index 0000000..fd6d23e --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/greavard.json @@ -0,0 +1,139 @@ +{ + "implemented": "true", + "name": "Greavard", + "nationalPokedexNumber": 971, + "primaryType": "ghost", + "abilities": ["pickup", "h:fluffy"], + "baseStats": { + "hp": 50, + "attack": 61, + "defence": 60, + "special_attack": 30, + "special_defence": 55, + "speed": 34 + }, + "catchRate": 120, + "maleRatio": 0.5, + "baseExperienceYield": 58, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 1, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "medium_slow", + "eggCycles": 20, + "eggGroups": ["field"], + "moves": [ + "1:growl", + "1:tackle", + "3:lick", + "6:bite", + "6:tailwhip", + "9:roar", + "12:headbutt", + "16:dig", + "24:rest", + "28:crunch", + "32:playrough", + "37:helpinghand", + "41:phantomforce", + "46:charm", + "52:doubleedge", + "egg:allyswitch", + "egg:destinybond", + "egg:disable", + "egg:howl", + "egg:memento", + "egg:shadowsneak", + "egg:yawn", + "tm:bulldoze", + "tm:charm", + "tm:confuseray", + "tm:crunch", + "tm:dig", + "tm:doubleedge", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:firefang", + "tm:helpinghand", + "tm:hex", + "tm:icefang", + "tm:mudshot", + "tm:mudslap", + "tm:nightshade", + "tm:painsplit", + "tm:phantomforce", + "tm:playrough", + "tm:poltergeist", + "tm:protect", + "tm:psychicfangs", + "tm:raindance", + "tm:rest", + "tm:roar", + "tm:sandstorm", + "tm:scaryface", + "tm:shadowball", + "tm:sleeptalk", + "tm:snarl", + "tm:stompingtantrum", + "tm:substitute", + "tm:sunnyday", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunderfang", + "tm:trick", + "tm:uproar" + ], + "labels": ["gen9"], + "aspects": [], + "height": 6, + "weight": 350, + "evolutions": [ + { + "id": "greavard_houndstone", + "variant": "level_up", + "result": "houndstone", + "consumeHeldItem": false, + "learnableMoves": ["lastrespects"], + "requirements": [ + { + "variant": "level", + "minLevel": 30 + }, + { + "variant": "time_range", + "range": "night" + } + ] + } + ], + "cannotDynamax": false, + "pokedex": ["cobblemon.species.greavard.desc"], + "drops": { + "amount": 5, + "entries": [ + { + "item": "minecraft:bone", + "quantityRange": "1-2" + }, + { + "item": "minecraft:rotten_flesh", + "quantityRange": "0-1" + }, + { + "item": "minecraft:candle", + "percentage": 2.5 + }, + { + "item": "cobblemon:kasib_berry", + "percentage": 2.5 + } + ] + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/houndstone.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/houndstone.json new file mode 100644 index 0000000..84c2c31 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/houndstone.json @@ -0,0 +1,116 @@ +{ + "implemented": "true", + "name": "Houndstone", + "nationalPokedexNumber": 972, + "primaryType": "ghost", + "abilities": ["sandrush", "h:fluffy"], + "baseStats": { + "hp": 72, + "attack": 101, + "defence": 100, + "special_attack": 50, + "special_defence": 97, + "speed": 68 + }, + "catchRate": 60, + "maleRatio": 0.5, + "baseExperienceYield": 171, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 2, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "medium_slow", + "eggCycles": 20, + "eggGroups": ["field"], + "moves": [ + "1:growl", + "1:tackle", + "1:lastrespects", + "3:lick", + "6:bite", + "6:tailwhip", + "9:roar", + "12:headbutt", + "16:dig", + "24:rest", + "28:crunch", + "36:playrough", + "41:helpinghand", + "46:phantomforce", + "51:charm", + "58:doubleedge", + "tm:bodypress", + "tm:bulldoze", + "tm:charm", + "tm:confuseray", + "tm:crunch", + "tm:dig", + "tm:doubleedge", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:firefang", + "tm:gigaimpact", + "tm:helpinghand", + "tm:hex", + "tm:hyperbeam", + "tm:icefang", + "tm:mudshot", + "tm:mudslap", + "tm:nightshade", + "tm:painsplit", + "tm:phantomforce", + "tm:playrough", + "tm:poltergeist", + "tm:protect", + "tm:psychicfangs", + "tm:raindance", + "tm:rest", + "tm:roar", + "tm:sandstorm", + "tm:scaryface", + "tm:shadowball", + "tm:sleeptalk", + "tm:snarl", + "tm:stompingtantrum", + "tm:substitute", + "tm:sunnyday", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunderfang", + "tm:trick", + "tm:uproar", + "tm:willowisp" + ], + "labels": ["gen9"], + "aspects": [], + "height": 20, + "weight": 150, + "preEvolution": "greavard", + "evolutions": [], + "cannotDynamax": false, + "pokedex": ["cobblemon.species.houndstone.desc"], + "drops": { + "amount": 6, + "entries": [ + { + "item": "minecraft:bone", + "quantityRange": "1-3" + }, + { + "item": "minecraft:rotten_flesh", + "quantityRange": "0-2" + }, + { + "item": "cobblemon:kasib_berry", + "percentage": 5.0 + } + ] + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/hydrapple.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/hydrapple.json new file mode 100644 index 0000000..715dc18 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/hydrapple.json @@ -0,0 +1,110 @@ +{ + "implemented": true, + "name": "Hydrapple", + "nationalPokedexNumber": 1019, + "primaryType": "grass", + "secondaryType": "dragon", + "abilities": [ + "supersweetsyrup", + "regenerator", + "h:stickyhold" + ], + "baseStats": { + "hp": 106, + "attack": 80, + "defence": 110, + "special_attack": 120, + "special_defence": 80, + "speed": 44 + }, + "catchRate": 10, + "maleRatio": 0.5, + "baseExperienceYield": 0, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 3, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "erratic", + "eggCycles": 20, + "eggGroups": [ + "grass", + "dragon" + ], + "moves": [ + "1:astonish", + "1:doublehit", + "1:infestation", + "1:recycle", + "1:sweetscent", + "1:withdraw", + "1:yawn", + "4:dragontail", + "8:growth", + "12:dragonbreath", + "16:protect", + "20:bulletseed", + "28:syrupbomb", + "32:dragonpulse", + "36:recover", + "40:energyball", + "44:substitute", + "54:powerwhip", + "tm:bodypress", + "tm:bodyslam", + "tm:breakingswipe", + "tm:bugbite", + "tm:bulletseed", + "tm:curse", + "tm:doubleedge", + "tm:dracometeor", + "tm:dragoncheer", + "tm:dragonpulse", + "tm:dragontail", + "tm:earthpower", + "tm:earthquake", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:gigadrain", + "tm:gigaimpact", + "tm:grassknot", + "tm:grassyglide", + "tm:grassyterrain", + "tm:gyroball", + "tm:heavyslam", + "tm:hydropump", + "tm:hyperbeam", + "tm:leafstorm", + "tm:magicalleaf", + "tm:nastyplot", + "tm:outrage", + "tm:pollenpuff", + "tm:pounce", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:seedbomb", + "tm:sleeptalk", + "tm:solarbeam", + "tm:substitute", + "tm:sunnyday", + "tm:takedown", + "tm:terablast", + "tm:uproar" + ], + "labels": [ + "gen9" + ], + "aspects": [], + "height": 18, + "weight": 930, + "preEvolution": "dipplin", + "evolutions": [], + "cannotDynamax": false + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/ironbundle.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/ironbundle.json new file mode 100644 index 0000000..da486c8 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/ironbundle.json @@ -0,0 +1,91 @@ +{ + "implemented": "true", + "name": "Iron Bundle", + "nationalPokedexNumber": 991, + "primaryType": "ice", + "secondaryType": "water", + "abilities": ["quarkdrive"], + "baseStats": { + "hp": 56, + "attack": 80, + "defence": 114, + "special_attack": 124, + "special_defence": 60, + "speed": 136 + }, + "catchRate": 50, + "maleRatio": -1, + "baseExperienceYield": 285, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 3 + }, + "experienceGroup": "slow", + "eggCycles": 50, + "eggGroups": ["undiscovered"], + "moves": [ + "1:electricterrain", + "1:present", + "7:powdersnow", + "14:whirlpool", + "21:takedown", + "28:drillpeck", + "35:helpinghand", + "42:freezedry", + "49:flipturn", + "56:icebeam", + "63:agility", + "70:snowscape", + "77:hydropump", + "84:auroraveil", + "91:blizzard", + "tm:acrobatics", + "tm:agility", + "tm:aircutter", + "tm:avalanche", + "tm:blizzard", + "tm:bodyslam", + "tm:chillingwater", + "tm:electricterrain", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:fling", + "tm:flipturn", + "tm:gigaimpact", + "tm:helpinghand", + "tm:hydropump", + "tm:hyperbeam", + "tm:icebeam", + "tm:icepunch", + "tm:icespinner", + "tm:icywind", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:sleeptalk", + "tm:snowscape", + "tm:substitute", + "tm:swift", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thief", + "tm:uturn", + "tm:waterpulse", + "tm:whirlpool" + ], + "labels": ["gen9", "paradox"], + "aspects": [], + "height": 6, + "weight": 110, + "evolutions": [], + "cannotDynamax": false, + "pokedex": ["cobblemon.species.ironbundle.desc"] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/ironmoth.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/ironmoth.json new file mode 100644 index 0000000..db8b51b --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/ironmoth.json @@ -0,0 +1,103 @@ +{ + "implemented": "true", + "name": "Iron Moth", + "nationalPokedexNumber": 994, + "primaryType": "fire", + "secondaryType": "poison", + "abilities": ["quarkdrive"], + "baseStats": { + "hp": 80, + "attack": 70, + "defence": 60, + "special_attack": 140, + "special_defence": 110, + "speed": 110 + }, + "catchRate": 30, + "maleRatio": -1, + "baseExperienceYield": 285, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 3, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 50, + "eggGroups": ["undiscovered"], + "moves": [ + "1:acidspray", + "1:electricterrain", + "1:ember", + "1:gust", + "1:whirlwind", + "7:strugglebug", + "14:firespin", + "21:takedown", + "28:lunge", + "35:screech", + "42:discharge", + "49:sludgewave", + "56:fierydance", + "63:metalsound", + "70:morningsun", + "77:hurricane", + "84:bugbuzz", + "91:overheat", + "tm:acidspray", + "tm:acrobatics", + "tm:agility", + "tm:airslash", + "tm:bugbuzz", + "tm:chargebeam", + "tm:confuseray", + "tm:dazzlinggleam", + "tm:electricterrain", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:fireblast", + "tm:firespin", + "tm:flamecharge", + "tm:flamethrower", + "tm:flareblitz", + "tm:flashcannon", + "tm:gigaimpact", + "tm:heatwave", + "tm:helpinghand", + "tm:hurricane", + "tm:hyperbeam", + "tm:lightscreen", + "tm:lunge", + "tm:metalsound", + "tm:meteorbeam", + "tm:overheat", + "tm:pounce", + "tm:protect", + "tm:psychic", + "tm:rest", + "tm:sleeptalk", + "tm:sludgewave", + "tm:solarbeam", + "tm:strugglebug", + "tm:substitute", + "tm:sunnyday", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:toxic", + "tm:toxicspikes", + "tm:uturn", + "tm:venoshock" + ], + "labels": ["gen9", "paradox"], + "aspects": [], + "height": 12, + "weight": 360, + "evolutions": [], + "cannotDynamax": false, + "pokedex": ["cobblemon.species.ironmoth.desc"] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/ironthorns.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/ironthorns.json new file mode 100644 index 0000000..749045c --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/ironthorns.json @@ -0,0 +1,130 @@ +{ + "implemented": "true", + "name": "Iron Thorns", + "nationalPokedexNumber": 995, + "primaryType": "rock", + "secondaryType": "electric", + "abilities": ["quarkdrive"], + "baseStats": { + "hp": 100, + "attack": 134, + "defence": 110, + "special_attack": 70, + "special_defence": 84, + "speed": 72 + }, + "catchRate": 30, + "maleRatio": -1, + "baseExperienceYield": 285, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 50, + "eggGroups": ["undiscovered"], + "moves": [ + "1:electricterrain", + "1:firefang", + "1:icefang", + "1:irondefense", + "1:rockthrow", + "1:thunderfang", + "7:screech", + "21:rocktomb", + "28:bite", + "35:charge", + "42:rockslide", + "49:sandstorm", + "56:wildcharge", + "63:pinmissile", + "70:earthquake", + "77:stealthrock", + "84:stoneedge", + "91:gigaimpact", + "tm:blizzard", + "tm:bodypress", + "tm:bodyslam", + "tm:breakingswipe", + "tm:brickbreak", + "tm:bulldoze", + "tm:charge", + "tm:chargebeam", + "tm:crunch", + "tm:curse", + "tm:dig", + "tm:doubleedge", + "tm:dragonclaw", + "tm:dragondance", + "tm:dragontail", + "tm:earthpower", + "tm:earthquake", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:endure", + "tm:facade", + "tm:fireblast", + "tm:firefang", + "tm:firepunch", + "tm:flamethrower", + "tm:fling", + "tm:focusblast", + "tm:gigaimpact", + "tm:heavyslam", + "tm:highhorsepower", + "tm:hyperbeam", + "tm:icebeam", + "tm:icefang", + "tm:icepunch", + "tm:irondefense", + "tm:ironhead", + "tm:lowkick", + "tm:metalclaw", + "tm:meteorbeam", + "tm:powergem", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:rockblast", + "tm:rockslide", + "tm:rocktomb", + "tm:sandstorm", + "tm:sandtomb", + "tm:scaryface", + "tm:sleeptalk", + "tm:smackdown", + "tm:snarl", + "tm:spikes", + "tm:stealthrock", + "tm:stompingtantrum", + "tm:stoneedge", + "tm:substitute", + "tm:sunnyday", + "tm:supercellslam", + "tm:swordsdance", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderfang", + "tm:thunderpunch", + "tm:thunderwave", + "tm:voltswitch", + "tm:wildcharge" + ], + "labels": ["gen9", "paradox"], + "aspects": [], + "height": 16, + "weight": 3030, + "evolutions": [], + "cannotDynamax": false, + "pokedex": ["cobblemon.species.ironthorns.desc"] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/ironvaliant.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/ironvaliant.json new file mode 100644 index 0000000..3362157 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/ironvaliant.json @@ -0,0 +1,125 @@ +{ + "implemented": "true", + "name": "Iron Valiant", + "nationalPokedexNumber": 1006, + "primaryType": "fairy", + "secondaryType": "fighting", + "abilities": ["quarkdrive"], + "baseStats": { + "hp": 74, + "attack": 130, + "defence": 90, + "special_attack": 120, + "special_defence": 60, + "speed": 116 + }, + "catchRate": 10, + "maleRatio": -1, + "baseExperienceYield": 295, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 50, + "eggGroups": ["undiscovered"], + "moves": [ + "1:disable", + "1:doubleteam", + "1:electricterrain", + "1:furycutter", + "1:shadowsneak", + "7:hypnosis", + "14:feint", + "21:futuresight", + "28:dazzlinggleam", + "35:psychocut", + "42:nightslash", + "49:leafblade", + "56:moonblast", + "63:closecombat", + "70:knockoff", + "77:destinybond", + "84:quickguard", + "84:wideguard", + "91:spiritbreak", + "tm:aerialace", + "tm:agility", + "tm:aurasphere", + "tm:brickbreak", + "tm:calmmind", + "tm:chargebeam", + "tm:closecombat", + "tm:coaching", + "tm:confuseray", + "tm:dazzlinggleam", + "tm:drainpunch", + "tm:electricterrain", + "tm:encore", + "tm:endure", + "tm:energyball", + "tm:expandingforce", + "tm:falseswipe", + "tm:firepunch", + "tm:fling", + "tm:focusblast", + "tm:futuresight", + "tm:gigaimpact", + "tm:grassknot", + "tm:helpinghand", + "tm:hex", + "tm:hyperbeam", + "tm:hypervoice", + "tm:icepunch", + "tm:icywind", + "tm:imprison", + "tm:knockoff", + "tm:lightscreen", + "tm:liquidation", + "tm:lowkick", + "tm:magicalleaf", + "tm:metronome", + "tm:mistyterrain", + "tm:poisonjab", + "tm:protect", + "tm:psybeam", + "tm:psychic", + "tm:psychicterrain", + "tm:psychup", + "tm:psyshock", + "tm:reflect", + "tm:rest", + "tm:reversal", + "tm:shadowball", + "tm:shadowclaw", + "tm:skillswap", + "tm:sleeptalk", + "tm:storedpower", + "tm:substitute", + "tm:swift", + "tm:swordsdance", + "tm:taunt", + "tm:terablast", + "tm:throatchop", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:trick", + "tm:trickroom", + "tm:vacuumwave", + "tm:xscissor", + "tm:zenheadbutt" + ], + "labels": ["gen9", "paradox"], + "aspects": [], + "height": 14, + "weight": 350, + "evolutions": [], + "cannotDynamax": false, + "pokedex": ["cobblemon.species.ironvaliant.desc"] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/kilowattrel.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/kilowattrel.json new file mode 100644 index 0000000..546dd5a --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/kilowattrel.json @@ -0,0 +1,125 @@ +{ + "implemented": true, + "name": "Kilowattrel", + "nationalPokedexNumber": 941, + "primaryType": "electric", + "secondaryType": "flying", + "abilities": [ + "windpower", + "voltabsorb", + "h:competitive" + ], + "baseStats": { + "hp": 70, + "attack": 70, + "defence": 60, + "special_attack": 105, + "special_defence": 60, + "speed": 125 + }, + "catchRate": 90, + "maleRatio": 0.5, + "baseExperienceYield": 172, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_slow", + "eggCycles": 20, + "eggGroups": [ + "water_1", + "flying" + ], + "moves": [ + "1:growl", + "1:peck", + "1:electroball", + "4:thundershock", + "7:quickattack", + "11:pluck", + "15:spark", + "19:uproar", + "24:roost", + "30:dualwingbeat", + "36:agility", + "43:voltswitch", + "48:discharge", + "55:hurricane", + "tm:acrobatics", + "tm:aerialace", + "tm:agility", + "tm:aircutter", + "tm:airslash", + "tm:bravebird", + "tm:charge", + "tm:chargebeam", + "tm:dualwingbeat", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:featherdance", + "tm:fly", + "tm:gigaimpact", + "tm:hurricane", + "tm:hyperbeam", + "tm:protect", + "tm:rest", + "tm:scaryface", + "tm:sleeptalk", + "tm:substitute", + "tm:supercellslam", + "tm:swift", + "tm:tailwind", + "tm:takedown", + "tm:terablast", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderwave", + "tm:uproar", + "tm:uturn", + "tm:voltswitch", + "tm:weatherball", + "tm:wildcharge" + ], + "labels": [ + "gen9" + ], + "aspects": [], + "height": 14, + "weight": 386, + "preEvolution": "wattrel", + "evolutions": [], + "cannotDynamax": false, + "pokedex": [ + "cobblemon.species.kilowattrel.desc" + ], + "drops": { + "amount": 5, + "entries": [ + { + "item": "minecraft:feather", + "quantityRange": "0-2" + }, + { + "item": "minecraft:chicken" + }, + { + "item": "cobblemon:sharp_beak", + "percentage": 2.5 + }, + { + "item": "cobblemon:razz_berry", + "percentage": 5.0 + } + ] + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/kingambit.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/kingambit.json new file mode 100644 index 0000000..82787a0 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/kingambit.json @@ -0,0 +1,129 @@ +{ + "implemented": true, + "name": "Kingambit", + "nationalPokedexNumber": 983, + "primaryType": "dark", + "secondaryType": "steel", + "abilities": [ + "defiant", + "supremeoverlord", + "h:pressure" + ], + "baseStats": { + "hp": 100, + "attack": 135, + "defence": 120, + "special_attack": 60, + "special_defence": 85, + "speed": 50 + }, + "catchRate": 25, + "maleRatio": 0.5, + "baseExperienceYield": 275, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": [ + "human_like" + ], + "moves": [ + "1:furycutter", + "1:leer", + "1:metalburst", + "1:metalclaw", + "1:scratch", + "1:kowtowcleave", + "15:torment", + "20:scaryface", + "25:assurance", + "30:metalsound", + "35:slash", + "40:nightslash", + "45:irondefense", + "50:retaliate", + "57:ironhead", + "64:swordsdance", + "71:guillotine", + "tm:aerialace", + "tm:airslash", + "tm:brickbreak", + "tm:darkpulse", + "tm:dig", + "tm:endure", + "tm:facade", + "tm:falseswipe", + "tm:flashcannon", + "tm:fling", + "tm:focusblast", + "tm:foulplay", + "tm:gigaimpact", + "tm:grassknot", + "tm:hyperbeam", + "tm:irondefense", + "tm:ironhead", + "tm:lashout", + "tm:lowkick", + "tm:lowsweep", + "tm:metalclaw", + "tm:metalsound", + "tm:poisonjab", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:reversal", + "tm:rocktomb", + "tm:sandstorm", + "tm:scaryface", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:snarl", + "tm:spite", + "tm:stealthrock", + "tm:steelbeam", + "tm:stoneedge", + "tm:substitute", + "tm:swordsdance", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thief", + "tm:throatchop", + "tm:thunderwave", + "tm:xscissor", + "tm:zenheadbutt" + ], + "labels": [ + "gen9" + ], + "aspects": [], + "height": 20, + "weight": 1200, + "preEvolution": "bisharp", + "evolutions": [], + "cannotDynamax": false, + "pokedex": [ + "cobblemon.species.kingambit.desc" + ], + "drops": { + "amount": 2, + "entries": [ + { + "item": "cobblemon:rocky_helmet", + "percentage": 5.0 + }, + { + "item": "cobblemon:cheri_berry", + "percentage": 5.0 + } + ] + } + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/lokix.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/lokix.json new file mode 100644 index 0000000..e6da586 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/lokix.json @@ -0,0 +1,114 @@ +{ + "implemented": true, + "name": "lokix", + "nationalPokedexNumber": 920, + "primaryType": "bug", + "secondaryType": "dark", + + "abilities": ["swarm", "h:tintedlens"], + "baseStats": { + "hp": 71, + "attack": 102, + "defence": 78, + "special_attack": 52, + "special_defence": 55, + "speed": 92 + }, + "behaviour": { + "resting": { + "canSleep": false + }, + "moving": { + "canLook": false, + "walk": { + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": true, + "canBreatheUnderwater": false + }, + "wanderChance": 1 + } + }, + "catchRate": 30, + "maleRatio": 0.5, + "shoulderMountable": false, + + "baseExperienceYield": 158, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": ["bug"], + + "moves": [ + "1:detect", + "1:leer", + "1:tackle", + "4:strugglebug", + "6:astonish", + "9:assurance", + "11:doublekick", + "14:screech", + "18:endure", + "22:bugbite", + "28:feint", + "32:agility", + "36:throatchop", + "40:suckerpunch", + "44:firstimpression", + "48:bounce", + "53:axekick", + "1:lunge", + "egg:skittersmack", + "egg:counter", + "tm:takedown", + "tm:agility", + "tm:scaryface", + "tm:protect", + "tm:lowkick", + "tm:strugglebug", + "tm:thief", + "tm:trailblaze", + "tm:pounce", + "tm:facade", + "tm:aerialace", + "tm:lowsweep", + "tm:fling", + "tm:endure", + "tm:sunnyday", + "tm:raindance", + "tm:brickbreak", + "tm:uturn", + "tm:sleeptalk", + "tm:rest", + "tm:taunt", + "tm:swordsdance", + "tm:darkpulse", + "tm:xscissor", + "tm:reversal", + "tm:gigaimpact", + "tm:bugbuzz", + "tm:terablast" + ], + "labels": ["custom"], + "pokedex": ["cobblemon.species.lokix.desc1", "cobblemon.species.lokix.desc2"], + + "baseScale": 0.65, + "hitbox": { + "width": 0.7, + "height": 2.7, + "fixed": false + }, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 2, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 6, + "weight": 1.8 +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/nymble.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/nymble.json new file mode 100644 index 0000000..126baff --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/nymble.json @@ -0,0 +1,119 @@ +{ + "implemented": true, + "name": "nymble", + "nationalPokedexNumber": 919, + "primaryType": "bug", + + "evolutions": [ + { + "id": "nymble_lokix_level", + "variant": "level_up", + "result": "lokix", + "requirements": [ + { + "variant": "level", + "minLevel": 24 + } + ] + } + ], + + "abilities": ["swarm", "h:tintedlens"], + "baseStats": { + "hp": 33, + "attack": 46, + "defence": 40, + "special_attack": 21, + "special_defence": 25, + "speed": 45 + }, + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "times": "night", + "light": "0-7" + }, + "moving": { + "canLook": true, + "walk": { + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": true, + "canBreatheUnderwater": false + }, + "wanderChance": 1 + } + }, + "catchRate": 190, + "maleRatio": 0.5, + "shoulderMountable": false, + + "baseExperienceYield": 42, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": ["bug"], + + "moves": [ + "1:tackle", + "1:leer", + "4:strugglebug", + "6:antonish", + "9:assurance", + "11:doublekick", + "14:screech", + "18:endure", + "22:bugbite", + "26:feint", + "30:agility", + "38:suckerpunch", + "41:firstimpression", + "egg:counter", + "egg:skittersmack", + "tm:takedown", + "tm:agility", + "tm:protect", + "tm:strugglebug", + "tm:thief", + "tm:trailblaze", + "tm:pounce", + "tm:facade", + "tm:endure", + "tm:sunnyday", + "tm:raindance", + "tm:uturn", + "tm:sleeptalk", + "tm:rest", + "tm:leechlife", + "tm:substitute", + "tm:xscissor", + "tm:bugbuzz", + "tm:terablast" + ], + "labels": ["custom"], + "pokedex": [ + "cobblemon.species.nymble.desc1", + "cobblemon.species.nymble.desc2" + ], + + "baseScale": 0.6, + "hitbox": { + "width": 0.4, + "height": 0.5, + "fixed": false + }, + "baseFriendship": 20, + "evYield": { + "hp": 0, + "attack": 1, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 6, + "weight": 1.8 +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/ogerpon.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/ogerpon.json new file mode 100644 index 0000000..8ecf8be --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/ogerpon.json @@ -0,0 +1,451 @@ +{ + "implemented": true, + "name": "Ogerpon", + "nationalPokedexNumber": 1017, + "primaryType": "grass", + "abilities": [ + "defiant" + ], + "drops": { + "amount": 4, + "entries": [ + { + "item": "cobblemon:rare_candy", + "quantityRange": "5-10" + }, + { + "item": "cobblemon:miracle_seed", + "percentage": 50.0 + }, + { + "item": "cobblemon:ability_capsule", + "percentage": 25.0 + }, + { + "item": "cobblemon:ability_patch", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 80, + "attack": 120, + "defence": 84, + "special_attack": 60, + "special_defence": 96, + "speed": 110 + }, + "catchRate": 5, + "maleRatio": 0, + "baseExperienceYield": 0, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 50, + "eggGroups": [ + "undiscovered" + ], + "features": [ + "teal", + "cornerstone", + "hearthflame", + "wellspring" + ], + "moves": [ + "1:counter", + "1:doublekick", + "1:followme", + "1:hornleech", + "1:leechseed", + "1:quickattack", + "1:retaliate", + "1:vinewhip", + "6:focusenergy", + "12:growth", + "18:slam", + "24:lowsweep", + "30:ivycudgel", + "36:throatchop", + "42:synthesis", + "48:spikyshield", + "54:powerwhip", + "60:superpower", + "66:woodhammer", + "tm:brickbreak", + "tm:bulletseed", + "tm:charm", + "tm:encore", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:falseswipe", + "tm:fling", + "tm:gigadrain", + "tm:gigaimpact", + "tm:grassknot", + "tm:grassyglide", + "tm:grassyterrain", + "tm:helpinghand", + "tm:knockoff", + "tm:lashout", + "tm:leafstorm", + "tm:lowkick", + "tm:lowsweep", + "tm:magicalleaf", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:reversal", + "tm:rocktomb", + "tm:sandstorm", + "tm:scaryface", + "tm:seedbomb", + "tm:sleeptalk", + "tm:solarbeam", + "tm:solarblade", + "tm:spikes", + "tm:stompingtantrum", + "tm:substitute", + "tm:sunnyday", + "tm:swordsdance", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:throatchop", + "tm:trailblaze", + "tm:uturn", + "tm:zenheadbutt" + ], + "labels": [ + "gen9" + ], + "aspects": [], + "height": 12, + "weight": 398, + "baseScale": 0.6, + "hitbox": { + "width": 1.0, + "height": 1.0, + "fixed": false + }, + "evolutions": [ + { + "id": "ogerpon_ogerponteal", + "variant": "level_up", + "result": "ogerpon teal=true", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "held_item", + "itemCondition": "minecraft:cyan_dye" + } + ] +}, +{ + "id": "ogerpon_ogerponwellspring", + "variant": "level_up", + "result": "ogerpon wellspring=true", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "held_item", + "itemCondition": "minecraft:blue_dye" + } + ] + }, +{ + "id": "ogerpon_ogerponhearthflame", + "variant": "level_up", + "result": "ogerpon hearthflame=true", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "held_item", + "itemCondition": "minecraft:red_dye" + } + ] + }, +{ + "id": "ogerpon_ogerponcornerstone", + "variant": "level_up", + "result": "ogerpon cornerstone=true", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "held_item", + "itemCondition": "minecraft:gray_dye" + } + ] +} +], + "cannotDynamax": false, + "pokedex": [ + "cobblemon.species.ogerpon.desc" + ], + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "canLook": false, + "walk": { + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": true, + "canBreatheUnderwater": false + } + } + }, + + "forms": [ + { + "name": "Wellspring", + "primaryType": "grass", + "secondaryType": "water", + "abilities": [ + "waterabsorb" + ], + "baseStats": { + "hp": 80, + "attack": 120, + "defence": 84, + "special_attack": 60, + "special_defence": 96, + "speed": 110 + }, + "catchRate": 5, + "maleRatio": 0, + "baseExperienceYield": 0, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 50, + "eggGroups": [ + "undiscovered" + ], + "labels": [ + "gen9" + ], + "aspects": [ + "wellspring" + ], + "height": 12, + "weight": 398, + "evolutions": [ + { + "id": "ogerponwellspring_ogerpon", + "variant": "level_up", + "result": "ogerpon wellspring=false", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "held_item", + "itemCondition": "minecraft:blue_dye" + } + ] + } + ], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Hearthflame", + "primaryType": "grass", + "secondaryType": "fire", + "abilities": [ + "moldbreaker" + ], + "baseStats": { + "hp": 80, + "attack": 120, + "defence": 84, + "special_attack": 60, + "special_defence": 96, + "speed": 110 + }, + "catchRate": 5, + "maleRatio": 0, + "baseExperienceYield": 0, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 50, + "eggGroups": [ + "undiscovered" + ], + "labels": [ + "gen9" + ], + "aspects": [ + "hearthflame" + ], + "height": 12, + "weight": 398, + "evolutions": [ + { + "id": "ogerponhearthflame_ogerpon", + "variant": "level_up", + "result": "ogerpon hearthflame=false", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "held_item", + "itemCondition": "minecraft:red_dye" + } + ] + } + ], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Cornerstone", + "primaryType": "grass", + "secondaryType": "rock", + "abilities": [ + "sturdy" + ], + "baseStats": { + "hp": 80, + "attack": 120, + "defence": 84, + "special_attack": 60, + "special_defence": 96, + "speed": 110 + }, + "catchRate": 5, + "maleRatio": 0, + "baseExperienceYield": 0, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 50, + "eggGroups": [ + "undiscovered" + ], + "labels": [ + "gen9" + ], + "aspects": [ + "cornerstone" + ], + "height": 12, + "weight": 398, + "evolutions": [ + { + "id": "ogerponcornerstone_ogerpon", + "variant": "level_up", + "result": "ogerpon cornerstone=false", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "held_item", + "itemCondition": "minecraft:gray_dye" + } + ] + } + ], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Teal", + "primaryType": "grass", + "abilities": [ + "defiant" + ], + "baseStats": { + "hp": 80, + "attack": 120, + "defence": 84, + "special_attack": 60, + "special_defence": 96, + "speed": 110 + }, + "catchRate": 5, + "maleRatio": 0, + "baseExperienceYield": 0, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 50, + "eggGroups": [ + "undiscovered" + ], + "labels": [ + "gen9" + ], + "aspects": [ + "teal" + ], + "height": 12, + "weight": 398, + "evolutions": [ + { + "id": "ogerponteal_ogerpon", + "variant": "level_up", + "result": "ogerpon teal=false", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "held_item", + "itemCondition": "minecraft:cyan_dye" + } + ] + } + ], + "cannotDynamax": false, + "battleOnly": false + } + ] + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/orthworm.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/orthworm.json new file mode 100644 index 0000000..611f6a3 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/orthworm.json @@ -0,0 +1,115 @@ +{ + "implemented": true, + "name": "Orthworm", + "nationalPokedexNumber": 968, + "primaryType": "steel", + "abilities": [ + "eartheater", + "h:sandveil" + ], + "baseStats": { + "hp": 70, + "attack": 85, + "defence": 145, + "special_attack": 60, + "special_defence": 55, + "speed": 65 + }, + "catchRate": 25, + "maleRatio": 0.5, + "baseExperienceYield": 240, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 2, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 35, + "eggGroups": [ + "field" + ], + "moves": [ + "1:harden", + "1:tackle", + "1:wrap", + "7:mudslap", + "12:smackdown", + "16:bulldoze", + "21:ironhead", + "26:takedown", + "30:dig", + "34:sandstorm", + "38:irondefense", + "43:irontail", + "47:earthquake", + "52:shedtail", + "egg:coil", + "egg:curse", + "egg:metalburst", + "tm:bodypress", + "tm:bodyslam", + "tm:bulldoze", + "tm:curse", + "tm:dig", + "tm:doubleedge", + "tm:earthpower", + "tm:earthquake", + "tm:endure", + "tm:facade", + "tm:flashcannon", + "tm:gigaimpact", + "tm:heavyslam", + "tm:helpinghand", + "tm:highhorsepower", + "tm:hyperbeam", + "tm:irondefense", + "tm:ironhead", + "tm:metalsound", + "tm:mudshot", + "tm:mudslap", + "tm:protect", + "tm:rest", + "tm:rockblast", + "tm:rockslide", + "tm:rocktomb", + "tm:sandstorm", + "tm:sandtomb", + "tm:sleeptalk", + "tm:smackdown", + "tm:spikes", + "tm:stealthrock", + "tm:steelbeam", + "tm:stompingtantrum", + "tm:substitute", + "tm:takedown", + "tm:terablast" + ], + "labels": [ + "gen9" + ], + "aspects": [], + "height": 25, + "weight": 3100, + "evolutions": [], + "cannotDynamax": false, + "pokedex": [ + "cobblemon.species.orthworm.desc" + ], + "drops": { + "amount": 3, + "entries": [ + { + "item": "minecraft:iron_nugget", + "quantityRange": "0-2" + }, + { + "item": "cobblemon:shuca_berry", + "percentage": 5.0 + } + ] + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/palafin.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/palafin.json new file mode 100644 index 0000000..43a925e --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/palafin.json @@ -0,0 +1,184 @@ +{ + "implemented": true, + "name": "Palafin", + "nationalPokedexNumber": 964, + "primaryType": "water", + "abilities": [ + "zerotohero" + ], + "baseStats": { + "hp": 100, + "attack": 70, + "defence": 72, + "special_attack": 53, + "special_defence": 62, + "speed": 100 + }, + "catchRate": 45, + "maleRatio": 0.5, + "baseExperienceYield": 160, + "baseFriendship": 50, + "evYield": { + "hp": 2, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 40, + "eggGroups": [ + "field", + "water_2" + ], + "moves": [ + "1:jetpunch", + "1:supersonic", + "1:watergun", + "1:flipturn", + "7:astonish", + "10:focusenergy", + "13:aquajet", + "17:doublehit", + "21:dive", + "25:charm", + "29:acrobatics", + "34:encore", + "39:aquatail", + "44:mist", + "50:hydropump", + "55:focuspunch", + "61:wavecrash", + "tm:acrobatics", + "tm:agility", + "tm:aurasphere", + "tm:blizzard", + "tm:bodyslam", + "tm:bulkup", + "tm:charm", + "tm:chillingwater", + "tm:closecombat", + "tm:disarmingvoice", + "tm:drainingkiss", + "tm:drainpunch", + "tm:encore", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:fling", + "tm:flipturn", + "tm:focusblast", + "tm:focuspunch", + "tm:gigaimpact", + "tm:grassknot", + "tm:hardpress", + "tm:haze", + "tm:helpinghand", + "tm:hydropump", + "tm:hyperbeam", + "tm:hypervoice", + "tm:icebeam", + "tm:icepunch", + "tm:icywind", + "tm:ironhead", + "tm:liquidation", + "tm:outrage", + "tm:protect", + "tm:psychup", + "tm:raindance", + "tm:rest", + "tm:reversal", + "tm:sleeptalk", + "tm:substitute", + "tm:surf", + "tm:swift", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:throatchop", + "tm:waterfall", + "tm:waterpulse", + "tm:whirlpool", + "tm:zenheadbutt" + ], + "baseScale": 1, + "hitbox": { + "width": 1.25, + "height": 1, + "fixed": false + }, + "labels": [ + "gen9" + ], + "aspects": [], + "height": 13, + "weight": 602, + "preEvolution": "finizen", + "evolutions": [], + "cannotDynamax": false, + "forms": [ + { + "name": "Hero", + "primaryType": "water", + "abilities": [ + "zerotohero" + ], + "baseStats": { + "hp": 100, + "attack": 160, + "defence": 97, + "special_attack": 106, + "special_defence": 87, + "speed": 100 + }, + "catchRate": 45, + "maleRatio": 0.5, + "baseExperienceYield": 160, + "baseFriendship": 50, + "evYield": { + "hp": 2, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 40, + "eggGroups": [ + "field", + "water_2" + ], + "baseScale": 0.85, + "hitbox": { + "width": 1.2, + "height": 2.5, + "fixed": false + }, + "labels": [ + "gen9" + ], + "aspects": [ + "hero" + ], + "height": 18, + "weight": 974, + "cannotDynamax": false, + "battleOnly": true + } + ], + "pokedex": [ + "cobblemon.species.palafin.desc" + ], + "drops": { + "amount": 2, + "entries": [ + { + "item": "minecraft:cod", + "quantityRange": "0-2" + } + ] + } + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/pawmi.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/pawmi.json new file mode 100644 index 0000000..4401114 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/pawmi.json @@ -0,0 +1,116 @@ +{ + "implemented": true, + "name": "Pawmi", + "nationalPokedexNumber": 921, + "primaryType": "electric", + "abilities": ["static", "naturalcure", "h:ironfist"], + "baseStats": { + "hp": 45, + "attack": 50, + "defence": 20, + "special_attack": 40, + "special_defence": 25, + "speed": 60 + }, + "catchRate": 190, + "maleRatio": 0.5, + "baseExperienceYield": 48, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 1 + }, + "experienceGroup": "medium_fast", + "eggCycles": 15, + "eggGroups": ["field"], + "moves": [ + "1:growl", + "1:scratch", + "3:thundershock", + "6:quickattack", + "8:charge", + "12:nuzzle", + "15:dig", + "19:bite", + "23:spark", + "27:thunderwave", + "31:entrainment", + "35:slam", + "38:discharge", + "40:agility", + "44:wildcharge", + "egg:fakeout", + "egg:machpunch", + "egg:sweetkiss", + "egg:wish", + "tm:agility", + "tm:batonpass", + "tm:charge", + "tm:chargebeam", + "tm:charm", + "tm:crunch", + "tm:dig", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:fling", + "tm:helpinghand", + "tm:metalclaw", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:sleeptalk", + "tm:substitute", + "tm:sunnyday", + "tm:superfang", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderfang", + "tm:thunderwave", + "tm:voltswitch", + "tm:wildcharge" + ], + "labels": ["gen9"], + "aspects": [], + "height": 3, + "weight": 25, + "evolutions": [ + { + "id": "pawmi_pawmo", + "variant": "level_up", + "result": "pawmo", + "consumeHeldItem": false, + "learnableMoves": ["armthrust"], + "requirements": [ + { + "variant": "level", + "minLevel": 18 + } + ] + } + ], + "cannotDynamax": false, + "pokedex": ["cobblemon.species.pawmi.desc"], + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:cheri_berry", + "percentage": 2.5 + } + ] + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/pawmo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/pawmo.json new file mode 100644 index 0000000..03e2ed9 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/pawmo.json @@ -0,0 +1,122 @@ +{ + "implemented": true, + "name": "Pawmo", + "nationalPokedexNumber": 922, + "primaryType": "electric", + "secondaryType": "fighting", + "abilities": ["voltabsorb", "naturalcure", "h:ironfist"], + "baseStats": { + "hp": 60, + "attack": 75, + "defence": 40, + "special_attack": 50, + "special_defence": 40, + "speed": 85 + }, + "catchRate": 80, + "maleRatio": 0.5, + "baseExperienceYield": 123, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 15, + "eggGroups": ["field"], + "moves": [ + "1:growl", + "1:scratch", + "1:armthrust", + "3:thundershock", + "6:quickattack", + "8:charge", + "12:nuzzle", + "15:dig", + "19:bite", + "23:spark", + "27:thunderwave", + "32:slam", + "38:entrainment", + "42:discharge", + "46:agility", + "52:wildcharge", + "tm:agility", + "tm:batonpass", + "tm:charge", + "tm:chargebeam", + "tm:charm", + "tm:coaching", + "tm:crunch", + "tm:dig", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:fling", + "tm:focuspunch", + "tm:helpinghand", + "tm:knockoff", + "tm:lowkick", + "tm:lowsweep", + "tm:metalclaw", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:sleeptalk", + "tm:substitute", + "tm:sunnyday", + "tm:superfang", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderfang", + "tm:thunderpunch", + "tm:thunderwave", + "tm:upperhand", + "tm:voltswitch", + "tm:wildcharge" + ], + "labels": ["gen9"], + "aspects": [], + "height": 4, + "weight": 65, + "preEvolution": "pawmi", + "evolutions": [ + { + "id": "pawmo_pawmot", + "variant": "level_up", + "result": "pawmot", + "consumeHeldItem": false, + "learnableMoves": ["revivalblessing"], + "requirements": [ + { + "variant": "blocks_traveled", + "amount": 1000 + } + ] + } + ], + "cannotDynamax": false, + "pokedex": ["cobblemon.species.pawmo.desc"], + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:cheri_berry", + "percentage": 5 + } + ] + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/pawmot.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/pawmot.json new file mode 100644 index 0000000..c52dc19 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/pawmot.json @@ -0,0 +1,138 @@ +{ + "implemented": true, + "name": "Pawmot", + "nationalPokedexNumber": 923, + "primaryType": "electric", + "secondaryType": "fighting", + "abilities": [ + "voltabsorb", + "naturalcure", + "h:ironfist" + ], + "baseStats": { + "hp": 70, + "attack": 115, + "defence": 70, + "special_attack": 70, + "special_defence": 60, + "speed": 105 + }, + "catchRate": 45, + "maleRatio": 0.5, + "baseExperienceYield": 245, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "medium_fast", + "eggCycles": 15, + "eggGroups": [ + "field" + ], + "moves": [ + "1:growl", + "1:scratch", + "1:wildcharge", + "1:armthrust", + "1:revivalblessing", + "3:thundershock", + "6:quickattack", + "8:charge", + "12:nuzzle", + "15:dig", + "19:bite", + "23:spark", + "25:armthrust", + "29:thunderwave", + "33:slam", + "39:entrainment", + "44:closecombat", + "49:discharge", + "54:agility", + "60:doubleshock", + "tm:agility", + "tm:batonpass", + "tm:bodypress", + "tm:brickbreak", + "tm:bulkup", + "tm:charge", + "tm:chargebeam", + "tm:charm", + "tm:closecombat", + "tm:coaching", + "tm:crunch", + "tm:dig", + "tm:doubleedge", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:firepunch", + "tm:fling", + "tm:focusblast", + "tm:focuspunch", + "tm:gigaimpact", + "tm:grassknot", + "tm:helpinghand", + "tm:hyperbeam", + "tm:icepunch", + "tm:knockoff", + "tm:lowkick", + "tm:lowsweep", + "tm:metalclaw", + "tm:metronome", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:rocktomb", + "tm:seedbomb", + "tm:sleeptalk", + "tm:substitute", + "tm:sunnyday", + "tm:supercellslam", + "tm:superfang", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:throatchop", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderfang", + "tm:thunderpunch", + "tm:thunderwave", + "tm:upperhand", + "tm:voltswitch", + "tm:wildcharge" + ], + "labels": [ + "gen9" + ], + "aspects": [], + "height": 9, + "weight": 410, + "preEvolution": "pawmo", + "evolutions": [], + "cannotDynamax": false, + "pokedex": [ + "cobblemon.species.pawmot.desc" + ], + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:cheri_berry", + "percentage": 10.0 + } + ] + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/pecharunt.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/pecharunt.json new file mode 100644 index 0000000..9bb0ab0 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/pecharunt.json @@ -0,0 +1,81 @@ +{ + "implemented": true, + "name": "Pecharunt", + "nationalPokedexNumber": 1025, + "primaryType": "poison", + "secondaryType": "ghost", + "abilities": ["poisonpuppeteer"], + "baseStats": { + "hp": 88, + "attack": 88, + "defence": 160, + "special_attack": 88, + "special_defence": 88, + "speed": 88 + }, + "catchRate": 3, + "maleRatio": -1, + "baseExperienceYield": 0, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 3, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 20, + "eggGroups": ["undiscovered"], + "moves": [ + "1:astonish", + "1:defensecurl", + "1:meanlook", + "1:memento", + "1:poisongas", + "1:rollout", + "1:smog", + "8:withdraw", + "16:destinybond", + "24:faketears", + "32:partingshot", + "40:shadowball", + "48:malignantchain", + "56:toxic", + "64:nastyplot", + "72:recover", + "tm:acidspray", + "tm:curse", + "tm:endure", + "tm:faketears", + "tm:foulplay", + "tm:gunkshot", + "tm:hex", + "tm:imprison", + "tm:nastyplot", + "tm:nightshade", + "tm:phantomforce", + "tm:poltergeist", + "tm:protect", + "tm:rest", + "tm:shadowball", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:sludgewave", + "tm:spite", + "tm:substitute", + "tm:terablast", + "tm:toxic", + "tm:venoshock" + ], + "labels": ["gen9", "mythical", "legendary"], + "pokedex": [ + "It feeds others toxic mochi that draw out desires and capabilities. Those who eat the mochi fall under Pecharunt’s control, chained to its will." + ], + "aspects": [], + "height": 3, + "weight": 3, + "evolutions": [], + "cannotDynamax": false +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/poltchageist.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/poltchageist.json new file mode 100644 index 0000000..230a3df --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/poltchageist.json @@ -0,0 +1,197 @@ +{ + "implemented": true, + "name": "Poltchageist", + "nationalPokedexNumber": 1012, + "primaryType": "grass", + "secondaryType": "ghost", + "abilities": ["hospitality", "h:heatproof"], + "baseStats": { + "hp": 40, + "attack": 45, + "defence": 45, + "special_attack": 74, + "special_defence": 54, + "speed": 50 + }, + "catchRate": 120, + "maleRatio": -1, + "baseExperienceYield": 0, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 1, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 50, + "eggGroups": ["mineral", "amorphous"], + "moves": [ + "1:astonish", + "1:stunspore", + "1:withdraw", + "6:absorb", + "12:lifedew", + "18:foulplay", + "24:megadrain", + "30:hex", + "36:ragepowder", + "42:gigadrain", + "48:shadowball", + "54:memento", + "60:leafstorm", + "tm:calmmind", + "tm:curse", + "tm:endure", + "tm:energyball", + "tm:foulplay", + "tm:gigadrain", + "tm:grassyterrain", + "tm:hex", + "tm:imprison", + "tm:irondefense", + "tm:leafstorm", + "tm:magicalleaf", + "tm:nastyplot", + "tm:nightshade", + "tm:painsplit", + "tm:phantomforce", + "tm:poltergeist", + "tm:protect", + "tm:psychup", + "tm:reflect", + "tm:rest", + "tm:scald", + "tm:shadowball", + "tm:sleeptalk", + "tm:solarbeam", + "tm:spite", + "tm:substitute", + "tm:terablast", + "tm:trickroom", + "tm:uproar" + ], + "labels": ["gen9"], + "aspects": [], + "height": 1, + "weight": 11, + "evolutions": [ + { + "id": "poltchageist_sinistcha", + "variant": "item_interact", + "result": "sinistcha", + "consumeHeldItem": false, + "learnableMoves": ["matchagotcha"], + "requirements": [], + "requiredContext": "cobblemon:unremarkable_teacup" + } + ], + "cannotDynamax": false, + "forms": [ + { + "name": "Artisan", + "primaryType": "grass", + "secondaryType": "ghost", + "abilities": ["hospitality", "h:heatproof"], + "baseStats": { + "hp": 40, + "attack": 45, + "defence": 45, + "special_attack": 74, + "special_defence": 54, + "speed": 50 + }, + "catchRate": 120, + "maleRatio": -1, + "baseExperienceYield": 0, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 1, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 50, + "eggGroups": ["undiscovered"], + "moves": [ + "1:astonish", + "1:stunspore", + "1:withdraw", + "6:absorb", + "12:lifedew", + "18:foulplay", + "24:megadrain", + "30:hex", + "36:ragepowder", + "42:gigadrain", + "48:shadowball", + "54:memento", + "60:leafstorm", + "tm:calmmind", + "tm:curse", + "tm:endure", + "tm:energyball", + "tm:foulplay", + "tm:gigadrain", + "tm:grassyterrain", + "tm:hex", + "tm:imprison", + "tm:irondefense", + "tm:leafstorm", + "tm:magicalleaf", + "tm:nastyplot", + "tm:nightshade", + "tm:painsplit", + "tm:phantomforce", + "tm:poltergeist", + "tm:protect", + "tm:psychup", + "tm:reflect", + "tm:rest", + "tm:scald", + "tm:shadowball", + "tm:sleeptalk", + "tm:solarbeam", + "tm:spite", + "tm:substitute", + "tm:terablast", + "tm:trickroom", + "tm:uproar" + ], + "labels": ["gen9"], + "pokedex": [ + "Supposedly, the regrets of a tea ceremony master who died before perfecting his craft lingered in some matcha and became a Pokémon." + ], + "aspects": ["artisan"], + "height": 1, + "weight": 11, + "evolutions": [ + { + "id": "poltchageist_sinistcha", + "variant": "item_interact", + "result": "sinistcha masterpiece", + "consumeHeldItem": false, + "learnableMoves": ["matchagotcha"], + "requirements": [], + "requiredContext": "cobblemon:masterpiece_teacup" + } + ], + "cannotDynamax": false, + "battleOnly": false + } + ], + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:rawst_berry", + "percentage": 2.5 + } + ] + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/ragingbolt.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/ragingbolt.json new file mode 100644 index 0000000..4e93e2d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/ragingbolt.json @@ -0,0 +1,105 @@ +{ + "implemented": true, + "name": "Raging Bolt", + "nationalPokedexNumber": 1021, + "primaryType": "electric", + "secondaryType": "dragon", + "abilities": ["protosynthesis"], + "baseStats": { + "hp": 125, + "attack": 73, + "defence": 91, + "special_attack": 137, + "special_defence": 89, + "speed": 75 + }, + "catchRate": 10, + "maleRatio": -1, + "baseExperienceYield": 0, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 3, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 50, + "eggGroups": ["undiscovered"], + "moves": [ + "1:ancientpower", + "1:shockwave", + "1:stomp", + "1:sunnyday", + "1:twister", + "7:charge", + "14:dragonbreath", + "21:electricterrain", + "28:discharge", + "35:dragontail", + "42:calmmind", + "49:thunderclap", + "56:dragonhammer", + "63:risingvoltage", + "70:dragonpulse", + "77:zapcannon", + "84:bodypress", + "91:thunder", + "tm:bodypress", + "tm:bodyslam", + "tm:breakingswipe", + "tm:calmmind", + "tm:charge", + "tm:chargebeam", + "tm:crunch", + "tm:doubleedge", + "tm:dracometeor", + "tm:dragoncheer", + "tm:dragonpulse", + "tm:dragontail", + "tm:earthquake", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:endure", + "tm:facade", + "tm:gigaimpact", + "tm:heavyslam", + "tm:hyperbeam", + "tm:hypervoice", + "tm:outrage", + "tm:protect", + "tm:rest", + "tm:roar", + "tm:scaryface", + "tm:sleeptalk", + "tm:snarl", + "tm:solarbeam", + "tm:stompingtantrum", + "tm:substitute", + "tm:sunnyday", + "tm:supercellslam", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderfang", + "tm:thunderwave", + "tm:voltswitch", + "tm:weatherball", + "tm:wildcharge" + ], + "labels": ["gen9", "paradox"], + "pokedex": [ + "It's said to incinerate everything around it with lightning launched from its fur. Very little is known about this creature." + ], + "aspects": [], + "height": 52, + "weight": 4800, + "evolutions": [], + "cannotDynamax": false +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/roaringmoon.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/roaringmoon.json new file mode 100644 index 0000000..60c1b7d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/roaringmoon.json @@ -0,0 +1,145 @@ +{ + "implemented": true, + "name": "Roaring Moon", + "nationalPokedexNumber": 1005, + "primaryType": "dragon", + "secondaryType": "dark", + "abilities": ["protosynthesis"], + "baseStats": { + "hp": 105, + "attack": 139, + "defence": 71, + "special_attack": 55, + "special_defence": 101, + "speed": 119 + }, + "catchRate": 10, + "maleRatio": -1, + "baseExperienceYield": 295, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 50, + "eggGroups": ["undiscovered"], + "behaviour": { + "moving": { + "fly": { + "canFly": true, + "flySpeedHorizontal": 0.6 + }, + "walk": { + "walkSpeed": 0.2 + } + }, + "resting": { + "canSleep": true, + "willSleepOnBed": false, + "depth": "normal", + "light": "0-4" + }, + "canLook": true, + "looksAtEntities": true, + "wanderChance": 120, + "wanderSpeed": 0.2 + }, + "moves": [ + "1:bite", + "1:breakingswipe", + "1:dragonbreath", + "1:focusenergy", + "1:jawlock", + "1:leer", + "1:scaleshot", + "1:sunnyday", + "7:incinerate", + "14:headbutt", + "21:scaryface", + "28:dragonclaw", + "35:zenheadbutt", + "42:flamethrower", + "49:nightslash", + "56:dragondance", + "63:dragonrush", + "70:fly", + "77:throatchop", + "84:roost", + "91:doubleedge", + "tm:acrobatics", + "tm:aerialace", + "tm:airslash", + "tm:bodypress", + "tm:bodyslam", + "tm:breakingswipe", + "tm:brickbreak", + "tm:crunch", + "tm:darkpulse", + "tm:dig", + "tm:doubleedge", + "tm:dracometeor", + "tm:dragoncheer", + "tm:dragonclaw", + "tm:dragondance", + "tm:dragonpulse", + "tm:dragontail", + "tm:earthquake", + "tm:endure", + "tm:facade", + "tm:fireblast", + "tm:firefang", + "tm:firespin", + "tm:flamethrower", + "tm:fly", + "tm:gigaimpact", + "tm:heatwave", + "tm:hurricane", + "tm:hydropump", + "tm:hyperbeam", + "tm:hypervoice", + "tm:ironhead", + "tm:knockoff", + "tm:lashout", + "tm:metalclaw", + "tm:outrage", + "tm:protect", + "tm:rest", + "tm:roar", + "tm:rockslide", + "tm:scaleshot", + "tm:scaryface", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:snarl", + "tm:stompingtantrum", + "tm:stoneedge", + "tm:substitute", + "tm:sunnyday", + "tm:tailwind", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:throatchop", + "tm:thunderfang", + "tm:uturn", + "tm:xscissor", + "tm:zenheadbutt" + ], + "hitbox": { + "width": 3, + "height": 4, + "fixed": false + }, + "labels": ["gen9", "paradox"], + "aspects": [], + "height": 20, + "weight": 3800, + "evolutions": [], + "cannotDynamax": false, + "pokedex": ["cobblemon.species.roaringmoon.desc"] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/scovillain.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/scovillain.json new file mode 100644 index 0000000..8573a80 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/scovillain.json @@ -0,0 +1,113 @@ +{ + "implemented": true, + "name": "Scovillain", + "nationalPokedexNumber": 952, + "primaryType": "grass", + "secondaryType": "fire", + "abilities": [ + "chlorophyll", + "insomnia", + "h:moody" + ], + "baseStats": { + "hp": 65, + "attack": 108, + "defence": 65, + "special_attack": 108, + "special_defence": 65, + "speed": 75 + }, + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": false, + "depth": "normal", + "light": "0-4" + } + }, + "catchRate": 75, + "maleRatio": 0.5, + "baseExperienceYield": 170, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 2, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": [ + "grass" + ], + "moves": [ + "1:firefang", + "1:leafage", + "1:leer", + "4:bite", + "10:growth", + "13:razorleaf", + "17:sunnyday", + "21:bulletseed", + "24:headbutt", + "28:zenheadbutt", + "33:worryseed", + "38:crunch", + "44:seedbomb", + "48:overheat", + "48:solarbeam", + "tm:bulletseed", + "tm:crunch", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:fireblast", + "tm:firefang", + "tm:flamethrower", + "tm:gigadrain", + "tm:gigaimpact", + "tm:grassknot", + "tm:grassyterrain", + "tm:helpinghand", + "tm:hyperbeam", + "tm:leafstorm", + "tm:magicalleaf", + "tm:overheat", + "tm:protect", + "tm:rest", + "tm:sandstorm", + "tm:scaryface", + "tm:seedbomb", + "tm:sleeptalk", + "tm:solarbeam", + "tm:stompingtantrum", + "tm:substitute", + "tm:sunnyday", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:trailblaze", + "tm:willowisp", + "tm:zenheadbutt" + ], + "labels": [ + "gen9" + ], + "baseScale": 1, + "hitbox": { + "width": 0.9, + "height": 1.4, + "fixed": false + }, + "aspects": [], + "height": 9, + "weight": 150, + "preEvolution": "capsakid", + "evolutions": [], + "cannotDynamax": false, + "pokedex": [ + "cobblemon.species.scovillain.desc" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/screamtail.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/screamtail.json new file mode 100644 index 0000000..2486f6a --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/screamtail.json @@ -0,0 +1,138 @@ +{ + "implemented": true, + "name": "Scream Tail", + "nationalPokedexNumber": 985, + "primaryType": "fairy", + "secondaryType": "psychic", + "abilities": [ + "protosynthesis" + ], + "baseStats": { + "hp": 115, + "attack": 65, + "defence": 99, + "special_attack": 65, + "special_defence": 115, + "speed": 111 + }, + "catchRate": 50, + "maleRatio": -1, + "baseExperienceYield": 285, + "baseFriendship": 0, + "evYield": { + "hp": 3, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 50, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:disable", + "1:pound", + "1:sing", + "1:sunnyday", + "7:howl", + "14:nobleroar", + "21:bite", + "28:bodyslam", + "35:rest", + "42:playrough", + "49:hypervoice", + "56:psychicfangs", + "63:crunch", + "70:wish", + "77:gyroball", + "84:perishsong", + "91:boomburst", + "tm:amnesia", + "tm:batonpass", + "tm:blizzard", + "tm:bodyslam", + "tm:bulkup", + "tm:calmmind", + "tm:crunch", + "tm:dazzlinggleam", + "tm:dig", + "tm:doubleedge", + "tm:drainpunch", + "tm:encore", + "tm:endure", + "tm:expandingforce", + "tm:facade", + "tm:faketears", + "tm:fireblast", + "tm:firefang", + "tm:firepunch", + "tm:flamethrower", + "tm:fling", + "tm:focusblast", + "tm:gigaimpact", + "tm:grassknot", + "tm:gyroball", + "tm:helpinghand", + "tm:hyperbeam", + "tm:hypervoice", + "tm:icebeam", + "tm:icefang", + "tm:icepunch", + "tm:imprison", + "tm:lightscreen", + "tm:metronome", + "tm:mistyexplosion", + "tm:mistyterrain", + "tm:playrough", + "tm:protect", + "tm:psybeam", + "tm:psychic", + "tm:psychicfangs", + "tm:psychicnoise", + "tm:psychicterrain", + "tm:psychup", + "tm:psyshock", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:roar", + "tm:rocktomb", + "tm:sandstorm", + "tm:scaryface", + "tm:sleeptalk", + "tm:snowscape", + "tm:stealthrock", + "tm:stompingtantrum", + "tm:storedpower", + "tm:substitute", + "tm:sunnyday", + "tm:takedown", + "tm:terablast", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderfang", + "tm:thunderpunch", + "tm:thunderwave", + "tm:trick", + "tm:trickroom", + "tm:uproar", + "tm:waterpulse", + "tm:zenheadbutt" + ], + "labels": [ + "gen9", + "paradox" + ], + "aspects": [], + "height": 12, + "weight": 80, + "evolutions": [], + "cannotDynamax": false, + "pokedex": [ + "cobblemon.species.screamtail.desc" + ] + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/sinistcha.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/sinistcha.json new file mode 100644 index 0000000..d77c66f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/sinistcha.json @@ -0,0 +1,195 @@ +{ + "implemented": true, + "name": "Sinistcha", + "nationalPokedexNumber": 1013, + "primaryType": "grass", + "secondaryType": "ghost", + "abilities": [ + "hospitality", + "h:heatproof" + ], + "baseStats": { + "hp": 71, + "attack": 60, + "defence": 106, + "special_attack": 121, + "special_defence": 80, + "speed": 70 + }, + "catchRate": 60, + "maleRatio": -1, + "baseExperienceYield": 0, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 2, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 50, + "eggGroups": [ + "mineral", + "amorphous" + ], + "moves": [ + "1:astonish", + "1:stunspore", + "1:withdraw", + "6:absorb", + "12:lifedew", + "18:foulplay", + "24:megadrain", + "30:hex", + "36:ragepowder", + "42:strengthsap", + "48:shadowball", + "54:memento", + "60:leafstorm", + "tm:calmmind", + "tm:curse", + "tm:endure", + "tm:energyball", + "tm:foulplay", + "tm:gigadrain", + "tm:grassyterrain", + "tm:hex", + "tm:hyperbeam", + "tm:imprison", + "tm:irondefense", + "tm:leafstorm", + "tm:magicalleaf", + "tm:nastyplot", + "tm:nightshade", + "tm:painsplit", + "tm:phantomforce", + "tm:poltergeist", + "tm:protect", + "tm:psychup", + "tm:reflect", + "tm:rest", + "tm:scald", + "tm:shadowball", + "tm:sleeptalk", + "tm:solarbeam", + "tm:spite", + "tm:substitute", + "tm:terablast", + "tm:trickroom", + "tm:uproar" + ], + "labels": [ + "gen9" + ], + "aspects": [], + "height": 2, + "weight": 22, + "preEvolution": "poltchageist", + "evolutions": [], + "cannotDynamax": false, + "forms": [ + { + "name": "Masterpiece", + "primaryType": "grass", + "secondaryType": "ghost", + "abilities": [ + "hospitality", + "h:heatproof" + ], + "baseStats": { + "hp": 71, + "attack": 60, + "defence": 106, + "special_attack": 121, + "special_defence": 80, + "speed": 70 + }, + "catchRate": 60, + "maleRatio": -1, + "baseExperienceYield": 0, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 2, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 50, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:astonish", + "1:stunspore", + "1:withdraw", + "6:absorb", + "12:lifedew", + "18:foulplay", + "24:megadrain", + "30:hex", + "36:ragepowder", + "42:strengthsap", + "48:shadowball", + "54:memento", + "60:leafstorm", + "tm:calmmind", + "tm:curse", + "tm:endure", + "tm:energyball", + "tm:foulplay", + "tm:gigadrain", + "tm:grassyterrain", + "tm:hex", + "tm:hyperbeam", + "tm:imprison", + "tm:irondefense", + "tm:leafstorm", + "tm:magicalleaf", + "tm:nastyplot", + "tm:nightshade", + "tm:painsplit", + "tm:phantomforce", + "tm:poltergeist", + "tm:protect", + "tm:psychup", + "tm:reflect", + "tm:rest", + "tm:scald", + "tm:shadowball", + "tm:sleeptalk", + "tm:solarbeam", + "tm:spite", + "tm:substitute", + "tm:terablast", + "tm:trickroom", + "tm:uproar" + ], + "labels": [ + "gen9" + ], + "aspects": [ + "masterpiece" + ], + "height": 2, + "weight": 22, + "preEvolution": "poltchageist artisan", + "cannotDynamax": false, + "battleOnly": false + } + ], + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:rawst_berry", + "percentage": 5.0 + } + ] + } + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/slitherwing.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/slitherwing.json new file mode 100644 index 0000000..d4abb8f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/slitherwing.json @@ -0,0 +1,105 @@ +{ + "implemented": true, + "name": "Slither Wing", + "nationalPokedexNumber": 988, + "primaryType": "bug", + "secondaryType": "fighting", + "abilities": ["protosynthesis"], + "baseStats": { + "hp": 85, + "attack": 135, + "defence": 79, + "special_attack": 85, + "special_defence": 105, + "speed": 81 + }, + "catchRate": 30, + "maleRatio": -1, + "baseExperienceYield": 285, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 50, + "eggGroups": ["undiscovered"], + "moves": [ + "1:bugbite", + "1:ember", + "1:gust", + "1:sunnyday", + "7:poisonpowder", + "7:stunspore", + "14:flamecharge", + "21:stomp", + "28:lowsweep", + "35:morningsun", + "42:lunge", + "49:superpower", + "56:bulkup", + "63:dualwingbeat", + "70:firstimpression", + "77:whirlwind", + "84:leechlife", + "91:thrash", + "tm:acrobatics", + "tm:aerialace", + "tm:bodypress", + "tm:bodyslam", + "tm:brickbreak", + "tm:bugbite", + "tm:bugbuzz", + "tm:bulkup", + "tm:closecombat", + "tm:curse", + "tm:doubleedge", + "tm:dualwingbeat", + "tm:earthquake", + "tm:endure", + "tm:facade", + "tm:flamecharge", + "tm:flareblitz", + "tm:gigadrain", + "tm:gigaimpact", + "tm:heatcrash", + "tm:heatwave", + "tm:heavyslam", + "tm:highhorsepower", + "tm:hurricane", + "tm:hyperbeam", + "tm:leechlife", + "tm:lowkick", + "tm:lowsweep", + "tm:lunge", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:reversal", + "tm:sandstorm", + "tm:skittersmack", + "tm:sleeptalk", + "tm:stompingtantrum", + "tm:substitute", + "tm:sunnyday", + "tm:takedown", + "tm:temperflare", + "tm:terablast", + "tm:trailblaze", + "tm:uturn", + "tm:wildcharge", + "tm:willowisp", + "tm:zenheadbutt" + ], + "labels": ["gen9", "paradox"], + "aspects": [], + "height": 32, + "weight": 920, + "evolutions": [], + "cannotDynamax": false, + "pokedex": ["cobblemon.species.slitherwing.desc"] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/tadbulb.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/tadbulb.json new file mode 100644 index 0000000..df86a20 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/tadbulb.json @@ -0,0 +1,108 @@ +{ + "implemented": true, + "name": "Tadbulb", + "nationalPokedexNumber": 938, + "primaryType": "electric", + "abilities": ["owntempo", "static", "h:damp"], + "baseStats": { + "hp": 61, + "attack": 31, + "defence": 41, + "special_attack": 59, + "special_defence": 35, + "speed": 45 + }, + "catchRate": 190, + "maleRatio": 0.5, + "baseExperienceYield": 54, + "baseFriendship": 50, + "evYield": { + "hp": 1, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": ["water_1"], + "moves": [ + "1:mudslap", + "1:tackle", + "7:thundershock", + "11:watergun", + "17:charge", + "21:spark", + "24:mudshot", + "25:flail", + "32:discharge", + "36:weatherball", + "40:electricterrain", + "45:suckerpunch", + "50:zapcannon", + "egg:muddywater", + "egg:paraboliccharge", + "egg:soak", + "tm:acidspray", + "tm:charge", + "tm:chargebeam", + "tm:chillingwater", + "tm:confuseray", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:endure", + "tm:hypervoice", + "tm:lightscreen", + "tm:muddywater", + "tm:mudshot", + "tm:mudslap", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:sleeptalk", + "tm:substitute", + "tm:swift", + "tm:terablast", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderwave", + "tm:voltswitch", + "tm:waterpulse", + "tm:weatherball", + "tm:wildcharge" + ], + "labels": ["gen9"], + "aspects": [], + "height": 3, + "weight": 4, + "evolutions": [ + { + "id": "tadbulb_bellibolt", + "variant": "item_interact", + "result": "bellibolt", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [], + "requiredContext": "cobblemon:thunder_stone" + } + ], + "cannotDynamax": false, + "pokedex": ["cobblemon.species.tadbulb.desc"], + "drops": { + "amount": 2, + "entries": [ + { + "item": "minecraft:ochre_froglight", + "percentage": 2.5 + }, + { + "item": "cobblemon:wepear_berry", + "percentage": 2.5 + } + ] + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/toedscool.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/toedscool.json new file mode 100644 index 0000000..c0b61b6 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/toedscool.json @@ -0,0 +1,141 @@ +{ + "implemented": true, + "name": "Toedscool", + "nationalPokedexNumber": 948, + "primaryType": "ground", + "secondaryType": "grass", + "abilities": [ + "myceliummight" + ], + "baseStats": { + "hp": 40, + "attack": 40, + "defence": 35, + "special_attack": 50, + "special_defence": 100, + "speed": 70 + }, + "catchRate": 190, + "maleRatio": 0.5, + "baseExperienceYield": 67, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 1, + "speed": 0 + }, + "experienceGroup": "medium_slow", + "eggCycles": 20, + "eggGroups": [ + "grass" + ], + "moves": [ + "1:mudslap", + "1:wrap", + "4:absorb", + "8:poisonpowder", + "8:stunspore", + "12:supersonic", + "15:tackle", + "16:megadrain", + "20:screech", + "24:mudshot", + "28:hex", + "32:seedbomb", + "36:spore", + "40:growth", + "44:gigadrain", + "48:earthpower", + "52:powerwhip", + "egg:acupressure", + "egg:knockoff", + "egg:leechseed", + "egg:mirrorcoat", + "egg:ragepowder", + "egg:rapidspin", + "egg:tickle", + "egg:toxic", + "tm:acidspray", + "tm:bulletseed", + "tm:confuseray", + "tm:dazzlinggleam", + "tm:earthpower", + "tm:endure", + "tm:energyball", + "tm:flashcannon", + "tm:foulplay", + "tm:gigadrain", + "tm:grassknot", + "tm:grassyglide", + "tm:grassyterrain", + "tm:hex", + "tm:knockoff", + "tm:leafstorm", + "tm:lightscreen", + "tm:lunge", + "tm:magicalleaf", + "tm:mudshot", + "tm:mudslap", + "tm:painsplit", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:scaryface", + "tm:seedbomb", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:solarbeam", + "tm:spikes", + "tm:substitute", + "tm:swift", + "tm:taunt", + "tm:terablast", + "tm:toxic", + "tm:toxicspikes", + "tm:trailblaze", + "tm:trickroom", + "tm:venoshock" + ], + "labels": [ + "gen9" + ], + "aspects": [], + "height": 9, + "weight": 330, + "evolutions": [ + { + "id": "toedscool_toedscruel", + "variant": "level_up", + "result": "toedscruel", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 30 + } + ] + } + ], + "cannotDynamax": false, + "pokedex": [ + "cobblemon.species.toedscool.desc" + ], + "drops": { + "amount": 2, + "entries": [ + { + "item": "minecraft:brown_mushroom", + "quantityRange": "0-1" + }, + { + "item": "cobblemon:yache_berry", + "percentage": 2.5 + } + ] + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/toedscruel.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/toedscruel.json new file mode 100644 index 0000000..edfae80 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/toedscruel.json @@ -0,0 +1,124 @@ +{ + "implemented": true, + "name": "Toedscruel", + "nationalPokedexNumber": 949, + "primaryType": "ground", + "secondaryType": "grass", + "abilities": [ + "myceliummight" + ], + "baseStats": { + "hp": 80, + "attack": 70, + "defence": 65, + "special_attack": 80, + "special_defence": 120, + "speed": 100 + }, + "catchRate": 90, + "maleRatio": 0.5, + "baseExperienceYield": 180, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 2, + "speed": 0 + }, + "experienceGroup": "medium_slow", + "eggCycles": 20, + "eggGroups": [ + "grass" + ], + "moves": [ + "1:mudslap", + "1:reflecttype", + "1:wrap", + "4:absorb", + "8:poisonpowder", + "8:stunspore", + "12:supersonic", + "15:tackle", + "16:megadrain", + "20:screech", + "24:mudshot", + "28:hex", + "34:seedbomb", + "40:spore", + "44:growth", + "48:gigadrain", + "54:earthpower", + "58:powerwhip", + "tm:acidspray", + "tm:bulletseed", + "tm:confuseray", + "tm:dazzlinggleam", + "tm:earthpower", + "tm:endure", + "tm:energyball", + "tm:flashcannon", + "tm:foulplay", + "tm:gigadrain", + "tm:gigaimpact", + "tm:grassknot", + "tm:grassyglide", + "tm:grassyterrain", + "tm:hex", + "tm:hyperbeam", + "tm:knockoff", + "tm:leafstorm", + "tm:lightscreen", + "tm:lunge", + "tm:magicalleaf", + "tm:mudshot", + "tm:mudslap", + "tm:painsplit", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:scaryface", + "tm:seedbomb", + "tm:skittersmack", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:solarbeam", + "tm:spikes", + "tm:substitute", + "tm:swift", + "tm:taunt", + "tm:terablast", + "tm:toxic", + "tm:toxicspikes", + "tm:trailblaze", + "tm:trickroom", + "tm:venoshock" + ], + "labels": [ + "gen9" + ], + "aspects": [], + "height": 19, + "weight": 580, + "preEvolution": "toedscool", + "evolutions": [], + "cannotDynamax": false, + "pokedex": [ + "cobblemon.species.toedscruel.desc" + ], + "drops": { + "amount": 3, + "entries": [ + { + "item": "minecraft:brown_mushroom", + "quantityRange": "0-2" + }, + { + "item": "cobblemon:yache_berry", + "percentage": 5.0 + } + ] + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/veluza.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/veluza.json new file mode 100644 index 0000000..75eadb9 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/veluza.json @@ -0,0 +1,104 @@ +{ + "implemented": true, + "name": "Veluza", + "nationalPokedexNumber": 976, + "primaryType": "water", + "secondaryType": "psychic", + "abilities": ["moldbreaker", "h:sharpness"], + "baseStats": { + "hp": 90, + "attack": 102, + "defence": 73, + "special_attack": 78, + "special_defence": 65, + "speed": 70 + }, + "catchRate": 100, + "maleRatio": 0.5, + "baseExperienceYield": 167, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 2, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "fast", + "eggCycles": 20, + "eggGroups": ["water_2"], + "moves": [ + "1:aquajet", + "1:tackle", + "7:pluck", + "11:waterpulse", + "15:focusenergy", + "20:slash", + "25:aquacutter", + "30:filletaway", + "35:nightslash", + "40:psychocut", + "45:liquidation", + "50:crunch", + "55:finalgambit", + "egg:recover", + "egg:thrash", + "tm:agility", + "tm:blizzard", + "tm:bodyslam", + "tm:chillingwater", + "tm:crunch", + "tm:doubleedge", + "tm:drillrun", + "tm:endeavor", + "tm:endure", + "tm:expandingforce", + "tm:flipturn", + "tm:gigaimpact", + "tm:hydropump", + "tm:hyperbeam", + "tm:icebeam", + "tm:icefang", + "tm:icywind", + "tm:liquidation", + "tm:painsplit", + "tm:protect", + "tm:psychic", + "tm:psychicfangs", + "tm:psychicterrain", + "tm:raindance", + "tm:rest", + "tm:scaleshot", + "tm:sleeptalk", + "tm:snowscape", + "tm:storedpower", + "tm:substitute", + "tm:surf", + "tm:takedown", + "tm:terablast", + "tm:waterfall", + "tm:waterpulse", + "tm:zenheadbutt" + ], + "labels": ["gen9"], + "aspects": [], + "height": 25, + "weight": 900, + "evolutions": [], + "cannotDynamax": false, + "pokedex": ["cobblemon.species.veluza.desc"], + "drops": { + "amount": 4, + "entries": [ + { + "item": "minecraft:cod", + "quantityRange": "1-3" + }, + { + "item": "minecraft:bone_meal", + "percentage": 5 + } + ] + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/walkingwake.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/walkingwake.json new file mode 100644 index 0000000..88c93ff --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/walkingwake.json @@ -0,0 +1,123 @@ +{ + "implemented": true, + "name": "Walking Wake", + "nationalPokedexNumber": 1009, + "primaryType": "water", + "secondaryType": "dragon", + "abilities": ["protosynthesis"], + "baseStats": { + "hp": 99, + "attack": 83, + "defence": 91, + "special_attack": 125, + "special_defence": 83, + "speed": 109 + }, + "catchRate": 5, + "maleRatio": -1, + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": false, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "swim": { + "canWalkOnWater": true, + "canBreatheUnderwater": true + } + } + }, + "baseExperienceYield": 295, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 3, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 50, + "eggGroups": ["undiscovered"], + "moves": [ + "1:aquajet", + "1:honeclaws", + "1:leer", + "1:roar", + "1:sunnyday", + "1:twister", + "7:bite", + "14:waterpulse", + "21:nobleroar", + "28:dragonbreath", + "35:breakingswipe", + "42:dragonrush", + "56:hydrosteam", + "63:dragonpulse", + "70:outrage", + "77:flamethrower", + "84:hydropump", + "tm:agility", + "tm:bodyslam", + "tm:breakingswipe", + "tm:chillingwater", + "tm:crunch", + "tm:doubleedge", + "tm:dracometeor", + "tm:dragoncheer", + "tm:dragonclaw", + "tm:dragondance", + "tm:dragonpulse", + "tm:dragontail", + "tm:endure", + "tm:facade", + "tm:firefang", + "tm:flamethrower", + "tm:flipturn", + "tm:gigaimpact", + "tm:hurricane", + "tm:hydropump", + "tm:hyperbeam", + "tm:knockoff", + "tm:liquidation", + "tm:lowkick", + "tm:mudshot", + "tm:outrage", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:roar", + "tm:scald", + "tm:scaryface", + "tm:sleeptalk", + "tm:snarl", + "tm:substitute", + "tm:sunnyday", + "tm:surf", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:waterfall", + "tm:waterpulse", + "tm:weatherball", + "tm:whirlpool" + ], + "labels": ["gen9", "paradox"], + "pokedex": [ + "his ferocious creature is shrouded in mystery. It's named after an aquatic monster mentioned in an old expedition journal." + ], + "aspects": [], + "height": 35, + "weight": 2800, + "evolutions": [], + "baseScale": 1.0, + "hitbox": { + "width": 1.9, + "height": 3.2, + "fixed": false + }, + "cannotDynamax": false +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/wattrel.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/wattrel.json new file mode 100644 index 0000000..be92862 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/wattrel.json @@ -0,0 +1,136 @@ +{ + "implemented": true, + "name": "Wattrel", + "nationalPokedexNumber": 940, + "primaryType": "electric", + "secondaryType": "flying", + "abilities": [ + "windpower", + "voltabsorb", + "h:competitive" + ], + "baseStats": { + "hp": 40, + "attack": 40, + "defence": 35, + "special_attack": 55, + "special_defence": 40, + "speed": 70 + }, + "catchRate": 180, + "maleRatio": 0.5, + "baseExperienceYield": 56, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 1 + }, + "experienceGroup": "medium_slow", + "eggCycles": 20, + "eggGroups": [ + "water_1", + "flying" + ], + "moves": [ + "1:growl", + "1:peck", + "4:thundershock", + "7:quickattack", + "11:pluck", + "15:spark", + "19:uproar", + "23:roost", + "27:dualwingbeat", + "32:agility", + "37:voltswitch", + "43:discharge", + "egg:endeavor", + "egg:featherdance", + "egg:spitup", + "egg:stockpile", + "egg:swallow", + "egg:weatherball", + "tm:acrobatics", + "tm:aerialace", + "tm:agility", + "tm:aircutter", + "tm:airslash", + "tm:bravebird", + "tm:charge", + "tm:chargebeam", + "tm:dualwingbeat", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:featherdance", + "tm:fly", + "tm:hurricane", + "tm:protect", + "tm:rest", + "tm:sleeptalk", + "tm:substitute", + "tm:swift", + "tm:tailwind", + "tm:takedown", + "tm:terablast", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderwave", + "tm:uproar", + "tm:uturn", + "tm:voltswitch", + "tm:weatherball", + "tm:wildcharge" + ], + "labels": [ + "gen9" + ], + "aspects": [], + "height": 4, + "weight": 36, + "evolutions": [ + { + "id": "wattrel_kilowattrel", + "variant": "level_up", + "result": "kilowattrel", + "consumeHeldItem": false, + "learnableMoves": [ + "electroball" + ], + "requirements": [ + { + "variant": "level", + "minLevel": 25 + } + ] + } + ], + "baseScale": 0.8, + "hitbox": { + "width": 0.5, + "height": 0.65, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 1 + }, + "height": 3, + "weight": 23, + "aspects": [], + "cannotDynamax": false +} + diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/wiglett.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/wiglett.json new file mode 100644 index 0000000..03440e4 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/wiglett.json @@ -0,0 +1,97 @@ +{ + "implemented": true, + "name": "Wiglett", + "nationalPokedexNumber": 960, + "primaryType": "water", + "abilities": ["gooey", "rattled", "h:sandveil"], + "baseStats": { + "hp": 10, + "attack": 55, + "defence": 25, + "special_attack": 35, + "special_defence": 25, + "speed": 95 + }, + "catchRate": 255, + "maleRatio": 0.5, + "baseExperienceYield": 49, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 1 + }, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": ["water_3"], + "moves": [ + "1:sandattack", + "1:watergun", + "4:mudslap", + "8:wrap", + "12:aquajet", + "20:slam", + "20:waterpulse", + "24:headbutt", + "28:dig", + "32:suckerpunch", + "36:throatchop", + "40:liquidation", + "egg:finalgambit", + "egg:memento", + "tm:agility", + "tm:blizzard", + "tm:bulldoze", + "tm:chillingwater", + "tm:dig", + "tm:earthpower", + "tm:endure", + "tm:facade", + "tm:foulplay", + "tm:helpinghand", + "tm:hydropump", + "tm:icebeam", + "tm:liquidation", + "tm:muddywater", + "tm:mudshot", + "tm:mudslap", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:sandstorm", + "tm:sleeptalk", + "tm:stompingtantrum", + "tm:substitute", + "tm:surf", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:throatchop", + "tm:waterpulse", + "tm:whirlpool" + ], + "labels": ["gen9"], + "aspects": [], + "height": 12, + "weight": 18, + "evolutions": [ + { + "id": "wiglett_wugtrio", + "variant": "level_up", + "result": "wugtrio", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 26 + } + ] + } + ], + "cannotDynamax": false, + "pokedex": ["cobblemon.species.wiglett.desc"] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/absol.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/absol.json new file mode 100644 index 0000000..e833d5e --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/absol.json @@ -0,0 +1,22 @@ +{ + "target": "cobblemon:absol", + "baseScale": 0.7, + "hitbox": { + "width": 1.5, + "height": 2, + "fixed": false + }, + "behaviour": { + "moving": { + "canLook": false, + "walk": { + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": true, + "canBreatheUnderwater": false + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/amoonguss.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/amoonguss.json new file mode 100644 index 0000000..a471fc0 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/amoonguss.json @@ -0,0 +1,29 @@ +{ + "target": "cobblemon:amoonguss", + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "canLook": false, + "walk": { + "walkSpeed": 0.19, + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": false, + "canBreatheUnderwater": false + } + } + }, + "baseScale": 0.6, + "hitbox": { + "width": 0.8, + "height": 0.8, + "fixed": false + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/appletun.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/appletun.json new file mode 100644 index 0000000..cf6652c --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/appletun.json @@ -0,0 +1,29 @@ +{ + "target": "cobblemon:appletun", + "baseScale": 1.2, + "hitbox": { + "width": 1, + "height": 1.0, + "fixed": false + }, + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "canLook": false, + "walk": { + "walkSpeed": 0.165, + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": true, + "canBreatheUnderwater": false + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/applin.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/applin.json new file mode 100644 index 0000000..d95362b --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/applin.json @@ -0,0 +1,90 @@ +{ + "target": "cobblemon:applin", + "shoulderMountable": true, + "baseScale": 0.4, + "hitbox": { + "width": 0.3, + "height": 0.4, + "fixed": false + }, + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "canLook": false, + "walk": { + "walkSpeed": 0.145, + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": true, + "canBreatheUnderwater": false + } + } + }, + "drops": { + "amount": "1", + "entries": [ + {"item": "cobblemon:tart_apple", "quantityRange": "1-2", "percentage": 50}, + {"item": "cobblemon:sweet_apple", "quantityRange": "1-2", "percentage": 50} + ] + }, + "evolutions": [ + { + "id": "applin_dipplin", + "variant": "level_up", + "result": "dipplin", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "held_item", + "itemCondition": "minecraft:honey_bottle" + }, + { + "variant": "level", + "minLevel": 1 + } + ] + }, + { + "id": "applin_flapple", + "variant": "level_up", + "result": "flapple", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "held_item", + "itemCondition": "cobblemon:tart_apple" + }, + { + "variant": "level", + "minLevel": 1 + } + ] + }, + { + "id": "applin_appletun", + "variant": "level_up", + "result": "appletun", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "held_item", + "itemCondition": "cobblemon:sweet_apple" + }, + { + "variant": "level", + "minLevel": 1 + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/archaludon.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/archaludon.json new file mode 100644 index 0000000..9767969 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/archaludon.json @@ -0,0 +1,35 @@ +{ + "target": "cobblemon:archaludon", + "baseScale": 1.0, + "hitbox": { + "width": 1.0, + "height": 1.7, + "fixed": false + }, + "drops": { + "amount": "1", + "entries": [ + {"item": "minecraft:iron_ingot", "quantityRange": "1-32", "percentage": 50} + ] + }, + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "canLook": false, + "walk": { + "walkSpeed": 0.180, + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": false, + "canBreatheUnderwater": false + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/azumarill.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/azumarill.json new file mode 100644 index 0000000..cc2cd5f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/azumarill.json @@ -0,0 +1,18 @@ +{ + "target": "cobblemon:azumarill", + "behaviour": { + "moving": { + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": true, + "canBreatheUnderwater": true + } + } +}, + "baseScale": 1, + "hitbox": { + "width": 0.7, + "height": 1, + "fixed": false + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/azurill.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/azurill.json new file mode 100644 index 0000000..6ab662d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/azurill.json @@ -0,0 +1,9 @@ +{ + "target": "cobblemon:azurill", + "baseScale": 0.8, + "hitbox": { + "width": 0.5, + "height": 0.5, + "fixed": false + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/bellibolt.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/bellibolt.json new file mode 100644 index 0000000..c74aa7f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/bellibolt.json @@ -0,0 +1,29 @@ +{ + "target": "cobblemon:bellibolt", + "baseScale": 1.0, + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "canLook": false, + "walk": { + "walkSpeed": 0.180, + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": false, + "canBreatheUnderwater": false + } + } + }, + "hitbox": { + "width": 1.0, + "height": 0.8, + "fixed": false + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/bisharp.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/bisharp.json new file mode 100644 index 0000000..4a35570 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/bisharp.json @@ -0,0 +1,29 @@ +{ + "target": "cobblemon:bisharp", + + "baseScale":1.0, + "hitbox": { + "width": 1, + "height": 2.2, + "fixed": false + }, + + "behaviour": { + "moving": { + "canLook": true, + "walk": { + "walkSpeed": 0.3, + "canWalk": true, + "avoidsLand": false + }, + "fly": { + "canFly": false + }, + "swim": { + "swimSpeed": 0.2, + "canSwimInWater": false, + "canBreatheUnderwater": false + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/blacephalon.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/blacephalon.json new file mode 100644 index 0000000..8a2bd98 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/blacephalon.json @@ -0,0 +1,34 @@ +{ + "target": "blacephalon", + "baseScale": 0.4, + "hitbox": { + "width": 2.0, + "height": 4.3, + "fixed": false + }, + "drops": { + "amount": "1", + "entries": [ + {"item": "minecraft:iron_ingot", "quantityRange": "1-32", "percentage": 50} + ] + }, + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "canLook": false, + "walk": { + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": false, + "canBreatheUnderwater": false + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/blipbug.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/blipbug.json new file mode 100644 index 0000000..dfa441c --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/blipbug.json @@ -0,0 +1,11 @@ +{ + "target": "cobblemon:blipbug", + "baseScale": 0.5, + "hitbox": { + "width": .75, + "height": 1, + "fixed": false + }, + "shoulderMountable": true +} + diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/celebi.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/celebi.json new file mode 100644 index 0000000..4f5030e --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/celebi.json @@ -0,0 +1,31 @@ +{ + "target": "cobblemon:celebi", + "behaviour": { + "resting": { + "canSleep": false, + "depth": "normal", + "light": "4-15" + }, + "moving": { + "canLook": false, + "walk": { + "canWalk": false, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": false, + "canBreatheUnderwater": false + }, + "fly": { + "canFly": true + } + } + }, + "baseScale": 0.5, + "hitbox": { + "width": 0.5, + "height": 1.4, + "fixed": false + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/chienpao.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/chienpao.json new file mode 100644 index 0000000..26d117e --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/chienpao.json @@ -0,0 +1,8 @@ +{ "target": "cobblemon:chienpao", +"baseScale": 1.3, + "hitbox": { + "width": 0.8, + "height": 1, + "fixed": false + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/cinccino.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/cinccino.json new file mode 100644 index 0000000..72086c3 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/cinccino.json @@ -0,0 +1,28 @@ +{ + "target": "cobblemon:cinccino", + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "canLook": false, + "walk": { + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": true, + "canBreatheUnderwater": false + } + } + }, + "baseScale": 0.4, + "hitbox": { + "width": 0.5, + "height": 1.0, + "fixed": false + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/cincinno.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/cincinno.json new file mode 100644 index 0000000..e0fe81d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/cincinno.json @@ -0,0 +1,28 @@ +{ + "target": "cobblemon:cinccino", + "baseScale": 0.4, + "hitbox": { + "width": 0.5, + "height": 1.0, + "fixed": false + }, + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "canLook": false, + "walk": { + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": true, + "canBreatheUnderwater": false + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/corsola.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/corsola.json new file mode 100644 index 0000000..348c299 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/corsola.json @@ -0,0 +1,29 @@ +{ + "target": "cobblemon:corsola", + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "canLook": false, + "walk": { + "walkSpeed": 0.175, + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": true, + "canBreatheUnderwater": true + } + } + }, + "baseScale": 0.6, + "hitbox": { + "width": 0.6, + "height": 0.6, + "fixed": false + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/cramorant.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/cramorant.json new file mode 100644 index 0000000..bc683e0 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/cramorant.json @@ -0,0 +1,28 @@ +{ + "target": "cobblemon:cramorant", + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "canLook": false, + "walk": { + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": true, + "canBreatheUnderwater": false + } + } + }, + "baseScale": 1.0, + "hitbox": { + "width": 0.5, + "height": 1.0, + "fixed": false + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/cubone.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/cubone.json new file mode 100644 index 0000000..41530e7 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/cubone.json @@ -0,0 +1,43 @@ +{ + "target": "cobblemon:cubone", + "evolutions": [ + { + "id": "cubone_marowak", + "variant": "level_up", + "result": "marowak", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 28 + } + ] + }, + { + "id": "cubone_marowak_alolan", + "variant": "level_up", + "result": "marowak alolan", + "consumeHeldItem": false, + "learnableMoves": [ + "shadowbone" + ], + "requirements": [ + { + "variant": "level", + "minLevel": 28 + }, + { + "variant": "time_range", + "range": "night" + } + ] + } + ], + "baseScale": 0.7, + "hitbox": { + "width": 0.5, + "height": 0.8, + "fixed": false + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/cursola.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/cursola.json new file mode 100644 index 0000000..c0e07c3 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/cursola.json @@ -0,0 +1,26 @@ +{ + "target": "cobblemon:cursola", + "behaviour": { + "moving": { + "canLook": false, + "walk": { + "walkSpeed": 0.200, + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": true, + "canBreatheUnderwater": true + } + } + }, + "preEvolution": "corsola form=galar", + "evolutions": [], + "baseScale": 0.8, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/delcatty.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/delcatty.json new file mode 100644 index 0000000..8175945 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/delcatty.json @@ -0,0 +1,36 @@ +{ + "implemented": true, + "target": "cobblemon:delcatty", + "baseScale": 0.8, + "hitbox": { + "width": 0.8, + "height": 0.8, + "fixed": false + }, + "drops": { + "amount": 5, + "entries": [ + { + "item": "cobblemon:silk_scarf", + "percentage": 5.0 + }, + { + "item": "cobblemon:pecha_berry", + "percentage": 5.0 + }, + { + "item": "minecraft:raw_cod", + "quantityRange": "1-3", + "percentage": 33 + } + ] + }, + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": true, + "depth": "normal", + "light": "0-4" + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/dipplin.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/dipplin.json new file mode 100644 index 0000000..98dd6e6 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/dipplin.json @@ -0,0 +1,35 @@ +{ + "target": "cobblemon:dipplin", + "baseScale": 0.4, + "hitbox": { + "width": 0.5, + "height": 0.5, + "fixed": false + }, + "drops": { + "amount": "1", + "entries": [ + {"item": "minecraft:apple", "quantityRange": "1-2", "percentage": 50} + ] + }, + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "canLook": false, + "walk": { + "walkSpeed": 0.175, + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": false, + "canBreatheUnderwater": false + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/dottler.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/dottler.json new file mode 100644 index 0000000..a58e0f8 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/dottler.json @@ -0,0 +1,9 @@ +{ + "target": "cobblemon:dottler", + "baseScale": 0.5, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/ducklett.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/ducklett.json new file mode 100644 index 0000000..b6c072d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/ducklett.json @@ -0,0 +1,29 @@ +{ + "target": "cobblemon:ducklett", + "baseScale": 0.4, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, +"behaviour": { + "moving": { + "walk": { + "walkSpeed": 0.28 + }, + "swim": { + "swimSpeed": 0.5, + "canSwimInWater": true, + "canBreatheUnderwater": true, + "canWalkOnWater": true + } + }, + "resting": { + "canSleep": true, + "willSleepOnBed": true, + "depth": "normal", + "light": "0-4" + } + } + + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/duosion.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/duosion.json new file mode 100644 index 0000000..4a924ff --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/duosion.json @@ -0,0 +1,10 @@ +{ + "target": "cobblemon:duosion", + "implemented": true, + "baseScale": 0.75, + "hitbox": { + "width": 1, + "height": 1.8, + "fixed": false + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/eelektrik.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/eelektrik.json new file mode 100644 index 0000000..29ebc6c --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/eelektrik.json @@ -0,0 +1,12 @@ +{ + "target": "cobblemon:eelektrik", + "behaviour": { + "moving": { + "swim": { + "swimSpeed": 1, + "canSwimInWater": true, + "canBreatheUnderwater": true + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/eelektross.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/eelektross.json new file mode 100644 index 0000000..553cf6d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/eelektross.json @@ -0,0 +1,12 @@ +{ + "target": "cobblemon:eelektross", + "behaviour": { + "moving": { + "swim": { + "swimSpeed": 1, + "canSwimInWater": true, + "canBreatheUnderwater": true + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/espurr.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/espurr.json new file mode 100644 index 0000000..1e324c7 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/espurr.json @@ -0,0 +1,34 @@ +{ + "implemented": true, + "target": "cobblemon:espurr", + "shoulderMountable": true, + "baseScale": 0.7, + "hitbox": { + "width": 0.4, + "height": 0.7, + "fixed": false + }, + "drops": { + "amount": "2", + "entries": [ + { + "item": "minecraft:ender_pearl", + "quantityRange": "0-1", + "percentage": 33 + }, + { + "item": "cobblemon:colbur_berry", + "percentage": 2.5 + } + + ] + }, + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": false, + "depth": "normal", + "light": "0-4" + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/eternatus.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/eternatus.json new file mode 100644 index 0000000..1e31e45 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/eternatus.json @@ -0,0 +1,29 @@ +{ + "target": "cobblemon:eternatus", + + "baseScale":1.0, + "hitbox": { + "width": 6, + "height": 5, + "fixed": false + }, + + "behaviour": { + "moving": { + "canLook": true, + "walk": { + "walkSpeed": 0.4, + "canWalk": true, + "avoidsLand": false + }, + "fly": { + "canFly": true + }, + "swim": { + "swimSpeed": 0.2, + "canSwimInWater": false, + "canBreatheUnderwater": false + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/feebas.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/feebas.json new file mode 100644 index 0000000..a5b03e4 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/feebas.json @@ -0,0 +1,16 @@ +{ + "target": "cobblemon:feebas", + "behaviour": { + "moving": { + "walk": { + "walkSpeed": 0.2, + "avoidsLand": true + }, + "swim": { + "swimSpeed": 1, + "canSwimInWater": true, + "canBreatheUnderwater": true + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/finizen.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/finizen.json new file mode 100644 index 0000000..9f78db2 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/finizen.json @@ -0,0 +1,28 @@ +{ + "target": "cobblemon:finizen", + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "canLook": false, + "walk": { + "canWalk": true, + "avoidsLand": true + }, + "swim": { + "swimSpeed": 0.3, + "canSwimInWater": true, + "canBreatheUnderwater": true + } + } + }, + "baseScale": 1.0, + "hitbox": { + "width": 0.5, + "height": 1.0, + "fixed": false + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/flapple.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/flapple.json new file mode 100644 index 0000000..e2763ac --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/flapple.json @@ -0,0 +1,9 @@ +{ + "target": "cobblemon:flapple", + "baseScale": 0.7, + "hitbox": { + "width": 1, + "height": 1.3, + "fixed": false + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/fluttermane.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/fluttermane.json new file mode 100644 index 0000000..e58c9bb --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/fluttermane.json @@ -0,0 +1,31 @@ +{ + "target": "cobblemon:fluttermane", + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "4-15" + }, + "moving": { + "canLook": false, + "walk": { + "canWalk": false, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": false, + "canBreatheUnderwater": false + }, + "fly": { + "canFly": true + } + } + }, + "baseScale": 0.7, + "hitbox": { + "width": 0.5, + "height": 1.4, + "fixed": false + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/foongus.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/foongus.json new file mode 100644 index 0000000..d505a0f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/foongus.json @@ -0,0 +1,29 @@ +{ + "target": "cobblemon:foongus", + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "canLook": false, + "walk": { + "walkSpeed": 0.17, + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": false, + "canBreatheUnderwater": false + } + } + }, + "baseScale": 0.4, + "hitbox": { + "width": 0.6, + "height": 0.8, + "fixed": false + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/froslass.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/froslass.json new file mode 100644 index 0000000..07fe8ef --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/froslass.json @@ -0,0 +1,9 @@ +{ + "target": "cobblemon:froslass", + "baseScale":0.8, + "hitbox": { + "width": 1, + "height": 2, + "fixed": false + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/gastrodon.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/gastrodon.json new file mode 100644 index 0000000..13ab442 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/gastrodon.json @@ -0,0 +1,41 @@ +{ + "target": "cobblemon:gastrodon", + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "canLook": false, + "walk": { + "walkSpeed": 0.200, + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": true, + "canBreatheUnderwater": true + } + } + }, + "forms": [ + { + "name": "west", + "aspects": [ + "west" + ], + "preEvolution": "shellos form=west" + } + ], + "baseScale": 0.8, + "hitbox": { + "width": 1, + "height": 0.7, + "fixed": false + }, + "features": [ + "west" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/genesect.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/genesect.json new file mode 100644 index 0000000..3ce9599 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/genesect.json @@ -0,0 +1,31 @@ +{ + "target": "cobblemon:genesect", + "behaviour": { + "resting": { + "canSleep": false, + "depth": "normal", + "light": "4-15" + }, + "moving": { + "canLook": false, + "walk": { + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": false, + "canBreatheUnderwater": false + }, + "fly": { + "canFly": true + } + } + }, + "baseScale": 0.8, + "hitbox": { + "width": 0.8, + "height": 2.0, + "fixed": false + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/glalie.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/glalie.json new file mode 100644 index 0000000..e28387a --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/glalie.json @@ -0,0 +1,9 @@ +{ + "target": "cobblemon:glalie", + "baseScale": 0.8, + "hitbox": { + "width": 1.2, + "height": 1.2, + "fixed": false + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/glameow.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/glameow.json new file mode 100644 index 0000000..2dcb84b --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/glameow.json @@ -0,0 +1,37 @@ +{ + "implemented": true, + "target": "cobblemon:glameow", + "abilities": [ + "limber", + "owntempo", + "h:keeneye" + ], + "baseScale": 0.7, + "hitbox": { + "width": 0.6, + "height": 1.0, + "fixed": false + }, + "drops": { + "amount": "2", + "entries": [ + { + "item": "cobblemon:cheri_berry", + "percentage": 2.5 + }, + { + "item": "minecraft:raw_cod", + "quantityRange": "0-1", + "percentage": 33 + } + ] + }, + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": true, + "depth": "normal", + "light": "0-4" + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/gogoat.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/gogoat.json new file mode 100644 index 0000000..4f12ace --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/gogoat.json @@ -0,0 +1,9 @@ +{ + "target": "cobblemon:gogoat", + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/gothita.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/gothita.json new file mode 100644 index 0000000..b33fbae --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/gothita.json @@ -0,0 +1,10 @@ +{ + "target": "cobblemon:gothita", + "implemented": true, + "baseScale": 0.6, + "hitbox": { + "width": 1, + "height": 1.5, + "fixed": false + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/gothitelle.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/gothitelle.json new file mode 100644 index 0000000..f38b464 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/gothitelle.json @@ -0,0 +1,10 @@ +{ + "target": "cobblemon:gothitelle", + "implemented": true, + "baseScale": 0.85, + "hitbox": { + "width": 1.25, + "height": 2.8, + "fixed": false + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/gothorita.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/gothorita.json new file mode 100644 index 0000000..28ba44c --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/gothorita.json @@ -0,0 +1,10 @@ +{ + "target": "cobblemon:gothorita", + "implemented": true, + "baseScale": 0.55, + "hitbox": { + "width": 1, + "height": 2.15, + "fixed": false + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/greavard.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/greavard.json new file mode 100644 index 0000000..c8816f3 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/greavard.json @@ -0,0 +1,10 @@ +{ + "target": "cobblemon:greavard", + "baseScale": 0.7, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + } + + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/hoppip.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/hoppip.json new file mode 100644 index 0000000..877c1fb --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/hoppip.json @@ -0,0 +1,10 @@ +{ + "target": "cobblemon:hoppip", + "implemented": true, + "baseScale": 0.7, + "hitbox": { + "width": 0.9, + "height": 0.9, + "fixed": false + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/houndoom.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/houndoom.json new file mode 100644 index 0000000..a076fea --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/houndoom.json @@ -0,0 +1,10 @@ +{ + "target": "cobblemon:houndoom", + "baseScale": 0.5, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + } + + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/houndour.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/houndour.json new file mode 100644 index 0000000..816eea5 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/houndour.json @@ -0,0 +1,10 @@ +{ + "target": "cobblemon:houndour", + "baseScale": 0.4, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + } + + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/houndstone.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/houndstone.json new file mode 100644 index 0000000..e9fcb9b --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/houndstone.json @@ -0,0 +1,10 @@ +{ + "target": "cobblemon:houndstone", + "baseScale": 0.5, + "hitbox": { + "width": 1, + "height": 1.5, + "fixed": false + } + + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/hydrapple.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/hydrapple.json new file mode 100644 index 0000000..a5e9e83 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/hydrapple.json @@ -0,0 +1,29 @@ +{ + "target": "cobblemon:hydrapple", + "baseScale": 0.9, + "hitbox": { + "width": 1, + "height": 1.3, + "fixed": false + }, + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "canLook": false, + "walk": { + "walkSpeed": 0.165, + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": true, + "canBreatheUnderwater": false + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/indeedee.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/indeedee.json new file mode 100644 index 0000000..1378d71 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/indeedee.json @@ -0,0 +1,136 @@ +{ + "implemented": true, + "target": "cobblemon:indeedee", + "baseScale": 0.75, + "hitbox": { + "width": 0.86, + "height": 2, + "fixed": false + }, + "maleRatio": 0.5, + "forms": [ + { + "name": "female", + "abilities": [ + "owntempo", + "synchronize", + "h:psychicsurge" + ], + "baseStats": { + "hp": 70, + "attack": 55, + "defence": 65, + "special_attack": 95, + "special_defence": 105, + "speed": 85 + }, + "catchRate": 30, + "maleRatio": 0, + "baseExperienceYield": 166, + "baseFriendship": 140, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 2, + "speed": 0 + }, + "experienceGroup": "fast", + "eggCycles": 40, + "eggGroups": [ + "fairy" + ], + "moves": [ + "1:playnice", + "1:storedpower", + "5:batonpass", + "10:disarmingvoice", + "15:psybeam", + "20:helpinghand", + "25:followme", + "30:aromatherapy", + "30:healingwish", + "35:psychic", + "40:calmmind", + "45:guardsplit", + "50:psychicterrain", + "egg:fakeout", + "egg:healpulse", + "egg:psychoshift", + "egg:psychup", + "tm:alluringvoice", + "tm:allyswitch", + "tm:attract", + "tm:batonpass", + "tm:bodyslam", + "tm:calmmind", + "tm:charm", + "tm:dazzlinggleam", + "tm:disarmingvoice", + "tm:drainingkiss", + "tm:drainpunch", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:futuresight", + "tm:guardswap", + "tm:helpinghand", + "tm:hypervoice", + "tm:imprison", + "tm:lightscreen", + "tm:magicalleaf", + "tm:metronome", + "tm:mysticalfire", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:psybeam", + "tm:psychic", + "tm:psychicterrain", + "tm:psychup", + "tm:psyshock", + "tm:reflect", + "tm:rest", + "tm:round", + "tm:safeguard", + "tm:shadowball", + "tm:skillswap", + "tm:sleeptalk", + "tm:snore", + "tm:storedpower", + "tm:substitute", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:trick", + "tm:trickroom", + "tm:zenheadbutt", + "tutor:expandingforce", + "tutor:terrainpulse" + ], + "labels": [ + "gen8" + ], + "aspects": [ + "female" + ], + "height": 9, + "weight": 280, + "baseScale": 0.75, + "hitbox": { + "width": 0.8, + "height": 2, + "fixed": false + }, + "cannotDynamax": false, + "battleOnly": false + } + ], + "baseExperienceYield": 166, + "experienceGroup": "fast", + "eggCycles": 40, + "eggGroups": [ + "fairy" + ] + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/ironmoth.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/ironmoth.json new file mode 100644 index 0000000..1a3b950 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/ironmoth.json @@ -0,0 +1,33 @@ +{ + "target": "cobblemon:ironmoth", + "behaviour": { + "resting": { + "canSleep": false, + "depth": "normal", + "light": "0-4", + "willSleepOnBed": false + }, + "moving": { + "canLook": true, + "walk": { + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.3, + "canSwimInWater": true, + "canBreatheUnderwater": false + }, + "fly": { + "canFly": true, + "flySpeedHorizontal": 0.3 + }, + "wanderChance": 1 + } + }, + "hitbox": { + "width": 1.15, + "height": 2.35, + "fixed": false + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/jumpluff.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/jumpluff.json new file mode 100644 index 0000000..59c59ff --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/jumpluff.json @@ -0,0 +1,10 @@ +{ + "target": "cobblemon:jumpluff", + "implemented": true, + "baseScale": 0.7, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/kingambit.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/kingambit.json new file mode 100644 index 0000000..71dbfac --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/kingambit.json @@ -0,0 +1,29 @@ +{ + "target": "cobblemon:kingambit", + + "baseScale":1.0, + "hitbox": { + "width": 2, + "height": 3, + "fixed": false + }, + + "behaviour": { + "moving": { + "canLook": true, + "walk": { + "walkSpeed": 0.3, + "canWalk": true, + "avoidsLand": false + }, + "fly": { + "canFly": false + }, + "swim": { + "swimSpeed": 0.2, + "canSwimInWater": false, + "canBreatheUnderwater": false + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/kubfu.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/kubfu.json new file mode 100644 index 0000000..002fe85 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/kubfu.json @@ -0,0 +1,41 @@ +{ + "target": "cobblemon:kubfu", + + "baseScale":1.0, + "hitbox": { + "width": 1, + "height": 1.5, + "fixed": false + }, + + "evolutions": [ + { + "id": "kubfu_urshifu", + "variant": "item_interact", + "result": "urshifu", + "consumeHeldItem": true, + "learnableMoves": [], + "requirements": [], + "requiredContext": "cobblemon:muscle_band" + }, + ], + + "behaviour": { + "moving": { + "canLook": true, + "walk": { + "walkSpeed": 0.6, + "canWalk": true, + "avoidsLand": false + }, + "fly": { + "canFly": false + }, + "swim": { + "swimSpeed": 0.2, + "canSwimInWater": false, + "canBreatheUnderwater": false + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/landorus.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/landorus.json new file mode 100644 index 0000000..9caac99 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/landorus.json @@ -0,0 +1,29 @@ +{ + "target": "cobblemon:landorus", + + "baseScale":1.0, + "hitbox": { + "width": 1.5, + "height": 2.5, + "fixed": false + }, + + "behaviour": { + "moving": { + "canLook": true, + "walk": { + "walkSpeed": 0.6, + "canWalk": true, + "avoidsLand": false + }, + "fly": { + "canFly": true + }, + "swim": { + "swimSpeed": 0.2, + "canSwimInWater": false, + "canBreatheUnderwater": false + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/latias.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/latias.json new file mode 100644 index 0000000..a98b4d5 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/latias.json @@ -0,0 +1,29 @@ +{ + "target": "cobblemon:latias", + + "baseScale":1.0, + "hitbox": { + "width": 3, + "height": 2.5, + "fixed": false + }, + + "behaviour": { + "moving": { + "canLook": true, + "walk": { + "walkSpeed": 1.5, + "canWalk": true, + "avoidsLand": false + }, + "fly": { + "canFly": true + }, + "swim": { + "swimSpeed": 0.2, + "canSwimInWater": false, + "canBreatheUnderwater": false + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/latios.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/latios.json new file mode 100644 index 0000000..25f7d9f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/latios.json @@ -0,0 +1,29 @@ +{ + "target": "cobblemon:latios", + + "baseScale":1.0, + "hitbox": { + "width": 3, + "height": 2.5, + "fixed": false + }, + + "behaviour": { + "moving": { + "canLook": true, + "walk": { + "walkSpeed": 1.5, + "canWalk": true, + "avoidsLand": false + }, + "fly": { + "canFly": true + }, + "swim": { + "swimSpeed": 0.2, + "canSwimInWater": false, + "canBreatheUnderwater": false + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/leavanny.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/leavanny.json new file mode 100644 index 0000000..ce774e2 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/leavanny.json @@ -0,0 +1,10 @@ +{ + "target": "cobblemon:leavanny", + "implemented": true, + "baseScale": 0.8, + "hitbox": { + "width": 0.8, + "height": 2.3, + "fixed": false + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/ledian.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/ledian.json new file mode 100644 index 0000000..5f9d006 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/ledian.json @@ -0,0 +1,31 @@ +{ + "target": "cobblemon:ledian", + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "4-15" + }, + "moving": { + "canLook": false, + "walk": { + "canWalk": false, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": false, + "canBreatheUnderwater": false + }, + "fly": { + "canFly": true + } + } + }, + "baseScale": 0.5, + "hitbox": { + "width": 0.7, + "height": 1.0, + "fixed": false + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/ledyba.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/ledyba.json new file mode 100644 index 0000000..ebee8e7 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/ledyba.json @@ -0,0 +1,31 @@ +{ + "target": "cobblemon:ledyba", + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "4-15" + }, + "moving": { + "canLook": false, + "walk": { + "canWalk": false, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": false, + "canBreatheUnderwater": false + }, + "fly": { + "canFly": true + } + } + }, + "baseScale": 0.6, + "hitbox": { + "width": 0.8, + "height": 1.0, + "fixed": false + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/liepard.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/liepard.json new file mode 100644 index 0000000..d71f1fa --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/liepard.json @@ -0,0 +1,37 @@ +{ + "implemented": true, + "target": "cobblemon:liepard", + "shoulderMountable": false, + "baseScale": 1.0, + "hitbox": { + "width": 0.9, + "height": 1.3, + "fixed": false + }, + "drops": { + "amount": "5", + "entries": [ + { + "item": "minecraft:rotten_flesh", + "quantityRange": "0-2" + }, + { + "item": "cobblemon:bluk_berry", + "percentage": 5.0 + }, + { + "item": "minecraft:raw_cod", + "quantityRange": "1-2", + "percentage": 33 + } + ] + }, + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": true, + "depth": "normal", + "light": "0-4" + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/litleo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/litleo.json new file mode 100644 index 0000000..700f267 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/litleo.json @@ -0,0 +1,37 @@ +{ + "target": "cobblemon:litleo", + "implemented": true, + "shoulderMountable": true, + "baseScale": 0.7, + "hitbox": { + "width": 0.6, + "height": 0.8, + "fixed": false + }, + "drops": { + "amount": 3, + "entries": [ + { + "item": "minecraft:rotten_flesh", + "quantityRange": "0-1" + }, + { + "item": "minecraft:blaze_powder", + "percentage": 5 + }, + { + "item": "cobblemon:rawst_berry", + "percentage": 2.5 + } + + ] + }, + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": true, + "depth": "normal", + "light": "0-4" + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/lycanroc.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/lycanroc.json new file mode 100644 index 0000000..f15b1e2 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/lycanroc.json @@ -0,0 +1,11 @@ +{ + "target": "cobblemon:lycanroc", + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "features": [ + "dusk", "midnight"] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/mareanie.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/mareanie.json new file mode 100644 index 0000000..16f2681 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/mareanie.json @@ -0,0 +1,34 @@ +{ + "target": "cobblemon:mareanie", + "baseScale": 0.5, + "hitbox": { + "width": 1, + "height": 0.5, + "fixed": false + }, + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "0-4", + "willSleepOnBed": false + }, + "moving": { + "canLook": true, + "walk": { + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.3, + "canSwimInWater": false, + "canBreatheUnderwater": true + }, + "fly": { + "canFly": false, + "flySpeedHorizontal": 0.3 + }, + "wanderChance": 1 + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/marill.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/marill.json new file mode 100644 index 0000000..a65de83 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/marill.json @@ -0,0 +1,18 @@ +{ + "target": "cobblemon:marill", + "behaviour": { + "moving": { + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": true, + "canBreatheUnderwater": true + } + } +}, + "baseScale": 1, + "hitbox": { + "width": 0.5, + "height": 0.8, + "fixed": false + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/marshadow.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/marshadow.json new file mode 100644 index 0000000..9ae8a4f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/marshadow.json @@ -0,0 +1,32 @@ +{ + "target": "cobblemon:marshadow", + "behaviour": { + "resting": { + "canSleep": false, + "depth": "normal", + "light": "4-15" + }, + "moving": { + "canLook": true, + "walk": { + "canWalk": true, + "walkSpeed": 0.195, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": true, + "canBreatheUnderwater": false + }, + "fly": { + "canFly": false + } + } + }, + "baseScale": 0.6, + "hitbox": { + "width": 0.5, + "height": 0.8, + "fixed": false + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/melmetal.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/melmetal.json new file mode 100644 index 0000000..81b6dcc --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/melmetal.json @@ -0,0 +1,35 @@ +{ + "target": "cobblemon:melmetal", + "baseScale": 1.2, + "hitbox": { + "width": 2.4, + "height": 3.3, + "fixed": false + }, + "drops": { + "amount": "1", + "entries": [ + {"item": "minecraft:iron_block", "quantityRange": "1-2", "percentage": 50} + ] + }, + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "canLook": false, + "walk": { + "walkSpeed": 0.195, + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": false, + "canBreatheUnderwater": false + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/meltan.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/meltan.json new file mode 100644 index 0000000..8d723c7 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/meltan.json @@ -0,0 +1,54 @@ +{ + "target": "cobblemon:meltan", + "baseScale": 0.3, + "hitbox": { + "width": 0.4, + "height": 0.8, + "fixed": false + }, + "drops": { + "amount": "1", + "entries": [ + {"item": "minecraft:iron_ingot", "quantityRange": "1-5", "percentage": 50} + ] + }, + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "canLook": false, + "walk": { + "walkSpeed": 0.175, + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": false, + "canBreatheUnderwater": false + } + } + }, + "evolutions": [ + { + "id": "meltan_melmetal", + "variant": "level_up", + "result": "melmetal", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "held_item", + "itemCondition": "minecraft:anvil" + }, + { + "variant": "level", + "minLevel": 60 + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/meowstic.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/meowstic.json new file mode 100644 index 0000000..9e918d8 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/meowstic.json @@ -0,0 +1,33 @@ +{ + "implemented": true, + "target": "cobblemon:meowstic", + "baseScale": 0.6, + "hitbox": { + "width": 0.6, + "height": 1.4, + "fixed": false + }, + "maleRatio": 0.5, + "drops": { + "amount": "3", + "entries": [ + { + "item": "cobblemon:colbur_berry", + "percentage": 5.0 + }, + { + "item": "minecraft:ender_pearl", + "quantityRange": "1-2", + "percentage": 33 + } + ] + }, + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": true, + "depth": "normal", + "light": "0-4" + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/meowth.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/meowth.json new file mode 100644 index 0000000..6a76c7a --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/meowth.json @@ -0,0 +1,4 @@ +{ + "target": "cobblemon:meowth", + "shoulderMountable": true +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/milotic.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/milotic.json new file mode 100644 index 0000000..6d8a519 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/milotic.json @@ -0,0 +1,34 @@ +{ + "target": "cobblemon:milotic", + "behaviour": { + "moving": { + "walk": { + "walkSpeed": 0.2, + "avoidsLand": true + }, + "swim": { + "swimSpeed": 1, + "canSwimInWater": true, + "canBreatheUnderwater": true + } + } + }, + "evolutions": [ + { + "id": "milotic_megamilotic", + "variant": "item_interact", + "result": "megamilotic", + "consumeHeldItem": true, + "requirements": [], + "requiredContext": "lackingmegas:key_stone" + }, + { + "id": "milotic_megamilotic1", + "variant": "item_interact", + "result": "megamilotic", + "consumeHeldItem": false, + "requirements": [], + "requiredContext": "lackingmegas:mega_ring" + } +] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/mincinno.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/mincinno.json new file mode 100644 index 0000000..b8cd73c --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/mincinno.json @@ -0,0 +1,28 @@ +{ + "target": "cobblemon:minccino", + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "canLook": false, + "walk": { + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": true, + "canBreatheUnderwater": false + } + } + }, + "baseScale": 0.4, + "hitbox": { + "width": 0.5, + "height": 1.0, + "fixed": false + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/morpeko.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/morpeko.json new file mode 100644 index 0000000..833d319 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/morpeko.json @@ -0,0 +1,28 @@ +{ + "target": "cobblemon:morpeko", + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "canLook": false, + "walk": { + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": true, + "canBreatheUnderwater": false + } + } + }, + "baseScale": 0.5, + "hitbox": { + "width": 0.5, + "height": 1.0, + "fixed": false + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/mrmime.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/mrmime.json new file mode 100644 index 0000000..ff4eba5 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/mrmime.json @@ -0,0 +1,6 @@ +{ + "target": "cobblemon:mrmime", + "features": [ + "galarian" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/munna.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/munna.json new file mode 100644 index 0000000..11a2827 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/munna.json @@ -0,0 +1,9 @@ +{ + "target": "cobblemon:munna", + "baseScale": 0.8, + "hitbox": { + "width": 1, + "height": 1.3, + "fixed": false + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/musharna.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/musharna.json new file mode 100644 index 0000000..6bbeeb6 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/musharna.json @@ -0,0 +1,9 @@ +{ + "target": "cobblemon:musharna", + "baseScale": 0.9, + "hitbox": { + "width": 1, + "height": 1.3, + "fixed": false + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/nihilego.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/nihilego.json new file mode 100644 index 0000000..dfc69c8 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/nihilego.json @@ -0,0 +1,31 @@ +{ + "target": "cobblemon:nihilego", + "behaviour": { + "resting": { + "canSleep": false, + "depth": "normal", + "light": "4-15" + }, + "moving": { + "canLook": false, + "walk": { + "canWalk": false, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": false, + "canBreatheUnderwater": false + }, + "fly": { + "canFly": true + } + } + }, + "baseScale": 0.8, + "hitbox": { + "width": 1.0, + "height": 4.0, + "fixed": false + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/orbeetle.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/orbeetle.json new file mode 100644 index 0000000..c240470 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/orbeetle.json @@ -0,0 +1,9 @@ +{ + "target": "cobblemon:orbeetle", + "baseScale": 0.75, + "hitbox": { + "width": 1.4, + "height": 1.6, + "fixed": false + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/palafin.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/palafin.json new file mode 100644 index 0000000..15778c7 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/palafin.json @@ -0,0 +1,44 @@ +{ + "target": "cobblemon:palafin", + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "canLook": false, + "walk": { + "canWalk": true, + "avoidsLand": true + }, + "swim": { + "swimSpeed": 0.3, + "canSwimInWater": true, + "canBreatheUnderwater": true + } + } + }, + "preEvolution": "finizen", + "evolutions": [ + { + "id": "palafin_palafinhero", + "variant": "level_up", + "result": "palafinhero", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 45 + } + ] + } + ], + "baseScale": 1.0, + "hitbox": { + "width": 0.5, + "height": 1.0, + "fixed": false + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/palossand.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/palossand.json new file mode 100644 index 0000000..1566809 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/palossand.json @@ -0,0 +1,39 @@ +{ + "target": "cobblemon:palossand", + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "canLook": false, + "walk": { + "walkSpeed": 0.175, + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": false, + "canBreatheUnderwater": false + } + } + }, + "forms": [ + { + "name": "redsand", + "aspects": [ + "redsand" + ], + "preEvolution": "sandygast form=redsand" + } + ], + "baseScale": 1, + "hitbox": { + "width": 0.4, + "height": 0.8, + "fixed": false + }, + "features": ["redsand"] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/pawniard.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/pawniard.json new file mode 100644 index 0000000..5f5afbb --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/pawniard.json @@ -0,0 +1,29 @@ +{ + "target": "cobblemon:pawniard", + + "baseScale":1.0, + "hitbox": { + "width": 1, + "height": 1.5, + "fixed": false + }, + + "behaviour": { + "moving": { + "canLook": true, + "walk": { + "walkSpeed": 0.5, + "canWalk": true, + "avoidsLand": false + }, + "fly": { + "canFly": false + }, + "swim": { + "swimSpeed": 0.2, + "canSwimInWater": false, + "canBreatheUnderwater": false + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/pecharunt.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/pecharunt.json new file mode 100644 index 0000000..4bc6591 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/pecharunt.json @@ -0,0 +1,28 @@ +{ + "target": "cobblemon:pecharunt", + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "canLook": false, + "walk": { + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": true, + "canBreatheUnderwater": false + } + } + }, + "baseScale": 0.5, + "hitbox": { + "width": 1.0, + "height": 1.0, + "fixed": false + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/poltchageist.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/poltchageist.json new file mode 100644 index 0000000..d903a13 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/poltchageist.json @@ -0,0 +1,34 @@ +{ + "target": "cobblemon:poltchageist", + "drops": { + "amount": "1", + "entries": [ + {"item": "minecraft:green_dye", "quantityRange": "1-2", "percentage": 50} + ] + }, + "evolutions": [ + { + "id": "poltchageist_sinistcha", + "variant": "level_up", + "result": "sinistcha", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "held_item", + "itemCondition": "cobblemon:cracked_pot" + }, + { + "variant": "level", + "minLevel": 1 + } + ] + } + ], + "baseScale": 0.4, + "hitbox": { + "width": 0.5, + "height": 1.0, + "fixed": false + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/purrloin.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/purrloin.json new file mode 100644 index 0000000..d4c3296 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/purrloin.json @@ -0,0 +1,36 @@ +{ + "implemented": true, + "target": "cobblemon:purrloin", + "shoulderMountable": true, + "baseScale": 0.7, + "hitbox": { + "width": 0.6, + "height": 0.8, + "fixed": false + }, + "drops": { + "amount": "3", + "entries": [ + { + "item": "minecraft:rotten_flesh", + "quantityRange": "0-1" + }, + { + "item": "cobblemon:bluk_berry", + "percentage": 2.5 + }, + { + "item": "minecraft:raw_cod", + "percentage": 33 + } + ] + }, + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": true, + "depth": "normal", + "light": "0-4" + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/purugly.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/purugly.json new file mode 100644 index 0000000..48e6295 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/purugly.json @@ -0,0 +1,27 @@ +{ + "implemented": true, + "target": "cobblemon:purugly", + "baseScale": 0.8, + "drops": { + "amount": "3", + "entries": [ + { + "item": "cobblemon:cheri_berry", + "percentage": 5.0 + }, + { + "item": "minecraft:raw_cod", + "quantityRange": "1-2", + "percentage": 33 + } + ] + }, + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": true, + "depth": "normal", + "light": "0-4" + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/pyroar.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/pyroar.json new file mode 100644 index 0000000..7d9dc59 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/pyroar.json @@ -0,0 +1,36 @@ +{ + "implemented": true, + "target": "cobblemon:pyroar", + "baseScale": 0.8, + "hitbox": { + "width": 1.0, + "height": 1.6, + "fixed": false + }, + "drops": { + "amount": "4", + "entries": [ + { + "item": "minecraft:rotten_flesh", + "quantityRange": "0-2" + }, + { + "item": "minecraft:blaze_powder", + "percentage": 10.0 + }, + { + "item": "cobblemon:rawst_berry", + "percentage": 5.0 + } + + ] + }, + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": true, + "depth": "normal", + "light": "0-4" + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/reshiram.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/reshiram.json new file mode 100644 index 0000000..b67a072 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/reshiram.json @@ -0,0 +1,29 @@ +{ + "target": "cobblemon:reshiram", + + "baseScale":1.0, + "hitbox": { + "width": 3.5, + "height": 5, + "fixed": false + }, + + "behaviour": { + "moving": { + "canLook": true, + "walk": { + "walkSpeed": 0.3, + "canWalk": true, + "avoidsLand": false + }, + "fly": { + "canFly": true + }, + "swim": { + "swimSpeed": 0.2, + "canSwimInWater": false, + "canBreatheUnderwater": false + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/reuniclus.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/reuniclus.json new file mode 100644 index 0000000..03ad8bf --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/reuniclus.json @@ -0,0 +1,10 @@ +{ + "target": "cobblemon:reuniclus", + "implemented": true, + "baseScale": 0.75, + "hitbox": { + "width": 1.9, + "height": 2.2, + "fixed": false + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/rockruff.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/rockruff.json new file mode 100644 index 0000000..1368c81 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/rockruff.json @@ -0,0 +1,49 @@ +{ + "target": "cobblemon:rockruff", + "baseScale": 0.7, + "evolutions": [ + { + "id": "rockruff_lycanroc_midnight", + "variant": "level_up", + "result": "lycanroc midnight", + "consumeHeldItem": false, + "learnableMoves": [ + "counter" + ], + "requirements": [ + { + "variant": "level", + "minLevel": 25 + }, + { + "variant": "time_range", + "range": "night" + } + ] + }, + { + "id": "rockruff_lycanroc_dusk", + "variant": "level_up", + "result": "lycanroc dusk", + "consumeHeldItem": false, + "learnableMoves": [ + "crushclaw" + ], + "requirements": [ + { + "variant": "level", + "minLevel": 25 + }, + { + "variant": "time_range", + "range": "noon" + } + ] + } + ], + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/sandygast.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/sandygast.json new file mode 100644 index 0000000..d69ed94 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/sandygast.json @@ -0,0 +1,55 @@ +{ + "target": "cobblemon:sandygast", + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "canLook": false, + "walk": { + "walkSpeed": 0.175, + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": false, + "canBreatheUnderwater": false + } + } + }, + "forms": [ + { + "name": "redsand", + "primaryType": "ghost", + "secondaryType": "ground", + "aspects": [ + "redsand" + ], + "evolutions": [ + { + "id": "sandygast_palossand_redsand", + "variant": "level_up", + "result": "palossand redsand", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 42 + } + ] + } + ] + } + ], + "baseScale": 0.8, + "hitbox": { + "width": 0.5, + "height": 0.8, + "fixed": false + }, + "features": ["redsand"] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/screamtail.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/screamtail.json new file mode 100644 index 0000000..565547a --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/screamtail.json @@ -0,0 +1,28 @@ +{ + "target": "cobblemon:screamtail", + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "canLook": false, + "walk": { + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": false, + "canBreatheUnderwater": false + } + } + }, + "baseScale": 1.0, + "hitbox": { + "width": 0.6, + "height": 1, + "fixed": false + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/sewaddle.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/sewaddle.json new file mode 100644 index 0000000..03b9df2 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/sewaddle.json @@ -0,0 +1,10 @@ +{ + "target": "cobblemon:sewaddle", + "implemented": true, + "baseScale": 0.8, + "hitbox": { + "width": 0.7, + "height": 0.7, + "fixed": false + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/shellos.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/shellos.json new file mode 100644 index 0000000..806096d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/shellos.json @@ -0,0 +1,54 @@ +{ + "target": "cobblemon:shellos", + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "canLook": false, + "walk": { + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": false, + "canBreatheUnderwater": false + } + } + }, + "forms": [ + { + "name": "west", + "aspects": [ + "west" + ], + "evolutions": [ + { + "id": "shellos_gastrodon_west", + "variant": "level_up", + "result": "gastrodon west", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 30 + } + ] + } + ] + } + ], + "baseScale": 0.5, + "hitbox": { + "width": 0.5, + "height": 1.0, + "fixed": false + }, + "features": [ + "west" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/shinx.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/shinx.json new file mode 100644 index 0000000..0369fbc --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/shinx.json @@ -0,0 +1,4 @@ +{ + "target": "cobblemon:shinx", + "shoulderMountable": true +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/sinistcha.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/sinistcha.json new file mode 100644 index 0000000..7e0642e --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/sinistcha.json @@ -0,0 +1,28 @@ +{ + "target": "cobblemon:sinistcha", + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "canLook": false, + "walk": { + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": true, + "canBreatheUnderwater": false + } + } + }, + "baseScale": 0.8, + "hitbox": { + "width": 0.5, + "height": 1.0, + "fixed": false + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/skiddo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/skiddo.json new file mode 100644 index 0000000..7bb7b45 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/skiddo.json @@ -0,0 +1,9 @@ +{ + "target": "cobblemon:skiddo", + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/skiploom.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/skiploom.json new file mode 100644 index 0000000..03dd292 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/skiploom.json @@ -0,0 +1,10 @@ +{ + "target": "cobblemon:skiploom", + "implemented": true, + "baseScale": 0.8, + "hitbox": { + "width": 1, + "height": 0.9, + "fixed": false + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/skuntank.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/skuntank.json new file mode 100644 index 0000000..63c8b38 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/skuntank.json @@ -0,0 +1,38 @@ +{ + "implemented": true, + "target": "cobblemon:skuntank", + "shoulderMountable": false, + "baseScale": 1.3, + "hitbox": { + "width": 0.8, + "height": 1.0, + "fixed": false + }, + "drops": { + "amount": "5", + "entries": [ + { + "item": "cobblemon:pecha_berry", + "percentage": 5.0 + }, + { + "item": "minecraft:ink_sac", + "quantityRange": "0-2", + "percentage": 33 + }, + { + "item": "minecraft:slime_ball", + "quantityRange": "0-2", + "percentage": 33 + } + ] + }, + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": false, + "depth": "normal", + "light": "0-4" + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/snorunt.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/snorunt.json new file mode 100644 index 0000000..3abbc62 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/snorunt.json @@ -0,0 +1,4 @@ +{ + "target": "cobblemon:snorunt", + "baseScale": 0.8 +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/solosis.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/solosis.json new file mode 100644 index 0000000..ad0f04d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/solosis.json @@ -0,0 +1,10 @@ +{ + "target": "cobblemon:solosis", + "implemented": true, + "baseScale": 0.75, + "hitbox": { + "width": 1, + "height": 1.4, + "fixed": false + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/stunky.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/stunky.json new file mode 100644 index 0000000..5131ac9 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/stunky.json @@ -0,0 +1,36 @@ +{ + "implemented": true, + "target": "cobblemon:stunky", + "shoulderMountable": true, + "baseScale": 0.7, + "hitbox": { + "width": 0.7, + "height": 0.7, + "fixed": false + }, + "drops": { + "amount": "3", + "entries": [ + { + "item": "cobblemon:pecha_berry", + "percentage": 2.5 + }, + { + "item": "minecraft:ink_sac", + "percentage": 33 + }, + { + "item": "minecraft:slime_ball", + "percentage": 33 + } + ] + }, + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": false, + "depth": "normal", + "light": "0-4" + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/swadloon.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/swadloon.json new file mode 100644 index 0000000..fd3b404 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/swadloon.json @@ -0,0 +1,10 @@ +{ + "target": "cobblemon:swadloon", + "implemented": true, + "baseScale": 0.7, + "hitbox": { + "width": 1, + "height": 0.9, + "fixed": false + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/swanna.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/swanna.json new file mode 100644 index 0000000..f9289e4 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/swanna.json @@ -0,0 +1,24 @@ +{ + "target": "cobblemon:swanna", + "baseScale": 0.7, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "behaviour": { + "moving": { + "swim": { + "canWalkOnWater": true, + "canSwimInWater": true, + "canBreatheUnderwater": true + }, + "fly": { + "canFly": true + }, + "walk": { + "walkSpeed": 0.4 + } + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/tadbulb.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/tadbulb.json new file mode 100644 index 0000000..bd79506 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/tadbulb.json @@ -0,0 +1,31 @@ +{ + "target": "cobblemon:tadbulb", + "behaviour": { + "resting": { + "canSleep": false, + "depth": "normal", + "light": "4-15" + }, + "moving": { + "canLook": false, + "walk": { + "canWalk": false, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": false, + "canBreatheUnderwater": false + }, + "fly": { + "canFly": true + } + } + }, + "baseScale": 0.6, + "hitbox": { + "width": 0.5, + "height": 1.0, + "fixed": false + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/tauros.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/tauros.json new file mode 100644 index 0000000..3305e60 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/tauros.json @@ -0,0 +1,8 @@ +{ + "target": "cobblemon:tauros", + "features": [ + "paldean-breed-combat", + "paldean-breed-blaze", + "paldean-breed-aqua" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/thundurus.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/thundurus.json new file mode 100644 index 0000000..50bbade --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/thundurus.json @@ -0,0 +1,29 @@ +{ + "target": "cobblemon:thundurus", + + "baseScale":1.0, + "hitbox": { + "width": 1.5, + "height": 2.5, + "fixed": false + }, + + "behaviour": { + "moving": { + "canLook": true, + "walk": { + "walkSpeed": 0.6, + "canWalk": true, + "avoidsLand": false + }, + "fly": { + "canFly": true + }, + "swim": { + "swimSpeed": 0.2, + "canSwimInWater": false, + "canBreatheUnderwater": false + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/togedemaru.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/togedemaru.json new file mode 100644 index 0000000..6584333 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/togedemaru.json @@ -0,0 +1,28 @@ +{ + "target": "cobblemon:togedemaru", + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "canLook": false, + "walk": { + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": false, + "canBreatheUnderwater": false + } + } + }, + "baseScale": 0.7, + "hitbox": { + "width": 0.5, + "height": 1.0, + "fixed": false + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/tornadus.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/tornadus.json new file mode 100644 index 0000000..c9ba955 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/tornadus.json @@ -0,0 +1,29 @@ +{ + "target": "cobblemon:tornadus", + + "baseScale":1.0, + "hitbox": { + "width": 1.5, + "height": 2.5, + "fixed": false + }, + + "behaviour": { + "moving": { + "canLook": true, + "walk": { + "walkSpeed": 0.6, + "canWalk": true, + "avoidsLand": false + }, + "fly": { + "canFly": true + }, + "swim": { + "swimSpeed": 0.2, + "canSwimInWater": false, + "canBreatheUnderwater": false + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/toxapex.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/toxapex.json new file mode 100644 index 0000000..873e714 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/toxapex.json @@ -0,0 +1,34 @@ +{ + "target": "cobblemon:toxapex", + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "0-4", + "willSleepOnBed": false + }, + "moving": { + "canLook": true, + "walk": { + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.3, + "canSwimInWater": false, + "canBreatheUnderwater": true + }, + "fly": { + "canFly": false, + "flySpeedHorizontal": 0.3 + }, + "wanderChance": 1 + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/toxel.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/toxel.json new file mode 100644 index 0000000..038920b --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/toxel.json @@ -0,0 +1,10 @@ +{ + "target": "cobblemon:toxel", + "baseScale": 0.5, + "hitbox": { + "width": 1, + "height": 0.5, + "fixed": false + } + + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/toxtricity.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/toxtricity.json new file mode 100644 index 0000000..1486f05 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/toxtricity.json @@ -0,0 +1,13 @@ +{ + "target": "cobblemon:toxtricity", + "baseScale": 0.6, + "hitbox": { + "width": 1, + "height": 1.5, + "fixed": false + }, + "aspects": [ + "female" + ] + + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/tynamo.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/tynamo.json new file mode 100644 index 0000000..512a863 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/tynamo.json @@ -0,0 +1,16 @@ +{ + "target": "cobblemon:tynamo", + "behaviour": { + "moving": { + "walk": { + "walkSpeed": 0.2, + "avoidsLand": true + }, + "swim": { + "swimSpeed": 1, + "canSwimInWater": true, + "canBreatheUnderwater": true + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/unown_beezy.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/unown_beezy.json new file mode 100644 index 0000000..e87a4ca --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/unown_beezy.json @@ -0,0 +1,29 @@ +{ + "target": "cobblemon:unown", + "baseScale": 2, + "hitbox": { + "width": 0.5, + "height": 0.7, + "fixed": false + }, + "behaviour": { + "moving": { + "canLook": false, + "fly": { + "canFly": true + } + } + }, + "drops": { + "amount": "2", + "entries": [ + { + "item": "minecraft:ender_pearl", + "percentage": 15 + } + ] + }, + "features": [ + "letter" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/ursaluna.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/ursaluna.json new file mode 100644 index 0000000..c53c8d6 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/ursaluna.json @@ -0,0 +1,4 @@ +{ + "target": "cobblemon:ursaluna", + "features": ["bloodmoon"] + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/veluza.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/veluza.json new file mode 100644 index 0000000..28faf8f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/veluza.json @@ -0,0 +1,28 @@ +{ + "target": "cobblemon:veluza", + "baseScale": 1.0, + "hitbox": { + "width": 0.5, + "height": 1.0, + "fixed": false + }, + "behaviour": { + "resting": { + "canSleep": false, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "canLook": false, + "walk": { + "canWalk": true, + "avoidsLand": true + }, + "swim": { + "swimSpeed": 0.12, + "canSwimInWater": true, + "canBreatheUnderwater": true + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/volcanion.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/volcanion.json new file mode 100644 index 0000000..7b0dbea --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/volcanion.json @@ -0,0 +1,10 @@ +{ + "target": "cobblemon:volcanion", + "enabled":"true", + "baseScale": 1, + "hitbox": { + "width": 3.8, + "height": 4, + "fixed": false + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/xurkitree.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/xurkitree.json new file mode 100644 index 0000000..61372bf --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/xurkitree.json @@ -0,0 +1,34 @@ +{ + "target": "xurkitree", + "baseScale": 0.9, + "hitbox": { + "width": 2.0, + "height": 6.0, + "fixed": false + }, + "drops": { + "amount": "1", + "entries": [ + {"item": "minecraft:iron_ingot", "quantityRange": "1-32", "percentage": 50} + ] + }, + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "canLook": false, + "walk": { + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": false, + "canBreatheUnderwater": false + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/zekrom.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/zekrom.json new file mode 100644 index 0000000..f212ee0 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/zekrom.json @@ -0,0 +1,29 @@ +{ + "target": "cobblemon:zekrom", + + "baseScale":1.0, + "hitbox": { + "width": 4, + "height": 5, + "fixed": false + }, + + "behaviour": { + "moving": { + "canLook": true, + "walk": { + "walkSpeed": 0.3, + "canWalk": true, + "avoidsLand": false + }, + "fly": { + "canFly": true + }, + "swim": { + "swimSpeed": 0.2, + "canSwimInWater": false, + "canBreatheUnderwater": false + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/zeraora.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/zeraora.json new file mode 100644 index 0000000..c8ce727 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/zeraora.json @@ -0,0 +1,28 @@ +{ + "implemented": true, + "target": "cobblemon:zeraora", + "shoulderMountable": false, + "baseScale": 0.7, + "hitbox": { + "width": 0.7, + "height": 2.4, + "fixed": false + }, + "drops": { + "amount": "1", + "entries": [ + { + "item": "minecraft:nether_star", + "percentage": 100 + } + ] + }, + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": true, + "depth": "normal", + "light": "0-4" + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_feature_assignments/core.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_feature_assignments/core.json new file mode 100644 index 0000000..1f9b23b --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_feature_assignments/core.json @@ -0,0 +1,4 @@ +{ + "pokemon": ["minior"], + "features": ["core"] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_feature_assignments/paldean_breed.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_feature_assignments/paldean_breed.json new file mode 100644 index 0000000..cdde261 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_feature_assignments/paldean_breed.json @@ -0,0 +1,4 @@ +{ + "pokemon": ["tauros"], + "features": ["paldean_breed"] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_feature_assignments/sinistea_polteageist_antique.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_feature_assignments/sinistea_polteageist_antique.json new file mode 100644 index 0000000..95981df --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_feature_assignments/sinistea_polteageist_antique.json @@ -0,0 +1,5 @@ +{ + "pokemon": ["sinistea", "polteageist"], + "features": ["is_antique"] + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_feature_assignments/three-segment.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_feature_assignments/three-segment.json new file mode 100644 index 0000000..175c004 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_feature_assignments/three-segment.json @@ -0,0 +1,4 @@ +{ + "pokemon": ["dudunsparce"], + "features": ["threesegment"] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_feature_assignments/yamask_galarian.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_feature_assignments/yamask_galarian.json new file mode 100644 index 0000000..fc50e57 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_feature_assignments/yamask_galarian.json @@ -0,0 +1,5 @@ +{ + "pokemon": ["yamask"], + "features": ["galarian"] + } + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/black.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/black.json new file mode 100644 index 0000000..e1af8c1 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/black.json @@ -0,0 +1,6 @@ +{ + "keys": ["black"], + "type": "flag", + "isAspect": true, + "default": false + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/bloodmoon.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/bloodmoon.json new file mode 100644 index 0000000..54ac556 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/bloodmoon.json @@ -0,0 +1,6 @@ +{ + "keys": [ "bloodmoon" ], + "type": "flag", + "default": false, + "isAspect": true + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/core.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/core.json new file mode 100644 index 0000000..183ea21 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/core.json @@ -0,0 +1,17 @@ +{ + "type": "choice", + "keys": ["core"], + "default": "random", + "choices": [ + "shielded", + "red", + "orange", + "yellow", + "green", + "blue", + "indigo", + "violet" + ], + "isAspect": true, + "aspectFormat": "core-{{choice}}" +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/cornerstone.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/cornerstone.json new file mode 100644 index 0000000..5853ff5 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/cornerstone.json @@ -0,0 +1,6 @@ +{ + "keys": ["cornerstone"], + "type": "flag", + "isAspect": true, + "default": false + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/deoxysattack.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/deoxysattack.json new file mode 100644 index 0000000..a4d57bb --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/deoxysattack.json @@ -0,0 +1,6 @@ +{ + "keys": ["deoxysattack"], + "type": "flag", + "isAspect": true, + "default": false +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/deoxysdefense.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/deoxysdefense.json new file mode 100644 index 0000000..adff9fd --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/deoxysdefense.json @@ -0,0 +1,6 @@ +{ + "keys": ["deoxysdefense"], + "type": "flag", + "isAspect": true, + "default": false +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/deoxysspeed.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/deoxysspeed.json new file mode 100644 index 0000000..5dd35d3 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/deoxysspeed.json @@ -0,0 +1,6 @@ +{ + "keys": ["deoxysspeed"], + "type": "flag", + "isAspect": true, + "default": false +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/dusk.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/dusk.json new file mode 100644 index 0000000..d72ba43 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/dusk.json @@ -0,0 +1,6 @@ +{ + "keys": ["dusk"], + "type": "flag", + "isAspect": true, + "default": false +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/galarian.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/galarian.json new file mode 100644 index 0000000..ec96be7 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/galarian.json @@ -0,0 +1,7 @@ +{ + "keys": ["galarian"], + "type": "flag", + "isAspect": true, + "default": false +} + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/hearthflame.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/hearthflame.json new file mode 100644 index 0000000..828b043 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/hearthflame.json @@ -0,0 +1,6 @@ +{ + "keys": ["hearthflame"], + "type": "flag", + "isAspect": true, + "default": false + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/is_antique.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/is_antique.json new file mode 100644 index 0000000..ed5ae9b --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/is_antique.json @@ -0,0 +1,7 @@ +{ + "keys": ["is_antique"], + "type": "flag", + "isAspect": true, + "default": false +} + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/letter.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/letter.json new file mode 100644 index 0000000..4461bfb --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/letter.json @@ -0,0 +1,37 @@ +{ + "type": "choice", + "keys": ["letter"], + "default": "random", + "choices": [ + "a", + "b", + "c", + "d", + "e", + "f", + "g", + "h", + "i", + "j", + "k", + "l", + "m", + "n", + "o", + "p", + "q", + "r", + "s", + "t", + "u", + "v", + "w", + "x", + "y", + "z", + "exclamation", + "question" + ], + "isAspect": true, + "aspectFormat": "letter-{{choice}}" +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/low-key.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/low-key.json new file mode 100644 index 0000000..76d4764 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/low-key.json @@ -0,0 +1,6 @@ +{ + "keys": ["low-key"], + "type": "flag", + "isAspect": true, + "default": false +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/mega.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/mega.json new file mode 100644 index 0000000..3d44a7c --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/mega.json @@ -0,0 +1,6 @@ +{ + "keys": ["mega"], + "type": "flag", + "isAspect": true, + "default": false +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/midnight.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/midnight.json new file mode 100644 index 0000000..42694a3 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/midnight.json @@ -0,0 +1,6 @@ +{ + "keys": ["midnight"], + "type": "flag", + "isAspect": true, + "default": false +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/paldean_breed.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/paldean_breed.json new file mode 100644 index 0000000..32b9190 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/paldean_breed.json @@ -0,0 +1,12 @@ +{ + "type": "choice", + "keys": ["paldean_breed"], + "default": "false", + "choices": [ + "combat", + "aqua", + "blaze" + ], + "isAspect": true, + "aspectFormat": "paldean-breed-{{choice}}" +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/primal.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/primal.json new file mode 100644 index 0000000..48d10b3 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/primal.json @@ -0,0 +1,6 @@ +{ + "keys": ["primal"], + "type": "flag", + "isAspect": true, + "default": false +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/rapidstrike.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/rapidstrike.json new file mode 100644 index 0000000..32b1904 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/rapidstrike.json @@ -0,0 +1,6 @@ +{ + "keys": ["rapidstrike"], + "type": "flag", + "isAspect": true, + "default": false + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/redsand.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/redsand.json new file mode 100644 index 0000000..5c646e9 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/redsand.json @@ -0,0 +1,6 @@ +{ + "keys": ["redsand"], + "type": "flag", + "isAspect": true, + "default": false +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/sky.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/sky.json new file mode 100644 index 0000000..99ca49c --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/sky.json @@ -0,0 +1,6 @@ +{ + "keys": ["sky"], + "type": "flag", + "isAspect": true, + "default": false + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/teal.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/teal.json new file mode 100644 index 0000000..d0a3f7a --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/teal.json @@ -0,0 +1,6 @@ +{ + "keys": ["teal"], + "type": "flag", + "isAspect": true, + "default": false + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/threesegment.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/threesegment.json new file mode 100644 index 0000000..194d19f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/threesegment.json @@ -0,0 +1,6 @@ +{ + "keys": ["threesegment"], + "type": "flag", + "isAspect": true, + "default": false +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/unbound.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/unbound.json new file mode 100644 index 0000000..ee160ee --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/unbound.json @@ -0,0 +1,6 @@ +{ + "keys": ["unbound"], + "type": "flag", + "isAspect": true, + "default": false +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/wellspring.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/wellspring.json new file mode 100644 index 0000000..7a8551c --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/wellspring.json @@ -0,0 +1,6 @@ +{ + "keys": ["wellspring"], + "type": "flag", + "isAspect": true, + "default": false + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/west.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/west.json new file mode 100644 index 0000000..f06b619 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/west.json @@ -0,0 +1,6 @@ +{ + "keys": ["west"], + "type": "flag", + "isAspect": true, + "default": false +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/white.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/white.json new file mode 100644 index 0000000..11a673f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/white.json @@ -0,0 +1,6 @@ +{ + "keys": ["white"], + "type": "flag", + "isAspect": true, + "default": false + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/articuno.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/articuno.json new file mode 100644 index 0000000..b1376d0 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/articuno.json @@ -0,0 +1,41 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "articuno", + "pokemon": "articuno", + "presets": ["natural"], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 3.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_freezing" + ], + "isRaining": true + } + }, + { + "id": "articuno-galarian", + "pokemon": "articuno galarian", + "presets": ["natural"], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 3.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_freezing" + ], + "isRaining": false + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/calyrex.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/calyrex.json new file mode 100644 index 0000000..24db63d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/calyrex.json @@ -0,0 +1,25 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "calyrex-1", + "pokemon": "calyrex", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "50", + "weight": 6.5, + "condition": { + "biomes": [ + "#cobblemon:is_snowy_taiga" + ] + } + } + ] +} + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/celebi.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/celebi.json new file mode 100644 index 0000000..516decb --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/celebi.json @@ -0,0 +1,25 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "celebi-1", + "pokemon": "celebi", + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "65", + "weight": 5.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_forest" + ], + "dimensions": [ + "minecraft:overworld" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/chienpao.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/chienpao.json new file mode 100644 index 0000000..3def92b --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/chienpao.json @@ -0,0 +1,22 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "chienpao-1", + "pokemon": "chienpao", + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "65", + "weight": 5, + "condition": { + "biomes": [ + "#cobblemon:is_freezing" + ], + "timeRange": "night" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/chiyu.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/chiyu.json new file mode 100644 index 0000000..98eebb9 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/chiyu.json @@ -0,0 +1,24 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "chiyu-1", + "pokemon": "chiyu", + "presets": [ + "lava_surface" + ], + "type": "pokemon", + "context": "surface", + "bucket": "ultra-rare", + "level": "70", + "weight": 6.0, + "condition": { + "biomes": [ + "#minecraft:is_nether" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/cresselia.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/cresselia.json new file mode 100644 index 0000000..a9275d7 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/cresselia.json @@ -0,0 +1,26 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "cresselia", + "pokemon": "cresselia", + "presets": [ + "natural", + "wild" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 4.0, + "condition": { + "biomes": [ + "#cobblemon:is_floral" + ], + "moonPhase": 0 + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/darkrai.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/darkrai.json new file mode 100644 index 0000000..c2786bf --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/darkrai.json @@ -0,0 +1,24 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "darkrai-1", + "pokemon": "darkrai", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 3.0, + "condition": { + "biomes": [ + "#cobblemon:is_deep_dark" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/deoxys.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/deoxys.json new file mode 100644 index 0000000..15f6385 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/deoxys.json @@ -0,0 +1,28 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "deoxys-1", + "pokemon": "deoxys", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 3.0, + "condition": { + "biomes": [ + "#minecraft:is_end" + ], + "neededBaseBlocks": [ + "minecraft:end_stone" + ] + } + } + ] +} + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/diancie.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/diancie.json new file mode 100644 index 0000000..f122895 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/diancie.json @@ -0,0 +1,59 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "diancie-1", + "pokemon": "diancie", + "presets": [ + "gemstones" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "60", + "weight": 2.5, + "condition": { + "minSkyLight": 0, + "maxSkyLight": 7, + "minY": 0, + "canSeeSky": false, + "biomes": [ + "#cobblemon:is_overworld" + ] + }, + "anticondition": { + "biomes": [ + "#cobblemon:is_lush" + ] + } + }, + { + "id": "diancie-2", + "pokemon": "diancie", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "60", + "weight": 1.0, + "condition": { + "minSkyLight": 0, + "maxSkyLight": 7, + "minY": 30, + "canSeeSky": false, + "biomes": [ + "#cobblemon:is_cave" + ] + }, + "anticondition": { + "biomes": [ + "#cobblemon:is_lush" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/eternatus.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/eternatus.json new file mode 100644 index 0000000..7abf747 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/eternatus.json @@ -0,0 +1,26 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "eternatus-1", + "pokemon": "eternatus", + "presets": [ + "natural", + "wild" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "80", + "weight": 1.5, + "condition": { + "biomes": [ + "#minecraft:is_end" + ] + } + + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/glastrier.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/glastrier.json new file mode 100644 index 0000000..9c3819d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/glastrier.json @@ -0,0 +1,25 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "glastrier-1", + "pokemon": "glastrier", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "60", + "weight": 3.0, + "condition": { + "biomes": [ + "#cobblemon:is_freezing" + ] + } + } + ] +} + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/groudon.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/groudon.json new file mode 100644 index 0000000..84b5504 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/groudon.json @@ -0,0 +1,41 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "groudon-1", + "pokemon": "groudon", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 5.0, + "condition": { + "biomes": [ + "#cobblemon:is_badlands" + ] + } + }, + { + "id": "groudon-2", + "pokemon": "groudon", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 15.0, + "condition": { + "biomes": [ + "#cobblemon:is_volcanic" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/hoopa.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/hoopa.json new file mode 100644 index 0000000..ee61587 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/hoopa.json @@ -0,0 +1,24 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "hoopa-1", + "pokemon": "hoopa", + "presets": [ + "end_city" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "60", + "weight": 7.5, + "condition": { + "biomes": [ + "#minecraft:is_end" + ] + } + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/kubfu.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/kubfu.json new file mode 100644 index 0000000..82b0d3a --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/kubfu.json @@ -0,0 +1,24 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "kubfu-1", + "pokemon": "kubfu", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "15-30", + "weight": 4.0, + "condition": { + "biomes": [ + "#cobblemon:is_bamboo" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/kyogre.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/kyogre.json new file mode 100644 index 0000000..54b6ad2 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/kyogre.json @@ -0,0 +1,25 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "kyogre-1", + "pokemon": "kyogre", + "presets": [ + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "ultra-rare", + "level": "70", + "weight": 2.5, + "condition": { + "isRaining": true, + "biomes": [ + "#cobblemon:is_ocean" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/kyurem.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/kyurem.json new file mode 100644 index 0000000..62fc4d3 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/kyurem.json @@ -0,0 +1,20 @@ +{ + "enabled": true, + "spawns": [ + { + "id": "kyurem-1", + "pokemon": "kyurem", + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 3.0, + "condition": { + "isRaining": true, + "biomes": [ + "#cobblemon:is_glacial" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/landorus.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/landorus.json new file mode 100644 index 0000000..c04cd7f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/landorus.json @@ -0,0 +1,25 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "landorus-1", + "pokemon": "landorus", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "50", + "weight": 3.0, + "condition": { + "isRaining":false, + "biomes": [ + "#cobblemon:is_savanna" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/latias.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/latias.json new file mode 100644 index 0000000..13978e5 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/latias.json @@ -0,0 +1,26 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "latias-1", + "pokemon": "latias", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 4.0, + "condition": { + "minY": 120, + "isRaining": false, + "biomes": [ + "#cobblemon:is_overworld" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/latios.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/latios.json new file mode 100644 index 0000000..2e7838e --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/latios.json @@ -0,0 +1,26 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "latios-1", + "pokemon": "latios", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 4.0, + "condition": { + "minY": 120, + "isRaining": false, + "biomes": [ + "#cobblemon:is_overworld" + ] + } + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/manaphy.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/manaphy.json new file mode 100644 index 0000000..bc664bf --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/manaphy.json @@ -0,0 +1,21 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "manaphy-1", + "pokemon": "manaphy", + "type": "pokemon", + "context": "submerged", + "bucket": "ultra-rare", + "level": "50", + "weight": 3.0, + "condition": { + "biomes": [ + "#cobblemon:is_ocean" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/marshadow.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/marshadow.json new file mode 100644 index 0000000..ae16839 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/marshadow.json @@ -0,0 +1,22 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "marshadow-1", + "pokemon": "marshadow", + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 2.5, + "condition": { + "canSeeSky": false, + "biomes": [ + "#cobblemon:is_deep_dark" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/meltan.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/meltan.json new file mode 100644 index 0000000..55ff96c --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/meltan.json @@ -0,0 +1,27 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "meltan-1", + "pokemon": "meltan", + "presets": [ + "ancient_city", + "stronghold" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "11-41", + "weight": 0.5, + "condition": { + "canSeeSky": false, + "biomes": [ + "#cobblemon:is_overworld" + ], + "minY": 30 + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/mew.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/mew.json new file mode 100644 index 0000000..39633a9 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/mew.json @@ -0,0 +1,24 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mew-1", + "pokemon": "mew", + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "60", + "weight": 3.5, + "condition": { + "biomes": [ + "#cobblemon:is_floral", + "#cobblemon:is_jungle" + ], + "timeRange": "noon", + "isRaining": false + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/moltres.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/moltres.json new file mode 100644 index 0000000..b4a1e22 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/moltres.json @@ -0,0 +1,37 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "moltres", + "pokemon": "moltres", + "presets": ["natural"], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 3.0, + "condition": { + "canSeeSky": true, + "biomes": ["#cobblemon:is_badlands"] + } + }, + { + "id": "moltres-galarian", + "pokemon": "moltres galarian", + "presets": ["natural"], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 3.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_beach" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/necrozma.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/necrozma.json new file mode 100644 index 0000000..65e5415 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/necrozma.json @@ -0,0 +1,27 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "necrozma", + "pokemon": "necrozma", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 2.3, + "condition": { + "biomes": [ + "#minecraft:is_end" + ], + "neededBaseBlocks": [ + "minecraft:end_stone" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/ogerpon.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/ogerpon.json new file mode 100644 index 0000000..60eb109 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/ogerpon.json @@ -0,0 +1,21 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "ogerpon-1", + "pokemon": "ogerpon", + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "65", + "weight": 8.0, + "condition": { + "biomes": [ + "#cobblemon:is_lush" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/pecharunt.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/pecharunt.json new file mode 100644 index 0000000..a44a29d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/pecharunt.json @@ -0,0 +1,22 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "pecharunt-1", + "pokemon": "pecharunt", + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "60", + "weight": 4.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_swamp" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/phione.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/phione.json new file mode 100644 index 0000000..004d13d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/phione.json @@ -0,0 +1,21 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "phione-1", + "pokemon": "phione", + "type": "pokemon", + "context": "submerged", + "bucket": "rare", + "level": "50", + "weight": 1.0, + "condition": { + "biomes": [ + "#cobblemon:is_ocean" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/rayquaza.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/rayquaza.json new file mode 100644 index 0000000..92f87a1 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/rayquaza.json @@ -0,0 +1,23 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "rayquaza-1", + "pokemon": "rayquaza", + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 1.5, + "condition": { + "biomes": [ + "#cobblemon:is_mountain" + ], + "timeRange": "day", + "isRaining": false + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/reshiram.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/reshiram.json new file mode 100644 index 0000000..e053012 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/reshiram.json @@ -0,0 +1,24 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "reshiram-1", + "pokemon": "reshiram", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 3.5, + "condition": { + "biomes": [ + "#cobblemon:nether/is_basalt" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/shaymin.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/shaymin.json new file mode 100644 index 0000000..1d8aba5 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/shaymin.json @@ -0,0 +1,24 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "shaymin-1", + "pokemon": "shaymin", + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "50", + "weight": 2.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_floral" + ], + "timeRange": "night", + "isRaining": false + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/spectrier.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/spectrier.json new file mode 100644 index 0000000..2caf6d7 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/spectrier.json @@ -0,0 +1,25 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "spectrier-1", + "pokemon": "spectrier", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "60", + "weight": 3.0, + "condition": { + "biomes": [ + "#cobblemon:is_spooky" + ] + } + } + ] +} + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/thundurus.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/thundurus.json new file mode 100644 index 0000000..9143232 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/thundurus.json @@ -0,0 +1,25 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "thundurus-1", + "pokemon": "thundurus", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "50", + "weight": 5.0, + "condition": { + "isThundering":true, + "biomes": [ + "#cobblemon:is_plains" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/tornadus.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/tornadus.json new file mode 100644 index 0000000..9ea00ef --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/tornadus.json @@ -0,0 +1,25 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "tornadus-1", + "pokemon": "tornadus", + "presets": [ + "water_surface" + ], + "type": "pokemon", + "context": "surface", + "bucket": "ultra-rare", + "level": "50", + "weight": 4.5, + "condition": { + "isRaining":true, + "biomes": [ + "#cobblemon:is_ocean" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/volcanion.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/volcanion.json new file mode 100644 index 0000000..62edf6d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/volcanion.json @@ -0,0 +1,28 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "volcanion-1", + "pokemon": "volcanion", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "canSeeSky":"true", + "level": "70", + "weight": 5.0, + "condition": { + "biomes": [ + "#cobblemon:is_ocean" + ], + "neededNearbyBlocks": [ + "minecraft:lava" + ] + } + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/xerneas.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/xerneas.json new file mode 100644 index 0000000..678e939 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/xerneas.json @@ -0,0 +1,22 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "xerneas-1", + "pokemon": "xerneas", + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 5.5, + "condition": { + "biomes": [ + "#cobblemon:is_floral" + ], + "timeRange": "day" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/zapdos.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/zapdos.json new file mode 100644 index 0000000..9b2900a --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/zapdos.json @@ -0,0 +1,40 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "zapdos", + "pokemon": "zapdos", + "presets": ["natural"], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 5.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_mountain" + ], + "isThundering": true + } + }, + { + "id": "zapdos-galarian", + "pokemon": "zapdos galarian", + "presets": ["natural"], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 3.0, + "condition": { + "biomes": [ + "#cobblemon:is_mountain" + ], + "isRaining": false + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/zekrom.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/zekrom.json new file mode 100644 index 0000000..342f0bd --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/zekrom.json @@ -0,0 +1,25 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "zekrom-1", + "pokemon": "zekrom", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 7.5, + "condition": { + "isThundering":true, + "biomes": [ + "#cobblemon:is_mountain" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/zeraora.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/zeraora.json new file mode 100644 index 0000000..b63b329 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/zeraora.json @@ -0,0 +1,25 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "zeraora-1", + "pokemon": "zeraora", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "60", + "weight": 4.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_desert" + ] + } + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/brutebonnet.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/brutebonnet.json new file mode 100644 index 0000000..c763faa --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/brutebonnet.json @@ -0,0 +1,22 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "brutebonnet-1", + "pokemon": "brutebonnet", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "40-65", + "weight": 2.0, + "condition": { + "biomes": [ "#cobblemon:is_jungle" ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/fluttermane.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/fluttermane.json new file mode 100644 index 0000000..09b54e9 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/fluttermane.json @@ -0,0 +1,40 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "fluttermane-1", + "pokemon": "fluttermane", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "40-65", + "weight": 1.5, + "condition": { + "biomes": [ + "#cobblemon:is_spooky" + ] + }, + "timeRange":"night" + }, + { + "id": "fluttermane-2", + "pokemon": "fluttermane", + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "40-65", + "weight": 1.5, + "condition": { + "biomes": [ + "#cobblemon:is_swamp" + ] + }, + "timeRange":"night" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/greattusk.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/greattusk.json new file mode 100644 index 0000000..a372b68 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/greattusk.json @@ -0,0 +1,25 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "greattusk-1", + "pokemon": "greattusk", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "40-65", + "weight": 3, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_arid" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/ironbundle.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/ironbundle.json new file mode 100644 index 0000000..f6c4e3f --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/ironbundle.json @@ -0,0 +1,24 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "ironbundle-1", + "pokemon": "ironbundle", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "40-65", + "weight": 3.0, + "condition": { + "biomes": [ + "#cobblemon:is_freezing" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/ironmoth.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/ironmoth.json new file mode 100644 index 0000000..901c772 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/ironmoth.json @@ -0,0 +1,25 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "ironmoth-1", + "pokemon": "ironmoth", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "40-65", + "weight": 3.0, + "condition": { + "biomes": [ + "#cobblemon:is_swamp" + ], + "timeRange": "day" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/ironthorns.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/ironthorns.json new file mode 100644 index 0000000..0d7f90d --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/ironthorns.json @@ -0,0 +1,24 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "ironthorns", + "pokemon": "ironthorns", + "presets": [], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "40-65", + "weight": 3.0, + "condition": { + "biomes": [ + "#cobblemon:is_mountain" + + ], + "neededNearbyBlocks": ["minecraft:lightning_rod"] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/ironvaliant.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/ironvaliant.json new file mode 100644 index 0000000..ccb7f15 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/ironvaliant.json @@ -0,0 +1,23 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "ironvaliant", + "pokemon": "ironvaliant", + "presets": [], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "55-70", + "weight": 3.0, + "condition": { + "biomes": [ + "#cobblemon:is_plains" + ], + "neededNearbyBlocks": ["minecraft:lightning_rod"] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/ragingbolt.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/ragingbolt.json new file mode 100644 index 0000000..499274b --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/ragingbolt.json @@ -0,0 +1,26 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "ragingbolt-1", + "pokemon": "ragingbolt", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "60-75", + "weight": 4.5, + "condition": { + "biomes": [ + "#cobblemon:is_plains" + ], + "isThundering": "true" + } + } + ] +} + \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/roaringmoon.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/roaringmoon.json new file mode 100644 index 0000000..d44a28e --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/roaringmoon.json @@ -0,0 +1,26 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "roaringmoon-1", + "pokemon": "roaringmoon", + "presets": [ + "wild", + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "55-70", + "weight": 3.0, + "condition": { + "timeRange": "night", + "biomes": [ + "#cobblemon:is_mountain" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/screamtail.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/screamtail.json new file mode 100644 index 0000000..2d228ef --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/screamtail.json @@ -0,0 +1,22 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "screamtail-1", + "pokemon": "screamtail", + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "40-65", + "weight": 3.0, + "condition": { + "biomes": [ + "#cobblemon:is_floral" + ], + "isRaining": true + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/slitherwing.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/slitherwing.json new file mode 100644 index 0000000..42849f7 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/slitherwing.json @@ -0,0 +1,26 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "slitherwing-1", + "pokemon": "slitherwing", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "50-60", + "weight": 3.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_desert" + + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/walkingwake.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/walkingwake.json new file mode 100644 index 0000000..b5a3780 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/walkingwake.json @@ -0,0 +1,22 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "walkingwake-1", + "pokemon": "walkingwake", + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "60-75", + "weight": 4.5, + "condition": { + "biomes": [ + "#cobblemon:is_mountain" + ], + "isRaining": true + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/ultra_beast_spawns_atm/spawn_pool_world/blacephalon.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/ultra_beast_spawns_atm/spawn_pool_world/blacephalon.json new file mode 100644 index 0000000..a20586a --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/ultra_beast_spawns_atm/spawn_pool_world/blacephalon.json @@ -0,0 +1,24 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "blacephalon-1", + "pokemon": "blacephalon", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "60", + "weight": 4.0, + "condition": { + "biomes": [ + "#cobblemon:nether/is_desert" + ] + } + } + ] +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/ultra_beast_spawns_atm/spawn_pool_world/guzzlord.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/ultra_beast_spawns_atm/spawn_pool_world/guzzlord.json new file mode 100644 index 0000000..24d9448 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/ultra_beast_spawns_atm/spawn_pool_world/guzzlord.json @@ -0,0 +1,24 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "guzzlord-1", + "pokemon": "guzzlord", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 5.0, + "condition": { + "biomes": [ + "#minecraft:is_end" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/ultra_beast_spawns_atm/spawn_pool_world/kartana.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/ultra_beast_spawns_atm/spawn_pool_world/kartana.json new file mode 100644 index 0000000..5d21569 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/ultra_beast_spawns_atm/spawn_pool_world/kartana.json @@ -0,0 +1,24 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "kartana-1", + "pokemon": "kartana", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "60", + "weight": 5.0, + "condition": { + "biomes": [ + "#cobblemon:is_bamboo" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/ultra_beast_spawns_atm/spawn_pool_world/nihilego.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/ultra_beast_spawns_atm/spawn_pool_world/nihilego.json new file mode 100644 index 0000000..5570656 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/ultra_beast_spawns_atm/spawn_pool_world/nihilego.json @@ -0,0 +1,21 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "nihilego-1", + "pokemon": "nihilego", + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "60", + "weight": 5.0, + "condition": { + "biomes": [ + "#cobblemon:is_swamp" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/ultra_beast_spawns_atm/spawn_pool_world/xurkitree.json b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/ultra_beast_spawns_atm/spawn_pool_world/xurkitree.json new file mode 100644 index 0000000..83b3c1c --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/data/ultra_beast_spawns_atm/spawn_pool_world/xurkitree.json @@ -0,0 +1,25 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "xurkitree-1", + "pokemon": "xurkitree", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "60", + "weight": 5.0, + "condition": { + "biomes": [ + "#minecraft:is_end" + ], + "neededNearbyBlocks": ["minecraft:lightning_rod"] + } + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/pack.mcmeta b/global_packs/required_data/AllTheMons Release 1.8.2 V129/pack.mcmeta new file mode 100644 index 0000000..3e32929 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "pack_format": 15, + "description": "EasySqueeze is the goat" + } +} diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/pack.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/pack.png new file mode 100644 index 0000000..d14ac8a Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/pack.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/AllonesAdditions.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/AllonesAdditions.png new file mode 100644 index 0000000..befbf18 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/AllonesAdditions.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/AlphabetSoup.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/AlphabetSoup.png new file mode 100644 index 0000000..e68263f Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/AlphabetSoup.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/AshiMons.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/AshiMons.png new file mode 100644 index 0000000..851589c Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/AshiMons.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/CloudMons.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/CloudMons.png new file mode 100644 index 0000000..c969b2c Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/CloudMons.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/CobbleCats1.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/CobbleCats1.png new file mode 100644 index 0000000..2cf654c Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/CobbleCats1.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/CobbleCats2.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/CobbleCats2.png new file mode 100644 index 0000000..a04a1c6 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/CobbleCats2.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/GenoMons.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/GenoMons.png new file mode 100644 index 0000000..92306a9 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/GenoMons.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/HiddenMons.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/HiddenMons.png new file mode 100644 index 0000000..a38fa31 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/HiddenMons.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/HydrosReanimodel.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/HydrosReanimodel.png new file mode 100644 index 0000000..3cf6bf9 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/HydrosReanimodel.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/JewelPokemon.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/JewelPokemon.png new file mode 100644 index 0000000..1d5d25f Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/JewelPokemon.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/KalesCollection.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/KalesCollection.png new file mode 100644 index 0000000..2bad56b Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/KalesCollection.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/LackingMons.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/LackingMons.png new file mode 100644 index 0000000..7cab1e6 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/LackingMons.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/LackingMons2.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/LackingMons2.png new file mode 100644 index 0000000..cd97088 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/LackingMons2.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/MissingMons.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/MissingMons.png new file mode 100644 index 0000000..cc7031b Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/MissingMons.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/MoreMons.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/MoreMons.png new file mode 100644 index 0000000..8a0fde6 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/MoreMons.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/OdysseyMons.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/OdysseyMons.png new file mode 100644 index 0000000..99d71fc Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/OdysseyMons.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/PigeonPack.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/PigeonPack.png new file mode 100644 index 0000000..2289f67 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/PigeonPack.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/Pokemanspack.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/Pokemanspack.png new file mode 100644 index 0000000..2245cf1 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/Pokemanspack.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/SaltMons.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/SaltMons.png new file mode 100644 index 0000000..f50f77d Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/SaltMons.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/WaviMons.png b/global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/WaviMons.png new file mode 100644 index 0000000..492b246 Binary files /dev/null and b/global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/WaviMons.png differ diff --git a/global_packs/required_data/AllTheMons Release 1.8.2 V129/readme.txt b/global_packs/required_data/AllTheMons Release 1.8.2 V129/readme.txt new file mode 100644 index 0000000..1000566 --- /dev/null +++ b/global_packs/required_data/AllTheMons Release 1.8.2 V129/readme.txt @@ -0,0 +1,38 @@ +howdy! i'm easysqueeze, the creator of this pack. +i didn't make any of the incredible models or animations in this pack. all of those are added by individual contributors who spent a ton of their time to make this pack a reality. +please note i have the full permission of all contributors of this pack to use their assets, you can find proof in the folder titled "proofs of permission" + +discord: +https://discord.gg/gddMDWX2nS +ask questions there in the discord, please do not DM me questions + +info doc: +https://docs.google.com/document/d/1ccaWNm_0T3_0gx9qqYkaiFxoZH4tiUEGLfUkZb7lK0U/edit + +contributors: +Genotype (genotypexd), the creator of GenoMons +Raspix, the creator of CobbleCats +ASHISK, the creator of Ashimons and a contributor to Pokemans Pack +Kale, the creator of Kale's Collection +Bwavii, the creator of WaviMons +RedRibbon, the creator of MissingMons +El Pigeon, the creator of Pigeon's PokePack +NetImmerse, the creator of The Jewel Pokemon +IZetyXX, one of the creators of LackingMons and a contributor to Pokemans Pack +LegenTM, the creator of HiddenMons +Allone, the creator of Allone's Additions +BeeZy, one of the creators of LackingMons +Salt, the creator of SaltMons +Wi2tert, the creator CloudMons +Pandalistics, a contributor to Pokemans Pack +Tontra, the creator of Pokemans Pack +Lazaro, a contributor to Pokemans Pack +笑声, a contributor to Pokemans Pack +BlazeHydroxide, the creator of Hydro's Reanimodel Pack +YaBoiBruno, the creator of MoreMons + +other important people: +SpencyRock (spencyrock), the creator of UltiMons and the inspiration for this pack, as well as significant information contributions +Frank The Farmer (frankthefarmer), who helped me a ton with coding JSONs and was instrumental in the creation of AllTheMons +i love you frank <3 +Squirly (squirlyvgc), who also helped with the JSONs and spawn files \ No newline at end of file diff --git a/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/animations/ashgreninja/ashgreninja.animation.json b/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/animations/ashgreninja/ashgreninja.animation.json new file mode 100644 index 0000000..bd78318 --- /dev/null +++ b/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/animations/ashgreninja/ashgreninja.animation.json @@ -0,0 +1,1377 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.ashgreninja.ground_idle": { + "loop": true, + "bones": { + "bone5": { + "scale": 1 + }, + "bone12": { + "scale": 0 + }, + "bone15": { + "scale": 0 + }, + "bone17": { + "scale": 0 + }, + "bone19": { + "rotation": [0, "0+3*math.cos(q.anim_time*90*1-60)+q.anim_time*90*1", 0] + }, + "torso": { + "rotation": [-17.89807, 11.91276, -3.81397] + }, + "waist": { + "rotation": ["15+Math.cos((query.anim_time-0.2) * 90 * 1) * 3", 0, 0] + }, + "chest": { + "rotation": ["17.3269+Math.cos((query.anim_time-0.6) * 90 * 1) * 2", -11.03477, 1.7917], + "position": [-1, 0, 0] + }, + "neck": { + "rotation": ["-2.5+Math.cos((query.anim_time-0.6) * 90 * 1) * -6", 0, 0] + }, + "inner_eyelid_right": { + "position": [0.9, 0, 0] + }, + "inner_eyelid_cover_right": { + "position": [0.075, 0, 0] + }, + "inner_eyelid_left": { + "position": [-0.85, 0, 0] + }, + "inner_eyelid_cover_left": { + "position": [-0.05, 0, 0] + }, + "tongue": { + "rotation": ["-44.143+Math.cos((query.anim_time-0.8) * 90 * 1) * -1", "2.7938+Math.cos((query.anim_time-1.4) * 90 * 2-60) * -5", 2.96806], + "position": [0, -1, 0] + }, + "tongue2": { + "rotation": ["-12.7296+Math.cos((query.anim_time-0.8) * 90 * 1+50) * -12", "-15.578+Math.cos((query.anim_time-1.4) * 90 * 1) * -10", -6.31342] + }, + "tongue3": { + "rotation": ["-18.9943+Math.cos((query.anim_time-1) * 90 * 1) * -3", -19.2862, 1.93639] + }, + "tongue4": { + "rotation": ["-9.1493+Math.cos((query.anim_time-1.4) * 90 * 1) * -8", "-36.3231+Math.cos((query.anim_time-1.4) * 90 * 1-60) * -5", -9.78189] + }, + "tongue5": { + "rotation": ["5.7195+Math.cos((query.anim_time-1.4) * 90 * 1-60) * -5", "-37.1248+Math.cos((query.anim_time-1.4) * 90 * 2-120) * -10", -9.42205] + }, + "tongue6": { + "rotation": ["Math.cos((query.anim_time-1.6) * 90 * 2) * -5.0091", -21.35812, -10.70506] + }, + "tongue7": { + "rotation": ["Math.cos((query.anim_time-1.9) * 90 * 2) * -5", -31.21837, -11.66151] + }, + "arm_right": { + "rotation": [0, "Math.cos((query.anim_time-0.6) * 90 * 1) * -6", -65] + }, + "arm_right2": { + "rotation": [0, "-27.5+Math.cos((query.anim_time-1.0) * 90 * 1) * -2", 0] + }, + "hand_right": { + "rotation": [0, 0, -22.5] + }, + "arm_left": { + "rotation": [0, "Math.cos((query.anim_time-0.6) * 90 * 1) * 6", 65] + }, + "arm_left2": { + "rotation": [0, "27.5+Math.cos((query.anim_time-0.9) * 90 * 1) * 3", 0] + }, + "hand_left": { + "rotation": [0, 0, 22.5] + }, + "leg_right": { + "rotation": [-3.2799, 25.22132, 7.85322] + }, + "leg_right2": { + "rotation": [29.99294, 0.32621, -2.47864] + }, + "foot_right": { + "rotation": [10, 0, 0] + }, + "toe_right": { + "rotation": [-17.43745, -1.50179, -4.76968] + }, + "toe_back_right": { + "rotation": [17.5, 0, 0] + }, + "leg_left": { + "rotation": [-8.68155, -9.91358, -7.61435] + }, + "leg_left2": { + "rotation": [17.41096, -1.61702, 7.30994] + }, + "foot_left": { + "rotation": [10, 0, 0] + }, + "toe_back_left": { + "rotation": [17.5, 0, 0] + }, + "toe_left": { + "rotation": [-10, 0, 0] + } + } + }, + "animation.ashgreninja.ground_walk": { + "loop": true, + "animation_length": 2, + "bones": { + "torso": { + "rotation": ["-5+Math.cos((query.anim_time-0.2) * 90 * 2) * 2", 0, 0], + "position": [0, "-0.25+Math.cos((query.anim_time+0.1) * 90 * 4) * 0.5", 0] + }, + "waist": { + "rotation": [10, 0, 0] + }, + "chest": { + "rotation": ["12.5+Math.cos((query.anim_time-0.3) * 90 * 2) * 2", 0, 0] + }, + "neck": { + "rotation": ["-7.5+Math.cos((query.anim_time-0.3) * 90 * 2) * -2", 0, 0] + }, + "inner_eyelid_right": { + "position": [-0.125, 0, 0] + }, + "inner_eyelid_cover_right": { + "position": [0.125, 0, 0] + }, + "inner_eyelid_left": { + "position": [0.1, 0, 0] + }, + "inner_eyelid_cover_left": { + "position": [-0.075, 0, 0] + }, + "tongue": { + "rotation": ["-35.7672+Math.cos((query.anim_time-0.3) * 90 * 4) * 2", 13.3795, -6.8583] + }, + "tongue2": { + "rotation": [-12.79362, -12.19908, 2.74715] + }, + "tongue3": { + "rotation": ["7.4527+Math.cos((query.anim_time-0.5) * 90 * 4) * 4", -29.4425, -4.28256] + }, + "tongue4": { + "rotation": [2.88066, -29.8742, -5.76863] + }, + "tongue5": { + "rotation": ["5.1652+Math.cos((query.anim_time-0.7) * 90 * 4) * 5", -27.0478, -11.24314] + }, + "tongue6": { + "rotation": ["Math.cos((query.anim_time-0.8) * 90 * 4) * 3", -25, 0] + }, + "tongue7": { + "rotation": ["Math.cos((query.anim_time-1) * 90 * 4) * 6", -27.5, 0] + }, + "arm_right": { + "rotation": [0, "-(Math.cos((query.anim_time) * 90 * 2) * 10)", -70] + }, + "arm_right2": { + "rotation": [0, "-22.5+Math.cos((query.anim_time-0.3) * 90 * 2) * -10", 0] + }, + "hand_right": { + "rotation": [0, 0, -15] + }, + "arm_left": { + "rotation": [0, "Math.cos((query.anim_time) * 90 * 2) * -10", 70] + }, + "arm_left2": { + "rotation": [0, "22.5+Math.cos((query.anim_time-0.3) * 90 * 2) * -10", 0] + }, + "hand_left": { + "rotation": [0, 0, 15] + }, + "leg_right": { + "rotation": { + "0.0": [35.67, 2.6, 3.58], + "0.0833": [38.42186, 2.60422, 3.5755], + "0.25": [34.22275, 3.21529, 3.44376], + "0.5417": [0.02365, 3.82637, 3.31201], + "0.7083": [-15.37456, 5.04852, 3.04852], + "0.875": [-23.72774, 6.89541, 2.65034], + "1.0": [-25.17098, 7.49282, 2.52154], + "1.125": [-23.72774, 6.89541, 2.65034], + "1.2917": [-16.49242, 5.27073, 3.00062], + "1.625": [0.92186, 2.60422, 3.5755], + "1.9167": [32.92186, 2.60422, 3.5755], + "2.0": [35.67, 2.6, 3.58] + } + }, + "leg_right2": { + "rotation": { + "0.0": [18.82, 0, 0], + "0.125": [24, 0, 0], + "0.375": [64.33, 0, 0], + "0.5417": [57.75, 0, 0], + "0.75": [17.13, 0, 0], + "1.0": [2.75, 0, 0], + "1.2917": [-3, 0, 0], + "1.6667": [5, 0, 0], + "2.0": [18.82, 0, 0] + } + }, + "foot_right": { + "rotation": { + "0.0": [2.5, 0, 0], + "0.3333": [-7.5, 0, 0], + "0.5417": [-36.5, 0, 0], + "0.6667": [-29.5, 0, 0], + "0.8333": [-0.67, 0, 0], + "0.875": [2, 0, 0], + "1.0": [7.5, 0, 0], + "1.1667": [10, 0, 0], + "1.6667": [12.5, 0, 0], + "2.0": [2.5, 0, 0] + } + }, + "toe_right": { + "rotation": { + "0.0": [-29.5, 0, 0], + "0.25": [-7, 0, 0], + "0.5": [22, 0, 0], + "0.625": [15.82, 0, 0], + "0.75": [4.68, 0, 0], + "0.875": [-13.09, 0, 0], + "1.0": [-19.5, 0, 0], + "1.1667": [-18.53, 0, 0], + "1.2917": [-15.87, 0, 0], + "1.4583": [2.54, 0, 0], + "1.5": [-7, 0, 0], + "1.6667": [-25.13, 0, 0], + "1.7083": [-32, 0, 0], + "2.0": [-29.5, 0, 0] + } + }, + "toe_back_right": { + "rotation": [25, 0, 0] + }, + "leg_left": { + "rotation": { + "0.0": [-25.17098, -7.49282, -2.52154], + "0.125": [-23.72774, -6.89541, -2.65034], + "0.2917": [-16.49242, -5.27073, -3.00062], + "0.625": [0.92186, -2.60422, -3.5755], + "0.9167": [32.92186, -2.60422, -3.5755], + "1.0833": [38.42186, -2.60422, -3.5755], + "1.25": [34.22275, -3.21529, -3.44376], + "1.5417": [0.02365, -3.82637, -3.31201], + "1.7083": [-15.37456, -5.04852, -3.04852], + "1.875": [-23.72774, -6.89541, -2.65034], + "2.0": [-25.17098, -7.49282, -2.52154] + } + }, + "leg_left2": { + "rotation": { + "0.0": [2.75, 0, 0], + "0.2917": [-3, 0, 0], + "0.6667": [5, 0, 0], + "1.125": [24, 0, 0], + "1.375": [64.33, 0, 0], + "1.5417": [57.75, 0, 0], + "1.75": [17.13, 0, 0], + "2.0": [2.75, 0, 0] + } + }, + "foot_left": { + "rotation": { + "0.0": [7.5, 0, 0], + "0.1667": [10, 0, 0], + "0.6667": [12.5, 0, 0], + "1.3333": [-7.5, 0, 0], + "1.5417": [-36.5, 0, 0], + "1.6667": [-29.5, 0, 0], + "1.8333": [-0.67, 0, 0], + "1.875": [2, 0, 0], + "2.0": [7.5, 0, 0] + } + }, + "toe_back_left": { + "rotation": [25, 0, 0] + }, + "toe_left": { + "rotation": { + "0.0": [-19.5, 0, 0], + "0.1667": [-18.53, 0, 0], + "0.2917": [-15.87, 0, 0], + "0.4583": [2.54, 0, 0], + "0.5": [-7, 0, 0], + "0.6667": [-25.13, 0, 0], + "0.7083": [-32, 0, 0], + "1.0": [-29.5, 0, 0], + "1.25": [-7, 0, 0], + "1.5": [22, 0, 0], + "1.625": [15.82, 0, 0], + "1.75": [4.68, 0, 0], + "1.875": [-13.09, 0, 0], + "2.0": [-19.5, 0, 0] + } + } + } + }, + "animation.ashgreninja.water_idle": { + "loop": true, + "bones": { + "body": { + "rotation": ["55+Math.cos((query.anim_time) * 90 * 1) * 2", 0, 0], + "position": [0, "-16+Math.cos((query.anim_time-0.4) * 90 * 1) * 0.5", -2] + }, + "torso": { + "rotation": [0, 0, 0] + }, + "waist": { + "rotation": [12.5, 0, 0] + }, + "chest": { + "rotation": ["Math.cos((query.anim_time-0.3) * 90 * 1) * 2", 0, 0] + }, + "neck": { + "rotation": ["-30+Math.cos((query.anim_time-0.5) * 90 * 1) * -3", 0, 0] + }, + "head": { + "rotation": [-5, 0, 0] + }, + "inner_eyelid_right": { + "position": [-0.15, 0, 0] + }, + "inner_eyelid_cover_right": { + "position": [0.025, 0, 0] + }, + "inner_eyelid_left": { + "position": [0.1, 0, 0] + }, + "inner_eyelid_cover_left": { + "position": [-0.05, 0, 0] + }, + "tongue": { + "rotation": ["-17.5+Math.cos((query.anim_time-0.3) * 90 * 1) * 2", 30, 0] + }, + "tongue2": { + "rotation": [-22.57734, 4.61854, -1.91757] + }, + "tongue3": { + "rotation": ["-10+Math.cos((query.anim_time-0.5) * 90 * 1) * 5", -20, 0] + }, + "tongue4": { + "rotation": [-8.23353, -34.93529, 1.57675] + }, + "tongue5": { + "rotation": ["-10.3453+Math.cos((query.anim_time-0.7) * 90 * 1) * 4", -14.76689, 2.66399] + }, + "tongue6": { + "rotation": ["-8.11+Math.cos((query.anim_time-0.9) * 90 * 1) * 5", 22.29711, -3.09472] + }, + "tongue7": { + "rotation": ["Math.cos((query.anim_time-1) * 90 * 1) * 7", 12.5, 0] + }, + "arm_right": { + "rotation": [-48.08351, "-29.3034+Math.cos((query.anim_time-0.6) * 90 * 1) * -5", 7.60913] + }, + "arm_right2": { + "rotation": [0, -22.5, 10] + }, + "hand_right": { + "rotation": [0, -17.5, 0] + }, + "arm_left": { + "rotation": [-48.08351, "29.3034+Math.cos((query.anim_time-0.6) * 90 * 1) * 5", -7.60913] + }, + "arm_left2": { + "rotation": [0, 22.5, -10] + }, + "hand_left": { + "rotation": [0, 17.5, 0] + }, + "leg_right": { + "rotation": ["7.8509+Math.cos((query.anim_time) * 90 * 1) * 5", 31.63886, 29.72765] + }, + "leg_right2": { + "rotation": [27.5, 0, 0] + }, + "toe_back_right": { + "rotation": [20, 0, 0] + }, + "leg_left": { + "rotation": ["7.8509+Math.cos((query.anim_time) * 90 * 1) * 5", -31.63886, -29.72765] + }, + "leg_left2": { + "rotation": [27.5, 0, 0] + }, + "foot_left": { + "rotation": [27.5, 0, 0] + }, + "toe_back_left": { + "rotation": [20, 0, 0] + } + } + }, + "animation.ashgreninja.water_swim": { + "loop": true, + "animation_length": 1, + "bones": { + "body": { + "rotation": [55, 0, 0], + "position": [0, -16, "-2+Math.cos((query.anim_time-0.2) * 90 * 4) * -3"] + }, + "torso": { + "rotation": ["Math.cos((query.anim_time-0.4) * 90 * 4) * 3", 0, 0] + }, + "waist": { + "rotation": [12.5, 0, 0] + }, + "chest": { + "rotation": [0, 0, 0] + }, + "neck": { + "rotation": ["-30+Math.cos((query.anim_time-0.5) * 90 * 4) * -4", 0, 0] + }, + "head": { + "rotation": [-5, 0, 0] + }, + "inner_eyelid_right": { + "position": [-0.15, 0, 0] + }, + "inner_eyelid_cover_right": { + "position": [0.025, 0, 0] + }, + "inner_eyelid_left": { + "position": [0.1, 0, 0] + }, + "inner_eyelid_cover_left": { + "position": [-0.05, 0, 0] + }, + "tongue": { + "rotation": ["-20.5153+Math.cos((query.anim_time-0.5) * 90 * 4) * -2", "Math.cos((query.anim_time) * 90 * 8) * 4", 5.32938] + }, + "tongue2": { + "rotation": [-22.57734, "Math.cos((query.anim_time-0.1) * 90 * 8) * 2", -1.91757] + }, + "tongue3": { + "rotation": ["-10+Math.cos((query.anim_time-0.6) * 90 * 4) * -4", "Math.cos((query.anim_time-0.2) * 90 * 8) * 3", 0] + }, + "tongue4": { + "rotation": [-7.07446, "Math.cos((query.anim_time-0.3) * 90 * 8) * 4", -1.01249] + }, + "tongue5": { + "rotation": ["2.5+Math.cos((query.anim_time-0.7) * 90 * 4) * -4", "Math.cos((query.anim_time-0.4) * 90 * 8) * 4", -0.00001] + }, + "tongue6": { + "rotation": ["6.3562+Math.cos((query.anim_time-0.9) * 90 * 4) * -8", "Math.cos((query.anim_time-0.5) * 90 * 8) * 5", -4.30962] + }, + "tongue7": { + "rotation": ["10+Math.cos((query.anim_time-1) * 90 * 4) * -10", "Math.cos((query.anim_time-0.6) * 90 * 8) * 8", 0] + }, + "arm_right": { + "rotation": [-10.30059, "15.4855+Math.cos((query.anim_time-0.25) * 90 * 4) * 5", "-51.51+Math.cos((query.anim_time) * 90 * 4) * -10"] + }, + "arm_right2": { + "rotation": [5.123, -21.93857, "-3.4936+Math.cos((query.anim_time-0.2) * 90 * 4) * -15"] + }, + "hand_right": { + "rotation": [0, -17.5, 0] + }, + "arm_left": { + "rotation": [-10.30059, "-15.4855+Math.cos((query.anim_time-0.25) * 90 * 4) * -5", "51.51+Math.cos((query.anim_time) * 90 * 4) * 10"] + }, + "arm_left2": { + "rotation": [5.123, 21.93857, "3.4936+Math.cos((query.anim_time-0.2) * 90 * 4) * 15"] + }, + "hand_left": { + "rotation": [0, 17.5, 0] + }, + "leg_right": { + "rotation": { + "0.0": [15.8509, 31.63886, 29.72765], + "0.125": [12.41181, 35.7519, 33.47638], + "0.25": [0.06352, 38.49392, 35.97553], + "0.5": [-49.90548, 48.091, 44.72257], + "0.6667": [-55.39787, 38.24952, 35.75278], + "0.75": [-47.32679, 36.36076, 34.03131], + "0.9167": [8.81536, 32.58324, 30.58838], + "1.0": [15.8509, 31.63886, 29.72765] + } + }, + "leg_right2": { + "rotation": { + "0.0": [27.5, 0, 0], + "0.1667": [38.33, 0, 0], + "0.375": [81.46, 0, 0], + "0.5": [90, 0, 0], + "0.625": [76.57, 0, 0], + "0.7917": [32.5, 0, 0], + "1.0": [27.5, 0, 0] + } + }, + "toe_back_right": { + "rotation": [20, 0, 0] + }, + "leg_left": { + "rotation": { + "0.0": [15.8509, -31.63886, -29.72765], + "0.125": [12.41181, -35.7519, -33.47638], + "0.25": [0.06352, -38.49392, -35.97553], + "0.5": [-49.90548, -48.091, -44.72257], + "0.6667": [-55.39787, -38.24952, -35.75278], + "0.75": [-47.32679, -36.36076, -34.03131], + "0.9167": [8.81536, -32.58324, -30.58838], + "1.0": [15.8509, -31.63886, -29.72765] + } + }, + "leg_left2": { + "rotation": { + "0.0": [27.5, 0, 0], + "0.1667": [38.33, 0, 0], + "0.375": [81.46, 0, 0], + "0.5": [90, 0, 0], + "0.625": [76.57, 0, 0], + "0.7917": [32.5, 0, 0], + "1.0": [27.5, 0, 0] + } + }, + "foot_left": { + "rotation": { + "0.0": [21.5, 0, 0], + "0.5": [45, 0, 0], + "0.7083": [15.21, 0, 0], + "1.0": [21.5, 0, 0] + } + }, + "toe_back_left": { + "rotation": [20, 0, 0] + }, + "foot_right": { + "rotation": { + "0.0": [21.5, 0, 0], + "0.5": [45, 0, 0], + "0.7083": [15.21, 0, 0], + "1.0": [21.5, 0, 0] + } + } + } + }, + "animation.ashgreninja.battle_idle": { + "loop": true, + "animation_length": 195.6, + "bones": { + "torso": { + "rotation": [-17.89807, 11.91276, -3.81397] + }, + "waist": { + "rotation": ["25+Math.cos((query.anim_time-0.2) * 90 * 1) * 3", 0, 0] + }, + "chest": { + "rotation": ["17.3269+Math.cos((query.anim_time-0.6) * 90 * 1) * 2", -11.03477, 1.7917], + "position": [-1, 0, 0] + }, + "neck": { + "rotation": ["-2.5+Math.cos((query.anim_time-0.6) * 90 * 1) * -6", 0, 0] + }, + "inner_eyelid_right": { + "position": [0.9, 0, 0] + }, + "inner_eyelid_cover_right": { + "position": [0.075, 0, 0] + }, + "inner_eyelid_left": { + "position": [-0.85, 0, 0] + }, + "inner_eyelid_cover_left": { + "position": [-0.05, 0, 0] + }, + "tongue": { + "rotation": ["-29.7109+Math.cos((query.anim_time-0.8) * 90 * 1) * -1", -7.41273, 7.2607], + "position": [0, -1, 0] + }, + "tongue2": { + "rotation": ["7.9333+Math.cos((query.anim_time-0.8) * 90 * 1) * -5", 11.34808, -6.3885] + }, + "tongue3": { + "rotation": ["16.9379+Math.cos((query.anim_time-1) * 90 * 1) * -3", 4.39121, 5.65575], + "position": [0, 0, 0] + }, + "tongue4": { + "rotation": ["-8.0556+Math.cos((query.anim_time-1.4) * 90 * 1) * -6", -1.45048, -13.00441] + }, + "tongue5": { + "rotation": [4.62417, -9.73135, -6.74602] + }, + "tongue6": { + "rotation": ["Math.cos((query.anim_time-1.6) * 90 * 1) * -5.0091", -21.35812, -10.70506] + }, + "tongue7": { + "rotation": ["Math.cos((query.anim_time-1.9) * 90 * 1) * -2.8581", -31.21837, -11.66151] + }, + "arm_right": { + "rotation": [-4.72608, "27.42+Math.cos((query.anim_time-0.6) * 90 * 1)", 3.26039] + }, + "arm_right2": { + "rotation": [10, "-27.5+Math.cos((query.anim_time-1.0) * 90 * 1) * -2", 0] + }, + "hand_right": { + "rotation": [0, 0, -22.5] + }, + "arm_left": { + "rotation": [-9.20958, "49.0678+Math.cos((query.anim_time-0.6) * 90 * 1) * 6", 31.591], + "position": [0, 0, -1] + }, + "arm_left2": { + "rotation": [76.14424, "58.7927+Math.cos((query.anim_time-0.9) * 90 * 1) * 3", 78.0303] + }, + "hand_left": { + "rotation": [0, 0, 22.5] + }, + "leg_right": { + "rotation": [19.30349, 46.13116, 63.07035] + }, + "leg_right2": { + "rotation": [61.55405, -11.00274, -19.0607], + "position": [0, 0, -1] + }, + "foot_right": { + "rotation": [-14.34837, -2.19386, -24.93554], + "position": [0, -1, 0] + }, + "toe_right": { + "rotation": [-17.43745, -1.50179, -4.76968] + }, + "toe_back_right": { + "rotation": [17.5, 0, 0] + }, + "leg_left": { + "rotation": [-53.71564, -9.91, -7.61], + "position": [0, -1, 0] + }, + "leg_left2": { + "rotation": [23.57098, 11.77475, -7.63854], + "position": [0, 2, 0] + }, + "foot_left": { + "rotation": [38.77783, -6.71196, 21.52313], + "position": [0, 1, -0.1] + }, + "toe_back_left": { + "rotation": [17.5, 0, 0] + }, + "toe_left": { + "rotation": [-10, 0, 0] + }, + "body": { + "position": [0, -6, 0] + }, + "shuriken_back2": { + "rotation": [2.65304, -17.47541, -0.902], + "position": [-1.25, 0.5, -0.5] + } + }, + "sound_effects": { + "1.1": { + "effect": "pokemon.ashgreninja.music" + } + } + }, + "animation.ashgreninja.faint": { + "loop": true, + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 2.5], + "0.5417": [0, 0, 0], + "1.375": [0, 0, 0], + "1.5833": [-8.85, 0, 0], + "1.75": [-30.13, 0, 0], + "1.875": [-92.5, 0, 0], + "1.9167": [-106.75, 0, 0], + "2.0": [-95.88, 0, 0] + }, + "position": { + "0.0": [0, -9, 0], + "0.0833": [0, -9.26, 0.16], + "0.1667": [0, -8.02, 0.31], + "0.375": [0, -3.75, 1], + "0.4583": [0, -5.08, 1.33], + "0.5": [0, -4.5, 1.5], + "0.5833": [0, 1.19, 8.25], + "0.6667": [0, 2.9, 11.5], + "0.7917": [0, 2.25, 13.5], + "0.875": [0, -2.75, 13.5], + "1.0": [0, -1, 13.5], + "1.125": [0, -0.75, 13.5], + "1.375": [0, -1, 13.5], + "1.5833": [0, -2.4, 14.62], + "1.7917": [0, -7.53, 18.73], + "1.9167": [0, -17, 23], + "1.9583": [0, -18.25, 24.12], + "2.0": [0, -15.5, 25.25], + "2.0833": [0, -15, 27], + "2.1667": [0, -16.25, 27.25], + "2.2083": [0, -17.5, 27.5] + } + }, + "torso": { + "rotation": { + "0.0": [39.07823, 9.31667, 3.4085], + "0.25": [11.50131, 9.31667, 3.4085], + "0.5": [1.57823, 9.31667, 3.4085], + "0.5833": [14.02835, 9.31667, 3.4085], + "0.7083": [-2.22165, 9.31667, 3.4085], + "0.8333": [-8.47165, 9.31667, 5.1585], + "1.0": [-20.76398, 11.18637, 18.53511], + "1.125": [-25.36678, 11.38035, 20.56492], + "1.9167": [-25.36678, 11.38035, 20.56492], + "1.9583": [-15.36678, 11.38035, 20.56492], + "2.1667": [-11.86678, 11.38035, 20.56492], + "2.2917": [-16.63345, 11.38035, 20.56492], + "2.3333": [-21.63345, 11.38035, 20.56492], + "2.4583": [-19.13345, 11.38035, 20.56492] + } + }, + "waist": { + "rotation": [12.5, 0, 0] + }, + "chest": { + "rotation": { + "0.0": [0, -7.5, 0], + "0.7917": [0, -6.5, 0], + "0.9167": [3.57558, -6.23943, -14.93284], + "1.0417": [14.15168, -5.54657, -21.08238], + "1.125": [15.51688, -5.53432, -23.7699], + "1.5417": [15.51688, -5.53432, -23.7699], + "1.875": [13.20028, -9.90697, -6.66443] + } + }, + "arm_left": { + "rotation": { + "0.0": [-12.40933, -39.5865, 4.94661], + "0.125": [-26.41653, -6.00621, 19.98644], + "0.2917": [-36.47079, 17.24117, 25.56798], + "0.4167": [-38.06879, 12.69485, 19.39133], + "0.5": [-35.52503, 15.36423, 24.44936], + "0.5417": [-28.90906, 27.14781, 49.19541], + "0.5833": [-28.48872, 27.93706, 52.76736], + "0.625": [-29.36225, 28.20877, 51.00427], + "0.75": [3.95711, 24.34576, 41.58149], + "0.8333": [39.68445, 25.71586, 43.69044], + "0.9583": [57.05707, 38.13208, 56.98801], + "1.625": [57.05707, 38.13208, 56.98801], + "1.7917": [18.05755, 32.2563, -3.72039], + "1.9167": [15.37415, -8.60926, -15.94829], + "2.0417": [15.20119, -1.37393, -13.96458], + "2.1667": [15.19927, 1.03864, -13.30915], + "2.2917": [15.63457, -13.42754, -17.30955], + "2.4167": [15.28825, -6.1982, -16.28178] + } + }, + "arm_left2": { + "rotation": { + "0.0": [0, 20, 0], + "0.1667": [0, 5, 0], + "0.4167": [0, 17.5, 0], + "0.5833": [0, 37.5, 0], + "0.7083": [0, 57, 0], + "0.8333": [0, 65.5, 0], + "0.9167": [0, 52, 0], + "1.0": [0, 76.5, 0], + "1.0833": [0, 81.5, 0], + "1.75": [0, 81.5, 0], + "1.875": [0, 49, 0], + "1.9583": [0, -1, 0], + "2.0417": [0, 14, 6], + "2.1667": [0, 19, 30], + "2.2917": [0, 7.75, 39], + "2.4167": [6.64329, 16.0663, 42.95368] + } + }, + "arm_right": { + "rotation": { + "0.0": [-3.57866, -73.06965, -2.76217], + "0.125": [-26.41653, -56.99379, -19.98644], + "0.2917": [-36.47079, -40.24117, -30.56798], + "0.4167": [-38.06879, -32.69485, -33.39133], + "0.5417": [-20.38326, -39.08957, -52.3379], + "0.625": [-24.88047, -40.57951, -59.82581], + "0.75": [3.95711, -24.34576, -32.83149], + "0.8333": [-24.31555, -15.46586, -3.94044], + "0.9583": [-42.94293, -5.63208, 52.26199], + "1.0833": [-62.38737, -1.80325, 71.7312], + "1.1667": [-62.2627, 0.35803, 78.76374], + "1.5833": [-62.2627, 0.35803, 78.76374], + "1.7083": [-43.17195, -21.36891, 66.15167], + "1.875": [-4.96989, -44.39066, -12.93724], + "1.9583": [31.44414, -10.94556, -30.03207], + "2.0417": [32.44447, -28.31257, -34.12201], + "2.125": [34.6245, -36.65607, -40.05403], + "2.25": [31.72274, -13.07536, -31.37064], + "2.2917": [31.0104, 6.20353, -19.69309], + "2.3333": [30.89492, 4.05946, -20.98401] + }, + "position": [0, 0, 0] + }, + "arm_right2": { + "rotation": { + "0.0": [0, -20, 0], + "0.1667": [0, -5, 0], + "0.4167": [0, -17.5, 0], + "0.5833": [0, -37.5, 0], + "0.7083": [0, -42, 0], + "0.8333": [0, -43.5, 0], + "0.9167": [0, -37, 0], + "1.0": [0, -26.75, 0], + "1.0833": [0, -18.5, 0], + "1.1667": [0, -15.25, 0], + "1.7083": [0, -15.25, 0], + "1.8333": [0, -40.25, 0], + "1.9583": [0, -5.25, 0], + "2.0833": [0, -17.75, 0], + "2.1667": [0, -22.75, 0], + "2.25": [0, -20.75, 0], + "2.3333": [0, -15.75, 0], + "2.375": [0, -15.25, 0] + } + }, + "hand_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [0, 0, 15.5], + "0.2083": [0, 0, 17.5], + "0.4167": [0, 0, -23.06], + "0.5417": [0, 0, -32.5], + "0.6667": [-5.35922, -6.21589, -32.11336], + "0.7917": [-59.2984, -9.02693, -11.33872], + "0.9167": [-86.97462, -10.24254, 21.14031], + "1.0833": [-99.0547, -9.97077, 20.65502], + "1.7917": [-99.0547, -9.97077, 20.65502], + "1.9583": [-99.04955, 9.78508, 17.52392], + "2.375": [-107.13181, 22.12078, 15.41791] + } + }, + "finger_index_right_end": { + "rotation": [0, 0, 7.5] + }, + "finger_middle_right_end": { + "rotation": { + "0.0": [0, 0, 5], + "0.875": [0, 0, 0], + "1.125": [0, 0, -35] + } + }, + "finger_pinky_right_end": { + "rotation": { + "0.0": [-5, 0, -5], + "0.9167": [0, 0, 0], + "1.125": [0, 0, -25] + } + }, + "neck": { + "rotation": { + "0.0": [-12.5, 0, 0], + "0.375": [12.5, 0, 0], + "0.625": [27.5, 0, 0], + "0.75": [17.3, 0, 0], + "0.7917": [18.37, 0, 0], + "0.875": [28, 0, 0], + "0.9583": [16.75, 0, 0], + "1.0833": [15, 0, 0], + "1.4583": [15, 0, 0], + "1.6667": [22.5, 0, 0], + "1.8333": [32.5, 0, 0], + "1.9167": [12.5, 0, 0], + "2.0417": [25, 0, 0], + "2.1667": [17.5, 0, 0], + "2.3333": [15, 0, 0] + } + }, + "tongue": { + "rotation": { + "0.0": [-10, -62.5, 0], + "0.1667": [-20, -62.5, 0], + "0.3333": [-27.13125, -62.5, 0], + "0.4583": [-14.63125, -62.5, 0], + "0.5833": [-37.13125, -62.5, 0], + "0.7083": [-50.63125, -62.5, 0], + "0.875": [-57.13125, -62.5, 0], + "1.0": [-39.63125, -62.5, 0], + "1.125": [-34.63125, -62.5, 0], + "1.5833": [-34.63125, -62.5, 0], + "1.7917": [49.01437, -66.04195, -43.59641], + "1.9167": [114.88197, 10.12541, -72.82552] + } + }, + "tongue2": { + "rotation": { + "0.0": [0.2225, -21.7092, 9.0128], + "1.8333": [0.2225, -21.7092, 9.0128], + "2.0833": [-34.71729, -10.54118, 35.24249] + } + }, + "tongue3": { + "rotation": { + "0.0": [-8.52, -4.03529, 13.06193], + "0.25": [-23.52, -4.03529, 13.06193], + "0.4583": [1.48, -4.03529, 13.06193], + "0.625": [-27.64533, -4.03529, 13.06193], + "0.8333": [-32.64533, -4.03529, 13.06193], + "1.0417": [2.45007, -16.52439, 12.53047], + "1.5833": [8.45007, -16.52439, 12.53047], + "1.75": [28.45007, -16.52439, 12.53047], + "1.9167": [-13.02921, -16.52439, 12.53047], + "2.0417": [13.31392, -16.31338, 9.50653], + "2.125": [15.9724, -16.07799, 6.13321], + "2.25": [6.28119, -15.4382, -3.03554] + } + }, + "head": { + "rotation": { + "0.0": [-20, 0, 0], + "0.1667": [-2.5, 0, 0] + } + }, + "head_fin_left": { + "rotation": [0, 0, 0] + }, + "head_fin_right": { + "rotation": [0, 0, 0] + }, + "leg_left": { + "rotation": { + "0.0": [-36.1105, -45.64546, -35.76508], + "0.125": [-39.35847, -43.80812, -28.91892], + "0.2917": [-28.93995, -41.21525, -19.25748], + "0.4167": [-9.27039, -39.52101, -12.94454], + "0.4583": [-7.10373, -39.52101, -12.94454], + "0.5417": [-36.5345, -27.66449, -8.25968], + "0.625": [-38.78339, -14.52977, -1.84291], + "0.7083": [-13.27039, -10.52101, 0.05546], + "0.8333": [-3.27039, -10.52101, 0.05546], + "0.9167": [-13.27039, -10.52101, 0.05546], + "1.0": [-7.02039, -10.52101, 0.05546], + "1.0833": [-5.77039, -10.52101, 0.05546], + "1.5": [-13.27039, -10.52101, 0.05546], + "1.75": [-37.27039, -10.52101, 0.05546], + "1.8333": [-40.77039, -10.52101, 0.05546], + "1.9167": [10.97961, -10.52101, 0.05546], + "1.9583": [21.22961, -10.52101, 0.05546], + "2.0417": [-3.77039, -10.52101, 0.05546], + "2.1667": [-13.77039, -10.52101, 0.05546], + "2.2917": [-10.27039, -0.52101, 0.05546], + "2.4167": [16.70867, 3.24664, -4.66187], + "2.5": [13.70867, 3.24664, -4.66187] + }, + "position": { + "0.0": [0, 0, 0], + "0.125": [0, 0.75, 0], + "0.3333": [0, 0.75, 0], + "0.4583": [0, 2.25, 0], + "0.9583": [0, 0, 0] + } + }, + "leg_left2": { + "rotation": { + "0.0": [98.84392, -4.86875, 1.61455], + "0.1667": [89.07469, -4.86875, 1.61455], + "0.375": [38.50204, -4.86875, 1.61455], + "0.4583": [45.84392, -4.86875, 1.61455], + "0.5417": [87.34392, -4.86875, 1.61455], + "0.625": [95.84392, -4.86875, 1.61455], + "0.6667": [91.67725, -4.86875, 1.61455], + "0.75": [41.95503, -4.86875, 1.61455], + "0.7917": [28.34392, -4.86875, 1.61455], + "0.875": [45.84392, -4.86875, 1.61455], + "0.9583": [21.68625, -4.86875, 1.61455], + "1.0833": [15.21985, -4.86875, 1.61455], + "1.5": [27.71985, -4.86875, 1.61455], + "1.7917": [33.21985, -4.86875, 1.61455], + "1.9167": [0.21985, -4.86875, 1.61455] + } + }, + "foot_left": { + "rotation": { + "0.0": [-40.34821, -0.65007, -1.10653], + "0.3333": [-19.51488, -0.65007, -1.10653], + "0.5": [-27.84821, -0.65007, -1.10653], + "0.7917": [-10.34821, -0.65007, -1.10653], + "0.875": [-27.71785, -2.58733, -5.71805], + "0.9583": [-12.2822, -4.21286, -13.05295] + } + }, + "toe_left": { + "rotation": { + "0.0": [0, 0, 10], + "1.9583": [0, 0, 10], + "2.0417": [50, 0, 10] + } + }, + "toe_inner_left": { + "rotation": { + "0.0": [2.5, 0, 7.5], + "0.5417": [-0.24439, 0.14787, -0.4843] + } + }, + "toe_outer_left": { + "rotation": { + "0.0": [7.5, 0, 5], + "0.5417": [0, 0, 5] + } + }, + "toe_outer_left_end": { + "rotation": [-2.5, 0, 0] + }, + "leg_right": { + "rotation": { + "0.0": [-16.90939, 6.67821, 58.11965], + "0.0417": [-31.09642, 17.63227, 54.19681], + "0.125": [-36.97047, 39.5404, 46.35114], + "0.25": [-34.87619, 38.11799, 37.05334], + "0.375": [-22.7819, 36.69558, 27.75555], + "0.4583": [-28.98522, 34.81475, 16.83539], + "0.5833": [-66.48522, 37.31475, 16.83539], + "0.75": [-93.67203, 48.16437, -62.91591], + "0.8333": [-104.71675, 64.38101, -76.29057], + "0.875": [-101.22621, 67.79676, -65.67787], + "0.9583": [-123.73751, 78.79395, -88.60497], + "1.3333": [-123.73751, 78.79395, -88.60497], + "1.5417": [-40.53194, 69.17058, 10.1482], + "1.6667": [-90.00286, 56.02327, -20.27298], + "1.7917": [-69.04856, 27.38458, -11.56502], + "1.9167": [18.1833, -0.75005, 13.32167], + "2.0833": [-10.5667, -0.75005, 13.32167], + "2.2083": [-16.5667, -0.75005, 13.32167], + "2.3333": [-9.90401, -1.12368, 16.28674], + "2.4167": [16.03778, -1.37276, 18.26345], + "2.4583": [13.53778, -1.37276, 18.26345] + }, + "position": { + "0.0": [0, 0, 0], + "0.375": [0, 0, 0], + "0.5": [0, 1, 0], + "0.875": [0, 0, 0] + } + }, + "leg_right2": { + "rotation": { + "0.0": [66.38899, 5.02896, 6.37755], + "0.125": [73.59764, 0.21089, 1.68164], + "0.25": [62.80629, -4.60717, -3.01427], + "0.2917": [50.80629, -4.60717, -3.01427], + "0.375": [38.30629, -4.60717, -3.01427], + "0.4583": [60.80629, -4.60717, -3.01427], + "0.5417": [109.80629, -4.60717, -3.01427], + "0.625": [111.30629, -4.60717, -3.01427], + "0.75": [82.30629, -4.60717, -3.01427], + "0.875": [99.80629, -4.60717, -3.01427], + "1.0": [107.30629, -4.60717, -3.01427], + "1.4583": [107.30629, -4.60717, -3.01427], + "1.625": [89.05629, -4.60717, -3.01427], + "1.75": [59.55629, -4.60717, -3.01427], + "1.8333": [12.30629, -4.60717, -3.01427], + "1.875": [4.80629, -4.60717, -3.01427] + } + }, + "foot_right": { + "rotation": { + "0.0": [2.5, 0, -47.5], + "0.125": [10, 0, -23.75], + "0.25": [12.43656, 0.9762, -7.43656], + "0.375": [12.5, 0, 0], + "0.4583": [-10, 0, 0], + "0.5833": [12.5, 0, 0] + } + }, + "toe_right": { + "rotation": { + "0.0": [-12.0623, -4.2453, -11.76782], + "1.9583": [-12.0623, -4.2453, -11.76782], + "2.0417": [22.9377, -4.2453, -11.76782] + } + }, + "toe_inner_right_end": { + "rotation": [-2.5, 0, -2.5] + }, + "toe_outer_right": { + "rotation": [2.5, 0, 0] + }, + "toe_outer_right_end": { + "rotation": [-2.5, 0, 0] + }, + "tongue4": { + "rotation": { + "0.0": [4.2532, -29.98426, 2.78816], + "0.2917": [-15.7468, -29.98426, 2.78816], + "0.9583": [-8.2468, -29.98426, 2.78816], + "1.75": [4.2532, -29.98426, 2.78816], + "1.9167": [10.7532, -29.98426, 2.78816], + "2.0": [29.0032, -29.98426, 2.78816], + "2.0833": [31.7532, -29.98426, 2.78816], + "2.1667": [29.0032, -29.98426, 2.78816], + "2.2917": [4.69346, -29.98426, 2.78816] + } + }, + "tongue5": { + "rotation": { + "0.0": [0, -22.5, 0], + "0.25": [-35, -22.5, 0], + "0.5": [7.5, -22.5, 0], + "0.7083": [-30, -22.5, 0], + "0.9167": [-32.5, -22.5, 0], + "1.125": [-7.08049, -31.63548, 1.96659], + "1.3333": [-0.33049, -31.63548, 1.96659], + "1.75": [-0.40979, -46.63518, 2.09116], + "1.9167": [-25.40979, -46.63518, 2.09116], + "2.0": [-6.60215, -46.63518, 2.09116], + "2.1667": [-14.0274, -46.63518, 2.09116] + } + }, + "tongue6": { + "rotation": { + "0.0": [15, -15, 0], + "0.125": [32.5, -15, 0], + "0.375": [-24.09254, -15, 0], + "0.5417": [0.90746, -15, 0], + "0.6667": [20.90746, -15, 0], + "0.9583": [-29.09254, -15, 0], + "1.3333": [-16.59254, -15, 0], + "1.4583": [-9.09254, -15, 0], + "1.8333": [28.40746, -15, 0], + "1.9167": [-1.59254, -15, 0], + "2.0417": [22.37144, -15, 0], + "2.1667": [4.52699, -15, 0] + } + }, + "tongue7": { + "rotation": { + "0.0": [7.5, -20, 0], + "0.2083": [36.52482, -20, 0], + "0.375": [-18.11823, -20, 0], + "0.5417": [31.88177, -20, 0], + "0.875": [-15.61823, -20, 0], + "1.375": [10.7101, -20, 0], + "1.875": [45.63359, -20, 0], + "1.9167": [8.13359, -20, 0], + "2.375": [-9.36641, -20, 0] + } + }, + "hand_shuriken_right": { + "rotation": [0, 0, 0], + "position": [0, 1, 0] + }, + "hand_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [0, 0, -15.5], + "0.2083": [0, 0, -17.5], + "0.4167": [0, 0, 23.06], + "0.5417": [0, 0, 32.5], + "0.6667": [-5.35922, 9.21589, 32.11336], + "0.7917": [-16.2984, 0.02693, 11.33872], + "0.9167": [-24.97462, -21.75746, -57.14031], + "1.0833": [-27.5, 0, -80], + "1.75": [-35.5, 0, -80], + "1.875": [-55, 0, 0], + "2.25": [-79.52521, -17.22575, -2.13388], + "2.4167": [-82.9117, -53.77546, -15.92809] + } + }, + "hand_shuriken_left": { + "rotation": [0, 0, 0] + }, + "inner_eyelid_right": { + "position": { + "0.0417": [0, 0, 0], + "0.0833": [-0.15, 0, 0], + "0.875": [-0.15, 0, 0], + "0.9167": [0, 0, 0], + "1.0417": [0, 0, 0], + "1.0833": [-0.15, 0, 0], + "1.125": [-0.15, 0, 0], + "1.1667": [0, 0, 0], + "1.6667": [0, 0, 0], + "1.7083": [-0.15, 0, 0] + } + }, + "inner_eyelid_left": { + "position": { + "0.0417": [0, 0, 0], + "0.0833": [0.15, 0, 0], + "0.875": [0.15, 0, 0], + "0.9167": [0, 0, 0], + "1.0417": [0, 0, 0], + "1.0833": [0.15, 0, 0], + "1.125": [0.15, 0, 0], + "1.1667": [0, 0, 0], + "1.6667": [0, 0, 0], + "1.7083": [0.15, 0, 0] + } + }, + "finger_index_left": { + "rotation": { + "0.75": [0, 0, 0], + "1.0": [-27.94378, -4.37564, 3.17554] + } + }, + "finger_middle_left": { + "rotation": { + "0.7917": [0, 0, 0], + "1.0417": [0, 0, 27.5] + } + }, + "finger_middle_left_end": { + "rotation": { + "0.7917": [0, 0, 0], + "1.0417": [0, 0, 92.5], + "1.5833": [0, 0, 92.5], + "1.75": [0, 0, 0] + } + }, + "finger_pinky_left": { + "rotation": { + "0.75": [0, 0, 0], + "1.0417": [0, 0, 22.5] + } + }, + "finger_pinky_left_end": { + "rotation": { + "0.7917": [0, 0, 0], + "1.0833": [0, 0, 112.5], + "1.625": [0, 0, 112.5], + "1.75": [0, 0, 0] + } + } + } + }, + "animation.ashgreninja.blink": { + "animation_length": 0.1667, + "bones": { + "inner_eyelid_left": { + "position": { + "0.0": [0.1, 0, 0], + "0.125": [0.1, 0, 0], + "0.1667": [0, 0, 0] + } + }, + "inner_eyelid_right": { + "position": { + "0.0": [-0.1, 0, 0], + "0.125": [-0.1, 0, 0], + "0.1667": [0, 0, 0] + } + } + } + }, + "animation.ashgreninja.sleep": { + "loop": true, + "bones": { + "body": { + "position": [0, -14, 0] + }, + "torso": { + "rotation": [7.5, 0, 0] + }, + "waist": { + "rotation": ["7.5+Math.cos((query.anim_time-0.2) * 90 * 1) * 1", 0, 0] + }, + "chest": { + "rotation": [10, 0, 0] + }, + "neck": { + "rotation": ["17.2718+Math.cos((query.anim_time-0.5) * 90 * 1) * 3", 2.37715, 0.55455] + }, + "inner_eyelid_right": { + "position": [-0.15, 0, 0] + }, + "inner_eyelid_left": { + "position": [0.125, 0, 0] + }, + "tongue": { + "rotation": ["-74.5902+Math.cos((query.anim_time-0.5) * 90 * 1) * -4", 10.28859, -22.90981] + }, + "tongue2": { + "rotation": [-12.51153, 2.4407, -0.54143] + }, + "tongue3": { + "rotation": [-10.23772, -12.3071, 2.20462] + }, + "tongue4": { + "rotation": [9.8491, -28.48042, -20.00533] + }, + "tongue5": { + "rotation": [37.5625, -9.75001, -16.37938] + }, + "tongue6": { + "rotation": [0, -40, 0] + }, + "tongue7": { + "rotation": [0, -40, 0] + }, + "arm_right": { + "rotation": [23.58893, -46.25567, -44.04774] + }, + "arm_right2": { + "rotation": [1.81016, -61.10513, 37.62478] + }, + "hand_right": { + "rotation": [12.24721, 1.93597, -14.87739] + }, + "arm_left": { + "rotation": [23.58893, 46.25567, 44.04774] + }, + "arm_left2": { + "rotation": [15, 60, -22.5] + }, + "hand_left": { + "rotation": [7.38733, -1.29876, 9.91615] + }, + "leg_right": { + "rotation": [-125.67466, 11.66174, -101.64416] + }, + "leg_right2": { + "rotation": [85, 0, 0] + }, + "foot_right": { + "rotation": [0, 0, -37.5] + }, + "toe_right": { + "rotation": [21.26765, 7.52076, -18.58597] + }, + "leg_left": { + "rotation": [-127.77918, -17.30312, 90.11668] + }, + "leg_left2": { + "rotation": [85, 0, 0] + }, + "foot_left": { + "rotation": [19.95744, -0.65182, 52.47178] + }, + "toe_left": { + "rotation": [-5, 0, 22.5] + } + } + }, + "animation.ashgreninja.cry": { + "animation_length": 1.25, + "bones": { + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [-9.83, 0, 0], + "0.25": [-12.5, 0, 0], + "0.625": [-14, 0, 0], + "1.0": [-12.5, 0, 0], + "1.125": [-9.83, 0, 0], + "1.25": [0, 0, 0] + } + }, + "jaw": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [25, 0, 0], + "0.625": [25, 0, 0], + "1.125": [25, 0, 0], + "1.25": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/animations/ashgreninjaincomplete/ashgreninjaincomplete.animation.json b/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/animations/ashgreninjaincomplete/ashgreninjaincomplete.animation.json new file mode 100644 index 0000000..cd011e4 --- /dev/null +++ b/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/animations/ashgreninjaincomplete/ashgreninjaincomplete.animation.json @@ -0,0 +1,1547 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.ashgreninjaincomplete.ground_idle": { + "loop": true, + "bones": { + "torso": { + "rotation": [-17.89807, 11.91276, -3.81397] + }, + "waist": { + "rotation": ["15+Math.cos((query.anim_time-0.2) * 90 * 1) * 3", 0, 0] + }, + "chest": { + "rotation": ["17.3269+Math.cos((query.anim_time-0.6) * 90 * 1) * 2", -11.03477, 1.7917], + "position": [-1, 0, 0] + }, + "neck": { + "rotation": ["-2.5+Math.cos((query.anim_time-0.6) * 90 * 1) * -6", 0, 0] + }, + "inner_eyelid_right": { + "position": [0.9, 0, 0] + }, + "inner_eyelid_cover_right": { + "position": [0.075, 0, 0] + }, + "inner_eyelid_left": { + "position": [-0.85, 0, 0] + }, + "inner_eyelid_cover_left": { + "position": [-0.05, 0, 0] + }, + "tongue": { + "rotation": ["-44.143+Math.cos((query.anim_time-0.8) * 90 * 1) * -1", "2.7938+Math.cos((query.anim_time-1.4) * 90 * 2-60) * -5", 2.96806], + "position": [0, -1, 0] + }, + "tongue2": { + "rotation": ["-12.7296+Math.cos((query.anim_time-0.8) * 90 * 1+50) * -12", "-15.578+Math.cos((query.anim_time-1.4) * 90 * 1) * -10", -6.31342] + }, + "tongue3": { + "rotation": ["-18.9943+Math.cos((query.anim_time-1) * 90 * 1) * -3", -19.2862, 1.93639] + }, + "tongue4": { + "rotation": ["-9.1493+Math.cos((query.anim_time-1.4) * 90 * 1) * -8", "-36.3231+Math.cos((query.anim_time-1.4) * 90 * 1-60) * -5", -9.78189] + }, + "tongue5": { + "rotation": ["5.7195+Math.cos((query.anim_time-1.4) * 90 * 1-60) * -5", "-37.1248+Math.cos((query.anim_time-1.4) * 90 * 2-120) * -10", -9.42205] + }, + "tongue6": { + "rotation": ["Math.cos((query.anim_time-1.6) * 90 * 2) * -5.0091", -21.35812, -10.70506] + }, + "tongue7": { + "rotation": ["Math.cos((query.anim_time-1.9) * 90 * 2) * -5", -31.21837, -11.66151] + }, + "arm_right": { + "rotation": [0, "Math.cos((query.anim_time-0.6) * 90 * 1) * -6", -65] + }, + "arm_right2": { + "rotation": [0, "-27.5+Math.cos((query.anim_time-1.0) * 90 * 1) * -2", 0] + }, + "hand_right": { + "rotation": [0, 0, -22.5] + }, + "arm_left": { + "rotation": [0, "Math.cos((query.anim_time-0.6) * 90 * 1) * 6", 65] + }, + "arm_left2": { + "rotation": [0, "27.5+Math.cos((query.anim_time-0.9) * 90 * 1) * 3", 0] + }, + "hand_left": { + "rotation": [0, 0, 22.5] + }, + "leg_right": { + "rotation": [-3.2799, 25.22132, 7.85322] + }, + "leg_right2": { + "rotation": [29.99294, 0.32621, -2.47864] + }, + "foot_right": { + "rotation": [10, 0, 0] + }, + "toe_right": { + "rotation": [-17.43745, -1.50179, -4.76968] + }, + "toe_back_right": { + "rotation": [17.5, 0, 0] + }, + "leg_left": { + "rotation": [-8.68155, -9.91358, -7.61435] + }, + "leg_left2": { + "rotation": [17.41096, -1.61702, 7.30994] + }, + "foot_left": { + "rotation": [10, 0, 0] + }, + "toe_back_left": { + "rotation": [17.5, 0, 0] + }, + "toe_left": { + "rotation": [-10, 0, 0] + }, + "bone5": { + "scale": 1 + }, + "bone12": { + "scale": 0 + }, + "bone15": { + "scale": 0 + }, + "bone17": { + "scale": 0 + }, + "bone19": { + "rotation": [0, "0+3*math.cos(q.anim_time*90*1-60)+q.anim_time*90*1", 0] + } + } + }, + "animation.ashgreninjaincomplete.ground_walk": { + "loop": true, + "animation_length": 2, + "bones": { + "torso": { + "rotation": ["-5+Math.cos((query.anim_time-0.2) * 90 * 2) * 2", 0, 0], + "position": [0, "-0.25+Math.cos((query.anim_time+0.1) * 90 * 4) * 0.5", 0] + }, + "waist": { + "rotation": [10, 0, 0] + }, + "chest": { + "rotation": ["12.5+Math.cos((query.anim_time-0.3) * 90 * 2) * 2", 0, 0] + }, + "neck": { + "rotation": ["-7.5+Math.cos((query.anim_time-0.3) * 90 * 2) * -2", 0, 0] + }, + "inner_eyelid_right": { + "position": [0.875, 0, 0] + }, + "inner_eyelid_cover_right": { + "position": [0.125, 0, 0] + }, + "inner_eyelid_left": { + "position": [-0.9, 0, 0] + }, + "inner_eyelid_cover_left": { + "position": [-0.075, 0, 0] + }, + "tongue": { + "rotation": ["-35.1355+Math.cos((query.anim_time-0.3) * 90 * 4) * 2", -8.99719, 9.24241] + }, + "tongue2": { + "rotation": [19.30934, -21.08857, -32.02823] + }, + "tongue3": { + "rotation": ["8.622+Math.cos((query.anim_time-0.5) * 90 * 4) * 4", -49.39488, -6.09617] + }, + "tongue4": { + "rotation": [3.52414, -44.85128, -6.81991] + }, + "tongue5": { + "rotation": ["5.1652+Math.cos((query.anim_time-0.7) * 90 * 4) * 5", -27.0478, -11.24314] + }, + "tongue6": { + "rotation": ["Math.cos((query.anim_time-0.8) * 90 * 4) * 3", -25, 0] + }, + "tongue7": { + "rotation": ["Math.cos((query.anim_time-1) * 90 * 4) * 6", -27.5, 0] + }, + "arm_right": { + "rotation": [0, "-(Math.cos((query.anim_time) * 90 * 2) * 10)", -70] + }, + "arm_right2": { + "rotation": [0, "-22.5+Math.cos((query.anim_time-0.3) * 90 * 2) * -10", 0] + }, + "hand_right": { + "rotation": [0, 0, -15] + }, + "arm_left": { + "rotation": [0, "Math.cos((query.anim_time) * 90 * 2) * -10", 70] + }, + "arm_left2": { + "rotation": [0, "22.5+Math.cos((query.anim_time-0.3) * 90 * 2) * -10", 0] + }, + "hand_left": { + "rotation": [0, 0, 15] + }, + "leg_right": { + "rotation": { + "0.0": [35.67, 2.6, 3.58], + "0.0833": [38.42186, 2.60422, 3.5755], + "0.25": [34.22275, 3.21529, 3.44376], + "0.5417": [0.02365, 3.82637, 3.31201], + "0.7083": [-15.37456, 5.04852, 3.04852], + "0.875": [-23.72774, 6.89541, 2.65034], + "1.0": [-25.17098, 7.49282, 2.52154], + "1.125": [-23.72774, 6.89541, 2.65034], + "1.2917": [-16.49242, 5.27073, 3.00062], + "1.625": [0.92186, 2.60422, 3.5755], + "1.9167": [32.92186, 2.60422, 3.5755], + "2.0": [35.67, 2.6, 3.58] + } + }, + "leg_right2": { + "rotation": { + "0.0": [18.82, 0, 0], + "0.125": [24, 0, 0], + "0.375": [64.33, 0, 0], + "0.5417": [57.75, 0, 0], + "0.75": [17.13, 0, 0], + "1.0": [2.75, 0, 0], + "1.2917": [-3, 0, 0], + "1.6667": [5, 0, 0], + "2.0": [18.82, 0, 0] + } + }, + "foot_right": { + "rotation": { + "0.0": [2.5, 0, 0], + "0.3333": [-7.5, 0, 0], + "0.5417": [-36.5, 0, 0], + "0.6667": [-29.5, 0, 0], + "0.8333": [-0.67, 0, 0], + "0.875": [2, 0, 0], + "1.0": [7.5, 0, 0], + "1.1667": [10, 0, 0], + "1.6667": [12.5, 0, 0], + "2.0": [2.5, 0, 0] + } + }, + "toe_right": { + "rotation": { + "0.0": [-29.5, 0, 0], + "0.25": [-7, 0, 0], + "0.5": [22, 0, 0], + "0.625": [15.82, 0, 0], + "0.75": [4.68, 0, 0], + "0.875": [-13.09, 0, 0], + "1.0": [-19.5, 0, 0], + "1.1667": [-18.53, 0, 0], + "1.2917": [-15.87, 0, 0], + "1.4583": [2.54, 0, 0], + "1.5": [-7, 0, 0], + "1.6667": [-25.13, 0, 0], + "1.7083": [-32, 0, 0], + "2.0": [-29.5, 0, 0] + } + }, + "toe_back_right": { + "rotation": [25, 0, 0] + }, + "leg_left": { + "rotation": { + "0.0": [-25.17098, -7.49282, -2.52154], + "0.125": [-23.72774, -6.89541, -2.65034], + "0.2917": [-16.49242, -5.27073, -3.00062], + "0.625": [0.92186, -2.60422, -3.5755], + "0.9167": [32.92186, -2.60422, -3.5755], + "1.0833": [38.42186, -2.60422, -3.5755], + "1.25": [34.22275, -3.21529, -3.44376], + "1.5417": [0.02365, -3.82637, -3.31201], + "1.7083": [-15.37456, -5.04852, -3.04852], + "1.875": [-23.72774, -6.89541, -2.65034], + "2.0": [-25.17098, -7.49282, -2.52154] + } + }, + "leg_left2": { + "rotation": { + "0.0": [2.75, 0, 0], + "0.2917": [-3, 0, 0], + "0.6667": [5, 0, 0], + "1.125": [24, 0, 0], + "1.375": [64.33, 0, 0], + "1.5417": [57.75, 0, 0], + "1.75": [17.13, 0, 0], + "2.0": [2.75, 0, 0] + } + }, + "foot_left": { + "rotation": { + "0.0": [7.5, 0, 0], + "0.1667": [10, 0, 0], + "0.6667": [12.5, 0, 0], + "1.3333": [-7.5, 0, 0], + "1.5417": [-36.5, 0, 0], + "1.6667": [-29.5, 0, 0], + "1.8333": [-0.67, 0, 0], + "1.875": [2, 0, 0], + "2.0": [7.5, 0, 0] + } + }, + "toe_back_left": { + "rotation": [25, 0, 0] + }, + "toe_left": { + "rotation": { + "0.0": [-19.5, 0, 0], + "0.1667": [-18.53, 0, 0], + "0.2917": [-15.87, 0, 0], + "0.4583": [2.54, 0, 0], + "0.5": [-7, 0, 0], + "0.6667": [-25.13, 0, 0], + "0.7083": [-32, 0, 0], + "1.0": [-29.5, 0, 0], + "1.25": [-7, 0, 0], + "1.5": [22, 0, 0], + "1.625": [15.82, 0, 0], + "1.75": [4.68, 0, 0], + "1.875": [-13.09, 0, 0], + "2.0": [-19.5, 0, 0] + } + }, + "bone12": { + "scale": 0 + }, + "bone15": { + "scale": 0 + }, + "bone17": { + "scale": 0 + }, + "bone19": { + "rotation": [0, "0+3*math.cos(q.anim_time*90*1-60)+q.anim_time*90*1", 0] + } + } + }, + "animation.ashgreninjaincomplete.water_idle": { + "loop": true, + "bones": { + "body": { + "rotation": ["55+Math.cos((query.anim_time) * 90 * 1) * 2", 0, 0], + "position": [0, "-16+Math.cos((query.anim_time-0.4) * 90 * 1) * 0.5", -2] + }, + "torso": { + "rotation": [0, 0, 0] + }, + "waist": { + "rotation": [12.5, 0, 0] + }, + "chest": { + "rotation": ["Math.cos((query.anim_time-0.3) * 90 * 1) * 2", 0, 0] + }, + "neck": { + "rotation": ["-30+Math.cos((query.anim_time-0.5) * 90 * 1) * -3", 0, 0] + }, + "head": { + "rotation": [-5, 0, 0] + }, + "inner_eyelid_right": { + "position": [0.85, 0, 0] + }, + "inner_eyelid_cover_right": { + "position": [0.025, 0, 0] + }, + "inner_eyelid_left": { + "position": [-0.9, 0, 0] + }, + "inner_eyelid_cover_left": { + "position": [-0.05, 0, 0] + }, + "tongue": { + "rotation": ["-17.5+Math.cos((query.anim_time-0.3) * 90 * 1) * 2", 30, 0] + }, + "tongue2": { + "rotation": [-22.57734, 4.61854, -1.91757] + }, + "tongue3": { + "rotation": ["-10+Math.cos((query.anim_time-0.5) * 90 * 1) * 5", -20, 0] + }, + "tongue4": { + "rotation": [-8.23353, -34.93529, 1.57675] + }, + "tongue5": { + "rotation": ["-10.3453+Math.cos((query.anim_time-0.7) * 90 * 1) * 4", -14.76689, 2.66399] + }, + "tongue6": { + "rotation": ["-8.11+Math.cos((query.anim_time-0.9) * 90 * 1) * 5", 22.29711, -3.09472] + }, + "tongue7": { + "rotation": ["Math.cos((query.anim_time-1) * 90 * 1) * 7", 12.5, 0] + }, + "arm_right": { + "rotation": [-48.08351, "-29.3034+Math.cos((query.anim_time-0.6) * 90 * 1) * -5", 7.60913] + }, + "arm_right2": { + "rotation": [0, -22.5, 10] + }, + "hand_right": { + "rotation": [0, -17.5, 0] + }, + "arm_left": { + "rotation": [-48.08351, "29.3034+Math.cos((query.anim_time-0.6) * 90 * 1) * 5", -7.60913] + }, + "arm_left2": { + "rotation": [0, 22.5, -10] + }, + "hand_left": { + "rotation": [0, 17.5, 0] + }, + "leg_right": { + "rotation": ["7.8509+Math.cos((query.anim_time) * 90 * 1) * 5", 31.63886, 29.72765] + }, + "leg_right2": { + "rotation": [27.5, 0, 0] + }, + "toe_back_right": { + "rotation": [20, 0, 0] + }, + "leg_left": { + "rotation": ["7.8509+Math.cos((query.anim_time) * 90 * 1) * 5", -31.63886, -29.72765] + }, + "leg_left2": { + "rotation": [27.5, 0, 0] + }, + "foot_left": { + "rotation": [27.5, 0, 0] + }, + "toe_back_left": { + "rotation": [20, 0, 0] + }, + "bone12": { + "scale": 0 + }, + "bone15": { + "scale": 0 + }, + "bone17": { + "scale": 0 + }, + "bone19": { + "rotation": [0, "0+3*math.cos(q.anim_time*90*1-60)+q.anim_time*90*1", 0] + } + } + }, + "animation.ashgreninjaincomplete.water_swim": { + "loop": true, + "animation_length": 1, + "bones": { + "body": { + "rotation": [55, 0, 0], + "position": [0, -16, "-2+Math.cos((query.anim_time-0.2) * 90 * 4) * -3"] + }, + "torso": { + "rotation": ["Math.cos((query.anim_time-0.4) * 90 * 4) * 3", 0, 0] + }, + "waist": { + "rotation": [12.5, 0, 0] + }, + "chest": { + "rotation": [0, 0, 0] + }, + "neck": { + "rotation": ["-30+Math.cos((query.anim_time-0.5) * 90 * 4) * -4", 0, 0] + }, + "head": { + "rotation": [-5, 0, 0] + }, + "inner_eyelid_right": { + "position": [-0.085, 0, 0] + }, + "inner_eyelid_cover_right": { + "position": [0.025, 0, 0] + }, + "inner_eyelid_left": { + "position": [0.09, 0, 0] + }, + "inner_eyelid_cover_left": { + "position": [-0.05, 0, 0] + }, + "tongue": { + "rotation": ["-20.5153+Math.cos((query.anim_time-0.5) * 90 * 4) * -2", "Math.cos((query.anim_time) * 90 * 8) * 4", 5.32938] + }, + "tongue2": { + "rotation": [-22.57734, "Math.cos((query.anim_time-0.1) * 90 * 8) * 2", -1.91757] + }, + "tongue3": { + "rotation": ["-10+Math.cos((query.anim_time-0.6) * 90 * 4) * -4", "Math.cos((query.anim_time-0.2) * 90 * 8) * 3", 0] + }, + "tongue4": { + "rotation": [-7.07446, "Math.cos((query.anim_time-0.3) * 90 * 8) * 4", -1.01249] + }, + "tongue5": { + "rotation": ["2.5+Math.cos((query.anim_time-0.7) * 90 * 4) * -4", "Math.cos((query.anim_time-0.4) * 90 * 8) * 4", -0.00001] + }, + "tongue6": { + "rotation": ["6.3562+Math.cos((query.anim_time-0.9) * 90 * 4) * -8", "Math.cos((query.anim_time-0.5) * 90 * 8) * 5", -4.30962] + }, + "tongue7": { + "rotation": ["10+Math.cos((query.anim_time-1) * 90 * 4) * -10", "Math.cos((query.anim_time-0.6) * 90 * 8) * 8", 0] + }, + "arm_right": { + "rotation": [-10.30059, "15.4855+Math.cos((query.anim_time-0.25) * 90 * 4) * 5", "-51.51+Math.cos((query.anim_time) * 90 * 4) * -10"] + }, + "arm_right2": { + "rotation": [5.123, -21.93857, "-3.4936+Math.cos((query.anim_time-0.2) * 90 * 4) * -15"] + }, + "hand_right": { + "rotation": [0, -17.5, 0] + }, + "arm_left": { + "rotation": [-10.30059, "-15.4855+Math.cos((query.anim_time-0.25) * 90 * 4) * -5", "51.51+Math.cos((query.anim_time) * 90 * 4) * 10"] + }, + "arm_left2": { + "rotation": [5.123, 21.93857, "3.4936+Math.cos((query.anim_time-0.2) * 90 * 4) * 15"] + }, + "hand_left": { + "rotation": [0, 17.5, 0] + }, + "leg_right": { + "rotation": { + "0.0": [15.8509, 31.63886, 29.72765], + "0.125": [12.41181, 35.7519, 33.47638], + "0.25": [0.06352, 38.49392, 35.97553], + "0.5": [-49.90548, 48.091, 44.72257], + "0.6667": [-55.39787, 38.24952, 35.75278], + "0.75": [-47.32679, 36.36076, 34.03131], + "0.9167": [8.81536, 32.58324, 30.58838], + "1.0": [15.8509, 31.63886, 29.72765] + } + }, + "leg_right2": { + "rotation": { + "0.0": [27.5, 0, 0], + "0.1667": [38.33, 0, 0], + "0.375": [81.46, 0, 0], + "0.5": [90, 0, 0], + "0.625": [76.57, 0, 0], + "0.7917": [32.5, 0, 0], + "1.0": [27.5, 0, 0] + } + }, + "toe_back_right": { + "rotation": [20, 0, 0] + }, + "leg_left": { + "rotation": { + "0.0": [15.8509, -31.63886, -29.72765], + "0.125": [12.41181, -35.7519, -33.47638], + "0.25": [0.06352, -38.49392, -35.97553], + "0.5": [-49.90548, -48.091, -44.72257], + "0.6667": [-55.39787, -38.24952, -35.75278], + "0.75": [-47.32679, -36.36076, -34.03131], + "0.9167": [8.81536, -32.58324, -30.58838], + "1.0": [15.8509, -31.63886, -29.72765] + } + }, + "leg_left2": { + "rotation": { + "0.0": [27.5, 0, 0], + "0.1667": [38.33, 0, 0], + "0.375": [81.46, 0, 0], + "0.5": [90, 0, 0], + "0.625": [76.57, 0, 0], + "0.7917": [32.5, 0, 0], + "1.0": [27.5, 0, 0] + } + }, + "foot_left": { + "rotation": { + "0.0": [21.5, 0, 0], + "0.5": [45, 0, 0], + "0.7083": [15.21, 0, 0], + "1.0": [21.5, 0, 0] + } + }, + "toe_back_left": { + "rotation": [20, 0, 0] + }, + "foot_right": { + "rotation": { + "0.0": [21.5, 0, 0], + "0.5": [45, 0, 0], + "0.7083": [15.21, 0, 0], + "1.0": [21.5, 0, 0] + } + }, + "bone12": { + "scale": 0 + }, + "bone15": { + "scale": 0 + }, + "bone17": { + "scale": 0 + }, + "bone19": { + "rotation": [0, "0+3*math.cos(q.anim_time*90*1-60)+q.anim_time*90*1", 0] + } + } + }, + "animation.ashgreninjaincomplete.battle_idle": { + "loop": true, + "bones": { + "torso": { + "rotation": [-17.89807, 11.91276, -3.81397] + }, + "waist": { + "rotation": ["25+Math.cos((query.anim_time-0.2) * 90 * 1) * 3", 0, 0] + }, + "chest": { + "rotation": ["17.3269+Math.cos((query.anim_time-0.6) * 90 * 1) * 2", -11.03477, 1.7917], + "position": [-1, 0, 0] + }, + "neck": { + "rotation": ["-2.5+Math.cos((query.anim_time-0.6) * 90 * 1) * -6", 0, 0] + }, + "inner_eyelid_right": { + "position": [0.9, 0, 0] + }, + "inner_eyelid_cover_right": { + "position": [0.075, 0, 0] + }, + "inner_eyelid_left": { + "position": [-0.85, 0, 0] + }, + "inner_eyelid_cover_left": { + "position": [-0.05, 0, 0] + }, + "tongue": { + "rotation": ["-31.7068+Math.cos((query.anim_time-0.8) * 90 * 1) * -1", 20.64169, -9.43282], + "position": [0, -1, 0] + }, + "tongue2": { + "rotation": ["9.536+Math.cos((query.anim_time-0.8) * 90 * 1) * -5", 50.7336, -2.32297] + }, + "tongue3": { + "rotation": ["24.0304+Math.cos((query.anim_time-1) * 90 * 1) * -3", 44.49421, 21.67288], + "position": [0, 0, 0] + }, + "tongue4": { + "rotation": ["-8.4633+Math.cos((query.anim_time-1.4) * 90 * 1) * -6", 23.4671, -15.08928] + }, + "tongue5": { + "rotation": [4.93969, 22.66158, -4.05552] + }, + "tongue6": { + "rotation": ["Math.cos((query.anim_time-1.6) * 90 * 1) * -5.2217", 11.05445, -8.28159] + }, + "tongue7": { + "rotation": ["Math.cos((query.anim_time-1.9) * 90 * 1) * -2.4917", 41.17791, -7.50479] + }, + "arm_right": { + "rotation": [-4.72608, "27.42+Math.cos((query.anim_time-0.6) * 90 * 1)", 3.26039] + }, + "arm_right2": { + "rotation": [10, "-27.5+Math.cos((query.anim_time-1.0) * 90 * 1) * -2", 0] + }, + "hand_right": { + "rotation": [0, 0, -22.5] + }, + "arm_left": { + "rotation": [-9.20958, "49.0678+Math.cos((query.anim_time-0.6) * 90 * 1) * 6", 31.591], + "position": [0, 0, -1] + }, + "arm_left2": { + "rotation": [73.73178, "63.6222+Math.cos((query.anim_time-0.9) * 90 * 1) * 3", 75.29231] + }, + "hand_left": { + "rotation": [0, 0, 22.5] + }, + "leg_right": { + "rotation": [19.30349, 46.13116, 63.07035] + }, + "leg_right2": { + "rotation": [61.55405, -11.00274, -19.0607], + "position": [0, 0, -1] + }, + "foot_right": { + "rotation": [-14.34837, -2.19386, -24.93554], + "position": [0, -1, 0] + }, + "toe_right": { + "rotation": [-17.43745, -1.50179, -4.76968] + }, + "toe_back_right": { + "rotation": [17.5, 0, 0] + }, + "leg_left": { + "rotation": [-53.71564, -9.91, -7.61], + "position": [0, -1, 0] + }, + "leg_left2": { + "rotation": [23.57098, 11.77475, -7.63854], + "position": [0, 2, 0] + }, + "foot_left": { + "rotation": [38.77783, -6.71196, 21.52313], + "position": [0, 1, -0.1] + }, + "toe_back_left": { + "rotation": [17.5, 0, 0] + }, + "toe_left": { + "rotation": [-10, 0, 0] + }, + "body": { + "position": [0, -6, 0] + }, + "bone15": { + "scale": 0 + }, + "bone16": { + "scale": 1 + }, + "bone17": { + "scale": 0 + }, + "bone19": { + "rotation": [0, "0+3*math.cos(q.anim_time*90*1-60)+q.anim_time*90*1", 0] + } + }, + "sound_effects": { + "0.0": { + "effect": "ashgreninjatheme" + } + } + }, + "animation.ashgreninjaincomplete.faint": { + "loop": true, + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 2.5], + "0.5417": [0, 0, 0], + "1.375": [0, 0, 0], + "1.5833": [-8.85, 0, 0], + "1.75": [-30.13, 0, 0], + "1.875": [-92.5, 0, 0], + "1.9167": [-106.75, 0, 0], + "2.0": [-95.88, 0, 0] + }, + "position": { + "0.0": [0, -9, 0], + "0.0833": [0, -9.26, 0.16], + "0.1667": [0, -8.02, 0.31], + "0.375": [0, -3.75, 1], + "0.4583": [0, -5.08, 1.33], + "0.5": [0, -4.5, 1.5], + "0.5833": [0, 1.19, 8.25], + "0.6667": [0, 2.9, 11.5], + "0.7917": [0, 2.25, 13.5], + "0.875": [0, -2.75, 13.5], + "1.0": [0, -1, 13.5], + "1.125": [0, -0.75, 13.5], + "1.375": [0, -1, 13.5], + "1.5833": [0, -2.4, 14.62], + "1.7917": [0, -7.53, 18.73], + "1.9167": [0, -17, 23], + "1.9583": [0, -18.25, 24.12], + "2.0": [0, -15.5, 25.25], + "2.0833": [0, -15, 27], + "2.1667": [0, -16.25, 27.25], + "2.2083": [0, -17.5, 27.5] + } + }, + "torso": { + "rotation": { + "0.0": [39.07823, 9.31667, 3.4085], + "0.25": [11.50131, 9.31667, 3.4085], + "0.5": [1.57823, 9.31667, 3.4085], + "0.5833": [14.02835, 9.31667, 3.4085], + "0.7083": [-2.22165, 9.31667, 3.4085], + "0.8333": [-8.47165, 9.31667, 5.1585], + "1.0": [-20.76398, 11.18637, 18.53511], + "1.125": [-25.36678, 11.38035, 20.56492], + "1.9167": [-25.36678, 11.38035, 20.56492], + "1.9583": [-15.36678, 11.38035, 20.56492], + "2.1667": [-11.86678, 11.38035, 20.56492], + "2.2917": [-16.63345, 11.38035, 20.56492], + "2.3333": [-21.63345, 11.38035, 20.56492], + "2.4583": [-19.13345, 11.38035, 20.56492] + } + }, + "waist": { + "rotation": [12.5, 0, 0] + }, + "chest": { + "rotation": { + "0.0": [0, -7.5, 0], + "0.7917": [0, -6.5, 0], + "0.9167": [3.57558, -6.23943, -14.93284], + "1.0417": [14.15168, -5.54657, -21.08238], + "1.125": [15.51688, -5.53432, -23.7699], + "1.5417": [15.51688, -5.53432, -23.7699], + "1.875": [13.20028, -9.90697, -6.66443] + } + }, + "arm_left": { + "rotation": { + "0.0": [-12.40933, -39.5865, 4.94661], + "0.125": [-26.41653, -6.00621, 19.98644], + "0.2917": [-36.47079, 17.24117, 25.56798], + "0.4167": [-38.06879, 12.69485, 19.39133], + "0.5": [-35.52503, 15.36423, 24.44936], + "0.5417": [-28.90906, 27.14781, 49.19541], + "0.5833": [-28.48872, 27.93706, 52.76736], + "0.625": [-29.36225, 28.20877, 51.00427], + "0.75": [3.95711, 24.34576, 41.58149], + "0.8333": [39.68445, 25.71586, 43.69044], + "0.9583": [57.05707, 38.13208, 56.98801], + "1.625": [57.05707, 38.13208, 56.98801], + "1.7917": [18.05755, 32.2563, -3.72039], + "1.9167": [15.37415, -8.60926, -15.94829], + "2.0417": [15.20119, -1.37393, -13.96458], + "2.1667": [15.19927, 1.03864, -13.30915], + "2.2917": [15.63457, -13.42754, -17.30955], + "2.4167": [15.28825, -6.1982, -16.28178] + } + }, + "arm_left2": { + "rotation": { + "0.0": [0, 20, 0], + "0.1667": [0, 5, 0], + "0.4167": [0, 17.5, 0], + "0.5833": [0, 37.5, 0], + "0.7083": [0, 57, 0], + "0.8333": [0, 65.5, 0], + "0.9167": [0, 52, 0], + "1.0": [0, 76.5, 0], + "1.0833": [0, 81.5, 0], + "1.75": [0, 81.5, 0], + "1.875": [0, 49, 0], + "1.9583": [0, -1, 0], + "2.0417": [0, 14, 6], + "2.1667": [0, 19, 30], + "2.2917": [0, 7.75, 39], + "2.4167": [6.64329, 16.0663, 42.95368] + } + }, + "arm_right": { + "rotation": { + "0.0": [-3.57866, -73.06965, -2.76217], + "0.125": [-26.41653, -56.99379, -19.98644], + "0.2917": [-36.47079, -40.24117, -30.56798], + "0.4167": [-38.06879, -32.69485, -33.39133], + "0.5417": [-20.38326, -39.08957, -52.3379], + "0.625": [-24.88047, -40.57951, -59.82581], + "0.75": [3.95711, -24.34576, -32.83149], + "0.8333": [-24.31555, -15.46586, -3.94044], + "0.9583": [-42.94293, -5.63208, 52.26199], + "1.0833": [-62.38737, -1.80325, 71.7312], + "1.1667": [-62.2627, 0.35803, 78.76374], + "1.5833": [-62.2627, 0.35803, 78.76374], + "1.7083": [-43.17195, -21.36891, 66.15167], + "1.875": [-4.96989, -44.39066, -12.93724], + "1.9583": [31.44414, -10.94556, -30.03207], + "2.0417": [32.44447, -28.31257, -34.12201], + "2.125": [34.6245, -36.65607, -40.05403], + "2.25": [31.72274, -13.07536, -31.37064], + "2.2917": [31.0104, 6.20353, -19.69309], + "2.3333": [30.89492, 4.05946, -20.98401] + }, + "position": [0, 0, 0] + }, + "arm_right2": { + "rotation": { + "0.0": [0, -20, 0], + "0.1667": [0, -5, 0], + "0.4167": [0, -17.5, 0], + "0.5833": [0, -37.5, 0], + "0.7083": [0, -42, 0], + "0.8333": [0, -43.5, 0], + "0.9167": [0, -37, 0], + "1.0": [0, -26.75, 0], + "1.0833": [0, -18.5, 0], + "1.1667": [0, -15.25, 0], + "1.7083": [0, -15.25, 0], + "1.8333": [0, -40.25, 0], + "1.9583": [0, -5.25, 0], + "2.0833": [0, -17.75, 0], + "2.1667": [0, -22.75, 0], + "2.25": [0, -20.75, 0], + "2.3333": [0, -15.75, 0], + "2.375": [0, -15.25, 0] + } + }, + "hand_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [0, 0, 15.5], + "0.2083": [0, 0, 17.5], + "0.4167": [0, 0, -23.06], + "0.5417": [0, 0, -32.5], + "0.6667": [-5.35922, -6.21589, -32.11336], + "0.7917": [-59.2984, -9.02693, -11.33872], + "0.9167": [-86.97462, -10.24254, 21.14031], + "1.0833": [-99.0547, -9.97077, 20.65502], + "1.7917": [-99.0547, -9.97077, 20.65502], + "1.9583": [-99.04955, 9.78508, 17.52392], + "2.375": [-107.13181, 22.12078, 15.41791] + } + }, + "finger_index_right_end": { + "rotation": [0, 0, 7.5] + }, + "finger_middle_right_end": { + "rotation": { + "0.0": [0, 0, 5], + "0.875": [0, 0, 0], + "1.125": [0, 0, -35] + } + }, + "finger_pinky_right_end": { + "rotation": { + "0.0": [-5, 0, -5], + "0.9167": [0, 0, 0], + "1.125": [0, 0, -25] + } + }, + "neck": { + "rotation": { + "0.0": [-12.5, 0, 0], + "0.375": [12.5, 0, 0], + "0.625": [27.5, 0, 0], + "0.75": [17.3, 0, 0], + "0.7917": [18.37, 0, 0], + "0.875": [28, 0, 0], + "0.9583": [16.75, 0, 0], + "1.0833": [15, 0, 0], + "1.4583": [15, 0, 0], + "1.6667": [22.5, 0, 0], + "1.8333": [32.5, 0, 0], + "1.9167": [12.5, 0, 0], + "2.0417": [25, 0, 0], + "2.1667": [17.5, 0, 0], + "2.3333": [15, 0, 0] + } + }, + "tongue": { + "rotation": { + "0.0": [-10, -62.5, 0], + "0.1667": [-20, -62.5, 0], + "0.3333": [-27.13125, -62.5, 0], + "0.4583": [-14.63125, -62.5, 0], + "0.5833": [-37.13125, -62.5, 0], + "0.7083": [-50.63125, -62.5, 0], + "0.875": [-57.13125, -62.5, 0], + "1.0": [-39.63125, -62.5, 0], + "1.125": [-34.63125, -62.5, 0], + "1.5833": [-34.63125, -62.5, 0], + "1.7917": [49.01437, -66.04195, -43.59641], + "1.9167": [114.88197, 10.12541, -72.82552] + } + }, + "tongue2": { + "rotation": { + "0.0": [0.2225, -21.7092, 9.0128], + "1.8333": [0.2225, -21.7092, 9.0128], + "2.0833": [-34.71729, -10.54118, 35.24249] + } + }, + "tongue3": { + "rotation": { + "0.0": [-8.52, -4.03529, 13.06193], + "0.25": [-23.52, -4.03529, 13.06193], + "0.4583": [1.48, -4.03529, 13.06193], + "0.625": [-27.64533, -4.03529, 13.06193], + "0.8333": [-32.64533, -4.03529, 13.06193], + "1.0417": [2.45007, -16.52439, 12.53047], + "1.5833": [8.45007, -16.52439, 12.53047], + "1.75": [28.45007, -16.52439, 12.53047], + "1.9167": [-13.02921, -16.52439, 12.53047], + "2.0417": [13.31392, -16.31338, 9.50653], + "2.125": [15.9724, -16.07799, 6.13321], + "2.25": [6.28119, -15.4382, -3.03554] + } + }, + "head": { + "rotation": { + "0.0": [-20, 0, 0], + "0.1667": [-2.5, 0, 0] + } + }, + "head_fin_left": { + "rotation": [0, 0, 0] + }, + "head_fin_right": { + "rotation": [0, 0, 0] + }, + "leg_left": { + "rotation": { + "0.0": [-36.1105, -45.64546, -35.76508], + "0.125": [-39.35847, -43.80812, -28.91892], + "0.2917": [-28.93995, -41.21525, -19.25748], + "0.4167": [-9.27039, -39.52101, -12.94454], + "0.4583": [-7.10373, -39.52101, -12.94454], + "0.5417": [-36.5345, -27.66449, -8.25968], + "0.625": [-38.78339, -14.52977, -1.84291], + "0.7083": [-13.27039, -10.52101, 0.05546], + "0.8333": [-3.27039, -10.52101, 0.05546], + "0.9167": [-13.27039, -10.52101, 0.05546], + "1.0": [-7.02039, -10.52101, 0.05546], + "1.0833": [-5.77039, -10.52101, 0.05546], + "1.5": [-13.27039, -10.52101, 0.05546], + "1.75": [-37.27039, -10.52101, 0.05546], + "1.8333": [-40.77039, -10.52101, 0.05546], + "1.9167": [10.97961, -10.52101, 0.05546], + "1.9583": [21.22961, -10.52101, 0.05546], + "2.0417": [-3.77039, -10.52101, 0.05546], + "2.1667": [-13.77039, -10.52101, 0.05546], + "2.2917": [-10.27039, -0.52101, 0.05546], + "2.4167": [16.70867, 3.24664, -4.66187], + "2.5": [13.70867, 3.24664, -4.66187] + }, + "position": { + "0.0": [0, 0, 0], + "0.125": [0, 0.75, 0], + "0.3333": [0, 0.75, 0], + "0.4583": [0, 2.25, 0], + "0.9583": [0, 0, 0] + } + }, + "leg_left2": { + "rotation": { + "0.0": [98.84392, -4.86875, 1.61455], + "0.1667": [89.07469, -4.86875, 1.61455], + "0.375": [38.50204, -4.86875, 1.61455], + "0.4583": [45.84392, -4.86875, 1.61455], + "0.5417": [87.34392, -4.86875, 1.61455], + "0.625": [95.84392, -4.86875, 1.61455], + "0.6667": [91.67725, -4.86875, 1.61455], + "0.75": [41.95503, -4.86875, 1.61455], + "0.7917": [28.34392, -4.86875, 1.61455], + "0.875": [45.84392, -4.86875, 1.61455], + "0.9583": [21.68625, -4.86875, 1.61455], + "1.0833": [15.21985, -4.86875, 1.61455], + "1.5": [27.71985, -4.86875, 1.61455], + "1.7917": [33.21985, -4.86875, 1.61455], + "1.9167": [0.21985, -4.86875, 1.61455] + } + }, + "foot_left": { + "rotation": { + "0.0": [-40.34821, -0.65007, -1.10653], + "0.3333": [-19.51488, -0.65007, -1.10653], + "0.5": [-27.84821, -0.65007, -1.10653], + "0.7917": [-10.34821, -0.65007, -1.10653], + "0.875": [-27.71785, -2.58733, -5.71805], + "0.9583": [-12.2822, -4.21286, -13.05295] + } + }, + "toe_left": { + "rotation": { + "0.0": [0, 0, 10], + "1.9583": [0, 0, 10], + "2.0417": [50, 0, 10] + } + }, + "toe_inner_left": { + "rotation": { + "0.0": [2.5, 0, 7.5], + "0.5417": [-0.24439, 0.14787, -0.4843] + } + }, + "toe_outer_left": { + "rotation": { + "0.0": [7.5, 0, 5], + "0.5417": [0, 0, 5] + } + }, + "toe_outer_left_end": { + "rotation": [-2.5, 0, 0] + }, + "leg_right": { + "rotation": { + "0.0": [-16.90939, 6.67821, 58.11965], + "0.0417": [-31.09642, 17.63227, 54.19681], + "0.125": [-36.97047, 39.5404, 46.35114], + "0.25": [-34.87619, 38.11799, 37.05334], + "0.375": [-22.7819, 36.69558, 27.75555], + "0.4583": [-28.98522, 34.81475, 16.83539], + "0.5833": [-66.48522, 37.31475, 16.83539], + "0.75": [-93.67203, 48.16437, -62.91591], + "0.8333": [-104.71675, 64.38101, -76.29057], + "0.875": [-101.22621, 67.79676, -65.67787], + "0.9583": [-123.73751, 78.79395, -88.60497], + "1.3333": [-123.73751, 78.79395, -88.60497], + "1.5417": [-40.53194, 69.17058, 10.1482], + "1.6667": [-90.00286, 56.02327, -20.27298], + "1.7917": [-69.04856, 27.38458, -11.56502], + "1.9167": [18.1833, -0.75005, 13.32167], + "2.0833": [-10.5667, -0.75005, 13.32167], + "2.2083": [-16.5667, -0.75005, 13.32167], + "2.3333": [-9.90401, -1.12368, 16.28674], + "2.4167": [16.03778, -1.37276, 18.26345], + "2.4583": [13.53778, -1.37276, 18.26345] + }, + "position": { + "0.0": [0, 0, 0], + "0.375": [0, 0, 0], + "0.5": [0, 1, 0], + "0.875": [0, 0, 0] + } + }, + "leg_right2": { + "rotation": { + "0.0": [66.38899, 5.02896, 6.37755], + "0.125": [73.59764, 0.21089, 1.68164], + "0.25": [62.80629, -4.60717, -3.01427], + "0.2917": [50.80629, -4.60717, -3.01427], + "0.375": [38.30629, -4.60717, -3.01427], + "0.4583": [60.80629, -4.60717, -3.01427], + "0.5417": [109.80629, -4.60717, -3.01427], + "0.625": [111.30629, -4.60717, -3.01427], + "0.75": [82.30629, -4.60717, -3.01427], + "0.875": [99.80629, -4.60717, -3.01427], + "1.0": [107.30629, -4.60717, -3.01427], + "1.4583": [107.30629, -4.60717, -3.01427], + "1.625": [89.05629, -4.60717, -3.01427], + "1.75": [59.55629, -4.60717, -3.01427], + "1.8333": [12.30629, -4.60717, -3.01427], + "1.875": [4.80629, -4.60717, -3.01427] + } + }, + "foot_right": { + "rotation": { + "0.0": [2.5, 0, -47.5], + "0.125": [10, 0, -23.75], + "0.25": [12.43656, 0.9762, -7.43656], + "0.375": [12.5, 0, 0], + "0.4583": [-10, 0, 0], + "0.5833": [12.5, 0, 0] + } + }, + "toe_right": { + "rotation": { + "0.0": [-12.0623, -4.2453, -11.76782], + "1.9583": [-12.0623, -4.2453, -11.76782], + "2.0417": [22.9377, -4.2453, -11.76782] + } + }, + "toe_inner_right_end": { + "rotation": [-2.5, 0, -2.5] + }, + "toe_outer_right": { + "rotation": [2.5, 0, 0] + }, + "toe_outer_right_end": { + "rotation": [-2.5, 0, 0] + }, + "tongue4": { + "rotation": { + "0.0": [4.2532, -29.98426, 2.78816], + "0.2917": [-15.7468, -29.98426, 2.78816], + "0.9583": [-8.2468, -29.98426, 2.78816], + "1.75": [4.2532, -29.98426, 2.78816], + "1.9167": [10.7532, -29.98426, 2.78816], + "2.0": [29.0032, -29.98426, 2.78816], + "2.0833": [31.7532, -29.98426, 2.78816], + "2.1667": [29.0032, -29.98426, 2.78816], + "2.2917": [4.69346, -29.98426, 2.78816] + } + }, + "tongue5": { + "rotation": { + "0.0": [0, -22.5, 0], + "0.25": [-35, -22.5, 0], + "0.5": [7.5, -22.5, 0], + "0.7083": [-30, -22.5, 0], + "0.9167": [-32.5, -22.5, 0], + "1.125": [-7.08049, -31.63548, 1.96659], + "1.3333": [-0.33049, -31.63548, 1.96659], + "1.75": [-0.40979, -46.63518, 2.09116], + "1.9167": [-25.40979, -46.63518, 2.09116], + "2.0": [-6.60215, -46.63518, 2.09116], + "2.1667": [-14.0274, -46.63518, 2.09116] + } + }, + "tongue6": { + "rotation": { + "0.0": [15, -15, 0], + "0.125": [32.5, -15, 0], + "0.375": [-24.09254, -15, 0], + "0.5417": [0.90746, -15, 0], + "0.6667": [20.90746, -15, 0], + "0.9583": [-29.09254, -15, 0], + "1.3333": [-16.59254, -15, 0], + "1.4583": [-9.09254, -15, 0], + "1.8333": [28.40746, -15, 0], + "1.9167": [-1.59254, -15, 0], + "2.0417": [22.37144, -15, 0], + "2.1667": [4.52699, -15, 0] + } + }, + "tongue7": { + "rotation": { + "0.0": [10.91858, -49.64303, -5.78438], + "0.2083": [36.52482, -20, 0], + "0.375": [-18.11823, -20, 0], + "0.5417": [31.88177, -20, 0], + "0.875": [-15.61823, -20, 0], + "1.375": [10.7101, -20, 0], + "1.875": [45.63359, -20, 0], + "1.9167": [8.13359, -20, 0], + "2.375": [-9.36641, -20, 0] + } + }, + "hand_shuriken_right": { + "rotation": [0, 0, 0], + "position": [0, 1, 0] + }, + "hand_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [0, 0, -15.5], + "0.2083": [0, 0, -17.5], + "0.4167": [0, 0, 23.06], + "0.5417": [0, 0, 32.5], + "0.6667": [-5.35922, 9.21589, 32.11336], + "0.7917": [-16.2984, 0.02693, 11.33872], + "0.9167": [-24.97462, -21.75746, -57.14031], + "1.0833": [-27.5, 0, -80], + "1.75": [-35.5, 0, -80], + "1.875": [-55, 0, 0], + "2.25": [-79.52521, -17.22575, -2.13388], + "2.4167": [-82.9117, -53.77546, -15.92809] + } + }, + "hand_shuriken_left": { + "rotation": [0, 0, 0] + }, + "inner_eyelid_right": { + "position": { + "0.0417": [0, 0, 0], + "0.0833": [-0.15, 0, 0], + "0.875": [-0.15, 0, 0], + "0.9167": [0, 0, 0], + "1.0417": [0, 0, 0], + "1.0833": [-0.15, 0, 0], + "1.125": [-0.15, 0, 0], + "1.1667": [0, 0, 0], + "1.6667": [0, 0, 0], + "1.7083": [-0.15, 0, 0] + } + }, + "inner_eyelid_left": { + "position": { + "0.0417": [0, 0, 0], + "0.0833": [0.15, 0, 0], + "0.875": [0.15, 0, 0], + "0.9167": [0, 0, 0], + "1.0417": [0, 0, 0], + "1.0833": [0.15, 0, 0], + "1.125": [0.15, 0, 0], + "1.1667": [0, 0, 0], + "1.6667": [0, 0, 0], + "1.7083": [0.15, 0, 0], + "2.25": [0.15, 0, 0] + } + }, + "finger_index_left": { + "rotation": { + "0.75": [0, 0, 0], + "1.0": [-27.94378, -4.37564, 3.17554] + } + }, + "finger_middle_left": { + "rotation": { + "0.7917": [0, 0, 0], + "1.0417": [0, 0, 27.5] + } + }, + "finger_middle_left_end": { + "rotation": { + "0.7917": [0, 0, 0], + "1.0417": [0, 0, 92.5], + "1.5833": [0, 0, 92.5], + "1.75": [0, 0, 0] + } + }, + "finger_pinky_left": { + "rotation": { + "0.75": [0, 0, 0], + "1.0417": [0, 0, 22.5] + } + }, + "finger_pinky_left_end": { + "rotation": { + "0.7917": [0, 0, 0], + "1.0833": [0, 0, 112.5], + "1.625": [0, 0, 112.5], + "1.75": [0, 0, 0] + } + }, + "inner_eyelid_cover_left": { + "position": [-1, 0, 0] + }, + "head_ruff_right": { + "position": { + "0.0": [0, 0, 0], + "2.2083": [0, 0, 0], + "2.25": [3, 0, 0] + } + }, + "head_ruff_left": { + "position": { + "0.0": [0, 0, 0], + "2.2083": [0, 0, 0], + "2.25": [-4, -2, 0] + } + }, + "shuriken_chest": { + "position": { + "0.0": [0, 0, 0], + "2.2083": [0, 0, 0], + "2.25": [0, 0, -2] + } + }, + "bone5": { + "position": { + "0.0": [0, 0, 0], + "2.2083": [0, 0, 0], + "2.25": [0, -2, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "2.2083": [1, 1, 1], + "2.25": [1, 1, 0.5] + } + }, + "bone7": { + "position": [0.1, 0, 0] + }, + "bone8": { + "position": { + "0.0": [0, 0, 0], + "2.25": [0, 1, 0] + } + }, + "bone10": { + "position": { + "0.0": [0, 0, 0], + "2.2083": [0, 0, 0], + "2.25": [0, 0, -1] + } + }, + "bone11": { + "position": { + "0.0": [0, 0, 0], + "2.2083": [0, 0, 0], + "2.25": [2, -5, -4] + }, + "scale": { + "0.0": [1, 1, 1], + "2.2083": [1, 1, 1], + "2.25": [1, 1, 0.4] + } + }, + "bone12": { + "position": [0, 0, 0] + }, + "bone13": { + "position": { + "0.0": [0, 0, 0], + "2.25": [-0.71, 0, 0] + } + }, + "bone14": { + "position": { + "0.0": [0, 0, 0], + "2.2083": [0, 0, 0], + "2.25": [-1, 0, 0] + } + }, + "bone15": { + "scale": { + "0.0": [0, 0, 0], + "2.2083": [0, 0, 0], + "2.25": [1, 1, 1] + } + }, + "bone17": { + "scale": { + "2.2083": [0, 0, 0], + "2.25": [1, 1, 1] + } + }, + "bone16": { + "scale": { + "0.0": [1, 1, 1], + "2.2083": [1, 1, 1], + "2.25": [0, 0, 0] + } + }, + "bone18": { + "position": [1, 0, 0] + }, + "bone19": { + "rotation": [0, "0+3*math.cos(q.anim_time*90*1-60)+q.anim_time*90*1", 0], + "scale": { + "0.0": [1.5, 1, 1.5], + "1.7083": [1.5, 1, 1.5], + "2.0": [0, 0, 0] + } + } + } + }, + "animation.ashgreninjaincomplete.blink": { + "animation_length": 0.1667, + "bones": { + "inner_eyelid_left": { + "position": { + "0.0": [0.1, 0, 0], + "0.125": [0.1, 0, 0], + "0.1667": [0, 0, 0] + } + }, + "inner_eyelid_right": { + "position": { + "0.0": [-0.1, 0, 0], + "0.125": [-0.1, 0, 0], + "0.1667": [0, 0, 0] + } + }, + "bone15": { + "scale": 0 + }, + "bone17": { + "scale": 0 + } + } + }, + "animation.ashgreninjaincomplete.sleep": { + "loop": true, + "bones": { + "body": { + "position": [0, -14, 0] + }, + "torso": { + "rotation": [7.5, 0, 0] + }, + "waist": { + "rotation": ["7.5+Math.cos((query.anim_time-0.2) * 90 * 1) * 1", 0, 0] + }, + "chest": { + "rotation": [10, 0, 0] + }, + "neck": { + "rotation": ["17.2718+Math.cos((query.anim_time-0.5) * 90 * 1) * 3", 2.37715, 0.55455] + }, + "inner_eyelid_right": { + "position": [-0.15, 0, 0] + }, + "inner_eyelid_left": { + "position": [0.125, 0, 0] + }, + "tongue": { + "rotation": ["-74.5902+Math.cos((query.anim_time-0.5) * 90 * 1) * -4", 10.28859, -22.90981] + }, + "tongue2": { + "rotation": [-12.51153, 2.4407, -0.54143] + }, + "tongue3": { + "rotation": [-10.23772, -12.3071, 2.20462] + }, + "tongue4": { + "rotation": [9.8491, -28.48042, -20.00533] + }, + "tongue5": { + "rotation": [37.5625, -9.75001, -16.37938] + }, + "tongue6": { + "rotation": [0, -40, 0] + }, + "tongue7": { + "rotation": [0, -40, 0] + }, + "arm_right": { + "rotation": [23.58893, -46.25567, -44.04774] + }, + "arm_right2": { + "rotation": [1.81016, -61.10513, 37.62478] + }, + "hand_right": { + "rotation": [12.24721, 1.93597, -14.87739] + }, + "arm_left": { + "rotation": [23.58893, 46.25567, 44.04774] + }, + "arm_left2": { + "rotation": [15, 60, -22.5] + }, + "hand_left": { + "rotation": [7.38733, -1.29876, 9.91615] + }, + "leg_right": { + "rotation": [-125.67466, 11.66174, -101.64416] + }, + "leg_right2": { + "rotation": [85, 0, 0] + }, + "foot_right": { + "rotation": [0, 0, -37.5] + }, + "toe_right": { + "rotation": [21.26765, 7.52076, -18.58597] + }, + "leg_left": { + "rotation": [-127.77918, -17.30312, 90.11668] + }, + "leg_left2": { + "rotation": [85, 0, 0] + }, + "foot_left": { + "rotation": [19.95744, -0.65182, 52.47178] + }, + "toe_left": { + "rotation": [-5, 0, 22.5] + }, + "bone15": { + "scale": 0 + }, + "bone17": { + "scale": 0 + }, + "bone19": { + "rotation": [0, "0+3*math.cos(q.anim_time*90*1-60)+q.anim_time*90*1", 0] + } + } + }, + "animation.ashgreninjaincomplete.cry": { + "animation_length": 1.25, + "bones": { + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [-9.83, 0, 0], + "0.25": [-12.5, 0, 0], + "0.625": [-14, 0, 0], + "1.0": [-12.5, 0, 0], + "1.125": [-9.83, 0, 0], + "1.25": [0, 0, 0] + } + }, + "jaw": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [25, 0, 0], + "0.625": [25, 0, 0], + "1.125": [25, 0, 0], + "1.25": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/animations/ashpikachu/ashpikachu.animation.json b/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/animations/ashpikachu/ashpikachu.animation.json new file mode 100644 index 0000000..d5d2942 --- /dev/null +++ b/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/animations/ashpikachu/ashpikachu.animation.json @@ -0,0 +1,429 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.ashpikachu.ground_idle": { + "loop": true, + "bones": { + "torso": { + "rotation": [0, "math.sin(q.anim_time*90)*2", 0], + "position": [0, "0.1*(math.sin(q.anim_time*90*3-30)*1+1)", 0] + }, + "tail": { + "rotation": ["math.sin(query.anim_time*90)*6", "math.sin(query.anim_time*90)*4", 0] + }, + "head": { + "rotation": ["math.sin(query.anim_time*90*2)*2", "math.sin(query.anim_time*90)*4", 0] + }, + "ear_right": { + "rotation": [0, 0, "math.sin(q.anim_time*90*2+90)*4"] + }, + "ear_left": { + "rotation": [0, 0, "-math.sin(q.anim_time*90*2+90)*4"] + }, + "arm_right": { + "rotation": [85, -60, -130], + "position": [-0.5, -0.25, 0.5] + }, + "arm_left": { + "rotation": [85, 60, 130], + "position": [0.5, -0.25, 0.5] + }, + "leg_left": { + "rotation": [0, -5, 0] + }, + "leg_right": { + "rotation": [0, 5, 0] + }, + "foot_left": { + "rotation": [0, -5, 0] + }, + "foot_right": { + "rotation": [0, 5, 0] + } + } + }, + "animation.ashpikachu.ground_walk": { + "loop": true, + "bones": { + "body": { + "rotation": ["89+6*(math.sin(q.anim_time*90*4*2-140))", 0, 0], + "position": [0, "-0.5+math.clamp(1*(math.sin(q.anim_time*90*4*2-60)*1.25),0,2)", "-math.clamp(math.sin(q.anim_time*90*4*2-110)*1.25,0,2)"] + }, + "tail": { + "rotation": ["-80+12*(math.sin(q.anim_time*90*4*2-240)*1+1)", "10*(math.sin(q.anim_time*90*2*2-140))", 0] + }, + "head": { + "rotation": ["-90+3*(math.sin(q.anim_time*90*4*2-200)*1+1)", 0, 0], + "position": [0, 2.5, -1] + }, + "ear_left": { + "rotation": ["-25+16*(math.sin(q.anim_time*90*4*2-240))", 0, "-10*(math.sin(q.anim_time*90*4*2-200))"] + }, + "ear_right": { + "rotation": ["-25+16*(math.sin(q.anim_time*90*4*2-240))", 0, "10*(math.sin(q.anim_time*90*4*2-200))"] + }, + "arm_right": { + "rotation": [ + -358.7, + "-76.5+1.8*(math.clamp(math.sin(-q.anim_time*90*4)*40,-50,5)+math.clamp(math.sin(q.anim_time*90*4)*40,-50,5)+math.clamp(math.sin(-q.anim_time*90*8)*25,-15,50))", + "266.25+5*(-math.sin(q.anim_time*90*4))" + ], + "position": [0.5, "1-math.clamp(0.5*(math.sin(q.anim_time*90*4*2-30)*1),-1,0)", 0.015] + }, + "arm_left": { + "rotation": [ + -1.3, + "76.5-1.8*(math.clamp(math.sin(-q.anim_time*90*4)*40,-50,5)+math.clamp(math.sin(q.anim_time*90*4)*40,-50,5)+math.clamp(math.sin(-q.anim_time*90*8)*25,-15,50))", + "93.75-5*(-math.sin(q.anim_time*90*4))" + ], + "position": [-0.5, "1-math.clamp(0.5*(math.sin(q.anim_time*90*4*2-30)*1),-1,0)", 0.015] + }, + "leg_right": { + "rotation": ["-70+math.clamp(math.sin(q.anim_time*90*8-80)*40,-17.5,50)-math.clamp(math.sin(-q.anim_time*90*8)*3,0,8)", 0, 0], + "position": [ + 0, + "-math.clamp(math.sin(q.anim_time*90*4*2-80)*1,0,2)-math.clamp(math.sin(-q.anim_time*90*4*2)*0.5,0,2)", + "-1+math.clamp(math.sin(q.anim_time*90*4*2-110)*1,0,2)" + ] + }, + "foot_right": { + "rotation": ["35+math.clamp(math.sin(q.anim_time*90*8-80)*20,-17.5,50)-math.clamp(math.sin(-q.anim_time*90*8)*3,0,8)", 0, 0], + "position": [0, -0.175, 0.45] + }, + "toes_right": { + "rotation": ["math.clamp(math.sin(q.anim_time*90*8-20)*-40,-50,0)", 0, 0] + }, + "leg_left": { + "rotation": ["-70+math.clamp(math.sin(q.anim_time*90*8-80)*40,-17.5,50)-math.clamp(math.sin(-q.anim_time*90*8)*3,0,8)", 0, 0], + "position": [ + 0, + "-math.clamp(math.sin(q.anim_time*90*4*2-80)*1,0,2)-math.clamp(math.sin(-q.anim_time*90*4*2)*0.5,0,2)", + "-1+math.clamp(math.sin(q.anim_time*90*4*2-110)*1,0,2)" + ] + }, + "foot_left": { + "rotation": ["35+math.clamp(math.sin(q.anim_time*90*8-80)*20,-17.5,50)-math.clamp(math.sin(-q.anim_time*90*8)*3,0,8)", 0, 0], + "position": [0, -0.175, 0.45] + }, + "toes_left": { + "rotation": ["math.clamp(math.sin(q.anim_time*90*8-20)*-40,-50,0)", 0, 0] + } + } + }, + "animation.ashpikachu.ground_sleep": { + "loop": true, + "bones": { + "body": { + "rotation": [90, 12.5, 0], + "position": [0, -4, 2] + }, + "torso": { + "rotation": ["-5+math.sin(query.anim_time*90*0.5)*1.5", 0, 0] + }, + "head": { + "rotation": ["-78.75+math.sin(query.anim_time*90)*1.5", -3.5, 9.5], + "position": [1, 2.25, -1.5] + }, + "eyelid_right": { + "position": [0, 0, -0.1] + }, + "eyelid_left": { + "position": [0, 0, -0.1] + }, + "ear_left": { + "rotation": ["-135+math.sin(query.anim_time*90+20)*1.5", 54, "-14-math.sin(query.anim_time*90+20)"], + "position": [0, 0.75, 0] + }, + "ear_right": { + "rotation": ["-127+math.sin(query.anim_time*90+40)*1.5", -54, "14+math.sin(query.anim_time*90+20)"], + "position": [0, 0.75, 0] + }, + "arm_right": { + "rotation": [-90.5, "-5+math.sin(query.anim_time*90*0.5)*3", 125], + "position": [0, 1, -2] + }, + "arm_left": { + "rotation": [-90.75, "5-math.sin(query.anim_time*90*0.5)*3", -110], + "position": [1, 0, -2] + }, + "tail": { + "rotation": ["-135-math.sin(query.anim_time*90+30*0.5)*1.5", 0, "math.sin(query.anim_time*90*2)*1.5"], + "position": [0, 0, -1] + }, + "leg_right": { + "rotation": [-127, 5, -17.25], + "position": [0, -1, 0.25] + }, + "foot_right": { + "rotation": [37.5, 0, 0], + "position": [-0.25, 0, -0.5] + }, + "leg_left": { + "rotation": [-128.5, -6, 24], + "position": [0.25, -1, 0] + }, + "foot_left": { + "rotation": [37.5, 0, 0], + "position": [0, 0.5, -0.25] + }, + "eye_right": { + "rotation": [0, 0, -10] + }, + "eye_left": { + "rotation": [0, 0, 10] + } + } + }, + "animation.ashpikachu.battle_idle": { + "loop": true, + "bones": { + "body": { + "rotation": [89, 0, 0], + "position": [0, "-1.25+0.1*math.sin(q.anim_time*90*4)", 0] + }, + "tail": { + "rotation": ["-80+8*(math.sin(q.anim_time*90*4-80))", "10*(math.sin(q.anim_time*90*2-120))", 0] + }, + "head": { + "rotation": ["-95-math.sin(query.anim_time*90*4+45)*2", 0, 0], + "position": [0, 3.25, -0.75] + }, + "ear_right": { + "rotation": [-20, 0, "math.sin(q.anim_time*90*4+90)*4"] + }, + "ear_left": { + "rotation": [-20, 0, "-math.sin(q.anim_time*90*4+90)*4"] + }, + "arm_right": { + "rotation": [-71.35, "-74.2-0.8*math.sin(q.anim_time*90*4)", 72], + "position": [0.5, 0, "0.25-0.1*math.sin(q.anim_time*90*4)"] + }, + "arm_left": { + "rotation": [-71.35, "74.2+0.8*math.sin(q.anim_time*90*4)", -72], + "position": [-0.5, 0, "0.25-0.1*math.sin(q.anim_time*90*4)"] + }, + "leg_right": { + "rotation": ["-65-2*math.sin(q.anim_time*90*4)", 3.15, -6.8], + "position": [0, 0, "-1-0.1*math.sin(q.anim_time*90*4)"] + }, + "foot_right": { + "rotation": ["35+1.5*math.sin(q.anim_time*90*4)", 0, 0], + "position": [0, -0.175, "0.45+0.1*math.sin(q.anim_time*90*3)"] + }, + "toes_right": { + "rotation": ["-55-2*math.sin(q.anim_time*90*4)", 0, 0] + }, + "leg_left": { + "rotation": ["-65-2*math.sin(q.anim_time*90*4)", -3.15, 6.8], + "position": [0, 0, "-1-0.1*math.sin(q.anim_time*90*4)"] + }, + "foot_left": { + "rotation": ["35+1.5*math.sin(q.anim_time*90*4)", 0, 0], + "position": [0, -0.175, "0.45+0.1*math.sin(q.anim_time*90*4)"] + }, + "toes_left": { + "rotation": ["-55-2*math.sin(q.anim_time*90*4)", 0, 0] + }, + "torso": { + "rotation": [5, 0, 0] + }, + "eye_right": { + "rotation": [0, 0, 20] + }, + "eye_left": { + "rotation": [0, 0, -20] + } + } + }, + "animation.ashpikachu.shoulder_right": { + "loop": true, + "bones": { + "body": { + "rotation": [0, 0, -7.5], + "position": [0, -6.5, 4] + }, + "torso": { + "rotation": [20, 0, "math.sin((query.anim_time)*90*2) * 0.3"], + "position": [0, 0, -1] + }, + "head": { + "rotation": [-17.5, 1.5, 4.75] + }, + "ear_left": { + "rotation": [0, 0, "-(math.sin((query.anim_time)*90*2) * 2)"] + }, + "ear_right": { + "rotation": [0, 0, "(math.sin((query.anim_time)*90*2) * 2)"] + }, + "arm_right": { + "rotation": [121.75, -61.75, -133] + }, + "arm_left": { + "rotation": [137.25, 60.35, 141.65] + }, + "tail": { + "rotation": [0, "-40+math.sin((query.anim_time)*90*2+60)", 0] + }, + "leg_right": { + "rotation": [0, 0, 7.5], + "position": [-0.13, -1, 0] + }, + "leg_left": { + "rotation": [0, 0, 7.5], + "position": [-0.13, -1, 0] + }, + "foot_left": { + "rotation": [25, 0, 0], + "position": [0, 0, -0.5] + } + } + }, + "animation.ashpikachu.shoulder_left": { + "loop": true, + "bones": { + "body": { + "rotation": [0, 0, 7.5], + "position": [0, -6.5, 4] + }, + "torso": { + "rotation": [20, 0, "-(math.sin((query.anim_time)*90*2) * 0.3)"], + "position": [0, 0, -1] + }, + "head": { + "rotation": [-17.5, -1.5, -4.75] + }, + "ear_left": { + "rotation": [0, 0, "-(math.sin((query.anim_time)*90*2)*2)"] + }, + "ear_right": { + "rotation": [0, 0, "(math.sin((query.anim_time)*90*2)*2)"] + }, + "arm_right": { + "rotation": [137.25, -60.35, -141.65] + }, + "arm_left": { + "rotation": [121.75, 61.75, 133] + }, + "tail": { + "rotation": [0, "40+math.sin((query.anim_time)*90*2+60)", 0] + }, + "leg_right": { + "rotation": [0, 0, -7.5], + "position": [0.13, -1, 0] + }, + "leg_left": { + "rotation": [0, 0, -7.5], + "position": [0.13, -1, 0] + }, + "foot_right": { + "rotation": [25, 0, 0], + "position": [0, 0, -0.5] + } + } + }, + "animation.ashpikachu.blink": { + "animation_length": 0.1667, + "bones": { + "eyelid_left": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_right": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + } + } + }, + "animation.ashpikachu.cry": { + "animation_length": 1.5, + "bones": { + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-15, 0, 0], + "1.25": [-15, 0, 0], + "1.5": [0, 0, 0] + } + }, + "mouth_closed": { + "position": { + "0.0": [0, 0, 0], + "0.2": [0, 0, 0], + "0.25": [0, 0, 0.2], + "1.25": [0, 0, 0.2], + "1.3": [0, 0, 0], + "1.5": [0, 0, 0] + } + }, + "mouth_open": { + "position": { + "0.0": [0, 0, 0], + "0.2": [0, 0, -0.2], + "1.3": [0, 0, -0.2], + "1.5": [0, 0, 0] + } + } + } + }, + "animation.ashpikachu.render": { + "loop": true, + "bones": { + "body": { + "rotation": [30, 0, 0], + "position": [0, 3, 0] + }, + "head": { + "rotation": [-35, 0, 0], + "position": [0, -0.43, -0.25] + }, + "ear_left": { + "rotation": [-25, 0, 15] + }, + "ear_right": { + "rotation": [0, 30, -5] + }, + "arm_right": { + "rotation": [-45, -50, 40], + "position": [0, -0.43, -0.25] + }, + "arm_left": { + "rotation": [-45, 50, -40], + "position": [0, -0.43, -0.25] + }, + "tail": { + "rotation": [-25, 40, 0] + }, + "leg_right": { + "rotation": [0, 0, 10], + "position": [0, -1.36, 0.36] + }, + "foot_right": { + "rotation": [27.5, 3, -7], + "position": [0, -0.25, 0] + }, + "leg_left": { + "rotation": [0, 0, -10], + "position": [0, -1.36, 0.36] + }, + "foot_left": { + "rotation": [25, -1.85, 6.85], + "position": [0, -0.25, 0] + }, + "mouth_closed": { + "position": [0, 0, 0.1] + }, + "mouth_open": { + "rotation": [-25, 0, 180], + "position": [0, -0.9, 0] + } + } + } + }, + "geckolib_format_version": 2 +} \ No newline at end of file diff --git a/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/models/ashgreninja/ashgreninja.geo.json b/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/models/ashgreninja/ashgreninja.geo.json new file mode 100644 index 0000000..70b5380 --- /dev/null +++ b/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/models/ashgreninja/ashgreninja.geo.json @@ -0,0 +1,692 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.ash_greninja", + "texture_width": 128, + "texture_height": 64, + "visible_bounds_width": 7, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "greninja", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "greninja", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 16.8, 1.4], + "cubes": [ + {"origin": [-2, 15.8, -0.5], "size": [4, 2, 4], "uv": [62, 14]} + ] + }, + { + "name": "waist", + "parent": "torso", + "pivot": [0, 17.8, 3.5], + "cubes": [ + {"origin": [-3, 17.8, -1.2], "size": [6, 3, 5], "uv": [24, 30]} + ] + }, + { + "name": "chest", + "parent": "waist", + "pivot": [0, 20.8, 3.75], + "cubes": [ + {"origin": [-4, 20.8, -2], "size": [8, 4, 6], "uv": [40, 14]}, + {"origin": [-0.5, 21.3, 4], "size": [1, 1, 2], "uv": [51, 8]}, + {"origin": [-3, 24.8, -1], "size": [6, 2, 5], "inflate": 0.01, "uv": [24, 13]} + ] + }, + { + "name": "neck", + "parent": "chest", + "pivot": [0, 24.8, 1], + "cubes": [ + {"origin": [-5.5, 24.8, -5], "size": [11, 3, 11], "uv": [46, 0]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 26.8, 1.1], + "rotation": [2.5, 0, 0], + "cubes": [ + {"origin": [-4, 27.66914, -3.60286], "size": [6, 3, 6], "pivot": [0, -5.33086, -1.60286], "rotation": [0, 45, 0], "uv": [0, 0]}, + {"origin": [-4, 26.66914, 0.09714], "size": [8, 4, 4], "inflate": 0.01, "uv": [0, 9]}, + {"origin": [0, 30.66914, -4.40286], "size": [0, 2, 12], "uv": [18, -12]} + ] + }, + { + "name": "eye_right", + "parent": "head", + "pivot": [-2.2682, 29.86914, -0.749], + "rotation": [7.5, -45, 0], + "cubes": [ + {"origin": [-3.3, 28.36914, -2.25286], "size": [2, 3, 3], "uv": [10, 24], "mirror": true} + ] + }, + { + "name": "outer_pupil_right", + "parent": "eye_right", + "pivot": [-3.31, 29.76914, -1.45286], + "cubes": [ + {"origin": [-3.31, 28.76914, -1.95286], "size": [0, 2, 1], "uv": [11, 24], "mirror": true} + ] + }, + { + "name": "outer_eyelid_right", + "parent": "eye_right", + "pivot": [-3.32, 30.86914, -0.75286], + "cubes": [ + {"origin": [-3.32, 30.36914, -2.25286], "size": [0, 1, 3], "uv": [18, 19], "mirror": true} + ] + }, + { + "name": "inner_eyelid_right", + "parent": "eye_right", + "pivot": [-3.23, 29.86914, -0.75286], + "cubes": [ + {"origin": [-3.23, 28.36914, -2.25286], "size": [0, 3, 3], "uv": [50, -2], "mirror": true} + ] + }, + { + "name": "inner_eyelid_cover_right", + "parent": "inner_eyelid_right", + "pivot": [-3.23, 30.86914, -0.75286], + "cubes": [ + {"origin": [-3.231, 30.36914, -2.25286], "size": [0, 1, 3], "uv": [50, -3], "mirror": true} + ] + }, + { + "name": "inner_pupil_right", + "parent": "inner_eyelid_right", + "pivot": [-3.24, 29.61914, -0.75286], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-3.24, 29.11914, -1.75286], "size": [0, 1, 2], "uv": [48, 2], "mirror": true} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [2.2682, 29.86914, -0.749], + "rotation": [7.5, 45, 0], + "cubes": [ + {"origin": [1.3, 28.36914, -2.25286], "size": [2, 3, 3], "uv": [0, 24]} + ] + }, + { + "name": "outer_pupil_left", + "parent": "eye_left", + "pivot": [2.3, 30.26914, -1.45286], + "cubes": [ + {"origin": [3.31, 28.76914, -1.95286], "size": [0, 2, 1], "uv": [7, 24]} + ] + }, + { + "name": "outer_eyelid_left", + "parent": "eye_left", + "pivot": [2.3, 29.86914, -0.75286], + "cubes": [ + {"origin": [3.32, 30.36914, -2.25286], "size": [0, 1, 3], "uv": [0, 19]} + ] + }, + { + "name": "inner_eyelid_left", + "parent": "eye_left", + "pivot": [3.23, 29.86914, -0.75286], + "cubes": [ + {"origin": [3.23, 28.36914, -2.25286], "size": [0, 3, 3], "uv": [44, -2]} + ] + }, + { + "name": "inner_eyelid_cover_left", + "parent": "inner_eyelid_left", + "pivot": [3.231, 30.86914, -0.75286], + "cubes": [ + {"origin": [3.231, 30.36914, -2.25286], "size": [0, 1, 3], "uv": [44, -3]} + ] + }, + { + "name": "inner_pupil_left", + "parent": "inner_eyelid_left", + "pivot": [3.24, 29.61914, -0.75286], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [3.24, 29.11914, -1.75286], "size": [0, 1, 2], "uv": [44, 2]} + ] + }, + { + "name": "jaw", + "parent": "head", + "pivot": [0, 27.66914, -0.20286], + "rotation": [-2.5, 0, 0], + "cubes": [ + {"origin": [-4, 26.66914, -3.60286], "size": [6, 1, 6], "pivot": [0, -5.33086, -1.60286], "rotation": [0, 45, 0], "uv": [0, 17]} + ] + }, + { + "name": "head_ruff_right", + "parent": "head", + "pivot": [-4.5, 30.66914, 2.09714], + "rotation": [38.8725, -8.1833, -7.33962], + "cubes": [ + {"origin": [-7.1, 30.66914, -2.40286], "size": [3, 0, 5], "uv": [-5, 17], "mirror": true} + ] + }, + { + "name": "head_ruff_left", + "parent": "head", + "pivot": [4.5, 30.66914, 2.09714], + "rotation": [38.862, 8.32078, 7.1694], + "cubes": [ + {"origin": [4.1, 30.66914, -2.40286], "size": [3, 0, 5], "uv": [-5, 0]} + ] + }, + { + "name": "tongue_hidden", + "parent": "head", + "pivot": [0, 27.16914, 0.09714], + "cubes": [ + {"origin": [-1, 26.66914, -4.90286], "size": [2, 1, 5], "inflate": 0.01, "uv": [79, 48]} + ] + }, + { + "name": "tongue_hidden2", + "parent": "tongue_hidden", + "pivot": [0, 27.16914, -4.90286], + "cubes": [ + {"origin": [-1.5, 26.66914, -8.65286], "size": [3, 1, 4], "uv": [79, 54]} + ] + }, + { + "name": "tongue_hidden3", + "parent": "tongue_hidden2", + "pivot": [0, 27.16914, -8.65286], + "cubes": [ + {"origin": [-1.5, 26.66914, -12.40286], "size": [3, 1, 4], "inflate": 0.01, "uv": [79, 59]} + ] + }, + { + "name": "tongue_hidden4", + "parent": "tongue_hidden3", + "pivot": [0, 27.16914, -12.40286], + "cubes": [ + {"origin": [-1.5, 26.16914, -17.15286], "size": [3, 2, 5], "uv": [93, 57]} + ] + }, + { + "name": "tongue_hidden5", + "parent": "tongue_hidden4", + "pivot": [0, 27.16914, -17.15286], + "cubes": [ + {"origin": [-1.5, 26.16914, -21.90286], "size": [3, 2, 5], "inflate": 0.01, "uv": [93, 50]} + ] + }, + { + "name": "tongue_hidden6", + "parent": "tongue_hidden5", + "pivot": [0, 27.16914, -21.90286], + "cubes": [ + {"origin": [-1.5, 26.16914, -26.65286], "size": [3, 2, 5], "uv": [109, 57]} + ] + }, + { + "name": "tongue_hidden7", + "parent": "tongue_hidden6", + "pivot": [0, 27.16914, -26.65286], + "cubes": [ + {"origin": [-1.5, 26.16914, -31.40286], "size": [3, 2, 5], "inflate": 0.01, "uv": [109, 50]} + ] + }, + { + "name": "tongue_hidden8", + "parent": "tongue_hidden7", + "pivot": [0, 27.16914, -31.40286], + "cubes": [ + {"origin": [-2, 25.66914, -37.15286], "size": [4, 3, 6], "uv": [99, 41]} + ] + }, + { + "name": "head_fin_right", + "parent": "head", + "pivot": [-3.7, 30.66914, 0.09714], + "rotation": [0, -15, 0], + "cubes": [ + {"origin": [-3.7, 30.66914, 2.09714], "size": [5, 6, 0], "pivot": [0.1, 30.66914, 2.09714], "rotation": [-75, 0, 0], "uv": [105, 0], "mirror": true}, + {"origin": [-3.7, 30.66914, 0.09714], "size": [0, 4, 13], "uv": [20, -4], "mirror": true} + ] + }, + { + "name": "head_fin_left", + "parent": "head", + "pivot": [3.7, 30.66914, 0.09714], + "rotation": [0, 15, 0], + "cubes": [ + {"origin": [-1.3, 30.66914, 2.09714], "size": [5, 6, 0], "pivot": [-0.1, 30.66914, 2.09714], "rotation": [-75, 0, 0], "uv": [95, 0]}, + {"origin": [3.7, 30.66914, 0.09714], "size": [0, 4, 13], "uv": [24, -8]} + ] + }, + { + "name": "tongue", + "parent": "neck", + "pivot": [0, 27.8, 5.1], + "cubes": [ + {"origin": [-1.5, 26.8, 5], "size": [3, 2, 6], "uv": [0, 30]} + ] + }, + { + "name": "tongue2", + "parent": "tongue", + "pivot": [0, 27.8, 10.5], + "cubes": [ + {"origin": [-1.5, 26.8, 10.5], "size": [3, 2, 6], "inflate": 0.01, "uv": [12, 32]} + ] + }, + { + "name": "tongue3", + "parent": "tongue2", + "pivot": [0, 27.8, 16], + "cubes": [ + {"origin": [-2, 26.8, 16], "size": [4, 2, 6], "uv": [0, 40]} + ] + }, + { + "name": "tongue4", + "parent": "tongue3", + "pivot": [0, 27.8, 21.5], + "cubes": [ + {"origin": [-2, 26.8, 21.5], "size": [4, 2, 6], "inflate": 0.01, "uv": [14, 42]} + ] + }, + { + "name": "tongue5", + "parent": "tongue4", + "pivot": [0, 27.8, 27], + "cubes": [ + {"origin": [-2.5, 26.3, 27], "size": [5, 3, 6], "uv": [0, 50]} + ] + }, + { + "name": "tongue6", + "parent": "tongue5", + "pivot": [0, 27.8, 32.5], + "cubes": [ + {"origin": [-2.5, 26.3, 32.5], "size": [5, 3, 6], "inflate": 0.01, "uv": [16, 54]} + ] + }, + { + "name": "tongue7", + "parent": "tongue6", + "pivot": [0, 27.8, 38], + "cubes": [ + {"origin": [-3, 25.8, 38], "size": [6, 4, 6], "inflate": 0.01, "uv": [20, 20]} + ] + }, + { + "name": "shuriken_hand", + "parent": "chest", + "pivot": [-35, 21.95, 2] + }, + { + "name": "shuriken_chest", + "parent": "chest", + "pivot": [0, 22.2, 4], + "cubes": [ + {"origin": [-2.5, 19.7, 4], "size": [5, 5, 0], "inflate": 0.01, "uv": [75, 28]} + ] + }, + { + "name": "arm_right", + "parent": "chest", + "pivot": [-4, 24.8, 1.5], + "cubes": [ + {"origin": [-10, 22.8, 0.5], "size": [6, 2, 2], "uv": [28, 42], "mirror": true} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-10, 23.8, 2.5], + "cubes": [ + {"origin": [-15, 22.8, 0], "size": [5, 2, 3], "uv": [48, 32], "mirror": true}, + {"origin": [-17, 23.3, 0.5], "size": [2, 1, 2], "inflate": 0.02, "uv": [8, 59], "mirror": true}, + {"origin": [-13.45, 24.55, 0.5], "size": [3, 1, 2], "pivot": [-11.45, 24.8, 1.5], "rotation": [0, 0, -2.5], "uv": [41, 32], "mirror": true} + ] + }, + { + "name": "hand_right", + "parent": "arm_right2", + "pivot": [-17, 24.3, 1.5] + }, + { + "name": "finger_index_right", + "parent": "hand_right", + "pivot": [-17, 24.3, 1.5], + "rotation": [0, -42.5, 0], + "cubes": [ + {"origin": [-21, 23.3, 1], "size": [4, 1, 1], "uv": [28, 46], "mirror": true}, + {"origin": [-21, 23.8, 2], "size": [4, 0, 2], "pivot": [-21, 23.8, 2], "rotation": [0, 10, 0], "uv": [46, 47], "mirror": true} + ] + }, + { + "name": "finger_index_right_end", + "parent": "finger_index_right", + "pivot": [-21, 24.3, 1.5], + "cubes": [ + {"origin": [-23, 23.3, 0.5], "size": [2, 1, 2], "uv": [38, 50], "mirror": true} + ] + }, + { + "name": "finger_middle_right", + "parent": "hand_right", + "pivot": [-17, 24.3, 1.5], + "cubes": [ + {"origin": [-21, 23.3, 1], "size": [4, 1, 1], "inflate": 0.01, "uv": [38, 46], "mirror": true} + ] + }, + { + "name": "finger_middle_right_end", + "parent": "finger_middle_right", + "pivot": [-21, 24.3, 1.5], + "cubes": [ + {"origin": [-23, 23.3, 0.5], "size": [2, 1, 2], "uv": [36, 53], "mirror": true} + ] + }, + { + "name": "finger_pinky_right", + "parent": "hand_right", + "pivot": [-17, 24.3, 1.5], + "rotation": [0, 42.5, 0], + "cubes": [ + {"origin": [-21, 23.3, 1], "size": [4, 1, 1], "uv": [34, 48], "mirror": true}, + {"origin": [-21, 23.81, -1], "size": [4, 0, 2], "pivot": [-21, 23.8, 1], "rotation": [0, -10, 0], "uv": [42, 49], "mirror": true} + ] + }, + { + "name": "finger_pinky_right_end", + "parent": "finger_pinky_right", + "pivot": [-21, 24.3, 1.5], + "cubes": [ + {"origin": [-23, 23.3, 0.5], "size": [2, 1, 2], "uv": [32, 56], "mirror": true} + ] + }, + { + "name": "arm_left", + "parent": "chest", + "pivot": [4, 24.8, 1.5], + "cubes": [ + {"origin": [4, 22.8, 0.5], "size": [6, 2, 2], "uv": [28, 38]} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [10, 23.8, 2.5], + "cubes": [ + {"origin": [10, 22.8, 0], "size": [5, 2, 3], "uv": [41, 27]}, + {"origin": [15, 23.3, 0.5], "size": [2, 1, 2], "inflate": 0.02, "uv": [0, 59]}, + {"origin": [10.45, 24.55, 0.5], "size": [3, 1, 2], "pivot": [11.45, 24.8, 1.5], "rotation": [0, 0, 2.5], "uv": [44, 24]} + ] + }, + { + "name": "hand_left", + "parent": "arm_left2", + "pivot": [17, 24.3, 1.5] + }, + { + "name": "finger_index_left", + "parent": "hand_left", + "pivot": [17, 24.3, 1.5], + "rotation": [0, 42.5, 0], + "cubes": [ + {"origin": [17, 23.3, 1], "size": [4, 1, 1], "uv": [43, 41]}, + {"origin": [17, 23.8, 2], "size": [4, 0, 2], "pivot": [21, 23.8, 2], "rotation": [0, -10, 0], "uv": [50, 45]} + ] + }, + { + "name": "finger_index_left_end", + "parent": "finger_index_left", + "pivot": [21, 24.3, 1.5], + "cubes": [ + {"origin": [21, 23.3, 0.5], "size": [2, 1, 2], "uv": [53, 37]} + ] + }, + { + "name": "finger_middle_left", + "parent": "hand_left", + "pivot": [17, 24.3, 1.5], + "cubes": [ + {"origin": [17, 23.3, 1], "size": [4, 1, 1], "inflate": 0.01, "uv": [44, 39]} + ] + }, + { + "name": "finger_middle_left_end", + "parent": "finger_middle_left", + "pivot": [21, 24.3, 1.5], + "cubes": [ + {"origin": [21, 23.3, 0.5], "size": [2, 1, 2], "uv": [53, 40]} + ] + }, + { + "name": "finger_pinky_left", + "parent": "hand_left", + "pivot": [17, 24.3, 1.5], + "rotation": [0, -42.5, 0], + "cubes": [ + {"origin": [17, 23.3, 1], "size": [4, 1, 1], "uv": [45, 37]}, + {"origin": [17, 23.81, -1], "size": [4, 0, 2], "pivot": [21, 23.8, 1], "rotation": [0, 10, 0], "uv": [48, 43]} + ] + }, + { + "name": "finger_pinky_left_end", + "parent": "finger_pinky_left", + "pivot": [21, 24.3, 1.5], + "cubes": [ + {"origin": [21, 23.3, 0.5], "size": [2, 1, 2], "uv": [44, 43]} + ] + }, + { + "name": "shuriken_back2", + "parent": "waist", + "pivot": [0, 21.95, 6], + "rotation": [0, 0, 45], + "cubes": [ + {"origin": [-11, 20.95, 6], "size": [22, 2, 0], "pivot": [0, 21.95, 6], "rotation": [0, 0, -5], "uv": [84, 33]}, + {"origin": [-1, 10.95, 6], "size": [2, 22, 0], "inflate": 0.01, "pivot": [0, 21.95, 6], "rotation": [0, 0, 5], "uv": [124, 0]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 17.8, -0.1], + "rotation": [2.5, 0, 0], + "cubes": [ + {"origin": [0, 13.84798, -2.09895], "size": [0, 4, 11], "uv": [16, 39]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-2, 16.8, 1.4], + "cubes": [ + {"origin": [-2.7, 15.8, 0.4], "size": [2, 1, 2], "uv": [61, 37], "mirror": true}, + {"origin": [-3.8, 12.8, -0.6], "size": [4, 3, 4], "uv": [60, 40], "mirror": true}, + {"origin": [-4.3, 8.3, -1.1], "size": [5, 5, 5], "uv": [59, 54], "mirror": true}, + {"origin": [-3.3, 8.4, -1.85], "size": [3, 3, 1], "pivot": [-1.8, 9.9, -1.1], "rotation": [-2.5, 0, 0], "uv": [65, 47], "mirror": true} + ] + }, + { + "name": "shuriken_right", + "parent": "leg_right", + "pivot": [-4.3, 13.3, 1.4], + "rotation": [-5, -1, 0], + "cubes": [ + {"origin": [-4.3, 11.3, -0.6], "size": [0, 4, 4], "pivot": [-4.3, 13.3, 1.4], "rotation": [0, 0, 10], "uv": [80, 36], "mirror": true} + ] + }, + { + "name": "leg_right2", + "parent": "leg_right", + "pivot": [-1.8, 8.3, -0.4], + "cubes": [ + {"origin": [-2.8, 0.4, -0.4], "size": [2, 8, 2], "uv": [87, 0], "mirror": true} + ] + }, + { + "name": "foot_right", + "parent": "leg_right2", + "pivot": [-1.8, 0.9, 1.6], + "cubes": [ + {"origin": [-2.8, -0.1, -1.4], "size": [2, 1, 3], "inflate": 0.01, "uv": [68, 24], "mirror": true} + ] + }, + { + "name": "toe_right", + "parent": "foot_right", + "pivot": [-1.8, 0.4, -0.4], + "cubes": [ + {"origin": [-3.3, 0.2, -4.9], "size": [3, 0, 4], "uv": [70, 14], "mirror": true} + ] + }, + { + "name": "toe_inner_right", + "parent": "toe_right", + "pivot": [-0.8, 0.4, -0.4], + "rotation": [0, -20, 0], + "cubes": [ + {"origin": [-1.8, -0.1, -5.4], "size": [1, 1, 5], "uv": [69, 34], "mirror": true} + ] + }, + { + "name": "toe_inner_right_end", + "parent": "toe_inner_right", + "pivot": [-1.3, 0.9, -5], + "cubes": [ + {"origin": [-2.3, -0.1, -7], "size": [2, 1, 2], "inflate": 0.01, "uv": [64, 34], "mirror": true} + ] + }, + { + "name": "toe_outer_right", + "parent": "toe_right", + "pivot": [-2.8, 0.4, -0.4], + "rotation": [0, 20, 0], + "cubes": [ + {"origin": [-2.8, -0.1, -5.4], "size": [1, 1, 5], "uv": [76, 33], "mirror": true} + ] + }, + { + "name": "toe_outer_right_end", + "parent": "toe_outer_right", + "pivot": [-2.3, 0.9, -4.65], + "cubes": [ + {"origin": [-3.3, -0.1, -6.65], "size": [2, 1, 2], "inflate": 0.01, "uv": [62, 24], "mirror": true} + ] + }, + { + "name": "toe_back_right", + "parent": "foot_right", + "pivot": [-1.8, 0.9, 1.6], + "cubes": [ + {"origin": [-2.8, -0.1, 1.6], "size": [2, 1, 3], "uv": [78, 24], "mirror": true} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [2, 16.8, 1.4], + "cubes": [ + {"origin": [0.7, 15.8, 0.4], "size": [2, 1, 2], "uv": [45, 51]}, + {"origin": [-0.2, 12.8, -0.6], "size": [4, 3, 4], "uv": [53, 47]}, + {"origin": [-0.7, 8.3, -1.1], "size": [5, 5, 5], "uv": [39, 54]}, + {"origin": [0.3, 8.4, -1.85], "size": [3, 3, 1], "pivot": [1.8, 9.9, -1.1], "rotation": [-2.5, 0, 0], "uv": [54, 55]} + ] + }, + { + "name": "shuriken_left", + "parent": "leg_left", + "pivot": [4.3, 13.3, 1.4], + "rotation": [-5, 1, 0], + "cubes": [ + {"origin": [4.3, 11.3, -0.6], "size": [0, 4, 4], "pivot": [4.3, 13.3, 1.4], "rotation": [0, 0, -10], "uv": [72, 36]} + ] + }, + { + "name": "leg_left2", + "parent": "leg_left", + "pivot": [1.8, 8.3, -0.4], + "cubes": [ + {"origin": [0.8, 0.4, -0.4], "size": [2, 8, 2], "uv": [79, 0]} + ] + }, + { + "name": "foot_left", + "parent": "leg_left2", + "pivot": [1.8, 0.9, 1.6], + "cubes": [ + {"origin": [0.8, -0.1, -1.4], "size": [2, 1, 3], "inflate": 0.01, "uv": [68, 20]} + ] + }, + { + "name": "toe_back_left", + "parent": "foot_left", + "pivot": [1.8, 0.9, 1.6], + "cubes": [ + {"origin": [0.8, -0.1, 1.6], "size": [2, 1, 3], "uv": [78, 20]} + ] + }, + { + "name": "toe_left", + "parent": "foot_left", + "pivot": [1.8, 0.4, -0.4], + "cubes": [ + {"origin": [0.3, 0.2, -4.9], "size": [3, 0, 4], "uv": [76, 14]} + ] + }, + { + "name": "toe_inner_left", + "parent": "toe_left", + "pivot": [0.8, 0.4, -0.4], + "rotation": [0, 20, 0], + "cubes": [ + {"origin": [0.8, -0.1, -5.4], "size": [1, 1, 5], "uv": [68, 28]} + ] + }, + { + "name": "toe_inner_left_end", + "parent": "toe_inner_left", + "pivot": [1.3, 0.9, -5], + "cubes": [ + {"origin": [0.3, -0.1, -7], "size": [2, 1, 2], "inflate": 0.01, "uv": [54, 24]} + ] + }, + { + "name": "toe_outer_left", + "parent": "toe_left", + "pivot": [2.8, 0.4, -0.4], + "rotation": [0, -20, 0], + "cubes": [ + {"origin": [1.8, -0.1, -5.4], "size": [1, 1, 5], "uv": [61, 27]} + ] + }, + { + "name": "toe_outer_left_end", + "parent": "toe_outer_left", + "pivot": [2.3, 0.9, -4.65], + "cubes": [ + {"origin": [1.3, -0.1, -6.65], "size": [2, 1, 2], "inflate": 0.01, "uv": [54, 27]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/models/ashgreninjaincomplete/ashgreninjaincomplete.geo.json b/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/models/ashgreninjaincomplete/ashgreninjaincomplete.geo.json new file mode 100644 index 0000000..510f009 --- /dev/null +++ b/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/models/ashgreninjaincomplete/ashgreninjaincomplete.geo.json @@ -0,0 +1,853 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.ash_greninja_omen", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 7, + "visible_bounds_height": 9.5, + "visible_bounds_offset": [0, 4.25, 0] + }, + "bones": [ + { + "name": "greninja", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "greninja", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 16.8, 1.4], + "cubes": [ + {"origin": [-2, 15.8, -0.5], "size": [4, 2, 4], "uv": [30, 72]} + ] + }, + { + "name": "waist", + "parent": "torso", + "pivot": [0, 17.8, 3.5], + "cubes": [ + {"origin": [-3, 17.8, -1.2], "size": [6, 3, 5], "uv": [58, 59]} + ] + }, + { + "name": "chest", + "parent": "waist", + "pivot": [0, 20.8, 3.75], + "cubes": [ + {"origin": [-4, 20.8, -2], "size": [8, 4, 6], "uv": [32, 26]}, + {"origin": [-3, 24.8, -1], "size": [6, 2, 5], "inflate": 0.01, "uv": [0, 63]} + ] + }, + { + "name": "bone9", + "parent": "chest", + "pivot": [0, 0, 0] + }, + { + "name": "bone10", + "parent": "bone9", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-4, 20.8, -1], "size": [8, 4, 0], "inflate": 0.01, "uv": [2, 96]} + ] + }, + { + "name": "neck", + "parent": "chest", + "pivot": [0, 24.8, 1], + "cubes": [ + {"origin": [-5.5, 24.8, -5], "size": [11, 3, 11], "uv": [32, 0]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 26.8, 1.1], + "rotation": [2.5, 0, 0], + "cubes": [ + {"origin": [-4, 27.66914, -3.60286], "size": [6, 3, 6], "pivot": [0, -5.33086, -1.60286], "rotation": [0, 45, 0], "uv": [0, 50]}, + {"origin": [-4, 26.66914, 0.09714], "size": [8, 4, 4], "inflate": 0.01, "uv": [24, 50]} + ] + }, + { + "name": "bone14", + "parent": "head", + "pivot": [1, 0, 0], + "cubes": [ + {"origin": [-3, 28.66914, 0.09714], "size": [0, 2, 3], "inflate": 0.02, "uv": [26, 53]} + ] + }, + { + "name": "bone18", + "parent": "head", + "pivot": [-1, 0, 0], + "cubes": [ + {"origin": [3, 28.66914, 0.09714], "size": [0, 2, 3], "inflate": 0.02, "uv": [26, 53], "mirror": true} + ] + }, + { + "name": "bone8", + "parent": "head", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-2, 28.66914, -1.90286], "size": [4, 1, 3], "inflate": 0.02, "uv": [25, 50]} + ] + }, + { + "name": "bone5", + "parent": "head", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [0, 30.66914, -4.40286], "size": [0, 2, 12], "uv": [32, 12]} + ] + }, + { + "name": "bone15", + "parent": "head", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [0, 30.66914, -4.40286], "size": [0, 2, 12], "inflate": -0.01, "uv": [86, -12]} + ] + }, + { + "name": "eye_right", + "parent": "head", + "pivot": [-2.2682, 29.86914, -0.749], + "rotation": [7.5, -45, 0], + "cubes": [ + {"origin": [-3.3, 28.36914, -2.25286], "size": [2, 3, 3], "uv": [78, 47]} + ] + }, + { + "name": "outer_pupil_right", + "parent": "eye_right", + "pivot": [-3.31, 29.76914, -1.45286], + "cubes": [ + {"origin": [-3.31, 28.76914, -1.95286], "size": [0, 2, 1], "uv": [38, 5]} + ] + }, + { + "name": "outer_eyelid_right", + "parent": "eye_right", + "pivot": [-3.32, 30.86914, -0.75286], + "cubes": [ + {"origin": [-3.32, 30.36914, -2.25286], "size": [0, 1, 3], "uv": [32, 41]} + ] + }, + { + "name": "bone13", + "parent": "outer_eyelid_right", + "pivot": [-6, 0, 0], + "cubes": [ + {"origin": [-2.68, 30.36914, -2.25286], "size": [0, 1, 3], "uv": [0, 86]} + ] + }, + { + "name": "inner_eyelid_right", + "parent": "eye_right", + "pivot": [-3.23, 29.86914, -0.75286], + "cubes": [ + {"origin": [-3.23, 28.36914, -2.25286], "size": [0, 3, 3], "uv": [44, 47]} + ] + }, + { + "name": "inner_eyelid_cover_right", + "parent": "inner_eyelid_right", + "pivot": [-3.23, 30.86914, -0.75286], + "cubes": [ + {"origin": [-3.231, 30.36914, -2.25286], "size": [0, 1, 3], "uv": [32, 28]} + ] + }, + { + "name": "inner_pupil_right", + "parent": "inner_eyelid_right", + "pivot": [-3.24, 29.61914, -0.75286], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-3.24, 29.11914, -1.75286], "size": [0, 1, 2], "uv": [38, 1]} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [2.2682, 29.86914, -0.749], + "rotation": [7.5, 45, 0], + "cubes": [ + {"origin": [1.3, 28.36914, -2.25286], "size": [2, 3, 3], "uv": [78, 38]} + ] + }, + { + "name": "outer_pupil_left", + "parent": "eye_left", + "pivot": [2.3, 30.26914, -1.45286], + "cubes": [ + {"origin": [3.31, 28.76914, -1.95286], "size": [0, 2, 1], "uv": [38, 3], "mirror": true} + ] + }, + { + "name": "outer_eyelid_left", + "parent": "eye_left", + "pivot": [2.3, 29.86914, -0.75286] + }, + { + "name": "bone6", + "parent": "outer_eyelid_left", + "pivot": [-1, 0, 0], + "cubes": [ + {"origin": [3.32, 30.36914, -2.25286], "size": [0, 1, 3], "inflate": 0.01, "uv": [32, 27], "mirror": true} + ] + }, + { + "name": "bone7", + "parent": "outer_eyelid_left", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [3.32, 30.36914, -2.25286], "size": [0, 1, 3], "uv": [0, 86], "mirror": true} + ] + }, + { + "name": "inner_eyelid_left", + "parent": "eye_left", + "pivot": [3.23, 29.86914, -0.75286], + "cubes": [ + {"origin": [3.23, 28.36914, -2.25286], "size": [0, 3, 3], "uv": [0, 47], "mirror": true} + ] + }, + { + "name": "inner_eyelid_cover_left", + "parent": "inner_eyelid_left", + "pivot": [3.231, 30.86914, -0.75286], + "cubes": [ + {"origin": [3.231, 30.36914, -2.25286], "size": [0, 1, 3], "uv": [32, 7], "mirror": true} + ] + }, + { + "name": "inner_pupil_left", + "parent": "inner_eyelid_left", + "pivot": [3.24, 29.61914, -0.75286], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [3.24, 29.11914, -1.75286], "size": [0, 1, 2], "uv": [38, 0], "mirror": true} + ] + }, + { + "name": "jaw", + "parent": "head", + "pivot": [0, 27.66914, -0.20286], + "rotation": [-2.5, 0, 0], + "cubes": [ + {"origin": [-4, 26.66914, -3.60286], "size": [6, 1, 6], "pivot": [0, -5.33086, -1.60286], "rotation": [0, 45, 0], "uv": [54, 20]} + ] + }, + { + "name": "head_ruff_right", + "parent": "head", + "pivot": [-4.5, 30.66914, 2.09714], + "rotation": [38.8725, -8.1833, -7.33962], + "cubes": [ + {"origin": [-7.1, 30.66914, -2.40286], "size": [3, 0, 5], "uv": [27, 5]} + ] + }, + { + "name": "head_ruff_left", + "parent": "head", + "pivot": [4.5, 30.66914, 2.09714], + "rotation": [38.862, 8.32078, 7.1694], + "cubes": [ + {"origin": [4.1, 30.66914, -2.40286], "size": [3, 0, 5], "uv": [27, 0]} + ] + }, + { + "name": "tongue_hidden", + "parent": "head", + "pivot": [0, 27.16914, 0.09714], + "cubes": [ + {"origin": [-1, 26.66914, -4.90286], "size": [2, 1, 5], "inflate": 0.01, "uv": [75, 32]} + ] + }, + { + "name": "tongue_hidden2", + "parent": "tongue_hidden", + "pivot": [0, 27.16914, -4.90286], + "cubes": [ + {"origin": [-1.5, 26.66914, -8.65286], "size": [3, 1, 4], "uv": [75, 67]} + ] + }, + { + "name": "tongue_hidden3", + "parent": "tongue_hidden2", + "pivot": [0, 27.16914, -8.65286], + "cubes": [ + {"origin": [-1.5, 26.66914, -12.40286], "size": [3, 1, 4], "inflate": 0.01, "uv": [75, 56]} + ] + }, + { + "name": "tongue_hidden4", + "parent": "tongue_hidden3", + "pivot": [0, 27.16914, -12.40286], + "cubes": [ + {"origin": [-1.5, 26.16914, -17.15286], "size": [3, 2, 5], "uv": [72, 18]} + ] + }, + { + "name": "tongue_hidden5", + "parent": "tongue_hidden4", + "pivot": [0, 27.16914, -17.15286], + "cubes": [ + {"origin": [-1.5, 26.16914, -21.90286], "size": [3, 2, 5], "inflate": 0.01, "uv": [71, 11]} + ] + }, + { + "name": "tongue_hidden6", + "parent": "tongue_hidden5", + "pivot": [0, 27.16914, -21.90286], + "cubes": [ + {"origin": [-1.5, 26.16914, -26.65286], "size": [3, 2, 5], "uv": [0, 70]} + ] + }, + { + "name": "tongue_hidden7", + "parent": "tongue_hidden6", + "pivot": [0, 27.16914, -26.65286], + "cubes": [ + {"origin": [-1.5, 26.16914, -31.40286], "size": [3, 2, 5], "inflate": 0.01, "uv": [64, 69]} + ] + }, + { + "name": "tongue_hidden8", + "parent": "tongue_hidden7", + "pivot": [0, 27.16914, -31.40286], + "cubes": [ + {"origin": [-2, 25.66914, -37.15286], "size": [4, 3, 6], "uv": [60, 27]} + ] + }, + { + "name": "head_fin_right", + "parent": "head", + "pivot": [-3.7, 30.66914, 0.09714], + "rotation": [0, -15, 0], + "cubes": [ + {"origin": [-3.7, 30.66914, 2.09714], "size": [5, 6, 0], "pivot": [0.1, 30.66914, 2.09714], "rotation": [-75, 0, 0], "uv": [36, 78]} + ] + }, + { + "name": "bone11", + "parent": "head_fin_right", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-3.7, 30.66914, 0.09714], "size": [0, 4, 13], "inflate": 0.01, "uv": [32, 7]} + ] + }, + { + "name": "bone12", + "parent": "head_fin_right", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-3.7, 30.66914, 0.09714], "size": [0, 4, 13], "uv": [32, 3]} + ] + }, + { + "name": "head_fin_left", + "parent": "head", + "pivot": [3.7, 30.66914, 0.09714], + "rotation": [0, 15, 0], + "cubes": [ + {"origin": [-1.3, 30.66914, 2.09714], "size": [5, 6, 0], "pivot": [-0.1, 30.66914, 2.09714], "rotation": [-75, 0, 0], "uv": [47, 64]} + ] + }, + { + "name": "bone17", + "parent": "head_fin_left", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [3.7, 30.66914, 0.09714], "size": [0, 4, 13], "uv": [32, 3], "mirror": true} + ] + }, + { + "name": "bone16", + "parent": "head_fin_left", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [3.7, 30.66914, 0.09714], "size": [0, 4, 13], "uv": [32, 7], "mirror": true} + ] + }, + { + "name": "tongue", + "parent": "neck", + "pivot": [0, 27.8, 5.1], + "cubes": [ + {"origin": [-1.5, 26.8, 5], "size": [3, 2, 6], "uv": [66, 48]} + ] + }, + { + "name": "tongue2", + "parent": "tongue", + "pivot": [0, 27.8, 10.5], + "cubes": [ + {"origin": [-1.5, 26.8, 10.5], "size": [3, 2, 6], "inflate": 0.01, "uv": [66, 39]} + ] + }, + { + "name": "tongue3", + "parent": "tongue2", + "pivot": [0, 27.8, 16], + "cubes": [ + {"origin": [-2, 26.8, 16], "size": [4, 2, 6], "uv": [65, 0]} + ] + }, + { + "name": "tongue4", + "parent": "tongue3", + "pivot": [0, 27.8, 21.5], + "cubes": [ + {"origin": [-2, 26.8, 21.5], "size": [4, 2, 6], "inflate": 0.01, "uv": [33, 64]} + ] + }, + { + "name": "tongue5", + "parent": "tongue4", + "pivot": [0, 27.8, 27], + "cubes": [ + {"origin": [-2.5, 26.3, 27], "size": [5, 3, 6], "uv": [50, 45]} + ] + }, + { + "name": "tongue6", + "parent": "tongue5", + "pivot": [0, 27.8, 32.5], + "cubes": [ + {"origin": [-2.5, 26.3, 32.5], "size": [5, 3, 6], "inflate": 0.01, "uv": [50, 36]} + ] + }, + { + "name": "tongue7", + "parent": "tongue6", + "pivot": [0, 27.8, 38], + "cubes": [ + {"origin": [-3, 25.8, 38], "size": [6, 4, 6], "inflate": 0.01, "uv": [32, 40]} + ] + }, + { + "name": "shuriken_hand", + "parent": "chest", + "pivot": [-35, 21.95, 2] + }, + { + "name": "shuriken_chest", + "parent": "chest", + "pivot": [0, 22.2, 4], + "cubes": [ + {"origin": [-2.5, 19.7, 4], "size": [5, 5, 0], "inflate": 0.01, "uv": [64, 88], "mirror": true} + ] + }, + { + "name": "arm_right", + "parent": "chest", + "pivot": [-4, 24.8, 1.5], + "cubes": [ + {"origin": [-10, 22.8, 0.5], "size": [6, 2, 2], "uv": [14, 75]} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-10, 23.8, 2.5], + "cubes": [ + {"origin": [-15, 22.8, 0], "size": [5, 2, 3], "uv": [46, 74]}, + {"origin": [-17, 23.3, 0.5], "size": [2, 1, 2], "inflate": 0.02, "uv": [36, 84]}, + {"origin": [-13.45, 24.55, 0.5], "size": [3, 1, 2], "pivot": [-11.45, 24.8, 1.5], "rotation": [0, 0, -2.5], "uv": [66, 36]} + ] + }, + { + "name": "hand_right", + "parent": "arm_right2", + "pivot": [-17, 24.3, 1.5] + }, + { + "name": "finger_index_right", + "parent": "hand_right", + "pivot": [-17, 24.3, 1.5], + "rotation": [0, -42.5, 0], + "cubes": [ + {"origin": [-21, 23.3, 1], "size": [4, 1, 1], "uv": [48, 59]}, + {"origin": [-21, 23.8, 2], "size": [4, 0, 2], "pivot": [-21, 23.8, 2], "rotation": [0, 10, 0], "uv": [14, 61]} + ] + }, + { + "name": "finger_index_right_end", + "parent": "finger_index_right", + "pivot": [-21, 24.3, 1.5], + "cubes": [ + {"origin": [-23, 23.3, 0.5], "size": [2, 1, 2], "uv": [50, 59]} + ] + }, + { + "name": "finger_middle_right", + "parent": "hand_right", + "pivot": [-17, 24.3, 1.5], + "cubes": [ + {"origin": [-21, 23.3, 1], "size": [4, 1, 1], "inflate": 0.01, "uv": [73, 8]} + ] + }, + { + "name": "finger_middle_right_end", + "parent": "finger_middle_right", + "pivot": [-21, 24.3, 1.5], + "cubes": [ + {"origin": [-23, 23.3, 0.5], "size": [2, 1, 2], "uv": [50, 60]} + ] + }, + { + "name": "finger_pinky_right", + "parent": "hand_right", + "pivot": [-17, 24.3, 1.5], + "rotation": [0, 42.5, 0], + "cubes": [ + {"origin": [-21, 23.3, 1], "size": [4, 1, 1], "uv": [42, 72]}, + {"origin": [-21, 23.81, -1], "size": [4, 0, 2], "pivot": [-21, 23.8, 1], "rotation": [0, -10, 0], "uv": [32, 60]} + ] + }, + { + "name": "finger_pinky_right_end", + "parent": "finger_pinky_right", + "pivot": [-21, 24.3, 1.5], + "cubes": [ + {"origin": [-23, 23.3, 0.5], "size": [2, 1, 2], "uv": [49, 58]} + ] + }, + { + "name": "arm_left", + "parent": "chest", + "pivot": [4, 24.8, 1.5], + "cubes": [ + {"origin": [4, 22.8, 0.5], "size": [6, 2, 2], "uv": [0, 59]} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [10, 23.8, 2.5], + "cubes": [ + {"origin": [10, 22.8, 0], "size": [5, 2, 3], "uv": [74, 27]}, + {"origin": [15, 23.3, 0.5], "size": [2, 1, 2], "inflate": 0.02, "uv": [44, 83]}, + {"origin": [10.45, 24.55, 0.5], "size": [3, 1, 2], "pivot": [11.45, 24.8, 1.5], "rotation": [0, 0, 2.5], "uv": [65, 8]} + ] + }, + { + "name": "hand_left", + "parent": "arm_left2", + "pivot": [17, 24.3, 1.5] + }, + { + "name": "finger_index_left", + "parent": "hand_left", + "pivot": [17, 24.3, 1.5], + "rotation": [0, 42.5, 0], + "cubes": [ + {"origin": [17, 23.3, 1], "size": [4, 1, 1], "uv": [11, 70]}, + {"origin": [17, 23.8, 2], "size": [4, 0, 2], "pivot": [21, 23.8, 2], "rotation": [0, -10, 0], "uv": [12, 59]} + ] + }, + { + "name": "finger_index_left_end", + "parent": "finger_index_left", + "pivot": [21, 24.3, 1.5], + "cubes": [ + {"origin": [21, 23.3, 0.5], "size": [2, 1, 2], "uv": [48, 57]} + ] + }, + { + "name": "finger_middle_left", + "parent": "hand_left", + "pivot": [17, 24.3, 1.5], + "cubes": [ + {"origin": [17, 23.3, 1], "size": [4, 1, 1], "inflate": 0.01, "uv": [65, 67]} + ] + }, + { + "name": "finger_middle_left_end", + "parent": "finger_middle_left", + "pivot": [21, 24.3, 1.5], + "cubes": [ + {"origin": [21, 23.3, 0.5], "size": [2, 1, 2], "uv": [51, 58]} + ] + }, + { + "name": "finger_pinky_left", + "parent": "hand_left", + "pivot": [17, 24.3, 1.5], + "rotation": [0, -42.5, 0], + "cubes": [ + {"origin": [17, 23.3, 1], "size": [4, 1, 1], "uv": [48, 59]}, + {"origin": [17, 23.81, -1], "size": [4, 0, 2], "pivot": [21, 23.8, 1], "rotation": [0, 10, 0], "uv": [32, 58]} + ] + }, + { + "name": "finger_pinky_left_end", + "parent": "finger_pinky_left", + "pivot": [21, 24.3, 1.5], + "cubes": [ + {"origin": [21, 23.3, 0.5], "size": [2, 1, 2], "uv": [0, 83]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 17.8, -0.1], + "rotation": [2.5, 0, 0], + "cubes": [ + {"origin": [0, 13.84798, -2.09895], "size": [0, 4, 11], "uv": [32, 25]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-2, 16.8, 1.4], + "cubes": [ + {"origin": [-2.7, 15.8, 0.4], "size": [2, 1, 2], "uv": [82, 72]}, + {"origin": [-3.8, 12.8, -0.6], "size": [4, 3, 4], "uv": [18, 68]}, + {"origin": [-4.3, 8.3, -1.1], "size": [5, 5, 5], "uv": [19, 58]}, + {"origin": [-3.3, 8.4, -1.85], "size": [3, 3, 1], "pivot": [-1.8, 9.9, -1.1], "rotation": [-2.5, 0, 0], "uv": [54, 80]} + ] + }, + { + "name": "shuriken_right", + "parent": "leg_right", + "pivot": [-4.3, 13.3, 1.4], + "rotation": [-5, -1, 0], + "cubes": [ + {"origin": [-4.3, 11.3, -0.6], "size": [0, 4, 4], "pivot": [-4.3, 13.3, 1.4], "rotation": [0, 0, 10], "uv": [54, 23]} + ] + }, + { + "name": "leg_right2", + "parent": "leg_right", + "pivot": [-1.8, 8.3, -0.4], + "cubes": [ + {"origin": [-2.8, 0.4, -0.4], "size": [2, 8, 2], "uv": [28, 78]} + ] + }, + { + "name": "foot_right", + "parent": "leg_right2", + "pivot": [-1.8, 0.9, 1.6], + "cubes": [ + {"origin": [-2.8, -0.1, -1.4], "size": [2, 1, 3], "inflate": 0.01, "uv": [14, 79]} + ] + }, + { + "name": "toe_right", + "parent": "foot_right", + "pivot": [-1.8, 0.4, -0.4], + "cubes": [ + {"origin": [-3.3, 0.2, -4.9], "size": [3, 0, 4], "uv": [28, 40]} + ] + }, + { + "name": "toe_inner_right", + "parent": "toe_right", + "pivot": [-0.8, 0.4, -0.4], + "rotation": [0, -20, 0], + "cubes": [ + {"origin": [-1.8, -0.1, -5.4], "size": [1, 1, 5], "uv": [47, 56]} + ] + }, + { + "name": "toe_inner_right_end", + "parent": "toe_inner_right", + "pivot": [-1.3, 0.9, -5], + "cubes": [ + {"origin": [-2.3, -0.1, -7], "size": [2, 1, 2], "inflate": 0.01, "uv": [48, 59]} + ] + }, + { + "name": "toe_outer_right", + "parent": "toe_right", + "pivot": [-2.8, 0.4, -0.4], + "rotation": [0, 20, 0], + "cubes": [ + {"origin": [-2.8, -0.1, -5.4], "size": [1, 1, 5], "uv": [0, 77]} + ] + }, + { + "name": "toe_outer_right_end", + "parent": "toe_outer_right", + "pivot": [-2.3, 0.9, -4.65], + "cubes": [ + {"origin": [-3.3, -0.1, -6.65], "size": [2, 1, 2], "inflate": 0.01, "uv": [49, 60]} + ] + }, + { + "name": "toe_back_right", + "parent": "foot_right", + "pivot": [-1.8, 0.9, 1.6], + "cubes": [ + {"origin": [-2.8, -0.1, 1.6], "size": [2, 1, 3], "uv": [79, 0]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [2, 16.8, 1.4], + "cubes": [ + {"origin": [0.7, 15.8, 0.4], "size": [2, 1, 2], "uv": [81, 8]}, + {"origin": [-0.2, 12.8, -0.6], "size": [4, 3, 4], "uv": [53, 67]}, + {"origin": [-0.7, 8.3, -1.1], "size": [5, 5, 5], "uv": [43, 54]}, + {"origin": [0.3, 8.4, -1.85], "size": [3, 3, 1], "pivot": [1.8, 9.9, -1.1], "rotation": [-2.5, 0, 0], "uv": [46, 79]} + ] + }, + { + "name": "shuriken_left", + "parent": "leg_left", + "pivot": [4.3, 13.3, 1.4], + "rotation": [-5, 1, 0], + "cubes": [ + {"origin": [4.3, 11.3, -0.6], "size": [0, 4, 4], "pivot": [4.3, 13.3, 1.4], "rotation": [0, 0, -10], "uv": [18, 46]} + ] + }, + { + "name": "leg_left2", + "parent": "leg_left", + "pivot": [1.8, 8.3, -0.4], + "cubes": [ + {"origin": [0.8, 0.4, -0.4], "size": [2, 8, 2], "uv": [69, 76]} + ] + }, + { + "name": "foot_left", + "parent": "leg_left2", + "pivot": [1.8, 0.9, 1.6], + "cubes": [ + {"origin": [0.8, -0.1, -1.4], "size": [2, 1, 3], "inflate": 0.01, "uv": [58, 54]} + ] + }, + { + "name": "toe_back_left", + "parent": "foot_left", + "pivot": [1.8, 0.9, 1.6], + "cubes": [ + {"origin": [0.8, -0.1, 1.6], "size": [2, 1, 3], "uv": [58, 16]} + ] + }, + { + "name": "toe_left", + "parent": "foot_left", + "pivot": [1.8, 0.4, -0.4], + "cubes": [ + {"origin": [0.3, 0.2, -4.9], "size": [3, 0, 4], "uv": [28, 26]} + ] + }, + { + "name": "toe_inner_left", + "parent": "toe_left", + "pivot": [0.8, 0.4, -0.4], + "rotation": [0, 20, 0], + "cubes": [ + {"origin": [0.8, -0.1, -5.4], "size": [1, 1, 5], "uv": [47, 56]} + ] + }, + { + "name": "toe_inner_left_end", + "parent": "toe_inner_left", + "pivot": [1.3, 0.9, -5], + "cubes": [ + {"origin": [0.3, -0.1, -7], "size": [2, 1, 2], "inflate": 0.01, "uv": [48, 59]} + ] + }, + { + "name": "toe_outer_left", + "parent": "toe_left", + "pivot": [2.8, 0.4, -0.4], + "rotation": [0, -20, 0], + "cubes": [ + {"origin": [1.8, -0.1, -5.4], "size": [1, 1, 5], "uv": [57, 74]} + ] + }, + { + "name": "toe_outer_left_end", + "parent": "toe_outer_left", + "pivot": [2.3, 0.9, -4.65], + "cubes": [ + {"origin": [1.3, -0.1, -6.65], "size": [2, 1, 2], "inflate": 0.01, "uv": [50, 59]} + ] + }, + { + "name": "bone19", + "parent": "body", + "pivot": [0, 49, 0], + "cubes": [ + {"origin": [-11.3, 0, -22.65], "size": [22, 50, 0], "pivot": [0, 49, 0], "rotation": [0, -45, 0], "uv": [82, 78], "mirror": true}, + {"origin": [-8.5, 0, 23.6], "size": [17, 50, 0], "pivot": [0, 49, 0], "rotation": [0, 90, 0], "uv": [91, 78]}, + {"origin": [-8, 0, -24], "size": [16, 50, 0], "uv": [85, 78]}, + {"origin": [-11.3, 0, 22.7], "size": [22, 50, 0], "pivot": [0, 49, 0], "rotation": [0, -45, 0], "uv": [83, 78]}, + {"origin": [-11.1, 0, 22.75], "size": [22, 50, 0], "pivot": [0, 49, 0], "rotation": [0, 45, 0], "uv": [82, 78]}, + {"origin": [-10.9, 0, -22.75], "size": [22, 50, 0], "pivot": [0, 49, 0], "rotation": [0, 45, 0], "uv": [82, 78], "mirror": true}, + {"origin": [-8.5, 0, -23.6], "size": [17, 49, 0], "pivot": [0, 49, 0], "rotation": [0, 90, 0], "uv": [84, 79]}, + {"origin": [-8.5, 0, 23.7], "size": [17, 50, 0], "uv": [92, 78]} + ] + }, + { + "name": "aura2", + "parent": "bone19", + "pivot": [0, 49, 0], + "cubes": [ + {"origin": [-8, 49, -24], "size": [16, 50, 0], "uv": [85, 78]}, + {"origin": [-8.5, 49, 23.7], "size": [17, 50, 0], "uv": [92, 78]}, + {"origin": [-11.3, 49, -22.65], "size": [22, 50, 0], "pivot": [0, 49, 0], "rotation": [0, -45, 0], "uv": [82, 78], "mirror": true}, + {"origin": [-11.3, 49, 22.7], "size": [22, 50, 0], "pivot": [0, 49, 0], "rotation": [0, -45, 0], "uv": [83, 78]}, + {"origin": [-10.7, 49, -22.65], "size": [22, 50, 0], "pivot": [0, 49, 0], "rotation": [0, 45, 0], "uv": [82, 78]}, + {"origin": [-11.1, 49, 22.75], "size": [22, 50, 0], "pivot": [0, 49, 0], "rotation": [0, 45, 0], "uv": [82, 78]}, + {"origin": [-8.5, 49, 23.6], "size": [17, 50, 0], "pivot": [0, 49, 0], "rotation": [0, 90, 0], "uv": [91, 78]}, + {"origin": [-8.5, 49, -23.6], "size": [17, 49, 0], "pivot": [0, 49, 0], "rotation": [0, 90, 0], "uv": [84, 79]} + ] + }, + { + "name": "bone", + "parent": "aura2", + "pivot": [0, 49, 0], + "cubes": [ + {"origin": [-8, 66.5, -51.5], "size": [16, 34, 0], "pivot": [0, 49, 0], "rotation": [-45, 0, 0], "uv": [85, 85]}, + {"origin": [-8, 66.75, 51.5], "size": [16, 34, 0], "pivot": [0, 49, 0], "rotation": [45, 0, 0], "uv": [85, 85]} + ] + }, + { + "name": "bone2", + "parent": "aura2", + "pivot": [0, 49, 0], + "rotation": [0, 90, 0], + "cubes": [ + {"origin": [-8, 66.5, -51.5], "size": [16, 34, 0], "pivot": [0, 49, 0], "rotation": [-45, 0, 0], "uv": [85, 85]}, + {"origin": [-8, 66.75, 51.5], "size": [16, 34, 0], "pivot": [0, 49, 0], "rotation": [45, 0, 0], "uv": [85, 85]} + ] + }, + { + "name": "bone3", + "parent": "aura2", + "pivot": [0, 49, 0], + "rotation": [0, 45, 0], + "cubes": [ + {"origin": [-12, 66.5, -50.5], "size": [23, 34, 0], "pivot": [0, 49, 0], "rotation": [-45, 0, 0], "uv": [85, 85]}, + {"origin": [-12, 66.75, 50.5], "size": [23, 33, 0], "pivot": [0, 49, 0], "rotation": [45, 0, 0], "uv": [85, 85]} + ] + }, + { + "name": "bone4", + "parent": "aura2", + "pivot": [0, 49, 0], + "rotation": [0, -45, 0], + "cubes": [ + {"origin": [-12, 66.5, -50.5], "size": [23, 34, 0], "pivot": [0, 49, 0], "rotation": [-45, 0, 0], "uv": [85, 85]}, + {"origin": [-12, 66.75, 50.5], "size": [23, 33, 0], "pivot": [0, 49, 0], "rotation": [45, 0, 0], "uv": [85, 85]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/models/ashpikachu/ashpikachu.geo.json b/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/models/ashpikachu/ashpikachu.geo.json new file mode 100644 index 0000000..58b9ce1 --- /dev/null +++ b/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/models/ashpikachu/ashpikachu.geo.json @@ -0,0 +1,227 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.pikachu_male", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 4, + "visible_bounds_height": 4, + "visible_bounds_offset": [0, 1, 0] + }, + "bones": [ + { + "name": "pikachu", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "pikachu", + "pivot": [0, 8, 0.5] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 5.25, 0.5], + "cubes": [ + {"origin": [-5, 1.75, -3.5], "size": [10, 8, 8], "uv": [28, 48]}, + {"origin": [-4.5, 9.75, -3], "size": [9, 2, 7], "uv": [32, 0]} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 12.25, 0.25], + "cubes": [ + {"origin": [-4.5, 11.25, -3.75], "size": [9, 8, 8], "inflate": 0.01, "uv": [0, 1]}, + {"origin": [-0.5, 13.33, -4.53], "size": [1, 1, 1], "pivot": [0, 13.7, -3.5], "rotation": [12.5, 0, 0], "uv": [27, 0]}, + {"origin": [-4.5, 11.3, -4.5], "size": [9, 3, 2], "inflate": 0.02, "pivot": [-0.5, 13.7, -3.5], "rotation": [12.5, 0, 0], "uv": [42, 37]}, + {"origin": [-0.5, 19.75, -3.75], "size": [3, 1, 0], "inflate": 0.03, "pivot": [0, 12.25, 0.25], "rotation": [0, 0, -15], "uv": [24, 38]}, + {"origin": [-0.5, 20.75, -3.75], "size": [1, 1, 0], "inflate": 0.03, "pivot": [0, 12.25, 0.25], "rotation": [0, 0, -15], "uv": [24, 38]}, + {"origin": [-0.25, 21.25, -3.75], "size": [1, 1, 0], "inflate": 0.025, "pivot": [0, 12.25, 0.25], "rotation": [0, 0, -15], "uv": [25, 36]}, + {"origin": [1.5, 21.25, -3.75], "size": [1, 1, 0], "inflate": 0.03, "pivot": [0, 12.25, 0.25], "rotation": [0, 0, -15], "uv": [25, 36]}, + {"origin": [0.5, 21.75, -3.75], "size": [1, 1, 0], "inflate": 0.03, "pivot": [0, 12.25, 0.25], "rotation": [0, 0, -15], "uv": [25, 35]} + ] + }, + { + "name": "mouth_closed", + "parent": "head", + "pivot": [0, 12.7, -3.5], + "cubes": [ + {"origin": [-1.5, 11.8, -4.53], "size": [3, 1, 0], "inflate": 0.01, "pivot": [0, 13.7, -3.5], "rotation": [12.5, 0, 0], "uv": [27, 4]}, + {"origin": [-0.5, 12.05, -4.53], "size": [1, 1, 0], "inflate": 0.01, "pivot": [0, 13.7, -3.5], "rotation": [12.5, 0, 0], "uv": [28, 6]}, + {"origin": [-2, 12.3, -4.53], "size": [4, 1, 0], "pivot": [0, 13.7, -3.5], "rotation": [12.5, 0, 0], "uv": [26, 3]} + ] + }, + { + "name": "mouth_open", + "parent": "head", + "pivot": [0, 12.7, -3.5], + "cubes": [ + {"origin": [-1.5, 11.55, -4.33], "size": [3, 1, 0], "inflate": 0.01, "pivot": [0, 13.7, -3.3], "rotation": [12.5, 0, 0], "uv": [33, 0]}, + {"origin": [-1, 12.05, -4.33], "size": [2, 1, 0], "inflate": 0.01, "pivot": [0, 13.7, -3.3], "rotation": [12.5, 0, 0], "uv": [34, 0]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [0, 16, -3.825] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-3, 15.5, -3.825], + "cubes": [ + {"origin": [-4, 14.5, -3.77], "size": [2, 2, 0], "pivot": [-3, 15.5, -3.77], "rotation": [0, 0, 3], "uv": [0, 0]} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-3, 15.5, -3.67], + "cubes": [ + {"origin": [-4, 14.5, -3.67], "size": [2, 2, 0], "inflate": 0.01, "pivot": [-3, 15.5, -3.67], "rotation": [0, 0, 3], "uv": [0, 4]} + ] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [3, 15.5, -3.825], + "cubes": [ + {"origin": [2, 14.5, -3.77], "size": [2, 2, 0], "pivot": [3, 15.5, -3.77], "rotation": [0, 0, -3], "uv": [0, 2], "mirror": true} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [3, 15.5, -3.67], + "cubes": [ + {"origin": [2, 14.5, -3.67], "size": [2, 2, 0], "inflate": 0.01, "pivot": [3, 15.5, -3.67], "rotation": [0, 0, -3], "uv": [0, 6], "mirror": true} + ] + }, + { + "name": "ear_left", + "parent": "head", + "pivot": [3.65, 18, 0.425], + "cubes": [ + {"origin": [2, 17.5, 0.35], "size": [3, 10, 0], "pivot": [3.65, 18, 0.425], "rotation": [-15, -30, 35], "uv": [36, 10]} + ] + }, + { + "name": "ear_right", + "parent": "head", + "pivot": [-3.65, 18, 0.425], + "cubes": [ + {"origin": [-6, 17.5, 0.35], "size": [3, 10, 0], "pivot": [-3.65, 18, 0.425], "rotation": [-32.89077, -4.99661, -104.48358], "uv": [36, 10], "mirror": true} + ] + }, + { + "name": "head_ruff_left", + "parent": "head", + "pivot": [4.5, 30.66914, 2.09714], + "rotation": [38.862, 8.32078, 7.1694], + "cubes": [ + {"origin": [7.1, 20.66914, -14], "size": [3, 0, 5], "pivot": [3, 13.66914, -14.60286], "rotation": [0, -5, 0], "uv": [23, 18]} + ] + }, + { + "name": "head_ruff_right", + "parent": "head", + "pivot": [-4.5, 30.66914, 2.09714], + "rotation": [38.8725, -8.1833, -7.33962], + "cubes": [ + {"origin": [-10.1, 20.66914, -13.40286], "size": [3, 0, 5], "uv": [23, 18], "mirror": true} + ] + }, + { + "name": "Hat", + "parent": "head", + "pivot": [0, 12.25, 0.25], + "cubes": [ + {"origin": [-3.5, 18, -3.75], "size": [9, 5, 8], "inflate": 0.02, "pivot": [0, 12.25, 0.25], "rotation": [0, 0, -15], "uv": [0, 41]}, + {"origin": [-0.5, 18.5, -5.75], "size": [3, 1, 3], "pivot": [0, 12.25, 0.25], "rotation": [0, 0, -15], "uv": [40, 33]}, + {"origin": [-1.6, 18.4, -5.75], "size": [3, 1, 3], "pivot": [0, 12.25, 0.25], "rotation": [0, 0, -30], "uv": [28, 33]}, + {"origin": [0.5, 18.9, -5.75], "size": [3, 1, 3], "uv": [52, 33]}, + {"origin": [-3, 23, -3.25], "size": [8, 1, 7], "pivot": [0, 12.25, 0.25], "rotation": [0, 0, -15], "uv": [0, 35]} + ] + }, + { + "name": "arm_right", + "parent": "torso", + "pivot": [-4.5, 10.5, -0.5], + "cubes": [ + {"origin": [-10.5, 9, -2], "size": [6, 3, 3], "uv": [28, 42], "mirror": true} + ] + }, + { + "name": "arm_left", + "parent": "torso", + "pivot": [4.5, 10.5, -0.5], + "cubes": [ + {"origin": [4.5, 9, -2], "size": [6, 3, 3], "uv": [46, 42]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 2.75, 3.5], + "cubes": [ + {"origin": [0, 1.75, 3], "size": [0, 9, 10], "uv": [1, 8]}, + {"origin": [0, 10.74, 6], "size": [0, 7, 13], "uv": [1, 15]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-4, 5.25, 0.5], + "cubes": [ + {"origin": [-6, 1.5, -2.5], "size": [4, 6, 6], "pivot": [-4, 4.5, 0], "rotation": [-10, 0, 0], "uv": [44, 21]} + ] + }, + { + "name": "foot_right", + "parent": "leg_right", + "pivot": [-3.75, 2, 0.75], + "cubes": [ + {"origin": [-4.75, 1, -0.75], "size": [2, 2, 3], "uv": [10, 59]}, + {"origin": [-5.25, 0, -1.5], "size": [3, 1, 4], "uv": [0, 54], "mirror": true} + ] + }, + { + "name": "toes_right", + "parent": "foot_right", + "pivot": [-3.75, 0, -1.5], + "cubes": [ + {"origin": [-5.25, 0, -2.5], "size": [3, 1, 1], "uv": [17, 58], "mirror": true} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [4, 5.25, 0.5], + "cubes": [ + {"origin": [2, 1.5, -2.5], "size": [4, 6, 6], "pivot": [4, 4.5, 0], "rotation": [-10, 0, 0], "uv": [44, 9], "mirror": true} + ] + }, + { + "name": "foot_left", + "parent": "leg_left", + "pivot": [3.75, 2, 0.75], + "cubes": [ + {"origin": [2.75, 1, -0.75], "size": [2, 2, 3], "uv": [0, 59], "mirror": true}, + {"origin": [2.25, 0, -1.5], "size": [3, 1, 4], "uv": [0, 54]} + ] + }, + { + "name": "toes_left", + "parent": "foot_left", + "pivot": [3.75, 0, -1.5], + "cubes": [ + {"origin": [2.25, 0, -2.5], "size": [3, 1, 1], "uv": [17, 60]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/posers/ashgreninja.json b/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/posers/ashgreninja.json new file mode 100644 index 0000000..c55874b --- /dev/null +++ b/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/posers/ashgreninja.json @@ -0,0 +1,70 @@ +{ + "head": "head", + "portraitScale": 2, + "portraitTranslation": [ 0, 1.25, 0 ], + "profileScale": 0.7, + "profileTranslation": [ 0, 0.7, 0 ], + "faint": "bedrock(ashgreninja, faint)", + "poses": { + "battle-idle": { + "poseName": "battle-idle", + "transformTicks": 10, + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["bedrock(ashgreninja, battle_idle)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(ashgreninja, blink)"] + } + ] + }, + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "look", + "bedrock(ashgreninja, ground_idle)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(ashgreninja, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ + "look", + "bedrock(ashgreninja, ground_walk)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(ashgreninja, blink)"] + } + ] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": [ "FLOAT" ], + "animations": [ "bedrock(ashgreninja, water_idle)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(ashgreninja, blink)"] + } + ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": [ "SWIM" ], + "animations": [ "bedrock(ashgreninja, water_swim)" ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/posers/ashgreninjaincomplete.json b/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/posers/ashgreninjaincomplete.json new file mode 100644 index 0000000..d7a5b33 --- /dev/null +++ b/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/posers/ashgreninjaincomplete.json @@ -0,0 +1,70 @@ +{ + "head": "head", + "portraitScale": 2, + "portraitTranslation": [ 0, 1.25, 0 ], + "profileScale": 0.7, + "profileTranslation": [ 0, 0.7, 0 ], + "faint": "bedrock(ashgreninjaincomplete, faint)", + "poses": { + "battle-idle": { + "poseName": "battle-idle", + "transformTicks": 10, + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["bedrock(ashgreninjaincomplete, battle_idle)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(ashgreninjaincomplete, blink)"] + } + ] + }, + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "look", + "bedrock(ashgreninjaincomplete, ground_idle)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(ashgreninjaincomplete, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ + "look", + "bedrock(ashgreninjaincomplete, ground_walk)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(ashgreninjaincomplete, blink)"] + } + ] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": [ "FLOAT" ], + "animations": [ "bedrock(ashgreninjaincomplete, water_idle)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(ashgreninjaincomplete, blink)"] + } + ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": [ "SWIM" ], + "animations": [ "bedrock(ashgreninjaincomplete, water_swim)" ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/posers/ashpikachu.json b/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/posers/ashpikachu.json new file mode 100644 index 0000000..e59cdcc --- /dev/null +++ b/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/posers/ashpikachu.json @@ -0,0 +1,21 @@ +{ + "head": "head", + "portraitScale": 2, + "portraitTranslation": [ 0, 0, 0 ], + "profileScale": 0.7, + "profileTranslation": [ 0, 0.7, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "animations": ["bedrock(ashpikachu, ground_idle)"] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(ashpikachu, ground_walk)" ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_ashgreninja_base.json b/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_ashgreninja_base.json new file mode 100644 index 0000000..ad20367 --- /dev/null +++ b/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_ashgreninja_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:ashgreninja", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:ashgreninja", + "model": "cobblemon:ashgreninja.geo", + "texture": "cobblemon:textures/pokemon/bb1_ashgreninja/ash_greninja.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/bb1_ashgreninja/ash_greninja_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_ashgreninjaincomplete2_base.json b/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_ashgreninjaincomplete2_base.json new file mode 100644 index 0000000..2a8d7b7 --- /dev/null +++ b/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_ashgreninjaincomplete2_base.json @@ -0,0 +1,32 @@ +{ + "species": "cobblemon:ashgreninjaincomplete2", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:ashgreninjaincomplete", + "model": "cobblemon:ashgreninjaincomplete.geo", + "texture": "cobblemon:textures/pokemon/bb3_ashgreninjaincomplete/ashgreninjaincomplete.png", + "layers": [ + { + "name": "translucent", + "texture": "cobblemon:textures/pokemon/bb3_ashgreninjaincomplete/ashgreninjaincomplete_translucent.png", + "translucent": true + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/bb3_ashgreninjaincomplete/ashgreninjaincomplete_shiny.png", + "layers": [ + { + "name": "translucent", + "texture": "cobblemon:textures/pokemon/bb3_ashgreninjaincomplete/ashgreninjaincomplete_translucent.png", + "translucent": true + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_ashgreninjaincomplete3_base.json b/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_ashgreninjaincomplete3_base.json new file mode 100644 index 0000000..355faaa --- /dev/null +++ b/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_ashgreninjaincomplete3_base.json @@ -0,0 +1,32 @@ +{ + "species": "cobblemon:ashgreninjaincomplete3", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:ashgreninjaincomplete", + "model": "cobblemon:ashgreninjaincomplete.geo", + "texture": "cobblemon:textures/pokemon/bb3_ashgreninjaincomplete/ashgreninjaincomplete.png", + "layers": [ + { + "name": "translucent", + "texture": "cobblemon:textures/pokemon/bb3_ashgreninjaincomplete/ashgreninjaincomplete_translucent.png", + "translucent": true + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/bb3_ashgreninjaincomplete/ashgreninjaincomplete_shiny.png", + "layers": [ + { + "name": "translucent", + "texture": "cobblemon:textures/pokemon/bb3_ashgreninjaincomplete/ashgreninjaincomplete_translucent.png", + "translucent": true + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_ashgreninjaincomplete_base.json b/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_ashgreninjaincomplete_base.json new file mode 100644 index 0000000..a8d46ae --- /dev/null +++ b/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_ashgreninjaincomplete_base.json @@ -0,0 +1,32 @@ +{ + "species": "cobblemon:ashgreninjaincomplete", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:ashgreninjaincomplete", + "model": "cobblemon:ashgreninjaincomplete.geo", + "texture": "cobblemon:textures/pokemon/bb3_ashgreninjaincomplete/ashgreninjaincomplete.png", + "layers": [ + { + "name": "translucent", + "texture": "cobblemon:textures/pokemon/bb3_ashgreninjaincomplete/ashgreninjaincomplete_translucent.png", + "translucent": true + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/bb3_ashgreninjaincomplete/ashgreninjaincomplete_shiny.png", + "layers": [ + { + "name": "translucent", + "texture": "cobblemon:textures/pokemon/bb3_ashgreninjaincomplete/ashgreninjaincomplete_translucent.png", + "translucent": true + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_ashpikachu_base.json b/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_ashpikachu_base.json new file mode 100644 index 0000000..b0e2a7a --- /dev/null +++ b/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_ashpikachu_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:ashpikachu", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:ashpikachu", + "model": "cobblemon:ashpikachu.geo", + "texture": "cobblemon:textures/pokemon/bb2_ashpikachu/ashpikachu.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/bb2_ashpikachu/ashpikachu_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_greninja1_base.json b/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_greninja1_base.json new file mode 100644 index 0000000..b80785d --- /dev/null +++ b/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_greninja1_base.json @@ -0,0 +1,16 @@ +{ + "species": "cobblemon:greninja1", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:greninja", + "model": "cobblemon:greninja.geo", + "texture": "cobblemon:textures/pokemon/0658_greninja/greninja.png" + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/0658_greninja/greninja_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_greninja2_base.json b/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_greninja2_base.json new file mode 100644 index 0000000..354fc5f --- /dev/null +++ b/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_greninja2_base.json @@ -0,0 +1,16 @@ +{ + "species": "cobblemon:greninja2", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:greninja", + "model": "cobblemon:greninja.geo", + "texture": "cobblemon:textures/pokemon/0658_greninja/greninja.png" + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/0658_greninja/greninja_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_greninja3_base.json b/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_greninja3_base.json new file mode 100644 index 0000000..40e1413 --- /dev/null +++ b/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_greninja3_base.json @@ -0,0 +1,16 @@ +{ + "species": "cobblemon:greninja3", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:greninja", + "model": "cobblemon:greninja.geo", + "texture": "cobblemon:textures/pokemon/0658_greninja/greninja.png" + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/0658_greninja/greninja_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_greninjabb_base.json b/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_greninjabb_base.json new file mode 100644 index 0000000..63e6054 --- /dev/null +++ b/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_greninjabb_base.json @@ -0,0 +1,16 @@ +{ + "species": "cobblemon:greninjabb", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:greninja", + "model": "cobblemon:greninja.geo", + "texture": "cobblemon:textures/pokemon/0658_greninja/greninja.png" + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/0658_greninja/greninja_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/lang/en_us.json b/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/lang/en_us.json new file mode 100644 index 0000000..fabf698 --- /dev/null +++ b/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/lang/en_us.json @@ -0,0 +1,37 @@ +{ + "cobblemon.species.ashgreninja.name": "Greninja", + "cobblemon.species.ashgreninja.desc1": "It creates throwing stars out of compressed water. When it spins them and throws them at high speed, these stars can split metal in two.", + "cobblemon.species.ashgreninja.desc2": "It appears and vanishes with a ninja’s grace. It toys with its enemies using swift movements, while slicing them with throwing stars of sharpest water.", + + "cobblemon.species.ashgreninjaincomplete.name": "Greninja", + "cobblemon.species.ashgreninjaincomplete.desc1": "It creates throwing stars out of compressed water. When it spins them and throws them at high speed, these stars can split metal in two.", + "cobblemon.species.ashgreninjaincomplete.desc2": "It appears and vanishes with a ninja’s grace. It toys with its enemies using swift movements, while slicing them with throwing stars of sharpest water.", + + "cobblemon.species.ashgreninjaincomplete2.name": "Greninja", + "cobblemon.species.ashgreninjaincomplete2.desc1": "It creates throwing stars out of compressed water. When it spins them and throws them at high speed, these stars can split metal in two.", + "cobblemon.species.ashgreninjaincomplete2.desc2": "It appears and vanishes with a ninja’s grace. It toys with its enemies using swift movements, while slicing them with throwing stars of sharpest water.", + + "cobblemon.species.ashgreninjaincomplete3.name": "Greninja", + "cobblemon.species.ashgreninjaincomplete3.desc1": "It creates throwing stars out of compressed water. When it spins them and throws them at high speed, these stars can split metal in two.", + "cobblemon.species.ashgreninjaincomplete3.desc2": "It appears and vanishes with a ninja’s grace. It toys with its enemies using swift movements, while slicing them with throwing stars of sharpest water.", + + "cobblemon.species.greninja1.name": "Greninja", + "cobblemon.species.greninja1.desc1": "It creates throwing stars out of compressed water. When it spins them and throws them at high speed, these stars can split metal in two.", + "cobblemon.species.greninja1.desc2": "It appears and vanishes with a ninja’s grace. It toys with its enemies using swift movements, while slicing them with throwing stars of sharpest water.", + + "cobblemon.species.greninja2.name": "Greninja", + "cobblemon.species.greninja2.desc1": "It creates throwing stars out of compressed water. When it spins them and throws them at high speed, these stars can split metal in two.", + "cobblemon.species.greninja2.desc2": "It appears and vanishes with a ninja’s grace. It toys with its enemies using swift movements, while slicing them with throwing stars of sharpest water.", + + "cobblemon.species.greninja3.name": "Greninja", + "cobblemon.species.greninja3.desc1": "It creates throwing stars out of compressed water. When it spins them and throws them at high speed, these stars can split metal in two.", + "cobblemon.species.greninja3.desc2": "It appears and vanishes with a ninja’s grace. It toys with its enemies using swift movements, while slicing them with throwing stars of sharpest water.", + + + "cobblemon.species.ashpikachu.name": "Ash-Pikachu", + "cobblemon.species.ashpikachu.desc1":"", + "cobblemon.species.ashpikachu.desc2":"", + + "cobblemon.ability.battlebond": "Battle Bond", + "cobblemon.ability.battlebond.desc": "Defeating an opposing Pokémon strengthens the Pokémon's bond with its Trainer, and it enters its synchronized Bonded forme." +} \ No newline at end of file diff --git a/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/sounds.json b/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/sounds.json new file mode 100644 index 0000000..3332de4 --- /dev/null +++ b/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/sounds.json @@ -0,0 +1,7 @@ +{ + "pokemon.ashgreninja.music": { + "sounds": [ + "cobblemon:pokemon/ashgreninja/ashgreninjatheme" + ] + } +} \ No newline at end of file diff --git a/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/sounds/pokemon/ashgreninja/ashgreninjatheme.ogg b/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/sounds/pokemon/ashgreninja/ashgreninjatheme.ogg new file mode 100644 index 0000000..7f1d011 Binary files /dev/null and b/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/sounds/pokemon/ashgreninja/ashgreninjatheme.ogg differ diff --git a/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb1_ashgreninja/ash_greninja.png b/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb1_ashgreninja/ash_greninja.png new file mode 100644 index 0000000..c8f68d8 Binary files /dev/null and b/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb1_ashgreninja/ash_greninja.png differ diff --git a/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb1_ashgreninja/ash_greninja_shiny.png b/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb1_ashgreninja/ash_greninja_shiny.png new file mode 100644 index 0000000..236e5a2 Binary files /dev/null and b/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb1_ashgreninja/ash_greninja_shiny.png differ diff --git a/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb1_ashgreninja/ash_greninja_shiny_tongue_hidden.png b/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb1_ashgreninja/ash_greninja_shiny_tongue_hidden.png new file mode 100644 index 0000000..c80b355 Binary files /dev/null and b/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb1_ashgreninja/ash_greninja_shiny_tongue_hidden.png differ diff --git a/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb1_ashgreninja/ash_greninja_tongue_hidden.png b/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb1_ashgreninja/ash_greninja_tongue_hidden.png new file mode 100644 index 0000000..b09989d Binary files /dev/null and b/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb1_ashgreninja/ash_greninja_tongue_hidden.png differ diff --git a/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb2_ashpikachu/ashpikachu.png b/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb2_ashpikachu/ashpikachu.png new file mode 100644 index 0000000..3411584 Binary files /dev/null and b/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb2_ashpikachu/ashpikachu.png differ diff --git a/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb2_ashpikachu/ashpikachu_shiny.png b/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb2_ashpikachu/ashpikachu_shiny.png new file mode 100644 index 0000000..863df95 Binary files /dev/null and b/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb2_ashpikachu/ashpikachu_shiny.png differ diff --git a/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb3_ashgreninjaincomplete/ashgreninjaincomplete.png b/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb3_ashgreninjaincomplete/ashgreninjaincomplete.png new file mode 100644 index 0000000..c0b0a4f Binary files /dev/null and b/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb3_ashgreninjaincomplete/ashgreninjaincomplete.png differ diff --git a/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb3_ashgreninjaincomplete/ashgreninjaincomplete_shiny.png b/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb3_ashgreninjaincomplete/ashgreninjaincomplete_shiny.png new file mode 100644 index 0000000..4d7eaad Binary files /dev/null and b/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb3_ashgreninjaincomplete/ashgreninjaincomplete_shiny.png differ diff --git a/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb3_ashgreninjaincomplete/ashgreninjaincomplete_translucent.png b/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb3_ashgreninjaincomplete/ashgreninjaincomplete_translucent.png new file mode 100644 index 0000000..53e143e Binary files /dev/null and b/global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb3_ashgreninjaincomplete/ashgreninjaincomplete_translucent.png differ diff --git a/global_packs/required_data/BattleBond [V1.4]/data/cobblemon/spawn_pool_world/0658_greninjabb.json b/global_packs/required_data/BattleBond [V1.4]/data/cobblemon/spawn_pool_world/0658_greninjabb.json new file mode 100644 index 0000000..9a7f2e5 --- /dev/null +++ b/global_packs/required_data/BattleBond [V1.4]/data/cobblemon/spawn_pool_world/0658_greninjabb.json @@ -0,0 +1,39 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "greninjabb-1", + "pokemon": "greninjabb", + "presets": [ + "natural", + "freshwater" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "36-53", + "weight": 0.01, + "condition": { + "canSeeSky": true + } + }, + { + "id": "greninjabb-2", + "pokemon": "greninjabb", + "presets": [ + "freshwater", + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "ultra-rare", + "level": "36-53", + "weight": 0.01, + "condition": { + "canSeeSky": true + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/BattleBond [V1.4]/data/cobblemon/species/generation1/ashpikachu.json b/global_packs/required_data/BattleBond [V1.4]/data/cobblemon/species/generation1/ashpikachu.json new file mode 100644 index 0000000..b9921d3 --- /dev/null +++ b/global_packs/required_data/BattleBond [V1.4]/data/cobblemon/species/generation1/ashpikachu.json @@ -0,0 +1,1928 @@ +{ + "implemented": true, + "name": "ashpikachu", + "nationalPokedexNumber": 25, + "primaryType": "electric", + "abilities": [ + "static", + "battlebond", + "h:lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 95, + "defence": 40, + "special_attack": 95, + "special_defence": 50, + "speed": 110 + }, + "catchRate": 190, + "maleRatio": 0.5, + "shoulderMountable": true, + "shoulderEffects": [ + "speed" + ], + "forms": [ + { + "name": "Cosplay", + "primaryType": "electric", + "abilities": [ + "lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 0, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:tailwhip", + "1:thundershock", + "5:growl", + "7:playnice", + "10:quickattack", + "13:electroball", + "18:thunderwave", + "21:feint", + "23:doubleteam", + "26:spark", + "29:nuzzle", + "34:discharge", + "37:slam", + "42:thunderbolt", + "45:agility", + "50:wildcharge", + "53:lightscreen", + "58:thunder", + "tm:attract", + "tm:brickbreak", + "tm:chargebeam", + "tm:confide", + "tm:dig", + "tm:doubleteam", + "tm:echoedvoice", + "tm:facade", + "tm:flash", + "tm:fling", + "tm:frustration", + "tm:grassknot", + "tm:hiddenpower", + "tm:lightscreen", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:rocksmash", + "tm:round", + "tm:secretpower", + "tm:sleeptalk", + "tm:strength", + "tm:substitute", + "tm:swagger", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderwave", + "tm:toxic", + "tm:voltswitch", + "tm:wildcharge", + "tutor:covet", + "tutor:electroball", + "tutor:electroweb", + "tutor:focuspunch", + "tutor:helpinghand", + "tutor:irontail", + "tutor:knockoff", + "tutor:magnetrise", + "tutor:quickattack", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:snore", + "tutor:thunderpunch", + "tutor:thundershock", + "tutor:thunderwave" + ], + "labels": [ + "gen6" + ], + "aspects": [ + "cosplay" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Rock-Star", + "primaryType": "electric", + "abilities": [ + "lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 0, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "form_change:meteormash" + ], + "labels": [ + "gen6" + ], + "aspects": [ + "rock-star" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Belle", + "primaryType": "electric", + "abilities": [ + "lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 0, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "form_change:iciclecrash" + ], + "labels": [ + "gen6" + ], + "aspects": [ + "belle" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Pop-Star", + "primaryType": "electric", + "abilities": [ + "lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 0, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "form_change:drainingkiss" + ], + "labels": [ + "gen6" + ], + "aspects": [ + "pop-star" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "PhD", + "primaryType": "electric", + "abilities": [ + "lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 0, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "form_change:electricterrain" + ], + "labels": [ + "gen6" + ], + "aspects": [ + "phd" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Libre", + "primaryType": "electric", + "abilities": [ + "lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 0, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "form_change:flyingpress" + ], + "labels": [ + "gen6" + ], + "aspects": [ + "libre" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Original", + "primaryType": "electric", + "abilities": [ + "static", + "h:lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 1, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:charm", + "1:growl", + "1:nastyplot", + "1:nuzzle", + "1:playnice", + "1:quickattack", + "1:sweetkiss", + "1:tailwhip", + "1:thundershock", + "4:thunderwave", + "8:doubleteam", + "12:electroball", + "16:feint", + "20:spark", + "24:agility", + "28:irontail", + "28:slam", + "32:discharge", + "36:thunderbolt", + "40:lightscreen", + "44:thunder", + "50:wildcharge", + "egg:charge", + "egg:disarmingvoice", + "egg:fakeout", + "egg:flail", + "egg:present", + "egg:tickle", + "egg:wish", + "tm:agility", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:chargebeam", + "tm:charm", + "tm:confide", + "tm:dig", + "tm:disarmingvoice", + "tm:doubleteam", + "tm:drainingkiss", + "tm:echoedvoice", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:fling", + "tm:frustration", + "tm:grassknot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:irontail", + "tm:lightscreen", + "tm:megakick", + "tm:megapunch", + "tm:nastyplot", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:reversal", + "tm:round", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:trailblaze", + "tm:uproar", + "tm:voltswitch", + "tm:wildcharge", + "tutor:agility", + "tutor:covet", + "tutor:electroweb", + "tutor:focuspunch", + "tutor:helpinghand", + "tutor:irontail", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:magnetrise", + "tutor:quickattack", + "tutor:risingvoltage", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:snore", + "tutor:thunder", + "tutor:thunderbolt", + "tutor:thunderpunch", + "tutor:volttackle" + ], + "labels": [ + "gen7" + ], + "aspects": [ + "original" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Hoenn", + "primaryType": "electric", + "abilities": [ + "static", + "h:lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 1, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:charm", + "1:growl", + "1:nastyplot", + "1:nuzzle", + "1:playnice", + "1:quickattack", + "1:sweetkiss", + "1:tailwhip", + "1:thundershock", + "4:thunderwave", + "8:doubleteam", + "12:electroball", + "16:feint", + "20:spark", + "24:agility", + "28:irontail", + "28:slam", + "32:discharge", + "36:thunderbolt", + "40:lightscreen", + "44:thunder", + "50:wildcharge", + "egg:charge", + "egg:disarmingvoice", + "egg:fakeout", + "egg:flail", + "egg:present", + "egg:tickle", + "egg:wish", + "tm:agility", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:chargebeam", + "tm:charm", + "tm:confide", + "tm:dig", + "tm:disarmingvoice", + "tm:doubleteam", + "tm:drainingkiss", + "tm:echoedvoice", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:fling", + "tm:frustration", + "tm:grassknot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:irontail", + "tm:lightscreen", + "tm:megakick", + "tm:megapunch", + "tm:nastyplot", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:reversal", + "tm:round", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:trailblaze", + "tm:uproar", + "tm:voltswitch", + "tm:wildcharge", + "tutor:covet", + "tutor:electroweb", + "tutor:focuspunch", + "tutor:helpinghand", + "tutor:irontail", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:magnetrise", + "tutor:quickattack", + "tutor:risingvoltage", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:snore", + "tutor:thunder", + "tutor:thunderbolt", + "tutor:thunderpunch", + "tutor:volttackle" + ], + "labels": [ + "gen7" + ], + "aspects": [ + "hoenn" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Sinnoh", + "primaryType": "electric", + "abilities": [ + "static", + "h:lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 1, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:charm", + "1:growl", + "1:nastyplot", + "1:nuzzle", + "1:playnice", + "1:quickattack", + "1:sweetkiss", + "1:tailwhip", + "1:thundershock", + "4:thunderwave", + "8:doubleteam", + "12:electroball", + "16:feint", + "20:spark", + "24:agility", + "28:irontail", + "28:slam", + "32:discharge", + "36:thunderbolt", + "40:lightscreen", + "44:thunder", + "50:wildcharge", + "egg:charge", + "egg:disarmingvoice", + "egg:fakeout", + "egg:flail", + "egg:present", + "egg:tickle", + "egg:wish", + "tm:agility", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:chargebeam", + "tm:charm", + "tm:confide", + "tm:dig", + "tm:disarmingvoice", + "tm:doubleteam", + "tm:drainingkiss", + "tm:echoedvoice", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:fling", + "tm:frustration", + "tm:grassknot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:irontail", + "tm:lightscreen", + "tm:megakick", + "tm:megapunch", + "tm:nastyplot", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:reversal", + "tm:round", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:trailblaze", + "tm:uproar", + "tm:voltswitch", + "tm:wildcharge", + "tutor:covet", + "tutor:electroweb", + "tutor:focuspunch", + "tutor:helpinghand", + "tutor:irontail", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:magnetrise", + "tutor:quickattack", + "tutor:risingvoltage", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:snore", + "tutor:thunderbolt", + "tutor:thunderpunch", + "tutor:volttackle" + ], + "labels": [ + "gen7" + ], + "aspects": [ + "sinnoh" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Unova", + "primaryType": "electric", + "abilities": [ + "static", + "h:lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 1, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:charm", + "1:growl", + "1:nastyplot", + "1:nuzzle", + "1:playnice", + "1:quickattack", + "1:sweetkiss", + "1:tailwhip", + "1:thundershock", + "4:thunderwave", + "8:doubleteam", + "12:electroball", + "16:feint", + "20:spark", + "24:agility", + "28:irontail", + "28:slam", + "32:discharge", + "36:thunderbolt", + "40:lightscreen", + "44:thunder", + "50:wildcharge", + "egg:charge", + "egg:disarmingvoice", + "egg:fakeout", + "egg:flail", + "egg:present", + "egg:tickle", + "egg:wish", + "tm:agility", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:chargebeam", + "tm:charm", + "tm:confide", + "tm:dig", + "tm:disarmingvoice", + "tm:doubleteam", + "tm:drainingkiss", + "tm:echoedvoice", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:fling", + "tm:frustration", + "tm:grassknot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:irontail", + "tm:lightscreen", + "tm:megakick", + "tm:megapunch", + "tm:nastyplot", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:reversal", + "tm:round", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:trailblaze", + "tm:uproar", + "tm:voltswitch", + "tm:wildcharge", + "tutor:covet", + "tutor:electroweb", + "tutor:focuspunch", + "tutor:helpinghand", + "tutor:irontail", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:magnetrise", + "tutor:quickattack", + "tutor:risingvoltage", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:snore", + "tutor:thunderbolt", + "tutor:thunderpunch", + "tutor:volttackle" + ], + "labels": [ + "gen7" + ], + "aspects": [ + "unova" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Kalos", + "primaryType": "electric", + "abilities": [ + "static", + "h:lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 1, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:charm", + "1:growl", + "1:nastyplot", + "1:nuzzle", + "1:playnice", + "1:quickattack", + "1:sweetkiss", + "1:tailwhip", + "1:thundershock", + "4:thunderwave", + "8:doubleteam", + "12:electroball", + "16:feint", + "20:spark", + "24:agility", + "28:irontail", + "28:slam", + "32:discharge", + "36:thunderbolt", + "40:lightscreen", + "44:thunder", + "50:wildcharge", + "egg:charge", + "egg:disarmingvoice", + "egg:fakeout", + "egg:flail", + "egg:present", + "egg:tickle", + "egg:wish", + "tm:agility", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:chargebeam", + "tm:charm", + "tm:confide", + "tm:dig", + "tm:disarmingvoice", + "tm:doubleteam", + "tm:drainingkiss", + "tm:echoedvoice", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:fling", + "tm:frustration", + "tm:grassknot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:irontail", + "tm:lightscreen", + "tm:megakick", + "tm:megapunch", + "tm:nastyplot", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:reversal", + "tm:round", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:trailblaze", + "tm:uproar", + "tm:voltswitch", + "tm:wildcharge", + "tutor:covet", + "tutor:electroball", + "tutor:electroweb", + "tutor:focuspunch", + "tutor:helpinghand", + "tutor:irontail", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:magnetrise", + "tutor:quickattack", + "tutor:risingvoltage", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:snore", + "tutor:thunderbolt", + "tutor:thunderpunch", + "tutor:volttackle" + ], + "labels": [ + "gen7" + ], + "aspects": [ + "kalos" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Alola", + "primaryType": "electric", + "abilities": [ + "static", + "h:lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 1, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:charm", + "1:growl", + "1:nastyplot", + "1:nuzzle", + "1:playnice", + "1:quickattack", + "1:sweetkiss", + "1:tailwhip", + "1:thundershock", + "4:thunderwave", + "8:doubleteam", + "12:electroball", + "16:feint", + "20:spark", + "24:agility", + "28:irontail", + "28:slam", + "32:discharge", + "36:thunderbolt", + "40:lightscreen", + "44:thunder", + "50:wildcharge", + "egg:charge", + "egg:disarmingvoice", + "egg:fakeout", + "egg:flail", + "egg:present", + "egg:tickle", + "egg:wish", + "tm:agility", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:chargebeam", + "tm:charm", + "tm:confide", + "tm:dig", + "tm:disarmingvoice", + "tm:doubleteam", + "tm:drainingkiss", + "tm:echoedvoice", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:fling", + "tm:frustration", + "tm:grassknot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:irontail", + "tm:lightscreen", + "tm:megakick", + "tm:megapunch", + "tm:nastyplot", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:reversal", + "tm:round", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:trailblaze", + "tm:uproar", + "tm:voltswitch", + "tm:wildcharge", + "tutor:covet", + "tutor:electroball", + "tutor:electroweb", + "tutor:focuspunch", + "tutor:helpinghand", + "tutor:irontail", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:magnetrise", + "tutor:quickattack", + "tutor:risingvoltage", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:snore", + "tutor:thunderbolt", + "tutor:thunderpunch", + "tutor:volttackle" + ], + "labels": [ + "gen7", + "alola_regional" + ], + "aspects": [ + "alolan" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Partner", + "primaryType": "electric", + "abilities": [ + "static", + "h:lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 1, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:charm", + "1:growl", + "1:nastyplot", + "1:nuzzle", + "1:playnice", + "1:quickattack", + "1:sweetkiss", + "1:tailwhip", + "1:thundershock", + "4:thunderwave", + "8:doubleteam", + "12:electroball", + "16:feint", + "20:spark", + "24:agility", + "28:irontail", + "28:slam", + "32:discharge", + "36:thunderbolt", + "40:lightscreen", + "44:thunder", + "50:wildcharge", + "egg:charge", + "egg:disarmingvoice", + "egg:fakeout", + "egg:flail", + "egg:present", + "egg:tickle", + "egg:wish", + "tm:agility", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:chargebeam", + "tm:charm", + "tm:confide", + "tm:dig", + "tm:disarmingvoice", + "tm:doubleteam", + "tm:drainingkiss", + "tm:echoedvoice", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:fling", + "tm:frustration", + "tm:grassknot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:irontail", + "tm:lightscreen", + "tm:megakick", + "tm:megapunch", + "tm:nastyplot", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:reversal", + "tm:round", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:trailblaze", + "tm:uproar", + "tm:voltswitch", + "tm:wildcharge", + "tutor:covet", + "tutor:electroweb", + "tutor:focuspunch", + "tutor:helpinghand", + "tutor:irontail", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:magnetrise", + "tutor:quickattack", + "tutor:risingvoltage", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:snore", + "tutor:thunder", + "tutor:thunderbolt", + "tutor:thunderpunch", + "tutor:volttackle" + ], + "labels": [ + "gen7" + ], + "aspects": [ + "partner" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Starter", + "primaryType": "electric", + "abilities": [ + "static", + "h:lightningrod" + ], + "baseStats": { + "hp": 45, + "attack": 80, + "defence": 50, + "special_attack": 75, + "special_defence": 60, + "speed": 120 + }, + "catchRate": 190, + "maleRatio": 0.5, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:growl", + "1:thundershock", + "3:tailwhip", + "6:quickattack", + "9:doublekick", + "12:doubleteam", + "15:thunderwave", + "18:lightscreen", + "21:thunderbolt", + "24:slam", + "27:agility", + "30:thunder", + "tm:brickbreak", + "tm:calmmind", + "tm:dig", + "tm:facade", + "tm:headbutt", + "tm:helpinghand", + "tm:irontail", + "tm:lightscreen", + "tm:payday", + "tm:protect", + "tm:reflect", + "tm:rest", + "tm:seismictoss", + "tm:substitute", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tutor:agility", + "tutor:brickbreak", + "tutor:calmmind", + "tutor:dig", + "tutor:doublekick", + "tutor:doubleteam", + "tutor:facade", + "tutor:floatyfall", + "tutor:growl", + "tutor:headbutt", + "tutor:helpinghand", + "tutor:irontail", + "tutor:lightscreen", + "tutor:payday", + "tutor:pikapapow", + "tutor:protect", + "tutor:quickattack", + "tutor:reflect", + "tutor:rest", + "tutor:seismictoss", + "tutor:slam", + "tutor:splishysplash", + "tutor:substitute", + "tutor:tailwhip", + "tutor:thunder", + "tutor:thunderbolt", + "tutor:thunderpunch", + "tutor:thundershock", + "tutor:thunderwave", + "tutor:toxic", + "tutor:zippyzap" + ], + "labels": [ + "gen7" + ], + "aspects": [ + "starter" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Gmax", + "primaryType": "electric", + "abilities": [ + "static", + "h:lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 0.5, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "field", + "fairy" + ], + "labels": [ + "gen8", + "gmax" + ], + "aspects": [ + "gmax" + ], + "height": 210, + "weight": 0, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "World", + "primaryType": "electric", + "abilities": [ + "static", + "h:lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 1, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:charm", + "1:growl", + "1:nastyplot", + "1:nuzzle", + "1:playnice", + "1:quickattack", + "1:sweetkiss", + "1:tailwhip", + "1:thundershock", + "4:thunderwave", + "8:doubleteam", + "12:electroball", + "16:feint", + "20:spark", + "24:agility", + "28:irontail", + "28:slam", + "32:discharge", + "36:thunderbolt", + "40:lightscreen", + "44:thunder", + "egg:charge", + "egg:disarmingvoice", + "egg:fakeout", + "egg:flail", + "egg:present", + "egg:tickle", + "egg:wish", + "tm:agility", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:chargebeam", + "tm:charm", + "tm:dig", + "tm:disarmingvoice", + "tm:drainingkiss", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:fling", + "tm:grassknot", + "tm:helpinghand", + "tm:irontail", + "tm:lightscreen", + "tm:megakick", + "tm:megapunch", + "tm:nastyplot", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:reversal", + "tm:round", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:surf", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:trailblaze", + "tm:uproar", + "tm:voltswitch", + "tm:wildcharge", + "tutor:electroweb", + "tutor:irontail", + "tutor:quickattack", + "tutor:risingvoltage", + "tutor:thunderbolt", + "tutor:volttackle" + ], + "labels": [ + "gen8" + ], + "aspects": [ + "world" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + } + ], + "baseExperienceYield": 112, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "field", + "fairy" + ], + "moves": [ + "1:charm", + "1:growl", + "1:nastyplot", + "1:nuzzle", + "1:playnice", + "1:quickattack", + "1:sweetkiss", + "1:tailwhip", + "1:thundershock", + "4:thunderwave", + "8:doubleteam", + "12:electroball", + "16:feint", + "20:spark", + "24:agility", + "28:irontail", + "28:slam", + "32:discharge", + "36:thunderbolt", + "40:lightscreen", + "44:thunder", + "50:wildcharge", + "tm:agility", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:captivate", + "tm:chargebeam", + "tm:charm", + "tm:confide", + "tm:dig", + "tm:disarmingvoice", + "tm:doubleteam", + "tm:drainingkiss", + "tm:echoedvoice", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:flash", + "tm:fling", + "tm:focuspunch", + "tm:frustration", + "tm:grassknot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:irontail", + "tm:lightscreen", + "tm:megakick", + "tm:megapunch", + "tm:nastyplot", + "tm:naturalgift", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:reversal", + "tm:rocksmash", + "tm:round", + "tm:secretpower", + "tm:shockwave", + "tm:sleeptalk", + "tm:snore", + "tm:strength", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:trailblaze", + "tm:uproar", + "tm:voltswitch", + "tm:wildcharge", + "tutor:agility", + "tutor:attract", + "tutor:bestow", + "tutor:bide", + "tutor:bodyslam", + "tutor:brickbreak", + "tutor:calmmind", + "tutor:celebrate", + "tutor:charm", + "tutor:counter", + "tutor:covet", + "tutor:curse", + "tutor:defensecurl", + "tutor:detect", + "tutor:dig", + "tutor:discharge", + "tutor:doubleedge", + "tutor:doublekick", + "tutor:doubleteam", + "tutor:dynamicpunch", + "tutor:electroball", + "tutor:electroweb", + "tutor:encore", + "tutor:endeavor", + "tutor:endure", + "tutor:extremespeed", + "tutor:facade", + "tutor:fakeout", + "tutor:feint", + "tutor:flash", + "tutor:fly", + "tutor:focuspunch", + "tutor:frustration", + "tutor:grassknot", + "tutor:growl", + "tutor:happyhour", + "tutor:headbutt", + "tutor:heartstamp", + "tutor:helpinghand", + "tutor:hiddenpower", + "tutor:holdhands", + "tutor:irontail", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:lastresort", + "tutor:lightscreen", + "tutor:magnetrise", + "tutor:megakick", + "tutor:megapunch", + "tutor:mimic", + "tutor:mudslap", + "tutor:nuzzle", + "tutor:payday", + "tutor:playnice", + "tutor:present", + "tutor:protect", + "tutor:quickattack", + "tutor:rage", + "tutor:raindance", + "tutor:reflect", + "tutor:refresh", + "tutor:rest", + "tutor:return", + "tutor:risingvoltage", + "tutor:rollout", + "tutor:seismictoss", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:sing", + "tutor:skullbash", + "tutor:slam", + "tutor:sleeptalk", + "tutor:snore", + "tutor:strength", + "tutor:submission", + "tutor:substitute", + "tutor:surf", + "tutor:swagger", + "tutor:sweetkiss", + "tutor:sweetscent", + "tutor:swift", + "tutor:tailwhip", + "tutor:takedown", + "tutor:teeterdance", + "tutor:thunder", + "tutor:thunderbolt", + "tutor:thunderpunch", + "tutor:thundershock", + "tutor:thunderwave", + "tutor:toxic", + "tutor:voltswitch", + "tutor:volttackle", + "tutor:wish", + "tutor:yawn", + "tutor:zapcannon" + ], + "labels": [ + "gen1", + "kanto_regional" + ], + "pokedex": [ + "cobblemon.species.pikachu.desc" + ], + "preEvolution": "pichu", + "evolutions": [ + { + "id": "ashpikachu-pikachu", + "variant": "level_up", + "result": "pikachu", + "consumeHeldItem": false, + "requirements": [ + { + "variant": "properties", + "target": "ability=battlebond" + }, + { + "variant": "level", + "minLevel": 1 + } + ] + } + ], + "baseScale": 0.5, + "hitbox": { + "width": 0.7, + "height": 1.3, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "height": 4, + "weight": 60, + "aspects": [], + "cannotDynamax": false +} \ No newline at end of file diff --git a/global_packs/required_data/BattleBond [V1.4]/data/cobblemon/species/generation1/pikachu.json b/global_packs/required_data/BattleBond [V1.4]/data/cobblemon/species/generation1/pikachu.json new file mode 100644 index 0000000..aed5d36 --- /dev/null +++ b/global_packs/required_data/BattleBond [V1.4]/data/cobblemon/species/generation1/pikachu.json @@ -0,0 +1,1964 @@ +{ + "implemented": true, + "name": "Pikachu", + "nationalPokedexNumber": 25, + "primaryType": "electric", + "abilities": [ + "static", + "battlebond", + "h:lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 0.5, + "shoulderMountable": true, + "shoulderEffects": [ + "speed" + ], + "features": [ + "primal", + "rayquaycos" + ], + "forms": [ + { + "name": "Cosplay", + "primaryType": "electric", + "abilities": [ + "lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 0, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:tailwhip", + "1:thundershock", + "5:growl", + "7:playnice", + "10:quickattack", + "13:electroball", + "18:thunderwave", + "21:feint", + "23:doubleteam", + "26:spark", + "29:nuzzle", + "34:discharge", + "37:slam", + "42:thunderbolt", + "45:agility", + "50:wildcharge", + "53:lightscreen", + "58:thunder", + "tm:attract", + "tm:brickbreak", + "tm:chargebeam", + "tm:confide", + "tm:dig", + "tm:doubleteam", + "tm:echoedvoice", + "tm:facade", + "tm:flash", + "tm:fling", + "tm:frustration", + "tm:grassknot", + "tm:hiddenpower", + "tm:lightscreen", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:rocksmash", + "tm:round", + "tm:secretpower", + "tm:sleeptalk", + "tm:strength", + "tm:substitute", + "tm:swagger", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderwave", + "tm:toxic", + "tm:voltswitch", + "tm:wildcharge", + "tutor:covet", + "tutor:electroball", + "tutor:electroweb", + "tutor:focuspunch", + "tutor:helpinghand", + "tutor:irontail", + "tutor:knockoff", + "tutor:magnetrise", + "tutor:quickattack", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:snore", + "tutor:thunderpunch", + "tutor:thundershock", + "tutor:thunderwave" + ], + "labels": [ + "gen6" + ], + "aspects": [ + "cosplay" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Rock-Star", + "primaryType": "electric", + "abilities": [ + "lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 0, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "form_change:meteormash" + ], + "labels": [ + "gen6" + ], + "aspects": [ + "rock-star" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Belle", + "primaryType": "electric", + "abilities": [ + "lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 0, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "form_change:iciclecrash" + ], + "labels": [ + "gen6" + ], + "aspects": [ + "belle" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Pop-Star", + "primaryType": "electric", + "abilities": [ + "lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 0, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "form_change:drainingkiss" + ], + "labels": [ + "gen6" + ], + "aspects": [ + "pop-star" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "PhD", + "primaryType": "electric", + "abilities": [ + "lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 0, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "form_change:electricterrain" + ], + "labels": [ + "gen6" + ], + "aspects": [ + "phd" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Libre", + "primaryType": "electric", + "abilities": [ + "lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 0, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "form_change:flyingpress" + ], + "labels": [ + "gen6" + ], + "aspects": [ + "libre" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Original", + "primaryType": "electric", + "abilities": [ + "static", + "h:lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 1, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:charm", + "1:growl", + "1:nastyplot", + "1:nuzzle", + "1:playnice", + "1:quickattack", + "1:sweetkiss", + "1:tailwhip", + "1:thundershock", + "4:thunderwave", + "8:doubleteam", + "12:electroball", + "16:feint", + "20:spark", + "24:agility", + "28:irontail", + "28:slam", + "32:discharge", + "36:thunderbolt", + "40:lightscreen", + "44:thunder", + "50:wildcharge", + "egg:charge", + "egg:disarmingvoice", + "egg:fakeout", + "egg:flail", + "egg:present", + "egg:tickle", + "egg:wish", + "tm:agility", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:chargebeam", + "tm:charm", + "tm:confide", + "tm:dig", + "tm:disarmingvoice", + "tm:doubleteam", + "tm:drainingkiss", + "tm:echoedvoice", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:fling", + "tm:frustration", + "tm:grassknot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:irontail", + "tm:lightscreen", + "tm:megakick", + "tm:megapunch", + "tm:nastyplot", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:reversal", + "tm:round", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:trailblaze", + "tm:uproar", + "tm:voltswitch", + "tm:wildcharge", + "tutor:agility", + "tutor:covet", + "tutor:electroweb", + "tutor:focuspunch", + "tutor:helpinghand", + "tutor:irontail", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:magnetrise", + "tutor:quickattack", + "tutor:risingvoltage", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:snore", + "tutor:thunder", + "tutor:thunderbolt", + "tutor:thunderpunch", + "tutor:volttackle" + ], + "labels": [ + "gen7" + ], + "aspects": [ + "original" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Hoenn", + "primaryType": "electric", + "abilities": [ + "static", + "h:lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 1, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:charm", + "1:growl", + "1:nastyplot", + "1:nuzzle", + "1:playnice", + "1:quickattack", + "1:sweetkiss", + "1:tailwhip", + "1:thundershock", + "4:thunderwave", + "8:doubleteam", + "12:electroball", + "16:feint", + "20:spark", + "24:agility", + "28:irontail", + "28:slam", + "32:discharge", + "36:thunderbolt", + "40:lightscreen", + "44:thunder", + "50:wildcharge", + "egg:charge", + "egg:disarmingvoice", + "egg:fakeout", + "egg:flail", + "egg:present", + "egg:tickle", + "egg:wish", + "tm:agility", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:chargebeam", + "tm:charm", + "tm:confide", + "tm:dig", + "tm:disarmingvoice", + "tm:doubleteam", + "tm:drainingkiss", + "tm:echoedvoice", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:fling", + "tm:frustration", + "tm:grassknot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:irontail", + "tm:lightscreen", + "tm:megakick", + "tm:megapunch", + "tm:nastyplot", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:reversal", + "tm:round", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:trailblaze", + "tm:uproar", + "tm:voltswitch", + "tm:wildcharge", + "tutor:covet", + "tutor:electroweb", + "tutor:focuspunch", + "tutor:helpinghand", + "tutor:irontail", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:magnetrise", + "tutor:quickattack", + "tutor:risingvoltage", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:snore", + "tutor:thunder", + "tutor:thunderbolt", + "tutor:thunderpunch", + "tutor:volttackle" + ], + "labels": [ + "gen7" + ], + "aspects": [ + "hoenn" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Sinnoh", + "primaryType": "electric", + "abilities": [ + "static", + "h:lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 1, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:charm", + "1:growl", + "1:nastyplot", + "1:nuzzle", + "1:playnice", + "1:quickattack", + "1:sweetkiss", + "1:tailwhip", + "1:thundershock", + "4:thunderwave", + "8:doubleteam", + "12:electroball", + "16:feint", + "20:spark", + "24:agility", + "28:irontail", + "28:slam", + "32:discharge", + "36:thunderbolt", + "40:lightscreen", + "44:thunder", + "50:wildcharge", + "egg:charge", + "egg:disarmingvoice", + "egg:fakeout", + "egg:flail", + "egg:present", + "egg:tickle", + "egg:wish", + "tm:agility", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:chargebeam", + "tm:charm", + "tm:confide", + "tm:dig", + "tm:disarmingvoice", + "tm:doubleteam", + "tm:drainingkiss", + "tm:echoedvoice", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:fling", + "tm:frustration", + "tm:grassknot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:irontail", + "tm:lightscreen", + "tm:megakick", + "tm:megapunch", + "tm:nastyplot", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:reversal", + "tm:round", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:trailblaze", + "tm:uproar", + "tm:voltswitch", + "tm:wildcharge", + "tutor:covet", + "tutor:electroweb", + "tutor:focuspunch", + "tutor:helpinghand", + "tutor:irontail", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:magnetrise", + "tutor:quickattack", + "tutor:risingvoltage", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:snore", + "tutor:thunderbolt", + "tutor:thunderpunch", + "tutor:volttackle" + ], + "labels": [ + "gen7" + ], + "aspects": [ + "sinnoh" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Unova", + "primaryType": "electric", + "abilities": [ + "static", + "h:lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 1, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:charm", + "1:growl", + "1:nastyplot", + "1:nuzzle", + "1:playnice", + "1:quickattack", + "1:sweetkiss", + "1:tailwhip", + "1:thundershock", + "4:thunderwave", + "8:doubleteam", + "12:electroball", + "16:feint", + "20:spark", + "24:agility", + "28:irontail", + "28:slam", + "32:discharge", + "36:thunderbolt", + "40:lightscreen", + "44:thunder", + "50:wildcharge", + "egg:charge", + "egg:disarmingvoice", + "egg:fakeout", + "egg:flail", + "egg:present", + "egg:tickle", + "egg:wish", + "tm:agility", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:chargebeam", + "tm:charm", + "tm:confide", + "tm:dig", + "tm:disarmingvoice", + "tm:doubleteam", + "tm:drainingkiss", + "tm:echoedvoice", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:fling", + "tm:frustration", + "tm:grassknot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:irontail", + "tm:lightscreen", + "tm:megakick", + "tm:megapunch", + "tm:nastyplot", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:reversal", + "tm:round", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:trailblaze", + "tm:uproar", + "tm:voltswitch", + "tm:wildcharge", + "tutor:covet", + "tutor:electroweb", + "tutor:focuspunch", + "tutor:helpinghand", + "tutor:irontail", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:magnetrise", + "tutor:quickattack", + "tutor:risingvoltage", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:snore", + "tutor:thunderbolt", + "tutor:thunderpunch", + "tutor:volttackle" + ], + "labels": [ + "gen7" + ], + "aspects": [ + "unova" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Kalos", + "primaryType": "electric", + "abilities": [ + "static", + "h:lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 1, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:charm", + "1:growl", + "1:nastyplot", + "1:nuzzle", + "1:playnice", + "1:quickattack", + "1:sweetkiss", + "1:tailwhip", + "1:thundershock", + "4:thunderwave", + "8:doubleteam", + "12:electroball", + "16:feint", + "20:spark", + "24:agility", + "28:irontail", + "28:slam", + "32:discharge", + "36:thunderbolt", + "40:lightscreen", + "44:thunder", + "50:wildcharge", + "egg:charge", + "egg:disarmingvoice", + "egg:fakeout", + "egg:flail", + "egg:present", + "egg:tickle", + "egg:wish", + "tm:agility", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:chargebeam", + "tm:charm", + "tm:confide", + "tm:dig", + "tm:disarmingvoice", + "tm:doubleteam", + "tm:drainingkiss", + "tm:echoedvoice", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:fling", + "tm:frustration", + "tm:grassknot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:irontail", + "tm:lightscreen", + "tm:megakick", + "tm:megapunch", + "tm:nastyplot", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:reversal", + "tm:round", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:trailblaze", + "tm:uproar", + "tm:voltswitch", + "tm:wildcharge", + "tutor:covet", + "tutor:electroball", + "tutor:electroweb", + "tutor:focuspunch", + "tutor:helpinghand", + "tutor:irontail", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:magnetrise", + "tutor:quickattack", + "tutor:risingvoltage", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:snore", + "tutor:thunderbolt", + "tutor:thunderpunch", + "tutor:volttackle" + ], + "labels": [ + "gen7" + ], + "aspects": [ + "kalos" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Alola", + "primaryType": "electric", + "abilities": [ + "static", + "h:lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 1, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:charm", + "1:growl", + "1:nastyplot", + "1:nuzzle", + "1:playnice", + "1:quickattack", + "1:sweetkiss", + "1:tailwhip", + "1:thundershock", + "4:thunderwave", + "8:doubleteam", + "12:electroball", + "16:feint", + "20:spark", + "24:agility", + "28:irontail", + "28:slam", + "32:discharge", + "36:thunderbolt", + "40:lightscreen", + "44:thunder", + "50:wildcharge", + "egg:charge", + "egg:disarmingvoice", + "egg:fakeout", + "egg:flail", + "egg:present", + "egg:tickle", + "egg:wish", + "tm:agility", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:chargebeam", + "tm:charm", + "tm:confide", + "tm:dig", + "tm:disarmingvoice", + "tm:doubleteam", + "tm:drainingkiss", + "tm:echoedvoice", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:fling", + "tm:frustration", + "tm:grassknot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:irontail", + "tm:lightscreen", + "tm:megakick", + "tm:megapunch", + "tm:nastyplot", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:reversal", + "tm:round", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:trailblaze", + "tm:uproar", + "tm:voltswitch", + "tm:wildcharge", + "tutor:covet", + "tutor:electroball", + "tutor:electroweb", + "tutor:focuspunch", + "tutor:helpinghand", + "tutor:irontail", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:magnetrise", + "tutor:quickattack", + "tutor:risingvoltage", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:snore", + "tutor:thunderbolt", + "tutor:thunderpunch", + "tutor:volttackle" + ], + "labels": [ + "gen7", + "alola_regional" + ], + "aspects": [ + "alolan" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Partner", + "primaryType": "electric", + "abilities": [ + "static", + "h:lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 1, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:charm", + "1:growl", + "1:nastyplot", + "1:nuzzle", + "1:playnice", + "1:quickattack", + "1:sweetkiss", + "1:tailwhip", + "1:thundershock", + "4:thunderwave", + "8:doubleteam", + "12:electroball", + "16:feint", + "20:spark", + "24:agility", + "28:irontail", + "28:slam", + "32:discharge", + "36:thunderbolt", + "40:lightscreen", + "44:thunder", + "50:wildcharge", + "egg:charge", + "egg:disarmingvoice", + "egg:fakeout", + "egg:flail", + "egg:present", + "egg:tickle", + "egg:wish", + "tm:agility", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:chargebeam", + "tm:charm", + "tm:confide", + "tm:dig", + "tm:disarmingvoice", + "tm:doubleteam", + "tm:drainingkiss", + "tm:echoedvoice", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:fling", + "tm:frustration", + "tm:grassknot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:irontail", + "tm:lightscreen", + "tm:megakick", + "tm:megapunch", + "tm:nastyplot", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:reversal", + "tm:round", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:trailblaze", + "tm:uproar", + "tm:voltswitch", + "tm:wildcharge", + "tutor:covet", + "tutor:electroweb", + "tutor:focuspunch", + "tutor:helpinghand", + "tutor:irontail", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:magnetrise", + "tutor:quickattack", + "tutor:risingvoltage", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:snore", + "tutor:thunder", + "tutor:thunderbolt", + "tutor:thunderpunch", + "tutor:volttackle" + ], + "labels": [ + "gen7" + ], + "aspects": [ + "partner" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Starter", + "primaryType": "electric", + "abilities": [ + "static", + "h:lightningrod" + ], + "baseStats": { + "hp": 45, + "attack": 80, + "defence": 50, + "special_attack": 75, + "special_defence": 60, + "speed": 120 + }, + "catchRate": 190, + "maleRatio": 0.5, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:growl", + "1:thundershock", + "3:tailwhip", + "6:quickattack", + "9:doublekick", + "12:doubleteam", + "15:thunderwave", + "18:lightscreen", + "21:thunderbolt", + "24:slam", + "27:agility", + "30:thunder", + "tm:brickbreak", + "tm:calmmind", + "tm:dig", + "tm:facade", + "tm:headbutt", + "tm:helpinghand", + "tm:irontail", + "tm:lightscreen", + "tm:payday", + "tm:protect", + "tm:reflect", + "tm:rest", + "tm:seismictoss", + "tm:substitute", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tutor:agility", + "tutor:brickbreak", + "tutor:calmmind", + "tutor:dig", + "tutor:doublekick", + "tutor:doubleteam", + "tutor:facade", + "tutor:floatyfall", + "tutor:growl", + "tutor:headbutt", + "tutor:helpinghand", + "tutor:irontail", + "tutor:lightscreen", + "tutor:payday", + "tutor:pikapapow", + "tutor:protect", + "tutor:quickattack", + "tutor:reflect", + "tutor:rest", + "tutor:seismictoss", + "tutor:slam", + "tutor:splishysplash", + "tutor:substitute", + "tutor:tailwhip", + "tutor:thunder", + "tutor:thunderbolt", + "tutor:thunderpunch", + "tutor:thundershock", + "tutor:thunderwave", + "tutor:toxic", + "tutor:zippyzap" + ], + "labels": [ + "gen7" + ], + "aspects": [ + "starter" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Gmax", + "primaryType": "electric", + "abilities": [ + "static", + "h:lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 0.5, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "field", + "fairy" + ], + "labels": [ + "gen8", + "gmax" + ], + "aspects": [ + "gmax" + ], + "height": 210, + "weight": 0, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "World", + "primaryType": "electric", + "abilities": [ + "static", + "h:lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 1, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:charm", + "1:growl", + "1:nastyplot", + "1:nuzzle", + "1:playnice", + "1:quickattack", + "1:sweetkiss", + "1:tailwhip", + "1:thundershock", + "4:thunderwave", + "8:doubleteam", + "12:electroball", + "16:feint", + "20:spark", + "24:agility", + "28:irontail", + "28:slam", + "32:discharge", + "36:thunderbolt", + "40:lightscreen", + "44:thunder", + "egg:charge", + "egg:disarmingvoice", + "egg:fakeout", + "egg:flail", + "egg:present", + "egg:tickle", + "egg:wish", + "tm:agility", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:chargebeam", + "tm:charm", + "tm:dig", + "tm:disarmingvoice", + "tm:drainingkiss", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:fling", + "tm:grassknot", + "tm:helpinghand", + "tm:irontail", + "tm:lightscreen", + "tm:megakick", + "tm:megapunch", + "tm:nastyplot", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:reversal", + "tm:round", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:surf", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:trailblaze", + "tm:uproar", + "tm:voltswitch", + "tm:wildcharge", + "tutor:electroweb", + "tutor:irontail", + "tutor:quickattack", + "tutor:risingvoltage", + "tutor:thunderbolt", + "tutor:volttackle" + ], + "labels": [ + "gen8" + ], + "aspects": [ + "world" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + } + ], + "baseExperienceYield": 112, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "field", + "fairy" + ], + "moves": [ + "1:charm", + "1:growl", + "1:nastyplot", + "1:nuzzle", + "1:playnice", + "1:quickattack", + "1:sweetkiss", + "1:tailwhip", + "1:thundershock", + "4:thunderwave", + "8:doubleteam", + "12:electroball", + "16:feint", + "20:spark", + "24:agility", + "28:irontail", + "28:slam", + "32:discharge", + "36:thunderbolt", + "40:lightscreen", + "44:thunder", + "50:wildcharge", + "tm:agility", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:captivate", + "tm:chargebeam", + "tm:charm", + "tm:confide", + "tm:dig", + "tm:disarmingvoice", + "tm:doubleteam", + "tm:drainingkiss", + "tm:echoedvoice", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:flash", + "tm:fling", + "tm:focuspunch", + "tm:frustration", + "tm:grassknot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:irontail", + "tm:lightscreen", + "tm:megakick", + "tm:megapunch", + "tm:nastyplot", + "tm:naturalgift", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:reversal", + "tm:rocksmash", + "tm:round", + "tm:secretpower", + "tm:shockwave", + "tm:sleeptalk", + "tm:snore", + "tm:strength", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:trailblaze", + "tm:uproar", + "tm:voltswitch", + "tm:wildcharge", + "tutor:agility", + "tutor:attract", + "tutor:bestow", + "tutor:bide", + "tutor:bodyslam", + "tutor:brickbreak", + "tutor:calmmind", + "tutor:celebrate", + "tutor:charm", + "tutor:counter", + "tutor:covet", + "tutor:curse", + "tutor:defensecurl", + "tutor:detect", + "tutor:dig", + "tutor:discharge", + "tutor:doubleedge", + "tutor:doublekick", + "tutor:doubleteam", + "tutor:dynamicpunch", + "tutor:electroball", + "tutor:electroweb", + "tutor:encore", + "tutor:endeavor", + "tutor:endure", + "tutor:extremespeed", + "tutor:facade", + "tutor:fakeout", + "tutor:feint", + "tutor:flash", + "tutor:fly", + "tutor:focuspunch", + "tutor:frustration", + "tutor:grassknot", + "tutor:growl", + "tutor:happyhour", + "tutor:headbutt", + "tutor:heartstamp", + "tutor:helpinghand", + "tutor:hiddenpower", + "tutor:holdhands", + "tutor:irontail", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:lastresort", + "tutor:lightscreen", + "tutor:magnetrise", + "tutor:megakick", + "tutor:megapunch", + "tutor:mimic", + "tutor:mudslap", + "tutor:nuzzle", + "tutor:payday", + "tutor:playnice", + "tutor:present", + "tutor:protect", + "tutor:quickattack", + "tutor:rage", + "tutor:raindance", + "tutor:reflect", + "tutor:refresh", + "tutor:rest", + "tutor:return", + "tutor:risingvoltage", + "tutor:rollout", + "tutor:seismictoss", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:sing", + "tutor:skullbash", + "tutor:slam", + "tutor:sleeptalk", + "tutor:snore", + "tutor:strength", + "tutor:submission", + "tutor:substitute", + "tutor:surf", + "tutor:swagger", + "tutor:sweetkiss", + "tutor:sweetscent", + "tutor:swift", + "tutor:tailwhip", + "tutor:takedown", + "tutor:teeterdance", + "tutor:thunder", + "tutor:thunderbolt", + "tutor:thunderpunch", + "tutor:thundershock", + "tutor:thunderwave", + "tutor:toxic", + "tutor:voltswitch", + "tutor:volttackle", + "tutor:wish", + "tutor:yawn", + "tutor:zapcannon" + ], + "labels": [ + "gen1", + "kanto_regional" + ], + "pokedex": [ + "cobblemon.species.pikachu.desc" + ], + "preEvolution": "pichu", + "evolutions": [ + { + "id": "pikachu_raichu", + "variant": "item_interact", + "result": "raichu", + "consumeHeldItem": false, + "learnableMoves": [ + "thunderpunch" + ], + "requirements": [ + { + "variant": "properties", + "target": "ability=static" + } + ], + "requiredContext": "cobblemon:thunder_stone" + }, + { + "id": "pikachu_raichu", + "variant": "item_interact", + "result": "raichu form=alola", + "consumeHeldItem": false, + "learnableMoves": [ + "psychic" + ], + "requirements": [ + { + "variant": "properties", + "target": "ability=static" + } + ], + "requiredContext": "cobblemon:thunder_stone" + }, + { + "id": "pikachu_ashpikachu", + "variant": "level_up", + "result": "ashpikachu", + "consumeHeldItem": false, + "requirements": [ + { + "variant": "properties", + "target": "ability=battlebond" + }, + { + "variant": "level", + "minLevel": 10 + } + ] + } + ], + "baseScale": 0.5, + "hitbox": { + "width": 0.7, + "height": 1.3, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "height": 4, + "weight": 60, + "aspects": [], + "cannotDynamax": false +} \ No newline at end of file diff --git a/global_packs/required_data/BattleBond [V1.4]/data/cobblemon/species/generation6/ashgreninja.json b/global_packs/required_data/BattleBond [V1.4]/data/cobblemon/species/generation6/ashgreninja.json new file mode 100644 index 0000000..1d5f462 --- /dev/null +++ b/global_packs/required_data/BattleBond [V1.4]/data/cobblemon/species/generation6/ashgreninja.json @@ -0,0 +1,194 @@ +{ + "implemented": true, + "name": "ashgreninja", + "nationalPokedexNumber": 658, + "primaryType": "water", + "secondaryType": "dark", + "abilities": [ + "battlebond" + ], + "baseStats": { + "hp": 72, + "attack": 145, + "defence": 67, + "special_attack": 153, + "special_defence": 71, + "speed": 132 + }, + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": false, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "swim": { + "canSwimInWater": true, + "canBreatheUnderwater": true + } + } + }, + "catchRate": 45, + "maleRatio": 0.875, + "shoulderMountable": false, + "baseExperienceYield": 239, + "experienceGroup": "medium_slow", + "eggCycles": 20, + "eggGroups": [ + "water_1" + ], + "moves": [ + "1:bubble", + "1:growl", + "1:haze", + "1:matblock", + "1:nightslash", + "1:pound", + "1:quickattack", + "1:roleplay", + "1:watergun", + "1:watershuriken", + "10:lick", + "14:waterpulse", + "19:smokescreen", + "23:shadowsneak", + "28:spikes", + "33:aerialace", + "33:feintattack", + "42:substitute", + "49:extrasensory", + "56:doubleteam", + "68:hydropump", + "tm:acrobatics", + "tm:aerialace", + "tm:attract", + "tm:blizzard", + "tm:brickbreak", + "tm:brutalswing", + "tm:chillingwater", + "tm:confide", + "tm:cut", + "tm:darkpulse", + "tm:dig", + "tm:dive", + "tm:doubleteam", + "tm:echoedvoice", + "tm:endure", + "tm:facade", + "tm:falseswipe", + "tm:fling", + "tm:frustration", + "tm:gigaimpact", + "tm:grassknot", + "tm:gunkshot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hydrocannon", + "tm:hydropump", + "tm:hyperbeam", + "tm:icebeam", + "tm:icepunch", + "tm:icywind", + "tm:liquidation", + "tm:lowkick", + "tm:lowsweep", + "tm:mudshot", + "tm:mudslap", + "tm:poweruppunch", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:scald", + "tm:secretpower", + "tm:sleeptalk", + "tm:smackdown", + "tm:snowscape", + "tm:spikes", + "tm:strength", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:swordsdance", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thief", + "tm:toxic", + "tm:toxicspikes", + "tm:trailblaze", + "tm:uturn", + "tm:waterfall", + "tm:waterpledge", + "tm:waterpulse", + "tm:workup", + "tutor:bounce", + "tutor:gunkshot", + "tutor:happyhour", + "tutor:hydrocannon", + "tutor:hydropump", + "tutor:icepunch", + "tutor:icywind", + "tutor:lowkick", + "tutor:matblock", + "tutor:roleplay", + "tutor:shadowsneak", + "tutor:snatch", + "tutor:snore", + "tutor:spite", + "tutor:substitute", + "tutor:waterpledge", + "tutor:waterpulse", + "tutor:watershuriken" + ], + "labels": [ + "gen6" + ], + "pokedex": [ + "cobblemon.species.greninja.desc" + ], + "preEvolution": "frogadier", + "evolutions": [ + { + "id": "ashgreninja_greninja3", + "variant": "level_up", + "result": "greninja3", + "consumeHeldItem": false, + "requirements": [ + { + "variant": "properties", + "target": "ability=battlebond" + }, + { + "variant": "level", + "minLevel": 1 + } + ] + } + ], + "baseScale": 0.9, + "hitbox": { + "width": 1, + "height": 2, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 3 + }, + "height": 15, + "weight": 400, + "aspects": [], + "cannotDynamax": false +} \ No newline at end of file diff --git a/global_packs/required_data/BattleBond [V1.4]/data/cobblemon/species/generation6/ashgreninjaincomplete.json b/global_packs/required_data/BattleBond [V1.4]/data/cobblemon/species/generation6/ashgreninjaincomplete.json new file mode 100644 index 0000000..69add9b --- /dev/null +++ b/global_packs/required_data/BattleBond [V1.4]/data/cobblemon/species/generation6/ashgreninjaincomplete.json @@ -0,0 +1,194 @@ +{ + "implemented": true, + "name": "ashgreninjaincomplete", + "nationalPokedexNumber": 658, + "primaryType": "water", + "secondaryType": "dark", + "abilities": [ + "battlebond" + ], + "baseStats": { + "hp": 72, + "attack": 105, + "defence": 67, + "special_attack": 123, + "special_defence": 71, + "speed": 125 + }, + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": false, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "swim": { + "canSwimInWater": true, + "canBreatheUnderwater": true + } + } + }, + "catchRate": 45, + "maleRatio": 0.875, + "shoulderMountable": false, + "baseExperienceYield": 239, + "experienceGroup": "medium_slow", + "eggCycles": 20, + "eggGroups": [ + "water_1" + ], + "moves": [ + "1:bubble", + "1:growl", + "1:haze", + "1:matblock", + "1:nightslash", + "1:pound", + "1:quickattack", + "1:roleplay", + "1:watergun", + "1:watershuriken", + "10:lick", + "14:waterpulse", + "19:smokescreen", + "23:shadowsneak", + "28:spikes", + "33:aerialace", + "33:feintattack", + "42:substitute", + "49:extrasensory", + "56:doubleteam", + "68:hydropump", + "tm:acrobatics", + "tm:aerialace", + "tm:attract", + "tm:blizzard", + "tm:brickbreak", + "tm:brutalswing", + "tm:chillingwater", + "tm:confide", + "tm:cut", + "tm:darkpulse", + "tm:dig", + "tm:dive", + "tm:doubleteam", + "tm:echoedvoice", + "tm:endure", + "tm:facade", + "tm:falseswipe", + "tm:fling", + "tm:frustration", + "tm:gigaimpact", + "tm:grassknot", + "tm:gunkshot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hydrocannon", + "tm:hydropump", + "tm:hyperbeam", + "tm:icebeam", + "tm:icepunch", + "tm:icywind", + "tm:liquidation", + "tm:lowkick", + "tm:lowsweep", + "tm:mudshot", + "tm:mudslap", + "tm:poweruppunch", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:scald", + "tm:secretpower", + "tm:sleeptalk", + "tm:smackdown", + "tm:snowscape", + "tm:spikes", + "tm:strength", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:swordsdance", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thief", + "tm:toxic", + "tm:toxicspikes", + "tm:trailblaze", + "tm:uturn", + "tm:waterfall", + "tm:waterpledge", + "tm:waterpulse", + "tm:workup", + "tutor:bounce", + "tutor:gunkshot", + "tutor:happyhour", + "tutor:hydrocannon", + "tutor:hydropump", + "tutor:icepunch", + "tutor:icywind", + "tutor:lowkick", + "tutor:matblock", + "tutor:roleplay", + "tutor:shadowsneak", + "tutor:snatch", + "tutor:snore", + "tutor:spite", + "tutor:substitute", + "tutor:waterpledge", + "tutor:waterpulse", + "tutor:watershuriken" + ], + "labels": [ + "gen6" + ], + "pokedex": [ + "cobblemon.species.greninja.desc" + ], + "preEvolution": "greninja", + "evolutions": [ + { + "id": "ashgreninjaincomplete_greninja1", + "variant": "level_up", + "result": "greninja1", + "consumeHeldItem": false, + "requirements": [ + { + "variant": "properties", + "target": "ability=battlebond" + }, + { + "variant": "level", + "minLevel": 1 + } + ] + } + ], + "baseScale": 0.9, + "hitbox": { + "width": 1, + "height": 2, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 3 + }, + "height": 15, + "weight": 400, + "aspects": [], + "cannotDynamax": false +} \ No newline at end of file diff --git a/global_packs/required_data/BattleBond [V1.4]/data/cobblemon/species/generation6/ashgreninjaincomplete2.json b/global_packs/required_data/BattleBond [V1.4]/data/cobblemon/species/generation6/ashgreninjaincomplete2.json new file mode 100644 index 0000000..8501363 --- /dev/null +++ b/global_packs/required_data/BattleBond [V1.4]/data/cobblemon/species/generation6/ashgreninjaincomplete2.json @@ -0,0 +1,194 @@ +{ + "implemented": true, + "name": "ashgreninjaincomplete2", + "nationalPokedexNumber": 658, + "primaryType": "water", + "secondaryType": "dark", + "abilities": [ + "battlebond" + ], + "baseStats": { + "hp": 72, + "attack": 115, + "defence": 67, + "special_attack": 133, + "special_defence": 71, + "speed": 127 + }, + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": false, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "swim": { + "canSwimInWater": true, + "canBreatheUnderwater": true + } + } + }, + "catchRate": 45, + "maleRatio": 0.875, + "shoulderMountable": false, + "baseExperienceYield": 239, + "experienceGroup": "medium_slow", + "eggCycles": 20, + "eggGroups": [ + "water_1" + ], + "moves": [ + "1:bubble", + "1:growl", + "1:haze", + "1:matblock", + "1:nightslash", + "1:pound", + "1:quickattack", + "1:roleplay", + "1:watergun", + "1:watershuriken", + "10:lick", + "14:waterpulse", + "19:smokescreen", + "23:shadowsneak", + "28:spikes", + "33:aerialace", + "33:feintattack", + "42:substitute", + "49:extrasensory", + "56:doubleteam", + "68:hydropump", + "tm:acrobatics", + "tm:aerialace", + "tm:attract", + "tm:blizzard", + "tm:brickbreak", + "tm:brutalswing", + "tm:chillingwater", + "tm:confide", + "tm:cut", + "tm:darkpulse", + "tm:dig", + "tm:dive", + "tm:doubleteam", + "tm:echoedvoice", + "tm:endure", + "tm:facade", + "tm:falseswipe", + "tm:fling", + "tm:frustration", + "tm:gigaimpact", + "tm:grassknot", + "tm:gunkshot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hydrocannon", + "tm:hydropump", + "tm:hyperbeam", + "tm:icebeam", + "tm:icepunch", + "tm:icywind", + "tm:liquidation", + "tm:lowkick", + "tm:lowsweep", + "tm:mudshot", + "tm:mudslap", + "tm:poweruppunch", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:scald", + "tm:secretpower", + "tm:sleeptalk", + "tm:smackdown", + "tm:snowscape", + "tm:spikes", + "tm:strength", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:swordsdance", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thief", + "tm:toxic", + "tm:toxicspikes", + "tm:trailblaze", + "tm:uturn", + "tm:waterfall", + "tm:waterpledge", + "tm:waterpulse", + "tm:workup", + "tutor:bounce", + "tutor:gunkshot", + "tutor:happyhour", + "tutor:hydrocannon", + "tutor:hydropump", + "tutor:icepunch", + "tutor:icywind", + "tutor:lowkick", + "tutor:matblock", + "tutor:roleplay", + "tutor:shadowsneak", + "tutor:snatch", + "tutor:snore", + "tutor:spite", + "tutor:substitute", + "tutor:waterpledge", + "tutor:waterpulse", + "tutor:watershuriken" + ], + "labels": [ + "gen6" + ], + "pokedex": [ + "cobblemon.species.greninja.desc" + ], + "preEvolution": "frogadier", + "evolutions": [ + { + "id": "ashgreninjaincomplete_greninja2", + "variant": "level_up", + "result": "greninja2", + "consumeHeldItem": false, + "requirements": [ + { + "variant": "properties", + "target": "ability=battlebond" + }, + { + "variant": "level", + "minLevel": 1 + } + ] + } + ], + "baseScale": 0.9, + "hitbox": { + "width": 1, + "height": 2, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 3 + }, + "height": 15, + "weight": 400, + "aspects": [], + "cannotDynamax": false +} \ No newline at end of file diff --git a/global_packs/required_data/BattleBond [V1.4]/data/cobblemon/species/generation6/ashgreninjaincomplete3.json b/global_packs/required_data/BattleBond [V1.4]/data/cobblemon/species/generation6/ashgreninjaincomplete3.json new file mode 100644 index 0000000..7a63973 --- /dev/null +++ b/global_packs/required_data/BattleBond [V1.4]/data/cobblemon/species/generation6/ashgreninjaincomplete3.json @@ -0,0 +1,194 @@ +{ + "implemented": true, + "name": "ashgreninjaincomplete3", + "nationalPokedexNumber": 658, + "primaryType": "water", + "secondaryType": "dark", + "abilities": [ + "battlebond" + ], + "baseStats": { + "hp": 72, + "attack": 125, + "defence": 67, + "special_attack": 143, + "special_defence": 71, + "speed": 129 + }, + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": false, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "swim": { + "canSwimInWater": true, + "canBreatheUnderwater": true + } + } + }, + "catchRate": 45, + "maleRatio": 0.875, + "shoulderMountable": false, + "baseExperienceYield": 239, + "experienceGroup": "medium_slow", + "eggCycles": 20, + "eggGroups": [ + "water_1" + ], + "moves": [ + "1:bubble", + "1:growl", + "1:haze", + "1:matblock", + "1:nightslash", + "1:pound", + "1:quickattack", + "1:roleplay", + "1:watergun", + "1:watershuriken", + "10:lick", + "14:waterpulse", + "19:smokescreen", + "23:shadowsneak", + "28:spikes", + "33:aerialace", + "33:feintattack", + "42:substitute", + "49:extrasensory", + "56:doubleteam", + "68:hydropump", + "tm:acrobatics", + "tm:aerialace", + "tm:attract", + "tm:blizzard", + "tm:brickbreak", + "tm:brutalswing", + "tm:chillingwater", + "tm:confide", + "tm:cut", + "tm:darkpulse", + "tm:dig", + "tm:dive", + "tm:doubleteam", + "tm:echoedvoice", + "tm:endure", + "tm:facade", + "tm:falseswipe", + "tm:fling", + "tm:frustration", + "tm:gigaimpact", + "tm:grassknot", + "tm:gunkshot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hydrocannon", + "tm:hydropump", + "tm:hyperbeam", + "tm:icebeam", + "tm:icepunch", + "tm:icywind", + "tm:liquidation", + "tm:lowkick", + "tm:lowsweep", + "tm:mudshot", + "tm:mudslap", + "tm:poweruppunch", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:scald", + "tm:secretpower", + "tm:sleeptalk", + "tm:smackdown", + "tm:snowscape", + "tm:spikes", + "tm:strength", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:swordsdance", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thief", + "tm:toxic", + "tm:toxicspikes", + "tm:trailblaze", + "tm:uturn", + "tm:waterfall", + "tm:waterpledge", + "tm:waterpulse", + "tm:workup", + "tutor:bounce", + "tutor:gunkshot", + "tutor:happyhour", + "tutor:hydrocannon", + "tutor:hydropump", + "tutor:icepunch", + "tutor:icywind", + "tutor:lowkick", + "tutor:matblock", + "tutor:roleplay", + "tutor:shadowsneak", + "tutor:snatch", + "tutor:snore", + "tutor:spite", + "tutor:substitute", + "tutor:waterpledge", + "tutor:waterpulse", + "tutor:watershuriken" + ], + "labels": [ + "gen6" + ], + "pokedex": [ + "cobblemon.species.greninja.desc" + ], + "preEvolution": "frogadier", + "evolutions": [ + { + "id": "ashgreninjaincomplete_greninja3", + "variant": "level_up", + "result": "greninja3", + "consumeHeldItem": false, + "requirements": [ + { + "variant": "properties", + "target": "ability=battlebond" + }, + { + "variant": "level", + "minLevel": 1 + } + ] + } + ], + "baseScale": 0.9, + "hitbox": { + "width": 1, + "height": 2, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 3 + }, + "height": 15, + "weight": 400, + "aspects": [], + "cannotDynamax": false +} \ No newline at end of file diff --git a/global_packs/required_data/BattleBond [V1.4]/data/cobblemon/species/generation6/greninja1.json b/global_packs/required_data/BattleBond [V1.4]/data/cobblemon/species/generation6/greninja1.json new file mode 100644 index 0000000..d36f934 --- /dev/null +++ b/global_packs/required_data/BattleBond [V1.4]/data/cobblemon/species/generation6/greninja1.json @@ -0,0 +1,194 @@ +{ + "implemented": true, + "name": "Greninja1", + "nationalPokedexNumber": 658, + "primaryType": "water", + "secondaryType": "dark", + "abilities": [ + "battlebond" + ], + "baseStats": { + "hp": 72, + "attack": 95, + "defence": 67, + "special_attack": 103, + "special_defence": 71, + "speed": 122 + }, + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": false, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "swim": { + "canSwimInWater": true, + "canBreatheUnderwater": true + } + } + }, + "catchRate": 45, + "maleRatio": 0.875, + "shoulderMountable": false, + "baseExperienceYield": 239, + "experienceGroup": "medium_slow", + "eggCycles": 20, + "eggGroups": [ + "water_1" + ], + "moves": [ + "1:bubble", + "1:growl", + "1:haze", + "1:matblock", + "1:nightslash", + "1:pound", + "1:quickattack", + "1:roleplay", + "1:watergun", + "1:watershuriken", + "10:lick", + "14:waterpulse", + "19:smokescreen", + "23:shadowsneak", + "28:spikes", + "33:aerialace", + "33:feintattack", + "42:substitute", + "49:extrasensory", + "56:doubleteam", + "68:hydropump", + "tm:acrobatics", + "tm:aerialace", + "tm:attract", + "tm:blizzard", + "tm:brickbreak", + "tm:brutalswing", + "tm:chillingwater", + "tm:confide", + "tm:cut", + "tm:darkpulse", + "tm:dig", + "tm:dive", + "tm:doubleteam", + "tm:echoedvoice", + "tm:endure", + "tm:facade", + "tm:falseswipe", + "tm:fling", + "tm:frustration", + "tm:gigaimpact", + "tm:grassknot", + "tm:gunkshot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hydrocannon", + "tm:hydropump", + "tm:hyperbeam", + "tm:icebeam", + "tm:icepunch", + "tm:icywind", + "tm:liquidation", + "tm:lowkick", + "tm:lowsweep", + "tm:mudshot", + "tm:mudslap", + "tm:poweruppunch", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:scald", + "tm:secretpower", + "tm:sleeptalk", + "tm:smackdown", + "tm:snowscape", + "tm:spikes", + "tm:strength", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:swordsdance", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thief", + "tm:toxic", + "tm:toxicspikes", + "tm:trailblaze", + "tm:uturn", + "tm:waterfall", + "tm:waterpledge", + "tm:waterpulse", + "tm:workup", + "tutor:bounce", + "tutor:gunkshot", + "tutor:happyhour", + "tutor:hydrocannon", + "tutor:hydropump", + "tutor:icepunch", + "tutor:icywind", + "tutor:lowkick", + "tutor:matblock", + "tutor:roleplay", + "tutor:shadowsneak", + "tutor:snatch", + "tutor:snore", + "tutor:spite", + "tutor:substitute", + "tutor:waterpledge", + "tutor:waterpulse", + "tutor:watershuriken" + ], + "labels": [ + "gen6" + ], + "pokedex": [ + "cobblemon.species.greninja.desc" + ], + "preEvolution": "ashgreninjaincomplete", + "evolutions": [ + { + "id": "greninja_ashgreninjaincomplete2", + "variant": "level_up", + "result": "ashgreninjaincomplete2", + "consumeHeldItem": false, + "requirements": [ + { + "variant": "properties", + "target": "ability=battlebond" + }, + { + "variant": "friendship", + "amount": 127 + } + ] + } + ], + "baseScale": 0.9, + "hitbox": { + "width": 1, + "height": 2, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 3 + }, + "height": 15, + "weight": 400, + "aspects": [], + "cannotDynamax": false +} \ No newline at end of file diff --git a/global_packs/required_data/BattleBond [V1.4]/data/cobblemon/species/generation6/greninja2.json b/global_packs/required_data/BattleBond [V1.4]/data/cobblemon/species/generation6/greninja2.json new file mode 100644 index 0000000..02e2a2b --- /dev/null +++ b/global_packs/required_data/BattleBond [V1.4]/data/cobblemon/species/generation6/greninja2.json @@ -0,0 +1,194 @@ +{ + "implemented": true, + "name": "Greninja2", + "nationalPokedexNumber": 658, + "primaryType": "water", + "secondaryType": "dark", + "abilities": [ + "battlebond" + ], + "baseStats": { + "hp": 72, + "attack": 95, + "defence": 67, + "special_attack": 103, + "special_defence": 71, + "speed": 122 + }, + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": false, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "swim": { + "canSwimInWater": true, + "canBreatheUnderwater": true + } + } + }, + "catchRate": 45, + "maleRatio": 0.875, + "shoulderMountable": false, + "baseExperienceYield": 239, + "experienceGroup": "medium_slow", + "eggCycles": 20, + "eggGroups": [ + "water_1" + ], + "moves": [ + "1:bubble", + "1:growl", + "1:haze", + "1:matblock", + "1:nightslash", + "1:pound", + "1:quickattack", + "1:roleplay", + "1:watergun", + "1:watershuriken", + "10:lick", + "14:waterpulse", + "19:smokescreen", + "23:shadowsneak", + "28:spikes", + "33:aerialace", + "33:feintattack", + "42:substitute", + "49:extrasensory", + "56:doubleteam", + "68:hydropump", + "tm:acrobatics", + "tm:aerialace", + "tm:attract", + "tm:blizzard", + "tm:brickbreak", + "tm:brutalswing", + "tm:chillingwater", + "tm:confide", + "tm:cut", + "tm:darkpulse", + "tm:dig", + "tm:dive", + "tm:doubleteam", + "tm:echoedvoice", + "tm:endure", + "tm:facade", + "tm:falseswipe", + "tm:fling", + "tm:frustration", + "tm:gigaimpact", + "tm:grassknot", + "tm:gunkshot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hydrocannon", + "tm:hydropump", + "tm:hyperbeam", + "tm:icebeam", + "tm:icepunch", + "tm:icywind", + "tm:liquidation", + "tm:lowkick", + "tm:lowsweep", + "tm:mudshot", + "tm:mudslap", + "tm:poweruppunch", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:scald", + "tm:secretpower", + "tm:sleeptalk", + "tm:smackdown", + "tm:snowscape", + "tm:spikes", + "tm:strength", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:swordsdance", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thief", + "tm:toxic", + "tm:toxicspikes", + "tm:trailblaze", + "tm:uturn", + "tm:waterfall", + "tm:waterpledge", + "tm:waterpulse", + "tm:workup", + "tutor:bounce", + "tutor:gunkshot", + "tutor:happyhour", + "tutor:hydrocannon", + "tutor:hydropump", + "tutor:icepunch", + "tutor:icywind", + "tutor:lowkick", + "tutor:matblock", + "tutor:roleplay", + "tutor:shadowsneak", + "tutor:snatch", + "tutor:snore", + "tutor:spite", + "tutor:substitute", + "tutor:waterpledge", + "tutor:waterpulse", + "tutor:watershuriken" + ], + "labels": [ + "gen6" + ], + "pokedex": [ + "cobblemon.species.greninja.desc" + ], + "preEvolution": "ashgreninjaincomplete2", + "evolutions": [ + { + "id": "greninja_ashgreninjaincomplete3", + "variant": "level_up", + "result": "ashgreninjaincomplete3", + "consumeHeldItem": false, + "requirements": [ + { + "variant": "properties", + "target": "ability=battlebond" + }, + { + "variant": "friendship", + "amount": 191 + } + ] + } + ], + "baseScale": 0.9, + "hitbox": { + "width": 1, + "height": 2, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 3 + }, + "height": 15, + "weight": 400, + "aspects": [], + "cannotDynamax": false +} \ No newline at end of file diff --git a/global_packs/required_data/BattleBond [V1.4]/data/cobblemon/species/generation6/greninja3.json b/global_packs/required_data/BattleBond [V1.4]/data/cobblemon/species/generation6/greninja3.json new file mode 100644 index 0000000..ee7ce08 --- /dev/null +++ b/global_packs/required_data/BattleBond [V1.4]/data/cobblemon/species/generation6/greninja3.json @@ -0,0 +1,194 @@ +{ + "implemented": true, + "name": "Greninja3", + "nationalPokedexNumber": 658, + "primaryType": "water", + "secondaryType": "dark", + "abilities": [ + "battlebond" + ], + "baseStats": { + "hp": 72, + "attack": 95, + "defence": 67, + "special_attack": 103, + "special_defence": 71, + "speed": 122 + }, + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": false, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "swim": { + "canSwimInWater": true, + "canBreatheUnderwater": true + } + } + }, + "catchRate": 45, + "maleRatio": 0.875, + "shoulderMountable": false, + "baseExperienceYield": 239, + "experienceGroup": "medium_slow", + "eggCycles": 20, + "eggGroups": [ + "water_1" + ], + "moves": [ + "1:bubble", + "1:growl", + "1:haze", + "1:matblock", + "1:nightslash", + "1:pound", + "1:quickattack", + "1:roleplay", + "1:watergun", + "1:watershuriken", + "10:lick", + "14:waterpulse", + "19:smokescreen", + "23:shadowsneak", + "28:spikes", + "33:aerialace", + "33:feintattack", + "42:substitute", + "49:extrasensory", + "56:doubleteam", + "68:hydropump", + "tm:acrobatics", + "tm:aerialace", + "tm:attract", + "tm:blizzard", + "tm:brickbreak", + "tm:brutalswing", + "tm:chillingwater", + "tm:confide", + "tm:cut", + "tm:darkpulse", + "tm:dig", + "tm:dive", + "tm:doubleteam", + "tm:echoedvoice", + "tm:endure", + "tm:facade", + "tm:falseswipe", + "tm:fling", + "tm:frustration", + "tm:gigaimpact", + "tm:grassknot", + "tm:gunkshot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hydrocannon", + "tm:hydropump", + "tm:hyperbeam", + "tm:icebeam", + "tm:icepunch", + "tm:icywind", + "tm:liquidation", + "tm:lowkick", + "tm:lowsweep", + "tm:mudshot", + "tm:mudslap", + "tm:poweruppunch", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:scald", + "tm:secretpower", + "tm:sleeptalk", + "tm:smackdown", + "tm:snowscape", + "tm:spikes", + "tm:strength", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:swordsdance", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thief", + "tm:toxic", + "tm:toxicspikes", + "tm:trailblaze", + "tm:uturn", + "tm:waterfall", + "tm:waterpledge", + "tm:waterpulse", + "tm:workup", + "tutor:bounce", + "tutor:gunkshot", + "tutor:happyhour", + "tutor:hydrocannon", + "tutor:hydropump", + "tutor:icepunch", + "tutor:icywind", + "tutor:lowkick", + "tutor:matblock", + "tutor:roleplay", + "tutor:shadowsneak", + "tutor:snatch", + "tutor:snore", + "tutor:spite", + "tutor:substitute", + "tutor:waterpledge", + "tutor:waterpulse", + "tutor:watershuriken" + ], + "labels": [ + "gen6" + ], + "pokedex": [ + "cobblemon.species.greninja.desc" + ], + "preEvolution": "ashgreninjaincomplete3", + "evolutions": [ + { + "id": "greninja3_ashgreninja", + "variant": "level_up", + "result": "ashgreninja", + "consumeHeldItem": false, + "requirements": [ + { + "variant": "properties", + "target": "ability=battlebond" + }, + { + "variant": "friendship", + "amount": 255 + } + ] + } + ], + "baseScale": 0.9, + "hitbox": { + "width": 1, + "height": 2, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 3 + }, + "height": 15, + "weight": 400, + "aspects": [], + "cannotDynamax": false +} \ No newline at end of file diff --git a/global_packs/required_data/BattleBond [V1.4]/data/cobblemon/species/generation6/greninjabb.json b/global_packs/required_data/BattleBond [V1.4]/data/cobblemon/species/generation6/greninjabb.json new file mode 100644 index 0000000..5845897 --- /dev/null +++ b/global_packs/required_data/BattleBond [V1.4]/data/cobblemon/species/generation6/greninjabb.json @@ -0,0 +1,194 @@ +{ + "implemented": true, + "name": "Greninja", + "nationalPokedexNumber": 658, + "primaryType": "water", + "secondaryType": "dark", + "abilities": [ + "battlebond" + ], + "baseStats": { + "hp": 72, + "attack": 95, + "defence": 67, + "special_attack": 103, + "special_defence": 71, + "speed": 122 + }, + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": false, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "swim": { + "canSwimInWater": true, + "canBreatheUnderwater": true + } + } + }, + "catchRate": 45, + "maleRatio": 0.875, + "shoulderMountable": false, + "baseExperienceYield": 239, + "experienceGroup": "medium_slow", + "eggCycles": 20, + "eggGroups": [ + "water_1" + ], + "moves": [ + "1:bubble", + "1:growl", + "1:haze", + "1:matblock", + "1:nightslash", + "1:pound", + "1:quickattack", + "1:roleplay", + "1:watergun", + "1:watershuriken", + "10:lick", + "14:waterpulse", + "19:smokescreen", + "23:shadowsneak", + "28:spikes", + "33:aerialace", + "33:feintattack", + "42:substitute", + "49:extrasensory", + "56:doubleteam", + "68:hydropump", + "tm:acrobatics", + "tm:aerialace", + "tm:attract", + "tm:blizzard", + "tm:brickbreak", + "tm:brutalswing", + "tm:chillingwater", + "tm:confide", + "tm:cut", + "tm:darkpulse", + "tm:dig", + "tm:dive", + "tm:doubleteam", + "tm:echoedvoice", + "tm:endure", + "tm:facade", + "tm:falseswipe", + "tm:fling", + "tm:frustration", + "tm:gigaimpact", + "tm:grassknot", + "tm:gunkshot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hydrocannon", + "tm:hydropump", + "tm:hyperbeam", + "tm:icebeam", + "tm:icepunch", + "tm:icywind", + "tm:liquidation", + "tm:lowkick", + "tm:lowsweep", + "tm:mudshot", + "tm:mudslap", + "tm:poweruppunch", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:scald", + "tm:secretpower", + "tm:sleeptalk", + "tm:smackdown", + "tm:snowscape", + "tm:spikes", + "tm:strength", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:swordsdance", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thief", + "tm:toxic", + "tm:toxicspikes", + "tm:trailblaze", + "tm:uturn", + "tm:waterfall", + "tm:waterpledge", + "tm:waterpulse", + "tm:workup", + "tutor:bounce", + "tutor:gunkshot", + "tutor:happyhour", + "tutor:hydrocannon", + "tutor:hydropump", + "tutor:icepunch", + "tutor:icywind", + "tutor:lowkick", + "tutor:matblock", + "tutor:roleplay", + "tutor:shadowsneak", + "tutor:snatch", + "tutor:snore", + "tutor:spite", + "tutor:substitute", + "tutor:waterpledge", + "tutor:waterpulse", + "tutor:watershuriken" + ], + "labels": [ + "gen6" + ], + "pokedex": [ + "cobblemon.species.greninja.desc" + ], + "preEvolution": "frogadier", + "evolutions": [ + { + "id": "greninjabb_ashgreninjaincomplete", + "variant": "level_up", + "result": "ashgreninjaincomplete", + "consumeHeldItem": false, + "requirements": [ + { + "variant": "properties", + "target": "ability=battlebond" + }, + { + "variant": "friendship", + "amount": 63 + } + ] + } + ], + "baseScale": 0.9, + "hitbox": { + "width": 1, + "height": 2, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 3 + }, + "height": 15, + "weight": 400, + "aspects": [], + "cannotDynamax": false +} \ No newline at end of file diff --git a/global_packs/required_data/BattleBond [V1.4]/pack.mcmeta b/global_packs/required_data/BattleBond [V1.4]/pack.mcmeta new file mode 100644 index 0000000..08bdab6 --- /dev/null +++ b/global_packs/required_data/BattleBond [V1.4]/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "pack_format": 10, + "description": "Adds Ash-Greninja To the game" + } +} \ No newline at end of file diff --git a/global_packs/required_data/BattleBond [V1.4]/pack.png b/global_packs/required_data/BattleBond [V1.4]/pack.png new file mode 100644 index 0000000..5ca9493 Binary files /dev/null and b/global_packs/required_data/BattleBond [V1.4]/pack.png differ diff --git a/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/cafe_alolan_raichu/cafe_raichu_alolan.animation.json b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/cafe_alolan_raichu/cafe_raichu_alolan.animation.json new file mode 100644 index 0000000..e4fa57b --- /dev/null +++ b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/cafe_alolan_raichu/cafe_raichu_alolan.animation.json @@ -0,0 +1,407 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.cafe_raichu_alolan.ground_idle": { + "loop": true, + "bones": { + "body": { + "rotation": ["2.5-1.5*math.sin(q.anim_time*90*2-40)*2", "0+0.5*math.sin(q.anim_time*90)*4", 0], + "position": [0, "5+0.05*(math.sin(q.anim_time*90*3)*6)", 0] + }, + "head": { + "rotation": ["-10+math.sin(query.anim_time*90*2)*2", "math.sin(query.anim_time*90)*4", 0] + }, + "ear_right": { + "rotation": [0, 0, "math.sin(q.anim_time*90*2+90)*2"] + }, + "ear_left": { + "rotation": [0, 0, "-math.sin(q.anim_time*90*2+90)*2"] + }, + "arm_right": { + "rotation": [62.5, -47.75, -121], + "position": [-1, 0, 0.5] + }, + "arm_left": { + "rotation": [62.5, 47.75, 121], + "position": [1, 0, 0.5] + }, + "leg_right": { + "rotation": [17.5, 8.7, -7.37], + "position": [0, 0, 0] + }, + "leg_left": { + "rotation": [30, -3.15, 5.9], + "position": [0, 0, -0.225] + }, + "foot_right": { + "rotation": ["28.8+1*math.sin(q.anim_time*90*2-40)*2", "8-1*math.sin(q.anim_time*90*2-40)*2", 6] + }, + "foot_left": { + "rotation": ["-1*math.sin(q.anim_time*90*2-40)*2", "-10.15-1*math.sin(q.anim_time*90*2-40)*2", -2.85] + }, + "toes_right": { + "rotation": [-26, 0, -1] + }, + "toes_left": { + "rotation": [-15, -1.7, -6], + "position": [0, -0.075, 0] + }, + "tail": { + "rotation": [46.37, 2.6, "-101.1-1*math.sin(q.anim_time*90*2-40)*2"], + "position": [0, -0.75, 0] + }, + "tail_2": { + "rotation": [20, -5.75, -4.25] + }, + "tail_3": { + "rotation": [38.25, 1.835, -4.38] + }, + "tail_4": { + "rotation": [37, 7, -7] + }, + "tail_5": { + "rotation": [44.3, 2.5, -10.85] + }, + "tail_6": { + "rotation": [44.35, 5.1, -2.5] + }, + "tail_7": { + "rotation": [33.48, -0.05, 12.32] + }, + "pancake2": { + "rotation": [50.85852, 27.36929, -42.51352], + "position": [9, 23, 6] + } + } + }, + "animation.cafe_raichu_alolan.ground_walk": { + "loop": true, + "bones": { + "body": { + "rotation": ["-2.5+1.5*math.sin(q.anim_time*90*2-40)*2", "65.5+0.5*math.sin(q.anim_time*90)*4", -1.5], + "position": [0, "5+0.05*(math.sin(q.anim_time*90*3)*6)", "0.5*math.sin(q.anim_time*90*2-40)*2"] + }, + "head": { + "rotation": ["-4.5+math.sin(query.anim_time*90*2)*2", "-40.5+math.sin(query.anim_time*90)*4", -4.5], + "position": [0, 0.3, 0] + }, + "ear_right": { + "rotation": [0, 0, "math.sin(q.anim_time*90*2+90)*2"] + }, + "ear_left": { + "rotation": [0, 0, "-math.sin(q.anim_time*90*2+90)*2"] + }, + "arm_right": { + "rotation": ["2.5+math.sin(q.anim_time*90*1.5)*2", "-1.75+math.sin(q.anim_time*90*1.5)*3", "-4+math.sin(q.anim_time*90*1.5-30)*2"], + "position": [0.1, -0.55, 0.5] + }, + "arm_left": { + "rotation": ["2.5+math.sin(q.anim_time*90*1.5)*2", "1.6+math.sin(q.anim_time*90*1.5)*3", "6.5-math.sin(q.anim_time*90*1.5-30)*2"], + "position": [-0.3, -0.55, 0.5] + }, + "leg_right": { + "rotation": [17.5, 8.7, -7.37], + "position": [0, 0, 0] + }, + "leg_left": { + "rotation": [30, -3.15, 5.9], + "position": [0, 0, -0.225] + }, + "foot_right": { + "rotation": ["28.8+1*math.sin(q.anim_time*90*2.5-40)*2", "8-1*math.sin(q.anim_time*90*2.5-40)*2", 6] + }, + "foot_left": { + "rotation": ["-1*math.sin(q.anim_time*90*2.5-40)*2", "-10.15-1*math.sin(q.anim_time*90*2.5-40)*2", -2.85] + }, + "toes_right": { + "rotation": [-26, 0, -1] + }, + "toes_left": { + "rotation": [-15, -1.7, -6] + }, + "tail": { + "rotation": [46.37, 2.6, "-101.1-1*math.sin(q.anim_time*90*2.5-40)*2"], + "position": [0, -0.75, 0] + }, + "tail_2": { + "rotation": [20, -5.75, -4.25] + }, + "tail_3": { + "rotation": [38.25, 1.835, -4.38] + }, + "tail_4": { + "rotation": [37, 7, -7] + }, + "tail_5": { + "rotation": [44.3, 2.5, -10.85] + }, + "tail_6": { + "rotation": [44.35, 5.1, -2.5] + }, + "tail_7": { + "rotation": [33.48, -0.05, 12.32] + }, + "pancake2": { + "rotation": [0, -160, 0], + "position": [11, 14, -15] + } + } + }, + "animation.cafe_raichu_alolan.sleep": { + "loop": true, + "bones": { + "body": { + "rotation": ["90+0.5*math.sin(q.anim_time*90+60)*2", "12+0.5*math.sin(q.anim_time*90)*4", "60+0.25*(math.sin(q.anim_time*90)*6)"], + "position": [0, "0.05*(math.sin(q.anim_time*90)*6)", 2] + }, + "torso": { + "rotation": ["-1.3+math.sin(query.anim_time*90*0.5)*1.5", 0.57, 6.5] + }, + "head": { + "rotation": ["10.9+math.sin(query.anim_time*90)*1.5", 20.28, 17], + "position": [-0.73, 0.44, -0.59] + }, + "eye_right": { + "rotation": [0, 0, -10] + }, + "eye_left": { + "rotation": [0, 0, 10] + }, + "eyelid_right": { + "position": [0, 0, -0.1] + }, + "eyelid_left": { + "position": [0, 0, -0.1] + }, + "ear_right": { + "rotation": [-30, 0, "math.sin(q.anim_time*90*2+90)*2"], + "position": [0, 0, 0] + }, + "ear_left": { + "rotation": [-20.3, -21.5, "-3.7-math.sin(q.anim_time*90*2+90)*2"], + "position": [0, 0, 0] + }, + "arm_right": { + "rotation": [57.9, "-73+0.5*math.sin(query.anim_time*90)*3", -121], + "position": [0, -0.5, 0] + }, + "arm_left": { + "rotation": [-88.2, "64.154-0.5*math.sin(query.anim_time*90)*3", -164.6], + "position": [-1, 0.18, -0.85] + }, + "leg_right": { + "rotation": [-22.66, -0.675, -19.8], + "position": [0.15, -1.03, 0.5] + }, + "leg_left": { + "rotation": ["-84-0.25*(math.sin(q.anim_time*90)*6)", 30, 13], + "position": [-0.5, -0.84, -0.72] + }, + "foot_right": { + "rotation": [36.7, 9.5, "-17.6+0.25*(math.sin(q.anim_time*90)*6)"], + "position": [0.25, 0.3, -0.4] + }, + "foot_left": { + "rotation": [54.4, 20.4, -4.92], + "position": [0, 0.5, -0.75] + }, + "toes_left": { + "rotation": ["-1.21+1*(math.sin(q.anim_time*90+60)*6)", -10, 3], + "position": [0, 0, 0.2] + }, + "toes_right": { + "rotation": ["-11+1.5*(math.sin(q.anim_time*90+80)*6)", 0, 0] + }, + "tail": { + "rotation": [-114.75, 46.5, -12.3], + "position": [0, 0, -0.65] + }, + "tail_2": { + "rotation": [-33.45, 14.25, -19.12], + "position": [0.11, -0.1, -0.47] + }, + "tail_3": { + "rotation": [43.18, -1.35, 4.5] + }, + "tail_4": { + "rotation": [73.3, -7.8, 15.54] + }, + "tail_5": { + "rotation": [71.6, -3.6, 14.5] + }, + "tail_6": { + "rotation": [40.5, 0.45, 11.8] + }, + "tail_7": { + "rotation": [-5, -4.15, 6.6] + }, + "pancake2": { + "rotation": [7.5, 0, 0], + "position": [0, 14, -3] + } + } + }, + "animation.cafe_raichu_alolan.cry": { + "animation_length": 1.15, + "bones": { + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "mouth_closed": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0.2], + "lerp_mode": "catmullrom" + }, + "0.7": { + "post": [0, 0, 0.2], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "mouth_open": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [0, 0, -0.2], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -0.2], + "lerp_mode": "catmullrom" + }, + "1.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + }, + "sound_effects": { + "0.15": { + "effect": "pokemon.raichu_alolan.cry" + } + } + }, + "animation.cafe_raichu_alolan.render": { + "loop": true, + "bones": { + "body": { + "rotation": [5, 0, 0], + "position": [0, 4, 0] + }, + "head": { + "rotation": [-20.15, 7, -2.5] + }, + "ear_right": { + "rotation": [1, -14.45, -4] + }, + "arm_right": { + "rotation": [-12, -13.5, -10], + "position": [0, -0.7, 1] + }, + "arm_left": { + "rotation": [12.45, 1, 5], + "position": [0, -0.7, 1] + }, + "leg_right": { + "rotation": [17.5, 8.7, -7.37], + "position": [0, 0, 0] + }, + "foot_right": { + "rotation": [28.8, 8, 6] + }, + "toes_right": { + "rotation": [-26.2, 1, 1.25] + }, + "leg_left": { + "rotation": [30, -3.15, 5.9], + "position": [0, 0, -0.225] + }, + "foot_left": { + "rotation": [0, -10.15, -2.85] + }, + "toes_left": { + "rotation": [-15.15, -0.4, -1.35] + }, + "tail": { + "rotation": [46.37, 2.6, -101.1], + "position": [0, -0.75, 0] + }, + "tail_2": { + "rotation": [20, -5.75, -4.25] + }, + "tail_3": { + "rotation": [38.25, 1.835, -4.38] + }, + "tail_4": { + "rotation": [37, 7, -7] + }, + "tail_5": { + "rotation": [44.3, 2.5, -10.85] + }, + "tail_6": { + "rotation": [44.35, 5.1, -2.5] + }, + "tail_7": { + "rotation": [33.48, -0.05, 12.32] + } + } + }, + "animation.cafe_raichu_alolan.blink": { + "animation_length": 0.1667, + "bones": { + "eyelid_left": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_right": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/cafe_fuecoco/cafe_fuecoco.animation.json b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/cafe_fuecoco/cafe_fuecoco.animation.json new file mode 100644 index 0000000..b9a7841 --- /dev/null +++ b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/cafe_fuecoco/cafe_fuecoco.animation.json @@ -0,0 +1,333 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.cafe_fuecoco.ground_idle": { + "loop": true, + "bones": { + "head": { + "rotation": ["-5+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "tail": { + "rotation": ["-7.5+math.sin(q.anim_time*90*2-25)*1.5", "0+math.sin(q.anim_time*90*1-20+180)*1", 0] + }, + "tail2": { + "rotation": ["7.5+math.sin(q.anim_time*90*2-50)*2", "0+math.sin(q.anim_time*90*1-40+180)*1.5", 0] + }, + "leg_right": { + "rotation": [0, 10, 0] + }, + "leg_left": { + "rotation": [0, -10, 0] + }, + "top_jaw": { + "rotation": [-2.5, 0, 0] + }, + "torso": { + "rotation": ["0+math.sin(q.anim_time*90*2+0)*1.5", "0+math.sin(q.anim_time*90*1+0)*0.5", "0+math.sin(q.anim_time*90*1+0)*1"], + "position": [0, "0+math.sin(q.anim_time*90*2+20+180)*0.15", 0] + }, + "hand_right": { + "rotation": ["0+math.sin(q.anim_time*90*2-30)*2.5", "0+math.sin(q.anim_time*90*1-30)*1", 0] + }, + "hand_left": { + "rotation": ["0+math.sin(q.anim_time*90*2-30)*2.5", "0+math.sin(q.anim_time*90*1-30)*1", 0] + }, + "fire_top_front": { + "rotation": ["0+math.sin(q.anim_time*90*2-55)*5", 0, "0+math.sin(q.anim_time*90*1-25)*3"] + }, + "fire_top_back": { + "rotation": ["0+math.sin(q.anim_time*90*2-70)*4", 0, "0+math.sin(q.anim_time*90*1-35)*2.5"] + } + } + }, + "animation.cafe_fuecoco.battle_idle": { + "loop": true, + "bones": { + "head": { + "rotation": ["-10+math.sin(q.anim_time*90*3-30)*5", 0, 0] + }, + "tail": { + "rotation": ["-10+math.sin(q.anim_time*90*3-25)*1.5", "math.sin(q.anim_time*90*1.5-30)*7.5", 0] + }, + "tail2": { + "rotation": ["12.5+math.sin(q.anim_time*90*3-50)*2", "0+math.sin(q.anim_time*90*1.5-60)*4.5", 0] + }, + "leg_right": { + "rotation": [0, 10, "3+math.sin(q.anim_time*90*1.5+0)*3"] + }, + "leg_left": { + "rotation": [0, -10, "-3+math.sin(q.anim_time*90*1.5+0)*3"] + }, + "top_jaw": { + "rotation": [-2.5, 0, 0] + }, + "torso": { + "rotation": ["7.5+math.sin(q.anim_time*90*3+0)*2.5", "math.sin(q.anim_time*90*1.5+0)*5", "math.sin(q.anim_time*90*1.5+0)*3.5"], + "position": [0, "0.25+math.sin(q.anim_time*90*3+20+180)*0.15", 0.5] + }, + "hand_right": { + "rotation": ["1.2992+math.sin(q.anim_time*90*3-30)*3", "24.2397+math.sin(q.anim_time*90*1.5-30)*4", 6.30008] + }, + "hand_left": { + "rotation": ["1.4199+math.sin(q.anim_time*90*3-30)*3", "-24.2336+math.sin(q.anim_time*90*1.5-30)*4", -6.34968] + }, + "fire_top_front": { + "rotation": ["0+math.sin(q.anim_time*90*3-55)*7.5", 0, "0+math.sin(q.anim_time*90*1.5-25)*4"] + }, + "fire_top_back": { + "rotation": ["0+math.sin(q.anim_time*90*3-70)*5.5", 0, "0+math.sin(q.anim_time*90*1.5-35)*3.5"] + }, + "body": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1.5+180)*1"], + "position": ["0+math.sin(q.anim_time*90*1.5+0)*0.075", -0.1, 0] + }, + "jaw": { + "rotation": [1, 0, 0] + } + } + }, + "animation.cafe_fuecoco.ground_walk": { + "loop": true, + "bones": { + "body": { + "position": [0, "0+math.sin(q.anim_time*90*8+30)*0.1", "0+math.sin(q.anim_time*90*8+30)*0.3"] + }, + "torso": { + "rotation": ["0+math.sin(q.anim_time*90*8-30)*2", "0+math.sin(q.anim_time*90*4-75+180)*7.5", "0+math.sin(q.anim_time*90*4+15)*4"], + "position": [0, "0+math.sin(q.anim_time*90*8+80)*0.25", 0] + }, + "head": { + "rotation": ["-5+math.sin(q.anim_time*90*8-60)*3", 0, "0+math.sin(q.anim_time*90*4-10)*2"] + }, + "fire_top_front": { + "rotation": ["0+math.sin(q.anim_time*90*8-75)*7.5", 0, "0+math.sin(q.anim_time*90*4-30)*3.5"] + }, + "fire_top_back": { + "rotation": ["0+math.sin(q.anim_time*90*8-90)*5", 0, "0+math.sin(q.anim_time*90*4-45)*2.5"] + }, + "hand_right": { + "rotation": ["0+math.sin(q.anim_time*90*8-60)*5", "0+math.sin(q.anim_time*90*4-30)*7.5", "0+math.sin(q.anim_time*90*4-0)*5"] + }, + "hand_left": { + "rotation": ["0+math.sin(q.anim_time*90*8-60)*5", "0+math.sin(q.anim_time*90*4-30)*7.5", "0+math.sin(q.anim_time*90*4-0)*5"] + }, + "tail": { + "rotation": ["-7.5+math.sin(q.anim_time*90*8-60)*5", "0+math.sin(q.anim_time*90*4-105+180)*5", 0] + }, + "tail2": { + "rotation": ["7.5+math.sin(q.anim_time*90*8-90)*3", "0+math.sin(q.anim_time*90*4-135+180)*5", 0] + }, + "leg_right": { + "rotation": [ + "math.clamp(math.sin(query.anim_time*90*4*1+180)*27.5,-27,0)+math.clamp(math.sin(query.anim_time*90*4*1+180)*22.5,0,22)", + "10+math.clamp(math.sin(query.anim_time*90*4*1+10)*10,-7.5,7.5)", + "-(math.clamp(math.sin(query.anim_time*90*4*1+190)*7.5,-7,0))" + ], + "position": [0, "math.clamp(math.sin(query.anim_time*90*4*1+200+180)*1,-0.1,1)", "0+math.sin(q.anim_time*90*4-75+180)*0.75"] + }, + "leg_left": { + "rotation": [ + "math.clamp(math.sin(query.anim_time*90*4*1+0)*27.5,-27,0)+math.clamp(math.sin(query.anim_time*90*4*1+0)*22.5,0,22)", + "-10+math.clamp(math.sin(query.anim_time*90*4*1+10)*10,-7.5,7.5)", + "math.clamp(math.sin(query.anim_time*90*4*1+10)*7.5,-7,0)" + ], + "position": [0, "math.clamp(math.sin(query.anim_time*90*4*1+200)*1,-0.1,1)", "0+math.sin(q.anim_time*90*4-75)*0.75"] + } + } + }, + "animation.cafe_fuecoco.blink": { + "animation_length": 0.1667, + "bones": { + "eyelid_left": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_right": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.12], + "0.1667": [0, 0, 0] + } + } + } + }, + "animation.cafe_fuecoco.cry": { + "animation_length": 1, + "bones": { + "torso": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": [-1.5, 0, 0], + "0.5833": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [-2, 0, 0], + "0.0833": [-10, 0, 0], + "0.125": [-12.5, 0, 0], + "0.1667": [-11, 0, 0], + "0.2083": [-5, 0, 0], + "0.25": [-5.5, 0, 0], + "0.2917": [-7, 0, 0], + "0.3333": [-7.5, 0, 0], + "0.375": [-7, 0, 0], + "0.4167": [-5, 0, 0], + "0.4583": [-7, 0, 0], + "0.5": [-7.5, 0, 0], + "0.5417": [-6.25, 0, 0], + "0.7083": [-1, 0, 0], + "0.75": [0, 0, 0] + } + }, + "top_jaw": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [-0.5, 0, 0], + "0.0833": [-2.5, 0, 0], + "0.125": [-5, 0, 0], + "0.1667": [-4.5, 0, 0], + "0.2083": [-2.5, 0, 0], + "0.25": [-2.25, 0, 0], + "0.2917": [-2.25, 0, 0], + "0.3333": [-2.5, 0, 0], + "0.375": [-2.25, 0, 0], + "0.4167": [0, 0, 0], + "0.4583": [-2, 0, 0], + "0.5": [-2.5, 0, 0], + "0.5417": [-2, 0, 0], + "0.625": [-0.5, 0, 0], + "0.7083": [0, 0, 0] + } + }, + "jaw": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [2.5, 0, 0], + "0.0833": [10, 0, 0], + "0.125": [12.5, 0, 0], + "0.1667": [10.75, 0, 0], + "0.2083": [5, 0, 0], + "0.25": [5.75, 0, 0], + "0.2917": [7, 0, 0], + "0.3333": [7.5, 0, 0], + "0.375": [6.25, 0, 0], + "0.4167": [2.5, 0, 0], + "0.4583": [6.25, 0, 0], + "0.5": [7.5, 0, 0], + "0.5417": [6.25, 0, 0], + "0.6667": [1, 0, 0], + "0.7083": [0, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [0, 0.5, 0], + "0.0833": [0, 4, 0], + "0.125": [0, 5, 0], + "0.1667": [0, 4, 0], + "0.25": [0, -4, 0], + "0.2917": [0, -5, 0], + "0.3333": [0, -4, 0], + "0.4167": [0, 4, 0], + "0.4583": [0, 5, 0], + "0.5": [0, 4.5, 0], + "0.6667": [0, 0.5, 0], + "0.7083": [0, 0, 0] + } + }, + "tail2": { + "rotation": { + "0.0833": [0, 0, 0], + "0.125": [0, 0.5, 0], + "0.1667": [0, 4, 0], + "0.2083": [0, 5, 0], + "0.25": [0, 4, 0], + "0.3333": [0, -4, 0], + "0.375": [0, -5, 0], + "0.4167": [0, -4, 0], + "0.5": [0, 4, 0], + "0.5417": [0, 5, 0], + "0.5833": [0, 4.5, 0], + "0.75": [0, 0.5, 0], + "0.7917": [0, 0, 0] + } + } + }, + "sound_effects": { + "0.0": { + "effect": "pokemon.fuecoco.cry" + } + } + }, + "animation.cafe_fuecoco.sleep": { + "loop": true, + "bones": { + "body": { + "position": [0, -2.25, 0] + }, + "torso": { + "rotation": ["0+math.sin(q.anim_time*90*1+0)*1.5", 0, "0+math.sin(q.anim_time*90*0.5+0)*1"] + }, + "head": { + "rotation": ["7.5+math.sin(q.anim_time*90*1-30)*1", 0, 0], + "position": [0, -0.85, 0] + }, + "eyelid_right": { + "position": [0, 0, -0.1] + }, + "eyelid_left": { + "position": [0, 0, -0.1] + }, + "top_jaw": { + "rotation": ["-1.5+math.sin(q.anim_time*90*1-30)*1.5", 0, 0] + }, + "fire_top_front": { + "rotation": ["12.5+math.sin(q.anim_time*90*1-60)*3", 0, "0+math.sin(q.anim_time*90*0.5-30)*2"] + }, + "fire_top_back": { + "rotation": ["7.5+math.sin(q.anim_time*90*1-70)*2", 0, "0+math.sin(q.anim_time*90*0.5-35)*1.75"] + }, + "jaw": { + "rotation": ["7.5+math.sin(q.anim_time*90*1-30)*1", 0, 0], + "position": [0, -0.85, 0] + }, + "hand_right": { + "rotation": ["14.8578+math.sin(q.anim_time*90*1-25)*2", -32.91892, 3.94351], + "position": [0, -0.6, -0.5] + }, + "hand_left": { + "rotation": ["14.8578+math.sin(q.anim_time*90*1-25)*2", 32.91892, -3.94351], + "position": [0, -0.6, -0.5] + }, + "tail": { + "rotation": ["5+math.sin(q.anim_time*90*1-30)*1.5", "0+math.sin(q.anim_time*90*0.5-25)*2", 0] + }, + "tail2": { + "rotation": ["2.5+math.sin(q.anim_time*90*1-60)*2", "0+math.sin(q.anim_time*90*0.5-50)*3", 0] + }, + "leg_right": { + "rotation": [-81.43739, 35.5078, -9.62663], + "position": [-0.5, -0.75, -1] + }, + "leg_left": { + "rotation": [-81.43739, -35.5078, 9.62663], + "position": [0.5, -0.75, -1] + } + } + }, + "animation.cafe_fuecoco.move": { + "loop": true, + "bones": { + "body": { + "position": [0, 0, "0-query.anim_time *90 *0.125"] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/cafe_jirachi/cafe_jirachi.animation.json b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/cafe_jirachi/cafe_jirachi.animation.json new file mode 100644 index 0000000..2d20311 --- /dev/null +++ b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/cafe_jirachi/cafe_jirachi.animation.json @@ -0,0 +1,124 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.jirachi.ground_idle": { + "loop": true, + "bones": { + "jirachi": { + "rotation": [5, 0, "2*(math.sin(q.anim_time*-50*4)*1+0)"], + "position": [0, "1+2*(math.sin(q.anim_time*50*4-90)*1+1)", 0] + }, + "head": { + "rotation": ["3*(math.sin(q.anim_time*50*4)*1+0)", 0, "1*(math.sin(q.anim_time*50*4)*1+0)"], + "position": [0, 0, -0.5] + }, + "paper_top": { + "rotation": ["30-5*(math.sin(q.anim_time*-50*4)*1+1)", 0, 0] + }, + "paper_left": { + "rotation": ["50-5*(math.sin(q.anim_time*-50*4)*1+1)", 0, "5-5*(math.sin(q.anim_time*-50*4)*1+1)"] + }, + "paper_right": { + "rotation": ["50-5*(math.sin(q.anim_time*-50*4)*1+1)", 0, "-5+5*(math.sin(q.anim_time*-50*4)*1+1)"] + }, + "left_ear": { + "rotation": ["75-5*(math.sin(q.anim_time*50*4)*1+1)", 0, 0] + }, + "right_ear": { + "rotation": ["75-5*(math.sin(q.anim_time*50*4)*1+1)", 0, 0] + }, + "left_foot": { + "rotation": ["20-5*(math.sin(q.anim_time*50*4)*1+1)", 15, 0] + }, + "right_foot": { + "rotation": ["20-5*(math.sin(q.anim_time*50*4)*1+1)", -15, 0] + }, + "left_arm": { + "rotation": [20, -5.5, "-20-5*(math.sin(q.anim_time*-50*4)*1+1)"] + }, + "right_arm": { + "rotation": [20, 5.5, "20+5*(math.sin(q.anim_time*-50*4)*1+1)"] + }, + "tail_left": { + "rotation": ["-10-3*(math.sin(q.anim_time*75*4)*1+1)", "-90+20*(math.sin(q.anim_time*-50*4)*1+1)", "-5*(math.sin(q.anim_time*-50*4)*1+1)"] + }, + "tail_left2": { + "rotation": ["10-10*(math.sin(q.anim_time*-50*4)*1+1)", "20-20*(math.sin(q.anim_time*-50*4)*1+1)", 0] + }, + "tail_left3": { + "rotation": ["15-15*(math.sin(q.anim_time*50*4)*1+1)", "25-25*(math.sin(q.anim_time*50*4)*1+1)", 0] + }, + "tail_right": { + "rotation": ["-10-3*(math.sin(q.anim_time*75*4)*1+1)", "90-20*(math.sin(q.anim_time*-50*4)*1+1)", "5*(math.sin(q.anim_time*-50*4)*1+1)"] + }, + "tail_right2": { + "rotation": ["10-10*(math.sin(q.anim_time*-50*4)*1+1)", "-20+20*(math.sin(q.anim_time*-50*4)*1+1)", 0] + }, + "tail_right3": { + "rotation": ["-10+10*(math.sin(q.anim_time*-50*4)*1+1)", "-25+25*(math.sin(q.anim_time*50*4)*1+1)", 0] + } + } + }, + "animation.jirachi.ground_walk": { + "loop": true, + "bones": { + "jirachi": { + "rotation": [25, 0, "2*(math.sin(q.anim_time*-50*4)*1+0)"], + "position": ["0.25+1*(math.sin(q.anim_time*50*4)*1+0)", "3.25+2*(math.sin(q.anim_time*50*4-90)*1+1)", 0] + }, + "torso": { + "rotation": ["5-5*(math.sin(q.anim_time*50*4)*1+0)", 0, 0] + }, + "head": { + "rotation": ["-25+5*(math.sin(q.anim_time*50*4)*1+0)", 0, "4*(math.sin(q.anim_time*50*4)*1+0)"], + "position": [0, 0, -0.5] + }, + "paper_top": { + "rotation": ["30-10*(math.sin(q.anim_time*-50*4)*1+1)", 0, 0] + }, + "paper_left": { + "rotation": ["50-10*(math.sin(q.anim_time*-50*4)*1+1)", 0, "5-5*(math.sin(q.anim_time*-50*4)*1+1)"] + }, + "paper_right": { + "rotation": ["50-10*(math.sin(q.anim_time*-50*4)*1+1)", 0, "-5+5*(math.sin(q.anim_time*-50*4)*1+1)"] + }, + "left_ear": { + "rotation": ["75-10*(math.sin(q.anim_time*50*4)*1+1)", 0, 0] + }, + "right_ear": { + "rotation": ["75-10*(math.sin(q.anim_time*50*4)*1+1)", 0, 0] + }, + "left_foot": { + "rotation": ["20-5*(math.sin(q.anim_time*50*4)*1+1)", 15, 0] + }, + "right_foot": { + "rotation": ["20-5*(math.sin(q.anim_time*50*4)*1+1)", -15, 0] + }, + "left_arm": { + "rotation": [20, -5.5, "-20-5*(math.sin(q.anim_time*-50*4)*1+1)"] + }, + "right_arm": { + "rotation": [20, 5.5, "20+5*(math.sin(q.anim_time*-50*4)*1+1)"] + }, + "tail_left": { + "rotation": ["-10-5*(math.sin(q.anim_time*75*4)*1+1)", "-90+20*(math.sin(q.anim_time*-50*4)*1+1)", "-5*(math.sin(q.anim_time*-50*4)*1+1)"] + }, + "tail_left2": { + "rotation": ["10-10*(math.sin(q.anim_time*-50*4)*1+1)", "20-20*(math.sin(q.anim_time*-50*4)*1+1)", 0] + }, + "tail_left3": { + "rotation": ["15-15*(math.sin(q.anim_time*50*4)*1+1)", "25-25*(math.sin(q.anim_time*50*4)*1+1)", 0] + }, + "tail_right": { + "rotation": ["-10-5*(math.sin(q.anim_time*75*4)*1+1)", "90-20*(math.sin(q.anim_time*-50*4)*1+1)", "5*(math.sin(q.anim_time*-50*4)*1+1)"] + }, + "tail_right2": { + "rotation": ["10-10*(math.sin(q.anim_time*-50*4)*1+1)", "-20+20*(math.sin(q.anim_time*-50*4)*1+1)", 0] + }, + "tail_right3": { + "rotation": ["-10+10*(math.sin(q.anim_time*-50*4)*1+1)", "-25+25*(math.sin(q.anim_time*50*4)*1+1)", 0] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/cafe_litten/cafe_litten.animation.json b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/cafe_litten/cafe_litten.animation.json new file mode 100644 index 0000000..60d6e68 --- /dev/null +++ b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/cafe_litten/cafe_litten.animation.json @@ -0,0 +1,4425 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.cafe_litten.ground_idle": { + "loop": true, + "bones": { + "leg_back_left1": { + "rotation": ["5+math.cos(q.anim_time*90*2)*1.25", 0, 0], + "position": [0, "-0.125-0.032*math.cos(q.anim_time*90*2)", "-0.045*math.cos(q.anim_time*90*2)"] + }, + "leg_back_left2": { + "rotation": ["-7.5-math.cos(q.anim_time*90*2)*1.75", 0, 0] + }, + "leg_back_left3": { + "rotation": ["2.5+math.cos(q.anim_time*90*2)*0.5", 0, 0] + }, + "leg_front_right1": { + "rotation": ["2.5+math.cos(q.anim_time*90*2-20)*1.25", 0, 0], + "position": [0, "-0.125-0.0365*math.cos(q.anim_time*90*2-20)", "-0.03*math.cos(q.anim_time*90*2-20)"] + }, + "leg_front_right2": { + "rotation": ["-7.5-math.cos(q.anim_time*90*2-20)*1.75", 0, 0] + }, + "leg_front_right3": { + "rotation": ["5+math.cos(q.anim_time*90*2-20)*0.5", 0, 0] + }, + "leg_front_left1": { + "rotation": ["2.5+math.cos(q.anim_time*90*2-20)*1.25", 0, 0], + "position": [0, "-0.125-0.0365*math.cos(q.anim_time*90*2-20)", "-0.03*math.cos(q.anim_time*90*2-20)"] + }, + "leg_front_left2": { + "rotation": ["-7.5-math.cos(q.anim_time*90*2-20)*1.75", 0, 0] + }, + "leg_front_left3": { + "rotation": ["5+math.cos(q.anim_time*90*2-20)*0.5", 0, 0] + }, + "leg_back_right1": { + "rotation": ["5+math.cos(q.anim_time*90*2)*1.25", 0, 0], + "position": [0, "-0.125-0.032*math.cos(q.anim_time*90*2)", "-0.045*math.cos(q.anim_time*90*2)"] + }, + "leg_back_right2": { + "rotation": ["-7.5-math.cos(q.anim_time*90*2)*1.75", 0, 0] + }, + "leg_back_right3": { + "rotation": ["2.5+math.cos(q.anim_time*90*2)*0.5", 0, 0] + }, + "tail4": { + "rotation": ["25+1.9*math.cos(q.anim_time*90*2-115)", "2.6*math.sin(q.anim_time*90*1.5-75)", 0] + }, + "tail3": { + "rotation": ["10+1.6*math.cos(q.anim_time*90*2-95)", "2.1*math.sin(q.anim_time*90*1.5-55)", 0] + }, + "tail2": { + "rotation": ["-35+1.4*math.cos(q.anim_time*90*2-75)", "1.9*math.sin(q.anim_time*90*1.5-35)", 0] + }, + "tail1": { + "rotation": ["47.5+1.2*math.cos(q.anim_time*90*2-55)", "1.7*math.sin(q.anim_time*90*1.5-15)", 0] + }, + "tail_end": { + "rotation": ["18.25+5.2*math.cos(q.anim_time*90*2-185)", "6*math.sin(q.anim_time*90*1.5-165)", 0] + }, + "tail5": { + "rotation": ["30+2.6*math.cos(q.anim_time*90*2-155)", "3.5*math.sin(q.anim_time*90*1.5-125)", 0] + }, + "neck": { + "rotation": ["30+0.3*math.cos(q.anim_time*90*2-85)", 0, "math.sin(q.anim_time*90*0.5-30)*0.7"] + }, + "head_angle": { + "rotation": ["-26+0.7*math.cos(q.anim_time*90*2-125)", 0, "math.sin(q.anim_time*90*0.5-70)*1.2"] + }, + "ear_left1": { + "rotation": ["2.5+2*math.cos(q.anim_time*90*2-135)", 0, "10+2*math.sin(q.anim_time*90*0.5-120)"] + }, + "ear_left2": { + "rotation": ["12.75+4*math.cos(q.anim_time*90*2-155)", 0, 0] + }, + "ear_right1": { + "rotation": ["2.5+2*math.cos(q.anim_time*90*2-135)", 0, "-10+2*math.sin(q.anim_time*90*0.5-120)"] + }, + "ear_right2": { + "rotation": ["12.75+4*math.cos(q.anim_time*90*2-155)", 0, 0] + }, + "head_ruff": { + "rotation": [-7.5, 0, 0] + }, + "torso": { + "rotation": ["math.cos(q.anim_time*90*2-20)*0.3", 0, "math.sin(q.anim_time*90*1+30)*1"], + "position": [0, "-math.cos(q.anim_time*90*2)*0.05", "-math.cos(q.anim_time*90*2)*0.03"] + }, + "chest": { + "rotation": ["0.4+math.cos(q.anim_time*90*2-50)*0.4", 0, 0] + }, + "whisker_right": { + "rotation": [0, 0, "-1.6*math.cos(q.anim_time*90*2-135)"] + }, + "whisker_left": { + "rotation": [0, 0, "1.6*math.cos(q.anim_time*90*2-135)"] + }, + "head_ruff_right": { + "rotation": ["2.5+3*math.cos(q.anim_time*90*2-165)", 0, "4*math.sin(q.anim_time*90*0.5-150)"] + }, + "head_ruff_left": { + "rotation": ["2.5+3*math.cos(q.anim_time*90*2-165)", 0, "4*math.sin(q.anim_time*90*0.5-150)"] + }, + "fur_spike_back1": { + "position": [0, 0.425, 0] + } + } + }, + "animation.cafe_litten.battle_idle": { + "loop": true, + "bones": { + "leg_back_left1": { + "rotation": ["26.5+2.4*math.cos(q.anim_time*90*3+40)", -1.36807, -12.4384], + "position": ["0.4+0.03*math.cos(q.anim_time*90*3+40)", "0.125-0.121*math.cos(q.anim_time*90*3+40)", "-1.1-0.02*math.cos(q.anim_time*90*3+40)"] + }, + "leg_back_left2": { + "rotation": ["-35.75-4*math.cos(q.anim_time*90*3+40)", 0, 0] + }, + "leg_back_left3": { + "rotation": ["9+1.6*math.cos(q.anim_time*90*3+40)", "-0.221*math.cos(q.anim_time*90*3+40)", "12.4384+0.05*math.cos(q.anim_time*90*3+40)"], + "position": [0.125, 0, 0] + }, + "leg_front_right1": { + "rotation": ["20.5+1*math.cos(q.anim_time*90*3+50)", 10.0707, 8.49602], + "position": ["-0.2-0.02*math.cos(q.anim_time*90*3+50)", "-0.825-0.145*math.cos(q.anim_time*90*3+50)", "1.95+0.057*math.cos(q.anim_time*90*3+50)"] + }, + "leg_front_right2": { + "rotation": ["-54.5-3*math.cos(q.anim_time*90*3+50)", 0, 0] + }, + "leg_front_right3": { + "rotation": ["35+2*math.cos(q.anim_time*90*3+50)", "-0.31*math.cos(q.anim_time*90*3+50)", -8.496] + }, + "leg_front_left1": { + "rotation": ["15+1*math.cos(q.anim_time*90*3+50)", -10.0707, -8.49602], + "position": ["0.2+0.01*math.cos(q.anim_time*90*3+50)", "-0.55-0.133*math.cos(q.anim_time*90*3+50)", "0.975+0.047*math.cos(q.anim_time*90*3+50)"] + }, + "leg_front_left2": { + "rotation": ["-48-3*math.cos(q.anim_time*90*3+50)", 0, 0] + }, + "leg_front_left3": { + "rotation": ["35+2*math.cos(q.anim_time*90*3+50)", "-0.31*math.cos(q.anim_time*90*3+50)", 8.496] + }, + "leg_back_right1": { + "rotation": ["26.5+2.4*math.cos(q.anim_time*90*3+40)", 1.36807, 12.4384], + "position": ["0.25-0.03*math.cos(q.anim_time*90*3+40)", "0.125-0.121*math.cos(q.anim_time*90*3+40)", "0.1-0.02*math.cos(q.anim_time*90*3+40)"] + }, + "leg_back_right2": { + "rotation": ["-35.75-4*math.cos(q.anim_time*90*3+40)", 0, 0] + }, + "leg_back_right3": { + "rotation": ["9+1.6*math.cos(q.anim_time*90*3+40)", "0.221*math.cos(q.anim_time*90*3+40)", "-12.4384+0.05*math.cos(q.anim_time*90*3+40)"], + "position": [-0.125, 0, 0] + }, + "tail4": { + "rotation": ["22.25+3*math.cos(q.anim_time*90*3-160)", "-5.4*math.cos(q.anim_time*90*4-230)", 0] + }, + "tail3": { + "rotation": ["22+1.8*math.cos(q.anim_time*90*3-130)", "-4*math.cos(q.anim_time*90*4-200)", 0] + }, + "tail2": { + "rotation": ["-8+1.4*math.cos(q.anim_time*90*3-110)", "-2.6*math.cos(q.anim_time*90*4-170)", 0], + "position": [0, 0, -0.425] + }, + "tail1": { + "rotation": ["45.5+1*math.cos(q.anim_time*90*3-90)", "-2.3*math.cos(q.anim_time*90*4-140)", 0] + }, + "tail_end": { + "rotation": ["12.5+6*math.cos(q.anim_time*90*3-220)", "-8*math.cos(q.anim_time*90*4-300)", 0] + }, + "tail5": { + "rotation": ["10.5+3.6*math.cos(q.anim_time*90*3-190)", "-6*math.cos(q.anim_time*90*4-260)", 0] + }, + "neck": { + "rotation": ["28.301+0.6*math.cos(q.anim_time*90*3-100)", -1.43366, "2.2343+0.4*math.cos(q.anim_time*90*1.5-170)"], + "position": [0, 0.375, -0.25] + }, + "head_angle": { + "rotation": ["-37.7052+0.5*math.cos(q.anim_time*90*3-130)", -3.49767, "-0.8141+0.6*math.cos(q.anim_time*90*1.5-190)"] + }, + "ear_left1": { + "rotation": ["34.6592-2*math.cos(q.anim_time*90*3-80)", -20.82433, 46.73822], + "position": [0.825, -0.725, -0.075] + }, + "ear_left2": { + "rotation": ["1-4*math.cos(q.anim_time*90*3-140)", 0, 0] + }, + "ear_right1": { + "rotation": ["34.6592-2*math.cos(q.anim_time*90*3-80)", 20.82433, -46.73822], + "position": [-0.825, -0.725, -0.075] + }, + "ear_right2": { + "rotation": ["1-4*math.cos(q.anim_time*90*3-140)", 0, 0] + }, + "head_ruff": { + "rotation": [-7.5, 0, 0] + }, + "body": { + "position": [0, -1.075, 0] + }, + "torso": { + "rotation": ["-0.4969-0.6*math.cos(q.anim_time*90*3-60)", 2.24711, "0.1165-1*math.cos(q.anim_time*90*1.5-150)"], + "position": [0.375, "0.6-0.1*math.cos(q.anim_time*90*3)", 0] + }, + "chest": { + "rotation": ["13.7515-0.7*math.cos(q.anim_time*90*3-80)", 1.246, 0.1057], + "position": [-0.025, 0, 0.225] + }, + "eyebrow_right_normal": { + "rotation": [0, 0, 7.5] + }, + "eyebrow_left_normal": { + "rotation": [0, 0, -7.5] + }, + "pupil_right_normal": { + "position": [0, 0.1, 0] + }, + "pupil_left_normal": { + "position": [0, 0.1, 0] + }, + "fur_spike_back1": { + "rotation": ["3.75-0.3*math.cos(q.anim_time*90*3-90)", 0, 0], + "position": [0, 3.7, 0] + }, + "fur_spike_back2": { + "position": [0, 3, 0] + }, + "whisker_right": { + "rotation": [0, 0, "8.5+1*math.cos(q.anim_time*90*3-170)"] + }, + "whisker_left": { + "rotation": [0, 0, "-8.5-1*math.cos(q.anim_time*90*3-170)"] + }, + "head_ruff_right": { + "rotation": ["11.9158-3*math.cos(q.anim_time*90*3-100)", 1.46014, -6.59089] + }, + "head_ruff_left": { + "rotation": ["11.9158-3*math.cos(q.anim_time*90*3-100)", -1.46014, 6.59089] + }, + "leg_front_claws_right": { + "position": [0, 0, -1] + }, + "leg_front_claws_left": { + "position": [0, 0, -1] + }, + "leg_back_claws_right": { + "position": [0, 0, -1] + }, + "leg_back_claws_left": { + "position": [0, 0, -1] + } + } + }, + "animation.cafe_litten.sleep": { + "loop": true, + "bones": { + "leg_back_left1": { + "rotation": ["-6.75+0.5*math.cos(q.anim_time*90*1-50)", -9.75, -4.75], + "position": [0.25, 1.2, "-0.03*math.cos(q.anim_time*90*1-50)"] + }, + "leg_back_left2": { + "rotation": ["-82.5-0.5*math.cos(q.anim_time*90*1-50)", 0, 0] + }, + "leg_back_left3": { + "rotation": [69, 0, 0], + "position": [0, -0.075, -0.3] + }, + "leg_front_right1": { + "rotation": ["-25.5+0.5*math.cos(q.anim_time*90*1-50)", 14.5, 0], + "position": [-0.45, 0.425, "1.025-0.03*math.cos(q.anim_time*90*1-50)"] + }, + "leg_front_right2": { + "rotation": ["-49.1584-0.5*math.cos(q.anim_time*90*1-50)", -42.03275, -28.12735], + "position": [-0.225, 0, 0] + }, + "leg_front_right3": { + "rotation": ["39-1*math.cos(q.anim_time*90*1-90)", 0, -33] + }, + "leg_front_left1": { + "rotation": ["-19.4053+0.5*math.cos(q.anim_time*90*1-50)", -47.38813, -7.59718], + "position": [0.45, 0.425, "1.025-0.03*math.cos(q.anim_time*90*1-50)"] + }, + "leg_front_left2": { + "rotation": ["-52.7795-0.5*math.cos(q.anim_time*90*1-50)", 42.75693, 33.38645], + "position": [0.025, -0.25, -0.225] + }, + "leg_front_left3": { + "rotation": ["39-1*math.cos(q.anim_time*90*1-90)", 0, 45.5] + }, + "leg_back_right1": { + "rotation": ["-6.75+0.5*math.cos(q.anim_time*90*1-50)", 9.75, 4.75], + "position": [-0.25, 1.2, "-0.03*math.cos(q.anim_time*90*1-50)"] + }, + "leg_back_right2": { + "rotation": ["-82.5-0.5*math.cos(q.anim_time*90*1-50)", 0, 0] + }, + "leg_back_right3": { + "rotation": [69, 0, 0], + "position": [0, -0.075, -0.3] + }, + "tail4": { + "rotation": ["-21.1994+1.5*math.cos(q.anim_time*90*1-160)", "32.5522-0.25*math.cos(q.anim_time*90*1-90)", -10.19808], + "position": [0, 0, -0.3] + }, + "tail3": { + "rotation": ["-31.8663+1*math.cos(q.anim_time*90*1-130)", "26.0255-0.25*math.cos(q.anim_time*90*1-70)", -6.25666], + "position": [0, 0, -0.275] + }, + "tail2": { + "rotation": ["-23.203+0.5*math.cos(q.anim_time*90*1-100)", "51.5915-0.25*math.cos(q.anim_time*90*1-50)", -22.69801] + }, + "tail1": { + "rotation": ["-19.388+1*math.cos(q.anim_time*90*1-70)", "25.6053-0.25*math.cos(q.anim_time*90*1-30)", -0.37086], + "position": [0, -0.85, 0] + }, + "tail_end": { + "rotation": ["7.871+3*math.cos(q.anim_time*90*1-240)", "28.922-3.5*math.cos(q.anim_time*90*1-160)", 14.93065] + }, + "tail5": { + "rotation": ["7.0852+2*math.cos(q.anim_time*90*1-200)", "14.0205-0.25*math.cos(q.anim_time*90*1-110)", 1.56752] + }, + "neck": { + "rotation": ["70.3376-0.3*math.cos(q.anim_time*90*1-120)", -4.0014, 2.12803] + }, + "head_angle": { + "rotation": ["-54.8708+1*math.cos(q.anim_time*90*1-140)", "-8.4812-0.6*math.cos(q.anim_time*90*0.5-180)", 17.05036] + }, + "ear_left1": { + "rotation": ["24.9177+2.5*math.cos(q.anim_time*90*1-160)", -0.63632, 24.73657] + }, + "ear_left2": { + "rotation": ["34.25+4*math.cos(q.anim_time*90*1-190)", 0, 0] + }, + "ear_right1": { + "rotation": ["24.9177+2.5*math.cos(q.anim_time*90*1-160)", 0.63632, -24.73657] + }, + "ear_right2": { + "rotation": ["34.25+4*math.cos(q.anim_time*90*1-190)", 0, 0] + }, + "head_ruff": { + "rotation": [-7.5, 0, 0] + }, + "body": { + "position": [0, -5.5, 0.5] + }, + "torso": { + "rotation": ["7.75+0.25*math.cos(q.anim_time*90*1-40)", 0, 0], + "position": [0, "0.275-0.03*math.cos(q.anim_time*90*1)", 0] + }, + "chest": { + "rotation": ["-9.2982+0.35*math.cos(q.anim_time*90*1-60)", -9.66179, 1.08777], + "position": [-0.175, -0.125, 1.1] + }, + "eyelid_right_normal": { + "position": [-0.1, 0, -0.1] + }, + "eyelid_left_normal": { + "position": [0.1, 0, -0.1] + }, + "whisker_right": { + "rotation": [0, 0, "9.5-1*math.cos(q.anim_time*90*1-180)"] + }, + "whisker_left": { + "rotation": [0, 0, "-9.5+1*math.cos(q.anim_time*90*1-180)"] + }, + "head_ruff_right": { + "rotation": ["8+2.5*math.cos(q.anim_time*90*1-180)", 0, 0] + }, + "head_ruff_left": { + "rotation": ["8+2.5*math.cos(q.anim_time*90*1-180)", 0, 0] + }, + "fur_spike_back1": { + "position": [0, 0.425, 0] + } + } + }, + "animation.cafe_litten.cry": { + "animation_length": 2.5, + "bones": { + "torso": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0.65, 0, 0], + "post": [0.65, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0.9, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-1.025, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-1.125, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-0.7, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [1.05, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [1.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": [0, 0, 0] + } + }, + "chest": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [1.825, 0, 0], + "post": [1.825, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [1.175, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [1.7, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [3.925, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [4.225, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0.3, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": [0, 0, 0] + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [5, 0, 0], + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [6.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-2.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-0.85, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-0.85, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [6.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [6.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": [0, 0, 0] + } + }, + "head_angle": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [6, 0, 0], + "post": [6, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-2.24827, 0.08831, 2.24827], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-1.28547, 0.08831, 2.24827], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-4.78196, -0.20366, -1.23954], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [3.75112, -0.20366, -1.23954], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [4.885, -0.2, -1.24], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [4.35112, -0.20366, -1.23954], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": [0, 0, 0] + } + }, + "mouth_open": { + "position": { + "0.0": [0, 0, 0], + "0.1667": {"pre": [0, 0, 0], "post": [0, -0.1, -0.1]}, + "0.75": {"pre": [0, -0.1, -0.1], "post": [0, 0, 0]} + } + }, + "mouth_closed": { + "position": { + "0.0": [0, 0, 0], + "0.1667": {"pre": [0, 0, 0], "post": [0, 0.1, 0.1]}, + "0.75": {"pre": [0, 0.1, 0.1], "post": [0, 0, 0]} + } + }, + "whisker_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.2917": { + "pre": [0, -6.6, -6.1], + "post": [0, -6.6, -6.1], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 5.87932], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 5.6, 1.18316], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -2.1, -1.01684], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 1.1, 1.18316], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, -0.7, -0.71684], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": [0, 0, 0] + } + }, + "whisker_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.2917": { + "pre": [0, 6.6, 6.1], + "post": [0, 6.6, 6.1], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, -5.87932], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, -5.6, -1.18316], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 2.1, 1.01684], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, -1.1, -1.18316], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0.7, 0.71684], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": [0, 0, 0] + } + }, + "head_ruff_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.2917": { + "pre": [7.75, 0, 0], + "post": [7.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-8.24504, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [1.48548, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-6.55961, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [17.63374, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [24.73374, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [24.73374, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": [0, 0, 0] + } + }, + "head_ruff_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.2917": { + "pre": [7.75, 0, 0], + "post": [7.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-8.24504, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [1.48548, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-6.55961, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [17.63374, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [24.73374, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [24.73374, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": [0, 0, 0] + } + }, + "ear_right1": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [7.75, 0, 0], + "post": [7.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-8.24504, 0.28693, 1.97932], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [1.48548, 0.18285, -2.76958], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-6.55961, 0.40668, -8.91684], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [17.63374, 0.40668, -8.91684], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [24.73374, 0.40668, -8.91684], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [24.73374, 0.40668, -8.01684], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": [0, 0, 0] + } + }, + "ear_right2": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": { + "pre": [7.75, 0, 0], + "post": [7.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-5.09504, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [1.48548, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-14.40961, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [6.68374, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [20.08374, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [16.10874, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": [0, 0, 0] + } + }, + "ear_left1": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [7.75, 0, 0], + "post": [7.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-8.24504, -0.28693, -1.97932], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [1.48548, -0.18285, 2.76958], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-6.55961, -0.40668, 8.91684], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [17.63374, -0.40668, 8.91684], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [24.73374, -0.40668, 8.91684], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [24.73374, -0.40668, 8.01684], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": [0, 0, 0] + } + }, + "ear_left2": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": { + "pre": [7.75, 0, 0], + "post": [7.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-5.09504, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [1.48548, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-14.40961, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [6.68374, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [20.08374, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [16.10874, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": [0, 0, 0] + } + }, + "tail1": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [1.6, 0, 0], + "post": [1.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [1.85, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-0.925, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-1.025, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-0.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-7.525, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-8.225, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-8.225, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-0.475, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": [0, 0, 0] + } + }, + "tail2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [1.6, 0, 0], + "post": [1.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [1.85, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-0.925, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-1.025, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [36.3, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [36.3, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [36.3, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [2.425, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": [0, 0, 0] + } + }, + "tail3": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [1.6, 0, 0], + "post": [1.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [1.85, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-0.925, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-1.025, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-9.2, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-9.2, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-9.2, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-0.825, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": [0, 0, 0] + } + }, + "tail4": { + "rotation": { + "0.0": [0, 0, 0], + "0.4167": { + "pre": [1.6, 0, 0], + "post": [1.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1.85, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-0.925, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-24.7, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-24.7, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-24.7, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-3.05, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": [0, 0, 0] + } + }, + "tail5": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": { + "pre": [1.6, 0, 0], + "post": [1.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [1.85, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-0.925, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-31.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-24.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-24.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-1.8, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": [0, 0, 0] + } + }, + "tail_end": { + "rotation": { + "0.0": [0, 0, 0], + "0.5833": { + "pre": [1.6, 0, 0], + "post": [1.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [1.85, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-0.925, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-25.85, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-25.85, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-25.85, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-2.2, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": [0, 0, 0] + } + }, + "eyelid_right_normal": { + "position": { + "0.0": [0, 0, 0], + "0.0833": {"pre": [0, 0, 0], "post": [-0.1, 0, -0.1]}, + "0.2083": {"pre": [-0.1, 0, -0.1], "post": [0, 0, 0]}, + "0.75": {"pre": [0, 0, 0], "post": [-0.1, 0, -0.1]}, + "1.3333": {"pre": [-0.1, 0, -0.1], "post": [0, 0, 0]} + } + }, + "eyelid_left_normal": { + "position": { + "0.0": [0, 0, 0], + "0.0833": {"pre": [0, 0, 0], "post": [0.1, 0, -0.1]}, + "0.2083": {"pre": [0.1, 0, -0.1], "post": [0, 0, 0]}, + "0.75": {"pre": [0, 0, 0], "post": [0.1, 0, -0.1]}, + "1.3333": {"pre": [0.1, 0, -0.1], "post": [0, 0, 0]} + } + } + }, + "sound_effects": { + "0.1667": { + "effect": "pokemon.litten.cry" + } + } + }, + "animation.cafe_litten.blink": { + "animation_length": 0.1667, + "bones": { + "eyelid_right_normal": { + "position": { + "0.0": [-0.1, 0, -0.1], + "0.125": [-0.1, 0, -0.1], + "0.1667": {"pre": [-0.1, 0, -0.1], "post": [0, 0, 0]} + } + }, + "eyelid_left_normal": { + "position": { + "0.0": [0.1, 0, -0.1], + "0.125": [0.1, 0, -0.1], + "0.1667": {"pre": [0.1, 0, -0.1], "post": [0, 0, 0]} + } + } + } + }, + "animation.cafe_litten.recoil": { + "animation_length": 1.5, + "bones": { + "torso": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [-3, 0, 0], + "0.5417": { + "pre": [0.625, 0, 0], + "post": [0.625, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [1.125, 0, "3*math.sin(q.anim_time*90*20-90)"], + "lerp_mode": "catmullrom" + }, + "1.1667": [0, 0, -0.56], + "1.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, -0.075, 1.025], + "0.2917": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, -0.225, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "chest": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [5.325, 0, 0], + "0.1667": { + "pre": [6.325, 0, 0], + "post": [6.325, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [3.85, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [6.005, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [5.28121, 6.22368, 0.57415], + "0.2083": { + "pre": [5.28121, 6.22368, 0.57415], + "post": [5.28121, 6.22368, 0.57415], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [3.07, -0.33, 0.01], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0.87377, 0, "0.75*math.sin(q.anim_time*90*20-40)"], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0.05, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "head_angle": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [12.87089, 11.96466, 4.65311], + "0.25": { + "pre": [12.87089, 11.96466, 4.65311], + "post": [12.87089, 11.96466, 4.65311], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [11.93974, 0, "3*math.sin(q.anim_time*90*20)"], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [14.33974, 0, "4*math.sin(q.anim_time*90*20)"], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [1.7, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "eyelid_right_normal": { + "position": { + "0.0": [-0.1, 0, -0.1], + "0.25": {"pre": [-0.1, 0, -0.1], "post": [0, 0, 0]}, + "0.4167": {"pre": [0, 0, 0], "post": [-0.1, 0, -0.1]}, + "1.3333": {"pre": [-0.1, 0, -0.1], "post": [0, 0, 0]} + } + }, + "eyelid_left_normal": { + "position": { + "0.0": [0.1, 0, -0.1], + "0.25": {"pre": [0.1, 0, -0.1], "post": [0, 0, 0]}, + "0.4167": {"pre": [0, 0, 0], "post": [0.1, 0, -0.1]}, + "1.3333": {"pre": [0.1, 0, -0.1], "post": [0, 0, 0]} + } + }, + "whisker_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [0, -33.75, 0], + "0.2917": { + "pre": [0, 10.75, 0], + "post": [0, 10.75, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, "6*math.sin(q.anim_time*90*20-90)"], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, "6*math.sin(q.anim_time*90*20-90)"], + "lerp_mode": "catmullrom" + }, + "1.25": [0, 0, 0], + "1.5": [0, 0, 0] + } + }, + "whisker_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [0, 33.75, 0], + "0.2917": { + "pre": [0, -10.75, 0], + "post": [0, -10.75, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, "6*math.sin(q.anim_time*90*20-90)"], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, "6*math.sin(q.anim_time*90*20-90)"], + "lerp_mode": "catmullrom" + }, + "1.25": [0, 0, 0], + "1.5": [0, 0, 0] + } + }, + "ear_right1": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [28, 0, 0], + "0.1667": { + "pre": [-10.25, 0, 0], + "post": [-10.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [7.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, "10*math.sin(q.anim_time*90*20-90)"], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, "10*math.sin(q.anim_time*90*20-90)"], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "ear_left1": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [28, 0, 0], + "0.1667": { + "pre": [-10.25, 0, 0], + "post": [-10.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [7.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, "10*math.sin(q.anim_time*90*20-90)"], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, "10*math.sin(q.anim_time*90*20-90)"], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "tail1": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [5.75, 0, 0], + "0.1667": { + "pre": [-3.5, 0, 0], + "post": [-3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [4.2, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "tail2": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [5.75, 0, 0], + "0.2083": { + "pre": [-3.5, 0, 0], + "post": [-3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [4.2, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "tail3": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [5.75, 0, 0], + "0.25": { + "pre": [-3.5, 0, 0], + "post": [-3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [4.2, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "tail4": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": [5.75, 0, 0], + "0.2917": { + "pre": [-3.5, 0, 0], + "post": [-3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [4.2, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "tail5": { + "rotation": { + "0.0": [0, 0, 0], + "0.2083": [5.75, 0, 0], + "0.3333": { + "pre": [-3.5, 0, 0], + "post": [-3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [4.2, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "leg_front_right1": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [-6.5, 0, 0], + "0.375": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, -0.055, 0.825], + "0.375": [0, 0, 0] + } + }, + "leg_front_right2": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [-0.5, 0, 0], + "0.375": [0, 0, 0] + } + }, + "leg_front_right3": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [7, 0, 0], + "0.375": [0, 0, 0] + } + }, + "leg_front_left1": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [-6.5, 0, 0], + "0.375": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, -0.055, 0.825], + "0.375": [0, 0, 0] + } + }, + "leg_front_left2": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [-0.5, 0, 0], + "0.375": [0, 0, 0] + } + }, + "leg_front_left3": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [7, 0, 0], + "0.375": [0, 0, 0] + } + }, + "leg_back_right1": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [-6.5, 0, 0], + "0.375": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, 0.033, 0.8], + "0.375": [0, 0, 0] + } + }, + "leg_back_right2": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [-0.5, 0, 0], + "0.375": [0, 0, 0] + } + }, + "leg_back_right3": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [7, 0, 0], + "0.375": [0, 0, 0] + } + }, + "leg_back_left1": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [-6.5, 0, 0], + "0.375": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, 0.033, 0.8], + "0.375": [0, 0, 0] + } + }, + "leg_back_left2": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [-0.5, 0, 0], + "0.375": [0, 0, 0] + } + }, + "leg_back_left3": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [7, 0, 0], + "0.375": [0, 0, 0] + } + }, + "head_ruff_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [28, 0, 0], + "0.2083": { + "pre": [-10.25, 0, 0], + "post": [-10.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [7.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, "10*math.sin(q.anim_time*90*20-90)"], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, "10*math.sin(q.anim_time*90*20-90)"], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "head_ruff_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [28, 0, 0], + "0.2083": { + "pre": [-10.25, 0, 0], + "post": [-10.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [7.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, "10*math.sin(q.anim_time*90*20-90)"], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, "10*math.sin(q.anim_time*90*20-90)"], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "tail_end": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [5.75, 0, 0], + "0.375": { + "pre": [-3.5, 0, 0], + "post": [-3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [4.2, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + } + } + }, + "animation.cafe_litten.battle_recoil": { + "animation_length": 1.5, + "bones": { + "torso": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [-3, 0, 0], + "0.5417": { + "pre": [0.625, 0, 0], + "post": [0.625, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [1.125, 0, "3*math.sin(q.anim_time*90*20-90)"], + "lerp_mode": "catmullrom" + }, + "1.1667": [0, 0, -0.56], + "1.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, -0.075, 1.025], + "0.2917": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, -0.225, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "chest": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [5.325, 0, 0], + "0.1667": { + "pre": [6.325, 0, 0], + "post": [6.325, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [3.85, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [6.005, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [5.28121, 6.22368, 0.57415], + "0.2083": { + "pre": [5.28121, 6.22368, 0.57415], + "post": [5.28121, 6.22368, 0.57415], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [3.07, -0.33, 0.01], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0.87377, 0, "0.75*math.sin(q.anim_time*90*20-40)"], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0.05, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "head_angle": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [12.87089, 11.96466, 4.65311], + "0.25": { + "pre": [12.87089, 11.96466, 4.65311], + "post": [12.87089, 11.96466, 4.65311], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [11.93974, 0, "3*math.sin(q.anim_time*90*20)"], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [14.33974, 0, "4*math.sin(q.anim_time*90*20)"], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [1.7, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "eyelid_right_normal": { + "position": { + "0.0": [-0.1, 0, -0.1], + "0.25": {"pre": [-0.1, 0, -0.1], "post": [0, 0, 0]}, + "0.4167": {"pre": [0, 0, 0], "post": [-0.1, 0, -0.1]}, + "1.3333": {"pre": [-0.1, 0, -0.1], "post": [0, 0, 0]} + } + }, + "eyelid_left_normal": { + "position": { + "0.0": [0.1, 0, -0.1], + "0.25": {"pre": [0.1, 0, -0.1], "post": [0, 0, 0]}, + "0.4167": {"pre": [0, 0, 0], "post": [0.1, 0, -0.1]}, + "1.3333": {"pre": [0.1, 0, -0.1], "post": [0, 0, 0]} + } + }, + "whisker_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [0, -33.75, 0], + "0.2917": { + "pre": [0, 10.75, 0], + "post": [0, 10.75, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, "6*math.sin(q.anim_time*90*20-90)"], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, "6*math.sin(q.anim_time*90*20-90)"], + "lerp_mode": "catmullrom" + }, + "1.25": [0, 0, 0], + "1.5": [0, 0, 0] + } + }, + "whisker_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [0, 33.75, 0], + "0.2917": { + "pre": [0, -10.75, 0], + "post": [0, -10.75, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, "6*math.sin(q.anim_time*90*20-90)"], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, "6*math.sin(q.anim_time*90*20-90)"], + "lerp_mode": "catmullrom" + }, + "1.25": [0, 0, 0], + "1.5": [0, 0, 0] + } + }, + "ear_right1": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [28, 0, 0], + "0.1667": { + "pre": [-10.25, 0, 0], + "post": [-10.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [7.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, "10*math.sin(q.anim_time*90*20-90)"], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, "10*math.sin(q.anim_time*90*20-90)"], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "ear_left1": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [28, 0, 0], + "0.1667": { + "pre": [-10.25, 0, 0], + "post": [-10.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [7.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, "10*math.sin(q.anim_time*90*20-90)"], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, "10*math.sin(q.anim_time*90*20-90)"], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "leg_front_right1": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [-6.5, 0, 0], + "0.375": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.0417": [0.075, -0.2, 0.585], + "0.375": [0, 0, 0] + } + }, + "leg_front_right2": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [-0.5, 0, 0], + "0.375": [0, 0, 0] + } + }, + "leg_front_right3": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [6.99788, 1.06689, 0.08427], + "0.375": [0, 0, 0] + } + }, + "leg_front_left1": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [-6.5, 0, 0], + "0.375": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.0417": [-0.075, -0.225, 0.61], + "0.375": [0, 0, 0] + } + }, + "leg_front_left2": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [-0.5, 0, 0], + "0.375": [0, 0, 0] + } + }, + "leg_front_left3": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [7.00554, -0.96589, -0.14082], + "0.375": [0, 0, 0] + } + }, + "leg_back_right1": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [-6.75, 0, 0], + "0.375": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.0417": [0.05, 0.145, 0.715], + "0.375": [0, 0, 0] + } + }, + "leg_back_right2": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [-0.5, 0, 0], + "0.375": [0, 0, 0] + } + }, + "leg_back_right3": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [7, 1.75, 0], + "0.375": [0, 0, 0] + } + }, + "leg_back_left1": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [-6.5, 0, 0], + "0.375": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.0417": [-0.05, 0.14, 0.69], + "0.375": [0, 0, 0] + } + }, + "leg_back_left2": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [-0.5, 0, 0], + "0.375": [0, 0, 0] + } + }, + "leg_back_left3": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [7.00326, -1.37814, -0.14625], + "0.375": [0, 0, 0] + } + }, + "head_ruff_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [28, 0, 0], + "0.2083": { + "pre": [-10.25, 0, 0], + "post": [-10.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [7.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, "10*math.sin(q.anim_time*90*20-90)"], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, "10*math.sin(q.anim_time*90*20-90)"], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "head_ruff_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [28, 0, 0], + "0.2083": { + "pre": [-10.25, 0, 0], + "post": [-10.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [7.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, "10*math.sin(q.anim_time*90*20-90)"], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, "10*math.sin(q.anim_time*90*20-90)"], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "tail1": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [5.75, 0, 0], + "0.1667": { + "pre": [-3.5, 0, 0], + "post": [-3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [4.2, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "tail2": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [5.75, 0, 0], + "0.2083": { + "pre": [-3.5, 0, 0], + "post": [-3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [4.2, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "tail3": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [5.75, 0, 0], + "0.25": { + "pre": [-3.5, 0, 0], + "post": [-3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [4.2, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "tail4": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": [5.75, 0, 0], + "0.2917": { + "pre": [-3.5, 0, 0], + "post": [-3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [4.2, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "tail5": { + "rotation": { + "0.0": [0, 0, 0], + "0.2083": [5.75, 0, 0], + "0.3333": { + "pre": [-3.5, 0, 0], + "post": [-3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [4.2, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "tail_end": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [5.75, 0, 0], + "0.375": { + "pre": [-3.5, 0, 0], + "post": [-3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [4.2, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + } + } + }, + "animation.cafe_litten.shoulder_left": { + "loop": true, + "bones": { + "leg_back_left1": { + "rotation": ["6.9846+0.5*math.cos(q.anim_time*90*1-50)", -11.499, 0.15258], + "position": [0, 0.425, "0.225-0.03*math.cos(q.anim_time*90*1-50)"] + }, + "leg_back_left2": { + "rotation": ["-79.25-0.5*math.cos(q.anim_time*90*1-50)", 0, 0] + }, + "leg_back_left3": { + "rotation": [23.25, 0, 0] + }, + "leg_front_right1": { + "rotation": ["24.684+0.5*math.cos(q.anim_time*90*1-50)", -1.93627, -3.23253], + "position": [-1.35, -0.3, "2.425-0.03*math.cos(q.anim_time*90*1-50)"] + }, + "leg_front_right2": { + "rotation": ["-68-0.5*math.cos(q.anim_time*90*1-50)", 0, 0] + }, + "leg_front_right3": { + "rotation": [119.5, 0, -0.00005], + "position": [0, -0.175, -0.1] + }, + "leg_front_left1": { + "rotation": ["26.1377+0.5*math.cos(q.anim_time*90*1-50)", 32.87799, 6.14045], + "position": [-0.65, 0.175, "0.45-0.03*math.cos(q.anim_time*90*1-50)"] + }, + "leg_front_left2": { + "rotation": ["-55-0.5*math.cos(q.anim_time*90*1-50)", 0, 0] + }, + "leg_front_left3": { + "rotation": [119.5, 0, -0.00005], + "position": [0, -0.175, -0.1] + }, + "leg_back_right1": { + "rotation": ["2.927+0.5*math.cos(q.anim_time*90*1-50)", 11.25038, 5.79419], + "position": [0, 0.625, "0.025-0.03*math.cos(q.anim_time*90*1-50)"] + }, + "leg_back_right2": { + "rotation": ["-79.25-0.5*math.cos(q.anim_time*90*1-50)", 0, 0] + }, + "leg_back_right3": { + "rotation": [23.25, 0, 0] + }, + "tail4": { + "rotation": ["11.6217-4*math.cos(q.anim_time*90*1-170)", 47.0991, 16.1245] + }, + "tail3": { + "rotation": ["0.9702-3*math.cos(q.anim_time*90*1-140)", 23.8852, -8.4938] + }, + "tail2": { + "rotation": ["-2.226-2*math.cos(q.anim_time*90*1-110)", 27.4605, 7.3742] + }, + "tail1": { + "rotation": ["3.1335-1*math.cos(q.anim_time*90*1-80)", 40.8122, 0.9219], + "position": [0, -0.7, 0] + }, + "tail_end": { + "rotation": ["14.032-6*math.cos(q.anim_time*90*1-230)", 9.123, 0.6578] + }, + "tail5": { + "rotation": ["13.3501-5*math.cos(q.anim_time*90*1-200)", 33.9621, 3.6664] + }, + "neck": { + "rotation": ["33.5-0.4*math.cos(q.anim_time*90*1-110)", 0, 0] + }, + "head_angle": { + "rotation": ["-29.4233-0.4*math.cos(q.anim_time*90*1-140)", -0.5, "-1.95+1*math.cos(q.anim_time*90*0.5-170)"] + }, + "ear_left1": { + "rotation": ["2.5-2*math.cos(q.anim_time*90*1-140)", 0, 10] + }, + "ear_left2": { + "rotation": ["2.5-4*math.cos(q.anim_time*90*1-170)", 0, 0] + }, + "ear_right1": { + "rotation": ["2.5-2*math.cos(q.anim_time*90*1-140)", 0, -10] + }, + "ear_right2": { + "rotation": ["2.5-4*math.cos(q.anim_time*90*1-170)", 0, 0] + }, + "head_ruff": { + "rotation": [-7.5, 0, 0] + }, + "body": { + "rotation": [-18.01731, -30.23149, 9.30046], + "position": [6.95, -4.5, 1.1] + }, + "torso": { + "rotation": ["8-0.4*math.cos(q.anim_time*90*1-50)", 0, 0], + "position": [0, "-0.9+0.1*math.cos(q.anim_time*90*1)", 0] + }, + "chest": { + "rotation": ["4.1814-0.4*math.cos(q.anim_time*90*1-80)", 19.9649, 0.5307], + "position": [0.275, 0.125, 0.95] + }, + "whisker_right": { + "rotation": [0, 0, "1.6*math.cos(q.anim_time*90*1-150)"] + }, + "whisker_left": { + "rotation": [0, 0, "-1.6*math.cos(q.anim_time*90*1-150)"] + }, + "head_ruff_right": { + "rotation": ["-4*math.cos(q.anim_time*90*1-170)", 0, 0] + }, + "head_ruff_left": { + "rotation": ["-4*math.cos(q.anim_time*90*1-170)", 0, 0] + } + } + }, + "animation.cafe_litten.shoulder_right": { + "loop": true, + "bones": { + "leg_back_left1": { + "rotation": ["6.9846+0.5*math.cos(q.anim_time*90*1-50)", -11.499, 0.15258], + "position": [0, 0.425, "0.225-0.03*math.cos(q.anim_time*90*1-50)"] + }, + "leg_back_left2": { + "rotation": ["-79.25-0.5*math.cos(q.anim_time*90*1-50)", 0, 0] + }, + "leg_back_left3": { + "rotation": [23.25, 0, 0] + }, + "leg_front_right1": { + "rotation": ["26.1377+0.5*math.cos(q.anim_time*90*1-50)", -32.87799, -6.14045], + "position": [0.65, 0.175, "0.45-0.03*math.cos(q.anim_time*90*1-50)"] + }, + "leg_front_right2": { + "rotation": ["-55-0.5*math.cos(q.anim_time*90*1-50)", 0, 0] + }, + "leg_front_right3": { + "rotation": [119.5, 0, -0.00005], + "position": [0, -0.175, -0.1] + }, + "leg_front_left1": { + "rotation": ["24.684+0.5*math.cos(q.anim_time*90*1-50)", 1.93627, 3.23253], + "position": [1.35, -0.3, "2.425-0.03*math.cos(q.anim_time*90*1-50)"] + }, + "leg_front_left2": { + "rotation": ["-68-0.5*math.cos(q.anim_time*90*1-50)", 0, 0] + }, + "leg_front_left3": { + "rotation": [119.5, 0, -0.00005], + "position": [0, -0.175, -0.1] + }, + "leg_back_right1": { + "rotation": ["2.927+0.5*math.cos(q.anim_time*90*1-50)", 11.25038, 5.79419], + "position": [0, 0.625, "0.025-0.03*math.cos(q.anim_time*90*1-50)"] + }, + "leg_back_right2": { + "rotation": ["-79.25-0.5*math.cos(q.anim_time*90*1-50)", 0, 0] + }, + "leg_back_right3": { + "rotation": [23.25, 0, 0] + }, + "tail4": { + "rotation": ["11.6217-4*math.cos(q.anim_time*90*1-170)", -47.09906, -16.12451] + }, + "tail3": { + "rotation": ["0.9702-3*math.cos(q.anim_time*90*1-140)", -23.88521, 8.49383] + }, + "tail2": { + "rotation": ["-2.226-2*math.cos(q.anim_time*90*1-110)", -27.46049, -7.37417] + }, + "tail1": { + "rotation": ["3.1335-1*math.cos(q.anim_time*90*1-80)", -40.81219, -0.92193], + "position": [0, -0.7, 0] + }, + "tail_end": { + "rotation": ["14.032-6*math.cos(q.anim_time*90*1-230)", -9.12302, -0.65776] + }, + "tail5": { + "rotation": ["13.3501-5*math.cos(q.anim_time*90*1-200)", -33.9621, -3.6664] + }, + "neck": { + "rotation": ["33.5-0.4*math.cos(q.anim_time*90*1-110)", 0, 0] + }, + "head_angle": { + "rotation": ["-29.5-0.4*math.cos(q.anim_time*90*1-140)", 0.5, "-1*math.cos(q.anim_time*90*0.5-170)"] + }, + "ear_left1": { + "rotation": ["2.5-2*math.cos(q.anim_time*90*1-140)", 0, 10] + }, + "ear_left2": { + "rotation": ["2.5-4*math.cos(q.anim_time*90*1-170)", 0, 0] + }, + "ear_right1": { + "rotation": ["2.5-2*math.cos(q.anim_time*90*1-140)", 0, -10] + }, + "ear_right2": { + "rotation": ["2.5-4*math.cos(q.anim_time*90*1-170)", 0, 0] + }, + "head_ruff": { + "rotation": [-7.5, 0, 0] + }, + "body": { + "rotation": [-18.01731, 30.23149, -9.30046], + "position": [-6.95, -4.5, 1.1] + }, + "torso": { + "rotation": ["8-0.4*math.cos(q.anim_time*90*1-50)", 0, 0], + "position": [0, "-0.9+0.1*math.cos(q.anim_time*90*1)", 0] + }, + "chest": { + "rotation": ["4.1814-0.4*math.cos(q.anim_time*90*1-80)", -19.96494, -0.53072], + "position": [-0.275, 0.125, 0.95] + }, + "whisker_right": { + "rotation": [0, 0, "1.6*math.cos(q.anim_time*90*1-150)"] + }, + "whisker_left": { + "rotation": [0, 0, "-1.6*math.cos(q.anim_time*90*1-150)"] + }, + "head_ruff_right": { + "rotation": ["-4*math.cos(q.anim_time*90*1-170)", 0, 0] + }, + "head_ruff_left": { + "rotation": ["-4*math.cos(q.anim_time*90*1-170)", 0, 0] + } + } + }, + "animation.cafe_litten.lefteartwitch_quirk": { + "animation_length": 0.1667, + "bones": { + "ear_left1": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, "-5*math.cos(q.anim_time*90*40-90)", "7-7*math.cos(q.anim_time*90*40)"], + "post": [0, "-5*math.cos(q.anim_time*90*40-90)", "7-7*math.cos(q.anim_time*90*40)"], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.cafe_litten.righteartwitch_quirk": { + "animation_length": 0.1667, + "bones": { + "ear_right1": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, "5*math.cos(q.anim_time*90*40-90)", "-7+7*math.cos(q.anim_time*90*40)"], + "post": [0, "5*math.cos(q.anim_time*90*40-90)", "-7+7*math.cos(q.anim_time*90*40)"], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.cafe_litten.tailtwitch_quirk": { + "animation_length": 0.2917, + "bones": { + "tail4": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": ["-2+2*math.cos(q.anim_time*90*40)", "1*math.cos(q.anim_time*90*40-90)", 0], + "post": ["-2+2*math.cos(q.anim_time*90*40)", "1*math.cos(q.anim_time*90*40-90)", 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail5": { + "rotation": { + "0.0417": [0, 0, 0], + "0.125": { + "pre": ["-3+3*math.cos(q.anim_time*90*40-30)", "1*math.cos(q.anim_time*90*40-120)", 0], + "post": ["-3+3*math.cos(q.anim_time*90*40-30)", "1*math.cos(q.anim_time*90*40-120)", 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_end": { + "rotation": { + "0.125": [0, 0, 0], + "0.2083": { + "pre": ["-5+5*math.cos(q.anim_time*90*40-60)", "1*math.cos(q.anim_time*90*40-150)", 0], + "post": ["-5+5*math.cos(q.anim_time*90*40-60)", "1*math.cos(q.anim_time*90*40-150)", 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.cafe_litten.look_quirk": { + "animation_length": 4, + "bones": { + "torso": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 1.325, 0.2], + "post": [0, 1.325, 0.2], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 1.575, 0.65], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-0.75, 1.595, 1.15], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-0.75, 1.595, 1.275], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-0.75, 1.595, 1.175], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [0, 0.2, 0.1], + "lerp_mode": "catmullrom" + }, + "4.0": [0, 0, 0] + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": { + "pre": [0, 5.15, 1.5], + "post": [0, 5.15, 1.5], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 5.88, 1.5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-3, 8.22, 4.05], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-3, 9.12, 4.55], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [-3, 8.22, 4.05], + "lerp_mode": "catmullrom" + }, + "3.2083": { + "post": [0, 1.175, 0], + "lerp_mode": "catmullrom" + }, + "4.0": [0, 0, 0] + } + }, + "head_angle": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 7.075, 1.55], + "post": [0, 7.075, 1.55], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 7.7, 1.55], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-2, 9.885, 2.1], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-2.1, 10.47, 1.48], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-2, 10.485, -0.625], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-2, 9.085, -0.825], + "lerp_mode": "catmullrom" + }, + "3.375": { + "post": [0, 1.5, 0], + "lerp_mode": "catmullrom" + }, + "4.0": [0, 0, 0] + } + }, + "pupil_right_normal": { + "position": { + "0.0": [0, 0, 0], + "0.1667": {"pre": [0, 0, 0], "post": [-1.35, 0, 0]}, + "0.9583": {"pre": [-1.35, 0, 0], "post": [-1.35, 0.5, 0]}, + "2.0417": {"pre": [-1.35, 0.5, 0], "post": [-1.35, 0.275, 0]}, + "2.9167": {"pre": [-1.35, 0.275, 0], "post": [0, 0, 0]} + } + }, + "pupil_left_normal": { + "position": { + "0.0": [0, 0, 0], + "0.1667": {"pre": [0, 0, 0], "post": [-0.15, 0, 0]}, + "0.9583": {"pre": [-0.15, 0, 0], "post": [-0.15, 0.5, 0]}, + "2.0417": {"pre": [-0.15, 0.5, 0], "post": [-0.15, 0.275, 0]}, + "2.9167": {"pre": [-0.15, 0.275, 0], "post": [0, 0, 0]} + } + }, + "eyelid_right_normal": { + "position": { + "0.0": [0, 0, 0], + "0.0417": {"pre": [0, 0, 0], "post": [-0.1, 0, -0.1]}, + "0.1667": {"pre": [-0.1, 0, -0.1], "post": [0, 0, 0]}, + "1.9167": {"pre": [0, 0, 0], "post": [-0.1, 0, -0.1]}, + "2.0417": {"pre": [-0.1, 0, -0.1], "post": [0, 0, 0]} + } + }, + "eyelid_left_normal": { + "position": { + "0.0": [0, 0, 0], + "0.0417": {"pre": [0, 0, 0], "post": [0.1, 0, -0.1]}, + "0.1667": {"pre": [0.1, 0, -0.1], "post": [0, 0, 0]}, + "1.9167": {"pre": [0, 0, 0], "post": [0.1, 0, -0.1]}, + "2.0417": {"pre": [0.1, 0, -0.1], "post": [0, 0, 0]} + } + }, + "whisker_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.2917": { + "pre": [0, -5.6, 0], + "post": [0, -5.6, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 2.1, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-0.31094, 0.20224, -1.69838], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0.35819, -0.152, 2.92338], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-0.04848, 0.21484, 2.00561], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.23205, 4.40808, 2.98897], + "lerp_mode": "catmullrom" + }, + "3.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": [0, 0, 0] + } + }, + "whisker_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.2917": { + "pre": [0, -5.6, 0], + "post": [0, -5.6, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 2.1, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-0.31094, 0.20224, -1.69838], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0.35819, -0.152, 2.92338], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-0.04848, 0.21484, 2.00561], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.23205, 4.40808, 2.98897], + "lerp_mode": "catmullrom" + }, + "3.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": [0, 0, 0] + } + }, + "head_ruff_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 2.5], + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, -4], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [4.5, 0, -2.25], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [8.85, 0, -2.25], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [1.47233, 0, -2.25], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [3.41422, 0, -2.39063], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [-9.52876, 0, -2.25], + "lerp_mode": "catmullrom" + }, + "3.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": [0, 0, 0] + } + }, + "head_ruff_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 2.5], + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, -4], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [4.5, 0, -2.25], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [8.85, 0, -2.25], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [1.47233, 0, -2.25], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [3.41422, 0, -2.39063], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [-9.52876, 0, -2.25], + "lerp_mode": "catmullrom" + }, + "3.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": [0, 0, 0] + } + }, + "ear_right1": { + "rotation": { + "0.0": [0, 0, 0], + "0.2917": { + "pre": [0, 0, 2.5], + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, -4], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [4.5, 0, -2.25], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [8.85, 0, -2.25], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [1.47233, 0, -2.25], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [3.41422, 0, -2.39063], + "lerp_mode": "catmullrom" + }, + "3.0833": { + "post": [-9.52876, 0, -2.25], + "lerp_mode": "catmullrom" + }, + "3.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": [0, 0, 0] + } + }, + "ear_right2": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [4.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [8.85, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [1.47233, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [3.41422, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.2083": { + "post": [-9.52876, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": [0, 0, 0] + } + }, + "ear_left1": { + "rotation": { + "0.0": [0, 0, 0], + "0.2917": { + "pre": [0, 0, 2.5], + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, -4], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [4.5, 0, -2.25], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [8.85, 0, -2.25], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [1.47233, 0, -2.25], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [3.41422, 0, -2.39063], + "lerp_mode": "catmullrom" + }, + "3.0833": { + "post": [-9.52876, 0, -2.25], + "lerp_mode": "catmullrom" + }, + "3.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": [0, 0, 0] + } + }, + "ear_left2": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [4.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [8.85, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [1.47233, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [3.41422, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.2083": { + "post": [-9.52876, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": [0, 0, 0] + } + } + } + }, + "animation.cafe_litten.lick_quirk": { + "animation_length": 6, + "bones": { + "torso": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0.75, 0, 0], + "post": [0.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-3.24306, 0.21245, 3.74399], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0.50735, 0.21245, 3.74401], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0.02127, 0.21245, 3.74401], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [1.77127, 0.21245, 3.74401], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0.77127, 0.21245, 3.74401], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1.52127, 0.21245, 3.74401], + "lerp_mode": "catmullrom" + }, + "3.5833": { + "post": [0.52127, 0.21245, 3.74401], + "lerp_mode": "catmullrom" + }, + "4.25": { + "post": [0.52127, 0.21245, 3.74401], + "lerp_mode": "catmullrom" + }, + "4.5417": { + "post": [1.52127, 0.21245, 3.74401], + "lerp_mode": "catmullrom" + }, + "5.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.0": [0, 0, 0] + } + }, + "chest": { + "rotation": { + "0.0": [0, 0, 0], + "0.2083": { + "pre": [3.5, 0, 0], + "post": [3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [11, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [12.37833, -0.20279, 0.54382], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [10.87833, -0.20279, 0.54382], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [11.37833, -0.20279, 0.54382], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [10.13694, -0.20279, 0.54382], + "lerp_mode": "catmullrom" + }, + "3.0833": { + "post": [11.13247, -0.20279, 0.54382], + "lerp_mode": "catmullrom" + }, + "3.6667": { + "post": [10.13247, -0.20279, 0.54382], + "lerp_mode": "catmullrom" + }, + "4.375": { + "post": [10.13247, -0.20279, 0.54382], + "lerp_mode": "catmullrom" + }, + "4.9167": { + "post": [2.38247, -0.20279, 0.54382], + "lerp_mode": "catmullrom" + }, + "5.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.0": [0, 0, 0] + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0.65, 0, 0], + "post": [0.65, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [8.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [6.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [7.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [8.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [7.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [6.35, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [7.325, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [8.075, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [8.175, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.4167": { + "post": [7.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.875": { + "post": [6.35, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.375": { + "post": [7.85, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [9.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.0": [0, 0, 0] + } + }, + "head_angle": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [0.91985, -0.1242, 1.74838], + "post": [0.91985, -0.1242, 1.74838], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [7.5, 0, 4.15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [8.75, 0, 4.15], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [4, 0, 2.25], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [3.25, 0, 2.25], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [5.875, 0, 4.15], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [6.375, 0, 2.625], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [1.65, 0, 2.625], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [1.9, 0, 2.75], + "lerp_mode": "catmullrom" + }, + "2.9583": { + "post": [5.25, 0, 4.15], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [6.075, 0, 4.15], + "lerp_mode": "catmullrom" + }, + "3.4167": { + "post": [5.675, 0, 2.875], + "lerp_mode": "catmullrom" + }, + "3.5833": { + "post": [3.05, 0, 2.875], + "lerp_mode": "catmullrom" + }, + "4.0417": { + "post": [2.9, 0, 2.85], + "lerp_mode": "catmullrom" + }, + "4.5": { + "post": [6.9, 0, 4.15], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [7.65, 0, 4.15], + "lerp_mode": "catmullrom" + }, + "5.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.0": [0, 0, 0] + } + }, + "mouth_open": { + "position": { + "0.0": [0, 0, 0], + "0.875": {"pre": [0, 0, 0], "post": [0, -0.1, -0.1]}, + "1.0833": {"pre": [0, -0.1, -0.1], "post": [0, 0, 0]}, + "1.7917": {"pre": [0, 0, 0], "post": [0, -0.1, -0.1]}, + "2.125": {"pre": [0, -0.1, -0.1], "post": [0, 0, 0]}, + "2.9167": {"pre": [0, 0, 0], "post": [0, -0.1, -0.1]}, + "3.2917": {"pre": [0, -0.1, -0.1], "post": [0, 0, 0]} + } + }, + "mouth_closed": { + "position": { + "0.0": [0, 0, 0], + "0.875": {"pre": [0, 0, 0], "post": [0, 0.1, 0.1]}, + "1.0833": {"pre": [0, 0.1, 0.1], "post": [0, 0, 0]}, + "1.7917": {"pre": [0, 0, 0], "post": [0, 0.1, 0.1]}, + "2.125": {"pre": [0, 0.1, 0.1], "post": [0, 0, 0]}, + "2.9167": {"pre": [0, 0, 0], "post": [0, 0.1, 0.1]}, + "3.2917": {"pre": [0, 0.1, 0.1], "post": [0, 0, 0]} + } + }, + "pupil_right_normal": { + "position": { + "0.0": [0, 0, 0], + "2.2083": {"pre": [0, 0, 0], "post": [-0.2, 0.3, 0]}, + "2.625": {"pre": [-0.2, 0.3, 0], "post": [0, 0, 0]} + } + }, + "pupil_left_normal": { + "position": { + "0.0": [0, 0, 0], + "2.2083": {"pre": [0, 0, 0], "post": [-0.2, 0.3, 0]}, + "2.625": {"pre": [-0.2, 0.3, 0], "post": [0, 0, 0]} + } + }, + "eyelid_right_happy": { + "position": { + "0.0": [0, 0, 0], + "0.6667": {"pre": [0, 0, 0], "post": [-0.1, 0, -0.1]}, + "2.2083": {"pre": [-0.1, 0, -0.1], "post": [0, 0, 0]}, + "2.625": {"pre": [0, 0, 0], "post": [-0.1, 0, -0.1]}, + "4.25": {"pre": [-0.1, 0, -0.1], "post": [0, 0, 0]} + } + }, + "eyelid_left_happy": { + "position": { + "0.0": [0, 0, 0], + "0.6667": {"pre": [0, 0, 0], "post": [0.1, 0, -0.1]}, + "2.2083": {"pre": [0.1, 0, -0.1], "post": [0, 0, 0]}, + "2.625": {"pre": [0, 0, 0], "post": [0.1, 0, -0.1]}, + "4.25": {"pre": [0.1, 0, -0.1], "post": [0, 0, 0]} + } + }, + "head_ruff_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.4583": { + "pre": [4.6, 0, 0], + "post": [4.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [16.85, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [11.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [22.85, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [14.35, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.3333": { + "post": [21.35, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.8333": { + "post": [14.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.7083": { + "post": [23.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.2917": { + "post": [1.9, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.0": [0, 0, 0] + } + }, + "head_ruff_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.4583": { + "pre": [4.6, 0, 0], + "post": [4.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [16.85, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [11.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [22.85, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [14.35, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.3333": { + "post": [21.35, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.8333": { + "post": [14.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.7083": { + "post": [23.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.2917": { + "post": [1.9, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.0": [0, 0, 0] + } + }, + "ear_right1": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": { + "pre": [4.6, 0, 0], + "post": [4.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [16.85, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [11.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [22.85, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [14.35, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [21.35, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [14.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.625": { + "post": [23.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.2083": { + "post": [1.9, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.0": [0, 0, 0] + } + }, + "ear_right2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5417": { + "pre": [4.6, 0, 0], + "post": [4.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [16.85, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [11.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [22.85, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [14.35, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.4167": { + "post": [21.35, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.9167": { + "post": [14.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.7917": { + "post": [23.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.375": { + "post": [1.9, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.0": [0, 0, 0] + } + }, + "ear_left1": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": { + "pre": [4.6, 0, 0], + "post": [4.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [16.85, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [11.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [22.85, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [14.35, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [21.35, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [14.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.625": { + "post": [23.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.2083": { + "post": [1.9, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.0": [0, 0, 0] + } + }, + "ear_left2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5417": { + "pre": [4.6, 0, 0], + "post": [4.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [16.85, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [11.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [22.85, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [14.35, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.4167": { + "post": [21.35, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.9167": { + "post": [14.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.7917": { + "post": [23.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.375": { + "post": [1.9, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.0": [0, 0, 0] + } + }, + "leg_front_right1": { + "rotation": { + "0.0833": [0, 0, 0], + "0.5": { + "pre": [-24.275, -14.1, -3.175], + "post": [-24.275, -14.1, -3.175], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-28.775, -23.2, 10.35], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-32.48558, -23.2159, 3.97593], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-30.49528, -23.21591, 10.37594], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-30.27028, -23.21591, 10.37594], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-33.09528, -23.21591, 4.47594], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-31.69528, -23.21591, 10.37594], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [-31.69528, -23.21591, 10.37594], + "lerp_mode": "catmullrom" + }, + "3.0833": { + "post": [-33.87028, -23.21591, 4.27594], + "lerp_mode": "catmullrom" + }, + "3.5417": { + "post": [-31.32028, -23.21591, 10.37594], + "lerp_mode": "catmullrom" + }, + "4.0417": { + "post": [-32.07024, -23.21591, 10.37599], + "lerp_mode": "catmullrom" + }, + "4.5833": [0, 0, 0] + }, + "position": { + "0.0833": [0, 0, 0], + "0.5833": { + "pre": [0, -0.425, 0], + "post": [0, -0.425, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -0.67, 0], + "lerp_mode": "catmullrom" + }, + "4.0833": { + "post": [0, -0.67, 0], + "lerp_mode": "catmullrom" + }, + "4.5833": [0, 0, 0] + } + }, + "leg_front_right2": { + "rotation": { + "0.0833": [0, 0, 0], + "0.5833": { + "pre": [-34.35, 0, 0], + "post": [-34.35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-53.175, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-56.675, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-60.175, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-57.925, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-60.675, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-56.425, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.4583": { + "post": [-59.675, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [-48.65, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.6667": [-7.45, 0, 0], + "4.8333": [-2.25, 0, 0], + "4.9583": [0, 0, 0] + } + }, + "leg_front_right3": { + "rotation": { + "0.0833": [0, 0, 0], + "0.6667": { + "pre": [97.4, 0, 0], + "post": [97.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [128.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [126.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [138.95, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [128.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [137.125, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [134.925, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [116.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.3333": { + "post": [133.33, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.625": { + "post": [146.35, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.3333": { + "post": [141.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.6667": [26.12, 0, 0], + "4.8333": [8.19, 0, 0], + "4.9583": [0, 0, 0] + } + } + } + }, + "animation.cafe_litten.yawn_quirk": { + "animation_length": 4, + "bones": { + "chest": { + "rotation": { + "0.0": [0, 0, 0], + "0.4583": { + "pre": [1.125, 0, 0], + "post": [1.125, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-0.45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-0.95, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-1.05, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.5833": { + "pre": [1.5, 0, 0], + "post": [1.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-2.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-4, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": [0, 0, 0] + } + }, + "head_angle": { + "rotation": { + "0.0": [0, 0, 0], + "0.6667": { + "pre": [-0.75, 0, 0], + "post": [-0.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-7.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [-7.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": [0, 0, 0] + } + }, + "mouth_open": { + "position": { + "0.0": [0, 0, 0], + "1.0417": {"pre": [0, 0, 0], "post": [0, -0.1, -0.1]}, + "2.875": {"pre": [0, -0.1, -0.1], "post": [0, 0, 0]}, + "3.2917": {"pre": [0, 0, 0], "post": [0, -0.1, -0.1]}, + "3.4583": {"pre": [0, -0.1, -0.1], "post": [0, 0, 0]}, + "3.6667": {"pre": [0, 0, 0], "post": [0, -0.1, -0.1]}, + "3.8333": {"pre": [0, -0.1, -0.1], "post": [0, 0, 0]} + } + }, + "mouth_closed": { + "position": { + "0.0": [0, 0, 0], + "1.0417": {"pre": [0, 0, 0], "post": [0, 0.1, 0.1]}, + "2.875": {"pre": [0, 0.1, 0.1], "post": [0, 0, 0]}, + "3.2917": {"pre": [0, 0, 0], "post": [0, 0.1, 0.1]}, + "3.4583": {"pre": [0, 0.1, 0.1], "post": [0, 0, 0]}, + "3.6667": {"pre": [0, 0, 0], "post": [0, 0.1, 0.1]}, + "3.8333": {"pre": [0, 0.1, 0.1], "post": [0, 0, 0]} + } + }, + "eyelid_right_normal": { + "position": { + "0.0": [0, 0, 0], + "1.0833": {"pre": [0, 0, 0], "post": [0.1, 0, 0.1]}, + "2.7917": {"pre": [0.1, 0, 0.1], "post": [0, 0, 0]} + } + }, + "eyelid_left_normal": { + "position": { + "0.0": [0, 0, 0], + "1.0833": {"pre": [0, 0, 0], "post": [-0.1, 0, 0.1]}, + "2.7917": {"pre": [-0.1, 0, 0.1], "post": [0, 0, 0]} + } + }, + "eyelid_right_happy": { + "position": { + "0.0": [0, 0, 0], + "1.0833": {"pre": [0, 0, 0], "post": [-0.1, 0, -0.1]}, + "2.7917": {"pre": [-0.1, 0, -0.1], "post": [0, 0, 0]} + } + }, + "eyelid_left_happy": { + "position": { + "0.0": [0, 0, 0], + "1.0833": {"pre": [0, 0, 0], "post": [0.1, 0, -0.1]}, + "2.7917": {"pre": [0.1, 0, -0.1], "post": [0, 0, 0]} + } + }, + "whisker_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.4583": { + "pre": [0, 0, 5.75], + "post": [0, 0, 5.75], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, -1.75], + "lerp_mode": "catmullrom" + }, + "3.0833": { + "post": [0, 0, 3], + "lerp_mode": "catmullrom" + }, + "4.0": [0, 0, 0] + } + }, + "whisker_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.4583": { + "pre": [0, 0, -5.75], + "post": [0, 0, -5.75], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 1.75], + "lerp_mode": "catmullrom" + }, + "3.0833": { + "post": [0, 0, -3], + "lerp_mode": "catmullrom" + }, + "4.0": [0, 0, 0] + } + }, + "head_ruff_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.8333": { + "pre": [-0.75, 0, 0], + "post": [-0.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [-7.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.2083": { + "post": [-7.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": [0, 0, 0] + } + }, + "head_ruff_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.8333": { + "pre": [-0.75, 0, 0], + "post": [-0.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [-7.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.2083": { + "post": [-7.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": [0, 0, 0] + } + }, + "ear_right1": { + "rotation": { + "0.0": [0, 0, 0], + "0.7917": { + "pre": [-0.75, 0, 0], + "post": [-0.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-7.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [-7.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": [0, 0, 0] + } + }, + "ear_right2": { + "rotation": { + "0.0": [0, 0, 0], + "0.875": { + "pre": [-0.75, 0, 0], + "post": [-0.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [-7.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [-7.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": [0, 0, 0] + } + }, + "ear_left1": { + "rotation": { + "0.0": [0, 0, 0], + "0.7917": { + "pre": [-0.75, 0, 0], + "post": [-0.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-7.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [-7.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": [0, 0, 0] + } + }, + "ear_left2": { + "rotation": { + "0.0": [0, 0, 0], + "0.875": { + "pre": [-0.75, 0, 0], + "post": [-0.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [-7.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [-7.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": [0, 0, 0] + } + } + } + }, + "animation.cafe_litten.happy": { + "loop": true, + "bones": { + "eyelid_right_happy": { + "position": [-0.1, 0, -0.1] + }, + "eyelid_left_happy": { + "position": [0.1, 0, -0.1] + } + } + }, + "animation.litten.angry ": { + "loop": true, + "bones": { + "pupil_right_normal": { + "position": [0, 0.1, 0] + }, + "pupil_left_normal": { + "position": [0, 0.1, 0] + }, + "eyebrow_left_normal": { + "rotation": [0, 0, -7.5] + }, + "eyebrow_right_normal": { + "rotation": [0, 0, 7.5] + } + } + }, + "animation.cafe_litten.ground_walk": { + "loop": true, + "animation_length": 1.3333, + "bones": { + "leg_back_left1": { + "rotation": { + "0.0": [40.775, 0, 0], + "0.125": { + "pre": [29.775, 0, 0], + "post": [29.775, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0.7, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": [-19.1, 0, 0], + "0.5417": [-8, 0, 0], + "0.6667": [1.5, 0, 0], + "1.1667": [30.75, 0, 0], + "1.25": [34.6, 0, 0], + "1.3333": [40.775, 0, 0] + }, + "position": { + "0.0": [0, -0.6, 0], + "0.1667": { + "pre": [0, -0.505, 0], + "post": [0, -0.505, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, -0.445, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": [0, -0.605, -0.25], + "0.5417": [0, -0.64, -0.25], + "0.5833": [0, -0.575, -0.19], + "0.625": [0, -0.525, -0.132], + "0.6667": [0, -0.495, -0.075], + "0.75": [0, -0.39, 0.01], + "0.8333": [0, -0.36, 0.085], + "0.9167": [0, -0.405, 0.155], + "1.0": [0, -0.525, 0.225], + "1.0833": [0, -0.725, 0.31], + "1.1667": [0, -0.995, 0.42], + "1.25": [0, -0.78, 0.175], + "1.3333": [0, -0.6, 0] + } + }, + "leg_back_left2": { + "rotation": { + "0.0": [-34, 0, 0], + "0.1667": { + "pre": [-50.1, 0, 0], + "post": [-50.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-47.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": [-22.58, 0, 0], + "0.5417": [-29, 0, 0], + "0.6667": [-30.5, 0, 0], + "1.1667": [-14.75, 0, 0], + "1.25": [-19.635, 0, 0], + "1.3333": [-34, 0, 0] + } + }, + "leg_back_left3": { + "rotation": { + "0.0": [35.01, 0, 0], + "0.0417": { + "pre": [44.85, 0, 0], + "post": [44.85, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [63.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [50.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": [47, 0, 0], + "0.5417": [37, 0, 0], + "0.6667": [29, 0, 0], + "1.1667": [-16, 0, 0], + "1.25": [12.655, 0, 0], + "1.3333": [35.01, 0, 0] + } + }, + "leg_front_right1": { + "rotation": { + "0.0": [-17.75, 0, 0], + "0.6667": [27.75, 0, 0], + "0.7917": [34.24, 0, 0], + "0.9167": { + "pre": [17.07, 0, 0], + "post": [17.07, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-8.55, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": [-18.01, 0, 0], + "1.3333": [-17.75, 0, 0] + }, + "position": { + "0.0": [0, -0.68, 0.24], + "0.125": [0, -0.345, 0.385], + "0.25": [0, -0.15, 0.49], + "0.375": [0, -0.115, 0.57], + "0.5": [0, -0.24, 0.66], + "0.5833": [0, -0.41, 0.735], + "0.6667": [0, -0.645, 0.83], + "0.75": [0, -0.565, 0.74], + "0.875": { + "pre": [0, -0.575, 0.575], + "post": [0, -0.575, 0.575], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, -0.49, 0.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, -0.68, 0.4], + "lerp_mode": "catmullrom" + }, + "1.25": [0, -0.88, 0.28], + "1.3333": [0, -0.68, 0.24] + } + }, + "leg_front_right2": { + "rotation": { + "0.0": [-9.75, 0, 0], + "0.5": [-6.75, 0, 0], + "0.7917": [-22.6, 0, 0], + "0.9167": { + "pre": [-22.15237, 0.01429, 0.00322], + "post": [-42.15237, 0.01429, 0.00322], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-17.87, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": [-14.35, 0, 0], + "1.3333": [-9.75, 0, 0] + } + }, + "leg_front_right3": { + "rotation": { + "0.0": [28, 0, 0], + "0.6667": [-20, 0, 0], + "0.7917": [33.21, 0, 0], + "1.0": { + "pre": [73.65, 0, 0], + "post": [73.65, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [57.43, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [43.2, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": [18.46, 0, 0], + "1.3333": [28, 0, 0] + } + }, + "leg_front_left1": { + "rotation": { + "0.0": [27.75, 0, 0], + "0.125": [34.24, 0, 0], + "0.25": { + "pre": [17.07, 0, 0], + "post": [17.07, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-8.55, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": [-18.01, 0, 0], + "0.6667": [-17.75, 0, 0], + "1.3333": [27.75, 0, 0] + }, + "position": { + "0.0": [0, -0.645, 0.83], + "0.0833": [0, -0.565, 0.74], + "0.2083": { + "pre": [0, -0.575, 0.575], + "post": [0, -0.575, 0.575], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, -0.49, 0.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -0.68, 0.4], + "lerp_mode": "catmullrom" + }, + "0.5833": [0, -0.88, 0.28], + "0.6667": [0, -0.68, 0.24], + "0.7917": [0, -0.345, 0.385], + "0.9167": [0, -0.15, 0.49], + "1.0417": [0, -0.115, 0.57], + "1.1667": [0, -0.24, 0.66], + "1.25": [0, -0.41, 0.735], + "1.3333": [0, -0.645, 0.83] + } + }, + "leg_front_left2": { + "rotation": { + "0.0": [-7.75, 0, 0], + "0.125": [-29.6, 0, 0], + "0.2917": { + "pre": [-42.15237, -0.01429, -0.00322], + "post": [-42.15237, -0.01429, -0.00322], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-34.87, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": [-17.35, 0, 0], + "0.6667": [-9.75, 0, 0], + "1.3333": [-7.75, 0, 0] + } + }, + "leg_front_left3": { + "rotation": { + "0.0": [-20, 0, 0], + "0.2083": [10.21, 0, 0], + "0.625": [5.46, 0, 0], + "0.7917": [5, 0, 0], + "1.3333": [-20, 0, 0] + } + }, + "leg_back_right1": { + "rotation": { + "0.0": [1.5, 0, 0], + "0.5": [30.75, 0, 0], + "0.5833": [34.6, 0, 0], + "0.6667": [40.775, 0, 0], + "0.7917": { + "pre": [29.775, 0, 0], + "post": [29.775, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0.7, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": [-19.1, 0, 0], + "1.2083": [-8, 0, 0], + "1.3333": [1.5, 0, 0] + }, + "position": { + "0.0": [0, -0.495, -0.075], + "0.0833": [0, -0.39, 0.01], + "0.1667": [0, -0.36, 0.085], + "0.25": [0, -0.405, 0.155], + "0.3333": [0, -0.525, 0.225], + "0.4167": [0, -0.725, 0.31], + "0.5": [0, -0.995, 0.42], + "0.5833": [0, -0.78, 0.175], + "0.6667": [0, -0.6, 0], + "0.8333": { + "pre": [0, -0.505, 0], + "post": [0, -0.505, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -0.445, 0], + "lerp_mode": "catmullrom" + }, + "1.125": [0, -0.605, -0.25], + "1.2083": [0, -0.64, -0.25], + "1.25": [0, -0.575, -0.19], + "1.2917": [0, -0.525, -0.132], + "1.3333": [0, -0.495, -0.075] + } + }, + "leg_back_right2": { + "rotation": { + "0.0": [-30.5, 0, 0], + "0.5": [-14.75, 0, 0], + "0.5833": [-19.635, 0, 0], + "0.6667": [-34, 0, 0], + "0.8333": { + "pre": [-50.1, 0, 0], + "post": [-50.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-47.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": [-22.58, 0, 0], + "1.2083": [-29, 0, 0], + "1.3333": [-30.5, 0, 0] + } + }, + "leg_back_right3": { + "rotation": { + "0.0": [29, 0, 0], + "0.5": [-16, 0, 0], + "0.5833": [12.655, 0, 0], + "0.6667": [35.01, 0, 0], + "0.7083": { + "pre": [44.85, 0, 0], + "post": [44.85, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [63.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [50.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": [47, 0, 0], + "1.2083": [37, 0, 0], + "1.3333": [29, 0, 0] + } + }, + "tail4": { + "rotation": ["11.75-2.5*math.sin(q.anim_time*90*6-60)", "-2.4*math.cos(q.anim_time*90*3-80)", "-2.2*math.cos(q.anim_time*90*3-80)"] + }, + "tail3": { + "rotation": ["21-5*math.sin(q.anim_time*90*3-20)", "-1.4*math.cos(q.anim_time*90*3-60)", "-1*math.cos(q.anim_time*90*3-70)"] + }, + "tail2": { + "rotation": ["16.75-2*math.sin(q.anim_time*90*6-10)", "-1*math.cos(q.anim_time*90*3-40)", "-0.8*math.cos(q.anim_time*90*3-60)"] + }, + "tail1": { + "rotation": ["37.0035-1.5*math.sin(q.anim_time*90*6)", "-0.4*math.cos(q.anim_time*90*3-20)", "-0.6*math.cos(q.anim_time*90*3-50)"] + }, + "tail_end": { + "rotation": ["10.25-5*math.sin(q.anim_time*90*6-100)", "-3*math.cos(q.anim_time*90*3-120)", "-3.6*math.cos(q.anim_time*90*3-130)"] + }, + "tail5": { + "rotation": ["0.75-1.75*math.sin(q.anim_time*90*6-80)", "-2.8*math.cos(q.anim_time*90*3-100)", "-2.4*math.cos(q.anim_time*90*3-100)"] + }, + "neck": { + "rotation": ["36.2-1.3*math.cos(q.anim_time*90*3-40)", 0, "-1*math.cos(q.anim_time*90*3-10)"] + }, + "head_angle": { + "rotation": ["-34+1.7*math.cos(q.anim_time*90*3-70)", "1*math.cos(q.anim_time*90*3-10)", "2*math.cos(q.anim_time*90*3-30)"] + }, + "ear_left1": { + "rotation": ["2.5+1*math.cos(q.anim_time*90*6-110)", 0, "10+1*math.cos(q.anim_time*90*3-40)"] + }, + "ear_left2": { + "rotation": ["12.75+2.5*math.cos(q.anim_time*90*6-180)", 0, 0] + }, + "ear_right1": { + "rotation": ["2.5+1*math.cos(q.anim_time*90*6-110)", 0, "-10+1*math.cos(q.anim_time*90*3-40)"] + }, + "ear_right2": { + "rotation": ["12.75+2.5*math.cos(q.anim_time*90*6-180)", 0, 0] + }, + "head_ruff": { + "rotation": [-7.5, 0, 0] + }, + "torso": { + "rotation": ["1.5002-1*math.cos(q.anim_time*90*6+20)", "-2*math.cos(q.anim_time*90*3+10)", "0.2*math.cos(q.anim_time*90*3-10)"], + "position": [0, "-0.125-0.2*math.cos(q.anim_time*90*6)", "-0.1*math.cos(q.anim_time*90*6+60)"] + }, + "chest": { + "rotation": ["-1+1*math.cos(q.anim_time*90*6-20)", "2*math.cos(q.anim_time*90*3+10)", 0], + "position": [0, 0, 0.15] + }, + "whisker_right": { + "rotation": [0, 0, "-1.5*math.cos(q.anim_time*90*6-130)"] + }, + "whisker_left": { + "rotation": [0, 0, "1.5*math.cos(q.anim_time*90*6-130)"] + }, + "head_ruff_right": { + "rotation": ["2*math.cos(q.anim_time*90*6-95)", 0, "1*math.cos(q.anim_time*90*3-15)"] + }, + "head_ruff_left": { + "rotation": ["2*math.cos(q.anim_time*90*6-95)", 0, "1*math.cos(q.anim_time*90*3-15)"] + }, + "fur_spike_back1": { + "position": [0, 0.425, 0] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/cafe_mew/cafe_mew.animation.json b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/cafe_mew/cafe_mew.animation.json new file mode 100644 index 0000000..cdaf4bd --- /dev/null +++ b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/cafe_mew/cafe_mew.animation.json @@ -0,0 +1,570 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.cafe_mew.ground_idle": { + "loop": true, + "animation_length": 2.5, + "bones": { + "body": { + "rotation": [15, 0, 0], + "position": { + "0.0": { + "post": [0, 18, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 27, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 18, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [15, 15, 30], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [20.93579, 2.65154, 56.92105], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [10.95476, 18.14006, 5.68507], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [15, 15, 30], + "lerp_mode": "catmullrom" + } + } + }, + "tail2": { + "rotation": { + "0.0": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [72.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [60, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail3": { + "rotation": { + "0.0": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail4": { + "rotation": { + "0.0": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [60, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-27.75499, -1.56639, -0.2572], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail5": { + "rotation": { + "0.0": { + "post": [-52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-70, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-60, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-52.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail6": { + "rotation": { + "0.0": { + "post": [-60, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-70, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-75, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-60, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail7": { + "rotation": { + "0.0": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [65, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-50, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": [-15, 0, 0] + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [15, -15, -30], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [20.73677, -3.93462, -63.73422], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [7.1594, -19.89054, -4.27099], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [15, -15, -30], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.cafe_mew.ground_walk": { + "loop": true, + "animation_length": 1.5, + "bones": { + "body": { + "rotation": [45, 0, 0], + "position": [0, 4, -3] + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [15, 0, 30], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [14.97736, -9.50807, 17.12438], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [14.78217, 2.57594, 20.3342], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [15, 0, 30], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail2": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail3": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail4": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": [15, 0, 0] + }, + "foot_left": { + "rotation": { + "0.0": { + "post": [77.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [97.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [82.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [77.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail5": { + "rotation": { + "0.0": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail6": { + "rotation": { + "0.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail7": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": [15, 0, 0] + }, + "foot_right": { + "rotation": { + "0.0": { + "post": [77.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [97.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [82.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [77.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": [-30, 0, 0] + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [15, 0, -30], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [14.9774, 9.5081, -17.1244], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [14.82446, -4.99295, -20.97433], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [15, 0, -30], + "lerp_mode": "catmullrom" + } + } + }, + "mew": { + "position": { + "0.0": { + "post": [0, 13, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 12.75, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 13, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.cafe_mew.blink": { + "loop": true, + "animation_length": 8.375, + "bones": { + "eyelid_left": { + "position": { + "0.0": [0.1, 0, -0.1], + "0.125": [0.1, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_right": { + "position": { + "0.0": [-0.1, 0, -0.1], + "0.125": [-0.1, 0, -0.1], + "0.1667": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/cafe_slowpoke/cafe_slowpoke.animation.json b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/cafe_slowpoke/cafe_slowpoke.animation.json new file mode 100644 index 0000000..2ae48d8 --- /dev/null +++ b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/cafe_slowpoke/cafe_slowpoke.animation.json @@ -0,0 +1,424 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.cafe_slowpoke.ground_idle": { + "loop": true, + "bones": { + "tail": { + "rotation": ["20-math.sin(q.anim_time*90*1.5-30)*3", "0-math.cos(q.anim_time*90*1.5/2-30)*2", 0] + }, + "tail2": { + "rotation": ["45-math.sin(q.anim_time*90*1.5-90)*3", "0-math.cos(q.anim_time*90*1.5/2-90)*2", 0] + }, + "tail3": { + "rotation": ["40-math.sin(q.anim_time*90*1.5-120)*5", "0-math.cos(q.anim_time*90*1.5/2-120)*5", 0] + }, + "torso": { + "rotation": ["0-math.sin(q.anim_time*90*1.5)*0.5", "0-math.cos(q.anim_time*90*1.5/2)*1", 0], + "position": [0, "0+math.cos(q.anim_time*90*1.5)*0.2", 0] + }, + "tail4": { + "rotation": ["10-math.sin(q.anim_time*90*1.5-160)*2", "0-math.cos(q.anim_time*90*1.5/2-160)*6", 0] + }, + "head": { + "rotation": ["0-math.sin(q.anim_time*90*1.5-30)*2", "0-math.cos(q.anim_time*90*1.5/2-60)*1", 0], + "position": [0, 0, 0] + }, + "ear_left": { + "rotation": ["0-math.sin(q.anim_time*90*1.5-60)*4", 0, 0] + }, + "ear_right": { + "rotation": ["0-math.sin(q.anim_time*90*1.5-60)*4", 0, 0] + }, + "jaw": { + "rotation": ["25-math.sin(q.anim_time*90*1.5-60)*2", 0, 0] + } + } + }, + "animation.cafe_slowpoke.ground_walk": { + "loop": true, + "animation_length": 2, + "bones": { + "tail": { + "rotation": ["20-math.sin(q.anim_time*90*2*2-60)*2", "0-math.cos(q.anim_time*90*2-60)*5", 0] + }, + "tail2": { + "rotation": ["35-math.sin(q.anim_time*90*2*2-120)*1", "0-math.cos(q.anim_time*90*2-120)*6", 0] + }, + "tail3": { + "rotation": ["22.5-math.sin(q.anim_time*90*2*2-180)*4", "0-math.cos(q.anim_time*90*2-160)*6", 0] + }, + "torso": { + "rotation": ["0-math.sin(q.anim_time*90*2*2)*1", "0-math.cos(q.anim_time*90*2)*2", "0+math.cos(q.anim_time*90*2)*2"], + "position": [0, "0+math.cos(q.anim_time*90*2*2)*0.2", 0] + }, + "tail4": { + "rotation": ["10-math.sin(q.anim_time*90*2*2-210)*5", "0-math.cos(q.anim_time*90*2-210)*6", 0] + }, + "head": { + "rotation": ["0-math.sin(q.anim_time*90*2*2-60)*2", "0-math.sin(q.anim_time*90*2-60)*5", 0], + "position": [0, 0, 0] + }, + "ear_left": { + "rotation": ["0-math.sin(q.anim_time*90*2*2-120)*4", 0, 0] + }, + "ear_right": { + "rotation": ["0-math.sin(q.anim_time*90*2*2-120)*4", 0, 0] + }, + "jaw": { + "rotation": ["25-math.sin(q.anim_time*90*2*2-120)*4", 0, 0] + }, + "leftfrontleg": { + "rotation": { + "0.0": ["0-math.sin(q.anim_time*90*2+180)*10", 0, 0], + "1.5": ["10-math.sin(q.anim_time*90*2+180)*10", 0, 0], + "2.0": ["0-math.sin(q.anim_time*90*2+180)*10", 0, 0] + }, + "position": [0, "0+math.clamp(math.cos(q.anim_time*90*2+180)*0.8,0,1)", "0-math.sin(q.anim_time*90*2+180)*0.8"] + }, + "leftbackleg": { + "rotation": { + "0.0": ["0-math.sin(q.anim_time*90*2)*10", 0, 0], + "0.5": ["10-math.sin(q.anim_time*90*2)*10", 0, 0], + "2.0": ["0-math.sin(q.anim_time*90*2)*10", 0, 0] + }, + "position": [0, "0+math.clamp(math.cos(q.anim_time*90*2)*0.8,0,1)", "0-math.sin(q.anim_time*90*2)*0.3"] + }, + "rightfrontleg": { + "rotation": { + "0.0": ["0-math.sin(q.anim_time*90*2)*10", 0, 0], + "0.5": ["10-math.sin(q.anim_time*90*2)*10", 0, 0], + "2.0": ["0-math.sin(q.anim_time*90*2)*10", 0, 0] + }, + "position": [0, "0+math.clamp(math.cos(q.anim_time*90*2)*0.8,0,1)", "0-math.sin(q.anim_time*90*2)*0.8"] + }, + "rightbackleg": { + "rotation": { + "0.0": ["0-math.sin(q.anim_time*90*2+180)*10", 0, 0], + "1.5": ["10-math.sin(q.anim_time*90*2+180)*10", 0, 0], + "2.0": ["0-math.sin(q.anim_time*90*2+180)*10", 0, 0] + }, + "position": [0, "0+math.clamp(math.cos(q.anim_time*90*2+180)*0.8,0,1)", "0-math.sin(q.anim_time*90*2+180)*0.3"] + } + } + }, + "animation.cafe_slowpoke.floor_idle": { + "loop": true, + "bones": { + "body": { + "position": [0, -1.5, 0] + }, + "tail": { + "rotation": ["-15-math.sin(q.anim_time*90*1.5-30)*1", "10-math.cos(q.anim_time*90*1.5-30)*1", 0] + }, + "tail2": { + "rotation": ["5-math.sin(q.anim_time*90*1.5-60)*1", "20-math.cos(q.anim_time*90*1.5-30)*4", 0] + }, + "tail3": { + "rotation": ["2.5-math.sin(q.anim_time*90*1.5-90)*1", "32.5-math.cos(q.anim_time*90*1.5-30)*3", 0] + }, + "tail4": { + "rotation": ["-7.5-math.sin(q.anim_time*90*1.5-120)*1", "22.5-math.cos(q.anim_time*90*1.5-30)*4", 0] + }, + "head": { + "rotation": ["-2.5-math.sin(q.anim_time*90*1.5-30)*2", 0, 0] + }, + "leftfrontleg": { + "rotation": [-90, -37.5, 0], + "position": [0, -0.5, -2] + }, + "leftbackleg": { + "rotation": [-90, -60, 0], + "position": [0, -0.5, -0.5] + }, + "rightfrontleg": { + "rotation": [-90, 37.5, 0], + "position": [0, -0.5, -2] + }, + "rightbackleg": { + "rotation": [-90, 60, 0], + "position": [0, -0.5, -0.5] + }, + "torso": { + "rotation": ["-math.sin(q.anim_time*90*1.5)*0.5", 0, 0] + }, + "ear_left": { + "rotation": ["0-math.sin(q.anim_time*90*1.5-90)*7", 0, "0+math.sin(q.anim_time*90*1.5-90)*3"] + }, + "ear_right": { + "rotation": ["0-math.sin(q.anim_time*90*1.5-90)*7", 0, "0-math.sin(q.anim_time*90*1.5-90)*3"] + }, + "jaw": { + "rotation": ["32.5-math.sin(q.anim_time*90*1.5-60)*5", 0, 0] + } + } + }, + "animation.cafe_slowpoke.water_idle": { + "loop": true, + "bones": { + "tail2": { + "rotation": ["7.5+math.cos(q.anim_time*90*1-120)*2", "0+math.sin(q.anim_time*90*1-120)*10", 0] + }, + "tail3": { + "rotation": ["17.5+math.cos(q.anim_time*90*1-180)*4", "math.sin(q.anim_time*90*1-180)*8", 0] + }, + "leftfrontleg": { + "rotation": [-15, 0, "-60-math.cos(q.anim_time*90*1-60)*6"] + }, + "rightfrontleg": { + "rotation": [-15, 0, "60+math.cos(q.anim_time*90*1-60)*6"] + }, + "leftbackleg": { + "rotation": [15, 0, "-60-math.cos(q.anim_time*90*1-60)*6"] + }, + "rightbackleg": { + "rotation": [15, 0, "60+math.cos(q.anim_time*90*1-60)*6"] + }, + "body": { + "rotation": ["0-math.cos(q.anim_time*90*1)*2", 0, 0], + "position": [0, "0-math.sin(q.anim_time*90*1)*0.3", 0] + }, + "torso": { + "position": [0, 0, 0] + }, + "tail": { + "rotation": ["-10+math.cos(q.anim_time*90*1-60)*2", "math.sin(q.anim_time*90*1-60)*4", 0] + }, + "tail4": { + "rotation": ["15+math.cos(q.anim_time*90*1-210)*3", "0+math.sin(q.anim_time*90*1-210)*9", 0] + }, + "head": { + "rotation": ["0-math.cos(q.anim_time*90*1-60)*3", 0, 0] + }, + "jaw": { + "rotation": ["27.5-math.cos(q.anim_time*90*1-120)*5", 0, 0] + } + } + }, + "animation.cafe_slowpoke.water_swim": { + "loop": true, + "bones": { + "tail2": { + "rotation": ["-math.cos(q.anim_time*90*2*2-60)*5", "math.sin(q.anim_time*90*2*2-120)*5", 0] + }, + "tail3": { + "rotation": ["-5-math.cos(q.anim_time*90*2*2-120)*4", "0+math.sin(q.anim_time*90*2*2-180)*15", 0] + }, + "leftfrontleg": { + "rotation": ["37.5-math.cos(q.anim_time*90*2*2-60)*7", 0, "-60-math.cos(q.anim_time*90*2-60)*6"] + }, + "rightfrontleg": { + "rotation": ["37.5-math.cos(q.anim_time*90*2*2-60)*7", 0, "60+math.cos(q.anim_time*90*2-60)*6"] + }, + "leftbackleg": { + "rotation": ["42.5-math.cos(q.anim_time*90*2*2-120)*5", 0, "-60-math.cos(q.anim_time*90*2-60)*6"] + }, + "rightbackleg": { + "rotation": ["42.5-math.cos(q.anim_time*90*2*2-120)*5", 0, "60+math.cos(q.anim_time*90*2-60)*6"] + }, + "body": { + "rotation": ["0-math.cos(q.anim_time*90*2*2+120)*2", "0-math.cos(q.anim_time*90*2*2)*5", "0-math.cos(q.anim_time*90*2)*1"], + "position": ["math.cos(q.anim_time*90*2*2)*0.5", "0-math.sin(q.anim_time*90*2*2)*0.3", "0-math.sin(q.anim_time*90*1*2)*1"] + }, + "torso": { + "position": [0, 0, 0] + }, + "tail": { + "rotation": ["-2.5-math.cos(q.anim_time*90*2*2+60)*5", "0+math.sin(q.anim_time*90*2*2-60)*10", 0] + }, + "tail4": { + "rotation": [-2.5, "math.sin(q.anim_time*90*2*2-210)*10", 0] + }, + "head": { + "rotation": ["0-math.cos(q.anim_time*90*2*4+180)*0.2", "0-math.cos(q.anim_time*90*2*2+120)*6", "0-math.cos(q.anim_time*90*2+60)*3"] + }, + "jaw": { + "rotation": ["27.5-math.cos(q.anim_time*90*2*2-120)*5", 0, 0] + }, + "ear_left": { + "rotation": ["0-math.cos(q.anim_time*90*2*2+150)*9", 0, 0] + }, + "ear_right": { + "rotation": ["0-math.cos(q.anim_time*90*2*2+150)*9", 0, 0] + } + } + }, + "animation.cafe_slowpoke.sleep": { + "loop": true, + "bones": { + "body": { + "position": [0, -1.5, 0] + }, + "tail": { + "rotation": ["-15+math.sin(q.anim_time*90*1-60)*1", "10+math.sin(q.anim_time*90*1-60)*1", 0] + }, + "tail2": { + "rotation": ["11.7924+math.sin(q.anim_time*90*1-120)*2", "19.5613+math.sin(q.anim_time*90*1-120)*2", 5.29326] + }, + "tail3": { + "rotation": ["3.158+math.sin(q.anim_time*90*1-180)*4", "32.144+math.sin(q.anim_time*90*1-180)*4", 5.90251] + }, + "tail4": { + "rotation": ["0.5+math.sin(q.anim_time*90*1-210)*4", "22.5+math.sin(q.anim_time*90*1-210)*4", 0] + }, + "head": { + "rotation": ["4+math.sin(q.anim_time*90*1-60)*1", 0, 0] + }, + "eyelid_left": { + "position": [0.1, 0, -0.1] + }, + "eyelid_right": { + "position": [-0.1, 0, -0.1] + }, + "leftfrontleg": { + "rotation": [-90, -37.5, 0], + "position": [0, -0.5, 0] + }, + "leftbackleg": { + "rotation": [-90, -60, 0], + "position": [0, -0.5, -0.5] + }, + "rightfrontleg": { + "rotation": [-90, 37.5, 0], + "position": [0, -0.5, -2] + }, + "rightbackleg": { + "rotation": [-90, 60, 0], + "position": [0, -0.5, -0.5] + }, + "torso": { + "rotation": ["0+math.sin(q.anim_time*90*1)*1/2", 0, 0] + }, + "ear_left": { + "rotation": ["0+math.sin(q.anim_time*90*1-120)*8", 0, 0] + }, + "ear_right": { + "rotation": ["0+math.sin(q.anim_time*90*1-120)*8", 0, 0] + }, + "jaw": { + "rotation": ["7.5+math.sin(q.anim_time*90*1-120)*4", 0, 0] + } + } + }, + "animation.cafe_slowpoke.blink": { + "animation_length": 0.1667, + "bones": { + "eyelid_left": { + "position": { + "0.0": [0.1, 0, -0.1], + "0.125": [0.1, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_right": { + "position": { + "0.0": [-0.1, 0, -0.1], + "0.125": [-0.1, 0, -0.1], + "0.1667": [0, 0, 0] + } + } + } + }, + "animation.cafe_slowpoke.cry": { + "animation_length": 1.75, + "bones": { + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [4, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-13, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-13, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ear_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [9, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-13, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-13, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ear_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [9, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-13, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-13, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [36, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [28.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/cafe_sprigatito/cafe_sprigatito.animation.json b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/cafe_sprigatito/cafe_sprigatito.animation.json new file mode 100644 index 0000000..2db39bb --- /dev/null +++ b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/cafe_sprigatito/cafe_sprigatito.animation.json @@ -0,0 +1,2493 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.cafe_sprigatito.blink": { + "animation_length": 0.1667, + "bones": { + "eyelid_right": { + "position": { + "0.0": [0, 0, -0.1], + "0.12": {"pre": [0, 0, -0.1], "post": [0, 0, -0.1]}, + "0.16": {"pre": [0, 0, -0.1], "post": [0, 0, 0]} + } + }, + "eyelid_left": { + "position": { + "0.0": [0, 0, -0.1], + "0.12": {"pre": [0, 0, -0.1], "post": [0, 0, -0.1]}, + "0.16": {"pre": [0, 0, -0.1], "post": [0, 0, 0]} + } + } + } + }, + "animation.cafe_sprigatito.ground_walk": { + "loop": true, + "animation_length": 0.6667, + "bones": { + "neck": { + "rotation": ["12.5 - (math.sin((q.anim_time - 0.15) * 360 / (1/3)) * 1)", 0, 0] + }, + "neck_fur_front": { + "rotation": ["-13 - (math.sin((q.anim_time - 0.2) * 360 / (1/3)) * 3)", 0, "(math.sin((q.anim_time - 0.1) * 360 / (2/3)) * 1)"] + }, + "tail": { + "rotation": [ + "5 - (math.sin((q.anim_time - 0.15) * 360 / (1/3)) * 1.5)", + "-(math.sin((q.anim_time - 0.2) * 360 / (2/3)) * 3)", + "-(math.sin((q.anim_time - 0.1) * 360 / (2/3)) * 3)" + ] + }, + "leg_front_right": { + "rotation": { + "0.0": [-24.6526, 4.03079, -0.80763], + "0.0833": [-6.25, 3.59375, -0.96875], + "0.1667": [6.5, 0.71875, -0.65625], + "0.25": [12.04845, -3.01855, -0.16989], + "0.3333": [19.0969, -4.41209, 0.31647], + "0.4167": [17.725, -3.61375, 0.57875], + "0.5": [7.59574, 0.64727, 1.96983], + "0.5833": [-27.51035, 3.49096, 1.43202], + "0.6667": [-24.6526, 4.03079, -0.80763] + }, + "position": { + "0.0": [0, -0.57812, -0.21875], + "0.1667": [0, -0.20312, 0.34375], + "0.25": [0, -0.05375, 0.6225], + "0.3333": [0, -0.0625, 0.625], + "0.4167": [0, 0.0325, 0.33], + "0.5": [0, 0.12375, 0.03625], + "0.5833": [0, -0.1725, -0.24625], + "0.6667": [0, -0.57812, -0.21875] + } + }, + "leg_front_right2": { + "rotation": { + "0.0": [-5, 0, 0], + "0.0833": [-10, 0, 0], + "0.1667": [-7.5, 0, 0], + "0.25": [-0.5, 0, 0], + "0.3333": [5, 0, 0], + "0.4167": [6.6875, 0, 0], + "0.5": [-18.96875, 0, 0], + "0.5833": [-8.4375, 0, 0], + "0.6667": [-5, 0, 0] + } + }, + "leg_front_right3": { + "rotation": { + "0.0": [32.5, 0, 0], + "0.0833": [16.25, 0, 0], + "0.1667": [1.5, 0, 0], + "0.25": [-10.5, 0, 0], + "0.3333": [-17, 0, 0], + "0.4167": [-8.75, 0, 0], + "0.5": [53.9375, 0, 0], + "0.5833": [59.96875, 0, 0], + "0.6667": [32.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.3333": [0, 0, 0], + "0.5": [0, 0, -0.125], + "0.5833": [0, 0, -0.34125], + "0.6667": [0, 0, 0] + } + }, + "leg_front_left": { + "rotation": { + "0.0": [19.0969, 4.41209, -0.31647], + "0.0833": [17.725, 3.61375, -0.57875], + "0.1667": [7.59574, -0.64727, -1.96983], + "0.25": [-27.51035, -3.49096, -1.43202], + "0.3333": [-24.65261, -4.03079, 0.80763], + "0.4167": [-6.25, -3.59375, 0.96875], + "0.5": [6.5, -0.71875, 0.65625], + "0.5833": [12.04845, 3.01855, 0.16989], + "0.6667": [19.0969, 4.41209, -0.31647] + }, + "position": { + "0.0": [0, -0.0625, 0.625], + "0.0833": [0, 0.0325, 0.33], + "0.1667": [0, 0.12375, 0.03625], + "0.25": [0, -0.1725, -0.24625], + "0.3333": [0, -0.57812, -0.21875], + "0.5": [0, -0.20312, 0.34375], + "0.5833": [0, -0.05375, 0.6225], + "0.6667": [0, -0.0625, 0.625] + } + }, + "leg_front_left2": { + "rotation": { + "0.0": [5, 0, 0], + "0.0833": [6.6875, 0, 0], + "0.1667": [-18.96875, 0, 0], + "0.25": [-8.4375, 0, 0], + "0.3333": [-5, 0, 0], + "0.4167": [-10, 0, 0], + "0.5": [-7.5, 0, 0], + "0.5833": [-0.5, 0, 0], + "0.6667": [5, 0, 0] + } + }, + "leg_front_left3": { + "rotation": { + "0.0": [-17, 0, 0], + "0.0833": [-8.75, 0, 0], + "0.1667": [53.9375, 0, 0], + "0.25": [59.96875, 0, 0], + "0.3333": [32.5, 0, 0], + "0.4167": [16.25, 0, 0], + "0.5": [1.5, 0, 0], + "0.5833": [-10.5, 0, 0], + "0.6667": [-17, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.1667": [0, 0, -0.125], + "0.25": [0, 0, -0.34125], + "0.3333": [0, 0, 0], + "0.6667": [0, 0, 0] + } + }, + "leg_back_right": { + "rotation": { + "0.0": [-13.67125, 0, 0], + "0.0833": [3.7975, 0, 0], + "0.1667": [14.2975, 0, 0], + "0.25": [15.39125, 0, 0], + "0.3333": [12.64205, 2.28885, 2.63116], + "0.4167": [1.61198, 6.40429, 3.71583], + "0.5": [-13.12081, 8.41583, 0.31183], + "0.5833": [-23.30114, 0, 0], + "0.6667": [-13.67125, 0, 0] + }, + "position": { + "0.0": [0, -0.22375, 0], + "0.0833": [0, -0.31375, -0.02875], + "0.1667": [0, -0.40625, 0.50125], + "0.25": [0, -0.315, 1.125], + "0.4167": [0, 0.06125, 0], + "0.5": [0, 0.12125, 0], + "0.5833": [0, 0.0275, 0], + "0.6667": [0, -0.22375, 0] + } + }, + "leg_back_right2": { + "rotation": { + "0.0": [-15.1875, 0, 0], + "0.0833": [-22, 0, 0], + "0.1667": [-21.40625, 0, 0], + "0.25": [-3.34375, 0, 0], + "0.3333": [-7.90625, 0, 0], + "0.4167": [-27.5, 0, 0], + "0.5": [-30, 0, 0], + "0.5833": [-7.75, 0, 0], + "0.6667": [-15.1875, 0, 0] + } + }, + "leg_back_right3": { + "rotation": { + "0.0": [25.6875, 0, 0], + "0.0833": [17.15625, 0, 0], + "0.1667": [9.21875, 0, 0], + "0.25": [-5.59375, 0, 0], + "0.3333": [5, 0, 0], + "0.4167": [47.46875, 0, 0], + "0.5": [37.5, 0, 0], + "0.5833": [20, 0, 0], + "0.6667": [25.6875, 0, 0] + }, + "position": { + "0.3333": [0, 0, 0], + "0.4167": [0, 0, -0.34375], + "0.5": [0, 0, 0], + "0.5833": [0, 0, 0] + } + }, + "leg_back_left": { + "rotation": { + "0.0": [12.64205, -2.28885, -2.63116], + "0.0833": [1.61198, -6.40429, -3.71583], + "0.1667": [-13.12081, -8.41583, -0.31183], + "0.25": [-23.30114, 0, 0], + "0.3333": [-13.67125, 0, 0], + "0.4167": [3.7975, 0, 0], + "0.5": [14.2975, 0, 0], + "0.5833": [15.39125, 0, 0], + "0.6667": [12.64205, -2.28885, -2.63116] + }, + "position": { + "0.0": [0, -0.125, 0.53125], + "0.0833": [0, 0.06125, 0], + "0.1667": [0, 0.12125, 0], + "0.25": [0, 0.0275, 0], + "0.3333": [0, -0.22375, 0], + "0.4167": [0, -0.31375, -0.02875], + "0.5": [0, -0.40625, 0.50125], + "0.5833": [0, -0.315, 1.125], + "0.6667": [0, -0.125, 0.53125] + } + }, + "leg_back_left2": { + "rotation": { + "0.0": [-7.90625, 0, 0], + "0.0833": [-27.5, 0, 0], + "0.1667": [-30, 0, 0], + "0.25": [-7.75, 0, 0], + "0.3333": [-15.1875, 0, 0], + "0.4167": [-22, 0, 0], + "0.5": [-21.40625, 0, 0], + "0.5833": [-3.34375, 0, 0], + "0.6667": [-7.90625, 0, 0] + } + }, + "leg_back_left3": { + "rotation": { + "0.0": [5, 0, 0], + "0.0833": [47.46875, 0, 0], + "0.1667": [37.5, 0, 0], + "0.25": [20, 0, 0], + "0.3333": [25.6875, 0, 0], + "0.4167": [17.15625, 0, 0], + "0.5": [9.21875, 0, 0], + "0.5833": [-5.59375, 0, 0], + "0.6667": [5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, -0.34375], + "0.1667": [0, 0, 0], + "0.25": [0, 0, 0], + "0.6667": [0, 0, 0] + } + }, + "torso": { + "rotation": [ + "-(math.sin((q.anim_time-0.05)*360/(1/3))*2)", + "-(math.sin((q.anim_time - 0) * 360 / (2/3)) * 0.4)", + "(math.sin((q.anim_time - 0) * 360 / (2/3)) * 1)" + ], + "position": ["-(math.sin((q.anim_time - 0) * 360 / (2/3)) * 0.1)", "-(math.sin((q.anim_time - 0) * 360 / (1/3)) * 0.1)", 0] + }, + "head": { + "rotation": ["-7.5 + (math.sin((q.anim_time - 0.05) * 360 / (1/3)) * 2)", 0, "-(math.sin((q.anim_time - 0.1) * 360 / (2/3)) * 2)"] + }, + "ear_right": { + "rotation": ["(math.sin((q.anim_time - 0.15) * 360 / (1/3)) * 3)", 0, "-(math.sin((q.anim_time - 0.2) * 360 / (2/3)) * 1)"] + }, + "ear_left": { + "rotation": ["(math.sin((q.anim_time - 0.2) * 360 / (1/3)) * 3)", 0, "-(math.sin((q.anim_time - 0.25) * 360 / (2/3)) * 1)"] + }, + "head_fur_right_main": { + "rotation": [0, 0, "-(math.sin((q.anim_time - 0.2) * 360 / (2/3)) * 1.5)"] + }, + "head_fur_left_main": { + "rotation": [0, 0, "-(math.sin((q.anim_time - 0.2) * 360 / (2/3)) * 1.4)"] + }, + "tail_fur": { + "rotation": ["- (math.sin((q.anim_time - 0.25) * 360 / (1/3)) * 1)", 0, 0] + }, + "tail_fur2": { + "rotation": ["- (math.sin((q.anim_time - 0.2) * 360 / (1/3)) * 2)", 0, 0] + } + } + }, + "animation.cafe_sprigatito.ground_run": { + "loop": true, + "animation_length": 0.5, + "bones": { + "torso": { + "rotation": ["(math.sin((q.anim_time - 0.96 + (math.sin((q.anim_time - 0.8) * 360 * 2) * 0.01)) * 360 * 2) * 10)", 0, 0], + "position": [0, "-(math.sin((q.anim_time - 0.08) * 360 * 2) * 0.31) - 0.31", 0] + }, + "neck": { + "rotation": ["(math.sin((q.anim_time - 0.12 + (math.sin((q.anim_time - 0.12) * 360 * 2) * 0.03)) * 360 * 2) * 10) + 33", 0, 0], + "position": [0, "-(math.sin((q.anim_time - 0.08) * 360 * 2) * 0.15) - 0.15", "-(math.sin((q.anim_time - 0.08) * 360 * 2) * 0.45) - 0.45"] + }, + "head": { + "rotation": ["-(math.sin((q.anim_time - 0) * 360 * 2) * 7) - 27", 0, 0], + "scale": 1 + }, + "neck_fur_front": { + "rotation": ["-27.5 + (math.sin((q.anim_time - 1.05 + (math.sin((q.anim_time - 0.9) * 360 * 2) * 0.01)) * 360 * 2) * 20) - 20", 0, 0] + }, + "tail": { + "rotation": ["-27 + (math.sin((q.anim_time - 1.06 + (math.sin((q.anim_time - 0.9) * 360 * 2) * 0.01)) * 360 * 2) * 8) + 8", 0, 0] + }, + "leg_front_right": { + "rotation": { + "0.0": [-7, 0, 0], + "0.0833": { + "pre": [25.89625, 0.96, -0.8], + "post": [25.89625, 0.96, -0.8], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [44.97313, 1.91486, -1.60757], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [33.55018, 6.413, -3.23135], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-19.06607, 4.01549, -0.04399], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-40.22607, 1.61798, 3.14337], + "lerp_mode": "catmullrom" + }, + "0.5": [-7, 0, 0] + }, + "position": { + "0.0": [0, -0.91875, -0.25], + "0.1667": [0, -1.00125, -0.25], + "0.25": [-0.0625, 0.03125, 0.15625], + "0.3333": [-0.06, -0.13875, -0.03125], + "0.4167": [-0.06, 0.62375, -0.6525], + "0.5": [0, -0.91875, -0.25] + } + }, + "leg_front_right2": { + "rotation": { + "0.0": [-8.8, 0, 0], + "0.0833": { + "pre": [-14.025, 0, 0], + "post": [-14.025, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-9.275, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-3.55625, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-26.67062, -0.11178, 0.19416], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-15.99123, -0.22355, 0.38832], + "lerp_mode": "catmullrom" + }, + "0.5": [-8.8, 0, 0] + } + }, + "leg_front_right3": { + "rotation": { + "0.0": [15, 0, 0], + "0.1667": [-27.5, 0, 0], + "0.25": [27.5, 0, 0], + "0.3333": [107.5, 0, 0], + "0.4167": [77.5, 0, 0], + "0.5": [15, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.1667": [0, 0, 0], + "0.25": [0, 0, 0], + "0.3333": [0, 0, -0.17125], + "0.4167": [0, 0, -0.28125], + "0.5": [0, 0, 0] + } + }, + "leg_front_left": { + "rotation": { + "0.0": [-52.09375, 0, 0], + "0.1667": [14.98247, -0.85481, 2.34941], + "0.25": [47.53333, -2.76983, 2.74144], + "0.3333": [26.31, -1.31, -3.36], + "0.4167": [-35.76072, 0.15783, -4.96895], + "0.5": [-52.09375, 0, 0] + }, + "position": { + "0.0": [0, 0.11875, -0.5], + "0.0833": [0, -0.98125, 0], + "0.1667": [0, -0.255, 0.55625], + "0.25": [0, 0.54, 0.82875], + "0.3333": [0, 1.5375, 0.8875], + "0.4167": [0, 1.35875, 0.265], + "0.5": [0, 0.11875, -0.5] + } + }, + "leg_front_left2": { + "rotation": { + "0.0": [-7.53125, 0, 0], + "0.1667": [-7.5, 0, 0], + "0.25": [-5, 0, 0], + "0.2917": { + "pre": [-31.45, 0, 0], + "post": [-31.45, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-27.8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-12.62, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [-7.53125, 0, 0] + } + }, + "leg_front_left3": { + "rotation": { + "0.0": [47.71875, 0, 0], + "0.1667": [-7.5, 0, 0], + "0.25": [17.5, 0, 0], + "0.3333": [36.25, 0, 0], + "0.4167": [40, 0, 0], + "0.5": [47.71875, 0, 0] + } + }, + "leg_back_right": { + "rotation": { + "0.0": [28.3861, -4.25605, -1.0625], + "0.0417": [37.16625, -1.96, 0.64], + "0.0833": [39.39375, 0.34375, 2.34375], + "0.125": [35.23875, 2.01, 4.05], + "0.1667": [11.35, 3.6675, 5.75125], + "0.25": [-14.80539, 4.65573, 6.44465], + "0.3333": [-22.74884, 4.97671, 5.96755], + "0.375": [-12.5775, 4.36625, 4.97375], + "0.4167": [2.8325, 2.46875, 3.295], + "0.5": [28.3861, -4.25605, -1.0625] + }, + "position": { + "0.0": [0.15625, -0.68, 0.5], + "0.0833": [-0.1875, -0.3125, 0], + "0.1667": [-0.57625, -0.31, 0], + "0.25": [-0.75, -0.31, 0], + "0.3333": [-0.44, -0.685, 0], + "0.375": [-0.0175, -0.68, -0.15625], + "0.4583": [0.1, -0.555, 0.28], + "0.5": [0.15625, -0.68, 0.5] + } + }, + "leg_back_right2": { + "rotation": { + "0.0": [13.125, 0, 0], + "0.0417": [10.80125, 0, 0], + "0.0833": [12.8125, 0, 0], + "0.125": [3.595, 0, 0], + "0.1667": [-37.37, 0, 0], + "0.25": [-40, 0, 0], + "0.3333": [5.375, 0, 0], + "0.4167": [14.21875, 0, 0], + "0.5": [13.125, 0, 0] + } + }, + "leg_back_right3": { + "rotation": { + "0.0": [-3.71875, 0, 0], + "0.0833": [3.71875, 0, 0], + "0.25": [32.5, 0, 0], + "0.3333": [19.65625, 0, 0], + "0.4167": [-6.3125, 0, 0], + "0.5": [-3.71875, 0, 0] + } + }, + "leg_back_left": { + "rotation": { + "0.0": [36.9125, -0.34375, -2.34375], + "0.0833": [11.35, -3.6675, -5.75125], + "0.1667": [-14.80539, -4.65573, -6.44465], + "0.25": [-25.94884, -4.97671, -5.65505], + "0.2917": [-12.89, -3.42875, -0.88], + "0.3333": [6.20125, 2.15625, 0.205], + "0.4167": [32.61735, 4.25605, 1.0625], + "0.5": [36.9125, -0.34375, -2.34375] + }, + "position": { + "0.0": [0.1875, -0.3125, 0], + "0.0833": [0.57625, -0.31, 0], + "0.1667": [0.75, -0.31, 0], + "0.25": [0.44, -0.685, 0], + "0.2917": [0.0175, -0.68, -0.09375], + "0.3333": [-0.07, -1.18, 0.19], + "0.4167": [-0.15625, -0.68, 0.5], + "0.5": [0.1875, -0.3125, 0] + } + }, + "leg_back_left2": { + "rotation": { + "0.0": [2, 0, 0], + "0.0833": [-35.49625, 0, 0], + "0.1667": [-40, 0, 0], + "0.25": [-12.5, 0, 0], + "0.3333": [-1.34375, 0, 0], + "0.4167": [0.84375, 0, 0], + "0.5": [2, 0, 0] + } + }, + "leg_back_left3": { + "rotation": { + "0.0": [19.28125, 0, 0], + "0.0833": [38.265, 0, 0], + "0.1667": [32.5, 0, 0], + "0.25": [32.5, 0, 0], + "0.3333": [-0.625, 0, 0], + "0.4167": [4.1875, 0, 0], + "0.5": [19.28125, 0, 0] + } + }, + "ear_right": { + "rotation": ["-17.5-(math.sin((q.anim_time - 0) * 360 * 2) * 10)", 0, 0] + }, + "ear_left": { + "rotation": ["-17.5-(math.sin((q.anim_time - 0.03) * 360 * 2) * 10)", 0, 0] + }, + "body": { + "rotation": ["-(math.cos((q.anim_time - 0) * 360 * 2) * 2)", 0, 0], + "position": { + "0.0": [0, 0.46875, 0], + "0.0833": [0, 0.41, 0], + "0.1667": [0, -0.15625, 0], + "0.25": [0, 0, 0], + "0.3333": [0, 0.5625, 0], + "0.4167": [0, 0.7475, 0], + "0.5": [0, 0.46875, 0] + } + }, + "head_fur_right_main": { + "rotation": [0, "25+(math.sin((q.anim_time - 1.37 + (math.sin((q.anim_time - 0.25) * 360 * 2) * 0.02)) * 360 * 2) * 7)", 0] + }, + "head_fur_right": { + "rotation": [0, "(math.sin((q.anim_time - 1.4 + (math.sin((q.anim_time - 0.23) * 360 * 2) * 0.02)) * 360 * 2) * 1)", 0] + }, + "head_fur_right2": { + "rotation": [0, "(math.sin((q.anim_time - 1.37 + (math.sin((q.anim_time - 0.22) * 360 * 2) * 0.02)) * 360 * 2) * 1.5)", 0] + }, + "head_fur_right3": { + "rotation": [0, "(math.sin((q.anim_time - 1.36 + (math.sin((q.anim_time - 0.26) * 360 * 2) * 0.02)) * 360 * 2) * 1)", 0] + }, + "head_fur_left_main": { + "rotation": [0, "-45+(math.sin((q.anim_time - 1.4 + (math.sin((q.anim_time - 0.28) * 360 * 2) * 0.02)) * 360 * 2) * 7)", 0] + }, + "head_fur_left": { + "rotation": [0, "-((math.sin((q.anim_time - 1.4 + (math.sin((q.anim_time - 0.23) * 360 * 2) * 0.02)) * 360 * 2) * 1))", 0] + }, + "head_fur_left2": { + "rotation": [0, "-((math.sin((q.anim_time - 1.37 + (math.sin((q.anim_time - 0.22) * 360 * 2) * 0.02)) * 360 * 2) * 1.5))", 0] + }, + "head_fur_left3": { + "rotation": [0, "-((math.sin((q.anim_time - 1.36 + (math.sin((q.anim_time - 0.26) * 360 * 2) * 0.02)) * 360 * 2) * 1))", 0] + }, + "neck_fur_back": { + "rotation": ["-21.3127 + (math.sin((q.anim_time - 0.17 + (math.sin((q.anim_time - 0.17) * 360 * 2) * 0.03)) * 360 * 2) * 5)", 0, 0] + }, + "tail_fur2": { + "rotation": ["(math.sin((q.anim_time - 1.11 + (math.sin((q.anim_time - 0.95) * 360 * 2) * 0.01)) * 360 * 2) * 5)", 0, 0] + }, + "tail_fur": { + "rotation": ["(math.sin((q.anim_time - 1.13 + (math.sin((q.anim_time - 0.95) * 360 * 2) * 0.01)) * 360 * 2) * 3)", 0, 0] + } + } + }, + "animation.cafe_sprigatito.cry": { + "animation_length": 1.5, + "bones": { + "torso": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [5, 0, 0], + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-1.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": [-1.85, 0, 0], + "0.875": [-0.6725, 0, 0], + "0.9583": [-1.04375, 0, 0], + "1.125": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, -0.27, 0.21875], + "post": [0, -0.27, 0.21875], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, -0.40625, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0.1, -0.2675], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0.05875, -0.125], + "lerp_mode": "catmullrom" + }, + "1.3333": [0, 0, 0] + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": [0, 0, 0], + "0.3333": [15, 0, 0], + "0.5": [2.5, 0, 0], + "0.9167": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [1.58125, 0, 0], + "post": [1.58125, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-0.8125, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-11.1875, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-8.245, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-1.29, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "mouth_open": { + "position": { + "0.0833": [0, 0, 0], + "0.125": [0, 0, -0.1], + "0.75": [0, 0, -0.1], + "0.7917": [0, 0, 0] + } + }, + "neck_fur_front": { + "rotation": { + "0.0833": [0, 0, 0], + "0.3333": [-15.09375, 0, 0], + "0.5": [-2.59375, 0, 0], + "0.7917": [-12.59375, 0, 0], + "1.1667": [0, 0, 0] + } + }, + "ear_right": { + "rotation": { + "0.0833": [0, 0, 0], + "0.25": [11.4375, 0, 0], + "0.4167": [13.53125, 0, 0], + "0.5417": [-14.34375, 0, 0], + "0.75": [-11.345, 0, 0], + "1.0": [0, 0, 0] + } + }, + "ear_left": { + "rotation": { + "0.0417": [0, 0, 0], + "0.2083": [8.25, 0, 0], + "0.4167": [10.0625, 0, 0], + "0.5417": [-13.6875, 0, 0], + "0.75": [-11.345, 0, 0], + "1.0": [0, 0, 0] + } + }, + "eyelid_right": { + "position": { + "0.0833": [0, 0, 0], + "0.125": [0, 0, -0.1], + "0.2917": [0, 0, -0.1], + "0.3333": [0, 0, 0] + } + }, + "eyelid_left": { + "position": { + "0.0833": [0, 0, 0], + "0.125": [0, 0, -0.1], + "0.2917": [0, 0, -0.1], + "0.3333": [0, 0, 0] + } + }, + "head_fur_right_main": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": [0, 7.5, 0], + "0.375": [0, -2.5, 0], + "0.5417": [0, 20, 0], + "0.625": [0, 12.5, 0], + "0.7083": [0, 17.5, 0], + "0.8333": [0, 15, 0], + "1.0417": [0, -7.5, 0], + "1.1667": [0, 0, 0] + } + }, + "head_fur_left_main": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": [0, -7.5, 0], + "0.375": [0, 2.5, 0], + "0.5417": [0, -20, 0], + "0.625": [0, -12.5, 0], + "0.7083": [0, -17.5, 0], + "0.8333": [0, -15, 0], + "1.0417": [0, 7.5, 0], + "1.1667": [0, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [-13.6575, 0, 0], + "0.2917": [-20.875, 0, 0], + "0.4583": [14.98875, 0, 0], + "0.5833": [18.75, 0, 0], + "0.625": [12.60125, 0, 0], + "0.6667": [18.62375, 0, 0], + "0.7083": [12.72625, 0, 0], + "0.7917": [16.03125, 0, 0], + "1.0417": [0, 0, 0] + } + }, + "tail_fur": { + "rotation": { + "0.0": [0, 0, 0], + "0.2917": [-6.47, 0, 0], + "0.4583": [-9.0625, 0, 0], + "0.75": [8.53125, 0, 0], + "1.2083": [0, 0, 0] + } + }, + "tail_fur2": { + "rotation": { + "0.0": [0, 0, 0], + "0.2083": [-6.47, 0, 0], + "0.375": [-9.0625, 0, 0], + "0.6667": [8.53125, 0, 0], + "0.7083": [6.07, 0, 0], + "0.75": [8.405, 0, 0], + "0.7917": [6.195, 0, 0], + "0.875": [7.125, 0, 0], + "1.125": [0, 0, 0] + } + } + }, + "sound_effects": { + "0.25": { + "effect": "pokemon.sprigatito.cry" + } + } + }, + "animation.cafe_sprigatito.ground_idle": { + "loop": true, + "bones": { + "torso": { + "rotation": ["(math.cos((q.anim_time - 0 + (math.cos((q.anim_time - 0) * 360 * 1) * 0.05)) * 360 * 1) * 1) + 1", 0, 0], + "position": ["(math.cos((q.anim_time - 0) * 360 / 2) * 0.05)", "(math.sin((q.anim_time - 0) * 360 * 1) * 0.1)", -0.03125] + }, + "neck": { + "rotation": ["20 - (math.cos((q.anim_time - 0.1) * 360 * 1) * 1) - 1", 0, "(math.cos((q.anim_time - 0) * 360 / 2) * 1)"], + "position": [0, 0, 0] + }, + "head": { + "rotation": ["-20 + (math.cos((q.anim_time - 0.2) * 360 * 1) * 2) + 2", 0, "(math.cos((q.anim_time - 0.1) * 360 / 2) * 2)"] + }, + "head_fur_right_main": { + "rotation": [0, 0, "(math.cos((q.anim_time - 0.25) * 360 / 2) * 1)"] + }, + "head_fur_right": { + "rotation": [0, 0, "(math.cos((q.anim_time - 0.15) * 360 / 2) * 2) + 1"] + }, + "head_fur_right2": { + "rotation": [0, 0, "(math.cos((q.anim_time - 0.24) * 360 / 2) * 1)"] + }, + "head_fur_right3": { + "rotation": [0, 0, "(math.cos((q.anim_time - 0.3) * 360 / 2) * 2) - 1"] + }, + "head_fur_left_main": { + "rotation": [0, 0, "(math.cos((q.anim_time - 0.2) * 360 / 2) * 1)"] + }, + "head_fur_left": { + "rotation": [0, 0, "(math.cos((q.anim_time - 0.15) * 360 / 2) * 2) + 1"] + }, + "head_fur_left2": { + "rotation": [0, 0, "(math.cos((q.anim_time - 0.24) * 360 / 2) * 1)"] + }, + "head_fur_left3": { + "rotation": [0, 0, "(math.cos((q.anim_time - 0.3) * 360 / 2) * 2) - 1"] + }, + "ear_right": { + "rotation": ["(math.cos((q.anim_time - 0.34) * 360 * 1) * 2)", 0, "(math.cos((q.anim_time - 0.24) * 360 / 2) * 1)"] + }, + "ear_left": { + "rotation": ["(math.cos((q.anim_time - 0.3) * 360 * 1) * 2)", 0, "(math.cos((q.anim_time - 0.2) * 360 / 2) * 1)"] + }, + "neck_fur_front": { + "rotation": ["-15 + (math.cos((q.anim_time - 0.1) * 360 * 1) * 3)", 0, 0], + "position": [0, 0.46875, 0] + }, + "neck_fur_back": { + "rotation": [-22.5, 0, 0] + }, + "tail": { + "rotation": [ + "15 + (math.sin((q.anim_time - 0.2) * 360 * 1) * 7) - 7", + "(math.cos((q.anim_time - 0.1) * 360 / 2) * 6)", + "(math.cos((q.anim_time - 0.1) * 360 / 2) * 3)" + ], + "position": [0, -0.09375, -0.46875] + }, + "tail_fur": { + "rotation": [ + "-2.5 + (math.sin((q.anim_time - 0.24) * 360 * 1) * 2)", + "(math.cos((q.anim_time - 0.14) * 360 / 2) * 2)", + "(math.cos((q.anim_time - 0.14) * 360 / 2) * 1)" + ] + }, + "tail_fur2": { + "rotation": [ + "-2.5 + (math.sin((q.anim_time - 0.3) * 360 * 1) * 3) + 3 ", + "(math.cos((q.anim_time - 0.2) * 360 / 2) * 4)", + "(math.cos((q.anim_time - 0.2) * 360 / 2) * 2)" + ] + }, + "leg_front_right": { + "rotation": ["(math.sin((q.anim_time - 0.6 + (math.sin((q.anim_time - 0.6) * 360 * 1) * 0.05)) * 360 * 1) * 3) + 3", 0, 0], + "position": [ + 0, + "-(math.sin((q.anim_time - 0.6 + (math.sin((q.anim_time - 0.6) * 360 * 1) * 0.05)) * 360 * 1) * 0.065) - 0.065", + "-(math.sin((q.anim_time - 0.6 + (math.sin((q.anim_time - 0.6) * 360 * 1) * 0.05)) * 360 * 1) * 0.095) - 0.095" + ] + }, + "leg_front_right2": { + "rotation": ["-(math.sin((q.anim_time - 0.6 + (math.sin((q.anim_time - 0.6) * 360 * 1) * 0.05)) * 360 * 1) * 3) - 3", 0, 0] + }, + "leg_front_left": { + "rotation": ["(math.sin((q.anim_time - 0.6 + (math.sin((q.anim_time - 0.6) * 360 * 1) * 0.05)) * 360 * 1) * 3) + 3", 0, 0], + "position": [ + 0, + "-(math.sin((q.anim_time - 0.6 + (math.sin((q.anim_time - 0.6) * 360 * 1) * 0.05)) * 360 * 1) * 0.065) - 0.065", + "-(math.sin((q.anim_time - 0.6 + (math.sin((q.anim_time - 0.6) * 360 * 1) * 0.05)) * 360 * 1) * 0.095) - 0.095" + ] + }, + "leg_front_left2": { + "rotation": ["-(math.sin((q.anim_time - 0.6 + (math.sin((q.anim_time - 0.6) * 360 * 1) * 0.05)) * 360 * 1) * 3) - 3", 0, 0] + }, + "leg_back_right": { + "rotation": ["-(math.sin((q.anim_time - 0) * 360 * 1) * 4) + 4", 0, 0], + "position": [0, "(math.sin((q.anim_time - 0) * 360 * 1) * 0.1) - 0.07", "(math.sin((q.anim_time - 0) * 360 * 1) * 0.195) - 0.2"] + }, + "leg_back_right2": { + "rotation": ["(math.sin((q.anim_time - 0) * 360 * 1) * 4) - 4", 0, 0] + }, + "leg_back_left": { + "rotation": ["-(math.sin((q.anim_time - 0) * 360 * 1) * 4) + 4", 0, 0], + "position": [0, "(math.sin((q.anim_time - 0) * 360 * 1) * 0.1) - 0.07", "(math.sin((q.anim_time - 0) * 360 * 1) * 0.195) - 0.2"] + }, + "leg_back_left2": { + "rotation": ["(math.sin((q.anim_time - 0) * 360 * 1) * 4) - 4", 0, 0] + } + } + }, + "animation.cafe_sprigatito.ground_idle2": { + "loop": true, + "bones": { + "torso": { + "rotation": [ + "-22.5 - (math.sin((q.anim_time - 0.5) * 360 / 1) * 1)", + "- (math.sin((q.anim_time - 0) * 360 / 2) * 1)", + "- (math.sin((q.anim_time - 0) * 360 / 2) * 0.7)" + ], + "position": ["-(math.sin((q.anim_time - 0) * 360 / 2) * 0.06)", -2.71875, -0.21875] + }, + "neck": { + "rotation": ["25 - (math.sin((q.anim_time - 0.7) * 360 / 1) * 1)", 0, "- (math.sin((q.anim_time - 0.2) * 360 / 2) * 1)"], + "position": [0, -0.5, -0.6875] + }, + "head": { + "rotation": ["-10.0136 - (math.sin((q.anim_time - 0.8) * 360 / 1) * 1) + 3", 0, "- (math.sin((q.anim_time - 0.4) * 360 / 2) * 1)"] + }, + "neck_fur_front": { + "rotation": ["-7.5 - (math.sin((q.anim_time - 0.8) * 360 / 1) * 1)", 0, 0], + "position": [0, 0.3125, 0] + }, + "tail": { + "rotation": [ + "5 - (math.sin((q.anim_time - 0.8) * 360 / 1) * 3)", + "- (math.sin((q.anim_time - 0.1) * 360 / 2) * 1)", + "- (math.sin((q.anim_time - 0.1) * 360 / 2) * 3)" + ] + }, + "leg_front_right_rot": { + "rotation": [0, -12.5, 0], + "position": [-0.03125, 0, 0.15625] + }, + "leg_front_right": { + "rotation": ["12.5 - (math.sin((q.anim_time - 0.5) * 360 / 1) * 3) - 3", 0, 0], + "position": [0, "-0.5625 + (math.sin((q.anim_time - 0.5) * 360 / 1) * 0.08) + 0.08", "0.1875 + (math.sin((q.anim_time - 0.5) * 360 / 1) * 0.09) + 0.09"] + }, + "leg_front_right2": { + "rotation": ["-22.5 + (math.sin((q.anim_time - 0.5) * 360 / 1) * 3) + 3", 0, 0] + }, + "leg_front_right3": { + "rotation": [10, 0, 0] + }, + "leg_front_left_rot": { + "rotation": [0, 12.5, 0], + "position": [0.03125, 0, 0.15625] + }, + "leg_front_left": { + "rotation": ["12.5 - (math.sin((q.anim_time - 0.5) * 360 / 1) * 3) - 3", 0, 0], + "position": [0, "-0.5625 + (math.sin((q.anim_time - 0.5) * 360 / 1) * 0.08) + 0.08", "0.1875 + (math.sin((q.anim_time - 0.5) * 360 / 1) * 0.09) + 0.09"] + }, + "leg_front_left2": { + "rotation": ["-22.5 + (math.sin((q.anim_time - 0.5) * 360 / 1) * 3) + 3", 0, 0] + }, + "leg_front_left3": { + "rotation": [10, 0, 0] + }, + "leg_back_right": { + "rotation": [-14.93371, 10.2809, 0.73687], + "position": [-0.09375, -2.46875, 0.375] + }, + "leg_back_right2": { + "rotation": [-65, 0, 0] + }, + "leg_back_right3": { + "rotation": [80, 0, 0], + "position": [0, 0, -0.46875] + }, + "leg_back_left": { + "rotation": [-14.93371, -10.2809, -0.73687], + "position": [0.09375, -2.46875, 0.375] + }, + "leg_back_left2": { + "rotation": [-65, 0, 0] + }, + "leg_back_left3": { + "rotation": [80, 0, 0], + "position": [0, 0, -0.46875] + }, + "head_fur_right_main": { + "rotation": [0, 0, "- (math.sin((q.anim_time - 0.5) * 360 / 2) * 1)"] + }, + "head_fur_left_main": { + "rotation": [0, 0, "- (math.sin((q.anim_time - 0.5) * 360 / 2) * 1)"] + }, + "ear_right": { + "rotation": ["- (math.sin((q.anim_time - 0.8) * 360 / 1) * 2)", 0, "- (math.sin((q.anim_time - 0.5) * 360 / 2) * 2) - 2"] + }, + "ear_left": { + "rotation": ["- (math.sin((q.anim_time - 0.84) * 360 / 1) * 2)", 0, "- (math.sin((q.anim_time - 0.5) * 360 / 2) * 2) + 2"] + } + } + }, + "animation.cafe_sprigatito.battle_idle": { + "loop": true, + "bones": { + "torso": { + "rotation": ["17 + (math.cos((q.anim_time - 0.1) * 360 ) * 3) - 2", 0, 0], + "position": [0, "0.8 - (math.cos((q.anim_time - 0) * 360 ) * 0.1)", -1.1687] + }, + "neck": { + "rotation": ["28 + (math.sin((q.anim_time - 0.1) * 360 ) * 3) + 2", 0, 0], + "position": [0, 0, -0.46875] + }, + "head": { + "rotation": ["-45.5 + (math.sin((q.anim_time - 0.6) * 360 * 1) * 5)", 0, 0] + }, + "eye_right": { + "rotation": [0, 0, 0] + }, + "head_fur_right_main": { + "rotation": [0, "30 - (math.cos((q.anim_time - 0.5) * 360 ) * 4)", "- (math.cos((q.anim_time - 0.3) * 360 ) * 2)"] + }, + "head_fur_left_main": { + "rotation": [0, "- 30 + (math.cos((q.anim_time - 0.5) * 360 ) * 4)", "(math.cos((q.anim_time - 0.3) * 360 ) * 2)"] + }, + "ear_right": { + "rotation": ["15 + (math.sin((q.anim_time - 0) * 360 ) * 3) + 1", 0, "-7.5 - (math.sin((q.anim_time - 0) * 360 ) * 2)"] + }, + "ear_left": { + "rotation": ["15 + (math.sin((q.anim_time - 0.1) * 360 ) * 3) + 1", 0, "7.5 + (math.sin((q.anim_time - 0.1) * 360 ) * 2)"] + }, + "neck_fur_front": { + "rotation": ["-40.7501 - (math.sin((q.anim_time - 0.3) * 360 ) * 2)", 0, 0], + "position": [0, 0.875, 0.03125] + }, + "neck_fur_back": { + "rotation": ["-32.5 + (math.sin((q.anim_time - 0.2) * 360 ) * 0.5) - 6.5", 0, 0] + }, + "tail": { + "rotation": [ + "7.5-(math.sin((q.anim_time - 0.5) * 360 * 1) * 3)", + "-(math.sin((q.anim_time - 0.5) * 360 / 2) * 5)", + "-(math.sin((q.anim_time - 0.5) * 360 / 2) * 3)" + ], + "position": [0, -0.0625, -0.46875] + }, + "tail_fur2": { + "rotation": ["2.7188-(math.sin((q.anim_time - 0.6) * 360 * 1) * 3)", "-(math.sin((q.anim_time - 0.55) * 360 / 2) * 6)", 0] + }, + "leg_front_right_rot": { + "rotation": ["-(math.sin((q.anim_time - 0.8) * 360 * 1) * 3) + 3", 0, 0], + "position": [0.09375, "-(math.sin((q.anim_time - 0.8) * 360 * 1) * 0.17)", 0.21875] + }, + "leg_front_right": { + "rotation": ["-15 + (math.sin((q.anim_time - 0.8) * 360 * 1) * 6) - 6", 0, 0], + "position": [0, "-1.27 - (math.sin((q.anim_time - 0.8) * 360 * 1) * 0.04) - 0.1", "-0.55 - (math.sin((q.anim_time - 0.8) * 360 * 1) * 0.12)"] + }, + "leg_front_right2": { + "rotation": ["-27.5 - (math.sin((q.anim_time - 0.8) * 360 * 1) * 6) + 6", 0, 0] + }, + "leg_front_right3": { + "rotation": ["42.5 +(math.sin((q.anim_time - 0.8) * 360 * 1) * 3) - 3", 0, 0], + "position": [0, 0, -0.15625] + }, + "leg_front_left": { + "rotation": ["10 - (math.sin((q.anim_time - 0.3) * 360 * 1) * 4) + 4", 0, 0], + "position": [-0.1875, "-0.54 + (math.sin((q.anim_time - 0.3) * 360 * 1) * 0.11)", "0.3125 + (math.sin((q.anim_time - 0.3) * 360 * 1) * 0.106) - 0.106"] + }, + "leg_front_left2": { + "rotation": ["-17.5 + (math.sin((q.anim_time - 0.3) * 360 * 1) * 4) - 4", 0, 0] + }, + "leg_front_left3": { + "rotation": [7.5, 0, 0] + }, + "leg_back_right": { + "rotation": ["-17.2548 - (math.sin((q.anim_time - 0.25) * 360 * 1) * 3) + 3", 10.30055, 0.29332], + "position": [ + "-0.32 + (math.sin((q.anim_time - 0.25) * 360 * 1) * 0.03)", + "-0.1875 + (math.sin((q.anim_time - 0.25) * 360 * 1) * 0.027)", + "-1.1 + (math.sin((q.anim_time - 0.25) * 360 * 1) * 0.15)" + ] + }, + "leg_back_right2": { + "rotation": ["-7.5 + (math.sin((q.anim_time - 0.25) * 360 * 1) * 3) - 3", 0, 0] + }, + "leg_back_right3": { + "rotation": [25, 0, 0] + }, + "leg_back_left": { + "rotation": ["5.2377 - (math.sin((q.anim_time - 0.25) * 360 * 1) * 3) + 3", -12.3071, -2.20462], + "position": [ + "0.0625 - (math.sin((q.anim_time - 0.25) * 360 * 1) * 0.03) + 0.03", + "-0.28 + (math.sin((q.anim_time - 0.25) * 360 * 1) * 0.075)", + "-0.0313+(math.sin((q.anim_time - 0.25) * 360 * 1) * 0.13)" + ] + }, + "leg_back_left2": { + "rotation": ["17.5 + (math.sin((q.anim_time - 0.25) * 360 * 1) * 3) - 3", 0, 0] + }, + "leg_back_left3": { + "rotation": [-20, 0, 0] + }, + "head_fur_right": { + "rotation": [0, 0, "- (math.cos((q.anim_time - 0.2) * 360 ) * 3)"] + }, + "head_fur_right2": { + "rotation": [0, "(math.sin((q.anim_time - 0.4) * 360 ) * 3) - 3", 0] + }, + "head_fur_right3": { + "rotation": [0, 0, "- (math.cos((q.anim_time - 0.4) * 360 ) * 2)"] + }, + "head_fur_left": { + "rotation": [0, 0, "(math.cos((q.anim_time - 0.2) * 360 ) * 3)"] + }, + "head_fur_left2": { + "rotation": [0, "-(math.sin((q.anim_time - 0.4) * 360 ) * 3) + 3", 0] + }, + "head_fur_left3": { + "rotation": [0, 0, "(math.cos((q.anim_time - 0.4) * 360 ) * 2)"] + }, + "tail_fur": { + "rotation": ["22.1877-(math.sin((q.anim_time - 0.6) * 360 * 1) * 2)", 0, "(math.sin((q.anim_time - 0.6) * 360 / 2) * 3)"] + } + } + }, + "animation.cafe_sprigatito.battle_idle2": { + "loop": true, + "bones": { + "torso": { + "rotation": ["7 + (math.cos((q.anim_time - 0.2) * 360 ) * 3) - 2", 0, 0], + "position": [0, "- (math.cos((q.anim_time - 0) * 360 ) * 0.2) - 0.4", "-0.7 - (math.sin((q.anim_time - 0) * 360 ) * 0.15)"] + }, + "neck": { + "rotation": ["35.5 - (math.sin((q.anim_time - 0.2) * 360 ) * 3) + 2", 0, 0], + "position": [0, 0, -0.46875] + }, + "head": { + "rotation": ["-38 - (math.sin((q.anim_time - 0.8) * 360 ) * 1)", 0, 0] + }, + "eye_right": { + "rotation": [0, 0, 0] + }, + "head_fur_right_main": { + "rotation": [0, "30 - (math.cos((q.anim_time - 0.5) * 360 ) * 4)", "- (math.cos((q.anim_time - 0.3) * 360 ) * 2)"] + }, + "head_fur_left_main": { + "rotation": [0, "- 30 + (math.cos((q.anim_time - 0.5) * 360 ) * 4)", "(math.cos((q.anim_time - 0.3) * 360 ) * 2)"] + }, + "ear_right": { + "rotation": ["15 + (math.sin((q.anim_time - 0) * 360 ) * 3) + 1", 0, "-7.5 - (math.sin((q.anim_time - 0) * 360 ) * 2)"] + }, + "ear_left": { + "rotation": ["15 + (math.sin((q.anim_time - 0.1) * 360 ) * 3) + 1", 0, "7.5 + (math.sin((q.anim_time - 0.1) * 360 ) * 2)"] + }, + "neck_fur_front": { + "rotation": ["-35 - (math.sin((q.anim_time - 0.4) * 360 ) * 3) - 2", 0, 0], + "position": [0, 0.875, 0.03125] + }, + "neck_fur_back": { + "rotation": ["-32.5 + (math.sin((q.anim_time - 0.2) * 360 ) * 0.5) - 6.5", 0, 0] + }, + "tail": { + "rotation": ["-82.5 + (math.sin((q.anim_time - 0.3) * 360 ) * 6) + 6", 0, 0], + "position": [0, -0.59375, -0.0625] + }, + "tail_fur2": { + "rotation": ["-10 + (math.sin((q.anim_time - 0.4) * 360 ) * 4) + 4", 0, 0] + }, + "leg_front_right_rot": { + "rotation": ["-(math.sin((q.anim_time - 0.8) * 360 * 1) * 3) + 3", 0, 0], + "position": [0.09375, "-(math.sin((q.anim_time - 0.8) * 360 * 1) * 0.17)", 0.21875] + }, + "leg_front_right": { + "rotation": ["-15 + (math.sin((q.anim_time - 0.8) * 360 * 1) * 6) - 6", 0, 0], + "position": [0, "-1.27 - (math.sin((q.anim_time - 0.8) * 360 * 1) * 0.04) - 0.1", "-0.55 - (math.sin((q.anim_time - 0.8) * 360 * 1) * 0.12)"] + }, + "leg_front_right2": { + "rotation": ["-27.5 - (math.sin((q.anim_time - 0.8) * 360 * 1) * 6) + 6", 0, 0] + }, + "leg_front_right3": { + "rotation": ["42.5 +(math.sin((q.anim_time - 0.8) * 360 * 1) * 3) - 3", 0, 0], + "position": [0, 0, -0.15625] + }, + "leg_front_left": { + "rotation": ["10 - (math.sin((q.anim_time - 0.3) * 360 * 1) * 4) + 4", 0, 0], + "position": [-0.1875, "-0.54 + (math.sin((q.anim_time - 0.3) * 360 * 1) * 0.11)", "0.3125 + (math.sin((q.anim_time - 0.3) * 360 * 1) * 0.106) - 0.106"] + }, + "leg_front_left2": { + "rotation": ["-17.5 + (math.sin((q.anim_time - 0.3) * 360 * 1) * 4) - 4", 0, 0] + }, + "leg_front_left3": { + "rotation": [7.5, 0, 0] + }, + "leg_back_right": { + "rotation": ["-17.2548 - (math.sin((q.anim_time - 0.25) * 360 * 1) * 5) + 5", 10.30055, 0.29332], + "position": [ + "-0.2813 + (math.sin((q.anim_time - 0.25) * 360 * 1) * 0.05) - 0.05", + "-0.1875 + (math.sin((q.anim_time - 0.25) * 360 * 1) * 0.055)", + "-1.125 + (math.sin((q.anim_time - 0.25) * 360 * 1) * 0.26) - 0.26" + ] + }, + "leg_back_right2": { + "rotation": ["-7.5 + (math.sin((q.anim_time - 0.25) * 360 * 1) * 5) - 5", 0, 0] + }, + "leg_back_right3": { + "rotation": [25, 0, 0] + }, + "leg_back_left": { + "rotation": ["5.2377 - (math.sin((q.anim_time - 0.25) * 360 * 1) * 3) + 3", -12.3071, -2.20462], + "position": [ + "0.2813 - (math.sin((q.anim_time - 0.25) * 360 * 1) * 0.03) + 0.03", + "-0.28 + (math.sin((q.anim_time - 0.25) * 360 * 1) * 0.075)", + "(math.sin((q.anim_time - 0.25) * 360 * 1) * 0.13)" + ] + }, + "leg_back_left2": { + "rotation": ["17.5 + (math.sin((q.anim_time - 0.25) * 360 * 1) * 3) - 3", 0, 0] + }, + "leg_back_left3": { + "rotation": [-20, 0, 0] + }, + "head_fur_right": { + "rotation": [0, 0, "- (math.cos((q.anim_time - 0.2) * 360 ) * 3)"] + }, + "head_fur_right2": { + "rotation": [0, "(math.sin((q.anim_time - 0.4) * 360 ) * 3) - 3", 0] + }, + "head_fur_right3": { + "rotation": [0, 0, "- (math.cos((q.anim_time - 0.4) * 360 ) * 2)"] + }, + "head_fur_left": { + "rotation": [0, 0, "(math.cos((q.anim_time - 0.2) * 360 ) * 3)"] + }, + "head_fur_left2": { + "rotation": [0, "-(math.sin((q.anim_time - 0.4) * 360 ) * 3) + 3", 0] + }, + "head_fur_left3": { + "rotation": [0, 0, "(math.cos((q.anim_time - 0.4) * 360 ) * 2)"] + }, + "tail_fur": { + "rotation": ["22.1877+(math.sin((q.anim_time - 0.4) * 360 ) * 1) +NaN", 0, 0] + } + } + }, + "animation.cafe_sprigatito.sleep": { + "loop": true, + "bones": { + "torso": { + "rotation": ["5 + (math.sin((q.anim_time - 0.2 + (math.sin((q.anim_time - 0.2) * 360 / 4) * 0.1)) * 360 / 4) * 1) - 1", 0, 0], + "position": [0, "-3.2 - (math.sin((q.anim_time - 0 + (math.sin((q.anim_time - 0) * 360 / 4) * 0.1)) * 360 / 4) * 0.05)", 0] + }, + "neck": { + "rotation": ["27.5 + (math.sin((q.anim_time - 0.4 + (math.sin((q.anim_time - 0.4) * 360 / 4) * 0.1)) * 360 / 4) * 1) - 1", 0, 0] + }, + "head": { + "rotation": ["23.0524 + (math.sin((q.anim_time - 0.5 + (math.sin((q.anim_time - 0.5) * 360 / 4) * 0.1)) * 360 / 4) * 1) - 1", 22.26162, 1.62278], + "position": [0, -0.46875, 0.09375] + }, + "eyelid_right": { + "position": [0, 0, -0.1] + }, + "eyelid_left": { + "position": [0, 0, -0.1] + }, + "head_fur_right_main": { + "rotation": [-11.55171, "-34.7947 - (math.sin((q.anim_time - 0.7 + (math.sin((q.anim_time - 0.7) * 360 / 4) * 0.1)) * 360 / 4) * 3)", 18.91128], + "position": [0, 0.21875, 0] + }, + "head_fur_right": { + "rotation": [0, -15, 0] + }, + "head_fur_right3": { + "rotation": [0, -12.5, 0] + }, + "head_fur_left_main": { + "rotation": [-11.55171, "34.7947 + (math.sin((q.anim_time - 0.8 + (math.sin((q.anim_time - 0.8) * 360 / 4) * 0.1)) * 360 / 4) * 3)", -18.91128], + "position": [0, 0.21875, 0] + }, + "head_fur_left": { + "rotation": [0, 15, 0] + }, + "head_fur_left3": { + "rotation": [0, 12.5, 0] + }, + "ear_right": { + "rotation": ["24.6041 + (math.sin((q.anim_time - 0.7 + (math.sin((q.anim_time - 0.7) * 360 / 4) * 0.1)) * 360 / 4) * 3)", -9.10615, -4.15582] + }, + "ear_left": { + "rotation": ["20 + (math.sin((q.anim_time - 0.8 + (math.sin((q.anim_time - 0.8) * 360 / 4) * 0.1)) * 360 / 4) * 3)", 0, 0] + }, + "neck_fur_front": { + "rotation": ["-32.5 + (math.sin((q.anim_time - 1.3 + (math.sin((q.anim_time - 0.1) * 360 / 4) * 0.2)) * 360 / 4) * 2) + 5", 0, 0], + "position": [0, 0, 0.125] + }, + "tail": { + "rotation": ["-22.498 - (math.sin((q.anim_time - 0.7 + (math.sin((q.anim_time - 0.7) * 360 / 4) * 0.1)) * 360 / 4) * 2) + 2", 0.01232, 0.09926], + "position": [0, 0, 0] + }, + "tail_fur2": { + "rotation": ["-5 - (math.sin((q.anim_time - 0.8 + (math.sin((q.anim_time - 0.8) * 360 / 4) * 0.1)) * 360 / 4) * 2) + 2", 0, 0] + }, + "leg_front_right": { + "rotation": [40, 0, 0], + "position": [0, -2.65625, 0.65625] + }, + "leg_front_right2": { + "rotation": [-77.5, 0, 0] + }, + "leg_front_right3": { + "rotation": [40, 0, 0] + }, + "leg_front_left": { + "rotation": [40, 0, 0], + "position": [0, -2.65625, 0.65625] + }, + "leg_front_left2": { + "rotation": [-77.5, 0, 0] + }, + "leg_front_left3": { + "rotation": [40, 0, 0] + }, + "leg_back_right": { + "rotation": [-17.5, 0, 0], + "position": [-0.5, -2.28125, 0.65625] + }, + "leg_back_right2": { + "rotation": [-60, 0, 0] + }, + "leg_back_right3": { + "rotation": [77.43276, -0.41311, -0.41022], + "position": [0, 0, -0.40625] + }, + "leg_back_left": { + "rotation": [-17.5, 0, 0], + "position": [0.5, -2.28125, 0.65625] + }, + "leg_back_left2": { + "rotation": [-60, 0, 0] + }, + "leg_back_left3": { + "rotation": [77.43276, 0.41311, 0.41022], + "position": [0, 0, -0.40625] + }, + "neck_fur_back": { + "rotation": ["-30.0008 - (math.sin((q.anim_time - 1.2 + (math.sin((q.anim_time - 0) * 360 / 4) * 0.2)) * 360 / 4) * 2)", -0.02951, 0.02661], + "position": [0, 0.125, 0.25] + }, + "tail_fur": { + "rotation": ["- (math.sin((q.anim_time - 0.8 + (math.sin((q.anim_time - 0.8) * 360 / 4) * 0.1)) * 360 / 4) * 2) + 2", 0, 0] + } + } + }, + "animation.cafe_sprigatito.sleep2": { + "loop": true, + "bones": { + "torso": { + "rotation": [0, 0, -2.5], + "position": [-0.40625, 0, 0] + }, + "neck": { + "rotation": ["31.6915 + (math.sin((q.anim_time - 0) * 360 / 4) * 0.5)", -16.2701, -11.792], + "position": [0.125, -2.49875, -0.28375] + }, + "head": { + "rotation": ["91.7761 + (math.sin((q.anim_time - 0.3) * 360 / 4) * 1)", 0.2352, 9.129], + "position": [0, 0, -1.03125] + }, + "eyelid_right": { + "position": [0, 0, -0.1] + }, + "eyelid_left": { + "position": [0, 0, -0.1] + }, + "head_fur_right_main": { + "rotation": [0, -75, 0] + }, + "head_fur_left_main": { + "rotation": [-5.72355, "27.7768 + (math.sin((q.anim_time - 0.7) * 360 / 4) * 1) - 1", -9.34923], + "position": [0, 0.1875, 0] + }, + "head_fur_left": { + "rotation": [0, "15 + (math.sin((q.anim_time - 0.6) * 360 / 4) * 2) - 2", 0] + }, + "head_fur_left3": { + "rotation": [0, "17.5 + (math.sin((q.anim_time - 0.65) * 360 / 4) * 2) - 2", 0] + }, + "ear_right": { + "rotation": ["41.7829 + (math.sin((q.anim_time - 0.45) * 360 / 4) * 2) - 2", -0.31665, -0.14328] + }, + "ear_left": { + "rotation": ["33.1434 + (math.sin((q.anim_time - 0.5) * 360 / 4) * 2) - 2", -5.96883, 8.23849] + }, + "neck_fur_front": { + "rotation": ["7.6217 + (math.sin((q.anim_time - 0.65) * 360 / 4) * 0.5) - 0.5", -2.469, -1.57175], + "position": [0, 0, -0.0625] + }, + "tail": { + "rotation": [-80.24258, "-5.7385 - (math.sin((q.anim_time - 0.2) * 360 / 4) * 1)", 4.83711] + }, + "tail_fur2": { + "rotation": [-19.60617, "-27.4998 + (math.sin((q.anim_time - 0.5) * 360 / 4) * 2) - 2", 18.08545] + }, + "leg_front_right": { + "rotation": [5, 0, 0], + "position": [0, 0, 0.4375] + }, + "leg_front_left": { + "rotation": [50.02472, 1.34295, "2.1089 - (math.sin((q.anim_time - 0.3) * 360 / 4) * 1) + 1"], + "position": ["0.28 - (math.sin((q.anim_time - 0.3) * 360 / 4) * 0.1) + 0.1", -0.06625, 0.65625] + }, + "leg_front_left2": { + "rotation": [-50, 0, 0] + }, + "leg_back_right": { + "rotation": [-7.5, 0, 0] + }, + "leg_back_left": { + "rotation": [2.5547, 4.82922, "16.2972 - (math.sin((q.anim_time - 0.4) * 360 / 4) * 1) + 1"], + "position": ["-0.0938 - (math.sin((q.anim_time - 0.4) * 360 / 4) * 0.1) + 0.1", -0.75, -0.09375] + }, + "leg_back_left2": { + "rotation": [-15, 0, 0] + }, + "body": { + "rotation": [0, 0, -87.5], + "position": [0, 2.59375, 0] + }, + "neck_fur_back": { + "rotation": [40.02442, 7.29985, 5.88548], + "position": [0, 1.53125, -1.53125] + }, + "leg_front_left_rot": { + "rotation": [0, 0, 22.5], + "position": [-1.12, -0.40625, 0.40875] + }, + "head_fur_left2": { + "rotation": [0, "(math.sin((q.anim_time - 0.7) * 360 / 4) * 1) - 1", 0] + }, + "leg_front_right2": { + "rotation": [10, 0, 0] + }, + "leg_front_right3": { + "rotation": [17.5, 0, 0] + }, + "leg_front_left3": { + "rotation": [25, 0, 0] + } + } + }, + "animation.cafe_sprigatito.quirk_ear-twitch-left": { + "animation_length": 0.125, + "bones": { + "ear_left": { + "rotation": { + "0.0": [0, "(math.sin((q.anim_time - 0) * 360 * 10) * 2)", "-0.1251+(math.sin((q.anim_time - 0) * 360 * 10) * 5)"], + "0.125": {"pre": [0, "(math.sin((q.anim_time - 0) * 360 * 10) * 2)", "-0.1251+(math.sin((q.anim_time - 0) * 360 * 10) * 5)"], "post": [0, 0, 0]} + } + } + } + }, + "animation.cafe_sprigatito.quirk_ear-twitch-right": { + "animation_length": 0.125, + "bones": { + "ear_right": { + "rotation": { + "0.0": [0, "-((math.sin((q.anim_time - 0) * 360 * 10) * 2))", "0.1251+(math.sin((q.anim_time - 0) * 360 * 10) * 5)"], + "0.125": {"pre": [0, "-((math.sin((q.anim_time - 0) * 360 * 10) * 2))", "0.1251+(math.sin((q.anim_time - 0) * 360 * 10) * 5)"], "post": [0, 0, 0]} + } + } + } + }, + "animation.cafe_sprigatito.faint(wip)": { + "loop": "hold_on_last_frame", + "animation_length": 2.9167, + "bones": { + "body": { + "rotation": { + "1.9167": [0, 0, 0], + "2.0833": [55, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.2917": [0, 0, -0.0375], + "0.6667": [-1.1875, 0, -0.59375], + "0.7917": [-1.78125, 0, -0.59375], + "0.9583": [-2.15625, 0, -0.9], + "1.125": [-1.61125, 0, -1.21], + "1.25": [0, 0, -1.5125], + "1.3333": [2.875, 0, -1.6875], + "1.5833": [4.21, 0, -1.7], + "1.75": [4.75, 0, -1.71875], + "1.875": [5.03625, -0.69, -2.30875], + "2.0": [5.09375, -1.375, -8.0625], + "2.125": [4.33, 1.2625, -9.77], + "2.2083": [3.8125, 0, -12.34375], + "2.2917": [3.81, 0, -13.05875], + "2.375": [3.81, 0.90625, -12.34], + "2.4583": [3.81, 0, -12.34] + } + }, + "torso": { + "rotation": { + "0.0": [17.42705, 0, 0], + "0.0833": [20.18053, 1.65625, 0], + "0.2917": [3.47625, 10.18375, -8.71], + "0.6667": [11.79706, 13.18691, -17.42104], + "0.7917": [11.95331, 9.53066, -19.04604], + "0.9583": [9.7325, -2.35875, -13.64], + "1.1667": [-5.49, -10.5125, 16.785], + "1.2917": [-8.26431, -12.65161, 25.47308], + "1.5833": [-4.52875, -7.515, 24.78], + "1.75": [0.5, 7.65625, 18.40625], + "1.9167": [5.37125, 9.625, -9.22625], + "2.0": [-21.06437, 6.8125, -4.61313], + "2.2083": [22.5, 4, 0], + "2.2917": [32.21875, 4, 0], + "2.3333": [22.5, 4, 0], + "2.4583": [-51.28125, 0, 0], + "2.5417": [-59.125, 0, 0], + "2.6667": [-50, 0, 0] + }, + "position": { + "0.0": [0, 0.7, -1.1687], + "0.125": [0, 0.3125, -1.5125], + "0.2917": [-1.14, 0.43875, -1.85], + "0.4167": [-2, 0.625, -2.10625], + "0.7083": { + "pre": [-2.495, 0.375, -2.10875], + "post": [-2.495, 0.375, -2.10875], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-2.46875, -0.3125, -1.8875], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-0.55, -0.15375, -1.63], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [1.40625, -0.25, -2.2625], + "lerp_mode": "catmullrom" + }, + "1.5833": [1.65625, -0.03125, -2.84875], + "1.75": [1.5, 0.15625, -2.78125], + "1.9167": [0.375, 1.54, -0.0125], + "2.0": [0.19, -0.6875, 0.4], + "2.2083": [0, 3.96875, 0.8125], + "2.3333": [0, 3.96875, 0.8125], + "2.4583": [0, -4.15125, -0.315], + "2.5417": [0, -4.58375, -0.53125], + "2.7083": [0, -4.52625, -0.53375] + } + }, + "neck": { + "rotation": { + "0.0": [28.23664, 0, 0], + "0.4583": { + "pre": [20.85548, 1.77203, -24.61578], + "post": [20.85548, 1.77203, -24.61578], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [8.04625, 1.08, 13.55375], + "lerp_mode": "catmullrom" + }, + "1.2917": [4.88442, 0, 17.59375], + "1.5417": [6.87875, 0, 6.44875], + "1.75": [10.09375, 0, -11.53125], + "1.875": [47.7575, 0, -4.0625], + "2.0": [41.96875, 0, 0], + "2.0833": [23.92, 0, 0], + "2.2083": [12.03125, 0, 0], + "2.3333": [16.9375, 0, 0], + "2.4583": [65.5, 0, 0], + "2.5417": [70, 0, 0] + }, + "position": { + "0.0": [0, 0, -0.46875], + "0.4583": [0, -0.375, 0.155], + "1.3333": [0, 0.21875, -0.1875], + "1.75": [0, -0.375, 0], + "1.9583": [0, -0.825, -0.25], + "2.0833": [0, 0, 0], + "2.3333": [0, -0.15625, -0.46875], + "2.375": [0, -0.62875, -0.69125], + "2.5417": [0, -0.63, -1.07], + "2.5833": [0, -0.6925, -1.07] + } + }, + "head": { + "rotation": { + "0.0": [-35.06107, 0, 0], + "0.0833": [-22.73231, 0, -1.03125], + "0.2917": [6.1075, 8.45125, -5.585], + "0.4167": [10.175, 12.28875, -7.71875], + "0.7083": [6.98977, 20.309, -6.90681], + "0.9167": [-7.37, 2.60375, 4.88], + "1.1667": [-10.9, -2.5, 14.5975], + "1.2917": [-12.41981, -16.40625, 14.5625], + "1.5417": [-15.28125, -4.5625, -2.84375], + "1.6667": [-15.955, -1.355, -6.25], + "1.9167": [2.49605, 6.49251, 2.40204], + "2.0833": [-7.53051, 0.06064, 0.00511], + "2.2083": [0.37574, 0.06064, 0.00511], + "2.3333": [-5.62426, 0.06064, 0.00511], + "2.4583": [23.70875, 0.06, 0.01], + "2.5417": [10.2125, 0.06, 0.01], + "2.625": [15.40456, 1.16584, 0.2228] + }, + "position": { + "0.0": [0, 0, 0], + "0.7083": [0, 0.65625, 0], + "1.75": [0, 0.66, 0] + } + }, + "eye_right": { + "rotation": { + "0.0": [0, 0, 0], + "1.2917": [0, 0, 0], + "1.75": [0, 0, 0] + } + }, + "head_fur_right_main": { + "rotation": { + "0.0": [0, 34, 0.61803], + "1.2917": [0, 34, 0.61803], + "1.75": [0, 0, 0], + "2.0833": [0, -40, 0] + } + }, + "head_fur_right": { + "rotation": { + "0.0": [0, 0, -0.92705], + "1.2917": [0, 0, -0.92705], + "1.75": [0, 0, -0.93] + } + }, + "head_fur_right2": { + "rotation": { + "0.0": [0, -4.76336, 0], + "1.2917": [0, -4.76336, 0], + "1.75": [0, -4.76, 0] + } + }, + "head_fur_right3": { + "rotation": { + "0.0": [0, 0, 1.61803], + "1.2917": [0, 0, 1.61803], + "1.75": [0, 0, 1.62] + } + }, + "head_fur_left_main": { + "rotation": { + "0.0": [0, -34, -0.61803], + "1.2917": [0, -34, -0.61803], + "1.75": [0, 0, 0], + "2.0833": [0, 40, 0] + } + }, + "head_fur_left": { + "rotation": { + "0.0": [0, 0, 0.92705], + "1.2917": [0, 0, 0.92705], + "1.75": [0, 0, 0.93] + } + }, + "head_fur_left2": { + "rotation": { + "0.0": [0, 4.76336, 0], + "1.2917": [0, 4.76336, 0], + "1.75": [0, 4.76, 0] + } + }, + "head_fur_left3": { + "rotation": { + "0.0": [0, 0, -1.61803], + "1.2917": [0, 0, -1.61803], + "1.75": [0, 0, -1.62] + } + }, + "ear_right": { + "rotation": { + "0.0": [16, 0, -7.5], + "0.375": [-21.5, 0, 0.46875], + "0.75": [18.53963, 1.83264, -12.23804], + "1.0833": [-3.10942, -12.66871, -13.79303], + "1.2917": [-17.35152, -4.15152, 4.4073], + "1.5833": [-28.67576, 9.23674, 9.9849], + "1.7083": [-10.5, 14.84375, 2.78125], + "1.8333": [33.19875, 11.41, 1.39], + "2.0833": [20.92007, -15.44198, -3.06451], + "2.2917": [17.92007, -14.78573, -3.06451], + "2.5833": [15.23257, -16.12948, -3.06451], + "2.8333": [31.33336, -13.36897, -6.7719] + } + }, + "ear_left": { + "rotation": { + "0.0": [14.23664, 0, 6.32443], + "0.375": [-10.85955, 7.4491, 7.20262], + "0.7083": [24.8495, 11.70367, 4.77675], + "1.0833": [-15.31901, -9.42154, 1.87264], + "1.2917": [4.23664, 0, 6.32443], + "1.5833": [-22.88168, 0, 8.69346], + "1.7083": [5.78125, 0, 7.75], + "1.8333": [28.70875, 0.5, 1.92], + "1.9583": [5.56724, 1.41236, 0.74124], + "2.125": [15.89982, 9.47292, 3.07814], + "2.25": [18.18107, 15.47292, 3.07814], + "2.4583": [24.8075, 9.47, 3.08], + "2.5417": [8.39982, 9.47292, 3.07814], + "2.5833": [15.905, 10.96, 3.84], + "2.6667": [29.37383, 13.92, 5.36522] + } + }, + "neck_fur_front": { + "rotation": { + "0.0": [-38.84799, 0, 0], + "0.4583": [-44.96625, 0, 0], + "0.8333": [-56.25, 0, 0], + "1.2917": [-7.08433, 0, 0], + "1.75": [-35, 0, 0], + "1.9167": [-54.09, 0, 0], + "2.0": [-11.14, 0, 0], + "2.0833": [-15, 0, 0], + "2.2083": [-17.5, 0, 0], + "2.375": [12.5, 0, 0], + "2.9167": [-17.5, 0, 0] + }, + "position": { + "0.0": [0, 0.875, 0.03125], + "1.2917": [0, 0.875, 0.03125], + "1.75": [0, 0.88, 0.03] + } + }, + "neck_fur_back": { + "rotation": { + "0.0": [-39.47553, 0, 0], + "1.2917": [-39.47553, 0, 0], + "1.75": [5.52, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [7.5, 5, 3], + "0.7083": [-32.98627, 14.96179, -9.04524], + "1.2083": [-19.88314, -26.92287, 2.82491], + "1.875": [-61.56412, 12.71421, -6.16076], + "1.9583": [-15.9025, 4.77, -2.31], + "2.0833": [-1.625, 0, 0], + "2.2083": [-5, 0, 0], + "2.2917": [-35, 0, 0], + "2.5417": [-30, 0, 0], + "2.5833": [-60, 0, 0] + }, + "position": { + "0.0": [0, -0.0625, -0.46875], + "1.2917": [0, -0.59375, -0.0625], + "1.75": [0, -0.59, -0.06], + "1.875": [0, -0.59, -0.06] + } + }, + "tail_fur": { + "rotation": { + "0.0": [21.01213, 0, -2.85317], + "1.2917": [21.59991, 0, 0], + "1.75": [0, 0, 0], + "2.0833": [45, 0, 0], + "2.2083": [55, 0, 0], + "2.2917": [0, 0, 0], + "2.4583": [-10, 0, 0], + "2.5417": [2.5, 0, 0], + "2.5833": [-12.5, 0, 0] + } + }, + "tail_fur2": { + "rotation": { + "0.0": [0.95544, 5.92613, 0], + "1.2917": [-8.35114, 0, 0], + "1.75": [0, 0, 0], + "2.0833": [7.53087, 0.72177, -0.38076], + "2.2083": [7.53, 0.72, -0.38], + "2.2917": [7.53, 0.72, -0.38], + "2.4583": [-4.97, 0.72, -0.38], + "2.5833": [12.53, 0.72, -0.38], + "2.625": [2.53, 0.72, -0.38] + } + }, + "leg_front_right_rot": { + "rotation": { + "0.0": [0.14683, 0, 0], + "0.125": [0.14669, 0.0064, -2.49999], + "0.2083": [0.04443, 7.5, 0.0058], + "0.3333": [0, 17.5, 0], + "0.4167": [-2.35666, 17.34551, -7.85952], + "0.6667": [0, 17.5, 0], + "0.75": [0, 7.78, 0], + "0.875": [0, 17.78, 0], + "1.0417": [0, 0, 0], + "1.2083": [0, -20, 7.8125], + "1.2917": [0, 0, 17.5], + "1.5833": [0, 0, 18.75], + "1.75": [0, 0, 19.38], + "2.0833": [0, 0, 0], + "2.25": [0, 0, 0], + "2.4583": [0, 14.58, 0], + "2.625": [0, 17.5, 0] + }, + "position": { + "0.0": [0.09375, -0.16168, 0.21875], + "0.125": [0.09375, -0.16168, 0.21875], + "0.4167": [0.09, 0.265, 0.22], + "1.2083": [0.55875, 0.04, 0.22], + "1.2917": [0.09375, 0, 0.21875], + "1.75": [0, 0, 0], + "2.0833": [0, 0, 0], + "2.25": [0, 0, 0], + "2.4583": [-1.15, 0, 0], + "2.625": [-1.375, 0, 0] + } + }, + "leg_front_right": { + "rotation": { + "0.0": [-15.29366, 0, 0], + "0.125": [-15.29366, 0, 0], + "0.25": [-10.79, 0, 0], + "0.3333": [4.21, 0, 0], + "0.4167": [4.21, 0, 0], + "0.6667": [11.71, 0, 0], + "0.75": [-4.09864, 12.4985, 0.19508], + "0.875": [-4.12, 0, 0], + "1.0417": [9.2592, 0.75448, 7.46217], + "1.125": [2.89228, 1.70468, 3.27056], + "1.1667": [-3.82851, 4.01353, -10.83469], + "1.2917": [-0.84554, -1.22561, 13.72283], + "1.375": [3.65647, -24.21198, 13.44705], + "1.5833": [7.55075, -0.49177, -29.18891], + "1.75": [9.83582, 13.70062, -12.92155], + "1.9167": [8.23047, 2.90464, -12.16307], + "2.0417": [35.36523, 1.45232, -6.08153], + "2.1667": [27.5, 0, 0], + "2.25": [37.5, 0, 0], + "2.2917": [0, 0, 0], + "2.4583": [15.88, 6.64, 8.92], + "2.625": [0.07673, 9.96156, 13.38045] + }, + "position": { + "0.0": [0, -1.40804, -0.66413], + "0.125": [-0.15625, -1.40804, -0.66413], + "0.25": [-1.425, -0.9675, -1.03], + "0.3333": [-1.85, -1.08875, -1.03], + "0.4167": [-1.85, -1.08875, -1.03], + "0.6667": [-2.88125, -0.62, -1.24875], + "0.75": [-3.3825, -0.785, -1.03], + "0.7917": [-3.09625, -0.76, -1.2425], + "0.875": [-2.78875, -0.7225, -1.405], + "1.0417": [-2.43625, -0.4625, -1.03], + "1.125": [-1.38875, -0.18, -1.27], + "1.1667": [-0.9025, 0.10875, -1.5], + "1.2083": [-0.82875, -0.07375, -1.62], + "1.25": [-0.2025, 0.21625, -1.65], + "1.2917": [0.5, 0.31435, -1.72222], + "1.5833": [0.71625, 0.2775, -2.185], + "1.75": [-0.22125, 0.09, -2.185], + "1.9167": [-0.5625, 0.29375, 0.325], + "2.0417": [-0.68625, 2.07375, 0.71], + "2.1667": [0, 2.15875, 1.09125], + "2.25": [0, 1.905, 0.905], + "2.2917": [0, 0.5925, 2.12375], + "2.4583": [0, 0.40875, 1.7525], + "2.625": [0, 0.025, 2.00625] + } + }, + "leg_front_right2": { + "rotation": { + "0.0": [-27.20634, 0, 0], + "0.125": [-27.20634, 0, 0], + "0.25": [-31.71, 0, 0], + "0.3333": [-29.21, 0, 0], + "0.4167": [-29.21, 0, 0], + "0.6667": [-36.71, 0, 0], + "0.75": [-13.93, 0, 0], + "0.9167": [-13.93, 0, 0], + "1.0417": [-39.21, 0, 0], + "1.125": [-30.46, 0, 0], + "1.1667": [3.29, 0, 0], + "1.2917": [5.79366, 0, 0], + "1.375": [-33.57, 0, 0], + "1.5833": [-2.94, 0, 0], + "1.75": [-2.94, 0, 0], + "1.9167": [-13.18, 0, 0], + "2.0417": [-16.59, 0, 0], + "2.1667": [-70, 0, 0], + "2.25": [-77.5, 0, 0], + "2.2917": [-77.5, 0, 0], + "2.4583": [-77.5, 0, 0], + "2.625": [-77.5, 0, 0] + } + }, + "leg_front_right3": { + "rotation": { + "0.0": [42.35317, 0, 0], + "0.125": [42.35317, 0, 0], + "0.3333": [24.12, 0, 0], + "0.4167": [24.12, 0, 0], + "0.6667": [24.12, 0, 0], + "0.75": [17.66, 0, 0], + "0.875": [17.66, 0, 0], + "1.0417": [52.5, 0, 0], + "1.1667": [6.25, 0, 0], + "1.2083": [-2.81, 0, 0], + "1.2917": [-5, 0, 0], + "1.375": [22.5, 0, 0], + "1.5833": [-5, 0, 0], + "1.75": [-5, 0, 0], + "1.9167": [1.85913, 0.20171, -0.0744], + "2.1667": [-12.5, 0, 0], + "2.25": [-15, 0, 0], + "2.2917": [22.5, 0, 0], + "2.4583": [0, 0, 0], + "2.625": [12.5, 0, 0] + }, + "position": { + "0.0": [0, 0, -0.15625], + "0.125": [0, 0, -0.15625], + "1.2917": [0, 0, -0.15625], + "1.75": [0, 0, -0.16] + } + }, + "leg_front_left_rot": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [0, 12.5, 0], + "0.1667": [1.55368, 6.97269, 9.38038], + "0.4167": [0, -15, -7.5], + "0.7917": [0, -10, -11.11], + "1.0": [0, 10, 1.07], + "1.0833": [1.6981, 8.13155, 13.90963], + "1.25": [-2.15445, -28.82712, -14.06917], + "1.2917": [-0.99209, -31.94779, 18.73981], + "1.75": [0, 0, 0], + "2.0833": [0, 0, 0], + "2.2083": [0, 0, 0], + "2.4583": [0, -14.58, 0], + "2.5833": [0, -17.5, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.2917": [0.5625, -0.40625, -1.25], + "1.75": [0, 0, 0], + "2.0833": [0, 0, 0], + "2.2083": [0, 0, 0], + "2.4583": [1.15, 0, 0], + "2.5833": [1.375, 0, 0] + } + }, + "leg_front_left": { + "rotation": { + "0.0": [17.80423, 0, 0], + "0.0833": [20.3, 0, 0], + "0.1667": [-5.06, 0, 0], + "0.4167": [7.8, 0, 0], + "0.7917": [7.35553, -0.17403, -4.96267], + "0.875": [1.3482, -0.14916, -4.25372], + "0.9583": [4.04615, -0.91287, 1.3929], + "1.0833": [3.17357, -0.63901, 0.97503], + "1.1667": [4.47287, -3.10021, 12.92067], + "1.2083": [17.63914, -2.48017, 10.33653], + "1.25": [8.42628, 5.19573, -8.33966], + "1.2917": [-10.71588, 9.83551, -18.03289], + "1.5833": [1.81315, 3.52918, 3.44046], + "1.75": [6.13089, -8.0002, 6.72693], + "1.875": [2.67495, -4.3495, -0.76974], + "2.0": [42.16998, -1.7398, -0.3079], + "2.0833": [-54, 0, 0], + "2.2083": [47.26198, 5.94383, -4.58217], + "2.2917": [47.26198, 5.94383, -4.58217], + "2.4583": [15.88, -6.64, -8.92] + }, + "position": { + "0.0": [-0.1875, -0.6446, 0.10569], + "0.0833": [-0.03125, -0.51962, 0.10569], + "0.1667": [-0.81375, -0.5175, -0.24], + "0.2917": [-1.73875, -0.08125, -0.47], + "0.4167": [-1.8775, 0.36, -0.48375], + "0.7917": [-1.55875, 0.42625, -0.64625], + "0.875": [-2.23, 0.225, -0.4], + "0.9583": [-2.1225, -0.38, -0.4575], + "1.0833": [-1.66625, -1.0525, -0.07], + "1.1667": [-0.2925, -0.55375, 0.19], + "1.2083": [-0.045, -0.92125, 0.32], + "1.25": [1.895, -0.98625, -0.805], + "1.2917": [1.03125, 0.76163, -0.14431], + "1.5833": [1.59375, -0.1325, -0.63], + "1.75": [1.59375, -0.1325, -1.47375], + "2.0": [0.4, 1.42, 1.64375], + "2.0833": [0, 2.34375, 2.09375], + "2.125": [0.0625, 2.545, 0.655], + "2.2083": [0.21875, 1.9675, 0.53], + "2.2917": [0, 2.03, 0.43625], + "2.4583": [0, 0.94, 1.065] + } + }, + "leg_front_left2": { + "rotation": { + "0.0": [-25.30423, 0, 0], + "0.0833": [-45.30423, 0, 0], + "0.1667": [-13.52, 0, 0], + "0.4167": [-0.3, 0, 0], + "0.7917": [3.12, 0, 0], + "0.875": [-25.94, 0, 0], + "0.9583": [-23.33, 0, 0], + "1.0833": [-23.92, 0, 0], + "1.1667": [-44.32, 0, 0], + "1.2083": [-58.02, 0, 0], + "1.25": [-16.66, 0, 0], + "1.2917": [-0.30423, 0, 0], + "1.5833": [-15.15, 0, 0], + "1.75": [-7.65, 0, 0], + "1.9167": [3.1075, 0, 0], + "2.0833": [-34.71875, 0, 0], + "2.2083": [-77.5, 0, 0], + "2.2917": [-77.5, 0, 0], + "2.4583": [-77.5, 0, 0] + } + }, + "leg_front_left3": { + "rotation": { + "0.0": [7.5, 0, 0], + "0.0833": [40, 0, 0], + "0.1667": [18.75, 0, 0], + "0.2917": [4.37, 0, 0], + "0.4167": [-5, 0, 0], + "0.7917": [-6.71, 0, 0], + "0.875": [22.82, 0, 0], + "1.0833": [18.94, 0, 0], + "1.1667": [35.67, 0, 0], + "1.25": [1.27, 0, 0], + "1.2917": [0, 0, 0], + "1.5833": [10, 0, 0], + "1.75": [0, 0, 0], + "2.0833": [32.5, 0, 0], + "2.2083": [-25, 0, 0], + "2.2917": [-25, 0, 0], + "2.4583": [0, 0, 0] + } + }, + "leg_back_right": { + "rotation": { + "0.0": [-11.2548, 10.30055, 0.29332], + "0.125": [-7.2548, 10.30055, 0.29332], + "0.3333": [-4.02465, 9.75138, -9.84688], + "0.4167": [6.80974, 11.36446, -4.68095], + "0.6667": [8.28642, 8.64541, 5.57745], + "0.875": [10.04713, 6.30576, -2.28983], + "1.0417": [7.21364, 5.21568, 5.25112], + "1.1667": [0.21657, 3.74642, 17.77119], + "1.2083": [13.25568, 0.3479, 36.26759], + "1.2917": [-0.1147, 6.00784, 28.07587], + "1.5833": [0.97458, 5.3642, -5.87735], + "1.75": [1.62145, 4.54027, 1.60529], + "1.875": [-0.76345, -1.83539, -0.92212], + "1.9167": [-1.55276, 2.68785, -1.27198], + "2.0833": [30, 0, 0], + "2.125": [18.75, 0, 0], + "2.2083": [-17.5, 0, 0], + "2.2917": [-27.5625, 0, 0], + "2.4583": [-30, 0, 0] + }, + "position": { + "0.0": [-0.35, -0.2145, -1.25], + "0.125": [-0.3813, -0.2425, -1.645], + "0.3333": [-1.59, -0.24, -1.75], + "0.4167": [-2.0675, -0.0525, -1.79625], + "0.6667": [-2.79625, -0.77125, -1.78], + "0.875": [-2.875, -0.61, -1.74], + "0.9583": [-2.35125, -0.55, -1.72], + "1.0417": [-2.17625, -0.49, -1.71], + "1.2917": [1.21245, 0.22625, -2.3325], + "1.375": [1.11, 0.00875, -2.62], + "1.5833": [0.885, -0.07625, -2.9], + "1.75": [0.885, -0.17, -2.4625], + "1.875": [0.22, 0.58, -1.395], + "1.9167": [0, 0.80125, 0.13125], + "2.0": [0, -0.92375, 0.16625], + "2.0833": [0, 2.96875, 0.84375], + "2.2083": [0, -1.905, 0.84], + "2.2917": [0, -3.16375, 0.64], + "2.4583": [0, -3.74375, 0.43375] + } + }, + "leg_back_right2": { + "rotation": { + "0.0": [-13.5, 0, 0], + "0.3333": [-16.7, 0, 0], + "0.4167": [-39.79749, -2.27932, 2.49748], + "0.6667": [-37.5, 0, 0], + "0.875": [-35.15, 0, 0], + "1.1667": [8.06, 0, 0], + "1.2083": [-40.16, 0, 0], + "1.2917": [-37.5, 0, 0], + "1.5833": [-11.25, 0, 0], + "1.75": [-13.75, 0, 0], + "1.9167": [-10.76285, 0.00879, 1.10251], + "2.0": [9.61858, 0.00439, 0.55126], + "2.0833": [-40, 0, 0], + "2.125": [-12.5, 0, 0], + "2.2083": [-57.5, 0, 0], + "2.4583": [-82.5, 0, 0] + } + }, + "leg_back_right3": { + "rotation": { + "0.0": [25, 0, 0], + "0.3333": [25, 0, 0], + "0.4167": [40, 0, 0], + "0.6667": [30, 0, 0], + "0.875": [23.53, 0, 0], + "1.1667": [-5.61, 0, 0], + "1.2083": [39.13, 0, 0], + "1.2917": [35, 0, 0], + "1.5833": [16.25, 0, 0], + "1.75": [16.25, 0, 0], + "1.9167": [14.92, 0, 0], + "2.0": [-28.27, 0, 0], + "2.0833": [40, 0, 0], + "2.375": [57.5, 0, 0] + }, + "position": { + "1.75": [0, 0, 0], + "2.0833": [0, 0, 0], + "2.375": [-0.03125, 0, -0.71875] + } + }, + "leg_back_left": { + "rotation": { + "0.0": [11.2377, -12.3071, -2.20462], + "0.125": [18.7377, -12.3071, -2.20462], + "0.2083": [16.74461, 4.69734, 1.98191], + "0.2917": [-7.02775, 9.2103, 7.90538], + "0.4167": [-3.62197, 8.06162, -4.63548], + "0.6667": [2.10788, 7.17319, -11.99563], + "0.8333": [16.42666, 0.45008, -10.01203], + "0.9167": [13.06933, -6.14463, 0.99503], + "1.0": [10.47299, -4.15562, 2.45492], + "1.0833": [3.92767, -14.31328, 10.3364], + "1.1667": [-2.0327, -11.00668, -6.88049], + "1.2083": [-0.0761, -5.81848, -25.46275], + "1.2917": [25.18014, -15.78011, 1.89194], + "1.375": [22.54183, -10.53033, 10.84213], + "1.625": [16.87165, -1.99025, -4.04779], + "1.75": [7.55985, 15.85294, -4.26201], + "1.875": [-16.54347, 17.74465, -5.43768], + "2.0": [13.47787, 6.59721, -1.23661], + "2.0833": [72.42322, 0.42672, 0.78032], + "2.125": [59.92322, 0.42672, 0.78032], + "2.2083": [12.42322, 0.42672, 0.78032], + "2.2917": [-32.57678, 0.42672, 0.78032], + "2.4583": [-40.07678, 0.42672, 0.78032] + }, + "position": { + "0.0": [0.1225, -0.355, -0.1613], + "0.125": [0.1225, -0.48, -0.94255], + "0.2083": [-0.39, 0.3, -1.04], + "0.2917": [-0.55625, -0.04875, -1.30875], + "0.4167": [-1.675, -0.14125, -1.18125], + "0.6667": [-2.085, -0.07875, -1.4], + "1.0": [-2.3025, -0.36, -0.85], + "1.0833": [-1.2625, -0.20375, -0.9275], + "1.1667": [-0.81, 0.275, -0.93], + "1.2083": [0.8225, -0.31, -0.6075], + "1.2917": [1.87255, -0.82375, -1.16125], + "1.3333": [1.605, -0.77, -0.99125], + "1.375": [1.57875, -0.71, -1.25875], + "1.5833": [1.84625, -0.6, -1.91], + "1.75": [1.71875, -0.3125, -2.53125], + "1.875": [0.96875, 1.0625, -1.71875], + "1.9583": [0.61875, 0.37, -0.06875], + "2.0": [0.11, -0.6975, 0.33375], + "2.0833": [0, 3.0625, 0.8125], + "2.125": [0, 0.9975, 0.81], + "2.2083": [0, -1.03125, 0.81], + "2.2917": [0, -4.49875, 1.40375], + "2.4583": [0, -4.4375, 1.2125] + } + }, + "leg_back_left2": { + "rotation": { + "0.0": [11.5, 0, 0], + "0.2083": [-21, 0, 0], + "0.2917": [-6.69, 0, 0], + "0.6667": [-11.01, 0, 0], + "0.8333": [-25.32, 0, 0], + "0.9167": [-9.8, 0, 0], + "1.0833": [11.5, 0, 0], + "1.1667": [-14.10063, 0.80189, -0.90217], + "1.2083": [7.95785, 2.72641, -3.06737], + "1.2917": [-27.70442, 5.61321, -6.31518], + "1.375": [-12.02832, 4.2099, -4.73639], + "1.625": [-18.51416, 2.10495, -2.36819], + "1.75": [7.5, 0, 0], + "1.875": [7.5, 0, 0], + "2.0": [-3, 0, 0], + "2.0833": [-47.5, 0, 0], + "2.125": [-10, 0, 0], + "2.2083": [-52.5, 0, 0], + "2.4583": [-79.86576, 0, 0] + } + }, + "leg_back_left3": { + "rotation": { + "0.0": [-20, 0, 0], + "0.2083": [33.61, 0, 0], + "0.2917": [16.67, 0, 0], + "0.6667": [7.97422, 0, 0], + "0.8333": [22.11996, 0, 0], + "0.9167": [-0.99, 0, 0], + "1.0833": [-15, 0, 0], + "1.1667": [10, 0, 0], + "1.2083": [-10.5, 0, 0], + "1.2917": [2.5, 0, 0], + "1.375": [-7.5, 0, 0], + "1.625": [9.96692, 0.14481, 0.69858], + "1.75": [-15, 0, 0], + "1.875": [-2.5, 0, 0], + "1.9167": [12.67, 0, 0], + "2.0": [-7, 0, 0], + "2.0833": [40, 0, 0], + "2.4583": [65, 0, 0] + }, + "position": { + "1.75": [0, 0, 0], + "1.875": [0, 0, 0], + "2.0833": [0, 0, 0], + "2.4583": [0.0625, -0.1875, -0.625] + } + }, + "eyelid_right": { + "position": { + "0.2083": [0, 0, 0], + "0.25": {"pre": [0, 0, 0], "post": [0, 0, -0.1]}, + "0.4583": {"pre": [0, 0, -0.1], "post": [0, 0, -0.1]}, + "0.6667": {"pre": [0, 0, -0.1], "post": [0, 0, 0]}, + "0.8333": {"pre": [0, 0, 0], "post": [0, 0, 0]}, + "0.875": {"pre": [0, 0, 0], "post": [0, 0, -0.1]}, + "0.9167": {"pre": [0, 0, -0.1], "post": [0, 0, -0.1]}, + "0.9583": {"pre": [0, 0, -0.1], "post": [0, 0, 0]}, + "1.125": {"pre": [0, 0, 0], "post": [0, 0, 0]}, + "1.1667": {"pre": [0, 0, 0], "post": [0, 0, -0.1]}, + "1.5417": {"pre": [0, 0, -0.1], "post": [0, 0, -0.1]}, + "1.5833": {"pre": [0, 0, -0.1], "post": [0, 0, 0]}, + "1.7917": {"pre": [0, 0, 0], "post": [0, 0, 0]}, + "1.8333": {"pre": [0, 0, 0], "post": [0, 0, -0.1]} + } + }, + "eyelid_left": { + "position": { + "0.1667": [0, 0, 0], + "0.2083": {"pre": [0, 0, 0], "post": [0, 0, -0.1]}, + "0.4167": {"pre": [0, 0, -0.1], "post": [0, 0, -0.1]}, + "0.4583": {"pre": [0, 0, -0.1], "post": [0, 0, 0]}, + "0.8333": {"pre": [0, 0, 0], "post": [0, 0, 0]}, + "0.875": {"pre": [0, 0, 0], "post": [0, 0, -0.1]}, + "0.9167": {"pre": [0, 0, -0.1], "post": [0, 0, -0.1]}, + "0.9583": {"pre": [0, 0, -0.1], "post": [0, 0, 0]}, + "1.125": {"pre": [0, 0, 0], "post": [0, 0, 0]}, + "1.1667": {"pre": [0, 0, 0], "post": [0, 0, -0.1]}, + "1.5417": {"pre": [0, 0, -0.1], "post": [0, 0, -0.1]}, + "1.5833": {"pre": [0, 0, -0.1], "post": [0, 0, 0]}, + "1.7917": {"pre": [0, 0, 0], "post": [0, 0, 0]}, + "1.8333": {"pre": [0, 0, 0], "post": [0, 0, -0.1]} + } + }, + "mouth_open": { + "position": { + "0.6667": [0, 0, 0], + "0.7083": [0, 0, -0.1], + "0.8333": [0, 0, -0.1], + "0.875": [0, 0, 0], + "1.4167": [0, 0, 0], + "1.5417": [0, 0, 0], + "1.5833": [0, 0, -0.1] + } + } + } + }, + "animation.cafe_sprigatito.walk_test": { + "loop": true, + "bones": { + "body": { + "position": [0, 0, "-q.anim_time*90*walk"] + } + } + }, + "animation.cafe_sprigatito.run_test": { + "loop": true, + "bones": { + "body": { + "position": [0, 0, "-q.anim_time*90*run"] + } + } + }, + "animation.cafe_sprigatito.shoulder_right": { + "loop": true, + "bones": { + "body": { + "rotation": [0, 27.5, 0], + "position": [0, -5, 1] + }, + "torso": { + "rotation": ["-10+math.sin(q.anim_time*90*2-90)*-0.5", 0, 0], + "position": [0, "math.sin(q.anim_time*90*2)*0.05", -0.5] + }, + "neck": { + "rotation": ["27+math.sin(q.anim_time*90*2-180)*-1", -5, -14], + "position": [0, -0.25, -0.5] + }, + "head": { + "rotation": ["-11+math.sin(q.anim_time*90*2-270)*-3", -12, "12+math.sin(q.anim_time*90*1-30)*3"], + "position": [-0.25, 0, 0] + }, + "head_fur_right_main": { + "rotation": [0, "-(math.sin(q.anim_time*90*2-310)*-2)", "-(math.sin(q.anim_time*90*1-90)*4)"] + }, + "head_fur_left_main": { + "rotation": [-15, "-75+math.sin(q.anim_time*90*2-310)*-2", "-(math.sin(q.anim_time*90*1-90)*4)"] + }, + "ear_right": { + "rotation": ["math.sin(q.anim_time*90*2-290)*-5", 0, "7.5+math.sin(q.anim_time*90*1-90)*6"] + }, + "ear_left": { + "rotation": ["math.sin(q.anim_time*90*2-300)*-5", 0, "-7.5+math.sin(q.anim_time*90*1-90)*6"] + }, + "neck_fur_front": { + "rotation": ["-44+math.sin(q.anim_time*90*2-200)*-1", -9.57658, 11.59948], + "position": [0, 0, 0.3] + }, + "tail": { + "rotation": ["19+math.sin(q.anim_time*90*1)*-4", "-24+math.sin(q.anim_time*90*1-80)*9", "-20+math.sin(q.anim_time*90*1-100)*13"], + "position": [-0.5, 0, 0] + }, + "tail_fur2": { + "rotation": [0, "-(math.sin(q.anim_time*90*1-160)*12)", 0] + }, + "leg_front_right_rot": { + "position": [0, 1.5, 0] + }, + "leg_front_right": { + "rotation": ["-32+math.sin(q.anim_time*90*2)*1", -6, -10], + "position": [-0.25, 0, -0.5] + }, + "leg_front_right2": { + "rotation": ["-26+math.sin(q.anim_time*90*2+50)*-1", -5, -14], + "position": [-0.2, 0, 0] + }, + "leg_front_right3": { + "rotation": ["112.5+math.sin(q.anim_time*90*2)*-2", 0, 0], + "position": [0, 0, -0.25] + }, + "leg_front_left_rot": { + "position": [0, 1.5, 0] + }, + "leg_front_left": { + "rotation": ["-36+math.sin(q.anim_time*90*2)*1", -8, -13], + "position": [0, 1.75, 0.25] + }, + "leg_front_left2": { + "rotation": ["-10+math.sin(q.anim_time*90*2+50)*-1", 0, 17.5], + "position": [0.2, 0, 0] + }, + "leg_front_left3": { + "rotation": ["117.5+math.sin(q.anim_time*90*2)*-2", 0, 0], + "position": [0, -0.1, 0] + }, + "leg_back_right": { + "rotation": ["-132+math.sin(q.anim_time*90*2)*-1", 19, -5], + "position": [-0.5, -0.5, 0] + }, + "leg_back_right2": { + "rotation": ["46+math.sin(q.anim_time*90*2+50)*1", 14.26008, 10.25103], + "position": [0, 2.5, 0.25] + }, + "leg_back_right3": { + "rotation": ["102.5+math.sin(q.anim_time*90*2)*2", 0, 0], + "position": [0, -0.75, 0] + }, + "leg_back_left": { + "rotation": ["-132+math.sin(q.anim_time*90*2)*-1", -19, 5], + "position": [0.5, -0.5, 0] + }, + "leg_back_left2": { + "rotation": ["46+math.sin(q.anim_time*90*2+50)*1", -14, -10], + "position": [0, 2.5, 0.25] + }, + "leg_back_left3": { + "rotation": ["102.5+math.sin(q.anim_time*90*2)*2", 0, 0], + "position": [0, -0.75, 0] + } + } + }, + "animation.cafe_sprigatito.shoulder_left": { + "loop": true, + "bones": { + "body": { + "rotation": [0, -27.5, 0], + "position": [0, -5, 1] + }, + "torso": { + "rotation": ["-10+math.sin(q.anim_time*90*2-90)*-0.5", 0, 0], + "position": [0, "math.sin(q.anim_time*90*2)*0.05", -0.5] + }, + "neck": { + "rotation": ["27+math.sin(q.anim_time*90*2-180)*-1", 5, 14], + "position": [0, -0.25, -0.5] + }, + "head": { + "rotation": ["-11+math.sin(q.anim_time*90*2-270)*-3", 12, "-12+math.sin(q.anim_time*90*1-30)*3"], + "position": [0.25, 0, 0] + }, + "head_fur_right_main": { + "rotation": [-15, "75+math.sin(q.anim_time*90*2-310)*-2", "math.sin(q.anim_time*90*1-90)*4"] + }, + "head_fur_left_main": { + "rotation": [0, "math.sin(q.anim_time*90*2-310)*-2", "math.sin(q.anim_time*90*1-90)*4"] + }, + "ear_right": { + "rotation": ["math.sin(q.anim_time*90*2-300)*-5", 0, "7.5+math.sin(q.anim_time*90*1-90)*6"] + }, + "ear_left": { + "rotation": ["math.sin(q.anim_time*90*2-290)*-5", 0, "-7.5+math.sin(q.anim_time*90*1-90)*6"] + }, + "neck_fur_front": { + "rotation": ["-44+math.sin(q.anim_time*90*2-200)*-1", 9.57658, -11.59948], + "position": [0, 0, 0.3] + }, + "tail": { + "rotation": ["19+math.sin(q.anim_time*90*1)*-4", "24+math.sin(q.anim_time*90*1-80)*9", "20+math.sin(q.anim_time*90*1-100)*13"], + "position": [0.5, 0, 0] + }, + "tail_fur2": { + "rotation": [0, "math.sin(q.anim_time*90*1-160)*12", 0] + }, + "leg_front_right": { + "rotation": ["-36+math.sin(q.anim_time*90*2)*1", 8, 13], + "position": [0, 1.75, 0.25] + }, + "leg_front_right2": { + "rotation": ["-10+math.sin(q.anim_time*90*2+50)*-1", 0, -17.5] + }, + "leg_front_right3": { + "rotation": ["117.5+math.sin(q.anim_time*90*2)*-2", 0, 0], + "position": [0, -0.1, 0] + }, + "leg_front_left_rot": { + "position": [0, 1.5, 0] + }, + "leg_front_left": { + "rotation": ["-32+math.sin(q.anim_time*90*2)*1", 6, 10], + "position": [0.25, 0, -0.5] + }, + "leg_front_left2": { + "rotation": ["-26+math.sin(q.anim_time*90*2+50)*-1", 5, 14], + "position": [0.2, 0, 0] + }, + "leg_front_left3": { + "rotation": ["112.5+math.sin(q.anim_time*90*2)*-2", 0, 0], + "position": [0, 0, -0.25] + }, + "leg_back_right": { + "rotation": ["-132+math.sin(q.anim_time*90*2)*-1", 19, -5], + "position": [-0.5, -0.5, 0] + }, + "leg_back_right2": { + "rotation": ["46+math.sin(q.anim_time*90*2+50)*1", 14, 10], + "position": [0, 2.5, 0.25] + }, + "leg_back_right3": { + "rotation": ["102.5+math.sin(q.anim_time*90*2)*2", 0, 0], + "position": [0, -0.75, 0] + }, + "leg_back_left": { + "rotation": ["-132+math.sin(q.anim_time*90*2)*-1", -19, 5], + "position": [0.5, -0.5, 0] + }, + "leg_back_left2": { + "rotation": ["46+math.sin(q.anim_time*90*2+50)*1", -14.26008, -10.25103], + "position": [0, 2.5, 0.25] + }, + "leg_back_left3": { + "rotation": ["102.5+math.sin(q.anim_time*90*2)*2", 0, 0], + "position": [0, -0.75, 0] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/kimono_mew/kimono_mew.animation.json b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/kimono_mew/kimono_mew.animation.json new file mode 100644 index 0000000..0340433 --- /dev/null +++ b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/kimono_mew/kimono_mew.animation.json @@ -0,0 +1,570 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.kimono_mew.ground_idle": { + "loop": true, + "animation_length": 2.5, + "bones": { + "body": { + "rotation": [15, 0, 0], + "position": { + "0.0": { + "post": [0, 18, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 27, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 18, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [15, 15, 30], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [20.93579, 2.65154, 56.92105], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [10.95476, 18.14006, 5.68507], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [15, 15, 30], + "lerp_mode": "catmullrom" + } + } + }, + "tail2": { + "rotation": { + "0.0": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [72.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [60, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail3": { + "rotation": { + "0.0": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail4": { + "rotation": { + "0.0": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [60, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-27.75499, -1.56639, -0.2572], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail5": { + "rotation": { + "0.0": { + "post": [-52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-70, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-60, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-52.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail6": { + "rotation": { + "0.0": { + "post": [-60, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-70, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-75, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-60, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail7": { + "rotation": { + "0.0": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [65, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-50, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": [-15, 0, 0] + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [15, -15, -30], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [20.73677, -3.93462, -63.73422], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [7.1594, -19.89054, -4.27099], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [15, -15, -30], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.kimono_mew.ground_walk": { + "loop": true, + "animation_length": 1.5, + "bones": { + "body": { + "rotation": [45, 0, 0], + "position": [0, 4, -3] + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [15, 0, 30], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [14.97736, -9.50807, 17.12438], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [14.78217, 2.57594, 20.3342], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [15, 0, 30], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail2": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail3": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail4": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": [15, 0, 0] + }, + "foot_left": { + "rotation": { + "0.0": { + "post": [77.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [97.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [82.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [77.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail5": { + "rotation": { + "0.0": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail6": { + "rotation": { + "0.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail7": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": [15, 0, 0] + }, + "foot_right": { + "rotation": { + "0.0": { + "post": [77.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [97.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [82.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [77.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": [-30, 0, 0] + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [15, 0, -30], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [14.9774, 9.5081, -17.1244], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [14.82446, -4.99295, -20.97433], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [15, 0, -30], + "lerp_mode": "catmullrom" + } + } + }, + "mew": { + "position": { + "0.0": { + "post": [0, 13, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 12.75, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 13, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.kimono_mew.blink": { + "loop": true, + "animation_length": 8.375, + "bones": { + "eyelid_left": { + "position": { + "0.0": [0.1, 0, -0.1], + "0.125": [0.1, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_right": { + "position": { + "0.0": [-0.1, 0, -0.1], + "0.125": [-0.1, 0, -0.1], + "0.1667": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/raichu_alolan_pancake/raichu_alolan_pancake.animation.json b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/raichu_alolan_pancake/raichu_alolan_pancake.animation.json new file mode 100644 index 0000000..4fc7192 --- /dev/null +++ b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/raichu_alolan_pancake/raichu_alolan_pancake.animation.json @@ -0,0 +1,408 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.raichu_alolan_pancake.ground_idle": { + "loop": true, + "animation_length": 19.4583, + "bones": { + "body": { + "rotation": ["2.5-1.5*math.sin(q.anim_time*90*2-40)*2", "0+0.5*math.sin(q.anim_time*90)*4", 0], + "position": [0, "5+0.05*(math.sin(q.anim_time*90*3)*6)", 0] + }, + "head": { + "rotation": ["-10+math.sin(query.anim_time*90*2)*2", "math.sin(query.anim_time*90)*4", 0] + }, + "ear_right": { + "rotation": [0, 0, "math.sin(q.anim_time*90*2+90)*2"] + }, + "ear_left": { + "rotation": [0, 0, "-math.sin(q.anim_time*90*2+90)*2"] + }, + "arm_right": { + "rotation": [62.5, -47.75, -121], + "position": [-1, 0, 0.5] + }, + "arm_left": { + "rotation": [62.5, 47.75, 121], + "position": [1, 0, 0.5] + }, + "leg_right": { + "rotation": [17.5, 8.7, -7.37], + "position": [0, 0, 0] + }, + "leg_left": { + "rotation": [30, -3.15, 5.9], + "position": [0, 0, -0.225] + }, + "foot_right": { + "rotation": ["28.8+1*math.sin(q.anim_time*90*2-40)*2", "8-1*math.sin(q.anim_time*90*2-40)*2", 6] + }, + "foot_left": { + "rotation": ["-1*math.sin(q.anim_time*90*2-40)*2", "-10.15-1*math.sin(q.anim_time*90*2-40)*2", -2.85] + }, + "toes_right": { + "rotation": [-26, 0, -1] + }, + "toes_left": { + "rotation": [-15, -1.7, -6], + "position": [0, -0.075, 0] + }, + "tail": { + "rotation": [46.37, 2.6, "-101.1-1*math.sin(q.anim_time*90*2-40)*2"], + "position": [0, -0.75, 0] + }, + "tail_2": { + "rotation": [20, -5.75, -4.25] + }, + "tail_3": { + "rotation": [38.25, 1.835, -4.38] + }, + "tail_4": { + "rotation": [37, 7, -7] + }, + "tail_5": { + "rotation": [44.3, 2.5, -10.85] + }, + "tail_6": { + "rotation": [44.35, 5.1, -2.5] + }, + "tail_7": { + "rotation": [33.48, -0.05, 12.32] + }, + "pancake": { + "rotation": [58.78915, -28.72697, -87.53108], + "position": [7, 6, 7] + } + } + }, + "animation.raichu_alolan_pancake.ground_walk": { + "loop": true, + "animation_length": 1.9167, + "bones": { + "body": { + "rotation": ["-2.5+1.5*math.sin(q.anim_time*90*2-40)*2", "65.5+0.5*math.sin(q.anim_time*90)*4", -1.5], + "position": [0, "5+0.05*(math.sin(q.anim_time*90*3)*6)", "0.5*math.sin(q.anim_time*90*2-40)*2"] + }, + "head": { + "rotation": ["-4.5+math.sin(query.anim_time*90*2)*2", "-40.5+math.sin(query.anim_time*90)*4", -4.5], + "position": [0, 0.3, 0] + }, + "ear_right": { + "rotation": [0, 0, "math.sin(q.anim_time*90*2+90)*2"] + }, + "ear_left": { + "rotation": [0, 0, "-math.sin(q.anim_time*90*2+90)*2"] + }, + "arm_right": { + "rotation": ["2.5+math.sin(q.anim_time*90*1.5)*2", "-1.75+math.sin(q.anim_time*90*1.5)*3", "-4+math.sin(q.anim_time*90*1.5-30)*2"], + "position": [0.1, -0.55, 0.5] + }, + "arm_left": { + "rotation": ["2.5+math.sin(q.anim_time*90*1.5)*2", "1.6+math.sin(q.anim_time*90*1.5)*3", "6.5-math.sin(q.anim_time*90*1.5-30)*2"], + "position": [-0.3, -0.55, 0.5] + }, + "leg_right": { + "rotation": [17.5, 8.7, -7.37], + "position": [0, 0, 0] + }, + "leg_left": { + "rotation": [30, -3.15, 5.9], + "position": [0, 0, -0.225] + }, + "foot_right": { + "rotation": ["28.8+1*math.sin(q.anim_time*90*2.5-40)*2", "8-1*math.sin(q.anim_time*90*2.5-40)*2", 6] + }, + "foot_left": { + "rotation": ["-1*math.sin(q.anim_time*90*2.5-40)*2", "-10.15-1*math.sin(q.anim_time*90*2.5-40)*2", -2.85] + }, + "toes_right": { + "rotation": [-26, 0, -1] + }, + "toes_left": { + "rotation": [-15, -1.7, -6] + }, + "tail": { + "rotation": [46.37, 2.6, "-101.1-1*math.sin(q.anim_time*90*2.5-40)*2"], + "position": [0, -0.75, 0] + }, + "tail_2": { + "rotation": [20, -5.75, -4.25] + }, + "tail_3": { + "rotation": [38.25, 1.835, -4.38] + }, + "tail_4": { + "rotation": [37, 7, -7] + }, + "tail_5": { + "rotation": [44.3, 2.5, -10.85] + }, + "tail_6": { + "rotation": [44.35, 5.1, -2.5] + }, + "tail_7": { + "rotation": [33.48, -0.05, 12.32] + }, + "pancake": { + "rotation": [0, -95, 0], + "position": [10, 14, 17] + } + } + }, + "animation.raichu_alolan_pancake.sleep": { + "loop": true, + "bones": { + "body": { + "rotation": ["90+0.5*math.sin(q.anim_time*90+60)*2", "12+0.5*math.sin(q.anim_time*90)*4", "60+0.25*(math.sin(q.anim_time*90)*6)"], + "position": [0, "0.05*(math.sin(q.anim_time*90)*6)", 2] + }, + "torso": { + "rotation": ["-1.3+math.sin(query.anim_time*90*0.5)*1.5", 0.57, 6.5] + }, + "head": { + "rotation": ["10.9+math.sin(query.anim_time*90)*1.5", 20.28, 17], + "position": [-0.73, 0.44, -0.59] + }, + "eye_right": { + "rotation": [0, 0, -10] + }, + "eye_left": { + "rotation": [0, 0, 10] + }, + "eyelid_right": { + "position": [0, 0, -0.1] + }, + "eyelid_left": { + "position": [0, 0, -0.1] + }, + "ear_right": { + "rotation": [-30, 0, "math.sin(q.anim_time*90*2+90)*2"], + "position": [0, 0, 0] + }, + "ear_left": { + "rotation": [-20.3, -21.5, "-3.7-math.sin(q.anim_time*90*2+90)*2"], + "position": [0, 0, 0] + }, + "arm_right": { + "rotation": [57.9, "-73+0.5*math.sin(query.anim_time*90)*3", -121], + "position": [0, -0.5, 0] + }, + "arm_left": { + "rotation": [-88.2, "64.154-0.5*math.sin(query.anim_time*90)*3", -164.6], + "position": [-1, 0.18, -0.85] + }, + "leg_right": { + "rotation": [-22.66, -0.675, -19.8], + "position": [0.15, -1.03, 0.5] + }, + "leg_left": { + "rotation": ["-84-0.25*(math.sin(q.anim_time*90)*6)", 30, 13], + "position": [-0.5, -0.84, -0.72] + }, + "foot_right": { + "rotation": [36.7, 9.5, "-17.6+0.25*(math.sin(q.anim_time*90)*6)"], + "position": [0.25, 0.3, -0.4] + }, + "foot_left": { + "rotation": [54.4, 20.4, -4.92], + "position": [0, 0.5, -0.75] + }, + "toes_left": { + "rotation": ["-1.21+1*(math.sin(q.anim_time*90+60)*6)", -10, 3], + "position": [0, 0, 0.2] + }, + "toes_right": { + "rotation": ["-11+1.5*(math.sin(q.anim_time*90+80)*6)", 0, 0] + }, + "tail": { + "rotation": [-114.75, 46.5, -12.3], + "position": [0, 0, -0.65] + }, + "tail_2": { + "rotation": [-33.45, 14.25, -19.12], + "position": [0.11, -0.1, -0.47] + }, + "tail_3": { + "rotation": [43.18, -1.35, 4.5] + }, + "tail_4": { + "rotation": [73.3, -7.8, 15.54] + }, + "tail_5": { + "rotation": [71.6, -3.6, 14.5] + }, + "tail_6": { + "rotation": [40.5, 0.45, 11.8] + }, + "tail_7": { + "rotation": [-5, -4.15, 6.6] + }, + "pancake": { + "position": [0, 12, 0] + } + } + }, + "animation.raichu_alolan_pancake.cry": { + "animation_length": 1.15, + "bones": { + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "mouth_closed": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0.2], + "lerp_mode": "catmullrom" + }, + "0.7": { + "post": [0, 0, 0.2], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "mouth_open": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [0, 0, -0.2], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -0.2], + "lerp_mode": "catmullrom" + }, + "1.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + }, + "sound_effects": { + "0.15": { + "effect": "pokemon.raichu_alolan.cry" + } + } + }, + "animation.raichu_alolan_pancake.render": { + "loop": true, + "bones": { + "body": { + "rotation": [5, 0, 0], + "position": [0, 4, 0] + }, + "head": { + "rotation": [-20.15, 7, -2.5] + }, + "ear_right": { + "rotation": [1, -14.45, -4] + }, + "arm_right": { + "rotation": [-12, -13.5, -10], + "position": [0, -0.7, 1] + }, + "arm_left": { + "rotation": [12.45, 1, 5], + "position": [0, -0.7, 1] + }, + "leg_right": { + "rotation": [17.5, 8.7, -7.37], + "position": [0, 0, 0] + }, + "foot_right": { + "rotation": [28.8, 8, 6] + }, + "toes_right": { + "rotation": [-26.2, 1, 1.25] + }, + "leg_left": { + "rotation": [30, -3.15, 5.9], + "position": [0, 0, -0.225] + }, + "foot_left": { + "rotation": [0, -10.15, -2.85] + }, + "toes_left": { + "rotation": [-15.15, -0.4, -1.35] + }, + "tail": { + "rotation": [46.37, 2.6, -101.1], + "position": [0, -0.75, 0] + }, + "tail_2": { + "rotation": [20, -5.75, -4.25] + }, + "tail_3": { + "rotation": [38.25, 1.835, -4.38] + }, + "tail_4": { + "rotation": [37, 7, -7] + }, + "tail_5": { + "rotation": [44.3, 2.5, -10.85] + }, + "tail_6": { + "rotation": [44.35, 5.1, -2.5] + }, + "tail_7": { + "rotation": [33.48, -0.05, 12.32] + } + } + }, + "animation.raichu_alolan_pancake.blink": { + "animation_length": 0.1667, + "bones": { + "eyelid_left": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_right": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/cafe_fuecoco/cafe_fuecoco.geo.json b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/cafe_fuecoco/cafe_fuecoco.geo.json new file mode 100644 index 0000000..567292c --- /dev/null +++ b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/cafe_fuecoco/cafe_fuecoco.geo.json @@ -0,0 +1,203 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.cafe_fuecoco", + "texture_width": 64, + "texture_height": 128, + "visible_bounds_width": 3, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "cafe_fuecoco", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "cafe_fuecoco", + "pivot": [0, 9.25, -0.5] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 4.5, -0.5], + "cubes": [ + {"origin": [-5, 2.25, -5.5], "size": [10, 6, 10], "uv": [0, 0]}, + {"origin": [-5, 8.25, -1.5], "size": [10, 1, 6], "uv": [30, 0]}, + {"origin": [-2.5, 3.25, -5.5], "size": [5, 3, 0], "inflate": 0.01, "uv": [0, 0]} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 9.25, -1.5], + "cubes": [ + {"origin": [-5, 12.25, -3.5], "size": [10, 5, 2], "uv": [28, 33]}, + {"origin": [-5, 9.25, -1.5], "size": [10, 8, 6], "inflate": 0.02, "uv": [0, 16]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [0.5, -0.5, 0.25] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-2.5, 14, -3.5], + "cubes": [ + {"origin": [-3.5, 12.5, -3.5], "size": [2, 3, 0], "inflate": 0.01, "uv": [4, 47], "mirror": true}, + {"origin": [-2.75, 13, -3.5], "size": [1, 2, 0], "inflate": 0.02, "uv": [0, 42], "mirror": true} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-2.5, 14, -2.9], + "cubes": [ + {"origin": [-3.5, 12.5, -3.4], "size": [2, 3, 1], "inflate": 0.03, "uv": [0, 50], "mirror": true} + ] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [2.5, 14, -3.5], + "cubes": [ + {"origin": [1.5, 12.5, -3.5], "size": [2, 3, 0], "inflate": 0.01, "uv": [0, 47]}, + {"origin": [1.75, 13, -3.5], "size": [1, 2, 0], "inflate": 0.02, "uv": [6, 42]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [2.5, 14, -3.4], + "cubes": [ + {"origin": [1.5, 12.5, -3.4], "size": [2, 3, 1], "inflate": 0.03, "uv": [0, 50]} + ] + }, + { + "name": "top_jaw", + "parent": "head", + "pivot": [0, 9.25, -1.55], + "cubes": [ + {"origin": [-5, 9.25, -7.4], "size": [10, 3, 6], "inflate": 0.01, "uv": [26, 24]}, + {"origin": [-2, 7.75, -7.15], "size": [4, 3, 0], "uv": [30, 7]}, + {"origin": [-2, 11, -7.4], "size": [4, 1, 0], "inflate": 0.02, "uv": [22, 33]} + ] + }, + { + "name": "fire_top_front", + "parent": "head", + "pivot": [0, 17.25, -1.75], + "rotation": [17.5, 0, 0], + "cubes": [ + {"origin": [0, 16.25, -3.75], "size": [0, 7, 3], "inflate": 0.01, "uv": [0, 0]} + ] + }, + { + "name": "fire_top_back", + "parent": "head", + "pivot": [0, 17.25, -1.25], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [0, 17.25, -1.25], "size": [0, 4, 2], "uv": [6, 1]} + ] + }, + { + "name": "hat", + "parent": "head", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-3, 22, 3], "size": [6, 1, 6], "pivot": [0, 23, 6], "rotation": [-25, 0, 0], "uv": [40, 121]}, + {"origin": [-4, 18, 0], "size": [8, 5, 7], "pivot": [0, 18, 4], "rotation": [-25, 0, 0], "uv": [1, 114]}, + {"origin": [-2, 16, 0], "size": [4, 3, 5], "pivot": [0, 16, 2], "rotation": [-25, 0, 0], "uv": [17, 60]} + ] + }, + { + "name": "jaw", + "parent": "torso", + "pivot": [0, 9.25, -1.5], + "cubes": [ + {"origin": [-5, 8.25, -6.5], "size": [10, 1, 5], "inflate": 0.01, "uv": [26, 16]}, + {"origin": [-4.6, 8.75, -6], "size": [1, 1, 0], "pivot": [-4.1, 9.25, -6], "rotation": [-24.25045, 22.32924, -49.856], "uv": [6, 9]}, + {"origin": [3.6, 8.75, -6], "size": [1, 1, 0], "pivot": [4.1, 9.25, -6], "rotation": [-24.25045, -22.32924, 49.856], "uv": [8, 9]} + ] + }, + { + "name": "hand_right", + "parent": "torso", + "pivot": [-5, 7, -4], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [-5.75, 6, -6.5], "size": [1, 2, 3], "uv": [36, 40]} + ] + }, + { + "name": "hand_left", + "parent": "torso", + "pivot": [5, 7, -4], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [4.75, 6, -6.5], "size": [1, 2, 3], "uv": [0, 42]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 5, 4.5], + "rotation": [-5, 0, 0], + "cubes": [ + {"origin": [-4, 2, 1.5], "size": [8, 6, 6], "uv": [0, 30]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 2, 7.5], + "cubes": [ + {"origin": [-2.5, 2, 7.5], "size": [5, 4, 4], "uv": [40, 7]} + ] + }, + { + "name": "apron", + "parent": "torso", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [0.5, 5, -6.3], "size": [2, 2, 0], "pivot": [2, 5, -8], "rotation": [-31.16235, -8.31087, -18.25612], "uv": [27, 118], "mirror": true}, + {"origin": [-0.5, 5, -6], "size": [1, 1, 0], "pivot": [-1, 5, -6], "rotation": [-20, 0, 0], "uv": [56, 105]}, + {"origin": [-2.5, 5, -6.3], "size": [2, 2, 0], "pivot": [-2, 5, -8], "rotation": [-31.16235, 8.31087, 18.25612], "uv": [27, 118]}, + {"origin": [-1, 8, 5], "size": [2, 2, 0], "uv": [0, 107]}, + {"origin": [-2, 8, 5], "size": [2, 2, 0], "pivot": [-1, 8, 6], "rotation": [2.71994, 19.82169, 7.97532], "uv": [0, 118]}, + {"origin": [0, 8, 5], "size": [2, 2, 0], "pivot": [1, 8, 6], "rotation": [2.71994, -19.82169, -7.97532], "uv": [0, 118], "mirror": true}, + {"origin": [-5, 1, -6], "size": [10, 5, 0], "pivot": [0, 4, -5], "rotation": [-17.5, 0, 0], "uv": [43, 115]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-4.5, 4.5, -0.5], + "cubes": [ + {"origin": [-6.5, 0, -3], "size": [4, 6, 5], "uv": [23, 40]}, + {"origin": [-6, 0, -1.75], "size": [3, 0, 3], "inflate": 0.01, "uv": [5, 42]}, + {"origin": [-3.5, 0, -4], "size": [0, 2, 1], "pivot": [-3.5, 1, -3], "rotation": [0, 5, 0], "uv": [8, 6]}, + {"origin": [-5.5, 0, -4], "size": [0, 2, 1], "pivot": [-5.5, 1, -3], "rotation": [0, -5, 0], "uv": [6, 6]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [4.5, 4.5, -0.5], + "cubes": [ + {"origin": [2.5, 0, -3], "size": [4, 6, 5], "uv": [41, 40]}, + {"origin": [3, 0, -1.75], "size": [3, 0, 3], "inflate": 0.01, "uv": [11, 42]}, + {"origin": [3.5, 0, -4], "size": [0, 2, 1], "pivot": [3.5, 1, -3], "rotation": [0, -5, 0], "uv": [0, 15]}, + {"origin": [5.5, 0, -4], "size": [0, 2, 1], "pivot": [5.5, 1, -3], "rotation": [0, 5, 0], "uv": [2, 15]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/cafe_jirachi/cafe_jirachi.geo.json b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/cafe_jirachi/cafe_jirachi.geo.json new file mode 100644 index 0000000..9368ebe --- /dev/null +++ b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/cafe_jirachi/cafe_jirachi.geo.json @@ -0,0 +1,227 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 64, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "jirachi", + "pivot": [0, -1, 0] + }, + { + "name": "torso", + "parent": "jirachi", + "pivot": [0, -1, 0], + "cubes": [ + {"origin": [-3, 2, -1], "size": [6, 6, 3], "uv": [28, 22]} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 8, 0], + "cubes": [ + {"origin": [-4.5, 8, -2.5], "size": [9, 7, 4], "uv": [0, 22]}, + {"origin": [-5, 8, 0.75], "size": [10, 8, 4], "uv": [0, 33]}, + {"origin": [-4, 14, -7], "size": [8, 5, 8], "pivot": [0, -1, 0], "rotation": [-12.5, 0, 0], "uv": [32, 0]}, + {"origin": [7.75, -1.38114, -3.28111], "size": [8, 5, 8], "pivot": [-3.0762, -1.63114, -0.03111], "rotation": [-12.5, 0, -90], "uv": [0, 0]}, + {"origin": [9, 3.61886, -2.2811], "size": [6, 3, 6], "pivot": [-3.0762, -1.63114, -0.03111], "rotation": [-12.5, 0, -90], "uv": [0, 13]}, + {"origin": [-15, 3.61886, -2.2811], "size": [6, 3, 6], "pivot": [3.0762, -1.63114, -0.03111], "rotation": [-12.5, 0, 90], "uv": [0, 13], "mirror": true}, + {"origin": [-15.75, -1.38114, -3.28111], "size": [8, 5, 8], "pivot": [3.0762, -1.63114, -0.03111], "rotation": [-12.5, 0, 90], "uv": [0, 0], "mirror": true}, + {"origin": [-3, 19, -6], "size": [6, 3, 6], "pivot": [0, -1, 0], "rotation": [-12.5, 0, 0], "uv": [24, 13]}, + {"origin": [-2, 13, -7], "size": [4, 1, 4], "pivot": [0, -1, 0], "rotation": [-12.5, 0, 0], "uv": [24, 0]} + ] + }, + { + "name": "backthing", + "parent": "head", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-11, 8, 6], "size": [22, 18, 0], "pivot": [0, 10, 7], "rotation": [-25, 0, 0], "uv": [0, 51]}, + {"origin": [-13, 2, 6], "size": [8, 8, 0], "uv": [0, 103], "mirror": true}, + {"origin": [5, 2, 6], "size": [8, 8, 0], "uv": [0, 103]}, + {"origin": [-8, 11, 6], "size": [16, 11, 0], "pivot": [0, 12, 5], "rotation": [-25, 0, 0], "uv": [0, 88]} + ] + }, + { + "name": "stars", + "parent": "backthing", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [8, 20, 9], "size": [2, 2, 0], "pivot": [10, 18, 9], "rotation": [-11.36081, 5.24826, 24.47761], "uv": [57, 87]}, + {"origin": [-10, 20, 9], "size": [2, 2, 0], "pivot": [-10, 18, 9], "rotation": [-11.36081, -5.24826, -24.47761], "uv": [57, 87], "mirror": true}, + {"origin": [-7, 22, 11], "size": [3, 3, 0], "pivot": [-5, 22, 11], "rotation": [-12.5, 0, 0], "uv": [58, 95], "mirror": true}, + {"origin": [4, 22, 11], "size": [3, 3, 0], "pivot": [5, 22, 11], "rotation": [-12.5, 0, 0], "uv": [58, 95]}, + {"origin": [-2, 23, 11], "size": [4, 4, 0], "pivot": [0, 23, 11], "rotation": [-12.5, 0, 0], "uv": [55, 59]} + ] + }, + { + "name": "paper_top", + "parent": "head", + "pivot": [0, 21, -1], + "cubes": [ + {"origin": [-1, 21, -6.25], "size": [2, 0, 5], "uv": [31, 0]} + ] + }, + { + "name": "paper_left", + "parent": "head", + "pivot": [-10, 13.5, -0.5], + "cubes": [ + {"origin": [12, 4, -7.2811], "size": [0, 2, 5], "pivot": [-3.0762, -1.63114, -0.03111], "rotation": [-12.5, 0, -90], "uv": [24, 1]} + ] + }, + { + "name": "paper_right", + "parent": "head", + "pivot": [10, 13.5, -0.5], + "cubes": [ + {"origin": [-12, 4, -7.2811], "size": [0, 2, 5], "pivot": [3.0762, -1.63114, -0.03111], "rotation": [-12.5, 0, 90], "uv": [24, 1], "mirror": true} + ] + }, + { + "name": "left_ear", + "parent": "head", + "pivot": [-5, 15, -3], + "cubes": [ + {"origin": [-7, 16.1, -6], "size": [3, 0, 3], "uv": [-3, 81], "mirror": true}, + {"origin": [-6, 14, -9.75], "size": [2, 2, 7], "uv": [17, 24]} + ] + }, + { + "name": "right_ear", + "parent": "head", + "pivot": [5, 15, -3], + "cubes": [ + {"origin": [4, 16.1, -6], "size": [3, 0, 3], "uv": [-3, 81]}, + {"origin": [4, 14, -9.75], "size": [2, 2, 7], "uv": [17, 24], "mirror": true} + ] + }, + { + "name": "left_eye", + "parent": "head", + "pivot": [0, -1, 0], + "cubes": [ + {"origin": [-3.75, 10.5, -2.51], "size": [2, 3, 0], "uv": [0, 0]}, + {"origin": [-3.25, 9.5, -2.51], "size": [1, 1, 0], "uv": [4, 1]}, + {"origin": [-3, 12, -2.52], "size": [1, 1, 0], "uv": [4, 0]} + ] + }, + { + "name": "right_eye", + "parent": "head", + "pivot": [0, -1, 0], + "cubes": [ + {"origin": [1.75, 10.5, -2.51], "size": [2, 3, 0], "uv": [0, 0], "mirror": true}, + {"origin": [2.25, 9.5, -2.51], "size": [1, 1, 0], "uv": [4, 1], "mirror": true}, + {"origin": [2, 12, -2.52], "size": [1, 1, 0], "uv": [4, 0], "mirror": true} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [0, -1, 0] + }, + { + "name": "open", + "parent": "mouth", + "pivot": [0, -1, 0], + "cubes": [ + {"origin": [-1.5, 8.5, -2.51], "size": [3, 2, 0], "uv": [0, 3]} + ] + }, + { + "name": "left_foot", + "parent": "torso", + "pivot": [-1.5, 2, 0.5], + "cubes": [ + {"origin": [-2.5, 0, -0.5], "size": [2, 2, 2], "uv": [22, 15]} + ] + }, + { + "name": "right_foot", + "parent": "torso", + "pivot": [1.5, 2, 0.5], + "cubes": [ + {"origin": [0.5, 0, -0.5], "size": [2, 2, 2], "uv": [22, 15], "mirror": true} + ] + }, + { + "name": "left_arm", + "parent": "torso", + "pivot": [-3, 7, 0.5], + "cubes": [ + {"origin": [-6, 2, -0.6], "size": [2, 6, 0], "uv": [0, 72]}, + {"origin": [-8, 6, -0.5], "size": [5, 2, 2], "uv": [36, 15]}, + {"origin": [-7, 4, 0.5], "size": [4, 2, 0], "uv": [36, 13]} + ] + }, + { + "name": "right_arm", + "parent": "torso", + "pivot": [3, 7, 0.5], + "cubes": [ + {"origin": [4, 2, -0.6], "size": [2, 6, 0], "uv": [0, 72], "mirror": true}, + {"origin": [3, 6, -0.5], "size": [5, 2, 2], "uv": [36, 15], "mirror": true}, + {"origin": [3, 4, 0.5], "size": [4, 2, 0], "uv": [36, 13], "mirror": true} + ] + }, + { + "name": "tail_left", + "parent": "torso", + "pivot": [-1, 6, 2], + "cubes": [ + {"origin": [-1, 5, 2], "size": [0, 2, 4], "uv": [50, 9]} + ] + }, + { + "name": "tail_left2", + "parent": "tail_left", + "pivot": [-1, 7, 6], + "cubes": [ + {"origin": [-1, 4, 6], "size": [0, 3, 6], "uv": [50, 9]} + ] + }, + { + "name": "tail_left3", + "parent": "tail_left2", + "pivot": [-1, 7, 12], + "cubes": [ + {"origin": [-1, 3, 12], "size": [0, 4, 7], "uv": [50, 11]} + ] + }, + { + "name": "tail_right", + "parent": "torso", + "pivot": [1, 6, 2], + "cubes": [ + {"origin": [1, 5, 2], "size": [0, 2, 4], "uv": [50, 9], "mirror": true} + ] + }, + { + "name": "tail_right2", + "parent": "tail_right", + "pivot": [1, 7, 6], + "cubes": [ + {"origin": [1, 4, 6], "size": [0, 3, 6], "uv": [50, 9], "mirror": true} + ] + }, + { + "name": "tail_right3", + "parent": "tail_right2", + "pivot": [1, 7, 12], + "cubes": [ + {"origin": [1, 3, 12], "size": [0, 4, 7], "uv": [50, 11], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/cafe_litten/cafe_litten.geo.json b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/cafe_litten/cafe_litten.geo.json new file mode 100644 index 0000000..ef27fe6 --- /dev/null +++ b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/cafe_litten/cafe_litten.geo.json @@ -0,0 +1,522 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.cafe_litten", + "texture_width": 64, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "litten", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "litten", + "pivot": [0, 8.5, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 7.6, 4.15], + "cubes": [ + {"origin": [-2.5, 6.25, 0], "size": [5, 4, 5], "inflate": 0.01, "uv": [1, 19]} + ] + }, + { + "name": "cape", + "parent": "torso", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [3, 4, -6], "size": [0, 6, 10], "pivot": [2, 8, -7], "rotation": [0, 10, -30], "uv": [44, 86]}, + {"origin": [-3, 4, -6], "size": [0, 6, 10], "pivot": [-2, 8, -7], "rotation": [0, -10, 30], "uv": [44, 86], "mirror": true}, + {"origin": [0, 7, -6], "size": [3, 4, 0], "pivot": [2, 9, -7], "rotation": [-20.04608, -1.08089, -115.11794], "uv": [58, 79]}, + {"origin": [-3, 7, -6], "size": [3, 4, 0], "pivot": [-2, 9, -7], "rotation": [-20.04608, 1.08089, 115.11794], "uv": [58, 79], "mirror": true}, + {"origin": [-1, 7, -6], "size": [2, 2, 0], "uv": [51, 81]}, + {"origin": [-3, 11, -1], "size": [6, 0, 6], "pivot": [0, 10, 1], "rotation": [12.5, 0, 0], "uv": [46, 87]} + ] + }, + { + "name": "chest", + "parent": "torso", + "pivot": [0, 10.25, 0], + "cubes": [ + {"origin": [-2.5, 6.25, -5], "size": [5, 4, 5], "uv": [24, 18]} + ] + }, + { + "name": "neck", + "parent": "chest", + "pivot": [0, 7.5, -2.25], + "cubes": [ + {"origin": [-2, 7.5, -4.25], "size": [4, 4, 4], "uv": [20, 28]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 10.5, -3.25] + }, + { + "name": "head_correction", + "parent": "head", + "pivot": [0, 10.5, -3.25] + }, + { + "name": "head_ai", + "parent": "head_correction", + "pivot": [0, 10.5, -3.25] + }, + { + "name": "head_angle", + "parent": "head_ai", + "pivot": [0, 10.5, -3.25], + "cubes": [ + {"origin": [-5, 10.5, -8.25], "size": [10, 8, 8], "inflate": 0.01, "uv": [0, 1]}, + {"origin": [-0.5, 13.5, -8.25], "size": [1, 5, 1], "inflate": 0.02, "uv": [60, 40]} + ] + }, + { + "name": "hat", + "parent": "head_angle", + "pivot": [4, -2, -2], + "rotation": [0, -17.5, -22.5], + "cubes": [ + {"origin": [4.5, 28, 0], "size": [0, 6, 2], "pivot": [4, 29, 1], "rotation": [-122.5, 0, 0], "uv": [14, 107]}, + {"origin": [3.5, 26, -4], "size": [2, 6, 3], "pivot": [4, 27, -3], "rotation": [-60, 0, 0], "uv": [21, 108]}, + {"origin": [3, 23, -7], "size": [3, 4, 5], "pivot": [4, 23, -4], "rotation": [-17.5, 0, 0], "uv": [31, 114]}, + {"origin": [2, 21, -8], "size": [5, 3, 6], "pivot": [4, 21, -6], "rotation": [-10, 0, 0], "uv": [43, 119]}, + {"origin": [1, 19, -9], "size": [7, 3, 8], "uv": [0, 91]} + ] + }, + { + "name": "mouth", + "parent": "head_angle", + "pivot": [0, 10.5, -4.25] + }, + { + "name": "mouth_open", + "parent": "mouth", + "pivot": [0, 10.6, -4.15], + "cubes": [ + {"origin": [-1, 10.6, -8.15], "size": [2, 1, 1], "inflate": 0.02, "uv": [6, 17]} + ] + }, + { + "name": "mouth_closed", + "parent": "mouth", + "pivot": [0, 11, -7.75], + "cubes": [ + {"origin": [-0.5, 10.5, -8.25], "size": [1, 1, 1], "inflate": 0.02, "uv": [12, 17]} + ] + }, + { + "name": "eyebrow_right_normal", + "parent": "head_angle", + "pivot": [-3, 15, -7.25], + "cubes": [ + {"origin": [-5, 14.5, -8.25], "size": [4, 1, 2], "inflate": 0.06, "uv": [52, 7], "mirror": true} + ] + }, + { + "name": "eyebrow_left_normal", + "parent": "head_angle", + "pivot": [3, 15, -7.25], + "cubes": [ + {"origin": [1, 14.5, -8.25], "size": [4, 1, 2], "inflate": 0.06, "uv": [52, 10]} + ] + }, + { + "name": "eyes", + "parent": "head_angle", + "pivot": [0.5, -3.75, -2] + }, + { + "name": "eye_right_normal", + "parent": "eyes", + "pivot": [-3, 13.25, -7.25], + "cubes": [ + {"origin": [-5, 11.25, -8.25], "size": [4, 4, 2], "inflate": 0.02, "uv": [1, 56], "mirror": true} + ] + }, + { + "name": "pupil_right_normal", + "parent": "eye_right_normal", + "pivot": [-2.15, 13.45, -8.25], + "cubes": [ + {"origin": [-2.65, 12.45, -8.25], "size": [1, 2, 0], "inflate": 0.03, "uv": [12, 45], "mirror": true} + ] + }, + { + "name": "eye_left_normal", + "parent": "eyes", + "pivot": [3, 13.25, -7.25], + "cubes": [ + {"origin": [1, 11.25, -8.25], "size": [4, 4, 2], "inflate": 0.02, "uv": [13, 49]} + ] + }, + { + "name": "pupil_left_normal", + "parent": "eye_left_normal", + "pivot": [2.15, 13.45, -8.25], + "cubes": [ + {"origin": [1.65, 12.45, -8.25], "size": [1, 2, 0], "inflate": 0.03, "uv": [10, 45]} + ] + }, + { + "name": "eyelid_right_normal", + "parent": "eyes", + "pivot": [-2.9, 13.25, -7.15], + "cubes": [ + {"origin": [-4.9, 11.25, -8.15], "size": [4, 4, 2], "inflate": 0.05, "uv": [52, 19], "mirror": true} + ] + }, + { + "name": "eyelid_left_normal", + "parent": "eyes", + "pivot": [2.9, 13.25, -7.15], + "cubes": [ + {"origin": [0.9, 11.25, -8.15], "size": [4, 4, 2], "inflate": 0.05, "uv": [52, 13]} + ] + }, + { + "name": "eyelid_right_happy", + "parent": "eyes", + "pivot": [-2.9, 13.25, -7.15], + "cubes": [ + {"origin": [-4.9, 11.25, -8.15], "size": [4, 4, 2], "inflate": 0.05, "uv": [52, 25], "mirror": true} + ] + }, + { + "name": "eyelid_left_happy", + "parent": "eyes", + "pivot": [2.9, 13.25, -7.15], + "cubes": [ + {"origin": [0.9, 11.25, -8.15], "size": [4, 4, 2], "inflate": 0.05, "uv": [52, 31]} + ] + }, + { + "name": "muzzle", + "parent": "head_angle", + "pivot": [0, 12.4, -8.25], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-1.5, 10.65, -8.75], "size": [3, 2, 1], "uv": [40, 13]}, + {"origin": [-0.5, 11.55, -8.75], "size": [1, 1, 0], "inflate": 0.01, "uv": [37, 8]} + ] + }, + { + "name": "whisker_right", + "parent": "head_angle", + "pivot": [-4.75, 11.4, -6.6], + "rotation": [0, 0, -20], + "cubes": [ + {"origin": [-10.75, 9.4, -6.6], "size": [7, 4, 0], "uv": [0, 29]} + ] + }, + { + "name": "whisker_left", + "parent": "head_angle", + "pivot": [4.75, 11.4, -6.6], + "rotation": [0, 0, 20], + "cubes": [ + {"origin": [3.75, 9.4, -6.6], "size": [7, 4, 0], "uv": [31, 3]} + ] + }, + { + "name": "head_ruff", + "parent": "head_angle", + "pivot": [0, 18.5, -5.75] + }, + { + "name": "head_ruff_right", + "parent": "head_ruff", + "pivot": [-0.75, 18, -5.75], + "rotation": [0, 0, -17.5], + "cubes": [ + {"origin": [-1.75, 18, -5.75], "size": [2, 3, 0], "uv": [42, 36]} + ] + }, + { + "name": "head_ruff_left", + "parent": "head_ruff", + "pivot": [0.75, 18, -5.75], + "rotation": [0, 0, 17.5], + "cubes": [ + {"origin": [-0.25, 18, -5.75], "size": [2, 3, 0], "uv": [24, 43]} + ] + }, + { + "name": "ear_right1", + "parent": "head_angle", + "pivot": [-3.65, 18.5, -6], + "cubes": [ + {"origin": [-5.65, 17.5, -6], "size": [4, 3, 0], "inflate": 0.01, "uv": [0, 0]} + ] + }, + { + "name": "ear_right2", + "parent": "ear_right1", + "pivot": [-2.65, 20.5, -6], + "cubes": [ + {"origin": [-5.65, 20.5, -6], "size": [4, 3, 0], "uv": [41, 0]} + ] + }, + { + "name": "ear_left1", + "parent": "head_angle", + "pivot": [3.65, 18.5, -6], + "cubes": [ + {"origin": [1.65, 17.5, -6], "size": [4, 3, 0], "inflate": 0.01, "uv": [8, 41]} + ] + }, + { + "name": "ear_left2", + "parent": "ear_left1", + "pivot": [2.65, 20.5, -6], + "cubes": [ + {"origin": [1.65, 20.5, -6], "size": [4, 3, 0], "uv": [41, 20]} + ] + }, + { + "name": "fur_spike_back1", + "parent": "torso", + "pivot": [0, 6.25, 0.75], + "cubes": [ + {"origin": [0, 6.25, -1.25], "size": [0, 3, 4], "inflate": 0.01, "uv": [0, 0]} + ] + }, + { + "name": "fur_spike_back2", + "parent": "fur_spike_back1", + "pivot": [0, 6.25, 0.75], + "cubes": [ + {"origin": [0, 6.25, -1.25], "size": [0, 3, 4], "uv": [14, 25]} + ] + }, + { + "name": "tail1", + "parent": "torso", + "pivot": [0, 9.75, 5], + "cubes": [ + {"origin": [0, 8.75, 4], "size": [0, 2, 3], "inflate": 0.01, "uv": [32, 25]} + ] + }, + { + "name": "tail2", + "parent": "tail1", + "pivot": [0, 10.25, 7], + "cubes": [ + {"origin": [0, 8.75, 7], "size": [0, 2, 3], "uv": [31, 4]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 9.25, 10], + "cubes": [ + {"origin": [0, 8.75, 10], "size": [0, 2, 3], "uv": [7, 30]} + ] + }, + { + "name": "tail4", + "parent": "tail3", + "pivot": [0, 9.5, 13], + "cubes": [ + {"origin": [0, 8.75, 13], "size": [0, 2, 3], "uv": [18, 18]} + ] + }, + { + "name": "tail5", + "parent": "tail4", + "pivot": [0, 9.25, 16], + "cubes": [ + {"origin": [0, 8.75, 16], "size": [0, 2, 3], "uv": [0, 4]} + ] + }, + { + "name": "tail_end", + "parent": "tail5", + "pivot": [0, 9.75, 18.75] + }, + { + "name": "tail_end_right", + "parent": "tail_end", + "pivot": [0, 9.75, 18.75], + "rotation": [0, -45, 0], + "cubes": [ + {"origin": [0, 7.25, 18.75], "size": [0, 5, 3], "uv": [20, 34]} + ] + }, + { + "name": "tail_end_top", + "parent": "tail_end", + "pivot": [0, 9.75, 18.75], + "rotation": [40, 0, 0], + "cubes": [ + {"origin": [-2.5, 9.75, 18.75], "size": [5, 0, 3], "uv": [28, 0]} + ] + }, + { + "name": "tail_end_left", + "parent": "tail_end", + "pivot": [0, 9.75, 18.75], + "rotation": [0, 45, 0], + "cubes": [ + {"origin": [0, 7.25, 18.75], "size": [0, 5, 3], "uv": [0, 15]} + ] + }, + { + "name": "tail_end_bottom", + "parent": "tail_end", + "pivot": [0, 9.75, 18.75], + "rotation": [-40, 0, 0], + "cubes": [ + {"origin": [-2.5, 9.75, 18.75], "size": [5, 0, 3], "uv": [15, 18]} + ] + }, + { + "name": "leg_front_right1", + "parent": "body", + "pivot": [-2.1, 8.15, -3.65], + "cubes": [ + {"origin": [-3.1, 5.15, -4.65], "size": [2, 4, 2], "inflate": 0.01, "uv": [40, 7]} + ] + }, + { + "name": "leg_front_right2", + "parent": "leg_front_right1", + "pivot": [-2.1, 5.15, -2.65], + "cubes": [ + {"origin": [-3.1, 1.15, -4.65], "size": [2, 4, 2], "uv": [26, 37]} + ] + }, + { + "name": "leg_front_right3", + "parent": "leg_front_right2", + "pivot": [-2.1, 1.15, -3.65], + "cubes": [ + {"origin": [-3.1, -0.1, -4.9], "size": [2, 2, 2], "inflate": 0.01, "uv": [16, 42]}, + {"origin": [-2.6, -0.1, -4.4], "size": [1, 0, 1], "inflate": 0.02, "uv": [55, 1], "mirror": true} + ] + }, + { + "name": "leg_front_claws_right", + "parent": "leg_front_right3", + "pivot": [-2.1, 0.9, -3.65], + "cubes": [ + {"origin": [-2.75, -0.1, -4.65], "size": [0, 1, 1], "uv": [18, 22]}, + {"origin": [-1.45, -0.1, -4.65], "size": [0, 1, 1], "uv": [4, 22]} + ] + }, + { + "name": "leg_front_left1", + "parent": "body", + "pivot": [2.1, 8.15, -3.65], + "cubes": [ + {"origin": [1.1, 5.15, -4.65], "size": [2, 4, 2], "inflate": 0.01, "uv": [0, 41]} + ] + }, + { + "name": "leg_front_left2", + "parent": "leg_front_left1", + "pivot": [2.1, 5.15, -2.65], + "cubes": [ + {"origin": [1.1, 1.15, -4.65], "size": [2, 4, 2], "uv": [40, 39]} + ] + }, + { + "name": "leg_front_left3", + "parent": "leg_front_left2", + "pivot": [2.1, 1.15, -3.65], + "cubes": [ + {"origin": [1.6, -0.1, -4.4], "size": [1, 0, 1], "inflate": 0.02, "uv": [55, 0]}, + {"origin": [1.1, -0.1, -4.9], "size": [2, 2, 2], "inflate": 0.01, "uv": [42, 32]} + ] + }, + { + "name": "leg_front_claws_left", + "parent": "leg_front_left3", + "pivot": [2.1, 0.9, -3.65], + "cubes": [ + {"origin": [2.75, -0.1, -4.65], "size": [0, 1, 1], "uv": [22, 22]}, + {"origin": [1.45, -0.1, -4.65], "size": [0, 1, 1], "uv": [20, 22]} + ] + }, + { + "name": "leg_back_right1", + "parent": "body", + "pivot": [-2.25, 8.1, 3.15], + "cubes": [ + {"origin": [-3.25, 4.6, 1.65], "size": [2, 5, 3], "inflate": 0.01, "uv": [0, 33]} + ] + }, + { + "name": "leg_back_right2", + "parent": "leg_back_right1", + "pivot": [-2.25, 4.6, 4.15], + "cubes": [ + {"origin": [-3.25, 0.85, 2.9], "size": [2, 4, 2], "uv": [34, 35]} + ] + }, + { + "name": "leg_back_right3", + "parent": "leg_back_right2", + "pivot": [-2.25, 1.35, 3.9], + "cubes": [ + {"origin": [-3.25, -0.15, 2.65], "size": [2, 2, 2], "inflate": 0.01, "uv": [41, 16]}, + {"origin": [-2.75, -0.15, 3.15], "size": [1, 0, 1], "inflate": 0.02, "uv": [61, 1], "mirror": true} + ] + }, + { + "name": "leg_back_claws_right", + "parent": "leg_back_right3", + "pivot": [-2.2, 0.9, 3.85], + "cubes": [ + {"origin": [-2.85, -0.1, 2.85], "size": [0, 1, 1], "uv": [6, 7]}, + {"origin": [-1.55, -0.1, 2.85], "size": [0, 1, 1], "uv": [6, 6]} + ] + }, + { + "name": "leg_back_left1", + "parent": "body", + "pivot": [2.25, 8.1, 3.15], + "cubes": [ + {"origin": [1.25, 4.6, 1.65], "size": [2, 5, 3], "inflate": 0.01, "uv": [10, 33]} + ] + }, + { + "name": "leg_back_left2", + "parent": "leg_back_left1", + "pivot": [2.25, 4.6, 4.15], + "cubes": [ + {"origin": [1.25, 0.85, 2.9], "size": [2, 4, 2], "uv": [36, 28]} + ] + }, + { + "name": "leg_back_left3", + "parent": "leg_back_left2", + "pivot": [2.25, 1.35, 3.9], + "cubes": [ + {"origin": [1.25, -0.15, 2.65], "size": [2, 2, 2], "inflate": 0.01, "uv": [32, 41]}, + {"origin": [1.75, -0.15, 3.15], "size": [1, 0, 1], "inflate": 0.02, "uv": [61, 0]} + ] + }, + { + "name": "leg_back_claws_left", + "parent": "leg_back_left3", + "pivot": [2.2, 0.9, 3.85], + "cubes": [ + {"origin": [2.85, -0.1, 2.85], "size": [0, 1, 1], "uv": [2, 22]}, + {"origin": [1.55, -0.1, 2.85], "size": [0, 1, 1], "uv": [0, 22]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/cafe_mew/cafe_mew.geo.json b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/cafe_mew/cafe_mew.geo.json new file mode 100644 index 0000000..5d1affc --- /dev/null +++ b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/cafe_mew/cafe_mew.geo.json @@ -0,0 +1,239 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.cafe_mew", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 7, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "cafe_mew", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "cafe_mew", + "pivot": [0, 10, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 4.5, 0], + "cubes": [ + {"origin": [-2.5, 2, -2], "size": [5, 6, 4], "uv": [46, 0]} + ] + }, + { + "name": "torso2", + "parent": "torso", + "pivot": [0, 8, 2], + "cubes": [ + {"origin": [-2, 8, -2], "size": [4, 4, 4], "uv": [26, 9]} + ] + }, + { + "name": "apron", + "parent": "torso2", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [1, 9, 2], "size": [0, 2, 3], "pivot": [0, 9, 3], "rotation": [8.1126, 38.96482, -13.26153], "uv": [0, -3], "mirror": true}, + {"origin": [-1, 9, 2], "size": [0, 2, 3], "pivot": [0, 9, 3], "rotation": [8.1126, -38.96482, 13.26153], "uv": [0, -3]}, + {"origin": [-3, 3, -3], "size": [6, 9, 0], "pivot": [0, 5, -2], "rotation": [-7.5, 0, 0], "uv": [20, 31]}, + {"origin": [-5, 11, -3], "size": [4, 0, 3], "pivot": [-2, 11, -2], "rotation": [45.39599, -25.02914, -36.93884], "uv": [-3, 30]}, + {"origin": [-6, 11, -3], "size": [4, 0, 3], "pivot": [-3, 11, -2], "rotation": [22.5, 0, 0], "uv": [-3, 30]} + ] + }, + { + "name": "arm_left", + "parent": "torso2", + "pivot": [2, 10.25, -0.25], + "cubes": [ + {"origin": [1.5, 9.75, -1.25], "size": [5, 1, 2], "uv": [42, 11]} + ] + }, + { + "name": "arm_right", + "parent": "torso2", + "pivot": [-2, 10.25, -0.25], + "cubes": [ + {"origin": [-6.5, 9.75, -1.25], "size": [5, 1, 2], "uv": [42, 11], "mirror": true} + ] + }, + { + "name": "head", + "parent": "torso2", + "pivot": [0, 11.5, 0], + "cubes": [ + {"origin": [-4, 11.5, -4], "size": [8, 6, 7], "uv": [0, 0]}, + {"origin": [2, 15.5, -2], "size": [2, 3, 3], "pivot": [2, 17.5, 0.25], "rotation": [-45, 0, 20], "uv": [22, 24]}, + {"origin": [-4, 15.5, -2], "size": [2, 3, 3], "pivot": [-2, 17.5, 0.25], "rotation": [-45, 0, -20], "uv": [22, 24], "mirror": true} + ] + }, + { + "name": "hat", + "parent": "head", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-3, 18, -2], "size": [6, 2, 4], "pivot": [0, 18, 1], "rotation": [-32.5, 0, 0], "uv": [44, 35]}, + {"origin": [-2, 17, 0], "size": [4, 2, 4], "pivot": [0, 18, 1], "rotation": [-20, 0, 0], "uv": [0, 58]}, + {"origin": [-2.2, 17, 2], "size": [4.3, 2, 3], "pivot": [0, 17, 5], "rotation": [-2.5, 0, 0], "uv": [50, 59], "mirror": true}, + {"origin": [0, 19, 2], "size": [0, 2, 1], "pivot": [0, 19, 2], "rotation": [-52.5, 0, 0], "uv": [0, 39]}, + {"origin": [0, 19, 2], "size": [0, 2, 1], "pivot": [0, 19, 2], "rotation": [15, 0, 0], "uv": [0, 39]} + ] + }, + { + "name": "snout", + "parent": "head", + "pivot": [0, 14, -4], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [-2, 12, -6], "size": [4, 2, 2], "uv": [38, 0]} + ] + }, + { + "name": "ear_left", + "parent": "head", + "pivot": [1.75, 17.5, 0], + "rotation": [0, 0, 22.5], + "cubes": [ + {"origin": [2.25, 16.5, -1.5], "size": [2, 3, 3], "uv": [32, 29]} + ] + }, + { + "name": "ear_right", + "parent": "head", + "pivot": [-1.75, 17.5, 0], + "rotation": [0, 0, -22.5], + "cubes": [ + {"origin": [-4.25, 16.5, -1.5], "size": [2, 3, 3], "uv": [32, 29], "mirror": true} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [3.01, 14.5, -2.51], + "cubes": [ + {"origin": [2.01, 13, -4.01], "size": [2, 3, 2], "uv": [13, 13]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [2.91, 14.5, -2.41], + "cubes": [ + {"origin": [1.91, 13, -3.91], "size": [2, 3, 2], "inflate": 0.01, "uv": [56, 24]} + ] + }, + { + "name": "eye_right", + "parent": "head", + "pivot": [-3.01, 14.5, -2.51], + "cubes": [ + {"origin": [-4.01, 13, -4.01], "size": [2, 3, 2], "uv": [13, 13], "mirror": true} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-2.91, 14.5, -2.41], + "cubes": [ + {"origin": [-3.91, 13, -3.91], "size": [2, 3, 2], "inflate": 0.01, "uv": [56, 24], "mirror": true} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 3.75, 1.5], + "cubes": [ + {"origin": [0, 2.75, 1.5], "size": [0, 2, 6], "inflate": 0.001, "uv": [10, 18]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 2.75, 7.5], + "cubes": [ + {"origin": [0, 2.75, 7.5], "size": [0, 2, 5], "uv": [54, 25]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 2.75, 12.5], + "cubes": [ + {"origin": [0, 2.75, 12.5], "size": [0, 2, 6], "inflate": 0.001, "uv": [10, 20]} + ] + }, + { + "name": "tail4", + "parent": "tail3", + "pivot": [0, 4.75, 18.5], + "cubes": [ + {"origin": [0, 2.75, 18.5], "size": [0, 2, 5], "uv": [44, 25]} + ] + }, + { + "name": "tail5", + "parent": "tail4", + "pivot": [0, 4.75, 23.5], + "cubes": [ + {"origin": [0, 2.75, 23.5], "size": [0, 2, 5], "inflate": 0.001, "uv": [34, 25]} + ] + }, + { + "name": "tail6", + "parent": "tail5", + "pivot": [0, 4.75, 28.5], + "cubes": [ + {"origin": [-0.5, 2.75, 28.5], "size": [1, 2, 4], "uv": [27, 16]} + ] + }, + { + "name": "tail7", + "parent": "tail6", + "pivot": [-0.5, 4.25, 32.5], + "cubes": [ + {"origin": [-0.5, 2.25, 32.5], "size": [1, 3, 8], "uv": [35, 14]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [3, 4.5, 0], + "cubes": [ + {"origin": [2, 1, -2], "size": [2, 5, 4], "inflate": 0.02, "uv": [52, 10]} + ] + }, + { + "name": "foot_left", + "parent": "leg_left", + "pivot": [3, 1.25, -0.5], + "cubes": [ + {"origin": [2, 0, -7.5], "size": [2, 1, 9], "uv": [13, 14]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-3, 4.5, 0], + "cubes": [ + {"origin": [-4, 1, -2], "size": [2, 5, 4], "inflate": 0.02, "uv": [52, 10], "mirror": true} + ] + }, + { + "name": "foot_right", + "parent": "leg_right", + "pivot": [-3, 1.25, -0.5], + "cubes": [ + {"origin": [-4, 0, -7.5], "size": [2, 1, 9], "uv": [13, 14], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/cafe_raichu_alolan/cafe_raichu_alolan.geo.json b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/cafe_raichu_alolan/cafe_raichu_alolan.geo.json new file mode 100644 index 0000000..4f7a7ab --- /dev/null +++ b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/cafe_raichu_alolan/cafe_raichu_alolan.geo.json @@ -0,0 +1,257 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.cafe_raichu_alolan", + "texture_width": 64, + "texture_height": 128, + "visible_bounds_width": 9, + "visible_bounds_height": 4, + "visible_bounds_offset": [0, 1, 0] + }, + "bones": [ + { + "name": "raichu_alolan", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "raichu_alolan", + "pivot": [0, 8, 0.5] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 6.25, 0.5], + "cubes": [ + {"origin": [-5, 3.75, -3.5], "size": [10, 8, 8], "uv": [28, 48]}, + {"origin": [-4.5, 11.75, -3], "size": [9, 2, 7], "uv": [32, 0]} + ] + }, + { + "name": "tie", + "parent": "torso", + "pivot": [-2, 21, -3], + "cubes": [ + {"origin": [-1.3, 12, -4], "size": [2.6, 1.5, 2], "pivot": [0, 12, -3], "rotation": [-5, 0, 0], "uv": [0, 103]}, + {"origin": [-1, 8, -4], "size": [2, 5, 1], "pivot": [0, 11, -4], "rotation": [-7.5, 0, 0], "uv": [57, 89]} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 14.25, 0.25], + "cubes": [ + {"origin": [-4.5, 13.25, -3.75], "size": [9, 8, 8], "inflate": 0.01, "uv": [0, 1]}, + {"origin": [-0.5, 15.455, -4.33], "size": [1, 1, 1], "pivot": [0, 15.825, -3.3], "rotation": [12.5, 0, 0], "uv": [27, 0]}, + {"origin": [-4.5, 13.425, -4.3], "size": [9, 3, 2], "inflate": 0.02, "pivot": [-0.5, 15.825, -3.3], "rotation": [12.5, 0, 0], "uv": [22, 26]} + ] + }, + { + "name": "hat", + "parent": "head", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-3, 21, -3], "size": [6, 2, 6], "pivot": [0, 21, 0], "rotation": [-5, 0, 0], "uv": [40, 67]}, + {"origin": [-2.3, 23, -2.5], "size": [5, 6, 5], "pivot": [0, 23, 0], "rotation": [-5, 0, 0], "uv": [3, 90]}, + {"origin": [-4, 21, -4], "size": [3, 3, 0], "pivot": [-2, 21, -3], "rotation": [-10, 50, 0], "uv": [1, 69]} + ] + }, + { + "name": "mouth_closed", + "parent": "head", + "pivot": [0, 14.7, -3.5], + "cubes": [ + {"origin": [-1.5, 13.925, -4.33], "size": [3, 1, 0], "inflate": 0.01, "pivot": [0, 15.825, -3.3], "rotation": [12.5, 0, 0], "uv": [27, 4]}, + {"origin": [-2, 14.425, -4.33], "size": [4, 1, 0], "pivot": [0, 15.825, -3.3], "rotation": [12.5, 0, 0], "uv": [26, 3]} + ] + }, + { + "name": "mouth_open", + "parent": "head", + "pivot": [0, 14.7, -3.5], + "cubes": [ + {"origin": [-1.5, 13.675, -4.13], "size": [3, 1, 0], "inflate": 0.01, "pivot": [0, 15.825, -3.1], "rotation": [12.5, 0, 0], "uv": [33, 0]}, + {"origin": [-1, 14.175, -4.13], "size": [2, 1, 0], "inflate": 0.01, "pivot": [0, 15.825, -3.1], "rotation": [12.5, 0, 0], "uv": [34, 0]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [0, 18, -3.825] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-3, 17.5, -3.825], + "cubes": [ + {"origin": [-4, 16.6, -3.77], "size": [2, 2, 0], "pivot": [-3, 17.6, -3.77], "rotation": [0, 0, 3], "uv": [0, 0]} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-3, 17.5, -3.67], + "cubes": [ + {"origin": [-4, 16.6, -3.67], "size": [2, 2, 0], "inflate": 0.01, "pivot": [-3, 17.6, -3.67], "rotation": [0, 0, 3], "uv": [0, 4]} + ] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [3, 17.5, -3.825], + "cubes": [ + {"origin": [2, 16.6, -3.77], "size": [2, 2, 0], "pivot": [3, 17.6, -3.77], "rotation": [0, 0, -3], "uv": [0, 2], "mirror": true} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [3, 17.5, -3.67], + "cubes": [ + {"origin": [2, 16.6, -3.67], "size": [2, 2, 0], "inflate": 0.01, "pivot": [3, 17.6, -3.67], "rotation": [0, 0, -3], "uv": [0, 6], "mirror": true} + ] + }, + { + "name": "ear_right", + "parent": "head", + "pivot": [-4, 19.5, -0.65], + "cubes": [ + {"origin": [-13.875, 18.5, -0.675], "size": [10, 8, 0], "pivot": [-4.25, 19.25, -0.65], "rotation": [14, 50, 17], "uv": [0, 18]} + ] + }, + { + "name": "ear_left", + "parent": "head", + "pivot": [4, 19.5, -0.65], + "cubes": [ + {"origin": [3.875, 18.5, -0.675], "size": [10, 8, 0], "pivot": [4.25, 19.25, -0.65], "rotation": [14, -50, -17], "uv": [0, 27], "mirror": true} + ] + }, + { + "name": "arm_right", + "parent": "torso", + "pivot": [-4.5, 12.5, -0.5], + "cubes": [ + {"origin": [-10.5, 11, -2], "size": [6, 3, 3], "uv": [18, 49], "mirror": true} + ] + }, + { + "name": "arm_left", + "parent": "torso", + "pivot": [4.5, 12.5, -0.5], + "cubes": [ + {"origin": [4.5, 11, -2], "size": [6, 3, 3], "uv": [24, 20]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 4.75, 4], + "cubes": [ + {"origin": [0, 4.25, 4.5], "size": [0, 1, 6], "uv": [21, 11]} + ] + }, + { + "name": "tail_2", + "parent": "tail", + "pivot": [0, 4.25, 10.5], + "cubes": [ + {"origin": [0, 4.25, 10.5], "size": [0, 1, 5], "uv": [33, 12]} + ] + }, + { + "name": "tail_3", + "parent": "tail_2", + "pivot": [0, 4.25, 15.5], + "cubes": [ + {"origin": [0, 4.25, 15.5], "size": [0, 1, 5], "uv": [23, 13]} + ] + }, + { + "name": "tail_4", + "parent": "tail_3", + "pivot": [0, 4.25, 20.5], + "cubes": [ + {"origin": [0, 4.25, 20.5], "size": [0, 1, 5], "uv": [33, 13]} + ] + }, + { + "name": "tail_5", + "parent": "tail_4", + "pivot": [0, 4.25, 25.5], + "cubes": [ + {"origin": [0, 4.25, 25.5], "size": [0, 1, 5], "uv": [23, 14]} + ] + }, + { + "name": "tail_6", + "parent": "tail_5", + "pivot": [0, 4.25, 30.5], + "cubes": [ + {"origin": [0, 4.25, 30.5], "size": [0, 1, 5], "uv": [33, 14]} + ] + }, + { + "name": "tail_7", + "parent": "tail_6", + "pivot": [0, 4.25, 35.5], + "cubes": [ + {"origin": [0, 1.25, 35.5], "size": [0, 11, 26], "uv": [1, 10]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-4, 6.25, 0.5], + "cubes": [ + {"origin": [-6, 2.5, -2.5], "size": [4, 6, 6], "pivot": [-4, 5.5, 0], "rotation": [-10, 0, 0], "uv": [44, 21]} + ] + }, + { + "name": "foot_right", + "parent": "leg_right", + "pivot": [-3.75, 2.5, 0.75], + "cubes": [ + {"origin": [-4.75, 2, -0.75], "size": [2, 2, 3], "uv": [54, 33]}, + {"origin": [-5.25, 0, -1.5], "size": [3, 2, 4], "uv": [0, 55], "mirror": true} + ] + }, + { + "name": "toes_right", + "parent": "foot_right", + "pivot": [-3.75, 0, -1.5], + "cubes": [ + {"origin": [-5.75, 0, -5.5], "size": [4, 2, 4], "inflate": 0.01, "uv": [34, 9], "mirror": true} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [4, 6.25, 0.5], + "cubes": [ + {"origin": [2, 2.5, -2.5], "size": [4, 6, 6], "pivot": [4, 5.5, 0], "rotation": [-10, 0, 0], "uv": [44, 9], "mirror": true} + ] + }, + { + "name": "foot_left", + "parent": "leg_left", + "pivot": [4, 2.5, 0.75], + "cubes": [ + {"origin": [2.75, 2, -0.75], "size": [2, 2, 3], "uv": [54, 38], "mirror": true}, + {"origin": [2.25, 0, -1.5], "size": [3, 2, 4], "uv": [0, 49]} + ] + }, + { + "name": "toes_left", + "parent": "foot_left", + "pivot": [3.75, 0, -1.5], + "cubes": [ + {"origin": [1.75, 0, -5.5], "size": [4, 2, 4], "inflate": 0.01, "uv": [12, 58]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/cafe_slowpoke/cafe_slowpoke.geo.json b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/cafe_slowpoke/cafe_slowpoke.geo.json new file mode 100644 index 0000000..a2bfd6d --- /dev/null +++ b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/cafe_slowpoke/cafe_slowpoke.geo.json @@ -0,0 +1,192 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.cafe_slowpoke", + "texture_width": 64, + "texture_height": 128, + "visible_bounds_width": 5, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "slowpoke", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "slowpoke", + "pivot": [0, 6, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [-2, 3.75, 4.75], + "cubes": [ + {"origin": [-5, 1.5, -6.5], "size": [10, 9, 13], "uv": [0, 0]} + ] + }, + { + "name": "bow", + "parent": "torso", + "pivot": [0, 9, -9], + "cubes": [ + {"origin": [-2, 10, -6], "size": [3, 4, 0], "pivot": [-1, 10, -6], "rotation": [-32.73241, -24.4045, -32.73241], "uv": [38, 54], "mirror": true}, + {"origin": [-1, 10, -6], "size": [3, 4, 0], "pivot": [1, 10, -6], "rotation": [-32.73241, 24.4045, 32.73241], "uv": [38, 54]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 5.5, 5.5], + "cubes": [ + {"origin": [-2.5, 3, 4.5], "size": [5, 5, 7], "uv": [23, 29]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 5.5, 10.5], + "cubes": [ + {"origin": [-2, 3.5, 9.5], "size": [4, 4, 7], "uv": [33, 0]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 5.5, 15.5], + "cubes": [ + {"origin": [-1.5, 4, 14.5], "size": [3, 3, 7], "uv": [0, 36]} + ] + }, + { + "name": "tail4", + "parent": "tail3", + "pivot": [0, 5.5, 20.5], + "cubes": [ + {"origin": [0, 4.5, 19.5], "size": [0, 2, 6], "uv": [24, 21]} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 6, -7], + "cubes": [ + {"origin": [-3.5, 3.5, -14.5], "size": [7, 2, 3], "uv": [23, 22]}, + {"origin": [1.5, 3.25, -14.25], "size": [1, 1, 0], "pivot": [2, 3.75, -14.25], "rotation": [0, 0, 45], "uv": [0, 1]}, + {"origin": [-2.5, 3.25, -14.25], "size": [1, 1, 0], "pivot": [-2, 3.75, -14.25], "rotation": [0, 0, -45], "uv": [0, 0]}, + {"origin": [-4, 2, -12], "size": [8, 7, 7], "uv": [0, 22]} + ] + }, + { + "name": "hat", + "parent": "head", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-3, 11, -11], "size": [6, 3, 5], "pivot": [0, 11, -9], "rotation": [-10, 0, 0], "uv": [0, 72]}, + {"origin": [-2, 13, -10], "size": [4, 1, 3], "pivot": [0, 12, -8], "rotation": [-17.5, 0, 0], "uv": [0, 92]}, + {"origin": [-2, 8, -10], "size": [4, 4, 3], "pivot": [0, 9, -9], "rotation": [-12.5, 0, 0], "uv": [0, 61]} + ] + }, + { + "name": "ear_left", + "parent": "head", + "pivot": [3.5, 8.5, -9], + "rotation": [0, 0, 45], + "cubes": [ + {"origin": [2, 8.25, -9.5], "size": [3, 3, 1], "uv": [13, 36]} + ] + }, + { + "name": "ear_right", + "parent": "head", + "pivot": [-3.5, 8.5, -9], + "rotation": [0, 0, -45], + "cubes": [ + {"origin": [-5, 8.25, -9.5], "size": [3, 3, 1], "uv": [0, 8]} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [3.135, 6.25, -11.5125], + "cubes": [ + {"origin": [2.01, 4.75, -12.01], "size": [2, 3, 1], "uv": [44, 41]}, + {"origin": [2.76, 5.75, -12.015], "size": [1, 1, 1], "uv": [9, 0]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [3.01, 6.25, -12.01], + "cubes": [ + {"origin": [1.91, 4.75, -11.91], "size": [2, 3, 1], "inflate": 0.01, "uv": [0, 36]} + ] + }, + { + "name": "eye_right", + "parent": "head", + "pivot": [-3.135, 6.25, -11.5125], + "cubes": [ + {"origin": [-4.01, 4.75, -12.01], "size": [2, 3, 1], "uv": [33, 0]}, + {"origin": [-3.76, 5.75, -12.015], "size": [1, 1, 1], "uv": [8, 8]} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-2.91, 6.25, -11.41], + "cubes": [ + {"origin": [-3.91, 4.75, -11.91], "size": [2, 3, 1], "inflate": 0.01, "uv": [0, 22]} + ] + }, + { + "name": "jaw", + "parent": "head", + "pivot": [0, 3.5, -12], + "cubes": [ + {"origin": [-3, 2.5, -14], "size": [6, 1, 2], "uv": [40, 32]} + ] + }, + { + "name": "leftfrontleg", + "parent": "body", + "pivot": [4, 3.5, -3.5], + "cubes": [ + {"origin": [3, 0, -5], "size": [3, 5, 3], "inflate": 0.001, "uv": [32, 41]}, + {"origin": [3.5, 0, -5.75], "size": [2, 1, 1], "uv": [33, 11]} + ] + }, + { + "name": "leftbackleg", + "parent": "body", + "pivot": [4, 3.5, 4.5], + "cubes": [ + {"origin": [3, 0, 3], "size": [3, 5, 3], "inflate": 0.001, "uv": [20, 41]}, + {"origin": [3.5, 0, 2.25], "size": [2, 1, 1], "uv": [33, 4]} + ] + }, + { + "name": "rightfrontleg", + "parent": "body", + "pivot": [-4, 3.5, -3.5], + "cubes": [ + {"origin": [-6, 0, -5], "size": [3, 5, 3], "inflate": 0.001, "uv": [40, 24]}, + {"origin": [-5.5, 0, -5.75], "size": [2, 1, 1], "uv": [0, 26]} + ] + }, + { + "name": "rightbackleg", + "parent": "body", + "pivot": [-4, 3.5, 4.5], + "cubes": [ + {"origin": [-6, 0, 3], "size": [3, 5, 3], "inflate": 0.001, "uv": [0, 0]}, + {"origin": [-5.5, 0, 2.25], "size": [2, 1, 1], "uv": [7, 11]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/cafe_sprigatito/cafe_sprigatito.geo.json b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/cafe_sprigatito/cafe_sprigatito.geo.json new file mode 100644 index 0000000..9ed1f79 --- /dev/null +++ b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/cafe_sprigatito/cafe_sprigatito.geo.json @@ -0,0 +1,389 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.cafe_sprigatito", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "sprigatito", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "sprigatito", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 6.6, 2.15], + "cubes": [ + {"origin": [-2.5, 4.5, -4], "size": [5, 4, 8], "uv": [0, 15]} + ] + }, + { + "name": "dress", + "parent": "torso", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-2.8, 10, 0], "size": [5.6, 0, 5], "pivot": [0, 8, 2], "rotation": [35, 0, 0], "uv": [17, 49]}, + {"origin": [-0.5, 6, 0], "size": [6, 0, 6], "pivot": [4, 6, 3], "rotation": [25.05498, -35.48602, 68.30985], "uv": [17, 43]}, + {"origin": [-5.5, 6, 0], "size": [6, 0, 6], "pivot": [-4, 6, 3], "rotation": [25.05498, 35.48602, -68.30985], "uv": [17, 43], "mirror": true} + ] + }, + { + "name": "neck", + "parent": "torso", + "pivot": [0, 8.5, -3], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-1.5, 7.5, -4], "size": [3, 3, 2], "uv": [38, 16]} + ] + }, + { + "name": "scarf", + "parent": "neck", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-2, 8, -5], "size": [4, 1, 4], "pivot": [0, 7, -4], "rotation": [10, 0, 0], "uv": [47, 33]}, + {"origin": [-3, 8, -5], "size": [3, 4, 0], "pivot": [-1, 8, -4], "rotation": [-3.51584, -24.1782, -102.09227], "uv": [56, 42]}, + {"origin": [-3, 8, -5], "size": [3, 4, 0], "pivot": [-1, 8, -4], "rotation": [13.89674, -26.12797, -152.06838], "uv": [56, 42]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 9, -3], + "rotation": [-5, 0, 0], + "cubes": [ + {"origin": [-5, 9, -6.5], "size": [10, 8, 7], "uv": [0, 0]}, + {"origin": [-2, 9.5, -7], "size": [4, 2, 1], "inflate": 0.01, "uv": [16, 27]}, + {"origin": [-0.5, 10.5, -7], "size": [1, 1, 1], "inflate": 0.02, "uv": [26, 23]} + ] + }, + { + "name": "hat", + "parent": "head", + "pivot": [0, -1, -4], + "rotation": [-12.5, 0, 0], + "cubes": [ + {"origin": [-2, 16, -9], "size": [4, 3, 4], "uv": [37, 54]}, + {"origin": [-3, 18, -10], "size": [6, 4, 6], "pivot": [0, 18, -7], "rotation": [-15, 0, 0], "uv": [0, 54]}, + {"origin": [-2, 22, -8], "size": [4, 1, 4], "pivot": [0, 23, -7], "rotation": [-17.5, 0, 0], "uv": [0, 33]} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [0, -1, 0] + }, + { + "name": "mouth_open", + "parent": "mouth", + "pivot": [0, 10.0625, -6.9], + "cubes": [ + {"origin": [-1, 9.5, -6.9], "size": [2, 1, 0], "inflate": 0.02, "uv": [47, 4]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [0, 13, -6] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-3, 13.5, -6.5], + "rotation": [0, 0, -2.5], + "cubes": [ + {"origin": [-4.5, 11.5, -6.5], "size": [3, 4, 0], "inflate": 0.01, "uv": [24, 19], "mirror": true} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-3, 13.5, -6.4], + "cubes": [ + {"origin": [-4.5, 11.5, -6.4], "size": [3, 4, 1], "inflate": 0.02, "uv": [30, 24], "mirror": true} + ] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [3, 13.5, -6.5], + "rotation": [0, 0, 2.5], + "cubes": [ + {"origin": [1.5, 11.5, -6.5], "size": [3, 4, 0], "inflate": 0.01, "uv": [24, 19]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [3, 13.5, -6.4], + "cubes": [ + {"origin": [1.5, 11.5, -6.4], "size": [3, 4, 1], "inflate": 0.02, "uv": [30, 24]} + ] + }, + { + "name": "head_fur_right_main", + "parent": "head", + "pivot": [-5, 11, -4.5], + "rotation": [5, -2.5, -15] + }, + { + "name": "head_fur_right", + "parent": "head_fur_right_main", + "pivot": [-5, 11, -4.5], + "rotation": [0, 0, 30], + "cubes": [ + {"origin": [-8, 11, -4.5], "size": [3, 2, 0], "uv": [45, 0]} + ] + }, + { + "name": "head_fur_right2", + "parent": "head_fur_right_main", + "pivot": [-5, 11, -4.5], + "rotation": [0, -2.5, 0], + "cubes": [ + {"origin": [-8, 10.5, -4.5], "size": [3, 1, 0], "uv": [0, 6]} + ] + }, + { + "name": "head_fur_right3", + "parent": "head_fur_right_main", + "pivot": [-5, 11, -4.5], + "rotation": [0, 0, -30], + "cubes": [ + {"origin": [-8, 9, -4.5], "size": [3, 2, 0], "uv": [2, 4], "mirror": true} + ] + }, + { + "name": "head_fur_left_main", + "parent": "head", + "pivot": [5, 11, -4.5], + "rotation": [5, 2.5, 15] + }, + { + "name": "head_fur_left", + "parent": "head_fur_left_main", + "pivot": [5, 11, -4.5], + "rotation": [0, 0, -30], + "cubes": [ + {"origin": [5, 11, -4.5], "size": [3, 2, 0], "uv": [45, 0], "mirror": true} + ] + }, + { + "name": "head_fur_left2", + "parent": "head_fur_left_main", + "pivot": [5, 11, -4.5], + "rotation": [0, 2.5, 0], + "cubes": [ + {"origin": [5, 10.5, -4.5], "size": [3, 1, 0], "uv": [0, 6], "mirror": true} + ] + }, + { + "name": "head_fur_left3", + "parent": "head_fur_left_main", + "pivot": [5, 11, -4.5], + "rotation": [0, 0, 30], + "cubes": [ + {"origin": [5, 9, -4.5], "size": [3, 2, 0], "uv": [2, 4]} + ] + }, + { + "name": "ear_right", + "parent": "head", + "pivot": [-2.75, 15.25, -2.5], + "rotation": [2.5, 10, -22.5], + "cubes": [ + {"origin": [-5.25, 15.25, -2.5], "size": [5, 7, 0], "uv": [36, 9]} + ] + }, + { + "name": "ear_left", + "parent": "head", + "pivot": [2.75, 15.25, -2.5], + "rotation": [2.5, -10, 22.5], + "cubes": [ + {"origin": [0.25, 15.25, -2.5], "size": [5, 7, 0], "uv": [36, 9], "mirror": true} + ] + }, + { + "name": "neck_fur_front", + "parent": "neck", + "pivot": [0, 9, -4], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [-4, 4, -4], "size": [8, 5, 0], "uv": [0, 27]} + ] + }, + { + "name": "neck_fur_back", + "parent": "neck", + "pivot": [0, 9, -2.5], + "rotation": [-12.5, 0, 0], + "cubes": [ + {"origin": [-2.5, 9, -2.5], "size": [5, 0, 4], "uv": [14, 15]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 8, 3.75], + "rotation": [40, 0, 0], + "cubes": [ + {"origin": [-2, 6, 3.25], "size": [4, 4, 5], "uv": [46, 0]} + ] + }, + { + "name": "tail_fur", + "parent": "tail", + "pivot": [0, 6, 5.8125], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [0, 4.53381, 3.82028], "size": [0, 2, 2], "uv": [60, -2]} + ] + }, + { + "name": "tail_fur2", + "parent": "tail", + "pivot": [0, 9.75, 8.25], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [0, 6.75, 8.25], "size": [0, 3, 3], "uv": [0, 0]} + ] + }, + { + "name": "leg_front_right_rot", + "parent": "body", + "pivot": [-1.8, 3.3125, -2.65] + }, + { + "name": "leg_front_right", + "parent": "leg_front_right_rot", + "pivot": [-1.8, 6, -2.65], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-2.8, 4, -3.65], "size": [2, 3, 2], "inflate": 0.01, "uv": [56, 23], "mirror": true} + ] + }, + { + "name": "leg_front_right2", + "parent": "leg_front_right", + "pivot": [-1.8, 4, -1.65], + "rotation": [-12.5, 0, 0], + "cubes": [ + {"origin": [-2.8, 1, -3.65], "size": [2, 3, 2], "uv": [38, 21], "mirror": true} + ] + }, + { + "name": "leg_front_right3", + "parent": "leg_front_right2", + "pivot": [-1.8, 1, -2.65], + "rotation": [7.5, 0, 0], + "cubes": [ + {"origin": [-2.8, -0.25, -3.9], "size": [2, 2, 2], "inflate": 0.01, "uv": [37, 0], "mirror": true} + ] + }, + { + "name": "leg_front_left_rot", + "parent": "body", + "pivot": [1.8, 3.3125, -2.65] + }, + { + "name": "leg_front_left", + "parent": "leg_front_left_rot", + "pivot": [1.8, 6, -2.65], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [0.8, 4, -3.65], "size": [2, 3, 2], "inflate": 0.01, "uv": [56, 23]} + ] + }, + { + "name": "leg_front_left2", + "parent": "leg_front_left", + "pivot": [1.8, 4, -1.65], + "rotation": [-12.5, 0, 0], + "cubes": [ + {"origin": [0.8, 1, -3.65], "size": [2, 3, 2], "uv": [38, 21]} + ] + }, + { + "name": "leg_front_left3", + "parent": "leg_front_left2", + "pivot": [1.8, 1, -2.65], + "rotation": [7.5, 0, 0], + "cubes": [ + {"origin": [0.8, -0.25, -3.9], "size": [2, 2, 2], "inflate": 0.01, "uv": [37, 0]} + ] + }, + { + "name": "leg_back_right", + "parent": "body", + "pivot": [-1.85, 6.6, 2.15], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-2.85, 3.6, 0.65], "size": [2, 4, 3], "inflate": 0.01, "uv": [46, 9]} + ] + }, + { + "name": "leg_back_right2", + "parent": "leg_back_right", + "pivot": [-1.85, 3.6, 3.15], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-2.85, 0.85, 2.15], "size": [2, 3, 2], "uv": [37, 4]} + ] + }, + { + "name": "leg_back_right3", + "parent": "leg_back_right2", + "pivot": [-1.85, 1.35, 3.15], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [-2.85, -0.15, 1.9], "size": [2, 2, 2], "inflate": 0.01, "uv": [56, 14]} + ] + }, + { + "name": "leg_back_left", + "parent": "body", + "pivot": [1.85, 6.6, 2.15], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [0.85, 3.6, 0.65], "size": [2, 4, 3], "inflate": 0.01, "uv": [46, 9], "mirror": true} + ] + }, + { + "name": "leg_back_left2", + "parent": "leg_back_left", + "pivot": [1.85, 3.6, 3.15], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [0.85, 0.85, 2.15], "size": [2, 3, 2], "uv": [37, 4], "mirror": true} + ] + }, + { + "name": "leg_back_left3", + "parent": "leg_back_left2", + "pivot": [1.85, 1.35, 3.15], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [0.85, -0.15, 1.9], "size": [2, 2, 2], "inflate": 0.01, "uv": [56, 14], "mirror": true} + ] + }, + { + "name": "leg_back_left_rot", + "parent": "leg_back_left", + "pivot": [1.85, 6.6, 2.15] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/kimono_mew/kimono_mew.geo.json b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/kimono_mew/kimono_mew.geo.json new file mode 100644 index 0000000..7b8e013 --- /dev/null +++ b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/kimono_mew/kimono_mew.geo.json @@ -0,0 +1,238 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.mew", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 7, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "mew", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "mew", + "pivot": [0, 10, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 4.5, 0], + "cubes": [ + {"origin": [-2.5, 2, -2], "size": [5, 6, 4], "uv": [46, 0]} + ] + }, + { + "name": "torso2", + "parent": "torso", + "pivot": [0, 8, 2], + "cubes": [ + {"origin": [-2, 8, -2], "size": [4, 4, 4], "uv": [26, 9]} + ] + }, + { + "name": "kimono", + "parent": "torso2", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-3, 3, -2.3], "size": [6, 8, 0], "pivot": [0, 9, -2], "rotation": [-10, 0, 0], "uv": [15, 56]}, + {"origin": [-4, 5, -2], "size": [0, 6, 4], "pivot": [-5, 7, 0], "rotation": [0, 0, 17.5], "uv": [0, 45], "mirror": true}, + {"origin": [4, 5, -2], "size": [0, 6, 4], "pivot": [5, 7, 0], "rotation": [0, 0, -17.5], "uv": [0, 45]}, + {"origin": [-3, 3, 1.7], "size": [6, 8, 0], "pivot": [0, 9, 2], "rotation": [172.5, 0, 180], "uv": [0, 56]} + ] + }, + { + "name": "arm_left", + "parent": "torso2", + "pivot": [2, 10.25, -0.25], + "cubes": [ + {"origin": [1.5, 9.75, -1.25], "size": [5, 1, 2], "uv": [42, 11]} + ] + }, + { + "name": "arm_right", + "parent": "torso2", + "pivot": [-2, 10.25, -0.25], + "cubes": [ + {"origin": [-6.5, 9.75, -1.25], "size": [5, 1, 2], "uv": [26, 17]} + ] + }, + { + "name": "head", + "parent": "torso2", + "pivot": [0, 11.5, 0], + "cubes": [ + {"origin": [-4, 11.5, -4], "size": [8, 6, 7], "uv": [0, 0]}, + {"origin": [2, 15.5, -2], "size": [2, 3, 3], "pivot": [2, 17.5, 0.25], "rotation": [-45, 0, 20], "uv": [22, 24]}, + {"origin": [-4, 15.5, -2], "size": [2, 3, 3], "pivot": [-2, 17.5, 0.25], "rotation": [-45, 0, -20], "uv": [0, 23]} + ] + }, + { + "name": "earpeice", + "parent": "head", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [2, 17, -4], "size": [2, 2, 2], "pivot": [3, 17, -3], "rotation": [44.97272, -1.76749, 1.76833], "uv": [19, 47]}, + {"origin": [2, 17, -3], "size": [2, 2, 2], "pivot": [3, 17, -2], "rotation": [0, 0, 59.96418], "uv": [0, 43]}, + {"origin": [1, 17, -4], "size": [4, 4, 0], "pivot": [2, 17, -3], "rotation": [-26.29581, -58.02859, 16.28203], "uv": [30, 59]}, + {"origin": [1, 17, -4], "size": [4, 4, 0], "pivot": [2, 17, -3], "rotation": [0.89889, -49.40522, -37.83241], "uv": [30, 59]}, + {"origin": [5, 13, -5], "size": [0, 5, 4], "pivot": [4, 15, -3], "rotation": [14.07254, 27.51956, -13.66747], "uv": [11, 39]} + ] + }, + { + "name": "snout", + "parent": "head", + "pivot": [0, 14, -4], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [-2, 12, -6], "size": [4, 2, 2], "uv": [38, 0]} + ] + }, + { + "name": "ear_left", + "parent": "head", + "pivot": [1.75, 17.5, 0], + "rotation": [0, 0, 22.5], + "cubes": [ + {"origin": [2.25, 16.5, -1.5], "size": [2, 3, 3], "uv": [11, 49]} + ] + }, + { + "name": "ear_right", + "parent": "head", + "pivot": [-1.75, 17.5, 0], + "rotation": [0, 0, -22.5], + "cubes": [ + {"origin": [-4.25, 16.5, -1.5], "size": [2, 3, 3], "uv": [11, 49], "mirror": true} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [3.01, 14.5, -2.51], + "cubes": [ + {"origin": [2.01, 13, -4.01], "size": [2, 3, 2], "uv": [13, 13]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [2.91, 14.5, -2.41], + "cubes": [ + {"origin": [1.91, 13, -3.91], "size": [2, 3, 2], "inflate": 0.01, "uv": [56, 24]} + ] + }, + { + "name": "eye_right", + "parent": "head", + "pivot": [-3.01, 14.5, -2.51], + "cubes": [ + {"origin": [-4.01, 13, -4.01], "size": [2, 3, 2], "uv": [0, 13]} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-2.81, 14.5, -2.31], + "cubes": [ + {"origin": [-3.91, 13, -3.91], "size": [2, 3, 2], "inflate": 0.01, "uv": [56, 19], "mirror": true} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 3.75, 1.5], + "cubes": [ + {"origin": [0, 2.75, 1.5], "size": [0, 2, 6], "inflate": 0.001, "uv": [10, 18]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 2.75, 7.5], + "cubes": [ + {"origin": [0, 2.75, 7.5], "size": [0, 2, 5], "uv": [54, 25]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 2.75, 12.5], + "cubes": [ + {"origin": [0, 2.75, 12.5], "size": [0, 2, 6], "inflate": 0.001, "uv": [10, 20]} + ] + }, + { + "name": "tail4", + "parent": "tail3", + "pivot": [0, 4.75, 18.5], + "cubes": [ + {"origin": [0, 2.75, 18.5], "size": [0, 2, 5], "uv": [44, 25]} + ] + }, + { + "name": "tail5", + "parent": "tail4", + "pivot": [0, 4.75, 23.5], + "cubes": [ + {"origin": [0, 2.75, 23.5], "size": [0, 2, 5], "inflate": 0.001, "uv": [34, 25]} + ] + }, + { + "name": "tail6", + "parent": "tail5", + "pivot": [0, 4.75, 28.5], + "cubes": [ + {"origin": [-0.5, 2.75, 28.5], "size": [1, 2, 4], "uv": [27, 16]} + ] + }, + { + "name": "tail7", + "parent": "tail6", + "pivot": [-0.5, 4.25, 32.5], + "cubes": [ + {"origin": [-0.5, 2.25, 32.5], "size": [1, 3, 8], "uv": [35, 14]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [3, 4.5, 0], + "cubes": [ + {"origin": [2, 1, -2], "size": [2, 5, 4], "inflate": 0.02, "uv": [52, 10]} + ] + }, + { + "name": "foot_left", + "parent": "leg_left", + "pivot": [3, 1.25, -0.5], + "cubes": [ + {"origin": [2, 0, -7.5], "size": [2, 1, 9], "uv": [13, 14]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-3, 4.5, 0], + "cubes": [ + {"origin": [-4, 1, -2], "size": [2, 5, 4], "inflate": 0.02, "uv": [30, 0]} + ] + }, + { + "name": "foot_right", + "parent": "leg_right", + "pivot": [-3, 1.25, -0.5], + "cubes": [ + {"origin": [-4, 0, -7.5], "size": [2, 1, 9], "uv": [0, 13]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/raichu_alolan_pancake/raichu_alolan_pancake.geo.json b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/raichu_alolan_pancake/raichu_alolan_pancake.geo.json new file mode 100644 index 0000000..60313d6 --- /dev/null +++ b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/raichu_alolan_pancake/raichu_alolan_pancake.geo.json @@ -0,0 +1,274 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.raichu_alolan", + "texture_width": 64, + "texture_height": 128, + "visible_bounds_width": 9, + "visible_bounds_height": 4, + "visible_bounds_offset": [0, 1, 0] + }, + "bones": [ + { + "name": "raichu_alolan", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "raichu_alolan", + "pivot": [0, 8, 0.5] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 6.25, 0.5], + "cubes": [ + {"origin": [-5, 3.75, -3.5], "size": [10, 8, 8], "uv": [28, 48]}, + {"origin": [-4.5, 11.75, -3], "size": [9, 2, 7], "uv": [32, 0]} + ] + }, + { + "name": "tie", + "parent": "torso", + "pivot": [-2, 21, -3], + "cubes": [ + {"origin": [-1.3, 12, -4], "size": [2.6, 1.5, 2], "pivot": [0, 12, -3], "rotation": [-5, 0, 0], "uv": [0, 103]}, + {"origin": [-1, 8, -4], "size": [2, 5, 1], "pivot": [0, 11, -4], "rotation": [-7.5, 0, 0], "uv": [57, 89]} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 14.25, 0.25], + "cubes": [ + {"origin": [-4.5, 13.25, -3.75], "size": [9, 8, 8], "inflate": 0.01, "uv": [0, 1]}, + {"origin": [-0.5, 15.455, -4.33], "size": [1, 1, 1], "pivot": [0, 15.825, -3.3], "rotation": [12.5, 0, 0], "uv": [27, 0]}, + {"origin": [-4.5, 13.425, -4.3], "size": [9, 3, 2], "inflate": 0.02, "pivot": [-0.5, 15.825, -3.3], "rotation": [12.5, 0, 0], "uv": [22, 26]} + ] + }, + { + "name": "hat", + "parent": "head", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-3, 21, -3], "size": [6, 2, 6], "pivot": [0, 21, 0], "rotation": [-5, 0, 0], "uv": [40, 67]}, + {"origin": [-2.7, 23, -2.5], "size": [5.4, 6, 5.5], "pivot": [0, 23, 0], "rotation": [-5, 0, 0], "uv": [1, 89]}, + {"origin": [-4, 21, -4], "size": [3, 3, 0], "pivot": [-2, 21, -3], "rotation": [-10, 50, 0], "uv": [1, 69]} + ] + }, + { + "name": "mouth_closed", + "parent": "head", + "pivot": [0, 14.7, -3.5], + "cubes": [ + {"origin": [-1.5, 13.925, -4.33], "size": [3, 1, 0], "inflate": 0.01, "pivot": [0, 15.825, -3.3], "rotation": [12.5, 0, 0], "uv": [27, 4]}, + {"origin": [-2, 14.425, -4.33], "size": [4, 1, 0], "pivot": [0, 15.825, -3.3], "rotation": [12.5, 0, 0], "uv": [26, 3]} + ] + }, + { + "name": "mouth_open", + "parent": "head", + "pivot": [0, 14.7, -3.5], + "cubes": [ + {"origin": [-1.5, 13.675, -4.13], "size": [3, 1, 0], "inflate": 0.01, "pivot": [0, 15.825, -3.1], "rotation": [12.5, 0, 0], "uv": [33, 0]}, + {"origin": [-1, 14.175, -4.13], "size": [2, 1, 0], "inflate": 0.01, "pivot": [0, 15.825, -3.1], "rotation": [12.5, 0, 0], "uv": [34, 0]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [0, 18, -3.825] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-3, 17.5, -3.825], + "cubes": [ + {"origin": [-4, 16.6, -3.77], "size": [2, 2, 0], "pivot": [-3, 17.6, -3.77], "rotation": [0, 0, 3], "uv": [0, 0]} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-3, 17.5, -3.67], + "cubes": [ + {"origin": [-4, 16.6, -3.67], "size": [2, 2, 0], "inflate": 0.01, "pivot": [-3, 17.6, -3.67], "rotation": [0, 0, 3], "uv": [0, 4]} + ] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [3, 17.5, -3.825], + "cubes": [ + {"origin": [2, 16.6, -3.77], "size": [2, 2, 0], "pivot": [3, 17.6, -3.77], "rotation": [0, 0, -3], "uv": [0, 2], "mirror": true} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [3, 17.5, -3.67], + "cubes": [ + {"origin": [2, 16.6, -3.67], "size": [2, 2, 0], "inflate": 0.01, "pivot": [3, 17.6, -3.67], "rotation": [0, 0, -3], "uv": [0, 6], "mirror": true} + ] + }, + { + "name": "ear_right", + "parent": "head", + "pivot": [-4, 19.5, -0.65], + "cubes": [ + {"origin": [-13.875, 18.5, -0.675], "size": [10, 8, 0], "pivot": [-4.25, 19.25, -0.65], "rotation": [14, 50, 17], "uv": [0, 18]} + ] + }, + { + "name": "ear_left", + "parent": "head", + "pivot": [4, 19.5, -0.65], + "cubes": [ + {"origin": [3.875, 18.5, -0.675], "size": [10, 8, 0], "pivot": [4.25, 19.25, -0.65], "rotation": [14, -50, -17], "uv": [0, 27], "mirror": true} + ] + }, + { + "name": "arm_right", + "parent": "torso", + "pivot": [-4.5, 12.5, -0.5], + "cubes": [ + {"origin": [-10.5, 11, -2], "size": [6, 3, 3], "uv": [18, 49], "mirror": true} + ] + }, + { + "name": "arm_left", + "parent": "torso", + "pivot": [4.5, 12.5, -0.5], + "cubes": [ + {"origin": [4.5, 11, -2], "size": [6, 3, 3], "uv": [24, 20]} + ] + }, + { + "name": "pancake", + "parent": "arm_left", + "pivot": [3, 8, -16], + "cubes": [ + {"origin": [0, 7, -19], "size": [2, 1, 2], "uv": [30, 122]}, + {"origin": [2, 8, -19], "size": [2, 2, 0], "pivot": [3, 8, -20], "rotation": [-30.5405, 15.77075, 38.3532], "uv": [42, 114]}, + {"origin": [1, 8, -19], "size": [1, 1, 1], "uv": [20, 126]}, + {"origin": [2, 8, -17], "size": [2, 2, 2], "uv": [0, 117]}, + {"origin": [-1, 5, -20], "size": [8, 2, 8], "pivot": [0, 5, -17], "rotation": [0, 0, -10], "uv": [31, 89]}, + {"origin": [1, 7, -18], "size": [4, 2, 4], "uv": [0, 122]}, + {"origin": [-2, 4, -20], "size": [8, 2, 8], "uv": [32, 118]}, + {"origin": [0, 3, -20], "size": [8, 2, 8], "pivot": [1, 4, -17], "rotation": [0, 0, 7.5], "uv": [32, 118]}, + {"origin": [-3, 0, -22], "size": [12, 1, 12], "uv": [16, 100]}, + {"origin": [-1, 1, -20], "size": [8, 2, 8], "uv": [32, 118]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 4.75, 4], + "cubes": [ + {"origin": [0, 4.25, 4.5], "size": [0, 1, 6], "uv": [21, 11]} + ] + }, + { + "name": "tail_2", + "parent": "tail", + "pivot": [0, 4.25, 10.5], + "cubes": [ + {"origin": [0, 4.25, 10.5], "size": [0, 1, 5], "uv": [33, 12]} + ] + }, + { + "name": "tail_3", + "parent": "tail_2", + "pivot": [0, 4.25, 15.5], + "cubes": [ + {"origin": [0, 4.25, 15.5], "size": [0, 1, 5], "uv": [23, 13]} + ] + }, + { + "name": "tail_4", + "parent": "tail_3", + "pivot": [0, 4.25, 20.5], + "cubes": [ + {"origin": [0, 4.25, 20.5], "size": [0, 1, 5], "uv": [33, 13]} + ] + }, + { + "name": "tail_5", + "parent": "tail_4", + "pivot": [0, 4.25, 25.5], + "cubes": [ + {"origin": [0, 4.25, 25.5], "size": [0, 1, 5], "uv": [23, 14]} + ] + }, + { + "name": "tail_6", + "parent": "tail_5", + "pivot": [0, 4.25, 30.5], + "cubes": [ + {"origin": [0, 4.25, 30.5], "size": [0, 1, 5], "uv": [33, 14]} + ] + }, + { + "name": "tail_7", + "parent": "tail_6", + "pivot": [0, 4.25, 35.5], + "cubes": [ + {"origin": [0, 1.25, 35.5], "size": [0, 11, 26], "uv": [1, 10]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-4, 6.25, 0.5], + "cubes": [ + {"origin": [-6, 2.5, -2.5], "size": [4, 6, 6], "pivot": [-4, 5.5, 0], "rotation": [-10, 0, 0], "uv": [44, 21]} + ] + }, + { + "name": "foot_right", + "parent": "leg_right", + "pivot": [-3.75, 2.5, 0.75], + "cubes": [ + {"origin": [-4.75, 2, -0.75], "size": [2, 2, 3], "uv": [54, 33]}, + {"origin": [-5.25, 0, -1.5], "size": [3, 2, 4], "uv": [0, 55], "mirror": true} + ] + }, + { + "name": "toes_right", + "parent": "foot_right", + "pivot": [-3.75, 0, -1.5], + "cubes": [ + {"origin": [-5.75, 0, -5.5], "size": [4, 2, 4], "inflate": 0.01, "uv": [34, 9], "mirror": true} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [4, 6.25, 0.5], + "cubes": [ + {"origin": [2, 2.5, -2.5], "size": [4, 6, 6], "pivot": [4, 5.5, 0], "rotation": [-10, 0, 0], "uv": [44, 9], "mirror": true} + ] + }, + { + "name": "foot_left", + "parent": "leg_left", + "pivot": [4, 2.5, 0.75], + "cubes": [ + {"origin": [2.75, 2, -0.75], "size": [2, 2, 3], "uv": [54, 38], "mirror": true}, + {"origin": [2.25, 0, -1.5], "size": [3, 2, 4], "uv": [0, 49]} + ] + }, + { + "name": "toes_left", + "parent": "foot_left", + "pivot": [3.75, 0, -1.5], + "cubes": [ + {"origin": [1.75, 0, -5.5], "size": [4, 2, 4], "inflate": 0.01, "uv": [12, 58]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/cafe_fuecoco.json b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/cafe_fuecoco.json new file mode 100644 index 0000000..974d5c6 --- /dev/null +++ b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/cafe_fuecoco.json @@ -0,0 +1,44 @@ +{ + "head": "head", + "portraitScale": 1.4, + "portraitTranslation": [-0.2,-0.2, 0], + "profileScale": 0.6, + "profileTranslation": [0, 0.9, 0], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "animations": ["look", "bedrock(cafe_fuecoco, ground_idle)"], + "isBattle": false, + "quirks": [ + { + "name": "blink", + "loopTimes": 1, + "minSecondsBetweenOccurrences": 15, + "maxSecondsBetweenOccurrences": 30, + "animations": ["bedrock(cafe_fuecoco, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK"], + "animations": ["bedrock(cafe_fuecoco, ground_walk)"] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": ["FLOAT"], + "animations": ["bedrock(cafe_fuecoco, ground_idle)"] + }, + "battle": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["bedrock(cafe_fuecoco, battle_idle)"] + } + } +} diff --git a/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/cafe_jirachi.json b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/cafe_jirachi.json new file mode 100644 index 0000000..a141153 --- /dev/null +++ b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/cafe_jirachi.json @@ -0,0 +1,26 @@ +{ + "head": "head", + "portraitScale": 1.25, + "portraitTranslation": [0, 0.5, 0], + "profileScale": 0.8, + "profileTranslation": [0, 0.4, 0], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "animations": [ + "look", + "bedrock(cafe_jirachi, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK"], + "animations": [ + "bedrock(cafe_jirachi, ground_walk)" + ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/cafe_litten.json b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/cafe_litten.json new file mode 100644 index 0000000..ffa489c --- /dev/null +++ b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/cafe_litten.json @@ -0,0 +1,89 @@ +{ + "portraitScale": 1.59, + "portraitTranslation": [-0.33, -0.09, 0], + "profileScale": 0.69, + "profileTranslation": [0, 0.69, 0], + "rootBone": "cafe_litten", + "animations": { + "cry": "q.bedrock_stateful('cafe_litten', 'cry')", + "recoil": "q.bedrock_stateful('cafe_litten', 'recoil')" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["q.look('head')", "q.bedrock('cafe_litten', 'battle_idle')"], + "quirks": [ + "q.bedrock_quirk('cafe_litten', 'blink')", + "q.bedrock_quirk('cafe_litten', 'look_quirk')", + "q.bedrock_quirk('cafe_litten', 'tailtwitch_quirk', 10, 25, 1)", + "q.bedrock_quirk('cafe_litten', q.array('lefteartwitch_quirk', 'righteartwitch_quirk'), 6, 20, 1)" + ] + }, + "standing": { + "poseTypes": ["STAND", "FLOAT", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": ["q.look('head')", "q.bedrock('cafe_litten', 'ground_idle')"], + "quirks": [ + "q.bedrock_quirk('cafe_litten', 'blink')", + "q.bedrock_quirk('cafe_litten', 'tailtwitch_quirk', 10, 25, 1)", + "q.bedrock_quirk('cafe_litten', q.array('look_quirk', 'lick_quirk'), 20, 50, 1)", + "q.bedrock_quirk('cafe_litten', q.array('lefteartwitch_quirk', 'righteartwitch_quirk'), 6, 20, 1)" + ] + }, + "walking": { + "poseTypes": ["WALK", "SWIM"], + "animations": ["q.look('head')", "q.bedrock('cafe_litten', 'ground_walk')"], + "quirks": [ + "q.bedrock_quirk('cafe_litten', 'blink')", + "q.bedrock_quirk('cafe_litten', 'look_quirk')", + "q.bedrock_quirk('cafe_litten', 'tailtwitch_quirk', 10, 25, 1)", + "q.bedrock_quirk('cafe_litten', q.array('lefteartwitch_quirk', 'righteartwitch_quirk'), 6, 20, 1)" + ] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "namedAnimations": { + "cry": "q.bedrock_stateful('dummy', 'cry')" + }, + "animations": ["q.bedrock('cafe_litten', 'sleep')"], + "quirks": [ + "q.bedrock_quirk('cafe_litten', 'yawn_quirk', 45, 120, 1)", + "q.bedrock_quirk('cafe_litten', 'tailtwitch_quirk', 10, 25, 1)", + "q.bedrock_quirk('cafe_litten', q.array('lefteartwitch_quirk', 'righteartwitch_quirk'), 6, 20, 1)" + ] + }, + "shoulder_left": { + "poseTypes": ["SHOULDER_LEFT"], + "animations": ["q.look('head')", "q.bedrock('cafe_litten', 'shoulder_left')"], + "quirks": [ + "q.bedrock_quirk('cafe_litten', 'blink')", + "q.bedrock_quirk('cafe_litten', 'look_quirk')", + "q.bedrock_quirk('cafe_litten', 'tailtwitch_quirk', 10, 25, 1)", + "q.bedrock_quirk('cafe_litten', q.array('lefteartwitch_quirk', 'righteartwitch_quirk'), 6, 20, 1)" + ], + "transformedParts": [ + { + "part": "body", + "position": [-5, 0, 0] + } + ] + }, + "shoulder_right": { + "poseTypes": ["SHOULDER_RIGHT"], + "animations": ["q.look('head')", "q.bedrock('cafe_litten', 'shoulder_right')"], + "quirks": [ + "q.bedrock_quirk('cafe_litten', 'blink')", + "q.bedrock_quirk('cafe_litten', 'look_quirk')", + "q.bedrock_quirk('cafe_litten', 'tailtwitch_quirk', 10, 25, 1)", + "q.bedrock_quirk('cafe_litten', q.array('lefteartwitch_quirk', 'righteartwitch_quirk'), 6, 20, 1)" + ], + "transformedParts": [ + { + "part": "body", + "position": [5, 0, 0] + } + ] + } + } +} diff --git a/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/cafe_mew.json b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/cafe_mew.json new file mode 100644 index 0000000..21ce451 --- /dev/null +++ b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/cafe_mew.json @@ -0,0 +1,44 @@ +{ + "head": "head", + "portraitScale": 1.4, + "portraitTranslation": [-0.2, 1.6, 0], + "profileScale": 0.6, + "profileTranslation": [0, 0.9, 0], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "animations": ["look", "bedrock(cafe_mew, ground_idle)"], + "isBattle": false, + "quirks": [ + { + "name": "blink", + "loopTimes": 1, + "minSecondsBetweenOccurrences": 15, + "maxSecondsBetweenOccurrences": 30, + "animations": ["bedrock(cafe_mew, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK"], + "animations": ["bedrock(cafe_mew, ground_walk)"] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": ["FLOAT"], + "animations": ["bedrock(cafe_mew, ground_idle)"] + }, + "battle": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["bedrock(cafe_mew, ground_idle)"] + } + } +} diff --git a/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/cafe_raichu_alolan.json b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/cafe_raichu_alolan.json new file mode 100644 index 0000000..37913e7 --- /dev/null +++ b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/cafe_raichu_alolan.json @@ -0,0 +1,83 @@ +{ + "portraitScale": 2.3, + "portraitTranslation": [-0.2, 0.6, 0], + "profileScale": 0.65, + "profileTranslation": [0, 0.75, 0], + "rootBone": "cafe_raichu_alolan", + "animations": { + "cry": "q.bedrock_stateful('cafe_raichu_alolan', 'cry')" + }, + "poses": { + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isTouchingWater": false, + "animations": [ + "q.look('head')", + "q.bedrock('cafe_raichu_alolan', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('cafe_raichu_alolan', 'blink')" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "isTouchingWater": false, + "animations": [ + "q.look('head')", + "q.bedrock('cafe_raichu_alolan', 'ground_walk')" + ], + "quirks": [ + "q.bedrock_quirk('cafe_raichu_alolan', 'blink')" + ] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('cafe_raichu_alolan', 'ground_sleep')"] + }, + "surface_sleep": { + "poseTypes": ["SLEEP"], + "isTouchingWater": true, + "animations": [ + "q.look('head')", + "q.bedrock('cafe_raichu_alolan', 'ground_sleep')" + ], + "quirks": ["q.bedrock_quirk('cafe_raichu_alolan', 'blink')"], + "transformedParts": [ + { + "part": "body", + "position": [0, -7, 0] + } + ] + }, + "surface_idle": { + "poseTypes": ["STAND", "FLOAT"], + "isTouchingWater": true, + "animations": [ + "q.look('head')", + "q.bedrock('cafe_raichu_alolan', 'ground_idle')" + ], + "quirks": ["q.bedrock_quirk('cafe_raichu_alolan', 'blink')"], + "transformedParts": [ + { + "part": "body", + "position": [0, -7, 0] + } + ] + }, + "surface_swim": { + "poseTypes": ["WALK", "SWIM"], + "isTouchingWater": true, + "animations": [ + "q.look('head')", + "q.bedrock('cafe_raichu_alolan', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('cafe_raichu_alolan', 'blink')"], + "transformedParts": [ + { + "part": "body", + "position": [0, -7, 0] + } + ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/cafe_slowpoke.json b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/cafe_slowpoke.json new file mode 100644 index 0000000..8be755b --- /dev/null +++ b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/cafe_slowpoke.json @@ -0,0 +1,44 @@ +{ + "head": "head", + "portraitScale": 8, + "portraitTranslation": [0, -1.2, 0], + "profileScale": 0.6, + "profileTranslation": [0, 0.9, 0], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "animations": ["look", "bedrock(cafe_slowpoke, ground_idle)"], + "isBattle": false, + "quirks": [ + { + "name": "blink", + "loopTimes": 1, + "minSecondsBetweenOccurrences": 15, + "maxSecondsBetweenOccurrences": 30, + "animations": ["bedrock(cafe_slowpoke, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK"], + "animations": ["bedrock(cafe_slowpoke, ground_walk)"] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": ["FLOAT"], + "animations": ["bedrock(cafe_slowpoke, water_idle)"] + }, + "battle": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["bedrock(cafe_slowpoke, ground_idle)"] + } + } +} diff --git a/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/cafe_sprigatito.json b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/cafe_sprigatito.json new file mode 100644 index 0000000..3a9d9b2 --- /dev/null +++ b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/cafe_sprigatito.json @@ -0,0 +1,94 @@ +{ + "portraitScale": 2.1, + "portraitTranslation": [-0.35, -0.7, 0], + "profileScale": 0.8, + "profileTranslation": [0, 0.53, 0], + "rootBone": "sprigatito", + "animations": { + "cry": "q.bedrock_stateful('cafe_sprigatito', 'cry')" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND"], + "isBattle": true, + "animations": [ + "q.look('head')", + "q.bedrock('cafe_sprigatito', math.random(0, 1) < 0.4 ? 'battle_idle2' : 'battle_idle')" + ], + "quirks": [ + "q.bedrock_quirk('cafe_sprigatito', 'blink')", + "q.bedrock_quirk('cafe_sprigatito', q.array('quirk_ear-twitch-left', 'quirk_ear-twitch-right'), 6, 20, 1)" + ] + }, + "standing": { + "poseTypes": ["STAND", "FLOAT", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.look('head')", + "q.bedrock('cafe_sprigatito', math.random(0, 1) < 0.4 ? 'ground_idle2' : 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('cafe_sprigatito', 'blink')", + "q.bedrock_quirk('cafe_sprigatito', q.array('quirk_ear-twitch-left', 'quirk_ear-twitch-right'), 6, 20, 1)" + ] + }, + "walking": { + "poseTypes": ["WALK", "SWIM"], + "animations": [ + "q.look('head')", + "q.bedrock('cafe_sprigatito', 'ground_walk')" + ], + "quirks": [ + "q.bedrock_quirk('cafe_sprigatito', 'blink')", + "q.bedrock_quirk('cafe_sprigatito', q.array('quirk_ear-twitch-left', 'quirk_ear-twitch-right'), 6, 20, 1)" + ] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "namedAnimations": { + "cry": "q.bedrock_stateful('dummy', 'cry')" + }, + "animations": [ + "q.bedrock('cafe_sprigatito', math.random(0, 1) < 0.4 ? 'sleep2' : 'sleep')" + ], + "quirks": [ + "q.bedrock_quirk('cafe_sprigatito', 'blink')", + "q.bedrock_quirk('cafe_sprigatito', q.array('quirk_ear-twitch-left', 'quirk_ear-twitch-right'), 6, 20, 1)" + ] + }, + "shoulder_left": { + "poseTypes": ["SHOULDER_LEFT"], + "animations": [ + "q.look('head')", + "q.bedrock('cafe_sprigatito', 'shoulder_left')" + ], + "quirks": [ + "q.bedrock_quirk('cafe_sprigatito', 'blink')", + "q.bedrock_quirk('cafe_sprigatito', q.array('quirk_ear-twitch-left', 'quirk_ear-twitch-right'), 6, 20, 1)" + ], + "transformedParts": [ + { + "part": "body", + "position": [5, 0, 0] + } + ] + }, + "shoulder_right": { + "poseTypes": ["SHOULDER_RIGHT"], + "animations": [ + "q.look('head')", + "q.bedrock('cafe_sprigatito', 'shoulder_right')" + ], + "quirks": [ + "q.bedrock_quirk('cafe_sprigatito', 'blink')", + "q.bedrock_quirk('cafe_sprigatito', q.array('quirk_ear-twitch-left', 'quirk_ear-twitch-right'), 6, 20, 1)" + ], + "transformedParts": [ + { + "part": "body", + "position": [-5, 0, 0] + } + ] + } + } +} diff --git a/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/kimono_mew.json b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/kimono_mew.json new file mode 100644 index 0000000..f83ffc5 --- /dev/null +++ b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/kimono_mew.json @@ -0,0 +1,44 @@ +{ + "head": "head", + "portraitScale": 1.4, + "portraitTranslation": [-0.2, 1.6, 0], + "profileScale": 0.6, + "profileTranslation": [0, 0.9, 0], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "animations": ["look", "bedrock(kimono_mew, ground_idle)"], + "isBattle": false, + "quirks": [ + { + "name": "blink", + "loopTimes": 1, + "minSecondsBetweenOccurrences": 15, + "maxSecondsBetweenOccurrences": 30, + "animations": ["bedrock(kimono_mew, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK"], + "animations": ["bedrock(kimono_mew, ground_walk)"] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": ["FLOAT"], + "animations": ["bedrock(kimono_mew, ground_idle)"] + }, + "battle": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["bedrock(kimono_mew, ground_idle)"] + } + } +} diff --git a/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/raichu_alolan_pancake.json b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/raichu_alolan_pancake.json new file mode 100644 index 0000000..8130d1a --- /dev/null +++ b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/raichu_alolan_pancake.json @@ -0,0 +1,83 @@ +{ + "portraitScale": 2.3, + "portraitTranslation": [-0.2, 0.6, 0], + "profileScale": 0.65, + "profileTranslation": [0, 0.75, 0], + "rootBone": "cafe_raichu_alolan", + "animations": { + "cry": "q.bedrock_stateful('raichu_alolan_pancake', 'cry')" + }, + "poses": { + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isTouchingWater": false, + "animations": [ + "q.look('head')", + "q.bedrock('raichu_alolan_pancake', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('raichu_alolan_pancake', 'blink')" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "isTouchingWater": false, + "animations": [ + "q.look('head')", + "q.bedrock('raichu_alolan_pancake', 'ground_walk')" + ], + "quirks": [ + "q.bedrock_quirk('raichu_alolan_pancake', 'blink')" + ] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('raichu_alolan_pancake', 'ground_sleep')"] + }, + "surface_sleep": { + "poseTypes": ["SLEEP"], + "isTouchingWater": true, + "animations": [ + "q.look('head')", + "q.bedrock('raichu_alolan_pancake', 'ground_sleep')" + ], + "quirks": ["q.bedrock_quirk('raichu_alolan_pancake', 'blink')"], + "transformedParts": [ + { + "part": "body", + "position": [0, -7, 0] + } + ] + }, + "surface_idle": { + "poseTypes": ["STAND", "FLOAT"], + "isTouchingWater": true, + "animations": [ + "q.look('head')", + "q.bedrock('raichu_alolan_pancake', 'ground_idle')" + ], + "quirks": ["q.bedrock_quirk('raichu_alolan_pancake', 'blink')"], + "transformedParts": [ + { + "part": "body", + "position": [0, -7, 0] + } + ] + }, + "surface_swim": { + "poseTypes": ["WALK", "SWIM"], + "isTouchingWater": true, + "animations": [ + "q.look('head')", + "q.bedrock('raichu_alolan_pancake', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('raichu_alolan_pancake', 'blink')"], + "transformedParts": [ + { + "part": "body", + "position": [0, -7, 0] + } + ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_cafe_fuecoco_base.json b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_cafe_fuecoco_base.json new file mode 100644 index 0000000..1d97795 --- /dev/null +++ b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_cafe_fuecoco_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:cafe_fuecoco", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:cafe_fuecoco", + "model": "cobblemon:cafe_fuecoco.geo", + "texture": "cobblemon:textures/pokemon/cafe_fuecoco/cafe_fuecoco.png", + "layers": [] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/cafe_fuecoco/cafe_fuecoco_shiny.png" + } + ] +} diff --git a/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_cafe_jirachi_base.json b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_cafe_jirachi_base.json new file mode 100644 index 0000000..0af8524 --- /dev/null +++ b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_cafe_jirachi_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:cafe_jirachi", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:cafe_jirachi", + "model": "cobblemon:cafe_jirachi.geo", + "texture": "cobblemon:textures/pokemon/cafe_jirachi/cafe_jirachi.png", + "layers": [] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/cafe_jirachi/cafe_jirachi_shiny.png" + } + ] +} diff --git a/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_cafe_litten_base.json b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_cafe_litten_base.json new file mode 100644 index 0000000..0e76543 --- /dev/null +++ b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_cafe_litten_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:cafe_litten", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:cafe_litten", + "model": "cobblemon:cafe_litten.geo", + "texture": "cobblemon:textures/pokemon/cafe_litten/cafe_litten.png", + "layers": [] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/cafe_litten/cafe_litten_shiny.png" + } + ] +} diff --git a/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_cafe_mew_base.json b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_cafe_mew_base.json new file mode 100644 index 0000000..b9e71af --- /dev/null +++ b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_cafe_mew_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:cafe_mew", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:cafe_mew", + "model": "cobblemon:cafe_mew.geo", + "texture": "cobblemon:textures/pokemon/cafe_mew/cafe_mew.png", + "layers": [] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/cafe_mew/cafe_mew_shiny.png" + } + ] +} diff --git a/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_cafe_raichu_alolan_base.json b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_cafe_raichu_alolan_base.json new file mode 100644 index 0000000..63bca27 --- /dev/null +++ b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_cafe_raichu_alolan_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:cafe_raichu_alolan", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:cafe_raichu_alolan", + "model": "cobblemon:cafe_raichu_alolan.geo", + "texture": "cobblemon:textures/pokemon/cafe_raichu_alolan/cafe_raichu_alolan.png", + "layers": [] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/cafe_raichu_alolan/cafe_raichu_alolan_shiny.png" + } + ] +} diff --git a/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_cafe_slowpoke_base.json b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_cafe_slowpoke_base.json new file mode 100644 index 0000000..8bdc3c9 --- /dev/null +++ b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_cafe_slowpoke_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:cafe_slowpoke", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:cafe_slowpoke", + "model": "cobblemon:cafe_slowpoke.geo", + "texture": "cobblemon:textures/pokemon/cafe_slowpoke/cafe_slowpoke.png", + "layers": [] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/cafe_slowpoke/cafe_slowpoke_shiny.png" + } + ] +} diff --git a/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_cafe_sprigatito_base.json b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_cafe_sprigatito_base.json new file mode 100644 index 0000000..219136e --- /dev/null +++ b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_cafe_sprigatito_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:cafe_sprigatito", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:cafe_sprigatito", + "model": "cobblemon:cafe_sprigatito.geo", + "texture": "cobblemon:textures/pokemon/cafe_sprigatito/cafe_sprigatito.png", + "layers": [] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/cafe_sprigatito/cafe_sprigatito_shiny.png" + } + ] +} diff --git a/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_kimono_mew_base.json b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_kimono_mew_base.json new file mode 100644 index 0000000..ecc3565 --- /dev/null +++ b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_kimono_mew_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:kimono_mew", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:kimono_mew", + "model": "cobblemon:kimono_mew.geo", + "texture": "cobblemon:textures/pokemon/kimono_mew/kimono_mew.png", + "layers": [] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/kimono_mew/kimono_mew_shiny.png" + } + ] +} diff --git a/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_raichu_alolan_pancake_base.json b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_raichu_alolan_pancake_base.json new file mode 100644 index 0000000..2cac86f --- /dev/null +++ b/global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_raichu_alolan_pancake_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:raichu_alolan_pancake", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:raichu_alolan_pancake", + "model": "cobblemon:raichu_alolan_pancake.geo", + "texture": "cobblemon:textures/pokemon/raichu_alolan_pancake/raichu_alolan_pancake.png", + "layers": [] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/raichu_alolan_pancake/raichu_alolan_pancake_shiny.png" + } + ] +} diff --git a/global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_fuecoco/cafe_fuecoco.png b/global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_fuecoco/cafe_fuecoco.png new file mode 100644 index 0000000..a639f7a Binary files /dev/null and b/global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_fuecoco/cafe_fuecoco.png differ diff --git a/global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_fuecoco/cafe_fuecoco_emissive.png b/global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_fuecoco/cafe_fuecoco_emissive.png new file mode 100644 index 0000000..de72a2c Binary files /dev/null and b/global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_fuecoco/cafe_fuecoco_emissive.png differ diff --git a/global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_fuecoco/cafe_fuecoco_shiny.png b/global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_fuecoco/cafe_fuecoco_shiny.png new file mode 100644 index 0000000..19594ba Binary files /dev/null and b/global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_fuecoco/cafe_fuecoco_shiny.png differ diff --git a/global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_jirachi/cafe_jirachi.png b/global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_jirachi/cafe_jirachi.png new file mode 100644 index 0000000..d9dabde Binary files /dev/null and b/global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_jirachi/cafe_jirachi.png differ diff --git a/global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_jirachi/cafe_jirachi_shiny.png b/global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_jirachi/cafe_jirachi_shiny.png new file mode 100644 index 0000000..b180a4a Binary files /dev/null and b/global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_jirachi/cafe_jirachi_shiny.png differ diff --git a/global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_litten/cafe_litten.png b/global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_litten/cafe_litten.png new file mode 100644 index 0000000..73410ef Binary files /dev/null and b/global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_litten/cafe_litten.png differ diff --git a/global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_litten/cafe_litten_shiny.png b/global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_litten/cafe_litten_shiny.png new file mode 100644 index 0000000..8108864 Binary files /dev/null and b/global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_litten/cafe_litten_shiny.png differ diff --git a/global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_mew/cafe_mew.png b/global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_mew/cafe_mew.png new file mode 100644 index 0000000..c38b713 Binary files /dev/null and b/global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_mew/cafe_mew.png differ diff --git a/global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_mew/cafe_mew_shiny.png b/global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_mew/cafe_mew_shiny.png new file mode 100644 index 0000000..262087f Binary files /dev/null and b/global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_mew/cafe_mew_shiny.png differ diff --git a/global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_raichu_alolan/cafe_raichu_alolan.png b/global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_raichu_alolan/cafe_raichu_alolan.png new file mode 100644 index 0000000..824d262 Binary files /dev/null and b/global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_raichu_alolan/cafe_raichu_alolan.png differ diff --git a/global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_raichu_alolan/cafe_raichu_alolan_shiny.png b/global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_raichu_alolan/cafe_raichu_alolan_shiny.png new file mode 100644 index 0000000..f303993 Binary files /dev/null and b/global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_raichu_alolan/cafe_raichu_alolan_shiny.png differ diff --git a/global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_slowpoke/cafe_slowpoke.png b/global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_slowpoke/cafe_slowpoke.png new file mode 100644 index 0000000..eddae11 Binary files /dev/null and b/global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_slowpoke/cafe_slowpoke.png differ diff --git a/global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_slowpoke/cafe_slowpoke_shiny.png b/global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_slowpoke/cafe_slowpoke_shiny.png new file mode 100644 index 0000000..491cc39 Binary files /dev/null and b/global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_slowpoke/cafe_slowpoke_shiny.png differ diff --git a/global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_sprigatito/cafe_sprigatito.png b/global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_sprigatito/cafe_sprigatito.png new file mode 100644 index 0000000..9766489 Binary files /dev/null and b/global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_sprigatito/cafe_sprigatito.png differ diff --git a/global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_sprigatito/cafe_sprigatito_shiny.png b/global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_sprigatito/cafe_sprigatito_shiny.png new file mode 100644 index 0000000..229d87c Binary files /dev/null and b/global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_sprigatito/cafe_sprigatito_shiny.png differ diff --git a/global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/kimono_mew/kimono_mew.png b/global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/kimono_mew/kimono_mew.png new file mode 100644 index 0000000..88b8480 Binary files /dev/null and b/global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/kimono_mew/kimono_mew.png differ diff --git a/global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/kimono_mew/kimono_mew_shiny.png b/global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/kimono_mew/kimono_mew_shiny.png new file mode 100644 index 0000000..2332f41 Binary files /dev/null and b/global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/kimono_mew/kimono_mew_shiny.png differ diff --git a/global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/raichu_alolan_pancake/raichu_alolan_pancake.png b/global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/raichu_alolan_pancake/raichu_alolan_pancake.png new file mode 100644 index 0000000..aa176d3 Binary files /dev/null and b/global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/raichu_alolan_pancake/raichu_alolan_pancake.png differ diff --git a/global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/raichu_alolan_pancake/raichu_alolan_pancake_shiny.png b/global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/raichu_alolan_pancake/raichu_alolan_pancake_shiny.png new file mode 100644 index 0000000..d9d299d Binary files /dev/null and b/global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/raichu_alolan_pancake/raichu_alolan_pancake_shiny.png differ diff --git a/global_packs/required_data/CobbleCafe/data/cobblemon/species/custom/cafe_fuecoco.json b/global_packs/required_data/CobbleCafe/data/cobblemon/species/custom/cafe_fuecoco.json new file mode 100644 index 0000000..ee298c6 --- /dev/null +++ b/global_packs/required_data/CobbleCafe/data/cobblemon/species/custom/cafe_fuecoco.json @@ -0,0 +1,137 @@ +{ + "implemented": true, + "name": "Fuecoco", + "nationalPokedexNumber": 909, + "primaryType": "fire", + "abilities": [ + "blaze", + "h:unaware" + ], + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:charcoal_stick", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 67, + "attack": 45, + "defence": 59, + "special_attack": 63, + "special_defence": 40, + "speed": 36 + }, + "catchRate": 45, + "maleRatio": 0.875, + "baseExperienceYield": 62, + "baseFriendship": 50, + "evYield": { + "hp": 1, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "medium_slow", + "eggCycles": 20, + "eggGroups": [ + "field" + ], + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": true, + "depth": "normal", + "light": "0-4" + } + }, + "moves": [ + "1:ember", + "1:leer", + "1:tackle", + "7:round", + "12:bite", + "15:incinerate", + "17:yawn", + "21:snarl", + "25:roar", + "28:flamethrower", + "32:hypervoice", + "36:fireblast", + "egg:belch", + "egg:curse", + "egg:encore", + "egg:slackoff", + "tm:bodyslam", + "tm:crunch", + "tm:curse", + "tm:dig", + "tm:disarmingvoice", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:fireblast", + "tm:firefang", + "tm:firepledge", + "tm:firespin", + "tm:flamecharge", + "tm:flamethrower", + "tm:flareblitz", + "tm:heatwave", + "tm:helpinghand", + "tm:hypervoice", + "tm:mudslap", + "tm:outrage", + "tm:overheat", + "tm:protect", + "tm:rest", + "tm:roar", + "tm:seedbomb", + "tm:sleeptalk", + "tm:snarl", + "tm:stompingtantrum", + "tm:substitute", + "tm:sunnyday", + "tm:takedown", + "tm:temperflare", + "tm:terablast", + "tm:thunderfang", + "tm:willowisp", + "tm:zenheadbutt" + ], + "labels": [ + "gen9" + ], + "aspects": [], + "height": 4, + "weight": 98, + "evolutions": [ + { + "id": "cafe_fuecoco_crocalor", + "variant": "level_up", + "result": "crocalor", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 16 + } + ] + } + ], + "baseScale": 0.6, + "hitbox": { + "width": 0.8, + "height": 1.1, + "fixed": false + }, + "cannotDynamax": false, + "pokedex": [ + "cobblemon.species.fuecoco.desc" + ] +} diff --git a/global_packs/required_data/CobbleCafe/data/cobblemon/species/custom/cafe_litten.json b/global_packs/required_data/CobbleCafe/data/cobblemon/species/custom/cafe_litten.json new file mode 100644 index 0000000..3b30bfb --- /dev/null +++ b/global_packs/required_data/CobbleCafe/data/cobblemon/species/custom/cafe_litten.json @@ -0,0 +1,165 @@ +{ + "implemented": true, + "name": "Litten", + "nationalPokedexNumber": 725, + "primaryType": "fire", + "abilities": [ + "blaze", + "h:intimidate" + ], + "baseStats": { + "hp": 45, + "attack": 65, + "defence": 40, + "special_attack": 60, + "special_defence": 40, + "speed": 70 + }, + "catchRate": 45, + "maleRatio": 0.875, + "shoulderMountable": false, + "baseExperienceYield": 64, + "experienceGroup": "medium_slow", + "eggCycles": 15, + "eggGroups": [ + "field" + ], + "drops": { + "amount": 2, + "entries": [ + { + "item": "cobblemon:charcoal_stick", + "percentage": 5.0 + }, + { + "item": "cobblemon:expert_belt", + "percentage": 5.0 + } + ] + }, + "moves": [ + "1:growl", + "1:scratch", + "3:ember", + "6:lick", + "9:roar", + "11:leer", + "12:furyswipes", + "15:bite", + "18:doublekick", + "21:firefang", + "24:scaryface", + "27:swagger", + "30:flamethrower", + "33:thrash", + "36:flareblitz", + "46:outrage", + "egg:bodyslam", + "egg:crunch", + "egg:fakeout", + "egg:heatwave", + "egg:nastyplot", + "egg:partingshot", + "egg:powertrip", + "egg:revenge", + "tm:acrobatics", + "tm:attract", + "tm:bodyslam", + "tm:bulkup", + "tm:confide", + "tm:crunch", + "tm:doubleedge", + "tm:doubleteam", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:fireblast", + "tm:firefang", + "tm:firepledge", + "tm:firespin", + "tm:flamecharge", + "tm:flamethrower", + "tm:flareblitz", + "tm:frustration", + "tm:heatwave", + "tm:helpinghand", + "tm:hiddenpower", + "tm:leechlife", + "tm:nastyplot", + "tm:outrage", + "tm:overheat", + "tm:payday", + "tm:protect", + "tm:rest", + "tm:return", + "tm:revenge", + "tm:roar", + "tm:round", + "tm:scaryface", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swordsdance", + "tm:takedown", + "tm:taunt", + "tm:temperflare", + "tm:terablast", + "tm:torment", + "tm:toxic", + "tm:trailblaze", + "tm:uturn", + "tm:willowisp", + "tm:workup", + "tutor:covet", + "tutor:endeavor", + "tutor:firepledge", + "tutor:heatwave", + "tutor:outrage", + "tutor:snore" + ], + "labels": [ + "gen7" + ], + "pokedex": [ + "cobblemon.species.litten.desc" + ], + + "evolutions": [ + { + "id": "litten_torracat", + "variant": "level_up", + "result": "torracat", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 17 + } + ] + } + ], + "baseScale": 0.6, + "hitbox": { + "width": 0.7, + "height": 0.9, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 1 + }, + "height": 4, + "weight": 43, + "aspects": [], + "cannotDynamax": false +} + diff --git a/global_packs/required_data/CobbleCafe/data/cobblemon/species/custom/cafe_mew.json b/global_packs/required_data/CobbleCafe/data/cobblemon/species/custom/cafe_mew.json new file mode 100644 index 0000000..cb21691 --- /dev/null +++ b/global_packs/required_data/CobbleCafe/data/cobblemon/species/custom/cafe_mew.json @@ -0,0 +1,582 @@ +{ + "implemented": true, + "name": "Mew", + "nationalPokedexNumber": 151, + "primaryType": "psychic", + "abilities": [ + "synchronize" + ], + "baseStats": { + "hp": 100, + "attack": 100, + "defence": 100, + "special_attack": 100, + "special_defence": 100, + "speed": 100 + }, + "catchRate": 45, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 300, + "experienceGroup": "medium_slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "behaviour": { + "moving": { + "fly": { + "canFly": true + } + } + }, + "moves": [ + "1:pound", + "1:reflecttype", + "10:amnesia", + "10:megapunch", + "20:batonpass", + "30:ancientpower", + "40:barrier", + "40:lifedew", + "50:nastyplot", + "60:metronome", + "70:imprison", + "70:mefirst", + "80:transform", + "90:aurasphere", + "100:psychic", + "tm:acidspray", + "tm:acrobatics", + "tm:aerialace", + "tm:agility", + "tm:aircutter", + "tm:airslash", + "tm:alluringvoice", + "tm:allyswitch", + "tm:amnesia", + "tm:assurance", + "tm:attract", + "tm:aurasphere", + "tm:auroraveil", + "tm:avalanche", + "tm:batonpass", + "tm:beatup", + "tm:blastburn", + "tm:blazekick", + "tm:blizzard", + "tm:bodypress", + "tm:bodyslam", + "tm:bounce", + "tm:bravebird", + "tm:breakingswipe", + "tm:brickbreak", + "tm:brine", + "tm:brutalswing", + "tm:bugbite", + "tm:bugbuzz", + "tm:bulkup", + "tm:bulldoze", + "tm:bulletseed", + "tm:burningjealousy", + "tm:calmmind", + "tm:captivate", + "tm:charge", + "tm:chargebeam", + "tm:charm", + "tm:chillingwater", + "tm:closecombat", + "tm:coaching", + "tm:confide", + "tm:confuseray", + "tm:cosmicpower", + "tm:crosspoison", + "tm:crunch", + "tm:curse", + "tm:cut", + "tm:darkestlariat", + "tm:darkpulse", + "tm:dazzlinggleam", + "tm:defog", + "tm:dig", + "tm:disarmingvoice", + "tm:dive", + "tm:doubleedge", + "tm:doubleteam", + "tm:dracometeor", + "tm:dragoncheer", + "tm:dragonclaw", + "tm:dragondance", + "tm:dragonpulse", + "tm:dragontail", + "tm:drainingkiss", + "tm:drainpunch", + "tm:dreameater", + "tm:drillrun", + "tm:dualwingbeat", + "tm:earthpower", + "tm:earthquake", + "tm:echoedvoice", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:embargo", + "tm:encore", + "tm:endeavor", + "tm:endure", + "tm:energyball", + "tm:expandingforce", + "tm:explosion", + "tm:facade", + "tm:faketears", + "tm:falseswipe", + "tm:featherdance", + "tm:fireblast", + "tm:firefang", + "tm:firepledge", + "tm:firepunch", + "tm:firespin", + "tm:flamecharge", + "tm:flamethrower", + "tm:flareblitz", + "tm:flash", + "tm:flashcannon", + "tm:fling", + "tm:flipturn", + "tm:fly", + "tm:focusblast", + "tm:focusenergy", + "tm:focuspunch", + "tm:foulplay", + "tm:frenzyplant", + "tm:frostbreath", + "tm:frustration", + "tm:futuresight", + "tm:gigadrain", + "tm:gigaimpact", + "tm:grassknot", + "tm:grasspledge", + "tm:grassyglide", + "tm:grassyterrain", + "tm:gravity", + "tm:guardswap", + "tm:gunkshot", + "tm:gyroball", + "tm:hail", + "tm:hardpress", + "tm:haze", + "tm:heatcrash", + "tm:heatwave", + "tm:heavyslam", + "tm:helpinghand", + "tm:hex", + "tm:hiddenpower", + "tm:highhorsepower", + "tm:honeclaws", + "tm:hurricane", + "tm:hydrocannon", + "tm:hydropump", + "tm:hyperbeam", + "tm:hypervoice", + "tm:icebeam", + "tm:icefang", + "tm:icepunch", + "tm:icespinner", + "tm:iciclespear", + "tm:icywind", + "tm:imprison", + "tm:incinerate", + "tm:infestation", + "tm:irondefense", + "tm:ironhead", + "tm:irontail", + "tm:knockoff", + "tm:lashout", + "tm:leafblade", + "tm:leafstorm", + "tm:leechlife", + "tm:lightscreen", + "tm:liquidation", + "tm:lowkick", + "tm:lowsweep", + "tm:lunge", + "tm:magicalleaf", + "tm:magicroom", + "tm:megahorn", + "tm:megakick", + "tm:megapunch", + "tm:metalclaw", + "tm:metalsound", + "tm:meteorbeam", + "tm:metronome", + "tm:mistyexplosion", + "tm:mistyterrain", + "tm:muddywater", + "tm:mudshot", + "tm:mudslap", + "tm:mysticalfire", + "tm:nastyplot", + "tm:naturalgift", + "tm:naturepower", + "tm:nightshade", + "tm:outrage", + "tm:overheat", + "tm:painsplit", + "tm:payback", + "tm:payday", + "tm:petalblizzard", + "tm:phantomforce", + "tm:pinmissile", + "tm:playrough", + "tm:pluck", + "tm:poisonjab", + "tm:poisontail", + "tm:pollenpuff", + "tm:poltergeist", + "tm:pounce", + "tm:powergem", + "tm:powerswap", + "tm:poweruppunch", + "tm:powerwhip", + "tm:protect", + "tm:psybeam", + "tm:psychic", + "tm:psychicfangs", + "tm:psychicnoise", + "tm:psychicterrain", + "tm:psychocut", + "tm:psychup", + "tm:psyshock", + "tm:quash", + "tm:raindance", + "tm:razorshell", + "tm:recycle", + "tm:reflect", + "tm:rest", + "tm:retaliate", + "tm:return", + "tm:revenge", + "tm:reversal", + "tm:roar", + "tm:rockblast", + "tm:rockclimb", + "tm:rockpolish", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:roost", + "tm:round", + "tm:safeguard", + "tm:sandstorm", + "tm:sandtomb", + "tm:scald", + "tm:scaleshot", + "tm:scaryface", + "tm:screech", + "tm:scorchingsands", + "tm:secretpower", + "tm:seedbomb", + "tm:selfdestruct", + "tm:shadowball", + "tm:shadowclaw", + "tm:shockwave", + "tm:silverwind", + "tm:skillswap", + "tm:skittersmack", + "tm:skydrop", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:sludgewave", + "tm:smackdown", + "tm:smartstrike", + "tm:snarl", + "tm:snatch", + "tm:snore", + "tm:snowscape", + "tm:solarbeam", + "tm:solarblade", + "tm:speedswap", + "tm:spikes", + "tm:spite", + "tm:stealthrock", + "tm:steelbeam", + "tm:steelwing", + "tm:stompingtantrum", + "tm:stoneedge", + "tm:storedpower", + "tm:strength", + "tm:strugglebug", + "tm:substitute", + "tm:sunnyday", + "tm:supercellslam", + "tm:superfang", + "tm:superpower", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:swordsdance", + "tm:tailslap", + "tm:tailwind", + "tm:takedown", + "tm:taunt", + "tm:telekinesis", + "tm:temperflare", + "tm:terablast", + "tm:thief", + "tm:throatchop", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderfang", + "tm:thunderpunch", + "tm:thunderwave", + "tm:torment", + "tm:toxic", + "tm:toxicspikes", + "tm:trailblaze", + "tm:triattack", + "tm:trick", + "tm:trickroom", + "tm:tripleaxel", + "tm:upperhand", + "tm:uproar", + "tm:uturn", + "tm:vacuumwave", + "tm:venomdrench", + "tm:venoshock", + "tm:voltswitch", + "tm:waterfall", + "tm:waterpledge", + "tm:waterpulse", + "tm:weatherball", + "tm:whirlpool", + "tm:wildcharge", + "tm:willowisp", + "tm:wonderroom", + "tm:workup", + "tm:xscissor", + "tm:zenheadbutt", + "tutor:afteryou", + "tutor:aircutter", + "tutor:allyswitch", + "tutor:amnesia", + "tutor:ancientpower", + "tutor:aquatail", + "tutor:attract", + "tutor:barrier", + "tutor:bide", + "tutor:bind", + "tutor:blizzard", + "tutor:block", + "tutor:bodyslam", + "tutor:bounce", + "tutor:brickbreak", + "tutor:bubblebeam", + "tutor:bugbite", + "tutor:bulkup", + "tutor:burningjealousy", + "tutor:calmmind", + "tutor:coaching", + "tutor:confusion", + "tutor:corrosivegas", + "tutor:counter", + "tutor:covet", + "tutor:curse", + "tutor:cut", + "tutor:defensecurl", + "tutor:defog", + "tutor:detect", + "tutor:dig", + "tutor:dive", + "tutor:doubleedge", + "tutor:doubleteam", + "tutor:dragonbreath", + "tutor:dragonrage", + "tutor:dragontail", + "tutor:drainpunch", + "tutor:dreameater", + "tutor:drillrun", + "tutor:dualchop", + "tutor:dualwingbeat", + "tutor:dynamicpunch", + "tutor:earthquake", + "tutor:eggbomb", + "tutor:electroweb", + "tutor:endeavor", + "tutor:endure", + "tutor:expandingforce", + "tutor:explosion", + "tutor:facade", + "tutor:fakeout", + "tutor:feintattack", + "tutor:fireblast", + "tutor:firepunch", + "tutor:fissure", + "tutor:flash", + "tutor:flipturn", + "tutor:fly", + "tutor:focuspunch", + "tutor:foulplay", + "tutor:frustration", + "tutor:furycutter", + "tutor:gastroacid", + "tutor:gigadrain", + "tutor:grassyglide", + "tutor:gravity", + "tutor:gunkshot", + "tutor:headbutt", + "tutor:healbell", + "tutor:heatwave", + "tutor:helpinghand", + "tutor:hiddenpower", + "tutor:horndrill", + "tutor:hyperbeam", + "tutor:hypnosis", + "tutor:icepunch", + "tutor:icywind", + "tutor:irondefense", + "tutor:ironhead", + "tutor:irontail", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:lashout", + "tutor:lastresort", + "tutor:liquidation", + "tutor:lowkick", + "tutor:magiccoat", + "tutor:magicroom", + "tutor:magnetrise", + "tutor:megadrain", + "tutor:megahorn", + "tutor:megakick", + "tutor:megapunch", + "tutor:meteorbeam", + "tutor:metronome", + "tutor:mimic", + "tutor:mistyexplosion", + "tutor:mudslap", + "tutor:nastyplot", + "tutor:nightmare", + "tutor:nightshade", + "tutor:ominouswind", + "tutor:outrage", + "tutor:painsplit", + "tutor:payday", + "tutor:playrough", + "tutor:poisonjab", + "tutor:poltergeist", + "tutor:pound", + "tutor:protect", + "tutor:psychic", + "tutor:psychup", + "tutor:psywave", + "tutor:rage", + "tutor:raindance", + "tutor:razorwind", + "tutor:recycle", + "tutor:reflect", + "tutor:rest", + "tutor:return", + "tutor:risingvoltage", + "tutor:roar", + "tutor:rockslide", + "tutor:rocksmash", + "tutor:roleplay", + "tutor:rollout", + "tutor:roost", + "tutor:sandstorm", + "tutor:scald", + "tutor:scaleshot", + "tutor:scorchingsands", + "tutor:seedbomb", + "tutor:seismictoss", + "tutor:selfdestruct", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:skillswap", + "tutor:skittersmack", + "tutor:skullbash", + "tutor:skyattack", + "tutor:sleeptalk", + "tutor:snatch", + "tutor:snore", + "tutor:softboiled", + "tutor:solarbeam", + "tutor:spite", + "tutor:stealthrock", + "tutor:steelroller", + "tutor:steelwing", + "tutor:stompingtantrum", + "tutor:strength", + "tutor:stringshot", + "tutor:submission", + "tutor:substitute", + "tutor:suckerpunch", + "tutor:sunnyday", + "tutor:superfang", + "tutor:superpower", + "tutor:swagger", + "tutor:sweetscent", + "tutor:swordsdance", + "tutor:synthesis", + "tutor:tailwind", + "tutor:takedown", + "tutor:taunt", + "tutor:telekinesis", + "tutor:teleport", + "tutor:terrainpulse", + "tutor:thief", + "tutor:throatchop", + "tutor:thunder", + "tutor:thunderpunch", + "tutor:thunderwave", + "tutor:toxic", + "tutor:transform", + "tutor:triattack", + "tutor:trick", + "tutor:tripleaxel", + "tutor:twister", + "tutor:uproar", + "tutor:uturn", + "tutor:vacuumwave", + "tutor:waterfall", + "tutor:watergun", + "tutor:waterpulse", + "tutor:whirlpool", + "tutor:whirlwind", + "tutor:willowisp", + "tutor:wonderroom", + "tutor:worryseed", + "tutor:xscissor", + "tutor:zapcannon", + "tutor:zenheadbutt" + ], + "labels": [ + "gen1", + "mythical", + "legendary" + ], + "pokedex": [ + "cobblemon.species.cafe_mew.desc" + ], + "evolutions": [], + "baseScale": 0.5, + "hitbox": { + "width": 0.6, + "height": 1, + "fixed": false + }, + "baseFriendship": 100, + "evYield": { + "hp": 3, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 4, + "weight": 40, + "aspects": [], + "cannotDynamax": false +} diff --git a/global_packs/required_data/CobbleCafe/data/cobblemon/species/custom/cafe_raichu_alolan.json b/global_packs/required_data/CobbleCafe/data/cobblemon/species/custom/cafe_raichu_alolan.json new file mode 100644 index 0000000..a1d729d --- /dev/null +++ b/global_packs/required_data/CobbleCafe/data/cobblemon/species/custom/cafe_raichu_alolan.json @@ -0,0 +1,212 @@ +{ + "implemented": true, + "name": "Raichu", + "labels": ["custom"], + "pokedex": [ + "cobblemon.species.cafe_raichu_alolan.desc1", + "cobblemon.species.cafe_raichu_alolan.desc2" + ], + "height": 11, + "weight": 300, + "shoulderMountable": false, + "shoulderEffects": ["slow_fall"], + "primaryType": "electric", + "secondaryType": "psychic", + "baseStats": { + "hp": 60, + "attack": 90, + "defence": 55, + "special_attack": 90, + "special_defence": 80, + "speed": 110 + }, + "catchRate": 75, + "maleRatio": 0.5, + "baseExperienceYield": 270, + "experienceGroup": "fluctuating", + "eggCycles": 10, + "eggGroups": ["field"], + "baseFriendship": 35, + "evYield": { + "hp": 2, + "speed": 3 + }, + "moves": [ + "1:agility", + "1:charm", + "1:discharge", + "1:doubleteam", + "1:electroball", + "1:feint", + "1:growl", + "1:irontail", + "1:lightscreen", + "1:nastyplot", + "1:nuzzle", + "1:playnice", + "1:psychic", + "1:quickattack", + "1:slam", + "1:spark", + "1:speedswap", + "1:sweetkiss", + "1:tailwhip", + "1:thunder", + "1:thundershock", + "1:thunderwave", + "5:thunderbolt", + "tm:agility", + "tm:alluringvoice", + "tm:allyswitch", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:calmmind", + "tm:charge", + "tm:chargebeam", + "tm:charm", + "tm:confide", + "tm:dig", + "tm:doubleteam", + "tm:drainingkiss", + "tm:echoedvoice", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endeavor", + "tm:endure", + "tm:expandingforce", + "tm:facade", + "tm:faketears", + "tm:fling", + "tm:focusblast", + "tm:focuspunch", + "tm:frustration", + "tm:futuresight", + "tm:gigaimpact", + "tm:grassknot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:irontail", + "tm:knockoff", + "tm:lightscreen", + "tm:magicroom", + "tm:megakick", + "tm:megapunch", + "tm:nastyplot", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:psychic", + "tm:psychicnoise", + "tm:psychicterrain", + "tm:psyshock", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:reversal", + "tm:round", + "tm:safeguard", + "tm:skillswap", + "tm:sleeptalk", + "tm:snore", + "tm:speedswap", + "tm:storedpower", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:trailblaze", + "tm:upperhand", + "tm:uproar", + "tm:voltswitch", + "tm:wildcharge", + "tutor:allyswitch", + "tutor:brickbreak", + "tutor:calmmind", + "tutor:covet", + "tutor:dig", + "tutor:doubleteam", + "tutor:electroweb", + "tutor:encore", + "tutor:expandingforce", + "tutor:facade", + "tutor:fakeout", + "tutor:focuspunch", + "tutor:growl", + "tutor:headbutt", + "tutor:helpinghand", + "tutor:hyperbeam", + "tutor:irontail", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:lightscreen", + "tutor:magiccoat", + "tutor:magicroom", + "tutor:magnetrise", + "tutor:payday", + "tutor:protect", + "tutor:psychic", + "tutor:recycle", + "tutor:reflect", + "tutor:rest", + "tutor:risingvoltage", + "tutor:seismictoss", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:snore", + "tutor:substitute", + "tutor:tailwhip", + "tutor:telekinesis", + "tutor:teleport", + "tutor:thunder", + "tutor:thunderbolt", + "tutor:thunderpunch", + "tutor:thundershock", + "tutor:thunderwave", + "tutor:toxic" + ], + "abilities": ["static", "h:flashfire"], + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "drops": { + "amount": 2, + "entries": [ + { + "item": "minecraft:cake", + "quantityRange": "1-2", + "percentage": 66 + } + ] + }, + "behaviour": { + "moving": { + "canLook": false, + "fly": { + "canFly": false + }, + "swim": { + "swimSpeed": 0.2, + "canSwimInWater": false, + "canBreatheUnderwater": false + } + } + } +} diff --git a/global_packs/required_data/CobbleCafe/data/cobblemon/species/custom/cafe_sprigatito.json b/global_packs/required_data/CobbleCafe/data/cobblemon/species/custom/cafe_sprigatito.json new file mode 100644 index 0000000..0ad8fc7 --- /dev/null +++ b/global_packs/required_data/CobbleCafe/data/cobblemon/species/custom/cafe_sprigatito.json @@ -0,0 +1,143 @@ +{ + "implemented": true, + "name": "Sprigatito", + "nationalPokedexNumber": 906, + "primaryType": "grass", + "abilities": [ + "overgrow", + "h:protean" + ], + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:miracle_seed", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 40, + "attack": 61, + "defence": 54, + "special_attack": 45, + "special_defence": 45, + "speed": 65 + }, + "catchRate": 45, + "maleRatio": 0.875, + "baseExperienceYield": 62, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 1 + }, + "experienceGroup": "medium_slow", + "eggCycles": 20, + "eggGroups": [ + "field", + "grass" + ], + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "walk": { + "walkSpeed": 0.2 + } + } + }, + "moves": [ + "1:leafage", + "1:scratch", + "1:tailwhip", + "7:bite", + "10:honeclaws", + "13:magicalleaf", + "15:quickattack", + "17:seedbomb", + "21:uturn", + "25:worryseed", + "28:slash", + "32:energyball", + "36:playrough", + "egg:allyswitch", + "egg:copycat", + "egg:leechseed", + "egg:petalblizzard", + "egg:suckerpunch", + "tm:acrobatics", + "tm:agility", + "tm:bulletseed", + "tm:charm", + "tm:disarmingvoice", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:faketears", + "tm:gigadrain", + "tm:grassknot", + "tm:grasspledge", + "tm:grassyglide", + "tm:grassyterrain", + "tm:helpinghand", + "tm:leafstorm", + "tm:magicalleaf", + "tm:mudslap", + "tm:nastyplot", + "tm:petalblizzard", + "tm:playrough", + "tm:protect", + "tm:rest", + "tm:seedbomb", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:solarbeam", + "tm:substitute", + "tm:swift", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:trailblaze", + "tm:uturn" + ], + "labels": [ + "gen9" + ], + "aspects": [], + "height": 4, + "weight": 41, + "evolutions": [ + { + "id": "cafe_sprigatito_floragato", + "variant": "level_up", + "result": "floragato", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 16 + } + ] + } + ], + "baseScale": 0.6, + "hitbox": { + "width": 1, + "height": 1.0, + "fixed": false + }, + "cannotDynamax": false, + "pokedex": [ + "cobblemon.species.sprigatito.desc" + ] +} diff --git a/global_packs/required_data/CobbleCafe/data/cobblemon/species/custom/kimono_mew.json b/global_packs/required_data/CobbleCafe/data/cobblemon/species/custom/kimono_mew.json new file mode 100644 index 0000000..8f01c00 --- /dev/null +++ b/global_packs/required_data/CobbleCafe/data/cobblemon/species/custom/kimono_mew.json @@ -0,0 +1,582 @@ +{ + "implemented": true, + "name": "Mew", + "nationalPokedexNumber": 151, + "primaryType": "psychic", + "abilities": [ + "synchronize" + ], + "baseStats": { + "hp": 100, + "attack": 100, + "defence": 100, + "special_attack": 100, + "special_defence": 100, + "speed": 100 + }, + "catchRate": 45, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 300, + "experienceGroup": "medium_slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "behaviour": { + "moving": { + "fly": { + "canFly": true + } + } + }, + "moves": [ + "1:pound", + "1:reflecttype", + "10:amnesia", + "10:megapunch", + "20:batonpass", + "30:ancientpower", + "40:barrier", + "40:lifedew", + "50:nastyplot", + "60:metronome", + "70:imprison", + "70:mefirst", + "80:transform", + "90:aurasphere", + "100:psychic", + "tm:acidspray", + "tm:acrobatics", + "tm:aerialace", + "tm:agility", + "tm:aircutter", + "tm:airslash", + "tm:alluringvoice", + "tm:allyswitch", + "tm:amnesia", + "tm:assurance", + "tm:attract", + "tm:aurasphere", + "tm:auroraveil", + "tm:avalanche", + "tm:batonpass", + "tm:beatup", + "tm:blastburn", + "tm:blazekick", + "tm:blizzard", + "tm:bodypress", + "tm:bodyslam", + "tm:bounce", + "tm:bravebird", + "tm:breakingswipe", + "tm:brickbreak", + "tm:brine", + "tm:brutalswing", + "tm:bugbite", + "tm:bugbuzz", + "tm:bulkup", + "tm:bulldoze", + "tm:bulletseed", + "tm:burningjealousy", + "tm:calmmind", + "tm:captivate", + "tm:charge", + "tm:chargebeam", + "tm:charm", + "tm:chillingwater", + "tm:closecombat", + "tm:coaching", + "tm:confide", + "tm:confuseray", + "tm:cosmicpower", + "tm:crosspoison", + "tm:crunch", + "tm:curse", + "tm:cut", + "tm:darkestlariat", + "tm:darkpulse", + "tm:dazzlinggleam", + "tm:defog", + "tm:dig", + "tm:disarmingvoice", + "tm:dive", + "tm:doubleedge", + "tm:doubleteam", + "tm:dracometeor", + "tm:dragoncheer", + "tm:dragonclaw", + "tm:dragondance", + "tm:dragonpulse", + "tm:dragontail", + "tm:drainingkiss", + "tm:drainpunch", + "tm:dreameater", + "tm:drillrun", + "tm:dualwingbeat", + "tm:earthpower", + "tm:earthquake", + "tm:echoedvoice", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:embargo", + "tm:encore", + "tm:endeavor", + "tm:endure", + "tm:energyball", + "tm:expandingforce", + "tm:explosion", + "tm:facade", + "tm:faketears", + "tm:falseswipe", + "tm:featherdance", + "tm:fireblast", + "tm:firefang", + "tm:firepledge", + "tm:firepunch", + "tm:firespin", + "tm:flamecharge", + "tm:flamethrower", + "tm:flareblitz", + "tm:flash", + "tm:flashcannon", + "tm:fling", + "tm:flipturn", + "tm:fly", + "tm:focusblast", + "tm:focusenergy", + "tm:focuspunch", + "tm:foulplay", + "tm:frenzyplant", + "tm:frostbreath", + "tm:frustration", + "tm:futuresight", + "tm:gigadrain", + "tm:gigaimpact", + "tm:grassknot", + "tm:grasspledge", + "tm:grassyglide", + "tm:grassyterrain", + "tm:gravity", + "tm:guardswap", + "tm:gunkshot", + "tm:gyroball", + "tm:hail", + "tm:hardpress", + "tm:haze", + "tm:heatcrash", + "tm:heatwave", + "tm:heavyslam", + "tm:helpinghand", + "tm:hex", + "tm:hiddenpower", + "tm:highhorsepower", + "tm:honeclaws", + "tm:hurricane", + "tm:hydrocannon", + "tm:hydropump", + "tm:hyperbeam", + "tm:hypervoice", + "tm:icebeam", + "tm:icefang", + "tm:icepunch", + "tm:icespinner", + "tm:iciclespear", + "tm:icywind", + "tm:imprison", + "tm:incinerate", + "tm:infestation", + "tm:irondefense", + "tm:ironhead", + "tm:irontail", + "tm:knockoff", + "tm:lashout", + "tm:leafblade", + "tm:leafstorm", + "tm:leechlife", + "tm:lightscreen", + "tm:liquidation", + "tm:lowkick", + "tm:lowsweep", + "tm:lunge", + "tm:magicalleaf", + "tm:magicroom", + "tm:megahorn", + "tm:megakick", + "tm:megapunch", + "tm:metalclaw", + "tm:metalsound", + "tm:meteorbeam", + "tm:metronome", + "tm:mistyexplosion", + "tm:mistyterrain", + "tm:muddywater", + "tm:mudshot", + "tm:mudslap", + "tm:mysticalfire", + "tm:nastyplot", + "tm:naturalgift", + "tm:naturepower", + "tm:nightshade", + "tm:outrage", + "tm:overheat", + "tm:painsplit", + "tm:payback", + "tm:payday", + "tm:petalblizzard", + "tm:phantomforce", + "tm:pinmissile", + "tm:playrough", + "tm:pluck", + "tm:poisonjab", + "tm:poisontail", + "tm:pollenpuff", + "tm:poltergeist", + "tm:pounce", + "tm:powergem", + "tm:powerswap", + "tm:poweruppunch", + "tm:powerwhip", + "tm:protect", + "tm:psybeam", + "tm:psychic", + "tm:psychicfangs", + "tm:psychicnoise", + "tm:psychicterrain", + "tm:psychocut", + "tm:psychup", + "tm:psyshock", + "tm:quash", + "tm:raindance", + "tm:razorshell", + "tm:recycle", + "tm:reflect", + "tm:rest", + "tm:retaliate", + "tm:return", + "tm:revenge", + "tm:reversal", + "tm:roar", + "tm:rockblast", + "tm:rockclimb", + "tm:rockpolish", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:roost", + "tm:round", + "tm:safeguard", + "tm:sandstorm", + "tm:sandtomb", + "tm:scald", + "tm:scaleshot", + "tm:scaryface", + "tm:screech", + "tm:scorchingsands", + "tm:secretpower", + "tm:seedbomb", + "tm:selfdestruct", + "tm:shadowball", + "tm:shadowclaw", + "tm:shockwave", + "tm:silverwind", + "tm:skillswap", + "tm:skittersmack", + "tm:skydrop", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:sludgewave", + "tm:smackdown", + "tm:smartstrike", + "tm:snarl", + "tm:snatch", + "tm:snore", + "tm:snowscape", + "tm:solarbeam", + "tm:solarblade", + "tm:speedswap", + "tm:spikes", + "tm:spite", + "tm:stealthrock", + "tm:steelbeam", + "tm:steelwing", + "tm:stompingtantrum", + "tm:stoneedge", + "tm:storedpower", + "tm:strength", + "tm:strugglebug", + "tm:substitute", + "tm:sunnyday", + "tm:supercellslam", + "tm:superfang", + "tm:superpower", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:swordsdance", + "tm:tailslap", + "tm:tailwind", + "tm:takedown", + "tm:taunt", + "tm:telekinesis", + "tm:temperflare", + "tm:terablast", + "tm:thief", + "tm:throatchop", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderfang", + "tm:thunderpunch", + "tm:thunderwave", + "tm:torment", + "tm:toxic", + "tm:toxicspikes", + "tm:trailblaze", + "tm:triattack", + "tm:trick", + "tm:trickroom", + "tm:tripleaxel", + "tm:upperhand", + "tm:uproar", + "tm:uturn", + "tm:vacuumwave", + "tm:venomdrench", + "tm:venoshock", + "tm:voltswitch", + "tm:waterfall", + "tm:waterpledge", + "tm:waterpulse", + "tm:weatherball", + "tm:whirlpool", + "tm:wildcharge", + "tm:willowisp", + "tm:wonderroom", + "tm:workup", + "tm:xscissor", + "tm:zenheadbutt", + "tutor:afteryou", + "tutor:aircutter", + "tutor:allyswitch", + "tutor:amnesia", + "tutor:ancientpower", + "tutor:aquatail", + "tutor:attract", + "tutor:barrier", + "tutor:bide", + "tutor:bind", + "tutor:blizzard", + "tutor:block", + "tutor:bodyslam", + "tutor:bounce", + "tutor:brickbreak", + "tutor:bubblebeam", + "tutor:bugbite", + "tutor:bulkup", + "tutor:burningjealousy", + "tutor:calmmind", + "tutor:coaching", + "tutor:confusion", + "tutor:corrosivegas", + "tutor:counter", + "tutor:covet", + "tutor:curse", + "tutor:cut", + "tutor:defensecurl", + "tutor:defog", + "tutor:detect", + "tutor:dig", + "tutor:dive", + "tutor:doubleedge", + "tutor:doubleteam", + "tutor:dragonbreath", + "tutor:dragonrage", + "tutor:dragontail", + "tutor:drainpunch", + "tutor:dreameater", + "tutor:drillrun", + "tutor:dualchop", + "tutor:dualwingbeat", + "tutor:dynamicpunch", + "tutor:earthquake", + "tutor:eggbomb", + "tutor:electroweb", + "tutor:endeavor", + "tutor:endure", + "tutor:expandingforce", + "tutor:explosion", + "tutor:facade", + "tutor:fakeout", + "tutor:feintattack", + "tutor:fireblast", + "tutor:firepunch", + "tutor:fissure", + "tutor:flash", + "tutor:flipturn", + "tutor:fly", + "tutor:focuspunch", + "tutor:foulplay", + "tutor:frustration", + "tutor:furycutter", + "tutor:gastroacid", + "tutor:gigadrain", + "tutor:grassyglide", + "tutor:gravity", + "tutor:gunkshot", + "tutor:headbutt", + "tutor:healbell", + "tutor:heatwave", + "tutor:helpinghand", + "tutor:hiddenpower", + "tutor:horndrill", + "tutor:hyperbeam", + "tutor:hypnosis", + "tutor:icepunch", + "tutor:icywind", + "tutor:irondefense", + "tutor:ironhead", + "tutor:irontail", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:lashout", + "tutor:lastresort", + "tutor:liquidation", + "tutor:lowkick", + "tutor:magiccoat", + "tutor:magicroom", + "tutor:magnetrise", + "tutor:megadrain", + "tutor:megahorn", + "tutor:megakick", + "tutor:megapunch", + "tutor:meteorbeam", + "tutor:metronome", + "tutor:mimic", + "tutor:mistyexplosion", + "tutor:mudslap", + "tutor:nastyplot", + "tutor:nightmare", + "tutor:nightshade", + "tutor:ominouswind", + "tutor:outrage", + "tutor:painsplit", + "tutor:payday", + "tutor:playrough", + "tutor:poisonjab", + "tutor:poltergeist", + "tutor:pound", + "tutor:protect", + "tutor:psychic", + "tutor:psychup", + "tutor:psywave", + "tutor:rage", + "tutor:raindance", + "tutor:razorwind", + "tutor:recycle", + "tutor:reflect", + "tutor:rest", + "tutor:return", + "tutor:risingvoltage", + "tutor:roar", + "tutor:rockslide", + "tutor:rocksmash", + "tutor:roleplay", + "tutor:rollout", + "tutor:roost", + "tutor:sandstorm", + "tutor:scald", + "tutor:scaleshot", + "tutor:scorchingsands", + "tutor:seedbomb", + "tutor:seismictoss", + "tutor:selfdestruct", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:skillswap", + "tutor:skittersmack", + "tutor:skullbash", + "tutor:skyattack", + "tutor:sleeptalk", + "tutor:snatch", + "tutor:snore", + "tutor:softboiled", + "tutor:solarbeam", + "tutor:spite", + "tutor:stealthrock", + "tutor:steelroller", + "tutor:steelwing", + "tutor:stompingtantrum", + "tutor:strength", + "tutor:stringshot", + "tutor:submission", + "tutor:substitute", + "tutor:suckerpunch", + "tutor:sunnyday", + "tutor:superfang", + "tutor:superpower", + "tutor:swagger", + "tutor:sweetscent", + "tutor:swordsdance", + "tutor:synthesis", + "tutor:tailwind", + "tutor:takedown", + "tutor:taunt", + "tutor:telekinesis", + "tutor:teleport", + "tutor:terrainpulse", + "tutor:thief", + "tutor:throatchop", + "tutor:thunder", + "tutor:thunderpunch", + "tutor:thunderwave", + "tutor:toxic", + "tutor:transform", + "tutor:triattack", + "tutor:trick", + "tutor:tripleaxel", + "tutor:twister", + "tutor:uproar", + "tutor:uturn", + "tutor:vacuumwave", + "tutor:waterfall", + "tutor:watergun", + "tutor:waterpulse", + "tutor:whirlpool", + "tutor:whirlwind", + "tutor:willowisp", + "tutor:wonderroom", + "tutor:worryseed", + "tutor:xscissor", + "tutor:zapcannon", + "tutor:zenheadbutt" + ], + "labels": [ + "gen1", + "mythical", + "legendary" + ], + "pokedex": [ + "cobblemon.species.mew.desc" + ], + "evolutions": [], + "baseScale": 0.5, + "hitbox": { + "width": 0.6, + "height": 1, + "fixed": false + }, + "baseFriendship": 100, + "evYield": { + "hp": 3, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 4, + "weight": 40, + "aspects": [], + "cannotDynamax": false +} diff --git a/global_packs/required_data/CobbleCafe/data/cobblemon/species/custom/raichu_alolan_pancake.json b/global_packs/required_data/CobbleCafe/data/cobblemon/species/custom/raichu_alolan_pancake.json new file mode 100644 index 0000000..a1d729d --- /dev/null +++ b/global_packs/required_data/CobbleCafe/data/cobblemon/species/custom/raichu_alolan_pancake.json @@ -0,0 +1,212 @@ +{ + "implemented": true, + "name": "Raichu", + "labels": ["custom"], + "pokedex": [ + "cobblemon.species.cafe_raichu_alolan.desc1", + "cobblemon.species.cafe_raichu_alolan.desc2" + ], + "height": 11, + "weight": 300, + "shoulderMountable": false, + "shoulderEffects": ["slow_fall"], + "primaryType": "electric", + "secondaryType": "psychic", + "baseStats": { + "hp": 60, + "attack": 90, + "defence": 55, + "special_attack": 90, + "special_defence": 80, + "speed": 110 + }, + "catchRate": 75, + "maleRatio": 0.5, + "baseExperienceYield": 270, + "experienceGroup": "fluctuating", + "eggCycles": 10, + "eggGroups": ["field"], + "baseFriendship": 35, + "evYield": { + "hp": 2, + "speed": 3 + }, + "moves": [ + "1:agility", + "1:charm", + "1:discharge", + "1:doubleteam", + "1:electroball", + "1:feint", + "1:growl", + "1:irontail", + "1:lightscreen", + "1:nastyplot", + "1:nuzzle", + "1:playnice", + "1:psychic", + "1:quickattack", + "1:slam", + "1:spark", + "1:speedswap", + "1:sweetkiss", + "1:tailwhip", + "1:thunder", + "1:thundershock", + "1:thunderwave", + "5:thunderbolt", + "tm:agility", + "tm:alluringvoice", + "tm:allyswitch", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:calmmind", + "tm:charge", + "tm:chargebeam", + "tm:charm", + "tm:confide", + "tm:dig", + "tm:doubleteam", + "tm:drainingkiss", + "tm:echoedvoice", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endeavor", + "tm:endure", + "tm:expandingforce", + "tm:facade", + "tm:faketears", + "tm:fling", + "tm:focusblast", + "tm:focuspunch", + "tm:frustration", + "tm:futuresight", + "tm:gigaimpact", + "tm:grassknot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:irontail", + "tm:knockoff", + "tm:lightscreen", + "tm:magicroom", + "tm:megakick", + "tm:megapunch", + "tm:nastyplot", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:psychic", + "tm:psychicnoise", + "tm:psychicterrain", + "tm:psyshock", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:reversal", + "tm:round", + "tm:safeguard", + "tm:skillswap", + "tm:sleeptalk", + "tm:snore", + "tm:speedswap", + "tm:storedpower", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:trailblaze", + "tm:upperhand", + "tm:uproar", + "tm:voltswitch", + "tm:wildcharge", + "tutor:allyswitch", + "tutor:brickbreak", + "tutor:calmmind", + "tutor:covet", + "tutor:dig", + "tutor:doubleteam", + "tutor:electroweb", + "tutor:encore", + "tutor:expandingforce", + "tutor:facade", + "tutor:fakeout", + "tutor:focuspunch", + "tutor:growl", + "tutor:headbutt", + "tutor:helpinghand", + "tutor:hyperbeam", + "tutor:irontail", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:lightscreen", + "tutor:magiccoat", + "tutor:magicroom", + "tutor:magnetrise", + "tutor:payday", + "tutor:protect", + "tutor:psychic", + "tutor:recycle", + "tutor:reflect", + "tutor:rest", + "tutor:risingvoltage", + "tutor:seismictoss", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:snore", + "tutor:substitute", + "tutor:tailwhip", + "tutor:telekinesis", + "tutor:teleport", + "tutor:thunder", + "tutor:thunderbolt", + "tutor:thunderpunch", + "tutor:thundershock", + "tutor:thunderwave", + "tutor:toxic" + ], + "abilities": ["static", "h:flashfire"], + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "drops": { + "amount": 2, + "entries": [ + { + "item": "minecraft:cake", + "quantityRange": "1-2", + "percentage": 66 + } + ] + }, + "behaviour": { + "moving": { + "canLook": false, + "fly": { + "canFly": false + }, + "swim": { + "swimSpeed": 0.2, + "canSwimInWater": false, + "canBreatheUnderwater": false + } + } + } +} diff --git a/global_packs/required_data/CobbleCafe/data/cobblemon/species/generation1/mew.json b/global_packs/required_data/CobbleCafe/data/cobblemon/species/generation1/mew.json new file mode 100644 index 0000000..e8e581b --- /dev/null +++ b/global_packs/required_data/CobbleCafe/data/cobblemon/species/generation1/mew.json @@ -0,0 +1,603 @@ +{ + "implemented": false, + "name": "Mew", + "nationalPokedexNumber": 151, + "primaryType": "psychic", + "abilities": [ + "synchronize" + ], + "baseStats": { + "hp": 100, + "attack": 100, + "defence": 100, + "special_attack": 100, + "special_defence": 100, + "speed": 100 + }, + "catchRate": 45, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 300, + "experienceGroup": "medium_slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "behaviour": { + "moving": { + "fly": { + "canFly": true + } + } + }, + "moves": [ + "1:pound", + "1:reflecttype", + "10:amnesia", + "10:megapunch", + "20:batonpass", + "30:ancientpower", + "40:barrier", + "40:lifedew", + "50:nastyplot", + "60:metronome", + "70:imprison", + "70:mefirst", + "80:transform", + "90:aurasphere", + "100:psychic", + "tm:acidspray", + "tm:acrobatics", + "tm:aerialace", + "tm:agility", + "tm:aircutter", + "tm:airslash", + "tm:alluringvoice", + "tm:allyswitch", + "tm:amnesia", + "tm:assurance", + "tm:attract", + "tm:aurasphere", + "tm:auroraveil", + "tm:avalanche", + "tm:batonpass", + "tm:beatup", + "tm:blastburn", + "tm:blazekick", + "tm:blizzard", + "tm:bodypress", + "tm:bodyslam", + "tm:bounce", + "tm:bravebird", + "tm:breakingswipe", + "tm:brickbreak", + "tm:brine", + "tm:brutalswing", + "tm:bugbite", + "tm:bugbuzz", + "tm:bulkup", + "tm:bulldoze", + "tm:bulletseed", + "tm:burningjealousy", + "tm:calmmind", + "tm:captivate", + "tm:charge", + "tm:chargebeam", + "tm:charm", + "tm:chillingwater", + "tm:closecombat", + "tm:coaching", + "tm:confide", + "tm:confuseray", + "tm:cosmicpower", + "tm:crosspoison", + "tm:crunch", + "tm:curse", + "tm:cut", + "tm:darkestlariat", + "tm:darkpulse", + "tm:dazzlinggleam", + "tm:defog", + "tm:dig", + "tm:disarmingvoice", + "tm:dive", + "tm:doubleedge", + "tm:doubleteam", + "tm:dracometeor", + "tm:dragoncheer", + "tm:dragonclaw", + "tm:dragondance", + "tm:dragonpulse", + "tm:dragontail", + "tm:drainingkiss", + "tm:drainpunch", + "tm:dreameater", + "tm:drillrun", + "tm:dualwingbeat", + "tm:earthpower", + "tm:earthquake", + "tm:echoedvoice", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:embargo", + "tm:encore", + "tm:endeavor", + "tm:endure", + "tm:energyball", + "tm:expandingforce", + "tm:explosion", + "tm:facade", + "tm:faketears", + "tm:falseswipe", + "tm:featherdance", + "tm:fireblast", + "tm:firefang", + "tm:firepledge", + "tm:firepunch", + "tm:firespin", + "tm:flamecharge", + "tm:flamethrower", + "tm:flareblitz", + "tm:flash", + "tm:flashcannon", + "tm:fling", + "tm:flipturn", + "tm:fly", + "tm:focusblast", + "tm:focusenergy", + "tm:focuspunch", + "tm:foulplay", + "tm:frenzyplant", + "tm:frostbreath", + "tm:frustration", + "tm:futuresight", + "tm:gigadrain", + "tm:gigaimpact", + "tm:grassknot", + "tm:grasspledge", + "tm:grassyglide", + "tm:grassyterrain", + "tm:gravity", + "tm:guardswap", + "tm:gunkshot", + "tm:gyroball", + "tm:hail", + "tm:hardpress", + "tm:haze", + "tm:heatcrash", + "tm:heatwave", + "tm:heavyslam", + "tm:helpinghand", + "tm:hex", + "tm:hiddenpower", + "tm:highhorsepower", + "tm:honeclaws", + "tm:hurricane", + "tm:hydrocannon", + "tm:hydropump", + "tm:hyperbeam", + "tm:hypervoice", + "tm:icebeam", + "tm:icefang", + "tm:icepunch", + "tm:icespinner", + "tm:iciclespear", + "tm:icywind", + "tm:imprison", + "tm:incinerate", + "tm:infestation", + "tm:irondefense", + "tm:ironhead", + "tm:irontail", + "tm:knockoff", + "tm:lashout", + "tm:leafblade", + "tm:leafstorm", + "tm:leechlife", + "tm:lightscreen", + "tm:liquidation", + "tm:lowkick", + "tm:lowsweep", + "tm:lunge", + "tm:magicalleaf", + "tm:magicroom", + "tm:megahorn", + "tm:megakick", + "tm:megapunch", + "tm:metalclaw", + "tm:metalsound", + "tm:meteorbeam", + "tm:metronome", + "tm:mistyexplosion", + "tm:mistyterrain", + "tm:muddywater", + "tm:mudshot", + "tm:mudslap", + "tm:mysticalfire", + "tm:nastyplot", + "tm:naturalgift", + "tm:naturepower", + "tm:nightshade", + "tm:outrage", + "tm:overheat", + "tm:painsplit", + "tm:payback", + "tm:payday", + "tm:petalblizzard", + "tm:phantomforce", + "tm:pinmissile", + "tm:playrough", + "tm:pluck", + "tm:poisonjab", + "tm:poisontail", + "tm:pollenpuff", + "tm:poltergeist", + "tm:pounce", + "tm:powergem", + "tm:powerswap", + "tm:poweruppunch", + "tm:powerwhip", + "tm:protect", + "tm:psybeam", + "tm:psychic", + "tm:psychicfangs", + "tm:psychicnoise", + "tm:psychicterrain", + "tm:psychocut", + "tm:psychup", + "tm:psyshock", + "tm:quash", + "tm:raindance", + "tm:razorshell", + "tm:recycle", + "tm:reflect", + "tm:rest", + "tm:retaliate", + "tm:return", + "tm:revenge", + "tm:reversal", + "tm:roar", + "tm:rockblast", + "tm:rockclimb", + "tm:rockpolish", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:roost", + "tm:round", + "tm:safeguard", + "tm:sandstorm", + "tm:sandtomb", + "tm:scald", + "tm:scaleshot", + "tm:scaryface", + "tm:screech", + "tm:scorchingsands", + "tm:secretpower", + "tm:seedbomb", + "tm:selfdestruct", + "tm:shadowball", + "tm:shadowclaw", + "tm:shockwave", + "tm:silverwind", + "tm:skillswap", + "tm:skittersmack", + "tm:skydrop", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:sludgewave", + "tm:smackdown", + "tm:smartstrike", + "tm:snarl", + "tm:snatch", + "tm:snore", + "tm:snowscape", + "tm:solarbeam", + "tm:solarblade", + "tm:speedswap", + "tm:spikes", + "tm:spite", + "tm:stealthrock", + "tm:steelbeam", + "tm:steelwing", + "tm:stompingtantrum", + "tm:stoneedge", + "tm:storedpower", + "tm:strength", + "tm:strugglebug", + "tm:substitute", + "tm:sunnyday", + "tm:supercellslam", + "tm:superfang", + "tm:superpower", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:swordsdance", + "tm:tailslap", + "tm:tailwind", + "tm:takedown", + "tm:taunt", + "tm:telekinesis", + "tm:temperflare", + "tm:terablast", + "tm:thief", + "tm:throatchop", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderfang", + "tm:thunderpunch", + "tm:thunderwave", + "tm:torment", + "tm:toxic", + "tm:toxicspikes", + "tm:trailblaze", + "tm:triattack", + "tm:trick", + "tm:trickroom", + "tm:tripleaxel", + "tm:upperhand", + "tm:uproar", + "tm:uturn", + "tm:vacuumwave", + "tm:venomdrench", + "tm:venoshock", + "tm:voltswitch", + "tm:waterfall", + "tm:waterpledge", + "tm:waterpulse", + "tm:weatherball", + "tm:whirlpool", + "tm:wildcharge", + "tm:willowisp", + "tm:wonderroom", + "tm:workup", + "tm:xscissor", + "tm:zenheadbutt", + "tutor:afteryou", + "tutor:aircutter", + "tutor:allyswitch", + "tutor:amnesia", + "tutor:ancientpower", + "tutor:aquatail", + "tutor:attract", + "tutor:barrier", + "tutor:bide", + "tutor:bind", + "tutor:blizzard", + "tutor:block", + "tutor:bodyslam", + "tutor:bounce", + "tutor:brickbreak", + "tutor:bubblebeam", + "tutor:bugbite", + "tutor:bulkup", + "tutor:burningjealousy", + "tutor:calmmind", + "tutor:coaching", + "tutor:confusion", + "tutor:corrosivegas", + "tutor:counter", + "tutor:covet", + "tutor:curse", + "tutor:cut", + "tutor:defensecurl", + "tutor:defog", + "tutor:detect", + "tutor:dig", + "tutor:dive", + "tutor:doubleedge", + "tutor:doubleteam", + "tutor:dragonbreath", + "tutor:dragonrage", + "tutor:dragontail", + "tutor:drainpunch", + "tutor:dreameater", + "tutor:drillrun", + "tutor:dualchop", + "tutor:dualwingbeat", + "tutor:dynamicpunch", + "tutor:earthquake", + "tutor:eggbomb", + "tutor:electroweb", + "tutor:endeavor", + "tutor:endure", + "tutor:expandingforce", + "tutor:explosion", + "tutor:facade", + "tutor:fakeout", + "tutor:feintattack", + "tutor:fireblast", + "tutor:firepunch", + "tutor:fissure", + "tutor:flash", + "tutor:flipturn", + "tutor:fly", + "tutor:focuspunch", + "tutor:foulplay", + "tutor:frustration", + "tutor:furycutter", + "tutor:gastroacid", + "tutor:gigadrain", + "tutor:grassyglide", + "tutor:gravity", + "tutor:gunkshot", + "tutor:headbutt", + "tutor:healbell", + "tutor:heatwave", + "tutor:helpinghand", + "tutor:hiddenpower", + "tutor:horndrill", + "tutor:hyperbeam", + "tutor:hypnosis", + "tutor:icepunch", + "tutor:icywind", + "tutor:irondefense", + "tutor:ironhead", + "tutor:irontail", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:lashout", + "tutor:lastresort", + "tutor:liquidation", + "tutor:lowkick", + "tutor:magiccoat", + "tutor:magicroom", + "tutor:magnetrise", + "tutor:megadrain", + "tutor:megahorn", + "tutor:megakick", + "tutor:megapunch", + "tutor:meteorbeam", + "tutor:metronome", + "tutor:mimic", + "tutor:mistyexplosion", + "tutor:mudslap", + "tutor:nastyplot", + "tutor:nightmare", + "tutor:nightshade", + "tutor:ominouswind", + "tutor:outrage", + "tutor:painsplit", + "tutor:payday", + "tutor:playrough", + "tutor:poisonjab", + "tutor:poltergeist", + "tutor:pound", + "tutor:protect", + "tutor:psychic", + "tutor:psychup", + "tutor:psywave", + "tutor:rage", + "tutor:raindance", + "tutor:razorwind", + "tutor:recycle", + "tutor:reflect", + "tutor:rest", + "tutor:return", + "tutor:risingvoltage", + "tutor:roar", + "tutor:rockslide", + "tutor:rocksmash", + "tutor:roleplay", + "tutor:rollout", + "tutor:roost", + "tutor:sandstorm", + "tutor:scald", + "tutor:scaleshot", + "tutor:scorchingsands", + "tutor:seedbomb", + "tutor:seismictoss", + "tutor:selfdestruct", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:skillswap", + "tutor:skittersmack", + "tutor:skullbash", + "tutor:skyattack", + "tutor:sleeptalk", + "tutor:snatch", + "tutor:snore", + "tutor:softboiled", + "tutor:solarbeam", + "tutor:spite", + "tutor:stealthrock", + "tutor:steelroller", + "tutor:steelwing", + "tutor:stompingtantrum", + "tutor:strength", + "tutor:stringshot", + "tutor:submission", + "tutor:substitute", + "tutor:suckerpunch", + "tutor:sunnyday", + "tutor:superfang", + "tutor:superpower", + "tutor:swagger", + "tutor:sweetscent", + "tutor:swordsdance", + "tutor:synthesis", + "tutor:tailwind", + "tutor:takedown", + "tutor:taunt", + "tutor:telekinesis", + "tutor:teleport", + "tutor:terrainpulse", + "tutor:thief", + "tutor:throatchop", + "tutor:thunder", + "tutor:thunderpunch", + "tutor:thunderwave", + "tutor:toxic", + "tutor:transform", + "tutor:triattack", + "tutor:trick", + "tutor:tripleaxel", + "tutor:twister", + "tutor:uproar", + "tutor:uturn", + "tutor:vacuumwave", + "tutor:waterfall", + "tutor:watergun", + "tutor:waterpulse", + "tutor:whirlpool", + "tutor:whirlwind", + "tutor:willowisp", + "tutor:wonderroom", + "tutor:worryseed", + "tutor:xscissor", + "tutor:zapcannon", + "tutor:zenheadbutt" + ], + "labels": [ + "gen1", + "mythical", + "legendary" + ], + "pokedex": [ + "cobblemon.species.mew.desc" + ], + "evolutions": [ +{ + "id": "mew_cafe_mew", + "variant": "item_interact", + "result": "cafe_mew", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [], + "requiredContext": "minecraft:brown_wool" + }, + + +{ + "id": "mew_kimono_mew", + "variant": "item_interact", + "result": "kimono_mew", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [], + "requiredContext": "minecraft:lime_wool" + } + ], + "baseScale": 0.5, + "hitbox": { + "width": 0.6, + "height": 1, + "fixed": false + }, + "baseFriendship": 100, + "evYield": { + "hp": 3, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 4, + "weight": 40, + "aspects": [], + "cannotDynamax": false +} diff --git a/global_packs/required_data/CobbleCafe/data/cobblemon/species/generation1/pikachu.json b/global_packs/required_data/CobbleCafe/data/cobblemon/species/generation1/pikachu.json new file mode 100644 index 0000000..744a9c6 --- /dev/null +++ b/global_packs/required_data/CobbleCafe/data/cobblemon/species/generation1/pikachu.json @@ -0,0 +1,2077 @@ +{ + "implemented": false, + "name": "Pikachu", + "nationalPokedexNumber": 25, + "primaryType": "electric", + "abilities": [ + "static", + "h:lightningrod" + ], + "drops": { + "amount": 3, + "entries": [ + { + "item": "cobblemon:light_ball", + "percentage": 5.0 + }, + { + "item": "cobblemon:thunder_stone", + "percentage": 5.0 + }, + { + "item": "cobblemon:oran_berry", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "features": [ + "alolan", + "region_bias" + ], + "behaviour": { + "moving": { + "walk": { + "walkSpeed": 0.42 + } + }, + "resting": { + "canSleep": true, + "willSleepOnBed": true, + "depth": "normal", + "light": "0-4" + } + }, + "catchRate": 190, + "maleRatio": 0.5, + "shoulderMountable": true, + "forms": [ + { + "name": "Cosplay", + "primaryType": "electric", + "abilities": [ + "lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 0, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:tailwhip", + "1:thundershock", + "5:growl", + "7:playnice", + "10:quickattack", + "13:electroball", + "18:thunderwave", + "21:feint", + "23:doubleteam", + "26:spark", + "29:nuzzle", + "34:discharge", + "37:slam", + "42:thunderbolt", + "45:agility", + "50:wildcharge", + "53:lightscreen", + "58:thunder", + "tm:attract", + "tm:brickbreak", + "tm:chargebeam", + "tm:confide", + "tm:dig", + "tm:doubleteam", + "tm:echoedvoice", + "tm:facade", + "tm:flash", + "tm:fling", + "tm:frustration", + "tm:grassknot", + "tm:hiddenpower", + "tm:lightscreen", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:rocksmash", + "tm:round", + "tm:secretpower", + "tm:sleeptalk", + "tm:strength", + "tm:substitute", + "tm:swagger", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderwave", + "tm:toxic", + "tm:voltswitch", + "tm:wildcharge", + "tutor:covet", + "tutor:electroball", + "tutor:electroweb", + "tutor:focuspunch", + "tutor:helpinghand", + "tutor:irontail", + "tutor:knockoff", + "tutor:magnetrise", + "tutor:quickattack", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:snore", + "tutor:thunderpunch", + "tutor:thundershock", + "tutor:thunderwave" + ], + "labels": [ + "gen6" + ], + "aspects": [ + "cosplay" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Rock-Star", + "primaryType": "electric", + "abilities": [ + "lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 0, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "form_change:meteormash" + ], + "labels": [ + "gen6" + ], + "aspects": [ + "rock-star" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Belle", + "primaryType": "electric", + "abilities": [ + "lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 0, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "form_change:iciclecrash" + ], + "labels": [ + "gen6" + ], + "aspects": [ + "belle" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Pop-Star", + "primaryType": "electric", + "abilities": [ + "lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 0, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "form_change:drainingkiss" + ], + "labels": [ + "gen6" + ], + "aspects": [ + "pop-star" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "PhD", + "primaryType": "electric", + "abilities": [ + "lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 0, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "form_change:electricterrain" + ], + "labels": [ + "gen6" + ], + "aspects": [ + "phd" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Libre", + "primaryType": "electric", + "abilities": [ + "lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 0, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "form_change:flyingpress" + ], + "labels": [ + "gen6" + ], + "aspects": [ + "libre" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Original", + "primaryType": "electric", + "abilities": [ + "static", + "h:lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 1, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:charm", + "1:growl", + "1:nastyplot", + "1:nuzzle", + "1:playnice", + "1:quickattack", + "1:sweetkiss", + "1:tailwhip", + "1:thundershock", + "4:thunderwave", + "8:doubleteam", + "12:electroball", + "16:feint", + "20:spark", + "24:agility", + "28:irontail", + "28:slam", + "32:discharge", + "36:thunderbolt", + "40:lightscreen", + "44:thunder", + "50:wildcharge", + "egg:charge", + "egg:disarmingvoice", + "egg:fakeout", + "egg:flail", + "egg:present", + "egg:tickle", + "egg:wish", + "tm:agility", + "tm:alluringvoice", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:charge", + "tm:chargebeam", + "tm:charm", + "tm:confide", + "tm:dig", + "tm:disarmingvoice", + "tm:doubleteam", + "tm:drainingkiss", + "tm:echoedvoice", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:fling", + "tm:focuspunch", + "tm:frustration", + "tm:grassknot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:irontail", + "tm:knockoff", + "tm:lightscreen", + "tm:megakick", + "tm:megapunch", + "tm:nastyplot", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:reversal", + "tm:round", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:trailblaze", + "tm:uproar", + "tm:upperhand", + "tm:voltswitch", + "tm:wildcharge", + "tutor:agility", + "tutor:covet", + "tutor:electroweb", + "tutor:focuspunch", + "tutor:helpinghand", + "tutor:irontail", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:magnetrise", + "tutor:quickattack", + "tutor:risingvoltage", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:snore", + "tutor:thunder", + "tutor:thunderbolt", + "tutor:thunderpunch", + "tutor:volttackle" + ], + "labels": [ + "gen7" + ], + "aspects": [ + "original" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Hoenn", + "primaryType": "electric", + "abilities": [ + "static", + "h:lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 1, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:charm", + "1:growl", + "1:nastyplot", + "1:nuzzle", + "1:playnice", + "1:quickattack", + "1:sweetkiss", + "1:tailwhip", + "1:thundershock", + "4:thunderwave", + "8:doubleteam", + "12:electroball", + "16:feint", + "20:spark", + "24:agility", + "28:irontail", + "28:slam", + "32:discharge", + "36:thunderbolt", + "40:lightscreen", + "44:thunder", + "50:wildcharge", + "egg:charge", + "egg:disarmingvoice", + "egg:fakeout", + "egg:flail", + "egg:present", + "egg:tickle", + "egg:wish", + "tm:agility", + "tm:alluringvoice", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:charge", + "tm:chargebeam", + "tm:charm", + "tm:confide", + "tm:dig", + "tm:disarmingvoice", + "tm:doubleteam", + "tm:drainingkiss", + "tm:echoedvoice", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:fling", + "tm:focuspunch", + "tm:frustration", + "tm:grassknot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:irontail", + "tm:knockoff", + "tm:lightscreen", + "tm:megakick", + "tm:megapunch", + "tm:nastyplot", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:reversal", + "tm:round", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:trailblaze", + "tm:upperhand", + "tm:uproar", + "tm:voltswitch", + "tm:wildcharge", + "tutor:covet", + "tutor:electroweb", + "tutor:focuspunch", + "tutor:helpinghand", + "tutor:irontail", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:magnetrise", + "tutor:quickattack", + "tutor:risingvoltage", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:snore", + "tutor:thunder", + "tutor:thunderbolt", + "tutor:thunderpunch", + "tutor:volttackle" + ], + "labels": [ + "gen7" + ], + "aspects": [ + "hoenn" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Sinnoh", + "primaryType": "electric", + "abilities": [ + "static", + "h:lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 1, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:charm", + "1:growl", + "1:nastyplot", + "1:nuzzle", + "1:playnice", + "1:quickattack", + "1:sweetkiss", + "1:tailwhip", + "1:thundershock", + "4:thunderwave", + "8:doubleteam", + "12:electroball", + "16:feint", + "20:spark", + "24:agility", + "28:irontail", + "28:slam", + "32:discharge", + "36:thunderbolt", + "40:lightscreen", + "44:thunder", + "50:wildcharge", + "egg:charge", + "egg:disarmingvoice", + "egg:fakeout", + "egg:flail", + "egg:present", + "egg:tickle", + "egg:wish", + "tm:agility", + "tm:alluringvoice", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:charge", + "tm:chargebeam", + "tm:charm", + "tm:confide", + "tm:dig", + "tm:disarmingvoice", + "tm:doubleteam", + "tm:drainingkiss", + "tm:echoedvoice", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:fling", + "tm:focuspunch", + "tm:frustration", + "tm:grassknot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:irontail", + "tm:knockoff", + "tm:lightscreen", + "tm:megakick", + "tm:megapunch", + "tm:nastyplot", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:reversal", + "tm:round", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:trailblaze", + "tm:upperhand", + "tm:uproar", + "tm:voltswitch", + "tm:wildcharge", + "tutor:covet", + "tutor:electroweb", + "tutor:focuspunch", + "tutor:helpinghand", + "tutor:irontail", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:magnetrise", + "tutor:quickattack", + "tutor:risingvoltage", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:snore", + "tutor:thunderbolt", + "tutor:thunderpunch", + "tutor:volttackle" + ], + "labels": [ + "gen7" + ], + "aspects": [ + "sinnoh" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Unova", + "primaryType": "electric", + "abilities": [ + "static", + "h:lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 1, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:charm", + "1:growl", + "1:nastyplot", + "1:nuzzle", + "1:playnice", + "1:quickattack", + "1:sweetkiss", + "1:tailwhip", + "1:thundershock", + "4:thunderwave", + "8:doubleteam", + "12:electroball", + "16:feint", + "20:spark", + "24:agility", + "28:irontail", + "28:slam", + "32:discharge", + "36:thunderbolt", + "40:lightscreen", + "44:thunder", + "50:wildcharge", + "egg:charge", + "egg:disarmingvoice", + "egg:fakeout", + "egg:flail", + "egg:present", + "egg:tickle", + "egg:wish", + "tm:agility", + "tm:alluringvoice", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:charge", + "tm:chargebeam", + "tm:charm", + "tm:confide", + "tm:dig", + "tm:disarmingvoice", + "tm:doubleteam", + "tm:drainingkiss", + "tm:echoedvoice", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:fling", + "tm:focuspunch", + "tm:frustration", + "tm:grassknot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:irontail", + "tm:knockoff", + "tm:lightscreen", + "tm:megakick", + "tm:megapunch", + "tm:nastyplot", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:reversal", + "tm:round", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:trailblaze", + "tm:upperhand", + "tm:uproar", + "tm:voltswitch", + "tm:wildcharge", + "tutor:covet", + "tutor:electroweb", + "tutor:focuspunch", + "tutor:helpinghand", + "tutor:irontail", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:magnetrise", + "tutor:quickattack", + "tutor:risingvoltage", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:snore", + "tutor:thunderbolt", + "tutor:thunderpunch", + "tutor:volttackle" + ], + "labels": [ + "gen7" + ], + "aspects": [ + "unova" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Kalos", + "primaryType": "electric", + "abilities": [ + "static", + "h:lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 1, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:charm", + "1:growl", + "1:nastyplot", + "1:nuzzle", + "1:playnice", + "1:quickattack", + "1:sweetkiss", + "1:tailwhip", + "1:thundershock", + "4:thunderwave", + "8:doubleteam", + "12:electroball", + "16:feint", + "20:spark", + "24:agility", + "28:irontail", + "28:slam", + "32:discharge", + "36:thunderbolt", + "40:lightscreen", + "44:thunder", + "50:wildcharge", + "egg:charge", + "egg:disarmingvoice", + "egg:fakeout", + "egg:flail", + "egg:present", + "egg:tickle", + "egg:wish", + "tm:agility", + "tm:alluringvoice", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:charge", + "tm:chargebeam", + "tm:charm", + "tm:confide", + "tm:dig", + "tm:disarmingvoice", + "tm:doubleteam", + "tm:drainingkiss", + "tm:echoedvoice", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:fling", + "tm:focuspunch", + "tm:frustration", + "tm:grassknot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:irontail", + "tm:knockoff", + "tm:lightscreen", + "tm:megakick", + "tm:megapunch", + "tm:nastyplot", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:reversal", + "tm:round", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:trailblaze", + "tm:upperhand", + "tm:uproar", + "tm:voltswitch", + "tm:wildcharge", + "tutor:covet", + "tutor:electroball", + "tutor:electroweb", + "tutor:focuspunch", + "tutor:helpinghand", + "tutor:irontail", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:magnetrise", + "tutor:quickattack", + "tutor:risingvoltage", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:snore", + "tutor:thunderbolt", + "tutor:thunderpunch", + "tutor:volttackle" + ], + "labels": [ + "gen7" + ], + "aspects": [ + "kalos" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Alola", + "primaryType": "electric", + "abilities": [ + "static", + "h:lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 1, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:charm", + "1:growl", + "1:nastyplot", + "1:nuzzle", + "1:playnice", + "1:quickattack", + "1:sweetkiss", + "1:tailwhip", + "1:thundershock", + "4:thunderwave", + "8:doubleteam", + "12:electroball", + "16:feint", + "20:spark", + "24:agility", + "28:irontail", + "28:slam", + "32:discharge", + "36:thunderbolt", + "40:lightscreen", + "44:thunder", + "50:wildcharge", + "egg:charge", + "egg:disarmingvoice", + "egg:fakeout", + "egg:flail", + "egg:present", + "egg:tickle", + "egg:wish", + "tm:agility", + "tm:alluringvoice", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:charge", + "tm:chargebeam", + "tm:charm", + "tm:confide", + "tm:dig", + "tm:disarmingvoice", + "tm:doubleteam", + "tm:drainingkiss", + "tm:echoedvoice", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:fling", + "tm:focuspunch", + "tm:frustration", + "tm:grassknot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:irontail", + "tm:knockoff", + "tm:lightscreen", + "tm:megakick", + "tm:megapunch", + "tm:nastyplot", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:reversal", + "tm:round", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:trailblaze", + "tm:upperhand", + "tm:uproar", + "tm:voltswitch", + "tm:wildcharge", + "tutor:covet", + "tutor:electroball", + "tutor:electroweb", + "tutor:focuspunch", + "tutor:helpinghand", + "tutor:irontail", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:magnetrise", + "tutor:quickattack", + "tutor:risingvoltage", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:snore", + "tutor:thunderbolt", + "tutor:thunderpunch", + "tutor:volttackle" + ], + "labels": [ + "gen7", + "alola_regional" + ], + "aspects": [ + "alola" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Partner", + "primaryType": "electric", + "abilities": [ + "static", + "h:lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 1, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:charm", + "1:growl", + "1:nastyplot", + "1:nuzzle", + "1:playnice", + "1:quickattack", + "1:sweetkiss", + "1:tailwhip", + "1:thundershock", + "4:thunderwave", + "8:doubleteam", + "12:electroball", + "16:feint", + "20:spark", + "24:agility", + "28:irontail", + "28:slam", + "32:discharge", + "36:thunderbolt", + "40:lightscreen", + "44:thunder", + "50:wildcharge", + "egg:charge", + "egg:disarmingvoice", + "egg:fakeout", + "egg:flail", + "egg:present", + "egg:tickle", + "egg:wish", + "tm:agility", + "tm:alluringvoice", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:charge", + "tm:chargebeam", + "tm:charm", + "tm:confide", + "tm:dig", + "tm:disarmingvoice", + "tm:doubleteam", + "tm:drainingkiss", + "tm:echoedvoice", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:fling", + "tm:focuspunch", + "tm:frustration", + "tm:grassknot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:irontail", + "tm:knockoff", + "tm:lightscreen", + "tm:megakick", + "tm:megapunch", + "tm:nastyplot", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:reversal", + "tm:round", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:trailblaze", + "tm:upperhand", + "tm:uproar", + "tm:voltswitch", + "tm:wildcharge", + "tutor:covet", + "tutor:electroweb", + "tutor:focuspunch", + "tutor:helpinghand", + "tutor:irontail", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:magnetrise", + "tutor:quickattack", + "tutor:risingvoltage", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:snore", + "tutor:thunder", + "tutor:thunderbolt", + "tutor:thunderpunch", + "tutor:volttackle" + ], + "labels": [ + "gen7" + ], + "aspects": [ + "partner" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Starter", + "primaryType": "electric", + "abilities": [ + "static", + "h:lightningrod" + ], + "baseStats": { + "hp": 45, + "attack": 80, + "defence": 50, + "special_attack": 75, + "special_defence": 60, + "speed": 120 + }, + "catchRate": 190, + "maleRatio": 0.5, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:growl", + "1:thundershock", + "3:tailwhip", + "6:quickattack", + "9:doublekick", + "12:doubleteam", + "15:thunderwave", + "18:lightscreen", + "21:thunderbolt", + "24:slam", + "27:agility", + "30:thunder", + "tm:brickbreak", + "tm:calmmind", + "tm:dig", + "tm:facade", + "tm:headbutt", + "tm:helpinghand", + "tm:irontail", + "tm:lightscreen", + "tm:payday", + "tm:protect", + "tm:reflect", + "tm:rest", + "tm:seismictoss", + "tm:substitute", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tutor:agility", + "tutor:brickbreak", + "tutor:calmmind", + "tutor:dig", + "tutor:doublekick", + "tutor:doubleteam", + "tutor:facade", + "tutor:floatyfall", + "tutor:growl", + "tutor:headbutt", + "tutor:helpinghand", + "tutor:irontail", + "tutor:lightscreen", + "tutor:payday", + "tutor:pikapapow", + "tutor:protect", + "tutor:quickattack", + "tutor:reflect", + "tutor:rest", + "tutor:seismictoss", + "tutor:slam", + "tutor:splishysplash", + "tutor:substitute", + "tutor:tailwhip", + "tutor:thunder", + "tutor:thunderbolt", + "tutor:thunderpunch", + "tutor:thundershock", + "tutor:thunderwave", + "tutor:toxic", + "tutor:zippyzap" + ], + "labels": [ + "gen7" + ], + "aspects": [ + "starter" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Gmax", + "primaryType": "electric", + "abilities": [ + "static", + "h:lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 0.5, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "field", + "fairy" + ], + "labels": [ + "gen8", + "gmax" + ], + "aspects": [ + "gmax" + ], + "height": 210, + "weight": 0, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "World", + "primaryType": "electric", + "abilities": [ + "static", + "h:lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 1, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:charm", + "1:growl", + "1:nastyplot", + "1:nuzzle", + "1:playnice", + "1:quickattack", + "1:sweetkiss", + "1:tailwhip", + "1:thundershock", + "4:thunderwave", + "8:doubleteam", + "12:electroball", + "16:feint", + "20:spark", + "24:agility", + "28:irontail", + "28:slam", + "32:discharge", + "36:thunderbolt", + "40:lightscreen", + "44:thunder", + "egg:charge", + "egg:disarmingvoice", + "egg:fakeout", + "egg:flail", + "egg:present", + "egg:tickle", + "egg:wish", + "tm:agility", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:chargebeam", + "tm:charm", + "tm:dig", + "tm:disarmingvoice", + "tm:drainingkiss", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:fling", + "tm:grassknot", + "tm:helpinghand", + "tm:irontail", + "tm:lightscreen", + "tm:megakick", + "tm:megapunch", + "tm:nastyplot", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:reversal", + "tm:round", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:surf", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:trailblaze", + "tm:uproar", + "tm:voltswitch", + "tm:wildcharge", + "tutor:electroweb", + "tutor:irontail", + "tutor:quickattack", + "tutor:risingvoltage", + "tutor:thunderbolt", + "tutor:volttackle" + ], + "labels": [ + "gen8" + ], + "aspects": [ + "world" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Alola Bias", + "maleRatio": 0.5, + "labels": [ + "alola_regional" + ], + "aspects": [ + "region-bias-alola" + ], + "evolutions": [ + { + "id": "alola_pikachu_raichu", + "variant": "item_interact", + "result": "raichu alolan=false", + "consumeHeldItem": false, + "learnableMoves": [ + "thunderpunch" + ], + "requirements": [ + { + "variant": "biome", + "biomeCondition": "#cobblemon:is_forest" + }, + { + "variant": "biome", + "biomeAnticondition": "#cobblemon:is_spooky" + } + ], + "requiredContext": "cobblemon:thunder_stone" + }, + { + "id": "alola_pikachu_alola_raichu", + "variant": "item_interact", + "result": "raichu alolan", + "consumeHeldItem": false, + "learnableMoves": [ + "psychic" + ], + "requirements": [], + "requiredContext": "cobblemon:thunder_stone" + } + ] + } + ], + "baseExperienceYield": 112, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "field", + "fairy" + ], + "moves": [ + "1:charm", + "1:growl", + "1:nastyplot", + "1:nuzzle", + "1:playnice", + "1:quickattack", + "1:sweetkiss", + "1:tailwhip", + "1:thundershock", + "4:thunderwave", + "8:doubleteam", + "12:electroball", + "16:feint", + "20:spark", + "24:agility", + "28:irontail", + "28:slam", + "32:discharge", + "36:thunderbolt", + "40:lightscreen", + "44:thunder", + "50:wildcharge", + "tm:agility", + "tm:alluringvoice", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:captivate", + "tm:charge", + "tm:chargebeam", + "tm:charm", + "tm:confide", + "tm:dig", + "tm:disarmingvoice", + "tm:doubleteam", + "tm:drainingkiss", + "tm:echoedvoice", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:flash", + "tm:fling", + "tm:focuspunch", + "tm:frustration", + "tm:grassknot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:irontail", + "tm:knockoff", + "tm:lightscreen", + "tm:megakick", + "tm:megapunch", + "tm:nastyplot", + "tm:naturalgift", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:reversal", + "tm:rocksmash", + "tm:round", + "tm:secretpower", + "tm:shockwave", + "tm:sleeptalk", + "tm:snore", + "tm:strength", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:trailblaze", + "tm:upperhand", + "tm:uproar", + "tm:voltswitch", + "tm:wildcharge", + "tutor:agility", + "tutor:attract", + "tutor:bestow", + "tutor:bide", + "tutor:bodyslam", + "tutor:brickbreak", + "tutor:calmmind", + "tutor:charm", + "tutor:counter", + "tutor:covet", + "tutor:curse", + "tutor:defensecurl", + "tutor:detect", + "tutor:dig", + "tutor:discharge", + "tutor:doubleedge", + "tutor:doublekick", + "tutor:doubleteam", + "tutor:dynamicpunch", + "tutor:electroball", + "tutor:electroweb", + "tutor:encore", + "tutor:endeavor", + "tutor:endure", + "tutor:extremespeed", + "tutor:facade", + "tutor:fakeout", + "tutor:feint", + "tutor:flash", + "tutor:focuspunch", + "tutor:frustration", + "tutor:grassknot", + "tutor:growl", + "tutor:happyhour", + "tutor:headbutt", + "tutor:heartstamp", + "tutor:helpinghand", + "tutor:hiddenpower", + "tutor:holdhands", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:lastresort", + "tutor:lightscreen", + "tutor:magnetrise", + "tutor:megakick", + "tutor:megapunch", + "tutor:mimic", + "tutor:mudslap", + "tutor:nuzzle", + "tutor:payday", + "tutor:protect", + "tutor:rage", + "tutor:raindance", + "tutor:reflect", + "tutor:refresh", + "tutor:rest", + "tutor:return", + "tutor:risingvoltage", + "tutor:rollout", + "tutor:seismictoss", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:sing", + "tutor:skullbash", + "tutor:slam", + "tutor:sleeptalk", + "tutor:snore", + "tutor:strength", + "tutor:submission", + "tutor:substitute", + "tutor:swagger", + "tutor:sweetkiss", + "tutor:sweetscent", + "tutor:swift", + "tutor:tailwhip", + "tutor:takedown", + "tutor:teeterdance", + "tutor:thunderpunch", + "tutor:thunderwave", + "tutor:toxic", + "tutor:voltswitch", + "tutor:volttackle", + "tutor:wish", + "tutor:yawn", + "tutor:zapcannon" + ], + "labels": [ + "gen1", + "kanto_regional" + ], + "pokedex": [ + "cobblemon.species.pikachu.desc" + ], + "preEvolution": "pichu", + "evolutions": [ + { + "id": "pikachu_alola_raichu", + "variant": "item_interact", + "result": "raichu alolan", + "consumeHeldItem": false, + "learnableMoves": [ + "psychic" + ], + "requirements": [ + { + "variant": "biome", + "biomeCondition": "#cobblemon:evolution/alolan" + }, + { + "variant": "biome", + "biomeAnticondition": "#minecraft:is_freezing" + } + ], + "requiredContext": "cobblemon:thunder_stone" + }, + { + "id": "pikachu_raichu", + "variant": "item_interact", + "result": "raichu alolan=false", + "consumeHeldItem": false, + "learnableMoves": [ + "thunderpunch" + ], + "requirements": [], + "requiredContext": "cobblemon:thunder_stone" + }, + { + "id": "pikachu_cafe_raichu_alolan", + "variant": "item_interact", + "result": "cafe_raichu_alolan", + "consumeHeldItem": false, + "learnableMoves": [ + "thunderpunch" + ], + "requirements": [], + "requiredContext": "minecraft:yellow_wool" + }, + + + { + "id": "pikachu_raichu_alolan_pancake", + "variant": "item_interact", + "result": "raichu_alolan_pancake", + "consumeHeldItem": false, + "learnableMoves": [ + "thunderpunch" + ], + "requirements": [], + "requiredContext": "minecraft:cake" + } + ], + "baseScale": 0.5, + "hitbox": { + "width": 0.7, + "height": 1.3, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "height": 4, + "weight": 60, + "aspects": [], + "cannotDynamax": false +} diff --git a/global_packs/required_data/CobbleCafe/data/cobblemon/species/generation7/litten.json b/global_packs/required_data/CobbleCafe/data/cobblemon/species/generation7/litten.json new file mode 100644 index 0000000..46542c8 --- /dev/null +++ b/global_packs/required_data/CobbleCafe/data/cobblemon/species/generation7/litten.json @@ -0,0 +1,174 @@ +{ + "implemented": false, + "name": "Litten", + "nationalPokedexNumber": 725, + "primaryType": "fire", + "abilities": [ + "blaze", + "h:intimidate" + ], + "baseStats": { + "hp": 45, + "attack": 65, + "defence": 40, + "special_attack": 60, + "special_defence": 40, + "speed": 70 + }, + "catchRate": 45, + "maleRatio": 0.875, + "shoulderMountable": false, + "baseExperienceYield": 64, + "experienceGroup": "medium_slow", + "eggCycles": 15, + "eggGroups": [ + "field" + ], + "drops": { + "amount": 2, + "entries": [ + { + "item": "cobblemon:charcoal_stick", + "percentage": 5.0 + }, + { + "item": "cobblemon:expert_belt", + "percentage": 5.0 + } + ] + }, + "moves": [ + "1:growl", + "1:scratch", + "3:ember", + "6:lick", + "9:roar", + "11:leer", + "12:furyswipes", + "15:bite", + "18:doublekick", + "21:firefang", + "24:scaryface", + "27:swagger", + "30:flamethrower", + "33:thrash", + "36:flareblitz", + "46:outrage", + "egg:bodyslam", + "egg:crunch", + "egg:fakeout", + "egg:heatwave", + "egg:nastyplot", + "egg:partingshot", + "egg:powertrip", + "egg:revenge", + "tm:acrobatics", + "tm:attract", + "tm:bodyslam", + "tm:bulkup", + "tm:confide", + "tm:crunch", + "tm:doubleedge", + "tm:doubleteam", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:fireblast", + "tm:firefang", + "tm:firepledge", + "tm:firespin", + "tm:flamecharge", + "tm:flamethrower", + "tm:flareblitz", + "tm:frustration", + "tm:heatwave", + "tm:helpinghand", + "tm:hiddenpower", + "tm:leechlife", + "tm:nastyplot", + "tm:outrage", + "tm:overheat", + "tm:payday", + "tm:protect", + "tm:rest", + "tm:return", + "tm:revenge", + "tm:roar", + "tm:round", + "tm:scaryface", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swordsdance", + "tm:takedown", + "tm:taunt", + "tm:temperflare", + "tm:terablast", + "tm:torment", + "tm:toxic", + "tm:trailblaze", + "tm:uturn", + "tm:willowisp", + "tm:workup", + "tutor:covet", + "tutor:endeavor", + "tutor:firepledge", + "tutor:heatwave", + "tutor:outrage", + "tutor:snore" + ], + "labels": [ + "gen7" + ], + "pokedex": [ + "cobblemon.species.litten.desc" + ], + + "evolutions": [ + { + "id": "litten_torracat", + "variant": "level_up", + "result": "torracat", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 17 + } + ] + }, + { + "id": "litten_cafe_litten", + "variant": "item_interact", + "result": "cafe_litten", + "consumeHeldItem": true, + "learnableMoves": [], + "requirements": [], + "requiredContext": "minecraft:purple_wool" + } + ], + "baseScale": 0.6, + "hitbox": { + "width": 0.7, + "height": 0.9, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 1 + }, + "height": 4, + "weight": 43, + "aspects": [], + "cannotDynamax": false +} + diff --git a/global_packs/required_data/CobbleCafe/data/cobblemon/species/generation9/fuecoco.json b/global_packs/required_data/CobbleCafe/data/cobblemon/species/generation9/fuecoco.json new file mode 100644 index 0000000..0fa380e --- /dev/null +++ b/global_packs/required_data/CobbleCafe/data/cobblemon/species/generation9/fuecoco.json @@ -0,0 +1,146 @@ +{ + "implemented": false, + "name": "Fuecoco", + "nationalPokedexNumber": 909, + "primaryType": "fire", + "abilities": [ + "blaze", + "h:unaware" + ], + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:charcoal_stick", + "percentage": 5 + } + ] + }, + "baseStats": { + "hp": 67, + "attack": 45, + "defence": 59, + "special_attack": 63, + "special_defence": 40, + "speed": 36 + }, + "catchRate": 45, + "maleRatio": 0.875, + "baseExperienceYield": 62, + "baseFriendship": 50, + "evYield": { + "hp": 1, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "medium_slow", + "eggCycles": 20, + "eggGroups": [ + "field" + ], + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": true, + "depth": "normal", + "light": "0-4" + } + }, + "moves": [ + "1:ember", + "1:leer", + "1:tackle", + "7:round", + "12:bite", + "15:incinerate", + "17:yawn", + "21:snarl", + "25:roar", + "28:flamethrower", + "32:hypervoice", + "36:fireblast", + "egg:belch", + "egg:curse", + "egg:encore", + "egg:slackoff", + "tm:bodyslam", + "tm:crunch", + "tm:curse", + "tm:dig", + "tm:disarmingvoice", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:fireblast", + "tm:firefang", + "tm:firepledge", + "tm:firespin", + "tm:flamecharge", + "tm:flamethrower", + "tm:flareblitz", + "tm:heatwave", + "tm:helpinghand", + "tm:hypervoice", + "tm:mudslap", + "tm:outrage", + "tm:overheat", + "tm:protect", + "tm:rest", + "tm:roar", + "tm:seedbomb", + "tm:sleeptalk", + "tm:snarl", + "tm:stompingtantrum", + "tm:substitute", + "tm:sunnyday", + "tm:takedown", + "tm:temperflare", + "tm:terablast", + "tm:thunderfang", + "tm:willowisp", + "tm:zenheadbutt" + ], + "labels": [ + "gen9" + ], + "aspects": [], + "height": 4, + "weight": 98, + "evolutions": [ + { + "id": "fuecoco_crocalor", + "variant": "level_up", + "result": "crocalor", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 16 + } + ] + }, + { + "id": "fuecoco_cafe_fuecoco", + "variant": "item_interact", + "result": "cafe_fuecoco", + "consumeHeldItem": true, + "learnableMoves": [], + "requirements": [], + "requiredContext": "minecraft:red_wool" + } + ], + "baseScale": 0.6, + "hitbox": { + "width": 0.8, + "height": 1.1, + "fixed": false + }, + "cannotDynamax": false, + "pokedex": [ + "cobblemon.species.fuecoco.desc" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/CobbleCafe/data/cobblemon/species/generation9/sprigatito.json b/global_packs/required_data/CobbleCafe/data/cobblemon/species/generation9/sprigatito.json new file mode 100644 index 0000000..0fba14c --- /dev/null +++ b/global_packs/required_data/CobbleCafe/data/cobblemon/species/generation9/sprigatito.json @@ -0,0 +1,152 @@ +{ + "implemented": false, + "name": "Sprigatito", + "nationalPokedexNumber": 906, + "primaryType": "grass", + "abilities": [ + "overgrow", + "h:protean" + ], + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:miracle_seed", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 40, + "attack": 61, + "defence": 54, + "special_attack": 45, + "special_defence": 45, + "speed": 65 + }, + "catchRate": 45, + "maleRatio": 0.875, + "baseExperienceYield": 62, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 1 + }, + "experienceGroup": "medium_slow", + "eggCycles": 20, + "eggGroups": [ + "field", + "grass" + ], + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "walk": { + "walkSpeed": 0.2 + } + } + }, + "moves": [ + "1:leafage", + "1:scratch", + "1:tailwhip", + "7:bite", + "10:honeclaws", + "13:magicalleaf", + "15:quickattack", + "17:seedbomb", + "21:uturn", + "25:worryseed", + "28:slash", + "32:energyball", + "36:playrough", + "egg:allyswitch", + "egg:copycat", + "egg:leechseed", + "egg:petalblizzard", + "egg:suckerpunch", + "tm:acrobatics", + "tm:agility", + "tm:bulletseed", + "tm:charm", + "tm:disarmingvoice", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:faketears", + "tm:gigadrain", + "tm:grassknot", + "tm:grasspledge", + "tm:grassyglide", + "tm:grassyterrain", + "tm:helpinghand", + "tm:leafstorm", + "tm:magicalleaf", + "tm:mudslap", + "tm:nastyplot", + "tm:petalblizzard", + "tm:playrough", + "tm:protect", + "tm:rest", + "tm:seedbomb", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:solarbeam", + "tm:substitute", + "tm:swift", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:trailblaze", + "tm:uturn" + ], + "labels": [ + "gen9" + ], + "aspects": [], + "height": 4, + "weight": 41, + "evolutions": [ + { + "id": "sprigatito_floragato", + "variant": "level_up", + "result": "floragato", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 16 + } + ] + }, + { + "id": "sprigatito_cafe_sprigatito", + "variant": "item_interact", + "result": "cafe_sprigatito", + "consumeHeldItem": true, + "learnableMoves": [], + "requirements": [], + "requiredContext": "minecraft:lime_wool" + } + ], + "baseScale": 0.6, + "hitbox": { + "width": 1, + "height": 1.0, + "fixed": false + }, + "cannotDynamax": false, + "pokedex": [ + "cobblemon.species.sprigatito.desc" + ] +} diff --git a/global_packs/required_data/CobbleCafe/pack.mcmeta b/global_packs/required_data/CobbleCafe/pack.mcmeta new file mode 100644 index 0000000..6af2bca --- /dev/null +++ b/global_packs/required_data/CobbleCafe/pack.mcmeta @@ -0,0 +1 @@ +{"pack": {"pack_format": 34, "description": "Adds some new outfits for your Pokemon, based of those seen in Pokemon cafe/Unite :D."}} \ No newline at end of file diff --git a/global_packs/required_data/CobbleCafe/pack.png b/global_packs/required_data/CobbleCafe/pack.png new file mode 100644 index 0000000..4e2e77c Binary files /dev/null and b/global_packs/required_data/CobbleCafe/pack.png differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_1.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_1.nbt new file mode 100644 index 0000000..378f29d Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_1.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_10.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_10.nbt new file mode 100644 index 0000000..7edcd57 Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_10.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_11.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_11.nbt new file mode 100644 index 0000000..056bdfb Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_11.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_12.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_12.nbt new file mode 100644 index 0000000..76dbba4 Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_12.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_13.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_13.nbt new file mode 100644 index 0000000..bdd610b Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_13.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_14.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_14.nbt new file mode 100644 index 0000000..dbf19c4 Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_14.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_15.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_15.nbt new file mode 100644 index 0000000..bca1a07 Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_15.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_16.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_16.nbt new file mode 100644 index 0000000..01a256b Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_16.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_17.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_17.nbt new file mode 100644 index 0000000..7dd7491 Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_17.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_18.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_18.nbt new file mode 100644 index 0000000..d48ca05 Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_18.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_19.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_19.nbt new file mode 100644 index 0000000..967021f Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_19.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_2.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_2.nbt new file mode 100644 index 0000000..48569a7 Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_2.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_20.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_20.nbt new file mode 100644 index 0000000..5f8b21a Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_20.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_21.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_21.nbt new file mode 100644 index 0000000..9dd2cbb Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_21.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_3.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_3.nbt new file mode 100644 index 0000000..1666c76 Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_3.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_4.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_4.nbt new file mode 100644 index 0000000..91aa13b Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_4.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_5.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_5.nbt new file mode 100644 index 0000000..a705c79 Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_5.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_6.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_6.nbt new file mode 100644 index 0000000..403833c Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_6.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_7.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_7.nbt new file mode 100644 index 0000000..e3f898c Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_7.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_8.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_8.nbt new file mode 100644 index 0000000..dd03b90 Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_8.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_9.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_9.nbt new file mode 100644 index 0000000..8bccda8 Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_9.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/birch_river.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/birch_river.nbt new file mode 100644 index 0000000..3143791 Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/birch_river.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/calcite_house.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/calcite_house.nbt new file mode 100644 index 0000000..916370f Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/calcite_house.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/castle_ruin.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/castle_ruin.nbt new file mode 100644 index 0000000..b8ecaf9 Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/castle_ruin.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/castle_tower.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/castle_tower.nbt new file mode 100644 index 0000000..65c1314 Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/castle_tower.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/castle_tower_top.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/castle_tower_top.nbt new file mode 100644 index 0000000..54b3f70 Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/castle_tower_top.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/cherry_river.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/cherry_river.nbt new file mode 100644 index 0000000..dfe95ff Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/cherry_river.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/desert_pyramid.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/desert_pyramid.nbt new file mode 100644 index 0000000..238c875 Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/desert_pyramid.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/desert_pyramid_side.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/desert_pyramid_side.nbt new file mode 100644 index 0000000..fb5c748 Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/desert_pyramid_side.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/desert_pyramid_top.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/desert_pyramid_top.nbt new file mode 100644 index 0000000..dd411e6 Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/desert_pyramid_top.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/desert_well.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/desert_well.nbt new file mode 100644 index 0000000..a0b25fb Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/desert_well.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/diorite_house.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/diorite_house.nbt new file mode 100644 index 0000000..91c6a53 Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/diorite_house.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/diorite_house_lower.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/diorite_house_lower.nbt new file mode 100644 index 0000000..c4dc9f0 Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/diorite_house_lower.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/diorite_house_side.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/diorite_house_side.nbt new file mode 100644 index 0000000..010ce06 Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/diorite_house_side.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/diorite_house_side_2.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/diorite_house_side_2.nbt new file mode 100644 index 0000000..ace18f2 Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/diorite_house_side_2.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/frozen_pond.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/frozen_pond.nbt new file mode 100644 index 0000000..4264be9 Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/frozen_pond.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/jungle.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/jungle.nbt new file mode 100644 index 0000000..979ecd2 Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/jungle.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/jungle_east.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/jungle_east.nbt new file mode 100644 index 0000000..960ec50 Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/jungle_east.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/jungle_east_top.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/jungle_east_top.nbt new file mode 100644 index 0000000..0481a7f Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/jungle_east_top.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/jungle_south.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/jungle_south.nbt new file mode 100644 index 0000000..2a1004a Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/jungle_south.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/jungle_south_east.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/jungle_south_east.nbt new file mode 100644 index 0000000..3a3444f Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/jungle_south_east.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/jungle_south_east_top.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/jungle_south_east_top.nbt new file mode 100644 index 0000000..117327b Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/jungle_south_east_top.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/jungle_south_north.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/jungle_south_north.nbt new file mode 100644 index 0000000..2a2013b Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/jungle_south_north.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/jungle_south_top.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/jungle_south_top.nbt new file mode 100644 index 0000000..a238a07 Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/jungle_south_top.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/jungle_top.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/jungle_top.nbt new file mode 100644 index 0000000..c48b65e Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/jungle_top.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/large_tower.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/large_tower.nbt new file mode 100644 index 0000000..9f4fcd7 Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/large_tower.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/large_tower_lower.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/large_tower_lower.nbt new file mode 100644 index 0000000..943518d Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/large_tower_lower.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/large_tower_lower_2.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/large_tower_lower_2.nbt new file mode 100644 index 0000000..b50cb13 Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/large_tower_lower_2.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/large_tower_side.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/large_tower_side.nbt new file mode 100644 index 0000000..abfc60d Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/large_tower_side.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/large_tower_side_2.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/large_tower_side_2.nbt new file mode 100644 index 0000000..902b626 Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/large_tower_side_2.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/large_tower_top.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/large_tower_top.nbt new file mode 100644 index 0000000..c6e835f Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/large_tower_top.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/leaf_hollow.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/leaf_hollow.nbt new file mode 100644 index 0000000..fa97719 Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/leaf_hollow.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/leaf_hollow_side.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/leaf_hollow_side.nbt new file mode 100644 index 0000000..17af181 Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/leaf_hollow_side.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/leaf_hollow_side_2.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/leaf_hollow_side_2.nbt new file mode 100644 index 0000000..82aa190 Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/leaf_hollow_side_2.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/leaf_hollow_side_3.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/leaf_hollow_side_3.nbt new file mode 100644 index 0000000..fa1a28e Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/leaf_hollow_side_3.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/mangrove.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/mangrove.nbt new file mode 100644 index 0000000..ef092c6 Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/mangrove.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/mangrove_top.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/mangrove_top.nbt new file mode 100644 index 0000000..6502af4 Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/mangrove_top.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/mushroom.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/mushroom.nbt new file mode 100644 index 0000000..5469e19 Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/mushroom.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/nether_portal.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/nether_portal.nbt new file mode 100644 index 0000000..4d7be6d Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/nether_portal.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/palm_island.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/palm_island.nbt new file mode 100644 index 0000000..fcf337b Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/palm_island.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/small_deepslate_house.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/small_deepslate_house.nbt new file mode 100644 index 0000000..47b45d2 Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/small_deepslate_house.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/small_oak_house.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/small_oak_house.nbt new file mode 100644 index 0000000..1bc80e2 Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/small_oak_house.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/small_pond.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/small_pond.nbt new file mode 100644 index 0000000..71c6d1d Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/small_pond.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/small_tower.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/small_tower.nbt new file mode 100644 index 0000000..1744e7b Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/small_tower.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/spruce_huts.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/spruce_huts.nbt new file mode 100644 index 0000000..7708fa4 Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/spruce_huts.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/taiga.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/taiga.nbt new file mode 100644 index 0000000..7a9bd71 Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/taiga.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/taiga_top.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/taiga_top.nbt new file mode 100644 index 0000000..cad241f Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/taiga_top.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/tree_1.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/tree_1.nbt new file mode 100644 index 0000000..b8938ca Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/tree_1.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/tree_2.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/tree_2.nbt new file mode 100644 index 0000000..0bd22c7 Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/tree_2.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/tree_3.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/tree_3.nbt new file mode 100644 index 0000000..b9991c1 Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/tree_3.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/tree_4.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/tree_4.nbt new file mode 100644 index 0000000..4ad87f7 Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/tree_4.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/tree_5.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/tree_5.nbt new file mode 100644 index 0000000..be541f3 Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/tree_5.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/tree_6.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/tree_6.nbt new file mode 100644 index 0000000..8d89980 Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/tree_6.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/tree_7.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/tree_7.nbt new file mode 100644 index 0000000..b8a1f1a Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/tree_7.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/tree_8.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/tree_8.nbt new file mode 100644 index 0000000..75a21d9 Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/tree_8.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/volcano.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/volcano.nbt new file mode 100644 index 0000000..f9df633 Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/volcano.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/volcano_side.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/volcano_side.nbt new file mode 100644 index 0000000..0300ef4 Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/volcano_side.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/volcano_side_1.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/volcano_side_1.nbt new file mode 100644 index 0000000..37cbab8 Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/volcano_side_1.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/volcano_side_2.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/volcano_side_2.nbt new file mode 100644 index 0000000..b41747e Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/volcano_side_2.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/volcano_side_3.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/volcano_side_3.nbt new file mode 100644 index 0000000..a4897bb Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/volcano_side_3.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/volcano_side_4.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/volcano_side_4.nbt new file mode 100644 index 0000000..855d0f9 Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/volcano_side_4.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/volcano_side_5.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/volcano_side_5.nbt new file mode 100644 index 0000000..34283ae Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/volcano_side_5.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/white_house.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/white_house.nbt new file mode 100644 index 0000000..dd44ef1 Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/white_house.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/white_house_lower.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/white_house_lower.nbt new file mode 100644 index 0000000..d81295e Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/white_house_lower.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/white_house_lower_side.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/white_house_lower_side.nbt new file mode 100644 index 0000000..2d90c07 Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/white_house_lower_side.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/white_house_side.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/white_house_side.nbt new file mode 100644 index 0000000..b6c56d6 Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/white_house_side.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/white_house_side_2.nbt b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/white_house_side_2.nbt new file mode 100644 index 0000000..8836bfc Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/white_house_side_2.nbt differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/acacia_biomes.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/acacia_biomes.json new file mode 100644 index 0000000..eb70c1b --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/acacia_biomes.json @@ -0,0 +1,31 @@ +{ + "replace": false, + + "_comment": " This biome tag can specify the biome directly. Or specify another biome tag by starting with # ", + "values": [ + "minecraft:savanna", + "biomeswevegone:araucaria_savanna", + "biomeswevegone:baobab_savanna", + "biomeswevegone:ironwood_gour", + { + "id": "byg:baobab_savanna", + "required": false + }, + { + "id": "byg:mojave_desert", + "required": false + }, + { + "id": "byg:atacama_desert", + "required": false + }, + { + "id": "byg:red_rock_valley", + "required": false + }, + { + "id": "byg:araucaria_savanna", + "required": false + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/beach_biomes.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/beach_biomes.json new file mode 100644 index 0000000..85bc848 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/beach_biomes.json @@ -0,0 +1,19 @@ +{ + "replace": false, + + "_comment": " This biome tag can specify the biome directly. Or specify another biome tag by starting with # ", + "values": [ + "#minecraft:is_beach", + "biomeswevegone:basalt_barrera", + "biomeswevegone:dacite_shore", + "biomeswevegone:rainbow_beach", + { + "id": "byg:rainbow_beach", + "required": false + }, + { + "id": "byg:dacite_shore", + "required": false + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/birch_biomes.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/birch_biomes.json new file mode 100644 index 0000000..eae8c2d --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/birch_biomes.json @@ -0,0 +1,52 @@ +{ + "replace": false, + + "_comment": " This biome tag can specify the biome directly. Or specify another biome tag by starting with # ", + "values": [ + "minecraft:birch_forest", + "minecraft:forest", + "biomeswevegone:aspen_boreal", + "biomeswevegone:black_forest", + "biomeswevegone:canadian_shield", + "biomeswevegone:cika_woods", + "biomeswevegone:coniferous_forest", + "biomeswevegone:dacite_ridges", + "biomeswevegone:ebony_woods", + "biomeswevegone:enchanted_tangle", + "biomeswevegone:eroded_borealis", + "biomeswevegone:forgotten_forest", + "biomeswevegone:frosted_coniferous_forest", + "biomeswevegone:howling_peaks", + "biomeswevegone:orchard", + "biomeswevegone:overgrowth_woodlands", + "biomeswevegone:redwood_thicket", + "biomeswevegone:sakura_grove", + "biomeswevegone:skyrise_vale", + "biomeswevegone:weeping_witch_forest", + "biomeswevegone:zelkova_forest", + { + "id": "byg:seasonal_birch_forest", + "required": false + }, + { + "id": "byg:seasonal_birch_forest_hill", + "required": false + }, + { + "id": "byg:temperate_grove", + "required": false + }, + { + "id": "byg:howling_peaks", + "required": false + }, + { + "id": "byg:aspen_forest", + "required": false + }, + { + "id": "byg:zelkova_forest", + "required": false + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/cherry_biomes.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/cherry_biomes.json new file mode 100644 index 0000000..439f7f6 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/cherry_biomes.json @@ -0,0 +1,8 @@ +{ + "replace": false, + + "_comment": " This biome tag can specify the biome directly. Or specify another biome tag by starting with # ", + "values": [ + "minecraft:cherry_grove" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/crimson_biomes.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/crimson_biomes.json new file mode 100644 index 0000000..5a47f09 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/crimson_biomes.json @@ -0,0 +1,12 @@ +{ + "replace": false, + + "_comment": " This biome tag can specify the biome directly. Or specify another biome tag by starting with # ", + "values": [ + "minecraft:crimson_forest", + { + "id": "byg:crimson_gardens", + "required": false + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/dark_oak_biomes.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/dark_oak_biomes.json new file mode 100644 index 0000000..822e1a6 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/dark_oak_biomes.json @@ -0,0 +1,39 @@ +{ + "replace": false, + + "_comment": " This biome tag can specify the biome directly. Or specify another biome tag by starting with # ", + "values": [ + "minecraft:dark_forest", + "biomeswevegone:aspen_boreal", + "biomeswevegone:black_forest", + "biomeswevegone:canadian_shield", + "biomeswevegone:cika_woods", + "biomeswevegone:coniferous_forest", + "biomeswevegone:dacite_ridges", + "biomeswevegone:ebony_woods", + "biomeswevegone:enchanted_tangle", + "biomeswevegone:eroded_borealis", + "biomeswevegone:forgotten_forest", + "biomeswevegone:frosted_coniferous_forest", + "biomeswevegone:howling_peaks", + "biomeswevegone:orchard", + "biomeswevegone:overgrowth_woodlands", + "biomeswevegone:redwood_thicket", + "biomeswevegone:sakura_grove", + "biomeswevegone:skyrise_vale", + "biomeswevegone:weeping_witch_forest", + "biomeswevegone:zelkova_forest", + { + "id": "biomesoplenty:ominous_woods", + "required": false + }, + { + "id": "byg:baobab_forest", + "required": false + }, + { + "id": "byg:ebony_woods", + "required": false + } + ] +} diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/desert_biomes.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/desert_biomes.json new file mode 100644 index 0000000..c0f4bfa --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/desert_biomes.json @@ -0,0 +1,31 @@ +{ + "replace": false, + + "_comment": " This biome tag can specify the biome directly. Or specify another biome tag by starting with # ", + "values": [ + "minecraft:desert", + "biomeswevegone:atacama_outback", + "biomeswevegone:mojave_desert", + "biomeswevegone:windswept_desert", + { + "id": "#forge:is_desert", + "required": false + }, + { + "id": "byg:mojave_desert", + "required": false + }, + { + "id": "byg:atacama_desert", + "required": false + }, + { + "id": "byg:red_rock_valley", + "required": false + }, + { + "id": "byg:windswept_desert", + "required": false + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/end_biomes.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/end_biomes.json new file mode 100644 index 0000000..31815b4 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/end_biomes.json @@ -0,0 +1,20 @@ +{ + "replace": false, + + "_comment": " This biome tag can specify the biome directly. Or specify another biome tag by starting with # ", + "values": [ + "minecraft:end_highlands", + { + "id": "byg:imparius_grove", + "required": false + }, + { + "id": "byg:viscal_isles", + "required": false + }, + { + "id": "byg:cryptic_wastes", + "required": false + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/flower_biomes.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/flower_biomes.json new file mode 100644 index 0000000..d87561d --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/flower_biomes.json @@ -0,0 +1,35 @@ +{ + "replace": false, + + "_comment": " This biome tag can specify the biome directly. Or specify another biome tag by starting with # ", + "values": [ + "minecraft:flower_forest", + "biomeswevegone:allium_shrubland", + "biomeswevegone:amaranth_grassland", + "biomeswevegone:coconino_meadow", + "biomeswevegone:enchanted_tangle", + "biomeswevegone:lush_stacks", + "biomeswevegone:orchard", + "biomeswevegone:sakura_grove", + { + "id": "byg:allium_fields", + "required": false + }, + { + "id": "byg:amaranth_fields", + "required": false + }, + { + "id": "byg:rose_fields", + "required": false + }, + { + "id": "biomesoplenty:lavender_field", + "required": false + }, + { + "id": "biomesoplenty:mystic_grove", + "required": false + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/jungle_biomes.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/jungle_biomes.json new file mode 100644 index 0000000..8862f60 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/jungle_biomes.json @@ -0,0 +1,20 @@ +{ + "replace": false, + + "_comment": " This biome tag can specify the biome directly. Or specify another biome tag by starting with # ", + "values": [ + "#minecraft:is_jungle", + "biomeswevegone:crag_gardens", + "biomeswevegone:fragment_jungle", + "biomeswevegone:jacaranda_jungle", + "biomeswevegone:tropical_rainforest", + { + "id": "byg:guiana_shield", + "required": false + }, + { + "id": "byg:jacaranda_forest", + "required": false + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/mangrove_biomes.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/mangrove_biomes.json new file mode 100644 index 0000000..f7a184b --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/mangrove_biomes.json @@ -0,0 +1,11 @@ +{ + "replace": false, + + "_comment": " This biome tag can specify the biome directly. Or specify another biome tag by starting with # ", + "values": [ + "minecraft:mangrove_swamp", + "biomeswevegone:bayou", + "biomeswevegone:cypress_swamplands", + "biomeswevegone:white_mangrove_marshes" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/mountain_biomes.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/mountain_biomes.json new file mode 100644 index 0000000..50eee99 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/mountain_biomes.json @@ -0,0 +1,14 @@ +{ + "replace": false, + + "_comment": " This biome tag can specify the biome directly. Or specify another biome tag by starting with # ", + "values": [ + "#minecraft:is_mountain", + "biomeswevegone:crag_gardens", + "biomeswevegone:howling_peaks", + { + "id": "#forge:is_mountain", + "required": false + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/mushroom_island_biomes.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/mushroom_island_biomes.json new file mode 100644 index 0000000..e668d49 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/mushroom_island_biomes.json @@ -0,0 +1,20 @@ +{ + "replace": false, + + "_comment": " This biome tag can specify the biome directly. Or specify another biome tag by starting with # ", + "values": [ + "minecraft:mushroom_fields", + { + "id": "biomesoplenty:fungal_field", + "required": false + }, + { + "id": "biomesoplenty:fungal_jungle", + "required": false + }, + { + "id": "biomesoplenty:mystic_grove", + "required": false + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/nether_biomes.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/nether_biomes.json new file mode 100644 index 0000000..d046f60 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/nether_biomes.json @@ -0,0 +1,8 @@ +{ + "replace": false, + + "_comment": " This biome tag can specify the biome directly. Or specify another biome tag by starting with # ", + "values": [ + "#minecraft:is_nether" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/nether_wastes_biomes.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/nether_wastes_biomes.json new file mode 100644 index 0000000..95c07cc --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/nether_wastes_biomes.json @@ -0,0 +1,12 @@ +{ + "replace": false, + + "_comment": " This biome tag can specify the biome directly. Or specify another biome tag by starting with # ", + "values": [ + "minecraft:nether_wastes", + { + "id": "byg:magma_wastes", + "required": false + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/oak_biomes.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/oak_biomes.json new file mode 100644 index 0000000..e6089d6 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/oak_biomes.json @@ -0,0 +1,47 @@ +{ + "replace": false, + + "_comment": " This biome tag can specify the biome directly. Or specify another biome tag by starting with # ", + "values": [ + "minecraft:forest", + "biomeswevegone:aspen_boreal", + "biomeswevegone:black_forest", + "biomeswevegone:canadian_shield", + "biomeswevegone:cika_woods", + "biomeswevegone:coniferous_forest", + "biomeswevegone:dacite_ridges", + "biomeswevegone:ebony_woods", + "biomeswevegone:enchanted_tangle", + "biomeswevegone:eroded_borealis", + "biomeswevegone:forgotten_forest", + "biomeswevegone:frosted_coniferous_forest", + "biomeswevegone:howling_peaks", + "biomeswevegone:orchard", + "biomeswevegone:overgrowth_woodlands", + "biomeswevegone:redwood_thicket", + "biomeswevegone:sakura_grove", + "biomeswevegone:skyrise_vale", + "biomeswevegone:weeping_witch_forest", + "biomeswevegone:zelkova_forest", + { + "id": "byg:firecracker_shrubland", + "required": false + }, + { + "id": "byg:allium_fields", + "required": false + }, + { + "id": "byg:red_oak_forest", + "required": false + }, + { + "id": "byg:autumnal_forest", + "required": false + }, + { + "id": "biomesoplenty:orchard", + "required": false + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/ocean_biomes.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/ocean_biomes.json new file mode 100644 index 0000000..4f905c9 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/ocean_biomes.json @@ -0,0 +1,15 @@ +{ + "replace": false, + + "_comment": " This biome tag can specify the biome directly. Or specify another biome tag by starting with # ", + "values": [ + "minecraft:ocean", + "minecraft:deep_ocean", + "biomeswevegone:dead_sea", + "biomeswevegone:lush_stacks", + { + "id": "#forge:is_water/overworld", + "required": false + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/overworld_biomes.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/overworld_biomes.json new file mode 100644 index 0000000..48e1214 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/overworld_biomes.json @@ -0,0 +1,118 @@ +{ + "replace": false, + + "_comment": " This biome tag can specify the biome directly. Or specify another biome tag by starting with # ", + "values": [ + "#minecraft:is_jungle", + "#minecraft:is_taiga", + "minecraft:plains", + "minecraft:savanna", + "minecraft:forest", + "minecraft:birch_forest", + "minecraft:flower_forest", + "biomeswevegone:allium_shrubland", + "biomeswevegone:amaranth_grassland", + "biomeswevegone:araucaria_savanna", + "biomeswevegone:aspen_boreal", + "biomeswevegone:atacama_outback", + "biomeswevegone:baobab_savanna", + "biomeswevegone:basalt_barrera", + "biomeswevegone:bayou", + "biomeswevegone:black_forest", + "biomeswevegone:canadian_shield", + "biomeswevegone:cika_woods", + "biomeswevegone:coconino_meadow", + "biomeswevegone:coniferous_forest", + "biomeswevegone:crag_gardens", + "biomeswevegone:crimson_tundra", + "biomeswevegone:cypress_swamplands", + "biomeswevegone:dacite_ridges", + "biomeswevegone:dacite_shore", + "biomeswevegone:dead_sea", + "biomeswevegone:ebony_woods", + "biomeswevegone:enchanted_tangle", + "biomeswevegone:eroded_borealis", + "biomeswevegone:firecracker_chaparral", + "biomeswevegone:forgotten_forest", + "biomeswevegone:fragment_jungle", + "biomeswevegone:frosted_coniferous_forest", + "biomeswevegone:frosted_taiga", + "biomeswevegone:howling_peaks", + "biomeswevegone:ironwood_gour", + "biomeswevegone:jacaranda_jungle", + "biomeswevegone:lush_stacks", + "biomeswevegone:maple_taiga", + "biomeswevegone:mojave_desert", + "biomeswevegone:orchard", + "biomeswevegone:overgrowth_woodlands", + "biomeswevegone:prairie", + "biomeswevegone:pumpkin_valley", + "biomeswevegone:rainbow_beach", + "biomeswevegone:red_rock_valley", + "biomeswevegone:redwood_thicket", + "biomeswevegone:rose_fields", + "biomeswevegone:rugged_badlands", + "biomeswevegone:sakura_grove", + "biomeswevegone:shattered_glacier", + "biomeswevegone:sierra_badlands", + "biomeswevegone:skyrise_vale", + "biomeswevegone:temperate_grove", + "biomeswevegone:tropical_rainforest", + "biomeswevegone:weeping_witch_forest", + "biomeswevegone:white_mangrove_marshes", + "biomeswevegone:windswept_desert", + "biomeswevegone:zelkova_forest", + { + "id": "byg:firecracker_shrubland", + "required": false + }, + { + "id": "byg:autumnal_valley", + "required": false + }, + { + "id": "byg:rose_fields", + "required": false + }, + { + "id": "#biomesoplenty:is_savanna", + "required": false + }, + { + "id": "biomesoplenty:lavender_forest", + "required": false + }, + { + "id": "biomesoplenty:maple_woods", + "required": false + }, + { + "id": "biomesoplenty:seasonal_forest", + "required": false + }, + { + "id": "biomesoplenty:orchard", + "required": false + }, + { + "id": "biomesoplenty:seasonal_pumpkin_patch", + "required": false + }, + { + "id": "biomesoplenty:dead_forest", + "required": false + }, + { + "id": "biomesoplenty:fir_clearing", + "required": false + }, + { + "id": "biomesoplenty:cherry_blossom_grove", + "required": false + }, + { + "id": "biomesoplenty:field", + "required": false + } + ] +} diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/plains_and_oak_biomes.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/plains_and_oak_biomes.json new file mode 100644 index 0000000..bdeb0fd --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/plains_and_oak_biomes.json @@ -0,0 +1,56 @@ +{ + "replace": false, + + "_comment": " This biome tag can specify the biome directly. Or specify another biome tag by starting with # ", + "values": [ + "minecraft:forest", + "minecraft:forest", + "biomeswevegone:aspen_boreal", + "biomeswevegone:black_forest", + "biomeswevegone:canadian_shield", + "biomeswevegone:cika_woods", + "biomeswevegone:coniferous_forest", + "biomeswevegone:dacite_ridges", + "biomeswevegone:ebony_woods", + "biomeswevegone:enchanted_tangle", + "biomeswevegone:eroded_borealis", + "biomeswevegone:forgotten_forest", + "biomeswevegone:frosted_coniferous_forest", + "biomeswevegone:howling_peaks", + "biomeswevegone:orchard", + "biomeswevegone:overgrowth_woodlands", + "biomeswevegone:redwood_thicket", + "biomeswevegone:sakura_grove", + "biomeswevegone:skyrise_vale", + "biomeswevegone:weeping_witch_forest", + "biomeswevegone:zelkova_forest", + { + "id": "biomesoplenty:bamboo_grove", + "required": false + }, + { + "id": "biomesoplenty:boreal_forest", + "required": false + }, + { + "id": "biomesoplenty:cherry_blossom_grove", + "required": false + }, + { + "id": "biomesoplenty:lavender_forest", + "required": false + }, + { + "id": "biomesoplenty:maple_woods", + "required": false + }, + { + "id": "biomesoplenty:seasonal_forest", + "required": false + }, + { + "id": "biomesoplenty:orchard", + "required": false + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/snowy_biomes.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/snowy_biomes.json new file mode 100644 index 0000000..d3e2b8c --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/snowy_biomes.json @@ -0,0 +1,30 @@ +{ + "replace": false, + + "_comment": " This biome tag can specify the biome directly. Or specify another biome tag by starting with # ", + "values": [ + "minecraft:snowy_taiga", + "biomeswevegone:eroded_borealis", + "biomeswevegone:howling_peaks", + { + "id": "byg:frosted_taiga", + "required": false + }, + { + "id": "byg:frosted_coniferous_forest", + "required": false + }, + { + "id": "byg:alps", + "required": false + }, + { + "id": "byg:snowy_deciduous_forest", + "required": false + }, + { + "id": "byg:snowy_evergreen_taiga", + "required": false + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/stony_shore_biomes.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/stony_shore_biomes.json new file mode 100644 index 0000000..1073845 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/stony_shore_biomes.json @@ -0,0 +1,8 @@ +{ + "replace": false, + + "_comment": " This biome tag can specify the biome directly. Or specify another biome tag by starting with # ", + "values": [ + "minecraft:stony_shore" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/swampy_biomes.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/swampy_biomes.json new file mode 100644 index 0000000..4e613ce --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/swampy_biomes.json @@ -0,0 +1,39 @@ +{ + "replace": false, + + "_comment": " This biome tag can specify the biome directly. Or specify another biome tag by starting with # ", + "values": [ + "minecraft:swamp", + "biomeswevegone:bayou", + "biomeswevegone:cypress_swamplands", + "biomeswevegone:white_mangrove_marshes", + { + "id": "#forge:is_swamp", + "required": false + }, + { + "id": "byg:bayou", + "required": false + }, + { + "id": "byg:cypress_swamplands", + "required": false + }, + { + "id": "byg:white_mangrove_marshes", + "required": false + }, + { + "id": "byg:glowshroom_bayou", + "required": false + }, + { + "id": "byg:vibrant_swamplands", + "required": false + }, + { + "id": "byg:cold_swamplands", + "required": false + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/taiga_biomes.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/taiga_biomes.json new file mode 100644 index 0000000..bf76db5 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/taiga_biomes.json @@ -0,0 +1,22 @@ +{ + "replace": false, + + "_comment": " This biome tag can specify the biome directly. Or specify another biome tag by starting with # ", + "values": [ + "#minecraft:is_taiga", + "biomeswevegone:frosted_taiga", + "biomeswevegone:maple_taiga", + { + "id": "byg:canadian_shield", + "required": false + }, + { + "id": "byg:snowy_deciduous_forest", + "required": false + }, + { + "id": "byg:snowy_evergreen_taiga", + "required": false + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/processor_list/waterlogging_fix_processor.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/processor_list/waterlogging_fix_processor.json new file mode 100644 index 0000000..f371e74 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/processor_list/waterlogging_fix_processor.json @@ -0,0 +1,7 @@ +{ + "processors": [ + { + "processor_type": "mss:waterlogging_fix_processor" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/birch_river.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/birch_river.json new file mode 100644 index 0000000..829d88b --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/birch_river.json @@ -0,0 +1,24 @@ +{ + "type": "mss:mss_generic_jigsaw_structure", + + "start_pool": "mss:birch_river_start_pool", + + "size": 2, + + "biomes": "#mss:has_structure/birch_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "step": "surface_structures", + "terrain_adaptation": "none", + "start_height": { + "type": "minecraft:uniform", + "max_inclusive": { + "absolute": 150 + }, + "min_inclusive": { + "absolute": 45 + } + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/calcite_house.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/calcite_house.json new file mode 100644 index 0000000..1965d4c --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/calcite_house.json @@ -0,0 +1,25 @@ +{ + + "type": "mss:mss_generic_jigsaw_structure", + + "start_pool": "mss:calcite_house_start_pool", + + "size": 1, + + "biomes": "#mss:has_structure/overworld_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "step": "surface_structures", + "terrain_adaptation": "none", + "start_height": { + "type": "minecraft:uniform", + "max_inclusive": { + "absolute": 150 + }, + "min_inclusive": { + "absolute": 45 + } + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/castle_ruin.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/castle_ruin.json new file mode 100644 index 0000000..7a1e114 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/castle_ruin.json @@ -0,0 +1,25 @@ +{ + + "type": "mss:mss_generic_jigsaw_structure", + + "start_pool": "mss:castle_ruin_start_pool", + + "size": 1, + + "biomes": "#mss:has_structure/overworld_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "step": "surface_structures", + "terrain_adaptation": "none", + "start_height": { + "type": "minecraft:uniform", + "max_inclusive": { + "absolute": 150 + }, + "min_inclusive": { + "absolute": 45 + } + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/castle_tower.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/castle_tower.json new file mode 100644 index 0000000..537ca45 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/castle_tower.json @@ -0,0 +1,25 @@ +{ + + "type": "mss:mss_generic_jigsaw_structure", + + "start_pool": "mss:castle_tower/start_pool", + + "size": 1, + + "biomes": "#mss:has_structure/overworld_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "step": "surface_structures", + "terrain_adaptation": "none", + "start_height": { + "type": "minecraft:uniform", + "max_inclusive": { + "absolute": 150 + }, + "min_inclusive": { + "absolute": 45 + } + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/cherry_river.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/cherry_river.json new file mode 100644 index 0000000..34783ab --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/cherry_river.json @@ -0,0 +1,24 @@ +{ + "type": "mss:mss_generic_jigsaw_structure", + + "start_pool": "mss:cherry_river_start_pool", + + "size": 2, + + "biomes": "#mss:has_structure/cherry_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "step": "surface_structures", + "terrain_adaptation": "none", + "start_height": { + "type": "minecraft:uniform", + "max_inclusive": { + "absolute": 150 + }, + "min_inclusive": { + "absolute": 45 + } + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/desert_pyramid.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/desert_pyramid.json new file mode 100644 index 0000000..99f8c68 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/desert_pyramid.json @@ -0,0 +1,24 @@ +{ + "type": "mss:mss_generic_jigsaw_structure", + + "start_pool": "mss:desert_pyramid/start_pool", + + "size": 2, + + "biomes": "#mss:has_structure/desert_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "step": "surface_structures", + "terrain_adaptation": "none", + "start_height": { + "type": "minecraft:uniform", + "max_inclusive": { + "absolute": 150 + }, + "min_inclusive": { + "absolute": 45 + } + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/desert_well.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/desert_well.json new file mode 100644 index 0000000..257a29d --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/desert_well.json @@ -0,0 +1,25 @@ +{ + + "type": "mss:mss_generic_jigsaw_structure", + + "start_pool": "mss:desert_well_start_pool", + + "size": 1, + + "biomes": "#mss:has_structure/desert_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "step": "surface_structures", + "terrain_adaptation": "none", + "start_height": { + "type": "minecraft:uniform", + "max_inclusive": { + "absolute": 120 + }, + "min_inclusive": { + "absolute": 30 + } + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/diorite_house.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/diorite_house.json new file mode 100644 index 0000000..daf3dae --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/diorite_house.json @@ -0,0 +1,24 @@ +{ + "type": "mss:mss_generic_jigsaw_structure", + + "start_pool": "mss:diorite_house/start_pool", + + "size": 5, + + "biomes": "#mss:has_structure/overworld_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "step": "surface_structures", + "terrain_adaptation": "none", + "start_height": { + "type": "minecraft:uniform", + "max_inclusive": { + "absolute": 200 + }, + "min_inclusive": { + "absolute": 100 + } + }, + + "spawn_overrides": {} +} diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/frozen_pond.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/frozen_pond.json new file mode 100644 index 0000000..1838a2d --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/frozen_pond.json @@ -0,0 +1,24 @@ +{ + "type": "mss:mss_generic_jigsaw_structure", + + "start_pool": "mss:frozen_pond_start_pool", + + "size": 2, + + "biomes": "#mss:has_structure/snowy_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "step": "surface_structures", + "terrain_adaptation": "none", + "start_height": { + "type": "minecraft:uniform", + "max_inclusive": { + "absolute": 150 + }, + "min_inclusive": { + "absolute": 45 + } + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/jungle.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/jungle.json new file mode 100644 index 0000000..a79ebec --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/jungle.json @@ -0,0 +1,24 @@ +{ + "type": "mss:mss_generic_jigsaw_structure", + + "start_pool": "mss:jungle/start_pool", + + "size": 5, + + "biomes": "#mss:has_structure/jungle_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "step": "surface_structures", + "terrain_adaptation": "none", + "start_height": { + "type": "minecraft:uniform", + "max_inclusive": { + "absolute": 150 + }, + "min_inclusive": { + "absolute": 45 + } + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/large_tower.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/large_tower.json new file mode 100644 index 0000000..7e48375 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/large_tower.json @@ -0,0 +1,24 @@ +{ + "type": "mss:mss_generic_jigsaw_structure", + + "start_pool": "mss:large_tower/start_pool", + + "size": 5, + + "biomes": "#mss:has_structure/overworld_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "step": "surface_structures", + "terrain_adaptation": "none", + "start_height": { + "type": "minecraft:uniform", + "max_inclusive": { + "absolute": 200 + }, + "min_inclusive": { + "absolute": 100 + } + }, + + "spawn_overrides": {} +} diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/leaf_hollow.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/leaf_hollow.json new file mode 100644 index 0000000..e2c0865 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/leaf_hollow.json @@ -0,0 +1,24 @@ +{ + "type": "mss:mss_generic_jigsaw_structure", + + "start_pool": "mss:leaf_hollow/start_pool", + + "size": 2, + + "biomes": "#mss:has_structure/overworld_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "step": "surface_structures", + "terrain_adaptation": "none", + "start_height": { + "type": "minecraft:uniform", + "max_inclusive": { + "absolute": 150 + }, + "min_inclusive": { + "absolute": 45 + } + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/mangrove.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/mangrove.json new file mode 100644 index 0000000..eb54383 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/mangrove.json @@ -0,0 +1,24 @@ +{ + "type": "mss:mss_generic_jigsaw_structure", + + "start_pool": "mss:mangrove/start_pool", + + "size": 2, + + "biomes": "#mss:has_structure/mangrove_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "step": "surface_structures", + "terrain_adaptation": "none", + "start_height": { + "type": "minecraft:uniform", + "max_inclusive": { + "absolute": 150 + }, + "min_inclusive": { + "absolute": 45 + } + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/mushroom.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/mushroom.json new file mode 100644 index 0000000..96768c0 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/mushroom.json @@ -0,0 +1,25 @@ +{ + + "type": "mss:mss_generic_jigsaw_structure", + + "start_pool": "mss:mushroom_start_pool", + + "size": 1, + + "biomes": "#mss:has_structure/mushroom_island_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "step": "surface_structures", + "terrain_adaptation": "none", + "start_height": { + "type": "minecraft:uniform", + "max_inclusive": { + "absolute": 150 + }, + "min_inclusive": { + "absolute": 45 + } + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/nether_portal.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/nether_portal.json new file mode 100644 index 0000000..391647e --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/nether_portal.json @@ -0,0 +1,25 @@ +{ + + "type": "mss:mss_generic_jigsaw_structure", + + "start_pool": "mss:nether_portal_start_pool", + + "size": 1, + + "biomes": "#mss:has_structure/overworld_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "step": "surface_structures", + "terrain_adaptation": "none", + "start_height": { + "type": "minecraft:uniform", + "max_inclusive": { + "absolute": 150 + }, + "min_inclusive": { + "absolute": 45 + } + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/palm_island.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/palm_island.json new file mode 100644 index 0000000..0f33be8 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/palm_island.json @@ -0,0 +1,24 @@ +{ + "type": "mss:mss_generic_jigsaw_structure", + + "start_pool": "mss:palm_island_start_pool", + + "size": 2, + + "biomes": "#mss:has_structure/ocean_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "step": "surface_structures", + "terrain_adaptation": "none", + "start_height": { + "type": "minecraft:uniform", + "max_inclusive": { + "absolute": 150 + }, + "min_inclusive": { + "absolute": 45 + } + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/small_deepslate_house.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/small_deepslate_house.json new file mode 100644 index 0000000..a9fc6ed --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/small_deepslate_house.json @@ -0,0 +1,25 @@ +{ + + "type": "mss:mss_generic_jigsaw_structure", + + "start_pool": "mss:small_deepslate_house_start_pool", + + "size": 1, + + "biomes": "#mss:has_structure/overworld_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "step": "surface_structures", + "terrain_adaptation": "none", + "start_height": { + "type": "minecraft:uniform", + "max_inclusive": { + "absolute": 150 + }, + "min_inclusive": { + "absolute": 45 + } + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/small_oak_house.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/small_oak_house.json new file mode 100644 index 0000000..2edb6cd --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/small_oak_house.json @@ -0,0 +1,25 @@ +{ + + "type": "mss:mss_generic_jigsaw_structure", + + "start_pool": "mss:small_oak_house_start_pool", + + "size": 1, + + "biomes": "#mss:has_structure/overworld_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "step": "surface_structures", + "terrain_adaptation": "none", + "start_height": { + "type": "minecraft:uniform", + "max_inclusive": { + "absolute": 150 + }, + "min_inclusive": { + "absolute": 45 + } + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/small_pond.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/small_pond.json new file mode 100644 index 0000000..dcaa3f6 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/small_pond.json @@ -0,0 +1,25 @@ +{ + + "type": "mss:mss_generic_jigsaw_structure", + + "start_pool": "mss:small_pond_start_pool", + + "size": 1, + + "biomes": "#mss:has_structure/overworld_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "step": "surface_structures", + "terrain_adaptation": "none", + "start_height": { + "type": "minecraft:uniform", + "max_inclusive": { + "absolute": 120 + }, + "min_inclusive": { + "absolute": 30 + } + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/small_tower.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/small_tower.json new file mode 100644 index 0000000..0f2a9a2 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/small_tower.json @@ -0,0 +1,25 @@ +{ + + "type": "mss:mss_generic_jigsaw_structure", + + "start_pool": "mss:small_tower_start_pool", + + "size": 1, + + "biomes": "#mss:has_structure/overworld_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "step": "surface_structures", + "terrain_adaptation": "none", + "start_height": { + "type": "minecraft:uniform", + "max_inclusive": { + "absolute": 150 + }, + "min_inclusive": { + "absolute": 45 + } + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/spruce_huts.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/spruce_huts.json new file mode 100644 index 0000000..93b5a82 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/spruce_huts.json @@ -0,0 +1,24 @@ +{ + "type": "mss:mss_generic_jigsaw_structure", + + "start_pool": "mss:spruce_huts_start_pool", + + "size": 2, + + "biomes": "#mss:has_structure/snowy_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "step": "surface_structures", + "terrain_adaptation": "none", + "start_height": { + "type": "minecraft:uniform", + "max_inclusive": { + "absolute": 150 + }, + "min_inclusive": { + "absolute": 45 + } + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/taiga.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/taiga.json new file mode 100644 index 0000000..1aef372 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/taiga.json @@ -0,0 +1,24 @@ +{ + "type": "mss:mss_generic_jigsaw_structure", + + "start_pool": "mss:taiga/start_pool", + + "size": 2, + + "biomes": "#mss:has_structure/snowy_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "step": "surface_structures", + "terrain_adaptation": "none", + "start_height": { + "type": "minecraft:uniform", + "max_inclusive": { + "absolute": 150 + }, + "min_inclusive": { + "absolute": 45 + } + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/tree_1.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/tree_1.json new file mode 100644 index 0000000..57e3ce6 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/tree_1.json @@ -0,0 +1,24 @@ +{ + "type": "mss:mss_generic_jigsaw_structure", + + "start_pool": "mss:tree_1_start_pool", + + "size": 2, + + "biomes": "#mss:has_structure/overworld_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "step": "surface_structures", + "terrain_adaptation": "none", + "start_height": { + "type": "minecraft:uniform", + "max_inclusive": { + "absolute": 100 + }, + "min_inclusive": { + "absolute": 35 + } + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/tree_2.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/tree_2.json new file mode 100644 index 0000000..abb0468 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/tree_2.json @@ -0,0 +1,24 @@ +{ + "type": "mss:mss_generic_jigsaw_structure", + + "start_pool": "mss:tree_2_start_pool", + + "size": 2, + + "biomes": "#mss:has_structure/overworld_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "step": "surface_structures", + "terrain_adaptation": "none", + "start_height": { + "type": "minecraft:uniform", + "max_inclusive": { + "absolute": 100 + }, + "min_inclusive": { + "absolute": 35 + } + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/tree_3.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/tree_3.json new file mode 100644 index 0000000..9b8c83b --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/tree_3.json @@ -0,0 +1,24 @@ +{ + "type": "mss:mss_generic_jigsaw_structure", + + "start_pool": "mss:tree_3_start_pool", + + "size": 2, + + "biomes": "#mss:has_structure/overworld_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "step": "surface_structures", + "terrain_adaptation": "none", + "start_height": { + "type": "minecraft:uniform", + "max_inclusive": { + "absolute": 100 + }, + "min_inclusive": { + "absolute": 35 + } + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/tree_4.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/tree_4.json new file mode 100644 index 0000000..106965f --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/tree_4.json @@ -0,0 +1,24 @@ +{ + "type": "mss:mss_generic_jigsaw_structure", + + "start_pool": "mss:tree_4_start_pool", + + "size": 2, + + "biomes": "#mss:has_structure/overworld_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "step": "surface_structures", + "terrain_adaptation": "none", + "start_height": { + "type": "minecraft:uniform", + "max_inclusive": { + "absolute": 100 + }, + "min_inclusive": { + "absolute": 35 + } + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/tree_5.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/tree_5.json new file mode 100644 index 0000000..881cead --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/tree_5.json @@ -0,0 +1,24 @@ +{ + "type": "mss:mss_generic_jigsaw_structure", + + "start_pool": "mss:tree_5_start_pool", + + "size": 2, + + "biomes": "#mss:has_structure/overworld_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "step": "surface_structures", + "terrain_adaptation": "none", + "start_height": { + "type": "minecraft:uniform", + "max_inclusive": { + "absolute": 100 + }, + "min_inclusive": { + "absolute": 35 + } + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/tree_6.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/tree_6.json new file mode 100644 index 0000000..5f40419 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/tree_6.json @@ -0,0 +1,24 @@ +{ + "type": "mss:mss_generic_jigsaw_structure", + + "start_pool": "mss:tree_6_start_pool", + + "size": 2, + + "biomes": "#mss:has_structure/overworld_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "step": "surface_structures", + "terrain_adaptation": "none", + "start_height": { + "type": "minecraft:uniform", + "max_inclusive": { + "absolute": 100 + }, + "min_inclusive": { + "absolute": 35 + } + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/tree_7.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/tree_7.json new file mode 100644 index 0000000..e1439cd --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/tree_7.json @@ -0,0 +1,24 @@ +{ + "type": "mss:mss_generic_jigsaw_structure", + + "start_pool": "mss:tree_7_start_pool", + + "size": 2, + + "biomes": "#mss:has_structure/overworld_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "step": "surface_structures", + "terrain_adaptation": "none", + "start_height": { + "type": "minecraft:uniform", + "max_inclusive": { + "absolute": 100 + }, + "min_inclusive": { + "absolute": 35 + } + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/tree_8.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/tree_8.json new file mode 100644 index 0000000..cb2d74e --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/tree_8.json @@ -0,0 +1,24 @@ +{ + "type": "mss:mss_generic_jigsaw_structure", + + "start_pool": "mss:tree_8_start_pool", + + "size": 2, + + "biomes": "#mss:has_structure/overworld_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "step": "surface_structures", + "terrain_adaptation": "none", + "start_height": { + "type": "minecraft:uniform", + "max_inclusive": { + "absolute": 100 + }, + "min_inclusive": { + "absolute": 35 + } + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/volcano.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/volcano.json new file mode 100644 index 0000000..8dc16e3 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/volcano.json @@ -0,0 +1,24 @@ +{ + "type": "mss:mss_generic_jigsaw_structure", + + "start_pool": "mss:volcano/start_pool", + + "size": 5, + + "biomes": "#mss:has_structure/overworld_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "step": "surface_structures", + "terrain_adaptation": "none", + "start_height": { + "type": "minecraft:uniform", + "max_inclusive": { + "absolute": 150 + }, + "min_inclusive": { + "absolute": 45 + } + }, + + "spawn_overrides": {} +} diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/white_house.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/white_house.json new file mode 100644 index 0000000..4e336d9 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/white_house.json @@ -0,0 +1,24 @@ +{ + "type": "mss:mss_generic_jigsaw_structure", + + "start_pool": "mss:white_house/start_pool", + + "size": 5, + + "biomes": "#mss:has_structure/overworld_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "step": "surface_structures", + "terrain_adaptation": "none", + "start_height": { + "type": "minecraft:uniform", + "max_inclusive": { + "absolute": 200 + }, + "min_inclusive": { + "absolute": 100 + } + }, + + "spawn_overrides": {} +} diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/birch_river.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/birch_river.json new file mode 100644 index 0000000..031bcf2 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/birch_river.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mss:birch_river", + "weight": 1 + } + ], + "placement": { + + "type": "mss:advanced_random_spread", + + "salt": 33165454, + + "spacing": 90, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/calcite_house.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/calcite_house.json new file mode 100644 index 0000000..634d5e4 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/calcite_house.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mss:calcite_house", + "weight": 1 + } + ], + "placement": { + + "type": "mss:advanced_random_spread", + + "salt": 898754145, + + "spacing": 70, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/castle_ruin.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/castle_ruin.json new file mode 100644 index 0000000..82ae7c1 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/castle_ruin.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mss:castle_ruin", + "weight": 1 + } + ], + "placement": { + + "type": "mss:advanced_random_spread", + + "salt": 213548795, + + "spacing": 130, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/castle_tower.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/castle_tower.json new file mode 100644 index 0000000..bbe900a --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/castle_tower.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mss:castle_tower", + "weight": 1 + } + ], + "placement": { + + "type": "mss:advanced_random_spread", + + "salt": 333265012, + + "spacing": 130, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/cherry_river.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/cherry_river.json new file mode 100644 index 0000000..045863a --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/cherry_river.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mss:cherry_river", + "weight": 1 + } + ], + "placement": { + + "type": "mss:advanced_random_spread", + + "salt": 9969875642, + + "spacing": 80, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/desert_pyramid.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/desert_pyramid.json new file mode 100644 index 0000000..3d4286d --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/desert_pyramid.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mss:desert_pyramid", + "weight": 1 + } + ], + "placement": { + + "type": "mss:advanced_random_spread", + + "salt": 669695487, + + "spacing": 80, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/desert_well.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/desert_well.json new file mode 100644 index 0000000..58bb171 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/desert_well.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mss:desert_well", + "weight": 1 + } + ], + "placement": { + + "type": "mss:advanced_random_spread", + + "salt": 336251454, + + "spacing": 55, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/diorite_house.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/diorite_house.json new file mode 100644 index 0000000..08cc6c4 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/diorite_house.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mss:diorite_house", + "weight": 1 + } + ], + "placement": { + + "type": "mss:advanced_random_spread", + + "salt": 555222325, + + "spacing": 160, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/frozen_pond.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/frozen_pond.json new file mode 100644 index 0000000..eea442e --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/frozen_pond.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mss:frozen_pond", + "weight": 1 + } + ], + "placement": { + + "type": "mss:advanced_random_spread", + + "salt": 336255419, + + "spacing": 90, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/jungle.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/jungle.json new file mode 100644 index 0000000..46d92a9 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/jungle.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mss:jungle", + "weight": 1 + } + ], + "placement": { + + "type": "mss:advanced_random_spread", + + "salt": 99858741885, + + "spacing": 75, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/large_tower.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/large_tower.json new file mode 100644 index 0000000..638df67 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/large_tower.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mss:large_tower", + "weight": 1 + } + ], + "placement": { + + "type": "mss:advanced_random_spread", + + "salt": 996503632, + + "spacing": 140, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/leaf_hollow.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/leaf_hollow.json new file mode 100644 index 0000000..abbdee0 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/leaf_hollow.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mss:leaf_hollow", + "weight": 1 + } + ], + "placement": { + + "type": "mss:advanced_random_spread", + + "salt": 889896532, + + "spacing": 130, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/mangrove.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/mangrove.json new file mode 100644 index 0000000..1055b8b --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/mangrove.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mss:mangrove", + "weight": 1 + } + ], + "placement": { + + "type": "mss:advanced_random_spread", + + "salt": 111136452, + + "spacing": 55, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/mushroom.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/mushroom.json new file mode 100644 index 0000000..2176022 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/mushroom.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mss:mushroom", + "weight": 1 + } + ], + "placement": { + + "type": "mss:advanced_random_spread", + + "salt": 99854632187, + + "spacing": 130, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/nether_portal.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/nether_portal.json new file mode 100644 index 0000000..c550b44 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/nether_portal.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mss:nether_portal", + "weight": 1 + } + ], + "placement": { + + "type": "mss:advanced_random_spread", + + "salt": 889985412, + + "spacing": 90, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/palm_island.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/palm_island.json new file mode 100644 index 0000000..8f299b5 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/palm_island.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mss:palm_island", + "weight": 1 + } + ], + "placement": { + + "type": "mss:advanced_random_spread", + + "salt": 998651362, + + "spacing": 100, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/small_deepslate_house.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/small_deepslate_house.json new file mode 100644 index 0000000..032ac8b --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/small_deepslate_house.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mss:small_deepslate_house", + "weight": 1 + } + ], + "placement": { + + "type": "mss:advanced_random_spread", + + "salt": 976656987, + + "spacing": 110, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/small_oak_house.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/small_oak_house.json new file mode 100644 index 0000000..a07a7cc --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/small_oak_house.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mss:small_oak_house", + "weight": 1 + } + ], + "placement": { + + "type": "mss:advanced_random_spread", + + "salt": 226898754, + + "spacing": 75, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/small_pond.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/small_pond.json new file mode 100644 index 0000000..e712330 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/small_pond.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mss:small_pond", + "weight": 1 + } + ], + "placement": { + + "type": "mss:advanced_random_spread", + + "salt": 889574325, + + "spacing": 60, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/small_tower.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/small_tower.json new file mode 100644 index 0000000..46b493d --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/small_tower.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mss:small_tower", + "weight": 1 + } + ], + "placement": { + + "type": "mss:advanced_random_spread", + + "salt": 266989875, + + "spacing": 80, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/spruce_huts.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/spruce_huts.json new file mode 100644 index 0000000..02cdb6b --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/spruce_huts.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mss:spruce_huts", + "weight": 1 + } + ], + "placement": { + + "type": "mss:advanced_random_spread", + + "salt": 225114645, + + "spacing": 130, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/taiga.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/taiga.json new file mode 100644 index 0000000..a43db5d --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/taiga.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mss:taiga", + "weight": 1 + } + ], + "placement": { + + "type": "mss:advanced_random_spread", + + "salt": 336556874, + + "spacing": 90, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/tree_1.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/tree_1.json new file mode 100644 index 0000000..9348712 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/tree_1.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mss:tree_1", + "weight": 1 + } + ], + "placement": { + + "type": "mss:advanced_random_spread", + + "salt": 226894852, + + "spacing": 140, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/tree_2.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/tree_2.json new file mode 100644 index 0000000..1d060b6 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/tree_2.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mss:tree_2", + "weight": 1 + } + ], + "placement": { + + "type": "mss:advanced_random_spread", + + "salt": 259875415, + + "spacing": 140, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/tree_3.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/tree_3.json new file mode 100644 index 0000000..2eb2b6f --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/tree_3.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mss:tree_3", + "weight": 1 + } + ], + "placement": { + + "type": "mss:advanced_random_spread", + + "salt": 362598745, + + "spacing": 160, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/tree_4.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/tree_4.json new file mode 100644 index 0000000..f07733f --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/tree_4.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mss:tree_4", + "weight": 1 + } + ], + "placement": { + + "type": "mss:advanced_random_spread", + + "salt": 363625254, + + "spacing": 120, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/tree_5.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/tree_5.json new file mode 100644 index 0000000..c0ec508 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/tree_5.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mss:tree_5", + "weight": 1 + } + ], + "placement": { + + "type": "mss:advanced_random_spread", + + "salt": 951546454, + + "spacing": 140, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/tree_6.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/tree_6.json new file mode 100644 index 0000000..e90ea87 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/tree_6.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mss:tree_6", + "weight": 1 + } + ], + "placement": { + + "type": "mss:advanced_random_spread", + + "salt": 554551525, + + "spacing": 150, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/tree_7.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/tree_7.json new file mode 100644 index 0000000..e45987e --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/tree_7.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mss:tree_7", + "weight": 1 + } + ], + "placement": { + + "type": "mss:advanced_random_spread", + + "salt": 663654858, + + "spacing": 180, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/tree_8.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/tree_8.json new file mode 100644 index 0000000..a1f689a --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/tree_8.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mss:tree_8", + "weight": 1 + } + ], + "placement": { + + "type": "mss:advanced_random_spread", + + "salt": 858574474, + + "spacing": 180, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/volcano.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/volcano.json new file mode 100644 index 0000000..2856ba8 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/volcano.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mss:volcano", + "weight": 1 + } + ], + "placement": { + + "type": "mss:advanced_random_spread", + + "salt": 689865874, + + "spacing": 150, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/white_house.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/white_house.json new file mode 100644 index 0000000..85c439f --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/white_house.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mss:white_house", + "weight": 1 + } + ], + "placement": { + + "type": "mss:advanced_random_spread", + + "salt": 665411587, + + "spacing": 140, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/10_side_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/10_side_pool.json new file mode 100644 index 0000000..a27457f --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/10_side_pool.json @@ -0,0 +1,14 @@ +{ + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mss:arena/arena_10", + "processors": "minecraft:empty" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/11_side_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/11_side_pool.json new file mode 100644 index 0000000..1976fea --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/11_side_pool.json @@ -0,0 +1,14 @@ +{ + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mss:arena/arena_11", + "processors": "minecraft:empty" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/12_side_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/12_side_pool.json new file mode 100644 index 0000000..9345c59 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/12_side_pool.json @@ -0,0 +1,14 @@ +{ + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mss:arena/arena_12", + "processors": "minecraft:empty" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/13_side_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/13_side_pool.json new file mode 100644 index 0000000..fecb663 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/13_side_pool.json @@ -0,0 +1,14 @@ +{ + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mss:arena/arena_13", + "processors": "minecraft:empty" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/14_side_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/14_side_pool.json new file mode 100644 index 0000000..fc556d7 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/14_side_pool.json @@ -0,0 +1,14 @@ +{ + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mss:arena/arena_14", + "processors": "minecraft:empty" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/15_side_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/15_side_pool.json new file mode 100644 index 0000000..b9ba9c4 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/15_side_pool.json @@ -0,0 +1,14 @@ +{ + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mss:arena/arena_15", + "processors": "minecraft:empty" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/16_side_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/16_side_pool.json new file mode 100644 index 0000000..b3f5635 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/16_side_pool.json @@ -0,0 +1,14 @@ +{ + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mss:arena/arena_16", + "processors": "minecraft:empty" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/17_side_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/17_side_pool.json new file mode 100644 index 0000000..d204a7d --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/17_side_pool.json @@ -0,0 +1,14 @@ +{ + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mss:arena/arena_17", + "processors": "minecraft:empty" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/18_side_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/18_side_pool.json new file mode 100644 index 0000000..34e6767 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/18_side_pool.json @@ -0,0 +1,14 @@ +{ + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mss:arena/arena_18", + "processors": "minecraft:empty" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/19_side_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/19_side_pool.json new file mode 100644 index 0000000..e605f42 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/19_side_pool.json @@ -0,0 +1,14 @@ +{ + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mss:arena/arena_19", + "processors": "minecraft:empty" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/20_side_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/20_side_pool.json new file mode 100644 index 0000000..9ae4dc4 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/20_side_pool.json @@ -0,0 +1,14 @@ +{ + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mss:arena/arena_20", + "processors": "minecraft:empty" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/21_side_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/21_side_pool.json new file mode 100644 index 0000000..16ead2d --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/21_side_pool.json @@ -0,0 +1,14 @@ +{ + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mss:arena/arena_21", + "processors": "minecraft:empty" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/2_side_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/2_side_pool.json new file mode 100644 index 0000000..6cd5fe2 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/2_side_pool.json @@ -0,0 +1,14 @@ +{ + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mss:arena/arena_2", + "processors": "minecraft:empty" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/3_side_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/3_side_pool.json new file mode 100644 index 0000000..a8b0f36 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/3_side_pool.json @@ -0,0 +1,14 @@ +{ + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mss:arena/arena_3", + "processors": "minecraft:empty" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/4_side_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/4_side_pool.json new file mode 100644 index 0000000..caabf35 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/4_side_pool.json @@ -0,0 +1,14 @@ +{ + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mss:arena/arena_4", + "processors": "minecraft:empty" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/5_side_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/5_side_pool.json new file mode 100644 index 0000000..dbc89b9 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/5_side_pool.json @@ -0,0 +1,14 @@ +{ + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mss:arena/arena_5", + "processors": "minecraft:empty" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/6_side_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/6_side_pool.json new file mode 100644 index 0000000..2508fb8 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/6_side_pool.json @@ -0,0 +1,14 @@ +{ + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mss:arena/arena_6", + "processors": "minecraft:empty" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/7_side_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/7_side_pool.json new file mode 100644 index 0000000..bb55a8b --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/7_side_pool.json @@ -0,0 +1,14 @@ +{ + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mss:arena/arena_7", + "processors": "minecraft:empty" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/8_side_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/8_side_pool.json new file mode 100644 index 0000000..dfd2980 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/8_side_pool.json @@ -0,0 +1,14 @@ +{ + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mss:arena/arena_8", + "processors": "minecraft:empty" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/9_side_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/9_side_pool.json new file mode 100644 index 0000000..590915e --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/9_side_pool.json @@ -0,0 +1,14 @@ +{ + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mss:arena/arena_9", + "processors": "minecraft:empty" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/start_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/start_pool.json new file mode 100644 index 0000000..2117602 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/start_pool.json @@ -0,0 +1,14 @@ +{ + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mss:arena/arena_1", + "processors": "minecraft:empty" + } + } + ] +} diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/birch_river_start_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/birch_river_start_pool.json new file mode 100644 index 0000000..202b9f1 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/birch_river_start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mss:birch_river_start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mss:birch_river", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/calcite_house_start_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/calcite_house_start_pool.json new file mode 100644 index 0000000..01eb996 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/calcite_house_start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mss:calcite_house_start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mss:calcite_house", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/castle_ruin_start_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/castle_ruin_start_pool.json new file mode 100644 index 0000000..fd35df1 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/castle_ruin_start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mss:castle_ruin_start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mss:castle_ruin", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/castle_tower/start_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/castle_tower/start_pool.json new file mode 100644 index 0000000..fe71540 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/castle_tower/start_pool.json @@ -0,0 +1,15 @@ +{ + "name": "castle_tower_start_pool", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mss:castle_tower", + "processors": "minecraft:empty" + } + } + ] +} diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/castle_tower/top_side_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/castle_tower/top_side_pool.json new file mode 100644 index 0000000..e74195f --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/castle_tower/top_side_pool.json @@ -0,0 +1,15 @@ +{ + "name": "castle_tower_side_pool", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mss:castle_tower_top", + "processors": "minecraft:empty" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/cherry_river_start_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/cherry_river_start_pool.json new file mode 100644 index 0000000..27b73ed --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/cherry_river_start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mss:cherry_river_start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mss:cherry_river", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/desert_pyramid/edge_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/desert_pyramid/edge_pool.json new file mode 100644 index 0000000..5f8404e --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/desert_pyramid/edge_pool.json @@ -0,0 +1,15 @@ +{ + "name": "desert_pyramid_edge_pool", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mss:desert_pyramid_side", + "processors": "mss:waterlogging_fix_processor" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/desert_pyramid/side_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/desert_pyramid/side_pool.json new file mode 100644 index 0000000..7bc51b9 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/desert_pyramid/side_pool.json @@ -0,0 +1,15 @@ +{ + "name": "desert_pyramid_side_pool", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mss:desert_pyramid_top", + "processors": "mss:waterlogging_fix_processor" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/desert_pyramid/start_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/desert_pyramid/start_pool.json new file mode 100644 index 0000000..4ed785a --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/desert_pyramid/start_pool.json @@ -0,0 +1,15 @@ +{ + "name": "desert_pyramid_start_pool", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mss:desert_pyramid", + "processors": "mss:waterlogging_fix_processor" + } + } + ] +} diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/desert_well_start_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/desert_well_start_pool.json new file mode 100644 index 0000000..d60db43 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/desert_well_start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mss:desert_well_start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mss:desert_well", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/diorite_house/lower_side_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/diorite_house/lower_side_pool.json new file mode 100644 index 0000000..1d624cf --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/diorite_house/lower_side_pool.json @@ -0,0 +1,15 @@ +{ + "name": "diorite_house_lower_side_pool", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mss:diorite_house_lower", + "processors": "minecraft:empty" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/diorite_house/side_2_side_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/diorite_house/side_2_side_pool.json new file mode 100644 index 0000000..5ae26c3 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/diorite_house/side_2_side_pool.json @@ -0,0 +1,15 @@ +{ + "name": "diorite_house_side_2_side_pool", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mss:diorite_house_side_2", + "processors": "minecraft:empty" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/diorite_house/side_side_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/diorite_house/side_side_pool.json new file mode 100644 index 0000000..3e0512d --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/diorite_house/side_side_pool.json @@ -0,0 +1,15 @@ +{ + "name": "diorite_house_side_side_pool", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mss:diorite_house_side", + "processors": "minecraft:empty" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/diorite_house/start_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/diorite_house/start_pool.json new file mode 100644 index 0000000..e189f55 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/diorite_house/start_pool.json @@ -0,0 +1,15 @@ +{ + "name": "start_pool", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mss:diorite_house", + "processors": "minecraft:empty" + } + } + ] +} diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/frozen_pond_start_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/frozen_pond_start_pool.json new file mode 100644 index 0000000..fa864a4 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/frozen_pond_start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mss:frozen_pond_start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mss:frozen_pond", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/jungle/east_side_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/jungle/east_side_pool.json new file mode 100644 index 0000000..93efb77 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/jungle/east_side_pool.json @@ -0,0 +1,15 @@ +{ + "name": "east_jungle_side_pool", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mss:jungle_east_top", + "processors": "mss:waterlogging_fix_processor" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/jungle/lower_side_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/jungle/lower_side_pool.json new file mode 100644 index 0000000..189edf3 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/jungle/lower_side_pool.json @@ -0,0 +1,15 @@ +{ + "name": "lower_jungle_side_pool", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mss:jungle_east", + "processors": "mss:waterlogging_fix_processor" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/jungle/lower_south_east_side_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/jungle/lower_south_east_side_pool.json new file mode 100644 index 0000000..0d9ead4 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/jungle/lower_south_east_side_pool.json @@ -0,0 +1,15 @@ +{ + "name": "lower_south_east_jungle_side_pool", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mss:jungle_south_east", + "processors": "mss:waterlogging_fix_processor" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/jungle/lower_south_side_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/jungle/lower_south_side_pool.json new file mode 100644 index 0000000..f62f220 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/jungle/lower_south_side_pool.json @@ -0,0 +1,15 @@ +{ + "name": "lower_south_jungle_side_pool", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mss:jungle_south", + "processors": "mss:waterlogging_fix_processor" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/jungle/side_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/jungle/side_pool.json new file mode 100644 index 0000000..6c6553e --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/jungle/side_pool.json @@ -0,0 +1,15 @@ +{ + "name": "jungle_side_pool", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mss:jungle_top", + "processors": "mss:waterlogging_fix_processor" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/jungle/south_east_side_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/jungle/south_east_side_pool.json new file mode 100644 index 0000000..ac48c4d --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/jungle/south_east_side_pool.json @@ -0,0 +1,15 @@ +{ + "name": "south_east_jungle_top_side_pool", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mss:jungle_south_east_top", + "processors": "mss:waterlogging_fix_processor" + } + } + ] +} diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/jungle/south_side_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/jungle/south_side_pool.json new file mode 100644 index 0000000..0107b53 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/jungle/south_side_pool.json @@ -0,0 +1,15 @@ +{ + "name": "south_jungle_side_pool", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mss:jungle_south_top", + "processors": "mss:waterlogging_fix_processor" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/jungle/start_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/jungle/start_pool.json new file mode 100644 index 0000000..9c30750 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/jungle/start_pool.json @@ -0,0 +1,15 @@ +{ + "name": "jungle_start_pool", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mss:jungle", + "processors": "mss:waterlogging_fix_processor" + } + } + ] +} diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/large_tower/lower_2_side_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/large_tower/lower_2_side_pool.json new file mode 100644 index 0000000..4568e96 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/large_tower/lower_2_side_pool.json @@ -0,0 +1,15 @@ +{ + "name": "large_tower_lower_2_side_pool", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mss:large_tower_lower_2", + "processors": "minecraft:empty" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/large_tower/lower_side_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/large_tower/lower_side_pool.json new file mode 100644 index 0000000..eaadbc2 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/large_tower/lower_side_pool.json @@ -0,0 +1,15 @@ +{ + "name": "large_tower_lower_side_pool", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mss:large_tower_lower", + "processors": "minecraft:empty" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/large_tower/side_2_side_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/large_tower/side_2_side_pool.json new file mode 100644 index 0000000..faf36bf --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/large_tower/side_2_side_pool.json @@ -0,0 +1,15 @@ +{ + "name": "large_tower_side_2_side_pool", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mss:large_tower_side_2", + "processors": "minecraft:empty" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/large_tower/side_side_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/large_tower/side_side_pool.json new file mode 100644 index 0000000..992790e --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/large_tower/side_side_pool.json @@ -0,0 +1,15 @@ +{ + "name": "large_tower_side_side_pool", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mss:large_tower_side", + "processors": "minecraft:empty" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/large_tower/start_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/large_tower/start_pool.json new file mode 100644 index 0000000..9a32515 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/large_tower/start_pool.json @@ -0,0 +1,15 @@ +{ + "name": "start_pool", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mss:large_tower", + "processors": "minecraft:empty" + } + } + ] +} diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/large_tower/top_side_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/large_tower/top_side_pool.json new file mode 100644 index 0000000..4c3bd51 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/large_tower/top_side_pool.json @@ -0,0 +1,15 @@ +{ + "name": "large_tower_top_side_pool", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mss:large_tower_top", + "processors": "minecraft:empty" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/leaf_hollow/1_side_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/leaf_hollow/1_side_pool.json new file mode 100644 index 0000000..3a26d55 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/leaf_hollow/1_side_pool.json @@ -0,0 +1,15 @@ +{ + "name": "1_side_pool", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mss:leaf_hollow_side", + "processors": "mss:waterlogging_fix_processor" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/leaf_hollow/2_side_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/leaf_hollow/2_side_pool.json new file mode 100644 index 0000000..fd5f976 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/leaf_hollow/2_side_pool.json @@ -0,0 +1,15 @@ +{ + "name": "2_side_pool", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mss:leaf_hollow_side_2", + "processors": "mss:waterlogging_fix_processor" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/leaf_hollow/3_side_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/leaf_hollow/3_side_pool.json new file mode 100644 index 0000000..4112106 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/leaf_hollow/3_side_pool.json @@ -0,0 +1,15 @@ +{ + "name": "3_side_pool", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mss:leaf_hollow_side_3", + "processors": "mss:waterlogging_fix_processor" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/leaf_hollow/start_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/leaf_hollow/start_pool.json new file mode 100644 index 0000000..490286a --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/leaf_hollow/start_pool.json @@ -0,0 +1,15 @@ +{ + "name": "start_pool", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mss:leaf_hollow", + "processors": "mss:waterlogging_fix_processor" + } + } + ] +} diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/mangrove/side_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/mangrove/side_pool.json new file mode 100644 index 0000000..0955ac3 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/mangrove/side_pool.json @@ -0,0 +1,15 @@ +{ + "name": "mangrove_side_pool", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mss:mangrove_top", + "processors": "mss:waterlogging_fix_processor" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/mangrove/start_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/mangrove/start_pool.json new file mode 100644 index 0000000..53989f0 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/mangrove/start_pool.json @@ -0,0 +1,15 @@ +{ + "name": "mangrove_start_pool", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mss:mangrove", + "processors": "mss:waterlogging_fix_processor" + } + } + ] +} diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/mushroom_start_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/mushroom_start_pool.json new file mode 100644 index 0000000..0ff3873 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/mushroom_start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mss:mushroom_start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mss:mushroom", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/nether_portal_start_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/nether_portal_start_pool.json new file mode 100644 index 0000000..7fb78b3 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/nether_portal_start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mss:nether_portal_start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mss:nether_portal", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/palm_island_start_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/palm_island_start_pool.json new file mode 100644 index 0000000..6b2e71a --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/palm_island_start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mss:palm_island_start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mss:palm_island", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/small_deepslate_house_start_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/small_deepslate_house_start_pool.json new file mode 100644 index 0000000..a01bc98 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/small_deepslate_house_start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mss:small_deepslate_start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mss:small_deepslate_house", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/small_oak_house_start_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/small_oak_house_start_pool.json new file mode 100644 index 0000000..e135530 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/small_oak_house_start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mss:small_oak_house_start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mss:small_oak_house", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/small_pond_start_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/small_pond_start_pool.json new file mode 100644 index 0000000..561e50e --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/small_pond_start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mss:small_pond_start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mss:small_pond", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/small_tower_start_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/small_tower_start_pool.json new file mode 100644 index 0000000..5f2999b --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/small_tower_start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mss:small_tower_start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mss:small_tower", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/spruce_huts_start_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/spruce_huts_start_pool.json new file mode 100644 index 0000000..5ac7ef0 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/spruce_huts_start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mss:spruce_huts_start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mss:spruce_huts", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/taiga/side_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/taiga/side_pool.json new file mode 100644 index 0000000..2e19b8a --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/taiga/side_pool.json @@ -0,0 +1,15 @@ +{ + "name": "taiga_side_pool", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mss:taiga_top", + "processors": "mss:waterlogging_fix_processor" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/taiga/start_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/taiga/start_pool.json new file mode 100644 index 0000000..569fb33 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/taiga/start_pool.json @@ -0,0 +1,15 @@ +{ + "name": "taiga_start_pool", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mss:taiga", + "processors": "mss:waterlogging_fix_processor" + } + } + ] +} diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/tree_1_start_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/tree_1_start_pool.json new file mode 100644 index 0000000..5e57a4e --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/tree_1_start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mss:tree_1_start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mss:tree_1", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/tree_2_start_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/tree_2_start_pool.json new file mode 100644 index 0000000..3a08f2a --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/tree_2_start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mss:tree_2_start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mss:tree_2", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/tree_3_start_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/tree_3_start_pool.json new file mode 100644 index 0000000..15bbd07 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/tree_3_start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mss:tree_3_start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mss:tree_3", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/tree_4_start_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/tree_4_start_pool.json new file mode 100644 index 0000000..b7e1b80 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/tree_4_start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mss:tree_4_start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mss:tree_4", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/tree_5_start_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/tree_5_start_pool.json new file mode 100644 index 0000000..8f5ef20 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/tree_5_start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mss:tree_5_start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mss:tree_5", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/tree_6_start_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/tree_6_start_pool.json new file mode 100644 index 0000000..608af27 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/tree_6_start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mss:tree_6_start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mss:tree_6", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/tree_7_start_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/tree_7_start_pool.json new file mode 100644 index 0000000..d94755d --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/tree_7_start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mss:tree_7_start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mss:tree_7", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/tree_8_start_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/tree_8_start_pool.json new file mode 100644 index 0000000..1288c13 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/tree_8_start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mss:tree_8_start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mss:tree_8", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/volcano/1_side_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/volcano/1_side_pool.json new file mode 100644 index 0000000..0a5056e --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/volcano/1_side_pool.json @@ -0,0 +1,15 @@ +{ + "name": "1_side_pool", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mss:volcano_side_1", + "processors": "mss:waterlogging_fix_processor" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/volcano/2_side_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/volcano/2_side_pool.json new file mode 100644 index 0000000..d2f420c --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/volcano/2_side_pool.json @@ -0,0 +1,15 @@ +{ + "name": "2_side_pool", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mss:volcano_side_2", + "processors": "mss:waterlogging_fix_processor" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/volcano/3_side_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/volcano/3_side_pool.json new file mode 100644 index 0000000..fe751b8 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/volcano/3_side_pool.json @@ -0,0 +1,15 @@ +{ + "name": "3_side_pool", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mss:volcano_side_3", + "processors": "mss:waterlogging_fix_processor" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/volcano/4_side_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/volcano/4_side_pool.json new file mode 100644 index 0000000..8652f7f --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/volcano/4_side_pool.json @@ -0,0 +1,15 @@ +{ + "name": "4_side_pool", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mss:volcano_side_4", + "processors": "mss:waterlogging_fix_processor" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/volcano/5_side_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/volcano/5_side_pool.json new file mode 100644 index 0000000..e511ed3 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/volcano/5_side_pool.json @@ -0,0 +1,15 @@ +{ + "name": "5_side_pool", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mss:volcano_side_5", + "processors": "mss:waterlogging_fix_processor" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/volcano/start_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/volcano/start_pool.json new file mode 100644 index 0000000..8b4a0ff --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/volcano/start_pool.json @@ -0,0 +1,15 @@ +{ + "name": "start_pool", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mss:volcano", + "processors": "mss:waterlogging_fix_processor" + } + } + ] +} diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/white_house/lower_side_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/white_house/lower_side_pool.json new file mode 100644 index 0000000..4794e23 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/white_house/lower_side_pool.json @@ -0,0 +1,15 @@ +{ + "name": "white_house_lower_side_pool", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mss:white_house_lower", + "processors": "minecraft:empty" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/white_house/lower_side_side_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/white_house/lower_side_side_pool.json new file mode 100644 index 0000000..731f0ac --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/white_house/lower_side_side_pool.json @@ -0,0 +1,15 @@ +{ + "name": "white_house_lower_side_side_pool", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mss:white_house_lower_side", + "processors": "minecraft:empty" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/white_house/side_2_side_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/white_house/side_2_side_pool.json new file mode 100644 index 0000000..2f13c66 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/white_house/side_2_side_pool.json @@ -0,0 +1,15 @@ +{ + "name": "white_house_side_2_side_pool", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mss:white_house_side_2", + "processors": "minecraft:empty" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/white_house/side_side_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/white_house/side_side_pool.json new file mode 100644 index 0000000..cb0eaa5 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/white_house/side_side_pool.json @@ -0,0 +1,15 @@ +{ + "name": "white_house_side_side_pool", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mss:white_house_side", + "processors": "minecraft:empty" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/white_house/start_pool.json b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/white_house/start_pool.json new file mode 100644 index 0000000..e019781 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/white_house/start_pool.json @@ -0,0 +1,15 @@ +{ + "name": "start_pool", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mss:white_house", + "processors": "minecraft:empty" + } + } + ] +} diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/icon.png b/global_packs/required_data/MSS-ConfigPack-1.19+/icon.png new file mode 100644 index 0000000..272711f Binary files /dev/null and b/global_packs/required_data/MSS-ConfigPack-1.19+/icon.png differ diff --git a/global_packs/required_data/MSS-ConfigPack-1.19+/pack.mcmeta b/global_packs/required_data/MSS-ConfigPack-1.19+/pack.mcmeta new file mode 100644 index 0000000..94ce828 --- /dev/null +++ b/global_packs/required_data/MSS-ConfigPack-1.19+/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "description": "Moog's Soaring Structures config pack", + "pack_format": 12 + } +} diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/acacia_biomes.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/acacia_biomes.json new file mode 100644 index 0000000..eb70c1b --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/acacia_biomes.json @@ -0,0 +1,31 @@ +{ + "replace": false, + + "_comment": " This biome tag can specify the biome directly. Or specify another biome tag by starting with # ", + "values": [ + "minecraft:savanna", + "biomeswevegone:araucaria_savanna", + "biomeswevegone:baobab_savanna", + "biomeswevegone:ironwood_gour", + { + "id": "byg:baobab_savanna", + "required": false + }, + { + "id": "byg:mojave_desert", + "required": false + }, + { + "id": "byg:atacama_desert", + "required": false + }, + { + "id": "byg:red_rock_valley", + "required": false + }, + { + "id": "byg:araucaria_savanna", + "required": false + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/beach_biomes.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/beach_biomes.json new file mode 100644 index 0000000..85bc848 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/beach_biomes.json @@ -0,0 +1,19 @@ +{ + "replace": false, + + "_comment": " This biome tag can specify the biome directly. Or specify another biome tag by starting with # ", + "values": [ + "#minecraft:is_beach", + "biomeswevegone:basalt_barrera", + "biomeswevegone:dacite_shore", + "biomeswevegone:rainbow_beach", + { + "id": "byg:rainbow_beach", + "required": false + }, + { + "id": "byg:dacite_shore", + "required": false + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/birch_biomes.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/birch_biomes.json new file mode 100644 index 0000000..eae8c2d --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/birch_biomes.json @@ -0,0 +1,52 @@ +{ + "replace": false, + + "_comment": " This biome tag can specify the biome directly. Or specify another biome tag by starting with # ", + "values": [ + "minecraft:birch_forest", + "minecraft:forest", + "biomeswevegone:aspen_boreal", + "biomeswevegone:black_forest", + "biomeswevegone:canadian_shield", + "biomeswevegone:cika_woods", + "biomeswevegone:coniferous_forest", + "biomeswevegone:dacite_ridges", + "biomeswevegone:ebony_woods", + "biomeswevegone:enchanted_tangle", + "biomeswevegone:eroded_borealis", + "biomeswevegone:forgotten_forest", + "biomeswevegone:frosted_coniferous_forest", + "biomeswevegone:howling_peaks", + "biomeswevegone:orchard", + "biomeswevegone:overgrowth_woodlands", + "biomeswevegone:redwood_thicket", + "biomeswevegone:sakura_grove", + "biomeswevegone:skyrise_vale", + "biomeswevegone:weeping_witch_forest", + "biomeswevegone:zelkova_forest", + { + "id": "byg:seasonal_birch_forest", + "required": false + }, + { + "id": "byg:seasonal_birch_forest_hill", + "required": false + }, + { + "id": "byg:temperate_grove", + "required": false + }, + { + "id": "byg:howling_peaks", + "required": false + }, + { + "id": "byg:aspen_forest", + "required": false + }, + { + "id": "byg:zelkova_forest", + "required": false + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/cherry_biomes.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/cherry_biomes.json new file mode 100644 index 0000000..439f7f6 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/cherry_biomes.json @@ -0,0 +1,8 @@ +{ + "replace": false, + + "_comment": " This biome tag can specify the biome directly. Or specify another biome tag by starting with # ", + "values": [ + "minecraft:cherry_grove" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/crimson_biomes.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/crimson_biomes.json new file mode 100644 index 0000000..5a47f09 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/crimson_biomes.json @@ -0,0 +1,12 @@ +{ + "replace": false, + + "_comment": " This biome tag can specify the biome directly. Or specify another biome tag by starting with # ", + "values": [ + "minecraft:crimson_forest", + { + "id": "byg:crimson_gardens", + "required": false + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/dark_oak_biomes.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/dark_oak_biomes.json new file mode 100644 index 0000000..822e1a6 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/dark_oak_biomes.json @@ -0,0 +1,39 @@ +{ + "replace": false, + + "_comment": " This biome tag can specify the biome directly. Or specify another biome tag by starting with # ", + "values": [ + "minecraft:dark_forest", + "biomeswevegone:aspen_boreal", + "biomeswevegone:black_forest", + "biomeswevegone:canadian_shield", + "biomeswevegone:cika_woods", + "biomeswevegone:coniferous_forest", + "biomeswevegone:dacite_ridges", + "biomeswevegone:ebony_woods", + "biomeswevegone:enchanted_tangle", + "biomeswevegone:eroded_borealis", + "biomeswevegone:forgotten_forest", + "biomeswevegone:frosted_coniferous_forest", + "biomeswevegone:howling_peaks", + "biomeswevegone:orchard", + "biomeswevegone:overgrowth_woodlands", + "biomeswevegone:redwood_thicket", + "biomeswevegone:sakura_grove", + "biomeswevegone:skyrise_vale", + "biomeswevegone:weeping_witch_forest", + "biomeswevegone:zelkova_forest", + { + "id": "biomesoplenty:ominous_woods", + "required": false + }, + { + "id": "byg:baobab_forest", + "required": false + }, + { + "id": "byg:ebony_woods", + "required": false + } + ] +} diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/desert_biomes.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/desert_biomes.json new file mode 100644 index 0000000..c0f4bfa --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/desert_biomes.json @@ -0,0 +1,31 @@ +{ + "replace": false, + + "_comment": " This biome tag can specify the biome directly. Or specify another biome tag by starting with # ", + "values": [ + "minecraft:desert", + "biomeswevegone:atacama_outback", + "biomeswevegone:mojave_desert", + "biomeswevegone:windswept_desert", + { + "id": "#forge:is_desert", + "required": false + }, + { + "id": "byg:mojave_desert", + "required": false + }, + { + "id": "byg:atacama_desert", + "required": false + }, + { + "id": "byg:red_rock_valley", + "required": false + }, + { + "id": "byg:windswept_desert", + "required": false + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/end_biomes.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/end_biomes.json new file mode 100644 index 0000000..31815b4 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/end_biomes.json @@ -0,0 +1,20 @@ +{ + "replace": false, + + "_comment": " This biome tag can specify the biome directly. Or specify another biome tag by starting with # ", + "values": [ + "minecraft:end_highlands", + { + "id": "byg:imparius_grove", + "required": false + }, + { + "id": "byg:viscal_isles", + "required": false + }, + { + "id": "byg:cryptic_wastes", + "required": false + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/flower_biomes.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/flower_biomes.json new file mode 100644 index 0000000..d87561d --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/flower_biomes.json @@ -0,0 +1,35 @@ +{ + "replace": false, + + "_comment": " This biome tag can specify the biome directly. Or specify another biome tag by starting with # ", + "values": [ + "minecraft:flower_forest", + "biomeswevegone:allium_shrubland", + "biomeswevegone:amaranth_grassland", + "biomeswevegone:coconino_meadow", + "biomeswevegone:enchanted_tangle", + "biomeswevegone:lush_stacks", + "biomeswevegone:orchard", + "biomeswevegone:sakura_grove", + { + "id": "byg:allium_fields", + "required": false + }, + { + "id": "byg:amaranth_fields", + "required": false + }, + { + "id": "byg:rose_fields", + "required": false + }, + { + "id": "biomesoplenty:lavender_field", + "required": false + }, + { + "id": "biomesoplenty:mystic_grove", + "required": false + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/jungle_biomes.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/jungle_biomes.json new file mode 100644 index 0000000..8862f60 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/jungle_biomes.json @@ -0,0 +1,20 @@ +{ + "replace": false, + + "_comment": " This biome tag can specify the biome directly. Or specify another biome tag by starting with # ", + "values": [ + "#minecraft:is_jungle", + "biomeswevegone:crag_gardens", + "biomeswevegone:fragment_jungle", + "biomeswevegone:jacaranda_jungle", + "biomeswevegone:tropical_rainforest", + { + "id": "byg:guiana_shield", + "required": false + }, + { + "id": "byg:jacaranda_forest", + "required": false + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/mangrove_biomes.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/mangrove_biomes.json new file mode 100644 index 0000000..f7a184b --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/mangrove_biomes.json @@ -0,0 +1,11 @@ +{ + "replace": false, + + "_comment": " This biome tag can specify the biome directly. Or specify another biome tag by starting with # ", + "values": [ + "minecraft:mangrove_swamp", + "biomeswevegone:bayou", + "biomeswevegone:cypress_swamplands", + "biomeswevegone:white_mangrove_marshes" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/mountain_biomes.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/mountain_biomes.json new file mode 100644 index 0000000..50eee99 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/mountain_biomes.json @@ -0,0 +1,14 @@ +{ + "replace": false, + + "_comment": " This biome tag can specify the biome directly. Or specify another biome tag by starting with # ", + "values": [ + "#minecraft:is_mountain", + "biomeswevegone:crag_gardens", + "biomeswevegone:howling_peaks", + { + "id": "#forge:is_mountain", + "required": false + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/mushroom_island_biomes.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/mushroom_island_biomes.json new file mode 100644 index 0000000..e668d49 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/mushroom_island_biomes.json @@ -0,0 +1,20 @@ +{ + "replace": false, + + "_comment": " This biome tag can specify the biome directly. Or specify another biome tag by starting with # ", + "values": [ + "minecraft:mushroom_fields", + { + "id": "biomesoplenty:fungal_field", + "required": false + }, + { + "id": "biomesoplenty:fungal_jungle", + "required": false + }, + { + "id": "biomesoplenty:mystic_grove", + "required": false + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/nether_biomes.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/nether_biomes.json new file mode 100644 index 0000000..d046f60 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/nether_biomes.json @@ -0,0 +1,8 @@ +{ + "replace": false, + + "_comment": " This biome tag can specify the biome directly. Or specify another biome tag by starting with # ", + "values": [ + "#minecraft:is_nether" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/nether_wastes_biomes.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/nether_wastes_biomes.json new file mode 100644 index 0000000..95c07cc --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/nether_wastes_biomes.json @@ -0,0 +1,12 @@ +{ + "replace": false, + + "_comment": " This biome tag can specify the biome directly. Or specify another biome tag by starting with # ", + "values": [ + "minecraft:nether_wastes", + { + "id": "byg:magma_wastes", + "required": false + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/oak_biomes.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/oak_biomes.json new file mode 100644 index 0000000..e6089d6 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/oak_biomes.json @@ -0,0 +1,47 @@ +{ + "replace": false, + + "_comment": " This biome tag can specify the biome directly. Or specify another biome tag by starting with # ", + "values": [ + "minecraft:forest", + "biomeswevegone:aspen_boreal", + "biomeswevegone:black_forest", + "biomeswevegone:canadian_shield", + "biomeswevegone:cika_woods", + "biomeswevegone:coniferous_forest", + "biomeswevegone:dacite_ridges", + "biomeswevegone:ebony_woods", + "biomeswevegone:enchanted_tangle", + "biomeswevegone:eroded_borealis", + "biomeswevegone:forgotten_forest", + "biomeswevegone:frosted_coniferous_forest", + "biomeswevegone:howling_peaks", + "biomeswevegone:orchard", + "biomeswevegone:overgrowth_woodlands", + "biomeswevegone:redwood_thicket", + "biomeswevegone:sakura_grove", + "biomeswevegone:skyrise_vale", + "biomeswevegone:weeping_witch_forest", + "biomeswevegone:zelkova_forest", + { + "id": "byg:firecracker_shrubland", + "required": false + }, + { + "id": "byg:allium_fields", + "required": false + }, + { + "id": "byg:red_oak_forest", + "required": false + }, + { + "id": "byg:autumnal_forest", + "required": false + }, + { + "id": "biomesoplenty:orchard", + "required": false + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/ocean_biomes.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/ocean_biomes.json new file mode 100644 index 0000000..4f905c9 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/ocean_biomes.json @@ -0,0 +1,15 @@ +{ + "replace": false, + + "_comment": " This biome tag can specify the biome directly. Or specify another biome tag by starting with # ", + "values": [ + "minecraft:ocean", + "minecraft:deep_ocean", + "biomeswevegone:dead_sea", + "biomeswevegone:lush_stacks", + { + "id": "#forge:is_water/overworld", + "required": false + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/overworld_biomes.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/overworld_biomes.json new file mode 100644 index 0000000..48e1214 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/overworld_biomes.json @@ -0,0 +1,118 @@ +{ + "replace": false, + + "_comment": " This biome tag can specify the biome directly. Or specify another biome tag by starting with # ", + "values": [ + "#minecraft:is_jungle", + "#minecraft:is_taiga", + "minecraft:plains", + "minecraft:savanna", + "minecraft:forest", + "minecraft:birch_forest", + "minecraft:flower_forest", + "biomeswevegone:allium_shrubland", + "biomeswevegone:amaranth_grassland", + "biomeswevegone:araucaria_savanna", + "biomeswevegone:aspen_boreal", + "biomeswevegone:atacama_outback", + "biomeswevegone:baobab_savanna", + "biomeswevegone:basalt_barrera", + "biomeswevegone:bayou", + "biomeswevegone:black_forest", + "biomeswevegone:canadian_shield", + "biomeswevegone:cika_woods", + "biomeswevegone:coconino_meadow", + "biomeswevegone:coniferous_forest", + "biomeswevegone:crag_gardens", + "biomeswevegone:crimson_tundra", + "biomeswevegone:cypress_swamplands", + "biomeswevegone:dacite_ridges", + "biomeswevegone:dacite_shore", + "biomeswevegone:dead_sea", + "biomeswevegone:ebony_woods", + "biomeswevegone:enchanted_tangle", + "biomeswevegone:eroded_borealis", + "biomeswevegone:firecracker_chaparral", + "biomeswevegone:forgotten_forest", + "biomeswevegone:fragment_jungle", + "biomeswevegone:frosted_coniferous_forest", + "biomeswevegone:frosted_taiga", + "biomeswevegone:howling_peaks", + "biomeswevegone:ironwood_gour", + "biomeswevegone:jacaranda_jungle", + "biomeswevegone:lush_stacks", + "biomeswevegone:maple_taiga", + "biomeswevegone:mojave_desert", + "biomeswevegone:orchard", + "biomeswevegone:overgrowth_woodlands", + "biomeswevegone:prairie", + "biomeswevegone:pumpkin_valley", + "biomeswevegone:rainbow_beach", + "biomeswevegone:red_rock_valley", + "biomeswevegone:redwood_thicket", + "biomeswevegone:rose_fields", + "biomeswevegone:rugged_badlands", + "biomeswevegone:sakura_grove", + "biomeswevegone:shattered_glacier", + "biomeswevegone:sierra_badlands", + "biomeswevegone:skyrise_vale", + "biomeswevegone:temperate_grove", + "biomeswevegone:tropical_rainforest", + "biomeswevegone:weeping_witch_forest", + "biomeswevegone:white_mangrove_marshes", + "biomeswevegone:windswept_desert", + "biomeswevegone:zelkova_forest", + { + "id": "byg:firecracker_shrubland", + "required": false + }, + { + "id": "byg:autumnal_valley", + "required": false + }, + { + "id": "byg:rose_fields", + "required": false + }, + { + "id": "#biomesoplenty:is_savanna", + "required": false + }, + { + "id": "biomesoplenty:lavender_forest", + "required": false + }, + { + "id": "biomesoplenty:maple_woods", + "required": false + }, + { + "id": "biomesoplenty:seasonal_forest", + "required": false + }, + { + "id": "biomesoplenty:orchard", + "required": false + }, + { + "id": "biomesoplenty:seasonal_pumpkin_patch", + "required": false + }, + { + "id": "biomesoplenty:dead_forest", + "required": false + }, + { + "id": "biomesoplenty:fir_clearing", + "required": false + }, + { + "id": "biomesoplenty:cherry_blossom_grove", + "required": false + }, + { + "id": "biomesoplenty:field", + "required": false + } + ] +} diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/plains_and_oak_biomes.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/plains_and_oak_biomes.json new file mode 100644 index 0000000..bdeb0fd --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/plains_and_oak_biomes.json @@ -0,0 +1,56 @@ +{ + "replace": false, + + "_comment": " This biome tag can specify the biome directly. Or specify another biome tag by starting with # ", + "values": [ + "minecraft:forest", + "minecraft:forest", + "biomeswevegone:aspen_boreal", + "biomeswevegone:black_forest", + "biomeswevegone:canadian_shield", + "biomeswevegone:cika_woods", + "biomeswevegone:coniferous_forest", + "biomeswevegone:dacite_ridges", + "biomeswevegone:ebony_woods", + "biomeswevegone:enchanted_tangle", + "biomeswevegone:eroded_borealis", + "biomeswevegone:forgotten_forest", + "biomeswevegone:frosted_coniferous_forest", + "biomeswevegone:howling_peaks", + "biomeswevegone:orchard", + "biomeswevegone:overgrowth_woodlands", + "biomeswevegone:redwood_thicket", + "biomeswevegone:sakura_grove", + "biomeswevegone:skyrise_vale", + "biomeswevegone:weeping_witch_forest", + "biomeswevegone:zelkova_forest", + { + "id": "biomesoplenty:bamboo_grove", + "required": false + }, + { + "id": "biomesoplenty:boreal_forest", + "required": false + }, + { + "id": "biomesoplenty:cherry_blossom_grove", + "required": false + }, + { + "id": "biomesoplenty:lavender_forest", + "required": false + }, + { + "id": "biomesoplenty:maple_woods", + "required": false + }, + { + "id": "biomesoplenty:seasonal_forest", + "required": false + }, + { + "id": "biomesoplenty:orchard", + "required": false + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/snowy_biomes.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/snowy_biomes.json new file mode 100644 index 0000000..d3e2b8c --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/snowy_biomes.json @@ -0,0 +1,30 @@ +{ + "replace": false, + + "_comment": " This biome tag can specify the biome directly. Or specify another biome tag by starting with # ", + "values": [ + "minecraft:snowy_taiga", + "biomeswevegone:eroded_borealis", + "biomeswevegone:howling_peaks", + { + "id": "byg:frosted_taiga", + "required": false + }, + { + "id": "byg:frosted_coniferous_forest", + "required": false + }, + { + "id": "byg:alps", + "required": false + }, + { + "id": "byg:snowy_deciduous_forest", + "required": false + }, + { + "id": "byg:snowy_evergreen_taiga", + "required": false + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/stony_shore_biomes.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/stony_shore_biomes.json new file mode 100644 index 0000000..1073845 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/stony_shore_biomes.json @@ -0,0 +1,8 @@ +{ + "replace": false, + + "_comment": " This biome tag can specify the biome directly. Or specify another biome tag by starting with # ", + "values": [ + "minecraft:stony_shore" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/swampy_biomes.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/swampy_biomes.json new file mode 100644 index 0000000..4e613ce --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/swampy_biomes.json @@ -0,0 +1,39 @@ +{ + "replace": false, + + "_comment": " This biome tag can specify the biome directly. Or specify another biome tag by starting with # ", + "values": [ + "minecraft:swamp", + "biomeswevegone:bayou", + "biomeswevegone:cypress_swamplands", + "biomeswevegone:white_mangrove_marshes", + { + "id": "#forge:is_swamp", + "required": false + }, + { + "id": "byg:bayou", + "required": false + }, + { + "id": "byg:cypress_swamplands", + "required": false + }, + { + "id": "byg:white_mangrove_marshes", + "required": false + }, + { + "id": "byg:glowshroom_bayou", + "required": false + }, + { + "id": "byg:vibrant_swamplands", + "required": false + }, + { + "id": "byg:cold_swamplands", + "required": false + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/taiga_biomes.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/taiga_biomes.json new file mode 100644 index 0000000..bf76db5 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/taiga_biomes.json @@ -0,0 +1,22 @@ +{ + "replace": false, + + "_comment": " This biome tag can specify the biome directly. Or specify another biome tag by starting with # ", + "values": [ + "#minecraft:is_taiga", + "biomeswevegone:frosted_taiga", + "biomeswevegone:maple_taiga", + { + "id": "byg:canadian_shield", + "required": false + }, + { + "id": "byg:snowy_deciduous_forest", + "required": false + }, + { + "id": "byg:snowy_evergreen_taiga", + "required": false + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/structure_set/common_avoid.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/structure_set/common_avoid.json new file mode 100644 index 0000000..033992b --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/structure_set/common_avoid.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "minecraft:villages" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/processor_list/blue_to_water.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/processor_list/blue_to_water.json new file mode 100644 index 0000000..d2edc58 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/processor_list/blue_to_water.json @@ -0,0 +1,35 @@ +{ + // Processor lists will run a processor for every block placed by the nbt file. + // The resultant block of the processor list is the block that actually gets placed in the world. + "processors": [ + // A single Rule processor for this list. + { + "processor_type": "minecraft:rule", + + // The rules for this Rule processor to use + "rules": [ + { + // The block to look for from the nbt file + // This has a 50% chance of allowing the found stone bricks block to be replaced + "input_predicate": { + "block": "minecraft:blue_concrete", + "probability": 1, + "predicate_type": "minecraft:random_block_match" + }, + // This is always true + // Village roads have this part look for water so roads can be replaced with oak planks instead + "location_predicate": { + "predicate_type": "minecraft:always_true" + }, + // The actual block to place if the above conditions return true + "output_state": { + "Name": "minecraft:water" + } + } + ] + }, + { + "processor_type": "mvs:waterlogging_fix_processor" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/processor_list/cathedral.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/processor_list/cathedral.json new file mode 100644 index 0000000..aaadea6 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/processor_list/cathedral.json @@ -0,0 +1,80 @@ +{ + // Processor lists will run a processor for every block placed by the nbt file. + // The resultant block of the processor list is the block that actually gets placed in the world. + "processors": [ + // A single Rule processor for this list. + { + "processor_type": "mvs:waterlogging_fix_processor" + }, + { + "processor_type": "minecraft:rule", + "rules": [ + { + "input_predicate": { + "block": "minecraft:crimson_sign", + "probability": 1, + "predicate_type": "minecraft:random_block_match" + }, + "location_predicate": { + "predicate_type": "minecraft:always_true" + }, + "output_state": { + "Name": "minecraft:air" + } + }, + { + "input_predicate": { + "block": "minecraft:blue_wool", + "probability": 1, + "predicate_type": "minecraft:random_block_match" + }, + "location_predicate": { + "predicate_type": "minecraft:always_true" + }, + "output_state": { + "Name": "minecraft:dirt" + } + }, + { + "input_predicate": { + "block": "minecraft:redstone_block", + "probability": 0.9, + "predicate_type": "minecraft:random_block_match" + }, + "location_predicate": { + "predicate_type": "minecraft:always_true" + }, + "output_state": { + "Name": "minecraft:stone" + } + }, + { + "input_predicate": { + "block": "minecraft:redstone_lamp", + "probability": 1, + "predicate_type": "minecraft:random_block_match" + }, + "location_predicate": { + "predicate_type": "minecraft:always_true" + }, + "output_state": { + "Name": "minecraft:redstone_lamp" + } + }, + { + "input_predicate": { + "block": "minecraft:lantern", + "probability": 0.9, + "predicate_type": "minecraft:random_block_match" + }, + "location_predicate": { + "predicate_type": "minecraft:always_true" + }, + "output_state": { + "Name": "minecraft:air" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/processor_list/stone_to_diamond.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/processor_list/stone_to_diamond.json new file mode 100644 index 0000000..46c33b8 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/processor_list/stone_to_diamond.json @@ -0,0 +1,26 @@ +{ + // Processor lists will run a processor for every block placed by the nbt file. + // The resultant block of the processor list is the block that actually gets placed in the world. + "processors": [ + // A single Rule processor for this list. + { + "processor_type": "minecraft:rule", + + "rules": [ + { + "input_predicate": { + "block": "minecraft:stone", + "probability": 0.25, + "predicate_type": "minecraft:random_block_match" + }, + "location_predicate": { + "predicate_type": "minecraft:always_true" + }, + "output_state": { + "Name": "minecraft:diamond_ore" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/processor_list/tuff_to_iron.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/processor_list/tuff_to_iron.json new file mode 100644 index 0000000..d46546a --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/processor_list/tuff_to_iron.json @@ -0,0 +1,45 @@ +{ + // Processor lists will run a processor for every block placed by the nbt file. + // The resultant block of the processor list is the block that actually gets placed in the world. + "processors": [ + // A single Rule processor for this list. + { + "processor_type": "minecraft:rule", + + // The rules for this Rule processor to use + "rules": [ + { + // The block to look for from the nbt file + // This has a 50% chance of allowing the found stone bricks block to be replaced + "input_predicate": { + "block": "minecraft:tuff", + "probability": 0.2, + "predicate_type": "minecraft:random_block_match" + }, + // This is always true + // Village roads have this part look for water so roads can be replaced with oak planks instead + "location_predicate": { + "predicate_type": "minecraft:always_true" + }, + // The actual block to place if the above conditions return true + "output_state": { + "Name": "minecraft:raw_iron_block" + } + }, + { + "input_predicate": { + "block": "minecraft:tuff", + "probability": 0.05, + "predicate_type": "minecraft:random_block_match" + }, + "location_predicate": { + "predicate_type": "minecraft:always_true" + }, + "output_state": { + "Name": "minecraft:iron_block" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/processor_list/tuff_to_ores.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/processor_list/tuff_to_ores.json new file mode 100644 index 0000000..96554c0 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/processor_list/tuff_to_ores.json @@ -0,0 +1,68 @@ +{ + // Processor lists will run a processor for every block placed by the nbt file. + // The resultant block of the processor list is the block that actually gets placed in the world. + "processors": [ + // A single Rule processor for this list. + { + "processor_type": "minecraft:rule", + + // The rules for this Rule processor to use + "rules": [ + { + // The block to look for from the nbt file + // This has a 50% chance of allowing the found stone bricks block to be replaced + "input_predicate": { + "block": "minecraft:tuff", + "probability": 0.3, + "predicate_type": "minecraft:random_block_match" + }, + // This is always true + // Village roads have this part look for water so roads can be replaced with oak planks instead + "location_predicate": { + "predicate_type": "minecraft:always_true" + }, + // The actual block to place if the above conditions return true + "output_state": { + "Name": "minecraft:diamond_ore" + } + }, + { + // The block to look for from the nbt file + // This has a 50% chance of allowing the found stone bricks block to be replaced + "input_predicate": { + "block": "minecraft:tuff", + "probability": 0.3, + "predicate_type": "minecraft:random_block_match" + }, + // This is always true + // Village roads have this part look for water so roads can be replaced with oak planks instead + "location_predicate": { + "predicate_type": "minecraft:always_true" + }, + // The actual block to place if the above conditions return true + "output_state": { + "Name": "minecraft:emerald_ore" + } + }, + { + // The block to look for from the nbt file + // This has a 50% chance of allowing the found stone bricks block to be replaced + "input_predicate": { + "block": "minecraft:tuff", + "probability": 0.4, + "predicate_type": "minecraft:random_block_match" + }, + // This is always true + // Village roads have this part look for water so roads can be replaced with oak planks instead + "location_predicate": { + "predicate_type": "minecraft:always_true" + }, + // The actual block to place if the above conditions return true + "output_state": { + "Name": "minecraft:coal_ore" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/processor_list/waterlogging_fix_processor.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/processor_list/waterlogging_fix_processor.json new file mode 100644 index 0000000..82339f7 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/processor_list/waterlogging_fix_processor.json @@ -0,0 +1,7 @@ +{ + "processors": [ + { + "processor_type": "mvs:waterlogging_fix_processor" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/beach_bar.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/beach_bar.json new file mode 100644 index 0000000..8c2bf7b --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/beach_bar.json @@ -0,0 +1,18 @@ +{ + "type": "mvs:mvs_generic_jigsaw_structure", + "start_pool": "mvs:other/beach_bar/start_pool", + "size": 1, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "cannot_spawn_in_liquid": true, + "terrain_height_radius_check": 1, + "allowed_terrain_height_range": 3, + + "biomes": "#mvs:has_structure/beach_biomes", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/cartographer_tower.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/cartographer_tower.json new file mode 100644 index 0000000..f241f2f --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/cartographer_tower.json @@ -0,0 +1,18 @@ +{ + "type": "mvs:mvs_generic_jigsaw_structure", + "start_pool": "mvs:cartographer_tower/temp", + "size": 2, + "max_distance_from_center": 80, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "terrain_height_radius_check": 1, + "allowed_terrain_height_range": 4, + + "biomes": "#mvs:has_structure/overworld_biomes", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/carts/cart.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/carts/cart.json new file mode 100644 index 0000000..aa26ded --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/carts/cart.json @@ -0,0 +1,19 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:carts/cart/start_pool", + + "size": 1, + + "biomes": "#mvs:has_structure/overworld_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/carts/large_cart_1.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/carts/large_cart_1.json new file mode 100644 index 0000000..5ad9186 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/carts/large_cart_1.json @@ -0,0 +1,22 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:carts/large_cart_1/start_pool", + + "size": 1, + + "biomes": "#mvs:has_structure/overworld_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "cannot_spawn_in_liquid": true, + "terrain_height_radius_check": 1, + "allowed_terrain_height_range": 3, + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/carts/large_cart_2.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/carts/large_cart_2.json new file mode 100644 index 0000000..6ad61cf --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/carts/large_cart_2.json @@ -0,0 +1,22 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:carts/large_cart_2/start_pool", + + "size": 1, + + "biomes": "#mvs:has_structure/overworld_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "cannot_spawn_in_liquid": true, + "terrain_height_radius_check": 1, + "allowed_terrain_height_range": 3, + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/carts/medium_bamboo_cart.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/carts/medium_bamboo_cart.json new file mode 100644 index 0000000..8aec842 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/carts/medium_bamboo_cart.json @@ -0,0 +1,19 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:carts/medium_bamboo_cart/start_pool", + + "size": 1, + + "biomes": "#mvs:has_structure/jungle_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/cathedral.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/cathedral.json new file mode 100644 index 0000000..b17b74a --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/cathedral.json @@ -0,0 +1,37 @@ +{ + "type": "mvs:mvs_generic_jigsaw_structure", + "start_pool": "mvs:cathedral/temp", + "size": 17, + "max_distance_from_center": 35, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "cannot_spawn_in_liquid": true, + "terrain_height_radius_check": 1, + "allowed_terrain_height_range": 5, + + "biomes": "#mvs:has_structure/overworld_biomes", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": { + "monster": { + "bounding_box": "full", + "spawns": [ + { + "type": "minecraft:skeleton", + "weight": 1, + "minCount": 1, + "maxCount": 2 + }, + { + "type": "minecraft:zombie", + "weight": 2, + "minCount": 2, + "maxCount": 5 + } + ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/crystal.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/crystal.json new file mode 100644 index 0000000..b143880 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/crystal.json @@ -0,0 +1,18 @@ +{ + "type": "mvs:mvs_generic_jigsaw_structure", + "start_pool": "mvs:crystal/temp", + "size": 2, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "cannot_spawn_in_liquid": true, + "terrain_height_radius_check": 2, + "allowed_terrain_height_range": 3, + + "biomes": "#mvs:has_structure/overworld_biomes", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/dead_tree/acacia.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/dead_tree/acacia.json new file mode 100644 index 0000000..907f4db --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/dead_tree/acacia.json @@ -0,0 +1,14 @@ +{ + "type": "mvs:mvs_generic_jigsaw_structure", + "start_pool": "mvs:dead_tree/acacia", + "size": 1, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "biomes": "#mvs:has_structure/acacia_biomes", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/dead_tree/birch.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/dead_tree/birch.json new file mode 100644 index 0000000..b46fdf8 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/dead_tree/birch.json @@ -0,0 +1,14 @@ +{ + "type": "mvs:mvs_generic_jigsaw_structure", + "start_pool": "mvs:dead_tree/birch", + "size": 1, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "biomes": "#mvs:has_structure/birch_biomes", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/dead_tree/cherry.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/dead_tree/cherry.json new file mode 100644 index 0000000..9340114 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/dead_tree/cherry.json @@ -0,0 +1,14 @@ +{ + "type": "mvs:mvs_generic_jigsaw_structure", + "start_pool": "mvs:dead_tree/cherry", + "size": 1, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "biomes": "#mvs:has_structure/cherry_biomes", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/dead_tree/dark_oak.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/dead_tree/dark_oak.json new file mode 100644 index 0000000..379af35 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/dead_tree/dark_oak.json @@ -0,0 +1,14 @@ +{ + "type": "mvs:mvs_generic_jigsaw_structure", + "start_pool": "mvs:dead_tree/dark_oak", + "size": 1, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "biomes": "#mvs:has_structure/dark_oak_biomes", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/dead_tree/jungle.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/dead_tree/jungle.json new file mode 100644 index 0000000..bd8b543 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/dead_tree/jungle.json @@ -0,0 +1,14 @@ +{ + "type": "mvs:mvs_generic_jigsaw_structure", + "start_pool": "mvs:dead_tree/jungle", + "size": 1, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "biomes": "#mvs:has_structure/jungle_biomes", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/dead_tree/mangrove.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/dead_tree/mangrove.json new file mode 100644 index 0000000..8015a76 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/dead_tree/mangrove.json @@ -0,0 +1,14 @@ +{ + "type": "mvs:mvs_generic_jigsaw_structure", + "start_pool": "mvs:dead_tree/mangrove", + "size": 1, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "biomes": "#mvs:has_structure/mangrove_biomes", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/dead_tree/oak.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/dead_tree/oak.json new file mode 100644 index 0000000..ead5444 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/dead_tree/oak.json @@ -0,0 +1,14 @@ +{ + "type": "mvs:mvs_generic_jigsaw_structure", + "start_pool": "mvs:dead_tree/oak", + "size": 1, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "biomes": "#mvs:has_structure/overworld_biomes", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/dead_tree/spruce.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/dead_tree/spruce.json new file mode 100644 index 0000000..77f1978 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/dead_tree/spruce.json @@ -0,0 +1,14 @@ +{ + "type": "mvs:mvs_generic_jigsaw_structure", + "start_pool": "mvs:dead_tree/spruce", + "size": 1, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "biomes": "#mvs:has_structure/taiga_biomes", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/gallows.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/gallows.json new file mode 100644 index 0000000..da05d65 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/gallows.json @@ -0,0 +1,17 @@ +{ + "type": "mvs:mvs_generic_jigsaw_structure", + "start_pool": "mvs:other/gallows/start_pool", + "size": 1, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "terrain_height_radius_check": 1, + "allowed_terrain_height_range": 3, + + "biomes": "#mvs:has_structure/overworld_biomes", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/horse_pen.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/horse_pen.json new file mode 100644 index 0000000..92ecad2 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/horse_pen.json @@ -0,0 +1,18 @@ +{ + "type": "mvs:mvs_generic_jigsaw_structure", + "start_pool": "mvs:other/horse_pen/start_pool", + "size": 1, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "cannot_spawn_in_liquid": true, + "terrain_height_radius_check": 1, + "allowed_terrain_height_range": 3, + + "biomes": "#mvs:has_structure/overworld_biomes", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/houses/azelea_house.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/houses/azelea_house.json new file mode 100644 index 0000000..4e2c345 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/houses/azelea_house.json @@ -0,0 +1,22 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:houses/azelea_house/start_pool", + + "size": 1, + + "biomes": "#mvs:has_structure/overworld_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "cannot_spawn_in_liquid": true, + "terrain_height_radius_check": 2, + "allowed_terrain_height_range": 3, + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/houses/barn.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/houses/barn.json new file mode 100644 index 0000000..805c27a --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/houses/barn.json @@ -0,0 +1,22 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:houses/barn/start_pool", + + "size": 1, + + "biomes": "#mvs:has_structure/overworld_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "cannot_spawn_in_liquid": true, + "terrain_height_radius_check": 1, + "allowed_terrain_height_range": 3, + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/houses/deepslate_house.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/houses/deepslate_house.json new file mode 100644 index 0000000..7e44390 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/houses/deepslate_house.json @@ -0,0 +1,22 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:houses/deepslate_house/start_pool", + + "size": 1, + + "biomes": "#mvs:has_structure/overworld_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "cannot_spawn_in_liquid": true, + "terrain_height_radius_check": 2, + "allowed_terrain_height_range": 3, + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/houses/desert_house.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/houses/desert_house.json new file mode 100644 index 0000000..eb6fa31 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/houses/desert_house.json @@ -0,0 +1,22 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:houses/desert_house/start_pool", + + "size": 1, + + "biomes": "#mvs:has_structure/desert_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "cannot_spawn_in_liquid": true, + "terrain_height_radius_check": 1, + "allowed_terrain_height_range": 3, + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/houses/flower_hole.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/houses/flower_hole.json new file mode 100644 index 0000000..1c7e619 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/houses/flower_hole.json @@ -0,0 +1,20 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:houses/flower_hole/start_pool", + + "size": 1, + + "biomes": "#mvs:has_structure/flower_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "cannot_spawn_in_liquid": true, + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/houses/house.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/houses/house.json new file mode 100644 index 0000000..fdaaf25 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/houses/house.json @@ -0,0 +1,22 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:houses/house/start_pool", + + "size": 1, + + "biomes": "#mvs:has_structure/overworld_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "cannot_spawn_in_liquid": true, + "terrain_height_radius_check": 2, + "allowed_terrain_height_range": 3, + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/houses/large_floating_island.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/houses/large_floating_island.json new file mode 100644 index 0000000..f3d15ff --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/houses/large_floating_island.json @@ -0,0 +1,19 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:houses/large_floating_island/start_pool", + + "size": 1, + + "biomes": "#mvs:has_structure/overworld_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "step": "surface_structures", + "terrain_adaptation": "none", + "start_height": { + "absolute": 60 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/houses/large_warped_tower.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/houses/large_warped_tower.json new file mode 100644 index 0000000..2297b90 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/houses/large_warped_tower.json @@ -0,0 +1,19 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:houses/large_warped_tower/start_pool", + + "size": 1, + + "biomes": "#mvs:has_structure/overworld_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/houses/medium_igloo_1.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/houses/medium_igloo_1.json new file mode 100644 index 0000000..7aa6e52 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/houses/medium_igloo_1.json @@ -0,0 +1,20 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:houses/medium_igloo_1/start_pool", + + "size": 1, + + "biomes": "#mvs:has_structure/snowy_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "cannot_spawn_in_liquid": true, + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/houses/medium_igloo_2.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/houses/medium_igloo_2.json new file mode 100644 index 0000000..e4a7ed2 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/houses/medium_igloo_2.json @@ -0,0 +1,19 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:houses/medium_igloo_2/start_pool", + + "size": 1, + + "biomes": "#mvs:has_structure/snowy_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/houses/small_igloo.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/houses/small_igloo.json new file mode 100644 index 0000000..6312328 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/houses/small_igloo.json @@ -0,0 +1,19 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:houses/small_igloo/start_pool", + + "size": 1, + + "biomes": "#mvs:has_structure/snowy_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/houses/small_swamp_house.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/houses/small_swamp_house.json new file mode 100644 index 0000000..9bfe012 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/houses/small_swamp_house.json @@ -0,0 +1,18 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:houses/small_swamp_house/start_pool", + + "size": 1, + "biomes": "#mvs:has_structure/swampy_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/houses/tall_house.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/houses/tall_house.json new file mode 100644 index 0000000..7cca392 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/houses/tall_house.json @@ -0,0 +1,22 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:houses/tall_house/start_pool", + + "size": 1, + + "biomes": "#mvs:has_structure/overworld_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "cannot_spawn_in_liquid": true, + "terrain_height_radius_check": 2, + "allowed_terrain_height_range": 3, + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/houses/warped_house.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/houses/warped_house.json new file mode 100644 index 0000000..80e5da6 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/houses/warped_house.json @@ -0,0 +1,22 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:houses/warped_house/start_pool", + + "size": 1, + + "biomes": "#mvs:has_structure/overworld_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "cannot_spawn_in_liquid": true, + "terrain_height_radius_check": 2, + "allowed_terrain_height_range": 3, + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/jungle_tower.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/jungle_tower.json new file mode 100644 index 0000000..e7ec7cf --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/jungle_tower.json @@ -0,0 +1,19 @@ +{ + "type": "mvs:mvs_generic_jigsaw_structure", + "start_pool": "mvs:jungle_tower/temp", + "size": 4, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "cannot_spawn_in_liquid": true, + "terrain_height_radius_check": 1, + "allowed_terrain_height_range": 7, + "valid_biome_radius_check": 3, + + "biomes": "#mvs:has_structure/jungle_biomes", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/lantern/medium_oak_lantern.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/lantern/medium_oak_lantern.json new file mode 100644 index 0000000..225eb62 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/lantern/medium_oak_lantern.json @@ -0,0 +1,15 @@ +{ + "type": "mvs:mvs_generic_jigsaw_structure", + "start_pool": "mvs:lantern/medium_oak_lantern", + "size": 1, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "biomes": "#mvs:has_structure/plains_and_oak_biomes", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/lantern/small_acacia_lantern.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/lantern/small_acacia_lantern.json new file mode 100644 index 0000000..b70bbbb --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/lantern/small_acacia_lantern.json @@ -0,0 +1,15 @@ +{ + "type": "mvs:mvs_generic_jigsaw_structure", + "start_pool": "mvs:lantern/small_acacia_lantern", + "size": 1, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "biomes": "#mvs:has_structure/acacia_biomes", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/lantern/small_bamboo_lantern.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/lantern/small_bamboo_lantern.json new file mode 100644 index 0000000..d9f0430 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/lantern/small_bamboo_lantern.json @@ -0,0 +1,15 @@ +{ + "type": "mvs:mvs_generic_jigsaw_structure", + "start_pool": "mvs:lantern/small_bamboo_lantern", + "size": 1, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "biomes": "#mvs:has_structure/jungle_biomes", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/lantern/small_birch_lantern.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/lantern/small_birch_lantern.json new file mode 100644 index 0000000..ec7c740 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/lantern/small_birch_lantern.json @@ -0,0 +1,15 @@ +{ + "type": "mvs:mvs_generic_jigsaw_structure", + "start_pool": "mvs:lantern/small_birch_lantern", + "size": 1, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "biomes": "#mvs:has_structure/birch_biomes", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/lantern/small_campfire_lantern.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/lantern/small_campfire_lantern.json new file mode 100644 index 0000000..8bac9b4 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/lantern/small_campfire_lantern.json @@ -0,0 +1,15 @@ +{ + "type": "mvs:mvs_generic_jigsaw_structure", + "start_pool": "mvs:lantern/small_campfire_lantern", + "size": 1, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "biomes": "#mvs:has_structure/plains_and_oak_biomes", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/lantern/small_cherry_lantern.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/lantern/small_cherry_lantern.json new file mode 100644 index 0000000..148e5d5 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/lantern/small_cherry_lantern.json @@ -0,0 +1,15 @@ +{ + "type": "mvs:mvs_generic_jigsaw_structure", + "start_pool": "mvs:lantern/small_cherry_lantern", + "size": 1, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "biomes": "#mvs:has_structure/cherry_biomes", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/lantern/small_dark_oak_lantern.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/lantern/small_dark_oak_lantern.json new file mode 100644 index 0000000..8a0cd34 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/lantern/small_dark_oak_lantern.json @@ -0,0 +1,15 @@ +{ + "type": "mvs:mvs_generic_jigsaw_structure", + "start_pool": "mvs:lantern/small_dark_oak_lantern", + "size": 1, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "biomes": "#mvs:has_structure/dark_oak_biomes", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/lantern/small_jungle_lantern.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/lantern/small_jungle_lantern.json new file mode 100644 index 0000000..f83c988 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/lantern/small_jungle_lantern.json @@ -0,0 +1,15 @@ +{ + "type": "mvs:mvs_generic_jigsaw_structure", + "start_pool": "mvs:lantern/small_jungle_lantern", + "size": 1, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "biomes": "#mvs:has_structure/jungle_biomes", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/lantern/small_mangrove_lantern.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/lantern/small_mangrove_lantern.json new file mode 100644 index 0000000..7259011 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/lantern/small_mangrove_lantern.json @@ -0,0 +1,15 @@ +{ + "type": "mvs:mvs_generic_jigsaw_structure", + "start_pool": "mvs:lantern/small_mangrove_lantern", + "size": 1, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "biomes": "#mvs:has_structure/mangrove_biomes", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/lantern/small_oak_lantern.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/lantern/small_oak_lantern.json new file mode 100644 index 0000000..05b6e1c --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/lantern/small_oak_lantern.json @@ -0,0 +1,15 @@ +{ + "type": "mvs:mvs_generic_jigsaw_structure", + "start_pool": "mvs:lantern/small_oak_lantern", + "size": 1, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "biomes": "#mvs:has_structure/overworld_biomes", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/lantern/small_spruce_lantern.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/lantern/small_spruce_lantern.json new file mode 100644 index 0000000..469d35c --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/lantern/small_spruce_lantern.json @@ -0,0 +1,15 @@ +{ + "type": "mvs:mvs_generic_jigsaw_structure", + "start_pool": "mvs:lantern/small_spruce_lantern", + "size": 1, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "biomes": "#mvs:has_structure/taiga_biomes", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/log_pile/acacia_log_pile.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/log_pile/acacia_log_pile.json new file mode 100644 index 0000000..505db5d --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/log_pile/acacia_log_pile.json @@ -0,0 +1,19 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:log_pile/acacia_log_pile/start_pool", + + "size": 1, + + "biomes": "#mvs:has_structure/acacia_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/log_pile/birch_log_pile.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/log_pile/birch_log_pile.json new file mode 100644 index 0000000..8ae7c59 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/log_pile/birch_log_pile.json @@ -0,0 +1,19 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:log_pile/birch_log_pile/start_pool", + + "size": 1, + + "biomes": "#mvs:has_structure/birch_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/log_pile/dark_oak_log_pile.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/log_pile/dark_oak_log_pile.json new file mode 100644 index 0000000..4809163 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/log_pile/dark_oak_log_pile.json @@ -0,0 +1,19 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:log_pile/dark_oak_log_pile/start_pool", + + "size": 1, + + "biomes": "#mvs:has_structure/dark_oak_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/log_pile/jungle_log_pile.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/log_pile/jungle_log_pile.json new file mode 100644 index 0000000..b8f1a2d --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/log_pile/jungle_log_pile.json @@ -0,0 +1,19 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:log_pile/jungle_log_pile/start_pool", + + "size": 1, + + "biomes": "#mvs:has_structure/jungle_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/log_pile/oak_log_pile.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/log_pile/oak_log_pile.json new file mode 100644 index 0000000..f8f7f46 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/log_pile/oak_log_pile.json @@ -0,0 +1,19 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:log_pile/oak_log_pile/start_pool", + + "size": 1, + + "biomes": "#mvs:has_structure/oak_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/log_pile/spruce_log_pile.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/log_pile/spruce_log_pile.json new file mode 100644 index 0000000..0bea5b2 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/log_pile/spruce_log_pile.json @@ -0,0 +1,19 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:log_pile/spruce_log_pile/start_pool", + + "size": 1, + + "biomes": "#mvs:has_structure/taiga_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/nature/acacia_tree.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/nature/acacia_tree.json new file mode 100644 index 0000000..651df06 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/nature/acacia_tree.json @@ -0,0 +1,18 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:nature/acacia_tree", + + "size": 1, + + "biomes": "#mvs:has_structure/acacia_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/nature/big_oak_tree.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/nature/big_oak_tree.json new file mode 100644 index 0000000..f155e6e --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/nature/big_oak_tree.json @@ -0,0 +1,22 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:nature/big_oak_tree/start_pool", + + "size": 1, + + "biomes": "#mvs:has_structure/plains_and_oak_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "cannot_spawn_in_liquid": true, + "terrain_height_radius_check": 2, + "allowed_terrain_height_range": 4, + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/nature/birch_tree.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/nature/birch_tree.json new file mode 100644 index 0000000..859bfc2 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/nature/birch_tree.json @@ -0,0 +1,18 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:nature/birch_tree", + + "size": 1, + + "biomes": "#mvs:has_structure/birch_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/nature/boulder.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/nature/boulder.json new file mode 100644 index 0000000..355ba9b --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/nature/boulder.json @@ -0,0 +1,19 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:nature/boulder/start_pool", + + "size": 1, + + "biomes": "#mvs:has_structure/taiga_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/nature/cherry_tree.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/nature/cherry_tree.json new file mode 100644 index 0000000..c0a9b1c --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/nature/cherry_tree.json @@ -0,0 +1,18 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:nature/cherry_tree", + + "size": 1, + + "biomes": "#mvs:has_structure/cherry_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/nature/dark_oak_tree.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/nature/dark_oak_tree.json new file mode 100644 index 0000000..3a31083 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/nature/dark_oak_tree.json @@ -0,0 +1,18 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:nature/dark_oak_tree", + + "size": 1, + + "biomes": "#mvs:has_structure/dark_oak_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/nature/floating_islands.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/nature/floating_islands.json new file mode 100644 index 0000000..a3591b5 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/nature/floating_islands.json @@ -0,0 +1,19 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:nature/floating_islands", + + "size": 1, + + "biomes": "#mvs:has_structure/overworld_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "step": "surface_structures", + "terrain_adaptation": "none", + "start_height": { + "absolute": 60 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/nature/jungle_palm_tree.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/nature/jungle_palm_tree.json new file mode 100644 index 0000000..c98c0d6 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/nature/jungle_palm_tree.json @@ -0,0 +1,18 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:nature/jungle_palm_tree", + + "size": 1, + + "biomes": "#mvs:has_structure/jungle_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/nature/jungle_tree.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/nature/jungle_tree.json new file mode 100644 index 0000000..3d65adf --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/nature/jungle_tree.json @@ -0,0 +1,18 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:nature/jungle_tree", + + "size": 1, + + "biomes": "#mvs:has_structure/jungle_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/nature/large_mushroom.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/nature/large_mushroom.json new file mode 100644 index 0000000..c0345f3 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/nature/large_mushroom.json @@ -0,0 +1,20 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:nature/large_mushroom/start_pool", + + "size": 1, + + "biomes": "#mvs:has_structure/mushroom_island_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "cannot_spawn_in_liquid": true, + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/nature/mushroom_pond.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/nature/mushroom_pond.json new file mode 100644 index 0000000..00cf00f --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/nature/mushroom_pond.json @@ -0,0 +1,18 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:nature/mushroom_pond/start_pool", + + "size": 1, + + "biomes": "#mvs:has_structure/overworld_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/nature/oak_tree.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/nature/oak_tree.json new file mode 100644 index 0000000..f9f9bbb --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/nature/oak_tree.json @@ -0,0 +1,18 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:nature/oak_tree", + + "size": 1, + + "biomes": "#mvs:has_structure/plains_and_oak_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/nature/paths.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/nature/paths.json new file mode 100644 index 0000000..285b4d2 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/nature/paths.json @@ -0,0 +1,19 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:nature/paths", + + "size": 1, + + "biomes": "#mvs:has_structure/overworld_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/nature/small_oak_pond.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/nature/small_oak_pond.json new file mode 100644 index 0000000..bb87e8a --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/nature/small_oak_pond.json @@ -0,0 +1,19 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:nature/small_oak_pond/start_pool", + + "size": 1, + + "biomes": "#mvs:has_structure/overworld_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/nature/spruce_tree.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/nature/spruce_tree.json new file mode 100644 index 0000000..86e6d92 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/nature/spruce_tree.json @@ -0,0 +1,18 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:nature/spruce_tree", + + "size": 1, + + "biomes": "#mvs:has_structure/taiga_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/nature/stone_rock.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/nature/stone_rock.json new file mode 100644 index 0000000..3a0e072 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/nature/stone_rock.json @@ -0,0 +1,18 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:nature/stone_rock", + + "size": 1, + + "biomes": "#mvs:has_structure/taiga_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/bee_dome.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/bee_dome.json new file mode 100644 index 0000000..aebdd57 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/bee_dome.json @@ -0,0 +1,21 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:other_decoration/bee_dome/start_pool", + + "size": 1, + + "biomes": "#mvs:has_structure/birch_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "terrain_height_radius_check": 1, + "allowed_terrain_height_range": 3, + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/bench.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/bench.json new file mode 100644 index 0000000..207cb19 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/bench.json @@ -0,0 +1,21 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:other_decoration/bench", + + "size": 1, + + "biomes": "#mvs:has_structure/overworld_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "terrain_height_radius_check": 2, + "allowed_terrain_height_range": 3, + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/campsite.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/campsite.json new file mode 100644 index 0000000..6daaddb --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/campsite.json @@ -0,0 +1,22 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:other_decoration/campsite/start_pool", + + "size": 1, + + "biomes": "#mvs:has_structure/overworld_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "cannot_spawn_in_liquid": true, + "terrain_height_radius_check": 2, + "allowed_terrain_height_range": 3, + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/crimson_enchanting_table.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/crimson_enchanting_table.json new file mode 100644 index 0000000..4896719 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/crimson_enchanting_table.json @@ -0,0 +1,23 @@ +{ + + "type": "mvs:mvs_generic_nether_jigsaw_structure", + + "start_pool": "mvs:other_decoration/crimson_enchanting_table/start_pool", + + "size": 1, + + "biomes": "#mvs:has_structure/crimson_biomes", + "land_search_direction": "HIGHEST_LAND", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "cannot_spawn_in_liquid": true, + "terrain_height_radius_check": 2, + "allowed_terrain_height_range": 3, + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/desert_pump.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/desert_pump.json new file mode 100644 index 0000000..8766a12 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/desert_pump.json @@ -0,0 +1,19 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:other_decoration/desert_pump/start_pool", + + "size": 1, + + "biomes": "#mvs:has_structure/desert_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/duck.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/duck.json new file mode 100644 index 0000000..2eeb970 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/duck.json @@ -0,0 +1,21 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:other_decoration/duck/start_pool", + + "size": 1, + + "biomes": "#mvs:has_structure/overworld_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "terrain_height_radius_check": 1, + "allowed_terrain_height_range": 3, + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/end_scraps/end_scraps_1.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/end_scraps/end_scraps_1.json new file mode 100644 index 0000000..b62626c --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/end_scraps/end_scraps_1.json @@ -0,0 +1,21 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:other_decoration/end_scraps/end_scraps_1/start_pool", + + "size": 1, + + "biomes": "#mvs:has_structure/end_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "terrain_height_radius_check": 1, + "allowed_terrain_height_range": 3, + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/end_scraps/end_scraps_2.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/end_scraps/end_scraps_2.json new file mode 100644 index 0000000..470ebf3 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/end_scraps/end_scraps_2.json @@ -0,0 +1,21 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:other_decoration/end_scraps/end_scraps_2/start_pool", + + "size": 1, + + "biomes": "#mvs:has_structure/end_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "terrain_height_radius_check": 1, + "allowed_terrain_height_range": 3, + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/end_scraps/end_scraps_3.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/end_scraps/end_scraps_3.json new file mode 100644 index 0000000..a349624 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/end_scraps/end_scraps_3.json @@ -0,0 +1,21 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:other_decoration/end_scraps/end_scraps_3/start_pool", + + "size": 1, + + "biomes": "#mvs:has_structure/end_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "terrain_height_radius_check": 1, + "allowed_terrain_height_range": 3, + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/end_scraps/end_scraps_4.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/end_scraps/end_scraps_4.json new file mode 100644 index 0000000..9e60aa8 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/end_scraps/end_scraps_4.json @@ -0,0 +1,21 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:other_decoration/end_scraps/end_scraps_4/start_pool", + + "size": 1, + + "biomes": "#mvs:has_structure/end_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "terrain_height_radius_check": 1, + "allowed_terrain_height_range": 3, + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/fire_camp.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/fire_camp.json new file mode 100644 index 0000000..5087a1b --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/fire_camp.json @@ -0,0 +1,21 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:other_decoration/fire_camp/start_pool", + + "size": 1, + + "biomes": "#mvs:has_structure/overworld_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "terrain_height_radius_check": 1, + "allowed_terrain_height_range": 3, + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/fox_hut.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/fox_hut.json new file mode 100644 index 0000000..c271745 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/fox_hut.json @@ -0,0 +1,22 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:other_decoration/fox_hut/start_pool", + + "size": 1, + + "biomes": "#mvs:has_structure/taiga_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "cannot_spawn_in_liquid": true, + "terrain_height_radius_check": 1, + "allowed_terrain_height_range": 3, + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/haystack.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/haystack.json new file mode 100644 index 0000000..5cb0281 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/haystack.json @@ -0,0 +1,19 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:other_decoration/haystack", + + "size": 1, + + "biomes": "#mvs:has_structure/overworld_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/horse_campsite.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/horse_campsite.json new file mode 100644 index 0000000..12313bf --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/horse_campsite.json @@ -0,0 +1,22 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:other_decoration/horse_campsite", + + "size": 1, + + "biomes": "#mvs:has_structure/overworld_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "cannot_spawn_in_liquid": true, + "terrain_height_radius_check": 3, + "allowed_terrain_height_range": 4, + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/lamp_chest.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/lamp_chest.json new file mode 100644 index 0000000..e6bb0f9 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/lamp_chest.json @@ -0,0 +1,22 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:other_decoration/lamp_chest/start_pool", + + "size": 1, + + "biomes": "#mvs:has_structure/overworld_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "cannot_spawn_in_liquid": true, + "terrain_height_radius_check": 1, + "allowed_terrain_height_range": 3, + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/lecturn_garden.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/lecturn_garden.json new file mode 100644 index 0000000..d4ae235 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/lecturn_garden.json @@ -0,0 +1,22 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:other_decoration/lecturn_garden/start_pool", + + "size": 1, + + "biomes": "#mvs:has_structure/taiga_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "cannot_spawn_in_liquid": true, + "terrain_height_radius_check": 2, + "allowed_terrain_height_range": 3, + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/mine_with_campsite.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/mine_with_campsite.json new file mode 100644 index 0000000..bbc0d2c --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/mine_with_campsite.json @@ -0,0 +1,19 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:other_decoration/mine_with_campsite/start_pool", + + "size": 1, + + "biomes": "#mvs:has_structure/overworld_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/mushroom_statue.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/mushroom_statue.json new file mode 100644 index 0000000..acb4837 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/mushroom_statue.json @@ -0,0 +1,20 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:other_decoration/mushroom_statue/start_pool", + + "size": 1, + + "biomes": "#mvs:has_structure/mushroom_island_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "cannot_spawn_in_liquid": true, + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/nether_devil.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/nether_devil.json new file mode 100644 index 0000000..5113c13 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/nether_devil.json @@ -0,0 +1,23 @@ +{ + + "type": "mvs:mvs_generic_nether_jigsaw_structure", + + "start_pool": "mvs:other_decoration/nether_devil/start_pool", + + "size": 1, + + "biomes": "#mvs:has_structure/nether_biomes", + "land_search_direction": "HIGHEST_LAND", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "cannot_spawn_in_liquid": true, + "terrain_height_radius_check": 2, + "allowed_terrain_height_range": 1, + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/pile.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/pile.json new file mode 100644 index 0000000..b16ad19 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/pile.json @@ -0,0 +1,19 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:other_decoration/pile", + + "size": 1, + + "biomes": "#mvs:has_structure/overworld_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/snowy_dog_hut.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/snowy_dog_hut.json new file mode 100644 index 0000000..ae497f7 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/snowy_dog_hut.json @@ -0,0 +1,21 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:other_decoration/snowy_dog_hut", + + "size": 1, + + "biomes": "#mvs:has_structure/snowy_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "terrain_height_radius_check": 2, + "allowed_terrain_height_range": 3, + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/snowy_fossil.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/snowy_fossil.json new file mode 100644 index 0000000..09dc780 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/snowy_fossil.json @@ -0,0 +1,19 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:other_decoration/snowy_fossil", + + "size": 1, + + "biomes": "#mvs:has_structure/snowy_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/stone_bee.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/stone_bee.json new file mode 100644 index 0000000..2fd07ed --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/stone_bee.json @@ -0,0 +1,19 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:other_decoration/stone_bee/start_pool", + + "size": 1, + + "biomes": "#mvs:has_structure/overworld_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "step": "surface_structures", + "terrain_adaptation": "none", + "start_height": { + "absolute": 60 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/villager_statue.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/villager_statue.json new file mode 100644 index 0000000..5cfbbb6 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/villager_statue.json @@ -0,0 +1,21 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:other_decoration/villager_statue/start_pool", + + "size": 1, + + + "biomes": "#mvs:has_structure/overworld_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "cannot_spawn_in_liquid": true, + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/wheat_grain_bin.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/wheat_grain_bin.json new file mode 100644 index 0000000..de080ff --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/wheat_grain_bin.json @@ -0,0 +1,15 @@ +{ + "type": "mvs:mvs_generic_jigsaw_structure", + "start_pool": "mvs:other_decoration/wheat_grain_bin", + "size": 1, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "biomes": "#mvs:has_structure/overworld_biomes", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/windmill.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/windmill.json new file mode 100644 index 0000000..c16dd41 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/windmill.json @@ -0,0 +1,15 @@ +{ + "type": "mvs:mvs_generic_jigsaw_structure", + "start_pool": "mvs:other_decoration/windmill", + "size": 1, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "biomes": "#mvs:has_structure/overworld_biomes", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/wooden_wheat_farm.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/wooden_wheat_farm.json new file mode 100644 index 0000000..bf932b4 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/wooden_wheat_farm.json @@ -0,0 +1,15 @@ +{ + "type": "mvs:mvs_generic_jigsaw_structure", + "start_pool": "mvs:other_decoration/wooden_wheat_farm", + "size": 1, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "biomes": "#mvs:has_structure/overworld_biomes", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/out_house.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/out_house.json new file mode 100644 index 0000000..8c1c24b --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/out_house.json @@ -0,0 +1,17 @@ +{ + "type": "mvs:mvs_generic_jigsaw_structure", + "start_pool": "mvs:out_house/start_pool", + "size": 1, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "cannot_spawn_in_liquid": true, + "terrain_height_radius_check": 1, + "allowed_terrain_height_range": 3, + "biomes": "#mvs:has_structure/swampy_biomes", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/railway.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/railway.json new file mode 100644 index 0000000..237e6ba --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/railway.json @@ -0,0 +1,16 @@ +{ + "type": "mvs:mvs_generic_jigsaw_structure", + "start_pool": "mvs:other/railway/start_pool", + "size": 1, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "cannot_spawn_in_liquid": true, + "terrain_height_radius_check": 1, + "allowed_terrain_height_range": 3, + "biomes": "#mvs:has_structure/overworld_biomes", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/ruins/castle_ruins.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/ruins/castle_ruins.json new file mode 100644 index 0000000..4a90007 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/ruins/castle_ruins.json @@ -0,0 +1,22 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:ruins/castle_ruins/start_pool", + + "size": 1, + + "biomes": "#mvs:has_structure/overworld_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "cannot_spawn_in_liquid": true, + "terrain_height_radius_check": 2, + "allowed_terrain_height_range": 3, + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/ruins/log_ruin.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/ruins/log_ruin.json new file mode 100644 index 0000000..c04e616 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/ruins/log_ruin.json @@ -0,0 +1,22 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:ruins/log_ruin/start_pool", + + "size": 1, + + "biomes": "#mvs:has_structure/overworld_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "cannot_spawn_in_liquid": true, + "terrain_height_radius_check": 2, + "allowed_terrain_height_range": 3, + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/ruins/ruined_beacon.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/ruins/ruined_beacon.json new file mode 100644 index 0000000..af500ef --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/ruins/ruined_beacon.json @@ -0,0 +1,22 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:ruins/ruined_beacon/start_pool", + + "size": 1, + + "biomes": "#mvs:has_structure/overworld_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "cannot_spawn_in_liquid": true, + "terrain_height_radius_check": 1, + "allowed_terrain_height_range": 3, + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/ruins/small_ruin.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/ruins/small_ruin.json new file mode 100644 index 0000000..8f43a4b --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/ruins/small_ruin.json @@ -0,0 +1,22 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:ruins/small_ruin/start_pool", + + "size": 1, + + "biomes": "#mvs:has_structure/overworld_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "cannot_spawn_in_liquid": true, + "terrain_height_radius_check": 2, + "allowed_terrain_height_range": 3, + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/ruins/statue_ruins.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/ruins/statue_ruins.json new file mode 100644 index 0000000..4df008e --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/ruins/statue_ruins.json @@ -0,0 +1,22 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:ruins/statue_ruins/start_pool", + + "size": 1, + + "biomes": "#mvs:has_structure/overworld_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "cannot_spawn_in_liquid": true, + "terrain_height_radius_check": 1, + "allowed_terrain_height_range": 3, + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/ruins/stone_pillars.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/ruins/stone_pillars.json new file mode 100644 index 0000000..f0d094d --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/ruins/stone_pillars.json @@ -0,0 +1,22 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:ruins/stone_pillars/start_pool", + + "size": 1, + + "biomes": "#mvs:has_structure/overworld_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "cannot_spawn_in_liquid": true, + "terrain_height_radius_check": 1, + "allowed_terrain_height_range": 3, + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/ruins/tree_monument.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/ruins/tree_monument.json new file mode 100644 index 0000000..3d0a309 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/ruins/tree_monument.json @@ -0,0 +1,22 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:ruins/tree_monument/start_pool", + + "size": 1, + + "biomes": "#mvs:has_structure/overworld_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "cannot_spawn_in_liquid": true, + "terrain_height_radius_check": 1, + "allowed_terrain_height_range": 4, + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/shed.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/shed.json new file mode 100644 index 0000000..1d464e8 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/shed.json @@ -0,0 +1,17 @@ +{ + "type": "mvs:mvs_generic_jigsaw_structure", + "start_pool": "mvs:other/shed/start_pool", + "size": 1, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "cannot_spawn_in_liquid": true, + "terrain_height_radius_check": 1, + "allowed_terrain_height_range": 3, + "biomes": "#mvs:has_structure/overworld_biomes", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/small_pillager_tower.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/small_pillager_tower.json new file mode 100644 index 0000000..b827959 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/small_pillager_tower.json @@ -0,0 +1,17 @@ +{ + "type": "mvs:mvs_generic_jigsaw_structure", + "start_pool": "mvs:other/small_pillager_tower/start_pool", + "size": 1, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "terrain_height_radius_check": 1, + "allowed_terrain_height_range": 3, + + "biomes": "#mvs:has_structure/taiga_biomes", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/small_ship.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/small_ship.json new file mode 100644 index 0000000..c7232ae --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/small_ship.json @@ -0,0 +1,15 @@ +{ + "type": "mvs:mvs_generic_jigsaw_structure", + "start_pool": "mvs:other/small_ship/start_pool", + "size": 1, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "cannot_spawn_in_liquid": false, + "valid_biome_radius_check": 3, + "biomes": "#mvs:has_structure/ocean_biomes", + "step": "surface_structures", + "terrain_adaptation": "none", + "start_height": { + "absolute": -1 + }, + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/stall/blue_stall.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/stall/blue_stall.json new file mode 100644 index 0000000..1a26f9e --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/stall/blue_stall.json @@ -0,0 +1,22 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:stall/blue_stall/start_pool", + + "size": 1, + + "biomes": "#mvs:has_structure/overworld_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "cannot_spawn_in_liquid": true, + "terrain_height_radius_check": 1, + "allowed_terrain_height_range": 3, + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/stall/orange_stall.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/stall/orange_stall.json new file mode 100644 index 0000000..3c45e52 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/stall/orange_stall.json @@ -0,0 +1,22 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:stall/orange_stall/start_pool", + + "size": 1, + + "biomes": "#mvs:has_structure/overworld_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "cannot_spawn_in_liquid": true, + "terrain_height_radius_check": 1, + "allowed_terrain_height_range": 3, + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/stall/pink_stall.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/stall/pink_stall.json new file mode 100644 index 0000000..0cb6724 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/stall/pink_stall.json @@ -0,0 +1,22 @@ +{ + + "type": "mvs:mvs_generic_jigsaw_structure", + + "start_pool": "mvs:stall/pink_stall/start_pool", + + "size": 1, + + "biomes": "#mvs:has_structure/overworld_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "cannot_spawn_in_liquid": true, + "terrain_height_radius_check": 1, + "allowed_terrain_height_range": 3, + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/stall/red_stall.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/stall/red_stall.json new file mode 100644 index 0000000..88b7371 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/stall/red_stall.json @@ -0,0 +1,18 @@ +{ + "type": "mvs:mvs_generic_jigsaw_structure", + "start_pool": "mvs:stall/red_stall/start_pool", + "size": 1, + "biomes": "#mvs:has_structure/overworld_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "cannot_spawn_in_liquid": true, + "terrain_height_radius_check": 1, + "allowed_terrain_height_range": 3, + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/stone_fountain.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/stone_fountain.json new file mode 100644 index 0000000..8eb7594 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/stone_fountain.json @@ -0,0 +1,16 @@ +{ + "type": "mvs:mvs_generic_jigsaw_structure", + "start_pool": "mvs:stone_fountain/start_pool", + "size": 1, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "cannot_spawn_in_liquid": true, + "terrain_height_radius_check": 1, + "allowed_terrain_height_range": 3, + "biomes": "#mvs:has_structure/overworld_biomes", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/sunzi_gate.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/sunzi_gate.json new file mode 100644 index 0000000..12c2fde --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/sunzi_gate.json @@ -0,0 +1,16 @@ +{ + "type": "mvs:mvs_generic_jigsaw_structure", + "start_pool": "mvs:other/sunzi_gate/start_pool", + "size": 1, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "terrain_height_radius_check": 2, + "allowed_terrain_height_range": 3, + "biomes": "#mvs:has_structure/overworld_biomes", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + "use_bounding_box_hack": true, + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/well/rare_well.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/well/rare_well.json new file mode 100644 index 0000000..606e6ef --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/well/rare_well.json @@ -0,0 +1,18 @@ +{ + "type": "mvs:mvs_generic_jigsaw_structure", + "start_pool": "mvs:well/rare_well/start_pool", + "size": 1, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "cannot_spawn_in_liquid": true, + "terrain_height_radius_check": 2, + "allowed_terrain_height_range": 3, + + "biomes": "#mvs:has_structure/overworld_biomes", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/well/small_copper_well.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/well/small_copper_well.json new file mode 100644 index 0000000..d6f0ed0 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/well/small_copper_well.json @@ -0,0 +1,15 @@ +{ + "type": "mvs:mvs_generic_jigsaw_structure", + "start_pool": "mvs:well/small_copper_well/start_pool", + "size": 1, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "biomes": "#mvs:has_structure/overworld_biomes", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/well/small_tower_well.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/well/small_tower_well.json new file mode 100644 index 0000000..e7c5d7f --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/well/small_tower_well.json @@ -0,0 +1,15 @@ +{ + "type": "mvs:mvs_generic_jigsaw_structure", + "start_pool": "mvs:well/small_tower_well", + "size": 1, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "biomes": "#mvs:has_structure/overworld_biomes", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/well/small_well.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/well/small_well.json new file mode 100644 index 0000000..71b5d5c --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/well/small_well.json @@ -0,0 +1,15 @@ +{ + "type": "mvs:mvs_generic_jigsaw_structure", + "start_pool": "mvs:well/small_well/start_pool", + "size": 1, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "biomes": "#mvs:has_structure/overworld_biomes", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/well/well.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/well/well.json new file mode 100644 index 0000000..021c7de --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/well/well.json @@ -0,0 +1,15 @@ +{ + "type": "mvs:mvs_generic_jigsaw_structure", + "start_pool": "mvs:well/well/start_pool", + "size": 1, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "biomes": "#mvs:has_structure/overworld_biomes", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/well/wells/acacia_well.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/well/wells/acacia_well.json new file mode 100644 index 0000000..b2cb7ab --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/well/wells/acacia_well.json @@ -0,0 +1,15 @@ +{ + "type": "mvs:mvs_generic_jigsaw_structure", + "start_pool": "mvs:well/wells/acacia_well/start_pool", + "size": 1, + "biomes": "#mvs:has_structure/acacia_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/well/wells/birch_well.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/well/wells/birch_well.json new file mode 100644 index 0000000..51964b1 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/well/wells/birch_well.json @@ -0,0 +1,15 @@ +{ + "type": "mvs:mvs_generic_jigsaw_structure", + "start_pool": "mvs:well/wells/birch_well/start_pool", + "size": 1, + "biomes": "#mvs:has_structure/birch_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/well/wells/dark_oak_well.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/well/wells/dark_oak_well.json new file mode 100644 index 0000000..50df5f5 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/well/wells/dark_oak_well.json @@ -0,0 +1,15 @@ +{ + "type": "mvs:mvs_generic_jigsaw_structure", + "start_pool": "mvs:well/wells/dark_oak_well/start_pool", + "size": 1, + "biomes": "#mvs:has_structure/dark_oak_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/well/wells/desert_well.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/well/wells/desert_well.json new file mode 100644 index 0000000..3b17b8c --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/well/wells/desert_well.json @@ -0,0 +1,15 @@ +{ + "type": "mvs:mvs_generic_jigsaw_structure", + "start_pool": "mvs:well/wells/desert_well/start_pool", + "size": 1, + "biomes": "#mvs:has_structure/desert_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/well/wells/end_well.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/well/wells/end_well.json new file mode 100644 index 0000000..e0d3ecc --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/well/wells/end_well.json @@ -0,0 +1,15 @@ +{ + "type": "mvs:mvs_generic_jigsaw_structure", + "start_pool": "mvs:well/wells/end_well/start_pool", + "size": 1, + "biomes": "#mvs:has_structure/end_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/well/wells/jungle_well.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/well/wells/jungle_well.json new file mode 100644 index 0000000..c7ea8c7 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/well/wells/jungle_well.json @@ -0,0 +1,15 @@ +{ + "type": "mvs:mvs_generic_jigsaw_structure", + "start_pool": "mvs:well/wells/jungle_well/start_pool", + "size": 1, + "biomes": "#mvs:has_structure/jungle_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/well/wells/mushroom_well.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/well/wells/mushroom_well.json new file mode 100644 index 0000000..5ece2f3 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/well/wells/mushroom_well.json @@ -0,0 +1,15 @@ +{ + "type": "mvs:mvs_generic_jigsaw_structure", + "start_pool": "mvs:well/wells/mushroom_well/start_pool", + "size": 1, + "biomes": "#mvs:has_structure/mushroom_island_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/well/wells/nether_well.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/well/wells/nether_well.json new file mode 100644 index 0000000..5d9f8a0 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/well/wells/nether_well.json @@ -0,0 +1,16 @@ +{ + "type": "mvs:mvs_generic_nether_jigsaw_structure", + "start_pool": "mvs:well/wells/nether_well/start_pool", + "size": 1, + "biomes": "#mvs:has_structure/nether_biomes", + "land_search_direction": "HIGHEST_LAND", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/well/wells/oak_well.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/well/wells/oak_well.json new file mode 100644 index 0000000..9852aa0 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/well/wells/oak_well.json @@ -0,0 +1,15 @@ +{ + "type": "mvs:mvs_generic_jigsaw_structure", + "start_pool": "mvs:well/wells/oak_well/start_pool", + "size": 1, + "biomes": "#mvs:has_structure/oak_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/well/wells/rocky_well.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/well/wells/rocky_well.json new file mode 100644 index 0000000..f96bd5b --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/well/wells/rocky_well.json @@ -0,0 +1,15 @@ +{ + "type": "mvs:mvs_generic_jigsaw_structure", + "start_pool": "mvs:well/wells/rocky_well/start_pool", + "size": 1, + "biomes": "#mvs:has_structure/mountain_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/well/wells/snowy_well.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/well/wells/snowy_well.json new file mode 100644 index 0000000..ff13da8 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/well/wells/snowy_well.json @@ -0,0 +1,15 @@ +{ + "type": "mvs:mvs_generic_jigsaw_structure", + "start_pool": "mvs:well/wells/snowy_well/start_pool", + "size": 1, + "biomes": "#mvs:has_structure/snowy_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/well/wells/spruce_well.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/well/wells/spruce_well.json new file mode 100644 index 0000000..4ef9ad2 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/well/wells/spruce_well.json @@ -0,0 +1,15 @@ +{ + "type": "mvs:mvs_generic_jigsaw_structure", + "start_pool": "mvs:well/wells/spruce_well/start_pool", + "size": 1, + "biomes": "#mvs:has_structure/taiga_biomes", + "project_start_to_heightmap": "WORLD_SURFACE_WG", + + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + + "spawn_overrides": {} +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/beach_bar.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/beach_bar.json new file mode 100644 index 0000000..c1667e7 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/beach_bar.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:beach_bar", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 435440687, + + "spacing": 80, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/cartographer_tower.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/cartographer_tower.json new file mode 100644 index 0000000..5cdfd55 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/cartographer_tower.json @@ -0,0 +1,23 @@ +{ + "structures":[ + { + "structure": "mvs:cartographer_tower", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 333685433, + + "super_exclusion_zone": { + "chunk_count": 5, + "other_set": "#mvs:common_avoid" + }, + + "spacing": 140, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/carts/cart.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/carts/cart.json new file mode 100644 index 0000000..0568463 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/carts/cart.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:carts/cart", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 203698201, + + "spacing": 50, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/carts/large_cart_1.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/carts/large_cart_1.json new file mode 100644 index 0000000..974508a --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/carts/large_cart_1.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:carts/large_cart_1", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 214120245, + + "spacing": 80, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/carts/large_cart_2.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/carts/large_cart_2.json new file mode 100644 index 0000000..9b3f09c --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/carts/large_cart_2.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:carts/large_cart_2", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 736585741, + + "spacing": 70, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/carts/medium_bamboo_cart.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/carts/medium_bamboo_cart.json new file mode 100644 index 0000000..000c1ea --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/carts/medium_bamboo_cart.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:carts/medium_bamboo_cart", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 873648576, + + "spacing": 15, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/cathedral.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/cathedral.json new file mode 100644 index 0000000..4baa8f6 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/cathedral.json @@ -0,0 +1,25 @@ +{ + "structures":[ + { + "structure": "mvs:cathedral", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 303685798, + + "super_exclusion_zone": { + "chunk_count": 5, + "other_set": "#mvs:common_avoid" + }, + + "spacing": 160, + + "separation": 0, + + "min_distance_from_world_origin": 1000 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/crystal.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/crystal.json new file mode 100644 index 0000000..8270f89 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/crystal.json @@ -0,0 +1,20 @@ +{ + "structures":[ + { + "structure": "mvs:crystal", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 469982354, + + "spacing": 170, + + "separation": 0, + + "min_distance_from_world_origin": 800 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/dead_tree/acacia.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/dead_tree/acacia.json new file mode 100644 index 0000000..069542c --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/dead_tree/acacia.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:dead_tree/acacia", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 749388475, + + "spacing": 40, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/dead_tree/birch.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/dead_tree/birch.json new file mode 100644 index 0000000..578c181 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/dead_tree/birch.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:dead_tree/birch", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 100928374, + + "spacing": 40, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/dead_tree/cherry.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/dead_tree/cherry.json new file mode 100644 index 0000000..671f778 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/dead_tree/cherry.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:dead_tree/cherry", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 994872654, + + "spacing": 40, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/dead_tree/dark_oak.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/dead_tree/dark_oak.json new file mode 100644 index 0000000..e14ebb9 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/dead_tree/dark_oak.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:dead_tree/dark_oak", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 22201927364, + + "spacing": 40, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/dead_tree/jungle.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/dead_tree/jungle.json new file mode 100644 index 0000000..4b95194 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/dead_tree/jungle.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:dead_tree/jungle", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 399487564, + + "spacing": 40, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/dead_tree/mangrove.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/dead_tree/mangrove.json new file mode 100644 index 0000000..e1120af --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/dead_tree/mangrove.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:dead_tree/mangrove", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 846333749, + + "spacing": 40, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/dead_tree/oak.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/dead_tree/oak.json new file mode 100644 index 0000000..00fa662 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/dead_tree/oak.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:dead_tree/oak", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 982736454, + + "spacing": 40, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/dead_tree/spruce.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/dead_tree/spruce.json new file mode 100644 index 0000000..61e5b04 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/dead_tree/spruce.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:dead_tree/spruce", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 111093847, + + "spacing": 40, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/gallows.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/gallows.json new file mode 100644 index 0000000..cc3011d --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/gallows.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:gallows", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 248956103, + + "spacing": 65, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/horse_pen.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/horse_pen.json new file mode 100644 index 0000000..f5436d5 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/horse_pen.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:horse_pen", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 347871256, + + "spacing": 70, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/houses/azelea_house.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/houses/azelea_house.json new file mode 100644 index 0000000..2d2650d --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/houses/azelea_house.json @@ -0,0 +1,23 @@ +{ + "structures":[ + { + "structure": "mvs:houses/azelea_house", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 433252558, + + "super_exclusion_zone": { + "chunk_count": 3, + "other_set": "#mvs:common_avoid" + }, + + "spacing": 55, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/houses/barn.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/houses/barn.json new file mode 100644 index 0000000..42aedc2 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/houses/barn.json @@ -0,0 +1,23 @@ +{ + "structures":[ + { + "structure": "mvs:houses/barn", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 766544243, + + "super_exclusion_zone": { + "chunk_count": 3, + "other_set": "#mvs:common_avoid" + }, + + "spacing": 55, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/houses/deepslate_house.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/houses/deepslate_house.json new file mode 100644 index 0000000..a33a0f8 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/houses/deepslate_house.json @@ -0,0 +1,23 @@ +{ + "structures":[ + { + "structure": "mvs:houses/deepslate_house", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 769698421, + + "super_exclusion_zone": { + "chunk_count": 3, + "other_set": "#mvs:common_avoid" + }, + + "spacing": 70, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/houses/desert_house.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/houses/desert_house.json new file mode 100644 index 0000000..3f57c31 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/houses/desert_house.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:houses/desert_house", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 832598745, + + "spacing": 80, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/houses/flower_hole.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/houses/flower_hole.json new file mode 100644 index 0000000..67e7716 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/houses/flower_hole.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:houses/flower_hole", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 865741203, + + "spacing": 80, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/houses/house.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/houses/house.json new file mode 100644 index 0000000..2c3db7c --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/houses/house.json @@ -0,0 +1,23 @@ +{ + "structures":[ + { + "structure": "mvs:houses/house", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 866369854, + + "super_exclusion_zone": { + "chunk_count": 3, + "other_set": "#mvs:common_avoid" + }, + + "spacing": 70, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/houses/large_floating_island.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/houses/large_floating_island.json new file mode 100644 index 0000000..40d9c32 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/houses/large_floating_island.json @@ -0,0 +1,20 @@ +{ + "structures":[ + { + "structure": "mvs:houses/large_floating_island", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 754754652, + + "spacing": 110, + + "separation": 0, + + "min_distance_from_world_origin": 400 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/houses/large_warped_tower.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/houses/large_warped_tower.json new file mode 100644 index 0000000..50d769b --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/houses/large_warped_tower.json @@ -0,0 +1,23 @@ +{ + "structures":[ + { + "structure": "mvs:houses/large_warped_tower", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 446837409, + + "super_exclusion_zone": { + "chunk_count": 3, + "other_set": "#mvs:common_avoid" + }, + + "spacing": 90, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/houses/medium_igloo_1.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/houses/medium_igloo_1.json new file mode 100644 index 0000000..c5789c0 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/houses/medium_igloo_1.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:houses/medium_igloo_1", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 746536475, + + "spacing": 45, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/houses/medium_igloo_2.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/houses/medium_igloo_2.json new file mode 100644 index 0000000..5c48983 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/houses/medium_igloo_2.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:houses/medium_igloo_2", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 665458765, + + "spacing": 55, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/houses/small_igloo.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/houses/small_igloo.json new file mode 100644 index 0000000..9a731df --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/houses/small_igloo.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:houses/small_igloo", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 772288376, + + "spacing": 55, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/houses/small_swamp_house.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/houses/small_swamp_house.json new file mode 100644 index 0000000..f644988 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/houses/small_swamp_house.json @@ -0,0 +1,23 @@ +{ + "structures":[ + { + "structure": "mvs:houses/small_swamp_house", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 622547878, + + "super_exclusion_zone": { + "chunk_count": 2, + "other_set": "#mvs:common_avoid" + }, + + "spacing": 120, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/houses/tall_house.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/houses/tall_house.json new file mode 100644 index 0000000..b35c0d2 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/houses/tall_house.json @@ -0,0 +1,23 @@ +{ + "structures":[ + { + "structure": "mvs:houses/tall_house", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 665569523, + + "super_exclusion_zone": { + "chunk_count": 3, + "other_set": "#mvs:common_avoid" + }, + + "spacing": 80, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/houses/warped_house.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/houses/warped_house.json new file mode 100644 index 0000000..70fc748 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/houses/warped_house.json @@ -0,0 +1,23 @@ +{ + "structures":[ + { + "structure": "mvs:houses/warped_house", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 433252558, + + "super_exclusion_zone": { + "chunk_count": 3, + "other_set": "#mvs:common_avoid" + }, + + "spacing": 75, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/jungle_tower.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/jungle_tower.json new file mode 100644 index 0000000..24ec95e --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/jungle_tower.json @@ -0,0 +1,25 @@ +{ + "structures":[ + { + "structure": "mvs:jungle_tower", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 533652584, + + "super_exclusion_zone": { + "chunk_count": 3, + "other_set": "#mvs:common_avoid" + }, + + "spacing": 160, + + "separation": 0, + + "min_distance_from_world_origin": 700 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/lantern/medium_oak_lantern.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/lantern/medium_oak_lantern.json new file mode 100644 index 0000000..2713f08 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/lantern/medium_oak_lantern.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:lantern/medium_oak_lantern", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 283394585, + + "spacing": 40, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/lantern/small_acacia_lantern.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/lantern/small_acacia_lantern.json new file mode 100644 index 0000000..64a5d36 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/lantern/small_acacia_lantern.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:lantern/small_acacia_lantern", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 100928383, + + "spacing": 35, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/lantern/small_bamboo_lantern.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/lantern/small_bamboo_lantern.json new file mode 100644 index 0000000..bf21347 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/lantern/small_bamboo_lantern.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:lantern/small_bamboo_lantern", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 884392014, + + "spacing": 35, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/lantern/small_birch_lantern.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/lantern/small_birch_lantern.json new file mode 100644 index 0000000..f67889e --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/lantern/small_birch_lantern.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:lantern/small_birch_lantern", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 289983564, + + "spacing": 35, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/lantern/small_campfire_lantern.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/lantern/small_campfire_lantern.json new file mode 100644 index 0000000..b787be0 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/lantern/small_campfire_lantern.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:lantern/small_campfire_lantern", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 187772773, + + "spacing": 35, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/lantern/small_cherry_lantern.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/lantern/small_cherry_lantern.json new file mode 100644 index 0000000..3cd4427 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/lantern/small_cherry_lantern.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:lantern/small_cherry_lantern", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 117264438, + + "spacing": 35, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/lantern/small_dark_oak_lantern.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/lantern/small_dark_oak_lantern.json new file mode 100644 index 0000000..5621fc5 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/lantern/small_dark_oak_lantern.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:lantern/small_dark_oak_lantern", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 100932854, + + "spacing": 35, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/lantern/small_jungle_lantern.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/lantern/small_jungle_lantern.json new file mode 100644 index 0000000..aca6d05 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/lantern/small_jungle_lantern.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:lantern/small_jungle_lantern", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 100938475, + + "spacing": 35, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/lantern/small_mangrove_lantern.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/lantern/small_mangrove_lantern.json new file mode 100644 index 0000000..9f8134a --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/lantern/small_mangrove_lantern.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:lantern/small_mangrove_lantern", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 772839918, + + "spacing": 35, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/lantern/small_oak_lantern.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/lantern/small_oak_lantern.json new file mode 100644 index 0000000..cd06739 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/lantern/small_oak_lantern.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:lantern/small_oak_lantern", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 110989883, + + "spacing": 35, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/lantern/small_spruce_lantern.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/lantern/small_spruce_lantern.json new file mode 100644 index 0000000..b8db5b2 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/lantern/small_spruce_lantern.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:lantern/small_spruce_lantern", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 193986423, + + "spacing": 35, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/log_pile/acacia_log_pile.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/log_pile/acacia_log_pile.json new file mode 100644 index 0000000..4f59afc --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/log_pile/acacia_log_pile.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:log_pile/acacia_log_pile", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 503002547, + + "spacing": 40, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/log_pile/birch_log_pile.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/log_pile/birch_log_pile.json new file mode 100644 index 0000000..fd26390 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/log_pile/birch_log_pile.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:log_pile/birch_log_pile", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 464423251, + + "spacing": 40, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/log_pile/dark_oak_log_pile.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/log_pile/dark_oak_log_pile.json new file mode 100644 index 0000000..684ca43 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/log_pile/dark_oak_log_pile.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:log_pile/dark_oak_log_pile", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 496565487, + + "spacing": 40, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/log_pile/jungle_log_pile.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/log_pile/jungle_log_pile.json new file mode 100644 index 0000000..cfa25bb --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/log_pile/jungle_log_pile.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:log_pile/jungle_log_pile", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 388549865, + + "spacing": 40, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/log_pile/oak_log_pile.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/log_pile/oak_log_pile.json new file mode 100644 index 0000000..09b5865 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/log_pile/oak_log_pile.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:log_pile/oak_log_pile", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 398653245, + + "spacing": 40, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/log_pile/spruce_log_pile.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/log_pile/spruce_log_pile.json new file mode 100644 index 0000000..9815ea1 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/log_pile/spruce_log_pile.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:log_pile/spruce_log_pile", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 389653201, + + "spacing": 40, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/nature/acacia_tree.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/nature/acacia_tree.json new file mode 100644 index 0000000..9b33171 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/nature/acacia_tree.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:nature/acacia_tree", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 433547658, + + "spacing": 30, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/nature/big_oak_tree.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/nature/big_oak_tree.json new file mode 100644 index 0000000..81651e6 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/nature/big_oak_tree.json @@ -0,0 +1,23 @@ +{ + "structures":[ + { + "structure": "mvs:nature/big_oak_tree", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 269965421, + + "super_exclusion_zone": { + "chunk_count": 4, + "other_set": "#mvs:common_avoid" + }, + + "spacing": 60, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/nature/birch_tree.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/nature/birch_tree.json new file mode 100644 index 0000000..4a5f81f --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/nature/birch_tree.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:nature/birch_tree", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 198277385, + + "spacing": 30, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/nature/boulder.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/nature/boulder.json new file mode 100644 index 0000000..22987a1 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/nature/boulder.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:nature/boulder", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 269542374, + + "spacing": 60, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/nature/cherry_tree.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/nature/cherry_tree.json new file mode 100644 index 0000000..0a45394 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/nature/cherry_tree.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:nature/cherry_tree", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 287449098, + + "spacing": 30, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/nature/dark_oak_tree.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/nature/dark_oak_tree.json new file mode 100644 index 0000000..ad488d9 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/nature/dark_oak_tree.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:nature/dark_oak_tree", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 109878734, + + "spacing": 30, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/nature/floating_islands.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/nature/floating_islands.json new file mode 100644 index 0000000..e84092a --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/nature/floating_islands.json @@ -0,0 +1,20 @@ +{ + "structures":[ + { + "structure": "mvs:nature/floating_islands", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 495878745, + + "spacing": 130, + + "separation": 0, + + "min_distance_from_world_origin": 400 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/nature/jungle_palm_tree.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/nature/jungle_palm_tree.json new file mode 100644 index 0000000..b4bf129 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/nature/jungle_palm_tree.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:nature/jungle_palm_tree", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 687545574, + + "spacing": 30, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/nature/jungle_tree.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/nature/jungle_tree.json new file mode 100644 index 0000000..e1c1b95 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/nature/jungle_tree.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:nature/jungle_tree", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 987873484, + + "spacing": 30, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/nature/large_mushroom.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/nature/large_mushroom.json new file mode 100644 index 0000000..cf9f1f2 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/nature/large_mushroom.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:nature/large_mushroom", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 569543265, + + "spacing": 160, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/nature/mushroom_pond.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/nature/mushroom_pond.json new file mode 100644 index 0000000..e84e2fa --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/nature/mushroom_pond.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:nature/mushroom_pond", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 636984325, + + "spacing": 80, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/nature/oak_tree.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/nature/oak_tree.json new file mode 100644 index 0000000..b55c1ce --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/nature/oak_tree.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:nature/oak_tree", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 509676834, + + "spacing": 30, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/nature/paths.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/nature/paths.json new file mode 100644 index 0000000..4f738c3 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/nature/paths.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:nature/paths", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 274893027, + + "spacing": 55, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/nature/small_oak_pond.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/nature/small_oak_pond.json new file mode 100644 index 0000000..d370edb --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/nature/small_oak_pond.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:nature/small_oak_pond", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 663549872, + + "spacing": 55, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/nature/spruce_tree.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/nature/spruce_tree.json new file mode 100644 index 0000000..97b8e09 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/nature/spruce_tree.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:nature/spruce_tree", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 100588374, + + "spacing": 30, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/nature/stone_rock.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/nature/stone_rock.json new file mode 100644 index 0000000..ca91727 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/nature/stone_rock.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:nature/stone_rock", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 485549328, + + "spacing": 30, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/bee_dome.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/bee_dome.json new file mode 100644 index 0000000..7d46723 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/bee_dome.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:other_decoration/bee_dome", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 749523165, + + "spacing": 60, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/bench.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/bench.json new file mode 100644 index 0000000..15c193c --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/bench.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:other_decoration/bench", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 192844750, + + "spacing": 25, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/campsite.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/campsite.json new file mode 100644 index 0000000..c0603b1 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/campsite.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:other_decoration/campsite", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 818985846, + + "spacing": 60, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/crimson_enchanting_table.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/crimson_enchanting_table.json new file mode 100644 index 0000000..74a1b65 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/crimson_enchanting_table.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:other_decoration/crimson_enchanting_table", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 836845261, + + "spacing": 120, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/desert_pump.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/desert_pump.json new file mode 100644 index 0000000..8c70fbb --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/desert_pump.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:other_decoration/desert_pump", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 236987451, + + "spacing": 60, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/duck.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/duck.json new file mode 100644 index 0000000..20e71e0 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/duck.json @@ -0,0 +1,20 @@ +{ + "structures":[ + { + "structure": "mvs:other_decoration/duck", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 335587463, + + "spacing": 160, + + "separation": 0, + + "min_distance_from_world_origin": 600 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/end_scraps/end_scraps_1.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/end_scraps/end_scraps_1.json new file mode 100644 index 0000000..06ed0ec --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/end_scraps/end_scraps_1.json @@ -0,0 +1,14 @@ +{ + "structures": [ + { + "structure": "mvs:other_decoration/end_scraps/end_scraps_1", + "weight": 1 + } + ], + "placement": { + "type": "mvs:advanced_random_spread", + "salt": 398952367, + "spacing": 50, + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/end_scraps/end_scraps_2.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/end_scraps/end_scraps_2.json new file mode 100644 index 0000000..85d2c11 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/end_scraps/end_scraps_2.json @@ -0,0 +1,14 @@ +{ + "structures": [ + { + "structure": "mvs:other_decoration/end_scraps/end_scraps_2", + "weight": 1 + } + ], + "placement": { + "type": "mvs:advanced_random_spread", + "salt": 433585410, + "spacing": 50, + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/end_scraps/end_scraps_3.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/end_scraps/end_scraps_3.json new file mode 100644 index 0000000..b7ac075 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/end_scraps/end_scraps_3.json @@ -0,0 +1,14 @@ +{ + "structures": [ + { + "structure": "mvs:other_decoration/end_scraps/end_scraps_3", + "weight": 1 + } + ], + "placement": { + "type": "mvs:advanced_random_spread", + "salt": 433658542, + "spacing": 50, + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/end_scraps/end_scraps_4.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/end_scraps/end_scraps_4.json new file mode 100644 index 0000000..365a3dd --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/end_scraps/end_scraps_4.json @@ -0,0 +1,14 @@ +{ + "structures": [ + { + "structure": "mvs:other_decoration/end_scraps/end_scraps_4", + "weight": 1 + } + ], + "placement": { + "type": "mvs:advanced_random_spread", + "salt": 513287520, + "spacing": 50, + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/fire_camp.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/fire_camp.json new file mode 100644 index 0000000..0709e8e --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/fire_camp.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:other_decoration/fire_camp", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 533255487, + + "spacing": 60, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/fox_hut.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/fox_hut.json new file mode 100644 index 0000000..1761e97 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/fox_hut.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:other_decoration/fox_hut", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 614787498, + + "spacing": 80, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/haystack.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/haystack.json new file mode 100644 index 0000000..55cc122 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/haystack.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:other_decoration/haystack", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 287746539, + + "spacing": 30, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/horse_campsite.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/horse_campsite.json new file mode 100644 index 0000000..0eb57c7 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/horse_campsite.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:other_decoration/horse_campsite", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 299909574, + + "spacing": 30, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/lamp_chest.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/lamp_chest.json new file mode 100644 index 0000000..ace00ca --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/lamp_chest.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:other_decoration/lamp_chest", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 643656895, + + "spacing": 75, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/lecturn_garden.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/lecturn_garden.json new file mode 100644 index 0000000..c790ae5 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/lecturn_garden.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:other_decoration/lecturn_garden", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 632365874, + + "spacing": 65, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/mine_with_campsite.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/mine_with_campsite.json new file mode 100644 index 0000000..79ae1dc --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/mine_with_campsite.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:other_decoration/mine_with_campsite", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 638820199, + + "spacing": 80, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/mushroom_statue.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/mushroom_statue.json new file mode 100644 index 0000000..c969343 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/mushroom_statue.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:other_decoration/mushroom_statue", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 513356854, + + "spacing": 160, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/nether_devil.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/nether_devil.json new file mode 100644 index 0000000..9d6f42d --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/nether_devil.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:other_decoration/nether_devil", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 513238798, + + "spacing": 110, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/pile.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/pile.json new file mode 100644 index 0000000..64cb8b9 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/pile.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:other_decoration/pile", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 377640917, + + "spacing": 25, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/snowy_dog_hut.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/snowy_dog_hut.json new file mode 100644 index 0000000..9c325f6 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/snowy_dog_hut.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:other_decoration/snowy_dog_hut", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 599873625, + + "spacing": 50, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/snowy_fossil.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/snowy_fossil.json new file mode 100644 index 0000000..f3f90b6 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/snowy_fossil.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:other_decoration/snowy_fossil", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 882971107, + + "spacing": 45, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/stone_bee.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/stone_bee.json new file mode 100644 index 0000000..8b0440b --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/stone_bee.json @@ -0,0 +1,20 @@ +{ + "structures":[ + { + "structure": "mvs:other_decoration/stone_bee", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 713668754, + + "spacing": 100, + + "separation": 0, + + "min_distance_from_world_origin": 250 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/villager_statue.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/villager_statue.json new file mode 100644 index 0000000..86317ef --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/villager_statue.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:other_decoration/villager_statue", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 766987854, + + "spacing": 100, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/wheat_grain_bin.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/wheat_grain_bin.json new file mode 100644 index 0000000..9ae6daa --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/wheat_grain_bin.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:other_decoration/wheat_grain_bin", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 266483984, + + "spacing": 50, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/windmill.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/windmill.json new file mode 100644 index 0000000..fdd0ea9 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/windmill.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:other_decoration/windmill", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 774638947, + + "spacing": 30, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/wooden_wheat_farm.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/wooden_wheat_farm.json new file mode 100644 index 0000000..8281669 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/wooden_wheat_farm.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:other_decoration/wooden_wheat_farm", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 882001928, + + "spacing": 50, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/out_house.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/out_house.json new file mode 100644 index 0000000..d1c0ff2 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/out_house.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:out_house", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 887854652, + + "spacing": 80, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/railway.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/railway.json new file mode 100644 index 0000000..2b48671 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/railway.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:railway", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 414069697, + + "spacing": 80, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/ruins/castle_ruins.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/ruins/castle_ruins.json new file mode 100644 index 0000000..142ff0c --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/ruins/castle_ruins.json @@ -0,0 +1,23 @@ +{ + "structures":[ + { + "structure": "mvs:ruins/castle_ruins", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 547485265, + + "super_exclusion_zone": { + "chunk_count": 3, + "other_set": "#mvs:common_avoid" + }, + + "spacing": 70, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/ruins/log_ruin.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/ruins/log_ruin.json new file mode 100644 index 0000000..998dfe1 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/ruins/log_ruin.json @@ -0,0 +1,23 @@ +{ + "structures":[ + { + "structure": "mvs:ruins/log_ruin", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 566588121, + + "super_exclusion_zone": { + "chunk_count": 4, + "other_set": "#mvs:common_avoid" + }, + + "spacing": 90, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/ruins/ruined_beacon.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/ruins/ruined_beacon.json new file mode 100644 index 0000000..d189d88 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/ruins/ruined_beacon.json @@ -0,0 +1,23 @@ +{ + "structures":[ + { + "structure": "mvs:ruins/ruined_beacon", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 699587454, + + "super_exclusion_zone": { + "chunk_count": 2, + "other_set": "#mvs:common_avoid" + }, + + "spacing": 120, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/ruins/small_ruin.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/ruins/small_ruin.json new file mode 100644 index 0000000..7b5fc60 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/ruins/small_ruin.json @@ -0,0 +1,23 @@ +{ + "structures":[ + { + "structure": "mvs:ruins/small_ruin", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 690254035, + + "super_exclusion_zone": { + "chunk_count": 1, + "other_set": "#mvs:common_avoid" + }, + + "spacing": 70, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/ruins/statue_ruins.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/ruins/statue_ruins.json new file mode 100644 index 0000000..547cc5d --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/ruins/statue_ruins.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:ruins/statue_ruins", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 696985421, + + "spacing": 70, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/ruins/stone_pillars.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/ruins/stone_pillars.json new file mode 100644 index 0000000..0ebbc2d --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/ruins/stone_pillars.json @@ -0,0 +1,23 @@ +{ + "structures":[ + { + "structure": "mvs:ruins/stone_pillars", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 730087540, + + "super_exclusion_zone": { + "chunk_count": 2, + "other_set": "#mvs:common_avoid" + }, + + "spacing": 75, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/ruins/tree_monument.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/ruins/tree_monument.json new file mode 100644 index 0000000..c3fa046 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/ruins/tree_monument.json @@ -0,0 +1,25 @@ +{ + "structures":[ + { + "structure": "mvs:ruins/tree_monument", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 699754652, + + "super_exclusion_zone": { + "chunk_count": 4, + "other_set": "#mvs:common_avoid" + }, + + "spacing": 130, + + "separation": 0, + + "min_distance_from_world_origin": 650 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/shed.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/shed.json new file mode 100644 index 0000000..c0874c9 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/shed.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:shed", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 532363685, + + "spacing": 65, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/small_pillager_tower.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/small_pillager_tower.json new file mode 100644 index 0000000..bfce571 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/small_pillager_tower.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:small_pillager_tower", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 847637490, + + "spacing": 60, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/small_ship.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/small_ship.json new file mode 100644 index 0000000..c351676 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/small_ship.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:small_ship", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 465693214, + + "spacing": 60, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/stall/stalls.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/stall/stalls.json new file mode 100644 index 0000000..cab5b8b --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/stall/stalls.json @@ -0,0 +1,30 @@ +{ + "structures":[ + { + "structure": "mvs:stall/red_stall", + "weight": 1 + }, + { + "structure": "mvs:stall/pink_stall", + "weight": 1 + }, + { + "structure": "mvs:stall/orange_stall", + "weight": 1 + }, + { + "structure": "mvs:stall/blue_stall", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 298643200, + + "spacing": 55, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/stone_fountain.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/stone_fountain.json new file mode 100644 index 0000000..b66cada --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/stone_fountain.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:stone_fountain", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 636698754, + + "spacing": 65, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/sunzi_gate.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/sunzi_gate.json new file mode 100644 index 0000000..4513eb1 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/sunzi_gate.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:sunzi_gate", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 436368521, + + "spacing": 90, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/well/other_wells.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/well/other_wells.json new file mode 100644 index 0000000..bb51951 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/well/other_wells.json @@ -0,0 +1,62 @@ +{ + "structures":[ + { + "structure": "mvs:well/well", + "weight": 1 + }, + { + "structure": "mvs:well/small_copper_well", + "weight": 1 + }, + { + "structure": "mvs:well/small_well", + "weight": 1 + }, + { + "structure": "mvs:well/wells/acacia_well", + "weight": 1 + }, + { + "structure": "mvs:well/wells/birch_well", + "weight": 1 + }, + { + "structure": "mvs:well/wells/dark_oak_well", + "weight": 1 + }, + { + "structure": "mvs:well/wells/desert_well", + "weight": 1 + }, + { + "structure": "mvs:well/wells/jungle_well", + "weight": 1 + }, + { + "structure": "mvs:well/wells/oak_well", + "weight": 1 + }, + { + "structure": "mvs:well/wells/rocky_well", + "weight": 1 + }, + { + "structure": "mvs:well/wells/snowy_well", + "weight": 1 + }, + { + "structure": "mvs:well/wells/spruce_well", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 336692254, + + "spacing": 40, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/well/rare_well.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/well/rare_well.json new file mode 100644 index 0000000..2d78d40 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/well/rare_well.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:well/rare_well", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 299865321, + + "spacing": 120, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/well/small_tower_well.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/well/small_tower_well.json new file mode 100644 index 0000000..ec5af4a --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/well/small_tower_well.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:well/small_tower_well", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 466628370, + + "spacing": 40, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/well/wells/end_well.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/well/wells/end_well.json new file mode 100644 index 0000000..7e03aca --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/well/wells/end_well.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:well/wells/end_well", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 326969743, + + "spacing": 70, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/well/wells/mushroom_well.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/well/wells/mushroom_well.json new file mode 100644 index 0000000..4143c98 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/well/wells/mushroom_well.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:well/wells/mushroom_well", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 299254325, + + "spacing": 140, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/well/wells/nether_well.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/well/wells/nether_well.json new file mode 100644 index 0000000..0b6ac83 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/well/wells/nether_well.json @@ -0,0 +1,18 @@ +{ + "structures":[ + { + "structure": "mvs:well/wells/nether_well", + "weight": 1 + } + ], + "placement": { + + "type": "mvs:advanced_random_spread", + + "salt": 298952413, + + "spacing": 80, + + "separation": 0 + } +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/cartographer_tower/temp.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/cartographer_tower/temp.json new file mode 100644 index 0000000..78c32a7 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/cartographer_tower/temp.json @@ -0,0 +1,15 @@ +{ + "name": "top", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mvs:cartographer_tower/base", + "processors": "minecraft:empty" + } + } + ] +} diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/cartographer_tower/top.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/cartographer_tower/top.json new file mode 100644 index 0000000..f1010ff --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/cartographer_tower/top.json @@ -0,0 +1,15 @@ +{ + "name": "top", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mvs:cartographer_tower/top", + "processors": "minecraft:empty" + } + } + ] +} diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/carts/cart/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/carts/cart/start_pool.json new file mode 100644 index 0000000..011dec8 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/carts/cart/start_pool.json @@ -0,0 +1,41 @@ +{ + // More info on template pools can be found here: https://minecraft.gamepedia.com/Custom_world_generation#JSON_format_8 + // Yes, worldgen json files can have comments. Minecraft does "lenient" parsing of these json files. + + // This is the name of the template pool itself. I tend to just put the file path and file name here with modid. + "name": "mvs:cart/start_pool", + + // The template pool to refer to if the entries in 'elements' fails to generate. + "fallback": "minecraft:empty", + + // Here you can list as many nbt files or placed features to spawn. + // Do note that placed features needs a special element entry stuff. + "elements": [ + { + + // How likely out of all the element for this one to be chosen. + "weight": 1, + "element": { + + // The Identifier of the nbt file itself of the structure piece. + // Note, this will automatically check into the 'structures' folder for the nbt file. + // The final path would look like 'resources/data/structure_tutorial/structures/run_down_house_left_side.nbt' + // The Jigsaw block in the structure will point to side_pool.json to spawn the other half of the house. + "location": "mvs:carts/cart", + + // Processor JSON files can be used to randomize or replace blocks dynamically. Here, we don't do any of that. + "processors": "mvs:waterlogging_fix_processor", + + // If set to 'terrain_matching', the house would be deformed to fit the change in land. + // That's best for roads so lets stay 'rigid' for now. + "projection": "rigid", + + // The kind of element we are spawning. This one is most likely what you want. + // There's 'minecraft:legacy_single_pool_element' but that swaps the behavior of + // Air and Structure Void in your piece as well as change the attachment mechanism. + // It's only for old Vanilla Jigsaw Structures so don't use it. Stick with non-legacy. + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/carts/large_cart_1/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/carts/large_cart_1/start_pool.json new file mode 100644 index 0000000..fb4f5fc --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/carts/large_cart_1/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:large_cart_1/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:carts/large_cart_1", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/carts/large_cart_2/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/carts/large_cart_2/start_pool.json new file mode 100644 index 0000000..26d9a3c --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/carts/large_cart_2/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:large_cart_2/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:carts/large_cart_2", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/carts/medium_bamboo_cart/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/carts/medium_bamboo_cart/start_pool.json new file mode 100644 index 0000000..4e29a40 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/carts/medium_bamboo_cart/start_pool.json @@ -0,0 +1,41 @@ +{ + // More info on template pools can be found here: https://minecraft.gamepedia.com/Custom_world_generation#JSON_format_8 + // Yes, worldgen json files can have comments. Minecraft does "lenient" parsing of these json files. + + // This is the name of the template pool itself. I tend to just put the file path and file name here with modid. + "name": "mvs:medium_bamboo_cart/start_pool", + + // The template pool to refer to if the entries in 'elements' fails to generate. + "fallback": "minecraft:empty", + + // Here you can list as many nbt files or placed features to spawn. + // Do note that placed features needs a special element entry stuff. + "elements": [ + { + + // How likely out of all the element for this one to be chosen. + "weight": 1, + "element": { + + // The Identifier of the nbt file itself of the structure piece. + // Note, this will automatically check into the 'structures' folder for the nbt file. + // The final path would look like 'resources/data/structure_tutorial/structures/run_down_house_left_side.nbt' + // The Jigsaw block in the structure will point to side_pool.json to spawn the other half of the house. + "location": "mvs:carts/medium_bamboo_cart", + + // Processor JSON files can be used to randomize or replace blocks dynamically. Here, we don't do any of that. + "processors": "minecraft:empty", + + // If set to 'terrain_matching', the house would be deformed to fit the change in land. + // That's best for roads so lets stay 'rigid' for now. + "projection": "rigid", + + // The kind of element we are spawning. This one is most likely what you want. + // There's 'minecraft:legacy_single_pool_element' but that swaps the behavior of + // Air and Structure Void in your piece as well as change the attachment mechanism. + // It's only for old Vanilla Jigsaw Structures so don't use it. Stick with non-legacy. + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/cathedral/any.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/cathedral/any.json new file mode 100644 index 0000000..61c45c9 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/cathedral/any.json @@ -0,0 +1,193 @@ +{ + "name": "any", + "fallback": "mvs:cathedral/blocker", + "elements": [ + { + "weight": 3, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mvs:cathedral/corridors/corridor_1", + "processors": "mvs:cathedral" + } + }, + { + "weight": 7, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mvs:cathedral/corridors/corridor_2", + "processors": "mvs:cathedral" + } + }, + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mvs:cathedral/corridors/corridor_3", + "processors": "mvs:cathedral" + } + }, + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mvs:cathedral/corridors/corridor_4", + "processors": "mvs:cathedral" + } + }, + { + "weight": 6, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mvs:cathedral/corridors/corridor_5", + "processors": "mvs:cathedral" + } + }, + { + "weight": 7, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mvs:cathedral/corridors/corridor_6", + "processors": "mvs:cathedral" + } + }, + { + "weight": 7, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mvs:cathedral/corridors/corridor_7", + "processors": "mvs:cathedral" + } + }, + + + + { + "weight": 10, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mvs:cathedral/special/corner_1", + "processors": "mvs:cathedral" + } + }, + { + "weight": 10, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mvs:cathedral/special/corner_2", + "processors": "mvs:cathedral" + } + }, + { + "weight": 9, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mvs:cathedral/special/corner_3", + "processors": "mvs:cathedral" + } + }, + { + "weight": 9, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mvs:cathedral/special/corner_4", + "processors": "mvs:cathedral" + } + }, + + + { + "weight": 8, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mvs:cathedral/special/dead_end_1", + "processors": "mvs:cathedral" + } + }, + { + "weight": 6, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mvs:cathedral/special/dead_end_2", + "processors": "mvs:cathedral" + } + }, + { + "weight": 8, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mvs:cathedral/special/dead_end_3", + "processors": "mvs:cathedral" + } + }, + + { + "weight": 17, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mvs:cathedral/special/staircase_1", + "processors": "mvs:cathedral" + } + }, + { + "weight": 16, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mvs:cathedral/special/staircase_2", + "processors": "mvs:cathedral" + } + }, + { + "weight": 17, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mvs:cathedral/special/staircase_3", + "processors": "mvs:cathedral" + } + }, + + { + "weight": 11, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mvs:cathedral/special/three_way_1", + "processors": "mvs:cathedral" + } + }, + { + "weight": 13, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mvs:cathedral/special/three_way_2", + "processors": "mvs:cathedral" + } + }, + { + "weight": 13, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mvs:cathedral/special/three_way_3", + "processors": "mvs:cathedral" + } + } + ] +} diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/cathedral/blocker.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/cathedral/blocker.json new file mode 100644 index 0000000..d519094 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/cathedral/blocker.json @@ -0,0 +1,15 @@ +{ + "name": "any", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mvs:cathedral/blocker", + "processors": "mvs:cathedral" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/cathedral/start/base_2.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/cathedral/start/base_2.json new file mode 100644 index 0000000..0e6576a --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/cathedral/start/base_2.json @@ -0,0 +1,15 @@ +{ + "name": "start", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mvs:cathedral/base/bottom", + "processors": "mvs:waterlogging_fix_processor" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/cathedral/start_corridors.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/cathedral/start_corridors.json new file mode 100644 index 0000000..c8da9cb --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/cathedral/start_corridors.json @@ -0,0 +1,69 @@ +{ + "name": "start_corridors", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 8, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mvs:cathedral/start_corridors/corridor_1", + "processors": "mvs:cathedral" + } + }, + { + "weight": 12, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mvs:cathedral/start_corridors/corridor_2", + "processors": "mvs:cathedral" + } + }, + { + "weight": 3, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mvs:cathedral/start_corridors/corridor_3", + "processors": "mvs:cathedral" + } + }, + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mvs:cathedral/start_corridors/corridor_4", + "processors": "mvs:cathedral" + } + }, + { + "weight": 10, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mvs:cathedral/start_corridors/corridor_7", + "processors": "mvs:cathedral" + } + }, + { + "weight": 12, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mvs:cathedral/start_corridors/corridor_8", + "processors": "mvs:cathedral" + } + }, + { + "weight": 10, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mvs:cathedral/start_corridors/corridor_9", + "processors": "mvs:cathedral" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/cathedral/temp.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/cathedral/temp.json new file mode 100644 index 0000000..4a53203 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/cathedral/temp.json @@ -0,0 +1,15 @@ +{ + "name": "any", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mvs:cathedral/base/base", + "processors": "mvs:waterlogging_fix_processor" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/crystal/lower.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/crystal/lower.json new file mode 100644 index 0000000..47a9be2 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/crystal/lower.json @@ -0,0 +1,15 @@ +{ + "name": "lower", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mvs:crystal/lower", + "processors": "minecraft:empty" + } + } + ] +} diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/crystal/temp.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/crystal/temp.json new file mode 100644 index 0000000..d47fd1a --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/crystal/temp.json @@ -0,0 +1,15 @@ +{ + "name": "temp", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mvs:crystal/base", + "processors": "minecraft:empty" + } + } + ] +} diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/dead_tree/acacia.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/dead_tree/acacia.json new file mode 100644 index 0000000..4aa576d --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/dead_tree/acacia.json @@ -0,0 +1,36 @@ +{ + "name": "mvs:acacia", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:dead_tree/acacia", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + }, + { + + "weight": 1, + "element": { + + "location": "mvs:dead_tree/acacia_trunk", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/dead_tree/birch.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/dead_tree/birch.json new file mode 100644 index 0000000..afe2ad7 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/dead_tree/birch.json @@ -0,0 +1,36 @@ +{ + "name": "mvs:birch", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:dead_tree/birch", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + }, + { + + "weight": 1, + "element": { + + "location": "mvs:dead_tree/birch_trunk", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/dead_tree/cherry.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/dead_tree/cherry.json new file mode 100644 index 0000000..64853f1 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/dead_tree/cherry.json @@ -0,0 +1,36 @@ +{ + "name": "mvs:cherry", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:dead_tree/cherry", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + }, + { + + "weight": 1, + "element": { + + "location": "mvs:dead_tree/cherry_trunk", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/dead_tree/dark_oak.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/dead_tree/dark_oak.json new file mode 100644 index 0000000..4678602 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/dead_tree/dark_oak.json @@ -0,0 +1,36 @@ +{ + "name": "mvs:dark_oak", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:dead_tree/dark_oak", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + }, + { + + "weight": 1, + "element": { + + "location": "mvs:dead_tree/dark_oak_trunk", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/dead_tree/jungle.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/dead_tree/jungle.json new file mode 100644 index 0000000..e7d4c34 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/dead_tree/jungle.json @@ -0,0 +1,36 @@ +{ + "name": "mvs:jungle", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:dead_tree/jungle", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + }, + { + + "weight": 1, + "element": { + + "location": "mvs:dead_tree/jungle_trunk", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/dead_tree/mangrove.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/dead_tree/mangrove.json new file mode 100644 index 0000000..c1b07ab --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/dead_tree/mangrove.json @@ -0,0 +1,36 @@ +{ + "name": "mvs:mangrove", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:dead_tree/mangrove", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + }, + { + + "weight": 1, + "element": { + + "location": "mvs:dead_tree/mangrove_trunk", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/dead_tree/oak.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/dead_tree/oak.json new file mode 100644 index 0000000..8e610ff --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/dead_tree/oak.json @@ -0,0 +1,36 @@ +{ + "name": "mvs:oak", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:dead_tree/oak", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + }, + { + + "weight": 1, + "element": { + + "location": "mvs:dead_tree/oak_trunk", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/dead_tree/spruce.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/dead_tree/spruce.json new file mode 100644 index 0000000..4e45cc3 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/dead_tree/spruce.json @@ -0,0 +1,36 @@ +{ + "name": "mvs:spruce", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:dead_tree/spruce", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + }, + { + + "weight": 1, + "element": { + + "location": "mvs:dead_tree/spruce_trunk", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/azelea_house/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/azelea_house/start_pool.json new file mode 100644 index 0000000..488ec94 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/azelea_house/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:azelea_house/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:houses/azelea_house", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/barn/example_side_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/barn/example_side_pool.json new file mode 100644 index 0000000..ae78745 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/barn/example_side_pool.json @@ -0,0 +1,41 @@ +{ + // More info on template pools can be found here: https://minecraft.gamepedia.com/Custom_world_generation#JSON_format_8 + // Yes, worldgen json files can have comments. Minecraft does "lenient" parsing of these json files. + + "name": "mvs:run_down_house/side_pool", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + + // This side piece will only spawn if this piece is entirely outside or inside the calling piece's bounding box + // Intersecting pieces is not allowed in Jigsaw structures so plan accordingly! + // To spawn a piece entirely outside a calling piece, make sure the Jigsaw block of the calling + // piece is facing outward on the edge of its bounding box. To spawn a piece entirely contained + // inside a calling piece, have the jigsaw block face inward and that there is enough space in + // the calling piece's boundaries to spawn a smaller inner piece. + + // Also, heads up, the structure_tutorial:run_down_house_left_side piece has a Jigsaw Block + // that is targeting this pool directly. Be sure to change that Jigsaw Block's target pool + // to make this side pool spawn in your own mod. + "location": "mvs:houses/run_down_house_right_side", + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + }, + { + + // A second entry here means the starting piece's Jigsaw Block has a 50% chance of spawning + // this golden right side piece instead of the regular right side. Think of it like a lottery. + "weight": 1, + "element": { + "location": "mvs:run_down_house_right_side_golden", + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/barn/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/barn/start_pool.json new file mode 100644 index 0000000..ead050e --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/barn/start_pool.json @@ -0,0 +1,41 @@ +{ + // More info on template pools can be found here: https://minecraft.gamepedia.com/Custom_world_generation#JSON_format_8 + // Yes, worldgen json files can have comments. Minecraft does "lenient" parsing of these json files. + + // This is the name of the template pool itself. I tend to just put the file path and file name here with modid. + "name": "mvs:barn/start_pool", + + // The template pool to refer to if the entries in 'elements' fails to generate. + "fallback": "minecraft:empty", + + // Here you can list as many nbt files or placed features to spawn. + // Do note that placed features needs a special element entry stuff. + "elements": [ + { + + // How likely out of all the element for this one to be chosen. + "weight": 1, + "element": { + + // The Identifier of the nbt file itself of the structure piece. + // Note, this will automatically check into the 'structures' folder for the nbt file. + // The final path would look like 'resources/data/structure_tutorial/structures/run_down_house_left_side.nbt' + // The Jigsaw block in the structure will point to side_pool.json to spawn the other half of the house. + "location": "mvs:houses/barn", + + // Processor JSON files can be used to randomize or replace blocks dynamically. Here, we don't do any of that. + "processors": "minecraft:empty", + + // If set to 'terrain_matching', the house would be deformed to fit the change in land. + // That's best for roads so lets stay 'rigid' for now. + "projection": "rigid", + + // The kind of element we are spawning. This one is most likely what you want. + // There's 'minecraft:legacy_single_pool_element' but that swaps the behavior of + // Air and Structure Void in your piece as well as change the attachment mechanism. + // It's only for old Vanilla Jigsaw Structures so don't use it. Stick with non-legacy. + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/deepslate_house/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/deepslate_house/start_pool.json new file mode 100644 index 0000000..568695b --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/deepslate_house/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:deepslate_house/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:houses/deepslate_house", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/desert_house/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/desert_house/start_pool.json new file mode 100644 index 0000000..2051140 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/desert_house/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:desert_house/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:houses/desert_house", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/flower_hole/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/flower_hole/start_pool.json new file mode 100644 index 0000000..091873e --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/flower_hole/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:flower_hole/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:houses/flower_hole", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/house/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/house/start_pool.json new file mode 100644 index 0000000..1d40538 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/house/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:house/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:houses/house", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/large_floating_island/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/large_floating_island/start_pool.json new file mode 100644 index 0000000..a641d29 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/large_floating_island/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:large_floating_island/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:houses/large_floating_island", + + "processors": "mvs:blue_to_water", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/large_warped_tower/side_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/large_warped_tower/side_pool.json new file mode 100644 index 0000000..165f58d --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/large_warped_tower/side_pool.json @@ -0,0 +1,29 @@ +{ + // More info on template pools can be found here: https://minecraft.gamepedia.com/Custom_world_generation#JSON_format_8 + // Yes, worldgen json files can have comments. Minecraft does "lenient" parsing of these json files. + + "name": "mvs:large_warped_tower/side_pool", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + + // This side piece will only spawn if this piece is entirely outside or inside the calling piece's bounding box + // Intersecting pieces is not allowed in Jigsaw structures so plan accordingly! + // To spawn a piece entirely outside a calling piece, make sure the Jigsaw block of the calling + // piece is facing outward on the edge of its bounding box. To spawn a piece entirely contained + // inside a calling piece, have the jigsaw block face inward and that there is enough space in + // the calling piece's boundaries to spawn a smaller inner piece. + + // Also, heads up, the structure_tutorial:run_down_house_left_side piece has a Jigsaw Block + // that is targeting this pool directly. Be sure to change that Jigsaw Block's target pool + // to make this side pool spawn in your own mod. + "location": "mvs:houses/large_warped_tower_top", + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/large_warped_tower/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/large_warped_tower/start_pool.json new file mode 100644 index 0000000..b540c39 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/large_warped_tower/start_pool.json @@ -0,0 +1,41 @@ +{ + // More info on template pools can be found here: https://minecraft.gamepedia.com/Custom_world_generation#JSON_format_8 + // Yes, worldgen json files can have comments. Minecraft does "lenient" parsing of these json files. + + // This is the name of the template pool itself. I tend to just put the file path and file name here with modid. + "name": "mvs:large_warped_tower/start_pool", + + // The template pool to refer to if the entries in 'elements' fails to generate. + "fallback": "minecraft:empty", + + // Here you can list as many nbt files or placed features to spawn. + // Do note that placed features needs a special element entry stuff. + "elements": [ + { + + // How likely out of all the element for this one to be chosen. + "weight": 1, + "element": { + + // The Identifier of the nbt file itself of the structure piece. + // Note, this will automatically check into the 'structures' folder for the nbt file. + // The final path would look like 'resources/data/structure_tutorial/structures/run_down_house_left_side.nbt' + // The Jigsaw block in the structure will point to side_pool.json to spawn the other half of the house. + "location": "mvs:houses/large_warped_tower", + + // Processor JSON files can be used to randomize or replace blocks dynamically. Here, we don't do any of that. + "processors": "minecraft:empty", + + // If set to 'terrain_matching', the house would be deformed to fit the change in land. + // That's best for roads so lets stay 'rigid' for now. + "projection": "rigid", + + // The kind of element we are spawning. This one is most likely what you want. + // There's 'minecraft:legacy_single_pool_element' but that swaps the behavior of + // Air and Structure Void in your piece as well as change the attachment mechanism. + // It's only for old Vanilla Jigsaw Structures so don't use it. Stick with non-legacy. + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/medium_igloo_1/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/medium_igloo_1/start_pool.json new file mode 100644 index 0000000..c129882 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/medium_igloo_1/start_pool.json @@ -0,0 +1,41 @@ +{ + // More info on template pools can be found here: https://minecraft.gamepedia.com/Custom_world_generation#JSON_format_8 + // Yes, worldgen json files can have comments. Minecraft does "lenient" parsing of these json files. + + // This is the name of the template pool itself. I tend to just put the file path and file name here with modid. + "name": "mvs:medium_igloo_1/start_pool", + + // The template pool to refer to if the entries in 'elements' fails to generate. + "fallback": "minecraft:empty", + + // Here you can list as many nbt files or placed features to spawn. + // Do note that placed features needs a special element entry stuff. + "elements": [ + { + + // How likely out of all the element for this one to be chosen. + "weight": 1, + "element": { + + // The Identifier of the nbt file itself of the structure piece. + // Note, this will automatically check into the 'structures' folder for the nbt file. + // The final path would look like 'resources/data/structure_tutorial/structures/run_down_house_left_side.nbt' + // The Jigsaw block in the structure will point to side_pool.json to spawn the other half of the house. + "location": "mvs:houses/medium_igloo_1", + + // Processor JSON files can be used to randomize or replace blocks dynamically. Here, we don't do any of that. + "processors": "minecraft:empty", + + // If set to 'terrain_matching', the house would be deformed to fit the change in land. + // That's best for roads so lets stay 'rigid' for now. + "projection": "rigid", + + // The kind of element we are spawning. This one is most likely what you want. + // There's 'minecraft:legacy_single_pool_element' but that swaps the behavior of + // Air and Structure Void in your piece as well as change the attachment mechanism. + // It's only for old Vanilla Jigsaw Structures so don't use it. Stick with non-legacy. + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/medium_igloo_2/side_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/medium_igloo_2/side_pool.json new file mode 100644 index 0000000..6189537 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/medium_igloo_2/side_pool.json @@ -0,0 +1,29 @@ +{ + // More info on template pools can be found here: https://minecraft.gamepedia.com/Custom_world_generation#JSON_format_8 + // Yes, worldgen json files can have comments. Minecraft does "lenient" parsing of these json files. + + "name": "mvs:medium_igloo_2/side_pool", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + + // This side piece will only spawn if this piece is entirely outside or inside the calling piece's bounding box + // Intersecting pieces is not allowed in Jigsaw structures so plan accordingly! + // To spawn a piece entirely outside a calling piece, make sure the Jigsaw block of the calling + // piece is facing outward on the edge of its bounding box. To spawn a piece entirely contained + // inside a calling piece, have the jigsaw block face inward and that there is enough space in + // the calling piece's boundaries to spawn a smaller inner piece. + + // Also, heads up, the structure_tutorial:run_down_house_left_side piece has a Jigsaw Block + // that is targeting this pool directly. Be sure to change that Jigsaw Block's target pool + // to make this side pool spawn in your own mod. + "location": "mvs:houses/medium_igloo_2_lower", + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/medium_igloo_2/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/medium_igloo_2/start_pool.json new file mode 100644 index 0000000..980d464 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/medium_igloo_2/start_pool.json @@ -0,0 +1,41 @@ +{ + // More info on template pools can be found here: https://minecraft.gamepedia.com/Custom_world_generation#JSON_format_8 + // Yes, worldgen json files can have comments. Minecraft does "lenient" parsing of these json files. + + // This is the name of the template pool itself. I tend to just put the file path and file name here with modid. + "name": "mvs:medium_igloo_2/start_pool", + + // The template pool to refer to if the entries in 'elements' fails to generate. + "fallback": "minecraft:empty", + + // Here you can list as many nbt files or placed features to spawn. + // Do note that placed features needs a special element entry stuff. + "elements": [ + { + + // How likely out of all the element for this one to be chosen. + "weight": 1, + "element": { + + // The Identifier of the nbt file itself of the structure piece. + // Note, this will automatically check into the 'structures' folder for the nbt file. + // The final path would look like 'resources/data/structure_tutorial/structures/run_down_house_left_side.nbt' + // The Jigsaw block in the structure will point to side_pool.json to spawn the other half of the house. + "location": "mvs:houses/medium_igloo_2", + + // Processor JSON files can be used to randomize or replace blocks dynamically. Here, we don't do any of that. + "processors": "minecraft:empty", + + // If set to 'terrain_matching', the house would be deformed to fit the change in land. + // That's best for roads so lets stay 'rigid' for now. + "projection": "rigid", + + // The kind of element we are spawning. This one is most likely what you want. + // There's 'minecraft:legacy_single_pool_element' but that swaps the behavior of + // Air and Structure Void in your piece as well as change the attachment mechanism. + // It's only for old Vanilla Jigsaw Structures so don't use it. Stick with non-legacy. + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/small_igloo/side_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/small_igloo/side_pool.json new file mode 100644 index 0000000..1a813ec --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/small_igloo/side_pool.json @@ -0,0 +1,29 @@ +{ + // More info on template pools can be found here: https://minecraft.gamepedia.com/Custom_world_generation#JSON_format_8 + // Yes, worldgen json files can have comments. Minecraft does "lenient" parsing of these json files. + + "name": "mvs:small_igloo/side_pool", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + + // This side piece will only spawn if this piece is entirely outside or inside the calling piece's bounding box + // Intersecting pieces is not allowed in Jigsaw structures so plan accordingly! + // To spawn a piece entirely outside a calling piece, make sure the Jigsaw block of the calling + // piece is facing outward on the edge of its bounding box. To spawn a piece entirely contained + // inside a calling piece, have the jigsaw block face inward and that there is enough space in + // the calling piece's boundaries to spawn a smaller inner piece. + + // Also, heads up, the structure_tutorial:run_down_house_left_side piece has a Jigsaw Block + // that is targeting this pool directly. Be sure to change that Jigsaw Block's target pool + // to make this side pool spawn in your own mod. + "location": "mvs:houses/small_igloo_lower", + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/small_igloo/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/small_igloo/start_pool.json new file mode 100644 index 0000000..16d886a --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/small_igloo/start_pool.json @@ -0,0 +1,41 @@ +{ + // More info on template pools can be found here: https://minecraft.gamepedia.com/Custom_world_generation#JSON_format_8 + // Yes, worldgen json files can have comments. Minecraft does "lenient" parsing of these json files. + + // This is the name of the template pool itself. I tend to just put the file path and file name here with modid. + "name": "mvs:small_igloo/start_pool", + + // The template pool to refer to if the entries in 'elements' fails to generate. + "fallback": "minecraft:empty", + + // Here you can list as many nbt files or placed features to spawn. + // Do note that placed features needs a special element entry stuff. + "elements": [ + { + + // How likely out of all the element for this one to be chosen. + "weight": 1, + "element": { + + // The Identifier of the nbt file itself of the structure piece. + // Note, this will automatically check into the 'structures' folder for the nbt file. + // The final path would look like 'resources/data/structure_tutorial/structures/run_down_house_left_side.nbt' + // The Jigsaw block in the structure will point to side_pool.json to spawn the other half of the house. + "location": "mvs:houses/small_igloo", + + // Processor JSON files can be used to randomize or replace blocks dynamically. Here, we don't do any of that. + "processors": "minecraft:empty", + + // If set to 'terrain_matching', the house would be deformed to fit the change in land. + // That's best for roads so lets stay 'rigid' for now. + "projection": "rigid", + + // The kind of element we are spawning. This one is most likely what you want. + // There's 'minecraft:legacy_single_pool_element' but that swaps the behavior of + // Air and Structure Void in your piece as well as change the attachment mechanism. + // It's only for old Vanilla Jigsaw Structures so don't use it. Stick with non-legacy. + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/small_swamp_house/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/small_swamp_house/start_pool.json new file mode 100644 index 0000000..fb1fc44 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/small_swamp_house/start_pool.json @@ -0,0 +1,41 @@ +{ + // More info on template pools can be found here: https://minecraft.gamepedia.com/Custom_world_generation#JSON_format_8 + // Yes, worldgen json files can have comments. Minecraft does "lenient" parsing of these json files. + + // This is the name of the template pool itself. I tend to just put the file path and file name here with modid. + "name": "mvs:small_swamp_house/start_pool", + + // The template pool to refer to if the entries in 'elements' fails to generate. + "fallback": "minecraft:empty", + + // Here you can list as many nbt files or placed features to spawn. + // Do note that placed features needs a special element entry stuff. + "elements": [ + { + + // How likely out of all the element for this one to be chosen. + "weight": 1, + "element": { + + // The Identifier of the nbt file itself of the structure piece. + // Note, this will automatically check into the 'structures' folder for the nbt file. + // The final path would look like 'resources/data/structure_tutorial/structures/run_down_house_left_side.nbt' + // The Jigsaw block in the structure will point to side_pool.json to spawn the other half of the house. + "location": "mvs:houses/small_swamp_house", + + // Processor JSON files can be used to randomize or replace blocks dynamically. Here, we don't do any of that. + "processors": "minecraft:empty", + + // If set to 'terrain_matching', the house would be deformed to fit the change in land. + // That's best for roads so lets stay 'rigid' for now. + "projection": "rigid", + + // The kind of element we are spawning. This one is most likely what you want. + // There's 'minecraft:legacy_single_pool_element' but that swaps the behavior of + // Air and Structure Void in your piece as well as change the attachment mechanism. + // It's only for old Vanilla Jigsaw Structures so don't use it. Stick with non-legacy. + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/tall_house/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/tall_house/start_pool.json new file mode 100644 index 0000000..b093bd3 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/tall_house/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:tall_house/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:houses/tall_house", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/warped_house/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/warped_house/start_pool.json new file mode 100644 index 0000000..0c08590 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/warped_house/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:warped_house/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:houses/warped_house", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/jungle_tower/bottom.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/jungle_tower/bottom.json new file mode 100644 index 0000000..91c36b5 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/jungle_tower/bottom.json @@ -0,0 +1,15 @@ +{ + "name": "bottom", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mvs:jungle_tower/bottom", + "processors": "minecraft:empty" + } + } + ] +} diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/jungle_tower/temp.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/jungle_tower/temp.json new file mode 100644 index 0000000..692dd53 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/jungle_tower/temp.json @@ -0,0 +1,15 @@ +{ + "name": "temp", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mvs:jungle_tower/base", + "processors": "minecraft:empty" + } + } + ] +} diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/jungle_tower/top.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/jungle_tower/top.json new file mode 100644 index 0000000..bc0211b --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/jungle_tower/top.json @@ -0,0 +1,15 @@ +{ + "name": "top", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "location": "mvs:jungle_tower/top", + "processors": "minecraft:empty" + } + } + ] +} diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/lantern/medium_oak_lantern.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/lantern/medium_oak_lantern.json new file mode 100644 index 0000000..3e6b901 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/lantern/medium_oak_lantern.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:medium_oak_lantern", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:lantern/medium_oak", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/lantern/small_acacia_lantern.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/lantern/small_acacia_lantern.json new file mode 100644 index 0000000..0e48d6f --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/lantern/small_acacia_lantern.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:small_acacia_lantern", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:lantern/small_acacia", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/lantern/small_bamboo_lantern.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/lantern/small_bamboo_lantern.json new file mode 100644 index 0000000..eda2b9a --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/lantern/small_bamboo_lantern.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:small_bamboo_lantern.json", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:lantern/small_bamboo", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/lantern/small_birch_lantern.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/lantern/small_birch_lantern.json new file mode 100644 index 0000000..2f85eb7 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/lantern/small_birch_lantern.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:small_birch_lantern", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:lantern/small_birch", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/lantern/small_campfire_lantern.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/lantern/small_campfire_lantern.json new file mode 100644 index 0000000..b67e88a --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/lantern/small_campfire_lantern.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:small_campfire_lantern", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:lantern/small_campfire", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/lantern/small_cherry_lantern.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/lantern/small_cherry_lantern.json new file mode 100644 index 0000000..0234aa1 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/lantern/small_cherry_lantern.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:small_cherry_lantern", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:lantern/small_cherry", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/lantern/small_dark_oak_lantern.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/lantern/small_dark_oak_lantern.json new file mode 100644 index 0000000..35a7667 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/lantern/small_dark_oak_lantern.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:small_dark_oak_lantern", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:lantern/small_dark_oak", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/lantern/small_jungle_lantern.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/lantern/small_jungle_lantern.json new file mode 100644 index 0000000..e4036a0 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/lantern/small_jungle_lantern.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:small_jungle_lantern", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:lantern/small_jungle", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/lantern/small_mangrove_lantern.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/lantern/small_mangrove_lantern.json new file mode 100644 index 0000000..9bc3362 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/lantern/small_mangrove_lantern.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:small_mangrove_lantern", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:lantern/small_mangrove", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/lantern/small_oak_lantern.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/lantern/small_oak_lantern.json new file mode 100644 index 0000000..fe9b1f6 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/lantern/small_oak_lantern.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:small_oak_lantern", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:lantern/small_oak", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/lantern/small_spruce_lantern.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/lantern/small_spruce_lantern.json new file mode 100644 index 0000000..ca8ee05 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/lantern/small_spruce_lantern.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:small_spruce_lantern", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:lantern/small_spruce", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/log_pile/acacia_log_pile/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/log_pile/acacia_log_pile/start_pool.json new file mode 100644 index 0000000..8e50bc1 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/log_pile/acacia_log_pile/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:acacia_log_pile/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:log_pile/acacia_log_pile", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/log_pile/birch_log_pile/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/log_pile/birch_log_pile/start_pool.json new file mode 100644 index 0000000..25d15d9 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/log_pile/birch_log_pile/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:birch_log_pile/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:log_pile/birch_log_pile", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/log_pile/dark_oak_log_pile/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/log_pile/dark_oak_log_pile/start_pool.json new file mode 100644 index 0000000..2a508f2 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/log_pile/dark_oak_log_pile/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:dark_oak_log_pile/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:log_pile/dark_oak_log_pile", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/log_pile/jungle_log_pile/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/log_pile/jungle_log_pile/start_pool.json new file mode 100644 index 0000000..4332c16 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/log_pile/jungle_log_pile/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:jungle_log_pile/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:log_pile/jungle_log_pile", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/log_pile/oak_log_pile/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/log_pile/oak_log_pile/start_pool.json new file mode 100644 index 0000000..cdf6800 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/log_pile/oak_log_pile/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:oak_log_pile/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:log_pile/oak_log_pile", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/log_pile/spruce_log_pile/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/log_pile/spruce_log_pile/start_pool.json new file mode 100644 index 0000000..07793f2 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/log_pile/spruce_log_pile/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:spruce_log_pile/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:log_pile/spruce_log_pile", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/acacia_tree.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/acacia_tree.json new file mode 100644 index 0000000..e3fe154 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/acacia_tree.json @@ -0,0 +1,24 @@ +{ + "name": "mvs:acacia_tree", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "location": "mvs:nature/medium_acacia_tree", + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + }, + { + "weight": 1, + "element": { + "location": "mvs:nature/small_acacia_tree", + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + } + ] +} diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/big_oak_tree/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/big_oak_tree/start_pool.json new file mode 100644 index 0000000..5fc27e0 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/big_oak_tree/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:big_oak_tree/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:nature/big_oak_tree", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/birch_tree.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/birch_tree.json new file mode 100644 index 0000000..7fbd8f9 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/birch_tree.json @@ -0,0 +1,52 @@ +{ + // More info on template pools can be found here: https://minecraft.gamepedia.com/Custom_world_generation#JSON_format_8 + + // This is the name of the template pool itself. I tend to just put the file path and file name here with modid. + "name": "mvs:birch_tree", + + // The template pool to refer to if the entries in 'elements' fails to generate. + "fallback": "minecraft:empty", + + // Here you can list as many nbt files or placed features to spawn. + // Do note that placed features needs a special element entry stuff. + "elements": [ + { + // How likely out of all the element for this one to be chosen. + "weight": 1, + "element": { + + // The Identifier of the nbt file itself of the structure piece. + // Note, this will automatically check into the 'structures' folder for the nbt file. + // The final path would look like 'resources/data/structure_tutorial/structures/run_down_house_left_side.nbt' + "location": "mvs:nature/medium_birch_tree", + + // Specifies to run this processor list json for the above nbt file when placing it in the world + // Processor lists are great for randomizing blocks and making structures appear more natural! + // Note, this will automatically check into the 'worldgen/processor_list' folder for the json file. + // The final path would look like 'resources/data/structure_tutorial/worldgen/processor_list/randomize_stonebrick.json' + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + }, + { + // How likely out of all the element for this one to be chosen. + "weight": 1, + "element": { + + // The Identifier of the nbt file itself of the structure piece. + // Note, this will automatically check into the 'structures' folder for the nbt file. + // The final path would look like 'resources/data/structure_tutorial/structures/run_down_house_left_side.nbt' + "location": "mvs:nature/small_birch_tree", + + // Specifies to run this processor list json for the above nbt file when placing it in the world + // Processor lists are great for randomizing blocks and making structures appear more natural! + // Note, this will automatically check into the 'worldgen/processor_list' folder for the json file. + // The final path would look like 'resources/data/structure_tutorial/worldgen/processor_list/randomize_stonebrick.json' + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + } + ] +} diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/boulder/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/boulder/start_pool.json new file mode 100644 index 0000000..3a2cd77 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/boulder/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:boulder/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:nature/boulder", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/cherry_tree.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/cherry_tree.json new file mode 100644 index 0000000..9a16e84 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/cherry_tree.json @@ -0,0 +1,52 @@ +{ + // More info on template pools can be found here: https://minecraft.gamepedia.com/Custom_world_generation#JSON_format_8 + + // This is the name of the template pool itself. I tend to just put the file path and file name here with modid. + "name": "mvs:cherry_tree", + + // The template pool to refer to if the entries in 'elements' fails to generate. + "fallback": "minecraft:empty", + + // Here you can list as many nbt files or placed features to spawn. + // Do note that placed features needs a special element entry stuff. + "elements": [ + { + // How likely out of all the element for this one to be chosen. + "weight": 1, + "element": { + + // The Identifier of the nbt file itself of the structure piece. + // Note, this will automatically check into the 'structures' folder for the nbt file. + // The final path would look like 'resources/data/structure_tutorial/structures/run_down_house_left_side.nbt' + "location": "mvs:nature/medium_cherry_tree", + + // Specifies to run this processor list json for the above nbt file when placing it in the world + // Processor lists are great for randomizing blocks and making structures appear more natural! + // Note, this will automatically check into the 'worldgen/processor_list' folder for the json file. + // The final path would look like 'resources/data/structure_tutorial/worldgen/processor_list/randomize_stonebrick.json' + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + }, + { + // How likely out of all the element for this one to be chosen. + "weight": 1, + "element": { + + // The Identifier of the nbt file itself of the structure piece. + // Note, this will automatically check into the 'structures' folder for the nbt file. + // The final path would look like 'resources/data/structure_tutorial/structures/run_down_house_left_side.nbt' + "location": "mvs:nature/small_cherry_tree", + + // Specifies to run this processor list json for the above nbt file when placing it in the world + // Processor lists are great for randomizing blocks and making structures appear more natural! + // Note, this will automatically check into the 'worldgen/processor_list' folder for the json file. + // The final path would look like 'resources/data/structure_tutorial/worldgen/processor_list/randomize_stonebrick.json' + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + } + ] +} diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/dark_oak_tree.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/dark_oak_tree.json new file mode 100644 index 0000000..01c0353 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/dark_oak_tree.json @@ -0,0 +1,52 @@ +{ + // More info on template pools can be found here: https://minecraft.gamepedia.com/Custom_world_generation#JSON_format_8 + + // This is the name of the template pool itself. I tend to just put the file path and file name here with modid. + "name": "mvs:dark_oak_tree", + + // The template pool to refer to if the entries in 'elements' fails to generate. + "fallback": "minecraft:empty", + + // Here you can list as many nbt files or placed features to spawn. + // Do note that placed features needs a special element entry stuff. + "elements": [ + { + // How likely out of all the element for this one to be chosen. + "weight": 1, + "element": { + + // The Identifier of the nbt file itself of the structure piece. + // Note, this will automatically check into the 'structures' folder for the nbt file. + // The final path would look like 'resources/data/structure_tutorial/structures/run_down_house_left_side.nbt' + "location": "mvs:nature/medium_dark_oak_tree", + + // Specifies to run this processor list json for the above nbt file when placing it in the world + // Processor lists are great for randomizing blocks and making structures appear more natural! + // Note, this will automatically check into the 'worldgen/processor_list' folder for the json file. + // The final path would look like 'resources/data/structure_tutorial/worldgen/processor_list/randomize_stonebrick.json' + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + }, + { + // How likely out of all the element for this one to be chosen. + "weight": 1, + "element": { + + // The Identifier of the nbt file itself of the structure piece. + // Note, this will automatically check into the 'structures' folder for the nbt file. + // The final path would look like 'resources/data/structure_tutorial/structures/run_down_house_left_side.nbt' + "location": "mvs:nature/medium_dark_oak_tree_2", + + // Specifies to run this processor list json for the above nbt file when placing it in the world + // Processor lists are great for randomizing blocks and making structures appear more natural! + // Note, this will automatically check into the 'worldgen/processor_list' folder for the json file. + // The final path would look like 'resources/data/structure_tutorial/worldgen/processor_list/randomize_stonebrick.json' + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + } + ] +} diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/floating_islands.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/floating_islands.json new file mode 100644 index 0000000..208a330 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/floating_islands.json @@ -0,0 +1,33 @@ +{ + // More info on template pools can be found here: https://minecraft.gamepedia.com/Custom_world_generation#JSON_format_8 + + // This is the name of the template pool itself. I tend to just put the file path and file name here with modid. + "name": "mvs:floating_islands", + + // The template pool to refer to if the entries in 'elements' fails to generate. + "fallback": "minecraft:empty", + + // Here you can list as many nbt files or placed features to spawn. + // Do note that placed features needs a special element entry stuff. + "elements": [ + { + // How likely out of all the element for this one to be chosen. + "weight": 1, + "element": { + + // The Identifier of the nbt file itself of the structure piece. + // Note, this will automatically check into the 'structures' folder for the nbt file. + // The final path would look like 'resources/data/structure_tutorial/structures/run_down_house_left_side.nbt' + "location": "mvs:nature/floating_islands", + + // Specifies to run this processor list json for the above nbt file when placing it in the world + // Processor lists are great for randomizing blocks and making structures appear more natural! + // Note, this will automatically check into the 'worldgen/processor_list' folder for the json file. + // The final path would look like 'resources/data/structure_tutorial/worldgen/processor_list/randomize_stonebrick.json' + "processors": "mvs:blue_to_water", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + } + ] +} diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/jungle_palm_tree.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/jungle_palm_tree.json new file mode 100644 index 0000000..abf6f03 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/jungle_palm_tree.json @@ -0,0 +1,15 @@ +{ + "name": "mvs:jungle_palm_tree", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "location": "mvs:nature/medium_jungle_palm", + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + } + ] +} diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/jungle_tree.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/jungle_tree.json new file mode 100644 index 0000000..81d4110 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/jungle_tree.json @@ -0,0 +1,33 @@ +{ + // More info on template pools can be found here: https://minecraft.gamepedia.com/Custom_world_generation#JSON_format_8 + + // This is the name of the template pool itself. I tend to just put the file path and file name here with modid. + "name": "mvs:jungle_tree", + + // The template pool to refer to if the entries in 'elements' fails to generate. + "fallback": "minecraft:empty", + + // Here you can list as many nbt files or placed features to spawn. + // Do note that placed features needs a special element entry stuff. + "elements": [ + { + // How likely out of all the element for this one to be chosen. + "weight": 1, + "element": { + + // The Identifier of the nbt file itself of the structure piece. + // Note, this will automatically check into the 'structures' folder for the nbt file. + // The final path would look like 'resources/data/structure_tutorial/structures/run_down_house_left_side.nbt' + "location": "mvs:nature/medium_jungle_tree", + + // Specifies to run this processor list json for the above nbt file when placing it in the world + // Processor lists are great for randomizing blocks and making structures appear more natural! + // Note, this will automatically check into the 'worldgen/processor_list' folder for the json file. + // The final path would look like 'resources/data/structure_tutorial/worldgen/processor_list/randomize_stonebrick.json' + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + } + ] +} diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/large_mushroom/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/large_mushroom/start_pool.json new file mode 100644 index 0000000..3eb64ee --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/large_mushroom/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:large_mushroom/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:nature/large_mushroom", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/mushroom_pond/side_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/mushroom_pond/side_pool.json new file mode 100644 index 0000000..bbcf00e --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/mushroom_pond/side_pool.json @@ -0,0 +1,18 @@ +{ + // More info on template pools can be found here: https://minecraft.gamepedia.com/Custom_world_generation#JSON_format_8 + // Yes, worldgen json files can have comments. Minecraft does "lenient" parsing of these json files. + + "name": "mvs:mushroom_pond/side_pool", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "location": "mvs:nature/mushroom_pond/mushroom_pond_lower", + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/mushroom_pond/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/mushroom_pond/start_pool.json new file mode 100644 index 0000000..5fc5746 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/mushroom_pond/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:mushroom_pond/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:nature/mushroom_pond/mushroom_pond_upper", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/oak_tree.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/oak_tree.json new file mode 100644 index 0000000..2d6e1d2 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/oak_tree.json @@ -0,0 +1,52 @@ +{ + // More info on template pools can be found here: https://minecraft.gamepedia.com/Custom_world_generation#JSON_format_8 + + // This is the name of the template pool itself. I tend to just put the file path and file name here with modid. + "name": "mvs:oak_tree", + + // The template pool to refer to if the entries in 'elements' fails to generate. + "fallback": "minecraft:empty", + + // Here you can list as many nbt files or placed features to spawn. + // Do note that placed features needs a special element entry stuff. + "elements": [ + { + // How likely out of all the element for this one to be chosen. + "weight": 1, + "element": { + + // The Identifier of the nbt file itself of the structure piece. + // Note, this will automatically check into the 'structures' folder for the nbt file. + // The final path would look like 'resources/data/structure_tutorial/structures/run_down_house_left_side.nbt' + "location": "mvs:nature/medium_oak_tree", + + // Specifies to run this processor list json for the above nbt file when placing it in the world + // Processor lists are great for randomizing blocks and making structures appear more natural! + // Note, this will automatically check into the 'worldgen/processor_list' folder for the json file. + // The final path would look like 'resources/data/structure_tutorial/worldgen/processor_list/randomize_stonebrick.json' + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + }, + { + // How likely out of all the element for this one to be chosen. + "weight": 1, + "element": { + + // The Identifier of the nbt file itself of the structure piece. + // Note, this will automatically check into the 'structures' folder for the nbt file. + // The final path would look like 'resources/data/structure_tutorial/structures/run_down_house_left_side.nbt' + "location": "mvs:nature/small_oak_tree", + + // Specifies to run this processor list json for the above nbt file when placing it in the world + // Processor lists are great for randomizing blocks and making structures appear more natural! + // Note, this will automatically check into the 'worldgen/processor_list' folder for the json file. + // The final path would look like 'resources/data/structure_tutorial/worldgen/processor_list/randomize_stonebrick.json' + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + } + ] +} diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/paths.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/paths.json new file mode 100644 index 0000000..2895072 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/paths.json @@ -0,0 +1,24 @@ +{ + "name": "mvs:paths", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "location": "mvs:nature/long_oak_pathway", + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + }, + { + "weight": 1, + "element": { + "location": "mvs:nature/short_oak_pathway", + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + } + ] +} diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/small_oak_pond/side_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/small_oak_pond/side_pool.json new file mode 100644 index 0000000..07e3c3a --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/small_oak_pond/side_pool.json @@ -0,0 +1,15 @@ +{ + "name": "mvs:small_oak_pond/side_pool", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "location": "mvs:nature/small_oak_pond_lower", + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/small_oak_pond/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/small_oak_pond/start_pool.json new file mode 100644 index 0000000..05c2ee5 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/small_oak_pond/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:small_oak_pond/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:nature/small_oak_pond", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/spruce_tree.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/spruce_tree.json new file mode 100644 index 0000000..d94b63f --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/spruce_tree.json @@ -0,0 +1,52 @@ +{ + // More info on template pools can be found here: https://minecraft.gamepedia.com/Custom_world_generation#JSON_format_8 + + // This is the name of the template pool itself. I tend to just put the file path and file name here with modid. + "name": "mvs:spruce_tree", + + // The template pool to refer to if the entries in 'elements' fails to generate. + "fallback": "minecraft:empty", + + // Here you can list as many nbt files or placed features to spawn. + // Do note that placed features needs a special element entry stuff. + "elements": [ + { + // How likely out of all the element for this one to be chosen. + "weight": 1, + "element": { + + // The Identifier of the nbt file itself of the structure piece. + // Note, this will automatically check into the 'structures' folder for the nbt file. + // The final path would look like 'resources/data/structure_tutorial/structures/run_down_house_left_side.nbt' + "location": "mvs:nature/medium_spruce_tree", + + // Specifies to run this processor list json for the above nbt file when placing it in the world + // Processor lists are great for randomizing blocks and making structures appear more natural! + // Note, this will automatically check into the 'worldgen/processor_list' folder for the json file. + // The final path would look like 'resources/data/structure_tutorial/worldgen/processor_list/randomize_stonebrick.json' + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + }, + { + // How likely out of all the element for this one to be chosen. + "weight": 1, + "element": { + + // The Identifier of the nbt file itself of the structure piece. + // Note, this will automatically check into the 'structures' folder for the nbt file. + // The final path would look like 'resources/data/structure_tutorial/structures/run_down_house_left_side.nbt' + "location": "mvs:nature/small_spruce_tree", + + // Specifies to run this processor list json for the above nbt file when placing it in the world + // Processor lists are great for randomizing blocks and making structures appear more natural! + // Note, this will automatically check into the 'worldgen/processor_list' folder for the json file. + // The final path would look like 'resources/data/structure_tutorial/worldgen/processor_list/randomize_stonebrick.json' + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + } + ] +} diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/stone_rock.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/stone_rock.json new file mode 100644 index 0000000..701d035 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/stone_rock.json @@ -0,0 +1,60 @@ +{ + "name": "mvs:stone_rock", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "location": "mvs:nature/medium_stone_rock", + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + }, + { + "weight": 1, + "element": { + "location": "mvs:nature/medium_stone_rock_2", + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + }, + { + "weight": 1, + "element": { + "location": "mvs:nature/small_stone_rock", + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + }, + { + "weight": 1, + "element": { + "location": "mvs:nature/small_stone_rock_2", + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + }, + { + "weight": 1, + "element": { + "location": "mvs:nature/small_granite_rock", + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + }, + { + "weight": 1, + "element": { + "location": "mvs:nature/small_diorite_rock", + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + } + ] +} diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other/beach_bar/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other/beach_bar/start_pool.json new file mode 100644 index 0000000..068af41 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other/beach_bar/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:beach_bar/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:beach_bar", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other/gallows/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other/gallows/start_pool.json new file mode 100644 index 0000000..23f3fce --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other/gallows/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:gallows/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:gallows", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other/horse_pen/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other/horse_pen/start_pool.json new file mode 100644 index 0000000..0606a6b --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other/horse_pen/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:horsepen/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:horse_pen", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other/railway/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other/railway/start_pool.json new file mode 100644 index 0000000..6235d0e --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other/railway/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:railway/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:railway", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other/shed/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other/shed/start_pool.json new file mode 100644 index 0000000..b222134 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other/shed/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:well/wells/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:shed", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other/small_pillager_tower/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other/small_pillager_tower/start_pool.json new file mode 100644 index 0000000..d8d3c7a --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other/small_pillager_tower/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:small_pillager_tower/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:small_pillager_tower", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other/small_ship/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other/small_ship/start_pool.json new file mode 100644 index 0000000..5a31e75 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other/small_ship/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:smallship/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:small_ship", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other/sunzi_gate/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other/sunzi_gate/start_pool.json new file mode 100644 index 0000000..b308d9c --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other/sunzi_gate/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:sunzi_gate/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:sunzi_gate", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/bee_dome/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/bee_dome/start_pool.json new file mode 100644 index 0000000..b85e228 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/bee_dome/start_pool.json @@ -0,0 +1,41 @@ +{ + // More info on template pools can be found here: https://minecraft.gamepedia.com/Custom_world_generation#JSON_format_8 + // Yes, worldgen json files can have comments. Minecraft does "lenient" parsing of these json files. + + // This is the name of the template pool itself. I tend to just put the file path and file name here with modid. + "name": "mvs:bee_dome/start_pool", + + // The template pool to refer to if the entries in 'elements' fails to generate. + "fallback": "minecraft:empty", + + // Here you can list as many nbt files or placed features to spawn. + // Do note that placed features needs a special element entry stuff. + "elements": [ + { + + // How likely out of all the element for this one to be chosen. + "weight": 1, + "element": { + + // The Identifier of the nbt file itself of the structure piece. + // Note, this will automatically check into the 'structures' folder for the nbt file. + // The final path would look like 'resources/data/structure_tutorial/structures/run_down_house_left_side.nbt' + // The Jigsaw block in the structure will point to side_pool.json to spawn the other half of the house. + "location": "mvs:other_decoration/bee_dome", + + // Processor JSON files can be used to randomize or replace blocks dynamically. Here, we don't do any of that. + "processors": "minecraft:empty", + + // If set to 'terrain_matching', the house would be deformed to fit the change in land. + // That's best for roads so lets stay 'rigid' for now. + "projection": "rigid", + + // The kind of element we are spawning. This one is most likely what you want. + // There's 'minecraft:legacy_single_pool_element' but that swaps the behavior of + // Air and Structure Void in your piece as well as change the attachment mechanism. + // It's only for old Vanilla Jigsaw Structures so don't use it. Stick with non-legacy. + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/bench.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/bench.json new file mode 100644 index 0000000..4325933 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/bench.json @@ -0,0 +1,78 @@ +{ + "name": "mvs:bench", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:other_decoration/large_bench", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + }, + { + + "weight": 1, + "element": { + + "location": "mvs:other_decoration/medium_bench", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + }, + { + + "weight": 1, + "element": { + + "location": "mvs:other_decoration/small_bench_1", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + }, + { + + "weight": 1, + "element": { + + "location": "mvs:other_decoration/small_bench_2", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + }, + { + + "weight": 1, + "element": { + + "location": "mvs:other_decoration/small_bench_3", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/campsite/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/campsite/start_pool.json new file mode 100644 index 0000000..3c7bf62 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/campsite/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:campsite/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:other_decoration/campsite", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/crimson_enchanting_table/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/crimson_enchanting_table/start_pool.json new file mode 100644 index 0000000..9b4b690 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/crimson_enchanting_table/start_pool.json @@ -0,0 +1,41 @@ +{ + // More info on template pools can be found here: https://minecraft.gamepedia.com/Custom_world_generation#JSON_format_8 + // Yes, worldgen json files can have comments. Minecraft does "lenient" parsing of these json files. + + // This is the name of the template pool itself. I tend to just put the file path and file name here with modid. + "name": "mvs:crimson_enchanting_table/start_pool", + + // The template pool to refer to if the entries in 'elements' fails to generate. + "fallback": "minecraft:empty", + + // Here you can list as many nbt files or placed features to spawn. + // Do note that placed features needs a special element entry stuff. + "elements": [ + { + + // How likely out of all the element for this one to be chosen. + "weight": 1, + "element": { + + // The Identifier of the nbt file itself of the structure piece. + // Note, this will automatically check into the 'structures' folder for the nbt file. + // The final path would look like 'resources/data/structure_tutorial/structures/run_down_house_left_side.nbt' + // The Jigsaw block in the structure will point to side_pool.json to spawn the other half of the house. + "location": "mvs:other_decoration/crimson_enchanting_table", + + // Processor JSON files can be used to randomize or replace blocks dynamically. Here, we don't do any of that. + "processors": "minecraft:empty", + + // If set to 'terrain_matching', the house would be deformed to fit the change in land. + // That's best for roads so lets stay 'rigid' for now. + "projection": "rigid", + + // The kind of element we are spawning. This one is most likely what you want. + // There's 'minecraft:legacy_single_pool_element' but that swaps the behavior of + // Air and Structure Void in your piece as well as change the attachment mechanism. + // It's only for old Vanilla Jigsaw Structures so don't use it. Stick with non-legacy. + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/desert_pump/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/desert_pump/start_pool.json new file mode 100644 index 0000000..354e0c9 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/desert_pump/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:desert_pump/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:other_decoration/desert_pump", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/duck/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/duck/start_pool.json new file mode 100644 index 0000000..c4f229a --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/duck/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:duck/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:other_decoration/duck", + + "processors": "mvs:stone_to_diamond", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/end_scraps/end_scraps_1/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/end_scraps/end_scraps_1/start_pool.json new file mode 100644 index 0000000..04d1737 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/end_scraps/end_scraps_1/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:end_scraps_1/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:other_decoration/end_scraps/end_scraps_1", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/end_scraps/end_scraps_2/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/end_scraps/end_scraps_2/start_pool.json new file mode 100644 index 0000000..ecf78b0 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/end_scraps/end_scraps_2/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:end_scraps_2/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:other_decoration/end_scraps/end_scraps_2", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/end_scraps/end_scraps_3/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/end_scraps/end_scraps_3/start_pool.json new file mode 100644 index 0000000..b56282f --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/end_scraps/end_scraps_3/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:end_scraps_3/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:other_decoration/end_scraps/end_scraps_3", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/end_scraps/end_scraps_4/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/end_scraps/end_scraps_4/start_pool.json new file mode 100644 index 0000000..5140ecf --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/end_scraps/end_scraps_4/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:end_scraps_4/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:other_decoration/end_scraps/end_scraps_4", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/fire_camp/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/fire_camp/start_pool.json new file mode 100644 index 0000000..b0bffa8 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/fire_camp/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:fire_camp/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:other_decoration/fire_camp", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/fox_hut/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/fox_hut/start_pool.json new file mode 100644 index 0000000..e16af33 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/fox_hut/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:fox_hut/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:other_decoration/fox_hut", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/haystack.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/haystack.json new file mode 100644 index 0000000..0bfdedb --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/haystack.json @@ -0,0 +1,36 @@ +{ + "name": "mvs:haystack", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:other_decoration/haystack", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + }, + { + + "weight": 1, + "element": { + + "location": "mvs:other_decoration/small_haystack", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/horse_campsite.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/horse_campsite.json new file mode 100644 index 0000000..d1ad61f --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/horse_campsite.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:horse_campsite", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:other_decoration/small_horse_campsite", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/lamp_chest/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/lamp_chest/start_pool.json new file mode 100644 index 0000000..d520f9f --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/lamp_chest/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:lamp_chest/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:other_decoration/lamp_chest", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/lecturn_garden/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/lecturn_garden/start_pool.json new file mode 100644 index 0000000..6dfd2eb --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/lecturn_garden/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:lecturn_garden/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:other_decoration/lecturn_garden", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/mine_with_campsite/side_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/mine_with_campsite/side_pool.json new file mode 100644 index 0000000..e575b7d --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/mine_with_campsite/side_pool.json @@ -0,0 +1,18 @@ +{ + // More info on template pools can be found here: https://minecraft.gamepedia.com/Custom_world_generation#JSON_format_8 + // Yes, worldgen json files can have comments. Minecraft does "lenient" parsing of these json files. + + "name": "mvs:mine_with_campsite/side_pool", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "location": "mvs:houses/mine_with_campsite_lower", + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/mine_with_campsite/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/mine_with_campsite/start_pool.json new file mode 100644 index 0000000..e7f9503 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/mine_with_campsite/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:mine_with_campsite/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:other_decoration/mine_with_campsite", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/mushroom_statue/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/mushroom_statue/start_pool.json new file mode 100644 index 0000000..e4435af --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/mushroom_statue/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:mushroom_statue/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:other_decoration/mushroom_statue", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/nether_devil/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/nether_devil/start_pool.json new file mode 100644 index 0000000..f513ad4 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/nether_devil/start_pool.json @@ -0,0 +1,41 @@ +{ + // More info on template pools can be found here: https://minecraft.gamepedia.com/Custom_world_generation#JSON_format_8 + // Yes, worldgen json files can have comments. Minecraft does "lenient" parsing of these json files. + + // This is the name of the template pool itself. I tend to just put the file path and file name here with modid. + "name": "mvs:nether_devil/start_pool", + + // The template pool to refer to if the entries in 'elements' fails to generate. + "fallback": "minecraft:empty", + + // Here you can list as many nbt files or placed features to spawn. + // Do note that placed features needs a special element entry stuff. + "elements": [ + { + + // How likely out of all the element for this one to be chosen. + "weight": 1, + "element": { + + // The Identifier of the nbt file itself of the structure piece. + // Note, this will automatically check into the 'structures' folder for the nbt file. + // The final path would look like 'resources/data/structure_tutorial/structures/run_down_house_left_side.nbt' + // The Jigsaw block in the structure will point to side_pool.json to spawn the other half of the house. + "location": "mvs:other_decoration/nether_devil", + + // Processor JSON files can be used to randomize or replace blocks dynamically. Here, we don't do any of that. + "processors": "minecraft:empty", + + // If set to 'terrain_matching', the house would be deformed to fit the change in land. + // That's best for roads so lets stay 'rigid' for now. + "projection": "rigid", + + // The kind of element we are spawning. This one is most likely what you want. + // There's 'minecraft:legacy_single_pool_element' but that swaps the behavior of + // Air and Structure Void in your piece as well as change the attachment mechanism. + // It's only for old Vanilla Jigsaw Structures so don't use it. Stick with non-legacy. + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/pile.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/pile.json new file mode 100644 index 0000000..2466de0 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/pile.json @@ -0,0 +1,50 @@ +{ + "name": "mvs:pile", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:other_decoration/mixed_pile", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + }, + { + + "weight": 1, + "element": { + + "location": "mvs:other_decoration/pumpkin_pile", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + }, + { + + "weight": 1, + "element": { + + "location": "mvs:other_decoration/small_pumpkin_pile", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/snowy_dog_hut.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/snowy_dog_hut.json new file mode 100644 index 0000000..102b44f --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/snowy_dog_hut.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:snowy_dog_hut.json", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:other_decoration/snowy_dog_hut", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/snowy_fossil.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/snowy_fossil.json new file mode 100644 index 0000000..b5848c4 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/snowy_fossil.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:snowy_fossil", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:other_decoration/snowy_medium_fossil", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/stone_bee/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/stone_bee/start_pool.json new file mode 100644 index 0000000..de71597 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/stone_bee/start_pool.json @@ -0,0 +1,41 @@ +{ + // More info on template pools can be found here: https://minecraft.gamepedia.com/Custom_world_generation#JSON_format_8 + // Yes, worldgen json files can have comments. Minecraft does "lenient" parsing of these json files. + + // This is the name of the template pool itself. I tend to just put the file path and file name here with modid. + "name": "mvs:stone_bee/start_pool", + + // The template pool to refer to if the entries in 'elements' fails to generate. + "fallback": "minecraft:empty", + + // Here you can list as many nbt files or placed features to spawn. + // Do note that placed features needs a special element entry stuff. + "elements": [ + { + + // How likely out of all the element for this one to be chosen. + "weight": 1, + "element": { + + // The Identifier of the nbt file itself of the structure piece. + // Note, this will automatically check into the 'structures' folder for the nbt file. + // The final path would look like 'resources/data/structure_tutorial/structures/run_down_house_left_side.nbt' + // The Jigsaw block in the structure will point to side_pool.json to spawn the other half of the house. + "location": "mvs:other_decoration/stone_bee", + + // Processor JSON files can be used to randomize or replace blocks dynamically. Here, we don't do any of that. + "processors": "mvs:waterlogging_fix_processor", + + // If set to 'terrain_matching', the house would be deformed to fit the change in land. + // That's best for roads so lets stay 'rigid' for now. + "projection": "rigid", + + // The kind of element we are spawning. This one is most likely what you want. + // There's 'minecraft:legacy_single_pool_element' but that swaps the behavior of + // Air and Structure Void in your piece as well as change the attachment mechanism. + // It's only for old Vanilla Jigsaw Structures so don't use it. Stick with non-legacy. + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/villager_statue/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/villager_statue/start_pool.json new file mode 100644 index 0000000..b329c99 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/villager_statue/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:villager_statue/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:other_decoration/villager_statue", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/wheat_grain_bin.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/wheat_grain_bin.json new file mode 100644 index 0000000..ed15725 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/wheat_grain_bin.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:wheat_grain_bin", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:other_decoration/wheat_grain_bin", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/windmill.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/windmill.json new file mode 100644 index 0000000..031d00e --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/windmill.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:windmill", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:other_decoration/small_windmill", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/wooden_wheat_farm.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/wooden_wheat_farm.json new file mode 100644 index 0000000..5eab363 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/wooden_wheat_farm.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:wooden_wheat_farm", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:other_decoration/wooden_wheat_farm", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/out_house/side_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/out_house/side_pool.json new file mode 100644 index 0000000..5c04fa1 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/out_house/side_pool.json @@ -0,0 +1,18 @@ +{ + // More info on template pools can be found here: https://minecraft.gamepedia.com/Custom_world_generation#JSON_format_8 + // Yes, worldgen json files can have comments. Minecraft does "lenient" parsing of these json files. + + "name": "mvs:out_house/side_pool", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "location": "mvs:out_house/out_house_lower", + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/out_house/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/out_house/start_pool.json new file mode 100644 index 0000000..cd0b4f5 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/out_house/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:out_house/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:out_house/out_house", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/ruins/castle_ruins/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/ruins/castle_ruins/start_pool.json new file mode 100644 index 0000000..8c92b8b --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/ruins/castle_ruins/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:castle_ruins/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:ruins/castle_ruins", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/ruins/log_ruin/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/ruins/log_ruin/start_pool.json new file mode 100644 index 0000000..1196871 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/ruins/log_ruin/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:log_ruin/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:ruins/log_ruin", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/ruins/ruined_beacon/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/ruins/ruined_beacon/start_pool.json new file mode 100644 index 0000000..04a0764 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/ruins/ruined_beacon/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:ruined_beacon/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:ruins/ruined_beacon", + + "processors": "mvs:tuff_to_iron", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/ruins/small_ruin/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/ruins/small_ruin/start_pool.json new file mode 100644 index 0000000..6180f25 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/ruins/small_ruin/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:small_ruin/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:ruins/small_ruin", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/ruins/statue_ruins/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/ruins/statue_ruins/start_pool.json new file mode 100644 index 0000000..3a5222a --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/ruins/statue_ruins/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:statue_ruins/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:ruins/statue_ruins", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/ruins/stone_pillars/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/ruins/stone_pillars/start_pool.json new file mode 100644 index 0000000..dcefab0 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/ruins/stone_pillars/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:stone_pillars/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:ruins/stone_pillars", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/ruins/tree_monument/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/ruins/tree_monument/start_pool.json new file mode 100644 index 0000000..934acb3 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/ruins/tree_monument/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:tree_monument/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:ruins/tree_monument", + + "processors": "mvs:tuff_to_ores", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/stall/blue_stall/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/stall/blue_stall/start_pool.json new file mode 100644 index 0000000..308b4fd --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/stall/blue_stall/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:blue_stall/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:stall/blue_stall", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/stall/orange_stall/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/stall/orange_stall/start_pool.json new file mode 100644 index 0000000..c844345 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/stall/orange_stall/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:orange_stall/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:stall/orange_stall", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/stall/pink_stall/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/stall/pink_stall/start_pool.json new file mode 100644 index 0000000..db8e101 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/stall/pink_stall/start_pool.json @@ -0,0 +1,23 @@ +{ + "name": "mvs:pink_stall/start_pool", + + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:stall/pink_stall", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/stall/red_stall/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/stall/red_stall/start_pool.json new file mode 100644 index 0000000..68765f3 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/stall/red_stall/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:red_stall/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:stall/red_stall", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/stone_fountain/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/stone_fountain/start_pool.json new file mode 100644 index 0000000..539641e --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/stone_fountain/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:stone_fountain/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:stone_fountain", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/rare_well/side_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/rare_well/side_pool.json new file mode 100644 index 0000000..210da13 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/rare_well/side_pool.json @@ -0,0 +1,18 @@ +{ + // More info on template pools can be found here: https://minecraft.gamepedia.com/Custom_world_generation#JSON_format_8 + // Yes, worldgen json files can have comments. Minecraft does "lenient" parsing of these json files. + + "name": "mvs:well/side_pool", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "location": "mvs:well/rare_well/rare_well_lower", + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/rare_well/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/rare_well/start_pool.json new file mode 100644 index 0000000..6ce1f3b --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/rare_well/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:rare_well/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:well/rare_well/rare_well_upper", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/small_copper_well/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/small_copper_well/start_pool.json new file mode 100644 index 0000000..10be8fd --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/small_copper_well/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:small_copper_well/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:well/small_copper_well", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/small_tower_well.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/small_tower_well.json new file mode 100644 index 0000000..27254e8 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/small_tower_well.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:small_tower_well", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:well/small_tower_well", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/small_well/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/small_well/start_pool.json new file mode 100644 index 0000000..8076b92 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/small_well/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:small_well/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:well/small_well", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/well/side_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/well/side_pool.json new file mode 100644 index 0000000..df778c7 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/well/side_pool.json @@ -0,0 +1,28 @@ +{ + // More info on template pools can be found here: https://minecraft.gamepedia.com/Custom_world_generation#JSON_format_8 + // Yes, worldgen json files can have comments. Minecraft does "lenient" parsing of these json files. + + "name": "mvs:well/side_pool", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 1, + "element": { + "location": "mvs:well/well_lower", + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + }, + { + + "weight": 1, + "element": { + "location": "mvs:well/well_lower_no_chest", + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/well/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/well/start_pool.json new file mode 100644 index 0000000..a745ca8 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/well/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:well/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:well/well_upper", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/wells/acacia_well/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/wells/acacia_well/start_pool.json new file mode 100644 index 0000000..79b8dcb --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/wells/acacia_well/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:acacia_well/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:well/wells/acacia_well", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/wells/birch_well/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/wells/birch_well/start_pool.json new file mode 100644 index 0000000..f156cae --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/wells/birch_well/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:birch_well/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:well/wells/birch_well", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/wells/dark_oak_well/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/wells/dark_oak_well/start_pool.json new file mode 100644 index 0000000..c936e0d --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/wells/dark_oak_well/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:dark_oak_well/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:well/wells/dark_oak_well", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/wells/desert_well/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/wells/desert_well/start_pool.json new file mode 100644 index 0000000..eb3f612 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/wells/desert_well/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:desert_well/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:well/wells/desert_well", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/wells/end_well/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/wells/end_well/start_pool.json new file mode 100644 index 0000000..28ccfc7 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/wells/end_well/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:end_well/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:well/wells/end_well", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/wells/jungle_well/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/wells/jungle_well/start_pool.json new file mode 100644 index 0000000..4a73d51 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/wells/jungle_well/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:jungle_well/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:well/wells/jungle_well", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/wells/mushroom_well/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/wells/mushroom_well/start_pool.json new file mode 100644 index 0000000..d73272a --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/wells/mushroom_well/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:mushroom_well/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:well/wells/mushroom_well", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/wells/nether_well/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/wells/nether_well/start_pool.json new file mode 100644 index 0000000..43e1099 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/wells/nether_well/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:nether_well/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:well/wells/nether_well", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/wells/oak_well/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/wells/oak_well/start_pool.json new file mode 100644 index 0000000..2753233 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/wells/oak_well/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:oak_well/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:well/wells/oak_well", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/wells/rocky_well/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/wells/rocky_well/start_pool.json new file mode 100644 index 0000000..cb4991b --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/wells/rocky_well/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:rocky_well/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:well/wells/rocky_well", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/wells/snowy_well/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/wells/snowy_well/start_pool.json new file mode 100644 index 0000000..5b52580 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/wells/snowy_well/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:snowy_well/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:well/wells/snowy_well", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/wells/spruce_well/start_pool.json b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/wells/spruce_well/start_pool.json new file mode 100644 index 0000000..b716cc8 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/wells/spruce_well/start_pool.json @@ -0,0 +1,22 @@ +{ + "name": "mvs:spruce_well/start_pool", + + "fallback": "minecraft:empty", + + "elements": [ + { + + "weight": 1, + "element": { + + "location": "mvs:well/wells/spruce_well", + + "processors": "minecraft:empty", + + "projection": "rigid", + + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/icon.png b/global_packs/required_data/MVS-ConfigPack-1.19+/icon.png new file mode 100644 index 0000000..cf0dced Binary files /dev/null and b/global_packs/required_data/MVS-ConfigPack-1.19+/icon.png differ diff --git a/global_packs/required_data/MVS-ConfigPack-1.19+/pack.mcmeta b/global_packs/required_data/MVS-ConfigPack-1.19+/pack.mcmeta new file mode 100644 index 0000000..fd07300 --- /dev/null +++ b/global_packs/required_data/MVS-ConfigPack-1.19+/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "description": "Moog's Voyager Structures config pack", + "pack_format": 12 + } +} diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/arceus/arceus.animation.json b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/arceus/arceus.animation.json new file mode 100644 index 0000000..dff8c32 --- /dev/null +++ b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/arceus/arceus.animation.json @@ -0,0 +1,465 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.arceus.ground_idle": { + "loop": true, + "animation_length": 3, + "bones": { + "tail": { + "rotation": { + "0.0": [12.5, 0, 0], + "1.5": [7.5, 0, 0], + "3.0": [12.5, 0, 0] + } + }, + "front_leg_left": { + "rotation": [5, 0, 0] + }, + "BottomLegFL": { + "rotation": [5, 0, 0] + }, + "front_leg_right": { + "rotation": [-10, 0, 0] + }, + "bottomLegFR": { + "rotation": [5, 0, 0] + }, + "back_leg_left": { + "rotation": [10, 0, 0] + }, + "BottomLegBL": { + "rotation": [-7.5, 0, 0] + }, + "back_leg_right": { + "rotation": [7.5, 0, 0] + }, + "BottomLegBR": { + "rotation": [-7.5, 0, 0] + }, + "neck": { + "rotation": [7.5, 0, 0] + }, + "neck_upper": { + "rotation": { + "0.0": [-6.67, 0, 0], + "3.0": [-6.67, 0, 0] + }, + "position": [0, -1, 0] + }, + "head": { + "rotation": { + "0.0": [10, 0, 0], + "1.5": [7.5, 0, 0], + "3.0": [10, 0, 0] + }, + "position": [0, -0.7, 0] + }, + "head_tail": { + "rotation": [-7.5, 0, 0] + }, + "head_tail_2": { + "rotation": [-10, 0, 0] + }, + "head_tail_3": { + "rotation": [-7.5, 0, 0] + }, + "head_tail_4": { + "rotation": [22.5, 0, 0] + }, + "tail_piece_1": { + "rotation": [-27.5, 0, 0], + "position": [0, 0, -1.5] + }, + "tail_piece_2": { + "rotation": [45, 0, 0], + "position": [0, 0, -1.5] + }, + "tail_piece_3": { + "rotation": [-30, 0, 0], + "position": [0, 0, -0.5] + }, + "arceus": { + "position": [0, -1.1, 0] + } + } + }, + "animation.arceus.ground_walk": { + "loop": true, + "animation_length": 2.6667, + "bones": { + "arceus": { + "rotation": { + "0.0": [0, 0, 0], + "0.9444": [5, 0, 0], + "2.6667": [0, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [5, 0, 0], + "2.0": [-5, 0, 0], + "2.6667": [0, 0, 0] + } + }, + "front_leg_left": { + "rotation": { + "0.0": [-55, 0, 0], + "0.4444": [-15, 0, 0], + "0.6667": [-5, 0, 0], + "0.8611": [7.5, 0, 0], + "1.0833": [10, 0, 0], + "1.3333": [5, 0, 0], + "1.5833": [-7.5, 0, 0], + "1.8056": [-55, 0, 0], + "2.0": [-85, 0, 0], + "2.2222": [-62.5, 0, 0], + "2.4444": [-50, 0, 0], + "2.6667": [-55, 0, 0] + } + }, + "BottomLegFL": { + "rotation": { + "0.0": [32.5, 0, 0], + "0.2222": [-2.5, 0, 0], + "0.4444": [5, 0, 0], + "0.8611": [0, 0, 0], + "1.0833": [10, 0, 0], + "1.3333": [42.5, 0, 0], + "1.5833": [57.5, 0, 0], + "1.8056": [87.5, 0, 0], + "2.0": [107.5, 0, 0], + "2.2222": [62.5, 0, 0], + "2.4444": [47.5, 0, 0], + "2.6667": [32.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "2.0": [0, 0, 2], + "2.2222": [0, 0, 0], + "2.6667": [0, 0, 0] + } + }, + "front_leg_right": { + "rotation": { + "0.0": [-12.5, 0, 0], + "0.2222": [-5, 0, 0], + "0.4444": [7.5, 0, 0], + "0.6667": [15, 0, 0], + "0.8611": [-5, 0, 0], + "1.0833": [-10, 0, 0], + "1.3333": [-42.5, 0, 0], + "1.5833": [-70, 0, 0], + "1.8056": [-85, 0, 0], + "2.0": [-80, 0, 0], + "2.2222": [-50, 0, 0], + "2.4444": [-17.5, 0, 0], + "2.6667": [-12.5, 0, 0] + } + }, + "bottomLegFR": { + "rotation": { + "0.0": [7.5, 0, 0], + "0.2222": [2.5, 0, 0], + "0.4444": [22.5, 0, 0], + "0.8611": [67.5, 0, 0], + "1.0833": [85, 0, 0], + "2.0": [40, 0, 0], + "2.2222": [5, 0, 0], + "2.6667": [7.5, 0, 0] + } + }, + "back_leg_left": { + "rotation": { + "0.0": [12.5, 0, 0], + "0.2222": [32.5, 0, 0], + "0.4444": [47.5, 0, 0], + "0.6667": [45, 0, 0], + "1.0833": [37.5, 0, 0], + "1.3333": [35, 0, 0], + "1.5833": [27.5, 0, 0], + "1.8056": [5, 0, 0], + "2.0": [-10, 0, 0], + "2.2222": [0, 0, 0], + "2.6667": [12.5, 0, 0] + } + }, + "BottomLegBL": { + "rotation": { + "0.0": [-10, 0, 0], + "0.2222": [-20, 0, 0], + "0.4444": [-32.5, 0, 0], + "0.6667": [-47.5, 0, 0], + "0.8611": [-60, 0, 0], + "1.5833": [-47.5, 0, 0], + "2.0": [-7.5, 0, 0], + "2.2222": [-15, 0, 0], + "2.4444": [0, 0, 0], + "2.6667": [-10, 0, 0] + } + }, + "back_leg_right": { + "rotation": { + "0.0": [52.5, 0, 0], + "0.4444": [45, 0, 0], + "0.6667": [42.5, 0, 0], + "1.0833": [35, 0, 0], + "1.3333": [32.5, 0, 0], + "1.5833": [22.5, 0, 0], + "1.8056": [10, 0, 0], + "2.0": [15, 0, 0], + "2.2222": [20, 0, 0], + "2.4444": [32.5, 0, 0], + "2.6667": [52.5, 0, 0] + } + }, + "BottomLegBR": { + "rotation": { + "0.0": [-15, 0, 0], + "0.2222": [-22.5, 0, 0], + "0.4444": [-40, 0, 0], + "0.6667": [-57.5, 0, 0], + "0.8611": [-75, 0, 0], + "1.5833": [-62.5, 0, 0], + "1.8056": [-25, 0, 0], + "2.0": [-10, 0, 0], + "2.2222": [-5, 0, 0], + "2.4444": [0, 0, 0], + "2.6667": [-15, 0, 0] + } + }, + "neck": { + "rotation": { + "0.0": [2.5, 0, 0], + "1.3333": [10, 0, 0], + "2.6667": [3.15, 0, 0] + } + }, + "neck_upper": { + "rotation": [0, 0, 0] + }, + "head": { + "rotation": [10, 0, 0], + "position": [0, -0.7, 0] + }, + "head_tail_2": { + "rotation": { + "0.0": [0, 0, 0], + "0.7778": [5, 0, 0], + "1.7778": [-12.5, 0, 0], + "2.6667": [0, 0, 0] + } + }, + "head_tail_3": { + "rotation": { + "0.0": [0, 0, 0], + "0.7778": [5, 0, 0], + "1.7778": [-5, 0, 0], + "2.6667": [0, 0, 0] + } + }, + "head_tail_4": { + "rotation": { + "0.0": [0, 0, 0], + "0.7778": [-5, 0, 0], + "1.7778": [-15, 0, 0], + "2.6667": [0, 0, 0] + }, + "position": [0, 0, -1] + }, + "tail_piece_1": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [5, 0, 0], + "2.0": [-5, 0, 0], + "2.6667": [0, 0, 0] + } + }, + "tail_piece_2": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [5, 0, 0], + "2.0": [-5, 0, 0], + "2.6667": [0, 0, 0] + } + }, + "tail_piece_3": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [-5, 0, 0], + "2.0": [5, 0, 0], + "2.6667": [0, 0, 0] + } + } + } + }, + "animation.arceus.faint": { + "animation_length": 4.25, + "bones": { + "arceus": { + "rotation": { + "0.0": [0, 0, 0], + "3.0": [7.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "3.0": [0, -2.1, 0], + "4.25": [0, 9.9, 0] + } + }, + "front_leg_left": { + "rotation": { + "0.0": [-15, 0, 0], + "2.75": [-44.37, 0, 0], + "3.0": [-22.5, 0, 0], + "4.0": [-53.5, 0, 0] + }, + "position": [0, 0, 0] + }, + "BottomLegFL": { + "rotation": { + "0.0": [15, 0, 0], + "4.0": [60, 0, 0] + }, + "position": [0, 0, 0] + }, + "front_leg_right": { + "rotation": { + "0.0": [2.5, 0, 0], + "3.0": [-7.5, 0, 0], + "4.0": [-27.5, 0, 0] + }, + "position": [0, 0, 0] + }, + "bottomLegFR": { + "rotation": { + "0.0": [7.5, 0, 0], + "3.0": [20, 0, 0], + "4.0": [46, 0, 0] + }, + "position": [0, 0, 0] + }, + "torso": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "tail": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [15, 0, 0], + "2.0": [62.5, 0, 0], + "4.0": [-10, 0, 0] + }, + "position": [0, 0, 0] + }, + "tail_piece_1": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [7.5, 0, 0], + "4.0": [-7.5, 0, 0] + }, + "position": [0, 0, 0] + }, + "tail_piece_2": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [7.5, 0, 0], + "4.0": [-12.5, 0, 0] + }, + "position": [0, 0, 0] + }, + "tail_piece_3": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [10, 0, 0], + "4.0": [-5, 0, 0] + }, + "position": [0, 0, 0] + }, + "ring": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "back_leg_left": { + "rotation": { + "0.0": [5, 0, 0], + "3.0": [-5, 0, 0] + }, + "position": [0, 0, 0] + }, + "BottomLegBL": { + "rotation": [-5, 0, 0], + "position": [0, 0, 0] + }, + "back_leg_right": { + "rotation": [5, 0, 0], + "position": [0, 0, 0] + }, + "BottomLegBR": { + "rotation": [-5, 0, 0], + "position": [0, 0, 0] + }, + "neck": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "neck_upper": { + "rotation": { + "0.0": [0, 0, 0], + "4.0": [20, 0, 0] + }, + "position": [0, 0, 0] + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [-47.5, 0, 0], + "2.0": [-67.5, 0, 0], + "4.0": [30, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "4.0": [0, -2.1, 0.6] + } + }, + "head_tail": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [15, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 0, -1.1] + } + }, + "head_tail_2": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [12.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 0, -0.8] + } + }, + "head_tail_3": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [10, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 0, -0.5] + } + }, + "head_tail_4": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [10, 0, 0] + }, + "position": [0, 0, 0] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/hooh/hooh.animation.json b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/hooh/hooh.animation.json new file mode 100644 index 0000000..b3cd230 --- /dev/null +++ b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/hooh/hooh.animation.json @@ -0,0 +1,638 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.hooh.ground_idle": { + "loop": true, + "animation_length": 1.5, + "bones": { + "l_leg": { + "rotation": [65, 0, 0] + }, + "left_wing": { + "rotation": [7.5, 10, 85], + "position": [2, 0, 0] + }, + "l_wing1": { + "rotation": [0, -77.5, 0] + }, + "l_wing2": { + "rotation": [0, -30, 0] + }, + "l_wing3": { + "rotation": [0, -37.5, 0] + }, + "body": { + "rotation": [-45, 0, 0], + "position": [0, 11, 0] + }, + "neck": { + "rotation": { + "0.0": [-22.5, 0, 0], + "0.75": [-20, 0, 0], + "1.5": [-22.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 2], + "1.5": [0, 0, 2] + } + }, + "neck2": { + "rotation": [17.5, 0, 0], + "position": [0, 0, 1] + }, + "neck3": { + "rotation": [20, 0, 0], + "position": [0, 0, 1] + }, + "head": { + "rotation": [47.5, 0, 0], + "position": [0, 3, 0] + }, + "right_wing": { + "rotation": [7.5, -10, -85], + "position": [-2, 0, 0] + }, + "r_wing1": { + "rotation": [0, 77.5, 0] + }, + "r_wing2": { + "rotation": [0, 30, 0] + }, + "r_leg": { + "rotation": [65, 0, 0] + }, + "ho_oh": { + "position": [0, -4, 0] + }, + "lower_l_leg": { + "rotation": { + "0.0": [-20, 0, 0], + "1.5": [-20, 0, 0] + } + }, + "lower_r_leg": { + "rotation": [-20, 0, 0] + }, + "tail": { + "rotation": [12.5, 0, 0], + "position": [0, 1, -2] + }, + "r_wing3": { + "rotation": [0, 37.5, 0] + } + } + }, + "animation.hooh.faint": { + "loop": true, + "animation_length": 1.5, + "bones": { + "l_leg": { + "rotation": [65, 0, 0] + }, + "left_wing": { + "rotation": [7.5, 10, 85], + "position": [2, 0, 0] + }, + "l_wing1": { + "rotation": [0, -77.5, 0] + }, + "l_wing2": { + "rotation": [0, -30, 0] + }, + "l_wing3": { + "rotation": [0, -37.5, 0] + }, + "body": { + "rotation": [-45, 0, 0], + "position": [0, 11, 0] + }, + "neck": { + "rotation": { + "0.0": [-22.5, 0, 0], + "0.75": [-20, 0, 0], + "1.5": [-22.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 2], + "1.5": [0, 0, 2] + } + }, + "neck2": { + "rotation": [17.5, 0, 0], + "position": [0, 0, 1] + }, + "neck3": { + "rotation": [20, 0, 0], + "position": [0, 0, 1] + }, + "head": { + "rotation": [47.5, 0, 0], + "position": [0, 3, 0] + }, + "right_wing": { + "rotation": [7.5, -10, -85], + "position": [-2, 0, 0] + }, + "r_wing1": { + "rotation": [0, 77.5, 0] + }, + "r_wing2": { + "rotation": [0, 30, 0] + }, + "r_leg": { + "rotation": [65, 0, 0] + }, + "ho_oh": { + "position": [0, -4, 0] + }, + "lower_l_leg": { + "rotation": { + "0.0": [-20, 0, 0], + "1.5": [-20, 0, 0] + } + }, + "lower_r_leg": { + "rotation": [-20, 0, 0] + }, + "tail": { + "rotation": [12.5, 0, 0], + "position": [0, 1, -2] + }, + "r_wing3": { + "rotation": [0, 37.5, 0] + } + } + }, + "animation.hooh.ground_walk": { + "loop": true, + "animation_length": 1.5, + "bones": { + "l_leg": { + "rotation": { + "0.0": [107.5, 0, 0], + "0.25": [117.5, 0, 0], + "0.75": [15, 0, 0], + "1.0": [-5, 0, 0], + "1.25": [80, 0, 0], + "1.5": [107.5, 0, 0] + } + }, + "left_wing": { + "rotation": [7.5, 10, 85], + "position": [2, 0, 0] + }, + "l_wing1": { + "rotation": [0, -77.5, 0] + }, + "l_wing2": { + "rotation": [0, -30, 0] + }, + "l_wing3": { + "rotation": [0, -37.5, 0] + }, + "body": { + "rotation": { + "0.0": [-45, 0, 0], + "1.5": [-45, 0, 0] + }, + "position": { + "0.0": [0, 11, 0], + "0.75": [0, 9, 0], + "1.5": [0, 11, 0] + } + }, + "neck": { + "rotation": { + "0.0": [-22.57734, 4.61854, -1.91757], + "0.75": [-22.57734, -4.61854, 1.91757], + "1.5": [-22.57734, 4.61854, -1.91757] + }, + "position": [0, 0, 2] + }, + "neck2": { + "rotation": [17.5, 0, 0], + "position": [0, 0, 1] + }, + "neck3": { + "rotation": [20, 0, 0], + "position": [0, 0, 1] + }, + "head": { + "rotation": [47.5, 0, 0], + "position": [0, 3, 0] + }, + "right_wing": { + "rotation": [7.5, -10, -85], + "position": [-2, 0, 0] + }, + "r_wing1": { + "rotation": [0, 77.5, 0] + }, + "r_wing2": { + "rotation": [0, 30, 0] + }, + "r_leg": { + "rotation": { + "0.0": [15, 0, 0], + "0.25": [-5, 0, 0], + "0.5": [80, 0, 0], + "0.75": [107.5, 0, 0], + "1.0": [117.5, 0, 0], + "1.5": [15, 0, 0] + } + }, + "ho_oh": { + "position": [0, -4, 0] + }, + "lower_l_leg": { + "rotation": { + "0.0": [15, 0, 0], + "0.25": [-27.5, 0, 0], + "0.75": [-20, 0, 0], + "1.25": [-30, 0, 0], + "1.5": [15, 0, 0] + } + }, + "lower_r_leg": { + "rotation": { + "0.0": [-20, 0, 0], + "0.5": [-30, 0, 0], + "0.75": [15, 0, 0], + "1.0": [-27.5, 0, 0], + "1.5": [-20, 0, 0] + } + }, + "tail": { + "rotation": [12.5, 0, 0], + "position": [0, 1, -2] + }, + "r_wing3": { + "rotation": [0, 37.5, 0] + }, + "l_foot": { + "rotation": { + "0.0": [-7.5, 0, 0], + "0.75": [37.5, 0, 0], + "1.25": [2.5, 0, 0], + "1.5": [-7.5, 0, 0] + } + }, + "l_fronttoe_1": { + "rotation": { + "0.0": [-22.5, 0, 0], + "0.75": [0, 0, 0], + "1.25": [-7.5, 0, 0], + "1.5": [-22.5, 0, 0] + } + }, + "l_fronttoe_2": { + "rotation": { + "0.0": [-22.5, 0, 0], + "0.75": [0, 0, 0], + "1.25": [-7.5, 0, 0], + "1.5": [-22.5, 0, 0] + } + }, + "l_fronttoe_3": { + "rotation": { + "0.0": [-22.5, 0, 0], + "0.75": [0, 0, 0], + "1.25": [-7.5, 0, 0], + "1.5": [-22.5, 0, 0] + } + }, + "r_foot": { + "rotation": { + "0.0": [37.5, 0, 0], + "0.5": [2.5, 0, 0], + "0.75": [-7.5, 0, 0], + "1.5": [37.5, 0, 0] + } + }, + "r_fronttoe_1": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-7.5, 0, 0], + "0.75": [-22.5, 0, 0], + "1.5": [0, 0, 0] + } + }, + "r_fronttoe_2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-7.5, 0, 0], + "0.75": [-22.5, 0, 0], + "1.5": [0, 0, 0] + } + }, + "r_fronttoe_3": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-7.5, 0, 0], + "0.75": [-22.5, 0, 0], + "1.5": [0, 0, 0] + } + } + } + }, + "animation.hooh.air_idle": { + "loop": true, + "animation_length": 3, + "bones": { + "l_leg": { + "rotation": { + "0.0": [60, 0, 0], + "1.5": [57.5, 0, 0], + "3.0": [60, 0, 0] + } + }, + "l_foot": { + "rotation": [40, 0, 0] + }, + "l_backtoe": { + "rotation": [-80, 0, 0] + }, + "l_fronttoe1": { + "rotation": [70, 0, 0] + }, + "l_fronttoe2": { + "rotation": [70, 0, 0] + }, + "l_fronttoe3": { + "rotation": [70, 0, 0] + }, + "left_wing": { + "rotation": { + "0.0": [0, 0, -47.5], + "0.5": [0, 0, -27.5], + "1.0": [0, 0, 5], + "1.5": [0, 0, 20], + "2.0": [0, 0, 5], + "2.5": [0, 0, -27.5], + "3.0": [0, 0, -47.5] + } + }, + "l_wing1": { + "rotation": { + "0.0": [0, 0, -22.5], + "0.5": [0, 0, -2.5], + "1.0": [0, 0, 20], + "2.0": [0, 0, 20], + "2.5": [0, 0, -2.5], + "3.0": [0, 0, -22.5] + } + }, + "l_wing2": { + "rotation": { + "0.0": [0, 0, -5], + "0.5": [0, 0, -2.5], + "1.0": [0, 0, 12.5], + "2.0": [0, 0, 12.5], + "2.5": [0, 0, -2.5], + "3.0": [0, 0, -5] + } + }, + "l_wing3": { + "rotation": { + "0.0": [0, 0, 20], + "0.5": [0, 0, -7.5], + "1.0": [0, 0, 22.5], + "1.5": [0, 0, 35], + "2.0": [0, 0, 22.5], + "2.5": [0, 0, -7.5], + "3.0": [0, 0, 20] + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "1.5": [2.5, 0, 0], + "3.0": [0, 0, 0] + } + }, + "neck2": { + "rotation": { + "0.0": [0, 0, 0], + "1.5": [2.5, 0, 0], + "3.0": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "1.5": [2.5, 0, 0], + "3.0": [0, 0, 0] + } + }, + "right_wing": { + "rotation": { + "0.0": [0, 0, 47.5], + "0.5": [0, 0, 27.5], + "1.0": [0, 0, -5], + "1.5": [0, 0, -20], + "2.0": [0, 0, -5], + "2.5": [0, 0, 27.5], + "3.0": [0, 0, 47.5] + } + }, + "r_wing1": { + "rotation": { + "0.0": [0, 0, 22.5], + "0.5": [0, 0, 2.5], + "1.0": [0, 0, -20], + "2.0": [0, 0, -20], + "2.5": [0, 0, 2.5], + "3.0": [0, 0, 22.5] + } + }, + "r_wing2": { + "rotation": { + "0.0": [0, 0, 5], + "1.0": [0, 0, -12.5], + "3.0": [0, 0, 5] + } + }, + "r_leg": { + "rotation": { + "0.0": [60, 0, 0], + "1.5": [57.5, 0, 0], + "3.0": [60, 0, 0] + } + }, + "r_foot": { + "rotation": [40, 0, 0] + }, + "r_backtoe": { + "rotation": [-80, 0, 0] + }, + "r_fronttoe1": { + "rotation": [70, 0, 0] + }, + "r_fronttoe_1": { + "rotation": [0, 0, 0] + }, + "r_fronttoe2": { + "rotation": [70, 0, 0] + }, + "r_fronttoe3": { + "rotation": [70, 0, 0] + }, + "r_wing3": { + "rotation": { + "0.0": [0, 0, -20], + "0.5": [0, 0, 7.5], + "1.0": [0, 0, -22.5], + "1.5": [0, 0, -35], + "2.5": [0, 0, 7.5], + "3.0": [0, 0, -20] + } + } + } + }, + "animation.hooh.air_fly": { + "loop": true, + "animation_length": 3, + "bones": { + "l_leg": { + "rotation": [42.5, 0, 0] + }, + "l_foot": { + "rotation": [40, 0, 0] + }, + "l_backtoe": { + "rotation": [-80, 0, 0] + }, + "l_fronttoe1": { + "rotation": [70, 0, 0] + }, + "l_fronttoe2": { + "rotation": [70, 0, 0] + }, + "l_fronttoe3": { + "rotation": [70, 0, 0] + }, + "left_wing": { + "rotation": { + "0.0": [0, 0, -47.5], + "0.5": [0, 0, -27.5], + "1.0": [0, 0, 5], + "1.5": [0, 0, 20], + "2.0": [0, 0, 5], + "2.5": [0, 0, -27.5], + "3.0": [0, 0, -47.5] + } + }, + "l_wing1": { + "rotation": { + "0.0": [0, 0, -22.5], + "0.5": [0, 0, -2.5], + "1.0": [0, 0, 20], + "2.0": [0, 0, 20], + "2.5": [0, 0, -2.5], + "3.0": [0, 0, -22.5] + } + }, + "l_wing2": { + "rotation": { + "0.0": [0, 0, -5], + "0.5": [0, 0, -2.5], + "1.0": [0, 0, 12.5], + "2.0": [0, 0, 12.5], + "2.5": [0, 0, -2.5], + "3.0": [0, 0, -5] + } + }, + "l_wing3": { + "rotation": { + "0.0": [0, 0, 20], + "0.5": [0, 0, -7.5], + "1.0": [0, 0, 22.5], + "1.5": [0, 0, 35], + "2.0": [0, 0, 22.5], + "2.5": [0, 0, -7.5], + "3.0": [0, 0, 20] + } + }, + "neck": { + "rotation": [0, 0, 0] + }, + "neck2": { + "rotation": [17.5, 0, 0] + }, + "head": { + "rotation": [25, 0, 0] + }, + "right_wing": { + "rotation": { + "0.0": [0, 0, 47.5], + "0.5": [0, 0, 27.5], + "1.0": [0, 0, -5], + "1.5": [0, 0, -20], + "2.0": [0, 0, -5], + "2.5": [0, 0, 27.5], + "3.0": [0, 0, 47.5] + } + }, + "r_wing1": { + "rotation": { + "0.0": [0, 0, 22.5], + "0.5": [0, 0, 2.5], + "1.0": [0, 0, -20], + "2.0": [0, 0, -20], + "2.5": [0, 0, 2.5], + "3.0": [0, 0, 22.5] + } + }, + "r_wing2": { + "rotation": { + "0.0": [0, 0, 5], + "1.0": [0, 0, -12.5], + "3.0": [0, 0, 5] + } + }, + "r_leg": { + "rotation": [42.5, 0, 0] + }, + "r_foot": { + "rotation": [40, 0, 0] + }, + "r_backtoe": { + "rotation": [-80, 0, 0] + }, + "r_fronttoe1": { + "rotation": [70, 0, 0] + }, + "r_fronttoe_1": { + "rotation": [0, 0, 0] + }, + "r_fronttoe2": { + "rotation": [70, 0, 0] + }, + "r_fronttoe3": { + "rotation": [70, 0, 0] + }, + "r_wing3": { + "rotation": { + "0.0": [0, 0, -20], + "0.5": [0, 0, 7.5], + "1.0": [0, 0, -22.5], + "1.5": [0, 0, -35], + "2.5": [0, 0, 7.5], + "3.0": [0, 0, -20] + } + }, + "body": { + "rotation": [-40, 0, 0], + "position": { + "0.0": [0, 0, 0], + "1.5": [0, 5, 0], + "3.0": [0, 0, 0] + } + }, + "neck3": { + "rotation": [15, 0, 0] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/hoopa/hoopa.animation.json b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/hoopa/hoopa.animation.json new file mode 100644 index 0000000..2ad72f9 --- /dev/null +++ b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/hoopa/hoopa.animation.json @@ -0,0 +1,175 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.hoopa.ground_idle": { + "loop": true, + "animation_length": 1, + "bones": { + "head": { + "rotation": [-20, 0, 0] + }, + "body": { + "rotation": [0, 0, 0] + }, + "hoopa": { + "rotation": [25, 0, 0], + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 1, 0], + "1.0": [0, 0, 0] + } + }, + "arm_l": { + "rotation": { + "0.0": [0, 0, -35], + "0.5": [0, -1, -35], + "1.0": [0, 0, -35] + } + }, + "arm_r": { + "rotation": { + "0.0": [0, 0, 35], + "0.5": [0, 1, 35], + "1.0": [0, 0, 35] + } + } + } + }, + "animation.hoopa.faint": { + "loop": true, + "animation_length": 1, + "bones": { + "head": { + "rotation": [-20, 0, 0] + }, + "body": { + "rotation": [0, 0, 0] + }, + "hoopa": { + "rotation": [25, 0, 0], + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 1, 0], + "1.0": [0, 0, 0] + } + }, + "arm_l": { + "rotation": { + "0.0": [0, 0, -35], + "0.5": [0, -1, -35], + "1.0": [0, 0, -35] + } + }, + "arm_r": { + "rotation": { + "0.0": [0, 0, 35], + "0.5": [0, 1, 35], + "1.0": [0, 0, 35] + } + } + } + }, + "animation.hoopa.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "head": { + "rotation": [-20, 0, 0] + }, + "body": { + "rotation": [0, 0, 0] + }, + "hoopa": { + "rotation": [25, 0, 0], + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 1, 0], + "1.0": [0, 0, 0] + } + }, + "arm_l": { + "rotation": { + "0.0": [0, 0, -35], + "0.5": [0, -1, -35], + "1.0": [0, 0, -35] + } + }, + "arm_r": { + "rotation": { + "0.0": [0, 0, 35], + "0.5": [0, 1, 35], + "1.0": [0, 0, 35] + } + } + } + }, + "animation.hoopa.air_idle": { + "loop": true, + "animation_length": 1, + "bones": { + "head": { + "rotation": [-20, 0, 0] + }, + "body": { + "rotation": [0, 0, 0] + }, + "hoopa": { + "rotation": [25, 0, 0], + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 1, 0], + "1.0": [0, 0, 0] + } + }, + "arm_l": { + "rotation": { + "0.0": [0, 0, -35], + "0.5": [0, -1, -35], + "1.0": [0, 0, -35] + } + }, + "arm_r": { + "rotation": { + "0.0": [0, 0, 35], + "0.5": [0, 1, 35], + "1.0": [0, 0, 35] + } + } + } + }, + "animation.hoopa.air_fly": { + "loop": true, + "animation_length": 1, + "bones": { + "head": { + "rotation": [-20, 0, 0] + }, + "body": { + "rotation": [0, 0, 0] + }, + "hoopa": { + "rotation": [25, 0, 0], + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 1, 0], + "1.0": [0, 0, 0] + } + }, + "arm_l": { + "rotation": { + "0.0": [0, 0, -35], + "0.5": [0, -1, -35], + "1.0": [0, 0, -35] + } + }, + "arm_r": { + "rotation": { + "0.0": [0, 0, 35], + "0.5": [0, 1, 35], + "1.0": [0, 0, 35] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/koraidon/koraidon.animation.json b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/koraidon/koraidon.animation.json new file mode 100644 index 0000000..4cd613b --- /dev/null +++ b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/koraidon/koraidon.animation.json @@ -0,0 +1,474 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.koraidon.ground_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "root": { + "position": [0, -3, 0] + }, + "f_wheel": { + "rotation": [37.5, 0, 0], + "position": [0, 7, -7], + "scale": [0.8, 0.7, 0.7] + }, + "r_back_leg": { + "rotation": { + "0.0": [43.06145, -27.51235, -12.45891], + "1.0": [45.56145, -27.51235, -12.45891], + "2.0": [43.06145, -27.51235, -12.45891] + } + }, + "r_low_back_leg": { + "rotation": [-17.75313, 9.53274, 26.96487] + }, + "l_back_leg": { + "rotation": { + "0.0": [41.43803, 29.14089, 15.06885], + "1.0": [43.93803, 29.14089, 15.06885], + "2.0": [41.43803, 29.14089, 15.06885] + } + }, + "l_low_back_leg": { + "rotation": [-15.22074, -9.65594, -29.88702] + }, + "body": { + "rotation": { + "0.0": [-20, 0, 0], + "1.0": [-22.5, 0, 0], + "2.0": [-20, 0, 0] + } + }, + "head": { + "rotation": [22.5, 0, 0] + }, + "head_tail_l": { + "rotation": [-27.5, 0, 0] + }, + "h_tail_l1": { + "rotation": [35, 0, 0] + }, + "h_tail_l2": { + "rotation": [32.5, 0, 0] + }, + "head_tail_r": { + "rotation": [-27.5, 0, 0] + }, + "h_tail_r1": { + "rotation": [35, 0, 0] + }, + "h_tail_r2": { + "rotation": [32.5, 0, 0] + }, + "f_right_leg": { + "rotation": { + "0.0": [86.61095, 42.45005, 87.71112], + "1.0": [84.11095, 42.45005, 87.71112], + "2.0": [86.61095, 42.45005, 87.71112] + } + }, + "f_right_lower_leg": { + "rotation": [-37.5, 0, 0] + }, + "f_left_leg": { + "rotation": { + "0.0": [86.61095, -42.45005, -87.71112], + "1.0": [84.11095, -42.45005, -87.71112], + "2.0": [86.61095, -42.45005, -87.71112] + } + }, + "f_left_lower_leg": { + "rotation": [-37.5, 0, 0] + }, + "tail4": { + "rotation": { + "0.0": [0, 0, 15], + "1.0": [0, 0, -15], + "2.0": [0, 0, 15] + } + }, + "tail3": { + "rotation": { + "0.0": [0, 0, 17.5], + "1.0": [0, 0, -12.5], + "2.0": [0, 0, 17.5] + } + }, + "tail2": { + "rotation": { + "0.0": [0, 0, 15], + "1.0": [0, 0, -15], + "2.0": [0, 0, 15] + } + }, + "tail": { + "rotation": { + "0.0": [0, 0, 15], + "1.0": [0, 0, -15], + "2.0": [0, 0, 15] + } + } + } + }, + "animation.koraidon.faint": { + "loop": true, + "animation_length": 2, + "bones": { + "root": { + "position": [0, -3, 0] + }, + "f_wheel": { + "rotation": [37.5, 0, 0], + "position": [0, 7, -7], + "scale": [0.8, 0.7, 0.7] + }, + "r_back_leg": { + "rotation": { + "0.0": [43.06145, -27.51235, -12.45891], + "1.0": [45.56145, -27.51235, -12.45891], + "2.0": [43.06145, -27.51235, -12.45891] + } + }, + "r_low_back_leg": { + "rotation": [-17.75313, 9.53274, 26.96487] + }, + "l_back_leg": { + "rotation": { + "0.0": [41.43803, 29.14089, 15.06885], + "1.0": [43.93803, 29.14089, 15.06885], + "2.0": [41.43803, 29.14089, 15.06885] + } + }, + "l_low_back_leg": { + "rotation": [-15.22074, -9.65594, -29.88702] + }, + "body": { + "rotation": { + "0.0": [-20, 0, 0], + "1.0": [-22.5, 0, 0], + "2.0": [-20, 0, 0] + } + }, + "head": { + "rotation": [22.5, 0, 0] + }, + "head_tail_l": { + "rotation": [-27.5, 0, 0] + }, + "h_tail_l1": { + "rotation": [35, 0, 0] + }, + "h_tail_l2": { + "rotation": [32.5, 0, 0] + }, + "head_tail_r": { + "rotation": [-27.5, 0, 0] + }, + "h_tail_r1": { + "rotation": [35, 0, 0] + }, + "h_tail_r2": { + "rotation": [32.5, 0, 0] + }, + "f_right_leg": { + "rotation": { + "0.0": [86.61095, 42.45005, 87.71112], + "1.0": [84.11095, 42.45005, 87.71112], + "2.0": [86.61095, 42.45005, 87.71112] + } + }, + "f_right_lower_leg": { + "rotation": [-37.5, 0, 0] + }, + "f_left_leg": { + "rotation": { + "0.0": [86.61095, -42.45005, -87.71112], + "1.0": [84.11095, -42.45005, -87.71112], + "2.0": [86.61095, -42.45005, -87.71112] + } + }, + "f_left_lower_leg": { + "rotation": [-37.5, 0, 0] + }, + "tail4": { + "rotation": { + "0.0": [0, 0, 15], + "1.0": [0, 0, -15], + "2.0": [0, 0, 15] + } + }, + "tail3": { + "rotation": { + "0.0": [0, 0, 17.5], + "1.0": [0, 0, -12.5], + "2.0": [0, 0, 17.5] + } + }, + "tail2": { + "rotation": { + "0.0": [0, 0, 15], + "1.0": [0, 0, -15], + "2.0": [0, 0, 15] + } + }, + "tail": { + "rotation": { + "0.0": [0, 0, 15], + "1.0": [0, 0, -15], + "2.0": [0, 0, 15] + } + } + } + }, + "animation.koraidon.ground_walk": { + "loop": true, + "animation_length": 1.5, + "bones": { + "f_wheel": { + "rotation": { + "0.0": [37.5, 0, 0], + "1.5": [37.5, 0, 0] + }, + "position": { + "0.0": [0, 7, -7], + "1.5": [0, 7, -7] + }, + "scale": { + "0.0": [0.8, 0.7, 0.7], + "1.5": [0.8, 0.7, 0.7] + } + }, + "r_back_leg": { + "rotation": { + "0.0": [42.5, 0, 0], + "0.25": [65, 0, 0], + "0.5": [102.5, 0, 0], + "0.75": [131.25, 0, 0], + "1.0": [100, 0, 0], + "1.25": [71.25, 0, 0], + "1.5": [42.5, 0, 0] + } + }, + "r_low_back_leg": { + "rotation": { + "0.0": [-62.5, 0, 0], + "0.25": [-77.5, 0, 0], + "0.5": [-102.5, 0, 0], + "0.75": [-77.5, 0, 0], + "1.0": [-52.5, 0, 0], + "1.25": [-57.5, 0, 0], + "1.5": [-62.5, 0, 0] + } + }, + "l_back_leg": { + "rotation": { + "0.0": [42.5, 0, 0], + "0.25": [65, 0, 0], + "0.5": [102.5, 0, 0], + "0.75": [127.5, 0, 0], + "1.0": [100, 0, 0], + "1.5": [42.5, 0, 0] + } + }, + "l_low_back_leg": { + "rotation": { + "0.0": [-62.5, 0, 0], + "0.25": [-77.5, 0, 0], + "0.5": [-102.5, 0, 0], + "0.75": [-77.5, 0, 0], + "1.0": [-52.5, 0, 0], + "1.5": [-62.5, 0, 0] + } + }, + "body": { + "rotation": { + "0.0": [-77.5, 0, 0], + "0.9167": [-82.5, 0, 0], + "1.0833": [-88.93, 0, 0], + "1.5": [-77.5, 0, 0] + }, + "position": { + "0.0": [0, -8, -9], + "1.5": [0, -8, -9] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [12.5, 0, 0], + "1.25": [7.5, 0, 0], + "1.5": [0, 0, 0] + } + }, + "head_tail_l": { + "rotation": [-12.5, 0, 0] + }, + "h_tail_l1": { + "rotation": [25, 0, 0] + }, + "h_tail_l2": { + "rotation": [-22.5, 0, 0] + }, + "head_tail_r": { + "rotation": [-12.5, 0, 0] + }, + "h_tail_r1": { + "rotation": [25, 0, 0] + }, + "h_tail_r2": { + "rotation": [-22.5, 0, 0] + }, + "f_right_leg": { + "rotation": { + "0.0": [-35, 0, 90], + "0.25": [-17.5, 0, 90], + "0.5": [2.5, 0, 90], + "0.75": [7.5, 0, 90], + "1.0": [12.5, 0, 90], + "1.5": [-35, 0, 90] + }, + "position": { + "0.0": [0, 0.5, 0], + "1.5": [0, 0.5, 0] + } + }, + "f_right_lower_leg": { + "rotation": { + "0.0": [-32.5, 0, 0], + "0.25": [-17.5, 0, 0], + "0.5": [-11.25, 0, 0], + "0.75": [-5, 0, 0], + "1.0": [-10, 0, 0], + "1.5": [-32.5, 0, 0] + } + }, + "f_left_leg": { + "rotation": { + "0.0": [-35, 0, -90], + "0.25": [-17.5, 0, -90], + "0.5": [2.5, 0, -90], + "0.75": [7.5, 0, -90], + "1.0": [12.5, 0, -90], + "1.5": [-35, 0, -90] + }, + "position": { + "0.0": [0, 0.5, 0], + "1.5": [0, 0.5, 0] + } + }, + "f_left_lower_leg": { + "rotation": { + "0.0": [-32.5, 0, 0], + "0.25": [-17.5, 0, 0], + "0.5": [-11.25, 0, 0], + "0.75": [-5, 0, 0], + "1.0": [-10, 0, 0], + "1.5": [-32.5, 0, 0] + } + }, + "tail4": { + "rotation": { + "0.0": [-4.83045, -1.29256, -14.94548], + "0.75": [-4.83045, 1.29256, 14.94548], + "1.5": [-4.83045, -1.29256, -14.94548] + } + }, + "tail3": { + "rotation": { + "0.0": [-4.83045, -1.29256, -14.94548], + "0.75": [-4.83045, 1.29256, 14.94548], + "1.5": [-4.83045, -1.29256, -14.94548] + } + }, + "tail2": { + "rotation": { + "0.0": [-12.08681, -3.21132, -14.65993], + "0.75": [-12.08681, 3.21132, 14.65993], + "1.5": [-12.08681, -3.21132, -14.65993] + } + }, + "tail": { + "rotation": { + "0.0": [84.82456, 14.94159, -1.3378], + "0.75": [84.82456, -14.94159, 1.3378], + "1.5": [84.82456, 14.94159, -1.3378] + }, + "position": { + "0.0": [0, -3, 2], + "1.5": [0, -3, 2] + } + }, + "handles": { + "rotation": { + "0.0": [62.5, 0, 0], + "1.5": [62.5, 0, 0] + }, + "position": { + "0.0": [0, 2, 0], + "1.5": [0, 2, 0] + } + }, + "neck": { + "rotation": { + "0.0": [87.5, 0, 0], + "1.5": [87.5, 0, 0] + }, + "position": { + "0.0": [0, 8, -3.25], + "1.5": [0, 8, -3.25] + } + }, + "l_back_foot": { + "rotation": { + "0.0": [-57.5, 0, 0], + "0.5": [-15, 0, 0], + "0.75": [6.25, 0, 0], + "1.0": [27.5, 0, 0], + "1.25": [-15, 0, 0], + "1.5": [-57.5, 0, 0] + } + }, + "r_back_foot": { + "rotation": { + "0.0": [-57.5, 0, 0], + "0.25": [-45, 0, 0], + "0.5": [-15, 0, 0], + "0.75": [0, 0, 0], + "1.0": [27.5, 0, 0], + "1.25": [-15, 0, 0], + "1.5": [-57.5, 0, 0] + } + }, + "f_right_foot": { + "rotation": { + "0.0": [-312.5, -90, -270], + "0.25": [-345, -90, -270], + "0.5": [-352.5, -90, -270], + "0.75": [-360, -90, -270], + "1.0": [-344.16667, -90, -270], + "1.5": [-312.5, -90, -270] + }, + "position": { + "0.0": [0, 0.4, -1.8], + "1.5": [0, 0.4, -1.8] + } + }, + "f_left_foot": { + "rotation": { + "0.0": [47.5, 90, -90], + "0.25": [15, 90, -90], + "0.5": [7.5, 90, -90], + "0.75": [0, 90, -90], + "1.0": [15.83333, 90, -90], + "1.5": [47.5, 90, -90] + }, + "position": { + "0.0": [0, 0.4, -1.9], + "1.5": [0, 0.4, -1.9] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/koraidonpd/koraidonpd.animation.json b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/koraidonpd/koraidonpd.animation.json new file mode 100644 index 0000000..1045d0b --- /dev/null +++ b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/koraidonpd/koraidonpd.animation.json @@ -0,0 +1,392 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.koraidonpd.ground_walk": { + "loop": true, + "animation_length": 1.5, + "bones": { + "root": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [7.5, 0, 0], + "0.75": [0, 0, 0], + "1.0": [-7.5, 0, 0], + "1.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0.5, 0], + "0.75": [0, -0.5, 0], + "1.5": [0, 0, 0] + } + }, + "r_back_leg": { + "rotation": { + "0.0": [-42.5, 0, 0], + "0.75": [45, 0, 0], + "1.5": [-42.5, 0, 0] + } + }, + "r_low_back_leg": { + "rotation": { + "0.0": [-67.5, 0, 0], + "0.75": [-120, 0, 0], + "1.0": [-70, 0, 0], + "1.5": [-67.5, 0, 0] + } + }, + "r_back_foot": { + "rotation": { + "0.0": [-50, 0, 0], + "0.75": [0, 0, 0], + "1.0": [45.83, 0, 0], + "1.5": [-50, 0, 0] + } + }, + "l_back_leg": { + "rotation": { + "0.0": [-42.5, 0, 0], + "0.75": [45, 0, 0], + "1.0": [17.5, 0, 0], + "1.5": [-42.5, 0, 0] + } + }, + "l_low_back_leg": { + "rotation": { + "0.0": [-67.5, 0, 0], + "0.75": [-120, 0, 0], + "1.0": [-70, 0, 0], + "1.5": [-67.5, 0, 0] + } + }, + "l_back_foot": { + "rotation": { + "0.0": [-45, 0, 0], + "0.75": [0, 0, 0], + "1.0": [45, 0, 0], + "1.5": [-45, 0, 0] + } + }, + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": [-2.5, 0, 0], + "0.6667": [0, 0, 0], + "1.0417": [-2.5, 0, 0], + "1.5": [0, 0, 0] + } + }, + "head_tail_l": { + "rotation": { + "0.0": [7.5, 10, 0], + "0.5": [17.5, 10, 0], + "1.0": [-7.5, 10, 0], + "1.5": [7.5, 10, 0] + } + }, + "h_tail_l1": { + "rotation": { + "0.0": [5, 0, 0], + "0.5": [-15, 0, 0], + "1.0": [7.5, 0, 0], + "1.5": [5, 0, 0] + } + }, + "h_tail_l2": { + "rotation": { + "0.0": [-20, 0, 0], + "0.5": [-22.5, 0, 0], + "1.0": [13.75, 0, 0], + "1.5": [-20, 0, 0] + } + }, + "head_tail_r": { + "rotation": { + "0.0": [7.5, -10, 0], + "0.5": [17.5, -10, 0], + "1.0": [-7.5, -10, 0], + "1.5": [7.5, -10, 0] + } + }, + "h_tail_r1": { + "rotation": { + "0.0": [5, 0, 0], + "0.5": [-15, 0, 0], + "1.0": [7.5, 0, 0], + "1.5": [5, 0, 0] + } + }, + "h_tail_r2": { + "rotation": { + "0.0": [-20, 0, 0], + "0.5": [-22.5, 0, 0], + "1.0": [13.75, 0, 0], + "1.5": [-20, 0, 0] + } + }, + "f_right_leg": { + "rotation": { + "0.0": [-25, 0, 0], + "0.25": [-10, 0, 0], + "0.5": [12.5, 0, 0], + "0.75": [20, 0, 0], + "1.0": [25, 0, 0], + "1.5": [-25, 0, 0] + } + }, + "f_right_lower_leg": { + "rotation": { + "0.0": [-42.5, 0, 0], + "0.25": [-20, 0, 0], + "0.75": [-20, 0, 0], + "1.0": [-15, 0, 0], + "1.5": [-42.5, 0, 0] + } + }, + "f_right_foot": { + "rotation": { + "0.0": [55, 0, 0], + "0.25": [17.5, 0, 0], + "0.5": [0, 0, 0], + "1.0": [25, 0, 0] + } + }, + "f_left_leg": { + "rotation": { + "0.0": [-25, 0, 0], + "0.25": [-10, 0, 0], + "0.5": [12.5, 0, 0], + "0.75": [20, 0, 0], + "1.0": [25, 0, 0], + "1.5": [-25, 0, 0] + } + }, + "f_left_lower_leg": { + "rotation": { + "0.0": [-42.5, 0, 0], + "0.25": [-20, 0, 0], + "0.75": [-20, 0, 0], + "1.0": [-15, 0, 0], + "1.5": [-42.5, 0, 0] + } + }, + "f_left_foot": { + "rotation": { + "0.0": [50, 0, 0], + "0.25": [17.5, 0, 0], + "0.5": [0, 0, 0], + "1.5": [50, 0, 0] + } + } + } + }, + "animation.koraidonpd.ground_idle": { + "loop": true, + "animation_length": 1.25, + "bones": { + "root": { + "position": { + "0.0": [0, 0, 0], + "0.625": [0, -0.25, 0], + "1.25": [0, 0, 0] + } + }, + "r_back_leg": { + "rotation": { + "0.0": [5, 0, 0], + "0.625": [7.5, 0, 0], + "1.25": [5, 0, 0] + } + }, + "r_low_back_leg": { + "rotation": { + "0.0": [-5, 0, 0], + "0.625": [-7.5, 0, 0], + "1.25": [-5, 0, 0] + } + }, + "l_back_leg": { + "rotation": { + "0.0": [5, 0, 0], + "0.625": [7.5, 0, 0], + "1.25": [5, 0, 0] + } + }, + "l_low_back_leg": { + "rotation": { + "0.0": [-5, 0, 0], + "0.625": [-7.5, 0, 0], + "1.25": [-5, 0, 0] + } + }, + "body": { + "position": { + "0.0": [0, 0, 0], + "0.625": [0, 0, 0], + "1.25": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.625": [-2.5, 0, 0], + "1.25": [0, 0, 0] + } + }, + "head_tail_l": { + "rotation": [0, 10, 0] + }, + "h_tail_l1": { + "rotation": [10, 0, 0] + }, + "h_tail_l2": { + "rotation": [15, 0, 0] + }, + "head_tail_r": { + "rotation": [0, -10, 0] + }, + "h_tail_r1": { + "rotation": [10, 0, 0] + }, + "h_tail_r2": { + "rotation": [15, 0, 0] + }, + "f_right_leg": { + "rotation": { + "0.0": [5, 0, 0], + "0.625": [7.5, 0, 0], + "1.25": [5, 0, 0] + } + }, + "f_right_lower_leg": { + "rotation": { + "0.0": [-5, 0, 0], + "0.625": [-7.5, 0, 0], + "1.25": [-5, 0, 0] + } + }, + "f_left_leg": { + "rotation": { + "0.0": [5, 0, 0], + "0.625": [7.5, 0, 0], + "1.25": [5, 0, 0] + } + }, + "f_left_lower_leg": { + "rotation": { + "0.0": [-5, 0, 0], + "0.625": [-7.5, 0, 0], + "1.25": [-5, 0, 0] + } + } + } + }, + "animation.koraidonpd.faint": { + "loop": true, + "animation_length": 1.25, + "bones": { + "root": { + "position": { + "0.0": [0, 0, 0], + "0.6": [0, -0.25, 0], + "1.3": [0, 0, 0] + } + }, + "r_back_leg": { + "rotation": { + "0.0": [5, 0, 0], + "0.6": [7.5, 0, 0], + "1.3": [5, 0, 0] + } + }, + "r_low_back_leg": { + "rotation": { + "0.0": [-5, 0, 0], + "0.6": [-7.5, 0, 0], + "1.3": [-5, 0, 0] + } + }, + "l_back_leg": { + "rotation": { + "0.0": [5, 0, 0], + "0.6": [7.5, 0, 0], + "1.3": [5, 0, 0] + } + }, + "l_low_back_leg": { + "rotation": { + "0.0": [-5, 0, 0], + "0.6": [-7.5, 0, 0], + "1.3": [-5, 0, 0] + } + }, + "body": { + "position": { + "0.0": [0, 0, 0], + "0.6": [0, 0, 0], + "1.3": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.6": [-2.5, 0, 0], + "1.3": [0, 0, 0] + } + }, + "head_tail_l": { + "rotation": [0, 10, 0] + }, + "h_tail_l1": { + "rotation": [10, 0, 0] + }, + "h_tail_l2": { + "rotation": [15, 0, 0] + }, + "head_tail_r": { + "rotation": [0, -10, 0] + }, + "h_tail_r1": { + "rotation": [10, 0, 0] + }, + "h_tail_r2": { + "rotation": [15, 0, 0] + }, + "f_right_leg": { + "rotation": { + "0.0": [5, 0, 0], + "0.6": [7.5, 0, 0], + "1.3": [5, 0, 0] + } + }, + "f_right_lower_leg": { + "rotation": { + "0.0": [-5, 0, 0], + "0.6": [-7.5, 0, 0], + "1.3": [-5, 0, 0] + } + }, + "f_left_leg": { + "rotation": { + "0.0": [5, 0, 0], + "0.6": [7.5, 0, 0], + "1.3": [5, 0, 0] + } + }, + "f_left_lower_leg": { + "rotation": { + "0.0": [-5, 0, 0], + "0.6": [-7.5, 0, 0], + "1.3": [-5, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/kyurem/kyurem.animation.json b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/kyurem/kyurem.animation.json new file mode 100644 index 0000000..966c1b1 --- /dev/null +++ b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/kyurem/kyurem.animation.json @@ -0,0 +1,166 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.kyurem.ground_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [2.5, 0, 0], + "2.0": [0, 0, 0] + } + }, + "left_leg": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [-2.5, 0, 0], + "2.0": [0, 0, 0] + } + }, + "right_leg": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [-2.5, 0, 0], + "2.0": [0, 0, 0] + } + } + } + }, + "animation.kyurem.faint": { + "loop": true, + "animation_length": 2, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [2.5, 0, 0], + "2.0": [0, 0, 0] + } + }, + "left_leg": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [-2.5, 0, 0], + "2.0": [0, 0, 0] + } + }, + "right_leg": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [-2.5, 0, 0], + "2.0": [0, 0, 0] + } + } + } + }, + "animation.kyurem.ground_walk": { + "loop": true, + "animation_length": 2.5, + "bones": { + "body": { + "position": { + "0.0": [0, 3, 0], + "0.25": [0, 3, 0], + "0.75": [0, 1, 0], + "0.9167": [0, 1, 0], + "1.0": [0, 2, 0], + "1.75": [0, 0, 0], + "2.5": [0, 3, 0] + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [5, 0, 0], + "2.5": [0, 0, 0] + } + }, + "left_leg": { + "rotation": { + "0.0": [-42.5, 0, 0], + "0.25": [-20, 0, 0], + "0.75": [-65, 0, 0], + "1.25": [-112.5, 0, 0], + "2.0": [-90, 0, 0], + "2.5": [-42.5, 0, 0] + } + }, + "left_leg1": { + "rotation": { + "0.0": [57.5, 0, 0], + "0.75": [105, 0, 0], + "1.25": [72.5, 0, 0], + "2.5": [57.5, 0, 0] + } + }, + "left_leg2": { + "rotation": { + "0.0": [20, 0, 0], + "0.25": [15, 0, 0], + "0.5": [42.5, 0, 0], + "1.25": [102.5, 0, 0], + "1.5": [77.5, 0, 0], + "2.25": [32.5, 0, 0], + "2.5": [20, 0, 0] + } + }, + "left_leg3": { + "rotation": { + "0.0": [-32.5, 0, 0], + "0.5": [-50, 0, 0], + "1.25": [-50, 0, 0], + "1.5": [-17.5, 0, 0], + "1.75": [-32.5, 0, 0], + "2.0": [-37.5, 0, 0], + "2.25": [-40, 0, 0], + "2.5": [-32.5, 0, 0] + } + }, + "right_leg": { + "rotation": { + "0.0": [-112.5, 0, 0], + "0.75": [-90, 0, 0], + "1.0": [-67.5, 0, 0], + "1.25": [-42.5, 0, 0], + "1.5": [-20, 0, 0], + "2.0": [-65, 0, 0], + "2.5": [-112.5, 0, 0] + } + }, + "right_leg1": { + "rotation": { + "0.0": [72.5, 0, 0], + "1.25": [57.5, 0, 0], + "2.0": [105, 0, 0], + "2.5": [72.5, 0, 0] + } + }, + "right_leg2": { + "rotation": { + "0.0": [102.5, 0, 0], + "0.25": [77.5, 0, 0], + "1.0": [32.5, 0, 0], + "1.25": [20, 0, 0], + "1.5": [15, 0, 0], + "1.75": [42.5, 0, 0], + "2.5": [102.5, 0, 0] + } + }, + "right_leg3": { + "rotation": { + "0.0": [-50, 0, 0], + "0.25": [-17.5, 0, 0], + "0.5": [-32.5, 0, 0], + "0.75": [-37.5, 0, 0], + "1.0": [-40, 0, 0], + "1.25": [-32.5, 0, 0], + "1.75": [-50, 0, 0], + "2.5": [-50, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/lugia/lugia.animation.json b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/lugia/lugia.animation.json new file mode 100644 index 0000000..ce4224d --- /dev/null +++ b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/lugia/lugia.animation.json @@ -0,0 +1,888 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.lugia.air_fly": { + "loop": true, + "animation_length": 1.5, + "bones": { + "neck": { + "rotation": [22.5, 0, 0], + "position": [0, 0, 2] + }, + "head": { + "rotation": [47.5, 0, 0], + "position": [0, -2, 0] + }, + "body": { + "rotation": [50, 0, 0], + "position": { + "0.0": [0, 5, 0], + "0.75": [0, 8, 0], + "1.5": [0, 5, 0] + } + }, + "l_wing": { + "rotation": { + "0.0": [34.13554, 16.76559, 11.06517], + "0.25": [32.89875, 8.42145, 5.41207], + "0.5": [33.40659, -12.60837, -8.19252], + "0.75": [34.58859, -18.82943, -12.54707], + "1.0": [33.40659, -12.60837, -8.19252], + "1.25": [32.89875, 8.42145, 5.41207], + "1.5": [34.13554, 16.76559, 11.06517] + } + }, + "r_wing": { + "rotation": { + "0.0": [33.7424, -14.6914, -9.61518], + "0.25": [32.72348, -6.3202, -4.04618], + "0.5": [33.40659, 12.60837, 8.19252], + "0.75": [34.58859, 18.82943, 12.54707], + "1.0": [33.40659, 12.60837, 8.19252], + "1.25": [32.72348, -6.3202, -4.04618], + "1.5": [33.7424, -14.6914, -9.61518] + } + }, + "foot_right": { + "rotation": [35, 0, 0] + }, + "tail": { + "rotation": [-40, 0, 0] + }, + "tail1": { + "rotation": { + "0.0": [-2.5, 0, 0], + "0.75": [5, 0, 0], + "1.5": [-2.5, 0, 0] + } + }, + "tail2": { + "rotation": { + "0.0": [-5, 0, 0], + "0.75": [2.5, 0, 0], + "1.5": [-5, 0, 0] + } + }, + "tail3": { + "rotation": { + "0.0": [-2.5, 0, 0], + "0.75": [2.5, 0, 0], + "1.5": [-2.5, 0, 0] + } + }, + "tail4": { + "rotation": { + "0.0": [-2.5, 0, 0], + "0.75": [2.5, 0, 0], + "1.5": [-2.5, 0, 0] + } + }, + "l_wing1": { + "rotation": { + "0.0": [0, 25, 0], + "0.25": [0, 12.5, 0], + "0.5": [0, -7.5, 0], + "1.0": [0, -7.5, 0], + "1.25": [0, 12.5, 0], + "1.5": [0, 25, 0] + } + }, + "l_wing2": { + "rotation": { + "0.0": [0, 15, 0], + "0.25": [0, 7.5, 0], + "0.5": [0, -7.5, 0], + "1.0": [0, -7.5, 0], + "1.25": [0, 7.5, 0], + "1.5": [0, 15, 0] + } + }, + "bone": { + "rotation": { + "0.0": [0, -25, 0], + "0.25": [0, -12.5, 0], + "0.5": [0, 7.5, 0], + "1.0": [0, 7.5, 0], + "1.25": [0, -12.5, 0], + "1.5": [0, -25, 0] + } + }, + "bone2": { + "rotation": { + "0.0": [0, -15, 0], + "0.25": [0, -7.5, 0], + "0.5": [0, 7.5, 0], + "1.0": [0, 7.5, 0], + "1.25": [0, -7.5, 0], + "1.5": [0, -15, 0] + } + }, + "left_foot": { + "rotation": [35, 0, 0] + } + } + }, + "animation.lugia.ground_walk": { + "loop": true, + "animation_length": 1.5, + "bones": { + "neck": { + "rotation": [22.5, 0, 0], + "position": [0, 0, 2] + }, + "head": { + "rotation": [47.5, 0, 0], + "position": [0, -2, 0] + }, + "body": { + "rotation": [50, 0, 0], + "position": { + "0.0": [0, 5, 0], + "0.75": [0, 8, 0], + "1.5": [0, 5, 0] + } + }, + "l_wing": { + "rotation": { + "0.0": [34.13554, 16.76559, 11.06517], + "0.25": [32.89875, 8.42145, 5.41207], + "0.5": [33.40659, -12.60837, -8.19252], + "0.75": [34.58859, -18.82943, -12.54707], + "1.0": [33.40659, -12.60837, -8.19252], + "1.25": [32.89875, 8.42145, 5.41207], + "1.5": [34.13554, 16.76559, 11.06517] + } + }, + "r_wing": { + "rotation": { + "0.0": [33.7424, -14.6914, -9.61518], + "0.25": [32.72348, -6.3202, -4.04618], + "0.5": [33.40659, 12.60837, 8.19252], + "0.75": [34.58859, 18.82943, 12.54707], + "1.0": [33.40659, 12.60837, 8.19252], + "1.25": [32.72348, -6.3202, -4.04618], + "1.5": [33.7424, -14.6914, -9.61518] + } + }, + "foot_right": { + "rotation": [35, 0, 0] + }, + "tail": { + "rotation": [-40, 0, 0] + }, + "tail1": { + "rotation": { + "0.0": [-2.5, 0, 0], + "0.75": [5, 0, 0], + "1.5": [-2.5, 0, 0] + } + }, + "tail2": { + "rotation": { + "0.0": [-5, 0, 0], + "0.75": [2.5, 0, 0], + "1.5": [-5, 0, 0] + } + }, + "tail3": { + "rotation": { + "0.0": [-2.5, 0, 0], + "0.75": [2.5, 0, 0], + "1.5": [-2.5, 0, 0] + } + }, + "tail4": { + "rotation": { + "0.0": [-2.5, 0, 0], + "0.75": [2.5, 0, 0], + "1.5": [-2.5, 0, 0] + } + }, + "l_wing1": { + "rotation": { + "0.0": [0, 25, 0], + "0.25": [0, 12.5, 0], + "0.5": [0, -7.5, 0], + "1.0": [0, -7.5, 0], + "1.25": [0, 12.5, 0], + "1.5": [0, 25, 0] + } + }, + "l_wing2": { + "rotation": { + "0.0": [0, 15, 0], + "0.25": [0, 7.5, 0], + "0.5": [0, -7.5, 0], + "1.0": [0, -7.5, 0], + "1.25": [0, 7.5, 0], + "1.5": [0, 15, 0] + } + }, + "bone": { + "rotation": { + "0.0": [0, -25, 0], + "0.25": [0, -12.5, 0], + "0.5": [0, 7.5, 0], + "1.0": [0, 7.5, 0], + "1.25": [0, -12.5, 0], + "1.5": [0, -25, 0] + } + }, + "bone2": { + "rotation": { + "0.0": [0, -15, 0], + "0.25": [0, -7.5, 0], + "0.5": [0, 7.5, 0], + "1.0": [0, 7.5, 0], + "1.25": [0, -7.5, 0], + "1.5": [0, -15, 0] + } + }, + "left_foot": { + "rotation": [35, 0, 0] + } + } + }, + "animation.lugia.water_swim": { + "loop": true, + "animation_length": 1.5, + "bones": { + "neck": { + "rotation": [22.5, 0, 0], + "position": [0, 0, 2] + }, + "head": { + "rotation": [47.5, 0, 0], + "position": [0, -2, 0] + }, + "body": { + "rotation": [50, 0, 0], + "position": { + "0.0": [0, 5, 0], + "0.75": [0, 8, 0], + "1.5": [0, 5, 0] + } + }, + "l_wing": { + "rotation": { + "0.0": [34.13554, 16.76559, 11.06517], + "0.25": [32.89875, 8.42145, 5.41207], + "0.5": [33.40659, -12.60837, -8.19252], + "0.75": [34.58859, -18.82943, -12.54707], + "1.0": [33.40659, -12.60837, -8.19252], + "1.25": [32.89875, 8.42145, 5.41207], + "1.5": [34.13554, 16.76559, 11.06517] + } + }, + "r_wing": { + "rotation": { + "0.0": [33.7424, -14.6914, -9.61518], + "0.25": [32.72348, -6.3202, -4.04618], + "0.5": [33.40659, 12.60837, 8.19252], + "0.75": [34.58859, 18.82943, 12.54707], + "1.0": [33.40659, 12.60837, 8.19252], + "1.25": [32.72348, -6.3202, -4.04618], + "1.5": [33.7424, -14.6914, -9.61518] + } + }, + "foot_right": { + "rotation": [35, 0, 0] + }, + "tail": { + "rotation": [-40, 0, 0] + }, + "tail1": { + "rotation": { + "0.0": [-2.5, 0, 0], + "0.75": [5, 0, 0], + "1.5": [-2.5, 0, 0] + } + }, + "tail2": { + "rotation": { + "0.0": [-5, 0, 0], + "0.75": [2.5, 0, 0], + "1.5": [-5, 0, 0] + } + }, + "tail3": { + "rotation": { + "0.0": [-2.5, 0, 0], + "0.75": [2.5, 0, 0], + "1.5": [-2.5, 0, 0] + } + }, + "tail4": { + "rotation": { + "0.0": [-2.5, 0, 0], + "0.75": [2.5, 0, 0], + "1.5": [-2.5, 0, 0] + } + }, + "l_wing1": { + "rotation": { + "0.0": [0, 25, 0], + "0.25": [0, 12.5, 0], + "0.5": [0, -7.5, 0], + "1.0": [0, -7.5, 0], + "1.25": [0, 12.5, 0], + "1.5": [0, 25, 0] + } + }, + "l_wing2": { + "rotation": { + "0.0": [0, 15, 0], + "0.25": [0, 7.5, 0], + "0.5": [0, -7.5, 0], + "1.0": [0, -7.5, 0], + "1.25": [0, 7.5, 0], + "1.5": [0, 15, 0] + } + }, + "bone": { + "rotation": { + "0.0": [0, -25, 0], + "0.25": [0, -12.5, 0], + "0.5": [0, 7.5, 0], + "1.0": [0, 7.5, 0], + "1.25": [0, -12.5, 0], + "1.5": [0, -25, 0] + } + }, + "bone2": { + "rotation": { + "0.0": [0, -15, 0], + "0.25": [0, -7.5, 0], + "0.5": [0, 7.5, 0], + "1.0": [0, 7.5, 0], + "1.25": [0, -7.5, 0], + "1.5": [0, -15, 0] + } + }, + "left_foot": { + "rotation": [35, 0, 0] + } + } + }, + "animation.lugia.air_idle": { + "loop": true, + "animation_length": 1.5, + "bones": { + "neck": { + "rotation": [22.5, 0, 0], + "position": [0, 0, 2] + }, + "head": { + "rotation": [7.5, 0, 0], + "position": [0, -2, 0] + }, + "body": { + "rotation": [25, 0, 0], + "position": { + "0.0": [0, 5, 0], + "0.75": [0, 8, 0], + "1.5": [0, 5, 0] + } + }, + "l_wing": { + "rotation": { + "0.0": [59.13554, 16.76559, 11.06517], + "0.25": [57.89875, 8.42145, 5.41207], + "0.5": [58.40659, -12.60837, -8.19252], + "0.75": [59.58859, -18.82943, -12.54707], + "1.0": [58.40659, -12.60837, -8.19252], + "1.25": [57.89875, 8.42145, 5.41207], + "1.5": [59.13554, 16.76559, 11.06517] + } + }, + "r_wing": { + "rotation": { + "0.0": [58.7424, -14.6914, -9.61518], + "0.25": [57.72348, -6.3202, -4.04618], + "0.5": [58.40659, 12.60837, 8.19252], + "0.75": [59.58859, 18.82943, 12.54707], + "1.0": [58.40659, 12.60837, 8.19252], + "1.25": [57.72348, -6.3202, -4.04618], + "1.5": [58.7424, -14.6914, -9.61518] + } + }, + "foot_right": { + "rotation": [35, 0, 0] + }, + "tail": { + "rotation": [-40, 0, 0] + }, + "tail1": { + "rotation": { + "0.0": [-2.5, 0, 0], + "0.75": [5, 0, 0], + "1.5": [-2.5, 0, 0] + } + }, + "tail2": { + "rotation": { + "0.0": [-5, 0, 0], + "0.75": [2.5, 0, 0], + "1.5": [-5, 0, 0] + } + }, + "tail3": { + "rotation": { + "0.0": [-2.5, 0, 0], + "0.75": [2.5, 0, 0], + "1.5": [-2.5, 0, 0] + } + }, + "tail4": { + "rotation": { + "0.0": [-2.5, 0, 0], + "0.75": [2.5, 0, 0], + "1.5": [-2.5, 0, 0] + } + }, + "l_wing1": { + "rotation": { + "0.0": [0, 25, 0], + "0.25": [0, 12.5, 0], + "0.5": [0, -7.5, 0], + "1.0": [0, -7.5, 0], + "1.25": [0, 12.5, 0], + "1.5": [0, 25, 0] + } + }, + "l_wing2": { + "rotation": { + "0.0": [0, 15, 0], + "0.25": [0, 7.5, 0], + "0.5": [0, -7.5, 0], + "1.0": [0, -7.5, 0], + "1.25": [0, 7.5, 0], + "1.5": [0, 15, 0] + } + }, + "bone": { + "rotation": { + "0.0": [0, -25, 0], + "0.25": [0, -12.5, 0], + "0.5": [0, 7.5, 0], + "1.0": [0, 7.5, 0], + "1.25": [0, -12.5, 0], + "1.5": [0, -25, 0] + } + }, + "bone2": { + "rotation": { + "0.0": [0, -15, 0], + "0.25": [0, -7.5, 0], + "0.5": [0, 7.5, 0], + "1.0": [0, 7.5, 0], + "1.25": [0, -7.5, 0], + "1.5": [0, -15, 0] + } + }, + "left_foot": { + "rotation": [35, 0, 0] + } + } + }, + "animation.lugia.water_idle": { + "loop": true, + "animation_length": 1.5, + "bones": { + "neck": { + "rotation": [22.5, 0, 0], + "position": [0, 0, 2] + }, + "head": { + "rotation": [7.5, 0, 0], + "position": [0, -2, 0] + }, + "body": { + "rotation": [25, 0, 0], + "position": { + "0.0": [0, 5, 0], + "0.75": [0, 8, 0], + "1.5": [0, 5, 0] + } + }, + "l_wing": { + "rotation": { + "0.0": [59.13554, 16.76559, 11.06517], + "0.25": [57.89875, 8.42145, 5.41207], + "0.5": [58.40659, -12.60837, -8.19252], + "0.75": [59.58859, -18.82943, -12.54707], + "1.0": [58.40659, -12.60837, -8.19252], + "1.25": [57.89875, 8.42145, 5.41207], + "1.5": [59.13554, 16.76559, 11.06517] + } + }, + "r_wing": { + "rotation": { + "0.0": [58.7424, -14.6914, -9.61518], + "0.25": [57.72348, -6.3202, -4.04618], + "0.5": [58.40659, 12.60837, 8.19252], + "0.75": [59.58859, 18.82943, 12.54707], + "1.0": [58.40659, 12.60837, 8.19252], + "1.25": [57.72348, -6.3202, -4.04618], + "1.5": [58.7424, -14.6914, -9.61518] + } + }, + "foot_right": { + "rotation": [35, 0, 0] + }, + "tail": { + "rotation": [-40, 0, 0] + }, + "tail1": { + "rotation": { + "0.0": [-2.5, 0, 0], + "0.75": [5, 0, 0], + "1.5": [-2.5, 0, 0] + } + }, + "tail2": { + "rotation": { + "0.0": [-5, 0, 0], + "0.75": [2.5, 0, 0], + "1.5": [-5, 0, 0] + } + }, + "tail3": { + "rotation": { + "0.0": [-2.5, 0, 0], + "0.75": [2.5, 0, 0], + "1.5": [-2.5, 0, 0] + } + }, + "tail4": { + "rotation": { + "0.0": [-2.5, 0, 0], + "0.75": [2.5, 0, 0], + "1.5": [-2.5, 0, 0] + } + }, + "l_wing1": { + "rotation": { + "0.0": [0, 25, 0], + "0.25": [0, 12.5, 0], + "0.5": [0, -7.5, 0], + "1.0": [0, -7.5, 0], + "1.25": [0, 12.5, 0], + "1.5": [0, 25, 0] + } + }, + "l_wing2": { + "rotation": { + "0.0": [0, 15, 0], + "0.25": [0, 7.5, 0], + "0.5": [0, -7.5, 0], + "1.0": [0, -7.5, 0], + "1.25": [0, 7.5, 0], + "1.5": [0, 15, 0] + } + }, + "bone": { + "rotation": { + "0.0": [0, -25, 0], + "0.25": [0, -12.5, 0], + "0.5": [0, 7.5, 0], + "1.0": [0, 7.5, 0], + "1.25": [0, -12.5, 0], + "1.5": [0, -25, 0] + } + }, + "bone2": { + "rotation": { + "0.0": [0, -15, 0], + "0.25": [0, -7.5, 0], + "0.5": [0, 7.5, 0], + "1.0": [0, 7.5, 0], + "1.25": [0, -7.5, 0], + "1.5": [0, -15, 0] + } + }, + "left_foot": { + "rotation": [35, 0, 0] + } + } + }, + "animation.lugia.ground_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "neck": { + "rotation": { + "0.0": [-17.5, 0, 0], + "2.0": [-17.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 1], + "2.0": [0, 0, 1] + } + }, + "head": { + "rotation": { + "0.0": [-12.5, 0, 0], + "2.0": [-12.5, 0, 0] + } + }, + "body": { + "rotation": { + "0.0": [27.5, 0, 0], + "1.0": [30, 0, 0], + "2.0": [27.5, 0, 0] + }, + "position": { + "0.0": [0, -2.25, 0], + "2.0": [0, -2.25, 0] + } + }, + "l_wing": { + "rotation": { + "0.0": [93.68522, 4.13798, 66.88059], + "2.0": [93.68522, 4.13798, 66.88059] + }, + "position": { + "0.0": [0, 9, 0], + "2.0": [0, 9, 0] + } + }, + "leg_right": { + "rotation": { + "0.0": [-47.5, 0, 0], + "1.0": [-50, 0, 0], + "2.0": [-47.5, 0, 0] + } + }, + "r_wing": { + "rotation": { + "0.0": [94.62111, -1.91134, -67.57713], + "2.0": [94.62111, -1.91134, -67.57713] + }, + "position": { + "0.0": [0, 9, 0], + "2.0": [0, 9, 0] + } + }, + "leg_left": { + "rotation": { + "0.0": [-47.5, 0, 0], + "1.0": [-50, 0, 0], + "2.0": [-47.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 1], + "2.0": [0, 0, 1] + } + }, + "foot_right": { + "rotation": { + "0.0": [-20, 0, 0], + "2.0": [-20, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 0.5, -1], + "2.0": [0, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [-42.5, 0, 0], + "2.0": [-42.5, 0, 0] + } + }, + "l_wing1": { + "rotation": { + "0.0": [0, 0, 87.5], + "2.0": [0, 0, 87.5] + }, + "position": { + "0.0": [0, 9, 0], + "2.0": [0, 9, 0] + } + }, + "bone": { + "rotation": { + "0.0": [0, 0, -90], + "2.0": [0, 0, -90] + }, + "position": { + "0.0": [0, 9, 0], + "2.0": [0, 9, 0] + } + }, + "left_foot": { + "rotation": { + "0.0": [-20, 0, 0], + "2.0": [-20, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 0.5, -1], + "2.0": [0, 0, 0] + } + }, + "leg_right_lower2": { + "rotation": { + "0.0": [40, 0, 0], + "2.0": [40, 0, 0] + }, + "position": { + "0.0": [-0.1, 3, -1.75], + "2.0": [-0.1, 3, -1.75] + } + }, + "leg_right_lower": { + "rotation": { + "0.0": [40, 0, 0], + "2.0": [40, 0, 0] + }, + "position": { + "0.0": [0.1, 3, -1.75], + "2.0": [0.1, 3, -1.75] + } + } + } + }, + "animation.lugia.faint": { + "loop": true, + "animation_length": 2, + "bones": { + "neck": { + "rotation": { + "0.0": [-17.5, 0, 0], + "2.0": [-17.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 1], + "2.0": [0, 0, 1] + } + }, + "head": { + "rotation": { + "0.0": [-12.5, 0, 0], + "2.0": [-12.5, 0, 0] + } + }, + "body": { + "rotation": { + "0.0": [27.5, 0, 0], + "1.0": [30, 0, 0], + "2.0": [27.5, 0, 0] + }, + "position": { + "0.0": [0, -2.25, 0], + "2.0": [0, -2.25, 0] + } + }, + "l_wing": { + "rotation": { + "0.0": [93.68522, 4.13798, 66.88059], + "2.0": [93.68522, 4.13798, 66.88059] + }, + "position": { + "0.0": [0, 9, 0], + "2.0": [0, 9, 0] + } + }, + "leg_right": { + "rotation": { + "0.0": [-47.5, 0, 0], + "1.0": [-50, 0, 0], + "2.0": [-47.5, 0, 0] + } + }, + "r_wing": { + "rotation": { + "0.0": [94.62111, -1.91134, -67.57713], + "2.0": [94.62111, -1.91134, -67.57713] + }, + "position": { + "0.0": [0, 9, 0], + "2.0": [0, 9, 0] + } + }, + "leg_left": { + "rotation": { + "0.0": [-47.5, 0, 0], + "1.0": [-50, 0, 0], + "2.0": [-47.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 1], + "2.0": [0, 0, 1] + } + }, + "foot_right": { + "rotation": { + "0.0": [-20, 0, 0], + "2.0": [-20, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 0.5, -1], + "2.0": [0, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [-42.5, 0, 0], + "2.0": [-42.5, 0, 0] + } + }, + "l_wing1": { + "rotation": { + "0.0": [0, 0, 87.5], + "2.0": [0, 0, 87.5] + }, + "position": { + "0.0": [0, 9, 0], + "2.0": [0, 9, 0] + } + }, + "bone": { + "rotation": { + "0.0": [0, 0, -90], + "2.0": [0, 0, -90] + }, + "position": { + "0.0": [0, 9, 0], + "2.0": [0, 9, 0] + } + }, + "left_foot": { + "rotation": { + "0.0": [-20, 0, 0], + "2.0": [-20, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 0.5, -1], + "2.0": [0, 0, 0] + } + }, + "leg_right_lower2": { + "rotation": { + "0.0": [40, 0, 0], + "2.0": [40, 0, 0] + }, + "position": { + "0.0": [-0.1, 3, -1.75], + "2.0": [-0.1, 3, -1.75] + } + }, + "leg_right_lower": { + "rotation": { + "0.0": [40, 0, 0], + "2.0": [40, 0, 0] + }, + "position": { + "0.0": [0.1, 3, -1.75], + "2.0": [0.1, 3, -1.75] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/miraidon/miraidon.animation.json b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/miraidon/miraidon.animation.json new file mode 100644 index 0000000..e8da1c3 --- /dev/null +++ b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/miraidon/miraidon.animation.json @@ -0,0 +1,257 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.miraidon.ground_idle": { + "loop": true, + "animation_length": 1.5, + "bones": { + "arm_left": { + "rotation": [0, 27.5, -52.5] + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [-2.5, 0, 0], + "1.5": [0, 0, 0] + } + }, + "thrusters": { + "rotation": [60, 0, 0] + }, + "tail2": { + "rotation": { + "0.0": [12.5, 0, 0], + "0.375": [12.5, 7.5, 0], + "0.75": [12.44297, 0, 0], + "1.125": [12.5, -7.5, 0], + "1.5": [12.5, 0, 0] + } + }, + "tail3": { + "rotation": { + "0.0": [7.5, 0, 0], + "0.375": [7.5, 15, 0], + "0.75": [7.5, 0, 0], + "1.125": [7.5, -15, 0], + "1.5": [7.5, 0, 0] + } + }, + "tail4": { + "rotation": { + "0.0": [5, 0, 0], + "0.375": [5, 10, 0], + "0.75": [5, 0, 0], + "1.125": [5, -10, 0], + "1.5": [5, 0, 0] + } + }, + "arm_right": { + "rotation": [0, -27.5, 52.5] + }, + "miraidon": { + "rotation": [0, 0, 0], + "position": { + "0.0": [0, 0, 0], + "0.75": [0, 1, 0], + "1.5": [0, 0, 0] + } + }, + "arm_right_lower": { + "rotation": { + "0.0": [0, -42.5, 0], + "0.75": [0, -45, 0], + "1.5": [0, -42.5, 0] + } + }, + "arm_left_lower": { + "rotation": { + "0.0": [0, 42.5, 0], + "0.75": [0, 45, 0], + "1.5": [0, 42.5, 0] + } + }, + "tail5": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [0, 17.5, 0], + "0.75": [0, 0, 0], + "1.125": [0, -17.5, 0], + "1.5": [0, 0, 0] + } + } + } + }, + "animation.miraidon.ground_walk": { + "loop": true, + "animation_length": 1.5, + "bones": { + "arm_left": { + "rotation": [0, 27.5, -52.5] + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [-2.5, 0, 0], + "1.5": [0, 0, 0] + } + }, + "thrusters": { + "rotation": [60, 0, 0] + }, + "tail2": { + "rotation": { + "0.0": [12.5, 0, 0], + "0.375": [12.5, 7.5, 0], + "0.75": [12.44297, 0, 0], + "1.125": [12.5, -7.5, 0], + "1.5": [12.5, 0, 0] + } + }, + "tail3": { + "rotation": { + "0.0": [7.5, 0, 0], + "0.375": [7.5, 15, 0], + "0.75": [7.5, 0, 0], + "1.125": [7.5, -15, 0], + "1.5": [7.5, 0, 0] + } + }, + "tail4": { + "rotation": { + "0.0": [5, 0, 0], + "0.375": [5, 10, 0], + "0.75": [5, 0, 0], + "1.125": [5, -10, 0], + "1.5": [5, 0, 0] + } + }, + "arm_right": { + "rotation": [0, -27.5, 52.5] + }, + "miraidon": { + "rotation": [0, 0, 0], + "position": { + "0.0": [0, 0, 0], + "0.75": [0, 1, 0], + "1.5": [0, 0, 0] + } + }, + "arm_right_lower": { + "rotation": { + "0.0": [0, -42.5, 0], + "0.75": [0, -45, 0], + "1.5": [0, -42.5, 0] + } + }, + "arm_left_lower": { + "rotation": { + "0.0": [0, 42.5, 0], + "0.75": [0, 45, 0], + "1.5": [0, 42.5, 0] + } + }, + "tail5": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [0, 17.5, 0], + "0.75": [0, 0, 0], + "1.125": [0, -17.5, 0], + "1.5": [0, 0, 0] + } + } + } + }, + "animation.miraidon.faint": { + "loop": true, + "animation_length": 1.5, + "bones": { + "arm_left": { + "rotation": [0, 27.5, -52.5] + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [-12.5, 0, 0], + "1.5": [0, 0, 0] + } + }, + "thrusters": { + "rotation": [60, 0, 0] + }, + "tail2": { + "rotation": { + "0.0": [12.5, 0, 0], + "0.375": [12.5, 7.5, 0], + "0.75": [12.44297, 0, 0], + "1.125": [12.5, -7.5, 0], + "1.5": [12.5, 0, 0] + } + }, + "tail3": { + "rotation": { + "0.0": [7.5, 0, 0], + "0.375": [7.5, 15, 0], + "0.75": [7.5, 0, 0], + "1.125": [7.5, -15, 0], + "1.5": [7.5, 0, 0] + } + }, + "tail4": { + "rotation": { + "0.0": [5, 0, 0], + "0.375": [5, 10, 0], + "0.75": [5, 0, 0], + "1.125": [5, -10, 0], + "1.5": [5, 0, 0] + } + }, + "arm_right": { + "rotation": [0, -27.5, 52.5] + }, + "miraidon": { + "rotation": [0, 0, 0], + "position": { + "0.0": [0, 0, 0], + "0.75": [0, 1, 0], + "1.5": [0, 0, 0] + } + }, + "arm_right_lower": { + "rotation": { + "0.0": [0, -42.5, 0], + "0.75": [0, -45, 0], + "1.5": [0, -42.5, 0] + } + }, + "arm_left_lower": { + "rotation": { + "0.0": [0, 42.5, 0], + "0.75": [0, 45, 0], + "1.5": [0, 42.5, 0] + } + }, + "tail5": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [0, 17.5, 0], + "0.75": [0, 0, 0], + "1.125": [0, -17.5, 0], + "1.5": [0, 0, 0] + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [-22.5, 0, 0] + } + }, + "neck2": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/miraidonpd/miraidonpd.animation.json b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/miraidonpd/miraidonpd.animation.json new file mode 100644 index 0000000..adae9d9 --- /dev/null +++ b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/miraidonpd/miraidonpd.animation.json @@ -0,0 +1,664 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.miraidon_rideable.json": { + "loop": true + }, + "animation.miraidonpd.ground_idle": { + "loop": true, + "animation_length": 1.7778, + "bones": { + "miraidon": { + "position": { + "0.0": [0, -3.5, 5], + "0.8889": [0, -3.7, 5], + "1.7778": [0, -3.5, 5] + } + }, + "f_wheel": { + "rotation": { + "0.0": [-17.5, 0, 0], + "1.7778": [-17.5, 0, 0] + }, + "position": { + "0.0": [0, 4.3, -4], + "1.7778": [0, 4.3, -4] + }, + "scale": { + "0.0": [0.85, 0.6, 0.5], + "1.7778": [0.85, 0.6, 0.5] + } + }, + "r_wheel": { + "rotation": { + "0.0": [32.5, 0, 0], + "1.7778": [32.5, 0, 0] + }, + "position": { + "0.0": [0, 2.5, 2.6], + "1.7778": [0, 2.5, 2.6] + }, + "scale": { + "0.0": [1, 0.5, 0.2], + "1.7778": [1, 0.5, 0.2] + } + }, + "r_front_leg": { + "rotation": { + "0.0": [0, 0, 82.5], + "0.8889": [-0.01324, 2.92362, 81.98403], + "1.7778": [0, 0, 82.5] + }, + "position": { + "0.0": [0.8, 0.4, 0], + "1.7778": [0.8, 0.4, 0] + } + }, + "l_front_leg": { + "rotation": { + "0.0": [0, 0, -82.5], + "0.7407": [-0.01324, -2.92362, -81.98403], + "1.7778": [0, 0, -82.5] + }, + "position": { + "0.0": [0, 1, 0], + "1.7778": [0, 1, 0] + } + }, + "r_back_leg": { + "rotation": { + "0.0": [-20, 0, 0], + "0.8889": [-23, 0, 0], + "1.7778": [-20, 0, 0] + } + }, + "l_back_leg": { + "rotation": { + "0.0": [-20, 0, 0], + "0.8889": [-23, 0, 0], + "1.7778": [-20, 0, 0] + } + }, + "wing_r": { + "scale": [0, 1, 1] + }, + "wing_l": { + "scale": [0, 1, 1] + }, + "r_front_leg_lower": { + "rotation": { + "0.0": [-90, -35, 0], + "0.8889": [-90, -37.89659, 0], + "1.7778": [-90, -35, 0] + }, + "position": { + "0.0": [-0.7, 0, -1.1], + "1.7778": [-0.7, 0, -1.1] + }, + "scale": { + "0.0": [1.3, 1, 1], + "1.7778": [1.3, 1, 1] + } + }, + "l_front_leg_lower": { + "rotation": { + "0.0": [-90, 35, 0], + "0.7407": [-90, 37.96876, 0], + "1.7778": [-90, 35, 0] + }, + "position": { + "0.0": [0.9, 0, -0.8], + "1.7778": [0.9, 0, -0.8] + }, + "scale": { + "0.0": [1.3, 1, 1], + "1.7778": [1.3, 1, 1] + } + }, + "r_front_foot": { + "rotation": { + "0.0": [-93.54421, 6.13411, -61.05967], + "1.7778": [-93.54421, 6.13411, -61.05967] + }, + "position": { + "0.0": [0, -2.2, -1], + "1.7778": [0, -2.2, -1] + } + }, + "l_front_foot": { + "rotation": { + "0.0": [-93.73561, -6.21708, 61.82575], + "1.7778": [-93.73561, -6.21708, 61.82575] + }, + "position": { + "0.0": [0, -2.3, -1], + "1.7778": [0, -2.3, -1] + } + }, + "r_low_back_leg": { + "rotation": { + "0.0": [10, 0, 0], + "0.8889": [12, 0, 0], + "1.7778": [10, 0, 0] + }, + "scale": { + "0.0": [1, 1.19, 1], + "1.7778": [1, 1.19, 1] + } + }, + "l_low_back_leg": { + "rotation": { + "0.0": [10, 0, 0], + "0.8889": [10.01745, -0.49227, -0.08596], + "1.7778": [10, 0, 0] + }, + "scale": { + "0.0": [1, 1.2, 1], + "1.7778": [1, 1.2, 1] + } + }, + "r_back_foot": { + "rotation": { + "0.0": [97.5, 0, 0], + "1.7778": [97.5, 0, 0] + }, + "position": { + "0.0": [-0.2, -0.2, 0], + "1.7778": [-0.2, -0.2, 0] + } + }, + "l_back_foot": { + "rotation": { + "0.0": [97.5, 0, 0], + "0.8889": [99.5, 0, 0], + "1.7778": [97.5, 0, 0] + }, + "position": { + "0.0": [0.2, -0.2, 0], + "1.7778": [0.2, -0.2, 0] + } + }, + "root": { + "position": [0, 0, 0] + } + } + }, + "animation.miraidonpd.faint": { + "loop": true, + "animation_length": 1.7778, + "bones": { + "miraidon": { + "position": { + "0.0": [0, -3.5, 5], + "0.8889": [0, -3.7, 5], + "1.7778": [0, -3.5, 5] + } + }, + "f_wheel": { + "rotation": { + "0.0": [-17.5, 0, 0], + "1.7778": [-17.5, 0, 0] + }, + "position": { + "0.0": [0, 4.3, -4], + "1.7778": [0, 4.3, -4] + }, + "scale": { + "0.0": [0.85, 0.6, 0.5], + "1.7778": [0.85, 0.6, 0.5] + } + }, + "r_wheel": { + "rotation": { + "0.0": [32.5, 0, 0], + "1.7778": [32.5, 0, 0] + }, + "position": { + "0.0": [0, 2.5, 2.6], + "1.7778": [0, 2.5, 2.6] + }, + "scale": { + "0.0": [1, 0.5, 0.2], + "1.7778": [1, 0.5, 0.2] + } + }, + "r_front_leg": { + "rotation": { + "0.0": [0, 0, 82.5], + "0.8889": [-0.01324, 2.92362, 81.98403], + "1.7778": [0, 0, 82.5] + }, + "position": { + "0.0": [0.8, 0.4, 0], + "1.7778": [0.8, 0.4, 0] + } + }, + "l_front_leg": { + "rotation": { + "0.0": [0, 0, -82.5], + "0.7407": [-0.01324, -2.92362, -81.98403], + "1.7778": [0, 0, -82.5] + }, + "position": { + "0.0": [0, 1, 0], + "1.7778": [0, 1, 0] + } + }, + "r_back_leg": { + "rotation": { + "0.0": [-20, 0, 0], + "0.8889": [-23, 0, 0], + "1.7778": [-20, 0, 0] + } + }, + "l_back_leg": { + "rotation": { + "0.0": [-20, 0, 0], + "0.8889": [-23, 0, 0], + "1.7778": [-20, 0, 0] + } + }, + "wing_r": { + "scale": { + "0.0": [0, 1, 1], + "1.7778": [0, 1, 1] + } + }, + "wing_l": { + "scale": { + "0.0": [0, 1, 1], + "1.7778": [0, 1, 1] + } + }, + "r_front_leg_lower": { + "rotation": { + "0.0": [-90, -35, 0], + "0.8889": [-90, -37.89659, 0], + "1.7778": [-90, -35, 0] + }, + "position": { + "0.0": [-0.7, 0, -1.1], + "1.7778": [-0.7, 0, -1.1] + }, + "scale": { + "0.0": [1.3, 1, 1], + "1.7778": [1.3, 1, 1] + } + }, + "l_front_leg_lower": { + "rotation": { + "0.0": [-90, 35, 0], + "0.7407": [-90, 37.96876, 0], + "1.7778": [-90, 35, 0] + }, + "position": { + "0.0": [0.9, 0, -0.8], + "1.7778": [0.9, 0, -0.8] + }, + "scale": { + "0.0": [1.3, 1, 1], + "1.7778": [1.3, 1, 1] + } + }, + "r_front_foot": { + "rotation": { + "0.0": [-93.54421, 6.13411, -61.05967], + "1.7778": [-93.54421, 6.13411, -61.05967] + }, + "position": { + "0.0": [0, -2.2, -1], + "1.7778": [0, -2.2, -1] + } + }, + "l_front_foot": { + "rotation": { + "0.0": [-93.73561, -6.21708, 61.82575], + "1.7778": [-93.73561, -6.21708, 61.82575] + }, + "position": { + "0.0": [0, -2.3, -1], + "1.7778": [0, -2.3, -1] + } + }, + "r_low_back_leg": { + "rotation": { + "0.0": [10, 0, 0], + "0.8889": [12, 0, 0], + "1.7778": [10, 0, 0] + }, + "scale": { + "0.0": [1, 1.19, 1], + "1.7778": [1, 1.19, 1] + } + }, + "l_low_back_leg": { + "rotation": { + "0.0": [10, 0, 0], + "0.8889": [10.01745, -0.49227, -0.08596], + "1.7778": [10, 0, 0] + }, + "scale": { + "0.0": [1, 1.2, 1], + "1.7778": [1, 1.2, 1] + } + }, + "r_back_foot": { + "rotation": { + "0.0": [97.5, 0, 0], + "1.7778": [97.5, 0, 0] + }, + "position": { + "0.0": [-0.2, -0.2, 0], + "1.7778": [-0.2, -0.2, 0] + } + }, + "l_back_foot": { + "rotation": { + "0.0": [97.5, 0, 0], + "0.8889": [99.5, 0, 0], + "1.7778": [97.5, 0, 0] + }, + "position": { + "0.0": [0.2, -0.2, 0], + "1.7778": [0.2, -0.2, 0] + } + }, + "root": { + "position": [0, 0, 0] + } + } + }, + "animation.miraidonpd.water_swim": { + "loop": true, + "animation_length": 1, + "bones": { + "miraidon": { + "position": [0, -5, 0] + }, + "f_wheel": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [-720, 0, 0] + } + }, + "r_wheel": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [-720, 0, 0] + } + }, + "r_front_leg": { + "rotation": [-80, 7.5, 80], + "position": [0.3, 0, 0] + }, + "l_front_leg": { + "rotation": [-80, -20, -80], + "position": [-0.5, 0, 0] + }, + "wing_r": { + "scale": [0, 1, 1] + }, + "wing_l": { + "scale": [0, 1, 1] + }, + "r_front_leg_lower": { + "rotation": [0, 0, -117.5] + }, + "l_front_leg_lower": { + "rotation": [0, 0, 135] + }, + "r_low_back_leg": { + "rotation": [-90, 0, 0], + "position": [0, 0.6, 2.7] + }, + "l_low_back_leg": { + "rotation": [-90, 0, 0], + "position": [0, 0.6, 2.7] + }, + "r_back_foot": { + "rotation": [-23, 0, 0] + }, + "l_back_foot": { + "rotation": [-23, 0, 0] + }, + "root": { + "position": [0, 0, 0] + } + } + }, + "animation.miraidonpd.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "miraidon": { + "position": [0, -5, 0] + }, + "f_wheel": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [-720, 0, 0] + } + }, + "r_wheel": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [-720, 0, 0] + } + }, + "r_front_leg": { + "rotation": [-80, 7.5, 80], + "position": [0.3, 0, 0] + }, + "l_front_leg": { + "rotation": [-80, -20, -80], + "position": [-0.5, 0, 0] + }, + "wing_r": { + "scale": [0, 1, 1] + }, + "wing_l": { + "scale": [0, 1, 1] + }, + "r_front_leg_lower": { + "rotation": [0, 0, -117.5] + }, + "l_front_leg_lower": { + "rotation": [0, 0, 135] + }, + "r_low_back_leg": { + "rotation": [-90, 0, 0], + "position": [0, 0.6, 2.7] + }, + "l_low_back_leg": { + "rotation": [-90, 0, 0], + "position": [0, 0.6, 2.7] + }, + "r_back_foot": { + "rotation": [-23, 0, 0] + }, + "l_back_foot": { + "rotation": [-23, 0, 0] + }, + "root": { + "position": [0, 0, 0] + } + } + }, + "animation.miraidonpd.air_fly": { + "loop": true, + "animation_length": 1, + "bones": { + "miraidon": { + "position": [0, -5, 0] + }, + "f_wheel": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [-720, 0, 0] + } + }, + "r_wheel": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [-720, 0, 0] + } + }, + "r_front_leg": { + "rotation": [-80, 7.5, 80], + "position": [0.3, 0, 0] + }, + "l_front_leg": { + "rotation": [-80, -20, -80], + "position": [-0.5, 0, 0] + }, + "wing_r": { + "scale": [0, 1, 1] + }, + "wing_l": { + "scale": [0, 1, 1] + }, + "r_front_leg_lower": { + "rotation": [0, 0, -117.5] + }, + "l_front_leg_lower": { + "rotation": [0, 0, 135] + }, + "r_low_back_leg": { + "rotation": [-90, 0, 0], + "position": [0, 0.6, 2.7] + }, + "l_low_back_leg": { + "rotation": [-90, 0, 0], + "position": [0, 0.6, 2.7] + }, + "r_back_foot": { + "rotation": [-23, 0, 0] + }, + "l_back_foot": { + "rotation": [-23, 0, 0] + }, + "root": { + "position": [0, 0, 0] + } + } + }, + "animation.miraidonpd.water_idle": { + "loop": true, + "animation_length": 1, + "bones": { + "miraidon": { + "position": { + "0.0": [0, -5, 0], + "0.5": [0, -4, 0], + "1.0": [0, -5, 0] + } + }, + "f_wheel": { + "rotation": [0, 0, 0] + }, + "r_wheel": { + "rotation": [0, 0, 0] + }, + "r_front_leg": { + "rotation": [-80, 7.5, 80], + "position": [0.3, 0, 0] + }, + "l_front_leg": { + "rotation": [-80, -20, -80], + "position": [-0.5, 0, 0] + }, + "wing_r": { + "scale": [0, 1, 1] + }, + "wing_l": { + "scale": [0, 1, 1] + }, + "r_front_leg_lower": { + "rotation": [0, 0, -117.5] + }, + "l_front_leg_lower": { + "rotation": [0, 0, 135] + }, + "r_low_back_leg": { + "rotation": [-90, 0, 0], + "position": [0, 0.6, 2.7] + }, + "l_low_back_leg": { + "rotation": [-90, 0, 0], + "position": [0, 0.6, 2.7] + }, + "r_back_foot": { + "rotation": [-23, 0, 0] + }, + "l_back_foot": { + "rotation": [-23, 0, 0] + }, + "root": { + "position": [0, 0, 0] + } + } + }, + "animation.miraidonpd.air_idle": { + "loop": true, + "animation_length": 1, + "bones": { + "miraidon": { + "position": { + "0.0": [0, -5, 0], + "0.5": [0, -4, 0], + "1.0": [0, -5, 0] + } + }, + "f_wheel": { + "rotation": [0, 0, 0] + }, + "r_wheel": { + "rotation": [0, 0, 0] + }, + "r_front_leg": { + "rotation": [-80, 7.5, 80], + "position": [0.3, 0, 0] + }, + "l_front_leg": { + "rotation": [-80, -20, -80], + "position": [-0.5, 0, 0] + }, + "r_front_leg_lower": { + "rotation": [0, 0, -117.5] + }, + "l_front_leg_lower": { + "rotation": [0, 0, 135] + }, + "r_low_back_leg": { + "rotation": [-90, 0, 0], + "position": [0, 0.6, 2.7] + }, + "l_low_back_leg": { + "rotation": [-90, 0, 0], + "position": [0, 0.6, 2.7] + }, + "r_back_foot": { + "rotation": [-23, 0, 0] + }, + "l_back_foot": { + "rotation": [-23, 0, 0] + }, + "r_back_leg": { + "rotation": [65, 0, 0] + }, + "l_back_leg": { + "rotation": [65, 0, 0] + }, + "root": { + "position": [0, 0, 0] + }, + "wing_r": { + "position": [0, 0, 0] + }, + "wing_l": { + "position": [0, 0, 0] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/reshiram/reshiram.animation.json b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/reshiram/reshiram.animation.json new file mode 100644 index 0000000..47250b1 --- /dev/null +++ b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/reshiram/reshiram.animation.json @@ -0,0 +1,547 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.reshiram.ground_idle": { + "loop": true, + "animation_length": 2.8571, + "bones": { + "wing_l2": { + "rotation": { + "0.0": [0, 0, 0], + "1.4286": [0, 0, 2.5], + "2.8571": [0, 0, 0] + } + }, + "wing_r2": { + "rotation": { + "0.0": [0, 0, 0], + "1.4286": [0, 0, -2.5], + "2.8571": [0, 0, 0] + } + }, + "body2": { + "rotation": { + "0.0": [0, 0, 0], + "1.4286": [2.5, 0, 0], + "2.8571": [0, 0, 0] + } + }, + "tail": { + "rotation": [7.5, 0, 0] + }, + "tail1": { + "rotation": { + "0.0": [-5, 0, 0], + "1.4286": [5, 0, 0], + "2.8571": [-5, 0, 0] + } + }, + "tail2": { + "rotation": { + "0.0": [-7.5, 0, 0], + "1.4286": [5, 0, 0], + "2.8571": [-7.5, 0, 0] + } + }, + "tail3": { + "rotation": { + "0.0": [5, 0, 0], + "1.4286": [-5, 0, 0], + "2.8571": [5, 0, 0] + } + }, + "tail4": { + "rotation": { + "0.0": [5, 0, 0], + "1.4286": [-5, 0, 0], + "2.8571": [5, 0, 0] + } + }, + "tail5": { + "rotation": { + "0.0": [5, 0, 0], + "1.4286": [-5, 0, 0], + "2.8571": [5, 0, 0] + } + }, + "tail6": { + "rotation": { + "0.0": [-5, 0, 0], + "1.4286": [5, 0, 0], + "2.8571": [-5, 0, 0] + } + }, + "head": { + "rotation": [10, 0, 0] + }, + "bone7": { + "rotation": { + "0.0": [-2.5, 0, 0], + "1.4286": [-15, 0, 0], + "2.8571": [-2.5, 0, 0] + } + }, + "bone8": { + "rotation": { + "0.0": [-7.5, 0, 0], + "1.4286": [7.5, 0, 0], + "2.8571": [-7.5, 0, 0] + } + }, + "bone9": { + "rotation": { + "0.0": [-7.5, 0, 0], + "1.4286": [7.5, 0, 0], + "2.8571": [-7.5, 0, 0] + } + }, + "bone10": { + "rotation": { + "0.0": [10, 0, 0], + "1.4286": [-5, 0, 0], + "2.8571": [10, 0, 0] + } + }, + "bone11": { + "rotation": { + "0.0": [10, 0, 0], + "1.4286": [-5, 0, 0], + "2.8571": [10, 0, 0] + } + }, + "bone18": { + "rotation": { + "0.0": [-5, 0, 0], + "1.4286": [5, 0, 0], + "2.8571": [-5, 0, 0] + } + }, + "bone19": { + "rotation": { + "0.0": [-7.5, 0, 0], + "1.4286": [5, 0, 0], + "2.8571": [-7.5, 0, 0] + } + }, + "bone22": { + "rotation": { + "0.0": [-5, 0, 0], + "1.4286": [-15, 0, 0], + "2.8571": [-5, 0, 0] + } + }, + "bone23": { + "rotation": { + "0.0": [-5, 0, 0], + "1.4286": [7.5, 0, 0], + "2.8571": [-5, 0, 0] + } + }, + "bone24": { + "rotation": { + "0.0": [-7.5, 0, 0], + "1.4286": [7.5, 0, 0], + "2.8571": [-7.5, 0, 0] + } + }, + "bone25": { + "rotation": { + "0.0": [10, 0, 0], + "1.4286": [-5, 0, 0], + "2.8571": [10, 0, 0] + } + }, + "bone26": { + "rotation": { + "0.0": [7.5, 0, 0], + "1.4286": [-5, 0, 0], + "2.8571": [7.5, 0, 0] + } + }, + "bone27": { + "rotation": { + "0.0": [-2.5, 0, 0], + "1.4286": [5, 0, 0], + "2.8571": [-2.5, 0, 0] + } + }, + "bone28": { + "rotation": { + "0.0": [-7.5, 0, 0], + "1.4286": [5, 0, 0], + "2.8571": [-7.5, 0, 0] + } + } + } + }, + "animation.reshiram.faint": { + "loop": true, + "animation_length": 2.8571, + "bones": { + "wing_l2": { + "rotation": { + "0.0": [0, 0, 0], + "1.4286": [0, 0, 2.5], + "2.8571": [0, 0, 0] + } + }, + "wing_r2": { + "rotation": { + "0.0": [0, 0, 0], + "1.4286": [0, 0, -2.5], + "2.8571": [0, 0, 0] + } + }, + "body2": { + "rotation": { + "0.0": [0, 0, 0], + "1.4286": [2.5, 0, 0], + "2.8571": [0, 0, 0] + } + }, + "tail": { + "rotation": [7.5, 0, 0] + }, + "tail1": { + "rotation": { + "0.0": [-5, 0, 0], + "1.4286": [5, 0, 0], + "2.8571": [-5, 0, 0] + } + }, + "tail2": { + "rotation": { + "0.0": [-7.5, 0, 0], + "1.4286": [5, 0, 0], + "2.8571": [-7.5, 0, 0] + } + }, + "tail3": { + "rotation": { + "0.0": [5, 0, 0], + "1.4286": [-5, 0, 0], + "2.8571": [5, 0, 0] + } + }, + "tail4": { + "rotation": { + "0.0": [5, 0, 0], + "1.4286": [-5, 0, 0], + "2.8571": [5, 0, 0] + } + }, + "tail5": { + "rotation": { + "0.0": [5, 0, 0], + "1.4286": [-5, 0, 0], + "2.8571": [5, 0, 0] + } + }, + "tail6": { + "rotation": { + "0.0": [-5, 0, 0], + "1.4286": [5, 0, 0], + "2.8571": [-5, 0, 0] + } + }, + "head": { + "rotation": [10, 0, 0] + }, + "bone7": { + "rotation": { + "0.0": [-2.5, 0, 0], + "1.4286": [-15, 0, 0], + "2.8571": [-2.5, 0, 0] + } + }, + "bone8": { + "rotation": { + "0.0": [-7.5, 0, 0], + "1.4286": [7.5, 0, 0], + "2.8571": [-7.5, 0, 0] + } + }, + "bone9": { + "rotation": { + "0.0": [-7.5, 0, 0], + "1.4286": [7.5, 0, 0], + "2.8571": [-7.5, 0, 0] + } + }, + "bone10": { + "rotation": { + "0.0": [10, 0, 0], + "1.4286": [-5, 0, 0], + "2.8571": [10, 0, 0] + } + }, + "bone11": { + "rotation": { + "0.0": [10, 0, 0], + "1.4286": [-5, 0, 0], + "2.8571": [10, 0, 0] + } + }, + "bone18": { + "rotation": { + "0.0": [-5, 0, 0], + "1.4286": [5, 0, 0], + "2.8571": [-5, 0, 0] + } + }, + "bone19": { + "rotation": { + "0.0": [-7.5, 0, 0], + "1.4286": [5, 0, 0], + "2.8571": [-7.5, 0, 0] + } + }, + "bone22": { + "rotation": { + "0.0": [-5, 0, 0], + "1.4286": [-15, 0, 0], + "2.8571": [-5, 0, 0] + } + }, + "bone23": { + "rotation": { + "0.0": [-5, 0, 0], + "1.4286": [7.5, 0, 0], + "2.8571": [-5, 0, 0] + } + }, + "bone24": { + "rotation": { + "0.0": [-7.5, 0, 0], + "1.4286": [7.5, 0, 0], + "2.8571": [-7.5, 0, 0] + } + }, + "bone25": { + "rotation": { + "0.0": [10, 0, 0], + "1.4286": [-5, 0, 0], + "2.8571": [10, 0, 0] + } + }, + "bone26": { + "rotation": { + "0.0": [7.5, 0, 0], + "1.4286": [-5, 0, 0], + "2.8571": [7.5, 0, 0] + } + }, + "bone27": { + "rotation": { + "0.0": [-2.5, 0, 0], + "1.4286": [5, 0, 0], + "2.8571": [-2.5, 0, 0] + } + }, + "bone28": { + "rotation": { + "0.0": [-7.5, 0, 0], + "1.4286": [5, 0, 0], + "2.8571": [-7.5, 0, 0] + } + } + } + }, + "animation.reshiram.ground_walk": { + "loop": true, + "animation_length": 2.8571, + "bones": { + "wing_l2": { + "rotation": { + "0.0": [0, 0, 0], + "1.4286": [0, 0, 2.5], + "2.8571": [0, 0, 0] + } + }, + "wing_r2": { + "rotation": { + "0.0": [0, 0, 0], + "1.4286": [0, 0, -2.5], + "2.8571": [0, 0, 0] + } + }, + "body2": { + "rotation": [12.5, 0, 0] + }, + "tail": { + "rotation": [7.5, 0, 0] + }, + "tail1": { + "rotation": { + "0.0": [-5, 0, 0], + "1.4286": [5, 0, 0], + "2.8571": [-5, 0, 0] + } + }, + "tail2": { + "rotation": { + "0.0": [-7.5, 0, 0], + "1.4286": [5, 0, 0], + "2.8571": [-7.5, 0, 0] + } + }, + "tail3": { + "rotation": { + "0.0": [5, 0, 0], + "1.4286": [-5, 0, 0], + "2.8571": [5, 0, 0] + } + }, + "tail4": { + "rotation": { + "0.0": [5, 0, 0], + "1.4286": [-5, 0, 0], + "2.8571": [5, 0, 0] + } + }, + "tail5": { + "rotation": { + "0.0": [5, 0, 0], + "1.4286": [-5, 0, 0], + "2.8571": [5, 0, 0] + } + }, + "tail6": { + "rotation": { + "0.0": [-5, 0, 0], + "1.4286": [5, 0, 0], + "2.8571": [-5, 0, 0] + } + }, + "head": { + "rotation": [-7.5, 0, 0] + }, + "bone7": { + "rotation": { + "0.0": [-2.5, 0, 0], + "1.4286": [-15, 0, 0], + "2.8571": [-2.5, 0, 0] + } + }, + "bone8": { + "rotation": { + "0.0": [-7.5, 0, 0], + "1.4286": [7.5, 0, 0], + "2.8571": [-7.5, 0, 0] + } + }, + "bone9": { + "rotation": { + "0.0": [-7.5, 0, 0], + "1.4286": [7.5, 0, 0], + "2.8571": [-7.5, 0, 0] + } + }, + "bone10": { + "rotation": { + "0.0": [10, 0, 0], + "1.4286": [-5, 0, 0], + "2.8571": [10, 0, 0] + } + }, + "bone11": { + "rotation": { + "0.0": [10, 0, 0], + "1.4286": [-5, 0, 0], + "2.8571": [10, 0, 0] + } + }, + "bone18": { + "rotation": { + "0.0": [-5, 0, 0], + "1.4286": [5, 0, 0], + "2.8571": [-5, 0, 0] + } + }, + "bone19": { + "rotation": { + "0.0": [-7.5, 0, 0], + "1.4286": [5, 0, 0], + "2.8571": [-7.5, 0, 0] + } + }, + "bone22": { + "rotation": { + "0.0": [-5, 0, 0], + "1.4286": [-15, 0, 0], + "2.8571": [-5, 0, 0] + } + }, + "bone23": { + "rotation": { + "0.0": [-5, 0, 0], + "1.4286": [7.5, 0, 0], + "2.8571": [-5, 0, 0] + } + }, + "bone24": { + "rotation": { + "0.0": [-7.5, 0, 0], + "1.4286": [7.5, 0, 0], + "2.8571": [-7.5, 0, 0] + } + }, + "bone25": { + "rotation": { + "0.0": [10, 0, 0], + "1.4286": [-5, 0, 0], + "2.8571": [10, 0, 0] + } + }, + "bone26": { + "rotation": { + "0.0": [7.5, 0, 0], + "1.4286": [-5, 0, 0], + "2.8571": [7.5, 0, 0] + } + }, + "bone27": { + "rotation": { + "0.0": [-2.5, 0, 0], + "1.4286": [5, 0, 0], + "2.8571": [-2.5, 0, 0] + } + }, + "bone28": { + "rotation": { + "0.0": [-7.5, 0, 0], + "1.4286": [5, 0, 0], + "2.8571": [-7.5, 0, 0] + } + }, + "wing_left": { + "rotation": [-15, 0, 0] + }, + "wing_right": { + "rotation": [-15, 0, 0] + }, + "leg_left": { + "rotation": [25, 0, 0] + }, + "l_foot": { + "rotation": [35, 0, 0] + }, + "bone2": { + "rotation": [32.5, 0, 0] + }, + "r_leg": { + "rotation": [25, 0, 0] + }, + "r_foot": { + "rotation": [32.5, 0, 0] + }, + "bone": { + "rotation": [35, 0, 0] + }, + "reshiram": { + "position": [0, 19, 0] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/zekrom/zekrom.animation.json b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/zekrom/zekrom.animation.json new file mode 100644 index 0000000..15872d1 --- /dev/null +++ b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/zekrom/zekrom.animation.json @@ -0,0 +1,266 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.zekrom.ground_idle": { + "loop": true, + "animation_length": 2.8571, + "bones": { + "body": { + "rotation": [5, 0, 0] + }, + "right_leg": { + "rotation": [-30, 17.5, 0] + }, + "r_leg_bottom": { + "rotation": [22.5, 0, 0] + }, + "tail": { + "rotation": { + "0.0": [-15, 0, 0], + "1.4286": [-12.5, 0, 0], + "2.8571": [-15, 0, 0] + } + }, + "neck": { + "rotation": [22.5, 0, 0] + }, + "arm_r": { + "rotation": { + "0.0": [0, -10, -52.5], + "1.4286": [0, -7.5, -52.5], + "2.8571": [0, -10, -52.5] + } + }, + "head": { + "rotation": [-17.5, 0, 0] + }, + "arm_l": { + "rotation": { + "0.0": [0, 10, 52.5], + "1.4286": [0, 7.5, 52.5], + "2.8571": [0, 10, 52.5] + } + }, + "leg_l": { + "rotation": [-30, -17.5, 0] + }, + "l_leg_lower": { + "rotation": [22.5, 0, 0] + }, + "l_wing_main": { + "rotation": [0, -32.5, 0] + }, + "r_wing_main": { + "rotation": [0, 32.5, 0] + }, + "l_arm_lower": { + "rotation": [90, 47.5, 0] + }, + "r_arm_lower": { + "rotation": [90, -47.5, 0], + "position": [0, 0, -0.7] + }, + "body1": { + "rotation": { + "0.0": [2.5, 0, 0], + "1.4286": [0.75, 0, 0], + "2.8571": [2.5, 0, 0] + } + }, + "body2": { + "rotation": [10, 0, 0] + }, + "body3": { + "rotation": [10, 0, 0] + }, + "zekrom": { + "position": [0, -2, 0] + } + } + }, + "animation.zekrom.faint": { + "animation_length": 2.8571, + "bones": { + "body": { + "rotation": [5, 0, 0] + }, + "right_leg": { + "rotation": [-30, 17.5, 0] + }, + "r_leg_bottom": { + "rotation": [22.5, 0, 0] + }, + "tail": { + "rotation": { + "0.0": [-15, 0, 0], + "1.4286": [-12.5, 0, 0], + "2.8571": [-15, 0, 0] + } + }, + "neck": { + "rotation": [22.5, 0, 0] + }, + "arm_r": { + "rotation": { + "0.0": [0, -10, -52.5], + "1.4286": [0, -7.5, -52.5], + "2.8571": [0, -10, -52.5] + } + }, + "head": { + "rotation": { + "0.0": [-17.5, 0, 0], + "0.4762": [-62.5, 0, 0], + "0.9524": [-67.5, 0, 0], + "1.4286": [-65, 0, 0], + "1.8452": [-67.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.4762": [0, 1, -0.6] + } + }, + "arm_l": { + "rotation": { + "0.0": [0, 10, 52.5], + "1.4286": [0, 7.5, 52.5], + "2.8571": [0, 10, 52.5] + } + }, + "leg_l": { + "rotation": [-30, -17.5, 0] + }, + "l_leg_lower": { + "rotation": [22.5, 0, 0] + }, + "l_wing_main": { + "rotation": [0, -32.5, 0] + }, + "r_wing_main": { + "rotation": [0, 32.5, 0] + }, + "l_arm_lower": { + "rotation": [90, 47.5, 0] + }, + "r_arm_lower": { + "rotation": [90, -47.5, 0], + "position": [0, 0, -0.7] + }, + "body1": { + "rotation": { + "0.0": [2.5, 0, 0], + "1.4286": [0.75, 0, 0], + "2.8571": [2.5, 0, 0] + } + }, + "body2": { + "rotation": [10, 0, 0] + }, + "body3": { + "rotation": [10, 0, 0] + }, + "bottom_jaw": { + "rotation": { + "0.0": [0, 0, 0], + "0.7143": [42.5, 0, 0] + } + } + } + }, + "animation.zekrom.ground_walk": { + "loop": true, + "animation_length": 2.8571, + "bones": { + "body": { + "rotation": [25, 0, 0], + "position": { + "0.0": [0, 14, 0], + "1.4286": [0, 11, 0], + "2.8571": [0, 14, 0] + } + }, + "right_leg": { + "rotation": { + "0.0": [2.5, 17.5, 0], + "1.4286": [2.5, 17.5, 0], + "2.8571": [2.5, 17.5, 0] + } + }, + "r_leg_bottom": { + "rotation": [22.5, 0, 0] + }, + "tail": { + "rotation": { + "0.0": [-15, 0, 0], + "1.4286": [-12.5, 0, 0], + "2.8571": [-15, 0, 0] + } + }, + "neck": { + "rotation": [22.5, 0, 0] + }, + "arm_r": { + "rotation": { + "0.0": [0, -32.5, -52.5], + "1.4286": [0, -32.5, -52.5], + "2.8571": [0, -32.5, -52.5] + } + }, + "head": { + "rotation": { + "0.0": [-50, 0, 0], + "1.4286": [-50, 0, 0], + "2.8571": [-50, 0, 0] + } + }, + "arm_l": { + "rotation": { + "0.0": [0, 32.5, 52.5], + "1.4286": [0, 32.5, 52.5], + "2.8571": [0, 32.5, 52.5] + } + }, + "leg_l": { + "rotation": { + "0.0": [2.5, -17.5, 0], + "1.4286": [2.5, -17.5, 0], + "2.8571": [2.5, -17.5, 0] + } + }, + "l_leg_lower": { + "rotation": { + "0.0": [22.5, 0, 0], + "1.4286": [22.5, 0, 0], + "2.8571": [22.5, 0, 0] + } + }, + "l_wing_main": { + "rotation": [0, -32.5, 0] + }, + "r_wing_main": { + "rotation": [0, 32.5, 0] + }, + "l_arm_lower": { + "rotation": [90, 47.5, 0] + }, + "r_arm_lower": { + "rotation": [90, -47.5, 0], + "position": [0, 0, -0.7] + }, + "body1": { + "rotation": { + "0.0": [2.5, 0, 0], + "1.4286": [0.75, 0, 0], + "2.8571": [2.5, 0, 0] + } + }, + "body2": { + "rotation": [10, 0, 0] + }, + "body3": { + "rotation": [10, 0, 0] + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/zygarde/zygarde.animation.json b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/zygarde/zygarde.animation.json new file mode 100644 index 0000000..d08c44e --- /dev/null +++ b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/zygarde/zygarde.animation.json @@ -0,0 +1,137 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.zygarde.ground_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [-5, 0, 0], + "2.0": [0, 0, 0] + } + }, + "neck1": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [7.5, 0, 0], + "2.0": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [5, 0, 0], + "2.0": [0, 0, 0] + } + } + } + }, + "animation.zygarde.ground_walk": { + "loop": true, + "animation_length": 1.6, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.8": [-5, 0, 0], + "1.6": [0, 0, 0] + } + }, + "neck1": { + "rotation": { + "0.0": [0, 0, 0], + "0.8": [7.5, 0, 0], + "1.6": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.8": [5, 0, 0], + "1.6": [0, 0, 0] + } + }, + "tail_1": { + "rotation": { + "0.0": [0, 0, 0], + "0.8": [35, 0, 0], + "1.6": [0, 0, 0] + } + }, + "tail_2": { + "rotation": { + "0.0": [0, 0, 0], + "0.8": [-35, 0, 0], + "1.6": [0, 0, 0] + } + }, + "tail_3": { + "rotation": { + "0.0": [0, 0, 0], + "0.8": [-37.5, 0, 0], + "1.6": [0, 0, 0] + } + }, + "tail_4": { + "rotation": { + "0.0": [0, 0, 0], + "0.8": [37.5, 0, 0], + "1.6": [0, 0, 0] + } + } + } + }, + "animation.zygarde.faint": { + "loop": true, + "animation_length": 1.5, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.8333": [65, 0, 0] + } + }, + "body1": { + "rotation": { + "0.0": [0, 0, 0], + "0.8333": [17.5, 0, 0], + "1.0417": [15, 0, 0], + "1.25": [17.5, 0, 0] + } + }, + "body2": { + "rotation": { + "0.0": [0, 0, 0], + "0.8333": [7.5, 0, 0] + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.8333": [-20, 0, 0] + } + }, + "neck1": { + "rotation": { + "0.0": [0, 0, 0], + "0.8333": [-35, 0, 0] + } + }, + "neck2": { + "rotation": { + "0.0": [0, 0, 0], + "0.8333": [-20, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.8333": [-50, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/arceus/arceus.geo.json b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/arceus/arceus.geo.json new file mode 100644 index 0000000..21570a3 --- /dev/null +++ b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/arceus/arceus.geo.json @@ -0,0 +1,271 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.arceus", + "texture_width": 256, + "texture_height": 256, + "visible_bounds_width": 7, + "visible_bounds_height": 5.5, + "visible_bounds_offset": [0, 2.25, 0] + }, + "bones": [ + { + "name": "arceus", + "pivot": [0, 0, 0] + }, + { + "name": "front_leg_left", + "parent": "arceus", + "pivot": [5.0247, 32.55294, -9.84014], + "rotation": [-7.5, 0, 0], + "cubes": [ + {"origin": [5, 21.16231, -12.04087], "size": [5, 15, 5], "pivot": [-0.5, 30.16231, -10.04087], "rotation": [7.5, 0, 0], "uv": [60, 64]}, + {"origin": [5.97868, 28.51061, -10.89751], "size": [4, 4, 2], "pivot": [11, 28.97507, -11.39751], "rotation": [5.31847, -5.29571, 44.75386], "uv": [32, 120]} + ] + }, + { + "name": "BottomLegFL", + "parent": "front_leg_left", + "pivot": [7.5, 20.94696, -10.73431], + "cubes": [ + {"origin": [4, 13.16231, -13.04087], "size": [7, 6, 5], "pivot": [-0.5, 30.16231, -10.04087], "rotation": [7.5, 0, 0], "uv": [0, 94]}, + {"origin": [5, 11.34734, -10.21778], "size": [5, 10, 5], "pivot": [7.5, 16.34734, -7.71778], "rotation": [7.5, 0, 0], "uv": [34, 95]}, + {"origin": [4, 14.48143, -17.80053], "size": [7, 2, 1], "pivot": [-0.5, 12.98143, -10.30053], "rotation": [-82.5, 0, 0], "uv": [0, 71]}, + {"origin": [5.5, 4.16231, -12.04087], "size": [4, 7, 5], "pivot": [-0.5, 30.16231, -10.04087], "rotation": [7.5, 0, 0], "uv": [49, 105]}, + {"origin": [6, 0.16231, -11.04087], "size": [3, 4, 3], "pivot": [-0.5, 30.16231, -10.04087], "rotation": [7.5, 0, 0], "uv": [112, 7]}, + {"origin": [6, 13.16231, -7.04087], "size": [3, 7, 3], "pivot": [-0.5, 30.16231, -10.04087], "rotation": [7.5, 0, 0], "uv": [110, 110]} + ] + }, + { + "name": "front_leg_right", + "parent": "arceus", + "pivot": [-6.01518, 32.48604, -9.70751], + "rotation": [-7.5, 0, 0], + "cubes": [ + {"origin": [-11, 21.16035, -11.70362], "size": [5, 15, 5], "pivot": [-0.5, 30.16035, -10.00362], "rotation": [7.5, 0, 0], "uv": [40, 64]}, + {"origin": [-8.83553, 13.79444, -10.56026], "size": [4, 4, 2], "pivot": [11, 28.97312, -11.36026], "rotation": [5.31847, -5.29571, 44.75386], "uv": [72, 119]} + ] + }, + { + "name": "bottomLegFR", + "parent": "front_leg_right", + "pivot": [-8.5, 20.945, -10.79706], + "cubes": [ + {"origin": [-12, 14.47947, -17.46329], "size": [7, 2, 1], "pivot": [-0.5, 12.97947, -10.26329], "rotation": [-82.5, 0, 0], "uv": [66, 44]}, + {"origin": [-12, 13.16035, -12.70362], "size": [7, 6, 5], "pivot": [-0.5, 30.16035, -10.00362], "rotation": [7.5, 0, 0], "uv": [90, 90]}, + {"origin": [-11, 11.16035, -11.70362], "size": [5, 10, 5], "pivot": [-0.5, 30.16035, -10.00362], "rotation": [7.5, 0, 0], "uv": [58, 90]}, + {"origin": [-10.5, 4.16035, -11.70362], "size": [4, 7, 5], "pivot": [-0.5, 30.16035, -10.00362], "rotation": [7.5, 0, 0], "uv": [106, 67]}, + {"origin": [-10, 0.16035, -10.70362], "size": [3, 4, 3], "pivot": [-0.5, 30.16035, -10.00362], "rotation": [7.5, 0, 0], "uv": [113, 34]}, + {"origin": [-10, 13.16035, -6.70362], "size": [3, 7, 3], "pivot": [-0.5, 30.16035, -10.00362], "rotation": [7.5, 0, 0], "uv": [36, 110]} + ] + }, + { + "name": "torso", + "parent": "arceus", + "pivot": [-0.5, 36.48333, 7.66667], + "cubes": [ + {"origin": [-6, 30, 9], "size": [11, 13, 10], "uv": [34, 41]}, + {"origin": [-5, 31, 8], "size": [9, 11, 1], "uv": [93, 101]}, + {"origin": [-8, 29.9, -7], "size": [15, 13, 15], "uv": [0, 0]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [-0.5, 40.5, 16], + "cubes": [ + {"origin": [-3, 37, 16], "size": [5, 7, 8], "uv": [45, 0]} + ] + }, + { + "name": "tail_piece_1", + "parent": "tail", + "pivot": [-0.5, 41, 24], + "cubes": [ + {"origin": [-2.5, 38, 24], "size": [4, 6, 8], "uv": [64, 7]} + ] + }, + { + "name": "tail_piece_2", + "parent": "tail_piece_1", + "pivot": [-0.5, 42, 32], + "cubes": [ + {"origin": [-2, 40, 32], "size": [3, 4, 8], "uv": [94, 25]} + ] + }, + { + "name": "tail_piece_3", + "parent": "tail_piece_2", + "pivot": [-0.5, 43, 40], + "cubes": [ + {"origin": [-1.5, 42, 40], "size": [2, 2, 4], "uv": [118, 49]} + ] + }, + { + "name": "ring", + "parent": "torso", + "pivot": [-0.34779, 37.54742, 8.5], + "cubes": [ + {"origin": [9.8, 48.9, 8.5], "size": [6, 5, 0], "pivot": [0.2, 25.2, 8], "rotation": [0, 0, -45], "uv": [96, 57]}, + {"origin": [5.7, 54.3, 8.5], "size": [4, 7, 0], "pivot": [0.6, 25.6, 8], "rotation": [0, 0, -45], "uv": [45, 0]}, + {"origin": [5.7, 49.3, 7.5], "size": [4, 5, 2], "pivot": [0.6, 25.6, 8], "rotation": [0, 0, -45], "uv": [48, 117]}, + {"origin": [7.1, 49.5, 7], "size": [2, 4, 3], "pivot": [1, 25.5, 8], "rotation": [0, 0, -45], "uv": [41, 123]}, + {"origin": [-16.7, 42.3, 8], "size": [3, 8, 1], "pivot": [-17.9, 47.9, 8.5], "rotation": [0, 0, 27.5], "uv": [84, 123]}, + {"origin": [-19.4, 33.4, 7.5], "size": [3, 9, 2], "uv": [112, 42]}, + {"origin": [10.40778, 19.08309, 8], "size": [3, 9.8, 1], "pivot": [-1.22298, 30.27332, 8.5], "rotation": [0, 0, 152.5], "uv": [120, 86]}, + {"origin": [0.04688, 43.91094, 7.5], "size": [4, 5, 2], "pivot": [-1.20312, 33.11094, 8], "rotation": [0, 0, -135], "uv": [118, 102]}, + {"origin": [1.44688, 44.11094, 7], "size": [2, 4, 3], "pivot": [-0.80312, 33.01094, 7.5], "rotation": [0, 0, -135], "uv": [123, 76]}, + {"origin": [0.04688, 48.91094, 8.5], "size": [4, 7, 0], "pivot": [-1.20312, 33.11094, 8], "rotation": [0, 0, -135], "uv": [124, 5]}, + {"origin": [-5.95312, 43.91094, 8.5], "size": [6, 5, 0], "pivot": [-1.20312, 33.11094, 8], "rotation": [0, 0, -135], "uv": [118, 0]}, + {"origin": [1.04688, 30.91094, 8], "size": [2, 13, 1], "pivot": [-1.20312, 33.11094, 8.5], "rotation": [0, 0, -135], "uv": [101, 113]}, + {"origin": [6.7, 36.3, 8], "size": [2, 13, 1], "pivot": [0.6, 25.6, 8.5], "rotation": [0, 0, -45], "uv": [6, 117]}, + {"origin": [1.06533, 43.07559, 8], "size": [2, 13, 1], "pivot": [-4.43467, 41.97559, 8.5], "rotation": [0, 0, 45], "uv": [0, 117]}, + {"origin": [-5.93467, 56.07559, 8.5], "size": [6, 5, 0], "pivot": [-4.43467, 41.97559, 8], "rotation": [0, 0, 45], "uv": [120, 55]}, + {"origin": [0.06533, 56.07559, 7.5], "size": [4, 5, 2], "pivot": [-4.43467, 41.97559, 8], "rotation": [0, 0, 45], "uv": [20, 117]}, + {"origin": [1.06533, 56.37559, 7], "size": [2, 4, 3], "pivot": [-4.43467, 41.97559, 8], "rotation": [0, 0, 45], "uv": [122, 38]}, + {"origin": [0.06533, 61.07559, 8.5], "size": [4, 7, 0], "pivot": [-4.43467, 41.97559, 8], "rotation": [0, 0, 45], "uv": [51, 124]}, + {"origin": [12.5, 42.2, 8], "size": [3, 10, 1], "pivot": [16.5, 47.4, 8.4], "rotation": [0, 0, -27.5], "uv": [12, 117]}, + {"origin": [15, 33.3, 7.5], "size": [3, 9, 2], "uv": [91, 113]}, + {"origin": [-14.18904, 19.13252, 8], "size": [3, 8, 1], "pivot": [0.17702, 30.17332, 8.4], "rotation": [0, 0, -152.5], "uv": [122, 109]}, + {"origin": [4.53553, 25.83919, 8], "size": [2, 13, 1], "pivot": [5.53553, 32.33919, 8.5], "rotation": [0, 0, 135], "uv": [114, 90]}, + {"origin": [4.53553, 39.13919, 7], "size": [2, 4, 3], "pivot": [5.53553, 32.33919, 7.5], "rotation": [0, 0, 135], "uv": [122, 30]}, + {"origin": [3.53553, 38.83919, 7.5], "size": [4, 5, 2], "pivot": [5.53553, 32.33919, 8], "rotation": [0, 0, 135], "uv": [117, 14]}, + {"origin": [3.53553, 43.83919, 8.5], "size": [4, 7, 0], "pivot": [5.53553, 32.33919, 8], "rotation": [0, 0, 135], "uv": [20, 124]}, + {"origin": [8.33553, 39.23919, 8.5], "size": [6, 5, 0], "pivot": [5.83553, 32.73919, 8], "rotation": [0, 0, 135], "uv": [119, 67]}, + {"origin": [-2.5, 40.7, -2], "size": [4, 2, 4], "pivot": [-0.5, 41.7, 3], "rotation": [0, 0, 90], "uv": [34, 29]}, + {"origin": [-2.5, 39.7, 2], "size": [4, 4, 7], "pivot": [-0.5, 41.7, 3], "rotation": [0, 0, 90], "uv": [95, 46]}, + {"origin": [-9, 35.2, 2], "size": [4, 4, 7], "uv": [71, 98]}, + {"origin": [-9, 36.2, -2], "size": [4, 2, 4], "uv": [64, 1]}, + {"origin": [7, 36.2, -2], "size": [1, 2, 4], "uv": [70, 21]}, + {"origin": [3, 35.2, 2], "size": [5, 4, 7], "uv": [0, 77]} + ] + }, + { + "name": "back_leg_left", + "parent": "arceus", + "pivot": [4.9247, 33.56109, 14.25], + "rotation": [-7.5, 0, 0], + "cubes": [ + {"origin": [5, 20.94479, 11.65769], "size": [5, 15, 5], "pivot": [-0.5, 32.94479, 13.65769], "rotation": [7.5, 0, 0], "uv": [0, 51]}, + {"origin": [8.1, 29.17177, 12.80105], "size": [4, 4, 2], "pivot": [11, 31.75756, 12.30105], "rotation": [5.31847, -5.29571, 44.75386], "uv": [63, 84]} + ] + }, + { + "name": "BottomLegBL", + "parent": "back_leg_left", + "pivot": [7.5, 21.4551, 18.05583], + "cubes": [ + {"origin": [6, 12.94479, 16.65769], "size": [3, 7, 3], "pivot": [-0.5, 32.94479, 13.65769], "rotation": [7.5, 0, 0], "uv": [79, 109]}, + {"origin": [5, 10.94479, 11.65769], "size": [5, 10, 5], "pivot": [-0.5, 32.94479, 13.65769], "rotation": [7.5, 0, 0], "uv": [75, 80]}, + {"origin": [4, 17.26391, 8.89803], "size": [7, 2, 1], "pivot": [-0.5, 15.76391, 13.39803], "rotation": [-82.5, 0, 0], "uv": [33, 35]}, + {"origin": [4, 12.94479, 10.65769], "size": [7, 6, 5], "pivot": [-0.5, 32.94479, 13.65769], "rotation": [7.5, 0, 0], "uv": [81, 0]}, + {"origin": [5.5, 3.94479, 11.65769], "size": [4, 7, 5], "pivot": [-0.5, 32.94479, 13.65769], "rotation": [7.5, 0, 0], "uv": [0, 105]}, + {"origin": [6, -0.05521, 12.65769], "size": [3, 4, 3], "pivot": [-0.5, 32.94479, 13.65769], "rotation": [7.5, 0, 0], "uv": [84, 34]} + ] + }, + { + "name": "back_leg_right", + "parent": "arceus", + "pivot": [-6.01518, 33.39645, 14.25], + "rotation": [-7.5, 0, 0], + "cubes": [ + {"origin": [-11, 20.94509, 11.66231], "size": [5, 15, 5], "pivot": [-0.5, 32.94509, 13.66231], "rotation": [7.5, 0, 0], "uv": [20, 64]}, + {"origin": [-6.71421, 14.45786, 12.80567], "size": [4, 4, 2], "pivot": [11, 31.75786, 12.30567], "rotation": [5.31847, -5.29571, 44.75386], "uv": [0, 88]} + ] + }, + { + "name": "BottomLegBR", + "parent": "back_leg_right", + "pivot": [-8.5, 21.35526, 18.17732], + "cubes": [ + {"origin": [-12, 17.26422, 8.90264], "size": [7, 2, 1], "pivot": [-0.5, 15.76422, 13.40264], "rotation": [-82.5, 0, 0], "uv": [66, 41]}, + {"origin": [-10, 12.94509, 16.66231], "size": [3, 7, 3], "pivot": [-0.5, 32.94509, 13.66231], "rotation": [7.5, 0, 0], "uv": [67, 109]}, + {"origin": [-12, 12.94509, 10.66231], "size": [7, 6, 5], "pivot": [-0.5, 32.94509, 13.66231], "rotation": [7.5, 0, 0], "uv": [39, 84]}, + {"origin": [-11, 10.94509, 11.66231], "size": [5, 10, 5], "pivot": [-0.5, 32.94509, 13.66231], "rotation": [7.5, 0, 0], "uv": [19, 84]}, + {"origin": [-10.5, 3.94509, 11.66231], "size": [4, 7, 5], "pivot": [-0.5, 32.94509, 13.66231], "rotation": [7.5, 0, 0], "uv": [18, 105]}, + {"origin": [-10, -0.05491, 12.66231], "size": [3, 4, 3], "pivot": [-0.5, 32.94509, 13.66231], "rotation": [7.5, 0, 0], "uv": [111, 79]} + ] + }, + { + "name": "neck", + "parent": "arceus", + "pivot": [-0.5, 30, -10], + "rotation": [-7.5, 0, 0], + "cubes": [ + {"origin": [-6, 30, -16], "size": [11, 12, 11], "pivot": [-0.5, 30, -10], "rotation": [7.5, 0, 0], "uv": [0, 28]} + ] + }, + { + "name": "neck_upper", + "parent": "neck", + "pivot": [-0.5, 42.12756, -10.2788], + "cubes": [ + {"origin": [-2.95, 52, -15], "size": [5, 3, 4], "pivot": [-0.4, 30, -10], "rotation": [7.5, 0, 0], "uv": [108, 23]}, + {"origin": [-3.45, 47, -15.5], "size": [6, 5, 5], "pivot": [-0.2, 30, -10], "rotation": [7.5, 0, 0], "uv": [103, 57]}, + {"origin": [-4, 42, -16], "size": [7, 5, 7], "pivot": [-0.5, 30, -10], "rotation": [7.5, 0, 0], "uv": [75, 57]}, + {"origin": [1.8, 41.45871, -14.55854], "size": [7, 11, 0], "pivot": [5.5, 46.95871, -15.25854], "rotation": [8.64388, -29.7174, -4.30963], "uv": [20, 51]}, + {"origin": [-9.8, 41.45871, -14.55854], "size": [7, 11, 0], "pivot": [-6.5, 46.95871, -15.25854], "rotation": [8.64388, 29.7174, 4.30963], "uv": [0, 0]}, + {"origin": [-2.5, 43, -17.1], "size": [4, 5, 2], "pivot": [-0.4, 30, -10], "rotation": [7.5, 0, 0], "uv": [60, 119]}, + {"origin": [-2, 48, -16.7], "size": [3, 3, 2], "pivot": [-0.4, 30, -10], "rotation": [7.5, 0, 0], "uv": [35, 64]} + ] + }, + { + "name": "head", + "parent": "neck_upper", + "pivot": [-0.5, 53.82682, -18.23846], + "rotation": [0.5, 0, 0], + "cubes": [ + {"origin": [-5, 55.37084, -14.5942], "size": [9, 7, 4], "pivot": [-0.5, 30.62099, -6.1291], "rotation": [7.5, 0, 0], "uv": [80, 69]}, + {"origin": [4.55, 62.37084, -16.5942], "size": [0, 7, 5], "pivot": [0, 30.62099, -6.1291], "rotation": [7.5, 0, 0], "uv": [60, 16]}, + {"origin": [-5.65, 62.37084, -16.5942], "size": [0, 7, 5], "pivot": [-1.1, 30.62099, -6.1291], "rotation": [7.5, 0, 0], "uv": [0, 23]}, + {"origin": [-5, 55.37084, -19.5942], "size": [9, 1, 5], "pivot": [-0.5, 30.62099, -6.1291], "rotation": [7.5, 0, 0], "uv": [89, 11]}, + {"origin": [-4, 56.37084, -18.5942], "size": [7, 2, 4], "pivot": [-0.5, 30.62099, -6.1291], "rotation": [7.5, 0, 0], "uv": [96, 17]}, + {"origin": [-4.5, 54.77808, -21.62836], "size": [8, 6, 6], "pivot": [0, 55.9806, -16.52816], "rotation": [20, 0, 0], "uv": [74, 21]}, + {"origin": [-5.5, 59.93998, -23.85934], "size": [10, 3, 10], "pivot": [0, 59.08546, -15.92829], "rotation": [22.5, 0, 0], "uv": [44, 28]}, + {"origin": [-4.6, 56.82682, -21.63846], "size": [1, 2, 2], "pivot": [-4.7, 56.82682, -20.63846], "rotation": [23, 0, 0], "uv": [0, 11]}, + {"origin": [-4.65, 57.22682, -21.73846], "size": [1, 1, 1], "pivot": [-4.8, 57.22682, -20.73846], "rotation": [23, 0, 0], "uv": [4, 11]}, + {"origin": [-4.55, 56.52682, -21.63846], "size": [1, 2, 3], "pivot": [-4.6, 56.52682, -20.63846], "rotation": [23, 0, 0], "uv": [46, 28]}, + {"origin": [2.65, 57.22682, -21.73846], "size": [1, 1, 1], "pivot": [2.5, 57.22682, -20.73846], "rotation": [23, 0, 0], "uv": [4, 11]}, + {"origin": [2.6, 56.82682, -21.63846], "size": [1, 2, 2], "pivot": [2.5, 56.82682, -20.63846], "rotation": [23, 0, 0], "uv": [0, 11]}, + {"origin": [2.55, 56.52682, -21.63846], "size": [1, 2, 3], "pivot": [2.5, 56.52682, -20.63846], "rotation": [23, 0, 0], "uv": [46, 28]} + ] + }, + { + "name": "head_tail", + "parent": "head", + "pivot": [-0.5, 62.4489, -15.94941], + "rotation": [7.5, 0, 0], + "cubes": [ + {"origin": [-3.95, 58.2489, -15.62441], "size": [7, 6, 6], "pivot": [-0.5, 62.4489, -9.24941], "rotation": [7.5, 0, 0], "uv": [76, 41]} + ] + }, + { + "name": "head_tail_2", + "parent": "head_tail", + "pivot": [-0.5, 63.01522, -10.14056], + "cubes": [ + {"origin": [-2.95, 60.9929, -9.77318], "size": [5, 4, 6], "pivot": [-0.5, 64.1929, -3.39818], "rotation": [7.5, 0, 0], "uv": [95, 80]} + ] + }, + { + "name": "head_tail_3", + "parent": "head_tail_2", + "pivot": [-0.5, 63.94175, -4.68162], + "cubes": [ + {"origin": [-2.45, 63.66522, -4.01556], "size": [4, 2, 5], "pivot": [-0.5, 66.11522, 1.85944], "rotation": [7.5, 0, 0], "uv": [105, 0]} + ] + }, + { + "name": "head_tail_4", + "parent": "head_tail_3", + "pivot": [-0.5, 62.24175, 0.21838], + "cubes": [ + {"origin": [-2.45, 64.19175, 0.94338], "size": [4, 2, 5], "pivot": [-0.5, 66.64175, 6.21838], "rotation": [7.5, 0, 0], "uv": [96, 37]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/hooh/hooh.geo.json b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/hooh/hooh.geo.json new file mode 100644 index 0000000..0cb62bd --- /dev/null +++ b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/hooh/hooh.geo.json @@ -0,0 +1,644 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 256, + "texture_height": 256, + "visible_bounds_width": 13, + "visible_bounds_height": 8, + "visible_bounds_offset": [0, 3, 0] + }, + "bones": [ + { + "name": "root", + "pivot": [0, 0, 0] + }, + { + "name": "ho_oh", + "parent": "root", + "pivot": [0, 0, 0], + "rotation": [0, 0, 0] + }, + { + "name": "body", + "parent": "ho_oh", + "pivot": [0, 29.25, 1.625], + "cubes": [ + {"origin": [-9.5, 0, -18], "size": [19, 26, 19], "pivot": [1.5, 29.25, -5.375], "rotation": [90, 0, 0], "uv": [129, 126]}, + {"origin": [-8, 22, -19], "size": [16, 8, 16], "pivot": [0, 29.25, -8.375], "rotation": [90, 0, 0], "uv": [134, 68]} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [0, 25.125, 23.875], + "cubes": [ + {"origin": [-6.5, 17, 9], "size": [13, 6, 13], "pivot": [1.5, 28.25, 18.625], "rotation": [90, 0, 0], "uv": [141, 46]} + ] + }, + { + "name": "ribbons", + "parent": "tail", + "pivot": [0, 29.25, 1.625] + }, + { + "name": "ribbon19", + "parent": "ribbons", + "pivot": [2, 19.75, 49.875], + "cubes": [ + {"origin": [-1.5, 14.85, 44.475], "size": [3, 10, 0], "pivot": [0, 19.85, 44.475], "rotation": [112.5, 0, 180], "uv": [88, 196], "mirror": true}, + {"origin": [2.5, 21.75, 39.875], "size": [3, 10, 0], "pivot": [2, 21.75, 39.875], "rotation": [90, 0, 180], "uv": [82, 196], "mirror": true} + ] + }, + { + "name": "ribbon20", + "parent": "ribbons", + "pivot": [-3.025, 27.75, 52.875], + "rotation": [0, 0, 45], + "cubes": [ + {"origin": [-2.4, 25, 38], "size": [3, 13, 0], "pivot": [-6.4, 33.25, 34.625], "rotation": [90, 0, 90], "uv": [134, 0], "mirror": true}, + {"origin": [-6.225, 30.90926, 56.58681], "size": [3, 13, 0], "pivot": [-4.725, 27.75, 59.175], "rotation": [75, 0, 90], "uv": [111, 195]} + ] + }, + { + "name": "ribbon21", + "parent": "ribbons", + "pivot": [-3.4, 29.25, 34.625], + "cubes": [ + {"origin": [0.6, 11, 41], "size": [3, 13, 0], "pivot": [-3.4, 29.25, 37.625], "rotation": [90, 0, 90], "uv": [104, 24], "mirror": true}, + {"origin": [0.6, 11, 28], "size": [3, 13, 0], "pivot": [-3.4, 29.25, 24.625], "rotation": [90, 0, 90], "uv": [70, 103], "mirror": true} + ] + }, + { + "name": "ribbon16", + "parent": "ribbons", + "pivot": [2, 31.25, 44.625], + "cubes": [ + {"origin": [6, 16, 28], "size": [3, 10, 0], "pivot": [2, 31.25, 24.625], "rotation": [90, 0, 90], "uv": [145, 197], "mirror": true}, + {"origin": [5.8, 20.75, 44.475], "size": [3, 10, 0], "pivot": [7.3, 25.75, 44.475], "rotation": [112.5, 0, 90], "uv": [94, 196], "mirror": true} + ] + }, + { + "name": "ribbon18", + "parent": "ribbons", + "pivot": [3, 30.45, 34.625], + "cubes": [ + {"origin": [5.83389, 22.45, 37.16851], "size": [3, 5, 0], "pivot": [7.33389, 24.95, 37.16851], "rotation": [112.5, 0, 90], "uv": [54, 145], "mirror": true}, + {"origin": [7, 20.2, 28], "size": [3, 5, 0], "pivot": [3, 30.45, 24.625], "rotation": [90, 0, 90], "uv": [148, 100], "mirror": true} + ] + }, + { + "name": "ribbon17", + "parent": "ribbons", + "pivot": [5.375, 20.95, 47.875], + "rotation": [0, 0, 45], + "cubes": [ + {"origin": [6, 23.2, 38], "size": [3, 8, 0], "pivot": [2, 26.45, 34.625], "rotation": [90, 0, 90], "uv": [134, 184], "mirror": true}, + {"origin": [5.4, 26.1888, 55.37683], "size": [3, 8, 0], "pivot": [6.9, 20.95, 51.55], "rotation": [112.5, 0, 90], "uv": [198, 80], "mirror": true} + ] + }, + { + "name": "ribbon14", + "parent": "ribbons", + "pivot": [2.375, 29.75, 50.625], + "rotation": [0, 0, -40], + "cubes": [ + {"origin": [3, 29, 38], "size": [3, 11, 0], "pivot": [-1, 35.25, 34.625], "rotation": [90, 0, 90], "uv": [142, 65], "mirror": true}, + {"origin": [2.775, 33.9888, 59.30183], "size": [3, 10, 0], "pivot": [4.275, 29.75, 55.475], "rotation": [112.5, 0, 90], "uv": [146, 0], "mirror": true} + ] + }, + { + "name": "ribbon15", + "parent": "ribbons", + "pivot": [5.375, 29.65, 47.875], + "rotation": [0, 0, -45], + "cubes": [ + {"origin": [6, 31.9, 38], "size": [3, 8, 0], "pivot": [2, 35.15, 34.625], "rotation": [90, 0, 90], "uv": [83, 149], "mirror": true}, + {"origin": [5.375, 34.8888, 55.37683], "size": [3, 8, 0], "pivot": [6.875, 29.65, 51.55], "rotation": [112.5, 0, 90], "uv": [126, 96], "mirror": true} + ] + }, + { + "name": "ribbon13", + "parent": "ribbons", + "pivot": [4.375, 25.75, 50.875], + "cubes": [ + {"origin": [5, 15, 28], "size": [3, 11, 0], "pivot": [1, 31.25, 24.625], "rotation": [90, 0, 90], "uv": [64, 196], "mirror": true}, + {"origin": [4.975, 20.25, 45.925], "size": [3, 11, 0], "pivot": [6.475, 25.75, 45.925], "rotation": [112.5, 0, 90], "uv": [58, 196], "mirror": true} + ] + }, + { + "name": "ribbon12", + "parent": "ribbons", + "pivot": [2.775, 23.25, 49.875], + "rotation": [0, 0, 45], + "cubes": [ + {"origin": [3.4, 23.5, 38], "size": [3, 10, 0], "pivot": [-0.6, 28.75, 34.625], "rotation": [90, 0, 90], "uv": [70, 196], "mirror": true}, + {"origin": [3.175, 27.4888, 58.30183], "size": [3, 10, 0], "pivot": [4.675, 23.25, 54.475], "rotation": [112.5, 0, 90], "uv": [76, 196], "mirror": true} + ] + }, + { + "name": "ribbon11", + "parent": "ribbons", + "pivot": [-2, 19.75, 49.875], + "cubes": [ + {"origin": [-5.5, 19.75, 39.875], "size": [3, 10, 0], "pivot": [-2, 19.75, 39.875], "rotation": [90, 0, -180], "uv": [82, 196]}, + {"origin": [-1.5, 12.85, 44.475], "size": [3, 10, 0], "pivot": [0, 17.85, 44.475], "rotation": [112.5, 0, -180], "uv": [88, 196]} + ] + }, + { + "name": "ribbon10", + "parent": "ribbons", + "pivot": [3.4, 34.25, 47.625], + "cubes": [ + {"origin": [-3.6, 16, 28], "size": [3, 13, 0], "pivot": [3.4, 34.25, 24.625], "rotation": [90, 0, -90], "uv": [134, 0]}, + {"origin": [-3.6, 16, 41], "size": [3, 13, 0], "pivot": [3.4, 34.25, 37.625], "rotation": [90, 0, -90], "uv": [111, 195], "mirror": true} + ] + }, + { + "name": "ribbon6", + "parent": "ribbons", + "pivot": [-2.775, 23.15, 49.875], + "rotation": [0, 0, -45], + "cubes": [ + {"origin": [-6.4, 23.4, 38], "size": [3, 10, 0], "pivot": [0.6, 28.65, 34.625], "rotation": [90, 0, -90], "uv": [70, 196]}, + {"origin": [-6.175, 27.3888, 58.30183], "size": [3, 10, 0], "pivot": [-4.675, 23.15, 54.475], "rotation": [112.5, 0, -90], "uv": [76, 196]} + ] + }, + { + "name": "ribbon5", + "parent": "ribbons", + "pivot": [-2.375, 29.75, 50.625], + "rotation": [0, 0, 35], + "cubes": [ + {"origin": [-6, 29, 38], "size": [3, 11, 0], "pivot": [1, 35.25, 34.625], "rotation": [90, 0, -90], "uv": [142, 65]}, + {"origin": [-5.775, 33.9888, 59.30183], "size": [3, 10, 0], "pivot": [-4.275, 29.75, 55.475], "rotation": [112.5, 0, -90], "uv": [146, 0]} + ] + }, + { + "name": "ribbon9", + "parent": "ribbons", + "pivot": [3.025, 27.75, 52.875], + "rotation": [0, 0, -47.5], + "cubes": [ + {"origin": [-0.6, 25, 38], "size": [3, 13, 0], "pivot": [6.4, 33.25, 34.625], "rotation": [90, 0, -90], "uv": [70, 103]}, + {"origin": [3.5, 30.78717, 56.06794], "size": [3, 13, 0], "pivot": [5, 27.75, 59.075], "rotation": [72.5, 0, -90], "uv": [104, 24]} + ] + }, + { + "name": "ribbon2", + "parent": "ribbons", + "pivot": [-6.375, 24.95, 44.875], + "cubes": [ + {"origin": [-10, 20.2, 28], "size": [3, 5, 0], "pivot": [-3, 30.45, 24.625], "rotation": [90, 0, -90], "uv": [148, 100]}, + {"origin": [-8.875, 22.45, 37.175], "size": [3, 5, 0], "pivot": [-7.375, 24.95, 37.175], "rotation": [112.5, 0, -90], "uv": [54, 145]} + ] + }, + { + "name": "ribbon4", + "parent": "ribbons", + "pivot": [-4.375, 25.75, 50.875], + "cubes": [ + {"origin": [-7.975, 20.25, 45.975], "size": [3, 11, 0], "pivot": [-6.475, 25.75, 45.975], "rotation": [112.5, 0, -90], "uv": [58, 196]}, + {"origin": [-8, 15, 28], "size": [3, 11, 0], "pivot": [-1, 31.25, 24.625], "rotation": [90, 0, -90], "uv": [64, 196]} + ] + }, + { + "name": "ribbon7", + "parent": "ribbons", + "pivot": [5.5, 28.25, 44.625], + "cubes": [ + {"origin": [-1.5, 13, 28], "size": [3, 10, 0], "pivot": [5.5, 28.25, 24.625], "rotation": [90, 0, 0], "uv": [157, 197]}, + {"origin": [-1.5, 28.525, 44.475], "size": [3, 10, 0], "pivot": [0, 33.525, 44.475], "rotation": [112.5, 0, 0], "uv": [151, 197]} + ] + }, + { + "name": "ribbon8", + "parent": "ribbons", + "pivot": [-2, 31.25, 34.625], + "cubes": [ + {"origin": [-8.775, 20.75, 44.475], "size": [3, 10, 0], "pivot": [-7.275, 25.75, 44.475], "rotation": [112.5, 0, -90], "uv": [94, 196]}, + {"origin": [-9, 16, 28], "size": [3, 10, 0], "pivot": [-2, 31.25, 24.625], "rotation": [90, 0, -90], "uv": [145, 197]} + ] + }, + { + "name": "ribbon", + "parent": "ribbons", + "pivot": [-5.375, 20.95, 47.875], + "rotation": [0, 0, -45], + "cubes": [ + {"origin": [-9, 23.2, 38], "size": [3, 8, 0], "pivot": [-2, 26.45, 34.625], "rotation": [90, 0, -90], "uv": [134, 184]}, + {"origin": [-8.425, 26.1888, 55.37683], "size": [3, 8, 0], "pivot": [-6.925, 20.95, 51.55], "rotation": [112.5, 0, -90], "uv": [198, 80]} + ] + }, + { + "name": "ribbon3", + "parent": "ribbons", + "pivot": [-5.375, 29.65, 47.875], + "rotation": [0, 0, 45], + "cubes": [ + {"origin": [-9, 31.9, 38], "size": [3, 8, 0], "pivot": [-2, 35.15, 34.625], "rotation": [90, 0, -90], "uv": [83, 149]}, + {"origin": [-8.4, 34.8888, 55.40183], "size": [3, 8, 0], "pivot": [-6.9, 29.65, 51.575], "rotation": [112.5, 0, -90], "uv": [126, 96]} + ] + }, + { + "name": "neck", + "parent": "body", + "pivot": [0, 29.875, -9.125], + "cubes": [ + {"origin": [-5, 30, -12.25], "size": [10, 6, 9], "pivot": [-1.5, 29.25, -8.375], "rotation": [90, 0, 0], "uv": [16, 22]} + ] + }, + { + "name": "neck2", + "parent": "neck", + "pivot": [0, 29.875, -15.125], + "cubes": [ + {"origin": [-3.5, 36, -11.25], "size": [7, 8, 7], "pivot": [-1, 29.25, -8.375], "rotation": [90, 0, 0], "uv": [148, 100]} + ] + }, + { + "name": "neck3", + "parent": "neck2", + "pivot": [0, 29.875, -23.125], + "cubes": [ + {"origin": [-2.5, 44, -10.25], "size": [5, 5, 5], "pivot": [-0.5, 29.25, -8.375], "rotation": [90, 0, 0], "uv": [150, 171]} + ] + }, + { + "name": "head", + "parent": "neck3", + "pivot": [0, 29.68411, -28.10579], + "cubes": [ + {"origin": [-1, 35.175, -30.975], "size": [2, 2, 3], "pivot": [0, 36.175, -29.475], "rotation": [107.5, 0, 0], "uv": [194, 197]}, + {"origin": [-1.5, 40.875, -37.325], "size": [3, 3, 3], "pivot": [-0.5, 41.875, -35.825], "rotation": [82.5, 0, 0], "uv": [0, 196]}, + {"origin": [-1.5, 40.4, -34.425], "size": [3, 3, 3], "pivot": [-0.5, 41.4, -32.925], "rotation": [80, 0, 0], "uv": [195, 74]}, + {"origin": [-1.5, 39.775, -31.6], "size": [3, 3, 3], "pivot": [-0.5, 40.775, -30.1], "rotation": [77.5, 0, 0], "uv": [193, 57]}, + {"origin": [-1.5, 41.075, -28.725], "size": [3, 1, 3], "pivot": [-0.5, 40.075, -27.225], "rotation": [75, 0, 0], "uv": [193, 42]}, + {"origin": [-1, 37.675, -32.175], "size": [2, 2, 3], "pivot": [0, 38.675, -30.675], "rotation": [82.5, 0, 0], "uv": [194, 140]}, + {"origin": [-1, 37.975, -34.125], "size": [2, 2, 3], "pivot": [0, 38.975, -32.625], "rotation": [82.5, 0, 0], "uv": [196, 0]}, + {"origin": [-1, 37.975, -36.125], "size": [2, 2, 3], "pivot": [0, 38.975, -34.625], "rotation": [82.5, 0, 0], "uv": [196, 33]}, + {"origin": [-1, 37.975, -38.125], "size": [2, 2, 3], "pivot": [0, 38.975, -36.625], "rotation": [82.5, 0, 0], "uv": [194, 48]}, + {"origin": [-1, 35.475, -37.925], "size": [2, 2, 3], "pivot": [0, 36.475, -36.425], "rotation": [107.5, 0, 0], "uv": [198, 63]}, + {"origin": [-1, 35.475, -35.925], "size": [2, 2, 3], "pivot": [0, 36.475, -34.425], "rotation": [107.5, 0, 0], "uv": [37, 198]}, + {"origin": [-1, 35.475, -33.925], "size": [2, 2, 3], "pivot": [0, 36.475, -32.425], "rotation": [107.5, 0, 0], "uv": [12, 198]}, + {"origin": [-1, 35.175, -31.975], "size": [2, 2, 3], "pivot": [0, 36.175, -30.475], "rotation": [107.5, 0, 0], "uv": [194, 197]}, + {"origin": [-1, 37.675, -31.175], "size": [2, 2, 3], "pivot": [0, 38.675, -29.675], "rotation": [82.5, 0, 0], "uv": [194, 140]}, + {"origin": [-4, 43, -15.25], "size": [8, 10, 9], "pivot": [0, 28.25, -13.375], "rotation": [90, 0, 0], "uv": [9, 3]}, + {"origin": [-2, 42.1, -21.25], "size": [4, 3, 5], "pivot": [1, 27.35, -23.375], "rotation": [90, 0, 0], "uv": [176, 9]}, + {"origin": [-1.5, 28.875, -43.075], "size": [3, 4, 4], "pivot": [0, 30.375, -42.075], "rotation": [100, 0, 0], "uv": [184, 49]}, + {"origin": [-1.5, 28.575, -46.775], "size": [3, 4, 4], "pivot": [0, 30.075, -45.775], "rotation": [85, 0, 0], "uv": [100, 149]}, + {"origin": [-1, 29.58332, -49.77048], "size": [2, 3, 4], "pivot": [0, 30.58332, -48.27048], "rotation": [105, 0, 0], "uv": [186, 77]} + ] + }, + { + "name": "lower_beak", + "parent": "head", + "pivot": [0, 29.45034, -28.02035], + "cubes": [ + {"origin": [-1, 29.225, -45.525], "size": [2, 3, 2], "pivot": [0, 28.975, -44.525], "rotation": [67.5, 0, 0], "uv": [140, 140]}, + {"origin": [-1.5, 24.325, -45.825], "size": [3, 5, 2], "pivot": [0, 29.075, -44.825], "rotation": [82.5, 0, 0], "uv": [106, 84]}, + {"origin": [-2, 43.1, -24.45], "size": [4, 3, 3], "pivot": [0, 28.35, -22.575], "rotation": [90, 0, 0], "uv": [135, 78]} + ] + }, + { + "name": "right_wing", + "parent": "body", + "pivot": [-8.08, 31.625, -5.775], + "cubes": [ + {"origin": [-25, 18.5, -12], "size": [17, 4, 5], "pivot": [-19, 27.75, -13.375], "rotation": [90, 0, 0], "uv": [57, 8], "mirror": true}, + {"origin": [-25, 13.5, -4], "size": [15, 7, 1], "pivot": [-19, 25.75, -9.375], "rotation": [90, 0, 0], "uv": [90, 53], "mirror": true}, + {"origin": [-15, 8.5, 4], "size": [4, 12, 0], "pivot": [-20, 25.75, -2.375], "rotation": [90, 0, 0], "uv": [132, 132], "mirror": true}, + {"origin": [-19.9, 8.5, 4], "size": [4, 12, 0], "pivot": [-24.9, 25.75, -2.375], "rotation": [90, 0, 0], "uv": [132, 120], "mirror": true}, + {"origin": [-24.85, 8.5, 4], "size": [4, 12, 0], "pivot": [-29.85, 25.75, -2.375], "rotation": [90, 0, 0], "uv": [132, 108], "mirror": true}, + {"origin": [-26.4, -1, 3], "size": [5, 21, 0], "pivot": [-30.4, 25.25, -3.375], "rotation": [90, 0, 0], "uv": [110, 24], "mirror": true}, + {"origin": [-20.4, -1, 4], "size": [5, 21, 0], "pivot": [-24.4, 25.25, -2.375], "rotation": [90, 0, 0], "uv": [116, 84], "mirror": true}, + {"origin": [-24.85, 7.5, 4], "size": [4, 12, 0], "pivot": [-29.85, 24.75, -2.375], "rotation": [90, 0, 0], "uv": [127, 72], "mirror": true}, + {"origin": [-19.9, 7.5, 4], "size": [4, 12, 0], "pivot": [-24.9, 24.75, -2.375], "rotation": [90, 0, 0], "uv": [106, 126], "mirror": true}, + {"origin": [-15, 7.5, 4], "size": [4, 12, 0], "pivot": [-20, 24.75, -2.375], "rotation": [90, 0, 0], "uv": [126, 84], "mirror": true} + ] + }, + { + "name": "r_wing1", + "parent": "right_wing", + "pivot": [-25.05, 31.625, -6.575], + "cubes": [ + {"origin": [-39, 19, -11], "size": [14, 3, 4], "pivot": [-36, 27.25, -13.375], "rotation": [90, 0, 0], "uv": [76, 17], "mirror": true}, + {"origin": [-39, 12.5, -5], "size": [14, 8, 1], "pivot": [-34, 25.75, -10.375], "rotation": [90, 0, 0], "uv": [97, 75], "mirror": true}, + {"origin": [-29.85, 8.5, 4], "size": [4, 12, 0], "pivot": [-34.85, 25.75, -2.375], "rotation": [90, 0, 0], "uv": [132, 96], "mirror": true}, + {"origin": [-34.85, 8.5, 4], "size": [4, 12, 0], "pivot": [-39.85, 25.75, -2.375], "rotation": [90, 0, 0], "uv": [131, 51], "mirror": true}, + {"origin": [-39.85, 8.5, 4], "size": [4, 12, 0], "pivot": [-44.85, 25.75, -2.375], "rotation": [90, 0, 0], "uv": [52, 130], "mirror": true}, + {"origin": [-39.85, 7.5, 4], "size": [4, 12, 0], "pivot": [-44.85, 24.75, -2.375], "rotation": [90, 0, 0], "uv": [60, 128], "mirror": true}, + {"origin": [-34.85, 7.5, 4], "size": [4, 12, 0], "pivot": [-39.85, 24.75, -2.375], "rotation": [90, 0, 0], "uv": [128, 27], "mirror": true}, + {"origin": [-29.85, 7.5, 4], "size": [4, 12, 0], "pivot": [-34.85, 24.75, -2.375], "rotation": [90, 0, 0], "uv": [128, 15], "mirror": true}, + {"origin": [-37.4, 4, 15], "size": [5, 27, 0], "pivot": [-41.4, 25.25, 8.625], "rotation": [90, 0, 0], "uv": [50, 103], "mirror": true}, + {"origin": [-32, 10, 16], "size": [5, 25, 0], "pivot": [-36, 25.25, 9.625], "rotation": [90, 0, 0], "uv": [106, 101], "mirror": true} + ] + }, + { + "name": "r_wing2", + "parent": "r_wing1", + "pivot": [-39.0729, 31.61591, -6.9822], + "cubes": [ + {"origin": [-53, 18.5, -10], "size": [14, 3, 3], "pivot": [-50, 26.75, -13.375], "rotation": [90, 0, 0], "uv": [76, 39], "mirror": true}, + {"origin": [-53, 12.5, -5], "size": [14, 8, 1], "pivot": [-48, 25.75, -10.375], "rotation": [90, 0, 0], "uv": [86, 92], "mirror": true}, + {"origin": [-44.85, 8.5, 4], "size": [4, 12, 0], "pivot": [-49.85, 25.75, -2.375], "rotation": [90, 0, 0], "uv": [44, 130], "mirror": true}, + {"origin": [-49.85, 8.5, 4], "size": [4, 12, 0], "pivot": [-54.85, 25.75, -2.375], "rotation": [90, 0, 0], "uv": [130, 39], "mirror": true}, + {"origin": [-49.85, 7.5, 4], "size": [4, 12, 0], "pivot": [-54.85, 24.75, -2.375], "rotation": [90, 0, 0], "uv": [94, 129], "mirror": true}, + {"origin": [-44.85, 7.5, 4], "size": [4, 12, 0], "pivot": [-49.85, 24.75, -2.375], "rotation": [90, 0, 0], "uv": [86, 129], "mirror": true}, + {"origin": [-54.4, -1, 11], "size": [5, 35, 0], "pivot": [-58.4, 25.25, 4.625], "rotation": [90, -5, 0], "uv": [0, 88], "mirror": true}, + {"origin": [-49, -12, -1], "size": [5, 28, 0], "pivot": [-53, 25.25, -7.375], "rotation": [90, -2.5, 0], "uv": [96, 101], "mirror": true}, + {"origin": [-43.4, 3, 14], "size": [5, 29, 0], "pivot": [-47.4, 25.25, 7.625], "rotation": [90, -2.5, 0], "uv": [76, 92], "mirror": true}, + {"origin": [-54.85, 8.45, 4], "size": [4, 15, 0], "pivot": [-59.85, 25.7, -2.375], "rotation": [90, 0, 0], "uv": [126, 0], "mirror": true}, + {"origin": [-54.85, 7.45, 4], "size": [4, 15, 0], "pivot": [-59.85, 24.7, -2.375], "rotation": [90, 0, 0], "uv": [116, 125], "mirror": true} + ] + }, + { + "name": "r_wing3", + "parent": "r_wing2", + "pivot": [-52.89653, 31.622, -6.84371], + "cubes": [ + {"origin": [-61, 19, -9], "size": [8, 2, 2], "pivot": [-64, 26.25, -13.375], "rotation": [90, 0, 0], "uv": [24, 69], "mirror": true}, + {"origin": [-77, 12.5, -7], "size": [24, 8, 0], "pivot": [-62, 25.75, -13.375], "rotation": [90, 0, 0], "uv": [57, 0], "mirror": true}, + {"origin": [-58.4, -1, 9], "size": [5, 33, 0], "pivot": [-62.4, 25.25, 2.625], "rotation": [90, -12.5, 0], "uv": [10, 88], "mirror": true}, + {"origin": [-59.6, 26.125, 9.875], "size": [4, 18, 0], "pivot": [-57.6, 32.125, 9.875], "rotation": [90, -5, 0], "uv": [124, 121], "mirror": true}, + {"origin": [-64.175, 26.125, 8.875], "size": [4, 16, 0], "pivot": [-62.175, 32.125, 8.875], "rotation": [90, -7.5, 0], "uv": [124, 105], "mirror": true}, + {"origin": [-63, -1, 7], "size": [5, 28, 0], "pivot": [-67, 25.25, 0.625], "rotation": [90, -17.5, 0], "uv": [86, 101], "mirror": true}, + {"origin": [-73.4, 21.125, 15.375], "size": [5, 31, 0], "pivot": [-70.9, 31.625, 15.375], "rotation": [90, -37.5, 0], "uv": [40, 90], "mirror": true}, + {"origin": [-69.6, 26.125, 9], "size": [4, 16, 0], "pivot": [-67.6, 32.125, 9], "rotation": [90, -5, 0], "uv": [123, 56], "mirror": true}, + {"origin": [-74.85, 26.125, 8.875], "size": [4, 19, 0], "pivot": [-72.85, 32.125, 8.875], "rotation": [90, -15, 0], "uv": [0, 123], "mirror": true}, + {"origin": [-71.4, 11.125, 4.575], "size": [5, 31, 0], "pivot": [-68.9, 31.625, 4.575], "rotation": [90, -47.5, 0], "uv": [30, 90], "mirror": true}, + {"origin": [-78.83236, 23.975, 5.94315], "size": [4, 20, 0], "pivot": [-76.83236, 31.975, 5.94315], "rotation": [90, -27.5, 0], "uv": [20, 119], "mirror": true}, + {"origin": [-82, 19.125, 5.375], "size": [5, 31, 0], "pivot": [-79.5, 31.625, 5.375], "rotation": [90, -65, 0], "uv": [20, 88], "mirror": true}, + {"origin": [-83.33236, 23.875, 2.94315], "size": [4, 20, 0], "pivot": [-81.33236, 31.875, 2.94315], "rotation": [90, -60, 0], "uv": [120, 20], "mirror": true}, + {"origin": [-84.4, 19.125, -0.625], "size": [5, 25, 0], "pivot": [-81.9, 31.625, -0.625], "rotation": [90, -82.5, 0], "uv": [60, 103], "mirror": true}, + {"origin": [-85.33236, 23.75, -3.05685], "size": [4, 23, 0], "pivot": [-83.33236, 31.75, -3.05685], "rotation": [90, -82.5, 0], "uv": [78, 121], "mirror": true}, + {"origin": [-86.4, 21.125, -5.625], "size": [5, 21, 0], "pivot": [-83.9, 31.625, -5.625], "rotation": [0, -90, 90], "uv": [140, 173]}, + {"origin": [-77, 32.125, -8.125], "size": [16, 1, 0], "pivot": [-62.5, 32.125, -8.125], "rotation": [180, 0, 0], "uv": [48, 53], "mirror": true}, + {"origin": [-77, 11.5, -7], "size": [24, 8, 0], "pivot": [-62, 24.75, -13.375], "rotation": [90, 0, 0], "uv": [48, 45], "mirror": true}, + {"origin": [-64.175, 25.25, 8.875], "size": [4, 16, 0], "pivot": [-62.175, 31.25, 8.875], "rotation": [90, -7.5, 0], "uv": [48, 0]}, + {"origin": [-59.6, 25.25, 9.875], "size": [4, 17, 0], "pivot": [-57.6, 31.25, 9.875], "rotation": [90, -5, 0], "uv": [40, 38]}, + {"origin": [-69.6, 25.25, 9], "size": [4, 16, 0], "pivot": [-67.6, 31.25, 9], "rotation": [90, -5, 0], "uv": [24, 42]}, + {"origin": [-74.85, 25.25, 8.875], "size": [4, 19, 0], "pivot": [-72.85, 31.25, 8.875], "rotation": [90, -15, 0], "uv": [28, 121], "mirror": true}, + {"origin": [-78.83236, 23.2, 5.94315], "size": [4, 20, 0], "pivot": [-76.83236, 31.2, 5.94315], "rotation": [90, -27.5, 0], "uv": [116, 105], "mirror": true}, + {"origin": [-83.33236, 23.2, 2.94315], "size": [4, 23, 0], "pivot": [-81.33236, 31.2, 2.94315], "rotation": [90, -60, 0], "uv": [118, 0], "mirror": true}, + {"origin": [-85.33236, 23.175, -3.05685], "size": [4, 25, 0], "pivot": [-83.33236, 31.175, -3.05685], "rotation": [90, -82.5, 0], "uv": [8, 22]} + ] + }, + { + "name": "r_leg", + "parent": "body", + "pivot": [-10.25, 17.875, 17.625], + "cubes": [ + {"origin": [-13.5, -4, -20], "size": [7, 9, 10], "pivot": [-17.5, 25.25, -7.375], "rotation": [90, 0, 0], "uv": [0, 69], "mirror": true} + ] + }, + { + "name": "lower_r_leg", + "parent": "r_leg", + "pivot": [-10.5, 12.625, 17.875], + "cubes": [ + {"origin": [-12.5, -14, -21], "size": [4, 4, 9], "pivot": [-19.5, 15.25, -9.375], "rotation": [90, 0, 0], "uv": [50, 90], "mirror": true} + ] + }, + { + "name": "r_foot", + "parent": "lower_r_leg", + "pivot": [-10.5, 3.625, 17.375], + "cubes": [ + {"origin": [-13.5, -23, -14.5], "size": [6, 6, 3], "pivot": [-18.5, 6.25, -8.875], "rotation": [90, 0, 0], "uv": [0, 0], "mirror": true} + ] + }, + { + "name": "r_backtoe", + "parent": "r_foot", + "pivot": [-10.5, 1.375, 20.375], + "cubes": [ + {"origin": [-11.5, -20.25, -7.5], "size": [2, 2, 2], "pivot": [-20.5, 5, -2.875], "rotation": [90, 0, 0], "uv": [42, 71], "mirror": true}, + {"origin": [-10.5, -20.25, -5.5], "size": [0, 2, 2], "pivot": [-20.5, 5, -0.875], "rotation": [90, 0, 0], "uv": [4, 15], "mirror": true} + ] + }, + { + "name": "r_fronttoe1", + "parent": "r_foot", + "pivot": [-8.025, 1.625, 14.375], + "cubes": [ + {"origin": [-8.525, -25, -19.5], "size": [1, 2, 2], "pivot": [-18.525, 5.25, -14.875], "rotation": [90, 0, 0], "uv": [98, 61], "mirror": true} + ] + }, + { + "name": "r_fronttoe_1", + "parent": "r_fronttoe1", + "pivot": [-8.025, 1.875, 13.375], + "cubes": [ + {"origin": [-8.525, -24, -20.5], "size": [1, 3, 3], "pivot": [-18.525, 5.25, -15.875], "rotation": [90, 0, 0], "uv": [0, 19], "mirror": true}, + {"origin": [-8.025, -24, -23.5], "size": [0, 3, 2], "pivot": [-18.025, 5.25, -18.875], "rotation": [90, 0, 0], "uv": [4, 7]} + ] + }, + { + "name": "r_fronttoe2", + "parent": "r_foot", + "pivot": [-10.5, 1.625, 14.375], + "cubes": [ + {"origin": [-11, -25, -19.5], "size": [1, 2, 2], "pivot": [-21, 5.25, -14.875], "rotation": [90, 0, 0], "uv": [97, 24], "mirror": true} + ] + }, + { + "name": "r_fronttoe_2", + "parent": "r_fronttoe2", + "pivot": [-10.5, 1.875, 13.375], + "cubes": [ + {"origin": [-11, -24, -20.5], "size": [1, 3, 3], "pivot": [-21, 5.25, -15.875], "rotation": [90, 0, 0], "uv": [67, 90], "mirror": true}, + {"origin": [-10.5, -24, -23.5], "size": [0, 3, 2], "pivot": [-20.5, 5.25, -18.875], "rotation": [90, 0, 0], "uv": [8, 7]} + ] + }, + { + "name": "r_fronttoe3", + "parent": "r_foot", + "pivot": [-12.975, 1.625, 14.375], + "cubes": [ + {"origin": [-13.475, -25, -19.5], "size": [1, 2, 2], "pivot": [-23.475, 5.25, -14.875], "rotation": [90, 0, 0], "uv": [73, 75], "mirror": true} + ] + }, + { + "name": "r_fronttoe_3", + "parent": "r_fronttoe3", + "pivot": [-12.975, 1.875, 13.375], + "cubes": [ + {"origin": [-13.475, -24, -20.5], "size": [1, 3, 3], "pivot": [-23.475, 5.25, -15.875], "rotation": [90, 0, 0], "uv": [50, 90], "mirror": true}, + {"origin": [-12.975, -24, -23.5], "size": [0, 3, 2], "pivot": [-22.975, 5.25, -18.875], "rotation": [90, 0, 0], "uv": [4, 10]} + ] + }, + { + "name": "left_wing", + "parent": "body", + "pivot": [7.90455, 31.57955, -5.625], + "cubes": [ + {"origin": [8, 18.5, -12], "size": [17, 4, 5], "pivot": [19, 27.75, -13.375], "rotation": [90, 0, 0], "uv": [57, 8]}, + {"origin": [10, 13.5, -4], "size": [15, 7, 1], "pivot": [19, 25.75, -9.375], "rotation": [90, 0, 0], "uv": [90, 53]}, + {"origin": [11, 8.5, 4], "size": [4, 12, 0], "pivot": [20, 25.75, -2.375], "rotation": [90, 0, 0], "uv": [132, 132]}, + {"origin": [15.4, -1, 4], "size": [5, 21, 0], "pivot": [24.4, 25.25, -2.375], "rotation": [90, 0, 0], "uv": [116, 84]}, + {"origin": [15.9, 8.5, 4], "size": [4, 12, 0], "pivot": [24.9, 25.75, -2.375], "rotation": [90, 0, 0], "uv": [132, 120]}, + {"origin": [21.4, -1, 3], "size": [5, 21, 0], "pivot": [30.4, 25.25, -3.375], "rotation": [90, 0, 0], "uv": [110, 24]}, + {"origin": [20.85, 8.5, 4], "size": [4, 12, 0], "pivot": [29.85, 25.75, -2.375], "rotation": [90, 0, 0], "uv": [132, 108]}, + {"origin": [11, 7.5, 4], "size": [4, 12, 0], "pivot": [20, 24.75, -2.375], "rotation": [90, 0, 0], "uv": [126, 84]}, + {"origin": [15.9, 7.5, 4], "size": [4, 12, 0], "pivot": [24.9, 24.75, -2.375], "rotation": [90, 0, 0], "uv": [106, 126]}, + {"origin": [20.85, 7.5, 4], "size": [4, 12, 0], "pivot": [29.85, 24.75, -2.375], "rotation": [90, 0, 0], "uv": [127, 72]} + ] + }, + { + "name": "l_wing1", + "parent": "left_wing", + "pivot": [24.88942, 31.675, -6.89739], + "cubes": [ + {"origin": [38.4, 3, 14], "size": [5, 29, 0], "pivot": [47.4, 25.25, 7.625], "rotation": [90, 2.5, 0], "uv": [76, 92]}, + {"origin": [32.4, 4, 15], "size": [5, 27, 0], "pivot": [41.4, 25.25, 8.625], "rotation": [90, 0, 0], "uv": [50, 103]}, + {"origin": [27, 10, 16], "size": [5, 25, 0], "pivot": [36, 25.25, 9.625], "rotation": [90, 0, 0], "uv": [106, 101]}, + {"origin": [25.85, 8.5, 4], "size": [4, 12, 0], "pivot": [34.85, 25.75, -2.375], "rotation": [90, 0, 0], "uv": [132, 96]}, + {"origin": [30.85, 8.5, 4], "size": [4, 12, 0], "pivot": [39.85, 25.75, -2.375], "rotation": [90, 0, 0], "uv": [131, 51]}, + {"origin": [35.85, 8.5, 4], "size": [4, 12, 0], "pivot": [44.85, 25.75, -2.375], "rotation": [90, 0, 0], "uv": [52, 130]}, + {"origin": [25, 12.5, -5], "size": [14, 8, 1], "pivot": [34, 25.75, -10.375], "rotation": [90, 0, 0], "uv": [97, 75]}, + {"origin": [25, 19, -11], "size": [14, 3, 4], "pivot": [36, 27.25, -13.375], "rotation": [90, 0, 0], "uv": [76, 17]}, + {"origin": [25.85, 7.5, 4], "size": [4, 12, 0], "pivot": [34.85, 24.75, -2.375], "rotation": [90, 0, 0], "uv": [128, 15]}, + {"origin": [30.85, 7.5, 4], "size": [4, 12, 0], "pivot": [39.85, 24.75, -2.375], "rotation": [90, 0, 0], "uv": [128, 27]}, + {"origin": [35.85, 7.5, 4], "size": [4, 12, 0], "pivot": [44.85, 24.75, -2.375], "rotation": [90, 0, 0], "uv": [60, 128]} + ] + }, + { + "name": "l_wing2", + "parent": "l_wing1", + "pivot": [38.93077, 31.615, -6.74554], + "cubes": [ + {"origin": [49.4, -1, 11], "size": [5, 35, 0], "pivot": [58.4, 25.25, 4.625], "rotation": [90, 5, 0], "uv": [0, 88]}, + {"origin": [44, -12, -1], "size": [5, 28, 0], "pivot": [53, 25.25, -7.375], "rotation": [90, 2.5, 0], "uv": [96, 101]}, + {"origin": [40.85, 8.5, 4], "size": [4, 12, 0], "pivot": [49.85, 25.75, -2.375], "rotation": [90, 0, 0], "uv": [44, 130]}, + {"origin": [45.85, 8.5, 4], "size": [4, 12, 0], "pivot": [54.85, 25.75, -2.375], "rotation": [90, 0, 0], "uv": [130, 39]}, + {"origin": [50.85, 8.45, 4], "size": [4, 15, 0], "pivot": [59.85, 25.7, -2.375], "rotation": [90, 0, 0], "uv": [126, 0]}, + {"origin": [39, 12.5, -5], "size": [14, 8, 1], "pivot": [48, 25.75, -10.375], "rotation": [90, 0, 0], "uv": [86, 92]}, + {"origin": [39, 18.5, -10], "size": [14, 3, 3], "pivot": [50, 26.75, -13.375], "rotation": [90, 0, 0], "uv": [76, 39]}, + {"origin": [40.85, 7.5, 4], "size": [4, 12, 0], "pivot": [49.85, 24.75, -2.375], "rotation": [90, 0, 0], "uv": [86, 129]}, + {"origin": [45.85, 7.5, 4], "size": [4, 12, 0], "pivot": [54.85, 24.75, -2.375], "rotation": [90, 0, 0], "uv": [94, 129]}, + {"origin": [50.85, 7.45, 4], "size": [4, 15, 0], "pivot": [59.85, 24.7, -2.375], "rotation": [90, 0, 0], "uv": [116, 125]} + ] + }, + { + "name": "l_wing3", + "parent": "l_wing2", + "pivot": [52.89653, 31.622, -6.84371], + "cubes": [ + {"origin": [53.4, -1, 9], "size": [5, 33, 0], "pivot": [62.4, 25.25, 2.625], "rotation": [90, 12.5, 0], "uv": [10, 88]}, + {"origin": [66.4, 11.125, 4.575], "size": [5, 31, 0], "pivot": [68.9, 31.625, 4.575], "rotation": [90, 47.5, 0], "uv": [30, 90]}, + {"origin": [68.4, 21.125, 15.375], "size": [5, 31, 0], "pivot": [70.9, 31.625, 15.375], "rotation": [90, 37.5, 0], "uv": [40, 90]}, + {"origin": [58, -1, 7], "size": [5, 28, 0], "pivot": [67, 25.25, 0.625], "rotation": [90, 17.5, 0], "uv": [86, 101]}, + {"origin": [81.4, 21.125, -5.625], "size": [5, 21, 0], "pivot": [83.9, 31.625, -5.625], "rotation": [0, 90, -90], "uv": [140, 173], "mirror": true}, + {"origin": [79.4, 19.125, -0.625], "size": [5, 25, 0], "pivot": [81.9, 31.625, -0.625], "rotation": [90, 82.5, 0], "uv": [60, 103]}, + {"origin": [77, 19.125, 5.375], "size": [5, 31, 0], "pivot": [79.5, 31.625, 5.375], "rotation": [90, 65, 0], "uv": [20, 88]}, + {"origin": [55.6, 26.125, 9.875], "size": [4, 18, 0], "pivot": [57.6, 32.125, 9.875], "rotation": [90, 5, 0], "uv": [124, 121]}, + {"origin": [60.175, 26.125, 8.875], "size": [4, 16, 0], "pivot": [62.175, 32.125, 8.875], "rotation": [90, 7.5, 0], "uv": [124, 105]}, + {"origin": [65.6, 26.125, 9], "size": [4, 16, 0], "pivot": [67.6, 32.125, 9], "rotation": [90, 5, 0], "uv": [123, 56]}, + {"origin": [70.85, 26.125, 8.875], "size": [4, 19, 0], "pivot": [72.85, 32.125, 8.875], "rotation": [90, 15, 0], "uv": [0, 123]}, + {"origin": [81.33236, 23.75, -3.05685], "size": [4, 23, 0], "pivot": [83.33236, 31.75, -3.05685], "rotation": [90, 82.5, 0], "uv": [78, 121]}, + {"origin": [79.33236, 23.875, 2.94315], "size": [4, 20, 0], "pivot": [81.33236, 31.875, 2.94315], "rotation": [90, 60, 0], "uv": [120, 20]}, + {"origin": [74.83236, 23.975, 5.94315], "size": [4, 20, 0], "pivot": [76.83236, 31.975, 5.94315], "rotation": [90, 27.5, 0], "uv": [20, 119]}, + {"origin": [55.6, 25.25, 9.875], "size": [4, 17, 0], "pivot": [57.6, 31.25, 9.875], "rotation": [90, 5, 0], "uv": [40, 38], "mirror": true}, + {"origin": [60.175, 25.25, 8.875], "size": [4, 16, 0], "pivot": [62.175, 31.25, 8.875], "rotation": [90, 7.5, 0], "uv": [48, 0], "mirror": true}, + {"origin": [65.6, 25.25, 9], "size": [4, 16, 0], "pivot": [67.6, 31.25, 9], "rotation": [90, 5, 0], "uv": [24, 42], "mirror": true}, + {"origin": [70.85, 25.25, 8.875], "size": [4, 19, 0], "pivot": [72.85, 31.25, 8.875], "rotation": [90, 15, 0], "uv": [28, 121]}, + {"origin": [74.83236, 23.2, 5.94315], "size": [4, 20, 0], "pivot": [76.83236, 31.2, 5.94315], "rotation": [90, 27.5, 0], "uv": [116, 105]}, + {"origin": [79.33236, 23.2, 2.94315], "size": [4, 23, 0], "pivot": [81.33236, 31.2, 2.94315], "rotation": [90, 60, 0], "uv": [118, 0]}, + {"origin": [81.33236, 23.175, -3.05685], "size": [4, 25, 0], "pivot": [83.33236, 31.175, -3.05685], "rotation": [90, 82.5, 0], "uv": [36, 121]}, + {"origin": [53, 12.5, -7], "size": [24, 8, 0], "pivot": [62, 25.75, -13.375], "rotation": [90, 0, 0], "uv": [57, 0]}, + {"origin": [61, 32.125, -8.125], "size": [16, 1, 0], "pivot": [62.5, 32.125, -8.125], "rotation": [180, 0, 0], "uv": [48, 53]}, + {"origin": [53, 11.5, -7], "size": [24, 8, 0], "pivot": [62, 24.75, -13.375], "rotation": [90, 0, 0], "uv": [48, 45]}, + {"origin": [53, 19, -9], "size": [8, 2, 2], "pivot": [64, 26.25, -13.375], "rotation": [90, 0, 0], "uv": [24, 69]} + ] + }, + { + "name": "l_leg", + "parent": "body", + "pivot": [10.25, 17.875, 17.625], + "cubes": [ + {"origin": [6.5, -4, -20], "size": [7, 9, 10], "pivot": [17.5, 25.25, -7.375], "rotation": [90, 0, 0], "uv": [0, 69]} + ] + }, + { + "name": "lower_l_leg", + "parent": "l_leg", + "pivot": [10.5, 12.625, 17.875], + "cubes": [ + {"origin": [8.5, -14, -21], "size": [4, 4, 9], "pivot": [19.5, 15.25, -9.375], "rotation": [90, 0, 0], "uv": [50, 90]} + ] + }, + { + "name": "l_foot", + "parent": "lower_l_leg", + "pivot": [10.5, 3.625, 17.375], + "cubes": [ + {"origin": [7.5, -23, -14.5], "size": [6, 6, 3], "pivot": [18.5, 6.25, -8.875], "rotation": [90, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "l_backtoe", + "parent": "l_foot", + "pivot": [10.5, 1.375, 20.375], + "cubes": [ + {"origin": [9.5, -20.25, -7.5], "size": [2, 2, 2], "pivot": [20.5, 5, -2.875], "rotation": [90, 0, 0], "uv": [42, 71]}, + {"origin": [10.5, -20.25, -5.5], "size": [0, 2, 2], "pivot": [20.5, 5, -0.875], "rotation": [90, 0, 0], "uv": [4, 15]} + ] + }, + { + "name": "l_fronttoe1", + "parent": "l_foot", + "pivot": [8.025, 1.625, 14.375], + "cubes": [ + {"origin": [7.525, -25, -19.5], "size": [1, 2, 2], "pivot": [18.525, 5.25, -14.875], "rotation": [90, 0, 0], "uv": [98, 61]} + ] + }, + { + "name": "l_fronttoe_1", + "parent": "l_fronttoe1", + "pivot": [8.025, 1.875, 13.375], + "cubes": [ + {"origin": [7.525, -24, -20.5], "size": [1, 3, 3], "pivot": [18.525, 5.25, -15.875], "rotation": [90, 0, 0], "uv": [0, 19]}, + {"origin": [8.025, -24, -23.5], "size": [0, 3, 2], "pivot": [18.025, 5.25, -18.875], "rotation": [90, 0, 0], "uv": [4, 7], "mirror": true} + ] + }, + { + "name": "l_fronttoe2", + "parent": "l_foot", + "pivot": [10.5, 1.625, 14.375], + "cubes": [ + {"origin": [10, -25, -19.5], "size": [1, 2, 2], "pivot": [21, 5.25, -14.875], "rotation": [90, 0, 0], "uv": [97, 24]} + ] + }, + { + "name": "l_fronttoe_2", + "parent": "l_fronttoe2", + "pivot": [10.5, 1.875, 13.375], + "cubes": [ + {"origin": [10.5, -24, -23.5], "size": [0, 3, 2], "pivot": [20.5, 5.25, -18.875], "rotation": [90, 0, 0], "uv": [8, 7], "mirror": true}, + {"origin": [10, -24, -20.5], "size": [1, 3, 3], "pivot": [21, 5.25, -15.875], "rotation": [90, 0, 0], "uv": [67, 90]} + ] + }, + { + "name": "l_fronttoe3", + "parent": "l_foot", + "pivot": [12.975, 1.625, 14.375], + "cubes": [ + {"origin": [12.475, -25, -19.5], "size": [1, 2, 2], "pivot": [23.475, 5.25, -14.875], "rotation": [90, 0, 0], "uv": [73, 75]} + ] + }, + { + "name": "l_fronttoe_3", + "parent": "l_fronttoe3", + "pivot": [12.975, 1.875, 13.375], + "cubes": [ + {"origin": [12.475, -24, -20.5], "size": [1, 3, 3], "pivot": [23.475, 5.25, -15.875], "rotation": [90, 0, 0], "uv": [50, 90]}, + {"origin": [12.975, -24, -23.5], "size": [0, 3, 2], "pivot": [22.975, 5.25, -18.875], "rotation": [90, 0, 0], "uv": [4, 10], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/hoopa/hoopa.geo.json b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/hoopa/hoopa.geo.json new file mode 100644 index 0000000..64ba9d3 --- /dev/null +++ b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/hoopa/hoopa.geo.json @@ -0,0 +1,124 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "root", + "pivot": [0, 0, 0] + }, + { + "name": "hoopa", + "parent": "root", + "pivot": [0, 13, 0] + }, + { + "name": "body", + "parent": "hoopa", + "pivot": [0, 24.57319, 1.35768], + "cubes": [ + {"origin": [-3, 36, -2.5], "size": [6, 2, 6], "uv": [78, 48]}, + {"origin": [-5, 31, -4.5], "size": [10, 6, 10], "uv": [48, 48]}, + {"origin": [-7, 27, -6.5], "size": [14, 4, 14], "uv": [0, 26]}, + {"origin": [-11, 23, -10.5], "size": [22, 4, 22], "uv": [0, 0]}, + {"origin": [-7, 19, -6.5], "size": [14, 4, 14], "uv": [42, 30]}, + {"origin": [-4, 15, -3.5], "size": [8, 4, 8], "uv": [66, 64]}, + {"origin": [-3, 11, -1], "size": [6, 6, 6], "pivot": [1, 12, 1], "rotation": [32.5, 0, 0], "uv": [18, 78]}, + {"origin": [-2, 10.2, 3.15], "size": [4, 6, 4], "pivot": [1, 11.2, 5.15], "rotation": [80, 0, 0], "uv": [64, 88]}, + {"origin": [-1, 13.1, 6], "size": [2, 4, 2], "pivot": [0, 13.1, 8], "rotation": [125, 0, 0], "uv": [0, 0]}, + {"origin": [4.975, 34.2, -0.475], "size": [2, 2, 2], "uv": [0, 44]}, + {"origin": [-6.975, 34.2, -0.475], "size": [2, 2, 2], "uv": [12, 5]} + ] + }, + { + "name": "arm_r", + "parent": "body", + "pivot": [5.39286, 35.2, -0.12143], + "cubes": [ + {"origin": [19.975, 37, 2.35], "size": [6, 4, 2], "pivot": [21.475, 38.5, 1.55], "rotation": [0, 90, 90], "uv": [92, 82]}, + {"origin": [21.475, 33.2, -1.475], "size": [6, 4, 2], "pivot": [22.475, 31.5, 2.025], "rotation": [0, 90, 0], "uv": [32, 95]}, + {"origin": [19.475, 31.2, -0.475], "size": [8, 8, 2], "pivot": [20.475, 29.5, 3.025], "rotation": [0, 90, 0], "uv": [44, 84]}, + {"origin": [18.475, 32.2, 0.025], "size": [6, 6, 2], "pivot": [18.475, 30.5, 3.525], "rotation": [0, 90, 0], "uv": [0, 91]}, + {"origin": [16.475, 33.2, 0.025], "size": [4, 4, 4], "pivot": [15.475, 31.5, 3.525], "rotation": [0, 90, 0], "uv": [16, 91]}, + {"origin": [15.475, 34.2, 0.025], "size": [2, 2, 2], "pivot": [13.475, 32.5, 3.525], "rotation": [0, 90, 0], "uv": [42, 34]}, + {"origin": [24.4, 32.7, -4.025], "size": [2, 2, 2], "pivot": [23.4, 31, -0.525], "rotation": [0, 90, 0], "uv": [0, 16]} + ] + }, + { + "name": "arm_l", + "parent": "body", + "pivot": [-5.14286, 35.2, -0.12143], + "cubes": [ + {"origin": [-26.4, 32.7, -4.025], "size": [2, 2, 2], "pivot": [-23.4, 31, -0.525], "rotation": [0, -90, 0], "uv": [12, 15]}, + {"origin": [-17.475, 34.2, 0.025], "size": [2, 2, 2], "pivot": [-13.475, 32.5, 3.525], "rotation": [0, -90, 0], "uv": [12, 11]}, + {"origin": [-20.475, 33.2, 0.025], "size": [4, 4, 4], "pivot": [-15.475, 31.5, 3.525], "rotation": [0, -90, 0], "uv": [90, 64]}, + {"origin": [-24.475, 32.2, 0.025], "size": [6, 6, 2], "pivot": [-18.475, 30.5, 3.525], "rotation": [0, -90, 0], "uv": [80, 89]}, + {"origin": [-27.475, 31.2, -0.475], "size": [8, 8, 2], "pivot": [-20.475, 29.5, 3.025], "rotation": [0, -90, 0], "uv": [84, 0]}, + {"origin": [-27.475, 33.2, -1.475], "size": [6, 4, 2], "pivot": [-22.475, 31.5, 2.025], "rotation": [0, -90, 0], "uv": [92, 76]}, + {"origin": [-25.975, 37, 2.35], "size": [6, 4, 2], "pivot": [-21.475, 38.5, 1.55], "rotation": [0, -90, -90], "uv": [18, 68]} + ] + }, + { + "name": "head", + "parent": "hoopa", + "pivot": [0, 38.49674, -0.63776], + "cubes": [ + {"origin": [-16, 40.95, -2.45], "size": [6, 6, 6], "uv": [66, 76]}, + {"origin": [-21, 41.75, -1.5], "size": [6, 4, 4], "pivot": [-16.5, 42.75, -0.5], "rotation": [0, 0, 40], "uv": [88, 56]}, + {"origin": [-23.28837, 45.54558, 0], "size": [4, 2, 2], "pivot": [-20.28837, 46.04558, 0.5], "rotation": [0, 0, 80], "uv": [42, 30]}, + {"origin": [-10, 39, -4.5], "size": [4, 10, 10], "uv": [66, 0]}, + {"origin": [-6, 38, -5.5], "size": [12, 12, 12], "uv": [0, 44]}, + {"origin": [6, 39, -4.5], "size": [4, 10, 10], "uv": [38, 64]}, + {"origin": [10, 40.95, -2.45], "size": [6, 6, 6], "uv": [0, 68]}, + {"origin": [15, 41.75, -1.5], "size": [6, 4, 4], "pivot": [16.5, 42.75, -0.5], "rotation": [0, 0, -40], "uv": [36, 48]}, + {"origin": [19.28837, 45.54558, 0], "size": [4, 2, 2], "pivot": [20.28837, 46.04558, 0.5], "rotation": [0, 0, -80], "uv": [42, 26]}, + {"origin": [2.72244, 44.22836, -5.575], "size": [1, 2, 1], "pivot": [3.22244, 45.22836, -5.075], "rotation": [0, 0, -10], "uv": [0, 33]}, + {"origin": [2.34965, 43.40186, -5.55], "size": [2, 3, 1], "pivot": [3.34965, 44.90186, -5.05], "rotation": [0, 0, -10], "uv": [8, 33]}, + {"origin": [2, 42.4, -5.525], "size": [3, 4, 1], "pivot": [3, 44.4, -5.025], "rotation": [0, 0, -17.5], "uv": [0, 11]}, + {"origin": [0.5, 46.85, -5.85], "size": [1, 2, 1], "pivot": [1, 48.35, -5.35], "rotation": [0, 45, 0], "uv": [6, 49]}, + {"origin": [-1, 48.35, -5.85], "size": [1, 1, 2], "pivot": [-0.5, 48.85, -5.35], "rotation": [-90, 45, -90], "uv": [0, 48]}, + {"origin": [-1.5, 46.85, -5.85], "size": [1, 2, 1], "pivot": [-1, 48.35, -5.35], "rotation": [0, -45, 0], "uv": [49, 37]}, + {"origin": [0, 46.35, -6.85], "size": [1, 1, 2], "pivot": [0.5, 46.85, -5.35], "rotation": [-90, 45, -90], "uv": [6, 46]}, + {"origin": [-2, 49.95, 2], "size": [4, 4, 4], "uv": [56, 64]}, + {"origin": [-1.5, 50.3, 6.325], "size": [3, 3, 4], "pivot": [-1, 50.8, 7.325], "rotation": [-25, 0, 0], "uv": [0, 26]}, + {"origin": [-1, 50.95, 5.95], "size": [2, 2, 2], "uv": [0, 6]}, + {"origin": [-1, 49.3, 9.875], "size": [2, 2, 4], "pivot": [-0.5, 49.8, 10.875], "rotation": [5, 0, 0], "uv": [0, 33]}, + {"origin": [-3.72244, 44.22836, -5.575], "size": [1, 2, 1], "pivot": [-3.22244, 45.22836, -5.075], "rotation": [0, 0, 10], "uv": [36, 48]}, + {"origin": [-4.34965, 43.40186, -5.55], "size": [2, 3, 1], "pivot": [-3.34965, 44.90186, -5.05], "rotation": [0, 0, 10], "uv": [36, 44]}, + {"origin": [-5, 42.4, -5.525], "size": [3, 4, 1], "pivot": [-3, 44.4, -5.025], "rotation": [0, 0, 17.5], "uv": [12, 0]} + ] + }, + { + "name": "ring_r", + "parent": "head", + "pivot": [-12.5, 47.45, 1.05], + "cubes": [ + {"origin": [-13, 41.45, -8.95], "size": [1, 1, 10], "pivot": [-12.5, 41.95, -3.95], "rotation": [90, 0, 0], "uv": [80, 78]}, + {"origin": [-13, 46.95, -4.45], "size": [1, 1, 10], "uv": [0, 80]}, + {"origin": [-13, 50.95, 4.55], "size": [1, 1, 10], "pivot": [-10, 48.95, 3.55], "rotation": [-90, 0, 0], "uv": [0, 11]}, + {"origin": [-13, 36.95, -3.45], "size": [1, 1, 10], "pivot": [-12.5, 37.45, 1.55], "rotation": [0, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "ring_l", + "parent": "head", + "pivot": [12.5, 47.45, 1.05], + "cubes": [ + {"origin": [12, 41.45, -8.95], "size": [1, 1, 10], "pivot": [12.5, 41.95, -3.95], "rotation": [90, 0, 0], "uv": [32, 84]}, + {"origin": [12, 46.95, -4.45], "size": [1, 1, 10], "uv": [84, 32]}, + {"origin": [12, 50.95, 4.55], "size": [1, 1, 10], "pivot": [15, 48.95, 3.55], "rotation": [-90, 0, 0], "uv": [84, 21]}, + {"origin": [12, 36.95, -3.45], "size": [1, 1, 10], "pivot": [12.5, 37.45, 1.55], "rotation": [0, 0, 0], "uv": [84, 10]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/koraidon/koraidon.geo.json b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/koraidon/koraidon.geo.json new file mode 100644 index 0000000..eacaeb0 --- /dev/null +++ b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/koraidon/koraidon.geo.json @@ -0,0 +1,327 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 7, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "root_main", + "pivot": [0, 0, 0] + }, + { + "name": "root", + "parent": "root_main", + "pivot": [0, 22, -11], + "rotation": [-85, 0, 0] + }, + { + "name": "koraidon", + "parent": "root", + "pivot": [0, 21.5, -73.7], + "rotation": [0, 180, 0] + }, + { + "name": "body", + "parent": "koraidon", + "pivot": [0, 39.39222, -133.16072], + "cubes": [ + {"origin": [1, 33.7, -124.7], "size": [6, 3, 8], "pivot": [2, 33.7, -124.7], "rotation": [170, 0, 180], "uv": [42, 15]}, + {"origin": [1, 36.75, -124.7], "size": [6, 3, 8], "pivot": [2, 36.7, -124.7], "rotation": [170, 0, 180], "uv": [21, 0]}, + {"origin": [3.5, 38.85, -123.7], "size": [0, 3, 12], "pivot": [0.5, 38.85, -123.7], "rotation": [177.5, 0, 180], "uv": [22, 30]}, + {"origin": [1.5, 32.3, -132.6], "size": [3, 3, 12], "pivot": [1.5, 32.3, -132.6], "rotation": [180, 0, 180], "uv": [42, 0]}, + {"origin": [0, 35.3, -132.6], "size": [4, 3.3, 12], "pivot": [1, 35.3, -132.6], "rotation": [180, 0, 180], "uv": [34, 39]}, + {"origin": [-2.5, 34, -147], "size": [5, 5, 7], "pivot": [0, 36, -143.5], "rotation": [-162.5, 0, 180], "uv": [40, 54]}, + {"origin": [-4, 42, -147.3], "size": [2, 1, 7], "pivot": [-1.5, 44, -142.5], "rotation": [-65, 0, 180], "uv": [66, 71]}, + {"origin": [-6, 41.3, -148], "size": [2, 1, 7], "pivot": [-3.5, 43.3, -143.2], "rotation": [-65, 0, 180], "uv": [55, 70]}, + {"origin": [2.5, 32.3, -144.6], "size": [5, 3, 8], "pivot": [2.5, 32.3, -144.6], "rotation": [-120, 0, 180], "uv": [54, 31]}, + {"origin": [-2.5, 39, -148.3], "size": [5, 1, 7], "pivot": [0, 41, -143.5], "rotation": [-162.5, 0, -180], "uv": [60, 0]}, + {"origin": [4, 41.3, -148], "size": [2, 1, 7], "pivot": [3.5, 43.3, -143.2], "rotation": [-65, 0, -180], "uv": [44, 66]}, + {"origin": [-3.5, 38.85, -123.7], "size": [0, 3, 12], "pivot": [-0.5, 38.85, -123.7], "rotation": [177.5, 0, -180], "uv": [22, 27]} + ] + }, + { + "name": "handles", + "parent": "body", + "pivot": [-3, 35.9421, -127.57929], + "rotation": [-70, 0, 0], + "cubes": [ + {"origin": [2.5, 34.4421, -130.07929], "size": [1, 3, 5], "pivot": [3, 35.9421, -127.57929], "rotation": [-110, 0, 180], "uv": [74, 51]}, + {"origin": [2.8, 37.1421, -132.07929], "size": [1, 2, 8], "pivot": [3.3, 38.6421, -129.57929], "rotation": [-172.5, 0, 180], "uv": [72, 23]}, + {"origin": [3, 39.0421, -138.67929], "size": [1, 2, 5], "pivot": [3.5, 40.5421, -136.17929], "rotation": [-140, 0, 180], "uv": [74, 8]}, + {"origin": [-3.8, 37.1421, -132.07929], "size": [1, 2, 8], "pivot": [-3.3, 38.6421, -129.57929], "rotation": [-172.5, 0, 180], "uv": [82, 32]}, + {"origin": [-4, 39.0421, -138.67929], "size": [1, 2, 5], "pivot": [-3.5, 40.5421, -136.17929], "rotation": [-140, 0, 180], "uv": [22, 11]}, + {"origin": [-3.5, 34.4421, -130.07929], "size": [1, 3, 5], "pivot": [-3, 35.9421, -127.57929], "rotation": [-110, 0, 180], "uv": [41, 0]} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [0, 39.5141, -148.90096], + "cubes": [ + {"origin": [2, 39.31731, -148.53345], "size": [4, 3, 8], "pivot": [2, 39.31731, -148.53345], "rotation": [-120, 0, 180], "uv": [0, 79]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 47.03142, -151.23441], + "cubes": [ + {"origin": [1.5, 46.21731, -152.53345], "size": [3, 3, 8], "pivot": [1.5, 46.21731, -152.53345], "rotation": [-120, 0, 180], "uv": [82, 7]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 53.9141, -155.30096], + "cubes": [ + {"origin": [-1, 59.27115, -167.28875], "size": [2, 3, 8], "pivot": [0, 60.7641, -159.30096], "rotation": [-120, 0, 180], "uv": [22, 82]} + ] + }, + { + "name": "tail4", + "parent": "tail3", + "pivot": [0.5, 60.86731, -159.13345], + "cubes": [ + {"origin": [-0.5, 59.25705, -159.31317], "size": [1, 3, 8], "pivot": [0, 60.7641, -159.30096], "rotation": [-120, 0, 180], "uv": [83, 78]} + ] + }, + { + "name": "neck", + "parent": "body", + "pivot": [0, 34.47664, -121.8051], + "rotation": [-75, 0, 0], + "cubes": [ + {"origin": [-1.5, 37.6, -114.7], "size": [5, 3, 9], "pivot": [0.5, 37.6, -117.7], "rotation": [140, 0, 180], "uv": [3, 42]}, + {"origin": [0, 36.1, -113], "size": [4, 2, 5], "pivot": [1, 35.1, -116], "rotation": [140, 0, 180], "uv": [61, 54]}, + {"origin": [-3.5, 40.85, -118.7], "size": [0, 3, 12], "pivot": [-0.5, 40.85, -118.7], "rotation": [137.5, 0, -180], "uv": [22, 27]}, + {"origin": [-4.2, 40.85, -118.7], "size": [0, 4, 12], "pivot": [-1.2, 40.85, -118.7], "rotation": [137.5, 0, -180], "uv": [34, 72]}, + {"origin": [3.5, 40.85, -118.7], "size": [0, 3, 12], "pivot": [0.5, 40.85, -118.7], "rotation": [137.5, 0, 180], "uv": [22, 30]}, + {"origin": [4.1, 40.85, -118.7], "size": [0, 4, 12], "pivot": [1.1, 40.85, -118.7], "rotation": [137.5, 0, 180], "uv": [58, 72]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [-0.1, 40, -120.8], + "rotation": [-30, 0, 0], + "cubes": [ + {"origin": [2.2, 40.3, -115.5], "size": [1, 2, 3], "pivot": [0.3, 39.3, -115.5], "rotation": [20, 0, 180], "uv": [9, 74]}, + {"origin": [2.25, 40.4, -114.2], "size": [1, 2, 2], "pivot": [0.3, 39.4, -115.2], "rotation": [20, 0, 180], "uv": [72, 17]}, + {"origin": [-2.47, 37.6177, -116.14551], "size": [1, 1, 3], "pivot": [-1.95, 38.13774, -114.64551], "rotation": [14.43276, 13.99545, 136.78082], "uv": [71, 27]}, + {"origin": [-1.5, 40.1, -119.2], "size": [5, 3, 8], "pivot": [0.5, 40.1, -119.2], "rotation": [20, 0, 180], "uv": [14, 54]}, + {"origin": [-0.5, 40.16207, -118.61224], "size": [1, 1, 8], "pivot": [0, 40.66207, -114.61224], "rotation": [57.5, 0, 180], "uv": [64, 8]}, + {"origin": [0.25, 39.76207, -115.61224], "size": [2, 0, 5], "pivot": [1.75, 40.26207, -114.61224], "rotation": [58.11966, 6.6782, -169.40939], "uv": [20, 0]}, + {"origin": [-1.5, 37.3, -120.3], "size": [5, 1, 8], "pivot": [0.5, 37.3, -120.3], "rotation": [20, 0, 180], "uv": [54, 42]}, + {"origin": [7, 39.3, -120.5], "size": [1, 3, 3], "pivot": [5, 39.3, -120.5], "rotation": [20, 0, 180], "uv": [54, 42]}, + {"origin": [7.2, 41, -119.8], "size": [1, 3, 2], "pivot": [5.15, 40, -120.8], "rotation": [20, 0, 180], "uv": [55, 31]}, + {"origin": [6.8, 40.3, -115.5], "size": [1, 2, 3], "pivot": [4.7, 39.3, -115.5], "rotation": [20, 0, 180], "uv": [62, 17]}, + {"origin": [6.55, 40.4, -114.2], "size": [1, 2, 2], "pivot": [4.6, 39.4, -115.2], "rotation": [20, 0, 180], "uv": [66, 70]}, + {"origin": [6.65, 40.4, -114.8], "size": [1, 2, 3], "pivot": [4.6, 39.4, -114.8], "rotation": [20, 0, 180], "uv": [57, 54]}, + {"origin": [1.43, 37.66274, -116.14551], "size": [1, 1, 3], "pivot": [1.95, 38.16274, -114.64551], "rotation": [14.43276, 13.99545, 136.78082], "uv": [26, 65]}, + {"origin": [2.35, 42.85, -119.4], "size": [0, 5, 11], "pivot": [2.35, 43.9, -116.4], "rotation": [68.63209, 23.82015, -175.72777], "uv": [68, 50]}, + {"origin": [2, 39.3, -120.5], "size": [1, 3, 3], "pivot": [0, 39.3, -120.5], "rotation": [20, 0, 180], "uv": [42, 15]}, + {"origin": [1.9, 41, -119.8], "size": [1, 3, 2], "pivot": [-0.1, 40, -120.8], "rotation": [20, 0, 180], "uv": [48, 0]}, + {"origin": [2.35, 40.4, -114.8], "size": [1, 2, 3], "pivot": [0.4, 39.4, -114.8], "rotation": [20, 0, 180], "uv": [55, 26]}, + {"origin": [-2.25, 39.76207, -115.61224], "size": [2, 0, 5], "pivot": [-1.75, 40.26207, -114.61224], "rotation": [58.11966, -6.6782, 169.40939], "uv": [16, 0]}, + {"origin": [-2.35, 42.85, -119.4], "size": [0, 5, 11], "pivot": [-2.35, 43.9, -116.4], "rotation": [68.63209, -23.82015, 175.72777], "uv": [72, 31]}, + {"origin": [2.35, 41.85, -121.4], "size": [0, 5, 11], "pivot": [2.35, 42.9, -118.4], "rotation": [44.03566, 23.52845, 174.2668], "uv": [68, 50]}, + {"origin": [-2.35, 41.85, -121.4], "size": [0, 5, 11], "pivot": [-2.35, 42.9, -118.4], "rotation": [44.03566, -23.52845, -174.2668], "uv": [72, 31]}, + {"origin": [-2.35, 40.85, -122.4], "size": [0, 5, 11], "pivot": [-2.35, 41.9, -119.4], "rotation": [60.43023, -24.16133, 179.06733], "uv": [72, 31]}, + {"origin": [2.35, 40.85, -122.4], "size": [0, 5, 11], "pivot": [2.35, 41.9, -119.4], "rotation": [60.43023, 24.16133, -179.06733], "uv": [68, 50]}, + {"origin": [-2.35, 39.85, -125.4], "size": [0, 5, 11], "pivot": [-2.35, 40.9, -122.4], "rotation": [44.03566, -23.52845, -174.2668], "uv": [72, 31]}, + {"origin": [2.35, 39.85, -125.4], "size": [0, 5, 11], "pivot": [2.35, 40.9, -122.4], "rotation": [44.03566, 23.52845, 174.2668], "uv": [68, 50]}, + {"origin": [-2.35, 41.85, -117.4], "size": [0, 5, 11], "pivot": [-2.35, 42.9, -114.4], "rotation": [90.04037, -20.86715, 167.50456], "uv": [22, 34]}, + {"origin": [2.35, 41.85, -117.4], "size": [0, 5, 11], "pivot": [2.35, 42.9, -114.4], "rotation": [90.04037, 20.86715, -167.50456], "uv": [0, 43]} + ] + }, + { + "name": "head_tail_l", + "parent": "head", + "pivot": [-3, 39.5, -118.5], + "cubes": [ + {"origin": [-4, 38.5, -125.5], "size": [2, 2, 7], "uv": [5, 4]} + ] + }, + { + "name": "h_tail_l1", + "parent": "head_tail_l", + "pivot": [-3, 39.5, -125.5], + "cubes": [ + {"origin": [-4, 38.5, -132.5], "size": [2, 2, 7], "uv": [0, 13]} + ] + }, + { + "name": "h_tail_l2", + "parent": "h_tail_l1", + "pivot": [-3, 39.5, -132.5], + "cubes": [ + {"origin": [-4, 38.5, -139.5], "size": [2, 2, 7], "uv": [11, 15]} + ] + }, + { + "name": "head_tail_r", + "parent": "head", + "pivot": [3, 39.5, -118.5], + "cubes": [ + {"origin": [2, 38.5, -125.5], "size": [2, 2, 7], "uv": [82, 19]} + ] + }, + { + "name": "h_tail_r1", + "parent": "head_tail_r", + "pivot": [3, 39.5, -125.5], + "cubes": [ + {"origin": [2, 38.5, -132.5], "size": [2, 2, 7], "uv": [79, 52]} + ] + }, + { + "name": "h_tail_r2", + "parent": "h_tail_r1", + "pivot": [3, 39.5, -132.5], + "cubes": [ + {"origin": [2, 38.5, -139.5], "size": [2, 2, 7], "uv": [57, 61]} + ] + }, + { + "name": "l_back_leg", + "parent": "body", + "pivot": [-2.5, 36.8, -144.75], + "rotation": [-85, 0, 0], + "cubes": [ + {"origin": [-15.5, 28.8, -153], "size": [4, 9, 4], "pivot": [-9, 33.8, -147.5], "rotation": [180, 0, 180], "uv": [0, 61]}, + {"origin": [-6.45, 36.3, -148.75], "size": [0, 5, 6], "pivot": [-6.45, 38.8, -145.75], "rotation": [155, 0, 180], "uv": [32, 48]}, + {"origin": [-6.35, 41.85, -147.9], "size": [0, 5, 11], "pivot": [-6.35, 42.9, -144.9], "rotation": [68.63209, -23.82015, 175.72777], "uv": [72, 31]}, + {"origin": [-6.35, 41.85, -148.9], "size": [0, 5, 11], "pivot": [-6.35, 42.9, -145.9], "rotation": [60.43023, -24.16133, 179.06733], "uv": [72, 31]}, + {"origin": [-6.35, 41.85, -150.7], "size": [0, 5, 11], "pivot": [-6.35, 42.9, -147.7], "rotation": [60.43023, -24.16133, 179.06733], "uv": [72, 31]}, + {"origin": [-6.35, 40.85, -152.7], "size": [0, 5, 11], "pivot": [-6.35, 41.9, -149.7], "rotation": [30.6326, -21.71054, -169.0911], "uv": [72, 31]} + ] + }, + { + "name": "l_low_back_leg", + "parent": "l_back_leg", + "pivot": [-4.375, 28.8, -144.5], + "cubes": [ + {"origin": [-6.375, 21.8, -146], "size": [4, 7, 3], "pivot": [-4.375, 28.8, -144.5], "rotation": [-180, 0, 180], "uv": [16, 77]} + ] + }, + { + "name": "l_back_foot", + "parent": "l_low_back_leg", + "pivot": [-4.375, 22.05, -143.05], + "rotation": [90, 0, 0], + "cubes": [ + {"origin": [-16.375, 18.05, -147.25], "size": [2, 4, 1], "pivot": [-9.875, 18.05, -144.75], "rotation": [-180, 0, 180], "uv": [60, 0]}, + {"origin": [-15.375, 19.05, -147.25], "size": [1, 3, 1], "pivot": [-8.875, 18.05, -144.75], "rotation": [-180, 0, 180], "uv": [16, 30]}, + {"origin": [-18.375, 19.05, -147.25], "size": [1, 3, 1], "pivot": [-11.875, 18.05, -144.75], "rotation": [-180, 0, 180], "uv": [0, 26]} + ] + }, + { + "name": "r_back_leg", + "parent": "body", + "pivot": [2.5, 36.8, -144.75], + "rotation": [-85, 0, 0], + "cubes": [ + {"origin": [11.5, 28.8, -153], "size": [4, 9, 4], "pivot": [9, 33.8, -147.5], "rotation": [-180, 0, -180], "uv": [0, 26]}, + {"origin": [6.45, 36.3, -148.75], "size": [0, 5, 6], "pivot": [6.45, 38.8, -145.75], "rotation": [155, 0, -180], "uv": [55, 73]}, + {"origin": [6.35, 41.85, -147.9], "size": [0, 5, 11], "pivot": [6.35, 42.9, -144.9], "rotation": [68.63209, 23.82015, -175.72777], "uv": [68, 50]}, + {"origin": [6.35, 41.85, -148.9], "size": [0, 5, 11], "pivot": [6.35, 42.9, -145.9], "rotation": [60.43023, 24.16133, -179.06733], "uv": [68, 50]}, + {"origin": [6.35, 41.85, -150.7], "size": [0, 5, 11], "pivot": [6.35, 42.9, -147.7], "rotation": [60.43023, 24.16133, -179.06733], "uv": [68, 50]}, + {"origin": [6.35, 40.85, -152.7], "size": [0, 5, 11], "pivot": [6.35, 41.9, -149.7], "rotation": [30.6326, 21.71054, 169.0911], "uv": [68, 50]} + ] + }, + { + "name": "r_low_back_leg", + "parent": "r_back_leg", + "pivot": [4.375, 28.8, -144.5], + "cubes": [ + {"origin": [11.375, 21.8, -152], "size": [4, 7, 3], "pivot": [8.875, 24.8, -147.5], "rotation": [-180, 0, -180], "uv": [41, 74]} + ] + }, + { + "name": "r_back_foot", + "parent": "r_low_back_leg", + "pivot": [4.375, 22.05, -143.05], + "rotation": [90, 0, 0], + "cubes": [ + {"origin": [-7.625, 18.05, -147.25], "size": [2, 4, 1], "pivot": [-1.125, 18.05, -144.75], "rotation": [-180, 0, 180], "uv": [44, 66]}, + {"origin": [-6.625, 19.05, -147.25], "size": [1, 3, 1], "pivot": [-0.125, 18.05, -144.75], "rotation": [-180, 0, 180], "uv": [41, 0]}, + {"origin": [-9.625, 19.05, -147.25], "size": [1, 3, 1], "pivot": [-3.125, 18.05, -144.75], "rotation": [-180, 0, 180], "uv": [16, 34]} + ] + }, + { + "name": "f_right_leg", + "parent": "body", + "pivot": [4.46, 36.45, -129.61], + "rotation": [180, 0, 90], + "cubes": [ + {"origin": [2.9, 30, -131.25], "size": [3, 8, 3], "uv": [0, 39]} + ] + }, + { + "name": "f_right_lower_leg", + "parent": "f_right_leg", + "pivot": [4.475, 30, -129.825], + "cubes": [ + {"origin": [2.975, 22, -131.325], "size": [3, 8, 4], "uv": [30, 65]} + ] + }, + { + "name": "f_right_foot", + "parent": "f_right_lower_leg", + "pivot": [4.475, 22.1, -129.34167], + "rotation": [0, 90, -90], + "cubes": [ + {"origin": [4.475, 21.6, -133.425], "size": [1, 1, 4], "uv": [80, 79]}, + {"origin": [3.475, 21.6, -133.425], "size": [1, 1, 4], "uv": [79, 79]}, + {"origin": [2.475, 21.6, -132.425], "size": [1, 1, 3], "uv": [63, 27]}, + {"origin": [5.475, 21.6, -132.425], "size": [1, 1, 3], "uv": [60, 8]} + ] + }, + { + "name": "f_left_leg", + "parent": "body", + "pivot": [-4.46, 36.45, -129.61], + "rotation": [180, 0, -90], + "cubes": [ + {"origin": [-5.9, 30, -131.25], "size": [3, 8, 3], "uv": [0, 0]} + ] + }, + { + "name": "f_left_lower_leg", + "parent": "f_left_leg", + "pivot": [-3.975, 30, -129.825], + "cubes": [ + {"origin": [-5.975, 22, -131.325], "size": [3, 8, 4], "uv": [16, 65]} + ] + }, + { + "name": "f_left_foot", + "parent": "f_left_lower_leg", + "pivot": [-4.475, 22.1, -129.34167], + "rotation": [0, -90, 90], + "cubes": [ + {"origin": [-6.475, 21.6, -132.425], "size": [1, 1, 3], "uv": [46, 8]}, + {"origin": [-5.475, 21.6, -133.425], "size": [1, 1, 4], "uv": [67, 79]}, + {"origin": [-4.475, 21.6, -133.425], "size": [1, 1, 4], "uv": [68, 79]}, + {"origin": [-3.475, 21.6, -132.425], "size": [1, 1, 3], "uv": [12, 26]} + ] + }, + { + "name": "f_wheel", + "parent": "body", + "pivot": [0, 33.1, -115.9], + "cubes": [ + {"origin": [2, 37.6, -138.4], "size": [4, 13, 13], "pivot": [2, 37.6, -135.4], "rotation": [0, 0, 180], "uv": [21, 13]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/koraidonpd/koraidonpd.geo.json b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/koraidonpd/koraidonpd.geo.json new file mode 100644 index 0000000..e970675 --- /dev/null +++ b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/koraidonpd/koraidonpd.geo.json @@ -0,0 +1,260 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "root_main", + "pivot": [0, 0, 0] + }, + { + "name": "root", + "parent": "root_main", + "pivot": [0, 0, 0] + }, + { + "name": "koraidon", + "parent": "root", + "pivot": [0, -0.5, -62.7], + "rotation": [0, 180, 0] + }, + { + "name": "f_wheel", + "parent": "koraidon", + "pivot": [0, 11.1, -104.9], + "cubes": [ + {"origin": [2, 16.6, -120.4], "size": [4, 13, 13], "pivot": [2, 16.6, -117.4], "rotation": [0, 0, 180], "uv": [21, 13]} + ] + }, + { + "name": "r_wheel", + "parent": "koraidon", + "pivot": [0, 10.1, -129.9], + "cubes": [ + {"origin": [2, 16.6, -142.4], "size": [4, 13, 13], "pivot": [2, 16.6, -139.4], "rotation": [0, 0, 180], "uv": [0, 0]} + ] + }, + { + "name": "r_back_leg", + "parent": "koraidon", + "pivot": [2.5, 14.8, -133.75], + "cubes": [ + {"origin": [11.5, 6.8, -142], "size": [4, 9, 4], "pivot": [9, 11.8, -136.5], "rotation": [-180, 0, -180], "uv": [0, 26]}, + {"origin": [6.45, 14.3, -137.75], "size": [0, 5, 6], "pivot": [6.45, 16.8, -134.75], "rotation": [155, 0, -180], "uv": [55, 73]} + ] + }, + { + "name": "r_low_back_leg", + "parent": "r_back_leg", + "pivot": [4.375, 6.8, -133.5], + "cubes": [ + {"origin": [11.375, -0.2, -141], "size": [4, 7, 3], "pivot": [8.875, 2.8, -136.5], "rotation": [-180, 0, -180], "uv": [41, 74]} + ] + }, + { + "name": "r_back_foot", + "parent": "r_low_back_leg", + "pivot": [4.375, 0.05, -132.05], + "rotation": [90, 0, 0], + "cubes": [ + {"origin": [-7.625, -3.95, -136.25], "size": [2, 4, 1], "pivot": [-1.125, -3.95, -133.75], "rotation": [-180, 0, 180], "uv": [44, 66]}, + {"origin": [-6.625, -2.95, -136.25], "size": [1, 3, 1], "pivot": [-0.125, -3.95, -133.75], "rotation": [-180, 0, 180], "uv": [41, 0]}, + {"origin": [-9.625, -2.95, -136.25], "size": [1, 3, 1], "pivot": [-3.125, -3.95, -133.75], "rotation": [-180, 0, 180], "uv": [16, 34]} + ] + }, + { + "name": "l_back_leg", + "parent": "koraidon", + "pivot": [-2.5, 14.8, -133.75], + "cubes": [ + {"origin": [-15.5, 6.8, -142], "size": [4, 9, 4], "pivot": [-9, 11.8, -136.5], "rotation": [-180, 0, 180], "uv": [0, 61]}, + {"origin": [-6.45, 14.3, -137.75], "size": [0, 5, 6], "pivot": [-6.45, 16.8, -134.75], "rotation": [155, 0, 180], "uv": [32, 48]} + ] + }, + { + "name": "l_low_back_leg", + "parent": "l_back_leg", + "pivot": [-4.375, 6.8, -133.5], + "cubes": [ + {"origin": [-6.375, -0.2, -135], "size": [4, 7, 3], "pivot": [-4.375, 6.8, -133.5], "rotation": [-180, 0, 180], "uv": [16, 77]} + ] + }, + { + "name": "l_back_foot", + "parent": "l_low_back_leg", + "pivot": [-4.375, 0.05, -132.05], + "rotation": [90, 0, 0], + "cubes": [ + {"origin": [-16.375, -3.95, -136.25], "size": [2, 4, 1], "pivot": [-9.875, -3.95, -133.75], "rotation": [-180, 0, 180], "uv": [60, 0]}, + {"origin": [-15.375, -2.95, -136.25], "size": [1, 3, 1], "pivot": [-8.875, -3.95, -133.75], "rotation": [-180, 0, 180], "uv": [16, 30]}, + {"origin": [-18.375, -2.95, -136.25], "size": [1, 3, 1], "pivot": [-11.875, -3.95, -133.75], "rotation": [-180, 0, 180], "uv": [0, 26]} + ] + }, + { + "name": "body", + "parent": "koraidon", + "pivot": [0, 17.39222, -122.16072], + "cubes": [ + {"origin": [1, 11.7, -113.7], "size": [6, 3, 8], "pivot": [2, 11.7, -113.7], "rotation": [170, 0, 180], "uv": [42, 15]}, + {"origin": [1, 14.75, -113.7], "size": [6, 3, 8], "pivot": [2, 14.7, -113.7], "rotation": [170, 0, 180], "uv": [21, 0]}, + {"origin": [-1.5, 21.6, -110.7], "size": [5, 3, 12], "pivot": [0.5, 21.6, -110.7], "rotation": [140, 0, 180], "uv": [0, 39]}, + {"origin": [3.5, 23.85, -112.7], "size": [0, 3, 12], "pivot": [0.5, 23.85, -112.7], "rotation": [140, 0, 180], "uv": [22, 30]}, + {"origin": [2.5, 17.4421, -119.07929], "size": [1, 3, 5], "pivot": [3, 18.9421, -116.57929], "rotation": [-110, 0, 180], "uv": [74, 51]}, + {"origin": [-3.5, 17.4421, -119.07929], "size": [1, 3, 5], "pivot": [-3, 18.9421, -116.57929], "rotation": [-110, 0, 180], "uv": [41, 0]}, + {"origin": [2.8, 20.1421, -121.07929], "size": [1, 2, 5], "pivot": [3.3, 21.6421, -118.57929], "rotation": [-172.5, 0, 180], "uv": [77, 71]}, + {"origin": [3, 22.0421, -124.67929], "size": [1, 2, 3], "pivot": [3.5, 23.5421, -122.17929], "rotation": [-140, 0, 180], "uv": [80, 35]}, + {"origin": [0.5, 17.6, -112.4], "size": [5, 3, 6], "pivot": [1.5, 17.6, -112.4], "rotation": [102.5, 0, 180], "uv": [58, 61]}, + {"origin": [1.5, 10.8, -121.6], "size": [3, 3, 12], "pivot": [1.5, 10.8, -121.6], "rotation": [180, 0, 180], "uv": [42, 0]}, + {"origin": [0, 13.3, -121.6], "size": [4, 3.3, 12], "pivot": [1, 13.3, -121.6], "rotation": [180, 0, 180], "uv": [34, 39]}, + {"origin": [-3.8, 20.1421, -121.07929], "size": [1, 2, 5], "pivot": [-3.3, 21.6421, -118.57929], "rotation": [-172.5, 0, 180], "uv": [77, 0]}, + {"origin": [-4, 22.0421, -124.67929], "size": [1, 2, 3], "pivot": [-3.5, 23.5421, -122.17929], "rotation": [-140, 0, 180], "uv": [30, 77]}, + {"origin": [-2.5, 12, -136], "size": [5, 5, 7], "pivot": [0, 14, -132.5], "rotation": [-162.5, 0, 180], "uv": [40, 54]}, + {"origin": [-4, 20, -143.3], "size": [2, 1, 7], "pivot": [-1.5, 22, -138.5], "rotation": [-150, 0, 180], "uv": [66, 71]}, + {"origin": [-6, 19.3, -142.4], "size": [2, 1, 7], "pivot": [-3.5, 21.3, -137.6], "rotation": [-150, 0, 180], "uv": [55, 70]}, + {"origin": [2.5, 10.3, -133.6], "size": [5, 3, 8], "pivot": [2.5, 10.3, -133.6], "rotation": [-120, 0, 180], "uv": [54, 31]}, + {"origin": [0, 20.1, -109], "size": [4, 2, 8], "pivot": [1, 19.1, -109], "rotation": [140, 0, 180], "uv": [58, 51]}, + {"origin": [-2.5, 17, -137.3], "size": [5, 1, 7], "pivot": [0, 19, -132.5], "rotation": [-162.5, 0, -180], "uv": [60, 0]}, + {"origin": [4, 19.3, -142.4], "size": [2, 1, 7], "pivot": [3.5, 21.3, -137.6], "rotation": [-150, 0, -180], "uv": [44, 66]}, + {"origin": [-3.5, 23.85, -112.7], "size": [0, 3, 12], "pivot": [-0.5, 23.85, -112.7], "rotation": [140, 0, -180], "uv": [22, 27]} + ] + }, + { + "name": "head", + "parent": "koraidon", + "pivot": [-0.1, 25, -113.8], + "cubes": [ + {"origin": [2.2, 25.3, -108.5], "size": [1, 2, 3], "pivot": [0.3, 24.3, -108.5], "rotation": [20, 0, 180], "uv": [9, 74]}, + {"origin": [2.25, 25.4, -107.2], "size": [1, 2, 2], "pivot": [0.3, 24.4, -108.2], "rotation": [20, 0, 180], "uv": [72, 17]}, + {"origin": [-2.47, 22.6177, -109.14551], "size": [1, 1, 3], "pivot": [-1.95, 23.13774, -107.64551], "rotation": [14.43276, 13.99545, 136.78082], "uv": [71, 27]}, + {"origin": [-1.5, 25.1, -112.2], "size": [5, 3, 8], "pivot": [0.5, 25.1, -112.2], "rotation": [20, 0, 180], "uv": [14, 54]}, + {"origin": [-0.5, 25.16207, -111.61224], "size": [1, 1, 8], "pivot": [0, 25.66207, -107.61224], "rotation": [57.5, 0, 180], "uv": [64, 8]}, + {"origin": [0.25, 24.76207, -108.61224], "size": [2, 0, 5], "pivot": [1.75, 25.26207, -107.61224], "rotation": [58.11966, 6.6782, -169.40939], "uv": [20, 0]}, + {"origin": [-1.5, 22.3, -113.3], "size": [5, 1, 8], "pivot": [0.5, 22.3, -113.3], "rotation": [20, 0, 180], "uv": [54, 42]}, + {"origin": [7, 24.3, -113.5], "size": [1, 3, 3], "pivot": [5, 24.3, -113.5], "rotation": [20, 0, 180], "uv": [54, 42]}, + {"origin": [7.2, 26, -112.8], "size": [1, 3, 2], "pivot": [5.15, 25, -113.8], "rotation": [20, 0, 180], "uv": [55, 31]}, + {"origin": [6.8, 25.3, -108.5], "size": [1, 2, 3], "pivot": [4.7, 24.3, -108.5], "rotation": [20, 0, 180], "uv": [62, 17]}, + {"origin": [6.55, 25.4, -107.2], "size": [1, 2, 2], "pivot": [4.6, 24.4, -108.2], "rotation": [20, 0, 180], "uv": [66, 70]}, + {"origin": [6.65, 25.4, -107.8], "size": [1, 2, 3], "pivot": [4.6, 24.4, -107.8], "rotation": [20, 0, 180], "uv": [57, 54]}, + {"origin": [1.43, 22.66274, -109.14551], "size": [1, 1, 3], "pivot": [1.95, 23.16274, -107.64551], "rotation": [14.43276, 13.99545, 136.78082], "uv": [26, 65]}, + {"origin": [2.35, 26.85, -115.4], "size": [0, 5, 11], "pivot": [2.35, 27.9, -112.4], "rotation": [41.32805, 23.25532, 173.19166], "uv": [0, 43]}, + {"origin": [2, 24.3, -113.5], "size": [1, 3, 3], "pivot": [0, 24.3, -113.5], "rotation": [20, 0, 180], "uv": [42, 15]}, + {"origin": [1.9, 26, -112.8], "size": [1, 3, 2], "pivot": [-0.1, 25, -113.8], "rotation": [20, 0, 180], "uv": [48, 0]}, + {"origin": [2.35, 25.4, -107.8], "size": [1, 2, 3], "pivot": [0.4, 24.4, -107.8], "rotation": [20, 0, 180], "uv": [55, 26]}, + {"origin": [-2.25, 24.76207, -108.61224], "size": [2, 0, 5], "pivot": [-1.75, 25.26207, -107.61224], "rotation": [58.11966, -6.6782, 169.40939], "uv": [16, 0]}, + {"origin": [-2.35, 26.85, -115.4], "size": [0, 5, 11], "pivot": [-2.35, 27.9, -112.4], "rotation": [41.32805, -23.25532, -173.19166], "uv": [22, 34]} + ] + }, + { + "name": "head_tail_l", + "parent": "head", + "pivot": [-3, 24.5, -111.5], + "cubes": [ + {"origin": [-3.5, 24, -118.5], "size": [1, 1, 7], "uv": [73, 63]} + ] + }, + { + "name": "h_tail_l1", + "parent": "head_tail_l", + "pivot": [-3, 24.5, -118.5], + "cubes": [ + {"origin": [-3.5, 24, -125.5], "size": [1, 1, 7], "uv": [0, 74]} + ] + }, + { + "name": "h_tail_l2", + "parent": "h_tail_l1", + "pivot": [-3, 24.5, -125.5], + "cubes": [ + {"origin": [-3.5, 24, -132.5], "size": [1, 1, 7], "uv": [74, 8]} + ] + }, + { + "name": "head_tail_r", + "parent": "head", + "pivot": [3, 24.5, -111.5], + "cubes": [ + {"origin": [2.5, 24, -118.5], "size": [1, 1, 7], "uv": [72, 17]} + ] + }, + { + "name": "h_tail_r1", + "parent": "head_tail_r", + "pivot": [3, 24.5, -118.5], + "cubes": [ + {"origin": [2.5, 24, -125.5], "size": [1, 1, 7], "uv": [72, 27]} + ] + }, + { + "name": "h_tail_r2", + "parent": "h_tail_r1", + "pivot": [3, 24.5, -125.5], + "cubes": [ + {"origin": [2.5, 24, -132.5], "size": [1, 1, 7], "uv": [72, 42]} + ] + }, + { + "name": "f_right_leg", + "parent": "koraidon", + "pivot": [4.46, 14.45, -118.61], + "rotation": [0, 180, 0], + "cubes": [ + {"origin": [2.9, 8, -120.25], "size": [3, 8, 3], "uv": [0, 39]} + ] + }, + { + "name": "f_right_lower_leg", + "parent": "f_right_leg", + "pivot": [4.475, 8, -118.825], + "cubes": [ + {"origin": [2.975, 0, -120.325], "size": [3, 8, 4], "uv": [30, 65]} + ] + }, + { + "name": "f_right_foot", + "parent": "f_right_lower_leg", + "pivot": [4.475, 0.5, -120.24167], + "cubes": [ + {"origin": [3.475, 0, -124.325], "size": [2, 1, 4], "uv": [79, 79]}, + {"origin": [2.475, 0, -123.325], "size": [1, 1, 3], "uv": [63, 27]}, + {"origin": [5.475, 0, -123.325], "size": [1, 1, 3], "uv": [60, 8]} + ] + }, + { + "name": "f_left_leg", + "parent": "koraidon", + "pivot": [-4.46, 14.45, -118.61], + "rotation": [0, 180, 0], + "cubes": [ + {"origin": [-5.9, 8, -120.25], "size": [3, 8, 3], "uv": [0, 0]} + ] + }, + { + "name": "f_left_lower_leg", + "parent": "f_left_leg", + "pivot": [-3.975, 8, -118.825], + "cubes": [ + {"origin": [-5.975, 0, -120.325], "size": [3, 8, 4], "uv": [16, 65]} + ] + }, + { + "name": "f_left_foot", + "parent": "f_left_lower_leg", + "pivot": [-4.475, 0.5, -120.24167], + "cubes": [ + {"origin": [-6.475, 0, -123.325], "size": [1, 1, 3], "uv": [46, 8]}, + {"origin": [-5.475, 0, -124.325], "size": [2, 1, 4], "uv": [67, 79]}, + {"origin": [-3.475, 0, -123.325], "size": [1, 1, 3], "uv": [12, 26]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/kyurem/kyurem.geo.json b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/kyurem/kyurem.geo.json new file mode 100644 index 0000000..d67194f --- /dev/null +++ b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/kyurem/kyurem.geo.json @@ -0,0 +1,310 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 6, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "root", + "pivot": [0, 0, 0] + }, + { + "name": "kyurem", + "parent": "root", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "kyurem", + "pivot": [-0.5, 16, 6], + "rotation": [-12.5, 0, 0], + "cubes": [ + {"origin": [-3.5, 16.75, -8.5], "size": [7, 8, 10], "pivot": [0.5, 20.75, -3.5], "rotation": [27.5, 0, 0], "uv": [65, 52]}, + {"origin": [-4, 16.75, -4], "size": [8, 8, 10], "pivot": [0, 20.75, 1], "rotation": [-35, 0, 0], "uv": [30, 62]}, + {"origin": [-5, 18.75, -1.5], "size": [10, 4, 6], "pivot": [0, 18.75, -0.5], "rotation": [47.5, 0, 0], "uv": [68, 17]}, + {"origin": [-7, 10, 1], "size": [14, 14, 13], "uv": [0, 0]}, + {"origin": [-6, 11.5, -3.25], "size": [12, 8, 8], "pivot": [0, 15, 1.25], "rotation": [-47.5, 0, 0], "uv": [0, 54]}, + {"origin": [-5.5, 13, -13], "size": [11, 10, 14], "uv": [0, 27]}, + {"origin": [2.05, 12.26593, -7.95882], "size": [4, 1, 2], "pivot": [4.05, 12.76593, -6.95882], "rotation": [-7.05323, -44.78238, 4.98107], "uv": [108, 101], "mirror": true}, + {"origin": [4.25, 18.8, -8.9], "size": [2, 3, 2], "pivot": [5.25, 20.3, -7.9], "rotation": [50, 0, 0], "uv": [49, 111]}, + {"origin": [4.35, 17.075, -12.7], "size": [2, 3, 2], "uv": [110, 112]}, + {"origin": [4.35, 17.075, -8.1], "size": [2, 3, 2], "uv": [111, 80]}, + {"origin": [4.35, 20.075, -10.4], "size": [2, 2, 2], "uv": [81, 106]}, + {"origin": [2.85, 21.575, -10.4], "size": [4, 6, 2], "pivot": [4.85, 22.075, -9.4], "rotation": [0, 0, 37.5], "uv": [104, 104]}, + {"origin": [5.35, 25.325, -10.9], "size": [4, 4, 3], "pivot": [7.35, 25.825, -9.9], "rotation": [0, 0, 85], "uv": [103, 58]}, + {"origin": [8.1, 25.575, -10.65], "size": [4, 6, 3], "pivot": [10.1, 26.075, -9.65], "rotation": [0, 0, 47.5], "uv": [32, 101]}, + {"origin": [10.6, 28.975, -10.4], "size": [5, 6, 3], "pivot": [13.6, 29.475, -9.4], "rotation": [0, 0, 80], "uv": [97, 24]}, + {"origin": [10.71944, 29.1823, -9.15], "size": [3, 4, 0], "pivot": [12.21944, 31.1823, -9.15], "rotation": [0, 0, 60], "uv": [0, 70]}, + {"origin": [1.35, 23.975, -9.15], "size": [3, 3, 0], "pivot": [6.35, 24.475, -11.15], "rotation": [0, 0, 80], "uv": [41, 0]}, + {"origin": [16.85, 29.075, -9.4], "size": [1, 6, 1], "pivot": [16.85, 29.575, -9.4], "rotation": [0, 0, 80], "uv": [69, 108]}, + {"origin": [16.55, 31.975, -9.4], "size": [1, 6, 1], "pivot": [16.55, 32.475, -9.4], "rotation": [0, 0, 80], "uv": [46, 101]}, + {"origin": [-6.25, 12.8, -12.4], "size": [2, 5, 2], "pivot": [-5.25, 16.3, -11.4], "rotation": [12.5, 0, 0], "uv": [0, 85]}, + {"origin": [-6, 12.29905, -11.60638], "size": [4, 1, 2], "pivot": [-4, 12.79905, -10.60638], "rotation": [-2.5, 0, 0], "uv": [108, 101]}, + {"origin": [-6.25, 12.5, -7.7], "size": [2, 5, 2], "pivot": [-5.25, 16, -6.7], "rotation": [15, 0, 0], "uv": [0, 85]}, + {"origin": [-6.05, 12.26593, -7.95882], "size": [4, 1, 2], "pivot": [-4.05, 12.76593, -6.95882], "rotation": [-7.05323, 44.78238, -4.98107], "uv": [108, 101]}, + {"origin": [-6.35, 17.075, -12.7], "size": [2, 3, 2], "uv": [110, 112], "mirror": true}, + {"origin": [-6.25, 18.875, -11.9], "size": [2, 3, 2], "pivot": [-5.25, 20.375, -10.9], "rotation": [-47.5, 0, 0], "uv": [102, 112], "mirror": true}, + {"origin": [-6.6, 21.325, -10.4], "size": [4, 6, 2], "pivot": [-4.6, 21.825, -9.4], "rotation": [0, 0, -37.5], "uv": [0, 105]}, + {"origin": [-6.25, 18.8, -8.9], "size": [2, 3, 2], "pivot": [-5.25, 20.3, -7.9], "rotation": [50, 0, 0], "uv": [49, 111], "mirror": true}, + {"origin": [-6.35, 17.075, -8.1], "size": [2, 3, 2], "uv": [111, 80], "mirror": true}, + {"origin": [-6.35, 20.075, -10.4], "size": [2, 2, 2], "uv": [81, 106], "mirror": true}, + {"origin": [-9.1, 25.075, -10.9], "size": [5, 6, 3], "pivot": [-7.1, 25.575, -9.9], "rotation": [0, 0, -85], "uv": [50, 95]}, + {"origin": [-12.1, 26.075, -9.9], "size": [1, 3, 1], "pivot": [-13.1, 26.575, -9.9], "rotation": [0, 0, -85], "uv": [79, 27]}, + {"origin": [-12.1, 23.075, -9.9], "size": [1, 3, 1], "pivot": [-13.1, 23.575, -9.9], "rotation": [0, 0, -85], "uv": [64, 38]}, + {"origin": [4.25, 18.875, -11.9], "size": [2, 3, 2], "pivot": [5.25, 20.375, -10.9], "rotation": [-47.5, 0, 0], "uv": [102, 112]}, + {"origin": [-7.22704, 26.34548, -9.15], "size": [3, 4, 0], "pivot": [-5.72704, 27.84548, -9.15], "rotation": [0, 0, -57.5], "uv": [68, 17]}, + {"origin": [2, 12.29905, -11.60638], "size": [4, 1, 2], "pivot": [4, 12.79905, -10.60638], "rotation": [-2.5, 0, 0], "uv": [108, 101], "mirror": true}, + {"origin": [4.25, 12.5, -7.7], "size": [2, 5, 2], "pivot": [5.25, 16, -6.7], "rotation": [15, 0, 0], "uv": [0, 85], "mirror": true}, + {"origin": [4.25, 12.8, -12.4], "size": [2, 5, 2], "pivot": [5.25, 16.3, -11.4], "rotation": [12.5, 0, 0], "uv": [0, 85], "mirror": true} + ] + }, + { + "name": "left_arm", + "parent": "body", + "pivot": [6.35, 18.475, -9.4], + "rotation": [0, 0, 45], + "cubes": [ + {"origin": [4.85, 17.475, -10.4], "size": [2, 2, 2], "uv": [10, 99]}, + {"origin": [6.85, 17.975, -9.9], "size": [4, 1, 1], "uv": [28, 51]} + ] + }, + { + "name": "lower_left_arm", + "parent": "left_arm", + "pivot": [10.91667, 18.475, -9.56667], + "rotation": [80.12692, 49.38542, 32.04249], + "cubes": [ + {"origin": [10.85, 17.475, -9.9], "size": [4, 2, 1], "uv": [18, 51]}, + {"origin": [14.35, 18.725, -10.15], "size": [2, 1, 1], "pivot": [15.35, 19.225, -10.15], "rotation": [0, 0, -15], "uv": [32, 59]}, + {"origin": [14.35, 17.225, -10.15], "size": [2, 1, 1], "pivot": [15.35, 17.725, -10.15], "rotation": [0, 0, 15], "uv": [56, 38]} + ] + }, + { + "name": "neck", + "parent": "body", + "pivot": [0, 23.15, -12.8], + "rotation": [7.5, 0, 0], + "cubes": [ + {"origin": [-4.5, 13.75, -18.5], "size": [9, 9, 6], "uv": [0, 70]} + ] + }, + { + "name": "bone4", + "parent": "neck", + "pivot": [0, 22, -18.75], + "rotation": [12.5, 0, 0], + "cubes": [ + {"origin": [-4, 14.25, -27.5], "size": [8, 8, 9], "uv": [68, 0]}, + {"origin": [0, 22.25, -27.5], "size": [0, 7, 6], "uv": [0, 0]} + ] + }, + { + "name": "bone9", + "parent": "bone4", + "pivot": [-1.5, 16.75, -28.5], + "rotation": [-5, 0, 0], + "cubes": [ + {"origin": [0, 21.75, -33.5], "size": [0, 7, 6], "uv": [0, 21]}, + {"origin": [-3.5, 14.75, -33.5], "size": [7, 7, 6], "uv": [24, 80]} + ] + }, + { + "name": "head", + "parent": "bone9", + "pivot": [0.01904, 20.00192, -33.56322], + "cubes": [ + {"origin": [-6, 13.75, -37.5], "size": [12, 9, 4], "uv": [64, 38]}, + {"origin": [-3, 16.85, -41.5], "size": [6, 1, 4], "uv": [94, 17]}, + {"origin": [-1.45, 16.85, -44.5], "size": [3, 1, 3], "uv": [12, 85]}, + {"origin": [-3.68198, 16.75, -44.64645], "size": [2, 4, 8], "pivot": [-2.68198, 19.75, -40.64645], "rotation": [0, -25, 0], "uv": [66, 88]}, + {"origin": [-2.04651, 16.25, -43.89591], "size": [0, 1, 1], "pivot": [-2.04651, 16.75, -43.39591], "rotation": [45, -25, 0], "uv": [11, 0]}, + {"origin": [-2.79651, 16.25, -42.14591], "size": [0, 1, 1], "pivot": [-2.79651, 16.75, -41.64591], "rotation": [45, -25, 0], "uv": [9, 1]}, + {"origin": [-3.79651, 16.25, -40.14591], "size": [0, 1, 1], "pivot": [-3.79651, 16.75, -39.64591], "rotation": [45, -25, 0], "uv": [0, 1]}, + {"origin": [-3.73198, 18.75, -42.64645], "size": [2, 3, 4], "pivot": [-2.73198, 20.75, -40.64645], "rotation": [0, -25, 0], "uv": [105, 94]}, + {"origin": [-3.43198, 19.15, -42.44645], "size": [2, 2, 3], "pivot": [-2.43198, 21.15, -41.44645], "rotation": [10, -25, 0], "uv": [56, 67]}, + {"origin": [-4.38198, 20.65, -44.64645], "size": [2, 2, 8], "pivot": [-3.38198, 25.65, -40.64645], "rotation": [0, -25, 0], "uv": [91, 62]}, + {"origin": [-4.5, 20.75, -40.5], "size": [9, 2, 3], "uv": [89, 53]}, + {"origin": [-2.4, 20.75, -43.5], "size": [5, 2, 3], "uv": [61, 0]}, + {"origin": [-1.4, 22.75, -43.5], "size": [3, 2, 3], "pivot": [0.1, 23.75, -42], "rotation": [32.5, 0, 0], "uv": [103, 65]}, + {"origin": [-0.9, 22.75, -40.5], "size": [2, 2, 3], "pivot": [0.6, 23.75, -42], "rotation": [32.5, 0, 0], "uv": [110, 22]}, + {"origin": [-0.4, 22.75, -37.5], "size": [1, 2, 2], "pivot": [0.1, 23.75, -42], "rotation": [32.5, 0, 0], "uv": [24, 70]}, + {"origin": [-1.99302, 16.725, -44.74645], "size": [4, 5, 1], "uv": [111, 6]}, + {"origin": [1.73198, 18.75, -42.64645], "size": [2, 3, 4], "pivot": [2.73198, 20.75, -40.64645], "rotation": [0, 25, 0], "uv": [73, 106]}, + {"origin": [1.43198, 19.15, -42.44645], "size": [2, 2, 3], "pivot": [2.43198, 21.15, -41.44645], "rotation": [10, 25, 0], "uv": [110, 16]}, + {"origin": [2.38198, 20.65, -44.64645], "size": [2, 2, 8], "pivot": [3.38198, 25.65, -40.64645], "rotation": [0, 25, 0], "uv": [89, 43]}, + {"origin": [3.79651, 16.25, -40.14591], "size": [0, 1, 1], "pivot": [3.79651, 16.75, -39.64591], "rotation": [45, 25, 0], "uv": [12, 29]}, + {"origin": [1.68198, 16.75, -44.64645], "size": [2, 4, 8], "pivot": [2.68198, 19.75, -40.64645], "rotation": [0, 25, 0], "uv": [0, 85]}, + {"origin": [2.04651, 16.25, -43.89591], "size": [0, 1, 1], "pivot": [2.04651, 16.75, -43.39591], "rotation": [45, 25, 0], "uv": [9, 0]}, + {"origin": [2.79651, 16.25, -42.14591], "size": [0, 1, 1], "pivot": [2.79651, 16.75, -41.64591], "rotation": [45, 25, 0], "uv": [0, 0]}, + {"origin": [0, 22.75, -39.5], "size": [0, 7, 6], "uv": [0, 28]} + ] + }, + { + "name": "bottom_jaw", + "parent": "head", + "pivot": [0.00325, 16.85917, -36.06343], + "rotation": [-2.5, 0, 0], + "cubes": [ + {"origin": [-3.68198, 15.75, -44.64645], "size": [2, 2, 8], "pivot": [-2.68198, 15.75, -40.64645], "rotation": [-25, 0, 90], "uv": [12, 89]}, + {"origin": [-1.46802, 12.775, -40.32145], "size": [2, 5, 4], "pivot": [-0.46802, 15.775, -34.32145], "rotation": [0, 0, -90], "uv": [92, 104]}, + {"origin": [0.00698, 15.725, -44.29645], "size": [2, 2, 8], "pivot": [1.00698, 15.725, -40.29645], "rotation": [0, 0, -90], "uv": [92, 72]}, + {"origin": [0.00698, 15.825, -43.69645], "size": [2, 2, 6], "pivot": [1.00698, 15.825, -39.69645], "rotation": [0, 0, -90], "uv": [97, 33]}, + {"origin": [1.68198, 15.75, -44.64645], "size": [2, 2, 8], "pivot": [2.68198, 15.75, -40.64645], "rotation": [-25, 0, -90], "uv": [86, 88]}, + {"origin": [-4.2891, 14.61147, -45.97373], "size": [2, 3, 5], "pivot": [-2.75, 16.45, -42.525], "rotation": [18.02272, -31.44052, -47.59336], "uv": [101, 41]}, + {"origin": [-6.24317, 14.15228, -41.77315], "size": [3, 3, 5], "pivot": [-4.74317, 15.65228, -39.27315], "rotation": [15, -20, -42.5], "uv": [16, 99]}, + {"origin": [2.2891, 14.61147, -45.97373], "size": [2, 3, 5], "pivot": [2.75, 16.45, -42.525], "rotation": [18.02272, 31.44052, 47.59336], "uv": [102, 8]}, + {"origin": [3.24317, 14.15228, -41.77315], "size": [3, 3, 5], "pivot": [4.74317, 15.65228, -39.27315], "rotation": [15, 20, 42.5], "uv": [61, 100]}, + {"origin": [4, 14.15, -37.575], "size": [3, 3, 3], "pivot": [5.5, 15.65, -36.075], "rotation": [0, 0, 42.5], "uv": [107, 33]}, + {"origin": [4, 15.15, -37.5], "size": [3, 3, 3], "pivot": [5.5, 16.65, -36], "rotation": [-32.5, 0, 0], "uv": [102, 82]}, + {"origin": [-7, 14.15, -37.575], "size": [3, 3, 3], "pivot": [-5.5, 15.65, -36.075], "rotation": [0, 0, -42.5], "uv": [0, 0]}, + {"origin": [-7, 15.15, -37.5], "size": [3, 3, 3], "pivot": [-5.5, 16.65, -36], "rotation": [-32.5, 0, 0], "uv": [44, 80]}, + {"origin": [-2.30912, 17.25, -44.44114], "size": [0, 1, 1], "pivot": [-2.30912, 17.75, -43.94114], "rotation": [-50.23215, -29.98012, 0.50246], "uv": [12, 30]}, + {"origin": [-3.30912, 16.95, -42.94114], "size": [0, 1, 1], "pivot": [-3.30912, 17.45, -42.44114], "rotation": [45, -33, 0], "uv": [12, 28]}, + {"origin": [-4.00912, 17.25, -40.94114], "size": [0, 1, 1], "pivot": [-4.00912, 17.75, -40.44114], "rotation": [40.39811, -23.78926, 9.62836], "uv": [12, 26]}, + {"origin": [4.00912, 17.25, -40.94114], "size": [0, 1, 1], "pivot": [4.00912, 17.75, -40.44114], "rotation": [40.39811, 23.78926, -9.62836], "uv": [12, 31]}, + {"origin": [2.30912, 17.25, -44.44114], "size": [0, 1, 1], "pivot": [2.30912, 17.75, -43.94114], "rotation": [-50.23215, 29.98012, -0.50246], "uv": [12, 27]}, + {"origin": [3.30912, 16.95, -42.94114], "size": [0, 1, 1], "pivot": [3.30912, 17.45, -42.44114], "rotation": [45, 33, 0], "uv": [11, 1]} + ] + }, + { + "name": "bone7", + "parent": "head", + "pivot": [1.08767, 23.08979, -47.21752], + "rotation": [140, 0, 0], + "cubes": [ + {"origin": [0.1885, 21.0615, -52.02821], "size": [4, 4, 3], "pivot": [0, 25.25, -46], "rotation": [0, 0, 45], "uv": [104, 72]}, + {"origin": [-0.6885, 17.9115, -52.02821], "size": [3, 4, 3], "pivot": [2.5, 22.1, -46], "rotation": [0, 0, -45], "uv": [12, 107]}, + {"origin": [2.68329, 11.43056, -51.02821], "size": [3, 5, 1], "pivot": [6.62724, 17.34314, -46.5], "rotation": [0, 0, -40], "uv": [92, 72]}, + {"origin": [1.6704, 14.89726, -51.52821], "size": [3, 4, 2], "pivot": [4.77724, 20.34314, -46], "rotation": [0, 0, -25], "uv": [111, 0]}, + {"origin": [-2.3115, 17.9115, -52.02821], "size": [3, 4, 3], "pivot": [-2.5, 22.1, -46], "rotation": [0, 0, 45], "uv": [57, 108]}, + {"origin": [-4.6704, 12.89726, -51.52821], "size": [3, 6, 2], "pivot": [-4.77724, 20.34314, -46], "rotation": [0, 0, 25], "uv": [74, 70]} + ] + }, + { + "name": "left_leg", + "parent": "body", + "pivot": [8.5, 16.5, 4.5], + "rotation": [12.5, 0, 0], + "cubes": [ + {"origin": [5, 11, -1], "size": [7, 11, 11], "pivot": [8.5, 16.5, 4.5], "rotation": [32.5, 0, 0], "uv": [43, 16]} + ] + }, + { + "name": "left_leg1", + "parent": "left_leg", + "pivot": [8.5, 14.29919, 9.00678], + "cubes": [ + {"origin": [5.5, 11.77738, 6.00631], "size": [6, 5, 6], "pivot": [8.5, 14.27738, 9.50631], "rotation": [-2.5, 0, 0], "uv": [50, 84]} + ] + }, + { + "name": "left_leg2", + "parent": "left_leg1", + "pivot": [8.5, 11.79134, 9.13806], + "cubes": [ + {"origin": [6.5, 5.1, 3.6], "size": [4, 4, 10], "pivot": [8.5, 7.6, 8.6], "rotation": [-112.5, 0, 0], "uv": [74, 74]} + ] + }, + { + "name": "left_leg3", + "parent": "left_leg2", + "pivot": [6.25, 3.1, 6.85], + "cubes": [ + {"origin": [6, 0.6, 2.85], "size": [5, 4, 4], "pivot": [8.5, 2.1, 5.35], "rotation": [-47.5, 0, 0], "uv": [32, 93]}, + {"origin": [5.5, -0.15, 2.1], "size": [6, 3, 3], "pivot": [8, 1.35, 3.6], "rotation": [-90, 0, 0], "uv": [98, 88]}, + {"origin": [9.75, -0.4, -0.65], "size": [2, 3, 3], "pivot": [10.75, 1.1, 0.85], "rotation": [-90, -17.5, 0], "uv": [24, 107]}, + {"origin": [10.75, -3.4, -0.65], "size": [0, 3, 3], "pivot": [10.75, 1.1, 0.85], "rotation": [-90, -17.5, 0], "uv": [54, 10]}, + {"origin": [7.5, -0.15, -0.9], "size": [2, 3, 3], "pivot": [10, 1.35, 0.6], "rotation": [-90, 0, 0], "uv": [31, 110]}, + {"origin": [8.5, -0.15, -3.9], "size": [0, 3, 3], "pivot": [11, 1.35, -2.4], "rotation": [-90, 0, 0], "uv": [32, 50]}, + {"origin": [5.25, -0.4, -0.65], "size": [2, 3, 3], "pivot": [6.25, 1.1, 0.85], "rotation": [-90, 15, 0], "uv": [36, 35]}, + {"origin": [6.25, -3.4, -0.65], "size": [0, 3, 3], "pivot": [6.25, 1.1, 0.85], "rotation": [-90, 15, 0], "uv": [32, 53]} + ] + }, + { + "name": "right_leg", + "parent": "body", + "pivot": [-8.5, 16.5, 4.5], + "rotation": [12.5, 0, 0], + "cubes": [ + {"origin": [-12, 11, -1], "size": [7, 11, 11], "pivot": [-8.5, 16.5, 4.5], "rotation": [32.5, 0, 0], "uv": [43, 16], "mirror": true} + ] + }, + { + "name": "right_leg1", + "parent": "right_leg", + "pivot": [-8.5, 14.29919, 9.00678], + "cubes": [ + {"origin": [-11.5, 11.77738, 6.00631], "size": [6, 5, 6], "pivot": [-8.5, 14.27738, 9.50631], "rotation": [-2.5, 0, 0], "uv": [50, 84], "mirror": true} + ] + }, + { + "name": "right_leg2", + "parent": "right_leg1", + "pivot": [-8.5, 11.79134, 9.13806], + "cubes": [ + {"origin": [-10.5, 5.1, 3.6], "size": [4, 4, 10], "pivot": [-8.5, 7.6, 8.6], "rotation": [-112.5, 0, 0], "uv": [74, 74], "mirror": true} + ] + }, + { + "name": "right_leg3", + "parent": "right_leg2", + "pivot": [-6.25, 3.1, 6.85], + "cubes": [ + {"origin": [-11, 0.6, 2.85], "size": [5, 4, 4], "pivot": [-8.5, 2.1, 5.35], "rotation": [-47.5, 0, 0], "uv": [32, 93], "mirror": true}, + {"origin": [-11.5, -0.15, 2.1], "size": [6, 3, 3], "pivot": [-8, 1.35, 3.6], "rotation": [-90, 0, 0], "uv": [98, 88], "mirror": true}, + {"origin": [-9.5, -0.15, -0.9], "size": [2, 3, 3], "pivot": [-10, 1.35, 0.6], "rotation": [-90, 0, 0], "uv": [31, 110], "mirror": true}, + {"origin": [-7.25, -0.4, -0.65], "size": [2, 3, 3], "pivot": [-6.25, 1.1, 0.85], "rotation": [-90, -15, 0], "uv": [36, 35], "mirror": true}, + {"origin": [-6.25, -3.4, -0.65], "size": [0, 3, 3], "pivot": [-6.25, 1.1, 0.85], "rotation": [-90, -15, 0], "uv": [32, 53], "mirror": true}, + {"origin": [-8.5, -0.15, -3.9], "size": [0, 3, 3], "pivot": [-11, 1.35, -2.4], "rotation": [-90, 0, 0], "uv": [32, 50], "mirror": true}, + {"origin": [-10.75, -3.4, -0.65], "size": [0, 3, 3], "pivot": [-10.75, 1.1, 0.85], "rotation": [-90, 17.5, 0], "uv": [54, 10], "mirror": true}, + {"origin": [-11.75, -0.4, -0.65], "size": [2, 3, 3], "pivot": [-10.75, 1.1, 0.85], "rotation": [-90, 17.5, 0], "uv": [24, 107], "mirror": true} + ] + }, + { + "name": "right_arm", + "parent": "body", + "pivot": [-6.35, 18.475, -9.4], + "rotation": [0, 0, -45], + "cubes": [ + {"origin": [-6.85, 17.475, -10.4], "size": [2, 2, 2], "uv": [10, 99], "mirror": true}, + {"origin": [-10.85, 17.975, -9.9], "size": [4, 1, 1], "uv": [28, 51], "mirror": true} + ] + }, + { + "name": "lower_right_arm", + "parent": "right_arm", + "pivot": [-10.91667, 18.475, -9.56667], + "rotation": [80.12692, -49.38542, -32.04249], + "cubes": [ + {"origin": [-14.85, 17.475, -9.9], "size": [4, 2, 1], "uv": [18, 51], "mirror": true}, + {"origin": [-16.35, 18.725, -10.15], "size": [2, 1, 1], "pivot": [-15.35, 19.225, -10.15], "rotation": [0, 0, 15], "uv": [32, 59], "mirror": true}, + {"origin": [-16.35, 17.225, -10.15], "size": [2, 1, 1], "pivot": [-15.35, 17.725, -10.15], "rotation": [0, 0, -15], "uv": [56, 38], "mirror": true} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [0.04687, 22.75, 13.18363], + "rotation": [17.5, 0, 0], + "cubes": [ + {"origin": [-1.5, 21.25, 12.75], "size": [3, 3, 4], "uv": [46, 104]}, + {"origin": [-3.425, 19.25, 16.75], "size": [7, 7, 6], "uv": [41, 0]}, + {"origin": [-0.925, 24.73604, 20.25], "size": [2, 2, 6], "uv": [80, 98]}, + {"origin": [-0.425, 23.98604, 25.85], "size": [1, 1, 3], "pivot": [-0.925, 25.48604, 29.85], "rotation": [-20, 0, 0], "uv": [67, 5]}, + {"origin": [-3.175, 19.68604, 25.5], "size": [1, 1, 3], "pivot": [-2.675, 20.68604, 27.5], "rotation": [0, 20, -45], "uv": [12, 89]}, + {"origin": [-3.925, 18.73604, 20.25], "size": [2, 2, 6], "uv": [78, 88]}, + {"origin": [2.075, 18.73604, 20.25], "size": [2, 2, 6], "uv": [0, 97]}, + {"origin": [2.325, 19.68604, 25.5], "size": [1, 1, 3], "pivot": [2.825, 20.68604, 27.5], "rotation": [0, -20, 45], "uv": [84, 70]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/lugia/lugia.geo.json b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/lugia/lugia.geo.json new file mode 100644 index 0000000..521efd1 --- /dev/null +++ b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/lugia/lugia.geo.json @@ -0,0 +1,240 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 256, + "texture_height": 256, + "visible_bounds_width": 12, + "visible_bounds_height": 7.5, + "visible_bounds_offset": [0, 3.25, 0] + }, + "bones": [ + { + "name": "root", + "pivot": [0, 0, 0] + }, + { + "name": "lugia", + "parent": "root", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "lugia", + "pivot": [0.09286, 39.01917, 11.4289], + "cubes": [ + {"origin": [-42.75907, 29, 22.00907], "size": [16, 22, 16], "pivot": [0.1, 47.62162, 29.98407], "rotation": [0, -90, 0], "uv": [68, 30]}, + {"origin": [-38.63508, 38.14307, 22.50907], "size": [22, 31, 15], "pivot": [0.1, 47.62162, 29.98407], "rotation": [90, -45, -90], "uv": [0, 0]}, + {"origin": [-34.52162, 52.48069, 21.00907], "size": [16, 22, 18], "pivot": [0.1, 47.62162, 29.98407], "rotation": [90, 0, -90], "uv": [0, 46]}, + {"origin": [-43.30199, 41.97114, 21.50907], "size": [11, 23, 17], "pivot": [0.1, 47.62162, 29.98407], "rotation": [90, -45, -90], "uv": [68, 68]}, + {"origin": [-8.69168, 64.43597, 12.98125], "size": [9, 4, 1], "pivot": [0.1, 47.62162, 29.98407], "rotation": [55.95742, -31.42176, -37.65635], "uv": [176, 53]}, + {"origin": [-0.10832, 64.43597, 12.98125], "size": [9, 4, 1], "pivot": [0.1, 47.62162, 29.98407], "rotation": [55.95742, 31.42176, 37.65635], "uv": [44, 143]}, + {"origin": [-2.10832, 58.77911, 12.98125], "size": [11, 4, 1], "pivot": [0.1, 47.62162, 29.98407], "rotation": [55.95742, 31.42176, 37.65635], "uv": [44, 86]}, + {"origin": [-1.10832, 53.12226, 12.98125], "size": [10, 4, 1], "pivot": [0.1, 47.62162, 29.98407], "rotation": [55.95742, 31.42176, 37.65635], "uv": [64, 157]}, + {"origin": [0.89168, 47.4654, 12.98125], "size": [8, 4, 1], "pivot": [0.1, 47.62162, 29.98407], "rotation": [55.95742, 31.42176, 37.65635], "uv": [50, 58]}, + {"origin": [1.89168, 41.80855, 12.98125], "size": [7, 4, 1], "pivot": [0.1, 47.62162, 29.98407], "rotation": [55.95742, 31.42176, 37.65635], "uv": [52, 91]}, + {"origin": [-8.69168, 41.80855, 12.98125], "size": [7, 4, 1], "pivot": [0.1, 47.62162, 29.98407], "rotation": [55.95742, -31.42176, -37.65635], "uv": [68, 79]}, + {"origin": [-8.69168, 47.4654, 12.98125], "size": [8, 4, 1], "pivot": [0.1, 47.62162, 29.98407], "rotation": [55.95742, -31.42176, -37.65635], "uv": [97, 19]}, + {"origin": [-8.69168, 53.12226, 12.98125], "size": [10, 4, 1], "pivot": [0.1, 47.62162, 29.98407], "rotation": [55.95742, -31.42176, -37.65635], "uv": [25, 138]}, + {"origin": [-8.69168, 58.77911, 12.98125], "size": [11, 4, 1], "pivot": [0.1, 47.62162, 29.98407], "rotation": [55.95742, -31.42176, -37.65635], "uv": [107, 79]} + ] + }, + { + "name": "l_wing", + "parent": "body", + "pivot": [8, 41.2687, 1.4898], + "cubes": [ + {"origin": [-19.63508, 36.14307, -11.49093], "size": [3, 14, 24], "pivot": [0.1, 28.62162, 19.98407], "rotation": [0, -90, 0], "uv": [30, 100]} + ] + }, + { + "name": "l_wing1", + "parent": "l_wing", + "pivot": [31.58012, 41.00093, 1.45277], + "cubes": [ + {"origin": [-19.63508, 31.14307, -30.49093], "size": [3, 19, 19], "pivot": [0.1, 28.62162, 19.98407], "rotation": [0, -90, 0], "uv": [0, 124]} + ] + }, + { + "name": "l_wing2", + "parent": "l_wing1", + "pivot": [50.69764, 41.06058, 1.4034], + "cubes": [ + {"origin": [-19.63508, 28.14307, -49.49093], "size": [3, 23, 19], "pivot": [0.1, 28.62162, 19.98407], "rotation": [0, -90, 0], "uv": [116, 0]}, + {"origin": [7.88026, 45.6481, -52.47166], "size": [3, 5, 9], "pivot": [0.1, 28.62162, 19.98407], "rotation": [0, -65, 0], "uv": [45, 175]}, + {"origin": [-19.63508, 46.14307, -57.49093], "size": [3, 5, 8], "pivot": [0.1, 28.62162, 19.98407], "rotation": [0, -90, 0], "uv": [182, 22]}, + {"origin": [-19.63508, 40.14307, -59.49093], "size": [3, 5, 10], "pivot": [0.1, 28.62162, 19.98407], "rotation": [0, -90, 0], "uv": [149, 171]}, + {"origin": [-19.63508, 34.14307, -58.49093], "size": [3, 5, 9], "pivot": [0.1, 28.62162, 19.98407], "rotation": [0, -90, 0], "uv": [175, 171]}, + {"origin": [-19.63508, 28.14307, -57.49093], "size": [3, 5, 8], "pivot": [0.1, 28.62162, 19.98407], "rotation": [0, -90, 0], "uv": [0, 181]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-10.75833, 26.58259, 0.01133], + "cubes": [ + {"origin": [-28.47385, 70.05608, 37.00907], "size": [15, 15, 8], "pivot": [0.1, 47.62162, 29.98407], "rotation": [90, 0, -90], "uv": [153, 127]} + ] + }, + { + "name": "leg_right_lower", + "parent": "leg_right", + "pivot": [-10.675, 19.09999, -0.0078], + "cubes": [ + {"origin": [-44.36941, 75.1709, 38.00906], "size": [9, 5, 5], "pivot": [0.1, 47.62162, 29.98407], "rotation": [90, 0, -90], "uv": [74, 19]}, + {"origin": [-35.47385, 72.55608, 37.00906], "size": [7, 10, 8], "pivot": [0.1, 47.62162, 29.98407], "rotation": [90, 0, -90], "uv": [167, 71]} + ] + }, + { + "name": "foot_right", + "parent": "leg_right_lower", + "pivot": [-10.425, 3.15552, -0.20244], + "rotation": [0, 0, 0], + "cubes": [ + {"origin": [-47.36611, 73.80813, 36.50906], "size": [3, 16, 8], "pivot": [0.1, 47.62162, 29.98407], "rotation": [90, 0, -90], "uv": [30, 86]} + ] + }, + { + "name": "neck", + "parent": "body", + "pivot": [0.075, 51.25, -7.125], + "cubes": [ + {"origin": [-42.00907, 68, 25.00907], "size": [10, 11, 10], "pivot": [0.1, 47.62162, 29.98407], "rotation": [0, -90, 0], "uv": [153, 150]}, + {"origin": [-42.50907, 46, 24.50907], "size": [11, 22, 11], "pivot": [0.1, 47.62162, 29.98407], "rotation": [0, -90, 0], "uv": [109, 131]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0.11653, 79.24901, -8.37178], + "rotation": [180, 0, 180], + "cubes": [ + {"origin": [-4.88347, 79, -15.52707], "size": [10, 11, 12], "uv": [148, 30]}, + {"origin": [-4.88347, 90, -19.02707], "size": [10, 5, 14], "uv": [74, 0]}, + {"origin": [-3.88347, 95.24204, -50.77299], "size": [8, 7, 10], "pivot": [0.13307, 47.62162, -46.72763], "rotation": [-35, 0, 0], "uv": [141, 0]}, + {"origin": [-2.88347, 89, -24.02707], "size": [6, 6, 5], "uv": [73, 108]}, + {"origin": [-1.38347, 92, -30.02707], "size": [3, 3, 6], "uv": [0, 124]}, + {"origin": [-4.38347, 96.31161, -21.11354], "size": [9, 9, 11], "pivot": [0.13307, 47.62162, -46.72763], "rotation": [-17.5, 0, 0], "uv": [75, 157]}, + {"origin": [-12.15921, 99.6426, -23.17289], "size": [1, 4, 11], "pivot": [0.13307, 47.62162, -46.72763], "rotation": [-17.89807, 11.91276, -3.81397], "uv": [90, 120]}, + {"origin": [-12.15921, 100.6426, -26.17289], "size": [1, 3, 3], "pivot": [0.13307, 47.62162, -46.72763], "rotation": [-17.89807, 11.91276, -3.81397], "uv": [0, 86]}, + {"origin": [-12.15921, 101.6426, -28.17289], "size": [1, 2, 2], "pivot": [0.13307, 47.62162, -46.72763], "rotation": [-17.89807, 11.91276, -3.81397], "uv": [0, 11]}, + {"origin": [-3.88347, 108.27037, -61.74082], "size": [8, 6, 7], "pivot": [0.13307, 47.62162, -46.72763], "rotation": [-62.5, 0, 0], "uv": [160, 17]}, + {"origin": [-3.38347, 89.97218, -84.80601], "size": [7, 13, 3], "pivot": [0.13307, 47.62162, -46.72763], "rotation": [-90, 0, 0], "uv": [69, 177]}, + {"origin": [11.38274, 99.62757, -23.21229], "size": [1, 4, 11], "pivot": [0.13307, 47.62162, -46.72763], "rotation": [-17.89807, -11.91276, 3.81397], "uv": [60, 108]}, + {"origin": [11.38274, 100.62757, -26.21229], "size": [1, 3, 3], "pivot": [0.13307, 47.62162, -46.72763], "rotation": [-17.89807, -11.91276, 3.81397], "uv": [74, 36]}, + {"origin": [11.38274, 101.62757, -28.21229], "size": [1, 2, 2], "pivot": [0.13307, 47.62162, -46.72763], "rotation": [-17.89807, -11.91276, 3.81397], "uv": [6, 0]} + ] + }, + { + "name": "lower_jaw", + "parent": "head", + "pivot": [0.11653, 82.7, -3.62707], + "cubes": [ + {"origin": [-2.88347, 89.97218, -81.80601], "size": [6, 12, 3], "pivot": [0.13307, 47.62162, -46.72763], "rotation": [-90, 0, 0], "uv": [0, 46]} + ] + }, + { + "name": "r_wing", + "parent": "body", + "pivot": [-8, 41.2687, 1.4898], + "cubes": [ + {"origin": [16.83508, 36.14307, -11.49093], "size": [3, 14, 24], "pivot": [0.1, 28.62162, 19.98407], "rotation": [0, 90, 0], "uv": [0, 86]} + ] + }, + { + "name": "bone", + "parent": "r_wing", + "pivot": [-31.38012, 41.00093, 1.45277], + "cubes": [ + {"origin": [16.83508, 31.14307, -30.49093], "size": [3, 19, 19], "pivot": [0.1, 28.62162, 19.98407], "rotation": [0, 90, 0], "uv": [65, 119]} + ] + }, + { + "name": "bone2", + "parent": "bone", + "pivot": [-50.375, 39.64307, 0.71224], + "cubes": [ + {"origin": [-69.66174, 28.14307, -1.53776], "size": [3, 23, 19], "pivot": [-67.125, 39.64307, 0.71224], "rotation": [0, 90, 0], "uv": [105, 89]}, + {"origin": [-66.96095, 45.6481, -2.67232], "size": [3, 5, 9], "pivot": [-67.125, 39.64307, 0.71224], "rotation": [0, 65, 0], "uv": [21, 175]}, + {"origin": [-69.66174, 46.14307, -9.53776], "size": [3, 5, 8], "pivot": [-67.125, 39.64307, 0.71224], "rotation": [0, 90, 0], "uv": [180, 89]}, + {"origin": [-69.66174, 40.14307, -11.53776], "size": [3, 5, 10], "pivot": [-67.125, 39.64307, 0.71224], "rotation": [0, 90, 0], "uv": [160, 53]}, + {"origin": [-69.66174, 34.14307, -10.53776], "size": [3, 5, 9], "pivot": [-67.125, 39.64307, 0.71224], "rotation": [0, 90, 0], "uv": [108, 0]}, + {"origin": [-69.66174, 28.14307, -9.53776], "size": [3, 5, 8], "pivot": [-67.125, 39.64307, 0.71224], "rotation": [0, 90, 0], "uv": [89, 177]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [10.875, 26.85082, -1.04211], + "cubes": [ + {"origin": [13.67385, 70.05608, 37.00907], "size": [15, 15, 8], "pivot": [0.1, 47.62162, 29.98407], "rotation": [90, 0, 90], "uv": [149, 104]} + ] + }, + { + "name": "leg_right_lower2", + "parent": "leg_left", + "pivot": [10.875, 19.09999, -0.0078], + "cubes": [ + {"origin": [28.67385, 72.55608, 37.00906], "size": [7, 10, 8], "pivot": [0.1, 47.62162, 29.98407], "rotation": [90, 0, 90], "uv": [0, 162]}, + {"origin": [35.56941, 75.1709, 38.00906], "size": [9, 5, 5], "pivot": [0.1, 47.62162, 29.98407], "rotation": [90, 0, 90], "uv": [59, 0]} + ] + }, + { + "name": "left_foot", + "parent": "leg_right_lower2", + "pivot": [10.625, 3.15552, -0.20244], + "cubes": [ + {"origin": [44.56611, 73.80813, 36.50906], "size": [3, 16, 8], "pivot": [0.1, 47.62162, 29.98407], "rotation": [90, 0, 90], "uv": [0, 86]} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [0.075, 28, 24.625], + "cubes": [ + {"origin": [-33.52162, 41.48069, 22.50907], "size": [14, 11, 15], "pivot": [0.1, 47.62162, 29.98407], "rotation": [90, 0, -90], "uv": [117, 53]} + ] + }, + { + "name": "tail1", + "parent": "tail", + "pivot": [0.075, 21, 36.125], + "cubes": [ + {"origin": [-32.52162, 29.48069, 23.50907], "size": [12, 12, 13], "pivot": [0.1, 47.62162, 29.98407], "rotation": [90, 0, -90], "uv": [130, 79]} + ] + }, + { + "name": "tail2", + "parent": "tail1", + "pivot": [0.075, 21, 48.125], + "cubes": [ + {"origin": [-31.52162, 16.48069, 24.50907], "size": [10, 13, 11], "pivot": [0.1, 47.62162, 29.98407], "rotation": [90, 0, -90], "uv": [33, 151]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0.075, 21, 61.125], + "cubes": [ + {"origin": [-30.52162, 7.48069, 25.50907], "size": [8, 9, 9], "pivot": [0.1, 47.62162, 29.98407], "rotation": [90, 0, -90], "uv": [115, 164]} + ] + }, + { + "name": "tail4", + "parent": "tail3", + "pivot": [0.09167, 21, 70.20522], + "cubes": [ + {"origin": [-27.02162, 14.32656, 64.31969], "size": [1, 7, 4], "pivot": [0.1, 47.62162, 29.98407], "rotation": [35, 0, -90], "uv": [68, 68]}, + {"origin": [-27.02162, 10.32656, 65.31969], "size": [1, 4, 3], "pivot": [0.1, 47.62162, 29.98407], "rotation": [35, 0, -90], "uv": [74, 29]}, + {"origin": [26.22162, 10.32656, 65.31969], "size": [1, 4, 3], "pivot": [0.1, 47.62162, 29.98407], "rotation": [35, 0, 90], "uv": [7, 8]}, + {"origin": [26.22162, 14.32656, 64.31969], "size": [1, 7, 4], "pivot": [0.1, 47.62162, 29.98407], "rotation": [35, 0, 90], "uv": [0, 0]}, + {"origin": [-29.52162, 0.48069, 27.00907], "size": [6, 7, 6], "pivot": [0.1, 47.62162, 29.98407], "rotation": [90, 0, -90], "uv": [177, 0]}, + {"origin": [-28.52162, -7.51931, 28.00907], "size": [4, 8, 4], "pivot": [0.1, 47.62162, 29.98407], "rotation": [90, 0, -90], "uv": [50, 46]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/miraidon/miraidon.geo.json b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/miraidon/miraidon.geo.json new file mode 100644 index 0000000..d2c9063 --- /dev/null +++ b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/miraidon/miraidon.geo.json @@ -0,0 +1,227 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 10, + "visible_bounds_height": 5.5, + "visible_bounds_offset": [0, 2.25, 0] + }, + "bones": [ + { + "name": "root", + "pivot": [0, 0, 0] + }, + { + "name": "miraidon", + "parent": "root", + "pivot": [0, 0, 0], + "rotation": [0, 180, 0] + }, + { + "name": "body", + "parent": "miraidon", + "pivot": [0, 31.14785, 4.04645], + "cubes": [ + {"origin": [-3.5, 28.4, 18.1], "size": [7, 8, 11], "pivot": [2.5, 28.4, 18.1], "rotation": [90, 0, 0], "uv": [36, 52]}, + {"origin": [-4.5, 29.9, 29.6], "size": [1, 3, 3], "pivot": [-4.5, 24.9, 20.6], "rotation": [90, 0, 0], "uv": [43, 0]}, + {"origin": [3.5, 29.9, 29.6], "size": [1, 3, 3], "pivot": [4.5, 24.9, 20.6], "rotation": [90, 0, 0], "uv": [0, 49]}, + {"origin": [-4, 20, 11], "size": [8, 8, 11], "pivot": [3, 20, 11], "rotation": [50, 0, 0], "uv": [32, 14]}, + {"origin": [-3.5, 20, 0], "size": [7, 8, 11], "uv": [59, 0]}, + {"origin": [-3, 20, -11], "size": [6, 8, 11], "pivot": [-0.5, 19.9, 0], "rotation": [-32.5, 0, 0], "uv": [59, 22]}, + {"origin": [-2, 26.63714, -9.52768], "size": [4, 2.8, 7], "pivot": [-0.5, 28.93714, -6.02768], "rotation": [-105, 0, 0], "uv": [0, 82]}, + {"origin": [-1.5, 35.7, -14.2], "size": [3, 2, 2], "pivot": [-2, 28.6, -13.2], "rotation": [-60, 0, 0], "uv": [0, 55]}, + {"origin": [-2.5, 36, -22.6], "size": [5, 0, 11], "pivot": [-1, 27.9, -11.6], "rotation": [-60, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "left_wing", + "parent": "body", + "pivot": [-4.33333, 45.34786, -6.866], + "rotation": [0, 10, 0], + "cubes": [ + {"origin": [-7.45202, 24.67094, -7.0314], "size": [1, 8, 4], "pivot": [-4, 46.4, -8.9], "rotation": [55, 0, 0], "uv": [30, 85]}, + {"origin": [-7.75202, 36.98583, -33.07149], "size": [1, 8, 2], "pivot": [-4.3, 48.6, -14.6], "rotation": [132.5, 0, 0], "uv": [32, 33]}, + {"origin": [-8.15202, 26.87094, -16.3314], "size": [1, 8, 2], "pivot": [-4.7, 48.6, -18.2], "rotation": [55, 0, 0], "uv": [27, 0]} + ] + }, + { + "name": "right_wing", + "parent": "body", + "pivot": [4.33333, 45.34786, -6.866], + "rotation": [0, -7.5, 0], + "cubes": [ + {"origin": [5.71895, 24.57852, -6.96668], "size": [1, 8, 4], "pivot": [4, 46.4, -8.9], "rotation": [55, 0, 0], "uv": [41, 82]}, + {"origin": [6.01895, 36.90264, -33.14772], "size": [1, 8, 2], "pivot": [4.3, 48.6, -14.6], "rotation": [132.5, 0, 0], "uv": [0, 0]}, + {"origin": [6.41895, 26.77852, -16.26668], "size": [1, 8, 2], "pivot": [4.7, 48.6, -18.2], "rotation": [55, 0, 0], "uv": [36, 12]} + ] + }, + { + "name": "arm_left", + "parent": "body", + "pivot": [-3.53333, 35.4, 14.01667], + "cubes": [ + {"origin": [-10.5, 31.4, 30.1], "size": [7, 2, 2], "pivot": [-4.5, 25.4, 21.1], "rotation": [90, 0, 0], "uv": [82, 28]} + ] + }, + { + "name": "arm_left_lower", + "parent": "arm_left", + "pivot": [-10.4, 35.4, 13.1], + "cubes": [ + {"origin": [-17.5, 31.4, 29.1], "size": [7, 3, 4], "pivot": [-11.5, 25.4, 21.1], "rotation": [90, 0, 0], "uv": [84, 0]}, + {"origin": [-20.5, 34.4, 29.1], "size": [3, 2, 1], "pivot": [-18.5, 28.4, 21.1], "rotation": [90, 0, 0], "uv": [61, 60]}, + {"origin": [-21.5, 33.4, 29.1], "size": [4, 2, 1], "pivot": [-18.5, 27.4, 21.1], "rotation": [90, 0, 0], "uv": [57, 41]}, + {"origin": [-21.5, 32.4, 29.1], "size": [4, 2, 1], "pivot": [-18.5, 26.4, 21.1], "rotation": [90, 0, 0], "uv": [36, 59]}, + {"origin": [-20.5, 31.4, 29.1], "size": [3, 2, 1], "pivot": [-18.5, 25.4, 21.1], "rotation": [90, 0, 0], "uv": [50, 11]} + ] + }, + { + "name": "arm_right", + "parent": "body", + "pivot": [3.53333, 35.4, 14.01667], + "cubes": [ + {"origin": [3.5, 31.4, 30.1], "size": [7, 2, 2], "pivot": [4.5, 25.4, 21.1], "rotation": [90, 0, 0], "uv": [18, 14]} + ] + }, + { + "name": "arm_right_lower", + "parent": "arm_right", + "pivot": [10.4, 35.4, 13.2], + "cubes": [ + {"origin": [10.5, 31.4, 29.1], "size": [7, 3, 4], "pivot": [11.5, 25.4, 21.1], "rotation": [90, 0, 0], "uv": [25, 52]}, + {"origin": [17.5, 34.4, 29.1], "size": [3, 2, 1], "pivot": [18.5, 28.4, 21.1], "rotation": [90, 0, 0], "uv": [43, 6]}, + {"origin": [17.5, 33.4, 29.1], "size": [4, 2, 1], "pivot": [18.5, 27.4, 21.1], "rotation": [90, 0, 0], "uv": [60, 6]}, + {"origin": [17.5, 32.4, 29.1], "size": [4, 2, 1], "pivot": [18.5, 26.4, 21.1], "rotation": [90, 0, 0], "uv": [40, 11]}, + {"origin": [17.5, 31.4, 29.1], "size": [3, 2, 1], "pivot": [18.5, 25.4, 21.1], "rotation": [90, 0, 0], "uv": [0, 10]} + ] + }, + { + "name": "tail", + "parent": "miraidon", + "pivot": [0, 10, 0] + }, + { + "name": "tail1", + "parent": "tail", + "pivot": [0, 23.6, -2.6], + "cubes": [ + {"origin": [-1.5, 22.1, -14.1], "size": [3, 3, 11], "uv": [17, 71]} + ] + }, + { + "name": "tail2", + "parent": "tail1", + "pivot": [0, 23.6, -14.1], + "cubes": [ + {"origin": [-1.5, 22.1, -25.1], "size": [3, 3, 11], "uv": [0, 68]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 23.6, -25.1], + "cubes": [ + {"origin": [-1.5, 22.1, -36.1], "size": [3, 3, 11], "uv": [10, 0]} + ] + }, + { + "name": "tail4", + "parent": "tail3", + "pivot": [0, 23.6, -36.1], + "cubes": [ + {"origin": [-1.5, 22.1, -43.1], "size": [3, 3, 7], "uv": [82, 60]} + ] + }, + { + "name": "tail5", + "parent": "tail4", + "pivot": [0, 23.6, -43.1], + "cubes": [ + {"origin": [0, 20.1, -61.1], "size": [0, 7, 18], "uv": [0, 0]} + ] + }, + { + "name": "thrusters", + "parent": "miraidon", + "pivot": [0, 23.5, 7.66667], + "cubes": [ + {"origin": [4.5, 22, -1], "size": [4, 4, 4], "uv": [68, 79]}, + {"origin": [3.5, 20, 0], "size": [7, 8, 11], "uv": [32, 33]}, + {"origin": [5, 19.3, 0], "size": [4, 1, 9], "pivot": [7, 19.8, 4.5], "rotation": [7.5, 0, 0], "uv": [76, 79]}, + {"origin": [-8.5, 22, -1], "size": [4, 4, 4], "uv": [84, 41]}, + {"origin": [-10.5, 20, 0], "size": [7, 8, 11], "uv": [0, 49]}, + {"origin": [-9, 19.3, 0], "size": [4, 1, 9], "pivot": [-7, 19.8, 4.5], "rotation": [7.5, 0, 0], "uv": [43, 0]} + ] + }, + { + "name": "neck", + "parent": "miraidon", + "pivot": [0, 39.5, 13] + }, + { + "name": "neck1", + "parent": "neck", + "pivot": [3, 39.4, 18.1], + "cubes": [ + {"origin": [-3, 39.4, 18.1], "size": [6, 8, 11], "pivot": [3, 39.4, 18.1], "rotation": [147.5, 0, 0], "uv": [61, 41]} + ] + }, + { + "name": "neck2", + "parent": "neck1", + "pivot": [0, 38.7, 4.5], + "rotation": [-22.5, 0, 0], + "cubes": [ + {"origin": [-1.5, 38.6, 4.5], "size": [5, 8, 11], "pivot": [0.5, 38.6, 4.5], "rotation": [-90, 0, 180], "uv": [61, 60]} + ] + }, + { + "name": "neck3", + "parent": "neck2", + "pivot": [0, 49.6, 4.5], + "cubes": [ + {"origin": [-2, 49.6, 4.5], "size": [4, 5, 8], "pivot": [0, 49.6, 4.5], "rotation": [-42.5, 0, 180], "uv": [52, 79]} + ] + }, + { + "name": "head", + "parent": "neck3", + "pivot": [0.00078, 51.69829, 8.77064], + "rotation": [30, 0, 0], + "cubes": [ + {"origin": [-1.2, 47.3, -5], "size": [0, 12, 16], "pivot": [-3.2, 56.3, 3], "rotation": [50.97496, -9.57658, 168.40052], "uv": [0, 21], "mirror": true}, + {"origin": [2.35, 55.9, 14.9], "size": [1, 2, 3], "pivot": [0.4, 54.9, 14.9], "rotation": [20, 0, 180], "uv": [0, 68]}, + {"origin": [2.2, 55.8, 14.2], "size": [1, 2, 3], "pivot": [0.3, 54.8, 14.2], "rotation": [20, 0, 180], "uv": [52, 71]}, + {"origin": [2.25, 55.9, 15.5], "size": [1, 2, 2], "pivot": [0.3, 54.9, 14.5], "rotation": [20, 0, 180], "uv": [0, 73]}, + {"origin": [-1.5, 55.6, 10.5], "size": [5, 3, 8], "pivot": [0.5, 55.6, 10.5], "rotation": [20, 0, 180], "uv": [34, 71]}, + {"origin": [2, 54.8, 9.2], "size": [1, 3, 3], "pivot": [0, 54.8, 9.2], "rotation": [20, 0, 180], "uv": [60, 0]}, + {"origin": [1.9, 56.5, 9.9], "size": [1, 2, 2], "pivot": [-0.1, 55.5, 8.9], "rotation": [20, 0, 180], "uv": [21, 75]}, + {"origin": [-1.1, 56.35, 11.3], "size": [1, 3, 8], "pivot": [-1.1, 57.4, 11.3], "rotation": [42.5, 0, 180], "uv": [68, 89]}, + {"origin": [-2.5, 58.3, 10.1], "size": [3, 1, 10], "pivot": [-0.5, 58.3, 12.1], "rotation": [42.5, 0, 180], "uv": [27, 0]}, + {"origin": [1.2, 47.3, -5], "size": [0, 12, 16], "pivot": [3.2, 56.3, 3], "rotation": [50.97496, 9.57658, -168.40052], "uv": [0, 21]}, + {"origin": [6.55, 55.9, 15.5], "size": [1, 2, 2], "pivot": [4.6, 54.9, 14.5], "rotation": [20, 0, 180], "uv": [17, 73]}, + {"origin": [6.65, 55.9, 14.9], "size": [1, 2, 3], "pivot": [4.6, 54.9, 14.9], "rotation": [20, 0, 180], "uv": [17, 68]}, + {"origin": [1.43, 53.13774, 13.55449], "size": [1, 1, 3], "pivot": [1.95, 53.63774, 15.05449], "rotation": [14.43276, 13.99545, 136.78082], "uv": [35, 40]}, + {"origin": [-2.47, 53.1177, 13.55449], "size": [1, 1, 3], "pivot": [-1.95, 53.63774, 15.05449], "rotation": [14.43276, 13.99545, 136.78082], "uv": [35, 40]}, + {"origin": [6.8, 55.8, 14.2], "size": [1, 2, 3], "pivot": [4.7, 54.8, 14.2], "rotation": [20, 0, 180], "uv": [34, 71]}, + {"origin": [7, 54.8, 9.2], "size": [1, 3, 3], "pivot": [5, 54.8, 9.2], "rotation": [20, 0, 180], "uv": [59, 19]}, + {"origin": [7.1, 56.5, 9.9], "size": [1, 2, 2], "pivot": [5.1, 55.5, 8.9], "rotation": [20, 0, 180], "uv": [4, 75]}, + {"origin": [2.1, 56.35, 11.3], "size": [1, 3, 8], "pivot": [2.1, 57.4, 11.3], "rotation": [42.5, 0, 180], "uv": [0, 6]} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [0.5, 52.8, 9.4], + "cubes": [ + {"origin": [-1.5, 52.8, 9.4], "size": [5, 1, 8], "pivot": [0.5, 52.8, 9.4], "rotation": [20, 0, 180], "uv": [82, 19]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/miraidonpd/miraidonpd.geo.json b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/miraidonpd/miraidonpd.geo.json new file mode 100644 index 0000000..5a9eb01 --- /dev/null +++ b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/miraidonpd/miraidonpd.geo.json @@ -0,0 +1,237 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 256, + "texture_height": 256, + "visible_bounds_width": 7, + "visible_bounds_height": 10.5, + "visible_bounds_offset": [0, 4.75, 0] + }, + "bones": [ + { + "name": "root_main", + "pivot": [0, 0, 0] + }, + { + "name": "root", + "parent": "root_main", + "pivot": [0, 0, 0] + }, + { + "name": "miraidon", + "parent": "root", + "pivot": [0, 0, -62.7], + "rotation": [0, 180, 0] + }, + { + "name": "f_wheel", + "parent": "miraidon", + "pivot": [0, 11.6, -111.9], + "cubes": [ + {"origin": [2, 18.1, -115.4], "size": [4, 3, 10], "pivot": [2, 18.1, -115.4], "rotation": [0, 0, 180], "uv": [62, 14]}, + {"origin": [2, 7.1, -117.4], "size": [4, 3, 10], "pivot": [2, 7.1, -118.4], "rotation": [-90, 0, 180], "uv": [36, 60]}, + {"origin": [2, 15.1, -105.4], "size": [4, 3, 10], "pivot": [2, 15.1, -105.4], "rotation": [90, 0, 180], "uv": [66, 0]}, + {"origin": [2, 8.1, -118.4], "size": [4, 3, 10], "pivot": [2, 8.1, -118.4], "rotation": [0, 0, 180], "uv": [54, 63]} + ] + }, + { + "name": "r_wheel", + "parent": "miraidon", + "pivot": [0, 11.6, -137.9], + "cubes": [ + {"origin": [2, 18.1, -141.4], "size": [4, 3, 10], "pivot": [2, 18.1, -141.4], "rotation": [0, 0, 180], "uv": [60, 29]}, + {"origin": [2, 7.1, -143.4], "size": [4, 3, 10], "pivot": [2, 7.1, -144.4], "rotation": [-90, 0, 180], "uv": [18, 57]}, + {"origin": [2, 15.1, -131.4], "size": [4, 3, 10], "pivot": [2, 15.1, -131.4], "rotation": [90, 0, 180], "uv": [0, 54]}, + {"origin": [2, 8.1, -144.4], "size": [4, 3, 10], "pivot": [2, 8.1, -144.4], "rotation": [0, 0, 180], "uv": [48, 47]} + ] + }, + { + "name": "r_front_leg", + "parent": "miraidon", + "pivot": [2.95, 16.37418, -118.27521], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [-4, 15.3027, -111.26962], "size": [7, 2, 2], "pivot": [3, 15.6, -114.3], "rotation": [170, 0, 180], "uv": [72, 64]} + ] + }, + { + "name": "r_front_leg_lower", + "parent": "r_front_leg", + "pivot": [10, 15.1287, -118.14022], + "cubes": [ + {"origin": [5, 14.3027, -111.26962], "size": [5, 4, 3], "pivot": [10, 15.6, -114.3], "rotation": [170, 0, 180], "uv": [18, 42]} + ] + }, + { + "name": "r_front_foot", + "parent": "r_front_leg_lower", + "pivot": [15, 15.67898, -117.89877], + "cubes": [ + {"origin": [12, 17.3027, -111.26962], "size": [3, 1, 1], "pivot": [15, 15.6, -114.3], "rotation": [170, 0, 180], "uv": [18, 60]}, + {"origin": [11, 15.3027, -111.26962], "size": [4, 2, 1], "pivot": [15, 15.6, -114.3], "rotation": [170, 0, 180], "uv": [32, 24]}, + {"origin": [12, 14.3027, -111.26962], "size": [3, 1, 1], "pivot": [15, 15.6, -114.3], "rotation": [170, 0, 180], "uv": [18, 49]} + ] + }, + { + "name": "l_front_leg", + "parent": "miraidon", + "pivot": [-3, 15.59216, -118.39118], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [-10, 14.24486, -123.36079], "size": [7, 2, 2], "pivot": [-6.5, 15.59216, -120.39118], "rotation": [170, 0, 180], "uv": [50, 42]} + ] + }, + { + "name": "l_front_leg_lower", + "parent": "l_front_leg", + "pivot": [-10, 15.63557, -118.14498], + "cubes": [ + {"origin": [-24, 14.3027, -111.26962], "size": [5, 4, 3], "pivot": [-17, 15.6, -114.3], "rotation": [170, 0, 180], "uv": [34, 85]} + ] + }, + { + "name": "l_front_foot", + "parent": "l_front_leg_lower", + "pivot": [-15, 15.67898, -117.89877], + "cubes": [ + {"origin": [-29, 17.3027, -111.26962], "size": [3, 1, 1], "pivot": [-22, 15.6, -114.3], "rotation": [170, 0, 180], "uv": [42, 30]}, + {"origin": [-29, 15.3027, -111.26962], "size": [4, 2, 1], "pivot": [-22, 15.6, -114.3], "rotation": [170, 0, 180], "uv": [22, 32]}, + {"origin": [-29, 14.3027, -111.26962], "size": [3, 1, 1], "pivot": [-22, 15.6, -114.3], "rotation": [170, 0, 180], "uv": [0, 34]} + ] + }, + { + "name": "r_back_leg", + "parent": "miraidon", + "pivot": [2.5, 16.3, -131.75], + "cubes": [ + {"origin": [-8.5, 12.3, -137], "size": [6, 7, 8], "pivot": [0, 15.3, -132.5], "rotation": [-180, 0, 180], "uv": [42, 24]}, + {"origin": [-7.5, 14.3, -129], "size": [4, 4, 2], "pivot": [0, 15.3, -132.5], "rotation": [-180, 0, 180], "uv": [12, 6]} + ] + }, + { + "name": "r_low_back_leg", + "parent": "r_back_leg", + "pivot": [5.5, 12.3, -131], + "cubes": [ + {"origin": [-5.5, 5.3, -136], "size": [4, 7, 2], "pivot": [1, 8.3, -132.5], "rotation": [-180, 0, 180], "uv": [0, 9]} + ] + }, + { + "name": "r_back_foot", + "parent": "r_low_back_leg", + "pivot": [5.5, 5.3, -130.8], + "cubes": [ + {"origin": [-6.5, 1.3, -135], "size": [2, 4, 1], "pivot": [0, 1.3, -132.5], "rotation": [-180, 0, 180], "uv": [66, 18]}, + {"origin": [-5.5, 2.3, -135], "size": [1, 3, 1], "pivot": [1, 1.3, -132.5], "rotation": [-180, 0, 180], "uv": [7, 26]}, + {"origin": [-8.5, 2.3, -135], "size": [1, 3, 1], "pivot": [-2, 1.3, -132.5], "rotation": [-180, 0, 180], "uv": [7, 18]} + ] + }, + { + "name": "l_back_leg", + "parent": "miraidon", + "pivot": [-2.5, 16.3, -131.75], + "cubes": [ + {"origin": [2.5, 12.3, -137], "size": [6, 7, 8], "pivot": [0, 15.3, -132.5], "rotation": [-180, 0, -180], "uv": [30, 42]}, + {"origin": [3.5, 14.3, -129], "size": [4, 4, 2], "pivot": [0, 15.3, -132.5], "rotation": [-180, 0, -180], "uv": [12, 0]} + ] + }, + { + "name": "l_low_back_leg", + "parent": "l_back_leg", + "pivot": [-5.5, 12.3, -131], + "cubes": [ + {"origin": [-16.5, 5.3, -136], "size": [4, 7, 2], "pivot": [-10, 8.3, -132.5], "rotation": [-180, 0, 180], "uv": [0, 0]} + ] + }, + { + "name": "l_back_foot", + "parent": "l_low_back_leg", + "pivot": [-5.5, 5.3, -130.8], + "cubes": [ + {"origin": [-17.5, 1.3, -135], "size": [2, 4, 1], "pivot": [-11, 1.3, -132.5], "rotation": [-180, 0, 180], "uv": [66, 13]}, + {"origin": [-16.5, 2.3, -135], "size": [1, 3, 1], "pivot": [-10, 1.3, -132.5], "rotation": [-180, 0, 180], "uv": [0, 26]}, + {"origin": [-19.5, 2.3, -135], "size": [1, 3, 1], "pivot": [-13, 1.3, -132.5], "rotation": [-180, 0, 180], "uv": [0, 18]} + ] + }, + { + "name": "body", + "parent": "miraidon", + "pivot": [0, 17.89222, -122.16072], + "cubes": [ + {"origin": [1, 12.2, -113.7], "size": [6, 3, 8], "pivot": [2, 12.2, -113.7], "rotation": [170, 0, 180], "uv": [0, 70]}, + {"origin": [1, 15.25, -113.7], "size": [6, 3, 8], "pivot": [2, 15.2, -113.7], "rotation": [170, 0, 180], "uv": [66, 42]}, + {"origin": [-5, 14.9027, -110.66962], "size": [1, 3, 3], "pivot": [-4, 15.2, -113.7], "rotation": [170, 0, 180], "uv": [0, 54]}, + {"origin": [2, 14.9027, -110.66962], "size": [1, 3, 3], "pivot": [3, 15.2, -113.7], "rotation": [170, 0, 180], "uv": [42, 24]}, + {"origin": [-1.5, 22.1, -110.7], "size": [5, 3, 12], "pivot": [0.5, 22.1, -110.7], "rotation": [140, 0, 180], "uv": [0, 24]}, + {"origin": [2.5, 17.9421, -119.07929], "size": [1, 3, 5], "pivot": [3, 19.4421, -116.57929], "rotation": [-110, 0, 180], "uv": [0, 26]}, + {"origin": [-3.5, 17.9421, -119.07929], "size": [1, 3, 5], "pivot": [-3, 19.4421, -116.57929], "rotation": [-110, 0, 180], "uv": [0, 18]}, + {"origin": [2.8, 20.6421, -121.07929], "size": [1, 2, 5], "pivot": [3.3, 22.1421, -118.57929], "rotation": [-172.5, 0, 180], "uv": [86, 37]}, + {"origin": [3, 22.5421, -124.67929], "size": [1, 2, 3], "pivot": [3.5, 24.0421, -122.17929], "rotation": [-140, 0, 180], "uv": [54, 60]}, + {"origin": [0.5, 18.1, -112.4], "size": [5, 3, 6], "pivot": [1.5, 18.1, -112.4], "rotation": [102.5, 0, 180], "uv": [0, 81]}, + {"origin": [1.5, 10.8, -121.6], "size": [3, 3, 12], "pivot": [1.5, 10.8, -121.6], "rotation": [180, 0, 180], "uv": [0, 39]}, + {"origin": [0, 13.8, -121.6], "size": [4, 3.3, 12], "pivot": [1, 13.8, -121.6], "rotation": [180, 0, 180], "uv": [22, 27]}, + {"origin": [-3.8, 20.6421, -121.07929], "size": [1, 2, 5], "pivot": [-3.3, 22.1421, -118.57929], "rotation": [-172.5, 0, 180], "uv": [0, 39]}, + {"origin": [-4, 22.5421, -124.67929], "size": [1, 2, 3], "pivot": [-3.5, 24.0421, -122.17929], "rotation": [-140, 0, 180], "uv": [0, 46]}, + {"origin": [-2.5, 12.5, -136], "size": [5, 5, 7], "pivot": [0, 14.5, -132.5], "rotation": [-162.5, 0, 180], "uv": [75, 69]}, + {"origin": [-2.5, 17.5, -137.3], "size": [5, 1, 7], "pivot": [0, 19.5, -132.5], "rotation": [-162.5, 0, 180], "uv": [80, 13]}, + {"origin": [2.5, 10.8, -133.6], "size": [5, 3, 8], "pivot": [2.5, 10.8, -133.6], "rotation": [-120, 0, 180], "uv": [72, 53]}, + {"origin": [0.5, 20.7, -137.5], "size": [5, 0, 8], "pivot": [1.5, 17.7, -137.5], "rotation": [-120, 0, 180], "uv": [14, 24]}, + {"origin": [0, 20.6, -109], "size": [4, 2, 8], "pivot": [1, 19.6, -109], "rotation": [140, 0, 180], "uv": [78, 27]} + ] + }, + { + "name": "head", + "parent": "miraidon", + "pivot": [-0.1, 25.5, -113.8], + "cubes": [ + {"origin": [-1.1, 26.35, -111.4], "size": [1, 3, 8], "pivot": [-1.1, 27.4, -111.4], "rotation": [42.5, 0, 180], "uv": [72, 81]}, + {"origin": [-2.5, 28.3, -112.6], "size": [3, 1, 10], "pivot": [-0.5, 28.3, -110.6], "rotation": [42.5, 0, 180], "uv": [18, 71]}, + {"origin": [2.2, 25.8, -108.5], "size": [1, 2, 3], "pivot": [0.3, 24.8, -108.5], "rotation": [20, 0, 180], "uv": [66, 5]}, + {"origin": [2.25, 25.9, -107.2], "size": [1, 2, 2], "pivot": [0.3, 24.9, -108.2], "rotation": [20, 0, 180], "uv": [0, 67]}, + {"origin": [-2.47, 23.1177, -109.14551], "size": [1, 1, 3], "pivot": [-1.95, 23.63774, -107.64551], "rotation": [14.43276, 13.99545, 136.78082], "uv": [0, 60]}, + {"origin": [1.25, 23.50314, -116.15], "size": [1, 1, 8], "pivot": [-0.9, 24.00314, -112.17932], "rotation": [5, -20.5, 180], "uv": [82, 84]}, + {"origin": [-3.7, 27.65, -113.8], "size": [1, 1, 8], "pivot": [-3.7, 28.7, -113.8], "rotation": [42.5, -20.5, 180], "uv": [24, 85]}, + {"origin": [-1.5, 25.6, -112.2], "size": [5, 3, 8], "pivot": [0.5, 25.6, -112.2], "rotation": [20, 0, 180], "uv": [36, 74]}, + {"origin": [-1.5, 22.8, -113.3], "size": [5, 1, 8], "pivot": [0.5, 22.8, -113.3], "rotation": [20, 0, 180], "uv": [54, 77]}, + {"origin": [-1.9, 23.50314, -116.47932], "size": [1, 1, 8], "pivot": [1.2, 24.00314, -112.47932], "rotation": [5, 20.5, 180], "uv": [84, 0]}, + {"origin": [4.9, 27.65, -113.8], "size": [1, 1, 8], "pivot": [4.9, 28.7, -113.8], "rotation": [42.5, 20.5, 180], "uv": [42, 85]}, + {"origin": [7, 24.8, -113.5], "size": [1, 3, 3], "pivot": [5, 24.8, -113.5], "rotation": [20, 0, 180], "uv": [18, 54]}, + {"origin": [7.2, 26.5, -112.8], "size": [1, 2, 2], "pivot": [5.15, 25.5, -113.8], "rotation": [20, 0, 180], "uv": [36, 63]}, + {"origin": [6.8, 25.8, -108.5], "size": [1, 2, 3], "pivot": [4.7, 24.8, -108.5], "rotation": [20, 0, 180], "uv": [62, 27]}, + {"origin": [6.55, 25.9, -107.2], "size": [1, 2, 2], "pivot": [4.6, 24.9, -108.2], "rotation": [20, 0, 180], "uv": [66, 44]}, + {"origin": [6.65, 25.9, -107.8], "size": [1, 2, 3], "pivot": [4.6, 24.9, -107.8], "rotation": [20, 0, 180], "uv": [54, 65]}, + {"origin": [1.43, 23.13774, -109.14551], "size": [1, 1, 3], "pivot": [1.95, 23.63774, -107.64551], "rotation": [14.43276, 13.99545, 136.78082], "uv": [50, 46]}, + {"origin": [2.1, 26.35, -111.4], "size": [1, 3, 8], "pivot": [2.1, 27.4, -111.4], "rotation": [42.5, 0, 180], "uv": [14, 82]}, + {"origin": [2, 24.8, -113.5], "size": [1, 3, 3], "pivot": [0, 24.8, -113.5], "rotation": [20, 0, 180], "uv": [36, 57]}, + {"origin": [1.9, 26.5, -112.8], "size": [1, 2, 2], "pivot": [-0.1, 25.5, -113.8], "rotation": [20, 0, 180], "uv": [66, 53]}, + {"origin": [2.35, 25.9, -107.8], "size": [1, 2, 3], "pivot": [0.4, 24.9, -107.8], "rotation": [20, 0, 180], "uv": [66, 0]} + ] + }, + { + "name": "Wings", + "parent": "miraidon", + "pivot": [0, 26.82296, -115.01608] + }, + { + "name": "wing_r", + "parent": "Wings", + "pivot": [2, 26.82296, -115.01608], + "cubes": [ + {"origin": [-16.1, 237.72302, -116.43604], "size": [40, 0, 12], "pivot": [13, 132.82296, -115.01608], "rotation": [2.5, 0, 180], "uv": [80, 64]} + ] + }, + { + "name": "wing_l", + "parent": "Wings", + "pivot": [-2, 132.82296, -115.01608], + "cubes": [ + {"origin": [2.1, 237.72302, -116.43604], "size": [40, 0, 12], "pivot": [0, 132.82296, -115.01608], "rotation": [2.5, 0, 180], "uv": [82, 21]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/reshiram/reshiram.geo.json b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/reshiram/reshiram.geo.json new file mode 100644 index 0000000..2eb1026 --- /dev/null +++ b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/reshiram/reshiram.geo.json @@ -0,0 +1,684 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 256, + "texture_height": 256, + "visible_bounds_width": 12, + "visible_bounds_height": 7.5, + "visible_bounds_offset": [0, 3.25, 0] + }, + "bones": [ + { + "name": "root", + "pivot": [0, 0, 0] + }, + { + "name": "reshiram", + "parent": "root", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "reshiram", + "pivot": [-5.5, 20.35, -0.75] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [16.44675, 25.54692, -11.06144], + "cubes": [ + {"origin": [13.9, 25.95, -10.75], "size": [1, 12, 5], "pivot": [9.9, 25.95, -2.75], "rotation": [-27.5, 0, 15], "uv": [197, 44]}, + {"origin": [6.5, 16.95, -16.75], "size": [9, 16, 15], "uv": [0, 74]}, + {"origin": [14.9, 37.95, -10.75], "size": [0, 8, 5], "pivot": [9.9, 25.95, -2.75], "rotation": [-27.5, 0, 15], "uv": [87, 0]}, + {"origin": [16, 21.95, -0.25], "size": [1, 16, 5], "pivot": [16.5, 29.95, 2.25], "rotation": [-82.5, 15, 0], "uv": [133, 185]}, + {"origin": [17.2, 36.95, 0.55], "size": [0, 14, 5], "pivot": [16.7, 29.95, 3.05], "rotation": [-82.5, 15, 0], "uv": [145, 193]}, + {"origin": [16.4, 16.95, -0.25], "size": [1, 16, 5], "pivot": [16.9, 24.95, 2.25], "rotation": [-90, 15, 0], "uv": [36, 184]}, + {"origin": [17.4, 32.95, -0.25], "size": [0, 14, 5], "pivot": [16.9, 24.95, 2.25], "rotation": [-90, 15, 0], "uv": [187, 189]}, + {"origin": [15.9, 11.95, -0.25], "size": [1, 16, 5], "pivot": [16.4, 19.95, 2.25], "rotation": [-97.5, 15, 0], "uv": [24, 184]}, + {"origin": [16.9, 27.95, -0.25], "size": [0, 14, 5], "pivot": [16.4, 19.95, 2.25], "rotation": [-97.5, 15, 0], "uv": [88, 186]} + ] + }, + { + "name": "bone4", + "parent": "leg_left", + "pivot": [11, 15.95, -4.75], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [7.5, 7.95, -7.75], "size": [7, 9, 6], "uv": [0, 159]}, + {"origin": [8, 4.65, -8.75], "size": [6, 5, 6], "pivot": [11, 7.15, -5.75], "rotation": [-27.5, 0, 0], "uv": [77, 180]} + ] + }, + { + "name": "l_foot", + "parent": "leg_left", + "pivot": [11.5, 6.05, -3.8], + "rotation": [12.5, 0, 0], + "cubes": [ + {"origin": [7.5, 1.55, -7.05], "size": [7, 5, 6], "uv": [164, 176]}, + {"origin": [11.5, 0.55, -2.25], "size": [1, 1, 3], "pivot": [12, 1.05, -0.75], "rotation": [-55, 0, 0], "uv": [8, 4]} + ] + }, + { + "name": "bone2", + "parent": "l_foot", + "pivot": [11, 3.35, -8.75], + "rotation": [-12.5, 0, 0], + "cubes": [ + {"origin": [7, 1.35, -10.75], "size": [8, 4, 4], "uv": [184, 128]} + ] + }, + { + "name": "bone17", + "parent": "bone2", + "pivot": [17, -8.15, -13.65], + "cubes": [ + {"origin": [12.5, 1.35, -14.75], "size": [3, 3, 4], "uv": [202, 15]}, + {"origin": [13, 1.45, -16.65], "size": [2, 2, 3], "uv": [7, 182]}, + {"origin": [13, 1.45, -17.65], "size": [2, 1, 1], "uv": [12, 55]} + ] + }, + { + "name": "bone16", + "parent": "bone2", + "pivot": [14, -8.15, -13.65], + "cubes": [ + {"origin": [9.5, 1.35, -14.75], "size": [3, 3, 4], "uv": [94, 202]}, + {"origin": [10, 1.45, -16.65], "size": [2, 2, 3], "uv": [95, 180]}, + {"origin": [10, 1.45, -17.65], "size": [2, 1, 1], "uv": [6, 55]} + ] + }, + { + "name": "bone15", + "parent": "bone2", + "pivot": [11, -8.15, -13.65], + "cubes": [ + {"origin": [6.5, 1.35, -14.75], "size": [3, 3, 4], "uv": [108, 202]}, + {"origin": [7, 1.45, -16.65], "size": [2, 2, 3], "uv": [180, 90]}, + {"origin": [7, 1.45, -17.65], "size": [2, 1, 1], "uv": [0, 55]} + ] + }, + { + "name": "r_leg", + "parent": "body", + "pivot": [-11.44675, 25.54692, -10.06144], + "cubes": [ + {"origin": [-14.9, 37.95, -10.75], "size": [0, 8, 5], "pivot": [-9.9, 25.95, -2.75], "rotation": [-27.5, 0, -15], "uv": [60, 0]}, + {"origin": [-14.9, 25.95, -10.75], "size": [1, 12, 5], "pivot": [-9.9, 25.95, -2.75], "rotation": [-27.5, 0, -15], "uv": [175, 189]}, + {"origin": [-17, 21.95, -0.25], "size": [1, 16, 5], "pivot": [-16.5, 29.95, 2.25], "rotation": [-82.5, -15, 0], "uv": [12, 182]}, + {"origin": [-17.2, 36.95, 0.55], "size": [0, 14, 5], "pivot": [-16.7, 29.95, 3.05], "rotation": [-82.5, -15, 0], "uv": [68, 186]}, + {"origin": [-17.4, 32.95, -0.25], "size": [0, 14, 5], "pivot": [-16.9, 24.95, 2.25], "rotation": [-90, -15, 0], "uv": [0, 69]}, + {"origin": [-17.4, 16.95, -0.25], "size": [1, 16, 5], "pivot": [-16.9, 24.95, 2.25], "rotation": [-90, -15, 0], "uv": [0, 182]}, + {"origin": [-16.9, 11.95, -0.25], "size": [1, 16, 5], "pivot": [-16.4, 19.95, 2.25], "rotation": [-97.5, -15, 0], "uv": [101, 181]}, + {"origin": [-16.9, 27.95, -0.25], "size": [0, 14, 5], "pivot": [-16.4, 19.95, 2.25], "rotation": [-97.5, -15, 0], "uv": [78, 186]}, + {"origin": [-15.5, 16.95, -16.75], "size": [9, 16, 15], "uv": [67, 23]} + ] + }, + { + "name": "bone3", + "parent": "r_leg", + "pivot": [-11, 16.95, -4.75], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [-14.5, 7.95, -7.75], "size": [7, 9, 6], "uv": [158, 122]}, + {"origin": [-14, 4.55, -7.75], "size": [6, 5, 6], "pivot": [-11, 9.05, -4.75], "rotation": [-27.5, 0, 0], "uv": [178, 117]} + ] + }, + { + "name": "r_foot", + "parent": "r_leg", + "pivot": [-11.5, 5.75, -3.8], + "rotation": [12.5, 0, 0], + "cubes": [ + {"origin": [-14.5, 1.25, -7.05], "size": [7, 5, 6], "uv": [174, 106]}, + {"origin": [-12.5, -0.15, -2.25], "size": [1, 1, 3], "pivot": [-12, 0.35, -0.75], "rotation": [-55, 0, 0], "uv": [8, 0]} + ] + }, + { + "name": "bone", + "parent": "r_foot", + "pivot": [-11, 3.03547, -8.56971], + "rotation": [-12.5, 0, 0], + "cubes": [ + {"origin": [-15, 1.03547, -10.56971], "size": [8, 4, 4], "uv": [109, 76]} + ] + }, + { + "name": "bone14", + "parent": "bone", + "pivot": [-17, -8.46453, -13.46971], + "cubes": [ + {"origin": [-15.5, 1.03547, -14.56971], "size": [3, 3, 4], "uv": [200, 65]}, + {"origin": [-15, 1.13547, -16.46971], "size": [2, 2, 3], "uv": [87, 0]}, + {"origin": [-15, 1.13547, -17.46971], "size": [2, 1, 1], "uv": [0, 20]} + ] + }, + { + "name": "bone13", + "parent": "bone", + "pivot": [-14, -8.46453, -13.46971], + "cubes": [ + {"origin": [-12.5, 1.03547, -14.56971], "size": [3, 3, 4], "uv": [164, 38]}, + {"origin": [-12, 1.13547, -16.46971], "size": [2, 2, 3], "uv": [153, 122]}, + {"origin": [-12, 1.13547, -17.46971], "size": [2, 1, 1], "uv": [6, 20]} + ] + }, + { + "name": "bone12", + "parent": "bone", + "pivot": [-11, -8.46453, -13.46971], + "cubes": [ + {"origin": [-9.5, 1.03547, -14.56971], "size": [3, 3, 4], "uv": [200, 8]}, + {"origin": [-9, 1.13547, -16.46971], "size": [2, 2, 3], "uv": [20, 159]}, + {"origin": [-9, 1.13547, -17.46971], "size": [2, 1, 1], "uv": [12, 20]} + ] + }, + { + "name": "body2", + "parent": "body", + "pivot": [-4, 24.325, -17.9], + "cubes": [ + {"origin": [-5.5, 35.1, -47.65], "size": [11, 11, 19], "pivot": [-3.5, 35.1, -29.65], "rotation": [-90, 0, 0], "uv": [49, 55]}, + {"origin": [3.75, 44.275, -34.475], "size": [11, 0, 8], "pivot": [5.25, 44.775, -29.975], "rotation": [-90, 5, -40], "uv": [196, 123]}, + {"origin": [2.3, 43.1, -32.25], "size": [2, 1, 4], "pivot": [3.8, 43.6, -29.75], "rotation": [-90, 20, -40], "uv": [55, 50]}, + {"origin": [-14.75, 44.275, -34.475], "size": [11, 0, 8], "pivot": [-5.25, 44.775, -29.975], "rotation": [-90, -5, 40], "uv": [196, 72]}, + {"origin": [-4.3, 43.1, -32.25], "size": [2, 1, 4], "pivot": [-3.8, 43.6, -29.75], "rotation": [-90, -20, 40], "uv": [60, 0]}, + {"origin": [-7.5, 19.325, -36.7], "size": [15, 17, 19], "pivot": [-4.5, 20.325, -18.7], "rotation": [-50, 0, 0], "uv": [0, 38]}, + {"origin": [-9.5, 18.95, -18.75], "size": [19, 16, 22], "uv": [0, 0]}, + {"origin": [0, 6.325, -19.9], "size": [0, 17, 8], "pivot": [-4, 24.325, -17.9], "rotation": [-50, 0, 0], "uv": [0, 30]} + ] + }, + { + "name": "neck", + "parent": "body2", + "pivot": [0, 53.46667, -24.43056], + "cubes": [ + {"origin": [-3.5, 68, -30.25], "size": [7, 0, 4], "pivot": [0, 68, -28.25], "rotation": [-72.5, 0, 0], "uv": [29, 74]}, + {"origin": [4.1, 64.5, -26.15], "size": [0, 7, 4], "pivot": [4.1, 68, -24.15], "rotation": [-90, 0, 17.5], "uv": [0, 0]}, + {"origin": [-3.5, 56.1, -41.65], "size": [7, 7, 13], "pivot": [-3.5, 54.1, -29.65], "rotation": [-90, 0, 0], "uv": [60, 0]}, + {"origin": [-4, 62.1, -33.15], "size": [8, 8, 4], "pivot": [-3, 60.1, -30.15], "rotation": [-90, 0, 0], "uv": [180, 69]}, + {"origin": [-4.5, 55.1, -32.65], "size": [9, 9, 4], "pivot": [-3.5, 54.1, -29.65], "rotation": [-90, 0, 0], "uv": [112, 173]}, + {"origin": [-4.1, 64.5, -26.15], "size": [0, 7, 4], "pivot": [-4.1, 68, -24.15], "rotation": [-90, 0, -17.5], "uv": [59, 34]}, + {"origin": [-3.5, 68, -22.075], "size": [7, 0, 4], "pivot": [0, 68, -20.075], "rotation": [-107.5, 0, 0], "uv": [0, 16]} + ] + }, + { + "name": "neck_2", + "parent": "neck", + "pivot": [0, 66.7, -23.4], + "cubes": [ + {"origin": [-3, 73.1, -36.15], "size": [6, 6, 8], "pivot": [-2, 69.1, -31.15], "rotation": [-90, 0, 0], "uv": [204, 82]}, + {"origin": [-1.5, 68.3, -27.65], "size": [3, 6, 2], "pivot": [0, 71.3, -26.65], "rotation": [-155, 0, 0], "uv": [15, 203]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [-4.1, 75.6, -24.45], + "cubes": [ + {"origin": [4.1, 73.2, -24.95], "size": [0, 6, 5], "pivot": [4.1, 76.2, -22.45], "rotation": [-65.1638, 2.95228, -18.84978], "uv": [90, 80]}, + {"origin": [2.625, 76.8, -27.25], "size": [1, 1, 3], "pivot": [3.125, 77.3, -25.25], "rotation": [-141.5, 0, 0], "uv": [7, 85]}, + {"origin": [2.6, 77.8, -24.15], "size": [1, 1, 1], "pivot": [3.1, 78.3, -24.15], "rotation": [180, 0, 0], "uv": [18, 20]}, + {"origin": [2.6, 85.125, -36.15], "size": [1, 3, 2], "pivot": [3.6, 78.125, -35.15], "rotation": [-90, 0, 0], "uv": [90, 54]}, + {"origin": [-3.5, 77.1, -36.15], "size": [7, 11, 6], "pivot": [-3.5, 75.1, -31.15], "rotation": [-90, 0, 0], "uv": [21, 205]}, + {"origin": [-2.5, 71.125, -36.15], "size": [5, 7, 4], "pivot": [-2, 75.125, -32.15], "rotation": [-90, 0, 0], "uv": [181, 11]}, + {"origin": [-3.6, 85.125, -36.15], "size": [1, 3, 2], "pivot": [-3.6, 78.125, -35.15], "rotation": [-90, 0, 0], "uv": [33, 78]}, + {"origin": [-3.625, 77.875, -27.9], "size": [1, 1, 2], "pivot": [-3.125, 78.375, -26.9], "rotation": [-90, -5, 0], "uv": [82, 20]}, + {"origin": [-3.6, 77.8, -24.15], "size": [1, 1, 1], "pivot": [-3.1, 78.3, -24.15], "rotation": [180, 0, 0], "uv": [55, 55]}, + {"origin": [-3.625, 76.8, -27.25], "size": [1, 1, 3], "pivot": [-3.125, 77.3, -25.25], "rotation": [-141.5, 0, 0], "uv": [0, 0]}, + {"origin": [-4.1, 73.2, -24.95], "size": [0, 6, 5], "pivot": [-4.1, 76.2, -22.45], "rotation": [-65.1638, -2.95228, 18.84978], "uv": [48, 84]}, + {"origin": [-2.2, 79.425, -25.65], "size": [0, 5, 4], "pivot": [-2.2, 81.925, -23.65], "rotation": [-90, -16, 20], "uv": [59, 41]}, + {"origin": [2.2, 79.425, -25.65], "size": [0, 5, 4], "pivot": [2.2, 81.925, -23.65], "rotation": [-90, 16, -20], "uv": [0, 7]}, + {"origin": [2.625, 77.875, -27.9], "size": [1, 1, 2], "pivot": [3.125, 78.375, -26.9], "rotation": [-90, 5, 0], "uv": [49, 54]}, + {"origin": [-2.1, 74.91213, -34.68511], "size": [0, 1, 1], "pivot": [-2.1, 75.41213, -34.18511], "rotation": [-135, 0, 0], "uv": [0, 0]}, + {"origin": [2.1, 74.91213, -34.68511], "size": [0, 1, 1], "pivot": [2.1, 75.41213, -34.18511], "rotation": [-135, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "lower_jaw", + "parent": "head", + "pivot": [0, 74.76644, -27.5763], + "rotation": [2.5, 0, 0], + "cubes": [ + {"origin": [-2, 69.55, -30.6], "size": [4, 8, 2], "pivot": [-0.5, 74.55, -29.6], "rotation": [-102.5, 0, 0], "uv": [135, 76]}, + {"origin": [1.9, 75.61213, -33.88511], "size": [0, 1, 1], "pivot": [1.9, 76.11213, -33.38511], "rotation": [-150, 0, 0], "uv": [0, 1]}, + {"origin": [-1.9, 75.61213, -33.88511], "size": [0, 1, 1], "pivot": [-1.9, 76.11213, -33.38511], "rotation": [-150, 0, 0], "uv": [0, 1]} + ] + }, + { + "name": "head_tail_l", + "parent": "head", + "pivot": [3.13636, 79.55455, -29.40909], + "rotation": [7.52832, 4.95712, 0.65426], + "cubes": [ + {"origin": [2, 83.6, -35.5], "size": [2, 3, 2], "pivot": [-2, 79.6, -34.5], "rotation": [-90, 0, 0], "uv": [139, 38]}, + {"origin": [1.525, 82.1, -32.8], "size": [3, 4, 3], "pivot": [-2.475, 79.1, -30.8], "rotation": [-90, 0, 0], "uv": [204, 0]} + ] + }, + { + "name": "bone5", + "parent": "head_tail_l", + "pivot": [3.025, 81.1, -23.8], + "cubes": [ + {"origin": [1.525, 83.1, -29.8], "size": [3, 3, 4], "pivot": [-2.475, 79.1, -27.8], "rotation": [-90, 0, 0], "uv": [0, 203]} + ] + }, + { + "name": "bone6", + "parent": "bone5", + "pivot": [3.275, 81.15, -20.7], + "cubes": [ + {"origin": [1.275, 83.35, -26.8], "size": [4, 3, 6], "pivot": [-2.725, 79.35, -24.8], "rotation": [-90, 0, 0], "uv": [194, 100]} + ] + }, + { + "name": "bone7", + "parent": "bone6", + "pivot": [3.275, 78.35, -17.8], + "cubes": [ + {"origin": [0.775, 82.85, -24.8], "size": [5, 8, 7], "pivot": [-3.225, 78.85, -21.8], "rotation": [-90, 0, 0], "uv": [173, 38]} + ] + }, + { + "name": "bone8", + "parent": "bone7", + "pivot": [3.275, 78.85, -9.8], + "cubes": [ + {"origin": [1.275, 82.85, -16.8], "size": [4, 7, 6], "pivot": [-2.725, 78.85, -13.8], "rotation": [-90, 0, 0], "uv": [145, 185]} + ] + }, + { + "name": "bone9", + "parent": "bone8", + "pivot": [3.275, 79.45, -2.8], + "cubes": [ + {"origin": [1.775, 82.85, -9.8], "size": [3, 6, 5], "pivot": [-2.225, 78.85, -6.8], "rotation": [-90, 0, 0], "uv": [197, 194]} + ] + }, + { + "name": "bone10", + "parent": "bone9", + "pivot": [3.275, 79.85, 3.2], + "cubes": [ + {"origin": [2.275, 82.85, -3.8], "size": [2, 6, 4], "pivot": [-1.725, 78.85, -0.8], "rotation": [-90, 0, 0], "uv": [155, 199]} + ] + }, + { + "name": "bone11", + "parent": "bone10", + "pivot": [3.025, 80.35, 9.2], + "cubes": [ + {"origin": [2.025, 82.85, 2.2], "size": [2, 6, 3], "pivot": [-1.975, 78.85, 5.2], "rotation": [-90, 0, 0], "uv": [167, 203]} + ] + }, + { + "name": "bone18", + "parent": "bone11", + "pivot": [3.025, 81.85, 15.2], + "cubes": [ + {"origin": [3.025, 82.85, 8.2], "size": [0, 4, 2], "pivot": [-1.975, 78.85, 11.2], "rotation": [-90, 0, 0], "uv": [10, 72]} + ] + }, + { + "name": "bone19", + "parent": "bone18", + "pivot": [3.025, 81.85, 19.2], + "cubes": [ + {"origin": [3.025, 82.85, 12.2], "size": [0, 4, 2], "pivot": [-1.975, 78.85, 15.2], "rotation": [-90, 0, 0], "uv": [63, 48]} + ] + }, + { + "name": "head_tail_r", + "parent": "head", + "pivot": [-2.72727, 79.55455, -29.40909], + "rotation": [7.52832, -4.95712, -0.65426], + "cubes": [ + {"origin": [-4, 83.6, -35.5], "size": [2, 3, 2], "pivot": [-8, 79.6, -34.5], "rotation": [-90, 0, 0], "uv": [107, 54]}, + {"origin": [-4.475, 82.1, -32.8], "size": [3, 4, 3], "pivot": [-8.475, 79.1, -30.8], "rotation": [-90, 0, 0], "uv": [70, 177]} + ] + }, + { + "name": "bone20", + "parent": "head_tail_r", + "pivot": [-2.975, 81.1, -23.8], + "cubes": [ + {"origin": [-4.475, 83.1, -29.8], "size": [3, 3, 4], "pivot": [-8.475, 79.1, -27.8], "rotation": [-90, 0, 0], "uv": [122, 202]} + ] + }, + { + "name": "bone21", + "parent": "bone20", + "pivot": [-2.725, 81.1, -20.8], + "cubes": [ + {"origin": [-4.725, 83.35, -26.8], "size": [4, 3, 6], "pivot": [-8.725, 79.35, -24.8], "rotation": [-90, 0, 0], "uv": [190, 90]} + ] + }, + { + "name": "bone22", + "parent": "bone21", + "pivot": [-2.725, 78.35, -17.8], + "cubes": [ + {"origin": [-5.225, 82.85, -24.8], "size": [5, 8, 7], "pivot": [-9.225, 78.85, -21.8], "rotation": [-90, 0, 0], "uv": [90, 54]} + ] + }, + { + "name": "bone23", + "parent": "bone22", + "pivot": [-2.725, 78.85, -9.8], + "cubes": [ + {"origin": [-4.725, 82.85, -16.8], "size": [4, 7, 6], "pivot": [-8.725, 78.85, -13.8], "rotation": [-90, 0, 0], "uv": [184, 181]} + ] + }, + { + "name": "bone24", + "parent": "bone23", + "pivot": [-2.725, 79.85, -2.8], + "cubes": [ + {"origin": [-4.225, 82.85, -9.8], "size": [3, 6, 5], "pivot": [-8.225, 78.85, -6.8], "rotation": [-90, 0, 0], "uv": [196, 112]} + ] + }, + { + "name": "bone25", + "parent": "bone24", + "pivot": [-2.725, 79.85, 3.2], + "cubes": [ + {"origin": [-3.725, 82.85, -3.8], "size": [2, 6, 4], "pivot": [-7.725, 78.85, -0.8], "rotation": [-90, 0, 0], "uv": [198, 177]} + ] + }, + { + "name": "bone26", + "parent": "bone25", + "pivot": [-2.475, 80.35, 9.2], + "cubes": [ + {"origin": [-3.475, 82.85, 2.2], "size": [2, 6, 3], "pivot": [-7.475, 78.85, 5.2], "rotation": [-90, 0, 0], "uv": [139, 63]} + ] + }, + { + "name": "bone27", + "parent": "bone26", + "pivot": [-2.475, 80.85, 15.2], + "cubes": [ + {"origin": [-2.475, 82.85, 8.2], "size": [0, 4, 2], "pivot": [-7.475, 78.85, 11.2], "rotation": [-90, 0, 0], "uv": [18, 14]} + ] + }, + { + "name": "bone28", + "parent": "bone27", + "pivot": [-2.475, 80.85, 19.2], + "cubes": [ + {"origin": [-2.475, 82.85, 12.2], "size": [0, 4, 2], "pivot": [-7.475, 78.85, 15.2], "rotation": [-90, 0, 0], "uv": [0, 14]} + ] + }, + { + "name": "wing_right", + "parent": "body2", + "pivot": [-4.00453, 51.95833, -23.70389], + "rotation": [0, 0, 32.5], + "cubes": [ + {"origin": [-11.24778, 42.5, -49.46925], "size": [8, 4, 4], "pivot": [-6, 35.5, -32.65], "rotation": [-90, 0, 0], "uv": [3, 174]} + ] + }, + { + "name": "wing_r1", + "parent": "wing_right", + "pivot": [-12, 53.5, -23.55], + "rotation": [0, 0, -32.5], + "cubes": [ + {"origin": [-19, 42.5, -49.15], "size": [7, 4, 4], "pivot": [-13, 35.5, -32.55], "rotation": [-90, 0, 0], "uv": [188, 141]} + ] + }, + { + "name": "wing_r2", + "parent": "wing_r1", + "pivot": [-19, 49.5, -23.95], + "rotation": [0, 0, 32.5], + "cubes": [ + {"origin": [-30.24778, 42.5, -49.26925], "size": [12, 4, 4], "pivot": [-21, 35.5, -32.45], "rotation": [-90, 0, 0], "uv": [139, 114]}, + {"origin": [-30.24778, 40.5, -45.26925], "size": [12, 38, 0], "pivot": [-19, 33.5, -28.45], "rotation": [-90, 0, 0], "uv": [105, 0]} + ] + }, + { + "name": "wing_r3", + "parent": "wing_r2", + "pivot": [-31, 51.5, -23.16667], + "rotation": [0, 0, -20], + "cubes": [ + {"origin": [-42.69698, 42.5, -48.78319], "size": [12, 4, 4], "pivot": [-33, 35.5, -32.15], "rotation": [-90, 0, 0], "uv": [160, 137]}, + {"origin": [-42.69698, 41, -44.83319], "size": [12, 8, 1], "pivot": [-33, 34, -28.2], "rotation": [-90, 0, 0], "uv": [178, 25]}, + {"origin": [-42.69698, 40.5, -44.78319], "size": [12, 38, 0], "pivot": [-26, 33.5, -28.15], "rotation": [-90, 0, 0], "uv": [48, 111]} + ] + }, + { + "name": "wing_r4", + "parent": "wing_r3", + "pivot": [-43, 51.5, -22.96667], + "rotation": [0, 0, -5], + "cubes": [ + {"origin": [-54.81726, 42.5, -48.66198], "size": [12, 4, 4], "pivot": [-45, 35.5, -32.05], "rotation": [-90, 0, 0], "uv": [150, 30]}, + {"origin": [-54.81726, 40.5, -44.66198], "size": [12, 38, 0], "pivot": [-42, 33.5, -28.05], "rotation": [-90, 0, 0], "uv": [24, 105]}, + {"origin": [-54.81726, 41.5, -44.91198], "size": [12, 9, 2], "pivot": [-45, 34.5, -28.3], "rotation": [-90, 0, 0], "uv": [26, 165]} + ] + }, + { + "name": "wing_r5", + "parent": "wing_r4", + "pivot": [-55, 52.28571, -23.31381], + "rotation": [0, 0, -7.5], + "cubes": [ + {"origin": [-74, 45.5, -13], "size": [13, 10, 2], "pivot": [-67.5, 51.5, -13.4], "rotation": [-90, 37.5, 0], "uv": [150, 78]}, + {"origin": [-66, 41, -49], "size": [11, 12, 3], "pivot": [-58, 34, -31.4], "rotation": [-90, 0, 0], "uv": [150, 15]}, + {"origin": [-65, 42, -50], "size": [10, 5, 5], "pivot": [-57, 35, -32.4], "rotation": [-90, 0, 0], "uv": [150, 102]}, + {"origin": [-67, 40.5, -44.75], "size": [12, 38, 0], "pivot": [-54, 33.5, -28.15], "rotation": [-90, 0, 0], "uv": [0, 105]}, + {"origin": [-77, 40.5, -37.75], "size": [10, 31, 0], "pivot": [-66, 33.5, -21.15], "rotation": [-90, 0, 0], "uv": [120, 142]}, + {"origin": [-64, 48, -46.5], "size": [8, 4, 1], "pivot": [-56, 40, -32.9], "rotation": [-90, 0, 0], "uv": [90, 69]} + ] + }, + { + "name": "r_fing1", + "parent": "wing_r5", + "pivot": [-56.25, 49.6, -25.4], + "cubes": [ + {"origin": [-57.25, 43, -55], "size": [2, 2, 2], "pivot": [-49.25, 33, -37.4], "rotation": [-90, 0, 0], "uv": [0, 143]}, + {"origin": [-56.25, 43, -57], "size": [0, 2, 2], "pivot": [-50.25, 33, -39.4], "rotation": [-90, 0, 0], "uv": [8, 12]} + ] + }, + { + "name": "r_fing2", + "parent": "wing_r5", + "pivot": [-58.5, 51.6, -25.4], + "cubes": [ + {"origin": [-59.5, 45, -55], "size": [2, 2, 2], "pivot": [-51.5, 35, -37.4], "rotation": [-90, 0, 0], "uv": [139, 72]}, + {"origin": [-58.5, 44, -58], "size": [0, 2, 2], "pivot": [-51.5, 34, -39.4], "rotation": [-90, 0, 0], "uv": [12, 8]} + ] + }, + { + "name": "r_fing3", + "parent": "wing_r5", + "pivot": [-61, 51.6, -25.4], + "cubes": [ + {"origin": [-62, 45, -55], "size": [2, 2, 2], "pivot": [-54, 35, -37.4], "rotation": [-90, 0, 0], "uv": [139, 43]}, + {"origin": [-61, 44, -58], "size": [0, 2, 2], "pivot": [-55, 34, -39.4], "rotation": [-90, 0, 0], "uv": [12, 10]} + ] + }, + { + "name": "r_fing4", + "parent": "wing_r5", + "pivot": [-63.5, 51.6, -25.4], + "cubes": [ + {"origin": [-64.5, 45, -55], "size": [2, 2, 2], "pivot": [-56.5, 35, -37.4], "rotation": [-90, 0, 0], "uv": [90, 91]}, + {"origin": [-63.5, 44, -58], "size": [0, 2, 2], "pivot": [-57.5, 34, -39.4], "rotation": [-90, 0, 0], "uv": [12, 12]} + ] + }, + { + "name": "wing_left", + "parent": "body2", + "pivot": [3.94821, 51.97826, -23.56493], + "rotation": [0, 0, -32.5], + "cubes": [ + {"origin": [3.24778, 42.5, -49.46925], "size": [8, 4, 4], "pivot": [6, 35.5, -32.65], "rotation": [-90, 0, 0], "uv": [30, 176]} + ] + }, + { + "name": "wing_l1", + "parent": "wing_left", + "pivot": [12, 53.5, -23.55], + "rotation": [0, 0, 32.5], + "cubes": [ + {"origin": [12, 42.5, -49.15], "size": [7, 4, 4], "pivot": [13, 35.5, -32.55], "rotation": [-90, 0, 0], "uv": [189, 151]} + ] + }, + { + "name": "wing_l2", + "parent": "wing_l1", + "pivot": [19, 49.5, -23.875], + "rotation": [0, 0, -32.5], + "cubes": [ + {"origin": [18.24778, 40.5, -45.19425], "size": [12, 38, 0], "pivot": [19, 33.5, -28.375], "rotation": [-90, 0, 0], "uv": [100, 85]}, + {"origin": [18.24778, 42.5, -49.19425], "size": [12, 4, 4], "pivot": [21, 35.5, -32.375], "rotation": [-90, 0, 0], "uv": [139, 55]} + ] + }, + { + "name": "wing_l3", + "parent": "wing_l2", + "pivot": [31, 51.5, -23.43333], + "rotation": [0, 0, 20], + "cubes": [ + {"origin": [30.69698, 42.5, -48.98319], "size": [12, 4, 4], "pivot": [33, 35.5, -32.35], "rotation": [-90, 0, 0], "uv": [88, 161]}, + {"origin": [30.69698, 40.5, -44.98319], "size": [12, 38, 0], "pivot": [26, 33.5, -28.35], "rotation": [-90, 0, 0], "uv": [96, 123]}, + {"origin": [30.69698, 41, -45.23319], "size": [12, 8, 1], "pivot": [33, 34, -28.6], "rotation": [-90, 0, 0], "uv": [180, 81]} + ] + }, + { + "name": "wing_l4", + "parent": "wing_l3", + "pivot": [43, 51.5, -23.24167], + "rotation": [0, 0, 5], + "cubes": [ + {"origin": [42.81726, 40.5, -44.93698], "size": [12, 38, 0], "pivot": [42, 33.5, -28.325], "rotation": [-90, 0, 0], "uv": [115, 38]}, + {"origin": [42.81726, 41.5, -48.18698], "size": [12, 12, 2], "pivot": [45, 34.5, -31.575], "rotation": [-90, 0, 0], "uv": [84, 169]}, + {"origin": [42.81726, 42.5, -48.93698], "size": [12, 4, 4], "pivot": [45, 35.5, -32.325], "rotation": [-90, 0, 0], "uv": [160, 155]} + ] + }, + { + "name": "wing_l5", + "parent": "wing_l4", + "pivot": [55.03634, 52.28571, -24.68881], + "rotation": [0, 0, 7.5], + "cubes": [ + {"origin": [55, 42, -50.375], "size": [10, 5, 5], "pivot": [57, 35, -32.775], "rotation": [-90, 0, 0], "uv": [160, 145]}, + {"origin": [56, 48, -46.875], "size": [8, 4, 1], "pivot": [56, 40, -33.275], "rotation": [-90, 0, 0], "uv": [184, 176]}, + {"origin": [55, 40.5, -45.125], "size": [12, 38, 0], "pivot": [54, 33.5, -28.525], "rotation": [-90, 0, 0], "uv": [72, 111]}, + {"origin": [61, 45.5, -13.375], "size": [13, 10, 2], "pivot": [67.5, 51.5, -13.775], "rotation": [-90, -37.5, 0], "uv": [150, 90]}, + {"origin": [67, 40.5, -38.125], "size": [10, 31, 0], "pivot": [66, 33.5, -21.525], "rotation": [-90, 0, 0], "uv": [140, 142]}, + {"origin": [55, 41, -49.375], "size": [11, 12, 3], "pivot": [58, 34, -31.775], "rotation": [-90, 0, 0], "uv": [150, 63]} + ] + }, + { + "name": "l_fing1", + "parent": "wing_l5", + "pivot": [56.25, 49.6, -25.775], + "cubes": [ + {"origin": [55.25, 43, -55.375], "size": [2, 2, 2], "pivot": [49.25, 33, -37.775], "rotation": [-90, 0, 0], "uv": [0, 147]}, + {"origin": [56.25, 42, -58.375], "size": [0, 2, 2], "pivot": [49.25, 32, -39.775], "rotation": [-90, 0, 0], "uv": [12, 6]} + ] + }, + { + "name": "l_fing2", + "parent": "wing_l5", + "pivot": [58.5, 51.6, -25.775], + "cubes": [ + {"origin": [57.5, 45, -55.375], "size": [2, 2, 2], "pivot": [51.5, 35, -37.775], "rotation": [-90, 0, 0], "uv": [53, 149]}, + {"origin": [58.5, 44, -58.375], "size": [0, 2, 2], "pivot": [51.5, 34, -39.775], "rotation": [-90, 0, 0], "uv": [8, 10]} + ] + }, + { + "name": "l_fing3", + "parent": "wing_l5", + "pivot": [61, 51.6, -25.775], + "cubes": [ + {"origin": [60, 45, -55.375], "size": [2, 2, 2], "pivot": [54, 35, -37.775], "rotation": [-90, 0, 0], "uv": [32, 152]}, + {"origin": [61, 44, -58.375], "size": [0, 2, 2], "pivot": [54, 34, -39.775], "rotation": [-90, 0, 0], "uv": [8, 8]} + ] + }, + { + "name": "l_fing4", + "parent": "wing_l5", + "pivot": [63.5, 51.6, -25.775], + "cubes": [ + {"origin": [62.5, 50.6, -27.775], "size": [2, 2, 2], "pivot": [63.5, 51.6, -26.775], "rotation": [-90, 0, 0], "uv": [53, 153]}, + {"origin": [63.5, 44, -58.375], "size": [0, 2, 2], "pivot": [56.5, 34, -39.775], "rotation": [-90, 0, 0], "uv": [8, 6]} + ] + }, + { + "name": "tail", + "parent": "body2", + "pivot": [0, 30.45, 3.58333], + "cubes": [ + {"origin": [-6, 24.45, 11.25], "size": [12, 12, 3], "uv": [150, 0]}, + {"origin": [-7, 23.45, 14.25], "size": [14, 14, 5], "uv": [120, 123]}, + {"origin": [-6, 24.45, 19.25], "size": [12, 12, 3], "uv": [62, 149]}, + {"origin": [-8, 22.45, 22.25], "size": [16, 16, 10], "uv": [48, 85]}, + {"origin": [8, 22.45, 32.25], "size": [0, 16, 5], "uv": [165, 182]}, + {"origin": [0, 30.45, 32.25], "size": [0, 16, 5], "pivot": [0, 38.45, 34.75], "rotation": [0, 0, 90], "uv": [49, 33]}, + {"origin": [0, 14.45, 32.25], "size": [0, 16, 5], "pivot": [0, 22.45, 34.75], "rotation": [0, 0, 90], "uv": [113, 181]}, + {"origin": [-8, 22.45, 32.25], "size": [0, 16, 5], "uv": [123, 181]}, + {"origin": [-5, 25.45, 32.25], "size": [10, 10, 1], "uv": [186, 163]}, + {"origin": [-3.5, 26.95, 9.25], "size": [7, 7, 2], "uv": [162, 163]}, + {"origin": [-4, 26.45, 3.25], "size": [8, 8, 2], "uv": [190, 34]}, + {"origin": [-4.5, 25.95, 5.25], "size": [9, 9, 4], "uv": [58, 164]} + ] + }, + { + "name": "tail1", + "parent": "tail", + "pivot": [0, 30.45, 32.75], + "cubes": [ + {"origin": [-4, 26.45, 33.25], "size": [8, 8, 9], "uv": [139, 38]} + ] + }, + { + "name": "tail2", + "parent": "tail1", + "pivot": [0, 30.45, 42.25], + "cubes": [ + {"origin": [-3.5, 26.95, 42.25], "size": [7, 7, 9], "uv": [0, 143]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 30.45, 51.25], + "cubes": [ + {"origin": [-3, 26.95, 51.25], "size": [6, 7, 9], "uv": [32, 149]} + ] + }, + { + "name": "tail4", + "parent": "tail3", + "pivot": [0, 30.95, 60.25], + "cubes": [ + {"origin": [-2.5, 27.95, 60.25], "size": [5, 6, 7], "uv": [53, 177]} + ] + }, + { + "name": "tail5", + "parent": "tail4", + "pivot": [0, 31.95, 67.25], + "cubes": [ + {"origin": [-2, 29.95, 67.25], "size": [4, 4, 7], "uv": [175, 95]} + ] + }, + { + "name": "tail6", + "parent": "tail5", + "pivot": [0, 31.95, 74.25], + "cubes": [ + {"origin": [-1.5, 29.95, 74.25], "size": [3, 4, 7], "uv": [34, 78]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/zekrom/zekrom.geo.json b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/zekrom/zekrom.geo.json new file mode 100644 index 0000000..1146d0f --- /dev/null +++ b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/zekrom/zekrom.geo.json @@ -0,0 +1,419 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 256, + "texture_height": 256, + "visible_bounds_width": 7, + "visible_bounds_height": 6.5, + "visible_bounds_offset": [0, 2.75, 0] + }, + "bones": [ + { + "name": "root", + "pivot": [0, 0, 0] + }, + { + "name": "zekrom", + "parent": "root", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "zekrom", + "pivot": [0, 23, -1], + "cubes": [ + {"origin": [-6, 18, -4], "size": [12, 8, 8], "uv": [42, 66]}, + {"origin": [-4, 17, -5], "size": [8, 8, 8], "uv": [76, 145]} + ] + }, + { + "name": "body1", + "parent": "body", + "pivot": [0, 26, 0], + "cubes": [ + {"origin": [-5, 26, -4.1], "size": [10, 5, 9], "uv": [89, 57]} + ] + }, + { + "name": "body2", + "parent": "body1", + "pivot": [0, 31, 0], + "cubes": [ + {"origin": [4.6, 32.65, -3.5], "size": [4, 9, 7], "pivot": [2.6, 39.65, 0.5], "rotation": [0, 0, 19.5], "uv": [62, 109]}, + {"origin": [-6, 31, -4.1], "size": [12, 14, 9], "uv": [0, 54]}, + {"origin": [-7.6, 31.50817, -3.5], "size": [4, 9, 7], "pivot": [-5.66395, 36.00817, 0], "rotation": [0, 0, -19.5], "uv": [99, 106]} + ] + }, + { + "name": "body3", + "parent": "body2", + "pivot": [0, 41, 0], + "cubes": [ + {"origin": [-9, 39, -5], "size": [18, 12, 10], "uv": [42, 44]} + ] + }, + { + "name": "arm_r", + "parent": "body3", + "pivot": [-9, 47, -0.5], + "cubes": [ + {"origin": [-19, 44, -3], "size": [10, 5, 5], "uv": [98, 71]}, + {"origin": [-13, 49, -2.5], "size": [4, 1, 4], "uv": [30, 139]} + ] + }, + { + "name": "r_arm_lower", + "parent": "arm_r", + "pivot": [-19, 46.7, 0.1], + "cubes": [ + {"origin": [-32, 40, 0.1], "size": [13, 3, 2], "uv": [88, 0]}, + {"origin": [-34, 43, -0.9], "size": [15, 6, 3], "uv": [84, 90]}, + {"origin": [-19.4, 40.5, 0.5], "size": [2, 1, 1], "pivot": [-18.4, 41, 1], "rotation": [0, 0, -32.5], "uv": [56, 16]}, + {"origin": [-39.2, 37.7, 0], "size": [9, 3, 2], "pivot": [-34.7, 39.2, 0.5], "rotation": [0, 0, -42.5], "uv": [132, 47]}, + {"origin": [-39.4, 39, 1], "size": [9, 4, 0], "pivot": [-34.9, 40.5, -0.5], "rotation": [0, 0, -25], "uv": [136, 108]}, + {"origin": [-42.2, 41.7, 0], "size": [9, 3, 2], "pivot": [-37.7, 43.2, 0.5], "rotation": [0, 0, -17.5], "uv": [134, 38]}, + {"origin": [-42.2, 44.7, 1], "size": [9, 3, 0], "pivot": [-37.7, 46.2, -0.5], "rotation": [0, 0, -17.5], "uv": [98, 54]}, + {"origin": [-44, 46, 0], "size": [10, 3, 2], "uv": [0, 129]}, + {"origin": [-31.6, 43.7, -1.2], "size": [5, 4, 1], "uv": [142, 5]} + ] + }, + { + "name": "r_finger1", + "parent": "r_arm_lower", + "pivot": [-28.1, 45.7, -1.2], + "cubes": [ + {"origin": [-28.6, 44.7, -2.7], "size": [1, 2, 1], "pivot": [-28.1, 45.7, -2.2], "rotation": [90, 0, 0], "uv": [42, 31]} + ] + }, + { + "name": "r_finger2", + "parent": "r_arm_lower", + "pivot": [-31.1, 46.7, -1.2], + "cubes": [ + {"origin": [-31.6, 45.7, -2.7], "size": [1, 2, 1], "pivot": [-31.1, 46.7, -2.2], "rotation": [90, 0, 0], "uv": [46, 0]} + ] + }, + { + "name": "r_finger3", + "parent": "r_arm_lower", + "pivot": [-31.1, 44.7, -1.2], + "cubes": [ + {"origin": [-31.6, 43.7, -2.7], "size": [1, 2, 1], "pivot": [-31.1, 44.7, -2.2], "rotation": [90, 0, 0], "uv": [38, 54]} + ] + }, + { + "name": "arm_l", + "parent": "body3", + "pivot": [9, 47, -0.5], + "cubes": [ + {"origin": [9, 44, -3], "size": [10, 5, 5], "uv": [52, 99]}, + {"origin": [9, 49, -2.5], "size": [4, 1, 4], "uv": [74, 67]} + ] + }, + { + "name": "l_arm_lower", + "parent": "arm_l", + "pivot": [19, 46, 0.03333], + "cubes": [ + {"origin": [19, 43, -0.9], "size": [15, 6, 3], "uv": [48, 90]}, + {"origin": [26.6, 43.7, -1.2], "size": [5, 4, 1], "uv": [77, 99]}, + {"origin": [34, 46, 0], "size": [10, 3, 2], "uv": [126, 0]}, + {"origin": [33.2, 44.7, 1], "size": [9, 3, 0], "pivot": [37.7, 46.2, -0.5], "rotation": [0, 0, 17.5], "uv": [48, 87]}, + {"origin": [33.2, 41.7, 0], "size": [9, 3, 2], "pivot": [37.7, 43.2, 0.5], "rotation": [0, 0, 17.5], "uv": [129, 113]}, + {"origin": [30.2, 37.7, 0], "size": [9, 3, 2], "pivot": [34.7, 39.2, 0.5], "rotation": [0, 0, 42.5], "uv": [99, 101]}, + {"origin": [19, 40, 0.1], "size": [13, 3, 2], "uv": [38, 82]}, + {"origin": [17.4, 40.5, 0.5], "size": [2, 1, 1], "pivot": [18.4, 41, 1], "rotation": [0, 0, 32.5], "uv": [52, 42]}, + {"origin": [30.4, 39, 1], "size": [9, 4, 0], "pivot": [34.9, 40.5, -0.5], "rotation": [0, 0, 25], "uv": [129, 118]} + ] + }, + { + "name": "l_finger1", + "parent": "l_arm_lower", + "pivot": [31.1, 46.7, -1.2], + "cubes": [ + {"origin": [30.6, 45.7, -2.7], "size": [1, 2, 1], "pivot": [31.1, 46.7, -2.2], "rotation": [90, 0, 0], "uv": [5, 28]} + ] + }, + { + "name": "l_finger2", + "parent": "l_arm_lower", + "pivot": [31.1, 44.7, -1.2], + "cubes": [ + {"origin": [30.6, 43.7, -2.7], "size": [1, 2, 1], "pivot": [31.1, 44.7, -2.2], "rotation": [90, 0, 0], "uv": [5, 0]} + ] + }, + { + "name": "l_finger3", + "parent": "l_arm_lower", + "pivot": [28.1, 45.7, -1.2], + "cubes": [ + {"origin": [27.6, 44.7, -2.7], "size": [1, 2, 1], "pivot": [28.1, 45.7, -2.2], "rotation": [90, 0, 0], "uv": [42, 28]} + ] + }, + { + "name": "r_wing_base", + "parent": "body3", + "pivot": [-6, 50, 5], + "cubes": [ + {"origin": [-7, 48, 5], "size": [2, 3, 3], "uv": [88, 42]} + ] + }, + { + "name": "r_wing_main", + "parent": "r_wing_base", + "pivot": [-6, 50, 7.5], + "cubes": [ + {"origin": [-7.5, 49.3, 6.5], "size": [2, 2, 3], "pivot": [-6.5, 49.8, 8], "rotation": [0, -90, -25], "uv": [32, 144]}, + {"origin": [-9.9, 48, 6.6], "size": [2, 3, 4], "pivot": [-8.9, 49.5, 8.1], "rotation": [0, -90, 22.5], "uv": [104, 140]}, + {"origin": [-11.9, 49.35, 6.8], "size": [2, 3, 4], "pivot": [-10.9, 50.85, 8.3], "rotation": [0, -90, 72.5], "uv": [140, 27]}, + {"origin": [-12.7, 37.35, 6.9], "size": [2, 17, 4], "pivot": [-11.7, 52.85, 8.4], "rotation": [0, -90, 90], "uv": [60, 125]}, + {"origin": [-13.6, 38.35, 7], "size": [2, 18, 4], "pivot": [-12.6, 54.85, 8.5], "rotation": [0, -90, 109.5], "uv": [48, 117]}, + {"origin": [-10.7, 43.35, 4.9], "size": [0, 12, 5], "pivot": [-11.7, 58.85, 7.4], "rotation": [0, -90, 80], "uv": [132, 0]}, + {"origin": [-10.7, 40.35, 4.9], "size": [0, 12, 5], "pivot": [-11.7, 55.85, 7.4], "rotation": [0, -90, 122.5], "uv": [0, 129]}, + {"origin": [-13.6, 39.75, 7.1], "size": [2, 20, 4], "pivot": [-12.6, 58.25, 8.6], "rotation": [0, -90, 122.5], "uv": [84, 113]}, + {"origin": [-9.4, 51.35, 6.8], "size": [1, 7, 3], "pivot": [-8.4, 56.85, 8.3], "rotation": [0, -90, 122.5], "uv": [0, 28]}, + {"origin": [-12.7, 50.35, 6.9], "size": [2, 8, 4], "pivot": [-11.7, 56.85, 8.4], "rotation": [0, -90, 90], "uv": [72, 137]} + ] + }, + { + "name": "l_wing_base", + "parent": "body3", + "pivot": [6, 50, 5], + "cubes": [ + {"origin": [5, 48, 5], "size": [2, 3, 3], "uv": [0, 77]} + ] + }, + { + "name": "l_wing_main", + "parent": "l_wing_base", + "pivot": [6, 50, 7.5], + "cubes": [ + {"origin": [5.5, 49.3, 6.5], "size": [2, 2, 3], "pivot": [6.5, 49.8, 8], "rotation": [0, 90, 25], "uv": [114, 47]}, + {"origin": [9.9, 49.35, 6.8], "size": [2, 3, 4], "pivot": [10.9, 50.85, 8.3], "rotation": [0, 90, -72.5], "uv": [46, 139]}, + {"origin": [7.9, 48, 6.6], "size": [2, 3, 4], "pivot": [8.9, 49.5, 8.1], "rotation": [0, 90, -22.5], "uv": [139, 122]}, + {"origin": [10.7, 37.35, 6.9], "size": [2, 17, 4], "pivot": [11.7, 52.85, 8.4], "rotation": [0, 90, -90], "uv": [96, 122]}, + {"origin": [11.6, 38.35, 7], "size": [2, 18, 4], "pivot": [12.6, 54.85, 8.5], "rotation": [0, 90, -109.5], "uv": [36, 117]}, + {"origin": [11.6, 39.75, 7.1], "size": [2, 20, 4], "pivot": [12.6, 58.25, 8.6], "rotation": [0, 90, -122.5], "uv": [24, 105]}, + {"origin": [8.4, 51.35, 6.8], "size": [1, 7, 3], "pivot": [8.4, 56.85, 8.3], "rotation": [0, 90, -122.5], "uv": [0, 0]}, + {"origin": [10.7, 50.35, 6.9], "size": [2, 8, 4], "pivot": [11.7, 56.85, 8.4], "rotation": [0, 90, -90], "uv": [136, 133]}, + {"origin": [10.7, 40.35, 4.9], "size": [0, 12, 5], "pivot": [11.7, 55.85, 7.4], "rotation": [0, 90, -122.5], "uv": [72, 120]}, + {"origin": [10.7, 43.35, 4.9], "size": [0, 12, 5], "pivot": [11.7, 58.85, 7.4], "rotation": [0, 90, -80], "uv": [126, 128]} + ] + }, + { + "name": "neck", + "parent": "body3", + "pivot": [0, 51, 1], + "cubes": [ + {"origin": [-2.5, 51, -5], "size": [5, 6, 6], "uv": [122, 75]}, + {"origin": [-1, 53.5, -0.5], "size": [2, 3, 3], "pivot": [0, 55, 1], "rotation": [45, 0, 0], "uv": [116, 140]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 57, -5], + "cubes": [ + {"origin": [-3, 57, -5], "size": [6, 7, 3], "uv": [108, 130]}, + {"origin": [-3, 57, -2], "size": [6, 7, 4], "uv": [127, 62]}, + {"origin": [-3, 60, -11], "size": [6, 4, 6], "uv": [0, 119]}, + {"origin": [1.4, 62.95, -10.8], "size": [2, 2, 6], "pivot": [5.9, 63.9, -7.8], "rotation": [17.5, 0, 0], "uv": [108, 81]}, + {"origin": [-3.4, 62.95, -10.8], "size": [2, 2, 6], "pivot": [1.1, 63.9, -7.8], "rotation": [17.5, 0, 0], "uv": [92, 18]}, + {"origin": [-3.05, 61.59874, -9.08446], "size": [1, 2, 3], "uv": [28, 129]}, + {"origin": [1.95, 61.89874, -9.08446], "size": [1, 2, 1], "pivot": [2.45, 62.89874, -8.58446], "rotation": [0, -45, 0], "uv": [60, 0]}, + {"origin": [2.05, 61.59874, -9.08446], "size": [1, 2, 3], "uv": [77, 110]}, + {"origin": [-2.95, 61.89874, -9.08446], "size": [1, 2, 1], "pivot": [-2.45, 62.89874, -8.58446], "rotation": [0, -45, 0], "uv": [42, 71]}, + {"origin": [-1.5, 58.8, -11.075], "size": [3, 2, 0], "uv": [52, 8]}, + {"origin": [-1.5, 59.7, -9.5], "size": [0, 1, 4], "pivot": [0.5, 63.7, -8.5], "rotation": [89.99997, -87.5, -89.99997], "uv": [68, 2]}, + {"origin": [-2.5, 59.7, -10.5], "size": [0, 1, 5], "pivot": [-0.5, 63.7, -7.5], "rotation": [2.5, 0, 0], "uv": [64, 10]}, + {"origin": [2.6, 59.7, -10.5], "size": [0, 1, 5], "pivot": [4.6, 63.7, -7.5], "rotation": [2.5, 0, 0], "uv": [64, 10]} + ] + }, + { + "name": "head_spike", + "parent": "head", + "pivot": [0, 79.98074, 2.46532], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-3.5, 65.22976, -13.60514], "size": [7, 3, 6], "pivot": [2, 76.7, -3.3], "rotation": [32.5, 0, 0], "uv": [114, 38]}, + {"origin": [-1, 65.87431, -11.37142], "size": [2, 2, 10], "pivot": [0.5, 78.7, -3.3], "rotation": [20, 0, 0], "uv": [110, 89]}, + {"origin": [1, 66.57431, -11.37142], "size": [1, 1, 7], "pivot": [2.5, 78.4, -3.3], "rotation": [20, 0, 0], "uv": [138, 52]}, + {"origin": [-2, 66.57431, -11.37142], "size": [1, 1, 7], "pivot": [-0.5, 78.4, -3.3], "rotation": [20, 0, 0], "uv": [84, 137]}, + {"origin": [-1.5, 65.22976, -10.10514], "size": [3, 3, 7], "pivot": [1, 76.7, 0.2], "rotation": [32.5, 0, 0], "uv": [128, 98]}, + {"origin": [-1.5, 77.13369, -11.54734], "size": [3, 3, 6], "pivot": [2, 80.6, 3.4], "rotation": [77.5, 0, 0], "uv": [136, 11]}, + {"origin": [-2.5, 67.2077, -7.15], "size": [5, 3, 4], "pivot": [2, 79.5, 1.9], "rotation": [25, 0, 0], "uv": [136, 20]}, + {"origin": [-1, 71.51345, -2.0422], "size": [2, 2, 3], "pivot": [2.5, 85.5, 5.6], "rotation": [17.5, 0, 0], "uv": [144, 78]}, + {"origin": [-0.5, 73.39345, 0.8078], "size": [1, 1, 3], "pivot": [2, 86.4, 8.4], "rotation": [17.5, 0, 0], "uv": [88, 48]}, + {"origin": [-1, 61.95267, 7.40708], "size": [2, 7, 2], "pivot": [1, 73.8, 2.3], "rotation": [-47.5, 0, 0], "uv": [0, 54]} + ] + }, + { + "name": "bottom_jaw", + "parent": "head", + "pivot": [0, 60.1, -5], + "cubes": [ + {"origin": [-3, 58, -11], "size": [6, 2, 6], "uv": [122, 30]}, + {"origin": [-2.5, 59.4, -10.5], "size": [0, 1, 6], "uv": [62, 11]}, + {"origin": [2.6, 59.4, -10.5], "size": [0, 1, 6], "uv": [62, 11]}, + {"origin": [-1.5, 59.4, -10.5], "size": [0, 1, 5], "pivot": [0.5, 63.4, -8.5], "rotation": [0, -90, 0], "uv": [68, 2]} + ] + }, + { + "name": "skull_helmet", + "parent": "head", + "pivot": [0.6, 73.1, -11.5], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [-3.04, 62.50587, -17.24098], "size": [2, 3, 7], "pivot": [-3.5, 74.1, -11.5], "rotation": [17.5, 0, 0], "uv": [17, 129]}, + {"origin": [-1.5, 61.50587, -17.34098], "size": [3, 4, 8], "pivot": [-2, 73.1, -11.6], "rotation": [17.5, 0, 0], "uv": [114, 101]}, + {"origin": [1.04, 62.50587, -17.24098], "size": [2, 3, 7], "pivot": [0.5, 74.1, -11.5], "rotation": [17.5, 0, 0], "uv": [128, 123]}, + {"origin": [-3.1, 61.50587, -17.24098], "size": [2, 3, 3], "pivot": [-3.6, 73.1, -11.5], "rotation": [17.5, 0, 0], "uv": [143, 60]}, + {"origin": [1.1, 61.50587, -17.24098], "size": [2, 3, 3], "pivot": [0.6, 73.1, -11.5], "rotation": [17.5, 0, 0], "uv": [7, 144]} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [-0.43553, 23.06497, 4], + "cubes": [ + {"origin": [-11.43553, 14.06497, 8], "size": [2, 18, 10], "pivot": [-0.43553, 23.06497, 10.5], "rotation": [0, 0, 45], "uv": [0, 77]}, + {"origin": [-9.43553, 14.06497, 8], "size": [18, 18, 10], "pivot": [-0.43553, 23.06497, 10.5], "rotation": [0, 0, 45], "uv": [0, 0]}, + {"origin": [-9.43553, 32.06497, 8], "size": [18, 2, 10], "pivot": [-0.43553, 23.06497, 10.5], "rotation": [0, 0, 45], "uv": [52, 30]}, + {"origin": [-9.43553, 12.06497, 8], "size": [18, 2, 10], "pivot": [-0.43553, 23.06497, 10.5], "rotation": [0, 0, 45], "uv": [46, 18]}, + {"origin": [-8.43553, 15.06497, 18], "size": [16, 16, 10], "pivot": [-0.43553, 23.06497, 20.5], "rotation": [0, 0, 45], "uv": [0, 28]}, + {"origin": [-6.43553, 19.06497, 28], "size": [2, 8, 10], "pivot": [-0.43553, 23.06497, 30.5], "rotation": [0, 0, 45], "uv": [98, 20]}, + {"origin": [-4.43553, 27.06497, 28], "size": [8, 2, 10], "pivot": [-0.43553, 23.06497, 30.5], "rotation": [0, 0, 45], "uv": [88, 42]}, + {"origin": [-0.43553, 28.06497, 31], "size": [1, 5, 5], "pivot": [0.56447, 22.06497, 30.5], "rotation": [0, 0, 45], "uv": [53, 141]}, + {"origin": [-4.43553, 19.06497, 28], "size": [8, 8, 10], "pivot": [-0.43553, 23.06497, 30.5], "rotation": [0, 0, 45], "uv": [72, 72]}, + {"origin": [-4.43553, 17.06497, 28], "size": [8, 2, 10], "pivot": [-0.43553, 23.06497, 30.5], "rotation": [0, 0, 45], "uv": [86, 6]}, + {"origin": [-12.43553, 22.06497, 31], "size": [5, 1, 5], "pivot": [-1.43553, 22.06497, 30.5], "rotation": [0, 0, 45], "uv": [143, 140]}, + {"origin": [-2.94239, 14.62893, 31], "size": [5, 1, 5], "pivot": [-0.44239, 15.12893, 33.5], "rotation": [0, 0, -90], "uv": [143, 140]}, + {"origin": [3.56447, 19.06497, 28], "size": [2, 8, 10], "pivot": [-0.43553, 23.06497, 30.5], "rotation": [0, 0, 45], "uv": [38, 99]}, + {"origin": [-4.43553, 19.66497, 38], "size": [6, 6, 5], "pivot": [-0.43553, 21.66497, 40.5], "rotation": [0, 0, 45], "uv": [124, 87]}, + {"origin": [-2.43553, 21.66497, 43], "size": [2, 2, 5], "pivot": [-0.43553, 21.66497, 45.5], "rotation": [0, 0, 45], "uv": [21, 139]}, + {"origin": [8.56447, 14.06497, 8], "size": [2, 18, 10], "pivot": [-0.43553, 23.06497, 10.5], "rotation": [0, 0, 45], "uv": [24, 77]}, + {"origin": [-3, 20, 4], "size": [6, 6, 4], "pivot": [0, 23, 6], "rotation": [0, 0, -45], "uv": [14, 77]} + ] + }, + { + "name": "leg_l", + "parent": "body", + "pivot": [6, 22.5, 0], + "cubes": [ + {"origin": [6, 12, -3], "size": [4, 9, 6], "uv": [112, 0]}, + {"origin": [6, 19, -3.5], "size": [5, 7, 7], "pivot": [8, 22.5, 0], "rotation": [45, 0, 0], "uv": [82, 99]} + ] + }, + { + "name": "l_leg_lower", + "parent": "leg_l", + "pivot": [7.9, 12, -3], + "cubes": [ + {"origin": [5.9, 4, -3], "size": [4, 8, 6], "uv": [115, 116]} + ] + }, + { + "name": "l_foot", + "parent": "l_leg_lower", + "pivot": [7.9, 4, 0], + "cubes": [ + {"origin": [5.4, 0, 0], "size": [5, 4, 4], "uv": [42, 30]}, + {"origin": [7.4, 3, 2.9], "size": [1, 2, 3], "pivot": [7.9, 4, 4.9], "rotation": [40, 0, 0], "uv": [33, 54]}, + {"origin": [5.9, 2, -3], "size": [4, 2, 3], "uv": [141, 84]}, + {"origin": [5.4, 0, -3], "size": [5, 2, 3], "uv": [138, 73]}, + {"origin": [5.4, 0, -5], "size": [5, 2, 2], "uv": [32, 105]} + ] + }, + { + "name": "bone5", + "parent": "l_foot", + "pivot": [4.4, -1.7, -8.8], + "rotation": [0, 12.5, 0], + "cubes": [ + {"origin": [4.4, -0.2, -6.3], "size": [2, 2, 2], "uv": [33, 59]}, + {"origin": [4.4, -0.2, -7.3], "size": [2, 1, 1], "uv": [46, 8]} + ] + }, + { + "name": "bone4", + "parent": "l_foot", + "pivot": [7.9, 0.65, -6.75], + "cubes": [ + {"origin": [6.9, -0.1, -7], "size": [2, 2, 2], "uv": [56, 12]}, + {"origin": [6.9, -0.1, -8], "size": [2, 1, 1], "uv": [63, 2]} + ] + }, + { + "name": "bone3", + "parent": "l_foot", + "pivot": [11, -1.7, -6.9], + "rotation": [0, -12.5, 0], + "cubes": [ + {"origin": [9, -0.2, -7.4], "size": [2, 1, 1], "uv": [63, 42]}, + {"origin": [9, -0.2, -6.4], "size": [2, 2, 2], "uv": [56, 8]} + ] + }, + { + "name": "right_leg", + "parent": "body", + "pivot": [-6, 22.5, -0.1], + "cubes": [ + {"origin": [-11, 19, -3.5], "size": [5, 7, 7], "pivot": [-8, 22.5, 0], "rotation": [45, 0, 0], "uv": [0, 105]}, + {"origin": [-10, 12, -3], "size": [4, 9, 6], "uv": [116, 15]} + ] + }, + { + "name": "r_leg_bottom", + "parent": "right_leg", + "pivot": [-7.9, 12, -3], + "cubes": [ + {"origin": [-9.9, 4, -3], "size": [4, 8, 6], "uv": [118, 48]} + ] + }, + { + "name": "r_foot", + "parent": "r_leg_bottom", + "pivot": [-7.9, 4, 0], + "cubes": [ + {"origin": [-10.4, 0, 0], "size": [5, 4, 4], "uv": [46, 0]}, + {"origin": [-8.4, 3, 2.9], "size": [1, 2, 3], "pivot": [-7.9, 4, 4.9], "rotation": [40, 0, 0], "uv": [42, 66]}, + {"origin": [-9.9, 2, -3], "size": [4, 2, 3], "uv": [141, 98]}, + {"origin": [-10.4, 0, -3], "size": [5, 2, 3], "uv": [10, 139]}, + {"origin": [-10.4, 0, -5], "size": [5, 2, 2], "uv": [140, 43]} + ] + }, + { + "name": "bone8", + "parent": "r_foot", + "pivot": [-10.8, -1.5, -9.5], + "cubes": [ + {"origin": [-10.8, -0.2, -6.6], "size": [2, 2, 2], "pivot": [-9.8, 0.55, -6.35], "rotation": [0, 12.5, 0], "uv": [62, 10]}, + {"origin": [-10.8, -0.2, -7.6], "size": [2, 1, 1], "pivot": [-9.8, 0.55, -6.35], "rotation": [0, 12.5, 0], "uv": [64, 4]} + ] + }, + { + "name": "bone7", + "parent": "r_foot", + "pivot": [-9.9, -1.6, -9.5], + "cubes": [ + {"origin": [-8.9, -0.1, -7], "size": [2, 2, 2], "uv": [62, 6]}, + {"origin": [-8.9, -0.1, -8], "size": [2, 1, 1], "uv": [64, 0]} + ] + }, + { + "name": "bone6", + "parent": "r_foot", + "pivot": [-6, 0.55, -6.35], + "rotation": [0, -12.5, 0], + "cubes": [ + {"origin": [-7, -0.2, -6.6], "size": [2, 2, 2], "uv": [0, 83]}, + {"origin": [-7, -0.2, -7.6], "size": [2, 1, 1], "uv": [52, 38]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/zygarde/zygarde.geo.json b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/zygarde/zygarde.geo.json new file mode 100644 index 0000000..edc5698 --- /dev/null +++ b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/zygarde/zygarde.geo.json @@ -0,0 +1,155 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 256, + "texture_height": 256, + "visible_bounds_width": 9, + "visible_bounds_height": 5.5, + "visible_bounds_offset": [0, 2.25, 0] + }, + "bones": [ + { + "name": "root", + "pivot": [0, 0, 0] + }, + { + "name": "zygarde", + "parent": "root", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "zygarde", + "pivot": [0, 0, -8], + "rotation": [-65, 0, 0], + "cubes": [ + {"origin": [-8.5, 0, -18], "size": [17, 4, 10], "uv": [54, 93]} + ] + }, + { + "name": "body1", + "parent": "body", + "pivot": [-1, 0, -18], + "rotation": [-17.5, 0, 0], + "cubes": [ + {"origin": [-9, 0, -28], "size": [18, 4, 10], "uv": [86, 0]} + ] + }, + { + "name": "body2", + "parent": "body1", + "pivot": [0, 0, -28], + "rotation": [-7.5, 0, 0], + "cubes": [ + {"origin": [-10, 0, -38], "size": [20, 5, 10], "uv": [64, 78]}, + {"origin": [-11, 0, -48], "size": [22, 6, 10], "uv": [0, 78]}, + {"origin": [-3, 5, -72], "size": [6, 1, 25], "pivot": [5, 5, -49], "rotation": [-27.5, 0, 0], "uv": [37, 52]}, + {"origin": [-2, 5, -76], "size": [4, 1, 4], "pivot": [5, 5, -49], "rotation": [-27.5, 0, 0], "uv": [37, 44]}, + {"origin": [-9, 5.5, -72], "size": [6, 1, 25], "pivot": [-1, 5.5, -49], "rotation": [-28.9854, 17.66046, -9.54013], "uv": [0, 51]}, + {"origin": [-8, 5.5, -76], "size": [4, 1, 4], "pivot": [-1, 5.5, -49], "rotation": [-28.9854, 17.66046, -9.54013], "uv": [37, 52]}, + {"origin": [-13.75, 6, -72], "size": [6, 1, 25], "pivot": [-5.75, 6, -49], "rotation": [-37.61557, 40.84182, -26.744], "uv": [49, 0]}, + {"origin": [-12.75, 6, -76], "size": [4, 1, 4], "pivot": [-5.75, 6, -49], "rotation": [-37.61557, 40.84182, -26.744], "uv": [0, 45]}, + {"origin": [-25, 2, -48], "size": [15, 0, 17], "uv": [57, 52]}, + {"origin": [10, 2, -48], "size": [15, 0, 17], "uv": [57, 26]}, + {"origin": [4, 5.5, -76], "size": [4, 1, 4], "pivot": [1, 5.5, -49], "rotation": [-28.9854, -17.66046, 9.54013], "uv": [53, 5]}, + {"origin": [8.75, 6, -76], "size": [4, 1, 4], "pivot": [5.75, 6, -49], "rotation": [-37.61557, -40.84182, 26.744], "uv": [53, 0]}, + {"origin": [3, 5.5, -72], "size": [6, 1, 25], "pivot": [1, 5.5, -49], "rotation": [-28.9854, -17.66046, 9.54013], "uv": [37, 26]}, + {"origin": [7.75, 6, -72], "size": [6, 1, 25], "pivot": [5.75, 6, -49], "rotation": [-37.61557, -40.84182, 26.744], "uv": [0, 25]} + ] + }, + { + "name": "neck", + "parent": "body2", + "pivot": [0, 5, -48], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [-10, 0, -54], "size": [20, 5, 6], "uv": [86, 14]} + ] + }, + { + "name": "neck1", + "parent": "neck", + "pivot": [0, 5, -54], + "rotation": [35, 0, 0], + "cubes": [ + {"origin": [-9, 0, -60], "size": [18, 5, 6], "uv": [46, 107]} + ] + }, + { + "name": "neck2", + "parent": "neck1", + "pivot": [0, 5, -60], + "rotation": [22.5, 0, 0], + "cubes": [ + {"origin": [-8.5, 0, -66], "size": [17, 5, 6], "uv": [0, 108]} + ] + }, + { + "name": "head", + "parent": "neck2", + "pivot": [0, 5, -66], + "rotation": [50, 0, 0], + "cubes": [ + {"origin": [-9, 0, -72], "size": [18, 5, 6], "uv": [104, 47]}, + {"origin": [-3, 0.48151, -86.13471], "size": [6, 4, 8], "uv": [-2, 32]}, + {"origin": [-3, 1.48151, -80.93471], "size": [6, 4, 8], "pivot": [0, 3.5, -76.8], "rotation": [17.5, 0, 0], "uv": [-2, 32]}, + {"origin": [1.3, 5.72466, -83.13556], "size": [7, 0, 12], "pivot": [5.8, 5.72466, -75.63556], "rotation": [12.52965, 15.52796, 10.76446], "uv": [25, 57], "mirror": true}, + {"origin": [-9, 0, -78], "size": [18, 5, 6], "uv": [36, 118]}, + {"origin": [-2.5, 6.3, -77.9], "size": [5, 0, 9], "pivot": [-2.5, 6.3, -74.9], "rotation": [12.5, 0, 0], "uv": [0, 0]}, + {"origin": [-8.3, 5.72466, -83.13556], "size": [7, 0, 12], "pivot": [-5.8, 5.72466, -75.63556], "rotation": [12.52965, -15.52796, -10.76446], "uv": [25, 57]}, + {"origin": [-8.46813, 0.88151, -83.08201], "size": [10, 3, 6], "pivot": [-3.575, 2.9, -80], "rotation": [0, 52.5, 0], "uv": [114, 73]}, + {"origin": [-1.53187, 0.88151, -83.08201], "size": [10, 3, 6], "pivot": [3.575, 2.9, -80], "rotation": [0, -52.5, 0], "uv": [114, 73], "mirror": true} + ] + }, + { + "name": "tail", + "parent": "zygarde", + "pivot": [0, 0, 41], + "cubes": [ + {"origin": [-8, 0, -8], "size": [16, 4, 21], "uv": [0, 0]} + ] + }, + { + "name": "tail_1", + "parent": "tail", + "pivot": [0, 0, 13], + "cubes": [ + {"origin": [-8, 0, 13], "size": [16, 4, 10], "uv": [98, 97]} + ] + }, + { + "name": "tail_2", + "parent": "tail_1", + "pivot": [0, 4, 23], + "cubes": [ + {"origin": [-8, 0, 23], "size": [16, 4, 10], "uv": [94, 59]} + ] + }, + { + "name": "tail_3", + "parent": "tail_2", + "pivot": [0, 4, 33], + "cubes": [ + {"origin": [-8, 0, 33], "size": [16, 4, 10], "uv": [94, 33]} + ] + }, + { + "name": "tail_4", + "parent": "tail_3", + "pivot": [0, 0, 43], + "cubes": [ + {"origin": [-8, 0, 43], "size": [16, 4, 10], "uv": [0, 94]}, + {"origin": [-8, 1, 53], "size": [3, 3, 5], "uv": [0, 51]}, + {"origin": [-4.75, 1, 53], "size": [3, 3, 3], "uv": [50, 26]}, + {"origin": [1.75, 1, 53], "size": [3, 3, 3], "uv": [0, 15]}, + {"origin": [5, 1, 53], "size": [3, 3, 5], "uv": [37, 36]}, + {"origin": [-1.5, 1, 53], "size": [3, 3, 7], "uv": [37, 26]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/arceus.json b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/arceus.json new file mode 100644 index 0000000..462e47a --- /dev/null +++ b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/arceus.json @@ -0,0 +1,30 @@ +{ + "head": "head", + "portraitScale": 1, + "portraitTranslation": [ 0, 0.5, 0 ], + "profileScale": 1, + "profileTranslation": [ 0, 0.4, 0 ], + "faint": "bedrock(arceus, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(arceus, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(arceus, ground_walk)" ] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/hooh.json b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/hooh.json new file mode 100644 index 0000000..f87bf73 --- /dev/null +++ b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/hooh.json @@ -0,0 +1,51 @@ +{ + "head": "head", + "portraitScale": 0.5, + "portraitTranslation": [ 0, 4, 0 ], + "profileScale": 0.5, + "profileTranslation": [ 0, 0.4, 0 ], + "faint": "bedrock(hooh, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(hooh, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(hooh, ground_walk)" ] + }, + "hovering": { + "poseName": "hovering", + "transformTicks": 10, + "poseTypes": [ + "HOVER" + ], + "animations": [ + "bedrock(hooh, air_idle)" + ] + }, + "flying": { + "poseName": "flying", + "transformTicks": 10, + "poseTypes": [ + "FLY" + ], + "animations": [ + "bedrock(hooh, air_fly)" + ] + + } +} +} \ No newline at end of file diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/hoopa.json b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/hoopa.json new file mode 100644 index 0000000..fad70cb --- /dev/null +++ b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/hoopa.json @@ -0,0 +1,50 @@ +{ + "head": "head", + "portraitScale": 1, + "portraitTranslation": [ 0, 0.5, 0 ], + "profileScale": 1, + "profileTranslation": [ 0, 0.4, 0 ], + "faint": "bedrock(hoopa, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(hoopa, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(hoopa, ground_walk)" ] + }, + "hovering": { + "poseName": "hovering", + "transformTicks": 10, + "poseTypes": [ + "HOVER" + ], + "animations": [ + "bedrock(hoopa, air_idle)" + ] + }, + "flying": { + "poseName": "flying", + "transformTicks": 10, + "poseTypes": [ + "FLY" + ], + "animations": [ + "bedrock(hoopa, air_fly)" + ] +} +} +} \ No newline at end of file diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/koraidon.json b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/koraidon.json new file mode 100644 index 0000000..6d5f297 --- /dev/null +++ b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/koraidon.json @@ -0,0 +1,30 @@ +{ + "head": "head", + "portraitScale": 1, + "portraitTranslation": [ 0, 0.5, 0 ], + "profileScale": 1, + "profileTranslation": [ 0, 0.4, 0 ], + "faint": "bedrock(koraidon, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(koraidon, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(koraidon, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/koraidonpd.json b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/koraidonpd.json new file mode 100644 index 0000000..9e45d13 --- /dev/null +++ b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/koraidonpd.json @@ -0,0 +1,30 @@ +{ + "head": "head", + "portraitScale": 1, + "portraitTranslation": [ 0, 0.5, 0 ], + "profileScale": 1, + "profileTranslation": [ 0, 0.4, 0 ], + "faint": "bedrock(koraidonpd, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(koraidonpd, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(koraidonpd, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/kyurem.json b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/kyurem.json new file mode 100644 index 0000000..ade3a06 --- /dev/null +++ b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/kyurem.json @@ -0,0 +1,30 @@ +{ + "head": "head", + "portraitScale": 1, + "portraitTranslation": [ 0, 0.5, 0 ], + "profileScale": 1, + "profileTranslation": [ 0, 0.4, 0 ], + "faint": "bedrock(kyurem, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(kyurem, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(kyurem, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/lugia.json b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/lugia.json new file mode 100644 index 0000000..ca89435 --- /dev/null +++ b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/lugia.json @@ -0,0 +1,71 @@ +{ + "head": "head", + "portraitScale": 0.5, + "portraitTranslation": [ 0, 4, 0 ], + "profileScale": 0.5, + "profileTranslation": [ 0, 0.4, 0 ], + "faint": "bedrock(lugia, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(lugia, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(lugia, ground_walk)" ] + }, + "hovering": { + "poseName": "hovering", + "transformTicks": 10, + "poseTypes": [ + "HOVER" + ], + "animations": [ + "bedrock(lugia, air_idle)" + ] + }, + "flying": { + "poseName": "flying", + "transformTicks": 10, + "poseTypes": [ + "FLY" + ], + "animations": [ + "bedrock(lugia, air_fly)" + ] + + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": [ + "SWIM" + ], + "animations": [ + "bedrock(lugia, water_swim)" + ] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": [ + "FLOAT" + ], + "animations": [ + "bedrock(lugia, water_idle)" + ] + } +} +} \ No newline at end of file diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/miraidon.json b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/miraidon.json new file mode 100644 index 0000000..001b090 --- /dev/null +++ b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/miraidon.json @@ -0,0 +1,30 @@ +{ + "head": "head", + "portraitScale": 1, + "portraitTranslation": [ 0, 0.5, 0 ], + "profileScale": 1, + "profileTranslation": [ 0, 0.4, 0 ], + "faint": "bedrock(miraidon, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(miraidon, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(miraidon, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/miraidonpd.json b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/miraidonpd.json new file mode 100644 index 0000000..2a7e293 --- /dev/null +++ b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/miraidonpd.json @@ -0,0 +1,140 @@ +{ + "head": "head", + "portraitScale": 1, + "portraitTranslation": [ 0, 0.5, 0 ], + "profileScale": 1, + "profileTranslation": [ 0, 0.4, 0 ], + "faint": "bedrock(miraidonpd, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(miraidonpd, ground_idle)" + ], + "transformedParts": [ + { + "part": "wing_r", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "wing_l", + "position": [0, 0, 0], + "rotationrotation": [0, 0, 0], + "isVisible": false + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(miraidonpd, ground_walk)" ] + }, + "hovering": { + "poseName": "hovering", + "transformTicks": 10, + "poseTypes": [ + "HOVER" + ], + "animations": [ + "bedrock(miraidonpd, air_idle)" + ], + "transformedParts": [ + { + "part": "wing_r", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": true + }, + { + "part": "wing_l", + "position": [0, 0, 0], + "rotationrotation": [0, 0, 0], + "isVisible": true + } + ] + }, + "flying": { + "poseName": "flying", + "transformTicks": 10, + "poseTypes": [ + "FLY" + ], + "animations": [ + "bedrock(miraidonpd, air_fly)" + ], + "transformedParts": [ + { + "part": "wing_r", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": true + }, + { + "part": "wing_l", + "position": [0, 0, 0], + "rotationrotation": [0, 0, 0], + "isVisible": true + } + ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": [ + "SWIM" + ], + "animations": [ + "bedrock(miraidonpd, water_swim)" + ], + "transformedParts": [ + { + "part": "wing_r", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "wing_l", + "position": [0, 0, 0], + "rotationrotation": [0, 0, 0], + "isVisible": false + } + ] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": [ + "FLOAT" + ], + "animations": [ + "bedrock(miraidonpd, water_idle)" + ], + "transformedParts": [ + { + "part": "wing_r", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "wing_l", + "position": [0, 0, 0], + "rotationrotation": [0, 0, 0], + "isVisible": false + } + ] + } +} +} \ No newline at end of file diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/reshiram.json b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/reshiram.json new file mode 100644 index 0000000..961ba1d --- /dev/null +++ b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/reshiram.json @@ -0,0 +1,30 @@ +{ + "head": "head", + "portraitScale": 1, + "portraitTranslation": [ 0, 0.5, 0 ], + "profileScale": 1, + "profileTranslation": [ 0, 0.4, 0 ], + "faint": "bedrock(reshiram, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(reshiram, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(reshiram, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/zekrom.json b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/zekrom.json new file mode 100644 index 0000000..e8c8807 --- /dev/null +++ b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/zekrom.json @@ -0,0 +1,30 @@ +{ + "head": "head", + "portraitScale": 1, + "portraitTranslation": [ 0, 0.5, 0 ], + "profileScale": 1, + "profileTranslation": [ 0, 0.4, 0 ], + "faint": "bedrock(zekrom, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(zekrom, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(zekrom, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/zygarde.json b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/zygarde.json new file mode 100644 index 0000000..a3eea1f --- /dev/null +++ b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/zygarde.json @@ -0,0 +1,30 @@ +{ + "head": "head", + "portraitScale": 1, + "portraitTranslation": [ 0, 0.5, 0 ], + "profileScale": 1, + "profileTranslation": [ 0, 0.4, 0 ], + "faint": "bedrock(zygarde, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(zygarde, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(zygarde, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_arceus_base.json b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_arceus_base.json new file mode 100644 index 0000000..8bfc780 --- /dev/null +++ b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_arceus_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:arceus", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:arceus", + "model": "cobblemon:arceus.geo", + "texture": "cobblemon:textures/pokemon/arceus/arceus.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/arceus/arceus_shiny.png" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_hooh_base.json b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_hooh_base.json new file mode 100644 index 0000000..723e0c7 --- /dev/null +++ b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_hooh_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:hooh", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:hooh", + "model": "cobblemon:hooh.geo", + "texture": "cobblemon:textures/pokemon/hooh/hooh.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/hooh/hooh_shiny.png" + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_hoopa_base.json b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_hoopa_base.json new file mode 100644 index 0000000..a9603aa --- /dev/null +++ b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_hoopa_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:hoopa", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:hoopa", + "model": "cobblemon:hoopa.geo", + "texture": "cobblemon:textures/pokemon/hoopa/hoopa.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/hoopa/hoopa_shiny.png" + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_koraidon_base.json b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_koraidon_base.json new file mode 100644 index 0000000..78f2c2a --- /dev/null +++ b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_koraidon_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:koraidon", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:koraidon", + "model": "cobblemon:koraidon.geo", + "texture": "cobblemon:textures/pokemon/koraidon/koraidon.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/koraidon/koraidon_shiny.png" + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_koraidonpd_base.json b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_koraidonpd_base.json new file mode 100644 index 0000000..6f1e9c1 --- /dev/null +++ b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_koraidonpd_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:koraidonpd", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:koraidonpd", + "model": "cobblemon:koraidonpd.geo", + "texture": "cobblemon:textures/pokemon/koraidonpd/koraidonpd.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/koraidonpd/koraidonpd_shiny.png" + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_kyurem_base.json b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_kyurem_base.json new file mode 100644 index 0000000..b68211f --- /dev/null +++ b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_kyurem_base.json @@ -0,0 +1,34 @@ +{ + "species": "cobblemon:kyurem", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:kyurem", + "model": "cobblemon:kyurem.geo", + "texture": "cobblemon:textures/pokemon/kyurem/kyurem.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/kyurem/kyurem_emissive.png", + "translucent": true + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/kyurem/kyurem_shiny.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/kyurem/kyurem_shiny_emissive.png", + "translucent": true + } + ] + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_lugia_base.json b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_lugia_base.json new file mode 100644 index 0000000..2cdb9ac --- /dev/null +++ b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_lugia_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:lugia", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:lugia", + "model": "cobblemon:lugia.geo", + "texture": "cobblemon:textures/pokemon/lugia/lugia.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/lugia/lugia_shiny.png" + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_miraidon_base.json b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_miraidon_base.json new file mode 100644 index 0000000..2fd1126 --- /dev/null +++ b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_miraidon_base.json @@ -0,0 +1,34 @@ +{ + "species": "cobblemon:miraidon", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:miraidon", + "model": "cobblemon:miraidon.geo", + "texture": "cobblemon:textures/pokemon/miraidon/miraidon.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/miraidon/miraidon_emissive.png", + "translucent": true + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/miraidon/miraidon_shiny.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/miraidon/miraidon_shiny_emissive.png", + "translucent": true + } + ] + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_miraidonpd_base.json b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_miraidonpd_base.json new file mode 100644 index 0000000..86c8bcf --- /dev/null +++ b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_miraidonpd_base.json @@ -0,0 +1,34 @@ +{ + "species": "cobblemon:miraidonpd", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:miraidonpd", + "model": "cobblemon:miraidonpd.geo", + "texture": "cobblemon:textures/pokemon/miraidonpd/miraidonpd.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/miraidonpd/miraidonpd_emissive.png", + "translucent": true + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/miraidonpd/miraidonpd_shiny.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/miraidonpd/miraidonpd_shiny_emissive.png", + "translucent": true + } + ] + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_reshiram_base.json b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_reshiram_base.json new file mode 100644 index 0000000..ce99ce3 --- /dev/null +++ b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_reshiram_base.json @@ -0,0 +1,34 @@ +{ + "species": "cobblemon:reshiram", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:reshiram", + "model": "cobblemon:reshiram.geo", + "texture": "cobblemon:textures/pokemon/reshiram/reshiram.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/reshiram/reshiram_emissive.png", + "translucent": true + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/reshiram/reshiram_shiny.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/reshiram/reshiram_shiny_emissive.png", + "translucent": true + } + ] + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_zekrom_base.json b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_zekrom_base.json new file mode 100644 index 0000000..171f2e5 --- /dev/null +++ b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_zekrom_base.json @@ -0,0 +1,34 @@ +{ + "species": "cobblemon:zekrom", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:zekrom", + "model": "cobblemon:zekrom.geo", + "texture": "cobblemon:textures/pokemon/zekrom/zekrom.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/zekrom/zekrom_emissive.png", + "translucent": true + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/zekrom/zekrom_shiny.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/zekrom/zekrom_shiny_emissive.png", + "translucent": true + } + ] + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_zygarde_base.json b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_zygarde_base.json new file mode 100644 index 0000000..d9fd42f --- /dev/null +++ b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_zygarde_base.json @@ -0,0 +1,34 @@ +{ + "species": "cobblemon:zygarde", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:zygarde", + "model": "cobblemon:zygarde.geo", + "texture": "cobblemon:textures/pokemon/zygarde/zygarde.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/zygarde/zygarde_emissive.png", + "translucent": true + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/zygarde/zygarde_shiny.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/zygarde/zygarde_shiny_emissive.png", + "translucent": true + } + ] + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/lang/en_us.json b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/lang/en_us.json new file mode 100644 index 0000000..05a4bb7 --- /dev/null +++ b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/lang/en_us.json @@ -0,0 +1,27 @@ +{ + "cobblemon.species.arceus.name": "Arceus", + "cobblemon.species.arceus.desc1": "It is the heavenly fount from which pours the light that shines across Hisui. Its luminance guides and protects all PokĂ©mon.", + "cobblemon.species.arceus.desc2": "Hisuian mythology states that Arceus is the creator of all things.", + "cobblemon.species.miraidon.name": "Miraidon", + "cobblemon.species.miraidon.desc1": "This seems to be the Iron Serpent mentioned in an old book. The Iron Serpent is said to have turned the land to ash with its lightning.", + "cobblemon.species.miraidon.desc2": "It was given the name Miraidon by the professor who discovered it. Its ecology and other details are unknown.", + "cobblemon.species.miraidonpd.name": "Miraidon PD", + "cobblemon.species.miraidonpd.desc1": "This seems to be the Iron Serpent mentioned in an old book. The Iron Serpent is said to have turned the land to ash with its lightning.", + "cobblemon.species.miraidonpd.desc2": "It was given the name Miraidon by the professor who discovered it. Its ecology and other details are unknown.", + "cobblemon.species.zekrom.name": "Zekrom", + "cobblemon.species.zekrom.desc1": "When the interior part of its tail spins like a motor, Zekrom can generate many bolts of lightning to blast its surroundings.", + "cobblemon.species.zekrom.desc2": "Mythology tells us that if people lose the righteousness in their hearts, their kingdoms will be razed by Zekrom's lightning.", + "cobblemon.species.reshiram.name": "Reshiram", + "cobblemon.species.reshiram.desc1": "Flames spew from its tail as it flies through the sky like a jet airplane. It's said that this PokĂ©mon will scorch the world.", + "cobblemon.species.reshiram.desc2": "According to myth, if people ignore truth and let themselves become consumed by greed, Reshiram will arrive to burn their kingdoms down.", + "cobblemon.species.kyurem.name": "Kyurem", + "cobblemon.species.kyurem.desc1": "Dwelling within it is a power even greater than that of Reshiram or Zekrom, but the extreme cold keeps that power bound.", + "cobblemon.species.kyurem.desc2": "It appears that this PokĂ©mon uses its powers over ice to freeze its own body in order to stabilize its cellular structure.", + "cobblemon.species.koraidonpd.name": "Koraidon PD", + "cobblemon.species.koraidonpd.desc1": "This seems to be the Winged King mentioned in an old expedition journal. It was said to have split the land with its bare fists.", + "cobblemon.species.koraidonpd.desc2": "This PokĂ©mon resembles Cyclizar, but it is far burlier and more ferocious. Nothing is known about its ecology or other features.", + "cobblemon.species.koraidon.name": "Koraidon", + "cobblemon.species.koraidon.desc1": "This seems to be the Winged King mentioned in an old expedition journal. It was said to have split the land with its bare fists.", + "cobblemon.species.koraidon.desc2": "This PokĂ©mon resembles Cyclizar, but it is far burlier and more ferocious. Nothing is known about its ecology or other features.", + "cobblemon.species.hoopa.name": "Hoopa" +} \ No newline at end of file diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/arceus/arceus.png b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/arceus/arceus.png new file mode 100644 index 0000000..dcecec1 Binary files /dev/null and b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/arceus/arceus.png differ diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/arceus/arceus_shiny.png b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/arceus/arceus_shiny.png new file mode 100644 index 0000000..cbaa5da Binary files /dev/null and b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/arceus/arceus_shiny.png differ diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/hooh/hooh.png b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/hooh/hooh.png new file mode 100644 index 0000000..6b1c4af Binary files /dev/null and b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/hooh/hooh.png differ diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/hooh/hooh_shiny.png b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/hooh/hooh_shiny.png new file mode 100644 index 0000000..694b9c6 Binary files /dev/null and b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/hooh/hooh_shiny.png differ diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/hoopa/hoopa.png b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/hoopa/hoopa.png new file mode 100644 index 0000000..2f62f17 Binary files /dev/null and b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/hoopa/hoopa.png differ diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/hoopa/hoopa_shiny.png b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/hoopa/hoopa_shiny.png new file mode 100644 index 0000000..1578c10 Binary files /dev/null and b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/hoopa/hoopa_shiny.png differ diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/koraidon/koraidon.png b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/koraidon/koraidon.png new file mode 100644 index 0000000..e6a4ad3 Binary files /dev/null and b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/koraidon/koraidon.png differ diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/koraidon/koraidon_shiny.png b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/koraidon/koraidon_shiny.png new file mode 100644 index 0000000..6519477 Binary files /dev/null and b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/koraidon/koraidon_shiny.png differ diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/koraidonpd/koraidonpd.png b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/koraidonpd/koraidonpd.png new file mode 100644 index 0000000..8959f40 Binary files /dev/null and b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/koraidonpd/koraidonpd.png differ diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/koraidonpd/koraidonpd_shiny.png b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/koraidonpd/koraidonpd_shiny.png new file mode 100644 index 0000000..582d4ce Binary files /dev/null and b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/koraidonpd/koraidonpd_shiny.png differ diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/kyurem/kyurem.png b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/kyurem/kyurem.png new file mode 100644 index 0000000..e463672 Binary files /dev/null and b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/kyurem/kyurem.png differ diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/kyurem/kyurem_emissive.png b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/kyurem/kyurem_emissive.png new file mode 100644 index 0000000..1b0087c Binary files /dev/null and b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/kyurem/kyurem_emissive.png differ diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/kyurem/kyurem_shiny.png b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/kyurem/kyurem_shiny.png new file mode 100644 index 0000000..f6d533b Binary files /dev/null and b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/kyurem/kyurem_shiny.png differ diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/kyurem/kyurem_shiny_emissive.png b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/kyurem/kyurem_shiny_emissive.png new file mode 100644 index 0000000..01ce4fa Binary files /dev/null and b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/kyurem/kyurem_shiny_emissive.png differ diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/lugia/lugia.png b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/lugia/lugia.png new file mode 100644 index 0000000..d18a46a Binary files /dev/null and b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/lugia/lugia.png differ diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/lugia/lugia_shiny.png b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/lugia/lugia_shiny.png new file mode 100644 index 0000000..8be3573 Binary files /dev/null and b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/lugia/lugia_shiny.png differ diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/miraidon/miraidon.png b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/miraidon/miraidon.png new file mode 100644 index 0000000..5c24962 Binary files /dev/null and b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/miraidon/miraidon.png differ diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/miraidon/miraidon_emissive.png b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/miraidon/miraidon_emissive.png new file mode 100644 index 0000000..b4dd2c7 Binary files /dev/null and b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/miraidon/miraidon_emissive.png differ diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/miraidon/miraidon_shiny.png b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/miraidon/miraidon_shiny.png new file mode 100644 index 0000000..667b97e Binary files /dev/null and b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/miraidon/miraidon_shiny.png differ diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/miraidon/miraidon_shiny_emissive.png b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/miraidon/miraidon_shiny_emissive.png new file mode 100644 index 0000000..b4dd2c7 Binary files /dev/null and b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/miraidon/miraidon_shiny_emissive.png differ diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/miraidonpd/miraidonpd.png b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/miraidonpd/miraidonpd.png new file mode 100644 index 0000000..ed862e9 Binary files /dev/null and b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/miraidonpd/miraidonpd.png differ diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/miraidonpd/miraidonpd_emissive.png b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/miraidonpd/miraidonpd_emissive.png new file mode 100644 index 0000000..5a7c66c Binary files /dev/null and b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/miraidonpd/miraidonpd_emissive.png differ diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/miraidonpd/miraidonpd_shiny.png b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/miraidonpd/miraidonpd_shiny.png new file mode 100644 index 0000000..9ff111f Binary files /dev/null and b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/miraidonpd/miraidonpd_shiny.png differ diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/miraidonpd/miraidonpd_shiny_emissive.png b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/miraidonpd/miraidonpd_shiny_emissive.png new file mode 100644 index 0000000..5a7c66c Binary files /dev/null and b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/miraidonpd/miraidonpd_shiny_emissive.png differ diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/reshiram/reshiram.png b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/reshiram/reshiram.png new file mode 100644 index 0000000..bebb3b7 Binary files /dev/null and b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/reshiram/reshiram.png differ diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/reshiram/reshiram_emissive.png b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/reshiram/reshiram_emissive.png new file mode 100644 index 0000000..6eed067 Binary files /dev/null and b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/reshiram/reshiram_emissive.png differ diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/reshiram/reshiram_shiny.png b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/reshiram/reshiram_shiny.png new file mode 100644 index 0000000..90bc210 Binary files /dev/null and b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/reshiram/reshiram_shiny.png differ diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/reshiram/reshiram_shiny_emissive.png b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/reshiram/reshiram_shiny_emissive.png new file mode 100644 index 0000000..f395b7a Binary files /dev/null and b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/reshiram/reshiram_shiny_emissive.png differ diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/zekrom/zekrom.png b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/zekrom/zekrom.png new file mode 100644 index 0000000..dcea59c Binary files /dev/null and b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/zekrom/zekrom.png differ diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/zekrom/zekrom_emissive.png b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/zekrom/zekrom_emissive.png new file mode 100644 index 0000000..d66b487 Binary files /dev/null and b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/zekrom/zekrom_emissive.png differ diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/zekrom/zekrom_shiny.png b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/zekrom/zekrom_shiny.png new file mode 100644 index 0000000..418709f Binary files /dev/null and b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/zekrom/zekrom_shiny.png differ diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/zekrom/zekrom_shiny_emissive.png b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/zekrom/zekrom_shiny_emissive.png new file mode 100644 index 0000000..8c30f28 Binary files /dev/null and b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/zekrom/zekrom_shiny_emissive.png differ diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/zygarde/zygarde.png b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/zygarde/zygarde.png new file mode 100644 index 0000000..7553e0e Binary files /dev/null and b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/zygarde/zygarde.png differ diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/zygarde/zygarde_emissive.png b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/zygarde/zygarde_emissive.png new file mode 100644 index 0000000..ecc0971 Binary files /dev/null and b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/zygarde/zygarde_emissive.png differ diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/zygarde/zygarde_shiny.png b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/zygarde/zygarde_shiny.png new file mode 100644 index 0000000..ec87968 Binary files /dev/null and b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/zygarde/zygarde_shiny.png differ diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/zygarde/zygarde_shiny_emissive.png b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/zygarde/zygarde_shiny_emissive.png new file mode 100644 index 0000000..75ae1af Binary files /dev/null and b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/zygarde/zygarde_shiny_emissive.png differ diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon missing legends/species_additions/arceus.json b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon missing legends/species_additions/arceus.json new file mode 100644 index 0000000..1ae0b21 --- /dev/null +++ b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon missing legends/species_additions/arceus.json @@ -0,0 +1,9 @@ +{ + "target": "cobblemon:arceus", + "baseScale": 1, + "hitbox": { + "width": 3, + "height": 3, + "fixed": false + } + } \ No newline at end of file diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon missing legends/species_additions/miraidon.json b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon missing legends/species_additions/miraidon.json new file mode 100644 index 0000000..a2b7678 --- /dev/null +++ b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon missing legends/species_additions/miraidon.json @@ -0,0 +1,24 @@ +{ + "target": "cobblemon:miraidon", + "evolutions": [ + { + "id": "miraidon_miraidonpd", + "variant": "level_up", + "result": "miraidonpd", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 1 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 3, + "height": 3, + "fixed": false + } + } \ No newline at end of file diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/spawn_pool_world/0643_reshiram.json b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/spawn_pool_world/0643_reshiram.json new file mode 100644 index 0000000..c8c3c02 --- /dev/null +++ b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/spawn_pool_world/0643_reshiram.json @@ -0,0 +1,46 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "reshiram-1", + "pokemon": "reshiram", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "55-70", + "weight": 0.1, + "condition": { + "minSkyLight": 8, + "maxSkyLight": 15, + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_hills", + "#cobblemon:is_volcanic" + ], + "isRaining": false + } + }, + { + "id": "reshiram-2", + "pokemon": "reshiram", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "55-70", + "weight": 0.1, + "condition": { + "biomes": [ + "#cobblemon:nether/is_basalt" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/spawn_pool_world/0644_zekrom.json b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/spawn_pool_world/0644_zekrom.json new file mode 100644 index 0000000..223f67d --- /dev/null +++ b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/spawn_pool_world/0644_zekrom.json @@ -0,0 +1,35 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "zekrom-1", + "pokemon": "zekrom", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "30-50", + "weight": 0.18, + "weightMultiplier": { + "multiplier": 5.0, + "condition": { + "isThundering": true + } + }, + "condition": { + "minSkyLight": 8, + "maxSkyLight": 15, + "canSeeSky": true, + + "biomes": [ + "#cobblemon:is_mountain", + "#cobblemon:is_hills" + ] + } + } + ] +} diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/spawn_pool_world/0649_genesect.json b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/spawn_pool_world/0649_genesect.json new file mode 100644 index 0000000..c628f3b --- /dev/null +++ b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/spawn_pool_world/0649_genesect.json @@ -0,0 +1,54 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "genesect-1", + "pokemon": "genesect", + "presets": [ + "natural", + "wild" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "50-65", + "weight": 0.1, + "condition": { + "minSkyLight": 8, + "maxSkyLight": 15, + "canSeeSky": false, + "biomes": [ + "#cobblemon:is_mountain" + ] + } + }, + { + "id": "genesect-2", + "pokemon": "genesect", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "50-65", + "weight": 0.1, + "condition": { + "minSkyLight": 0, + "maxSkyLight": 7, + "canSeeSky": false, + "biomes": [ + "#cobblemon:is_overworld" + ] + }, + "anticondition": { + "biomes": [ + "#cobblemon:is_deep_dark" + ] + } + } + ] +} + diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/custom/koraidonpd.json b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/custom/koraidonpd.json new file mode 100644 index 0000000..713772a --- /dev/null +++ b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/custom/koraidonpd.json @@ -0,0 +1,152 @@ +{ + "name": "Koraidon PD", + "nationalPokedexNumber": 1007, + "primaryType": "fighting", + "secondaryType": "dragon", + "abilities": [ + "orichalcumpulse" + ], + "baseStats": { + "hp": 100, + "attack": 135, + "defence": 115, + "special_attack": 85, + "special_defence": 100, + "speed": 135 + }, + "catchRate": 3, + "maleRatio": -1, + "baseExperienceYield": 335, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 50, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:breakingswipe", + "1:sunnyday", + "7:rocksmash", + "14:ancientpower", + "21:drainpunch", + "28:brickbreak", + "35:agility", + "42:dragonclaw", + "49:flamethrower", + "56:collisioncourse", + "63:screech", + "70:counter", + "77:outrage", + "84:closecombat", + "91:flareblitz", + "98:gigaimpact", + "tm:acrobatics", + "tm:agility", + "tm:bodypress", + "tm:bodyslam", + "tm:breakingswipe", + "tm:brickbreak", + "tm:bulkup", + "tm:bulldoze", + "tm:closecombat", + "tm:crunch", + "tm:dig", + "tm:doubleedge", + "tm:dracometeor", + "tm:dragoncheer", + "tm:dragonclaw", + "tm:dragonpulse", + "tm:dragontail", + "tm:drainpunch", + "tm:dualwingbeat", + "tm:endure", + "tm:facade", + "tm:fireblast", + "tm:firefang", + "tm:firespin", + "tm:flamecharge", + "tm:flamethrower", + "tm:flareblitz", + "tm:focusblast", + "tm:focuspunch", + "tm:gigaimpact", + "tm:heatcrash", + "tm:heatwave", + "tm:heavyslam", + "tm:helpinghand", + "tm:hyperbeam", + "tm:icefang", + "tm:ironhead", + "tm:lowkick", + "tm:lowsweep", + "tm:meteorbeam", + "tm:mudshot", + "tm:mudslap", + "tm:outrage", + "tm:overheat", + "tm:protect", + "tm:rest", + "tm:reversal", + "tm:roar", + "tm:scaleshot", + "tm:scaryface", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:snarl", + "tm:solarbeam", + "tm:stompingtantrum", + "tm:substitute", + "tm:sunnyday", + "tm:swordsdance", + "tm:takedown", + "tm:taunt", + "tm:temperflare", + "tm:terablast", + "tm:thunderfang", + "tm:uproar", + "tm:uturn", + "tm:wildcharge", + "tm:zenheadbutt" + ], + "labels": [ + "gen9", + "legendary" + ], + "aspects": [], + "height": 25, + "weight": 3030, + "evolutions": [ + { + "id": "koraidonpd_koraidon", + "variant": "level_up", + "result": "koraidon", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 1 + } + ] + } + ], + "cannotDynamax": false, + "pokedex": [ + "cobblemon.species.koraidonpd.desc" + ], + "baseScale": 1.5, + "hitbox": { + "width": 1.5, + "height": 2, + "fixed": false + } + +} diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/custom/miraidonpd.json b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/custom/miraidonpd.json new file mode 100644 index 0000000..3b16feb --- /dev/null +++ b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/custom/miraidonpd.json @@ -0,0 +1,137 @@ +{ + "name": "Miraidon PD", + "nationalPokedexNumber": 1008, + "primaryType": "electric", + "secondaryType": "dragon", + "abilities": [ + "hadronengine" + ], + "baseStats": { + "hp": 90, + "attack": 70, + "defence": 90, + "special_attack": 120, + "special_defence": 100, + "speed": 155 + }, + "catchRate": 3, + "maleRatio": -1, + "baseExperienceYield": 335, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 3, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 50, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:dragonbreath", + "1:electricterrain", + "1:thundershock", + "7:shockwave", + "14:charge", + "21:paraboliccharge", + "28:discharge", + "35:agility", + "42:dragonpulse", + "56:electrodrift", + "63:metalsound", + "70:mirrorcoat", + "77:outrage", + "84:thunder", + "91:overheat", + "98:hyperbeam", + "tm:acrobatics", + "tm:agility", + "tm:bodyslam", + "tm:calmmind", + "tm:charge", + "tm:chargebeam", + "tm:confuseray", + "tm:crunch", + "tm:dazzlinggleam", + "tm:dracometeor", + "tm:dragoncheer", + "tm:dragonclaw", + "tm:dragonpulse", + "tm:dragontail", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:endure", + "tm:facade", + "tm:flashcannon", + "tm:gigaimpact", + "tm:heavyslam", + "tm:helpinghand", + "tm:hyperbeam", + "tm:lightscreen", + "tm:metalsound", + "tm:outrage", + "tm:overheat", + "tm:powergem", + "tm:protect", + "tm:reflect", + "tm:rest", + "tm:scaryface", + "tm:sleeptalk", + "tm:snarl", + "tm:solarbeam", + "tm:substitute", + "tm:supercellslam", + "tm:swordsdance", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderwave", + "tm:uturn", + "tm:voltswitch", + "tm:wildcharge", + "tm:zenheadbutt" + ], + "labels": [ + "gen9", + "legendary" + ], + "aspects": [], + "height": 35, + "weight": 2400, + "preEvolution": "miraidon", + "evolutions": [ + { + "id": "miraidonpd_miraidon", + "variant": "level_up", + "result": "miraidon", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 1 + } + ] + } + ], + + "cannotDynamax": false, + "pokedex": [ + "cobblemon.species.miraidon.desc" + ], + + "baseScale": 1.5, + "hitbox": { + "width": 1.5, + "height": 2, + "fixed": false + +} +} diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation2/hooh.json b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation2/hooh.json new file mode 100644 index 0000000..ce4546b --- /dev/null +++ b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation2/hooh.json @@ -0,0 +1,246 @@ +{ + "implemented": true, + "name": "Ho-Oh", + "nationalPokedexNumber": 250, + "primaryType": "fire", + "secondaryType": "flying", + "abilities": [ + "pressure", + "h:regenerator" + ], + "behaviour": { + "moving": { + "fly": { + "canFly": true, + "flySpeedHorizontal": 1.0 + } + } + }, + "baseStats": { + "hp": 106, + "attack": 130, + "defence": 90, + "special_attack": 110, + "special_defence": 154, + "speed": 90 + }, + "catchRate": 3, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 340, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:ancientpower", + "1:gust", + "1:weatherball", + "1:whirlwind", + "9:lifedew", + "15:bravebird", + "18:safeguard", + "27:calmmind", + "36:extrasensory", + "43:swift", + "45:recover", + "50:punishment", + "54:sacredfire", + "63:sunnyday", + "72:fireblast", + "81:futuresight", + "85:naturalgift", + "90:skyattack", + "99:burnup", + "99:overheat", + "tm:aerialace", + "tm:aircutter", + "tm:airslash", + "tm:bodyslam", + "tm:bravebird", + "tm:bulldoze", + "tm:calmmind", + "tm:chargebeam", + "tm:confide", + "tm:defog", + "tm:doubleedge", + "tm:doubleteam", + "tm:dreameater", + "tm:dualwingbeat", + "tm:earthpower", + "tm:earthquake", + "tm:echoedvoice", + "tm:endure", + "tm:facade", + "tm:fireblast", + "tm:firespin", + "tm:flamecharge", + "tm:flamethrower", + "tm:flareblitz", + "tm:flash", + "tm:fly", + "tm:frustration", + "tm:futuresight", + "tm:gigadrain", + "tm:gigaimpact", + "tm:heatwave", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hurricane", + "tm:hyperbeam", + "tm:hypervoice", + "tm:imprison", + "tm:incinerate", + "tm:ironhead", + "tm:lightscreen", + "tm:mysticalfire", + "tm:naturalgift", + "tm:overheat", + "tm:pluck", + "tm:protect", + "tm:psychic", + "tm:psychup", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:roar", + "tm:rocksmash", + "tm:roost", + "tm:round", + "tm:safeguard", + "tm:sandstorm", + "tm:scorchingsands", + "tm:secretpower", + "tm:shadowball", + "tm:shockwave", + "tm:skydrop", + "tm:sleeptalk", + "tm:snore", + "tm:solarbeam", + "tm:steelwing", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swift", + "tm:tailwind", + "tm:takedown", + "tm:terablast", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderwave", + "tm:toxic", + "tm:weatherball", + "tm:willowisp", + "tm:zenheadbutt", + "tutor:aircutter", + "tutor:ancientpower", + "tutor:bravebird", + "tutor:burnup", + "tutor:celebrate", + "tutor:curse", + "tutor:defog", + "tutor:detect", + "tutor:doubleedge", + "tutor:doubleteam", + "tutor:dragonbreath", + "tutor:dreameater", + "tutor:dualwingbeat", + "tutor:earthpower", + "tutor:earthquake", + "tutor:endure", + "tutor:fireblast", + "tutor:flareblitz", + "tutor:flash", + "tutor:fly", + "tutor:frustration", + "tutor:futuresight", + "tutor:gigadrain", + "tutor:gust", + "tutor:heatwave", + "tutor:hiddenpower", + "tutor:hyperbeam", + "tutor:hypervoice", + "tutor:ironhead", + "tutor:laserfocus", + "tutor:mimic", + "tutor:mudslap", + "tutor:nightmare", + "tutor:ominouswind", + "tutor:protect", + "tutor:psychic", + "tutor:psychup", + "tutor:punishment", + "tutor:raindance", + "tutor:rest", + "tutor:return", + "tutor:roar", + "tutor:rocksmash", + "tutor:roost", + "tutor:safeguard", + "tutor:sandstorm", + "tutor:scorchingsands", + "tutor:shadowball", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:skyattack", + "tutor:sleeptalk", + "tutor:snore", + "tutor:solarbeam", + "tutor:steelwing", + "tutor:strength", + "tutor:substitute", + "tutor:swagger", + "tutor:swift", + "tutor:tailwind", + "tutor:thunder", + "tutor:thunderwave", + "tutor:toxic", + "tutor:twister", + "tutor:weatherball", + "tutor:whirlwind", + "tutor:zapcannon", + "tutor:zenheadbutt" + ], + "labels": [ + "gen2", + "legendary" + ], + "pokedex": [ + "cobblemon.species.hooh.desc" + ], + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 3, + "height": 3, + "fixed": false + }, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 3, + "speed": 0 + }, + "height": 38, + "weight": 1990, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 5, + "entries": [ + { + "item": "minecraft:feather", + "quantityRange": "2-4" + }, + { + "item": "cobblemon:sacred_ash" + } + ] + } +} diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation2/lugia.json b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation2/lugia.json new file mode 100644 index 0000000..88de9f4 --- /dev/null +++ b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation2/lugia.json @@ -0,0 +1,274 @@ +{ + "implemented": true, + "name": "Lugia", + "nationalPokedexNumber": 249, + "primaryType": "psychic", + "secondaryType": "flying", + "abilities": [ + "pressure", + "h:multiscale" + ], + "behaviour": { + "moving": { + "swim": { + "swimSpeed": 1.0, + "canSwimInWater": true, + "canBreatheUnderwater": true + }, + "fly": { + "canFly": true, + "flySpeedHorizontal": 1.0 + } + } + }, + "baseStats": { + "hp": 106, + "attack": 90, + "defence": 130, + "special_attack": 90, + "special_defence": 154, + "speed": 110 + }, + "catchRate": 3, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 340, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:ancientpower", + "1:dragonrush", + "1:gust", + "1:weatherball", + "1:whirlwind", + "9:mist", + "18:safeguard", + "27:calmmind", + "36:extrasensory", + "43:swift", + "45:recover", + "50:punishment", + "54:aeroblast", + "63:raindance", + "72:hydropump", + "81:futuresight", + "85:naturalgift", + "90:skyattack", + "tm:acrobatics", + "tm:aerialace", + "tm:aircutter", + "tm:airslash", + "tm:avalanche", + "tm:blizzard", + "tm:bodyslam", + "tm:bravebird", + "tm:brine", + "tm:bulldoze", + "tm:calmmind", + "tm:chargebeam", + "tm:chillingwater", + "tm:confide", + "tm:curse", + "tm:defog", + "tm:dive", + "tm:doubleedge", + "tm:doubleteam", + "tm:dragonpulse", + "tm:dragontail", + "tm:dreameater", + "tm:dualwingbeat", + "tm:earthpower", + "tm:earthquake", + "tm:echoedvoice", + "tm:endure", + "tm:facade", + "tm:flash", + "tm:fly", + "tm:frustration", + "tm:futuresight", + "tm:gigadrain", + "tm:gigaimpact", + "tm:hail", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hurricane", + "tm:hydropump", + "tm:hyperbeam", + "tm:hypervoice", + "tm:icebeam", + "tm:icywind", + "tm:imprison", + "tm:ironhead", + "tm:irontail", + "tm:lightscreen", + "tm:liquidation", + "tm:naturalgift", + "tm:protect", + "tm:psychic", + "tm:psychicnoise", + "tm:psychup", + "tm:psyshock", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:roar", + "tm:rocksmash", + "tm:roost", + "tm:round", + "tm:safeguard", + "tm:sandstorm", + "tm:scaleshot", + "tm:scaryface", + "tm:secretpower", + "tm:shadowball", + "tm:shockwave", + "tm:skillswap", + "tm:skydrop", + "tm:sleeptalk", + "tm:snore", + "tm:steelwing", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:tailwind", + "tm:takedown", + "tm:telekinesis", + "tm:terablast", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderwave", + "tm:toxic", + "tm:trick", + "tm:waterfall", + "tm:waterpulse", + "tm:weatherball", + "tm:whirlpool", + "tm:wonderroom", + "tm:zenheadbutt", + "tutor:aircutter", + "tutor:ancientpower", + "tutor:aquatail", + "tutor:blizzard", + "tutor:bodyslam", + "tutor:curse", + "tutor:defog", + "tutor:detect", + "tutor:dive", + "tutor:doubleedge", + "tutor:doubleteam", + "tutor:dragonbreath", + "tutor:dragonpulse", + "tutor:dragonrush", + "tutor:dreameater", + "tutor:dualwingbeat", + "tutor:earthpower", + "tutor:earthquake", + "tutor:endure", + "tutor:featherdance", + "tutor:fly", + "tutor:frustration", + "tutor:futuresight", + "tutor:gigadrain", + "tutor:gust", + "tutor:headbutt", + "tutor:hiddenpower", + "tutor:hurricane", + "tutor:hydropump", + "tutor:hyperbeam", + "tutor:hypervoice", + "tutor:icebeam", + "tutor:icywind", + "tutor:ironhead", + "tutor:irontail", + "tutor:laserfocus", + "tutor:mimic", + "tutor:mudslap", + "tutor:nightmare", + "tutor:ominouswind", + "tutor:protect", + "tutor:psychic", + "tutor:psychoboost", + "tutor:psychup", + "tutor:punishment", + "tutor:rest", + "tutor:return", + "tutor:roar", + "tutor:rocksmash", + "tutor:roost", + "tutor:safeguard", + "tutor:sandstorm", + "tutor:scaleshot", + "tutor:shadowball", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:skillswap", + "tutor:skyattack", + "tutor:sleeptalk", + "tutor:snore", + "tutor:steelwing", + "tutor:strength", + "tutor:substitute", + "tutor:sunnyday", + "tutor:surf", + "tutor:swagger", + "tutor:swift", + "tutor:tailwind", + "tutor:telekinesis", + "tutor:thunder", + "tutor:thunderwave", + "tutor:toxic", + "tutor:trick", + "tutor:twister", + "tutor:waterfall", + "tutor:waterpulse", + "tutor:weatherball", + "tutor:whirlpool", + "tutor:whirlwind", + "tutor:wonderroom", + "tutor:zapcannon", + "tutor:zenheadbutt" + ], + "labels": [ + "gen2", + "legendary" + ], + "pokedex": [ + "cobblemon.species.lugia.desc" + ], + "evolutions": [], + "baseScale": 0.8, + "hitbox": { + "width": 3, + "height": 5, + "fixed": false + }, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 3, + "speed": 0 + }, + "height": 52, + "weight": 2160, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 4, + "entries": [ + { + "item": "minecraft:feather", + "quantityRange": "2-4" + } + ] + } +} diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation5/kyurem.json b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation5/kyurem.json new file mode 100644 index 0000000..64202c6 --- /dev/null +++ b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation5/kyurem.json @@ -0,0 +1,492 @@ +{ + "implemented": true, + "name": "Kyurem", + "nationalPokedexNumber": 646, + "primaryType": "dragon", + "secondaryType": "ice", + "abilities": [ + "pressure" + ], + "baseStats": { + "hp": 125, + "attack": 130, + "defence": 90, + "special_attack": 130, + "special_defence": 90, + "speed": 95 + }, + "catchRate": 3, + "maleRatio": -1, + "shoulderMountable": false, + "forms": [ + { + "name": "Black", + "primaryType": "dragon", + "secondaryType": "ice", + "abilities": [ + "teravolt" + ], + "baseStats": { + "hp": 125, + "attack": 170, + "defence": 100, + "special_attack": 120, + "special_defence": 90, + "speed": 95 + }, + "catchRate": 3, + "maleRatio": -1, + "baseExperienceYield": 330, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:ancientpower", + "1:dragonbreath", + "1:dragonrage", + "1:freezedry", + "1:icywind", + "1:nobleroar", + "8:slash", + "16:endeavor", + "24:dragonpulse", + "32:icebeam", + "40:hypervoice", + "48:fusionbolt", + "56:blizzard", + "64:imprison", + "72:outrage", + "80:freezeshock", + "88:sheercold", + "tm:aerialace", + "tm:avalanche", + "tm:blizzard", + "tm:bodypress", + "tm:bodyslam", + "tm:breakingswipe", + "tm:brutalswing", + "tm:confide", + "tm:cut", + "tm:doubleteam", + "tm:dracometeor", + "tm:dragoncheer", + "tm:dragonclaw", + "tm:dragondance", + "tm:dragonpulse", + "tm:dragontail", + "tm:dualwingbeat", + "tm:earthpower", + "tm:echoedvoice", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:flashcannon", + "tm:fling", + "tm:fly", + "tm:focusblast", + "tm:frustration", + "tm:gigaimpact", + "tm:hail", + "tm:helpinghand", + "tm:hiddenpower", + "tm:honeclaws", + "tm:hyperbeam", + "tm:hypervoice", + "tm:icebeam", + "tm:icefang", + "tm:iciclespear", + "tm:icywind", + "tm:imprison", + "tm:ironhead", + "tm:lightscreen", + "tm:outrage", + "tm:payback", + "tm:protect", + "tm:psychic", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:roar", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:roost", + "tm:round", + "tm:safeguard", + "tm:scaleshot", + "tm:scaryface", + "tm:secretpower", + "tm:shadowball", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:snore", + "tm:snowscape", + "tm:steelwing", + "tm:stoneedge", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:toxic", + "tm:weatherball", + "tm:zenheadbutt", + "tutor:dracometeor", + "tutor:dragonbreath", + "tutor:dragonpulse", + "tutor:dualwingbeat", + "tutor:earthpower", + "tutor:endeavor", + "tutor:freezeshock", + "tutor:icebeam", + "tutor:icywind", + "tutor:ironhead", + "tutor:laserfocus", + "tutor:outrage", + "tutor:roost", + "tutor:scaleshot", + "tutor:shadowball", + "tutor:signalbeam", + "tutor:slash", + "tutor:sleeptalk", + "tutor:snore", + "tutor:zenheadbutt" + ], + "labels": [ + "gen5", + "legendary" + ], + "aspects": [ + "black" + ], + "height": 33, + "weight": 3250, + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "White", + "primaryType": "dragon", + "secondaryType": "ice", + "abilities": [ + "turboblaze" + ], + "baseStats": { + "hp": 125, + "attack": 120, + "defence": 90, + "special_attack": 170, + "special_defence": 100, + "speed": 95 + }, + "catchRate": 3, + "maleRatio": -1, + "baseExperienceYield": 330, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 3, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:ancientpower", + "1:dragonbreath", + "1:dragonrage", + "1:freezedry", + "1:icywind", + "1:nobleroar", + "8:slash", + "16:endeavor", + "24:dragonpulse", + "32:icebeam", + "40:hypervoice", + "48:fusionflare", + "56:blizzard", + "64:imprison", + "72:outrage", + "80:iceburn", + "88:sheercold", + "tm:aerialace", + "tm:avalanche", + "tm:blizzard", + "tm:bodypress", + "tm:bodyslam", + "tm:breakingswipe", + "tm:brutalswing", + "tm:confide", + "tm:cut", + "tm:doubleteam", + "tm:dracometeor", + "tm:dragoncheer", + "tm:dragonclaw", + "tm:dragondance", + "tm:dragonpulse", + "tm:dragontail", + "tm:dualwingbeat", + "tm:earthpower", + "tm:echoedvoice", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:flashcannon", + "tm:fling", + "tm:fly", + "tm:focusblast", + "tm:frustration", + "tm:gigaimpact", + "tm:hail", + "tm:helpinghand", + "tm:hiddenpower", + "tm:honeclaws", + "tm:hyperbeam", + "tm:hypervoice", + "tm:icebeam", + "tm:icefang", + "tm:iciclespear", + "tm:icywind", + "tm:imprison", + "tm:ironhead", + "tm:lightscreen", + "tm:outrage", + "tm:payback", + "tm:protect", + "tm:psychic", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:roar", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:roost", + "tm:round", + "tm:safeguard", + "tm:scaleshot", + "tm:scaryface", + "tm:secretpower", + "tm:shadowball", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:snore", + "tm:snowscape", + "tm:steelwing", + "tm:stoneedge", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:toxic", + "tm:weatherball", + "tm:zenheadbutt", + "tutor:dracometeor", + "tutor:dragonbreath", + "tutor:dragonpulse", + "tutor:dualwingbeat", + "tutor:earthpower", + "tutor:endeavor", + "tutor:fusionflare", + "tutor:hypervoice", + "tutor:icebeam", + "tutor:iceburn", + "tutor:icywind", + "tutor:imprison", + "tutor:ironhead", + "tutor:laserfocus", + "tutor:outrage", + "tutor:roost", + "tutor:scaleshot", + "tutor:shadowball", + "tutor:signalbeam", + "tutor:slash", + "tutor:sleeptalk", + "tutor:snore", + "tutor:zenheadbutt" + ], + "labels": [ + "gen5", + "legendary" + ], + "aspects": [ + "white" + ], + "height": 36, + "weight": 3250, + "cannotDynamax": false, + "battleOnly": false + } + ], + "baseExperienceYield": 330, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:ancientpower", + "1:dragonbreath", + "1:dragonrage", + "1:freezedry", + "1:icywind", + "1:nobleroar", + "8:slash", + "16:endeavor", + "24:dragonpulse", + "32:icebeam", + "40:hypervoice", + "48:scaryface", + "56:blizzard", + "64:imprison", + "72:outrage", + "80:glaciate", + "88:sheercold", + "tm:aerialace", + "tm:avalanche", + "tm:blizzard", + "tm:bodypress", + "tm:bodyslam", + "tm:breakingswipe", + "tm:brutalswing", + "tm:confide", + "tm:cut", + "tm:doubleteam", + "tm:dracometeor", + "tm:dragoncheer", + "tm:dragonclaw", + "tm:dragondance", + "tm:dragonpulse", + "tm:dragontail", + "tm:dualwingbeat", + "tm:earthpower", + "tm:echoedvoice", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:flashcannon", + "tm:fling", + "tm:fly", + "tm:focusblast", + "tm:frustration", + "tm:gigaimpact", + "tm:hail", + "tm:helpinghand", + "tm:hiddenpower", + "tm:honeclaws", + "tm:hyperbeam", + "tm:hypervoice", + "tm:icebeam", + "tm:icefang", + "tm:iciclespear", + "tm:icywind", + "tm:imprison", + "tm:ironhead", + "tm:lightscreen", + "tm:outrage", + "tm:payback", + "tm:protect", + "tm:psychic", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:roar", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:roost", + "tm:round", + "tm:safeguard", + "tm:scaleshot", + "tm:scaryface", + "tm:secretpower", + "tm:shadowball", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:snore", + "tm:snowscape", + "tm:steelwing", + "tm:stoneedge", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:toxic", + "tm:weatherball", + "tm:zenheadbutt", + "tutor:dracometeor", + "tutor:dragonbreath", + "tutor:dragonpulse", + "tutor:dualwingbeat", + "tutor:earthpower", + "tutor:endeavor", + "tutor:glaciate", + "tutor:icebeam", + "tutor:icywind", + "tutor:ironhead", + "tutor:laserfocus", + "tutor:outrage", + "tutor:roost", + "tutor:scaleshot", + "tutor:shadowball", + "tutor:signalbeam", + "tutor:slash", + "tutor:sleeptalk", + "tutor:snore", + "tutor:zenheadbutt" + ], + "labels": [ + "gen5", + "legendary" + ], + "pokedex": [ + "cobblemon.species.kyurem.desc" + ], + "evolutions": [], + "baseScale": 1.5, + "hitbox": { + "width": 2, + "height": 2, + "fixed": false + }, + "baseFriendship": 0, + "evYield": { + "hp": 1, + "attack": 1, + "defence": 0, + "special_attack": 1, + "special_defence": 0, + "speed": 0 + }, + "height": 30, + "weight": 3250, + "aspects": [], + "cannotDynamax": false +} diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation5/reshiram.json b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation5/reshiram.json new file mode 100644 index 0000000..f7cdde7 --- /dev/null +++ b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation5/reshiram.json @@ -0,0 +1,176 @@ +{ + "implemented": true, + "name": "Reshiram", + "nationalPokedexNumber": 643, + "primaryType": "dragon", + "secondaryType": "fire", + "abilities": [ + "turboblaze" + ], + "baseStats": { + "hp": 100, + "attack": 120, + "defence": 100, + "special_attack": 150, + "special_defence": 120, + "speed": 90 + }, + "catchRate": 3, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 340, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:ancientpower", + "1:dragonbreath", + "1:dragonrage", + "1:firefang", + "1:nobleroar", + "8:slash", + "16:crunch", + "24:extrasensory", + "32:dragonpulse", + "40:flamethrower", + "48:fusionflare", + "56:hypervoice", + "64:fireblast", + "72:imprison", + "80:outrage", + "88:blueflare", + "tm:bodypress", + "tm:bodyslam", + "tm:breakingswipe", + "tm:brutalswing", + "tm:confide", + "tm:crunch", + "tm:cut", + "tm:doubleedge", + "tm:doubleteam", + "tm:dracometeor", + "tm:dragoncheer", + "tm:dragonclaw", + "tm:dragondance", + "tm:dragonpulse", + "tm:dragontail", + "tm:dualwingbeat", + "tm:earthpower", + "tm:echoedvoice", + "tm:endure", + "tm:facade", + "tm:fireblast", + "tm:firefang", + "tm:firespin", + "tm:flamecharge", + "tm:flamethrower", + "tm:flareblitz", + "tm:fling", + "tm:fly", + "tm:focusblast", + "tm:frustration", + "tm:gigaimpact", + "tm:heatcrash", + "tm:heatwave", + "tm:helpinghand", + "tm:hiddenpower", + "tm:honeclaws", + "tm:hyperbeam", + "tm:hypervoice", + "tm:imprison", + "tm:incinerate", + "tm:lightscreen", + "tm:mysticalfire", + "tm:outrage", + "tm:overheat", + "tm:payback", + "tm:protect", + "tm:psychic", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:roar", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:roost", + "tm:round", + "tm:safeguard", + "tm:scaleshot", + "tm:scaryface", + "tm:scorchingsands", + "tm:secretpower", + "tm:shadowball", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:snore", + "tm:solarbeam", + "tm:steelwing", + "tm:stoneedge", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swift", + "tm:tailwind", + "tm:takedown", + "tm:terablast", + "tm:toxic", + "tm:weatherball", + "tm:willowisp", + "tm:zenheadbutt", + "tutor:blueflare", + "tutor:defog", + "tutor:dracometeor", + "tutor:dragonbreath", + "tutor:dragonclaw", + "tutor:dragonpulse", + "tutor:dualwingbeat", + "tutor:earthpower", + "tutor:extrasensory", + "tutor:heatwave", + "tutor:imprison", + "tutor:laserfocus", + "tutor:mist", + "tutor:nobleroar", + "tutor:outrage", + "tutor:roost", + "tutor:scaleshot", + "tutor:scorchingsands", + "tutor:slash", + "tutor:sleeptalk", + "tutor:snore", + "tutor:tailwind", + "tutor:zenheadbutt" + ], + "labels": [ + "gen5", + "legendary" + ], + "pokedex": [ + "cobblemon.species.reshiram.desc" + ], + "evolutions": [], + "baseScale": 0.75, + "hitbox": { + "width": 3, + "height": 6, + "fixed": false + }, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 3, + "special_defence": 0, + "speed": 0 + }, + "height": 32, + "weight": 3300, + "aspects": [], + "cannotDynamax": false +} diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation5/zekrom.json b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation5/zekrom.json new file mode 100644 index 0000000..ae71d10 --- /dev/null +++ b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation5/zekrom.json @@ -0,0 +1,183 @@ +{ + "implemented": true, + "name": "Zekrom", + "nationalPokedexNumber": 644, + "primaryType": "dragon", + "secondaryType": "electric", + "abilities": [ + "teravolt" + ], + "baseStats": { + "hp": 100, + "attack": 150, + "defence": 120, + "special_attack": 120, + "special_defence": 100, + "speed": 90 + }, + "catchRate": 3, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 340, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:ancientpower", + "1:dragonbreath", + "1:dragonrage", + "1:nobleroar", + "1:thunderfang", + "8:slash", + "16:crunch", + "24:zenheadbutt", + "32:dragonclaw", + "40:thunderbolt", + "48:fusionbolt", + "56:hypervoice", + "64:thunder", + "72:imprison", + "80:outrage", + "88:boltstrike", + "tm:bodypress", + "tm:bodyslam", + "tm:breakingswipe", + "tm:brickbreak", + "tm:brutalswing", + "tm:charge", + "tm:chargebeam", + "tm:confide", + "tm:crunch", + "tm:cut", + "tm:doubleedge", + "tm:doubleteam", + "tm:dracometeor", + "tm:dragoncheer", + "tm:dragonclaw", + "tm:dragondance", + "tm:dragonpulse", + "tm:dragontail", + "tm:dualwingbeat", + "tm:earthpower", + "tm:echoedvoice", + "tm:electricterrain", + "tm:electroball", + "tm:endure", + "tm:facade", + "tm:flash", + "tm:flashcannon", + "tm:fling", + "tm:fly", + "tm:focusblast", + "tm:focuspunch", + "tm:frustration", + "tm:gigaimpact", + "tm:haze", + "tm:helpinghand", + "tm:hiddenpower", + "tm:honeclaws", + "tm:hyperbeam", + "tm:hypervoice", + "tm:imprison", + "tm:lightscreen", + "tm:outrage", + "tm:payback", + "tm:protect", + "tm:psychic", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:roar", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:roost", + "tm:round", + "tm:safeguard", + "tm:scaleshot", + "tm:scaryface", + "tm:secretpower", + "tm:shadowball", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:snore", + "tm:stealthrock", + "tm:steelwing", + "tm:stoneedge", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:supercellslam", + "tm:swagger", + "tm:swift", + "tm:tailwind", + "tm:takedown", + "tm:terablast", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderfang", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:voltswitch", + "tm:weatherball", + "tm:wildcharge", + "tm:zenheadbutt", + "tutor:boltstrike", + "tutor:defog", + "tutor:dracometeor", + "tutor:dragonbreath", + "tutor:dragonclaw", + "tutor:dragonpulse", + "tutor:dualwingbeat", + "tutor:earthpower", + "tutor:haze", + "tutor:imprison", + "tutor:laserfocus", + "tutor:magnetrise", + "tutor:nobleroar", + "tutor:outrage", + "tutor:risingvoltage", + "tutor:roost", + "tutor:scaleshot", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:slash", + "tutor:sleeptalk", + "tutor:snore", + "tutor:stoneedge", + "tutor:tailwind", + "tutor:thunderpunch", + "tutor:zenheadbutt" + ], + "labels": [ + "gen5", + "legendary" + ], + "pokedex": [ + "cobblemon.species.zekrom.desc" + ], + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 2, + "height": 3, + "fixed": false + }, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 29, + "weight": 3450, + "aspects": [], + "cannotDynamax": false +} diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation6/hoopa.json b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation6/hoopa.json new file mode 100644 index 0000000..4563893 --- /dev/null +++ b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation6/hoopa.json @@ -0,0 +1,234 @@ +{ + "implemented": true, + "name": "Hoopa", + "nationalPokedexNumber": 720, + "primaryType": "psychic", + "secondaryType": "ghost", + "abilities": [ + "magician" + ], + "baseStats": { + "hp": 80, + "attack": 110, + "defence": 60, + "special_attack": 150, + "special_defence": 130, + "speed": 70 + }, + "catchRate": 3, + "maleRatio": -1, + "shoulderMountable": false, + "forms": [ + { + "name": "Unbound", + "primaryType": "psychic", + "secondaryType": "dark", + "abilities": [ + "magician" + ], + "baseStats": { + "hp": 80, + "attack": 160, + "defence": 60, + "special_attack": 170, + "special_defence": 130, + "speed": 80 + }, + "catchRate": 3, + "maleRatio": -1, + "baseExperienceYield": 270, + "baseFriendship": 100, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 3, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "labels": [ + "gen6", + "mythical", + "legendary" + ], + "aspects": [ + "unbound" + ], + "height": 65, + "weight": 4900, + "cannotDynamax": false, + "battleOnly": false + } + ], + "baseExperienceYield": 270, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:allyswitch", + "1:confusion", + "1:destinybond", + "6:astonish", + "10:magiccoat", + "10:trick", + "15:lightscreen", + "19:psybeam", + "25:skillswap", + "29:guardsplit", + "29:powersplit", + "35:phantomforce", + "46:knockoff", + "46:zenheadbutt", + "50:trickroom", + "50:wonderroom", + "55:darkpulse", + "55:shadowball", + "68:nastyplot", + "75:psychic", + "85:hyperspacefury", + "85:hyperspacehole", + "tm:brickbreak", + "tm:calmmind", + "tm:chargebeam", + "tm:confide", + "tm:darkpulse", + "tm:doubleteam", + "tm:drainpunch", + "tm:dreameater", + "tm:embargo", + "tm:endure", + "tm:energyball", + "tm:expandingforce", + "tm:facade", + "tm:firepunch", + "tm:flash", + "tm:fling", + "tm:focusblast", + "tm:focuspunch", + "tm:foulplay", + "tm:frustration", + "tm:futuresight", + "tm:gigaimpact", + "tm:grassknot", + "tm:gravity", + "tm:gunkshot", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:icepunch", + "tm:knockoff", + "tm:lashout", + "tm:lightscreen", + "tm:nastyplot", + "tm:phantomforce", + "tm:poweruppunch", + "tm:protect", + "tm:psybeam", + "tm:psychic", + "tm:psychicnoise", + "tm:psychicterrain", + "tm:psychup", + "tm:psyshock", + "tm:quash", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:rocktomb", + "tm:round", + "tm:safeguard", + "tm:sandstorm", + "tm:scaryface", + "tm:secretpower", + "tm:shadowball", + "tm:skillswap", + "tm:skittersmack", + "tm:sleeptalk", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thief", + "tm:throatchop", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:torment", + "tm:toxic", + "tm:trick", + "tm:trickroom", + "tm:zenheadbutt", + "tutor:allyswitch", + "tutor:astonish", + "tutor:block", + "tutor:covet", + "tutor:drainpunch", + "tutor:dualchop", + "tutor:firepunch", + "tutor:focuspunch", + "tutor:foulplay", + "tutor:gravity", + "tutor:gunkshot", + "tutor:hyperspacehole", + "tutor:icepunch", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:lastresort", + "tutor:magiccoat", + "tutor:magicroom", + "tutor:nastyplot", + "tutor:psychic", + "tutor:recycle", + "tutor:roleplay", + "tutor:shadowball", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:skillswap", + "tutor:snatch", + "tutor:snore", + "tutor:telekinesis", + "tutor:throatchop", + "tutor:thunderpunch", + "tutor:trick", + "tutor:uproar", + "tutor:wonderroom", + "tutor:zenheadbutt" + ], + "labels": [ + "gen6", + "mythical", + "legendary" + ], + "pokedex": [ + "cobblemon.species.hoopa.desc" + ], + "evolutions": [], + "baseScale": 0.5, + "hitbox": { + "width": 1, + "height": 3, + "fixed": false + }, + "baseFriendship": 100, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 3, + "special_defence": 0, + "speed": 0 + }, + "height": 5, + "weight": 90, + "aspects": [], + "cannotDynamax": false +} diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation6/zygarde.json b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation6/zygarde.json new file mode 100644 index 0000000..4cef877 --- /dev/null +++ b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation6/zygarde.json @@ -0,0 +1,266 @@ +{ + "implemented": true, + "name": "Zygarde", + "nationalPokedexNumber": 718, + "primaryType": "dragon", + "secondaryType": "ground", + "abilities": [ + "aurabreak" + ], + "baseStats": { + "hp": 108, + "attack": 100, + "defence": 121, + "special_attack": 81, + "special_defence": 95, + "speed": 95 + }, + "catchRate": 3, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 300, + "baseFriendship": 0, + "evYield": { + "hp": 3, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:bind", + "1:bite", + "1:bulldoze", + "1:coreenforcer", + "1:dragonbreath", + "1:thousandarrows", + "1:thousandwaves", + "8:haze", + "16:dig", + "24:safeguard", + "32:crunch", + "40:dragonpulse", + "48:landswrath", + "56:glare", + "59:camouflage", + "64:sandstorm", + "72:coil", + "72:dragondance", + "80:earthquake", + "88:extremespeed", + "88:outrage", + "tm:bodyslam", + "tm:breakingswipe", + "tm:brickbreak", + "tm:bulldoze", + "tm:confide", + "tm:crunch", + "tm:dig", + "tm:doubleteam", + "tm:dragondance", + "tm:dragonpulse", + "tm:dragontail", + "tm:earthpower", + "tm:earthquake", + "tm:endure", + "tm:facade", + "tm:focusblast", + "tm:frustration", + "tm:gigaimpact", + "tm:grassknot", + "tm:hiddenpower", + "tm:highhorsepower", + "tm:hyperbeam", + "tm:hypervoice", + "tm:irontail", + "tm:outrage", + "tm:payback", + "tm:protect", + "tm:rest", + "tm:retaliate", + "tm:return", + "tm:reversal", + "tm:rockslide", + "tm:rocksmash", + "tm:round", + "tm:safeguard", + "tm:sandstorm", + "tm:secretpower", + "tm:sleeptalk", + "tm:sludgewave", + "tm:snore", + "tm:stompingtantrum", + "tm:stoneedge", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:superpower", + "tm:swagger", + "tm:swift", + "tm:toxic", + "tm:zenheadbutt", + "tutor:bind", + "tutor:block", + "tutor:camouflage", + "tutor:coreenforcer", + "tutor:crunch", + "tutor:dig", + "tutor:dracometeor", + "tutor:dragonbreath", + "tutor:dragondance", + "tutor:dragonpulse", + "tutor:earthpower", + "tutor:earthquake", + "tutor:extremespeed", + "tutor:glare", + "tutor:haze", + "tutor:hypervoice", + "tutor:irontail", + "tutor:landswrath", + "tutor:outrage", + "tutor:painsplit", + "tutor:safeguard", + "tutor:sandstorm", + "tutor:scaleshot", + "tutor:scorchingsands", + "tutor:shockwave", + "tutor:skittersmack", + "tutor:snore", + "tutor:spite", + "tutor:stompingtantrum", + "tutor:superpower", + "tutor:thousandarrows", + "tutor:thousandwaves", + "tutor:zenheadbutt" + ], + "labels": [ + "gen6", + "legendary" + ], + "pokedex": [ + "cobblemon.species.zygarde.desc" + ], + "height": 50, + "weight": 3050, + "evolutions": [], + "forms": [ + { + "name": "10%", + "primaryType": "dragon", + "secondaryType": "ground", + "abilities": [ + "aurabreak" + ], + "baseStats": { + "hp": 54, + "attack": 100, + "defence": 71, + "special_attack": 61, + "special_defence": 85, + "speed": 115 + }, + "catchRate": 3, + "maleRatio": -1, + "baseExperienceYield": 300, + "baseFriendship": 0, + "evYield": { + "hp": 3, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "tutor:bind", + "tutor:dig", + "tutor:dragonbreath", + "tutor:dragondance", + "tutor:dragonpulse", + "tutor:extremespeed", + "tutor:glare", + "tutor:haze", + "tutor:landswrath", + "tutor:outrage", + "tutor:safeguard", + "tutor:sandstorm", + "tutor:thousandarrows" + ], + "labels": [ + "gen7", + "legendary" + ], + "aspects": [ + "10%" + ], + "height": 12, + "weight": 335, + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Complete", + "primaryType": "dragon", + "secondaryType": "ground", + "abilities": [ + "powerconstruct" + ], + "baseStats": { + "hp": 216, + "attack": 100, + "defence": 121, + "special_attack": 91, + "special_defence": 95, + "speed": 85 + }, + "catchRate": 3, + "maleRatio": -1, + "baseExperienceYield": 300, + "baseFriendship": 0, + "evYield": { + "hp": 3, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "labels": [ + "gen7", + "legendary" + ], + "aspects": [ + "complete" + ], + "height": 45, + "weight": 6100, + "cannotDynamax": false, + "battleOnly": true + } + ], + "baseScale": 1, + "hitbox": { + "width": 3, + "height": 3, + "fixed": false + }, + + "aspects": [], + "cannotDynamax": false +} diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation9/koraidon.json b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation9/koraidon.json new file mode 100644 index 0000000..8ca9eea --- /dev/null +++ b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation9/koraidon.json @@ -0,0 +1,152 @@ +{ + "implemented": true, + "name": "Koraidon", + "nationalPokedexNumber": 1007, + "primaryType": "fighting", + "secondaryType": "dragon", + "abilities": [ + "orichalcumpulse" + ], + "baseStats": { + "hp": 100, + "attack": 135, + "defence": 115, + "special_attack": 85, + "special_defence": 100, + "speed": 135 + }, + "catchRate": 3, + "maleRatio": -1, + "baseExperienceYield": 335, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 50, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:breakingswipe", + "1:sunnyday", + "7:rocksmash", + "14:ancientpower", + "21:drainpunch", + "28:brickbreak", + "35:agility", + "42:dragonclaw", + "49:flamethrower", + "56:collisioncourse", + "63:screech", + "70:counter", + "77:outrage", + "84:closecombat", + "91:flareblitz", + "98:gigaimpact", + "tm:acrobatics", + "tm:agility", + "tm:bodypress", + "tm:bodyslam", + "tm:breakingswipe", + "tm:brickbreak", + "tm:bulkup", + "tm:bulldoze", + "tm:closecombat", + "tm:crunch", + "tm:dig", + "tm:doubleedge", + "tm:dracometeor", + "tm:dragoncheer", + "tm:dragonclaw", + "tm:dragonpulse", + "tm:dragontail", + "tm:drainpunch", + "tm:dualwingbeat", + "tm:endure", + "tm:facade", + "tm:fireblast", + "tm:firefang", + "tm:firespin", + "tm:flamecharge", + "tm:flamethrower", + "tm:flareblitz", + "tm:focusblast", + "tm:focuspunch", + "tm:gigaimpact", + "tm:heatcrash", + "tm:heatwave", + "tm:heavyslam", + "tm:helpinghand", + "tm:hyperbeam", + "tm:icefang", + "tm:ironhead", + "tm:lowkick", + "tm:lowsweep", + "tm:meteorbeam", + "tm:mudshot", + "tm:mudslap", + "tm:outrage", + "tm:overheat", + "tm:protect", + "tm:rest", + "tm:reversal", + "tm:roar", + "tm:scaleshot", + "tm:scaryface", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:snarl", + "tm:solarbeam", + "tm:stompingtantrum", + "tm:substitute", + "tm:sunnyday", + "tm:swordsdance", + "tm:takedown", + "tm:taunt", + "tm:temperflare", + "tm:terablast", + "tm:thunderfang", + "tm:uproar", + "tm:uturn", + "tm:wildcharge", + "tm:zenheadbutt" + ], + "labels": [ + "gen9", + "legendary" + ], + "aspects": [], + "height": 25, + "weight": 3030, + "evolutions": [ + { + "id": "koraidon_koraidonpd", + "variant": "level_up", + "result": "koraidonpd", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 1 + } + ] + } + ], + "baseScale": 1.5, + "hitbox": { + "width": 2, + "height": 2.5, + "fixed": false + }, + "cannotDynamax": false, + "pokedex": [ + "cobblemon.species.koraidon.desc" + ] +} diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation9/miraidon.json b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation9/miraidon.json new file mode 100644 index 0000000..10f071d --- /dev/null +++ b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation9/miraidon.json @@ -0,0 +1,134 @@ +{ + "implemented": true, + "name": "Miraidon", + "nationalPokedexNumber": 1008, + "primaryType": "electric", + "secondaryType": "dragon", + "abilities": [ + "hadronengine" + ], + "baseStats": { + "hp": 100, + "attack": 85, + "defence": 100, + "special_attack": 135, + "special_defence": 115, + "speed": 135 + }, + "catchRate": 3, + "maleRatio": -1, + "baseExperienceYield": 335, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 3, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 50, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:dragonbreath", + "1:electricterrain", + "1:thundershock", + "7:shockwave", + "14:charge", + "21:paraboliccharge", + "28:discharge", + "35:agility", + "42:dragonpulse", + "56:electrodrift", + "63:metalsound", + "70:mirrorcoat", + "77:outrage", + "84:thunder", + "91:overheat", + "98:hyperbeam", + "tm:acrobatics", + "tm:agility", + "tm:bodyslam", + "tm:calmmind", + "tm:charge", + "tm:chargebeam", + "tm:confuseray", + "tm:crunch", + "tm:dazzlinggleam", + "tm:dracometeor", + "tm:dragoncheer", + "tm:dragonclaw", + "tm:dragonpulse", + "tm:dragontail", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:endure", + "tm:facade", + "tm:flashcannon", + "tm:gigaimpact", + "tm:heavyslam", + "tm:helpinghand", + "tm:hyperbeam", + "tm:lightscreen", + "tm:metalsound", + "tm:outrage", + "tm:overheat", + "tm:powergem", + "tm:protect", + "tm:reflect", + "tm:rest", + "tm:scaryface", + "tm:sleeptalk", + "tm:snarl", + "tm:solarbeam", + "tm:substitute", + "tm:supercellslam", + "tm:swordsdance", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderwave", + "tm:uturn", + "tm:voltswitch", + "tm:wildcharge", + "tm:zenheadbutt" + ], + "labels": [ + "gen9", + "legendary" + ], + "aspects": [], + "height": 35, + "weight": 2400, + "evolutions": [ + { + "id": "miraidon_miraidonpd", + "variant": "level_up", + "result": "miraidonpd", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 1 + } + ] + } + ], + "baseScale": 1.5, + "hitbox": { + "width": 2, + "height": 3, + "fixed": false + }, + "cannotDynamax": false, + "pokedex": [ + "cobblemon.species.miraidon.desc" + ] +} diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/pack.mcmeta b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/pack.mcmeta new file mode 100644 index 0000000..6a4c4b2 --- /dev/null +++ b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "pack_format": 15, + "description": "This pack aims to add missing legendaries to the cobblemon mod in order to make the cobblemon experience better. Created by PokeforceGames." + } +} \ No newline at end of file diff --git a/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/pack.png b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/pack.png new file mode 100644 index 0000000..a1bf839 Binary files /dev/null and b/global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/pack.png differ diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-arceus.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-arceus.json new file mode 100644 index 0000000..d5e7dcb --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-arceus.json @@ -0,0 +1,59 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-arceus-1", + "pokemon": "arceus", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "80", + "weight": 0.1, + "condition": { + "biomes": [ + "minecraft:the_end", + "minecraft:end_barrens", + "minecraft:end_highlands", + "minecraft:end_midlands", + "minecraft:small_end_islands" + ], + "key_item": "azure_flute" + } + }, + { + "id": "mythsandlegends-arceus-2", + "pokemon": "arceus", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "80", + "weight": 0.1, + "condition": { + "biomes": [ + "minecraft:dark_forest", + "#byg:is_magical", + "#wythers:is_dark_forest", + "byg:skyris_vale", + "terralith:amethyst_canyon", + "terralith:amethyst_rainforest", + "terralith:mirage_isles", + "terralith:moonlight_grove", + "terralith:moonlight_valley", + "wythers:lantern_river", + "wythers:mushroom_island", + "wythers:snowy_thermal_taiga", + "#cobblemon:is_end" + ], + "key_item": "azure_flute" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-articuno.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-articuno.json new file mode 100644 index 0000000..0eb4f28 --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-articuno.json @@ -0,0 +1,55 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-articuno-1", + "pokemon": "articuno", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "50-60", + "weight": 0.1, + "condition": { + "biomes": [ + "minecraft:frozen_ocean", + "minecraft:frozen_peaks", + "minecraft:frozen_river", + "minecraft:snowy_beach", + "minecraft:snowy_plains", + "minecraft:snowy_slopes", + "minecraft:snowy_taiga" + ], + "key_item": "tidal_bell", + "ice_stone_requirement": "3" + } + }, + { + "id": "mythsandlegends-articuno-2", + "pokemon": "articuno", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "50-60", + "weight": 0.1, + "condition": { + "biomes": [ + "#cobblemon:is_cold", + "#cobblemon:is_freezing", + "#cobblemon:is_snowy_forest", + "#cobblemon:is_glacial", + "#cobblemon:is_frozen_ocean" + ], + "key_item": "tidal_bell", + "ice_stone_requirement": "3" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-azelf.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-azelf.json new file mode 100644 index 0000000..12411ff --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-azelf.json @@ -0,0 +1,55 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-azelf-1", + "pokemon": "azelf", + "presets": [ + "water_surface" + ], + "type": "pokemon", + "context": "surface", + "bucket": "ultra-rare", + "level": "50", + "weight": 0.1, + "condition": { + "biomes": [ + "minecraft:mangrove_swamp", + "minecraft:swamp", + "#byg:is_swamp", + "#c:swamp", + "#forge:is_swamp", + "#wythers:is_swamp", + "terralith:ice_marsh", + "terralith:orchid_swampc", + "wythers:billabong" + ], + "key_item": "azelf_fang" + } + }, + { + "id": "mythsandlegends-azelf-2", + "pokemon": "azelf", + "presets": [ + "water_surface" + ], + "type": "pokemon", + "context": "surface", + "bucket": "ultra-rare", + "level": "50", + "weight": 0.1, + "condition": { + "biomes": [ + "#cobblemon:is_river", + "wythers:lantern_river", + "#minecraft:is_river", + "wythers:tropical_forest_river", + "#cobblemon:is_freshwater" + ], + "key_item": "azelf_fang" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-calyrex.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-calyrex.json new file mode 100644 index 0000000..641d82e --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-calyrex.json @@ -0,0 +1,26 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-calyrex-1", + "pokemon": "calyrex", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 0.1, + "condition": { + "biomes": [ + "#cobblemon:is_autumn", + "minecraft:flower_forest" + ], + "key_item": "reins_of_unity" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-celebi.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-celebi.json new file mode 100644 index 0000000..1ba15e7 --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-celebi.json @@ -0,0 +1,57 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-celebi-1", + "pokemon": "celebi", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "30-70", + "weight": 0.1, + "condition": { + "biomes": [ + "minecraft:birch_forest", + "minecraft:dark_forest", + "minecraft:flower_forest", + "minecraft:forest", + "minecraft:jungle", + "minecraft:mangrove_swamp", + "minecraft:meadow", + "minecraft:old_growth_birch_forest", + "minecraft:old_growth_pine_taiga", + "minecraft:old_growth_spruce_taiga", + "minecraft:swamp" + ], + "key_item": "gs_ball" + } + }, + { + "id": "mythsandlegends-celebi-2", + "pokemon": "celebi", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "30-70", + "weight": 0.1, + "condition": { + "biomes": [ + "#cobblemon:is_forest", + "#cobblemon:is_magical", + "#cobblemon:is_lush", + "minecraft:cherry_grove", + "#cobblemon:is_spring" + ], + "key_item": "gs_ball" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-cobalion.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-cobalion.json new file mode 100644 index 0000000..6092a1d --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-cobalion.json @@ -0,0 +1,71 @@ +{ + "enabled": false, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-cobalion-1", + "pokemon": "cobalion", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 0.1, + "condition": { + "biomes": [ + "#minecraft:is_hill", + "#cobblemon:is_highlands", + "#c:mountain_slope", + "#forge:is_slope", + "terralith:blooming_valley", + "terralith:forested_highlands", + "terralith:lavender_valley", + "terralith:lush_valley", + "terralith:moonlight_valley", + "terralith:sakura_valley", + "terralith:savanna_slopes", + "terralith:temperate_highlands", + "terralith:yosemite_lowlands", + "wythers:autumnal_crags", + "wythers:ayers_rock", + "wythers:icy_crags", + "wythers:old_growth_taiga_crags", + "wythers:taiga_crags", + "wythers:temperate_rainforest_crags", + "wythers:thermal_taiga_crags", + "wythers:windswept_jungle" + ], + "key_item": "ironwill_sword" + } + }, + { + "id": "mythsandlegends-cobalion-2", + "pokemon": "cobalion", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 0.1, + "condition": { + "biomes": [ + "#minecraft:is_mountain", + "#cobblemon:is_hills", + "#forge:is_mountain", + "terralith:stony_spires", + "terralith:volcanic_peaks", + "terralith:windswept_spires", + "terralith:yosemite_cliffs", + "wythers:tibesti_mountains" + + ], + "key_item": "ironwill_sword" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-cosmog.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-cosmog.json new file mode 100644 index 0000000..9b631b9 --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-cosmog.json @@ -0,0 +1,73 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-cosmog-1", + "pokemon": "cosmog", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "15", + "weight": 0.1, + "condition": { + "biomes": [ + "minecraft:cherry_grove", + "minecraft:flower_forest", + "minecraft:meadow", + "minecraft:sunflower_plains", + "#byg:is_floral", + "#c:floral", + "#c:flower_forests", + "byg:amaranth_fields", + "byg:allium_fields", + "byg:rose_fields", + "byg:skyris_vale", + "byg:cherry_blossom_forest", + "byg:orchard", + "terralith:blooming_plateau", + "terralith:blooming_valley", + "terralith:lavender_forest", + "terralith:lavender_valley", + "terralith:sakura_grove", + "terralith:sakura_valley", + "wythers:autumnal_flower_forest", + "wythers:flowering_pantanal", + "wythers:jacaranda_savanna", + "wythers:lapacho_plains", + "wythers:sakura_forest", + "wythers:spring_flower_fields", + "wythers:spring_flower_forest" + + ], + "key_item": "lillies_bag" + } + }, + { + "id": "mythsandlegends-cosmog-2", + "pokemon": "cosmog", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "15", + "weight": 0.1, + "condition": { + "biomes": [ + "minecraft:the_end", + "minecraft:end_barrens", + "minecraft:end_highlands", + "minecraft:end_midlands", + "minecraft:small_end_islands" + ], + "key_item": "lillies_bag" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-cresselia.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-cresselia.json new file mode 100644 index 0000000..7fab8ec --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-cresselia.json @@ -0,0 +1,28 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-cresselia-1", + "pokemon": "cresselia", + "presets": ["natural"], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "50-70", + "weight": 0.1, + "condition": { + "biomes": [ + "minecraft:mushroom_fields", + "minecraft:mushroom_field_shore", + "minecraft:snowy_tundra" + ], + "moonPhase": 1, + "canSeeSky": true, + "timeRange": "night", + "key_item": "lunar_feather" + } + } + ] +} diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-darkrai.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-darkrai.json new file mode 100644 index 0000000..3b1f578 --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-darkrai.json @@ -0,0 +1,46 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-darkrai-1", + "pokemon": "darkrai", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "40-50", + "weight": 0.1, + "condition": { + "biomes": [ + "minecraft:dark_forest", + "minecraft:swamp" + ], + "key_item": "member_card" + } + }, + { + "id": "mythsandlegends-darkrai-2", + "pokemon": "darkrai", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "40-50", + "weight": 0.1, + "condition": { + "biomes": [ + "#cobblemon:is_spooky", + "#cobblemon:is_dark", + "#cobblemon:is_deep_dark" + ], + "key_item": "member_card" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-deoxys.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-deoxys.json new file mode 100644 index 0000000..233f1a3 --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-deoxys.json @@ -0,0 +1,47 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-deoxys-1", + "pokemon": "deoxys", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "75", + "weight": 0.1, + "condition": { + "biomes": [ + "minecraft:the_end", + "minecraft:end_barrens", + "minecraft:end_highlands", + "minecraft:end_midlands", + "minecraft:small_end_islands" + ], + "key_item": "aurora_ticket" + } + }, + { + "id": "mythsandlegends-deoxys-2", + "pokemon": "deoxys", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "75", + "weight": 0.1, + "condition": { + "biomes": [ + "#cobblemon:is_end" + ], + "key_item": "aurora_ticket" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-dialga.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-dialga.json new file mode 100644 index 0000000..314bac0 --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-dialga.json @@ -0,0 +1,46 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-dialga-1", + "pokemon": "dialga", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "47-70", + "weight": 0.1, + "condition": { + "biomes": [ + "minecraft:mountain_edge", + "minecraft:stony_peaks" + ], + "key_item": "adamant_orb" + } + }, + { + "id": "mythsandlegends-dialga-2", + "pokemon": "dialga", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "47-70", + "weight": 0.1, + "condition": { + "biomes": [ + "#cobblemon:is_highlands", + "#cobblemon:is_peak", + "#cobblemon:is_mountain" + ], + "key_item": "adamant_orb" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-diancie.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-diancie.json new file mode 100644 index 0000000..c3a6872 --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-diancie.json @@ -0,0 +1,57 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-diancie-1", + "pokemon": "diancie", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 0.1, + "condition": { + "maxY": -61, + "biomes": [ + "#cobblemon:is_cave" + ], + "key_item": "diancies_crown" + } + }, + { + "id": "mythsandlegends-diancie-2", + "pokemon": "diancie", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 0.1, + "condition": { + "maxY": -61, + "biomes": [ + "minecraft:dripstone_caves", + "minecraft:lush_caves", + "#c:caves", + "#c:underground", + "#forge:is_underground", + "terralith:cave/andesite_caves", + "terralith:cave/desert_caves", + "terralith:cave/diorite_caves", + "terralith:cave/fungal_caves", + "terralith:cave/granite_caves", + "terralith:cave/infested_caves", + "terralith:cave/thermal_caves", + "terralith:cave/underground_jungle" + ], + "key_item": "diancies_crown" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-entei.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-entei.json new file mode 100644 index 0000000..6cc5284 --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-entei.json @@ -0,0 +1,52 @@ +{ + "enabled": false, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-entei-1", + "pokemon": "entei", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "50-60", + "weight": 0.1, + "condition": { + "biomes": [ + "minecraft:badlands", + "minecraft:eroded_badlands", + "minecraft:nether_wastes", + "minecraft:savanna", + "minecraft:windswept_hills", + "minecraft:windswept_forest" + ], + "key_item": "clear_bell", + "fire_stone_requirement": "3" + } + }, + { + "id": "mythsandlegends-entei-2", + "pokemon": "entei", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "50-60", + "weight": 0.1, + "condition": { + "biomes": [ + "#cobblemon:is_volcanic", + "#cobblemon:is_thermal", + "#cobblemon:is_badlands" + ], + "key_item": "clear_bell", + "fire_stone_requirement": "3" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-eternatus.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-eternatus.json new file mode 100644 index 0000000..0bba08d --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-eternatus.json @@ -0,0 +1,55 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-eternatus-1", + "pokemon": "eternatus", + "presets": [ + "water_surface" + ], + "type": "pokemon", + "context": "surface", + "bucket": "ultra-rare", + "level": "70", + "weight": 0.1, + "condition": { + "biomes": [ + "minecraft:mangrove_swamp", + "minecraft:swamp", + "#byg:is_swamp", + "#c:swamp", + "#forge:is_swamp", + "#wythers:is_swamp", + "terralith:ice_marsh", + "terralith:orchid_swampc", + "wythers:billabong" + ], + "key_item": "eternatus_core" + } + }, + { + "id": "mythsandlegends-eternatus-2", + "pokemon": "eternatus", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 0.1, + "condition": { + "biomes": [ + "minecraft:the_end", + "minecraft:end_barrens", + "minecraft:end_highlands", + "minecraft:end_midlands", + "minecraft:small_end_islands" + ], + "key_item": "eternatus_core" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-genesect.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-genesect.json new file mode 100644 index 0000000..11ce231 --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-genesect.json @@ -0,0 +1,53 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-genesect-1", + "pokemon": "genesect", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 0.1, + "condition": { + "biomes": [ + "#cobblemon:is_deep_dark" + ], + "neededNearbyBlocks": [ + "minecraft:iron_block" + ], + "key_item": "genesect_drive" + } + }, + { + "id": "mythsandlegends-genesect-2", + "pokemon": "genesect", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 0.1, + "condition": { + "biomes": [ + "minecraft:the_end", + "minecraft:end_barrens", + "minecraft:end_highlands", + "minecraft:end_midlands", + "minecraft:small_end_islands" + ], + "neededNearbyBlocks": [ + "minecraft:iron_block" + ], + "key_item": "genesect_drive" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-giratina.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-giratina.json new file mode 100644 index 0000000..d13aec2 --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-giratina.json @@ -0,0 +1,46 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-giratina-1", + "pokemon": "Giratina", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "47-70", + "weight": 0.1, + "condition": { + "biomes": [ + "minecraft:soul_sand_valley", + "minecraft:the_end" + ], + "key_item": "griseous_orb" + } + }, + { + "id": "mythsandlegends-giratina-2", + "pokemon": "Giratina", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "47-70", + "weight": 0.1, + "condition": { + "biomes": [ + "#cobblemon:is_nether", + "#cobblemon:is_spooky", + "#cobblemon:is_nether_wasteland" + ], + "key_item": "griseous_orb" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-glastrier.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-glastrier.json new file mode 100644 index 0000000..8e2d268 --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-glastrier.json @@ -0,0 +1,43 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-glastrier-1", + "pokemon": "glastrier", + "presets": [], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 0.1, + "condition": { + "biomes": [ + "#cobblemon:is_snowy_forest", + "#cobblemon:is_taiga", + "#cobblemon:is_mountain" + ], + "key_item": "iceroot_carrot" + } + }, + { + "id": "mythsandlegends-glastrier-2", + "pokemon": "glastrier", + "presets": [], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 0.1, + "condition": { + "biomes": [ + "#cobblemon:is_snowy_forest", + "#cobblemon:is_taiga", + "#cobblemon:is_mountain" + ], + "key_item": "iceroot_carrot" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-groudon.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-groudon.json new file mode 100644 index 0000000..70759ac --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-groudon.json @@ -0,0 +1,49 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-groudon-1", + "pokemon": "groudon", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "45-70", + "weight": 0.1, + "condition": { + "biomes": [ + "#cobblemon:is_volcanic", + "minecraft:badlands", + "minecraft:desert", + "minecraft:eroded_badlands" + ], + "key_item": "red_orb" + } + }, + { + "id": "mythsandlegends-groudon-2", + "pokemon": "groudon", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "45-70", + "weight": 0.1, + "condition": { + "biomes": [ + "#cobblemon:is_volcanic", + "#cobblemon:is_desert", + "#cobblemon:is_arid", + "#cobblemon:is_thermal" + ], + "key_item": "red_orb" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-heatran.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-heatran.json new file mode 100644 index 0000000..ae713f9 --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-heatran.json @@ -0,0 +1,25 @@ +{ + "enabled": false, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-heatran-1", + "pokemon": "heatran", + "presets": ["natural"], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "50-70", + "weight": 0.1, + "condition": { + "biomes": [ + "minecraft:nether_wastes", + "minecraft:basalt_deltas", + "minecraft:crimson_forest" + ], + "key_item": "magma_stone" + } + } + ] +} diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-hooh.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-hooh.json new file mode 100644 index 0000000..7f70325 --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-hooh.json @@ -0,0 +1,87 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-hooh-1", + "pokemon": "hooh", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "40-70", + "weight": 0.1, + "condition": { + "biomes": [ + "minecraft:meadow", + "minecraft:sunflower_plains", + "minecraft:flower_forest" + ], + "key_item": "clear_bell" + } + }, + { + "id": "mythsandlegends-hooh-2", + "pokemon": "hooh", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "40-70", + "weight": 0.1, + "condition": { + "biomes": [ + "#cobblemon:is_sky", + "minecraft:sunflower_plains", + "#cobblemon:is_summer" + ], + "key_item": "clear_bell" + } + }, + { + "id": "mythsandlegends-hooh-3", + "pokemon": "hooh", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "40-70", + "weight": 0.1, + "condition": { + "biomes": [ + "minecraft:meadow", + "minecraft:sunflower_plains", + "minecraft:flower_forest" + ], + "key_item": "rainbow_wing" + } + }, + { + "id": "mythsandlegends-hooh-4", + "pokemon": "hooh", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "40-70", + "weight": 0.1, + "condition": { + "biomes": [ + "#cobblemon:is_sky", + "#minecraft:sunflower_plains", + "#cobblemon:is_summer" + ], + "key_item": "rainbow_wing" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-hoopa.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-hoopa.json new file mode 100644 index 0000000..705a959 --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-hoopa.json @@ -0,0 +1,51 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-hoopa-1", + "pokemon": "hoopa", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "50", + "weight": 0.1, + "condition": { + "biomes": [ + "minecraft:the_end", + "minecraft:end_barrens", + "minecraft:end_highlands", + "minecraft:end_midlands", + "minecraft:small_end_islands" + ], + "key_item": "hoopa_ring" + } + }, + { + "id": "mythsandlegends-hoopa-1", + "pokemon": "hoopa", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "50", + "weight": 0.1, + "condition": { + "biomes": [ + "minecraft:the_end", + "minecraft:end_barrens", + "minecraft:end_highlands", + "minecraft:end_midlands", + "minecraft:small_end_islands" + ], + "key_item": "prism_bottle" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-jirachi.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-jirachi.json new file mode 100644 index 0000000..4d19778 --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-jirachi.json @@ -0,0 +1,45 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-jirachi-1", + "pokemon": "jirachi", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "5-70", + "weight": 0.1, + "condition": { + "biomes": [ + "minecraft:mushroom_fields", + "minecraft:windswept_gravelly_hills" + ], + "key_item": "bonus_disk" + } + }, + { + "id": "mythsandlegends-jirachi-2", + "pokemon": "jirachi", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "5-70", + "weight": 0.1, + "condition": { + "biomes": [ + "#cobblemon:is_magical", + "#cobblemon:is_sparse" + ], + "key_item": "bonus_disk" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-keldeo.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-keldeo.json new file mode 100644 index 0000000..84bddb2 --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-keldeo.json @@ -0,0 +1,71 @@ +{ + "enabled": false, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-keldeo-1", + "pokemon": "keldeo", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 0.1, + "condition": { + "biomes": [ + "#minecraft:is_hill", + "#cobblemon:is_highlands", + "#c:mountain_slope", + "#forge:is_slope", + "terralith:blooming_valley", + "terralith:forested_highlands", + "terralith:lavender_valley", + "terralith:lush_valley", + "terralith:moonlight_valley", + "terralith:sakura_valley", + "terralith:savanna_slopes", + "terralith:temperate_highlands", + "terralith:yosemite_lowlands", + "wythers:autumnal_crags", + "wythers:ayers_rock", + "wythers:icy_crags", + "wythers:old_growth_taiga_crags", + "wythers:taiga_crags", + "wythers:temperate_rainforest_crags", + "wythers:thermal_taiga_crags", + "wythers:windswept_jungle" + ], + "key_item": "sacred_sword" + } + }, + { + "id": "mythsandlegends-keldeo-2", + "pokemon": "keldeo", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 0.1, + "condition": { + "biomes": [ + "#minecraft:is_mountain", + "#cobblemon:is_hills", + "#forge:is_mountain", + "terralith:stony_spires", + "terralith:volcanic_peaks", + "terralith:windswept_spires", + "terralith:yosemite_cliffs", + "wythers:tibesti_mountains" + + ], + "key_item": "sacred_sword" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-koraidon.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-koraidon.json new file mode 100644 index 0000000..090cf1e --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-koraidon.json @@ -0,0 +1,48 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-koraidon-1", + "pokemon": "koraidon", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "68-72", + "weight": 0.1, + "condition": { + "biomes": [ + "minecraft:badlands", + "minecraft:eroded_badlands", + "minecraft:savanna", + "minecraft:savanna_plateau" + ], + "key_item": "scarlet_book" + } + }, + { + "id": "mythsandlegends-koraidon-2", + "pokemon": "koraidon", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "68-.72", + "weight": 0.1, + "condition": { + "biomes": [ + "#cobblemon:is_savanna", + "#cobblemon:is_plateau", + "#cobblemon:is_mountain" + ], + "key_item": "scarlet_book" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-kubfu.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-kubfu.json new file mode 100644 index 0000000..6528f5d --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-kubfu.json @@ -0,0 +1,66 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-kubfu-1", + "pokemon": "kubfu", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "15", + "weight": 0.1, + "condition": { + "biomes": [ + "#minecraft:is_jungle", + "terralith:cave/underground_jungle", + "wythers:dripleaf_swamp", + "wythers:eucalyptus_deanei_forest", + "wythers:highland_tropical_rainforest", + "wythers:humid_tropical_grassland", + "wythers:jungle_canyon", + "wythers:subtropical_forest", + "wythers:subtropical_forest_edge", + "wythers:subtropical_grassland", + "wythers:tropical_forest", + "wythers:tropical_forest_canyon", + "wythers:tropical_grassland", + "wythers:tropical_island", + "wythers:tropical_rainforest" + ], + "key_item": "kubfus_band" + } + }, + { + "id": "mythsandlegends-kubfu-2", + "pokemon": "kubfu", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "15", + "weight": 0.1, + "condition": { + "biomes": [ + "wythers:bamboo_jungle_highlands", + "#cobblemon:is_bamboo", + "wythers:bamboo_jungle_canyon", + "wythers:bamboo_jungle_highlands", + "wythers:bamboo_jungle_swamp", + "wythers:bamboo_swamp", + "wythers:sakura_forest", + "wythers:sandy_jungle", + "wythers:sparse_bamboo_jungle" + + ], + "key_item": "kubfus_band" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-kyogre.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-kyogre.json new file mode 100644 index 0000000..cefaaf9 --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-kyogre.json @@ -0,0 +1,50 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-kyogre-1", + "pokemon": "kyogre", + "presets": [ + "freshwater", + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "ultra-rare", + "level": "45-70", + "weight": 0.1, + "condition": { + "biomes": [ + "#cobblemon:is_ocean", + "minecraft:deep_cold_ocean", + "minecraft:deep_frozen_ocean", + "minecraft:deep_ocean", + "minecraft:ocean" + ], + "key_item": "blue_orb" + } + }, + { + "id": "mythsandlegends-kyogre-2", + "pokemon": "kyogre", + "presets": [ + "freshwater", + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "ultra-rare", + "level": "45-70", + "weight": 0.1, + "condition": { + "biomes": [ + "#cobblemon:is_deep_ocean", + "#cobblemon:is_ocean" + ], + "key_item": "blue_orb" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-kyurem.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-kyurem.json new file mode 100644 index 0000000..bdd324a --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-kyurem.json @@ -0,0 +1,47 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-kyurem-1", + "pokemon": "kyurem", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "75", + "weight": 0.1, + "condition": { + "biomes": [ + "minecraft:frozen_peaks", + "minecraft:snowy_slopes", + "minecraft:snowy_taiga" + ], + "key_item": "dna_splicer" + } + }, + { + "id": "mythsandlegends-kyurem-2", + "pokemon": "kyurem", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "75", + "weight": 0.1, + "condition": { + "biomes": [ + "#cobblemon:is_freezing", + "#cobblemon:is_glacial", + "#cobblemon:is_snowy_forest" + ], + "key_item": "dna_splicer" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-landorus.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-landorus.json new file mode 100644 index 0000000..7f60592 --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-landorus.json @@ -0,0 +1,26 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-landorus-1", + "pokemon": "landorus", + "presets": ["natural"], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "50-70", + "weight": 0.1, + "condition": { + "isThundering": true, + "biomes": [ + "minecraft:savanna", + "minecraft:sunflower_plains", + "minecraft:desert" + ], + "key_item": "reveal_glass" + } + } + ] +} diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-latias.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-latias.json new file mode 100644 index 0000000..79f1d42 --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-latias.json @@ -0,0 +1,47 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-latias-1", + "pokemon": "latias", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "30-50", + "weight": 0.1, + "condition": { + "biomes": [ + "terralith:mirage_isles", + "minecraft:flower_forest", + "minecraft:birch_forest" + ], + "key_item": "eon_ticket" + } + }, + { + "id": "mythsandlegends-latias-2", + "pokemon": "latias", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "30-50", + "weight": 0.1, + "condition": { + "biomes": [ + "#cobblemon:is_coast", + "#cobblemon:is_temperate", + "#cobblemon:is_beach" + ], + "key_item": "eon_ticket" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-latios.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-latios.json new file mode 100644 index 0000000..23e264d --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-latios.json @@ -0,0 +1,47 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-latios-1", + "pokemon": "latios", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "30-50", + "weight": 0.1, + "condition": { + "biomes": [ + "terralith:mirage_isles", + "minecraft:plains", + "minecraft:mountain_edge" + ], + "key_item": "eon_ticket" + } + }, + { + "id": "mythsandlegends-latios-2", + "pokemon": "latios", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "30-50", + "weight": 0.1, + "condition": { + "biomes": [ + "#cobblemon:is_coast", + "#cobblemon:is_temperate", + "#cobblemon:is_beach" + ], + "key_item": "eon_ticket" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-lugia.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-lugia.json new file mode 100644 index 0000000..c1745c2 --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-lugia.json @@ -0,0 +1,91 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-lugia-1", + "pokemon": "lugia", + "presets": [ + "freshwater", + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "ultra-rare", + "level": "40-70", + "weight": 0.1, + "condition": { + "biomes": [ + "#minecraft:is_deep_ocean", + "minecraft:deep_ocean", + "minecraft:ocean" + ], + "key_item": "tidal_bell" + } + }, + { + "id": "mythsandlegends-lugia-2", + "pokemon": "lugia", + "presets": [ + "freshwater", + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "ultra-rare", + "level": "40-70", + "weight": 0.1, + "condition": { + "biomes": [ + "#cobblemon:is_deep_ocean", + "#cobblemon:is_ocean", + "#cobblemon:is_cold_ocean" + ], + "key_item": "tidal_bell" + } + }, + { + "id": "mythsandlegends-lugia-3", + "pokemon": "lugia", + "presets": [ + "freshwater", + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "ultra-rare", + "level": "40-70", + "weight": 0.1, + "condition": { + "biomes": [ + "#cobblemon:is_deep_ocean", + "minecraft:deep_ocean", + "minecraft:ocean" + ], + "key_item": "silver_wing" + } + }, + { + "id": "mythsandlegends-lugia-4", + "pokemon": "lugia", + "presets": [ + "freshwater", + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "ultra-rare", + "level": "40-70", + "weight": 0.1, + "condition": { + "biomes": [ + "#cobblemon:is_deep_ocean", + "#cobblemon:is_ocean", + "#cobblemon:is_cold_ocean" + ], + "key_item": "silver_wing" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-lunala.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-lunala.json new file mode 100644 index 0000000..6988052 --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-lunala.json @@ -0,0 +1,26 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-lunala-1", + "pokemon": "lunala", + "presets": ["natural"], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70-80", + "weight": 0.1, + "condition": { + "biomes": [ + "minecraft:dark_forest", + "byg:warped_desert", + "#cobblemon:is_hills" + ], + "timeRange": "night", + "key_item": "moon_flute" + } + } + ] +} diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-magearna.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-magearna.json new file mode 100644 index 0000000..e06c6d8 --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-magearna.json @@ -0,0 +1,99 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-magearna-1", + "pokemon": "magearna", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "50", + "weight": 0.1, + "condition": { + "biomes": [ + "#cobblemon:is_deep_dark" + ], + "neededNearbyBlocks": [ + "minecraft:iron_block" + ], + "key_item": "antique_pokeball" + } + }, + { + "id": "mythsandlegends-magearna-2", + "pokemon": "magearna", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "50", + "weight": 0.1, + "condition": { + "biomes": [ + "minecraft:the_end", + "minecraft:end_barrens", + "minecraft:end_highlands", + "minecraft:end_midlands", + "minecraft:small_end_islands" + ], + "neededNearbyBlocks": [ + "minecraft:iron_block" + ], + "key_item": "antique_pokeball" + } + }, + { + "id": "mythsandlegends-magearna-3", + "pokemon": "magearna", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "50", + "weight": 0.1, + "condition": { + "biomes": [ + "#cobblemon:is_deep_dark" + ], + "neededNearbyBlocks": [ + "minecraft:iron_block" + ], + "key_item": "soul_heart" + } + }, + { + "id": "mythsandlegends-magearna-4", + "pokemon": "magearna", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "50", + "weight": 0.1, + "condition": { + "biomes": [ + "minecraft:the_end", + "minecraft:end_barrens", + "minecraft:end_highlands", + "minecraft:end_midlands", + "minecraft:small_end_islands" + ], + "neededNearbyBlocks": [ + "minecraft:iron_block" + ], + "key_item": "soul_heart" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-marshadow.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-marshadow.json new file mode 100644 index 0000000..053daac --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-marshadow.json @@ -0,0 +1,46 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-marshadow-1", + "pokemon": "marshadow", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 0.1, + "condition": { + "biomes": [ + "minecraft:dark_forest", + "minecraft:swamp" + ], + "key_item": "marshadow_hood" + } + }, + { + "id": "mythsandlegends-marshadow-2", + "pokemon": "marshadow", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 0.1, + "condition": { + "biomes": [ + "#cobblemon:is_spooky", + "#cobblemon:is_dark", + "#cobblemon:is_deep_dark" + ], + "key_item": "marshadow_hood" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-meloetta.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-meloetta.json new file mode 100644 index 0000000..dbab8e2 --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-meloetta.json @@ -0,0 +1,51 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-meloetta-1", + "pokemon": "meloetta", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "50", + "weight": 0.1, + "condition": { + "biomes": [ + "minecraft:cherry_grove", + "minecraft:flower_forest", + "minecraft:meadow", + "minecraft:sunflower_plains", + "#byg:is_floral", + "#c:floral", + "#c:flower_forests", + "byg:amaranth_fields", + "byg:allium_fields", + "byg:rose_fields", + "byg:skyris_vale", + "byg:cherry_blossom_forest", + "byg:orchard", + "terralith:blooming_plateau", + "terralith:blooming_valley", + "terralith:lavender_forest", + "terralith:lavender_valley", + "terralith:sakura_grove", + "terralith:sakura_valley", + "wythers:autumnal_flower_forest", + "wythers:flowering_pantanal", + "wythers:jacaranda_savanna", + "wythers:lapacho_plains", + "wythers:sakura_forest", + "wythers:spring_flower_fields", + "wythers:spring_flower_forest" + + ], + "key_item": "meloetta_headset" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-meltan.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-meltan.json new file mode 100644 index 0000000..2ca5794 --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-meltan.json @@ -0,0 +1,28 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-meltan-1", + "pokemon": "meltan", + "presets": ["natural"], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "20-40", + "weight": 0.1, + "condition": { + "biomes": [ + "minecraft:taiga", + "minecraft:snowy_taiga", + "minecraft:mountains" + ], + "neededNearbyBlocks": [ + "minecraft:iron_block" + ], + "key_item": "mystery_box" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-mesprit.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-mesprit.json new file mode 100644 index 0000000..c267195 --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-mesprit.json @@ -0,0 +1,55 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-mesprit-1", + "pokemon": "mesprit", + "presets": [ + "water_surface" + ], + "type": "pokemon", + "context": "surface", + "bucket": "ultra-rare", + "level": "50", + "weight": 0.1, + "condition": { + "biomes": [ + "minecraft:mangrove_swamp", + "minecraft:swamp", + "#byg:is_swamp", + "#c:swamp", + "#forge:is_swamp", + "#wythers:is_swamp", + "terralith:ice_marsh", + "terralith:orchid_swampc", + "wythers:billabong" + ], + "key_item": "mesprit_plume" + } + }, + { + "id": "mythsandlegends-mesprit-2", + "pokemon": "mesprit", + "presets": [ + "water_surface" + ], + "type": "pokemon", + "context": "surface", + "bucket": "ultra-rare", + "level": "50", + "weight": 0.1, + "condition": { + "biomes": [ + "#cobblemon:is_river", + "wythers:lantern_river", + "#minecraft:is_river", + "wythers:tropical_forest_river", + "#cobblemon:is_freshwater" + ], + "key_item": "mesprit_plume" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-mew.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-mew.json new file mode 100644 index 0000000..eb56e40 --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-mew.json @@ -0,0 +1,47 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-mew-1", + "pokemon": "mew", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "10-70", + "weight": 1.0, + "condition": { + "biomes": [ + "#cobblemon:is_jungle", + "minecraft:bamboo_jungle", + "minecraft:jungle" + ], + "key_item": "old_sea_map" + } + }, + { + "id": "mythsandlegends-mew-2", + "pokemon": "mew", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "30-70", + "weight": 0.1, + "condition": { + "biomes": [ + "#cobblemon:is_jungle", + "#cobblemon:is_lush", + "#cobblemon:is_bamboo" + ], + "key_item": "old_sea_map" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-mewtwo.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-mewtwo.json new file mode 100644 index 0000000..11bf2dc --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-mewtwo.json @@ -0,0 +1,47 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-mewtwo-1", + "pokemon": "mewtwo", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70-75", + "weight": 0.1, + "condition": { + "biomes": [ + "minecraft:windswept_gravelly_hills", + "minecraft:dark_forest", + "minecraft:deep_dark" + ], + "key_item": "dr_fujis_diary" + } + }, + { + "id": "mythsandlegends-mewtwo-2", + "pokemon": "mewtwo", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70-75", + "weight": 0.1, + "condition": { + "biomes": [ + "#cobblemon:is_cave", + "#cobblemon:is_deep_dark", + "#cobblemon:is_spooky" + ], + "key_item": "dr_fujis_diary" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-miraidon.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-miraidon.json new file mode 100644 index 0000000..e6b1920 --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-miraidon.json @@ -0,0 +1,44 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-miraidon-1", + "pokemon": "miraidon", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "68-72", + "weight": 0.1, + "condition": { + "biomes": [ + "minecraft:windswept_gravelly_hills", + "minecraft:deep_dark" + ], + "key_item": "violet_book" + } + }, + { + "id": "mythsandlegends-miraidon-2", + "pokemon": "miraidon", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "68-72", + "weight": 0.1, + "condition": { + "biomes": [ + "#cobblemon:is_deep_dark" + ], + "key_item": "violet_book" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-moltres.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-moltres.json new file mode 100644 index 0000000..cd5fb84 --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-moltres.json @@ -0,0 +1,48 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-moltres-1", + "pokemon": "moltres", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "50-60", + "weight": 0.1, + "condition": { + "biomes": [ + "minecraft:badlands", + "minecraft:windswept_hills" + ], + "key_item": "tidal_bell", + "fire_stone_requirement": "3" + } + }, + { + "id": "mythsandlegends-moltres-2", + "pokemon": "moltres", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "50-60", + "weight": 0.1, + "condition": { + "biomes": [ + "#cobblemon:is_volcanic", + "#cobblemon:is_thermal", + "#cobblemon:is_sky" + ], + "key_item": "tidal_bell", + "fire_stone_requirement": "3" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-namorus.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-namorus.json new file mode 100644 index 0000000..97c096a --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-namorus.json @@ -0,0 +1,26 @@ +{ + "enabled": false, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-enamorus-1", + "pokemon": "enamorus", + "presets": ["natural"], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "50-70", + "weight": 0.1, + "condition": { + "isThundering": true, + "biomes": [ + "minecraft:flower_forest", + "minecraft:meadow", + "minecraft:cherry_grove" + ], + "key_item": "reveal_glass" + } + } + ] +} diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-necrozma.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-necrozma.json new file mode 100644 index 0000000..affe09e --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-necrozma.json @@ -0,0 +1,49 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-necrozma-1", + "pokemon": "necrozma", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 0.1, + "condition": { + "biomes": [ + "#cobblemon:is_deep_dark" + ], + "key_item": "necro_prism", + "shiny_stone_requirement": "3" + } + }, + { + "id": "mythsandlegends-necrozma-2", + "pokemon": "necrozma", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 0.1, + "condition": { + "biomes": [ + "minecraft:the_end", + "minecraft:end_barrens", + "minecraft:end_highlands", + "minecraft:end_midlands", + "minecraft:small_end_islands" + ], + "key_item": "necro_prism", + "shiny_stone_requirement": "3" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-ogerpon.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-ogerpon.json new file mode 100644 index 0000000..f338740 --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-ogerpon.json @@ -0,0 +1,26 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-ogerpon-1", + "pokemon": "ogerpon", + "presets": ["natural"], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "40-60", + "weight": 0.1, + "condition": { + "biomes": [ + "#cobblemon:is_floral", + "#cobblemon:is_bamboo", + "#cobblemon:is_jungle" + ], + "moonPhase": 1, + "key_item": "teal_mask" + } + } + ] +} diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-palkia.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-palkia.json new file mode 100644 index 0000000..aa2b92b --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-palkia.json @@ -0,0 +1,55 @@ +{ + "enabled": true, + "neededInstalledMods": [ + ], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-palkia-1", + "pokemon": "Palkia", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "47-70", + "weight": 0.1, + "condition": { + "biomes": [ + "terralith:skylands_winter", + "minecraft:the_end", + "minecraft:end_barrens", + "minecraft:end_highlands", + "minecraft:end_midlands", + "minecraft:small_end_islands" + ], + "key_item": "lustrous_orb" + } + }, + { + "id": "mythsandlegends-palkia-2", + "pokemon": "Palkia", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "47-70", + "weight": 0.1, + "condition": { + "biomes": [ + "terralith:skylands_winter", + "minecraft:the_end", + "minecraft:end_barrens", + "minecraft:end_highlands", + "minecraft:end_midlands", + "#cobblemon:is_end", + "minecraft:small_end_islands" + ], + "key_item": "lustrous_orb" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-pecharunt.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-pecharunt.json new file mode 100644 index 0000000..2049abe --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-pecharunt.json @@ -0,0 +1,46 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-pecharunt-1", + "pokemon": "pecharunt", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 0.1, + "condition": { + "biomes": [ + "minecraft:dark_forest", + "minecraft:swamp" + ], + "key_item": "mythical_pecha_berry" + } + }, + { + "id": "mythsandlegends-pecharunt-2", + "pokemon": "pecharunt", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 0.1, + "condition": { + "biomes": [ + "minecraft:woodland_mansion", + "minecraft:swamp_hut", + "minecraft:pillager_outpost" + ], + "key_item": "mythical_pecha_berry" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-raikou.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-raikou.json new file mode 100644 index 0000000..4e324e3 --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-raikou.json @@ -0,0 +1,49 @@ +{ + "enabled": false, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-raikou-1", + "pokemon": "raikou", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "50-60", + "weight": 0.1, + "condition": { + "biomes": [ + "minecraft:plains", + "minecraft:savanna", + "minecraft:savanna_plateau" + ], + "key_item": "clear_bell", + "thunder_stone_requirement": "3" + } + }, + { + "id": "mythsandlegends-raikou-2", + "pokemon": "raikou", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "50-60", + "weight": 0.1, + "condition": { + "biomes": [ + "#cobblemon:is_plains", + "#cobblemon:is_grassland", + "#cobblemon:is_arid" + ], + "key_item": "clear_bell", + "thunder_stone_requirement": "3" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-rayquaza.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-rayquaza.json new file mode 100644 index 0000000..5522c5b --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-rayquaza.json @@ -0,0 +1,54 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-rayquaza-1", + "pokemon": "rayquaza", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "50-70", + "weight": 0.1, + "condition": { + "biomes": [ + "terralith:skylands_autumn", + "terralith:skylands_spring", + "terralith:skylands_summer", + "terralith:skylands_winter", + "#cobblemon:is_jungle", + "#minecraft:is_jungle" + ], + "key_item": "jade_orb" + } + }, + { + "id": "mythsandlegends-rayquaza-2", + "pokemon": "rayquaza", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "50-70", + "weight": 0.1, + "condition": { + "biomes": [ + "#cobblemon:is_sky", + "#cobblemon:is_highlands", + "minecraft:end_highlands", + "#minecraft:is_end", + "#cobblemon:is_end", + "#cobblemon:is_jungle", + "#minecraft:is_jungle" + ], + "key_item": "jade_orb" + } + } + ] +} diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-regice.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-regice.json new file mode 100644 index 0000000..c3d8550 --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-regice.json @@ -0,0 +1,135 @@ +{ + "enabled": false, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-regice-1", + "pokemon": "regice", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 0.1, + "condition": { + "biomes": [ + "minecraft:frozen_river", + "minecraft:jagged_peaks", + "minecraft:snowy_beach", + "minecraft:snowy_plains", + "minecraft:snowy_slopes", + "#cobblemon:is_frozen_ocean", + "#cobblemon:is_glacial", + "#cobblemon:is_snowy_forest", + "#byg:is_snowy", + "#c:snowy", + "#forge:is_snowy", + "byg:cardinal_tundra", + "terralith:emerald_peaks", + "terralith:scarlet_mountains", + "terralith:skylands_winter", + "terralith:snowy_badlands", + "wythers:crimson_tundra", + "wythers:frozen_island", + "wythers:snowy_bog", + "wythers:snowy_canyon", + "wythers:snowy_peaks", + "wythers:snowy_tundra" + ], + "key_item": "ice_tablet" + } + }, + { + "id": "mythsandlegends-regice-2", + "pokemon": "regice", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 0.1, + "condition": { + "biomes": [ + "#cobblemon:is_freezing", + "#cobblemon:is_peak", + "#cobblemon:is_taiga", + "#cobblemon:is_tundra", + "#byg:is_cold", + "#c:climate_cold", + "#forge:is_cold/overworld", + "wythers:berry_bog" + ], + "key_item": "ice_tablet" + } + }, + { + "id": "mythsandlegends-regice-3", + "pokemon": "regice", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 0.1, + "condition": { + "biomes": [ + "minecraft:frozen_river", + "minecraft:jagged_peaks", + "minecraft:snowy_beach", + "minecraft:snowy_plains", + "minecraft:snowy_slopes", + "#cobblemon:is_frozen_ocean", + "#cobblemon:is_glacial", + "#cobblemon:is_snowy_forest", + "#byg:is_snowy", + "#c:snowy", + "#forge:is_snowy", + "byg:cardinal_tundra", + "terralith:emerald_peaks", + "terralith:scarlet_mountains", + "terralith:skylands_winter", + "terralith:snowy_badlands", + "wythers:crimson_tundra", + "wythers:frozen_island", + "wythers:snowy_bog", + "wythers:snowy_canyon", + "wythers:snowy_peaks", + "wythers:snowy_tundra" + ], + "key_item": "ancient_tablet" + } + }, + { + "id": "mythsandlegends-regice-4", + "pokemon": "regice", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 0.1, + "condition": { + "biomes": [ + "#cobblemon:is_freezing", + "#cobblemon:is_peak", + "#cobblemon:is_taiga", + "#cobblemon:is_tundra", + "#byg:is_cold", + "#c:climate_cold", + "#forge:is_cold/overworld", + "wythers:berry_bog" + ], + "key_item": "ancient_tablet" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-regidrago.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-regidrago.json new file mode 100644 index 0000000..7d9e465 --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-regidrago.json @@ -0,0 +1,93 @@ +{ + "enabled": false, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-regidrago-1", + "pokemon": "regidrago", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "40", + "weight": 0.1, + "condition": { + "biomes": [ + "#minecraft:is_nether" + ], + "key_item": "scaly_tablet" + } + }, + { + "id": "mythsandlegends-regidrago-2", + "pokemon": "regidrago", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "40", + "weight": 0.1, + "condition": { + "biomes": [ + "minecraft:the_end", + "minecraft:end_barrens", + "minecraft:end_highlands", + "minecraft:end_midlands", + "minecraft:small_end_islands" + ], + "key_item": "scaly_tablet" + } + } + , + { + "id": "mythsandlegends-regidrago-3", + "pokemon": "regidrago", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "40", + "weight": 0.1, + "condition": { + "biomes": [ + "minecraft:the_end", + "minecraft:end_barrens", + "minecraft:end_highlands", + "minecraft:end_midlands", + "minecraft:small_end_islands" + ], + "key_item": "ancient_tablet" + } + } + , + { + "id": "mythsandlegends-regidrago-4", + "pokemon": "regidrago", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "40", + "weight": 0.1, + "condition": { + "biomes": [ + "minecraft:the_end", + "minecraft:end_barrens", + "minecraft:end_highlands", + "minecraft:end_midlands", + "minecraft:small_end_islands" + ], + "key_item": "ancient_tablet" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-regieleki.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-regieleki.json new file mode 100644 index 0000000..9dec304 --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-regieleki.json @@ -0,0 +1,43 @@ +{ + "enabled": false, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-regieleki-1", + "pokemon": "regieleki", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 0.1, + "condition": { + "biomes": [ + "#cobblemon:is_deep_dark" + ], + "key_item": "plasma_tablet" + } + }, + { + "id": "mythsandlegends-regieleki-2", + "pokemon": "regieleki", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 0.1, + "condition": { + "biomes": [ + "#cobblemon:is_deep_dark" + ], + "key_item": "ancient_tablet" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-regigigas.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-regigigas.json new file mode 100644 index 0000000..bac9ab8 --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-regigigas.json @@ -0,0 +1,100 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-regigigas-1", + "pokemon": "regigigas", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 0.1, + "condition": { + "biomes": [ + "#cobblemon:is_deep_dark" + ], + "key_item": "ancient_tablet" + } + }, + { + "id": "mythsandlegends-regigigas-2", + "pokemon": "regigigas", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 0.1, + "condition": { + "biomes": [ + "#minecraft:is_savanna", + "#minecraft:savanna_plateau", + "#wythers:is_dark_forest", + "terralith:savanna_slopes", + "terralith:ashen_savanna", + "terralith:fractured_savanna", + "terralith:savanna_badlands", + "terralith:savanna_slopes", + "minecraft:savanna_plateau", + "#cobblemon:is_savanna" + ], + "key_item": "ancient_tablet" + } + }, + { + "id": "mythsandlegends-regigigas-3", + "pokemon": "regigigas", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 0.1, + "condition": { + "biomes": [ + "#minecraft:is_savanna", + "#minecraft:savanna_plateau", + "#wythers:is_dark_forest", + "terralith:savanna_slopes", + "terralith:ashen_savanna", + "terralith:fractured_savanna", + "terralith:savanna_badlands", + "terralith:savanna_slopes", + "minecraft:savanna_plateau", + "#cobblemon:is_savanna" + ], + "custom_pokemons_in_team": [ + { + "species": "regice", + "count": 1 + }, + { + "species": "regidrago", + "count": 1 + }, + { + "species": "regieleki", + "count": 1 + }, + { + "species": "regirock", + "count": 1 + }, + { + "species": "registeel", + "count": 1 + } + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-regirock.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-regirock.json new file mode 100644 index 0000000..720be24 --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-regirock.json @@ -0,0 +1,94 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-regirock-1", + "pokemon": "regirock", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 0.1, + "condition": { + "maxY": 63, + "biomes": [ + "minecraft:desert", + "#byg:is_desert", + "#c:desert", + "#wythers:is_desert", + "terralith:ancient_sands", + "terralith:desert_canyon", + "terralith:cave/desert_caves", + "terralith:desert_oasis", + "terralith:desert_spires", + "terralith:lush_desert", + "terralith:red_oasis", + "terralith:sandstone_valley", + "wythers:badlands_desert", + "wythers:desert_island", + "wythers:kwongan_heath", + "wythers:outback_desert", + "wythers:red_desert", + "wythers:sandy_jungle" + + ], + "key_item": "stone_tablet" + } + }, + { + "id": "mythsandlegends-regirock-2", + "pokemon": "regirock", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 0.1, + "condition": { + "maxY": 63, + "biomes": [ + "#minecraft:is_badlands", + "#c:mesa", + "terralith:ashen_savanna", + "terralith:red_oasis", + "terralith:warped_mesa", + "terralith:white_mesa", + "wythers:danakil_desert" + ], + "key_item": "stone_tablet" + } + }, + { + "id": "mythsandlegends-regirock-3", + "pokemon": "regirock", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 0.1, + "condition": { + "maxY": 63, + "biomes": [ + "#minecraft:is_badlands", + "#c:mesa", + "terralith:ashen_savanna", + "terralith:red_oasis", + "terralith:warped_mesa", + "terralith:white_mesa", + "wythers:danakil_desert" + ], + "key_item": "ancient_tablet" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-registeel.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-registeel.json new file mode 100644 index 0000000..9f15814 --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-registeel.json @@ -0,0 +1,71 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-registeel-1", + "pokemon": "registeel", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "40", + "weight": 0.1, + "condition": { + "biomes": [ + "minecraft:deep_dark", + "#cobblemon:is_deep_dark" + ], + "neededNearbyBlocks": [ + "minecraft:iron_block" + ], + "key_item": "steel_tablet" + } + }, + { + "id": "mythsandlegends-registeel-2", + "pokemon": "registeel", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "40", + "weight": 0.1, + "condition": { + "biomes": [ + "#minecraft:village" + ], + "neededNearbyBlocks": [ + "minecraft:iron_block" + ], + "key_item": "steel_tablet" + } + }, + { + "id": "mythsandlegends-registeel-2", + "pokemon": "registeel", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "40", + "weight": 0.1, + "condition": { + "biomes": [ + "#minecraft:village" + ], + "neededNearbyBlocks": [ + "minecraft:iron_block" + ], + "key_item": "ancient_tablet" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-reshiram.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-reshiram.json new file mode 100644 index 0000000..90420ab --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-reshiram.json @@ -0,0 +1,27 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-reshiram-1", + "pokemon": "reshiram", + "presets": ["natural"], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "60-70", + "weight": 0.1, + "condition": { + "biomes": [ + "minecraft:savanna", + "minecraft:sunflower_plains", + "minecraft:desert" + ], + "minLight": 8, + "maxLight": 15, + "key_item": "light_stone" + } + } + ] +} diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-shaymin.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-shaymin.json new file mode 100644 index 0000000..e9bbd93 --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-shaymin.json @@ -0,0 +1,53 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-shaymin-1", + "pokemon": "shaymin", + "presets": [ + "flowers" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 0.1, + "condition": { + "biomes": [ + "minecraft:sunflower_plains", + "minecraft:flower_forest", + "minecraft:flower_forest", + "minecraft:meadow", + "terralith:blooming_plateau", + "terralith:blooming_valley", + "terralith:lavender_valley", + "terralith:sakura_grove", + "terralith:sakura_valley", + "#cobblemon:is_floral", + "#cobblemon:is_grassland" + ], + "key_item": "oaks_letter" + } + }, + { + "id": "mythsandlegends-shaymin-2", + "pokemon": "shaymin", + "presets": [ + "flowers" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 0.1, + "condition": { + "biomes": [ + "#cobblemon:is_lush" + ], + "key_item": "oaks_letter" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-solgaleo.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-solgaleo.json new file mode 100644 index 0000000..c558ca3 --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-solgaleo.json @@ -0,0 +1,26 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-solgaleo-1", + "pokemon": "solgaleo", + "presets": ["natural"], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70-80", + "weight": 0.1, + "condition": { + "biomes": [ + "#cobblemon:is_plateau", + "minecraft:desert", + "wythers:badlands_desert" + ], + "timeRange": "day", + "key_item": "sun_flute" + } + } + ] +} diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-spectrier.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-spectrier.json new file mode 100644 index 0000000..11f0ae5 --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-spectrier.json @@ -0,0 +1,43 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-spectrier-1", + "pokemon": "spectrier", + "presets": [], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 0.1, + "condition": { + "biomes": [ + "#cobblemon:is_forest", + "#cobblemon:is_dark_forest", + "#cobblemon:is_plains" + ], + "key_item": "shaderoot_carrot" + } + }, + { + "id": "mythsandlegends-spectrier-2", + "pokemon": "spectrier", + "presets": [], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 0.1, + "condition": { + "biomes": [ + "#cobblemon:is_forest", + "#cobblemon:is_spooky", + "#cobblemon:is_plains" + ], + "key_item": "shaderoot_carrot" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-suicune.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-suicune.json new file mode 100644 index 0000000..6a42d8d --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-suicune.json @@ -0,0 +1,47 @@ +{ + "enabled": false, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-suicune-1", + "pokemon": "suicune", + "presets": [ + "river" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "50-60", + "weight": 0.1, + "condition": { + "biomes": [ + "minecraft:frozen_river", + "minecraft:river" + ], + "key_item": "clear_bell", + "water_stone_requirement": "3" + } + }, + { + "id": "mythsandlegends-suicune-2", + "pokemon": "suicune", + "presets": [ + "river" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "50-60", + "weight": 0.1, + "condition": { + "biomes": [ + "#cobblemon:is_freshwater", + "#cobblemon:is_cold_ocean" + ], + "key_item": "clear_bell", + "water_stone_requirement": "3" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-tapubulu.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-tapubulu.json new file mode 100644 index 0000000..0560952 --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-tapubulu.json @@ -0,0 +1,76 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-tapubulu-1", + "pokemon": "tapubulu", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "60", + "weight": 0.1, + "condition": { + "biomes": [ + "#minecraft:is_jungle", + "terralith:cave/underground_jungle", + "wythers:dripleaf_swamp", + "wythers:eucalyptus_deanei_forest", + "wythers:highland_tropical_rainforest", + "wythers:humid_tropical_grassland", + "wythers:jungle_canyon", + "wythers:subtropical_forest", + "wythers:subtropical_forest_edge", + "wythers:subtropical_grassland", + "wythers:tropical_forest", + "wythers:tropical_forest_canyon", + "wythers:tropical_grassland", + "wythers:tropical_island", + "wythers:tropical_rainforest" + ], + "key_item": "bulu_totem" + } + }, + { + "id": "mythsandlegends-tapubulu-2", + "pokemon": "tapubulu", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "60", + "weight": 0.1, + "condition": { + "biomes": [ + "minecraft:stony_shore", + "#cobblemon:is_beach", + "#c:stony_shores", + "terralith:basalt_cliffs", + "terralith:granite_cliffs", + "terralith:white_cliffs", + "wythers:calcite_coast", + "wythers:coastal_mangroves", + "wythers:cold_island", + "wythers:cold_stony_shore", + "wythers:deepslate_shore", + "wythers:frigid_island", + "wythers:frozen_island", + "wythers:gravelly_beach", + "wythers:icy_shore", + "wythers:mediterranean_island", + "wythers:temperate_island", + "wythers:tropical_island", + "wythers:warm_stony_shore" + + ], + "key_item": "bulu_totem" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-tapufini.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-tapufini.json new file mode 100644 index 0000000..1f00241 --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-tapufini.json @@ -0,0 +1,76 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-tapufini-1", + "pokemon": "tapufini", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "60", + "weight": 0.1, + "condition": { + "biomes": [ + "#minecraft:is_jungle", + "terralith:cave/underground_jungle", + "wythers:dripleaf_swamp", + "wythers:eucalyptus_deanei_forest", + "wythers:highland_tropical_rainforest", + "wythers:humid_tropical_grassland", + "wythers:jungle_canyon", + "wythers:subtropical_forest", + "wythers:subtropical_forest_edge", + "wythers:subtropical_grassland", + "wythers:tropical_forest", + "wythers:tropical_forest_canyon", + "wythers:tropical_grassland", + "wythers:tropical_island", + "wythers:tropical_rainforest" + ], + "key_item": "fini_totem" + } + }, + { + "id": "mythsandlegends-tapufini-2", + "pokemon": "tapufini", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "60", + "weight": 0.1, + "condition": { + "biomes": [ + "minecraft:stony_shore", + "#cobblemon:is_beach", + "#c:stony_shores", + "terralith:basalt_cliffs", + "terralith:granite_cliffs", + "terralith:white_cliffs", + "wythers:calcite_coast", + "wythers:coastal_mangroves", + "wythers:cold_island", + "wythers:cold_stony_shore", + "wythers:deepslate_shore", + "wythers:frigid_island", + "wythers:frozen_island", + "wythers:gravelly_beach", + "wythers:icy_shore", + "wythers:mediterranean_island", + "wythers:temperate_island", + "wythers:tropical_island", + "wythers:warm_stony_shore" + + ], + "key_item": "fini_totem" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-tapukoko.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-tapukoko.json new file mode 100644 index 0000000..1336e79 --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-tapukoko.json @@ -0,0 +1,76 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-tapukoko-1", + "pokemon": "tapukoko", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "60", + "weight": 0.1, + "condition": { + "biomes": [ + "#minecraft:is_jungle", + "terralith:cave/underground_jungle", + "wythers:dripleaf_swamp", + "wythers:eucalyptus_deanei_forest", + "wythers:highland_tropical_rainforest", + "wythers:humid_tropical_grassland", + "wythers:jungle_canyon", + "wythers:subtropical_forest", + "wythers:subtropical_forest_edge", + "wythers:subtropical_grassland", + "wythers:tropical_forest", + "wythers:tropical_forest_canyon", + "wythers:tropical_grassland", + "wythers:tropical_island", + "wythers:tropical_rainforest" + ], + "key_item": "koko_totem" + } + }, + { + "id": "mythsandlegends-tapukoko-2", + "pokemon": "tapukoko", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "60", + "weight": 0.1, + "condition": { + "biomes": [ + "minecraft:stony_shore", + "#cobblemon:is_beach", + "#c:stony_shores", + "terralith:basalt_cliffs", + "terralith:granite_cliffs", + "terralith:white_cliffs", + "wythers:calcite_coast", + "wythers:coastal_mangroves", + "wythers:cold_island", + "wythers:cold_stony_shore", + "wythers:deepslate_shore", + "wythers:frigid_island", + "wythers:frozen_island", + "wythers:gravelly_beach", + "wythers:icy_shore", + "wythers:mediterranean_island", + "wythers:temperate_island", + "wythers:tropical_island", + "wythers:warm_stony_shore" + + ], + "key_item": "koko_totem" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-tapulele.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-tapulele.json new file mode 100644 index 0000000..f05c9bc --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-tapulele.json @@ -0,0 +1,76 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-tapulele-1", + "pokemon": "tapulele", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "60", + "weight": 0.1, + "condition": { + "biomes": [ + "#minecraft:is_jungle", + "terralith:cave/underground_jungle", + "wythers:dripleaf_swamp", + "wythers:eucalyptus_deanei_forest", + "wythers:highland_tropical_rainforest", + "wythers:humid_tropical_grassland", + "wythers:jungle_canyon", + "wythers:subtropical_forest", + "wythers:subtropical_forest_edge", + "wythers:subtropical_grassland", + "wythers:tropical_forest", + "wythers:tropical_forest_canyon", + "wythers:tropical_grassland", + "wythers:tropical_island", + "wythers:tropical_rainforest" + ], + "key_item": "lele_totem" + } + }, + { + "id": "mythsandlegends-tapulele-2", + "pokemon": "tapulele", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "60", + "weight": 0.1, + "condition": { + "biomes": [ + "minecraft:stony_shore", + "#cobblemon:is_beach", + "#c:stony_shores", + "terralith:basalt_cliffs", + "terralith:granite_cliffs", + "terralith:white_cliffs", + "wythers:calcite_coast", + "wythers:coastal_mangroves", + "wythers:cold_island", + "wythers:cold_stony_shore", + "wythers:deepslate_shore", + "wythers:frigid_island", + "wythers:frozen_island", + "wythers:gravelly_beach", + "wythers:icy_shore", + "wythers:mediterranean_island", + "wythers:temperate_island", + "wythers:tropical_island", + "wythers:warm_stony_shore" + + ], + "key_item": "lele_totem" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-terapagos.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-terapagos.json new file mode 100644 index 0000000..b1c5830 --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-terapagos.json @@ -0,0 +1,45 @@ +{ + "enabled": false, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-terapagos-1", + "pokemon": "terapagos", + "presets": [], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "75", + "weight": 0.1, + "condition": { + "biomes": [ + "#cobblemon:is_mountain", + "#cobblemon:is_magical", + "#cobblemon:is_river", + "#cobblemon:is_jungle" + ], + "key_item": "prismatic_shell" + } + }, + { + "id": "mythsandlegends-terapagos-2", + "pokemon": "terapagos", + "presets": [], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "75", + "weight": 0.1, + "condition": { + "biomes": [ + "#cobblemon:is_mountain", + "#cobblemon:is_magical", + "#cobblemon:is_river", + "#cobblemon:is_jungle" + ], + "key_item": "prismatic_shell" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-terrakion.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-terrakion.json new file mode 100644 index 0000000..11845d4 --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-terrakion.json @@ -0,0 +1,71 @@ +{ + "enabled": false, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-terrakion-1", + "pokemon": "terrakion", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 0.1, + "condition": { + "biomes": [ + "#minecraft:is_hill", + "#cobblemon:is_highlands", + "#c:mountain_slope", + "#forge:is_slope", + "terralith:blooming_valley", + "terralith:forested_highlands", + "terralith:lavender_valley", + "terralith:lush_valley", + "terralith:moonlight_valley", + "terralith:sakura_valley", + "terralith:savanna_slopes", + "terralith:temperate_highlands", + "terralith:yosemite_lowlands", + "wythers:autumnal_crags", + "wythers:ayers_rock", + "wythers:icy_crags", + "wythers:old_growth_taiga_crags", + "wythers:taiga_crags", + "wythers:temperate_rainforest_crags", + "wythers:thermal_taiga_crags", + "wythers:windswept_jungle" + ], + "key_item": "cavern_shield" + } + }, + { + "id": "mythsandlegends-terrakion-2", + "pokemon": "terrakion", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 0.1, + "condition": { + "biomes": [ + "#minecraft:is_mountain", + "#cobblemon:is_hills", + "#forge:is_mountain", + "terralith:stony_spires", + "terralith:volcanic_peaks", + "terralith:windswept_spires", + "terralith:yosemite_cliffs", + "wythers:tibesti_mountains" + + ], + "key_item": "cavern_shield" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-thundurus.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-thundurus.json new file mode 100644 index 0000000..83e1408 --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-thundurus.json @@ -0,0 +1,26 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-thundurus-1", + "pokemon": "thundurus", + "presets": ["natural"], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "50-70", + "weight": 0.1, + "condition": { + "isThundering": true, + "biomes": [ + "minecraft:plains", + "minecraft:mountains", + "minecraft:badlands" + ], + "key_item": "reveal_glass" + } + } + ] +} diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-tornadus.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-tornadus.json new file mode 100644 index 0000000..ee6411a --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-tornadus.json @@ -0,0 +1,26 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-tornadus-1", + "pokemon": "tornadus", + "presets": ["natural"], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "50-70", + "weight": 0.1, + "condition": { + "isThundering": true, + "biomes": [ + "minecraft:jungle", + "minecraft:bamboo_jungle", + "minecraft:jungle_edge" + ], + "key_item": "reveal_glass" + } + } + ] +} diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-typenull.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-typenull.json new file mode 100644 index 0000000..e0fbe60 --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-typenull.json @@ -0,0 +1,47 @@ +{ + "enabled": false, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-typenull-1", + "pokemon": "typenull", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "60", + "weight": 0.1, + "condition": { + "biomes": [ + "#cobblemon:is_deep_dark" + ], + "key_item": "type:null_mask" + } + }, + { + "id": "mythsandlegends-typenull-2", + "pokemon": "typenull", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "60", + "weight": 0.1, + "condition": { + "biomes": [ + "minecraft:the_end", + "minecraft:end_barrens", + "minecraft:end_highlands", + "minecraft:end_midlands", + "minecraft:small_end_islands" + ], + "key_item": "type:null_mask" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-uxie.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-uxie.json new file mode 100644 index 0000000..a3f3d81 --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-uxie.json @@ -0,0 +1,55 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-uxie-1", + "pokemon": "uxie", + "presets": [ + "water_surface" + ], + "type": "pokemon", + "context": "surface", + "bucket": "ultra-rare", + "level": "50", + "weight": 0.1, + "condition": { + "biomes": [ + "minecraft:mangrove_swamp", + "minecraft:swamp", + "#byg:is_swamp", + "#c:swamp", + "#forge:is_swamp", + "#wythers:is_swamp", + "terralith:ice_marsh", + "terralith:orchid_swampc", + "wythers:billabong" + ], + "key_item": "uxie_claw" + } + }, + { + "id": "mythsandlegends-uxie-2", + "pokemon": "uxie", + "presets": [ + "water_surface" + ], + "type": "pokemon", + "context": "surface", + "bucket": "ultra-rare", + "level": "50", + "weight": 0.1, + "condition": { + "biomes": [ + "#cobblemon:is_river", + "wythers:lantern_river", + "#minecraft:is_river", + "wythers:tropical_forest_river", + "#cobblemon:is_freshwater" + ], + "key_item": "uxie_claw" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-victini.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-victini.json new file mode 100644 index 0000000..a9f335a --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-victini.json @@ -0,0 +1,48 @@ +{ + "enabled": true, + "neededInstalledMods": [ + ], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-victini-1", + "pokemon": "victini", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70-100", + "weight": 0.1, + "condition": { + "biomes": [ + "minecraft:badlands", + "minecraft:eroded_badlands", + "minecraft:savanna" + ], + "key_item": "liberty_pass" + } + }, + { + "id": "mythsandlegends-victini-2", + "pokemon": "victini", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70-100", + "weight": 0.1, + "condition": { + "biomes": [ + "#cobblemon:is_volcanic", + "#cobblemon:is_thermal", + "#cobblemon:is_savanna" + ], + "key_item": "liberty_pass" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-virizion.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-virizion.json new file mode 100644 index 0000000..3ee9f8d --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-virizion.json @@ -0,0 +1,71 @@ +{ + "enabled": false, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-virizion-1", + "pokemon": "virizion", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 0.1, + "condition": { + "biomes": [ + "#minecraft:is_hill", + "#cobblemon:is_highlands", + "#c:mountain_slope", + "#forge:is_slope", + "terralith:blooming_valley", + "terralith:forested_highlands", + "terralith:lavender_valley", + "terralith:lush_valley", + "terralith:moonlight_valley", + "terralith:sakura_valley", + "terralith:savanna_slopes", + "terralith:temperate_highlands", + "terralith:yosemite_lowlands", + "wythers:autumnal_crags", + "wythers:ayers_rock", + "wythers:icy_crags", + "wythers:old_growth_taiga_crags", + "wythers:taiga_crags", + "wythers:temperate_rainforest_crags", + "wythers:thermal_taiga_crags", + "wythers:windswept_jungle" + ], + "key_item": "grassland_blade" + } + }, + { + "id": "mythsandlegends-virizion-2", + "pokemon": "virizion", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 0.1, + "condition": { + "biomes": [ + "#minecraft:is_mountain", + "#cobblemon:is_hills", + "#forge:is_mountain", + "terralith:stony_spires", + "terralith:volcanic_peaks", + "terralith:windswept_spires", + "terralith:yosemite_cliffs", + "wythers:tibesti_mountains" + + ], + "key_item": "grassland_blade" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-volcanion.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-volcanion.json new file mode 100644 index 0000000..5fb7d33 --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-volcanion.json @@ -0,0 +1,51 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-volcanion-1", + "pokemon": "volcanion", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 0.1, + "condition": { + "biomes": [ + "#minecraft:is_nether" + ], + "key_item": "steam_valve" + } + }, + { + "id": "mythsandlegends-volcanion-2", + "pokemon": "volcanion", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 0.1, + "condition": { + "biomes": [ + "#cobblemon:is_volcanic", + "terralith:cave/mantle_caves", + "terralith:volcanic_crater", + "terralith:volcanic_peaks", + "wythers:icy_volcano", + "wythers:tropical_volcano", + "wythers:volcano", + "wythers:volcanic_chamber", + "wythers:volcanic_crater" + ], + "key_item": "steam_valve" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-xerneas.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-xerneas.json new file mode 100644 index 0000000..e85d788 --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-xerneas.json @@ -0,0 +1,47 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-xerneas-1", + "pokemon": "xerneas", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "50", + "weight": 0.1, + "condition": { + "biomes": [ + "minecraft:flower_forest", + "minecraft:forest", + "minecraft:meadow" + ], + "key_item": "sapling_of_life" + } + }, + { + "id": "mythsandlegends-xerneas-2", + "pokemon": "xerneas", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "50", + "weight": 0.1, + "condition": { + "biomes": [ + "#cobblemon:is_forest", + "#cobblemon:is_magical", + "#cobblemon:is_floral" + ], + "key_item": "sapling_of_life" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-yveltal.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-yveltal.json new file mode 100644 index 0000000..89163f6 --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-yveltal.json @@ -0,0 +1,45 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-yveltal-1", + "pokemon": "yveltal", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "50", + "weight": 0.1, + "condition": { + "biomes": [ + "minecraft:dark_forest", + "minecraft:swamp" + ], + "key_item": "cocoon_of_destruction" + } + }, + { + "id": "mythsandlegends-yveltal-2", + "pokemon": "yveltal", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "50", + "weight": 0.1, + "condition": { + "biomes": [ + "#cobblemon:is_spooky", + "#cobblemon:is_tundra" + ], + "key_item": "cocoon_of_destruction" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-zacian.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-zacian.json new file mode 100644 index 0000000..bbd87a9 --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-zacian.json @@ -0,0 +1,47 @@ +{ + "enabled": false, + "neededInstalledMods": [ + ], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-zacian-1", + "pokemon": "zacian", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 0.1, + "condition": { + "biomes": [ + "minecraft:flower_forest", + "minecraft:meadow" + ], + "key_item": "rusted_sword" + } + }, + { + "id": "mythsandlegends-zacian-2", + "pokemon": "zacian", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 0.1, + "condition": { + "biomes": [ + "#cobblemon:is_magical", + "#cobblemon:is_forest", + "#cobblemon:is_highlands" + ], + "key_item": "rusted_sword" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-zamazenta.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-zamazenta.json new file mode 100644 index 0000000..f6dabaf --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-zamazenta.json @@ -0,0 +1,47 @@ +{ + "enabled": false, + "neededInstalledMods": [ + ], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-zamazenta-1", + "pokemon": "zamazenta", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 0.1, + "condition": { + "biomes": [ + "minecraft:taiga", + "minecraft:windswept_forest" + ], + "key_item": "rusted_shield" + } + }, + { + "id": "mythsandlegends-zamazenta-2", + "pokemon": "zamazenta", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 0.1, + "condition": { + "biomes": [ + "#cobblemon:is_plateau", + "#cobblemon:is_savanna", + "#cobblemon:is_highlands" + ], + "key_item": "rusted_shield" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-zapdos.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-zapdos.json new file mode 100644 index 0000000..9dc3310 --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-zapdos.json @@ -0,0 +1,47 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-zapdos-1", + "pokemon": "zapdos", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "50-60", + "weight": 0.1, + "condition": { + "biomes": [ + "minecraft:plains", + "minecraft:savanna" + ], + "key_item": "tidal_bell", + "thunder_stone_requirement": "3" + } + }, + { + "id": "mythsandlegends-zapdos-2", + "pokemon": "zapdos", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "50-60", + "weight": 0.1, + "condition": { + "biomes": [ + "#cobblemon:is_sky", + "#cobblemon:is_mountain" + ], + "key_item": "tidal_bell", + "thunder_stone_requirement": "3" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-zarude.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-zarude.json new file mode 100644 index 0000000..1bef69a --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-zarude.json @@ -0,0 +1,39 @@ +{ + "enabled": false, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-zarude-1", + "pokemon": "zarude", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 0.1, + "condition": { + "biomes": [ + "#minecraft:is_jungle", + "terralith:cave/underground_jungle", + "wythers:dripleaf_swamp", + "wythers:eucalyptus_deanei_forest", + "wythers:highland_tropical_rainforest", + "wythers:humid_tropical_grassland", + "wythers:jungle_canyon", + "wythers:subtropical_forest", + "wythers:subtropical_forest_edge", + "wythers:subtropical_grassland", + "wythers:tropical_forest", + "wythers:tropical_forest_canyon", + "wythers:tropical_grassland", + "wythers:tropical_island", + "wythers:tropical_rainforest" + ], + "key_item": "zarudes_cape" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-zekrom.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-zekrom.json new file mode 100644 index 0000000..2435756 --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-zekrom.json @@ -0,0 +1,27 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-zekrom-1", + "pokemon": "zekrom", + "presets": ["natural"], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "60-70", + "weight": 0.1, + "condition": { + "biomes": [ + "minecraft:swamp", + "minecraft:dark_forest", + "minecraft:roofed_forest" + ], + "minLight": 0, + "maxLight": 7, + "key_item": "dark_stone" + } + } + ] +} diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-zeraora.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-zeraora.json new file mode 100644 index 0000000..8858b07 --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-zeraora.json @@ -0,0 +1,38 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-zeraora-1", + "pokemon": "zeraora", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 0.1, + "condition": { + "biomes": [ + "#minecraft:is_savanna", + "terralith:arid_highlands", + "terralith:ashen_savanna", + "terralith:brushland", + "terralith:desert_oasis", + "terralith:fractured_savanna", + "terralith:hot_shrubland", + "terralith:red_oasis", + "terralith:savanna_badlands", + "terralith:savanna_slopes", + "terralith:shrubland", + "wythers:granite_canyon", + "wythers:tropical_forest_canyon", + "wythers:tropical_forest" + ], + "key_item": "zeraoras_thunderclaw" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-zygarde100.json b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-zygarde100.json new file mode 100644 index 0000000..78f5be6 --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-zygarde100.json @@ -0,0 +1,89 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mythsandlegends-zygarde-1", + "pokemon": "zygarde", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 0.1, + "condition": { + "biomes": [ + "minecraft:birch_forest", + "minecraft:forest", + "minecraft:jungle", + "minecraft:mangrove_swamp", + "minecraft:swamp" + ], + "key_item": "zygarde_cube" + } + }, + { + "id": "mythsandlegends-zygarde-2", + "pokemon": "zygarde", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 0.1, + "condition": { + "biomes": [ + "#cobblemon:is_forest", + "#cobblemon:is_cave", + "#cobblemon:is_swamp" + ], + "key_item": "zygarde_cube" + } + }, + { + "id": "mythsandlegends-zygarde-3", + "pokemon": "zygarde", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 0.1, + "condition": { + "biomes": [ + "#cobblemon:is_forest", + "#cobblemon:is_cave", + "#cobblemon:is_swamp" + ], + "key_item": "zygarde_cell" + } + }, + { + "id": "mythsandlegends-zygarde-4", + "pokemon": "zygarde", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 0.1, + "condition": { + "biomes": [ + "#cobblemon:is_forest", + "#cobblemon:is_cave", + "#cobblemon:is_swamp" + ], + "key_item": "zygarde_core" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/pack.mcmeta b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/pack.mcmeta new file mode 100644 index 0000000..4b21d8d --- /dev/null +++ b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/pack.mcmeta @@ -0,0 +1 @@ +{"pack":{"pack_format":15,"description":"The offical Datapack for Myths and Legends [Cobblemon Addon]"}} \ No newline at end of file diff --git a/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/pack.png b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/pack.png new file mode 100644 index 0000000..4eb1a0e Binary files /dev/null and b/global_packs/required_data/MythsandLegends-Datapack-v1.0.4/pack.png differ diff --git a/global_packs/required_data/OceanBreaths_FREE/LICENSE.txt b/global_packs/required_data/OceanBreaths_FREE/LICENSE.txt new file mode 100644 index 0000000..a188668 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/LICENSE.txt @@ -0,0 +1,12 @@ +This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International +Link: http://creativecommons.org/licenses/by-nc-nd/4.0/ + +EN +This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-nd/4.0/legalcode or contact Creative Commons at https://creativecommons.org. +An exception is made for video, image, sound, blog, and any other media that would share the project. +Content creators must simply give appropriate credit and provide a link to the original work. + +FR +Cette oeuvre, crĂ©ation, site ou texte est sous licence Creative Commons Attribution - Pas d'Utilisation Commerciale - Pas de Modification 4.0 International. Pour accĂ©der Ă  une copie de cette licence, merci de vous rendre Ă  l'adresse suivante http://creativecommons.org/licenses/by-nc-nd/4.0/ ou envoyez un courrier Ă  Creative Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA. +Une exception est faite pour le contenu vidĂ©o, image, sonore, blog, et tous autres supports qui auraient pour but de partager le projet. +Les crĂ©ateurs de contenus doivent simplement accorder un crĂ©dit appropriĂ© et fournir un lien vers l'oeuvre initiale. diff --git a/global_packs/required_data/OceanBreaths_FREE/README.md b/global_packs/required_data/OceanBreaths_FREE/README.md new file mode 100644 index 0000000..e9ead9b --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/README.md @@ -0,0 +1,20 @@ +# OceanBreaths +A Minecraft datapack to add some ways to live under the oceans, breathing bubbles and chimney's oxygen. + +# Requires +- Minecraft 1.20+ + +# Use +1. Download the package +2. Copy/paste the entire "OceanBreaths/" folder in your "saves/your-map/datapacks/" folder. +3. Launch the game/server and play your map as you always do. + +# Author +- Name : FunkyToc +- Website : https://funkytoc.fr + +# License +This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License: http://creativecommons.org/licenses/by-nc-nd/4.0/ + +# Thanks +... diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/compatibility.mcfunction b/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/compatibility.mcfunction new file mode 100644 index 0000000..6a52b73 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/compatibility.mcfunction @@ -0,0 +1,7 @@ +# Terralith +scoreboard players set Compat_Terralith fkob.options 0 +execute if score %USED tr.first matches 0.. run scoreboard players set Compat_Terralith fkob.options 1 + +# No worldgen +scoreboard players set Compat_Vanilla fkob.options 1 +execute if score Compat_Terralith fkob.options matches 1 run scoreboard players set Compat_Vanilla fkob.options 0 diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/load.mcfunction b/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/load.mcfunction new file mode 100644 index 0000000..58adea6 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/load.mcfunction @@ -0,0 +1,11 @@ +scoreboard objectives add fkob.options dummy {"text":"OceanBreaths Options","color":"#008058"} + +function fkob:properties +function fkob:schedule/list +schedule function fkob:compatibility 21t + +tellraw @a ["",{"text":"[OceanBreaths] ","bold":true,"color":"gold","hoverEvent":{"action":"show_text","value":[{"text":"Developed with love by "},{"text":"FunkyToc","color":"dark_purple","bold":true}]}},{"text":"Enabled ! "},{"text":"More infos on "},{"text":"funkytoc.fr","color":"dark_purple","clickEvent":{"action":"open_url","value":"https://funkytoc.fr/en/home/"}}] +execute if score McVersion fktool matches ..11904 run tellraw @a ["",{"text":"[OceanBreaths] ","bold":true,"color":"gold","hoverEvent":{"action":"show_text","value":[{"text":"Developed with love by "},{"text":"FunkyToc","color":"dark_purple","bold":true}]}},{"text":"Version 1.19.4 or inferior detected !","color":"red"}] +execute if score McVersion fktool matches ..11904 run tellraw @a ["",{"text":"[OceanBreaths] ","bold":true,"color":"gold","hoverEvent":{"action":"show_text","value":[{"text":"Developed with love by "},{"text":"FunkyToc","color":"dark_purple","bold":true}]}},{"text":"This datapack needs 1.20+","color":"red"}] +execute if score McVersion fktool matches 12000.. run tellraw @a ["",{"text":"[OceanBreaths] ","bold":true,"color":"gold","hoverEvent":{"action":"show_text","value":[{"text":"Developed with love by "},{"text":"FunkyToc","color":"dark_purple","bold":true}]}},{"text":"Modify Options "},{"text":"[click here]","bold":true,"color":"aqua","clickEvent":{"action":"suggest_command","value":"/function fkob:options/get"}}] +execute if score McVersion fktool matches 12000.. run tellraw @a ["",{"text":"[OceanBreaths] ","bold":true,"color":"gold","hoverEvent":{"action":"show_text","value":[{"text":"Developed with love by "},{"text":"FunkyToc","color":"dark_purple","bold":true}]}},{"text":"You're playing the FREE version, get the customizable version "},{"text":"[becoming a Patreon]","bold":true,"color":"aqua","clickEvent":{"action":"open_url","value":"https://www.patreon.com/funkytoc"}}] diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/loop.mcfunction b/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/loop.mcfunction new file mode 100644 index 0000000..f423d33 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/loop.mcfunction @@ -0,0 +1,3 @@ +function fkob:systems/bubble/create +function fkob:systems/chimney/create +function fkob:systems/trail/detect \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/options/get.mcfunction b/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/options/get.mcfunction new file mode 100644 index 0000000..69e75d8 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/options/get.mcfunction @@ -0,0 +1,15 @@ +tellraw @s ["",{"text":"\n"}] +tellraw @s ["",{"text":"[OceanBreaths] ","bold":true,"color":"gold"},{"text":"Available options list","bold":true}] + +tellraw @s ["",{"text":"[OceanBreaths] ","bold":true,"color":"gold"},{"text":" - Bubble","hoverEvent":{"action":"show_text","contents":[{"text":"Allow bubbles to spawn at the ocean floor\n"},{"text":"Default: 1\n","color":"gray"},{"text":"0: disabled\n"},{"text":"1: enabled"}]}},{"text":" "},{"text":"[edit]","bold":true,"color":"aqua","clickEvent":{"action":"suggest_command","value":"/scoreboard players set Bubble fkob.options 1"}}] +tellraw @s ["",{"text":"[OceanBreaths] ","bold":true,"color":"gold"},{"text":" - BubbleMultiplier","hoverEvent":{"action":"show_text","contents":[{"text":"Bubble spawn count multiplier\n"},{"text":"Default: 2\n","color":"gray"},{"text":"Range: 1 - 3"}]}},{"text":" "},{"text":"[edit]","bold":true,"color":"aqua","clickEvent":{"action":"suggest_command","value":"/scoreboard players set BubbleMultiplier fkob.options 2"}}] +tellraw @s ["",{"text":"[OceanBreaths] ","bold":true,"color":"gold"},{"text":" - BubbleOxygen","hoverEvent":{"action":"show_text","contents":[{"text":"Oxygen time recovered per bubble (seconds)\n"},{"text":"Default: 20\n","color":"gray"},{"text":"Range : 1 - 600\n","color":"gray"},{"text":"10: 10 seconds of oxygen\n"},{"text":"20: 20 seconds of oxygen\n"},{"text":"60: 1 minute of oxygen"}]}},{"text":" "},{"text":"[edit]","bold":true,"color":"aqua","clickEvent":{"action":"suggest_command","value":"/scoreboard players set BubbleOxygen fkob.options 20"}}] +tellraw @s ["",{"text":"[OceanBreaths] ","bold":true,"color":"gold"},{"text":" - Chimney","hoverEvent":{"action":"show_text","contents":[{"text":"Allow chimneys to spawn at the ocean floor\n"},{"text":"Default: 1\n","color":"gray"},{"text":"0: disabled\n"},{"text":"1: enabled"}]}},{"text":" "},{"text":"[edit]","bold":true,"color":"aqua","clickEvent":{"action":"suggest_command","value":"/scoreboard players set Chimney fkob.options 1"}}] +tellraw @s ["",{"text":"[OceanBreaths] ","bold":true,"color":"gold"},{"text":" - ChimneyMultiplier","hoverEvent":{"action":"show_text","contents":[{"text":"Chimney spawn count multiplier\n"},{"text":"Default: 2\n","color":"gray"},{"text":"Range: 1 - 3"}]}},{"text":" "},{"text":"[edit]","bold":true,"color":"aqua","clickEvent":{"action":"suggest_command","value":"/scoreboard players set ChimneyMultiplier fkob.options 2"}}] +tellraw @s ["",{"text":"[OceanBreaths] ","bold":true,"color":"gold"},{"text":" - ChimneyOxygen","hoverEvent":{"action":"show_text","contents":[{"text":"Oxygen time recovered staying close to the chimney (seconds)\n"},{"text":"Default: 30\n","color":"gray"},{"text":"Range : 1 - 600\n","color":"gray"},{"text":"10: 10 seconds of oxygen\n"},{"text":"30: 30 seconds of oxygen\n"},{"text":"60: 1 minute of oxygen"}]}},{"text":" "},{"text":"[edit]","bold":true,"color":"aqua","clickEvent":{"action":"suggest_command","value":"/scoreboard players set ChimneyOxygen fkob.options 30"}}] +tellraw @s ["",{"text":"[OceanBreaths] ","bold":true,"color":"gold"},{"text":" - Trail","hoverEvent":{"action":"show_text","contents":[{"text":"Cosmetic dust trails when walking on the ocean floor\n"},{"text":"Default: 1\n","color":"gray"},{"text":"0: disabled\n"},{"text":"1: enabled"}]}},{"text":" "},{"text":"[edit]","bold":true,"color":"aqua","clickEvent":{"action":"suggest_command","value":"/scoreboard players set Trail fkob.options 1"}}] + +tellraw @s ["",{"text":"[OceanBreaths] ","bold":true,"color":"gold"},{"text":" + Kill Bubbles ","color":"gray"},{"text":"[command]","bold":true,"color":"green","clickEvent":{"action":"run_command","value":"/kill @e[type=minecraft:marker,tag=fkob.bubble]"}}] +tellraw @s ["",{"text":"[OceanBreaths] ","bold":true,"color":"gold"},{"text":" + Kill Chimneys ","color":"gray"},{"text":"[command]","bold":true,"color":"green","clickEvent":{"action":"run_command","value":"/execute as @e[type=minecraft:marker,tag=fkob.chimney] at @s run function fkob:systems/chimney/remove"}}] +tellraw @s ["",{"text":"[OceanBreaths] ","bold":true,"color":"gold"},{"text":"Messed up with options ? ","color":"gray"},{"text":"[reset]","bold":true,"color":"red","clickEvent":{"action":"suggest_command","value":"/function fkob:options/reset"}}] +tellraw @s ["",{"text":"[OceanBreaths] ","bold":true,"color":"gold"},{"text":"Uninstall datapack ? ","color":"gray"},{"text":"[uninstall]","bold":true,"color":"red","clickEvent":{"action":"suggest_command","value":"/function fkob:uninstall"}}] \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/options/reset.mcfunction b/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/options/reset.mcfunction new file mode 100644 index 0000000..808d62f --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/options/reset.mcfunction @@ -0,0 +1,9 @@ +scoreboard players set Bubble fkob.options 1 +scoreboard players set BubbleMultiplier fkob.options 2 +scoreboard players set BubbleOxygen fkob.options 20 +scoreboard players set Chimney fkob.options 1 +scoreboard players set ChimneyMultiplier fkob.options 2 +scoreboard players set ChimneyOxygen fkob.options 30 +scoreboard players set Trail fkob.options 1 + +tellraw @s ["",{"text":"[OceanBreaths] ","bold":true,"color":"gold"},{"text":"Options have been reset","color":"red"}] diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/properties.mcfunction b/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/properties.mcfunction new file mode 100644 index 0000000..9f96171 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/properties.mcfunction @@ -0,0 +1,45 @@ +### OceanBreaths Datapack +### +### Developped by FunkyToc +### With love +### And a big amount of time + + +## CONFIG + +# Allow bubbles to spawn at the ocean floor +# 0 : disable +# 1 : enable +execute unless score Bubble fkob.options matches 0.. run scoreboard players set Bubble fkob.options 1 + +# Bubble spawn count multiplier +# Default : 2 +# Range : 1 - 3 +execute unless score BubbleMultiplier fkob.options matches 0.. run scoreboard players set BubbleMultiplier fkob.options 2 + +# Oxygen time recovered per bubble (seconds) +# Default : 20 +# Range : 1 - 600 +execute unless score BubbleOxygen fkob.options matches 0.. run scoreboard players set BubbleOxygen fkob.options 20 + + +# Allow chimneys to spawn at the ocean floor +# 0 : disable +# 1 : enable +execute unless score Chimney fkob.options matches 0.. run scoreboard players set Chimney fkob.options 1 + +# Chimney spawn count multiplier +# Default : 2 +# Range : 1 - 3 +execute unless score ChimneyMultiplier fkob.options matches 0.. run scoreboard players set ChimneyMultiplier fkob.options 2 + +# Oxygen time recovered staying close to the chimney (seconds) +# Default : 30 +# Range : 1 - 600 +execute unless score ChimneyOxygen fkob.options matches 0.. run scoreboard players set ChimneyOxygen fkob.options 30 + + +# Cosmetic dust trails when walking on the ocean floor +# 0 : disable +# 1 : enable +execute unless score Trail fkob.options matches 0.. run scoreboard players set Trail fkob.options 1 diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/schedule/bubble_life.mcfunction b/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/schedule/bubble_life.mcfunction new file mode 100644 index 0000000..22ddb82 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/schedule/bubble_life.mcfunction @@ -0,0 +1,5 @@ +execute as @e[type=minecraft:marker,tag=fkob.bubble.prepare] at @s run function fkob:systems/bubble/prepare +execute as @e[type=minecraft:marker,tag=fkob.bubble.pop] at @s run function fkob:systems/bubble/pop +execute as @a[predicate=fktool:entity/in_water_eye] at @s if entity @e[type=minecraft:marker,tag=fkob.bubble.pop,distance=..2.5] run function fkob:systems/bubble/consume + +execute if entity @e[type=minecraft:marker,tag=fkob.bubble] run schedule function fkob:schedule/bubble_life 5t \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/schedule/chimney_life.mcfunction b/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/schedule/chimney_life.mcfunction new file mode 100644 index 0000000..90a37c1 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/schedule/chimney_life.mcfunction @@ -0,0 +1,5 @@ +execute as @e[type=minecraft:marker,tag=fkob.chimney.prepare] at @s run function fkob:systems/chimney/prepare +execute as @e[type=minecraft:marker,tag=fkob.chimney.pop] at @s run function fkob:systems/chimney/pop +execute as @a[predicate=fktool:entity/in_water_eye] at @s if entity @e[type=minecraft:marker,tag=fkob.chimney.pop,distance=..1.5] run function fkob:systems/chimney/consume + +execute at @a if entity @e[type=minecraft:marker,tag=fkob.chimney,distance=..32,limit=1] run schedule function fkob:schedule/chimney_life 5t \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/schedule/list.mcfunction b/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/schedule/list.mcfunction new file mode 100644 index 0000000..7ea6074 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/schedule/list.mcfunction @@ -0,0 +1 @@ +function fkob:tick \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/schedule/trail_life.mcfunction b/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/schedule/trail_life.mcfunction new file mode 100644 index 0000000..4e3b2a4 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/schedule/trail_life.mcfunction @@ -0,0 +1,4 @@ +execute as @e[type=minecraft:marker,tag=fkob.trail] at @s run function fkob:systems/trail/life +execute as @a[gamemode=!spectator,predicate=fktool:entity/in_water] at @s if predicate fkob:ocean_ground run summon minecraft:marker ~ ~ ~ {Tags:["fkob.trail"]} + +execute if entity @e[type=minecraft:marker,tag=fkob.trail,limit=1] run schedule function fkob:schedule/trail_life 6t \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/bubble/consume.mcfunction b/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/bubble/consume.mcfunction new file mode 100644 index 0000000..a4a232c --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/bubble/consume.mcfunction @@ -0,0 +1,7 @@ +execute anchored eyes rotated ~ 0 run particle minecraft:bubble_pop ^ ^ ^.6 .3 .3 .3 .01 10 +playsound minecraft:entity.player.swim player @a[predicate=fktool:entity/in_water_eye,distance=..16] ~ ~ ~ .5 .5 .01 +playsound minecraft:block.pointed_dripstone.drip_water_into_cauldron player @a[predicate=fktool:entity/in_water_eye,distance=..16] ~ ~ ~ 3 .5 .01 + +function fkob:systems/bubble/get_air + +kill @e[type=minecraft:marker,tag=fkob.bubble.pop,distance=..2.5,limit=1] \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/bubble/create.mcfunction b/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/bubble/create.mcfunction new file mode 100644 index 0000000..6bde697 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/bubble/create.mcfunction @@ -0,0 +1,2 @@ +function fkob:systems/bubble/summon +schedule function fkob:schedule/bubble_life 2s append \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/bubble/get_air.mcfunction b/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/bubble/get_air.mcfunction new file mode 100644 index 0000000..0fb393d --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/bubble/get_air.mcfunction @@ -0,0 +1 @@ +effect give @s minecraft:water_breathing 020 0 true \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/bubble/init.mcfunction b/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/bubble/init.mcfunction new file mode 100644 index 0000000..48cd139 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/bubble/init.mcfunction @@ -0,0 +1,4 @@ +execute unless predicate fktool:location/is_water run kill @s +execute if score Compat_Vanilla fkob.options matches 1 unless predicate fktool:biome/in_ocean run kill @s +execute if score Compat_Terralith fkob.options matches 1 unless predicate fkob:compatibility/terralith_oceans run kill @s +tag @s remove fkob.bubble.init \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/bubble/pop.mcfunction b/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/bubble/pop.mcfunction new file mode 100644 index 0000000..8eac416 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/bubble/pop.mcfunction @@ -0,0 +1,3 @@ +particle minecraft:bubble_column_up ~ ~ ~ .4 .4 .4 .001 10 +tp @s ~ ~.3 ~ +execute unless predicate fktool:entity/in_water_eye run kill @s \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/bubble/prepare.mcfunction b/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/bubble/prepare.mcfunction new file mode 100644 index 0000000..e3ab211 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/bubble/prepare.mcfunction @@ -0,0 +1,2 @@ +tp @s ~ ~-.4 ~ +execute unless predicate fktool:entity/in_water_feet run function fkob:systems/bubble/transform \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/bubble/summon.mcfunction b/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/bubble/summon.mcfunction new file mode 100644 index 0000000..954cea6 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/bubble/summon.mcfunction @@ -0,0 +1,15 @@ +# summon chance +execute if predicate fkob:bubble_chance rotated ~-60 0 positioned ^ ^ ^25 run summon minecraft:marker ~ ~ ~ {Tags:["fkob.bubble","fkob.bubble.prepare","fkob.bubble.init"]} +execute if predicate fkob:bubble_chance rotated ~-20 0 positioned ^ ^ ^30 run summon minecraft:marker ~ ~ ~ {Tags:["fkob.bubble","fkob.bubble.prepare","fkob.bubble.init"]} +execute if predicate fkob:bubble_chance rotated ~020 0 positioned ^ ^ ^30 run summon minecraft:marker ~ ~ ~ {Tags:["fkob.bubble","fkob.bubble.prepare","fkob.bubble.init"]} +execute if predicate fkob:bubble_chance rotated ~060 0 positioned ^ ^ ^25 run summon minecraft:marker ~ ~ ~ {Tags:["fkob.bubble","fkob.bubble.prepare","fkob.bubble.init"]} + +# randomize pos +execute as @e[type=minecraft:marker,tag=fkob.bubble.init,limit=1,sort=random] at @s run tp @s ~-2 ~-2 ~4 +execute as @e[type=minecraft:marker,tag=fkob.bubble.init,limit=1,sort=random] at @s run tp @s ~4 ~2 ~-2 +execute as @e[type=minecraft:marker,tag=fkob.bubble.init,limit=1,sort=random] at @s run tp @s ~-3 ~2 ~ +execute as @e[type=minecraft:marker,tag=fkob.bubble.init,limit=1,sort=random] at @s run tp @s ~ ~-2 ~3 +execute as @e[type=minecraft:marker,tag=fkob.bubble.init,limit=1,sort=random] at @s run tp @s ~2 ~ ~2 + +# check +execute as @e[type=minecraft:marker,tag=fkob.bubble.init] at @s run function fkob:systems/bubble/init \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/bubble/transform.mcfunction b/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/bubble/transform.mcfunction new file mode 100644 index 0000000..e3d9e29 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/bubble/transform.mcfunction @@ -0,0 +1,5 @@ +tag @s add fkob.bubble.pop +tag @s remove fkob.bubble.prepare +particle minecraft:campfire_cosy_smoke ~ ~.5 ~ .3 .1 .3 .001 10 +particle minecraft:campfire_signal_smoke ~ ~1 ~ .02 .4 .02 .001 5 +tp @s ~ ~1 ~ \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/chimney/consume.mcfunction b/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/chimney/consume.mcfunction new file mode 100644 index 0000000..b2b3a49 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/chimney/consume.mcfunction @@ -0,0 +1,3 @@ +execute anchored eyes rotated ~ 0 run particle minecraft:bubble_pop ^ ^ ^.6 .3 .3 .3 .01 1 + +function fkob:systems/chimney/get_air \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/chimney/create.mcfunction b/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/chimney/create.mcfunction new file mode 100644 index 0000000..3a3f241 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/chimney/create.mcfunction @@ -0,0 +1,2 @@ +execute unless entity @e[type=minecraft:marker,tag=fkob.chimney,distance=..64,limit=1] run function fkob:systems/chimney/summon +schedule function fkob:schedule/chimney_life 2s append \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/chimney/get_air.mcfunction b/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/chimney/get_air.mcfunction new file mode 100644 index 0000000..022671d --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/chimney/get_air.mcfunction @@ -0,0 +1 @@ +effect give @s minecraft:water_breathing 030 0 true \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/chimney/init.mcfunction b/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/chimney/init.mcfunction new file mode 100644 index 0000000..c3e3867 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/chimney/init.mcfunction @@ -0,0 +1,4 @@ +execute unless predicate fktool:location/is_water run kill @s +execute if score Compat_Vanilla fkob.options matches 1 unless predicate fktool:biome/in_ocean run kill @s +execute if score Compat_Terralith fkob.options matches 1 unless predicate fkob:compatibility/terralith_oceans run kill @s +tag @s remove fkob.chimney.init \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/chimney/pop.mcfunction b/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/chimney/pop.mcfunction new file mode 100644 index 0000000..47329b5 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/chimney/pop.mcfunction @@ -0,0 +1,7 @@ +particle minecraft:bubble_column_up ~ ~ ~ .1 .1 .1 .001 3 + +# check destroyed +execute if block ~ ~ ~ minecraft:water run setblock ~ ~1 ~ minecraft:water +execute if block ~ ~ ~ minecraft:water run kill @s +execute unless block ~ ~1 ~ minecraft:light run setblock ~ ~ ~ minecraft:water +execute unless block ~ ~1 ~ minecraft:light run kill @s \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/chimney/prepare.mcfunction b/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/chimney/prepare.mcfunction new file mode 100644 index 0000000..da03da1 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/chimney/prepare.mcfunction @@ -0,0 +1,3 @@ +tp @s ~ ~-.5 ~ +execute if entity @e[type=minecraft:marker,tag=fkob.chimney,distance=1..64] run kill @s +execute unless predicate fktool:entity/in_water_feet run function fkob:systems/chimney/transform \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/chimney/remove.mcfunction b/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/chimney/remove.mcfunction new file mode 100644 index 0000000..b5ed218 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/chimney/remove.mcfunction @@ -0,0 +1,3 @@ +setblock ~ ~1 ~ minecraft:water +setblock ~ ~ ~ minecraft:water +kill @s \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/chimney/summon.mcfunction b/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/chimney/summon.mcfunction new file mode 100644 index 0000000..93ecd54 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/chimney/summon.mcfunction @@ -0,0 +1,7 @@ +# summon chance +execute if predicate fkob:chimney_chance rotated ~-50 0 positioned ^ ^ ^25 run summon minecraft:marker ~ ~ ~ {Tags:["fkob.chimney","fkob.chimney.prepare","fkob.chimney.init"]} +execute if predicate fkob:chimney_chance rotated ~000 0 positioned ^ ^ ^30 run summon minecraft:marker ~ ~ ~ {Tags:["fkob.chimney","fkob.chimney.prepare","fkob.chimney.init"]} +execute if predicate fkob:chimney_chance rotated ~050 0 positioned ^ ^ ^25 run summon minecraft:marker ~ ~ ~ {Tags:["fkob.chimney","fkob.chimney.prepare","fkob.chimney.init"]} + +# check +execute as @e[type=minecraft:marker,tag=fkob.chimney.init] at @s run function fkob:systems/chimney/init \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/chimney/transform.mcfunction b/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/chimney/transform.mcfunction new file mode 100644 index 0000000..e434226 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/chimney/transform.mcfunction @@ -0,0 +1,11 @@ +tag @s add fkob.chimney.pop +tag @s remove fkob.chimney.prepare +particle minecraft:campfire_cosy_smoke ~ ~.5 ~ .6 .6 .6 .001 50 +particle minecraft:campfire_signal_smoke ~ ~1 ~ .3 .6 .3 .001 20 +execute align xyz run tp @s ~.5 ~1.8 ~.5 + +execute at @s if block ~ ~-1 ~ minecraft:sand if predicate fktool:rng/60 run setblock ~ ~ ~ minecraft:sandstone_wall[waterlogged=true] destroy +execute at @s if block ~ ~-1 ~ minecraft:prismarine if predicate fktool:rng/80 run setblock ~ ~ ~ minecraft:prismarine_wall[waterlogged=true] destroy +execute at @s unless block ~ ~ ~ minecraft:sandstone_wall unless block ~ ~ ~ minecraft:prismarine_wall run setblock ~ ~ ~ minecraft:mossy_cobblestone_wall[waterlogged=true] destroy + +execute at @s run setblock ~ ~1 ~ minecraft:light[level=12,waterlogged=true] \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/trail/detect.mcfunction b/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/trail/detect.mcfunction new file mode 100644 index 0000000..7c0e728 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/trail/detect.mcfunction @@ -0,0 +1 @@ +execute if predicate fkob:ocean_ground run function fkob:schedule/trail_life \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/trail/life.mcfunction b/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/trail/life.mcfunction new file mode 100644 index 0000000..aec50e6 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/trail/life.mcfunction @@ -0,0 +1,2 @@ +particle minecraft:campfire_cosy_smoke ~ ~-.1 ~ .1 .1 .1 .001 1 +kill @s \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/tick.mcfunction b/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/tick.mcfunction new file mode 100644 index 0000000..1290065 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/tick.mcfunction @@ -0,0 +1,3 @@ +execute if score McVersion fktool matches 12000.. as @a[gamemode=!creative,gamemode=!spectator,predicate=fktool:entity/in_water_feet] at @s align y run function fkob:tick_compat + +schedule function fkob:tick 5s \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/tick_compat.mcfunction b/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/tick_compat.mcfunction new file mode 100644 index 0000000..2b1fc0d --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/tick_compat.mcfunction @@ -0,0 +1,2 @@ +execute if score Compat_Vanilla fkob.options matches 1 if predicate fktool:biome/in_ocean run function fkob:loop +execute if score Compat_Terralith fkob.options matches 1 if predicate fkob:compatibility/terralith_oceans run function fkob:loop \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/uninstall.mcfunction b/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/uninstall.mcfunction new file mode 100644 index 0000000..ced8962 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/uninstall.mcfunction @@ -0,0 +1,14 @@ +execute as @e[type=minecraft:marker,tag=fkob.chimney] at @s run function fkob:systems/chimney/remove +kill @e[type=minecraft:marker,tag=fkob.bubble] +kill @e[type=minecraft:marker,tag=fkob.chimney] + +scoreboard players reset * fkob.options +scoreboard objectives remove fkob.options + +function fktool:uninstall + +datapack disable "file/OceanBreaths.zip" +datapack disable "file/OceanBreaths_FREE.zip" +datapack disable "file/oceanbreaths-free.zip" + +tellraw @s ["",{"text":"[OceanBreaths] ","bold":true,"color":"gold"},{"text":"Uninstalled","color":"red"}] diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fkob/predicates/bubble_chance.json b/global_packs/required_data/OceanBreaths_FREE/data/fkob/predicates/bubble_chance.json new file mode 100644 index 0000000..7c4d061 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fkob/predicates/bubble_chance.json @@ -0,0 +1,4 @@ +{ + "condition": "minecraft:random_chance", + "chance": 0.20 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fkob/predicates/chimney_chance.json b/global_packs/required_data/OceanBreaths_FREE/data/fkob/predicates/chimney_chance.json new file mode 100644 index 0000000..2de5026 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fkob/predicates/chimney_chance.json @@ -0,0 +1,4 @@ +{ + "condition": "minecraft:random_chance", + "chance": 0.05 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fkob/predicates/compatibility/terralith_oceans.json b/global_packs/required_data/OceanBreaths_FREE/data/fkob/predicates/compatibility/terralith_oceans.json new file mode 100644 index 0000000..c1ab78a --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fkob/predicates/compatibility/terralith_oceans.json @@ -0,0 +1,21 @@ +{ + "condition": "minecraft:any_of", + "terms": [ + { + "condition": "minecraft:reference", + "name": "fktool:biome/in_ocean" + }, + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:river" + } + }, + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "terralith:warm_river" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fkob/predicates/compatibility/wwoo_check_ocean.json b/global_packs/required_data/OceanBreaths_FREE/data/fkob/predicates/compatibility/wwoo_check_ocean.json new file mode 100644 index 0000000..7648540 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fkob/predicates/compatibility/wwoo_check_ocean.json @@ -0,0 +1,9 @@ +{ + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "location": { + "biome": "minecraft:ocean" + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fkob/predicates/compatibility/wwoo_oceans.json b/global_packs/required_data/OceanBreaths_FREE/data/fkob/predicates/compatibility/wwoo_oceans.json new file mode 100644 index 0000000..6487dcc --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fkob/predicates/compatibility/wwoo_oceans.json @@ -0,0 +1,21 @@ +{ + "condition": "minecraft:any_of", + "terms": [ + { + "condition": "minecraft:reference", + "name": "fktool:biome/in_ocean" + }, + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "wythers:icy_ocean" + } + }, + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "wythers:deep_icy_ocean" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fkob/predicates/compatibility/wwoo_terralith_oceans.json b/global_packs/required_data/OceanBreaths_FREE/data/fkob/predicates/compatibility/wwoo_terralith_oceans.json new file mode 100644 index 0000000..db0c712 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fkob/predicates/compatibility/wwoo_terralith_oceans.json @@ -0,0 +1,27 @@ +{ + "condition": "minecraft:any_of", + "terms": [ + { + "condition": "minecraft:reference", + "name": "fktool:biome/in_ocean" + }, + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "wythers:icy_ocean" + } + }, + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "wythers:deep_icy_ocean" + } + }, + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:river" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fkob/predicates/ocean_ground.json b/global_packs/required_data/OceanBreaths_FREE/data/fkob/predicates/ocean_ground.json new file mode 100644 index 0000000..8fa0700 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fkob/predicates/ocean_ground.json @@ -0,0 +1,14 @@ +[ + { + "condition": "minecraft:inverted", + "term": { + "condition": "minecraft:location_check", + "offsetY": -1, + "predicate": { + "fluid": { + "tag": "minecraft:water" + } + } + } + } +] \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/conflict.mcfunction b/global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/conflict.mcfunction new file mode 100644 index 0000000..ea6ea92 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/conflict.mcfunction @@ -0,0 +1,4 @@ +execute if score McVersion fktool matches 1..999 run tellraw @a ["",{"text":"[fktool]","bold":true,"color":"gold"},{"text":" Conflict detected between two of my datapacks. Proceed : "}] +execute if score McVersion fktool matches 1..999 run tellraw @a ["",{"text":"[fktool]","bold":true,"color":"gold"},{"text":" 1. Download and update all FunkyToc's datapacks "},{"text":"[ get list ]","color":"aqua","clickEvent":{"action":"open_url","value":"https://www.planetminecraft.com/member/funkytoc/submissions/data-packs/"}}] +execute if score McVersion fktool matches 1..999 run tellraw @a ["",{"text":"[fktool]","bold":true,"color":"gold"},{"text":" 2. Use /reload in game"}] +execute if score McVersion fktool matches 1..999 run tellraw @a ["",{"text":"[fktool]","bold":true,"color":"gold"},{"text":" 3. Fixed. If the problem still persists, please contact me on "},{"text":"[ PMC ]","color":"aqua","clickEvent":{"action":"open_url","value":"https://www.planetminecraft.com/member/funkytoc/"}}] \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/difficulty/get.mcfunction b/global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/difficulty/get.mcfunction new file mode 100644 index 0000000..069bd82 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/difficulty/get.mcfunction @@ -0,0 +1 @@ +execute store result score Difficulty fktool run difficulty \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/load.mcfunction b/global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/load.mcfunction new file mode 100644 index 0000000..829ca38 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/load.mcfunction @@ -0,0 +1,90 @@ +# scores +scoreboard objectives add fktool dummy + +# const +scoreboard players set #-1 fktool -1 +scoreboard players set #1 fktool 1 +scoreboard players set #2 fktool 2 +scoreboard players set #3 fktool 3 +scoreboard players set #4 fktool 4 +scoreboard players set #5 fktool 5 +scoreboard players set #6 fktool 6 +scoreboard players set #7 fktool 7 +scoreboard players set #8 fktool 8 +scoreboard players set #9 fktool 9 +scoreboard players set #10 fktool 10 +scoreboard players set #11 fktool 11 +scoreboard players set #12 fktool 12 +scoreboard players set #13 fktool 13 +scoreboard players set #14 fktool 14 +scoreboard players set #15 fktool 15 +scoreboard players set #16 fktool 16 +scoreboard players set #17 fktool 17 +scoreboard players set #18 fktool 18 +scoreboard players set #19 fktool 19 +scoreboard players set #20 fktool 20 +scoreboard players set #25 fktool 25 +scoreboard players set #30 fktool 30 +scoreboard players set #35 fktool 35 +scoreboard players set #40 fktool 40 +scoreboard players set #45 fktool 45 +scoreboard players set #50 fktool 50 +scoreboard players set #55 fktool 55 +scoreboard players set #60 fktool 60 +scoreboard players set #65 fktool 65 +scoreboard players set #70 fktool 70 +scoreboard players set #75 fktool 75 +scoreboard players set #80 fktool 80 +scoreboard players set #85 fktool 85 +scoreboard players set #90 fktool 90 +scoreboard players set #91 fktool 91 +scoreboard players set #92 fktool 92 +scoreboard players set #93 fktool 93 +scoreboard players set #94 fktool 94 +scoreboard players set #95 fktool 95 +scoreboard players set #96 fktool 96 +scoreboard players set #97 fktool 97 +scoreboard players set #98 fktool 98 +scoreboard players set #99 fktool 99 +scoreboard players set #100 fktool 100 +scoreboard players set #101 fktool 101 +scoreboard players set #200 fktool 200 +scoreboard players set #300 fktool 300 +scoreboard players set #400 fktool 400 +scoreboard players set #500 fktool 500 +scoreboard players set #600 fktool 600 +scoreboard players set #700 fktool 700 +scoreboard players set #800 fktool 800 +scoreboard players set #900 fktool 900 +scoreboard players set #1000 fktool 1000 +scoreboard players set #10000 fktool 10000 +scoreboard players set #100000 fktool 100000 +scoreboard players set #1000000 fktool 1000000 + +# timestamps +scoreboard players set #1min fktool 1200 +scoreboard players set #2min fktool 2400 +scoreboard players set #3min fktool 3600 +scoreboard players set #4min fktool 4800 +scoreboard players set #5min fktool 6000 +scoreboard players set #10min fktool 12000 +scoreboard players set #20min fktool 24000 +scoreboard players set #30min fktool 36000 +scoreboard players set #60min fktool 72000 +scoreboard players set #2hour fktool 144000 +scoreboard players set #4hour fktool 288000 +scoreboard players set #8hour fktool 576000 + +# properties + + +# modules + + +# check conflict +function fktool:conflict + +# init +function fktool:difficulty/get +function fktool:mcv/get +function fktool:rng/get diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/mcv/get.mcfunction b/global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/mcv/get.mcfunction new file mode 100644 index 0000000..fbc2442 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/mcv/get.mcfunction @@ -0,0 +1,27 @@ +# get +execute store result score DataVersion fktool run data get entity @r DataVersion + +# set +scoreboard players set McVersion fktool 0 +execute if score DataVersion fktool matches 3700.. run scoreboard players set McVersion fktool 12004 +execute if score DataVersion fktool matches 3579..3699 run scoreboard players set McVersion fktool 12003 +execute if score DataVersion fktool matches 3567..3578 run scoreboard players set McVersion fktool 12002 +execute if score DataVersion fktool matches 3442..3465 run scoreboard players set McVersion fktool 12000 +execute if score DataVersion fktool matches 3320..3337 run scoreboard players set McVersion fktool 11904 +execute if score DataVersion fktool matches 3205..3218 run scoreboard players set McVersion fktool 11903 +execute if score DataVersion fktool matches 3066..3120 run scoreboard players set McVersion fktool 11900 +execute if score DataVersion fktool matches 2966..2975 run scoreboard players set McVersion fktool 11802 +execute if score DataVersion fktool matches 2825..2865 run scoreboard players set McVersion fktool 11800 +execute if score DataVersion fktool matches 2701..2730 run scoreboard players set McVersion fktool 11700 +execute if score DataVersion fktool matches 2569..2586 run scoreboard players set McVersion fktool 11602 +execute if score DataVersion fktool matches 2320..2567 run scoreboard players set McVersion fktool 11600 +execute if score DataVersion fktool matches 2067..2230 run scoreboard players set McVersion fktool 11500 +execute if score DataVersion fktool matches 1901..1976 run scoreboard players set McVersion fktool 11400 +execute if score DataVersion fktool matches 1444..1631 run scoreboard players set McVersion fktool 11300 +execute if score DataVersion fktool matches 1..1343 run scoreboard players set McVersion fktool 11200 + +# require +execute unless entity @p run tellraw @a {"text":"WARNING: a connected player is required to get the Minecraft version. Default setting : 1.20.4 . Use /reload with a player ingame to update it.","color":"red"} +execute if entity @p unless score DataVersion fktool matches 1.. run tellraw @a {"text":"ERROR: DataVersion not recognized. Do you use intensive plugins, mods or optimized server type? Default setting : 1.20.4.","color":"red"} +execute unless score DataVersion fktool matches 1.. run scoreboard players set DataVersion fktool -1 +execute if score DataVersion fktool matches -1 run scoreboard players set McVersion fktool 12004 diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/rng/get.mcfunction b/global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/rng/get.mcfunction new file mode 100644 index 0000000..839a582 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/rng/get.mcfunction @@ -0,0 +1,3 @@ +execute if score McVersion fktool matches ..11500 run function fktool:rng/rand_1.13 +execute if score McVersion fktool matches 11600..11602 run function fktool:rng/rand_1.16 +execute if score McVersion fktool matches 11700.. run function fktool:rng/rand_1.17 \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/rng/rand_1.13.mcfunction b/global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/rng/rand_1.13.mcfunction new file mode 100644 index 0000000..07f4f79 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/rng/rand_1.13.mcfunction @@ -0,0 +1,4 @@ +summon minecraft:area_effect_cloud ~ 1 ~ {Tags:["fktool.rng"]} +execute store result score Random fktool run data get entity @e[type=minecraft:area_effect_cloud,tag=fktool.rng,limit=1] UUIDMost 0.00000000023283064 +scoreboard players operation Random fktool %= #101 fktool +kill @e[type=minecraft:area_effect_cloud,tag=fktool.rng] \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/rng/rand_1.16.mcfunction b/global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/rng/rand_1.16.mcfunction new file mode 100644 index 0000000..087c2bb --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/rng/rand_1.16.mcfunction @@ -0,0 +1,4 @@ +summon minecraft:area_effect_cloud ~ 1 ~ {Tags:["fktool.rng"]} +execute store result score Random fktool run data get entity @e[type=minecraft:area_effect_cloud,tag=fktool.rng,limit=1] UUID[0] 1 +scoreboard players operation Random fktool %= #101 fktool +kill @e[type=minecraft:area_effect_cloud,tag=fktool.rng] \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/rng/rand_1.17.mcfunction b/global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/rng/rand_1.17.mcfunction new file mode 100644 index 0000000..6f46f3f --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/rng/rand_1.17.mcfunction @@ -0,0 +1,4 @@ +summon minecraft:marker ~ 1 ~ {Tags:["fktool.rng"]} +execute store result score Random fktool run data get entity @e[type=minecraft:marker,tag=fktool.rng,limit=1] UUID[0] 1 +scoreboard players operation Random fktool %= #101 fktool +kill @e[type=minecraft:marker,tag=fktool.rng] \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/systime/convert.mcfunction b/global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/systime/convert.mcfunction new file mode 100644 index 0000000..a6d9843 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/systime/convert.mcfunction @@ -0,0 +1,3 @@ +data modify storage fktool:systime int_array set value ["9","8","8","7","7","7","6","6","6","6","5","5","5","5","5","4","4","4","4","4","4","3","3","3","3","3","3","3","2","2","2","2","2","2","2","2","1","1","1","1","1","1","1","1","1","0","0","0","0","0","0","0","0","0","0"] +execute store result score #int fktool run data modify storage fktool:systime int_array[] set from storage fktool:systime input +scoreboard players remove #int fktool 45 \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/systime/do.mcfunction b/global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/systime/do.mcfunction new file mode 100644 index 0000000..91d8b10 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/systime/do.mcfunction @@ -0,0 +1,7 @@ +# set / reset +execute unless entity @e[type=minecraft:marker,tag=fktool.systime,limit=1] run schedule function fktool:systime/install 1t +execute at @e[type=minecraft:marker,tag=fktool.systime,limit=1] unless block ~ ~ ~ repeating_command_block run schedule function fktool:systime/install 1t + +# get +execute if score McVersion fktool matches 12003.. as @e[type=minecraft:marker,tag=fktool.systime,limit=1] at @s run function fktool:systime/read_1.20 +execute if score McVersion fktool matches 11904..12002 as @e[type=minecraft:marker,tag=fktool.systime,limit=1] at @s run function fktool:systime/read_1.19 diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/systime/get.mcfunction b/global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/systime/get.mcfunction new file mode 100644 index 0000000..ea6ad59 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/systime/get.mcfunction @@ -0,0 +1,2 @@ +execute if score McVersion fktool matches 11904.. run function fktool:systime/do +execute if score McVersion fktool matches ..11903 run tellraw @a[gamemode=creative] {"text":"fktool.systime require 1.19.4+","color":"red"} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/systime/install.mcfunction b/global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/systime/install.mcfunction new file mode 100644 index 0000000..d06b824 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/systime/install.mcfunction @@ -0,0 +1,11 @@ +# install +tellraw @p[name=FunkyToc] {"text":"fktool.systime require enabling command_block.","color":"red"} +tellraw @p[name=FunkyToc] {"text":"fktool.systime installed. Please, do it again.","color":"red"} + +# remove prev +function fktool:systime/unset + +# summon new +execute positioned ~.5 -63.5 ~.5 run setblock ~ ~ ~ repeating_command_block{auto:1b,Command:"help me",TrackOutput:1b} +execute positioned ~.5 -63.5 ~.5 run summon marker ~ ~ ~ {Tags: ["fktool.systime"]} +execute positioned ~.5 -63.5 ~.5 run forceload add ~ ~ diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/systime/read.mcfunction b/global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/systime/read.mcfunction new file mode 100644 index 0000000..4c73bff --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/systime/read.mcfunction @@ -0,0 +1,26 @@ +# get hour +data modify storage fktool:systime input set string block ~ ~ ~ LastOutput 44 45 +function fktool:systime/convert +execute store result score SysTime.hour fktool run scoreboard players operation #int fktool *= #10 fktool + +data modify storage fktool:systime input set string block ~ ~ ~ LastOutput 45 46 +function fktool:systime/convert +scoreboard players operation SysTime.hour fktool += #int fktool + +# get minute +data modify storage fktool:systime input set string block ~ ~ ~ LastOutput 47 48 +function fktool:systime/convert +execute store result score SysTime.min fktool run scoreboard players operation #int fktool *= #10 fktool + +data modify storage fktool:systime input set string block ~ ~ ~ LastOutput 48 49 +function fktool:systime/convert +scoreboard players operation SysTime.min fktool += #int fktool + +# get second +data modify storage fktool:systime input set string block ~ ~ ~ LastOutput 50 51 +function fktool:systime/convert +execute store result score SysTime.sec fktool run scoreboard players operation #int fktool *= #10 fktool + +data modify storage fktool:systime input set string block ~ ~ ~ LastOutput 51 52 +function fktool:systime/convert +scoreboard players operation SysTime.sec fktool += #int fktool \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/systime/read_1.19.mcfunction b/global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/systime/read_1.19.mcfunction new file mode 100644 index 0000000..4c73bff --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/systime/read_1.19.mcfunction @@ -0,0 +1,26 @@ +# get hour +data modify storage fktool:systime input set string block ~ ~ ~ LastOutput 44 45 +function fktool:systime/convert +execute store result score SysTime.hour fktool run scoreboard players operation #int fktool *= #10 fktool + +data modify storage fktool:systime input set string block ~ ~ ~ LastOutput 45 46 +function fktool:systime/convert +scoreboard players operation SysTime.hour fktool += #int fktool + +# get minute +data modify storage fktool:systime input set string block ~ ~ ~ LastOutput 47 48 +function fktool:systime/convert +execute store result score SysTime.min fktool run scoreboard players operation #int fktool *= #10 fktool + +data modify storage fktool:systime input set string block ~ ~ ~ LastOutput 48 49 +function fktool:systime/convert +scoreboard players operation SysTime.min fktool += #int fktool + +# get second +data modify storage fktool:systime input set string block ~ ~ ~ LastOutput 50 51 +function fktool:systime/convert +execute store result score SysTime.sec fktool run scoreboard players operation #int fktool *= #10 fktool + +data modify storage fktool:systime input set string block ~ ~ ~ LastOutput 51 52 +function fktool:systime/convert +scoreboard players operation SysTime.sec fktool += #int fktool \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/systime/read_1.20.mcfunction b/global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/systime/read_1.20.mcfunction new file mode 100644 index 0000000..9998757 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/systime/read_1.20.mcfunction @@ -0,0 +1,26 @@ +# get hour +data modify storage fktool:systime input set string block ~ ~ ~ LastOutput 10 11 +function fktool:systime/convert +execute store result score SysTime.hour fktool run scoreboard players operation #int fktool *= #10 fktool + +data modify storage fktool:systime input set string block ~ ~ ~ LastOutput 11 12 +function fktool:systime/convert +scoreboard players operation SysTime.hour fktool += #int fktool + +# get minute +data modify storage fktool:systime input set string block ~ ~ ~ LastOutput 13 14 +function fktool:systime/convert +execute store result score SysTime.min fktool run scoreboard players operation #int fktool *= #10 fktool + +data modify storage fktool:systime input set string block ~ ~ ~ LastOutput 14 15 +function fktool:systime/convert +scoreboard players operation SysTime.min fktool += #int fktool + +# get second +data modify storage fktool:systime input set string block ~ ~ ~ LastOutput 16 17 +function fktool:systime/convert +execute store result score SysTime.sec fktool run scoreboard players operation #int fktool *= #10 fktool + +data modify storage fktool:systime input set string block ~ ~ ~ LastOutput 17 18 +function fktool:systime/convert +scoreboard players operation SysTime.sec fktool += #int fktool \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/systime/unset.mcfunction b/global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/systime/unset.mcfunction new file mode 100644 index 0000000..91d12bd --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/systime/unset.mcfunction @@ -0,0 +1,3 @@ +execute at @e[type=minecraft:marker,tag=fktool.systime] run setblock ~ ~ ~ air +execute at @e[type=minecraft:marker,tag=fktool.systime] run forceload remove ~ ~ +kill @e[type=minecraft:marker,tag=fktool.systime] \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/tick.mcfunction b/global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/tick.mcfunction new file mode 100644 index 0000000..e69de29 diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/uninstall.mcfunction b/global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/uninstall.mcfunction new file mode 100644 index 0000000..7169e76 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/uninstall.mcfunction @@ -0,0 +1,2 @@ +scoreboard players reset * fktool +scoreboard objectives remove fktool \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_badlands.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_badlands.json new file mode 100644 index 0000000..c8a5f26 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_badlands.json @@ -0,0 +1,23 @@ +{ + "condition": "minecraft:any_of", + "terms": [ + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:badlands" + } + }, + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:eroded_badlands" + } + }, + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:wooded_badlands" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_basalt_deltas.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_basalt_deltas.json new file mode 100644 index 0000000..9ea7107 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_basalt_deltas.json @@ -0,0 +1,6 @@ +{ + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:basalt_deltas" + } +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_beach.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_beach.json new file mode 100644 index 0000000..c8e1bda --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_beach.json @@ -0,0 +1,29 @@ +{ + "condition": "minecraft:any_of", + "terms": [ + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:beach" + } + }, + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:snowy_beach" + } + }, + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:stony_shore" + } + }, + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:mushroom_fields" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_cold_biomes.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_cold_biomes.json new file mode 100644 index 0000000..798dd75 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_cold_biomes.json @@ -0,0 +1,13 @@ +{ + "condition": "minecraft:any_of", + "terms": [ + { + "condition": "minecraft:reference", + "name": "fktool:biome/in_taiga" + }, + { + "condition": "minecraft:reference", + "name": "fktool:biome/in_snow" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_crimson_forest.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_crimson_forest.json new file mode 100644 index 0000000..b05f7b3 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_crimson_forest.json @@ -0,0 +1,6 @@ +{ + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:crimson_forest" + } +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_deep_dark.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_deep_dark.json new file mode 100644 index 0000000..c2bda3c --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_deep_dark.json @@ -0,0 +1,11 @@ +{ + "condition": "minecraft:any_of", + "terms": [ + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:deep_dark" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_desert.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_desert.json new file mode 100644 index 0000000..34e2d50 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_desert.json @@ -0,0 +1,11 @@ +{ + "condition": "minecraft:any_of", + "terms": [ + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:desert" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_forest.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_forest.json new file mode 100644 index 0000000..e21d37f --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_forest.json @@ -0,0 +1,53 @@ +{ + "condition": "minecraft:any_of", + "terms": [ + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:forest" + } + }, + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:dark_forest" + } + }, + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:flower_forest" + } + }, + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:birch_forest" + } + }, + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:crimson_forest" + } + }, + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:old_growth_birch_forest" + } + }, + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:warped_forest" + } + }, + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:windswept_forest" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_jungle.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_jungle.json new file mode 100644 index 0000000..9f39660 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_jungle.json @@ -0,0 +1,23 @@ +{ + "condition": "minecraft:any_of", + "terms": [ + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:jungle" + } + }, + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:sparse_jungle" + } + }, + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:bamboo_jungle" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_nether_wastes.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_nether_wastes.json new file mode 100644 index 0000000..3be5cfa --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_nether_wastes.json @@ -0,0 +1,6 @@ +{ + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:nether_wastes" + } +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_ocean.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_ocean.json new file mode 100644 index 0000000..7c23f19 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_ocean.json @@ -0,0 +1,59 @@ +{ + "condition": "minecraft:any_of", + "terms": [ + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:ocean" + } + }, + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:cold_ocean" + } + }, + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:deep_cold_ocean" + } + }, + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:deep_frozen_ocean" + } + }, + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:deep_lukewarm_ocean" + } + }, + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:deep_ocean" + } + }, + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:frozen_ocean" + } + }, + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:lukewarm_ocean" + } + }, + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:warm_ocean" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_plains.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_plains.json new file mode 100644 index 0000000..b2d1e08 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_plains.json @@ -0,0 +1,65 @@ +{ + "condition": "minecraft:any_of", + "terms": [ + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:plains" + } + }, + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:sunflower_plains" + } + }, + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:river" + } + }, + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:forest" + } + }, + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:flower_forest" + } + }, + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:birch_forest" + } + }, + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:old_growth_birch_forest" + } + }, + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:dark_forest" + } + }, + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:beach" + } + }, + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:meadow" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_river.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_river.json new file mode 100644 index 0000000..a2accfb --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_river.json @@ -0,0 +1,17 @@ +{ + "condition": "minecraft:any_of", + "terms": [ + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:river" + } + }, + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:frozen_river" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_savanna.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_savanna.json new file mode 100644 index 0000000..b0b5eb4 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_savanna.json @@ -0,0 +1,23 @@ +{ + "condition": "minecraft:any_of", + "terms": [ + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:savanna" + } + }, + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:savanna_plateau" + } + }, + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:windswept_savanna" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_snow.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_snow.json new file mode 100644 index 0000000..6704bd9 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_snow.json @@ -0,0 +1,71 @@ +{ + "condition": "minecraft:any_of", + "terms": [ + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:snowy_beach" + } + }, + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:snowy_plains" + } + }, + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:snowy_slopes" + } + }, + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:snowy_taiga" + } + }, + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:grove" + } + }, + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:jagged_peaks" + } + }, + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:frozen_river" + } + }, + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:frozen_ocean" + } + }, + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:frozen_peaks" + } + }, + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:deep_frozen_ocean" + } + }, + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:ice_spikes" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_soul_sand_valley.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_soul_sand_valley.json new file mode 100644 index 0000000..d67f1fb --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_soul_sand_valley.json @@ -0,0 +1,6 @@ +{ + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:soul_sand_valley" + } +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_swamp.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_swamp.json new file mode 100644 index 0000000..b493de7 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_swamp.json @@ -0,0 +1,17 @@ +{ + "condition": "minecraft:any_of", + "terms": [ + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:swamp" + } + }, + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:mangrove_swamp" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_taiga.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_taiga.json new file mode 100644 index 0000000..de60762 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_taiga.json @@ -0,0 +1,29 @@ +{ + "condition": "minecraft:any_of", + "terms": [ + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:taiga" + } + }, + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:snowy_taiga" + } + }, + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:old_growth_pine_taiga" + } + }, + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:old_growth_spruce_taiga" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_warped_forest.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_warped_forest.json new file mode 100644 index 0000000..7842f0d --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_warped_forest.json @@ -0,0 +1,6 @@ +{ + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:warped_forest" + } +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/flying.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/flying.json new file mode 100644 index 0000000..1b5007b --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/flying.json @@ -0,0 +1,7 @@ +{ + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{FallFlying:1b}" + } +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/in_air.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/in_air.json new file mode 100644 index 0000000..66b5273 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/in_air.json @@ -0,0 +1,13 @@ +{ + "condition": "minecraft:any_of", + "terms": [ + { + "condition": "minecraft:reference", + "name": "fktool:entity/in_air_feet" + }, + { + "condition": "minecraft:reference", + "name": "fktool:entity/in_air_eye" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/in_air_eye.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/in_air_eye.json new file mode 100644 index 0000000..4148d4a --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/in_air_eye.json @@ -0,0 +1,9 @@ +{ + "condition": "minecraft:location_check", + "offsetY": 1, + "predicate": { + "block": { + "tag": "fktool:airs" + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/in_air_feet.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/in_air_feet.json new file mode 100644 index 0000000..7b09fd8 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/in_air_feet.json @@ -0,0 +1,9 @@ +{ + "condition": "minecraft:location_check", + "offsetY": 0, + "predicate": { + "block": { + "tag": "fktool:airs" + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/in_lava.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/in_lava.json new file mode 100644 index 0000000..42b8e87 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/in_lava.json @@ -0,0 +1,13 @@ +{ + "condition": "minecraft:any_of", + "terms": [ + { + "condition": "minecraft:reference", + "name": "fktool:entity/in_lava_feet" + }, + { + "condition": "minecraft:reference", + "name": "fktool:entity/in_lava_eye" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/in_lava_eye.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/in_lava_eye.json new file mode 100644 index 0000000..d286830 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/in_lava_eye.json @@ -0,0 +1,23 @@ +{ + "condition": "minecraft:any_of", + "terms": [ + { + "condition": "minecraft:location_check", + "offsetY": 1, + "predicate": { + "fluid": { + "fluid": "minecraft:lava" + } + } + }, + { + "condition": "minecraft:location_check", + "offsetY": 1, + "predicate": { + "fluid": { + "fluid": "minecraft:flowing_lava" + } + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/in_lava_feet.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/in_lava_feet.json new file mode 100644 index 0000000..53a2cf7 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/in_lava_feet.json @@ -0,0 +1,23 @@ +{ + "condition": "minecraft:any_of", + "terms": [ + { + "condition": "minecraft:location_check", + "offsetY": 0, + "predicate": { + "fluid": { + "fluid": "minecraft:lava" + } + } + }, + { + "condition": "minecraft:location_check", + "offsetY": 0, + "predicate": { + "fluid": { + "fluid": "minecraft:flowing_lava" + } + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/in_lava_full.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/in_lava_full.json new file mode 100644 index 0000000..2a58bc5 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/in_lava_full.json @@ -0,0 +1,10 @@ +[ + { + "condition": "minecraft:reference", + "name": "fktool:entity/in_lava_feet" + }, + { + "condition": "minecraft:reference", + "name": "fktool:entity/in_lava_eye" + } +] \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/in_snow.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/in_snow.json new file mode 100644 index 0000000..1e385ae --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/in_snow.json @@ -0,0 +1,13 @@ +{ + "condition": "minecraft:any_of", + "terms": [ + { + "condition": "minecraft:reference", + "name": "fktool:entity/in_snow_feet" + }, + { + "condition": "minecraft:reference", + "name": "fktool:entity/in_snow_eye" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/in_snow_eye.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/in_snow_eye.json new file mode 100644 index 0000000..29ad967 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/in_snow_eye.json @@ -0,0 +1,18 @@ +{ + "condition": "minecraft:any_of", + "terms": [ + { + "condition": "minecraft:location_check", + "offsetY": 1, + "predicate": { + "block": { + "blocks": [ + "minecraft:powder_snow", + "minecraft:snow", + "minecraft:snow_block" + ] + } + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/in_snow_feet.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/in_snow_feet.json new file mode 100644 index 0000000..4163e9a --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/in_snow_feet.json @@ -0,0 +1,18 @@ +{ + "condition": "minecraft:any_of", + "terms": [ + { + "condition": "minecraft:location_check", + "offsetY": 0, + "predicate": { + "block": { + "blocks": [ + "minecraft:powder_snow", + "minecraft:snow", + "minecraft:snow_block" + ] + } + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/in_water.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/in_water.json new file mode 100644 index 0000000..3bf3d40 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/in_water.json @@ -0,0 +1,13 @@ +{ + "condition": "minecraft:any_of", + "terms": [ + { + "condition": "minecraft:reference", + "name": "fktool:entity/in_water_feet" + }, + { + "condition": "minecraft:reference", + "name": "fktool:entity/in_water_eye" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/in_water_eye.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/in_water_eye.json new file mode 100644 index 0000000..c69e041 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/in_water_eye.json @@ -0,0 +1,23 @@ +{ + "condition": "minecraft:any_of", + "terms": [ + { + "condition": "minecraft:location_check", + "offsetY": 1, + "predicate": { + "fluid": { + "fluid": "minecraft:water" + } + } + }, + { + "condition": "minecraft:location_check", + "offsetY": 1, + "predicate": { + "fluid": { + "fluid": "minecraft:flowing_water" + } + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/in_water_feet.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/in_water_feet.json new file mode 100644 index 0000000..2df2d15 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/in_water_feet.json @@ -0,0 +1,23 @@ +{ + "condition": "minecraft:any_of", + "terms": [ + { + "condition": "minecraft:location_check", + "offsetY": 0, + "predicate": { + "fluid": { + "fluid": "minecraft:water" + } + } + }, + { + "condition": "minecraft:location_check", + "offsetY": 0, + "predicate": { + "fluid": { + "fluid": "minecraft:flowing_water" + } + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/in_water_full.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/in_water_full.json new file mode 100644 index 0000000..346c033 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/in_water_full.json @@ -0,0 +1,10 @@ +[ + { + "condition": "minecraft:reference", + "name": "fktool:entity/in_water_feet" + }, + { + "condition": "minecraft:reference", + "name": "fktool:entity/in_water_eye" + } +] \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/inv/empty_armor.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/inv/empty_armor.json new file mode 100644 index 0000000..9b4e002 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/inv/empty_armor.json @@ -0,0 +1,54 @@ +[ + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "equipment": { + "head": { + "items": [ + "minecraft:air" + ] + } + } + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "equipment": { + "chest": { + "items": [ + "minecraft:air" + ] + } + } + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "equipment": { + "legs": { + "items": [ + "minecraft:air" + ] + } + } + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "equipment": { + "feet": { + "items": [ + "minecraft:air" + ] + } + } + } + } +] \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/inv/empty_full.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/inv/empty_full.json new file mode 100644 index 0000000..9df88b2 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/inv/empty_full.json @@ -0,0 +1,21 @@ +{ + "condition": "minecraft:any_of", + "terms": [ + { + "condition": "minecraft:reference", + "name": "fktool:entity/inv/empty_offhand" + }, + { + "condition": "minecraft:reference", + "name": "fktool:entity/inv/empty_armor" + }, + { + "condition": "minecraft:reference", + "name": "fktool:entity/inv/empty_hotbar" + }, + { + "condition": "minecraft:reference", + "name": "fktool:entity/inv/empty_inv" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/inv/empty_hotbar.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/inv/empty_hotbar.json new file mode 100644 index 0000000..ec93fce --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/inv/empty_hotbar.json @@ -0,0 +1,71 @@ +{ + "condition": "minecraft:inverted", + "term": { + "condition": "minecraft:any_of", + "terms": [ + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:0b}]}" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:1b}]}" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:2b}]}" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:3b}]}" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:4b}]}" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:5b}]}" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:6b}]}" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:7b}]}" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:8b}]}" + } + } + ] + } +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/inv/empty_inv.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/inv/empty_inv.json new file mode 100644 index 0000000..19358d0 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/inv/empty_inv.json @@ -0,0 +1,197 @@ +{ + "condition": "minecraft:inverted", + "term": { + "condition": "minecraft:any_of", + "terms": [ + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:9b}]}" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:10b}]}" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:11b}]}" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:12b}]}" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:13b}]}" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:14b}]}" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:15b}]}" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:16b}]}" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:17b}]}" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:18b}]}" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:19b}]}" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:20b}]}" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:21b}]}" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:22b}]}" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:23b}]}" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:24b}]}" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:25b}]}" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:26b}]}" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:27b}]}" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:28b}]}" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:29b}]}" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:30b}]}" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:31b}]}" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:32b}]}" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:33b}]}" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:34b}]}" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:35b}]}" + } + } + ] + } +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/inv/empty_inv_hotbar.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/inv/empty_inv_hotbar.json new file mode 100644 index 0000000..9028c04 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/inv/empty_inv_hotbar.json @@ -0,0 +1,13 @@ +{ + "condition": "minecraft:any_of", + "terms": [ + { + "condition": "minecraft:reference", + "name": "fktool:entity/inv/empty_hotbar" + }, + { + "condition": "minecraft:reference", + "name": "fktool:entity/inv/empty_inv" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/inv/empty_offhand.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/inv/empty_offhand.json new file mode 100644 index 0000000..84d8e9a --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/inv/empty_offhand.json @@ -0,0 +1,13 @@ +{ + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "equipment": { + "offhand": { + "items": [ + "minecraft:air" + ] + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/inv/onespace_full.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/inv/onespace_full.json new file mode 100644 index 0000000..d52f150 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/inv/onespace_full.json @@ -0,0 +1,13 @@ +{ + "condition": "minecraft:any_of", + "terms": [ + { + "condition": "minecraft:reference", + "name": "fktool:entity/inv/onespace_hotbar" + }, + { + "condition": "minecraft:reference", + "name": "fktool:entity/inv/onespace_inv" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/inv/onespace_hotbar.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/inv/onespace_hotbar.json new file mode 100644 index 0000000..f44a047 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/inv/onespace_hotbar.json @@ -0,0 +1,95 @@ +{ + "condition": "minecraft:any_of", + "terms": [ + { + "condition": "minecraft:inverted", + "term": { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:0b}]}" + } + } + }, + { + "condition": "minecraft:inverted", + "term": { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:1b}]}" + } + } + }, + { + "condition": "minecraft:inverted", + "term": { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:2b}]}" + } + } + }, + { + "condition": "minecraft:inverted", + "term": { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:3b}]}" + } + } + }, + { + "condition": "minecraft:inverted", + "term": { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:4b}]}" + } + } + }, + { + "condition": "minecraft:inverted", + "term": { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:5b}]}" + } + } + }, + { + "condition": "minecraft:inverted", + "term": { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:6b}]}" + } + } + }, + { + "condition": "minecraft:inverted", + "term": { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:7b}]}" + } + } + }, + { + "condition": "minecraft:inverted", + "term": { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:8b}]}" + } + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/inv/onespace_inv.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/inv/onespace_inv.json new file mode 100644 index 0000000..0991d4b --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/inv/onespace_inv.json @@ -0,0 +1,275 @@ +{ + "condition": "minecraft:any_of", + "terms": [ + { + "condition": "minecraft:inverted", + "term": { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:9b}]}" + } + } + }, + { + "condition": "minecraft:inverted", + "term": { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:10b}]}" + } + } + }, + { + "condition": "minecraft:inverted", + "term": { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:11b}]}" + } + } + }, + { + "condition": "minecraft:inverted", + "term": { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:12b}]}" + } + } + }, + { + "condition": "minecraft:inverted", + "term": { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:13b}]}" + } + } + }, + { + "condition": "minecraft:inverted", + "term": { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:14b}]}" + } + } + }, + { + "condition": "minecraft:inverted", + "term": { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:15b}]}" + } + } + }, + { + "condition": "minecraft:inverted", + "term": { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:16b}]}" + } + } + }, + { + "condition": "minecraft:inverted", + "term": { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:17b}]}" + } + } + }, + { + "condition": "minecraft:inverted", + "term": { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:18b}]}" + } + } + }, + { + "condition": "minecraft:inverted", + "term": { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:19b}]}" + } + } + }, + { + "condition": "minecraft:inverted", + "term": { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:20b}]}" + } + } + }, + { + "condition": "minecraft:inverted", + "term": { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:21b}]}" + } + } + }, + { + "condition": "minecraft:inverted", + "term": { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:22b}]}" + } + } + }, + { + "condition": "minecraft:inverted", + "term": { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:23b}]}" + } + } + }, + { + "condition": "minecraft:inverted", + "term": { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:24b}]}" + } + } + }, + { + "condition": "minecraft:inverted", + "term": { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:25b}]}" + } + } + }, + { + "condition": "minecraft:inverted", + "term": { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:26b}]}" + } + } + }, + { + "condition": "minecraft:inverted", + "term": { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:27b}]}" + } + } + }, + { + "condition": "minecraft:inverted", + "term": { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:28b}]}" + } + } + }, + { + "condition": "minecraft:inverted", + "term": { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:29b}]}" + } + } + }, + { + "condition": "minecraft:inverted", + "term": { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:30b}]}" + } + } + }, + { + "condition": "minecraft:inverted", + "term": { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:31b}]}" + } + } + }, + { + "condition": "minecraft:inverted", + "term": { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:32b}]}" + } + } + }, + { + "condition": "minecraft:inverted", + "term": { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:33b}]}" + } + } + }, + { + "condition": "minecraft:inverted", + "term": { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:34b}]}" + } + } + }, + { + "condition": "minecraft:inverted", + "term": { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{Inventory:[{Slot:35b}]}" + } + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/looking/enderman.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/looking/enderman.json new file mode 100644 index 0000000..3d03061 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/looking/enderman.json @@ -0,0 +1,12 @@ +{ + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type_specific": { + "type": "player", + "looking_at": { + "type": "minecraft:enderman" + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/looking/zombie.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/looking/zombie.json new file mode 100644 index 0000000..420d2c0 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/looking/zombie.json @@ -0,0 +1,12 @@ +{ + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type_specific": { + "type": "player", + "looking_at": { + "type": "minecraft:zombie" + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/mob/1.13.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/mob/1.13.json new file mode 100644 index 0000000..77356b0 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/mob/1.13.json @@ -0,0 +1,404 @@ +{ + "condition": "minecraft:any_of", + "terms": [ + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:bat" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:blaze" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:cave_spider" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:chicken" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:cod" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:cow" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:creeper" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:dolphin" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:donkey" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:drowned" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:elder_guardian" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:elder_guardian" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:ender_dragon" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:enderman" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:endermite" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:evoker" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:ghast" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:giant" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:guardian" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:horse" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:husk" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:illusioner" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:iron_golem" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:llama" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:magma_cube" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:mooshroom" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:mule" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:ocelot" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:parrot" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:phantom" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:pig" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:polar_bear" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:pufferfish" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:rabbit" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:salmon" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:sheep" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:shulker" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:silverfish" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:skeleton" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:skeleton_horse" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:slime" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:snow_golem" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:spider" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:squid" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:stray" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:tropical_fish" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:turtle" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:vex" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:villager" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:vindicator" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:witch" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:wither" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:wither_skeleton" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:wolf" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:zombie" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:zombie_horse" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:zombie_villager" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/mob/1.14.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/mob/1.14.json new file mode 100644 index 0000000..ccdc363 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/mob/1.14.json @@ -0,0 +1,58 @@ +{ + "condition": "minecraft:any_of", + "terms": [ + { + "condition": "minecraft:reference", + "name": "fktool:entity/mob/1.13" + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:cat" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:fox" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:panda" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:pillager" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:ravager" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:trader_llama" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:wandering_trader" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/mob/1.15.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/mob/1.15.json new file mode 100644 index 0000000..9c8246d --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/mob/1.15.json @@ -0,0 +1,16 @@ +{ + "condition": "minecraft:any_of", + "terms": [ + { + "condition": "minecraft:reference", + "name": "fktool:entity/mob/1.14" + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:bee" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/mob/1.16.2.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/mob/1.16.2.json new file mode 100644 index 0000000..91fe044 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/mob/1.16.2.json @@ -0,0 +1,16 @@ +{ + "condition": "minecraft:any_of", + "terms": [ + { + "condition": "minecraft:reference", + "name": "fktool:entity/mob/1.16" + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:piglin_brute" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/mob/1.16.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/mob/1.16.json new file mode 100644 index 0000000..91c4b53 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/mob/1.16.json @@ -0,0 +1,44 @@ +{ + "condition": "minecraft:any_of", + "terms": [ + { + "condition": "minecraft:reference", + "name": "fktool:entity/mob/1.15" + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:hoglin" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:piglin" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:strider" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:zoglin" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:zombified_piglin" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/mob/1.17.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/mob/1.17.json new file mode 100644 index 0000000..0fb61d8 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/mob/1.17.json @@ -0,0 +1,30 @@ +{ + "condition": "minecraft:any_of", + "terms": [ + { + "condition": "minecraft:reference", + "name": "fktool:entity/mob/1.16.2" + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:axolotl" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:glow_squid" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:goat" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/mob/1.19.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/mob/1.19.json new file mode 100644 index 0000000..741447f --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/mob/1.19.json @@ -0,0 +1,37 @@ +{ + "condition": "minecraft:any_of", + "terms": [ + { + "condition": "minecraft:reference", + "name": "fktool:entity/mob/1.17" + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:allay" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:frog" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:tadpole" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:warden" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/mob/1.20.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/mob/1.20.json new file mode 100644 index 0000000..09425c3 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/mob/1.20.json @@ -0,0 +1,23 @@ +{ + "condition": "minecraft:any_of", + "terms": [ + { + "condition": "minecraft:reference", + "name": "fktool:entity/mob/1.19" + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:camel" + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type": "minecraft:sniffer" + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/not_in_liquid.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/not_in_liquid.json new file mode 100644 index 0000000..8677756 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/not_in_liquid.json @@ -0,0 +1,16 @@ +[ + { + "condition": "minecraft:inverted", + "term": { + "condition": "minecraft:reference", + "name": "fktool:entity/in_lava" + } + }, + { + "condition": "minecraft:inverted", + "term": { + "condition": "minecraft:reference", + "name": "fktool:entity/in_water" + } + } +] \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/on_air.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/on_air.json new file mode 100644 index 0000000..dcdeeb7 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/on_air.json @@ -0,0 +1,7 @@ +{ + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{OnGround:0b}" + } +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/on_fire.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/on_fire.json new file mode 100644 index 0000000..cd454c6 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/on_fire.json @@ -0,0 +1,9 @@ +{ + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "flags": { + "is_on_fire": true + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/on_ground.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/on_ground.json new file mode 100644 index 0000000..40c0fc2 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/on_ground.json @@ -0,0 +1,7 @@ +{ + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "nbt": "{OnGround:1b}" + } +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/sneaking.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/sneaking.json new file mode 100644 index 0000000..6b187f3 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/sneaking.json @@ -0,0 +1,9 @@ +{ + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "flags": { + "is_sneaking": true + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/sprinting.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/sprinting.json new file mode 100644 index 0000000..b5a9d27 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/sprinting.json @@ -0,0 +1,9 @@ +{ + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "flags": { + "is_sprinting": true + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/swimming.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/swimming.json new file mode 100644 index 0000000..ad6e85f --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/swimming.json @@ -0,0 +1,9 @@ +{ + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "flags": { + "is_swimming": true + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/targeting/player.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/targeting/player.json new file mode 100644 index 0000000..98dabe2 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/targeting/player.json @@ -0,0 +1,9 @@ +{ + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "targeted_entity": { + "type": "minecraft:player" + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/location/in_air.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/location/in_air.json new file mode 100644 index 0000000..bec74c6 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/location/in_air.json @@ -0,0 +1,29 @@ +{ + "condition": "minecraft:any_of", + "terms": [ + { + "condition": "minecraft:location_check", + "predicate": { + "block": { + "block": "minecraft:air" + } + } + }, + { + "condition": "minecraft:location_check", + "predicate": { + "block": { + "block": "minecraft:void_air" + } + } + }, + { + "condition": "minecraft:location_check", + "predicate": { + "block": { + "block": "minecraft:cave_air" + } + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/location/in_custom.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/location/in_custom.json new file mode 100644 index 0000000..b59716a --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/location/in_custom.json @@ -0,0 +1,35 @@ +{ + "condition": "minecraft:inverted", + "term": { + "condition": "minecraft:any_of", + "terms": [ + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "location": { + "dimension": "minecraft:overworld" + } + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "location": { + "dimension": "minecraft:the_nether" + } + } + }, + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "location": { + "dimension": "minecraft:the_end" + } + } + } + ] + } +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/location/in_end.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/location/in_end.json new file mode 100644 index 0000000..4cc17cf --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/location/in_end.json @@ -0,0 +1,9 @@ +{ + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "location": { + "dimension": "minecraft:the_end" + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/location/in_light.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/location/in_light.json new file mode 100644 index 0000000..a211632 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/location/in_light.json @@ -0,0 +1,8 @@ +{ + "condition": "minecraft:location_check", + "predicate": { + "block": { + "block": "minecraft:light" + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/location/in_light_0.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/location/in_light_0.json new file mode 100644 index 0000000..c178d06 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/location/in_light_0.json @@ -0,0 +1,11 @@ +{ + "condition": "minecraft:location_check", + "predicate": { + "light": { + "light": 0 + }, + "block": { + "block": "minecraft:light" + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/location/in_light_15.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/location/in_light_15.json new file mode 100644 index 0000000..8b45ecf --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/location/in_light_15.json @@ -0,0 +1,11 @@ +{ + "condition": "minecraft:location_check", + "predicate": { + "light": { + "light": 15 + }, + "block": { + "block": "minecraft:light" + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/location/in_nether.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/location/in_nether.json new file mode 100644 index 0000000..0d83f70 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/location/in_nether.json @@ -0,0 +1,9 @@ +{ + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "location": { + "dimension": "minecraft:the_nether" + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/location/in_over.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/location/in_over.json new file mode 100644 index 0000000..2b9b663 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/location/in_over.json @@ -0,0 +1,9 @@ +{ + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "location": { + "dimension": "minecraft:overworld" + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/location/is_lava.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/location/is_lava.json new file mode 100644 index 0000000..b7caf1a --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/location/is_lava.json @@ -0,0 +1,21 @@ +{ + "condition": "minecraft:any_of", + "terms": [ + { + "condition": "minecraft:location_check", + "predicate": { + "fluid": { + "fluid": "minecraft:lava" + } + } + }, + { + "condition": "minecraft:location_check", + "predicate": { + "fluid": { + "fluid": "minecraft:flowing_lava" + } + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/location/is_water.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/location/is_water.json new file mode 100644 index 0000000..0a85d96 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/location/is_water.json @@ -0,0 +1,21 @@ +{ + "condition": "minecraft:any_of", + "terms": [ + { + "condition": "minecraft:location_check", + "predicate": { + "fluid": { + "fluid": "minecraft:water" + } + } + }, + { + "condition": "minecraft:location_check", + "predicate": { + "fluid": { + "fluid": "minecraft:flowing_water" + } + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/location/light_0.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/location/light_0.json new file mode 100644 index 0000000..773b9cf --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/location/light_0.json @@ -0,0 +1,8 @@ +{ + "condition": "minecraft:location_check", + "predicate": { + "light": { + "light": 0 + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/location/light_15.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/location/light_15.json new file mode 100644 index 0000000..f56fa0e --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/location/light_15.json @@ -0,0 +1,8 @@ +{ + "condition": "minecraft:location_check", + "predicate": { + "light": { + "light": 15 + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/location/light_7less.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/location/light_7less.json new file mode 100644 index 0000000..141647a --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/location/light_7less.json @@ -0,0 +1,13 @@ +{ + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "location": { + "light": { + "light": { + "max": 7 + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/location/light_8more.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/location/light_8more.json new file mode 100644 index 0000000..e2279ec --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/location/light_8more.json @@ -0,0 +1,13 @@ +{ + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "location": { + "light": { + "light": { + "min": 8 + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/01.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/01.json new file mode 100644 index 0000000..41f7c5a --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/01.json @@ -0,0 +1,4 @@ +{ + "condition": "minecraft:random_chance", + "chance": 0.01 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/02.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/02.json new file mode 100644 index 0000000..3cc86a1 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/02.json @@ -0,0 +1,4 @@ +{ + "condition": "minecraft:random_chance", + "chance": 0.02 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/03.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/03.json new file mode 100644 index 0000000..aef6a20 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/03.json @@ -0,0 +1,4 @@ +{ + "condition": "minecraft:random_chance", + "chance": 0.03 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/04.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/04.json new file mode 100644 index 0000000..dcb8333 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/04.json @@ -0,0 +1,4 @@ +{ + "condition": "minecraft:random_chance", + "chance": 0.04 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/05.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/05.json new file mode 100644 index 0000000..2de5026 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/05.json @@ -0,0 +1,4 @@ +{ + "condition": "minecraft:random_chance", + "chance": 0.05 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/10.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/10.json new file mode 100644 index 0000000..dac812c --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/10.json @@ -0,0 +1,4 @@ +{ + "condition": "minecraft:random_chance", + "chance": 0.10 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/100.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/100.json new file mode 100644 index 0000000..05bfbfb --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/100.json @@ -0,0 +1,4 @@ +{ + "condition": "minecraft:random_chance", + "chance": 1.00 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/15.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/15.json new file mode 100644 index 0000000..ae03760 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/15.json @@ -0,0 +1,4 @@ +{ + "condition": "minecraft:random_chance", + "chance": 0.15 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/20.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/20.json new file mode 100644 index 0000000..7c4d061 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/20.json @@ -0,0 +1,4 @@ +{ + "condition": "minecraft:random_chance", + "chance": 0.20 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/25.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/25.json new file mode 100644 index 0000000..2983b51 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/25.json @@ -0,0 +1,4 @@ +{ + "condition": "minecraft:random_chance", + "chance": 0.25 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/30.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/30.json new file mode 100644 index 0000000..ceb4262 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/30.json @@ -0,0 +1,4 @@ +{ + "condition": "minecraft:random_chance", + "chance": 0.30 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/35.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/35.json new file mode 100644 index 0000000..eea971b --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/35.json @@ -0,0 +1,4 @@ +{ + "condition": "minecraft:random_chance", + "chance": 0.35 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/40.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/40.json new file mode 100644 index 0000000..1c223cc --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/40.json @@ -0,0 +1,4 @@ +{ + "condition": "minecraft:random_chance", + "chance": 0.40 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/45.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/45.json new file mode 100644 index 0000000..2b19f20 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/45.json @@ -0,0 +1,4 @@ +{ + "condition": "minecraft:random_chance", + "chance": 0.45 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/50.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/50.json new file mode 100644 index 0000000..e40b0cd --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/50.json @@ -0,0 +1,4 @@ +{ + "condition": "minecraft:random_chance", + "chance": 0.50 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/55.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/55.json new file mode 100644 index 0000000..2e7542a --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/55.json @@ -0,0 +1,4 @@ +{ + "condition": "minecraft:random_chance", + "chance": 0.55 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/60.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/60.json new file mode 100644 index 0000000..32dc953 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/60.json @@ -0,0 +1,4 @@ +{ + "condition": "minecraft:random_chance", + "chance": 0.60 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/65.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/65.json new file mode 100644 index 0000000..925b95f --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/65.json @@ -0,0 +1,4 @@ +{ + "condition": "minecraft:random_chance", + "chance": 0.65 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/70.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/70.json new file mode 100644 index 0000000..da1d13a --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/70.json @@ -0,0 +1,4 @@ +{ + "condition": "minecraft:random_chance", + "chance": 0.70 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/75.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/75.json new file mode 100644 index 0000000..683a6cb --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/75.json @@ -0,0 +1,4 @@ +{ + "condition": "minecraft:random_chance", + "chance": 0.75 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/80.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/80.json new file mode 100644 index 0000000..58e444f --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/80.json @@ -0,0 +1,4 @@ +{ + "condition": "minecraft:random_chance", + "chance": 0.80 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/85.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/85.json new file mode 100644 index 0000000..9e5eccd --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/85.json @@ -0,0 +1,4 @@ +{ + "condition": "minecraft:random_chance", + "chance": 0.85 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/90.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/90.json new file mode 100644 index 0000000..65859ab --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/90.json @@ -0,0 +1,4 @@ +{ + "condition": "minecraft:random_chance", + "chance": 0.90 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/95.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/95.json new file mode 100644 index 0000000..79a1afb --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/95.json @@ -0,0 +1,4 @@ +{ + "condition": "minecraft:random_chance", + "chance": 0.95 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/96.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/96.json new file mode 100644 index 0000000..40b2644 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/96.json @@ -0,0 +1,4 @@ +{ + "condition": "minecraft:random_chance", + "chance": 0.96 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/97.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/97.json new file mode 100644 index 0000000..7c456d5 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/97.json @@ -0,0 +1,4 @@ +{ + "condition": "minecraft:random_chance", + "chance": 0.97 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/98.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/98.json new file mode 100644 index 0000000..2c1f5f1 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/98.json @@ -0,0 +1,4 @@ +{ + "condition": "minecraft:random_chance", + "chance": 0.98 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/99.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/99.json new file mode 100644 index 0000000..18d73aa --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/99.json @@ -0,0 +1,4 @@ +{ + "condition": "minecraft:random_chance", + "chance": 0.99 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/0h.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/0h.json new file mode 100644 index 0000000..91562d9 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/0h.json @@ -0,0 +1,5 @@ +{ + "condition": "minecraft:time_check", + "value": 18000, + "period": 24000 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/10h.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/10h.json new file mode 100644 index 0000000..d750956 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/10h.json @@ -0,0 +1,5 @@ +{ + "condition": "minecraft:time_check", + "value": 4000, + "period": 24000 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/11h.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/11h.json new file mode 100644 index 0000000..7902432 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/11h.json @@ -0,0 +1,5 @@ +{ + "condition": "minecraft:time_check", + "value": 5000, + "period": 24000 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/12h.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/12h.json new file mode 100644 index 0000000..705f14c --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/12h.json @@ -0,0 +1,5 @@ +{ + "condition": "minecraft:time_check", + "value": 6000, + "period": 24000 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/13h.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/13h.json new file mode 100644 index 0000000..278bd40 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/13h.json @@ -0,0 +1,5 @@ +{ + "condition": "minecraft:time_check", + "value": 7000, + "period": 24000 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/14h.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/14h.json new file mode 100644 index 0000000..d4a1788 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/14h.json @@ -0,0 +1,5 @@ +{ + "condition": "minecraft:time_check", + "value": 8000, + "period": 24000 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/15h.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/15h.json new file mode 100644 index 0000000..55e318e --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/15h.json @@ -0,0 +1,5 @@ +{ + "condition": "minecraft:time_check", + "value": 9000, + "period": 24000 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/16h.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/16h.json new file mode 100644 index 0000000..13ea9da --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/16h.json @@ -0,0 +1,5 @@ +{ + "condition": "minecraft:time_check", + "value": 10000, + "period": 24000 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/17h.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/17h.json new file mode 100644 index 0000000..a289688 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/17h.json @@ -0,0 +1,5 @@ +{ + "condition": "minecraft:time_check", + "value": 11000, + "period": 24000 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/18h.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/18h.json new file mode 100644 index 0000000..970db00 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/18h.json @@ -0,0 +1,5 @@ +{ + "condition": "minecraft:time_check", + "value": 12000, + "period": 24000 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/19h.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/19h.json new file mode 100644 index 0000000..408df98 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/19h.json @@ -0,0 +1,5 @@ +{ + "condition": "minecraft:time_check", + "value": 13000, + "period": 24000 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/1h.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/1h.json new file mode 100644 index 0000000..38c400f --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/1h.json @@ -0,0 +1,5 @@ +{ + "condition": "minecraft:time_check", + "value": 19000, + "period": 24000 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/20h.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/20h.json new file mode 100644 index 0000000..ec4a227 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/20h.json @@ -0,0 +1,5 @@ +{ + "condition": "minecraft:time_check", + "value": 14000, + "period": 24000 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/21h.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/21h.json new file mode 100644 index 0000000..c90af3a --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/21h.json @@ -0,0 +1,5 @@ +{ + "condition": "minecraft:time_check", + "value": 15000, + "period": 24000 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/22h.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/22h.json new file mode 100644 index 0000000..647f73b --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/22h.json @@ -0,0 +1,5 @@ +{ + "condition": "minecraft:time_check", + "value": 16000, + "period": 24000 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/23h.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/23h.json new file mode 100644 index 0000000..ee2125d --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/23h.json @@ -0,0 +1,5 @@ +{ + "condition": "minecraft:time_check", + "value": 17000, + "period": 24000 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/2h.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/2h.json new file mode 100644 index 0000000..641e286 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/2h.json @@ -0,0 +1,5 @@ +{ + "condition": "minecraft:time_check", + "value": 20000, + "period": 24000 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/3h.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/3h.json new file mode 100644 index 0000000..f9e0f3f --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/3h.json @@ -0,0 +1,5 @@ +{ + "condition": "minecraft:time_check", + "value": 21000, + "period": 24000 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/4h.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/4h.json new file mode 100644 index 0000000..e312fc7 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/4h.json @@ -0,0 +1,5 @@ +{ + "condition": "minecraft:time_check", + "value": 22000, + "period": 24000 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/5h.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/5h.json new file mode 100644 index 0000000..2043be9 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/5h.json @@ -0,0 +1,5 @@ +{ + "condition": "minecraft:time_check", + "value": 23000, + "period": 24000 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/6h.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/6h.json new file mode 100644 index 0000000..b1331e1 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/6h.json @@ -0,0 +1,5 @@ +{ + "condition": "minecraft:time_check", + "value": 0, + "period": 24000 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/7h.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/7h.json new file mode 100644 index 0000000..5c6b49d --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/7h.json @@ -0,0 +1,5 @@ +{ + "condition": "minecraft:time_check", + "value": 1000, + "period": 24000 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/8h.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/8h.json new file mode 100644 index 0000000..14967cd --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/8h.json @@ -0,0 +1,5 @@ +{ + "condition": "minecraft:time_check", + "value": 2000, + "period": 24000 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/9h.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/9h.json new file mode 100644 index 0000000..3cb8c26 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/9h.json @@ -0,0 +1,5 @@ +{ + "condition": "minecraft:time_check", + "value": 3000, + "period": 24000 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/moment/aurora.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/moment/aurora.json new file mode 100644 index 0000000..cbb40e7 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/moment/aurora.json @@ -0,0 +1,5 @@ +{ + "condition": "minecraft:time_check", + "value": 22500, + "period": 24000 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/moment/dawn.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/moment/dawn.json new file mode 100644 index 0000000..e312fc7 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/moment/dawn.json @@ -0,0 +1,5 @@ +{ + "condition": "minecraft:time_check", + "value": 22000, + "period": 24000 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/moment/dusk.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/moment/dusk.json new file mode 100644 index 0000000..494a6cb --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/moment/dusk.json @@ -0,0 +1,5 @@ +{ + "condition": "minecraft:time_check", + "value": 12542, + "period": 24000 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/moment/midday.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/moment/midday.json new file mode 100644 index 0000000..705f14c --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/moment/midday.json @@ -0,0 +1,5 @@ +{ + "condition": "minecraft:time_check", + "value": 6000, + "period": 24000 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/moment/middays.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/moment/middays.json new file mode 100644 index 0000000..86606e2 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/moment/middays.json @@ -0,0 +1,15 @@ +{ + "condition": "minecraft:any_of", + "terms": [ + { + "condition": "minecraft:time_check", + "value": 6000, + "period": 24000 + }, + { + "condition": "minecraft:time_check", + "value": 18000, + "period": 24000 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/moment/midnight.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/moment/midnight.json new file mode 100644 index 0000000..91562d9 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/moment/midnight.json @@ -0,0 +1,5 @@ +{ + "condition": "minecraft:time_check", + "value": 18000, + "period": 24000 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/moment/night.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/moment/night.json new file mode 100644 index 0000000..ec4a227 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/moment/night.json @@ -0,0 +1,5 @@ +{ + "condition": "minecraft:time_check", + "value": 14000, + "period": 24000 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/moment/sunrise.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/moment/sunrise.json new file mode 100644 index 0000000..cb9e128 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/moment/sunrise.json @@ -0,0 +1,5 @@ +{ + "condition": "minecraft:time_check", + "value": 23460, + "period": 24000 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/moment/sunswitch.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/moment/sunswitch.json new file mode 100644 index 0000000..c5f5677 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/moment/sunswitch.json @@ -0,0 +1,15 @@ +{ + "condition": "minecraft:any_of", + "terms": [ + { + "condition": "minecraft:time_check", + "value": 23460, + "period": 24000 + }, + { + "condition": "minecraft:time_check", + "value": 12542, + "period": 24000 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/period/afternoon.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/period/afternoon.json new file mode 100644 index 0000000..421b0b9 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/period/afternoon.json @@ -0,0 +1,8 @@ +{ + "condition": "minecraft:time_check", + "value": { + "min": 6001, + "max": 12541 + }, + "period": 24000 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/period/aurora.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/period/aurora.json new file mode 100644 index 0000000..330a013 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/period/aurora.json @@ -0,0 +1,8 @@ +{ + "condition": "minecraft:time_check", + "value": { + "min": 22501, + "max": 0 + }, + "period": 24000 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/period/dawn.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/period/dawn.json new file mode 100644 index 0000000..580b263 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/period/dawn.json @@ -0,0 +1,8 @@ +{ + "condition": "minecraft:time_check", + "value": { + "min": 22001, + "max": 22500 + }, + "period": 24000 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/period/dusk.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/period/dusk.json new file mode 100644 index 0000000..8c790dc --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/period/dusk.json @@ -0,0 +1,8 @@ +{ + "condition": "minecraft:time_check", + "value": { + "min": 12542, + "max": 14000 + }, + "period": 24000 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/period/morning.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/period/morning.json new file mode 100644 index 0000000..3df54a5 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/period/morning.json @@ -0,0 +1,8 @@ +{ + "condition": "minecraft:time_check", + "value": { + "min": 1, + "max": 6000 + }, + "period": 24000 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/period/night.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/period/night.json new file mode 100644 index 0000000..94bdb25 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/period/night.json @@ -0,0 +1,8 @@ +{ + "condition": "minecraft:time_check", + "value": { + "min": 14001, + "max": 22000 + }, + "period": 24000 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/period/the_day.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/period/the_day.json new file mode 100644 index 0000000..bfecd17 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/period/the_day.json @@ -0,0 +1,13 @@ +{ + "condition": "minecraft:any_of", + "terms": [ + { + "condition": "minecraft:reference", + "name": "fktool:time/period/morning" + }, + { + "condition": "minecraft:reference", + "name": "fktool:time/period/afternoon" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/period/the_night.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/period/the_night.json new file mode 100644 index 0000000..bf98451 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/period/the_night.json @@ -0,0 +1,17 @@ +{ + "condition": "minecraft:any_of", + "terms": [ + { + "condition": "minecraft:reference", + "name": "fktool:time/period/dusk" + }, + { + "condition": "minecraft:reference", + "name": "fktool:time/period/night" + }, + { + "condition": "minecraft:reference", + "name": "fktool:time/period/dawn" + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/recurrent/hours.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/recurrent/hours.json new file mode 100644 index 0000000..845e6b4 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/recurrent/hours.json @@ -0,0 +1,5 @@ +{ + "condition": "minecraft:time_check", + "value": 0, + "period": 1000 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/recurrent/quadran.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/recurrent/quadran.json new file mode 100644 index 0000000..2e868b1 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/recurrent/quadran.json @@ -0,0 +1,5 @@ +{ + "condition": "minecraft:time_check", + "value": 0, + "period": 6000 +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/weather/rainy.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/weather/rainy.json new file mode 100644 index 0000000..b428667 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/weather/rainy.json @@ -0,0 +1,4 @@ +{ + "condition": "minecraft:weather_check", + "raining": true +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/weather/sunny.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/weather/sunny.json new file mode 100644 index 0000000..92a40ad --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/weather/sunny.json @@ -0,0 +1,5 @@ +{ + "condition": "minecraft:weather_check", + "raining": false, + "thundering": false +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/weather/thunder.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/weather/thunder.json new file mode 100644 index 0000000..644d0a6 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/weather/thunder.json @@ -0,0 +1,4 @@ +{ + "condition": "minecraft:weather_check", + "thundering": true +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/tags/blocks/airs.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/tags/blocks/airs.json new file mode 100644 index 0000000..6af2c28 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/tags/blocks/airs.json @@ -0,0 +1,7 @@ +{ + "values": [ + "minecraft:air", + "minecraft:cave_air", + "minecraft:void_air" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/tags/entity_types/no_health.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/tags/entity_types/no_health.json new file mode 100644 index 0000000..58eebe4 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/tags/entity_types/no_health.json @@ -0,0 +1,13 @@ +{ + "values": [ + "minecraft:item", + "minecraft:marker", + "minecraft:area_effect_cloud", + "minecraft:armor_stand", + "minecraft:evoker_fangs", + "minecraft:experience_orb", + "minecraft:eye_of_ender", + "minecraft:leash_knot", + "minecraft:lightning_bolt" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/fktool/tags/entity_types/undead.json b/global_packs/required_data/OceanBreaths_FREE/data/fktool/tags/entity_types/undead.json new file mode 100644 index 0000000..e0e8368 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/fktool/tags/entity_types/undead.json @@ -0,0 +1,17 @@ +{ + "values": [ + "minecraft:drowned", + "minecraft:husk", + "minecraft:phantom", + "minecraft:skeleton", + "minecraft:skeleton_horse", + "minecraft:stray", + "minecraft:wither", + "minecraft:wither_skeleton", + "minecraft:zoglin", + "minecraft:zombie", + "minecraft:zombie_horse", + "minecraft:zombie_villager", + "minecraft:zombified_piglin" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/minecraft/tags/functions/load.json b/global_packs/required_data/OceanBreaths_FREE/data/minecraft/tags/functions/load.json new file mode 100644 index 0000000..9e6c132 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/minecraft/tags/functions/load.json @@ -0,0 +1,6 @@ +{ + "values": [ + "fktool:load", + "fkob:load" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/data/minecraft/tags/functions/tick.json b/global_packs/required_data/OceanBreaths_FREE/data/minecraft/tags/functions/tick.json new file mode 100644 index 0000000..03d0715 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/data/minecraft/tags/functions/tick.json @@ -0,0 +1,3 @@ +{ + "values": [] +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/pack.mcmeta b/global_packs/required_data/OceanBreaths_FREE/pack.mcmeta new file mode 100644 index 0000000..96f4acc --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/pack.mcmeta @@ -0,0 +1,7 @@ +{ + "pack": { + "pack_format": 24, + "supported_formats": [15,99], + "description": "§6Ocean Breaths §4FREE\n§7patreon.com/funkytoc" + } +} \ No newline at end of file diff --git a/global_packs/required_data/OceanBreaths_FREE/pack.png b/global_packs/required_data/OceanBreaths_FREE/pack.png new file mode 100644 index 0000000..3c5788d Binary files /dev/null and b/global_packs/required_data/OceanBreaths_FREE/pack.png differ diff --git a/global_packs/required_data/OceanBreaths_FREE/patreons.txt b/global_packs/required_data/OceanBreaths_FREE/patreons.txt new file mode 100644 index 0000000..61a3eb6 --- /dev/null +++ b/global_packs/required_data/OceanBreaths_FREE/patreons.txt @@ -0,0 +1,11 @@ +### Patreons list +# Ocean Breaths + + +# 1.20.4 (2023-12-26) : Angelo Russo, ęą”ě, Screaming Man, ZMH, Darklad32, CYKLOPPS, God Emperor Leto II Atriedes +# 1.20 update (2022-07-20) : Delivator, Jonathan Fanelli, Angelo Russo, Phantom-Glitch-Wolf, John Stampe, ęą”ě, Screaming Man, Dorian Dejean, ooF, ZMH, Yokie +# Compatibility Terralith + WWOO (2023-02-17) : Jonathan Fanelli, Angelo Russo, Screaming Man, Dorian Dejean, ooF, ZMH, Deadlot3, Samantha Flanary +# 1.19 update (2022-06-20) : Screaming Man, Dorian Dejean, Peter Schubert, ooF, Tân Huỳnh +# 1.18 update (2021-12-09) : Screaming Man, Dorian Dejean, Peter Schubert +# Ocean Floor Trails (2021-10-10) : - +# Bubble and chimney (2021-09-24) : - \ No newline at end of file diff --git a/global_packs/required_data/PokeSizes-1.1.1/data/cobblemon/global_species_features/size.json b/global_packs/required_data/PokeSizes-1.1.1/data/cobblemon/global_species_features/size.json new file mode 100644 index 0000000..5eadd97 --- /dev/null +++ b/global_packs/required_data/PokeSizes-1.1.1/data/cobblemon/global_species_features/size.json @@ -0,0 +1,14 @@ +{ + "type": "choice", + "keys": ["size"], + "default": "random", + "choices": [ + "tiny", + "small", + "normal", + "large", + "giant" + ], + "isAspect": true, + "aspectFormat": "size-{{choice}}" +} \ No newline at end of file diff --git a/global_packs/required_data/PokeSizes-1.1.1/data/minecraft/tags/functions/load.json b/global_packs/required_data/PokeSizes-1.1.1/data/minecraft/tags/functions/load.json new file mode 100644 index 0000000..d3bc164 --- /dev/null +++ b/global_packs/required_data/PokeSizes-1.1.1/data/minecraft/tags/functions/load.json @@ -0,0 +1,5 @@ +{ + "values": [ + "pokesizes:load" +] +} \ No newline at end of file diff --git a/global_packs/required_data/PokeSizes-1.1.1/data/pokesizes/functions/load.mcfunction b/global_packs/required_data/PokeSizes-1.1.1/data/pokesizes/functions/load.mcfunction new file mode 100644 index 0000000..869b37b --- /dev/null +++ b/global_packs/required_data/PokeSizes-1.1.1/data/pokesizes/functions/load.mcfunction @@ -0,0 +1,2 @@ +tellraw @a "Loaded Beezy's Size Variations v1.0.0!" +schedule function pokesizes:loop2t 2t \ No newline at end of file diff --git a/global_packs/required_data/PokeSizes-1.1.1/data/pokesizes/functions/loop2t.mcfunction b/global_packs/required_data/PokeSizes-1.1.1/data/pokesizes/functions/loop2t.mcfunction new file mode 100644 index 0000000..0238cd3 --- /dev/null +++ b/global_packs/required_data/PokeSizes-1.1.1/data/pokesizes/functions/loop2t.mcfunction @@ -0,0 +1,3 @@ +execute as @e[type=cobblemon:pokemon,pehkui.scale=1,nbt=!{Pokemon:{size:"normal"}}] run function pokesizes:sizescale + +schedule function pokesizes:loop2t 2t \ No newline at end of file diff --git a/global_packs/required_data/PokeSizes-1.1.1/data/pokesizes/functions/scale_giant.mcfunction b/global_packs/required_data/PokeSizes-1.1.1/data/pokesizes/functions/scale_giant.mcfunction new file mode 100644 index 0000000..e285658 --- /dev/null +++ b/global_packs/required_data/PokeSizes-1.1.1/data/pokesizes/functions/scale_giant.mcfunction @@ -0,0 +1,2 @@ + +scale set pehkui:base 1.3 diff --git a/global_packs/required_data/PokeSizes-1.1.1/data/pokesizes/functions/scale_large.mcfunction b/global_packs/required_data/PokeSizes-1.1.1/data/pokesizes/functions/scale_large.mcfunction new file mode 100644 index 0000000..b54873c --- /dev/null +++ b/global_packs/required_data/PokeSizes-1.1.1/data/pokesizes/functions/scale_large.mcfunction @@ -0,0 +1,2 @@ + +scale set pehkui:base 1.1 diff --git a/global_packs/required_data/PokeSizes-1.1.1/data/pokesizes/functions/scale_small.mcfunction b/global_packs/required_data/PokeSizes-1.1.1/data/pokesizes/functions/scale_small.mcfunction new file mode 100644 index 0000000..ec66c83 --- /dev/null +++ b/global_packs/required_data/PokeSizes-1.1.1/data/pokesizes/functions/scale_small.mcfunction @@ -0,0 +1,2 @@ + +scale set pehkui:base 0.9 diff --git a/global_packs/required_data/PokeSizes-1.1.1/data/pokesizes/functions/scale_tiny.mcfunction b/global_packs/required_data/PokeSizes-1.1.1/data/pokesizes/functions/scale_tiny.mcfunction new file mode 100644 index 0000000..acef128 --- /dev/null +++ b/global_packs/required_data/PokeSizes-1.1.1/data/pokesizes/functions/scale_tiny.mcfunction @@ -0,0 +1,2 @@ + +scale set pehkui:base 0.8 diff --git a/global_packs/required_data/PokeSizes-1.1.1/data/pokesizes/functions/sizescale.mcfunction b/global_packs/required_data/PokeSizes-1.1.1/data/pokesizes/functions/sizescale.mcfunction new file mode 100644 index 0000000..c562676 --- /dev/null +++ b/global_packs/required_data/PokeSizes-1.1.1/data/pokesizes/functions/sizescale.mcfunction @@ -0,0 +1,6 @@ +scale delay set 0 @e[type=cobblemon:pokemon] +execute if entity @s[nbt={Pokemon:{size:"tiny"}}] run function pokesizes:scale_tiny +execute if entity @s[nbt={Pokemon:{size:"small"}}] run function pokesizes:scale_small +execute if entity @s[nbt={Pokemon:{size:"large"}}] run function pokesizes:scale_large +execute if entity @s[nbt={Pokemon:{size:"giant"}}] run function pokesizes:scale_giant +#tellraw @a "sizescale triggeredd" \ No newline at end of file diff --git a/global_packs/required_data/PokeSizes-1.1.1/pack.mcmeta b/global_packs/required_data/PokeSizes-1.1.1/pack.mcmeta new file mode 100644 index 0000000..d2733a0 --- /dev/null +++ b/global_packs/required_data/PokeSizes-1.1.1/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "pack_format": 15, + "description": "Cobblemon Size Variation Datapack by Beezy. Thank you HennySea on Cobblemon Disc for help optimizing!" + } +} diff --git a/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/assets/minecraft/models/item/barrier.json b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/assets/minecraft/models/item/barrier.json new file mode 100644 index 0000000..d32797a --- /dev/null +++ b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/assets/minecraft/models/item/barrier.json @@ -0,0 +1,9 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/barrier" + }, + "overrides": [ + { "predicate": { "custom_model_data": 4150000}, "model": "pokemonfishing:hidden"} + ] +} \ No newline at end of file diff --git a/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/assets/pokemonfishing/models/hidden.json b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/assets/pokemonfishing/models/hidden.json new file mode 100644 index 0000000..1582220 --- /dev/null +++ b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/assets/pokemonfishing/models/hidden.json @@ -0,0 +1,30 @@ +{ + "credit": "Made by DanMizu", + "parent": "item/barrier", + "display": { + "thirdperson_righthand": { + "scale": [0, 0, 0] + }, + "thirdperson_lefthand": { + "scale": [0, 0, 0] + }, + "firstperson_righthand": { + "scale": [0, 0, 0] + }, + "firstperson_lefthand": { + "scale": [0, 0, 0] + }, + "ground": { + "scale": [0, 0, 0] + }, + "gui": { + "scale": [1, 1, 1] + }, + "head": { + "scale": [0, 0, 0] + }, + "fixed": { + "scale": [0, 0, 0] + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/minecraft/loot_tables/gameplay/fishing.json b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/minecraft/loot_tables/gameplay/fishing.json new file mode 100644 index 0000000..72948ce --- /dev/null +++ b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/minecraft/loot_tables/gameplay/fishing.json @@ -0,0 +1,40 @@ +{ + "type": "minecraft:fishing", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:loot_table", + "name": "pokemonfishing:gameplay/fishing/junk", + "quality": -2, + "weight": 10 + }, + { + "type": "minecraft:loot_table", + "conditions": [ + { + "condition": "minecraft:entity_properties", + "entity": "this", + "predicate": { + "type_specific": { + "type": "fishing_hook", + "in_open_water": true + } + } + } + ], + "name": "pokemonfishing:gameplay/fishing/treasure", + "quality": 2, + "weight": 5 + }, + { + "type": "minecraft:loot_table", + "name": "pokemonfishing:gameplay/fishing/pokemon", + "weight": 40 + } + ], + "rolls": 1.0 + } + ] +} diff --git a/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/minecraft/tags/functions/load.json b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/minecraft/tags/functions/load.json new file mode 100644 index 0000000..941a6d1 --- /dev/null +++ b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/minecraft/tags/functions/load.json @@ -0,0 +1,5 @@ +{ + "values": [ + "pokemonfishing:on_event/on_load" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/advancements/catch_pokemon.json b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/advancements/catch_pokemon.json new file mode 100644 index 0000000..07d01e2 --- /dev/null +++ b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/advancements/catch_pokemon.json @@ -0,0 +1,16 @@ +{ + "criteria": { + "requirement": { + "trigger": "minecraft:fishing_rod_hooked", + "conditions": { + "item": { + "items": ["minecraft:barrier"], + "nbt": "{PokemonFishing:{}}" + } + } + } + }, + "rewards": { + "function": "pokemonfishing:on_event/on_catch" + } +} diff --git a/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/advancements/on_join.json b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/advancements/on_join.json new file mode 100644 index 0000000..4884014 --- /dev/null +++ b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/advancements/on_join.json @@ -0,0 +1,10 @@ +{ + "criteria": { + "requirement": { + "trigger": "minecraft:tick" + } + }, + "rewards": { + "function": "pokemonfishing:on_event/on_join" + } +} \ No newline at end of file diff --git a/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/catch/detect_catch.mcfunction b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/catch/detect_catch.mcfunction new file mode 100644 index 0000000..49b707d --- /dev/null +++ b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/catch/detect_catch.mcfunction @@ -0,0 +1,7 @@ +# executes globally (scheduled a tick after a pokemon catch in order to be able to find placeholder item) + +# find item +execute as @e[type=item,sort=nearest,tag=!pokemonfishing.placeholder.done] if data entity @s Item.tag.PokemonFishing run tag @s add pokemonfishing.placeholder.found + +# item found +execute as @e[type=item,sort=nearest,tag=pokemonfishing.placeholder.found,limit=1] run function pokemonfishing:catch/init_iterate_catches \ No newline at end of file diff --git a/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/catch/execute_placeholder.mcfunction b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/catch/execute_placeholder.mcfunction new file mode 100644 index 0000000..9282593 --- /dev/null +++ b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/catch/execute_placeholder.mcfunction @@ -0,0 +1,45 @@ +# executes as placeholder item + +# debug +scoreboard players set #pokemonfishing:error_code pokemonfishing.temp 1 + +# get pokemon data from placeholder item +execute store result score #pokemonfishing:pokemon.id pokemonfishing.temp run data get entity @s Item.tag.PokemonFishing.PokemonID 1 +execute store result score #pokemonfishing:pokemon.max_level pokemonfishing.temp run data get entity @s Item.tag.PokemonFishing.Max_Level 1 +execute store result score #pokemonfishing:pokemon.min_level pokemonfishing.temp run data get entity @s Item.tag.PokemonFishing.Min_Level 1 + +# determine random level from data +scoreboard players operation #pokemonfishing:rng.input pokemonfishing.temp = #pokemonfishing:pokemon.max_level pokemonfishing.temp +scoreboard players operation #pokemonfishing:rng.input pokemonfishing.temp -= #pokemonfishing:pokemon.min_level pokemonfishing.temp +function pokemonfishing:utility/rng/rng +scoreboard players operation #pokemonfishing:pokemon.level pokemonfishing.temp = #pokemonfishing:rng.output pokemonfishing.temp +scoreboard players operation #pokemonfishing:pokemon.level pokemonfishing.temp += #pokemonfishing:pokemon.min_level pokemonfishing.temp +scoreboard players add #pokemonfishing:pokemon.level pokemonfishing.temp 1 + +# determine shiny chance +scoreboard players set #pokemonfishing:rng.input pokemonfishing.temp 8192 +function pokemonfishing:utility/rng/rng +scoreboard players operation #pokemonfishing:pokemon.shiny pokemonfishing.temp = #pokemonfishing:rng.output pokemonfishing.temp +scoreboard players add #pokemonfishing:pokemon.shiny pokemonfishing.temp 1 + +# spawn shiny pokemon +execute if score #pokemonfishing:pokemon.shiny pokemonfishing.temp matches 8192 run function pokemonfishing:spawn_pokemon/pokemon_shiny + +# spawn pokemon +execute unless score #pokemonfishing:pokemon.shiny pokemonfishing.temp matches 8192 run function pokemonfishing:spawn_pokemon/pokemon + +# pokemon spawned +execute if score #pokemonfishing:pokemon.spawned pokemonfishing.temp matches 1 run function pokemonfishing:catch/find_pokemon + +# pokemon failed to spawn +execute unless score #pokemonfishing:pokemon.spawned pokemonfishing.temp matches 1 run tag @a add pokemonfishing.broadcast_target +execute unless score #pokemonfishing:pokemon.spawned pokemonfishing.temp matches 1 run function pokemonfishing:debug/message/broadcast_error + +# reset temp scores +scoreboard players reset #pokemonfishing:error_code pokemonfishing.temp +scoreboard players reset #pokemonfishing:pokemon.id pokemonfishing.temp +scoreboard players reset #pokemonfishing:pokemon.shiny pokemonfishing.temp +scoreboard players reset #pokemonfishing:pokemon.max_level pokemonfishing.temp +scoreboard players reset #pokemonfishing:pokemon.min_level pokemonfishing.temp +scoreboard players reset #pokemonfishing:pokemon.level pokemonfishing.temp +scoreboard players reset #pokemonfishing:pokemon.spawned pokemonfishing.temp \ No newline at end of file diff --git a/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/catch/find_pokemon.mcfunction b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/catch/find_pokemon.mcfunction new file mode 100644 index 0000000..84dd3bc --- /dev/null +++ b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/catch/find_pokemon.mcfunction @@ -0,0 +1,17 @@ +# executes as placeholder catch item (after spawning pokemon) + +# debug +scoreboard players set #pokemonfishing:error_code pokemonfishing.temp 2 + +# find pokemon +tag @e[type=cobblemon:pokemon,tag=!pokemonfishing.ignore,sort=nearest,limit=1,distance=..3] add pokemonfishing.pokemon.execute + +# pokemon found +execute if entity @e[type=cobblemon:pokemon,sort=nearest,tag=pokemonfishing.pokemon.execute,limit=1] run function pokemonfishing:catch/init_pokemon + +# no pokemon found +execute unless entity @e[type=cobblemon:pokemon,sort=nearest,tag=pokemonfishing.pokemon.execute,limit=1] run tag @a add pokemonfishing.broadcast_target +execute unless entity @e[type=cobblemon:pokemon,sort=nearest,tag=pokemonfishing.pokemon.execute,limit=1] run function pokemonfishing:debug/message/broadcast_error + +# remove temp tags +tag @e[type=cobblemon:pokemon,tag=pokemonfishing.pokemon.execute] remove pokemonfishing.pokemon.execute \ No newline at end of file diff --git a/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/catch/init_iterate_catches.mcfunction b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/catch/init_iterate_catches.mcfunction new file mode 100644 index 0000000..bd4705a --- /dev/null +++ b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/catch/init_iterate_catches.mcfunction @@ -0,0 +1,10 @@ +# executes as placeholder item + +# get pokemon amount +execute store result score #pokemonfishing:placeholder.amount pokemonfishing.temp run data get entity @s Item.tag.PokemonFishing.amount + +# begin iteration +function pokemonfishing:catch/iterate_catches + +# reset temp scores +scoreboard players reset #pokemonfishing:placeholder.amount pokemonfishing.temp \ No newline at end of file diff --git a/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/catch/init_pokemon.mcfunction b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/catch/init_pokemon.mcfunction new file mode 100644 index 0000000..31d63a2 --- /dev/null +++ b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/catch/init_pokemon.mcfunction @@ -0,0 +1,15 @@ +# executes as placeholder catch item (after finding pokemon) + +# apply motion +data modify entity @e[type=cobblemon:pokemon,sort=nearest,tag=pokemonfishing.pokemon.execute,limit=1] Motion set from entity @s Motion +execute store result entity @e[type=cobblemon:pokemon,sort=nearest,tag=pokemonfishing.pokemon.execute,limit=1] Motion[1] double 1.5 run data get entity @e[type=cobblemon:pokemon,sort=nearest,tag=pokemonfishing.pokemon.execute,limit=1] Motion[1] 1 + +# apply rotation +execute facing entity @p feet run tp ~ ~ ~ +data modify entity @e[type=cobblemon:pokemon,sort=nearest,tag=pokemonfishing.pokemon.execute,limit=1] Rotation set from entity @s Rotation + +# ignore this pokemon now +tag @e[type=cobblemon:pokemon,sort=nearest,tag=pokemonfishing.pokemon.execute,limit=1] add pokemonfishing.ignore + +# delete placeholder item (only after everything has succeeded and there are no more pokemon to spawn) +execute if score #pokemonfishing:pokemon.spawned pokemonfishing.temp matches 1.. unless score #pokemonfishing:placeholder.amount pokemonfishing.temp matches 2.. run kill @s \ No newline at end of file diff --git a/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/catch/iterate_catches.mcfunction b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/catch/iterate_catches.mcfunction new file mode 100644 index 0000000..a0803b3 --- /dev/null +++ b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/catch/iterate_catches.mcfunction @@ -0,0 +1,8 @@ +# executes as placeholder item + +# begin spawn +execute at @s run function pokemonfishing:catch/execute_placeholder + +# iterate +scoreboard players remove #pokemonfishing:placeholder.amount pokemonfishing.temp 1 +execute if score #pokemonfishing:placeholder.amount pokemonfishing.temp matches 1.. run function pokemonfishing:catch/iterate_catches \ No newline at end of file diff --git a/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/debug/message/broadcast_error.mcfunction b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/debug/message/broadcast_error.mcfunction new file mode 100644 index 0000000..20a39c4 --- /dev/null +++ b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/debug/message/broadcast_error.mcfunction @@ -0,0 +1,21 @@ +# executes globally or as placeholder item + +# generate error message +data remove storage pokemonfishing:message error.info +execute if score #pokemonfishing:error_code pokemonfishing.temp matches 1 run data modify storage pokemonfishing:message error.info append value '{"text":"Failed to spawn PokĂ©mon", "color": "red"}' +execute if score #pokemonfishing:error_code pokemonfishing.temp matches 2 run data modify storage pokemonfishing:message error.info append value '{"text":"Failed to find PokĂ©mon", "color": "red"}' +execute if score #pokemonfishing:error_code pokemonfishing.temp matches 3 run data modify storage pokemonfishing:message error.info append value '{"text":"Server bug detected. Run `/reload` in console.", "color": "red"}' + +# create error code +function pokemonfishing:debug/message/create_error_code + +# notify +tellraw @a[tag=pokemonfishing.broadcast_target] [{"text": "\n"}, {"text": "| ", "color": "dark_gray"}, {"storage":"pokemonfishing:message","nbt":"version[]","interpret":true,"separator":""}] +tellraw @a[tag=pokemonfishing.broadcast_target] [{"text": "| ", "color": "dark_gray"}, {"text":"Error: ", "color": "red"}, {"storage":"pokemonfishing:message","nbt":"error.info[]","interpret":true,"separator":""}, {"text": " (", "color": "gray"}, {"storage":"pokemonfishing:message","nbt":"error.code[]","interpret":true,"separator":""}, {"text": ")", "color":"gray"}] +tellraw @a[tag=pokemonfishing.broadcast_target] [{"text": "| ", "color": "dark_gray"}, {"text":"Please Check Logs and Report Issue", "color": "white"} ] + +# sound +execute as @a[tag=pokemonfishing.broadcast_target] run playsound minecraft:block.note_block.didgeridoo master @s ~ ~ ~ 1 0.5 + +# remove target tag +tag @a remove pokemonfishing.broadcast_target \ No newline at end of file diff --git a/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/debug/message/create_error_code.mcfunction b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/debug/message/create_error_code.mcfunction new file mode 100644 index 0000000..38a35b7 --- /dev/null +++ b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/debug/message/create_error_code.mcfunction @@ -0,0 +1,13 @@ +# executes globally or as placeholder item + +# reset +data remove storage pokemonfishing:message error.code + +# create +data modify storage pokemonfishing:message error.code append value '{"score":{"name":"#pokemonfishing:error_code","objective":"pokemonfishing.temp"}, "color": "red"}' +execute if score #pokemonfishing:error_code pokemonfishing.temp matches 1..2 run data modify storage pokemonfishing:message error.code append value '{"text":"-", "color": "gray"}' +execute if score #pokemonfishing:error_code pokemonfishing.temp matches 1..2 run data modify storage pokemonfishing:message error.code append value '{"score":{"name":"#pokemonfishing:pokemon.id","objective":"pokemonfishing.temp"}, "color": "red"}' +execute if score #pokemonfishing:error_code pokemonfishing.temp matches 1..2 run data modify storage pokemonfishing:message error.code append value '{"text":"-", "color": "gray"}' +execute if score #pokemonfishing:error_code pokemonfishing.temp matches 1..2 run data modify storage pokemonfishing:message error.code append value '{"score":{"name":"#pokemonfishing:pokemon.level","objective":"pokemonfishing.temp"}, "color": "red"}' +execute if score #pokemonfishing:error_code pokemonfishing.temp matches 1..2 run data modify storage pokemonfishing:message error.code append value '{"text":"-", "color": "gray"}' +execute if score #pokemonfishing:error_code pokemonfishing.temp matches 1..2 run data modify storage pokemonfishing:message error.code append value '{"score":{"name":"#pokemonfishing:pokemon.shiny","objective":"pokemonfishing.temp"}, "color": "red"}' \ No newline at end of file diff --git a/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/debug/reload_on_error.mcfunction b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/debug/reload_on_error.mcfunction new file mode 100644 index 0000000..9f51ec6 --- /dev/null +++ b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/debug/reload_on_error.mcfunction @@ -0,0 +1,21 @@ +# executes globally + +# generate error message +data remove storage pokemonfishing:message error.info +data modify storage pokemonfishing:message error.info append value '{"text":"Server bug detected. Running /reload...", "color": "red"}' + +# create error code +function pokemonfishing:debug/message/create_error_code + +# notify +tellraw @a[tag=pokemonfishing.broadcast_target] [{"text": "\n"}, {"text": "| ", "color": "dark_gray"}, {"storage":"pokemonfishing:message","nbt":"version[]","interpret":true,"separator":""}] +tellraw @a[tag=pokemonfishing.broadcast_target] [{"text": "| ", "color": "dark_gray"}, {"text":"Error: ", "color": "red"}, {"storage":"pokemonfishing:message","nbt":"error.info[]","interpret":true,"separator":""}, {"text": " (", "color": "gray"}, {"storage":"pokemonfishing:message","nbt":"error.code[]","interpret":true,"separator":""}, {"text": ")", "color":"gray"}] + +# sound +execute as @a[tag=pokemonfishing.broadcast_target] run playsound minecraft:block.note_block.didgeridoo master @s ~ ~ ~ 1 0.5 + +# remove target tag +tag @a remove pokemonfishing.broadcast_target + +# reload +reload \ No newline at end of file diff --git a/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/debug/resolve_placeholders/check_placeholders.mcfunction b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/debug/resolve_placeholders/check_placeholders.mcfunction new file mode 100644 index 0000000..cdf60d1 --- /dev/null +++ b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/debug/resolve_placeholders/check_placeholders.mcfunction @@ -0,0 +1,13 @@ +# executes as player + +# hide feedback +function pokemonfishing:utility/feedback/hide_feedback + +# check for error pokemon (placeholders) +execute store result score #pokemonfishing:debug.resolve_placeholders.has_placeholders pokemonfishing.temp run clear @s minecraft:barrier{PokemonFishing:{}} 0 + +# player has error pokemon +execute if score #pokemonfishing:debug.resolve_placeholders.has_placeholders pokemonfishing.temp matches 1.. run function pokemonfishing:debug/resolve_placeholders/init_placeholder_iteration + +# reset temp scores +scoreboard players reset #pokemonfishing:debug.resolve_placeholders.has_placeholders pokemonfishing.temp \ No newline at end of file diff --git a/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/debug/resolve_placeholders/find_placeholders.mcfunction b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/debug/resolve_placeholders/find_placeholders.mcfunction new file mode 100644 index 0000000..d83b764 --- /dev/null +++ b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/debug/resolve_placeholders/find_placeholders.mcfunction @@ -0,0 +1,14 @@ +# executes as player + +# get first item in queue +data modify storage pokemonfishing:debug.resolve_placeholders placeholder set from storage pokemonfishing:debug.resolve_placeholders player_inventory[0] + +# placeholder found +execute if data storage pokemonfishing:debug.resolve_placeholders placeholder.tag.PokemonFishing.PokemonID at @s run function pokemonfishing:debug/resolve_placeholders/found_placeholder + +# delete from queue +data remove storage pokemonfishing:debug.resolve_placeholders player_inventory[0] + +# iterate +scoreboard players remove #pokemonfishing:debug.resolve_placeholders.player_inventory_size pokemonfishing.temp 1 +execute if score #pokemonfishing:debug.resolve_placeholders.player_inventory_size pokemonfishing.temp matches 1.. run function pokemonfishing:debug/resolve_placeholders/find_placeholders \ No newline at end of file diff --git a/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/debug/resolve_placeholders/found_placeholder.mcfunction b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/debug/resolve_placeholders/found_placeholder.mcfunction new file mode 100644 index 0000000..530fd90 --- /dev/null +++ b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/debug/resolve_placeholders/found_placeholder.mcfunction @@ -0,0 +1,21 @@ +# execute as and at player + +# spawn item with the same data +summon minecraft:item ~ ~ ~ {PickupDelay:1000,Tags:["pokemonfishing.debug.resolve_placeholders.placeholder_spawn","global.ignore"],Item:{id:"minecraft:barrier",Count:1b,tag:{CustomModelData:4150000}}} +data modify entity @e[type=minecraft:item,tag=pokemonfishing.debug.resolve_placeholders.placeholder_spawn,limit=1,sort=nearest] Item set from storage pokemonfishing:debug.resolve_placeholders player_inventory[0] + +# calculate new amount (using original placeholders data and new data based on how many placeholders the player had) +execute store result score #pokemonfishing:debug.resolve_placeholders.placeholder.amount pokemonfishing.temp run data get storage pokemonfishing:debug.resolve_placeholders player_inventory[0].tag.PokemonFishing.amount +execute unless score #pokemonfishing:debug.resolve_placeholders.placeholder.amount pokemonfishing.temp matches 1.. run scoreboard players set #pokemonfishing:debug.resolve_placeholders.placeholder.amount pokemonfishing.temp 1 +execute store result score #pokemonfishing:debug.resolve_placeholders.placeholder.amount_new pokemonfishing.temp run data get storage pokemonfishing:debug.resolve_placeholders player_inventory[0].Count +scoreboard players operation #pokemonfishing:debug.resolve_placeholders.placeholder.amount pokemonfishing.temp *= #pokemonfishing:debug.resolve_placeholders.placeholder.amount_new pokemonfishing.temp + +# set new amount +execute store result entity @e[type=minecraft:item,tag=pokemonfishing.debug.resolve_placeholders.placeholder_spawn,limit=1,sort=nearest] Item.tag.PokemonFishing.amount int 1 run scoreboard players get #pokemonfishing:debug.resolve_placeholders.placeholder.amount pokemonfishing.temp + +# make it spawn a pokemon +function pokemonfishing:catch/detect_catch + +# reset temp scores +scoreboard players reset #pokemonfishing:debug.resolve_placeholders.placeholder.amount pokemonfishing.temp +scoreboard players reset #pokemonfishing:debug.resolve_placeholders.placeholder.amount_new pokemonfishing.temp \ No newline at end of file diff --git a/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/debug/resolve_placeholders/init_placeholder_iteration.mcfunction b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/debug/resolve_placeholders/init_placeholder_iteration.mcfunction new file mode 100644 index 0000000..28aa24a --- /dev/null +++ b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/debug/resolve_placeholders/init_placeholder_iteration.mcfunction @@ -0,0 +1,20 @@ +# executes as player + +# get inventory +data modify storage pokemonfishing:debug.resolve_placeholders player_inventory set from entity @s Inventory + +# get inventory size +execute store result score #pokemonfishing:debug.resolve_placeholders.player_inventory_size pokemonfishing.temp run data get storage pokemonfishing:debug.resolve_placeholders player_inventory + +# iterate +function pokemonfishing:debug/resolve_placeholders/find_placeholders + +# delete all placeholder items +clear @s minecraft:barrier{PokemonFishing:{}} + +# reset temp scores +scoreboard players reset #pokemonfishing:debug.resolve_placeholders.player_inventory_size pokemonfishing.temp + +# reset temp storage +data remove storage pokemonfishing:debug.resolve_placeholders player_inventory +data remove storage pokemonfishing:debug.resolve_placeholders placeholder \ No newline at end of file diff --git a/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/debug/server_bug/detect_fabric_server_bug.mcfunction b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/debug/server_bug/detect_fabric_server_bug.mcfunction new file mode 100644 index 0000000..a6f7580 --- /dev/null +++ b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/debug/server_bug/detect_fabric_server_bug.mcfunction @@ -0,0 +1,10 @@ +# executes globally + +# reset temp scores +scoreboard players reset #pokemonfishing:fabric_bug pokemonfishing.temp + +# try to spawn a pokemon +execute positioned ~ -1000 ~ store success score #pokemonfishing:fabric_bug pokemonfishing.temp run pokespawn magikarp + +# failed +execute unless score #pokemonfishing:fabric_bug pokemonfishing.temp matches 1 run function pokemonfishing:debug/server_bug/warn_fabric_server_bug \ No newline at end of file diff --git a/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/debug/server_bug/warn_fabric_server_bug.mcfunction b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/debug/server_bug/warn_fabric_server_bug.mcfunction new file mode 100644 index 0000000..0be89cc --- /dev/null +++ b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/debug/server_bug/warn_fabric_server_bug.mcfunction @@ -0,0 +1,13 @@ +# executes globally (after failed to spawn pokemon) + +# set error code +scoreboard players set #pokemonfishing:error_code pokemonfishing.temp 3 + +# broadcast target +tag @a add pokemonfishing.broadcast_target + +# warn if reload on error is off +execute unless score #pokemonfishing:option.reload_on_error pokemonfishing.data matches 1.. run function pokemonfishing:debug/message/broadcast_error + +# broadcast if reload on error is on +execute if score #pokemonfishing:option.reload_on_error pokemonfishing.data matches 1.. run function pokemonfishing:debug/reload_on_error \ No newline at end of file diff --git a/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/loop/every_10_ticks.mcfunction b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/loop/every_10_ticks.mcfunction new file mode 100644 index 0000000..b8a16a7 --- /dev/null +++ b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/loop/every_10_ticks.mcfunction @@ -0,0 +1,7 @@ +# executes globally every 10 ticks (half a second) + +# tag pokemon +tag @e[type=cobblemon:pokemon,tag=!pokemonfishing.ignore] add pokemonfishing.ignore + +# schedule loop +schedule function pokemonfishing:loop/every_10_ticks 10t replace \ No newline at end of file diff --git a/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/on_event/on_catch.mcfunction b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/on_event/on_catch.mcfunction new file mode 100644 index 0000000..77a8f07 --- /dev/null +++ b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/on_event/on_catch.mcfunction @@ -0,0 +1,7 @@ +# executes as player when they catch a pokemon through fishing + +# schedule catch detection +schedule function pokemonfishing:catch/detect_catch 1t + +# reset advancement +advancement revoke @s only pokemonfishing:catch_pokemon \ No newline at end of file diff --git a/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/on_event/on_join.mcfunction b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/on_event/on_join.mcfunction new file mode 100644 index 0000000..287416e --- /dev/null +++ b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/on_event/on_join.mcfunction @@ -0,0 +1,4 @@ +# executes as player when they join the world + +# warn +execute unless score #pokemonfishing:fabric_bug pokemonfishing.temp matches 1 run function pokemonfishing:warn_fabric_server_bug \ No newline at end of file diff --git a/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/on_event/on_load.mcfunction b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/on_event/on_load.mcfunction new file mode 100644 index 0000000..e1e35d0 --- /dev/null +++ b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/on_event/on_load.mcfunction @@ -0,0 +1,53 @@ +# executes on every load or reload + +# meta +scoreboard objectives add pokemonfishing.data dummy +scoreboard objectives add pokemonfishing.temp dummy + +# rng +scoreboard players set #pokemonfishing:65536 pokemonfishing.data 65536 +scoreboard players set #pokemonfishing:rng.multiplier pokemonfishing.data 1664525 +scoreboard players set #pokemonfishing:rng.increment pokemonfishing.data 1013904223 + +# init rng +scoreboard players set #pokemonfishing:rng.input pokemonfishing.temp 0 +function pokemonfishing:utility/rng/rng_init +scoreboard players operation #pokemonfishing:rng.value pokemonfishing.temp = #pokemonfishing:rng.output pokemonfishing.temp + +# set versioning +scoreboard players set #pokemonfishing:version.major pokemonfishing.data 1 +scoreboard players set #pokemonfishing:version.minor pokemonfishing.data 1 +scoreboard players set #pokemonfishing:version.hotfix pokemonfishing.data 4 + +# generate versioning message +data remove storage pokemonfishing:message version +data modify storage pokemonfishing:message version append value '{"text":"PokĂ©mon Fishing v", "color": "gray"}' + +# major version +data modify storage pokemonfishing:message version append value '{"score":{"name":"#pokemonfishing:version.major","objective":"pokemonfishing.data"}, "color": "gray"}' + +# only minor version +execute unless score #pokemonfishing:version.hotfix pokemonfishing.data matches 1.. if score #pokemonfishing:version.minor pokemonfishing.data matches 1.. run data modify storage pokemonfishing:message version append value '{"text":".", "color": "gray"}' +execute unless score #pokemonfishing:version.hotfix pokemonfishing.data matches 1.. if score #pokemonfishing:version.minor pokemonfishing.data matches 1.. run data modify storage pokemonfishing:message version append value '{"score":{"name":"#pokemonfishing:version.minor","objective":"pokemonfishing.data"}, "color": "gray"}' + +# only hotfix version +execute unless score #pokemonfishing:version.minor pokemonfishing.data matches 1.. if score #pokemonfishing:version.hotfix pokemonfishing.data matches 1.. run data modify storage pokemonfishing:message version append value '{"text":".0.", "color": "gray"}' +execute unless score #pokemonfishing:version.minor pokemonfishing.data matches 1.. if score #pokemonfishing:version.hotfix pokemonfishing.data matches 1.. run data modify storage pokemonfishing:message version append value '{"score":{"name":"#pokemonfishing:version.hotfix","objective":"pokemonfishing.data"}, "color": "gray"}' + +# minor and hotfix version +execute if score #pokemonfishing:version.minor pokemonfishing.data matches 1.. if score #pokemonfishing:version.hotfix pokemonfishing.data matches 1.. run data modify storage pokemonfishing:message version append value '{"text":".", "color": "gray"}' +execute if score #pokemonfishing:version.minor pokemonfishing.data matches 1.. if score #pokemonfishing:version.hotfix pokemonfishing.data matches 1.. run data modify storage pokemonfishing:message version append value '{"score":{"name":"#pokemonfishing:version.minor","objective":"pokemonfishing.data"}, "color": "gray"}' +execute if score #pokemonfishing:version.minor pokemonfishing.data matches 1.. if score #pokemonfishing:version.hotfix pokemonfishing.data matches 1.. run data modify storage pokemonfishing:message version append value '{"text":".", "color": "gray"}' +execute if score #pokemonfishing:version.minor pokemonfishing.data matches 1.. if score #pokemonfishing:version.hotfix pokemonfishing.data matches 1.. run data modify storage pokemonfishing:message version append value '{"score":{"name":"#pokemonfishing:version.hotfix","objective":"pokemonfishing.data"}, "color": "gray"}' + +# check for fabric server bug +function pokemonfishing:debug/server_bug/detect_fabric_server_bug + +# reset on join event +advancement revoke @a only pokemonfishing:on_join + +# pause loops +schedule clear pokemonfishing:loop/every_10_ticks + +# run loops +function pokemonfishing:loop/every_10_ticks \ No newline at end of file diff --git a/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/options/toggle_reload_on_error.mcfunction b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/options/toggle_reload_on_error.mcfunction new file mode 100644 index 0000000..3f42bb9 --- /dev/null +++ b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/options/toggle_reload_on_error.mcfunction @@ -0,0 +1,27 @@ +# executes as player + +# toggle off +execute if score #pokemonfishing:option.reload_on_error pokemonfishing.data matches 1.. run scoreboard players set #pokemonfishing:new_option_value pokemonfishing.temp 0 + +# toggle on +execute unless score #pokemonfishing:option.reload_on_error pokemonfishing.data matches 1.. run scoreboard players set #pokemonfishing:new_option_value pokemonfishing.temp 1 + +# set value +scoreboard players operation #pokemonfishing:option.reload_on_error pokemonfishing.data = #pokemonfishing:new_option_value pokemonfishing.temp + +# reset temp score +scoreboard players reset #pokemonfishing:new_option_value pokemonfishing.temp + +# hide admin commands log +function pokemonfishing:utility/feedback/hide_feedback + +# notify +tellraw @s [{"text": "\n"}, {"text": "| ", "color": "dark_gray"}, {"storage":"pokemonfishing:message","nbt":"version[]","interpret":true,"separator":""}] + +# toggled on +execute if score #pokemonfishing:option.reload_on_error pokemonfishing.data matches 1.. run tellraw @s [{"text": "| ", "color": "dark_gray"}, {"text":"Auto Reload on Error Toggled ON", "color":"yellow"}] +execute if score #pokemonfishing:option.reload_on_error pokemonfishing.data matches 1.. run playsound cobblemon:pc.on master @s ~ ~ ~ 1 1.5 + +# toggled off +execute unless score #pokemonfishing:option.reload_on_error pokemonfishing.data matches 1.. run tellraw @s [{"text": "| ", "color": "dark_gray"}, {"text":"Auto Reload on Error Toggled OFF", "color":"gray"}] +execute unless score #pokemonfishing:option.reload_on_error pokemonfishing.data matches 1.. run playsound cobblemon:pc.off master @s ~ ~ ~ 1 1.5 \ No newline at end of file diff --git a/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon.mcfunction b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon.mcfunction new file mode 100644 index 0000000..d2a21e3 --- /dev/null +++ b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon.mcfunction @@ -0,0 +1,104 @@ +# 7 squirtle +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 7 run function pokemonfishing:spawn_pokemon/pokemon/7_squirtle + +# 54 psyduck +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 54 run function pokemonfishing:spawn_pokemon/pokemon/54_psyduck + +# 55 golduck +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 55 run function pokemonfishing:spawn_pokemon/pokemon/55_golduck + +# 60 poliwag +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 60 run function pokemonfishing:spawn_pokemon/pokemon/60_poliwag + +# 61 poliwhirl +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 61 run function pokemonfishing:spawn_pokemon/pokemon/61_poliwhirl + +# 72 tentacool +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 72 run function pokemonfishing:spawn_pokemon/pokemon/72_tentacool + +# 73 tentacruel +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 73 run function pokemonfishing:spawn_pokemon/pokemon/73_tentacruel + +# 90 shellder +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 90 run function pokemonfishing:spawn_pokemon/pokemon/90_shellder + +# 98 krabby +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 98 run function pokemonfishing:spawn_pokemon/pokemon/98_krabby + +# 99 kingler +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 99 run function pokemonfishing:spawn_pokemon/pokemon/99_kingler + +# 116 horsea +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 116 run function pokemonfishing:spawn_pokemon/pokemon/116_horsea + +# 117 seadra +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 117 run function pokemonfishing:spawn_pokemon/pokemon/117_seadra + +# 118 goldeen +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 118 run function pokemonfishing:spawn_pokemon/pokemon/118_goldeen + +# 119 seaking +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 119 run function pokemonfishing:spawn_pokemon/pokemon/119_seaking + +# 120 staryu +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 120 run function pokemonfishing:spawn_pokemon/pokemon/120_staryu + +# 129 magikarp +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 129 run function pokemonfishing:spawn_pokemon/pokemon/129_magikarp + +# 130 gyarados +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 130 run function pokemonfishing:spawn_pokemon/pokemon/130_gyarados + +# 147 dratini +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 147 run function pokemonfishing:spawn_pokemon/pokemon/147_dratini + +# 148 dragonair +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 148 run function pokemonfishing:spawn_pokemon/pokemon/148_dragonair + +# 258 mudkip +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 258 run function pokemonfishing:spawn_pokemon/pokemon/258_mudkip + +# 270 lotad +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 270 run function pokemonfishing:spawn_pokemon/pokemon/270_lotad + +# 271 lombre +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 271 run function pokemonfishing:spawn_pokemon/pokemon/271_lombre + +# 318 carvanha +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 318 run function pokemonfishing:spawn_pokemon/pokemon/318_carvanha + +# 319 sharpedo +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 319 run function pokemonfishing:spawn_pokemon/pokemon/319_sharpedo + +# 320 wailmer +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 320 run function pokemonfishing:spawn_pokemon/pokemon/320_wailmer + +# 321 wailord +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 321 run function pokemonfishing:spawn_pokemon/pokemon/321_wailord + +# 370 luvdisc +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 370 run function pokemonfishing:spawn_pokemon/pokemon/370_luvdisc + +# 393 piplip +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 393 run function pokemonfishing:spawn_pokemon/pokemon/393_piplup + +# 501 oshawott +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 501 run function pokemonfishing:spawn_pokemon/pokemon/501_oshawott + +# 550 basculin blue stripe +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 550 if data entity @s {Item:{tag:{PokemonFishing:{fish_stripes:"blue"}}}} run function pokemonfishing:spawn_pokemon/pokemon/550_basculin_blue_stripe + +# 550 basculin red stripe +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 550 if data entity @s {Item:{tag:{PokemonFishing:{fish_stripes:"red"}}}} run function pokemonfishing:spawn_pokemon/pokemon/550_basculin_red_stripe + +# 656 froakie +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 656 run function pokemonfishing:spawn_pokemon/pokemon/656_froakie + +# 728 popplio +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 728 run function pokemonfishing:spawn_pokemon/pokemon/728_popplio + +# 781 dhelmise +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 781 run function pokemonfishing:spawn_pokemon/pokemon/781_dhelmise + +# 816 sobble +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 816 run function pokemonfishing:spawn_pokemon/pokemon/816_sobble \ No newline at end of file diff --git a/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/116_horsea.mcfunction b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/116_horsea.mcfunction new file mode 100644 index 0000000..dbef60c --- /dev/null +++ b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/116_horsea.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn horsea level=100 \ No newline at end of file diff --git a/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/117_seadra.mcfunction b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/117_seadra.mcfunction new file mode 100644 index 0000000..e9568c2 --- /dev/null +++ b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/117_seadra.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seadra level=100 \ No newline at end of file diff --git a/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/118_goldeen.mcfunction b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/118_goldeen.mcfunction new file mode 100644 index 0000000..cb674f6 --- /dev/null +++ b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/118_goldeen.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn goldeen level=100 \ No newline at end of file diff --git a/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/119_seaking.mcfunction b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/119_seaking.mcfunction new file mode 100644 index 0000000..c56eb81 --- /dev/null +++ b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/119_seaking.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn seaking level=100 \ No newline at end of file diff --git a/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/120_staryu.mcfunction b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/120_staryu.mcfunction new file mode 100644 index 0000000..22daa06 --- /dev/null +++ b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/120_staryu.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn staryu level=100 \ No newline at end of file diff --git a/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/129_magikarp.mcfunction b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/129_magikarp.mcfunction new file mode 100644 index 0000000..0953f61 --- /dev/null +++ b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/129_magikarp.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn magikarp level=100 \ No newline at end of file diff --git a/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/130_gyarados.mcfunction b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/130_gyarados.mcfunction new file mode 100644 index 0000000..2606188 --- /dev/null +++ b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/130_gyarados.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn gyarados level=100 \ No newline at end of file diff --git a/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/147_dratini.mcfunction b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/147_dratini.mcfunction new file mode 100644 index 0000000..2eb83c2 --- /dev/null +++ b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/147_dratini.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dratini level=100 \ No newline at end of file diff --git a/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/148_dragonair.mcfunction b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/148_dragonair.mcfunction new file mode 100644 index 0000000..f62b194 --- /dev/null +++ b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/148_dragonair.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dragonair level=100 \ No newline at end of file diff --git a/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/258_mudkip.mcfunction b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/258_mudkip.mcfunction new file mode 100644 index 0000000..1a5e6be --- /dev/null +++ b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/258_mudkip.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn mudkip level=100 \ No newline at end of file diff --git a/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/270_lotad.mcfunction b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/270_lotad.mcfunction new file mode 100644 index 0000000..2effe2c --- /dev/null +++ b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/270_lotad.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lotad level=100 \ No newline at end of file diff --git a/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/271_lombre.mcfunction b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/271_lombre.mcfunction new file mode 100644 index 0000000..4c0040b --- /dev/null +++ b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/271_lombre.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn lombre level=100 \ No newline at end of file diff --git a/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/318_carvanha.mcfunction b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/318_carvanha.mcfunction new file mode 100644 index 0000000..7bceeab --- /dev/null +++ b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/318_carvanha.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn carvanha level=100 \ No newline at end of file diff --git a/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/319_sharpedo.mcfunction b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/319_sharpedo.mcfunction new file mode 100644 index 0000000..74b2c44 --- /dev/null +++ b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/319_sharpedo.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sharpedo level=100 \ No newline at end of file diff --git a/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/320_wailmer.mcfunction b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/320_wailmer.mcfunction new file mode 100644 index 0000000..1941ef3 --- /dev/null +++ b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/320_wailmer.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailmer level=100 \ No newline at end of file diff --git a/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/321_wailord.mcfunction b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/321_wailord.mcfunction new file mode 100644 index 0000000..d626b19 --- /dev/null +++ b/global_packs/required_data/PokĂ©mon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/321_wailord.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn wailord level=100 \ No newline at end of file diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/370_luvdisc.mcfunction b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/370_luvdisc.mcfunction new file mode 100644 index 0000000..077da6b --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/370_luvdisc.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn luvdisc level=100 \ No newline at end of file diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/393_piplup.mcfunction b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/393_piplup.mcfunction new file mode 100644 index 0000000..fa1dadc --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/393_piplup.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn piplup level=100 \ No newline at end of file diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/501_oshawott.mcfunction b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/501_oshawott.mcfunction new file mode 100644 index 0000000..e2b3c17 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/501_oshawott.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn oshawott level=100 \ No newline at end of file diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/54_psyduck.mcfunction b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/54_psyduck.mcfunction new file mode 100644 index 0000000..5b3fd51 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/54_psyduck.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn psyduck level=100 \ No newline at end of file diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/550_basculin_blue_stripe.mcfunction b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/550_basculin_blue_stripe.mcfunction new file mode 100644 index 0000000..7f5a377 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/550_basculin_blue_stripe.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=blue level=100 \ No newline at end of file diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/550_basculin_red_stripe.mcfunction b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/550_basculin_red_stripe.mcfunction new file mode 100644 index 0000000..0896081 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/550_basculin_red_stripe.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn basculin striped=red level=100 \ No newline at end of file diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/55_golduck.mcfunction b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/55_golduck.mcfunction new file mode 100644 index 0000000..c69ab92 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/55_golduck.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn golduck level=100 \ No newline at end of file diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/60_poliwag.mcfunction b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/60_poliwag.mcfunction new file mode 100644 index 0000000..58ca4a1 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/60_poliwag.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwag level=100 \ No newline at end of file diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/61_poliwhirl.mcfunction b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/61_poliwhirl.mcfunction new file mode 100644 index 0000000..818b7dc --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/61_poliwhirl.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn poliwhirl level=100 \ No newline at end of file diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/656_froakie.mcfunction b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/656_froakie.mcfunction new file mode 100644 index 0000000..8988acd --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/656_froakie.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn froakie level=100 \ No newline at end of file diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/728_popplio.mcfunction b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/728_popplio.mcfunction new file mode 100644 index 0000000..6bf5949 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/728_popplio.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn popplio level=100 \ No newline at end of file diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/72_tentacool.mcfunction b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/72_tentacool.mcfunction new file mode 100644 index 0000000..3b41ed3 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/72_tentacool.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacool level=100 \ No newline at end of file diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/73_tentacruel.mcfunction b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/73_tentacruel.mcfunction new file mode 100644 index 0000000..353ef65 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/73_tentacruel.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn tentacruel level=100 \ No newline at end of file diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/781_dhelmise.mcfunction b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/781_dhelmise.mcfunction new file mode 100644 index 0000000..c2f047f --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/781_dhelmise.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn dhelmise level=100 \ No newline at end of file diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/7_squirtle.mcfunction b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/7_squirtle.mcfunction new file mode 100644 index 0000000..8cd2b35 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/7_squirtle.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn squirtle level=100 \ No newline at end of file diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/816_sobble.mcfunction b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/816_sobble.mcfunction new file mode 100644 index 0000000..ca290c0 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/816_sobble.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn sobble level=100 \ No newline at end of file diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/90_shellder.mcfunction b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/90_shellder.mcfunction new file mode 100644 index 0000000..b724bf8 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/90_shellder.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shellder level=100 \ No newline at end of file diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/98_krabby.mcfunction b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/98_krabby.mcfunction new file mode 100644 index 0000000..007c8f8 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/98_krabby.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn krabby level=100 \ No newline at end of file diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/99_kingler.mcfunction b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/99_kingler.mcfunction new file mode 100644 index 0000000..2667de0 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/99_kingler.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn kingler level=100 \ No newline at end of file diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny.mcfunction b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny.mcfunction new file mode 100644 index 0000000..8bcd77d --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny.mcfunction @@ -0,0 +1,104 @@ +# 7 squirtle +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 7 run function pokemonfishing:spawn_pokemon/pokemon_shiny/7_squirtle + +# 54 psyduck +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 54 run function pokemonfishing:spawn_pokemon/pokemon_shiny/54_psyduck + +# 55 golduck +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 55 run function pokemonfishing:spawn_pokemon/pokemon_shiny/55_golduck + +# 60 poliwag +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 60 run function pokemonfishing:spawn_pokemon/pokemon_shiny/60_poliwag + +# 61 poliwhirl +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 61 run function pokemonfishing:spawn_pokemon/pokemon_shiny/61_poliwhirl + +# 72 tentacool +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 72 run function pokemonfishing:spawn_pokemon/pokemon_shiny/72_tentacool + +# 73 tentacruel +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 73 run function pokemonfishing:spawn_pokemon/pokemon_shiny/73_tentacruel + +# 90 shellder +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 90 run function pokemonfishing:spawn_pokemon/pokemon_shiny/90_shellder + +# 98 krabby +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 98 run function pokemonfishing:spawn_pokemon/pokemon_shiny/98_krabby + +# 99 kingler +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 99 run function pokemonfishing:spawn_pokemon/pokemon_shiny/99_kingler + +# 116 horsea +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 116 run function pokemonfishing:spawn_pokemon/pokemon_shiny/116_horsea + +# 117 seadra +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 117 run function pokemonfishing:spawn_pokemon/pokemon_shiny/117_seadra + +# 118 goldeen +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 118 run function pokemonfishing:spawn_pokemon/pokemon_shiny/118_goldeen + +# 119 seaking +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 119 run function pokemonfishing:spawn_pokemon/pokemon_shiny/119_seaking + +# 120 staryu +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 120 run function pokemonfishing:spawn_pokemon/pokemon_shiny/120_staryu + +# 129 magikarp +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 129 run function pokemonfishing:spawn_pokemon/pokemon_shiny/129_magikarp + +# 130 gyarados +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 130 run function pokemonfishing:spawn_pokemon/pokemon_shiny/130_gyarados + +# 147 dratini +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 147 run function pokemonfishing:spawn_pokemon/pokemon_shiny/147_dratini + +# 148 dragonair +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 148 run function pokemonfishing:spawn_pokemon/pokemon_shiny/148_dragonair + +# 258 mudkip +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 258 run function pokemonfishing:spawn_pokemon/pokemon_shiny/258_mudkip + +# 270 lotad +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 270 run function pokemonfishing:spawn_pokemon/pokemon_shiny/270_lotad + +# 271 lombre +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 271 run function pokemonfishing:spawn_pokemon/pokemon_shiny/271_lombre + +# 318 carvanha +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 318 run function pokemonfishing:spawn_pokemon/pokemon_shiny/318_carvanha + +# 319 sharpedo +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 319 run function pokemonfishing:spawn_pokemon/pokemon_shiny/319_sharpedo + +# 320 wailmer +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 320 run function pokemonfishing:spawn_pokemon/pokemon_shiny/320_wailmer + +# 321 wailord +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 321 run function pokemonfishing:spawn_pokemon/pokemon_shiny/321_wailord + +# 370 luvdisc +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 370 run function pokemonfishing:spawn_pokemon/pokemon_shiny/370_luvdisc + +# 393 piplip +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 393 run function pokemonfishing:spawn_pokemon/pokemon_shiny/393_piplup + +# 501 oshawott +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 501 run function pokemonfishing:spawn_pokemon/pokemon_shiny/501_oshawott + +# 550 basculin blue stripe +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 550 if data entity @s {Item:{tag:{PokemonFishing:{fish_stripes:"blue"}}}} run function pokemonfishing:spawn_pokemon/pokemon_shiny/550_basculin_blue_stripe + +# 550 basculin red stripe +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 550 if data entity @s {Item:{tag:{PokemonFishing:{fish_stripes:"red"}}}} run function pokemonfishing:spawn_pokemon/pokemon_shiny/550_basculin_red_stripe + +# 656 froakie +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 656 run function pokemonfishing:spawn_pokemon/pokemon_shiny/656_froakie + +# 728 popplio +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 728 run function pokemonfishing:spawn_pokemon/pokemon_shiny/728_popplio + +# 781 dhelmise +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 781 run function pokemonfishing:spawn_pokemon/pokemon_shiny/781_dhelmise + +# 816 sobble +execute if score #pokemonfishing:pokemon.id pokemonfishing.temp matches 816 run function pokemonfishing:spawn_pokemon/pokemon_shiny/816_sobble \ No newline at end of file diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/116_horsea.mcfunction b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/116_horsea.mcfunction new file mode 100644 index 0000000..e50fa92 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/116_horsea.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny horsea level=100 \ No newline at end of file diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/117_seadra.mcfunction b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/117_seadra.mcfunction new file mode 100644 index 0000000..2deaa0e --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/117_seadra.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seadra level=100 \ No newline at end of file diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/118_goldeen.mcfunction b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/118_goldeen.mcfunction new file mode 100644 index 0000000..84d3141 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/118_goldeen.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny goldeen level=100 \ No newline at end of file diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/119_seaking.mcfunction b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/119_seaking.mcfunction new file mode 100644 index 0000000..efd53c1 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/119_seaking.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny seaking level=100 \ No newline at end of file diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/120_staryu.mcfunction b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/120_staryu.mcfunction new file mode 100644 index 0000000..1d7ca0c --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/120_staryu.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny staryu level=100 \ No newline at end of file diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/129_magikarp.mcfunction b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/129_magikarp.mcfunction new file mode 100644 index 0000000..ed79f67 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/129_magikarp.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny magikarp level=100 \ No newline at end of file diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/130_gyarados.mcfunction b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/130_gyarados.mcfunction new file mode 100644 index 0000000..f37d1d4 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/130_gyarados.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny gyarados level=100 \ No newline at end of file diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/147_dratini.mcfunction b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/147_dratini.mcfunction new file mode 100644 index 0000000..9dc415a --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/147_dratini.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dratini level=100 \ No newline at end of file diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/148_dragonair.mcfunction b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/148_dragonair.mcfunction new file mode 100644 index 0000000..26dff05 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/148_dragonair.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dragonair level=100 \ No newline at end of file diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/258_mudkip.mcfunction b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/258_mudkip.mcfunction new file mode 100644 index 0000000..3feedfa --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/258_mudkip.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny mudkip level=100 \ No newline at end of file diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/270_lotad.mcfunction b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/270_lotad.mcfunction new file mode 100644 index 0000000..acd1228 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/270_lotad.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lotad level=100 \ No newline at end of file diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/271_lombre.mcfunction b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/271_lombre.mcfunction new file mode 100644 index 0000000..8e82b6b --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/271_lombre.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny lombre level=100 \ No newline at end of file diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/318_carvanha.mcfunction b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/318_carvanha.mcfunction new file mode 100644 index 0000000..5403fd7 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/318_carvanha.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny carvanha level=100 \ No newline at end of file diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/319_sharpedo.mcfunction b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/319_sharpedo.mcfunction new file mode 100644 index 0000000..8ff0c43 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/319_sharpedo.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sharpedo level=100 \ No newline at end of file diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/320_wailmer.mcfunction b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/320_wailmer.mcfunction new file mode 100644 index 0000000..24b1e19 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/320_wailmer.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailmer level=100 \ No newline at end of file diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/321_wailord.mcfunction b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/321_wailord.mcfunction new file mode 100644 index 0000000..c9018cd --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/321_wailord.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny wailord level=100 \ No newline at end of file diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/370_luvdisc.mcfunction b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/370_luvdisc.mcfunction new file mode 100644 index 0000000..11055a3 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/370_luvdisc.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny luvdisc level=100 \ No newline at end of file diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/393_piplup.mcfunction b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/393_piplup.mcfunction new file mode 100644 index 0000000..2917180 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/393_piplup.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny piplup level=100 \ No newline at end of file diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/501_oshawott.mcfunction b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/501_oshawott.mcfunction new file mode 100644 index 0000000..75be302 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/501_oshawott.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny oshawott level=100 \ No newline at end of file diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/54_psyduck.mcfunction b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/54_psyduck.mcfunction new file mode 100644 index 0000000..25a3dba --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/54_psyduck.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny psyduck level=100 \ No newline at end of file diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/550_basculin_blue_stripe.mcfunction b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/550_basculin_blue_stripe.mcfunction new file mode 100644 index 0000000..57104fe --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/550_basculin_blue_stripe.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=blue level=100 \ No newline at end of file diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/550_basculin_red_stripe.mcfunction b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/550_basculin_red_stripe.mcfunction new file mode 100644 index 0000000..00d8db6 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/550_basculin_red_stripe.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny basculin striped=red level=100 \ No newline at end of file diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/55_golduck.mcfunction b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/55_golduck.mcfunction new file mode 100644 index 0000000..fe0b6f4 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/55_golduck.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny golduck level=100 \ No newline at end of file diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/60_poliwag.mcfunction b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/60_poliwag.mcfunction new file mode 100644 index 0000000..7c6ab42 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/60_poliwag.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwag level=100 \ No newline at end of file diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/61_poliwhirl.mcfunction b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/61_poliwhirl.mcfunction new file mode 100644 index 0000000..af5310e --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/61_poliwhirl.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny poliwhirl level=100 \ No newline at end of file diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/656_froakie.mcfunction b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/656_froakie.mcfunction new file mode 100644 index 0000000..6716fcc --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/656_froakie.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny froakie level=100 \ No newline at end of file diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/728_popplio.mcfunction b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/728_popplio.mcfunction new file mode 100644 index 0000000..e6216b6 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/728_popplio.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny popplio level=100 \ No newline at end of file diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/72_tentacool.mcfunction b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/72_tentacool.mcfunction new file mode 100644 index 0000000..e1bd249 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/72_tentacool.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacool level=100 \ No newline at end of file diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/73_tentacruel.mcfunction b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/73_tentacruel.mcfunction new file mode 100644 index 0000000..3f38983 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/73_tentacruel.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny tentacruel level=100 \ No newline at end of file diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/781_dhelmise.mcfunction b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/781_dhelmise.mcfunction new file mode 100644 index 0000000..062ff50 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/781_dhelmise.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny dhelmise level=100 \ No newline at end of file diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/7_squirtle.mcfunction b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/7_squirtle.mcfunction new file mode 100644 index 0000000..d123084 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/7_squirtle.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny squirtle level=100 \ No newline at end of file diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/816_sobble.mcfunction b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/816_sobble.mcfunction new file mode 100644 index 0000000..08ba5cb --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/816_sobble.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny sobble level=100 \ No newline at end of file diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/90_shellder.mcfunction b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/90_shellder.mcfunction new file mode 100644 index 0000000..4860bf8 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/90_shellder.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny shellder level=100 \ No newline at end of file diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/98_krabby.mcfunction b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/98_krabby.mcfunction new file mode 100644 index 0000000..3f31f79 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/98_krabby.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny krabby level=100 \ No newline at end of file diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/99_kingler.mcfunction b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/99_kingler.mcfunction new file mode 100644 index 0000000..7eaf7be --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/99_kingler.mcfunction @@ -0,0 +1,100 @@ +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 1 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=1 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 2 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=2 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 3 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=3 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 4 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=4 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 5 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=5 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 6 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=6 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 7 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=7 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 8 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=8 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 9 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=9 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 10 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=10 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 11 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=11 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 12 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=12 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 13 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=13 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 14 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=14 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 15 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=15 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 16 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=16 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 17 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=17 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 18 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=18 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 19 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=19 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 20 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=20 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 21 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=21 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 22 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=22 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 23 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=23 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 24 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=24 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 25 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=25 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 26 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=26 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 27 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=27 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 28 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=28 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 29 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=29 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 30 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=30 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 31 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=31 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 32 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=32 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 33 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=33 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 34 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=34 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 35 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=35 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 36 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=36 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 37 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=37 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 38 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=38 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 39 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=39 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 40 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=40 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 41 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=41 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 42 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=42 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 43 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=43 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 44 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=44 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 45 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=45 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 46 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=46 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 47 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=47 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 48 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=48 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 49 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=49 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 50 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=50 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 51 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=51 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 52 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=52 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 53 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=53 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 54 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=54 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 55 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=55 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 56 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=56 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 57 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=57 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 58 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=58 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 59 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=59 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 60 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=60 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 61 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=61 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 62 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=62 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 63 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=63 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 64 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=64 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 65 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=65 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 66 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=66 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 67 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=67 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 68 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=68 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 69 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=69 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 70 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=70 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 71 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=71 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 72 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=72 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 73 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=73 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 74 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=74 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 75 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=75 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 76 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=76 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 77 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=77 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 78 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=78 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 79 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=79 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 80 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=80 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 81 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=81 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 82 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=82 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 83 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=83 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 84 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=84 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 85 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=85 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 86 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=86 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 87 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=87 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 88 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=88 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 89 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=89 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 90 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=90 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 91 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=91 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 92 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=92 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 93 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=93 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 94 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=94 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 95 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=95 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 96 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=96 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 97 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=97 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 98 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=98 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 99 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=99 +execute if score #pokemonfishing:pokemon.level pokemonfishing.temp matches 100 store success score #pokemonfishing:pokemon.spawned pokemonfishing.temp run pokespawn shiny kingler level=100 \ No newline at end of file diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/utility/feedback/hide_feedback.mcfunction b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/utility/feedback/hide_feedback.mcfunction new file mode 100644 index 0000000..96ce6ef --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/utility/feedback/hide_feedback.mcfunction @@ -0,0 +1,6 @@ +# check if logging admin commands is enabled +execute store result score #pokemonfishing:gamerule.log_enabled pokemonfishing.temp run gamerule sendCommandFeedback + +# if enabled, turn it off then queue it to turn back on in the next tick +execute if score #pokemonfishing:gamerule.log_enabled pokemonfishing.temp matches 1.. run gamerule sendCommandFeedback false +execute if score #pokemonfishing:gamerule.log_enabled pokemonfishing.temp matches 1.. run schedule function pokemonfishing:utility/feedback/show_feedback 1t \ No newline at end of file diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/utility/feedback/show_feedback.mcfunction b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/utility/feedback/show_feedback.mcfunction new file mode 100644 index 0000000..b466492 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/utility/feedback/show_feedback.mcfunction @@ -0,0 +1 @@ +gamerule sendCommandFeedback true \ No newline at end of file diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/utility/rng/rng.mcfunction b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/utility/rng/rng.mcfunction new file mode 100644 index 0000000..f2b579d --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/utility/rng/rng.mcfunction @@ -0,0 +1,13 @@ +# generate random number +scoreboard players operation #pokemonfishing:rng.value pokemonfishing.temp *= #pokemonfishing:rng.multiplier pokemonfishing.data +scoreboard players operation #pokemonfishing:rng.value pokemonfishing.temp += #pokemonfishing:rng.increment pokemonfishing.data + +# swap bits +scoreboard players operation #pokemonfishing:rng.bit_swap pokemonfishing.temp = #pokemonfishing:rng.value pokemonfishing.temp +scoreboard players operation #pokemonfishing:rng.bit_swap pokemonfishing.temp /= #pokemonfishing:65536 pokemonfishing.data +scoreboard players operation #pokemonfishing:rng.value pokemonfishing.temp *= #pokemonfishing:65536 pokemonfishing.data +scoreboard players operation #pokemonfishing:rng.value pokemonfishing.temp += #pokemonfishing:rng.bit_swap pokemonfishing.temp + +# return output +scoreboard players operation #pokemonfishing:rng.output pokemonfishing.temp = #pokemonfishing:rng.value pokemonfishing.temp +execute if score #pokemonfishing:rng.input pokemonfishing.temp matches 1.. run scoreboard players operation #pokemonfishing:rng.output pokemonfishing.temp %= #pokemonfishing:rng.input pokemonfishing.temp \ No newline at end of file diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/utility/rng/rng_init.mcfunction b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/utility/rng/rng_init.mcfunction new file mode 100644 index 0000000..0f21bc1 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/utility/rng/rng_init.mcfunction @@ -0,0 +1,39 @@ +# reset +scoreboard players set #pokemonfishing:rng.output pokemonfishing.temp 0 + +# randomize using predicates (50%) +execute if predicate pokemonfishing:rng/50 run scoreboard players set #pokemonfishing:rng.output pokemonfishing.temp -2147483648 +execute if predicate pokemonfishing:rng/50 run scoreboard players add #pokemonfishing:rng.output pokemonfishing.temp 1073741824 +execute if predicate pokemonfishing:rng/50 run scoreboard players add #pokemonfishing:rng.output pokemonfishing.temp 536870912 +execute if predicate pokemonfishing:rng/50 run scoreboard players add #pokemonfishing:rng.output pokemonfishing.temp 268435456 +execute if predicate pokemonfishing:rng/50 run scoreboard players add #pokemonfishing:rng.output pokemonfishing.temp 134217728 +execute if predicate pokemonfishing:rng/50 run scoreboard players add #pokemonfishing:rng.output pokemonfishing.temp 67108864 +execute if predicate pokemonfishing:rng/50 run scoreboard players add #pokemonfishing:rng.output pokemonfishing.temp 33554432 +execute if predicate pokemonfishing:rng/50 run scoreboard players add #pokemonfishing:rng.output pokemonfishing.temp 16777216 +execute if predicate pokemonfishing:rng/50 run scoreboard players add #pokemonfishing:rng.output pokemonfishing.temp 8388608 +execute if predicate pokemonfishing:rng/50 run scoreboard players add #pokemonfishing:rng.output pokemonfishing.temp 4194304 +execute if predicate pokemonfishing:rng/50 run scoreboard players add #pokemonfishing:rng.output pokemonfishing.temp 2097152 +execute if predicate pokemonfishing:rng/50 run scoreboard players add #pokemonfishing:rng.output pokemonfishing.temp 1048576 +execute if predicate pokemonfishing:rng/50 run scoreboard players add #pokemonfishing:rng.output pokemonfishing.temp 524288 +execute if predicate pokemonfishing:rng/50 run scoreboard players add #pokemonfishing:rng.output pokemonfishing.temp 262144 +execute if predicate pokemonfishing:rng/50 run scoreboard players add #pokemonfishing:rng.output pokemonfishing.temp 131072 +execute if predicate pokemonfishing:rng/50 run scoreboard players add #pokemonfishing:rng.output pokemonfishing.temp 65536 +execute if predicate pokemonfishing:rng/50 run scoreboard players add #pokemonfishing:rng.output pokemonfishing.temp 32768 +execute if predicate pokemonfishing:rng/50 run scoreboard players add #pokemonfishing:rng.output pokemonfishing.temp 16384 +execute if predicate pokemonfishing:rng/50 run scoreboard players add #pokemonfishing:rng.output pokemonfishing.temp 8192 +execute if predicate pokemonfishing:rng/50 run scoreboard players add #pokemonfishing:rng.output pokemonfishing.temp 4096 +execute if predicate pokemonfishing:rng/50 run scoreboard players add #pokemonfishing:rng.output pokemonfishing.temp 2048 +execute if predicate pokemonfishing:rng/50 run scoreboard players add #pokemonfishing:rng.output pokemonfishing.temp 1024 +execute if predicate pokemonfishing:rng/50 run scoreboard players add #pokemonfishing:rng.output pokemonfishing.temp 512 +execute if predicate pokemonfishing:rng/50 run scoreboard players add #pokemonfishing:rng.output pokemonfishing.temp 256 +execute if predicate pokemonfishing:rng/50 run scoreboard players add #pokemonfishing:rng.output pokemonfishing.temp 128 +execute if predicate pokemonfishing:rng/50 run scoreboard players add #pokemonfishing:rng.output pokemonfishing.temp 64 +execute if predicate pokemonfishing:rng/50 run scoreboard players add #pokemonfishing:rng.output pokemonfishing.temp 32 +execute if predicate pokemonfishing:rng/50 run scoreboard players add #pokemonfishing:rng.output pokemonfishing.temp 16 +execute if predicate pokemonfishing:rng/50 run scoreboard players add #pokemonfishing:rng.output pokemonfishing.temp 8 +execute if predicate pokemonfishing:rng/50 run scoreboard players add #pokemonfishing:rng.output pokemonfishing.temp 4 +execute if predicate pokemonfishing:rng/50 run scoreboard players add #pokemonfishing:rng.output pokemonfishing.temp 2 +execute if predicate pokemonfishing:rng/50 run scoreboard players add #pokemonfishing:rng.output pokemonfishing.temp 1 + +# output +execute if score #pokemonfishing:rng.input pokemonfishing.temp matches 1.. run scoreboard players operation #pokemonfishing:rng.output pokemonfishing.temp %= #pokemonfishing:rng.input pokemonfishing.temp \ No newline at end of file diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/junk.json b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/junk.json new file mode 100644 index 0000000..21a2c6f --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/junk.json @@ -0,0 +1,72 @@ +{ + "type": "minecraft:fishing", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:kelp", + "weight": 20 + }, + { + "type": "minecraft:item", + "name": "minecraft:seagrass", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "minecraft:lily_pad", + "weight": 17 + }, + { + "type": "minecraft:item", + "name": "minecraft:stick", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 10.0, + "function": "minecraft:set_count" + } + ], + "name": "minecraft:ink_sac" + }, + { + "type": "minecraft:item", + "conditions": [ + { + "condition": "minecraft:any_of", + "terms": [ + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:jungle" + } + }, + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:sparse_jungle" + } + }, + { + "condition": "minecraft:location_check", + "predicate": { + "biome": "minecraft:bamboo_jungle" + } + } + ] + } + ], + "name": "minecraft:bamboo", + "weight": 10 + } + ], + "rolls": 1.0 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon.json b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon.json new file mode 100644 index 0000000..7697cb2 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon.json @@ -0,0 +1,39 @@ +{ + "type": "minecraft:fishing", + "pools": [ + { + "rolls": 1.0, + "entries": [ + { + "type": "minecraft:loot_table", + "name": "pokemonfishing:gameplay/fishing/pokemon_rarity/very_common", + "weight": 500, + "quality": -4 + }, + { + "type": "minecraft:loot_table", + "name": "pokemonfishing:gameplay/fishing/pokemon_rarity/common", + "weight": 250, + "quality": -2 + }, + { + "type": "minecraft:loot_table", + "name": "pokemonfishing:gameplay/fishing/pokemon_rarity/uncommon", + "weight": 50 + }, + { + "type": "minecraft:loot_table", + "name": "pokemonfishing:gameplay/fishing/pokemon_rarity/rare", + "weight": 10, + "quality": 4 + }, + { + "type": "minecraft:loot_table", + "name": "pokemonfishing:gameplay/fishing/pokemon_rarity/ultra_rare", + "weight": 2, + "quality": 4 + } + ] + } + ] +} diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/116_horsea.json b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/116_horsea.json new file mode 100644 index 0000000..fed7ba3 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/116_horsea.json @@ -0,0 +1,30 @@ +{ + "type": "minecraft:entity", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:kelp", + "functions": [ + { + "function": "minecraft:set_nbt", + "tag": "{CustomModelData:4150000,PokemonFishing:{PokemonID:116,Species:\"cobblemon:horsea\",Max_Level:31}}" + }, + { + "function": "minecraft:set_lore", + "lore": [ + { + "text": "Horsea got away...", + "color": "white", + "italic": false + } + ] + } + ] + } + ] + } + ] +} diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/117_seadra.json b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/117_seadra.json new file mode 100644 index 0000000..543503b --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/117_seadra.json @@ -0,0 +1,30 @@ +{ + "type": "minecraft:entity", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:kelp", + "functions": [ + { + "function": "minecraft:set_nbt", + "tag": "{CustomModelData:4150000,PokemonFishing:{PokemonID:117,Species:\"cobblemon:seadra\",Min_Level:32,Max_Level:52}}" + }, + { + "function": "minecraft:set_lore", + "lore": [ + { + "text": "Seadra got away...", + "color": "white", + "italic": false + } + ] + } + ] + } + ] + } + ] +} diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/118_goldeen.json b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/118_goldeen.json new file mode 100644 index 0000000..98fe8d1 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/118_goldeen.json @@ -0,0 +1,30 @@ +{ + "type": "minecraft:entity", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:kelp", + "functions": [ + { + "function": "minecraft:set_nbt", + "tag": "{CustomModelData:4150000,PokemonFishing:{PokemonID:118,Species:\"cobblemon:goldeen\",Max_Level:32}}" + }, + { + "function": "minecraft:set_lore", + "lore": [ + { + "text": "Goldeen got away...", + "color": "white", + "italic": false + } + ] + } + ] + } + ] + } + ] +} diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/119_seaking.json b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/119_seaking.json new file mode 100644 index 0000000..90e7379 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/119_seaking.json @@ -0,0 +1,30 @@ +{ + "type": "minecraft:entity", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:kelp", + "functions": [ + { + "function": "minecraft:set_nbt", + "tag": "{CustomModelData:4150000,PokemonFishing:{PokemonID:119,Species:\"cobblemon:seaking\",Min_Level:33,Max_Level:53}}" + }, + { + "function": "minecraft:set_lore", + "lore": [ + { + "text": "Seaking got away...", + "color": "white", + "italic": false + } + ] + } + ] + } + ] + } + ] +} diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/120_staryu.json b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/120_staryu.json new file mode 100644 index 0000000..32e403f --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/120_staryu.json @@ -0,0 +1,30 @@ +{ + "type": "minecraft:entity", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:kelp", + "functions": [ + { + "function": "minecraft:set_nbt", + "tag": "{CustomModelData:4150000,PokemonFishing:{PokemonID:120,Species:\"cobblemon:staryu\",Max_Level:24}}" + }, + { + "function": "minecraft:set_lore", + "lore": [ + { + "text": "Staryu got away...", + "color": "white", + "italic": false + } + ] + } + ] + } + ] + } + ] +} diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/129_magikarp.json b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/129_magikarp.json new file mode 100644 index 0000000..cada987 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/129_magikarp.json @@ -0,0 +1,30 @@ +{ + "type": "minecraft:entity", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:kelp", + "functions": [ + { + "function": "minecraft:set_nbt", + "tag": "{CustomModelData:4150000,PokemonFishing:{PokemonID:129,Species:\"cobblemon:magikarp\",Max_Level:19}}" + }, + { + "function": "minecraft:set_lore", + "lore": [ + { + "text": "Magikarp got away...", + "color": "white", + "italic": false + } + ] + } + ] + } + ] + } + ] +} diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/130_gyarados.json b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/130_gyarados.json new file mode 100644 index 0000000..bdbb5ee --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/130_gyarados.json @@ -0,0 +1,30 @@ +{ + "type": "minecraft:entity", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:kelp", + "functions": [ + { + "function": "minecraft:set_nbt", + "tag": "{CustomModelData:4150000,PokemonFishing:{PokemonID:130,Species:\"cobblemon:gyarados\",Min_Level:20,Max_Level:60}}" + }, + { + "function": "minecraft:set_lore", + "lore": [ + { + "text": "Gyarados got away...", + "color": "white", + "italic": false + } + ] + } + ] + } + ] + } + ] +} diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/147_dratini.json b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/147_dratini.json new file mode 100644 index 0000000..a5b8db5 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/147_dratini.json @@ -0,0 +1,30 @@ +{ + "type": "minecraft:entity", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:kelp", + "functions": [ + { + "function": "minecraft:set_nbt", + "tag": "{CustomModelData:4150000,PokemonFishing:{PokemonID:147,Species:\"cobblemon:dratini\",Max_Level:24}}" + }, + { + "function": "minecraft:set_lore", + "lore": [ + { + "text": "Dratini got away...", + "color": "white", + "italic": false + } + ] + } + ] + } + ] + } + ] +} diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/148_dragonair.json b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/148_dragonair.json new file mode 100644 index 0000000..daf0930 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/148_dragonair.json @@ -0,0 +1,30 @@ +{ + "type": "minecraft:entity", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:kelp", + "functions": [ + { + "function": "minecraft:set_nbt", + "tag": "{CustomModelData:4150000,PokemonFishing:{PokemonID:148,Species:\"cobblemon:dragonair\",Min_Level:24,Max_Level:54}}" + }, + { + "function": "minecraft:set_lore", + "lore": [ + { + "text": "Dragonair got away...", + "color": "white", + "italic": false + } + ] + } + ] + } + ] + } + ] +} diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/258_mudkip.json b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/258_mudkip.json new file mode 100644 index 0000000..22c405a --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/258_mudkip.json @@ -0,0 +1,30 @@ +{ + "type": "minecraft:entity", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:kelp", + "functions": [ + { + "function": "minecraft:set_nbt", + "tag": "{CustomModelData:4150000,PokemonFishing:{PokemonID:258,Species:\"cobblemon:mudkip\",Max_Level:15}}" + }, + { + "function": "minecraft:set_lore", + "lore": [ + { + "text": "Mudkip got away...", + "color": "white", + "italic": false + } + ] + } + ] + } + ] + } + ] +} diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/270_lotad.json b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/270_lotad.json new file mode 100644 index 0000000..d29f601 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/270_lotad.json @@ -0,0 +1,30 @@ +{ + "type": "minecraft:entity", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:kelp", + "functions": [ + { + "function": "minecraft:set_nbt", + "tag": "{CustomModelData:4150000,PokemonFishing:{PokemonID:270,Species:\"cobblemon:lotad\",Max_Level:13}}" + }, + { + "function": "minecraft:set_lore", + "lore": [ + { + "text": "Lotad got away...", + "color": "white", + "italic": false + } + ] + } + ] + } + ] + } + ] +} diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/271_lombre.json b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/271_lombre.json new file mode 100644 index 0000000..c264431 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/271_lombre.json @@ -0,0 +1,30 @@ +{ + "type": "minecraft:entity", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:kelp", + "functions": [ + { + "function": "minecraft:set_nbt", + "tag": "{CustomModelData:4150000,PokemonFishing:{PokemonID:271,Species:\"cobblemon:lombre\",Min_Level:14,Max_Level:30}}" + }, + { + "function": "minecraft:set_lore", + "lore": [ + { + "text": "Lombre got away...", + "color": "white", + "italic": false + } + ] + } + ] + } + ] + } + ] +} diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/318_carvanha.json b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/318_carvanha.json new file mode 100644 index 0000000..eb04b5b --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/318_carvanha.json @@ -0,0 +1,30 @@ +{ + "type": "minecraft:entity", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:kelp", + "functions": [ + { + "function": "minecraft:set_nbt", + "tag": "{CustomModelData:4150000,PokemonFishing:{PokemonID:318,Species:\"cobblemon:carvanha\",Max_Level:29}}" + }, + { + "function": "minecraft:set_lore", + "lore": [ + { + "text": "Carvanha got away...", + "color": "white", + "italic": false + } + ] + } + ] + } + ] + } + ] +} diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/319_sharpedo.json b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/319_sharpedo.json new file mode 100644 index 0000000..7fd0de1 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/319_sharpedo.json @@ -0,0 +1,30 @@ +{ + "type": "minecraft:entity", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:kelp", + "functions": [ + { + "function": "minecraft:set_nbt", + "tag": "{CustomModelData:4150000,PokemonFishing:{PokemonID:319,Species:\"cobblemon:sharpedo\",Min_Level:30,Max_Level:50}}" + }, + { + "function": "minecraft:set_lore", + "lore": [ + { + "text": "Sharpedo got away...", + "color": "white", + "italic": false + } + ] + } + ] + } + ] + } + ] +} diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/320_wailmer.json b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/320_wailmer.json new file mode 100644 index 0000000..e2c87b4 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/320_wailmer.json @@ -0,0 +1,30 @@ +{ + "type": "minecraft:entity", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:kelp", + "functions": [ + { + "function": "minecraft:set_nbt", + "tag": "{CustomModelData:4150000,PokemonFishing:{PokemonID:320,Species:\"cobblemon:wailmer\",Max_Level:39}}" + }, + { + "function": "minecraft:set_lore", + "lore": [ + { + "text": "Wailmer got away...", + "color": "white", + "italic": false + } + ] + } + ] + } + ] + } + ] +} diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/321_wailord.json b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/321_wailord.json new file mode 100644 index 0000000..a497d94 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/321_wailord.json @@ -0,0 +1,30 @@ +{ + "type": "minecraft:entity", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:kelp", + "functions": [ + { + "function": "minecraft:set_nbt", + "tag": "{CustomModelData:4150000,PokemonFishing:{PokemonID:321,Species:\"cobblemon:wailord\",Min_Level:40,Max_Level:70}}" + }, + { + "function": "minecraft:set_lore", + "lore": [ + { + "text": "Wailord got away...", + "color": "white", + "italic": false + } + ] + } + ] + } + ] + } + ] +} diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/370_luvdisc.json b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/370_luvdisc.json new file mode 100644 index 0000000..cbd9d0b --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/370_luvdisc.json @@ -0,0 +1,30 @@ +{ + "type": "minecraft:entity", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:kelp", + "functions": [ + { + "function": "minecraft:set_nbt", + "tag": "{CustomModelData:4150000,PokemonFishing:{PokemonID:370,Species:\"cobblemon:luvdisc\",Max_Level:24}}" + }, + { + "function": "minecraft:set_lore", + "lore": [ + { + "text": "Luvdisc got away...", + "color": "white", + "italic": false + } + ] + } + ] + } + ] + } + ] +} diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/393_piplup.json b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/393_piplup.json new file mode 100644 index 0000000..559e50c --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/393_piplup.json @@ -0,0 +1,30 @@ +{ + "type": "minecraft:entity", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:kelp", + "functions": [ + { + "function": "minecraft:set_nbt", + "tag": "{CustomModelData:4150000,PokemonFishing:{PokemonID:393,Species:\"cobblemon:piplup\",Max_Level:15}}" + }, + { + "function": "minecraft:set_lore", + "lore": [ + { + "text": "Piplup got away...", + "color": "white", + "italic": false + } + ] + } + ] + } + ] + } + ] +} diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/501_oshawott.json b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/501_oshawott.json new file mode 100644 index 0000000..46ff784 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/501_oshawott.json @@ -0,0 +1,30 @@ +{ + "type": "minecraft:entity", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:kelp", + "functions": [ + { + "function": "minecraft:set_nbt", + "tag": "{CustomModelData:4150000,PokemonFishing:{PokemonID:501,Species:\"cobblemon:oshawott\",Max_Level:15}}" + }, + { + "function": "minecraft:set_lore", + "lore": [ + { + "text": "Oshawott got away...", + "color": "white", + "italic": false + } + ] + } + ] + } + ] + } + ] +} diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/54_psyduck.json b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/54_psyduck.json new file mode 100644 index 0000000..0806541 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/54_psyduck.json @@ -0,0 +1,30 @@ +{ + "type": "minecraft:entity", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:kelp", + "functions": [ + { + "function": "minecraft:set_nbt", + "tag": "{CustomModelData:4150000,PokemonFishing:{PokemonID:54,Species:\"cobblemon:psyduck\",Max_Level:32}}" + }, + { + "function": "minecraft:set_lore", + "lore": [ + { + "text": "Psyduck got away...", + "color": "white", + "italic": false + } + ] + } + ] + } + ] + } + ] +} diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/550_basculin_blue_stripe.json b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/550_basculin_blue_stripe.json new file mode 100644 index 0000000..8a3c24d --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/550_basculin_blue_stripe.json @@ -0,0 +1,30 @@ +{ + "type": "minecraft:entity", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:kelp", + "functions": [ + { + "function": "minecraft:set_nbt", + "tag": "{CustomModelData:4150000,PokemonFishing:{PokemonID:550,Species:\"cobblemon:basculin\",fish_stripes:\"blue\",Max_Level:24}}" + }, + { + "function": "minecraft:set_lore", + "lore": [ + { + "text": "Basculin got away...", + "color": "white", + "italic": false + } + ] + } + ] + } + ] + } + ] +} diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/550_basculin_red_stripe.json b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/550_basculin_red_stripe.json new file mode 100644 index 0000000..cebdaae --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/550_basculin_red_stripe.json @@ -0,0 +1,30 @@ +{ + "type": "minecraft:entity", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:kelp", + "functions": [ + { + "function": "minecraft:set_nbt", + "tag": "{CustomModelData:4150000,PokemonFishing:{PokemonID:550,Species:\"cobblemon:basculin\",fish_stripes:\"red\",Max_Level:24}}" + }, + { + "function": "minecraft:set_lore", + "lore": [ + { + "text": "Basculin got away...", + "color": "white", + "italic": false + } + ] + } + ] + } + ] + } + ] +} diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/55_golduck.json b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/55_golduck.json new file mode 100644 index 0000000..a991150 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/55_golduck.json @@ -0,0 +1,30 @@ +{ + "type": "minecraft:entity", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:kelp", + "functions": [ + { + "function": "minecraft:set_nbt", + "tag": "{CustomModelData:4150000,PokemonFishing:{PokemonID:55,Species:\"cobblemon:golduck\",Min_Level:33,Max_Level:50}}" + }, + { + "function": "minecraft:set_lore", + "lore": [ + { + "text": "Golduck got away...", + "color": "white", + "italic": false + } + ] + } + ] + } + ] + } + ] +} diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/60_poliwag.json b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/60_poliwag.json new file mode 100644 index 0000000..0355df8 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/60_poliwag.json @@ -0,0 +1,30 @@ +{ + "type": "minecraft:entity", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:kelp", + "functions": [ + { + "function": "minecraft:set_nbt", + "tag": "{CustomModelData:4150000,PokemonFishing:{PokemonID:60,Species:\"cobblemon:poliwag\",Max_Level:24}}" + }, + { + "function": "minecraft:set_lore", + "lore": [ + { + "text": "Poliwag got away...", + "color": "white", + "italic": false + } + ] + } + ] + } + ] + } + ] +} diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/61_poliwhirl.json b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/61_poliwhirl.json new file mode 100644 index 0000000..bd37de8 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/61_poliwhirl.json @@ -0,0 +1,30 @@ +{ + "type": "minecraft:entity", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:kelp", + "functions": [ + { + "function": "minecraft:set_nbt", + "tag": "{CustomModelData:4150000,PokemonFishing:{PokemonID:61,Species:\"cobblemon:poliwhirl\",Min_Level:25,Max_Level:45}}" + }, + { + "function": "minecraft:set_lore", + "lore": [ + { + "text": "Poliwhirl got away...", + "color": "white", + "italic": false + } + ] + } + ] + } + ] + } + ] +} diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/656_froakie.json b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/656_froakie.json new file mode 100644 index 0000000..c34541b --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/656_froakie.json @@ -0,0 +1,30 @@ +{ + "type": "minecraft:entity", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:kelp", + "functions": [ + { + "function": "minecraft:set_nbt", + "tag": "{CustomModelData:4150000,PokemonFishing:{PokemonID:656,Species:\"cobblemon:froakie\",Max_Level:15}}" + }, + { + "function": "minecraft:set_lore", + "lore": [ + { + "text": "Froakie got away...", + "color": "white", + "italic": false + } + ] + } + ] + } + ] + } + ] +} diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/728_popplio.json b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/728_popplio.json new file mode 100644 index 0000000..5ac2d41 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/728_popplio.json @@ -0,0 +1,30 @@ +{ + "type": "minecraft:entity", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:kelp", + "functions": [ + { + "function": "minecraft:set_nbt", + "tag": "{CustomModelData:4150000,PokemonFishing:{PokemonID:728,Species:\"cobblemon:popplio\",Max_Level:16}}" + }, + { + "function": "minecraft:set_lore", + "lore": [ + { + "text": "Popplio got away...", + "color": "white", + "italic": false + } + ] + } + ] + } + ] + } + ] +} diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/72_tentacool.json b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/72_tentacool.json new file mode 100644 index 0000000..83501bf --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/72_tentacool.json @@ -0,0 +1,30 @@ +{ + "type": "minecraft:entity", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:kelp", + "functions": [ + { + "function": "minecraft:set_nbt", + "tag": "{CustomModelData:4150000,PokemonFishing:{PokemonID:72,Species:\"cobblemon:tentacool\",Max_Level:29}}" + }, + { + "function": "minecraft:set_lore", + "lore": [ + { + "text": "Tentacool got away...", + "color": "white", + "italic": false + } + ] + } + ] + } + ] + } + ] +} diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/73_tentacruel.json b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/73_tentacruel.json new file mode 100644 index 0000000..6794817 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/73_tentacruel.json @@ -0,0 +1,30 @@ +{ + "type": "minecraft:entity", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:kelp", + "functions": [ + { + "function": "minecraft:set_nbt", + "tag": "{CustomModelData:4150000,PokemonFishing:{PokemonID:73,Species:\"cobblemon:tentacruel\",Min_Level:30,Max_Level:50}}" + }, + { + "function": "minecraft:set_lore", + "lore": [ + { + "text": "Tentacruel got away...", + "color": "white", + "italic": false + } + ] + } + ] + } + ] + } + ] +} diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/781_dhelmise.json b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/781_dhelmise.json new file mode 100644 index 0000000..1322ed4 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/781_dhelmise.json @@ -0,0 +1,30 @@ +{ + "type": "minecraft:entity", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:kelp", + "functions": [ + { + "function": "minecraft:set_nbt", + "tag": "{CustomModelData:4150000,PokemonFishing:{PokemonID:781,Species:\"cobblemon:dhelmise\",Min_Level:23,Max_Level:55}}" + }, + { + "function": "minecraft:set_lore", + "lore": [ + { + "text": "Dhelmise got away...", + "color": "white", + "italic": false + } + ] + } + ] + } + ] + } + ] +} diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/7_squirtle.json b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/7_squirtle.json new file mode 100644 index 0000000..dc9945c --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/7_squirtle.json @@ -0,0 +1,30 @@ +{ + "type": "minecraft:entity", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:kelp", + "functions": [ + { + "function": "minecraft:set_nbt", + "tag": "{CustomModelData:4150000,PokemonFishing:{PokemonID:7,Species:\"cobblemon:squirtle\",Max_Level:15}}" + }, + { + "function": "minecraft:set_lore", + "lore": [ + { + "text": "Squirtle got away...", + "color": "white", + "italic": false + } + ] + } + ] + } + ] + } + ] +} diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/816_sobble.json b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/816_sobble.json new file mode 100644 index 0000000..628c335 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/816_sobble.json @@ -0,0 +1,30 @@ +{ + "type": "minecraft:entity", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:kelp", + "functions": [ + { + "function": "minecraft:set_nbt", + "tag": "{CustomModelData:4150000,PokemonFishing:{PokemonID:816,Species:\"cobblemon:sobble\",Max_Level:15}}" + }, + { + "function": "minecraft:set_lore", + "lore": [ + { + "text": "Sobble got away...", + "color": "white", + "italic": false + } + ] + } + ] + } + ] + } + ] +} diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/90_shellder.json b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/90_shellder.json new file mode 100644 index 0000000..bc18237 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/90_shellder.json @@ -0,0 +1,30 @@ +{ + "type": "minecraft:entity", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:kelp", + "functions": [ + { + "function": "minecraft:set_nbt", + "tag": "{CustomModelData:4150000,PokemonFishing:{PokemonID:90,Species:\"cobblemon:shellder\",Max_Level:24}}" + }, + { + "function": "minecraft:set_lore", + "lore": [ + { + "text": "Shellder got away...", + "color": "white", + "italic": false + } + ] + } + ] + } + ] + } + ] +} diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/98_krabby.json b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/98_krabby.json new file mode 100644 index 0000000..ba4e922 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/98_krabby.json @@ -0,0 +1,30 @@ +{ + "type": "minecraft:entity", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:kelp", + "functions": [ + { + "function": "minecraft:set_nbt", + "tag": "{CustomModelData:4150000,PokemonFishing:{PokemonID:98,Species:\"cobblemon:krabby\",Max_Level:27}}" + }, + { + "function": "minecraft:set_lore", + "lore": [ + { + "text": "Krabby got away...", + "color": "white", + "italic": false + } + ] + } + ] + } + ] + } + ] +} diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/99_kingler.json b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/99_kingler.json new file mode 100644 index 0000000..a7ecece --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/99_kingler.json @@ -0,0 +1,30 @@ +{ + "type": "minecraft:entity", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:kelp", + "functions": [ + { + "function": "minecraft:set_nbt", + "tag": "{CustomModelData:4150000,PokemonFishing:{PokemonID:99,Species:\"cobblemon:kingler\",Min_Level:29,Max_Level:49}}" + }, + { + "function": "minecraft:set_lore", + "lore": [ + { + "text": "Kingler got away...", + "color": "white", + "italic": false + } + ] + } + ] + } + ] + } + ] +} diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon_rarity/common.json b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon_rarity/common.json new file mode 100644 index 0000000..db4f11e --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon_rarity/common.json @@ -0,0 +1,39 @@ +{ + "type": "minecraft:fishing", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:loot_table", + "name": "pokemonfishing:gameplay/fishing/pokemon/54_psyduck" + }, + { + "type": "minecraft:loot_table", + "name": "pokemonfishing:gameplay/fishing/pokemon/60_poliwag" + }, + { + "type": "minecraft:loot_table", + "name": "pokemonfishing:gameplay/fishing/pokemon/90_shellder" + }, + { + "type": "minecraft:loot_table", + "name": "pokemonfishing:gameplay/fishing/pokemon/116_horsea" + }, + { + "type": "minecraft:loot_table", + "name": "pokemonfishing:gameplay/fishing/pokemon/120_staryu" + }, + { + "type": "minecraft:loot_table", + "name": "pokemonfishing:gameplay/fishing/pokemon/270_lotad" + }, + { + "type": "minecraft:loot_table", + "name": "pokemonfishing:gameplay/fishing/pokemon/370_luvdisc" + } + ], + "rolls": 1.0 + } + ] +} diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon_rarity/rare.json b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon_rarity/rare.json new file mode 100644 index 0000000..65b4d4c --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon_rarity/rare.json @@ -0,0 +1,63 @@ +{ + "type": "minecraft:fishing", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:loot_table", + "name": "pokemonfishing:gameplay/fishing/pokemon/7_squirtle" + }, + { + "type": "minecraft:loot_table", + "name": "pokemonfishing:gameplay/fishing/pokemon/73_tentacruel" + }, + { + "type": "minecraft:loot_table", + "name": "pokemonfishing:gameplay/fishing/pokemon/119_seaking" + }, + { + "type": "minecraft:loot_table", + "name": "pokemonfishing:gameplay/fishing/pokemon/147_dratini" + }, + { + "type": "minecraft:loot_table", + "name": "pokemonfishing:gameplay/fishing/pokemon/258_mudkip" + }, + { + "type": "minecraft:loot_table", + "name": "pokemonfishing:gameplay/fishing/pokemon/319_sharpedo" + }, + { + "type": "minecraft:loot_table", + "name": "pokemonfishing:gameplay/fishing/pokemon/320_wailmer" + }, + { + "type": "minecraft:loot_table", + "name": "pokemonfishing:gameplay/fishing/pokemon/393_piplup" + }, + { + "type": "minecraft:loot_table", + "name": "pokemonfishing:gameplay/fishing/pokemon/501_oshawott" + }, + { + "type": "minecraft:loot_table", + "name": "pokemonfishing:gameplay/fishing/pokemon/656_froakie" + }, + { + "type": "minecraft:loot_table", + "name": "pokemonfishing:gameplay/fishing/pokemon/728_popplio" + }, + { + "type": "minecraft:loot_table", + "name": "pokemonfishing:gameplay/fishing/pokemon/781_dhelmise" + }, + { + "type": "minecraft:loot_table", + "name": "pokemonfishing:gameplay/fishing/pokemon/816_sobble" + } + ], + "rolls": 1.0 + } + ] +} diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon_rarity/ultra_rare.json b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon_rarity/ultra_rare.json new file mode 100644 index 0000000..1263e01 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon_rarity/ultra_rare.json @@ -0,0 +1,23 @@ +{ + "type": "minecraft:fishing", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:loot_table", + "name": "pokemonfishing:gameplay/fishing/pokemon/130_gyarados" + }, + { + "type": "minecraft:loot_table", + "name": "pokemonfishing:gameplay/fishing/pokemon/148_dragonair" + }, + { + "type": "minecraft:loot_table", + "name": "pokemonfishing:gameplay/fishing/pokemon/321_wailord" + } + ], + "rolls": 1.0 + } + ] +} diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon_rarity/uncommon.json b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon_rarity/uncommon.json new file mode 100644 index 0000000..894cf13 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon_rarity/uncommon.json @@ -0,0 +1,35 @@ +{ + "type": "minecraft:fishing", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:loot_table", + "name": "pokemonfishing:gameplay/fishing/pokemon/55_golduck" + }, + { + "type": "minecraft:loot_table", + "name": "pokemonfishing:gameplay/fishing/pokemon/61_poliwhirl" + }, + { + "type": "minecraft:loot_table", + "name": "pokemonfishing:gameplay/fishing/pokemon/99_kingler" + }, + { + "type": "minecraft:loot_table", + "name": "pokemonfishing:gameplay/fishing/pokemon/117_seadra" + }, + { + "type": "minecraft:loot_table", + "name": "pokemonfishing:gameplay/fishing/pokemon/271_lombre" + }, + { + "type": "minecraft:loot_table", + "name": "pokemonfishing:gameplay/fishing/pokemon/318_carvanha" + } + ], + "rolls": 1.0 + } + ] +} diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon_rarity/very_common.json b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon_rarity/very_common.json new file mode 100644 index 0000000..da0c7aa --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon_rarity/very_common.json @@ -0,0 +1,36 @@ +{ + "type": "minecraft:fishing", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:loot_table", + "name": "pokemonfishing:gameplay/fishing/pokemon/72_tentacool" + }, + { + "type": "minecraft:loot_table", + "name": "pokemonfishing:gameplay/fishing/pokemon/98_krabby" + }, + { + "type": "minecraft:loot_table", + "name": "pokemonfishing:gameplay/fishing/pokemon/118_goldeen" + }, + { + "type": "minecraft:loot_table", + "name": "pokemonfishing:gameplay/fishing/pokemon/129_magikarp", + "weight": 3 + }, + { + "type": "minecraft:loot_table", + "name": "pokemonfishing:gameplay/fishing/pokemon/550_basculin_blue_stripe" + }, + { + "type": "minecraft:loot_table", + "name": "pokemonfishing:gameplay/fishing/pokemon/550_basculin_red_stripe" + } + ], + "rolls": 1.0 + } + ] +} diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/treasure.json b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/treasure.json new file mode 100644 index 0000000..d808e1c --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/treasure.json @@ -0,0 +1,29 @@ +{ + "type": "minecraft:fishing", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:loot_table", + "name": "pokemonfishing:gameplay/fishing/treasure/common", + "weight": 100, + "quality": -4 + }, + { + "type": "minecraft:loot_table", + "name": "pokemonfishing:gameplay/fishing/treasure/rare", + "weight": 25, + "quality": 2 + }, + { + "type": "minecraft:loot_table", + "name": "pokemonfishing:gameplay/fishing/treasure/ultra_rare", + "weight": 1, + "quality": 4 + } + ], + "rolls": 1.0 + } + ] +} diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/treasure/common.json b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/treasure/common.json new file mode 100644 index 0000000..715ebe0 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/treasure/common.json @@ -0,0 +1,47 @@ +{ + "type": "minecraft:fishing", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "cobblemon:iron" + }, + { + "type": "minecraft:item", + "name": "cobblemon:calcium" + }, + { + "type": "minecraft:item", + "name": "cobblemon:carbos" + }, + { + "type": "minecraft:item", + "name": "cobblemon:hp_up" + }, + { + "type": "minecraft:item", + "name": "cobblemon:protein" + }, + { + "type": "minecraft:item", + "name": "cobblemon:zinc" + }, + { + "type": "minecraft:item", + "name": "cobblemon:poke_ball" + }, + { + "type": "minecraft:item", + "name": "cobblemon:azure_ball" + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s" + } + ], + "rolls": 1.0 + } + ] +} diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/treasure/rare.json b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/treasure/rare.json new file mode 100644 index 0000000..71fe3d7 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/treasure/rare.json @@ -0,0 +1,31 @@ +{ + "type": "minecraft:fishing", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "cobblemon:peat_block" + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_m" + }, + { + "type": "minecraft:item", + "name": "cobblemon:deep_sea_scale" + }, + { + "type": "minecraft:item", + "name": "cobblemon:deep_sea_tooth" + }, + { + "type": "minecraft:item", + "name": "cobblemon:lure_ball" + } + ], + "rolls": 1.0 + } + ] +} diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/treasure/ultra_rare.json b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/treasure/ultra_rare.json new file mode 100644 index 0000000..19910c7 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/treasure/ultra_rare.json @@ -0,0 +1,47 @@ +{ + "type": "minecraft:fishing", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "cobblemon:soft_sand" + }, + { + "type": "minecraft:item", + "name": "cobblemon:light_clay" + }, + { + "type": "minecraft:item", + "name": "cobblemon:water_stone" + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_l" + }, + { + "type": "minecraft:item", + "name": "cobblemon:rare_candy" + }, + { + "type": "minecraft:item", + "name": "cobblemon:kings_rock" + }, + { + "type": "minecraft:item", + "name": "cobblemon:prism_scale" + }, + { + "type": "minecraft:item", + "name": "cobblemon:net_ball" + }, + { + "type": "minecraft:item", + "name": "cobblemon:moon_ball" + } + ], + "rolls": 1.0 + } + ] +} diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/predicates/rng/50.json b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/predicates/rng/50.json new file mode 100644 index 0000000..d28996e --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/predicates/rng/50.json @@ -0,0 +1,4 @@ +{ + "condition": "random_chance", + "chance": 0.5 +} \ No newline at end of file diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/tags/functions/reload_on_error.json b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/tags/functions/reload_on_error.json new file mode 100644 index 0000000..11264f8 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/tags/functions/reload_on_error.json @@ -0,0 +1,5 @@ +{ + "values": [ + "pokemonfishing:options/toggle_reload_on_error" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/tags/functions/resolve_placeholders.json b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/tags/functions/resolve_placeholders.json new file mode 100644 index 0000000..33ac9b3 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/tags/functions/resolve_placeholders.json @@ -0,0 +1,5 @@ +{ + "values": [ + "pokemonfishing:debug/resolve_placeholders/check_placeholders" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/pack.mcmeta b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/pack.mcmeta new file mode 100644 index 0000000..d1336f4 --- /dev/null +++ b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/pack.mcmeta @@ -0,0 +1,42 @@ +{ + "pack": { + "pack_format": 15, + "description": [ + { + "text": "v1.1.4", + "color": "green" + }, + { + "text": " | ", + "color": "dark_gray" + }, + { + "text": "MC 1.20.1", + "color": "yellow" + }, + { + "text": " | ", + "color": "dark_gray" + }, + { + "text": "Cobblemon v1.4+", + "color": "light_purple" + }, + { + "text": " | ", + "color": "dark_gray" + }, + { + "text": "By", + "color": "gray" + }, + { + "text": " " + }, + { + "text": "DanMizu", + "color": "aqua" + } + ] + } +} \ No newline at end of file diff --git a/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/pack.png b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/pack.png new file mode 100644 index 0000000..a1d29f4 Binary files /dev/null and b/global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/pack.png differ diff --git a/global_packs/required_data/Star Academy/data/academy/structures/safari_spawn.nbt b/global_packs/required_data/Star Academy/data/academy/structures/safari_spawn.nbt new file mode 100644 index 0000000..2a3b344 Binary files /dev/null and b/global_packs/required_data/Star Academy/data/academy/structures/safari_spawn.nbt differ diff --git a/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/aqua.json b/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/aqua.json new file mode 100644 index 0000000..f8d7390 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/aqua.json @@ -0,0 +1,176 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/archer_chest.json b/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/archer_chest.json new file mode 100644 index 0000000..33e2c3d --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/archer_chest.json @@ -0,0 +1,231 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_ball_loot", + "weight": 29 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier2", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/held_item_1_loot", + "weight": 18 + }, + { + "type": "minecraft:item", + "name": "cobblemon:auspicious_armor" + }, + { + "type": "minecraft:item", + "name": "cobblemon:malicious_armor" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 0.0 + } + } + ] +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/archer_chest1.json b/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/archer_chest1.json new file mode 100644 index 0000000..30761e3 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/archer_chest1.json @@ -0,0 +1,231 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_ball_loot", + "weight": 29 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier2", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/held_item_1_loot", + "weight": 18 + }, + { + "type": "minecraft:item", + "name": "cobblemon:auspicious_armor" + }, + { + "type": "minecraft:item", + "name": "cobblemon:malicious_armor" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 0.0 + } + } + ] +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/archer_chest2.json b/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/archer_chest2.json new file mode 100644 index 0000000..30761e3 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/archer_chest2.json @@ -0,0 +1,231 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_ball_loot", + "weight": 29 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier2", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/held_item_1_loot", + "weight": 18 + }, + { + "type": "minecraft:item", + "name": "cobblemon:auspicious_armor" + }, + { + "type": "minecraft:item", + "name": "cobblemon:malicious_armor" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 0.0 + } + } + ] +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/armory.json b/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/armory.json new file mode 100644 index 0000000..5bd5236 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/armory.json @@ -0,0 +1,294 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier3" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier3" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 50, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier3" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier2" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:gender_swapper" + }, + { + "type": "minecraft:item", + "weight": 50, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:iv_random" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:level_random" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:empty", + "weight": 75 + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_ball_loot", + "weight": 29 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:dream_ball", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/vitamin_loot", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:max_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + }, + { + "type": "minecraft:item", + "name": "cobblemon:max_revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/evo_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 0.0 + } + } + ] +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/coal_storage.json b/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/coal_storage.json new file mode 100644 index 0000000..af8b4e9 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/coal_storage.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/construction.json b/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/construction.json new file mode 100644 index 0000000..af8b4e9 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/construction.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/copper_storage.json b/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/copper_storage.json new file mode 100644 index 0000000..79804d1 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/copper_storage.json @@ -0,0 +1,231 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_ball_loot", + "weight": 29 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier2", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/held_item_1_loot", + "weight": 18 + }, + { + "type": "minecraft:item", + "name": "cobblemon:auspicious_armor" + }, + { + "type": "minecraft:item", + "name": "cobblemon:malicious_armor" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 0.0 + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/crafting.json b/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/crafting.json new file mode 100644 index 0000000..833eabf --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/crafting.json @@ -0,0 +1,159 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ] +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/food_storage.json b/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/food_storage.json new file mode 100644 index 0000000..833eabf --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/food_storage.json @@ -0,0 +1,159 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ] +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/gold_storage.json b/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/gold_storage.json new file mode 100644 index 0000000..b4bb8a9 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/gold_storage.json @@ -0,0 +1,323 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier3" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier3" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 50, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier3" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier2" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:gender_swapper" + }, + { + "type": "minecraft:item", + "weight": 50, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:iv_random" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:level_random" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:name_tag", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "enchantments": [ + "minecraft:swift_sneak" + ], + "function": "minecraft:enchant_randomly" + } + ], + "name": "minecraft:book", + "weight": 3 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "minecraft:echo_shard", + "weight": 4 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 10.0, + "min": 5.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:empty", + "weight": 75 + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_ball_loot", + "weight": 29 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:dream_ball", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/vitamin_loot", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:max_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + }, + { + "type": "minecraft:item", + "name": "cobblemon:max_revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/evo_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 0.0 + } + } + ] +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/ingredients.json b/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/ingredients.json new file mode 100644 index 0000000..4fae221 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/ingredients.json @@ -0,0 +1,159 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/iron_storage.json b/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/iron_storage.json new file mode 100644 index 0000000..566c503 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/iron_storage.json @@ -0,0 +1,231 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_ball_loot", + "weight": 29 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier2", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/held_item_1_loot", + "weight": 18 + }, + { + "type": "minecraft:item", + "name": "cobblemon:auspicious_armor" + }, + { + "type": "minecraft:item", + "name": "cobblemon:malicious_armor" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 0.0 + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/library.json b/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/library.json new file mode 100644 index 0000000..833eabf --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/library.json @@ -0,0 +1,159 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ] +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/mechanism_storage.json b/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/mechanism_storage.json new file mode 100644 index 0000000..4fae221 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/mechanism_storage.json @@ -0,0 +1,159 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/minerals.json b/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/minerals.json new file mode 100644 index 0000000..4fae221 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/minerals.json @@ -0,0 +1,159 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/nether.json b/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/nether.json new file mode 100644 index 0000000..66fe75d --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/nether.json @@ -0,0 +1,232 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_ball_loot", + "weight": 29 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier2", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/held_item_1_loot", + "weight": 18 + }, + { + "type": "minecraft:item", + "name": "cobblemon:auspicious_armor" + }, + { + "type": "minecraft:item", + "name": "cobblemon:malicious_armor" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 0.0 + } + } + ], + "random_sequence": "minecraft:chests/bastion_other" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/potion_storage.json b/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/potion_storage.json new file mode 100644 index 0000000..4fae221 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/potion_storage.json @@ -0,0 +1,159 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/resources.json b/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/resources.json new file mode 100644 index 0000000..566c503 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/resources.json @@ -0,0 +1,231 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_ball_loot", + "weight": 29 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier2", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/held_item_1_loot", + "weight": 18 + }, + { + "type": "minecraft:item", + "name": "cobblemon:auspicious_armor" + }, + { + "type": "minecraft:item", + "name": "cobblemon:malicious_armor" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 0.0 + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/slime.json b/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/slime.json new file mode 100644 index 0000000..4fae221 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/slime.json @@ -0,0 +1,159 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/stone_storage.json b/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/stone_storage.json new file mode 100644 index 0000000..4fae221 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/stone_storage.json @@ -0,0 +1,159 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/vegetation.json b/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/vegetation.json new file mode 100644 index 0000000..4fae221 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/vegetation.json @@ -0,0 +1,159 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/wood_storage.json b/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/wood_storage.json new file mode 100644 index 0000000..a524a36 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/wood_storage.json @@ -0,0 +1,159 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/ati_structures/structures/ancient_temple.nbt b/global_packs/required_data/Star Academy/data/ati_structures/structures/ancient_temple.nbt new file mode 100644 index 0000000..423a9b5 Binary files /dev/null and b/global_packs/required_data/Star Academy/data/ati_structures/structures/ancient_temple.nbt differ diff --git a/global_packs/required_data/Star Academy/data/ati_structures/structures/dark_tower.nbt b/global_packs/required_data/Star Academy/data/ati_structures/structures/dark_tower.nbt new file mode 100644 index 0000000..2606687 Binary files /dev/null and b/global_packs/required_data/Star Academy/data/ati_structures/structures/dark_tower.nbt differ diff --git a/global_packs/required_data/Star Academy/data/ati_structures/structures/deepslate_keep.nbt b/global_packs/required_data/Star Academy/data/ati_structures/structures/deepslate_keep.nbt new file mode 100644 index 0000000..37ac94a Binary files /dev/null and b/global_packs/required_data/Star Academy/data/ati_structures/structures/deepslate_keep.nbt differ diff --git a/global_packs/required_data/Star Academy/data/ati_structures/structures/desert_outpost.nbt b/global_packs/required_data/Star Academy/data/ati_structures/structures/desert_outpost.nbt new file mode 100644 index 0000000..35930bb Binary files /dev/null and b/global_packs/required_data/Star Academy/data/ati_structures/structures/desert_outpost.nbt differ diff --git a/global_packs/required_data/Star Academy/data/ati_structures/structures/dojo.nbt b/global_packs/required_data/Star Academy/data/ati_structures/structures/dojo.nbt new file mode 100644 index 0000000..6b6db6a Binary files /dev/null and b/global_packs/required_data/Star Academy/data/ati_structures/structures/dojo.nbt differ diff --git a/global_packs/required_data/Star Academy/data/ati_structures/structures/fortified_temple.nbt b/global_packs/required_data/Star Academy/data/ati_structures/structures/fortified_temple.nbt new file mode 100644 index 0000000..0694a47 Binary files /dev/null and b/global_packs/required_data/Star Academy/data/ati_structures/structures/fortified_temple.nbt differ diff --git a/global_packs/required_data/Star Academy/data/ati_structures/structures/gnome_hut.nbt b/global_packs/required_data/Star Academy/data/ati_structures/structures/gnome_hut.nbt new file mode 100644 index 0000000..75f42e2 Binary files /dev/null and b/global_packs/required_data/Star Academy/data/ati_structures/structures/gnome_hut.nbt differ diff --git a/global_packs/required_data/Star Academy/data/ati_structures/structures/granite_fort.nbt b/global_packs/required_data/Star Academy/data/ati_structures/structures/granite_fort.nbt new file mode 100644 index 0000000..ca6121f Binary files /dev/null and b/global_packs/required_data/Star Academy/data/ati_structures/structures/granite_fort.nbt differ diff --git a/global_packs/required_data/Star Academy/data/ati_structures/structures/haunted_ruin/haunted_ruin.nbt b/global_packs/required_data/Star Academy/data/ati_structures/structures/haunted_ruin/haunted_ruin.nbt new file mode 100644 index 0000000..b76b42b Binary files /dev/null and b/global_packs/required_data/Star Academy/data/ati_structures/structures/haunted_ruin/haunted_ruin.nbt differ diff --git a/global_packs/required_data/Star Academy/data/ati_structures/structures/haunted_ruin/haunted_ruin2.nbt b/global_packs/required_data/Star Academy/data/ati_structures/structures/haunted_ruin/haunted_ruin2.nbt new file mode 100644 index 0000000..d88d367 Binary files /dev/null and b/global_packs/required_data/Star Academy/data/ati_structures/structures/haunted_ruin/haunted_ruin2.nbt differ diff --git a/global_packs/required_data/Star Academy/data/ati_structures/structures/haunted_ruin/haunted_ruin3.nbt b/global_packs/required_data/Star Academy/data/ati_structures/structures/haunted_ruin/haunted_ruin3.nbt new file mode 100644 index 0000000..7db76e4 Binary files /dev/null and b/global_packs/required_data/Star Academy/data/ati_structures/structures/haunted_ruin/haunted_ruin3.nbt differ diff --git a/global_packs/required_data/Star Academy/data/ati_structures/structures/herobrine_stronghold.nbt b/global_packs/required_data/Star Academy/data/ati_structures/structures/herobrine_stronghold.nbt new file mode 100644 index 0000000..d7245c4 Binary files /dev/null and b/global_packs/required_data/Star Academy/data/ati_structures/structures/herobrine_stronghold.nbt differ diff --git a/global_packs/required_data/Star Academy/data/ati_structures/structures/ice_tribe.nbt b/global_packs/required_data/Star Academy/data/ati_structures/structures/ice_tribe.nbt new file mode 100644 index 0000000..53f1b16 Binary files /dev/null and b/global_packs/required_data/Star Academy/data/ati_structures/structures/ice_tribe.nbt differ diff --git a/global_packs/required_data/Star Academy/data/ati_structures/structures/jungle_settlement.nbt b/global_packs/required_data/Star Academy/data/ati_structures/structures/jungle_settlement.nbt new file mode 100644 index 0000000..9677652 Binary files /dev/null and b/global_packs/required_data/Star Academy/data/ati_structures/structures/jungle_settlement.nbt differ diff --git a/global_packs/required_data/Star Academy/data/ati_structures/structures/lighthouse.nbt b/global_packs/required_data/Star Academy/data/ati_structures/structures/lighthouse.nbt new file mode 100644 index 0000000..0bfde67 Binary files /dev/null and b/global_packs/required_data/Star Academy/data/ati_structures/structures/lighthouse.nbt differ diff --git a/global_packs/required_data/Star Academy/data/ati_structures/structures/manor.nbt b/global_packs/required_data/Star Academy/data/ati_structures/structures/manor.nbt new file mode 100644 index 0000000..5e94063 Binary files /dev/null and b/global_packs/required_data/Star Academy/data/ati_structures/structures/manor.nbt differ diff --git a/global_packs/required_data/Star Academy/data/ati_structures/structures/marble_chateau.nbt b/global_packs/required_data/Star Academy/data/ati_structures/structures/marble_chateau.nbt new file mode 100644 index 0000000..d62dba4 Binary files /dev/null and b/global_packs/required_data/Star Academy/data/ati_structures/structures/marble_chateau.nbt differ diff --git a/global_packs/required_data/Star Academy/data/ati_structures/structures/monastery_tower.nbt b/global_packs/required_data/Star Academy/data/ati_structures/structures/monastery_tower.nbt new file mode 100644 index 0000000..70962c3 Binary files /dev/null and b/global_packs/required_data/Star Academy/data/ati_structures/structures/monastery_tower.nbt differ diff --git a/global_packs/required_data/Star Academy/data/ati_structures/structures/mosque.nbt b/global_packs/required_data/Star Academy/data/ati_structures/structures/mosque.nbt new file mode 100644 index 0000000..cde847a Binary files /dev/null and b/global_packs/required_data/Star Academy/data/ati_structures/structures/mosque.nbt differ diff --git a/global_packs/required_data/Star Academy/data/ati_structures/structures/nomadic_camp.nbt b/global_packs/required_data/Star Academy/data/ati_structures/structures/nomadic_camp.nbt new file mode 100644 index 0000000..7226317 Binary files /dev/null and b/global_packs/required_data/Star Academy/data/ati_structures/structures/nomadic_camp.nbt differ diff --git a/global_packs/required_data/Star Academy/data/ati_structures/structures/old_fort.nbt b/global_packs/required_data/Star Academy/data/ati_structures/structures/old_fort.nbt new file mode 100644 index 0000000..aba1ca7 Binary files /dev/null and b/global_packs/required_data/Star Academy/data/ati_structures/structures/old_fort.nbt differ diff --git a/global_packs/required_data/Star Academy/data/ati_structures/structures/old_home.nbt b/global_packs/required_data/Star Academy/data/ati_structures/structures/old_home.nbt new file mode 100644 index 0000000..c7a7444 Binary files /dev/null and b/global_packs/required_data/Star Academy/data/ati_structures/structures/old_home.nbt differ diff --git a/global_packs/required_data/Star Academy/data/ati_structures/structures/quarry.nbt b/global_packs/required_data/Star Academy/data/ati_structures/structures/quarry.nbt new file mode 100644 index 0000000..8b62952 Binary files /dev/null and b/global_packs/required_data/Star Academy/data/ati_structures/structures/quarry.nbt differ diff --git a/global_packs/required_data/Star Academy/data/ati_structures/structures/rotten_log.nbt b/global_packs/required_data/Star Academy/data/ati_structures/structures/rotten_log.nbt new file mode 100644 index 0000000..0d91e4d Binary files /dev/null and b/global_packs/required_data/Star Academy/data/ati_structures/structures/rotten_log.nbt differ diff --git a/global_packs/required_data/Star Academy/data/ati_structures/structures/rotting_temple.nbt b/global_packs/required_data/Star Academy/data/ati_structures/structures/rotting_temple.nbt new file mode 100644 index 0000000..8fd9cff Binary files /dev/null and b/global_packs/required_data/Star Academy/data/ati_structures/structures/rotting_temple.nbt differ diff --git a/global_packs/required_data/Star Academy/data/ati_structures/structures/rotting_temple_underground.nbt b/global_packs/required_data/Star Academy/data/ati_structures/structures/rotting_temple_underground.nbt new file mode 100644 index 0000000..8fd9cff Binary files /dev/null and b/global_packs/required_data/Star Academy/data/ati_structures/structures/rotting_temple_underground.nbt differ diff --git a/global_packs/required_data/Star Academy/data/ati_structures/structures/ruined_castle.nbt b/global_packs/required_data/Star Academy/data/ati_structures/structures/ruined_castle.nbt new file mode 100644 index 0000000..c5d0b24 Binary files /dev/null and b/global_packs/required_data/Star Academy/data/ati_structures/structures/ruined_castle.nbt differ diff --git a/global_packs/required_data/Star Academy/data/ati_structures/structures/sculk_deposit.nbt b/global_packs/required_data/Star Academy/data/ati_structures/structures/sculk_deposit.nbt new file mode 100644 index 0000000..9ac3201 Binary files /dev/null and b/global_packs/required_data/Star Academy/data/ati_structures/structures/sculk_deposit.nbt differ diff --git a/global_packs/required_data/Star Academy/data/ati_structures/structures/silverfish_nest.nbt b/global_packs/required_data/Star Academy/data/ati_structures/structures/silverfish_nest.nbt new file mode 100644 index 0000000..0f9ab02 Binary files /dev/null and b/global_packs/required_data/Star Academy/data/ati_structures/structures/silverfish_nest.nbt differ diff --git a/global_packs/required_data/Star Academy/data/ati_structures/structures/sinking_temple.nbt b/global_packs/required_data/Star Academy/data/ati_structures/structures/sinking_temple.nbt new file mode 100644 index 0000000..cc14d9b Binary files /dev/null and b/global_packs/required_data/Star Academy/data/ati_structures/structures/sinking_temple.nbt differ diff --git a/global_packs/required_data/Star Academy/data/ati_structures/structures/small_keep.nbt b/global_packs/required_data/Star Academy/data/ati_structures/structures/small_keep.nbt new file mode 100644 index 0000000..78118a9 Binary files /dev/null and b/global_packs/required_data/Star Academy/data/ati_structures/structures/small_keep.nbt differ diff --git a/global_packs/required_data/Star Academy/data/ati_structures/structures/spider_nest.nbt b/global_packs/required_data/Star Academy/data/ati_structures/structures/spider_nest.nbt new file mode 100644 index 0000000..1347750 Binary files /dev/null and b/global_packs/required_data/Star Academy/data/ati_structures/structures/spider_nest.nbt differ diff --git a/global_packs/required_data/Star Academy/data/ati_structures/structures/stray_ruins.nbt b/global_packs/required_data/Star Academy/data/ati_structures/structures/stray_ruins.nbt new file mode 100644 index 0000000..8875998 Binary files /dev/null and b/global_packs/required_data/Star Academy/data/ati_structures/structures/stray_ruins.nbt differ diff --git a/global_packs/required_data/Star Academy/data/ati_structures/structures/tavern.nbt b/global_packs/required_data/Star Academy/data/ati_structures/structures/tavern.nbt new file mode 100644 index 0000000..347f90e Binary files /dev/null and b/global_packs/required_data/Star Academy/data/ati_structures/structures/tavern.nbt differ diff --git a/global_packs/required_data/Star Academy/data/ati_structures/structures/underground_monument.nbt b/global_packs/required_data/Star Academy/data/ati_structures/structures/underground_monument.nbt new file mode 100644 index 0000000..3fc88e2 Binary files /dev/null and b/global_packs/required_data/Star Academy/data/ati_structures/structures/underground_monument.nbt differ diff --git a/global_packs/required_data/Star Academy/data/ati_structures/structures/underwater_dungeon.nbt b/global_packs/required_data/Star Academy/data/ati_structures/structures/underwater_dungeon.nbt new file mode 100644 index 0000000..c107a40 Binary files /dev/null and b/global_packs/required_data/Star Academy/data/ati_structures/structures/underwater_dungeon.nbt differ diff --git a/global_packs/required_data/Star Academy/data/ati_structures/structures/villager_inn.nbt b/global_packs/required_data/Star Academy/data/ati_structures/structures/villager_inn.nbt new file mode 100644 index 0000000..e088420 Binary files /dev/null and b/global_packs/required_data/Star Academy/data/ati_structures/structures/villager_inn.nbt differ diff --git a/global_packs/required_data/Star Academy/data/ati_structures/structures/woodland_keep.nbt b/global_packs/required_data/Star Academy/data/ati_structures/structures/woodland_keep.nbt new file mode 100644 index 0000000..f30be53 Binary files /dev/null and b/global_packs/required_data/Star Academy/data/ati_structures/structures/woodland_keep.nbt differ diff --git a/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/ancient_temple.json b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/ancient_temple.json new file mode 100644 index 0000000..68e4814 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/ancient_temple.json @@ -0,0 +1,13 @@ +{ + "replace": false, + "values": [ + "minecraft:jungle", + "minecraft:sparse_jungle", + "minecraft:bamboo_jungle", + "biomeswevegone:crag_gardens", + "biomeswevegone:fragment_jungle", + "biomeswevegone:jacaranda_jungle", + "biomeswevegone:tropical_rainforest" + + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/dark_tower.json b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/dark_tower.json new file mode 100644 index 0000000..4556f1f --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/dark_tower.json @@ -0,0 +1,47 @@ +{ + "replace": false, + "values": [ + "minecraft:birch_forest", + "minecraft:dark_forest", + "minecraft:flower_forest", + "minecraft:old_growth_spruce_taiga", + "minecraft:windswept_forest", + "minecraft:cherry_grove", + "minecraft:taiga", + "minecraft:snowy_taiga", + "minecraft:jungle", + "minecraft:plains", + "minecraft:snowy_plains", + "minecraft:snowy_taiga", + "biomeswevegone:aspen_boreal", + "biomeswevegone:black_forest", + "biomeswevegone:canadian_shield", + "biomeswevegone:cika_woods", + "biomeswevegone:coniferous_forest", + "biomeswevegone:dacite_ridges", + "biomeswevegone:ebony_woods", + "biomeswevegone:enchanted_tangle", + "biomeswevegone:eroded_borealis", + "biomeswevegone:forgotten_forest", + "biomeswevegone:frosted_coniferous_forest", + "biomeswevegone:howling_peaks", + "biomeswevegone:orchard", + "biomeswevegone:overgrowth_woodlands", + "biomeswevegone:redwood_thicket", + "biomeswevegone:sakura_grove", + "biomeswevegone:skyrise_vale", + "biomeswevegone:weeping_witch_forest", + "biomeswevegone:zelkova_forest", + "biomeswevegone:allium_shrubland", + "biomeswevegone:amaranth_grassland", + "biomeswevegone:coconino_meadow", + "biomeswevegone:crimson_tundra", + "biomeswevegone:firecracker_chaparral", + "biomeswevegone:prairie", + "biomeswevegone:pumpkin_valley", + "biomeswevegone:rose_fields", + "biomeswevegone:temperate_grove", + "biomeswevegone:frosted_taiga", + "biomeswevegone:maple_taiga" + ] +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/deepslate_keep.json b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/deepslate_keep.json new file mode 100644 index 0000000..6cc3ad3 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/deepslate_keep.json @@ -0,0 +1,60 @@ +{ + "replace": false, + "values": [ + "minecraft:forest", + "minecraft:birch_forest", + "minecraft:dark_forest", + "minecraft:flower_forest", + "minecraft:old_growth_birch_forest", + "minecraft:windswept_forest", + "minecraft:cherry_grove", + "minecraft:windswept_hills", + "minecraft:taiga", + "minecraft:jungle", + "minecraft:sunflower_plains", + "minecraft:old_growth_spruce_taiga", + "minecraft:sparse_jungle", + "minecraft:bamboo_jungle", + "minecraft:savanna", + "minecraft:savanna_plateau", + "minecraft:wooded_badlands", + "minecraft:plains", + "biomeswevegone:aspen_boreal", + "biomeswevegone:black_forest", + "biomeswevegone:canadian_shield", + "biomeswevegone:cika_woods", + "biomeswevegone:coniferous_forest", + "biomeswevegone:dacite_ridges", + "biomeswevegone:ebony_woods", + "biomeswevegone:enchanted_tangle", + "biomeswevegone:eroded_borealis", + "biomeswevegone:forgotten_forest", + "biomeswevegone:frosted_coniferous_forest", + "biomeswevegone:howling_peaks", + "biomeswevegone:orchard", + "biomeswevegone:overgrowth_woodlands", + "biomeswevegone:redwood_thicket", + "biomeswevegone:sakura_grove", + "biomeswevegone:skyrise_vale", + "biomeswevegone:weeping_witch_forest", + "biomeswevegone:zelkova_forest", + "biomeswevegone:crag_gardens", + "biomeswevegone:fragment_jungle", + "biomeswevegone:jacaranda_jungle", + "biomeswevegone:tropical_rainforest", + "biomeswevegone:allium_shrubland", + "biomeswevegone:amaranth_grassland", + "biomeswevegone:coconino_meadow", + "biomeswevegone:crimson_tundra", + "biomeswevegone:firecracker_chaparral", + "biomeswevegone:prairie", + "biomeswevegone:pumpkin_valley", + "biomeswevegone:rose_fields", + "biomeswevegone:temperate_grove", + "biomeswevegone:araucaria_savanna", + "biomeswevegone:baobab_savanna", + "biomeswevegone:ironwood_gour", + "biomeswevegone:frosted_taiga", + "biomeswevegone:maple_taiga" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/desert_outpost.json b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/desert_outpost.json new file mode 100644 index 0000000..2eb3225 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/desert_outpost.json @@ -0,0 +1,9 @@ +{ + "replace": false, + "values": [ + "minecraft:desert", + "biomeswevegone:atacama_outback", + "biomeswevegone:mojave_desert", + "biomeswevegone:windswept_desert" + ] +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/dojo.json b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/dojo.json new file mode 100644 index 0000000..15f655e --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/dojo.json @@ -0,0 +1,56 @@ +{ + "replace": false, + "values": [ + "minecraft:forest", + "minecraft:birch_forest", + "minecraft:dark_forest", + "minecraft:flower_forest", + "minecraft:old_growth_birch_forest", + "minecraft:windswept_forest", + "minecraft:cherry_grove", + "minecraft:windswept_hills", + "minecraft:taiga", + "minecraft:snowy_taiga", + "minecraft:jungle", + "minecraft:old_growth_spruce_taiga", + "minecraft:sparse_jungle", + "minecraft:bamboo_jungle", + "minecraft:savanna", + "minecraft:savanna_plateau", + "minecraft:plains", + "biomeswevegone:aspen_boreal", + "biomeswevegone:black_forest", + "biomeswevegone:canadian_shield", + "biomeswevegone:cika_woods", + "biomeswevegone:coniferous_forest", + "biomeswevegone:dacite_ridges", + "biomeswevegone:ebony_woods", + "biomeswevegone:enchanted_tangle", + "biomeswevegone:eroded_borealis", + "biomeswevegone:forgotten_forest", + "biomeswevegone:frosted_coniferous_forest", + "biomeswevegone:howling_peaks", + "biomeswevegone:orchard", + "biomeswevegone:overgrowth_woodlands", + "biomeswevegone:redwood_thicket", + "biomeswevegone:sakura_grove", + "biomeswevegone:skyrise_vale", + "biomeswevegone:weeping_witch_forest", + "biomeswevegone:zelkova_forest", + "biomeswevegone:crag_gardens", + "biomeswevegone:fragment_jungle", + "biomeswevegone:jacaranda_jungle", + "biomeswevegone:tropical_rainforest", + "biomeswevegone:allium_shrubland", + "biomeswevegone:amaranth_grassland", + "biomeswevegone:coconino_meadow", + "biomeswevegone:crimson_tundra", + "biomeswevegone:firecracker_chaparral", + "biomeswevegone:prairie", + "biomeswevegone:pumpkin_valley", + "biomeswevegone:rose_fields", + "biomeswevegone:temperate_grove", + "biomeswevegone:frosted_taiga", + "biomeswevegone:maple_taiga" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/fortified_temple.json b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/fortified_temple.json new file mode 100644 index 0000000..2fecf07 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/fortified_temple.json @@ -0,0 +1,31 @@ +{ + "replace": false, + "values": [ + "minecraft:dark_forest", + "minecraft:old_growth_birch_forest", + "minecraft:windswept_forest", + "minecraft:taiga", + "minecraft:jungle", + "minecraft:bamboo_jungle", + "minecraft:plains", + "minecraft:badlands", + "biomeswevegone:crag_gardens", + "biomeswevegone:fragment_jungle", + "biomeswevegone:jacaranda_jungle", + "biomeswevegone:tropical_rainforest", + "biomeswevegone:allium_shrubland", + "biomeswevegone:amaranth_grassland", + "biomeswevegone:coconino_meadow", + "biomeswevegone:crimson_tundra", + "biomeswevegone:firecracker_chaparral", + "biomeswevegone:prairie", + "biomeswevegone:pumpkin_valley", + "biomeswevegone:rose_fields", + "biomeswevegone:temperate_grove", + "biomeswevegone:red_rock_valley", + "biomeswevegone:rugged_badlands", + "biomeswevegone:sierra_badlands", + "biomeswevegone:frosted_taiga", + "biomeswevegone:maple_taiga" + ] +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/gnome_hut.json b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/gnome_hut.json new file mode 100644 index 0000000..3e96124 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/gnome_hut.json @@ -0,0 +1,38 @@ +{ + "replace": false, + "values": [ + "minecraft:dark_forest", + "minecraft:jungle", + "minecraft:bamboo_jungle", + "minecraft:sparse_jungle", + "minecraft:mushroom_fields", + "minecraft:old_growth_spruce_taiga", + "biomeswevegone:enchanted_tangle", + "biomeswevegone:forgotten_forest", + "biomeswevegone:skyrise_vale", + "biomeswevegone:weeping_witch_forest", + "biomeswevegone:crag_gardens", + "biomeswevegone:fragment_jungle", + "biomeswevegone:jacaranda_jungle", + "biomeswevegone:tropical_rainforest", + "biomeswevegone:aspen_boreal", + "biomeswevegone:black_forest", + "biomeswevegone:canadian_shield", + "biomeswevegone:cika_woods", + "biomeswevegone:coniferous_forest", + "biomeswevegone:dacite_ridges", + "biomeswevegone:ebony_woods", + "biomeswevegone:enchanted_tangle", + "biomeswevegone:eroded_borealis", + "biomeswevegone:forgotten_forest", + "biomeswevegone:frosted_coniferous_forest", + "biomeswevegone:howling_peaks", + "biomeswevegone:orchard", + "biomeswevegone:overgrowth_woodlands", + "biomeswevegone:redwood_thicket", + "biomeswevegone:sakura_grove", + "biomeswevegone:skyrise_vale", + "biomeswevegone:weeping_witch_forest", + "biomeswevegone:zelkova_forest" + ] +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/granite_fort.json b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/granite_fort.json new file mode 100644 index 0000000..dff2a1c --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/granite_fort.json @@ -0,0 +1,46 @@ +{ + "replace": false, + "values": [ + "minecraft:birch_forest", + "minecraft:dark_forest", + "minecraft:flower_forest", + "minecraft:old_growth_birch_forest", + "minecraft:windswept_forest", + "minecraft:cherry_grove", + "minecraft:windswept_hills", + "minecraft:taiga", + "minecraft:snowy_taiga", + "minecraft:jungle", + "minecraft:plains", + "biomeswevegone:aspen_boreal", + "biomeswevegone:black_forest", + "biomeswevegone:canadian_shield", + "biomeswevegone:cika_woods", + "biomeswevegone:coniferous_forest", + "biomeswevegone:dacite_ridges", + "biomeswevegone:ebony_woods", + "biomeswevegone:enchanted_tangle", + "biomeswevegone:eroded_borealis", + "biomeswevegone:forgotten_forest", + "biomeswevegone:frosted_coniferous_forest", + "biomeswevegone:howling_peaks", + "biomeswevegone:orchard", + "biomeswevegone:overgrowth_woodlands", + "biomeswevegone:redwood_thicket", + "biomeswevegone:sakura_grove", + "biomeswevegone:skyrise_vale", + "biomeswevegone:weeping_witch_forest", + "biomeswevegone:zelkova_forest", + "biomeswevegone:allium_shrubland", + "biomeswevegone:amaranth_grassland", + "biomeswevegone:coconino_meadow", + "biomeswevegone:crimson_tundra", + "biomeswevegone:firecracker_chaparral", + "biomeswevegone:prairie", + "biomeswevegone:pumpkin_valley", + "biomeswevegone:rose_fields", + "biomeswevegone:temperate_grove", + "biomeswevegone:frosted_taiga", + "biomeswevegone:maple_taiga" + ] +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/haunted_ruin.json b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/haunted_ruin.json new file mode 100644 index 0000000..3ddb384 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/haunted_ruin.json @@ -0,0 +1,47 @@ +{ + "replace": false, + "values": [ + "minecraft:forest", + "minecraft:birch_forest", + "minecraft:dark_forest", + "minecraft:flower_forest", + "minecraft:old_growth_birch_forest", + "minecraft:windswept_forest", + "minecraft:cherry_grove", + "minecraft:windswept_hills", + "minecraft:taiga", + "minecraft:snowy_taiga", + "minecraft:jungle", + "minecraft:plains", + "biomeswevegone:aspen_boreal", + "biomeswevegone:black_forest", + "biomeswevegone:canadian_shield", + "biomeswevegone:cika_woods", + "biomeswevegone:coniferous_forest", + "biomeswevegone:dacite_ridges", + "biomeswevegone:ebony_woods", + "biomeswevegone:enchanted_tangle", + "biomeswevegone:eroded_borealis", + "biomeswevegone:forgotten_forest", + "biomeswevegone:frosted_coniferous_forest", + "biomeswevegone:howling_peaks", + "biomeswevegone:orchard", + "biomeswevegone:overgrowth_woodlands", + "biomeswevegone:redwood_thicket", + "biomeswevegone:sakura_grove", + "biomeswevegone:skyrise_vale", + "biomeswevegone:weeping_witch_forest", + "biomeswevegone:zelkova_forest", + "biomeswevegone:allium_shrubland", + "biomeswevegone:amaranth_grassland", + "biomeswevegone:coconino_meadow", + "biomeswevegone:crimson_tundra", + "biomeswevegone:firecracker_chaparral", + "biomeswevegone:prairie", + "biomeswevegone:pumpkin_valley", + "biomeswevegone:rose_fields", + "biomeswevegone:temperate_grove", + "biomeswevegone:frosted_taiga", + "biomeswevegone:maple_taiga" + ] +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/herobrine_stronghold.json b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/herobrine_stronghold.json new file mode 100644 index 0000000..5e12a41 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/herobrine_stronghold.json @@ -0,0 +1,25 @@ +{ + "replace": false, + "values": [ + "minecraft:dark_forest", + "minecraft:windswept_forest", + "minecraft:windswept_hills", + "minecraft:jungle", + "minecraft:swamp", + "minecraft:mangrove_swamp", + "minecraft:plains", + "biomeswevegone:allium_shrubland", + "biomeswevegone:amaranth_grassland", + "biomeswevegone:coconino_meadow", + "biomeswevegone:crimson_tundra", + "biomeswevegone:firecracker_chaparral", + "biomeswevegone:prairie", + "biomeswevegone:pumpkin_valley", + "biomeswevegone:rose_fields", + "biomeswevegone:temperate_grove", + "biomeswevegone:crag_gardens", + "biomeswevegone:fragment_jungle", + "biomeswevegone:jacaranda_jungle", + "biomeswevegone:tropical_rainforest" + ] +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/ice_tribe.json b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/ice_tribe.json new file mode 100644 index 0000000..78b0aa2 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/ice_tribe.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [ + "minecraft:frozen_ocean", + "minecraft:deep_frozen_ocean" + ] +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/jungle_settlement.json b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/jungle_settlement.json new file mode 100644 index 0000000..f932110 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/jungle_settlement.json @@ -0,0 +1,12 @@ +{ + "replace": false, + "values": [ + "minecraft:jungle", + "minecraft:sparse_jungle", + "minecraft:bamboo_jungle", + "biomeswevegone:crag_gardens", + "biomeswevegone:fragment_jungle", + "biomeswevegone:jacaranda_jungle", + "biomeswevegone:tropical_rainforest" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/lighthouse.json b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/lighthouse.json new file mode 100644 index 0000000..69dafc1 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/lighthouse.json @@ -0,0 +1,9 @@ +{ + "replace": false, + "values": [ + "minecraft:deep_ocean", + "minecraft:deep_frozen_ocean", + "minecraft:deep_cold_ocean", + "minecraft:deep_lukewarm_ocean" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/manor.json b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/manor.json new file mode 100644 index 0000000..a33be48 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/manor.json @@ -0,0 +1,43 @@ +{ + "replace": false, + "values": [ + "minecraft:dark_forest", + "minecraft:old_growth_birch_forest", + "minecraft:windswept_forest", + "minecraft:windswept_hills", + "minecraft:taiga", + "minecraft:snowy_taiga", + "minecraft:jungle", + "minecraft:plains", + "biomeswevegone:aspen_boreal", + "biomeswevegone:black_forest", + "biomeswevegone:canadian_shield", + "biomeswevegone:cika_woods", + "biomeswevegone:coniferous_forest", + "biomeswevegone:dacite_ridges", + "biomeswevegone:ebony_woods", + "biomeswevegone:enchanted_tangle", + "biomeswevegone:eroded_borealis", + "biomeswevegone:forgotten_forest", + "biomeswevegone:frosted_coniferous_forest", + "biomeswevegone:howling_peaks", + "biomeswevegone:orchard", + "biomeswevegone:overgrowth_woodlands", + "biomeswevegone:redwood_thicket", + "biomeswevegone:sakura_grove", + "biomeswevegone:skyrise_vale", + "biomeswevegone:weeping_witch_forest", + "biomeswevegone:zelkova_forest", + "biomeswevegone:allium_shrubland", + "biomeswevegone:amaranth_grassland", + "biomeswevegone:coconino_meadow", + "biomeswevegone:crimson_tundra", + "biomeswevegone:firecracker_chaparral", + "biomeswevegone:prairie", + "biomeswevegone:pumpkin_valley", + "biomeswevegone:rose_fields", + "biomeswevegone:temperate_grove", + "biomeswevegone:frosted_taiga", + "biomeswevegone:maple_taiga" + ] +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/marble_chateau.json b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/marble_chateau.json new file mode 100644 index 0000000..81d7e81 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/marble_chateau.json @@ -0,0 +1,45 @@ +{ + "replace": false, + "values": [ + "minecraft:birch_forest", + "minecraft:dark_forest", + "minecraft:flower_forest", + "minecraft:old_growth_spruce_taiga", + "minecraft:windswept_forest", + "minecraft:cherry_grove", + "minecraft:taiga", + "minecraft:snowy_taiga", + "minecraft:jungle", + "minecraft:plains", + "biomeswevegone:aspen_boreal", + "biomeswevegone:black_forest", + "biomeswevegone:canadian_shield", + "biomeswevegone:cika_woods", + "biomeswevegone:coniferous_forest", + "biomeswevegone:dacite_ridges", + "biomeswevegone:ebony_woods", + "biomeswevegone:enchanted_tangle", + "biomeswevegone:eroded_borealis", + "biomeswevegone:forgotten_forest", + "biomeswevegone:frosted_coniferous_forest", + "biomeswevegone:howling_peaks", + "biomeswevegone:orchard", + "biomeswevegone:overgrowth_woodlands", + "biomeswevegone:redwood_thicket", + "biomeswevegone:sakura_grove", + "biomeswevegone:skyrise_vale", + "biomeswevegone:weeping_witch_forest", + "biomeswevegone:zelkova_forest", + "biomeswevegone:allium_shrubland", + "biomeswevegone:amaranth_grassland", + "biomeswevegone:coconino_meadow", + "biomeswevegone:crimson_tundra", + "biomeswevegone:firecracker_chaparral", + "biomeswevegone:prairie", + "biomeswevegone:pumpkin_valley", + "biomeswevegone:rose_fields", + "biomeswevegone:temperate_grove", + "biomeswevegone:frosted_taiga", + "biomeswevegone:maple_taiga" + ] +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/monastery_tower.json b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/monastery_tower.json new file mode 100644 index 0000000..14d0380 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/monastery_tower.json @@ -0,0 +1,47 @@ +{ + "replace": false, + "values": [ + "minecraft:dark_forest", + "minecraft:old_growth_birch_forest", + "minecraft:windswept_forest", + "minecraft:windswept_hills", + "minecraft:taiga", + "minecraft:snowy_taiga", + "minecraft:jungle", + "minecraft:plains", + "minecraft:badlands", + "biomeswevegone:aspen_boreal", + "biomeswevegone:black_forest", + "biomeswevegone:canadian_shield", + "biomeswevegone:cika_woods", + "biomeswevegone:coniferous_forest", + "biomeswevegone:dacite_ridges", + "biomeswevegone:ebony_woods", + "biomeswevegone:enchanted_tangle", + "biomeswevegone:eroded_borealis", + "biomeswevegone:forgotten_forest", + "biomeswevegone:frosted_coniferous_forest", + "biomeswevegone:howling_peaks", + "biomeswevegone:orchard", + "biomeswevegone:overgrowth_woodlands", + "biomeswevegone:redwood_thicket", + "biomeswevegone:sakura_grove", + "biomeswevegone:skyrise_vale", + "biomeswevegone:weeping_witch_forest", + "biomeswevegone:zelkova_forest", + "biomeswevegone:allium_shrubland", + "biomeswevegone:amaranth_grassland", + "biomeswevegone:coconino_meadow", + "biomeswevegone:crimson_tundra", + "biomeswevegone:firecracker_chaparral", + "biomeswevegone:prairie", + "biomeswevegone:pumpkin_valley", + "biomeswevegone:rose_fields", + "biomeswevegone:temperate_grove", + "biomeswevegone:frosted_taiga", + "biomeswevegone:maple_taiga", + "biomeswevegone:red_rock_valley", + "biomeswevegone:rugged_badlands", + "biomeswevegone:sierra_badlands" + ] +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/mosque.json b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/mosque.json new file mode 100644 index 0000000..26cca12 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/mosque.json @@ -0,0 +1,9 @@ +{ + "replace": false, + "values": [ + "minecraft:desert", + "biomeswevegone:atacama_outback", + "biomeswevegone:mojave_desert", + "biomeswevegone:windswept_desert" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/nomadic_camp.json b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/nomadic_camp.json new file mode 100644 index 0000000..31818d4 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/nomadic_camp.json @@ -0,0 +1,46 @@ +{ + "replace": false, + "values": [ + "minecraft:forest", + "minecraft:dark_forest", + "minecraft:flower_forest", + "minecraft:old_growth_birch_forest", + "minecraft:windswept_forest", + "minecraft:cherry_grove", + "minecraft:windswept_hills", + "minecraft:taiga", + "minecraft:snowy_taiga", + "minecraft:jungle", + "minecraft:plains", + "biomeswevegone:aspen_boreal", + "biomeswevegone:black_forest", + "biomeswevegone:canadian_shield", + "biomeswevegone:cika_woods", + "biomeswevegone:coniferous_forest", + "biomeswevegone:dacite_ridges", + "biomeswevegone:ebony_woods", + "biomeswevegone:enchanted_tangle", + "biomeswevegone:eroded_borealis", + "biomeswevegone:forgotten_forest", + "biomeswevegone:frosted_coniferous_forest", + "biomeswevegone:howling_peaks", + "biomeswevegone:orchard", + "biomeswevegone:overgrowth_woodlands", + "biomeswevegone:redwood_thicket", + "biomeswevegone:sakura_grove", + "biomeswevegone:skyrise_vale", + "biomeswevegone:weeping_witch_forest", + "biomeswevegone:zelkova_forest", + "biomeswevegone:allium_shrubland", + "biomeswevegone:amaranth_grassland", + "biomeswevegone:coconino_meadow", + "biomeswevegone:crimson_tundra", + "biomeswevegone:firecracker_chaparral", + "biomeswevegone:prairie", + "biomeswevegone:pumpkin_valley", + "biomeswevegone:rose_fields", + "biomeswevegone:temperate_grove", + "biomeswevegone:frosted_taiga", + "biomeswevegone:maple_taiga" + ] +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/old_fort.json b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/old_fort.json new file mode 100644 index 0000000..b369edc --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/old_fort.json @@ -0,0 +1,12 @@ +{ + "replace": false, + "values": [ + "minecraft:snowy_beach", + "minecraft:snowy_plains", + "minecraft:snowy_taiga", + "minecraft:ice_spikes", + "minecraft:snowy_taiga", + "biomeswevegone:eroded_borealis", + "biomeswevegone:howling_peaks" + ] +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/old_home.json b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/old_home.json new file mode 100644 index 0000000..27cd592 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/old_home.json @@ -0,0 +1,56 @@ +{ + "replace": false, + "values": [ + "minecraft:forest", + "minecraft:birch_forest", + "minecraft:dark_forest", + "minecraft:flower_forest", + "minecraft:old_growth_birch_forest", + "minecraft:windswept_forest", + "minecraft:cherry_grove", + "minecraft:windswept_hills", + "minecraft:taiga", + "minecraft:jungle", + "minecraft:plains", + "minecraft:sunflower_plains", + "minecraft:old_growth_spruce_taiga", + "minecraft:sparse_jungle", + "minecraft:bamboo_jungle", + "minecraft:savanna", + "minecraft:savanna_plateau", + "minecraft:wooded_badlands", + "biomeswevegone:aspen_boreal", + "biomeswevegone:black_forest", + "biomeswevegone:canadian_shield", + "biomeswevegone:cika_woods", + "biomeswevegone:coniferous_forest", + "biomeswevegone:dacite_ridges", + "biomeswevegone:ebony_woods", + "biomeswevegone:enchanted_tangle", + "biomeswevegone:eroded_borealis", + "biomeswevegone:forgotten_forest", + "biomeswevegone:frosted_coniferous_forest", + "biomeswevegone:howling_peaks", + "biomeswevegone:orchard", + "biomeswevegone:overgrowth_woodlands", + "biomeswevegone:redwood_thicket", + "biomeswevegone:sakura_grove", + "biomeswevegone:skyrise_vale", + "biomeswevegone:weeping_witch_forest", + "biomeswevegone:zelkova_forest", + "biomeswevegone:allium_shrubland", + "biomeswevegone:amaranth_grassland", + "biomeswevegone:coconino_meadow", + "biomeswevegone:crimson_tundra", + "biomeswevegone:firecracker_chaparral", + "biomeswevegone:prairie", + "biomeswevegone:pumpkin_valley", + "biomeswevegone:rose_fields", + "biomeswevegone:temperate_grove", + "biomeswevegone:frosted_taiga", + "biomeswevegone:maple_taiga", + "biomeswevegone:red_rock_valley", + "biomeswevegone:rugged_badlands", + "biomeswevegone:sierra_badlands" + ] +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/quarry.json b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/quarry.json new file mode 100644 index 0000000..adcd3ee --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/quarry.json @@ -0,0 +1,50 @@ +{ + "replace": false, + "values": [ + "minecraft:dark_forest", + "minecraft:flower_forest", + "minecraft:old_growth_birch_forest", + "minecraft:windswept_forest", + "minecraft:cherry_grove", + "minecraft:windswept_hills", + "minecraft:taiga", + "minecraft:snowy_taiga", + "minecraft:jungle", + "minecraft:plains", + "biomeswevegone:aspen_boreal", + "biomeswevegone:black_forest", + "biomeswevegone:canadian_shield", + "biomeswevegone:cika_woods", + "biomeswevegone:coniferous_forest", + "biomeswevegone:dacite_ridges", + "biomeswevegone:ebony_woods", + "biomeswevegone:enchanted_tangle", + "biomeswevegone:eroded_borealis", + "biomeswevegone:forgotten_forest", + "biomeswevegone:frosted_coniferous_forest", + "biomeswevegone:howling_peaks", + "biomeswevegone:orchard", + "biomeswevegone:overgrowth_woodlands", + "biomeswevegone:redwood_thicket", + "biomeswevegone:sakura_grove", + "biomeswevegone:skyrise_vale", + "biomeswevegone:weeping_witch_forest", + "biomeswevegone:zelkova_forest", + "biomeswevegone:crag_gardens", + "biomeswevegone:fragment_jungle", + "biomeswevegone:jacaranda_jungle", + "biomeswevegone:tropical_rainforest", + "biomeswevegone:allium_shrubland", + "biomeswevegone:amaranth_grassland", + "biomeswevegone:coconino_meadow", + "biomeswevegone:crimson_tundra", + "biomeswevegone:firecracker_chaparral", + "biomeswevegone:prairie", + "biomeswevegone:pumpkin_valley", + "biomeswevegone:rose_fields", + "biomeswevegone:temperate_grove", + "biomeswevegone:frosted_taiga", + "biomeswevegone:maple_taiga" + + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/rotten_log.json b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/rotten_log.json new file mode 100644 index 0000000..0075cf1 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/rotten_log.json @@ -0,0 +1,38 @@ +{ + "replace": false, + "values": [ + "minecraft:forest", + "minecraft:birch_forest", + "minecraft:dark_forest", + "minecraft:flower_forest", + "minecraft:old_growth_birch_forest", + "minecraft:windswept_forest", + "minecraft:taiga", + "minecraft:jungle", + "minecraft:old_growth_spruce_taiga", + "minecraft:bamboo_jungle", + "biomeswevegone:aspen_boreal", + "biomeswevegone:black_forest", + "biomeswevegone:canadian_shield", + "biomeswevegone:cika_woods", + "biomeswevegone:coniferous_forest", + "biomeswevegone:dacite_ridges", + "biomeswevegone:ebony_woods", + "biomeswevegone:enchanted_tangle", + "biomeswevegone:eroded_borealis", + "biomeswevegone:forgotten_forest", + "biomeswevegone:frosted_coniferous_forest", + "biomeswevegone:howling_peaks", + "biomeswevegone:orchard", + "biomeswevegone:overgrowth_woodlands", + "biomeswevegone:redwood_thicket", + "biomeswevegone:sakura_grove", + "biomeswevegone:skyrise_vale", + "biomeswevegone:weeping_witch_forest", + "biomeswevegone:zelkova_forest", + "biomeswevegone:crag_gardens", + "biomeswevegone:fragment_jungle", + "biomeswevegone:jacaranda_jungle", + "biomeswevegone:tropical_rainforest" + ] +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/rotting_temple.json b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/rotting_temple.json new file mode 100644 index 0000000..bdcebe5 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/rotting_temple.json @@ -0,0 +1,13 @@ +{ + "replace": false, + "values": [ + "minecraft:jungle", + "minecraft:sparse_jungle", + "minecraft:bamboo_jungle", + "biomeswevegone:crag_gardens", + "biomeswevegone:fragment_jungle", + "biomeswevegone:jacaranda_jungle", + "biomeswevegone:tropical_rainforest" + + ] +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/rotting_temple_underground.json b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/rotting_temple_underground.json new file mode 100644 index 0000000..672029e --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/rotting_temple_underground.json @@ -0,0 +1,53 @@ +{ + "replace": false, + "values": [ + "minecraft:forest", + "minecraft:birch_forest", + "minecraft:dark_forest", + "minecraft:flower_forest", + "minecraft:old_growth_birch_forest", + "minecraft:windswept_forest", + "minecraft:cherry_grove", + "minecraft:windswept_hills", + "minecraft:taiga", + "minecraft:snowy_taiga", + "minecraft:jungle", + "minecraft:plains", + "minecraft:sunflower_plains", + "minecraft:old_growth_spruce_taiga", + "minecraft:sparse_jungle", + "minecraft:bamboo_jungle", + "minecraft:savanna", + "minecraft:savanna_plateau", + "minecraft:wooded_badlands", + "biomeswevegone:aspen_boreal", + "biomeswevegone:black_forest", + "biomeswevegone:canadian_shield", + "biomeswevegone:cika_woods", + "biomeswevegone:coniferous_forest", + "biomeswevegone:dacite_ridges", + "biomeswevegone:ebony_woods", + "biomeswevegone:enchanted_tangle", + "biomeswevegone:eroded_borealis", + "biomeswevegone:forgotten_forest", + "biomeswevegone:frosted_coniferous_forest", + "biomeswevegone:howling_peaks", + "biomeswevegone:orchard", + "biomeswevegone:overgrowth_woodlands", + "biomeswevegone:redwood_thicket", + "biomeswevegone:sakura_grove", + "biomeswevegone:skyrise_vale", + "biomeswevegone:weeping_witch_forest", + "biomeswevegone:zelkova_forest", + "biomeswevegone:crag_gardens", + "biomeswevegone:fragment_jungle", + "biomeswevegone:jacaranda_jungle", + "biomeswevegone:tropical_rainforest", + "biomeswevegone:araucaria_savanna", + "biomeswevegone:baobab_savanna", + "biomeswevegone:ironwood_gour", + "biomeswevegone:red_rock_valley", + "biomeswevegone:rugged_badlands", + "biomeswevegone:sierra_badlands" + ] +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/ruined_castle.json b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/ruined_castle.json new file mode 100644 index 0000000..ae734e0 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/ruined_castle.json @@ -0,0 +1,42 @@ +{ + "replace": false, + "values": [ + "minecraft:dark_forest", + "minecraft:old_growth_birch_forest", + "minecraft:windswept_forest", + "minecraft:windswept_hills", + "minecraft:taiga", + "minecraft:snowy_taiga", + "minecraft:jungle", + "minecraft:plains", + "biomeswevegone:aspen_boreal", + "biomeswevegone:black_forest", + "biomeswevegone:canadian_shield", + "biomeswevegone:cika_woods", + "biomeswevegone:coniferous_forest", + "biomeswevegone:dacite_ridges", + "biomeswevegone:ebony_woods", + "biomeswevegone:enchanted_tangle", + "biomeswevegone:eroded_borealis", + "biomeswevegone:forgotten_forest", + "biomeswevegone:frosted_coniferous_forest", + "biomeswevegone:howling_peaks", + "biomeswevegone:orchard", + "biomeswevegone:overgrowth_woodlands", + "biomeswevegone:redwood_thicket", + "biomeswevegone:sakura_grove", + "biomeswevegone:skyrise_vale", + "biomeswevegone:weeping_witch_forest", + "biomeswevegone:zelkova_forest", + "biomeswevegone:allium_shrubland", + "biomeswevegone:amaranth_grassland", + "biomeswevegone:coconino_meadow", + "biomeswevegone:crimson_tundra", + "biomeswevegone:firecracker_chaparral", + "biomeswevegone:prairie", + "biomeswevegone:pumpkin_valley", + "biomeswevegone:rose_fields", + "biomeswevegone:temperate_grove" + + ] +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/sculk_deposit.json b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/sculk_deposit.json new file mode 100644 index 0000000..f4b994b --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/sculk_deposit.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "#is_overworld" + ] +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/silverfish_nest.json b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/silverfish_nest.json new file mode 100644 index 0000000..038b070 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/silverfish_nest.json @@ -0,0 +1,24 @@ +{ + "replace": false, + "values": [ + "minecraft:forest", + "minecraft:birch_forest", + "minecraft:dark_forest", + "minecraft:flower_forest", + "minecraft:old_growth_birch_forest", + "minecraft:windswept_forest", + "minecraft:cherry_grove", + "minecraft:windswept_hills", + "minecraft:taiga", + "minecraft:snowy_taiga", + "minecraft:jungle", + "minecraft:plains", + "minecraft:sunflower_plains", + "minecraft:old_growth_spruce_taiga", + "minecraft:sparse_jungle", + "minecraft:bamboo_jungle", + "minecraft:savanna", + "minecraft:savanna_plateau", + "minecraft:wooded_badlands" + ] +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/sinking_temple.json b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/sinking_temple.json new file mode 100644 index 0000000..69dafc1 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/sinking_temple.json @@ -0,0 +1,9 @@ +{ + "replace": false, + "values": [ + "minecraft:deep_ocean", + "minecraft:deep_frozen_ocean", + "minecraft:deep_cold_ocean", + "minecraft:deep_lukewarm_ocean" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/small_keep.json b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/small_keep.json new file mode 100644 index 0000000..1dbe79a --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/small_keep.json @@ -0,0 +1,53 @@ +{ + "replace": false, + "values": [ + "minecraft:forest", + "minecraft:dark_forest", + "minecraft:flower_forest", + "minecraft:old_growth_birch_forest", + "minecraft:windswept_forest", + "minecraft:cherry_grove", + "minecraft:windswept_hills", + "minecraft:taiga", + "minecraft:snowy_taiga", + "minecraft:jungle", + "minecraft:plains", + "minecraft:snowy_plains", + "minecraft:snowy_beach", + "minecraft:snowy_taiga", + "biomeswevegone:aspen_boreal", + "biomeswevegone:black_forest", + "biomeswevegone:canadian_shield", + "biomeswevegone:cika_woods", + "biomeswevegone:coniferous_forest", + "biomeswevegone:dacite_ridges", + "biomeswevegone:ebony_woods", + "biomeswevegone:enchanted_tangle", + "biomeswevegone:eroded_borealis", + "biomeswevegone:forgotten_forest", + "biomeswevegone:frosted_coniferous_forest", + "biomeswevegone:howling_peaks", + "biomeswevegone:orchard", + "biomeswevegone:overgrowth_woodlands", + "biomeswevegone:redwood_thicket", + "biomeswevegone:sakura_grove", + "biomeswevegone:skyrise_vale", + "biomeswevegone:weeping_witch_forest", + "biomeswevegone:zelkova_forest", + "biomeswevegone:allium_shrubland", + "biomeswevegone:amaranth_grassland", + "biomeswevegone:coconino_meadow", + "biomeswevegone:crimson_tundra", + "biomeswevegone:firecracker_chaparral", + "biomeswevegone:prairie", + "biomeswevegone:pumpkin_valley", + "biomeswevegone:rose_fields", + "biomeswevegone:temperate_grove", + "biomeswevegone:frosted_taiga", + "biomeswevegone:maple_taiga", + "biomeswevegone:crag_gardens", + "biomeswevegone:fragment_jungle", + "biomeswevegone:jacaranda_jungle", + "biomeswevegone:tropical_rainforest" + ] +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/spider_nest.json b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/spider_nest.json new file mode 100644 index 0000000..c03c531 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/spider_nest.json @@ -0,0 +1,57 @@ +{ + "replace": false, + "values": [ + "minecraft:forest", + "minecraft:birch_forest", + "minecraft:dark_forest", + "minecraft:flower_forest", + "minecraft:old_growth_birch_forest", + "minecraft:windswept_forest", + "minecraft:cherry_grove", + "minecraft:windswept_hills", + "minecraft:taiga", + "minecraft:snowy_taiga", + "minecraft:jungle", + "minecraft:plains", + "minecraft:sunflower_plains", + "minecraft:old_growth_spruce_taiga", + "minecraft:sparse_jungle", + "minecraft:bamboo_jungle", + "minecraft:savanna", + "minecraft:savanna_plateau", + "minecraft:wooded_badlands", + "biomeswevegone:aspen_boreal", + "biomeswevegone:black_forest", + "biomeswevegone:canadian_shield", + "biomeswevegone:cika_woods", + "biomeswevegone:coniferous_forest", + "biomeswevegone:dacite_ridges", + "biomeswevegone:ebony_woods", + "biomeswevegone:enchanted_tangle", + "biomeswevegone:eroded_borealis", + "biomeswevegone:forgotten_forest", + "biomeswevegone:frosted_coniferous_forest", + "biomeswevegone:howling_peaks", + "biomeswevegone:orchard", + "biomeswevegone:overgrowth_woodlands", + "biomeswevegone:redwood_thicket", + "biomeswevegone:sakura_grove", + "biomeswevegone:skyrise_vale", + "biomeswevegone:weeping_witch_forest", + "biomeswevegone:zelkova_forest", + "biomeswevegone:allium_shrubland", + "biomeswevegone:amaranth_grassland", + "biomeswevegone:coconino_meadow", + "biomeswevegone:crimson_tundra", + "biomeswevegone:firecracker_chaparral", + "biomeswevegone:prairie", + "biomeswevegone:pumpkin_valley", + "biomeswevegone:rose_fields", + "biomeswevegone:temperate_grove", + "biomeswevegone:frosted_taiga", + "biomeswevegone:maple_taiga", + "biomeswevegone:red_rock_valley", + "biomeswevegone:rugged_badlands", + "biomeswevegone:sierra_badlands" + ] +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/stray_ruins.json b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/stray_ruins.json new file mode 100644 index 0000000..799b89b --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/stray_ruins.json @@ -0,0 +1,16 @@ +{ + "replace": false, + "values": [ + "minecraft:jagged_peaks", + "minecraft:frozen_peaks", + "minecraft:grove", + "minecraft:snowy_beach", + "minecraft:snowy_plains", + "minecraft:snowy_slopes", + "minecraft:snowy_taiga", + "minecraft:frozen_river", + "minecraft:ice_spikes", + "biomeswevegone:eroded_borealis", + "biomeswevegone:howling_peaks" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/tavern.json b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/tavern.json new file mode 100644 index 0000000..fc3d9ee --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/tavern.json @@ -0,0 +1,48 @@ +{ + "replace": false, + "values": [ + "minecraft:forest", + "minecraft:birch_forest", + "minecraft:dark_forest", + "minecraft:flower_forest", + "minecraft:old_growth_birch_forest", + "minecraft:windswept_forest", + "minecraft:windswept_hills", + "minecraft:taiga", + "minecraft:snowy_taiga", + "minecraft:jungle", + "minecraft:old_growth_spruce_taiga", + "minecraft:savanna", + "minecraft:plains", + "biomeswevegone:aspen_boreal", + "biomeswevegone:black_forest", + "biomeswevegone:canadian_shield", + "biomeswevegone:cika_woods", + "biomeswevegone:coniferous_forest", + "biomeswevegone:dacite_ridges", + "biomeswevegone:ebony_woods", + "biomeswevegone:enchanted_tangle", + "biomeswevegone:eroded_borealis", + "biomeswevegone:forgotten_forest", + "biomeswevegone:frosted_coniferous_forest", + "biomeswevegone:howling_peaks", + "biomeswevegone:orchard", + "biomeswevegone:overgrowth_woodlands", + "biomeswevegone:redwood_thicket", + "biomeswevegone:sakura_grove", + "biomeswevegone:skyrise_vale", + "biomeswevegone:weeping_witch_forest", + "biomeswevegone:zelkova_forest", + "biomeswevegone:allium_shrubland", + "biomeswevegone:amaranth_grassland", + "biomeswevegone:coconino_meadow", + "biomeswevegone:crimson_tundra", + "biomeswevegone:firecracker_chaparral", + "biomeswevegone:prairie", + "biomeswevegone:pumpkin_valley", + "biomeswevegone:rose_fields", + "biomeswevegone:temperate_grove", + "biomeswevegone:frosted_taiga", + "biomeswevegone:maple_taiga" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/underground_monument.json b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/underground_monument.json new file mode 100644 index 0000000..757e801 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/underground_monument.json @@ -0,0 +1,61 @@ +{ + "replace": false, + "values": [ + "minecraft:forest", + "minecraft:birch_forest", + "minecraft:dark_forest", + "minecraft:flower_forest", + "minecraft:old_growth_birch_forest", + "minecraft:windswept_forest", + "minecraft:cherry_grove", + "minecraft:windswept_hills", + "minecraft:taiga", + "minecraft:snowy_taiga", + "minecraft:jungle", + "minecraft:plains", + "minecraft:sunflower_plains", + "minecraft:old_growth_spruce_taiga", + "minecraft:sparse_jungle", + "minecraft:bamboo_jungle", + "minecraft:savanna", + "minecraft:savanna_plateau", + "minecraft:wooded_badlands", + "biomeswevegone:aspen_boreal", + "biomeswevegone:black_forest", + "biomeswevegone:canadian_shield", + "biomeswevegone:cika_woods", + "biomeswevegone:coniferous_forest", + "biomeswevegone:dacite_ridges", + "biomeswevegone:ebony_woods", + "biomeswevegone:enchanted_tangle", + "biomeswevegone:eroded_borealis", + "biomeswevegone:forgotten_forest", + "biomeswevegone:frosted_coniferous_forest", + "biomeswevegone:howling_peaks", + "biomeswevegone:orchard", + "biomeswevegone:overgrowth_woodlands", + "biomeswevegone:redwood_thicket", + "biomeswevegone:sakura_grove", + "biomeswevegone:skyrise_vale", + "biomeswevegone:weeping_witch_forest", + "biomeswevegone:zelkova_forest", + "biomeswevegone:allium_shrubland", + "biomeswevegone:amaranth_grassland", + "biomeswevegone:coconino_meadow", + "biomeswevegone:crimson_tundra", + "biomeswevegone:firecracker_chaparral", + "biomeswevegone:prairie", + "biomeswevegone:pumpkin_valley", + "biomeswevegone:rose_fields", + "biomeswevegone:temperate_grove", + "biomeswevegone:frosted_taiga", + "biomeswevegone:maple_taiga", + "biomeswevegone:red_rock_valley", + "biomeswevegone:rugged_badlands", + "biomeswevegone:sierra_badlands", + "biomeswevegone:crag_gardens", + "biomeswevegone:fragment_jungle", + "biomeswevegone:jacaranda_jungle", + "biomeswevegone:tropical_rainforest" + ] +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/underwater_dungeon.json b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/underwater_dungeon.json new file mode 100644 index 0000000..a938a25 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/underwater_dungeon.json @@ -0,0 +1,17 @@ +{ + "replace": false, + "values": [ + "minecraft:frozen_ocean", + "minecraft:deep_frozen_ocean", + "minecraft:ocean", + "minecraft:deep_ocean", + "minecraft:warm_ocean", + "minecraft:cold_ocean", + "minecraft:deep_cold_ocean", + "minecraft:lukewarm_ocean", + "minecraft:deep_lukewarm_ocean", + "minecraft:beach", + "biomeswevegone:dead_sea", + "biomeswevegone:lush_stacks" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/villager_inn.json b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/villager_inn.json new file mode 100644 index 0000000..fc3d9ee --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/villager_inn.json @@ -0,0 +1,48 @@ +{ + "replace": false, + "values": [ + "minecraft:forest", + "minecraft:birch_forest", + "minecraft:dark_forest", + "minecraft:flower_forest", + "minecraft:old_growth_birch_forest", + "minecraft:windswept_forest", + "minecraft:windswept_hills", + "minecraft:taiga", + "minecraft:snowy_taiga", + "minecraft:jungle", + "minecraft:old_growth_spruce_taiga", + "minecraft:savanna", + "minecraft:plains", + "biomeswevegone:aspen_boreal", + "biomeswevegone:black_forest", + "biomeswevegone:canadian_shield", + "biomeswevegone:cika_woods", + "biomeswevegone:coniferous_forest", + "biomeswevegone:dacite_ridges", + "biomeswevegone:ebony_woods", + "biomeswevegone:enchanted_tangle", + "biomeswevegone:eroded_borealis", + "biomeswevegone:forgotten_forest", + "biomeswevegone:frosted_coniferous_forest", + "biomeswevegone:howling_peaks", + "biomeswevegone:orchard", + "biomeswevegone:overgrowth_woodlands", + "biomeswevegone:redwood_thicket", + "biomeswevegone:sakura_grove", + "biomeswevegone:skyrise_vale", + "biomeswevegone:weeping_witch_forest", + "biomeswevegone:zelkova_forest", + "biomeswevegone:allium_shrubland", + "biomeswevegone:amaranth_grassland", + "biomeswevegone:coconino_meadow", + "biomeswevegone:crimson_tundra", + "biomeswevegone:firecracker_chaparral", + "biomeswevegone:prairie", + "biomeswevegone:pumpkin_valley", + "biomeswevegone:rose_fields", + "biomeswevegone:temperate_grove", + "biomeswevegone:frosted_taiga", + "biomeswevegone:maple_taiga" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/woodland_keep.json b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/woodland_keep.json new file mode 100644 index 0000000..a2daa1f --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/woodland_keep.json @@ -0,0 +1,44 @@ +{ + "replace": false, + "values": [ + "minecraft:dark_forest", + "minecraft:old_growth_birch_forest", + "minecraft:windswept_forest", + "minecraft:jungle", + "minecraft:flower_forest", + "minecraft:forest", + "minecraft:plains", + "biomeswevegone:aspen_boreal", + "biomeswevegone:black_forest", + "biomeswevegone:canadian_shield", + "biomeswevegone:cika_woods", + "biomeswevegone:coniferous_forest", + "biomeswevegone:dacite_ridges", + "biomeswevegone:ebony_woods", + "biomeswevegone:enchanted_tangle", + "biomeswevegone:eroded_borealis", + "biomeswevegone:forgotten_forest", + "biomeswevegone:frosted_coniferous_forest", + "biomeswevegone:howling_peaks", + "biomeswevegone:orchard", + "biomeswevegone:overgrowth_woodlands", + "biomeswevegone:redwood_thicket", + "biomeswevegone:sakura_grove", + "biomeswevegone:skyrise_vale", + "biomeswevegone:weeping_witch_forest", + "biomeswevegone:zelkova_forest", + "biomeswevegone:allium_shrubland", + "biomeswevegone:amaranth_grassland", + "biomeswevegone:coconino_meadow", + "biomeswevegone:crimson_tundra", + "biomeswevegone:firecracker_chaparral", + "biomeswevegone:prairie", + "biomeswevegone:pumpkin_valley", + "biomeswevegone:rose_fields", + "biomeswevegone:temperate_grove", + "biomeswevegone:crag_gardens", + "biomeswevegone:fragment_jungle", + "biomeswevegone:jacaranda_jungle", + "biomeswevegone:tropical_rainforest" + ] +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/ancient_temple.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/ancient_temple.json new file mode 100644 index 0000000..bf0bf9f --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/ancient_temple.json @@ -0,0 +1,27 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:ancient_temple", + "max_distance_from_center": 80, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "size": 7, + "spawn_overrides": { + "monster": { + "bounding_box": "full", + "spawns": [ + { + "type": "minecraft:slime", + "weight": 1, + "minCount": 1, + "maxCount": 2 + } + ] + } + }, + "start_height": { + "absolute": 0 + }, + "start_pool": "ati_structures:ancient_temple", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "use_expansion_hack": true +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/dark_tower.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/dark_tower.json new file mode 100644 index 0000000..a12f876 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/dark_tower.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:dark_tower", + "max_distance_from_center": 80, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "size": 7, + "spawn_overrides": {}, + "start_height": { + "absolute": 0 + }, + "start_pool": "ati_structures:dark_tower", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "use_expansion_hack": true +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/deepslate_keep.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/deepslate_keep.json new file mode 100644 index 0000000..866a68d --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/deepslate_keep.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:deepslate_keep", + "max_distance_from_center": 80, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "size": 7, + "spawn_overrides": {}, + "start_height": { + "absolute": 0 + }, + "start_pool": "ati_structures:deepslate_keep", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "use_expansion_hack": true +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/desert_outpost.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/desert_outpost.json new file mode 100644 index 0000000..957175e --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/desert_outpost.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:desert_outpost", + "max_distance_from_center": 80, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "size": 7, + "spawn_overrides": {}, + "start_height": { + "absolute": 0 + }, + "start_pool": "ati_structures:desert_outpost", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "use_expansion_hack": true +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/dojo.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/dojo.json new file mode 100644 index 0000000..e22d048 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/dojo.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:dojo", + "max_distance_from_center": 80, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "size": 7, + "spawn_overrides": {}, + "start_height": { + "absolute": 0 + }, + "start_pool": "ati_structures:dojo", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "use_expansion_hack": true +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/fortified_temple.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/fortified_temple.json new file mode 100644 index 0000000..75ee70a --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/fortified_temple.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:fortified_temple", + "max_distance_from_center": 80, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "size": 7, + "spawn_overrides": {}, + "start_height": { + "absolute": 0 + }, + "start_pool": "ati_structures:fortified_temple", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "use_expansion_hack": true +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/gnome_hut.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/gnome_hut.json new file mode 100644 index 0000000..9c89ef2 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/gnome_hut.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:gnome_hut", + "max_distance_from_center": 80, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "size": 7, + "spawn_overrides": {}, + "start_height": { + "absolute": 0 + }, + "start_pool": "ati_structures:gnome_hut", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "use_expansion_hack": true +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/granite_fort.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/granite_fort.json new file mode 100644 index 0000000..e9609ff --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/granite_fort.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:granite_fort", + "max_distance_from_center": 80, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "size": 7, + "spawn_overrides": {}, + "start_height": { + "absolute": 0 + }, + "start_pool": "ati_structures:granite_fort", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "use_expansion_hack": true +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/haunted_ruin.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/haunted_ruin.json new file mode 100644 index 0000000..d816fb3 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/haunted_ruin.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:haunted_ruin", + "max_distance_from_center": 80, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "size": 7, + "spawn_overrides": { + "monster": { + "bounding_box": "full", + "spawns": [ + ] + } + }, + "start_height": { + "absolute": 0 + }, + "start_pool": "ati_structures:haunted_ruin", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "use_expansion_hack": true +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/herobrine_stronghold.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/herobrine_stronghold.json new file mode 100644 index 0000000..b74755c --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/herobrine_stronghold.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:herobrine_stronghold", + "max_distance_from_center": 80, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "size": 7, + "spawn_overrides": {}, + "start_height": { + "absolute": 0 + }, + "start_pool": "ati_structures:herobrine_stronghold", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "use_expansion_hack": true +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/ice_tribe.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/ice_tribe.json new file mode 100644 index 0000000..4970ea5 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/ice_tribe.json @@ -0,0 +1,27 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:ice_tribe", + "max_distance_from_center": 80, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "size": 7, + "spawn_overrides": { + "monster": { + "bounding_box": "full", + "spawns": [ + { + "type": "minecraft:villager", + "weight": 1, + "minCount": 1, + "maxCount": 2 + } + ] + } + }, + "start_height": { + "absolute": 0 + }, + "start_pool": "ati_structures:ice_tribe", + "step": "surface_structures", + "terrain_adaptation": "none", + "use_expansion_hack": true +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/jungle_settlement.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/jungle_settlement.json new file mode 100644 index 0000000..08664f9 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/jungle_settlement.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:jungle_settlement", + "max_distance_from_center": 80, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "size": 7, + "spawn_overrides": {}, + "start_height": { + "absolute": 0 + }, + "start_pool": "ati_structures:jungle_settlement", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "use_expansion_hack": true +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/lighthouse.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/lighthouse.json new file mode 100644 index 0000000..087c061 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/lighthouse.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:lighthouse", + "max_distance_from_center": 80, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "size": 7, + "spawn_overrides": { + "monster": { + "bounding_box": "full", + "spawns": [ + ] + } + }, + "start_height": { + "absolute": 0 + }, + "start_pool": "ati_structures:lighthouse", + "step": "surface_structures", + "terrain_adaptation": "none", + "use_expansion_hack": true +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/manor.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/manor.json new file mode 100644 index 0000000..51c33fa --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/manor.json @@ -0,0 +1,27 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:manor", + "max_distance_from_center": 80, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "size": 7, + "spawn_overrides": { + "monster": { + "bounding_box": "full", + "spawns": [ + { + "type": "minecraft:pillager", + "weight": 1, + "minCount": 1, + "maxCount": 1 + } + ] + } + }, + "start_height": { + "absolute": 0 + }, + "start_pool": "ati_structures:manor", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "use_expansion_hack": true +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/marble_chateau.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/marble_chateau.json new file mode 100644 index 0000000..f818170 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/marble_chateau.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:marble_chateau", + "max_distance_from_center": 80, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "size": 7, + "spawn_overrides": {}, + "start_height": { + "absolute": 0 + }, + "start_pool": "ati_structures:marble_chateau", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "use_expansion_hack": true +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/monastery_tower.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/monastery_tower.json new file mode 100644 index 0000000..9c2db2e --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/monastery_tower.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:monastery_tower", + "max_distance_from_center": 80, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "size": 7, + "spawn_overrides": {}, + "start_height": { + "absolute": 0 + }, + "start_pool": "ati_structures:monastery_tower", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "use_expansion_hack": true +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/mosque.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/mosque.json new file mode 100644 index 0000000..87089ed --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/mosque.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:mosque", + "max_distance_from_center": 80, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "size": 7, + "spawn_overrides": {}, + "start_height": { + "absolute": 0 + }, + "start_pool": "ati_structures:mosque", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "use_expansion_hack": true +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/nomadic_camp.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/nomadic_camp.json new file mode 100644 index 0000000..666e1b8 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/nomadic_camp.json @@ -0,0 +1,27 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:nomadic_camp", + "max_distance_from_center": 80, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "size": 7, + "spawn_overrides": { + "monster": { + "bounding_box": "full", + "spawns": [ + { + "type": "minecraft:pillager", + "weight": 1, + "minCount": 1, + "maxCount": 1 + } + ] + } + }, + "start_height": { + "absolute": 0 + }, + "start_pool": "ati_structures:nomadic_camp", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "use_expansion_hack": true +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/old_fort.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/old_fort.json new file mode 100644 index 0000000..9573407 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/old_fort.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:old_fort", + "max_distance_from_center": 80, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "size": 7, + "spawn_overrides": {}, + "start_height": { + "absolute": 0 + }, + "start_pool": "ati_structures:old_fort", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "use_expansion_hack": true +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/old_home.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/old_home.json new file mode 100644 index 0000000..25ddbc1 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/old_home.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:old_home", + "max_distance_from_center": 80, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "size": 7, + "spawn_overrides": {}, + "start_height": { + "absolute": 0 + }, + "start_pool": "ati_structures:old_home", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "use_expansion_hack": true +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/quarry.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/quarry.json new file mode 100644 index 0000000..6a6c56b --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/quarry.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:quarry", + "max_distance_from_center": 80, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "size": 7, + "spawn_overrides": {}, + "start_height": { + "absolute": 0 + }, + "start_pool": "ati_structures:quarry", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "use_expansion_hack": true +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/rotten_log.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/rotten_log.json new file mode 100644 index 0000000..babec79 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/rotten_log.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:rotten_log", + "max_distance_from_center": 80, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "size": 7, + "spawn_overrides": {}, + "start_height": { + "absolute": 0 + }, + "start_pool": "ati_structures:rotten_log", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "use_expansion_hack": true +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/rotting_temple.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/rotting_temple.json new file mode 100644 index 0000000..830b76d --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/rotting_temple.json @@ -0,0 +1,27 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:rotting_temple", + "max_distance_from_center": 80, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "size": 7, + "spawn_overrides": { + "monster": { + "bounding_box": "full", + "spawns": [ + { + "type": "minecraft:zombie", + "weight": 1, + "minCount": 1, + "maxCount": 3 + } + ] + } + }, + "start_height": { + "absolute": 0 + }, + "start_pool": "ati_structures:rotting_temple", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "use_expansion_hack": true +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/rotting_temple_underground.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/rotting_temple_underground.json new file mode 100644 index 0000000..de5515a --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/rotting_temple_underground.json @@ -0,0 +1,26 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:rotting_temple_underground", + "max_distance_from_center": 80, + "size": 7, + "spawn_overrides": { + "monster": { + "bounding_box": "full", + "spawns": [ + { + "type": "minecraft:zombie", + "weight": 1, + "minCount": 1, + "maxCount": 3 + } + ] + } + }, + "start_height": { + "absolute": 20 + }, + "start_pool": "ati_structures:rotting_temple_underground", + "step": "underground_structures", + "terrain_adaptation": "beard_box", + "use_expansion_hack": true +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/ruined_castle.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/ruined_castle.json new file mode 100644 index 0000000..fb44185 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/ruined_castle.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:ruined_castle", + "max_distance_from_center": 80, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "size": 7, + "spawn_overrides": {}, + "start_height": { + "absolute": 0 + }, + "start_pool": "ati_structures:ruined_castle", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "use_expansion_hack": true +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/sculk_deposit.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/sculk_deposit.json new file mode 100644 index 0000000..6ae1fe2 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/sculk_deposit.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:sculk_deposit", + "max_distance_from_center": 80, + "size": 7, + "spawn_overrides": { + "monster": { + "bounding_box": "full", + "spawns": [ + ] + } + }, + "start_height": { + "absolute": -45 + }, + "start_pool": "ati_structures:sculk_deposit", + "step": "underground_structures", + "terrain_adaptation": "none", + "use_expansion_hack": true +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/silverfish_nest.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/silverfish_nest.json new file mode 100644 index 0000000..854e792 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/silverfish_nest.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:silverfish_nest", + "max_distance_from_center": 80, + "size": 7, + "spawn_overrides": { + "monster": { + "bounding_box": "full", + "spawns": [ + ] + } + }, + "start_height": { + "absolute": 45 + }, + "start_pool": "ati_structures:silverfish_nest", + "step": "underground_structures", + "terrain_adaptation": "none", + "use_expansion_hack": true +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/sinking_temple.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/sinking_temple.json new file mode 100644 index 0000000..e9ebe89 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/sinking_temple.json @@ -0,0 +1,27 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:sinking_temple", + "max_distance_from_center": 80, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "size": 7, + "spawn_overrides": { + "monster": { + "bounding_box": "full", + "spawns": [ + { + "type": "minecraft:drowned", + "weight": 1, + "minCount": 1, + "maxCount": 2 + } + ] + } + }, + "start_height": { + "absolute": 0 + }, + "start_pool": "ati_structures:sinking_temple", + "step": "surface_structures", + "terrain_adaptation": "none", + "use_expansion_hack": true +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/small_keep.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/small_keep.json new file mode 100644 index 0000000..bc3973b --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/small_keep.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:small_keep", + "max_distance_from_center": 80, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "size": 7, + "spawn_overrides": {}, + "start_height": { + "absolute": 0 + }, + "start_pool": "ati_structures:small_keep", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "use_expansion_hack": true +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/spider_nest.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/spider_nest.json new file mode 100644 index 0000000..e9b6e73 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/spider_nest.json @@ -0,0 +1,32 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:spider_nest", + "max_distance_from_center": 80, + "size": 7, + "spawn_overrides": { + "monster": { + "bounding_box": "full", + "spawns": [ + { + "type": "minecraft:spider", + "weight": 1, + "minCount": 1, + "maxCount": 3 + }, + { + "type": "minecraft:cave_spider", + "weight": 1, + "minCount": 1, + "maxCount": 2 + } + ] + } + }, + "start_height": { + "absolute": -11 + }, + "start_pool": "ati_structures:spider_nest", + "step": "underground_structures", + "terrain_adaptation": "none", + "use_expansion_hack": true +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/stray_ruins.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/stray_ruins.json new file mode 100644 index 0000000..7a0f2be --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/stray_ruins.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:stray_ruins", + "max_distance_from_center": 80, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "size": 7, + "spawn_overrides": {}, + "start_height": { + "absolute": 0 + }, + "start_pool": "ati_structures:stray_ruins", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "use_expansion_hack": true +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/tavern.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/tavern.json new file mode 100644 index 0000000..39d218b --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/tavern.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:tavern", + "max_distance_from_center": 80, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "size": 7, + "spawn_overrides": {}, + "start_height": { + "absolute": 0 + }, + "start_pool": "ati_structures:tavern", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "use_expansion_hack": true +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/underground_monument.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/underground_monument.json new file mode 100644 index 0000000..0e99bf3 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/underground_monument.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:underground_monument", + "max_distance_from_center": 80, + "size": 7, + "spawn_overrides": { + "monster": { + "bounding_box": "full", + "spawns": [ + ] + } + }, + "start_height": { + "absolute": 10 + }, + "start_pool": "ati_structures:underground_monument", + "step": "underground_structures", + "terrain_adaptation": "none", + "use_expansion_hack": true +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/underwater_dungeon.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/underwater_dungeon.json new file mode 100644 index 0000000..9210466 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/underwater_dungeon.json @@ -0,0 +1,32 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:underwater_dungeon", + "max_distance_from_center": 80, + "size": 7, + "spawn_overrides": { + "monster": { + "bounding_box": "full", + "spawns": [ + { + "type": "minecraft:drowned", + "weight": 2, + "minCount": 1, + "maxCount": 2 + }, + { + "type": "minecraft:guardian", + "weight": 1, + "minCount": 1, + "maxCount": 2 + } + ] + } + }, + "start_height": { + "absolute": -5 + }, + "start_pool": "ati_structures:underwater_dungeon", + "step": "underground_structures", + "terrain_adaptation": "none", + "use_expansion_hack": true +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/villager_inn.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/villager_inn.json new file mode 100644 index 0000000..361c963 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/villager_inn.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:villager_inn", + "max_distance_from_center": 80, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "size": 7, + "spawn_overrides": {}, + "start_height": { + "absolute": 0 + }, + "start_pool": "ati_structures:villager_inn", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "use_expansion_hack": true +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/woodland_keep.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/woodland_keep.json new file mode 100644 index 0000000..2586aae --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/woodland_keep.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:jigsaw", + "biomes": "#ati_structures:woodland_keep", + "max_distance_from_center": 100, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "size": 7, + "spawn_overrides": {}, + "start_height": { + "absolute": 0 + }, + "start_pool": "ati_structures:woodland_keep", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "use_expansion_hack": true +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure_set/aboveground_large.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure_set/aboveground_large.json new file mode 100644 index 0000000..6e7e8c2 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure_set/aboveground_large.json @@ -0,0 +1,71 @@ +{ + "structures": [ + { + "structure": "ati_structures:ancient_temple", + "weight": 1 + }, + { + "structure": "ati_structures:desert_outpost", + "weight": 1 + }, + { + "structure": "ati_structures:fortified_temple", + "weight": 1 + }, + { + "structure": "ati_structures:granite_fort", + "weight": 1 + }, + { + "structure": "ati_structures:herobrine_stronghold", + "weight": 1 + }, + { + "structure": "ati_structures:jungle_settlement", + "weight": 1 + }, + { + "structure": "ati_structures:manor", + "weight": 1 + }, + { + "structure": "ati_structures:marble_chateau", + "weight": 1 + }, + { + "structure": "ati_structures:old_fort", + "weight": 1 + }, + { + "structure": "ati_structures:quarry", + "weight": 1 + }, + { + "structure": "ati_structures:sinking_temple", + "weight": 1 + }, + { + "structure": "ati_structures:tavern", + "weight": 1 + }, + { + "structure": "ati_structures:villager_inn", + "weight": 1 + }, + { + "structure": "ati_structures:woodland_keep", + "weight": 1 + }, + { + "structure": "ati_structures:ruined_castle", + "weight": 1 + } + ], + "placement": { + "type": "minecraft:random_spread", + "salt": 817997296, + "locate_offset": [0, 5, -5], + "spacing": 160, + "separation": 0 + } +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure_set/aboveground_medium.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure_set/aboveground_medium.json new file mode 100644 index 0000000..159ee48 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure_set/aboveground_medium.json @@ -0,0 +1,27 @@ +{ + "structures": [ + { + "structure": "ati_structures:dark_tower", + "weight": 1 + }, + { + "structure": "ati_structures:dojo", + "weight": 1 + }, + { + "structure": "ati_structures:monastery_tower", + "weight": 1 + }, + { + "structure": "ati_structures:small_keep", + "weight": 1 + } + ], + "placement": { + "type": "minecraft:random_spread", + "salt": 238479652, + "locate_offset": [0, 5, -5], + "spacing": 100, + "separation": 0 + } +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure_set/aboveground_small.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure_set/aboveground_small.json new file mode 100644 index 0000000..6a3dfcd --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure_set/aboveground_small.json @@ -0,0 +1,51 @@ +{ + "structures": [ + { + "structure": "ati_structures:deepslate_keep", + "weight": 1 + }, + { + "structure": "ati_structures:haunted_ruin", + "weight": 1 + }, + { + "structure": "ati_structures:ice_tribe", + "weight": 1 + }, + { + "structure": "ati_structures:nomadic_camp", + "weight": 1 + }, + { + "structure": "ati_structures:rotten_log", + "weight": 1 + }, + { + "structure": "ati_structures:stray_ruins", + "weight": 1 + }, + { + "structure": "ati_structures:rotting_temple", + "weight": 1 + }, + { + "structure": "ati_structures:mosque", + "weight": 1 + }, + { + "structure": "ati_structures:lighthouse", + "weight": 1 + }, + { + "structure": "ati_structures:old_home", + "weight": 1 + } + ], + "placement": { + "type": "minecraft:random_spread", + "salt": 123456234, + "locate_offset": [0, 5, -5], + "spacing": 70, + "separation": 0 + } +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure_set/gnome_hut.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure_set/gnome_hut.json new file mode 100644 index 0000000..e089742 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure_set/gnome_hut.json @@ -0,0 +1,14 @@ +{ + "structures": [ + { + "structure": "ati_structures:gnome_hut", + "weight": 1 + } + ], + "placement": { + "type": "minecraft:random_spread", + "spacing": 160, + "separation": 0, + "salt": 34562347 + } +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure_set/underground_medium.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure_set/underground_medium.json new file mode 100644 index 0000000..1b7ecec --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure_set/underground_medium.json @@ -0,0 +1,19 @@ +{ + "structures": [ + { + "structure": "ati_structures:underground_monument", + "weight": 1 + }, + { + "structure": "ati_structures:spider_nest", + "weight": 1 + } + ], + "placement": { + "type": "minecraft:random_spread", + "salt": 817997296, + "locate_offset": [0, 5, -5], + "spacing": 80, + "separation": 0 + } +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure_set/underground_small.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure_set/underground_small.json new file mode 100644 index 0000000..9baab66 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure_set/underground_small.json @@ -0,0 +1,27 @@ +{ + "structures": [ + { + "structure": "ati_structures:underwater_dungeon", + "weight": 1 + }, + { + "structure": "ati_structures:silverfish_nest", + "weight": 1 + }, + { + "structure": "ati_structures:sculk_deposit", + "weight": 1 + }, + { + "structure": "ati_structures:rotting_temple_underground", + "weight": 1 + } + ], + "placement": { + "type": "minecraft:random_spread", + "salt": 123895344, + "locate_offset": [0, 5, -5], + "spacing": 30, + "separation": 0 + } +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/ancient_temple.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/ancient_temple.json new file mode 100644 index 0000000..449c9c1 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/ancient_temple.json @@ -0,0 +1,15 @@ +{ + "name": "ati_structures:ancient_temple", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:mossify_20_percent", + "location": "ati_structures:ancient_temple" + }, + "weight": 1 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/dark_tower.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/dark_tower.json new file mode 100644 index 0000000..84ad690 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/dark_tower.json @@ -0,0 +1,15 @@ +{ + "name": "ati_structures:dark_tower", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:empty", + "location": "ati_structures:dark_tower" + }, + "weight": 1 + } + ] +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/deepslate_keep.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/deepslate_keep.json new file mode 100644 index 0000000..3f259fc --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/deepslate_keep.json @@ -0,0 +1,15 @@ +{ + "name": "ati_structures:deepslate_keep", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:mossify_20_percent", + "location": "ati_structures:deepslate_keep" + }, + "weight": 1 + } + ] +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/desert_outpost.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/desert_outpost.json new file mode 100644 index 0000000..b705712 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/desert_outpost.json @@ -0,0 +1,15 @@ +{ + "name": "ati_structures:desert_outpost", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:empty", + "location": "ati_structures:desert_outpost" + }, + "weight": 1 + } + ] +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/dojo.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/dojo.json new file mode 100644 index 0000000..2c3d469 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/dojo.json @@ -0,0 +1,15 @@ +{ + "name": "ati_structures:dojo", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:mossify_20_percent", + "location": "ati_structures:dojo" + }, + "weight": 1 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/fortified_temple.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/fortified_temple.json new file mode 100644 index 0000000..f6e9148 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/fortified_temple.json @@ -0,0 +1,15 @@ +{ + "name": "ati_structures:fortified_temple", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:empty", + "location": "ati_structures:fortified_temple" + }, + "weight": 1 + } + ] +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/gnome_hut.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/gnome_hut.json new file mode 100644 index 0000000..e9fa521 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/gnome_hut.json @@ -0,0 +1,15 @@ +{ + "name": "ati_structures:gnome_hut", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:empty", + "location": "ati_structures:gnome_hut" + }, + "weight": 1 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/granite_fort.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/granite_fort.json new file mode 100644 index 0000000..ee1deb4 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/granite_fort.json @@ -0,0 +1,15 @@ +{ + "name": "ati_structures:granite_fort", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:mossify_20_percent", + "location": "ati_structures:granite_fort" + }, + "weight": 1 + } + ] +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/haunted_ruin.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/haunted_ruin.json new file mode 100644 index 0000000..5aeb51a --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/haunted_ruin.json @@ -0,0 +1,33 @@ +{ + "name": "ati_structures:haunted_ruin", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:mossify_20_percent", + "location": "ati_structures:haunted_ruin/haunted_ruin" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:mossify_20_percent", + "location": "ati_structures:haunted_ruin/haunted_ruin2" + }, + "weight": 2 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:mossify_20_percent", + "location": "ati_structures:haunted_ruin/haunted_ruin3" + }, + "weight": 2 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/herobrine_stronghold.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/herobrine_stronghold.json new file mode 100644 index 0000000..f53979f --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/herobrine_stronghold.json @@ -0,0 +1,15 @@ +{ + "name": "ati_structures:herobrine_stronghold", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:empty", + "location": "ati_structures:herobrine_stronghold" + }, + "weight": 1 + } + ] +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/ice_tribe.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/ice_tribe.json new file mode 100644 index 0000000..b0be96a --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/ice_tribe.json @@ -0,0 +1,15 @@ +{ + "name": "ati_structures:ice_tribe", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:mossify_20_percent", + "location": "ati_structures:ice_tribe" + }, + "weight": 1 + } + ] +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/jungle_settlement.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/jungle_settlement.json new file mode 100644 index 0000000..8e84d48 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/jungle_settlement.json @@ -0,0 +1,15 @@ +{ + "name": "ati_structures:jungle_settlement", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:empty", + "location": "ati_structures:jungle_settlement" + }, + "weight": 1 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/lighthouse.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/lighthouse.json new file mode 100644 index 0000000..01990fd --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/lighthouse.json @@ -0,0 +1,16 @@ +{ + "name": "ati_structures:lighthouse", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:mossify_20_percent", + "location": "ati_structures:lighthouse" + }, + + "weight": 1 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/manor.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/manor.json new file mode 100644 index 0000000..6218afd --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/manor.json @@ -0,0 +1,15 @@ +{ + "name": "ati_structures:manor", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:empty", + "location": "ati_structures:manor" + }, + "weight": 1 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/marble_chateau.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/marble_chateau.json new file mode 100644 index 0000000..fdf1f06 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/marble_chateau.json @@ -0,0 +1,15 @@ +{ + "name": "ati_structures:marble_chateau", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:empty", + "location": "ati_structures:marble_chateau" + }, + "weight": 1 + } + ] +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/monastery_tower.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/monastery_tower.json new file mode 100644 index 0000000..9b2e81f --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/monastery_tower.json @@ -0,0 +1,15 @@ +{ + "name": "ati_structures:monastery_tower", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:empty", + "location": "ati_structures:monastery_tower" + }, + "weight": 1 + } + ] +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/mosque.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/mosque.json new file mode 100644 index 0000000..2f06c9b --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/mosque.json @@ -0,0 +1,15 @@ +{ + "name": "ati_structures:mosque", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:empty", + "location": "ati_structures:mosque" + }, + "weight": 1 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/nomadic_camp.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/nomadic_camp.json new file mode 100644 index 0000000..e7978dc --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/nomadic_camp.json @@ -0,0 +1,15 @@ +{ + "name": "ati_structures:nomadic_camp", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:mossify_20_percent", + "location": "ati_structures:nomadic_camp" + }, + "weight": 1 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/old_fort.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/old_fort.json new file mode 100644 index 0000000..6f3d92b --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/old_fort.json @@ -0,0 +1,15 @@ +{ + "name": "ati_structures:old_fort", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:mossify_20_percent", + "location": "ati_structures:old_fort" + }, + "weight": 1 + } + ] +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/old_home.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/old_home.json new file mode 100644 index 0000000..4ee0b15 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/old_home.json @@ -0,0 +1,15 @@ +{ + "name": "ati_structures:old_home", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:mossify_20_percent", + "location": "ati_structures:old_home" + }, + "weight": 1 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/quarry.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/quarry.json new file mode 100644 index 0000000..460f393 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/quarry.json @@ -0,0 +1,15 @@ +{ + "name": "ati_structures:quarry", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:empty", + "location": "ati_structures:quarry" + }, + "weight": 1 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/rotten_log.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/rotten_log.json new file mode 100644 index 0000000..d84af82 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/rotten_log.json @@ -0,0 +1,15 @@ +{ + "name": "ati_structures:rotten_log", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:mossify_20_percent", + "location": "ati_structures:rotten_log" + }, + "weight": 1 + } + ] +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/rotting_temple.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/rotting_temple.json new file mode 100644 index 0000000..c552465 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/rotting_temple.json @@ -0,0 +1,15 @@ +{ + "name": "ati_structures:rotting_temple", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:mossify_20_percent", + "location": "ati_structures:rotting_temple" + }, + "weight": 1 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/rotting_temple_underground.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/rotting_temple_underground.json new file mode 100644 index 0000000..b9f6948 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/rotting_temple_underground.json @@ -0,0 +1,15 @@ +{ + "name": "ati_structures:rotting_temple_underground", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:empty", + "location": "ati_structures:rotting_temple_underground" + }, + "weight": 1 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/ruined_castle.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/ruined_castle.json new file mode 100644 index 0000000..353a046 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/ruined_castle.json @@ -0,0 +1,15 @@ +{ + "name": "ati_structures:ruined_castle", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:mossify_10_percent", + "location": "ati_structures:ruined_castle" + }, + "weight": 1 + } + ] +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/sculk_deposit.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/sculk_deposit.json new file mode 100644 index 0000000..36426e5 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/sculk_deposit.json @@ -0,0 +1,15 @@ +{ + "name": "ati_structures:sculk_deposit", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:empty", + "location": "ati_structures:sculk_deposit" + }, + "weight": 1 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/silverfish_nest.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/silverfish_nest.json new file mode 100644 index 0000000..5fe003d --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/silverfish_nest.json @@ -0,0 +1,15 @@ +{ + "name": "ati_structures:silverfish_nest", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:mossify_20_percent", + "location": "ati_structures:silverfish_nest" + }, + "weight": 1 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/sinking_temple.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/sinking_temple.json new file mode 100644 index 0000000..93ccfdd --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/sinking_temple.json @@ -0,0 +1,15 @@ +{ + "name": "ati_structures:sinking_temple", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:mossify_20_percent", + "location": "ati_structures:sinking_temple" + }, + "weight": 1 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/small_keep.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/small_keep.json new file mode 100644 index 0000000..49578e0 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/small_keep.json @@ -0,0 +1,16 @@ +{ + "name": "ati_structures:small_keep", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:empty", + "location": "ati_structures:small_keep" + }, + + "weight": 1 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/spider_nest.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/spider_nest.json new file mode 100644 index 0000000..ee0ec90 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/spider_nest.json @@ -0,0 +1,15 @@ +{ + "name": "ati_structures:spider_nest", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:mossify_20_percent", + "location": "ati_structures:spider_nest" + }, + "weight": 1 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/stray_ruins.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/stray_ruins.json new file mode 100644 index 0000000..eee48b3 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/stray_ruins.json @@ -0,0 +1,15 @@ +{ + "name": "ati_structures:stray_ruins", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:mossify_20_percent", + "location": "ati_structures:stray_ruins" + }, + "weight": 1 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/tavern.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/tavern.json new file mode 100644 index 0000000..d82e104 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/tavern.json @@ -0,0 +1,15 @@ +{ + "name": "ati_structures:tavern", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:empty", + "location": "ati_structures:tavern" + }, + "weight": 1 + } + ] +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/underground_monument.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/underground_monument.json new file mode 100644 index 0000000..377f589 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/underground_monument.json @@ -0,0 +1,15 @@ +{ + "name": "ati_structures:underground_monument", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:mossify_20_percent", + "location": "ati_structures:underground_monument" + }, + "weight": 1 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/underwater_dungeon.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/underwater_dungeon.json new file mode 100644 index 0000000..372de27 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/underwater_dungeon.json @@ -0,0 +1,15 @@ +{ + "name": "ati_structures:underwater_dungeon", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:mossify_20_percent", + "location": "ati_structures:underwater_dungeon" + }, + "weight": 1 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/villager_inn.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/villager_inn.json new file mode 100644 index 0000000..5a854c6 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/villager_inn.json @@ -0,0 +1,15 @@ +{ + "name": "ati_structures:villager_inn", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:mossify_20_percent", + "location": "ati_structures:villager_inn" + }, + "weight": 1 + } + ] +} diff --git a/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/woodland_keep.json b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/woodland_keep.json new file mode 100644 index 0000000..cf9ba02 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/woodland_keep.json @@ -0,0 +1,15 @@ +{ + "name": "ati_structures:woodland_keep", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "minecraft:mossify_20_percent", + "location": "ati_structures:woodland_keep" + }, + "weight": 1 + } + ] +} diff --git a/global_packs/required_data/Star Academy/data/betterdeserttemples/loot_tables/chests/food_storage.json b/global_packs/required_data/Star Academy/data/betterdeserttemples/loot_tables/chests/food_storage.json new file mode 100644 index 0000000..92dffe4 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/betterdeserttemples/loot_tables/chests/food_storage.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/betterdeserttemples/loot_tables/chests/lab.json b/global_packs/required_data/Star Academy/data/betterdeserttemples/loot_tables/chests/lab.json new file mode 100644 index 0000000..d705cf6 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/betterdeserttemples/loot_tables/chests/lab.json @@ -0,0 +1,216 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_m", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier2", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/betterdeserttemples/loot_tables/chests/library.json b/global_packs/required_data/Star Academy/data/betterdeserttemples/loot_tables/chests/library.json new file mode 100644 index 0000000..888fe5a --- /dev/null +++ b/global_packs/required_data/Star Academy/data/betterdeserttemples/loot_tables/chests/library.json @@ -0,0 +1,138 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 20 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 2 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 0.0 + } + } + ], + "random_sequence": "minecraft:chests/stronghold_library" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/betterdeserttemples/loot_tables/chests/pharaoh_hidden.json b/global_packs/required_data/Star Academy/data/betterdeserttemples/loot_tables/chests/pharaoh_hidden.json new file mode 100644 index 0000000..5d1f1e5 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/betterdeserttemples/loot_tables/chests/pharaoh_hidden.json @@ -0,0 +1,284 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier3" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier3" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 50, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier3" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier2" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:gender_swapper" + }, + { + "type": "minecraft:item", + "weight": 50, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:level_random" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:iv_random" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_ball_loot", + "weight": 29 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/vitamin_loot", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + }, + { + "type": "minecraft:item", + "name": "cobblemon:max_revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/held_item_1_loot", + "weight": 40 + }, + { + "type": "minecraft:item", + "name": "cobblemon:auspicious_armor" + }, + { + "type": "minecraft:item", + "name": "cobblemon:malicious_armor" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/bastion_treasure" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/betterdeserttemples/loot_tables/chests/pot.json b/global_packs/required_data/Star Academy/data/betterdeserttemples/loot_tables/chests/pot.json new file mode 100644 index 0000000..92dffe4 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/betterdeserttemples/loot_tables/chests/pot.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/betterdeserttemples/loot_tables/chests/statue.json b/global_packs/required_data/Star Academy/data/betterdeserttemples/loot_tables/chests/statue.json new file mode 100644 index 0000000..92dffe4 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/betterdeserttemples/loot_tables/chests/statue.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/betterdeserttemples/loot_tables/chests/storage.json b/global_packs/required_data/Star Academy/data/betterdeserttemples/loot_tables/chests/storage.json new file mode 100644 index 0000000..0608a78 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/betterdeserttemples/loot_tables/chests/storage.json @@ -0,0 +1,58 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier0" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "rolls": { + "type": "minecraft:uniform", + "min": 0, + "max": 2 + }, + "bonus_rolls": 0, + "entries": [ + { + "type": "minecraft:item", + "weight": 5, + "name": "cobblemon:exp_candy_xs", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1, + "max": 12 + } + } + ] + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1, + "max": 3 + } + } + ] + } + ] + } + ] + } + \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/betterdeserttemples/loot_tables/chests/tomb.json b/global_packs/required_data/Star Academy/data/betterdeserttemples/loot_tables/chests/tomb.json new file mode 100644 index 0000000..d705cf6 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/betterdeserttemples/loot_tables/chests/tomb.json @@ -0,0 +1,216 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_m", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier2", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/betterdeserttemples/loot_tables/chests/tomb_pharaoh.json b/global_packs/required_data/Star Academy/data/betterdeserttemples/loot_tables/chests/tomb_pharaoh.json new file mode 100644 index 0000000..e68f886 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/betterdeserttemples/loot_tables/chests/tomb_pharaoh.json @@ -0,0 +1,284 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier3" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier3" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 50, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier3" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier2" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:gender_swapper" + }, + { + "type": "minecraft:item", + "weight": 50, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:iv_random" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:level_random" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_ball_loot", + "weight": 29 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/vitamin_loot", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + }, + { + "type": "minecraft:item", + "name": "cobblemon:max_revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/held_item_1_loot", + "weight": 40 + }, + { + "type": "minecraft:item", + "name": "cobblemon:auspicious_armor" + }, + { + "type": "minecraft:item", + "name": "cobblemon:malicious_armor" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/bastion_treasure" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/betterdeserttemples/loot_tables/chests/wardrobe.json b/global_packs/required_data/Star Academy/data/betterdeserttemples/loot_tables/chests/wardrobe.json new file mode 100644 index 0000000..92dffe4 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/betterdeserttemples/loot_tables/chests/wardrobe.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/betterfortresses/loot_tables/chests/beacon.json b/global_packs/required_data/Star Academy/data/betterfortresses/loot_tables/chests/beacon.json new file mode 100644 index 0000000..67bfa97 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/betterfortresses/loot_tables/chests/beacon.json @@ -0,0 +1,208 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 20 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/stronghold_crossing" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/betterfortresses/loot_tables/chests/extra.json b/global_packs/required_data/Star Academy/data/betterfortresses/loot_tables/chests/extra.json new file mode 100644 index 0000000..66fe75d --- /dev/null +++ b/global_packs/required_data/Star Academy/data/betterfortresses/loot_tables/chests/extra.json @@ -0,0 +1,232 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_ball_loot", + "weight": 29 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier2", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/held_item_1_loot", + "weight": 18 + }, + { + "type": "minecraft:item", + "name": "cobblemon:auspicious_armor" + }, + { + "type": "minecraft:item", + "name": "cobblemon:malicious_armor" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 0.0 + } + } + ], + "random_sequence": "minecraft:chests/bastion_other" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/betterfortresses/loot_tables/chests/hall.json b/global_packs/required_data/Star Academy/data/betterfortresses/loot_tables/chests/hall.json new file mode 100644 index 0000000..2759bf5 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/betterfortresses/loot_tables/chests/hall.json @@ -0,0 +1,226 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier2", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:super_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:empty", + "weight": 2 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/evo_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 0.0 + } + } + ], + "random_sequence": "minecraft:chests/nether_bridge" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/betterfortresses/loot_tables/chests/keep.json b/global_packs/required_data/Star Academy/data/betterfortresses/loot_tables/chests/keep.json new file mode 100644 index 0000000..0608a78 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/betterfortresses/loot_tables/chests/keep.json @@ -0,0 +1,58 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier0" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "rolls": { + "type": "minecraft:uniform", + "min": 0, + "max": 2 + }, + "bonus_rolls": 0, + "entries": [ + { + "type": "minecraft:item", + "weight": 5, + "name": "cobblemon:exp_candy_xs", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1, + "max": 12 + } + } + ] + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1, + "max": 3 + } + } + ] + } + ] + } + ] + } + \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/betterfortresses/loot_tables/chests/obsidian.json b/global_packs/required_data/Star Academy/data/betterfortresses/loot_tables/chests/obsidian.json new file mode 100644 index 0000000..2759bf5 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/betterfortresses/loot_tables/chests/obsidian.json @@ -0,0 +1,226 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier2", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:super_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:empty", + "weight": 2 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/evo_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 0.0 + } + } + ], + "random_sequence": "minecraft:chests/nether_bridge" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/betterfortresses/loot_tables/chests/puzzle.json b/global_packs/required_data/Star Academy/data/betterfortresses/loot_tables/chests/puzzle.json new file mode 100644 index 0000000..e68f886 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/betterfortresses/loot_tables/chests/puzzle.json @@ -0,0 +1,284 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier3" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier3" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 50, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier3" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier2" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:gender_swapper" + }, + { + "type": "minecraft:item", + "weight": 50, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:iv_random" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:level_random" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_ball_loot", + "weight": 29 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/vitamin_loot", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + }, + { + "type": "minecraft:item", + "name": "cobblemon:max_revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/held_item_1_loot", + "weight": 40 + }, + { + "type": "minecraft:item", + "name": "cobblemon:auspicious_armor" + }, + { + "type": "minecraft:item", + "name": "cobblemon:malicious_armor" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/bastion_treasure" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/betterfortresses/loot_tables/chests/quarters.json b/global_packs/required_data/Star Academy/data/betterfortresses/loot_tables/chests/quarters.json new file mode 100644 index 0000000..2759bf5 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/betterfortresses/loot_tables/chests/quarters.json @@ -0,0 +1,226 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier2", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:super_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:empty", + "weight": 2 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/evo_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 0.0 + } + } + ], + "random_sequence": "minecraft:chests/nether_bridge" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/betterfortresses/loot_tables/chests/storage.json b/global_packs/required_data/Star Academy/data/betterfortresses/loot_tables/chests/storage.json new file mode 100644 index 0000000..0608a78 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/betterfortresses/loot_tables/chests/storage.json @@ -0,0 +1,58 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier0" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "rolls": { + "type": "minecraft:uniform", + "min": 0, + "max": 2 + }, + "bonus_rolls": 0, + "entries": [ + { + "type": "minecraft:item", + "weight": 5, + "name": "cobblemon:exp_candy_xs", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1, + "max": 12 + } + } + ] + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1, + "max": 3 + } + } + ] + } + ] + } + ] + } + \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/betterfortresses/loot_tables/chests/worship.json b/global_packs/required_data/Star Academy/data/betterfortresses/loot_tables/chests/worship.json new file mode 100644 index 0000000..6a1ce24 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/betterfortresses/loot_tables/chests/worship.json @@ -0,0 +1,274 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier3" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier3" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 50, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier3" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier2" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:gender_swapper" + }, + { + "type": "minecraft:item", + "weight": 50, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:iv_random" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:level_random" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/vitamin_loot", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:super_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:empty", + "weight": 2 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/evo_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 0.0 + } + } + ], + "random_sequence": "minecraft:chests/nether_bridge" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/betterjungletemples/loot_tables/chests/campsite.json b/global_packs/required_data/Star Academy/data/betterjungletemples/loot_tables/chests/campsite.json new file mode 100644 index 0000000..92dffe4 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/betterjungletemples/loot_tables/chests/campsite.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/betterjungletemples/loot_tables/chests/treasure.json b/global_packs/required_data/Star Academy/data/betterjungletemples/loot_tables/chests/treasure.json new file mode 100644 index 0000000..8ee0e29 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/betterjungletemples/loot_tables/chests/treasure.json @@ -0,0 +1,300 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier4" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier4" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier4" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier3" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:shiny_swapper" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:gender_swapper" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:iv_random" + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:level_random" + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_ball_loot", + "weight": 29 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_l", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/vitamin_loot", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + }, + { + "type": "minecraft:item", + "name": "cobblemon:max_revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/held_item_1_loot", + "weight": 40 + }, + { + "type": "minecraft:item", + "name": "cobblemon:auspicious_armor" + }, + { + "type": "minecraft:item", + "name": "cobblemon:malicious_armor" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/bastion_treasure" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/betteroceanmonuments/loot_tables/chests/upper_side_chamber.json b/global_packs/required_data/Star Academy/data/betteroceanmonuments/loot_tables/chests/upper_side_chamber.json new file mode 100644 index 0000000..d73564b --- /dev/null +++ b/global_packs/required_data/Star Academy/data/betteroceanmonuments/loot_tables/chests/upper_side_chamber.json @@ -0,0 +1,265 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier3" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier3" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 50, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier3" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier2" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:gender_swapper" + }, + { + "type": "minecraft:item", + "weight": 50, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:iv_random" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:level_random" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_ball_loot", + "weight": 29 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/vitamin_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:max_revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/held_item_2_loot", + "weight": 2 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/held_item_1_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 0.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:empty", + "weight": 20 + }, + { + "type": "minecraft:item", + "name": "cobblemon:master_ball" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "minecraft:chests/end_city_treasure" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/betterstrongholds/loot_tables/chests/armoury.json b/global_packs/required_data/Star Academy/data/betterstrongholds/loot_tables/chests/armoury.json new file mode 100644 index 0000000..66fe75d --- /dev/null +++ b/global_packs/required_data/Star Academy/data/betterstrongholds/loot_tables/chests/armoury.json @@ -0,0 +1,232 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_ball_loot", + "weight": 29 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier2", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/held_item_1_loot", + "weight": 18 + }, + { + "type": "minecraft:item", + "name": "cobblemon:auspicious_armor" + }, + { + "type": "minecraft:item", + "name": "cobblemon:malicious_armor" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 0.0 + } + } + ], + "random_sequence": "minecraft:chests/bastion_other" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/betterstrongholds/loot_tables/chests/cmd_yung.json b/global_packs/required_data/Star Academy/data/betterstrongholds/loot_tables/chests/cmd_yung.json new file mode 100644 index 0000000..f1d3c06 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/betterstrongholds/loot_tables/chests/cmd_yung.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier0" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/betterstrongholds/loot_tables/chests/common.json b/global_packs/required_data/Star Academy/data/betterstrongholds/loot_tables/chests/common.json new file mode 100644 index 0000000..0608a78 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/betterstrongholds/loot_tables/chests/common.json @@ -0,0 +1,58 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier0" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "rolls": { + "type": "minecraft:uniform", + "min": 0, + "max": 2 + }, + "bonus_rolls": 0, + "entries": [ + { + "type": "minecraft:item", + "weight": 5, + "name": "cobblemon:exp_candy_xs", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1, + "max": 12 + } + } + ] + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1, + "max": 3 + } + } + ] + } + ] + } + ] + } + \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/betterstrongholds/loot_tables/chests/crypt.json b/global_packs/required_data/Star Academy/data/betterstrongholds/loot_tables/chests/crypt.json new file mode 100644 index 0000000..66fe75d --- /dev/null +++ b/global_packs/required_data/Star Academy/data/betterstrongholds/loot_tables/chests/crypt.json @@ -0,0 +1,232 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_ball_loot", + "weight": 29 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier2", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/held_item_1_loot", + "weight": 18 + }, + { + "type": "minecraft:item", + "name": "cobblemon:auspicious_armor" + }, + { + "type": "minecraft:item", + "name": "cobblemon:malicious_armor" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 0.0 + } + } + ], + "random_sequence": "minecraft:chests/bastion_other" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/betterstrongholds/loot_tables/chests/grand_library.json b/global_packs/required_data/Star Academy/data/betterstrongholds/loot_tables/chests/grand_library.json new file mode 100644 index 0000000..d705cf6 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/betterstrongholds/loot_tables/chests/grand_library.json @@ -0,0 +1,216 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_m", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier2", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/betterstrongholds/loot_tables/chests/library_md.json b/global_packs/required_data/Star Academy/data/betterstrongholds/loot_tables/chests/library_md.json new file mode 100644 index 0000000..d705cf6 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/betterstrongholds/loot_tables/chests/library_md.json @@ -0,0 +1,216 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_m", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier2", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/betterstrongholds/loot_tables/chests/mess.json b/global_packs/required_data/Star Academy/data/betterstrongholds/loot_tables/chests/mess.json new file mode 100644 index 0000000..d705cf6 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/betterstrongholds/loot_tables/chests/mess.json @@ -0,0 +1,216 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_m", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier2", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/betterstrongholds/loot_tables/chests/prison_lg.json b/global_packs/required_data/Star Academy/data/betterstrongholds/loot_tables/chests/prison_lg.json new file mode 100644 index 0000000..829c46e --- /dev/null +++ b/global_packs/required_data/Star Academy/data/betterstrongholds/loot_tables/chests/prison_lg.json @@ -0,0 +1,280 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier3" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier3" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 50, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier3" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier2" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:gender_swapper" + }, + { + "type": "minecraft:item", + "weight": 50, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:iv_random" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:level_random" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_ball_loot", + "weight": 29 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/vitamin_loot", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/held_item_1_loot", + "weight": 18 + }, + { + "type": "minecraft:item", + "name": "cobblemon:auspicious_armor" + }, + { + "type": "minecraft:item", + "name": "cobblemon:malicious_armor" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 0.0 + } + } + ], + "random_sequence": "minecraft:chests/bastion_other" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/betterstrongholds/loot_tables/chests/trap.json b/global_packs/required_data/Star Academy/data/betterstrongholds/loot_tables/chests/trap.json new file mode 100644 index 0000000..e68f886 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/betterstrongholds/loot_tables/chests/trap.json @@ -0,0 +1,284 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier3" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier3" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 50, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier3" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier2" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:gender_swapper" + }, + { + "type": "minecraft:item", + "weight": 50, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:iv_random" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:level_random" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_ball_loot", + "weight": 29 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/vitamin_loot", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + }, + { + "type": "minecraft:item", + "name": "cobblemon:max_revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/held_item_1_loot", + "weight": 40 + }, + { + "type": "minecraft:item", + "name": "cobblemon:auspicious_armor" + }, + { + "type": "minecraft:item", + "name": "cobblemon:malicious_armor" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/bastion_treasure" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/betterstrongholds/loot_tables/chests/treasure.json b/global_packs/required_data/Star Academy/data/betterstrongholds/loot_tables/chests/treasure.json new file mode 100644 index 0000000..8ee0e29 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/betterstrongholds/loot_tables/chests/treasure.json @@ -0,0 +1,300 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier4" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier4" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier4" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier3" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:shiny_swapper" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:gender_swapper" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:iv_random" + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:level_random" + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_ball_loot", + "weight": 29 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_l", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/vitamin_loot", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + }, + { + "type": "minecraft:item", + "name": "cobblemon:max_revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/held_item_1_loot", + "weight": 40 + }, + { + "type": "minecraft:item", + "name": "cobblemon:auspicious_armor" + }, + { + "type": "minecraft:item", + "name": "cobblemon:malicious_armor" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/bastion_treasure" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/betterwitchhuts/loot_tables/chests/hut_0.json b/global_packs/required_data/Star Academy/data/betterwitchhuts/loot_tables/chests/hut_0.json new file mode 100644 index 0000000..1077301 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/betterwitchhuts/loot_tables/chests/hut_0.json @@ -0,0 +1,172 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_xs", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:super_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/jungle_temple" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/biomeswevegone/loot_tables/chests/village/forgotten/armorer.json b/global_packs/required_data/Star Academy/data/biomeswevegone/loot_tables/chests/village/forgotten/armorer.json new file mode 100644 index 0000000..1077301 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/biomeswevegone/loot_tables/chests/village/forgotten/armorer.json @@ -0,0 +1,172 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_xs", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:super_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/jungle_temple" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/biomeswevegone/loot_tables/chests/village/forgotten/cartographer.json b/global_packs/required_data/Star Academy/data/biomeswevegone/loot_tables/chests/village/forgotten/cartographer.json new file mode 100644 index 0000000..1077301 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/biomeswevegone/loot_tables/chests/village/forgotten/cartographer.json @@ -0,0 +1,172 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_xs", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:super_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/jungle_temple" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/biomeswevegone/loot_tables/chests/village/forgotten/house.json b/global_packs/required_data/Star Academy/data/biomeswevegone/loot_tables/chests/village/forgotten/house.json new file mode 100644 index 0000000..1077301 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/biomeswevegone/loot_tables/chests/village/forgotten/house.json @@ -0,0 +1,172 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_xs", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:super_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/jungle_temple" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/biomeswevegone/loot_tables/chests/village/forgotten/temple.json b/global_packs/required_data/Star Academy/data/biomeswevegone/loot_tables/chests/village/forgotten/temple.json new file mode 100644 index 0000000..1077301 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/biomeswevegone/loot_tables/chests/village/forgotten/temple.json @@ -0,0 +1,172 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_xs", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:super_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/jungle_temple" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/biomeswevegone/loot_tables/chests/village/pumpkin_patch/house.json b/global_packs/required_data/Star Academy/data/biomeswevegone/loot_tables/chests/village/pumpkin_patch/house.json new file mode 100644 index 0000000..1077301 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/biomeswevegone/loot_tables/chests/village/pumpkin_patch/house.json @@ -0,0 +1,172 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_xs", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:super_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/jungle_temple" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/biomeswevegone/loot_tables/chests/village/red_rock/cleric.json b/global_packs/required_data/Star Academy/data/biomeswevegone/loot_tables/chests/village/red_rock/cleric.json new file mode 100644 index 0000000..1077301 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/biomeswevegone/loot_tables/chests/village/red_rock/cleric.json @@ -0,0 +1,172 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_xs", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:super_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/jungle_temple" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/biomeswevegone/loot_tables/chests/village/red_rock/house.json b/global_packs/required_data/Star Academy/data/biomeswevegone/loot_tables/chests/village/red_rock/house.json new file mode 100644 index 0000000..1077301 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/biomeswevegone/loot_tables/chests/village/red_rock/house.json @@ -0,0 +1,172 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_xs", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:super_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/jungle_temple" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/biomeswevegone/loot_tables/chests/village/red_rock/market.json b/global_packs/required_data/Star Academy/data/biomeswevegone/loot_tables/chests/village/red_rock/market.json new file mode 100644 index 0000000..1077301 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/biomeswevegone/loot_tables/chests/village/red_rock/market.json @@ -0,0 +1,172 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_xs", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:super_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/jungle_temple" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/biomeswevegone/loot_tables/chests/village/red_rock/mason.json b/global_packs/required_data/Star Academy/data/biomeswevegone/loot_tables/chests/village/red_rock/mason.json new file mode 100644 index 0000000..1077301 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/biomeswevegone/loot_tables/chests/village/red_rock/mason.json @@ -0,0 +1,172 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_xs", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:super_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/jungle_temple" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/biomeswevegone/loot_tables/chests/village/salem/animal_pen.json b/global_packs/required_data/Star Academy/data/biomeswevegone/loot_tables/chests/village/salem/animal_pen.json new file mode 100644 index 0000000..1077301 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/biomeswevegone/loot_tables/chests/village/salem/animal_pen.json @@ -0,0 +1,172 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_xs", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:super_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/jungle_temple" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/biomeswevegone/loot_tables/chests/village/salem/forager.json b/global_packs/required_data/Star Academy/data/biomeswevegone/loot_tables/chests/village/salem/forager.json new file mode 100644 index 0000000..1077301 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/biomeswevegone/loot_tables/chests/village/salem/forager.json @@ -0,0 +1,172 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_xs", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:super_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/jungle_temple" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/biomeswevegone/loot_tables/chests/village/salem/house.json b/global_packs/required_data/Star Academy/data/biomeswevegone/loot_tables/chests/village/salem/house.json new file mode 100644 index 0000000..1077301 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/biomeswevegone/loot_tables/chests/village/salem/house.json @@ -0,0 +1,172 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_xs", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:super_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/jungle_temple" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/biomeswevegone/loot_tables/chests/village/salem/temple.json b/global_packs/required_data/Star Academy/data/biomeswevegone/loot_tables/chests/village/salem/temple.json new file mode 100644 index 0000000..1077301 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/biomeswevegone/loot_tables/chests/village/salem/temple.json @@ -0,0 +1,172 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_xs", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:super_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/jungle_temple" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/biomeswevegone/loot_tables/chests/village/skyris/house.json b/global_packs/required_data/Star Academy/data/biomeswevegone/loot_tables/chests/village/skyris/house.json new file mode 100644 index 0000000..1077301 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/biomeswevegone/loot_tables/chests/village/skyris/house.json @@ -0,0 +1,172 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_xs", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:super_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/jungle_temple" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/biomeswevegone/loot_tables/chests/village/skyris/library.json b/global_packs/required_data/Star Academy/data/biomeswevegone/loot_tables/chests/village/skyris/library.json new file mode 100644 index 0000000..1077301 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/biomeswevegone/loot_tables/chests/village/skyris/library.json @@ -0,0 +1,172 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_xs", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:super_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/jungle_temple" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/cobblemon/fossils/hiddenability.json b/global_packs/required_data/Star Academy/data/cobblemon/fossils/hiddenability.json new file mode 100644 index 0000000..9e74520 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/cobblemon/fossils/hiddenability.json @@ -0,0 +1,6 @@ +{ + "result": "random hiddenability", + "fossils": [ + "kubejs:hafossil" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/cobblemon/fossils/maxivs.json b/global_packs/required_data/Star Academy/data/cobblemon/fossils/maxivs.json new file mode 100644 index 0000000..97b94d9 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/cobblemon/fossils/maxivs.json @@ -0,0 +1,6 @@ +{ + "result": "random hp_iv=31 attack_iv=31 defence_iv=31 special_attack_iv=31 special_defence_iv=31 speed_iv=31", + "fossils": [ + "kubejs:maxivfossil" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/cobblemon/fossils/shiny.json b/global_packs/required_data/Star Academy/data/cobblemon/fossils/shiny.json new file mode 100644 index 0000000..3ff83a8 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/cobblemon/fossils/shiny.json @@ -0,0 +1,6 @@ +{ + "result": "random shiny=yes", + "fossils": [ + "kubejs:shinyfossil" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/cobblemon/spawn_pool_world/0025_pikachu.json b/global_packs/required_data/Star Academy/data/cobblemon/spawn_pool_world/0025_pikachu.json new file mode 100644 index 0000000..4ed310e --- /dev/null +++ b/global_packs/required_data/Star Academy/data/cobblemon/spawn_pool_world/0025_pikachu.json @@ -0,0 +1,68 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "pikachu-1", + "pokemon": "pikachu", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "16-32", + "weight": 0.54, + "weightMultiplier": { + "multiplier": 5.0, + "condition": { + "isThundering": true + } + }, + "condition": { + "minSkyLight": 8, + "maxSkyLight": 15, + "biomes": [ + "#cobblemon:is_forest" + ] + }, + "anticondition": { + "biomes": [ + "#cobblemon:is_spooky" + ] + } + }, + { + "id": "pikachu-alola-2", + "pokemon": "pikachu region_bias=alola", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "16-32", + "weight": 1.8, + "weightMultiplier": { + "multiplier": 5.0, + "condition": { + "isThundering": true + } + }, + "condition": { + "minSkyLight": 8, + "maxSkyLight": 15, + "biomes": [ + "#cobblemon:is_beach", + "#cobblemon:is_tropical_island" + ] + }, + "anticondition": { + "biomes": [ + "#cobblemon:is_freezing" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/cobblemon/spawn_pool_world/safari/cafe.json b/global_packs/required_data/Star Academy/data/cobblemon/spawn_pool_world/safari/cafe.json new file mode 100644 index 0000000..7883b49 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/cobblemon/spawn_pool_world/safari/cafe.json @@ -0,0 +1,83 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "cafe_fuecoco", + "pokemon": "cafe_fuecoco", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 0.3, + "condition": { + "minSkyLight": 0, + "maxSkyLight": 15, + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "cafe_litten", + "pokemon": "cafe_litten", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 0.3, + "condition": { + "minSkyLight": 0, + "maxSkyLight": 15, + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "cafe_raichu_alolan", + "pokemon": "cafe_raichu_alolan", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 0.3, + "condition": { + "minSkyLight": 0, + "maxSkyLight": 15, + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "cafe_sprigatito", + "pokemon": "cafe_sprigatito", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 0.3, + "condition": { + "minSkyLight": 0, + "maxSkyLight": 15, + "biomes": [ + "solara_dimension:solara" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/cobblemon/spawn_pool_world/safari/common.json b/global_packs/required_data/Star Academy/data/cobblemon/spawn_pool_world/safari/common.json new file mode 100644 index 0000000..91892fe --- /dev/null +++ b/global_packs/required_data/Star Academy/data/cobblemon/spawn_pool_world/safari/common.json @@ -0,0 +1,1097 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "clefairy-1", + "pokemon": "clefairy", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 8.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "jigglypuff-1", + "pokemon": "jigglypuff", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 7.6, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "marill-1", + "pokemon": "marill", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 9.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "hoppip-1", + "pokemon": "hoppip", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 8.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "skiploom-1", + "pokemon": "skiploom", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 9.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "wooper-1", + "pokemon": "wooper", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 6.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "rattata-1", + "pokemon": "rattata", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 9.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "raticate-1", + "pokemon": "raticate", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 1.8, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "stantler-1", + "pokemon": "stantler", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 7.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "fearow-1", + "pokemon": "fearow", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 9.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "sandshrew-1", + "pokemon": "sandshrew", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 9.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "sandslash-1", + "pokemon": "sandslash", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 1.8, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "cubone-1", + "pokemon": "cubone", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 7.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "marowak-1", + "pokemon": "marowak", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 1.8, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "geodude-1", + "pokemon": "geodude", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 7.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "graveler-1", + "pokemon": "graveler", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 1.8, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "magnemite-1", + "pokemon": "magnemite", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 8.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "magneton-1", + "pokemon": "magneton", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 1.8, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "pidgey-1", + "pokemon": "pidgey", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 10.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "bellsprout-1", + "pokemon": "bellsprout", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 8.4, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "gastly-1", + "pokemon": "gastly", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 6.0, + "condition": { + "timeRange": "night", + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "haunter-1", + "pokemon": "1.8", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 1.4, + "condition": { + "timeRange": "night", + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "misdreavus-1", + "pokemon": "misdreavus", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 6.0, + "condition": { + "timeRange": "night", + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "jigglypuff-1", + "pokemon": "jigglypuff", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 7.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "paras-1", + "pokemon": "paras", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 10.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "drowzee-1", + "pokemon": "drowzee", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 8.0, + "condition": { + "timeRange": "night", + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "hypno-1", + "pokemon": "hypno", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 1.6, + "condition": { + "timeRange": "night", + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "sentret-1", + "pokemon": "sentret", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 8.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "murkrow-1", + "pokemon": "murkrow", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 9.0, + "condition": { + "timeRange": "night", + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "ekans-1", + "pokemon": "ekans", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 9.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "arbok-1", + "pokemon": "arbok", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 1.8, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "oddish-1", + "pokemon": "oddish", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 9.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "gloom-1", + "pokemon": "gloom", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 1.6, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "grimer-1", + "pokemon": "grimer", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 8.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "koffing-1", + "pokemon": "koffing", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 8.0, + "condition": { + "timeRange": "night", + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "weezing-1", + "pokemon": "weezing", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 1.4, + "condition": { + "timeRange": "night", + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "wooper-1", + "pokemon": "wooper", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 8.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "zubat-1", + "pokemon": "zubat", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 9.0, + "condition": { + "timeRange": "night", + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "golbat-1", + "pokemon": "golbat", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 1.2, + "condition": { + "timeRange": "night", + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "lickitung-1", + "pokemon": "lickitung", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 7.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "slowpoke-1", + "pokemon": "slowpoke", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 8.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "slowbro-1", + "pokemon": "slowbro", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 1.4, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "doduo-1", + "pokemon": "doduo", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 8.6, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "krabby-1", + "pokemon": "krabby", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 9.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ], + "neededNearbyBlocks": [ + "minecraft:water" + ] + } + }, + { + "id": "machop-1", + "pokemon": "machop", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 8.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "machoke-1", + "pokemon": "machoke", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 1.6, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "nidoranm-1", + "pokemon": "nidoran", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 9.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "nidorino-1", + "pokemon": "nidorina", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 1.8, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "nidoranf-1", + "pokemon": "nidoranf", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 9.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "nidorina-1", + "pokemon": "nidorina", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 1.8, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "rhyhorn-1", + "pokemon": "rhyhorn", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 8.6, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "tauros-1", + "pokemon": "tauros", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 7.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "spearow-1", + "pokemon": "spearow", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 9.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "psyduck-1", + "pokemon": "psyduck", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 9.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ], + "neededNearbyBlocks": [ + "minecraft:water" + ] + } + }, + { + "id": "golduck-1", + "pokemon": "golduck", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 1.8, + "condition": { + "biomes": [ + "solara_dimension:solara" + ], + "neededNearbyBlocks": [ + "minecraft:water" + ] + } + }, + { + "id": "magikarp-1", + "pokemon": "magikarp", + "presets": [ + "water_surface" + ], + "type": "pokemon", + "context": "surface", + "bucket": "common", + "level": "1-1", + "weight": 9.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "magikarp-1", + "pokemon": "magikarp", + "presets": [ + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "common", + "level": "1-1", + "weight": 9.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "gyarados-1", + "pokemon": "gyarados", + "presets": [ + "water_surface" + ], + "type": "pokemon", + "context": "surface", + "bucket": "common", + "level": "1-1", + "weight": 0.3, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "gyarados-1", + "pokemon": "gyarados", + "presets": [ + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "common", + "level": "1-1", + "weight": 0.3, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "nuzleaf-1", + "pokemon": "nuzleaf", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 9.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "shiftry-1", + "pokemon": "shiftry", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 2.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "wooper-paldean-7", + "pokemon": "wooper paldean", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 8.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "clodsire-1", + "pokemon": "clodsire", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-1", + "weight": 2.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/cobblemon/spawn_pool_world/safari/enhanced_celestials.json b/global_packs/required_data/Star Academy/data/cobblemon/spawn_pool_world/safari/enhanced_celestials.json new file mode 100644 index 0000000..89fdcc9 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/cobblemon/spawn_pool_world/safari/enhanced_celestials.json @@ -0,0 +1,67 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "eevee_umbreon_super_blood_moon", + "pokemon": "umbreon blood_moon", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 0.9, + "condition": { + "minSkyLight": 0, + "maxSkyLight": 15, + "timeRange": "night", + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "eevee_flareon_super_blue_moon", + "pokemon": "flareon blue_moon", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 0.9, + "condition": { + "minSkyLight": 0, + "maxSkyLight": 15, + "timeRange": "night", + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "eevee_leafeon_super_harvest_moon", + "pokemon": "leafeon harvest_moon", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 0.9, + "condition": { + "minSkyLight": 0, + "maxSkyLight": 15, + "timeRange": "night", + "biomes": [ + "solara_dimension:solara" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/cobblemon/spawn_pool_world/safari/rare.json b/global_packs/required_data/Star Academy/data/cobblemon/spawn_pool_world/safari/rare.json new file mode 100644 index 0000000..2d95a9a --- /dev/null +++ b/global_packs/required_data/Star Academy/data/cobblemon/spawn_pool_world/safari/rare.json @@ -0,0 +1,843 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "ditto-1", + "pokemon": "ditto", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 10.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "bulbasaur-1", + "pokemon": "bulbasaur", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 6.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "charmander-1", + "pokemon": "charmander", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 6.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "squirtle-1", + "pokemon": "squirtle", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 6.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "chikorita-1", + "pokemon": "chikorita", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 6.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "cynadquil-1", + "pokemon": "cynadquil", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 6.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "totodile-1", + "pokemon": "totodile", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 6.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "treecko-1", + "pokemon": "treeko", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 6.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "torchic-1", + "pokemon": "torchic", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 6.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "mudkip-1", + "pokemon": "mudkip", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 6.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "turtwig-1", + "pokemon": "turtwig", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 6.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "chimchar-1", + "pokemon": "chimchar", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 6.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "piplup-1", + "pokemon": "piplup", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 6.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "snivy-1", + "pokemon": "snivy", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 6.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "tepig-1", + "pokemon": "tepig", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 6.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "oshawott-1", + "pokemon": "oshawott", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 6.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "chespin-1", + "pokemon": "chespin", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 6.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "fennekin-1", + "pokemon": "fennekin", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 6.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "froakie-1", + "pokemon": "froakie", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 6.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "rowlet-1", + "pokemon": "rowlet", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 6.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "litten-1", + "pokemon": "litten", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 6.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "popplio-1", + "pokemon": "popplio", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 6.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "grookey-1", + "pokemon": "grookey", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 6.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "scorbunny-1", + "pokemon": "scorbunny", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 6.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "sobble-1", + "pokemon": "sobble", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 6.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "sprigatito-1", + "pokemon": "sprigatito", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 6.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "eevee-1", + "pokemon": "eevee", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 7.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "vaporeon-1", + "pokemon": "vaporeon", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 0.6, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "jolteon-1", + "pokemon": "jolteon", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 0.6, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "flareon-1", + "pokemon": "flareon", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 0.6, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "espeon-1", + "pokemon": "espeon", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 0.6, + "condition": { + "timeRange": "day", + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "umbreon-1", + "pokemon": "umbreon", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 0.6, + "condition": { + "timeRange": "night", + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "leafeon-1", + "pokemon": "leafeon", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 0.6, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "glaceon-1", + "pokemon": "glaceon", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 0.6, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "sylveon-1", + "pokemon": "sylveon", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 0.6, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "kangaskhan-1", + "pokemon": "kangaskhan", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 9.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "scyther-1", + "pokemon": "scyther", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 9.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "munchlax-1", + "pokemon": "munchlax", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 9.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "snorlax-1", + "pokemon": "snorlax", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 1.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "dratini-1", + "pokemon": "dratini", + "presets": [ + "water_surface" + ], + "type": "pokemon", + "context": "surface", + "bucket": "rare", + "level": "1-1", + "weight": 3.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "dratini-2", + "pokemon": "dratini", + "presets": [ + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "rare", + "level": "1-1", + "weight": 3.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "dragonair-1", + "pokemon": "dragonair", + "presets": [ + "water_surface" + ], + "type": "pokemon", + "context": "surface", + "bucket": "rare", + "level": "1-1", + "weight": 0.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "dragonair-2", + "pokemon": "dragonair", + "presets": [ + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "rare", + "level": "1-1", + "weight": 0.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "aerodactyl-1", + "pokemon": "aerodactyl", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 0.1, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "pichu-1", + "pokemon": "pichu", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 3.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "pikachu-1", + "pokemon": "pikachu", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 1.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "dhelmise-1", + "pokemon": "dhelmise", + "presets": [ + "water_surface" + ], + "type": "pokemon", + "context": "surface", + "bucket": "rare", + "level": "1-1", + "weight": 3.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "dhelmise-2", + "pokemon": "dhelmise", + "presets": [ + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "rare", + "level": "1-1", + "weight": 3.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "mimikyu-1", + "pokemon": "mimikyu", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "1-1", + "weight": 1.2, + "condition": { + "timeRange": "night", + "biomes": [ + "solara_dimension:solara" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/cobblemon/spawn_pool_world/safari/ucommon.json b/global_packs/required_data/Star Academy/data/cobblemon/spawn_pool_world/safari/ucommon.json new file mode 100644 index 0000000..3ffe160 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/cobblemon/spawn_pool_world/safari/ucommon.json @@ -0,0 +1,669 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "onix-1", + "pokemon": "onix", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "1-1", + "weight": 9.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "quagsire-1", + "pokemon": "quagsire", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "1-1", + "weight": 9.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "abra-1", + "pokemon": "abra", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "1-1", + "weight": 3.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "smeargle-1", + "pokemon": "smeargle", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "1-1", + "weight": 4.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "magmar-1", + "pokemon": "magmar", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "1-1", + "weight": 9.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "mrmime-1", + "pokemon": "mrmime", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "1-1", + "weight": 7.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "farfetchd-1", + "pokemon": "farfetchd", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "1-1", + "weight": 9.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "electabuzz-1", + "pokemon": "electabuzz", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "1-1", + "weight": 9.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "ralts-1", + "pokemon": "ralts", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "1-1", + "weight": 0.3, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "rhyhorn-1", + "pokemon": "rhyhorn", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "1-1", + "weight": 9.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "pinsir-1", + "pokemon": "pinsir", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "1-1", + "weight": 9.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "omanyte-1", + "pokemon": "omanyte", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "1-1", + "weight": 1.8, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "omastar-1", + "pokemon": "omastar", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "1-1", + "weight": 0.3, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "kabuto-1", + "pokemon": "kabuto", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "1-1", + "weight": 1.8, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "kabutops-1", + "pokemon": "kabutops", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "1-1", + "weight": 0.3, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "natu-1", + "pokemon": "natu", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "1-1", + "weight": 3.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "xatu-1", + "pokemon": "xatu", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "1-1", + "weight": 0.6, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "shuckle-1", + "pokemon": "shuckle", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "1-1", + "weight": 0.3, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "aron-1", + "pokemon": "aron", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "1-1", + "weight": 9.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "lairon-1", + "pokemon": "lairon", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "1-1", + "weight": 1.8, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "luxio-1", + "pokemon": "luxio", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "1-1", + "weight": 5.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "luxray-1", + "pokemon": "luxray", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "1-1", + "weight": 0.8, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "riolu-1", + "pokemon": "riolu", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "1-1", + "weight": 1.8, + "condition": { + "timeRange": "night", + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "lucario-1", + "pokemon": "lucario", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "1-1", + "weight": 0.3, + "condition": { + "timeRange": "night", + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "skrelp-1", + "pokemon": "skrelp", + "presets": [ + "water_surface" + ], + "type": "pokemon", + "context": "surface", + "bucket": "uncommon", + "level": "1-1", + "weight": 9.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "skrelp-1", + "pokemon": "skrelp", + "presets": [ + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "uncommon", + "level": "1-1", + "weight": 9.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "dragalge-1", + "pokemon": "dragalge", + "presets": [ + "water_surface" + ], + "type": "pokemon", + "context": "surface", + "bucket": "uncommon", + "level": "1-1", + "weight": 0.3, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "dragalge-1", + "pokemon": "dragalge", + "presets": [ + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "uncommon", + "level": "1-1", + "weight": 0.3, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "applin-1", + "pokemon": "applin", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "1-1", + "weight": 6.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "cufant-1", + "pokemon": "cufant", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "1-1", + "weight": 6.0, + "condition": { + "timeRange": "night", + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "absol-1", + "pokemon": "absol", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "1-1", + "weight": 9.0, + "condition": { + "timeRange": "night", + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "tropius-1", + "pokemon": "tropius", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "1-1", + "weight": 6.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "shellos-1", + "pokemon": "shellos", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "1-1", + "weight": 6.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ], + "neededNearbyBlocks": [ + "minecraft:water" + ] + } + }, + { + "id": "shellos-west", + "pokemon": "shellos west=true", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "1-1", + "weight": 5.4, + "condition": { + "biomes": [ + "solara_dimension:solara" + ], + "neededNearbyBlocks": [ + "minecraft:water" + ] + } + }, + { + "id": "gastrodon-1", + "pokemon": "gastrodon", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "1-1", + "weight": 1.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ], + "neededNearbyBlocks": [ + "minecraft:water" + ] + } + }, + { + "id": "gastrodon-west", + "pokemon": "gastrodon west=true", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "1-1", + "weight": 0.8, + "condition": { + "biomes": [ + "solara_dimension:solara" + ], + "neededNearbyBlocks": [ + "minecraft:water" + ] + } + }, + { + "id": "finizen-1", + "pokemon": "finizen", + "presets": [ + "water_surface" + ], + "type": "pokemon", + "context": "surface", + "bucket": "uncommon", + "level": "1-1", + "weight": 3.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "finizen-1", + "pokemon": "finizen", + "presets": [ + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "uncommon", + "level": "1-1", + "weight": 3.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/cobblemon/spawn_pool_world/safari/ultra_rare.json b/global_packs/required_data/Star Academy/data/cobblemon/spawn_pool_world/safari/ultra_rare.json new file mode 100644 index 0000000..5d4b919 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/cobblemon/spawn_pool_world/safari/ultra_rare.json @@ -0,0 +1,1350 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "happiny-1", + "pokemon": "happiny", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 6.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "chansey-1", + "pokemon": "chansey", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 3.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "blissey-1", + "pokemon": "blissey", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 1.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "ivysaur-1", + "pokemon": "ivysaur", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 1.5, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "charmeleon-1", + "pokemon": "charmeleon", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 1.5, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "wartortle-1", + "pokemon": "wartortle", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 1.5, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "bayleef-1", + "pokemon": "bayleef", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 1.5, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "quilava-1", + "pokemon": "quilava", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 1.5, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "croconaw-1", + "pokemon": "croconaw", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 1.5, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "grovyle-1", + "pokemon": "grovyle", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 1.5, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "combusken-1", + "pokemon": "combusken", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 1.5, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "marshtomp-1", + "pokemon": "marshtomp", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 1.5, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "grotle-1", + "pokemon": "grotle", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 1.5, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "monferno-1", + "pokemon": "monferno", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 1.5, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "prinplup-1", + "pokemon": "prinplup", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 1.5, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "servine-1", + "pokemon": "servine", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 1.5, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "pignite-1", + "pokemon": "pignite", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 1.5, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "dewott-1", + "pokemon": "dewott", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 1.5, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "quilladin-1", + "pokemon": "quilladin", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 1.5, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "braixen-1", + "pokemon": "braixen", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 1.5, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "frogadier-1", + "pokemon": "frogadier", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 1.5, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "dartrix-1", + "pokemon": "dartrix", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 1.5, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "torracat-1", + "pokemon": "torracat", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 1.5, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "brionne-1", + "pokemon": "brionne", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 1.5, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "thwackey-1", + "pokemon": "thwackey", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 1.5, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "raboot-1", + "pokemon": "raboot", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 1.5, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "drizzile-1", + "pokemon": "drizzile", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 1.5, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "floragato-1", + "pokemon": "floragato", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 1.5, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "crocalor-1", + "pokemon": "crocalor", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 1.5, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "quaxwell-1", + "pokemon": "quaxwell", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 1.5, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "venusaur-1", + "pokemon": "venusaur", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "charizard-1", + "pokemon": "charizard", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "blastoise-1", + "pokemon": "blastoise", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "meganium-1", + "pokemon": "meganium", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "typhlosion-1", + "pokemon": "typhlosion", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "feraligatr-1", + "pokemon": "feraligatr", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "sceptile-1", + "pokemon": "sceptile", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "blaziken-1", + "pokemon": "blaziken", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "swampert-1", + "pokemon": "swampert", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "torterra-1", + "pokemon": "torterra", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "infernape-1", + "pokemon": "infernape", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "empoleon-1", + "pokemon": "empoleon", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "serperior-1", + "pokemon": "serperior", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "emboar-1", + "pokemon": "emboar", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "samurott-1", + "pokemon": "samurott", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "chesnaught-1", + "pokemon": "chesnaught", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "delphox-1", + "pokemon": "delphox", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "greninja-1", + "pokemon": "greninja", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "decidueye-1", + "pokemon": "decidueye", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "incinceroar-1", + "pokemon": "incinceroar", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "primarina-1", + "pokemon": "primarina", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "rillaboom-1", + "pokemon": "rillaboom", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "cinderace-1", + "pokemon": "cinderace", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "inteleon-1", + "pokemon": "inteleon", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "meowscarada-1", + "pokemon": "meowscarada", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "skeledirge-1", + "pokemon": "skeledirge", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "quaquaval-1", + "pokemon": "quaquaval", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "milotic-1", + "pokemon": "milotic", + "presets": [ + "water_surface" + ], + "type": "pokemon", + "context": "surface", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 2.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "milotic-2", + "pokemon": "milotic", + "presets": [ + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 2.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "huntail-1", + "pokemon": "milotic", + "presets": [ + "water_surface" + ], + "type": "pokemon", + "context": "surface", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 2.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "huntail-2", + "pokemon": "milotic", + "presets": [ + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 2.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "gorebyss-1", + "pokemon": "milotic", + "presets": [ + "water_surface" + ], + "type": "pokemon", + "context": "surface", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 2.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "gorebyss-2", + "pokemon": "milotic", + "presets": [ + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 2.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "relicanth-1", + "pokemon": "milotic", + "presets": [ + "water_surface" + ], + "type": "pokemon", + "context": "surface", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 2.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "relicanth-2", + "pokemon": "milotic", + "presets": [ + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 2.0, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "porygon-1", + "pokemon": "porygon", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.6, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "dragonite-1", + "pokemon": "dragonite", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.16, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "tyranitar-1", + "pokemon": "tyranitar", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.16, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "metagross-1", + "pokemon": "metagross", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.16, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "garchomp-1", + "pokemon": "garchomp", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.16, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "hydreigon-1", + "pokemon": "hydreigon", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.16, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "goodra-1", + "pokemon": "goodra", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.16, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "kommoo-1", + "pokemon": "kommoo", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.16, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "dragapult-1", + "pokemon": "dragapult", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.16, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "goodra-2", + "pokemon": "goodra hisuian", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "baxcalibur-1", + "pokemon": "baxcalibur", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "duraludon-1", + "pokemon": "duraludon", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.16, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "haxorous-1", + "pokemon": "haxorous", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.2, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + }, + { + "id": "ashgreninja", + "pokemon": "ashgreninja", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "1-1", + "weight": 0.05, + "condition": { + "biomes": [ + "solara_dimension:solara" + ] + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/aaaa.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/aaaa.json new file mode 100644 index 0000000..95f54d2 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/aaaa.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "aaaa", + "url": "https://cdn.discordapp.com/emojis/1271246195947343902.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/aware.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/aware.json new file mode 100644 index 0000000..12e8190 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/aware.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "aware", + "url": "https://cdn.discordapp.com/emojis/889021591776817172.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/bedge.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/bedge.json new file mode 100644 index 0000000..a3bdaa6 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/bedge.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "bedge", + "url": "https://cdn.discordapp.com/emojis/936305740971409428.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/beepotalk.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/beepotalk.json new file mode 100644 index 0000000..35ab042 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/beepotalk.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "beepotalk", + "url": "https://cdn.discordapp.com/emojis/1116022098452828360.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/blahblah.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/blahblah.json new file mode 100644 index 0000000..6bddd25 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/blahblah.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "blahblah", + "url": "https://cdn.discordapp.com/emojis/1196207923941081288.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/bop.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/bop.json new file mode 100644 index 0000000..84f2966 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/bop.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "bop", + "url": "https://cdn.discordapp.com/emojis/1221689321736634369.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/catpats.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/catpats.json new file mode 100644 index 0000000..5981c5b --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/catpats.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "catpats", + "url": "https://cdn.discordapp.com/emojis/970458163495190588.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/chatting.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/chatting.json new file mode 100644 index 0000000..c346762 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/chatting.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "chatting", + "url": "https://cdn.discordapp.com/emojis/895815338086760449.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/classic.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/classic.json new file mode 100644 index 0000000..86f2010 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/classic.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "classic", + "url": "https://cdn.discordapp.com/emojis/1226392078716764270.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/clueless.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/clueless.json new file mode 100644 index 0000000..7cea2d8 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/clueless.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "clueless", + "url": "https://cdn.discordapp.com/emojis/947671183103508530.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/cokeshakey.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/cokeshakey.json new file mode 100644 index 0000000..1392403 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/cokeshakey.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "cokeshakey", + "url": "https://cdn.discordapp.com/emojis/1179534703997501471.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/dankhackermans.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/dankhackermans.json new file mode 100644 index 0000000..f427e85 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/dankhackermans.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "dankhackermans", + "url": "https://cdn.discordapp.com/emojis/983282290530611231.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/danse.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/danse.json new file mode 100644 index 0000000..bf37d2b --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/danse.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "danse", + "url": "https://cdn.discordapp.com/emojis/1038308129642905711.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/dinkdonk.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/dinkdonk.json new file mode 100644 index 0000000..b591da1 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/dinkdonk.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "dinkdonk", + "url": "https://cdn.discordapp.com/emojis/889016538684850249.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/ez.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/ez.json new file mode 100644 index 0000000..e09a4c3 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/ez.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "ez", + "url": "https://cdn.discordapp.com/emojis/848571203445587978.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/farmm.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/farmm.json new file mode 100644 index 0000000..ec1cb9f --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/farmm.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "farmm", + "url": "https://cdn.discordapp.com/emojis/1246647000968073246.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/feelsstrongman.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/feelsstrongman.json new file mode 100644 index 0000000..67b4f51 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/feelsstrongman.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "feelsstrongman", + "url": "https://cdn.discordapp.com/emojis/870429736801800192.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/gigl.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/gigl.json new file mode 100644 index 0000000..53b8dc5 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/gigl.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "gigl", + "url": "https://cdn.discordapp.com/emojis/1217672251357396992.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/hai.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/hai.json new file mode 100644 index 0000000..cb1130a --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/hai.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "hai", + "url": "https://cdn.discordapp.com/emojis/1196745009907646474.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/happi.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/happi.json new file mode 100644 index 0000000..083ce4f --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/happi.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "happi", + "url": "https://cdn.discordapp.com/emojis/1105751433409740953.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/happie.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/happie.json new file mode 100644 index 0000000..32a1314 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/happie.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "happie", + "url": "https://cdn.discordapp.com/emojis/1116001837959614556.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/hehe.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/hehe.json new file mode 100644 index 0000000..d83457d --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/hehe.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "hehe", + "url": "https://cdn.discordapp.com/emojis/1151699510041522246.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/heyge.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/heyge.json new file mode 100644 index 0000000..ed7ce93 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/heyge.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "heyge", + "url": "https://cdn.discordapp.com/emojis/1113964449112526858.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/hiii.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/hiii.json new file mode 100644 index 0000000..dc42054 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/hiii.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "hiii", + "url": "https://cdn.discordapp.com/emojis/1183483072361017495.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/hmjj.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/hmjj.json new file mode 100644 index 0000000..3e007d0 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/hmjj.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "hmjj", + "url": "https://cdn.discordapp.com/emojis/1080993095635701761.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/hypers.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/hypers.json new file mode 100644 index 0000000..a7e16ad --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/hypers.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "hypers", + "url": "https://cdn.discordapp.com/emojis/1090718365439496453.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/jamgie.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/jamgie.json new file mode 100644 index 0000000..2ebac92 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/jamgie.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "jamgie", + "url": "https://cdn.discordapp.com/emojis/1133980546960195654.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/kekw.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/kekw.json new file mode 100644 index 0000000..d4d3d69 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/kekw.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "kekw", + "url": "https://cdn.discordapp.com/emojis/876628504396062780.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/kissahomie.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/kissahomie.json new file mode 100644 index 0000000..d0de77b --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/kissahomie.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "kissahomie", + "url": "https://cdn.discordapp.com/emojis/1180085374685564988.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/kittypout.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/kittypout.json new file mode 100644 index 0000000..08ce0c2 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/kittypout.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "kittypout", + "url": "https://cdn.discordapp.com/emojis/1113715264417169409.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/letsgo.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/letsgo.json new file mode 100644 index 0000000..ec746cd --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/letsgo.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "letsgo", + "url": "https://cdn.discordapp.com/emojis/1001548514251264052.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/meowdy.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/meowdy.json new file mode 100644 index 0000000..0d4e0aa --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/meowdy.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "meowdy", + "url": "https://cdn.discordapp.com/emojis/1274954199670456392.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/mojjcheck.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/mojjcheck.json new file mode 100644 index 0000000..74f0826 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/mojjcheck.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "mojjcheck", + "url": "https://cdn.discordapp.com/emojis/1106594384973156373.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/no.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/no.json new file mode 100644 index 0000000..0f07efe --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/no.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "no", + "url": "https://cdn.discordapp.com/emojis/1182236016292147221.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/nod.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/nod.json new file mode 100644 index 0000000..c58ae8d --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/nod.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "nod", + "url": "https://cdn.discordapp.com/emojis/1009378453906268171.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/nodders.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/nodders.json new file mode 100644 index 0000000..5f95534 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/nodders.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "nodders", + "url": "https://cdn.discordapp.com/emojis/939944104777900043.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/nolook.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/nolook.json new file mode 100644 index 0000000..7c60892 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/nolook.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "nolook", + "url": "https://cdn.discordapp.com/emojis/1230682446656176138.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/nopers.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/nopers.json new file mode 100644 index 0000000..d930086 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/nopers.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "nopers", + "url": "https://cdn.discordapp.com/emojis/939944112751267860.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/noted.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/noted.json new file mode 100644 index 0000000..c06c668 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/noted.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "noted", + "url": "https://cdn.discordapp.com/emojis/955651530009235466.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/nothanks.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/nothanks.json new file mode 100644 index 0000000..8c9527c --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/nothanks.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "nothanks", + "url": "https://cdn.discordapp.com/emojis/1271250111011360768.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/o7.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/o7.json new file mode 100644 index 0000000..dbf168e --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/o7.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "o7", + "url": "https://cdn.discordapp.com/emojis/1000948834362474567.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/okay.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/okay.json new file mode 100644 index 0000000..91890c8 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/okay.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "okay", + "url": "https://cdn.discordapp.com/emojis/1068635818345889923.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/omega.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/omega.json new file mode 100644 index 0000000..539fb42 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/omega.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "omega", + "url": "https://cdn.discordapp.com/emojis/1148078161997856849.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/peeposhy.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/peeposhy.json new file mode 100644 index 0000000..ec25f55 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/peeposhy.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "peeposhy", + "url": "https://cdn.discordapp.com/emojis/919784839228588064.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/peepositgaming.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/peepositgaming.json new file mode 100644 index 0000000..6cc7f86 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/peepositgaming.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "peepositgaming", + "url": "https://cdn.discordapp.com/emojis/1271250091466031186.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/peepowow.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/peepowow.json new file mode 100644 index 0000000..8e771fe --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/peepowow.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "peepowow", + "url": "https://cdn.discordapp.com/emojis/950488410622132386.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/pensivecowboy.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/pensivecowboy.json new file mode 100644 index 0000000..6a7f65f --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/pensivecowboy.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "pensivecowboy", + "url": "https://cdn.discordapp.com/emojis/1137079100343849044.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/pepe_love.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/pepe_love.json new file mode 100644 index 0000000..e30a6ca --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/pepe_love.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "pepe_love", + "url": "https://cdn.discordapp.com/emojis/1270112540050849856.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/pepe_salute.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/pepe_salute.json new file mode 100644 index 0000000..b1a8097 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/pepe_salute.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "pepe_salute", + "url": "https://cdn.discordapp.com/emojis/1061249296554524724.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/pepe_toxic.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/pepe_toxic.json new file mode 100644 index 0000000..627833e --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/pepe_toxic.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "pepe_toxic", + "url": "https://cdn.discordapp.com/emojis/1142470121688940574.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/pepehands.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/pepehands.json new file mode 100644 index 0000000..bee955b --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/pepehands.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "pepehands", + "url": "https://cdn.discordapp.com/emojis/1090718462940299344.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/pepelaugh.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/pepelaugh.json new file mode 100644 index 0000000..41025a8 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/pepelaugh.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "pepelaugh", + "url": "https://cdn.discordapp.com/emojis/1063928781611475084.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/pethtemods.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/pethtemods.json new file mode 100644 index 0000000..b9e5730 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/pethtemods.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "pethtemods", + "url": "https://cdn.discordapp.com/emojis/904276978612449281.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/pleads.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/pleads.json new file mode 100644 index 0000000..0e68248 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/pleads.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "pleads", + "url": "https://cdn.discordapp.com/emojis/1114062310030458901.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/pls.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/pls.json new file mode 100644 index 0000000..14ee5a1 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/pls.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "pls", + "url": "https://cdn.discordapp.com/emojis/1244070616223449129.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/plus_one.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/plus_one.json new file mode 100644 index 0000000..c9b5a6c --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/plus_one.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "plus_one", + "url": "https://cdn.discordapp.com/emojis/874893800668037160.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/popcat.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/popcat.json new file mode 100644 index 0000000..9961cba --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/popcat.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "popcat", + "url": "https://cdn.discordapp.com/emojis/1130532479523110973.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/prayge.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/prayge.json new file mode 100644 index 0000000..c765706 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/prayge.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "prayge", + "url": "https://cdn.discordapp.com/emojis/1117482027940315287.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/ragey.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/ragey.json new file mode 100644 index 0000000..710510b --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/ragey.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "ragey", + "url": "https://cdn.discordapp.com/emojis/1126733780703510598.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/reallygun.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/reallygun.json new file mode 100644 index 0000000..64a08e6 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/reallygun.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "reallygun", + "url": "https://cdn.discordapp.com/emojis/1089972866755338331.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/sadge.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/sadge.json new file mode 100644 index 0000000..cda8b31 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/sadge.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "sadge", + "url": "https://cdn.discordapp.com/emojis/939944111975313449.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/sadgecry.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/sadgecry.json new file mode 100644 index 0000000..08a59a7 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/sadgecry.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "sadgecry", + "url": "https://cdn.discordapp.com/emojis/1117495657704460349.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/sadgeing.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/sadgeing.json new file mode 100644 index 0000000..93e7133 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/sadgeing.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "sadgeing", + "url": "https://cdn.discordapp.com/emojis/1151262171611803671.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/shyjj.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/shyjj.json new file mode 100644 index 0000000..76212f8 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/shyjj.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "shyjj", + "url": "https://cdn.discordapp.com/emojis/1103490305103233114.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/sitt.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/sitt.json new file mode 100644 index 0000000..8740e5b --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/sitt.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "sitt", + "url": "https://cdn.discordapp.com/emojis/1021897162176593951.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/socute.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/socute.json new file mode 100644 index 0000000..74e398a --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/socute.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "socute", + "url": "https://cdn.discordapp.com/emojis/1021164936929484820.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/suspicious.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/suspicious.json new file mode 100644 index 0000000..e0763cd --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/suspicious.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "suspicious", + "url": "https://cdn.discordapp.com/emojis/1238473692523135047.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/swooner.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/swooner.json new file mode 100644 index 0000000..684ec0d --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/swooner.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "swooner", + "url": "https://cdn.discordapp.com/emojis/1017848147684360325.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/wahoo.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/wahoo.json new file mode 100644 index 0000000..aae70bf --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/wahoo.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "wahoo", + "url": "https://cdn.discordapp.com/emojis/1279210132919681136.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/waiting.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/waiting.json new file mode 100644 index 0000000..2bca875 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/waiting.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "waiting", + "url": "https://cdn.discordapp.com/emojis/980208841625075772.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/whatt.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/whatt.json new file mode 100644 index 0000000..8d20944 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/whatt.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "whatt", + "url": "https://cdn.discordapp.com/emojis/1271963558787285144.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/whoa.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/whoa.json new file mode 100644 index 0000000..925d441 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/whoa.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "whoa", + "url": "https://cdn.discordapp.com/emojis/1271246197452963872.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/woo.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/woo.json new file mode 100644 index 0000000..7b5a401 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/woo.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "woo", + "url": "https://cdn.discordapp.com/emojis/1189971473511759962.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/yep.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/yep.json new file mode 100644 index 0000000..e29e5fa --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/yep.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "yep", + "url": "https://cdn.discordapp.com/emojis/1130582448976179220.png", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/yesyes.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/yesyes.json new file mode 100644 index 0000000..0e4f143 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/yesyes.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "yesyes", + "url": "https://cdn.discordapp.com/emojis/983084825944682516.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/emojiful/recipes/yippie.json b/global_packs/required_data/Star Academy/data/emojiful/recipes/yippie.json new file mode 100644 index 0000000..0afd5ee --- /dev/null +++ b/global_packs/required_data/Star Academy/data/emojiful/recipes/yippie.json @@ -0,0 +1,6 @@ +{ + "category": "StarAcademy", + "name": "yippie", + "url": "https://cdn.discordapp.com/emojis/1235757104242102282.gif", + "type": "emojiful:emoji_recipe" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/enhancedcelestials/append_loot_tables/minecraft/chests/abandoned_mineshaft.json b/global_packs/required_data/Star Academy/data/enhancedcelestials/append_loot_tables/minecraft/chests/abandoned_mineshaft.json new file mode 100644 index 0000000..57b1c97 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/enhancedcelestials/append_loot_tables/minecraft/chests/abandoned_mineshaft.json @@ -0,0 +1,65 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 0, + "bonus_rolls": 1, + "entries": [ + { + "name": "minecraft:diamond", + "type": "minecraft:item", + "weight": 15, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 2.0, + "max": 5.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:iron_ingot", + "type": "minecraft:item", + "weight": 20, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 4.0, + "max": 10.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "type": "minecraft:item", + "weight": 5, + "functions": [ + { + "function": "minecraft:enchant_randomly" + } + ], + "name": "minecraft:book" + }, + { + "name": "minecraft:diamond_pickaxe", + "type": "minecraft:item", + "weight": 5, + "functions": [ + { + "function": "minecraft:enchant_randomly" + } + ] + }, + { + "type": "minecraft:empty", + "weight": 60 + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/enhancedcelestials/append_loot_tables/minecraft/chests/buried_treasure.json b/global_packs/required_data/Star Academy/data/enhancedcelestials/append_loot_tables/minecraft/chests/buried_treasure.json new file mode 100644 index 0000000..c38379e --- /dev/null +++ b/global_packs/required_data/Star Academy/data/enhancedcelestials/append_loot_tables/minecraft/chests/buried_treasure.json @@ -0,0 +1,122 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 0, + "bonus_rolls": 1, + "entries": [ + { + "name": "minecraft:diamond", + "type": "minecraft:item", + "weight": 5, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 2.0, + "max": 5.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:iron_ingot", + "type": "minecraft:item", + "weight": 10, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 4.0, + "max": 10.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:emerald", + "type": "minecraft:item", + "weight": 10, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 2.0, + "max": 8.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:gold_ingot", + "type": "minecraft:item", + "weight": 10, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 2.0, + "max": 8.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:gold_ingot", + "type": "minecraft:item", + "weight": 10, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 2.0, + "max": 8.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "type": "minecraft:item", + "weight": 5, + "functions": [ + { + "function": "minecraft:enchant_randomly" + } + ], + "name": "minecraft:book" + }, + { + "name": "minecraft:diamond_axe", + "type": "minecraft:item", + "weight": 10, + "functions": [ + { + "function": "minecraft:set_damage", + "damage": { + "min": 0.6, + "max": 0.9 + } + }, + { + "function": "minecraft:enchant_with_levels", + "levels": { + "min": 5.0, + "max": 10.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "type": "minecraft:empty", + "weight": 40 + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/enhancedcelestials/append_loot_tables/minecraft/chests/desert_pyramid.json b/global_packs/required_data/Star Academy/data/enhancedcelestials/append_loot_tables/minecraft/chests/desert_pyramid.json new file mode 100644 index 0000000..c96b9d6 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/enhancedcelestials/append_loot_tables/minecraft/chests/desert_pyramid.json @@ -0,0 +1,55 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 0, + "bonus_rolls": 1, + "entries": [ + { + "name": "minecraft:diamond", + "type": "minecraft:item", + "weight": 5, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 2.0, + "max": 5.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:iron_ingot", + "type": "minecraft:item", + "weight": 20, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 4.0, + "max": 10.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "type": "minecraft:item", + "weight": 5, + "functions": [ + { + "function": "minecraft:enchant_randomly" + } + ], + "name": "minecraft:book" + }, + { + "type": "minecraft:empty", + "weight": 70 + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/enhancedcelestials/append_loot_tables/minecraft/chests/igloo_chest.json b/global_packs/required_data/Star Academy/data/enhancedcelestials/append_loot_tables/minecraft/chests/igloo_chest.json new file mode 100644 index 0000000..702b4e6 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/enhancedcelestials/append_loot_tables/minecraft/chests/igloo_chest.json @@ -0,0 +1,128 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 0, + "bonus_rolls": 1, + "entries": [ + { + "name": "minecraft:iron_ingot", + "type": "minecraft:item", + "weight": 20, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 0.0, + "max": 10.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "type": "minecraft:item", + "weight": 5, + "functions": [ + { + "function": "minecraft:enchant_randomly" + } + ], + "name": "minecraft:book" + }, + { + "name": "minecraft:leather_leggings", + "type": "minecraft:item", + "weight": 2, + "functions": [ + { + "function": "minecraft:set_damage", + "damage": { + "min": 0.1, + "max": 0.4 + } + }, + { + "function": "minecraft:enchant_with_levels", + "levels": { + "min": 10.0, + "max": 30.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:leather_chestplate", + "type": "minecraft:item", + "weight": 2, + "functions": [ + { + "function": "minecraft:set_damage", + "damage": { + "min": 0.1, + "max": 0.4 + } + }, + { + "function": "minecraft:enchant_with_levels", + "levels": { + "min": 10.0, + "max": 30.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:leather_boots", + "type": "minecraft:item", + "weight": 2, + "functions": [ + { + "function": "minecraft:set_damage", + "damage": { + "min": 0.1, + "max": 0.4 + } + }, + { + "function": "minecraft:enchant_with_levels", + "levels": { + "min": 10.0, + "max": 30.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:iron_shovel", + "type": "minecraft:item", + "weight": 4, + "functions": [ + { + "function": "minecraft:set_damage", + "damage": { + "min": 0.3, + "max": 0.6 + } + }, + { + "function": "minecraft:enchant_with_levels", + "levels": { + "min": 10.0, + "max": 30.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "type": "minecraft:empty", + "weight": 40 + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/enhancedcelestials/append_loot_tables/minecraft/chests/jungle_temple.json b/global_packs/required_data/Star Academy/data/enhancedcelestials/append_loot_tables/minecraft/chests/jungle_temple.json new file mode 100644 index 0000000..793a03c --- /dev/null +++ b/global_packs/required_data/Star Academy/data/enhancedcelestials/append_loot_tables/minecraft/chests/jungle_temple.json @@ -0,0 +1,143 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 0, + "bonus_rolls": 1, + "entries": [ + { + "name": "minecraft:diamond", + "type": "minecraft:item", + "weight": 15, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 2.0, + "max": 5.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:iron_ingot", + "type": "minecraft:item", + "weight": 20, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 4.0, + "max": 10.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "type": "minecraft:item", + "weight": 5, + "functions": [ + { + "function": "minecraft:enchant_randomly" + } + ], + "name": "minecraft:book" + }, + { + "name": "minecraft:chainmail_helmet", + "type": "minecraft:item", + "weight": 2, + "functions": [ + { + "function": "minecraft:set_damage", + "damage": { + "min": 0.1, + "max": 0.4 + } + }, + { + "function": "minecraft:enchant_with_levels", + "levels": { + "min": 10.0, + "max": 30.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:chainmail_chestplate", + "type": "minecraft:item", + "weight": 2, + "functions": [ + { + "function": "minecraft:set_damage", + "damage": { + "min": 0.1, + "max": 0.4 + } + }, + { + "function": "minecraft:enchant_with_levels", + "levels": { + "min": 10.0, + "max": 30.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:chainmail_leggings", + "type": "minecraft:item", + "weight": 2, + "functions": [ + { + "function": "minecraft:set_damage", + "damage": { + "min": 0.1, + "max": 0.4 + } + }, + { + "function": "minecraft:enchant_with_levels", + "levels": { + "min": 10.0, + "max": 30.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:chainmail_boots", + "type": "minecraft:item", + "weight": 2, + "functions": [ + { + "function": "minecraft:set_damage", + "damage": { + "min": 0.1, + "max": 0.4 + } + }, + { + "function": "minecraft:enchant_with_levels", + "levels": { + "min": 10.0, + "max": 30.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "type": "minecraft:empty", + "weight": 52 + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/enhancedcelestials/append_loot_tables/minecraft/chests/pillager_outpost.json b/global_packs/required_data/Star Academy/data/enhancedcelestials/append_loot_tables/minecraft/chests/pillager_outpost.json new file mode 100644 index 0000000..f557c44 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/enhancedcelestials/append_loot_tables/minecraft/chests/pillager_outpost.json @@ -0,0 +1,140 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 0, + "bonus_rolls": 1, + "entries": [ + { + "name": "minecraft:iron_ingot", + "type": "minecraft:item", + "weight": 20, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 4.0, + "max": 10.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:iron_helmet", + "type": "minecraft:item", + "weight": 2, + "functions": [ + { + "function": "minecraft:set_damage", + "damage": { + "min": 0.4, + "max": 0.8 + } + }, + { + "function": "minecraft:enchant_with_levels", + "levels": { + "min": 10.0, + "max": 30.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:iron_chestplate", + "type": "minecraft:item", + "weight": 2, + "functions": [ + { + "function": "minecraft:set_damage", + "damage": { + "min": 0.4, + "max": 0.8 + } + }, + { + "function": "minecraft:enchant_with_levels", + "levels": { + "min": 10.0, + "max": 30.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:iron_leggings", + "type": "minecraft:item", + "weight": 2, + "functions": [ + { + "function": "minecraft:set_damage", + "damage": { + "min": 0.4, + "max": 0.8 + } + }, + { + "function": "minecraft:enchant_with_levels", + "levels": { + "min": 10.0, + "max": 30.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:iron_boots", + "type": "minecraft:item", + "weight": 2, + "functions": [ + { + "function": "minecraft:set_damage", + "damage": { + "min": 0.4, + "max": 0.8 + } + }, + { + "function": "minecraft:enchant_with_levels", + "levels": { + "min": 10.0, + "max": 30.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:crossbow", + "type": "minecraft:item", + "weight": 5, + "functions": [ + { + "function": "minecraft:set_damage", + "damage": { + "min": 0.4, + "max": 0.8 + } + }, + { + "function": "minecraft:enchant_with_levels", + "levels": { + "min": 10.0, + "max": 30.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "type": "minecraft:empty", + "weight": 67 + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/enhancedcelestials/append_loot_tables/minecraft/chests/ruined_portal.json b/global_packs/required_data/Star Academy/data/enhancedcelestials/append_loot_tables/minecraft/chests/ruined_portal.json new file mode 100644 index 0000000..a05a8ec --- /dev/null +++ b/global_packs/required_data/Star Academy/data/enhancedcelestials/append_loot_tables/minecraft/chests/ruined_portal.json @@ -0,0 +1,60 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 0, + "bonus_rolls": 1, + "entries": [ + { + "name": "minecraft:obsidian", + "type": "minecraft:item", + "weight": 5, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 2.0, + "max": 5.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:iron_ingot", + "type": "minecraft:item", + "weight": 20, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 4.0, + "max": 10.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:ancient_debris", + "type": "minecraft:item", + "weight": 1, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 0.0, + "max": 1.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "type": "minecraft:empty", + "weight": 75 + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/enhancedcelestials/append_loot_tables/minecraft/chests/shipwreck_supply.json b/global_packs/required_data/Star Academy/data/enhancedcelestials/append_loot_tables/minecraft/chests/shipwreck_supply.json new file mode 100644 index 0000000..98c6fb4 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/enhancedcelestials/append_loot_tables/minecraft/chests/shipwreck_supply.json @@ -0,0 +1,191 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 0, + "bonus_rolls": 1, + "entries": [ + { + "name": "minecraft:diamond_axe", + "type": "minecraft:item", + "weight": 2, + "functions": [ + { + "function": "minecraft:set_damage", + "damage": { + "min": 0.6, + "max": 0.9 + } + }, + { + "function": "minecraft:enchant_with_levels", + "levels": { + "min": 5.0, + "max": 10.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:diamond_sword", + "type": "minecraft:item", + "weight": 1, + "functions": [ + { + "function": "minecraft:set_damage", + "damage": { + "min": 0.6, + "max": 0.9 + } + }, + { + "function": "minecraft:enchant_with_levels", + "levels": { + "min": 1.0, + "max": 5.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:iron_axe", + "type": "minecraft:item", + "weight": 5, + "functions": [ + { + "function": "minecraft:set_damage", + "damage": { + "min": 0.6, + "max": 0.9 + } + }, + { + "function": "minecraft:enchant_with_levels", + "levels": { + "min": 1.0, + "max": 25.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:iron_sword", + "type": "minecraft:item", + "weight": 5, + "functions": [ + { + "function": "minecraft:set_damage", + "damage": { + "min": 0.6, + "max": 0.9 + } + }, + { + "function": "minecraft:enchant_with_levels", + "levels": { + "min": 1.0, + "max": 25.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:iron_helmet", + "type": "minecraft:item", + "weight": 2, + "functions": [ + { + "function": "minecraft:set_damage", + "damage": { + "min": 0.4, + "max": 0.8 + } + }, + { + "function": "minecraft:enchant_with_levels", + "levels": { + "min": 10.0, + "max": 30.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:iron_chestplate", + "type": "minecraft:item", + "weight": 2, + "functions": [ + { + "function": "minecraft:set_damage", + "damage": { + "min": 0.4, + "max": 0.8 + } + }, + { + "function": "minecraft:enchant_with_levels", + "levels": { + "min": 10.0, + "max": 30.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:iron_leggings", + "type": "minecraft:item", + "weight": 2, + "functions": [ + { + "function": "minecraft:set_damage", + "damage": { + "min": 0.4, + "max": 0.8 + } + }, + { + "function": "minecraft:enchant_with_levels", + "levels": { + "min": 10.0, + "max": 30.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:iron_boots", + "type": "minecraft:item", + "weight": 2, + "functions": [ + { + "function": "minecraft:set_damage", + "damage": { + "min": 0.4, + "max": 0.8 + } + }, + { + "function": "minecraft:enchant_with_levels", + "levels": { + "min": 10.0, + "max": 30.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "type": "minecraft:empty", + "weight": 79 + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/enhancedcelestials/append_loot_tables/minecraft/chests/shipwreck_treasure.json b/global_packs/required_data/Star Academy/data/enhancedcelestials/append_loot_tables/minecraft/chests/shipwreck_treasure.json new file mode 100644 index 0000000..85d6d3a --- /dev/null +++ b/global_packs/required_data/Star Academy/data/enhancedcelestials/append_loot_tables/minecraft/chests/shipwreck_treasure.json @@ -0,0 +1,75 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 0, + "bonus_rolls": 1, + "entries": [ + { + "name": "minecraft:diamond", + "type": "minecraft:item", + "weight": 5, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 2.0, + "max": 5.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:iron_ingot", + "type": "minecraft:item", + "weight": 10, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 4.0, + "max": 10.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:emerald", + "type": "minecraft:item", + "weight": 5, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 2.0, + "max": 8.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:gold_ingot", + "type": "minecraft:item", + "weight": 10, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 2.0, + "max": 8.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "type": "minecraft:empty", + "weight": 70 + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/enhancedcelestials/append_loot_tables/minecraft/chests/simple_dungeon.json b/global_packs/required_data/Star Academy/data/enhancedcelestials/append_loot_tables/minecraft/chests/simple_dungeon.json new file mode 100644 index 0000000..33c81bd --- /dev/null +++ b/global_packs/required_data/Star Academy/data/enhancedcelestials/append_loot_tables/minecraft/chests/simple_dungeon.json @@ -0,0 +1,77 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 0, + "bonus_rolls": 1, + "entries": [ + { + "name": "minecraft:diamond", + "type": "minecraft:item", + "weight": 15, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 2.0, + "max": 5.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:iron_ingot", + "type": "minecraft:item", + "weight": 20, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 4.0, + "max": 10.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:diamond_sword", + "type": "minecraft:item", + "weight": 1, + "functions": [ + { + "function": "minecraft:set_damage", + "damage": { + "min": 0.3, + "max": 0.9 + } + }, + { + "function": "minecraft:enchant_with_levels", + "levels": { + "min": 1.0, + "max": 14.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "type": "minecraft:item", + "weight": 5, + "functions": [ + { + "function": "minecraft:enchant_randomly" + } + ], + "name": "minecraft:book" + }, + { + "type": "minecraft:empty", + "weight": 60 + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/enhancedcelestials/append_loot_tables/minecraft/chests/stronghold_corridor.json b/global_packs/required_data/Star Academy/data/enhancedcelestials/append_loot_tables/minecraft/chests/stronghold_corridor.json new file mode 100644 index 0000000..5cb2f1b --- /dev/null +++ b/global_packs/required_data/Star Academy/data/enhancedcelestials/append_loot_tables/minecraft/chests/stronghold_corridor.json @@ -0,0 +1,55 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 0, + "bonus_rolls": 1, + "entries": [ + { + "name": "minecraft:diamond", + "type": "minecraft:item", + "weight": 15, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1.0, + "max": 5.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:iron_ingot", + "type": "minecraft:item", + "weight": 20, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 4.0, + "max": 10.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "type": "minecraft:item", + "weight": 5, + "functions": [ + { + "function": "minecraft:enchant_randomly" + } + ], + "name": "minecraft:book" + }, + { + "type": "minecraft:empty", + "weight": 60 + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/enhancedcelestials/append_loot_tables/minecraft/chests/stronghold_crossing.json b/global_packs/required_data/Star Academy/data/enhancedcelestials/append_loot_tables/minecraft/chests/stronghold_crossing.json new file mode 100644 index 0000000..ebe3e2a --- /dev/null +++ b/global_packs/required_data/Star Academy/data/enhancedcelestials/append_loot_tables/minecraft/chests/stronghold_crossing.json @@ -0,0 +1,60 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 0, + "bonus_rolls": 1, + "entries": [ + { + "name": "minecraft:diamond", + "type": "minecraft:item", + "weight": 2, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1.0, + "max": 5.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:iron_ingot", + "type": "minecraft:item", + "weight": 20, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 4.0, + "max": 10.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:ender_pearl", + "type": "minecraft:item", + "weight": 20, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1.0, + "max": 4.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "type": "minecraft:empty", + "weight": 58 + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/enhancedcelestials/append_loot_tables/minecraft/chests/stronghold_library.json b/global_packs/required_data/Star Academy/data/enhancedcelestials/append_loot_tables/minecraft/chests/stronghold_library.json new file mode 100644 index 0000000..8167900 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/enhancedcelestials/append_loot_tables/minecraft/chests/stronghold_library.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 0, + "bonus_rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "weight": 5, + "functions": [ + { + "function": "minecraft:enchant_randomly" + } + ], + "name": "minecraft:book" + }, + { + "type": "minecraft:empty", + "weight": 95 + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/enhancedcelestials/append_loot_tables/minecraft/chests/underwater_ruin_big.json b/global_packs/required_data/Star Academy/data/enhancedcelestials/append_loot_tables/minecraft/chests/underwater_ruin_big.json new file mode 100644 index 0000000..e46a5ff --- /dev/null +++ b/global_packs/required_data/Star Academy/data/enhancedcelestials/append_loot_tables/minecraft/chests/underwater_ruin_big.json @@ -0,0 +1,55 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 0, + "bonus_rolls": 1, + "entries": [ + { + "name": "minecraft:diamond", + "type": "minecraft:item", + "weight": 10, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 2.0, + "max": 5.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:iron_ingot", + "type": "minecraft:item", + "weight": 20, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 4.0, + "max": 10.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "type": "minecraft:item", + "weight": 5, + "functions": [ + { + "function": "minecraft:enchant_randomly" + } + ], + "name": "minecraft:book" + }, + { + "type": "minecraft:empty", + "weight": 70 + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/enhancedcelestials/append_loot_tables/minecraft/chests/underwater_ruin_small.json b/global_packs/required_data/Star Academy/data/enhancedcelestials/append_loot_tables/minecraft/chests/underwater_ruin_small.json new file mode 100644 index 0000000..e46a5ff --- /dev/null +++ b/global_packs/required_data/Star Academy/data/enhancedcelestials/append_loot_tables/minecraft/chests/underwater_ruin_small.json @@ -0,0 +1,55 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 0, + "bonus_rolls": 1, + "entries": [ + { + "name": "minecraft:diamond", + "type": "minecraft:item", + "weight": 10, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 2.0, + "max": 5.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:iron_ingot", + "type": "minecraft:item", + "weight": 20, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 4.0, + "max": 10.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "type": "minecraft:item", + "weight": 5, + "functions": [ + { + "function": "minecraft:enchant_randomly" + } + ], + "name": "minecraft:book" + }, + { + "type": "minecraft:empty", + "weight": 70 + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/enhancedcelestials/append_loot_tables/minecraft/chests/woodland_mansion.json b/global_packs/required_data/Star Academy/data/enhancedcelestials/append_loot_tables/minecraft/chests/woodland_mansion.json new file mode 100644 index 0000000..1235b68 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/enhancedcelestials/append_loot_tables/minecraft/chests/woodland_mansion.json @@ -0,0 +1,67 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 0, + "bonus_rolls": 1, + "entries": [ + { + "name": "minecraft:diamond", + "type": "minecraft:item", + "weight": 5, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 2.0, + "max": 5.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:totem_of_undying", + "type": "minecraft:item", + "weight": 3, + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1.0, + "max": 1.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "name": "minecraft:iron_axe", + "type": "minecraft:item", + "weight": 10, + "functions": [ + { + "function": "minecraft:set_damage", + "damage": { + "min": 0.6, + "max": 0.9 + } + }, + { + "function": "minecraft:enchant_with_levels", + "levels": { + "min": 1.0, + "max": 35.0, + "type": "minecraft:uniform" + } + } + ] + }, + { + "type": "minecraft:empty", + "weight": 67 + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/enhancedcelestials/enhancedcelestials/lunar/event/aurora_moon.json b/global_packs/required_data/Star Academy/data/enhancedcelestials/enhancedcelestials/lunar/event/aurora_moon.json new file mode 100644 index 0000000..c126801 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/enhancedcelestials/enhancedcelestials/lunar/event/aurora_moon.json @@ -0,0 +1,91 @@ +{ + "client_settings": { + "color_settings": { + "moon_texture_color": "790099", + "sky_light_color": "790099" + }, + "moon_size": 20.0, + "moon_texture_location": "minecraft:textures/environment/moon_phases.png", + "sound_track": { + "sound_id": "enhancedcelestials:blue_moon" + } + }, + "dimension_chances": { + "minecraft:overworld": { + "chance": 0.1, + "min_number_of_nights_between": 4, + "valid_moon_phases": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7 + ] + } + }, + "drops": { + "drop_enhancer": { + "#enhancedcelestials:harvest_moon_crops": 2.0 + } + }, + "mob_settings": { + "blocks_sleeping": { + "type": "corgilib:flipped", + "condition_to_flip": { + "type": "corgilib:any" + } + }, + "lunar_spawn_settings": { + "force_surface_spawning": false, + "mob_spawn_settings": { + "spawn_costs": {}, + "spawners": { + "ambient": [], + "axolotls": [], + "creature": [], + "misc": [], + "monster": [], + "underground_water_creature": [], + "water_ambient": [], + "water_creature": [] + } + }, + "slimes_spawn_everywhere": false, + "use_biome_spawn_settings": true + }, + "mob_effects": [], + "spawn_category_multiplier": {} + }, + "text_components": { + "end_notification": { + "type": "CHAT", + "component": { + "key": "enhancedcelestials.notification.aurora_moon.set", + "style": { + "bold": true, + "color": "c655ff" + } + } + }, + "name": { + "key": "enhancedcelestials.name.aurora_moon", + "style": { + "bold": true, + "color": "c655ff" + } + }, + "start_notification": { + "type": "CHAT", + "component": { + "key": "enhancedcelestials.notification.aurora_moon.rise", + "style": { + "bold": true, + "color": "c655ff" + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/enhancedcelestials/enhancedcelestials/lunar/event/blood_moon.json b/global_packs/required_data/Star Academy/data/enhancedcelestials/enhancedcelestials/lunar/event/blood_moon.json new file mode 100644 index 0000000..9f4260b --- /dev/null +++ b/global_packs/required_data/Star Academy/data/enhancedcelestials/enhancedcelestials/lunar/event/blood_moon.json @@ -0,0 +1,91 @@ +{ + "client_settings": { + "color_settings": { + "moon_texture_color": "990000", + "sky_light_color": "990000" + }, + "moon_size": 20.0, + "moon_texture_location": "minecraft:textures/environment/moon_phases.png", + "sound_track": { + "sound_id": "enhancedcelestials:blood_moon" + } + }, + "dimension_chances": { + "minecraft:overworld": { + "chance": 0.1, + "min_number_of_nights_between": 4, + "valid_moon_phases": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7 + ] + } + }, + "drops": { + "drop_enhancer": {} + }, + "mob_settings": { + "blocks_sleeping": { + "type": "corgilib:flipped", + "condition_to_flip": { + "type": "corgilib:any" + } + }, + "lunar_spawn_settings": { + "force_surface_spawning": true, + "mob_spawn_settings": { + "spawn_costs": {}, + "spawners": { + "ambient": [], + "axolotls": [], + "creature": [], + "misc": [], + "monster": [], + "underground_water_creature": [], + "water_ambient": [], + "water_creature": [] + } + }, + "slimes_spawn_everywhere": false, + "use_biome_spawn_settings": true + }, + "mob_effects": [], + "spawn_category_multiplier": { + "monster": 2.25 + } + }, + "text_components": { + "end_notification": { + "type": "CHAT", + "component": { + "key": "enhancedcelestials.notification.blood_moon.set", + "style": { + "bold": true, + "color": "ff5555" + } + } + }, + "name": { + "key": "enhancedcelestials.name.blood_moon", + "style": { + "bold": true, + "color": "ff5555" + } + }, + "start_notification": { + "type": "CHAT", + "component": { + "key": "enhancedcelestials.notification.blood_moon.rise", + "style": { + "bold": true, + "color": "ff5555" + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/enhancedcelestials/enhancedcelestials/lunar/event/blue_moon.json b/global_packs/required_data/Star Academy/data/enhancedcelestials/enhancedcelestials/lunar/event/blue_moon.json new file mode 100644 index 0000000..ffdca2a --- /dev/null +++ b/global_packs/required_data/Star Academy/data/enhancedcelestials/enhancedcelestials/lunar/event/blue_moon.json @@ -0,0 +1,103 @@ +{ + "client_settings": { + "color_settings": { + "moon_texture_color": "9999", + "sky_light_color": "9999" + }, + "moon_size": 20.0, + "moon_texture_location": "minecraft:textures/environment/moon_phases.png", + "sound_track": { + "sound_id": "enhancedcelestials:blue_moon" + } + }, + "dimension_chances": { + "minecraft:overworld": { + "chance": 0.1, + "min_number_of_nights_between": 4, + "valid_moon_phases": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7 + ] + } + }, + "drops": { + "drop_enhancer": {} + }, + "mob_settings": { + "blocks_sleeping": { + "type": "corgilib:flipped", + "condition_to_flip": { + "type": "corgilib:any" + } + }, + "lunar_spawn_settings": { + "force_surface_spawning": false, + "mob_spawn_settings": { + "spawn_costs": {}, + "spawners": { + "ambient": [], + "axolotls": [], + "creature": [], + "misc": [], + "monster": [], + "underground_water_creature": [], + "water_ambient": [], + "water_creature": [] + } + }, + "slimes_spawn_everywhere": false, + "use_biome_spawn_settings": true + }, + "mob_effects": [ + { + "filter": { + "type": "corgilib:any" + }, + "mob_effect": { + "ambient": true, + "amplifier": 0, + "duration_in_ticks": 1210, + "effect": "minecraft:luck", + "show_icon": false, + "visible": false + } + } + ], + "spawn_category_multiplier": {} + }, + "text_components": { + "end_notification": { + "type": "CHAT", + "component": { + "key": "enhancedcelestials.notification.blue_moon.set", + "style": { + "bold": true, + "color": "55ffff" + } + } + }, + "name": { + "key": "enhancedcelestials.name.blue_moon", + "style": { + "bold": true, + "color": "55ffff" + } + }, + "start_notification": { + "type": "CHAT", + "component": { + "key": "enhancedcelestials.notification.blue_moon.rise", + "style": { + "bold": true, + "color": "55ffff" + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/enhancedcelestials/enhancedcelestials/lunar/event/default.json b/global_packs/required_data/Star Academy/data/enhancedcelestials/enhancedcelestials/lunar/event/default.json new file mode 100644 index 0000000..f590a23 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/enhancedcelestials/enhancedcelestials/lunar/event/default.json @@ -0,0 +1,59 @@ +{ + "client_settings": { + "color_settings": { + "moon_texture_color": "ffffff", + "sky_light_color": "3333ff" + }, + "moon_size": 20.0, + "moon_texture_location": "minecraft:textures/environment/moon_phases.png" + }, + "dimension_chances": {}, + "drops": { + "drop_enhancer": {} + }, + "mob_settings": { + "blocks_sleeping": { + "type": "corgilib:flipped", + "condition_to_flip": { + "type": "corgilib:any" + } + }, + "lunar_spawn_settings": { + "force_surface_spawning": false, + "mob_spawn_settings": { + "spawn_costs": {}, + "spawners": { + "ambient": [], + "axolotls": [], + "creature": [], + "misc": [], + "monster": [], + "underground_water_creature": [], + "water_ambient": [], + "water_creature": [] + } + }, + "slimes_spawn_everywhere": false, + "use_biome_spawn_settings": true + }, + "mob_effects": [], + "spawn_category_multiplier": {} + }, + "text_components": { + "end_notification": { + "type": "CHAT", + "component": { + "key": "" + } + }, + "name": { + "key": "enhancedcelestials.name.moon" + }, + "start_notification": { + "type": "CHAT", + "component": { + "key": "" + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/enhancedcelestials/enhancedcelestials/lunar/event/harvest_moon.json b/global_packs/required_data/Star Academy/data/enhancedcelestials/enhancedcelestials/lunar/event/harvest_moon.json new file mode 100644 index 0000000..70b2b4b --- /dev/null +++ b/global_packs/required_data/Star Academy/data/enhancedcelestials/enhancedcelestials/lunar/event/harvest_moon.json @@ -0,0 +1,91 @@ +{ + "client_settings": { + "color_settings": { + "moon_texture_color": "665828", + "sky_light_color": "99833b" + }, + "moon_size": 20.0, + "moon_texture_location": "minecraft:textures/environment/moon_phases.png", + "sound_track": { + "sound_id": "enhancedcelestials:harvest_moon" + } + }, + "dimension_chances": { + "minecraft:overworld": { + "chance": 0.1, + "min_number_of_nights_between": 4, + "valid_moon_phases": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7 + ] + } + }, + "drops": { + "drop_enhancer": { + "#enhancedcelestials:harvest_moon_crops": 2.0 + } + }, + "mob_settings": { + "blocks_sleeping": { + "type": "corgilib:flipped", + "condition_to_flip": { + "type": "corgilib:any" + } + }, + "lunar_spawn_settings": { + "force_surface_spawning": false, + "mob_spawn_settings": { + "spawn_costs": {}, + "spawners": { + "ambient": [], + "axolotls": [], + "creature": [], + "misc": [], + "monster": [], + "underground_water_creature": [], + "water_ambient": [], + "water_creature": [] + } + }, + "slimes_spawn_everywhere": false, + "use_biome_spawn_settings": true + }, + "mob_effects": [], + "spawn_category_multiplier": {} + }, + "text_components": { + "end_notification": { + "type": "CHAT", + "component": { + "key": "enhancedcelestials.notification.harvest_moon.set", + "style": { + "bold": true, + "color": "ffff55" + } + } + }, + "name": { + "key": "enhancedcelestials.name.harvest_moon", + "style": { + "bold": true, + "color": "ffff55" + } + }, + "start_notification": { + "type": "CHAT", + "component": { + "key": "enhancedcelestials.notification.harvest_moon.rise", + "style": { + "bold": true, + "color": "ffff55" + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/enhancedcelestials/enhancedcelestials/lunar/event/super_aurora_moon.json b/global_packs/required_data/Star Academy/data/enhancedcelestials/enhancedcelestials/lunar/event/super_aurora_moon.json new file mode 100644 index 0000000..ed8d54e --- /dev/null +++ b/global_packs/required_data/Star Academy/data/enhancedcelestials/enhancedcelestials/lunar/event/super_aurora_moon.json @@ -0,0 +1,84 @@ +{ + "client_settings": { + "color_settings": { + "moon_texture_color": "790099", + "sky_light_color": "790099" + }, + "moon_size": 40.0, + "moon_texture_location": "minecraft:textures/environment/moon_phases.png", + "sound_track": { + "sound_id": "enhancedcelestials:blue_moon" + } + }, + "dimension_chances": { + "minecraft:overworld": { + "chance": 0.05, + "min_number_of_nights_between": 20, + "valid_moon_phases": [ + 0 + ] + } + }, + "drops": { + "drop_enhancer": { + "#enhancedcelestials:harvest_moon_crops": 4.0 + } + }, + "mob_settings": { + "blocks_sleeping": { + "type": "corgilib:flipped", + "condition_to_flip": { + "type": "corgilib:any" + } + }, + "lunar_spawn_settings": { + "force_surface_spawning": false, + "mob_spawn_settings": { + "spawn_costs": {}, + "spawners": { + "ambient": [], + "axolotls": [], + "creature": [], + "misc": [], + "monster": [], + "underground_water_creature": [], + "water_ambient": [], + "water_creature": [] + } + }, + "slimes_spawn_everywhere": false, + "use_biome_spawn_settings": true + }, + "mob_effects": [], + "spawn_category_multiplier": {} + }, + "text_components": { + "end_notification": { + "type": "CHAT", + "component": { + "key": "enhancedcelestials.notification.super_aurora_moon.set", + "style": { + "bold": true, + "color": "c655ff" + } + } + }, + "name": { + "key": "enhancedcelestials.name.super_aurora_moon", + "style": { + "bold": true, + "color": "c655ff" + } + }, + "start_notification": { + "type": "CHAT", + "component": { + "key": "enhancedcelestials.notification.super_aurora_moon.rise", + "style": { + "bold": true, + "color": "c655ff" + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/enhancedcelestials/enhancedcelestials/lunar/event/super_blood_moon.json b/global_packs/required_data/Star Academy/data/enhancedcelestials/enhancedcelestials/lunar/event/super_blood_moon.json new file mode 100644 index 0000000..37c2940 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/enhancedcelestials/enhancedcelestials/lunar/event/super_blood_moon.json @@ -0,0 +1,84 @@ +{ + "client_settings": { + "color_settings": { + "moon_texture_color": "ff0000", + "sky_light_color": "ff0000" + }, + "moon_size": 40.0, + "moon_texture_location": "minecraft:textures/environment/moon_phases.png", + "sound_track": { + "sound_id": "enhancedcelestials:blood_moon" + } + }, + "dimension_chances": { + "minecraft:overworld": { + "chance": 0.05, + "min_number_of_nights_between": 20, + "valid_moon_phases": [ + 0 + ] + } + }, + "drops": { + "drop_enhancer": {} + }, + "mob_settings": { + "blocks_sleeping": { + "type": "corgilib:flipped", + "condition_to_flip": { + "type": "corgilib:any" + } + }, + "lunar_spawn_settings": { + "force_surface_spawning": true, + "mob_spawn_settings": { + "spawn_costs": {}, + "spawners": { + "ambient": [], + "axolotls": [], + "creature": [], + "misc": [], + "monster": [], + "underground_water_creature": [], + "water_ambient": [], + "water_creature": [] + } + }, + "slimes_spawn_everywhere": false, + "use_biome_spawn_settings": true + }, + "mob_effects": [], + "spawn_category_multiplier": { + "monster": 4.5 + } + }, + "text_components": { + "end_notification": { + "type": "CHAT", + "component": { + "key": "enhancedcelestials.notification.blood_moon.set", + "style": { + "bold": true, + "color": "ff5555" + } + } + }, + "name": { + "key": "enhancedcelestials.name.super_blood_moon", + "style": { + "bold": true, + "color": "ff5555" + } + }, + "start_notification": { + "type": "CHAT", + "component": { + "key": "enhancedcelestials.notification.super_blood_moon.rise", + "style": { + "bold": true, + "color": "ff5555" + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/enhancedcelestials/enhancedcelestials/lunar/event/super_blue_moon.json b/global_packs/required_data/Star Academy/data/enhancedcelestials/enhancedcelestials/lunar/event/super_blue_moon.json new file mode 100644 index 0000000..f74e25f --- /dev/null +++ b/global_packs/required_data/Star Academy/data/enhancedcelestials/enhancedcelestials/lunar/event/super_blue_moon.json @@ -0,0 +1,96 @@ +{ + "client_settings": { + "color_settings": { + "moon_texture_color": "ffff", + "sky_light_color": "ffff" + }, + "moon_size": 40.0, + "moon_texture_location": "minecraft:textures/environment/moon_phases.png", + "sound_track": { + "sound_id": "enhancedcelestials:blue_moon" + } + }, + "dimension_chances": { + "minecraft:overworld": { + "chance": 0.05, + "min_number_of_nights_between": 20, + "valid_moon_phases": [ + 0 + ] + } + }, + "drops": { + "drop_enhancer": {} + }, + "mob_settings": { + "blocks_sleeping": { + "type": "corgilib:flipped", + "condition_to_flip": { + "type": "corgilib:any" + } + }, + "lunar_spawn_settings": { + "force_surface_spawning": false, + "mob_spawn_settings": { + "spawn_costs": {}, + "spawners": { + "ambient": [], + "axolotls": [], + "creature": [], + "misc": [], + "monster": [], + "underground_water_creature": [], + "water_ambient": [], + "water_creature": [] + } + }, + "slimes_spawn_everywhere": false, + "use_biome_spawn_settings": true + }, + "mob_effects": [ + { + "filter": { + "type": "corgilib:any" + }, + "mob_effect": { + "ambient": true, + "amplifier": 4, + "duration_in_ticks": 1210, + "effect": "minecraft:luck", + "show_icon": false, + "visible": false + } + } + ], + "spawn_category_multiplier": {} + }, + "text_components": { + "end_notification": { + "type": "CHAT", + "component": { + "key": "enhancedcelestials.notification.super_blue_moon.set", + "style": { + "bold": true, + "color": "55ffff" + } + } + }, + "name": { + "key": "enhancedcelestials.name.super_blue_moon", + "style": { + "bold": true, + "color": "55ffff" + } + }, + "start_notification": { + "type": "CHAT", + "component": { + "key": "enhancedcelestials.notification.super_blue_moon.rise", + "style": { + "bold": true, + "color": "55ffff" + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/enhancedcelestials/enhancedcelestials/lunar/event/super_harvest_moon.json b/global_packs/required_data/Star Academy/data/enhancedcelestials/enhancedcelestials/lunar/event/super_harvest_moon.json new file mode 100644 index 0000000..aaada1f --- /dev/null +++ b/global_packs/required_data/Star Academy/data/enhancedcelestials/enhancedcelestials/lunar/event/super_harvest_moon.json @@ -0,0 +1,84 @@ +{ + "client_settings": { + "color_settings": { + "moon_texture_color": "ffdb63", + "sky_light_color": "ffdb63" + }, + "moon_size": 40.0, + "moon_texture_location": "minecraft:textures/environment/moon_phases.png", + "sound_track": { + "sound_id": "enhancedcelestials:harvest_moon" + } + }, + "dimension_chances": { + "minecraft:overworld": { + "chance": 0.05, + "min_number_of_nights_between": 20, + "valid_moon_phases": [ + 0 + ] + } + }, + "drops": { + "drop_enhancer": { + "#enhancedcelestials:harvest_moon_crops": 4.0 + } + }, + "mob_settings": { + "blocks_sleeping": { + "type": "corgilib:flipped", + "condition_to_flip": { + "type": "corgilib:any" + } + }, + "lunar_spawn_settings": { + "force_surface_spawning": false, + "mob_spawn_settings": { + "spawn_costs": {}, + "spawners": { + "ambient": [], + "axolotls": [], + "creature": [], + "misc": [], + "monster": [], + "underground_water_creature": [], + "water_ambient": [], + "water_creature": [] + } + }, + "slimes_spawn_everywhere": false, + "use_biome_spawn_settings": true + }, + "mob_effects": [], + "spawn_category_multiplier": {} + }, + "text_components": { + "end_notification": { + "type": "CHAT", + "component": { + "key": "enhancedcelestials.notification.super_harvest_moon.set", + "style": { + "bold": true, + "color": "ffff55" + } + } + }, + "name": { + "key": "enhancedcelestials.name.super_harvest_moon", + "style": { + "bold": true, + "color": "ffff55" + } + }, + "start_notification": { + "type": "CHAT", + "component": { + "key": "enhancedcelestials.notification.super_harvest_moon.rise", + "style": { + "bold": true, + "color": "ffff55" + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/enhancedcelestials/enhancedcelestials/lunar/event/super_moon.json b/global_packs/required_data/Star Academy/data/enhancedcelestials/enhancedcelestials/lunar/event/super_moon.json new file mode 100644 index 0000000..eab0ab8 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/enhancedcelestials/enhancedcelestials/lunar/event/super_moon.json @@ -0,0 +1,80 @@ +{ + "client_settings": { + "color_settings": { + "moon_texture_color": "ffffff", + "sky_light_color": "6766ff" + }, + "moon_size": 40.0, + "moon_texture_location": "minecraft:textures/environment/moon_phases.png" + }, + "dimension_chances": { + "minecraft:overworld": { + "chance": 0.05, + "min_number_of_nights_between": 20, + "valid_moon_phases": [ + 0 + ] + } + }, + "drops": { + "drop_enhancer": {} + }, + "mob_settings": { + "blocks_sleeping": { + "type": "corgilib:flipped", + "condition_to_flip": { + "type": "corgilib:any" + } + }, + "lunar_spawn_settings": { + "force_surface_spawning": false, + "mob_spawn_settings": { + "spawn_costs": {}, + "spawners": { + "ambient": [], + "axolotls": [], + "creature": [], + "misc": [], + "monster": [], + "underground_water_creature": [], + "water_ambient": [], + "water_creature": [] + } + }, + "slimes_spawn_everywhere": true, + "use_biome_spawn_settings": true + }, + "mob_effects": [], + "spawn_category_multiplier": {} + }, + "text_components": { + "end_notification": { + "type": "CHAT", + "component": { + "key": "enhancedcelestials.notification.super_moon.set", + "style": { + "bold": true, + "color": "ffffff" + } + } + }, + "name": { + "key": "enhancedcelestials.name.super_moon", + "style": { + "bold": true, + "color": "ffffff" + } + }, + "start_notification": { + "type": "CHAT", + "component": { + "bold": true, + "key": "enhancedcelestials.notification.super_moon.rise", + "style": { + "bold": true, + "color": "ffffff" + } + } + } + } +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/enhancedcelestials/tags/enhancedcelestials/lunar/event/aurora_moon.json b/global_packs/required_data/Star Academy/data/enhancedcelestials/tags/enhancedcelestials/lunar/event/aurora_moon.json new file mode 100644 index 0000000..7ef4a51 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/enhancedcelestials/tags/enhancedcelestials/lunar/event/aurora_moon.json @@ -0,0 +1,6 @@ +{ + "values": [ + "enhancedcelestials:aurora_moon", + "enhancedcelestials:super_aurora_moon" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/enhancedcelestials/tags/enhancedcelestials/lunar/event/blood_moon.json b/global_packs/required_data/Star Academy/data/enhancedcelestials/tags/enhancedcelestials/lunar/event/blood_moon.json new file mode 100644 index 0000000..d8d17be --- /dev/null +++ b/global_packs/required_data/Star Academy/data/enhancedcelestials/tags/enhancedcelestials/lunar/event/blood_moon.json @@ -0,0 +1,6 @@ +{ + "values": [ + "enhancedcelestials:blood_moon", + "enhancedcelestials:super_blood_moon" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/enhancedcelestials/tags/enhancedcelestials/lunar/event/blue_moon.json b/global_packs/required_data/Star Academy/data/enhancedcelestials/tags/enhancedcelestials/lunar/event/blue_moon.json new file mode 100644 index 0000000..2d90c5f --- /dev/null +++ b/global_packs/required_data/Star Academy/data/enhancedcelestials/tags/enhancedcelestials/lunar/event/blue_moon.json @@ -0,0 +1,6 @@ +{ + "values": [ + "enhancedcelestials:blue_moon", + "enhancedcelestials:super_blue_moon" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/enhancedcelestials/tags/enhancedcelestials/lunar/event/harvest_moon.json b/global_packs/required_data/Star Academy/data/enhancedcelestials/tags/enhancedcelestials/lunar/event/harvest_moon.json new file mode 100644 index 0000000..c8bf508 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/enhancedcelestials/tags/enhancedcelestials/lunar/event/harvest_moon.json @@ -0,0 +1,6 @@ +{ + "values": [ + "enhancedcelestials:harvest_moon", + "enhancedcelestials:super_harvest_moon" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/enhancedcelestials/tags/enhancedcelestials/lunar/event/moon.json b/global_packs/required_data/Star Academy/data/enhancedcelestials/tags/enhancedcelestials/lunar/event/moon.json new file mode 100644 index 0000000..8d1c9c5 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/enhancedcelestials/tags/enhancedcelestials/lunar/event/moon.json @@ -0,0 +1,9 @@ +{ + "values": [ + "enhancedcelestials:blood_moon", + "enhancedcelestials:blue_moon", + "enhancedcelestials:harvest_moon", + "enhancedcelestials:aurora_moon", + "enhancedcelestials:default" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/enhancedcelestials/tags/enhancedcelestials/lunar/event/super_moon.json b/global_packs/required_data/Star Academy/data/enhancedcelestials/tags/enhancedcelestials/lunar/event/super_moon.json new file mode 100644 index 0000000..f803605 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/enhancedcelestials/tags/enhancedcelestials/lunar/event/super_moon.json @@ -0,0 +1,9 @@ +{ + "values": [ + "enhancedcelestials:super_blood_moon", + "enhancedcelestials:super_blue_moon", + "enhancedcelestials:super_harvest_moon", + "enhancedcelestials:super_aurora_moon", + "enhancedcelestials:super_moon" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/enhancedcelestials/tags/items/harvest_moon_crops.json b/global_packs/required_data/Star Academy/data/enhancedcelestials/tags/items/harvest_moon_crops.json new file mode 100644 index 0000000..52dbf6a --- /dev/null +++ b/global_packs/required_data/Star Academy/data/enhancedcelestials/tags/items/harvest_moon_crops.json @@ -0,0 +1,28 @@ +{ + "values": [ + { + "id": "#c:crop", + "required": false + }, + { + "id": "#forge:crop", + "required": false + }, + { + "id": "#minecraft:crop", + "required": false + }, + { + "id": "#c:crops", + "required": false + }, + { + "id": "#forge:crops", + "required": false + }, + { + "id": "#minecraft:crops", + "required": false + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/hopo/loot_tables/chests/copper.json b/global_packs/required_data/Star Academy/data/hopo/loot_tables/chests/copper.json new file mode 100644 index 0000000..92dffe4 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/hopo/loot_tables/chests/copper.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/hopo/loot_tables/chests/coral.json b/global_packs/required_data/Star Academy/data/hopo/loot_tables/chests/coral.json new file mode 100644 index 0000000..92dffe4 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/hopo/loot_tables/chests/coral.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/hopo/loot_tables/chests/food.json b/global_packs/required_data/Star Academy/data/hopo/loot_tables/chests/food.json new file mode 100644 index 0000000..92dffe4 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/hopo/loot_tables/chests/food.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/hopo/loot_tables/chests/materials.json b/global_packs/required_data/Star Academy/data/hopo/loot_tables/chests/materials.json new file mode 100644 index 0000000..92dffe4 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/hopo/loot_tables/chests/materials.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/hopo/loot_tables/chests/prismarine.json b/global_packs/required_data/Star Academy/data/hopo/loot_tables/chests/prismarine.json new file mode 100644 index 0000000..7d1d715 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/hopo/loot_tables/chests/prismarine.json @@ -0,0 +1,208 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 20 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/stronghold_corridor" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/hopo/loot_tables/chests/small_ruin_cold.json b/global_packs/required_data/Star Academy/data/hopo/loot_tables/chests/small_ruin_cold.json new file mode 100644 index 0000000..7d1d715 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/hopo/loot_tables/chests/small_ruin_cold.json @@ -0,0 +1,208 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 20 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/stronghold_corridor" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/hopo/loot_tables/chests/small_ruin_warm.json b/global_packs/required_data/Star Academy/data/hopo/loot_tables/chests/small_ruin_warm.json new file mode 100644 index 0000000..7d1d715 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/hopo/loot_tables/chests/small_ruin_warm.json @@ -0,0 +1,208 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 20 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/stronghold_corridor" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/lootballs/loot_tables/azure_loot_table.json b/global_packs/required_data/Star Academy/data/lootballs/loot_tables/azure_loot_table.json new file mode 100644 index 0000000..448a1e4 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/lootballs/loot_tables/azure_loot_table.json @@ -0,0 +1,110 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 5.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:azure_ball", + "weight": 9 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 4.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:oran_berry", + "weight": 8 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:potion", + "weight": 7 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:ether", + "weight": 6 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive", + "weight": 4 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 1.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:leftovers", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 5.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_xs" + } + ], + "rolls": 1.0 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/lootballs/loot_tables/citrine_loot_table.json b/global_packs/required_data/Star Academy/data/lootballs/loot_tables/citrine_loot_table.json new file mode 100644 index 0000000..54a6a7d --- /dev/null +++ b/global_packs/required_data/Star Academy/data/lootballs/loot_tables/citrine_loot_table.json @@ -0,0 +1,110 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 5.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:citrine_ball", + "weight": 9 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 4.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:oran_berry", + "weight": 8 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:potion", + "weight": 7 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:ether", + "weight": 6 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive", + "weight": 4 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 1.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:leftovers", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 5.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_xs" + } + ], + "rolls": 1.0 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/lootballs/loot_tables/dive_loot_table.json b/global_packs/required_data/Star Academy/data/lootballs/loot_tables/dive_loot_table.json new file mode 100644 index 0000000..5ee4588 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/lootballs/loot_tables/dive_loot_table.json @@ -0,0 +1,87 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 5.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:dive_ball", + "weight": 8 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:water_stone", + "weight": 8 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:mystic_water", + "weight": 8 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:x_special_attack", + "weight": 4 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:power_lens", + "weight": 4 + } + ], + "rolls": 1.0 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/lootballs/loot_tables/great_loot_table.json b/global_packs/required_data/Star Academy/data/lootballs/loot_tables/great_loot_table.json new file mode 100644 index 0000000..1b58419 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/lootballs/loot_tables/great_loot_table.json @@ -0,0 +1,111 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 5.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:great_ball", + "weight": 8 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:super_potion", + "weight": 7 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:max_ether", + "weight": 7 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:elixir", + "weight": 7 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:max_revive", + "weight": 4 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 1.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 3.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:rare_candy", + "weight": 2 + } + ], + "rolls": 1.0 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/lootballs/loot_tables/heal_loot_table.json b/global_packs/required_data/Star Academy/data/lootballs/loot_tables/heal_loot_table.json new file mode 100644 index 0000000..a91bf82 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/lootballs/loot_tables/heal_loot_table.json @@ -0,0 +1,150 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 5.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:heal_ball", + "weight": 8 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:paralyze_heal", + "weight": 6 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:awakening", + "weight": 6 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:antidote", + "weight": 6 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:ice_heal", + "weight": 6 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:burn_heal", + "weight": 6 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:full_heal", + "weight": 3 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:max_revive", + "weight": 3 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:full_restore" + } + ], + "rolls": 1.0 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/lootballs/loot_tables/lure_loot_table.json b/global_packs/required_data/Star Academy/data/lootballs/loot_tables/lure_loot_table.json new file mode 100644 index 0000000..f17a4d1 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/lootballs/loot_tables/lure_loot_table.json @@ -0,0 +1,126 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 5.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:lure_ball", + "weight": 9 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:ice_stone", + "weight": 9 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:never_melt_ice", + "weight": 9 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:deep_sea_scale", + "weight": 6 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:deep_sea_tooth", + "weight": 6 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:power_anklet", + "weight": 3 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 1.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:dragon_scale", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 1.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m" + } + ], + "rolls": 1.0 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/lootballs/loot_tables/luxury_loot_table.json b/global_packs/required_data/Star Academy/data/lootballs/loot_tables/luxury_loot_table.json new file mode 100644 index 0000000..b2aa74a --- /dev/null +++ b/global_packs/required_data/Star Academy/data/lootballs/loot_tables/luxury_loot_table.json @@ -0,0 +1,39 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 5.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:luxury_ball", + "weight": 9 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:shiny_stone", + "weight": 8 + } + ], + "rolls": 1.0 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/lootballs/loot_tables/master_loot_table.json b/global_packs/required_data/Star Academy/data/lootballs/loot_tables/master_loot_table.json new file mode 100644 index 0000000..285c6b2 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/lootballs/loot_tables/master_loot_table.json @@ -0,0 +1,71 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 30.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 6 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 20.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 12.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:rare_candy", + "weight": 4 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 4.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_l", + "weight": 3 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 1.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_xl", + "weight": 2 + } + ], + "rolls": 1.0 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/lootballs/loot_tables/poke_loot_table.json b/global_packs/required_data/Star Academy/data/lootballs/loot_tables/poke_loot_table.json new file mode 100644 index 0000000..d80abe0 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/lootballs/loot_tables/poke_loot_table.json @@ -0,0 +1,110 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 5.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:poke_ball", + "weight": 9 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 4.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:oran_berry", + "weight": 8 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:potion", + "weight": 7 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:ether", + "weight": 6 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive", + "weight": 4 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 1.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:leftovers", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 5.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_xs" + } + ], + "rolls": 1.0 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/lootballs/loot_tables/premier_loot_table.json b/global_packs/required_data/Star Academy/data/lootballs/loot_tables/premier_loot_table.json new file mode 100644 index 0000000..a9bea3f --- /dev/null +++ b/global_packs/required_data/Star Academy/data/lootballs/loot_tables/premier_loot_table.json @@ -0,0 +1,110 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 5.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:premier_ball", + "weight": 9 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 4.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:oran_berry", + "weight": 8 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:potion", + "weight": 7 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:ether", + "weight": 6 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive", + "weight": 4 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 1.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:leftovers", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 5.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_xs" + } + ], + "rolls": 1.0 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/lootballs/loot_tables/repeat_loot_table.json b/global_packs/required_data/Star Academy/data/lootballs/loot_tables/repeat_loot_table.json new file mode 100644 index 0000000..b3e4328 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/lootballs/loot_tables/repeat_loot_table.json @@ -0,0 +1,94 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 5.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:repeat_ball", + "weight": 9 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:soft_sand", + "weight": 9 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:light_clay", + "weight": 9 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:power_band", + "weight": 4 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 1.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:dragon_fang", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 1.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:rare_candy" + } + ], + "rolls": 1.0 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/lootballs/loot_tables/roseate_loot_table.json b/global_packs/required_data/Star Academy/data/lootballs/loot_tables/roseate_loot_table.json new file mode 100644 index 0000000..ba6a95b --- /dev/null +++ b/global_packs/required_data/Star Academy/data/lootballs/loot_tables/roseate_loot_table.json @@ -0,0 +1,110 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 5.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:roseate_ball", + "weight": 9 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 4.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:oran_berry", + "weight": 8 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:potion", + "weight": 7 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:ether", + "weight": 6 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive", + "weight": 4 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 1.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:leftovers", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 5.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_xs" + } + ], + "rolls": 1.0 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/lootballs/loot_tables/safari_loot_table.json b/global_packs/required_data/Star Academy/data/lootballs/loot_tables/safari_loot_table.json new file mode 100644 index 0000000..85f1ad2 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/lootballs/loot_tables/safari_loot_table.json @@ -0,0 +1,126 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:sun_stone", + "weight": 7 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:silk_scarf", + "weight": 7 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 16.0, + "min": 6.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:razz_berry", + "weight": 6 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 16.0, + "min": 6.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:nanab_berry", + "weight": 6 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 16.0, + "min": 6.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:pinap_berry", + "weight": 6 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 1.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:lucky_egg", + "weight": 3 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 3.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_xs", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 1.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:rare_candy" + } + ], + "rolls": 1.0 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/lootballs/loot_tables/slate_loot_table.json b/global_packs/required_data/Star Academy/data/lootballs/loot_tables/slate_loot_table.json new file mode 100644 index 0000000..a99793d --- /dev/null +++ b/global_packs/required_data/Star Academy/data/lootballs/loot_tables/slate_loot_table.json @@ -0,0 +1,110 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 5.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:slate_ball", + "weight": 9 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 4.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:oran_berry", + "weight": 8 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:potion", + "weight": 7 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:ether", + "weight": 6 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive", + "weight": 4 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 1.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:leftovers", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 1.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:rare_candy" + } + ], + "rolls": 1.0 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/lootballs/loot_tables/ultra_loot_table.json b/global_packs/required_data/Star Academy/data/lootballs/loot_tables/ultra_loot_table.json new file mode 100644 index 0000000..200ae62 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/lootballs/loot_tables/ultra_loot_table.json @@ -0,0 +1,135 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 5.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:ultra_ball", + "weight": 8 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion", + "weight": 7 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:max_elixir", + "weight": 7 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:max_potion", + "weight": 7 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:full_restore", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 1.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:choice_band", + "weight": 3 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 1.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:choice_scarf", + "weight": 3 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 1.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:choice_specs", + "weight": 3 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 3.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:rare_candy", + "weight": 2 + } + ], + "rolls": 1.0 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/lootballs/loot_tables/verdant_loot_table.json b/global_packs/required_data/Star Academy/data/lootballs/loot_tables/verdant_loot_table.json new file mode 100644 index 0000000..5cf31a2 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/lootballs/loot_tables/verdant_loot_table.json @@ -0,0 +1,110 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 5.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:verdant_ball", + "weight": 9 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 4.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:oran_berry", + "weight": 8 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:potion", + "weight": 7 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:ether", + "weight": 6 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive", + "weight": 4 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 1.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:leftovers", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": 1.0, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:rare_candy" + } + ], + "rolls": 1.0 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/archaeology/desert_pyramid.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/archaeology/desert_pyramid.json new file mode 100644 index 0000000..22c9f49 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/archaeology/desert_pyramid.json @@ -0,0 +1,47 @@ +{ + "type": "minecraft:archaeology", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:archer_pottery_sherd" + }, + { + "type": "minecraft:item", + "name": "minecraft:miner_pottery_sherd" + }, + { + "type": "minecraft:item", + "name": "minecraft:prize_pottery_sherd" + }, + { + "type": "minecraft:item", + "name": "minecraft:skull_pottery_sherd" + }, + { + "type": "minecraft:item", + "name": "minecraft:diamond" + }, + { + "type": "minecraft:item", + "name": "minecraft:tnt" + }, + { + "type": "minecraft:item", + "name": "minecraft:gunpowder" + }, + { + "type": "minecraft:item", + "name": "minecraft:emerald" + }, + { + "type": "minecraft:item", + "name": "cobblemon:revive" + } + ], + "rolls": 1.0 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/archaeology/desert_well.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/archaeology/desert_well.json new file mode 100644 index 0000000..138fd4e --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/archaeology/desert_well.json @@ -0,0 +1,96 @@ +{ + "type": "minecraft:archaeology", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:arms_up_pottery_sherd", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "minecraft:brewer_pottery_sherd", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "minecraft:brick" + }, + { + "type": "minecraft:item", + "name": "minecraft:emerald" + }, + { + "type": "minecraft:item", + "name": "minecraft:stick" + }, + { + "type": "minecraft:item", + "functions": [ + { + "effects": [ + { + "type": "minecraft:night_vision", + "duration": { + "type": "minecraft:uniform", + "max": 10.0, + "min": 7.0 + } + }, + { + "type": "minecraft:jump_boost", + "duration": { + "type": "minecraft:uniform", + "max": 10.0, + "min": 7.0 + } + }, + { + "type": "minecraft:weakness", + "duration": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 6.0 + } + }, + { + "type": "minecraft:blindness", + "duration": { + "type": "minecraft:uniform", + "max": 7.0, + "min": 5.0 + } + }, + { + "type": "minecraft:poison", + "duration": { + "type": "minecraft:uniform", + "max": 20.0, + "min": 10.0 + } + }, + { + "type": "minecraft:saturation", + "duration": { + "type": "minecraft:uniform", + "max": 10.0, + "min": 7.0 + } + } + ], + "function": "minecraft:set_stew_effect" + } + ], + "name": "minecraft:suspicious_stew" + }, + { + "type": "minecraft:item", + "name": "cobblemon:max_revive" + } + ], + "rolls": 1.0 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/archaeology/ocean_ruin_cold.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/archaeology/ocean_ruin_cold.json new file mode 100644 index 0000000..35425ec --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/archaeology/ocean_ruin_cold.json @@ -0,0 +1,60 @@ +{ + "type": "minecraft:archaeology", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:blade_pottery_sherd" + }, + { + "type": "minecraft:item", + "name": "minecraft:explorer_pottery_sherd" + }, + { + "type": "minecraft:item", + "name": "minecraft:mourner_pottery_sherd" + }, + { + "type": "minecraft:item", + "name": "minecraft:plenty_pottery_sherd" + }, + { + "type": "minecraft:item", + "name": "minecraft:iron_axe" + }, + { + "type": "minecraft:item", + "name": "minecraft:emerald", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "minecraft:wheat", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "minecraft:wooden_hoe", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "minecraft:coal", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "minecraft:gold_nugget", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:revive" + } + ], + "rolls": 1.0 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/archaeology/ocean_ruin_warm.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/archaeology/ocean_ruin_warm.json new file mode 100644 index 0000000..a7ce729 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/archaeology/ocean_ruin_warm.json @@ -0,0 +1,60 @@ +{ + "type": "minecraft:archaeology", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:angler_pottery_sherd" + }, + { + "type": "minecraft:item", + "name": "minecraft:shelter_pottery_sherd" + }, + { + "type": "minecraft:item", + "name": "minecraft:snort_pottery_sherd" + }, + { + "type": "minecraft:item", + "name": "minecraft:sniffer_egg" + }, + { + "type": "minecraft:item", + "name": "minecraft:iron_axe" + }, + { + "type": "minecraft:item", + "name": "minecraft:emerald", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "minecraft:wheat", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "minecraft:wooden_hoe", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "minecraft:coal", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "minecraft:gold_nugget", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:revive" + } + ], + "rolls": 1.0 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/archaeology/trail_ruins_common.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/archaeology/trail_ruins_common.json new file mode 100644 index 0000000..a27db65 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/archaeology/trail_ruins_common.json @@ -0,0 +1,153 @@ +{ + "type": "minecraft:archaeology", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:emerald", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "minecraft:wheat", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "minecraft:wooden_hoe", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "minecraft:clay", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "minecraft:brick", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "minecraft:yellow_dye", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "minecraft:blue_dye", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "minecraft:light_blue_dye", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "minecraft:white_dye", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "minecraft:orange_dye", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "minecraft:red_candle", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "minecraft:green_candle", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "minecraft:purple_candle", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "minecraft:brown_candle", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "minecraft:magenta_stained_glass_pane" + }, + { + "type": "minecraft:item", + "name": "minecraft:pink_stained_glass_pane" + }, + { + "type": "minecraft:item", + "name": "minecraft:blue_stained_glass_pane" + }, + { + "type": "minecraft:item", + "name": "minecraft:light_blue_stained_glass_pane" + }, + { + "type": "minecraft:item", + "name": "minecraft:red_stained_glass_pane" + }, + { + "type": "minecraft:item", + "name": "minecraft:yellow_stained_glass_pane" + }, + { + "type": "minecraft:item", + "name": "minecraft:purple_stained_glass_pane" + }, + { + "type": "minecraft:item", + "name": "minecraft:spruce_hanging_sign" + }, + { + "type": "minecraft:item", + "name": "minecraft:oak_hanging_sign" + }, + { + "type": "minecraft:item", + "name": "minecraft:gold_nugget" + }, + { + "type": "minecraft:item", + "name": "minecraft:coal" + }, + { + "type": "minecraft:item", + "name": "minecraft:wheat_seeds" + }, + { + "type": "minecraft:item", + "name": "minecraft:beetroot_seeds" + }, + { + "type": "minecraft:item", + "name": "minecraft:dead_bush" + }, + { + "type": "minecraft:item", + "name": "minecraft:flower_pot" + }, + { + "type": "minecraft:item", + "name": "minecraft:string" + }, + { + "type": "minecraft:item", + "name": "minecraft:lead" + }, + { + "type": "minecraft:item", + "name": "cobblemon:revive" + } + ], + "rolls": 1.0 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/archaeology/trail_ruins_rare.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/archaeology/trail_ruins_rare.json new file mode 100644 index 0000000..9bfea55 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/archaeology/trail_ruins_rare.json @@ -0,0 +1,63 @@ +{ + "type": "minecraft:archaeology", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:burn_pottery_sherd" + }, + { + "type": "minecraft:item", + "name": "minecraft:danger_pottery_sherd" + }, + { + "type": "minecraft:item", + "name": "minecraft:friend_pottery_sherd" + }, + { + "type": "minecraft:item", + "name": "minecraft:heart_pottery_sherd" + }, + { + "type": "minecraft:item", + "name": "minecraft:heartbreak_pottery_sherd" + }, + { + "type": "minecraft:item", + "name": "minecraft:howl_pottery_sherd" + }, + { + "type": "minecraft:item", + "name": "minecraft:sheaf_pottery_sherd" + }, + { + "type": "minecraft:item", + "name": "minecraft:wayfinder_armor_trim_smithing_template" + }, + { + "type": "minecraft:item", + "name": "minecraft:raiser_armor_trim_smithing_template" + }, + { + "type": "minecraft:item", + "name": "minecraft:shaper_armor_trim_smithing_template" + }, + { + "type": "minecraft:item", + "name": "minecraft:host_armor_trim_smithing_template" + }, + { + "type": "minecraft:item", + "name": "minecraft:music_disc_relic" + }, + { + "type": "minecraft:item", + "name": "cobblemon:max_revive" + } + ], + "rolls": 1.0 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/abandoned_mineshaft.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/abandoned_mineshaft.json new file mode 100644 index 0000000..92dffe4 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/abandoned_mineshaft.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/ancient_city.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/ancient_city.json new file mode 100644 index 0000000..e615887 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/ancient_city.json @@ -0,0 +1,339 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier3" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier3" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 50, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier3" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier2" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:gender_swapper" + }, + { + "type": "minecraft:item", + "weight": 50, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:iv_random" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:level_random" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:name_tag", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "enchantments": [ + "minecraft:swift_sneak" + ], + "function": "minecraft:enchant_randomly" + } + ], + "name": "minecraft:book", + "weight": 3 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "minecraft:echo_shard", + "weight": 4 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 10.0, + "min": 5.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:empty", + "weight": 75 + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_ball_loot", + "weight": 29 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:dream_ball", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/vitamin_loot", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:max_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + }, + { + "type": "minecraft:item", + "name": "cobblemon:max_revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/evo_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 0.0 + } + } + ], + "random_sequence": "minecraft:chests/ancient_city" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/ancient_city_ice_box.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/ancient_city_ice_box.json new file mode 100644 index 0000000..852655e --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/ancient_city_ice_box.json @@ -0,0 +1,301 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier4" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier4" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier4" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier3" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:shiny_swapper" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:gender_swapper" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:iv_random" + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:level_random" + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_ball_loot", + "weight": 29 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:dream_ball", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_l", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/vitamin_loot", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:max_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + }, + { + "type": "minecraft:item", + "name": "cobblemon:max_revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/evo_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/ancient_city_ice_box" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/bastion_bridge.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/bastion_bridge.json new file mode 100644 index 0000000..fd4daa6 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/bastion_bridge.json @@ -0,0 +1,248 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:netherite_upgrade_smithing_template" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_ball_loot", + "weight": 29 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier2", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/held_item_2_loot", + "weight": 58 + }, + { + "type": "minecraft:item", + "name": "cobblemon:auspicious_armor" + }, + { + "type": "minecraft:item", + "name": "cobblemon:malicious_armor" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 0.0 + } + } + ], + "random_sequence": "minecraft:chests/bastion_bridge" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/bastion_hoglin_stable.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/bastion_hoglin_stable.json new file mode 100644 index 0000000..1ac65e7 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/bastion_hoglin_stable.json @@ -0,0 +1,248 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:netherite_upgrade_smithing_template" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_ball_loot", + "weight": 29 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier2", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/held_item_2_loot", + "weight": 58 + }, + { + "type": "minecraft:item", + "name": "cobblemon:auspicious_armor" + }, + { + "type": "minecraft:item", + "name": "cobblemon:malicious_armor" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 0.0 + } + } + ], + "random_sequence": "minecraft:chests/bastion_hoglin_stable" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/bastion_other.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/bastion_other.json new file mode 100644 index 0000000..92a31dd --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/bastion_other.json @@ -0,0 +1,248 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:netherite_upgrade_smithing_template" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_ball_loot", + "weight": 29 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier2", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/held_item_2_loot", + "weight": 58 + }, + { + "type": "minecraft:item", + "name": "cobblemon:auspicious_armor" + }, + { + "type": "minecraft:item", + "name": "cobblemon:malicious_armor" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 0.0 + } + } + ], + "random_sequence": "minecraft:chests/bastion_other" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/bastion_treasure.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/bastion_treasure.json new file mode 100644 index 0000000..2c3e250 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/bastion_treasure.json @@ -0,0 +1,303 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier4" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier4" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier4" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier3" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:shiny_swapper" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:gender_swapper" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:iv_random" + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:level_random" + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:netherite_upgrade_smithing_template" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_ball_loot", + "weight": 29 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_l", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/vitamin_loot", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + }, + { + "type": "minecraft:item", + "name": "cobblemon:max_revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/held_item_2_loot", + "weight": 18 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/bastion_treasure" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/buried_treasure.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/buried_treasure.json new file mode 100644 index 0000000..78cc789 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/buried_treasure.json @@ -0,0 +1,255 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier3" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier3" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 50, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier3" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier2" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:gender_swapper" + }, + { + "type": "minecraft:item", + "weight": 50, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:iv_random" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:level_random" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:heart_of_the_sea" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 29 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/vitamin_loot", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:revive", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/buried_treasure" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/desert_pyramid.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/desert_pyramid.json new file mode 100644 index 0000000..b2bbdfd --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/desert_pyramid.json @@ -0,0 +1,140 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 3 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 20 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 0.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/desert_pyramid" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/end_city_treasure.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/end_city_treasure.json new file mode 100644 index 0000000..91d8a22 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/end_city_treasure.json @@ -0,0 +1,265 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier3" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier3" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 50, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier3" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier2" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:gender_swapper" + }, + { + "type": "minecraft:item", + "weight": 50, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:iv_random" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:level_random" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_ball_loot", + "weight": 29 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/vitamin_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:max_revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/held_item_2_loot", + "weight": 2 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/held_item_1_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 0.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:empty", + "weight": 20 + }, + { + "type": "minecraft:item", + "name": "cobblemon:master_ball" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "minecraft:chests/end_city_treasure" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/igloo_chest.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/igloo_chest.json new file mode 100644 index 0000000..2ab10b0 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/igloo_chest.json @@ -0,0 +1,172 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_xs", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:super_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/igloo_chest" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/jungle_temple.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/jungle_temple.json new file mode 100644 index 0000000..1077301 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/jungle_temple.json @@ -0,0 +1,172 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_xs", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:super_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/jungle_temple" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/nether_bridge.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/nether_bridge.json new file mode 100644 index 0000000..2759bf5 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/nether_bridge.json @@ -0,0 +1,226 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier2", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:super_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:empty", + "weight": 2 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/evo_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 0.0 + } + } + ], + "random_sequence": "minecraft:chests/nether_bridge" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/pillager_outpost.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/pillager_outpost.json new file mode 100644 index 0000000..ecff555 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/pillager_outpost.json @@ -0,0 +1,215 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 30 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier2", + "weight": 7 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ] + }, + { + "type": "minecraft:item", + "name": "cobblemon:revive", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/pillager_outpost" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/ruined_portal.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/ruined_portal.json new file mode 100644 index 0000000..7913b6f --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/ruined_portal.json @@ -0,0 +1,163 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot", + "weight": 3 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_xs", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 7 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:super_potion" + }, + { + "type": "minecraft:item", + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/ruined_portal" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/shipwreck_supply.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/shipwreck_supply.json new file mode 100644 index 0000000..e18eca7 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/shipwreck_supply.json @@ -0,0 +1,136 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot", + "weight": 3 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_xs", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "cobblemon:dive_ball" + } + ], + "rolls": 2.0 + } + ], + "random_sequence": "minecraft:chests/shipwreck_supply" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/shipwreck_treasure.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/shipwreck_treasure.json new file mode 100644 index 0000000..3207411 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/shipwreck_treasure.json @@ -0,0 +1,169 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 0.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 3 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/shipwreck_treasure" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/simple_dungeon.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/simple_dungeon.json new file mode 100644 index 0000000..072ff4c --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/simple_dungeon.json @@ -0,0 +1,179 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:super_potion" + }, + { + "type": "minecraft:item", + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 0.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:empty" + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/held_item_1_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 0.0 + } + } + ], + "random_sequence": "minecraft:chests/simple_dungeon" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/stronghold_corridor.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/stronghold_corridor.json new file mode 100644 index 0000000..7d1d715 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/stronghold_corridor.json @@ -0,0 +1,208 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 20 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/stronghold_corridor" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/stronghold_crossing.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/stronghold_crossing.json new file mode 100644 index 0000000..67bfa97 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/stronghold_crossing.json @@ -0,0 +1,208 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 20 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/stronghold_crossing" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/stronghold_library.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/stronghold_library.json new file mode 100644 index 0000000..e5dea88 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/stronghold_library.json @@ -0,0 +1,178 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 20 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier2", + "weight": 2 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 0.0 + } + } + ], + "random_sequence": "minecraft:chests/stronghold_library" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/underwater_ruin_big.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/underwater_ruin_big.json new file mode 100644 index 0000000..6c4ca52 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/underwater_ruin_big.json @@ -0,0 +1,129 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 0.0 + } + } + ], + "random_sequence": "minecraft:chests/underwater_ruin_big" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/underwater_ruin_small.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/underwater_ruin_small.json new file mode 100644 index 0000000..7868b77 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/underwater_ruin_small.json @@ -0,0 +1,154 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "decoration": "red_x", + "function": "minecraft:exploration_map", + "skip_existing_chunks": false, + "zoom": 1 + }, + { + "function": "minecraft:set_name", + "name": { + "translate": "filled_map.buried_treasure" + } + } + ], + "name": "minecraft:map", + "weight": 5 + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 0.0 + } + } + ], + "random_sequence": "minecraft:chests/underwater_ruin_small" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/village/village_armorer.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/village/village_armorer.json new file mode 100644 index 0000000..c24c87c --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/village/village_armorer.json @@ -0,0 +1,167 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:potion", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:vivichoke_seeds", + "weight": 5 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/village/village_butcher.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/village/village_butcher.json new file mode 100644 index 0000000..d1ad0cf --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/village/village_butcher.json @@ -0,0 +1,127 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:potion", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:vivichoke_seeds", + "weight": 5 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/village/village_cartographer.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/village/village_cartographer.json new file mode 100644 index 0000000..4b66c86 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/village/village_cartographer.json @@ -0,0 +1,128 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:potion", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:vivichoke_seeds", + "weight": 5 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/village/village_cartographer" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/village/village_desert_house.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/village/village_desert_house.json new file mode 100644 index 0000000..87fa7ad --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/village/village_desert_house.json @@ -0,0 +1,188 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:potion", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:vivichoke_seeds", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:oran_berry" + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:persim_berry" + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:rawst_berry" + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:pinap_berry" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/village/village_desert_house" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/village/village_fisher.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/village/village_fisher.json new file mode 100644 index 0000000..252a122 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/village/village_fisher.json @@ -0,0 +1,128 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:potion", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:vivichoke_seeds", + "weight": 5 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/village/village_fisher" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/village/village_fletcher.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/village/village_fletcher.json new file mode 100644 index 0000000..6a0db40 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/village/village_fletcher.json @@ -0,0 +1,128 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:potion", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:vivichoke_seeds", + "weight": 5 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/village/village_fletcher" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/village/village_mason.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/village/village_mason.json new file mode 100644 index 0000000..c014711 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/village/village_mason.json @@ -0,0 +1,128 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:potion", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:vivichoke_seeds", + "weight": 5 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/village/village_mason" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/village/village_plains_house.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/village/village_plains_house.json new file mode 100644 index 0000000..4c6ba8e --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/village/village_plains_house.json @@ -0,0 +1,189 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:potion", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:vivichoke_seeds", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:oran_berry" + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:persim_berry" + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:cheri_berry", + "min": 1.0 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:wepear_berry" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/village/village_plains_house" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/village/village_savanna_house.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/village/village_savanna_house.json new file mode 100644 index 0000000..2a6860e --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/village/village_savanna_house.json @@ -0,0 +1,188 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:potion", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:vivichoke_seeds", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:oran_berry" + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:persim_berry" + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:chesto_berry" + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:razz_berry" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/village/village_savanna_house" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/village/village_shepherd.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/village/village_shepherd.json new file mode 100644 index 0000000..21d538c --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/village/village_shepherd.json @@ -0,0 +1,128 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:potion", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:vivichoke_seeds", + "weight": 5 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/village/village_shepherd" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/village/village_snowy_house.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/village/village_snowy_house.json new file mode 100644 index 0000000..883623f --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/village/village_snowy_house.json @@ -0,0 +1,188 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:potion", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:vivichoke_seeds", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:oran_berry" + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:persim_berry" + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:aspear_berry" + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:bluk_berry" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/village/village_snowy_house" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/village/village_taiga_house.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/village/village_taiga_house.json new file mode 100644 index 0000000..400b695 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/village/village_taiga_house.json @@ -0,0 +1,188 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:potion", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:vivichoke_seeds", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:oran_berry" + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:persim_berry" + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:chesto_berry" + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:razz_berry" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/village/village_taiga_house" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/village/village_tannery.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/village/village_tannery.json new file mode 100644 index 0000000..6c9bc08 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/village/village_tannery.json @@ -0,0 +1,128 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:potion", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:vivichoke_seeds", + "weight": 5 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/village/village_tannery" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/village/village_temple.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/village/village_temple.json new file mode 100644 index 0000000..dd87a72 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/village/village_temple.json @@ -0,0 +1,132 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "name": "cobblemon:potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:vivichoke_seeds", + "weight": 5 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/village/village_temple" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/village/village_toolsmith.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/village/village_toolsmith.json new file mode 100644 index 0000000..0709ca2 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/village/village_toolsmith.json @@ -0,0 +1,162 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:potion", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot" + } + ], + "rolls": 3.0 + } + ], + "random_sequence": "minecraft:chests/village/village_toolsmith" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/village/village_weaponsmith.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/village/village_weaponsmith.json new file mode 100644 index 0000000..f8edf2b --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/village/village_weaponsmith.json @@ -0,0 +1,162 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:potion", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot" + } + ], + "rolls": 3.0 + } + ], + "random_sequence": "minecraft:chests/village/village_weaponsmith" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/woodland_mansion.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/woodland_mansion.json new file mode 100644 index 0000000..f97b347 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/woodland_mansion.json @@ -0,0 +1,246 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier3" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier3" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 50, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier3" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier2" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:gender_swapper" + }, + { + "type": "minecraft:item", + "weight": 50, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:iv_random" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:level_random" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": 3.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/vitamin_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "name": "cobblemon:revive" + }, + { + "type": "minecraft:item", + "name": "cobblemon:max_revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/woodland_mansion" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/apricorn_ball_loot.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/apricorn_ball_loot.json new file mode 100644 index 0000000..50ecf43 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/apricorn_ball_loot.json @@ -0,0 +1,272 @@ +{ + "type": "loot_table", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:net_ball" + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:dive_ball" + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:nest_ball" + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:repeat_ball" + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:timer_ball" + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:luxury_ball" + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:dusk_ball" + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:heal_ball" + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:quick_ball" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:fast_ball" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:level_ball" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:lure_ball" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:heavy_ball" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:love_ball" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:friend_ball" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:moon_ball" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:sport_ball" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:park_ball" + } + ], + "rolls": 1.0 + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/apricorn_loot.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/apricorn_loot.json new file mode 100644 index 0000000..e3566a1 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/apricorn_loot.json @@ -0,0 +1,148 @@ +{ + "type": "loot_table", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:red_apricorn", + "weight": 6 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:yellow_apricorn", + "weight": 6 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:green_apricorn", + "weight": 6 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:blue_apricorn", + "weight": 6 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:pink_apricorn", + "weight": 6 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:black_apricorn", + "weight": 6 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:white_apricorn", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "cobblemon:red_apricorn_seed" + }, + { + "type": "minecraft:item", + "name": "cobblemon:yellow_apricorn_seed" + }, + { + "type": "minecraft:item", + "name": "cobblemon:green_apricorn_seed" + }, + { + "type": "minecraft:item", + "name": "cobblemon:blue_apricorn_seed" + }, + { + "type": "minecraft:item", + "name": "cobblemon:green_apricorn_seed" + }, + { + "type": "minecraft:item", + "name": "cobblemon:pink_apricorn_seed" + }, + { + "type": "minecraft:item", + "name": "cobblemon:black_apricorn_seed" + }, + { + "type": "minecraft:item", + "name": "cobblemon:white_apricorn_seed" + } + ], + "rolls": 1.0 + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/basic_loot.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/basic_loot.json new file mode 100644 index 0000000..17e7de6 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/basic_loot.json @@ -0,0 +1,146 @@ +{ + "type": "loot_table", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:poke_ball", + "weight": 3 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:citrine_ball", + "weight": 3 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:verdant_ball", + "weight": 3 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:azure_ball", + "weight": 3 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:roseate_ball", + "weight": 3 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:slate_ball", + "weight": 3 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:premier_ball", + "weight": 3 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:great_ball", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:ultra_ball", + "weight": 5 + } + ], + "rolls": 1.0 + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/cobblefood_loot_tier1.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/cobblefood_loot_tier1.json new file mode 100644 index 0000000..6b29479 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/cobblefood_loot_tier1.json @@ -0,0 +1,1046 @@ +{ + "type": "loot_table", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_cheri_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_chesto_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_pecha_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_rawst_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_aspear_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_leppa_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_oran_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_persim_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_lum_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_sitrus_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_figy_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_wiki_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_mago_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_aguav_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_iapapa_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_razz_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_bluk_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_nanab_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_wepear_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_pinap_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_pomeg_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_kelpsy_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_qualot_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_hondew_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_grepa_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_tamato_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_cornn_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_magost_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_rabuta_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_nomel_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_spelon_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_pamtre_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_watmel_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_durin_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_belue_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_occa_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_passho_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_wacan_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_rindo_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_yache_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_chople_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_kebia_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_shuca_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_coba_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_payapa_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_tanga_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_charti_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_kasib_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_haban_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_colbur_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_babiri_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_chilan_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_liechi_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_ganlon_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_salac_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_petaya_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_apicot_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_lansat_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_starf_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_enigma_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_micle_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_custap_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_jaboca_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_rowap_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_roseli_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_kee_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_maranga_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_hopo_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblefoods:roasted_touga_berry", + "weight": 1 + } + ], + "rolls": 1.0 + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/cobblefood_loot_tier2.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/cobblefood_loot_tier2.json new file mode 100644 index 0000000..4aea023 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/cobblefood_loot_tier2.json @@ -0,0 +1,131 @@ +{ + "type": "loot_table", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:x_attack", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:x_defence", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:x_special_attack", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:x_special_defence", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:x_speed", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:x_accuracy", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:dire_hit", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:guard_spec", + "weight": 10 + } + ], + "rolls": 1.0 + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/cobblefood_loot_tier3.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/cobblefood_loot_tier3.json new file mode 100644 index 0000000..4aea023 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/cobblefood_loot_tier3.json @@ -0,0 +1,131 @@ +{ + "type": "loot_table", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:x_attack", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:x_defence", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:x_special_attack", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:x_special_defence", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:x_speed", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:x_accuracy", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:dire_hit", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:guard_spec", + "weight": 10 + } + ], + "rolls": 1.0 + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/cobblefood_loot_tier4.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/cobblefood_loot_tier4.json new file mode 100644 index 0000000..4aea023 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/cobblefood_loot_tier4.json @@ -0,0 +1,131 @@ +{ + "type": "loot_table", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:x_attack", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:x_defence", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:x_special_attack", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:x_special_defence", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:x_speed", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:x_accuracy", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:dire_hit", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:guard_spec", + "weight": 10 + } + ], + "rolls": 1.0 + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/evo_item_loot.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/evo_item_loot.json new file mode 100644 index 0000000..0425a0b --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/evo_item_loot.json @@ -0,0 +1,179 @@ +{ + "type": "loot_table", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "cobblemon:link_cable", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "cobblemon:dragon_scale", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:kings_rock", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:metal_coat", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:upgrade", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:dubious_disc", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:deep_sea_scale", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:deep_sea_tooth", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:electirizer", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:magmarizer", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:oval_stone", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:protector", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:reaper_cloth", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:prism_scale", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:sachet", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:whipped_dream", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:strawberry_sweet" + }, + { + "type": "minecraft:item", + "name": "cobblemon:love_sweet" + }, + { + "type": "minecraft:item", + "name": "cobblemon:berry_sweet" + }, + { + "type": "minecraft:item", + "name": "cobblemon:clover_sweet" + }, + { + "type": "minecraft:item", + "name": "cobblemon:flower_sweet" + }, + { + "type": "minecraft:item", + "name": "cobblemon:star_sweet" + }, + { + "type": "minecraft:item", + "name": "cobblemon:ribbon_sweet" + }, + { + "type": "minecraft:item", + "name": "cobblemon:chipped_pot", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:cracked_pot", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:sweet_apple", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:tart_apple", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:galarica_cuff", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:galarica_wreath", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:black_augurite", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:peat_block", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:razor_claw", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:razor_fang", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:auspicious_armor", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:malicious_armor", + "weight": 2 + } + ], + "rolls": 1.0 + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/feather_loot_tier1.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/feather_loot_tier1.json new file mode 100644 index 0000000..06851f0 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/feather_loot_tier1.json @@ -0,0 +1,101 @@ +{ + "type": "loot_table", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:muscle_feather", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:clever_feather", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:resist_feather", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:genius_feather", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:health_feather", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:swift_feather", + "weight": 10 + } + ], + "rolls": 1.0 + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/feather_loot_tier2.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/feather_loot_tier2.json new file mode 100644 index 0000000..0426ced --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/feather_loot_tier2.json @@ -0,0 +1,101 @@ +{ + "type": "loot_table", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:muscle_feather", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:clever_feather", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:resist_feather", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:genius_feather", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:health_feather", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:swift_feather", + "weight": 10 + } + ], + "rolls": 1.0 + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/held_item_1_loot.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/held_item_1_loot.json new file mode 100644 index 0000000..1dc6ad9 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/held_item_1_loot.json @@ -0,0 +1,86 @@ +{ + "type": "loot_table", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "cobblemon:metal_coat", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:black_glasses", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:charcoal_stick", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:dragon_fang", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:hard_stone", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:magnet", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:miracle_seed", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:mystic_water", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:never_melt_ice", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:poison_barb", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:silk_scarf", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:silver_powder", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:soft_sand", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:spell_tag", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:twisted_spoon", + "weight": 2 + } + ], + "rolls": 1.0 + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/held_item_2_loot.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/held_item_2_loot.json new file mode 100644 index 0000000..2d0f9c1 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/held_item_2_loot.json @@ -0,0 +1,156 @@ +{ + "type": "loot_table", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "cobblemon:kings_rock", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:deep_sea_scale", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:deep_sea_tooth", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:razor_claw", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:razor_fang", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:black_sludge", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:choice_band", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:choice_scarf", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:choice_specs", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:focus_band", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:heavy_duty_boots", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:light_clay", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:mental_herb", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:mirror_herb", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:muscle_band", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:power_anklet", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:power_band", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:power_belt", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:power_bracer", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:power_herb", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:power_lens", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:power_weight", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:quick_claw", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:rocky_helmet", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:safety_goggles", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:wise_glasses", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:white_herb", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:bright_powder", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:destiny_knot", + "weight": 2 + } + ], + "rolls": 1.0 + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/iv_add_tier1.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/iv_add_tier1.json new file mode 100644 index 0000000..d87b5fb --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/iv_add_tier1.json @@ -0,0 +1,71 @@ +{ + "type": "loot_table", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_sp_def_common", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_sp_def_uncommon", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_sp_atk_common", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_sp_atk_uncommon", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_speed_common", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_speed_uncommon", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_atk_common", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_atk_uncommon", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_def_common", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_def_uncommon", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_hp_common", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_hp_uncommon", + "weight": 1 + } + ], + "rolls": 1.0 + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/iv_add_tier2.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/iv_add_tier2.json new file mode 100644 index 0000000..f1df8f1 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/iv_add_tier2.json @@ -0,0 +1,101 @@ +{ + "type": "loot_table", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_sp_def_uncommon", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_sp_def_rare", + "weight": 3 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_sp_def_epic", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_sp_atk_uncommon", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_sp_atk_rare", + "weight": 3 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_sp_atk_epic", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_speed_uncommon", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_speed_rare", + "weight": 3 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_speed_epic", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_atk_uncommon", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_atk_rare", + "weight": 3 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_atk_epic", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_def_uncommon", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_def_rare", + "weight": 3 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_def_epic", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_hp_uncommon", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_hp_rare", + "weight": 3 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_hp_epic", + "weight": 1 + } + ], + "rolls": 1.0 + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/iv_add_tier3.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/iv_add_tier3.json new file mode 100644 index 0000000..0bcc926 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/iv_add_tier3.json @@ -0,0 +1,101 @@ +{ + "type": "loot_table", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_sp_def_rare", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_sp_def_epic", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_sp_def_legendary", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_sp_atk_rare", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_sp_atk_epic", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_sp_atk_legendary", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_speed_rare", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_speed_epic", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_speed_legendary", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_atk_rare", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_atk_epic", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_atk_legendary", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_def_rare", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_def_epic", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_def_legendary", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_hp_rare", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_hp_epic", + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:iv_add_hp_legendary", + "weight": 1 + } + ], + "rolls": 1.0 + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/mythsandlegends.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/mythsandlegends.json new file mode 100644 index 0000000..20d4f7b --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/mythsandlegends.json @@ -0,0 +1,406 @@ +{ + "type": "loot_table", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "myths_and_legends:adamant_orb", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:aurora_ticket", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:azure_flute", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:blue_orb", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:bonus_disk", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:clear_bell", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:dna_splicer", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:eon_ticket", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:griseous_orb", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:gs_ball", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:jade_orb", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:liberty_pass", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:lustrous_orb", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:member_card", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:oaks_letter", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:old_sea_map", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:red_orb", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:rusted_shield", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:rusted_sword", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:tidal_bell", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:dr_fujis_diary", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:rainbow_wing", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:silver_wing", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:violet_book", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:scarlet_book", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:cocoon_of_destruction", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:sapling_of_life", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:zygarde_cell", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:zygarde_core", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:zygarde_cube", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:mystery_box", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:reveal_glass", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:dark_stone", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:light_stone", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:teal_mask", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:sun_flute", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:moon_flute", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:lunar_feather", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:magma_stone", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:diancies_crown", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:fini_totem", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:genesect_drive", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:grassland_blade", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:hoopa_ring", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:ironwill_sword", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:koko_totem", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:lele_totem", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:lillies_bag", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:meloetta_headset", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:necro_prism", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:prism_bottle", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:sacred_sword", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:steam_valve", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:type_null_mask", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:antique_pokeball", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:eternatus_core", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:kubfus_band", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:marshadow_hood", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:plasma_tablet", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:prismatic_shell", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:reins_of_unity", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:scaly_tablet", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:scroll_of_water", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:soul_heart", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:zarudes_cape", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:zeraoras_thunderclaw", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:ancient_tablet", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:mythical_pecha_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:scroll_of_darkness", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:azelf_fang", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:mesprit_plume", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:stone_tablet", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:uxie_claw", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:ice_tablet", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:steel_tablet", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:bulu_totem", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:cavern_shield", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:iceroot_carrot", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:shaderoot_carrot", + "weight": 1 + } + ], + "rolls": 1.0 + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/nature_changer.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/nature_changer.json new file mode 100644 index 0000000..d282370 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/nature_changer.json @@ -0,0 +1,141 @@ +{ + "type": "loot_table", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "cobblemizer:nature_changer_adamant", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:nature_changer_bashful", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:nature_changer_bold", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:nature_changer_brave", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:nature_changer_calm", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:nature_changer_careful", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:nature_changer_docile", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:nature_changer_adamant", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:nature_changer_gentle", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:nature_changer_hardy", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:nature_changer_hasty", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:nature_changer_impish", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:nature_changer_jolly", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:nature_changer_lax", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:nature_changer_lonely", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:nature_changer_mild", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:nature_changer_modest", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:nature_changer_naive", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:nature_changer_naughty", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:nature_changer_quiet", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:nature_changer_quirky", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:nature_changer_rash", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:nature_changer_relaxed", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:nature_changer_sassy", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:nature_changer_serious", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "cobblemizer:nature_changer_timid", + "weight": 1 + } + ], + "rolls": 1.0 + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/pokeblocks_tier1.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/pokeblocks_tier1.json new file mode 100644 index 0000000..07f6f0c --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/pokeblocks_tier1.json @@ -0,0 +1,186 @@ +{ + "type": "loot_table", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_bulbasaur", + "weight": 10 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_squirtle", + "weight": 10 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_charmander", + "weight": 10 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_smoliv", + "weight": 10 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_rellor", + "weight": 10 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_happiny", + "weight": 10 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_swinub", + "weight": 10 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_drifloon", + "weight": 10 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_rookidee", + "weight": 10 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_wailmer", + "weight": 10 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_rowlet", + "weight": 10 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_lickitung", + "weight": 3 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_mareep", + "weight": 3 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_dolliv", + "weight": 3 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_arboliva", + "weight": 3 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_wooper", + "weight": 3 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_gastly", + "weight": 3 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_sandygast", + "weight": 3 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shellder", + "weight": 3 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_pumpkaboo", + "weight": 3 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_bellossom", + "weight": 3 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_bulbasaur_posed", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_flaaffy", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_snorlax", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_sentret", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_furret", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_munchlax", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_rabsca", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_wartortle", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_quagsire", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_corvisquire", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_eevee", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_cloyster", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_wailord", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_phantump", + "weight": 1 + } + ], + "rolls": 1.0 + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/pokeblocks_tier2.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/pokeblocks_tier2.json new file mode 100644 index 0000000..7c87e23 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/pokeblocks_tier2.json @@ -0,0 +1,196 @@ +{ + "type": "loot_table", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_bulbasaur_posed", + "weight": 20 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_flaaffy", + "weight": 20 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_snorlax", + "weight": 20 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_sentret", + "weight": 20 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_furret", + "weight": 20 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_munchlax", + "weight": 20 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_rabsca", + "weight": 20 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_wartortle", + "weight": 20 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_quagsire", + "weight": 20 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_corvisquire", + "weight": 20 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_eevee", + "weight": 20 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_cloyster", + "weight": 20 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_wailord", + "weight": 20 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_phantump", + "weight": 20 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_calyrex", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_ampharos", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:applin_basket", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_sableye", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_absol", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_ivysaur", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:magikarp_fishbowl", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_stonjourner", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_palossand", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_tropius", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_mimikyu", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_calyrex_animated", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_washing_machine", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_venusaur", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_blastoise", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_gengar", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_corviknight", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_gholdengo", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_netherite_gholdengo", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_kyogre", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_trevenant", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_marshadow", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_marshadow_zenith", + "weight": 1 + } + ], + "rolls": 1.0 + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/pokeblocks_tier3.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/pokeblocks_tier3.json new file mode 100644 index 0000000..e444d0f --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/pokeblocks_tier3.json @@ -0,0 +1,406 @@ +{ + "type": "loot_table", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_calyrex", + "weight": 28 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_ampharos", + "weight": 28 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:applin_basket", + "weight": 28 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_sableye", + "weight": 28 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_absol", + "weight": 28 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_ivysaur", + "weight": 28 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:magikarp_fishbowl", + "weight": 28 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_stonjourner", + "weight": 28 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_palossand", + "weight": 28 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_tropius", + "weight": 28 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_mimikyu", + "weight": 28 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_calyrex_animated", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_washing_machine", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_venusaur", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_blastoise", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_gengar", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_corviknight", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_gholdengo", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_netherite_gholdengo", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_kyogre", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_trevenant", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_marshadow", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_marshadow_zenith", + "weight": 6 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_bulbasaur", + "weight": 40 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_squirtle", + "weight": 40 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_charmander", + "weight": 40 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_smoliv", + "weight": 40 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_rellor", + "weight": 40 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_happiny", + "weight": 40 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_swinub", + "weight": 40 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_drifloon", + "weight": 40 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_rookidee", + "weight": 40 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_wailmer", + "weight": 40 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_rowlet", + "weight": 40 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_lickitung", + "weight": 24 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_mareep", + "weight": 24 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_dolliv", + "weight": 24 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_arboliva", + "weight": 24 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_wooper", + "weight": 24 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_gastly", + "weight": 24 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_sandygast", + "weight": 24 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_shellder", + "weight": 24 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_pumpkaboo", + "weight": 24 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_bellossom", + "weight": 24 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_bulbasaur_posed", + "weight": 12 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_flaaffy", + "weight": 12 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_snorlax", + "weight": 12 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_sentret", + "weight": 12 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_furret", + "weight": 12 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_munchlax", + "weight": 12 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_rabsca", + "weight": 12 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_wartortle", + "weight": 12 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_quagsire", + "weight": 12 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_corvisquire", + "weight": 12 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_eevee", + "weight": 12 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_cloyster", + "weight": 12 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_wailord", + "weight": 12 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_phantump", + "weight": 12 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_calyrex", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_ampharos", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_sableye", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_absol", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_ivysaur", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_stonjourner", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_palossand", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_tropius", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_mimikyu", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_calyrex_animated", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_washing_machine", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_venusaur", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_blastoise", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_gengar", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_corviknight", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_gholdengo", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_netherite_gholdengo", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_kyogre", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_trevenant", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_marshadow", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_marshadow_zenith", + "weight": 1 + } + ], + "rolls": 1.0 + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/pokeblocks_tier4.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/pokeblocks_tier4.json new file mode 100644 index 0000000..f698580 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/pokeblocks_tier4.json @@ -0,0 +1,691 @@ +{ + "type": "loot_table", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_calyrex", + "weight": 112 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_ampharos", + "weight": 112 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:applin_basket", + "weight": 112 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_sableye", + "weight": 112 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_absol", + "weight": 112 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_ivysaur", + "weight": 112 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:magikarp_fishbowl", + "weight": 112 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_stonjourner", + "weight": 112 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_palossand", + "weight": 112 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_tropius", + "weight": 112 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_mimikyu", + "weight": 112 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_calyrex_animated", + "weight": 24 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_washing_machine", + "weight": 24 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_venusaur", + "weight": 24 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_blastoise", + "weight": 24 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_gengar", + "weight": 24 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_corviknight", + "weight": 24 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_gholdengo", + "weight": 24 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_netherite_gholdengo", + "weight": 24 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_kyogre", + "weight": 24 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_trevenant", + "weight": 24 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_marshadow", + "weight": 24 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_marshadow_zenith", + "weight": 24 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_bulbasaur", + "weight": 160 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_squirtle", + "weight": 160 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_charmander", + "weight": 160 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_smoliv", + "weight": 160 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_rellor", + "weight": 160 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_happiny", + "weight": 160 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_swinub", + "weight": 160 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_drifloon", + "weight": 160 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_rookidee", + "weight": 160 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_wailmer", + "weight": 160 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_rowlet", + "weight": 160 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_lickitung", + "weight": 96 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_mareep", + "weight": 96 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_dolliv", + "weight": 96 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_arboliva", + "weight": 96 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_wooper", + "weight": 96 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_gastly", + "weight": 96 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_sandygast", + "weight": 96 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_shellder", + "weight": 96 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_pumpkaboo", + "weight": 96 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_bellossom", + "weight": 96 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_bulbasaur_posed", + "weight": 48 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_flaaffy", + "weight": 48 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_snorlax", + "weight": 48 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_sentret", + "weight": 48 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_furret", + "weight": 48 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_munchlax", + "weight": 48 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_rabsca", + "weight": 48 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_wartortle", + "weight": 48 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_quagsire", + "weight": 48 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_corvisquire", + "weight": 48 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_eevee", + "weight": 48 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_cloyster", + "weight": 48 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_wailord", + "weight": 48 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_phantump", + "weight": 48 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_calyrex", + "weight": 16 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_ampharos", + "weight": 16 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_sableye", + "weight": 16 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_absol", + "weight": 16 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_ivysaur", + "weight": 16 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_stonjourner", + "weight": 16 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_palossand", + "weight": 16 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_tropius", + "weight": 16 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_mimikyu", + "weight": 16 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_calyrex_animated", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_washing_machine", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_venusaur", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_blastoise", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_gengar", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_corviknight", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_gholdengo", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_netherite_gholdengo", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_kyogre", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_trevenant", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_marshadow", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:gigantic_pokedoll_marshadow_zenith", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_bulbasaur", + "weight": 20 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_squirtle", + "weight": 20 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_charmander", + "weight": 20 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_smoliv", + "weight": 20 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_rellor", + "weight": 20 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_happiny", + "weight": 20 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_swinub", + "weight": 20 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_drifloon", + "weight": 20 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_rookidee", + "weight": 20 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_wailmer", + "weight": 20 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_rowlet", + "weight": 20 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_lickitung", + "weight": 12 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_mareep", + "weight": 12 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_dolliv", + "weight": 12 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_arboliva", + "weight": 12 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_wooper", + "weight": 12 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_gastly", + "weight": 12 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_sandygast", + "weight": 12 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_shellder", + "weight": 12 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_pumpkaboo", + "weight": 12 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_bellossom", + "weight": 12 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_bulbasaur_posed", + "weight": 8 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_flaaffy", + "weight": 8 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_snorlax", + "weight": 8 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_sentret", + "weight": 8 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_furret", + "weight": 8 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_munchlax", + "weight": 8 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_rabsca", + "weight": 8 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_wartortle", + "weight": 8 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_quagsire", + "weight": 8 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_corvisquire", + "weight": 8 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_eevee", + "weight": 8 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_cloyster", + "weight": 8 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_wailord", + "weight": 8 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_phantump", + "weight": 8 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_calyrex", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_ampharos", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:shiny_applin_basket", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_sableye", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_absol", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_ivysaur", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:shiny_magikarp_fishbowl", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_stonjourner", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_palossand", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_tropius", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_mimikyu", + "weight": 4 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_calyrex_animated", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_venusaur", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_blastoise", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_gengar", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_corviknight", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_gholdengo", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_netherite_gholdengo", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_kyogre", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_trevenant", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_marshadow", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "pokeblocks:pokedoll_shiny_marshadow_zenith", + "weight": 1 + } + ], + "rolls": 1.0 + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/special_ball_loot.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/special_ball_loot.json new file mode 100644 index 0000000..23eeea5 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/special_ball_loot.json @@ -0,0 +1,146 @@ +{ + "type": "loot_table", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:net_ball", + "weight": 3 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:dive_ball", + "weight": 3 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:nest_ball", + "weight": 3 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:repeat_ball", + "weight": 3 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:timer_ball", + "weight": 3 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:luxury_ball", + "weight": 3 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:dusk_ball", + "weight": 3 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:heal_ball", + "weight": 3 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:quick_ball", + "weight": 3 + } + ], + "rolls": 1.0 + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/status_healing_loot.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/status_healing_loot.json new file mode 100644 index 0000000..169ad28 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/status_healing_loot.json @@ -0,0 +1,101 @@ +{ + "type": "loot_table", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:full_heal", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:antidote", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:awakening", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:burn_heal", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:ice_heal", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:paralyze_heal", + "weight": 10 + } + ], + "rolls": 1.0 + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/vitamin_loot.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/vitamin_loot.json new file mode 100644 index 0000000..363d406 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/vitamin_loot.json @@ -0,0 +1,101 @@ +{ + "type": "loot_table", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hp_up", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:protein", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:iron", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:calcium", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:zinc", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:carbos", + "weight": 10 + } + ], + "rolls": 1.0 + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/x_item_loot.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/x_item_loot.json new file mode 100644 index 0000000..4aea023 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/x_item_loot.json @@ -0,0 +1,131 @@ +{ + "type": "loot_table", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:x_attack", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:x_defence", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:x_special_attack", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:x_special_defence", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:x_speed", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:x_accuracy", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:dire_hit", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:guard_spec", + "weight": 10 + } + ], + "rolls": 1.0 + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/convenientdecor/umbrella.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/convenientdecor/umbrella.json new file mode 100644 index 0000000..810e9a0 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/convenientdecor/umbrella.json @@ -0,0 +1,96 @@ +{ + "type": "loot_table", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "name": "convenientdecor:pink_umbrella", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "convenientdecor:magenta_umbrella", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "convenientdecor:light_blue_umbrella", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "convenientdecor:white_umbrella", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "convenientdecor:purple_umbrella", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "convenientdecor:light_gray_umbrella", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "convenientdecor:black_umbrella", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "convenientdecor:cyan_umbrella", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "convenientdecor:brown_umbrella", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "convenientdecor:orange_umbrella", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "convenientdecor:lime_umbrella", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "convenientdecor:green_umbrella", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "convenientdecor:red_umbrella", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "convenientdecor:yellow_umbrella", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "convenientdecor:gray_umbrella", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "convenientdecor:blue_umbrella", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "convenientdecor:broken_umbrella", + "weight": 1 + } + ], + "rolls": 1.0 + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/numismatic/bronze_tier0.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/numismatic/bronze_tier0.json new file mode 100644 index 0000000..301907f --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/numismatic/bronze_tier0.json @@ -0,0 +1,32 @@ +{ + "type": "loot_table", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "numismatic-overhaul:money_bag", + "functions": [ + { + "function": "academy:set_money_bag", + "bronze": { + "type": "uniform", + "min": 1, + "max": 10 + }, + "combine": false + } + ] + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/numismatic/bronze_tier1.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/numismatic/bronze_tier1.json new file mode 100644 index 0000000..0c2a8e6 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/numismatic/bronze_tier1.json @@ -0,0 +1,32 @@ +{ + "type": "loot_table", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "numismatic-overhaul:money_bag", + "functions": [ + { + "function": "academy:set_money_bag", + "bronze": { + "type": "uniform", + "min": 10, + "max": 30 + }, + "combine": false + } + ] + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/numismatic/bronze_tier2.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/numismatic/bronze_tier2.json new file mode 100644 index 0000000..4407d15 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/numismatic/bronze_tier2.json @@ -0,0 +1,32 @@ +{ + "type": "loot_table", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "numismatic-overhaul:money_bag", + "functions": [ + { + "function": "academy:set_money_bag", + "bronze": { + "type": "uniform", + "min": 30, + "max": 50 + }, + "combine": false + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/numismatic/bronze_tier3.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/numismatic/bronze_tier3.json new file mode 100644 index 0000000..c417bce --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/numismatic/bronze_tier3.json @@ -0,0 +1,32 @@ +{ + "type": "loot_table", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "numismatic-overhaul:money_bag", + "functions": [ + { + "function": "academy:set_money_bag", + "bronze": { + "type": "uniform", + "min": 50, + "max": 90 + }, + "combine": false + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/numismatic/bronze_tier4.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/numismatic/bronze_tier4.json new file mode 100644 index 0000000..fabc3a7 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/numismatic/bronze_tier4.json @@ -0,0 +1,32 @@ +{ + "type": "loot_table", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "numismatic-overhaul:money_bag", + "functions": [ + { + "function": "academy:set_money_bag", + "bronze": { + "type": "uniform", + "min": 100, + "max": 300 + }, + "combine": true + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/minecraft/loot_tables/numismatic/bronze_tier5.json b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/numismatic/bronze_tier5.json new file mode 100644 index 0000000..607e5f7 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/minecraft/loot_tables/numismatic/bronze_tier5.json @@ -0,0 +1,32 @@ +{ + "type": "loot_table", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "numismatic-overhaul:money_bag", + "functions": [ + { + "function": "academy:set_money_bag", + "bronze": { + "type": "uniform", + "min": 300, + "max": 500 + }, + "combine": true + } + ] + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + } + ] + } \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/mss/loot_tables/abandoned.json b/global_packs/required_data/Star Academy/data/mss/loot_tables/abandoned.json new file mode 100644 index 0000000..92dffe4 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/mss/loot_tables/abandoned.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/mss/loot_tables/cart.json b/global_packs/required_data/Star Academy/data/mss/loot_tables/cart.json new file mode 100644 index 0000000..92dffe4 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/mss/loot_tables/cart.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/mss/loot_tables/cartographer_tower.json b/global_packs/required_data/Star Academy/data/mss/loot_tables/cartographer_tower.json new file mode 100644 index 0000000..92dffe4 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/mss/loot_tables/cartographer_tower.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/mss/loot_tables/cathedral_base.json b/global_packs/required_data/Star Academy/data/mss/loot_tables/cathedral_base.json new file mode 100644 index 0000000..92dffe4 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/mss/loot_tables/cathedral_base.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/mss/loot_tables/cathedral_common.json b/global_packs/required_data/Star Academy/data/mss/loot_tables/cathedral_common.json new file mode 100644 index 0000000..d13569b --- /dev/null +++ b/global_packs/required_data/Star Academy/data/mss/loot_tables/cathedral_common.json @@ -0,0 +1,177 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_ball_loot", + "weight": 29 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 0.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/held_item_1_loot", + "weight": 18 + }, + { + "type": "minecraft:item", + "name": "cobblemon:auspicious_armor" + }, + { + "type": "minecraft:item", + "name": "cobblemon:malicious_armor" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 0.0 + } + } + ], + "random_sequence": "minecraft:chests/bastion_other" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/mss/loot_tables/cathedral_rare.json b/global_packs/required_data/Star Academy/data/mss/loot_tables/cathedral_rare.json new file mode 100644 index 0000000..e68f886 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/mss/loot_tables/cathedral_rare.json @@ -0,0 +1,284 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier3" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier3" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 50, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier3" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier2" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:gender_swapper" + }, + { + "type": "minecraft:item", + "weight": 50, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:iv_random" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:level_random" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 5, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_ball_loot", + "weight": 29 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/vitamin_loot", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + }, + { + "type": "minecraft:item", + "name": "cobblemon:max_revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/held_item_1_loot", + "weight": 40 + }, + { + "type": "minecraft:item", + "name": "cobblemon:auspicious_armor" + }, + { + "type": "minecraft:item", + "name": "cobblemon:malicious_armor" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/bastion_treasure" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/mss/loot_tables/crystal.json b/global_packs/required_data/Star Academy/data/mss/loot_tables/crystal.json new file mode 100644 index 0000000..7d1d715 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/mss/loot_tables/crystal.json @@ -0,0 +1,208 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 20 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/stronghold_corridor" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/mss/loot_tables/empty.json b/global_packs/required_data/Star Academy/data/mss/loot_tables/empty.json new file mode 100644 index 0000000..03762cf --- /dev/null +++ b/global_packs/required_data/Star Academy/data/mss/loot_tables/empty.json @@ -0,0 +1,58 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier0" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "rolls": { + "type": "minecraft:uniform", + "min": 1, + "max": 2 + }, + "bonus_rolls": 0, + "entries": [ + { + "type": "minecraft:item", + "weight": 5, + "name": "cobblemon:exp_candy_xs", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1, + "max": 3 + } + } + ] + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1, + "max": 2 + } + } + ] + } + ] + } + ] + } + \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/mss/loot_tables/floating_islands.json b/global_packs/required_data/Star Academy/data/mss/loot_tables/floating_islands.json new file mode 100644 index 0000000..92dffe4 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/mss/loot_tables/floating_islands.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/mss/loot_tables/general.json b/global_packs/required_data/Star Academy/data/mss/loot_tables/general.json new file mode 100644 index 0000000..92dffe4 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/mss/loot_tables/general.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/mss/loot_tables/houses_books.json b/global_packs/required_data/Star Academy/data/mss/loot_tables/houses_books.json new file mode 100644 index 0000000..888fe5a --- /dev/null +++ b/global_packs/required_data/Star Academy/data/mss/loot_tables/houses_books.json @@ -0,0 +1,138 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 20 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 2 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 0.0 + } + } + ], + "random_sequence": "minecraft:chests/stronghold_library" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/mss/loot_tables/houses_common.json b/global_packs/required_data/Star Academy/data/mss/loot_tables/houses_common.json new file mode 100644 index 0000000..92dffe4 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/mss/loot_tables/houses_common.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/mss/loot_tables/houses_desert.json b/global_packs/required_data/Star Academy/data/mss/loot_tables/houses_desert.json new file mode 100644 index 0000000..92dffe4 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/mss/loot_tables/houses_desert.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/mss/loot_tables/houses_flower.json b/global_packs/required_data/Star Academy/data/mss/loot_tables/houses_flower.json new file mode 100644 index 0000000..92dffe4 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/mss/loot_tables/houses_flower.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/mss/loot_tables/houses_rare.json b/global_packs/required_data/Star Academy/data/mss/loot_tables/houses_rare.json new file mode 100644 index 0000000..8ee0e29 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/mss/loot_tables/houses_rare.json @@ -0,0 +1,300 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier4" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier4" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier4" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier3" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:shiny_swapper" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:gender_swapper" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:iv_random" + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:level_random" + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_ball_loot", + "weight": 29 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_l", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/vitamin_loot", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + }, + { + "type": "minecraft:item", + "name": "cobblemon:max_revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/held_item_1_loot", + "weight": 40 + }, + { + "type": "minecraft:item", + "name": "cobblemon:auspicious_armor" + }, + { + "type": "minecraft:item", + "name": "cobblemon:malicious_armor" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/bastion_treasure" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/mss/loot_tables/houses_uncommon.json b/global_packs/required_data/Star Academy/data/mss/loot_tables/houses_uncommon.json new file mode 100644 index 0000000..7d1d715 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/mss/loot_tables/houses_uncommon.json @@ -0,0 +1,208 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 20 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/stronghold_corridor" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/mss/loot_tables/jungle_tower.json b/global_packs/required_data/Star Academy/data/mss/loot_tables/jungle_tower.json new file mode 100644 index 0000000..92dffe4 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/mss/loot_tables/jungle_tower.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/mss/loot_tables/large_carts.json b/global_packs/required_data/Star Academy/data/mss/loot_tables/large_carts.json new file mode 100644 index 0000000..92dffe4 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/mss/loot_tables/large_carts.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/mss/loot_tables/large_carts_2.json b/global_packs/required_data/Star Academy/data/mss/loot_tables/large_carts_2.json new file mode 100644 index 0000000..92dffe4 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/mss/loot_tables/large_carts_2.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/mss/loot_tables/mushroom_pond.json b/global_packs/required_data/Star Academy/data/mss/loot_tables/mushroom_pond.json new file mode 100644 index 0000000..92dffe4 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/mss/loot_tables/mushroom_pond.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/mss/loot_tables/pillager.json b/global_packs/required_data/Star Academy/data/mss/loot_tables/pillager.json new file mode 100644 index 0000000..92dffe4 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/mss/loot_tables/pillager.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/mss/loot_tables/rare.json b/global_packs/required_data/Star Academy/data/mss/loot_tables/rare.json new file mode 100644 index 0000000..8ee0e29 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/mss/loot_tables/rare.json @@ -0,0 +1,300 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier4" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier4" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier4" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier3" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:shiny_swapper" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:gender_swapper" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:iv_random" + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:level_random" + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_ball_loot", + "weight": 29 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_l", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/vitamin_loot", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + }, + { + "type": "minecraft:item", + "name": "cobblemon:max_revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/held_item_1_loot", + "weight": 40 + }, + { + "type": "minecraft:item", + "name": "cobblemon:auspicious_armor" + }, + { + "type": "minecraft:item", + "name": "cobblemon:malicious_armor" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/bastion_treasure" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/mss/loot_tables/swamps.json b/global_packs/required_data/Star Academy/data/mss/loot_tables/swamps.json new file mode 100644 index 0000000..92dffe4 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/mss/loot_tables/swamps.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/mvs/loot_tables/abandoned.json b/global_packs/required_data/Star Academy/data/mvs/loot_tables/abandoned.json new file mode 100644 index 0000000..92dffe4 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/mvs/loot_tables/abandoned.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/mvs/loot_tables/cart.json b/global_packs/required_data/Star Academy/data/mvs/loot_tables/cart.json new file mode 100644 index 0000000..92dffe4 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/mvs/loot_tables/cart.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/mvs/loot_tables/cartographer_tower.json b/global_packs/required_data/Star Academy/data/mvs/loot_tables/cartographer_tower.json new file mode 100644 index 0000000..92dffe4 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/mvs/loot_tables/cartographer_tower.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/mvs/loot_tables/cathedral_base.json b/global_packs/required_data/Star Academy/data/mvs/loot_tables/cathedral_base.json new file mode 100644 index 0000000..92dffe4 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/mvs/loot_tables/cathedral_base.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/mvs/loot_tables/cathedral_common.json b/global_packs/required_data/Star Academy/data/mvs/loot_tables/cathedral_common.json new file mode 100644 index 0000000..d13569b --- /dev/null +++ b/global_packs/required_data/Star Academy/data/mvs/loot_tables/cathedral_common.json @@ -0,0 +1,177 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_ball_loot", + "weight": 29 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 0.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/held_item_1_loot", + "weight": 18 + }, + { + "type": "minecraft:item", + "name": "cobblemon:auspicious_armor" + }, + { + "type": "minecraft:item", + "name": "cobblemon:malicious_armor" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 0.0 + } + } + ], + "random_sequence": "minecraft:chests/bastion_other" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/mvs/loot_tables/cathedral_rare.json b/global_packs/required_data/Star Academy/data/mvs/loot_tables/cathedral_rare.json new file mode 100644 index 0000000..8a04dae --- /dev/null +++ b/global_packs/required_data/Star Academy/data/mvs/loot_tables/cathedral_rare.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "sophisticatedstorage:packing_tape" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:dirt" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 12.0, + "min": 4.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:paper" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 12.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:candle" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:pointed_dripstone" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/mvs/loot_tables/crystal.json b/global_packs/required_data/Star Academy/data/mvs/loot_tables/crystal.json new file mode 100644 index 0000000..7d1d715 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/mvs/loot_tables/crystal.json @@ -0,0 +1,208 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 20 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/stronghold_corridor" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/mvs/loot_tables/empty.json b/global_packs/required_data/Star Academy/data/mvs/loot_tables/empty.json new file mode 100644 index 0000000..3fd1aef --- /dev/null +++ b/global_packs/required_data/Star Academy/data/mvs/loot_tables/empty.json @@ -0,0 +1,58 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier0" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "rolls": { + "type": "minecraft:uniform", + "min": 0, + "max": 2 + }, + "bonus_rolls": 0, + "entries": [ + { + "type": "minecraft:item", + "weight": 5, + "name": "cobblemon:exp_candy_xs", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1, + "max": 3 + } + } + ] + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1, + "max": 2 + } + } + ] + } + ] + } + ] + } + \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/mvs/loot_tables/floating_islands.json b/global_packs/required_data/Star Academy/data/mvs/loot_tables/floating_islands.json new file mode 100644 index 0000000..92dffe4 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/mvs/loot_tables/floating_islands.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/mvs/loot_tables/general.json b/global_packs/required_data/Star Academy/data/mvs/loot_tables/general.json new file mode 100644 index 0000000..92dffe4 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/mvs/loot_tables/general.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/mvs/loot_tables/houses_books.json b/global_packs/required_data/Star Academy/data/mvs/loot_tables/houses_books.json new file mode 100644 index 0000000..888fe5a --- /dev/null +++ b/global_packs/required_data/Star Academy/data/mvs/loot_tables/houses_books.json @@ -0,0 +1,138 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 20 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 2 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 0.0 + } + } + ], + "random_sequence": "minecraft:chests/stronghold_library" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/mvs/loot_tables/houses_common.json b/global_packs/required_data/Star Academy/data/mvs/loot_tables/houses_common.json new file mode 100644 index 0000000..92dffe4 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/mvs/loot_tables/houses_common.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/mvs/loot_tables/houses_desert.json b/global_packs/required_data/Star Academy/data/mvs/loot_tables/houses_desert.json new file mode 100644 index 0000000..92dffe4 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/mvs/loot_tables/houses_desert.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/mvs/loot_tables/houses_flower.json b/global_packs/required_data/Star Academy/data/mvs/loot_tables/houses_flower.json new file mode 100644 index 0000000..92dffe4 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/mvs/loot_tables/houses_flower.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/mvs/loot_tables/houses_rare.json b/global_packs/required_data/Star Academy/data/mvs/loot_tables/houses_rare.json new file mode 100644 index 0000000..8ee0e29 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/mvs/loot_tables/houses_rare.json @@ -0,0 +1,300 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier4" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier4" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier4" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier3" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:shiny_swapper" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:gender_swapper" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:iv_random" + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:level_random" + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_ball_loot", + "weight": 29 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_l", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/vitamin_loot", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + }, + { + "type": "minecraft:item", + "name": "cobblemon:max_revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/held_item_1_loot", + "weight": 40 + }, + { + "type": "minecraft:item", + "name": "cobblemon:auspicious_armor" + }, + { + "type": "minecraft:item", + "name": "cobblemon:malicious_armor" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/bastion_treasure" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/mvs/loot_tables/houses_uncommon.json b/global_packs/required_data/Star Academy/data/mvs/loot_tables/houses_uncommon.json new file mode 100644 index 0000000..7d1d715 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/mvs/loot_tables/houses_uncommon.json @@ -0,0 +1,208 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 20 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 8.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_s", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 20 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/stronghold_corridor" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/mvs/loot_tables/jungle_tower.json b/global_packs/required_data/Star Academy/data/mvs/loot_tables/jungle_tower.json new file mode 100644 index 0000000..92dffe4 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/mvs/loot_tables/jungle_tower.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/mvs/loot_tables/large_carts.json b/global_packs/required_data/Star Academy/data/mvs/loot_tables/large_carts.json new file mode 100644 index 0000000..92dffe4 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/mvs/loot_tables/large_carts.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/mvs/loot_tables/large_carts_2.json b/global_packs/required_data/Star Academy/data/mvs/loot_tables/large_carts_2.json new file mode 100644 index 0000000..92dffe4 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/mvs/loot_tables/large_carts_2.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/mvs/loot_tables/mushroom_pond.json b/global_packs/required_data/Star Academy/data/mvs/loot_tables/mushroom_pond.json new file mode 100644 index 0000000..92dffe4 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/mvs/loot_tables/mushroom_pond.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/mvs/loot_tables/rare.json b/global_packs/required_data/Star Academy/data/mvs/loot_tables/rare.json new file mode 100644 index 0000000..8ee0e29 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/mvs/loot_tables/rare.json @@ -0,0 +1,300 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier4" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier4" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier4" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier3" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:shiny_swapper" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:gender_swapper" + }, + { + "type": "minecraft:item", + "weight": 10, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:iv_random" + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "weight": 1, + "name": "cobblemizer:level_random" + }, + { + "type": "minecraft:item", + "weight": 2, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 1, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_ball_loot", + "weight": 29 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 6.0, + "min": 3.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_m", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:exp_candy_l", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/vitamin_loot", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:hyper_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:revive" + }, + { + "type": "minecraft:item", + "name": "cobblemon:max_revive" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 2.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/held_item_1_loot", + "weight": 40 + }, + { + "type": "minecraft:item", + "name": "cobblemon:auspicious_armor" + }, + { + "type": "minecraft:item", + "name": "cobblemon:malicious_armor" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/bastion_treasure" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/mvs/loot_tables/swamps.json b/global_packs/required_data/Star Academy/data/mvs/loot_tables/swamps.json new file mode 100644 index 0000000..92dffe4 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/mvs/loot_tables/swamps.json @@ -0,0 +1,160 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 15 + }, + { + "type": "minecraft:item", + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 4.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/special_ball_loot", + "weight": 5 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/x_item_loot" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier1", + "weight": 4 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/status_healing_loot" + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/abandoned_mineshaft" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/nova_cherry_village/loot_tables/chests/village/village_cartographer.json b/global_packs/required_data/Star Academy/data/nova_cherry_village/loot_tables/chests/village/village_cartographer.json new file mode 100644 index 0000000..4b66c86 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/nova_cherry_village/loot_tables/chests/village/village_cartographer.json @@ -0,0 +1,128 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:potion", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:vivichoke_seeds", + "weight": 5 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/village/village_cartographer" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/nova_cherry_village/loot_tables/chests/village/village_cherry_house.json b/global_packs/required_data/Star Academy/data/nova_cherry_village/loot_tables/chests/village/village_cherry_house.json new file mode 100644 index 0000000..87fa7ad --- /dev/null +++ b/global_packs/required_data/Star Academy/data/nova_cherry_village/loot_tables/chests/village/village_cherry_house.json @@ -0,0 +1,188 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:potion", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:vivichoke_seeds", + "weight": 5 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:oran_berry" + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:persim_berry" + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:rawst_berry" + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:pinap_berry" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/village/village_desert_house" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/nova_cherry_village/loot_tables/chests/village/village_fisher.json b/global_packs/required_data/Star Academy/data/nova_cherry_village/loot_tables/chests/village/village_fisher.json new file mode 100644 index 0000000..252a122 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/nova_cherry_village/loot_tables/chests/village/village_fisher.json @@ -0,0 +1,128 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:potion", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:vivichoke_seeds", + "weight": 5 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/village/village_fisher" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/nova_cherry_village/loot_tables/chests/village/village_fletcher.json b/global_packs/required_data/Star Academy/data/nova_cherry_village/loot_tables/chests/village/village_fletcher.json new file mode 100644 index 0000000..6a0db40 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/nova_cherry_village/loot_tables/chests/village/village_fletcher.json @@ -0,0 +1,128 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:potion", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:vivichoke_seeds", + "weight": 5 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/village/village_fletcher" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/nova_cherry_village/loot_tables/chests/village/village_mason.json b/global_packs/required_data/Star Academy/data/nova_cherry_village/loot_tables/chests/village/village_mason.json new file mode 100644 index 0000000..c014711 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/nova_cherry_village/loot_tables/chests/village/village_mason.json @@ -0,0 +1,128 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:potion", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:vivichoke_seeds", + "weight": 5 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/village/village_mason" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/nova_cherry_village/loot_tables/chests/village/village_shepherd.json b/global_packs/required_data/Star Academy/data/nova_cherry_village/loot_tables/chests/village/village_shepherd.json new file mode 100644 index 0000000..21d538c --- /dev/null +++ b/global_packs/required_data/Star Academy/data/nova_cherry_village/loot_tables/chests/village/village_shepherd.json @@ -0,0 +1,128 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:potion", + "weight": 2 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:vivichoke_seeds", + "weight": 5 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/village/village_shepherd" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/nova_cherry_village/loot_tables/chests/village/village_temple.json b/global_packs/required_data/Star Academy/data/nova_cherry_village/loot_tables/chests/village/village_temple.json new file mode 100644 index 0000000..dd87a72 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/nova_cherry_village/loot_tables/chests/village/village_temple.json @@ -0,0 +1,132 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier1" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier1" + }, + { + "type": "minecraft:item", + "weight": 30, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 100, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "name": "cobblemon:potion", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "weight": 2 + }, + { + "type": "minecraft:item", + "name": "cobblemon:super_potion" + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:vivichoke_seeds", + "weight": 5 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + } + ], + "random_sequence": "minecraft:chests/village/village_temple" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/nova_cherry_village/loot_tables/chests/village/village_toolsmith.json b/global_packs/required_data/Star Academy/data/nova_cherry_village/loot_tables/chests/village/village_toolsmith.json new file mode 100644 index 0000000..0709ca2 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/nova_cherry_village/loot_tables/chests/village/village_toolsmith.json @@ -0,0 +1,162 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:potion", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot" + } + ], + "rolls": 3.0 + } + ], + "random_sequence": "minecraft:chests/village/village_toolsmith" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/nova_cherry_village/loot_tables/chests/village/village_weaponsmith.json b/global_packs/required_data/Star Academy/data/nova_cherry_village/loot_tables/chests/village/village_weaponsmith.json new file mode 100644 index 0000000..f8edf2b --- /dev/null +++ b/global_packs/required_data/Star Academy/data/nova_cherry_village/loot_tables/chests/village/village_weaponsmith.json @@ -0,0 +1,162 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/cobblefood_loot_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 1000, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot", + "weight": 10 + }, + { + "type": "loot_table", + "name": "minecraft:cobblemon/apricorn_loot", + "weight": 10 + }, + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "cobblemon:potion", + "weight": 2 + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 3.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/basic_loot" + } + ], + "rolls": 3.0 + } + ], + "random_sequence": "minecraft:chests/village/village_weaponsmith" +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/resourcefullootbags/loot_tables/lootbags/gacha.json b/global_packs/required_data/Star Academy/data/resourcefullootbags/loot_tables/lootbags/gacha.json new file mode 100644 index 0000000..97aaf57 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/resourcefullootbags/loot_tables/lootbags/gacha.json @@ -0,0 +1,19 @@ +{ + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "lootbags:loot_bag", + "functions": [ + { + "function": "minecraft:set_nbt", + "tag": "{ Loot:\"resourcefullootbags:lootbags/gacha\", Name:\"Legendary Gacha\", Color:13013136, Type:\"EPIC\"}" + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/resourcefullootbags/loot_tables/lootbags/pools/gacha.json b/global_packs/required_data/Star Academy/data/resourcefullootbags/loot_tables/lootbags/pools/gacha.json new file mode 100644 index 0000000..f647ea6 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/resourcefullootbags/loot_tables/lootbags/pools/gacha.json @@ -0,0 +1,329 @@ +{ + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "myths_and_legends:adamant_orb", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:aurora_ticket", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:azure_flute", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:blue_orb", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:bonus_disk", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:dna_splicer", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:eon_ticket", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:griseous_orb", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:gs_ball", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:jade_orb", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:liberty_pass", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:lustrous_orb", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:member_card", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:oaks_letter", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:old_sea_map", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:red_orb", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:tidal_bell", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:dr_fujis_diary", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:rainbow_wing", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:silver_wing", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:violet_book", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:scarlet_book", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:cocoon_of_destruction", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:sapling_of_life", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:zygarde_cell", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:zygarde_core", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:zygarde_cube", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:mystery_box", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:dark_stone", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:light_stone", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:teal_mask", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:sun_flute", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:moon_flute", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:lunar_feather", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:diancies_crown", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:fini_totem", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:genesect_drive", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:hoopa_ring", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:koko_totem", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:lele_totem", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:lillies_bag", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:meloetta_headset", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:necro_prism", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:prism_bottle", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:steam_valve", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:antique_pokeball", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:eternatus_core", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:kubfus_band", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:marshadow_hood", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:reins_of_unity", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:scroll_of_water", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:soul_heart", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:zeraoras_thunderclaw", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:ancient_tablet", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:mythical_pecha_berry", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:scroll_of_darkness", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:azelf_fang", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:mesprit_plume", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:stone_tablet", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:uxie_claw", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:steel_tablet", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:bulu_totem", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:iceroot_carrot", + "weight": 1 + }, + { + "type": "minecraft:item", + "name": "myths_and_legends:shaderoot_carrot", + "weight": 1 + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/resourcefullootbags/recipes/lootbags/gacha.json b/global_packs/required_data/Star Academy/data/resourcefullootbags/recipes/lootbags/gacha.json new file mode 100644 index 0000000..bd1c70e --- /dev/null +++ b/global_packs/required_data/Star Academy/data/resourcefullootbags/recipes/lootbags/gacha.json @@ -0,0 +1,7 @@ +{ + "type": "lootbags:loot", + "name": "Legendary Gacha", + "output": { + "table": "resourcefullootbags:lootbags/pools/gacha" + } +} \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/totw_modded/loot_tables/ocean_tower_chest.json b/global_packs/required_data/Star Academy/data/totw_modded/loot_tables/ocean_tower_chest.json new file mode 100644 index 0000000..2543711 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/totw_modded/loot_tables/ocean_tower_chest.json @@ -0,0 +1,162 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:convenientdecor/umbrella" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 50, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "rolls": { + "type": "minecraft:uniform", + "min": 1, + "max": 2 + }, + "bonus_rolls": 0, + "entries": [ + { + "type": "minecraft:item", + "weight": 5, + "name": "cobblemon:exp_candy_xs", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 12, + "max": 40 + } + } + ] + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 4, + "max": 15 + } + } + ] + } + ] + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + } + ] + } + \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/totw_modded/loot_tables/tower_chest.json b/global_packs/required_data/Star Academy/data/totw_modded/loot_tables/tower_chest.json new file mode 100644 index 0000000..2543711 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/totw_modded/loot_tables/tower_chest.json @@ -0,0 +1,162 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:numismatic/bronze_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:convenientdecor/umbrella" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/mythsandlegends" + }, + { + "type": "minecraft:item", + "weight": 50, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/pokeblocks_tier2" + }, + { + "type": "minecraft:item", + "weight": 8, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/iv_add_tier1" + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "minecraft:air" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "weight": 1, + "name": "minecraft:cobblemon/nature_changer" + }, + { + "type": "minecraft:item", + "weight": 20, + "name": "minecraft:air" + } + ], + "rolls": 1.0 + }, + { + "rolls": { + "type": "minecraft:uniform", + "min": 1, + "max": 2 + }, + "bonus_rolls": 0, + "entries": [ + { + "type": "minecraft:item", + "weight": 5, + "name": "cobblemon:exp_candy_xs", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 12, + "max": 40 + } + } + ] + }, + { + "type": "minecraft:item", + "weight": 3, + "name": "cobblemon:exp_candy_s", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 4, + "max": 15 + } + } + ] + } + ] + }, + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:cobblemon/feather_loot_tier2" + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 1.0, + "min": 1.0 + } + } + ] + } + \ No newline at end of file diff --git a/global_packs/required_data/Star Academy/data/totw_modded/worldgen/structure_set/end.json b/global_packs/required_data/Star Academy/data/totw_modded/worldgen/structure_set/end.json new file mode 100644 index 0000000..5b36515 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/totw_modded/worldgen/structure_set/end.json @@ -0,0 +1,14 @@ +{ + "structures": [ + { + "structure": "totw_modded:end", + "weight": 1 + } + ], + "placement": { + "type": "minecraft:random_spread", + "spacing": 90, + "separation": 25, + "salt": 1685779 + } +} diff --git a/global_packs/required_data/Star Academy/data/totw_modded/worldgen/structure_set/nether.json b/global_packs/required_data/Star Academy/data/totw_modded/worldgen/structure_set/nether.json new file mode 100644 index 0000000..f527297 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/totw_modded/worldgen/structure_set/nether.json @@ -0,0 +1,14 @@ +{ + "structures": [ + { + "structure": "totw_modded:nether", + "weight": 1 + } + ], + "placement": { + "type": "minecraft:random_spread", + "spacing": 90, + "separation": 25, + "salt": 1683778 + } +} diff --git a/global_packs/required_data/Star Academy/data/totw_modded/worldgen/structure_set/overworld.json b/global_packs/required_data/Star Academy/data/totw_modded/worldgen/structure_set/overworld.json new file mode 100644 index 0000000..9d183a9 --- /dev/null +++ b/global_packs/required_data/Star Academy/data/totw_modded/worldgen/structure_set/overworld.json @@ -0,0 +1,46 @@ +{ + "structures": [ + { + "structure": "totw_modded:regular", + "weight": 1 + }, + { + "structure": "totw_modded:desert", + "weight": 1 + }, + { + "structure": "totw_modded:ice", + "weight": 1 + }, + { + "structure": "totw_modded:derelict", + "weight": 1 + }, + { + "structure": "totw_modded:derelict_grass", + "weight": 1 + }, + { + "structure": "totw_modded:jungle", + "weight": 1 + }, + { + "structure": "totw_modded:badlands", + "weight": 1 + }, + { + "structure": "totw_modded:ocean_warm", + "weight": 1 + }, + { + "structure": "totw_modded:ocean", + "weight": 1 + } + ], + "placement": { + "type": "minecraft:random_spread", + "spacing": 90, + "separation": 25, + "salt": 1685777 + } +} diff --git a/global_packs/required_data/Star Academy/pack.mcmeta b/global_packs/required_data/Star Academy/pack.mcmeta new file mode 100644 index 0000000..6579a29 --- /dev/null +++ b/global_packs/required_data/Star Academy/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "pack_format": 15, + "description": "CobblemonLoot" + } +} diff --git a/global_packs/required_data/Star Academy/readme.md b/global_packs/required_data/Star Academy/readme.md new file mode 100644 index 0000000..b83f804 --- /dev/null +++ b/global_packs/required_data/Star Academy/readme.md @@ -0,0 +1 @@ +credit to CobblemonLoot by necro50n3 \ No newline at end of file diff --git a/global_packs/required_data/Vivillon Pride Patterns v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0666_vivillon/0666_vivillon_pride.json b/global_packs/required_data/Vivillon Pride Patterns v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0666_vivillon/0666_vivillon_pride.json new file mode 100644 index 0000000..6accff4 --- /dev/null +++ b/global_packs/required_data/Vivillon Pride Patterns v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0666_vivillon/0666_vivillon_pride.json @@ -0,0 +1,114 @@ +{ + "species": "cobblemon:vivillon", + "order": 1, + "variations": [ + { + "aspects": [ "vivillon-wings-prismatic" ], + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_prismatic.png" + } + ] + }, + { + "aspects": [ "vivillon-wings-minty" ], + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_minty.png" + } + ] + }, + { + "aspects": [ "vivillon-wings-tangy" ], + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_tangy.png" + } + ] + }, + { + "aspects": [ "vivillon-wings-ultraviolet" ], + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_ultraviolet.png" + } + ] + }, + { + "aspects": [ "vivillon-wings-toned" ], + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_toned.png" + } + ] + }, + { + "aspects": [ "vivillon-wings-twilight" ], + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_twilight.png" + } + ] + }, + { + "aspects": [ "vivillon-wings-pelopon" ], + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_pelopon.png" + } + ] + }, + { + "aspects": [ "vivillon-wings-embroidered" ], + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_embroidered.png" + } + ] + }, + { + "aspects": [ "vivillon-wings-monarch" ], + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_monarch.png" + } + ] + }, + { + "aspects": [ "vivillon-wings-whorl" ], + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_whorl.png" + } + ] + }, + { + "aspects": [ "vivillon-wings-null" ], + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_null.png" + } + ] + }, + { + "aspects": [ "vivillon-wings-ringed" ], + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_ringed.png" + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Vivillon Pride Patterns v1.0/assets/cobblemon/lang/en_us.json b/global_packs/required_data/Vivillon Pride Patterns v1.0/assets/cobblemon/lang/en_us.json new file mode 100644 index 0000000..fec4668 --- /dev/null +++ b/global_packs/required_data/Vivillon Pride Patterns v1.0/assets/cobblemon/lang/en_us.json @@ -0,0 +1,4 @@ +{ + "advancements.vivillon_pride.catch_all_vivillon_but_pride": "Prideful Vivillionaire", + "advancements.vivillon_pride.catch_all_vivillon_but_pride.description": "Obtain all the Pride <3" +} \ No newline at end of file diff --git a/global_packs/required_data/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_embroidered.png b/global_packs/required_data/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_embroidered.png new file mode 100644 index 0000000..4a081d6 Binary files /dev/null and b/global_packs/required_data/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_embroidered.png differ diff --git a/global_packs/required_data/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_minty.png b/global_packs/required_data/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_minty.png new file mode 100644 index 0000000..0b21e1a Binary files /dev/null and b/global_packs/required_data/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_minty.png differ diff --git a/global_packs/required_data/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_monarch.png b/global_packs/required_data/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_monarch.png new file mode 100644 index 0000000..07f7a9f Binary files /dev/null and b/global_packs/required_data/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_monarch.png differ diff --git a/global_packs/required_data/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_null.png b/global_packs/required_data/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_null.png new file mode 100644 index 0000000..9d03357 Binary files /dev/null and b/global_packs/required_data/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_null.png differ diff --git a/global_packs/required_data/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_pelopon.png b/global_packs/required_data/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_pelopon.png new file mode 100644 index 0000000..6627a6c Binary files /dev/null and b/global_packs/required_data/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_pelopon.png differ diff --git a/global_packs/required_data/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_prismatic.png b/global_packs/required_data/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_prismatic.png new file mode 100644 index 0000000..f44fe19 Binary files /dev/null and b/global_packs/required_data/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_prismatic.png differ diff --git a/global_packs/required_data/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_ringed.png b/global_packs/required_data/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_ringed.png new file mode 100644 index 0000000..ed4eb51 Binary files /dev/null and b/global_packs/required_data/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_ringed.png differ diff --git a/global_packs/required_data/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_tangy.png b/global_packs/required_data/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_tangy.png new file mode 100644 index 0000000..32d87ce Binary files /dev/null and b/global_packs/required_data/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_tangy.png differ diff --git a/global_packs/required_data/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_template.png b/global_packs/required_data/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_template.png new file mode 100644 index 0000000..c904063 Binary files /dev/null and b/global_packs/required_data/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_template.png differ diff --git a/global_packs/required_data/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_toned.png b/global_packs/required_data/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_toned.png new file mode 100644 index 0000000..2b149b7 Binary files /dev/null and b/global_packs/required_data/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_toned.png differ diff --git a/global_packs/required_data/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_twilight.png b/global_packs/required_data/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_twilight.png new file mode 100644 index 0000000..3675d2a Binary files /dev/null and b/global_packs/required_data/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_twilight.png differ diff --git a/global_packs/required_data/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_ultraviolet.png b/global_packs/required_data/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_ultraviolet.png new file mode 100644 index 0000000..90bb87a Binary files /dev/null and b/global_packs/required_data/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_ultraviolet.png differ diff --git a/global_packs/required_data/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_whorl.png b/global_packs/required_data/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_whorl.png new file mode 100644 index 0000000..f182d3c Binary files /dev/null and b/global_packs/required_data/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_whorl.png differ diff --git a/global_packs/required_data/Vivillon Pride Patterns v1.0/data/cobblemon/advancements/catch_all_vivillon_but_pride.json b/global_packs/required_data/Vivillon Pride Patterns v1.0/data/cobblemon/advancements/catch_all_vivillon_but_pride.json new file mode 100644 index 0000000..59b63bb --- /dev/null +++ b/global_packs/required_data/Vivillon Pride Patterns v1.0/data/cobblemon/advancements/catch_all_vivillon_but_pride.json @@ -0,0 +1,121 @@ +{ + "display": { + "icon": { + "item": "cobblemon:pokemon_model", + "nbt": "{\"species\":\"cobblemon:vivillon\",\"aspects\":[\"vivillon-wings-prismatic\"]}" + }, + "title": { + "translate": "advancements.vivillon_pride.catch_all_vivillon_but_pride" + }, + "description": { + "translate": "advancements.vivillon_pride.catch_all_vivillon_but_pride.description" + }, + "frame": "challenge", + "hidden": true + }, + "parent": "cobblemon:catch_all_vivillon", + "criteria": { + "prismatic": { + "trigger": "cobblemon:aspects_collected", + "conditions": { + "pokemon": "cobblemon:vivillon", + "aspects": ["vivillon-wings-prismatic"] + } + }, + "minty": { + "trigger": "cobblemon:aspects_collected", + "conditions": { + "pokemon": "cobblemon:vivillon", + "aspects": ["vivillon-wings-minty"] + } + }, + "tangy": { + "trigger": "cobblemon:aspects_collected", + "conditions": { + "pokemon": "cobblemon:vivillon", + "aspects": ["vivillon-wings-tangy"] + } + }, + "ultraviolet": { + "trigger": "cobblemon:aspects_collected", + "conditions": { + "pokemon": "cobblemon:vivillon", + "aspects": ["vivillon-wings-ultraviolet"] + } + }, + "toned": { + "trigger": "cobblemon:aspects_collected", + "conditions": { + "pokemon": "cobblemon:vivillon", + "aspects": ["vivillon-wings-toned"] + } + }, + "twilight": { + "trigger": "cobblemon:aspects_collected", + "conditions": { + "pokemon": "cobblemon:vivillon", + "aspects": ["vivillon-wings-twilight"] + } + }, + "pelopon": { + "trigger": "cobblemon:aspects_collected", + "conditions": { + "pokemon": "cobblemon:vivillon", + "aspects": ["vivillon-wings-pelopon"] + } + }, + "embroidered": { + "trigger": "cobblemon:aspects_collected", + "conditions": { + "pokemon": "cobblemon:vivillon", + "aspects": ["vivillon-wings-embroidered"] + } + }, + "monarch": { + "trigger": "cobblemon:aspects_collected", + "conditions": { + "pokemon": "cobblemon:vivillon", + "aspects": ["vivillon-wings-monarch"] + } + }, + "whorl": { + "trigger": "cobblemon:aspects_collected", + "conditions": { + "pokemon": "cobblemon:vivillon", + "aspects": ["vivillon-wings-whorl"] + } + }, + "null": { + "trigger": "cobblemon:aspects_collected", + "conditions": { + "pokemon": "cobblemon:vivillon", + "aspects": ["vivillon-wings-null"] + } + }, + "ringed": { + "trigger": "cobblemon:aspects_collected", + "conditions": { + "pokemon": "cobblemon:vivillon", + "aspects": ["vivillon-wings-ringed"] + } + } + }, + "requirements": [ + ["prismatic"], + ["minty"], + ["tangy"], + ["ultraviolet"], + ["toned"], + ["twilight"], + ["pelopon"], + ["embroidered"], + ["monarch"], + ["whorl"], + ["null"], + ["ringed"] + ], + "rewards": { + "experience": 100 + }, + "sends_telemetry_event": false +} diff --git a/global_packs/required_data/Vivillon Pride Patterns v1.0/data/cobblemon/species_additions/spewpa.json b/global_packs/required_data/Vivillon Pride Patterns v1.0/data/cobblemon/species_additions/spewpa.json new file mode 100644 index 0000000..69de423 --- /dev/null +++ b/global_packs/required_data/Vivillon Pride Patterns v1.0/data/cobblemon/species_additions/spewpa.json @@ -0,0 +1,197 @@ +{ + "target": "cobblemon:spewpa", + "evolutions": [ + { + "id": "spewpa_vivillon_prismatic", + "variant": "item_interact", + "result": "vivillon vivillon_wings=prismatic", + "consumeHeldItem": false, + "requiredContext": "minecraft:red_dye", + "learnableMoves": [ + "gust" + ], + "requirements": [ + { + "variant": "level", + "minLevel": 12 + } + ] + }, + { + "id": "spewpa_vivillon_minty", + "variant": "item_interact", + "result": "vivillon vivillon_wings=minty", + "consumeHeldItem": false, + "requiredContext": "minecraft:light_blue_dye", + "learnableMoves": [ + "gust" + ], + "requirements": [ + { + "variant": "level", + "minLevel": 12 + } + ] + }, + { + "id": "spewpa_vivillon_tangy", + "variant": "item_interact", + "result": "vivillon vivillon_wings=tangy", + "consumeHeldItem": false, + "requiredContext": "minecraft:orange_dye", + "learnableMoves": [ + "gust" + ], + "requirements": [ + { + "variant": "level", + "minLevel": 12 + } + ] + }, + { + "id": "spewpa_vivillon_ultraviolet", + "variant": "item_interact", + "result": "vivillon vivillon_wings=ultraviolet", + "consumeHeldItem": false, + "requiredContext": "minecraft:magenta_dye", + "learnableMoves": [ + "gust" + ], + "requirements": [ + { + "variant": "level", + "minLevel": 12 + } + ] + }, + { + "id": "spewpa_vivillon_toned", + "variant": "item_interact", + "result": "vivillon vivillon_wings=toned", + "consumeHeldItem": false, + "requiredContext": "minecraft:cyan_dye", + "learnableMoves": [ + "gust" + ], + "requirements": [ + { + "variant": "level", + "minLevel": 12 + } + ] + }, + { + "id": "spewpa_vivillon_twilight", + "variant": "item_interact", + "result": "vivillon vivillon_wings=twilight", + "consumeHeldItem": false, + "requiredContext": "minecraft:black_dye", + "learnableMoves": [ + "gust" + ], + "requirements": [ + { + "variant": "level", + "minLevel": 12 + } + ] + }, + { + "id": "spewpa_vivillon_pelopon", + "variant": "item_interact", + "result": "vivillon vivillon_wings=pelopon", + "consumeHeldItem": false, + "requiredContext": "minecraft:lime_dye", + "learnableMoves": [ + "gust" + ], + "requirements": [ + { + "variant": "level", + "minLevel": 12 + } + ] + }, + { + "id": "spewpa_vivillon_embroidered", + "variant": "item_interact", + "result": "vivillon vivillon_wings=embroidered", + "consumeHeldItem": false, + "requiredContext": "minecraft:pink_dye", + "learnableMoves": [ + "gust" + ], + "requirements": [ + { + "variant": "level", + "minLevel": 12 + } + ] + }, + { + "id": "spewpa_vivillon_monarch", + "variant": "item_interact", + "result": "vivillon vivillon_wings=monarch", + "consumeHeldItem": false, + "requiredContext": "minecraft:purple_dye", + "learnableMoves": [ + "gust" + ], + "requirements": [ + { + "variant": "level", + "minLevel": 12 + } + ] + }, + { + "id": "spewpa_vivillon_whorl", + "variant": "item_interact", + "result": "vivillon vivillon_wings=whorl", + "consumeHeldItem": false, + "requiredContext": "minecraft:blue_dye", + "learnableMoves": [ + "gust" + ], + "requirements": [ + { + "variant": "level", + "minLevel": 12 + } + ] + }, + { + "id": "spewpa_vivillon_null", + "variant": "item_interact", + "result": "vivillon vivillon_wings=null", + "consumeHeldItem": false, + "requiredContext": "minecraft:green_dye", + "learnableMoves": [ + "gust" + ], + "requirements": [ + { + "variant": "level", + "minLevel": 12 + } + ] + }, + { + "id": "spewpa_vivillon_ringed", + "variant": "item_interact", + "result": "vivillon vivillon_wings=ringed", + "consumeHeldItem": false, + "requiredContext": "minecraft:yellow_dye", + "learnableMoves": [ + "gust" + ], + "requirements": [ + { + "variant": "level", + "minLevel": 12 + } + ] + } + ] +} \ No newline at end of file diff --git a/global_packs/required_data/Vivillon Pride Patterns v1.0/data/cobblemon/species_features/vivillon_wings.json b/global_packs/required_data/Vivillon Pride Patterns v1.0/data/cobblemon/species_features/vivillon_wings.json new file mode 100644 index 0000000..904466d --- /dev/null +++ b/global_packs/required_data/Vivillon Pride Patterns v1.0/data/cobblemon/species_features/vivillon_wings.json @@ -0,0 +1,44 @@ +{ + "type": "choice", + "keys": ["vivillon_wings"], + "default": "meadow", + "choices": [ + "archipelago", + "continental", + "elegant", + "fancy", + "garden", + "high-plains", + "icy-snow", + "jungle", + "marine", + "meadow", + "modern", + "monsoon", + "ocean", + "poke-ball", + "polar", + "river", + "sandstorm", + "savanna", + "sun", + "tundra", + "inferno", + "void", + "forsaken", + "prismatic", + "minty", + "tangy", + "ultraviolet", + "toned", + "twilight", + "pelopon", + "embroidered", + "monarch", + "whorl", + "null", + "ringed" + ], + "isAspect": true, + "aspectFormat": "vivillon-wings-{{choice}}" +} \ No newline at end of file diff --git a/global_packs/required_data/Vivillon Pride Patterns v1.0/pack.mcmeta b/global_packs/required_data/Vivillon Pride Patterns v1.0/pack.mcmeta new file mode 100644 index 0000000..e8ee57a --- /dev/null +++ b/global_packs/required_data/Vivillon Pride Patterns v1.0/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "pack_format": 15, + "description": "§cVivi§6llon §ePri§ade P§9att§derns§r\nby the §bCobblemon Team" + } +} \ No newline at end of file diff --git a/global_packs/required_data/Vivillon Pride Patterns v1.0/pack.png b/global_packs/required_data/Vivillon Pride Patterns v1.0/pack.png new file mode 100644 index 0000000..c276aac Binary files /dev/null and b/global_packs/required_data/Vivillon Pride Patterns v1.0/pack.png differ diff --git a/global_packs/required_data/bopack/assets/bountiful/lang/en_us.json b/global_packs/required_data/bopack/assets/bountiful/lang/en_us.json new file mode 100644 index 0000000..fdd8359 --- /dev/null +++ b/global_packs/required_data/bopack/assets/bountiful/lang/en_us.json @@ -0,0 +1,21 @@ +{ + "bountiful.decree.bucketeer.name": "Bucketeering", + "bountiful.entry.catcher_obj_catch_bug": "Catch Bug Types", + "bountiful.entry.catcher_obj_catch_dark": "Catch Dark Types", + "bountiful.entry.catcher_obj_catch_dragon": "Catch Dragon Types", + "bountiful.entry.catcher_obj_catch_electric": "Catch Electric Types", + "bountiful.entry.catcher_obj_catch_fairy": "Catch Fairy Types", + "bountiful.entry.catcher_obj_catch_fighting": "Catch Fighting Types", + "bountiful.entry.catcher_obj_catch_fire": "Catch Fire Types", + "bountiful.entry.catcher_obj_catch_flying": "Catch Flying Types", + "bountiful.entry.catcher_obj_catch_ghost": "Catch Ghost Types", + "bountiful.entry.catcher_obj_catch_grass": "Catch Grass Types", + "bountiful.entry.catcher_obj_catch_ground": "Catch Ground Types", + "bountiful.entry.catcher_obj_catch_ice": "Catch Ice Types", + "bountiful.entry.catcher_obj_catch_normal": "Catch Normal Types", + "bountiful.entry.catcher_obj_catch_poison": "Catch Poison Types", + "bountiful.entry.catcher_obj_catch_psychic": "Catch Psychic Types", + "bountiful.entry.catcher_obj_catch_rock": "Catch Rock Types", + "bountiful.entry.catcher_obj_catch_steel": "Catch Steel Types", + "bountiful.entry.catcher_obj_catch_water": "Catch Water Types" +} diff --git a/global_packs/required_data/bopack/data/bountiful/bounty_decrees/bountiful/armorer.json b/global_packs/required_data/bopack/data/bountiful/bounty_decrees/bountiful/armorer.json new file mode 100644 index 0000000..8d6e126 --- /dev/null +++ b/global_packs/required_data/bopack/data/bountiful/bounty_decrees/bountiful/armorer.json @@ -0,0 +1,8 @@ +{ + "objectives": [ + "all_objs" + ], + "rewards": [ + "all_rews" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/bopack/data/bountiful/bounty_decrees/bountiful/butcher.json b/global_packs/required_data/bopack/data/bountiful/bounty_decrees/bountiful/butcher.json new file mode 100644 index 0000000..8d6e126 --- /dev/null +++ b/global_packs/required_data/bopack/data/bountiful/bounty_decrees/bountiful/butcher.json @@ -0,0 +1,8 @@ +{ + "objectives": [ + "all_objs" + ], + "rewards": [ + "all_rews" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/bopack/data/bountiful/bounty_decrees/bountiful/cleric.json b/global_packs/required_data/bopack/data/bountiful/bounty_decrees/bountiful/cleric.json new file mode 100644 index 0000000..8d6e126 --- /dev/null +++ b/global_packs/required_data/bopack/data/bountiful/bounty_decrees/bountiful/cleric.json @@ -0,0 +1,8 @@ +{ + "objectives": [ + "all_objs" + ], + "rewards": [ + "all_rews" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/bopack/data/bountiful/bounty_decrees/bountiful/cobblefoods.json b/global_packs/required_data/bopack/data/bountiful/bounty_decrees/bountiful/cobblefoods.json new file mode 100644 index 0000000..8d6e126 --- /dev/null +++ b/global_packs/required_data/bopack/data/bountiful/bounty_decrees/bountiful/cobblefoods.json @@ -0,0 +1,8 @@ +{ + "objectives": [ + "all_objs" + ], + "rewards": [ + "all_rews" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/bopack/data/bountiful/bounty_decrees/bountiful/farmer.json b/global_packs/required_data/bopack/data/bountiful/bounty_decrees/bountiful/farmer.json new file mode 100644 index 0000000..8d6e126 --- /dev/null +++ b/global_packs/required_data/bopack/data/bountiful/bounty_decrees/bountiful/farmer.json @@ -0,0 +1,8 @@ +{ + "objectives": [ + "all_objs" + ], + "rewards": [ + "all_rews" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/bopack/data/bountiful/bounty_decrees/bountiful/fisherman.json b/global_packs/required_data/bopack/data/bountiful/bounty_decrees/bountiful/fisherman.json new file mode 100644 index 0000000..8d6e126 --- /dev/null +++ b/global_packs/required_data/bopack/data/bountiful/bounty_decrees/bountiful/fisherman.json @@ -0,0 +1,8 @@ +{ + "objectives": [ + "all_objs" + ], + "rewards": [ + "all_rews" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/bopack/data/bountiful/bounty_decrees/bountiful/fletcher.json b/global_packs/required_data/bopack/data/bountiful/bounty_decrees/bountiful/fletcher.json new file mode 100644 index 0000000..8d6e126 --- /dev/null +++ b/global_packs/required_data/bopack/data/bountiful/bounty_decrees/bountiful/fletcher.json @@ -0,0 +1,8 @@ +{ + "objectives": [ + "all_objs" + ], + "rewards": [ + "all_rews" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/bopack/data/bountiful/bounty_decrees/bountiful/inventor.json b/global_packs/required_data/bopack/data/bountiful/bounty_decrees/bountiful/inventor.json new file mode 100644 index 0000000..8d6e126 --- /dev/null +++ b/global_packs/required_data/bopack/data/bountiful/bounty_decrees/bountiful/inventor.json @@ -0,0 +1,8 @@ +{ + "objectives": [ + "all_objs" + ], + "rewards": [ + "all_rews" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/bopack/data/bountiful/bounty_decrees/bountiful/leatherer.json b/global_packs/required_data/bopack/data/bountiful/bounty_decrees/bountiful/leatherer.json new file mode 100644 index 0000000..8d6e126 --- /dev/null +++ b/global_packs/required_data/bopack/data/bountiful/bounty_decrees/bountiful/leatherer.json @@ -0,0 +1,8 @@ +{ + "objectives": [ + "all_objs" + ], + "rewards": [ + "all_rews" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/bopack/data/bountiful/bounty_decrees/bountiful/librarian.json b/global_packs/required_data/bopack/data/bountiful/bounty_decrees/bountiful/librarian.json new file mode 100644 index 0000000..8d6e126 --- /dev/null +++ b/global_packs/required_data/bopack/data/bountiful/bounty_decrees/bountiful/librarian.json @@ -0,0 +1,8 @@ +{ + "objectives": [ + "all_objs" + ], + "rewards": [ + "all_rews" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/bopack/data/bountiful/bounty_decrees/bountiful/mapper.json b/global_packs/required_data/bopack/data/bountiful/bounty_decrees/bountiful/mapper.json new file mode 100644 index 0000000..8d6e126 --- /dev/null +++ b/global_packs/required_data/bopack/data/bountiful/bounty_decrees/bountiful/mapper.json @@ -0,0 +1,8 @@ +{ + "objectives": [ + "all_objs" + ], + "rewards": [ + "all_rews" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/bopack/data/bountiful/bounty_decrees/bountiful/shepherd.json b/global_packs/required_data/bopack/data/bountiful/bounty_decrees/bountiful/shepherd.json new file mode 100644 index 0000000..8d6e126 --- /dev/null +++ b/global_packs/required_data/bopack/data/bountiful/bounty_decrees/bountiful/shepherd.json @@ -0,0 +1,8 @@ +{ + "objectives": [ + "all_objs" + ], + "rewards": [ + "all_rews" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/bopack/data/bountiful/bounty_decrees/bountiful/toolsmith.json b/global_packs/required_data/bopack/data/bountiful/bounty_decrees/bountiful/toolsmith.json new file mode 100644 index 0000000..8d6e126 --- /dev/null +++ b/global_packs/required_data/bopack/data/bountiful/bounty_decrees/bountiful/toolsmith.json @@ -0,0 +1,8 @@ +{ + "objectives": [ + "all_objs" + ], + "rewards": [ + "all_rews" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/bopack/data/bountiful/bounty_pools/bountiful/all_objs.json b/global_packs/required_data/bopack/data/bountiful/bounty_pools/bountiful/all_objs.json new file mode 100644 index 0000000..ad571c7 --- /dev/null +++ b/global_packs/required_data/bopack/data/bountiful/bounty_pools/bountiful/all_objs.json @@ -0,0 +1,2071 @@ +{ + "replace": true, + "content": { + + "c1": { + "type": "item", + "content": "cobblemon:blue_apricorn", + "amount": { + "min": 1, + "max": 32 + }, + "unitWorth": 1 + }, + + "c2": { + "type": "item", + "content": "cobblemon:white_apricorn", + "amount": { + "min": 1, + "max": 32 + }, + "unitWorth": 1 + }, + + "c3": { + "type": "item", + "content": "cobblemon:pink_apricorn", + "amount": { + "min": 1, + "max": 32 + }, + "unitWorth": 1 + }, + + "c4": { + "type": "item", + "content": "cobblemon:black_apricorn", + "amount": { + "min": 1, + "max": 32 + }, + "unitWorth": 1 + }, + + "c5": { + "type": "item", + "content": "cobblemon:red_apricorn", + "amount": { + "min": 1, + "max": 32 + }, + "unitWorth": 1 + }, + + "c6": { + "type": "item", + "content": "cobblemon:yellow_apricorn", + "amount": { + "min": 1, + "max": 32 + }, + "unitWorth": 1 + }, + + "c7": { + "type": "item", + "content": "cobblemon:green_apricorn", + "amount": { + "min": 1, + "max": 32 + }, + "unitWorth": 1 + }, + + "c8": { + "type": "item", + "content": "cobblefoods:aprijuice", + "amount": { + "min": 1, + "max": 2 + }, + "unitWorth": 4 + }, + + "u1": { + "type": "item", + "content": "cobblefoods:roasted_cheri_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u2": { + "type": "item", + "content": "cobblefoods:roasted_chesto_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u3": { + "type": "item", + "content": "cobblefoods:roasted_pecha_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u4": { + "type": "item", + "content": "cobblefoods:roasted_rawst_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u5": { + "type": "item", + "content": "cobblefoods:roasted_aspear_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u6": { + "type": "item", + "content": "cobblefoods:roasted_leppa_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u7": { + "type": "item", + "content": "cobblefoods:roasted_oran_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u8": { + "type": "item", + "content": "cobblefoods:roasted_persim_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u9": { + "type": "item", + "content": "cobblefoods:roasted_lum_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u10": { + "type": "item", + "content": "cobblefoods:roasted_sitrus_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u11": { + "type": "item", + "content": "cobblefoods:roasted_figy_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u12": { + "type": "item", + "content": "cobblefoods:roasted_wiki_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u13": { + "type": "item", + "content": "cobblefoods:roasted_mago_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u14": { + "type": "item", + "content": "cobblefoods:roasted_aguav_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u15": { + "type": "item", + "content": "cobblefoods:roasted_iapapa_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u16": { + "type": "item", + "content": "cobblefoods:roasted_razz_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u17": { + "type": "item", + "content": "cobblefoods:roasted_bluk_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u18": { + "type": "item", + "content": "cobblefoods:roasted_nanab_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u19": { + "type": "item", + "content": "cobblefoods:roasted_wepear_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u20": { + "type": "item", + "content": "cobblefoods:roasted_pinap_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u21": { + "type": "item", + "content": "cobblefoods:roasted_pomeg_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u22": { + "type": "item", + "content": "cobblefoods:roasted_kelpsy_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u23": { + "type": "item", + "content": "cobblefoods:roasted_qualot_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u24": { + "type": "item", + "content": "cobblefoods:roasted_hondew_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u25": { + "type": "item", + "content": "cobblefoods:roasted_grepa_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u26": { + "type": "item", + "content": "cobblefoods:roasted_tamato_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u27": { + "type": "item", + "content": "cobblefoods:roasted_cornn_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u28": { + "type": "item", + "content": "cobblefoods:roasted_magost_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u29": { + "type": "item", + "content": "cobblefoods:roasted_rabuta_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u30": { + "type": "item", + "content": "cobblefoods:roasted_nomel_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u31": { + "type": "item", + "content": "cobblefoods:roasted_spelon_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u32": { + "type": "item", + "content": "cobblefoods:roasted_pamtre_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u33": { + "type": "item", + "content": "cobblefoods:roasted_watmel_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u34": { + "type": "item", + "content": "cobblefoods:roasted_durin_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u35": { + "type": "item", + "content": "cobblefoods:roasted_belue_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u36": { + "type": "item", + "content": "cobblefoods:roasted_occa_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u37": { + "type": "item", + "content": "cobblefoods:roasted_passho_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u38": { + "type": "item", + "content": "cobblefoods:roasted_wacan_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u39": { + "type": "item", + "content": "cobblefoods:roasted_rindo_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u40": { + "type": "item", + "content": "cobblefoods:roasted_yache_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u41": { + "type": "item", + "content": "cobblefoods:roasted_chople_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u42": { + "type": "item", + "content": "cobblefoods:roasted_kebia_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u43": { + "type": "item", + "content": "cobblefoods:roasted_shuca_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u44": { + "type": "item", + "content": "cobblefoods:roasted_coba_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u45": { + "type": "item", + "content": "cobblefoods:roasted_payapa_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u46": { + "type": "item", + "content": "cobblefoods:roasted_tanga_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u47": { + "type": "item", + "content": "cobblefoods:roasted_charti_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u48": { + "type": "item", + "content": "cobblefoods:roasted_kasib_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u49": { + "type": "item", + "content": "cobblefoods:roasted_haban_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u50": { + "type": "item", + "content": "cobblefoods:roasted_colbur_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u51": { + "type": "item", + "content": "cobblefoods:roasted_babiri_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u52": { + "type": "item", + "content": "cobblefoods:roasted_chilan_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u53": { + "type": "item", + "content": "cobblefoods:roasted_liechi_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u54": { + "type": "item", + "content": "cobblefoods:roasted_ganlon_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u55": { + "type": "item", + "content": "cobblefoods:roasted_salac_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u56": { + "type": "item", + "content": "cobblefoods:roasted_petaya_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u57": { + "type": "item", + "content": "cobblefoods:roasted_apicot_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u58": { + "type": "item", + "content": "cobblefoods:roasted_lansat_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u59": { + "type": "item", + "content": "cobblefoods:roasted_starf_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u60": { + "type": "item", + "content": "cobblefoods:roasted_enigma_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u61": { + "type": "item", + "content": "cobblefoods:roasted_micle_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u62": { + "type": "item", + "content": "cobblefoods:roasted_custap_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u63": { + "type": "item", + "content": "cobblefoods:roasted_jaboca_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u64": { + "type": "item", + "content": "cobblefoods:roasted_rowap_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u65": { + "type": "item", + "content": "cobblefoods:roasted_roseli_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u66": { + "type": "item", + "content": "cobblefoods:roasted_kee_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u67": { + "type": "item", + "content": "cobblefoods:roasted_maranga_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u68": { + "type": "item", + "content": "cobblefoods:roasted_hopo_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u69": { + "type": "item", + "content": "cobblefoods:roasted_touga_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u70": { + "type": "item", + "content": "cobblefoods:cheri_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u71": { + "type": "item", + "content": "cobblefoods:chesto_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u72": { + "type": "item", + "content": "cobblefoods:pecha_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u73": { + "type": "item", + "content": "cobblefoods:rawst_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u74": { + "type": "item", + "content": "cobblefoods:aspear_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u75": { + "type": "item", + "content": "cobblefoods:leppa_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u76": { + "type": "item", + "content": "cobblefoods:oran_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u77": { + "type": "item", + "content": "cobblefoods:persim_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u78": { + "type": "item", + "content": "cobblefoods:lum_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u79": { + "type": "item", + "content": "cobblefoods:sitrus_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u80": { + "type": "item", + "content": "cobblefoods:figy_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u81": { + "type": "item", + "content": "cobblefoods:wiki_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u82": { + "type": "item", + "content": "cobblefoods:mago_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u83": { + "type": "item", + "content": "cobblefoods:aguav_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u84": { + "type": "item", + "content": "cobblefoods:iapapa_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u85": { + "type": "item", + "content": "cobblefoods:razz_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u86": { + "type": "item", + "content": "cobblefoods:bluk_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u87": { + "type": "item", + "content": "cobblefoods:nanab_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u88": { + "type": "item", + "content": "cobblefoods:wepear_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u89": { + "type": "item", + "content": "cobblefoods:pinap_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u90": { + "type": "item", + "content": "cobblefoods:pomeg_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u91": { + "type": "item", + "content": "cobblefoods:kelpsy_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u92": { + "type": "item", + "content": "cobblefoods:qualot_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u93": { + "type": "item", + "content": "cobblefoods:hondew_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u94": { + "type": "item", + "content": "cobblefoods:grepa_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u95": { + "type": "item", + "content": "cobblefoods:tamato_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u96": { + "type": "item", + "content": "cobblefoods:cornn_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u97": { + "type": "item", + "content": "cobblefoods:magost_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u98": { + "type": "item", + "content": "cobblefoods:rabuta_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u99": { + "type": "item", + "content": "cobblefoods:nomel_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u100": { + "type": "item", + "content": "cobblefoods:spelon_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u101": { + "type": "item", + "content": "cobblefoods:pamtre_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u102": { + "type": "item", + "content": "cobblefoods:watmel_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u103": { + "type": "item", + "content": "cobblefoods:durin_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u104": { + "type": "item", + "content": "cobblefoods:belue_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u105": { + "type": "item", + "content": "cobblefoods:occa_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u106": { + "type": "item", + "content": "cobblefoods:passho_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u107": { + "type": "item", + "content": "cobblefoods:wacan_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u108": { + "type": "item", + "content": "cobblefoods:rindo_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u109": { + "type": "item", + "content": "cobblefoods:yache_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u110": { + "type": "item", + "content": "cobblefoods:chople_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u111": { + "type": "item", + "content": "cobblefoods:kebia_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u112": { + "type": "item", + "content": "cobblefoods:shuca_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u113": { + "type": "item", + "content": "cobblefoods:coba_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u114": { + "type": "item", + "content": "cobblefoods:payapa_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u115": { + "type": "item", + "content": "cobblefoods:tanga_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u116": { + "type": "item", + "content": "cobblefoods:charti_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u117": { + "type": "item", + "content": "cobblefoods:kasib_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u118": { + "type": "item", + "content": "cobblefoods:haban_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u119": { + "type": "item", + "content": "cobblefoods:colbur_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u120": { + "type": "item", + "content": "cobblefoods:babiri_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u121": { + "type": "item", + "content": "cobblefoods:chilan_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u122": { + "type": "item", + "content": "cobblefoods:liechi_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u123": { + "type": "item", + "content": "cobblefoods:ganlon_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u124": { + "type": "item", + "content": "cobblefoods:salac_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u125": { + "type": "item", + "content": "cobblefoods:petaya_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u126": { + "type": "item", + "content": "cobblefoods:apicot_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u127": { + "type": "item", + "content": "cobblefoods:lansat_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u128": { + "type": "item", + "content": "cobblefoods:starf_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u129": { + "type": "item", + "content": "cobblefoods:enigma_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u130": { + "type": "item", + "content": "cobblefoods:micle_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u131": { + "type": "item", + "content": "cobblefoods:custap_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u132": { + "type": "item", + "content": "cobblefoods:jaboca_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u133": { + "type": "item", + "content": "cobblefoods:rowap_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u134": { + "type": "item", + "content": "cobblefoods:roseli_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u135": { + "type": "item", + "content": "cobblefoods:kee_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u136": { + "type": "item", + "content": "cobblefoods:maranga_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u137": { + "type": "item", + "content": "cobblefoods:hopo_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u138": { + "type": "item", + "content": "cobblefoods:touga_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u139": { + "type": "item", + "content": "cobblefoods:mixed_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "r1": { + "type": "item", + "content": "cobblefoods:vaporeons_island_paradise", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 30 + }, + + "r2": { + "type": "item", + "content": "cobblefoods:jolteons_sour_shock", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 30 + }, + + "r3": { + "type": "item", + "content": "cobblefoods:flareons_burning_tamato_berries", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 30 + }, + + "r4": { + "type": "item", + "content": "cobblefoods:espeons_sunkissed_cheri_berries", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 30 + }, + + "r5": { + "type": "item", + "content": "cobblefoods:umbreons_moonlit_bluk_berries", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 30 + }, + + "r6": { + "type": "item", + "content": "cobblefoods:leafeons_healty_nature_mix", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 30 + }, + + "r7": { + "type": "item", + "content": "cobblefoods:glaceons_minty_rawst_berries", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 30 + }, + + "r8": { + "type": "item", + "content": "cobblefoods:sylveons_roseli_berry_swirl", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 30 + }, + + "r9": { + "type": "item", + "content": "cobblefoods:red_apricorn_milk_tea", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 30 + }, + + "r10": { + "type": "item", + "content": "cobblefoods:yellow_apricorn_milk_tea", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 30 + }, + + "r11": { + "type": "item", + "content": "cobblefoods:green_apricorn_milk_tea", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 30 + }, + + "r12": { + "type": "item", + "content": "cobblefoods:blue_apricorn_milk_tea", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 30 + }, + + "r13": { + "type": "item", + "content": "cobblefoods:pink_apricorn_milk_tea", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 30 + }, + + "r14": { + "type": "item", + "content": "cobblefoods:enigmatic_apricorn_milk_tea", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 30 + }, + + "r15": { + "type": "item", + "content": "cobblefoods:alolan_smoked_pinap", + "amount": { + "min": 4, + "max": 20 + }, + "unitWorth": 8 + }, + + "r16": { + "type": "item", + "content": "cobblefoods:cavern_mushroom_quiche", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 30 + }, + + "r17": { + "type": "item", + "content": "cobblefoods:chocolate_nanab_berry", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 30 + }, + + "r18": { + "type": "item", + "content": "cobblefoods:cornn_berry_popcorn", + "amount": { + "min": 2, + "max": 10 + }, + "unitWorth": 16 + }, + + "r19": { + "type": "item", + "content": "cobblefoods:crimson_cocktail", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 30 + }, + + "r20": { + "type": "item", + "content": "cobblefoods:desert_delight_cocktail", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 30 + }, + + "r21": { + "type": "item", + "content": "cobblefoods:forest_berry_medley", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 30 + }, + + "r22": { + "type": "item", + "content": "cobblefoods:frosty_fruit_pudding", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 30 + }, + + "r23": { + "type": "item", + "content": "cobblefoods:harvest_pie", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 30 + }, + + "r24": { + "type": "item", + "content": "cobblefoods:jungle_nanab_cookies", + "amount": { + "min": 4, + "max": 20 + }, + "unitWorth": 8 + }, + + "r25": { + "type": "item", + "content": "cobblefoods:kalosian_thunderstruck_macaron", + "amount": { + "min": 5, + "max": 25 + }, + "unitWorth": 7 + }, + + "r26": { + "type": "item", + "content": "cobblefoods:mountain_wyvern_crepe", + "amount": { + "min": 2, + "max": 10 + }, + "unitWorth": 16 + }, + + "r27": { + "type": "item", + "content": "cobblefoods:oran_berry_chicken", + "amount": { + "min": 1, + "max": 10 + }, + "unitWorth": 30 + }, + + "r28": { + "type": "item", + "content": "cobblefoods:tropical_custard", + "amount": { + "min": 1, + "max": 10 + }, + "unitWorth": 30 + }, + + "e1": { + "type": "item", + "content": "cobblefoods:roasted_silver_razz_berry", + "amount": { + "min": 1, + "max": 3 + }, + "unitWorth": 50 + }, + + "e2": { + "type": "item", + "content": "cobblefoods:roasted_silver_nanab_berry", + "amount": { + "min": 1, + "max": 3 + }, + "unitWorth": 50 + }, + + "e3": { + "type": "item", + "content": "cobblefoods:roasted_silver_pinap_berry", + "amount": { + "min": 1, + "max": 3 + }, + "unitWorth": 50 + }, + + "e4": { + "type": "item", + "content": "cobblefoods:roasted_golden_razz_berry", + "amount": { + "min": 1, + "max": 3 + }, + "unitWorth": 50 + }, + + "e5": { + "type": "item", + "content": "cobblefoods:roasted_golden_nanab_berry", + "amount": { + "min": 1, + "max": 3 + }, + "unitWorth": 50 + }, + + "e6": { + "type": "item", + "content": "cobblefoods:roasted_golden_pinap_berry", + "amount": { + "min": 1, + "max": 3 + }, + "unitWorth": 50 + }, + + "l1": { + "type": "item", + "content": "cobblefoods:silver_platter", + "amount": { + "min": 1, + "max": 6 + }, + "unitWorth": 80 + }, + + "l2": { + "type": "item", + "content": "cobblefoods:golden_delicacy", + "amount": { + "min": 1, + "max": 6 + }, + "unitWorth": 100 + }, + + "catcher_obj_catch_bug": { + "type": "criteria", + "icon": "cobblemon:nest_ball", + "content": "cobblemon:catch_pokemon", + "conditions": { + "type": "bug" + }, + "amount": { + "min": 1, + "max": 8 + }, + "unitWorth": 5 + }, + "catcher_obj_catch_dark": { + "type": "criteria", + "icon": "cobblemon:ancient_heavy_ball", + "content": "cobblemon:catch_pokemon", + "conditions": { + "type": "dark" + }, + "amount": { + "min": 1, + "max": 8 + }, + "unitWorth": 5 + }, + "catcher_obj_catch_dragon": { + "type": "criteria", + "icon": "cobblemon:lure_ball", + "content": "cobblemon:catch_pokemon", + "conditions": { + "type": "dragon" + }, + "amount": { + "min": 1, + "max": 8 + }, + "unitWorth": 5 + }, + "catcher_obj_catch_electric": { + "type": "criteria", + "icon": "cobblemon:ultra_ball", + "content": "cobblemon:catch_pokemon", + "conditions": { + "type": "electric" + }, + "amount": { + "min": 1, + "max": 8 + }, + "unitWorth": 5 + }, + "catcher_obj_catch_fairy": { + "type": "criteria", + "icon": "cobblemon:love_ball", + "content": "cobblemon:catch_pokemon", + "conditions": { + "type": "fairy" + }, + "amount": { + "min": 1, + "max": 8 + }, + "unitWorth": 5 + }, + "catcher_obj_catch_fighting": { + "type": "criteria", + "icon": "cobblemon:level_ball", + "content": "cobblemon:catch_pokemon", + "conditions": { + "type": "fighting" + }, + "amount": { + "min": 1, + "max": 8 + }, + "unitWorth": 5 + }, + "catcher_obj_catch_fire": { + "type": "criteria", + "icon": "cobblemon:fast_ball", + "content": "cobblemon:catch_pokemon", + "conditions": { + "type": "fire" + }, + "amount": { + "min": 1, + "max": 8 + }, + "unitWorth": 5 + }, + "catcher_obj_catch_flying": { + "type": "criteria", + "icon": "cobblemon:quick_ball", + "content": "cobblemon:catch_pokemon", + "conditions": { + "type": "flying" + }, + "amount": { + "min": 1, + "max": 8 + }, + "unitWorth": 5 + }, + "catcher_obj_catch_ghost": { + "type": "criteria", + "icon": "cobblemon:slate_ball", + "content": "cobblemon:catch_pokemon", + "conditions": { + "type": "ghost" + }, + "amount": { + "min": 1, + "max": 8 + }, + "unitWorth": 5 + }, + "catcher_obj_catch_grass": { + "type": "criteria", + "icon": "cobblemon:park_ball", + "content": "cobblemon:catch_pokemon", + "conditions": { + "type": "grass" + }, + "amount": { + "min": 1, + "max": 8 + }, + "unitWorth": 5 + }, + "catcher_obj_catch_ground": { + "type": "criteria", + "icon": "cobblemon:ancient_citrine_ball", + "content": "cobblemon:catch_pokemon", + "conditions": { + "type": "ground" + }, + "amount": { + "min": 1, + "max": 8 + }, + "unitWorth": 5 + }, + "catcher_obj_catch_ice": { + "type": "criteria", + "icon": "cobblemon:dive_ball", + "content": "cobblemon:catch_pokemon", + "conditions": { + "type": "ice" + }, + "amount": { + "min": 1, + "max": 8 + }, + "unitWorth": 5 + }, + "catcher_obj_catch_normal": { + "type": "criteria", + "icon": "cobblemon:poke_ball", + "content": "cobblemon:catch_pokemon", + "conditions": { + "type": "normal" + }, + "amount": { + "min": 1, + "max": 8 + }, + "unitWorth": 5 + }, + "catcher_obj_catch_poison": { + "type": "criteria", + "icon": "cobblemon:dream_ball", + "content": "cobblemon:catch_pokemon", + "conditions": { + "type": "poison" + }, + "amount": { + "min": 1, + "max": 8 + }, + "unitWorth": 5 + }, + "catcher_obj_catch_psychic": { + "type": "criteria", + "icon": "cobblemon:heal_ball", + "content": "cobblemon:catch_pokemon", + "conditions": { + "type": "psychic" + }, + "amount": { + "min": 1, + "max": 8 + }, + "unitWorth": 5 + }, + "catcher_obj_catch_rock": { + "type": "criteria", + "icon": "cobblemon:ancient_slate_ball", + "content": "cobblemon:catch_pokemon", + "conditions": { + "type": "rock" + }, + "amount": { + "min": 1, + "max": 8 + }, + "unitWorth": 5 + }, + "catcher_obj_catch_steel": { + "type": "criteria", + "icon": "cobblemon:ancient_ivory_ball", + "content": "cobblemon:catch_pokemon", + "conditions": { + "type": "steel" + }, + "amount": { + "min": 1, + "max": 8 + }, + "unitWorth": 5 + }, + "catcher_obj_catch_water": { + "type": "criteria", + "icon": "cobblemon:azure_ball", + "content": "cobblemon:catch_pokemon", + "conditions": { + "type": "water" + }, + "amount": { + "min": 1, + "max": 8 + }, + "unitWorth": 5 + } + + } +} \ No newline at end of file diff --git a/global_packs/required_data/bopack/data/bountiful/bounty_pools/bountiful/all_rews.json b/global_packs/required_data/bopack/data/bountiful/bounty_pools/bountiful/all_rews.json new file mode 100644 index 0000000..92a35ad --- /dev/null +++ b/global_packs/required_data/bopack/data/bountiful/bounty_pools/bountiful/all_rews.json @@ -0,0 +1,67 @@ +{ + "replace": true, + "content": { + + "all_rew_bronze_reward": { + "type": "item", + "rarity": "COMMON", + "content": "numismatic-overhaul:bronze_coin", + "amount": { + "min": 5, + "max": 10 + }, + "unitWorth": 1 + }, + + "all_rew_bronze2_reward": { + "type": "item", + "rarity": "UNCOMMON", + "content": "numismatic-overhaul:bronze_coin", + "amount": { + "min": 10, + "max": 30 + }, + "unitWorth": 1, + "weightMult": 0.5 + }, + + "all_rew_bronze3_reward": { + "type": "item", + "rarity": "RARE", + "content": "numismatic-overhaul:bronze_coin", + "amount": { + "min": 50, + "max": 80 + }, + "unitWorth": 1, + "weightMult": 0.3 + }, + + "all_rew_silver_reward": { + "type": "item", + "rarity": "EPIC", + "content": "numismatic-overhaul:silver_coin", + "amount": { + "min": 2, + "max": 5 + }, + "unitWorth": 100, + "weightMult": 0.3 + }, + + "all_rew_gold_reward": { + "type": "item", + "rarity": "LEGENDARY", + "content": "numismatic-overhaul:silver_coin", + "amount": { + "min": 8, + "max": 20 + }, + "unitWorth": 100, + "weightMult": 1 + }, + + "all_rew_prismarine_crystals": null + + } +} \ No newline at end of file diff --git a/global_packs/required_data/bopack/data/bountiful/bounty_pools/bountiful/fisherman_objs.json b/global_packs/required_data/bopack/data/bountiful/bounty_pools/bountiful/fisherman_objs.json new file mode 100644 index 0000000..a6037dc --- /dev/null +++ b/global_packs/required_data/bopack/data/bountiful/bounty_pools/bountiful/fisherman_objs.json @@ -0,0 +1,17 @@ +{ + "replace": true, + + "content": { + + "fisherman_obj_gold_nugs": { + "type": "item", + "content": "minecraft:gold_nugget", + "amount": { + "min": 4, + "max": 8 + }, + "unitWorth": 100 + } + + } +} \ No newline at end of file diff --git a/global_packs/required_data/bopack/pack.mcmeta b/global_packs/required_data/bopack/pack.mcmeta new file mode 100644 index 0000000..1fdb6c1 --- /dev/null +++ b/global_packs/required_data/bopack/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "pack_format": 15, + "description": "An Example Datapack for Bountiful" + } +} \ No newline at end of file diff --git a/global_packs/required_data/bopack/readme.md b/global_packs/required_data/bopack/readme.md new file mode 100644 index 0000000..03e2d87 --- /dev/null +++ b/global_packs/required_data/bopack/readme.md @@ -0,0 +1,36 @@ + +## Overview + +In this example datapack, several changes are made. +I've detailed them down below, split into groups based on file. + + +### Pools + +#### bounty_pools/bountiful/_all_rews.json + +This file shows how to add, change, and remove single objectives/rewards. The `_all_rews` pool is by default used for all Bountiful decrees, so changes here will be reflected on all decrees. + +* We've added a new TNT reward for all decrees. 1-4 TNT can show up sometimes. +* We changed the Decree reward from UNCOMMON rarity to COMMON, so that Decrees show up as a reward more often. +* We completely removed the prismarine crystal reward. + +#### bounty_pools/bountiful/fisherman_objs.json + +This file uses `"replace": true` to replace all of the `fisherman_objs` objectives with the contents of this file instead. There's only one new entry here. + +* We replaced all fishing objectives with just one, that asks the character to get gold nuggets. Pretty boring, if you ask me, but this is how you'd entirely replace a pool with different objectives. + +#### bounty_pools/bountiful/bucketeer_objs.json + +This file adds an entirely new pool, `bucketeer_objs`. It contains two new objectives for the `bucketeer` decree that we've also created (below). + + + + +### Decrees + + +#### bounty_decrees/bountiful/bucketeer.json + +This file adds an entirely new decree to the game! However, all Decrees need a localized name, so you actually have to copy this datapack into the resourcepacks folder in order to load it as a resourcepack as well. That will cause the `assets` directory to load, and the Decree's localized name will load correctly. This file determines which objective and reward pools are associated with this Decree. \ No newline at end of file diff --git a/global_packs/required_data/capture-border-v1.0.0/data/minecraft/tags/functions/load.json b/global_packs/required_data/capture-border-v1.0.0/data/minecraft/tags/functions/load.json new file mode 100644 index 0000000..9f75bf5 --- /dev/null +++ b/global_packs/required_data/capture-border-v1.0.0/data/minecraft/tags/functions/load.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "wb:load" + ] +} \ No newline at end of file diff --git a/global_packs/required_data/capture-border-v1.0.0/data/minecraft/tags/functions/tick.json b/global_packs/required_data/capture-border-v1.0.0/data/minecraft/tags/functions/tick.json new file mode 100644 index 0000000..6151103 --- /dev/null +++ b/global_packs/required_data/capture-border-v1.0.0/data/minecraft/tags/functions/tick.json @@ -0,0 +1 @@ +{"values":["wb:main"]} \ No newline at end of file diff --git a/global_packs/required_data/capture-border-v1.0.0/data/wb/functions/load.mcfunction b/global_packs/required_data/capture-border-v1.0.0/data/wb/functions/load.mcfunction new file mode 100644 index 0000000..76e92eb --- /dev/null +++ b/global_packs/required_data/capture-border-v1.0.0/data/wb/functions/load.mcfunction @@ -0,0 +1,6 @@ +scoreboard objectives add wb.count dummy +scoreboard objectives add wb.exp dummy + +execute unless score .setup wb.count matches 1 run schedule function wb:init 10s + +execute as @a[tag=!player] run tag @s add player \ No newline at end of file diff --git a/global_packs/required_data/capture-border-v1.0.0/data/wb/functions/main.mcfunction b/global_packs/required_data/capture-border-v1.0.0/data/wb/functions/main.mcfunction new file mode 100644 index 0000000..6234711 --- /dev/null +++ b/global_packs/required_data/capture-border-v1.0.0/data/wb/functions/main.mcfunction @@ -0,0 +1,2 @@ +execute as @a at @s run function wb:wb +scoreboard players add @a wb.count 0 \ No newline at end of file diff --git a/global_packs/required_data/capture-border-v1.0.0/data/wb/functions/wb.mcfunction b/global_packs/required_data/capture-border-v1.0.0/data/wb/functions/wb.mcfunction new file mode 100644 index 0000000..c8d3423 --- /dev/null +++ b/global_packs/required_data/capture-border-v1.0.0/data/wb/functions/wb.mcfunction @@ -0,0 +1,4 @@ +execute if score @s wb.exp > @s wb.count run scoreboard players add @s wb.count 1 +execute store result score @s wb.exp run counter capture total @s + +execute if score @s wb.exp > @s wb.count run worldborder add 20 \ No newline at end of file diff --git a/global_packs/required_data/capture-border-v1.0.0/pack.mcmeta b/global_packs/required_data/capture-border-v1.0.0/pack.mcmeta new file mode 100644 index 0000000..1849542 --- /dev/null +++ b/global_packs/required_data/capture-border-v1.0.0/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "pack_format": 18, + "description": "Catch Pokemon to expand the world border." + } +} diff --git a/index.toml b/index.toml new file mode 100644 index 0000000..536233f --- /dev/null +++ b/index.toml @@ -0,0 +1,29769 @@ +hash-format = "sha256" + +[[files]] +file = "complementary-unbound.pw.toml" +hash = "e49207fdf7601fbd5a5e79f3bfd5a150516a7af0b00cf8eb848451b5af719637" +metafile = true + +[[files]] +file = "config/BlanketCobbleSpawners/config.json" +hash = "7a5f1d5645bfa1ec0d7c905245f1fa04b0bc6c5e593d91a0fa6f1fe2b7ad87e4" + +[[files]] +file = "config/MouseTweaks.cfg" +hash = "611b9c06b577cb3cdc72c8b74a78b16b9a7b42832e1380a85107d086a8854fa8" + +[[files]] +file = "config/MythsAndLegends/config.toml" +hash = "def74e430d0f704e381e44c4a6ed1856e4cdf6ed359694d984c5f9bf65847a49" + +[[files]] +file = "config/MythsAndLegends/debts.json" +hash = "44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a" + +[[files]] +file = "config/MythsAndLegends/loot_tables_config.json" +hash = "55ff7844c871da7f466c025e058a06f6bbcc9bf266c462f96c392214901c467f" + +[[files]] +file = "config/academy/biome_groups.json" +hash = "e7354c22e472194e40ad0f6c40db5d2ef5fd294e752a3823911161f4d4f33279" + +[[files]] +file = "config/academy/dueling.json" +hash = "d1b88c8bba62657a26c425948c8b25f744c8b4c7753f2ed61f43dcc59ad63aef" + +[[files]] +file = "config/academy/ec_cobblemon.json" +hash = "0bba3c939a3ce8c3c2ef69d53cb93a361baf0a88c77b9410d6979cb96345c285" + +[[files]] +file = "config/academy/entity_groups.json" +hash = "e7354c22e472194e40ad0f6c40db5d2ef5fd294e752a3823911161f4d4f33279" + +[[files]] +file = "config/academy/item_groups.json" +hash = "e7354c22e472194e40ad0f6c40db5d2ef5fd294e752a3823911161f4d4f33279" + +[[files]] +file = "config/academy/npc.json" +hash = "7992a26cba58e104b4ce5ec5ce17081291b82e7d8275bb616ebc7afd39a88196" + +[[files]] +file = "config/academy/pokemon_spawn.json" +hash = "f7b01380d662f25f01d48eb0c7666d6bd68da41955b09011eb4411f4c29510d0" + +[[files]] +file = "config/academy/safari.json" +hash = "fa29f051b1e828730ff100083b38f5ea72794a95513caf493e10803c9915e9cb" + +[[files]] +file = "config/academy/starter_raffle.json" +hash = "cc1e6914f59bdd1137902258aaa63612c41b29dd8890a5871fa465fd9d0635e8" + +[[files]] +file = "config/academy/tile_groups.json" +hash = "e7354c22e472194e40ad0f6c40db5d2ef5fd294e752a3823911161f4d4f33279" + +[[files]] +file = "config/academy/wardrobe.json" +hash = "d639d8e7433b4f1121a55353ae260cc47397641a5fb6ef3bc1ebe0fb3972fc61" + +[[files]] +file = "config/advancementplaques-common.toml" +hash = "44e2424c29b68fdd723e84d3dfa395be105d53424544496e5e898073dd743cf8" + +[[files]] +file = "config/amendments-client.json" +hash = "a68bf2889f9740adc332627f66fbca01afa78d81f110810fc33374aa1528228d" + +[[files]] +file = "config/amendments-common.json" +hash = "2ac1cbcd5fe2e4ec7ac60d441395d977766aeed8e492f13b9c7953cb0b18eedd" + +[[files]] +file = "config/balm-common.out.toml" +hash = "a186d6ab6468353cb2a49f5a4229c16b004580a557d4bccaf12041e8a46f9d9e" + +[[files]] +file = "config/balm-common.toml" +hash = "8a0d7c3e13b41a9564cdcffcd4121edeb2ce4ec453dc19ca8f74862eb63fd608" + +[[files]] +file = "config/betterdeserttemples-fabric-1_20.toml" +hash = "06a1b8b7774df6bef4dc9b82e140a4211d41c93178ee0d9d25105d05a6c20566" + +[[files]] +file = "config/betterdeserttemples/README.txt" +hash = "732367c7bc3aae8e34796077a586a5207ff349da424d1e43fa3443a38791d2d4" + +[[files]] +file = "config/betterdeserttemples/fabric-1_20/README.txt" +hash = "5a8b0890db6b40611e79651c49a5c91c5f24c83d53d40842f698e53c7fab4d9d" + +[[files]] +file = "config/betterdeserttemples/fabric-1_20/armorstands.json" +hash = "edbf64529a8ea3e837fc493c3ad5227fae39d13be71a972cb22932024a9430de" + +[[files]] +file = "config/betterdeserttemples/fabric-1_20/itemframes.json" +hash = "2607ce808b5ed409848375373e51bf9ffa034b1c6641f0451f5a92db5637619e" + +[[files]] +file = "config/betterdungeons-fabric-1_20.toml" +hash = "6652c4a973b4962d4c86f64b87a638748d92e2bce82c5239773ea6056820ff4e" + +[[files]] +file = "config/betterfortresses-fabric-1_20.toml" +hash = "c6f718e24389dd618b788ea1ef0c64d3689e9408fd9a482e67ecece0dc392ece" + +[[files]] +file = "config/betterfortresses/README.txt" +hash = "901dc3060fab107bc2bd0bf8db8506d3bfa97ed3ee9e741909572f5abe4a233d" + +[[files]] +file = "config/betterfortresses/fabric-1_20/README.txt" +hash = "050cf34b7d9f1568c55c250b23b1b233d5525a69ed6719ef6782ac64d6ee6be7" + +[[files]] +file = "config/betterfortresses/fabric-1_20/itemframes.json" +hash = "72004b62afca34ab359efc21c44c1de649c6b6598ac5e4e8b62e334b36f8842c" + +[[files]] +file = "config/betterjungletemples-fabric-1_20.toml" +hash = "69a3aa51ef5a881f01a6515f72a57a10b8df7c7b93588f424fc07c864a0933e1" + +[[files]] +file = "config/bettermineshafts-fabric-1_20.toml" +hash = "d486f4672659b59f9a855d9ebce345d8a983c504d24b99613ce280db657c40f5" + +[[files]] +file = "config/betteroceanmonuments-fabric-1_20.toml" +hash = "dbba9af53d8bfb9f46cb4c9ab525a72026ad0a13c36e8dd8efe7398a767c3187" + +[[files]] +file = "config/betterstrongholds-fabric-1_20.toml" +hash = "2dae469f9196a363cb5e9fb614788224a713378f22300a1afd6486f1d43766a2" + +[[files]] +file = "config/betterstrongholds/README.txt" +hash = "4b99039651e4b9dc9084540d85a8e64dea04c3a87f8d1187c115f9c30539c78e" + +[[files]] +file = "config/betterstrongholds/fabric-1_20/README.txt" +hash = "9eb594cc593000a53ec51288d1ff64073636162dda90252d8e303dc17e849386" + +[[files]] +file = "config/betterstrongholds/fabric-1_20/armorstands.json" +hash = "3cb1ba80a1613c3c906def00669548f8bc0468c7771e558c20936ecf36e0fa50" + +[[files]] +file = "config/betterstrongholds/fabric-1_20/itemframes.json" +hash = "556d63a7c41490a533e66631faa8b90b0c8f12c0c35d8f40f74b07c291dd0384" + +[[files]] +file = "config/betterstrongholds/fabric-1_20/ores.json" +hash = "311d6bf566f1dfb719c571a73ffb860b3b7a239aa37e7fb09379c424b95e04a1" + +[[files]] +file = "config/betterstrongholds/fabric-1_20/rareblocks.json" +hash = "c7375d0723443caef5c901e06cf57ea30fe7c6213ba7fc44c8d8dcaed4487dd3" + +[[files]] +file = "config/betterwitchhuts-fabric-1_20.toml" +hash = "063ce4f60934ab166dade45375ef5518df74be2c6c1e1f1a52ec181013803197" + +[[files]] +file = "config/biomeswevegone/trades.json5" +hash = "9579fb91ba689421ba99b3c519acabbb2cfb1be1163006ac97f47bfdbe947073" + +[[files]] +file = "config/biomeswevegone/world_generation.json5" +hash = "61069fe80a9eb005cf8abf6f7e8d467da6c470ee1879c87436a568711783d289" + +[[files]] +file = "config/bluemap/core.conf" +hash = "a6a76325836cac7677f3d43b1833f77a65c6f3e8589182e470660f5cf6d40187" + +[[files]] +file = "config/bluemap/maps/new_world.conf" +hash = "6314833d9a35d987c5f8c044a435d78519520da9407d99b94fc099554989b5ac" + +[[files]] +file = "config/bluemap/maps/new_world_solara_dimension_solarademension.conf" +hash = "421c2256219be0d38a1565e9af82ff403e8e78f248fdcd68df68bc02c97df74d" + +[[files]] +file = "config/bluemap/maps/new_world_the_end.conf" +hash = "1af58cc243f213b0b2ec809497fbdd9e9613ea6710011ff454c22ad5be20cc6f" + +[[files]] +file = "config/bluemap/maps/new_world_the_nether.conf" +hash = "69850d0eb8170aae2adc449dc6c6acc651784fb2d4779968241a70b40b105912" + +[[files]] +file = "config/bluemap/plugin.conf" +hash = "f4f9fc6a3ec27abe824b1aef445183f4c988c212724fb850c17ab489353c7b51" + +[[files]] +file = "config/bluemap/storages/file.conf" +hash = "ce1f7419cb657755fcb3266817251951701119b95c8e34fb8fa0a1f6be8c7b17" + +[[files]] +file = "config/bluemap/storages/sql.conf" +hash = "dbf122b4932a67e8b602ebe24d3278616522c24d2e9481f6c31c9949e75ed9f6" + +[[files]] +file = "config/bluemap/webapp.conf" +hash = "eb7fbbf671c247286fd9d3c52a43142da7e65dfb53c08163e0742b2979f3ca24" + +[[files]] +file = "config/bluemap/webserver.conf" +hash = "420b13227864623ff9e5f200ebba4c1a10f05a4ca40539dbefdfc9e23cdf78f2" + +[[files]] +file = "config/bobby.conf" +hash = "32a51f87b98c4bf0b5e2b996e14fa14c2ee4d6d04ad3b5a939ad00dd25c6649b" + +[[files]] +file = "config/boostedbrightness.json" +hash = "1cb5957ff09a6aa43453f28390ea3d110797eda8fdf3934fdcc0abd8dd9db147" + +[[files]] +file = "config/bountiful/bountiful.json" +hash = "179707b9723a48f773428494bc2a2c87e52654cd7de5eea8df97bf25e54578d9" + +[[files]] +file = "config/camerapture.client.json" +hash = "f61fe94ef6538a323aadda098b386b51bdda763a00caca5f3dcb559f780f57bf" + +[[files]] +file = "config/camerapture.server.json" +hash = "6f40e2e7c130b2406674cf84d9e6cd9554268095c43c6fcc30721208480caea1" + +[[files]] +file = "config/capture_xp.json" +hash = "c04b65ed096d167a0576ddae67e815ac5ee332d6fa9714fccd4bc9f68963dab6" + +[[files]] +file = "config/cardinal-components-api.properties" +hash = "9fed9968597fd4a8cd4221ade32109f3f026033245809f2676b85e86057cd1ee" + +[[files]] +file = "config/carryon-client.json" +hash = "a0bdf8598bad61fff730d31cb088c5a3281ccfcd8d767a61ec879ce1fd818390" + +[[files]] +file = "config/carryon-common.json" +hash = "8e0c69ce288315a6de468a3c2b7ea8b23b863d6d31efab1ff4a4b78409dde8d9" + +[[files]] +file = "config/chat_heads.json5" +hash = "29dffdda6c48191496cca75a8fc9807b3bbc7ea436ce3987f781056889d459a2" + +[[files]] +file = "config/chromaworldborder.json" +hash = "5676e4dbefe40f23b2087d9f7efd57d88c0546ec5a98ce8c48a71119dcc2cec8" + +[[files]] +file = "config/chunky/config.json" +hash = "c7384a22595488f79f3125b22cc175eb729267267807a084479419349797abc8" + +[[files]] +file = "config/chunky/tasks/minecraft/overworld.properties" +hash = "5830cd9c6d0be9ea9b490605c2938955b3b7ecc98d8694e1abc6d72b092db32a" + +[[files]] +file = "config/cobbled_counter.json" +hash = "fb9331ffc26fbdf12d56c6aaca3c1ccd531ecbc9772980a9ed8d02c77dda6d77" + +[[files]] +file = "config/cobbledex/rewards.json" +hash = "515f224ba69ecf520d8566d5dd6b1899edc1eb0ddc331ecf81ea88e0b3b343d0" + +[[files]] +file = "config/cobbledex/settings.json" +hash = "3b12814ab221fe24cd5fee89c912e679dab0c90beeec9e01c615adff53309b29" + +[[files]] +file = "config/cobblemizer/cobblemizer.json" +hash = "4d56bd808ac8d83b94d2626c76ed0e2d3cc0241fb15d829ef35524a29c2452b0" + +[[files]] +file = "config/cobblemizer/cobblemizer_config.properties" +hash = "13284722e8454052a8565742d0a37671d8a37e308904dae5f67850395475fa87" + +[[files]] +file = "config/cobblemon/main.json" +hash = "29b778af6469b7f1ed501bd0364a54cec56c5c02b54687301672c5db1cb6b7e5" + +[[files]] +file = "config/cobblemon/spawning/best-spawner-config.json" +hash = "4bb5e668c08d17a786ede5cc6a5dd01db5c0002743d773e3d5ac1d30edf8da76" + +[[files]] +file = "config/cobblemon/starters.json" +hash = "5483f15ffa5760cc4eb9c452a8aa9c46d86c520d52308a1674c9eb03e7fc54ab" + +[[files]] +file = "config/cobblemonintegrations.json" +hash = "da2902af0cea49a2169148b65f25d9dcbc045071c0efc8d6d031ac96ca84eb95" + +[[files]] +file = "config/cobblenav/client-cobblenav-config.json" +hash = "98c58e049dfd52058d8e618c5c4f375dfad3d29c387e26bcd736980aedc97281" + +[[files]] +file = "config/cobblenav/cobblenav-config.json" +hash = "b531984bd84cabe6b4dcbb1ab7efc3cc6da46b312473a25698ba6c2094d43325" + +[[files]] +file = "config/cobbreeding/main.json" +hash = "65e2348d53dc38347afd24d6cc2eea28dda4e9acfe2730c43be90823f8392604" + +[[files]] +file = "config/collective.json5" +hash = "7c3c08045b3a7b145c95f9d187a71350a2d2655cfe156beb3b5cfd09ca074528" + +[[files]] +file = "config/commander/hunt.nbt" +hash = "b4f852de0939093b585ac35924f66ede14cdf5cfcfa1169972bc10703f514d3f" + +[[files]] +file = "config/commander/shinyincense.nbt" +hash = "0a57012ec08aa08deb446be0cbfab1f05ab1af9f5b9f0fb6c5c87e5941026c72" + +[[files]] +file = "config/commander/strongshinyincense.nbt" +hash = "f393b0c8e413ae0907d1cdaef35def6c14438a80f56b55958d51f7f84e578089" + +[[files]] +file = "config/commander/ubershinyincense.nbt" +hash = "3c35bb06a07f13e7c8d0ddf1b07a68dd992a20bde37b64e7b0f06ca7fad31115" + +[[files]] +file = "config/compatemon/MODULES.cfg" +hash = "3000c1c29826f3e08d4ea4faf58f30526e92a218a95a68fa835bea23ddc67d75" + +[[files]] +file = "config/compatemon/compatemon.cfg" +hash = "66b3019b6ab7f0137927e3103512f48f66bddd20142bf82618936fb0bce06d11" + +[[files]] +file = "config/compatemon/pehkui.cfg" +hash = "a8bd12058f777d7218443424e4e94e6e2f9ca71fd3ae0921f485ee5ca3157960" + +[[files]] +file = "config/convenientdecor.json5" +hash = "113915cdb6a8ff1d477d4c46b062dd48ea352303d04a35e0a05571ea9f6d9885" + +[[files]] +file = "config/cookingforblockheads-common.toml" +hash = "c0943a6b3b041caede625274151108936ec82a171fbbc419d641a898d7b91cac" + +[[files]] +file = "config/corgilib/announcement_config.json5" +hash = "7ac2cd28677a6b16415a012ce112813533c653122db26b6766991bb7e9bc369e" + +[[files]] +file = "config/craftingtweaks-common.toml" +hash = "5f55ad5460358fe1384d6f80ed22d3d291757f936ff1674d913ce731fb592358" + +[[files]] +file = "config/crosshairs/small_diamond.png" +hash = "bab8ea4c8dcc70efa696bbd526b047aee057d9bdcbaec5b518d9e237bd32adaa" + +[[files]] +file = "config/customcursor.json" +hash = "011717285ff1095312beb1c084c0be6e3d2a55ddc4730df345bdf300de391758" + +[[files]] +file = "config/dailyshop/daily_shop.json" +hash = "4a5faf74e39b88f28c2ec3e826606bac210212057c0c8ac689c448ba573070c3" + +[[files]] +file = "config/dailyshop/entity_groups.json" +hash = "5a10676d017bc9e5eb9c445fb43ca4b112f05f307da2492c4f1d2b1e078ead55" + +[[files]] +file = "config/dailyshop/item_groups.json" +hash = "5a10676d017bc9e5eb9c445fb43ca4b112f05f307da2492c4f1d2b1e078ead55" + +[[files]] +file = "config/dailyshop/tile_groups.json" +hash = "5a10676d017bc9e5eb9c445fb43ca4b112f05f307da2492c4f1d2b1e078ead55" + +[[files]] +file = "config/dailyshop/trade_tables/daily_shop.json" +hash = "4fd7b2de28630ca6667514e9eca58b692f1b6f16fdad1c2c25ed7644224f5485" + +[[files]] +file = "config/dailyshop/trade_tables/saplings.json" +hash = "fb1aeced8f5ecef24806f0e6e9469305601550fdf6b7b166d1f62b14940dd6f6" + +[[files]] +file = "config/dailyshop/trade_tables/seeds.json" +hash = "ca939a268d21d7e9a0caa8e45947b67c7730d03660b8038d8f8f5b8893e54a04" + +[[files]] +file = "config/dailyshop/trade_tables/spawn_eggs.json" +hash = "6177b527b022c17916b3dfd2b16206bbe06d89e96df391e3236bc1361d5635f3" + +[[files]] +file = "config/default-hotkeys.json" +hash = "753865a8e9e375b4e4f7be9914e12c1f59e8f073d47f853df20081d7214aa6c2" + +[[files]] +file = "config/defaultoptions-common.toml" +hash = "f64edb24e18cabf54c08197bfa479c727bdf137a859bc8d2d7f32c70dbe4f8b8" + +[[files]] +file = "config/dynamiccrosshair.json5" +hash = "91aa7ff29d3e949f6a25af5efc82b0e727b9b4d1940cbce0ff606aa0505800d8" + +[[files]] +file = "config/emojiful.json" +hash = "ce0e84b22211a2ce1f1ed5763764fb59712b4f820518d757e8974b99d18f0d16" + +[[files]] +file = "config/entityculling.json" +hash = "2241f9551df1b4aa84697dc83d8f80720076e44f2eb7caa77489ecb831e70419" + +[[files]] +file = "config/evenmoreinstruments-client.toml" +hash = "d15a16fb99cec0be6c458c509e5fda41a59ed9caf0118a25168cd3fd0c30737e" + +[[files]] +file = "config/fabric/indigo-renderer.properties" +hash = "68af42c3a5a6354237549831deee23f2e9655bdc2b93ca61edc86e24e7c4b77b" + +[[files]] +file = "config/fabricskyboxes-config.json" +hash = "582b93ab2b24e82e6d904f7030d95269d7b0326495d19017b63d58ebea2ac15b" + +[[files]] +file = "config/fancymenu/assets/add.png" +hash = "3cea0fb70d350d7ff278af51fbc808ce82433291986a0aaad50e9afb1f37fc72" + +[[files]] +file = "config/fancymenu/assets/add2.png" +hash = "72dd33cddab352bfc1f425f12f9b0f897704d9575b36739530a74312001fec03" + +[[files]] +file = "config/fancymenu/assets/backgroundwithbuttonswithouttext.png" +hash = "f94fe14160d3db304ecfec357384ecfee7bc654d1f27a16409a0bee6cca6c869" + +[[files]] +file = "config/fancymenu/assets/backgroundwithoutbuttons.png" +hash = "b4a10ac1494804b2af30bfb9b70324c33c1166665bb9d329d4ea862edb1b2a75" + +[[files]] +file = "config/fancymenu/assets/blank.png" +hash = "5c22efae16be121f48dfb1243ff60969aaea42561d6380016c2a4748c2b4df74" + +[[files]] +file = "config/fancymenu/assets/blank2.png" +hash = "c199740fb90892eeb9a44700465ceb82f5c73984e52d2d726bacb2ef760f2385" + +[[files]] +file = "config/fancymenu/assets/buttonm.png" +hash = "315ea9d1db097934ff24af25034e3c5335e3db712b9e793ef8c2a0b7f0770394" + +[[files]] +file = "config/fancymenu/assets/buttonm2.png" +hash = "0af2b7fb37e0c4fb2267a7b179ffe9ad3ae5f2a8e65bef381d410a0499069108" + +[[files]] +file = "config/fancymenu/assets/buttonmp.png" +hash = "1899884673f5714c7f2026fac383a09d2a5fd99fd35272b5fe85efb240fbb339" + +[[files]] +file = "config/fancymenu/assets/buttonmp2.png" +hash = "26ac64ca4665ccc7d1bfee2888406cc6e18baf31b0e719a1f37a7b4a960acaaa" + +[[files]] +file = "config/fancymenu/assets/buttonop.png" +hash = "aa1a61486fffeba3eafe4a97e0639c0b9bf42030be0c2aee4c071bcbae85eb52" + +[[files]] +file = "config/fancymenu/assets/buttonop2.png" +hash = "710a5a28d540bb11ec2d9c3e1a7b7e1daa01244d1028b5e2735a0b744adb88c6" + +[[files]] +file = "config/fancymenu/assets/buttonq.png" +hash = "cf565798d7cf540adaafdce1902bbe3ebe13382ed95f876e9a61c3ca72c86ccc" + +[[files]] +file = "config/fancymenu/assets/buttonq2.png" +hash = "bac501a11bced83ee5384e505835eefd81fe54a685b01304f702a424a752b1fe" + +[[files]] +file = "config/fancymenu/assets/buttonrent.png" +hash = "a0322cda06cfdff840ccf088e80704ef445a50565f21f9c4f2ae0a188b445435" + +[[files]] +file = "config/fancymenu/assets/buttonrent2.png" +hash = "3979809883a0dea14caa01ae05738ea41d35c15676278bc49e802adb525b8c9b" + +[[files]] +file = "config/fancymenu/assets/buttons.pdn" +hash = "305d8693fd9b60f514eb59879e6865370acc45d47957843fdd69a540e685c3d2" + +[[files]] +file = "config/fancymenu/assets/buttonsp.png" +hash = "5572a4d6f7ad605750445a90b3b2736a8fbbd760c36a7fa521e14561ca65bc7b" + +[[files]] +file = "config/fancymenu/assets/buttonsp2.png" +hash = "4eebd793ab219035f2aabf293f950b78fbec7a73f3f0e0ba17640543c2493d74" + +[[files]] +file = "config/fancymenu/assets/buttonweb.png" +hash = "d8a76dd988b007b4ca3c13ead8c2b20f4ca298508a6dce56f44b5b6bdd12f466" + +[[files]] +file = "config/fancymenu/assets/buttonweb2.png" +hash = "191756ad2959e97e94b59e584d46a0de0e151e415f7fa19183484326b939a1a3" + +[[files]] +file = "config/fancymenu/assets/can.png" +hash = "96101a8c49891543081ebf3fca4e138ceb6c8cbfb796e7896d799104470ff7e9" + +[[files]] +file = "config/fancymenu/assets/can2.png" +hash = "cff2fea87411f5e00ea3c874e77d8d4edea384fbc5d8a583fcc8cb4387622fb3" + +[[files]] +file = "config/fancymenu/assets/dc.png" +hash = "4b510f47e27da53873c944880bd0477684893cd9b59fac149c5ca192cf136687" + +[[files]] +file = "config/fancymenu/assets/dc2.png" +hash = "514e4025eb517a6a09bca3bd51834c7c45e4c9a5d3f5cf00e4961c5e0a883824" + +[[files]] +file = "config/fancymenu/assets/del.png" +hash = "6bcd49caf0d32a296614117d8e3435e193d5f6e33f4b362ba723b81b2910fef2" + +[[files]] +file = "config/fancymenu/assets/del2.png" +hash = "eb34121b808cd1c77c8306d390d25a12bf428d70d053fc31cb857be347e3fb83" + +[[files]] +file = "config/fancymenu/assets/edit.png" +hash = "a432684ef5b6ae8f281a627b58f2be9598ea642ab3c207fbe9552d701dd0f94e" + +[[files]] +file = "config/fancymenu/assets/edit2.png" +hash = "63784cd61d54b60c49398dda15544ffc01111e4427be693c335634240b0d3682" + +[[files]] +file = "config/fancymenu/assets/fullbackground.png" +hash = "4c11fd9fec040e836e6907ad4910271156a6d555bad7058edf0645472e9bc2cd" + +[[files]] +file = "config/fancymenu/assets/graphblank.png" +hash = "967bfc605ad68928f87b9c7a6f13907a666289c4a9075efb9d1035c308025b1c" + +[[files]] +file = "config/fancymenu/assets/graphblank2.png" +hash = "a4bfcd1d92be0c2c02202a9bfa8f394f0aea02338c4fe7e690554814fcfaf6ef" + +[[files]] +file = "config/fancymenu/assets/icon.icns" +hash = "fbb8ef3566b827d05b21623b72093b7744bfa19d45b6001db4e6673488a1887a" + +[[files]] +file = "config/fancymenu/assets/icon16.png" +hash = "486392306ef6950c1ecadef4038b1537e737d18ee2d6b9c6cdc9e794831944c9" + +[[files]] +file = "config/fancymenu/assets/icon32.icns" +hash = "1e7f92de9ec438f536a033d707e014e13de10f25dcb98ef2b948fb0dc6c7e942" + +[[files]] +file = "config/fancymenu/assets/icon32.png" +hash = "d578439ec34e2186c3b2ed8377baccebc5914a6587c02be93f88213c2c781bed" + +[[files]] +file = "config/fancymenu/assets/icon64.icns" +hash = "4e9f6cd582ae5690cd0d0a77ba89ed1e5c238a57c0abb8e222ef324f2e4e57dc" + +[[files]] +file = "config/fancymenu/assets/icon64.png" +hash = "5535cb2087bf98ecc7d2d70a8aa616ab500d53a3ac1278d914eb1af5b6a2cb5a" + +[[files]] +file = "config/fancymenu/assets/join.png" +hash = "dbb40098336d6fc134c8357cd8b6cba772f279527beae0e760268ed06126687f" + +[[files]] +file = "config/fancymenu/assets/join2.png" +hash = "e04cf0fab7a217ad5ecb380df3a4053cd530359365226223001825a1fc05c962" + +[[files]] +file = "config/fancymenu/assets/notextonlyimage.png" +hash = "5ecaa528b9e03bc6367d5857a066da4151b60229a9caeef63976be7195254772" + +[[files]] +file = "config/fancymenu/assets/notextonlyimagedim.png" +hash = "735f63b2128f131b016dc8538f7d15e987351b999ec50d552c645442de132dc9" + +[[files]] +file = "config/fancymenu/assets/ref.png" +hash = "d93eface83b5af4180f5f08d0c5115c6885804a5367404640cdd8e89a8823b92" + +[[files]] +file = "config/fancymenu/assets/ref2.png" +hash = "d0768cb91e21f03bb9b2312b5d59cdef8ed8a98ce5fd384c850189c403514b16" + +[[files]] +file = "config/fancymenu/assets/splashes.txt" +hash = "92b3b9c565081d113346c1f9cbafe80887e42d7b6601216d49fc9e757abbeae5" + +[[files]] +file = "config/fancymenu/assets/staracademylogo.png" +hash = "32237deb6e8a2cc763ca66fb65ac7363db45f79321a068ff9c8cc9a839516765" + +[[files]] +file = "config/fancymenu/custom_gui_screens.txt" +hash = "7d4410bcfc1dcf3265c53842a57f0f9d95a07131d4de67116a9f65def0bcf54a" + +[[files]] +file = "config/fancymenu/customizablemenus.txt" +hash = "dfaaccceb92d9315e12dc84bd4ac9a4d055f441195a6ae979128ba1500485ad5" + +[[files]] +file = "config/fancymenu/customization/join_multiplayer_screen_layout.txt" +hash = "b0405165876dd1ba31cdc34ccde1b6b767817569121225fa63181d985205cf41" + +[[files]] +file = "config/fancymenu/customization/title_screen_layout.txt" +hash = "1ff70d41b54d4c49ee444c270e7cd6ef745e4b3d43bf78a4ddbdbf3b6be620d4" + +[[files]] +file = "config/fancymenu/layout_editor/widgets/element_layer_control.lewidget" +hash = "051d700ea7ff1bd626063d60f9a9cd65a0af1fed5903706d1e70fce20bcb2495" + +[[files]] +file = "config/fancymenu/legacy_checklist.txt" +hash = "9a25d3dc708e43eabafce5479a13c02dae15bc7f673afb2745b8b2ba48a97dc0" + +[[files]] +file = "config/fancymenu/options.txt" +hash = "a5f0cc12bdca13d30accbd9329f6037db76f6450b4d1d1f686ddbd9e75616911" + +[[files]] +file = "config/fancymenu/ui_themes/dark.json" +hash = "43ac9bee88f1a4c9b66fee0d4b6fcec14a52feab46bf803928aabed96f510cc9" + +[[files]] +file = "config/fancymenu/ui_themes/light.json" +hash = "6954379d658fdf496f162792a3244f0f08635858ed4b0553a718a7ef63b8a620" + +[[files]] +file = "config/fancymenu/user_variables.db" +hash = "3d7d4cda73d6bde134a568ccbe4e8d2e7fbe701570012b71fa45acdb2258c823" + +[[files]] +file = "config/fastmove.toml" +hash = "df893cbb3cdf08447a0425abb181759be22bf550ce6d7d8917d27c8e65e81a34" + +[[files]] +file = "config/fightorflight.json5" +hash = "5d1868fd4b406b137ad6eee50269f4fa317f0e190b762e04676362b01adc6a46" + +[[files]] +file = "config/findme.json" +hash = "315e8fe5c1fa366538893607571c9d71570f7f1c5aba82b235e04ae8a70a880d" + +[[files]] +file = "config/foggyborder.json" +hash = "49c9c33b34126686c2b7c39b3cc27ee22e0e1724bea4b26cde87a1164ce4ef24" + +[[files]] +file = "config/forgeconfigapiport.toml" +hash = "300b866a6251887cbd30b18438e123b2fa524315edbf8e2996a01acb4ecac91e" + +[[files]] +file = "config/fstats-api/config.json" +hash = "857dc559e6a5830a0b083c1f66f7bb5a26b17481f16343418f8de5e2dd853419" + +[[files]] +file = "config/genshinstrument-client.toml" +hash = "834f2e97dc29fa0a6c93abbc1debe337421a6a69fb76378b69d3697529e79ee3" + +[[files]] +file = "config/global_data_and_resourcepacks.toml" +hash = "6543a7962cf34697892deaa3f8871fbbf3cab6e6b478db50ae8598dd3d3db354" + +[[files]] +file = "config/gravelmon.json" +hash = "fcb0f057ac17fae575394f1fdbeb880d079d5e28f630e74dbe67e29323d550a5" + +[[files]] +file = "config/heartstone-client.json" +hash = "d34a7151234fcf1427a04a246c406cbe868623ea0dae107afbbb740b0627504a" + +[[files]] +file = "config/hunt/config.json" +hash = "6ba9711497fa5218ec114d45c9f509d5f45ad7c0c348a6d4f61473307cf244e0" + +[[files]] +file = "config/hunt/lang.json" +hash = "125f07bfe275e48150a23dd87b52a52982fbf1ad3b2f0b30c75ee4a0491b65f3" + +[[files]] +file = "config/hunt/logs.json" +hash = "2ba77ed94dea0bd3a667a0ccbdc00a06c6346cae9ec71635e0a3f91eca9266f7" + +[[files]] +file = "config/immersive_portals.json" +hash = "bb8358afeacb33cba77133c5269eba8f8ee170cbec3b32f52844014fc2dab3cf" + +[[files]] +file = "config/impactor/economy.conf" +hash = "139be69357d9e51a64f0fd00f671fb9f40ee42622dcfad2d65e9c7843b4eda8d" + +[[files]] +file = "config/impactor/mail.conf" +hash = "aa7d2a7775b4ae390dd96a9f8fec5a57770c6d7e8565f4d6ef988db6317b0ff8" + +[[files]] +file = "config/impactor/translations/repository/en_GB.conf" +hash = "1cd291b2145e260b34e793abe4ba164a3655b7dd19966d2a9b999017cfe8dc3c" + +[[files]] +file = "config/impactor/translations/repository/ru_UA.conf" +hash = "9f1fe65cce24365dac02225c625d4abd6dc2ddb3b2cbb9055dc6cb27b58d045d" + +[[files]] +file = "config/impactor/translations/repository/status.json" +hash = "bc8c44ab202a949344ba1137f8465baf94a02aeee070d91367fea6d9be722370" + +[[files]] +file = "config/impactor/translations/translations.conf" +hash = "70013504eaad846b950b832c495387fed3e6d0033f4b0941df5629fec4f02bf0" + +[[files]] +file = "config/indium-renderer.properties" +hash = "396b1c313734eff261200cc7aba0a2a8737afd6f32f777e7a61907754cd05cbe" + +[[files]] +file = "config/iris.properties" +hash = "7e48aef767cf80262644bac9c665a9dd035cfebf483a4c128d7370a29857121c" + +[[files]] +file = "config/item_obliterator.json5" +hash = "03a15b8b293d3add96275f12baa1758784c199d1f3a153d6541fe765abff0309" + +[[files]] +file = "config/jei/blacklist.cfg" +hash = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" + +[[files]] +file = "config/jei/ingredient-list-mod-sort-order.ini" +hash = "7a94fb35c1845e36145252bbc47769568e5ec608b6d85be789bb51d49479e201" + +[[files]] +file = "config/jei/ingredient-list-type-sort-order.ini" +hash = "5064fb08f3a4af3321de4746ac60fe83ac464732b684a38c68d97ad2c4bce440" + +[[files]] +file = "config/jei/jei-client.ini" +hash = "d1484868aa602e0f283aa2b3e07efedd86cdcf597ad61654b7e8b647fa896b9b" + +[[files]] +file = "config/jei/jei-colors.ini" +hash = "c6328dcf3fb8b20a9f6ea6b61266ce289565c167353e183a105fb4915c36c072" + +[[files]] +file = "config/jei/jei-debug.ini" +hash = "fed5a1f6e741725e0946ec0c3f753994ffed14bb7bcbef81e77e1bb960495e31" + +[[files]] +file = "config/jei/jei-mod-id-format.ini" +hash = "34eb990ae2cf62220a0d1be95629bcac46e6732f1cd6f7b6fdc54bcae02916e5" + +[[files]] +file = "config/jei/recipe-category-sort-order.ini" +hash = "d12b0aa92a8349034f5b491ee50b4797119b9270af7c6e445b956e4325cb11cc" + +[[files]] +file = "config/jei/world/server/Minecraft_Server_4da208e0/bookmarks.ini" +hash = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" + +[[files]] +file = "config/journeymap-server.json" +hash = "2b77ff82093eb3698b79b2b953806855d1880d414544a8158f41b028d8e293ca" + +[[files]] +file = "config/konkrete/locals/de_de.local" +hash = "79a34cfd15c2d9c06498dc221be79279507d9b57666cd44f8d2c2cf95d3582ef" + +[[files]] +file = "config/konkrete/locals/en_us.local" +hash = "fdf1864fd049b3f1b9af1f8db6c5125a627be7d06a451c778da3329843d3c39a" + +[[files]] +file = "config/konkrete/locals/pl_pl.local" +hash = "d38a7776e362e4de6082078d803c1c9358d9d40526edfe4bdfd29c552aef76d8" + +[[files]] +file = "config/konkrete/locals/pt_br.local" +hash = "dca55a2792451b31424cd5c24037141ec57cdca51955d062dd908fa9ca6a3e9c" + +[[files]] +file = "config/labels-client.json" +hash = "bd4b88a98aec1426b6c79c43ddf6438c7d58569d0d43d42ff0d9d24a7195acae" + +[[files]] +file = "config/legendarytooltips-common-1.toml.bak" +hash = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" + +[[files]] +file = "config/legendarytooltips-common-2.toml.bak" +hash = "8bb02e47562598b3b1d2b043ba1d61aea273ff71f882b9182ea9840c654ebdb0" + +[[files]] +file = "config/legendarytooltips-common.toml" +hash = "599e0200935fd43fe9f515c4aa8feba01c195c264d1b172342a7fe3fe0ddeb1f" + +[[files]] +file = "config/lightmanscurrency-client.lcconfig" +hash = "749037ff260a83d64d1f521f763b4a3b619ae11b8fd1bf87af1ea0b848bbaa65" + +[[files]] +file = "config/lightmanscurrency-common.lcconfig" +hash = "ca537fa036935ea99c915c7b7e1247aa49f339f26b4fe076956b0fbe619ee8c3" + +[[files]] +file = "config/lootballs-config.json5" +hash = "a662b8dac3acab7d12cebba6f514ed8401f2a4b55526f4d5581da2c2084f6f7c" + +[[files]] +file = "config/lootbeams-client.toml" +hash = "2a1ba1ec6d795029d21f258fa940970a25e5d5816d3b45d4c53280e8a469ec67" + +[[files]] +file = "config/lootbeams/config.json" +hash = "f39fedb9d7c03b17494acec6b063dab84cdd67ace46b4069dfba2cf84c100f77" + +[[files]] +file = "config/lootbeams/config.toml" +hash = "942082f0cbcd8d4504c7c95b04a81533cecad02d69f8c353d40c299f6d249a36" + +[[files]] +file = "config/lootr.json" +hash = "21f248f54cbad486741a6c7c660cc7bffee7b2520280bfae7999aee4dfcb0595" + +[[files]] +file = "config/midnightlib.json" +hash = "42faf0eb11129840e29860526868d355161154abe8cd4217e4d4e50d6a069cbb" + +[[files]] +file = "config/mobfilter.json5" +hash = "8a7ea2a0322c068e4c9d1b2638472f6352f1f9d606d1894360d18a1c641cbd16" + +[[files]] +file = "config/modernfix-mixins.properties" +hash = "808bf0313e31da40d8d60db8b1d83f328bdbfd2db21f9acab3eae145d707b95f" + +[[files]] +file = "config/modmenu.json" +hash = "3e9f8d45844532c3c7d3cd868e3f4ce260c2e0448ba9c11e3b41cdc41b54f068" + +[[files]] +file = "config/moonlight-client.json" +hash = "7ab26ca96ee604f63a0cf19469e344b13a02eeae9fd57c1cce4d423502e24f14" + +[[files]] +file = "config/more_cobblemon_tweaks.json" +hash = "e3479bfa95d0065114e3f5a162cf63ee421a64b78a3a67ff072490ab5651ac45" + +[[files]] +file = "config/mousewheelie.hjson" +hash = "e7654d3d13b49a0bc27b6cd3e191b26507f4c3b41a1eea6140a5643e19370c79" + +[[files]] +file = "config/naturescompass.json" +hash = "a6a872fbce46949e96a433d5a088084d77c30e388b6da1542ffd8b773e682b4c" + +[[files]] +file = "config/necronomicon.json5" +hash = "c30e6610e97f02cef3ddaf0095a53524a7156732de70674da8759a74fb83edee" + +[[files]] +file = "config/numismatic-overhaul.json5" +hash = "93376d6cf7ba70ea80d8fd0f89c91559f83c2997dd22b6e33f2292dd3953077f" + +[[files]] +file = "config/patchouli.json5" +hash = "f5f9c1006921eba1264f444f7b29d77f23ff1c60a009146d723f41b8b2210950" + +[[files]] +file = "config/pehkui/config.json" +hash = "5fb260fc8d2286e9b393f83f68e6d2acba4326385527c6ad11747e726ed780ae" + +[[files]] +file = "config/pokemonRideConfig.json" +hash = "70a0ea0c2335761544c750c5a6721af7f47fda85fb0672431dcb77b9040a7f2d" + +[[files]] +file = "config/power_config.json5" +hash = "1657638143aee0ab130a3e58af6803cb3801a3b441174b888189ccea743b09ac" + +[[files]] +file = "config/quilt-loader.txt" +hash = "180e5c154f0e86a4aaab457cae7c48d20bd99824ee1d14e0772abffda245a787" + +[[files]] +file = "config/quilt/qsl/registry.toml" +hash = "e3ce034f741114a6da1a290417f77a61b16192e89ac68c780adb70ec6f648c6e" + +[[files]] +file = "config/resourcepackoverrides.json" +hash = "5ee72b4a60ef14ff8a52bd76969e46d125a4431e63e1435a602663b0fd476317" + +[[files]] +file = "config/roles.json" +hash = "719628fb73202d9811d6f990fb660520095afb3aa8274e081df9ad315997a457" + +[[files]] +file = "config/roughlyenoughitems/collapsible.json5" +hash = "a59667baa54738c1b294393a9b3652bcf7d392cdb8cba1c08a8006885b18e919" + +[[files]] +file = "config/roughlyenoughitems/config.json5" +hash = "1b28473545d6f2e9fc6bb86f59608de6366b39dc5344a5b9372a70f563727dfa" + +[[files]] +file = "config/roughlyenoughitems/favorites.json5" +hash = "4e62419a66d5a77675a9ace638601e61ee27859c94e2d42ffef14da7fe80de3a" + +[[files]] +file = "config/roughlyenoughitems/hints.json" +hash = "95f96d5e53f055b14d83f12a35aa4c0bed7d04af9242e3c5c46a7592dbfdd1a7" + +[[files]] +file = "config/roughlyenoughitems/pinyin.properties" +hash = "1fb9f53263fd56fd01b5be4692326274eaca56ee5172bdced6717157d4bb4d52" + +[[files]] +file = "config/roughlyenoughitems/pinyin_double.properties" +hash = "51bfca6e5e76d01deff6e020ee3fc911c73d8739a7032aea6ea8d7bb4115925a" + +[[files]] +file = "config/sculk_depths_config.json" +hash = "4795678aff3e17c88f4eb05762f302e295c465b83fdeea26d625ecfba6417bb2" + +[[files]] +file = "config/seamless_loading_screen.json" +hash = "630f71a4d35e753938e9011931a602ddaac6b49c4a414c1537223594a3a2ccc1" + +[[files]] +file = "config/serverhats.json" +hash = "b72810c8dde00b1772cdd6afe5d15a4d4dacc5a89d7c4bed70bb467fbbe87386" + +[[files]] +file = "config/shadertoggle.json" +hash = "f226bd9c161ff131f408b88f1143579b89c39c873c693c3a9ef4faf73d63ad1c" + +[[files]] +file = "config/shulkerboxtooltip.json5" +hash = "7472923f9d99425188b2f50f64ef51c155afb5ba30469e9e67a0762a81542ec1" + +[[files]] +file = "config/sidebar_buttons.json" +hash = "4fa742f19125f078d43ac1633664292735dca722c800793ceb2945b660569c19" + +[[files]] +file = "config/sit.json5" +hash = "bc71786c59bcca2b8ec900a16f8288232f257f546b7f8734bc17f79d9320b6e4" + +[[files]] +file = "config/slideshow.json" +hash = "7e1d84e6608d24b6dac62ca30bf6de291e23543019caf50d2cbc820fdc3bec1d" + +[[files]] +file = "config/smoothswapping.json" +hash = "e0dfa1a502370a355865c95132862e9418cc530149f8c7dd073320591cc89e3c" + +[[files]] +file = "config/sodium-extra-options.json" +hash = "c6398f756a26b31c0f6d06ab8e09de5dadf21ef71fd572a22f2a9c93c3860794" + +[[files]] +file = "config/sodium-extra.properties" +hash = "ab259e2369fc503c0cd905ec9b57b5867f4dbd249edf7a2b52193b36ffbcdeab" + +[[files]] +file = "config/sodium-fingerprint.json" +hash = "1e7f2e63a54ddf224c667417f83d4fc004eadf9218d2136e00c73a216804de86" + +[[files]] +file = "config/sodium-mixins.properties" +hash = "5e979266f3c675f4c8c59ee8f60389ca778a71219d3d5a5d0006c9fd4e118bef" + +[[files]] +file = "config/sodium-options.json" +hash = "6edc2c42f650b3c8c5399708420d8ec4c7b76cd76d778f78e969f80e5383c73f" + +[[files]] +file = "config/sophisticatedbackpacks-common.toml" +hash = "9b5ee63cbd89e3bd726f2da756a586faa8a120f3e11d4ab49c476583eef61593" + +[[files]] +file = "config/sophisticatedbackpacks-server.toml" +hash = "e74e29070c60548ab0d4b9dfa4379dd3d09cfed349364d36850218bab7411203" + +[[files]] +file = "config/sophisticatedcore-client.toml" +hash = "c298f506a9243beba0f3a3ca52199dc8058ac6d1e5357a533549bfd18fbdc63e" + +[[files]] +file = "config/sophisticatedcore-common.toml" +hash = "634ffcd1720a415258bea6a6ae276bcd1455d2150b30d8daa7cb75ce024640b4" + +[[files]] +file = "config/spark/config.json" +hash = "b071042d4a9730310e33e26d1d9a28f2012c52aa512b7c5110b496dcd8fd17aa" + +[[files]] +file = "config/spawner_control-common.json" +hash = "130f232716ef9ac7fe94dec6930f0a6e4d8f781b5f75c533550e0a2825d24543" + +[[files]] +file = "config/stacksizeedit.json" +hash = "326c6b8fa5c97811b822dc570697f5b83f2faf6a5850a0b56833b7f4ac84b01e" + +[[files]] +file = "config/starterkit.json5" +hash = "f9b6aa4a7f3881ec18c2a2ce94d1c4a2129e16b224cd0ad89183ef92a53a0edc" + +[[files]] +file = "config/starterkit/descriptions/Archer.txt" +hash = "2ea003ce1408175d33f2bf55cb2de60b7aca7d652b922a84ec52d7d77eb99b64" + +[[files]] +file = "config/starterkit/descriptions/Default.txt" +hash = "e5b82715dedc2b1824a9fa925acbed3222eb1f05b8fad5416ccf2cb83712110a" + +[[files]] +file = "config/starterkit/descriptions/Lumberjack.txt" +hash = "5091e1a2d5a2927fe1d8f6a6a233ace60f2407be05384f3140b839e9ad3a041a" + +[[files]] +file = "config/starterkit/descriptions/Witch.txt" +hash = "290f6b832794b6876aba9da963b585ba4e99e5e6a972aebb52810e9a256e2f65" + +[[files]] +file = "config/starterkit/kits/Default.txt" +hash = "9e16806d2ee337234927be5e836db60a0644a572d4a3885e36b11a59775a2817" + +[[files]] +file = "config/starterkit/kits/inactive/Archer.txt" +hash = "2d33c0b751d94e542b0ccecf3709e4872b6097d8e450b8336d78f5bfdce38306" + +[[files]] +file = "config/starterkit/kits/inactive/Lumberjack.txt" +hash = "2f481c3b16599f5563ae0ad9f932a5ce5929d2ffce51cd6c67adc3b93694541c" + +[[files]] +file = "config/starterkit/kits/inactive/Witch.txt" +hash = "61484d5a235b04746cbdeca240501354f6ac39badce199ec7ed90865640e6471" + +[[files]] +file = "config/stoneworks-common.toml" +hash = "c94b9418c3df17fb50a22742eaf64e0f1f8ec0c55b4b98d0c78e8672bb02bc7b" + +[[files]] +file = "config/terrablender.toml" +hash = "cd5428966b529748e9ba8785cf7a01d19db50ddb3f7f257226baed6defc54af5" + +[[files]] +file = "config/terrastorage.toml" +hash = "ed9850e4736041813cb7c79c19905d159a1b8699bd36b26f9944ec85d9d64034" + +[[files]] +file = "config/terrastorage_client.toml" +hash = "25e3854912b3140bb64a63758406aa9e1187cba03b25c41f522378467ea27117" + +[[files]] +file = "config/toms_storage.json" +hash = "ebd3d7ddf4e75b9b293bb6e389110a25a17ff1f1de4d3ea931d73368f6347039" + +[[files]] +file = "config/travelerstitles-fabric-1_20.toml" +hash = "88ec73c3d253c202b4472055a2ddc79606a35e67cd1b2035cdc8c7d418b79404" + +[[files]] +file = "config/treeharvester.json5" +hash = "a7b8223e18e6e9f1c12051124ba4dfd7199ee712ad88caccbfa8e64149631685" + +[[files]] +file = "config/treeharvester/harvestable_axe_blacklist.txt" +hash = "6f325abd7412df9d9d2b031348f9ae42f245823f2f49d470a605e6ccd4a7d500" + +[[files]] +file = "config/ukulib.toml" +hash = "6c328cbcffc180eb5e134ea11e9efb061beb3ef6fa9755076cc461278e6581fb" + +[[files]] +file = "config/unchained/haBooster.json" +hash = "6fec3639ebe75741fd5584e7cb0c297fe392b37c0af117b2f958b47db9ac1579" + +[[files]] +file = "config/unchained/ivBooster.json" +hash = "0ffb96a47d049608ef94f597911bd6d85b9ed7178529559d90b0dcea43eccd06" + +[[files]] +file = "config/unchained/shinyBooster.json" +hash = "8cc2ccc1630939de32198c713aef43293c7e6fccbd8cdd6429d0d341630ef76e" + +[[files]] +file = "config/veinmining-client.toml" +hash = "50b993fef626c336c8b8b7f320da0c2df68c09d247d30939904ce13bd80ab6ed" + +[[files]] +file = "config/veinmining-common.toml" +hash = "c16098fef3317aff90f5e479f39463e31ba1da0488569160ed6f02505b2e43fa" + +[[files]] +file = "config/veinmining-server.toml" +hash = "017a54435f93e5157d9e948902e2d9c9c0ba7ae65a45acfbd3f819265dfcaa41" + +[[files]] +file = "config/waila/blacklist.json5" +hash = "582f7e30fd40975d418c3a5ae553b753712a2bbbbd3d76d4534262430e0d131e" + +[[files]] +file = "config/waila/category_entries.json5" +hash = "74af81d93a6c94ce243455d34d7d799d4146b852135d7f4f11a38bf27cbf39c5" + +[[files]] +file = "config/waila/debug.json5" +hash = "e54d2423726125dd300297ea935fbfd82cf7c374fbd4ee2d85b7ba140e3ba97a" + +[[files]] +file = "config/waila/extra/energy_blacklist.json5" +hash = "e8243ffac9e64e2b025195ebfc4b1acafb98e5e89c0167e673470d65d4c31810" + +[[files]] +file = "config/waila/extra/fluid_blacklist.json5" +hash = "278e964061848df94ac89d7610987afe3d008f1ca5fe6119410dc2e07a2aca10" + +[[files]] +file = "config/waila/extra/item_blacklist.json5" +hash = "9ef0b7479c81e1a941eaa44fcdc571bdf9cb3ddb3d234a64f3dff0a8ccbda41e" + +[[files]] +file = "config/waila/extra/progress_blacklist.json5" +hash = "b8f09c52b1a975dc1f0ba65c7f4b6757dfc1bc784b87e0530046adaacbadcec4" + +[[files]] +file = "config/waila/plugin_toggle.json5" +hash = "3ff628d0ff56a1c8d07069cfe9e33d28840be408a89925ba1d869067881b5ac1" + +[[files]] +file = "config/waila/waila.json5" +hash = "e36cb82bf17e7c99ed4c81eba7c6cd64df2dca56e66224cc2387a1c2e30f5113" + +[[files]] +file = "config/waila/waila_plugins.json5" +hash = "fb8057d4fb8bfb195c15d451349d93d89e5d606904eadfd3a1cf2e62c9f21e66" + +[[files]] +file = "config/waystones-common.toml" +hash = "a4fa68be9f4521d5efb5c00a87b683dc090f8ce725c105c0a174aa590179e70a" + +[[files]] +file = "config/wherearemytms.json" +hash = "b10523291ea9e53427b80be91d6a5a6f60580d196de5943cbf368e1d17aed2e9" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/.unpack_finished" +hash = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/af/strings.json" +hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/ar/strings.json" +hash = "29f9066cad68d934ba7b9740b12fa39b1cfb7bd0de12daee71b3edd6bd3a52be" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/ast/strings.json" +hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/az/strings.json" +hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/ba/strings.json" +hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/be/strings.json" +hash = "f02d23b0625268b27cad869b781b7cc3a1ecb127ac2f05e6f10dede979f4e281" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/bg/strings.json" +hash = "a781882ebd1e9cd970516ccf41504f7b524aced8bb930ac3dc48ec2e08b144c1" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/br-FR/strings.json" +hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/brb/strings.json" +hash = "23660bb35fb3cc7fef1b2036a1ee72df71d7da429a3ea38c7d397dba7a618eec" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/bs/strings.json" +hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/ca/strings.json" +hash = "6864f83a4a35f39b5d8b4559fc911236815f6eadf80aefae58e8ac626e171129" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/cs/strings.json" +hash = "7ffd4ea9112d6036b45b3414702c8efffd9089760c99690d8a4cb3160e25c456" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/cy/strings.json" +hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/da/strings.json" +hash = "21d10422b111110bc53ad6d1c25db1855b5c5cb555f6fb0aeefe6d85e8bd0082" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/de-AT/strings.json" +hash = "96d13db817f0473a15ddccb96bb4a9c4f53d925ec75434516796801fe0704147" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/de-CH/strings.json" +hash = "a5a87388a0c615ec598abde35e0b2baee3d8ba2f1d9ac9096e221021cf00e625" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/de/strings.json" +hash = "96d13db817f0473a15ddccb96bb4a9c4f53d925ec75434516796801fe0704147" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/el/strings.json" +hash = "2fb424866a5e5fb34b3bf78d764ab8a728facc745fac0a423e9ea1c22886e550" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/en-AU/strings.json" +hash = "3171f7b41372ca9d2a8e7f6ac5a79e8418e8994b3364de54b76133b1c46da8c6" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/en-CA/strings.json" +hash = "53010fa94d238a2ec02167e845e7cda679dc7454841e1abc26fda9717fd77eff" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/en-NZ/strings.json" +hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/en-PT/strings.json" +hash = "817dda2b6e3f67ef18f2a5b7cbcbe55765dc3dc29d2b75489315af51386dda2b" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/en-UD/strings.json" +hash = "26a269a21ece7060685b112fdb7076c613e967621c16234abc22ecf763983983" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/enp/strings.json" +hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/eo/strings.json" +hash = "5386905f26b174368e7c4bde89dc3deeb74e88e9428d071e3536fe5debce8367" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/es-AR/strings.json" +hash = "70734f2b539e6a28ff355369944d8461247a256e67f0eae0953b0dcb6c7b6671" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/es-CL/strings.json" +hash = "a75c51c490cd730c01973fb97bdb9e67c3339cdc646a4f1b5eb34f7cd6efac91" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/es-ES/strings.json" +hash = "1415be2784a14c5f3e61efb81d4807d662fbce8a60f917ea617656fcdd89005d" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/es-MX/strings.json" +hash = "1415be2784a14c5f3e61efb81d4807d662fbce8a60f917ea617656fcdd89005d" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/es-UY/strings.json" +hash = "1415be2784a14c5f3e61efb81d4807d662fbce8a60f917ea617656fcdd89005d" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/es-VE/strings.json" +hash = "5131074a39dcbec28ff026254790a46b5894b5f1322ad0f018cf7a2b0e9e9dec" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/et/strings.json" +hash = "07ceb78ba56ca557e0c42d8540096049018b9653f793362eb17c24b27e57863c" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/eu/strings.json" +hash = "371ea302982cbdd74dcb758f1c946c05108e5e5817dd064d625794012c73caa2" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/fa/strings.json" +hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/fi/strings.json" +hash = "048c25c056481c5d019ce0a5477f4a347d8fa7f4caaf3581ccbcd9d11928466b" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/fil/strings.json" +hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/fo/strings.json" +hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/fr-CA/strings.json" +hash = "82841e2040ea1ca049ccb27edca063d4faf7c676fd27e96eaaaefa8eb1987753" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/fr/strings.json" +hash = "fbece73db414fd97f1df9b8e0e48e420622ea474f3da2ba6fdf9e3d4b297fa20" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/fra-DE/strings.json" +hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/fy-NL/strings.json" +hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/ga-IE/strings.json" +hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/gd/strings.json" +hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/gl/strings.json" +hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/got/strings.json" +hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/gv/strings.json" +hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/haw/strings.json" +hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/he/strings.json" +hash = "52ab4a3612c7d4249323514744af8182ec5db7939c0cd12c7d2734c8ddf40c01" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/hi/strings.json" +hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/hr/strings.json" +hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/hu/strings.json" +hash = "6edfb7c4be39c6f9528f0bc1b970c349423057db773449baa233ab1bb3f41159" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/hy-AM/strings.json" +hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/id/strings.json" +hash = "d449f0bce53d87479d23cd4dfd4e4454e49234317482af9a7ff7a95cb86ab351" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/ido/strings.json" +hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/ig/strings.json" +hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/is/strings.json" +hash = "57cfc41f9f82b595a9a4cf77369a6503d3c354f0bfe8cb58e66382fa9836c6a2" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/it/strings.json" +hash = "5def16a9312a805f805c2692910ede804e40f5a245afe022af01563f5f513eeb" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/ja/strings.json" +hash = "4960e8a638acfec61a0ff54cb689b3e291b4d79d744b3a869472516df6d91652" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/jbo/strings.json" +hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/ka/strings.json" +hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/kab/strings.json" +hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/kk/strings.json" +hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/kn/strings.json" +hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/ko/strings.json" +hash = "fba8c67f50effd7f50a5250289f1be9b72432d8ce3f9bd28d1dd5066bad518cb" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/ksh/strings.json" +hash = "96d13db817f0473a15ddccb96bb4a9c4f53d925ec75434516796801fe0704147" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/kw/strings.json" +hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/la-LA/strings.json" +hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/lb/strings.json" +hash = "c13f2e57ec52d87e65580202e32abd12b7880650c38585c0ec2cd484d3767a8a" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/li/strings.json" +hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/lol/strings.json" +hash = "38b038c0cb9f04ae458595d8abe90688582efe916c22c7de0f5bd1c9d13af7f3" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/lt/strings.json" +hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/lv/strings.json" +hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/mi/strings.json" +hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/mk/strings.json" +hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/mn/strings.json" +hash = "7fecfa7b0c24f535bbb0ef2d25edd1cbf3e0eef6c69bb08d75da5e9385095bda" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/moh/strings.json" +hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/ms/strings.json" +hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/mt/strings.json" +hash = "f05eb388f7590866da08167a119fd11ed7cbda9449ab6f33ad14adf2f80476dc" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/nds/strings.json" +hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/nl-BE/strings.json" +hash = "3ffec478bc43c14a786500089235e44d1c8fefa87daa6f0ee02259933aa44f4c" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/nl/strings.json" +hash = "23660bb35fb3cc7fef1b2036a1ee72df71d7da429a3ea38c7d397dba7a618eec" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/nn-NO/strings.json" +hash = "a652452058287975074726fda3d8a48b80a91af61462b0e471b55071daf6f713" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/no/strings.json" +hash = "a652452058287975074726fda3d8a48b80a91af61462b0e471b55071daf6f713" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/nuk/strings.json" +hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/oc/strings.json" +hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/oj/strings.json" +hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/pl/strings.json" +hash = "11b6418c7f4e028290d02916ac286adeba48454a18ba75241c99cbffad5c26c7" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/pt-BR/strings.json" +hash = "63fa35777aec7ab3f29aba48243f4977461cf2617f464e7b5690dd656ef35243" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/pt-PT/strings.json" +hash = "e7faa0729f568e6540ec75c048d5ccae8e23e0ffaf789f9b389b4e7acaf481fd" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/qya-AA/strings.json" +hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/ro/strings.json" +hash = "8e7861e62065963842c0ce22dd1e4baf036c548e6ae4aad540d720412fdc1910" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/ru/strings.json" +hash = "b761321f1e073cba6b8f537e9d424f21daf1791b8e2d381a04429b7411bdcfd3" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/se/strings.json" +hash = "ccbfc481e804dfb61768a8ea30f4c857124b1c6fbfc32e254266e9ffa1d9a6cc" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/sk/strings.json" +hash = "ee3aa9555be39acd6ae8742d190edd0653e2fa64110a8ac4718898d02921fae3" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/sl/strings.json" +hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/so/strings.json" +hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/sq/strings.json" +hash = "488edc59356647858f3134355efed66b4568bb3f68cbe55c8fdccc6e62493476" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/sr/strings.json" +hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/strings.json" +hash = "b10a00d79983716724bd47de317497b4b974fa30d6106724fd328af77e9e91df" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/sv-SE/strings.json" +hash = "1c61ee310348579241c38eb8f602cbc99ffe6f9911f140635ef422d480a722c9" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/swg/strings.json" +hash = "96d13db817f0473a15ddccb96bb4a9c4f53d925ec75434516796801fe0704147" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/szl/strings.json" +hash = "11b6418c7f4e028290d02916ac286adeba48454a18ba75241c99cbffad5c26c7" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/ta/strings.json" +hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/th/strings.json" +hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/tlh-AA/strings.json" +hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/tr/strings.json" +hash = "83874100b44da4685f75697b7b47f92e64359b9c8cd7d1402508288eaeeb944f" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/tt-RU/strings.json" +hash = "cbe2ff6a09104fa0b971554df4324fa84ba3b677a861a7f47e1161930ba333a9" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/tzl/strings.json" +hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/uk/strings.json" +hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/val-ES/strings.json" +hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/vec/strings.json" +hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/vi/strings.json" +hash = "e79961e59fe757f55a93a3366967d8b9d56815cad56301907e248d06640d97fd" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/yi/strings.json" +hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/yo/strings.json" +hash = "ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/zh-CN/strings.json" +hash = "5b2b35909a360c83b6aec9424aee0bc2e05063737dc755f2fd674dbc5a08a897" + +[[files]] +file = "config/worldedit/.archive-unpack/2e1dd752/zh-TW/strings.json" +hash = "a19d088435d6334295d34fcf23fd2bd181a071a637ceb37cfd0dfdfb32312c56" + +[[files]] +file = "config/worldedit/schematics/academy.schem" +hash = "c123608178663ea45647218f077044d9e889a44ffdc8b7a96c0e09b6eb4f90c8" + +[[files]] +file = "config/worldedit/schematics/healingcenter.schem" +hash = "3afa240c964df0d6c1ec63b3fef257a2707ba1b912b75739f37fb0d405edd3d2" + +[[files]] +file = "config/worldedit/schematics/portal.schem" +hash = "af373d84f8967d3a57e02c9eb0bfcabffb5c84acdbdad79693fbe154e2e7d2c9" + +[[files]] +file = "config/worldedit/schematics/safariportal.schem" +hash = "fbbe0e9c2c7f654bcc193969c7ec07cd3f48e46a6fd4360649d786109536b8b5" + +[[files]] +file = "config/worldedit/schematics/shop.schem" +hash = "4444ddcb09b98972488777e69b11edbc87dbc8a548b8ca6d9d709e8342f34198" + +[[files]] +file = "config/worldedit/worldedit.properties" +hash = "d5f5295784934107ab1af1b8f04aacb968b3a253a0d1dcf9403a01bf46157687" + +[[files]] +file = "config/yacl.json5" +hash = "1fa97dc3412ea64defd44952854637ba438bdd4a5a7c00728c9dd917e011d9f6" + +[[files]] +file = "config/yetanotherchancebooster/language.json" +hash = "26947ceeb83d9c0f53f6e5aa51bec206c61784d49a99fa09ef6c0260caddbcd5" + +[[files]] +file = "config/yetanotherchancebooster/main.json" +hash = "5b003702e2c5b9d185b95521fc381daf09178987c979c7d7a426d7c2fdb7fc42" + +[[files]] +file = "config/zoomify.json" +hash = "a498f39b73d4e4107650cff8749f05dae8edab089f455bf882d27dda0311442d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/LICENSE" +hash = "14f42da142e73ef9f267a5e4bb4aee5e2b9bad00a0e6c394b2c88d6ef6221361" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/particles/fire_beam.particle.json" +hash = "dc0c2179c57c97d12eb842eba1eabf61c7f64d0f28e3c6ccfa5ba192edc87c50" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/particles/fire_beam.particle_old.json" +hash = "83eeee407fe1c6d2099b338ee57912320d6c7fda50dd34015c9f512c97288f09" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0228_houndour/houndour.animation.json" +hash = "beda128141c8c7c8724cb27a67022544f3ed4bbf68135f92739a680b37e2c138" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0229_houndoom/houndoom.animation.json" +hash = "fc948186db788663fe4f041beeb97a5bc3321d34cb9972b51a2dbf555dcbb983" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0580_ducklett/ducklett.animation.json" +hash = "8a479d112c111cc4ff18da4e370e492e3ed36ced5d86418db16f3edecced5f7d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0581_swanna/swanna.animation.json" +hash = "effb04c6f75bf378d705e173de141f50fecf83a5c886b311b464efb30784e017" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0747_mareanie/mareanie.animation.json" +hash = "d8dec25d5fbefb41faedf88cf20a4f26b15ae9d658140f481d6f11d0ebbf774b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0748_toxapex/toxapex.animation.json" +hash = "9aeb453a082ec2386741f2181a42ee09f1e635ce28413ce47cfec95f8ffbc4ec" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0848_toxel/toxel.animation.json" +hash = "a87135cad125556d61ad52a41e1582f95f2930eaf79bf068961c301dda77465c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0849_toxtricity/toxtricitya.animation.json" +hash = "08f5e75abf848a642343433dc49cd2c5f73538bb574c775a5784dcd48e125326" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0849_toxtricity/toxtricityb.animation.json" +hash = "1ef01766d0903ebfc30b4e67bdcc06b0dd6a8b50c8bd77dde657dffe3f827e5f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0896_glastrier/glastrier.animation.json" +hash = "de852469e2f47fba0a232a490f3f480257cad0101417dcd71748c88fde632686" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0897_spectrier/spectrier.animation.json" +hash = "c28da6b902dff4944cee20e22de062093d867a3efedd5c1ff84a440a1dbe7186" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0898_calyrex/calyrex.animation.json" +hash = "a7402f4801544793252581f5eb01d5d420f83a39252edc0f385838f7ae11145c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0971_greavard/greavard.animation.json" +hash = "2eebdbc80baf4e54021859209fd4b1340842799b728f33a6dee02f51d599711d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0972_houndstone/houndstone.animation.json" +hash = "265620d7d43c764a05928f669caa4ae61a57eedf00210ec6b92ebb96d160ddab" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0994_ironmoth/ironmoth.animation.json" +hash = "516c09959eb0d2040067de54c58c5e389b59d5b7df0cc8fb1bb6a781f8f642da" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/absol/absol.animation.json" +hash = "c98642c914034bcfbcb005c29d35021a93d5f2d48c0ed3f7bbe98caa6d00c0ce" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/altaria/altaria.animation.json" +hash = "040802b94a23c7b561d7ef1416727a8889e769a3669fe0d303505bee9afd37f3" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/amoonguss/amoonguss.animation.json" +hash = "f3354f79853e7462626d1d49641e0d1002775b249d39f98a9cb51f7209d1a2dc" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/appletun/appletun.animation.json" +hash = "b1bd5b576475371585350292870fc2119f70848e48a543a65acdaa25a6622bb2" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/applin/applin.animation.json" +hash = "0c50a9a677297a9b31f6f9e45eb0da27be9f44e06713d047585bde214cf834df" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/araquanid/araquanid.animation.json" +hash = "6f79cddc363a97ee291bd2d82724759000cf35b8e63f149b90b9a1418ec622c1" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/arcanine_hisuian/arcanine_hisuian.animation.json" +hash = "e5936608378e0cf41e07bd95d75d7bc9ff7d576c893e5442b4b1ff8d68f0944d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/archaludon/archaludon.animation.json" +hash = "561a3921323cc9354d0401495d5c6a70b50e62e9577543a510a15f9ac8e786f2" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/arctibax/arctibax.animation.json" +hash = "50428b35e5e68df16baecc21d72ed30be5bb7ca965314124cd8a021523a75e0d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/articuno2/articuno2.animation.json" +hash = "965601b40290c74d4d006c7c1ff9cec149d8fbf9e5056f74e2077ee8b8fb9fc6" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/articuno_galar/articunogalar.animation.json" +hash = "0f65b67b0f6ad6653953d18c28d39938a855016307a3e14dd69e6d4433158bb7" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/avalugg/avalugg.animation.json" +hash = "459d4fe6ceaad8b38138678154ca5f2922293c4fcbe4ccd1e38742c3e865d244" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/axew/axew.animation.json" +hash = "f1d2fc040485e3aa0de773c90a802f89f2aab73656afd937e6a40fbce91c7d33" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/azumarill/azumarill.animation.json" +hash = "911d528fd72463202f27178d6fa321bfedccb8457827a5308ef281d89c1e1a00" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/azurill/azurill.animation.json" +hash = "1dd771503107d6c83ae020eda2f059c0090ec0ab17a511061e9083f1c63e4d57" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/banette/banette.animation.json" +hash = "23a8b64d07f24c7a554ec2e5b0897f9f9df06ec15bb12f9ffed8b3e43be21b81" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/barbaracle/barbaracle.animation.json" +hash = "d3c3192c1363e089122e8009911e0706ccd0dbd936b72fb8500cf961eac4b19e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/baxcalibur/baxcalibur.animation.json" +hash = "2008dc994ff0baa8d763d2d74dbfda3f247f1984960fea0e459f7ea6805af8c9" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/bellibolt/bellibolt.animation.json" +hash = "bab103fec092f6a69ede6ce8e47ab3e8d382eb049769cbfdf52ae4dd6ade2f5c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/binacle/binacle.animation.json" +hash = "8a22cb7d02aeb1082d6cebbadfe46d141defb65423a2108c674725a07c577562" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/bisharp/bisharp.animation.json" +hash = "71d5a8850adee6e9377cc9f7af755622681b6936575e15f31583032731c6d30f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/blacephalon/blacephalon.animation.json" +hash = "95b21d402f274968cd604bcdf50ea27703b88248001ab8d858191c094919d113" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/blipbug/blipbug.animation.json" +hash = "10515f816b3bfa875bcf7d94c437cb03327b833178034263dc55a75e00f81d90" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/brutebonnet/brutebonnet.animation.json" +hash = "4204f8073894dfa1f4ad66f57624954e392d29fa9fb0536b98f79a13b93a88eb" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/capsakid/capsakid.animation.json" +hash = "45affe74e42a28265a56920a1c5fc2a94b728aac749e7c0a4b7972165cd5cca0" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/celebi/celebi.animation.json" +hash = "b3f0a1262145fc04b7edd9048adc059af794b66762718c480b741d16cdd742e6" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/chienpao/chienpao.animation.json" +hash = "1e762e7b63115c04781bfcb4df2e069264a1b0563173ac1de6e45fadc403a419" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/chiyu/chiyu.animation.json" +hash = "c308ec1599aa2c4f98f67c9e627739e157978acfb7dd4e63cd28dee7004ce56b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/cinccino/cinccino.animation.json" +hash = "fdcc940a8f01f22aafeaa2870ef3b79d90ef67f9d77d1db892455701c61adcd7" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/corsola_galarian/corsola_galar.animation.json" +hash = "8fa25d29804739d1bfcd22234f0f8a892b95be3cfa20e933061193c2c47bbf96" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/corsolar/corsola.animation.json" +hash = "4a70159c5d586f72c37b6b85d8a9d533d1bc7b885dc890a93ad359926895ad10" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/cramorant/cramorant.animation.json" +hash = "cec074b3c0226f66022254b11960e3f79dab042387d605b78eb26b68792f8b38" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/cresselia/cresselia.animation.json" +hash = "d57af1af077ff09f741a1a66be3e183a1c036ca6a771c9004f1d28fdddfd3c64" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/croagunk/croagunk.animation.json" +hash = "0caa9b7b3580167b54867547be04d72aa7fad5a3d4364ae362dcb1f4a9947732" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/cursola/cursola.animation.json" +hash = "9a4ccd2ca6e977ad8b43845a95891f4878b4450eff6d24cbb95f8029a126b772" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/cyclizar.animation.json" +hash = "f6fc34fa8563ba418b5d895f1e452710d1f7c81a158d62b1dffcd4241526e4c4" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/darkrai/darkrai.animation.json" +hash = "537905323fb349fb9b07613ba3ee34af25989d9bcd0fd1471750f07ad19f81b7" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/delcatty/delcatty.animation.json" +hash = "1672d109651676f260ac592d620bab28e2ea7e8dd0695756a1718f1c6f2f330f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/delibird/delibird.animation.json" +hash = "e1f491d44b066ee03b91146bd7626ec526b22ab0ef5bcc18952372163503bee4" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/deoxys/deoxys.animation.json" +hash = "c4c6b74d1a51d7d48fea727d0a397540c0a3db6865c702f04d6a392fb2037f7c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/deoxysattack/deoxysattack.animation.json" +hash = "9c1d7fd0bef41e5c3f3a9b17e5985f0748bd3b86e8b089cba4894dcd4c02d2dd" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/deoxysdefense/deoxysdefense.animation.json" +hash = "3f549fdd9980ac90a1eadb044e6f9f228c35d958635d7bfc61f733e9f31e3543" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/deoxysspeed/deoxysspeed.animation.json" +hash = "a4a7fc8ce4cd1a579a1641c9b2970a64f35c21ea81c039cfa752c8f266944b6f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/dewpider/dewpider.animation.json" +hash = "2409c7444a185e0ebe4af921924112e86801a58b354efb1afe12c05aebe44ca5" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/diancie/diancie.animation.json" +hash = "0cf54e7bed7f43825dceb27726a62c956c49f9daf3068172ae32a86f74c4d5fa" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/dipplin/dipplin.animation.json" +hash = "560ac2d5c209496aac04773b03c7002b03ce140ff0836bcf797a217c0d164110" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/dottler/dottler.animation.json" +hash = "094d68d5ed032613854f7f34c40d4d6ad967ef55675c4b5e6aa15dacaa8585e1" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/drapion/drapion.animation.json" +hash = "107226a707cb2f5743808a7e85f67771d8e3dd50fa4ab4a0329a3812ecf45bf1" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/drilbur/drilbur.animation.json" +hash = "2ddd083d113cc7f0c3a75d2b93677a552386831a644b4de28481a5f96d37b8e4" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/druddigon/druddigon.animation.json" +hash = "b53ac062a0f7315eaaf7c4bd1d48226a65d2110a82dc775750ee141e5738e8c8" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/dudunsparce/dudunsparce.animation.json" +hash = "1e75f483008e0361a71f6ffdc3494e99ad2c41ea9b6ffda5a06ad6f55bf28f39" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/dudunsparce/dudunsparce_three_segment.animation.json" +hash = "57d7769ddb7acb72ac711c756ec0fb8f498a4aa876c2a8069c9581a9300d9f25" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/dunsparce/dunsparce.animation.json" +hash = "e1824ae165f8bc69ce5f8327173e82b42809595f60caf42562a485960594ce1e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/duosion/duosion.animation.json" +hash = "b409ff3af0ec92000c8631f9bfc6d6cdb2309cab04970efa4da227b06294a023" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/duraludon/duraludon.animation.json" +hash = "acca1cfee0ee922bb1ee85b63734d0ded83792aaa3d8f589162ec5915df32a2b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/eelektrik/eelektrik.animation.json" +hash = "0dcf1b7eac34a5feed5107daa95d2fd2250a43d634cb26cc533be5650b0a9f3f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/eelektross/eelektross.animation.json" +hash = "94360332cc68cce850529cda28794f92c69ea305f28bd0b4a0dd5ff0c958de42" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/espurr/espurr.animation.json" +hash = "2fc5861175de8e1238c5ffd6cd04068b3871d751a8b82086927d4350916e1810" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/eternatus/eternatus.animation.json" +hash = "07ee5c8bf88fd765076654179ed59ead4e2557aa6d1066bf648efa751768b6a3" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/excadrill/excadrill.animation.json" +hash = "d518ca897c62b622ab273275a1c1e1ca3ff984465c268561bae055992658d6eb" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/feebas/feebas.animation.json" +hash = "056cee9505a7bae02d16a1d09487864cbb2c813f78b429cddee156c0356a7f12" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/finizen/finizen.animation.json" +hash = "0eb7133ced7b233b9fad29344babe1c378194f9e46e2666ae471142950fa4f68" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/flapple/flapple.animation.json" +hash = "1f02d6549463ff003f00098763e44e0212bc980e52a96de5076c06230568dd94" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/fluttermane/fluttermane.animation.json" +hash = "5bf9500bd51cd9fe6f7e7435955b2d3001e747ec0fe4833f44b6d990dbe961b8" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/fomantis/fomantis.animation.json" +hash = "88a63d1d9b562e243d8e94195171ba39269b4115da09372928cee0f7465d7902" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/foongus/foongus.animation.json" +hash = "1d7cfafbd992c0bdcdb2fe96ad5b6282e73f67eb728b86ee55836e39cd82c4cb" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/fraxure/fraxure.animation.json" +hash = "eebe4a0e15223641407de75b5a5fe4685c59485519727c209fab2f1ad7697e22" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/frigibax/frigibax.animation.json" +hash = "d3b79a0b88f49b28d3710b795a856e177642089282f5f72946b88fac3bbd5de7" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/froslass/froslass.animation.json" +hash = "d47d09a8e365688882c6cc06e10ea68ccecaab5f744fa8b8888455cc9597bf1b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/frosmoth/frosmoth.animation.json" +hash = "b1a88fef23d2790c8cd6ac7ea9c9f248d1c86a60a8f5b8f2a1a587142cf19030" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/gastrodon/gastrodon.animation.json" +hash = "400f404596cec83cca9530b9cdd308fbbea4705d67524ff72acfa8179d5fd08b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/genesect/genesect.animation.json" +hash = "e40d6306ec7eb57c82124f49cd44ac3c2d5c4d9b5574071ea2de1e551a512610" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/glalie/glalie.animation.json" +hash = "6d1c460e360c019eb3fd8edaa26e7907eb006d468ba8518289cd844db2874fd6" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/glameow/glameow.animation.json" +hash = "04b66ff6ffb6545ee63fe1aa769ef071db1807e2e5ef75dae8dddb58001f1bd7" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/gogoat/gogoat.animation.json" +hash = "2f0716aa8098753bc1bbcbbef14b5e180c4959dfb4b1b1d0e31a422e417efbe0" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/golem/golem_alolan.animation.json" +hash = "f915ca33e755ce2e83607cbd0b8ba961b8314f9cbc711c6014542b4c4d31a75d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/gothita/gothita.animation.json" +hash = "fc62cbc8066bc1df6c6d22563fab3f9753e8f0abe34df565216e04ef3a050c46" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/gothitelle/gothitelle.animation.json" +hash = "ec436b28c76392c771aba2f7bfa68974fa5a7ea269fe036790c6d8c35eda19be" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/gothorita/gothorita.animation.json" +hash = "150eb27bef978304686f5ed2960beb8475dc0d285230e04fb40ba86b1adda9ef" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/greattusk/greattusk.animation.json" +hash = "b1ae3ea1bd81736d19247177007e360322b628afb10743356b6d494c71c10fb3" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/grimer/grimer_alolan.animation.json" +hash = "a2fd5e24faa8c99054d930dfb3c15c65b7ed68adff66bfb947d915606f40b6fc" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/groudon/groudon.animation.json" +hash = "7ea7d3f3682cd9815265cf47d507a7c7b9d25dc0f4b0b386525980f152f89665" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/groudonprimal/groudonprimal.animation.json" +hash = "8537b805cdf6223e59bee3f0169c20765bce2cb524c6173dca27e3bb71df9215" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/growlithe_hisuian/growlithe_hisuian.animation.json" +hash = "12ec4af48a40306d9e8eaec40bd8042d34cbdf7d227a2fb7128b09d5ff70577e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/guzzlord/guzzlord.animation.json" +hash = "de497eb1b13167c7d5036c3b63e5b9ec95d452e3000f2621c84c4861955cc664" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/hawlucha/hawlucha.animation.json" +hash = "ad15902cc8304ad01c8b5c52788eefc6b618a8d640c4ca51f12a1e0c8667c140" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/haxorus/haxorus.animation.json" +hash = "34096c11735bc65f5389f0e8d75e59d0655862e0d49e73e029b385f1903d1d47" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/hoopa/hoopa.animation.json" +hash = "a6437e9ad920cbc5f4e92809be5ef9505cd3138c3e7f45e028d4553584c00cf9" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/hoopa_unbound/hoopa_unbound.animation.json" +hash = "eb0614d1011152aa14a7c88cbf6e201e6a0576572db6c1bb399bac17f41805b5" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/hoppip/hoppip.animation.json" +hash = "5ce947230c67c92bde9e27fb73c09ed50ea200a938332da88c3d85ccdc119492" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/hydrapple/hydrapple.animation.json" +hash = "04da7c5added7fcb53398b292b3a6421d56f6a8cc8748b01832175a92e556d1f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/indeedee/indeedee_f.animation.json" +hash = "935fe7d3bc5f0c3e62c793f9e47a755f87ecd90de814e2e528fd7c80c489f2c7" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/indeedee/indeedee_m.animation.json" +hash = "87ab3f8848cdba3c36f545805a1f4ef47e5aeb21ee91b08185816545f89a9929" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ironbundle/ironbundle.animation.json" +hash = "c2c22c7134a6058d97ddc72504c2d35f1964b2f638e616869930d09a684fbe69" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ironthorns/ironthorns.animation.json" +hash = "12fdc517446e5fb13a87731dbaddfdb29b35dcb7ad895755d16e5621f4e95d4e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ironvaliant/ironvaliant.animation.json" +hash = "ecf5bd9c4f1233ceb5add2b82a8a8d5b2987b6ebb021e9642a9ea53194bbfa4b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/jumpluff/jumpluff.animation.json" +hash = "8215f4d5af83574e43bf72e5a13b819418a0cef3532a0f585a46fac21c7abbd8" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kartana/kartana.animation.json" +hash = "6e35bbf352b4eeb5360932364f9c2ed8b16fcd8f9ad397915cc5111983b2d5d9" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kilowattrel/kilowattrel.animation.json" +hash = "aa3263abfc0a15e3ffd16cf6a636c960b41038f38fc27cd578a5eb6068fcc16b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kingambit/kingambit.animation.json" +hash = "6335e417096f409a5191df25650814f207c8aa7054d5dfda9e8101d4d254efd4" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kubfu/kubfu.animation.json" +hash = "108246c00c2b7bdb49bba8f182a85f2637d1c62e1b6b2b613ac700d27d919d1e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kyogre/kyogre.animation.json" +hash = "ce9deb442452374457ba68b534f451dbece631ffe93a655a346f5cdbe05ae827" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kyogreprimal/kyogreprimal.animation.json" +hash = "2d45a119d99ba6e2862951fd8927e3a3ac4617ae208b7271c78c54a48941053d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kyurem/kyurem.animation.json" +hash = "b57e212356809b7425f9d7b2847145a5016e2418303c8fff1040a553ff3d7aa6" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kyuremblack/kyuremblack.animation.json" +hash = "04a9bbacdf3e7081145d92b3bb75a8b5a80afaf75f5aa2ecdcd0cf1bac7a79bc" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kyuremwhite/kyuremwhite.animation.json" +hash = "5c45a3c36cf070217c0108a34d609f721f713b98d1aa74633fcc1b81b553ba5f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/landorus/landorus.animation.json" +hash = "442d1bc0cf5c014a279bfdc2b4284cbb2f98b39f45130a58c4a9ba8c39464406" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/latias/latias.animation.json" +hash = "ac6979feb82c13a37d2a15444cf7f56a21600daad31e440229ada9cf9840b5b8" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/latios/latios.animation.json" +hash = "1d884ea8a73d854d677bce510db84a4ef9253701f7a95831488ddcb1404eea1a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/leavanny/leavanny.animation.json" +hash = "60186e5d0df65d96d3d9eb0d46a251365dc4a6ad246ef50def76f92a9b77c340" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ledian/ledian.animation.json" +hash = "9a50aa29702afc1c6be64bda39238c460b6010c8f5aafb00730683aea60a7746" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ledyba/ledyba.animation.json" +hash = "33b67e09d71dcf02c3d620c094296f7d577a4848ef65e1de4b8e1c79e721d626" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/liepard/liepard.animation.json" +hash = "431eceb8f92e00acfae89d2a453bed267554c934556539556d3a606438be067a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/litleo/litleo.animation.json" +hash = "cbb13fbffd76e73c9d7d5ba9fd01a0454a6a759f2f04eb6c75be45686eb84e40" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/lokix/lokix.animation.json" +hash = "69a71a28836edc3d592faa5fa545ed7a399cb2ea22f06d77716ac3e0edae3454" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/lurantis/lurantis.animation.json" +hash = "b4f7784f193b9c1c3c745b42edfd10fa92ed36199700476543a704dc8735e0b4" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/lycanroc/lycanroc_midday.animation.json" +hash = "b30b20c78c9cdf3cf03f247d7a4487e93e9e4f744646bc52781d48736801ae04" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/lycanroc_dusk/lycanroc_dusk.animation.json" +hash = "250925d0eb2268504f9d666f0061227d08ac2c4eff882fb708a81bdb7de5c4fd" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/lycanroc_midnight/lycanroc_midnight.animation.json" +hash = "0ece3cd361d93497c3935b18a30659d16c2ac9861461373bd84d1b68bde528a9" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/manaphy.animation.json" +hash = "9af4bfc287c9d3a4c9a45e2c95a3889706f87b0fe1d098e8b35a35a8f734ea1a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/mandibuzz/mandibuzz.animation.json" +hash = "c0de42d585a6556b6aa9c9196ff040162b7d27f9ce773cbb03cbfda3c4848861" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/marill/marill.animation.json" +hash = "14f0f7baf8f1ebc07deb297273cad9958b52be5ea9aca67f5b0188b95109d06c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/marowak_alolan/marowak_alolan.animation.json" +hash = "068e47e1abc8319c4ca5046d5e0f430fdd45435559d775ce61cf94b253a2ab74" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/marshadow/marshadow.animation.json" +hash = "c099645910198133f448ed56e98d8913654f4d8da21088e00951ffbf3756fd9c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/medicham/medicham.animation.json" +hash = "814619554ce76f6a4ac10a17cfa98485c60ad6bcb7252d19dfcae3147504e9c4" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/meditite/meditite.animation.json" +hash = "2626cbf3dffc4d15d2495043c9973e5e34eb65c603ee4455c0b04fbf72a72d98" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/megarayquaza/megarayquaza.animation.json" +hash = "b9837899fadbf9ff12e5c4311982661d93c3e19342ebdb3d015d33acc082c420" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/melmetal/melmetal.animation.json" +hash = "b44d980cbed5bb86bd82064dba2535a358b7c08361b44e2dd32aebcc5f0acb45" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/meltan/meltan.animation.json" +hash = "e45e6fd2e8cb66538f315890cf72e08b634834b4a247c81e277deaab63be363d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/meowstic/meowstic_f.animation.json" +hash = "24682de42c43bb9c1bf6c37aac97dab671e0abc5839d8d52a65ffc3a0cec78ce" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/meowstic/meowstic_m.animation.json" +hash = "0a4f2a78c83bc1fa109fba1f866a2146a54f9d953366077414263a6f760eda61" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/mewtwo2/mewtwo2.animation.json" +hash = "6a2693bbc21871b52a838773fc6765044fbe958c990791e839c5c9c93cb8439d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/milotic/milotic.animation.json" +hash = "f5e66ff66cbd399b1b620d145c1cf4a7d22fc6b138c3539836c52992515512ea" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/minccino/minccino.animation.json" +hash = "9da5c5c778491b85cdcb97c6088144c0934b0eb37be61792bb2be70659a3a705" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/minior/minior.animation.json" +hash = "5168eefd3173adfea07ebde5c7a6a8667167fcd78062fad3818c2051d7a8b3ee" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/moltres2/moltres2.animation.json" +hash = "dc3833437cf8153a986b3f128d626d26356c6faef584ad5e10623de12ce26733" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/moltres_galar/moltres_galar.animation.json" +hash = "56dbba416180b612381bf9566e381bdafc9886aa36bcab8b586d7d2a353e52f0" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/morpeko/morpeko.animation.json" +hash = "8c4af42855cce2c40970b91e57e8e0c959494e4c225713e1f7a1099f77062dd4" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/mrrime/mrrime.animation.json" +hash = "2a5069cb032ee287768d8a98469dfa76b69187e27a66f4f38ff3aba9873ed462" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/muk/muk_alolan.animation.json" +hash = "3a3b6a33995a43fcb722d758dfbe6bb851d2f01d93cd38ba6ac9d132b63eaa86" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/munna/munna.animation.json" +hash = "15e55706e6a7d6198e46241cb9f5c0c03b2cfe4ca10e9b1c573b285816650bba" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/musharna/musharna.animation.json" +hash = "3752c44e0be3a7775d6dd0469075a17837b0e21b49b9fe2d031256d0d48c4470" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/naganadel/naganadel.animation.json" +hash = "db0f063bffcbd44636120da25ede83c4382ba7b33275e8c1b706e2089624c829" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/necrozma/necrozma.animation.json" +hash = "fdbbba22211dc2665afee08b666494b837173cb9a5dd979d75d169eae3711789" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/nihilego/nihilego.animation.json" +hash = "ed0072b760b39c73b51004eb8400ae41618df8ebb5333ad0b07d9e7fec2e3dc9" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/noibat/noibat.animation.json" +hash = "c24103f87ac00051242ef9b1d3ddd82e31afcdc1d64dd6622e48a1456c1b77b3" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/noivern/noivern.animation.json" +hash = "be1db4f32d98ab5643da7b99e2ef79e903e6f6ccd144c9d0d2d7692ecf7acb0b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/nymble/nymble.animation.json" +hash = "d9e59e284cd6042b230d5dfb06e1a7c74e2fac160bb5993a8f34ba5c7f226c69" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ogerpon/ogerpon.animation.json" +hash = "a03a4216fb22ff86059e3c908f936c7d32222e885690af04f16377d4402b261a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ogerpon_fire/ogerpon_fire.animation.json" +hash = "94cbc9a745472df9f1485dacf9f30b707a9cc045ba31f38b5297ea10fbace98c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ogerpon_rock/ogerpon_rock.animation.json" +hash = "e56717a1396f7b0f68c19fa948d10cceb9fab2f1a7605022623445d8bd84f54f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ogerpon_teal/ogerpon_teal.animation.json" +hash = "779fa9b582a048bd8c47800b6ec96330407a61d4a5247b313392dc6a7a02099d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ogerpon_water/ogerpon_water.animation.json" +hash = "24ffdef0fba12e90b2b464d7915ef0040aa55ba68bfeb210f1d69af3c924661e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/orbeetle/orbeetle.animation.json" +hash = "1240835a21ef065327e79f960222847c656260f4fd6f6bbe28ecb6d67a4e1067" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/orthworm/orthworm.animation.json" +hash = "2f2e786c0f117d5dfa450646b08df7dc848f26e4dff0eb54f5b1b0780cc37213" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/palafin/palafin.animation.json" +hash = "0eb7133ced7b233b9fad29344babe1c378194f9e46e2666ae471142950fa4f68" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/palossand/palossand.animation.json" +hash = "350e2a95da7fbad67468e579ef9c86c0d7e16f6815176b9c41332673275baaf9" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/pawmi/pawmi.animation.json" +hash = "9c91b351f6d3141952346dfb81c94a494f30eb088f3ad971e03667bd1d91d9b2" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/pawmo/pawmo.animation.json" +hash = "16e365e4cb72ea052ed13848dcaf9f02ed76f89ca23cab31a520c4a763f25486" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/pawmot/pawmot.animation.json" +hash = "43817cf75d91cbf1976dd5d1ab828cc4235a5890b5f9b768fff61c44f4bb715c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/pawniard/pawniard.animation.json" +hash = "530c58f2ced23f2d5269a1a10f82c51e868d9258d950505712c16ec434dab782" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/pecharunt/pecharunt.animation.json" +hash = "6747a63a37b33c0f9bcf23ce44f4a9262e3ee9ed3b8386634dcfbca5965db188" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/phione.animation.json" +hash = "47548ade5e8e7e73435b0b419f128927bfa0502261ed55133686a45b989804b6" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/poipole/poipole.animation.json" +hash = "022b3f55a83e28beb6932c58aa2c89949aea8b1c3ac0131f4c06b601f010a3d8" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/poltchageist/poltchageist.animation.json" +hash = "338f38fd4ea1708ecc5070840342abc83cff91a753a680ef8efe6564396fa6ef" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/polteageist/polteageist.animation.json" +hash = "7fe7f545e2a85fff9d56d6a98b7b83bcfe9712356241b00d7471e445828490fd" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/purrloin/purrloin.animation.json" +hash = "3024ad9595cd3fb29dfa8a30ddfd531e4acd7a8ae3eaddb42d9c3769e25322af" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/purugly/purugly.animation.json" +hash = "ebc87170e60c1cacee136e444a8613d68697eedb6080fd6ade8f3ab10dcc2c3a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/pyroar/pyroar_f.animation.json" +hash = "a9d4d0c2583878900b66cbdd81a72593a3455574e83cea18fca1b9cb3cd80cdf" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/pyroar/pyroar_m.animation.json" +hash = "237288203d62a09b3d66562207ab8c6f77083fdef553077eba5565bd1638be71" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ragingbolt.animation.json" +hash = "85d2ee0c36b60e0ef80fb76b641452cd6dddf8ab5f96935e58f5f60fa9c8175a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/rayquaza/rayquaza.animation.json" +hash = "6b1ab646f8bd0f05ccaa4f12ec647aa5f1f686c4338d4d53725df1ffc21ccde5" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/reshiram/reshiram.animation.json" +hash = "a4d5cc8992cc3492d0c0493ee5b1a2301348067de71785d0bfed7650729c25e5" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/reuniclus/reuniclus.animation.json" +hash = "6adb1e12a751e3d52dcaafd6204be74d49153ec2de66282ebde97b2693ca0f9d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/roaringmoon/roaringmoon.animation.json" +hash = "9f157bc80c0e008fd946cd66d4aac8fcc70b5a81fde4ec8ff3e303a047754c13" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/rockruff/rockruff.animation.json" +hash = "5e30765788ef01aff88ebe1671dd0d86f5e5431640b034110530e93077b997cd" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/runerigus/runerigus.animation.json" +hash = "655c27d99402c838e8100f3d2701c09936318deb15c67bb1410d7c3ac35278f0" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/sandygast/sandygast.animation.json" +hash = "22e91ac995649ff9ab7f0bc32bf969151e8444987de8e1db74883b8224626b14" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/scovillain/scovillain.animation.json" +hash = "e8a0a40534e1c4ac72f9cf605f08528a75b56d21c4c31a7d0ad6b98a2f1cb5d7" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/screamtail/screamtail.animation.json" +hash = "57daa5f452113329775d6a10781e1c12ba1f443fc19dba58fa918c42c06c8c56" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/sewaddle/sewaddle.animation.json" +hash = "2503f67f406c4cf6024559c15baaaad45834c7f575a3636f83e8247c8d5d8638" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/shaymin/shaymin.animation.json" +hash = "b455a6a15760e93a4928e208586313239dd35a23b9fb0e17f2d67147de543841" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/shaymin_sky/shaymin_sky.animation.json" +hash = "7d4985a164e94cd19bc5da292186ce8a4b71abf73baa53863c09396efca01fde" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/shellos/shellos.animation.json" +hash = "bf117145ab1b8df9310fd34b1f3d6c9e215f371f0949249e7121479d98c700ba" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/shuppet/shuppet.animation.json" +hash = "a9c458f682fffe93610f914f62a0a412bf448e38ff79127c303041657003f878" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/sinistcha/sinistcha.animation.json" +hash = "74cc017e8327e9f8024e927f07c8c7a75e7a810c40664fc23c462ca84a3b99c3" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/sinistea/sinistea.animation.json" +hash = "0c390f522f9c47e9c60292c705e4fb03613d7a4af214e39d2ee47a0e5d326a3c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/skiddo/skiddo.animation.json" +hash = "062d7151b87add4d4bf0f8650d4e0a94fb915b87bd853d55ac5d8c8db693c8ff" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/skiploom/skiploom.animation.json" +hash = "b549d47c089774433b1cf8759d4eb276d618c4f3d9f9a02c614cc43830a87ac4" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/skitty/skitty.animation.json" +hash = "524cddea8f2f980439d77877008e7088060ca116192e276354fe6f1aab88994a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/skorupi/skorupi.animation.json" +hash = "6769a1eaf3eb2df474a354aa1b1141d40f5a587ff7476f9a102104abeb266790" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/skuntank/skuntank.animation.json" +hash = "2b1c777d48369901092a292b89eac395dee47aaafa281d84410fd8ed24f8c078" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/slitherwing/slitherwing.animation.json" +hash = "46ba8eeb4d50cb472dfb18c1f612e04959603bf152cd03c94890615d7548fe42" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/snom/snom.animation.json" +hash = "b38a7b03fd02d98e40ad449487c74aef8f61a0ce6eb37dd9b970b2e557689306" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/snorunt/snorunt.animation.json" +hash = "be8625ec4200f463548988c81020810955e42ebf3e301d813af3a01aea1a3d74" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/solosis/solosis.animation.json" +hash = "97f737f8995a67ca77667e3a841d66f5daae878e5bc1f651aefe8b6d72ee7c68" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/stunky/stunky.animation.json" +hash = "79e48bf23be221d533cb4938eeb4ddd1cd7a6d673f22516131243f98d4b5803d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/swablu/swablu.animation.json" +hash = "4728e04da8885b5f3bfba5ea560efc870bd7d392a78e5a20bed1b49346a53f31" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/swadloon/swadloon.animation.json" +hash = "3f7ca7e44ae8fd6f6322c40402dd4f9c81c7048b482dabcf257b3ebc0b7e407f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/tadbulb/tadbulb.animation.json" +hash = "981c019bbad11d452f2f15b895db3c9c0c1a1ed0794ff1460174c687dd536762" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/tauros/tauros_aqua.animation.json" +hash = "e5cc65f59b774f94cd306052c352f229de978d4864f39f26260875a68a45890e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/tauros/tauros_blaze.animation.json" +hash = "fdb30977c633e77cecb65a0f96e5a68843a067b2f3c669ca390577ee7c6ad8e3" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/tauros/tauros_combat.animation.json" +hash = "36efdb1cb285248ec29bf343db80da7c06674b5e7f83366281f92428b8b94075" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/thundurus/thundurus.animation.json" +hash = "3e2ca05ac231c73ff119a67b7e95bdfa0f91f9fcb3ec6ac37be145951f2b6c10" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/toedscool/toedscool.animation.json" +hash = "f9bed22f895270d0a490b908d0b1e9946d7bc20c94c4b4ee90d466befb70344f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/toedscruel/toedscruel.animation.json" +hash = "8a04498e83f6d7b8772d2423d062c4cebe95b450204fed366b45561cde0b9cbb" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/togedemaru/togedemaru.animation.json" +hash = "8c3cf6271884949dc84ca624c2186bdc2f14645cbf4984b006a8f511f2138d7f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/tornadus/tornadus.animation.json" +hash = "d1fb8f27c0f9ed4b731553b327c2320e73471789f01b45b4c798f0636013cee1" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/toxicroak/toxicroak.animation.json" +hash = "a86edd354dee510f78343e36a5aa20a5835b5c3c1639824e64f53b5133f7acca" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/tynamo/tynamo.animation.json" +hash = "d8292fdf6eef213c509362ae7113d1de2f6d3403a50215d18a00d516b6bd2285" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/unown/unown.animation.json" +hash = "0439db6a3a6b20e028057990d22da6fe127cdc75ba15906869b83b64af31213e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ursaluna_bloodmoon/ursaluna_bloodmoon.animation.json" +hash = "d62bca711bfe935547e454ca056ac9c30585942abf722225892fcec5830b525f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/urshifu/urshifu.animation.json" +hash = "e90410be34861f7e83b0dfc7627ffc4f8312aa6b443f70fa055afad93f54ebad" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/urshifurs/urshifurs.animation.json" +hash = "ccf4e8e841d9fe08428a1d3260fd97957a42db625e70ef819aa3d6dcbe600ac3" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/veluza/veluza.animation.json" +hash = "1642bd2c6f3e8d16e543fd707fd8090f898dfce14723247281611b14de082905" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/volcanion/volcanion.animation.json" +hash = "50502fb6c59c2f76f69c6f4158d2073c96f04496e3914a1ab5ddd1696b7de91c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/vullaby/vullaby.animation.json" +hash = "e3b30655fb98cd250912c2f3e0cdcbfd18e8760f9f0e7cc07bbffff13874d114" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/wattrel/wattrel.animation.json" +hash = "2b54af924e4f7fee525eb80cc58c23ca003c75f6a5cfbbb1eee064b482426ebd" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/wiglett/wiglett.animation.json" +hash = "672f19a9c3cb88dcef8fd6e81fdce0932cf8e80d3efb31fb7417e6ed3f548557" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/wugtrio/wugtrio.animation.json" +hash = "4886bf44d048f8ea5ccb3a77aa0bc6d96593e058edb3f582f7d89d431f1b1397" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/xurkitree/xurkitree.animation.json" +hash = "374a6d26f2079fd0f3be03f88d1b4ce5f5a30033323a06f651608fdd9d452924" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/yamask/yamask_galarian.animation.json" +hash = "3d5ed394c4b83100fc3a71a446011c43b82544e841c3438817e9942ed874b046" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/zapdos2/zapdos2.animation.json" +hash = "2f04b68dc69b2fd0ce15056153efdd74271fc84f4ca325b3070ca14bc172ea63" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/zapdos_galar/zapdos_galar.animation.json" +hash = "d96739b0a84d14b39dca66e0edf9ce22f8da68b0cc9362f51c8491063e38673d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/zekrom/zekrom.animation.json" +hash = "074692734a1764d2508f17edcce5073683b67453040bfb2debf0101b90e2a486" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/zeraora/zeraora.animation.json" +hash = "087d0915f4cf5d33c218dee92223957374c6bc1a63d4e3245c1895a9440e6da8" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/0896_glastrier/glastrier.geo.json" +hash = "fc6fef63a5e6a5d3b23b2da8038931b45b09f4c4f566e1c8fdc1c7225ac61623" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/0897_spectrier/spectrier.geo.json" +hash = "e98476810cdba5f08bcc3454ee9a91a1789cea47c40a0e840a1b77126922eca8" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/0898_calyrex/calyrex.geo.json" +hash = "4040d98b59e60f752907689d86dd43ca3082cfee420659e7f6e7622473c88cc6" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/absol/absol.geo.json" +hash = "a982b965f98db2e3759719ea7be09958d3a087e5ccdc31b929830eca91082aa4" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/altaria/altaria.geo.json" +hash = "4e71d52e0b7fefb313c2f5fc14886a5f39b09eac04efcc30bac8697a26de20ac" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/amoonguss/amoonguss.geo.json" +hash = "7e020000f876b6103134ae99b2e6c9a5cb3ae7cb5994875039e102232e837b81" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/appletun/appletun.geo.json" +hash = "cca86e26c169e9cf7d854ab59c6ebb7772e3368e617b059e96bf4f14c6432e01" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/applin/applin.geo.json" +hash = "afe9546f867d1c9b568595ff429e2557770bb5cf6de9bfc652f2723590bf6ca6" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/araquanid/araquanid.geo.json" +hash = "801d728a81c6d3433a4cb99af6d93ebc4cb30b8bf03e22084b2e0384ae01ecff" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/arcanine_hisuian.geo.json" +hash = "f6f4d6d2391533cdf1ea70fe7d7e5d5911d353a7c8108440d42f991c3f6f074e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/archaludon/archaludon.geo.json" +hash = "5b3c4e01a21bad5b7f4b390fd0c74b4a52d3f58ac8bfba4c9a3d45369c239222" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/arctibax.geo.json" +hash = "6d6bcb3f2efd09edf30cf1e5c24ba2597731db3467d34c545b2b26cb6a266284" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/articuno2.geo.json" +hash = "cec159f3cd6db9ebd14114fb043f169bf96f4bf37ee38f490a0feabc86bf30c0" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/articuno_galar.geo.json" +hash = "c80108b22e2ef24ea7afd87c570ccd44d308d7f40c0e2143f811466c719bf07d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/avalugg_hisuian.geo.json" +hash = "57fe26cfcd6117d9fe28bb586c73b2772476068882872d182cf40efee7607aeb" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/axew/axew.geo.json" +hash = "26b50833e4da75b67845f4e92f554fe9cf1d13cfe5f3ea0149ee9cdfd9b097ba" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/azumarill/azumarill.geo.json" +hash = "7669a926e223d77ff6898041c5e65e45fce4d34cd40cadcff5699aa143d9214b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/azurill/azurill.geo.json" +hash = "b27b155c2320018ba1e5055297359890fc32c110f63de71e940555afeea70bd7" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/banette/banette.geo.json" +hash = "53b08775774d6f36401a8e4f919d2a9941e502f5e077c2e0de9397d393630bb3" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/barbaracle/barbaracle.geo.json" +hash = "d835e6d6ca0a55f4d57c53d533d1ec6685f33fc50a9e728bd1f6f2bec765c86b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/baxcalibur.geo.json" +hash = "4148c1dbec5ffc2ab09edb4178d39fc331d7dfca2e5701dd79ced3b25dd1af12" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/bellibolt/bellibolt.geo.json" +hash = "cfd039a73efc811fc4080f3c4fe961462485a1d7a322ed4426d094cda474eaa6" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/binacle/binacle.geo.json" +hash = "19f86108f1b0beb4c784b19b1c2f41042f41ffd8d44416dee2894c952cd08363" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/bisharp/bisharp.geo.json" +hash = "573a9a77b00a76deb52396361d005538d53d8bb423de2a613c326cf1712c8376" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/blacephalon/blacephalon.geo.json" +hash = "3842399faa4bd85da50ef731d35b708f86c2286e291c034693c701d0e87fa0f1" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/blipbug/blipbug.geo.json" +hash = "2d8f40c38fab672ba7d6aebee2172dfd0d717fdad2b1efa97fc144537d9db337" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/brutebonnet/brutebonnet.geo.json" +hash = "552f06375521598c328b81020f2b484878ed781f2d8f103699fa8f54198e52be" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/capsakid/capsakid.geo.json" +hash = "82a45ba7192fd51481f17da62c8a6906a1440762b086892cfe432f1eb1c55846" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/celebi/celebi.geo.json" +hash = "c2a3da3d0df591948f3f257ec559cef304428665bc75793fbc5aabe1507ca44c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/chienpao/chienpao.geo.json" +hash = "b34549b7dbc584bf75d99693d29029e04d5670b97cd839abd3ba39195ac314d7" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/chiyu.geo.json" +hash = "f07777390113e3fee5674b92761d398732627704e90f8f96a6241df5df36d337" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/cinccino/cinccino.geo.json" +hash = "d1a00db9acef4ac7dd67ba7bbc5b9c5abfcd1007c882c341071d9d8af8268223" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/corsola/corsola.geo.json" +hash = "2c672fcd16bea631b7a92839979b5ca782f767f6261ef8c78c9863eb9323bc19" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/corsola_galarian/corsola_galar.geo.json" +hash = "94f052332320403194b7a2721ec047e811fa0e07ffd0c500044e65b327688815" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/cramorant/cramorant.geo.json" +hash = "d18ff2f3658942de0df2d6a22cf4e857d7eeef9389f33873de1892ea3e06f139" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/cresselia.geo.json" +hash = "a994f3e1f3465682bee8d7cad10e5a89a76db9dc548f6fff33c96cc81e7d885c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/croagunk/croagunk.geo.json" +hash = "bb827c17b7503c6b668685766e93d7b5b7749b77b5ead711d7f346624aec4358" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/cursola/cursola.geo.json" +hash = "3bd01902561d4c55222f2d12b1b86c8cf08f05fb33bdb53ce07c077f8b1c9a2f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/cyclizar.geo.json" +hash = "407b012ad5717fb74cd482c7ef862aa1bcba2b48c22e5e8cbde8cccee5ef9cfc" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/darkrai.geo.json" +hash = "a0c9ef1e8f6094ea2cceb0124592be03b75f34abbb87718000c757cd7f295101" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/delcatty.geo.json" +hash = "85b1a5b4e23062a2bd41a850807074d775d8cc5884b74b64d7f92dc7bcfe6707" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/delibird.geo.json" +hash = "d8d8c26a8bcb4ecb1badd785c78915ad17cf3d924e15440a142e7da7ba92a97e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/deoxys/deoxys.geo.json" +hash = "15b5839841945f9cb715b90a8d70301dc011c8f3027671f6c8fc5f586e4ff1aa" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/deoxysattack/deoxys_attack.geo.json" +hash = "9dfa0c2d5c0f1e1ed8ed3da94018417de132fdcb7996296b3a82bcc75098c9c1" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/deoxysattack/deoxysattack.geo.json" +hash = "9dfa0c2d5c0f1e1ed8ed3da94018417de132fdcb7996296b3a82bcc75098c9c1" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/deoxysdefense/deoxysdefense.geo.json" +hash = "2f51b22741f346b47ad698f3251b4d4a849a3bc654f031cf2504f0ea65d6202f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/deoxysspeed/deoxysspeed.geo.json" +hash = "85efbb344c14d7c9e41fe06bafdebea9882c618454bcb8e0e71ca97648659a46" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/dewpider/dewpider.geo.json" +hash = "af77c93a95ed944e370dbd9beb838414be28d3747adb542ab3444aa9a2e9770d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/diancie.geo.json" +hash = "0f893d1a6a22efc584ec36f6f8a4092f6ec5fd4d55f7c2a5c1ec9d647f7a3639" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/dipplin/dipplin.geo.json" +hash = "5f7c2bb61ef1a17fb0570fdec8fab42955996f211213e3424333945d2f848657" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/dottler/dottler.geo.json" +hash = "699db04862cf301c16aa888ee0407515c4983beb7b7b30a3460d1f393dfa30e4" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/drapion/drapion.geo.json" +hash = "305dd77b5a1fa7c502e166560ba2e00f104de7be6b3fb06297c356daae4bf5dd" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/drilbur/drilbur.geo.json" +hash = "e54ffe47400c615858d3d0d37cd09ebf0b09a73fc6e20368ef28effbcbbe7aff" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/druddigon/druddigon.geo.json" +hash = "48a48d72356e1256ecd662064ed64369c8a653252c4213ac1d5de1c5217a478d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ducklett/ducklett.geo.json" +hash = "abb05c335ab20c9ee9a793dc00ebed58ff14a574f164cee3cb7e5e57d58e6cc7" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/dudunsparce/dudunsparce.geo.json" +hash = "e71d6fbceab64cc03fd3924a134f712614a5c778c6a1ba832aa196c7d3339964" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/dudunsparce/dudunsparce_three-segment.geo.json" +hash = "ce88903959ba4ad322421c75f07e13b92351569bda3e7d1ba3b43a42248d4559" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/dunsparce/dunsparce.geo.json" +hash = "62308e523ad85636eee53aea04ed7a55ad5350c23fd43adc137aa5b57473781c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/duosion/duosion.geo.json" +hash = "e8e35ec527714604cf2263e0fc4ebba01f4634e7f03b79fa90093c031e2b5f84" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/duraludon/duraludon.geo.json" +hash = "e32cba1f7537d336766ef660f6f33e13a128cae3a9ffbbdf89e2337bdfb01d9b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/eelektrik.geo.json" +hash = "c40291d2760ec21ff6eecaf5bd6b9c09c00323d917672319c9ef90cc9d4e7395" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/eelektross.geo.json" +hash = "fe266035710aaf08874aa15b425f1ad0b88498e951add2194281898b422014ba" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/espurr.geo.json" +hash = "b82d19b8c031b8da7076f356dfeef7e412b7fb262d52d3a2cedb2a6733df6410" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/eternatus/eternatus.geo.json" +hash = "b2ac84f2c45652eb54e15a11061b34ba877542e2d42e09130c14ab7371d3ffd2" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/excadrill/excadrill.geo.json" +hash = "734975c3375589e3a0d982523b25f2db2dc251e62dbd498bc468c030ccd42c19" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/feebas.geo.json" +hash = "b2bc540b835b89c8d39081bd614b84cdfe559175edd5ee624e87b9f5bec4d0ee" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/finizen/finizen.geo.json" +hash = "2978dc4fb739b9a0431693c32d63ef998c88e56a776a4937f60790bd73cc4bc0" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/flapple/flapple.geo.json" +hash = "fa27745d907f6630f3596585f2a282a6766d7f0a849f176456cff93d09788f10" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/fluttermane.geo.json" +hash = "7e05c7ce6c2ce3880459dbaee5c16b96473e7ae16e17d4c94f3c9c233af43fec" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/fomantis/fomantis2.geo.json" +hash = "c17033293b902c44e453dd19a1f1a5787a976f4e5fa25f8941a0cc80f73bc938" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/foongus/foongus.geo.json" +hash = "c57f5dcc386af6c80325048c62026835f8e5547df6eb861ca8b3e7388190b025" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/fraxure/fraxure.geo.json" +hash = "85faf5ebb2dd57715a37fc84598029c6a4d44f9663ee5253d6cb99264345f8a0" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/frigibax.geo.json" +hash = "e464df19a22664bbb3fa69f0de97987a3ab0c0ca9a8a4ab592a24b99b3208695" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/froslass/froslass.geo.json" +hash = "a17bbb95fd3a5fb58a4aa75a708fd32c41d49c9c4c40572a2f896a478d82597c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/frosmoth/frosmoth.geo.json" +hash = "b6d8c31357ef0d360f4fc214a5d7931ae512addcc8d7b66df350cff6fd67bf6d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/galardarmanitanzen.geo.json" +hash = "5095419f105d7c1ab1fd4a9ab49814f9b6fb4b8ded95c13ac2ecb8aa00036dc5" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/gastrodon/gastrodon_e.geo.json" +hash = "0371debcaf9af6c08c6ed9e2d6b8fef05fe2a8a288c2d804e739e597188f2a31" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/gastrodon/gastrodon_w.geo.json" +hash = "ec6977a226161c2d9c500e91ea0b5bc0794d575a4fbe7e95009767212248dbc5" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/genesect/genesect.geo.json" +hash = "8f5dddfb2ebe3dd4dcc2e2fff3eb82ecda1e38e2a7e1376f6b3c366bcc23b520" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/geodude_alolan.geo.json" +hash = "273c5ebbb16db9aaef294928ad8f032a5ff7f0e0951cda036b3098e963509732" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/glalie/glalie.geo.json" +hash = "4676c9688ea44b4f4e7dcb8c907f2b3275a2c19bd4381cab803af29f37f500f4" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/glameow.geo.json" +hash = "31f03c17555c05252eeea0a5f52f0e1b28b47c6d9f967f31a011299e3e53fa85" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/gogoat/gogoat.geo.json" +hash = "8dd742c7047dbea9fe70ec27ab4655082d8fba8b5786e18b2e2f63881e941692" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/golem_alolan.geo.json" +hash = "13a89c065d9eb87b5dc3aeac64cf0fb96c610f9bd7edee040a075b357f7c81ff" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/gothita/gothita.geo.json" +hash = "02933bb6e37e6bc6f7c50352dc31c2320e6ab1f53bde5044ddf60b915ee568fb" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/gothitelle/gothitelle.geo.json" +hash = "56fed11b6fe2703ef79ce6c24029ccf1c04f37ff06c0113e832d481312053dd9" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/gothorita/gothorita.geo.json" +hash = "831766e5950dbd43bdfa60bf8c6eabf795a19f0daa335c1af46b8a8a43fd61b4" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/graveler_alolan.geo.json" +hash = "52cabc32e161df35835234821eb8edc8bae505041a3974c6417e2a913d50a243" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/greattusk/greattusk.geo.json" +hash = "49058c5bd31da3eca8ab547e1c585f3be5270336fc8fc872cd3e2545360f8e6d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/greavard/greavard.geo.json" +hash = "0c25cd6b4b640e36f347ad87bc1f13111ee80dbf9e0ef50f9748fc229cecda47" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/grimer_alolan.geo.json" +hash = "f94a8c49d4bf4f7096be263fad27120986d0bf3f22e42f4ea7d8ba06f70b853b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/groudon/groudon.geo.json" +hash = "171ae258d4cdd3564218d5f02798139c16c98c33270b0fd7ab711875aee2da15" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/groudonprimal/groudonprimal.geo.json" +hash = "ba304876559a8c91260434f5706f38c2f2d8751b1d0435d4d8fcbce5cf3464e1" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/growlithe_hisuian.geo.json" +hash = "50bad15d2383cb132ef458f305b45010b997331bca42a74b41a86330a2145a39" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/guzzlord/guzzlord.geo.json" +hash = "fb9d9dbab59d26acaa2d5996fa2d6b92de72d6efb5ec6572b3e86b8f54cefbb6" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/hawlucha.geo.json" +hash = "9ff06f61284edeb3fe7217a20c3ed44ed39fc6e10115d30abcdbdf506d1fcbb7" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/haxorus/haxorus.geo.json" +hash = "79e56224fb3a84cf05ebdb3cc6fd076141c9dc7996155bbc96c6dda4e2aa5063" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/hoopa/hoopa.geo.json" +hash = "085dc82e5a444f7092ac8aa069b7f0328680ce15bd1275b5fbf6575e690050f7" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/hoopa_unbound/hoopa_unbound.geo.json" +hash = "fb664c16862ccf66f06e2a35daa32ce02e49614e298c8409c9e750477c58b4da" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/hoppip/hoppip.geo.json" +hash = "ea82eb3701c91f5649e84aeb2bc2dfba758e8315cc3d6cf0a475dfa976fba0f3" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/houndoom/houndoom.geo.json" +hash = "122b6864035db21bb75602b219b55429f3385c7df0594ddad3d2c38f5b02ee32" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/houndour/houndour.geo.json" +hash = "81f43c833d67dc535a1326d56fd94c7866df82838964b050aad457628a94ae2a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/houndstone/houndstone.geo.json" +hash = "07be721af8f12d267d3191a9376e658540c149b2ef34bebd6dc6511d5e28afd4" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/hydrapple/hydrapple.geo.json" +hash = "738a4f68fb289e351f0d479ba1e02c4205d5a2701601053fc763c31d4c0fcb99" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/indeedee/indeedee_f.geo.json" +hash = "f39902aa5ca73df5bb07c5e7b69eaa4a7a802bcfc25eec1f4d3ce14facaaaeb2" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/indeedee/indeedee_m.geo.json" +hash = "7f4e2043eb0a4433672e41b863ea53f55f75a0811914963a784c400a3cc55ede" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ironbundle/ironbundle.geo.json" +hash = "de9b2fc47ab4169e84389692979af1568a6703fd152e33624be4c2f13d50ab12" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ironmoth.geo.json" +hash = "a6549c4577abddd87c9f6c8b77241d49e6a8e2858568ea2e78819aaf38ccb4c2" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ironmoth/ironmoth.geo.json" +hash = "c48112be44b9519292bf84181fa8e2cd422a55fd54b5fa9d6e7c2238b1326a01" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ironthorns.geo.json" +hash = "66a236e5212cc2e602c547b92fda12a8c8d221a06e4ecb9f9c3ffeab02816ad4" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ironvaliant.geo.json" +hash = "aa24243af279009300176738779fe07686238b93d71002bad550fde3f2eed048" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/jumpluff/jumpluff.geo.json" +hash = "3380caba65840224efd8ecebd7dac61d66d5cbe7a6e7b49ff92344e68be1f9ea" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kartana/kartana.geo.json" +hash = "8145af69030394ad5d7a5fe87f769056d2161ed17c715b0c396ff6bc5346d198" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kilowattrel/kilowattrel.geo.json" +hash = "26344d339c51dc54afc1c50236307739a26aceda0298fe72d0f55351acbcbb6a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kingambit/kingambit.geo.json" +hash = "8a111c8a5d6a53229d99e8675b61dacef1e54354e82e4bed9322f2bea23f0d71" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kubfu/kubfu.geo.json" +hash = "054eb5b844e1b2d11b937a0d1e34aa63f11d05db0708e83085fe0d13d4c9662b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kyogre/kyogre.geo.json" +hash = "d699b4ec19163ee5fda229e2709135d8267b699df4b2bcebb377bb43271a6df5" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kyogreprimal/kyogreprimal.geo.json" +hash = "69e4b713b5a0e0ca011b4985e33cf20a83cc728217f6c4d6c833d6c7c8a32c37" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kyurem/kyurem.geo.json" +hash = "2088c506d0986918eb91f9b237b1564c04876c17af2ad86b16b70a33d622d8a2" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kyuremblack/kyuremblack.geo.json" +hash = "3944d6856e172b8a4ec922c69b6730dc9e6dcb3b73cd4c81e0caf66e5d4d1b30" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kyuremwhite/kyuremwhite.geo.json" +hash = "366ee5160c4d978ce5163dabbbf4c164cb10a3967080d826c5524437e4db1934" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/landorus/landorus.geo.json" +hash = "ea9139907f04928910dba87fd64c25028167cdb894f055725cf1fe4e590b7b38" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/latias/latias.geo.json" +hash = "a4d6cbc8c4350737c0344cfd93aa1d555f91f89a81ff1e6597f71af613bee7cb" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/latios/latios.geo.json" +hash = "52c6870b736aaee9e790c657b6bb1f528c8a4fdfe75c801b7cb0f806473eba1c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/leavanny/leavanny.geo.json" +hash = "9bf61a91109eea730f4cb81eee86e4beccb07a8e85bb19ff24d2c603e00fbbb3" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ledian/ledian.geo.json" +hash = "2ef8128925d97d3fa168abca1db516c59acc4221fd330820dfbb1e56a89f88ab" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ledyba/ledyba.geo.json" +hash = "3fd1b54ba53dc866f4874560bc7bfca42cd7711607f132879dc4e48232d44642" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/liepard.geo.json" +hash = "80f13375bd5af79fccc5b97c0905f477983c7164826bb8244869bc1fd505edc5" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/litleo.geo.json" +hash = "0f2244697c2eea5ec9c5bc769b9e399f5332ce6f3520b2aaeba27db7006c6192" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/lokix/lokix.geo.json" +hash = "013660ce26d0481f2ee896fcb221182c9f2217caf73f3c629a5d4b819d80add6" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/lurantis/lurantis2.geo.json" +hash = "beba40a1fd2aeb4aa9509627efb9ad02c74a6e5f63d86c2bd54b90eb78c351ff" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/lycanroc/lycanroc.geo.json" +hash = "284af8fd06081373d3b38b0390e1f4585ed53406e11c131469258fc766d8bba7" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/lycanroc_dusk/lycanroc_dusk.geo.json" +hash = "f87d61bb3dbbbf51772474e508620e6500fda5106a218ca15535d82cee7dcf3d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/lycanroc_midnight/lycanroc_midnight.geo.json" +hash = "109caa2fd0dde907bad98ccb3b0c25bd5c945c51217d3ff3fbfbb92fd4cc49ce" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/manaphy.geo.json" +hash = "a3391f9514e22139a2815fe48cb899efaa9ed619e30d236f43344561928fcbdd" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/mandibuzz.geo.json" +hash = "293cc846e14566fe49ea98d09561bab5571b5bb3c364379638e62ea41e74f848" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/mareanie/mareanie.geo.json" +hash = "9f33e3bb65612f8a15dd9b35b6db49d597a1c4205dfe1a1cbdf64178369de3fe" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/marill/marill.geo.json" +hash = "dc6a42d49c819001689daa0ed54f4f044821e6bbc652a69e11c62428b3cb830e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/marowak_alolan/marowak_alolan.geo.json" +hash = "e1ef9d61726371eaf5adfe5edea3ef439058352b3346f4f96f2f9e266e7917bb" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/marshadow/marshadow.geo.json" +hash = "d572299f14ae35ebcf781d96363e586d28706d66c55dc1b624fc4246e829e5d1" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/medicham/medicham.geo.json" +hash = "83a2fb733b394c82d509654a0178ea1f8b9ef56257cfc9d850f6936b324a3a8f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/medicham/medicham_female.geo.json" +hash = "f791430a30a8b81d13807e86ab0751520f85a631bdcad60bf9f2e0e7829b8f82" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/meditite/meditite.geo.json" +hash = "44fd05f54b82140b9f09b9fa909742c0449e1c627026c44d732053a39da6b396" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/meditite/meditite_female.geo.json" +hash = "8756a7e5ef527e9dd3a05d73959ac81435f71c09b1e98b000f8ada0009cb545c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/megarayquaza/megarayquaza.geo.json" +hash = "b73189fd5562d27b274fec18c70e8a7d5abe382c3d4ac7543ca3ca1a0bd5f63d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/melmetal/melmetal.geo.json" +hash = "9221ca83be65181f69db69682b596212acae60182559f872a505c1a715a8aac9" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/meltan/meltan.geo.json" +hash = "9fdd0b9ce2b576b7ad6b3e687ef6c2b515a99ef10a887a881d2c8e431ea1ea34" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/meowstic/meowstic_f.geo.json" +hash = "bdb63449f328b758881d64433e0d46716af9686b5a9b1070c15a858588aa4295" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/meowstic/meowstic_m.geo.json" +hash = "e48a973045754e5f390c26e71155cab79958a7f7328a162a4c842512f8d4ad06" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/mewtwo2.geo.json" +hash = "3ebf128f6962708170c3c2f8ac94c05884c2ae820de43118b3610478bc0e1eb5" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/milotic.geo.json" +hash = "1197d4ade8edfca62bd9a3edecc01f574111c87c70b8ad74e1dbd374e41c9ccb" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minccino/minccino.geo.json" +hash = "ea00070f7b1de0e7e8b7b58b6021673069ec2b08a8c5a436171d168a1dae0879" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior.geo.json" +hash = "a5e46003c567b427a64370b8d561b2704f855b9a0bbfcb3e823b84e79eafc913" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior_blue.geo.json" +hash = "15b90dd5ec60f2bce03e0a0f2a42d391a6f6b5be90f6145a737b8ea537d4cc28" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior_green.geo.json" +hash = "15b90dd5ec60f2bce03e0a0f2a42d391a6f6b5be90f6145a737b8ea537d4cc28" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior_indigo.geo.json" +hash = "15b90dd5ec60f2bce03e0a0f2a42d391a6f6b5be90f6145a737b8ea537d4cc28" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior_orange.geo.json" +hash = "15b90dd5ec60f2bce03e0a0f2a42d391a6f6b5be90f6145a737b8ea537d4cc28" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior_red.geo.json" +hash = "15b90dd5ec60f2bce03e0a0f2a42d391a6f6b5be90f6145a737b8ea537d4cc28" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior_shiny.geo.json" +hash = "15b90dd5ec60f2bce03e0a0f2a42d391a6f6b5be90f6145a737b8ea537d4cc28" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior_violet.geo.json" +hash = "15b90dd5ec60f2bce03e0a0f2a42d391a6f6b5be90f6145a737b8ea537d4cc28" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior_yellow.geo.json" +hash = "15b90dd5ec60f2bce03e0a0f2a42d391a6f6b5be90f6145a737b8ea537d4cc28" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/moltres2.geo.json" +hash = "96eea491e7c2d107519cdd62089d800765a8d38f189b3e45f0170fb5b20b70b9" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/moltres_galar.geo.json" +hash = "8b7f2b97419d5586b2c965da8725ab31825ede85d2ac342b8ef26910df6ae45a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/morpeko/morpeko.geo.json" +hash = "48cf5d50f866d10fe34dbaddeb9f32146133cf50796d3c8f12fa2d1f0817cea0" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/mrmime_galarian.geo.json" +hash = "0af9edfdcc9039f2e46d7a5168db3b30a357a139dd37cc91246e4bbdf64a99bb" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/mrrime.geo.json" +hash = "13c1f86ff7e28de88594e1535a03863a3a8d351ea1fbe248289ad4a8726bd3ad" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/muk_alolan.geo.json" +hash = "51cc3c5eba6a3ab01496ac3b0a85494adedc6818e91202d84e8df1f97b10d56e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/munna/munna.geo.json" +hash = "33af36cd19960b25729a7eff513ea01ad817a11b6508a43cbdbbdb57e08c4a4a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/musharna/musharna.geo.json" +hash = "1c47fa79a4bcb9871ff02e8c82cacdae71a7a06f8b51361bec496b7b10bc24ed" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/naganadel/naganadel2.geo.json" +hash = "1a4545f9cfba1d920254f42df737c6e1123b8b53a22bf8fc3bf0ca3f8a8ce60f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/necrozma.geo.json" +hash = "de41be609d21649afc4b1f3b47a0d10933cd9d51e64bdc8ccb83f5a7ff2c3500" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/nihilego/nihilego.geo.json" +hash = "1855569d2f34ba49fb6baa07eab1e3663870da526bfd42731ef27cd3198ae493" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/noibat/noibat.geo.json" +hash = "0993d85a8246300ef8e657f6ce90a4cc76a4a417b909b244903fbc3339f6652c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/noivern/noivern.geo.json" +hash = "9deecfc040cc45a908fd1202970ee5403ed3ecdbf76aaf49835a0da1d3f89e61" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/nymble/nymble.geo.json" +hash = "488657ebde21a85dc747bae0e1b92a442a867c304d39321e99887f6df9c5a5bd" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ogerpon/ogerpon.geo.json" +hash = "f506855595cdade7e00b607380c540693d6748a24cfeae0840f818b898ec7a38" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ogerpon_fire/ogerpon_fire.geo.json" +hash = "d959642fdb5a90ae119dedfdade9bdc7ddc5869ea4285a0577fc458b32c05ca2" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ogerpon_rock/ogerpon_rock.geo.json" +hash = "57401a2d9cd6d741be314a65cbdf7994e11cead21995429e8efab37bbfcf4e29" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ogerpon_teal/ogerpon_teal.geo.json" +hash = "f506855595cdade7e00b607380c540693d6748a24cfeae0840f818b898ec7a38" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ogerpon_water/ogerpon_water.animation.json" +hash = "24ffdef0fba12e90b2b464d7915ef0040aa55ba68bfeb210f1d69af3c924661e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ogerpon_water/ogerpon_water.geo.json" +hash = "e640d1acfacf8e374079459b24430f7584332f518148e10592dd73acabc8ab74" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/orbeetle/orbeetle.geo.json" +hash = "f2f8ee763e7e93d26c3a9ad1c4dd345dc511f5663fcf1d7a79947a3c738d4bd1" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/orthworm.geo.json" +hash = "e681faea226a5555f29d535961e614325e683e718699c6963ca0759df457fcee" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/palafin/palafin.geo.json" +hash = "2978dc4fb739b9a0431693c32d63ef998c88e56a776a4937f60790bd73cc4bc0" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/palossand/palossand.geo.json" +hash = "4a205fb10398b51f6e84201d34cf3a8a955b61b80a4de156c25678b34ac89843" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/pawmi.geo.json" +hash = "4e74a62774fb386e1eb8099e0d8488ea0135dde72eaeaabfea78107e636e5368" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/pawmo.geo.json" +hash = "2c8683af935b2e19928fb61970da093e3fb46a000637ef15ad66413f77d4bac6" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/pawmot.geo.json" +hash = "e6308c99e11bbe63b7e5d932a92b9641e0deffba0dd0542fae2015fe2d711fae" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/pawniard/pawniard.geo.json" +hash = "7b37f4798b3bdccc7b750dcb3b065fb0bbfd11dd6623605a3f8fbce1bcc9a9df" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/pecharunt/pecharunt.geo.json" +hash = "1d92b9bbe0d1a3a97db0b0345cac1751ca9b4f2a9e5bafe2d25ea104a2bfbe50" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/phione.geo.json" +hash = "3ed762b61e1fd3cf7486720e0b4f0ef9dfac46176a5b8d2df2bd4590dce18ddf" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/poipole/poipole2.geo.json" +hash = "fe3002f782f9f019b9d57c35adff2201521d937ecb5830f9c67c61cbdd747be5" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/poltchageist/poltchageist.geo.json" +hash = "9cc373d5be4c6da4eb3ed283e8d11134dfbee66fc7cdc87f6744b79e04773b82" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/poltchageist/sinistcha.bbmodel" +hash = "59fbc6dab1185c6977c89765648f9b45091346909886aaebd9db439dcc35ac0a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/polteageist/polteageist.geo.json" +hash = "2a2a9cde2d18e3867859f460dd622162b18db691ac516b97f3c369a6fd53da68" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/purrloin.geo.json" +hash = "3e9bc4e59f8a9679052fd3f9b0f5b212608d470eb59dbb2bd9838e5ac022df61" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/purugly.geo.json" +hash = "de7c3d2faec26cbeb7b3053ccf7ef05ac67133c9c225423cdab87463da520817" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/pyroar/pyroar_f.geo.json" +hash = "12e78b9283d4ce4db8dbe6c8590e166431eb4d975b0ab0ef9e7d1d31c65777ab" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/pyroar/pyroar_m.geo.json" +hash = "d01cde140e31f8e1427fba8776b2ead955cc393252f56f9a8195c5b7ba6f6c81" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ragingbolt.geo.json" +hash = "aadf7765cfe5ac43019468bb33b2633b77183e08390b825c3e0faf970f882dbe" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/rayquaza/rayquaza2.geo.json" +hash = "0ee835ab7fbc7fe56f979c3691075de4029f1e551a3e3e71855a55cc51290e9e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/reshiram/reshiram.geo.json" +hash = "8692686b95d8ef5525a7879b3c4bd48f108a3d7c04d2fe4a54632cf51e2f18d0" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/reuniclus/reuniclus.geo.json" +hash = "d22994d29d94109309a3643edf8da15a14233d9f35b9d5bbd5b601c2c2ab3902" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/roaringmoon/roaringmoon.geo.json" +hash = "753a6be1ea4e8a43076eeebb09c9f63e7ba1d744f0c18b0dd7a2d64b812227d3" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/rockruff/rockruff.geo.json" +hash = "19565358bfb11e1fdd84c4852243d37ac056d58b190cf8c8e9765dd92796b364" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/runerigus/runerigus.geo.json" +hash = "02d4bb9c5706ead4fec30e4a19fa9465480ab9a0eb5d83bbd507a7b101975dc7" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/sandygast/sandygast.geo.json" +hash = "5c11a9afba7543c484d4cbf7a3f904628c836a74c9f98addc20e6e4a4253516c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/scovillain/scovillain.geo.json" +hash = "bd61ae056a2986002445c7d6d49d187476695b863c626ea9375d7016dd6f2575" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/screamtail/screamtail.geo.json" +hash = "a4171e42d70ec1fd0999dae0f21cc2f9684744d629d91a97227337f59a74d224" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/sewaddle/sewaddle.geo.json" +hash = "05cff88335055ce61bea22a410823732b3051a16d32b24f3e56c73b9ffa9c495" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/shaymin/shaymin.geo.json" +hash = "212a5490fe01f9d91d75a2512c1826b7db7ee4120d4c4b76bbba41518eebbd7f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/shaymin_sky/shaymin_sky.geo.json" +hash = "2a83a89cce7317a0f1649d02638ccca8fd15c3e0810831e5631753272ea571c7" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/shellos/shellos_e.geo.json" +hash = "935dd51c6466b9f10083450761017c7e416b8a1a544a855b6b71202644e48558" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/shellos/shellos_w.geo.json" +hash = "d011ece755707059ed415bd7b02324903bb76a1138b8ac967bda49d0b1b7e64c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/shuppet/shuppet.geo.json" +hash = "59b28f2a0e22c07fdbf49acad29a6c4cfcf33e9beb768bf0ccbdd6bc41a3bd64" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/sinistcha/sinistcha.geo.json" +hash = "57f66d7b80f407f27f1f26f97d492005be8fa7ff104e0323e0498dd7c7f351bd" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/sinistea/sinistea.geo.json" +hash = "291ecab204fa6cc5474fd0669f49f68ae6b9baaa8b32f2ea4652e048d1c8533d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/skiddo/skiddo.geo.json" +hash = "e612cd7c2d3c3add9b964693da7da59ffb802aaf5d0e6435ea60405db570443c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/skiploom/skiploom.geo.json" +hash = "1404ffe72bdaab069da84e7b4c64659b6ab0d4fb213d103315e431f5a17eb21b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/skitty.geo.json" +hash = "0086acccd5dcb9b15b429f5460d111bbdee895ffd5d7349db2f8ee8c6e7ecf4b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/skorupi/skorupi.geo.json" +hash = "f373b41943f751f4609f9d5c7fefe0cad2a2b2bbc76df3c6b5e8854f220f24b6" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/skuntank.geo.json" +hash = "f091dd4a67b566b31a6541eaf62559c1291c5ce3340ac43a3ec1760acfc6d3fd" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/slitherwing/slitherwing.geo.json" +hash = "2e4250898814bbf8cd77c1883953aa33da2640d0a339201e33cc3ff0c0e2cfa5" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/slowbro_galarian.geo.json" +hash = "16a8519ab3ff4006fb09210f13d3f8d61fb3504bf677f8e60f2c7ce11d4474f1" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/slowking_galarian.geo.json" +hash = "c0b77bee22d9d1add5f45a4aa28c58791ff1dd44e344ecc27ceb0beeffae7b81" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/slowpoke_galarian.geo.json" +hash = "4af941b36cd983274172ee56c3fc17cb4b29c5a14589b3fd17148216cbec16db" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/snom/snom.geo.json" +hash = "e3543105d0e768b9d356229c0e773adecfe3fbb354a714f81530c8ec13b3074a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/snorunt/snorunt.geo.json" +hash = "2414400ea17406b251e34eb3178a782ef52080ca4a1d2dfcfe6ad5d69f7e4258" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/solosis/solosis.geo.json" +hash = "1a3b269a23b6d75ace36846fe20f7ea703b6405e008611e9f94da90e9d519287" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/stunky.geo.json" +hash = "16c9e5c2d6ccb58d265e349dd5fb2313574f404cac72da2945a5de7fda5a1c8d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/swablu/swablu.geo.json" +hash = "1881e416e00db8af4c3e4b66ed63fabf128d7b295611d9fd5516142dfaf0c6ea" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/swadloon/swadloon.geo.json" +hash = "8224674e94b64c25d37631f97c327f260f82d89a1f2167c24f3400fe9e657532" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/swanna/swanna.geo.json" +hash = "60bfcd9e1bcc90dbff310b45680be741939503706f14b1a8c04de5253c50e857" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/tadbulb/tadbulb.geo.json" +hash = "b22cbce8e739d3eceb3f4bd1a01574cd2935190b9e85666999d1cc5ff52b0b38" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/tauros_aqua.geo.json" +hash = "6a5f91e854398d86268d39668d48b0ba82b9f86c5d2e35dee81d4392deb5e061" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/tauros_blaze.geo.json" +hash = "bafd080e1f47fa81938d30f735026db728b01c26b06f79864223ef816d50409e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/tauros_combat.geo.json" +hash = "ad3ea942f9b621fe6500b5d07bcaa5326d687855272a9caa1ea0b7723317ad4a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/thundurus/thundurus.geo.json" +hash = "403901044f2963ac7b48325d2c594675acc964531e091543e7ee9953f01b1d50" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/toedscool.geo.json" +hash = "3d21b233bc753ca6755094f827d4baef500284c533b34825e0ef0daecf29b957" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/toedscruel.geo.json" +hash = "0e79f86143988980a7a5903945cdd17e10b7b5bc115ac0c067820169afa61e87" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/togedemaru/togedemaru.geo.json" +hash = "ac67bcf0b7a05e965f23889459d5eb1b34dad39e5809c437ee192b56444df092" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/tornadus/tornadus.geo.json" +hash = "54dce6c5cce1fa8973f353d0aa3b50387d27d052ce5e4a9b84f19af5bd8d737a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/toxapex/toxapex.geo.json" +hash = "1041195b7a8b89fb3231b751025c6ed81ea9808644f8e996d1de54f3a143624b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/toxel/toxel.geo.json" +hash = "016d0b53a2d8f602dec3f2058f917783c2949840470f0a712a42537ae376279c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/toxicroak/toxicroak.geo.json" +hash = "b6cb1075ac9b381f207c15e032f9c9619540e9048743f4f4883f7bcb2c291599" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/toxtricity/toxtricitya.geo.json" +hash = "b312cd90c4c14de48640eefba205c667f8fc3487e57573f6574cffd0e5a8ed6a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/toxtricity/toxtricityb.geo.json" +hash = "65151c50f6edd28e4b758c084797349c2551c44c788e45ec441d999d14da3a6a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/tynamo.geo.json" +hash = "dd5f3cae1a93121a6024bf4eb32ccec7bc6d1a1b5997ef6dcf2303c9b8d64439" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_a.geo.json" +hash = "209cc2d24fb8a42deef7a2f4a51439f7017ffaf050249359780dbf777b5ae691" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_b.geo.json" +hash = "21495d1c6dc494f40a3cae3d413f828a42b6e4d8621c078c455c5a8d79ed5fb6" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_c.geo.json" +hash = "2196e345d03d46840ba2ccec53ac66cc4e753c64d3fc36baed87e23f31f2ba80" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_d.geo.json" +hash = "22d8be4f56b7cf13471d180886ced5499347b2c676138df16de2dc9f36df269c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_e.geo.json" +hash = "6a1ec4a796283fc2b22a7e83e5775d6745e451fd002c2ed2c931ba6dac4ac1c3" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_exclamation.geo.json" +hash = "fedbeed9583ac32f5a83804b5e423ded9da993b6c2ae0d87150cec1b6aaab804" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_f.geo.json" +hash = "370d887f8a10ed53276e7810919ba08042f87721134296ca8b36475b2f3b05df" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_g.geo.json" +hash = "eaacdf2fe848bf832fd1cfd879ba5e50065b44a368f217f4632f38263af6236e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_h.geo.json" +hash = "0ab3a6947efdb490e649c6fd26779017dea8d77ca61305f1cce792dc33daf913" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_i.geo.json" +hash = "219a96209f248db9e02fba4a026f6c14a3506808dd71210d49f8a13a4680db2f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_j.geo.json" +hash = "7f3a58cec95ef600a98591f3c8107869b5634f814cf433731f547071131c4d79" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_k.geo.json" +hash = "3e86ddbbf541b8d2eb41d6aaac84495a09c461af81857971dcae900397e8dd04" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_l.geo.json" +hash = "3f3ad5f6289b8883f6b70232fe34af7881f9c0d29853417b6a5da8b75f614114" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_m.geo.json" +hash = "f1bb8b5b9487e5418f22285bbd3fdaf2062e645e1ab2ca6b16fa98ebb052e464" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_n.geo.json" +hash = "f67ced3668431562065ac045545981d1dd4befa2bfbd263d836f82130ff9fb4d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_o.geo.json" +hash = "958079a6492fc799b0c640bf47ee45f877648af862a62fe96f6a49dc81f31fe3" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_p.geo.json" +hash = "4608238d4c184208ef66f776a9b58d403d14152954443e1b257517c6a16f9ff0" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_q.geo.json" +hash = "6a2f0efbe7e30a68af3da876b838ab6ada89d20da6a24a2fa367f7d37ca28d52" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_question.geo.json" +hash = "ab7249981729e39aa8c3f820f54d7f4abeab357abbb94c59f8110b5e8976d665" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_r.geo.json" +hash = "56513f353000ea33f10cd5dc28f621dc2f5d3d427b5081425943ebd7f1e03ca1" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_s.geo.json" +hash = "2c7dd0771360748f1da6ea77ba4ae8d1be6ef66a66aa0b95834d78121375938f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_t.geo.json" +hash = "f3786052cc4d34f614c7a8358ca85a7ec6eb0f2c8bd1b1ad195537edf83ccf95" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_u.geo.json" +hash = "fbbc4c37e7fca06ec58e3c29dc3b5a2fe3a99db44b524e504a0b9634c593fa7c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_v.geo.json" +hash = "f41a657c62073242e931297bc3ddfc936a55eff994e3c8fe7465a338f927911a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_w.geo.json" +hash = "8ba4d763fd7ebada725bf6e3a0da212487699fde7584c51519787201929dcba6" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_x.geo.json" +hash = "3d02680d1a880f5b8488451d9c8200fca455cdd97e46d634886accf9b3acd869" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_y.geo.json" +hash = "7cad6554cb163a6f5237d899b6e588e434a9cf347b07ae6d0545d2822ddaf52b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_z.geo.json" +hash = "92462ccead8506a4382d66f723103fac69e1f3278c79e41accd1b54dd5908f59" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ursaluna_bloodmoon.geo.json" +hash = "f913820495e5f18e795311ffb993e6098128d8841b3857fe3624f9079e83845e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/urshifu/urshifu.geo.json" +hash = "081b9fec0f745ab2c81dc60a5095ad3fb062a1e17e301887ab4d77c5e12e7107" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/urshifurs/urshifurs.geo.json" +hash = "081b9fec0f745ab2c81dc60a5095ad3fb062a1e17e301887ab4d77c5e12e7107" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/veluza/veluza.geo.json" +hash = "c537fe142b1910627c15456006613897a178854e6f1266476f33b51698443ada" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/volcanion/volcanion.geo.json" +hash = "10802326aadb9936dc0ca8f1cd838618595f7534ce3d5cc73f2b172e081f2f2f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/vullaby.geo.json" +hash = "22aa5d45967dff7e2d0de3e92e3590448bf90c476aa4e79b5d56efe99758ea87" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/wattrel/wattrel.geo.json" +hash = "46ae4686e58749ab1544504fdc39da37d1fc6af0228251cf9a1aedcd79a2f710" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/wiglett.geo.json" +hash = "dd5c932f6033f078bbba26ea39314e65764b63e3a2363577af39bbeb7a7b8ae3" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/wugtrio.geo.json" +hash = "de49bde7a1a940c4fbdbe9703a072969eedce8c75cecf1e0d4cb6d12692fb29c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/xurkitree/xurkitree.geo.json" +hash = "5635e5bce2329987771250ca272992d1e6fc1df52574f0243715cb046892f6be" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/yamask/yamask_galarian.geo.json" +hash = "4107f9e64ec717f97826f3347b594aac3211424deac5163fd698308036b4a579" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/zapdos2.geo.json" +hash = "c3ba90d28bbcc105acecb7f2fcc28a376f667f1d85409539be990319299161e0" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/zapdos_galar.geo.json" +hash = "c07758945aa476f7b08f8e676f0dd13a023f135c3709fbb553ae0408152e4e47" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/zekrom/zekrom.geo.json" +hash = "3076796028ed680686e741a40a05c464f200d0de293d1e6534d620c170d44079" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/zeraora.geo.json" +hash = "b208d71c5df2553cbbce7b7cdc438b82cdc60a1846aada83c187fff9c6152f59" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/0896_glastrier/glastrier.json" +hash = "c61ffb75779de26cfb8e11bee420ea904f5a04086bf58f803b1fd8438d10221d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/0897_spectrier/spectrier.json" +hash = "cd7bfe5e91164f3659f44285bea6eb4ea124e476457b076207fd282777da04cc" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/0898_calyrex/calyrex.json" +hash = "47a2cee430742f39c9fcd523d81e3dc61d4d62a2ce787103d6a9efa6fb883664" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/absol.json" +hash = "4bfbd301494a54496b7e7adf9c7f01c881083cb33bdd6623b56897908eb8c85c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/altaria.json" +hash = "10725dc50a380581e2ee40cc193887a06a6c862ca7e7913a956380123161d260" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/amoonguss.json" +hash = "3719e15c106fcbbbfc0d65ed15f3ceb664bbc28d06cc457473c3d23ba6d6aa1e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/appletun.json" +hash = "0583413b2562c470f08e87c67f23329a517a67ca293188bca21e278861fd1e97" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/applin.json" +hash = "e87cb2d6faac6b87bf68fc36209aa2af33f5caf944466ba7237b3cefd5691e69" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/araquanid.json" +hash = "fae8a7889403bbc9c39b173b36a2cfddfe85d1c576c2865642fe4eaf109cf35f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/arcanine_hisuian.json" +hash = "7a014414e65d508147822eccb0f9ef69b16c807421639ef8a4ae441f7fb4e5f5" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/archaludon.json" +hash = "cfbde087f8d2ba2e92aebfedea1546bd903af719d2cd209281cb2bce4a1f004e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/arctibax.json" +hash = "f0bb1649a67a33dbbd0b4dbd56f200ba309f3350ebd2d6d88e7a9585492acce7" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/articuno2.json" +hash = "d9f5cd5bc6e36aaf60cd0b78de160bb9306523c236486c57f06a71a806ad669c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/articuno_galar.json" +hash = "40cadf6e959b69ac937863ecaf2c4efc6db6ec8410c2096c87ba5e1ed623d3d8" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/avalugg_hisuian.json" +hash = "9adf99e515d3cf4f07954f16e3fd9b33400c2b089f708a7c6ee4e026a26f1280" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/axew.json" +hash = "84452340e9d4f6f099a4b57a5c2d7539712a56cfaf858583a4b3637960188d70" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/azumarill.json" +hash = "0fe7525f770c18917fe97d0aa85a4f3f970d21092823e61f43d50f89cee08a6c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/azurill.json" +hash = "aa845d0705f613d8833a11f21784f368ae6cb9c54154d05631215aa282961376" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/banette.json" +hash = "2648f95a40f22af99906b48a0b93be9b15a51627e7a5b30f72ad465ee605ac92" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/barbaracle.json" +hash = "8e0d7d27bd8d7e8f6c6fc9b5b34b33f3687663f552b917d04b772afdd685b383" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/baxcalibur.json" +hash = "c79357eef511fc2a1f18bf8fa7a97c211ee45956b2620e50f2efd7d783596a31" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/bellibolt.json" +hash = "7e57f0f74b620817c4da318be404f8a4a05ca8539f39cc8ad6781954951c8549" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/binacle.json" +hash = "37621ac9cb7db0fcd7956dd3f4173d59e835fe4554e67fa4a601da8432739283" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/bisharp.json" +hash = "e4f0a1130be15a0215070283da61ca3c768c8599cc62c63cfedc7291dc12639f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/blacephalon.json" +hash = "0d3b216730715c8edaf2d1c7aa0d833ad3072cb70c91c24dfebbac64950700ed" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/blipbug.json" +hash = "0872a8a40cf0802f53d5fc979d11c95a7f6074041264707db4b0040aabd677e7" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/brutebonnet.json" +hash = "e9805c20487995ca09c3f03a526575c92442d5ce12c4e5fba930edb7752f716e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/capsakid.json" +hash = "d13b2dccd95079f0c90bcf8bd04b234979e84edf8ba0f832c50dc80fffdf8bfc" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/celebi.json" +hash = "bea4c4c76d013e53b02754c3eb513ff727258eec8dc364c3f50bfb36ffe4c010" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/chienpao.json" +hash = "714b66890d1b17c5467a73fa6104d3fae37e5ca946033bdc96d210cb23c0d503" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/chiyu.json" +hash = "ece0869cc6eb50eba7e3ac180d6b64b77c25a845bb977486e696aa50d9e5bb43" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/cinccino.json" +hash = "0ba01de68241d03c8be5c1638e85da168b7c581544a298c7fda58f083ae7bbcf" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/corsola.json" +hash = "76a30599d3cf16bb55f254ef2e3be21266a6fe12cad08fb9177221e601267dce" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/corsola_galarian.json" +hash = "6347b6ee93f616436c0f964de0ea3e5a13ea3e75ce49c2c98837864c89a44f09" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/cramorant.json" +hash = "7cbc6d89494bb0b69f7e7b1f8c3cc6dc7a34435fbea5cd1ac9dc516307d9b761" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/cresselia.json" +hash = "ea1f7b3e6688539dd763c2973348c5f74bd95cb162451fe6fc749247691c3a39" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/croagunk.json" +hash = "2da1a7f43e0f6dfefb846490dc4c5f66eaf3b94d444248164d7cb1287a2dfdc5" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/cursola.json" +hash = "7b54d415d1d1e682212c5f10c5ba9b8d5e143d8d65507d9eae677a13880c3909" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/cyclizar.json" +hash = "3b71ea6e4d68c49b7c71f2d06705d4a1b2e7881070d92d6909526240f208a713" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/darkrai.json" +hash = "ac5958fac9eaad2a5cc8c12d018f1a637ff83251d70b26ccd65c52cc430740bc" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/delcatty.json" +hash = "b0127a532f3bbfa8923634589edefaa87b664912ed4530a85a7e7303da74d7fb" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/delibird.json" +hash = "29001f0d5cbdcf26318adc43ca640d3c62119829259245019b628d6b41e5d189" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/deoxys.json" +hash = "d1bd84326dba8d6804c6a2d6f7172025a662ef21fb27bbaaac9ac5b23e3f4a30" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/deoxysattack.json" +hash = "787bb89c8906218f6b1277e517d51d5f58b30fa505f0ecbfdba8c6a72fa2163c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/deoxysdefense.json" +hash = "f31bdbff207124aa6e12f5b9ea1029a9ee6d7e8384990960cc42e169b74bb40f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/deoxysspeed.json" +hash = "2288ca267d0d25d3feef5353bfca160417a633df66fbf09d8e4cec0a98d8d762" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/dewpider.json" +hash = "bc7e3ff249692763b154eb1422b07d908832730f39e4227ba816c7ad455dd745" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/diancie.json" +hash = "d8b35ff25e9fcf8e56032db2e034b3c4b6c92d8cadf96d65d4a9601f6813a4f7" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/dipplin.json" +hash = "354026277b4dddd6580414eae946b7f1821d58974a5e2a592fc8f9de48bea90a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/dottler.json" +hash = "4966491c2190c90c96bb24699c277aa9f99b755d03664d6c459aa10aaa6ba273" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/drapion.json" +hash = "c349ed45d88cc902c06c37a34c23c100e5f25224e6d75b34e6ad59e165208bc8" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/drilbur.json" +hash = "808165d8152c496272c748fc5508f5b8ebc84f436f25e08644ea6c3657dc5d9e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/druddigon.json" +hash = "f0077738f740777d0a7cc9ead187e8b6ef7607747de577dd723544248ca3e721" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ducklett.json" +hash = "28f4d8e98d9d90562760de582ae2171e5b81d6f787f430e9beeee543f8e08e4b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/dudunsparce.json" +hash = "287d9abc1776fd3f34ebbadd9464ee3cbdc2e92eab21d4be39177aded3a7e63a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/dudunsparce_three_segment.json" +hash = "6f3a137a5e616e15b48905182cd2e767a5547308a7b14c4ecc5bb7157ebb928b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/dunsparce.json" +hash = "fbb8a9654fd6102155c80ecb89386abfb3226f3dac13754f051b86a90d80cdfd" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/duosion.json" +hash = "1ed1a7a90236f8bfe132b9b65a55ce6c66866b97f15d94b9ef44e01b2d6d70b1" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/duraludon.json" +hash = "7b05365c2b60202d4323abf6423c13ccba63303ac9079f9ac2218fd2e894c20e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/eelektrik.json" +hash = "5d915efb9c84f0b4a1f60e815b1e7d6335300b000d26a5697ced9ede90efe4e2" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/eelektross.json" +hash = "8d492d0420e945c62031a5c069bf655951cb095c44a57bf84b457068b2a6bc4e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/espurr.json" +hash = "a352875e8c05241bf9fbf51ff5a7fae2bfb290829e4511173f8e9272b09617bd" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/eternatus.json" +hash = "16820bb96c5203ecda745d0a0dd68a000d9ce97bec244813898867050dc1f00d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/excadrill.json" +hash = "8693f1acd7fee2be24cbfb3a06c9fb5d9d342e36c037cc66b1d222ebc0463d5d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/feebas.json" +hash = "4ed87d4abfabcdf31a4a2dd7496a8487ec85c77238949ad0e932fc8074b20c08" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/finizen.json" +hash = "ab5a6f8c4874be146539aa01f2254ea0d1dd8d32f07d488f5a708f256057e171" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/flapple.json" +hash = "77aac389995aab1803f3d1c9a33b22150e4e40b44b8757db0dc1aeb56d00754c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/fluttermane.json" +hash = "415abd55b7ae4cbb2b438b9b05a46b7078fab541d448e5d7506300e76239ba6a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/fomantis2.json" +hash = "0000e99df17e2274e298f98eb296f98c2b3a1b46fd83d5d9fabb1dacd335990f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/foongus.json" +hash = "d306db49d927ae0883a38ae9164d086f917c0eff99f149d1d268150d86e24224" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/fraxure.json" +hash = "9c0736a391690c8ee9695728e45d7eb1d6b993f66db08470141a72980aac68c4" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/frigibax.json" +hash = "a576898da4d3c610a0807a827a7c7a29486704454a91baa705c80c7d20b17ecb" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/froslass.json" +hash = "f1ea302faf27750214087b0948cda7f56763b7574c9c5d9b5712243307591953" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/frosmoth.json" +hash = "81b232c5b506eb2d5c03604a849d219bfa35ad0511d709c3d8547300998ccea0" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/gastrodon.json" +hash = "dcf693e1ef2c07dd2b13b52049996ad0a0555f6f1232ff9e0d3da6fb4e128cd0" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/genesect.json" +hash = "998e5e95daf2e3e00454cccb3ae79bbb3871ddc13ef50e70fd14b82aa2fa5792" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/glalie.json" +hash = "ab76862539ac8d172fb8e2544fba7d0aec92af8f8299537eb2150851cc3141c1" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/glameow.json" +hash = "2a48ee73369c3f27b3f4f522026e95faa14c3802c97b43175a3afa55041c449c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/gogoat.json" +hash = "c90a21a92b41e44a80d7625b81be5dc6036676d8926c122257e2df11c91a3070" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/golem_alolan.json" +hash = "edb1b1d7e8a399c340af4c1b8c615c93e8cf20bed4f56a6727afa0a141dfe5ce" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/gothita.json" +hash = "0b338d17167082ea6c715625587334b0f59af009be92b3057a606e355a9f36fb" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/gothitelle.json" +hash = "a80092748e6b5064836d57127ffbdca2fc3cac78d8d2712309204df1698bd34c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/gothorita.json" +hash = "b051414b903e06990be6574a30fa1827714ea5ec910ac778454b476a6b161dfb" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/greattusk.json" +hash = "b556e1a88922e290fb82022862b8a3b75aae50e0c4074d94593809c52b85689e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/greavard.json" +hash = "3fe3e62f216de21780932c100f93ce3f0d5f7d431e7f2f236f7218ee43619700" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/grimer_alolan.json" +hash = "8d3273b64d4a57cc973a3c04cf16c6126f78436ce00fb4fdfb197aed9e495a65" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/groudon.json" +hash = "397068ebde0ab820379c811ac36d6329e29b7dbdcf991df904d147a99dbd922b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/groudonprimal.json" +hash = "1c504097c762e027b0829251fe3d510cc3387de6bb5979859f3dbdb6b50eadc4" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/growlithe_hisuian.json" +hash = "34cf95f2d1b50ecf71315c974dea17ae8af56be9d22bd6929968f0717a9b8cdd" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/guzzlord.json" +hash = "450ec762cac1fa8e20913966d6e5fa9ab2df3997f9cf05f7858270b4bb36d66b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/hawlucha.json" +hash = "abe86d0b260804c7628366cf035d350f4ed5dbd0d937bb8c5567b4d35aab2b5c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/haxorus.json" +hash = "688d29c89c1daa340423f316e40e266385d397d4430e7a29ee36cbe2e4880332" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/hoopa.json" +hash = "ed55bf8669e8723b784fb6f7b7797ec9f1830fef4dd8ad087b88e8cc70090bab" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/hoopa_unbound.json" +hash = "9c00b5b88c1e1b788488dd1bc4d075313895b218a29dc6d421e07e2e34500caa" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/hoppip.json" +hash = "baa1823bf10168ab083b2afff962849b1831f012bd645b5070bbb42a341fa7a9" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/houndoom.json" +hash = "6f3ebefc4436e886bb2e0ee533d1fa64f3fbe4d1b56d3bf25eaa3c1faf2ffde7" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/houndour.json" +hash = "1021ac005278c9f4fbb5501fae8eebef8369d3c2c243250b42e270f5f1fb6e0f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/houndstone.json" +hash = "354fc5421b4955c537dcc9a25b6fa5ba5e61ad0de4c62b162be8eff1e88cbccc" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/hydrapple.json" +hash = "06aabd2aa499d7dd606aa6e9b67785793deda259f2f66efef8314ec9de8eb55c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/indeedee_f.json" +hash = "68d8018b76b255c57f9421928ef2e383550629d442ece4a5aacecb4f54522f8b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/indeedee_m.json" +hash = "b88f427bc4f75d508a044e0a9b0dac5d8b739ed352c50c9a2093b143bfae1f63" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ironbundle.json" +hash = "edf546b735959bb8cfc8101a13ad10072022f54f61dbc2b218e9564319266a61" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ironmoth.json" +hash = "fdba19ec90b9ab8f329fa50c01741673a0491c85bde70de8ba5b1fa1f6b2dc1c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ironthorns.json" +hash = "4c56316dde75e3a07c5bd1e62a71eb616654460fd8167abc329905d17f74945d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ironvaliant.json" +hash = "e66f9c7a3c0978390e5a799a4e7dd78d96b135345860b75842f8e08cd3efe0f7" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/jumpluff.json" +hash = "15d59deccccbddd921a72a87a1ba2f5638a7c6b785b48fe92001b040759e6e1f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kartana.json" +hash = "c6b73f6836dc1f5279d6576f1d6e12eca8b2cff95ad7f3debc2c31db1abcff19" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kilowattrel.json" +hash = "b8305a6ae81474fda979dd8b51a708a2f803b135b4406d889fca2a450ebc5641" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kingambit.json" +hash = "475f3fbd1f8f8597c69beef4ea65d4c17122c35fe20966d714444bb721409313" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kubfu.json" +hash = "f15ac2a695b7843b8bb7257df5441062f0619175400f80a30b7ac728909c6af0" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kyogre.json" +hash = "ef268d7a51b64f3c485101c37398c612ef206fbcefb2ae24de3ac03355d2dad3" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kyogreprimal.json" +hash = "0306b38bde39d6ad47e3c37a6b3946deeeae74e72c20a6d5d8f8c63ef6093cfe" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kyurem.json" +hash = "3abf4550e06d5a04e365af7959e066111447140442d70ced49da9aa84b7e7319" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kyuremblack.json" +hash = "782c833e0cf5743ddf108aa401828812ffdb58d3002d4c220de9c202dda58870" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kyuremwhite.json" +hash = "079c42e6b854a2ff8bf384b3e7ff9a851b69c506351d6c51d27546e858719e24" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/landorus.json" +hash = "619166631b2198234275f9f21050a0f336128c74108582ee280bdc98693deb70" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/latias.json" +hash = "386125828055d8f77762503be15e9c6269d6cccb124bbe3a9f230332c7ab140b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/latios.json" +hash = "cd953fa2e29fa773490f37b3b6f5f6c0dcb0b6f9acf921cc2bf0f23542a66d0c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/leavanny.json" +hash = "8851d13d975450df7174849d5590c476b4008dc9495e3fd90a5cce6759c2d18c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ledian.json" +hash = "a8b4e5fd82f8ccdec73b914adbc7d26e18de6b0d26ab13b0e60506e64134f541" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ledyba.json" +hash = "433a1e376b140dd4557e6519a2c7c626901e9c29f986acee7f3ba92261106689" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/liepard.json" +hash = "e74e82105f23e74ace6d1bc8101128813e4970f3ba8d52422a53486f93a102ba" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/litleo.json" +hash = "bd418f83e2a5334aefcb8c8218f72bdaf41e2d8062da6ca2839d81ef3d30c6b1" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/lokix.json" +hash = "a31d5f0f55d4fc6fb782aecde20b83e4658b074f8a700093df0d19f5bd91456d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/lurantis2.json" +hash = "7c6b608bf67b1bc07f31091d69f5a097b9991a273bfef220567e8ccf6536912d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/lycanroc.json" +hash = "7a7772de5dfd99209d300a5025c6b63929225159b0260b99812fe0eb62869284" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/lycanroc_dusk.json" +hash = "5a08a77145690d3493cb9401752ed9462a1120edecf51ef31c80e7ecb5b0b766" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/lycanroc_midnight.json" +hash = "4049a377ad953dfd2026105ee0936c60dd81db4a280c0b82a7edd0d4e48c37ca" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/manaphy.json" +hash = "fedc4faad2eed0615dafbb5e7d11034ce96e64933955da7ac6f21fb8f9403c2d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/mandibuzz.json" +hash = "fa48338c1d1992370bf505a892a128cd89d768d47d54dbc874a7b50bc2e48678" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/mareanie.json" +hash = "d209caa330f99670d8c72c4b34ba58be1b031354e47e79ede72cf3099a382d73" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/marill.json" +hash = "fe932dac6e5858fa9b3e5b3b92f43d874e0db128c4c02988fd836ad97cb158d8" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/marowak_alolan.json" +hash = "4efddc0e894415e4019807b91046b47a9774724e8ec2020168f15bc88423c8c5" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/marshadow.json" +hash = "e55f0b4d07cbbb79e15bd379b8ca5703270c054124ce4792153b72fcc4c2b3eb" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/medicham.json" +hash = "4624781d593c35a6a74868808c50f5b97449adf16b4f218e081285a6fbf83e26" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/meditite.json" +hash = "b8439b19737ec7441fe0d6ac07ca4347c5770f1239dafaad0629a76b0f41e00d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/megarayquaza.json" +hash = "fe394bd3ba5b01cd45fd31c77bac662d45476b65fdd193863ae16d4284c92473" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/melmetal.json" +hash = "d094d1431f64cab9136cfcda6a1b9ca81976dc0faff7a8d10a62fcb26335b177" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/meltan.json" +hash = "3e82db7ed51f6c9859d806c519117b0cf2fe81a7d1c100b29cd8aa4e5220dfa3" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/meowstic_f.json" +hash = "98bf00ee76a0dce5e826bede0bebfbd63c0a6d6c908cd31242bbb2b8d4895433" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/meowstic_m.json" +hash = "8d023d194de6616e2e214d033e7e032069137161d4c30a933a331a78558c890c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/mewtwo2.json" +hash = "d225bf21d2faa91e2a8075f157e82cc3b5d287b2bec33e6a67abd3fd82b4b6a4" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/milotic.json" +hash = "0c5cb9f8aaa2bf8450b1ee5388799b1271916370028dcf4882a52c9752bc0dd8" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/minccino.json" +hash = "1f9185260de9422e1ce1689198232f674c7579a5ca03b5205ebcb3fef216c421" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/minior.json" +hash = "16855be45f2fc27ed1cb5bce92a549818006c1a1ceca155cb78aaf451bc9fd5b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/moltres2.json" +hash = "2672b27d8789a93847e1a2af5b1e3ce1306f371216d4f00cfec978725e07c30b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/moltres_galar.json" +hash = "914aab1e5bfe569c8eef033009e2fceee0e2628ff86a31914f0af900cd81a30a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/morpeko.json" +hash = "876cc873d073a89063970a55ebda04359cdfa2a56e27edae7eddc0d5f1e26293" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/mrrime.json" +hash = "e41b53185496e501ebddbae05ea78d5ba11052b4e644a498cb390dcdd5ce98ca" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/muk_alolan.json" +hash = "5240743bfef9194ff73f781cb03b8a33283b9bd9a92b44cef1ce45bf28005c0f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/munna.json" +hash = "8da6ba9ba55745974e1ce2c848d1261bc4dc85c24fbbc77c609061f101086c5e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/musharna.json" +hash = "6bdb608ec4734b061335b41c0a500dbf3a8948486d516731dca154f8368edf66" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/naganadel.json" +hash = "3273cd9030f20a155bb4316ec9d32479001dd0492c8ca596a8697071e0bf6a9f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/necrozma.json" +hash = "89824892e934ea82ecf8fb30495c0a102a1d3112781b852f4dd775953d353439" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/nihilego.json" +hash = "10f795c685096b41494534990fa8b0da9c77959d9ad8ee2e8f3c03a59e9654a8" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/noibat.json" +hash = "63354835b7cb7b7c62809279f8421a1ca6349a106ed457f1ef3f1e497513f61f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/noivern.json" +hash = "f188670e1f56a2c3e0629a0db85b4576258f64b95caad833d2a507faa9ae3487" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/nymble.json" +hash = "70ae752d0a6477c677894ce3d959dc8b110db851235c988f325c5269858fb916" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ogerpon/ogerpon.json" +hash = "a61bea1ab101a6f35e63b98d5a92caa6c28d5fc4c1003bf71a27ac712553bb9e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ogerpon/ogerpon_fire.json" +hash = "1f75b04d304c87014af40c9a74b561f53671f63dbbffcfae4656aea58d563571" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ogerpon/ogerpon_rock.json" +hash = "22499c4e3467027eeab25f5435fdef9f5ceeff7a8a2ef3984b9cbf13e1bf3969" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ogerpon/ogerpon_teal.json" +hash = "1c059dbf251d5aba4db2cedd9e07eb6c32a535e5c44defcb8ebfeee3c9a2bc72" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ogerpon/ogerpon_water.json" +hash = "300c05aa7dc4549890e7f847d67b5c542708bdd949a29fa3e930f022c685f270" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/orbeetle.json" +hash = "9f99c8c68bbb4d1807d7eb2318a80b7838dd8a787691e2f86e13120ce761e25c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/orthworm.json" +hash = "059ff8d6f18e722b2e0addd540f02640611d84256549e55278afce52e1412e07" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/palafin.json" +hash = "2ecb7ae895ed631af611faae8fd643cf65da50b7fd4d25c12b7ddf0789d28b26" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/palossand.json" +hash = "c5594aa870d9bcde0690560296cb59bf1cbff584bd4eb6370969041e6efdc55e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/pawmi.json" +hash = "73696b60b79fc88dc01f7db130a4a27b4a3776157e2db628e68e3ab90781c809" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/pawmo.json" +hash = "b57c908ef72a87a28b2f8a4c13173f6d107aa8e4920627720a640a61b61cccbb" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/pawmot.json" +hash = "418b77baa9b4aaf0baed17446429136bfb1f2b2f869268d0ba29782c301b65f5" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/pawniard.json" +hash = "9b0e995aa0bbbd3c4e55cf51d76958d806396b6df53f6e3effc42df64a086166" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/pecharunt.json" +hash = "80385cabe7736aadb1d64c6e74057abb92a05447fb8c5f5ce4c500432bf5337a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/phione.json" +hash = "05b0bac236dd8299b9697e069957e23dbdb67d9e4e7d769678ef812ce04d2106" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/poipole.json" +hash = "8f3c04bc400f7479bd8d0d524968ad2da0d1ea758dfe5cd433a097a2b058972b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/poltchageist.json" +hash = "9117093bd5e3d35d7c5f09e9a2987fd81e22a757d180a5528f7bbe1aab3dea65" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/polteageist.json" +hash = "cd33a3b5e449d1186088dbaccf54f6ad59149aa56f119a8837e19f1ef679118d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/purrloin.json" +hash = "794460805632a6a5dfbb083783b6d076a86a50a5e477a05500cb216da729bad3" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/purugly.json" +hash = "861f02a04cb4c6335270f5fecc55d42fa6f9da9791532895137ae821a6d10ca5" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/pyroar_f.json" +hash = "9a73b8b3d661d8724a430147d57137dd720c93f61288b99e591acb94b63d6d6e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/pyroar_m.json" +hash = "3adff9bc524abafb37929496db5a6c1e3d22be6667282d3bd16e8cff86ca7725" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ragingbolt.json" +hash = "d53f8eb0fba37981f0bce9faed03970091584af525d9d3cce8df39a58be775a6" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/rayquaza/rayquaza2.json" +hash = "d3a3edbb8ea8adecb600b9b0855df33707f97f1bdab42ca90eab570af108f925" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/reshiram.json" +hash = "df201eba2660a686f50fd29a2092ef10cf64ee259cb10bc413da03025c4024f6" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/reuniclus.json" +hash = "e0bbe74b15222915ae07ab174e417ed3eb2f4cb4ab615fba752239d41402327a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/roaringmoon.json" +hash = "9daf5fdc9e56a84b8d0bff50c29efad3a11074522a532768032e6d7bc9f0cba5" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/rockruff.json" +hash = "4c04fbd2cc98050063261b7161b7fd250bab6e660a7d776a94ca71d08de700de" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/runerigus.json" +hash = "c5e537f1f1cd960550bec22f652d79f2e29f79738df0248f85890dbcfd18f0a9" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/sandygast.json" +hash = "efa0d67c237fff37f8d02ab160d8373727a9b0e1b9836eb17426877a641c3ece" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/scovillain.json" +hash = "8e471cdf28c5d9aaa6531b957bab2ed2bb21c4bbc2bd9d20265d9ccfc2397549" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/screamtail.json" +hash = "28e169f2daaf187ae63f5330a9846f401b1045d4bbfd4e6aaa5f8ca27f7ea4e3" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/sewaddle.json" +hash = "758430d3327b9ecc9ea7591bc69094bb40c20cac90cb3e42fb98ee6446d6f8d5" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/shaymin.json" +hash = "f08dd83de9ece7c6a470329e0cd3795689bd49e0510b20b964df04b346dd418e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/shaymin_sky.json" +hash = "52fc7ebf1539c312023330380a02891d79cd016a637df26830cee74e027f60ac" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/shellos.json" +hash = "30f0a98c9bc2532c9c87e3c679949446512b71268b893de09561617e6f8f49e7" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/shuppet.json" +hash = "a87e9b4c2cd32e966e10ed5232399c6cf2460e67f2444b167cca07935bf1c9e7" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/sinistcha.json" +hash = "05a0877e685a95a4636c6b920f7bef1b6bdc067d7dd07046f1c6423b14d3b794" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/sinistea.json" +hash = "317cda16c96b6f8df0804850d895097267ef6019f5ca3348df1f518e6b88fad9" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/skiddo.json" +hash = "50e3a8619153b07f75d8d7e781606331a15f2f3ab6cca32ac1fdebbdc0c7142c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/skiploom.json" +hash = "0be8f73cf23032bad3c7c51e7be7f09ea865a34be74f0ceb508f2c274442c437" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/skitty.json" +hash = "836c688abe50f388009f13c1a3d7747daa9675491237326fc273c18443175f41" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/skorupi.json" +hash = "7d7e7c8ccc9770b8d029487402a1419e50f9dbe1c6b7dee14909bc8179f4c84d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/skuntank.json" +hash = "93cdf0f386a8434871cb05e8c91b22148cd24d2ff8e18900d4cd80e32624edbe" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/slitherwing.json" +hash = "b54978be47bf56027bc37ac332f810e1f8d1bc3750ecf48f8f344a757dff3c53" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/snom.json" +hash = "68d3370df552b6010de112e44ff6576bcdd5d82665c6b30a0d63657e449ec06a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/snorunt.json" +hash = "ed05fe1caf5b2d903ee65731f5f12ecb32547a7c97e4d00d7e9ce995df008c5f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/solosis.json" +hash = "231136b9bb659dc776ad0b42553e142b20e0bd75730d7df76b09b3ff28693102" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/stunky.json" +hash = "cbed63c8ad7e9bc1ef47f710682c9a4c7301da81d735e3021ad728c74e21e8f0" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/swablu.json" +hash = "b23b332fe33690de34abf0c4f1dc50e0fbe27c6439ade1c88bf0768c507e75b4" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/swadloon.json" +hash = "b98a0abeff9079cc2e4384bfd780ec063d9a9c46dec3c29e5c67117d407d8ade" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/swanna.json" +hash = "78e2de53aad6aa9c265989be9a61a25ceb96a627a56e7206df52dde2e43ba156" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/tadbulb.json" +hash = "1231a23c744667ea78f13d2f5f5cea9336338bb478fc3ebdfe2cb8a35d8bb317" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/tauros_aqua.json" +hash = "326578eb1c30a9dd11e7998fda40cef868133c5f3d83c1ca4e5d040c5a6f0722" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/tauros_blaze.json" +hash = "326578eb1c30a9dd11e7998fda40cef868133c5f3d83c1ca4e5d040c5a6f0722" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/tauros_combat.json" +hash = "326578eb1c30a9dd11e7998fda40cef868133c5f3d83c1ca4e5d040c5a6f0722" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/thundurus.json" +hash = "ed4b4e0ab9e47cd993510805f5d625753f8735bd610662a326bc78da6d7b6fb6" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/toedscool.json" +hash = "fc87eafd485ba68be544c97d51530390f1931073f88c740d4b8e254cc17d71c0" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/toedscruel.json" +hash = "4bb5454da6431e02d839b1970b2757d072bc1f1c248e4731e87763482a31c916" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/togedemaru.json" +hash = "6f71bf4c6e0aeedce54569db3b64dd50a786343aa7395e238b635a39b8640302" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/tornadus.json" +hash = "b36e5c9cfa38ad73c069d4c763043d0c0b1cf8a7bc974ce3c8eee260739c9e1e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/toxapex.json" +hash = "34d314e7690465dab44b160b4642a772571614059606694d74f5453aeca701df" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/toxel.json" +hash = "d13c02d2165962a0b2a66c32fe31c355bffc97e89a08b7f6656f026b8b08d083" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/toxicroak.json" +hash = "1e99209dce5bb1cc4175f4bee9d8e4fe15a4298ed48f6f611efd3b4f0704e507" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/toxtricitya.json" +hash = "85e35fab00f613a93b48ba2c77192cb170579c97fac47c8c862c1d5e7b5eb35c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/toxtricityb.json" +hash = "1cca7a3fa776450aeb87537fa41d8ee47e0ce7bed94bfeb1c349ab94652f09eb" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/tynamo.json" +hash = "b81135097c83b8107138167ee2850aa64a7913a48d2b3121b61fe228ad89342a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/unown.json" +hash = "30dc7d0f29c18c9727fbc20fb4e7f2a7129c300a09c157075c44d8c178cbabcc" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ursaluna_bloodmoon.json" +hash = "414c1406bb813b1ead05d4ba2b4b6b79b7c77b964649357b6536cf4496eb924b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/urshifu.json" +hash = "3fe9b7e77685ed1bd5ae05a48e26645d6ac5d2b591af39a0765697c0d45e035f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/urshifurs.json" +hash = "f6a766a37c4609da3ac1879beef4c6878a0b964f6b475f057206641939181bc6" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/veluza.json" +hash = "955ffcc54aa3abe47ce56dd11438181b6d77192f4e7fcf20dee61ee969a58e98" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/volcanion.json" +hash = "071b3b2773e2f055d585796ec6400fd5b34a34e9c68dc99c9a81d46351aabbe0" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/vullaby.json" +hash = "04f11b8ec3444c08941d55ebebd65fbff8c839fe44f5d7fc2b61a71b2d168037" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/wattrel.json" +hash = "5a516ffd7993cd5ec5fb1e450ea4c967d5913f90c545e3f763e529d6ac90d3c1" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/wiglett.json" +hash = "4b563ee31e48aca7dbfa726a9bbbbcee904455bfece0a8950a8475dda55c8617" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/wugtrio.json" +hash = "4137022930f4c8da3c83bac46ac4dfcc817a82a41883c129f730c4af8c575980" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/xurkitree.json" +hash = "c0a58dcf52bb3c75ef78bde42649a9fb3888c4aa154a6bb45f7c74e27c8feb84" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/yamask_galarian.json" +hash = "6661a1acf1e6cb136f8616326315a4baf090e44d80b452d2cc839f2066e2f4ca" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/zapdos2.json" +hash = "b2681d2dcab69289560c4117d43d2698195941e876e477870b08a519cb3749dc" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/zapdos_galar.json" +hash = "b7f59ca290054aa970ccd4e323028d91907e1329ced7e5e86c91285b8d38e5ae" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/zekrom.json" +hash = "ac270bf45bcc07f458f1d3d717cfac78989f4e99788241fda3aa77d657a67a5a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/zeraora.json" +hash = "ab5dd0c1d3c323d6c0141bff18e74e5d0d8ce38491947a7a16635a58bf4bd075" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0228_houndour/0_houndour_base.json" +hash = "bc978e653a44c73786fe61565adacb7b543efd46cd2cb8b76ede7cc4ab6c5c95" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0229_houndoom/0_houndoom_base.json" +hash = "2d3a7184f88715691cc04c8b08c017b9cdae2680c86744dab2720c9e27696861" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0359_absol/0_absol_base.json" +hash = "2a91c172afabaf5603924439afbe47ec9df99c23274ca51a29aedf5265989f6a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0361_snorunt/0_snorunt_base.json" +hash = "f1a816f89b2eeb2f1cdb1f5bbecbb1fcdb34033bc5f59909c5a9f61f8d616148" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0362_glalie/0_glalie_base.json" +hash = "78d73c4c0c2b0ad6f2550c82c20402413ccdceaa6c1ccbbbf26d2be58fd32cb1" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0478_froslass/0_froslass_base.json" +hash = "8dbd84da1df557697fc416750de183d41395308e4bf16f5bebce3f65de80eeac" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0580_ducklett/0_ducklett_base.json" +hash = "5011df6ba522a91b0e28c5520f5a6707212a64f1f1817714fe597caf686f3b18" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0581_swanna/0_swanna_base.json" +hash = "daeba153e24e7b5169092b84ad93f22fa02d8bfdcf9bcf4087311c925263d881" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0721_volcanion/0_volcanion_base.json" +hash = "10239fac23f95bc6f76fff88bf4ab16698815bee71218d312fa09a386d1df506" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0747_mareanie/0_mareanie_base.json" +hash = "9313248d9f83310eaf9d109d58f9dae916ca46f21409e9415542cb1a85dbd367" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0748_toxapex/0_toxapex_base.json" +hash = "531d707b7a8c78c77e199f5dd7c7cd313a83ca26cb639c3b22560a703eb9efba" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0824_blipbug/0_blipbug_base.json" +hash = "57cf2a3baffa3a87dcce706081d07fcd90508b87c3a8b47a0e756d1bb692bd35" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0825_dottler/0_dottler_base.json" +hash = "9cce802a8cf7290d8606e9128db31d334c6661772e19c75a48d7d322e033b2a5" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0826_orbeetle/0_orbeetle_base.json" +hash = "0aef023855648cf5a7a71d12e80f9c69c7ea3a59020f967b32422c5d96cbc3a0" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0848_toxel/1_toxel_base.json" +hash = "62a1ad479f920b4015db587c66f33a348a75c6bc5b3649e8266cb20ee7497552" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0849_toxtricity/1_toxtricity_base.json" +hash = "f4ded941167fb61a4bc5fc107f3dd7909f2a42261d0aea4ce3910a7e77d115a8" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0849_toxtricity/2_toxtricity_base.json" +hash = "449ece6a9eef45f546b1636739e597cf568fda0fed7160d5e9680f983e06f172" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0896_glastrier/0_glastrier_base.json" +hash = "3506ec4a956f45ea6e6867165273b600b453a4efeeed26b3f89ea641db184cab" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0897_spectrier/0_spectrier_base.json" +hash = "04fc3748963cdc895dbfc09cf3b6446746e771bb5b14917cd1e7543137fc20d0" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0898_calyrex/0_calyrex_base.json" +hash = "fba83e590e53189801735f482c994608473881f6658f7fb92bb5d0aacb5aa409" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0971_greavard/0_greavard_base.json" +hash = "4ea0b6f51d4ebe03f467b4aae9ece38a38a7b9a07ca21008c30f8f901a52575c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0972_houndstone/0_houndstone_base.json" +hash = "6a2c493c13834fc1a83f40eb357a274610f0453a81ef04c7708ddb95deadda29" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0994_ironmoth/0_ironmoth_base.json" +hash = "cacb092117e1a7f3e4227244a0fc6b3a9056450083aee7d43e0e80c227f83d51" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_altaria_base.json" +hash = "4c1d45dd33ef630fe4dbee56bcc8e554d6fb586f6824a01b80e4347af0bf03f7" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_amoonguss_base.json" +hash = "dbbe163a0b4900db5059118ca636951f16af6dc48a474ba264cf344b1dc28407" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_appletun_base.json" +hash = "7415bbc9586bf4cbba5dfac9deae4e923f57cef5c8e29844df15ee6e8851d3be" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_applin_base.json" +hash = "e513fc8d51b87d96eb44ba3ce8fa6f8134b49dab888cb7354d0721875dacdd76" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_araquanid_base.json" +hash = "c508f6d9cf4c1bd9c38b96b766f1e2a4d373f575c7717164c9864944a887a397" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_archaludon_base.json" +hash = "3732a5063ed7e100d5e91a61e713078c022a9b2a2e1bc6732cce12aa8212d6ec" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_arctibax_base.json" +hash = "a0cd0d5a592a0f5629d3b2217896ecf10fd16c59e4bafe3ebddf4be65e60fe4a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_articuno_base.json" +hash = "ac42f8d01984993bdc2276e914e6d45c108555deeb949e950a547249373f361a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_axew_base.json" +hash = "d3d9528303d91031b17d73373f96f1a951eb71aaf6379a720ba0c8e27245bdc2" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_azumarill_base.json" +hash = "9539e4cc7785ec625e25a5cac7d99612dae5a39e6035901b10824dee1c1c96c0" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_azurill_base.json" +hash = "6c650d3838b859e93a09bac7ce8ac49a1fca0a97403753a204806c864eb2deef" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_banette_base.json" +hash = "a7be5b0471cb21eebd3d4b43d3cfcbaa92c3f6db379a5c489ba892bfb25c08bd" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_baxcalibur_base.json" +hash = "186286abaf95b10088305c138517bb08a12890586c47aeb74ea60e836b7ce6fa" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_bellibolt_base.json" +hash = "ffef3581f9aab4eea146d2bd0811c73ad02b5aea69bca75a5eec31213131f2af" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_bisharp_base.json" +hash = "07013999f7b9c081c831d5eb3b74922bcd7106e1c660713c8d08d617f3a1efa2" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_blacephalon_base.json" +hash = "1a8c3e0c3bb2cb5fcc551f0be1499918b7f5620c019bacb16863b96d608e3e76" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_brutebonnet_base.json" +hash = "ea540d579ae0ce453f524b658587e72a27b321f997879e31afb8369c6dd0e81b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_capsakid_base.json" +hash = "66b0effab68effea3b46efa559476ce79707a702007ee3ddf2583ad844c7c6b5" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_celebi_base.json" +hash = "60ca7a257cfe105f188431dd53439db2ff34de1384ab49c40861fe6baec293b6" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_chienpao_base.json" +hash = "ea981d3a14c436cbbed6638ea93a376ac68c8f5bc0abc37f9be99ff978e8c373" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_chiyu_base.json" +hash = "4741ebec180c91350ab3ee1f862a0504f1896646a5f954813d9089d5c97df2fb" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_cinccino_base.json" +hash = "3a257532e29ddc3648abb8417c9433251b8c22995a9a9b716dede6910b4600ea" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_corsola_base.json" +hash = "145f51679a67105eb3b7a1edfa07e53edd7cb731948de8487dd06b509722292b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_cramorant_base.json" +hash = "919c4893cb700326298cf094527e9675c7398f2cab7f644d6e26ad6ef1138029" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_cresselia_base.json" +hash = "07f3a1a46ff1d9abbb5eb46c69da6a8a029faa611dc8e3cdfc4b2fdb0ae36ac8" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_croagunk_base.json" +hash = "73e605f5600f4b3469a7bf9ca0efb18c151c6704a1d596b7004461fc78c8c041" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_cursola_base.json" +hash = "5c5473f9d699549c4c0fa7efb4c95e5185150d1fece1b3123543342fca978c31" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_cyclizar_base.json" +hash = "d5ee08678741f610a3814044d553184525e80ba9069928aba0c6f49f7fedf928" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_darkrai_base.json" +hash = "b6fff5b191e310e3ea76691e8ec434186bd3b2f2b08e35648dc885d087ca1faf" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_delcatty_base.json" +hash = "cba5df1e66837600f9a944b085c9966b1377f36fa30c42d5c7dc7aef87e87a2a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_delibird_base.json" +hash = "3e1baca029e6d8a1d487c4e093456f8f62069de41e8dc55b6b649db9c41f243e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_dewpider_base.json" +hash = "2d4484e407a9fcc8f6db9b0886e3cf296b23f3e000c8bf81b7dfa29a5de7f39d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_diancie_base.json" +hash = "1a1768b523a7c5d7fd2e4ca7216d1429c0fa4f2d4f4cb9bceb0e2c4b17a370e4" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_dipplin_base.json" +hash = "27347d60bfb6416421e2faedbb8ea5618be2b04d3982a412f7dd93a18555108e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_drilbur_base.json" +hash = "04c2d4cf369888361c4f3d8d6d80cad2ca4787437235a1f7adc166d22bded97d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_duosion_base.json" +hash = "8e10ff05b95134ed1c62b6bd3a8b1682f136e3625c8633c42fe52354cf297409" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_duraludon_base.json" +hash = "152a5dd8c5a0d0e55c66b818675a81f1d4940ff128845144857dee00ec91faca" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_eelektrik_base.json" +hash = "df2ea06bc0f38e6155c7db32cc3df4331d8a0896d258255223b1500e8e3a884d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_eelektross_base.json" +hash = "01e4fa82e3e737b2dadbf5fe21987971d955472a67082034c206381232860a61" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_espurr.json" +hash = "527c955ff7566943bff79f78e8208202c6612f412164962679edb3655cdde84f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_eternatus_base.json" +hash = "a841615e4be00e1cafecc5845ddda698014e1bcf96f2f55acb7bee69e2f8de08" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_excadrill_base.json" +hash = "b7a25f6ff564b04654957d35088976d4c72ec1c9b62324354e3f90f196d80b6f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_feebas_base.json" +hash = "d4da7c4eb9d34e9cb4ee90656f6480527a266486ea5a7a002eca2f532d8ba4d4" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_finizen_base.json" +hash = "3b5580363e9ca9c273fea7d63e5d5a4cc18f11848615fbc8d56749f27166f323" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_flapple_base.json" +hash = "9a3e1cd264cbbff33a7ec71e01c9be9b5f429b15648a425cdc1201ba92be6c78" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_fluttermane_base.json" +hash = "0d6ebabc63e40aa5919aa9dc9d1b5530c164849c1e75146e8aea3b1e06bce993" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_foongus_base.json" +hash = "5a8b0798edb6600e4ed1895fb76f00f711140ebeb87d690a938de2ef6f632e07" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_fraxure_base.json" +hash = "af9c51e7d7042378062cb637c89bc88c385aae3ccdd6f71815fe4fc8b9c20af1" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_frigibax_base.json" +hash = "2e56cf9966a6a30d5448e8a7ed9c2dbed7b4d6f29f3e3f50e10cbf3eb4fbf1e9" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_frosmoth_base.json" +hash = "9ed11a2d9e6724f86b32060c2ea1910af4615eadb40379bdcd9a229eb8dce389" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_gastrodon_base.json" +hash = "dc587c035532fa569c48ea805c9813587c0725460009782f7fee2b33e9e6ea82" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_genesect_base.json" +hash = "6372b43b25dd5a7dd6d4080109b17c7d109cc94b89829b4ebeddca6b37f03876" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_glameow_base.json" +hash = "5e3abdb4e73a7dba550d907074e55155e9c2f26d8209e407e9dfc075bc81f892" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_gogoat_base.json" +hash = "7db268fdec71d4234d1e36ebe0e694f9a1520a01b7dad54b04ab7f21d2770e74" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_gothita_base.json" +hash = "456cf40dc5e4ce13c5818f25c3fa424d64c7dac553741fdc9e55fe3982b83609" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_gothitelle_base.json" +hash = "d44e1e5d9b24870cbdb832c26759137ad29160e53fc196214b5f9def7435b633" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_gothorita_base.json" +hash = "6c2f29486e12ade8bad9ba24c1ac5ec67f0661f98d3558eb23234e651af3496c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_greattusk_base.json" +hash = "e3468e018d37dc23f5851d07e6bc749197efbe22c44fd5127e259ab0acd4eb62" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_guzzlord_base.json" +hash = "d832f91da71c167ce46ff442599cdb608508b675b169d9001460e8527ef061e3" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_hawlucha_base.json" +hash = "367c7cfffc09d0a624ec6c0398f411a126aa0a7efccb488f0b5d7294850b3e38" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_haxorus_base.json" +hash = "2dbae0bd04c40aea6a475207e6553565daedcd4963887391a81768d8aca23295" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_hoppip_base.json" +hash = "34fddfa2241266778805984bd813fb6ca5575ddf34b7318149155203b4a24b92" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_hydrapple_base.json" +hash = "8fff81776422569cfed4e0448db51a9a5a9ea8e90974963cef120a7124b7f6ce" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_indeedee_base.json" +hash = "b606d5d73f22837613c8ed45d97fcbf76b5226604aeca28d4770761fa444547b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_ironbundle_base.json" +hash = "9effc75b0e823dc03b8d223efe648c72d5a864278cabe9a3c30d6bedcd7bfe33" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_ironthorns_base.json" +hash = "6eca728a0ae74b79aac5eaa9efcda8e787e3ac2c72b7b0469e016131388321ed" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_ironvaliant_base.json" +hash = "1a750c38c75e537c504516bdfa28a24f26d306f5d9645ddc7ceb4ae43754b33a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_jumpluff_base.json" +hash = "2a0bc5b5ab7df7034f5fc739c2516910aa8facd5ede06986d23f5143648505e8" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_kartana_base.json" +hash = "a39dc1a696136427c559ff19cbc3f76aac76fa0b3e1dc7e16ca7876fc0ed842f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_kilowattrel_base.json" +hash = "60962d4564c215782180c190287149c221111e081c02d5afaab6bdde14892805" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_kingambit_base.json" +hash = "a1bad531ffd57ee657f6a8d89316868b76fbb45f1994ac07327215a77bb1e9e1" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_kubfu_base.json" +hash = "7805fa59856668c23fe9de2b2b757e623f46bcf2a453d442c75286eb7ce019de" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_kyurem_base.json" +hash = "56d7e112552332b72ea3c1b738eb40add9564c805bfbccfe5d3a49ac2e554a83" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_landorus_base.json" +hash = "638b34235835225b4e153f0a8b5e7ae0d107c3ae995d44e869d69625bb647750" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_latias_base.json" +hash = "8501239af7c1335525bee85f8345d9afcc649a21c117444bffddc409ec649adf" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_latios_base.json" +hash = "6252efa25df5319cda96550b1169f789cde1683e927fc3943a1bd3ba81626275" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_leavanny_base.json" +hash = "af76df880de3698d0b0cabe5a7a9cc0bcfe383a020d9df408af9d0a84ba74ab4" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_ledian_base.json" +hash = "1fe3d9a26f470358acd0e1f3fddbaf9146a528db66a4bc05c7c866a797183bec" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_ledyba_base.json" +hash = "46fa7064e30937de6e5b4d79a7816d026e21585ce60ccd22d4fd0b4c54854e32" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_liepard_base.json" +hash = "6e0660feebc88818f4e4fcf5f335427c4b307ca9e30224b5cedc3f3f9445f293" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_litleo_base.json" +hash = "b268077f247a9f9e8920b2771d082aa1316ac3874a218c6108d25d802503c322" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_lokix_base.json" +hash = "8b27ef92bdebc7a49dfe0f9cf9473de20424dabb9fb367887d2d470014f90188" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_lycanroc_base.json" +hash = "3e89ece5cde2ea1447c7c9368821a731971cfe062e5e53bb67f1612a9f261379" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_manaphy_base.json" +hash = "11634474ba1006f409ceefe4b8b8cb72802c15418185a30f9d68dc9e6f291921" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_mandibuzz_base.json" +hash = "2a4290f7d4e79d216c53230e583f23243f11855995949424ca5a668f586940c7" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_marill_base.json" +hash = "badb3107b22f924b9b92f452180ebfe21c08b9f10005c042bf60da66e1fc4ab5" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_marshadow_base.json" +hash = "b280578d98a7117f0c03634e8f04442f6f209d3ffc8a5525b662be8d71d4efa0" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_melmetal_base.json" +hash = "9be157a1ee587e27b10f4f4f98ead71b30cb5f5161ed9486ed1098687bdb19ce" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_meltan_base.json" +hash = "a3c2abcc035cf9da8d32ce51646073ea06b5157822a55da539263ffb0a9f38bd" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_meowstic_base.json" +hash = "6cbd313445dcaa287fa9fd27e28d331dcee3c936db34a81250176f3b4dd06203" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_meowstic_female.json" +hash = "d4ec94ab933cf8f78f931c41ca117c1603e3ca2b2580024113ec8f625b1f1731" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_mewtwo_base.json" +hash = "5abc5c8f84bc461c0ad12bbe5795313df0ba0da57dfad3af172e0e9c63c156ba" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_milotic_base.json" +hash = "73464f2cabb30c782835c93a4ebc607e1ea45544e0e8bb1c35b55121d58a86bf" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_minccino_base.json" +hash = "ad3b3acc396a4a734dcc04b26cec134c4e7c1ac8e30012e59bb0caecf81509ba" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_minior_base.json" +hash = "e30d7d289f44a8479af1a749eb3ddb74eea5c9fb65d1ed6ae94b317c3e5f6e66" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_moltres_base.json" +hash = "1025db7bd755799086e1857757c572390ac3047bc3ffc3db940d2e1a51d714af" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_morpeko_base.json" +hash = "d970f650251abc4c3d9c43b18d1eb947fc2d613d473e060bbf473e68f9364f6d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_mrrime_base.json" +hash = "441e7af66ff7bb1f76f082340cb3243b377ccbccc1051632771fc425cf063721" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_munna_base.json" +hash = "eb1a59c0726dc10f851dda66b5ff012bbd1bc3f6f58540045617a93f2cf33363" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_musharna_base.json" +hash = "5886a27b4c5a83499bc7c5b37cf616f44fe3fce5cfedda7095b46dc40c6b95b8" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_necrozma_base.json" +hash = "918ea86c6f16de6151a43600348a02792ec6bcfe789577b9720c76fb72ab7f0e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_nihilego_base.json" +hash = "5a44e1997fa3031609208a335672ac6b729299418881cd8e77c9007dcceb6a5c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_noibat_base.json" +hash = "06c23d2502f03d481beb330e4d89a0b177f9cc590d3eb837fa3462242a36dfa3" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_noivern_base.json" +hash = "5479a1661490e6c28f91cb63fe5cc41c3d10f1a7ad156cd5be6319443f2e5c42" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_nymble_base.json" +hash = "040b7a2869cfb42dfe3c3b917952690bf0f7169de22b7b09e81ac134611ba055" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_orthworm_base.json" +hash = "b2fcce75403aa16a4a5c6ab8c2a071b59b236fcdcc505b1f06243e6a7eba3d09" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_palafin_base.json" +hash = "35023cd24e2e5f32ecf89317551c30d64c54670ee51cdcbfb3ebcc40101838c1" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_palossand_base.json" +hash = "9e30a9b4edf133da649d53c9adcf375862bf5efd4e9289e0f366031116cb5d09" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_pawmi_base.json" +hash = "9cad19416b0f084af362aa41d3e8e8cf0919b4144fc2363c454dc3b9949182e2" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_pawmo_base.json" +hash = "43ca4d6a7dcc1fe03d8b0976648a99d900c21dc2659406909443fe35d61a67f1" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_pawmot_base.json" +hash = "d1f58fffb1bfdd061cd86267e4a5b6e29d8eff507cca1e816aa00ed659e13c1a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_pawniard_base.json" +hash = "9bf9e6327747f0f801145fd174ba7ec71440ced92248160d196b81cf7327b5c8" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_pecharunt_base.json" +hash = "fe32e17421cb9c45370aa4d7acd7fb4e2277115e372d45abb2b702e3b83291c1" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_phione_base.json" +hash = "171c2b80a825b800898a9d848aef089d1ce327eea09751ef7f391ed393a71576" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_poltchageist_base.json" +hash = "379d4af9850968e22645532bdffa582cadb33beef32d50481d85b52d9f494d49" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_polteageist_base.json" +hash = "1c7d5cbbe3cc416d503efe5edfb97b4a8fa3109836db6a9945954f3c95eea45d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_purrloin_base.json" +hash = "f8aebeb29b9568141bfa007bda8fc2f6acbf301b7a9cad53bb80b4ad2b02d8ec" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_purugly_base.json" +hash = "9828f65965326e62adf5cf56db72b78bbaba7f3965b99a87f1f10a56c3cacac3" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_pyroar_base.json" +hash = "5f96b4b2c30cd0756f18cd72d00c8eb3312cd98317d493b1331c69c47efaa1ec" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_pyroar_female.json" +hash = "af9d2501270d35ddd57c0aed1a236e6558e35040c38f52269d69064696c14fd8" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_ragingbolt_base.json" +hash = "24a61cc58b2068d993e8f82d473125079511234c327580329dab203d60b1c9a2" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_reshiram_base.json" +hash = "7060c5e0b96774beb7011a3437ae18828295946635afc426e9674d830de45e50" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_reuniclus_base.json" +hash = "9244bbd0f8f0551b590989abe52bad7914fc089bc64eb78ab2a54fb7e655672d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_roaringmoon_base.json" +hash = "6a0a1e3518ebd66ef4e6073a80a93ee5bf6e0dee7d171aaebff38ae97f815a71" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_rockruff_base.json" +hash = "b72709c3e59d1760ccfcebdc17c8c2fcfd475464effb711377ae3f6158635e10" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_runerigus_base.json" +hash = "11684160cd92a757a0f4c684e48f69b1abd59bc3910946f29a1b764bd81afd66" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_sandygast_base.json" +hash = "814ea159e915face3130ffa3f51eecca858b5da4dd2e89905cc014d63d0b3b9c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_scovillain_base.json" +hash = "9b06a0c47288f26c81857a4be48fd2ca8f3f24267f09426c1b74c6342736e196" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_screamtail_base.json" +hash = "ba827d60beae54c00fb57a9689f2b1e2838c6d0f371d894ff1436c5e5efec722" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_sewaddle_base.json" +hash = "173d9c2e6ab9d5390a7cd6d423b6c092d93eae1786f5f2be3a3ad9796b41472c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_shaymin_base.json" +hash = "3ff5dd5a56824f6feb48b667a7039914536110a4be49fe9481f35e94c3c166fc" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_shayminsky_base.json" +hash = "3936da71fd3bf6a930c8be280fc2337120c63d94b07a8d15b449ea36e2188663" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_shellos_base.json" +hash = "3d67ac9fca17b7026404881bb0ac5e28224cc4a9f40c507dd8e033f914c6d2a0" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_shuppet_base.json" +hash = "44deb2e0928a74499d82391d9a2ad417bd5b923ece8c9dc15dec5fad2a460a47" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_sinistcha_base.json" +hash = "d1c39c80f3e039e43511cb9d3f3fcc27faea1c89ecbc50ebd39fee5527856c11" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_sinistea_base.json" +hash = "4c562fd1fd503c99ff5395ba1b89e22ec32775ea562fa228779f11ebc203db9f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_skiddo_base.json" +hash = "d2fba5294195ec2279a01a99e15a422a625faaf882e3d3d4967e9aac9084f86a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_skiploom_base.json" +hash = "af33e9e5f39c94fddc86d07664a60c97e1f43b02ca0189b5b7e6b7ef319b5d1b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_skitty_base.json" +hash = "31fc6991b47c91a81deeeaca2c4469aa8c7c08937a490daa57a2acfaa1b31ed5" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_skuntank_base.json" +hash = "d19c6cf541a97f5be04034de5de7ee3cfd682a7e624993d441b4b392ffb88e4c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_slitherwing_base.json" +hash = "1b74496cf2b68f8f4d40b07488589ca6ada9e82a484de72033913c097594c49f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_snom_base.json" +hash = "94c187ed7f8569799d57eacabe3592f56646b7a1625b675dc054843f23d4bd4c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_solosis_base.json" +hash = "9db6a5ace0d8e0c0810315cb92172bf048d63c67201703826cfe31ee5cb60022" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_stunky_base.json" +hash = "7b4b1e06f13900f04708b38e0826abe22c20ab5263b7b02c78650d327bf28a45" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_swablu_base.json" +hash = "5562c5ab33425e1d27500d39a274a0f5848d54767e266420a344b165c90aef06" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_swadloon_base.json" +hash = "ecf885a3ebc66b3c6dd54fd01196e810604fff7947820e6008bb3ca0caae1738" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_tadbulb_base.json" +hash = "4e2f6178cb6544a183402fd49676c99dbfde8ac572d013e78b2de8d26b30f7ac" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_thundurus_base.json" +hash = "49a1b1d0c9427fd985bcc597f55dec7464783a4e21ec4e259c780209e9ff6357" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_toedscool_base.json" +hash = "c56f76b183b630ad3d5fac6f9b61ee18fd4e699a2d35c29eaf2d88aea3e9d978" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_toedscruel_base.json" +hash = "f5c311add5b4e5ae29ec888b7b71cceaf8b7fb5421a12e55afc9f4e069884426" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_togedemaru_base.json" +hash = "6dd60b608f06ea1207598436cf47211a3614e0371b020447ddddd20979daaa1a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_tornadus_base.json" +hash = "c105c193889635da46ba2f0596fd3b86500ebbce1c745a8413db6d13a87bba35" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_toxicroak_base.json" +hash = "5447fe9f894c361ff0922a00ebcce1058df3e3c2ba951768123bb55d08b6857f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_tynamo_base.json" +hash = "b985de55ab80eec118ecd9de9c2893b08354acfd2ae80548e851f771ee108618" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_unown_base.json" +hash = "13297d428526f61882bd5a3664ca10dc704fc020618375deed63a04b9d15ec89" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_veluza_base.json" +hash = "ba8cb56eded85688572a4e355e25ea82a24210876e056d968eeba0213e1d30e2" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_vullaby_base.json" +hash = "55a4d825e074b3f1de63134f1d6fe49c8da1aa9602d3fdf8f1942e15fc282662" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_wattrel_base.json" +hash = "c8538b1f66ebf670d8d45756b91c3858a6fbc88caea3f331c845e9d77639b124" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_wiglett_base.json" +hash = "04baf095c43ca63d13d00bd9c54e25ea554b2d7f9dce248da5b2a840423bbdcd" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_wugtrio_base.json" +hash = "6cb5bf31a9ea933e4f0d91821b4773f30099d0e6e7a78ac1ea06efb4c8cbb536" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_xurkitree_base.json" +hash = "5787def0745a241fd96ab6cbb9c29fc4d635f9977ae5d6725c75f25976ae8597" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_yamask_base.json" +hash = "b35eb48121c4cf7d2ac4723e558f70ac5ace05c9cba62cb144fe22bde5c5090f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_zapdos_base.json" +hash = "7c50b17f7224a63ccc291310fbe1db0a7a6004aa04bc2287a9dc47f93799e981" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_zekrom_base.json" +hash = "58be7788bede4e73422a0959fff1ed94db43b566b9864dcad73098ee4fbed3d6" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_zeraora_base.json" +hash = "2b4e3b8e6700c68c17117b0d49487d9c0631b263585c24d229bc68fbfd4bd702" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_arcanine_hisuian.json" +hash = "12449abe1298527c6d37e79eb9db983e6be3bf8720629940a8382e657749f5f7" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_articuno_galarian.json" +hash = "da435e61b635e0129305a8ad0c1275d87f79e151e34b2aabadf8c1165a7be2d2" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_avalugg_hisuian.json" +hash = "28d08a6a51b814c0a6cae0a66dc80c3af67cdc8b7386ec27e4ad404afa92b34e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_geodude_alolan.json" +hash = "edad98585a0cc70a85e473a84072188a5270574e5f38ba3c60dcd8a7578c5b08" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_golem_alolan.json" +hash = "30ee66f9317862ab65d5ac6bda3400adb6c534319a549e145021123bf3c3a9f1" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_graveler_alolan.json" +hash = "b9fe0a0c6267f3d8d792d4b0d5785868bd2749cd433dabcef8c78e788f87090f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_grimer_alolan.json" +hash = "cb76df8c8ccecab996fbe22e1aded8d6b1544c218fbef94888160569b140a5ca" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_growlithe_hisuian.json" +hash = "d3dded410b2597409ed1a7e28d5c08b04cf6da68beda91326ca056cd726540c5" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_indeedee_female.json" +hash = "c808d47528b8be14ef90d5aacf7ae77c17f3bec0320cf75789cb6edbd2289724" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_moltres_galarian.json" +hash = "6531b08fc77cc2ea6040ff649b41a007c2dd6f28eb8864c4c6969d5803841579" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_mrmime_galarian.json" +hash = "786e1ee496872c4a53a71ab5e1f18230d11524771133e94ef2428a239bbf752d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_muk_alolan.json" +hash = "10fafd46f651b8d6769e6262da5c243b782e058d5fbdf693e4bad0d65fb52b32" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_slowbro_galarian.json" +hash = "97cb9d4eb500631dd4204321a09cb34055992321b378cdc466285c77540a6979" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_slowking_galarian.json" +hash = "cf0eec41b981f63352a0173654ae3a496153f9cb0c6f134af5d2365e5f0802fa" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_slowpoke_galarian.json" +hash = "3afbbbd9f5a147fc877c96189d33f4d08ebe7bab8c75668fb653d3158b908526" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_tauros_combat.json" +hash = "b84bc5f7d790120f342f0db8b025fbda22f7eb69228f503bcba962bdea0fb141" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_unown_letters.json" +hash = "568fa119041a38ef15e7e0b60f0e1003e638b7c3ce1a0993753e56ebbc0786e0" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_ursaluna_bloodmoon.json" +hash = "e796707bdc062d16af4b8f83d1000b2bec422e53414877ec3833925d0316cd2e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_zapdos_galarian.json" +hash = "6746f90e9fb833081eb5817330e8403e3c6a5a0d0359e577c922067886a4dbce" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/2_corsola_galarian.json" +hash = "6de27b77315ee62b6b5451262753df85522a887d270cd2ee123d85f0dece314d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/2_gastrodon_west.json" +hash = "6bd5adf0256f5563ba7949d42d82f359a6ad33509de092dd9d1c0ab00a5dd127" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/2_lycanroc_dusk.json" +hash = "197af957b2a8e2ac9f296cb3cda0773e24acfa9db4dcbffd70945069bb0a410b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/2_marowak_alolan.json" +hash = "424a53a022e51500eee9003859e521ee2ea67c5ab5732ece3e504ddb4fb33c80" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/2_palossand_redsand.json" +hash = "1807b059f8222e0e9ad3e1a30f7b38b9563f153f9a2b4c12d9afc80ac5eb2324" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/2_sandygast_redsand.json" +hash = "a8840debbd8c25a5f216f788daf47f65031c80d6c79d3a58e44b89449bd7df69" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/2_shellos_west.json" +hash = "a30abdb1002e3ab3f1b61a776968b7db42970cf395ca433a81b6ef49125da8d6" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/2_tauros_blaze.json" +hash = "3e0548716a8fb913c5dc4945caa6484e1783d1ea28933d1baeb298be232c700f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/3_lycanroc_midnight.json" +hash = "6433a2ce12e8ae77e7df2276a1adb480beffc709b16d1202e4a36441ab8962ee" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/3_tauros_aqua.json" +hash = "826cbed81b520a5536a4b18ebe9bf1820b6ddcbcbc4fd6af2ac16d61a8c88df8" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/barbaracle.json" +hash = "41986a51fa165c1ef52a4edbba6a3ce2e4b9a12a6a7dec96f690aa907023fa9d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/binacle.json" +hash = "f83b9a78d07f7acb80481b9f25a3a36533fcd9d83b64f76089b3928f964b27a5" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/bisharp.json" +hash = "7d91c7b99fbfe5e378e3d48393691213d758194f6e398d3c1e5e7f8bb976e188" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/deoxys/0_deoxys_base.json" +hash = "0f7e15cdd22b37ba35759b934e629ac0c8de5381d12f5cf201c790592ae71788" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/deoxys/0_deoxysattack_base.json" +hash = "25bcec9847ae81ab6e6da984dfb07c54ae4cf0509f7e1fcc10348fc5058dd033" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/deoxys/0_deoxysdefense_base.json" +hash = "9b81701dfd015c4e9d501f6af12f391bc2853de8f2c8f04840480df0a97faeca" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/deoxys/0_deoxysspeed_base.json" +hash = "b11c008c4d4e40506027da90f3eb407ff5c8f126511117d9d3a5821f90a6ea29" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/drapion.json" +hash = "c7a0ee0d7cdaeba0693222fa4fddc55ce068c40b773d99a5f611f457ab95c652" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/druddigon.json" +hash = "2d650aafb5a97f17ff52aa37b2978fa2664f086ccb71dc84446a9abb7aba9a0d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/dudunsparce.json" +hash = "9c308de3ff9feeb741917f14825f158c70d82b5686092fa166ec60030c1ff538" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/dudunsparce_threesegment.json" +hash = "ca9439e783daba968cf506ff014c813df501b95d3088740431f82ba591a81dd9" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/dunsparce.json" +hash = "faab8e3b859ebab97a6182e78b239235fb5af5b982002f989e47a35fb793f604" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/fomantis/1_fomantis_base.json" +hash = "3a643793980c3ed4fb38e1c11e2978b2b2b44ca78897178ee79bac61e44b4358" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/groudon/0_groudon_base.json" +hash = "d2dccc582c5aef37e93d712b68ab2d493172e67cee10e22c10ab5dcf9e933337" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/groudon/2_groudonprimal_base.json" +hash = "801f3dbe5ca7269908368433b060a0aab52d467de1b6817eceed027942a602ce" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/hoopa/0_hoopa_base.json" +hash = "f5bd864fee29f31c99185ce16dc12a148d0e22bb328337fce4b2351d38a47c85" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/hoopa/0_unboundhoopa_base.json" +hash = "8ae85276eeb5c26cd7b817ce0deb1d007b6ba8f1800eb5dd8550363a7e5dc15e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/kingambit.json" +hash = "3dca691342a7b620bff502f0c88e8cdf48bc6572290453d823a443bfe956642f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/kyogre/0_kyogre_base.json" +hash = "46bbb58b493f9d4349fa6b740fa0a9238be898e7480c6b80b061fe775de67918" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/kyogre/2_kyogreprimal_base.json" +hash = "c96da14dffcb09e7c5ee240502a91450d11f24ae37fc57c8585fde97958ac644" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/kyurem/0_kyurem_base.json" +hash = "3286ddf5c288cadba1baf7d9c81d119a8031c4b3e35bc33b29d0d8c50eaa6e24" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/kyurem/0_kyuremblack_base.json" +hash = "70b5e8c5570cba57bf76df03f6bb91c9b4505a19a570e22c97e16103b8ad2023" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/kyurem/0_kyuremwhite_base.json" +hash = "f81ea8c0bd177fe20b2be072ef296baf9d5e38f68d79454144f7e902ca0e8e9d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/lurantis/1_lurantis_base.json" +hash = "9d4a76f68eebc76d9372a630c3fc2ee93d3f3a9034f5eb0bd92b540ea2bf33d0" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/medicham.json" +hash = "2d37064079ff13f454e987d71564bcba92a2261d46ae253f0a0f848d98290e47" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/medicham_female.json" +hash = "9144bca5870bbac31128ddb5ddff53bdb16940abc4826981fcd92e6f9066e2b7" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/meditite.json" +hash = "247c9b4c38fe257f761964349562b3d8f18575ec56960e48c32b10471df97e45" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/meditite_female.json" +hash = "a8ab8168b0e8f18a3d385aa09108f0c1b079d63286c3c1eb2e86c227cd53117e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/naganadel/1_naganadel_base.json" +hash = "bdd678dfa0fd1a9d0c4dd66311450e7eed725c242a74e21ffcc54801f1efafea" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/ogerpon/0_ogerpon_base.json" +hash = "225245ef8a5d4e7fa959a0a4e6b6ed9be19207826d53ceeb8cf8c479ff9ff802" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/ogerpon/0_ogerponfire_base.json" +hash = "1f734bb7f736f0e1f8d5e1d98ac7922c9da623b1f3011eb895fb4ed22d01a8b6" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/ogerpon/0_ogerponrock_base.json" +hash = "eeff98b106c03bd89a087540805f95620126789046b4deaddfa0298dd8be93d1" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/ogerpon/0_ogerponteal_base.json" +hash = "9593bc7d077da86e93ae24ffdba4366c1c6316824f1d37dc36f743f322ef8eba" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/ogerpon/0_ogerponwater_base.json" +hash = "217e311ece40e0ee320d035c0225acf7cf570becff3b2e65460022005ae42c4a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/poipole/1_poipole_base.json" +hash = "bc35dac6b73fdb1fa11b9f720ecc2a1f3a98ef094bf336838cac3b9e306b96af" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/rayquaza/1_rayquaza_base.json" +hash = "db412fd5d2691d1dafac1de1185fe11ce919a4a3aab94f7d227c9baae77749ac" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/rayquaza/2_megarayquaza_base.json" +hash = "3422d1d69500bfc36e9d86a3b919099147ecd0f550febd5b455d97274ad5ff8e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/skorupi.json" +hash = "d4859238526bfd0f5967c8db813c5d52b6e23b5741da454a3386051cdfc878bd" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/urshifu/0_urshifu_base.json" +hash = "758ef27c84e8f85071e9c65d0535203a536c66af4f06f89393c0c8b7c73d6387" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/urshifu/0_urshifurs_base.json" +hash = "f8dc4547cf71265182aede25ab23322476cbf58d24bf0311fa14075674bf3eb2" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/lang/en_us.json" +hash = "6b7d8c51373bee09a4d998b6ca7b222667b41ae4052a96d9db32b4c2b6748a84" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/particles/snowstorm.json" +hash = "65c0df9eb97d837027efc88c3dec3e4ac069345427dfe2f9b834f51db6db708e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/axew/axew.ogg" +hash = "7497e80c4b42c61d5b1868d443ad9fcc9c702b50145956da06971ea18dd6b2da" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/deoxys/deoxys.ogg" +hash = "7cc1078e56d4bc7cf6ff324d483639c5d4591bdf66bbeb118eed6ac8834c2280" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/deoxysattack/deoxys.ogg" +hash = "7cc1078e56d4bc7cf6ff324d483639c5d4591bdf66bbeb118eed6ac8834c2280" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/deoxysdefense/deoxys.ogg" +hash = "7cc1078e56d4bc7cf6ff324d483639c5d4591bdf66bbeb118eed6ac8834c2280" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/deoxysspeed/deoxys.ogg" +hash = "7cc1078e56d4bc7cf6ff324d483639c5d4591bdf66bbeb118eed6ac8834c2280" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/ducklett/ducklett_cry.ogg" +hash = "69a265255afd16b999bbe73152cf6de82537a2470d58b7ad60bc0eeabd7bfdae" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/fraxure/fraxure.ogg" +hash = "e9667270521d59f5ef95620d7acb1bc96988a2a544a9194a792714cec5eae731" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/haxorus/haxorus.ogg" +hash = "f06fd9e51ee39b7b207ec9832d46c50f7c9dea381082e6749e1d71f18c6e383c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/houndoom/houndoom_cry.ogg" +hash = "d12529138c00d882da284adbb6434962972f49f787648a3e9ce2a4531097dcc7" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/houndour/houndour_cry.ogg" +hash = "3439861367b5359148a2fd35a3abc90251933470c7306ff84601d90f33565481" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/ironbundle/ironbundle.ogg" +hash = "ba29ace5c3c88d0950aad062fa3f823a787b8e722cd04a69c4edb435990e499c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/noibat/noibat.ogg" +hash = "c872168cfaea0ca5fa1211651e4ae3f8623e7ee93501fec4d72f8688b2036a58" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/noivern/noivern.ogg" +hash = "dd7c04298e71777d1e3ebefbe097475673789f447c927be4375fcda73bb09ca5" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/pokemon/avalugg/avalugg_ambient.ogg" +hash = "8937bc78759fa617adee95d1c74251f0cf58f947370403fde256d2cb5b7cc938" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/pokemon/diancie/diancie_cry.ogg" +hash = "6941264703069bca3e3a2481a08216f8fb065c570264b489684d38bed3a17e1b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/roaringmoon/roaringmoon_cry.ogg" +hash = "e551f1dae06aa6f1384f7dee7350c8d7528f6acb7ac5bb557e58c483f4934d00" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/slitherwing/slitherwing.ogg" +hash = "b81d86b2ae7facd152fc6f4b850acbcaf7774506765192cb831d9b937f3c0eb0" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/swanna/swanna_cry.ogg" +hash = "1eddb2f35a1049b0cdfd71aeccc5ddcd637771f462b311ae26c29079e9bd0c4d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/particle/fire_beam.png" +hash = "bfccf075067648f1cf37c70f7731936a20a368ad6161aaf8b162526947ab7702" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0150_mewtwo2/mewtwo2.png" +hash = "3adebf46fe201462bdba3c55ae93b24144edb615a8813b531f633cc423d0a63f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0150_mewtwo2/mewtwo2_shiny.png" +hash = "18c72b62e579027ed01825988d085956254b0c1110f4af6756a8b008c90e12ee" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0150_mewtwo2/mewtwo_armored.png" +hash = "48c952664fca8bd974f3b1617636e9fa94b4a7fc8ecd5f0ed71d7989457b7467" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0150_mewtwo2/mewtwo_armored_shiny.png" +hash = "4f8220f64015cc64f5bbd52a5e01f79fe60f6e37907e705579f6a4639fb2b08a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0201_unown/unown.png" +hash = "31c922902eff991ca7539a7e60a877319f1b75861f82218ca1f07420d967ba8d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0201_unown/unown_emissive.png" +hash = "7904776c4aacff7fec26e6509b607f4a9e453fdb551d2e47fb933327885f1e60" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0201_unown/unown_punctuation.png" +hash = "464d9fc781bf9726cccea9971e8a7897ad53201ea9e4662d8ea139df764c2cc8" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0201_unown/unown_punctuation_emissive.png" +hash = "23545d3f8b9906063e32e2b36c1cfcbfe859a717d72a156347c4f29a3e859315" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0201_unown/unown_punctuation_shiny.png" +hash = "bd733686ba3d221c972ffabda3aa98ffcd2f903b1b6fe2bba4d6206ba7a94341" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0201_unown/unown_punctuation_shiny_emissive.png" +hash = "3a096ff2e175e379a38e7cd68465b2bb8f5e516f85eebf9651cbc71241262d9e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0201_unown/unown_shiny.png" +hash = "8e09d11ad6eac80dcd325b8255be0e2e7cb314e82b79e7bfeb93e1b3fb7c22a1" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0201_unown/unown_shiny_emissive.png" +hash = "bd430e5d683e5d466ccc652d1408456f585dce4ad23bda690210a142ee7682f2" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0333_swablu/swablu.png" +hash = "fbe98ed5b10b83a04f4893af865bfaae85c2b60d8bf0f4e0e4615e38ab9894ea" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0333_swablu/swablu_shiny.png" +hash = "8ace52ecfe4f046510a1490d097e83a8d667ee07b8f4f2dbd0158f661d42d1b8" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0334_altaria/altaria.png" +hash = "d0f514afb4f35488bc265d054f7fcd04e27478901727f33e0b2e02718a651479" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0334_altaria/altaria_shiny.png" +hash = "57bc7b29437966b4c3b3dde118ef5ff5df846ce4af5a7e854e3b45677654de0a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0353_shuppet/shuppet.png" +hash = "f4275a04d7ad329c5ea69feafa2c455050ccec8c41588afe68dc6edcf0db85ef" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0353_shuppet/shuppet_emissive.png" +hash = "7850beaf7daf96fba467056f0e74b5540cf3bec5cfd83a6ddbc55933d428850f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0353_shuppet/shuppet_shiny.png" +hash = "980647c33aabdc623135f93f547d1bce2174abc03d3db12bb6d78ac0f1243c3c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0354_banette/banette.png" +hash = "b151f045458db279cad762e69eb8a41ea733d465ec85e0e62a12abf6d26fdb80" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0354_banette/banette_emissive.png" +hash = "97b4d67d5aa8243c447097baac6ef7025b77087f2009f1bffeb688168c672805" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0354_banette/banette_shiny.png" +hash = "32e86df73dd567b9f10202518e0583f26c61dac2aed232b077681f873118b309" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0386_deoxys/deoxys.png" +hash = "f22031436b89f35d9c915951a5879802c81fa82ce98fc7fa274dc37a5688b981" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0386_deoxys/deoxys_shiny.png" +hash = "cd4e74bd1ae07f8b099fcc3fff904626b670f35703722b932e69f3d07c9c147e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0386_deoxysattack/deoxysattack.png" +hash = "94846435641681609a37e3f1decfb0b234c224fb35cf8a06da9696891a1c7ba4" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0386_deoxysattack/deoxysattack_shiny.png" +hash = "dcd46800b145f4a3548bcd3d997978335e6fce2a7baab2011202d9a84fea12f9" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0386_deoxysdefense/deoxysdefense.png" +hash = "d0e09e821eed35d505a9c9e21198db02fcd888856a096deb6a2e17d3da25a788" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0386_deoxysdefense/deoxysdefense_shiny.png" +hash = "2613a5bd306c245a83134145a9ab0603070dadbd0dd688236a9ba448f0819b85" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0386_deoxysspeed/deoxysspeed.png" +hash = "b2a4a1212a7273a46f5a704a0747c78ae2497353cabf1ff65465b64ec9b5d0fe" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0386_deoxysspeed/deoxysspeed_shiny.png" +hash = "ee901672db59cfbea6496d01e764823cf5066c3d67e638f9c13881d0e9191387" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0562_yamask/yamask_galarian.png" +hash = "fcea926ae49e9f0579d7c4e9754b5592829f68937cb8344f9ab6df652c38f7dc" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0562_yamask/yamask_galarian_emissive.png" +hash = "3bc3b431a7650376754c37239d246d52e7779ad1e25101b030a3f31b86d28d9e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0562_yamask/yamask_galarian_shiny.png" +hash = "77732aefef31da553c432e62417762d2a14c7ab3c41bd997346e4af36ba4c420" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0562_yamask/yamask_galarian_shiny_emissive.png" +hash = "778168ff46042f68f0fb7d43d402ac60cd8d74ad8c1e340c19b5ead2068708e1" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0610_axew/axew.png" +hash = "ded6efd7a697b0ecae921290d0cd7b2bdf294c742a4055aeb21afee36c8005d1" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0610_axew/axew_shiny.png" +hash = "3496901775f9e874ce63b44437a3e5f4a03fb9887ea3afe56cf1d3b4a2534428" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0611_fraxure/fraxure.png" +hash = "cf1d8350a05409f5cd99feb8d9f65634a1443ecd35746d43be99e2a1fa7c3ef1" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0611_fraxure/fraxure_shiny.png" +hash = "449db106d2063969ac8e57bf227dd1863d58bbefe0ea09fe96f83418d58d386f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0612_haxorus/haxorus.png" +hash = "2917275605c8a9f7a3562903c3e7d038220216cd0ea6c9fd30b26798d790ad10" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0612_haxorus/haxorus_shiny.png" +hash = "78df83259a7f93bae41d9accf6f291ba8f89c7e9f2940d43ec66ba10548970a9" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0714_noibat/noibat.png" +hash = "c7464c3d30df0dce03469dde6eeae98d0fe7bde27b71497810cf43b9c16351f4" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0714_noibat/noibat_shiny.png" +hash = "983ea6dcb5e9f039a82e58e3b3bba38e72b3fb20bc4123c467589a2d275aab51" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0715_noivern/noivern.png" +hash = "44241dc72ba5ab3be8dc35bc47d6e9ab05814a3022cf4f993caca844224b0940" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0715_noivern/noivern_shiny.png" +hash = "92401a497fa6345f8ebb25bbbaa7bb2c1270b038aa953fb88d799ab9613a93c2" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0719_diancie/diancie.png" +hash = "fcad74cc0f12430774f143dbc6d678330495d9f49f6dbdff00e3f7e3d596d443" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0719_diancie/diancie_shiny.png" +hash = "4fa8e4498f1f99f4fb1eaf6872cc8c92c959cd086e1c73646d75373e9f6dce3d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior.png" +hash = "a33f9de2343d174200a8c3150f1cfb823d9d9b564b7f930715bf710e1cbed9a9" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_blue.png" +hash = "e53a78371c4d0281d1ae2c22fdac7607661341f6d11e4211bbf2f8f72715cdaf" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_emissive.png" +hash = "1765dbce49e8b203030a56b7c1ddd703e3da5e055bf1f4973f17c595eb85afa5" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_green.png" +hash = "9785224be4eeae36dfd22b8f05316b2e57f28c24a13c12907c3ee9f5c1f0abf3" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_indigo.png" +hash = "c7cef2eff3b22021a7ced3bf3d1d8a931a5ce9cb29f6de4506df71867e268308" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_orange.png" +hash = "04fe1f9f64bbaa4d6f7ac365cca81f78f952c3c10e1cffb74c7b71056d238d79" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_red.png" +hash = "e5c3adfcbc2c55d545c054682fe4f08f0015df71ad31f36489e5a022a4e1c168" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_shiny.png" +hash = "114ded195725011e6178846ac6603cb8eee77100388c0999b778ce83ad46efa8" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_violet.png" +hash = "87e91833dd792aabe46e6be0d4671907a9d73643735f114f9e8f2b5decb9cdbd" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_yellow.png" +hash = "ba93773829e1d7e10ed241352675335682217fc1251752c7c768bd49f49cb367" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0798_kartana/kartana.png" +hash = "70f9a4dfb84ae228a80ef6318a790d297ae17660d6d1ea19d46fcafdcdd54d57" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0798_kartana/kartana_shiny.png" +hash = "6e4454330e0653b757bc6149dfead2ad8cd471ecc4f883a7f0b170bbefac6861" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0854_sinistea/sinistea.png" +hash = "ee61cba1d96d089292428a193e6549514aa6b0e73d3f7b0a2af75251cd04a9b7" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0854_sinistea/sinistea_antique.png" +hash = "71c8c368bec72b211d2ca88b42563c5ae43ce04625b5f81f11c8dbe95957a507" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0854_sinistea/sinistea_antique_shiny.png" +hash = "63fe4af17df72fe422fe09b24148ff5decbcf0e7ed804665695aebc0358c448f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0854_sinistea/sinistea_emissive.png" +hash = "b1674defed90aa7999deeb15b6f1afb405ce2b4a83cc4fb3a694070ff94f56ec" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0854_sinistea/sinistea_shiny.png" +hash = "17cd88deb58b244aadc8bbe6a9ce84a3ae3b166670ed4636d6d158a47c050cd5" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0855_polteageist/polteageist.png" +hash = "4dc340e03548988ca2579b5a047df6e2ff2ca59b9237150f52ab33bd1078a9b5" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0855_polteageist/polteageist_antique.png" +hash = "ef0d0fd59c53bd9ed181c5a90240e18040796e0744296246c47e12b82848f2cd" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0855_polteageist/polteageist_antique_shiny.png" +hash = "defa899927c85ab1826ba8b903b8b14d98791ffb42da1e08e7299eda17599d16" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0855_polteageist/polteageist_emissive.png" +hash = "9b5c3c280af072c132bab6dc5cf0bc108c99599d12263c8fa6602c1fc8682ac1" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0855_polteageist/polteageist_shiny.png" +hash = "ecab075db4d16bb93834d83a61e57a2b24e6aed303da8b712557c426cee67e7b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0867_runerigus/runerigus_emissive.png" +hash = "f4c8617adf9538aa7a1325361c3dec50accdc3447e7d976ee2e9b013fb7ea3da" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0867_runerigus/runerigus_shadow.png" +hash = "1cf94018b40c0d32e120d3cd67428957c874b77feda0376d709005087da5f2e2" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0867_runerigus/runerigus_shiny_emissive.png" +hash = "d271dbcb739c5af31980c3af1ef584e0dccdcd6e836e4642b06f2aa06e33064b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0867_runerigus/runerigus_shiny_shadow.png" +hash = "0c82d9886611beb4e3f8ad94e3e9a036caec8cdae8d20fb3561324c0bb3594ab" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0872_snom/snom.png" +hash = "3a31d846cf582918f1793fb0a4890c3dfadba1a77faaae59aa65e6ac93090c85" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0872_snom/snom_shiny.png" +hash = "db3183ecb8e4ee6b56b2384fd8918a99c3112ccdc5f9f39b9fdca00f92e944f1" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0873_frosmoth/frosmoth.png" +hash = "e6f72b386b08c417c012a07d61c863dfd3cbe019d474e8f5b6af97559f289e8b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0873_frosmoth/frosmoth_shiny.png" +hash = "736451d9e5280ade371a163ab1807b61ce828abb89a554e739de66374fa63928" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0896_glastrier/glastrier.png" +hash = "c19f0858adbed0abc603133cbaf3aab602cf958b5eaba57e3e8ba8076e6bde4e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0896_glastrier/glastrier_shiny.png" +hash = "21bb17aa1a3293af0f57881fac975ab1acb22f8dbb2a5253b4eaae2eed3fe12c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0897_spectrier/spectrier.png" +hash = "75c837c1abab77edebe11b61aa351b7526ca92a7dcf39704104a57036dfbf117" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0897_spectrier/spectrier_shiny.png" +hash = "413b56501cff9ef7d2c7d575d159ba879fd2df5e44cd3aec6e155a12d7fb0844" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0898_calyrex/calyrex.png" +hash = "460744e0a141f2dc2ad8f137c8d941c2f114cba0003bd369054e166b950ee287" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0898_calyrex/calyrex_shiny.png" +hash = "8f1640d6aa7a83e187fbb9786d38002dd75ea3b86bcf0c9d44b046781dfb04c2" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0919_nymble/nymble.png" +hash = "33ef67a60678bb5adb9c5ea5dc5b2dfe1fa7e363109220398364a81cad1087ab" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0919_nymble/nymble_shiny.png" +hash = "0781ac114aaff930c7f872535adbbb7a8017c2cae3f8bc2833a096eaef42480a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0920_lokix/lokix.png" +hash = "a32351fb48a94113c307b5791e8680b29b8c36bb501acbe887ddae1cd75c9c58" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0920_lokix/lokix_shiny.png" +hash = "0f47f86dc8bfc0616e6745f509d9db1c85dfac1f87a6450dd0af64d4e6d93b44" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0948_toedscool/toedscool.png" +hash = "87e02fabe3498ef03587631f3915abf47c5ff851bd7d97428cfd09025200e307" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0948_toedscool/toedscool_shiny.png" +hash = "76b47f885ec0bfeca6792aa5f4f8a52c5ab2d837a32c0b341be7d31edaa6887d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0949_toedscruel/toedscruel.png" +hash = "2fc31a5be21a2d212ece48860043a867603d96a9d297f868f0052fb5162a7884" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0949_toedscruel/toedscruel_shiny.png" +hash = "e90eee629fa7657717a3c28e9f1f955a16012f37d36291e7e7e85550910af077" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0949_toedscruel/toedscruel_shiny_translucent.png" +hash = "fc6709e04258f43bdeb07fc86783fafef404f25bbb4947a76d7966352dc8b8dd" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0949_toedscruel/toedscruel_translucent.png" +hash = "7750bd9ac89bca0e2512573cd9c649d53c06d47cccb5eb93014f65030067d90e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0988_slitherwing/slitherwing.png" +hash = "3cb20912c93d800751e8c63813d6dfb60a5ab2014a6319b12e98200d2bf23ae9" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0988_slitherwing/slitherwing_shiny.png" +hash = "3d624da143e28a54c4864f744f6b138167964b27c59145dbf410e0a82dc4fece" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0991_ironbundle/ironbundle.png" +hash = "108632c7240acf0c16a8d016fcd946bc7f85e10133d42d0cf9a65e77d73d0c50" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0991_ironbundle/ironbundle_emissive.png" +hash = "07e1e9fceb588991c5a59f549d053e87aa0d84fba40eab6109360550a45c847e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0991_ironbundle/ironbundle_shiny.png" +hash = "493b2744575592646eaad4ad1173ab1b7b9204809994262d351160743f4fba00" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/1005_roaringmoon/roaringmoon.png" +hash = "3d8b30f7389bf33fc9243ad7e8a72daba73cfbe6761da61ae20a12859e1dba63" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/1005_roaringmoon/roaringmoon_shiny.png" +hash = "dd6a760ed677779ed7221d82d7df744e7dffc94d53fff669b455cb5b46046c5d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/absol/absol.png" +hash = "a923acabd2ed301e1deea317ea6c1035a65ec0815acdf2ae291b54462b2f070b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/absol/absol_shiny.png" +hash = "f46e1f443a4bf440863160d2e99fdb9968bb593d8f090d10869c30fdf1e5668c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/amoonguss/amoonguss.png" +hash = "61852bf86e76513f0baa2669455ee0ddd3d6642b652d72e8abc2360ccaef63eb" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/amoonguss/amoonguss_shiny.png" +hash = "f14773f88edc01e76ed3ce6aca76a69dad80ad72fd6415a74b052543fbf38a68" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/appletun/appletun.png" +hash = "d3e540f620fdd2316cd0e3277d39dab33c124e176f9b6ef18b161cdb41d22d69" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/appletun/appletun_shiny.png" +hash = "14ec5c0f315695d1520b613f921de6fccaf3a462186785f6e52b4b895ae7e011" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/applin/applin.png" +hash = "cc478e6e147d71d1d059bf8c2b0506fca284484786d37c275b0e4609b91968c0" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/applin/applin_shiny.png" +hash = "47c4bcc0553ac97302ab887c2c4def012f8a536e5fae6b23e18e105e2f08cffc" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/araquanid/araquanid.png" +hash = "26080a3be471a97be24ff72415dac19e16ef3f27deeaa8374495978073a4d5c3" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/araquanid/araquanid_shiny.png" +hash = "63ba6d2029dc5338fc70befe5cb3b88419be8e9773b61f2d63d26c803c71be03" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/arcanine_hisuian/arcanine_hisui.png" +hash = "a2ea7c79392fba68e33f9332a1a47cd6185f9adb6549cc4276bb8b9d4a0352fc" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/arcanine_hisuian/arcanine_hisui_shiny.png" +hash = "0d71adda7f977ea9190af7e9775f644aec8ca7a19e53c73c5179f2e6572e4e74" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/archaludon/archaludon.png" +hash = "ee7afc5c572c635fec81944eb9dff7f79395abb2644f386b6ce69ac061f23a2c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/archaludon/archaludon_emissive.png" +hash = "4667dea2bfe302bf74b70a96d4b6e5c06f63b132ec15f6ae1b5272d0807c8d9f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/archaludon/archaludon_shiny.png" +hash = "ca64de46b58762f4d8eeda531ad4b318ee1010f3d5d25ba69749b2a3ec765392" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/arctibax/arctibax.png" +hash = "0907ac80036fdf6b871f0a6ad09a95fb1e556f7cf26e46908a9d4360fca61a3b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/arctibax/arctibax_shiny.png" +hash = "c78642862f21404594977a79c9a3342d96167a64343d7519823fde69da42eb7c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/articuno/articuno2.png" +hash = "6d4972c999531f45447ad6d15218d782adb548180d34c0c343c6635eeadb838b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/articuno/articuno_galar.png" +hash = "37c5808afd5b02111634ab12af1d0112150152198ac6274c99b46f20763508f8" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/articuno/articuno_galar_emissive.png" +hash = "80163ede0c83660335570c0cac6874b905c8d31d4170c7e8eba0871cdac416f7" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/articuno/articuno_galar_shiny.png" +hash = "5242d3f1f85b7fca675adbc9e2aa90829d1242cbcc0ec42b163f1500df91a62e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/articuno/articuno_shiny2.png" +hash = "c093978947f01d17c3de9c60ab25a0ded689a8b24c83f0be38d57cc4955a1853" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/avalugg/avalugg_hisuian.png" +hash = "42fdac86cdc586bca67ccc6cecf0134db1caf836ac4328be7e2d348b1706ebd4" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/avalugg/avalugg_hisuian_shiny.png" +hash = "7c7d24bef2e23ec1a4f57661bc94685f67fce8d0532ce9faf4fa3862aa4173bd" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/azumarill/azumarill.png" +hash = "bb4fc8f585669706ac95256075dee133fc8a7859285b003427a0c0d67d18af53" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/azumarill/azumarill_shiny.png" +hash = "404165d81dcff4531365d1509388f80179b3796a42eb135ab88aae4a81dee94d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/azurill/azurill.png" +hash = "b0ce41e9f96810539656b14ca75dca755f588759f38f46c5959e733ac4d72b24" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/azurill/azurill_shiny.png" +hash = "fdd612a5534570b3aa0c83c85b10c3aa41e3f5a636c3146def2e584754058e52" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/barbaracle/barbaracle.png" +hash = "30481db7e99b92bb02f5d6969a3e08b68310e47d73c587000df943d1e20ceef0" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/barbaracle/barbaracle_shiny.png" +hash = "cb7354de6e868c4b43d73399cf7fd9d1502d03a93aa33b21a68e33b18d335159" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/baxcalibur/baxcalibur.png" +hash = "5d297d28bc7d31a926adb1544a11f34b3e602feb487283e8dc8ecd0b46ce6ced" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/baxcalibur/baxcalibur_shiny.png" +hash = "8031b7e7c7b5870a93005c88c305ea5b509bb9bbc1b0b07307dd51e90923dca4" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/bellibolt/bellibolt.png" +hash = "28a96b66ae815220347959f3910b064884f2e6c33fdb9d24acef72ef8887ba97" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/bellibolt/bellibolt_emissive.png" +hash = "bcc36a1367049031792e301a35ce5f33e7fa1fa897268b4e5b6b2c2ad4d6f0fa" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/bellibolt/bellibolt_shiny.png" +hash = "beb9b5361d7c8bfc155d937907dcdcd22df8723dd3b9f8d2862c53dee82d0f11" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/binacle/binacle.png" +hash = "20c6c18657246fa9c6d782ad079e1c66a02b5f2d801f605a4179f1befb6041b1" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/binacle/binacle_shiny.png" +hash = "ec8928512dcbd94481d11e169d97fbe692154d17bcd92eacf40d3a375d5b49bf" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/bisharp/bisharp.png" +hash = "f27234dfb46b81b6644101d96a05acfd1f468d5e110f85939853e5996450f8da" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/bisharp/bisharp_shiny.png" +hash = "f1ac7da4329562178eba0ea10e870da719c0d09b0027328c3a7b7ccc8fbf112e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/blacephalon/blacephalon.png" +hash = "6951f461faf4fa5270016fcb933ff14b444e788eb2fe6ce4c672a4f84a95a4a6" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/blacephalon/blacephalon_emissive.png" +hash = "4d8039d47f9ad3068e5594e1fec59f72afb556d2003684e249657e46eff78862" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/blacephalon/blacephalon_shiny.png" +hash = "412387926e96a3a3bb309204677a344296a45c41134a51bb034d973286bcf59b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/blipbug/blipbug.png" +hash = "286c1f5d19b382ab419e5339a5782c581025e16ecb7027c9283e5e5dd6e43227" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/blipbug/blipbug_emissive.png" +hash = "0399e2d7e944ea83927f875f97be3b1fea78a6260fa2d899ac459e24c8ce568f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/blipbug/blipbug_shiny.png" +hash = "76ac2efeb313840dcb77a316d6f67b47b3ce1eafe82eb9ec0125dc29f5dcf242" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/brutebonnet/brutebonnet.png" +hash = "af1cf6200c426a18f347f09c9a55eb3111e242c118b34a57432203f04babb635" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/brutebonnet/brutebonnet_shiny.png" +hash = "50c0626b2d7361b5bebcf78a7d76da71abcc0cbccf2ab3b565f828f737b6c717" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/capsakid/capsakid.png" +hash = "ff4995e240a2a7ae3fcc6cc90badbea7a73239def92667997bbbd4ffbd7e36c2" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/capsakid/capsakid_shiny.png" +hash = "f475fcdc76ddc51fe06deabdee25d0734d603144b36458534126156ca383b803" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/celebi/celebi.png" +hash = "21a60e8b50290c1e6fc2068f8c5f5781ce036b4a4d7cbf55f098e01efdcd466d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/celebi/celebi_shiny.png" +hash = "5062327efb5ba30b4acd55aebbf3d38a5c8a400ab801c4e1b019b71c87c5bcf0" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/chienpao/chienpao.png" +hash = "45cd215ec4a343a4beb2137361b7340fa6b17148f0b6f31b400b92319416bd60" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/chienpao/chienpao_emissive.png" +hash = "0360761c017fed2c01dab937604510d7e59cd303ff7c1794517be82da1f1bb1f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/chienpao/chienpao_shiny.png" +hash = "c46a22023653b27e4655673aa4c367f6d1246fb084a207e5b73beefd449f342c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/chiyu/chi-yu.png" +hash = "703eb0b89a04f39881c820b4db507d3b69bb1b61c7b40da4947d557e77f861ac" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/chiyu/chi-yu_shiny.png" +hash = "96c861f1e6edf61f9f8a63b4175c5de503be9992697c098f38e962efc011731d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cinccino/cinccino.png" +hash = "7f64ae9199921e756b2262cda9b6871f6aad40280f3eb693de63fe109c9a39f6" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cinccino/cinccino_shiny.png" +hash = "87c40fb3dfe059f359977b57676ca8e1c94afa538e156a2cc7c8776b2c2b62e4" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/corsola/corsola.png" +hash = "367a5c3ce8e042d28f2dcd612eb97ceeeaed8df820f7c2197e791bfd7a704495" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/corsola/corsola_eye.png" +hash = "e4de57b8915714b81d23a07b4d441c1b354dad86a5a8e9fd4245e492482a04af" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/corsola/corsola_eye_shiny.png" +hash = "eaf9d4de08dc5a7eaae16f2b2c8634c617a2f557062a21e23d069b61eb4abf9a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/corsola/corsola_shiny.png" +hash = "7839f96a9c3a1ee9b95b2b5a4b0cf42d44e01945030d95d4a57c515ab3ac5643" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/corsola/corsola_solid.png" +hash = "1ee5efba58ce9cf6d776e2791a21140921b6b2972ccec7a7374fd0fac5fae96d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/corsola/corsola_solid_shiny.png" +hash = "20434f6cb952322b76b2f0154bb4e04f675083fbd0586bfe2ef68c3404161461" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/corsola/corsola_transparent.png" +hash = "bc470f198d2486eb85120281810dc07ddbf21e4f7d9de333261ccea244482dc4" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cramorant/cramorant.png" +hash = "d3ce2f3a531e2c9523d2853a8ebe87698f096f4535d3dd72f484ccee7a79e996" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cramorant/cramorant_shiny.png" +hash = "7f6f9d239c0826b3fda4c479864ba0186eb520a1b92f0d5a8349d1c3dae2a807" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cresselia/cresselia.png" +hash = "01b3c21fc66ee48a233359e1de2794fe8b78b4f2680ae413e32c597e9b2727a6" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cresselia/cresselia_shiny.png" +hash = "54625bd8b95f621d13b73940746d132dd1d05d35694fdbedf1d7bc9cc8173ec7" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/croagunk/croagunk.png" +hash = "90111dc099574346a83130610db19c84dbd8e09366adbc6f8260e9029e466a44" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/croagunk/croagunk_shiny.png" +hash = "6e943fbe3340d15a020d4f15353c3dfad2b8446e31e64cee310d31d3aacf9c43" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cursola/cursola_eye.png" +hash = "e3f10b9fb5436868b0a34756830693879f1ed50264ea6bfcf8612312edb86a17" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cursola/cursola_eye_shiny.png" +hash = "90870b47b08723d1e82fac460d932b112b2d0e5a9e89dc7374ce4f9334c58255" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cursola/cursola_solid.png" +hash = "ff8f19cddd2b0a64cf39b256702e380acd8bf8b5f55adcd57f1c763a8b8c01d5" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cursola/cursola_solid_shiny.png" +hash = "f16e9a07ddb6e054dc999730754d9e4aadf7af5672bc9979e51f1a57b9ac87d2" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cursola/cursola_transparent.png" +hash = "644b1feddb9d5f625e0f70f19e4593239c965d84e05608f4fb90f60d7178ea9d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cyclizar/cyclizar.png" +hash = "c49b35fe15c82eee36fc42227c42e92c9e7daae1da81e1858391d3cbdbc1b9b3" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/darkrai/darkrai.png" +hash = "95d194e6a15be2f7d584a6b8d0b6b6ed57ba576386af45969a477eee49105b2a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/darkrai/darkrai_shiny.png" +hash = "c899aec3189f9de30215155ca0d6f0f264ef7c1d0c4d037706a76073127d5af5" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/delcatty/delcatty.png" +hash = "9d85e90ea00d6ae2bf95fb61a955926a23530f0c0fcc471e41a98a7ef5b1e306" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/delcatty/delcatty_shiny.png" +hash = "2848937ecae2179e86e864c19338027cf20164fec8bb1101c4539d61b32e0980" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/delibird/delibird.png" +hash = "388929fb1451f5a527e1e119436abd84167edffa27a63e2e92425591aa62608e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/delibird/delibird_shiny.png" +hash = "a9f0b96113a029484cf32241e0a8811b04bb3890635501d6524f0bac4d3d7287" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dewpider/dewpider.png" +hash = "8452f43cbc3f9738d0eb17aa002daf0dbc27fca13453ecb02c7102ae9968b475" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dewpider/dewpider_shiny.png" +hash = "e66bfe829edd0ab169227d641dc2e459e16ba66e6cf5473ea5fd31270f7ec254" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dipplin/dipplin.png" +hash = "72e682d30bd09b9e460618bb7d8151c69a9fcf08de9f281e01fc40e66cd35bd1" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dipplin/dipplin_shiny.png" +hash = "27ccba9b8b9cb4472b80772178ddd07e26ba8e3b8ce508987b61bd264bcaa7b4" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dottler/dottler.png" +hash = "fceafc9807cbfb5ca18cd8dab87f92004934a52ae0c0c8e52124b8016e660bef" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dottler/dottler_emissive.png" +hash = "9ba172cbcbada0d8551c6ef8fd50ee3ff7de4f3307b3ba17115a5a92de0646c8" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dottler/dottler_shiny.png" +hash = "1f6772ae8eb1835d8ee7640a47dc60ba7165a5fedac2c263e60269675635fb33" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/drapion/drapion.png" +hash = "5cc9e10a477e821b25fb012ef9b5a076981144cc9cbf04c0a7b7ffdf3de0015e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/drapion/drapion_shiny.png" +hash = "0c080bc138662025361bac8f81b68ea3285b9bffe626b92c18e0c813d7d4b7c1" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/drilbur/drilbur.png" +hash = "fd2bde8e9157db3d9f6317cff8807b8fe0b2aeb31c4bae6543b8d3df5ea6bb8a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/drilbur/drilbur_shiny.png" +hash = "98cf2761c389faec6a67b18c5996ca7a2f011e206c1d9801da4dea40f39a07ff" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/druddigon/druddigon.png" +hash = "75fd0e5412412050a67604a835f1d0fcaaafa1cd46a3584d59bfc49bbf97bb1c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/druddigon/druddigon_shiny.png" +hash = "97673a4b5933d2c3c72811878de39486668f650341c75b2e17c64e2f4c2a4456" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ducklett/ducklett.png" +hash = "53f7f23d91e63039c0a332d64713c1e55d3ff18a774b14b6904e55833abccd05" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ducklett/ducklett_shiny.png" +hash = "9a862864ada5d2f6256a3c6389cc2ae6445030ac36b73cefcf54be6dabc7281c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dudunsparce/dudunsparce.png" +hash = "6bc1cb6a8b97ea325e399ac88ed4e61b89cb356573528ebf33175af0821da2c5" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dudunsparce/dudunsparce_shiny.png" +hash = "f984809862b6ba3a421244bc4bedda55b6dd6a6db958e512c99bf2d98b51c8f3" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dudunsparce/dudunsparce_three_segment.png" +hash = "3e92f10c4d7d612ca08cc6d14377d64c5a4881d182601d053e20bc5121bdeefc" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dudunsparce/dudunsparce_three_segment_shiny.png" +hash = "4352f55582bf0da503ea8cc5a62ed503af3aaa727690e0785944d1065573778d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dunsparce/dunsparce.png" +hash = "bdb4ae49307075cdc47cdacbbef8d5a719f17fd8083b33fd228a31bf01993505" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dunsparce/dunsparce_shiny.png" +hash = "d0cb13ed20b94eb9ba3d7c3e2732f9778c67150c57ce8880c12fcb3006c2c33d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/duosion/duosion.png" +hash = "b62ab79c3de692645aae5d10c5fd9a2f0b3b4679f585fbdaa2b14d1d7cd63b6c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/duosion/duosion_shiny.png" +hash = "09d767bcf1e3ca9b2adc73972416382104e724a4b4a8c84e43d1afd39385e59e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/duraludon/duraludon.png" +hash = "1d1175a2eb987473b36951c73037caa61b319a22236b746302acaa986f350614" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/duraludon/duraludon_shiny.png" +hash = "f69e68b026af0e9962207efd8c4937802d7496f946b503ae448955520eec970e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/eelektrik/eelektrik.png" +hash = "8f87d4449f1621db634a4d0f15f1dc1a9661f16cdb45705ea7d76ac9db64633b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/eelektrik/eelektrik_shiny.png" +hash = "0e0e8b0d58929a3f45aba860ffca24b864685fbace2ae1effa85e535919c0b76" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/eelektross/eelektross.png" +hash = "795e7143f77478ad550aacbcbe36535489891b7c10ac3cb952f5d1e73007f78b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/eelektross/eelektross_shiny.png" +hash = "5e65a977e813639e052c0bde7171af2bda8fc921ce5a724148988a0123a5f7bf" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/espurr/espurr.png" +hash = "4a4e015ee4430c4885cb77c7725e8c0a91d16b7747d937d695b224c7531f2a9b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/espurr/espurr_glow.png" +hash = "b0af24187fe6aa478dfe55652dd0623da84708c5f236660736f5ed3b98dd8483" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/espurr/espurr_shiny.png" +hash = "9903db8cedddce09238aefd798b39cff1b88172d9286f6e756e25b6d43a9275b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/eternatus/eternatus.png" +hash = "577ca03d37972c97ed0335ec30947fb1657fe158445a7167f4bc256fb858e363" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/eternatus/eternatus_emissive.png" +hash = "72eb1255288255023cc44df1bd052c04b0917ae472e067195a2787919b5f2cab" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/eternatus/eternatus_shiny.png" +hash = "27d2441ecd670e338ca055e1c444aa754b5fefc27be9c11d80dcc61ff1e5da32" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/excadrill/excadrill.png" +hash = "4180dba0c4fc06ffb6d6e9cd5c08ce70e51f42fd5b50bf89da159e4e82a238a7" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/excadrill/excadrill_shiny.png" +hash = "55f3d209f07a675369d356e08bc37d791b3d253fbb86f53b63f36b77879f3733" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/feebas/feebas.png" +hash = "e9ecd86357dbc0be8b5acc961f8d67688065c2548b9c1a0d02009dc75c29ecb8" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/feebas/feebas_shiny.png" +hash = "3cfe90d12caf19835738de0a624f0298d095d1754812e10d9f2a15788234a4d6" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/finizen/finizen.png" +hash = "c4e45c0c3a7c2e6fbc9e93548ea184f003a4e0fb010961ca996c89e79781abb6" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/finizen/finizen_shiny.png" +hash = "d65c0505c2340317b213d5c1c9dc56785c08f908b77cd4b5e888a86f4d541e7a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/flapple/flapple.png" +hash = "4c6b2178df4c89efc18414a8c927472aed5ed3279c27bc6d9567b66f2ba2fabc" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/flapple/flapple_shiny.png" +hash = "7616856862fd5582fae32f469f2c8c39b64cff0c0045d56fa4e14df8f8d948ad" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/fluttermane/fluttermane.png" +hash = "bd27f6e35b2075b666f1fcb24c5c8952e18326e8c638e404bb5a6e87f389cc42" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/fluttermane/fluttermane_emmisive.png" +hash = "777facbf9439ed08f9441996d009c47417785a79d2331e27732e8834948985c0" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/fluttermane/fluttermane_shiny.png" +hash = "dafb739f7ae9ea340842b64198c2d24eda4eba6270023c76baa5213100dfe700" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/fomantis/fomantis.png" +hash = "478ae79e1d9d12936c6fdfdb9713a0973cfb8f0b4b1573cbd5901308b221861a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/fomantis/fomantis_shiny.png" +hash = "de284733e26ac7289e0f5d50b726afa52bf115e34d9de685c630c1540707a3db" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/foongus/foongus.png" +hash = "640979bf2052a2c61cde6c0fd99bb60f45ac398f814e31e051f88efb3201882c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/foongus/foongus_shiny.png" +hash = "d3d91c23c6286b7916ff4a9b948a51af20cac405f5423d544b62b82119d140e6" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/frigibax/frigibax.png" +hash = "fef131ae3dc7a2ccce6a41159653c809137d6b351166bef0c800144638d0d593" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/frigibax/frigibax_shiny.png" +hash = "1f22932f774a16664711d9c9899c4b6dc7e204123a69c9cbb2aa82999a7c5265" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/froslass/froslass.png" +hash = "04827f96f72c07227f69c85a87106c8be15d4a5493a4ea74084cc7962c904484" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/froslass/froslass_shiny.png" +hash = "63d49a5433a611254b5d0f857394f9336b87c3a93742c316e1054f7c1287a45f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gastrodon/gastrodon_e.png" +hash = "2af6c132f865ddea515551f3249b82f25ad849a049630696ed7be26cdfccb0c3" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gastrodon/gastrodon_shiny.png" +hash = "a1e119d8838f20775e81c9c284b2ef5c8ab838da4d4ffc3969f262f59afea268" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gastrodon/gastrodon_w.png" +hash = "905afd1994c5f6505f7a8b5049db9e450920bda5164269d08a10269b36aa1ca2" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gastrodon/gastrodon_w_shiny.png" +hash = "93c306172dd3b2668be22eef5eef4c8649e3b3aca3352aaae9a076b1b7aebd6c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/genesect/genesect.png" +hash = "ecb4da5e8332b11a833c0e2fc2368c5bb379fe3d3b5d53e8758af1edf0cc6a95" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/genesect/genesect_shiny.png" +hash = "0a05db82329c659ae5d07cd84dd06378f0a6f2b718071bf8eb9d6f783091d012" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gengar/gengar2.png" +hash = "45ce6de3b01dc6bc67774a7c0d8b78e9a20ca2f0448a1b4937ad2d7b2199acc3" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gengar/gengar2_emissive.png" +hash = "59571db96f188dd20e640ca8a826506b49443ebfcef0eb88379cb56904d447ee" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gengar/gengar2_shiny.png" +hash = "f276eb5c8559b9039864d260e5ecb5e7444d54ec3a4f5c584fc281bd6881a3ef" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gengar/gengar2_shiny_emissive.png" +hash = "d76aff8d0abd9a2aea541177529e49317946dc202f3ad00d490d189c20e4db23" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/geodude/geodude_alolan.png" +hash = "0863a07cf66c2ed68e8a899345764974621c7b1b7f08d76b18fa1ac8dd97fe2d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/geodude/geodude_alolan_shiny.png" +hash = "fee21daeac15d527ad36caf74bc576647da3a9f0932f1800be49333371b46e2d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/glalie/glalie.png" +hash = "bc13ed4bdfb432a97dfa845e63107a18ffefdfd23934a0b6113207c56f444c4e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/glalie/glalie_shiny.png" +hash = "450fde6cfbe58326b120017c7eafca3115b0ae4517570a225c4c6c0414a80f99" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/glameow/glameow.png" +hash = "0e002a49a63a7f693972fc31797b5d85c72073ebee67cd4db1763edd790fdc3b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/glameow/glameow_shiny.png" +hash = "8d3d2aa3d92953b660db759f2f7749ac9c259b62c204581bc539514f2e6b044e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gogoat/gogoat.png" +hash = "835901dd1e3ee62ce376c8774fcea3e6b9435cf5515eb685f9adc2ad9c0d02ab" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gogoat/gogoat_shiny.png" +hash = "406b79387e966ab35c4701304d38205b77873528e715f3d1f2f31389492129e5" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/golem/golem_alolan.png" +hash = "49f0e238c12847d949618993f384712dbd2dd4445bb2f54c6a8c635435ffa3c7" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/golem/golem_alolan_emissive.png" +hash = "46f57b571f7962eee21b2f6f822770e75b72b293dbfb5a99a131d93638ba2f57" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/golem/golem_alolan_shiny.png" +hash = "5513c4e1b5d32951e60c49226cbbb1237737d770850494622ca5ebdef1db6f78" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gothita/gothita.png" +hash = "28be55de12e595bbefdfee05d15b117c610d663f7e8091005314b1003688b067" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gothita/gothita_shiny.png" +hash = "665a9ab59a1875ff6c1c9f8126bc5773f5fc9348ebeadba1162a03a5e6904dbe" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gothitelle/gothitelle.png" +hash = "42488ee29531511c57d4f5c0503573be04437bf45a46e6fe54b32acf4ea911ed" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gothitelle/gothitelle_shiny.png" +hash = "0827715e6c0a51df110ee354083e3996ecfb9e3e7c65138a4fe2f8715e984f0e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gothorita/gothorita.png" +hash = "e6cf8e8e7000afb2bdb38c5a271c27a615033200b2dedb21f9efc498481f5aab" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gothorita/gothorita_shiny.png" +hash = "1b0186c9660140a43ac15b93f41c18d8e0303e8d6b23dda1ee65e5ccd07d0031" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/graveler/graveler_alolan.png" +hash = "725fe8b35dcd741621834bde3272845671083623e71d4d1d4d5a641440416c7f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/graveler/graveler_alolan_shiny.png" +hash = "c85a630c13f8461c2d12e630c42f1b6f640c7080d440cbcf744136e1eee49463" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/greattusk/greattusk.png" +hash = "97e2686d291fdaf9620214d8deafbd7e7abadb74017493ae820021ae1b4da44f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/greattusk/greattusk_shiny.png" +hash = "5db37f87563f70f1781861ab0782e334a5ae8efc809de459e17d2d6976c65250" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/greavard/greavard.png" +hash = "8edacc0eea267c242e7b960ea1a2be105d58787076a0337811eaa0b32043aeda" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/greavard/greavard_emissive.png" +hash = "ec28c5002b0a2feb4b16ee4271940f0d8abca19e5184e13030e7ec0325eb49c1" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/greavard/greavard_shiny.png" +hash = "2f0d692a219f71247836c960ceb74aee8b26673a2d83e7bf838866ee08854a5c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/grimer/grimer_alolan.png" +hash = "caed7180425714b598c87df2d1502c11ec0899ca8abc90c47b07745c3381d3de" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/grimer/grimer_alolan_shiny.png" +hash = "06c65eefd5e18fc7314734e6e29636507d611cd8f309c30ed3601cd1286942d2" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/groudon/groudon.png" +hash = "42feabe3180634300b13423573dc3a17dbd147eb9354bd2a2c440798fb97add8" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/groudon/groudon_shiny.png" +hash = "3e0aa6e09bddf4f6d89838d91e44213f90142d2ce45ba14dd5e9e18fa0f55015" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/groudonprimal/groudonprimal.png" +hash = "d710940d7eb5d5858edf748c722a4ccfb13e31e3315ecd2fae508dbb9f66241d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/groudonprimal/groudonprimal_emissive.png" +hash = "b8c7531448eb12d6e9e9d8e8d254483334dad2f74e7bc70f5b28bdeb1b8ca42b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/groudonprimal/groudonprimal_emissive_shiny.png" +hash = "e5378b08d26204e49ed22755962124d523f70f2a58ed1040569e8acf7f118026" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/groudonprimal/groudonprimal_shiny.png" +hash = "97f7392f77961fb75db2b9fd64450cb79ead1ab80e835e8239f3de5fdd4dae7e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/growlithe_hisuian/growlithe_hisui.png" +hash = "acaf005f63d4c4bcf3271e79674f5d5b3195c5b22d00dada8408cccc689ef162" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/growlithe_hisuian/growlithe_hisui_shiny.png" +hash = "44749d19367d41dfba17d2824217b62627a9216d92ae1a9f016143e304c8cb04" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/guzzlord/guzzlord.png" +hash = "03dd404cdf0d25b22bf776dce08df8cf1128f3607f846da8f5c3d018f5bf9e6a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/guzzlord/guzzlord_emissive.png" +hash = "4ac57f59e8bae6ef7a32967247fedd039acd242f3e1042552a26a655eccaf8ed" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/guzzlord/guzzlord_shiny.png" +hash = "bbd855dfd24bcf9d6755a0288ae2430debe9627ff8e003693ff103e7739ef4a5" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hawlucha/hawlucha.png" +hash = "e5a7846106e6096520ad91bd31596e771679a1dad1c5486cc3652702a556e8d7" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hawlucha/hawlucha_shiny.png" +hash = "e4eaf3ad75de4d25095ef1872668ae806dddff83765d32312ce86c028b59221b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hoopa/hoopa.png" +hash = "2122d34f6898068c0df9ceb016a637bd6d8685a3b2b5234d3591d4be842cdf68" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hoopa/hoopa_shiny.png" +hash = "8c264d0fd2531d2cdc43cedcf8e6c4860f21be753b1256dd48eea25ff77aec02" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hoopa_unbound/hoopa_unbound.png" +hash = "acd088dd8d33d0f7c67d6d9ec8fb0102aef47c79cc980cfa0885e4b0a49d4e69" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hoopa_unbound/hoopa_unbound_shiny.png" +hash = "d78d64e6043e40079b77a4eb116d97f4d189f6f3f220acc7c988d2d2842cc33e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hoppip/hoppip.png" +hash = "c24d2842c8a2f780cb518f7be633b59318eb499807e037403509f465764f4599" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hoppip/hoppip_shiny.png" +hash = "3e5b737a88b5bf0e12e69a28d401f02822f3450260142ff2bc6c220a35070363" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/houndoom/houndoom.png" +hash = "ba141b0f3270f4225bd6a0211c803d2cb5fa665b1a2b4570253d673ced937685" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/houndoom/houndoom_shiny.png" +hash = "da74ba709901f6045e4791d5dd5d19f3d42594212141e207cde9afaa9687c871" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/houndour/houndour.png" +hash = "0bb775a4f6955efba2fc8017f45576d1939a4cba848ce172e9425de6321506e3" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/houndour/houndour_shiny.png" +hash = "76732dcc2e75b616ea7ec2bdaff8a1d437fb22bf123a71ea46955f9a5b94f3bb" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/houndstone/houndstone.png" +hash = "37134d0f37672607129562eacf684d9a86c257270dda0822edcd431a1edc81ee" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/houndstone/houndstone_shiny.png" +hash = "b89dd85ed867312b252d42660622ae79dc463278f43ebb7e031f73ebcb50a28b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hydrapple/hydrapple.png" +hash = "66915f5ed01c090e0d59f648be5fe2b8727ab37f61073f6fcd2d987fd8569ee7" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hydrapple/hydrapple_shiny.png" +hash = "be23fd0d61d48a9696c78c43d49c555a98ac2d878986ba5e837e9b6c88100d6b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/indeedee/indeedee_f.png" +hash = "2e840af8f99e0251199bdee296891bee03f87bf6fb6f61076962f4f67a26901f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/indeedee/indeedee_f_shiny.png" +hash = "6004dd25d07e95930dd5ac1bfb4e03e60cd7ada98e78b601d8de177df62cb6eb" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/indeedee/indeedee_m.png" +hash = "04e3d6bf28688ac078432dfc42b0fd53b3eedf02cca6fcc523d579b3557a30a1" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/indeedee/indeedee_m_shiny.png" +hash = "4308969e23a5cc1c2da7f55d24a18e65a497082def6b83afe78baf941d6ffadc" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironmoth/ironmoth.png" +hash = "a1ce16c97fe93a8779bd911a3bbc381f2905158b88dde225d82a3c8d1d51efec" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironmoth/ironmoth_emissive.png" +hash = "ab7eab5a3eb38617ec4bfca8bed06a340a99174740293591060303af00c76d1c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironmoth/ironmoth_shiny.png" +hash = "585eb990616890bc262f82956bd9c254b7af6c33868ab8304f347f3ac8cb9d48" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironthorns/ironthorns.png" +hash = "d50ed8ceadff6c4a03b4b0b1ccb82ce98e193ce02e8d0a1aa0b405d46654e54a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironthorns/ironthorns_emissive.png" +hash = "c6454694aac873a3dbb5c6c4988b127b5a0153798aa47db5241e954a77a60614" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironthorns/ironthorns_shiny.png" +hash = "a5a6b3a8861e9263243b906b13613bbf9861b1a6366c528d606c2c2885890233" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironvaliant/ironvaliant.png" +hash = "a456b7d6304ec8bb9929e1715959f9580ebf2af72fa7a3b1fef4078e4f423388" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironvaliant/ironvaliant_emissive.png" +hash = "b449fcbf53ff12a6e7d61aec5d268372d1d78148eea486b78232e318751e536d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironvaliant/ironvaliant_shiny.png" +hash = "182982a97651fba9567ced437a3b7bd73a4f5f0989bb08a0ba94f0d3660cdf8a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/jumpluff/jumpluff.png" +hash = "5d517df211fc3be22b9b595ee5636949f7d39f9509c9257f53cdc1daeb9de369" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/jumpluff/jumpluff_shiny.png" +hash = "a982a479273edd3c0e6d88526cc72a05dabaeed957ae7115003e993d6d52aec8" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kilowattrel/kilowattrel.png" +hash = "679b75b7c4b6ee33b1eb519689e2bc5ff03fda99a08cebf7df5a68e36c090938" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kilowattrel/kilowattrel_shiny.png" +hash = "043ad424487705e11d527065604817db1456275692ae4a9b44de53fb707ddcba" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kingambit/kingambit.png" +hash = "dabdd678868b923fccdee20ec2eaa270695e169ca2fdda421cd953b0689debe4" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kingambit/kingambit_shiny.png" +hash = "79df809f9c40a8aeae7499034aa7f3c1e457682ce717ffab992a1b24d3fc2929" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kubfu/kubfu.png" +hash = "ff6fea07ee259bb2f9323cd9c03526aebddd9f8789da585cd0f9fa4e258683b8" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kubfu/kubfu_shiny.png" +hash = "dafe4257a1c7975912f92d37ef1a0286ecb8058c7466155e510f1d17adbcfe35" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogre/kyogre.png" +hash = "43049e3510c962abcd361dec4717aa99feedd368977c939887756d6ad9a0f541" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogre/kyogre_emissive.png" +hash = "c4900fe9a39641dedb7ed5a0448c02eef56ca47e8bfc3aee7850ae966ebbf80b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogre/kyogre_shiny.png" +hash = "b9e5f83bf088d8f67e76ca45d0495dad237a45baf3cb42678e65bef608a9d8f0" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogreprimal/kyogreprimal.png" +hash = "a99ad9b570900611b711011e17b9570043b3c3339daf3339d30a0c846faf1b47" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogreprimal/kyogreprimal_emissive.png" +hash = "147781fba66756a24bdc569ef5801428938f97cc721b6a24508a77bd8955c36b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogreprimal/kyogreprimal_emissive_shiny.png" +hash = "9fdcdd80ca79c5f95e4a8be59e53c8cf383e030e2d390026032d4ea6f912d8b4" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogreprimal/kyogreprimal_line.png" +hash = "157816f68b41b010695537e2d1bb4662e7aa2ed9ed0c1e7bce489b8f90a7424d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogreprimal/kyogreprimal_line_shiny.png" +hash = "cd547d8ea04c43006e6fad2c2d62a0ee6f77dcdebe3bef91ae60f8c4bf2c1f5c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogreprimal/kyogreprimal_shiny.png" +hash = "b5ed2c1b47914bc2c35008c4127d2d11a361a8cf1c3e098714a24b08432a6ce9" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyurem/kyurem.png" +hash = "9e6b57ccfbfab7a380e93339d30c69713543344f3c99559e7bc5b429d3b3dd5e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyurem/kyurem_shiny.png" +hash = "678aaa98861251c0149f3bce4cbe11322a187e09ec512b2ad8c32300ff6f6b39" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyurem/kyuremblack.png" +hash = "f8a967001ce3a285e2b6532c31aae425776f31c981d54dc7175e40d8107bd40e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyurem/kyuremblack_emissive.png" +hash = "9370b3e2673ab3e11b77597d59e0b37bbdb62fa8065f92309a8bc8ced046b97a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyurem/kyuremwhite.png" +hash = "63131ba3cfb339bc7460d08b7e034e0e288ca1e60f9e111ac1734e106f18ba33" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyurem/kyuremwhite_emissive.png" +hash = "ba27a13e2a0099ebc4697d0189a944b020dfe7c8f6903603076a9af092665044" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/landorus/landorus.png" +hash = "61a255be4aac69a0b759f8c2395984d5b1e2e7745b54e3e8faaf125ea4f6a120" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/landorus/landorus_shiny.png" +hash = "31fb69f7886e35a9da9cc77976d160c98c5fa9e9d6f6b6484f38027078cd421a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/latias/latias.png" +hash = "8f4637bc0779624010fd6d66da7530dbca84382666f65b11b9e12067fc228d4f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/latias/latias_shiny.png" +hash = "b31bc8e8575d3a6908368a70aa2786946cfd3b5e898e566714366c5cf2e45c1a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/latios/latios.png" +hash = "6716bf386a51a6fcd193c60aa5623da84c4c396c69ff0f045e99f0f6b2408e08" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/latios/latios_shiny.png" +hash = "6e72097474436538116949698fcae2da66ab6055b3eb00ff663eea08ab91e61d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/leavanny/leavanny.png" +hash = "6674d1cea7b94b77bbd5e0056ec12df17529dc154aac9d4c2b134972be00938d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/leavanny/leavanny_shiny.png" +hash = "17d01769f6de41455421a802e9c2c54064d32c63abf39c5a3305c838ff65080a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ledian/ledian.png" +hash = "4513199476cbeed0cbb911698ce5d5be65fa176249d657fee5aff9bde44769ce" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ledian/ledian_shiny.png" +hash = "e8aaf5dca974b56bdfdf701fa4e36bb55a0adc22b33db28f3d4cabae1098fcf7" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ledyba/ledyba.png" +hash = "b16cc57ec4cedaf4cbf94ec89b5d03370e1cdc3d1245cf18321abb82a99c3ac9" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ledyba/ledyba_shiny.png" +hash = "3865024d9112c8c6888df3e9aee3a0ab1f34ffad46aa3267cc6a4aa2ec4a6cdb" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/liepard/liepard.png" +hash = "615df66cf6877fc83844e58fe8c4ea163c2c816596287560e84056df217fbe56" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/liepard/liepard_shiny.png" +hash = "1e1eb3f0a70238b75803c2ef9f9f2d935a702aa169d426cedbed3950a073dcdf" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/litleo/litleo.png" +hash = "8ee0b46a027bc6227d22275bbc2e9b4c5eba4d75dbc337ad4af16963cc5e449d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/litleo/litleo_shiny.png" +hash = "02e6b15cf8dd674dc7436cd8f3cb6db9e97aef60b30cffcb5f90d69d6df8a26f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lurantis/lurantis.png" +hash = "885c430d9283b8dd1ba0b45e0cbd6f5d500c89f387af0f0fd583630b4f3df592" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lurantis/lurantis_shiny.png" +hash = "ff2b06fa0f638aeb02a483c52c88655f4e7e1edbaf59cb9b3eca3a0e3dc13d17" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lycanroc/lycanroc.png" +hash = "9f2a6c2d1a5885cb264721b748aabd143a485e63672e8e2a4635b1407098ee32" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lycanroc/lycanroc_dusk.png" +hash = "f63e8f03ee03fc532b4943c9afa389b6cc852ff3b0e0e57d837368db0fccbcdb" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lycanroc/lycanroc_dusk_shiny.png" +hash = "f2f4354feb67b09893ffab54ec97ee69f6a12c8ed2962b33fc7a0b88998aa2e3" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lycanroc/lycanroc_midnight.png" +hash = "d04efc5e4c39d5d56df7d3a7abfefc10c7fc7d75eca60cd4b13b07c91f08358c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lycanroc/lycanroc_midnight_emissive.png" +hash = "c605bf02cc4977fdcf1ea44683483bc29c55056bb066e5ab594fc1768ab43ece" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lycanroc/lycanroc_midnight_shiny.png" +hash = "039ebe744fdb44a3dab0c74bbd24ea7706fad1ce5e5b4c6158026954f876da8f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lycanroc/lycanroc_shiny.png" +hash = "607d00dd9e2061ef9f9941db5fe9da8019872e551c1a24cb3aaaf06fa2587228" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/manaphy/manaphy.png" +hash = "cce169db82660149adbdc87664e21260aa22df60e6b215b8b96ff18a99d09b0b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/manaphy/manaphy_shiny.png" +hash = "526135dc12dac37ffb5c3c71231656473134258e0fee7c010868991a00e21aaf" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mandibuzz/mandibuzz.png" +hash = "21498ec83ef99e6277dc019049464ef11a3d93876aae0f03c84658e36ca19eda" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mandibuzz/mandibuzz_shiny.png" +hash = "0e5a7c811baf51968c1579a50c11156d036dc58ae24193b8d3a049424dbfa5bb" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mareanie/mareanie.png" +hash = "f3cf093ac680e6080ef677d830fc1547a49b534815b859c008af1c32262f31c4" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mareanie/mareanie_emissive.png" +hash = "f0059140b5737cf0471f752d9b79a378e13a3923e6dbe2fd0332af6fc44d8c45" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mareanie/mareanie_shiny.png" +hash = "e58464772c0d6b6d787f9854eb42e1b4429d5a7003d10e546298a67f8de7b88b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mareanie/mareanie_shiny_emissive.png" +hash = "a459ea3ae22a400551c2eac7229a39e37395405cb2dc2c43ee94fcfc967277c4" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marill/marill.png" +hash = "6d2c76c6d4ddead491f8f3b05921bd4acf97c74f10f38b27839d68e0420f452a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marill/marill_shiny.png" +hash = "e3b06438bb1a554fdcab8cb27c62afb4f84d91dd855caa6f777a35d83a2d1c69" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan.png" +hash = "3e1dd6eeab7ec1e5297b8d4696ce294eb7646f71a2e5174e846aac5a25d8fcfe" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_emissive_1.png" +hash = "71270dcd6acefcc631ae7f8cfbf38fd660665378c3b1bb35067a493c33a51a32" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_emissive_2.png" +hash = "0ec8aaa0711c1d39f2d354bbf1da24354b947ce758851adfce3338a0fe4553f6" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_emissive_3.png" +hash = "284377e4d1d0ea99a816d5227e6ca75f61f9973624b470f1e33826629913fa89" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_emissive_4.png" +hash = "d094406028bfc3bebfaf0acd749dd7591bb014c093680ad06a7c87aadc442fa9" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_emissive_5.png" +hash = "e42daf65de81bf638f0d184e24bda1c0bf4515010ef98cc2eb9871096bb4cc78" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_emissive_6.png" +hash = "5ea0ae72ac0093f3c9189313ab79495016d237718ff14419ac8a4bf2c00cf65e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_emissive_7.png" +hash = "440675227377982b4b69d6522210d2207f750f3ec1b1870b5a527d5b6ee7c666" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_emissive_8.png" +hash = "25495fb2d14e0709f8bbd7331e9fecddf0fa68cb5206844f0e335a0605f0061d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_shiny.png" +hash = "f72ca1ea9f0ea0f5f35c1020512a739153345f2b302204036ac39deddfcd4996" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marshadow/marshadow.png" +hash = "2f754abc2a1160998da30c2fab059938840c9de7e3a1e9fdef6be081852fd749" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marshadow/marshadow_emissive.png" +hash = "fee177efeb39feaf89faf3e87462787c390358613acdce943e09d1d4b95eeff1" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marshadow/marshadow_shiny.png" +hash = "080f8364a15c4b52ff465a6bd05b6d85d290ec7479816d3988a73414a2a93c9e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/medicham/medicham.png" +hash = "6967f5d71719cb01ec76b54d17ce0fffab72111ddd66c0f14ec647c26c1881d5" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/medicham/medicham_shiny.png" +hash = "67d9d6cf663abfbf0b228d3085c0ddb2a162df531486aa473318b3fcbe0d751b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meditite/meditite.png" +hash = "54b10b70c347b28cd3bc5b1588f817dfb656ecc99497a29ed06fc0479ce3c1c5" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meditite/meditite_shiny.png" +hash = "929e7975cd7f15043ffbb908558c5753debf60e7a754a4964c8a44b3816675f7" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/megarayquaza/megarayquaza.png" +hash = "68763c21319cbdd01a5774d1fa80710edf8f21f50cee502479dadebde7f1aacd" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/megarayquaza/megarayquaza_emissive.png" +hash = "79a6470dc83115459a041e22551608715929d8faff181259d18e98f82185beb2" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/megarayquaza/megarayquaza_emissive_shiny.png" +hash = "79a6470dc83115459a041e22551608715929d8faff181259d18e98f82185beb2" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/megarayquaza/megarayquaza_shiny.png" +hash = "7cf212fca2ec1c3e32c387ff7c36db12bc58d984619266d05ac4e8a748cc63e8" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/melmetal/melmetal.png" +hash = "921035d97d46dd937b1d22e4759a22a8618eae8f30618f69935bc3f5072c51e8" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/melmetal/melmetal_shiny.png" +hash = "6aeeb18391727af07cc9965345303c262793969bc4f05128059bdaf6e62234e3" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meltan/meltan.png" +hash = "0dcdef7548636b9cc3fadf6714ae75314d8c15a4c6071aeccb348ba98addd13a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meltan/meltan_shiny.png" +hash = "69946ffaf3a469605fc06185bdc272f205ed55d834f492908375e77406a23828" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meowstic/meowstic_f.png" +hash = "c96ac7e96b66c4261bfc708b6898615c63c86cf2af1e84f75bae3519f7501c1e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meowstic/meowstic_f_shiny.png" +hash = "51c0c6577242e7ec43f3d5320f9feffc285d7a3672be0f09fd668e73add023be" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meowstic/meowstic_glow_f.png" +hash = "de4edb24119668276a45fa781b3763950835ab395c4e4c77c4c2b624ad217017" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meowstic/meowstic_glow_m.png" +hash = "727395e029dbc490c119edc1f9fb877954ccb35fa8e61885faddcde93e0a4dd8" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meowstic/meowstic_m.png" +hash = "91125a19e9ccd1b0e607310c66b3d12df6d2dca8be577c04bc80c5c79c9f9b8b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meowstic/meowstic_m_shiny.png" +hash = "07b263d57efff30fa77731237bf904c83887472856584197a8756a9cec791573" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/milotic/milotic.png" +hash = "c3feaa1c86631dc9a21bad363390836670151c972750a42e0ca6ff8c309b5257" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/milotic/milotic_shiny.png" +hash = "b50be7c647f5cee87ebbec5d650d0a4cbe0d4bdaf0012019dfc59a16db5bf9d6" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/minccino/minccino.png" +hash = "9fe76ae3718e86de1265bcb5293e6e304350f43c016322663af0c85c2f299d68" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/minccino/minccino_shiny.png" +hash = "92f6c9b6ebee3a411099e77a2f9a14c91946b7ad36580676373581462a341a52" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/moltres/moltres2.png" +hash = "1d270dc7498a2657dba8233408705a288f8d97fe1fbd9902848b12dc1c254d1e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/moltres/moltres2_emissive.png" +hash = "5d22e8f3f65ab02ec811114eacb767906b00a73e62d64c962c0ef05a380c63e3" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/moltres/moltres2_shiny.png" +hash = "75277b1e93da56dd1582be3f81296b42e3888be7b76a0b89badb86bf4422622a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/moltres/moltres2_shiny_emissive.png" +hash = "e9cfd4c7ae35b3001bc67aaba571a1cc7e109528885784a59233e0e14088615e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/moltres/moltres_galar.png" +hash = "787cb826dc3f3a30098396a047f58ac023d57f1f1a6d55128aeaa92f90e245a9" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/moltres/moltres_galar_emissive.png" +hash = "85642b7b62345b870587bc2bb0fa928100f6a8b772d4de1be05987d302688a49" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/moltres/moltres_galar_shiny.png" +hash = "be2dc96799fcf2b6c67028c15864334b5133ff1da7695a60c1854ccdae43a28d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/moltres/moltres_galar_shiny_emissive.png" +hash = "ba85aa9ef351951b89baf88947792650354b348c55b27285a830e4d103aadb7c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/morpeko/morpeko.png" +hash = "0a15512e41188dbf1769bfb1de3408147569445f885421ce1ad638f742e78477" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/morpeko/morpeko_shiny.png" +hash = "6915951adc9625eb3ba7aaf297fa202ba0e4c32b36499bfccc165b96721d36c1" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mrmime/mrmime_galarian.png" +hash = "59887bb2eae664f19dddbcb851ee8bd0f5af681dc8c12d63aa09244b048b6af2" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mrmime/mrmime_galarian_shiny.png" +hash = "dc37b4e32d2e8d266b637a1b29758c864f9e39ecf9d840368ee2bfdbeb3e945d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mrrime/mrrime.png" +hash = "3cef6a68ea48d9d843fbad06a33f14bb0a351b09a6878d80423f68e53f6f0d50" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mrrime/mrrime_shiny.png" +hash = "311ca366044ec22d7d3d3c80679424fbf56c8fabf3a49e8a33c010f7f2591d0c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/muk/muk_alolan.png" +hash = "a051baaede771bf649a2cd4712f45a2ec2fa4e54e7bb00a79dc467e3d9aed723" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/muk/muk_alolan_shiny.png" +hash = "2ae49d5a5fe7976a096a55cbb7b92af460e343d797ea10068263706babd83f25" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/munna/munna.png" +hash = "dc563b016b92a5bdff22257f4c799c4754e24d99c524ac92925b48c13d280cf0" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/munna/munna_shiny.png" +hash = "135cbe23b42e6e981cc61221bfc850bcd05efeae849ebb09aa2c3502b521aabe" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/musharna/musharna.png" +hash = "4691df4d33c2aa3f20873f69c79d896a77407552e5cdc399240b024d3ee20d8c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/musharna/musharna_shiny.png" +hash = "4e01bc2e03080c77a48d1d74415d857a6d5aacff96ba480aa59c1e532a781f21" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/naganadel/naganadel.png" +hash = "4850c1ed4d9d7815a5fe919676264109b172ecaf31165c7dd911e6af1ab671cc" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/naganadel/naganadel_shiny.png" +hash = "d8e112528da479670dd54ab62eb93d9e42bd737d98c8c7a8e6e83c53ba257863" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/necrozma/necrozma.png" +hash = "38415c4802e5b668f1096f4e799c637cffcb9ab69887bc7cf442c05c58dc62c8" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/necrozma/necrozma_emissive.png" +hash = "8faf4947f97ac0a5f18b979f8460514f145840195703638dbf5b4e33ffe2ec73" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/necrozma/necrozma_shiny.png" +hash = "1123561d772e6fe29083fd378b06e25aeb4ddaea0881ae29977870d7b1dd2f16" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/nihilego/nihilego.png" +hash = "bcfcfcfbade8a9b0f02c14d1117df04c39f30f9a706df40334d30b313b0fc335" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/nihilego/nihilego_emissive.png" +hash = "75b2263f04694f71d2c1f5a8912b76130e5f8c6e13e3e56e703cc88d458efd36" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/nihilego/nihilego_shiny.png" +hash = "2cac0499313ee33a08259166c517f56d75592da874da1ee7375f6bc594c51544" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/nihilego/nihilego_shiny_emissive.png" +hash = "4b1f95f761281a5f0be156a08fac6a8172bc6f6a693e0d6ae5d3940dac0b2601" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon.png" +hash = "5a249a296d399f9d01560f2a88e99b90f01a0a683f722654b2af7159c62c7c17" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon_emissive.png" +hash = "c404edcc9442f19111f60da6f92e253e784d36256effc6d3bb196fb009171e88" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon_emissive_fire.png" +hash = "8304173f7dd5cc999cfd8a911437ea32c1439b14c0d695083051c9881438ba9f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon_emissive_rock.png" +hash = "f447536be48c2a0c0262104a4ace10abed94ab83ca26169bd76d4172e98a9b48" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon_emissive_water.png" +hash = "a5738edf82cd19ab0a40cbd7b365f6c845fc9d45c061ea923af05daeddd71de8" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon_fire.png" +hash = "42c36d6a83d2ce544f73bb0ac8a419bd5ac42a5e706398436055e2a7870de38a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon_rock.png" +hash = "d8dfc6d5e1ef254e23f1c961958dc667b53116b9d9a567483ea05c57bb8af0b4" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon_shiny.png" +hash = "b695f9781cb037a5651cc8f5309489a23500cf5094c47edc6f313939ec0ad587" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon_water.png" +hash = "099685221bd6d18e4f3f95517b0515002b5681a744c46332e6c2ac96700fda7a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/orbeetle/orbeetle.png" +hash = "4f3879259c7de384eabca26cf093a2813133dcd0f6979e128940a58a5a9264c3" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/orbeetle/orbeetle_emissive.png" +hash = "95e798629fad078579e3853a77701dc90e0891ea1fb5e7ce0bc6074605892b44" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/orbeetle/orbeetle_shiny.png" +hash = "dd3372c8abdac0ea6e43bd3d59c7ca41ec8ad2b70f215d3198e478063d3cea05" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/orbeetle/orbeetle_shiny_emissive.png" +hash = "f46a95d8c9442816fa1e97c4f9e4e83e756829f2958e025aaf594356f453e8f8" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/orthworm/orthworm.png" +hash = "feee657360f6f88f95590773b7429eb5d757929269c851ec3a96956640de1a87" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/orthworm/orthworm_shiny.png" +hash = "f02baf54aeeecb881c397a1a8053d2790962b5bf37dd8e38797cf52f016056cf" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/palafin/palafin.png" +hash = "b23c47d47115320438259ac39572cb840cd33abcef7477403d6033e51c86e517" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/palafin/palafin_shiny.png" +hash = "a33c7740211d16aa8b7fb52aaddfbae963ecdae238359f742a57138203bc822d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/palossand/palossand.png" +hash = "f5afbe85044b36c2cfc7d6992517e32eacd683b5cdba9bb2a7323ed1b857a644" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/palossand/palossand_mesa.png" +hash = "2e141c80fee23e883e0c16dc6bf40f79e3f1d204382dbf991549ff436c05d4a1" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/palossand/palossand_shiny.png" +hash = "a94ccf594fb06f6e75ec756fe7d70b32cea2ad738543e21ecb4535e6938ca1d6" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pawmi/pawmi.png" +hash = "9a9494008dba39744654ddb5f0560733e44bf24b147407910afa4ff47540bd81" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pawmi/pawmi_shiny.png" +hash = "06f8afd8b6376b245fe94e073c5807712a9fd5e8e859b146d37d8259d888553e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pawmo/pawmo.png" +hash = "2521e4e24f8662186c7bc727a4da061237eb83977b42b06eb7154fec23c94518" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pawmo/pawmo_shiny.png" +hash = "3f1009a23db4179be90a73b4d1838b5f46a0e2f25dd2b902c64d4af9a7508f5f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pawmot/pawmot.png" +hash = "9c112e50f0be024f8319fa4cf777fc12e8807644ca16f1a3f46327187a01478d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pawmot/pawmot_shiny.png" +hash = "dc94b52691f223e8e1316da2f019608c1407ef18c686b79452b3ed30c28bfb00" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pawniard/pawniard.png" +hash = "06a186f59a10738ebf1d16a8146b4af02258a2d966956dd9f5353b6f82296582" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pawniard/pawniard_shiny.png" +hash = "47746a23bbfa6e3203ba386802d9965cc4ed25abe01428ee5fbbb8247cb2eb61" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pecharunt/pecharunt.png" +hash = "44433b4c55f8c691d00f1c8e5e7bd5f856dda4bf32fb7b0fce87eb2a2ca00d7b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pecharunt/pecharunt_shiny.png" +hash = "06c4a11c2f9e441c6c9db3b01b483111746bae0e7122ab0c3708c13cef1b78ca" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/phione/phione.png" +hash = "e2941c86765234ea1c25928a086b1b506f00a3e30e096234cd1dc4fb80e0c9fc" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/phione/phione_shiny.png" +hash = "5327ec6e7abb3a53a546d4d6c9d7e34bed8eb293070a30cc7d0f491fec26c108" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/poipole/poipole.png" +hash = "01fb8260c6a446a3e87c40e833b091300ebc910e7bdd549f8eae2370de6ea0ea" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/poipole/poipole_shiny.png" +hash = "81898084cc4054b32d3d032cf44d8e7d396c354389434f737136a1c175f2f1f8" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/poltchageist/poltchageist.png" +hash = "97a43f9ea270fba820d75e6b4b176e70a2bca69c6ee057592a164f2d5450b0d0" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/poltchageist/poltchageist_shiny.png" +hash = "ef389f616a385b3669fda69c5cdf798607dfcc35768cb8d22d82c7ee8bf81086" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/purrloin/purrloin.png" +hash = "abaa713965aa4e963c7c1855fa362e784eaa553dc7ec6dd537ed56b9a422710a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/purrloin/purrloin_shiny.png" +hash = "8e14e82bb4531a5ef87dd492e67962d4c07372b5c1c30b836a529e4550df67d1" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/purugly/purugly.png" +hash = "2c30adb1ddc6e3bc892eed7ff6f0859b6d38f505054aa24145b96612dcafe12e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/purugly/purugly_shiny.png" +hash = "95a5148b7159e27a534c6da7088957e5d6a2a7d2778a16ba273afb90d1be30a9" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pyroar/pyroar_f.png" +hash = "c48021783c90f845745de4d5f8a7bb98f3fb4e781c062c002b9eeb11ca1dbef3" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pyroar/pyroar_f_glow.png" +hash = "c63e25c130c8331086d572651925895fec13e5ace9edf35c7d446e7a2122b203" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pyroar/pyroar_f_shiny.png" +hash = "579642dbd4b0b35a10707b0bdd14c50889f7b04b24bb67ad82d85fadcc86de5b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pyroar/pyroar_f_shiny_glow.png" +hash = "7379c0fb43bfcf20261b228effc6dc6c7f67712d888ab752dd6c6cb60b039a36" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pyroar/pyroar_m.png" +hash = "af969789f249926aa7a7b1a48cfba2cc09c4fa76ce4f8f33285aeb2426fd5835" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pyroar/pyroar_m_glow.png" +hash = "65dff52002b4ca87cbfd8f03d06ca3789fdbcf1aff81a1b7b42ff7873266ec67" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pyroar/pyroar_m_shiny.png" +hash = "fc5f1a2d5313a909911826baf7a725e03bc2a5a2742465fd82c28f209b3519b4" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pyroar/pyroar_m_shiny_glow.png" +hash = "4cca92bcad71e9918bb61bc70f5f11f6f61a87d2f467dd16e62ce964657d2df2" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ragingbolt/ragingbolt.png" +hash = "7d2dd6254841b6d1294884aa581fd72f8dc0c4657a5239d8a09d59540f392850" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/rayquaza/rayquaza.png" +hash = "82b00771077fe68c08298e7aa60bb67c0d66760a0299e25e20766c1251064555" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/rayquaza/rayquaza_shiny.png" +hash = "2fe71187f8064d10d878a5c137b4dc6c2bd2a1d23ba9a2e1020e2d94afa257da" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/reshiram/reshiram.png" +hash = "df6649c7a0f57e27bb40a474be13d028b0e1181193b40e116cec359d906dfe4a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/reshiram/reshiram_emissive.png" +hash = "8f845aaa0447aad9c492e8fc6d6b7ba837365e2cf729bab23108d2882f740434" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/reshiram/reshiram_emissive_shiny.png" +hash = "98e9f71508ba758db2dbb1a4e6518bbdc0426df6036ae006560aefb78967c809" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/reshiram/reshiram_shiny.png" +hash = "9acf5a216f5f50ac7160c1aec00da5c54251c2a0dc2a2ed2bcb70192b8c4aa74" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/reuniclus/reuniclus.png" +hash = "115b2a4809a4d265466b89a0d8777e10be04a3e3206e7f3fcb5bfafebb12ff7f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/reuniclus/reuniclus_shiny.png" +hash = "a207da367fdf4160b2d51a305fe99175fb64555889d487c1650799cab50be30a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/rockruff/rockruff.png" +hash = "7f17e2f06ce42a626f41ae7d3582905f2355d0a809b494447d35e74a18700f96" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/rockruff/rockruff_shiny.png" +hash = "3321a9edaa5aaa65d7d0f62255ab25b9c1de7420f2fb2c0c6c3a9581be2cf62e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/sandygast/sandygast.png" +hash = "a02f08501a4a131751169088c691ab725f5b603e6498f5be78f982f3fd422b3c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/sandygast/sandygast_mesa.png" +hash = "b9350e8ed6cd1ede96cf22ae8fb00511560fdb1e6ab3ba6d9c752061b6379cc8" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/sandygast/sandygast_shiny.png" +hash = "f1f281774e4619ddb812425b6705745e13b5b014a627dc587ff1064a84f4818c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/scovillain/scovillain.png" +hash = "c0b4c0249d0b6d32815e65f1909bdd27ce07caca0963c878901a97eff5ee53c1" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/scovillain/scovillain_shiny.png" +hash = "3ff1897c924052e120b5a21a721c8aeaf6945d8c858a860a7f9299ae4f43c92e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/screamtail/screamtail.png" +hash = "f40808cc105bcf0c7ca825986d7ac1e81da0cc2efd288a0226f41c0b5a027ca3" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/screamtail/screamtail_shiny.png" +hash = "8959de7ef669f9fe828b5885d5a85cd28b9aac9c76a40a63376c57ac04836f8c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/sewaddle/sewaddle.png" +hash = "4bca03566e0ea8cefefbbe6fdae957cf1ef5108303479c2e2d3d5f34322c8d4e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/sewaddle/sewaddle_shiny.png" +hash = "f079da24031b221f5f63be78cc4145d7717c6c3cc2926fb0eb420cc68c07f472" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/shaymin/shaymin.png" +hash = "dc6aaab302c53a1deb7421763827985bdb1331578dc885c5f7a7dfead054e0f8" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/shaymin/shaymin_shiny.png" +hash = "9356968d6077b8fd5457737a77554cce9872c78dff79dc9b58e6d98a06189524" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/shaymin/shaymin_sky.png" +hash = "1c5f94ddb50007b2ce16018ac41b66d1e763666d21799bac9763e0b717363a31" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/shaymin/shaymin_sky_shiny.png" +hash = "228ed6d5b6076bec29a51f429759f277bed4591ddec88f118dbe10b6a2e2d0d3" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/shellos/shellos_e.png" +hash = "4e0675083540a2035c2076acd6b531e0229dffbef199852eef9c86a8e2af17b5" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/shellos/shellos_shiny.png" +hash = "1e8f375d68b6028a90a99581163575e6ed2283764175095595b9730accad00e3" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/shellos/shellos_w.png" +hash = "95f0ba80de13bcc7d9a6f7a802a882a2993505294757ce2821fc6e6b547e0b6d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/shellos/shellos_w_shiny.png" +hash = "1563d08763a7e0b0dffcf8f86773f8f64e9d723ea296f54eb83665e4430554fe" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/sinistcha/sinistcha.png" +hash = "f68a1136ad230ab22881e847b2c4f625bb77cfdace5106cf40241a6e09dcd403" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/sinistcha/sinistcha_shiny.png" +hash = "5f479a96179007cf2b64c1e6558e63d46364364212d521195aaef0fe7c7e90fe" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skiddo/skiddo.png" +hash = "972ff58795c9ae83325323de8557393828acfab5f03d128a08ca6a7be521cf78" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skiddo/skiddo_kristmas.png" +hash = "4cb4e38780884fc45ab799e17fb863da200b7d101cbc98673747e5e9f0d3b40b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skiddo/skiddo_shiny.png" +hash = "3afc0ad110b6c52e1c1a0dadb03654b677b3e2cdb2eda1af26e10e8c2856940a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skiploom/skiploom.png" +hash = "b0a84b1869511ca1d1b361de7e4308854c89ebaa27ad30822d8a6b943bd0a241" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skiploom/skiploom_shiny.png" +hash = "b906ed7b5198335b8f5972c2d9dfe30cdce297d1b51f8d17b74ddf767761b380" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skitty/skitty.png" +hash = "55572631ed78d6242d9cacba8d3fed077ae1fc75d4edc2c89600ee8832d130cb" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skitty/skitty_shiny.png" +hash = "0222f0b0baf3888835b221d179ce7d55dc7a45e7183d022e53db0e415b7fe248" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skorupi/skorupi.png" +hash = "66d659101eab9cad83e5bde885cfc565540fcbb17739ce48bac83e9a1af8b301" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skorupi/skorupi_shiny.png" +hash = "8a54b27c2fe80e5ea5bea5f9be2f55424f42c21a110d580ad2c6af6513cd3dfa" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skuntank/skuntank.png" +hash = "e53657e832f412eb1dbdd38447db1419aeff3e65174c8ca878f196e7acdb5d75" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skuntank/skuntank_shiny.png" +hash = "0a8612d62f2269c581ca3da8ce3439d8d0792cfee194d7fa8d752e36aa6248c7" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/slowbro/slowbro_galarian.png" +hash = "08119131c701621867fc55b2c2e1e52a498f184d2571800d7f11d14fb73af846" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/slowbro/slowbro_galarian_shiny.png" +hash = "290b76ca3e71c56529f7a34b8454726fc02fc93359c5a0467e2dcf1ad6eb1f63" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/slowking/slowking_galarian.png" +hash = "efb842d51f63c204f8261243778e57cb58f73137c00515a86153886838f6c932" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/slowking/slowking_galarian_shiny.png" +hash = "ed162b6bbfeba60b858a509d3fe58ad346888305ae690ded9d8735b41ef5bcb7" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/slowpoke/slowpoke_galarian.png" +hash = "6be1f792625891261606e4563553dc8e9db74284093bac2bc08709c163b2501a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/slowpoke/slowpoke_galarian_shiny.png" +hash = "3cca4dd0502521e18958f28512b760b64751e4634c39193f250914f6deb212c0" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/snorunt/snorunt.png" +hash = "f9c3ad9d26567cf8ba345a83dd54ffdce0c2b742305c8bbad48334202a945fc4" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/snorunt/snorunt_shiny.png" +hash = "375ecae0d2357dbf7cbe9ecac232a4e361db61aebec6fb9991bce48d3dd7935a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/solosis/solosis.png" +hash = "7e480e0a78a6fcbe6191b09f0f743afc0721ab8008f77cfa5bca337c9bebfa14" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/solosis/solosis_shiny.png" +hash = "bed69cea4eb8b9cdf7b30e8e129f0920e0e6fc6a509ae3d952aa4e405f016747" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/stunky/stunky.png" +hash = "ef44646c7732f9668b80772f59e3b5d7c6301e3ec52665cd39e21d005200863e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/stunky/stunky_shiny.png" +hash = "8c60b7a225a45ead0419379bca593aded0b73dabc19a29873fc1836d7ab86d1e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/swadloon/swadloon.png" +hash = "0e85e3181b5f462dea3023a4b0b611a3c818a09cbc3aaca868ca6be04082a69d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/swadloon/swadloon_shiny.png" +hash = "ec140bf747ceab9fa52445c410917ee38d5e77041510ac3ff09881e4ab00cd18" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/swanna/swanna.png" +hash = "f413f9650173014ea5cba38235ae9eda912fc81f0634269676520160ad120bb6" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/swanna/swanna_shiny.png" +hash = "ecf32f8f52bb050d8569d33f1d49b7c60cbcfa13bc622d0945b0f7220fa4e5b6" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tadbulb/tadbulb.png" +hash = "2e0ba897d950d8d0d755e56be66974983c5049fc9f50780aed9256bf6ef638a5" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tadbulb/tadbulb_emissive.png" +hash = "5bfc8ebb09ebeafc396dd4b8d56c25b5961ab57ee3e15476fa0d25606f216b93" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tadbulb/tadbulb_shiny.png" +hash = "3681437ff5a0b839933a0789722966e810891422307cd5f44f77ae042893631d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tauros/tauros_aqua.png" +hash = "a93ef0ebad96cd9b7840a0ee7d9d4dc760d609f9a1bda6ca7263f6fde8909b99" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tauros/tauros_aqua_emissive.png" +hash = "0683e834e3b1e7dedde0a14a8d0107c7062e0b0b67b2b4578a092cf4823f7c88" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tauros/tauros_aqua_shiny.png" +hash = "ae4b49f0377239b23253b6fcc1d5597195dabdbdf3ff8a79ceb65814e1ebc0a4" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tauros/tauros_blaze.png" +hash = "76d3180a5f13011d8bcabea47c036fc70c8ce7623e9d56e4ecaf21abc9af2e58" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tauros/tauros_blaze_emissive.png" +hash = "9767bc0741c6a8c2d9548cf9614cd4935c0b59953ec4d622be21a383ec707945" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tauros/tauros_blaze_shiny.png" +hash = "ade65443a299cdf95e2e9af8ca280161c5983c1a65f7fc1a7b3d0113f6d32f65" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tauros/tauros_combat.png" +hash = "fd2287ac444b0a94e7ada5fde1b3f8f0500952c222bd42a966f8ed3d34c6af57" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tauros/tauros_combat_shiny.png" +hash = "7b9c033a64b2e352ee54210ddd2fe819cd1eff5a796bbc5fb92d3f3e8887e9e1" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/thundurus/thundurus.png" +hash = "d14f1cc5a8669514bc56f80d6ec75834f1f83f334f2d9ed3f75a14fa9623a029" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/thundurus/thundurus_shiny.png" +hash = "26f827f851a7d72772c59c79d4d8aecc30881f5d298c49e71faafb1d928fd724" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/togedemaru/togedemaru.png" +hash = "9c5186a6f9d8bd1bb802d841a2a5a28216f35f8d232c06839707eae8e5c7ed18" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/togedemaru/togedemaru_shiny.png" +hash = "5527f4780c26ee6c15db17d081888a1061065d2866da6fee2ec1d00c4ecd45e4" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tornadus/tornadus.png" +hash = "a15f354adb3f5f301df8f7c3e2b59f06c74049fa313d7f6065a4424638df0fdc" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tornadus/tornadus_shiny.png" +hash = "f9b7ecf2d91a235c8dfee8dc5c6e817a54f4fd08d19cb05df674a0817653db0d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxapex/toxapex.png" +hash = "0a568c8b67dfb8a78f5836fc6632d871d08d137250ecb0371f8312eda31b5182" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxapex/toxapex_emissive.png" +hash = "a982f0612185feb9437cbbf69783f2d1c36b9c61cb38870d061635ba2ca9937d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxapex/toxapex_emissive_shiny.png" +hash = "be45af3d0a325d13140de88011b5d2a4810de13c78d22b9825583bddfab1d90d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxapex/toxapex_shiny.png" +hash = "9c9227ed2d1a1a75cd6888660fdd68ee62a081593cc8dc4c28364f932cee5a68" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxel/toxel.png" +hash = "17558e1a330d28627e5b0dc8452c19b3f3a5f8e66cf2eef347d11cc7bdf3a87a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxel/toxel_shiny.png" +hash = "81874f9fa7276f3a0d1d6adbc95bb739dc8743e1a5cdbb2e26dcaa24fc0899ff" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxicroak/toxicroak.png" +hash = "77dbcdbc168cc9b281eb3696d8dfcd02ab565600d35b4f7d2291e76d677d5e3c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxicroak/toxicroak_shiny.png" +hash = "3d63110b3be8318a80320e83e198e22c4e2e906522ec5c8cf696bbed33350450" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxtricity/toxtricitya.png" +hash = "8be7706b9087bcb031ddbda1865cad7e85f6084bc1a46af1c6aa139284f7bfc6" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxtricity/toxtricitya_shiny.png" +hash = "64e8aaf4e18ab25da83e04fdd0a2ac4369ca69dbb53a40ffb3e0440854359300" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxtricity/toxtricityb.png" +hash = "c60189f5a01395086f4a8718551e1391e9b95e34cc3a6a25dd7ccfa83967cf25" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxtricity/toxtricityb_shiny.png" +hash = "ca2557386990ee98b30da9196e247bec0a3fc2b41ba8778674436ff57964538a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tynamo/tynamo.png" +hash = "6ffa528b05990f578e7c9c33bb7f513f0294b032c8d6607b0ff73510480eeeaf" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tynamo/tynamo_shiny.png" +hash = "f5a5cfc061e53c941cbfa6f31b3cef9e7a1834605180dfb22fd50852316514da" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ursaluna_bloodmoon/ursaluna_bloodmoon.png" +hash = "f89960e47a61e4e29319de5a3f78d1aeb3761545a7cc615901405cafd6a79058" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ursaluna_bloodmoon/ursaluna_bloodmoon_shiny.png" +hash = "c1b2723218f5676bd3a3cb8d83d15647ecc6ccc963035ecbdc9d77ca4b63649f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/urshifu/urshifu.png" +hash = "4811e22bde98f4b80086e0045a6ea560b6fc954e5ac001a6168d04cebd89144f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/urshifu/urshifu_shiny.png" +hash = "9de9d0e1249df1e17a60f54197a9232e6fc1bbb6dd245e3f2b68a1a0441ce31f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/urshifurs/urshifurs.png" +hash = "4811e22bde98f4b80086e0045a6ea560b6fc954e5ac001a6168d04cebd89144f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/urshifurs/urshifurs_shiny.png" +hash = "9de9d0e1249df1e17a60f54197a9232e6fc1bbb6dd245e3f2b68a1a0441ce31f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/veluza/veluza.png" +hash = "54079e451dce79fdb614644d7035b450550f4b9b824f41a399bfbdc6eb511946" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/veluza/veluza_shiny.png" +hash = "336e1377f746dae5ec22cfec7fc6362109514b72b424637e45c7a7cf9ce64548" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/volcanion/volcanion.png" +hash = "6bda6a255b67ef55673e8646dfb40e089b0bfef15748ed227bb5d3e1e024d996" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/volcanion/volcanion_shiny.png" +hash = "9b49bc952e5083addc57af973b15e22433606f5853fa7b367c57a89ec4791a22" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/vullaby/vullaby.png" +hash = "1c1ff1f5f29e376b5e0e822096e8c017ecc3652c9cb464d518726dfdf93ec5bb" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/vullaby/vullaby_shiny.png" +hash = "90cf87468cc7e454570f4dc2fb9d097f4a3da9abcc5c3ff93ad1742742feddf7" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/wattrel/wattrel.png" +hash = "6496104d45a20c97b02d0f0079d54c4f91eae8e86bb295dce408969f0cdd4879" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/wattrel/wattrel_shiny.png" +hash = "85a7615cd033efa9389ab62eedb71b1f10db7b4487b8d20885158e3fb3cd8d6a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/wiglett/wiglett.png" +hash = "c392bda07476f95b7cc386668dd5e7fce5efb72a1bc64386c687df457f5d3b12" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/wiglett/wiglett_shiny.png" +hash = "3c7635a089ff04e326e57f7dfb476889c3adef993bc6edca619687e75425d2f0" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/wugtrio/wugtrio.png" +hash = "9ed037faaca1271f056e7ffd3f9beee4d1240ff97c7bc398f701807865db735e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/wugtrio/wugtrio_shiny.png" +hash = "b6169f5c869ed77ed402fcfd80c7d97444bdeda81913e6b1483964459244d94c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/xurkitree/xurkitree.png" +hash = "eb2c4f4c6a6ab6bfae56f8e9d2995287e8f707385daf0b60c825bda3d50d23b3" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/xurkitree/xurkitree_emissive.png" +hash = "67f9b11c0b2b101e6ef1e23e8396bb94c5e26f387a03d44e131f3e6b6000c6b0" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/xurkitree/xurkitree_shiny.png" +hash = "6bb5b43fb7691a50c2674c4fd2d9b63eb6497f8802fd532ec226abeaacf9a5d6" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zapdos/zapdos2.png" +hash = "c4f65d3fa842f8f41f17687640d0931b3dced14d6f4061f98f9ba1e0add67577" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zapdos/zapdos2_shiny.png" +hash = "c55af3622c62c9ba4bfceb47303268b7916222b56e03a4f4a0234fbf8df116d8" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zapdos/zapdos_galar.png" +hash = "2ed2bec87b980c8d0500ff01c603e8bf696c1251c701f75807413ba5b69accb7" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zapdos/zapdos_galar_shiny.png" +hash = "7d7abe6f561a462154953d6547c7e64ea20d43ec7d594f76ebcd8db5548449ce" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zekrom/zekrom.png" +hash = "9afa64cceb7c1ff9f77e45c1386ee71a889c2b69477b3fdcb5d027f11cf8afb1" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zekrom/zekrom_emissive.png" +hash = "56d79df6ec2453f5edf824c2585aa473f57fa4afc91f7c33f6cd7670ea79e3d4" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zekrom/zekrom_emissive_shiny.png" +hash = "261781cb0e08dc8f9b045f8abe6eb314bb192e59a0c8d92d9bac9203b192b66a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zekrom/zekrom_shiny.png" +hash = "5e66d78c4aee447ecc5d2251603ef87a712f364416ae9c5417489f2e4ab21b9a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zeraora/zeraora.png" +hash = "13a0313239b45f688e41f654f012bc28d33bdee92cf7eaa9f15623c1170c915b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zeraora/zeraora_emissive.png" +hash = "7a7062ea097e395ef5870fe5dd11e6a22e7d8b63f325e4f263cd443b9f309065" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zeraora/zeraora_emissive_shiny.png" +hash = "c27aa803247083978b9442da3ea2ca4a39f9d984631e495dbfd8f564499284b3" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zeraora/zeraora_shiny.png" +hash = "cd39eba27b6799965254fc47eb29e744af29d5c834a1df95da8018738700a52f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zeraora/zeraora_translucent.png" +hash = "3b31bb4c3216093044a4774b715177ffd69d4930b7c45d7afbc2d1cd6675f8ea" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/fossils/genesectfossil.json" +hash = "e9c560009f9ecb7ddac84805243411b3cbb7452b1d287b71cf8b14dcae78dee6" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/fossils/mewtwofossil.json" +hash = "86ead47c2cd4de43dd0024350ae638807ded2129f973078aee5aa7c9d6edab29" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_detail_presets/deepslate.json" +hash = "e26322bf53c49b673e820033fd26cdfef10a77d49922d8335dd5b27d3ba9fcb8" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/absol.json" +hash = "b778b596df6d0d0aefe1f8d4b733bc14cb7250696a8187a75841bee1192d4c87" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/altaria.json" +hash = "cc7c06d5662d38614e1ba546beb8ec35b509fd028411812c92ecca0226d98af1" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/amoonguss.json" +hash = "719486bbd5ffb5d43e798c902158830d75f436c3ded3ae103becce436a301076" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/applin.json" +hash = "31ce60349bdb2c8200d8535a76e80800ba4e5f0ea94b8e0b55bc143d3f8956b4" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/araquanid.json" +hash = "6343505b177c68525710681f2190966645df25e081b25987f5179a31b7e8aa6f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/arcanine_hisuian.json" +hash = "30d4d0cf028dc1cf41105b0f578058ce57edc01b2dd0e6793b5ff3ec7aea6e3e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/arctibax.json" +hash = "f9ae21666c04d3022d2fddaafe82d4c45995b46c6755192f5e2bd2f068a34c96" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/axew.json" +hash = "12629bc7ee1c3c3f6ca3aa41e10d20a1d488bff1eba7edfbcfd8dc0a48bb7f2d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/azumarill.json" +hash = "37b4d42476b1347aaae81c9cfb8d21e24a2d86eecc4f763d51b55c31e9662bda" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/azurill.json" +hash = "32c4f556bea481b3bd8075e6de4aedd732cb99755b48b3f9ee93dbf882491884" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/banette.json" +hash = "e8cf6e24cd85ed3663b27e285657e77425217af334f7a6fa7541288ccef171fd" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/barbaracle.json" +hash = "6a6ea6dbfd05f195de466dfc71c52d5e8b354c290a5ac74305c1b958027a11c0" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/baxcalibur.json" +hash = "9ad0cf11708d0c02a1b0ce18fb391d4a7bff625883be5ad9a0408c676d46663d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/bellibolt.json" +hash = "fdfbdaf4fc02b056da035920c36993860c5f294888c696a7394e7fcb29f4db7f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/binacle.json" +hash = "92ec16fd037510746be52cc598958b4b1c8113a4f7248cd3e9e9be376f0f19bd" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/blipbug.json" +hash = "38f2caec499fde8cf3736fe263dce7ff5278a8a1729df1e13e46fccd5d955052" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/capsakid.json" +hash = "90a7f8cd58310507c4f393b996d368da230bb03bb323fe209dba0bde8e895525" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/corsola.json" +hash = "61f9c9b73b41e30a9875c4ee3d21634efb635616ca75c94cdee67aac32ad8aa0" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/cramorant.json" +hash = "4f4f47eb8a1f5b2b4d6f0419340db8eaac434e5bf2e5451ad46cfa407ee0ff79" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/croagunk.json" +hash = "b8867dd9a74ccec5963433aafb9683864c497eaa4631297675f7c0abbb868811" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/cursola.json" +hash = "9d6087ae3f867e7bddbc9a64fa1d055632cb3443e851dad455e8df03157b49c9" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/cyclizar.json" +hash = "7b497723db2c9b32b0e1c087b79097f9ead8d0ecb1845cee12cb11471702e82c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/delcatty.json" +hash = "13411ad3de424c2896847e149dff25effd139f64f00327822f75a50156bbbada" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/delibird.json" +hash = "41f1d91772ef5fb006c67d632e1a8bcacff8035257caf64b9dbe894f75eb63c4" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/dewpider.json" +hash = "f2c41b675e0f26da7772f597827ef190f30a196ae6ca00cd39ef3d41283491d7" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/dottler.json" +hash = "eb8ebedc458e67eb92228d280ba9628093b9efe4e9713983935d31c6a429468e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/drapion.json" +hash = "66fbfc14558f78bc2ad275f5851931a0baf2c3c2f0ac5074a47e969cbab462b6" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/drilbur.json" +hash = "cc788f1de8fee6d47a7bbd9249de42c28ec817e6795fca5d4673fce34880a7fd" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/druddigon.json" +hash = "2ba7c685420ea87fc69fb994b8389481096ad9dbc6723826630278968c2be68f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/ducklett.json" +hash = "b874dac6a30c76d68b9854039c7068088e0f2ed4ef242ed7ba2bc2ba2f4c774a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/dudunsparce.json" +hash = "47d880c918a6599d43aead0cf51259d7f0088576a3934aefd821babc266eda79" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/dunsparce.json" +hash = "2cb1b5dc5496b73392e67921b710eed059c21ab1ba2e14476687e3ad825476a5" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/duosion.json" +hash = "ec94fd234afc1233de839fcabd0175e43d074dbfcea809fff617f0dbb08c707d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/duraludon.json" +hash = "a9117b9d209ee3b3a3e1b41650fead6f65da13a3a206a4a8c19ae6cf919db8f5" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/eelektrik.json" +hash = "08bbd3f4d37277442cb9e415086a07fc5592832c200c3540f4aa50ba6aabbd0d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/eelektross.json" +hash = "b456309d38e0e8ffeb6e72e2785028b9586db7da65a5bff7c987da22ef5412e2" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/espurr.json" +hash = "58b2eda20992ccdb3112612dcbcba56c1bda018565cd5436ae3b1cab87eeb9f9" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/excadrill.json" +hash = "0d1f96b19c88f33ce9bec0ca7771732191605cf154d055cba9c210a72f04c152" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/feebas.json" +hash = "71d1f69151865d48d7e0284e73c4e002c2f3a307d8e999ac97920d3662e9ac3f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/finizen.json" +hash = "c0b83eaff9249cc48251899737ca370e3e93606937df4955ab6e91bf78e8d558" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/foongus.json" +hash = "1ff149be37ecceb6e634888b32d4f15caae0980b54ec365d8d5b506bda79340a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/fraxure.json" +hash = "032dc4d1d613bfcd603189e81e742988fa30d829c9a7adf65ad2c908ff31395e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/frigibax.json" +hash = "e6842f91a1fcf5642856c0b24076cc6e029bd84f6dbee94a0d1f68597ede7355" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/froslass.json" +hash = "0eeee287fb2d4c83ea3fcf8edd55817b3eb769eb7c62bf3a4d6932a06ca6fb79" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/frosmoth.json" +hash = "57aeba34e6e73914b43a305b1179a7442c3a6a34fca6398152d142503d2c6df0" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/gastrodon.json" +hash = "2a40c0b51a9346d9a373e403ea98fcafcc4095b144b3eb748eebddb2451b1f4e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/gastrodon_west.json" +hash = "e385cee6f0aef8b18e0c9a0c9e2ace7adbd4f85ffb15908a734ebc1d7f9dccf6" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/glalie.json" +hash = "7b893655a280ad39f236202abe758888f402d4de5b7d3fc15901553adfe8a5c9" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/glameow.json" +hash = "33458e71ab159768f7788f78330ecf3e8fee69890fef71ffdbb72c6bda8e9248" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/gogoat.json" +hash = "731e391f553b0406fba148fba2e0840598f469975e719b4d56b658a5b154158a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/gothita.json" +hash = "7dee452ffba335bbe8d3948be70b9f3d1acf683df35a03c4823992bdedc44d40" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/gothitelle.json" +hash = "b42084345bbb7a519c8677effa4b4df7fec38b02a22df4358c1fd117927f9fdf" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/gothorita.json" +hash = "0e1e42c63cab1cc206b17c27082e5cfda67b765418a08d2dc58bb749ee319287" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/greavard.json" +hash = "eef73733a05537ffeae11e39bb89b1e8d612bed9418b1a140da8f4a58ba4e7cc" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/grimer_alolan.json" +hash = "7c7df6f92029a27bc739e8156a624c723116cb26e55d0c8798cf4e85fe7fae2d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/growlithe_hisuian.json" +hash = "4d3c647588d53ea739271804a60bf12258b67981a18a3aebf10b8643fd0c8082" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/hawlucha.json" +hash = "42ea8179f139bb006599e9eed6fcc3798f2ae279ea88ec788ee9c6b66efe7f41" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/haxorus.json" +hash = "114a5c6bbc380a67ff68116724a9e15037ec89015f1785eb950c04fd2241cc01" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/hoppip.json" +hash = "7bbb716783f50d527ff2b2d2251bb722b6fa1abb29a506eccf79ac721a00e212" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/houndoom.json" +hash = "3aea27e0c6f4e5f1bfb96a2f07e2aa27bb485861bf70189f262547513a409180" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/houndour.json" +hash = "94fe409929bef0de0cd66919d4add6a90ab63a0a8f2bb0c3fe583ec345b304bd" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/houndstone.json" +hash = "1f39248e62cc234a7d756bb5114f7bce4d228b4cdbee2e6bbe90eeda2104895a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/indeedee.json" +hash = "d0ff9f7b1142ceb41cddd890b2c4f54e69a94bbab1518c4715883602cf8d75cb" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/jumpluff.json" +hash = "8d13fd2ff7aed52ae696109156450befcfc65612436243ffb16f06b5054dcd32" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/kilowattrel.json" +hash = "69e9e7fd59d60abe3c088991eb5f5e592edbccda909935f20e960df8369f6294" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/leavanny.json" +hash = "44d96c667b8d97eadb46c15f0d546ab75852cc80f3460fbd2daa55c40e2de35c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/ledian.json" +hash = "a9a915af928451a6c60b6f6d7abeebbcdb783640432fdbf89cda2c180b95ec9e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/ledyba.json" +hash = "dbc959a51e002e7604322baafabcf97d3aa79b1e6ebe69789d19220a5f1707db" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/liepard.json" +hash = "9d11d6f1fe0088899b9670a73739f932543fbf0731e1ff9527edb1d9ca755225" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/litleo.json" +hash = "741ec8136d1ad165bdbac0b45127a1ee4dca13c410d3e4e704dc25da66c63f38" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/lokix.json" +hash = "77d9cc4d1520baa501949f483496f96c036f092c924fa5555afc076ce94cab51" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/lycanroc.json" +hash = "ce0c9c026e010419e675189c0c953096040beedf4dd5f81904beffebdf9c832f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/mandibuzz.json" +hash = "afd74bf53018a302c937431675fcdce6953dc70afdd4f6bdfd462506bd2be669" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/mareanie.json" +hash = "4920ea360c61094e5f7f1cf00000c2d66d5152987fc0936382e775ba3809681d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/marill.json" +hash = "3b45fa7667672141da295a4941d0e777f000cf0db3049add1ee0271898eab92a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/marowak_alolan.json" +hash = "2c7c216c755e76e71b246b6bbf4ccd99b58442075a3e8bd4280270f34435dd1e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/medicham.json" +hash = "2691ab8fdd70847dd9e0e4f6dcd2d171ebc11a49d7a0443fe69b50027c2e23a7" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/meditite.json" +hash = "c43949b8ce35e80921a2ddeef49b0066a26101aa7dabe462eae39d2b27b1aac4" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/meowstic.json" +hash = "c8ea72691f2d4645bb64477395535fa7a5ee7fa34ecac7b934ef47e9476a7504" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/milotic.json" +hash = "ec1dce336aeb57796919444c823759d455399f295104c12574d52518c4026342" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/minccino.json" +hash = "9eccaf13e7f299fe46f9f9e34be62066e7a8d4cf7f1abfdaf72b8c7fab08e44e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/minior.json" +hash = "51ae6b6706cdc3b7dd7a8506cf66a8b53c2b528cad234734f774266e8c8a39ff" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/morpeko.json" +hash = "afa29791a68255ce5899184876966dac423d2805183015f581801d833d4a5fb4" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/mrmime.json" +hash = "291e277f480f53b89a3254e61aea278f1bc4f676a2ee140e7d8a7d62696cbb80" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/mrrime.json" +hash = "6ff6802f5c35e40d8ffa06dda18fa3d4ece4569d818e34241a7b1cc3fb3d07d4" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/muk_alolan.json" +hash = "3558edb93284b926ad6832e6b4d98feddf7903293257c70d7b9ca15b39acc3a9" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/munna.json" +hash = "7b75cdcdc732b8a710bb71deb54642e7d4bf881322c21960bce2af3876964ecf" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/musharna.json" +hash = "5683d186eed25f9ee9d5cc3cfa293f9f2b7d09ff04095f07ec573b36a64c059f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/noibat.json" +hash = "654f53e5c63c70fd5d090d734a54e091fe4586f9b00b2ac285f7b77711617610" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/noivern.json" +hash = "5d6dfc4993a240eb2b0afb3e106cc3dd0f16c98cfaf37b045135f0ff709817d0" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/nymble.json" +hash = "3d8d3db98cbe469219fea993add9070248bec1c965b3ef8ffcc5884726902a60" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/orbeetle.json" +hash = "60a31d210c07020762779ed0e58d435a15de60bdf88c2e532e33c8b9f1ba8a14" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/orthworm.json" +hash = "ac37ac01b5b78316372cfbc1f6c8d2d7945fa7e081fed003f4cf0f673d937369" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/palossand.json" +hash = "bb480902567c88897404c1694e51099c184ae01b4995412d8b6e35d4f0489459" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/pawmi.json" +hash = "96e18bf211132c04f781d9809fbc496757d06d6973659c419203859eec12720d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/pawmo.json" +hash = "8dec1b598c2f8d132dc4391b3289bdbd554cfd905ea79b0b93491d4a0198dcd2" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/pawmot.json" +hash = "b0c6cb5c173524232d26cbe1d0911cafa1d468bec7cc3610f8255ef68772de46" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/pawniard.json" +hash = "149d633c246a5b6105a583a7c97580e236c6c20fbab9d00305be11f00445c7d1" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/poltchageist.json" +hash = "c11918e3aad1ac7e4ae37869fba9eee2e8142dee2091b3f555e3f9fb222b018c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/polteageist.json" +hash = "54c158bdfc2292a3fa1655081a0c46643ce00d77d2e35d2d15177cbcc92438d1" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/purrloin.json" +hash = "be29d80ca5165b755fe0d4ca91d30377296c73f0570f98201b70f056fd3a0e9e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/purugly.json" +hash = "eba60cbda4240adcd2a066d9ffd28e2389b99ad1b63d778e41738cf2e9064d1b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/pyroar.json" +hash = "6ff89c0379a9bbbb4089efb707c16e2a84ee6e8f2d51bc9d2fba8123d445e3bf" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/reuniclus.json" +hash = "b32255eeb4fbd88c69ef131b1ca2bd56324b81c01243528c841becde1e0386fa" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/rockruff.json" +hash = "3fa53c131c8098da4dcee25a6d0566fdd235374a745feddd78f5ff62162287f5" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/runerigus.json" +hash = "1b280533e925e621ce671ed6a96dd578cac9f1943752b36dc5c5d8e87d0d66e5" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/sandygast.json" +hash = "c1fd58967f5b0705c0ae4b31d5f3d5c64dea485c1f007fcab01bb2e93626bd87" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/sandygast_redsand.json" +hash = "d6d65f1df514b87095d614aae398c64758a356f63ae6d581167ea54a5ce0190c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/scovillain.json" +hash = "7447e38dc5a363573ddd7ec02a6dd3f9890f5f4d28871a3bb76c4c5c7e40de43" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/sewaddle.json" +hash = "04368783fb380026dcbe96b895947993f8172f1f8f69da4445e1fcac95b33108" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/shellos.json" +hash = "b609b2c4954dc6207808af8c7b5188b65b833e11571b95288ec1168ebd71d109" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/shellos_west.json" +hash = "f5c6cd74569551033000c729d24f9d4f308ce5c9cf5033ccf3965695b7efbd02" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/shuppet.json" +hash = "ff65e7f6a138dbfe6b91b59c8dc16f0b2310841b7be91e775aa967b56863972e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/sinistea.json" +hash = "83b28c3fcb54eed5de89383087c1527ac46b21a9c9db0b2988cb0e88cd8cae4c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/skiddo.json" +hash = "68a4af97322a54946395368865cac31339da4f28787e17084202f6efb8aec628" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/skiploom.json" +hash = "173b1f3889583d065af6273b249f2b2bef6c15267a0b3319bf3f4838a55cfab3" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/skitty.json" +hash = "4de9756852ef0d5578cffd2136eb55b7d90832be85011294094b313a514ca149" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/skorupi.json" +hash = "11bd6c992a5aea26a56879fe955babd28fa59bfeb23a3f431ad73a31df7882ae" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/skuntank.json" +hash = "a15457e47f1d311a02ab4973a8759160d9d909b64edf9a453af478ed1f0e3fde" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/slowbro.json" +hash = "4ae33f010114e0d52c79e98d220974c78ddea0613ca3c61f96954ab9db817d3b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/slowking.json" +hash = "f14337aedbd112ff54e9b2d94e3cf6bf7ea0c3502f64f9079d28edddf81dde6c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/slowpoke.json" +hash = "3ccf88be96ff40e6074fd0f15f4d96e55110d581aad686c50e6ae53632389f05" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/snom.json" +hash = "3636aad9ffce3be9f7e923421f58ca7b040e24aeb8346a69c0d45ad23cca6490" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/snorunt.json" +hash = "d312c5a9d928d40aa48820c11e1a773174373fed4f7a46287ead1be78973a17a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/solosis.json" +hash = "510b2ed564904070e1c078d0331fe57156137a88473ace7de60f0dd2146f7cd0" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/stunky.json" +hash = "a06664f4b4b514f49095beb70386a27ff96eb56b6ffc1c5fcbba803cac22de1e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/swablu.json" +hash = "b35eecbbb48caecd6d93862f29699b8d42c29d63979f488bd01d3cd7b19e7efc" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/swadloon.json" +hash = "4c290ca5b2b17f8207ae2d1e90f7f08403739074b450d6a93ec4b787b497a8ce" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/swanna.json" +hash = "e9a206a827c1a8d237b6f66f66f4f08e13f7b8b7efed40bf0a4bca201f6a382c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/tadbulb.json" +hash = "0586b0f8717bf2040accef14eb18f3f9aeecd0897da66ed18e33a00bc0cc6bf9" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/tauros.json" +hash = "c40ccf5de763272675edb8fec4cfc12ff68e44a3127ed4da36ed4e609dd5485b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/toedscool.json" +hash = "1ee598b7fe068f11db93fae7e636af40e87a81c93e7d7e592bd9bef044ebabf3" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/toedscruel.json" +hash = "092a30a92505950ca81e0aabee0aaf9fdfef7250536ade207efd961b360cbfdd" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/togedemaru.json" +hash = "bc86eb6e9d4660e935cf18826ac75617d4d478448bfe1f66e3a0167264af011f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/toxapex.json" +hash = "94970710889843cf77eb7551fc96c7e421f5fadcbbc2ee7ed396c4d34d73393a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/toxel.json" +hash = "e8b7fe25269d66c7cfdd85052a09d7966917ecf6caa84af5877325b2de37818e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/toxicroak.json" +hash = "39de54e6d0aa294d164956c0a805483b5dca2c9f0c537c08b52f88f19b257e05" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/tynamo.json" +hash = "5d31c20b0df51f8a2c4107df089be1b187dd3409087cbbdb08f2c33b27fe79b6" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/unown.json" +hash = "7df2c5d1a4bb1a63042c9eb1b52c66ceaf6bdbb849dc621ede29af1006880526" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/ursaluna_bloodmoon.json" +hash = "1f7398d2444eaacd2ee18ddf0d8bd58ff2b4712631fee49aea163fa929f15809" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/veluza.json" +hash = "ace72a6700299a14019a39ca676c8d5d3faf3560895267272d9d2e88e1441bdb" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/vullaby.json" +hash = "f999080b773961fe94e48547f3f270450a67ea349e25ff351143dceff875de00" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/wattrel.json" +hash = "c772f419dbab2f8d1594bc9ebf5b891a5d5c3157031d36dfac30643b12343913" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/wiglett.json" +hash = "f6c13984c9aa2f5193d9a281661049aa9ab11f8d4bfaf6f0415efeb40a4a4e01" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/wugtrio.json" +hash = "03a1c6621762f9043eccf4f6e648e51ad5ab5a28d158a1f196b943f0a5772184" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/yamask_galarian.json" +hash = "58cec32712d075fc93b05774d65891531b6aee0bf61151fc8683b1f7057624f4" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/azumarill.json" +hash = "25332e1b41c4977240cad371ab6a64a6c8f16b3d9ea4a7131487df0fc62ba931" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/celebi.json" +hash = "a99f8694ee6671c0083132079ead109b134f1962ef566ea4c8bcda123679be74" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/corsola.json" +hash = "ebb9a3f3bdf731af7620deaccfa47284382fb44091ba659330189c4e78709401" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/delibird.json" +hash = "b1c2e78f516853c655d93616848183d7c3638e2937e154c4406219dd9189c53c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/dunsparce.json" +hash = "6180dbde6c3419202e8d0e63b389f4c6d71f71c1774cff874238c9eb65bef116" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/hoppip.json" +hash = "5cc936333c323e62c7ebd9473d3737d8219d45207e9a2ff25cffafc9ffabcd93" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/houndoom.json" +hash = "5e29251f1e1eae8ff3c7ef0faab5cf96213ff3afff53d47b4b28c31aae80bb8f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/houndour.json" +hash = "c486e912e400d0f49d9bcb43258852968ccd1f51f913beb940487b05c5d3a8d3" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/jumpluff.json" +hash = "c6e09e4d51af1c25a624dffda13c3321caac0e5d782ede61da80005c4862ef34" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/ledian.json" +hash = "a29171859229546c850dbd6d0fb03a9c458a62d7ca4a891a87c4e403146ad8c6" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/ledyba.json" +hash = "f7e94f98f5ca5c22f3d189005f7db875065212050f255a4c47cc8c44b0e12c08" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/marill.json" +hash = "75282bbb39d2973993f201fc210a708fa10f1f2dd66d23d6ea22089d58b1210c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/skiploom.json" +hash = "3f0f570753ad46a87317275d65759c730c6ea56c459f9222c9a0f0dc5b4b572f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/unown.json" +hash = "4b244e35cc0edec63d643ea7d28d500d56e3dd227ce3162619d0d2fd70acd46f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/absol.json" +hash = "d402b132612d1520955b0c410b6d8d235548d7c4b0ab5550db6a543145b1c071" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/altaria.json" +hash = "ac302e58c4368ec1c68ee82abd1245502cc8154cacdf4c95be3e2294e9641f72" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/azurill.json" +hash = "8eca61c64ee319103625cfd8e029ba8bf661e432b831b208fb2fcf4f0bc025eb" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/banette.json" +hash = "909081f57c9519f2fcb915faad62840e49382786a1e217e9dc5ac706e615d052" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/delcatty.json" +hash = "c272268d89cb643e4853d9f60fe1fad83b8eabf00d88b96f3335fc389ee7c1e3" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/deoxys.json" +hash = "cb8b1c959de0d08fb96f18e09fdc8d62333f247f8777b903f56f5298b6c23cb3" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/feebas.json" +hash = "85b7c10df6f5f670a26107c1562895c44cdbd5dd4e17455ecb53d8c4e5f152d6" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/glalie.json" +hash = "b8b483b348a05f859d3bb0d5c9f8a50d4a11ea5e871c27fc766bf296e0a67b83" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/groudon.json" +hash = "1edcbf391c7f8c17a8ff9644dd48c12420048c2f608af8a00e86569fa8a41622" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/kyogre.json" +hash = "1ab2fc1f7ff82415ea1de47fbcff3a8f839fd15c073de92439cfd9e74c5f2e77" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/latias.json" +hash = "12c82b0cdca329de7591613183f5746e5c83e1e3391ed3ae7ee530b647fe334a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/latios.json" +hash = "183dba53501ced4326f951abb318de34af808cf1173b51ead2929c61a8564143" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/medicham.json" +hash = "f6f2e219ecd34a84a17a4ade2b23978f2788a33d465a7d7a1009b6bb11fc7621" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/meditite.json" +hash = "164fcb816b13864f1f14f272122f2910def12b41c295c13ef1213d33da5a41b5" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/milotic.json" +hash = "84673348cd573670ab264a737aad0936c083e3f757e99506116f184dfbe68ad3" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/rayquaza.json" +hash = "f93a6121c8bad78d269368bfb86605c2b9c97f13a8d96ed39036a207f28040f8" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/shuppet.json" +hash = "8d09b7e41d16bd7e228b381fb7a70cf919e373969e7bdb8270f42ab6bbd1c7fc" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/skitty.json" +hash = "5016c896ed42d067872382deb769d4db539f1e138562c717217905dd1705baf1" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/snorunt.json" +hash = "5e02716c9d369f99d4327b97470176491311c0cc433482690eaea3789ec4b957" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/swablu.json" +hash = "6f059de415b24a358afa08cb0e99b38867b5d01171472a457fa39096a6b34091" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/cresselia.json" +hash = "aca7f4fa37dfdd416e1a32bdd09d9488bddcac840ea3593642d226786fcfa034" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/croagunk.json" +hash = "547be8fa42e39abdc9ae5dd86aa355dc24c467b8758c17a53a2361f193bbf894" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/darkrai.json" +hash = "f351c3d71cf864c5be1f60757b56960e5a99f4a09e7fc6f09f0defb7271562ce" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/drapion.json" +hash = "ea937af5807a41034e3e62d9be0c9993383dd6ac8f24fdddf983129518bd89e5" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/froslass.json" +hash = "279693cbc77669d81387b33097a4213cad24daf5fc394b16dcff1c598072dfe6" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/gastrodon.json" +hash = "db3cb165ff4769be29bab69a2c96c419857abef84d04aea4f5a5e214811aaef1" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/glameow.json" +hash = "e5b8c645f8ec949faca8a43bb73d0515ed02f542e43b624e6d2c69af22835716" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/manaphy.json" +hash = "0832fce0ea47ed46c44fb03a7da9c12cbdc8f466a2ed81cd347e710b9ad8d47a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/phione.json" +hash = "391ff92b2f2cd93ef3dfaf5cfdbf932d78a481236eb6fe97af19de3ad94820d5" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/purugly.json" +hash = "79a9d46dee00e5b9e34ad223604506daf118778af41b988d77191516ffc83431" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/shaymin.json" +hash = "e49576955e54970cc5a5959eb9954a7cb473ab8c0006ba46c49dfc1e6fa65850" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/shellos.json" +hash = "b1487b8ab5a157361ad11291dc9ba734fa4c49978752fe839b9ce24f7602860b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/skorupi.json" +hash = "86f23ec6c2bbbbfcc4ea5c3dd1ff2faeb967005826e56b672bfd3fb05903dca3" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/skuntank.json" +hash = "9f7839fd8d80a4c5e0d149a7ea2772d83cc440ad837059559ceb4206240504b8" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/stunky.json" +hash = "446f7577f84b43caaa8acbbe83e7888c6db536badb253fb60b71265228989238" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/toxicroak.json" +hash = "b12873c7dcaa3bb5e4cd1f8cce38e682a85aa00ff08cee18957680195d8904f4" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/amoonguss.json" +hash = "4dc17cb3a5f8c7c4d0cf098e1ac4fc4d94eb3b9b0870bfd6b1c3fbc69e5c9031" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/axew.json" +hash = "c1ce17385fa41897c2d0a45c51148fa8ffbcdcbabfbcc3239bf3c0399e8262ef" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/bisharp.json" +hash = "932c87e229bef53d4c946bdeb56bfc07e176b192ac33fa6b236b7a9650aea939" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/cinccino.json" +hash = "f63b3bb6dac6d9204affead78c22e47a95ed7572105aee477940aada9e4d23b6" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/drilbur.json" +hash = "ca80ce09e1d3c4d67d232efc19e31d6ac5689ea6030295881b6f123f71aade31" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/druddigon.json" +hash = "5ccb4035f5abb7e481813c81c756ad0187adc612f58b3fa653797f9fbfd488a8" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/ducklett.json" +hash = "18447f46a0b07895962dc56f7040b5bba00b378874f6feba8423d70d00c6b479" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/duosion.json" +hash = "a9840b0f016dab7fe4cc49b8e6d01e07cc1dddc159b3c9e0438da2d51f18393e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/eelektrik.json" +hash = "e1596ebed5e1b18fb839a35e360b3988c3665c442a237092d83796a9d1cb92eb" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/eelektross.json" +hash = "20913790ca73f0cbb1d610a38b8d4b940dd7a9d98ff80024ad30bf20bc5c76b7" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/excadrill.json" +hash = "dba81bf51e2e08d6d451963f67a335aa293788175eb88aff4cec07f7bc8e1ad3" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/foongus.json" +hash = "fc3dfb0263937bc86679dcc2466ebd75c61ba31f06c905e838b253488cebee7a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/fraxure.json" +hash = "71cd90311efe33617d71c03420dd78fe8de6c85fa0cf7ebac648fb53eb41bb84" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/genesect.json" +hash = "d630aec2fa23028385871b4acc6d96db6cd5f7511833a5db63965e9a170bf93b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/gothita.json" +hash = "24261d413bf3be20300d93dfb2c84488ab08ca85bd9bcdf481d61ab9e19ab063" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/gothitelle.json" +hash = "c232e8a0581019e092f375e3d133dd51603a4fe99235d214b1cf5aa0dd892f51" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/gothorita.json" +hash = "f3f90182b3eaabb414d4e373c1d609de56a96cf49fb2ed8507fb7398702f258d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/haxorus.json" +hash = "1d4d21e42484bc49f9c4aa59c4b3ca85d16b9ce774b39fcaf757a2008c85b4b8" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/kyurem.json" +hash = "86f1dcee544310a32f705f471441c21b0720cb9f540af08c59e690efb07fc5e7" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/landorus.json" +hash = "7198f4fe19090d2c7b7f1556966560b42cd0d7a95d37b87a8eefb60fa60769d0" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/leavanny.json" +hash = "4e5c21d52eb232d74d0f2ef8ef9059dc5d7708701223e7bc1d5bb66e6e8364bc" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/liepard.json" +hash = "5f0191dd850faddef7d22911cfba28f9a81a87bb7d40a2960083c229624aaf12" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/mandibuzz.json" +hash = "45f652f873fa776923a06526deeec8d360cfa06f495991da4983d20bbb56ed13" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/minccino.json" +hash = "f3adf1d1563e20383fbb58a4780275d7577ab311971ee348f5203f44c6d0a274" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/munna.json" +hash = "6457a3a74f072234dd21880b6ca36c1d5e1da0ea48c975834de65f962b3adea0" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/musharna.json" +hash = "489a9e5f30a80e3f838e323c2c1121dd12f46263574189cc30df5b2140875d9a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/pawniard.json" +hash = "5235a17f50e929ccb86b9e2fcc75a0e2e48d8fc5c0937b501e899026486eddc3" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/purrloin.json" +hash = "398919ff081201cb95c284091a3ede654c299921f89f929697304b063cc822d4" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/reshiram.json" +hash = "7c55b3108764c22f239e759a49ae79da0ab45e39ffb3c08543b6d71abc4aec51" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/reuniclus.json" +hash = "11f833f9309d70e2b969e7ece02f4b232439aeb5bc73394da8bcb25eb3328bb9" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/sewaddle.json" +hash = "ca6da049470136ad823d9582f87cc95746731266e7121e7ded7bf8bdbac64009" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/solosis.json" +hash = "d3571988e9bc75e83c6361c79f0d6742c76c2b4be7886bde6746cc6959ca6daa" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/swadloon.json" +hash = "7e22d2200b5b5466c9e87fb77a365d9dd089afc70a23411520d217fe01cf660d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/swanna.json" +hash = "151e8ed961ec5204fc310d91def03d160289257c0fcb550d9056d9be715452b1" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/thundurus.json" +hash = "98f0a4a39b80bdbba4e9c5d5e9aa18d31ce6ae1cdade5873cd525b53eba2206d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/tornadus.json" +hash = "4b407d9986acc29dfa73b2bb301085b7dceae41bba4c9af63a66185c17ab8bc4" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/tynamo.json" +hash = "1c5ea0f8a346aaa17dc9f1ecd1f3bf2353fc094e6aab7a954c0b3a403e1ee906" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/vullaby.json" +hash = "e2024e6be0b65f5b4b84e0758da8db15e53a776911cd16a1d80d636cb8babd01" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/yamask.json" +hash = "7b0ba590e2ffcfec682279b6d44257251fe6e978b4f6fb8a50f81f696978147e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/zekrom.json" +hash = "2e818d8f939d4bc921293fbab84a677d67cd6780639baf364eb8cc7320674f36" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/barbaracle.json" +hash = "a0f72585078221371188e15d8589cef6f46a7f479da7777c8c12248293323c0b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/binacle.json" +hash = "6454a765baf3d8549ffe3c2b67ff214b59668d41d064f7b7db123c5e443bdf59" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/diancie.json" +hash = "ca51eb4f7f35c4d969f670f4d308c41be2ed7fad836184f8e79aeb8e977c21b6" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/espurr.json" +hash = "d4ab166396eed4de7467aaeb0c016002b33c08cca0412709797df26e99e40631" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/hawlucha.json" +hash = "89d0211bc4c7016e511d1f2465444336fb036ce090d418c0d5f26eaccde85acd" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/hoopa.json" +hash = "9c54b49afb53b4f1667dac51b8157895e8506718ad1f073353c2eea4edb28991" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/litleo.json" +hash = "16c5ad1ff2e6c97d53384b6a46e4e5c57bda22adcb4a96a62a82815d852ecd6f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/meowstic.json" +hash = "d11216c78bd7c7a05d589304bce1efc7a082239547fa292673158a66e7499e4f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/noibat.json" +hash = "482aaba81aa18a49bbda929afeddfe9df11883865350ba8e8a9630beeb6489f8" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/noivern.json" +hash = "713a502320d44d5f09dd8f34ac407117aa925d7dd4708f8ca0b4f2108b564f31" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/pyroar.json" +hash = "400d34d48f9da10202d5d58352d8b172f228d05bc7e47b7b69d94b8488aaafd8" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/skiddo.json" +hash = "e28eacab67cc1eb9dcac46d39027f7873b600f8c4388d6299451b213c1c30c6e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/volcanion.json" +hash = "bd6744e876540fb2fa1eac57bd0613d1fff861e9e95c8b62b126c69bf8d3694d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/araquanid.json" +hash = "1daf6ab01c994a140391442496ffc6afbfcb36c2986ca61d4b181ce43ad9561f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/blacephalon.json" +hash = "4dadbe7820d9dade4acb4462a024a2c062ba2131b5ed08dc297d2efdb9cb3ffa" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/dewpider.json" +hash = "3cee27cbd3dfd5268c75f1366bb7554eca43d9d41054607428bb31ee97a71c16" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/gogoat.json" +hash = "1b52015771a3f98cef3db2c9aa147b7c846c3c38651fe7a2d4114a5f89937f1f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/guzzlord.json" +hash = "af118afd2c708011db85c6c9277ba11edac0aa49d7d256b1aa6e971f16922ab1" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/kartana.json" +hash = "ae01bdd5b97ad8f96cdeeb91fb1e3eee61d80afb8e1387f54f38ba37f1cc0326" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/lycanroc.json" +hash = "0bbbcd74c36230d87f3a22a346341f5a3a90631924d6c5ab2bcb34008ab060d1" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/mareanie.json" +hash = "57b7d27567823662fbe0ccad2fb7e32ebc555d14f4b3a6ca1c3244d2bb7341dd" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/marshadow.json" +hash = "85b911a2756f8de57b74c087bc02c1e62b6ff5c9fa0765ec462959bb10ebc73c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/melmetal.json" +hash = "37c1c24407c6c0bb1fee90565efe24cc20329b609c5950186e9d26a8a561d1f0" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/meltan.json" +hash = "f4dfa14c9d00e638b3a3cbcad7910ee997223c1d981b039105b03c58eb440240" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/minior.json" +hash = "bff2b3645eff76a7d3b3039abd8e50adec597dbd263df6420d6cdfe54f439c37" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/naganadel.json" +hash = "66e9bd0e69e63db8a7369de56065dce3847b3136fb18c6f239061af97a7c86fe" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/necrozma.json" +hash = "32a3a99e27bc18945fde5c7a197a8714efd6be246f880d52b8f5fb1b6d1f756e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/nihilego.json" +hash = "6cc5a310d69e955923f2bffbf836add59881f75264de4b26c4a5e33a19ce0155" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/palossand.json" +hash = "c131e42416d3e4b6de04b332746c24fd2abcff0df6819885c53086ba91b6f775" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/poipole.json" +hash = "cc1ff097d8e59fd3fd7e1992c729fd374d724b216e336b7ba6e7df236786cb9d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/rockruff.json" +hash = "50b01619aa23e4a804bb80acc85a14f04e326f6d13f981f0c3c5b102ad2aa925" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/sandygast.json" +hash = "52ce33b1cc23b36c98094e1e867b9bf5d750990f82d059419acccf91a46c633b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/togedemaru.json" +hash = "24fb1e3ad0a5b702cf5561abcf8f54b943fa490ff52ab1f8861e12b9b773c286" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/toxapex.json" +hash = "d70b2ff9069acf654ffa4d333b4bb62cac5a70875994a400ed76dffc53cbfafa" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/xurkitree.json" +hash = "db9914da0716c17c7ccf694302873aa6c9405d809a10f52b38c93460ba655950" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/zeraora.json" +hash = "43d9d302624a5f5933429605edb26b364504d0a8768697a0acb1835610788b45" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/applin.json" +hash = "eee7ca143285d9ed47764f776e4aec723af004db88b753ef5bbd3c358a5b954d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/blipbug.json" +hash = "f53f305828d60905bab7d0a53c2c6685e6271fef98a41ebe867ba4f6b246b528" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/calyrex.json" +hash = "a80dbed7c99cb75a9053f509e2f0a356b55b70478a3e97dae7658c9431179326" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/cramorant.json" +hash = "5b7e26f952e363318e0dfef2479714a69a71660427ecc395c79beff25cf10cf0" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/cursola.json" +hash = "0bb0e8f742ed621323a581bc10176addb3d1717546ed9f50c3fa7378292aa02f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/dottler.json" +hash = "08dee56d77783f1705876e4308d26624fe49b6419f3c5847dda37029c889e79d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/duraludon.json" +hash = "e80704fd10a42ad703043316188db0eea28dbbc7b7ddc954f65b4a222b4d3b8e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/eternatus.json" +hash = "002c5307b98953e9268916088e49cafb6bf4142240584dd29db633ef56d0d0bf" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/frosmoth.json" +hash = "b4c4d966c0c6d6ad2359ec7c92d706ccab37f0540001707fe433a288555a05d3" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/glastrier.json" +hash = "156fc5d21832e6cc86aba6b771f8445e9144371a47a691b0a0f7b1782df29641" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/indeedee.json" +hash = "d8fc62a08d339988ce8905a190b2e099dd48426a314eadb1cbba90e143061430" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/kubfu.json" +hash = "9cb040169f722ca189d11ad7790dcd7828ec3be913e3d7a961462b13e138265b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/morpeko.json" +hash = "1b7214d156d7b5e50ac0bdc332e191b08e0cbf1e9ad2c64ca80cefc36b1fdf7e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/mrrime.json" +hash = "eb563b22c10f1b2c34c47655b410f0e6fbafb39118df52eed047ccfd829d20dd" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/orbeetle.json" +hash = "ec49d641096b26b50622e288ee29a3e4aa0146acf774490e451b81db2bffcc1f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/polteageist.json" +hash = "5f02c0f32b746cf79018c3ea89c800df9092c183a149e2080e51009d571df27c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/runerigus.json" +hash = "28e859cd39365219b0542c6b9a11475969eb7feb1c85fc0855521985b8e82f7b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/sinistea.json" +hash = "453da72c877510b160accc3b3a857a4bf030cde322a3a569eaa821589b87e760" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/snom.json" +hash = "90d8c19e4fe7d7d3f26c5b6e7989ce2eb56dad6413f2bb1bbfe70af7e315f6cf" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/spectrier.json" +hash = "5fb35d3da9130e3535a7f6748cf142d08121a42b177bdb6621fd4ec5262915ea" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/toxel.json" +hash = "c5f6f39d28099c6157b6ded8375b7bcc13dc1890e754a2af32d4e6b0bf597cef" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/toxtricity.json" +hash = "e00846f60a4a0287f117d42662eab9712b64f15d536c3da74f93b4101e206e5b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/urshifu.json" +hash = "fafd88224cf82e6d077be17b8665e2da44f737b1338cc5c197816d9f3c37a6ff" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/wugtrio.json" +hash = "116539506b0bba0d604ca5d1ca645a7ee258ad0ffe38baa4432b6bbf2138f5ac" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/archaludon.json" +hash = "f18dbcfab15e6125be19aa3d04cd2de12264cb982370094f01bcaa168040ccec" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/arctibax.json" +hash = "36391b94096f80857381c034c1c3f81c1f04bc787ea792f292d44f2e9389a39a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/baxcalibur.json" +hash = "76b284202e37e761ac6703cf48331ef684818b6c5b9432e6effec6a0cd63fe67" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/bellibolt.json" +hash = "2e9ab276354664fc8569a01e034d9f42b5ef1411fe8e87ecf1961d39e2446230" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/brutebonnet.json" +hash = "a8f2fe953d92ee94dad17461d333ec20eb01c41128b72a9efd1adee74c517ba0" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/capsakid.json" +hash = "fb19ae16e747b53cda49902acbc66554af98e42dcf5e03fe39cd9feef41acdd9" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/chienpao.json" +hash = "5286d63c54bbd160848cc128f6ed331486b03df58961dfc738ee6fe08d40fe60" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/chiyu.json" +hash = "9ce1be82593713826638a440ef1f83b870666c97c97839cd5252ac306e0c8ebb" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/cyclizar.json" +hash = "8b2e6e8199daaaa1eb328daff362db924106a44b391e646c80944a2e0c2d2ef1" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/dipplin.json" +hash = "6dd6b9c57bc0079e547dec918169b0397d5ded71f6727b9e02ec59b1a9d8a962" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/dudunsparce.json" +hash = "08ca34308e5825e8c7af3ec53a70083ed18d2c6fa324772112270c734df95db8" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/finizen.json" +hash = "97d373636941cff9331ffee0c1d4320d1dcc199ecb68a2eb4ef0b5402fc1f306" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/fluttermane.json" +hash = "96cc9488080c2948c46b77a810e5f2b0cb9fec07db205d79515caab496f704f1" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/frigibax.json" +hash = "3b2c7dedb8d5823e91cf96824958b46a375ac8a465e4325c0e9b7b5dca9d87ed" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/greattusk.json" +hash = "7b050221c5e9c53dc5eb21ac586616be300742052b8925d50e43387004d2e02c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/greavard.json" +hash = "38ed6af3d086f305e69595c67373fae3512051934518d116a2e42a74a31422ba" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/houndstone.json" +hash = "9bd914f683798880eea2e3b372f247c1c5abbbc6c0924a4ebf4078c4e4e41cee" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/hydrapple.json" +hash = "5f92138e1bca6d1a74a751ef6ed06e3b168d5de2d4a1429637ba4229aed2aaff" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/ironbundle.json" +hash = "df9c51ba00b130aa4a6f2a8681cdac3739c11624cae2165e7d9e7c30adc0cbb7" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/ironmoth.json" +hash = "8db35faaba5c9a4244f28c2144ffbb7dfbd492cd40a7051cc0bce2386066168d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/ironthorns.json" +hash = "ecf8e88d0319268722d2a5681bfaacfdf6daaa6881676e030259bfb87800258a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/ironvaliant.json" +hash = "734f657b539bbc9b0352e729476c0d8606e3773c7da3357e146575872cd42255" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/kilowattrel.json" +hash = "4cf44eec58b71f3b8fda80eafa55360b5132a3a270cbed5c9884467bb073109e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/kingambit.json" +hash = "7080afd46fabd9e04e74a152aaba9a31a6807610c58aef953f9eb3163525e244" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/lokix.json" +hash = "e21d112b9c89e8467a4b5c598833d284f3eaad432ccca0d292f00ee26ac912dc" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/nymble.json" +hash = "9a34e783275125b2e8d2f466de67b27c1ffa4a40f7062f247b5365b81bf76e03" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/ogerpon.json" +hash = "4823c8ec510f0c3524ea9910cf3b805987cb1fcd130c0f32a29d6bd5e418ac6f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/orthworm.json" +hash = "b8298af5341cc78a0567a7211648e8ffe0246d3901250ad2c0ae863b5f1736ea" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/palafin.json" +hash = "4a419611e0ba07fee5fb1147377b976f2ecd957ca4f1f7ab5251c50271ebe4b5" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/pawmi.json" +hash = "c850ada19ba302032b222db0e26e4a6e3a854b0dddaad626026b4945251d6f28" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/pawmo.json" +hash = "a8929765f875e7e1deb616924ac0925b7b29d8975a2a4b1d8eb04d0011df7340" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/pawmot.json" +hash = "29a2f8608ce1cb5232a24e2a9c68564196013b7ec53e8e95230194722d1ae42e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/pecharunt.json" +hash = "34c452dbdebacee687c9b411d0e28733da81b47aeeeb571fc9ca2f44370265b0" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/poltchageist.json" +hash = "77535fa9861921c57ec021ba943b5af550b8a2a204993db0f08d5baa82cb9791" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/ragingbolt.json" +hash = "4d1bff2f6d28ad1796419682bbe3555c26790fbcf8e8dd8d30a2f7e37ce5f7e8" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/roaringmoon.json" +hash = "65ca96e987215c1a66e57c967bc0e0bfc3bdd2c8dd446c9432893ab181933179" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/scovillain.json" +hash = "2c08b4cfdb82e12c1df12fc1c759851a3de4f40ac3d81eda04890c9a14736c80" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/screamtail.json" +hash = "bdedab31933be9c01d56ad2900dff9649e9273f35dd9d6f89b9b0e2bd075e144" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/sinistcha.json" +hash = "d6864dff2e2927670b740ac2aa116ff5fa7a2103b2041dae31895791e96ca092" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/slitherwing.json" +hash = "f305f53aa3b8fee8cda3e9b71cead713c64cd1fbaddd3774dc8fcf31c6f1e651" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/tadbulb.json" +hash = "95bb608e3257c3922e4d8f17e82f08c6b06db7a0ef90465fe6c458078344b565" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/toedscool.json" +hash = "0fea85bd0b29d2f228e592483781dad0f05150ddb223bea7166849e7d25d4e62" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/toedscruel.json" +hash = "7fd6db5afbced2e7977936b63a6cadb3f6d6c53b35c0abaa01cf390a5cf3b49e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/veluza.json" +hash = "174b6506d300001d6f49ce0d960def533b71afe4223febc62632ccf76338858b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/walkingwake.json" +hash = "e0f6e8abe50185704c23637095759f92b9939a60372b5a02025c015a2c37a29d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/wattrel.json" +hash = "976a94ef2be9dfbb462115f22644f65dd9e3a706250c6f4fe6da7fa0314324bd" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/wiglett.json" +hash = "c3d08c928c66e0f0fe94eb212b7a5cdcaf63a4c1b67131469b6c1a42896a38ff" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/absol.json" +hash = "4064f687b68900f39b03008d58d0338e421436284d6341793ed1d745d0a1c302" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/amoonguss.json" +hash = "380c72bd33fccc0b3b011af7e8eea645bae37c60ff5cce255d9f2a83222626da" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/appletun.json" +hash = "0b48999326ce38027a83774a6e9c811e57fb71a8d490d6e114ae015abe684bfe" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/applin.json" +hash = "c26f4f937288413b2cf52fd770b857f9418d6a682bc21e2fda47ad1128dce054" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/archaludon.json" +hash = "08360f967f17a42b6ea44e3c0895d7ba525e1956eaf653e6e281b5192c8f9577" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/azumarill.json" +hash = "25dea2ad0e2b749be8e3445872bdc42fce20e7acffed44d601d2ac2bba471b9e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/azurill.json" +hash = "c927be0e2fd0580d4bc1247eda0e50f21f43fe7b89db8d2b171ee38c6daa5632" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/bellibolt.json" +hash = "3f53732bc11492af12cee2587c9f53a0ffaf33395279b37fb2af34cdc7bd9a35" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/bisharp.json" +hash = "af74cdeabc89c0936ed4f8bd36b42d14fe757010a4b91161e95fa702a7cb838e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/blacephalon.json" +hash = "8cda458483379884d0c6f11831a38c5ce92aee15c0efb90931fcaa4e8e61ea93" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/blipbug.json" +hash = "7e41f879cb91bd47e02e6cf20fc06b0e0249692757f9b9cea57312b58dc14511" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/celebi.json" +hash = "561a857dc70e9a94f1986a7244007e1412c97f286bada3044c71fe85f124684b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/chienpao.json" +hash = "8d9cac5b6e7bb3c2a263ed709e077d37df9316da61b0791738a39fd231bb1bbc" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/cinccino.json" +hash = "39926bde82bc235779ad3140801a4cfe8722f600b62e938a4840a7a40312070f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/cincinno.json" +hash = "8594d7e55db44d03a0698d47c531ae33adc43ec032750f74454fa6588ab69c55" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/corsola.json" +hash = "51c4548aa8a21bd97aff04a034c2de9ca30b4f41d481c512f310d46907e58845" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/cramorant.json" +hash = "865c61dbfc89fa913f9b49180c3a8b4e24d9d025e2faca716483d1ebaa36998c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/cubone.json" +hash = "242d92e8097ded9a1fc9ad12a78fa1f53e49da612951bf99fbbcfdd3eed3ba9e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/cursola.json" +hash = "adc6dae02d60b90573a849ba83d6780c61c3612ce01c1eb6171f0268302e2564" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/delcatty.json" +hash = "a4daf356f67c545722f215451d711a4b44b37007fd4a76e88f6a81024cbde55f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/dipplin.json" +hash = "161c3bff477ce5346a21bdb0d95ce0bc694481c24828c6bf7a5f68ddc6cb165d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/dottler.json" +hash = "e4219c42592fd19574dac1f3adaaf0b9464d4aa1a1ce6101ddb5def3d908d9e2" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/ducklett.json" +hash = "b355ddd9d3e87c9f63b8ff8bef99d6953ee1eee6474a80293ecb9fa9a9e74449" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/duosion.json" +hash = "631c6b64334ba2b0800085211c3ea5c8a2fd2e7aeb3a5fc1ace9038bc0e69683" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/eelektrik.json" +hash = "e6e80083dcbb0b42f519cde187ac6e17134762257dbca21dffcc6de6e5a4531e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/eelektross.json" +hash = "58de9416f5e12b97efeac5e6a316ad217044f202ecccdd8ebd75cbafcf04b5ae" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/espurr.json" +hash = "41083bafdd0fc9e00bf3ac65d35c0db564265176e3b2bef82723760637ccf27f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/eternatus.json" +hash = "794b644a725be04779d814aad42826b9bc316719d6efb206be119269657bee72" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/feebas.json" +hash = "7e573d4287c982d82c052e67897f85b011839a315b0b4f9218202ac877768208" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/finizen.json" +hash = "abeb0324ecd56a234a4f2a65834fb6d25638d0dc6b5526f40951302fe1701728" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/flapple.json" +hash = "2dbae848e509a5150ea225330690eebb075d948757033b24923fb57932a7eec4" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/fluttermane.json" +hash = "8aebd1dd926ac9af0683170843b9c24adc1ff1c10cec1f27ed88473fb909b02d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/foongus.json" +hash = "3472b637dea54fecdca082aa0ea58378f37f49445279fba190b70cbe0ec1c275" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/froslass.json" +hash = "acd7602f3946f7fac0695dde88254c0836d2fe7f5dad1e3a7907f0c766c3831b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/gastrodon.json" +hash = "314addb357ec08f42e1ba71ced7873c4c699863cf7f69e94dfc71e39699d3482" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/genesect.json" +hash = "57523423587be744cf79b326ca8c648944386853e143d44e6f3fae526006796f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/glalie.json" +hash = "8bec80e5855bfd9736a2d345aa74917e793803726d558cc62167cb810a18ec54" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/glameow.json" +hash = "4645264e17db6ddfc904d225c6a64eececfb691337215908f4f0b71918eb89f1" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/gogoat.json" +hash = "e72739e0ebe2cd779a015c7592e8d40e5cb71e077b38f55fe8cd559525e41ae1" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/gothita.json" +hash = "cc2a491ed964e87a516307c3317d7d78ebe1a3369847a1e3093706cf9fd157c2" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/gothitelle.json" +hash = "9d160fa02c66ba4d9c148f537e3780c4a8c4961ab217bb25c5a00ba4ee8ac068" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/gothorita.json" +hash = "a2f1967549bbd5755635887165d89f1c5b1749f0ad2331cc65a51cfab250dccc" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/greavard.json" +hash = "6434516a8438d02f279cf481ed0a040c50f0905ce34feb0c55b54430be81f0bb" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/hoppip.json" +hash = "ffee0565d40b8de730e39ddc19853064c9a6ae0b8ffc11b9b1468ec5d055751e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/houndoom.json" +hash = "d40a9f907904c25ee9a94adaa28eb699901494d5e8576df1f31d951d7b65c0b4" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/houndour.json" +hash = "d1ac524c61b784e8ab7f965f69ae4cfd4722714d31d2b16c2b8dd7e127bbe5a9" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/houndstone.json" +hash = "511d91215a5f2485831fd07c9034051c19dd8c6e8c61ee005539b16a5528d928" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/hydrapple.json" +hash = "1fcce68d4906ba540452a319bccce325ef7e33942fcd8bbac8d7241fc8abcfbc" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/indeedee.json" +hash = "73d6f02664cabd097df8be8a22b71f2f7278f80460fea896dd28e21b00ca5cbd" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/ironmoth.json" +hash = "578bbb2b910ccf37b9cbc02aee259313c3044acf27ca5a0c1ed5fe25c91fdef7" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/jumpluff.json" +hash = "c71f0fd5adec6302b98068eba8c9650b73b00c5684cca9c8321f21d3e82f3573" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/kingambit.json" +hash = "99c9fb042a7bc23dc88d4d7c72b973e977e76c6eb539c433a54744aa8974de33" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/kubfu.json" +hash = "203d2dfe58a13ae2c87b5cdf68cc7299898f0024864f8b39a83328a9902ae0ae" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/landorus.json" +hash = "0c077764c82ce5bf8dc8e678fb898b083b8f63b9c6212f7b028db29af2cd134a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/latias.json" +hash = "1f112d986a97bedf443dcaa747ae8a03f03b1c5c6f2edebb191d58d13a2de64f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/latios.json" +hash = "2c3fb44b1b091434c176957cbf92d6e8b6a197b535476ec7fa70a690d7da93e1" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/leavanny.json" +hash = "af983b9fbbf6ad2544337f793d4d93a976218e565833ae83121c9a6e6b8d6940" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/ledian.json" +hash = "54a5c2bdb3129332ddba062b21e01099c257ea8c345632a1f72eba47e3fc639a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/ledyba.json" +hash = "5bb9d8462d8458ab4046fb8a844efb634ad772e75f986fc14619d891fc836864" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/liepard.json" +hash = "011da85870a723168436c3ca6c13aa47b7eb36d00fa00ebc728141525e322dfa" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/litleo.json" +hash = "bcf332eda86173969a950a3c8f47e0b8fb3752365924395338ed755b4098bda9" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/lycanroc.json" +hash = "2c2718ed58c5f92db6272f5e3f22df92ba233ccbabe4d51fae5dd0ea742c0a50" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/mareanie.json" +hash = "fe3ddd768c6e57e8ce9d822741ce2a3a8f34cbbbb8408c977c1f2e7d8f6e7200" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/marill.json" +hash = "e3faaff68454d45e32179be4ad077649b88e135cc53f186d1751848f511200c1" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/marshadow.json" +hash = "f76a616797ead0c53194755aecfd85fc22ce2e8f737f5257fd7d43144f1d919b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/melmetal.json" +hash = "d17392eeafd997669aacf58b9e3dcf4ac92dd2a258552a4e4a38e095253fa243" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/meltan.json" +hash = "02efe9cf30b24081de850d56d9d52adccd5c9d9e03b23e4bc77dc52612f40a47" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/meowstic.json" +hash = "9c84ab04b4b56588ce4f417101febafacc1051c9b2ffd9dd4c8e2c01031aa374" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/meowth.json" +hash = "caccbcb9f2abbeaed64785f818a2a9d78a6b78e051b022660f2a2f5e4286786b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/milotic.json" +hash = "b5dfa47de390acaeea8b556ddf1761a238293f3ad6b71c057367300d700449bc" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/mincinno.json" +hash = "0ce0d42ad5e32b9e3302f2283d937718c9d95a18143257db01a258c471e903e5" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/morpeko.json" +hash = "f601768a9f7aff95f8f5ffaa2e847590feb4dadf77ea54f58cfd3f71bf14fc18" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/mrmime.json" +hash = "fbbcaa2910f9e68fab826a0ad36f835fb62f00d07bbbfa65580e0204da0825b3" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/munna.json" +hash = "d9a275a2974bcb2c39d916c0ce2003190c8deb43299a226b93013fe48e127ed5" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/musharna.json" +hash = "9e3aaaaaba4434ddb1133373904be519e15b057a143860a6a42f49afc78c1f42" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/nihilego.json" +hash = "ea9d08c502c7da75cd326229203688f050fe044542eb94686e61975f267e868f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/orbeetle.json" +hash = "b93977a7dd9b8f8414797cfef8550106e385563668a540d79e8c2b8b0ac5b2f1" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/palafin.json" +hash = "cb041946062985f3046b0b684a351badc6ee3e388465ef3d333fe950e204b846" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/palossand.json" +hash = "0277f37ff4ba8ad9291b5dc1ea508262ad966f3d30cc38691f6e3cf31e228092" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/pawniard.json" +hash = "241fc0af7932cffa295d3ca3e510f75db8b82ba58c68bd5059deda3e4f266a49" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/pecharunt.json" +hash = "d2195d9d7600ed480e838fdd3c2d0311c55cc77478e9d6b47d189b61cc01fd6a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/poltchageist.json" +hash = "0cb1c66472e3b9d82d82ccaaf73b1e66d381efaf10f600d6b78c1d2f0f6d7d6a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/purrloin.json" +hash = "6b5a54591223c96edc650c235ac206e74da349b95899f28c68b60d4a6e6d11b5" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/purugly.json" +hash = "3defe5b61e1b9c41698272c955441fb758bd8e271cd097b7dfc946b56e9c1ae4" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/pyroar.json" +hash = "3d98588fb39d952cf59132ea72d4b1dbae18e1bdf6b64c3865a1401f52e50903" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/reshiram.json" +hash = "5f6adaf1325affc4cdadc2a64b464683d1ced696c69202943b8ee496e39c9769" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/reuniclus.json" +hash = "c7c5b26ec085429c67e76ea62c1a7ca4dd95790a3759afe90b321136b49d770b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/rockruff.json" +hash = "5e7a616c893583155394569a91962a80c7aaf8da2df1e26c277a86ab5e21aecc" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/sandygast.json" +hash = "6f087355b936becb2a368f3b9c98ff27d63129276df2424acea668cefa3235b2" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/screamtail.json" +hash = "ce3616ea367970a37f8fee850f27b759cb6f9e734eea8a12cb08faabe2ae1fe1" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/sewaddle.json" +hash = "44390570a6dc54b32596c86d6b818d4171b1f2d39989da1a37669c5a193a90e5" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/shellos.json" +hash = "7a7bab3f3fc4da64e2147c9dc40af1ece49cae34afe0a8b382561a9cfd65e62f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/shinx.json" +hash = "944a1025c7c8720bb41114b13f24a8f859f7c7be25990d8c71147a7cac3a213e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/sinistcha.json" +hash = "ec1804c1795fa70da4c1636abf87dd603f664b418169a8bf5247d76a4913630d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/skiddo.json" +hash = "44f344b1a7b56d96d07f9e54c6dfc5ac1f88b0b901cdad409831540b6d33eb81" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/skiploom.json" +hash = "4a8f300d727d8dbe0779af8799c52a8767858f4a96b1e33f3078fe7867c67e9a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/skuntank.json" +hash = "1db7c75baf48c451e97c1cdb26bcd15549518db3a06791fc28fea3dc76362235" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/snorunt.json" +hash = "c6d8c487812d708ad790701d06f2ea3c4dc282bca900f1d113e93c8b36b2b9f5" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/solosis.json" +hash = "f48466de4730f4171f7e6d12adeffe59e79b44dab99801ab040cca701ae2730e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/stunky.json" +hash = "7da7e3d55467bedb8ce7830da13bb03c2c5f89826ba689d4967d3317d4a10642" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/swadloon.json" +hash = "6fa0c51c889c904478df02680b004d5a1f3888b8407bd8df8818760e84fc747b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/swanna.json" +hash = "ef159e6707ddd2f494b2ffc3643578d4eca59a8aaaab914809070dbc4957917f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/tadbulb.json" +hash = "d2f9b3c270f92f4e396a49bd1ce7cbd45adaef840121e4953af2203277b1650c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/tauros.json" +hash = "7420b367855a4d34b18852e5088a2df428815b01969288725e6dc3bcae8e923e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/thundurus.json" +hash = "c1c03be61d3acb60454912a4bff70b4405c4c0fbacdd20a3dc0814f4bf0d4d5e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/togedemaru.json" +hash = "6663b96831b26b7bf81c3e6fdd67bd24c784ffb19a3480cd5d8d4a54d6821c0f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/tornadus.json" +hash = "fa51f120c64281ef7b02a385997097236b5bbef4b7a9fb6ceba4446941dd9866" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/toxapex.json" +hash = "ec03350f7a6948a7ff628a57e382047c8e3ad887d4e7d269ed1f8c9c8576cf19" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/toxel.json" +hash = "c33fa80a13db838d8644642596f2e897994f9d6aab4a4b729f91495da26402b1" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/toxtricity.json" +hash = "53e90bd2476051d4aefb44c22af0d1b0d03fea346edebe679e13e622a2d49d8f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/tynamo.json" +hash = "0e9cce704e590c66635865c61a484b0ab99fb7abbdf1430ba732b04719c2ed83" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/unown_beezy.json" +hash = "e1150fb6515849a62be4dd5d019a4bb53d79c85de0369ec479cae8965470c43c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/ursaluna.json" +hash = "5e01bbf9aa0c2a2f4ff8221cba7e4db0c5c993daa5105415a9b8229e5be1f65f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/veluza.json" +hash = "66ecad7a5628406b14c651e06cbbd87dea190457d4a81bb1fb1d2a05f02fee1c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/volcanion.json" +hash = "bc85581b68f189974bf99834f8ba0afb0af0c129b83cb1ecd2a434dc8fb73adf" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/xurkitree.json" +hash = "65679bd71e59831ddae8d4414ea574d1cb00d273d9102f2b334fa050f22f079f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/zekrom.json" +hash = "75be25692a69ee0283a28b39cc40d91317923efd54dc7f002c417c68197f5656" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/zeraora.json" +hash = "4c0c7b22635d0b99bcc83a567099d4395c464505d14537cdc1df40a8415769b2" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_feature_assignments/core.json" +hash = "6e6f73e364c940f15a25a74bf3396f5c9bc992f3299fa27530df6699c9915f71" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_feature_assignments/paldean_breed.json" +hash = "3a4b0229be9063830a97d12490cb0592fe5eed13c7b5c2b9b0f76b7acb766f23" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_feature_assignments/sinistea_polteageist_antique.json" +hash = "9de7e88f3c977378a55e1c94ec5a156b760da8a0b01b4e5962f7e6874b14cd5c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_feature_assignments/three-segment.json" +hash = "a606436a3779a5d66b40b8126a12bc160b29d3b02240082f37dbad1d3b61daef" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_feature_assignments/yamask_galarian.json" +hash = "9e47cf9c526badd11431525ce75e2523014011037abad525ae6328f6fdf01480" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/black.json" +hash = "02db1a9667439ae54e39c779cfc2532236cc66b1c70eb57399d74e261b13a00f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/bloodmoon.json" +hash = "27232c48d72e401819486f946e6a2e835550faedab1bc7c54c42b6a42d4d3cb8" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/core.json" +hash = "3ece5bb6895ef04d9ed92e9f137277ab4335465893fdaf1da36d429cf9a11c35" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/cornerstone.json" +hash = "5ff1a95854dc636d98e52c9439290294337f17b51ee66a78137fa326bb433f49" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/deoxysattack.json" +hash = "670c190bbb5cfa17b01ba2fb3d2a20d0ecf438d6dd2945c2ef97c63321e50db0" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/deoxysdefense.json" +hash = "3c94f8e50e9181d7bbd089349bef44b73c3d8bb41e7255bddf5595c4a538c7ac" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/deoxysspeed.json" +hash = "a8737c89c94996c23af8c1ebdb3aeaa08c2a78373a2bd8e429b5595412ec4675" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/dusk.json" +hash = "74fd2d9a9e66c8c986e580baa032496e9df2d58e2d59e64ddb85638e9fac146e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/galarian.json" +hash = "6d67a00333ea007cd3fd05745c489e03399709fc4357a95e0308c009e5650ac4" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/hearthflame.json" +hash = "f7ce3fcf7153a164bb74510cef3299c1a1017a1526b1c5660a7c9c417e0e29d0" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/is_antique.json" +hash = "c4cb2fefb71e069ad923483ae212806cb851c263625de339112bd5d91b243127" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/letter.json" +hash = "a15d4f3ba6d83049b99c5cede04c431b50afb8fefcb773b8dc886afb9cfbc77e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/low-key.json" +hash = "5edcbd79bf3e6ef4bee9000b9807d533441b04dc25e487a6bce7b92b7a30f794" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/mega.json" +hash = "be0eefa8ece7fc000b52bd2f57be5612d1a546bbf06d952fb741752539ecf6ec" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/midnight.json" +hash = "bb343f03e9a5c90c27d2f5fa5274a8b566e21caefda78c000b631b7e573044ec" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/paldean_breed.json" +hash = "bf674d16daf719b715968db99e80ed8e0e055b2808af6350fcdfeb6ece1fb212" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/primal.json" +hash = "9f56630e45973642b673cbf1d186b383d12a64f06435233d16ea8f9db9cc85fe" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/rapidstrike.json" +hash = "e3858af588e82d8416fc30a2c5aafdd8af9a0706c7b6c5bba71ea4635ac50bf0" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/redsand.json" +hash = "610f69ab22925f51ca55f10e6ef09c53bd83cecf8f9937f94eae2480b5a5a81a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/sky.json" +hash = "cb4d45be47ef4cdec9f0099663f8085898e40176b4ae77bd0d924b608f19c998" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/teal.json" +hash = "52c2d248c36adc348fa30847d671f00ab311c0c3ce8654ba0228df9c2de45453" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/threesegment.json" +hash = "b4a7d13cb91c8783aabecbd88dce98b35418694a35d517f9733ddb5d8a15ae40" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/unbound.json" +hash = "d0537d8836dbea5bf351e69f07df698d6b7a4a2e40243b953e00dfa974665003" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/wellspring.json" +hash = "277b82c31008d3a5a8e28cf61f8f97c4e72047f4beee7957a375846dee9a6c02" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/west.json" +hash = "189d029a14c8a44be6a7c46e6fdbfd0058cb09985c2a47c87749ebb3a76388b9" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/white.json" +hash = "c6c8aa046468bddd55a937a839d39d066c74698685c1cb331812c35dc8709edc" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/articuno.json" +hash = "8891ce78b8aa709b49212cdf142d8e0f78aa172b955cb30a1795252b6fa7372d" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/calyrex.json" +hash = "f8dc68e05f77f6cb4a6e58d914dc4aa7886bf918daf8f8976632b8db7cf088dc" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/celebi.json" +hash = "b5c6e35cbfc34e103d948359fccbd24e56572b11719b9d604346b46272825bcd" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/chienpao.json" +hash = "777f680a6122ba9d5080851a8dbb285a6506b679e813fd64662baf66e651abe7" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/chiyu.json" +hash = "58c9d2beef92bef23b92ee151ff802550da696e2050a10e435c9aa66237c2ae5" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/cresselia.json" +hash = "28c7973c756ee6ee30bbea59b86b30b8fd6fa44beb9f2a7f49d13084ad225cef" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/darkrai.json" +hash = "9914bc00827b3789bb32bdc730005c5e6267652b831adf20490c182e3a6c5d12" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/deoxys.json" +hash = "cf763c72496378456042934e228fc79075774ad16f83f1cb2a88e1fb1df6553b" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/diancie.json" +hash = "f3fa2a2a9f60fec4d9ad820dc853561e04ee934239fa7cdbaab9a03937ed6d4a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/eternatus.json" +hash = "08242e37fb81196c5b8039d5979bd714af798ae4f7bac71847559b19a22ab9c1" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/glastrier.json" +hash = "c736b5d09138cef558f4288aa7c411f2e2ab2783360bcd1d3d95c71a7203a8e6" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/groudon.json" +hash = "2fa7daf5d34ec2ba95cdae078151e7e4a1ae94fd794c4a803aaece9fcdd8e015" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/hoopa.json" +hash = "206049ae550ce4015f5fd4385b836bc5b15bfcdd084a863513f216bdade14f82" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/kubfu.json" +hash = "5e99f3fabacbb943e512e1fafdff1fa94c6854938724475653cbce5121674a65" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/kyogre.json" +hash = "23e86a0fbbe18642d52fa75990c4f88aacab673195cbdc2b6d97ed193b4ce643" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/kyurem.json" +hash = "5588af802a0b618145aba764c073938177d70699a3f05e608e96e5b2fc934cb3" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/landorus.json" +hash = "69223ddbee7e46fd43ebd6e3599a4a96fe7ae876668e9f5a0a438f2799b124d8" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/latias.json" +hash = "3655ef63629f579378319abeccc28ab205bdf815767baca20496e28be811ef0a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/latios.json" +hash = "72be763ce9bdb33ceda9814681bd93a8c285e4696247252d37fd5a7385220e54" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/manaphy.json" +hash = "b6199836d5bd17e9485e2a497fd1dd7ca21eeb4975f700c83a8fa15796fde485" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/marshadow.json" +hash = "c5f35e4eb1b692126416609e7355fff32658d47e5cc9eccd2c8c37cabff31868" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/meltan.json" +hash = "3194e2b146ac86ab31331154fedfa7830c77eafbb1e0f2700620736e8d3bb310" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/mew.json" +hash = "5afcf7c2b504dae83fccadc844929c30737d99dabf01a15730d38e3e5819ecb8" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/moltres.json" +hash = "99d0fc6151d028602570c3baed8bb3d94c2d587b992ad7fb83f7e205f550754e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/necrozma.json" +hash = "e2f7cf3d771d3a36b60b010f85ece531f7b12dc19e03641838f884eeb48e0bdf" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/ogerpon.json" +hash = "07db77a8520ff9df6d9d32e8d6a64892b199337a9f05051e87262e9687d46e4a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/pecharunt.json" +hash = "236ec03bb513705c24e8359f93769b843b7672d7df688a26a9718b1fe28fb893" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/phione.json" +hash = "8db463f584015c55a206d4336f2b82ef73dea76d795246d92410919b827cb9f2" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/rayquaza.json" +hash = "6309f851c44e54bc0c7517298c5f4251456835d69322634b131cb585110053e5" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/reshiram.json" +hash = "b4bcbaaed7e1a0d9a459e543734ac61371b438a3b1b6f3e9c9c139f2a647d2ec" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/shaymin.json" +hash = "53efaf8b9481fc625cef48ee2e880fe0b54fd7060e81977e9e6f058ee8a87197" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/spectrier.json" +hash = "2bda39dacf05052801c37a61d86088361e781a797683c98e8a7332825f614320" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/thundurus.json" +hash = "11d479674acd28fe60b8e3b8ffe0181029d22bb19361dcf453622b359c28fa84" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/tornadus.json" +hash = "a06d8f5e215583d0227e5f0d6d850b2c6ea162e6bee341283133c7a147492431" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/volcanion.json" +hash = "7121d82df7228d8eeb0cd72c37b0bcb9bcf2405de20b57976841bf35d8bb99b7" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/xerneas.json" +hash = "4f3848aecb40249b3acfee7d16773d8607c3ee44738a2ee7c53e5a82e02faf29" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/zapdos.json" +hash = "c4a54cf23162c62857afae28213cb2ea105437555dfca02b10e296917aa32f55" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/zekrom.json" +hash = "7d5613c4724a9d7f1ef364c554be6e1737977713b8fa801a3273de199106295e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/zeraora.json" +hash = "eb8fb7a250e769804d43ec95961da7bc9d5316af5d7e5b2300241e8e338b0d95" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/brutebonnet.json" +hash = "4a9fdf85c5d8057be4e6d25f8532e320a8dfb77e1a45a20694b61f664c38d2e7" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/fluttermane.json" +hash = "d53ee07569e961d0748267eec674de2d1193811cf3de22b3f0d4cc409d8a79d7" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/greattusk.json" +hash = "3a87833b4fbd7753c1e83b9fb33d5728e6c1a57718aec514ca60ebac6cb59f7e" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/ironbundle.json" +hash = "50ae781f334aa1f607f10777456f45cffa612d93289213beab492544cd5fd053" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/ironmoth.json" +hash = "feffc7f0c59e23eed56722207f62f2af75ad74667a427dcf98e22f20da14ff1c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/ironthorns.json" +hash = "73e8980ff1836261d3414ff380b48daec124ef3fa79cad67389094f292987140" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/ironvaliant.json" +hash = "b62cea64720188efcce1b849fcde923fc9bdf4acf18c9f60c0e0149504f90e9f" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/ragingbolt.json" +hash = "d7f18eac3319c8f8873e5372f465c886dcc74e583facd783e3e2120a307f1b83" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/roaringmoon.json" +hash = "42c0392783aa25b220e2aa9d71ffaf6523955bff41277bc3db2522a489ad9744" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/screamtail.json" +hash = "e6e66a7289958dcbe2880d7fa9e60af2ee12f5a78ec4e895f87df6ca39d808bc" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/slitherwing.json" +hash = "41b591a19983146227559a55ce0444b72b6165d1461835500c0fce38ee47d434" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/walkingwake.json" +hash = "067282d90431bab19c6b01ed8a8a6363f611f9a4bcd5bf38bd4964717e653923" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/ultra_beast_spawns_atm/spawn_pool_world/blacephalon.json" +hash = "1da7b0d3c245d87bf7da3964feb57b7376f74f9d35ff37a3de49515775561c46" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/ultra_beast_spawns_atm/spawn_pool_world/guzzlord.json" +hash = "a58e406a2d5f2e752855f9a633b158260c860ea0857a6eaa42ed96b02eac2216" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/ultra_beast_spawns_atm/spawn_pool_world/kartana.json" +hash = "e55af930f3cdd1dfe3fc7ae69e4a8020f28ef849554fc10f771885f942c1e1c5" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/ultra_beast_spawns_atm/spawn_pool_world/nihilego.json" +hash = "f779256f07d1d6ac5e8c7ecbc0b622a641c0126f594e2882b410574f09be9e66" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/data/ultra_beast_spawns_atm/spawn_pool_world/xurkitree.json" +hash = "c1f8e6d99b35e8c65cb50410fc63d6e6c70d96b6e7fdb70aa66436acd078eb18" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/pack.mcmeta" +hash = "317d2f80a93c50ee76fb2113a866f428b56f519c224da46fa9a24abfa7afd7e6" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/pack.png" +hash = "a74750da6b281500a6c36f25694ac90e7d8cd2ee285c9275c40b0045f9659a88" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/AllonesAdditions.png" +hash = "7f3b0ea8b36db1e1c2c5c038ef8204ebd3e3dd3ff5e163074d22a3d160cad6fe" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/AlphabetSoup.png" +hash = "059d5d930d9fbdb1db8a53800b0bcc9adb0fb1ad34fe28291a25768e50d87307" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/AshiMons.png" +hash = "2262222163e7947965cd29f31d8358d6bb45614eb82a5afa62ef0db29d5959a4" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/CloudMons.png" +hash = "7e16599e6e6fb36298ed961d166a71961d70fbc5b159f6c11da3c209c059b9e7" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/CobbleCats1.png" +hash = "35f59e3df903436c6c2619b5ae9a843561a3bd06094d043bb5a8aad90acb8ad8" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/CobbleCats2.png" +hash = "36395d7bc5bdfb1ab095784c91a34e45f8f3ba9a0c01b86f85766e455e0d2f40" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/GenoMons.png" +hash = "112502e4838c8f8328c8a57664f7d70f82ad2c6c2b7359624fb54bd4c0370c13" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/HiddenMons.png" +hash = "36b0baa06873f7d8e7c612c4cea853cda64d7b8a4596b21a33d6fb0aaeea8f1c" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/HydrosReanimodel.png" +hash = "f945468e469842056dd5e829d786b2fe3e9a452c0173bf5fac39256a33bc3753" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/JewelPokemon.png" +hash = "f9e924a9d05f1ec3900c6f26c61c580e2767eeff866eb418561d46933a93f0b9" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/KalesCollection.png" +hash = "809b6f08837d9c0238a62b35b1fbdad7948caafdda003c986c19fac8559cf8e3" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/LackingMons.png" +hash = "4412917982c0370d0ac6e0e9dc3d2dabbca79f85d105945c4832307e395ea338" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/LackingMons2.png" +hash = "9fe4aed3a32f71b62b982d835c31fdcbcd5a1e93e43d8997497ad410eb5b1a96" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/MissingMons.png" +hash = "1e64652a419c0bd6701d2ec0fc752954b56b8516fb7cc08db4d9a3b3d5e8cee5" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/MoreMons.png" +hash = "4fd491bfb7f7d264210e22e11ebe85535569f190d98a250cee2a2271934980dc" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/OdysseyMons.png" +hash = "ee480d6bdd5bb07723775420be172a46c13f06cac559931ff148e669245f85ee" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/PigeonPack.png" +hash = "1332a3812102788bf673d05e6f579c83bafa485e80dd16a05c19c6e2f000b9e9" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/Pokemanspack.png" +hash = "5c247676fde978a9071aecbc5a124f88a971f025d0fcd0766aab7df74c2fdea0" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/SaltMons.png" +hash = "431713845e2d41c71f302c90ae12f37cff31d5c191eb28ab645d9f6f926ee6a2" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/proofs of permission/WaviMons.png" +hash = "55518725196942384c0311b63afcfc07abfa12b74dd406bcbea2792654e4733a" + +[[files]] +file = "global_packs/required_data/AllTheMons Release 1.8.2 V129/readme.txt" +hash = "620e653dd1c15429031028e9901f053600fd9145a482fa16737934506e1e6d80" + +[[files]] +file = "global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/animations/ashgreninja/ashgreninja.animation.json" +hash = "88b0bcf54f39881cf9a0a2057db9e0fe01666d3abf61f322ae36957080563a90" + +[[files]] +file = "global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/animations/ashgreninjaincomplete/ashgreninjaincomplete.animation.json" +hash = "da05c4a48fb8292ffad417042d971b6a0d34d57ceca71f03efb93eeb551f21b9" + +[[files]] +file = "global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/animations/ashpikachu/ashpikachu.animation.json" +hash = "be8d3765fc5bf0006b7b35bc68013c30da0d68aa94ae9f1d5c444e8233de655e" + +[[files]] +file = "global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/models/ashgreninja/ashgreninja.geo.json" +hash = "812a25a0bf0f12951cad5dd13872d2e73fbd9f854909597fb6fb20fa252395df" + +[[files]] +file = "global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/models/ashgreninjaincomplete/ashgreninjaincomplete.geo.json" +hash = "4478917f5e54ffea5efd92f95dff5e63b45d6464b2319e12e20c8a649d51c1ff" + +[[files]] +file = "global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/models/ashpikachu/ashpikachu.geo.json" +hash = "412fcd5c444885caab1ecf3738d21eb751fd1ade03a14960cce7d595961655af" + +[[files]] +file = "global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/posers/ashgreninja.json" +hash = "0f62dcaea20247f10c6d16fffef2795229ec4f9062ac727cb92b7a773256f932" + +[[files]] +file = "global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/posers/ashgreninjaincomplete.json" +hash = "e0e277e54b8ccd216fce8739948a689bdadfa7c1dde1d88b035ca79a2d720ce0" + +[[files]] +file = "global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/posers/ashpikachu.json" +hash = "6f722f02edc5250e86eb5e0da5929e27dd536312a9f02deeedd4b5bd43b4df71" + +[[files]] +file = "global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_ashgreninja_base.json" +hash = "b89a6a8a687182ca6325f8612f7290ea4797ece1ca8e6a87b159c00a71baedfd" + +[[files]] +file = "global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_ashgreninjaincomplete2_base.json" +hash = "6be55eb4bcd2db194719b6e480bb37ef3868d5a41446ffd9658af218f3c7ee40" + +[[files]] +file = "global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_ashgreninjaincomplete3_base.json" +hash = "a9ee0629b19678445c3460dce3df0942364ec509edaa53c52b0df9325fc0a585" + +[[files]] +file = "global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_ashgreninjaincomplete_base.json" +hash = "4e49dad50bcb2b6dd9545d64eab67d3183060ebb072dc13a3fd3c28b44a54630" + +[[files]] +file = "global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_ashpikachu_base.json" +hash = "f34ef3b897bcdef5b5ed0fa0014e096da1e711e9e1a6fc78cef0d6cbf23bc34f" + +[[files]] +file = "global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_greninja1_base.json" +hash = "fa801702b21de2525ffbe5298133140b88496769b8c1b9565ca0b32bdce6f354" + +[[files]] +file = "global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_greninja2_base.json" +hash = "4554579cf685395596dc01c203b7738aab884ee606a0e719266111c4354c9b1f" + +[[files]] +file = "global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_greninja3_base.json" +hash = "8dd4db6cf7e25b526994450f48f5e039706438f36254ee74effc464c7717536b" + +[[files]] +file = "global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_greninjabb_base.json" +hash = "be9d4b627be2f7a7c57ef11b8ae2db6e673423d235c17e35d35f45074f6b4765" + +[[files]] +file = "global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/lang/en_us.json" +hash = "3e8da29c78311a4956114b4b8e8fdd04e4a55d840665bbe995814b8bb3f65d53" + +[[files]] +file = "global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/sounds.json" +hash = "7784f19d229758bfb10efb8c972a858e73da217772e1b9c735afcce58542dded" + +[[files]] +file = "global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/sounds/pokemon/ashgreninja/ashgreninjatheme.ogg" +hash = "a6d83987e8186d9feb8bcec405880ce55999415d2e793fee813eda7d06364270" + +[[files]] +file = "global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb1_ashgreninja/ash_greninja.png" +hash = "307df69e4e3487010e67a82b7424e754b687b81fca9198a1025136ab025f7a06" + +[[files]] +file = "global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb1_ashgreninja/ash_greninja_shiny.png" +hash = "f23d98d660dc3174b8dab66bdeeb321af75d099889a7b22d794a9dca4c246f98" + +[[files]] +file = "global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb1_ashgreninja/ash_greninja_shiny_tongue_hidden.png" +hash = "30705f7399020c53b583446fa2fd46ffdd9c1d5e38a19dd6ba26b394f06617a8" + +[[files]] +file = "global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb1_ashgreninja/ash_greninja_tongue_hidden.png" +hash = "c60490048c3ab38e486600c5168f5ef606a107027f571272b3ae36cd60c08751" + +[[files]] +file = "global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb2_ashpikachu/ashpikachu.png" +hash = "a8972ecc817d36b65dd0859b4ffca85973010ec010606c0ede90eced40625a3c" + +[[files]] +file = "global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb2_ashpikachu/ashpikachu_shiny.png" +hash = "5d77158e8327056ae1f09ff0c136ddbfb1794358836725690f95c0cd14637a05" + +[[files]] +file = "global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb3_ashgreninjaincomplete/ashgreninjaincomplete.png" +hash = "1db185e98a8de336afdf8f1522b545502137af2764b08474f11e514f4dd52a6d" + +[[files]] +file = "global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb3_ashgreninjaincomplete/ashgreninjaincomplete_shiny.png" +hash = "d9013c65c04d673830b7f1e932673d7af66840a019becefad7e9ead569c5a5cd" + +[[files]] +file = "global_packs/required_data/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb3_ashgreninjaincomplete/ashgreninjaincomplete_translucent.png" +hash = "4f063a7e451467e3633cd398d05ed0f63338bbf53d82c508000f5fcaee8c8225" + +[[files]] +file = "global_packs/required_data/BattleBond [V1.4]/data/cobblemon/spawn_pool_world/0658_greninjabb.json" +hash = "534f1ab45c8fa917462e823675fb0c97ccccd128ba7014b74c8c9096ba3a7f56" + +[[files]] +file = "global_packs/required_data/BattleBond [V1.4]/data/cobblemon/species/generation1/ashpikachu.json" +hash = "5ebf73202fd7575ead98f9fcdff4f43d76b3ea86e7d88914c6f29ada4e39660a" + +[[files]] +file = "global_packs/required_data/BattleBond [V1.4]/data/cobblemon/species/generation1/pikachu.json" +hash = "f88fef6b4d9d68db8e497ee26affbceb8fcde50fcac30236dacbf43d6045e272" + +[[files]] +file = "global_packs/required_data/BattleBond [V1.4]/data/cobblemon/species/generation6/ashgreninja.json" +hash = "46ee6614296cf8d15ff4a769bbb4fd6e7715fcaed4d1744afba145709b443772" + +[[files]] +file = "global_packs/required_data/BattleBond [V1.4]/data/cobblemon/species/generation6/ashgreninjaincomplete.json" +hash = "db0771e45f2a49694ef7ebbc8e79f00f8c6e8faf4dedcd8efeca67a945fb33af" + +[[files]] +file = "global_packs/required_data/BattleBond [V1.4]/data/cobblemon/species/generation6/ashgreninjaincomplete2.json" +hash = "fb8105c2e5fe8af6ba9a81393d4df8d1664151225b92aa9c336224763a678850" + +[[files]] +file = "global_packs/required_data/BattleBond [V1.4]/data/cobblemon/species/generation6/ashgreninjaincomplete3.json" +hash = "be3a8985d08db32b620b31bac1bfbe11a062037df1f1ba48b492e2283615ab83" + +[[files]] +file = "global_packs/required_data/BattleBond [V1.4]/data/cobblemon/species/generation6/greninja1.json" +hash = "1a078dbdc930deaa9485050a3ea9197b9c4e9159241d3372b3e18781d1a00a5b" + +[[files]] +file = "global_packs/required_data/BattleBond [V1.4]/data/cobblemon/species/generation6/greninja2.json" +hash = "f5ff56eb31715567b3ec5cf993933663a7c28fa106ae84c72eb92db106218a8a" + +[[files]] +file = "global_packs/required_data/BattleBond [V1.4]/data/cobblemon/species/generation6/greninja3.json" +hash = "01d4b68ecd80c1aed88008605f0b724c386b798fddb8ddfb72ec3cc9c75fd388" + +[[files]] +file = "global_packs/required_data/BattleBond [V1.4]/data/cobblemon/species/generation6/greninjabb.json" +hash = "c145f3d7b02805e6cbb6ad89464259477ce7b31fdaab8980964d6c87740a9c38" + +[[files]] +file = "global_packs/required_data/BattleBond [V1.4]/pack.mcmeta" +hash = "13fa506447b06c2f8b35374746129742bfe0fa3ab96018c8d5cf04fbec9c84a0" + +[[files]] +file = "global_packs/required_data/BattleBond [V1.4]/pack.png" +hash = "9bf530a19485534008e9a3daeaffdb2498cb1a9bbd511fa3e0826119a62aad50" + +[[files]] +file = "global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/cafe_alolan_raichu/cafe_raichu_alolan.animation.json" +hash = "e06baec7b3271259b01543d1b7947c5aa257da6bf267314cd5dafdc8580e22f2" + +[[files]] +file = "global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/cafe_fuecoco/cafe_fuecoco.animation.json" +hash = "d92ac2dc58e9b3bc3a5b952e3703a1b12cf9827b887ebadee5f8675cf4a3f402" + +[[files]] +file = "global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/cafe_jirachi/cafe_jirachi.animation.json" +hash = "66c9e20e6b82c6c27ce4477ddf7d7329be84253e0d580a14f4b405d2adb177eb" + +[[files]] +file = "global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/cafe_litten/cafe_litten.animation.json" +hash = "72bbb7eb393271e9d9d06d8df370483bb59b7723e5874cce6a8d818716e4bfd0" + +[[files]] +file = "global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/cafe_mew/cafe_mew.animation.json" +hash = "3946de21ed93614606fefb15093670139272c1202614951a10bce08703c19bea" + +[[files]] +file = "global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/cafe_slowpoke/cafe_slowpoke.animation.json" +hash = "bb06505c76cd88dcae81424089cbd317ccc4f5471ffe59c0d52cde94e006d43f" + +[[files]] +file = "global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/cafe_sprigatito/cafe_sprigatito.animation.json" +hash = "4f552818ef0ed9cdf9d8be1ed8d59dd0b71b3aeeb2b8ee557afcc031abe68ad6" + +[[files]] +file = "global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/kimono_mew/kimono_mew.animation.json" +hash = "c421c698829bbdf359166c9df6c87f7fce88ae892c417b05760194cdfad67d27" + +[[files]] +file = "global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/raichu_alolan_pancake/raichu_alolan_pancake.animation.json" +hash = "af64eabf4db852fef09452ee4718d84758d813fb407d758f69294b0e3d039ea1" + +[[files]] +file = "global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/cafe_fuecoco/cafe_fuecoco.geo.json" +hash = "aea688b87fb613a648d3f88b92a90361ae25cd77d5d8842fa360a69fffe28d20" + +[[files]] +file = "global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/cafe_jirachi/cafe_jirachi.geo.json" +hash = "4e7be269822001751c4c4b8b2256f1db02096b50e65e1e5a5d77a89c4eb84db5" + +[[files]] +file = "global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/cafe_litten/cafe_litten.geo.json" +hash = "dd706c170b6f19f9f7bf8a6227e04dc2150066d2664834c805f03ab3c4c75095" + +[[files]] +file = "global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/cafe_mew/cafe_mew.geo.json" +hash = "573b166a7bebbe38b35a22b31ae7469baf95df2589e56bfa3369ab9d1b86daf3" + +[[files]] +file = "global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/cafe_raichu_alolan/cafe_raichu_alolan.geo.json" +hash = "380522ce0584317bae9d18dce4b668888add8ec30d0a00fe5e0142108cd3f9be" + +[[files]] +file = "global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/cafe_slowpoke/cafe_slowpoke.geo.json" +hash = "535df5b20c40645fc1e2db53c913a061a83bac3b0054e494ea9433bf9fb8f09c" + +[[files]] +file = "global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/cafe_sprigatito/cafe_sprigatito.geo.json" +hash = "55f6cc30804f11c90ca1e698e2513034b9fb57669dd713ec70686ed525b57aae" + +[[files]] +file = "global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/kimono_mew/kimono_mew.geo.json" +hash = "07d2c852c0f30e2d7368020cd14ee6c7a859ce29146c8a52222ea0155ed9973d" + +[[files]] +file = "global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/raichu_alolan_pancake/raichu_alolan_pancake.geo.json" +hash = "b95e8b70ff11c30747e2e1d087c2b5d48bcd09ce911b2b025d23d68711cf5ea0" + +[[files]] +file = "global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/cafe_fuecoco.json" +hash = "6178571f60a9700268a2f3d8ab1159944d74feab35233524ce54e06131a64db0" + +[[files]] +file = "global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/cafe_jirachi.json" +hash = "ed1fadb985c991dce06c3a3f3da470733f4efb11493c810999d0a3635cb94d2e" + +[[files]] +file = "global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/cafe_litten.json" +hash = "3bd2f041cdf5422dd953a2a1fe67fc4dcb0d7a40af83e8cf9bfb1340ffe2a754" + +[[files]] +file = "global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/cafe_mew.json" +hash = "9af15017a820e30f0bd2b11d418fec050e1f15c6bd9d0128646b1abe9a72eae2" + +[[files]] +file = "global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/cafe_raichu_alolan.json" +hash = "3d1ce9dca655d8a09d155ef808ce30f942fb12dc38147e89d6282c3492b35f8c" + +[[files]] +file = "global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/cafe_slowpoke.json" +hash = "bb15fc4aa60c18272fbf296cb09dd53ae6abf220630fc5a2db69377040a31fcd" + +[[files]] +file = "global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/cafe_sprigatito.json" +hash = "ce8ed7cf710193cbd4053f59c85d5684a5f7d4682de885adff5d709185af7856" + +[[files]] +file = "global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/kimono_mew.json" +hash = "8db6a40b243a330fc94d3c41d907fe8528f4e24c919007129792c6a27abfbe5f" + +[[files]] +file = "global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/raichu_alolan_pancake.json" +hash = "1093f28e9af3e77b85b6c888b5176f1ab9032546342d9f2fe95f42d86ddbecc9" + +[[files]] +file = "global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_cafe_fuecoco_base.json" +hash = "0704475289167c29f1c94713beef6688cf61c7870afb147b72b9469a09c6b1f0" + +[[files]] +file = "global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_cafe_jirachi_base.json" +hash = "130117030cf98206dd59236b0b20fa53fcaf099fa29293d648fa993743d1857f" + +[[files]] +file = "global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_cafe_litten_base.json" +hash = "0ed19b2068f439b22db641d910ac45fb064852d1c303f9f09b4addd04785096a" + +[[files]] +file = "global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_cafe_mew_base.json" +hash = "94e7233e924b7f8f23c8c282306a6eb60cdb2e82192be1e224f5dc31d0b88d76" + +[[files]] +file = "global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_cafe_raichu_alolan_base.json" +hash = "a0b62d8e887e6da9d68e815b58bec51061fbeee532dcd7cc01f1e0c3137d4293" + +[[files]] +file = "global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_cafe_slowpoke_base.json" +hash = "fa35092c6a2f0d352bf4b731877d0f80a2b6452734277bac6a4c1c903b072b85" + +[[files]] +file = "global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_cafe_sprigatito_base.json" +hash = "eb23ee20aa243db6a9b87d3e28a566d9429241d9c710dd181db2bae48ad52fdb" + +[[files]] +file = "global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_kimono_mew_base.json" +hash = "13d729e919f895cfb0bfafaaed994f0f9112d8e09753ae2919a3faa9747b2bb1" + +[[files]] +file = "global_packs/required_data/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_raichu_alolan_pancake_base.json" +hash = "3d803c20b581e1a25cabc677a9091cf058d70b14c23d5d2c125d9189d32a3252" + +[[files]] +file = "global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_fuecoco/cafe_fuecoco.png" +hash = "d79efd68a5c475bd82b45fbb73d467ac788dec80000aeefac09775935631bf52" + +[[files]] +file = "global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_fuecoco/cafe_fuecoco_emissive.png" +hash = "6a3fd45e713b9559c313a000ff42c01a7a706b9eb1f6f00114a715b2fe75ba64" + +[[files]] +file = "global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_fuecoco/cafe_fuecoco_shiny.png" +hash = "0495a8e55f60b11b05f7164a50681310995da84ed6e2804f377b4556f54d8da3" + +[[files]] +file = "global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_jirachi/cafe_jirachi.png" +hash = "ddb555e522c159bb832a8151072a82a99e46c52862364e68b112825c61083730" + +[[files]] +file = "global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_jirachi/cafe_jirachi_shiny.png" +hash = "cb31087bda414293b9586613e95f06cab3012eee86bafbb324a5870269c8e2d2" + +[[files]] +file = "global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_litten/cafe_litten.png" +hash = "ee09fb0bf2e2f7f74bd5411292f43258091fafc40f3b4395566eeadf4e4894cd" + +[[files]] +file = "global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_litten/cafe_litten_shiny.png" +hash = "040a9400ae75bcea44d05278ec96111849f452144fc47a78b7f958632712f6ad" + +[[files]] +file = "global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_mew/cafe_mew.png" +hash = "848956e2f93fc0cceeb977da1897c4ca230384f4dce07b4a103ef144c7887550" + +[[files]] +file = "global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_mew/cafe_mew_shiny.png" +hash = "7d122309965afbbce8419441eb04ee59fe71d053bcefc6ddb3e5118625edb4ae" + +[[files]] +file = "global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_raichu_alolan/cafe_raichu_alolan.png" +hash = "60b46162206d4463c7a7a7a8001aa71cb57c6a3e24508f30fd36bb70cf96130b" + +[[files]] +file = "global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_raichu_alolan/cafe_raichu_alolan_shiny.png" +hash = "55b2d12a2047527776b92b17a59e1616414c7ddd89a51b26a91c5530ff7a0b98" + +[[files]] +file = "global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_slowpoke/cafe_slowpoke.png" +hash = "467c8fe563c854f1f1ebb3d0ae13a8562e57126a53920af345ce6aa8d0ea2861" + +[[files]] +file = "global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_slowpoke/cafe_slowpoke_shiny.png" +hash = "8083c935215744c7e6e34986080dc6c92ff8399a238c5bcccbff7972044b491a" + +[[files]] +file = "global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_sprigatito/cafe_sprigatito.png" +hash = "424d778d3f4717682561c1bd3a430a5fc1048f466f5d64517805e898b3b74c55" + +[[files]] +file = "global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_sprigatito/cafe_sprigatito_shiny.png" +hash = "3cba8ccf30bea284a5b7361154d74a8a71f99e8375a9fa8a86228c5d134aaf3f" + +[[files]] +file = "global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/kimono_mew/kimono_mew.png" +hash = "28f436f8ef8562f5dd9fce0a93ee1a92745e39eb16ac3d844ca82a0b7aac3038" + +[[files]] +file = "global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/kimono_mew/kimono_mew_shiny.png" +hash = "e8627fb4473b761a06c374f4ec602ea3fd78eec4dc4e2e71129b2837ccc4c2f6" + +[[files]] +file = "global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/raichu_alolan_pancake/raichu_alolan_pancake.png" +hash = "a0a822c99a0a8fccee93d506ba4456aad7f35ef12b02c51aa3d77aaf129edbb9" + +[[files]] +file = "global_packs/required_data/CobbleCafe/assets/cobblemon/textures/pokemon/raichu_alolan_pancake/raichu_alolan_pancake_shiny.png" +hash = "91bf7ecad40261be2ef56564b3bf727c124a7d3755351d69c2c31e9752c9dc9c" + +[[files]] +file = "global_packs/required_data/CobbleCafe/data/cobblemon/species/custom/cafe_fuecoco.json" +hash = "cb3cc65ff7272a6eed2204d57f1f9a4c4dfc2185b76d91d4b59cbc2b476370f4" + +[[files]] +file = "global_packs/required_data/CobbleCafe/data/cobblemon/species/custom/cafe_litten.json" +hash = "fc3b243fb245437e4a9a53e76623f3efda440f9040a3dbd38d8875a088b95ec4" + +[[files]] +file = "global_packs/required_data/CobbleCafe/data/cobblemon/species/custom/cafe_mew.json" +hash = "252d3ba24b9a4822f06c501bd85037a7944aae252c1ada26f4426271151d39ad" + +[[files]] +file = "global_packs/required_data/CobbleCafe/data/cobblemon/species/custom/cafe_raichu_alolan.json" +hash = "7a52f6fd08cc701139443a0404d74f1a7f2f36882672a35eaaeadff23352c4c0" + +[[files]] +file = "global_packs/required_data/CobbleCafe/data/cobblemon/species/custom/cafe_sprigatito.json" +hash = "5d99ad0b7c908247d502d4551bc2771a99bfe34afe0b8af3065b1c6f137af699" + +[[files]] +file = "global_packs/required_data/CobbleCafe/data/cobblemon/species/custom/kimono_mew.json" +hash = "98a2c7c218592d8196e38be6f3f00db8fc61a3bf713a300550ed4170b3bddb56" + +[[files]] +file = "global_packs/required_data/CobbleCafe/data/cobblemon/species/custom/raichu_alolan_pancake.json" +hash = "7a52f6fd08cc701139443a0404d74f1a7f2f36882672a35eaaeadff23352c4c0" + +[[files]] +file = "global_packs/required_data/CobbleCafe/data/cobblemon/species/generation1/mew.json" +hash = "f101c6879e2bba835130107d7d6b81b57369c1595986a9561dc6657578deed04" + +[[files]] +file = "global_packs/required_data/CobbleCafe/data/cobblemon/species/generation1/pikachu.json" +hash = "361634d5789548ef1cc82eb6077ebba001736d19248589c29e5b321a6f798c3f" + +[[files]] +file = "global_packs/required_data/CobbleCafe/data/cobblemon/species/generation7/litten.json" +hash = "341ba8a5794a0829072fbe5bf4b8426e014593a3c46a153ef0d6a20378c7472f" + +[[files]] +file = "global_packs/required_data/CobbleCafe/data/cobblemon/species/generation9/fuecoco.json" +hash = "a6052947a84aa66977feb5aeb7635c9ef85baec702e5be8b1871f95b763bdc9f" + +[[files]] +file = "global_packs/required_data/CobbleCafe/data/cobblemon/species/generation9/sprigatito.json" +hash = "c4ac3ac7f9eda08c03357713dab959722dc187423d5c890c0bc52102715c6578" + +[[files]] +file = "global_packs/required_data/CobbleCafe/pack.mcmeta" +hash = "35c631b4a35ad376a342ab7521454c37f7b8b677a43c756d42bde4c4b9d9629d" + +[[files]] +file = "global_packs/required_data/CobbleCafe/pack.png" +hash = "cf84c13db32e733fc4c9f57ec301bf42447ab2d802af5687871c850a687c1f49" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_1.nbt" +hash = "a85fcf9e3b3c5e6bf7bbc2e926886b6f6d394c436dbcd8c88587f84077453087" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_10.nbt" +hash = "1dae892d218d533b7de3ede2e476df7b0bfd705aa2cd1685ed465d789f65d170" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_11.nbt" +hash = "d71c04d621331289865fc7e996027f012d829d81ae6615f9bfd93a2c6b5fb207" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_12.nbt" +hash = "dd25f1a8435873cec3180bf918d105e9ecceb1b473232d119df0afc647893986" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_13.nbt" +hash = "29f5c4d81d06c56c30bbc57444cde0b0ea02f3fb54281f0ad649166ab14344dc" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_14.nbt" +hash = "5066c6aad2d3c35e2731f8c556a5e7d920d18072d508c0d4c146c958ad95427e" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_15.nbt" +hash = "f4e0b431abdaa52cfdd70fd476d51c671f108c124f330b01a3894dea7f63e836" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_16.nbt" +hash = "140d6fd319fd3cf431198ee427594eddf207c93ae1e81af9edcf0eddd367d1eb" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_17.nbt" +hash = "7bb9b9422d149dba7e7a5698cff45c637a8d0e20afa735b2692cc7ca0bce158f" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_18.nbt" +hash = "13e7a754edefc947c7c5f0483989dcb7620c86b50c9ee0739e7f92fbb86fba26" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_19.nbt" +hash = "62281458f844e3d6912f0a979c843de13bd50caf49e89000930cad94231a236d" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_2.nbt" +hash = "bbf254b283550cc4855947bdbb8f21530752492faf542911f4e8e7381f609071" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_20.nbt" +hash = "e4b5207b181c9b0817f0c7c6dd392bc2e5a1db1e8f2f21e29f1c405d929e4f2c" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_21.nbt" +hash = "f96ad36c6a452a092ac0bf626370f75b8a23c24df7abc0901cc80db73fdc76d5" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_3.nbt" +hash = "f2bc0fdd3db07ceffe832741b7866d4982fafa41705fbb1eee461405db4f3432" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_4.nbt" +hash = "bc1c6eb01f638a0abfc1cfdb71879705e2eda97b7d5ad94b22b53abde360fc29" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_5.nbt" +hash = "bcd2be2874ecb07ae2028b6b907bf0dd0ce679705ee356f7740e83f07d1ecf35" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_6.nbt" +hash = "b52c7226ecb20cdd02c7f2f9d0e35ea825c1bd294a2ee923463bb5d3cc81d6fe" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_7.nbt" +hash = "bca4d218aa75bacd0232df2971afcef922ea55243ef4c01b56db4b2fab302965" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_8.nbt" +hash = "26b76be4771118ceaa117b55ae09e02ad7ebc9394b0d4a1ae6dffe4f2a2ec219" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/arena/arena_9.nbt" +hash = "c440c99bb958725bbd9d2ddbf8a56cd6fd50a7f40c1f40d20e24d14691f6c67f" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/birch_river.nbt" +hash = "7f696ccd527c15141625d7273863c57f4aae371d0aed6ab0b802d06fd3e6f78b" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/calcite_house.nbt" +hash = "18f66aca3172b7fca4f3ad630f2cec17cf4b54903054b6895f879331ef72b3df" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/castle_ruin.nbt" +hash = "c4b3d60ccc03daff0d39b17b36e0b9e9383b5d3199a6de6b9b41fb8cc570444c" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/castle_tower.nbt" +hash = "73a1d21b9192bc889d9265706fd1d41d443a9931c206970cdd714702b68e3230" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/castle_tower_top.nbt" +hash = "d0c9b0441ea96ffce05b6b098433ffc47df329d4fd8f9bb533d3a7566c0d3d09" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/cherry_river.nbt" +hash = "a9208eed5ad34098db620a9cbb5a9495e291c92f410a9b6cf9e32d77182e26ac" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/desert_pyramid.nbt" +hash = "0291712faf6811316e199888b1a6c1144a849296c3b14286ada557a46c6b5b70" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/desert_pyramid_side.nbt" +hash = "fd366e332a22e46e2e05352f91e93abd30aeebbfef561a2c7a9c8e2cc80f6186" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/desert_pyramid_top.nbt" +hash = "1f004da3ed8bb53ef3615c58d29209707753e02bb597c88e1914d5c835da29cd" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/desert_well.nbt" +hash = "d9ddf18bade5666cdbae054be229d9414f2f3bc1ede677860e1150673c9bffdc" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/diorite_house.nbt" +hash = "9a5507e20c8b874fef558b10ba32aee9f1466ccf5618eeb9b62dd5ab23c8afca" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/diorite_house_lower.nbt" +hash = "160e3a3801c7191366e6d21e142286b6da887def3cbd4f64784cd8663d62e1e0" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/diorite_house_side.nbt" +hash = "80ae4598580d0e483281c5af1eddb587ad2e157c3a0e54ccb525bb9be824e0e1" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/diorite_house_side_2.nbt" +hash = "f992bb0ee91815c90e77570e30d23b6631d946ba36b7464d55fa8a69c01681e7" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/frozen_pond.nbt" +hash = "9b92ccd384af3aebe1af819f14c7f8f992040889996dc4b2675116727edcf154" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/jungle.nbt" +hash = "42c81a4fbc4c71e5f8338e00b0620cd764ecc3b8cdf5fa5570a979693b167954" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/jungle_east.nbt" +hash = "8435c4adcf521bba1022b6514679022159b52a35d0affc337a9551c823c81436" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/jungle_east_top.nbt" +hash = "7d97c64c6602a8217e16fdf128dc7bcc79c63904982f4a68f942ffe3595dea01" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/jungle_south.nbt" +hash = "848902c5d0dc52214f0568c78d9b992c2a591d4bf49091137372c643f3902551" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/jungle_south_east.nbt" +hash = "0fb95af18dcd73fa7ae67b7988ca8676c96bd2358404ddd6a0dc634905635ad2" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/jungle_south_east_top.nbt" +hash = "f3182cc894fd6f2f87f712d1382e2cca46b8747d4e4131681538a70ec3a77a61" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/jungle_south_north.nbt" +hash = "8b2cad4e571366ba90597f1d92d2b399b144a36a90453dd34a9e1d04ddc46535" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/jungle_south_top.nbt" +hash = "edeadfa26491a96bcd4eff36c40d135ecd07f505ff8f0ff9ebc37241fd8f0710" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/jungle_top.nbt" +hash = "0e62f888e7b78ea1d94f522d21d13e26ed9afccf3e1e6bb197e41cc39bd55b28" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/large_tower.nbt" +hash = "935c3f6407ee855e2ddb588c1dcb1b12953da5d99788112d09cfe800b9df8b00" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/large_tower_lower.nbt" +hash = "568d0c1b552ec6b7e5b43f3fa2b834e273c3dfd6fe6ca769dfd8782489302240" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/large_tower_lower_2.nbt" +hash = "5ad1a9111e96531126a5cdc5e60512498a33e1b7c98b0a6cdc9c2a25643ea14d" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/large_tower_side.nbt" +hash = "8e591bddead10157d654155ae363029a3f34ca2560871e843f3f09aa685061fb" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/large_tower_side_2.nbt" +hash = "80aa52686e2c532f052fd87e4b68416ebbc57e1c5ea4012c3df0b423ccd8ae5c" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/large_tower_top.nbt" +hash = "ecbffe44bf5f008d23067199a1095891515d7badbf49b3eb8c1d29b06f424910" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/leaf_hollow.nbt" +hash = "054b970a5c64c369febbfb1a5f8384879a52c657f45366308a7bda312b1ff3eb" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/leaf_hollow_side.nbt" +hash = "aa9d6b297f7ee365ee27b5f669de11bc473e216aaf4b9a9e96e82884c567dae6" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/leaf_hollow_side_2.nbt" +hash = "a1a18133818d8b85cf9977321ec824f8c830d5b7f51fc33136ed224337459b5f" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/leaf_hollow_side_3.nbt" +hash = "03a2af2ea5137b2c0db73bc027887ccd73e26d1826f500e5b37a8dbdb6cb0a8d" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/mangrove.nbt" +hash = "79ec442fdcd020a8c3dd09b7ab108d54afeb78f450854eb0d66756ec43262114" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/mangrove_top.nbt" +hash = "0ff06d82d605b061303a6315b52bbdb160ca24b1fabd1edd238b1ec531f4cf91" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/mushroom.nbt" +hash = "88fb1282534ae34bd7af38a73f323bef274c249ee42f494c3a4b3427e640c594" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/nether_portal.nbt" +hash = "852c65bfb7169a608f43e7c55092230c888e662b2f94f6ccc7ef8b98f2bd8840" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/palm_island.nbt" +hash = "e16459cfbee363d6c2886914d877e03c522a0e7f625af28bfe9151d3e34b877e" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/small_deepslate_house.nbt" +hash = "fd601235b634eddf350b4a78831d594878772fcf0ddb23a0c630363bc85c221e" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/small_oak_house.nbt" +hash = "eea42c406b3830b75a1c2a4824e45c13af5d644a0a810d2f56bdda3f940878e0" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/small_pond.nbt" +hash = "f94bba2040df06d51101c062c8938b1e4f911e1d77324327e5e1aa2caa179c33" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/small_tower.nbt" +hash = "75b4459b0a04e573640f4a0ea7edd1bdc94f814d50402ccf06a0431017176f36" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/spruce_huts.nbt" +hash = "0b57f28367cdf5c3383b278932619c135f644eb9cd22827e495333e39f852875" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/taiga.nbt" +hash = "8bb6ae5e9e05df619d6c600ab68076ab02803247f4a434d287ea38773378d688" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/taiga_top.nbt" +hash = "e48d62e2c3ce31368f264016c505132290f28af9a4b6667ab7f8e35299cec1cb" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/tree_1.nbt" +hash = "e72745a5957d8eb7f830640c304bb40ccea7cb66ae84e7f73753a28ac260d2e1" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/tree_2.nbt" +hash = "262977ce05e3eaeb73fecb2067ff22c3a7e03fdaceeb4f202dd194b159c49372" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/tree_3.nbt" +hash = "a6982502d1b662322bbbd3662b50360971c0d7190829c6239fb0c933b79d1db7" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/tree_4.nbt" +hash = "df422b9a585a7f788c92dd35951ae51bb63bbb683fd47700073875773a3e14d3" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/tree_5.nbt" +hash = "63e7bfc312ed5d30217e5b82e0bd705ed6a59e83de11cac2bc8905bfce1a8dde" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/tree_6.nbt" +hash = "456d3dc24d4b0651892ffc58f38da86e6636cfcd5dd88bf91bf86825ae721d08" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/tree_7.nbt" +hash = "e02243b2e97cbdf4f81baf441ceb0f4d8e7b14f757b93c00918eee9dfe0c1579" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/tree_8.nbt" +hash = "3a0c35eb3b45dca732d6ef30ae31ca8d49e058ed39bfc8ff3a85dcf26502dd14" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/volcano.nbt" +hash = "c09e055f2ddb031cd407d864ae9e28de40b52c34fada2653989a88b606f467cc" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/volcano_side.nbt" +hash = "3a88fe0750bd5eea2bd4fed082290a589b66b69d2195848b8a4f73c94efee513" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/volcano_side_1.nbt" +hash = "e0fe9079a3b7c83de53337b30bce00e9fd5c8dad58af944c456f3bd1b33c353e" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/volcano_side_2.nbt" +hash = "0f7b8a58df84cf79d6008db31339ca1c28f0790188efdbd032d7897ae9db9985" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/volcano_side_3.nbt" +hash = "5abfa913fb89429ccba8181d693a090e82b2b4be983339db280f0ee1b71a60c8" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/volcano_side_4.nbt" +hash = "b535d87430976bfab001842d69038d827f4c39391906cf8f6a5289ef95b68286" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/volcano_side_5.nbt" +hash = "8c82737c2cc8b311be75e376b10d22c6afce2b1572d08d1f99734dc62a727cfc" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/white_house.nbt" +hash = "341b3e66a730be0b2c04a6da2c271c26713d50784134f3af30d15e2cb7540422" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/white_house_lower.nbt" +hash = "313aa6788618bca4bfd12e2863cbc96261cb648a4ecb6e206e446fe9af84b496" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/white_house_lower_side.nbt" +hash = "3d7ae32802f12e02bd990113636cc79e8059b3a081587e59cb1975f46b2fdec8" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/white_house_side.nbt" +hash = "418432e7ea5dc25aa5b1f89460faad68b9026020807904e5cac0ad38ed73236f" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/structures/white_house_side_2.nbt" +hash = "5eb8066480ee453ab7de1fa57494bfa92b46b04db043cc48a96a3cdb5f3edfa5" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/acacia_biomes.json" +hash = "25f4d94f6d3a7ddd56fc43e8068f4785e3415513590e1106f36342118752b0a1" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/beach_biomes.json" +hash = "8ac1fd339bb5d14e75af2d87ec9f9fc8e6574fb0b181bf4a262b51175266afda" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/birch_biomes.json" +hash = "0e69362a360298adfc12609cd77b44c472b9bc9df87ace087d85fcddfb997623" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/cherry_biomes.json" +hash = "42393b699667d00f0fb001d394eee91fd881cade77f5f5805d1f436e7959c017" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/crimson_biomes.json" +hash = "0a7eb7a45df885866a167f292cf26b5a0d4b4f8d55561f01a9b21c3cdf58d169" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/dark_oak_biomes.json" +hash = "8bc471f5c5d306d7dd6309b45dc43a02c27e1241a3d0eae16cda6f8b320ad60a" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/desert_biomes.json" +hash = "e5d4022415d66da0dfed03a9db7a71e43cdaefe79df52d85fa0c9fd90afd5594" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/end_biomes.json" +hash = "00ffd33063c3191870e4f498c1ff1f66e1e0f087efc33bb482af06dcefd24a8e" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/flower_biomes.json" +hash = "114bbd64874caa7ce0f91330f3615577a04da92b2103f070c16995e12fbe5fa9" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/jungle_biomes.json" +hash = "bf874848389a12a1301d17b0d1cafc8fc6e23d5fd407a75db0f8a1b3d5e79bad" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/mangrove_biomes.json" +hash = "e115fa610d1342adbf2792e0eca8da40e7ced7cb0ac2b75d440e58655485b4c8" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/mountain_biomes.json" +hash = "d3d2ec0ab967bb2cc8ac0155dca0b681206636c9166827e8bbe51b5e883ba623" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/mushroom_island_biomes.json" +hash = "1e29f4ee24cb3c1610560ba24c9bfcf7e0f0630a61de87f07a8f9669260e797b" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/nether_biomes.json" +hash = "5f8738c3fa9899f91ac529da48b8bc6082d984cb980cfbd9d9b508e3f5727995" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/nether_wastes_biomes.json" +hash = "cce6cf5e245443af6a624344cfd391517d643ddbd92291d973792331ec4e18df" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/oak_biomes.json" +hash = "b3ae4b9289bf2c42a13b9c262368e5ea1d577e482fe9adc5f52819b45b94eda9" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/ocean_biomes.json" +hash = "946eb69baf424e760b5b620634afa4c865f8fcb765dc67e5d6b9f90a9bee90d6" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/overworld_biomes.json" +hash = "8daa6c7e621577299e2c41b439d12d1fde1054959dd3a1a4e24c86c54756fd64" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/plains_and_oak_biomes.json" +hash = "a5099f60d289c7668bb999e229eea04ab8d349f0effb2a933ed0925d30cbfea1" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/snowy_biomes.json" +hash = "9fa3f8ac8ae02a62f1951749c277156f55575357b1ff6e0d202fdc86739abf66" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/stony_shore_biomes.json" +hash = "ddad2c2f14630716d1a33dd882812614024623790debf8f484652f2bbb1b6f90" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/swampy_biomes.json" +hash = "0611d1b8bd0a10252f2102baa2052ca07f0c56ad090b40b066fd1a06e0f4828a" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/tags/worldgen/biome/has_structure/taiga_biomes.json" +hash = "6701fcfe0642c3b55a077ee4fbbb56eb50ac919d346c55ac5511bcb8f418e3fe" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/processor_list/waterlogging_fix_processor.json" +hash = "9a23af3cceb45622566a04497084909a4416db439df5b6fe4429801647087037" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/birch_river.json" +hash = "9d071049948e8d2225f719b7a11bd75b923237b0465f24e6f4abadf4837b64d5" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/calcite_house.json" +hash = "770e7997ee1a302d1e522144d834b9807674226581df9787f5126b9543d11ed2" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/castle_ruin.json" +hash = "ff8085cb06325fc7e20acfd0c6bada45b6bc5787e799ffa1b97778308a62bfa2" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/castle_tower.json" +hash = "6341845bad027942a74d6287684b4c147c47b5965f6e7266c025abbab756fdfe" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/cherry_river.json" +hash = "9553481e20a9a894de9e526047b081c1c4060c54c00f03e2bb8394cd75da964d" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/desert_pyramid.json" +hash = "72b55f609d30bf0ee483a457a38fe163216b0a3d1bfc02ba1bdb15db5be0f082" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/desert_well.json" +hash = "f52d80019f395ac7e6bf40bd74dbccfa7f32ed95cf3e06b9b2b96c62f9befe83" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/diorite_house.json" +hash = "788b4a7133884caf9e2bd95def11bb69f45d6ced0557196eb51e86a907074451" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/frozen_pond.json" +hash = "1e1c2fa3ac1341e8b21e235fec9563943055a029e44ba7f7c9a63bf3bcc3868a" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/jungle.json" +hash = "7471c2fa2a4df28812f0c6fe182124d21fdea5a7c8b56de116bf95d63b157bc8" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/large_tower.json" +hash = "556127bb490b54962968f55a4e38244450fa4b5865eee7810e00b0eb0cb35e2c" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/leaf_hollow.json" +hash = "158a61f10f42c74c384c07f19f9201195b6448667d427d46437bde3d89c56915" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/mangrove.json" +hash = "9a8ff1e791f6d2dc41211eddc4c8c92d6164ca095b98b6eaa17320d4a562a560" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/mushroom.json" +hash = "a5a11ddc1578d53f637be92d896baffb8c27b29a7029a18b5efc6c55a3cfd837" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/nether_portal.json" +hash = "cf7f0afee9398ab44270a774b3d7dc9e60734ce360cb8941433656e451f871b2" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/palm_island.json" +hash = "d204fb3bb7c8d23c934f93defc88e364713d064e3ba860db6a8cf356687c645c" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/small_deepslate_house.json" +hash = "7e605ace368cc527d4d8c0e535596e770e5b53039c1ebd2f5d35579c2d747cf0" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/small_oak_house.json" +hash = "58a9fc1fa91a491be8e88b0ac407060088268e6f464cc742b26d344ff84a84bb" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/small_pond.json" +hash = "7cb004c97642cc9ac01cbd53723b91a9b286417d8896a3b9a7905d12e49c8dbe" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/small_tower.json" +hash = "43cf9425b136a19a7dade05e4e32b031bc234e84c1aa96e3b53b30f57961bffb" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/spruce_huts.json" +hash = "464939d860e5630b9e0e16fb835b4a7cb17683c22710dc815fb4bfebfafc4e86" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/taiga.json" +hash = "304b44e8287ba8fc5c4488b5d322250bfb7a5d49d3e465e44c736cfae08decd7" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/tree_1.json" +hash = "1dad57942717619bcb1cbf9ef8774a83f61806a0bd51ce5e7934172335938b82" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/tree_2.json" +hash = "b76a7b46673d64739a014a70f6cc59443709c243b17da3dd0fce19ecd712dc1d" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/tree_3.json" +hash = "cd29c41e361dd87c202d20ea52b6812285120cfdf6cfa4b63f5090346a635306" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/tree_4.json" +hash = "a52f66c3e7423f56628614b73dbabcc3ac47c9c72d74083007bb3dd211c20a85" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/tree_5.json" +hash = "71427ee62acd90c46d63fb7d6d28efa2638cd9a96d3577feae073119cb56c4c8" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/tree_6.json" +hash = "d2f1dbb11f06db403840b426027f94d5da484f915790c5a13b2688e17b2a87f8" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/tree_7.json" +hash = "53626fad02703d2279cbaac8813dd9c262ad1d9359b99f203f9a99f78fc8069b" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/tree_8.json" +hash = "c2c40ab33781edd757ccc8f397e321f7fa691e12fed2b155efd4f4c41b62c3fc" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/volcano.json" +hash = "6492fe660600eb746412a66c98e9c552dea1d8a97c3d984f57f563e1c81437fd" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure/white_house.json" +hash = "080b005088f747d5a59219a5c5e788994c92420444d84e98173c0f9613d42f8e" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/birch_river.json" +hash = "67345525b98b4e739ee9a5b4f434eb6f175cb793937bdeae50064511f9b5c568" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/calcite_house.json" +hash = "f403be7138e85935261208866cfaef1ddb50047b599a403444e3382719be6457" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/castle_ruin.json" +hash = "705ca04d9a0a750d3a5637ba1671f2df668fae785580e84bc593dd964091cc8d" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/castle_tower.json" +hash = "55c43cb2db9556ddaa7680254a49354e59151a044cac2f89c8aa354cc0388845" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/cherry_river.json" +hash = "f7e8ffaf39a9a52b7b03dc2a9e83433f55cbc7c41f9fc0c70aae08c379b55963" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/desert_pyramid.json" +hash = "ed85b8c598ec8bf80d048b4bc1659b9e84ee33bfd026e4cf12eb69d77e2edee9" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/desert_well.json" +hash = "ed259e82fb82426b61c7d2846202c271668b4a4662363188f3a79aa4d9838780" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/diorite_house.json" +hash = "04f2d1dd2c0d2eea856e82dec71a6ddf1804c1fbc7d2db14b9389f34413599fa" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/frozen_pond.json" +hash = "19b245f571b7cd0df69e96443e47f4569875b3c90b76fd9f68fdabf52fd9610b" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/jungle.json" +hash = "05713e5843ec4e5e01eb9c7d97e99bf709ed38bb85fb4cbfdf8b3647a9dc07d2" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/large_tower.json" +hash = "9deb513a960416d9d9cc64e3ffe4431b290e54bf632cd7fadce126c710e8c16c" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/leaf_hollow.json" +hash = "84d9a0b8f9b0e791165f34ea18177a81abf9e41abc18919228004272aa57bf7c" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/mangrove.json" +hash = "64d74ea5c2d986377352c740d96812c66ef3c13cabd435640c57f0aab5d63f27" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/mushroom.json" +hash = "23b97c24b2d7265e77c0d7d1e0056521dad6e39fe6768f2f1933b78684a192a1" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/nether_portal.json" +hash = "89758ebfb33a2c969a5214bf5534c6fbfd358c94fe6ce464aedbcc8d9784d891" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/palm_island.json" +hash = "9cc587463b7ffab40e79b2e0e6bcc329875d3a65a7b11717543780907144e5bb" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/small_deepslate_house.json" +hash = "9211da921b3c3710eba7e2708f164af982fde0848cc76851ddb602d134c17213" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/small_oak_house.json" +hash = "64fb386e6b5be3185465ac57d1b173b022649367c079f1eb49c3dae911ddb8c5" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/small_pond.json" +hash = "9cc84b42edc282ad8d2d9ddcc4c21846ec430fe05a018bb29e6f0d5ee6946351" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/small_tower.json" +hash = "3014f45e5160e4572e7a6f8186e22ecb636151d7aa4c89940c79cba712dfdcc7" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/spruce_huts.json" +hash = "7b92a051472a1bf6b41f1bbe02afbda33e81105f550eb92552d68d7469d60c76" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/taiga.json" +hash = "8e2bac1fd545bab905c8252b999b3e0ad9d157c6e3330904fe2e25d56ecd1c2c" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/tree_1.json" +hash = "5ce1fd72fb9abcdc63d604849b819a26690b7b0dd98262924b4eaaf133110393" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/tree_2.json" +hash = "847328e78175e01a00c47225207ba47f4f4b23a05a99c98c5a7ede19513e936d" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/tree_3.json" +hash = "52955b0a774800f7cee9129222656b562a457d8207cf19c0ffcc544b3badb0ce" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/tree_4.json" +hash = "89f21f77cdbef2bb54889a1918b6060248b030a352da5aa8c57576c6a93a57ae" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/tree_5.json" +hash = "3327924f71a0d859627ad5561bd7496347587ac77cb57238a4e70608d80201b0" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/tree_6.json" +hash = "d97b967f35f3044c95df4ae351351a0ec2b66cd2d212a8f987d3cc3c20901760" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/tree_7.json" +hash = "d5812e333f314d20b6643071a8315ccbc98854bba683a43d375e3e5ba60cacf1" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/tree_8.json" +hash = "bd2a1bb8a19ca9b39fdddd541a8331382beccb4b9b2d7d9454a0ee24796f9784" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/volcano.json" +hash = "0e408e41b7ac9a4b03c1ab41df060ca59dd2f1461c702d290bbf8792808ef67e" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/structure_set/white_house.json" +hash = "7466ed6f4c324a5ac3dd05f5b50febd7c2460a8c0d691dcf36795f26f14c66d5" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/10_side_pool.json" +hash = "4f6883650917bb5dd9805d2b513bca028f83dcc2a3e71c93b6e230ae8e45c7da" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/11_side_pool.json" +hash = "bfc418d4f39c90a81362c85cd5f1a4fe61bc862ef8f80da0e148fd09ac743df8" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/12_side_pool.json" +hash = "f49978d51d67f4678443d0a7857f287e42d2becf33995d888c8443312c36dec8" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/13_side_pool.json" +hash = "13e74ed252383e40f4875e16a43b5e1a4f7030dd7e94639c9edd7b88b9432833" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/14_side_pool.json" +hash = "cc3c1a33ececf32ca69398ca29a23ec499384b2ea4e1b0451d8fda6822ff2323" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/15_side_pool.json" +hash = "1a412a3284dc9a48a7a29f8a51528b4da67b52a082aa851936871da4fe37c873" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/16_side_pool.json" +hash = "f9ac84e9b352e673e7c2674d6e964c3d59d6ccdfc71e205328439ad2b0090f65" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/17_side_pool.json" +hash = "74b13e42802f88dd35197645899f3067dfc82011c51f69d1bdf2b7edcab97f3b" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/18_side_pool.json" +hash = "4ba56ecd589667481826efba4b0ed08201ae9566bacdec8b23c923bd2d16ff84" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/19_side_pool.json" +hash = "8686fc3e172eb54670a31ac0663c81aca09b25bf29962f949074e3ec365ec4cd" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/20_side_pool.json" +hash = "a3f0c859b565a4195fb1526b0b830bf0284e644695a2bec24e331c5e0ad207b5" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/21_side_pool.json" +hash = "ec98787bbee6e582084c52368a4f43ae7b2a65f664ae2097db187cd41db78932" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/2_side_pool.json" +hash = "e8a16fef6d416baec515636e881f573cdc313d34b2f9ebf3fad20c84dc5ec51f" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/3_side_pool.json" +hash = "a948ddff604eaed403a93f991c625427ab08d8b181bef435256046936a4fc933" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/4_side_pool.json" +hash = "82cb0db2a9955c894852a3cfd8fa1a9dfa63eea9568b7e8390554dbdd326d510" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/5_side_pool.json" +hash = "9c0f0abd352e628db0e7743adefe2b42269e79ad81253276215aad3032ad72d9" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/6_side_pool.json" +hash = "70d7918560401a682137605fe4e305f43feb18803372d980b1995ff5c0a93b3b" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/7_side_pool.json" +hash = "48ffc8fe190871323d469fc59f49bc9bd37a6fb6954b49c1fda6295e9e121564" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/8_side_pool.json" +hash = "d8df5a470ffc14342aa1ecba18c5592aabf35f3967a1bd576d45577e55aa0460" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/9_side_pool.json" +hash = "5496853c3316f8a7adc528deffed837cd296ca4a559048552478f61d5c85ba46" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/arena/start_pool.json" +hash = "507c556f39a2db3284a50972ce1bb9a49f6b92da1c4ca5a01802623c56ed8044" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/birch_river_start_pool.json" +hash = "d3aa5a8ab866866f7e37a7385b5f22c607d723e88958baaa69410def20f2b237" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/calcite_house_start_pool.json" +hash = "899a13e87417735fedb71996bc7da9e9786212ce2979f83b7ec45e4aa507d53d" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/castle_ruin_start_pool.json" +hash = "1f9c8cfed3b6b78e7f16c24e07ac1e16cdc675ce029727ba312f0973718a8d2d" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/castle_tower/start_pool.json" +hash = "33bb0fbce2ecc1bee0b55038ac4c10f46fae23bc875060403b34d389af2a1110" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/castle_tower/top_side_pool.json" +hash = "78f935d08360aef3d79678864ae09d4c92dbf2657c22e47bb4bc521869fb9ae5" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/cherry_river_start_pool.json" +hash = "1b9e95d781bc9bfd569e8a34e3fb753de6ae7b1afbf88298015d77e19c86899a" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/desert_pyramid/edge_pool.json" +hash = "eef6183fe8bc7677fb1d52afc851687c34b8787c9cf605f224d584eec4ea3122" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/desert_pyramid/side_pool.json" +hash = "c5da6a805447b878e9bb5d4a4dffe0afa316ef08bed6917648cf4e03c10e34fd" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/desert_pyramid/start_pool.json" +hash = "5b581c97ab25005c53c537d04f6f26163e1bb0ffd1a407402efc7ffbdab8e004" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/desert_well_start_pool.json" +hash = "b5637cb356ac9444b4029324b9fa9cb95e3eb03a2c71e8f466932d82046955fd" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/diorite_house/lower_side_pool.json" +hash = "295aadff21a91a0b09254630b53a32e17e983aa39ea28d3154b62093715f4151" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/diorite_house/side_2_side_pool.json" +hash = "a7e63cbc3ba253c47eadffc82d149ef408f5adf9800d952fd8a4dda0ae13c572" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/diorite_house/side_side_pool.json" +hash = "641c2b6428e0d1c03a0466c9672245f2019c1ef612be9b47567bdc88a88aee32" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/diorite_house/start_pool.json" +hash = "9c90e00881ab5513cfe310930ba07a539a040ea7bbb21dd016ff3d999a6cb207" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/frozen_pond_start_pool.json" +hash = "5f8dddd2e0c7bb1b98ceb455a8422ef455794fb46f5a0188b02ac90187ab2f5d" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/jungle/east_side_pool.json" +hash = "95c1d932eaec10df8f8f5e9ba2105157a7c94a977f6bc547cc82f44542877dbb" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/jungle/lower_side_pool.json" +hash = "0f55de85c3c52fe37ec1ad1c3b410d2df6816365367dff581658b1509ab3cdcb" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/jungle/lower_south_east_side_pool.json" +hash = "2043571ceb4aec1e5aa5afb670089dec6af865f67c7f70b821738bdfaf0fdd26" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/jungle/lower_south_side_pool.json" +hash = "14de28e1f782cec6a247fb1da05bf9f9c1144540bb7777414429338826c7b1ec" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/jungle/side_pool.json" +hash = "5533477e9bca5b0ac5c1e2d60c6be408f852ee713b45be72dd9d8346581e0764" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/jungle/south_east_side_pool.json" +hash = "7be5dd9412568d60c289de0586e8eaeb1ddae16b0e4875bb646382e94f036926" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/jungle/south_side_pool.json" +hash = "a8241a1a2520b1d43b2f062e256eaba9062041b2604bed6423f46484bb53de6b" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/jungle/start_pool.json" +hash = "2dfc5f7cd8d47f56b013b92822ecac2d9105c53dcb5efb6d8e792f9acc4c7041" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/large_tower/lower_2_side_pool.json" +hash = "baafd52958a409b5d77bb31f1069875e912b481057c59d49ed6861dfb59e577a" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/large_tower/lower_side_pool.json" +hash = "85b7aa5f2442afd47a31abe93897e19d227d52729ca842c4c617c063942e7daa" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/large_tower/side_2_side_pool.json" +hash = "c47ce35fe3c8ca5f17216075e21bfc30d41e1cf1264391c2deeaae3bacf93845" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/large_tower/side_side_pool.json" +hash = "57efb7d6e1318e33961079acbbfa3a5450ed917551ac083abcb831056d5603ba" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/large_tower/start_pool.json" +hash = "ff6dce71ac0d9e29335880b5bd8d686e297b187521594cf1aaf976e8091f7a30" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/large_tower/top_side_pool.json" +hash = "20cc32e9cb4828617788bd6f9b283677f63a19d91f301ab765c7ff776fa9ca11" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/leaf_hollow/1_side_pool.json" +hash = "dd1f43a72cf253e38224b146fa96fc902d34e7019cabaf8086a31e40a21d97de" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/leaf_hollow/2_side_pool.json" +hash = "166bf9495f158110775c108fe737cc9573d60a7b9fcd2a9b077e33f3145fe064" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/leaf_hollow/3_side_pool.json" +hash = "67129df673e895cbb8d1c75a2d743e76141757c4a05ee27992a4670f91d887e2" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/leaf_hollow/start_pool.json" +hash = "89bf5ba5b9b26d9a7eb0e4e9a8826984e2b99c1b5127a0b04906fe7e834be00d" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/mangrove/side_pool.json" +hash = "d3675195e6a3804ae0be85f873415bdc411b8e4455ebfa22112237ff18c521d6" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/mangrove/start_pool.json" +hash = "403492813de40ac484f3225b30d3e742bbb25c1e63713ec7fd7537ce93a90585" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/mushroom_start_pool.json" +hash = "69bf874a5b4ee4fdf9a29892bd7b033c239d0eab93b2acd35e362c7bcf891fca" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/nether_portal_start_pool.json" +hash = "a4d86440068b8673bcd3a1af5a2436b18048fc7170f81558ed7b806af83de935" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/palm_island_start_pool.json" +hash = "dfe186b1dbb8021d42858da24f7edda5a53decb85bf352774808b4e3f8c4a5d0" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/small_deepslate_house_start_pool.json" +hash = "fdb9dbad937448d55ad345db17dc8c1a7ea77691a936d49fa00cc2d57b377390" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/small_oak_house_start_pool.json" +hash = "1072efd3d311cd4a0eb95a9d6fd4bf08296ac88b7e3cd219d95a7b9ded15b1ce" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/small_pond_start_pool.json" +hash = "6d3a5922acc269ef790d073ef4a8d517d8f45686afb3bc28208831b1ea70e48b" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/small_tower_start_pool.json" +hash = "3431209e6eaedcb2d6c8eb806212ccd5b50a03dd14f2631404c5d9fc0d4b7783" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/spruce_huts_start_pool.json" +hash = "c4f58411dbeb78d46e55152b068ef10e0bd462339c64c19396659b2fee53ec19" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/taiga/side_pool.json" +hash = "6c2b70e7325dc9c3dad5df151a04690202b5829fd3bb65c9f022789f744a4e4f" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/taiga/start_pool.json" +hash = "f9312acf0c1ac5e165a146c8c975be2761abfb07391eec913fd09a4e88871cd9" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/tree_1_start_pool.json" +hash = "e7beac2680e39d8d9d28d73aa98c7c8a4be0840acce4dd5ab928fdc3b770baad" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/tree_2_start_pool.json" +hash = "54fc012780052cf0cd0437e26bac81cd0b5230ff04e01db273584b546b1dc17d" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/tree_3_start_pool.json" +hash = "3379bfcc6c66f768b940ddf426e654fbdb881d9f5dd158d558f3c146605dee22" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/tree_4_start_pool.json" +hash = "7a20e49bb0cb9bdbd4ee3adc3246c0fa2ef7f47bc2cfb67b2fbb97496a3018c2" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/tree_5_start_pool.json" +hash = "7c2fb417ff3e3673f1dc08c92fe3bc93322219c44b010ccbaaf013637dd28499" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/tree_6_start_pool.json" +hash = "818017329060cf70373e5ba9696ea2f4d11d5fa8b001d147863d82613e30b8eb" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/tree_7_start_pool.json" +hash = "152fe832ad8b084a4e75c129a8d39be969ad66944dfe01ca03bbc214eeb6f3b8" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/tree_8_start_pool.json" +hash = "0c12cb87cc2f275fe47a1bfab27a588b413239a67cccbfdd9a9edc27dcadbf55" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/volcano/1_side_pool.json" +hash = "d37c2a13a3b69a7ee71302c704479c2193337adf095ec6ba00ea0c951e5cc15e" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/volcano/2_side_pool.json" +hash = "3229bddb4a2a33f646b014589e3052cd0247b5bcd87fc3d8e459405acf6899f6" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/volcano/3_side_pool.json" +hash = "fcf456701454a0f1fcb15a625b28831a7c17d7bb682ca30e7cb384a3da4f5784" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/volcano/4_side_pool.json" +hash = "2ed73308f60e921a0769c6ce735fb8c7079659954faba6ab7257a9ee8afd8e84" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/volcano/5_side_pool.json" +hash = "d4bfbd783c7f6d8647c3d8562b23b86534bab3d66569cfab09e9b8953feb93ac" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/volcano/start_pool.json" +hash = "abc732c97ce6dae2ab09c76e37480a06298fa9df0e17045bbefb41a877780563" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/white_house/lower_side_pool.json" +hash = "f9e312f3939b8911c7f66bf331d2d318c7ec531f466293bb26ace642bf501997" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/white_house/lower_side_side_pool.json" +hash = "a7e292dfb0139fe615e44793a3469e09bcdc43c7176e5606f342dd7ca008a923" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/white_house/side_2_side_pool.json" +hash = "3693a650b7050ae7e20a3a8da9cb3eddfe18b042a7413b36ed7e4ad3ac149db1" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/white_house/side_side_pool.json" +hash = "73ccea835544af0e0b3c8613a5e3f29d6bc46ba4ce2500cfdeeeec337310ca6a" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/data/mss/worldgen/template_pool/white_house/start_pool.json" +hash = "19cfe08ce633e6822c1907a0d8b5ad7722ca0551573f2b70ee620ea99f128afb" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/icon.png" +hash = "b6c09238db177b19a9099584833ddf9f90c0de3a1901a5f57a9de1d5f8b2d177" + +[[files]] +file = "global_packs/required_data/MSS-ConfigPack-1.19+/pack.mcmeta" +hash = "322d910b71843d8e97e71f811f9b93e0236caec81b68c84225a07607950bfd6c" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/acacia_biomes.json" +hash = "25f4d94f6d3a7ddd56fc43e8068f4785e3415513590e1106f36342118752b0a1" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/beach_biomes.json" +hash = "8ac1fd339bb5d14e75af2d87ec9f9fc8e6574fb0b181bf4a262b51175266afda" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/birch_biomes.json" +hash = "0e69362a360298adfc12609cd77b44c472b9bc9df87ace087d85fcddfb997623" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/cherry_biomes.json" +hash = "42393b699667d00f0fb001d394eee91fd881cade77f5f5805d1f436e7959c017" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/crimson_biomes.json" +hash = "0a7eb7a45df885866a167f292cf26b5a0d4b4f8d55561f01a9b21c3cdf58d169" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/dark_oak_biomes.json" +hash = "8bc471f5c5d306d7dd6309b45dc43a02c27e1241a3d0eae16cda6f8b320ad60a" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/desert_biomes.json" +hash = "e5d4022415d66da0dfed03a9db7a71e43cdaefe79df52d85fa0c9fd90afd5594" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/end_biomes.json" +hash = "00ffd33063c3191870e4f498c1ff1f66e1e0f087efc33bb482af06dcefd24a8e" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/flower_biomes.json" +hash = "114bbd64874caa7ce0f91330f3615577a04da92b2103f070c16995e12fbe5fa9" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/jungle_biomes.json" +hash = "bf874848389a12a1301d17b0d1cafc8fc6e23d5fd407a75db0f8a1b3d5e79bad" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/mangrove_biomes.json" +hash = "e115fa610d1342adbf2792e0eca8da40e7ced7cb0ac2b75d440e58655485b4c8" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/mountain_biomes.json" +hash = "d3d2ec0ab967bb2cc8ac0155dca0b681206636c9166827e8bbe51b5e883ba623" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/mushroom_island_biomes.json" +hash = "1e29f4ee24cb3c1610560ba24c9bfcf7e0f0630a61de87f07a8f9669260e797b" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/nether_biomes.json" +hash = "5f8738c3fa9899f91ac529da48b8bc6082d984cb980cfbd9d9b508e3f5727995" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/nether_wastes_biomes.json" +hash = "cce6cf5e245443af6a624344cfd391517d643ddbd92291d973792331ec4e18df" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/oak_biomes.json" +hash = "b3ae4b9289bf2c42a13b9c262368e5ea1d577e482fe9adc5f52819b45b94eda9" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/ocean_biomes.json" +hash = "946eb69baf424e760b5b620634afa4c865f8fcb765dc67e5d6b9f90a9bee90d6" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/overworld_biomes.json" +hash = "8daa6c7e621577299e2c41b439d12d1fde1054959dd3a1a4e24c86c54756fd64" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/plains_and_oak_biomes.json" +hash = "a5099f60d289c7668bb999e229eea04ab8d349f0effb2a933ed0925d30cbfea1" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/snowy_biomes.json" +hash = "9fa3f8ac8ae02a62f1951749c277156f55575357b1ff6e0d202fdc86739abf66" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/stony_shore_biomes.json" +hash = "ddad2c2f14630716d1a33dd882812614024623790debf8f484652f2bbb1b6f90" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/swampy_biomes.json" +hash = "0611d1b8bd0a10252f2102baa2052ca07f0c56ad090b40b066fd1a06e0f4828a" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/biome/has_structure/taiga_biomes.json" +hash = "6701fcfe0642c3b55a077ee4fbbb56eb50ac919d346c55ac5511bcb8f418e3fe" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/tags/worldgen/structure_set/common_avoid.json" +hash = "6fd0a9211bba682e1ff23c424114bd602fa8061faa0840ed44137ba003891967" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/processor_list/blue_to_water.json" +hash = "4f501579f57d46de47ca32fe2b155b53b9b4b4d32daae54f53c3f20d6064bfef" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/processor_list/cathedral.json" +hash = "914cf09fccd61b4831b427e734f73c486d8f51eb1fafc4ade48c5b06807c3bef" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/processor_list/stone_to_diamond.json" +hash = "441c7c4da94e9155c41b16dbe81c7544e4c28b12df8b51e9f3e9569ae2079b21" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/processor_list/tuff_to_iron.json" +hash = "b8c2bddc27285f5f810829aff0657c586177267e878dfcf788ef003e7bf741bf" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/processor_list/tuff_to_ores.json" +hash = "5fa910da6b00a678ada4fa1cd096e89282182a0d6572f8adb690a1b711c51b69" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/processor_list/waterlogging_fix_processor.json" +hash = "5586126389652ff0d2739e7f003a29f244435ba30ee0bbca65d122a43ebe64e2" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/beach_bar.json" +hash = "6c18499f00b12407b2e2506448e9861c79269a39291eef8f4d25fa758bbfc9bb" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/cartographer_tower.json" +hash = "88500ff038e4cc22e6e102a9b56009022ba07e0f320c8a81fa6c8daa14d7a173" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/carts/cart.json" +hash = "093cafe9c9c42cd17067f3db99d227444fff16f4f1f3c32976289e81f255a93e" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/carts/large_cart_1.json" +hash = "a1401ee64589b237b18e41d7f11dff45976c9836afdf9faecfabfddae81b839d" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/carts/large_cart_2.json" +hash = "f2b6179abb7029aff84b4733498b4a6b05ef4ac9d1865bdd8c126950e6f51f68" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/carts/medium_bamboo_cart.json" +hash = "101857ab58d7ba2422a1848c1785cf074bc77e790684e0bf04ebdd9e1442062e" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/cathedral.json" +hash = "805fdf84bdd789d4aeaac5c9d991f6b22052fdaa7dc26a98946efeb45003b45b" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/crystal.json" +hash = "37513a54bfe852d2eac176609faa07f018fc3cde4ea0de7e0c1f95476904ffd5" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/dead_tree/acacia.json" +hash = "6c8949b002569e59ef420284cfac7a824284c4c0dc21ca6cd514da658f18c39c" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/dead_tree/birch.json" +hash = "61ef02de4bd7f4b65dda1d2907723a49881202695b617ce5f575f39106b5dece" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/dead_tree/cherry.json" +hash = "6398acfcd527bb92b0c14f051f52e1b8074a05287fabc94719f3953af9503e77" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/dead_tree/dark_oak.json" +hash = "1849549d6ab8022fbebafc620315a1df1ff38d9ecf20e3715636ac1e358f05a2" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/dead_tree/jungle.json" +hash = "4d503b6d2f0c9ce1792e622f9a7b8f0dddc34c817e7d9dc01d40f10521a38274" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/dead_tree/mangrove.json" +hash = "e759e75ddcd37d0661ca6658c5f3bec8196c55f5565adf8f40394ff7fcea16b9" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/dead_tree/oak.json" +hash = "1b9d6f1c5861d7ad202509f0dd33e63dcb5fda43a906cf1c4b1d456afdb27b60" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/dead_tree/spruce.json" +hash = "5860f3294f84dc39fe2da69f55c5a06077acc3791dc49bc44842c85ebf21bd7c" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/gallows.json" +hash = "d0ddb20a0bf241ebb48a986acd95d486189d1d8838e375bc010f9ac81dcc0f5f" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/horse_pen.json" +hash = "5153a9b30781816a9cf6ce806f722b470920e1da0da0d18fdeb34046c10a3591" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/houses/azelea_house.json" +hash = "d58947415ac304a70e33cba30b09427983e33ef5401e879233c8ebaad979e901" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/houses/barn.json" +hash = "59b25fd0e845968e11dd43f02b4714d9063e59720e88da3c25c23f3fa9024cc8" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/houses/deepslate_house.json" +hash = "5242903ef1691391b6299424eea9c1531905da7364b519472abe7f4446671a04" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/houses/desert_house.json" +hash = "9d0939635b4072867cfb90e5847bff1cb96586966225876aafc42cad27fa020f" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/houses/flower_hole.json" +hash = "38ee6b1cc977390218f0fa5d08df970f0601ed90408fafa1003fcf53068503db" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/houses/house.json" +hash = "555189106054e1b68f3f95eb5bbbf6992dd8d8087d68e7206e3aee35a11e8e32" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/houses/large_floating_island.json" +hash = "506f178d14d751aeb64d9f1c9a03f005f9d0ec3905c91b71c7a7a227df4cea07" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/houses/large_warped_tower.json" +hash = "a0e1bd96d12b0182f325dde46d29614ed760675f2e495a38507e97eda6e8692f" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/houses/medium_igloo_1.json" +hash = "cbf35324c3e0304bc81510c5174c6d3e098a32482ff2a66d4a91530ac9fb5d5f" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/houses/medium_igloo_2.json" +hash = "2f4b0e5a0ceeb273e662f920a8665bee2ec72362f88b00cd4e6f01752d0f0d1e" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/houses/small_igloo.json" +hash = "874600a5ad5a1ffbb3ec75ff3f925b543a24b57ef46a5f4a54019671e6797eb3" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/houses/small_swamp_house.json" +hash = "f04e85fbe7e3f25346a0105ec02b31f480bad86d253d8c1561108d22f8c31da0" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/houses/tall_house.json" +hash = "039c44ed0ab04dd2d546454210ed517dcd08248f3dfa9b4ce2f6868acdaad89d" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/houses/warped_house.json" +hash = "a8f77af8907d4d3901b2ebc4a388d274e3ffc5982ae1eda0b3d6bfc99533f0e6" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/jungle_tower.json" +hash = "146cdab6b78ec423ce7eab8cbc4761645c053d264f664d0cd99dab1f673549a0" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/lantern/medium_oak_lantern.json" +hash = "a75eb2dd8a37cac6fa510917be0f8bd96931a629fa1837beab305a7faf6e4edc" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/lantern/small_acacia_lantern.json" +hash = "742a445448788383e271eb0220dd35482a490a0774a4d9ac6cd50d24237f71d5" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/lantern/small_bamboo_lantern.json" +hash = "50236564ae171707d9573db4ca53e473afe15475568a7ca751caf9fb7fa55236" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/lantern/small_birch_lantern.json" +hash = "aac4061cf91decd71a6f147cbda2458f689ab0bd2d38827ea99204617e8e5d7f" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/lantern/small_campfire_lantern.json" +hash = "401003e1820e580ae00f8eb02656cede872c5f63a3ac8e8631808a6ffd8dc876" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/lantern/small_cherry_lantern.json" +hash = "d5296f5c7ad7a826b1fd5878c9570c961961194bd194af02acdb184848f697d1" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/lantern/small_dark_oak_lantern.json" +hash = "b85fffbfb146808cab580e843c59b89bc4687a1b37920a99887b611765b327f8" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/lantern/small_jungle_lantern.json" +hash = "a2d83dbb5b7a9e655874077ebe89209a90a2531c8b932604216a7054d0bfd0ae" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/lantern/small_mangrove_lantern.json" +hash = "fb5d3bc40d2a6240d8655d6dfebef09f65586eaac2d8357f6dcc80b5269488c5" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/lantern/small_oak_lantern.json" +hash = "250302ff69ada9535deab042884594fd8a7254bc68fb3d39602743b393223a65" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/lantern/small_spruce_lantern.json" +hash = "3841e5d42c59b49211fb265f0f0245c4e29b7595f26870c3e5993cd409b6a3ec" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/log_pile/acacia_log_pile.json" +hash = "6cd9b2b879124f7ea73f8a91b5103deb2b6a4b5f40c1181445d7d03f543f2bf0" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/log_pile/birch_log_pile.json" +hash = "8695d6a4d997001ab243523d31b18f58d7164b47cb5a7296f7a070d3f7b6080c" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/log_pile/dark_oak_log_pile.json" +hash = "f471da619a547d527830540312940284e380db09fda0f42f3dd018ff26c2ae73" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/log_pile/jungle_log_pile.json" +hash = "c94a3dfb50ddc997a5bd9f84f3292fd80e923c4495982c01fe6471452df37b50" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/log_pile/oak_log_pile.json" +hash = "56ac8a12a16ac6d638926852abd7e97efe69f3aefeae6e3d8be3fc24583a9828" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/log_pile/spruce_log_pile.json" +hash = "74b837c6d9bd12a40a1c70412a604d196c160323181b9eac82ea64ff159b8cbe" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/nature/acacia_tree.json" +hash = "10d1ef915776007069ffd31628a7183f9838a39ae650807347522b89c9c85d27" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/nature/big_oak_tree.json" +hash = "6a82d85c8eb79d99c921c657440b77f01b6d86909e3deb5556425e55c9839a9a" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/nature/birch_tree.json" +hash = "72535af66a09c2a4881795e4c01d6286989d759de5309ef7adb4cee8ea789593" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/nature/boulder.json" +hash = "f807e90b53f2a27a4a38c460a33158ae3ab9b6de6d997bc3163fae420082ac69" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/nature/cherry_tree.json" +hash = "5f304e2c94cb40ffb77910ea0e1b7b91c55f4f8963a7304953d13490678af8f6" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/nature/dark_oak_tree.json" +hash = "9796e716165dc4a9f49a8966d0394cded1c7349a24bfd4e0cd35b6084b600e93" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/nature/floating_islands.json" +hash = "abb872129f46b482df8fe511b9c6d3e7b4c66c86974afef6e8cbdf1e1ea07413" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/nature/jungle_palm_tree.json" +hash = "34bd4be681bf7085aeced12d31e3461dc7d850b107364dfb06db8a228b9e698a" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/nature/jungle_tree.json" +hash = "7297e0c13c5dd4ab9332a6c927a97860256efd2d19c2d3eaf3881f0628d1083d" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/nature/large_mushroom.json" +hash = "f645fe866ed42088e5cc328b6d88a138d4472428c6a75f10438eae6fd696e23f" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/nature/mushroom_pond.json" +hash = "3d5467f49d7f5d2a41a8fafa6950e6a01ed82bede4f7cdc7d4bf99d3e0c37844" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/nature/oak_tree.json" +hash = "c107355da35956d89c64f99719a581fd2d8cea87987111c2104c17eba435e6e4" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/nature/paths.json" +hash = "0ee3cd8038eb259cd14ee1c8c0c786df7d610610d6fff70691f3b838faa7eb94" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/nature/small_oak_pond.json" +hash = "cd7ee4c789a200640b2a632d2c2f30f4ba651a8c1c87b68ab2177dc04ab75be6" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/nature/spruce_tree.json" +hash = "517d328064b4126d40fa4233c44137c925128d7521009194ca34befaaf6056f0" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/nature/stone_rock.json" +hash = "525e1f934f059bf97e97015aef2f76a4d3f7be68cd7e08a2c39a768787dcf0f4" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/bee_dome.json" +hash = "4d0383db49b221a1e97e1d200f1dd1309f5513177432aeda12a19460b4c2352c" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/bench.json" +hash = "91a7e4fea3929f743ca6e26a9a90fdac9a846dc9c4cd0edf16c101cbdb2c0635" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/campsite.json" +hash = "9583fd841877520fa5adee620d2e5c60b8bcab7b1e9f50f2e6ca8db6c6ea87b4" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/crimson_enchanting_table.json" +hash = "c739d762e48c39784f9bc5cb184d5f56ca4f15424c68d7c1c751d061fa729318" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/desert_pump.json" +hash = "00e558b5ebb4361b7682a668af880e10d0b7db60c165e30abbaaad058e1e9c0c" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/duck.json" +hash = "64981c610100383d41fa2201e596e5c8578ec08b504cc1059a6f59d68bcc467b" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/end_scraps/end_scraps_1.json" +hash = "d3712a981b425eca928ddf043a44959f3ef4ed0dfcffc486650ffbbd8c77c91b" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/end_scraps/end_scraps_2.json" +hash = "1ef9e22e16a0a0ff111c6cbda7c8c155b0fe8376b89392611b1deb1f77b57a74" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/end_scraps/end_scraps_3.json" +hash = "ab4bcd50a1ec99712a4940a1b2a3bdc6615ec2827d42b025ed39d98a5090b11a" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/end_scraps/end_scraps_4.json" +hash = "58d138c04ac9651873d3080405cfb61160e2095cff4907c2b40115927ebe5f49" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/fire_camp.json" +hash = "4793e0684dc21a2711fc32b73224d949eed7c6dd61104d54c328dae82dfbd03a" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/fox_hut.json" +hash = "6b7faac8b8d11c0230a0aec5a522365bf84d4074abd2e883846ccc84cfc0160a" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/haystack.json" +hash = "67f345fd8dbe0f22b98ce67ca58c8daea036b11a939068f73565a577409a4e2c" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/horse_campsite.json" +hash = "cd0e8c989862c4a8a3e6eb6fef8afbe45887aa95547dc38a1466186050da72d6" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/lamp_chest.json" +hash = "222135722c8d9f3d095ecb3b399190f81113997d2018da9743892757311910b1" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/lecturn_garden.json" +hash = "b17f97c48d62aa414e67a3f2311a3dc43794391ccafd7b5c0e3a545eedaeb8f5" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/mine_with_campsite.json" +hash = "dfaaf92e2eeac4ac58d1840e71c0eb51f0a928656deb5aff5ee4ad3e0b6e9f91" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/mushroom_statue.json" +hash = "1fa707b8a361696f0a0971384dcfcecee84c7bad8932a68a4a65e6afdab296d8" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/nether_devil.json" +hash = "f81660e06a56d589273e1820a0acbce142b7b257a2d09941d5bbc2661897be5f" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/pile.json" +hash = "e19c9e60b4e575b02d9b1cc08169248e391c09e43a262af36e43715af093579d" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/snowy_dog_hut.json" +hash = "7917b7997b77c5b7012185b6b8c9be758cd085fe2ebb9b727553dc3cc15d4f33" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/snowy_fossil.json" +hash = "67d12bd24fa11a3633b21c631d809b664d7d64a12304c6177521f3d035e382b9" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/stone_bee.json" +hash = "76c17d73596bf2b45523ffb6418d4cec847f81bc8ee80fb699299dd02e79ac2d" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/villager_statue.json" +hash = "57e98b1ec212b0faa035b7276be3ec1c9da523da4c1b8e1c5234ce65ecead916" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/wheat_grain_bin.json" +hash = "1f419bd39c35ad0bc65922d20dccb5b110ce276972911413bb509a38e00049c1" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/windmill.json" +hash = "d2b8fbaca6deb08fd0fd82616048a071bd9540f788e9eb22bae58da13cdb168f" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/other_decoration/wooden_wheat_farm.json" +hash = "b9e5d0db3966186da3ee1739447e0dfa2231017cc69f18968bb6b0cfbba5af28" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/out_house.json" +hash = "4cd0e28e21eb3d3ac7d535dc0c53f53f1ce17802b3458e8e974608ef0c2afde2" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/railway.json" +hash = "c24f74badc76fb9b86b6fd44e88cb7d70530da90983f45a4007fd16d64d771ff" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/ruins/castle_ruins.json" +hash = "29008e2d755aa75cb885ffcaa41199015efdd47dfce174593aa11e77d391fea8" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/ruins/log_ruin.json" +hash = "6651f3019a5050ff2a603918d01d71f3f33ecc1905f0b2993031bc9459cb0ebd" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/ruins/ruined_beacon.json" +hash = "f577385d901ad7af448ef590134c1e76989475925a41f422ccc3eba5fa2d21ff" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/ruins/small_ruin.json" +hash = "cfb7e089751af1c21075a4d0a95f615465c21d1b5957490577466c42aae51f66" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/ruins/statue_ruins.json" +hash = "90cdc4c8f1d2ed840aa743ace7da929845114150649ccd0fdeb376a767482d45" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/ruins/stone_pillars.json" +hash = "c98345587d3a50803986f768c15ac55a99a6ec249f2c4ed034f8cdaf1b1221a0" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/ruins/tree_monument.json" +hash = "f44c3287880f9487be06451dbc3e3d3bd30d6664a0f94c68203b8bb1acb544b5" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/shed.json" +hash = "5a08047823989fe1ade94994765f1afaa0866d8b1074370cdbc164497d94ca1c" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/small_pillager_tower.json" +hash = "a494913c1d9e2d94b5e3ca4765bd366b1fb4bd93c3ceb347c20a3d908a60e8de" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/small_ship.json" +hash = "e1c856f2f9d33d679256182a65608d397629bf2b0fdc442083f672ccf2dbb17d" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/stall/blue_stall.json" +hash = "bb4623fb5ceb77288f8e83b7e3230a3dada58114166ca5f06746e9133d28e2fe" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/stall/orange_stall.json" +hash = "4aa38343a3c30c669f0c6820691e5c2dc4b44998f8facd7803ebc1ceffe6b495" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/stall/pink_stall.json" +hash = "ae0bf1e020e0754be805fd81d0a859a062610268651a0de4b01b3cf3658db4a3" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/stall/red_stall.json" +hash = "13b8628ad137f85484e44f2cd3413addc246abd530b83b0a7be3073da75936a2" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/stone_fountain.json" +hash = "1f0d498bce4fd34003c4f4e5bf602ab2cfafb615d01e4d0174e92b2266d2d6ed" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/sunzi_gate.json" +hash = "2804a8f85a66495f61c87b991b0cb005c8bca02737d425d597ad176caf6b7f60" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/well/rare_well.json" +hash = "b2687398f325ada44a2d368694178bf0bbae45f59feb0bc33cedc5a3b2ee6e66" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/well/small_copper_well.json" +hash = "54a8c2f5957ace6b9dcd050c762ded2af46a65f0425fa13fc36e82128cf3640f" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/well/small_tower_well.json" +hash = "b1290d5be8cf70e01da69a44fb31c786781e47de6e434cdb67eba6f69b6f34db" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/well/small_well.json" +hash = "2539af786bc21ef4e08d8e453aca192d49850f794c9192c32f055e5245a09ec4" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/well/well.json" +hash = "d91e332704306a73003a52a5f78250801ba380f4d8197ef91f301bc44779b10c" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/well/wells/acacia_well.json" +hash = "8f5f6bc22b437add0d74e0bfc40abe92813d57ba47c49c5698502c5633ca1d3d" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/well/wells/birch_well.json" +hash = "07cea814bd222f93ce91f1e8029aa2f96a0d287dbeb7a94f469417bd83d9ffb4" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/well/wells/dark_oak_well.json" +hash = "5a8cd299597fa634e0e81511730e967f9a518155554d7cc84c1af10d7ff057c2" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/well/wells/desert_well.json" +hash = "c6ed243934173abe8d52ef2afd4e043f9fa1a55c273c8cfb42ebfb1e15630b48" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/well/wells/end_well.json" +hash = "ef7bb531721461e44d10ab3070831e805feae1d387b5f96f9ebfb879432f260b" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/well/wells/jungle_well.json" +hash = "5500d0fee6b90040977c3fbdeba6ff845d0ac65ec25125703b5775ee00757b17" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/well/wells/mushroom_well.json" +hash = "2f691bd29eb475a5d94dd470b5205edee36ab57509ec0f8089bc13ff4a5886a0" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/well/wells/nether_well.json" +hash = "865abf5431fec671c255a225ee3dc4d25daeeeb5975fdc72ea4f5e350971643b" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/well/wells/oak_well.json" +hash = "95af3d6eb516d51fe80ddc64ca84e48a20d0eeefe76ec7768c32bc81876b03b4" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/well/wells/rocky_well.json" +hash = "696597811dd9344c0ca469253b9f3e78e0699206ba4bd29bf5b32ccc65f18910" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/well/wells/snowy_well.json" +hash = "5210fd0cc1771c92f9b9ec914dd25c85e279983a74f856b592872dd09102188a" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure/well/wells/spruce_well.json" +hash = "fb160459ff56eb960e577af04e2c33412f4043d2d4584d72caf47110d1ec34d2" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/beach_bar.json" +hash = "e5597ffe04e3a614e77f8497e9e28484389fe9b90fc36dab5a74ca34de1bbd56" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/cartographer_tower.json" +hash = "a3436dd61247b2fefee2fb7c992b121db0ec3baed206df84cd62d9894f2a1330" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/carts/cart.json" +hash = "11301b1985dba1c00e77ef937da153c563eb42827d0c47f890fcbf6de379460b" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/carts/large_cart_1.json" +hash = "a3b957b1ed0dfe343fdddfa7134d67ad904e31033d8db0fb91224b26b0138ed4" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/carts/large_cart_2.json" +hash = "fca173facbbef50f2d4d5d0a33dbc27e91b61d160a332a53c8533592705cca27" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/carts/medium_bamboo_cart.json" +hash = "448f2ec83050ea35049b2c9f20401f62ce6365a8803cfc7045df3b71d20f4bc5" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/cathedral.json" +hash = "a2f6c4f8e6ec16a0aa8aa268932a9a11040454a9b26de20a85ace9d0b69ee860" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/crystal.json" +hash = "ccf8f26f74cdf1daa89e0d021aff06f0cecee7a7556fb27fafc23e21a59fc7d9" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/dead_tree/acacia.json" +hash = "58963ab34f0d1df8310516b90bdc154d99dcd3772dad3f5cf7d383ece34a4bae" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/dead_tree/birch.json" +hash = "59aa107c17b4222d98a5b83f4a1cccbf19a04b5b61ff59bf96abd5a706ec5527" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/dead_tree/cherry.json" +hash = "56ef0b81b736fa67893b920937b632744d261669256f562a69abf4e2f823ac4c" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/dead_tree/dark_oak.json" +hash = "533bef8afc1344f0fe7c1cddf2811ae42fc45d4a4d9c40c54837f3e716705e3a" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/dead_tree/jungle.json" +hash = "f61e2e199c52bf203bc5884cdf07c12f3e78083f12bdf068039ee61a97e8e6fe" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/dead_tree/mangrove.json" +hash = "374b05ddf7d819a113071bc2175b652987201b44f4815f1d9965c536b1637351" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/dead_tree/oak.json" +hash = "4b0c155f62f1c3e892bad7d610f1ab807061c593fe26bff74e32bb20d840928c" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/dead_tree/spruce.json" +hash = "a3d68b3a4e438771cb3e1a7e0f5d2837b59b7c8b440e3907c5a503ca1447e88f" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/gallows.json" +hash = "692714d4610561eb04d1e39f01bdc9b514ef95980d58cb29dc7e8d52d34fa0c2" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/horse_pen.json" +hash = "a92d29125a73adb2790b367d89f2da064adb5f4142a538d5b76429f3fa2ce9ce" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/houses/azelea_house.json" +hash = "165825253f6f8f369084f7bd90a0c28ed359d9cea60b8ba642c93cf7b453d3b5" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/houses/barn.json" +hash = "851bd8b39baea89a3f6f87c519051e72743dda6c74d74e2ad73daa55397f9be6" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/houses/deepslate_house.json" +hash = "d13edb6a2ccaf484834a61acec3008645cae2501f81ade9b7427e7d093c98e91" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/houses/desert_house.json" +hash = "67463989ba38e00432a5f30e6ebfe55221dbdf86f535135887913df1cb3751de" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/houses/flower_hole.json" +hash = "772a19b34e00c86498d9436e4da73b6c25b3f67778d8cfd082d449938034d417" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/houses/house.json" +hash = "6a1dc261b578fcf4a02795a740b3e9f0f17657cd7d88d06d55209674af8a34eb" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/houses/large_floating_island.json" +hash = "e8f03582f582100d73618a14cf4e38fb081183a37854d0c472f5c74b01bca3e7" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/houses/large_warped_tower.json" +hash = "39a8e5ee6b1751a880d9d474d72037eac1133a087f67b00a0c9c700fd9a534b3" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/houses/medium_igloo_1.json" +hash = "f9e8774d64c52740a3cd4ea5fd3adda17e4fa1c58dfe3d719fbc16d23489a0a5" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/houses/medium_igloo_2.json" +hash = "fbbe9bf2d4445ab66145dcd324bd58a23ad4c159591995c50eae4bfacce05e22" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/houses/small_igloo.json" +hash = "2b74046212680f820ba07aa08743161bfadfa5801d888a4a59a1ade383485c42" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/houses/small_swamp_house.json" +hash = "d8ccb5edff6791d6ee05b81572d4b4e3420d24e8bed47e85b6cdf8511b8ab78b" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/houses/tall_house.json" +hash = "bbc3882096af0361381bdcf178b65135e9e445cfeea514b2115c119b2f71c3c4" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/houses/warped_house.json" +hash = "5bc5716eb112b75ca78395395dac4909b362fef26fd5d1b0595cb64b75719c8e" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/jungle_tower.json" +hash = "47f196db62668a5a02865e02779d709febc1fb7d49c14ba7641635815bed0a57" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/lantern/medium_oak_lantern.json" +hash = "88463b8eef408517624ebe8546eff047ead0e6b86c1ad11222fe361718e10137" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/lantern/small_acacia_lantern.json" +hash = "9b02ab7838f5ca623293322a61f95d92d981a3f34893f22691e9fa470b3fb5d8" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/lantern/small_bamboo_lantern.json" +hash = "d15d5f8e595342c50713558e9906b79de9fcddd44ca2c9fd652ca0e706e8a305" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/lantern/small_birch_lantern.json" +hash = "058843dc5f26f92985f36a3dfd4857aa3d2662ee03564bd2cf0d7c306168e8b7" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/lantern/small_campfire_lantern.json" +hash = "398800d6aa90144963d7c9061f137649af1220160e5f9c4bd8f3e2802b024922" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/lantern/small_cherry_lantern.json" +hash = "880b3513392fdb785d66b499f6d5d97f45525b8977eeeb4be08840f6d931e31e" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/lantern/small_dark_oak_lantern.json" +hash = "945b0e5c55765280f19f39558a23f45a5bcda43ce2401256bb957548e267afa0" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/lantern/small_jungle_lantern.json" +hash = "6a85966c1886eab087573861e25cee374d597695ab45d3c9a9d65217efd27d34" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/lantern/small_mangrove_lantern.json" +hash = "f9d7948f7669533032050a061a060089ce890fc95b08b27a699661ac7448d76c" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/lantern/small_oak_lantern.json" +hash = "efaf96f1f4c4ddedea35fb9abae7afbe731171510ba676f1e6a12c1914613e8f" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/lantern/small_spruce_lantern.json" +hash = "3ef0b83792effd2791726496f3b5cf75ad5cfe03459d122c9daec01b38b85fcf" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/log_pile/acacia_log_pile.json" +hash = "00c594cafe2127cbec9af24831e8c596b2775ca3c5dc9eadcded058541141fdd" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/log_pile/birch_log_pile.json" +hash = "c91196e6f229133a65f53ac073b3e0171efa54d41cf65e3c00417d7328df6ce4" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/log_pile/dark_oak_log_pile.json" +hash = "7ef1690eeb2655645b8cf0bc1c1018b2da9e9930fa9ef4e19308228081796747" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/log_pile/jungle_log_pile.json" +hash = "56753800c499e44a12d04649a4ed19dc9d9af746b94b66c5506c88af9a38637f" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/log_pile/oak_log_pile.json" +hash = "c8b000a3ffc23f4408960168cd2366a48c2f093aa271c53de79bc9f7f4d9007a" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/log_pile/spruce_log_pile.json" +hash = "ea173f9ce7c864bb89406c501c38682734adaa558ec4dcf0aceb63c8e0cbb0bf" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/nature/acacia_tree.json" +hash = "61e40f2f602217143c88b059b882cbd39ec83fbac31c7b54726ac8dcec29c940" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/nature/big_oak_tree.json" +hash = "313e9d07ef3e6771407fa012073fbe125e2b9a9293980bab4355e7d826ff21b0" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/nature/birch_tree.json" +hash = "80944d20339ab28ac953121d9330cf27fe14283d3f3d0225135eac0abee1b570" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/nature/boulder.json" +hash = "d8e3e0614936ff9162dfbac08258220cf8a03a6d61df5db7733de22bcdfa3818" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/nature/cherry_tree.json" +hash = "c64e120f45181697928c57dce1dc0e5f399e278ff2773ba644e716dc8e2fd76c" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/nature/dark_oak_tree.json" +hash = "294ffa45bfc0cbceb0dd9d8c056899d6971a37e2fc9621fb1a60211bbeed01d2" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/nature/floating_islands.json" +hash = "66630b3c9e6f3a940869efa327164d6c6198c64f94b4cecceac72ecfe94b1c44" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/nature/jungle_palm_tree.json" +hash = "b96a9b0d8d41f9825b8993b04a3f02901273204aae1ce59e24967ba5ec6153a6" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/nature/jungle_tree.json" +hash = "612c73286a235d298b26a42dbbc6e01c51cd593260a51139b103a3c3c1a8c92f" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/nature/large_mushroom.json" +hash = "46a60ccf68e48c9ceeb34c58c93153226b84f567fd80ed4ca3456e1580a622d7" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/nature/mushroom_pond.json" +hash = "bf25eb53e042b6cd52ad8bafc0f560ec3db1504f834ba2572b2d8120014280c7" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/nature/oak_tree.json" +hash = "c5d865fbf0cb3b82f237275e80d9aa362a326760602c69ed1f6c7f653c3d6db4" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/nature/paths.json" +hash = "1f185522302943cd6510b070dc00532fc8b917513b30999d081572f1c15c91b4" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/nature/small_oak_pond.json" +hash = "9eb68ff9894132388040328caa3e7603b3217906e287f56a41487826084a4dd1" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/nature/spruce_tree.json" +hash = "06d8d0dd9e7db4d635036236e9827acf9d4582606bfa375ceb88e25044f3e4df" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/nature/stone_rock.json" +hash = "f5aefa14a172e005b0c043e058064fd1bfed94271537518bbc57cf90f30376a8" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/bee_dome.json" +hash = "023a1ea06e4452e68f9a9caa233bcd5a33c7ee3c9772b0f3c733001c7b2d3dcd" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/bench.json" +hash = "16c0c8af6f8c8241db5ebb62373f01eaa657158b5a4432a8eea9c7586b7bf66e" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/campsite.json" +hash = "beeba99c2efe10754a623f6f071110c185eef7e6057d7a7e171b3cccaa25623c" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/crimson_enchanting_table.json" +hash = "8be9fd33e30a439b8970d98b96ae7fd85175869918d37842e7aa402010af6b6e" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/desert_pump.json" +hash = "e2e5415e8c51bad2baff25cc6203a4eb8cc6ba107a2521583561b7d555ede531" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/duck.json" +hash = "c43a2ae714bbe065c244b2f2a46f401bbc2190c105084cf5354a271d64463977" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/end_scraps/end_scraps_1.json" +hash = "b733f931681adda9847b64aaf046bfb018f2deeab8c1acb8462d479a91ad5db3" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/end_scraps/end_scraps_2.json" +hash = "d8abe9fc70c10265041339b384a8b093f1bf91baf77329de44eea698c6079b3c" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/end_scraps/end_scraps_3.json" +hash = "e87120f6adc2003d30553c2cf4c929a92cab043ba933d078155e24dd7d996a17" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/end_scraps/end_scraps_4.json" +hash = "cf0184a39661b60e02e2fd9fc055a95b9b09efeff230961029c68f8a1cb909e1" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/fire_camp.json" +hash = "ad167d7c4a2f2c737dbad96b6cb032eb049af9d133890bb5aea9fbda82b39e63" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/fox_hut.json" +hash = "75bef79af4e579ced0f4b84683c3f8d2ce194cc3978d722da4a2a68f9253a341" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/haystack.json" +hash = "bb79e2aa6867cf57d390f23e0ccb07e91def02155e13b76fb025e6641dbce167" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/horse_campsite.json" +hash = "b5aa74deadbb4e3196344d0189584fda802a4945297ac4af87030e1e2628f0bc" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/lamp_chest.json" +hash = "c847595a954bb494b90ecf3c770c6180fafa5b6d0f55f896946c5f02d87dcceb" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/lecturn_garden.json" +hash = "9842cb5dbfdb0dd21e546ceb37de4ee18cf3e999eda44d53c74b31372b880530" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/mine_with_campsite.json" +hash = "058537e1ca439b99e7bfe82c7db09da1f2f7616f4de677f5e4c4dd2617c055b7" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/mushroom_statue.json" +hash = "1b4485cd7c05899e1385f0c4cc72320ae7b076b2272397d7f93e198f3e33ac8c" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/nether_devil.json" +hash = "bdaaca6b00d06f48352e9432ac8b17bdc4b623f8baae9938959f99888cdef21b" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/pile.json" +hash = "761d6b5c6adc49e81f967f13961ac0860084004c7d21a45e5bb8c98f065164c2" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/snowy_dog_hut.json" +hash = "84eea892f1d60d867ef433d5c2a2cfbe732227ba0aec480ae4817e99fba2f8c8" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/snowy_fossil.json" +hash = "d8688728b766873be16a2a8e591a91b66cb32b3b0ee55f7c17fca7a2df6ca471" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/stone_bee.json" +hash = "15e2ef0031d901862f1288f911127cc1cc7a01e74a54d812ef6f96a347014da2" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/villager_statue.json" +hash = "2314e8cea0d65599d2b726b7255a8d1a712ebddb908ad0be0e28f793e42c4111" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/wheat_grain_bin.json" +hash = "435a2f71220bd7415923e51e6a05a58d4ad7aaae14d6e618c3a67d2b8c2a3198" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/windmill.json" +hash = "409199b6aceae37d44ec15e7f8ab5def2c62b2d6117ac5b27f7fdf7b78b72fb6" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/other_decoration/wooden_wheat_farm.json" +hash = "4a23afab46c8bae2d8b6b94ee54728fca2ad3c9bed8bb21141977ec0cc1aa283" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/out_house.json" +hash = "6539b1950c97fc43d411337eee256cd04353b61f8f18fd62990dbc54aa44bf31" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/railway.json" +hash = "59c6926ddf8a2da049b0384f704f9756c2beced69a2959938b626a38f4b4e1e8" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/ruins/castle_ruins.json" +hash = "e675c2d2679fcdbe0cc12bc18d609280cf8d6223530f35fd97fa4de48be92d05" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/ruins/log_ruin.json" +hash = "cc47316a4a7dc08866a7dc8b6f62ed3b53ef1f24e6ed1a9b090e92705a4e061f" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/ruins/ruined_beacon.json" +hash = "38996d3511b04219ae9853bb28cf3a962652ac09000537b233eaa3e421195f51" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/ruins/small_ruin.json" +hash = "b5978c9f897b8de49143d4e26e2d3070b6921095cc349140786b3403cd3bd690" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/ruins/statue_ruins.json" +hash = "39fbe2f58993a8830667545384f52b36432c1c9b1cf80becb8f302979e3b9f6b" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/ruins/stone_pillars.json" +hash = "d3e1c0231499f78e81f2553973956b547b01a2100d863ac8e1cd398d1dc7f265" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/ruins/tree_monument.json" +hash = "52b0f29346da3ddc759ce2244a7e0565d0690dcc1661a06830c7901acff78d15" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/shed.json" +hash = "a16cc9ff3879a5b5153dcf135cac2cfa868b20509fd3202c55d77348cb860b4e" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/small_pillager_tower.json" +hash = "bf1597e657306982ead0122b1ebccff5746f31b5a1ce02d6bee2eabb4a19470a" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/small_ship.json" +hash = "b1b2985cc2337fbca9ed31a95dbc1c067a5ef54d40aaa290c33cae300694d934" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/stall/stalls.json" +hash = "63b6b45a0ccbd5ce50961682f34994d5b767a3b4acfc693f20e0f98090133817" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/stone_fountain.json" +hash = "892312939e7b41d5cb83d4e3c8558ce78bd6b75959e4485102e40c0f6adc4789" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/sunzi_gate.json" +hash = "2b70cc54d991ff5faf4b14bd3e3b94fdfd5cb451ed6ea9a8d32a05e7f5b8c2b9" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/well/other_wells.json" +hash = "7e15bfc9e1e1168f40657e0977676d53bf9e1e50755664ce4edc28802bee1543" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/well/rare_well.json" +hash = "8288ee914a3713f75261be19e8b29596d6c9ce1dd8bca38342bfcad91fa10fe6" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/well/small_tower_well.json" +hash = "8ac08901c740977c72dcfaf6205822a3cf482c846d15833ffbb3423c75d3a4cd" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/well/wells/end_well.json" +hash = "b62f225a15e17c8213b0740fa460324da2ac784175839fcad894f99d64360c55" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/well/wells/mushroom_well.json" +hash = "c8813971dec0e6b30a43643c95079ee850b2d73405033300ef311eac7f955906" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/structure_set/well/wells/nether_well.json" +hash = "aaa2a27c901120e51885560ac42e1b7998a58fd4659a085a246a77eb617f7437" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/cartographer_tower/temp.json" +hash = "82cf5dd12f802b5add90c5d5a0aa7c901fc4b4221cbf4a1fea7aa880a4fb4ca9" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/cartographer_tower/top.json" +hash = "d7535aa9afe92c70528a6d157bccd7d33d983b1509d08085e2b625c909c20ff9" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/carts/cart/start_pool.json" +hash = "300eb95a2e26f7b922ceff46f758899fb7f2a81fc0b12abf0a5de2e4ceb5d280" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/carts/large_cart_1/start_pool.json" +hash = "7f46212871533c1b1cbc338ff59a2661dfe9ff677fbc51995d4ac16bd9419dde" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/carts/large_cart_2/start_pool.json" +hash = "81fd2497542fd1a2713550ad2cbad0e30a67a7a6c669bff7445cc8b155f84453" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/carts/medium_bamboo_cart/start_pool.json" +hash = "ee08eb4393f9bd080c32cea5401def79b188079819eb5661f171a9c1a646c352" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/cathedral/any.json" +hash = "f86d62604adbd17244c2dbac0b1252e5981c9a8e889786e676d0098be69368ee" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/cathedral/blocker.json" +hash = "20770745265ac04af0876221df9bb87fe968ad92e9a69aab5094e5cf42f382a7" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/cathedral/start/base_2.json" +hash = "fc6cbe0e086b09a2e5c61ccdfd315ca159ac42fe9b03226fd549e8459612ef15" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/cathedral/start_corridors.json" +hash = "6bc9b439b4626ea8f985d4873ec548524151767840a9348e55b489826869a4b7" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/cathedral/temp.json" +hash = "d62f447ac3618df674af10f28d827ce19c71daf3fe46ee1f11c047a2b24e5cf5" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/crystal/lower.json" +hash = "30c155747ca700a8185bc965bbdbf59fd71cecd3d8cf14354ccf171801196390" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/crystal/temp.json" +hash = "2d071d9f0ae7ea764e014bece13c29cbd6fcffc0b0ef95aeaa5a2074f2fbde24" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/dead_tree/acacia.json" +hash = "99395a33bb35c3d23576a29e4d7585f13950d744417059fdfd02f7adbea1714d" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/dead_tree/birch.json" +hash = "984a6bcde038acd06cbe9344c58cc656f12123f02f9fb328cdc7292b63414eb3" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/dead_tree/cherry.json" +hash = "e7d73e38bd7ab98cc77505c9a39073f3ea19e0af7c86d23753d5ded3745892f7" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/dead_tree/dark_oak.json" +hash = "3f7524febdc579b15e3d46097a032c905f8112e932f0aab7283587246565605a" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/dead_tree/jungle.json" +hash = "0abd6cea1db533b739bb5896ebf16dca06e11fc62f5bae544e924a9834215277" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/dead_tree/mangrove.json" +hash = "c7c4cd72163996f17c8ab53dfeadf2f036fe478cef9e1416eb32046db65565eb" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/dead_tree/oak.json" +hash = "c98a9b14aa259caddc1acbaced1f8d534d809b13d34ddfdc0b337258ee26e422" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/dead_tree/spruce.json" +hash = "3f955114c119f9a570ad4aba4987ef147c3dfb2e6ed36c987ea7c1aa16b1a7a3" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/azelea_house/start_pool.json" +hash = "5dbdbd27654b53164dd4e59381d74649380279bf9e21777a4c057089180c731f" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/barn/example_side_pool.json" +hash = "38e77dc5aaf9db3f657de1e383c72f064e4c043450fad64b1e48f8ef00c61ca0" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/barn/start_pool.json" +hash = "d53557b08d7f3f40e80dfa9294cecfd0422ed5c1104ce48125660bcd92b5d047" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/deepslate_house/start_pool.json" +hash = "59e0aa86561c8894340a4aee86b6c46b3a18b68eb41d53692cae3dc316129346" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/desert_house/start_pool.json" +hash = "3b4065baf142b31d4286a8de47e0463dbe1ad479af787895886d2bb3e88c52fe" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/flower_hole/start_pool.json" +hash = "3f365a3a83b3308c27e8ba8697bcb925701ca623a7a7ff5d9755bfdea80bb646" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/house/start_pool.json" +hash = "b2921ac86ded61978584b0615fb137eaaf0a0eb0ba61b62015719ef05186f9b1" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/large_floating_island/start_pool.json" +hash = "76c3064568b6ef129c4c4a5b4e62d983fc71bb4fbd657d51a02dae0e647f171c" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/large_warped_tower/side_pool.json" +hash = "e7603c33805bd7be95738b7cd40196ed8542972fcf817ee45fa5cedfb84e8aaf" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/large_warped_tower/start_pool.json" +hash = "afe1566119f4eb60c6afda46e3cb2bf7966be994093bd0d10fc3249efa9b79b6" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/medium_igloo_1/start_pool.json" +hash = "c4bec331f56535ee3a90780f8d49712eab041f61b5af4548e19bf759d4c70d57" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/medium_igloo_2/side_pool.json" +hash = "efa11d301477d7439256354611b89558058004a83af703e3a67141d028ecf50e" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/medium_igloo_2/start_pool.json" +hash = "cb346eba976e23eef14591a67febb4e0ea782abc027f0527af1316a2f1aabb7f" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/small_igloo/side_pool.json" +hash = "9cc38a735c52ab72986d91bb4f11946487bb69f35ad6c29781b2525c6d1868b1" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/small_igloo/start_pool.json" +hash = "366c34e19c009b6515011fb53873fb9a732b761fb49eed72588eecd210e482af" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/small_swamp_house/start_pool.json" +hash = "42ac2f728791c505188d88f55d52cadbfbe0fcc69891808242ae063a39dba820" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/tall_house/start_pool.json" +hash = "bd7193211195ce6023c39d38c32f157b4235ca3614eaa8a3a8a01128b79635d7" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/houses/warped_house/start_pool.json" +hash = "fe5a36cec604b2e08b9a83fb1bb319af7253aad6dc464b5c999fd28ca97b6eb1" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/jungle_tower/bottom.json" +hash = "ef71177acfbc95f37da2f6851cda5809ef35ee2f857e61db8e782f8db4e31bbd" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/jungle_tower/temp.json" +hash = "cf125a640459d30a2c15eb7c7054f7cd5132af7de9da6bf1bdfda8bd710c3e30" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/jungle_tower/top.json" +hash = "1a63d94b11f1af806ed70e1e7953652da5b1babc0cd34d37bd4b487c782148ea" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/lantern/medium_oak_lantern.json" +hash = "2175c32f3aeadd9fb7aa35f38ae15ab7b13c80f81b9a76f9ac7efb090d2b52b7" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/lantern/small_acacia_lantern.json" +hash = "ca3c8a8004a3abc27ff28de6c473242e2753a3395b0519fd0d636deeec041295" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/lantern/small_bamboo_lantern.json" +hash = "6d2da6361591389e5e1785f6dbe008d8c7d06d03d5b87b509fb3fc769ed568ca" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/lantern/small_birch_lantern.json" +hash = "b0307a054f75c7a3d0a603e97f46d5e0058936d916f46c44879880950fdf301d" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/lantern/small_campfire_lantern.json" +hash = "13a1060d08d17f5e52e8ab328bedba71d01d80ca3c1725267dcf153ee2bf50cc" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/lantern/small_cherry_lantern.json" +hash = "2d86b952c0a62890fec76f2c536152b4920edada79da39bf1abf2333bea14354" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/lantern/small_dark_oak_lantern.json" +hash = "8536e55b175af1fbebcb50bfb00f911bb56e5d15998c8371a343b9cbb5accc09" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/lantern/small_jungle_lantern.json" +hash = "b2583b7142dd39f7b87d07e6ff02651306498c9cc46b1a973a51b66a6849de1f" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/lantern/small_mangrove_lantern.json" +hash = "5151e452ff097f45d6399f82365c788d57df8785dd5f81c285c29d5462602b2b" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/lantern/small_oak_lantern.json" +hash = "d14eb938ecd51639d422e510a9b693895363ba7442a43075d5f0e3718c986f07" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/lantern/small_spruce_lantern.json" +hash = "605f7cb9fb036a8cd6d5c149ff22517cd55642cab862619412b55dd4fde46d75" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/log_pile/acacia_log_pile/start_pool.json" +hash = "6ae68c20c7d70b6a397999ba078c48515099f097a3f43d6117c011215c8b210c" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/log_pile/birch_log_pile/start_pool.json" +hash = "2fd39662aba76a6ff144207a0461ad96b6c248f85be99a95bea3b89685f8af37" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/log_pile/dark_oak_log_pile/start_pool.json" +hash = "6b0c5bddd4708161ffdbf7c227d9bcfdee2af1d88251c72d1f1307b17654ed94" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/log_pile/jungle_log_pile/start_pool.json" +hash = "aa8992a0d58838ea9cc2ff3bc9fd4e17a003cf641a004639709a371ec75a3f86" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/log_pile/oak_log_pile/start_pool.json" +hash = "f9631c89b19339e544a1e7dd3fa0dd03a3a0a20ff018b9cbd0054aaf5e814d83" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/log_pile/spruce_log_pile/start_pool.json" +hash = "70088585cd90f4558ca73fceeddf0fdd148160cb6cc8374835243844684fcf4e" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/acacia_tree.json" +hash = "a0a2d52e055874fa82b66417fb56da86265e8f4d2ef37d597c34b07deea2b3d7" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/big_oak_tree/start_pool.json" +hash = "658a55b3d61030ca5fabfd7c5627dfbec84e638e7ba7e1387c91bef641a6d422" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/birch_tree.json" +hash = "ca423fd86e29fccc51d9167061a7f63f222fab8a9999ae21773ddd497e75c90f" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/boulder/start_pool.json" +hash = "65fa4d49f5bfae12beb952f718c6e289283f5bf18d792e13227c7534bbb0ab1a" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/cherry_tree.json" +hash = "76f89d633afbd2776c9750ea229eafb3994458db38f075f51fd54e987deda2d3" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/dark_oak_tree.json" +hash = "05a4fcb13c3ce778139da02417369a9a7fc2d22b67e934d15960130e4933375c" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/floating_islands.json" +hash = "aab4055e1f32093014c35110fc19b793e31154777d65f4792881e3910c46c44a" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/jungle_palm_tree.json" +hash = "3e16f088c5ac6ab06f7e47b3bbe7dbd7cade66fcfefd05b7f67f61363d5decc0" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/jungle_tree.json" +hash = "e4a86a40d3c9f3ac91ac40b728161c26c4a24ca1185a0aea75502adc06cf1710" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/large_mushroom/start_pool.json" +hash = "d8bc105c949fdc2d3360a5aa59a7a3e2ef2d2ed57238935db31dc731efdb4162" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/mushroom_pond/side_pool.json" +hash = "1a86494a3afcd3ed901d636ea0767c1c4da4eea07e1678f37e50d2e1802c159d" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/mushroom_pond/start_pool.json" +hash = "555b68f75a3f5a2a4b595963b1dbbca981265835710e595b21a9aa17b3e812e1" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/oak_tree.json" +hash = "ba4edfe93ec673f5483c56a12b93678db367c80e294f1b094594d8f7bbd682d6" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/paths.json" +hash = "8bbdac58b732351583002e81e228a2b7a8154715b486ac9a1df70e5f01d04be3" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/small_oak_pond/side_pool.json" +hash = "71e066cc0e6b5bf4bdb551deadd078404b4e6c4a81f9fb01cd2c0d8d2f40301d" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/small_oak_pond/start_pool.json" +hash = "5e82836d1acdb0cc3dfa0053281ccaea2245e74ba709c26c9c07b856bc463370" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/spruce_tree.json" +hash = "d0303559d2f561550dc90917a02df3afb3bccd9b756159dfbd3e72e74edb7e9b" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/nature/stone_rock.json" +hash = "3d4e5e87f7cc5c136ef586f0ed80f18e4c86c280966b3a96ef8203cd442df569" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other/beach_bar/start_pool.json" +hash = "f05ca69abd1d5670e40f103a090f013b77ce1ce1c640058d6cf0bcc3bd02cc95" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other/gallows/start_pool.json" +hash = "ad06f8e628f89de0fe5a9fdef14da5c743b9d79fcf058481beb469b547285c22" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other/horse_pen/start_pool.json" +hash = "b689686dfea0ac0465a055d6bd00b9edc32456aa66d59271f3fbe3e3e11cac3f" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other/railway/start_pool.json" +hash = "e9c2807c0f6a523478568b7be933bf767a91fecf003fb3f0555fb4dde6a2677f" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other/shed/start_pool.json" +hash = "52295f2065c2dc947b2e111336c446172802b74f563bfa64a1925b69c3083076" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other/small_pillager_tower/start_pool.json" +hash = "7f143ef71d3a270130ad341e406f60909a019b8e582ea9fec7d438bd5af8e716" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other/small_ship/start_pool.json" +hash = "53e2f9e7b3b095f9c2c1c788c1ce665243c071dc34b9fcb74c5566241293c008" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other/sunzi_gate/start_pool.json" +hash = "b54e49f346b0e6e248e5bce1c225eb75f8fed3e38efd1f845c67edbcceaed247" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/bee_dome/start_pool.json" +hash = "6fbd897eec00d3c5e3dfc769ece6f4a34935fb71fa5d582adf06a5055a05e722" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/bench.json" +hash = "bd727472c13aed5993d6d43e2178769e1c6e2b223e465b740fe2684a95bfa7b6" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/campsite/start_pool.json" +hash = "d88671d10d555ea6f1219de535cddfb719517540b6cb0320b92b6dd8392959aa" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/crimson_enchanting_table/start_pool.json" +hash = "84b63b23eb8999aad41497d000696f15e4f6937335d3336a856df8a5a66e7bb6" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/desert_pump/start_pool.json" +hash = "c903969f20e9edec3d0bf7cb7527091ae55ab93aadf0d51ac9006363afeda754" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/duck/start_pool.json" +hash = "5b25657fd6642bfcbf9c32c455a43c35c2a9830198dde4036c25211ff8d06de3" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/end_scraps/end_scraps_1/start_pool.json" +hash = "8f4b6dfecf0b0229191e2f5eb81a053a5e5cd793b633e1277253af5f27e0f060" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/end_scraps/end_scraps_2/start_pool.json" +hash = "b54b0244425056cf49b491c1feda9ed5d757281f08ec302277bc9f03fc2a6e49" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/end_scraps/end_scraps_3/start_pool.json" +hash = "08dbc0e4bf454a8097ba846820c087c24b1e87748ab4e1b759a39eb6c7b5ab78" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/end_scraps/end_scraps_4/start_pool.json" +hash = "9b4e5453f73d345751908ea146849410797c729f9e785f62aad9effbd1b956b1" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/fire_camp/start_pool.json" +hash = "1e2642b3f2aac9043db8b0ae11ce51e408aa38006b0ccd594148eda34f5dd4c3" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/fox_hut/start_pool.json" +hash = "7b554d3e1b55d7a7b95e4ebe518e253b99839936907a5bd84878a172c82f1a62" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/haystack.json" +hash = "1cfdf6cb90ff2f1a4edb38254f84ebd6854589e58404b0f5be2e72b4c98114d5" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/horse_campsite.json" +hash = "6bdf7c057601bef0b7535bca5cde706299346e34a20afbb7e60c302d6fcc5519" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/lamp_chest/start_pool.json" +hash = "05b8587bb8d3082b36cec51fc457234dddac7ede1a67f2d84b8e90e8f21c05df" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/lecturn_garden/start_pool.json" +hash = "69b9d4948eb88acf347aa41a6b412133e52bf277d33a694f972ace3e981369c9" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/mine_with_campsite/side_pool.json" +hash = "010f55162fde9bc4047111dd8a02fd422b1f94178158f5f22c67f1a271c5d4fd" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/mine_with_campsite/start_pool.json" +hash = "0f8a0d51f9dabd1958ea6e7bd70276157c881de0f20d90b530c62892ccaba5f0" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/mushroom_statue/start_pool.json" +hash = "dccfb6383d1addaa39942135c56d8c5b1c242af608913f460c3126a17df3139e" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/nether_devil/start_pool.json" +hash = "76c7a66e74b72ec7bcb271743f5fce5aa2b210239ee4b7b00fc002add2cfe7f7" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/pile.json" +hash = "cbceacd8d622349b60c60ada038b5edd0cd2e955043a2b724ed57180d1553774" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/snowy_dog_hut.json" +hash = "316cab466caa6c41ad3bdcac54bbbe93177772c726ae099368870740636d638e" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/snowy_fossil.json" +hash = "a64b2e5f6d12fd5ba92d1f2dd8522b906f7a5fce998c5a2328fd181c975f24d4" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/stone_bee/start_pool.json" +hash = "f711d967ee6e6cefcc9abcb7a642dfbf368793352ee95c3c2783a0c49e0396c2" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/villager_statue/start_pool.json" +hash = "cd9dd71eeecf1aa5a12b1accf74dea81d57604797e24909f051b57e335c59d75" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/wheat_grain_bin.json" +hash = "9b8cfc628db80fbdf74018295bbbaaaeb12c3091bbc5389e07bb9840a449903d" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/windmill.json" +hash = "e50add14c5aaffe03379bd6b35f4f605319411e2531794198e25a638efed96be" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/other_decoration/wooden_wheat_farm.json" +hash = "23146192c5f59f2a79869de91e4def31870baf0c2ac05a7c605feca63e0a3d00" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/out_house/side_pool.json" +hash = "93bd8b14246a70c4f141544993859ca8a551d494b46cbc4ac79f8864b35ceddb" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/out_house/start_pool.json" +hash = "d022d3d8e77517dda807f708dcf812d4c495af621f502f8fda0064852be58434" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/ruins/castle_ruins/start_pool.json" +hash = "a1d128dd357b4d7e55ede728540801f45fa270656a540334ec8eed80574314a0" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/ruins/log_ruin/start_pool.json" +hash = "e68df2c822eb1e2fda0a0d7995bd6d87bdac999afac9aaa749a453f1ad4de123" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/ruins/ruined_beacon/start_pool.json" +hash = "f8577010bc4bce452dfa007651589d5212753d9b84acc174423dc9d898c36f02" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/ruins/small_ruin/start_pool.json" +hash = "50e63c64059cfed1cd6768147969c383d052f242be512b443e94603dd684f5fc" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/ruins/statue_ruins/start_pool.json" +hash = "8d2cf2e1b3639771b4931d22f3cabdb4cf11fd16f2843d8d27c17d6f08eb7db5" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/ruins/stone_pillars/start_pool.json" +hash = "5ddf732862320c99b80069906c692707e60d7a05119c1732555a27244113cddf" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/ruins/tree_monument/start_pool.json" +hash = "aa4ddb05919111690464c1f0afa7bda91bb9a78b11f91c0061c9b1e67746b22c" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/stall/blue_stall/start_pool.json" +hash = "8342115564161ceec6f2997b7ca022dcef2cc94dab8fa58c42796d8fd5b36e70" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/stall/orange_stall/start_pool.json" +hash = "e4bcbeb6304b20132f2c4226eb85968e55ecb792c5f9f5d78e09db57c43a6a61" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/stall/pink_stall/start_pool.json" +hash = "135f27751802af5dd68e5f824acb73fff900acf1936d6f44e07e834e8b12f3fa" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/stall/red_stall/start_pool.json" +hash = "bdb118bb43e1ff2c214c2cf5c0da5853cab605afbb1d6dc50a314946229a7f93" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/stone_fountain/start_pool.json" +hash = "10c9707a8f84084134a03cfd4f47e219f610e5784b922142e08fad3532dcc131" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/rare_well/side_pool.json" +hash = "6a06aa863a370ae83e2652e54def475f403ce82852b67006468d4e110a73488d" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/rare_well/start_pool.json" +hash = "cef59468da0d4b4f0459f515966a4c5bc96d84fbf4e3de09c0d70ee69f717899" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/small_copper_well/start_pool.json" +hash = "ccb77c0798fc23e820944334900b498466dfaf687b623c7f90f9a81a5d13dfb7" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/small_tower_well.json" +hash = "3ae266fc0af71de8eb51498b918aafa9a8ddfce3c5abd7f04fe22a21e213a59c" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/small_well/start_pool.json" +hash = "7af12ee60e14ee239bd801d1e684344bac927673ef57330f4000883c5cc8da05" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/well/side_pool.json" +hash = "9f6f2bf34cc8abd8bfebd63bbaf3c1ca078bda7b93c9ef39799715ec1b6627ed" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/well/start_pool.json" +hash = "c88513816c4a8e4ed2d0964f03f02a21f307b47aec370f99df085c647820d6fb" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/wells/acacia_well/start_pool.json" +hash = "da47a540bbd609df0c5bf598a915806298710b4280775b074758a11351b45764" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/wells/birch_well/start_pool.json" +hash = "ed702cd5557b59404f54ede46521d43c26073e4d16ba9d5ab0efc20a120e9c85" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/wells/dark_oak_well/start_pool.json" +hash = "73f4fc05c7aa5b51e6ee210bdf0431da87f9af22cf46a1b52836270b2f84e3b8" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/wells/desert_well/start_pool.json" +hash = "6f8123b91dc5dd77b8c963c3714a1f16029a3eb65432a74c2e650a7e38935ff4" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/wells/end_well/start_pool.json" +hash = "8dcc5c3df3238372ac20e95601cc603a0a05e42c1b889e5a0ddd3746678fba40" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/wells/jungle_well/start_pool.json" +hash = "c12a77cd2461d790d42f7702e62c5164fb8eb107f9d858521d038ca876f84328" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/wells/mushroom_well/start_pool.json" +hash = "34f8c255dd35cc47e80f5655819bde6ceaa11e4fb9eece52cf6910418185ece1" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/wells/nether_well/start_pool.json" +hash = "7a2c865d715565f24256f4f949c0c05aa36ce2d5a8b8c04a13b2aca74fcea7cc" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/wells/oak_well/start_pool.json" +hash = "76b28e87df5efd1a7af3c837bea2ce79ec760c2f4475e1ecec02ad537b890975" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/wells/rocky_well/start_pool.json" +hash = "3bc5b695c4e01c4471292bdbede74a70786fcdd3f192e1e22b8a51c5a604d60e" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/wells/snowy_well/start_pool.json" +hash = "4e64cc156027eebcdec145f37ec1423bf978353e8ae83aac7a8a37d6543e79ec" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/data/mvs/worldgen/template_pool/well/wells/spruce_well/start_pool.json" +hash = "0b19f35668328b656db86690c16500fd1b3269146c4a17809bea0b8bb2649f71" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/icon.png" +hash = "369369ccd07c12234a549a91f8259fb6b3ae13d693fe0593a06532a2b1b5b2d4" + +[[files]] +file = "global_packs/required_data/MVS-ConfigPack-1.19+/pack.mcmeta" +hash = "a761bdf68cac9268a3b8c5bf79bb7c386e20b43a200a6e3fae18d112cf366047" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/arceus/arceus.animation.json" +hash = "642479b49f51aa6456670ba0d6581df335976c05f1e7031576b936f09a714c28" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/hooh/hooh.animation.json" +hash = "4029aba7210360b7fd5065339e18c4d9142957bbab83538050abccc8685b2ae3" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/hoopa/hoopa.animation.json" +hash = "4a78040817e934b593e2550c57febb1465a524fce9ffcbd85abe27847d5e46b9" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/koraidon/koraidon.animation.json" +hash = "7d72b1e60bafa8cb88b1960ef466217b7bcaec94ac6bfb663a2b6d7ddbae1805" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/koraidonpd/koraidonpd.animation.json" +hash = "237148378d1ff81c9b40760691bb30f33da134b40942fd86df8fa047dd8905a4" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/kyurem/kyurem.animation.json" +hash = "21cbc5c10174b0573153cfe396dd2a498173efee07ca3070e75b982b1437e449" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/lugia/lugia.animation.json" +hash = "dd575eadb924352ef9d14ca40c5c2ed18624e63c6f03ded1010cac18cf5fe087" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/miraidon/miraidon.animation.json" +hash = "bbc1927e1733b77af4684f1916936bae29eec9db666a6e971b80cfd682976baf" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/miraidonpd/miraidonpd.animation.json" +hash = "eca76b5490a2f0e3b20468f478edd07704a3cb09c3a94b37eda665cea0077095" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/reshiram/reshiram.animation.json" +hash = "3d735a989053720361eb2963e3656ae3694587c3b3f1c71acdf65d1b71758e6e" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/zekrom/zekrom.animation.json" +hash = "29567927988cd935e24b2d8b42733056918e3108216e41f84d665a9e12d45716" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/zygarde/zygarde.animation.json" +hash = "daa344ba10d1ce5e4cf68135ed7390f37375ed4f762ea23b2c66f5a802f75582" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/arceus/arceus.geo.json" +hash = "1225ff1d4d06bd4558eeb59795df0e1b3b5c128e7560485bb19ab86be6074a51" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/hooh/hooh.geo.json" +hash = "10007d203d629e4ae9ee36cb57d93f756515be0a0d9319323f6907184c21ce0a" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/hoopa/hoopa.geo.json" +hash = "3358b23355dc5b9a12b4c8a8e31dc427142281b4b1d3aa2433864e63b0aa14e9" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/koraidon/koraidon.geo.json" +hash = "9ab7d643e40ee1affac01923b7c4d8ab04fb51260b5e1fe9e32bab13afbf371a" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/koraidonpd/koraidonpd.geo.json" +hash = "595ef82f06882c5bff558d2335fbfaa2922f01a911bc804cb80f209afa847154" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/kyurem/kyurem.geo.json" +hash = "3b7d94c09afb1cee5b8c3e2dfca94fa1c5b1fa7fd5289605aafd6d656d683c08" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/lugia/lugia.geo.json" +hash = "432ef79b308f798e7a4995704648043eae730a8c6b6125dfb3c751b0ca15572e" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/miraidon/miraidon.geo.json" +hash = "face89421a5b59f0e9c2731019284270140733e52a3225941317312bdfd85490" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/miraidonpd/miraidonpd.geo.json" +hash = "7dc70cfd7ee7e706c15e3ff0db099a61b108b51171ecf0b29c6ea14a91fe3d61" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/reshiram/reshiram.geo.json" +hash = "d34b90d1a35cafbd586ed178b4bec3aa4994388bd02c46e22b69b9ce1b8db2f9" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/zekrom/zekrom.geo.json" +hash = "a543f302d542f687b6e061c4279656487842a307659990781e0784896e1848d6" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/zygarde/zygarde.geo.json" +hash = "faf28bbb9a94c112d7ff9f6b20743ab028b414b8eab32e5f73d44eface8405b3" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/arceus.json" +hash = "056d8bd4ad6b3759c80cd7bc5df46465530ab00ee2ef4fd0e70fabb01d631a18" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/hooh.json" +hash = "c91e1818f8107b7259341c497508c4d37abdfa08f6f249873a136f70a51e7ede" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/hoopa.json" +hash = "cbb8d5ffa54a6883ad14bf137692c0208af3eb869a02d610bd15df96d6417aa9" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/koraidon.json" +hash = "239e9a5ad8b4b3b55d540ee41df86152f3524d4d36fe8858877ba994f2f1fded" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/koraidonpd.json" +hash = "cef8b9aae39123360e69c6313e24d09223bf9bcaf4e829c80433323418377afa" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/kyurem.json" +hash = "f54219fff5f7765f7c49e4194e091bc6b1398cf52527cbe40019a786378795e8" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/lugia.json" +hash = "a2144f294ee94991f42cb32424fe736238137c873c886b7bde9f08fefaaf84be" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/miraidon.json" +hash = "e4b5d413558cadcbd61573d5017e673a0c28c1cc8d1e4d2f926812bae3c5cbee" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/miraidonpd.json" +hash = "76c355dc394136e8171e22d4f506894f68694ebfbcc6f53fac5988ac6c60e366" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/reshiram.json" +hash = "b3709bbd95a7cb464211f8dcaa4e6b70a1a525ecef6180f189cdc2455fcaf6fb" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/zekrom.json" +hash = "38947f6fa5f1a685528794c24134eb351ddbe869f593e41795b9b3c474c17fd4" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/zygarde.json" +hash = "27f6dde79f93ec8af939b190fa1b5356a49e332eabddcfaa564d2384970d7d0d" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_arceus_base.json" +hash = "dcd1a6251dd4c2136601595dab1f92ac5237d79646ad8a1e8b872b0c6d2dd39c" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_hooh_base.json" +hash = "9219253e6ac6df5e639785b46bd7e4a417c7aa25a609bceb1d7c6f81017e5b8e" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_hoopa_base.json" +hash = "498e8c0a6c45570d5b110972eeca03f7b3ec7b01a9daf5ca7007283cdc9ebba5" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_koraidon_base.json" +hash = "0044cfc90c066e531bc7c0b227ee76b6344a07a0513ab750f56cae8ab279ddca" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_koraidonpd_base.json" +hash = "ffd19d98458bc7377187c453446f4418dfc3330f4367ece8f861025d480c6967" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_kyurem_base.json" +hash = "bacce330f856b057724bb7ec05450f548ffc58dd06f356c835294e02e1227cfe" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_lugia_base.json" +hash = "809823120303239985283a4de26724a76dbc552ce99709a7c4f77910245b75a0" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_miraidon_base.json" +hash = "703d6005f29d82c8730a0a166ded4f64f389bd85296ba1acd6bef9aba834ca2a" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_miraidonpd_base.json" +hash = "c917983625fa8aba499cbd89b93828cfa3c46bab11655b828beb5a040f0ab42e" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_reshiram_base.json" +hash = "8f8f34b952c130ec4089c4620f3bfa30d9df62a9e5102f58332dd52a48b74776" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_zekrom_base.json" +hash = "c4a6beab1cac1f5cb9e98b592d064e1b68e9b3fbf1a504cd291a049f765e6528" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_zygarde_base.json" +hash = "1ab669e291996f4d4193375f85618e0c6230832572e6247d21b8f086b426af62" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/lang/en_us.json" +hash = "f9312bda7655b0f77eb3d2a82168cf939fe81a39f074d460b7f2bcb899bfa48e" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/arceus/arceus.png" +hash = "594e598da57dc5f9f497e65f898e57cb9f78ca7217b40630a6b60d8484529206" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/arceus/arceus_shiny.png" +hash = "f88d50e1c763a0d6a0cb763ec159cea9733fd084485a21c70f37e22512d2cacf" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/hooh/hooh.png" +hash = "2b51cc09baea18f82eb39434be5c542f82c78ee00dd82e7a7f202b239e1194e9" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/hooh/hooh_shiny.png" +hash = "9bb0512e24dea26871bcbc2c335f790d3aa222daf454386bc7f93f228e005849" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/hoopa/hoopa.png" +hash = "7adf0c249907ca862e1fabe634db12028cda9085b2656c89e6f8aba152753516" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/hoopa/hoopa_shiny.png" +hash = "a0c262def8e75aedaa8209fce74b3a3917f5f71dbc139e61d59253efed7452ec" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/koraidon/koraidon.png" +hash = "ab1e21a430264605682b14df8c435879bc02cebd92ab7a909ea9ccec834ea5e9" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/koraidon/koraidon_shiny.png" +hash = "2ccaa623682a4cf6c7a2011f9464875f054690fcae72ce94b0960ebb23dfc826" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/koraidonpd/koraidonpd.png" +hash = "963262d529841a9f42c8fd822b95db58c1805ea8e0fe2221630c2fd848704518" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/koraidonpd/koraidonpd_shiny.png" +hash = "825b045df0b5a50453bed9d85af38b727cdedb2755bafca441ca5b0083fedb30" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/kyurem/kyurem.png" +hash = "5fa6c0d777361e714895a4601b174ef3425f4b9f76d887b071ee5a9fd34ae1a4" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/kyurem/kyurem_emissive.png" +hash = "1487d282632932f8105e9a9d8823a2c01b78933006f2718fb077a1be66218836" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/kyurem/kyurem_shiny.png" +hash = "f051b65a9a083ead2cd8b7e3854245906cb51c33cff2a5e3eac3becdd9fd69d3" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/kyurem/kyurem_shiny_emissive.png" +hash = "77c53ed178b3e3466a2001b1ebed87e71951346d0dbcc7a8a17a47da080c9aed" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/lugia/lugia.png" +hash = "f8a006d1b3b313b7ec5ff031dc1467811d542b656fc3772587877f87da9ccbe1" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/lugia/lugia_shiny.png" +hash = "5c7daefb76f2ee4c00bd01dfc0b0506902ad954b7828601ffddce42380169b6d" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/miraidon/miraidon.png" +hash = "47a9fa54902a17f2f4a6a12fbba158501ff1883872adff01541185bb7d9b024c" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/miraidon/miraidon_emissive.png" +hash = "e15aabcd727b7209b903b21a196acc0627fffdb7f6f8fff32d93a1c4bd541bd4" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/miraidon/miraidon_shiny.png" +hash = "3ac880621349682064b4780f7c92c46c507c2246c6405aeafc912b4e2868b9fb" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/miraidon/miraidon_shiny_emissive.png" +hash = "e15aabcd727b7209b903b21a196acc0627fffdb7f6f8fff32d93a1c4bd541bd4" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/miraidonpd/miraidonpd.png" +hash = "3a683de362a5695fd37b3e6cff20ce757eef9c07d69db32de06ad652de39fe60" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/miraidonpd/miraidonpd_emissive.png" +hash = "58bfc7d4c0bf27404ff0ee8a0b557aaa7e67a35a761fa8a38dfd1b0d412da750" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/miraidonpd/miraidonpd_shiny.png" +hash = "caf9d73918a165d75b908adc3ac38543b9cfb495f07639736a7841e6f04cbaa5" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/miraidonpd/miraidonpd_shiny_emissive.png" +hash = "58bfc7d4c0bf27404ff0ee8a0b557aaa7e67a35a761fa8a38dfd1b0d412da750" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/reshiram/reshiram.png" +hash = "ff5731a04b173cb3cdb7de37d9cfbc23964a61a3ea4ebfd5cc45d14318c0188f" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/reshiram/reshiram_emissive.png" +hash = "6df31869e3f44f9c0405ceab87720fecc9fc50f23beb6f82dd7fa14833158ddb" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/reshiram/reshiram_shiny.png" +hash = "b171159131ffb361512aedd8c5f2b33c21073a2dfac80ecffb1ee71516e50599" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/reshiram/reshiram_shiny_emissive.png" +hash = "ea58e0b6e5f0a66ef0b62adc9cce795bdf167c2edb268fba8e4f7246ebfe95a2" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/zekrom/zekrom.png" +hash = "50103f938109a5cacc2c7ff0109b5badf683fa8f6c6d62102e1f64799fef37d0" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/zekrom/zekrom_emissive.png" +hash = "6edf5312bf9d32a43f481592e93e486ad89adc36e910f81a5858fddda5b7ef9d" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/zekrom/zekrom_shiny.png" +hash = "1573180cbc1cd1c3a8940423504e68753a22683355349f41bb49b90d5b1cfd2c" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/zekrom/zekrom_shiny_emissive.png" +hash = "01ecd11b47e4de39f7c1fda6825feeb5387b3abcaa8b2417d2febe7472a8fa4e" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/zygarde/zygarde.png" +hash = "1011149d65014a826b347f555f0129a3e4324ba186ccf0ca4cb52ce04db4cec9" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/zygarde/zygarde_emissive.png" +hash = "582e0fee8c4fa4ddf4915def065646cff7ac8734d533527496749e4ce85e2b86" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/zygarde/zygarde_shiny.png" +hash = "fd278b8d7b31cf20a38503337249c83c5be516847766939dec289ab4e585f708" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/zygarde/zygarde_shiny_emissive.png" +hash = "a9b7d1dbc6d0380e012a21e95d684e58e5dfd2d1686264f394e71d9d17e012c0" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon missing legends/species_additions/arceus.json" +hash = "3a2a8b20bc1fe5e852eca1592a56483250d9969b7e14df5377f00859ac6e0432" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon missing legends/species_additions/miraidon.json" +hash = "088ead5200e2eec4fb4c0e182ae2ca2a593dc7d99cd7d04eade0d2d090e33175" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/spawn_pool_world/0643_reshiram.json" +hash = "3b9e42274ee2f5608319a83901e0a94d559395d69eddbb56bc7fdb07476f4865" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/spawn_pool_world/0644_zekrom.json" +hash = "0887f0e0a56272db26b60d7e7d361ffbbe1f6270cf1c61a7719f6cb8b8e7da2b" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/spawn_pool_world/0649_genesect.json" +hash = "bcc359bd6e429d85d3b57092ef647290273d13bf2ff11f643dfc68bf809f605f" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/custom/koraidonpd.json" +hash = "f330552b5f83c92c560386342d7f7fdddcb8d26c4425cd31d0db3c3c0dffa766" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/custom/miraidonpd.json" +hash = "7592998e8d3762ee75ea4823de200dbc6d21708d6d8d0a66909f19727103c63e" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation2/hooh.json" +hash = "e1b77c99f2e5349a860ec1b9f1d995c8dee46a3290071bd6e6899fd47def15d3" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation2/lugia.json" +hash = "67b50163e71f081588c6227c26d3409cd1abfd1e4dbbed3a92a7d5da4373423c" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation5/kyurem.json" +hash = "9e57a3a1968a49086386e276ff00c4463560bc78e8962174c11d4b49deea7dce" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation5/reshiram.json" +hash = "ea07b7f7757375a782a824f3a50df512647d088c3cc18d51ee5f9d6453316e9b" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation5/zekrom.json" +hash = "87f8f1b8ac405ec6bb146d12e72d2bf21f867c56384b25dbccd91e75126a50f4" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation6/hoopa.json" +hash = "76bf68b0fc36435b54dc0757fe33bad9e5aa6bdf062cb687e5436876d337a0a6" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation6/zygarde.json" +hash = "55bb693e11863c7ed25cfd4c1f62889deecd0ab78e3b536715bf8a1c34f41d2c" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation9/koraidon.json" +hash = "84155ce536541110df67730731c9e435d881db6151bb8aad7e5dbc78e957208b" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation9/miraidon.json" +hash = "bb6b03b0d9383a45b0a7f5a1f2ad23f7cb23a6ed92aca91d74d6ef3331a72ac8" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/pack.mcmeta" +hash = "33cd44baf00b49404934588312c3fd9ac6f90ccad7a54f5a8540217d402147ec" + +[[files]] +file = "global_packs/required_data/Missing Legends V1.2[No Genesect or Regi Resize]/pack.png" +hash = "0f05cbef20e76c547d3c5e0d0dd70e0b6bbbcf13516f46ebe24d1df32edfb82e" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-arceus.json" +hash = "bffcb8eb5368960ddbe829b1435d583765b4b11df1d00055f00acbe7703aa88c" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-articuno.json" +hash = "81a7cc7df4ad5ded6969762064fed79e0ea1078e89bfccedf5ecc330154d8e94" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-azelf.json" +hash = "b09beed7072e63fde00f8f494ebd8a76fd78d06c030dc5605eaff427a1d23735" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-calyrex.json" +hash = "48bf727638c6466f0ec9c53668c02b203b7dea8eed329749eedb33b2c07f3bd1" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-celebi.json" +hash = "98e1bef18e75c02e5de248b5f847e4b24c44efc6f91e9279c18326b0b3205727" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-cobalion.json" +hash = "5870dfd7575db5d42ad83a22e6dba4a0e9391eb4a38ec5515cfecd32cc0002e9" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-cosmog.json" +hash = "385eb89baf09746c617f9dfe115c60df18773cf40a879e866c20fa1f8fb12385" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-cresselia.json" +hash = "3121efff2e9b84f9b6e05643b209dd352943cfed41d40ae5866fed0de1d9879c" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-darkrai.json" +hash = "7c3b87fddd5a513238eee935cb8e86eb836d88748a807a0c29e4b1ce5455e2f9" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-deoxys.json" +hash = "2affe42ae1e3557d29793ae2f198f80237fba9e73073ff8e47a9315cb67889b2" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-dialga.json" +hash = "9d567d9432e7d4ccc4d5dfbc53a0a213044e8c911b57a3055cfde6d437059d29" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-diancie.json" +hash = "6d1f5d8bce8b3d5372ef7828db08b7da9c1bd3f8d4ffdd18329ac93ece004819" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-entei.json" +hash = "05e1a1e61b51cdc475179fcc022b64763e1a0f574adf2783197fe682f09931ba" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-eternatus.json" +hash = "775f0127fba407ec33ef0d5dac4af8f557cf09df192968c735036ead7f77f0c7" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-genesect.json" +hash = "2e3d3b482330eced95858b791fd71c2cc7deeafe7b2d7ad6eb16018a81d3d0c7" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-giratina.json" +hash = "cf0c9cef3931f616a3a6f43c8d395a3c9a4d78b10593f77201df79cbff6da87a" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-glastrier.json" +hash = "4c8021bc604364a83a8390ec8374f078d0e1d7b37ab61817ccfda31e011d4789" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-groudon.json" +hash = "4694341f1c519698b5aaf9cd71e525a3e53661cf29e3d4c0f479086cf9651903" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-heatran.json" +hash = "6ab0bcce7469df3a899e8a43b4601b669a1cdbe99c288348961fd29e35c8855d" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-hooh.json" +hash = "01e59c1f25f35f3f62bc4dead25e5e414bb9f7050939ea389b2c4858349db58a" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-hoopa.json" +hash = "2a60002aebed7cb747ed72841d54c71c67323884842a7d054be92519a57a17ac" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-jirachi.json" +hash = "016bc8d0fb650395d83286eb949fdc11cdc545522a81332051fb0d1a7218e698" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-keldeo.json" +hash = "705325ff65d10171482078d4f5d8b586e17463becf793e759c0ba11f9e9aa8b0" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-koraidon.json" +hash = "c5d55fb48cbac1ca838d36d0234c4cff53bdd3a92348370e8017d25ce5655ffc" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-kubfu.json" +hash = "73debd1f231302f2f01c66dad750ccc52ee761b45e3a14422c2388aa4b04d51f" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-kyogre.json" +hash = "0c7d1023d5357a0a875a100a7e1806e877dec27d5710918782c0dfbf449525a7" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-kyurem.json" +hash = "aff59b223b86218b38f4367f0e9474d7aec7c5cb888a58ada4817d90f366bca1" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-landorus.json" +hash = "ad3aec5c830f0ee7d4ba67a5718a8007a8bd3ade211fcb5725ee5a99a773202b" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-latias.json" +hash = "8358ba68c535a5a74165c5441e4ee31ea93af402a13978d9385cf9028e376954" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-latios.json" +hash = "76b9f0375136da7ddefadd126031304e480f848dfe216681181fa2c11f3f7d13" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-lugia.json" +hash = "1ebe464e512aaa875f92dc4538389c00f91cce7c671f6ad06b706983f8ab66cd" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-lunala.json" +hash = "0c91dab9d34419cc8c76f45b48563b12ba2016fb0f7a2e44f0e28b733be6de6e" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-magearna.json" +hash = "9e3e812304129caff8ecc9ddea00f35c2a558bbdfd046c1e63a230dd25a94cc5" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-marshadow.json" +hash = "5e61a38939c16f1b2f65ed1ba14552a50ec1f3e4f8bd02ed9f8e6fd3f43b7395" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-meloetta.json" +hash = "5d70b70d95812a4210774d25b4375ace2475f097b7a3ae7c64155b217024bee5" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-meltan.json" +hash = "754d9b2ed2efd0141c8384301539798e1e9057ca614c93dfa562acacaa4de878" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-mesprit.json" +hash = "9c55c24222e1a7cc03dfac7835c6caa76e2dbdf599b9c4f7bc9676da88f269c5" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-mew.json" +hash = "04fb8f3805bc67bd88ebc933971eb37b1756ccaa0afa6fff838bcca310a8cef4" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-mewtwo.json" +hash = "21028e72391ead98451a0d593c9d774c93b0ef36b22df85f29458deea10356d1" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-miraidon.json" +hash = "9e3274711c7587109845827ca8507f3f6d86c2072a644742c0760882ca01f99d" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-moltres.json" +hash = "2fbe778ecf0b947064d539f7da0e4f800185dd28c47916cb86e38235970a725c" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-namorus.json" +hash = "5dc43d4ff2a9afc76caa0b66a66b4814aa717f8c196357801b48b531e2ef1475" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-necrozma.json" +hash = "479fad6320c60be84b53d39d0e786d39e2d8969d9c1b3f3aeb1d3391035aad66" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-ogerpon.json" +hash = "5fc8cf0eeed1f573f333859cc6358cd24076f109db771209568a88fc865d89df" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-palkia.json" +hash = "3a55a9cb63b7c717649d1cfcd09a3f8c75481177e476b10999b3ef14e8e42fed" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-pecharunt.json" +hash = "83996367034c8c42aeb2e866b6aaa73b1e365425a4ce821b5b227712d8439249" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-raikou.json" +hash = "c1d2a92aeadf30dda848fce89b238480c2dc984a4cfc56ea8adc7367732d8c76" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-rayquaza.json" +hash = "37ff29a05745f7507c79c3edc8249ec5e5762f58a2b91f7cb679b8b98e020cdd" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-regice.json" +hash = "9ffe9d18414864bc7322c82884846eb71e5bab5e4cce80f4601d3e441cc390c0" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-regidrago.json" +hash = "4ef6d486b7f27828ebca5989d781357e9e0b6a26b4077b9eb32e6f4f6dcaa31f" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-regieleki.json" +hash = "72fdd91d8b2bd3f95de71bd3e69fe8de529c7b146a17f47499d05f8e4c4575d8" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-regigigas.json" +hash = "af3aeb10c081262cf7c049cd39c649044a85ae824db504a40b46199205269fbb" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-regirock.json" +hash = "b2fe51ba63ed3b823955869e3ac0280950d68eb572dc7ecfc5ae919f39f4084b" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-registeel.json" +hash = "bc652f6999041fa274a02a013d658238f8567da75f7c56b638d1c7d345654c85" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-reshiram.json" +hash = "9daa67d7bde989c2f96b1a624c906a7b061e1b861a10295dd17cc5950c5049fa" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-shaymin.json" +hash = "c19823d70ff27b5cb177875fe0432773bbaca52dddbc33bb6ae3909408e04247" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-solgaleo.json" +hash = "c28ad025395ae6d1e4cf2789b0d9360e89dfa8ab6fbe2490ed994098073c6c42" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-spectrier.json" +hash = "1ddb4a2f59d69364c6e5a8265976dd0eccf47e19b95be849fa057fb03b2340d6" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-suicune.json" +hash = "e2a5adcd345cfc0a9f1cd47dc40a0a5f791fec140894b3a1adec72254f60f931" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-tapubulu.json" +hash = "9b44c8393a7e289cb361bb987373118a4016baefe1dd848a0ca17f1943231d52" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-tapufini.json" +hash = "57f76afe7a7e8c16048e3209594898829a11523bbc148907bda3360c120f8523" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-tapukoko.json" +hash = "74e890b6f08f2336b601a96ea45de11ba358d2e906b4c645827efbf177f5c372" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-tapulele.json" +hash = "0777c0f8612f86c14a4f5f48b45f680d23ead21091f683eef30f68cb9e8f96bb" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-terapagos.json" +hash = "c7cfcc9ffe9451bdcdb8802bcd1ed23eab1bc0597c0c5c102fabb98a083478da" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-terrakion.json" +hash = "b3027fefb1c8e0ef057f3b5878b7598cf743f0107ef3df32532c00ae3cc2e048" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-thundurus.json" +hash = "f26454dd03dcb0dcfc7e594cd28a459b1b3d7ca30ccd91fb1751b4dcc32c1a27" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-tornadus.json" +hash = "56934f1b00aa1503b46c04d68b3837e72cd1ee8de94a0f1bbbf823bab716a99f" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-typenull.json" +hash = "aee21ffc519220adea77e34f0e67bbd1aa750f470ece5ee236cc2675016f73de" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-uxie.json" +hash = "c5806f684b53a76d0f8b7b5e7c0771f234b7afc8a48b3d93afb775d1a5a29727" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-victini.json" +hash = "dea6bd157d966e0998b9663ddee6e634f7c900ddd57287b6cff21944eb571f81" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-virizion.json" +hash = "8b9ec226368dbad2630f120c2e980501475d5cb071e99e323daf7ef23709600e" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-volcanion.json" +hash = "8ead3e543622a9f007923655529cf5bc64162549ebfa71c1a57e6d17c1a34c1d" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-xerneas.json" +hash = "23552881298800aa35d9f6b13b9044a3fcc0a4af2d6274b467dfab1c73f06c1b" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-yveltal.json" +hash = "21bb01cd050b927a381887c8f38bc762bea9d9b6f31e6dff55f9554d4addb946" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-zacian.json" +hash = "de2e49f39ab7ac4b90d6163839895946ee600516b6fdcbf128d05ae26c6b60c0" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-zamazenta.json" +hash = "7ea47a5a8be9de4b4e78c300f3b1dbb40f0e3b9724fb52188ad9a69793d6bfab" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-zapdos.json" +hash = "7b91d56482447e3f032abd26236cff694775720b976b4943a616e06365a54f45" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-zarude.json" +hash = "7a5778d63e0a2f6dceabe45ed7e53c0e1d0b18246d9fc38df36d45015d8e2b47" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-zekrom.json" +hash = "e87c5f5d994e5ed829d3730a1d0cf42a15eaeef320934de338bf4826cc005b1e" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-zeraora.json" +hash = "1db5f92fce9d786e88174cbad3991aa196b3aa9c90dba2f334e699334605ea6f" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/data/cobblemon/spawn_pool_world/mythsandlegends-zygarde100.json" +hash = "839b7bafe2540677046500aabf5cfd3e40fd5a0e63f521f33960b894896d93e3" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/pack.mcmeta" +hash = "ec135d11f855a647827b8683dd8c68fd0b6b7ae057fcbb3dfda4e6ca6d7a4e51" + +[[files]] +file = "global_packs/required_data/MythsandLegends-Datapack-v1.0.4/pack.png" +hash = "b0dcbae865d0120d2df562fff6899d7918f84caf2345caea9c494ceb36a9676f" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/LICENSE.txt" +hash = "aa69e15828deccfcd9541f3f173260e4ffa90226c8a9f66c9c1afdb13678cec5" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/README.md" +hash = "1671fb640cf5f0ebb6010645bab9d8d810f5193b86387fb2950f0ab19636f18d" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/compatibility.mcfunction" +hash = "df06c3324129f9655c6d3bb44690573e4f269d8c3b9a42d7bd4c54aac42b29f5" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/load.mcfunction" +hash = "f4570cae04de0ed241062972030dd537a87878f6575f94c2f36c685080dc13bc" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/loop.mcfunction" +hash = "d95a19c9085687ee5c05b131b4397bd5638e4579ac8ffc303ac73b32bb5a0bc7" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/options/get.mcfunction" +hash = "ec378fd16c671bdd5f33d2d0ef64193fdfe8e421a546b7aafea7b9c11f931448" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/options/reset.mcfunction" +hash = "3146e54005a1ca6f055cf3f0e5b8436701d0b8a1aa7df5e971100250f0bccbc9" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/properties.mcfunction" +hash = "042b6ce19cfaf0ec7af0718ec0289a3092a0a1c931b940ec32708b9190ba45f2" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/schedule/bubble_life.mcfunction" +hash = "9079f6fcfce312e6c3a9b3c7a9d294aa17b3ea372182b209cbd21324ebd760eb" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/schedule/chimney_life.mcfunction" +hash = "7d2e1740ec16c20ba10233b3a0d8466d64f4c529c4ba73cd64b951533330b720" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/schedule/list.mcfunction" +hash = "aeaf32d4eee26046051a51e9fcb2dba1b1c97cd3b86a186bb0627408ae624adf" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/schedule/trail_life.mcfunction" +hash = "ee4054607e337d59bb88f240cbc5ee8537f1b8f7bc3390029017f87e5367edff" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/bubble/consume.mcfunction" +hash = "5cb366a72368441820244a508a4de5852bb723efcfa790c58e43591cf199a3e6" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/bubble/create.mcfunction" +hash = "e7dbebe147a4508cabac5c6f2b8453d98f1e5cf56e81db063ce64046f61d848d" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/bubble/get_air.mcfunction" +hash = "edeb02650244de9e7a6aa4af4bd5d18636aa85eb3b15ae486a2451a06274957c" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/bubble/init.mcfunction" +hash = "c3ae1ecbb72758ef09e3317b96794906526dae7ff4325e88563d4423ddd180cc" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/bubble/pop.mcfunction" +hash = "61a9fcdabc757c2e8b4123a8aa4c5d1ff79b43571d6ec53c10c7ebcc2a59d5f1" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/bubble/prepare.mcfunction" +hash = "c6b4aa5848a26f2ce7e95b2d4b74c913433020d83c5a63da33afff0292f026f8" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/bubble/summon.mcfunction" +hash = "efb603863ffb23ee629dec5de6571da865a65a636659d2d5d85e8144c679f71a" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/bubble/transform.mcfunction" +hash = "3e3db85f2ca0b033d1701dc87ae021720053f29975c0bc88740e84c07437a412" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/chimney/consume.mcfunction" +hash = "307e9f23cf373cfe89e638bdbbbc767972ce3b5eb628ce852eeb78225ecc5683" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/chimney/create.mcfunction" +hash = "73db6a6ffabde13c8cf09b95b714bd08cadeebbcc9636608afdc511fb48898eb" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/chimney/get_air.mcfunction" +hash = "d3c8edfd7833ab1e9a1e9ddb0782adc4c74f32a03d6b94c8f24d308c0ae7cf16" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/chimney/init.mcfunction" +hash = "7b6e1477ee6f862148fab8cfa78f53a10e3d63f28ebc002bd2d78a6906a2a296" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/chimney/pop.mcfunction" +hash = "d34d2da68a765d753b84bc1ae53970b850fb15603d73ce1dd466750a19aeeb6c" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/chimney/prepare.mcfunction" +hash = "89947e237268b8984a35c9c4fb33364a62a46ad5335c76394de5304389370908" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/chimney/remove.mcfunction" +hash = "44e34e5a35c514807486759c1457c030c233d19d92527a9aaf60ddeac0305dc4" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/chimney/summon.mcfunction" +hash = "5e91579d473ce51ef5d96847b20c89e30eac2daccc8709505ad2340e831a6805" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/chimney/transform.mcfunction" +hash = "00cd20819c942bf6d452d649135ee7cf599a76e0a4531fe6c347905672d01dad" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/trail/detect.mcfunction" +hash = "b97671e58373dd922be25390152f166b6d3201fe9d5e29bf5ee254722f9e5e39" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/systems/trail/life.mcfunction" +hash = "07fd3389a3eb002d82291039e8332341ee2f31be6fb8135db8b73f6d68088816" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/tick.mcfunction" +hash = "bd45729858f3535d092e8638f5eab5eedf62fa137d1365e6d647b46c5153819c" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/tick_compat.mcfunction" +hash = "2553a60e6173fcb51e74a930eedc434f3cff56c8e8b431c56d0a17a1d5ef2449" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fkob/functions/uninstall.mcfunction" +hash = "192a2b620d0e9093b93f6b096f6641f8cf13535c4db9f65965d2c7b74943eb25" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fkob/predicates/bubble_chance.json" +hash = "1c3e85ab1df2ad23912fe8e7729c3e8ac1604ed6704c9b60133491b8ee26b7f0" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fkob/predicates/chimney_chance.json" +hash = "647189bc810225f69f0f0b1d9986e735c617bc37a7421045de2f75bb2dfbb483" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fkob/predicates/compatibility/terralith_oceans.json" +hash = "d064c94a2a659a792180062cf42ce7072d6395421f4aa604254e2109a4a6c5b4" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fkob/predicates/compatibility/wwoo_check_ocean.json" +hash = "9e83350bb94d88dad3a0eaddead78ef3297865ebb8e1511266db6eb2e339b0b5" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fkob/predicates/compatibility/wwoo_oceans.json" +hash = "3fb9534fd4c59c644df438344fd4740e1b5e8fe2ecb86dfe18c1997e6c996763" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fkob/predicates/compatibility/wwoo_terralith_oceans.json" +hash = "c1ca44a3f7629c5b0675125532f60d1ea61f1487763e93a7e9fd97e5d425029d" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fkob/predicates/ocean_ground.json" +hash = "7c6eb21fea44f575f7d129fbe710d26acbdec10ccf3df9b02fafe14c51648f82" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/conflict.mcfunction" +hash = "c52de1540e6b4dd4b69143b64bbe5677e009db5c3a92b2c65af28224b58e494e" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/difficulty/get.mcfunction" +hash = "a449bb5d0124e8535f39d86cf90b8743c40c516b86ea7435533ba6dbd850a308" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/load.mcfunction" +hash = "52952dcb0c1bd100b3d2596e7e3a9bd09614c04f442e1435a44c9c8c38370d9f" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/mcv/get.mcfunction" +hash = "57bf98a0aa4ec75b1ba7ee4d7e64829efb98f6bbf9e0668e9ed688fadb053265" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/rng/get.mcfunction" +hash = "3a3931ec7894d71cc9dde2828e67e871187e9e5d1a144033c919d70594c094f6" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/rng/rand_1.13.mcfunction" +hash = "e2b0d10369d93358c70054effb736f63e1885959db5286ff1045f97ee7e26797" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/rng/rand_1.16.mcfunction" +hash = "35eb0d15686bf9e8c138e01cf62b6499459c7888f56d6ab89633cf5942348d78" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/rng/rand_1.17.mcfunction" +hash = "edfcb5c7b3833783ccf7fbda53092f791618505bb02136121cb733452e07b095" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/systime/convert.mcfunction" +hash = "38efe7028a1f022ccdba0dccf6f43a8a250be5da57b45f65bdb4c64ae91c2e5a" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/systime/do.mcfunction" +hash = "c2fd770ee7113f6ba4942779d6754b9ffd536aaf8ca01dbbe2ee72eada83205b" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/systime/get.mcfunction" +hash = "11f222df41b8c35d9f9253350b85778247a3677b800b78e0713b79941c54e4cf" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/systime/install.mcfunction" +hash = "1f0efb8996912ca91ab9c46cbf5493bcae34c10ca556964a7aeafa06439e4394" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/systime/read.mcfunction" +hash = "00054401419270e6f790a11b59de22d8a2694856965c35acc58471fe72748c79" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/systime/read_1.19.mcfunction" +hash = "00054401419270e6f790a11b59de22d8a2694856965c35acc58471fe72748c79" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/systime/read_1.20.mcfunction" +hash = "d1f412d0d30ed92dcbf1740046a56ffc8e14ad7701d49d44bf496d4d8b6ada2a" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/systime/unset.mcfunction" +hash = "416f15ea64cd323a9bbbdaf1430775bd0429fb7dbb7f4552dac773bd557120fc" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/tick.mcfunction" +hash = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/functions/uninstall.mcfunction" +hash = "edb81142e69c971c3016dcf2ab16cad088d3170932650b7343da6b0d84ecb3dd" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_badlands.json" +hash = "741c643f63cf606a3f35c6259721b75c6730f5aa98980055c3505e0a705ad074" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_basalt_deltas.json" +hash = "fa0fa3268d9adc6d062d8b96ac33227829889116f47df1177e9eace38622175c" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_beach.json" +hash = "708462c74439e016cd6057cc6b55ed1960bf0c090dba56414fca37e6cc9a9994" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_cold_biomes.json" +hash = "575f6a7c857289dcf7664243da0b1ec8d7adc5ac8fa0ad64ef4355be82420663" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_crimson_forest.json" +hash = "fe2423a8d9c6ee3b1fe4afec09c2aaaa2e9a5064f1badfb5912b787572851786" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_deep_dark.json" +hash = "3257e683e832f08140b9b1c481957eee008e1b3fc892785e24f5f8d2d3e27f21" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_desert.json" +hash = "8dd148d6fdf938ec7f4d032a9210ffba6823d864c518039ab28d9bab91f7bcbc" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_forest.json" +hash = "f221c9aa0d33e0c3e55dfe88f34e7983bc6a2b6dde2d2e0ee66b3c863f13e692" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_jungle.json" +hash = "919a78cceab593425c44cdbe462c6e1999c1e897bb04015e73951c02641d051e" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_nether_wastes.json" +hash = "3bdf06b7eecb5c0fe4667c879046a21baf4259389e610d320d6d4deb7fa9322b" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_ocean.json" +hash = "af4af25f7b9db87e3571b7a975d62ca60817cad744db0f9adc41fcabee8d3238" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_plains.json" +hash = "a3d6ced4170c6ecbc743a0b38bf7b13cb69bbad299a89ea73c6c2fd1669d2837" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_river.json" +hash = "0cd4ce85c238c06239e82d09ed974e96eb870a6690b389067c6b5b0d2082b636" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_savanna.json" +hash = "a982a76e5b8fe7a0849f6c28aaffaa2e6eb5142e1671e578a656a3c23c80a655" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_snow.json" +hash = "542c88c863533a2ce7100c60f4c1416a7e60171d4386218361b79de355581d2d" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_soul_sand_valley.json" +hash = "dd35f20c687291011ec6fa4c9db3f7df78d6df95b893ef2a053ecf69c5b9614b" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_swamp.json" +hash = "30f467398308b04eab7a891137a65e348aa91fc206db9b48a5a180fe356065eb" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_taiga.json" +hash = "50e37a6018fc2c4769e3125b81bd19236c59dc4aca4a72a148775b29bd3846bf" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/biome/in_warped_forest.json" +hash = "19d56f6ff43f5f754a5803e0f3802ab750e92c13ff7206f1ed7c8d72c27cd696" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/flying.json" +hash = "cf8efd48221ec3c80715b8962167d5ad7cf4debd911b70386be121ee7b09cd73" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/in_air.json" +hash = "dac93a5269c7d44b08cc97ddb813f7dab9083eb56dfc1454e698c6de752c88fa" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/in_air_eye.json" +hash = "519437ae2ddcb4bf03323b6bb429a59033ca054ec0f1ed4779e33dbfa86bebb5" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/in_air_feet.json" +hash = "d6e4de05ad25f2a47cd6d92f01d3c25a152773a4ccd34cda9c31631919a09e88" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/in_lava.json" +hash = "cf0020c1b0cd5916b1d787c021e619e8d10dc2616c93713cbb6c9ba5045b5dbe" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/in_lava_eye.json" +hash = "9d53ec506f59f35765abf6227158e5b0f8862b534eceaa2b03e57d5272c312a6" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/in_lava_feet.json" +hash = "f982191feccf49690eb467c0b7d1880d262b4ad03e81ece597d78282f31f34d6" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/in_lava_full.json" +hash = "b2b971dc3bd789cf5aea89f03073c152906b628f30668cccdd4384b7773a8d26" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/in_snow.json" +hash = "14eb277d102395b97882d4f62bf9a3d2ce0730e27b07073d958cde92f5f13b4b" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/in_snow_eye.json" +hash = "7583233a3941dd608f5e6dd7b876e1a18e0484f167ed45058bbcddc5a4ddcf33" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/in_snow_feet.json" +hash = "676dd1ed6eaa94b640a20238d286c4343506a44a54e3e317a361b4feab2e6abe" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/in_water.json" +hash = "05d7ba5d0462d16ea40dd370360ef27117d2ddac74acf82d6213e90d4897becd" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/in_water_eye.json" +hash = "acfea75182d12f714ebb1e66a776c589fda2d4cb587af767844c109a7cb6f07c" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/in_water_feet.json" +hash = "0124f217ad27a915110473edd712b3bf284d8ed1ebdeb051d8da765c3a65a693" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/in_water_full.json" +hash = "e41e81588dd280a481f7889bde5dda4067cb796bd1ec7218c1a9eebb314850cb" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/inv/empty_armor.json" +hash = "f4a6ef3cd686c55a84747fd0268acc635ab8cb7c9334713c51b2c93af0d86d19" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/inv/empty_full.json" +hash = "39d311e8cf59b66787a734fb1194ed20328bf250e47b10f14d2e37a8713c87b9" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/inv/empty_hotbar.json" +hash = "ce25d15e40c6161e61c112a224268139c2084b740711bd4125d854c4ae313871" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/inv/empty_inv.json" +hash = "dd8fd9c898fb9bbc6305f7e188575d2b0b0ffbc8be4f805ce97af5de9a379dd0" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/inv/empty_inv_hotbar.json" +hash = "3d8f362a9bae1d620b5f1c13d7139b56f84cd92c8fc30cf097715f67810b81f5" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/inv/empty_offhand.json" +hash = "84bb0641f41172b65460239459efdd84b0130bd61e1b208544fba414130b286d" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/inv/onespace_full.json" +hash = "b9bd98c721eb4707850321c48c7c328489a6f49ded72c1211f6a76adf6ed84e5" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/inv/onespace_hotbar.json" +hash = "5d0758adfa03f8a8c251b6cc274e9e28514625c7635063e08a1055d9805565fa" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/inv/onespace_inv.json" +hash = "a8fc75c61c3f4ddddac6c99960e3b5d770093555cbe3b8a9369772a3cb9b1850" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/looking/enderman.json" +hash = "c8553af4b63f4d15c9dbff6045c9f3f64897bf5dd8422b4401d0ca88dd8d3110" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/looking/zombie.json" +hash = "9afcdcf45f94ab1a51ca1888e5d7135ef31507932e3e9fec0cdae28b0a4420a3" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/mob/1.13.json" +hash = "685b6d840da5a40bf7592f2d800627dcd7ebc568f4eb59e646ff870f154636f5" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/mob/1.14.json" +hash = "35a1f46fd9d5a33d5cea7a9193adc218cb6ceedcd5753c66215d6c7bebafef02" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/mob/1.15.json" +hash = "7d91a452a23ed747d5ec50cfe7486cb4bc749065bd158d49c5c20850587828c9" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/mob/1.16.2.json" +hash = "947a1b386e9eed24e40a1e562acacd4de66f9c38a5bc1e2f39b2f7a288affc35" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/mob/1.16.json" +hash = "89fc46f235509d5e66c2f6ab5bb000a1e0fe147fed59bb717524b9793aced92d" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/mob/1.17.json" +hash = "139e519d24aa318e0eaf2a4a8286cffc63f78547990a31308c554a849e70bfbc" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/mob/1.19.json" +hash = "3036c1bfe5298d15210e2e9fb7df429eb65090f55bf761ef69ee2e33a18f1bfb" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/mob/1.20.json" +hash = "f5bde50f42616c3bb32bce52df9b1bde466ab7bf7b626f3e4ea946acbc33c9cc" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/not_in_liquid.json" +hash = "eea9043ed0ad1371be972d4fa2bbb0ecf4a0374df8da994172104e9272afde46" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/on_air.json" +hash = "02824e510dd67367f45c234fa9370ad6cae25c311b85c85376871bfcd9e50e75" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/on_fire.json" +hash = "553316dde49222d1e5019d785c6a5b6afd13549b2bdfbe94e6d1be6b6f49a809" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/on_ground.json" +hash = "5e7f0a56922f32d1a66122a7226a2af7dd4a1e6638eefd20db76b2ee3fbd63b3" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/sneaking.json" +hash = "1063af4a1cf141f0431e9d5341f752a890ed888f3874c5acdd60f00b115de2e6" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/sprinting.json" +hash = "c3908b368019a980acc7e70590678bde9d0a3ef8274073dd458d77269b44b00b" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/swimming.json" +hash = "a2916b0959085c765271ec5fd7f753dbf72cb9f50ad5de660ac8b054f0c81da5" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/entity/targeting/player.json" +hash = "00ccaae3bd8efdfaf8b075568030983c6737f7298af8846aa18de7d0e46e325e" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/location/in_air.json" +hash = "77cb6f49d19743e16d70a5c159b0a3894e913f6c689f995ec57fea8bc19a20fc" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/location/in_custom.json" +hash = "7a1a250136c68205d75a7be51ec43e3dada8d664b62e1da04d5f21a0ed2bda9a" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/location/in_end.json" +hash = "01063c49d090e3c89cf6f7db066d310604479c2b7f7f8536b4442e5d586703c8" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/location/in_light.json" +hash = "9395e1246b0954c2486bae0ab82b4d4920650da742fc78f083a89317e7499d35" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/location/in_light_0.json" +hash = "3964e6b647ef5b9a9ccb2446917a644ba3194c0505f51c9c241afa9a8c5f3a0e" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/location/in_light_15.json" +hash = "ea049aa593105cff6187048fed57ba64143c68c4368b0283d8b96a4c0dd7b3f2" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/location/in_nether.json" +hash = "9b6d355b94cdc3f43763c740b0805595a81143107a944e80a026204e5dabcf07" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/location/in_over.json" +hash = "4dfbc40d46b56a700ba122f0d68982a87fde02ae4706494b3e5f570fb6341563" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/location/is_lava.json" +hash = "486c66bb5fbe05d33849e25ed75e78a1d4ddec8db4e3f6c777a92541002b220b" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/location/is_water.json" +hash = "ba0b9e56849846fbf56416163ee5d5a055476ab42b8abde4ea76d7e7adaeed59" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/location/light_0.json" +hash = "83f9d8d2263470644ada9a58870d2ad155d7a0d7f6e6da9de192bf46904e5f34" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/location/light_15.json" +hash = "b2ee74486775d5c25afd942d68d0d0026dc17197e219bce3b2808cb3f1dc59b2" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/location/light_7less.json" +hash = "77c0e0eb80635620f6cd238b52866286bc1da4569d60ade31b83fc95ac001674" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/location/light_8more.json" +hash = "9b22d36a5214688302a789cd57a641ba5280d191cfc23b89c77247aa2221160c" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/01.json" +hash = "8cd6f8dae74f7e9b8a0de2c2e82999c3bab22e56dfb2de61eb1b23a335000199" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/02.json" +hash = "a9054252ed2f51c1a3a41fd4c08bfb5206047a86b2d3b43d3e60ec5ee7bd65f2" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/03.json" +hash = "712f9cc0c7e679a3917df0498b86614341fec7ab3bc17d47b97e28adc7c0d89a" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/04.json" +hash = "e7df1edcc1124ccf17d077e56958890a552a5e3214017a26b26fbb5148e836b1" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/05.json" +hash = "647189bc810225f69f0f0b1d9986e735c617bc37a7421045de2f75bb2dfbb483" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/10.json" +hash = "18de69f4757df5ec1722c053f4d32d232e537fe2bd4df2838dcf71295cd3f3f6" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/100.json" +hash = "c030493df027e5e4ed113a66919386db55b0e2341dd9c538a3bf9a0875d55124" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/15.json" +hash = "89bf6c26a11ded84cb6b4b0cc4b14d203732c3c7b81ff13814f9a6bda410ec0a" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/20.json" +hash = "1c3e85ab1df2ad23912fe8e7729c3e8ac1604ed6704c9b60133491b8ee26b7f0" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/25.json" +hash = "55cb579aa9ac79a730d1b2e7272416db4eae5611a7bed57c739962f26f213ca3" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/30.json" +hash = "ce34d9a5a532a545edaf4ae406168d2114c649309b53a3553abe5b31760ac23a" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/35.json" +hash = "b6711a7b8974f387cda83bdd6f9f57e6094511c366df7c34c60c31e9e2a2d577" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/40.json" +hash = "bc17d6222fdb0dc8d92f7fec2706cd3da6b99614cf5f7d15da48bfdea79755bf" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/45.json" +hash = "d427bd0295e89e9b931f4c518a68cf7f3f928aa68491239075c2e0d2cec2201e" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/50.json" +hash = "907e3b3c0a97b6a7881f151cc5d8ee4b24389e487f564c9a40d995dde3115278" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/55.json" +hash = "cf78d2a9ec256a5f1338a823e9be30e63bb2598ccd84bde528940a1947355068" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/60.json" +hash = "57a6616b0f8582ed8af01617d3941f4f57c3c45c88bec8b606b7e679e778b691" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/65.json" +hash = "b268a3ccc4d2979d63fe01cb1762363e04ae24d5e3656a6d44ec0a4cc5a0db16" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/70.json" +hash = "35019aaf4956e060f9f129136be08d041ad9f0b9e718e85a2f02a9c4969a5a0f" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/75.json" +hash = "d17fcccf611a784150fe61033a7dfdd9be6e7d85c39ff16b138e661a37c642c9" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/80.json" +hash = "5c119b9eb996befdf36c7a8cb915e911088af3f3ac85a4e754f418ac0542250b" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/85.json" +hash = "5130fb3445183b683048566b21113169424e56dd09c609b6f642cc914916ad73" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/90.json" +hash = "5b339fea38ce6b8c171e87c55a6dd0dd9d73315d200a5bd2e4067b2ad7ffcf9d" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/95.json" +hash = "ef6139a02d86d9906ec82825793e48280b1383d0341bad2c819ab31e3d6b8249" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/96.json" +hash = "42b0ce6bc0c7653535e374ee9295ef12d46270de3c9209a2c1a996212f86df73" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/97.json" +hash = "4cfb2364f60f0d759ff8e0a2d715bfd98a01cfffb4f5c496ce6379ebbaecda51" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/98.json" +hash = "47d9f140069f780be8b53dc2298800c6cb3a4503ca8914f821a52ea6f4c8f723" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/rng/99.json" +hash = "68a1abf301efb6f8faf59c382119eb4874ad1b7f5a8961e6453bb74ea79547ba" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/0h.json" +hash = "f0944d4459aaf595f54cbb846099d963ca22a9ea694582b55bd8ab3bd48f773a" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/10h.json" +hash = "711265ffd1886d0899dedcb99878b0525ed9dbdb0ca0972bb264b4a4cfa5aa6a" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/11h.json" +hash = "10d7ce2da9a2f0e9d4acd8cf85640f3791f91fb1308bb1b2601ee7ea08a487e3" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/12h.json" +hash = "e8d668f32e748898d020173c3f8d74bae624632a88d8816cfbb3b15b1d6787c6" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/13h.json" +hash = "34c5ca08ed41d6bbb1e67e9168c43ad77d760523a52a34655000ac04721616bb" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/14h.json" +hash = "411a6b30c4e847471260c17199fc529b10f8d9938fe141ed10628fc0410a6a91" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/15h.json" +hash = "016f45b498b03951862e630f5dbceccd8cbea4ad859f42443186c6404c0011da" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/16h.json" +hash = "73c64cf027c31377c8fbad83caee18f2b7ce58c1690a37f99065a6182fb7609a" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/17h.json" +hash = "135dc4883b85c9babe4e1237792723147c1d032c8f4edd569de592c12202844c" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/18h.json" +hash = "59b3aaaf388289a326d293662430c3b93f8eb7f9a4f617b437667d51aa330b5c" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/19h.json" +hash = "d2f1c6f7f75b68a6cf364a06f55937388de2691c5cd85212f74f58e3fc8dfec0" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/1h.json" +hash = "088cd4047d67aca123e701617a5c3933b0397153b7b5c552e85b3cfee3655763" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/20h.json" +hash = "c72f4bedb2c35356771b6a6a49414748275f0878efd295213a8f26ce999cdd22" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/21h.json" +hash = "4de6c198d62c7f69548e8c119ca600c8d4a6d9d919e2d728e63271b29cb6b08f" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/22h.json" +hash = "849b0b840aa60176c27e32083438c37c4f85a093ae5c394c715c100c02d552fd" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/23h.json" +hash = "acbaf1bfe121c294bbc34a77de863d9382f56e593c3b0358b938b9f9cac4c7c4" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/2h.json" +hash = "47ac2fca7061a163709bcabfbff19aa73b04e2a0c28073d89d3404745746c827" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/3h.json" +hash = "60b4112ec544e04b3f78fa2abf1e3a55289b41b71f57dffb5eb13b20389c2080" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/4h.json" +hash = "c1971855818166ea7ecd14bc19c0d00e2d3abd696ac6adb1c7f440c143771545" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/5h.json" +hash = "9be4c1b3fd7d268d1777a17ce5eb895c5ac8b134f8cf7f4bf3a91102215383f6" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/6h.json" +hash = "722e693e46ab73fc4820e66807cf6c8c07eb696c6dd170507a1db2dd6bfe0196" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/7h.json" +hash = "93a3cbc02206b9f6656b1e6f789db2ef9bc57db8a4891304be6e4bce40bd8c71" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/8h.json" +hash = "f400d111fe00bd4e42aee6fc6473aaea6896d3ebd62306366625059c7b0f72e5" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/hour/9h.json" +hash = "cc2e8c3e13bfa96bb91f05d5c790191494ada80bddb8f5df8e3ab4289e25a742" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/moment/aurora.json" +hash = "0c7baea2fcc4e7bb7c2942bbd93b147cf84d16eacb101ab5fe14fad74fc4110a" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/moment/dawn.json" +hash = "c1971855818166ea7ecd14bc19c0d00e2d3abd696ac6adb1c7f440c143771545" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/moment/dusk.json" +hash = "a94593088283063e6b3f9c9f673bc7132a7a3e3ccd1659bc05ec633a62bee352" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/moment/midday.json" +hash = "e8d668f32e748898d020173c3f8d74bae624632a88d8816cfbb3b15b1d6787c6" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/moment/middays.json" +hash = "840049475d8e763a345cb804ec55a377dcaf7b1b57c98000a537bb74cebd9ed7" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/moment/midnight.json" +hash = "f0944d4459aaf595f54cbb846099d963ca22a9ea694582b55bd8ab3bd48f773a" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/moment/night.json" +hash = "c72f4bedb2c35356771b6a6a49414748275f0878efd295213a8f26ce999cdd22" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/moment/sunrise.json" +hash = "f03d3fcddbd76079f37f1d7fe8336b366ed3b60d873d3d6197e6d9c5ffe1f2df" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/moment/sunswitch.json" +hash = "783f6512546b32679f0a9ff2f95bf819f8b75671c65644a35f5d06817f5936d5" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/period/afternoon.json" +hash = "3587ffb0067fb666de085b1a734d130734f82ad4cffe7c8eabc3cdfadb113022" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/period/aurora.json" +hash = "aa6b870b93fd0e1b618ff57dcd76ac32d7760f2df9f56c7cd8eb4584dc6737b6" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/period/dawn.json" +hash = "4bfe2b838c3f62dc83101c60590abe54e491b066203ee430e785303663233e25" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/period/dusk.json" +hash = "c00665705d21f600f62d266c0019f28a64b8eeb271a5aa987594ebad34401c32" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/period/morning.json" +hash = "175ee11f645eb587491783845a65274395220563b14ae13638eb4369cefa92e1" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/period/night.json" +hash = "cfee35f9783eec08412c977086980a8d18324e33b99dfd60b84b8a50722cd5e8" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/period/the_day.json" +hash = "eddd4d48d6651d76e53043a604673c7b20db79828550d70b7ddba12c5381078e" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/period/the_night.json" +hash = "46e3718b08ad7da983862430c2ac565626c6111dd49b62dd020ddfeffe2cef1f" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/recurrent/hours.json" +hash = "d30432d9470a8cf3d54938829ccc6e940900322e946506b95031aef64964e195" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/time/recurrent/quadran.json" +hash = "7f308acb4b1a6beffe97232c7165d77d916cc138749f967da8024aa5948facae" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/weather/rainy.json" +hash = "4b9654763dc03dbf11b93d6eb37cd823a998cede502bf656072784f608704c94" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/weather/sunny.json" +hash = "80133f99c66509b42595346e38a876295a1abbe0780efa7575c37f5758aa68b8" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/predicates/weather/thunder.json" +hash = "b936319be323f62c23260781e8b011b7905aeef7368acff710191c987ea9b5e2" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/tags/blocks/airs.json" +hash = "5fdf2962fae030b8719433d9489ebbfd16da49286500ffa6e5e8f2271d8131c8" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/tags/entity_types/no_health.json" +hash = "d828fded93d0aeecc4fa7c37463bd8893e53450dbf18cad681097d96bc31ef45" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/fktool/tags/entity_types/undead.json" +hash = "0ea179c80c2c8a1085987873ea157dbd37c1491e8a051768f08a9893959b84a0" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/minecraft/tags/functions/load.json" +hash = "fe44968f66b126508044de699a67263b8bd20be2619d771cd7561b31fea9f338" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/data/minecraft/tags/functions/tick.json" +hash = "19c5058584f41946a20b0c940601ad6583fa1ff44e846c3bc9cae96810858271" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/pack.mcmeta" +hash = "1f2a74cddc3ebb8051d49c5529f09ecb1f6c3ba81fe48d3f2895ceee7111ef1f" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/pack.png" +hash = "f39aaf4eb65b531ca5b2e51a9909cda164ff4204a83eed51bb26896ad6f4b3f2" + +[[files]] +file = "global_packs/required_data/OceanBreaths_FREE/patreons.txt" +hash = "48c8a9589ef276f6b8105fef80c6808ce35a211d15796b27c77d16bbd5faf037" + +[[files]] +file = "global_packs/required_data/PokeSizes-1.1.1/data/cobblemon/global_species_features/size.json" +hash = "2d214066d873378086e7de60934041bf7bef0ab1fb7e0daf7215bba4c360cfe7" + +[[files]] +file = "global_packs/required_data/PokeSizes-1.1.1/data/minecraft/tags/functions/load.json" +hash = "c95307f9e823a4b588920b1ca655a95f18142b00f71eca1d9b3476b21e07c51d" + +[[files]] +file = "global_packs/required_data/PokeSizes-1.1.1/data/pokesizes/functions/load.mcfunction" +hash = "3668b320a2d3511fff062bf8a1fa26d166c018d7adc04a0820eb3d0be2c06dcb" + +[[files]] +file = "global_packs/required_data/PokeSizes-1.1.1/data/pokesizes/functions/loop2t.mcfunction" +hash = "c37c6fce196ab03a0b022156256c40759e2624bf371932f5fa78a39cccf1261d" + +[[files]] +file = "global_packs/required_data/PokeSizes-1.1.1/data/pokesizes/functions/scale_giant.mcfunction" +hash = "4366c028b5154f4795dab94d08c6612a2ac2f02451170ddd59bc72aeb1d2288a" + +[[files]] +file = "global_packs/required_data/PokeSizes-1.1.1/data/pokesizes/functions/scale_large.mcfunction" +hash = "9575a7a169b33e77165dbaef34e8d6e0f30b8ed211427d898b80c3b5410ac5e5" + +[[files]] +file = "global_packs/required_data/PokeSizes-1.1.1/data/pokesizes/functions/scale_small.mcfunction" +hash = "4572e0748d0dc3010ba988e93599222ca757a94b78be485a9846be031292db09" + +[[files]] +file = "global_packs/required_data/PokeSizes-1.1.1/data/pokesizes/functions/scale_tiny.mcfunction" +hash = "b6af90fb3871561d475eb3b219b6e540a6e216b9adc07e8791b86456fafb4f53" + +[[files]] +file = "global_packs/required_data/PokeSizes-1.1.1/data/pokesizes/functions/sizescale.mcfunction" +hash = "3cbb8058dab7745144ad906603e19b8e3b663b74fc9d985716e15a00b5a09893" + +[[files]] +file = "global_packs/required_data/PokeSizes-1.1.1/pack.mcmeta" +hash = "14b1f733dfd908afc0ac0c1f23defb538ba1882420bce06ad9fe41262dbd9b6f" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/assets/minecraft/models/item/barrier.json" +hash = "0453657aff33b70a1fbff9030ec0d862182e44f11cbba64880c645fddeb09d5c" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/assets/pokemonfishing/models/hidden.json" +hash = "36d1a4e1a46f020ce7f383a5121ab6c87ddce07e234bd2e7c16db6c10c0b06c2" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/minecraft/loot_tables/gameplay/fishing.json" +hash = "0423a9c5e520a753b6c8ead0e1f1bc2ef9d9cdb5193ad1f8ad96f42ef6b00552" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/minecraft/tags/functions/load.json" +hash = "b63af4eb01b7a006b3e8649687859bbc553c808a313be3c4e7a7657e89aad1dd" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/advancements/catch_pokemon.json" +hash = "603d4a161d1011d9f3b763f4a0ca0b8581ee566eb784acc0988fb0a884a6ee5d" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/advancements/on_join.json" +hash = "63805b19ab9c61ba4dcef75f9f0797300b0ec591c62c2c250c2bbdadec8ec6a1" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/catch/detect_catch.mcfunction" +hash = "88a0e4961238fc68cfb8f6c7e479e8856dd1b85d877fedcd1ed940d5425f574e" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/catch/execute_placeholder.mcfunction" +hash = "8ad2fbbfe767e5c603c5fdf630e66b92cd44d576580a1e78b94a6f3814225bb4" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/catch/find_pokemon.mcfunction" +hash = "9b90454ae18149231447414c939a7dcfd63654b59a7b57c8d56020268188a969" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/catch/init_iterate_catches.mcfunction" +hash = "33901c8d9b5757d5862de0059e6a7fe544135c0de15f0fc8512638d63ed24552" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/catch/init_pokemon.mcfunction" +hash = "589a6256da36b94b2f71a9693dfda859256ab81bd4f6cf773b91e943c40f4699" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/catch/iterate_catches.mcfunction" +hash = "17bc68e176cff6166b4c7b84c33d5e6e8e28d0c2433a925076e1ee2debae2cd4" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/debug/message/broadcast_error.mcfunction" +hash = "b406ef384d4c1985820271618d4a985e65c6d0d6efbb7f423aad46c339d29daf" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/debug/message/create_error_code.mcfunction" +hash = "d6df6f008d7c561bbce897712ff16f4f51aa0a52a76bee23d2b61db8aafcc759" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/debug/reload_on_error.mcfunction" +hash = "3ca1fa28ce0f07152b5a65553d66c74758a3af15407ffc4b7fc052a74624038b" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/debug/resolve_placeholders/check_placeholders.mcfunction" +hash = "98ace30a83b9426946d950c6a35add9d7eb22ca90405d28492335ff39dde6924" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/debug/resolve_placeholders/find_placeholders.mcfunction" +hash = "1d029e718ca9d5d053e6c9850366e1b94beb9923996ba1c16df9af81b382109b" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/debug/resolve_placeholders/found_placeholder.mcfunction" +hash = "69dd7a197e41664bb77140163acc952ca2ea605aa64e4669cef36861857ca7b8" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/debug/resolve_placeholders/init_placeholder_iteration.mcfunction" +hash = "92238be17482a29e7cf6d4f4ac12d083e56523c5a601fa15ad503ffedcd1619d" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/debug/server_bug/detect_fabric_server_bug.mcfunction" +hash = "8d16777e6e51db74d712937fd7edae691922db86fa0b6f80125ca92f13123908" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/debug/server_bug/warn_fabric_server_bug.mcfunction" +hash = "9472052c239144dce5b898d4ad7e55cf2e708438c97bd0cc69126df1e819b4f4" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/loop/every_10_ticks.mcfunction" +hash = "6cc1a4ddf5e781d2cda1c9b9f3140b2cc6e4abb20acbfaeea518a1661c57fc20" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/on_event/on_catch.mcfunction" +hash = "2693dd345ca9c60bd7af57e19b8030f3775f272b7b8ef3fa3789e98e85487961" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/on_event/on_join.mcfunction" +hash = "b810bb1efd87c17ede29ff316767058f1a303ad896c8d8c3a639eebde79a4c37" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/on_event/on_load.mcfunction" +hash = "a4ba61d6de97c9bf4e5c3d1d46433649a22df5368bf621c8302c08e104bbcad6" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/options/toggle_reload_on_error.mcfunction" +hash = "28fb68f577286d4a976f8b55b6fa5125bc837d1ab8b33bc647d827fd895aac21" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon.mcfunction" +hash = "090b695cbcca3b0b84f8db2a7e1f86c9310f5244d102b8789cae13897fc2294d" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/116_horsea.mcfunction" +hash = "578d2d4698dbf671a45cd7163f5c915d2ca53ce8b4a8bde38dcb2bb3e0655383" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/117_seadra.mcfunction" +hash = "a0cb0df9b9dc4948700995eedf60bce65eba659ba3b01f1d3a75d4c9312273cb" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/118_goldeen.mcfunction" +hash = "e810143776ed8bdb0daf66b5b1b616fe363ab452afd37f1b6df5ed3165ab4673" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/119_seaking.mcfunction" +hash = "bc8bdf7ae9cf59094ee6b344bf56265c3db1ec40d70ea9e4f1d19bc37ccf5474" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/120_staryu.mcfunction" +hash = "bf7384e58f106f10e0328b5d106403e92464c69d4f507c5a4861f009f92b9d53" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/129_magikarp.mcfunction" +hash = "024e5140faaf5dc96468d2d2d799a76a6af2267a6407e50cb04ca8047e0b3355" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/130_gyarados.mcfunction" +hash = "c74a08cfe7b728c0db31deae6fd27a76d6b6732a1b9282f32743265f0e4565b4" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/147_dratini.mcfunction" +hash = "b56fa72895f0f52b45032863f716304eafec358360e00f22348d21213cd245bd" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/148_dragonair.mcfunction" +hash = "e7117999c09a08378c88873d67e01b7f19eebb4ddbec041e155a57d509f195c3" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/258_mudkip.mcfunction" +hash = "154f267b284222106e43096b48d14a198ece9929e0a98181537b0f1b3ffe3439" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/270_lotad.mcfunction" +hash = "47a8e3f68fc3c21bd9d12f5d29d8abb9726f39e95c6e7532a37451f76cc3f141" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/271_lombre.mcfunction" +hash = "819076802b4197e3f1569190b8fd1ee1d24ffed81bfbfa5f55c40a82f9afcaf9" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/318_carvanha.mcfunction" +hash = "eaa47fde37497ff56f5fc3964f4aecda6783204905cdac597bba41f45717b796" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/319_sharpedo.mcfunction" +hash = "0f19a98c184d9b0340674bf895add68759eaf06ceb5e66f191e71c0651a1da8f" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/320_wailmer.mcfunction" +hash = "aee2efe64fca3ac072e7f8d4c4c69dd27d24762ea5d28e6b6769b3422ea9eea9" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/321_wailord.mcfunction" +hash = "011b6ebf8a2018b2c003b7f71a3246060364f090eb36da439eaf13a6f630eb71" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/370_luvdisc.mcfunction" +hash = "99a09a8756973f997e3442e2790ae0667b42d01d7ffb7aba32fe31cce246728b" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/393_piplup.mcfunction" +hash = "018e9d5525584872537bec24c034771cfd17d04ebfc929bc93e263bcea4a4101" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/501_oshawott.mcfunction" +hash = "98295e137a8207c79541f01c6ffb7e6f6341fc47773f883e7297ec0dcde58744" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/54_psyduck.mcfunction" +hash = "fc100935fe317dd42329fb6e7ffaec9e7fb21c1fb8ae15cb90b0b8519c85d239" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/550_basculin_blue_stripe.mcfunction" +hash = "076f6c5b196cfd2e07a041089782138165d977a1166726c24f023c6006f3165d" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/550_basculin_red_stripe.mcfunction" +hash = "cd14fe82dc2cdb2647d02d23b510c1851824b43b210d52f910d61dbc8356e66e" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/55_golduck.mcfunction" +hash = "d464a5c5014a1cb717211576d4387264aae0e0723245af8039435b1f69c1adcd" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/60_poliwag.mcfunction" +hash = "020f8b2741675e28d0623b00b9bc352ee40f8c601b7f84f775726dbca2b498e8" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/61_poliwhirl.mcfunction" +hash = "d03920df26109ea6aa33e15009ee59a1f40deecc9021954b695e52b85b2cd77b" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/656_froakie.mcfunction" +hash = "49317bb27e3ddfeec263f0b1e52133cb83e6d269b1476961b48e1b6dd3355d00" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/728_popplio.mcfunction" +hash = "fa89c3b45eeb7c44b8d4e39530ce3f9bac14efaf49877b1df31d05e822508ad8" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/72_tentacool.mcfunction" +hash = "6f0d3a9db5c736a678d603ea4ccba9dc10c0fee01caf87d35127ca5a01035b6e" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/73_tentacruel.mcfunction" +hash = "7f7130697df955b1b75545cdbc205fccfb1a3ad691d73ac691a34969559e2596" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/781_dhelmise.mcfunction" +hash = "30f0b56a08bbc939f5887d0c57242389522ce211c61f0a51ce70a0b3c0512ba2" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/7_squirtle.mcfunction" +hash = "c966aebc2987380a204aea15fcf7702576b65c3c5ca3bfc49ebebccdeb2a5d46" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/816_sobble.mcfunction" +hash = "1d07822d371f9ac60a69517acfc9d4b913ca936a32fdb99c3b2f44e92d080f8d" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/90_shellder.mcfunction" +hash = "b3c79fdc459d2cdfc3eaf9245271eab627fc76adba1fe211e6637b130e9dbdab" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/98_krabby.mcfunction" +hash = "6ea3dfd78dc8b1b539616461a5675a6eb4bcf77c31befc6c9308b2c81a4ccd2c" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon/99_kingler.mcfunction" +hash = "dec92b61e0c3cf8bb5a454c843e3b07f10bd3f1e27c68a4b73b1049d57314c98" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny.mcfunction" +hash = "68d7894c8686a7747fcc1f905dc8e4a243c6437d7197eddd48eef7f9c328916c" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/116_horsea.mcfunction" +hash = "38e9913fcf4150f92d2bb20a97e838269a131c1381720d16a8397d38b47d2816" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/117_seadra.mcfunction" +hash = "1876b231c308bf620b6c786a3d4f0a48d66e4bedc47fadff563e198be475dacb" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/118_goldeen.mcfunction" +hash = "23f565bc9a8748b6b17b18d99d44ead712035077d5fb51ba59a1eab2b1dd453e" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/119_seaking.mcfunction" +hash = "c51d9ee64447c42d6429ba6c7a145f03c05bdf4baa264a2dd928478879a12495" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/120_staryu.mcfunction" +hash = "440e95025dbe48e8f6e47f224c3469bf98407b5ebfba50f4720fe2ea6362d8c9" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/129_magikarp.mcfunction" +hash = "c491be647e6113a6834015b00aa95c8f66c67ba844d703db7208430469042343" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/130_gyarados.mcfunction" +hash = "b253a05de10b4458f33192655498b8aa54da87774b9d20164af0250c5bafc952" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/147_dratini.mcfunction" +hash = "2e6f7ce11b09b53380acda6450e754a6e583e5333e0c018d2439f4291da1f34e" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/148_dragonair.mcfunction" +hash = "0d1d838a3ab350bd3a2d15c33f4d00db5ad053160493a57fa5d5034b62454f43" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/258_mudkip.mcfunction" +hash = "82284bb53d909ac980e1994583594655bc808677da25b75bc7aa514a2eaa1eab" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/270_lotad.mcfunction" +hash = "8a0930c09e72a168f0a263262549e4c3a568392b502243e3d0b0448b6430efc9" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/271_lombre.mcfunction" +hash = "a01a0307dd60f6a1c9667c9ba2154595f6b9dcc0ae41888abadba6be949e73d8" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/318_carvanha.mcfunction" +hash = "b91be94d758dcd832d8f05ad6cf5ae0473010fc6ee6752724d7640a7c29a60d6" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/319_sharpedo.mcfunction" +hash = "81802320e294a787f776425d82b227ec458d2ad23ef3aef3c5dccebe7dc0ba77" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/320_wailmer.mcfunction" +hash = "55e8f8949cdb09ecafb0c94c92b7dfae2832a768e7c82c3281b4773a636d66a9" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/321_wailord.mcfunction" +hash = "1e3e5e4652b4e9606e0dacd9f53d35fd6ec6898e4f732e1e0d367ac03235bce3" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/370_luvdisc.mcfunction" +hash = "bf6012afa40d3e99666ed04792305af44b3d16f21aab21553029f234068875ee" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/393_piplup.mcfunction" +hash = "27889735b4a755b5142e04b78a4312fe8d751c38e70d220f49c70499b460af7e" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/501_oshawott.mcfunction" +hash = "2f687d726971ba04f31e8fdb08e0277c696f51903fc3921165eec8161062f9ea" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/54_psyduck.mcfunction" +hash = "45e2c5f2d28b31dc0f14ea95e6f1a0c5b11583b8a8b7dc32a222e9c077812401" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/550_basculin_blue_stripe.mcfunction" +hash = "aca6ddccab59a7748900dccadcbb28a2eee26dea0eca3819d0153edb86f346a9" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/550_basculin_red_stripe.mcfunction" +hash = "8d1131241c6d5600f7e2a0eb834a96bf6eb9c8174de4d3fa58b2b6feeea175cf" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/55_golduck.mcfunction" +hash = "33b92b059563b08c7377a8c40fd592503ac0751877888617c636b1a71644a02b" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/60_poliwag.mcfunction" +hash = "dfabbe10f2a3ff4950f6d8db7f9203153339b983b68f5b8d2076a98d8c7901c7" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/61_poliwhirl.mcfunction" +hash = "4bd0d03f893cdc17ebe9fba188a7fdfc353416568ea70bff1b416fde888c542d" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/656_froakie.mcfunction" +hash = "13fadd9b56bc2cc6691b05aba5fbee480bcb1e9f8f75c42259aed369bf249301" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/728_popplio.mcfunction" +hash = "4fa90d4a18774cffcc813429d3d72d949e7f1fb21bca9b6adf3b149a819ac736" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/72_tentacool.mcfunction" +hash = "2fd9b0e9b1a2fab24432d96d43b144586a1c1be3b25e26c5b2826fd24079be66" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/73_tentacruel.mcfunction" +hash = "937a836d62376f094c6a9079e2ce1682725fd56f2e1fda3217b2a4be056fff07" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/781_dhelmise.mcfunction" +hash = "ff6f9d16ff87a4e765a9ae8f511f08b9cb1ee36203062932eb7a14c844478a33" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/7_squirtle.mcfunction" +hash = "975f754fc7ed5b204e0c7457d1f37bce028dfd591f43fa0d901388d5c7bb4841" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/816_sobble.mcfunction" +hash = "f11e356e73bd8eb2f1bef6d9c4d1e9d767c3485e167a710ad2368d46734a75d0" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/90_shellder.mcfunction" +hash = "fa419c161ce4ef8aa364262957015de89c93f1e0fb59d8431f1d7cfa215d1df4" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/98_krabby.mcfunction" +hash = "17fa7514f8f7e72b92803a2172e0421fa385b53314ec407781fbb1440ee3796b" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/spawn_pokemon/pokemon_shiny/99_kingler.mcfunction" +hash = "238a85b4b0ff06a0f1ddc396f0ca13dfb736cabfd2808e28053009652e62f34d" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/utility/feedback/hide_feedback.mcfunction" +hash = "180a40883903f6a0f622b6ae746d281a1ee4289cf8e63bf89528ac0ce36e3a7b" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/utility/feedback/show_feedback.mcfunction" +hash = "900a876633ee1bc19621dac1d8b5532eb0d19e4c23633920e12bf9c821e4928f" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/utility/rng/rng.mcfunction" +hash = "ba2f3ffbd47495ec91402f031e7714317ba9a3b880ffd291ba21b456b9a0f384" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/functions/utility/rng/rng_init.mcfunction" +hash = "c82745db9f59c5b6a0573ec57b23a86ae922387f6d4a52ac10fcdb46440ddb49" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/junk.json" +hash = "70b5985e2ef77d91f2f659c26fbc2675468684e83ff335e849979af333cc1cec" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon.json" +hash = "9f097a384647bd2227b135c588b3a7ef23f81f6a98aa84e734239edb92dac095" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/116_horsea.json" +hash = "78d451b32233072baebf357a7cdaa041c17e6e0e7bd1b58c80e21a5ffa566c33" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/117_seadra.json" +hash = "ae528dbbb174d534359256b39f927b68e711a11c4fd8f6c6ef4007dea8955b41" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/118_goldeen.json" +hash = "97fb2683d6c77988081f6f87e81ea38c131e3a646b4a02e698645491938fe557" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/119_seaking.json" +hash = "f871b62048ba5a459f41fb4b8e093546eb497b96e1da6660da292d128ed0a8f4" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/120_staryu.json" +hash = "daa632eefa2201eeecdfd6cc86d8203924f21480652f1fa08cf8ba4dcea11bf2" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/129_magikarp.json" +hash = "abf1982cc7579fbcf55f4a5cb148af52507c0e966f15ae4c1ff1f8b415eafc75" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/130_gyarados.json" +hash = "f2192206d72de46edfb88ea3e2176965d2decf46b67fee567007c5fb0b9883dd" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/147_dratini.json" +hash = "a84b4d58e4036d339cb2555f041937fd1a2685622a4f6cf003aa73958e5b112f" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/148_dragonair.json" +hash = "65a4f95969af873d425e79f0f6cfe209b45a562b465b7c6ccb281b884a7c4747" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/258_mudkip.json" +hash = "35e28d5529bb1dfdf5eef202310e916a5d074bb818c5f5f822f54121a11939db" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/270_lotad.json" +hash = "8a25c2771945933482f23d992473c52228ea3fb9177720b002c50013b1f654d2" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/271_lombre.json" +hash = "0cfbfaa8615235022a59d5964f3326ec70d3accbb8dd60f9a609adebf55d1366" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/318_carvanha.json" +hash = "26faccbddf1d52a13c7a01855ef0205d5c8208bc41a850978415e850738a2b31" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/319_sharpedo.json" +hash = "ba22368ae2a8352ca867923740bbfd7104be8c74cf2df9b18e6e50f0195e7bc1" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/320_wailmer.json" +hash = "1a71dbc29a6df78bc511462f3ffbc5fcafd701bb54a00dd5f63ca8ff1a1495f2" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/321_wailord.json" +hash = "f41d68e484fc2f518900a6e324d99b3bd912912e60b2674c7eb7bf5ebf667bf6" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/370_luvdisc.json" +hash = "653c9890366c957d66c04e766f3ee8034c2bc19aca1be353f88695d441d975b8" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/393_piplup.json" +hash = "c7de24055480effaddb9aa7bac9971a758e76fa388aa18944f7afdeaf16ea55d" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/501_oshawott.json" +hash = "852451673cde4a7a8c9a337144631dc2ef83bbe1eea6b6f39c13fd104a37a84d" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/54_psyduck.json" +hash = "a71682295d6e8bb3c3865db895f1672e874fbcb132b27a6946c6916b826c3d5b" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/550_basculin_blue_stripe.json" +hash = "4bb9bdf07906184d5e877b605fa2df0d4e4d08f5ba1c09715b20d86f4542ea8b" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/550_basculin_red_stripe.json" +hash = "b93c69071d3136f549ad3e0cec435bc461c11f90ba15ab4ce9b0e98552e59dfa" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/55_golduck.json" +hash = "b7f28687b1c6b42a54d89504c083b8bf0deffb634fd3990830e0608383be1046" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/60_poliwag.json" +hash = "0991b3366cd7d8512fe90fce1e7193b73ccf82c525d1f71e2d1ec0efd75be11b" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/61_poliwhirl.json" +hash = "fddb9fe587345794c99f3abb811a63d277d0a61abd7b21a66b7327ff21593542" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/656_froakie.json" +hash = "6ee73fd685da559d11205c42dd28065006aff9b74a157d59de19e1e4176536f6" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/728_popplio.json" +hash = "0f8ba03631232c14be8cd987efff4e822345523f526bf3311c0d915e4e21e1b9" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/72_tentacool.json" +hash = "a422687f8e9cf2f3a8df1cedb96683501e58a7e756d2b2c735ce7ebde44cbc8f" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/73_tentacruel.json" +hash = "d2dd97a2e352f8fc4d45ab25c6bb4fb8465538984582532b14fc89268546095c" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/781_dhelmise.json" +hash = "409b0000c409282bc3502e252e7d0226e68f095f98a4649c1e57d87b6fe8665c" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/7_squirtle.json" +hash = "48402848cffc57c4a84b6ccd364f0ebfea25e31752caf80e6004acf56e3f710b" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/816_sobble.json" +hash = "0cf1c664b195ea2e8e0991489fc7d6839f6aeadd67a566a957087857094557a1" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/90_shellder.json" +hash = "a4ebf4efb4a0ae8293edd78949b9d7a4df1763a0ca3b040a90e86ec6046d8886" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/98_krabby.json" +hash = "e347b199b60668606accff7167f15d8300b8da3415c80cc753e0935169d32608" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon/99_kingler.json" +hash = "53a0173de35be61a4971475005786acce4be817f5f61028fa01c3c0ade0061d0" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon_rarity/common.json" +hash = "5442030a4045510b85374c882fdeec7db7e97da327e6e597f0001acc59516031" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon_rarity/rare.json" +hash = "3fc562b3e10d358cb2d9892f7cab0d297ac19d97ceb3685924a1d65a548e9fcf" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon_rarity/ultra_rare.json" +hash = "afbeb86f8145b6474f16f37e8f314a3412af1ba78e657ac86e33a113d78c45f8" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon_rarity/uncommon.json" +hash = "b32369fbfce61eb89163131070397a484de671b7014bf00a88ef89cf830a255c" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/pokemon_rarity/very_common.json" +hash = "1cc29ea8caefabc5d1bc11b96e32be9f710c5db71935d3f262088d21de230030" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/treasure.json" +hash = "6d8d2ee7d1067d162f23cb5df346b8580f18fbcc08cea03902460ca38ad72fae" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/treasure/common.json" +hash = "2532da7ab19b7e9821ffc92f6752ff955f87e3172d917a2b77866c12e0aa4288" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/treasure/rare.json" +hash = "d6a46b8c6adb8db1b5155a9af84f1f1010ecee30efac84175be406d4ff0296c5" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/loot_tables/gameplay/fishing/treasure/ultra_rare.json" +hash = "3cf297264a3d81aec26e580adb03eb85391de2024014436c3f2f2148ed8782fd" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/predicates/rng/50.json" +hash = "d50a8f0bc3313590b51fc4d887417ab52afbf286090459ac0f62c658cb33c1f8" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/tags/functions/reload_on_error.json" +hash = "95f86991139c773315a73e0ff59a5440b505686507d82ce5287e6148cfe00f4e" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/data/pokemonfishing/tags/functions/resolve_placeholders.json" +hash = "f05dac069a7a85f74f3de7100cbda72484caf1dc652293c523fac9cf307fe33c" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/pack.mcmeta" +hash = "349f4cdbc5cbb5bdbce17e891bdec4efbce95cba9b59ce861ae62b79ed8947f7" + +[[files]] +file = "global_packs/required_data/Pokémon Fishing v1.1.4 [1.20.1-v1.4+]/pack.png" +hash = "3c7e4fd3fba635fb3c8cb938e97c455974b09d461b43b8bd8741d3494b721a24" + +[[files]] +file = "global_packs/required_data/Star Academy/data/academy/structures/safari_spawn.nbt" +hash = "149df5d7aed8b375dcfaf994e52ccb92132cd942c8665d6cd5151179b98416ab" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/aqua.json" +hash = "4c6db344a2134ebb445f0bf524a3eeef802fad4a5cc1daf4cb9c4b6157573927" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/archer_chest.json" +hash = "cb7001de030210b3b4eaf94c2158dfa95f4635325c8cd2d879612c4f676802fc" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/archer_chest1.json" +hash = "1b6885682863c741a906bbe50624b35bef7cda79bf652fe68b2051104a69ef02" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/archer_chest2.json" +hash = "1b6885682863c741a906bbe50624b35bef7cda79bf652fe68b2051104a69ef02" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/armory.json" +hash = "74e6fa5074e0e1654783136137ca55875423b1732500429d43e3aad7eac09f7d" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/coal_storage.json" +hash = "49c61266bf966cee8e626230b8485ed05a77f03205486accfe87ce1d64fff0f2" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/construction.json" +hash = "49c61266bf966cee8e626230b8485ed05a77f03205486accfe87ce1d64fff0f2" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/copper_storage.json" +hash = "291ff4996ff1fd55449978bcd616468a8db5e0ba0eca215af5fd31436c03387c" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/crafting.json" +hash = "21aab18fd759e6070d201332d6ee9cf487933693e3d7c96f1fde13bf0449763d" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/food_storage.json" +hash = "21aab18fd759e6070d201332d6ee9cf487933693e3d7c96f1fde13bf0449763d" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/gold_storage.json" +hash = "2b28f400f5ee19a6c302ec59f969391af55066d8843a4cad4cab2fb93ebdb27f" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/ingredients.json" +hash = "a044b0b3d559a26f25ec61491205df43e9914edc0ce8604959f8b427a01eb283" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/iron_storage.json" +hash = "a9d44c5145fd2f34d99987da2e6c4e0a8d91b367f6fa6d6b370dfb1feedda893" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/library.json" +hash = "21aab18fd759e6070d201332d6ee9cf487933693e3d7c96f1fde13bf0449763d" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/mechanism_storage.json" +hash = "a044b0b3d559a26f25ec61491205df43e9914edc0ce8604959f8b427a01eb283" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/minerals.json" +hash = "a044b0b3d559a26f25ec61491205df43e9914edc0ce8604959f8b427a01eb283" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/nether.json" +hash = "b1b67883ecde116fd090afc13bf731819571ae2a72c7c5e59b13300b84d1a47e" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/potion_storage.json" +hash = "a044b0b3d559a26f25ec61491205df43e9914edc0ce8604959f8b427a01eb283" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/resources.json" +hash = "a9d44c5145fd2f34d99987da2e6c4e0a8d91b367f6fa6d6b370dfb1feedda893" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/slime.json" +hash = "a044b0b3d559a26f25ec61491205df43e9914edc0ce8604959f8b427a01eb283" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/stone_storage.json" +hash = "a044b0b3d559a26f25ec61491205df43e9914edc0ce8604959f8b427a01eb283" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/vegetation.json" +hash = "a044b0b3d559a26f25ec61491205df43e9914edc0ce8604959f8b427a01eb283" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/loot_tables/chests/wood_storage.json" +hash = "5139bbbc6d8dd7975e44882f85c676722a4ad5d006266e1b9b8409a1b3b458f2" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/structures/ancient_temple.nbt" +hash = "43595213aa98048d3ff6371f13eea59caf618204a1b186734ed776951e3723bc" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/structures/dark_tower.nbt" +hash = "59f05d6d393bf30e4ee91c6e11151cc9fe681bff4cf83e23c31e501db6b8cef2" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/structures/deepslate_keep.nbt" +hash = "365552846dcb494c228c05f08b3a4e8f96117616687bbd55fab451def1a6acfc" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/structures/desert_outpost.nbt" +hash = "3744337413cf1ac04d74203eab9d3656940fc9279918fc534906dcee650f4e5f" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/structures/dojo.nbt" +hash = "4ca821cf3bfcfa04a51550570256446cfab15472f3863d050f52c3ece0180c5e" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/structures/fortified_temple.nbt" +hash = "83e5192e21130f4d9f13aff6a76e009878f0a14f7957ee167e3ba5cab53ed56a" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/structures/gnome_hut.nbt" +hash = "e99e35df0bd3028dbac99223340ae6eac7e0b36f731df2ec2666535488e44862" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/structures/granite_fort.nbt" +hash = "fd649556416dae7b7402abdc27e8b74bbfdf929f9c7630202bfde9ff2ed9aae6" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/structures/haunted_ruin/haunted_ruin.nbt" +hash = "e792cda0913cd74642775ea75f78c4977a37c008086aa63c249af47b11bc3a8a" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/structures/haunted_ruin/haunted_ruin2.nbt" +hash = "73213b070e259cebc62605b6c27c1864a5e38fe78a83841f686ef4126904d985" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/structures/haunted_ruin/haunted_ruin3.nbt" +hash = "02ea84902fe7f06c78380007a68c5d82ddb0b5cd14fb2e4f10b23bb33a3f5a5f" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/structures/herobrine_stronghold.nbt" +hash = "6bd278d3b39b4cab83e61ae9403ed03a820348a2cb2da5dceee8a2db2d17ec43" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/structures/ice_tribe.nbt" +hash = "eb997983fa61957081d4ed886344570f677a8dfb04fcccf912f0259193823a52" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/structures/jungle_settlement.nbt" +hash = "a58c8fc0755a4b5cead805fee5d6ffb5fadaa166a4937f9c97fbda8091e50619" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/structures/lighthouse.nbt" +hash = "65e66b36c90e2ee077dd1b15ab8632011bce756fc1a897e929ad82e737adf0e3" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/structures/manor.nbt" +hash = "fb8c7b95ddb1d9ee853c872c1fa29bef588c3599063f556aa74f6f1e92126aa1" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/structures/marble_chateau.nbt" +hash = "959c6c2cc2c8035afbc41731b58d7f2fa81292aad6b6f137a135b67f5c195aef" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/structures/monastery_tower.nbt" +hash = "4d0a300b560ec38a737bda3d188ee6ca91f16c747be3b4d5153ab8bb8239e88d" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/structures/mosque.nbt" +hash = "a5c753cbfaa4992c8c406f0fcfc3b7bd2fbe85c37fe024dc9800a02f5d489eaf" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/structures/nomadic_camp.nbt" +hash = "190cc7a5936b400ad0cc2da66f0f3a8aee797f5cc76b97d7629e53fc4024b9a7" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/structures/old_fort.nbt" +hash = "a9ef7accfab8925dd9b051d9520e9b12d97c5e253992c0cf26ca9aee46652d07" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/structures/old_home.nbt" +hash = "ea242d417bab1b66cad93348f958afbcdbc09e6ed093072092eab77c4e30e7c1" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/structures/quarry.nbt" +hash = "505d368eb104a9a87e0b4713000287995e436e937e834b66aca7fa394b5060c0" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/structures/rotten_log.nbt" +hash = "816c8b1a627c47e72a0f33d680c3d2a607f29bbf389a0d931477653af5a2689e" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/structures/rotting_temple.nbt" +hash = "968507b0501f786982439eb341e7e5ebdf8331e5944376ae9a488675c936b97d" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/structures/rotting_temple_underground.nbt" +hash = "968507b0501f786982439eb341e7e5ebdf8331e5944376ae9a488675c936b97d" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/structures/ruined_castle.nbt" +hash = "e0869defe41a4b0eaea2535031d2fb04b985f9cfb1bc024e3022cdbeca234c74" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/structures/sculk_deposit.nbt" +hash = "704cc8ff2bb750ef8fc4c4b07f162a97f24128d116b7eb12366874692852072f" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/structures/silverfish_nest.nbt" +hash = "7f024347e0a0792b8c3a8696a3d25aa33487a3d9ff62ffc8c2c322f4d22d6429" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/structures/sinking_temple.nbt" +hash = "3a8077eae58d34365d165f65317cfdb54f9b4ceaad8df7b9ece585ac181d7daf" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/structures/small_keep.nbt" +hash = "201b81a23c14860598a46bbcc1f8fbab675ba2db8a5bfa747314fc3c51edc081" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/structures/spider_nest.nbt" +hash = "4f8064b6d38bed308a9ae0c80991b83fd8d76ef9d90ebf3925cad8f5bc389b67" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/structures/stray_ruins.nbt" +hash = "dfbcf63a4b13281ada2405700461db912cb23c194fb7145662cde00de79daa0e" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/structures/tavern.nbt" +hash = "051ad488415f6a682d3edbf83acb440a182f358be3263394c700e707c6a598c1" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/structures/underground_monument.nbt" +hash = "5c7b80a6974c9dd30d315f43330772670423395101c43e793e5d01d868d100d4" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/structures/underwater_dungeon.nbt" +hash = "24530fae629a07032b1dfd1eeeb6b9ab9e3524f79c76a2a4fa1933466e9c6c2f" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/structures/villager_inn.nbt" +hash = "919a8ed700f5d3dd349fd000ea817da14170ab3b9fb36bd71d49b426fdf9c76e" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/structures/woodland_keep.nbt" +hash = "c6e861c3dab84ddb011a0cd1168199149ba658da83f84151890fab11d556e311" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/ancient_temple.json" +hash = "824bf8baa0d848004f3242278d672d5fe1363287bdc5f52c0285131169b13b6e" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/dark_tower.json" +hash = "359fe4de65c48f8ee18744fed05939f609b16d52bae17dbac3d644638e033ba7" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/deepslate_keep.json" +hash = "3b1b881434d9e3b297b74cec5c82f28ba075265819dc4437550d7b57174d834b" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/desert_outpost.json" +hash = "f93ccbb7c3ac149b9907c926fbc9b77bc7566ed1e1d7949b0013bca36dddaf4e" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/dojo.json" +hash = "f1f0a13b04ee79aafd4ef0712adba88c1926fd5e5345150a07c899a9c4f3849c" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/fortified_temple.json" +hash = "3fa9986e06a449d764d53f5253cbfff6fe24b24359d22672e44770a96faae367" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/gnome_hut.json" +hash = "8ee34207990577793ca2fce997253231bad753c38ce6e6a611af55c7fbd29959" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/granite_fort.json" +hash = "6a4bda78abf28f0c5d3e196632cee081e03809b3017740817ef80a8cd47b03fb" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/haunted_ruin.json" +hash = "1f20f30058d8fbea6535c3762f55a2736425736bfba546ce86db8423201d2ebd" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/herobrine_stronghold.json" +hash = "95bacd5aa9db0d9f06bd2236cc0e2d1456c45665b161aeb6c24c31ddc9f49739" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/ice_tribe.json" +hash = "53a9b43952b1003216e220df0050ce8c6eff714557168d6e6905016418c09533" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/jungle_settlement.json" +hash = "0211d0939614c91842bfe247bf3bca499c6726efb7f5738d8f2d437511821d1a" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/lighthouse.json" +hash = "66cf597f066877b6d91b5bd044f5961d08e0e43ebc5cc27399d6d539c16e14c1" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/manor.json" +hash = "f7477587b070dd6e8abfe8f69bafb1eca17246ddbd63dad14123be744ceefed0" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/marble_chateau.json" +hash = "57b4b018a630bb3e9f095177abe68ab253922909df1c24290e465b0c3b30c53c" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/monastery_tower.json" +hash = "207266e794791e41cb219c8c2b19a9d9456f4e0dcf660d0ea861dae6960993a8" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/mosque.json" +hash = "99eecedcc5cef1ef9ff16cb38f165c3bd1cf53840f8526780cfa7924614ba35c" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/nomadic_camp.json" +hash = "ebb9aa7b17cccbee9ff9735de2f3d0afaed457ae790e17e43c757d068fd47bff" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/old_fort.json" +hash = "c6534d36e62a66b115d5b00932ddc4da29155c624b0b7ad6da70f8aac8fec615" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/old_home.json" +hash = "54a3a1a139147e338a756e99a2202d385a23b6bb0b0e19961a0288ab805cc26c" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/quarry.json" +hash = "6b6f8703f2d21b824ffd98f67f9ada5faa808d649cac04df8e18cc39f5dbbc84" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/rotten_log.json" +hash = "a1c024f9a55c3a2e55808ac04c0f95a51489b4adb4cf7b5e7ebab2283e2e4cab" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/rotting_temple.json" +hash = "e8708fc08d164b800618dfc3ada54d56ef21fd3f9eaa4df0f6c4df990266111e" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/rotting_temple_underground.json" +hash = "8ccbba66799188bb4db211271156727e32469cf87325ad7995eeab7e5c99f80b" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/ruined_castle.json" +hash = "93b53ef7c9d844258378df25624049147f74cbde396f135bf82a744c8403f472" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/sculk_deposit.json" +hash = "33dce4e4ab6307fd06d3a5f339a58cc0d3963065dfd3b3b85197e6cf80e303b3" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/silverfish_nest.json" +hash = "b2e9a71fe9889b3dd2cb7615386c6368e94a70f4bd4c1502782d9bfdb627c3f7" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/sinking_temple.json" +hash = "66cf597f066877b6d91b5bd044f5961d08e0e43ebc5cc27399d6d539c16e14c1" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/small_keep.json" +hash = "3286a4c55c75f6ab60d37553dafc98af06e583b2ae019b5cceb7b65262b1f4eb" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/spider_nest.json" +hash = "757d2d7c30ff9cd6146fddfa4549376824fd272ffaa6e1560173d483a7c3a5ec" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/stray_ruins.json" +hash = "0a11be2ef10674b62f15e55a593e4837c52fcac65a4524187b70dfef86d5b187" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/tavern.json" +hash = "c4c316b89fc32d7425118fbad62fe5fbb91582674eebbf07910adfefcebd143f" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/underground_monument.json" +hash = "9995859d3acf43275f1da8400657fa99cafdd1b4f2eadae881c464bc841de3dc" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/underwater_dungeon.json" +hash = "72d0cf9b00ea8754e3530c1040e968dcea6e7d4e7c6004b234d4c8aa0c5f453e" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/villager_inn.json" +hash = "c4c316b89fc32d7425118fbad62fe5fbb91582674eebbf07910adfefcebd143f" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/tags/worldgen/biome/woodland_keep.json" +hash = "bb07fc9813b954f923de8d8b1603a194138044840e6e65b9a2ae8ebbe57e9217" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/ancient_temple.json" +hash = "e04e7892f99416d4957baf50a96f11e5dee83ff69deb08a6c40dddfccc552df0" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/dark_tower.json" +hash = "e24bded5f6b717a2b0683577f76ffe0316d2765af6e661cc1b92a01160c7cb68" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/deepslate_keep.json" +hash = "4ee0ef360c3d7ef75239b02131e889361e20b6212e07a7796dc28ab7e15917a1" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/desert_outpost.json" +hash = "d86548293f565ac243c0dcc97191cf5d0279d0128aaa9b2ea46ab580bac78496" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/dojo.json" +hash = "413a22e4fe8e285a345199361ac15d55f71d2caadf6abc609aa2de5272f052a5" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/fortified_temple.json" +hash = "e326e29faebcd70ac0d22eaca66b6f05e60ac696a72106fd928e8e846f81f267" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/gnome_hut.json" +hash = "6c64be1327d3b105aaaaf59a9b6b91ac87710dcc68e71fdb6bcfbbf2643c8af1" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/granite_fort.json" +hash = "9fcd1444ddc29ae0d6ffef336abed3a00c312bd315e31a8167e295da55a74ec0" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/haunted_ruin.json" +hash = "1c3454c90574d1fe04ba65984801fb5c4d173f2d6599c89838aeabb5dc90f243" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/herobrine_stronghold.json" +hash = "5d8a98afb6e47bebd8f8a1c612574ac090a14826a19c3eab4b6fe0b1fca0a620" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/ice_tribe.json" +hash = "7a10575a7e5e9e8dd311ec3fe0192f9979134bdbffe3f296fb679169aa21c9fa" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/jungle_settlement.json" +hash = "6eeb7e15de365e1feb99093d06833de69a9addaf845db939c153c0890aa83aaa" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/lighthouse.json" +hash = "220468ed9ac82bdf617e8ecd84c179bc7305ca4a51cd731cb9232a160c549b92" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/manor.json" +hash = "8dc49fddc43358ec4f51059149fea44fdab0e333c45073726c71f32d9c344c0b" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/marble_chateau.json" +hash = "3f0ae19be6ec38ae3f71b37463c5f2dc396fadb85363c97ec2427ae28aba777d" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/monastery_tower.json" +hash = "e53cadb93375765c96537573518b3720059b363cc0fc64b1dd634d846a821622" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/mosque.json" +hash = "4e7d0ee69b185ad6cbd14f3ac4a1c08ebfa7194a3bb8becffbb42b989d9c85fd" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/nomadic_camp.json" +hash = "a1c7c20309a9fbeba30f5926d4a6545d817dd24f73bd521d3de71acc95258dc3" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/old_fort.json" +hash = "6008daf6bc9d28681791fbf26a68039fff2b8991567312205feb7b889e5aa2d0" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/old_home.json" +hash = "8f1b8f4925c23b87fa508d226ae45978306cc0c1104b3e38829f1c5b1f5baa39" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/quarry.json" +hash = "23e8a8596c79a149b72f01035398f6df11ce3da7d92cc608ed447007a6525ca3" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/rotten_log.json" +hash = "1d1e4966ca979cc338a63512ce27b29bb90e554fffef1c112a26db8a24b99874" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/rotting_temple.json" +hash = "f1f5d0c398357eaf0cace5403fcaf17eb2f05288f026fa31b3734b26397e8689" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/rotting_temple_underground.json" +hash = "db935481cba7c1e2b627b067d2ac976e70db9bb3a7e5b0005046edd857ef0aae" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/ruined_castle.json" +hash = "7c2b32a51c733d82b8decebe196a84df75583662eefa50d9f5e378b17205f2b9" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/sculk_deposit.json" +hash = "ced0d94345f46be9515d80e4b75f1a919db089c215475de53095dacf4d4aad81" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/silverfish_nest.json" +hash = "a6c3f0ab063b5c7d93a422fb12c2b5c4d3bb2f05c96f5ae542807b8b14293323" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/sinking_temple.json" +hash = "2d9a182f0c24736d0091a89fa51a55758763e4008f918e9d706e4e8b9fb555c2" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/small_keep.json" +hash = "735654f833f1ad0fce0a104b7e07936ef6794eaaaaf8f1faacf6e343ce226b2e" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/spider_nest.json" +hash = "1165fca3af095d8f18082a530672bc21e8669d6493d2d2a04d0695fc4d066579" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/stray_ruins.json" +hash = "052eda3fdea6234645b20910f415fcbe9fa494972ad6e1b966d3e22e95cf47d2" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/tavern.json" +hash = "9c62edcde5fbfb11e47a976f359cd0a201f7195b300c287de6796a085ae4b2db" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/underground_monument.json" +hash = "fb31a3c86761ea76671bfb5aae42f4ee6fd0f670ee8fc378818647290700ac4b" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/underwater_dungeon.json" +hash = "62fd992c386d50aa01c37945db21b95ea11b088372869ef2ae387628be38fa10" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/villager_inn.json" +hash = "4c4a415d34ede9ff966d09a85c7c1115464d116b6142cdbb1b564f734b289476" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure/woodland_keep.json" +hash = "775d8d27d26d25f0bb1297ff418fb2ded74a17ab2884c733a37b6dd6fcf3050f" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure_set/aboveground_large.json" +hash = "05b58e63feb7db96b737642991c284b84526797e6509c27a285481c898daee78" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure_set/aboveground_medium.json" +hash = "2681a9316453f7245fcdc411e6d07c601cdbd3637ebebd4e1ae5ef82cd33632e" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure_set/aboveground_small.json" +hash = "3eead7f69530291c99e6a42cda5ea8e6d228a4d4dabe6d9dd692b94ad28316e1" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure_set/gnome_hut.json" +hash = "12d3bf25df547329d28d32b7ab153a1ac8d34c5a24c5662dd1e61f95785b4da5" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure_set/underground_medium.json" +hash = "8f0f3c909c3db3b373ce95fc7c171f0c55c9d45e08835ac4abca21e2f792a922" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/structure_set/underground_small.json" +hash = "5e9d72bdcb968d424d872ae44d17f9a622bbc1b4505573bbb154433cec9df2d8" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/ancient_temple.json" +hash = "60a727d3c72e9c6ff65a1e3de280eec15af096c6c0467ff179bc52a695d47c20" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/dark_tower.json" +hash = "ad70536ecc3189befa1e12631b04d0255368916a89ace1dcbd6383abcc483ba0" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/deepslate_keep.json" +hash = "6e16cee93ae67de5dbc88142b8ffe6aa01323620c2c6babb2dc116ab9bc209a4" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/desert_outpost.json" +hash = "79b14c4ba9f81f477f1a1a4934ef3d6e6df7096fc1f15a6eecf26626017e3810" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/dojo.json" +hash = "95975bde245eeaf9eaa750f273dd813392a8c2b801b58883b5587b4974803d74" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/fortified_temple.json" +hash = "885511db832c3564b361da30bcd2a7297585acd49bcf95ec19553e256ae6c9c4" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/gnome_hut.json" +hash = "4bee147883825b1b7d6ac930675e383f285ecbdb40977b0dfe5e291a30ebc779" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/granite_fort.json" +hash = "d26cf87979f77f6be2a9e1c65e78da2fb451c7e1ec431e054e412db523f6da2f" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/haunted_ruin.json" +hash = "e58ae0f75c9ecad4e35d4bd01dbc2d0ac9d4d8c886f9c5513c05736ad1a3719b" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/herobrine_stronghold.json" +hash = "7a98f3bdd4e502a4abcc7262d8789b68864375d3eee18e0de6bc9c07bd7460d6" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/ice_tribe.json" +hash = "1c2a04374aa646acf753696cea93fe5af64e6ee1e5b72060a8c82c4cdeb5b1f9" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/jungle_settlement.json" +hash = "f04ed8b5890c4a206436bbdf0e6029a9a64a3d1f31226b657290331d29c06c12" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/lighthouse.json" +hash = "dd96719445f420b6b9f8a761d04bfb0789b456f3f1d8a0299025c81761b22b31" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/manor.json" +hash = "5ca8da1a35189ee8b4fbc713c3a3cc22a9852f1c6702ff9bf124b51f796d6db6" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/marble_chateau.json" +hash = "3d6127fa89fc14b116058b99a533987f032347e4713bf4741592d46d3af31ba6" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/monastery_tower.json" +hash = "f5211818a841ec7826e8ce9c91b4225565eaf98cbc1ec8694a7dbc40d8be4fd3" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/mosque.json" +hash = "3407f9a64cc601c3262bf2995948118f5a361c139a90cb4a1fca5f5a5f1bdbe0" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/nomadic_camp.json" +hash = "74186d7b10f78d5219b94d8e60f1509b1702bbc359a34bc2d36bceb97dd7e731" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/old_fort.json" +hash = "c5616b33e4fbf46fed032fc5a7f721d11aebf80c7ced606f0e6d7a959b359f4b" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/old_home.json" +hash = "5d0cb69a01dee12d218ac22d16a755d2d2dc82417af27ed5d5efdbb66274b813" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/quarry.json" +hash = "fe83d5b130de11de16a7333519d63cd33b12b0982a29afc254cedd9851113c15" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/rotten_log.json" +hash = "161eabc57f48f851cc5da5f6355968a34041fbe29bc253475159745e625ed489" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/rotting_temple.json" +hash = "48e7093f56364fdc7924057fe1d48439ad147da23c62c5c6f057a42568476b41" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/rotting_temple_underground.json" +hash = "83de65556c5fb9519e25b5a7468277ed2de4138a456bf53f18ec31a314f451ca" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/ruined_castle.json" +hash = "012c2196f073b0f78a535c70398a78d010087a9bc3f619b43e91a794f752ce1e" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/sculk_deposit.json" +hash = "5e01fbcc33080cced6d4891c0b912bb6d24bddd284b6618bf1c57fc6c5290955" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/silverfish_nest.json" +hash = "dcd01c25496f4a7860762700cc141c4dde26537b772d763b304b7d6e7e497ad4" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/sinking_temple.json" +hash = "55138717a5d03fb1af780d62b79f0085155cfad0c27c6c48105c1438eec7ab09" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/small_keep.json" +hash = "24aaba00e5dc770b7671861dc9a28f1d8596219f1189ed2d259b108d750373ff" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/spider_nest.json" +hash = "7e8f4659b372488f10cfadd6a4fda416fbaf94edc630be5e3efee255afeabd0b" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/stray_ruins.json" +hash = "2fd21b31b462a1a763223682ceefc0f73e5fcb426188ec46c6b372d5ffcafb57" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/tavern.json" +hash = "f669ceecc6e9489fa9bbd3c5644a9ea10afdb84749c9d9308fbb70d9c50dbf9e" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/underground_monument.json" +hash = "c8c626675bc51b276507af24ee62822f162290be0b61b7f26436211c6a86ca51" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/underwater_dungeon.json" +hash = "7f2aca9db591888a23cb3d9319bf4fdb957d046122c4dca4e60601e309365e7e" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/villager_inn.json" +hash = "9ead678e1beef86e563f04f73e2a5bfccf52fc1cdc4ae149a8734c5ffd538d59" + +[[files]] +file = "global_packs/required_data/Star Academy/data/ati_structures/worldgen/template_pool/woodland_keep.json" +hash = "9590f08d10ef7f7a64b7d5bd6df480b1b737b58dadc5724b1bfcfcb0f5b5fef8" + +[[files]] +file = "global_packs/required_data/Star Academy/data/betterdeserttemples/loot_tables/chests/food_storage.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/Star Academy/data/betterdeserttemples/loot_tables/chests/lab.json" +hash = "d41f1902a529f3ab211140bb630edc7bc98624bc9f1dae64e9de14ca3ea92ddd" + +[[files]] +file = "global_packs/required_data/Star Academy/data/betterdeserttemples/loot_tables/chests/library.json" +hash = "081d94ffdac0ae66303ede0ed83536f7779fe13e5735dc14e424fd0e6cdb44cc" + +[[files]] +file = "global_packs/required_data/Star Academy/data/betterdeserttemples/loot_tables/chests/pharaoh_hidden.json" +hash = "48adf10ba40e850b70f33d392c63fc9375b456f3c7037e59b4270b5a57351951" + +[[files]] +file = "global_packs/required_data/Star Academy/data/betterdeserttemples/loot_tables/chests/pot.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/Star Academy/data/betterdeserttemples/loot_tables/chests/statue.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/Star Academy/data/betterdeserttemples/loot_tables/chests/storage.json" +hash = "2940fa9f990e2a2e0349e57bae83e21ef9cd643f7204c7f420f0f04af45c9076" + +[[files]] +file = "global_packs/required_data/Star Academy/data/betterdeserttemples/loot_tables/chests/tomb.json" +hash = "d41f1902a529f3ab211140bb630edc7bc98624bc9f1dae64e9de14ca3ea92ddd" + +[[files]] +file = "global_packs/required_data/Star Academy/data/betterdeserttemples/loot_tables/chests/tomb_pharaoh.json" +hash = "49b630f8c48bffdc9b50f7865e77feb8a7fe358240b7c4b99a4551e4ae8c8793" + +[[files]] +file = "global_packs/required_data/Star Academy/data/betterdeserttemples/loot_tables/chests/wardrobe.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/Star Academy/data/betterfortresses/loot_tables/chests/beacon.json" +hash = "d3d0f7a129df07ff3ba4a6f54c65a2e32a85b32680e00ff1f026f9804e24f987" + +[[files]] +file = "global_packs/required_data/Star Academy/data/betterfortresses/loot_tables/chests/extra.json" +hash = "b1b67883ecde116fd090afc13bf731819571ae2a72c7c5e59b13300b84d1a47e" + +[[files]] +file = "global_packs/required_data/Star Academy/data/betterfortresses/loot_tables/chests/hall.json" +hash = "c7146d350e18398e8af1d7fe46c87b26d2e9380843f5a3b867d37e1df23f2957" + +[[files]] +file = "global_packs/required_data/Star Academy/data/betterfortresses/loot_tables/chests/keep.json" +hash = "2940fa9f990e2a2e0349e57bae83e21ef9cd643f7204c7f420f0f04af45c9076" + +[[files]] +file = "global_packs/required_data/Star Academy/data/betterfortresses/loot_tables/chests/obsidian.json" +hash = "c7146d350e18398e8af1d7fe46c87b26d2e9380843f5a3b867d37e1df23f2957" + +[[files]] +file = "global_packs/required_data/Star Academy/data/betterfortresses/loot_tables/chests/puzzle.json" +hash = "49b630f8c48bffdc9b50f7865e77feb8a7fe358240b7c4b99a4551e4ae8c8793" + +[[files]] +file = "global_packs/required_data/Star Academy/data/betterfortresses/loot_tables/chests/quarters.json" +hash = "c7146d350e18398e8af1d7fe46c87b26d2e9380843f5a3b867d37e1df23f2957" + +[[files]] +file = "global_packs/required_data/Star Academy/data/betterfortresses/loot_tables/chests/storage.json" +hash = "2940fa9f990e2a2e0349e57bae83e21ef9cd643f7204c7f420f0f04af45c9076" + +[[files]] +file = "global_packs/required_data/Star Academy/data/betterfortresses/loot_tables/chests/worship.json" +hash = "2e0f49926be1f78b40f8564815d0fb2653453f1905102ce677aaa4fb48824079" + +[[files]] +file = "global_packs/required_data/Star Academy/data/betterjungletemples/loot_tables/chests/campsite.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/Star Academy/data/betterjungletemples/loot_tables/chests/treasure.json" +hash = "2798283ce8868261e26aafbc09fa85952b74d3b9702e3922157d4116ed7f230e" + +[[files]] +file = "global_packs/required_data/Star Academy/data/betteroceanmonuments/loot_tables/chests/upper_side_chamber.json" +hash = "f3de86014afdea8f31a01951b64cf904614414509c99f041f813ea376cfd05db" + +[[files]] +file = "global_packs/required_data/Star Academy/data/betterstrongholds/loot_tables/chests/armoury.json" +hash = "b1b67883ecde116fd090afc13bf731819571ae2a72c7c5e59b13300b84d1a47e" + +[[files]] +file = "global_packs/required_data/Star Academy/data/betterstrongholds/loot_tables/chests/cmd_yung.json" +hash = "89d987f7133ea5f84daa0bc46825036d098d461dc46561389844774a4733e61f" + +[[files]] +file = "global_packs/required_data/Star Academy/data/betterstrongholds/loot_tables/chests/common.json" +hash = "2940fa9f990e2a2e0349e57bae83e21ef9cd643f7204c7f420f0f04af45c9076" + +[[files]] +file = "global_packs/required_data/Star Academy/data/betterstrongholds/loot_tables/chests/crypt.json" +hash = "b1b67883ecde116fd090afc13bf731819571ae2a72c7c5e59b13300b84d1a47e" + +[[files]] +file = "global_packs/required_data/Star Academy/data/betterstrongholds/loot_tables/chests/grand_library.json" +hash = "d41f1902a529f3ab211140bb630edc7bc98624bc9f1dae64e9de14ca3ea92ddd" + +[[files]] +file = "global_packs/required_data/Star Academy/data/betterstrongholds/loot_tables/chests/library_md.json" +hash = "d41f1902a529f3ab211140bb630edc7bc98624bc9f1dae64e9de14ca3ea92ddd" + +[[files]] +file = "global_packs/required_data/Star Academy/data/betterstrongholds/loot_tables/chests/mess.json" +hash = "d41f1902a529f3ab211140bb630edc7bc98624bc9f1dae64e9de14ca3ea92ddd" + +[[files]] +file = "global_packs/required_data/Star Academy/data/betterstrongholds/loot_tables/chests/prison_lg.json" +hash = "763b5ff9b367a65b7755d0d2c2f0246918bbf2ba34606bc237e943460d3e68b1" + +[[files]] +file = "global_packs/required_data/Star Academy/data/betterstrongholds/loot_tables/chests/trap.json" +hash = "49b630f8c48bffdc9b50f7865e77feb8a7fe358240b7c4b99a4551e4ae8c8793" + +[[files]] +file = "global_packs/required_data/Star Academy/data/betterstrongholds/loot_tables/chests/treasure.json" +hash = "2798283ce8868261e26aafbc09fa85952b74d3b9702e3922157d4116ed7f230e" + +[[files]] +file = "global_packs/required_data/Star Academy/data/betterwitchhuts/loot_tables/chests/hut_0.json" +hash = "5eae1dcd765afa38f725bbb0ac3792273d0bc98ebab486ab4004037bf247f739" + +[[files]] +file = "global_packs/required_data/Star Academy/data/biomeswevegone/loot_tables/chests/village/forgotten/armorer.json" +hash = "5eae1dcd765afa38f725bbb0ac3792273d0bc98ebab486ab4004037bf247f739" + +[[files]] +file = "global_packs/required_data/Star Academy/data/biomeswevegone/loot_tables/chests/village/forgotten/cartographer.json" +hash = "5eae1dcd765afa38f725bbb0ac3792273d0bc98ebab486ab4004037bf247f739" + +[[files]] +file = "global_packs/required_data/Star Academy/data/biomeswevegone/loot_tables/chests/village/forgotten/house.json" +hash = "5eae1dcd765afa38f725bbb0ac3792273d0bc98ebab486ab4004037bf247f739" + +[[files]] +file = "global_packs/required_data/Star Academy/data/biomeswevegone/loot_tables/chests/village/forgotten/temple.json" +hash = "5eae1dcd765afa38f725bbb0ac3792273d0bc98ebab486ab4004037bf247f739" + +[[files]] +file = "global_packs/required_data/Star Academy/data/biomeswevegone/loot_tables/chests/village/pumpkin_patch/house.json" +hash = "5eae1dcd765afa38f725bbb0ac3792273d0bc98ebab486ab4004037bf247f739" + +[[files]] +file = "global_packs/required_data/Star Academy/data/biomeswevegone/loot_tables/chests/village/red_rock/cleric.json" +hash = "5eae1dcd765afa38f725bbb0ac3792273d0bc98ebab486ab4004037bf247f739" + +[[files]] +file = "global_packs/required_data/Star Academy/data/biomeswevegone/loot_tables/chests/village/red_rock/house.json" +hash = "5eae1dcd765afa38f725bbb0ac3792273d0bc98ebab486ab4004037bf247f739" + +[[files]] +file = "global_packs/required_data/Star Academy/data/biomeswevegone/loot_tables/chests/village/red_rock/market.json" +hash = "5eae1dcd765afa38f725bbb0ac3792273d0bc98ebab486ab4004037bf247f739" + +[[files]] +file = "global_packs/required_data/Star Academy/data/biomeswevegone/loot_tables/chests/village/red_rock/mason.json" +hash = "5eae1dcd765afa38f725bbb0ac3792273d0bc98ebab486ab4004037bf247f739" + +[[files]] +file = "global_packs/required_data/Star Academy/data/biomeswevegone/loot_tables/chests/village/salem/animal_pen.json" +hash = "5eae1dcd765afa38f725bbb0ac3792273d0bc98ebab486ab4004037bf247f739" + +[[files]] +file = "global_packs/required_data/Star Academy/data/biomeswevegone/loot_tables/chests/village/salem/forager.json" +hash = "5eae1dcd765afa38f725bbb0ac3792273d0bc98ebab486ab4004037bf247f739" + +[[files]] +file = "global_packs/required_data/Star Academy/data/biomeswevegone/loot_tables/chests/village/salem/house.json" +hash = "5eae1dcd765afa38f725bbb0ac3792273d0bc98ebab486ab4004037bf247f739" + +[[files]] +file = "global_packs/required_data/Star Academy/data/biomeswevegone/loot_tables/chests/village/salem/temple.json" +hash = "5eae1dcd765afa38f725bbb0ac3792273d0bc98ebab486ab4004037bf247f739" + +[[files]] +file = "global_packs/required_data/Star Academy/data/biomeswevegone/loot_tables/chests/village/skyris/house.json" +hash = "5eae1dcd765afa38f725bbb0ac3792273d0bc98ebab486ab4004037bf247f739" + +[[files]] +file = "global_packs/required_data/Star Academy/data/biomeswevegone/loot_tables/chests/village/skyris/library.json" +hash = "5eae1dcd765afa38f725bbb0ac3792273d0bc98ebab486ab4004037bf247f739" + +[[files]] +file = "global_packs/required_data/Star Academy/data/cobblemon/fossils/hiddenability.json" +hash = "223d967d500d4cdb8185835c14808ff6c065f14a85788dbed9766575f4bee180" + +[[files]] +file = "global_packs/required_data/Star Academy/data/cobblemon/fossils/maxivs.json" +hash = "5eb36d5a35e9934eca0c1da0071f9c94c87cc697f3194c1467de77617174e6ce" + +[[files]] +file = "global_packs/required_data/Star Academy/data/cobblemon/fossils/shiny.json" +hash = "da408c29cb23a7b2115d37f11d4507fc7c738168f3b0944566cd736d422c19c5" + +[[files]] +file = "global_packs/required_data/Star Academy/data/cobblemon/spawn_pool_world/0025_pikachu.json" +hash = "e32c53db5c459a5aa9bfef864b83839bf68534aa5a1c04cc56bb2c0f9f16d1c2" + +[[files]] +file = "global_packs/required_data/Star Academy/data/cobblemon/spawn_pool_world/safari/cafe.json" +hash = "a1730ecca3faaf8e6849241965c5513e03cbb81678f021aea212c58301ebb726" + +[[files]] +file = "global_packs/required_data/Star Academy/data/cobblemon/spawn_pool_world/safari/common.json" +hash = "fc128e10c5b310034569d3ee7b0b9f3e858e6b5543f33464e07fe0a602dafb1b" + +[[files]] +file = "global_packs/required_data/Star Academy/data/cobblemon/spawn_pool_world/safari/enhanced_celestials.json" +hash = "2dde5e826e426c5c752eb3e0a19c91df29d6bdf9ca720bf1e0aa7a6db8738f98" + +[[files]] +file = "global_packs/required_data/Star Academy/data/cobblemon/spawn_pool_world/safari/rare.json" +hash = "f2307b8eae6628d8ab88845f6a00ba6e44f064847671e6da64d57e5904676163" + +[[files]] +file = "global_packs/required_data/Star Academy/data/cobblemon/spawn_pool_world/safari/ucommon.json" +hash = "a999d8b2bbd3eb176f078a5a91786b23dd4c0946c23154687f18cbbe1e6cfada" + +[[files]] +file = "global_packs/required_data/Star Academy/data/cobblemon/spawn_pool_world/safari/ultra_rare.json" +hash = "eb3d51570dfd37dd46732acbdbcda03518894882da5794654f0943b651acc69f" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/aaaa.json" +hash = "8064ce8f25305e9705116eebad40b5c80c0a2bd8d3997c01fb58896e9a2aa9fb" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/aware.json" +hash = "134204742642c2a45d950f552df570c1391be2ada023bd7c1e5cb0c270fd9503" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/bedge.json" +hash = "0e6ee090259cf41b6d45eed4a1cf5d7c5628a88b962e37685fb04ea928f2253c" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/beepotalk.json" +hash = "28d46b9edd9946bcd43e218b7b0a71cb23e295f69a24ed108c86f1b18d443b43" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/blahblah.json" +hash = "644fa4778f0d6318597dd30da7fbca7a5ba60228059a5b24cf5d6d7aeafb5cec" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/bop.json" +hash = "7d66c4f285fe0c84b5e218c850299128ef17c1a382711515c7d0e3f4724e36ed" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/catpats.json" +hash = "f42b5472d5ebb6b441d0cb59692eb78264ca3c0121d8f4a6c798f4e39e75ebc4" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/chatting.json" +hash = "0a7385bf82af681dcb35ffb19dc2b416cc64ad2d1a0823d0be97d2795a7aa18e" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/classic.json" +hash = "d39464a75186f717f89d94aac1ca7566fa531bb77d2540fb2e278558990f5447" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/clueless.json" +hash = "56f239f863603e33fe02e3cc7070c10a3e4e8e7da31dfa6e9a94862f8e22545a" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/cokeshakey.json" +hash = "c3c29df94f2b81402f33d6b4e8969380528242cb61ebbc856b20c9a4206cd0f0" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/dankhackermans.json" +hash = "c4308eea1d22f68cba0d34e12457f306807682e3dd22f62eb0c8d3b826ad6bac" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/danse.json" +hash = "f7a67b8ed610e710c4ebce8a06f32a2f64b3b3e8767821137db15ef71691cbf9" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/dinkdonk.json" +hash = "f03878be04f5192c931061d7c8d8b582810141247c267dbf8ff4589a9520e904" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/ez.json" +hash = "439a6d670bd5c199c0fde4d0a23c11f7ba6215fd65c777901ce1721007ed4864" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/farmm.json" +hash = "fe057c83d0399231027b338a9749b376e2fbbdb4ceb9729be7125e490fe3a3ef" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/feelsstrongman.json" +hash = "97b03c389927bd7dbab8da54f5d6a51220f022b4c93914f4c9143621f3dfc1bb" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/gigl.json" +hash = "0278b24c37aaccd98851e4ad9dd93d6ed220e799a14e5b061252cd3907af6644" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/hai.json" +hash = "02c7e719dd3ce6420d65e05a3da5ec4784ae16e67084057ee52ba5727aa5851f" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/happi.json" +hash = "5b716a340e147057b33610417c73ff49088dfbd58567053e35cb683cee5a21ba" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/happie.json" +hash = "ff4cbfa39f80bd39645132b162a2445e57d83b73060790a23c59eb7f7f78be38" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/hehe.json" +hash = "03ae75d3d8290561f8649446db06542844ecf5ec19c056cf13dd46b3ff65696e" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/heyge.json" +hash = "0f7d1e2d28d9878ce9bfff7d225350f9a140446e81fecd6114faf4e11d055ad1" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/hiii.json" +hash = "95b7899d80afd936f0428a3cbc4e8ba565858c4ae8b1e8879570860f4a2405cd" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/hmjj.json" +hash = "363c386b03b43832483b3a71ed29b048bbbd98f44dc539d93d4598be59e25012" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/hypers.json" +hash = "4f0752f485674342de18600ea28796ddc4b55752a97471744186416ca4a0b439" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/jamgie.json" +hash = "2a36e93e247d7f202d77bcdf6e8319aa52fe4998c66b55d06113071838ca2ae1" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/kekw.json" +hash = "a1a7836b35751d617a0d852b29b73b772bfb5991d9b20d0df83e46383982bc5f" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/kissahomie.json" +hash = "446b2e2798ace24048cde0e5a83c03989bc1e3c414b16f571df1db50d41eec10" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/kittypout.json" +hash = "e0cd9c4221a323cb118ae96449afa77ebb5a37b71a8ee65043ee6d34856b0a44" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/letsgo.json" +hash = "d585a7fef39dccdcf7b0b58d586dbc740ddae1bb9b5ec3e9328a744822cadced" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/meowdy.json" +hash = "9b6237bb95f573d9c5c614c5eaa4f949f7a949457054b7ba983190d3e8b2fcd9" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/mojjcheck.json" +hash = "99b9a6b592f9f4500b700e3b1668f1d9dc4bb2937fad050f5fc6bb6a221d3be6" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/no.json" +hash = "52f0de1989c4359e0a6e5207355f09a2159eb2c49f3b838767856342a54f4147" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/nod.json" +hash = "36fa0bdd087d520dee9dd58e1bbc3d899a39c02e0874d47ef99e72315128c14e" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/nodders.json" +hash = "20f2d61ae5a92d7961f6e40fbc7d5fc04b5f6a95229d697aadc57ae78218be7b" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/nolook.json" +hash = "1f95aaf7b4ed7f6422e7cd539466e0f2beaea6a8de4b3fcb2c05fd61e1713654" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/nopers.json" +hash = "d97071a2c6ea3c0fd4e5605926a2161a320e3da62a8d99af22139ef13c9770fd" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/noted.json" +hash = "3c56479ba0375eaeb7dd4f3e344089f7e3356fdd8b37c203de7941061bffa50a" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/nothanks.json" +hash = "b8e038b280e31c32005096847eb3ef1d6207c3cb21d2fff941de9fad93b360b8" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/o7.json" +hash = "8cb7bf00a3142de547f5433fcaa4c2352387782318d5bdcd096cde2e71404295" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/okay.json" +hash = "477bc88d0d4706ed2f5aefbdeefb4640b3e347d8a336e4435ee82a4b2dfa4508" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/omega.json" +hash = "d0f19d3d32a4c19e990ef01c92fbfdf0514131eee20c8e46638dd0b8b117ff42" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/peeposhy.json" +hash = "556280e8b18f320091dc80a20eea47e6f4e0e662692df86ba909de053f190be0" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/peepositgaming.json" +hash = "266cec90fbe0fba3c00ceb966c17642525bed831252928d63ceea8677c824e4e" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/peepowow.json" +hash = "f77275b68d741e51630da9f751772df5ccd4a4ae19b698ff093091b9df7010c9" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/pensivecowboy.json" +hash = "7c40a9ef18bc30f38d1c8d631c9cbe17798ccad7042dece14c7bf9ca6456d6ac" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/pepe_love.json" +hash = "ac0fb9248d132e2053d12c6b33efbc7c7613937b2c53531cb80b80e5eb23bd07" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/pepe_salute.json" +hash = "29ce364b124a98759f958e96b0e05d2a7853fa65a512570eb870e1ad10b584e3" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/pepe_toxic.json" +hash = "4eb2a41b36425d6a3bb1eb74835cf688fa4f66c8ecbb63e59b0c3707dcea41f7" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/pepehands.json" +hash = "47b4b745e56e0be79c97c6caf8b05da75c8f898aba3a9eb9434dff18873707ab" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/pepelaugh.json" +hash = "a1a81c630d6f30ef1acd87388e58d12326fb0837ab74dc7d8d8fe22da41b52da" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/pethtemods.json" +hash = "78a8f93338e25479d6d566d1161d61b55949ea65fc997b56f809109a007b92b7" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/pleads.json" +hash = "6a91674cd9fface5f6b25fac93e54a6587927c27e39e2efae65bd0f2247e3041" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/pls.json" +hash = "00c80d6b567081eb94495ca032aa9a972a407b2b2476ea05cd21187019636b33" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/plus_one.json" +hash = "6baf44b93fab038c5546648b9dfa2864acc1ffcd056ff631128b408824dd3673" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/popcat.json" +hash = "ebfe15827737dccdab57b577adcc84683f3f0b04644936334f71b022693380cc" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/prayge.json" +hash = "4217fd77ad9cbe4ce322443243c2edebcd6e5ff306a61811fd0297509c76e0f5" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/ragey.json" +hash = "9e7d6575ea372654351d6be7f00fb70f824a4b32154b9dc4b45202fcea4c7f7b" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/reallygun.json" +hash = "6c47ba584ebeb3cd1eedea59ef1b0549df712067a9118355373d453530f67c09" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/sadge.json" +hash = "06ba95965bdc76eadc54f7ae305eecd104e7d4e5352db0b97f6a8d43471c6c1c" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/sadgecry.json" +hash = "7fcdf95714be524853011a731188ef4314e430c454cde5162e234a520617343f" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/sadgeing.json" +hash = "f10328dc8e891e37d988ceb0ae6be7d1b6a5cc20688cb6fdedcfcc25f122a69d" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/shyjj.json" +hash = "3df864ea97373c106fbd42897ec86b44a357938246e9a21b29038dc7799a4e42" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/sitt.json" +hash = "a36d57b49c422d6dde71846f13488fee61e1bbc23299ef81bcd5b10952c1e8a9" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/socute.json" +hash = "05540a0a71d60ea17d721a019ca59541c309497f5937ac02bac8f03f55430244" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/suspicious.json" +hash = "b00f67cb9b5f4ae3db445cf2f6e3551b28953c573c9a9c24ba21b437635e929d" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/swooner.json" +hash = "d0897d3539fc6a2f8db6c190de0ee1aa0837fc1a8d021687990db8acfcde34e5" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/wahoo.json" +hash = "659ffe9f079f027823b83531ec7adc151e630890e6e51592c3787a1b478c84b1" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/waiting.json" +hash = "8da8e8ecf7cbad5ebebca50d0c0b2ab51dee46dd4730c5d619b948408d6f9434" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/whatt.json" +hash = "5cde135dde39628af41e85ac9a78dd4b643ce504189d62554f73a0e9fd4403b7" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/whoa.json" +hash = "586a84e80d2376e4227362b5513fc550271f9d43f9d13744b634dc5e2deda0ab" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/woo.json" +hash = "f390473f75107b57fa7f15706e34453b8053cb16c3c16c0d0c79039a0bcc5e33" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/yep.json" +hash = "0aa281776c01ea14a672d34adb70d1aa5843cec69165ff72e79c691fb1b05fc7" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/yesyes.json" +hash = "45f37441c6084a32d8c76b279ea4c4ffd0b3c4a968e0a8723da4d90637bbe87b" + +[[files]] +file = "global_packs/required_data/Star Academy/data/emojiful/recipes/yippie.json" +hash = "d8ca1478a0b3237d1fc092574589d1bcce4fe85ee0fceda6da1378f2623b6475" + +[[files]] +file = "global_packs/required_data/Star Academy/data/enhancedcelestials/append_loot_tables/minecraft/chests/abandoned_mineshaft.json" +hash = "7da97f8abaab460f3a0e536bfde099099143f7804f8f0185a4e1b32eee6a47eb" + +[[files]] +file = "global_packs/required_data/Star Academy/data/enhancedcelestials/append_loot_tables/minecraft/chests/buried_treasure.json" +hash = "e83c05a6d7ac1e9a6278ae5197c18475f64360e9be1b050efc2e0e09055f7d7f" + +[[files]] +file = "global_packs/required_data/Star Academy/data/enhancedcelestials/append_loot_tables/minecraft/chests/desert_pyramid.json" +hash = "23a2380257cd194e9de691c9fb7b46dc300f7a5203a80c0b283a26c2c60a6cd0" + +[[files]] +file = "global_packs/required_data/Star Academy/data/enhancedcelestials/append_loot_tables/minecraft/chests/igloo_chest.json" +hash = "581bf2f31e32c4b878f7afc5ce2b12db332d8db4753d48c7a565ac06031551c3" + +[[files]] +file = "global_packs/required_data/Star Academy/data/enhancedcelestials/append_loot_tables/minecraft/chests/jungle_temple.json" +hash = "5d11c9f7e33c4e143dd39399c147fa368fceeaf9865cdd54ec63801ae48b5f8b" + +[[files]] +file = "global_packs/required_data/Star Academy/data/enhancedcelestials/append_loot_tables/minecraft/chests/pillager_outpost.json" +hash = "ad48d0462f73beb3e53dcf1614bc45723674739a9282bc64f928fc675aa35ea4" + +[[files]] +file = "global_packs/required_data/Star Academy/data/enhancedcelestials/append_loot_tables/minecraft/chests/ruined_portal.json" +hash = "f4f063df0f6fd8617fbe53c6788efc5adb797c4ea8edc6d0e9e7bdae36ae47be" + +[[files]] +file = "global_packs/required_data/Star Academy/data/enhancedcelestials/append_loot_tables/minecraft/chests/shipwreck_supply.json" +hash = "8f72b2697adab78ea33af182475da1bc813d287d0133ddc00b89b316c0e6fa92" + +[[files]] +file = "global_packs/required_data/Star Academy/data/enhancedcelestials/append_loot_tables/minecraft/chests/shipwreck_treasure.json" +hash = "e1b4b15d017c658c64f6e582d2d2df623210861a988ddf7f9d4982c74bff904c" + +[[files]] +file = "global_packs/required_data/Star Academy/data/enhancedcelestials/append_loot_tables/minecraft/chests/simple_dungeon.json" +hash = "8403beb7951cc0b39c709ec856e0c0dc817acbc4f86c1cf68813e31e4b2a7f3d" + +[[files]] +file = "global_packs/required_data/Star Academy/data/enhancedcelestials/append_loot_tables/minecraft/chests/stronghold_corridor.json" +hash = "9e7d77fb6bc9a90feb0b2563b996831233b2bd5a3abaefa20838697d57fa2756" + +[[files]] +file = "global_packs/required_data/Star Academy/data/enhancedcelestials/append_loot_tables/minecraft/chests/stronghold_crossing.json" +hash = "423330590d144aca01d926277fdbdafff67d8ca826fae06b18e083ae2357e391" + +[[files]] +file = "global_packs/required_data/Star Academy/data/enhancedcelestials/append_loot_tables/minecraft/chests/stronghold_library.json" +hash = "8b27128926c534aba3f91187ace411f4d5b29b91a0faf2a77395d944e3ee1e0b" + +[[files]] +file = "global_packs/required_data/Star Academy/data/enhancedcelestials/append_loot_tables/minecraft/chests/underwater_ruin_big.json" +hash = "450ced167603668744a2c74b3b6f41f2ec93091a1b2b5af089687a96cd49c130" + +[[files]] +file = "global_packs/required_data/Star Academy/data/enhancedcelestials/append_loot_tables/minecraft/chests/underwater_ruin_small.json" +hash = "450ced167603668744a2c74b3b6f41f2ec93091a1b2b5af089687a96cd49c130" + +[[files]] +file = "global_packs/required_data/Star Academy/data/enhancedcelestials/append_loot_tables/minecraft/chests/woodland_mansion.json" +hash = "7d5ac4289fd49f4d89198484a03a6a5a5a6c0ed728603a9d804095eb2c5605f0" + +[[files]] +file = "global_packs/required_data/Star Academy/data/enhancedcelestials/enhancedcelestials/lunar/event/aurora_moon.json" +hash = "9e69a0e09953f12ff829f5963a43bd389072b78701533564790299e000b2db40" + +[[files]] +file = "global_packs/required_data/Star Academy/data/enhancedcelestials/enhancedcelestials/lunar/event/blood_moon.json" +hash = "b37bf34024a371de151b0af65a15fb1943a5a07b1861629e9a5e8929c1cd70c1" + +[[files]] +file = "global_packs/required_data/Star Academy/data/enhancedcelestials/enhancedcelestials/lunar/event/blue_moon.json" +hash = "5225f55216f4c882d1860045589bb6f540cb3892d3fbc887bc058934e37ead26" + +[[files]] +file = "global_packs/required_data/Star Academy/data/enhancedcelestials/enhancedcelestials/lunar/event/default.json" +hash = "a89050ef826921f1b8c7267d102b157ebd0d8e344bb49d18f0070528cbf335ba" + +[[files]] +file = "global_packs/required_data/Star Academy/data/enhancedcelestials/enhancedcelestials/lunar/event/harvest_moon.json" +hash = "e28a35b8a5b7cdee2afd7660b6e2b0017b8d317c8ddc822d508a72ff1aec90dc" + +[[files]] +file = "global_packs/required_data/Star Academy/data/enhancedcelestials/enhancedcelestials/lunar/event/super_aurora_moon.json" +hash = "abea26b786a87036e31a860f3cf61e6891b5599ade094f801b7c3a653d0f26a0" + +[[files]] +file = "global_packs/required_data/Star Academy/data/enhancedcelestials/enhancedcelestials/lunar/event/super_blood_moon.json" +hash = "20c0d7a9012f367ffe54139381aaf3d307e5645a45eca26c75e2846ac631a260" + +[[files]] +file = "global_packs/required_data/Star Academy/data/enhancedcelestials/enhancedcelestials/lunar/event/super_blue_moon.json" +hash = "2b96f0ffebd6633a1aa525067043d3c2469a12a932f39f30f5927527c784a58f" + +[[files]] +file = "global_packs/required_data/Star Academy/data/enhancedcelestials/enhancedcelestials/lunar/event/super_harvest_moon.json" +hash = "52812ac0a3412aa5277f34ffbc8a7451505bc4b7d21a1223ed18dab703054f81" + +[[files]] +file = "global_packs/required_data/Star Academy/data/enhancedcelestials/enhancedcelestials/lunar/event/super_moon.json" +hash = "90ef1e2991b850ba7753b9f6896d2e72a958f422f60c882b83f996b06a64f3c7" + +[[files]] +file = "global_packs/required_data/Star Academy/data/enhancedcelestials/tags/enhancedcelestials/lunar/event/aurora_moon.json" +hash = "850e9e2cbeedcea1f74f79c83e22bdc551c0712979c9fb04273a656e90ed024a" + +[[files]] +file = "global_packs/required_data/Star Academy/data/enhancedcelestials/tags/enhancedcelestials/lunar/event/blood_moon.json" +hash = "0639681a329b0242970c8aa2fc00e91803141f273a7a2ff8505b350ef26ff86e" + +[[files]] +file = "global_packs/required_data/Star Academy/data/enhancedcelestials/tags/enhancedcelestials/lunar/event/blue_moon.json" +hash = "edf9a624deda74be58d8d6ec05f177b487930d65678fd806a093df03874fd246" + +[[files]] +file = "global_packs/required_data/Star Academy/data/enhancedcelestials/tags/enhancedcelestials/lunar/event/harvest_moon.json" +hash = "6550c1a1c45818529b3d0ed577a216a279e3d98ef9e241ba88c6bb3e3aab52e6" + +[[files]] +file = "global_packs/required_data/Star Academy/data/enhancedcelestials/tags/enhancedcelestials/lunar/event/moon.json" +hash = "a45552821430d875deb376c1d111221f387c008384c8956b3a1864263bb03f7d" + +[[files]] +file = "global_packs/required_data/Star Academy/data/enhancedcelestials/tags/enhancedcelestials/lunar/event/super_moon.json" +hash = "90f9e298e8470b5ee0dd57043448ee355216c09c023a8ec155b40e4989d949d3" + +[[files]] +file = "global_packs/required_data/Star Academy/data/enhancedcelestials/tags/items/harvest_moon_crops.json" +hash = "ab5a44b8f6ce6a83bfa47388e5b9dbb34910c90177fe1b609f67aefb3f28e9c2" + +[[files]] +file = "global_packs/required_data/Star Academy/data/hopo/loot_tables/chests/copper.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/Star Academy/data/hopo/loot_tables/chests/coral.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/Star Academy/data/hopo/loot_tables/chests/food.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/Star Academy/data/hopo/loot_tables/chests/materials.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/Star Academy/data/hopo/loot_tables/chests/prismarine.json" +hash = "f05a98f4a362c4f2bc2b636bbb59ef04faad5f953381f4258e6cad75f926c346" + +[[files]] +file = "global_packs/required_data/Star Academy/data/hopo/loot_tables/chests/small_ruin_cold.json" +hash = "f05a98f4a362c4f2bc2b636bbb59ef04faad5f953381f4258e6cad75f926c346" + +[[files]] +file = "global_packs/required_data/Star Academy/data/hopo/loot_tables/chests/small_ruin_warm.json" +hash = "f05a98f4a362c4f2bc2b636bbb59ef04faad5f953381f4258e6cad75f926c346" + +[[files]] +file = "global_packs/required_data/Star Academy/data/lootballs/loot_tables/azure_loot_table.json" +hash = "dc52c92f53ede1ded5af7223820b0e7c2bc3a3fd54831ea4da3452784dba925f" + +[[files]] +file = "global_packs/required_data/Star Academy/data/lootballs/loot_tables/citrine_loot_table.json" +hash = "5dc9ac3e0454fb5d56e7985feb37af599e079777828a352685bd04c79c6e4cce" + +[[files]] +file = "global_packs/required_data/Star Academy/data/lootballs/loot_tables/dive_loot_table.json" +hash = "3041e207ee4106c16c068efb15ed864c76af4ebdbf74577865d92cd45fe7d28b" + +[[files]] +file = "global_packs/required_data/Star Academy/data/lootballs/loot_tables/great_loot_table.json" +hash = "5ca4243178466ba4199f3048edd952faa02afd83ae5ba7a17c4feb1516cacca7" + +[[files]] +file = "global_packs/required_data/Star Academy/data/lootballs/loot_tables/heal_loot_table.json" +hash = "5cc6f6b31d69c15b64167c0e302cb8d9671b900d5533d604b5c12d7644a8593e" + +[[files]] +file = "global_packs/required_data/Star Academy/data/lootballs/loot_tables/lure_loot_table.json" +hash = "577dec2195da2f4813a4b2805fda90eb73f8ebb51ee8ba9aba88590fd88e5992" + +[[files]] +file = "global_packs/required_data/Star Academy/data/lootballs/loot_tables/luxury_loot_table.json" +hash = "a04ed4286727bad6a7c3e81de10d9cf30e0945163a04de686463c62f88039b63" + +[[files]] +file = "global_packs/required_data/Star Academy/data/lootballs/loot_tables/master_loot_table.json" +hash = "925ffb6ebae65d4c56bd27b921fa50ca346f59966b29a682fd3c80512ed5ed2c" + +[[files]] +file = "global_packs/required_data/Star Academy/data/lootballs/loot_tables/poke_loot_table.json" +hash = "296d58fc89619f64774beb50bc567a6b9dd1b706c39197b138660659da82422d" + +[[files]] +file = "global_packs/required_data/Star Academy/data/lootballs/loot_tables/premier_loot_table.json" +hash = "98915fba5ff9d78c39b7ed2fdc7f220852ba4f25bdac29287abfdaa6079fedc9" + +[[files]] +file = "global_packs/required_data/Star Academy/data/lootballs/loot_tables/repeat_loot_table.json" +hash = "c8fecfc081c9ed9e57e90074f991e11d18dd7c89788611e3c32588207cd287b3" + +[[files]] +file = "global_packs/required_data/Star Academy/data/lootballs/loot_tables/roseate_loot_table.json" +hash = "1d49f744a44513d91d0d7f988323671a60bff2322a7a4cf7ddc438bb26ef3588" + +[[files]] +file = "global_packs/required_data/Star Academy/data/lootballs/loot_tables/safari_loot_table.json" +hash = "ab778f2a731795895b8ee5be79277392f027294c80a1e00f925eff57f6dab0ef" + +[[files]] +file = "global_packs/required_data/Star Academy/data/lootballs/loot_tables/slate_loot_table.json" +hash = "31f954e7bfdd48543b4c72ac1af8b771855ebd93b9f954326008014447a6d765" + +[[files]] +file = "global_packs/required_data/Star Academy/data/lootballs/loot_tables/ultra_loot_table.json" +hash = "bbeb109979cf0e576f949c0c7dcbf8eb97667d9fccd1b0c71244920b50aa3f22" + +[[files]] +file = "global_packs/required_data/Star Academy/data/lootballs/loot_tables/verdant_loot_table.json" +hash = "e69683aff3eb0faeb3915a284a42acc026bc2921e31490d0fcd02014ac5ec636" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/archaeology/desert_pyramid.json" +hash = "0e5c27ea2f35e3e21c23673222ed4b56bec33710ec8fed9f07fc2801a0d63c31" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/archaeology/desert_well.json" +hash = "5bd2d4b72b62663fe9c475160c0889f241e89af9d26d02189dd4b30d2a590428" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/archaeology/ocean_ruin_cold.json" +hash = "5bf5fa14daab528521a85b812cfd1ecc3bd301eacadf5142118fce64872fe8e5" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/archaeology/ocean_ruin_warm.json" +hash = "33dc774c30ecb8423ad1bc12f473d71b28dda1dc6bb12139d0f38a21a5a1888e" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/archaeology/trail_ruins_common.json" +hash = "cdd79770b974206d136412f4da38344e4abcab88cc971a7e991e63f1eb9418cd" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/archaeology/trail_ruins_rare.json" +hash = "b9449dedea947518f8b396cf1022802d9f34b0e5e29914ee69912f0808b15e43" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/abandoned_mineshaft.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/ancient_city.json" +hash = "8216b5a784c0d67715c8c440c67111c1b6ce5da69a54264678951cbf54d09ef7" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/ancient_city_ice_box.json" +hash = "61451e986decef2f460e5b34bde636604c424b25b1a16d6479fbd1434e03ee0e" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/bastion_bridge.json" +hash = "572519d4665e517eced8718991acb6a78d9c2b5db32c41f92b1b20f9dbb9c9d3" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/bastion_hoglin_stable.json" +hash = "0fb7b9385ae231e68a417e1dc7002a718785c516b9d4c07aeebb446f44fc664a" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/bastion_other.json" +hash = "e5e7e703eedc66e2092e84428a07cdecb6dd112210f040a8e39b97a885366e8c" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/bastion_treasure.json" +hash = "72adb83c688532dcbbade85388336a805b2ba2e115f029d899c407e1ef866b15" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/buried_treasure.json" +hash = "25fff2e417ea7e08db2aa80e646c0e1794f1a93eccacaf77edda35f8c9d53756" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/desert_pyramid.json" +hash = "a356195656f274cd0c85c9aae45f9b312df183aa3695a93ac0d2315ee15bb009" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/end_city_treasure.json" +hash = "5e4e9e9db30b16a69099ef6c739a7fe2220201c8cb4e0f0683d9be767c6fa4ef" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/igloo_chest.json" +hash = "ab6ebdb92997801170d4e0983a5ad6d0007b7a9a3698ae93507f3bfdffad06a9" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/jungle_temple.json" +hash = "5eae1dcd765afa38f725bbb0ac3792273d0bc98ebab486ab4004037bf247f739" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/nether_bridge.json" +hash = "c7146d350e18398e8af1d7fe46c87b26d2e9380843f5a3b867d37e1df23f2957" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/pillager_outpost.json" +hash = "ddc499a748d2663dd2c763941eaf7bf0e611c5ab850412b79b6dde83f2126d08" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/ruined_portal.json" +hash = "7bf8d643e228666373275ed9657aca72f9d74baf31947d42266a3b30f8d746fc" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/shipwreck_supply.json" +hash = "49de577ea88291f4958773943629c7df5477d69e5a481d3a1687a165a0eae987" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/shipwreck_treasure.json" +hash = "f552ab68bfb44bb36294625860a94109128e2040916aa47581411d033433c1b9" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/simple_dungeon.json" +hash = "1a2b166024d8e28a3fd6b7f218d04f32b86c8879506958a2693bc55ebf5178fc" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/stronghold_corridor.json" +hash = "f05a98f4a362c4f2bc2b636bbb59ef04faad5f953381f4258e6cad75f926c346" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/stronghold_crossing.json" +hash = "d3d0f7a129df07ff3ba4a6f54c65a2e32a85b32680e00ff1f026f9804e24f987" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/stronghold_library.json" +hash = "b5cbb29cc3ba7548436cea680467b7434627589081f31ef1f9ec5252815b137e" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/underwater_ruin_big.json" +hash = "342bf081bd0f9c267437221b6accdd0ea6ce4d31f2d3c663bb4c0829e2d6f452" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/underwater_ruin_small.json" +hash = "454905a67b992284e5860d7e714cb05bf77cb874276986e40104a9dfa4734694" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/village/village_armorer.json" +hash = "9bae786d5b68efbb690c0cc1d58e340874be1a2fad9a38a5e6f259ed88b40fb3" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/village/village_butcher.json" +hash = "57cccb413c86ea8856850f55d85b8e375e89346ea3dab214db3e8e21d4c0ab3e" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/village/village_cartographer.json" +hash = "8fae9ac26f11e6b0f96ce2d292a18310ad9c674389311a5369d8cfb35dd28710" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/village/village_desert_house.json" +hash = "60cec8bf789475fefdc3cfd31255c040a4585518f7f6a9a869437e69322fc1aa" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/village/village_fisher.json" +hash = "122fc5cc3e46ef2d624082ef4db86dc6902773403d78454332ea56ed86daaf37" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/village/village_fletcher.json" +hash = "5d2c1bcc0f7fbcd99463444d1bdbf92419188510b5afe9689ee1039cf76e8c96" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/village/village_mason.json" +hash = "5e65e1c5efe4e7ccff1122ced9d85f999df7f7b0c58732836328af0e201ce730" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/village/village_plains_house.json" +hash = "7a8fe9004153dee3d7937a188f0743677423e92ed301103f34e2c84d830cdd5b" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/village/village_savanna_house.json" +hash = "c2f8bb0b339677774c08a083805df9310cb4c081a6785178e9e3309c6b38a794" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/village/village_shepherd.json" +hash = "4d03ba33609a0f59d7cde594d71bcd62a81f607cc7747eb6e165719796947c96" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/village/village_snowy_house.json" +hash = "8684cf2ceaca7d9b27e622b518a8d873911e212905bdf4c65935bd1737aa564e" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/village/village_taiga_house.json" +hash = "2dc43516bfb03049a010f28ace55f8dd81a10c15d7c1bf2dd3ad52968c40748a" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/village/village_tannery.json" +hash = "14f5992fee6edf8d0ae117b57d83525d67407daadf443fecf2f104e0132849d7" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/village/village_temple.json" +hash = "4c264489136d9e908307f0fa0ff8fc994a41f6135e6f42186558679910df74b5" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/village/village_toolsmith.json" +hash = "362ae557575097ab74dc3d4a2b88926cceea3877db5fb49414d39de18dda9fca" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/village/village_weaponsmith.json" +hash = "31e040baf673da432078d12eee894a79bd85c35acbd224dcc0c659f1f9c9e9ce" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/chests/woodland_mansion.json" +hash = "146786d48158dc72b736c50f9c6ced1d38a241114741dc9c173c71cfb5e270b4" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/apricorn_ball_loot.json" +hash = "9c1e6ba898d61933515bf93f8c3e4cd4952f019e1673076ced9a29d28dd1a970" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/apricorn_loot.json" +hash = "a7c6c83b3df5be46f15181942b9309302a9948657a2f186bbf4e43e3995e8c8c" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/basic_loot.json" +hash = "5c3d092c6f126d461523cf50c2dbcdb89bda11152d79165ac25de2237ef6d76f" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/cobblefood_loot_tier1.json" +hash = "8f4a9444f48d79b8fffb458b3b60490d7f3cc76a566bca76d517b1c7e34dc9ee" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/cobblefood_loot_tier2.json" +hash = "7d63b15eaeb72e27a38e8a8f77a90d270d41209f31486f25e302cbfd52e03b3f" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/cobblefood_loot_tier3.json" +hash = "7d63b15eaeb72e27a38e8a8f77a90d270d41209f31486f25e302cbfd52e03b3f" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/cobblefood_loot_tier4.json" +hash = "7d63b15eaeb72e27a38e8a8f77a90d270d41209f31486f25e302cbfd52e03b3f" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/evo_item_loot.json" +hash = "7bdb0679410362fed06ee7943c4b09288a95503da55f7f20651cd52a8f6d12d2" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/feather_loot_tier1.json" +hash = "4cf0c2f0643bb41ef54869e232d4aaca8e625cff0e95b290ab6f61c898c1f92b" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/feather_loot_tier2.json" +hash = "5558f2fdc43d3b84cb2663d31b7d79a336cadae7ed32a74d46ec9175aba8aceb" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/held_item_1_loot.json" +hash = "1af8bb89308bd4cd15929114b29c8f8618d12408a33e996c22f7b09bd41753e0" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/held_item_2_loot.json" +hash = "9e36060cfb0050bd0bb6c3ac3090073e599962b67229320a30337b33c4f6bf39" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/iv_add_tier1.json" +hash = "fa5d41e93e45108bd1d27e1e720007ada09e77a5b6654dfc145f93e8833ee04e" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/iv_add_tier2.json" +hash = "7886bdb7f0bc13d9c47b805f8d28d3b668817a3b572e5c9889092311db28d48e" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/iv_add_tier3.json" +hash = "dd3da319d8ad50468179b2a6d40904d4724b651c619dbcf18194cfc87c084461" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/mythsandlegends.json" +hash = "1fe1671c052ec9bace93ba416d5821ab6e24a99a71834b209e57dae98bebedea" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/nature_changer.json" +hash = "6a9957f1e95b1389197d3fa4a9f1154a54695e77b072b53c5936142e0ea201d4" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/pokeblocks_tier1.json" +hash = "07498bf10106a5e9ccd813559aef65881ec98f1953ae275cb8223754c4ffb369" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/pokeblocks_tier2.json" +hash = "b73d76d3e5c7860b8f1d98207aebf77f5ff6ac7167bd6b83d03eba14100ba6eb" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/pokeblocks_tier3.json" +hash = "275a6ef2deabc91575aea814fccfc06d524123e87234a172dd4641808c444d70" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/pokeblocks_tier4.json" +hash = "e48581fd34337ae9e1dd33e663e694a09b6e371354a84c53cbe819b5b6951f92" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/special_ball_loot.json" +hash = "8d094ebf3dc15357d5685af09622999a3b53aa571d6c58c360bc35248c7525ef" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/status_healing_loot.json" +hash = "e47d495c3aaa8900b1ea2d4f30ea38ee9f257298eda719b2d6543bb3326587e1" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/vitamin_loot.json" +hash = "e2271f65198d054ccab7b96a8293b657eba17ce728dc2b10012f3822d212aae8" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/cobblemon/x_item_loot.json" +hash = "7d63b15eaeb72e27a38e8a8f77a90d270d41209f31486f25e302cbfd52e03b3f" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/convenientdecor/umbrella.json" +hash = "f99c17b153e7c9a792549bc2de2b430732f1dc4ce0c51205c6c2f6bcd1dde2bb" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/numismatic/bronze_tier0.json" +hash = "55cfdbf4085245c7a953c57bd92573dc887a4f51fe67de3709a17ce3563da887" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/numismatic/bronze_tier1.json" +hash = "ad27d8aaca09a486e197d835d19c141cb5c3161dcd1705263ddc9b049854ddb0" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/numismatic/bronze_tier2.json" +hash = "b568c4c14ee39ac437d8bf9686a6816295ba3bd2aba53c3b845e252427ab86ef" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/numismatic/bronze_tier3.json" +hash = "a0984623fe83d30172db10b7c82d5d0c6da89294937fb28943e6364def923231" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/numismatic/bronze_tier4.json" +hash = "1d6361e54a04d5acf266f6c72295ea5a24a7e80307fc02413f14f141d9c5366c" + +[[files]] +file = "global_packs/required_data/Star Academy/data/minecraft/loot_tables/numismatic/bronze_tier5.json" +hash = "52d45ef19ac20bad4465b6fec408045e52155cdbb3cecf450ad8c63da98a7706" + +[[files]] +file = "global_packs/required_data/Star Academy/data/mss/loot_tables/abandoned.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/Star Academy/data/mss/loot_tables/cart.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/Star Academy/data/mss/loot_tables/cartographer_tower.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/Star Academy/data/mss/loot_tables/cathedral_base.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/Star Academy/data/mss/loot_tables/cathedral_common.json" +hash = "93544bed7573d36f44f195973726f7bb599947ad8dbc706e99dc7221317f7a39" + +[[files]] +file = "global_packs/required_data/Star Academy/data/mss/loot_tables/cathedral_rare.json" +hash = "49b630f8c48bffdc9b50f7865e77feb8a7fe358240b7c4b99a4551e4ae8c8793" + +[[files]] +file = "global_packs/required_data/Star Academy/data/mss/loot_tables/crystal.json" +hash = "f05a98f4a362c4f2bc2b636bbb59ef04faad5f953381f4258e6cad75f926c346" + +[[files]] +file = "global_packs/required_data/Star Academy/data/mss/loot_tables/empty.json" +hash = "9c8d8ace6d9ce20f2db7e075c7e5e3e7f50458c2d46fc6bb367f33f943915ec3" + +[[files]] +file = "global_packs/required_data/Star Academy/data/mss/loot_tables/floating_islands.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/Star Academy/data/mss/loot_tables/general.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/Star Academy/data/mss/loot_tables/houses_books.json" +hash = "081d94ffdac0ae66303ede0ed83536f7779fe13e5735dc14e424fd0e6cdb44cc" + +[[files]] +file = "global_packs/required_data/Star Academy/data/mss/loot_tables/houses_common.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/Star Academy/data/mss/loot_tables/houses_desert.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/Star Academy/data/mss/loot_tables/houses_flower.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/Star Academy/data/mss/loot_tables/houses_rare.json" +hash = "2798283ce8868261e26aafbc09fa85952b74d3b9702e3922157d4116ed7f230e" + +[[files]] +file = "global_packs/required_data/Star Academy/data/mss/loot_tables/houses_uncommon.json" +hash = "f05a98f4a362c4f2bc2b636bbb59ef04faad5f953381f4258e6cad75f926c346" + +[[files]] +file = "global_packs/required_data/Star Academy/data/mss/loot_tables/jungle_tower.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/Star Academy/data/mss/loot_tables/large_carts.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/Star Academy/data/mss/loot_tables/large_carts_2.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/Star Academy/data/mss/loot_tables/mushroom_pond.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/Star Academy/data/mss/loot_tables/pillager.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/Star Academy/data/mss/loot_tables/rare.json" +hash = "2798283ce8868261e26aafbc09fa85952b74d3b9702e3922157d4116ed7f230e" + +[[files]] +file = "global_packs/required_data/Star Academy/data/mss/loot_tables/swamps.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/Star Academy/data/mvs/loot_tables/abandoned.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/Star Academy/data/mvs/loot_tables/cart.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/Star Academy/data/mvs/loot_tables/cartographer_tower.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/Star Academy/data/mvs/loot_tables/cathedral_base.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/Star Academy/data/mvs/loot_tables/cathedral_common.json" +hash = "93544bed7573d36f44f195973726f7bb599947ad8dbc706e99dc7221317f7a39" + +[[files]] +file = "global_packs/required_data/Star Academy/data/mvs/loot_tables/cathedral_rare.json" +hash = "96f05dc8190dffab9d43dc448c7338bb04701eb5039bbfa6799d61a83f84f095" + +[[files]] +file = "global_packs/required_data/Star Academy/data/mvs/loot_tables/crystal.json" +hash = "f05a98f4a362c4f2bc2b636bbb59ef04faad5f953381f4258e6cad75f926c346" + +[[files]] +file = "global_packs/required_data/Star Academy/data/mvs/loot_tables/empty.json" +hash = "86d26aa1a59b975fa4ea7a10ce4d961968603eea92a21f708fe438d673deb97a" + +[[files]] +file = "global_packs/required_data/Star Academy/data/mvs/loot_tables/floating_islands.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/Star Academy/data/mvs/loot_tables/general.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/Star Academy/data/mvs/loot_tables/houses_books.json" +hash = "081d94ffdac0ae66303ede0ed83536f7779fe13e5735dc14e424fd0e6cdb44cc" + +[[files]] +file = "global_packs/required_data/Star Academy/data/mvs/loot_tables/houses_common.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/Star Academy/data/mvs/loot_tables/houses_desert.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/Star Academy/data/mvs/loot_tables/houses_flower.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/Star Academy/data/mvs/loot_tables/houses_rare.json" +hash = "2798283ce8868261e26aafbc09fa85952b74d3b9702e3922157d4116ed7f230e" + +[[files]] +file = "global_packs/required_data/Star Academy/data/mvs/loot_tables/houses_uncommon.json" +hash = "f05a98f4a362c4f2bc2b636bbb59ef04faad5f953381f4258e6cad75f926c346" + +[[files]] +file = "global_packs/required_data/Star Academy/data/mvs/loot_tables/jungle_tower.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/Star Academy/data/mvs/loot_tables/large_carts.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/Star Academy/data/mvs/loot_tables/large_carts_2.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/Star Academy/data/mvs/loot_tables/mushroom_pond.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/Star Academy/data/mvs/loot_tables/rare.json" +hash = "2798283ce8868261e26aafbc09fa85952b74d3b9702e3922157d4116ed7f230e" + +[[files]] +file = "global_packs/required_data/Star Academy/data/mvs/loot_tables/swamps.json" +hash = "99590b2dfb9cd0e20c9717e7f07aa1e373bd4c7cdeb14f24f073b6eaf31f5440" + +[[files]] +file = "global_packs/required_data/Star Academy/data/nova_cherry_village/loot_tables/chests/village/village_cartographer.json" +hash = "8fae9ac26f11e6b0f96ce2d292a18310ad9c674389311a5369d8cfb35dd28710" + +[[files]] +file = "global_packs/required_data/Star Academy/data/nova_cherry_village/loot_tables/chests/village/village_cherry_house.json" +hash = "60cec8bf789475fefdc3cfd31255c040a4585518f7f6a9a869437e69322fc1aa" + +[[files]] +file = "global_packs/required_data/Star Academy/data/nova_cherry_village/loot_tables/chests/village/village_fisher.json" +hash = "122fc5cc3e46ef2d624082ef4db86dc6902773403d78454332ea56ed86daaf37" + +[[files]] +file = "global_packs/required_data/Star Academy/data/nova_cherry_village/loot_tables/chests/village/village_fletcher.json" +hash = "5d2c1bcc0f7fbcd99463444d1bdbf92419188510b5afe9689ee1039cf76e8c96" + +[[files]] +file = "global_packs/required_data/Star Academy/data/nova_cherry_village/loot_tables/chests/village/village_mason.json" +hash = "5e65e1c5efe4e7ccff1122ced9d85f999df7f7b0c58732836328af0e201ce730" + +[[files]] +file = "global_packs/required_data/Star Academy/data/nova_cherry_village/loot_tables/chests/village/village_shepherd.json" +hash = "4d03ba33609a0f59d7cde594d71bcd62a81f607cc7747eb6e165719796947c96" + +[[files]] +file = "global_packs/required_data/Star Academy/data/nova_cherry_village/loot_tables/chests/village/village_temple.json" +hash = "4c264489136d9e908307f0fa0ff8fc994a41f6135e6f42186558679910df74b5" + +[[files]] +file = "global_packs/required_data/Star Academy/data/nova_cherry_village/loot_tables/chests/village/village_toolsmith.json" +hash = "362ae557575097ab74dc3d4a2b88926cceea3877db5fb49414d39de18dda9fca" + +[[files]] +file = "global_packs/required_data/Star Academy/data/nova_cherry_village/loot_tables/chests/village/village_weaponsmith.json" +hash = "31e040baf673da432078d12eee894a79bd85c35acbd224dcc0c659f1f9c9e9ce" + +[[files]] +file = "global_packs/required_data/Star Academy/data/resourcefullootbags/loot_tables/lootbags/gacha.json" +hash = "8936b9d720621ac697eb9bf0829848df04d787a9feacb9a10ce014c0e20163b9" + +[[files]] +file = "global_packs/required_data/Star Academy/data/resourcefullootbags/loot_tables/lootbags/pools/gacha.json" +hash = "ec27040e32439f654ab0521ae90ae790021c286c05cf73a59a65b702ced310e9" + +[[files]] +file = "global_packs/required_data/Star Academy/data/resourcefullootbags/recipes/lootbags/gacha.json" +hash = "ae3ecb278cd772f1cc0af1efb8f51642c1d82c020c6ab6edc13b5716b82781e7" + +[[files]] +file = "global_packs/required_data/Star Academy/data/totw_modded/loot_tables/ocean_tower_chest.json" +hash = "9f934613d9d16d79e22896aae301af0e6c245d84a4cb466480151f721a358be9" + +[[files]] +file = "global_packs/required_data/Star Academy/data/totw_modded/loot_tables/tower_chest.json" +hash = "9f934613d9d16d79e22896aae301af0e6c245d84a4cb466480151f721a358be9" + +[[files]] +file = "global_packs/required_data/Star Academy/data/totw_modded/worldgen/structure_set/end.json" +hash = "cc9288448c18ad11a4f471b4e5a681a34006486fab9aada37f1fea4a4fa689ed" + +[[files]] +file = "global_packs/required_data/Star Academy/data/totw_modded/worldgen/structure_set/nether.json" +hash = "cedb22eda1de5eb8b88e21a38ec8de5d4d57a35b2458d71bbd6655180e36c34e" + +[[files]] +file = "global_packs/required_data/Star Academy/data/totw_modded/worldgen/structure_set/overworld.json" +hash = "79dc5c5848f53bdeecbb1cc902205aeeac4777d553f9b24ff7932db9f33f0cbf" + +[[files]] +file = "global_packs/required_data/Star Academy/pack.mcmeta" +hash = "d23a2654b90108bf51bc04e057252735b14be2b7adbc574fe71814b11686a0eb" + +[[files]] +file = "global_packs/required_data/Star Academy/readme.md" +hash = "7a58cbf5ba837edd03d8c3ffd8053f006efccbed9cfb585c80a86ae9c10647ec" + +[[files]] +file = "global_packs/required_data/Vivillon Pride Patterns v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0666_vivillon/0666_vivillon_pride.json" +hash = "90e172a49a214c714d1d657117b4553f89e293051215656ce6a4478999e8f74e" + +[[files]] +file = "global_packs/required_data/Vivillon Pride Patterns v1.0/assets/cobblemon/lang/en_us.json" +hash = "1ae4561e562dc894291e9c7a24e2f37b582dbe82082060027a8fbc8f25d9fd1c" + +[[files]] +file = "global_packs/required_data/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_embroidered.png" +hash = "c6b23f785a483e6f3064b3d85fb245b12f3c0339f1cfeed2dd0869eae717e11e" + +[[files]] +file = "global_packs/required_data/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_minty.png" +hash = "3dc432dd6ab6b6e27130d052c5e094ab87945b1447cf8aa39c3822f675f5d9b2" + +[[files]] +file = "global_packs/required_data/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_monarch.png" +hash = "072b5758e5afad95d09d80c5b13878890d33a9674954c6d51f6467f34867d37f" + +[[files]] +file = "global_packs/required_data/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_null.png" +hash = "86a80995510c017628b67f3cfbf01816bd864f80425b08fd3f02f0d02a8cdc5e" + +[[files]] +file = "global_packs/required_data/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_pelopon.png" +hash = "ae92046c9e03898cd1768bb8851e20e864d798573db7ebfcac1197ace0b016ad" + +[[files]] +file = "global_packs/required_data/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_prismatic.png" +hash = "5e48bd093bdc3467ac76fabf2383db8acc2d4d4e0311dbc73fda166b35e202a2" + +[[files]] +file = "global_packs/required_data/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_ringed.png" +hash = "af85ebf1ee1367bacad717f8e117894547ffa628dc3d56038689f9bf901ceacc" + +[[files]] +file = "global_packs/required_data/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_tangy.png" +hash = "c3ba8a95040b215921fe794913584cdce477f499059803bca303190e317e7a23" + +[[files]] +file = "global_packs/required_data/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_template.png" +hash = "2d71d2c5756abccf4114909bad793782dd399d00202bab74ecc7066d6d8329e2" + +[[files]] +file = "global_packs/required_data/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_toned.png" +hash = "4d2404e6bee60a082ffc1b83f9feadbd94efd151af4ba1970640d698f5637bf5" + +[[files]] +file = "global_packs/required_data/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_twilight.png" +hash = "c84b77721c4fcc4ed7ad5d76aec302fe9220788023976adaafe2da7bfc014e67" + +[[files]] +file = "global_packs/required_data/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_ultraviolet.png" +hash = "cb24fbb8902eb172292726a8b7da4666fba8a1d917720cd38184a88d6d61ca6f" + +[[files]] +file = "global_packs/required_data/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_whorl.png" +hash = "59bc57bd79fbf5a2e0c0c14451af0362e694b2632e9bb80cedf7b0638d134142" + +[[files]] +file = "global_packs/required_data/Vivillon Pride Patterns v1.0/data/cobblemon/advancements/catch_all_vivillon_but_pride.json" +hash = "f265d2c1a7219a0ed0ab66a1cc86a69dbd496013627677c90724ce2cc17931e9" + +[[files]] +file = "global_packs/required_data/Vivillon Pride Patterns v1.0/data/cobblemon/species_additions/spewpa.json" +hash = "96b1e656ce7714daecf71c070696fd7214e4b4575ecf273ccf68b24b94df918d" + +[[files]] +file = "global_packs/required_data/Vivillon Pride Patterns v1.0/data/cobblemon/species_features/vivillon_wings.json" +hash = "480d9f43a0d511541f883f4e412a3f848cf6f133a75525197c7f356afbb8ae08" + +[[files]] +file = "global_packs/required_data/Vivillon Pride Patterns v1.0/pack.mcmeta" +hash = "1e0cd815f107d73bede314cfded442e5995a975be8ecd1bed0a64d9507763994" + +[[files]] +file = "global_packs/required_data/Vivillon Pride Patterns v1.0/pack.png" +hash = "4dbc6ff097cf4a3454be80ca2818de0e033df5b214f2460a7c48a92b4641ca07" + +[[files]] +file = "global_packs/required_data/bopack/assets/bountiful/lang/en_us.json" +hash = "c7b4b789b27cbdf134047e91b94bf6fbdb1b09e39529e00f03252142c27a8189" + +[[files]] +file = "global_packs/required_data/bopack/data/bountiful/bounty_decrees/bountiful/armorer.json" +hash = "81b02d9aebd778dfe81e2457fbd1c1697fc8bfd607be777f0642ec187d37305c" + +[[files]] +file = "global_packs/required_data/bopack/data/bountiful/bounty_decrees/bountiful/butcher.json" +hash = "81b02d9aebd778dfe81e2457fbd1c1697fc8bfd607be777f0642ec187d37305c" + +[[files]] +file = "global_packs/required_data/bopack/data/bountiful/bounty_decrees/bountiful/cleric.json" +hash = "81b02d9aebd778dfe81e2457fbd1c1697fc8bfd607be777f0642ec187d37305c" + +[[files]] +file = "global_packs/required_data/bopack/data/bountiful/bounty_decrees/bountiful/cobblefoods.json" +hash = "81b02d9aebd778dfe81e2457fbd1c1697fc8bfd607be777f0642ec187d37305c" + +[[files]] +file = "global_packs/required_data/bopack/data/bountiful/bounty_decrees/bountiful/farmer.json" +hash = "81b02d9aebd778dfe81e2457fbd1c1697fc8bfd607be777f0642ec187d37305c" + +[[files]] +file = "global_packs/required_data/bopack/data/bountiful/bounty_decrees/bountiful/fisherman.json" +hash = "81b02d9aebd778dfe81e2457fbd1c1697fc8bfd607be777f0642ec187d37305c" + +[[files]] +file = "global_packs/required_data/bopack/data/bountiful/bounty_decrees/bountiful/fletcher.json" +hash = "81b02d9aebd778dfe81e2457fbd1c1697fc8bfd607be777f0642ec187d37305c" + +[[files]] +file = "global_packs/required_data/bopack/data/bountiful/bounty_decrees/bountiful/inventor.json" +hash = "81b02d9aebd778dfe81e2457fbd1c1697fc8bfd607be777f0642ec187d37305c" + +[[files]] +file = "global_packs/required_data/bopack/data/bountiful/bounty_decrees/bountiful/leatherer.json" +hash = "81b02d9aebd778dfe81e2457fbd1c1697fc8bfd607be777f0642ec187d37305c" + +[[files]] +file = "global_packs/required_data/bopack/data/bountiful/bounty_decrees/bountiful/librarian.json" +hash = "81b02d9aebd778dfe81e2457fbd1c1697fc8bfd607be777f0642ec187d37305c" + +[[files]] +file = "global_packs/required_data/bopack/data/bountiful/bounty_decrees/bountiful/mapper.json" +hash = "81b02d9aebd778dfe81e2457fbd1c1697fc8bfd607be777f0642ec187d37305c" + +[[files]] +file = "global_packs/required_data/bopack/data/bountiful/bounty_decrees/bountiful/shepherd.json" +hash = "81b02d9aebd778dfe81e2457fbd1c1697fc8bfd607be777f0642ec187d37305c" + +[[files]] +file = "global_packs/required_data/bopack/data/bountiful/bounty_decrees/bountiful/toolsmith.json" +hash = "81b02d9aebd778dfe81e2457fbd1c1697fc8bfd607be777f0642ec187d37305c" + +[[files]] +file = "global_packs/required_data/bopack/data/bountiful/bounty_pools/bountiful/all_objs.json" +hash = "cd643601b1b256bedb84ffdeaa8e96da44fffed178444716ffbdc9726f33d673" + +[[files]] +file = "global_packs/required_data/bopack/data/bountiful/bounty_pools/bountiful/all_rews.json" +hash = "ada1e6e3a7771660ad719d87409bb4bf21fcd17149b0ddad8e32f1fe81421a9c" + +[[files]] +file = "global_packs/required_data/bopack/data/bountiful/bounty_pools/bountiful/fisherman_objs.json" +hash = "ae62f67c641b272e1459626b8fe3ba66e24449165ba54f9d09abf8f4d66aa16d" + +[[files]] +file = "global_packs/required_data/bopack/pack.mcmeta" +hash = "1d5a18fbf9d41961ea8ce2223c12f09c1691d08f08b7994b7ca04f51df45c6ae" + +[[files]] +file = "global_packs/required_data/bopack/readme.md" +hash = "4825f79006e107bc0a9cb84ef5b823d98c82e75b455da2639ea61ddb1f04d245" + +[[files]] +file = "global_packs/required_data/capture-border-v1.0.0/data/minecraft/tags/functions/load.json" +hash = "3c27923df72013e39a66ed8ba3cf053370034ebd43cbf0f5af930e8b5666d3b2" + +[[files]] +file = "global_packs/required_data/capture-border-v1.0.0/data/minecraft/tags/functions/tick.json" +hash = "3a3fefde388ecb7ef1070e34472c82d538a89d934dd8ee8a3498730d1eee26e3" + +[[files]] +file = "global_packs/required_data/capture-border-v1.0.0/data/wb/functions/load.mcfunction" +hash = "482aca219423a45e5be808f6492fa0b2065b77a1e354c6ac3e6d64d55521292e" + +[[files]] +file = "global_packs/required_data/capture-border-v1.0.0/data/wb/functions/main.mcfunction" +hash = "0d4cde03883086b5ba3d1d51a698d8729397e9ec6172c04d031041e183d95368" + +[[files]] +file = "global_packs/required_data/capture-border-v1.0.0/data/wb/functions/wb.mcfunction" +hash = "ad7d65ad8aecfa80f2dd101bc7a9a0b4418b9fdd96c608c3e51412b0780ea86f" + +[[files]] +file = "global_packs/required_data/capture-border-v1.0.0/pack.mcmeta" +hash = "82d35aa519bdf7e5986f63b569b5325e77223d25f058243fd2a46204b78e3f15" + +[[files]] +file = "journeymap/colorpalette.html" +hash = "da859d828d237335234aa524749b2b2af9f081d6c7d4f2503d61ef0a9bd6c71e" + +[[files]] +file = "journeymap/colorpalette.json" +hash = "562bba0d4fe59c3687933566873fc43e749c96c6e5cd646c29f328e18a9f3fff" + +[[files]] +file = "journeymap/config/5.10/journeymap.core.config" +hash = "d96cfbefacfd0b6a2472e424f3d1170885749ab691ff0d97dc959a1cce4f760a" + +[[files]] +file = "journeymap/config/5.10/journeymap.fullmap.config" +hash = "4ddc58aeaf0197dcbd20ffd738ec606b4c83758f9667ebdb3311d96fbc67cedc" + +[[files]] +file = "journeymap/config/5.10/journeymap.minimap.config" +hash = "a656eeceb647f316f338e6234d194eb38566e14d59bce03ba52d3e9a524a9c4a" + +[[files]] +file = "journeymap/config/5.10/journeymap.minimap2.config" +hash = "4086649b275b17b1545562ea059c47bfc53024f744c775a4eff364feb0863bc4" + +[[files]] +file = "journeymap/config/5.10/journeymap.topo.config" +hash = "8f950f1d2fec134c0daa79191b88227d5976e4cf7dc71bbf732efc69a62f5b24" + +[[files]] +file = "journeymap/config/5.10/journeymap.waypoint.config" +hash = "e20bf8c1146ca5b29a27d891f649530952f0387a50cb4029d329f0a79736bf06" + +[[files]] +file = "journeymap/config/5.10/journeymap.webmap.config" +hash = "2c939e2308e7d7d419af26ad342479690e8ae321c7af3ba64d8b0e897ccc8b5b" + +[[files]] +file = "journeymap/icon/theme/default.theme.config" +hash = "21af30bf8e646b63fdc52a25e1dc0eb20ffa0085d688767e424333d767be8629" + +[[files]] +file = "journeymap/icon/theme/flat/DesertTemple.theme2.json" +hash = "3fbea9b4f7a132c50c2225f66e31bcc0421abee5ebf4d0faa2ce70055921ccd2" + +[[files]] +file = "journeymap/icon/theme/flat/EndCity.theme2.json" +hash = "aa20458b3eb842261db12d9ce79509284049021bf8d9624ed1b17e6a43e891cf" + +[[files]] +file = "journeymap/icon/theme/flat/ForestMansion.theme2.json" +hash = "8c3305e78ac46c4b8a7b84ab4e0707ff4ed9b8011c3e34c153c7ba175864887e" + +[[files]] +file = "journeymap/icon/theme/flat/NetherFortress.theme2.json" +hash = "ca6f39a57b624ac3a02500a1bcc7671b8d09d0e350b44dde5141f3a1ea833a77" + +[[files]] +file = "journeymap/icon/theme/flat/OceanMonument.theme2.json" +hash = "174ac660305e06603087f3caa2fd64e3c7bd486a02a5a07723e88c63cf271475" + +[[files]] +file = "journeymap/icon/theme/flat/Purist.theme2.json" +hash = "b4e482152afe867a989eba8fe8e1d210b4ce7eb5368ff73e825730327c2076f5" + +[[files]] +file = "journeymap/icon/theme/flat/Stronghold.theme2.json" +hash = "70ac933ca3a16895c3826edfac645e6eec2f2b3de07dd86da7c7005157e4b824" + +[[files]] +file = "journeymap/icon/theme/flat/container/htoolbar_begin.png" +hash = "bc8e966e662dae481ce2913e7fe0f62b60e8434a3b7bf2a1a642191e13b97776" + +[[files]] +file = "journeymap/icon/theme/flat/container/htoolbar_end.png" +hash = "bc8e966e662dae481ce2913e7fe0f62b60e8434a3b7bf2a1a642191e13b97776" + +[[files]] +file = "journeymap/icon/theme/flat/container/htoolbar_inner.png" +hash = "4e9e98131151023530d5a43d33876f84081bfefb9556ba2463bed1ade05540e8" + +[[files]] +file = "journeymap/icon/theme/flat/container/vtoolbar_begin.png" +hash = "46d97ea83ebb551a27b0fa9fbd9424067ebd0736623569171441c99b50cea2d1" + +[[files]] +file = "journeymap/icon/theme/flat/container/vtoolbar_end.png" +hash = "46d97ea83ebb551a27b0fa9fbd9424067ebd0736623569171441c99b50cea2d1" + +[[files]] +file = "journeymap/icon/theme/flat/container/vtoolbar_inner.png" +hash = "4e9e98131151023530d5a43d33876f84081bfefb9556ba2463bed1ade05540e8" + +[[files]] +file = "journeymap/icon/theme/flat/control/flat_button_disabled.png" +hash = "83d32ff15aa0e8f45148de3a3a5ccd71b444feffe87397607483154e3b7c0ae4" + +[[files]] +file = "journeymap/icon/theme/flat/control/flat_button_hover.png" +hash = "83d32ff15aa0e8f45148de3a3a5ccd71b444feffe87397607483154e3b7c0ae4" + +[[files]] +file = "journeymap/icon/theme/flat/control/flat_button_off.png" +hash = "83d32ff15aa0e8f45148de3a3a5ccd71b444feffe87397607483154e3b7c0ae4" + +[[files]] +file = "journeymap/icon/theme/flat/control/flat_button_on.png" +hash = "83d32ff15aa0e8f45148de3a3a5ccd71b444feffe87397607483154e3b7c0ae4" + +[[files]] +file = "journeymap/icon/theme/flat/control/flat_toggle_disabled.png" +hash = "b8b2aa7682e94d278638afd7682a1b2aebfea4b334af37e81f287ace04373f83" + +[[files]] +file = "journeymap/icon/theme/flat/control/flat_toggle_hover.png" +hash = "692595968d043f271614f05fad795a25a4c9a049a1721650433f192d37e64ada" + +[[files]] +file = "journeymap/icon/theme/flat/control/flat_toggle_off.png" +hash = "b8b2aa7682e94d278638afd7682a1b2aebfea4b334af37e81f287ace04373f83" + +[[files]] +file = "journeymap/icon/theme/flat/control/flat_toggle_on.png" +hash = "f5ba4168b5cb5f716b03e20c8804e95d978ed88cf6131427b9d6adcbfe46087c" + +[[files]] +file = "journeymap/icon/theme/flat/icon/about.png" +hash = "4c0c86e6c26ff59f62d0fb9950bf4a941ee68a162e1c2e0ceddd23be2162a051" + +[[files]] +file = "journeymap/icon/theme/flat/icon/actions.png" +hash = "c2b542e624984c33ba16fe6a098554b49f341967a752944e7e269fdcb71c2429" + +[[files]] +file = "journeymap/icon/theme/flat/icon/alert.png" +hash = "983586f9f7921d2726ac2a53c232d06d722949fa77e157c1a7d98432c6dfc3e1" + +[[files]] +file = "journeymap/icon/theme/flat/icon/animals.png" +hash = "f69dd9243bd212c311a2341d872b8e79eb3a7ec3b494f33e9eb2affde504984b" + +[[files]] +file = "journeymap/icon/theme/flat/icon/automap.png" +hash = "07cc0644f9f73540edc4615a458467eb74474b7554c0d6f5de0507703e9a77cf" + +[[files]] +file = "journeymap/icon/theme/flat/icon/biome.png" +hash = "58ce31b54f7b1b24c0a027e2c862767ef2b6cf52912f4abdc2adc4054a27ddb3" + +[[files]] +file = "journeymap/icon/theme/flat/icon/browser.png" +hash = "ff65bb724a08e5349e95a3454b7cc9a139fa8d45a78237796f31cbd33a635892" + +[[files]] +file = "journeymap/icon/theme/flat/icon/caves.png" +hash = "8c38e6593c9ca8a297447361828c000153a609479472350006306676e37ca290" + +[[files]] +file = "journeymap/icon/theme/flat/icon/close.png" +hash = "b09d503f492134f700c50c73fc9ceefdda16134e0edf8ecc45198beae4fc6d9e" + +[[files]] +file = "journeymap/icon/theme/flat/icon/day.png" +hash = "2452de72b9e65a58030ca20dc2f65105d383da9b923eaf84f4c09d6b30ca1d3c" + +[[files]] +file = "journeymap/icon/theme/flat/icon/delete.png" +hash = "7794415179dd56bb063e7629591ddd13e3f2945fc57f6ee794b6d5fa18fdae47" + +[[files]] +file = "journeymap/icon/theme/flat/icon/disable.png" +hash = "66f320dae8440322ce73afc2844873855fd42b5fb2e235b4c24f76ae43f293ac" + +[[files]] +file = "journeymap/icon/theme/flat/icon/follow.png" +hash = "47ebd2bba7b67408bb0445f48f83a45258bc2ebfa4bb42a33083a36db972e9ba" + +[[files]] +file = "journeymap/icon/theme/flat/icon/grid.png" +hash = "889a0c720d702243e39a7aab3af3a3df1ba13b8366c1c3c5cd2624d26c778cba" + +[[files]] +file = "journeymap/icon/theme/flat/icon/keys.png" +hash = "e5adb9816ef232c459913cb943082a13d5f67b2f55299ab442c98bb16da8dfa1" + +[[files]] +file = "journeymap/icon/theme/flat/icon/layers.png" +hash = "936372844d875f348d9615b3714fc5dd800d943928bac6531ad873af856d624d" + +[[files]] +file = "journeymap/icon/theme/flat/icon/monsters.png" +hash = "b2962a9f3e435446a08dc7aace83c0eef320f482922dcc7f90f0c98c0539c7a5" + +[[files]] +file = "journeymap/icon/theme/flat/icon/night.png" +hash = "13372b9c000b9395fed397268d756dd8f10b6793690a954c65eed5c4066d79fb" + +[[files]] +file = "journeymap/icon/theme/flat/icon/options.png" +hash = "28536bc300859895c84561bb0608e100665ea6c162da937e6095fe10f558ce1c" + +[[files]] +file = "journeymap/icon/theme/flat/icon/pets.png" +hash = "ce213a4aa78e802d1e87518079201d58269231f07166839d9e75718760fe1336" + +[[files]] +file = "journeymap/icon/theme/flat/icon/players.png" +hash = "5556bc88f910cc607588aedaffefdafc6a969d904ff77333498488f20b9b72f4" + +[[files]] +file = "journeymap/icon/theme/flat/icon/reset.png" +hash = "e3c62c43cfd56b77b7d9bbafe772d21af1010f891640871b8996227317f689e8" + +[[files]] +file = "journeymap/icon/theme/flat/icon/savemap.png" +hash = "da43846b1c2565f5050f1c69827535666a2ed10f1d3b1ecdd65bf2016b02c24b" + +[[files]] +file = "journeymap/icon/theme/flat/icon/search.png" +hash = "217079791a266e397ab22b81418a4ea116e1803fdcd8b66692f027f59921441c" + +[[files]] +file = "journeymap/icon/theme/flat/icon/server.png" +hash = "210a9eecb61a36b137964c7d7bdbccdd3a50e713f9d2e14af25dd5dbf339d125" + +[[files]] +file = "journeymap/icon/theme/flat/icon/theme.png" +hash = "5aa4afea08b0983911490d2ea9f8ac95ac6520611d3093cd54a0c2db58ac1b5d" + +[[files]] +file = "journeymap/icon/theme/flat/icon/topo.png" +hash = "9f298c043afab05d762a18d6bae4a25155937f6d2806e4f356466f6cd1d5ca01" + +[[files]] +file = "journeymap/icon/theme/flat/icon/villagers.png" +hash = "42f7fb610e73eefedaab909d5ef3e72902066c9fe89c41451d08dc1029619450" + +[[files]] +file = "journeymap/icon/theme/flat/icon/waypoints.png" +hash = "1df53677cb2dcfc5c876a062b81000695a770e97d492bfd03467e8d8e79f1d10" + +[[files]] +file = "journeymap/icon/theme/flat/icon/zoomin.png" +hash = "1eab60c1b3d19355c9ed3a936ea748aded40b1612a5a3a184e9065ed0134c09c" + +[[files]] +file = "journeymap/icon/theme/flat/icon/zoomout.png" +hash = "76dbdca4e02d0babb60f51b7e47ac85196b8b11f38922065d0f1f33905afae65" + +[[files]] +file = "journeymap/icon/theme/flat/minimap/circle/flat_compass_point.png" +hash = "2ec50be3a53372110fd726f20b53c35b254b91aeda2ec692630ee5864d268b4f" + +[[files]] +file = "journeymap/icon/theme/flat/minimap/circle/flat_mask_256.png" +hash = "d45cc0ea6a7bf2f66bc57f982704a713299f2f2e8836362c0da2f99e095424e2" + +[[files]] +file = "journeymap/icon/theme/flat/minimap/circle/flat_mask_512.png" +hash = "c1d5583ac56ad87938cd2d7a385766277c4ca57e49563c5787a9f412ab57f4ea" + +[[files]] +file = "journeymap/icon/theme/flat/minimap/circle/flat_rim_256.png" +hash = "16f249791b986c0cd021de987f64cf59c36cc8c501727817a941942aeace2915" + +[[files]] +file = "journeymap/icon/theme/flat/minimap/circle/flat_rim_512.png" +hash = "ed890971359a4bcb5702f6c230c20c93dc30c4a6c709879256c39522cec03261" + +[[files]] +file = "journeymap/icon/theme/flat/minimap/circle/pur_compass_point.png" +hash = "2e577e98bc9b5a37434d5b446e290d814264f2389c50f0b815bd8c67ce537e53" + +[[files]] +file = "journeymap/icon/theme/flat/minimap/circle/pur_mask_256.png" +hash = "0bded5ef2d8ac502c21338c2fcdf413eb43f78923949d6e363d25d56380a82f9" + +[[files]] +file = "journeymap/icon/theme/flat/minimap/circle/pur_mask_512.png" +hash = "0f74c82f31451f880ef0d90a8a566b02b5f3304ebd50cb24234da5d8527c56ca" + +[[files]] +file = "journeymap/icon/theme/flat/minimap/circle/pur_rim_256.png" +hash = "5fb8ebd32460266dd14a59a3e1986b6438131c1d2e751496bec3f8a7ec042a8e" + +[[files]] +file = "journeymap/icon/theme/flat/minimap/circle/pur_rim_512.png" +hash = "ca24f18c51c76b646daa598ca4438f89a83d684e151a77e9de16134d2e235c2f" + +[[files]] +file = "journeymap/icon/theme/flat/minimap/square/flat_bottom.png" +hash = "0ed5af808f8f5f03cb4c7faf373e6d0a1b630cd08b23de1c9972f83d5e588f15" + +[[files]] +file = "journeymap/icon/theme/flat/minimap/square/flat_bottomleft.png" +hash = "2114d16ad8ca024c022fa74baa05305d569b3f5411e38c0f7598bb5d8f615acb" + +[[files]] +file = "journeymap/icon/theme/flat/minimap/square/flat_bottomright.png" +hash = "e601888a5731292294b34a02afbbf6c9feffa84b323a37f3c8db798bbfcee46c" + +[[files]] +file = "journeymap/icon/theme/flat/minimap/square/flat_compass_point.png" +hash = "beda592f3784f1263f372d6cc2f0d96ab0b44eb0f413a9b2b53bdffc0741a2c8" + +[[files]] +file = "journeymap/icon/theme/flat/minimap/square/flat_left.png" +hash = "8adc7d1cf82ff67f3a89f57a04c122c3247eac7b4745b324489c4dd38cce1de3" + +[[files]] +file = "journeymap/icon/theme/flat/minimap/square/flat_right.png" +hash = "df82f5728a76c1e5444d927fc8abbdc4f6dce2f8af69b91e0c20bb0107a67d0e" + +[[files]] +file = "journeymap/icon/theme/flat/minimap/square/flat_top.png" +hash = "325914f3f24630c3d0fd5c8913dda5c756c6e223cdea9d10c2edf8bbb5cb5451" + +[[files]] +file = "journeymap/icon/theme/flat/minimap/square/flat_topleft.png" +hash = "1c536d3bd14cb7d97c2a1c65bd5bd4eb97e37021e0e9ff7509f14ee12656ee1e" + +[[files]] +file = "journeymap/icon/theme/flat/minimap/square/flat_topright.png" +hash = "8bd7546ab31d772403040589a7d245ee0355b2d55a6f490b97dd2097a6394969" + +[[files]] +file = "journeymap/icon/theme/flat/minimap/square/pur_bottom.png" +hash = "9c872d98dac4d8391088710c621d741dbab8259b956d7c6d04c5fa3eac6e1bad" + +[[files]] +file = "journeymap/icon/theme/flat/minimap/square/pur_bottomleft.png" +hash = "2d43664a74f98a5f79ff649757640eb3f45c64f6b5fa7b39b59b2d1bded8b9b2" + +[[files]] +file = "journeymap/icon/theme/flat/minimap/square/pur_bottomright.png" +hash = "8b36b22cd5d89cdfaca944d18c791f77c525234efa8c6397d7bc9a0eb3f02e8c" + +[[files]] +file = "journeymap/icon/theme/flat/minimap/square/pur_compass_point.png" +hash = "beda592f3784f1263f372d6cc2f0d96ab0b44eb0f413a9b2b53bdffc0741a2c8" + +[[files]] +file = "journeymap/icon/theme/flat/minimap/square/pur_left.png" +hash = "52c056947aba9e6eddad0629f00a5047e652e2b4c4c2dcd93029639c1d1e4a54" + +[[files]] +file = "journeymap/icon/theme/flat/minimap/square/pur_right.png" +hash = "05a92d917a534561d495f14cd3ea90d6228fb8f625dcb429bd8975d2c50f2450" + +[[files]] +file = "journeymap/icon/theme/flat/minimap/square/pur_top.png" +hash = "c9aad7b0b00e2becede24938f9b96e3143c0ec168294e8f232f3c7389b50416d" + +[[files]] +file = "journeymap/icon/theme/flat/minimap/square/pur_topleft.png" +hash = "80ef5b6d0f012cf6b3f231b7a397285e5ea895a1527f4d86acbe1e79f905c1b7" + +[[files]] +file = "journeymap/icon/theme/flat/minimap/square/pur_topright.png" +hash = "7583ad283f7df4e47893d1081eed19da4c09cdeeb22f6378b2f5b012ea532320" + +[[files]] +file = "journeymap/journeymap.log" +hash = "4a5ecf00a0557de2dd739f35b83c325c09225ad0d754b057af161ca76de1ee85" + +[[files]] +file = "journeymap/server/5.10/journeymap.server.academy~safari.config" +hash = "bba6a8e75dac49de541d87f0918826732ea93e39f5737506b46f05fed4c4c2f2" + +[[files]] +file = "journeymap/server/5.10/journeymap.server.default.config" +hash = "972e458a987ebab7d2f968af65d0bdb48e2cf1973e296001b41ff8ed36a51c67" + +[[files]] +file = "journeymap/server/5.10/journeymap.server.global.config" +hash = "caeaf5cd261a19d5d2469c87da163e3885397dbddc63bcbe9f671fbe5427ad44" + +[[files]] +file = "journeymap/server/5.10/journeymap.server.minecraft~overworld.config" +hash = "e583d2e31ec2344e4af9fbfa25872b276b8db4cda27349841dfac258a2361559" + +[[files]] +file = "journeymap/server/5.10/journeymap.server.minecraft~the_end.config" +hash = "2fc19d403ff7410baae087aeeb644c1c35f1f060b56083e5159d4414929cd9ff" + +[[files]] +file = "journeymap/server/5.10/journeymap.server.minecraft~the_nether.config" +hash = "7d98742f382b49fa3ec39ade318c15f862f93d8c0e5dc394702f41cce4f75c01" + +[[files]] +file = "journeymap/server/5.10/journeymap.server.solara_dimension~solarademension.config" +hash = "ec77c8ba628e565c481a1bfc74acfc467f4f51cf96c1d605e86e422f1351dfca" + +[[files]] +file = "kubejs/README.txt" +hash = "050df4dac58ebda30a898e6c65e91cc4f4e15bcd7c2a19b58ab1c05082e36556" + +[[files]] +file = "kubejs/assets/items/textures/item/hafossil.png" +hash = "efd00bca991856635af7a137d065edbd73c94b6afbad1702f4c1029825741cc2" + +[[files]] +file = "kubejs/assets/items/textures/item/maxivfossil.png" +hash = "247880e7f416ed6b5c76000b6c3d832b497906a94859120e599b07ffc54d9567" + +[[files]] +file = "kubejs/assets/items/textures/item/shinyfossil.png" +hash = "7570d467facb6a0db4fae5c4435adea9040b816a471a0fbc8ec4bf841bf81f16" + +[[files]] +file = "kubejs/assets/items/textures/item/shinyincense.png" +hash = "2988c41b554ae24500dafeb5311d12798f3d7552ee12810569bb6735cb0a27b8" + +[[files]] +file = "kubejs/assets/items/textures/item/strongshinyincense.png" +hash = "c94089c00212bcc1f1f03b39d31670f9bc097f45876e6042f51dfc8a27a9f3c2" + +[[files]] +file = "kubejs/assets/items/textures/item/ubershinyincense.png" +hash = "0643409ea0fcbc9a1ab9ff6da6da08be815e16ae7143a297bd4bf3165c0f073b" + +[[files]] +file = "kubejs/config/client.properties" +hash = "e9c495f55a4914c7cce3931114363ffe388df7e202488be1d2b122e7491cfa22" + +[[files]] +file = "kubejs/config/common.properties" +hash = "8d532ad8d8617649b1a6a3320747984a9438f10ebe9fc083fba4c4ac63076a6c" + +[[files]] +file = "kubejs/startup_scripts/hafossil.js" +hash = "7041850eadc1b8d69e86df163ce7d4784e183362d0da6be82ce6a106545ad2e6" + +[[files]] +file = "kubejs/startup_scripts/itemrarity.js" +hash = "f27ac7f8abdcfa53d49d7b7b8efabcab619ceb4009046e7d591dea27fbc4312c" + +[[files]] +file = "kubejs/startup_scripts/ivfossil.js" +hash = "8ac6b64b829059f28b47eec16b273183cda51f8e9ec1ead2bff499d83cbe6c72" + +[[files]] +file = "kubejs/startup_scripts/moddisguise.js" +hash = "556795f9cf19fa5a64fd82dee8c904d2fda0336be2b366ad40744624b87a881a" + +[[files]] +file = "kubejs/startup_scripts/shinyfossil.js" +hash = "5e78dbb3f651b655657fe8498ef0235b84886a968651d651772ebc76ffb9b4f4" + +[[files]] +file = "kubejs/startup_scripts/shinyincense.js" +hash = "da797740c044c089f46bc2287d10c0e97b923b0eab79fb5efb66af5686cd0701" + +[[files]] +file = "kubejs/startup_scripts/strongshinyincense.js" +hash = "e7ba67628ec23d811b3fc79a8e4a12871aa9c20ee67f2a1c588729a2005cf5d0" + +[[files]] +file = "kubejs/startup_scripts/ubershinyincense.js" +hash = "08f59928c3e131884850803a8e9e226e00fc4bdf3a384bd8d9b08cd93a55054e" + +[[files]] +file = "mods/Cobbreeding-fabric-1.7.0.jar" +hash = "b166006583db4d8456e5d6d5be1e4a4407e4b65497ca2b2ae085194f13c2f1c0" + +[[files]] +file = "mods/DailyShop-mc1.20.1-v1.1.2-fabric.jar" +hash = "1c1034fcaff57b0f49a330e33c81c682a046b7e3205e8a2d1ce9508828c6d6e0" + +[[files]] +file = "mods/GooeyLibs-Fabric-3.0.0+1.20.1.jar" +hash = "0d45fd34c44581310e81d22abdbb1bee429d15f5d3b78f9a142feb3d75f89df7" + +[[files]] +file = "mods/Hunt-1.1.0-fabric.jar" +hash = "69b6faaa449c65238d3c3e196d704631c2cfe3304b35476fd3cc4619198099fa" + +[[files]] +file = "mods/Impactor-Fabric-5.2.6+1.20.1.jar" +hash = "2b14b016239d943af6e1e140c2ff130046ce1e28aeb6fbce568e7f952e5f5683" + +[[files]] +file = "mods/advancement-plaques-fabric.pw.toml" +hash = "1a9ac4888b6c071009a64b9e472716b937bda6545e334f3c3ba51b751bf1c7c3" +metafile = true + +[[files]] +file = "mods/amendments.pw.toml" +hash = "330f559f4dcab6e0e60a9e5022d254d365b99dc9297e4eaa66b1055a7ca4a343" +metafile = true + +[[files]] +file = "mods/another-furniture.pw.toml" +hash = "505f89da0af64879da1886bc0eb282ee13a4ae032aaa61a899a4a0a83f15dd6e" +metafile = true + +[[files]] +file = "mods/architectury-api.pw.toml" +hash = "2492a7266fab4c2ff411612180974b98510afb66a18e640f4de63ad615dd1e9e" +metafile = true + +[[files]] +file = "mods/ascension-megamons.pw.toml" +hash = "ad0e9974037b26d0dcd4b29ffc53355dcefcc29cfda64afb4873c41bd2379c34" +metafile = true + +[[files]] +file = "mods/ati-structures.pw.toml" +hash = "5dc8219b079991f4b0328db1c7323052366dd81d6fb4d28092afce4c9de96606" +metafile = true + +[[files]] +file = "mods/badpackets.pw.toml" +hash = "2f44ef7d4597f72f70877fe9b555ecdfe2bf882f96f712d9bbcd1dab8d951544" +metafile = true + +[[files]] +file = "mods/balm-fabric.pw.toml" +hash = "88d4ede7f5ed092076125de8c50fa9edf85076e0c3053ee7716d9d02449dd8b1" +metafile = true + +[[files]] +file = "mods/bits-and-chisels.pw.toml" +hash = "67c0bda3a8e0b6be665d2d566bca4523c902f655e7b6c94cacb42506ee8d1026" +metafile = true + +[[files]] +file = "mods/bobby.pw.toml" +hash = "d7255889c832072601ab0a3878f5cbeb056d3bc903146074e22c5850433ee747" +metafile = true + +[[files]] +file = "mods/boosted-brightness.pw.toml" +hash = "8a7ebc5e510a4cff62e5c0927e09f51fc001e2553dd753359e1b6406cce18f88" +metafile = true + +[[files]] +file = "mods/bountiful-fabric.pw.toml" +hash = "3a840f04c06769d2a3c89d63133a8f8170d4d0f9aaea6c2e48f09fc7d1906048" +metafile = true + +[[files]] +file = "mods/building-but-better.pw.toml" +hash = "1717d7c029bf67f8f3b9ad547299ed119a7379cc810e7edcf77c3e8c123c97da" +metafile = true + +[[files]] +file = "mods/camerapture.pw.toml" +hash = "bc4fbdd7c35142a2df95392eae46470e48b007dacf934a30ba48daeb58537e5d" +metafile = true + +[[files]] +file = "mods/carry-on.pw.toml" +hash = "3b45878fbe0e15944f9d4c159741548debf4d775fd9e2f9992dcd1719c08b3da" +metafile = true + +[[files]] +file = "mods/chat-heads.pw.toml" +hash = "ce38f6e88355a09b1cfa897248c2254af3a45eae261f85512962e489c4538cc1" +metafile = true + +[[files]] +file = "mods/chatanimation.pw.toml" +hash = "ba0b23cf88c96c480618d0de40b5aa98e070d26a023aad945298b01f8451d0ba" +metafile = true + +[[files]] +file = "mods/chimes.pw.toml" +hash = "83eeb853e25dbc170868cb1c4d7893512f4e755eec073c77dde260963a8ed7cd" +metafile = true + +[[files]] +file = "mods/chunky-pregenerator.pw.toml" +hash = "8f3e01ad47042d186087576cd17e91f78576295e7ca16fb885550910cb97caa4" +metafile = true + +[[files]] +file = "mods/cloth-config.pw.toml" +hash = "ae11fe7c63207b7257ecb782d421655c6f56adb551b78ad430066edc94bee3b1" +metafile = true + +[[files]] +file = "mods/cloud-boots.pw.toml" +hash = "03a9b24d28ca93b3bd39b4de223ba02d0ae44130ca032713d1b7e57633109fae" +metafile = true + +[[files]] +file = "mods/cobbledex.pw.toml" +hash = "93df78cb32a5ccce26da4e00a28731400c636621274bba796def74bec2649c48" +metafile = true + +[[files]] +file = "mods/cobblefoods.pw.toml" +hash = "e3d9cbe850c9efa803717ba493fd7f23ca092331dac78a614da71806c560d797" +metafile = true + +[[files]] +file = "mods/cobblemizer.pw.toml" +hash = "b0759d723ba34950213a8c5677504c394aa6b106940c7f0b90573107406e8346" +metafile = true + +[[files]] +file = "mods/cobblemon-counter.pw.toml" +hash = "edef6c4810e9b2bc70069bf97022b4c7455eae77e3352b0460c8ef2e9153eb71" +metafile = true + +[[files]] +file = "mods/cobblemon-fight-or-flight.pw.toml" +hash = "5a47c9252b4f7d34b248349af836fbbd5862918158937afda33c08e071042108" +metafile = true + +[[files]] +file = "mods/cobblemon-integrations.pw.toml" +hash = "a0a5e57f5f00dc6aa3a4cb694770b669993920e0ad49ff0b9675ca2d48a05fbd" +metafile = true + +[[files]] +file = "mods/cobblemon-loot-balls.pw.toml" +hash = "8330af5786213bb271a13b9d935b79bb1e3f798caa97c4634e07e28ba825ff94" +metafile = true + +[[files]] +file = "mods/cobblemon-move-inspector.pw.toml" +hash = "728877c9e488fd05f59351ef61783e866275f04d429fd6e43a7e660233e2793d" +metafile = true + +[[files]] +file = "mods/cobblemon-pokenav.pw.toml" +hash = "cb253a41577d4f776e1df609852fb1a0b4b14c39ed6c9427e096c5386b716e0b" +metafile = true + +[[files]] +file = "mods/cobblemon-star-academy-integration.pw.toml" +hash = "05678beeec15114616ea7c34ef51dee9c10c4c746326d14a340e4f380e352a66" +metafile = true + +[[files]] +file = "mods/cobblemon-unchained.pw.toml" +hash = "bf10d8dca6493f918cdb59d96d15046e872d0537734be4125fb77cf3637ecf75" +metafile = true + +[[files]] +file = "mods/cobblemon-yet-another-chance-booster.pw.toml" +hash = "1aee99598e263f00a906aeec17fc98683d8050e43e35c6fd2fa3398cd3314ddb" +metafile = true + +[[files]] +file = "mods/cobblemon.pw.toml" +hash = "c1242b80aea0726aae08e0cfdb220266960d62e41ab4db60403bdbcd854d6a7d" +metafile = true + +[[files]] +file = "mods/cobblemonrider.pw.toml" +hash = "3625e990f31031dd2eb20d83afd5da641a4d593a873daec44606fef60540bf55" +metafile = true + +[[files]] +file = "mods/cobblepedia.pw.toml" +hash = "bc0889dcebcf7c1f576d9ecfed77a93bc921ac39e78c3c2a7cdd6a0fd2029796" +metafile = true + +[[files]] +file = "mods/collective.pw.toml" +hash = "56ca5adf65660e95f1acd0a30e3fed0565e490bc545e7b32c628051a5926632c" +metafile = true + +[[files]] +file = "mods/controlling.pw.toml" +hash = "e7513fdc9b93652c928a5af59e9dc6a5b21dfe5200fe78883a6fa56d3cdefa1f" +metafile = true + +[[files]] +file = "mods/convenient-decor.pw.toml" +hash = "fbb007bcafd29ded00f8ae14ac8621001a8d925c626d1cd7b2ebcda197b6f9f1" +metafile = true + +[[files]] +file = "mods/cooking-for-blockheads-fabric.pw.toml" +hash = "9bbdee0b13166bc35139b1a90b69c94ee5c6fef5879cfb496ef6cee5f9bb5a5f" +metafile = true + +[[files]] +file = "mods/corgilib.pw.toml" +hash = "2e9f0cf136e33806f330dbbd3ae665cbc5796ae78d1061d3c8b6ecd48a30f4ed" +metafile = true + +[[files]] +file = "mods/crafting-tweaks-fabric.pw.toml" +hash = "bb5638c5298265a73c1cc6515bd600f5bd368ff39231385e66aa9dac8c933632" +metafile = true + +[[files]] +file = "mods/crafttweaker.pw.toml" +hash = "4076e8b8f1f3d9491ff4a501351ac582bcb218d13496733d5d27d28d58149a02" +metafile = true + +[[files]] +file = "mods/crawl.pw.toml" +hash = "636395fce13e7415566869a74111fc8c321a37e824362c06762702a55af8f0c9" +metafile = true + +[[files]] +file = "mods/default-options-fabric.pw.toml" +hash = "6dc6b06e4efee5e835efdaadd8f8239bc777aa0e4efd224ed4c8315633c70a64" +metafile = true + +[[files]] +file = "mods/defaulted-hotkeys.pw.toml" +hash = "dbef23718d0b1a6bbf494bc14ff047fb823ddb7ca70f08271a789e082da4d30e" +metafile = true + +[[files]] +file = "mods/drp-global-datapack.pw.toml" +hash = "6a86fc0be268b1e90cb9ff397f105b14181a3df3fdcc4cb273d0357d3a49353d" +metafile = true + +[[files]] +file = "mods/dynamic-crosshair-compat.pw.toml" +hash = "463f5413fc4cb3cb84258701e03d9cac268ac980a18298c60f35838b4220d079" +metafile = true + +[[files]] +file = "mods/dynamic-crosshair.pw.toml" +hash = "23d3a9425697935730136cc83a681b4432a56426cf709d69c7091a1e15fe6e04" +metafile = true + +[[files]] +file = "mods/el-and-ls-dyes.pw.toml" +hash = "7458190e86d91abdbd9b296734788212fd6deff68d8a45ef47c00a352d85e960" +metafile = true + +[[files]] +file = "mods/emojiful.pw.toml" +hash = "a463035ddfa901370ec7293103a6405ed5f476f4a2a7468cc3552f07686bd510" +metafile = true + +[[files]] +file = "mods/enhanced-celestials-fabric.pw.toml" +hash = "d161fb951ae006f4bdc6ca5484b5fe3c4446820cd63765d8067e645537454852" +metafile = true + +[[files]] +file = "mods/even-more-instruments.pw.toml" +hash = "e2baf275481e7e2dd971142285a8a3d3bdbbf007b846d0a9b28d012b0fbae4aa" +metafile = true + +[[files]] +file = "mods/fabric-api.pw.toml" +hash = "8de441dd57379d434805fb87722233fa39e346a9152828e7ff49b0ed9b2bd518" +metafile = true + +[[files]] +file = "mods/fabric-language-kotlin.pw.toml" +hash = "070f3b65efd84e7d28e84d819e94f1d886ebb9df0d2c8e2e5acc168966a34f67" +metafile = true + +[[files]] +file = "mods/fabricskyboxes.pw.toml" +hash = "70d97418891fbd1e05361190d08f45394a30c91e461048c73cf2a54e98dc69d9" +metafile = true + +[[files]] +file = "mods/fancymenu.pw.toml" +hash = "8ab49738ebea6091cdeffd9da699c7b245d721aeec854e557daac16135fe88b2" +metafile = true + +[[files]] +file = "mods/faux-custom-entity-data.pw.toml" +hash = "8629f55ffd91cfa46eb26611afc3b188dbccc7164277c3d9b7df2dc09b219932" +metafile = true + +[[files]] +file = "mods/findme.pw.toml" +hash = "e8ff89efa99908dbf7d41487850024acb86fd4d64bbc4caadb5f9681fead1042" +metafile = true + +[[files]] +file = "mods/forge-config-api-port-fabric.pw.toml" +hash = "7d5bfb2d7dea6386110f2f1f364696f43b23afa969be6f41cebafa7e7e992335" +metafile = true + +[[files]] +file = "mods/ftb-chunks-fabric.pw.toml" +hash = "794cbc97a8bbbf3b910f1df5ded126923f76e11eec98d2aa6a827f6455e734cd" +metafile = true + +[[files]] +file = "mods/ftb-library-fabric.pw.toml" +hash = "1c54a2d4aa370e2bcb086caad15e4fa36bdd98e825ddda5672bbdcd23ad477df" +metafile = true + +[[files]] +file = "mods/ftb-ranks-fabric.pw.toml" +hash = "4e505c92926f8c620bab16fb842779130e82ee2644267ebc1f2471b276a25c21" +metafile = true + +[[files]] +file = "mods/ftb-teams-fabric.pw.toml" +hash = "4b6e750998339114bf081528a710bf1f0090b52b9c83b971a727dd55157b67f7" +metafile = true + +[[files]] +file = "mods/geckolib.pw.toml" +hash = "315dc632de6f067ccbda8a4ce4ef4e68945a4306333cfbadec1f7335c7a67c16" +metafile = true + +[[files]] +file = "mods/genshin-instruments.pw.toml" +hash = "2f4115669f930429df387d7d6ba0368e2089bfcbbb230112566f3de42514be4e" +metafile = true + +[[files]] +file = "mods/gravels-extended-battles.pw.toml" +hash = "2b01adab45aa4357e3df048eddc399ba33ef0f439bfb4c0ae1c02ec7ed87d537" +metafile = true + +[[files]] +file = "mods/hearth-and-home.pw.toml" +hash = "d3e63b9d68dce259ee5ceaf5d32a4638d2914b14ca55485abcb75564befc6bd0" +metafile = true + +[[files]] +file = "mods/heartstone.pw.toml" +hash = "f94047613bd0e63e8c6f8e0fad2858551d84484ea87d98f4b9e84698585aaca8" +metafile = true + +[[files]] +file = "mods/hopo-better-underwater-ruins.pw.toml" +hash = "090790d5a0e7df58fecccd80a51dc4511e0b19ed1f236fabce2261b0928811c6" +metafile = true + +[[files]] +file = "mods/hotkettles.pw.toml" +hash = "bca301485a986274b5cea7a754579e9b98dfa9ef758a0b80a992d9bae5d015a9" +metafile = true + +[[files]] +file = "mods/iceberg-fabric.pw.toml" +hash = "2c1bac5d5bc9061449e91525e3564883743273cbe2eade645a2a70e8c38a9927" +metafile = true + +[[files]] +file = "mods/improved-pillager-outpost.pw.toml" +hash = "cb96d8ce030df9c38bceab91eabc9ddd00417bdf01d5751a664af6ed7a09f58e" +metafile = true + +[[files]] +file = "mods/indium.pw.toml" +hash = "7e0aa0482e5ffef1c3a1d533813cd734db0b6d4ace1f83dfbaab63372236d823" +metafile = true + +[[files]] +file = "mods/irisshaders.pw.toml" +hash = "71a26ef25c317259238a5ec2e5929f68073ced1882145d1122815d33711d2ab2" +metafile = true + +[[files]] +file = "mods/item-obliterator.pw.toml" +hash = "dd8a68293c82c888f01d4972ce764567e5af92c9641485fa17ba57b336e2da8e" +metafile = true + +[[files]] +file = "mods/journeymap.pw.toml" +hash = "2e0b95a2e452ba4e42417bcae1d201c8c80ffaca9c0a6f37e0c7493fd45655ad" +metafile = true + +[[files]] +file = "mods/justhammers.pw.toml" +hash = "25b49da336f5509ff302eb5d32511e9bd101d13b0c7f02f6ebb53e2bd85c65b1" +metafile = true + +[[files]] +file = "mods/kambrik.pw.toml" +hash = "a1aef67c1fcb62afe66af906e929c09f91ac503fca30d7903b174784f919a2df" +metafile = true + +[[files]] +file = "mods/konkrete-fabric.pw.toml" +hash = "2895ab3b454293884e288a125bba2fbf4135475573c345ef919d56f2ad91419c" +metafile = true + +[[files]] +file = "mods/kubejs.pw.toml" +hash = "8e3536092375aecb58eff2d81714fab7a3272375c9e6e19481ea500e6fbd9726" +metafile = true + +[[files]] +file = "mods/labels.pw.toml" +hash = "bad0addc25dc66037ce73076454b881a296af419f8ae2170ec36c7c7968083af" +metafile = true + +[[files]] +file = "mods/legendary-tooltips-fabric.pw.toml" +hash = "455ebcd7078eddf6c4dd3bff09f70bb3d755d4fa1665ff9070e8c37077c54dce" +metafile = true + +[[files]] +file = "mods/loot-beams-up.pw.toml" +hash = "16c9f500eb810b35699f7c16eb48cd60598faa0bdc5549811fb870c3976de674" +metafile = true + +[[files]] +file = "mods/lootr-fabric.pw.toml" +hash = "e7f748c45bab5a2d9c6c34d99703b9c8aa09e0c5e8069938cad9de693a9965e1" +metafile = true + +[[files]] +file = "mods/melody.pw.toml" +hash = "2af509457d13907cf0b48f2f0997750c07e0349f6522b87f8b4bcd1794aa2559" +metafile = true + +[[files]] +file = "mods/midnightlib.pw.toml" +hash = "3a82c08c74d69af0bc30a682da43945005455162276f60efdc3eb5b62d747499" +metafile = true + +[[files]] +file = "mods/modernfix.pw.toml" +hash = "9d3efa99729c1fc119636c4d3328abbe60898f8b575ed44fef31848c91b1b718" +metafile = true + +[[files]] +file = "mods/modmenu.pw.toml" +hash = "66d1b7bc973830475a7bae8a5b823ec42fbc1ed1f4d4c514f1e6a21b20177810" +metafile = true + +[[files]] +file = "mods/moogs-voyager-structures.pw.toml" +hash = "ad5c0d2e9bbf37e76d28467f50974c359dfc3a485d117e74b4ba925a9cca6139" +metafile = true + +[[files]] +file = "mods/morecobblemontweaks.pw.toml" +hash = "dcdbdc8f0af3a945b457bcbb0a31c00e892119f3873e672399ad3920cda7f1af" +metafile = true + +[[files]] +file = "mods/mouse-tweaks.pw.toml" +hash = "1b4f637283c0c4e87d642641338dee78b0357b97fbc62fe69911cee8d0b557dc" +metafile = true + +[[files]] +file = "mods/mouse-wheelie.pw.toml" +hash = "7776c44ec1265a67bbba7cac2a3dfd9f6893ea670ee95ffb4ed94ef5bacdf8cc" +metafile = true + +[[files]] +file = "mods/mss-moogs-soaring-structures.pw.toml" +hash = "3ee05a1b51be6b0b941a2b7adf2957884af76c9094fa324e9a90e1fd7f86e1aa" +metafile = true + +[[files]] +file = "mods/muffins-picnic.pw.toml" +hash = "771fb250cb35bf5f8be92bedfecf8090955b1e2507f82f351bb84a33add0e564" +metafile = true + +[[files]] +file = "mods/myths-and-legends-cobblemon-addon.pw.toml" +hash = "616a6df48e4533ba07b39c6dd8d05716be4b011675daf027d1b0fccf20e34923" +metafile = true + +[[files]] +file = "mods/natures-compass.pw.toml" +hash = "cb38b82b931ae3c33bf9c21ad0934fcebaebcfe065838ade56a0661e283ee7d6" +metafile = true + +[[files]] +file = "mods/necronomicon.pw.toml" +hash = "020c457eee3a752be52370413f066cd0591bf992bae127b20ea04522b394a60e" +metafile = true + +[[files]] +file = "mods/nightlights.pw.toml" +hash = "fbe054ec4425d48b76c89216ba087c3ef48044db64fde9a763645ef09fab92a7" +metafile = true + +[[files]] +file = "mods/numismatic-overhaul.pw.toml" +hash = "946d1aa13a7ac2fc04d2b348a32f8a8f3106805a9caba6d6d3427446bfc55cf0" +metafile = true + +[[files]] +file = "mods/oh-the-biomes-weve-gone.pw.toml" +hash = "5f6b0d40c53566c5c9fef9c333176d3c7aa86bdffcc74776b7b7b760577163bc" +metafile = true + +[[files]] +file = "mods/oh-the-trees-youll-grow.pw.toml" +hash = "2aaca3b8aa5ad48aeffd2d44a583ffa431eb1e90e8419565955d4bbdbb694859" +metafile = true + +[[files]] +file = "mods/owo-lib.pw.toml" +hash = "9a0ab52020c3a2d073e71f07ce11b9d2d8ae0a17b8a3cf0c9227029a51df51c3" +metafile = true + +[[files]] +file = "mods/patchouli-fabric.pw.toml" +hash = "bb0398103eccb3b7bb136776e68e7eda242c25d4d9864d4551d18beca58bc913" +metafile = true + +[[files]] +file = "mods/pehkui.pw.toml" +hash = "9e26bfad609bded0b1ed972a4cb6ed0bd66fdecd352970ffee6b50dd6a81b4fb" +metafile = true + +[[files]] +file = "mods/player-ladder.pw.toml" +hash = "ff1b0bbfbb231931ba37469e66195e86bebf7f57077041cc979c459dd4759eaf" +metafile = true + +[[files]] +file = "mods/player-roles.pw.toml" +hash = "39bfd7d6ce12b53b6490d24ff3a4ac1554cb8e5b3af3c7785254fd817e60b40e" +metafile = true + +[[files]] +file = "mods/pokeblocks.pw.toml" +hash = "69b442d3d276473e0a60d3e93010731218768b1c0a88500c94287b917195c283" +metafile = true + +[[files]] +file = "mods/prism-fabric.pw.toml" +hash = "0f4cbc95a3ba8b72b62fdae171933c59a6e4f87ec6e03b26e8d0dd2a0150f5ca" +metafile = true + +[[files]] +file = "mods/puzzles-lib.pw.toml" +hash = "0262df78f767ee3ef2d32c1815b82b2f5710ea7c934bd875639a711197f27342" +metafile = true + +[[files]] +file = "mods/resource-pack-overrides.pw.toml" +hash = "c27c5ecee525aa7c5884f0807a34430b14c29a58fd38e1f9e7830969dd1c13d7" +metafile = true + +[[files]] +file = "mods/resourceful-lootbags.pw.toml" +hash = "9ff9f793a29ed8e3fd9fdeff9640b16eec2baf2e9cac0fd02b3db4fc96c42c62" +metafile = true + +[[files]] +file = "mods/rhino.pw.toml" +hash = "13d4d6c3cc4766448894ee84eb6f36494838cc99e4092b68a2eda6407b1df7ed" +metafile = true + +[[files]] +file = "mods/roughly-enough-items.pw.toml" +hash = "286cf1d4aca340479b10c51874cd7cbdb13559140c846bbe9270e3f6f8fc528c" +metafile = true + +[[files]] +file = "mods/seamless-loading-screen.pw.toml" +hash = "02ceb41d5f2fd4b2fb8299bb3615a94cd22e621a2ce42992b5227566ec22c6ce" +metafile = true + +[[files]] +file = "mods/searchables.pw.toml" +hash = "98739e44d0a6e97c0776861a551cf689d9190a215640210007dd28d3edad9107" +metafile = true + +[[files]] +file = "mods/selene.pw.toml" +hash = "558e39174311780b7ced4bc9d7ba707cd7ac3b36e726779893df1debe9f25edc" +metafile = true + +[[files]] +file = "mods/server-hats.pw.toml" +hash = "1b3d37b843da4317c0f567ddac21c6e262265c792670e31a086e8430e2324a18" +metafile = true + +[[files]] +file = "mods/shader-toggle.pw.toml" +hash = "60551702e975c2400711e13b513af4887836c4578c79073f60d2dbc638a837d8" +metafile = true + +[[files]] +file = "mods/simple-voice-chat.pw.toml" +hash = "6a35e1cb7d8a681459740410d033fba0cdcde1fed7e5886985c0412b7bdeb5ee" +metafile = true + +[[files]] +file = "mods/sit-fabric.pw.toml" +hash = "11e2e4821470399e36976d82f7656807d2ca4fb4244f5a7117040db17e893b08" +metafile = true + +[[files]] +file = "mods/slideshow-fabric.pw.toml" +hash = "3976b9936829c1bd51a9bf9d9c1177cb7457fb216268bc4acd39592d13763fbe" +metafile = true + +[[files]] +file = "mods/smooth-swapping.pw.toml" +hash = "a4fced29c81b31d9f0888b61b1c3c53409c9f35dcb0c6242f2e0aebd8e15ba98" +metafile = true + +[[files]] +file = "mods/sodium-extra.pw.toml" +hash = "1c715482d789775635bdadfd07a193c9b72474d9bbae2259e3c65c3a054edddd" +metafile = true + +[[files]] +file = "mods/sodium.pw.toml" +hash = "607e46ceb8ff9140a7a928734a10fdce835d1b4fbb0d49226d83f39e60d42e44" +metafile = true + +[[files]] +file = "mods/solara-dimension.pw.toml" +hash = "4fdaa1127c89fc46ebb377ddc7e1f77d52165586704ef3ff74483bb10a07cd7a" +metafile = true + +[[files]] +file = "mods/sophisticated-backpacks-unofficial-fabric-port.pw.toml" +hash = "38874a197c53302277a7627a900e4bdbab81d027132bc098bc09d1a7c91b1992" +metafile = true + +[[files]] +file = "mods/sophisticated-core-unofficial-fabric-port.pw.toml" +hash = "3a3782b9926abdf259202c95e673e4479f96e5f7e1a968c704f8942c0e1e5d89" +metafile = true + +[[files]] +file = "mods/sophisticated-storage-unofficial-fabric-port.pw.toml" +hash = "ae059876286d5b49cbcb33d37b8be3e487c21bde28c0995ebe8cbc095590902b" +metafile = true + +[[files]] +file = "mods/spawner-controls.pw.toml" +hash = "8a8f5b128cce92c74d3fa3e4b0c79e4a1569adc67f7917c8054d24f6bb281104" +metafile = true + +[[files]] +file = "mods/starter-kit.pw.toml" +hash = "65e2f876769b7392d0a96fd7a5f8f108457ef87eaebe91b6dd0416ce543c071e" +metafile = true + +[[files]] +file = "mods/stoneworks.pw.toml" +hash = "b7124a0d8cdf19f4de41db21aa26cfe4ace1d5c20779ea1db0dda0f68a0c6e20" +metafile = true + +[[files]] +file = "mods/terrablender-fabric.pw.toml" +hash = "4c3e112fd51bd798d94aee2d0b2b760273bea50480ba0f607f0277e3a7da068f" +metafile = true + +[[files]] +file = "mods/terrastorage-icons.pw.toml" +hash = "980020b4e7ff57b13a25aae37b99921e5bd1237cf064549df8f284ea0a8f0243" +metafile = true + +[[files]] +file = "mods/terrastorage.pw.toml" +hash = "c48aabc8cd4fcb9401e1489063a4a436aa4bb9de641ad7da37996820166d6bbc" +metafile = true + +[[files]] +file = "mods/the-open-sauce-toast-killer.pw.toml" +hash = "110d58fda49184f8aec979a24d5cad49df27fc9c5de31c3208cb1e6627767cc6" +metafile = true + +[[files]] +file = "mods/tidal-towns.pw.toml" +hash = "b998bc85c8cdd0a6b2c07ec18aebcceb43244a2446bc221f4ee10cadb6f0ba1c" +metafile = true + +[[files]] +file = "mods/toms-storage-fabric.pw.toml" +hash = "87aae6d18fc180e3fd55c838601a38f0eb00b458db2187472dd3f88c9511e299" +metafile = true + +[[files]] +file = "mods/towers-of-the-wild-modded.pw.toml" +hash = "aaf42d9bcffd056c2c3cc12d476687b950b140215b438e96ffe09ab94dbda9d3" +metafile = true + +[[files]] +file = "mods/travelers-titles-fabric.pw.toml" +hash = "801431918ee26ff945d3728f4fd6f124ef7944760a61194b3d0898379434ec28" +metafile = true + +[[files]] +file = "mods/tree-harvester.pw.toml" +hash = "8b4c28cfcf829781303c7e590f386cd3e73cf1952bf911369948f9e8322e3d58" +metafile = true + +[[files]] +file = "mods/trinkets.pw.toml" +hash = "d9bfec2cf36b6bae2d85a1136560e047ab8ce1b0e9798e7b6be5d0670f65fb55" +metafile = true + +[[files]] +file = "mods/vein-mining.pw.toml" +hash = "26abe43f2212a3fd943798d445db6bf9f8ecba76c4e8f7fe45ed703ff8d77645" +metafile = true + +[[files]] +file = "mods/waystones-fabric.pw.toml" +hash = "4afe0918688b41e4e372ae13609f3397c416258d8b924e59b0e75101b350088b" +metafile = true + +[[files]] +file = "mods/where-are-my-tms.pw.toml" +hash = "37bc2923c276f5b95f0798bf8b3a695ce486cfe0b8889d8dd82a71db8b100f8a" +metafile = true + +[[files]] +file = "mods/william-wythers-overhauled-overworld.pw.toml" +hash = "ac26aae21a13356e9ad5cba79e192692606806e7f2ce4db9157334427ab15e3a" +metafile = true + +[[files]] +file = "mods/worldedit.pw.toml" +hash = "bd1dc13316e2aa9b56c89e7e974057f8da8d6bbfe707ba4210109fc612b782e3" +metafile = true + +[[files]] +file = "mods/wthit.pw.toml" +hash = "56cc1a48102ba6237c1d604a998cff4126a7be281d1c20338e75040ad258f95f" +metafile = true + +[[files]] +file = "mods/yacl.pw.toml" +hash = "2e28fc50951becf6f57c56d2d4f98f11f27adc6feec072540e585fe6f1cc3c4b" +metafile = true + +[[files]] +file = "mods/yungs-api-fabric.pw.toml" +hash = "238ac28ffc1a311a782fa569021f3cfc93c2d5ed7773b3273fdef736b80d9fb3" +metafile = true + +[[files]] +file = "mods/yungs-better-desert-temples-fabric.pw.toml" +hash = "129c4bbfa9c25574433eee4205ad3136d91027af612ff850a941d634d4051f62" +metafile = true + +[[files]] +file = "mods/yungs-better-jungle-temples-fabric.pw.toml" +hash = "cd50e5cd765566a7da26153f8000913de415dd536e213f535009f8d4dd5cc3c7" +metafile = true + +[[files]] +file = "mods/yungs-better-mineshafts-fabric.pw.toml" +hash = "4b051a6f31f33f629199e2033a5773fa25e24fcdaebf250c96f95a96f629b758" +metafile = true + +[[files]] +file = "mods/yungs-better-nether-fortresses-fabric.pw.toml" +hash = "c813b4aaebbdec8b97874334333fcb2fe606ad6473fe44f2cc48c6f74df12393" +metafile = true + +[[files]] +file = "mods/yungs-better-ocean-monuments-fabric.pw.toml" +hash = "42b17d95baef2a67c36a91d3cbdef1a7a0858852792a8fd9b67b1c5ca6960658" +metafile = true + +[[files]] +file = "mods/yungs-better-strongholds-fabric.pw.toml" +hash = "520012b82bfa92bbd6ac71855d16119eaa7e4c3e7e29234ac00f4861dbd4b44b" +metafile = true + +[[files]] +file = "mods/yungs-better-witch-huts-fabric.pw.toml" +hash = "48cd5e6fc8bc8951f0e33e21d49d4c59dcbae57134e6c7425371ae566aaf6de7" +metafile = true + +[[files]] +file = "mods/zoomify.pw.toml" +hash = "f17f9d16b382e9082a4f963f16cfb973469fb1052cdf68188fea211bfe4ae4c3" +metafile = true + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/LICENSE" +hash = "14f42da142e73ef9f267a5e4bb4aee5e2b9bad00a0e6c394b2c88d6ef6221361" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/particles/fire_beam.particle.json" +hash = "dc0c2179c57c97d12eb842eba1eabf61c7f64d0f28e3c6ccfa5ba192edc87c50" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/particles/fire_beam.particle_old.json" +hash = "83eeee407fe1c6d2099b338ee57912320d6c7fda50dd34015c9f512c97288f09" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0228_houndour/houndour.animation.json" +hash = "beda128141c8c7c8724cb27a67022544f3ed4bbf68135f92739a680b37e2c138" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0229_houndoom/houndoom.animation.json" +hash = "fc948186db788663fe4f041beeb97a5bc3321d34cb9972b51a2dbf555dcbb983" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0580_ducklett/ducklett.animation.json" +hash = "8a479d112c111cc4ff18da4e370e492e3ed36ced5d86418db16f3edecced5f7d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0581_swanna/swanna.animation.json" +hash = "effb04c6f75bf378d705e173de141f50fecf83a5c886b311b464efb30784e017" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0747_mareanie/mareanie.animation.json" +hash = "d8dec25d5fbefb41faedf88cf20a4f26b15ae9d658140f481d6f11d0ebbf774b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0748_toxapex/toxapex.animation.json" +hash = "9aeb453a082ec2386741f2181a42ee09f1e635ce28413ce47cfec95f8ffbc4ec" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0848_toxel/toxel.animation.json" +hash = "a87135cad125556d61ad52a41e1582f95f2930eaf79bf068961c301dda77465c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0849_toxtricity/toxtricitya.animation.json" +hash = "08f5e75abf848a642343433dc49cd2c5f73538bb574c775a5784dcd48e125326" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0849_toxtricity/toxtricityb.animation.json" +hash = "1ef01766d0903ebfc30b4e67bdcc06b0dd6a8b50c8bd77dde657dffe3f827e5f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0896_glastrier/glastrier.animation.json" +hash = "de852469e2f47fba0a232a490f3f480257cad0101417dcd71748c88fde632686" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0897_spectrier/spectrier.animation.json" +hash = "c28da6b902dff4944cee20e22de062093d867a3efedd5c1ff84a440a1dbe7186" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0898_calyrex/calyrex.animation.json" +hash = "a7402f4801544793252581f5eb01d5d420f83a39252edc0f385838f7ae11145c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0971_greavard/greavard.animation.json" +hash = "2eebdbc80baf4e54021859209fd4b1340842799b728f33a6dee02f51d599711d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0972_houndstone/houndstone.animation.json" +hash = "265620d7d43c764a05928f669caa4ae61a57eedf00210ec6b92ebb96d160ddab" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0994_ironmoth/ironmoth.animation.json" +hash = "516c09959eb0d2040067de54c58c5e389b59d5b7df0cc8fb1bb6a781f8f642da" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/absol/absol.animation.json" +hash = "c98642c914034bcfbcb005c29d35021a93d5f2d48c0ed3f7bbe98caa6d00c0ce" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/altaria/altaria.animation.json" +hash = "040802b94a23c7b561d7ef1416727a8889e769a3669fe0d303505bee9afd37f3" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/amoonguss/amoonguss.animation.json" +hash = "f3354f79853e7462626d1d49641e0d1002775b249d39f98a9cb51f7209d1a2dc" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/appletun/appletun.animation.json" +hash = "b1bd5b576475371585350292870fc2119f70848e48a543a65acdaa25a6622bb2" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/applin/applin.animation.json" +hash = "0c50a9a677297a9b31f6f9e45eb0da27be9f44e06713d047585bde214cf834df" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/araquanid/araquanid.animation.json" +hash = "6f79cddc363a97ee291bd2d82724759000cf35b8e63f149b90b9a1418ec622c1" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/arcanine_hisuian/arcanine_hisuian.animation.json" +hash = "e5936608378e0cf41e07bd95d75d7bc9ff7d576c893e5442b4b1ff8d68f0944d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/archaludon/archaludon.animation.json" +hash = "561a3921323cc9354d0401495d5c6a70b50e62e9577543a510a15f9ac8e786f2" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/arctibax/arctibax.animation.json" +hash = "50428b35e5e68df16baecc21d72ed30be5bb7ca965314124cd8a021523a75e0d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/articuno2/articuno2.animation.json" +hash = "965601b40290c74d4d006c7c1ff9cec149d8fbf9e5056f74e2077ee8b8fb9fc6" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/articuno_galar/articunogalar.animation.json" +hash = "0f65b67b0f6ad6653953d18c28d39938a855016307a3e14dd69e6d4433158bb7" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/avalugg/avalugg.animation.json" +hash = "459d4fe6ceaad8b38138678154ca5f2922293c4fcbe4ccd1e38742c3e865d244" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/axew/axew.animation.json" +hash = "f1d2fc040485e3aa0de773c90a802f89f2aab73656afd937e6a40fbce91c7d33" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/azumarill/azumarill.animation.json" +hash = "911d528fd72463202f27178d6fa321bfedccb8457827a5308ef281d89c1e1a00" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/azurill/azurill.animation.json" +hash = "1dd771503107d6c83ae020eda2f059c0090ec0ab17a511061e9083f1c63e4d57" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/banette/banette.animation.json" +hash = "23a8b64d07f24c7a554ec2e5b0897f9f9df06ec15bb12f9ffed8b3e43be21b81" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/barbaracle/barbaracle.animation.json" +hash = "d3c3192c1363e089122e8009911e0706ccd0dbd936b72fb8500cf961eac4b19e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/baxcalibur/baxcalibur.animation.json" +hash = "2008dc994ff0baa8d763d2d74dbfda3f247f1984960fea0e459f7ea6805af8c9" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/bellibolt/bellibolt.animation.json" +hash = "bab103fec092f6a69ede6ce8e47ab3e8d382eb049769cbfdf52ae4dd6ade2f5c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/binacle/binacle.animation.json" +hash = "8a22cb7d02aeb1082d6cebbadfe46d141defb65423a2108c674725a07c577562" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/bisharp/bisharp.animation.json" +hash = "71d5a8850adee6e9377cc9f7af755622681b6936575e15f31583032731c6d30f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/blacephalon/blacephalon.animation.json" +hash = "95b21d402f274968cd604bcdf50ea27703b88248001ab8d858191c094919d113" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/blipbug/blipbug.animation.json" +hash = "10515f816b3bfa875bcf7d94c437cb03327b833178034263dc55a75e00f81d90" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/brutebonnet/brutebonnet.animation.json" +hash = "4204f8073894dfa1f4ad66f57624954e392d29fa9fb0536b98f79a13b93a88eb" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/capsakid/capsakid.animation.json" +hash = "45affe74e42a28265a56920a1c5fc2a94b728aac749e7c0a4b7972165cd5cca0" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/celebi/celebi.animation.json" +hash = "b3f0a1262145fc04b7edd9048adc059af794b66762718c480b741d16cdd742e6" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/chienpao/chienpao.animation.json" +hash = "1e762e7b63115c04781bfcb4df2e069264a1b0563173ac1de6e45fadc403a419" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/chiyu/chiyu.animation.json" +hash = "c308ec1599aa2c4f98f67c9e627739e157978acfb7dd4e63cd28dee7004ce56b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/cinccino/cinccino.animation.json" +hash = "fdcc940a8f01f22aafeaa2870ef3b79d90ef67f9d77d1db892455701c61adcd7" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/corsola_galarian/corsola_galar.animation.json" +hash = "8fa25d29804739d1bfcd22234f0f8a892b95be3cfa20e933061193c2c47bbf96" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/corsolar/corsola.animation.json" +hash = "4a70159c5d586f72c37b6b85d8a9d533d1bc7b885dc890a93ad359926895ad10" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/cramorant/cramorant.animation.json" +hash = "cec074b3c0226f66022254b11960e3f79dab042387d605b78eb26b68792f8b38" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/cresselia/cresselia.animation.json" +hash = "d57af1af077ff09f741a1a66be3e183a1c036ca6a771c9004f1d28fdddfd3c64" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/croagunk/croagunk.animation.json" +hash = "0caa9b7b3580167b54867547be04d72aa7fad5a3d4364ae362dcb1f4a9947732" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/cursola/cursola.animation.json" +hash = "9a4ccd2ca6e977ad8b43845a95891f4878b4450eff6d24cbb95f8029a126b772" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/cyclizar.animation.json" +hash = "f6fc34fa8563ba418b5d895f1e452710d1f7c81a158d62b1dffcd4241526e4c4" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/darkrai/darkrai.animation.json" +hash = "537905323fb349fb9b07613ba3ee34af25989d9bcd0fd1471750f07ad19f81b7" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/delcatty/delcatty.animation.json" +hash = "1672d109651676f260ac592d620bab28e2ea7e8dd0695756a1718f1c6f2f330f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/delibird/delibird.animation.json" +hash = "e1f491d44b066ee03b91146bd7626ec526b22ab0ef5bcc18952372163503bee4" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/deoxys/deoxys.animation.json" +hash = "c4c6b74d1a51d7d48fea727d0a397540c0a3db6865c702f04d6a392fb2037f7c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/deoxysattack/deoxysattack.animation.json" +hash = "9c1d7fd0bef41e5c3f3a9b17e5985f0748bd3b86e8b089cba4894dcd4c02d2dd" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/deoxysdefense/deoxysdefense.animation.json" +hash = "3f549fdd9980ac90a1eadb044e6f9f228c35d958635d7bfc61f733e9f31e3543" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/deoxysspeed/deoxysspeed.animation.json" +hash = "a4a7fc8ce4cd1a579a1641c9b2970a64f35c21ea81c039cfa752c8f266944b6f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/dewpider/dewpider.animation.json" +hash = "2409c7444a185e0ebe4af921924112e86801a58b354efb1afe12c05aebe44ca5" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/diancie/diancie.animation.json" +hash = "0cf54e7bed7f43825dceb27726a62c956c49f9daf3068172ae32a86f74c4d5fa" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/dipplin/dipplin.animation.json" +hash = "560ac2d5c209496aac04773b03c7002b03ce140ff0836bcf797a217c0d164110" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/dottler/dottler.animation.json" +hash = "094d68d5ed032613854f7f34c40d4d6ad967ef55675c4b5e6aa15dacaa8585e1" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/drapion/drapion.animation.json" +hash = "107226a707cb2f5743808a7e85f67771d8e3dd50fa4ab4a0329a3812ecf45bf1" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/drilbur/drilbur.animation.json" +hash = "2ddd083d113cc7f0c3a75d2b93677a552386831a644b4de28481a5f96d37b8e4" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/druddigon/druddigon.animation.json" +hash = "b53ac062a0f7315eaaf7c4bd1d48226a65d2110a82dc775750ee141e5738e8c8" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/dudunsparce/dudunsparce.animation.json" +hash = "1e75f483008e0361a71f6ffdc3494e99ad2c41ea9b6ffda5a06ad6f55bf28f39" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/dudunsparce/dudunsparce_three_segment.animation.json" +hash = "57d7769ddb7acb72ac711c756ec0fb8f498a4aa876c2a8069c9581a9300d9f25" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/dunsparce/dunsparce.animation.json" +hash = "e1824ae165f8bc69ce5f8327173e82b42809595f60caf42562a485960594ce1e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/duosion/duosion.animation.json" +hash = "b409ff3af0ec92000c8631f9bfc6d6cdb2309cab04970efa4da227b06294a023" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/duraludon/duraludon.animation.json" +hash = "acca1cfee0ee922bb1ee85b63734d0ded83792aaa3d8f589162ec5915df32a2b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/eelektrik/eelektrik.animation.json" +hash = "0dcf1b7eac34a5feed5107daa95d2fd2250a43d634cb26cc533be5650b0a9f3f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/eelektross/eelektross.animation.json" +hash = "94360332cc68cce850529cda28794f92c69ea305f28bd0b4a0dd5ff0c958de42" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/espurr/espurr.animation.json" +hash = "2fc5861175de8e1238c5ffd6cd04068b3871d751a8b82086927d4350916e1810" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/eternatus/eternatus.animation.json" +hash = "07ee5c8bf88fd765076654179ed59ead4e2557aa6d1066bf648efa751768b6a3" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/excadrill/excadrill.animation.json" +hash = "d518ca897c62b622ab273275a1c1e1ca3ff984465c268561bae055992658d6eb" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/feebas/feebas.animation.json" +hash = "056cee9505a7bae02d16a1d09487864cbb2c813f78b429cddee156c0356a7f12" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/finizen/finizen.animation.json" +hash = "0eb7133ced7b233b9fad29344babe1c378194f9e46e2666ae471142950fa4f68" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/flapple/flapple.animation.json" +hash = "1f02d6549463ff003f00098763e44e0212bc980e52a96de5076c06230568dd94" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/fluttermane/fluttermane.animation.json" +hash = "5bf9500bd51cd9fe6f7e7435955b2d3001e747ec0fe4833f44b6d990dbe961b8" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/fomantis/fomantis.animation.json" +hash = "88a63d1d9b562e243d8e94195171ba39269b4115da09372928cee0f7465d7902" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/foongus/foongus.animation.json" +hash = "1d7cfafbd992c0bdcdb2fe96ad5b6282e73f67eb728b86ee55836e39cd82c4cb" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/fraxure/fraxure.animation.json" +hash = "eebe4a0e15223641407de75b5a5fe4685c59485519727c209fab2f1ad7697e22" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/frigibax/frigibax.animation.json" +hash = "d3b79a0b88f49b28d3710b795a856e177642089282f5f72946b88fac3bbd5de7" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/froslass/froslass.animation.json" +hash = "d47d09a8e365688882c6cc06e10ea68ccecaab5f744fa8b8888455cc9597bf1b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/frosmoth/frosmoth.animation.json" +hash = "b1a88fef23d2790c8cd6ac7ea9c9f248d1c86a60a8f5b8f2a1a587142cf19030" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/gastrodon/gastrodon.animation.json" +hash = "400f404596cec83cca9530b9cdd308fbbea4705d67524ff72acfa8179d5fd08b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/genesect/genesect.animation.json" +hash = "e40d6306ec7eb57c82124f49cd44ac3c2d5c4d9b5574071ea2de1e551a512610" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/glalie/glalie.animation.json" +hash = "6d1c460e360c019eb3fd8edaa26e7907eb006d468ba8518289cd844db2874fd6" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/glameow/glameow.animation.json" +hash = "04b66ff6ffb6545ee63fe1aa769ef071db1807e2e5ef75dae8dddb58001f1bd7" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/gogoat/gogoat.animation.json" +hash = "2f0716aa8098753bc1bbcbbef14b5e180c4959dfb4b1b1d0e31a422e417efbe0" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/golem/golem_alolan.animation.json" +hash = "f915ca33e755ce2e83607cbd0b8ba961b8314f9cbc711c6014542b4c4d31a75d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/gothita/gothita.animation.json" +hash = "fc62cbc8066bc1df6c6d22563fab3f9753e8f0abe34df565216e04ef3a050c46" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/gothitelle/gothitelle.animation.json" +hash = "ec436b28c76392c771aba2f7bfa68974fa5a7ea269fe036790c6d8c35eda19be" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/gothorita/gothorita.animation.json" +hash = "150eb27bef978304686f5ed2960beb8475dc0d285230e04fb40ba86b1adda9ef" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/greattusk/greattusk.animation.json" +hash = "b1ae3ea1bd81736d19247177007e360322b628afb10743356b6d494c71c10fb3" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/grimer/grimer_alolan.animation.json" +hash = "a2fd5e24faa8c99054d930dfb3c15c65b7ed68adff66bfb947d915606f40b6fc" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/groudon/groudon.animation.json" +hash = "7ea7d3f3682cd9815265cf47d507a7c7b9d25dc0f4b0b386525980f152f89665" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/groudonprimal/groudonprimal.animation.json" +hash = "8537b805cdf6223e59bee3f0169c20765bce2cb524c6173dca27e3bb71df9215" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/growlithe_hisuian/growlithe_hisuian.animation.json" +hash = "12ec4af48a40306d9e8eaec40bd8042d34cbdf7d227a2fb7128b09d5ff70577e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/guzzlord/guzzlord.animation.json" +hash = "de497eb1b13167c7d5036c3b63e5b9ec95d452e3000f2621c84c4861955cc664" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/hawlucha/hawlucha.animation.json" +hash = "ad15902cc8304ad01c8b5c52788eefc6b618a8d640c4ca51f12a1e0c8667c140" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/haxorus/haxorus.animation.json" +hash = "34096c11735bc65f5389f0e8d75e59d0655862e0d49e73e029b385f1903d1d47" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/hoopa/hoopa.animation.json" +hash = "a6437e9ad920cbc5f4e92809be5ef9505cd3138c3e7f45e028d4553584c00cf9" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/hoopa_unbound/hoopa_unbound.animation.json" +hash = "eb0614d1011152aa14a7c88cbf6e201e6a0576572db6c1bb399bac17f41805b5" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/hoppip/hoppip.animation.json" +hash = "5ce947230c67c92bde9e27fb73c09ed50ea200a938332da88c3d85ccdc119492" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/hydrapple/hydrapple.animation.json" +hash = "04da7c5added7fcb53398b292b3a6421d56f6a8cc8748b01832175a92e556d1f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/indeedee/indeedee_f.animation.json" +hash = "935fe7d3bc5f0c3e62c793f9e47a755f87ecd90de814e2e528fd7c80c489f2c7" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/indeedee/indeedee_m.animation.json" +hash = "87ab3f8848cdba3c36f545805a1f4ef47e5aeb21ee91b08185816545f89a9929" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ironbundle/ironbundle.animation.json" +hash = "c2c22c7134a6058d97ddc72504c2d35f1964b2f638e616869930d09a684fbe69" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ironthorns/ironthorns.animation.json" +hash = "12fdc517446e5fb13a87731dbaddfdb29b35dcb7ad895755d16e5621f4e95d4e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ironvaliant/ironvaliant.animation.json" +hash = "ecf5bd9c4f1233ceb5add2b82a8a8d5b2987b6ebb021e9642a9ea53194bbfa4b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/jumpluff/jumpluff.animation.json" +hash = "8215f4d5af83574e43bf72e5a13b819418a0cef3532a0f585a46fac21c7abbd8" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kartana/kartana.animation.json" +hash = "6e35bbf352b4eeb5360932364f9c2ed8b16fcd8f9ad397915cc5111983b2d5d9" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kilowattrel/kilowattrel.animation.json" +hash = "aa3263abfc0a15e3ffd16cf6a636c960b41038f38fc27cd578a5eb6068fcc16b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kingambit/kingambit.animation.json" +hash = "6335e417096f409a5191df25650814f207c8aa7054d5dfda9e8101d4d254efd4" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kubfu/kubfu.animation.json" +hash = "108246c00c2b7bdb49bba8f182a85f2637d1c62e1b6b2b613ac700d27d919d1e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kyogre/kyogre.animation.json" +hash = "ce9deb442452374457ba68b534f451dbece631ffe93a655a346f5cdbe05ae827" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kyogreprimal/kyogreprimal.animation.json" +hash = "2d45a119d99ba6e2862951fd8927e3a3ac4617ae208b7271c78c54a48941053d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kyurem/kyurem.animation.json" +hash = "b57e212356809b7425f9d7b2847145a5016e2418303c8fff1040a553ff3d7aa6" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kyuremblack/kyuremblack.animation.json" +hash = "04a9bbacdf3e7081145d92b3bb75a8b5a80afaf75f5aa2ecdcd0cf1bac7a79bc" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kyuremwhite/kyuremwhite.animation.json" +hash = "5c45a3c36cf070217c0108a34d609f721f713b98d1aa74633fcc1b81b553ba5f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/landorus/landorus.animation.json" +hash = "442d1bc0cf5c014a279bfdc2b4284cbb2f98b39f45130a58c4a9ba8c39464406" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/latias/latias.animation.json" +hash = "ac6979feb82c13a37d2a15444cf7f56a21600daad31e440229ada9cf9840b5b8" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/latios/latios.animation.json" +hash = "1d884ea8a73d854d677bce510db84a4ef9253701f7a95831488ddcb1404eea1a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/leavanny/leavanny.animation.json" +hash = "60186e5d0df65d96d3d9eb0d46a251365dc4a6ad246ef50def76f92a9b77c340" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ledian/ledian.animation.json" +hash = "9a50aa29702afc1c6be64bda39238c460b6010c8f5aafb00730683aea60a7746" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ledyba/ledyba.animation.json" +hash = "33b67e09d71dcf02c3d620c094296f7d577a4848ef65e1de4b8e1c79e721d626" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/liepard/liepard.animation.json" +hash = "431eceb8f92e00acfae89d2a453bed267554c934556539556d3a606438be067a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/litleo/litleo.animation.json" +hash = "cbb13fbffd76e73c9d7d5ba9fd01a0454a6a759f2f04eb6c75be45686eb84e40" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/lokix/lokix.animation.json" +hash = "69a71a28836edc3d592faa5fa545ed7a399cb2ea22f06d77716ac3e0edae3454" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/lurantis/lurantis.animation.json" +hash = "b4f7784f193b9c1c3c745b42edfd10fa92ed36199700476543a704dc8735e0b4" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/lycanroc/lycanroc_midday.animation.json" +hash = "b30b20c78c9cdf3cf03f247d7a4487e93e9e4f744646bc52781d48736801ae04" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/lycanroc_dusk/lycanroc_dusk.animation.json" +hash = "250925d0eb2268504f9d666f0061227d08ac2c4eff882fb708a81bdb7de5c4fd" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/lycanroc_midnight/lycanroc_midnight.animation.json" +hash = "0ece3cd361d93497c3935b18a30659d16c2ac9861461373bd84d1b68bde528a9" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/manaphy.animation.json" +hash = "9af4bfc287c9d3a4c9a45e2c95a3889706f87b0fe1d098e8b35a35a8f734ea1a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/mandibuzz/mandibuzz.animation.json" +hash = "c0de42d585a6556b6aa9c9196ff040162b7d27f9ce773cbb03cbfda3c4848861" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/marill/marill.animation.json" +hash = "14f0f7baf8f1ebc07deb297273cad9958b52be5ea9aca67f5b0188b95109d06c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/marowak_alolan/marowak_alolan.animation.json" +hash = "068e47e1abc8319c4ca5046d5e0f430fdd45435559d775ce61cf94b253a2ab74" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/marshadow/marshadow.animation.json" +hash = "c099645910198133f448ed56e98d8913654f4d8da21088e00951ffbf3756fd9c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/medicham/medicham.animation.json" +hash = "814619554ce76f6a4ac10a17cfa98485c60ad6bcb7252d19dfcae3147504e9c4" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/meditite/meditite.animation.json" +hash = "2626cbf3dffc4d15d2495043c9973e5e34eb65c603ee4455c0b04fbf72a72d98" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/megarayquaza/megarayquaza.animation.json" +hash = "b9837899fadbf9ff12e5c4311982661d93c3e19342ebdb3d015d33acc082c420" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/melmetal/melmetal.animation.json" +hash = "b44d980cbed5bb86bd82064dba2535a358b7c08361b44e2dd32aebcc5f0acb45" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/meltan/meltan.animation.json" +hash = "e45e6fd2e8cb66538f315890cf72e08b634834b4a247c81e277deaab63be363d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/meowstic/meowstic_f.animation.json" +hash = "24682de42c43bb9c1bf6c37aac97dab671e0abc5839d8d52a65ffc3a0cec78ce" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/meowstic/meowstic_m.animation.json" +hash = "0a4f2a78c83bc1fa109fba1f866a2146a54f9d953366077414263a6f760eda61" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/mewtwo2/mewtwo2.animation.json" +hash = "6a2693bbc21871b52a838773fc6765044fbe958c990791e839c5c9c93cb8439d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/milotic/milotic.animation.json" +hash = "f5e66ff66cbd399b1b620d145c1cf4a7d22fc6b138c3539836c52992515512ea" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/minccino/minccino.animation.json" +hash = "9da5c5c778491b85cdcb97c6088144c0934b0eb37be61792bb2be70659a3a705" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/minior/minior.animation.json" +hash = "5168eefd3173adfea07ebde5c7a6a8667167fcd78062fad3818c2051d7a8b3ee" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/moltres2/moltres2.animation.json" +hash = "dc3833437cf8153a986b3f128d626d26356c6faef584ad5e10623de12ce26733" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/moltres_galar/moltres_galar.animation.json" +hash = "56dbba416180b612381bf9566e381bdafc9886aa36bcab8b586d7d2a353e52f0" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/morpeko/morpeko.animation.json" +hash = "8c4af42855cce2c40970b91e57e8e0c959494e4c225713e1f7a1099f77062dd4" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/mrrime/mrrime.animation.json" +hash = "2a5069cb032ee287768d8a98469dfa76b69187e27a66f4f38ff3aba9873ed462" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/muk/muk_alolan.animation.json" +hash = "3a3b6a33995a43fcb722d758dfbe6bb851d2f01d93cd38ba6ac9d132b63eaa86" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/munna/munna.animation.json" +hash = "15e55706e6a7d6198e46241cb9f5c0c03b2cfe4ca10e9b1c573b285816650bba" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/musharna/musharna.animation.json" +hash = "3752c44e0be3a7775d6dd0469075a17837b0e21b49b9fe2d031256d0d48c4470" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/naganadel/naganadel.animation.json" +hash = "db0f063bffcbd44636120da25ede83c4382ba7b33275e8c1b706e2089624c829" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/necrozma/necrozma.animation.json" +hash = "fdbbba22211dc2665afee08b666494b837173cb9a5dd979d75d169eae3711789" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/nihilego/nihilego.animation.json" +hash = "ed0072b760b39c73b51004eb8400ae41618df8ebb5333ad0b07d9e7fec2e3dc9" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/noibat/noibat.animation.json" +hash = "c24103f87ac00051242ef9b1d3ddd82e31afcdc1d64dd6622e48a1456c1b77b3" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/noivern/noivern.animation.json" +hash = "be1db4f32d98ab5643da7b99e2ef79e903e6f6ccd144c9d0d2d7692ecf7acb0b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/nymble/nymble.animation.json" +hash = "d9e59e284cd6042b230d5dfb06e1a7c74e2fac160bb5993a8f34ba5c7f226c69" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ogerpon/ogerpon.animation.json" +hash = "a03a4216fb22ff86059e3c908f936c7d32222e885690af04f16377d4402b261a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ogerpon_fire/ogerpon_fire.animation.json" +hash = "94cbc9a745472df9f1485dacf9f30b707a9cc045ba31f38b5297ea10fbace98c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ogerpon_rock/ogerpon_rock.animation.json" +hash = "e56717a1396f7b0f68c19fa948d10cceb9fab2f1a7605022623445d8bd84f54f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ogerpon_teal/ogerpon_teal.animation.json" +hash = "779fa9b582a048bd8c47800b6ec96330407a61d4a5247b313392dc6a7a02099d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ogerpon_water/ogerpon_water.animation.json" +hash = "24ffdef0fba12e90b2b464d7915ef0040aa55ba68bfeb210f1d69af3c924661e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/orbeetle/orbeetle.animation.json" +hash = "1240835a21ef065327e79f960222847c656260f4fd6f6bbe28ecb6d67a4e1067" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/orthworm/orthworm.animation.json" +hash = "2f2e786c0f117d5dfa450646b08df7dc848f26e4dff0eb54f5b1b0780cc37213" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/palafin/palafin.animation.json" +hash = "0eb7133ced7b233b9fad29344babe1c378194f9e46e2666ae471142950fa4f68" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/palossand/palossand.animation.json" +hash = "350e2a95da7fbad67468e579ef9c86c0d7e16f6815176b9c41332673275baaf9" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/pawmi/pawmi.animation.json" +hash = "9c91b351f6d3141952346dfb81c94a494f30eb088f3ad971e03667bd1d91d9b2" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/pawmo/pawmo.animation.json" +hash = "16e365e4cb72ea052ed13848dcaf9f02ed76f89ca23cab31a520c4a763f25486" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/pawmot/pawmot.animation.json" +hash = "43817cf75d91cbf1976dd5d1ab828cc4235a5890b5f9b768fff61c44f4bb715c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/pawniard/pawniard.animation.json" +hash = "530c58f2ced23f2d5269a1a10f82c51e868d9258d950505712c16ec434dab782" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/pecharunt/pecharunt.animation.json" +hash = "6747a63a37b33c0f9bcf23ce44f4a9262e3ee9ed3b8386634dcfbca5965db188" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/phione.animation.json" +hash = "47548ade5e8e7e73435b0b419f128927bfa0502261ed55133686a45b989804b6" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/poipole/poipole.animation.json" +hash = "022b3f55a83e28beb6932c58aa2c89949aea8b1c3ac0131f4c06b601f010a3d8" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/poltchageist/poltchageist.animation.json" +hash = "338f38fd4ea1708ecc5070840342abc83cff91a753a680ef8efe6564396fa6ef" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/polteageist/polteageist.animation.json" +hash = "7fe7f545e2a85fff9d56d6a98b7b83bcfe9712356241b00d7471e445828490fd" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/purrloin/purrloin.animation.json" +hash = "3024ad9595cd3fb29dfa8a30ddfd531e4acd7a8ae3eaddb42d9c3769e25322af" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/purugly/purugly.animation.json" +hash = "ebc87170e60c1cacee136e444a8613d68697eedb6080fd6ade8f3ab10dcc2c3a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/pyroar/pyroar_f.animation.json" +hash = "a9d4d0c2583878900b66cbdd81a72593a3455574e83cea18fca1b9cb3cd80cdf" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/pyroar/pyroar_m.animation.json" +hash = "237288203d62a09b3d66562207ab8c6f77083fdef553077eba5565bd1638be71" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ragingbolt.animation.json" +hash = "85d2ee0c36b60e0ef80fb76b641452cd6dddf8ab5f96935e58f5f60fa9c8175a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/rayquaza/rayquaza.animation.json" +hash = "6b1ab646f8bd0f05ccaa4f12ec647aa5f1f686c4338d4d53725df1ffc21ccde5" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/reshiram/reshiram.animation.json" +hash = "a4d5cc8992cc3492d0c0493ee5b1a2301348067de71785d0bfed7650729c25e5" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/reuniclus/reuniclus.animation.json" +hash = "6adb1e12a751e3d52dcaafd6204be74d49153ec2de66282ebde97b2693ca0f9d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/roaringmoon/roaringmoon.animation.json" +hash = "9f157bc80c0e008fd946cd66d4aac8fcc70b5a81fde4ec8ff3e303a047754c13" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/rockruff/rockruff.animation.json" +hash = "5e30765788ef01aff88ebe1671dd0d86f5e5431640b034110530e93077b997cd" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/runerigus/runerigus.animation.json" +hash = "655c27d99402c838e8100f3d2701c09936318deb15c67bb1410d7c3ac35278f0" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/sandygast/sandygast.animation.json" +hash = "22e91ac995649ff9ab7f0bc32bf969151e8444987de8e1db74883b8224626b14" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/scovillain/scovillain.animation.json" +hash = "e8a0a40534e1c4ac72f9cf605f08528a75b56d21c4c31a7d0ad6b98a2f1cb5d7" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/screamtail/screamtail.animation.json" +hash = "57daa5f452113329775d6a10781e1c12ba1f443fc19dba58fa918c42c06c8c56" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/sewaddle/sewaddle.animation.json" +hash = "2503f67f406c4cf6024559c15baaaad45834c7f575a3636f83e8247c8d5d8638" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/shaymin/shaymin.animation.json" +hash = "b455a6a15760e93a4928e208586313239dd35a23b9fb0e17f2d67147de543841" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/shaymin_sky/shaymin_sky.animation.json" +hash = "7d4985a164e94cd19bc5da292186ce8a4b71abf73baa53863c09396efca01fde" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/shellos/shellos.animation.json" +hash = "bf117145ab1b8df9310fd34b1f3d6c9e215f371f0949249e7121479d98c700ba" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/shuppet/shuppet.animation.json" +hash = "a9c458f682fffe93610f914f62a0a412bf448e38ff79127c303041657003f878" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/sinistcha/sinistcha.animation.json" +hash = "74cc017e8327e9f8024e927f07c8c7a75e7a810c40664fc23c462ca84a3b99c3" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/sinistea/sinistea.animation.json" +hash = "0c390f522f9c47e9c60292c705e4fb03613d7a4af214e39d2ee47a0e5d326a3c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/skiddo/skiddo.animation.json" +hash = "062d7151b87add4d4bf0f8650d4e0a94fb915b87bd853d55ac5d8c8db693c8ff" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/skiploom/skiploom.animation.json" +hash = "b549d47c089774433b1cf8759d4eb276d618c4f3d9f9a02c614cc43830a87ac4" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/skitty/skitty.animation.json" +hash = "524cddea8f2f980439d77877008e7088060ca116192e276354fe6f1aab88994a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/skorupi/skorupi.animation.json" +hash = "6769a1eaf3eb2df474a354aa1b1141d40f5a587ff7476f9a102104abeb266790" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/skuntank/skuntank.animation.json" +hash = "2b1c777d48369901092a292b89eac395dee47aaafa281d84410fd8ed24f8c078" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/slitherwing/slitherwing.animation.json" +hash = "46ba8eeb4d50cb472dfb18c1f612e04959603bf152cd03c94890615d7548fe42" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/snom/snom.animation.json" +hash = "b38a7b03fd02d98e40ad449487c74aef8f61a0ce6eb37dd9b970b2e557689306" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/snorunt/snorunt.animation.json" +hash = "be8625ec4200f463548988c81020810955e42ebf3e301d813af3a01aea1a3d74" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/solosis/solosis.animation.json" +hash = "97f737f8995a67ca77667e3a841d66f5daae878e5bc1f651aefe8b6d72ee7c68" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/stunky/stunky.animation.json" +hash = "79e48bf23be221d533cb4938eeb4ddd1cd7a6d673f22516131243f98d4b5803d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/swablu/swablu.animation.json" +hash = "4728e04da8885b5f3bfba5ea560efc870bd7d392a78e5a20bed1b49346a53f31" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/swadloon/swadloon.animation.json" +hash = "3f7ca7e44ae8fd6f6322c40402dd4f9c81c7048b482dabcf257b3ebc0b7e407f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/tadbulb/tadbulb.animation.json" +hash = "981c019bbad11d452f2f15b895db3c9c0c1a1ed0794ff1460174c687dd536762" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/tauros/tauros_aqua.animation.json" +hash = "e5cc65f59b774f94cd306052c352f229de978d4864f39f26260875a68a45890e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/tauros/tauros_blaze.animation.json" +hash = "fdb30977c633e77cecb65a0f96e5a68843a067b2f3c669ca390577ee7c6ad8e3" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/tauros/tauros_combat.animation.json" +hash = "36efdb1cb285248ec29bf343db80da7c06674b5e7f83366281f92428b8b94075" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/thundurus/thundurus.animation.json" +hash = "3e2ca05ac231c73ff119a67b7e95bdfa0f91f9fcb3ec6ac37be145951f2b6c10" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/toedscool/toedscool.animation.json" +hash = "f9bed22f895270d0a490b908d0b1e9946d7bc20c94c4b4ee90d466befb70344f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/toedscruel/toedscruel.animation.json" +hash = "8a04498e83f6d7b8772d2423d062c4cebe95b450204fed366b45561cde0b9cbb" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/togedemaru/togedemaru.animation.json" +hash = "8c3cf6271884949dc84ca624c2186bdc2f14645cbf4984b006a8f511f2138d7f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/tornadus/tornadus.animation.json" +hash = "d1fb8f27c0f9ed4b731553b327c2320e73471789f01b45b4c798f0636013cee1" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/toxicroak/toxicroak.animation.json" +hash = "a86edd354dee510f78343e36a5aa20a5835b5c3c1639824e64f53b5133f7acca" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/tynamo/tynamo.animation.json" +hash = "d8292fdf6eef213c509362ae7113d1de2f6d3403a50215d18a00d516b6bd2285" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/unown/unown.animation.json" +hash = "0439db6a3a6b20e028057990d22da6fe127cdc75ba15906869b83b64af31213e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ursaluna_bloodmoon/ursaluna_bloodmoon.animation.json" +hash = "d62bca711bfe935547e454ca056ac9c30585942abf722225892fcec5830b525f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/urshifu/urshifu.animation.json" +hash = "e90410be34861f7e83b0dfc7627ffc4f8312aa6b443f70fa055afad93f54ebad" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/urshifurs/urshifurs.animation.json" +hash = "ccf4e8e841d9fe08428a1d3260fd97957a42db625e70ef819aa3d6dcbe600ac3" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/veluza/veluza.animation.json" +hash = "1642bd2c6f3e8d16e543fd707fd8090f898dfce14723247281611b14de082905" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/volcanion/volcanion.animation.json" +hash = "50502fb6c59c2f76f69c6f4158d2073c96f04496e3914a1ab5ddd1696b7de91c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/vullaby/vullaby.animation.json" +hash = "e3b30655fb98cd250912c2f3e0cdcbfd18e8760f9f0e7cc07bbffff13874d114" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/wattrel/wattrel.animation.json" +hash = "2b54af924e4f7fee525eb80cc58c23ca003c75f6a5cfbbb1eee064b482426ebd" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/wiglett/wiglett.animation.json" +hash = "672f19a9c3cb88dcef8fd6e81fdce0932cf8e80d3efb31fb7417e6ed3f548557" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/wugtrio/wugtrio.animation.json" +hash = "4886bf44d048f8ea5ccb3a77aa0bc6d96593e058edb3f582f7d89d431f1b1397" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/xurkitree/xurkitree.animation.json" +hash = "374a6d26f2079fd0f3be03f88d1b4ce5f5a30033323a06f651608fdd9d452924" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/yamask/yamask_galarian.animation.json" +hash = "3d5ed394c4b83100fc3a71a446011c43b82544e841c3438817e9942ed874b046" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/zapdos2/zapdos2.animation.json" +hash = "2f04b68dc69b2fd0ce15056153efdd74271fc84f4ca325b3070ca14bc172ea63" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/zapdos_galar/zapdos_galar.animation.json" +hash = "d96739b0a84d14b39dca66e0edf9ce22f8da68b0cc9362f51c8491063e38673d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/zekrom/zekrom.animation.json" +hash = "074692734a1764d2508f17edcce5073683b67453040bfb2debf0101b90e2a486" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/zeraora/zeraora.animation.json" +hash = "087d0915f4cf5d33c218dee92223957374c6bc1a63d4e3245c1895a9440e6da8" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/0896_glastrier/glastrier.geo.json" +hash = "fc6fef63a5e6a5d3b23b2da8038931b45b09f4c4f566e1c8fdc1c7225ac61623" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/0897_spectrier/spectrier.geo.json" +hash = "e98476810cdba5f08bcc3454ee9a91a1789cea47c40a0e840a1b77126922eca8" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/0898_calyrex/calyrex.geo.json" +hash = "4040d98b59e60f752907689d86dd43ca3082cfee420659e7f6e7622473c88cc6" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/absol/absol.geo.json" +hash = "a982b965f98db2e3759719ea7be09958d3a087e5ccdc31b929830eca91082aa4" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/altaria/altaria.geo.json" +hash = "4e71d52e0b7fefb313c2f5fc14886a5f39b09eac04efcc30bac8697a26de20ac" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/amoonguss/amoonguss.geo.json" +hash = "7e020000f876b6103134ae99b2e6c9a5cb3ae7cb5994875039e102232e837b81" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/appletun/appletun.geo.json" +hash = "cca86e26c169e9cf7d854ab59c6ebb7772e3368e617b059e96bf4f14c6432e01" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/applin/applin.geo.json" +hash = "afe9546f867d1c9b568595ff429e2557770bb5cf6de9bfc652f2723590bf6ca6" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/araquanid/araquanid.geo.json" +hash = "801d728a81c6d3433a4cb99af6d93ebc4cb30b8bf03e22084b2e0384ae01ecff" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/arcanine_hisuian.geo.json" +hash = "f6f4d6d2391533cdf1ea70fe7d7e5d5911d353a7c8108440d42f991c3f6f074e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/archaludon/archaludon.geo.json" +hash = "5b3c4e01a21bad5b7f4b390fd0c74b4a52d3f58ac8bfba4c9a3d45369c239222" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/arctibax.geo.json" +hash = "6d6bcb3f2efd09edf30cf1e5c24ba2597731db3467d34c545b2b26cb6a266284" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/articuno2.geo.json" +hash = "cec159f3cd6db9ebd14114fb043f169bf96f4bf37ee38f490a0feabc86bf30c0" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/articuno_galar.geo.json" +hash = "c80108b22e2ef24ea7afd87c570ccd44d308d7f40c0e2143f811466c719bf07d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/avalugg_hisuian.geo.json" +hash = "57fe26cfcd6117d9fe28bb586c73b2772476068882872d182cf40efee7607aeb" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/axew/axew.geo.json" +hash = "26b50833e4da75b67845f4e92f554fe9cf1d13cfe5f3ea0149ee9cdfd9b097ba" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/azumarill/azumarill.geo.json" +hash = "7669a926e223d77ff6898041c5e65e45fce4d34cd40cadcff5699aa143d9214b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/azurill/azurill.geo.json" +hash = "b27b155c2320018ba1e5055297359890fc32c110f63de71e940555afeea70bd7" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/banette/banette.geo.json" +hash = "53b08775774d6f36401a8e4f919d2a9941e502f5e077c2e0de9397d393630bb3" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/barbaracle/barbaracle.geo.json" +hash = "d835e6d6ca0a55f4d57c53d533d1ec6685f33fc50a9e728bd1f6f2bec765c86b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/baxcalibur.geo.json" +hash = "4148c1dbec5ffc2ab09edb4178d39fc331d7dfca2e5701dd79ced3b25dd1af12" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/bellibolt/bellibolt.geo.json" +hash = "cfd039a73efc811fc4080f3c4fe961462485a1d7a322ed4426d094cda474eaa6" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/binacle/binacle.geo.json" +hash = "19f86108f1b0beb4c784b19b1c2f41042f41ffd8d44416dee2894c952cd08363" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/bisharp/bisharp.geo.json" +hash = "573a9a77b00a76deb52396361d005538d53d8bb423de2a613c326cf1712c8376" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/blacephalon/blacephalon.geo.json" +hash = "3842399faa4bd85da50ef731d35b708f86c2286e291c034693c701d0e87fa0f1" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/blipbug/blipbug.geo.json" +hash = "2d8f40c38fab672ba7d6aebee2172dfd0d717fdad2b1efa97fc144537d9db337" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/brutebonnet/brutebonnet.geo.json" +hash = "552f06375521598c328b81020f2b484878ed781f2d8f103699fa8f54198e52be" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/capsakid/capsakid.geo.json" +hash = "82a45ba7192fd51481f17da62c8a6906a1440762b086892cfe432f1eb1c55846" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/celebi/celebi.geo.json" +hash = "c2a3da3d0df591948f3f257ec559cef304428665bc75793fbc5aabe1507ca44c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/chienpao/chienpao.geo.json" +hash = "b34549b7dbc584bf75d99693d29029e04d5670b97cd839abd3ba39195ac314d7" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/chiyu.geo.json" +hash = "f07777390113e3fee5674b92761d398732627704e90f8f96a6241df5df36d337" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/cinccino/cinccino.geo.json" +hash = "d1a00db9acef4ac7dd67ba7bbc5b9c5abfcd1007c882c341071d9d8af8268223" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/corsola/corsola.geo.json" +hash = "2c672fcd16bea631b7a92839979b5ca782f767f6261ef8c78c9863eb9323bc19" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/corsola_galarian/corsola_galar.geo.json" +hash = "94f052332320403194b7a2721ec047e811fa0e07ffd0c500044e65b327688815" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/cramorant/cramorant.geo.json" +hash = "d18ff2f3658942de0df2d6a22cf4e857d7eeef9389f33873de1892ea3e06f139" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/cresselia.geo.json" +hash = "a994f3e1f3465682bee8d7cad10e5a89a76db9dc548f6fff33c96cc81e7d885c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/croagunk/croagunk.geo.json" +hash = "bb827c17b7503c6b668685766e93d7b5b7749b77b5ead711d7f346624aec4358" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/cursola/cursola.geo.json" +hash = "3bd01902561d4c55222f2d12b1b86c8cf08f05fb33bdb53ce07c077f8b1c9a2f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/cyclizar.geo.json" +hash = "407b012ad5717fb74cd482c7ef862aa1bcba2b48c22e5e8cbde8cccee5ef9cfc" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/darkrai.geo.json" +hash = "a0c9ef1e8f6094ea2cceb0124592be03b75f34abbb87718000c757cd7f295101" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/delcatty.geo.json" +hash = "85b1a5b4e23062a2bd41a850807074d775d8cc5884b74b64d7f92dc7bcfe6707" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/delibird.geo.json" +hash = "d8d8c26a8bcb4ecb1badd785c78915ad17cf3d924e15440a142e7da7ba92a97e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/deoxys/deoxys.geo.json" +hash = "15b5839841945f9cb715b90a8d70301dc011c8f3027671f6c8fc5f586e4ff1aa" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/deoxysattack/deoxys_attack.geo.json" +hash = "9dfa0c2d5c0f1e1ed8ed3da94018417de132fdcb7996296b3a82bcc75098c9c1" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/deoxysattack/deoxysattack.geo.json" +hash = "9dfa0c2d5c0f1e1ed8ed3da94018417de132fdcb7996296b3a82bcc75098c9c1" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/deoxysdefense/deoxysdefense.geo.json" +hash = "2f51b22741f346b47ad698f3251b4d4a849a3bc654f031cf2504f0ea65d6202f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/deoxysspeed/deoxysspeed.geo.json" +hash = "85efbb344c14d7c9e41fe06bafdebea9882c618454bcb8e0e71ca97648659a46" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/dewpider/dewpider.geo.json" +hash = "af77c93a95ed944e370dbd9beb838414be28d3747adb542ab3444aa9a2e9770d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/diancie.geo.json" +hash = "0f893d1a6a22efc584ec36f6f8a4092f6ec5fd4d55f7c2a5c1ec9d647f7a3639" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/dipplin/dipplin.geo.json" +hash = "5f7c2bb61ef1a17fb0570fdec8fab42955996f211213e3424333945d2f848657" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/dottler/dottler.geo.json" +hash = "699db04862cf301c16aa888ee0407515c4983beb7b7b30a3460d1f393dfa30e4" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/drapion/drapion.geo.json" +hash = "305dd77b5a1fa7c502e166560ba2e00f104de7be6b3fb06297c356daae4bf5dd" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/drilbur/drilbur.geo.json" +hash = "e54ffe47400c615858d3d0d37cd09ebf0b09a73fc6e20368ef28effbcbbe7aff" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/druddigon/druddigon.geo.json" +hash = "48a48d72356e1256ecd662064ed64369c8a653252c4213ac1d5de1c5217a478d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ducklett/ducklett.geo.json" +hash = "abb05c335ab20c9ee9a793dc00ebed58ff14a574f164cee3cb7e5e57d58e6cc7" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/dudunsparce/dudunsparce.geo.json" +hash = "e71d6fbceab64cc03fd3924a134f712614a5c778c6a1ba832aa196c7d3339964" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/dudunsparce/dudunsparce_three-segment.geo.json" +hash = "ce88903959ba4ad322421c75f07e13b92351569bda3e7d1ba3b43a42248d4559" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/dunsparce/dunsparce.geo.json" +hash = "62308e523ad85636eee53aea04ed7a55ad5350c23fd43adc137aa5b57473781c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/duosion/duosion.geo.json" +hash = "e8e35ec527714604cf2263e0fc4ebba01f4634e7f03b79fa90093c031e2b5f84" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/duraludon/duraludon.geo.json" +hash = "e32cba1f7537d336766ef660f6f33e13a128cae3a9ffbbdf89e2337bdfb01d9b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/eelektrik.geo.json" +hash = "c40291d2760ec21ff6eecaf5bd6b9c09c00323d917672319c9ef90cc9d4e7395" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/eelektross.geo.json" +hash = "fe266035710aaf08874aa15b425f1ad0b88498e951add2194281898b422014ba" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/espurr.geo.json" +hash = "b82d19b8c031b8da7076f356dfeef7e412b7fb262d52d3a2cedb2a6733df6410" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/eternatus/eternatus.geo.json" +hash = "b2ac84f2c45652eb54e15a11061b34ba877542e2d42e09130c14ab7371d3ffd2" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/excadrill/excadrill.geo.json" +hash = "734975c3375589e3a0d982523b25f2db2dc251e62dbd498bc468c030ccd42c19" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/feebas.geo.json" +hash = "b2bc540b835b89c8d39081bd614b84cdfe559175edd5ee624e87b9f5bec4d0ee" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/finizen/finizen.geo.json" +hash = "2978dc4fb739b9a0431693c32d63ef998c88e56a776a4937f60790bd73cc4bc0" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/flapple/flapple.geo.json" +hash = "fa27745d907f6630f3596585f2a282a6766d7f0a849f176456cff93d09788f10" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/fluttermane.geo.json" +hash = "7e05c7ce6c2ce3880459dbaee5c16b96473e7ae16e17d4c94f3c9c233af43fec" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/fomantis/fomantis2.geo.json" +hash = "c17033293b902c44e453dd19a1f1a5787a976f4e5fa25f8941a0cc80f73bc938" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/foongus/foongus.geo.json" +hash = "c57f5dcc386af6c80325048c62026835f8e5547df6eb861ca8b3e7388190b025" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/fraxure/fraxure.geo.json" +hash = "85faf5ebb2dd57715a37fc84598029c6a4d44f9663ee5253d6cb99264345f8a0" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/frigibax.geo.json" +hash = "e464df19a22664bbb3fa69f0de97987a3ab0c0ca9a8a4ab592a24b99b3208695" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/froslass/froslass.geo.json" +hash = "a17bbb95fd3a5fb58a4aa75a708fd32c41d49c9c4c40572a2f896a478d82597c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/frosmoth/frosmoth.geo.json" +hash = "b6d8c31357ef0d360f4fc214a5d7931ae512addcc8d7b66df350cff6fd67bf6d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/galardarmanitanzen.geo.json" +hash = "5095419f105d7c1ab1fd4a9ab49814f9b6fb4b8ded95c13ac2ecb8aa00036dc5" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/gastrodon/gastrodon_e.geo.json" +hash = "0371debcaf9af6c08c6ed9e2d6b8fef05fe2a8a288c2d804e739e597188f2a31" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/gastrodon/gastrodon_w.geo.json" +hash = "ec6977a226161c2d9c500e91ea0b5bc0794d575a4fbe7e95009767212248dbc5" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/genesect/genesect.geo.json" +hash = "8f5dddfb2ebe3dd4dcc2e2fff3eb82ecda1e38e2a7e1376f6b3c366bcc23b520" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/geodude_alolan.geo.json" +hash = "273c5ebbb16db9aaef294928ad8f032a5ff7f0e0951cda036b3098e963509732" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/glalie/glalie.geo.json" +hash = "4676c9688ea44b4f4e7dcb8c907f2b3275a2c19bd4381cab803af29f37f500f4" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/glameow.geo.json" +hash = "31f03c17555c05252eeea0a5f52f0e1b28b47c6d9f967f31a011299e3e53fa85" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/gogoat/gogoat.geo.json" +hash = "8dd742c7047dbea9fe70ec27ab4655082d8fba8b5786e18b2e2f63881e941692" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/golem_alolan.geo.json" +hash = "13a89c065d9eb87b5dc3aeac64cf0fb96c610f9bd7edee040a075b357f7c81ff" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/gothita/gothita.geo.json" +hash = "02933bb6e37e6bc6f7c50352dc31c2320e6ab1f53bde5044ddf60b915ee568fb" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/gothitelle/gothitelle.geo.json" +hash = "56fed11b6fe2703ef79ce6c24029ccf1c04f37ff06c0113e832d481312053dd9" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/gothorita/gothorita.geo.json" +hash = "831766e5950dbd43bdfa60bf8c6eabf795a19f0daa335c1af46b8a8a43fd61b4" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/graveler_alolan.geo.json" +hash = "52cabc32e161df35835234821eb8edc8bae505041a3974c6417e2a913d50a243" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/greattusk/greattusk.geo.json" +hash = "49058c5bd31da3eca8ab547e1c585f3be5270336fc8fc872cd3e2545360f8e6d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/greavard/greavard.geo.json" +hash = "0c25cd6b4b640e36f347ad87bc1f13111ee80dbf9e0ef50f9748fc229cecda47" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/grimer_alolan.geo.json" +hash = "f94a8c49d4bf4f7096be263fad27120986d0bf3f22e42f4ea7d8ba06f70b853b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/groudon/groudon.geo.json" +hash = "171ae258d4cdd3564218d5f02798139c16c98c33270b0fd7ab711875aee2da15" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/groudonprimal/groudonprimal.geo.json" +hash = "ba304876559a8c91260434f5706f38c2f2d8751b1d0435d4d8fcbce5cf3464e1" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/growlithe_hisuian.geo.json" +hash = "50bad15d2383cb132ef458f305b45010b997331bca42a74b41a86330a2145a39" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/guzzlord/guzzlord.geo.json" +hash = "fb9d9dbab59d26acaa2d5996fa2d6b92de72d6efb5ec6572b3e86b8f54cefbb6" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/hawlucha.geo.json" +hash = "9ff06f61284edeb3fe7217a20c3ed44ed39fc6e10115d30abcdbdf506d1fcbb7" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/haxorus/haxorus.geo.json" +hash = "79e56224fb3a84cf05ebdb3cc6fd076141c9dc7996155bbc96c6dda4e2aa5063" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/hoopa/hoopa.geo.json" +hash = "085dc82e5a444f7092ac8aa069b7f0328680ce15bd1275b5fbf6575e690050f7" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/hoopa_unbound/hoopa_unbound.geo.json" +hash = "fb664c16862ccf66f06e2a35daa32ce02e49614e298c8409c9e750477c58b4da" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/hoppip/hoppip.geo.json" +hash = "ea82eb3701c91f5649e84aeb2bc2dfba758e8315cc3d6cf0a475dfa976fba0f3" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/houndoom/houndoom.geo.json" +hash = "122b6864035db21bb75602b219b55429f3385c7df0594ddad3d2c38f5b02ee32" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/houndour/houndour.geo.json" +hash = "81f43c833d67dc535a1326d56fd94c7866df82838964b050aad457628a94ae2a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/houndstone/houndstone.geo.json" +hash = "07be721af8f12d267d3191a9376e658540c149b2ef34bebd6dc6511d5e28afd4" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/hydrapple/hydrapple.geo.json" +hash = "738a4f68fb289e351f0d479ba1e02c4205d5a2701601053fc763c31d4c0fcb99" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/indeedee/indeedee_f.geo.json" +hash = "f39902aa5ca73df5bb07c5e7b69eaa4a7a802bcfc25eec1f4d3ce14facaaaeb2" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/indeedee/indeedee_m.geo.json" +hash = "7f4e2043eb0a4433672e41b863ea53f55f75a0811914963a784c400a3cc55ede" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ironbundle/ironbundle.geo.json" +hash = "de9b2fc47ab4169e84389692979af1568a6703fd152e33624be4c2f13d50ab12" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ironmoth.geo.json" +hash = "a6549c4577abddd87c9f6c8b77241d49e6a8e2858568ea2e78819aaf38ccb4c2" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ironmoth/ironmoth.geo.json" +hash = "c48112be44b9519292bf84181fa8e2cd422a55fd54b5fa9d6e7c2238b1326a01" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ironthorns.geo.json" +hash = "66a236e5212cc2e602c547b92fda12a8c8d221a06e4ecb9f9c3ffeab02816ad4" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ironvaliant.geo.json" +hash = "aa24243af279009300176738779fe07686238b93d71002bad550fde3f2eed048" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/jumpluff/jumpluff.geo.json" +hash = "3380caba65840224efd8ecebd7dac61d66d5cbe7a6e7b49ff92344e68be1f9ea" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kartana/kartana.geo.json" +hash = "8145af69030394ad5d7a5fe87f769056d2161ed17c715b0c396ff6bc5346d198" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kilowattrel/kilowattrel.geo.json" +hash = "26344d339c51dc54afc1c50236307739a26aceda0298fe72d0f55351acbcbb6a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kingambit/kingambit.geo.json" +hash = "8a111c8a5d6a53229d99e8675b61dacef1e54354e82e4bed9322f2bea23f0d71" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kubfu/kubfu.geo.json" +hash = "054eb5b844e1b2d11b937a0d1e34aa63f11d05db0708e83085fe0d13d4c9662b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kyogre/kyogre.geo.json" +hash = "d699b4ec19163ee5fda229e2709135d8267b699df4b2bcebb377bb43271a6df5" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kyogreprimal/kyogreprimal.geo.json" +hash = "69e4b713b5a0e0ca011b4985e33cf20a83cc728217f6c4d6c833d6c7c8a32c37" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kyurem/kyurem.geo.json" +hash = "2088c506d0986918eb91f9b237b1564c04876c17af2ad86b16b70a33d622d8a2" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kyuremblack/kyuremblack.geo.json" +hash = "3944d6856e172b8a4ec922c69b6730dc9e6dcb3b73cd4c81e0caf66e5d4d1b30" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kyuremwhite/kyuremwhite.geo.json" +hash = "366ee5160c4d978ce5163dabbbf4c164cb10a3967080d826c5524437e4db1934" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/landorus/landorus.geo.json" +hash = "ea9139907f04928910dba87fd64c25028167cdb894f055725cf1fe4e590b7b38" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/latias/latias.geo.json" +hash = "a4d6cbc8c4350737c0344cfd93aa1d555f91f89a81ff1e6597f71af613bee7cb" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/latios/latios.geo.json" +hash = "52c6870b736aaee9e790c657b6bb1f528c8a4fdfe75c801b7cb0f806473eba1c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/leavanny/leavanny.geo.json" +hash = "9bf61a91109eea730f4cb81eee86e4beccb07a8e85bb19ff24d2c603e00fbbb3" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ledian/ledian.geo.json" +hash = "2ef8128925d97d3fa168abca1db516c59acc4221fd330820dfbb1e56a89f88ab" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ledyba/ledyba.geo.json" +hash = "3fd1b54ba53dc866f4874560bc7bfca42cd7711607f132879dc4e48232d44642" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/liepard.geo.json" +hash = "80f13375bd5af79fccc5b97c0905f477983c7164826bb8244869bc1fd505edc5" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/litleo.geo.json" +hash = "0f2244697c2eea5ec9c5bc769b9e399f5332ce6f3520b2aaeba27db7006c6192" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/lokix/lokix.geo.json" +hash = "013660ce26d0481f2ee896fcb221182c9f2217caf73f3c629a5d4b819d80add6" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/lurantis/lurantis2.geo.json" +hash = "beba40a1fd2aeb4aa9509627efb9ad02c74a6e5f63d86c2bd54b90eb78c351ff" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/lycanroc/lycanroc.geo.json" +hash = "284af8fd06081373d3b38b0390e1f4585ed53406e11c131469258fc766d8bba7" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/lycanroc_dusk/lycanroc_dusk.geo.json" +hash = "f87d61bb3dbbbf51772474e508620e6500fda5106a218ca15535d82cee7dcf3d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/lycanroc_midnight/lycanroc_midnight.geo.json" +hash = "109caa2fd0dde907bad98ccb3b0c25bd5c945c51217d3ff3fbfbb92fd4cc49ce" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/manaphy.geo.json" +hash = "a3391f9514e22139a2815fe48cb899efaa9ed619e30d236f43344561928fcbdd" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/mandibuzz.geo.json" +hash = "293cc846e14566fe49ea98d09561bab5571b5bb3c364379638e62ea41e74f848" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/mareanie/mareanie.geo.json" +hash = "9f33e3bb65612f8a15dd9b35b6db49d597a1c4205dfe1a1cbdf64178369de3fe" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/marill/marill.geo.json" +hash = "dc6a42d49c819001689daa0ed54f4f044821e6bbc652a69e11c62428b3cb830e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/marowak_alolan/marowak_alolan.geo.json" +hash = "e1ef9d61726371eaf5adfe5edea3ef439058352b3346f4f96f2f9e266e7917bb" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/marshadow/marshadow.geo.json" +hash = "d572299f14ae35ebcf781d96363e586d28706d66c55dc1b624fc4246e829e5d1" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/medicham/medicham.geo.json" +hash = "83a2fb733b394c82d509654a0178ea1f8b9ef56257cfc9d850f6936b324a3a8f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/medicham/medicham_female.geo.json" +hash = "f791430a30a8b81d13807e86ab0751520f85a631bdcad60bf9f2e0e7829b8f82" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/meditite/meditite.geo.json" +hash = "44fd05f54b82140b9f09b9fa909742c0449e1c627026c44d732053a39da6b396" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/meditite/meditite_female.geo.json" +hash = "8756a7e5ef527e9dd3a05d73959ac81435f71c09b1e98b000f8ada0009cb545c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/megarayquaza/megarayquaza.geo.json" +hash = "b73189fd5562d27b274fec18c70e8a7d5abe382c3d4ac7543ca3ca1a0bd5f63d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/melmetal/melmetal.geo.json" +hash = "9221ca83be65181f69db69682b596212acae60182559f872a505c1a715a8aac9" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/meltan/meltan.geo.json" +hash = "9fdd0b9ce2b576b7ad6b3e687ef6c2b515a99ef10a887a881d2c8e431ea1ea34" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/meowstic/meowstic_f.geo.json" +hash = "bdb63449f328b758881d64433e0d46716af9686b5a9b1070c15a858588aa4295" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/meowstic/meowstic_m.geo.json" +hash = "e48a973045754e5f390c26e71155cab79958a7f7328a162a4c842512f8d4ad06" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/mewtwo2.geo.json" +hash = "3ebf128f6962708170c3c2f8ac94c05884c2ae820de43118b3610478bc0e1eb5" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/milotic.geo.json" +hash = "1197d4ade8edfca62bd9a3edecc01f574111c87c70b8ad74e1dbd374e41c9ccb" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minccino/minccino.geo.json" +hash = "ea00070f7b1de0e7e8b7b58b6021673069ec2b08a8c5a436171d168a1dae0879" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior.geo.json" +hash = "a5e46003c567b427a64370b8d561b2704f855b9a0bbfcb3e823b84e79eafc913" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior_blue.geo.json" +hash = "15b90dd5ec60f2bce03e0a0f2a42d391a6f6b5be90f6145a737b8ea537d4cc28" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior_green.geo.json" +hash = "15b90dd5ec60f2bce03e0a0f2a42d391a6f6b5be90f6145a737b8ea537d4cc28" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior_indigo.geo.json" +hash = "15b90dd5ec60f2bce03e0a0f2a42d391a6f6b5be90f6145a737b8ea537d4cc28" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior_orange.geo.json" +hash = "15b90dd5ec60f2bce03e0a0f2a42d391a6f6b5be90f6145a737b8ea537d4cc28" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior_red.geo.json" +hash = "15b90dd5ec60f2bce03e0a0f2a42d391a6f6b5be90f6145a737b8ea537d4cc28" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior_shiny.geo.json" +hash = "15b90dd5ec60f2bce03e0a0f2a42d391a6f6b5be90f6145a737b8ea537d4cc28" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior_violet.geo.json" +hash = "15b90dd5ec60f2bce03e0a0f2a42d391a6f6b5be90f6145a737b8ea537d4cc28" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior_yellow.geo.json" +hash = "15b90dd5ec60f2bce03e0a0f2a42d391a6f6b5be90f6145a737b8ea537d4cc28" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/moltres2.geo.json" +hash = "96eea491e7c2d107519cdd62089d800765a8d38f189b3e45f0170fb5b20b70b9" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/moltres_galar.geo.json" +hash = "8b7f2b97419d5586b2c965da8725ab31825ede85d2ac342b8ef26910df6ae45a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/morpeko/morpeko.geo.json" +hash = "48cf5d50f866d10fe34dbaddeb9f32146133cf50796d3c8f12fa2d1f0817cea0" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/mrmime_galarian.geo.json" +hash = "0af9edfdcc9039f2e46d7a5168db3b30a357a139dd37cc91246e4bbdf64a99bb" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/mrrime.geo.json" +hash = "13c1f86ff7e28de88594e1535a03863a3a8d351ea1fbe248289ad4a8726bd3ad" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/muk_alolan.geo.json" +hash = "51cc3c5eba6a3ab01496ac3b0a85494adedc6818e91202d84e8df1f97b10d56e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/munna/munna.geo.json" +hash = "33af36cd19960b25729a7eff513ea01ad817a11b6508a43cbdbbdb57e08c4a4a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/musharna/musharna.geo.json" +hash = "1c47fa79a4bcb9871ff02e8c82cacdae71a7a06f8b51361bec496b7b10bc24ed" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/naganadel/naganadel2.geo.json" +hash = "1a4545f9cfba1d920254f42df737c6e1123b8b53a22bf8fc3bf0ca3f8a8ce60f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/necrozma.geo.json" +hash = "de41be609d21649afc4b1f3b47a0d10933cd9d51e64bdc8ccb83f5a7ff2c3500" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/nihilego/nihilego.geo.json" +hash = "1855569d2f34ba49fb6baa07eab1e3663870da526bfd42731ef27cd3198ae493" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/noibat/noibat.geo.json" +hash = "0993d85a8246300ef8e657f6ce90a4cc76a4a417b909b244903fbc3339f6652c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/noivern/noivern.geo.json" +hash = "9deecfc040cc45a908fd1202970ee5403ed3ecdbf76aaf49835a0da1d3f89e61" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/nymble/nymble.geo.json" +hash = "488657ebde21a85dc747bae0e1b92a442a867c304d39321e99887f6df9c5a5bd" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ogerpon/ogerpon.geo.json" +hash = "f506855595cdade7e00b607380c540693d6748a24cfeae0840f818b898ec7a38" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ogerpon_fire/ogerpon_fire.geo.json" +hash = "d959642fdb5a90ae119dedfdade9bdc7ddc5869ea4285a0577fc458b32c05ca2" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ogerpon_rock/ogerpon_rock.geo.json" +hash = "57401a2d9cd6d741be314a65cbdf7994e11cead21995429e8efab37bbfcf4e29" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ogerpon_teal/ogerpon_teal.geo.json" +hash = "f506855595cdade7e00b607380c540693d6748a24cfeae0840f818b898ec7a38" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ogerpon_water/ogerpon_water.animation.json" +hash = "24ffdef0fba12e90b2b464d7915ef0040aa55ba68bfeb210f1d69af3c924661e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ogerpon_water/ogerpon_water.geo.json" +hash = "e640d1acfacf8e374079459b24430f7584332f518148e10592dd73acabc8ab74" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/orbeetle/orbeetle.geo.json" +hash = "f2f8ee763e7e93d26c3a9ad1c4dd345dc511f5663fcf1d7a79947a3c738d4bd1" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/orthworm.geo.json" +hash = "e681faea226a5555f29d535961e614325e683e718699c6963ca0759df457fcee" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/palafin/palafin.geo.json" +hash = "2978dc4fb739b9a0431693c32d63ef998c88e56a776a4937f60790bd73cc4bc0" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/palossand/palossand.geo.json" +hash = "4a205fb10398b51f6e84201d34cf3a8a955b61b80a4de156c25678b34ac89843" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/pawmi.geo.json" +hash = "4e74a62774fb386e1eb8099e0d8488ea0135dde72eaeaabfea78107e636e5368" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/pawmo.geo.json" +hash = "2c8683af935b2e19928fb61970da093e3fb46a000637ef15ad66413f77d4bac6" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/pawmot.geo.json" +hash = "e6308c99e11bbe63b7e5d932a92b9641e0deffba0dd0542fae2015fe2d711fae" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/pawniard/pawniard.geo.json" +hash = "7b37f4798b3bdccc7b750dcb3b065fb0bbfd11dd6623605a3f8fbce1bcc9a9df" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/pecharunt/pecharunt.geo.json" +hash = "1d92b9bbe0d1a3a97db0b0345cac1751ca9b4f2a9e5bafe2d25ea104a2bfbe50" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/phione.geo.json" +hash = "3ed762b61e1fd3cf7486720e0b4f0ef9dfac46176a5b8d2df2bd4590dce18ddf" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/poipole/poipole2.geo.json" +hash = "fe3002f782f9f019b9d57c35adff2201521d937ecb5830f9c67c61cbdd747be5" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/poltchageist/poltchageist.geo.json" +hash = "9cc373d5be4c6da4eb3ed283e8d11134dfbee66fc7cdc87f6744b79e04773b82" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/poltchageist/sinistcha.bbmodel" +hash = "59fbc6dab1185c6977c89765648f9b45091346909886aaebd9db439dcc35ac0a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/polteageist/polteageist.geo.json" +hash = "2a2a9cde2d18e3867859f460dd622162b18db691ac516b97f3c369a6fd53da68" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/purrloin.geo.json" +hash = "3e9bc4e59f8a9679052fd3f9b0f5b212608d470eb59dbb2bd9838e5ac022df61" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/purugly.geo.json" +hash = "de7c3d2faec26cbeb7b3053ccf7ef05ac67133c9c225423cdab87463da520817" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/pyroar/pyroar_f.geo.json" +hash = "12e78b9283d4ce4db8dbe6c8590e166431eb4d975b0ab0ef9e7d1d31c65777ab" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/pyroar/pyroar_m.geo.json" +hash = "d01cde140e31f8e1427fba8776b2ead955cc393252f56f9a8195c5b7ba6f6c81" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ragingbolt.geo.json" +hash = "aadf7765cfe5ac43019468bb33b2633b77183e08390b825c3e0faf970f882dbe" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/rayquaza/rayquaza2.geo.json" +hash = "0ee835ab7fbc7fe56f979c3691075de4029f1e551a3e3e71855a55cc51290e9e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/reshiram/reshiram.geo.json" +hash = "8692686b95d8ef5525a7879b3c4bd48f108a3d7c04d2fe4a54632cf51e2f18d0" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/reuniclus/reuniclus.geo.json" +hash = "d22994d29d94109309a3643edf8da15a14233d9f35b9d5bbd5b601c2c2ab3902" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/roaringmoon/roaringmoon.geo.json" +hash = "753a6be1ea4e8a43076eeebb09c9f63e7ba1d744f0c18b0dd7a2d64b812227d3" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/rockruff/rockruff.geo.json" +hash = "19565358bfb11e1fdd84c4852243d37ac056d58b190cf8c8e9765dd92796b364" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/runerigus/runerigus.geo.json" +hash = "02d4bb9c5706ead4fec30e4a19fa9465480ab9a0eb5d83bbd507a7b101975dc7" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/sandygast/sandygast.geo.json" +hash = "5c11a9afba7543c484d4cbf7a3f904628c836a74c9f98addc20e6e4a4253516c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/scovillain/scovillain.geo.json" +hash = "bd61ae056a2986002445c7d6d49d187476695b863c626ea9375d7016dd6f2575" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/screamtail/screamtail.geo.json" +hash = "a4171e42d70ec1fd0999dae0f21cc2f9684744d629d91a97227337f59a74d224" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/sewaddle/sewaddle.geo.json" +hash = "05cff88335055ce61bea22a410823732b3051a16d32b24f3e56c73b9ffa9c495" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/shaymin/shaymin.geo.json" +hash = "212a5490fe01f9d91d75a2512c1826b7db7ee4120d4c4b76bbba41518eebbd7f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/shaymin_sky/shaymin_sky.geo.json" +hash = "2a83a89cce7317a0f1649d02638ccca8fd15c3e0810831e5631753272ea571c7" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/shellos/shellos_e.geo.json" +hash = "935dd51c6466b9f10083450761017c7e416b8a1a544a855b6b71202644e48558" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/shellos/shellos_w.geo.json" +hash = "d011ece755707059ed415bd7b02324903bb76a1138b8ac967bda49d0b1b7e64c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/shuppet/shuppet.geo.json" +hash = "59b28f2a0e22c07fdbf49acad29a6c4cfcf33e9beb768bf0ccbdd6bc41a3bd64" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/sinistcha/sinistcha.geo.json" +hash = "57f66d7b80f407f27f1f26f97d492005be8fa7ff104e0323e0498dd7c7f351bd" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/sinistea/sinistea.geo.json" +hash = "291ecab204fa6cc5474fd0669f49f68ae6b9baaa8b32f2ea4652e048d1c8533d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/skiddo/skiddo.geo.json" +hash = "e612cd7c2d3c3add9b964693da7da59ffb802aaf5d0e6435ea60405db570443c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/skiploom/skiploom.geo.json" +hash = "1404ffe72bdaab069da84e7b4c64659b6ab0d4fb213d103315e431f5a17eb21b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/skitty.geo.json" +hash = "0086acccd5dcb9b15b429f5460d111bbdee895ffd5d7349db2f8ee8c6e7ecf4b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/skorupi/skorupi.geo.json" +hash = "f373b41943f751f4609f9d5c7fefe0cad2a2b2bbc76df3c6b5e8854f220f24b6" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/skuntank.geo.json" +hash = "f091dd4a67b566b31a6541eaf62559c1291c5ce3340ac43a3ec1760acfc6d3fd" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/slitherwing/slitherwing.geo.json" +hash = "2e4250898814bbf8cd77c1883953aa33da2640d0a339201e33cc3ff0c0e2cfa5" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/slowbro_galarian.geo.json" +hash = "16a8519ab3ff4006fb09210f13d3f8d61fb3504bf677f8e60f2c7ce11d4474f1" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/slowking_galarian.geo.json" +hash = "c0b77bee22d9d1add5f45a4aa28c58791ff1dd44e344ecc27ceb0beeffae7b81" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/slowpoke_galarian.geo.json" +hash = "4af941b36cd983274172ee56c3fc17cb4b29c5a14589b3fd17148216cbec16db" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/snom/snom.geo.json" +hash = "e3543105d0e768b9d356229c0e773adecfe3fbb354a714f81530c8ec13b3074a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/snorunt/snorunt.geo.json" +hash = "2414400ea17406b251e34eb3178a782ef52080ca4a1d2dfcfe6ad5d69f7e4258" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/solosis/solosis.geo.json" +hash = "1a3b269a23b6d75ace36846fe20f7ea703b6405e008611e9f94da90e9d519287" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/stunky.geo.json" +hash = "16c9e5c2d6ccb58d265e349dd5fb2313574f404cac72da2945a5de7fda5a1c8d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/swablu/swablu.geo.json" +hash = "1881e416e00db8af4c3e4b66ed63fabf128d7b295611d9fd5516142dfaf0c6ea" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/swadloon/swadloon.geo.json" +hash = "8224674e94b64c25d37631f97c327f260f82d89a1f2167c24f3400fe9e657532" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/swanna/swanna.geo.json" +hash = "60bfcd9e1bcc90dbff310b45680be741939503706f14b1a8c04de5253c50e857" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/tadbulb/tadbulb.geo.json" +hash = "b22cbce8e739d3eceb3f4bd1a01574cd2935190b9e85666999d1cc5ff52b0b38" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/tauros_aqua.geo.json" +hash = "6a5f91e854398d86268d39668d48b0ba82b9f86c5d2e35dee81d4392deb5e061" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/tauros_blaze.geo.json" +hash = "bafd080e1f47fa81938d30f735026db728b01c26b06f79864223ef816d50409e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/tauros_combat.geo.json" +hash = "ad3ea942f9b621fe6500b5d07bcaa5326d687855272a9caa1ea0b7723317ad4a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/thundurus/thundurus.geo.json" +hash = "403901044f2963ac7b48325d2c594675acc964531e091543e7ee9953f01b1d50" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/toedscool.geo.json" +hash = "3d21b233bc753ca6755094f827d4baef500284c533b34825e0ef0daecf29b957" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/toedscruel.geo.json" +hash = "0e79f86143988980a7a5903945cdd17e10b7b5bc115ac0c067820169afa61e87" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/togedemaru/togedemaru.geo.json" +hash = "ac67bcf0b7a05e965f23889459d5eb1b34dad39e5809c437ee192b56444df092" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/tornadus/tornadus.geo.json" +hash = "54dce6c5cce1fa8973f353d0aa3b50387d27d052ce5e4a9b84f19af5bd8d737a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/toxapex/toxapex.geo.json" +hash = "1041195b7a8b89fb3231b751025c6ed81ea9808644f8e996d1de54f3a143624b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/toxel/toxel.geo.json" +hash = "016d0b53a2d8f602dec3f2058f917783c2949840470f0a712a42537ae376279c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/toxicroak/toxicroak.geo.json" +hash = "b6cb1075ac9b381f207c15e032f9c9619540e9048743f4f4883f7bcb2c291599" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/toxtricity/toxtricitya.geo.json" +hash = "b312cd90c4c14de48640eefba205c667f8fc3487e57573f6574cffd0e5a8ed6a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/toxtricity/toxtricityb.geo.json" +hash = "65151c50f6edd28e4b758c084797349c2551c44c788e45ec441d999d14da3a6a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/tynamo.geo.json" +hash = "dd5f3cae1a93121a6024bf4eb32ccec7bc6d1a1b5997ef6dcf2303c9b8d64439" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_a.geo.json" +hash = "209cc2d24fb8a42deef7a2f4a51439f7017ffaf050249359780dbf777b5ae691" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_b.geo.json" +hash = "21495d1c6dc494f40a3cae3d413f828a42b6e4d8621c078c455c5a8d79ed5fb6" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_c.geo.json" +hash = "2196e345d03d46840ba2ccec53ac66cc4e753c64d3fc36baed87e23f31f2ba80" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_d.geo.json" +hash = "22d8be4f56b7cf13471d180886ced5499347b2c676138df16de2dc9f36df269c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_e.geo.json" +hash = "6a1ec4a796283fc2b22a7e83e5775d6745e451fd002c2ed2c931ba6dac4ac1c3" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_exclamation.geo.json" +hash = "fedbeed9583ac32f5a83804b5e423ded9da993b6c2ae0d87150cec1b6aaab804" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_f.geo.json" +hash = "370d887f8a10ed53276e7810919ba08042f87721134296ca8b36475b2f3b05df" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_g.geo.json" +hash = "eaacdf2fe848bf832fd1cfd879ba5e50065b44a368f217f4632f38263af6236e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_h.geo.json" +hash = "0ab3a6947efdb490e649c6fd26779017dea8d77ca61305f1cce792dc33daf913" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_i.geo.json" +hash = "219a96209f248db9e02fba4a026f6c14a3506808dd71210d49f8a13a4680db2f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_j.geo.json" +hash = "7f3a58cec95ef600a98591f3c8107869b5634f814cf433731f547071131c4d79" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_k.geo.json" +hash = "3e86ddbbf541b8d2eb41d6aaac84495a09c461af81857971dcae900397e8dd04" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_l.geo.json" +hash = "3f3ad5f6289b8883f6b70232fe34af7881f9c0d29853417b6a5da8b75f614114" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_m.geo.json" +hash = "f1bb8b5b9487e5418f22285bbd3fdaf2062e645e1ab2ca6b16fa98ebb052e464" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_n.geo.json" +hash = "f67ced3668431562065ac045545981d1dd4befa2bfbd263d836f82130ff9fb4d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_o.geo.json" +hash = "958079a6492fc799b0c640bf47ee45f877648af862a62fe96f6a49dc81f31fe3" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_p.geo.json" +hash = "4608238d4c184208ef66f776a9b58d403d14152954443e1b257517c6a16f9ff0" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_q.geo.json" +hash = "6a2f0efbe7e30a68af3da876b838ab6ada89d20da6a24a2fa367f7d37ca28d52" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_question.geo.json" +hash = "ab7249981729e39aa8c3f820f54d7f4abeab357abbb94c59f8110b5e8976d665" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_r.geo.json" +hash = "56513f353000ea33f10cd5dc28f621dc2f5d3d427b5081425943ebd7f1e03ca1" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_s.geo.json" +hash = "2c7dd0771360748f1da6ea77ba4ae8d1be6ef66a66aa0b95834d78121375938f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_t.geo.json" +hash = "f3786052cc4d34f614c7a8358ca85a7ec6eb0f2c8bd1b1ad195537edf83ccf95" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_u.geo.json" +hash = "fbbc4c37e7fca06ec58e3c29dc3b5a2fe3a99db44b524e504a0b9634c593fa7c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_v.geo.json" +hash = "f41a657c62073242e931297bc3ddfc936a55eff994e3c8fe7465a338f927911a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_w.geo.json" +hash = "8ba4d763fd7ebada725bf6e3a0da212487699fde7584c51519787201929dcba6" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_x.geo.json" +hash = "3d02680d1a880f5b8488451d9c8200fca455cdd97e46d634886accf9b3acd869" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_y.geo.json" +hash = "7cad6554cb163a6f5237d899b6e588e434a9cf347b07ae6d0545d2822ddaf52b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_z.geo.json" +hash = "92462ccead8506a4382d66f723103fac69e1f3278c79e41accd1b54dd5908f59" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ursaluna_bloodmoon.geo.json" +hash = "f913820495e5f18e795311ffb993e6098128d8841b3857fe3624f9079e83845e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/urshifu/urshifu.geo.json" +hash = "081b9fec0f745ab2c81dc60a5095ad3fb062a1e17e301887ab4d77c5e12e7107" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/urshifurs/urshifurs.geo.json" +hash = "081b9fec0f745ab2c81dc60a5095ad3fb062a1e17e301887ab4d77c5e12e7107" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/veluza/veluza.geo.json" +hash = "c537fe142b1910627c15456006613897a178854e6f1266476f33b51698443ada" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/volcanion/volcanion.geo.json" +hash = "10802326aadb9936dc0ca8f1cd838618595f7534ce3d5cc73f2b172e081f2f2f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/vullaby.geo.json" +hash = "22aa5d45967dff7e2d0de3e92e3590448bf90c476aa4e79b5d56efe99758ea87" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/wattrel/wattrel.geo.json" +hash = "46ae4686e58749ab1544504fdc39da37d1fc6af0228251cf9a1aedcd79a2f710" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/wiglett.geo.json" +hash = "dd5c932f6033f078bbba26ea39314e65764b63e3a2363577af39bbeb7a7b8ae3" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/wugtrio.geo.json" +hash = "de49bde7a1a940c4fbdbe9703a072969eedce8c75cecf1e0d4cb6d12692fb29c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/xurkitree/xurkitree.geo.json" +hash = "5635e5bce2329987771250ca272992d1e6fc1df52574f0243715cb046892f6be" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/yamask/yamask_galarian.geo.json" +hash = "4107f9e64ec717f97826f3347b594aac3211424deac5163fd698308036b4a579" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/zapdos2.geo.json" +hash = "c3ba90d28bbcc105acecb7f2fcc28a376f667f1d85409539be990319299161e0" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/zapdos_galar.geo.json" +hash = "c07758945aa476f7b08f8e676f0dd13a023f135c3709fbb553ae0408152e4e47" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/zekrom/zekrom.geo.json" +hash = "3076796028ed680686e741a40a05c464f200d0de293d1e6534d620c170d44079" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/zeraora.geo.json" +hash = "b208d71c5df2553cbbce7b7cdc438b82cdc60a1846aada83c187fff9c6152f59" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/0896_glastrier/glastrier.json" +hash = "c61ffb75779de26cfb8e11bee420ea904f5a04086bf58f803b1fd8438d10221d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/0897_spectrier/spectrier.json" +hash = "cd7bfe5e91164f3659f44285bea6eb4ea124e476457b076207fd282777da04cc" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/0898_calyrex/calyrex.json" +hash = "47a2cee430742f39c9fcd523d81e3dc61d4d62a2ce787103d6a9efa6fb883664" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/absol.json" +hash = "4bfbd301494a54496b7e7adf9c7f01c881083cb33bdd6623b56897908eb8c85c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/altaria.json" +hash = "10725dc50a380581e2ee40cc193887a06a6c862ca7e7913a956380123161d260" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/amoonguss.json" +hash = "3719e15c106fcbbbfc0d65ed15f3ceb664bbc28d06cc457473c3d23ba6d6aa1e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/appletun.json" +hash = "0583413b2562c470f08e87c67f23329a517a67ca293188bca21e278861fd1e97" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/applin.json" +hash = "e87cb2d6faac6b87bf68fc36209aa2af33f5caf944466ba7237b3cefd5691e69" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/araquanid.json" +hash = "fae8a7889403bbc9c39b173b36a2cfddfe85d1c576c2865642fe4eaf109cf35f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/arcanine_hisuian.json" +hash = "7a014414e65d508147822eccb0f9ef69b16c807421639ef8a4ae441f7fb4e5f5" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/archaludon.json" +hash = "cfbde087f8d2ba2e92aebfedea1546bd903af719d2cd209281cb2bce4a1f004e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/arctibax.json" +hash = "f0bb1649a67a33dbbd0b4dbd56f200ba309f3350ebd2d6d88e7a9585492acce7" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/articuno2.json" +hash = "d9f5cd5bc6e36aaf60cd0b78de160bb9306523c236486c57f06a71a806ad669c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/articuno_galar.json" +hash = "40cadf6e959b69ac937863ecaf2c4efc6db6ec8410c2096c87ba5e1ed623d3d8" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/avalugg_hisuian.json" +hash = "9adf99e515d3cf4f07954f16e3fd9b33400c2b089f708a7c6ee4e026a26f1280" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/axew.json" +hash = "84452340e9d4f6f099a4b57a5c2d7539712a56cfaf858583a4b3637960188d70" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/azumarill.json" +hash = "0fe7525f770c18917fe97d0aa85a4f3f970d21092823e61f43d50f89cee08a6c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/azurill.json" +hash = "aa845d0705f613d8833a11f21784f368ae6cb9c54154d05631215aa282961376" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/banette.json" +hash = "2648f95a40f22af99906b48a0b93be9b15a51627e7a5b30f72ad465ee605ac92" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/barbaracle.json" +hash = "8e0d7d27bd8d7e8f6c6fc9b5b34b33f3687663f552b917d04b772afdd685b383" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/baxcalibur.json" +hash = "c79357eef511fc2a1f18bf8fa7a97c211ee45956b2620e50f2efd7d783596a31" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/bellibolt.json" +hash = "7e57f0f74b620817c4da318be404f8a4a05ca8539f39cc8ad6781954951c8549" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/binacle.json" +hash = "37621ac9cb7db0fcd7956dd3f4173d59e835fe4554e67fa4a601da8432739283" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/bisharp.json" +hash = "e4f0a1130be15a0215070283da61ca3c768c8599cc62c63cfedc7291dc12639f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/blacephalon.json" +hash = "0d3b216730715c8edaf2d1c7aa0d833ad3072cb70c91c24dfebbac64950700ed" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/blipbug.json" +hash = "0872a8a40cf0802f53d5fc979d11c95a7f6074041264707db4b0040aabd677e7" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/brutebonnet.json" +hash = "e9805c20487995ca09c3f03a526575c92442d5ce12c4e5fba930edb7752f716e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/capsakid.json" +hash = "d13b2dccd95079f0c90bcf8bd04b234979e84edf8ba0f832c50dc80fffdf8bfc" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/celebi.json" +hash = "bea4c4c76d013e53b02754c3eb513ff727258eec8dc364c3f50bfb36ffe4c010" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/chienpao.json" +hash = "714b66890d1b17c5467a73fa6104d3fae37e5ca946033bdc96d210cb23c0d503" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/chiyu.json" +hash = "ece0869cc6eb50eba7e3ac180d6b64b77c25a845bb977486e696aa50d9e5bb43" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/cinccino.json" +hash = "0ba01de68241d03c8be5c1638e85da168b7c581544a298c7fda58f083ae7bbcf" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/corsola.json" +hash = "76a30599d3cf16bb55f254ef2e3be21266a6fe12cad08fb9177221e601267dce" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/corsola_galarian.json" +hash = "6347b6ee93f616436c0f964de0ea3e5a13ea3e75ce49c2c98837864c89a44f09" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/cramorant.json" +hash = "7cbc6d89494bb0b69f7e7b1f8c3cc6dc7a34435fbea5cd1ac9dc516307d9b761" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/cresselia.json" +hash = "ea1f7b3e6688539dd763c2973348c5f74bd95cb162451fe6fc749247691c3a39" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/croagunk.json" +hash = "2da1a7f43e0f6dfefb846490dc4c5f66eaf3b94d444248164d7cb1287a2dfdc5" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/cursola.json" +hash = "7b54d415d1d1e682212c5f10c5ba9b8d5e143d8d65507d9eae677a13880c3909" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/cyclizar.json" +hash = "3b71ea6e4d68c49b7c71f2d06705d4a1b2e7881070d92d6909526240f208a713" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/darkrai.json" +hash = "ac5958fac9eaad2a5cc8c12d018f1a637ff83251d70b26ccd65c52cc430740bc" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/delcatty.json" +hash = "b0127a532f3bbfa8923634589edefaa87b664912ed4530a85a7e7303da74d7fb" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/delibird.json" +hash = "29001f0d5cbdcf26318adc43ca640d3c62119829259245019b628d6b41e5d189" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/deoxys.json" +hash = "d1bd84326dba8d6804c6a2d6f7172025a662ef21fb27bbaaac9ac5b23e3f4a30" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/deoxysattack.json" +hash = "787bb89c8906218f6b1277e517d51d5f58b30fa505f0ecbfdba8c6a72fa2163c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/deoxysdefense.json" +hash = "f31bdbff207124aa6e12f5b9ea1029a9ee6d7e8384990960cc42e169b74bb40f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/deoxysspeed.json" +hash = "2288ca267d0d25d3feef5353bfca160417a633df66fbf09d8e4cec0a98d8d762" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/dewpider.json" +hash = "bc7e3ff249692763b154eb1422b07d908832730f39e4227ba816c7ad455dd745" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/diancie.json" +hash = "d8b35ff25e9fcf8e56032db2e034b3c4b6c92d8cadf96d65d4a9601f6813a4f7" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/dipplin.json" +hash = "354026277b4dddd6580414eae946b7f1821d58974a5e2a592fc8f9de48bea90a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/dottler.json" +hash = "4966491c2190c90c96bb24699c277aa9f99b755d03664d6c459aa10aaa6ba273" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/drapion.json" +hash = "c349ed45d88cc902c06c37a34c23c100e5f25224e6d75b34e6ad59e165208bc8" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/drilbur.json" +hash = "808165d8152c496272c748fc5508f5b8ebc84f436f25e08644ea6c3657dc5d9e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/druddigon.json" +hash = "f0077738f740777d0a7cc9ead187e8b6ef7607747de577dd723544248ca3e721" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ducklett.json" +hash = "28f4d8e98d9d90562760de582ae2171e5b81d6f787f430e9beeee543f8e08e4b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/dudunsparce.json" +hash = "287d9abc1776fd3f34ebbadd9464ee3cbdc2e92eab21d4be39177aded3a7e63a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/dudunsparce_three_segment.json" +hash = "6f3a137a5e616e15b48905182cd2e767a5547308a7b14c4ecc5bb7157ebb928b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/dunsparce.json" +hash = "fbb8a9654fd6102155c80ecb89386abfb3226f3dac13754f051b86a90d80cdfd" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/duosion.json" +hash = "1ed1a7a90236f8bfe132b9b65a55ce6c66866b97f15d94b9ef44e01b2d6d70b1" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/duraludon.json" +hash = "7b05365c2b60202d4323abf6423c13ccba63303ac9079f9ac2218fd2e894c20e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/eelektrik.json" +hash = "5d915efb9c84f0b4a1f60e815b1e7d6335300b000d26a5697ced9ede90efe4e2" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/eelektross.json" +hash = "8d492d0420e945c62031a5c069bf655951cb095c44a57bf84b457068b2a6bc4e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/espurr.json" +hash = "a352875e8c05241bf9fbf51ff5a7fae2bfb290829e4511173f8e9272b09617bd" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/eternatus.json" +hash = "16820bb96c5203ecda745d0a0dd68a000d9ce97bec244813898867050dc1f00d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/excadrill.json" +hash = "8693f1acd7fee2be24cbfb3a06c9fb5d9d342e36c037cc66b1d222ebc0463d5d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/feebas.json" +hash = "4ed87d4abfabcdf31a4a2dd7496a8487ec85c77238949ad0e932fc8074b20c08" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/finizen.json" +hash = "ab5a6f8c4874be146539aa01f2254ea0d1dd8d32f07d488f5a708f256057e171" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/flapple.json" +hash = "77aac389995aab1803f3d1c9a33b22150e4e40b44b8757db0dc1aeb56d00754c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/fluttermane.json" +hash = "415abd55b7ae4cbb2b438b9b05a46b7078fab541d448e5d7506300e76239ba6a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/fomantis2.json" +hash = "0000e99df17e2274e298f98eb296f98c2b3a1b46fd83d5d9fabb1dacd335990f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/foongus.json" +hash = "d306db49d927ae0883a38ae9164d086f917c0eff99f149d1d268150d86e24224" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/fraxure.json" +hash = "9c0736a391690c8ee9695728e45d7eb1d6b993f66db08470141a72980aac68c4" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/frigibax.json" +hash = "a576898da4d3c610a0807a827a7c7a29486704454a91baa705c80c7d20b17ecb" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/froslass.json" +hash = "f1ea302faf27750214087b0948cda7f56763b7574c9c5d9b5712243307591953" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/frosmoth.json" +hash = "81b232c5b506eb2d5c03604a849d219bfa35ad0511d709c3d8547300998ccea0" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/gastrodon.json" +hash = "dcf693e1ef2c07dd2b13b52049996ad0a0555f6f1232ff9e0d3da6fb4e128cd0" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/genesect.json" +hash = "998e5e95daf2e3e00454cccb3ae79bbb3871ddc13ef50e70fd14b82aa2fa5792" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/glalie.json" +hash = "ab76862539ac8d172fb8e2544fba7d0aec92af8f8299537eb2150851cc3141c1" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/glameow.json" +hash = "2a48ee73369c3f27b3f4f522026e95faa14c3802c97b43175a3afa55041c449c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/gogoat.json" +hash = "c90a21a92b41e44a80d7625b81be5dc6036676d8926c122257e2df11c91a3070" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/golem_alolan.json" +hash = "edb1b1d7e8a399c340af4c1b8c615c93e8cf20bed4f56a6727afa0a141dfe5ce" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/gothita.json" +hash = "0b338d17167082ea6c715625587334b0f59af009be92b3057a606e355a9f36fb" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/gothitelle.json" +hash = "a80092748e6b5064836d57127ffbdca2fc3cac78d8d2712309204df1698bd34c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/gothorita.json" +hash = "b051414b903e06990be6574a30fa1827714ea5ec910ac778454b476a6b161dfb" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/greattusk.json" +hash = "b556e1a88922e290fb82022862b8a3b75aae50e0c4074d94593809c52b85689e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/greavard.json" +hash = "3fe3e62f216de21780932c100f93ce3f0d5f7d431e7f2f236f7218ee43619700" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/grimer_alolan.json" +hash = "8d3273b64d4a57cc973a3c04cf16c6126f78436ce00fb4fdfb197aed9e495a65" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/groudon.json" +hash = "397068ebde0ab820379c811ac36d6329e29b7dbdcf991df904d147a99dbd922b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/groudonprimal.json" +hash = "1c504097c762e027b0829251fe3d510cc3387de6bb5979859f3dbdb6b50eadc4" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/growlithe_hisuian.json" +hash = "34cf95f2d1b50ecf71315c974dea17ae8af56be9d22bd6929968f0717a9b8cdd" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/guzzlord.json" +hash = "450ec762cac1fa8e20913966d6e5fa9ab2df3997f9cf05f7858270b4bb36d66b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/hawlucha.json" +hash = "abe86d0b260804c7628366cf035d350f4ed5dbd0d937bb8c5567b4d35aab2b5c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/haxorus.json" +hash = "688d29c89c1daa340423f316e40e266385d397d4430e7a29ee36cbe2e4880332" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/hoopa.json" +hash = "ed55bf8669e8723b784fb6f7b7797ec9f1830fef4dd8ad087b88e8cc70090bab" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/hoopa_unbound.json" +hash = "9c00b5b88c1e1b788488dd1bc4d075313895b218a29dc6d421e07e2e34500caa" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/hoppip.json" +hash = "baa1823bf10168ab083b2afff962849b1831f012bd645b5070bbb42a341fa7a9" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/houndoom.json" +hash = "6f3ebefc4436e886bb2e0ee533d1fa64f3fbe4d1b56d3bf25eaa3c1faf2ffde7" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/houndour.json" +hash = "1021ac005278c9f4fbb5501fae8eebef8369d3c2c243250b42e270f5f1fb6e0f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/houndstone.json" +hash = "354fc5421b4955c537dcc9a25b6fa5ba5e61ad0de4c62b162be8eff1e88cbccc" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/hydrapple.json" +hash = "06aabd2aa499d7dd606aa6e9b67785793deda259f2f66efef8314ec9de8eb55c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/indeedee_f.json" +hash = "68d8018b76b255c57f9421928ef2e383550629d442ece4a5aacecb4f54522f8b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/indeedee_m.json" +hash = "b88f427bc4f75d508a044e0a9b0dac5d8b739ed352c50c9a2093b143bfae1f63" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ironbundle.json" +hash = "edf546b735959bb8cfc8101a13ad10072022f54f61dbc2b218e9564319266a61" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ironmoth.json" +hash = "fdba19ec90b9ab8f329fa50c01741673a0491c85bde70de8ba5b1fa1f6b2dc1c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ironthorns.json" +hash = "4c56316dde75e3a07c5bd1e62a71eb616654460fd8167abc329905d17f74945d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ironvaliant.json" +hash = "e66f9c7a3c0978390e5a799a4e7dd78d96b135345860b75842f8e08cd3efe0f7" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/jumpluff.json" +hash = "15d59deccccbddd921a72a87a1ba2f5638a7c6b785b48fe92001b040759e6e1f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kartana.json" +hash = "c6b73f6836dc1f5279d6576f1d6e12eca8b2cff95ad7f3debc2c31db1abcff19" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kilowattrel.json" +hash = "b8305a6ae81474fda979dd8b51a708a2f803b135b4406d889fca2a450ebc5641" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kingambit.json" +hash = "475f3fbd1f8f8597c69beef4ea65d4c17122c35fe20966d714444bb721409313" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kubfu.json" +hash = "f15ac2a695b7843b8bb7257df5441062f0619175400f80a30b7ac728909c6af0" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kyogre.json" +hash = "ef268d7a51b64f3c485101c37398c612ef206fbcefb2ae24de3ac03355d2dad3" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kyogreprimal.json" +hash = "0306b38bde39d6ad47e3c37a6b3946deeeae74e72c20a6d5d8f8c63ef6093cfe" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kyurem.json" +hash = "3abf4550e06d5a04e365af7959e066111447140442d70ced49da9aa84b7e7319" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kyuremblack.json" +hash = "782c833e0cf5743ddf108aa401828812ffdb58d3002d4c220de9c202dda58870" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kyuremwhite.json" +hash = "079c42e6b854a2ff8bf384b3e7ff9a851b69c506351d6c51d27546e858719e24" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/landorus.json" +hash = "619166631b2198234275f9f21050a0f336128c74108582ee280bdc98693deb70" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/latias.json" +hash = "386125828055d8f77762503be15e9c6269d6cccb124bbe3a9f230332c7ab140b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/latios.json" +hash = "cd953fa2e29fa773490f37b3b6f5f6c0dcb0b6f9acf921cc2bf0f23542a66d0c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/leavanny.json" +hash = "8851d13d975450df7174849d5590c476b4008dc9495e3fd90a5cce6759c2d18c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ledian.json" +hash = "a8b4e5fd82f8ccdec73b914adbc7d26e18de6b0d26ab13b0e60506e64134f541" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ledyba.json" +hash = "433a1e376b140dd4557e6519a2c7c626901e9c29f986acee7f3ba92261106689" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/liepard.json" +hash = "e74e82105f23e74ace6d1bc8101128813e4970f3ba8d52422a53486f93a102ba" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/litleo.json" +hash = "bd418f83e2a5334aefcb8c8218f72bdaf41e2d8062da6ca2839d81ef3d30c6b1" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/lokix.json" +hash = "a31d5f0f55d4fc6fb782aecde20b83e4658b074f8a700093df0d19f5bd91456d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/lurantis2.json" +hash = "7c6b608bf67b1bc07f31091d69f5a097b9991a273bfef220567e8ccf6536912d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/lycanroc.json" +hash = "7a7772de5dfd99209d300a5025c6b63929225159b0260b99812fe0eb62869284" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/lycanroc_dusk.json" +hash = "5a08a77145690d3493cb9401752ed9462a1120edecf51ef31c80e7ecb5b0b766" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/lycanroc_midnight.json" +hash = "4049a377ad953dfd2026105ee0936c60dd81db4a280c0b82a7edd0d4e48c37ca" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/manaphy.json" +hash = "fedc4faad2eed0615dafbb5e7d11034ce96e64933955da7ac6f21fb8f9403c2d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/mandibuzz.json" +hash = "fa48338c1d1992370bf505a892a128cd89d768d47d54dbc874a7b50bc2e48678" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/mareanie.json" +hash = "d209caa330f99670d8c72c4b34ba58be1b031354e47e79ede72cf3099a382d73" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/marill.json" +hash = "fe932dac6e5858fa9b3e5b3b92f43d874e0db128c4c02988fd836ad97cb158d8" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/marowak_alolan.json" +hash = "4efddc0e894415e4019807b91046b47a9774724e8ec2020168f15bc88423c8c5" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/marshadow.json" +hash = "e55f0b4d07cbbb79e15bd379b8ca5703270c054124ce4792153b72fcc4c2b3eb" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/medicham.json" +hash = "4624781d593c35a6a74868808c50f5b97449adf16b4f218e081285a6fbf83e26" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/meditite.json" +hash = "b8439b19737ec7441fe0d6ac07ca4347c5770f1239dafaad0629a76b0f41e00d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/megarayquaza.json" +hash = "fe394bd3ba5b01cd45fd31c77bac662d45476b65fdd193863ae16d4284c92473" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/melmetal.json" +hash = "d094d1431f64cab9136cfcda6a1b9ca81976dc0faff7a8d10a62fcb26335b177" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/meltan.json" +hash = "3e82db7ed51f6c9859d806c519117b0cf2fe81a7d1c100b29cd8aa4e5220dfa3" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/meowstic_f.json" +hash = "98bf00ee76a0dce5e826bede0bebfbd63c0a6d6c908cd31242bbb2b8d4895433" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/meowstic_m.json" +hash = "8d023d194de6616e2e214d033e7e032069137161d4c30a933a331a78558c890c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/mewtwo2.json" +hash = "d225bf21d2faa91e2a8075f157e82cc3b5d287b2bec33e6a67abd3fd82b4b6a4" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/milotic.json" +hash = "0c5cb9f8aaa2bf8450b1ee5388799b1271916370028dcf4882a52c9752bc0dd8" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/minccino.json" +hash = "1f9185260de9422e1ce1689198232f674c7579a5ca03b5205ebcb3fef216c421" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/minior.json" +hash = "16855be45f2fc27ed1cb5bce92a549818006c1a1ceca155cb78aaf451bc9fd5b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/moltres2.json" +hash = "2672b27d8789a93847e1a2af5b1e3ce1306f371216d4f00cfec978725e07c30b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/moltres_galar.json" +hash = "914aab1e5bfe569c8eef033009e2fceee0e2628ff86a31914f0af900cd81a30a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/morpeko.json" +hash = "876cc873d073a89063970a55ebda04359cdfa2a56e27edae7eddc0d5f1e26293" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/mrrime.json" +hash = "e41b53185496e501ebddbae05ea78d5ba11052b4e644a498cb390dcdd5ce98ca" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/muk_alolan.json" +hash = "5240743bfef9194ff73f781cb03b8a33283b9bd9a92b44cef1ce45bf28005c0f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/munna.json" +hash = "8da6ba9ba55745974e1ce2c848d1261bc4dc85c24fbbc77c609061f101086c5e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/musharna.json" +hash = "6bdb608ec4734b061335b41c0a500dbf3a8948486d516731dca154f8368edf66" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/naganadel.json" +hash = "3273cd9030f20a155bb4316ec9d32479001dd0492c8ca596a8697071e0bf6a9f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/necrozma.json" +hash = "89824892e934ea82ecf8fb30495c0a102a1d3112781b852f4dd775953d353439" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/nihilego.json" +hash = "10f795c685096b41494534990fa8b0da9c77959d9ad8ee2e8f3c03a59e9654a8" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/noibat.json" +hash = "63354835b7cb7b7c62809279f8421a1ca6349a106ed457f1ef3f1e497513f61f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/noivern.json" +hash = "f188670e1f56a2c3e0629a0db85b4576258f64b95caad833d2a507faa9ae3487" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/nymble.json" +hash = "70ae752d0a6477c677894ce3d959dc8b110db851235c988f325c5269858fb916" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ogerpon/ogerpon.json" +hash = "a61bea1ab101a6f35e63b98d5a92caa6c28d5fc4c1003bf71a27ac712553bb9e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ogerpon/ogerpon_fire.json" +hash = "1f75b04d304c87014af40c9a74b561f53671f63dbbffcfae4656aea58d563571" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ogerpon/ogerpon_rock.json" +hash = "22499c4e3467027eeab25f5435fdef9f5ceeff7a8a2ef3984b9cbf13e1bf3969" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ogerpon/ogerpon_teal.json" +hash = "1c059dbf251d5aba4db2cedd9e07eb6c32a535e5c44defcb8ebfeee3c9a2bc72" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ogerpon/ogerpon_water.json" +hash = "300c05aa7dc4549890e7f847d67b5c542708bdd949a29fa3e930f022c685f270" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/orbeetle.json" +hash = "9f99c8c68bbb4d1807d7eb2318a80b7838dd8a787691e2f86e13120ce761e25c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/orthworm.json" +hash = "059ff8d6f18e722b2e0addd540f02640611d84256549e55278afce52e1412e07" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/palafin.json" +hash = "2ecb7ae895ed631af611faae8fd643cf65da50b7fd4d25c12b7ddf0789d28b26" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/palossand.json" +hash = "c5594aa870d9bcde0690560296cb59bf1cbff584bd4eb6370969041e6efdc55e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/pawmi.json" +hash = "73696b60b79fc88dc01f7db130a4a27b4a3776157e2db628e68e3ab90781c809" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/pawmo.json" +hash = "b57c908ef72a87a28b2f8a4c13173f6d107aa8e4920627720a640a61b61cccbb" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/pawmot.json" +hash = "418b77baa9b4aaf0baed17446429136bfb1f2b2f869268d0ba29782c301b65f5" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/pawniard.json" +hash = "9b0e995aa0bbbd3c4e55cf51d76958d806396b6df53f6e3effc42df64a086166" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/pecharunt.json" +hash = "80385cabe7736aadb1d64c6e74057abb92a05447fb8c5f5ce4c500432bf5337a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/phione.json" +hash = "05b0bac236dd8299b9697e069957e23dbdb67d9e4e7d769678ef812ce04d2106" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/poipole.json" +hash = "8f3c04bc400f7479bd8d0d524968ad2da0d1ea758dfe5cd433a097a2b058972b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/poltchageist.json" +hash = "9117093bd5e3d35d7c5f09e9a2987fd81e22a757d180a5528f7bbe1aab3dea65" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/polteageist.json" +hash = "cd33a3b5e449d1186088dbaccf54f6ad59149aa56f119a8837e19f1ef679118d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/purrloin.json" +hash = "794460805632a6a5dfbb083783b6d076a86a50a5e477a05500cb216da729bad3" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/purugly.json" +hash = "861f02a04cb4c6335270f5fecc55d42fa6f9da9791532895137ae821a6d10ca5" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/pyroar_f.json" +hash = "9a73b8b3d661d8724a430147d57137dd720c93f61288b99e591acb94b63d6d6e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/pyroar_m.json" +hash = "3adff9bc524abafb37929496db5a6c1e3d22be6667282d3bd16e8cff86ca7725" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ragingbolt.json" +hash = "d53f8eb0fba37981f0bce9faed03970091584af525d9d3cce8df39a58be775a6" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/rayquaza/rayquaza2.json" +hash = "d3a3edbb8ea8adecb600b9b0855df33707f97f1bdab42ca90eab570af108f925" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/reshiram.json" +hash = "df201eba2660a686f50fd29a2092ef10cf64ee259cb10bc413da03025c4024f6" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/reuniclus.json" +hash = "e0bbe74b15222915ae07ab174e417ed3eb2f4cb4ab615fba752239d41402327a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/roaringmoon.json" +hash = "9daf5fdc9e56a84b8d0bff50c29efad3a11074522a532768032e6d7bc9f0cba5" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/rockruff.json" +hash = "4c04fbd2cc98050063261b7161b7fd250bab6e660a7d776a94ca71d08de700de" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/runerigus.json" +hash = "c5e537f1f1cd960550bec22f652d79f2e29f79738df0248f85890dbcfd18f0a9" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/sandygast.json" +hash = "efa0d67c237fff37f8d02ab160d8373727a9b0e1b9836eb17426877a641c3ece" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/scovillain.json" +hash = "8e471cdf28c5d9aaa6531b957bab2ed2bb21c4bbc2bd9d20265d9ccfc2397549" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/screamtail.json" +hash = "28e169f2daaf187ae63f5330a9846f401b1045d4bbfd4e6aaa5f8ca27f7ea4e3" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/sewaddle.json" +hash = "758430d3327b9ecc9ea7591bc69094bb40c20cac90cb3e42fb98ee6446d6f8d5" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/shaymin.json" +hash = "f08dd83de9ece7c6a470329e0cd3795689bd49e0510b20b964df04b346dd418e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/shaymin_sky.json" +hash = "52fc7ebf1539c312023330380a02891d79cd016a637df26830cee74e027f60ac" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/shellos.json" +hash = "30f0a98c9bc2532c9c87e3c679949446512b71268b893de09561617e6f8f49e7" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/shuppet.json" +hash = "a87e9b4c2cd32e966e10ed5232399c6cf2460e67f2444b167cca07935bf1c9e7" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/sinistcha.json" +hash = "05a0877e685a95a4636c6b920f7bef1b6bdc067d7dd07046f1c6423b14d3b794" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/sinistea.json" +hash = "317cda16c96b6f8df0804850d895097267ef6019f5ca3348df1f518e6b88fad9" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/skiddo.json" +hash = "50e3a8619153b07f75d8d7e781606331a15f2f3ab6cca32ac1fdebbdc0c7142c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/skiploom.json" +hash = "0be8f73cf23032bad3c7c51e7be7f09ea865a34be74f0ceb508f2c274442c437" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/skitty.json" +hash = "836c688abe50f388009f13c1a3d7747daa9675491237326fc273c18443175f41" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/skorupi.json" +hash = "7d7e7c8ccc9770b8d029487402a1419e50f9dbe1c6b7dee14909bc8179f4c84d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/skuntank.json" +hash = "93cdf0f386a8434871cb05e8c91b22148cd24d2ff8e18900d4cd80e32624edbe" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/slitherwing.json" +hash = "b54978be47bf56027bc37ac332f810e1f8d1bc3750ecf48f8f344a757dff3c53" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/snom.json" +hash = "68d3370df552b6010de112e44ff6576bcdd5d82665c6b30a0d63657e449ec06a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/snorunt.json" +hash = "ed05fe1caf5b2d903ee65731f5f12ecb32547a7c97e4d00d7e9ce995df008c5f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/solosis.json" +hash = "231136b9bb659dc776ad0b42553e142b20e0bd75730d7df76b09b3ff28693102" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/stunky.json" +hash = "cbed63c8ad7e9bc1ef47f710682c9a4c7301da81d735e3021ad728c74e21e8f0" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/swablu.json" +hash = "b23b332fe33690de34abf0c4f1dc50e0fbe27c6439ade1c88bf0768c507e75b4" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/swadloon.json" +hash = "b98a0abeff9079cc2e4384bfd780ec063d9a9c46dec3c29e5c67117d407d8ade" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/swanna.json" +hash = "78e2de53aad6aa9c265989be9a61a25ceb96a627a56e7206df52dde2e43ba156" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/tadbulb.json" +hash = "1231a23c744667ea78f13d2f5f5cea9336338bb478fc3ebdfe2cb8a35d8bb317" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/tauros_aqua.json" +hash = "326578eb1c30a9dd11e7998fda40cef868133c5f3d83c1ca4e5d040c5a6f0722" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/tauros_blaze.json" +hash = "326578eb1c30a9dd11e7998fda40cef868133c5f3d83c1ca4e5d040c5a6f0722" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/tauros_combat.json" +hash = "326578eb1c30a9dd11e7998fda40cef868133c5f3d83c1ca4e5d040c5a6f0722" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/thundurus.json" +hash = "ed4b4e0ab9e47cd993510805f5d625753f8735bd610662a326bc78da6d7b6fb6" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/toedscool.json" +hash = "fc87eafd485ba68be544c97d51530390f1931073f88c740d4b8e254cc17d71c0" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/toedscruel.json" +hash = "4bb5454da6431e02d839b1970b2757d072bc1f1c248e4731e87763482a31c916" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/togedemaru.json" +hash = "6f71bf4c6e0aeedce54569db3b64dd50a786343aa7395e238b635a39b8640302" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/tornadus.json" +hash = "b36e5c9cfa38ad73c069d4c763043d0c0b1cf8a7bc974ce3c8eee260739c9e1e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/toxapex.json" +hash = "34d314e7690465dab44b160b4642a772571614059606694d74f5453aeca701df" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/toxel.json" +hash = "d13c02d2165962a0b2a66c32fe31c355bffc97e89a08b7f6656f026b8b08d083" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/toxicroak.json" +hash = "1e99209dce5bb1cc4175f4bee9d8e4fe15a4298ed48f6f611efd3b4f0704e507" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/toxtricitya.json" +hash = "85e35fab00f613a93b48ba2c77192cb170579c97fac47c8c862c1d5e7b5eb35c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/toxtricityb.json" +hash = "1cca7a3fa776450aeb87537fa41d8ee47e0ce7bed94bfeb1c349ab94652f09eb" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/tynamo.json" +hash = "b81135097c83b8107138167ee2850aa64a7913a48d2b3121b61fe228ad89342a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/unown.json" +hash = "30dc7d0f29c18c9727fbc20fb4e7f2a7129c300a09c157075c44d8c178cbabcc" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ursaluna_bloodmoon.json" +hash = "414c1406bb813b1ead05d4ba2b4b6b79b7c77b964649357b6536cf4496eb924b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/urshifu.json" +hash = "3fe9b7e77685ed1bd5ae05a48e26645d6ac5d2b591af39a0765697c0d45e035f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/urshifurs.json" +hash = "f6a766a37c4609da3ac1879beef4c6878a0b964f6b475f057206641939181bc6" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/veluza.json" +hash = "955ffcc54aa3abe47ce56dd11438181b6d77192f4e7fcf20dee61ee969a58e98" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/volcanion.json" +hash = "071b3b2773e2f055d585796ec6400fd5b34a34e9c68dc99c9a81d46351aabbe0" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/vullaby.json" +hash = "04f11b8ec3444c08941d55ebebd65fbff8c839fe44f5d7fc2b61a71b2d168037" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/wattrel.json" +hash = "5a516ffd7993cd5ec5fb1e450ea4c967d5913f90c545e3f763e529d6ac90d3c1" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/wiglett.json" +hash = "4b563ee31e48aca7dbfa726a9bbbbcee904455bfece0a8950a8475dda55c8617" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/wugtrio.json" +hash = "4137022930f4c8da3c83bac46ac4dfcc817a82a41883c129f730c4af8c575980" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/xurkitree.json" +hash = "c0a58dcf52bb3c75ef78bde42649a9fb3888c4aa154a6bb45f7c74e27c8feb84" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/yamask_galarian.json" +hash = "6661a1acf1e6cb136f8616326315a4baf090e44d80b452d2cc839f2066e2f4ca" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/zapdos2.json" +hash = "b2681d2dcab69289560c4117d43d2698195941e876e477870b08a519cb3749dc" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/zapdos_galar.json" +hash = "b7f59ca290054aa970ccd4e323028d91907e1329ced7e5e86c91285b8d38e5ae" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/zekrom.json" +hash = "ac270bf45bcc07f458f1d3d717cfac78989f4e99788241fda3aa77d657a67a5a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/zeraora.json" +hash = "ab5dd0c1d3c323d6c0141bff18e74e5d0d8ce38491947a7a16635a58bf4bd075" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0228_houndour/0_houndour_base.json" +hash = "bc978e653a44c73786fe61565adacb7b543efd46cd2cb8b76ede7cc4ab6c5c95" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0229_houndoom/0_houndoom_base.json" +hash = "2d3a7184f88715691cc04c8b08c017b9cdae2680c86744dab2720c9e27696861" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0359_absol/0_absol_base.json" +hash = "2a91c172afabaf5603924439afbe47ec9df99c23274ca51a29aedf5265989f6a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0361_snorunt/0_snorunt_base.json" +hash = "f1a816f89b2eeb2f1cdb1f5bbecbb1fcdb34033bc5f59909c5a9f61f8d616148" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0362_glalie/0_glalie_base.json" +hash = "78d73c4c0c2b0ad6f2550c82c20402413ccdceaa6c1ccbbbf26d2be58fd32cb1" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0478_froslass/0_froslass_base.json" +hash = "8dbd84da1df557697fc416750de183d41395308e4bf16f5bebce3f65de80eeac" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0580_ducklett/0_ducklett_base.json" +hash = "5011df6ba522a91b0e28c5520f5a6707212a64f1f1817714fe597caf686f3b18" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0581_swanna/0_swanna_base.json" +hash = "daeba153e24e7b5169092b84ad93f22fa02d8bfdcf9bcf4087311c925263d881" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0721_volcanion/0_volcanion_base.json" +hash = "10239fac23f95bc6f76fff88bf4ab16698815bee71218d312fa09a386d1df506" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0747_mareanie/0_mareanie_base.json" +hash = "9313248d9f83310eaf9d109d58f9dae916ca46f21409e9415542cb1a85dbd367" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0748_toxapex/0_toxapex_base.json" +hash = "531d707b7a8c78c77e199f5dd7c7cd313a83ca26cb639c3b22560a703eb9efba" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0824_blipbug/0_blipbug_base.json" +hash = "57cf2a3baffa3a87dcce706081d07fcd90508b87c3a8b47a0e756d1bb692bd35" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0825_dottler/0_dottler_base.json" +hash = "9cce802a8cf7290d8606e9128db31d334c6661772e19c75a48d7d322e033b2a5" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0826_orbeetle/0_orbeetle_base.json" +hash = "0aef023855648cf5a7a71d12e80f9c69c7ea3a59020f967b32422c5d96cbc3a0" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0848_toxel/1_toxel_base.json" +hash = "62a1ad479f920b4015db587c66f33a348a75c6bc5b3649e8266cb20ee7497552" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0849_toxtricity/1_toxtricity_base.json" +hash = "f4ded941167fb61a4bc5fc107f3dd7909f2a42261d0aea4ce3910a7e77d115a8" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0849_toxtricity/2_toxtricity_base.json" +hash = "449ece6a9eef45f546b1636739e597cf568fda0fed7160d5e9680f983e06f172" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0896_glastrier/0_glastrier_base.json" +hash = "3506ec4a956f45ea6e6867165273b600b453a4efeeed26b3f89ea641db184cab" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0897_spectrier/0_spectrier_base.json" +hash = "04fc3748963cdc895dbfc09cf3b6446746e771bb5b14917cd1e7543137fc20d0" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0898_calyrex/0_calyrex_base.json" +hash = "fba83e590e53189801735f482c994608473881f6658f7fb92bb5d0aacb5aa409" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0971_greavard/0_greavard_base.json" +hash = "4ea0b6f51d4ebe03f467b4aae9ece38a38a7b9a07ca21008c30f8f901a52575c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0972_houndstone/0_houndstone_base.json" +hash = "6a2c493c13834fc1a83f40eb357a274610f0453a81ef04c7708ddb95deadda29" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0994_ironmoth/0_ironmoth_base.json" +hash = "cacb092117e1a7f3e4227244a0fc6b3a9056450083aee7d43e0e80c227f83d51" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_altaria_base.json" +hash = "4c1d45dd33ef630fe4dbee56bcc8e554d6fb586f6824a01b80e4347af0bf03f7" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_amoonguss_base.json" +hash = "dbbe163a0b4900db5059118ca636951f16af6dc48a474ba264cf344b1dc28407" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_appletun_base.json" +hash = "7415bbc9586bf4cbba5dfac9deae4e923f57cef5c8e29844df15ee6e8851d3be" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_applin_base.json" +hash = "e513fc8d51b87d96eb44ba3ce8fa6f8134b49dab888cb7354d0721875dacdd76" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_araquanid_base.json" +hash = "c508f6d9cf4c1bd9c38b96b766f1e2a4d373f575c7717164c9864944a887a397" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_archaludon_base.json" +hash = "3732a5063ed7e100d5e91a61e713078c022a9b2a2e1bc6732cce12aa8212d6ec" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_arctibax_base.json" +hash = "a0cd0d5a592a0f5629d3b2217896ecf10fd16c59e4bafe3ebddf4be65e60fe4a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_articuno_base.json" +hash = "ac42f8d01984993bdc2276e914e6d45c108555deeb949e950a547249373f361a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_axew_base.json" +hash = "d3d9528303d91031b17d73373f96f1a951eb71aaf6379a720ba0c8e27245bdc2" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_azumarill_base.json" +hash = "9539e4cc7785ec625e25a5cac7d99612dae5a39e6035901b10824dee1c1c96c0" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_azurill_base.json" +hash = "6c650d3838b859e93a09bac7ce8ac49a1fca0a97403753a204806c864eb2deef" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_banette_base.json" +hash = "a7be5b0471cb21eebd3d4b43d3cfcbaa92c3f6db379a5c489ba892bfb25c08bd" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_baxcalibur_base.json" +hash = "186286abaf95b10088305c138517bb08a12890586c47aeb74ea60e836b7ce6fa" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_bellibolt_base.json" +hash = "ffef3581f9aab4eea146d2bd0811c73ad02b5aea69bca75a5eec31213131f2af" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_bisharp_base.json" +hash = "07013999f7b9c081c831d5eb3b74922bcd7106e1c660713c8d08d617f3a1efa2" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_blacephalon_base.json" +hash = "1a8c3e0c3bb2cb5fcc551f0be1499918b7f5620c019bacb16863b96d608e3e76" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_brutebonnet_base.json" +hash = "ea540d579ae0ce453f524b658587e72a27b321f997879e31afb8369c6dd0e81b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_capsakid_base.json" +hash = "66b0effab68effea3b46efa559476ce79707a702007ee3ddf2583ad844c7c6b5" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_celebi_base.json" +hash = "60ca7a257cfe105f188431dd53439db2ff34de1384ab49c40861fe6baec293b6" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_chienpao_base.json" +hash = "ea981d3a14c436cbbed6638ea93a376ac68c8f5bc0abc37f9be99ff978e8c373" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_chiyu_base.json" +hash = "4741ebec180c91350ab3ee1f862a0504f1896646a5f954813d9089d5c97df2fb" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_cinccino_base.json" +hash = "3a257532e29ddc3648abb8417c9433251b8c22995a9a9b716dede6910b4600ea" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_corsola_base.json" +hash = "145f51679a67105eb3b7a1edfa07e53edd7cb731948de8487dd06b509722292b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_cramorant_base.json" +hash = "919c4893cb700326298cf094527e9675c7398f2cab7f644d6e26ad6ef1138029" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_cresselia_base.json" +hash = "07f3a1a46ff1d9abbb5eb46c69da6a8a029faa611dc8e3cdfc4b2fdb0ae36ac8" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_croagunk_base.json" +hash = "73e605f5600f4b3469a7bf9ca0efb18c151c6704a1d596b7004461fc78c8c041" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_cursola_base.json" +hash = "5c5473f9d699549c4c0fa7efb4c95e5185150d1fece1b3123543342fca978c31" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_cyclizar_base.json" +hash = "d5ee08678741f610a3814044d553184525e80ba9069928aba0c6f49f7fedf928" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_darkrai_base.json" +hash = "b6fff5b191e310e3ea76691e8ec434186bd3b2f2b08e35648dc885d087ca1faf" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_delcatty_base.json" +hash = "cba5df1e66837600f9a944b085c9966b1377f36fa30c42d5c7dc7aef87e87a2a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_delibird_base.json" +hash = "3e1baca029e6d8a1d487c4e093456f8f62069de41e8dc55b6b649db9c41f243e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_dewpider_base.json" +hash = "2d4484e407a9fcc8f6db9b0886e3cf296b23f3e000c8bf81b7dfa29a5de7f39d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_diancie_base.json" +hash = "1a1768b523a7c5d7fd2e4ca7216d1429c0fa4f2d4f4cb9bceb0e2c4b17a370e4" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_dipplin_base.json" +hash = "27347d60bfb6416421e2faedbb8ea5618be2b04d3982a412f7dd93a18555108e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_drilbur_base.json" +hash = "04c2d4cf369888361c4f3d8d6d80cad2ca4787437235a1f7adc166d22bded97d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_duosion_base.json" +hash = "8e10ff05b95134ed1c62b6bd3a8b1682f136e3625c8633c42fe52354cf297409" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_duraludon_base.json" +hash = "152a5dd8c5a0d0e55c66b818675a81f1d4940ff128845144857dee00ec91faca" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_eelektrik_base.json" +hash = "df2ea06bc0f38e6155c7db32cc3df4331d8a0896d258255223b1500e8e3a884d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_eelektross_base.json" +hash = "01e4fa82e3e737b2dadbf5fe21987971d955472a67082034c206381232860a61" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_espurr.json" +hash = "527c955ff7566943bff79f78e8208202c6612f412164962679edb3655cdde84f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_eternatus_base.json" +hash = "a841615e4be00e1cafecc5845ddda698014e1bcf96f2f55acb7bee69e2f8de08" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_excadrill_base.json" +hash = "b7a25f6ff564b04654957d35088976d4c72ec1c9b62324354e3f90f196d80b6f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_feebas_base.json" +hash = "d4da7c4eb9d34e9cb4ee90656f6480527a266486ea5a7a002eca2f532d8ba4d4" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_finizen_base.json" +hash = "3b5580363e9ca9c273fea7d63e5d5a4cc18f11848615fbc8d56749f27166f323" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_flapple_base.json" +hash = "9a3e1cd264cbbff33a7ec71e01c9be9b5f429b15648a425cdc1201ba92be6c78" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_fluttermane_base.json" +hash = "0d6ebabc63e40aa5919aa9dc9d1b5530c164849c1e75146e8aea3b1e06bce993" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_foongus_base.json" +hash = "5a8b0798edb6600e4ed1895fb76f00f711140ebeb87d690a938de2ef6f632e07" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_fraxure_base.json" +hash = "af9c51e7d7042378062cb637c89bc88c385aae3ccdd6f71815fe4fc8b9c20af1" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_frigibax_base.json" +hash = "2e56cf9966a6a30d5448e8a7ed9c2dbed7b4d6f29f3e3f50e10cbf3eb4fbf1e9" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_frosmoth_base.json" +hash = "9ed11a2d9e6724f86b32060c2ea1910af4615eadb40379bdcd9a229eb8dce389" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_gastrodon_base.json" +hash = "dc587c035532fa569c48ea805c9813587c0725460009782f7fee2b33e9e6ea82" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_genesect_base.json" +hash = "6372b43b25dd5a7dd6d4080109b17c7d109cc94b89829b4ebeddca6b37f03876" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_glameow_base.json" +hash = "5e3abdb4e73a7dba550d907074e55155e9c2f26d8209e407e9dfc075bc81f892" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_gogoat_base.json" +hash = "7db268fdec71d4234d1e36ebe0e694f9a1520a01b7dad54b04ab7f21d2770e74" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_gothita_base.json" +hash = "456cf40dc5e4ce13c5818f25c3fa424d64c7dac553741fdc9e55fe3982b83609" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_gothitelle_base.json" +hash = "d44e1e5d9b24870cbdb832c26759137ad29160e53fc196214b5f9def7435b633" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_gothorita_base.json" +hash = "6c2f29486e12ade8bad9ba24c1ac5ec67f0661f98d3558eb23234e651af3496c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_greattusk_base.json" +hash = "e3468e018d37dc23f5851d07e6bc749197efbe22c44fd5127e259ab0acd4eb62" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_guzzlord_base.json" +hash = "d832f91da71c167ce46ff442599cdb608508b675b169d9001460e8527ef061e3" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_hawlucha_base.json" +hash = "367c7cfffc09d0a624ec6c0398f411a126aa0a7efccb488f0b5d7294850b3e38" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_haxorus_base.json" +hash = "2dbae0bd04c40aea6a475207e6553565daedcd4963887391a81768d8aca23295" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_hoppip_base.json" +hash = "34fddfa2241266778805984bd813fb6ca5575ddf34b7318149155203b4a24b92" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_hydrapple_base.json" +hash = "8fff81776422569cfed4e0448db51a9a5a9ea8e90974963cef120a7124b7f6ce" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_indeedee_base.json" +hash = "b606d5d73f22837613c8ed45d97fcbf76b5226604aeca28d4770761fa444547b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_ironbundle_base.json" +hash = "9effc75b0e823dc03b8d223efe648c72d5a864278cabe9a3c30d6bedcd7bfe33" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_ironthorns_base.json" +hash = "6eca728a0ae74b79aac5eaa9efcda8e787e3ac2c72b7b0469e016131388321ed" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_ironvaliant_base.json" +hash = "1a750c38c75e537c504516bdfa28a24f26d306f5d9645ddc7ceb4ae43754b33a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_jumpluff_base.json" +hash = "2a0bc5b5ab7df7034f5fc739c2516910aa8facd5ede06986d23f5143648505e8" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_kartana_base.json" +hash = "a39dc1a696136427c559ff19cbc3f76aac76fa0b3e1dc7e16ca7876fc0ed842f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_kilowattrel_base.json" +hash = "60962d4564c215782180c190287149c221111e081c02d5afaab6bdde14892805" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_kingambit_base.json" +hash = "a1bad531ffd57ee657f6a8d89316868b76fbb45f1994ac07327215a77bb1e9e1" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_kubfu_base.json" +hash = "7805fa59856668c23fe9de2b2b757e623f46bcf2a453d442c75286eb7ce019de" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_kyurem_base.json" +hash = "56d7e112552332b72ea3c1b738eb40add9564c805bfbccfe5d3a49ac2e554a83" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_landorus_base.json" +hash = "638b34235835225b4e153f0a8b5e7ae0d107c3ae995d44e869d69625bb647750" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_latias_base.json" +hash = "8501239af7c1335525bee85f8345d9afcc649a21c117444bffddc409ec649adf" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_latios_base.json" +hash = "6252efa25df5319cda96550b1169f789cde1683e927fc3943a1bd3ba81626275" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_leavanny_base.json" +hash = "af76df880de3698d0b0cabe5a7a9cc0bcfe383a020d9df408af9d0a84ba74ab4" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_ledian_base.json" +hash = "1fe3d9a26f470358acd0e1f3fddbaf9146a528db66a4bc05c7c866a797183bec" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_ledyba_base.json" +hash = "46fa7064e30937de6e5b4d79a7816d026e21585ce60ccd22d4fd0b4c54854e32" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_liepard_base.json" +hash = "6e0660feebc88818f4e4fcf5f335427c4b307ca9e30224b5cedc3f3f9445f293" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_litleo_base.json" +hash = "b268077f247a9f9e8920b2771d082aa1316ac3874a218c6108d25d802503c322" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_lokix_base.json" +hash = "8b27ef92bdebc7a49dfe0f9cf9473de20424dabb9fb367887d2d470014f90188" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_lycanroc_base.json" +hash = "3e89ece5cde2ea1447c7c9368821a731971cfe062e5e53bb67f1612a9f261379" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_manaphy_base.json" +hash = "11634474ba1006f409ceefe4b8b8cb72802c15418185a30f9d68dc9e6f291921" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_mandibuzz_base.json" +hash = "2a4290f7d4e79d216c53230e583f23243f11855995949424ca5a668f586940c7" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_marill_base.json" +hash = "badb3107b22f924b9b92f452180ebfe21c08b9f10005c042bf60da66e1fc4ab5" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_marshadow_base.json" +hash = "b280578d98a7117f0c03634e8f04442f6f209d3ffc8a5525b662be8d71d4efa0" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_melmetal_base.json" +hash = "9be157a1ee587e27b10f4f4f98ead71b30cb5f5161ed9486ed1098687bdb19ce" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_meltan_base.json" +hash = "a3c2abcc035cf9da8d32ce51646073ea06b5157822a55da539263ffb0a9f38bd" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_meowstic_base.json" +hash = "6cbd313445dcaa287fa9fd27e28d331dcee3c936db34a81250176f3b4dd06203" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_meowstic_female.json" +hash = "d4ec94ab933cf8f78f931c41ca117c1603e3ca2b2580024113ec8f625b1f1731" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_mewtwo_base.json" +hash = "5abc5c8f84bc461c0ad12bbe5795313df0ba0da57dfad3af172e0e9c63c156ba" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_milotic_base.json" +hash = "73464f2cabb30c782835c93a4ebc607e1ea45544e0e8bb1c35b55121d58a86bf" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_minccino_base.json" +hash = "ad3b3acc396a4a734dcc04b26cec134c4e7c1ac8e30012e59bb0caecf81509ba" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_minior_base.json" +hash = "e30d7d289f44a8479af1a749eb3ddb74eea5c9fb65d1ed6ae94b317c3e5f6e66" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_moltres_base.json" +hash = "1025db7bd755799086e1857757c572390ac3047bc3ffc3db940d2e1a51d714af" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_morpeko_base.json" +hash = "d970f650251abc4c3d9c43b18d1eb947fc2d613d473e060bbf473e68f9364f6d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_mrrime_base.json" +hash = "441e7af66ff7bb1f76f082340cb3243b377ccbccc1051632771fc425cf063721" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_munna_base.json" +hash = "eb1a59c0726dc10f851dda66b5ff012bbd1bc3f6f58540045617a93f2cf33363" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_musharna_base.json" +hash = "5886a27b4c5a83499bc7c5b37cf616f44fe3fce5cfedda7095b46dc40c6b95b8" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_necrozma_base.json" +hash = "918ea86c6f16de6151a43600348a02792ec6bcfe789577b9720c76fb72ab7f0e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_nihilego_base.json" +hash = "5a44e1997fa3031609208a335672ac6b729299418881cd8e77c9007dcceb6a5c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_noibat_base.json" +hash = "06c23d2502f03d481beb330e4d89a0b177f9cc590d3eb837fa3462242a36dfa3" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_noivern_base.json" +hash = "5479a1661490e6c28f91cb63fe5cc41c3d10f1a7ad156cd5be6319443f2e5c42" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_nymble_base.json" +hash = "040b7a2869cfb42dfe3c3b917952690bf0f7169de22b7b09e81ac134611ba055" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_orthworm_base.json" +hash = "b2fcce75403aa16a4a5c6ab8c2a071b59b236fcdcc505b1f06243e6a7eba3d09" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_palafin_base.json" +hash = "35023cd24e2e5f32ecf89317551c30d64c54670ee51cdcbfb3ebcc40101838c1" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_palossand_base.json" +hash = "9e30a9b4edf133da649d53c9adcf375862bf5efd4e9289e0f366031116cb5d09" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_pawmi_base.json" +hash = "9cad19416b0f084af362aa41d3e8e8cf0919b4144fc2363c454dc3b9949182e2" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_pawmo_base.json" +hash = "43ca4d6a7dcc1fe03d8b0976648a99d900c21dc2659406909443fe35d61a67f1" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_pawmot_base.json" +hash = "d1f58fffb1bfdd061cd86267e4a5b6e29d8eff507cca1e816aa00ed659e13c1a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_pawniard_base.json" +hash = "9bf9e6327747f0f801145fd174ba7ec71440ced92248160d196b81cf7327b5c8" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_pecharunt_base.json" +hash = "fe32e17421cb9c45370aa4d7acd7fb4e2277115e372d45abb2b702e3b83291c1" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_phione_base.json" +hash = "171c2b80a825b800898a9d848aef089d1ce327eea09751ef7f391ed393a71576" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_poltchageist_base.json" +hash = "379d4af9850968e22645532bdffa582cadb33beef32d50481d85b52d9f494d49" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_polteageist_base.json" +hash = "1c7d5cbbe3cc416d503efe5edfb97b4a8fa3109836db6a9945954f3c95eea45d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_purrloin_base.json" +hash = "f8aebeb29b9568141bfa007bda8fc2f6acbf301b7a9cad53bb80b4ad2b02d8ec" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_purugly_base.json" +hash = "9828f65965326e62adf5cf56db72b78bbaba7f3965b99a87f1f10a56c3cacac3" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_pyroar_base.json" +hash = "5f96b4b2c30cd0756f18cd72d00c8eb3312cd98317d493b1331c69c47efaa1ec" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_pyroar_female.json" +hash = "af9d2501270d35ddd57c0aed1a236e6558e35040c38f52269d69064696c14fd8" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_ragingbolt_base.json" +hash = "24a61cc58b2068d993e8f82d473125079511234c327580329dab203d60b1c9a2" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_reshiram_base.json" +hash = "7060c5e0b96774beb7011a3437ae18828295946635afc426e9674d830de45e50" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_reuniclus_base.json" +hash = "9244bbd0f8f0551b590989abe52bad7914fc089bc64eb78ab2a54fb7e655672d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_roaringmoon_base.json" +hash = "6a0a1e3518ebd66ef4e6073a80a93ee5bf6e0dee7d171aaebff38ae97f815a71" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_rockruff_base.json" +hash = "b72709c3e59d1760ccfcebdc17c8c2fcfd475464effb711377ae3f6158635e10" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_runerigus_base.json" +hash = "11684160cd92a757a0f4c684e48f69b1abd59bc3910946f29a1b764bd81afd66" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_sandygast_base.json" +hash = "814ea159e915face3130ffa3f51eecca858b5da4dd2e89905cc014d63d0b3b9c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_scovillain_base.json" +hash = "9b06a0c47288f26c81857a4be48fd2ca8f3f24267f09426c1b74c6342736e196" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_screamtail_base.json" +hash = "ba827d60beae54c00fb57a9689f2b1e2838c6d0f371d894ff1436c5e5efec722" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_sewaddle_base.json" +hash = "173d9c2e6ab9d5390a7cd6d423b6c092d93eae1786f5f2be3a3ad9796b41472c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_shaymin_base.json" +hash = "3ff5dd5a56824f6feb48b667a7039914536110a4be49fe9481f35e94c3c166fc" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_shayminsky_base.json" +hash = "3936da71fd3bf6a930c8be280fc2337120c63d94b07a8d15b449ea36e2188663" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_shellos_base.json" +hash = "3d67ac9fca17b7026404881bb0ac5e28224cc4a9f40c507dd8e033f914c6d2a0" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_shuppet_base.json" +hash = "44deb2e0928a74499d82391d9a2ad417bd5b923ece8c9dc15dec5fad2a460a47" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_sinistcha_base.json" +hash = "d1c39c80f3e039e43511cb9d3f3fcc27faea1c89ecbc50ebd39fee5527856c11" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_sinistea_base.json" +hash = "4c562fd1fd503c99ff5395ba1b89e22ec32775ea562fa228779f11ebc203db9f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_skiddo_base.json" +hash = "d2fba5294195ec2279a01a99e15a422a625faaf882e3d3d4967e9aac9084f86a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_skiploom_base.json" +hash = "af33e9e5f39c94fddc86d07664a60c97e1f43b02ca0189b5b7e6b7ef319b5d1b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_skitty_base.json" +hash = "31fc6991b47c91a81deeeaca2c4469aa8c7c08937a490daa57a2acfaa1b31ed5" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_skuntank_base.json" +hash = "d19c6cf541a97f5be04034de5de7ee3cfd682a7e624993d441b4b392ffb88e4c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_slitherwing_base.json" +hash = "1b74496cf2b68f8f4d40b07488589ca6ada9e82a484de72033913c097594c49f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_snom_base.json" +hash = "94c187ed7f8569799d57eacabe3592f56646b7a1625b675dc054843f23d4bd4c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_solosis_base.json" +hash = "9db6a5ace0d8e0c0810315cb92172bf048d63c67201703826cfe31ee5cb60022" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_stunky_base.json" +hash = "7b4b1e06f13900f04708b38e0826abe22c20ab5263b7b02c78650d327bf28a45" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_swablu_base.json" +hash = "5562c5ab33425e1d27500d39a274a0f5848d54767e266420a344b165c90aef06" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_swadloon_base.json" +hash = "ecf885a3ebc66b3c6dd54fd01196e810604fff7947820e6008bb3ca0caae1738" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_tadbulb_base.json" +hash = "4e2f6178cb6544a183402fd49676c99dbfde8ac572d013e78b2de8d26b30f7ac" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_thundurus_base.json" +hash = "49a1b1d0c9427fd985bcc597f55dec7464783a4e21ec4e259c780209e9ff6357" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_toedscool_base.json" +hash = "c56f76b183b630ad3d5fac6f9b61ee18fd4e699a2d35c29eaf2d88aea3e9d978" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_toedscruel_base.json" +hash = "f5c311add5b4e5ae29ec888b7b71cceaf8b7fb5421a12e55afc9f4e069884426" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_togedemaru_base.json" +hash = "6dd60b608f06ea1207598436cf47211a3614e0371b020447ddddd20979daaa1a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_tornadus_base.json" +hash = "c105c193889635da46ba2f0596fd3b86500ebbce1c745a8413db6d13a87bba35" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_toxicroak_base.json" +hash = "5447fe9f894c361ff0922a00ebcce1058df3e3c2ba951768123bb55d08b6857f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_tynamo_base.json" +hash = "b985de55ab80eec118ecd9de9c2893b08354acfd2ae80548e851f771ee108618" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_unown_base.json" +hash = "13297d428526f61882bd5a3664ca10dc704fc020618375deed63a04b9d15ec89" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_veluza_base.json" +hash = "ba8cb56eded85688572a4e355e25ea82a24210876e056d968eeba0213e1d30e2" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_vullaby_base.json" +hash = "55a4d825e074b3f1de63134f1d6fe49c8da1aa9602d3fdf8f1942e15fc282662" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_wattrel_base.json" +hash = "c8538b1f66ebf670d8d45756b91c3858a6fbc88caea3f331c845e9d77639b124" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_wiglett_base.json" +hash = "04baf095c43ca63d13d00bd9c54e25ea554b2d7f9dce248da5b2a840423bbdcd" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_wugtrio_base.json" +hash = "6cb5bf31a9ea933e4f0d91821b4773f30099d0e6e7a78ac1ea06efb4c8cbb536" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_xurkitree_base.json" +hash = "5787def0745a241fd96ab6cbb9c29fc4d635f9977ae5d6725c75f25976ae8597" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_yamask_base.json" +hash = "b35eb48121c4cf7d2ac4723e558f70ac5ace05c9cba62cb144fe22bde5c5090f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_zapdos_base.json" +hash = "7c50b17f7224a63ccc291310fbe1db0a7a6004aa04bc2287a9dc47f93799e981" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_zekrom_base.json" +hash = "58be7788bede4e73422a0959fff1ed94db43b566b9864dcad73098ee4fbed3d6" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_zeraora_base.json" +hash = "2b4e3b8e6700c68c17117b0d49487d9c0631b263585c24d229bc68fbfd4bd702" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_arcanine_hisuian.json" +hash = "12449abe1298527c6d37e79eb9db983e6be3bf8720629940a8382e657749f5f7" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_articuno_galarian.json" +hash = "da435e61b635e0129305a8ad0c1275d87f79e151e34b2aabadf8c1165a7be2d2" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_avalugg_hisuian.json" +hash = "28d08a6a51b814c0a6cae0a66dc80c3af67cdc8b7386ec27e4ad404afa92b34e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_geodude_alolan.json" +hash = "edad98585a0cc70a85e473a84072188a5270574e5f38ba3c60dcd8a7578c5b08" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_golem_alolan.json" +hash = "30ee66f9317862ab65d5ac6bda3400adb6c534319a549e145021123bf3c3a9f1" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_graveler_alolan.json" +hash = "b9fe0a0c6267f3d8d792d4b0d5785868bd2749cd433dabcef8c78e788f87090f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_grimer_alolan.json" +hash = "cb76df8c8ccecab996fbe22e1aded8d6b1544c218fbef94888160569b140a5ca" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_growlithe_hisuian.json" +hash = "d3dded410b2597409ed1a7e28d5c08b04cf6da68beda91326ca056cd726540c5" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_indeedee_female.json" +hash = "c808d47528b8be14ef90d5aacf7ae77c17f3bec0320cf75789cb6edbd2289724" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_moltres_galarian.json" +hash = "6531b08fc77cc2ea6040ff649b41a007c2dd6f28eb8864c4c6969d5803841579" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_mrmime_galarian.json" +hash = "786e1ee496872c4a53a71ab5e1f18230d11524771133e94ef2428a239bbf752d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_muk_alolan.json" +hash = "10fafd46f651b8d6769e6262da5c243b782e058d5fbdf693e4bad0d65fb52b32" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_slowbro_galarian.json" +hash = "97cb9d4eb500631dd4204321a09cb34055992321b378cdc466285c77540a6979" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_slowking_galarian.json" +hash = "cf0eec41b981f63352a0173654ae3a496153f9cb0c6f134af5d2365e5f0802fa" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_slowpoke_galarian.json" +hash = "3afbbbd9f5a147fc877c96189d33f4d08ebe7bab8c75668fb653d3158b908526" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_tauros_combat.json" +hash = "b84bc5f7d790120f342f0db8b025fbda22f7eb69228f503bcba962bdea0fb141" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_unown_letters.json" +hash = "568fa119041a38ef15e7e0b60f0e1003e638b7c3ce1a0993753e56ebbc0786e0" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_ursaluna_bloodmoon.json" +hash = "e796707bdc062d16af4b8f83d1000b2bec422e53414877ec3833925d0316cd2e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_zapdos_galarian.json" +hash = "6746f90e9fb833081eb5817330e8403e3c6a5a0d0359e577c922067886a4dbce" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/2_corsola_galarian.json" +hash = "6de27b77315ee62b6b5451262753df85522a887d270cd2ee123d85f0dece314d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/2_gastrodon_west.json" +hash = "6bd5adf0256f5563ba7949d42d82f359a6ad33509de092dd9d1c0ab00a5dd127" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/2_lycanroc_dusk.json" +hash = "197af957b2a8e2ac9f296cb3cda0773e24acfa9db4dcbffd70945069bb0a410b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/2_marowak_alolan.json" +hash = "424a53a022e51500eee9003859e521ee2ea67c5ab5732ece3e504ddb4fb33c80" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/2_palossand_redsand.json" +hash = "1807b059f8222e0e9ad3e1a30f7b38b9563f153f9a2b4c12d9afc80ac5eb2324" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/2_sandygast_redsand.json" +hash = "a8840debbd8c25a5f216f788daf47f65031c80d6c79d3a58e44b89449bd7df69" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/2_shellos_west.json" +hash = "a30abdb1002e3ab3f1b61a776968b7db42970cf395ca433a81b6ef49125da8d6" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/2_tauros_blaze.json" +hash = "3e0548716a8fb913c5dc4945caa6484e1783d1ea28933d1baeb298be232c700f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/3_lycanroc_midnight.json" +hash = "6433a2ce12e8ae77e7df2276a1adb480beffc709b16d1202e4a36441ab8962ee" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/3_tauros_aqua.json" +hash = "826cbed81b520a5536a4b18ebe9bf1820b6ddcbcbc4fd6af2ac16d61a8c88df8" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/barbaracle.json" +hash = "41986a51fa165c1ef52a4edbba6a3ce2e4b9a12a6a7dec96f690aa907023fa9d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/binacle.json" +hash = "f83b9a78d07f7acb80481b9f25a3a36533fcd9d83b64f76089b3928f964b27a5" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/bisharp.json" +hash = "7d91c7b99fbfe5e378e3d48393691213d758194f6e398d3c1e5e7f8bb976e188" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/deoxys/0_deoxys_base.json" +hash = "0f7e15cdd22b37ba35759b934e629ac0c8de5381d12f5cf201c790592ae71788" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/deoxys/0_deoxysattack_base.json" +hash = "25bcec9847ae81ab6e6da984dfb07c54ae4cf0509f7e1fcc10348fc5058dd033" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/deoxys/0_deoxysdefense_base.json" +hash = "9b81701dfd015c4e9d501f6af12f391bc2853de8f2c8f04840480df0a97faeca" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/deoxys/0_deoxysspeed_base.json" +hash = "b11c008c4d4e40506027da90f3eb407ff5c8f126511117d9d3a5821f90a6ea29" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/drapion.json" +hash = "c7a0ee0d7cdaeba0693222fa4fddc55ce068c40b773d99a5f611f457ab95c652" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/druddigon.json" +hash = "2d650aafb5a97f17ff52aa37b2978fa2664f086ccb71dc84446a9abb7aba9a0d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/dudunsparce.json" +hash = "9c308de3ff9feeb741917f14825f158c70d82b5686092fa166ec60030c1ff538" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/dudunsparce_threesegment.json" +hash = "ca9439e783daba968cf506ff014c813df501b95d3088740431f82ba591a81dd9" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/dunsparce.json" +hash = "faab8e3b859ebab97a6182e78b239235fb5af5b982002f989e47a35fb793f604" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/fomantis/1_fomantis_base.json" +hash = "3a643793980c3ed4fb38e1c11e2978b2b2b44ca78897178ee79bac61e44b4358" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/groudon/0_groudon_base.json" +hash = "d2dccc582c5aef37e93d712b68ab2d493172e67cee10e22c10ab5dcf9e933337" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/groudon/2_groudonprimal_base.json" +hash = "801f3dbe5ca7269908368433b060a0aab52d467de1b6817eceed027942a602ce" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/hoopa/0_hoopa_base.json" +hash = "f5bd864fee29f31c99185ce16dc12a148d0e22bb328337fce4b2351d38a47c85" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/hoopa/0_unboundhoopa_base.json" +hash = "8ae85276eeb5c26cd7b817ce0deb1d007b6ba8f1800eb5dd8550363a7e5dc15e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/kingambit.json" +hash = "3dca691342a7b620bff502f0c88e8cdf48bc6572290453d823a443bfe956642f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/kyogre/0_kyogre_base.json" +hash = "46bbb58b493f9d4349fa6b740fa0a9238be898e7480c6b80b061fe775de67918" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/kyogre/2_kyogreprimal_base.json" +hash = "c96da14dffcb09e7c5ee240502a91450d11f24ae37fc57c8585fde97958ac644" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/kyurem/0_kyurem_base.json" +hash = "3286ddf5c288cadba1baf7d9c81d119a8031c4b3e35bc33b29d0d8c50eaa6e24" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/kyurem/0_kyuremblack_base.json" +hash = "70b5e8c5570cba57bf76df03f6bb91c9b4505a19a570e22c97e16103b8ad2023" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/kyurem/0_kyuremwhite_base.json" +hash = "f81ea8c0bd177fe20b2be072ef296baf9d5e38f68d79454144f7e902ca0e8e9d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/lurantis/1_lurantis_base.json" +hash = "9d4a76f68eebc76d9372a630c3fc2ee93d3f3a9034f5eb0bd92b540ea2bf33d0" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/medicham.json" +hash = "2d37064079ff13f454e987d71564bcba92a2261d46ae253f0a0f848d98290e47" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/medicham_female.json" +hash = "9144bca5870bbac31128ddb5ddff53bdb16940abc4826981fcd92e6f9066e2b7" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/meditite.json" +hash = "247c9b4c38fe257f761964349562b3d8f18575ec56960e48c32b10471df97e45" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/meditite_female.json" +hash = "a8ab8168b0e8f18a3d385aa09108f0c1b079d63286c3c1eb2e86c227cd53117e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/naganadel/1_naganadel_base.json" +hash = "bdd678dfa0fd1a9d0c4dd66311450e7eed725c242a74e21ffcc54801f1efafea" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/ogerpon/0_ogerpon_base.json" +hash = "225245ef8a5d4e7fa959a0a4e6b6ed9be19207826d53ceeb8cf8c479ff9ff802" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/ogerpon/0_ogerponfire_base.json" +hash = "1f734bb7f736f0e1f8d5e1d98ac7922c9da623b1f3011eb895fb4ed22d01a8b6" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/ogerpon/0_ogerponrock_base.json" +hash = "eeff98b106c03bd89a087540805f95620126789046b4deaddfa0298dd8be93d1" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/ogerpon/0_ogerponteal_base.json" +hash = "9593bc7d077da86e93ae24ffdba4366c1c6316824f1d37dc36f743f322ef8eba" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/ogerpon/0_ogerponwater_base.json" +hash = "217e311ece40e0ee320d035c0225acf7cf570becff3b2e65460022005ae42c4a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/poipole/1_poipole_base.json" +hash = "bc35dac6b73fdb1fa11b9f720ecc2a1f3a98ef094bf336838cac3b9e306b96af" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/rayquaza/1_rayquaza_base.json" +hash = "db412fd5d2691d1dafac1de1185fe11ce919a4a3aab94f7d227c9baae77749ac" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/rayquaza/2_megarayquaza_base.json" +hash = "3422d1d69500bfc36e9d86a3b919099147ecd0f550febd5b455d97274ad5ff8e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/skorupi.json" +hash = "d4859238526bfd0f5967c8db813c5d52b6e23b5741da454a3386051cdfc878bd" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/urshifu/0_urshifu_base.json" +hash = "758ef27c84e8f85071e9c65d0535203a536c66af4f06f89393c0c8b7c73d6387" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/urshifu/0_urshifurs_base.json" +hash = "f8dc4547cf71265182aede25ab23322476cbf58d24bf0311fa14075674bf3eb2" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/lang/en_us.json" +hash = "6b7d8c51373bee09a4d998b6ca7b222667b41ae4052a96d9db32b4c2b6748a84" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/particles/snowstorm.json" +hash = "65c0df9eb97d837027efc88c3dec3e4ac069345427dfe2f9b834f51db6db708e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/axew/axew.ogg" +hash = "7497e80c4b42c61d5b1868d443ad9fcc9c702b50145956da06971ea18dd6b2da" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/deoxys/deoxys.ogg" +hash = "7cc1078e56d4bc7cf6ff324d483639c5d4591bdf66bbeb118eed6ac8834c2280" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/deoxysattack/deoxys.ogg" +hash = "7cc1078e56d4bc7cf6ff324d483639c5d4591bdf66bbeb118eed6ac8834c2280" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/deoxysdefense/deoxys.ogg" +hash = "7cc1078e56d4bc7cf6ff324d483639c5d4591bdf66bbeb118eed6ac8834c2280" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/deoxysspeed/deoxys.ogg" +hash = "7cc1078e56d4bc7cf6ff324d483639c5d4591bdf66bbeb118eed6ac8834c2280" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/ducklett/ducklett_cry.ogg" +hash = "69a265255afd16b999bbe73152cf6de82537a2470d58b7ad60bc0eeabd7bfdae" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/fraxure/fraxure.ogg" +hash = "e9667270521d59f5ef95620d7acb1bc96988a2a544a9194a792714cec5eae731" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/haxorus/haxorus.ogg" +hash = "f06fd9e51ee39b7b207ec9832d46c50f7c9dea381082e6749e1d71f18c6e383c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/houndoom/houndoom_cry.ogg" +hash = "d12529138c00d882da284adbb6434962972f49f787648a3e9ce2a4531097dcc7" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/houndour/houndour_cry.ogg" +hash = "3439861367b5359148a2fd35a3abc90251933470c7306ff84601d90f33565481" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/ironbundle/ironbundle.ogg" +hash = "ba29ace5c3c88d0950aad062fa3f823a787b8e722cd04a69c4edb435990e499c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/noibat/noibat.ogg" +hash = "c872168cfaea0ca5fa1211651e4ae3f8623e7ee93501fec4d72f8688b2036a58" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/noivern/noivern.ogg" +hash = "dd7c04298e71777d1e3ebefbe097475673789f447c927be4375fcda73bb09ca5" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/pokemon/avalugg/avalugg_ambient.ogg" +hash = "8937bc78759fa617adee95d1c74251f0cf58f947370403fde256d2cb5b7cc938" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/pokemon/diancie/diancie_cry.ogg" +hash = "6941264703069bca3e3a2481a08216f8fb065c570264b489684d38bed3a17e1b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/roaringmoon/roaringmoon_cry.ogg" +hash = "e551f1dae06aa6f1384f7dee7350c8d7528f6acb7ac5bb557e58c483f4934d00" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/slitherwing/slitherwing.ogg" +hash = "b81d86b2ae7facd152fc6f4b850acbcaf7774506765192cb831d9b937f3c0eb0" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/swanna/swanna_cry.ogg" +hash = "1eddb2f35a1049b0cdfd71aeccc5ddcd637771f462b311ae26c29079e9bd0c4d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/particle/fire_beam.png" +hash = "bfccf075067648f1cf37c70f7731936a20a368ad6161aaf8b162526947ab7702" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0150_mewtwo2/mewtwo2.png" +hash = "3adebf46fe201462bdba3c55ae93b24144edb615a8813b531f633cc423d0a63f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0150_mewtwo2/mewtwo2_shiny.png" +hash = "18c72b62e579027ed01825988d085956254b0c1110f4af6756a8b008c90e12ee" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0150_mewtwo2/mewtwo_armored.png" +hash = "48c952664fca8bd974f3b1617636e9fa94b4a7fc8ecd5f0ed71d7989457b7467" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0150_mewtwo2/mewtwo_armored_shiny.png" +hash = "4f8220f64015cc64f5bbd52a5e01f79fe60f6e37907e705579f6a4639fb2b08a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0201_unown/unown.png" +hash = "31c922902eff991ca7539a7e60a877319f1b75861f82218ca1f07420d967ba8d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0201_unown/unown_emissive.png" +hash = "7904776c4aacff7fec26e6509b607f4a9e453fdb551d2e47fb933327885f1e60" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0201_unown/unown_punctuation.png" +hash = "464d9fc781bf9726cccea9971e8a7897ad53201ea9e4662d8ea139df764c2cc8" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0201_unown/unown_punctuation_emissive.png" +hash = "23545d3f8b9906063e32e2b36c1cfcbfe859a717d72a156347c4f29a3e859315" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0201_unown/unown_punctuation_shiny.png" +hash = "bd733686ba3d221c972ffabda3aa98ffcd2f903b1b6fe2bba4d6206ba7a94341" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0201_unown/unown_punctuation_shiny_emissive.png" +hash = "3a096ff2e175e379a38e7cd68465b2bb8f5e516f85eebf9651cbc71241262d9e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0201_unown/unown_shiny.png" +hash = "8e09d11ad6eac80dcd325b8255be0e2e7cb314e82b79e7bfeb93e1b3fb7c22a1" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0201_unown/unown_shiny_emissive.png" +hash = "bd430e5d683e5d466ccc652d1408456f585dce4ad23bda690210a142ee7682f2" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0333_swablu/swablu.png" +hash = "fbe98ed5b10b83a04f4893af865bfaae85c2b60d8bf0f4e0e4615e38ab9894ea" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0333_swablu/swablu_shiny.png" +hash = "8ace52ecfe4f046510a1490d097e83a8d667ee07b8f4f2dbd0158f661d42d1b8" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0334_altaria/altaria.png" +hash = "d0f514afb4f35488bc265d054f7fcd04e27478901727f33e0b2e02718a651479" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0334_altaria/altaria_shiny.png" +hash = "57bc7b29437966b4c3b3dde118ef5ff5df846ce4af5a7e854e3b45677654de0a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0353_shuppet/shuppet.png" +hash = "f4275a04d7ad329c5ea69feafa2c455050ccec8c41588afe68dc6edcf0db85ef" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0353_shuppet/shuppet_emissive.png" +hash = "7850beaf7daf96fba467056f0e74b5540cf3bec5cfd83a6ddbc55933d428850f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0353_shuppet/shuppet_shiny.png" +hash = "980647c33aabdc623135f93f547d1bce2174abc03d3db12bb6d78ac0f1243c3c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0354_banette/banette.png" +hash = "b151f045458db279cad762e69eb8a41ea733d465ec85e0e62a12abf6d26fdb80" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0354_banette/banette_emissive.png" +hash = "97b4d67d5aa8243c447097baac6ef7025b77087f2009f1bffeb688168c672805" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0354_banette/banette_shiny.png" +hash = "32e86df73dd567b9f10202518e0583f26c61dac2aed232b077681f873118b309" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0386_deoxys/deoxys.png" +hash = "f22031436b89f35d9c915951a5879802c81fa82ce98fc7fa274dc37a5688b981" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0386_deoxys/deoxys_shiny.png" +hash = "cd4e74bd1ae07f8b099fcc3fff904626b670f35703722b932e69f3d07c9c147e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0386_deoxysattack/deoxysattack.png" +hash = "94846435641681609a37e3f1decfb0b234c224fb35cf8a06da9696891a1c7ba4" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0386_deoxysattack/deoxysattack_shiny.png" +hash = "dcd46800b145f4a3548bcd3d997978335e6fce2a7baab2011202d9a84fea12f9" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0386_deoxysdefense/deoxysdefense.png" +hash = "d0e09e821eed35d505a9c9e21198db02fcd888856a096deb6a2e17d3da25a788" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0386_deoxysdefense/deoxysdefense_shiny.png" +hash = "2613a5bd306c245a83134145a9ab0603070dadbd0dd688236a9ba448f0819b85" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0386_deoxysspeed/deoxysspeed.png" +hash = "b2a4a1212a7273a46f5a704a0747c78ae2497353cabf1ff65465b64ec9b5d0fe" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0386_deoxysspeed/deoxysspeed_shiny.png" +hash = "ee901672db59cfbea6496d01e764823cf5066c3d67e638f9c13881d0e9191387" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0562_yamask/yamask_galarian.png" +hash = "fcea926ae49e9f0579d7c4e9754b5592829f68937cb8344f9ab6df652c38f7dc" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0562_yamask/yamask_galarian_emissive.png" +hash = "3bc3b431a7650376754c37239d246d52e7779ad1e25101b030a3f31b86d28d9e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0562_yamask/yamask_galarian_shiny.png" +hash = "77732aefef31da553c432e62417762d2a14c7ab3c41bd997346e4af36ba4c420" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0562_yamask/yamask_galarian_shiny_emissive.png" +hash = "778168ff46042f68f0fb7d43d402ac60cd8d74ad8c1e340c19b5ead2068708e1" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0610_axew/axew.png" +hash = "ded6efd7a697b0ecae921290d0cd7b2bdf294c742a4055aeb21afee36c8005d1" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0610_axew/axew_shiny.png" +hash = "3496901775f9e874ce63b44437a3e5f4a03fb9887ea3afe56cf1d3b4a2534428" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0611_fraxure/fraxure.png" +hash = "cf1d8350a05409f5cd99feb8d9f65634a1443ecd35746d43be99e2a1fa7c3ef1" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0611_fraxure/fraxure_shiny.png" +hash = "449db106d2063969ac8e57bf227dd1863d58bbefe0ea09fe96f83418d58d386f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0612_haxorus/haxorus.png" +hash = "2917275605c8a9f7a3562903c3e7d038220216cd0ea6c9fd30b26798d790ad10" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0612_haxorus/haxorus_shiny.png" +hash = "78df83259a7f93bae41d9accf6f291ba8f89c7e9f2940d43ec66ba10548970a9" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0714_noibat/noibat.png" +hash = "c7464c3d30df0dce03469dde6eeae98d0fe7bde27b71497810cf43b9c16351f4" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0714_noibat/noibat_shiny.png" +hash = "983ea6dcb5e9f039a82e58e3b3bba38e72b3fb20bc4123c467589a2d275aab51" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0715_noivern/noivern.png" +hash = "44241dc72ba5ab3be8dc35bc47d6e9ab05814a3022cf4f993caca844224b0940" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0715_noivern/noivern_shiny.png" +hash = "92401a497fa6345f8ebb25bbbaa7bb2c1270b038aa953fb88d799ab9613a93c2" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0719_diancie/diancie.png" +hash = "fcad74cc0f12430774f143dbc6d678330495d9f49f6dbdff00e3f7e3d596d443" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0719_diancie/diancie_shiny.png" +hash = "4fa8e4498f1f99f4fb1eaf6872cc8c92c959cd086e1c73646d75373e9f6dce3d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior.png" +hash = "a33f9de2343d174200a8c3150f1cfb823d9d9b564b7f930715bf710e1cbed9a9" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_blue.png" +hash = "e53a78371c4d0281d1ae2c22fdac7607661341f6d11e4211bbf2f8f72715cdaf" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_emissive.png" +hash = "1765dbce49e8b203030a56b7c1ddd703e3da5e055bf1f4973f17c595eb85afa5" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_green.png" +hash = "9785224be4eeae36dfd22b8f05316b2e57f28c24a13c12907c3ee9f5c1f0abf3" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_indigo.png" +hash = "c7cef2eff3b22021a7ced3bf3d1d8a931a5ce9cb29f6de4506df71867e268308" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_orange.png" +hash = "04fe1f9f64bbaa4d6f7ac365cca81f78f952c3c10e1cffb74c7b71056d238d79" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_red.png" +hash = "e5c3adfcbc2c55d545c054682fe4f08f0015df71ad31f36489e5a022a4e1c168" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_shiny.png" +hash = "114ded195725011e6178846ac6603cb8eee77100388c0999b778ce83ad46efa8" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_violet.png" +hash = "87e91833dd792aabe46e6be0d4671907a9d73643735f114f9e8f2b5decb9cdbd" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_yellow.png" +hash = "ba93773829e1d7e10ed241352675335682217fc1251752c7c768bd49f49cb367" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0798_kartana/kartana.png" +hash = "70f9a4dfb84ae228a80ef6318a790d297ae17660d6d1ea19d46fcafdcdd54d57" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0798_kartana/kartana_shiny.png" +hash = "6e4454330e0653b757bc6149dfead2ad8cd471ecc4f883a7f0b170bbefac6861" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0854_sinistea/sinistea.png" +hash = "ee61cba1d96d089292428a193e6549514aa6b0e73d3f7b0a2af75251cd04a9b7" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0854_sinistea/sinistea_antique.png" +hash = "71c8c368bec72b211d2ca88b42563c5ae43ce04625b5f81f11c8dbe95957a507" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0854_sinistea/sinistea_antique_shiny.png" +hash = "63fe4af17df72fe422fe09b24148ff5decbcf0e7ed804665695aebc0358c448f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0854_sinistea/sinistea_emissive.png" +hash = "b1674defed90aa7999deeb15b6f1afb405ce2b4a83cc4fb3a694070ff94f56ec" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0854_sinistea/sinistea_shiny.png" +hash = "17cd88deb58b244aadc8bbe6a9ce84a3ae3b166670ed4636d6d158a47c050cd5" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0855_polteageist/polteageist.png" +hash = "4dc340e03548988ca2579b5a047df6e2ff2ca59b9237150f52ab33bd1078a9b5" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0855_polteageist/polteageist_antique.png" +hash = "ef0d0fd59c53bd9ed181c5a90240e18040796e0744296246c47e12b82848f2cd" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0855_polteageist/polteageist_antique_shiny.png" +hash = "defa899927c85ab1826ba8b903b8b14d98791ffb42da1e08e7299eda17599d16" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0855_polteageist/polteageist_emissive.png" +hash = "9b5c3c280af072c132bab6dc5cf0bc108c99599d12263c8fa6602c1fc8682ac1" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0855_polteageist/polteageist_shiny.png" +hash = "ecab075db4d16bb93834d83a61e57a2b24e6aed303da8b712557c426cee67e7b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0867_runerigus/runerigus_emissive.png" +hash = "f4c8617adf9538aa7a1325361c3dec50accdc3447e7d976ee2e9b013fb7ea3da" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0867_runerigus/runerigus_shadow.png" +hash = "1cf94018b40c0d32e120d3cd67428957c874b77feda0376d709005087da5f2e2" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0867_runerigus/runerigus_shiny_emissive.png" +hash = "d271dbcb739c5af31980c3af1ef584e0dccdcd6e836e4642b06f2aa06e33064b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0867_runerigus/runerigus_shiny_shadow.png" +hash = "0c82d9886611beb4e3f8ad94e3e9a036caec8cdae8d20fb3561324c0bb3594ab" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0872_snom/snom.png" +hash = "3a31d846cf582918f1793fb0a4890c3dfadba1a77faaae59aa65e6ac93090c85" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0872_snom/snom_shiny.png" +hash = "db3183ecb8e4ee6b56b2384fd8918a99c3112ccdc5f9f39b9fdca00f92e944f1" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0873_frosmoth/frosmoth.png" +hash = "e6f72b386b08c417c012a07d61c863dfd3cbe019d474e8f5b6af97559f289e8b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0873_frosmoth/frosmoth_shiny.png" +hash = "736451d9e5280ade371a163ab1807b61ce828abb89a554e739de66374fa63928" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0896_glastrier/glastrier.png" +hash = "c19f0858adbed0abc603133cbaf3aab602cf958b5eaba57e3e8ba8076e6bde4e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0896_glastrier/glastrier_shiny.png" +hash = "21bb17aa1a3293af0f57881fac975ab1acb22f8dbb2a5253b4eaae2eed3fe12c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0897_spectrier/spectrier.png" +hash = "75c837c1abab77edebe11b61aa351b7526ca92a7dcf39704104a57036dfbf117" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0897_spectrier/spectrier_shiny.png" +hash = "413b56501cff9ef7d2c7d575d159ba879fd2df5e44cd3aec6e155a12d7fb0844" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0898_calyrex/calyrex.png" +hash = "460744e0a141f2dc2ad8f137c8d941c2f114cba0003bd369054e166b950ee287" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0898_calyrex/calyrex_shiny.png" +hash = "8f1640d6aa7a83e187fbb9786d38002dd75ea3b86bcf0c9d44b046781dfb04c2" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0919_nymble/nymble.png" +hash = "33ef67a60678bb5adb9c5ea5dc5b2dfe1fa7e363109220398364a81cad1087ab" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0919_nymble/nymble_shiny.png" +hash = "0781ac114aaff930c7f872535adbbb7a8017c2cae3f8bc2833a096eaef42480a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0920_lokix/lokix.png" +hash = "a32351fb48a94113c307b5791e8680b29b8c36bb501acbe887ddae1cd75c9c58" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0920_lokix/lokix_shiny.png" +hash = "0f47f86dc8bfc0616e6745f509d9db1c85dfac1f87a6450dd0af64d4e6d93b44" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0948_toedscool/toedscool.png" +hash = "87e02fabe3498ef03587631f3915abf47c5ff851bd7d97428cfd09025200e307" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0948_toedscool/toedscool_shiny.png" +hash = "76b47f885ec0bfeca6792aa5f4f8a52c5ab2d837a32c0b341be7d31edaa6887d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0949_toedscruel/toedscruel.png" +hash = "2fc31a5be21a2d212ece48860043a867603d96a9d297f868f0052fb5162a7884" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0949_toedscruel/toedscruel_shiny.png" +hash = "e90eee629fa7657717a3c28e9f1f955a16012f37d36291e7e7e85550910af077" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0949_toedscruel/toedscruel_shiny_translucent.png" +hash = "fc6709e04258f43bdeb07fc86783fafef404f25bbb4947a76d7966352dc8b8dd" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0949_toedscruel/toedscruel_translucent.png" +hash = "7750bd9ac89bca0e2512573cd9c649d53c06d47cccb5eb93014f65030067d90e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0988_slitherwing/slitherwing.png" +hash = "3cb20912c93d800751e8c63813d6dfb60a5ab2014a6319b12e98200d2bf23ae9" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0988_slitherwing/slitherwing_shiny.png" +hash = "3d624da143e28a54c4864f744f6b138167964b27c59145dbf410e0a82dc4fece" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0991_ironbundle/ironbundle.png" +hash = "108632c7240acf0c16a8d016fcd946bc7f85e10133d42d0cf9a65e77d73d0c50" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0991_ironbundle/ironbundle_emissive.png" +hash = "07e1e9fceb588991c5a59f549d053e87aa0d84fba40eab6109360550a45c847e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0991_ironbundle/ironbundle_shiny.png" +hash = "493b2744575592646eaad4ad1173ab1b7b9204809994262d351160743f4fba00" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/1005_roaringmoon/roaringmoon.png" +hash = "3d8b30f7389bf33fc9243ad7e8a72daba73cfbe6761da61ae20a12859e1dba63" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/1005_roaringmoon/roaringmoon_shiny.png" +hash = "dd6a760ed677779ed7221d82d7df744e7dffc94d53fff669b455cb5b46046c5d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/absol/absol.png" +hash = "a923acabd2ed301e1deea317ea6c1035a65ec0815acdf2ae291b54462b2f070b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/absol/absol_shiny.png" +hash = "f46e1f443a4bf440863160d2e99fdb9968bb593d8f090d10869c30fdf1e5668c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/amoonguss/amoonguss.png" +hash = "61852bf86e76513f0baa2669455ee0ddd3d6642b652d72e8abc2360ccaef63eb" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/amoonguss/amoonguss_shiny.png" +hash = "f14773f88edc01e76ed3ce6aca76a69dad80ad72fd6415a74b052543fbf38a68" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/appletun/appletun.png" +hash = "d3e540f620fdd2316cd0e3277d39dab33c124e176f9b6ef18b161cdb41d22d69" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/appletun/appletun_shiny.png" +hash = "14ec5c0f315695d1520b613f921de6fccaf3a462186785f6e52b4b895ae7e011" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/applin/applin.png" +hash = "cc478e6e147d71d1d059bf8c2b0506fca284484786d37c275b0e4609b91968c0" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/applin/applin_shiny.png" +hash = "47c4bcc0553ac97302ab887c2c4def012f8a536e5fae6b23e18e105e2f08cffc" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/araquanid/araquanid.png" +hash = "26080a3be471a97be24ff72415dac19e16ef3f27deeaa8374495978073a4d5c3" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/araquanid/araquanid_shiny.png" +hash = "63ba6d2029dc5338fc70befe5cb3b88419be8e9773b61f2d63d26c803c71be03" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/arcanine_hisuian/arcanine_hisui.png" +hash = "a2ea7c79392fba68e33f9332a1a47cd6185f9adb6549cc4276bb8b9d4a0352fc" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/arcanine_hisuian/arcanine_hisui_shiny.png" +hash = "0d71adda7f977ea9190af7e9775f644aec8ca7a19e53c73c5179f2e6572e4e74" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/archaludon/archaludon.png" +hash = "ee7afc5c572c635fec81944eb9dff7f79395abb2644f386b6ce69ac061f23a2c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/archaludon/archaludon_emissive.png" +hash = "4667dea2bfe302bf74b70a96d4b6e5c06f63b132ec15f6ae1b5272d0807c8d9f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/archaludon/archaludon_shiny.png" +hash = "ca64de46b58762f4d8eeda531ad4b318ee1010f3d5d25ba69749b2a3ec765392" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/arctibax/arctibax.png" +hash = "0907ac80036fdf6b871f0a6ad09a95fb1e556f7cf26e46908a9d4360fca61a3b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/arctibax/arctibax_shiny.png" +hash = "c78642862f21404594977a79c9a3342d96167a64343d7519823fde69da42eb7c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/articuno/articuno2.png" +hash = "6d4972c999531f45447ad6d15218d782adb548180d34c0c343c6635eeadb838b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/articuno/articuno_galar.png" +hash = "37c5808afd5b02111634ab12af1d0112150152198ac6274c99b46f20763508f8" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/articuno/articuno_galar_emissive.png" +hash = "80163ede0c83660335570c0cac6874b905c8d31d4170c7e8eba0871cdac416f7" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/articuno/articuno_galar_shiny.png" +hash = "5242d3f1f85b7fca675adbc9e2aa90829d1242cbcc0ec42b163f1500df91a62e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/articuno/articuno_shiny2.png" +hash = "c093978947f01d17c3de9c60ab25a0ded689a8b24c83f0be38d57cc4955a1853" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/avalugg/avalugg_hisuian.png" +hash = "42fdac86cdc586bca67ccc6cecf0134db1caf836ac4328be7e2d348b1706ebd4" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/avalugg/avalugg_hisuian_shiny.png" +hash = "7c7d24bef2e23ec1a4f57661bc94685f67fce8d0532ce9faf4fa3862aa4173bd" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/azumarill/azumarill.png" +hash = "bb4fc8f585669706ac95256075dee133fc8a7859285b003427a0c0d67d18af53" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/azumarill/azumarill_shiny.png" +hash = "404165d81dcff4531365d1509388f80179b3796a42eb135ab88aae4a81dee94d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/azurill/azurill.png" +hash = "b0ce41e9f96810539656b14ca75dca755f588759f38f46c5959e733ac4d72b24" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/azurill/azurill_shiny.png" +hash = "fdd612a5534570b3aa0c83c85b10c3aa41e3f5a636c3146def2e584754058e52" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/barbaracle/barbaracle.png" +hash = "30481db7e99b92bb02f5d6969a3e08b68310e47d73c587000df943d1e20ceef0" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/barbaracle/barbaracle_shiny.png" +hash = "cb7354de6e868c4b43d73399cf7fd9d1502d03a93aa33b21a68e33b18d335159" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/baxcalibur/baxcalibur.png" +hash = "5d297d28bc7d31a926adb1544a11f34b3e602feb487283e8dc8ecd0b46ce6ced" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/baxcalibur/baxcalibur_shiny.png" +hash = "8031b7e7c7b5870a93005c88c305ea5b509bb9bbc1b0b07307dd51e90923dca4" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/bellibolt/bellibolt.png" +hash = "28a96b66ae815220347959f3910b064884f2e6c33fdb9d24acef72ef8887ba97" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/bellibolt/bellibolt_emissive.png" +hash = "bcc36a1367049031792e301a35ce5f33e7fa1fa897268b4e5b6b2c2ad4d6f0fa" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/bellibolt/bellibolt_shiny.png" +hash = "beb9b5361d7c8bfc155d937907dcdcd22df8723dd3b9f8d2862c53dee82d0f11" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/binacle/binacle.png" +hash = "20c6c18657246fa9c6d782ad079e1c66a02b5f2d801f605a4179f1befb6041b1" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/binacle/binacle_shiny.png" +hash = "ec8928512dcbd94481d11e169d97fbe692154d17bcd92eacf40d3a375d5b49bf" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/bisharp/bisharp.png" +hash = "f27234dfb46b81b6644101d96a05acfd1f468d5e110f85939853e5996450f8da" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/bisharp/bisharp_shiny.png" +hash = "f1ac7da4329562178eba0ea10e870da719c0d09b0027328c3a7b7ccc8fbf112e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/blacephalon/blacephalon.png" +hash = "6951f461faf4fa5270016fcb933ff14b444e788eb2fe6ce4c672a4f84a95a4a6" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/blacephalon/blacephalon_emissive.png" +hash = "4d8039d47f9ad3068e5594e1fec59f72afb556d2003684e249657e46eff78862" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/blacephalon/blacephalon_shiny.png" +hash = "412387926e96a3a3bb309204677a344296a45c41134a51bb034d973286bcf59b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/blipbug/blipbug.png" +hash = "286c1f5d19b382ab419e5339a5782c581025e16ecb7027c9283e5e5dd6e43227" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/blipbug/blipbug_emissive.png" +hash = "0399e2d7e944ea83927f875f97be3b1fea78a6260fa2d899ac459e24c8ce568f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/blipbug/blipbug_shiny.png" +hash = "76ac2efeb313840dcb77a316d6f67b47b3ce1eafe82eb9ec0125dc29f5dcf242" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/brutebonnet/brutebonnet.png" +hash = "af1cf6200c426a18f347f09c9a55eb3111e242c118b34a57432203f04babb635" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/brutebonnet/brutebonnet_shiny.png" +hash = "50c0626b2d7361b5bebcf78a7d76da71abcc0cbccf2ab3b565f828f737b6c717" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/capsakid/capsakid.png" +hash = "ff4995e240a2a7ae3fcc6cc90badbea7a73239def92667997bbbd4ffbd7e36c2" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/capsakid/capsakid_shiny.png" +hash = "f475fcdc76ddc51fe06deabdee25d0734d603144b36458534126156ca383b803" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/celebi/celebi.png" +hash = "21a60e8b50290c1e6fc2068f8c5f5781ce036b4a4d7cbf55f098e01efdcd466d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/celebi/celebi_shiny.png" +hash = "5062327efb5ba30b4acd55aebbf3d38a5c8a400ab801c4e1b019b71c87c5bcf0" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/chienpao/chienpao.png" +hash = "45cd215ec4a343a4beb2137361b7340fa6b17148f0b6f31b400b92319416bd60" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/chienpao/chienpao_emissive.png" +hash = "0360761c017fed2c01dab937604510d7e59cd303ff7c1794517be82da1f1bb1f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/chienpao/chienpao_shiny.png" +hash = "c46a22023653b27e4655673aa4c367f6d1246fb084a207e5b73beefd449f342c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/chiyu/chi-yu.png" +hash = "703eb0b89a04f39881c820b4db507d3b69bb1b61c7b40da4947d557e77f861ac" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/chiyu/chi-yu_shiny.png" +hash = "96c861f1e6edf61f9f8a63b4175c5de503be9992697c098f38e962efc011731d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cinccino/cinccino.png" +hash = "7f64ae9199921e756b2262cda9b6871f6aad40280f3eb693de63fe109c9a39f6" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cinccino/cinccino_shiny.png" +hash = "87c40fb3dfe059f359977b57676ca8e1c94afa538e156a2cc7c8776b2c2b62e4" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/corsola/corsola.png" +hash = "367a5c3ce8e042d28f2dcd612eb97ceeeaed8df820f7c2197e791bfd7a704495" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/corsola/corsola_eye.png" +hash = "e4de57b8915714b81d23a07b4d441c1b354dad86a5a8e9fd4245e492482a04af" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/corsola/corsola_eye_shiny.png" +hash = "eaf9d4de08dc5a7eaae16f2b2c8634c617a2f557062a21e23d069b61eb4abf9a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/corsola/corsola_shiny.png" +hash = "7839f96a9c3a1ee9b95b2b5a4b0cf42d44e01945030d95d4a57c515ab3ac5643" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/corsola/corsola_solid.png" +hash = "1ee5efba58ce9cf6d776e2791a21140921b6b2972ccec7a7374fd0fac5fae96d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/corsola/corsola_solid_shiny.png" +hash = "20434f6cb952322b76b2f0154bb4e04f675083fbd0586bfe2ef68c3404161461" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/corsola/corsola_transparent.png" +hash = "bc470f198d2486eb85120281810dc07ddbf21e4f7d9de333261ccea244482dc4" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cramorant/cramorant.png" +hash = "d3ce2f3a531e2c9523d2853a8ebe87698f096f4535d3dd72f484ccee7a79e996" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cramorant/cramorant_shiny.png" +hash = "7f6f9d239c0826b3fda4c479864ba0186eb520a1b92f0d5a8349d1c3dae2a807" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cresselia/cresselia.png" +hash = "01b3c21fc66ee48a233359e1de2794fe8b78b4f2680ae413e32c597e9b2727a6" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cresselia/cresselia_shiny.png" +hash = "54625bd8b95f621d13b73940746d132dd1d05d35694fdbedf1d7bc9cc8173ec7" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/croagunk/croagunk.png" +hash = "90111dc099574346a83130610db19c84dbd8e09366adbc6f8260e9029e466a44" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/croagunk/croagunk_shiny.png" +hash = "6e943fbe3340d15a020d4f15353c3dfad2b8446e31e64cee310d31d3aacf9c43" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cursola/cursola_eye.png" +hash = "e3f10b9fb5436868b0a34756830693879f1ed50264ea6bfcf8612312edb86a17" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cursola/cursola_eye_shiny.png" +hash = "90870b47b08723d1e82fac460d932b112b2d0e5a9e89dc7374ce4f9334c58255" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cursola/cursola_solid.png" +hash = "ff8f19cddd2b0a64cf39b256702e380acd8bf8b5f55adcd57f1c763a8b8c01d5" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cursola/cursola_solid_shiny.png" +hash = "f16e9a07ddb6e054dc999730754d9e4aadf7af5672bc9979e51f1a57b9ac87d2" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cursola/cursola_transparent.png" +hash = "644b1feddb9d5f625e0f70f19e4593239c965d84e05608f4fb90f60d7178ea9d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cyclizar/cyclizar.png" +hash = "c49b35fe15c82eee36fc42227c42e92c9e7daae1da81e1858391d3cbdbc1b9b3" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/darkrai/darkrai.png" +hash = "95d194e6a15be2f7d584a6b8d0b6b6ed57ba576386af45969a477eee49105b2a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/darkrai/darkrai_shiny.png" +hash = "c899aec3189f9de30215155ca0d6f0f264ef7c1d0c4d037706a76073127d5af5" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/delcatty/delcatty.png" +hash = "9d85e90ea00d6ae2bf95fb61a955926a23530f0c0fcc471e41a98a7ef5b1e306" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/delcatty/delcatty_shiny.png" +hash = "2848937ecae2179e86e864c19338027cf20164fec8bb1101c4539d61b32e0980" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/delibird/delibird.png" +hash = "388929fb1451f5a527e1e119436abd84167edffa27a63e2e92425591aa62608e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/delibird/delibird_shiny.png" +hash = "a9f0b96113a029484cf32241e0a8811b04bb3890635501d6524f0bac4d3d7287" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dewpider/dewpider.png" +hash = "8452f43cbc3f9738d0eb17aa002daf0dbc27fca13453ecb02c7102ae9968b475" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dewpider/dewpider_shiny.png" +hash = "e66bfe829edd0ab169227d641dc2e459e16ba66e6cf5473ea5fd31270f7ec254" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dipplin/dipplin.png" +hash = "72e682d30bd09b9e460618bb7d8151c69a9fcf08de9f281e01fc40e66cd35bd1" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dipplin/dipplin_shiny.png" +hash = "27ccba9b8b9cb4472b80772178ddd07e26ba8e3b8ce508987b61bd264bcaa7b4" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dottler/dottler.png" +hash = "fceafc9807cbfb5ca18cd8dab87f92004934a52ae0c0c8e52124b8016e660bef" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dottler/dottler_emissive.png" +hash = "9ba172cbcbada0d8551c6ef8fd50ee3ff7de4f3307b3ba17115a5a92de0646c8" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dottler/dottler_shiny.png" +hash = "1f6772ae8eb1835d8ee7640a47dc60ba7165a5fedac2c263e60269675635fb33" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/drapion/drapion.png" +hash = "5cc9e10a477e821b25fb012ef9b5a076981144cc9cbf04c0a7b7ffdf3de0015e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/drapion/drapion_shiny.png" +hash = "0c080bc138662025361bac8f81b68ea3285b9bffe626b92c18e0c813d7d4b7c1" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/drilbur/drilbur.png" +hash = "fd2bde8e9157db3d9f6317cff8807b8fe0b2aeb31c4bae6543b8d3df5ea6bb8a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/drilbur/drilbur_shiny.png" +hash = "98cf2761c389faec6a67b18c5996ca7a2f011e206c1d9801da4dea40f39a07ff" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/druddigon/druddigon.png" +hash = "75fd0e5412412050a67604a835f1d0fcaaafa1cd46a3584d59bfc49bbf97bb1c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/druddigon/druddigon_shiny.png" +hash = "97673a4b5933d2c3c72811878de39486668f650341c75b2e17c64e2f4c2a4456" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ducklett/ducklett.png" +hash = "53f7f23d91e63039c0a332d64713c1e55d3ff18a774b14b6904e55833abccd05" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ducklett/ducklett_shiny.png" +hash = "9a862864ada5d2f6256a3c6389cc2ae6445030ac36b73cefcf54be6dabc7281c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dudunsparce/dudunsparce.png" +hash = "6bc1cb6a8b97ea325e399ac88ed4e61b89cb356573528ebf33175af0821da2c5" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dudunsparce/dudunsparce_shiny.png" +hash = "f984809862b6ba3a421244bc4bedda55b6dd6a6db958e512c99bf2d98b51c8f3" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dudunsparce/dudunsparce_three_segment.png" +hash = "3e92f10c4d7d612ca08cc6d14377d64c5a4881d182601d053e20bc5121bdeefc" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dudunsparce/dudunsparce_three_segment_shiny.png" +hash = "4352f55582bf0da503ea8cc5a62ed503af3aaa727690e0785944d1065573778d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dunsparce/dunsparce.png" +hash = "bdb4ae49307075cdc47cdacbbef8d5a719f17fd8083b33fd228a31bf01993505" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dunsparce/dunsparce_shiny.png" +hash = "d0cb13ed20b94eb9ba3d7c3e2732f9778c67150c57ce8880c12fcb3006c2c33d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/duosion/duosion.png" +hash = "b62ab79c3de692645aae5d10c5fd9a2f0b3b4679f585fbdaa2b14d1d7cd63b6c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/duosion/duosion_shiny.png" +hash = "09d767bcf1e3ca9b2adc73972416382104e724a4b4a8c84e43d1afd39385e59e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/duraludon/duraludon.png" +hash = "1d1175a2eb987473b36951c73037caa61b319a22236b746302acaa986f350614" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/duraludon/duraludon_shiny.png" +hash = "f69e68b026af0e9962207efd8c4937802d7496f946b503ae448955520eec970e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/eelektrik/eelektrik.png" +hash = "8f87d4449f1621db634a4d0f15f1dc1a9661f16cdb45705ea7d76ac9db64633b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/eelektrik/eelektrik_shiny.png" +hash = "0e0e8b0d58929a3f45aba860ffca24b864685fbace2ae1effa85e535919c0b76" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/eelektross/eelektross.png" +hash = "795e7143f77478ad550aacbcbe36535489891b7c10ac3cb952f5d1e73007f78b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/eelektross/eelektross_shiny.png" +hash = "5e65a977e813639e052c0bde7171af2bda8fc921ce5a724148988a0123a5f7bf" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/espurr/espurr.png" +hash = "4a4e015ee4430c4885cb77c7725e8c0a91d16b7747d937d695b224c7531f2a9b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/espurr/espurr_glow.png" +hash = "b0af24187fe6aa478dfe55652dd0623da84708c5f236660736f5ed3b98dd8483" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/espurr/espurr_shiny.png" +hash = "9903db8cedddce09238aefd798b39cff1b88172d9286f6e756e25b6d43a9275b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/eternatus/eternatus.png" +hash = "577ca03d37972c97ed0335ec30947fb1657fe158445a7167f4bc256fb858e363" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/eternatus/eternatus_emissive.png" +hash = "72eb1255288255023cc44df1bd052c04b0917ae472e067195a2787919b5f2cab" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/eternatus/eternatus_shiny.png" +hash = "27d2441ecd670e338ca055e1c444aa754b5fefc27be9c11d80dcc61ff1e5da32" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/excadrill/excadrill.png" +hash = "4180dba0c4fc06ffb6d6e9cd5c08ce70e51f42fd5b50bf89da159e4e82a238a7" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/excadrill/excadrill_shiny.png" +hash = "55f3d209f07a675369d356e08bc37d791b3d253fbb86f53b63f36b77879f3733" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/feebas/feebas.png" +hash = "e9ecd86357dbc0be8b5acc961f8d67688065c2548b9c1a0d02009dc75c29ecb8" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/feebas/feebas_shiny.png" +hash = "3cfe90d12caf19835738de0a624f0298d095d1754812e10d9f2a15788234a4d6" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/finizen/finizen.png" +hash = "c4e45c0c3a7c2e6fbc9e93548ea184f003a4e0fb010961ca996c89e79781abb6" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/finizen/finizen_shiny.png" +hash = "d65c0505c2340317b213d5c1c9dc56785c08f908b77cd4b5e888a86f4d541e7a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/flapple/flapple.png" +hash = "4c6b2178df4c89efc18414a8c927472aed5ed3279c27bc6d9567b66f2ba2fabc" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/flapple/flapple_shiny.png" +hash = "7616856862fd5582fae32f469f2c8c39b64cff0c0045d56fa4e14df8f8d948ad" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/fluttermane/fluttermane.png" +hash = "bd27f6e35b2075b666f1fcb24c5c8952e18326e8c638e404bb5a6e87f389cc42" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/fluttermane/fluttermane_emmisive.png" +hash = "777facbf9439ed08f9441996d009c47417785a79d2331e27732e8834948985c0" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/fluttermane/fluttermane_shiny.png" +hash = "dafb739f7ae9ea340842b64198c2d24eda4eba6270023c76baa5213100dfe700" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/fomantis/fomantis.png" +hash = "478ae79e1d9d12936c6fdfdb9713a0973cfb8f0b4b1573cbd5901308b221861a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/fomantis/fomantis_shiny.png" +hash = "de284733e26ac7289e0f5d50b726afa52bf115e34d9de685c630c1540707a3db" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/foongus/foongus.png" +hash = "640979bf2052a2c61cde6c0fd99bb60f45ac398f814e31e051f88efb3201882c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/foongus/foongus_shiny.png" +hash = "d3d91c23c6286b7916ff4a9b948a51af20cac405f5423d544b62b82119d140e6" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/frigibax/frigibax.png" +hash = "fef131ae3dc7a2ccce6a41159653c809137d6b351166bef0c800144638d0d593" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/frigibax/frigibax_shiny.png" +hash = "1f22932f774a16664711d9c9899c4b6dc7e204123a69c9cbb2aa82999a7c5265" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/froslass/froslass.png" +hash = "04827f96f72c07227f69c85a87106c8be15d4a5493a4ea74084cc7962c904484" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/froslass/froslass_shiny.png" +hash = "63d49a5433a611254b5d0f857394f9336b87c3a93742c316e1054f7c1287a45f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gastrodon/gastrodon_e.png" +hash = "2af6c132f865ddea515551f3249b82f25ad849a049630696ed7be26cdfccb0c3" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gastrodon/gastrodon_shiny.png" +hash = "a1e119d8838f20775e81c9c284b2ef5c8ab838da4d4ffc3969f262f59afea268" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gastrodon/gastrodon_w.png" +hash = "905afd1994c5f6505f7a8b5049db9e450920bda5164269d08a10269b36aa1ca2" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gastrodon/gastrodon_w_shiny.png" +hash = "93c306172dd3b2668be22eef5eef4c8649e3b3aca3352aaae9a076b1b7aebd6c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/genesect/genesect.png" +hash = "ecb4da5e8332b11a833c0e2fc2368c5bb379fe3d3b5d53e8758af1edf0cc6a95" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/genesect/genesect_shiny.png" +hash = "0a05db82329c659ae5d07cd84dd06378f0a6f2b718071bf8eb9d6f783091d012" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gengar/gengar2.png" +hash = "45ce6de3b01dc6bc67774a7c0d8b78e9a20ca2f0448a1b4937ad2d7b2199acc3" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gengar/gengar2_emissive.png" +hash = "59571db96f188dd20e640ca8a826506b49443ebfcef0eb88379cb56904d447ee" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gengar/gengar2_shiny.png" +hash = "f276eb5c8559b9039864d260e5ecb5e7444d54ec3a4f5c584fc281bd6881a3ef" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gengar/gengar2_shiny_emissive.png" +hash = "d76aff8d0abd9a2aea541177529e49317946dc202f3ad00d490d189c20e4db23" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/geodude/geodude_alolan.png" +hash = "0863a07cf66c2ed68e8a899345764974621c7b1b7f08d76b18fa1ac8dd97fe2d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/geodude/geodude_alolan_shiny.png" +hash = "fee21daeac15d527ad36caf74bc576647da3a9f0932f1800be49333371b46e2d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/glalie/glalie.png" +hash = "bc13ed4bdfb432a97dfa845e63107a18ffefdfd23934a0b6113207c56f444c4e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/glalie/glalie_shiny.png" +hash = "450fde6cfbe58326b120017c7eafca3115b0ae4517570a225c4c6c0414a80f99" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/glameow/glameow.png" +hash = "0e002a49a63a7f693972fc31797b5d85c72073ebee67cd4db1763edd790fdc3b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/glameow/glameow_shiny.png" +hash = "8d3d2aa3d92953b660db759f2f7749ac9c259b62c204581bc539514f2e6b044e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gogoat/gogoat.png" +hash = "835901dd1e3ee62ce376c8774fcea3e6b9435cf5515eb685f9adc2ad9c0d02ab" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gogoat/gogoat_shiny.png" +hash = "406b79387e966ab35c4701304d38205b77873528e715f3d1f2f31389492129e5" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/golem/golem_alolan.png" +hash = "49f0e238c12847d949618993f384712dbd2dd4445bb2f54c6a8c635435ffa3c7" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/golem/golem_alolan_emissive.png" +hash = "46f57b571f7962eee21b2f6f822770e75b72b293dbfb5a99a131d93638ba2f57" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/golem/golem_alolan_shiny.png" +hash = "5513c4e1b5d32951e60c49226cbbb1237737d770850494622ca5ebdef1db6f78" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gothita/gothita.png" +hash = "28be55de12e595bbefdfee05d15b117c610d663f7e8091005314b1003688b067" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gothita/gothita_shiny.png" +hash = "665a9ab59a1875ff6c1c9f8126bc5773f5fc9348ebeadba1162a03a5e6904dbe" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gothitelle/gothitelle.png" +hash = "42488ee29531511c57d4f5c0503573be04437bf45a46e6fe54b32acf4ea911ed" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gothitelle/gothitelle_shiny.png" +hash = "0827715e6c0a51df110ee354083e3996ecfb9e3e7c65138a4fe2f8715e984f0e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gothorita/gothorita.png" +hash = "e6cf8e8e7000afb2bdb38c5a271c27a615033200b2dedb21f9efc498481f5aab" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gothorita/gothorita_shiny.png" +hash = "1b0186c9660140a43ac15b93f41c18d8e0303e8d6b23dda1ee65e5ccd07d0031" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/graveler/graveler_alolan.png" +hash = "725fe8b35dcd741621834bde3272845671083623e71d4d1d4d5a641440416c7f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/graveler/graveler_alolan_shiny.png" +hash = "c85a630c13f8461c2d12e630c42f1b6f640c7080d440cbcf744136e1eee49463" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/greattusk/greattusk.png" +hash = "97e2686d291fdaf9620214d8deafbd7e7abadb74017493ae820021ae1b4da44f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/greattusk/greattusk_shiny.png" +hash = "5db37f87563f70f1781861ab0782e334a5ae8efc809de459e17d2d6976c65250" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/greavard/greavard.png" +hash = "8edacc0eea267c242e7b960ea1a2be105d58787076a0337811eaa0b32043aeda" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/greavard/greavard_emissive.png" +hash = "ec28c5002b0a2feb4b16ee4271940f0d8abca19e5184e13030e7ec0325eb49c1" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/greavard/greavard_shiny.png" +hash = "2f0d692a219f71247836c960ceb74aee8b26673a2d83e7bf838866ee08854a5c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/grimer/grimer_alolan.png" +hash = "caed7180425714b598c87df2d1502c11ec0899ca8abc90c47b07745c3381d3de" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/grimer/grimer_alolan_shiny.png" +hash = "06c65eefd5e18fc7314734e6e29636507d611cd8f309c30ed3601cd1286942d2" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/groudon/groudon.png" +hash = "42feabe3180634300b13423573dc3a17dbd147eb9354bd2a2c440798fb97add8" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/groudon/groudon_shiny.png" +hash = "3e0aa6e09bddf4f6d89838d91e44213f90142d2ce45ba14dd5e9e18fa0f55015" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/groudonprimal/groudonprimal.png" +hash = "d710940d7eb5d5858edf748c722a4ccfb13e31e3315ecd2fae508dbb9f66241d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/groudonprimal/groudonprimal_emissive.png" +hash = "b8c7531448eb12d6e9e9d8e8d254483334dad2f74e7bc70f5b28bdeb1b8ca42b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/groudonprimal/groudonprimal_emissive_shiny.png" +hash = "e5378b08d26204e49ed22755962124d523f70f2a58ed1040569e8acf7f118026" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/groudonprimal/groudonprimal_shiny.png" +hash = "97f7392f77961fb75db2b9fd64450cb79ead1ab80e835e8239f3de5fdd4dae7e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/growlithe_hisuian/growlithe_hisui.png" +hash = "acaf005f63d4c4bcf3271e79674f5d5b3195c5b22d00dada8408cccc689ef162" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/growlithe_hisuian/growlithe_hisui_shiny.png" +hash = "44749d19367d41dfba17d2824217b62627a9216d92ae1a9f016143e304c8cb04" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/guzzlord/guzzlord.png" +hash = "03dd404cdf0d25b22bf776dce08df8cf1128f3607f846da8f5c3d018f5bf9e6a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/guzzlord/guzzlord_emissive.png" +hash = "4ac57f59e8bae6ef7a32967247fedd039acd242f3e1042552a26a655eccaf8ed" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/guzzlord/guzzlord_shiny.png" +hash = "bbd855dfd24bcf9d6755a0288ae2430debe9627ff8e003693ff103e7739ef4a5" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hawlucha/hawlucha.png" +hash = "e5a7846106e6096520ad91bd31596e771679a1dad1c5486cc3652702a556e8d7" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hawlucha/hawlucha_shiny.png" +hash = "e4eaf3ad75de4d25095ef1872668ae806dddff83765d32312ce86c028b59221b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hoopa/hoopa.png" +hash = "2122d34f6898068c0df9ceb016a637bd6d8685a3b2b5234d3591d4be842cdf68" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hoopa/hoopa_shiny.png" +hash = "8c264d0fd2531d2cdc43cedcf8e6c4860f21be753b1256dd48eea25ff77aec02" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hoopa_unbound/hoopa_unbound.png" +hash = "acd088dd8d33d0f7c67d6d9ec8fb0102aef47c79cc980cfa0885e4b0a49d4e69" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hoopa_unbound/hoopa_unbound_shiny.png" +hash = "d78d64e6043e40079b77a4eb116d97f4d189f6f3f220acc7c988d2d2842cc33e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hoppip/hoppip.png" +hash = "c24d2842c8a2f780cb518f7be633b59318eb499807e037403509f465764f4599" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hoppip/hoppip_shiny.png" +hash = "3e5b737a88b5bf0e12e69a28d401f02822f3450260142ff2bc6c220a35070363" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/houndoom/houndoom.png" +hash = "ba141b0f3270f4225bd6a0211c803d2cb5fa665b1a2b4570253d673ced937685" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/houndoom/houndoom_shiny.png" +hash = "da74ba709901f6045e4791d5dd5d19f3d42594212141e207cde9afaa9687c871" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/houndour/houndour.png" +hash = "0bb775a4f6955efba2fc8017f45576d1939a4cba848ce172e9425de6321506e3" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/houndour/houndour_shiny.png" +hash = "76732dcc2e75b616ea7ec2bdaff8a1d437fb22bf123a71ea46955f9a5b94f3bb" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/houndstone/houndstone.png" +hash = "37134d0f37672607129562eacf684d9a86c257270dda0822edcd431a1edc81ee" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/houndstone/houndstone_shiny.png" +hash = "b89dd85ed867312b252d42660622ae79dc463278f43ebb7e031f73ebcb50a28b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hydrapple/hydrapple.png" +hash = "66915f5ed01c090e0d59f648be5fe2b8727ab37f61073f6fcd2d987fd8569ee7" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hydrapple/hydrapple_shiny.png" +hash = "be23fd0d61d48a9696c78c43d49c555a98ac2d878986ba5e837e9b6c88100d6b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/indeedee/indeedee_f.png" +hash = "2e840af8f99e0251199bdee296891bee03f87bf6fb6f61076962f4f67a26901f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/indeedee/indeedee_f_shiny.png" +hash = "6004dd25d07e95930dd5ac1bfb4e03e60cd7ada98e78b601d8de177df62cb6eb" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/indeedee/indeedee_m.png" +hash = "04e3d6bf28688ac078432dfc42b0fd53b3eedf02cca6fcc523d579b3557a30a1" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/indeedee/indeedee_m_shiny.png" +hash = "4308969e23a5cc1c2da7f55d24a18e65a497082def6b83afe78baf941d6ffadc" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironmoth/ironmoth.png" +hash = "a1ce16c97fe93a8779bd911a3bbc381f2905158b88dde225d82a3c8d1d51efec" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironmoth/ironmoth_emissive.png" +hash = "ab7eab5a3eb38617ec4bfca8bed06a340a99174740293591060303af00c76d1c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironmoth/ironmoth_shiny.png" +hash = "585eb990616890bc262f82956bd9c254b7af6c33868ab8304f347f3ac8cb9d48" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironthorns/ironthorns.png" +hash = "d50ed8ceadff6c4a03b4b0b1ccb82ce98e193ce02e8d0a1aa0b405d46654e54a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironthorns/ironthorns_emissive.png" +hash = "c6454694aac873a3dbb5c6c4988b127b5a0153798aa47db5241e954a77a60614" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironthorns/ironthorns_shiny.png" +hash = "a5a6b3a8861e9263243b906b13613bbf9861b1a6366c528d606c2c2885890233" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironvaliant/ironvaliant.png" +hash = "a456b7d6304ec8bb9929e1715959f9580ebf2af72fa7a3b1fef4078e4f423388" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironvaliant/ironvaliant_emissive.png" +hash = "b449fcbf53ff12a6e7d61aec5d268372d1d78148eea486b78232e318751e536d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironvaliant/ironvaliant_shiny.png" +hash = "182982a97651fba9567ced437a3b7bd73a4f5f0989bb08a0ba94f0d3660cdf8a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/jumpluff/jumpluff.png" +hash = "5d517df211fc3be22b9b595ee5636949f7d39f9509c9257f53cdc1daeb9de369" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/jumpluff/jumpluff_shiny.png" +hash = "a982a479273edd3c0e6d88526cc72a05dabaeed957ae7115003e993d6d52aec8" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kilowattrel/kilowattrel.png" +hash = "679b75b7c4b6ee33b1eb519689e2bc5ff03fda99a08cebf7df5a68e36c090938" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kilowattrel/kilowattrel_shiny.png" +hash = "043ad424487705e11d527065604817db1456275692ae4a9b44de53fb707ddcba" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kingambit/kingambit.png" +hash = "dabdd678868b923fccdee20ec2eaa270695e169ca2fdda421cd953b0689debe4" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kingambit/kingambit_shiny.png" +hash = "79df809f9c40a8aeae7499034aa7f3c1e457682ce717ffab992a1b24d3fc2929" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kubfu/kubfu.png" +hash = "ff6fea07ee259bb2f9323cd9c03526aebddd9f8789da585cd0f9fa4e258683b8" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kubfu/kubfu_shiny.png" +hash = "dafe4257a1c7975912f92d37ef1a0286ecb8058c7466155e510f1d17adbcfe35" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogre/kyogre.png" +hash = "43049e3510c962abcd361dec4717aa99feedd368977c939887756d6ad9a0f541" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogre/kyogre_emissive.png" +hash = "c4900fe9a39641dedb7ed5a0448c02eef56ca47e8bfc3aee7850ae966ebbf80b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogre/kyogre_shiny.png" +hash = "b9e5f83bf088d8f67e76ca45d0495dad237a45baf3cb42678e65bef608a9d8f0" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogreprimal/kyogreprimal.png" +hash = "a99ad9b570900611b711011e17b9570043b3c3339daf3339d30a0c846faf1b47" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogreprimal/kyogreprimal_emissive.png" +hash = "147781fba66756a24bdc569ef5801428938f97cc721b6a24508a77bd8955c36b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogreprimal/kyogreprimal_emissive_shiny.png" +hash = "9fdcdd80ca79c5f95e4a8be59e53c8cf383e030e2d390026032d4ea6f912d8b4" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogreprimal/kyogreprimal_line.png" +hash = "157816f68b41b010695537e2d1bb4662e7aa2ed9ed0c1e7bce489b8f90a7424d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogreprimal/kyogreprimal_line_shiny.png" +hash = "cd547d8ea04c43006e6fad2c2d62a0ee6f77dcdebe3bef91ae60f8c4bf2c1f5c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogreprimal/kyogreprimal_shiny.png" +hash = "b5ed2c1b47914bc2c35008c4127d2d11a361a8cf1c3e098714a24b08432a6ce9" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyurem/kyurem.png" +hash = "9e6b57ccfbfab7a380e93339d30c69713543344f3c99559e7bc5b429d3b3dd5e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyurem/kyurem_shiny.png" +hash = "678aaa98861251c0149f3bce4cbe11322a187e09ec512b2ad8c32300ff6f6b39" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyurem/kyuremblack.png" +hash = "f8a967001ce3a285e2b6532c31aae425776f31c981d54dc7175e40d8107bd40e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyurem/kyuremblack_emissive.png" +hash = "9370b3e2673ab3e11b77597d59e0b37bbdb62fa8065f92309a8bc8ced046b97a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyurem/kyuremwhite.png" +hash = "63131ba3cfb339bc7460d08b7e034e0e288ca1e60f9e111ac1734e106f18ba33" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyurem/kyuremwhite_emissive.png" +hash = "ba27a13e2a0099ebc4697d0189a944b020dfe7c8f6903603076a9af092665044" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/landorus/landorus.png" +hash = "61a255be4aac69a0b759f8c2395984d5b1e2e7745b54e3e8faaf125ea4f6a120" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/landorus/landorus_shiny.png" +hash = "31fb69f7886e35a9da9cc77976d160c98c5fa9e9d6f6b6484f38027078cd421a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/latias/latias.png" +hash = "8f4637bc0779624010fd6d66da7530dbca84382666f65b11b9e12067fc228d4f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/latias/latias_shiny.png" +hash = "b31bc8e8575d3a6908368a70aa2786946cfd3b5e898e566714366c5cf2e45c1a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/latios/latios.png" +hash = "6716bf386a51a6fcd193c60aa5623da84c4c396c69ff0f045e99f0f6b2408e08" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/latios/latios_shiny.png" +hash = "6e72097474436538116949698fcae2da66ab6055b3eb00ff663eea08ab91e61d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/leavanny/leavanny.png" +hash = "6674d1cea7b94b77bbd5e0056ec12df17529dc154aac9d4c2b134972be00938d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/leavanny/leavanny_shiny.png" +hash = "17d01769f6de41455421a802e9c2c54064d32c63abf39c5a3305c838ff65080a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ledian/ledian.png" +hash = "4513199476cbeed0cbb911698ce5d5be65fa176249d657fee5aff9bde44769ce" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ledian/ledian_shiny.png" +hash = "e8aaf5dca974b56bdfdf701fa4e36bb55a0adc22b33db28f3d4cabae1098fcf7" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ledyba/ledyba.png" +hash = "b16cc57ec4cedaf4cbf94ec89b5d03370e1cdc3d1245cf18321abb82a99c3ac9" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ledyba/ledyba_shiny.png" +hash = "3865024d9112c8c6888df3e9aee3a0ab1f34ffad46aa3267cc6a4aa2ec4a6cdb" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/liepard/liepard.png" +hash = "615df66cf6877fc83844e58fe8c4ea163c2c816596287560e84056df217fbe56" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/liepard/liepard_shiny.png" +hash = "1e1eb3f0a70238b75803c2ef9f9f2d935a702aa169d426cedbed3950a073dcdf" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/litleo/litleo.png" +hash = "8ee0b46a027bc6227d22275bbc2e9b4c5eba4d75dbc337ad4af16963cc5e449d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/litleo/litleo_shiny.png" +hash = "02e6b15cf8dd674dc7436cd8f3cb6db9e97aef60b30cffcb5f90d69d6df8a26f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lurantis/lurantis.png" +hash = "885c430d9283b8dd1ba0b45e0cbd6f5d500c89f387af0f0fd583630b4f3df592" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lurantis/lurantis_shiny.png" +hash = "ff2b06fa0f638aeb02a483c52c88655f4e7e1edbaf59cb9b3eca3a0e3dc13d17" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lycanroc/lycanroc.png" +hash = "9f2a6c2d1a5885cb264721b748aabd143a485e63672e8e2a4635b1407098ee32" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lycanroc/lycanroc_dusk.png" +hash = "f63e8f03ee03fc532b4943c9afa389b6cc852ff3b0e0e57d837368db0fccbcdb" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lycanroc/lycanroc_dusk_shiny.png" +hash = "f2f4354feb67b09893ffab54ec97ee69f6a12c8ed2962b33fc7a0b88998aa2e3" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lycanroc/lycanroc_midnight.png" +hash = "d04efc5e4c39d5d56df7d3a7abfefc10c7fc7d75eca60cd4b13b07c91f08358c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lycanroc/lycanroc_midnight_emissive.png" +hash = "c605bf02cc4977fdcf1ea44683483bc29c55056bb066e5ab594fc1768ab43ece" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lycanroc/lycanroc_midnight_shiny.png" +hash = "039ebe744fdb44a3dab0c74bbd24ea7706fad1ce5e5b4c6158026954f876da8f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lycanroc/lycanroc_shiny.png" +hash = "607d00dd9e2061ef9f9941db5fe9da8019872e551c1a24cb3aaaf06fa2587228" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/manaphy/manaphy.png" +hash = "cce169db82660149adbdc87664e21260aa22df60e6b215b8b96ff18a99d09b0b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/manaphy/manaphy_shiny.png" +hash = "526135dc12dac37ffb5c3c71231656473134258e0fee7c010868991a00e21aaf" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mandibuzz/mandibuzz.png" +hash = "21498ec83ef99e6277dc019049464ef11a3d93876aae0f03c84658e36ca19eda" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mandibuzz/mandibuzz_shiny.png" +hash = "0e5a7c811baf51968c1579a50c11156d036dc58ae24193b8d3a049424dbfa5bb" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mareanie/mareanie.png" +hash = "f3cf093ac680e6080ef677d830fc1547a49b534815b859c008af1c32262f31c4" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mareanie/mareanie_emissive.png" +hash = "f0059140b5737cf0471f752d9b79a378e13a3923e6dbe2fd0332af6fc44d8c45" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mareanie/mareanie_shiny.png" +hash = "e58464772c0d6b6d787f9854eb42e1b4429d5a7003d10e546298a67f8de7b88b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mareanie/mareanie_shiny_emissive.png" +hash = "a459ea3ae22a400551c2eac7229a39e37395405cb2dc2c43ee94fcfc967277c4" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marill/marill.png" +hash = "6d2c76c6d4ddead491f8f3b05921bd4acf97c74f10f38b27839d68e0420f452a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marill/marill_shiny.png" +hash = "e3b06438bb1a554fdcab8cb27c62afb4f84d91dd855caa6f777a35d83a2d1c69" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan.png" +hash = "3e1dd6eeab7ec1e5297b8d4696ce294eb7646f71a2e5174e846aac5a25d8fcfe" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_emissive_1.png" +hash = "71270dcd6acefcc631ae7f8cfbf38fd660665378c3b1bb35067a493c33a51a32" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_emissive_2.png" +hash = "0ec8aaa0711c1d39f2d354bbf1da24354b947ce758851adfce3338a0fe4553f6" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_emissive_3.png" +hash = "284377e4d1d0ea99a816d5227e6ca75f61f9973624b470f1e33826629913fa89" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_emissive_4.png" +hash = "d094406028bfc3bebfaf0acd749dd7591bb014c093680ad06a7c87aadc442fa9" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_emissive_5.png" +hash = "e42daf65de81bf638f0d184e24bda1c0bf4515010ef98cc2eb9871096bb4cc78" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_emissive_6.png" +hash = "5ea0ae72ac0093f3c9189313ab79495016d237718ff14419ac8a4bf2c00cf65e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_emissive_7.png" +hash = "440675227377982b4b69d6522210d2207f750f3ec1b1870b5a527d5b6ee7c666" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_emissive_8.png" +hash = "25495fb2d14e0709f8bbd7331e9fecddf0fa68cb5206844f0e335a0605f0061d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_shiny.png" +hash = "f72ca1ea9f0ea0f5f35c1020512a739153345f2b302204036ac39deddfcd4996" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marshadow/marshadow.png" +hash = "2f754abc2a1160998da30c2fab059938840c9de7e3a1e9fdef6be081852fd749" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marshadow/marshadow_emissive.png" +hash = "fee177efeb39feaf89faf3e87462787c390358613acdce943e09d1d4b95eeff1" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marshadow/marshadow_shiny.png" +hash = "080f8364a15c4b52ff465a6bd05b6d85d290ec7479816d3988a73414a2a93c9e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/medicham/medicham.png" +hash = "6967f5d71719cb01ec76b54d17ce0fffab72111ddd66c0f14ec647c26c1881d5" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/medicham/medicham_shiny.png" +hash = "67d9d6cf663abfbf0b228d3085c0ddb2a162df531486aa473318b3fcbe0d751b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meditite/meditite.png" +hash = "54b10b70c347b28cd3bc5b1588f817dfb656ecc99497a29ed06fc0479ce3c1c5" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meditite/meditite_shiny.png" +hash = "929e7975cd7f15043ffbb908558c5753debf60e7a754a4964c8a44b3816675f7" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/megarayquaza/megarayquaza.png" +hash = "68763c21319cbdd01a5774d1fa80710edf8f21f50cee502479dadebde7f1aacd" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/megarayquaza/megarayquaza_emissive.png" +hash = "79a6470dc83115459a041e22551608715929d8faff181259d18e98f82185beb2" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/megarayquaza/megarayquaza_emissive_shiny.png" +hash = "79a6470dc83115459a041e22551608715929d8faff181259d18e98f82185beb2" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/megarayquaza/megarayquaza_shiny.png" +hash = "7cf212fca2ec1c3e32c387ff7c36db12bc58d984619266d05ac4e8a748cc63e8" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/melmetal/melmetal.png" +hash = "921035d97d46dd937b1d22e4759a22a8618eae8f30618f69935bc3f5072c51e8" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/melmetal/melmetal_shiny.png" +hash = "6aeeb18391727af07cc9965345303c262793969bc4f05128059bdaf6e62234e3" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meltan/meltan.png" +hash = "0dcdef7548636b9cc3fadf6714ae75314d8c15a4c6071aeccb348ba98addd13a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meltan/meltan_shiny.png" +hash = "69946ffaf3a469605fc06185bdc272f205ed55d834f492908375e77406a23828" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meowstic/meowstic_f.png" +hash = "c96ac7e96b66c4261bfc708b6898615c63c86cf2af1e84f75bae3519f7501c1e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meowstic/meowstic_f_shiny.png" +hash = "51c0c6577242e7ec43f3d5320f9feffc285d7a3672be0f09fd668e73add023be" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meowstic/meowstic_glow_f.png" +hash = "de4edb24119668276a45fa781b3763950835ab395c4e4c77c4c2b624ad217017" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meowstic/meowstic_glow_m.png" +hash = "727395e029dbc490c119edc1f9fb877954ccb35fa8e61885faddcde93e0a4dd8" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meowstic/meowstic_m.png" +hash = "91125a19e9ccd1b0e607310c66b3d12df6d2dca8be577c04bc80c5c79c9f9b8b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meowstic/meowstic_m_shiny.png" +hash = "07b263d57efff30fa77731237bf904c83887472856584197a8756a9cec791573" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/milotic/milotic.png" +hash = "c3feaa1c86631dc9a21bad363390836670151c972750a42e0ca6ff8c309b5257" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/milotic/milotic_shiny.png" +hash = "b50be7c647f5cee87ebbec5d650d0a4cbe0d4bdaf0012019dfc59a16db5bf9d6" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/minccino/minccino.png" +hash = "9fe76ae3718e86de1265bcb5293e6e304350f43c016322663af0c85c2f299d68" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/minccino/minccino_shiny.png" +hash = "92f6c9b6ebee3a411099e77a2f9a14c91946b7ad36580676373581462a341a52" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/moltres/moltres2.png" +hash = "1d270dc7498a2657dba8233408705a288f8d97fe1fbd9902848b12dc1c254d1e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/moltres/moltres2_emissive.png" +hash = "5d22e8f3f65ab02ec811114eacb767906b00a73e62d64c962c0ef05a380c63e3" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/moltres/moltres2_shiny.png" +hash = "75277b1e93da56dd1582be3f81296b42e3888be7b76a0b89badb86bf4422622a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/moltres/moltres2_shiny_emissive.png" +hash = "e9cfd4c7ae35b3001bc67aaba571a1cc7e109528885784a59233e0e14088615e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/moltres/moltres_galar.png" +hash = "787cb826dc3f3a30098396a047f58ac023d57f1f1a6d55128aeaa92f90e245a9" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/moltres/moltres_galar_emissive.png" +hash = "85642b7b62345b870587bc2bb0fa928100f6a8b772d4de1be05987d302688a49" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/moltres/moltres_galar_shiny.png" +hash = "be2dc96799fcf2b6c67028c15864334b5133ff1da7695a60c1854ccdae43a28d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/moltres/moltres_galar_shiny_emissive.png" +hash = "ba85aa9ef351951b89baf88947792650354b348c55b27285a830e4d103aadb7c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/morpeko/morpeko.png" +hash = "0a15512e41188dbf1769bfb1de3408147569445f885421ce1ad638f742e78477" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/morpeko/morpeko_shiny.png" +hash = "6915951adc9625eb3ba7aaf297fa202ba0e4c32b36499bfccc165b96721d36c1" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mrmime/mrmime_galarian.png" +hash = "59887bb2eae664f19dddbcb851ee8bd0f5af681dc8c12d63aa09244b048b6af2" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mrmime/mrmime_galarian_shiny.png" +hash = "dc37b4e32d2e8d266b637a1b29758c864f9e39ecf9d840368ee2bfdbeb3e945d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mrrime/mrrime.png" +hash = "3cef6a68ea48d9d843fbad06a33f14bb0a351b09a6878d80423f68e53f6f0d50" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mrrime/mrrime_shiny.png" +hash = "311ca366044ec22d7d3d3c80679424fbf56c8fabf3a49e8a33c010f7f2591d0c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/muk/muk_alolan.png" +hash = "a051baaede771bf649a2cd4712f45a2ec2fa4e54e7bb00a79dc467e3d9aed723" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/muk/muk_alolan_shiny.png" +hash = "2ae49d5a5fe7976a096a55cbb7b92af460e343d797ea10068263706babd83f25" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/munna/munna.png" +hash = "dc563b016b92a5bdff22257f4c799c4754e24d99c524ac92925b48c13d280cf0" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/munna/munna_shiny.png" +hash = "135cbe23b42e6e981cc61221bfc850bcd05efeae849ebb09aa2c3502b521aabe" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/musharna/musharna.png" +hash = "4691df4d33c2aa3f20873f69c79d896a77407552e5cdc399240b024d3ee20d8c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/musharna/musharna_shiny.png" +hash = "4e01bc2e03080c77a48d1d74415d857a6d5aacff96ba480aa59c1e532a781f21" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/naganadel/naganadel.png" +hash = "4850c1ed4d9d7815a5fe919676264109b172ecaf31165c7dd911e6af1ab671cc" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/naganadel/naganadel_shiny.png" +hash = "d8e112528da479670dd54ab62eb93d9e42bd737d98c8c7a8e6e83c53ba257863" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/necrozma/necrozma.png" +hash = "38415c4802e5b668f1096f4e799c637cffcb9ab69887bc7cf442c05c58dc62c8" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/necrozma/necrozma_emissive.png" +hash = "8faf4947f97ac0a5f18b979f8460514f145840195703638dbf5b4e33ffe2ec73" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/necrozma/necrozma_shiny.png" +hash = "1123561d772e6fe29083fd378b06e25aeb4ddaea0881ae29977870d7b1dd2f16" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/nihilego/nihilego.png" +hash = "bcfcfcfbade8a9b0f02c14d1117df04c39f30f9a706df40334d30b313b0fc335" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/nihilego/nihilego_emissive.png" +hash = "75b2263f04694f71d2c1f5a8912b76130e5f8c6e13e3e56e703cc88d458efd36" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/nihilego/nihilego_shiny.png" +hash = "2cac0499313ee33a08259166c517f56d75592da874da1ee7375f6bc594c51544" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/nihilego/nihilego_shiny_emissive.png" +hash = "4b1f95f761281a5f0be156a08fac6a8172bc6f6a693e0d6ae5d3940dac0b2601" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon.png" +hash = "5a249a296d399f9d01560f2a88e99b90f01a0a683f722654b2af7159c62c7c17" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon_emissive.png" +hash = "c404edcc9442f19111f60da6f92e253e784d36256effc6d3bb196fb009171e88" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon_emissive_fire.png" +hash = "8304173f7dd5cc999cfd8a911437ea32c1439b14c0d695083051c9881438ba9f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon_emissive_rock.png" +hash = "f447536be48c2a0c0262104a4ace10abed94ab83ca26169bd76d4172e98a9b48" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon_emissive_water.png" +hash = "a5738edf82cd19ab0a40cbd7b365f6c845fc9d45c061ea923af05daeddd71de8" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon_fire.png" +hash = "42c36d6a83d2ce544f73bb0ac8a419bd5ac42a5e706398436055e2a7870de38a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon_rock.png" +hash = "d8dfc6d5e1ef254e23f1c961958dc667b53116b9d9a567483ea05c57bb8af0b4" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon_shiny.png" +hash = "b695f9781cb037a5651cc8f5309489a23500cf5094c47edc6f313939ec0ad587" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon_water.png" +hash = "099685221bd6d18e4f3f95517b0515002b5681a744c46332e6c2ac96700fda7a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/orbeetle/orbeetle.png" +hash = "4f3879259c7de384eabca26cf093a2813133dcd0f6979e128940a58a5a9264c3" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/orbeetle/orbeetle_emissive.png" +hash = "95e798629fad078579e3853a77701dc90e0891ea1fb5e7ce0bc6074605892b44" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/orbeetle/orbeetle_shiny.png" +hash = "dd3372c8abdac0ea6e43bd3d59c7ca41ec8ad2b70f215d3198e478063d3cea05" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/orbeetle/orbeetle_shiny_emissive.png" +hash = "f46a95d8c9442816fa1e97c4f9e4e83e756829f2958e025aaf594356f453e8f8" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/orthworm/orthworm.png" +hash = "feee657360f6f88f95590773b7429eb5d757929269c851ec3a96956640de1a87" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/orthworm/orthworm_shiny.png" +hash = "f02baf54aeeecb881c397a1a8053d2790962b5bf37dd8e38797cf52f016056cf" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/palafin/palafin.png" +hash = "b23c47d47115320438259ac39572cb840cd33abcef7477403d6033e51c86e517" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/palafin/palafin_shiny.png" +hash = "a33c7740211d16aa8b7fb52aaddfbae963ecdae238359f742a57138203bc822d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/palossand/palossand.png" +hash = "f5afbe85044b36c2cfc7d6992517e32eacd683b5cdba9bb2a7323ed1b857a644" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/palossand/palossand_mesa.png" +hash = "2e141c80fee23e883e0c16dc6bf40f79e3f1d204382dbf991549ff436c05d4a1" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/palossand/palossand_shiny.png" +hash = "a94ccf594fb06f6e75ec756fe7d70b32cea2ad738543e21ecb4535e6938ca1d6" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pawmi/pawmi.png" +hash = "9a9494008dba39744654ddb5f0560733e44bf24b147407910afa4ff47540bd81" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pawmi/pawmi_shiny.png" +hash = "06f8afd8b6376b245fe94e073c5807712a9fd5e8e859b146d37d8259d888553e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pawmo/pawmo.png" +hash = "2521e4e24f8662186c7bc727a4da061237eb83977b42b06eb7154fec23c94518" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pawmo/pawmo_shiny.png" +hash = "3f1009a23db4179be90a73b4d1838b5f46a0e2f25dd2b902c64d4af9a7508f5f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pawmot/pawmot.png" +hash = "9c112e50f0be024f8319fa4cf777fc12e8807644ca16f1a3f46327187a01478d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pawmot/pawmot_shiny.png" +hash = "dc94b52691f223e8e1316da2f019608c1407ef18c686b79452b3ed30c28bfb00" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pawniard/pawniard.png" +hash = "06a186f59a10738ebf1d16a8146b4af02258a2d966956dd9f5353b6f82296582" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pawniard/pawniard_shiny.png" +hash = "47746a23bbfa6e3203ba386802d9965cc4ed25abe01428ee5fbbb8247cb2eb61" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pecharunt/pecharunt.png" +hash = "44433b4c55f8c691d00f1c8e5e7bd5f856dda4bf32fb7b0fce87eb2a2ca00d7b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pecharunt/pecharunt_shiny.png" +hash = "06c4a11c2f9e441c6c9db3b01b483111746bae0e7122ab0c3708c13cef1b78ca" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/phione/phione.png" +hash = "e2941c86765234ea1c25928a086b1b506f00a3e30e096234cd1dc4fb80e0c9fc" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/phione/phione_shiny.png" +hash = "5327ec6e7abb3a53a546d4d6c9d7e34bed8eb293070a30cc7d0f491fec26c108" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/poipole/poipole.png" +hash = "01fb8260c6a446a3e87c40e833b091300ebc910e7bdd549f8eae2370de6ea0ea" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/poipole/poipole_shiny.png" +hash = "81898084cc4054b32d3d032cf44d8e7d396c354389434f737136a1c175f2f1f8" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/poltchageist/poltchageist.png" +hash = "97a43f9ea270fba820d75e6b4b176e70a2bca69c6ee057592a164f2d5450b0d0" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/poltchageist/poltchageist_shiny.png" +hash = "ef389f616a385b3669fda69c5cdf798607dfcc35768cb8d22d82c7ee8bf81086" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/purrloin/purrloin.png" +hash = "abaa713965aa4e963c7c1855fa362e784eaa553dc7ec6dd537ed56b9a422710a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/purrloin/purrloin_shiny.png" +hash = "8e14e82bb4531a5ef87dd492e67962d4c07372b5c1c30b836a529e4550df67d1" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/purugly/purugly.png" +hash = "2c30adb1ddc6e3bc892eed7ff6f0859b6d38f505054aa24145b96612dcafe12e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/purugly/purugly_shiny.png" +hash = "95a5148b7159e27a534c6da7088957e5d6a2a7d2778a16ba273afb90d1be30a9" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pyroar/pyroar_f.png" +hash = "c48021783c90f845745de4d5f8a7bb98f3fb4e781c062c002b9eeb11ca1dbef3" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pyroar/pyroar_f_glow.png" +hash = "c63e25c130c8331086d572651925895fec13e5ace9edf35c7d446e7a2122b203" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pyroar/pyroar_f_shiny.png" +hash = "579642dbd4b0b35a10707b0bdd14c50889f7b04b24bb67ad82d85fadcc86de5b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pyroar/pyroar_f_shiny_glow.png" +hash = "7379c0fb43bfcf20261b228effc6dc6c7f67712d888ab752dd6c6cb60b039a36" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pyroar/pyroar_m.png" +hash = "af969789f249926aa7a7b1a48cfba2cc09c4fa76ce4f8f33285aeb2426fd5835" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pyroar/pyroar_m_glow.png" +hash = "65dff52002b4ca87cbfd8f03d06ca3789fdbcf1aff81a1b7b42ff7873266ec67" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pyroar/pyroar_m_shiny.png" +hash = "fc5f1a2d5313a909911826baf7a725e03bc2a5a2742465fd82c28f209b3519b4" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pyroar/pyroar_m_shiny_glow.png" +hash = "4cca92bcad71e9918bb61bc70f5f11f6f61a87d2f467dd16e62ce964657d2df2" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ragingbolt/ragingbolt.png" +hash = "7d2dd6254841b6d1294884aa581fd72f8dc0c4657a5239d8a09d59540f392850" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/rayquaza/rayquaza.png" +hash = "82b00771077fe68c08298e7aa60bb67c0d66760a0299e25e20766c1251064555" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/rayquaza/rayquaza_shiny.png" +hash = "2fe71187f8064d10d878a5c137b4dc6c2bd2a1d23ba9a2e1020e2d94afa257da" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/reshiram/reshiram.png" +hash = "df6649c7a0f57e27bb40a474be13d028b0e1181193b40e116cec359d906dfe4a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/reshiram/reshiram_emissive.png" +hash = "8f845aaa0447aad9c492e8fc6d6b7ba837365e2cf729bab23108d2882f740434" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/reshiram/reshiram_emissive_shiny.png" +hash = "98e9f71508ba758db2dbb1a4e6518bbdc0426df6036ae006560aefb78967c809" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/reshiram/reshiram_shiny.png" +hash = "9acf5a216f5f50ac7160c1aec00da5c54251c2a0dc2a2ed2bcb70192b8c4aa74" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/reuniclus/reuniclus.png" +hash = "115b2a4809a4d265466b89a0d8777e10be04a3e3206e7f3fcb5bfafebb12ff7f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/reuniclus/reuniclus_shiny.png" +hash = "a207da367fdf4160b2d51a305fe99175fb64555889d487c1650799cab50be30a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/rockruff/rockruff.png" +hash = "7f17e2f06ce42a626f41ae7d3582905f2355d0a809b494447d35e74a18700f96" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/rockruff/rockruff_shiny.png" +hash = "3321a9edaa5aaa65d7d0f62255ab25b9c1de7420f2fb2c0c6c3a9581be2cf62e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/sandygast/sandygast.png" +hash = "a02f08501a4a131751169088c691ab725f5b603e6498f5be78f982f3fd422b3c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/sandygast/sandygast_mesa.png" +hash = "b9350e8ed6cd1ede96cf22ae8fb00511560fdb1e6ab3ba6d9c752061b6379cc8" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/sandygast/sandygast_shiny.png" +hash = "f1f281774e4619ddb812425b6705745e13b5b014a627dc587ff1064a84f4818c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/scovillain/scovillain.png" +hash = "c0b4c0249d0b6d32815e65f1909bdd27ce07caca0963c878901a97eff5ee53c1" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/scovillain/scovillain_shiny.png" +hash = "3ff1897c924052e120b5a21a721c8aeaf6945d8c858a860a7f9299ae4f43c92e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/screamtail/screamtail.png" +hash = "f40808cc105bcf0c7ca825986d7ac1e81da0cc2efd288a0226f41c0b5a027ca3" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/screamtail/screamtail_shiny.png" +hash = "8959de7ef669f9fe828b5885d5a85cd28b9aac9c76a40a63376c57ac04836f8c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/sewaddle/sewaddle.png" +hash = "4bca03566e0ea8cefefbbe6fdae957cf1ef5108303479c2e2d3d5f34322c8d4e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/sewaddle/sewaddle_shiny.png" +hash = "f079da24031b221f5f63be78cc4145d7717c6c3cc2926fb0eb420cc68c07f472" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/shaymin/shaymin.png" +hash = "dc6aaab302c53a1deb7421763827985bdb1331578dc885c5f7a7dfead054e0f8" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/shaymin/shaymin_shiny.png" +hash = "9356968d6077b8fd5457737a77554cce9872c78dff79dc9b58e6d98a06189524" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/shaymin/shaymin_sky.png" +hash = "1c5f94ddb50007b2ce16018ac41b66d1e763666d21799bac9763e0b717363a31" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/shaymin/shaymin_sky_shiny.png" +hash = "228ed6d5b6076bec29a51f429759f277bed4591ddec88f118dbe10b6a2e2d0d3" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/shellos/shellos_e.png" +hash = "4e0675083540a2035c2076acd6b531e0229dffbef199852eef9c86a8e2af17b5" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/shellos/shellos_shiny.png" +hash = "1e8f375d68b6028a90a99581163575e6ed2283764175095595b9730accad00e3" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/shellos/shellos_w.png" +hash = "95f0ba80de13bcc7d9a6f7a802a882a2993505294757ce2821fc6e6b547e0b6d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/shellos/shellos_w_shiny.png" +hash = "1563d08763a7e0b0dffcf8f86773f8f64e9d723ea296f54eb83665e4430554fe" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/sinistcha/sinistcha.png" +hash = "f68a1136ad230ab22881e847b2c4f625bb77cfdace5106cf40241a6e09dcd403" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/sinistcha/sinistcha_shiny.png" +hash = "5f479a96179007cf2b64c1e6558e63d46364364212d521195aaef0fe7c7e90fe" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skiddo/skiddo.png" +hash = "972ff58795c9ae83325323de8557393828acfab5f03d128a08ca6a7be521cf78" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skiddo/skiddo_kristmas.png" +hash = "4cb4e38780884fc45ab799e17fb863da200b7d101cbc98673747e5e9f0d3b40b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skiddo/skiddo_shiny.png" +hash = "3afc0ad110b6c52e1c1a0dadb03654b677b3e2cdb2eda1af26e10e8c2856940a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skiploom/skiploom.png" +hash = "b0a84b1869511ca1d1b361de7e4308854c89ebaa27ad30822d8a6b943bd0a241" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skiploom/skiploom_shiny.png" +hash = "b906ed7b5198335b8f5972c2d9dfe30cdce297d1b51f8d17b74ddf767761b380" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skitty/skitty.png" +hash = "55572631ed78d6242d9cacba8d3fed077ae1fc75d4edc2c89600ee8832d130cb" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skitty/skitty_shiny.png" +hash = "0222f0b0baf3888835b221d179ce7d55dc7a45e7183d022e53db0e415b7fe248" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skorupi/skorupi.png" +hash = "66d659101eab9cad83e5bde885cfc565540fcbb17739ce48bac83e9a1af8b301" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skorupi/skorupi_shiny.png" +hash = "8a54b27c2fe80e5ea5bea5f9be2f55424f42c21a110d580ad2c6af6513cd3dfa" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skuntank/skuntank.png" +hash = "e53657e832f412eb1dbdd38447db1419aeff3e65174c8ca878f196e7acdb5d75" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skuntank/skuntank_shiny.png" +hash = "0a8612d62f2269c581ca3da8ce3439d8d0792cfee194d7fa8d752e36aa6248c7" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/slowbro/slowbro_galarian.png" +hash = "08119131c701621867fc55b2c2e1e52a498f184d2571800d7f11d14fb73af846" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/slowbro/slowbro_galarian_shiny.png" +hash = "290b76ca3e71c56529f7a34b8454726fc02fc93359c5a0467e2dcf1ad6eb1f63" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/slowking/slowking_galarian.png" +hash = "efb842d51f63c204f8261243778e57cb58f73137c00515a86153886838f6c932" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/slowking/slowking_galarian_shiny.png" +hash = "ed162b6bbfeba60b858a509d3fe58ad346888305ae690ded9d8735b41ef5bcb7" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/slowpoke/slowpoke_galarian.png" +hash = "6be1f792625891261606e4563553dc8e9db74284093bac2bc08709c163b2501a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/slowpoke/slowpoke_galarian_shiny.png" +hash = "3cca4dd0502521e18958f28512b760b64751e4634c39193f250914f6deb212c0" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/snorunt/snorunt.png" +hash = "f9c3ad9d26567cf8ba345a83dd54ffdce0c2b742305c8bbad48334202a945fc4" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/snorunt/snorunt_shiny.png" +hash = "375ecae0d2357dbf7cbe9ecac232a4e361db61aebec6fb9991bce48d3dd7935a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/solosis/solosis.png" +hash = "7e480e0a78a6fcbe6191b09f0f743afc0721ab8008f77cfa5bca337c9bebfa14" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/solosis/solosis_shiny.png" +hash = "bed69cea4eb8b9cdf7b30e8e129f0920e0e6fc6a509ae3d952aa4e405f016747" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/stunky/stunky.png" +hash = "ef44646c7732f9668b80772f59e3b5d7c6301e3ec52665cd39e21d005200863e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/stunky/stunky_shiny.png" +hash = "8c60b7a225a45ead0419379bca593aded0b73dabc19a29873fc1836d7ab86d1e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/swadloon/swadloon.png" +hash = "0e85e3181b5f462dea3023a4b0b611a3c818a09cbc3aaca868ca6be04082a69d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/swadloon/swadloon_shiny.png" +hash = "ec140bf747ceab9fa52445c410917ee38d5e77041510ac3ff09881e4ab00cd18" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/swanna/swanna.png" +hash = "f413f9650173014ea5cba38235ae9eda912fc81f0634269676520160ad120bb6" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/swanna/swanna_shiny.png" +hash = "ecf32f8f52bb050d8569d33f1d49b7c60cbcfa13bc622d0945b0f7220fa4e5b6" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tadbulb/tadbulb.png" +hash = "2e0ba897d950d8d0d755e56be66974983c5049fc9f50780aed9256bf6ef638a5" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tadbulb/tadbulb_emissive.png" +hash = "5bfc8ebb09ebeafc396dd4b8d56c25b5961ab57ee3e15476fa0d25606f216b93" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tadbulb/tadbulb_shiny.png" +hash = "3681437ff5a0b839933a0789722966e810891422307cd5f44f77ae042893631d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tauros/tauros_aqua.png" +hash = "a93ef0ebad96cd9b7840a0ee7d9d4dc760d609f9a1bda6ca7263f6fde8909b99" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tauros/tauros_aqua_emissive.png" +hash = "0683e834e3b1e7dedde0a14a8d0107c7062e0b0b67b2b4578a092cf4823f7c88" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tauros/tauros_aqua_shiny.png" +hash = "ae4b49f0377239b23253b6fcc1d5597195dabdbdf3ff8a79ceb65814e1ebc0a4" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tauros/tauros_blaze.png" +hash = "76d3180a5f13011d8bcabea47c036fc70c8ce7623e9d56e4ecaf21abc9af2e58" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tauros/tauros_blaze_emissive.png" +hash = "9767bc0741c6a8c2d9548cf9614cd4935c0b59953ec4d622be21a383ec707945" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tauros/tauros_blaze_shiny.png" +hash = "ade65443a299cdf95e2e9af8ca280161c5983c1a65f7fc1a7b3d0113f6d32f65" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tauros/tauros_combat.png" +hash = "fd2287ac444b0a94e7ada5fde1b3f8f0500952c222bd42a966f8ed3d34c6af57" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tauros/tauros_combat_shiny.png" +hash = "7b9c033a64b2e352ee54210ddd2fe819cd1eff5a796bbc5fb92d3f3e8887e9e1" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/thundurus/thundurus.png" +hash = "d14f1cc5a8669514bc56f80d6ec75834f1f83f334f2d9ed3f75a14fa9623a029" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/thundurus/thundurus_shiny.png" +hash = "26f827f851a7d72772c59c79d4d8aecc30881f5d298c49e71faafb1d928fd724" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/togedemaru/togedemaru.png" +hash = "9c5186a6f9d8bd1bb802d841a2a5a28216f35f8d232c06839707eae8e5c7ed18" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/togedemaru/togedemaru_shiny.png" +hash = "5527f4780c26ee6c15db17d081888a1061065d2866da6fee2ec1d00c4ecd45e4" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tornadus/tornadus.png" +hash = "a15f354adb3f5f301df8f7c3e2b59f06c74049fa313d7f6065a4424638df0fdc" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tornadus/tornadus_shiny.png" +hash = "f9b7ecf2d91a235c8dfee8dc5c6e817a54f4fd08d19cb05df674a0817653db0d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxapex/toxapex.png" +hash = "0a568c8b67dfb8a78f5836fc6632d871d08d137250ecb0371f8312eda31b5182" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxapex/toxapex_emissive.png" +hash = "a982f0612185feb9437cbbf69783f2d1c36b9c61cb38870d061635ba2ca9937d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxapex/toxapex_emissive_shiny.png" +hash = "be45af3d0a325d13140de88011b5d2a4810de13c78d22b9825583bddfab1d90d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxapex/toxapex_shiny.png" +hash = "9c9227ed2d1a1a75cd6888660fdd68ee62a081593cc8dc4c28364f932cee5a68" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxel/toxel.png" +hash = "17558e1a330d28627e5b0dc8452c19b3f3a5f8e66cf2eef347d11cc7bdf3a87a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxel/toxel_shiny.png" +hash = "81874f9fa7276f3a0d1d6adbc95bb739dc8743e1a5cdbb2e26dcaa24fc0899ff" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxicroak/toxicroak.png" +hash = "77dbcdbc168cc9b281eb3696d8dfcd02ab565600d35b4f7d2291e76d677d5e3c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxicroak/toxicroak_shiny.png" +hash = "3d63110b3be8318a80320e83e198e22c4e2e906522ec5c8cf696bbed33350450" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxtricity/toxtricitya.png" +hash = "8be7706b9087bcb031ddbda1865cad7e85f6084bc1a46af1c6aa139284f7bfc6" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxtricity/toxtricitya_shiny.png" +hash = "64e8aaf4e18ab25da83e04fdd0a2ac4369ca69dbb53a40ffb3e0440854359300" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxtricity/toxtricityb.png" +hash = "c60189f5a01395086f4a8718551e1391e9b95e34cc3a6a25dd7ccfa83967cf25" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxtricity/toxtricityb_shiny.png" +hash = "ca2557386990ee98b30da9196e247bec0a3fc2b41ba8778674436ff57964538a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tynamo/tynamo.png" +hash = "6ffa528b05990f578e7c9c33bb7f513f0294b032c8d6607b0ff73510480eeeaf" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tynamo/tynamo_shiny.png" +hash = "f5a5cfc061e53c941cbfa6f31b3cef9e7a1834605180dfb22fd50852316514da" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ursaluna_bloodmoon/ursaluna_bloodmoon.png" +hash = "f89960e47a61e4e29319de5a3f78d1aeb3761545a7cc615901405cafd6a79058" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ursaluna_bloodmoon/ursaluna_bloodmoon_shiny.png" +hash = "c1b2723218f5676bd3a3cb8d83d15647ecc6ccc963035ecbdc9d77ca4b63649f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/urshifu/urshifu.png" +hash = "4811e22bde98f4b80086e0045a6ea560b6fc954e5ac001a6168d04cebd89144f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/urshifu/urshifu_shiny.png" +hash = "9de9d0e1249df1e17a60f54197a9232e6fc1bbb6dd245e3f2b68a1a0441ce31f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/urshifurs/urshifurs.png" +hash = "4811e22bde98f4b80086e0045a6ea560b6fc954e5ac001a6168d04cebd89144f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/urshifurs/urshifurs_shiny.png" +hash = "9de9d0e1249df1e17a60f54197a9232e6fc1bbb6dd245e3f2b68a1a0441ce31f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/veluza/veluza.png" +hash = "54079e451dce79fdb614644d7035b450550f4b9b824f41a399bfbdc6eb511946" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/veluza/veluza_shiny.png" +hash = "336e1377f746dae5ec22cfec7fc6362109514b72b424637e45c7a7cf9ce64548" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/volcanion/volcanion.png" +hash = "6bda6a255b67ef55673e8646dfb40e089b0bfef15748ed227bb5d3e1e024d996" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/volcanion/volcanion_shiny.png" +hash = "9b49bc952e5083addc57af973b15e22433606f5853fa7b367c57a89ec4791a22" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/vullaby/vullaby.png" +hash = "1c1ff1f5f29e376b5e0e822096e8c017ecc3652c9cb464d518726dfdf93ec5bb" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/vullaby/vullaby_shiny.png" +hash = "90cf87468cc7e454570f4dc2fb9d097f4a3da9abcc5c3ff93ad1742742feddf7" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/wattrel/wattrel.png" +hash = "6496104d45a20c97b02d0f0079d54c4f91eae8e86bb295dce408969f0cdd4879" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/wattrel/wattrel_shiny.png" +hash = "85a7615cd033efa9389ab62eedb71b1f10db7b4487b8d20885158e3fb3cd8d6a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/wiglett/wiglett.png" +hash = "c392bda07476f95b7cc386668dd5e7fce5efb72a1bc64386c687df457f5d3b12" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/wiglett/wiglett_shiny.png" +hash = "3c7635a089ff04e326e57f7dfb476889c3adef993bc6edca619687e75425d2f0" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/wugtrio/wugtrio.png" +hash = "9ed037faaca1271f056e7ffd3f9beee4d1240ff97c7bc398f701807865db735e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/wugtrio/wugtrio_shiny.png" +hash = "b6169f5c869ed77ed402fcfd80c7d97444bdeda81913e6b1483964459244d94c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/xurkitree/xurkitree.png" +hash = "eb2c4f4c6a6ab6bfae56f8e9d2995287e8f707385daf0b60c825bda3d50d23b3" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/xurkitree/xurkitree_emissive.png" +hash = "67f9b11c0b2b101e6ef1e23e8396bb94c5e26f387a03d44e131f3e6b6000c6b0" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/xurkitree/xurkitree_shiny.png" +hash = "6bb5b43fb7691a50c2674c4fd2d9b63eb6497f8802fd532ec226abeaacf9a5d6" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zapdos/zapdos2.png" +hash = "c4f65d3fa842f8f41f17687640d0931b3dced14d6f4061f98f9ba1e0add67577" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zapdos/zapdos2_shiny.png" +hash = "c55af3622c62c9ba4bfceb47303268b7916222b56e03a4f4a0234fbf8df116d8" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zapdos/zapdos_galar.png" +hash = "2ed2bec87b980c8d0500ff01c603e8bf696c1251c701f75807413ba5b69accb7" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zapdos/zapdos_galar_shiny.png" +hash = "7d7abe6f561a462154953d6547c7e64ea20d43ec7d594f76ebcd8db5548449ce" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zekrom/zekrom.png" +hash = "9afa64cceb7c1ff9f77e45c1386ee71a889c2b69477b3fdcb5d027f11cf8afb1" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zekrom/zekrom_emissive.png" +hash = "56d79df6ec2453f5edf824c2585aa473f57fa4afc91f7c33f6cd7670ea79e3d4" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zekrom/zekrom_emissive_shiny.png" +hash = "261781cb0e08dc8f9b045f8abe6eb314bb192e59a0c8d92d9bac9203b192b66a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zekrom/zekrom_shiny.png" +hash = "5e66d78c4aee447ecc5d2251603ef87a712f364416ae9c5417489f2e4ab21b9a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zeraora/zeraora.png" +hash = "13a0313239b45f688e41f654f012bc28d33bdee92cf7eaa9f15623c1170c915b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zeraora/zeraora_emissive.png" +hash = "7a7062ea097e395ef5870fe5dd11e6a22e7d8b63f325e4f263cd443b9f309065" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zeraora/zeraora_emissive_shiny.png" +hash = "c27aa803247083978b9442da3ea2ca4a39f9d984631e495dbfd8f564499284b3" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zeraora/zeraora_shiny.png" +hash = "cd39eba27b6799965254fc47eb29e744af29d5c834a1df95da8018738700a52f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zeraora/zeraora_translucent.png" +hash = "3b31bb4c3216093044a4774b715177ffd69d4930b7c45d7afbc2d1cd6675f8ea" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/fossils/genesectfossil.json" +hash = "e9c560009f9ecb7ddac84805243411b3cbb7452b1d287b71cf8b14dcae78dee6" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/fossils/mewtwofossil.json" +hash = "86ead47c2cd4de43dd0024350ae638807ded2129f973078aee5aa7c9d6edab29" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_detail_presets/deepslate.json" +hash = "e26322bf53c49b673e820033fd26cdfef10a77d49922d8335dd5b27d3ba9fcb8" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/absol.json" +hash = "b778b596df6d0d0aefe1f8d4b733bc14cb7250696a8187a75841bee1192d4c87" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/altaria.json" +hash = "cc7c06d5662d38614e1ba546beb8ec35b509fd028411812c92ecca0226d98af1" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/amoonguss.json" +hash = "719486bbd5ffb5d43e798c902158830d75f436c3ded3ae103becce436a301076" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/applin.json" +hash = "31ce60349bdb2c8200d8535a76e80800ba4e5f0ea94b8e0b55bc143d3f8956b4" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/araquanid.json" +hash = "6343505b177c68525710681f2190966645df25e081b25987f5179a31b7e8aa6f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/arcanine_hisuian.json" +hash = "30d4d0cf028dc1cf41105b0f578058ce57edc01b2dd0e6793b5ff3ec7aea6e3e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/arctibax.json" +hash = "f9ae21666c04d3022d2fddaafe82d4c45995b46c6755192f5e2bd2f068a34c96" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/axew.json" +hash = "12629bc7ee1c3c3f6ca3aa41e10d20a1d488bff1eba7edfbcfd8dc0a48bb7f2d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/azumarill.json" +hash = "37b4d42476b1347aaae81c9cfb8d21e24a2d86eecc4f763d51b55c31e9662bda" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/azurill.json" +hash = "32c4f556bea481b3bd8075e6de4aedd732cb99755b48b3f9ee93dbf882491884" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/banette.json" +hash = "e8cf6e24cd85ed3663b27e285657e77425217af334f7a6fa7541288ccef171fd" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/barbaracle.json" +hash = "6a6ea6dbfd05f195de466dfc71c52d5e8b354c290a5ac74305c1b958027a11c0" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/baxcalibur.json" +hash = "9ad0cf11708d0c02a1b0ce18fb391d4a7bff625883be5ad9a0408c676d46663d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/bellibolt.json" +hash = "fdfbdaf4fc02b056da035920c36993860c5f294888c696a7394e7fcb29f4db7f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/binacle.json" +hash = "92ec16fd037510746be52cc598958b4b1c8113a4f7248cd3e9e9be376f0f19bd" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/blipbug.json" +hash = "38f2caec499fde8cf3736fe263dce7ff5278a8a1729df1e13e46fccd5d955052" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/capsakid.json" +hash = "90a7f8cd58310507c4f393b996d368da230bb03bb323fe209dba0bde8e895525" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/corsola.json" +hash = "61f9c9b73b41e30a9875c4ee3d21634efb635616ca75c94cdee67aac32ad8aa0" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/cramorant.json" +hash = "4f4f47eb8a1f5b2b4d6f0419340db8eaac434e5bf2e5451ad46cfa407ee0ff79" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/croagunk.json" +hash = "b8867dd9a74ccec5963433aafb9683864c497eaa4631297675f7c0abbb868811" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/cursola.json" +hash = "9d6087ae3f867e7bddbc9a64fa1d055632cb3443e851dad455e8df03157b49c9" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/cyclizar.json" +hash = "7b497723db2c9b32b0e1c087b79097f9ead8d0ecb1845cee12cb11471702e82c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/delcatty.json" +hash = "13411ad3de424c2896847e149dff25effd139f64f00327822f75a50156bbbada" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/delibird.json" +hash = "41f1d91772ef5fb006c67d632e1a8bcacff8035257caf64b9dbe894f75eb63c4" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/dewpider.json" +hash = "f2c41b675e0f26da7772f597827ef190f30a196ae6ca00cd39ef3d41283491d7" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/dottler.json" +hash = "eb8ebedc458e67eb92228d280ba9628093b9efe4e9713983935d31c6a429468e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/drapion.json" +hash = "66fbfc14558f78bc2ad275f5851931a0baf2c3c2f0ac5074a47e969cbab462b6" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/drilbur.json" +hash = "cc788f1de8fee6d47a7bbd9249de42c28ec817e6795fca5d4673fce34880a7fd" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/druddigon.json" +hash = "2ba7c685420ea87fc69fb994b8389481096ad9dbc6723826630278968c2be68f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/ducklett.json" +hash = "b874dac6a30c76d68b9854039c7068088e0f2ed4ef242ed7ba2bc2ba2f4c774a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/dudunsparce.json" +hash = "47d880c918a6599d43aead0cf51259d7f0088576a3934aefd821babc266eda79" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/dunsparce.json" +hash = "2cb1b5dc5496b73392e67921b710eed059c21ab1ba2e14476687e3ad825476a5" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/duosion.json" +hash = "ec94fd234afc1233de839fcabd0175e43d074dbfcea809fff617f0dbb08c707d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/duraludon.json" +hash = "a9117b9d209ee3b3a3e1b41650fead6f65da13a3a206a4a8c19ae6cf919db8f5" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/eelektrik.json" +hash = "08bbd3f4d37277442cb9e415086a07fc5592832c200c3540f4aa50ba6aabbd0d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/eelektross.json" +hash = "b456309d38e0e8ffeb6e72e2785028b9586db7da65a5bff7c987da22ef5412e2" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/espurr.json" +hash = "58b2eda20992ccdb3112612dcbcba56c1bda018565cd5436ae3b1cab87eeb9f9" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/excadrill.json" +hash = "0d1f96b19c88f33ce9bec0ca7771732191605cf154d055cba9c210a72f04c152" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/feebas.json" +hash = "71d1f69151865d48d7e0284e73c4e002c2f3a307d8e999ac97920d3662e9ac3f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/finizen.json" +hash = "c0b83eaff9249cc48251899737ca370e3e93606937df4955ab6e91bf78e8d558" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/foongus.json" +hash = "1ff149be37ecceb6e634888b32d4f15caae0980b54ec365d8d5b506bda79340a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/fraxure.json" +hash = "032dc4d1d613bfcd603189e81e742988fa30d829c9a7adf65ad2c908ff31395e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/frigibax.json" +hash = "e6842f91a1fcf5642856c0b24076cc6e029bd84f6dbee94a0d1f68597ede7355" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/froslass.json" +hash = "0eeee287fb2d4c83ea3fcf8edd55817b3eb769eb7c62bf3a4d6932a06ca6fb79" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/frosmoth.json" +hash = "57aeba34e6e73914b43a305b1179a7442c3a6a34fca6398152d142503d2c6df0" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/gastrodon.json" +hash = "2a40c0b51a9346d9a373e403ea98fcafcc4095b144b3eb748eebddb2451b1f4e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/gastrodon_west.json" +hash = "e385cee6f0aef8b18e0c9a0c9e2ace7adbd4f85ffb15908a734ebc1d7f9dccf6" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/glalie.json" +hash = "7b893655a280ad39f236202abe758888f402d4de5b7d3fc15901553adfe8a5c9" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/glameow.json" +hash = "33458e71ab159768f7788f78330ecf3e8fee69890fef71ffdbb72c6bda8e9248" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/gogoat.json" +hash = "731e391f553b0406fba148fba2e0840598f469975e719b4d56b658a5b154158a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/gothita.json" +hash = "7dee452ffba335bbe8d3948be70b9f3d1acf683df35a03c4823992bdedc44d40" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/gothitelle.json" +hash = "b42084345bbb7a519c8677effa4b4df7fec38b02a22df4358c1fd117927f9fdf" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/gothorita.json" +hash = "0e1e42c63cab1cc206b17c27082e5cfda67b765418a08d2dc58bb749ee319287" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/greavard.json" +hash = "eef73733a05537ffeae11e39bb89b1e8d612bed9418b1a140da8f4a58ba4e7cc" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/grimer_alolan.json" +hash = "7c7df6f92029a27bc739e8156a624c723116cb26e55d0c8798cf4e85fe7fae2d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/growlithe_hisuian.json" +hash = "4d3c647588d53ea739271804a60bf12258b67981a18a3aebf10b8643fd0c8082" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/hawlucha.json" +hash = "42ea8179f139bb006599e9eed6fcc3798f2ae279ea88ec788ee9c6b66efe7f41" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/haxorus.json" +hash = "114a5c6bbc380a67ff68116724a9e15037ec89015f1785eb950c04fd2241cc01" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/hoppip.json" +hash = "7bbb716783f50d527ff2b2d2251bb722b6fa1abb29a506eccf79ac721a00e212" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/houndoom.json" +hash = "3aea27e0c6f4e5f1bfb96a2f07e2aa27bb485861bf70189f262547513a409180" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/houndour.json" +hash = "94fe409929bef0de0cd66919d4add6a90ab63a0a8f2bb0c3fe583ec345b304bd" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/houndstone.json" +hash = "1f39248e62cc234a7d756bb5114f7bce4d228b4cdbee2e6bbe90eeda2104895a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/indeedee.json" +hash = "d0ff9f7b1142ceb41cddd890b2c4f54e69a94bbab1518c4715883602cf8d75cb" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/jumpluff.json" +hash = "8d13fd2ff7aed52ae696109156450befcfc65612436243ffb16f06b5054dcd32" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/kilowattrel.json" +hash = "69e9e7fd59d60abe3c088991eb5f5e592edbccda909935f20e960df8369f6294" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/leavanny.json" +hash = "44d96c667b8d97eadb46c15f0d546ab75852cc80f3460fbd2daa55c40e2de35c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/ledian.json" +hash = "a9a915af928451a6c60b6f6d7abeebbcdb783640432fdbf89cda2c180b95ec9e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/ledyba.json" +hash = "dbc959a51e002e7604322baafabcf97d3aa79b1e6ebe69789d19220a5f1707db" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/liepard.json" +hash = "9d11d6f1fe0088899b9670a73739f932543fbf0731e1ff9527edb1d9ca755225" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/litleo.json" +hash = "741ec8136d1ad165bdbac0b45127a1ee4dca13c410d3e4e704dc25da66c63f38" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/lokix.json" +hash = "77d9cc4d1520baa501949f483496f96c036f092c924fa5555afc076ce94cab51" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/lycanroc.json" +hash = "ce0c9c026e010419e675189c0c953096040beedf4dd5f81904beffebdf9c832f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/mandibuzz.json" +hash = "afd74bf53018a302c937431675fcdce6953dc70afdd4f6bdfd462506bd2be669" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/mareanie.json" +hash = "4920ea360c61094e5f7f1cf00000c2d66d5152987fc0936382e775ba3809681d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/marill.json" +hash = "3b45fa7667672141da295a4941d0e777f000cf0db3049add1ee0271898eab92a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/marowak_alolan.json" +hash = "2c7c216c755e76e71b246b6bbf4ccd99b58442075a3e8bd4280270f34435dd1e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/medicham.json" +hash = "2691ab8fdd70847dd9e0e4f6dcd2d171ebc11a49d7a0443fe69b50027c2e23a7" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/meditite.json" +hash = "c43949b8ce35e80921a2ddeef49b0066a26101aa7dabe462eae39d2b27b1aac4" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/meowstic.json" +hash = "c8ea72691f2d4645bb64477395535fa7a5ee7fa34ecac7b934ef47e9476a7504" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/milotic.json" +hash = "ec1dce336aeb57796919444c823759d455399f295104c12574d52518c4026342" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/minccino.json" +hash = "9eccaf13e7f299fe46f9f9e34be62066e7a8d4cf7f1abfdaf72b8c7fab08e44e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/minior.json" +hash = "51ae6b6706cdc3b7dd7a8506cf66a8b53c2b528cad234734f774266e8c8a39ff" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/morpeko.json" +hash = "afa29791a68255ce5899184876966dac423d2805183015f581801d833d4a5fb4" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/mrmime.json" +hash = "291e277f480f53b89a3254e61aea278f1bc4f676a2ee140e7d8a7d62696cbb80" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/mrrime.json" +hash = "6ff6802f5c35e40d8ffa06dda18fa3d4ece4569d818e34241a7b1cc3fb3d07d4" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/muk_alolan.json" +hash = "7088a8658db9c3e193b8f23e5775ac82d453188ad90c6e0e9a0d706583ec8f1e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/munna.json" +hash = "7b75cdcdc732b8a710bb71deb54642e7d4bf881322c21960bce2af3876964ecf" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/musharna.json" +hash = "5683d186eed25f9ee9d5cc3cfa293f9f2b7d09ff04095f07ec573b36a64c059f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/noibat.json" +hash = "654f53e5c63c70fd5d090d734a54e091fe4586f9b00b2ac285f7b77711617610" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/noivern.json" +hash = "5d6dfc4993a240eb2b0afb3e106cc3dd0f16c98cfaf37b045135f0ff709817d0" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/nymble.json" +hash = "3d8d3db98cbe469219fea993add9070248bec1c965b3ef8ffcc5884726902a60" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/orbeetle.json" +hash = "60a31d210c07020762779ed0e58d435a15de60bdf88c2e532e33c8b9f1ba8a14" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/orthworm.json" +hash = "ac37ac01b5b78316372cfbc1f6c8d2d7945fa7e081fed003f4cf0f673d937369" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/palossand.json" +hash = "bb480902567c88897404c1694e51099c184ae01b4995412d8b6e35d4f0489459" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/pawmi.json" +hash = "96e18bf211132c04f781d9809fbc496757d06d6973659c419203859eec12720d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/pawmo.json" +hash = "8dec1b598c2f8d132dc4391b3289bdbd554cfd905ea79b0b93491d4a0198dcd2" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/pawmot.json" +hash = "b0c6cb5c173524232d26cbe1d0911cafa1d468bec7cc3610f8255ef68772de46" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/pawniard.json" +hash = "149d633c246a5b6105a583a7c97580e236c6c20fbab9d00305be11f00445c7d1" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/poltchageist.json" +hash = "c11918e3aad1ac7e4ae37869fba9eee2e8142dee2091b3f555e3f9fb222b018c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/polteageist.json" +hash = "54c158bdfc2292a3fa1655081a0c46643ce00d77d2e35d2d15177cbcc92438d1" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/purrloin.json" +hash = "be29d80ca5165b755fe0d4ca91d30377296c73f0570f98201b70f056fd3a0e9e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/purugly.json" +hash = "eba60cbda4240adcd2a066d9ffd28e2389b99ad1b63d778e41738cf2e9064d1b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/pyroar.json" +hash = "6ff89c0379a9bbbb4089efb707c16e2a84ee6e8f2d51bc9d2fba8123d445e3bf" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/reuniclus.json" +hash = "b32255eeb4fbd88c69ef131b1ca2bd56324b81c01243528c841becde1e0386fa" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/rockruff.json" +hash = "3fa53c131c8098da4dcee25a6d0566fdd235374a745feddd78f5ff62162287f5" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/runerigus.json" +hash = "1b280533e925e621ce671ed6a96dd578cac9f1943752b36dc5c5d8e87d0d66e5" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/sandygast.json" +hash = "c1fd58967f5b0705c0ae4b31d5f3d5c64dea485c1f007fcab01bb2e93626bd87" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/sandygast_redsand.json" +hash = "d6d65f1df514b87095d614aae398c64758a356f63ae6d581167ea54a5ce0190c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/scovillain.json" +hash = "7447e38dc5a363573ddd7ec02a6dd3f9890f5f4d28871a3bb76c4c5c7e40de43" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/sewaddle.json" +hash = "04368783fb380026dcbe96b895947993f8172f1f8f69da4445e1fcac95b33108" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/shellos.json" +hash = "b609b2c4954dc6207808af8c7b5188b65b833e11571b95288ec1168ebd71d109" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/shellos_west.json" +hash = "f5c6cd74569551033000c729d24f9d4f308ce5c9cf5033ccf3965695b7efbd02" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/shuppet.json" +hash = "ff65e7f6a138dbfe6b91b59c8dc16f0b2310841b7be91e775aa967b56863972e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/sinistea.json" +hash = "83b28c3fcb54eed5de89383087c1527ac46b21a9c9db0b2988cb0e88cd8cae4c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/skiddo.json" +hash = "68a4af97322a54946395368865cac31339da4f28787e17084202f6efb8aec628" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/skiploom.json" +hash = "173b1f3889583d065af6273b249f2b2bef6c15267a0b3319bf3f4838a55cfab3" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/skitty.json" +hash = "4de9756852ef0d5578cffd2136eb55b7d90832be85011294094b313a514ca149" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/skorupi.json" +hash = "11bd6c992a5aea26a56879fe955babd28fa59bfeb23a3f431ad73a31df7882ae" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/skuntank.json" +hash = "a15457e47f1d311a02ab4973a8759160d9d909b64edf9a453af478ed1f0e3fde" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/slowbro.json" +hash = "4ae33f010114e0d52c79e98d220974c78ddea0613ca3c61f96954ab9db817d3b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/slowking.json" +hash = "f14337aedbd112ff54e9b2d94e3cf6bf7ea0c3502f64f9079d28edddf81dde6c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/slowpoke.json" +hash = "3ccf88be96ff40e6074fd0f15f4d96e55110d581aad686c50e6ae53632389f05" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/snom.json" +hash = "3636aad9ffce3be9f7e923421f58ca7b040e24aeb8346a69c0d45ad23cca6490" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/snorunt.json" +hash = "d312c5a9d928d40aa48820c11e1a773174373fed4f7a46287ead1be78973a17a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/solosis.json" +hash = "510b2ed564904070e1c078d0331fe57156137a88473ace7de60f0dd2146f7cd0" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/stunky.json" +hash = "a06664f4b4b514f49095beb70386a27ff96eb56b6ffc1c5fcbba803cac22de1e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/swablu.json" +hash = "b35eecbbb48caecd6d93862f29699b8d42c29d63979f488bd01d3cd7b19e7efc" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/swadloon.json" +hash = "4c290ca5b2b17f8207ae2d1e90f7f08403739074b450d6a93ec4b787b497a8ce" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/swanna.json" +hash = "e9a206a827c1a8d237b6f66f66f4f08e13f7b8b7efed40bf0a4bca201f6a382c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/tadbulb.json" +hash = "0586b0f8717bf2040accef14eb18f3f9aeecd0897da66ed18e33a00bc0cc6bf9" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/tauros.json" +hash = "c40ccf5de763272675edb8fec4cfc12ff68e44a3127ed4da36ed4e609dd5485b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/toedscool.json" +hash = "1ee598b7fe068f11db93fae7e636af40e87a81c93e7d7e592bd9bef044ebabf3" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/toedscruel.json" +hash = "092a30a92505950ca81e0aabee0aaf9fdfef7250536ade207efd961b360cbfdd" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/togedemaru.json" +hash = "bc86eb6e9d4660e935cf18826ac75617d4d478448bfe1f66e3a0167264af011f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/toxapex.json" +hash = "94970710889843cf77eb7551fc96c7e421f5fadcbbc2ee7ed396c4d34d73393a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/toxel.json" +hash = "e8b7fe25269d66c7cfdd85052a09d7966917ecf6caa84af5877325b2de37818e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/toxicroak.json" +hash = "39de54e6d0aa294d164956c0a805483b5dca2c9f0c537c08b52f88f19b257e05" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/tynamo.json" +hash = "5d31c20b0df51f8a2c4107df089be1b187dd3409087cbbdb08f2c33b27fe79b6" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/unown.json" +hash = "7df2c5d1a4bb1a63042c9eb1b52c66ceaf6bdbb849dc621ede29af1006880526" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/ursaluna_bloodmoon.json" +hash = "1f7398d2444eaacd2ee18ddf0d8bd58ff2b4712631fee49aea163fa929f15809" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/veluza.json" +hash = "ace72a6700299a14019a39ca676c8d5d3faf3560895267272d9d2e88e1441bdb" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/vullaby.json" +hash = "f999080b773961fe94e48547f3f270450a67ea349e25ff351143dceff875de00" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/wattrel.json" +hash = "c772f419dbab2f8d1594bc9ebf5b891a5d5c3157031d36dfac30643b12343913" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/wiglett.json" +hash = "f6c13984c9aa2f5193d9a281661049aa9ab11f8d4bfaf6f0415efeb40a4a4e01" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/wugtrio.json" +hash = "03a1c6621762f9043eccf4f6e648e51ad5ab5a28d158a1f196b943f0a5772184" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/yamask_galarian.json" +hash = "58cec32712d075fc93b05774d65891531b6aee0bf61151fc8683b1f7057624f4" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/azumarill.json" +hash = "25332e1b41c4977240cad371ab6a64a6c8f16b3d9ea4a7131487df0fc62ba931" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/celebi.json" +hash = "a99f8694ee6671c0083132079ead109b134f1962ef566ea4c8bcda123679be74" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/corsola.json" +hash = "ebb9a3f3bdf731af7620deaccfa47284382fb44091ba659330189c4e78709401" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/delibird.json" +hash = "b1c2e78f516853c655d93616848183d7c3638e2937e154c4406219dd9189c53c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/dunsparce.json" +hash = "6180dbde6c3419202e8d0e63b389f4c6d71f71c1774cff874238c9eb65bef116" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/hoppip.json" +hash = "5cc936333c323e62c7ebd9473d3737d8219d45207e9a2ff25cffafc9ffabcd93" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/houndoom.json" +hash = "5e29251f1e1eae8ff3c7ef0faab5cf96213ff3afff53d47b4b28c31aae80bb8f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/houndour.json" +hash = "c486e912e400d0f49d9bcb43258852968ccd1f51f913beb940487b05c5d3a8d3" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/jumpluff.json" +hash = "c6e09e4d51af1c25a624dffda13c3321caac0e5d782ede61da80005c4862ef34" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/ledian.json" +hash = "a29171859229546c850dbd6d0fb03a9c458a62d7ca4a891a87c4e403146ad8c6" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/ledyba.json" +hash = "f7e94f98f5ca5c22f3d189005f7db875065212050f255a4c47cc8c44b0e12c08" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/marill.json" +hash = "75282bbb39d2973993f201fc210a708fa10f1f2dd66d23d6ea22089d58b1210c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/skiploom.json" +hash = "3f0f570753ad46a87317275d65759c730c6ea56c459f9222c9a0f0dc5b4b572f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/unown.json" +hash = "4b244e35cc0edec63d643ea7d28d500d56e3dd227ce3162619d0d2fd70acd46f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/absol.json" +hash = "d402b132612d1520955b0c410b6d8d235548d7c4b0ab5550db6a543145b1c071" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/altaria.json" +hash = "ac302e58c4368ec1c68ee82abd1245502cc8154cacdf4c95be3e2294e9641f72" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/azurill.json" +hash = "8eca61c64ee319103625cfd8e029ba8bf661e432b831b208fb2fcf4f0bc025eb" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/banette.json" +hash = "909081f57c9519f2fcb915faad62840e49382786a1e217e9dc5ac706e615d052" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/delcatty.json" +hash = "c272268d89cb643e4853d9f60fe1fad83b8eabf00d88b96f3335fc389ee7c1e3" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/deoxys.json" +hash = "cb8b1c959de0d08fb96f18e09fdc8d62333f247f8777b903f56f5298b6c23cb3" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/feebas.json" +hash = "85b7c10df6f5f670a26107c1562895c44cdbd5dd4e17455ecb53d8c4e5f152d6" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/glalie.json" +hash = "b8b483b348a05f859d3bb0d5c9f8a50d4a11ea5e871c27fc766bf296e0a67b83" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/groudon.json" +hash = "1edcbf391c7f8c17a8ff9644dd48c12420048c2f608af8a00e86569fa8a41622" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/kyogre.json" +hash = "1ab2fc1f7ff82415ea1de47fbcff3a8f839fd15c073de92439cfd9e74c5f2e77" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/latias.json" +hash = "12c82b0cdca329de7591613183f5746e5c83e1e3391ed3ae7ee530b647fe334a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/latios.json" +hash = "183dba53501ced4326f951abb318de34af808cf1173b51ead2929c61a8564143" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/medicham.json" +hash = "f6f2e219ecd34a84a17a4ade2b23978f2788a33d465a7d7a1009b6bb11fc7621" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/meditite.json" +hash = "164fcb816b13864f1f14f272122f2910def12b41c295c13ef1213d33da5a41b5" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/milotic.json" +hash = "84673348cd573670ab264a737aad0936c083e3f757e99506116f184dfbe68ad3" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/rayquaza.json" +hash = "f93a6121c8bad78d269368bfb86605c2b9c97f13a8d96ed39036a207f28040f8" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/shuppet.json" +hash = "8d09b7e41d16bd7e228b381fb7a70cf919e373969e7bdb8270f42ab6bbd1c7fc" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/skitty.json" +hash = "5016c896ed42d067872382deb769d4db539f1e138562c717217905dd1705baf1" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/snorunt.json" +hash = "5e02716c9d369f99d4327b97470176491311c0cc433482690eaea3789ec4b957" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/swablu.json" +hash = "6f059de415b24a358afa08cb0e99b38867b5d01171472a457fa39096a6b34091" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/cresselia.json" +hash = "aca7f4fa37dfdd416e1a32bdd09d9488bddcac840ea3593642d226786fcfa034" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/croagunk.json" +hash = "547be8fa42e39abdc9ae5dd86aa355dc24c467b8758c17a53a2361f193bbf894" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/darkrai.json" +hash = "f351c3d71cf864c5be1f60757b56960e5a99f4a09e7fc6f09f0defb7271562ce" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/drapion.json" +hash = "ea937af5807a41034e3e62d9be0c9993383dd6ac8f24fdddf983129518bd89e5" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/froslass.json" +hash = "279693cbc77669d81387b33097a4213cad24daf5fc394b16dcff1c598072dfe6" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/gastrodon.json" +hash = "db3cb165ff4769be29bab69a2c96c419857abef84d04aea4f5a5e214811aaef1" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/glameow.json" +hash = "e5b8c645f8ec949faca8a43bb73d0515ed02f542e43b624e6d2c69af22835716" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/manaphy.json" +hash = "0832fce0ea47ed46c44fb03a7da9c12cbdc8f466a2ed81cd347e710b9ad8d47a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/phione.json" +hash = "391ff92b2f2cd93ef3dfaf5cfdbf932d78a481236eb6fe97af19de3ad94820d5" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/purugly.json" +hash = "79a9d46dee00e5b9e34ad223604506daf118778af41b988d77191516ffc83431" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/shaymin.json" +hash = "e49576955e54970cc5a5959eb9954a7cb473ab8c0006ba46c49dfc1e6fa65850" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/shellos.json" +hash = "b1487b8ab5a157361ad11291dc9ba734fa4c49978752fe839b9ce24f7602860b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/skorupi.json" +hash = "86f23ec6c2bbbbfcc4ea5c3dd1ff2faeb967005826e56b672bfd3fb05903dca3" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/skuntank.json" +hash = "9f7839fd8d80a4c5e0d149a7ea2772d83cc440ad837059559ceb4206240504b8" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/stunky.json" +hash = "446f7577f84b43caaa8acbbe83e7888c6db536badb253fb60b71265228989238" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/toxicroak.json" +hash = "b12873c7dcaa3bb5e4cd1f8cce38e682a85aa00ff08cee18957680195d8904f4" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/amoonguss.json" +hash = "4dc17cb3a5f8c7c4d0cf098e1ac4fc4d94eb3b9b0870bfd6b1c3fbc69e5c9031" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/axew.json" +hash = "c1ce17385fa41897c2d0a45c51148fa8ffbcdcbabfbcc3239bf3c0399e8262ef" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/bisharp.json" +hash = "932c87e229bef53d4c946bdeb56bfc07e176b192ac33fa6b236b7a9650aea939" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/cinccino.json" +hash = "f63b3bb6dac6d9204affead78c22e47a95ed7572105aee477940aada9e4d23b6" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/drilbur.json" +hash = "ca80ce09e1d3c4d67d232efc19e31d6ac5689ea6030295881b6f123f71aade31" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/druddigon.json" +hash = "5ccb4035f5abb7e481813c81c756ad0187adc612f58b3fa653797f9fbfd488a8" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/ducklett.json" +hash = "18447f46a0b07895962dc56f7040b5bba00b378874f6feba8423d70d00c6b479" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/duosion.json" +hash = "a9840b0f016dab7fe4cc49b8e6d01e07cc1dddc159b3c9e0438da2d51f18393e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/eelektrik.json" +hash = "e1596ebed5e1b18fb839a35e360b3988c3665c442a237092d83796a9d1cb92eb" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/eelektross.json" +hash = "20913790ca73f0cbb1d610a38b8d4b940dd7a9d98ff80024ad30bf20bc5c76b7" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/excadrill.json" +hash = "dba81bf51e2e08d6d451963f67a335aa293788175eb88aff4cec07f7bc8e1ad3" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/foongus.json" +hash = "fc3dfb0263937bc86679dcc2466ebd75c61ba31f06c905e838b253488cebee7a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/fraxure.json" +hash = "71cd90311efe33617d71c03420dd78fe8de6c85fa0cf7ebac648fb53eb41bb84" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/genesect.json" +hash = "d630aec2fa23028385871b4acc6d96db6cd5f7511833a5db63965e9a170bf93b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/gothita.json" +hash = "24261d413bf3be20300d93dfb2c84488ab08ca85bd9bcdf481d61ab9e19ab063" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/gothitelle.json" +hash = "c232e8a0581019e092f375e3d133dd51603a4fe99235d214b1cf5aa0dd892f51" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/gothorita.json" +hash = "f3f90182b3eaabb414d4e373c1d609de56a96cf49fb2ed8507fb7398702f258d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/haxorus.json" +hash = "1d4d21e42484bc49f9c4aa59c4b3ca85d16b9ce774b39fcaf757a2008c85b4b8" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/kyurem.json" +hash = "86f1dcee544310a32f705f471441c21b0720cb9f540af08c59e690efb07fc5e7" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/landorus.json" +hash = "7198f4fe19090d2c7b7f1556966560b42cd0d7a95d37b87a8eefb60fa60769d0" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/leavanny.json" +hash = "4e5c21d52eb232d74d0f2ef8ef9059dc5d7708701223e7bc1d5bb66e6e8364bc" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/liepard.json" +hash = "5f0191dd850faddef7d22911cfba28f9a81a87bb7d40a2960083c229624aaf12" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/mandibuzz.json" +hash = "45f652f873fa776923a06526deeec8d360cfa06f495991da4983d20bbb56ed13" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/minccino.json" +hash = "f3adf1d1563e20383fbb58a4780275d7577ab311971ee348f5203f44c6d0a274" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/munna.json" +hash = "6457a3a74f072234dd21880b6ca36c1d5e1da0ea48c975834de65f962b3adea0" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/musharna.json" +hash = "489a9e5f30a80e3f838e323c2c1121dd12f46263574189cc30df5b2140875d9a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/pawniard.json" +hash = "5235a17f50e929ccb86b9e2fcc75a0e2e48d8fc5c0937b501e899026486eddc3" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/purrloin.json" +hash = "398919ff081201cb95c284091a3ede654c299921f89f929697304b063cc822d4" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/reshiram.json" +hash = "7c55b3108764c22f239e759a49ae79da0ab45e39ffb3c08543b6d71abc4aec51" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/reuniclus.json" +hash = "11f833f9309d70e2b969e7ece02f4b232439aeb5bc73394da8bcb25eb3328bb9" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/sewaddle.json" +hash = "ca6da049470136ad823d9582f87cc95746731266e7121e7ded7bf8bdbac64009" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/solosis.json" +hash = "d3571988e9bc75e83c6361c79f0d6742c76c2b4be7886bde6746cc6959ca6daa" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/swadloon.json" +hash = "7e22d2200b5b5466c9e87fb77a365d9dd089afc70a23411520d217fe01cf660d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/swanna.json" +hash = "151e8ed961ec5204fc310d91def03d160289257c0fcb550d9056d9be715452b1" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/thundurus.json" +hash = "98f0a4a39b80bdbba4e9c5d5e9aa18d31ce6ae1cdade5873cd525b53eba2206d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/tornadus.json" +hash = "4b407d9986acc29dfa73b2bb301085b7dceae41bba4c9af63a66185c17ab8bc4" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/tynamo.json" +hash = "1c5ea0f8a346aaa17dc9f1ecd1f3bf2353fc094e6aab7a954c0b3a403e1ee906" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/vullaby.json" +hash = "e2024e6be0b65f5b4b84e0758da8db15e53a776911cd16a1d80d636cb8babd01" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/yamask.json" +hash = "7b0ba590e2ffcfec682279b6d44257251fe6e978b4f6fb8a50f81f696978147e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/zekrom.json" +hash = "2e818d8f939d4bc921293fbab84a677d67cd6780639baf364eb8cc7320674f36" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/barbaracle.json" +hash = "a0f72585078221371188e15d8589cef6f46a7f479da7777c8c12248293323c0b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/binacle.json" +hash = "6454a765baf3d8549ffe3c2b67ff214b59668d41d064f7b7db123c5e443bdf59" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/diancie.json" +hash = "ca51eb4f7f35c4d969f670f4d308c41be2ed7fad836184f8e79aeb8e977c21b6" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/espurr.json" +hash = "d4ab166396eed4de7467aaeb0c016002b33c08cca0412709797df26e99e40631" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/hawlucha.json" +hash = "89d0211bc4c7016e511d1f2465444336fb036ce090d418c0d5f26eaccde85acd" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/hoopa.json" +hash = "9c54b49afb53b4f1667dac51b8157895e8506718ad1f073353c2eea4edb28991" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/litleo.json" +hash = "16c5ad1ff2e6c97d53384b6a46e4e5c57bda22adcb4a96a62a82815d852ecd6f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/meowstic.json" +hash = "d11216c78bd7c7a05d589304bce1efc7a082239547fa292673158a66e7499e4f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/noibat.json" +hash = "482aaba81aa18a49bbda929afeddfe9df11883865350ba8e8a9630beeb6489f8" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/noivern.json" +hash = "713a502320d44d5f09dd8f34ac407117aa925d7dd4708f8ca0b4f2108b564f31" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/pyroar.json" +hash = "400d34d48f9da10202d5d58352d8b172f228d05bc7e47b7b69d94b8488aaafd8" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/skiddo.json" +hash = "e28eacab67cc1eb9dcac46d39027f7873b600f8c4388d6299451b213c1c30c6e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/volcanion.json" +hash = "bd6744e876540fb2fa1eac57bd0613d1fff861e9e95c8b62b126c69bf8d3694d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/araquanid.json" +hash = "1daf6ab01c994a140391442496ffc6afbfcb36c2986ca61d4b181ce43ad9561f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/blacephalon.json" +hash = "4dadbe7820d9dade4acb4462a024a2c062ba2131b5ed08dc297d2efdb9cb3ffa" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/dewpider.json" +hash = "3cee27cbd3dfd5268c75f1366bb7554eca43d9d41054607428bb31ee97a71c16" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/gogoat.json" +hash = "1b52015771a3f98cef3db2c9aa147b7c846c3c38651fe7a2d4114a5f89937f1f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/guzzlord.json" +hash = "af118afd2c708011db85c6c9277ba11edac0aa49d7d256b1aa6e971f16922ab1" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/kartana.json" +hash = "ae01bdd5b97ad8f96cdeeb91fb1e3eee61d80afb8e1387f54f38ba37f1cc0326" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/lycanroc.json" +hash = "0bbbcd74c36230d87f3a22a346341f5a3a90631924d6c5ab2bcb34008ab060d1" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/mareanie.json" +hash = "57b7d27567823662fbe0ccad2fb7e32ebc555d14f4b3a6ca1c3244d2bb7341dd" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/marshadow.json" +hash = "85b911a2756f8de57b74c087bc02c1e62b6ff5c9fa0765ec462959bb10ebc73c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/melmetal.json" +hash = "37c1c24407c6c0bb1fee90565efe24cc20329b609c5950186e9d26a8a561d1f0" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/meltan.json" +hash = "f4dfa14c9d00e638b3a3cbcad7910ee997223c1d981b039105b03c58eb440240" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/minior.json" +hash = "bff2b3645eff76a7d3b3039abd8e50adec597dbd263df6420d6cdfe54f439c37" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/naganadel.json" +hash = "66e9bd0e69e63db8a7369de56065dce3847b3136fb18c6f239061af97a7c86fe" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/necrozma.json" +hash = "32a3a99e27bc18945fde5c7a197a8714efd6be246f880d52b8f5fb1b6d1f756e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/nihilego.json" +hash = "6cc5a310d69e955923f2bffbf836add59881f75264de4b26c4a5e33a19ce0155" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/palossand.json" +hash = "c131e42416d3e4b6de04b332746c24fd2abcff0df6819885c53086ba91b6f775" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/poipole.json" +hash = "cc1ff097d8e59fd3fd7e1992c729fd374d724b216e336b7ba6e7df236786cb9d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/rockruff.json" +hash = "50b01619aa23e4a804bb80acc85a14f04e326f6d13f981f0c3c5b102ad2aa925" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/sandygast.json" +hash = "52ce33b1cc23b36c98094e1e867b9bf5d750990f82d059419acccf91a46c633b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/togedemaru.json" +hash = "24fb1e3ad0a5b702cf5561abcf8f54b943fa490ff52ab1f8861e12b9b773c286" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/toxapex.json" +hash = "d70b2ff9069acf654ffa4d333b4bb62cac5a70875994a400ed76dffc53cbfafa" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/xurkitree.json" +hash = "db9914da0716c17c7ccf694302873aa6c9405d809a10f52b38c93460ba655950" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/zeraora.json" +hash = "43d9d302624a5f5933429605edb26b364504d0a8768697a0acb1835610788b45" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/applin.json" +hash = "eee7ca143285d9ed47764f776e4aec723af004db88b753ef5bbd3c358a5b954d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/blipbug.json" +hash = "f53f305828d60905bab7d0a53c2c6685e6271fef98a41ebe867ba4f6b246b528" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/calyrex.json" +hash = "a80dbed7c99cb75a9053f509e2f0a356b55b70478a3e97dae7658c9431179326" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/cramorant.json" +hash = "5b7e26f952e363318e0dfef2479714a69a71660427ecc395c79beff25cf10cf0" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/cursola.json" +hash = "0bb0e8f742ed621323a581bc10176addb3d1717546ed9f50c3fa7378292aa02f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/dottler.json" +hash = "08dee56d77783f1705876e4308d26624fe49b6419f3c5847dda37029c889e79d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/duraludon.json" +hash = "e80704fd10a42ad703043316188db0eea28dbbc7b7ddc954f65b4a222b4d3b8e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/eternatus.json" +hash = "002c5307b98953e9268916088e49cafb6bf4142240584dd29db633ef56d0d0bf" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/frosmoth.json" +hash = "b4c4d966c0c6d6ad2359ec7c92d706ccab37f0540001707fe433a288555a05d3" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/glastrier.json" +hash = "156fc5d21832e6cc86aba6b771f8445e9144371a47a691b0a0f7b1782df29641" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/indeedee.json" +hash = "d8fc62a08d339988ce8905a190b2e099dd48426a314eadb1cbba90e143061430" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/kubfu.json" +hash = "9cb040169f722ca189d11ad7790dcd7828ec3be913e3d7a961462b13e138265b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/morpeko.json" +hash = "1b7214d156d7b5e50ac0bdc332e191b08e0cbf1e9ad2c64ca80cefc36b1fdf7e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/mrrime.json" +hash = "eb563b22c10f1b2c34c47655b410f0e6fbafb39118df52eed047ccfd829d20dd" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/orbeetle.json" +hash = "ec49d641096b26b50622e288ee29a3e4aa0146acf774490e451b81db2bffcc1f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/polteageist.json" +hash = "5f02c0f32b746cf79018c3ea89c800df9092c183a149e2080e51009d571df27c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/runerigus.json" +hash = "28e859cd39365219b0542c6b9a11475969eb7feb1c85fc0855521985b8e82f7b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/sinistea.json" +hash = "453da72c877510b160accc3b3a857a4bf030cde322a3a569eaa821589b87e760" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/snom.json" +hash = "90d8c19e4fe7d7d3f26c5b6e7989ce2eb56dad6413f2bb1bbfe70af7e315f6cf" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/spectrier.json" +hash = "5fb35d3da9130e3535a7f6748cf142d08121a42b177bdb6621fd4ec5262915ea" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/toxel.json" +hash = "c5f6f39d28099c6157b6ded8375b7bcc13dc1890e754a2af32d4e6b0bf597cef" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/toxtricity.json" +hash = "e00846f60a4a0287f117d42662eab9712b64f15d536c3da74f93b4101e206e5b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/urshifu.json" +hash = "fafd88224cf82e6d077be17b8665e2da44f737b1338cc5c197816d9f3c37a6ff" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/wugtrio.json" +hash = "116539506b0bba0d604ca5d1ca645a7ee258ad0ffe38baa4432b6bbf2138f5ac" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/archaludon.json" +hash = "f18dbcfab15e6125be19aa3d04cd2de12264cb982370094f01bcaa168040ccec" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/arctibax.json" +hash = "36391b94096f80857381c034c1c3f81c1f04bc787ea792f292d44f2e9389a39a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/baxcalibur.json" +hash = "76b284202e37e761ac6703cf48331ef684818b6c5b9432e6effec6a0cd63fe67" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/bellibolt.json" +hash = "2e9ab276354664fc8569a01e034d9f42b5ef1411fe8e87ecf1961d39e2446230" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/brutebonnet.json" +hash = "a8f2fe953d92ee94dad17461d333ec20eb01c41128b72a9efd1adee74c517ba0" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/capsakid.json" +hash = "fb19ae16e747b53cda49902acbc66554af98e42dcf5e03fe39cd9feef41acdd9" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/chienpao.json" +hash = "5286d63c54bbd160848cc128f6ed331486b03df58961dfc738ee6fe08d40fe60" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/chiyu.json" +hash = "9ce1be82593713826638a440ef1f83b870666c97c97839cd5252ac306e0c8ebb" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/cyclizar.json" +hash = "8b2e6e8199daaaa1eb328daff362db924106a44b391e646c80944a2e0c2d2ef1" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/dipplin.json" +hash = "6dd6b9c57bc0079e547dec918169b0397d5ded71f6727b9e02ec59b1a9d8a962" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/dudunsparce.json" +hash = "08ca34308e5825e8c7af3ec53a70083ed18d2c6fa324772112270c734df95db8" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/finizen.json" +hash = "97d373636941cff9331ffee0c1d4320d1dcc199ecb68a2eb4ef0b5402fc1f306" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/fluttermane.json" +hash = "96cc9488080c2948c46b77a810e5f2b0cb9fec07db205d79515caab496f704f1" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/frigibax.json" +hash = "3b2c7dedb8d5823e91cf96824958b46a375ac8a465e4325c0e9b7b5dca9d87ed" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/greattusk.json" +hash = "7b050221c5e9c53dc5eb21ac586616be300742052b8925d50e43387004d2e02c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/greavard.json" +hash = "38ed6af3d086f305e69595c67373fae3512051934518d116a2e42a74a31422ba" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/houndstone.json" +hash = "9bd914f683798880eea2e3b372f247c1c5abbbc6c0924a4ebf4078c4e4e41cee" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/hydrapple.json" +hash = "5f92138e1bca6d1a74a751ef6ed06e3b168d5de2d4a1429637ba4229aed2aaff" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/ironbundle.json" +hash = "df9c51ba00b130aa4a6f2a8681cdac3739c11624cae2165e7d9e7c30adc0cbb7" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/ironmoth.json" +hash = "8db35faaba5c9a4244f28c2144ffbb7dfbd492cd40a7051cc0bce2386066168d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/ironthorns.json" +hash = "ecf8e88d0319268722d2a5681bfaacfdf6daaa6881676e030259bfb87800258a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/ironvaliant.json" +hash = "734f657b539bbc9b0352e729476c0d8606e3773c7da3357e146575872cd42255" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/kilowattrel.json" +hash = "4cf44eec58b71f3b8fda80eafa55360b5132a3a270cbed5c9884467bb073109e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/kingambit.json" +hash = "7080afd46fabd9e04e74a152aaba9a31a6807610c58aef953f9eb3163525e244" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/lokix.json" +hash = "e21d112b9c89e8467a4b5c598833d284f3eaad432ccca0d292f00ee26ac912dc" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/nymble.json" +hash = "9a34e783275125b2e8d2f466de67b27c1ffa4a40f7062f247b5365b81bf76e03" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/ogerpon.json" +hash = "4823c8ec510f0c3524ea9910cf3b805987cb1fcd130c0f32a29d6bd5e418ac6f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/orthworm.json" +hash = "b8298af5341cc78a0567a7211648e8ffe0246d3901250ad2c0ae863b5f1736ea" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/palafin.json" +hash = "4a419611e0ba07fee5fb1147377b976f2ecd957ca4f1f7ab5251c50271ebe4b5" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/pawmi.json" +hash = "c850ada19ba302032b222db0e26e4a6e3a854b0dddaad626026b4945251d6f28" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/pawmo.json" +hash = "a8929765f875e7e1deb616924ac0925b7b29d8975a2a4b1d8eb04d0011df7340" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/pawmot.json" +hash = "29a2f8608ce1cb5232a24e2a9c68564196013b7ec53e8e95230194722d1ae42e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/pecharunt.json" +hash = "34c452dbdebacee687c9b411d0e28733da81b47aeeeb571fc9ca2f44370265b0" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/poltchageist.json" +hash = "77535fa9861921c57ec021ba943b5af550b8a2a204993db0f08d5baa82cb9791" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/ragingbolt.json" +hash = "4d1bff2f6d28ad1796419682bbe3555c26790fbcf8e8dd8d30a2f7e37ce5f7e8" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/roaringmoon.json" +hash = "65ca96e987215c1a66e57c967bc0e0bfc3bdd2c8dd446c9432893ab181933179" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/scovillain.json" +hash = "2c08b4cfdb82e12c1df12fc1c759851a3de4f40ac3d81eda04890c9a14736c80" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/screamtail.json" +hash = "bdedab31933be9c01d56ad2900dff9649e9273f35dd9d6f89b9b0e2bd075e144" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/sinistcha.json" +hash = "d6864dff2e2927670b740ac2aa116ff5fa7a2103b2041dae31895791e96ca092" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/slitherwing.json" +hash = "f305f53aa3b8fee8cda3e9b71cead713c64cd1fbaddd3774dc8fcf31c6f1e651" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/tadbulb.json" +hash = "95bb608e3257c3922e4d8f17e82f08c6b06db7a0ef90465fe6c458078344b565" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/toedscool.json" +hash = "0fea85bd0b29d2f228e592483781dad0f05150ddb223bea7166849e7d25d4e62" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/toedscruel.json" +hash = "7fd6db5afbced2e7977936b63a6cadb3f6d6c53b35c0abaa01cf390a5cf3b49e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/veluza.json" +hash = "174b6506d300001d6f49ce0d960def533b71afe4223febc62632ccf76338858b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/walkingwake.json" +hash = "e0f6e8abe50185704c23637095759f92b9939a60372b5a02025c015a2c37a29d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/wattrel.json" +hash = "976a94ef2be9dfbb462115f22644f65dd9e3a706250c6f4fe6da7fa0314324bd" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/wiglett.json" +hash = "c3d08c928c66e0f0fe94eb212b7a5cdcaf63a4c1b67131469b6c1a42896a38ff" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/absol.json" +hash = "4064f687b68900f39b03008d58d0338e421436284d6341793ed1d745d0a1c302" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/amoonguss.json" +hash = "380c72bd33fccc0b3b011af7e8eea645bae37c60ff5cce255d9f2a83222626da" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/appletun.json" +hash = "0b48999326ce38027a83774a6e9c811e57fb71a8d490d6e114ae015abe684bfe" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/applin.json" +hash = "c26f4f937288413b2cf52fd770b857f9418d6a682bc21e2fda47ad1128dce054" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/archaludon.json" +hash = "08360f967f17a42b6ea44e3c0895d7ba525e1956eaf653e6e281b5192c8f9577" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/azumarill.json" +hash = "25dea2ad0e2b749be8e3445872bdc42fce20e7acffed44d601d2ac2bba471b9e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/azurill.json" +hash = "c927be0e2fd0580d4bc1247eda0e50f21f43fe7b89db8d2b171ee38c6daa5632" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/bellibolt.json" +hash = "3f53732bc11492af12cee2587c9f53a0ffaf33395279b37fb2af34cdc7bd9a35" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/bisharp.json" +hash = "af74cdeabc89c0936ed4f8bd36b42d14fe757010a4b91161e95fa702a7cb838e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/blacephalon.json" +hash = "8cda458483379884d0c6f11831a38c5ce92aee15c0efb90931fcaa4e8e61ea93" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/blipbug.json" +hash = "7e41f879cb91bd47e02e6cf20fc06b0e0249692757f9b9cea57312b58dc14511" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/celebi.json" +hash = "561a857dc70e9a94f1986a7244007e1412c97f286bada3044c71fe85f124684b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/chienpao.json" +hash = "8d9cac5b6e7bb3c2a263ed709e077d37df9316da61b0791738a39fd231bb1bbc" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/cinccino.json" +hash = "39926bde82bc235779ad3140801a4cfe8722f600b62e938a4840a7a40312070f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/cincinno.json" +hash = "8594d7e55db44d03a0698d47c531ae33adc43ec032750f74454fa6588ab69c55" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/corsola.json" +hash = "51c4548aa8a21bd97aff04a034c2de9ca30b4f41d481c512f310d46907e58845" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/cramorant.json" +hash = "865c61dbfc89fa913f9b49180c3a8b4e24d9d025e2faca716483d1ebaa36998c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/cubone.json" +hash = "242d92e8097ded9a1fc9ad12a78fa1f53e49da612951bf99fbbcfdd3eed3ba9e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/cursola.json" +hash = "adc6dae02d60b90573a849ba83d6780c61c3612ce01c1eb6171f0268302e2564" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/delcatty.json" +hash = "a4daf356f67c545722f215451d711a4b44b37007fd4a76e88f6a81024cbde55f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/dipplin.json" +hash = "161c3bff477ce5346a21bdb0d95ce0bc694481c24828c6bf7a5f68ddc6cb165d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/dottler.json" +hash = "e4219c42592fd19574dac1f3adaaf0b9464d4aa1a1ce6101ddb5def3d908d9e2" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/ducklett.json" +hash = "b355ddd9d3e87c9f63b8ff8bef99d6953ee1eee6474a80293ecb9fa9a9e74449" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/duosion.json" +hash = "631c6b64334ba2b0800085211c3ea5c8a2fd2e7aeb3a5fc1ace9038bc0e69683" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/eelektrik.json" +hash = "e6e80083dcbb0b42f519cde187ac6e17134762257dbca21dffcc6de6e5a4531e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/eelektross.json" +hash = "58de9416f5e12b97efeac5e6a316ad217044f202ecccdd8ebd75cbafcf04b5ae" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/espurr.json" +hash = "41083bafdd0fc9e00bf3ac65d35c0db564265176e3b2bef82723760637ccf27f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/eternatus.json" +hash = "794b644a725be04779d814aad42826b9bc316719d6efb206be119269657bee72" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/feebas.json" +hash = "7e573d4287c982d82c052e67897f85b011839a315b0b4f9218202ac877768208" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/finizen.json" +hash = "abeb0324ecd56a234a4f2a65834fb6d25638d0dc6b5526f40951302fe1701728" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/flapple.json" +hash = "2dbae848e509a5150ea225330690eebb075d948757033b24923fb57932a7eec4" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/fluttermane.json" +hash = "8aebd1dd926ac9af0683170843b9c24adc1ff1c10cec1f27ed88473fb909b02d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/foongus.json" +hash = "3472b637dea54fecdca082aa0ea58378f37f49445279fba190b70cbe0ec1c275" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/froslass.json" +hash = "acd7602f3946f7fac0695dde88254c0836d2fe7f5dad1e3a7907f0c766c3831b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/gastrodon.json" +hash = "314addb357ec08f42e1ba71ced7873c4c699863cf7f69e94dfc71e39699d3482" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/genesect.json" +hash = "57523423587be744cf79b326ca8c648944386853e143d44e6f3fae526006796f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/glalie.json" +hash = "8bec80e5855bfd9736a2d345aa74917e793803726d558cc62167cb810a18ec54" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/glameow.json" +hash = "4645264e17db6ddfc904d225c6a64eececfb691337215908f4f0b71918eb89f1" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/gogoat.json" +hash = "e72739e0ebe2cd779a015c7592e8d40e5cb71e077b38f55fe8cd559525e41ae1" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/gothita.json" +hash = "cc2a491ed964e87a516307c3317d7d78ebe1a3369847a1e3093706cf9fd157c2" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/gothitelle.json" +hash = "9d160fa02c66ba4d9c148f537e3780c4a8c4961ab217bb25c5a00ba4ee8ac068" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/gothorita.json" +hash = "a2f1967549bbd5755635887165d89f1c5b1749f0ad2331cc65a51cfab250dccc" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/greavard.json" +hash = "6434516a8438d02f279cf481ed0a040c50f0905ce34feb0c55b54430be81f0bb" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/hoppip.json" +hash = "ffee0565d40b8de730e39ddc19853064c9a6ae0b8ffc11b9b1468ec5d055751e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/houndoom.json" +hash = "d40a9f907904c25ee9a94adaa28eb699901494d5e8576df1f31d951d7b65c0b4" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/houndour.json" +hash = "d1ac524c61b784e8ab7f965f69ae4cfd4722714d31d2b16c2b8dd7e127bbe5a9" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/houndstone.json" +hash = "511d91215a5f2485831fd07c9034051c19dd8c6e8c61ee005539b16a5528d928" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/hydrapple.json" +hash = "1fcce68d4906ba540452a319bccce325ef7e33942fcd8bbac8d7241fc8abcfbc" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/indeedee.json" +hash = "73d6f02664cabd097df8be8a22b71f2f7278f80460fea896dd28e21b00ca5cbd" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/ironmoth.json" +hash = "578bbb2b910ccf37b9cbc02aee259313c3044acf27ca5a0c1ed5fe25c91fdef7" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/jumpluff.json" +hash = "c71f0fd5adec6302b98068eba8c9650b73b00c5684cca9c8321f21d3e82f3573" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/kingambit.json" +hash = "99c9fb042a7bc23dc88d4d7c72b973e977e76c6eb539c433a54744aa8974de33" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/kubfu.json" +hash = "203d2dfe58a13ae2c87b5cdf68cc7299898f0024864f8b39a83328a9902ae0ae" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/landorus.json" +hash = "0c077764c82ce5bf8dc8e678fb898b083b8f63b9c6212f7b028db29af2cd134a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/latias.json" +hash = "1f112d986a97bedf443dcaa747ae8a03f03b1c5c6f2edebb191d58d13a2de64f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/latios.json" +hash = "2c3fb44b1b091434c176957cbf92d6e8b6a197b535476ec7fa70a690d7da93e1" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/leavanny.json" +hash = "af983b9fbbf6ad2544337f793d4d93a976218e565833ae83121c9a6e6b8d6940" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/ledian.json" +hash = "54a5c2bdb3129332ddba062b21e01099c257ea8c345632a1f72eba47e3fc639a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/ledyba.json" +hash = "5bb9d8462d8458ab4046fb8a844efb634ad772e75f986fc14619d891fc836864" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/liepard.json" +hash = "011da85870a723168436c3ca6c13aa47b7eb36d00fa00ebc728141525e322dfa" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/litleo.json" +hash = "bcf332eda86173969a950a3c8f47e0b8fb3752365924395338ed755b4098bda9" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/lycanroc.json" +hash = "2c2718ed58c5f92db6272f5e3f22df92ba233ccbabe4d51fae5dd0ea742c0a50" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/mareanie.json" +hash = "fe3ddd768c6e57e8ce9d822741ce2a3a8f34cbbbb8408c977c1f2e7d8f6e7200" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/marill.json" +hash = "e3faaff68454d45e32179be4ad077649b88e135cc53f186d1751848f511200c1" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/marshadow.json" +hash = "f76a616797ead0c53194755aecfd85fc22ce2e8f737f5257fd7d43144f1d919b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/melmetal.json" +hash = "d17392eeafd997669aacf58b9e3dcf4ac92dd2a258552a4e4a38e095253fa243" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/meltan.json" +hash = "02efe9cf30b24081de850d56d9d52adccd5c9d9e03b23e4bc77dc52612f40a47" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/meowstic.json" +hash = "9c84ab04b4b56588ce4f417101febafacc1051c9b2ffd9dd4c8e2c01031aa374" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/meowth.json" +hash = "caccbcb9f2abbeaed64785f818a2a9d78a6b78e051b022660f2a2f5e4286786b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/milotic.json" +hash = "b5dfa47de390acaeea8b556ddf1761a238293f3ad6b71c057367300d700449bc" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/mincinno.json" +hash = "0ce0d42ad5e32b9e3302f2283d937718c9d95a18143257db01a258c471e903e5" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/morpeko.json" +hash = "f601768a9f7aff95f8f5ffaa2e847590feb4dadf77ea54f58cfd3f71bf14fc18" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/mrmime.json" +hash = "fbbcaa2910f9e68fab826a0ad36f835fb62f00d07bbbfa65580e0204da0825b3" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/munna.json" +hash = "d9a275a2974bcb2c39d916c0ce2003190c8deb43299a226b93013fe48e127ed5" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/musharna.json" +hash = "9e3aaaaaba4434ddb1133373904be519e15b057a143860a6a42f49afc78c1f42" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/nihilego.json" +hash = "ea9d08c502c7da75cd326229203688f050fe044542eb94686e61975f267e868f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/orbeetle.json" +hash = "b93977a7dd9b8f8414797cfef8550106e385563668a540d79e8c2b8b0ac5b2f1" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/palafin.json" +hash = "cb041946062985f3046b0b684a351badc6ee3e388465ef3d333fe950e204b846" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/palossand.json" +hash = "0277f37ff4ba8ad9291b5dc1ea508262ad966f3d30cc38691f6e3cf31e228092" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/pawniard.json" +hash = "241fc0af7932cffa295d3ca3e510f75db8b82ba58c68bd5059deda3e4f266a49" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/pecharunt.json" +hash = "d2195d9d7600ed480e838fdd3c2d0311c55cc77478e9d6b47d189b61cc01fd6a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/poltchageist.json" +hash = "0cb1c66472e3b9d82d82ccaaf73b1e66d381efaf10f600d6b78c1d2f0f6d7d6a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/purrloin.json" +hash = "6b5a54591223c96edc650c235ac206e74da349b95899f28c68b60d4a6e6d11b5" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/purugly.json" +hash = "3defe5b61e1b9c41698272c955441fb758bd8e271cd097b7dfc946b56e9c1ae4" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/pyroar.json" +hash = "3d98588fb39d952cf59132ea72d4b1dbae18e1bdf6b64c3865a1401f52e50903" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/reshiram.json" +hash = "5f6adaf1325affc4cdadc2a64b464683d1ced696c69202943b8ee496e39c9769" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/reuniclus.json" +hash = "c7c5b26ec085429c67e76ea62c1a7ca4dd95790a3759afe90b321136b49d770b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/rockruff.json" +hash = "5e7a616c893583155394569a91962a80c7aaf8da2df1e26c277a86ab5e21aecc" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/sandygast.json" +hash = "6f087355b936becb2a368f3b9c98ff27d63129276df2424acea668cefa3235b2" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/screamtail.json" +hash = "ce3616ea367970a37f8fee850f27b759cb6f9e734eea8a12cb08faabe2ae1fe1" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/sewaddle.json" +hash = "44390570a6dc54b32596c86d6b818d4171b1f2d39989da1a37669c5a193a90e5" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/shellos.json" +hash = "7a7bab3f3fc4da64e2147c9dc40af1ece49cae34afe0a8b382561a9cfd65e62f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/shinx.json" +hash = "944a1025c7c8720bb41114b13f24a8f859f7c7be25990d8c71147a7cac3a213e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/sinistcha.json" +hash = "ec1804c1795fa70da4c1636abf87dd603f664b418169a8bf5247d76a4913630d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/skiddo.json" +hash = "44f344b1a7b56d96d07f9e54c6dfc5ac1f88b0b901cdad409831540b6d33eb81" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/skiploom.json" +hash = "4a8f300d727d8dbe0779af8799c52a8767858f4a96b1e33f3078fe7867c67e9a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/skuntank.json" +hash = "1db7c75baf48c451e97c1cdb26bcd15549518db3a06791fc28fea3dc76362235" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/snorunt.json" +hash = "c6d8c487812d708ad790701d06f2ea3c4dc282bca900f1d113e93c8b36b2b9f5" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/solosis.json" +hash = "f48466de4730f4171f7e6d12adeffe59e79b44dab99801ab040cca701ae2730e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/stunky.json" +hash = "7da7e3d55467bedb8ce7830da13bb03c2c5f89826ba689d4967d3317d4a10642" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/swadloon.json" +hash = "6fa0c51c889c904478df02680b004d5a1f3888b8407bd8df8818760e84fc747b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/swanna.json" +hash = "ef159e6707ddd2f494b2ffc3643578d4eca59a8aaaab914809070dbc4957917f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/tadbulb.json" +hash = "d2f9b3c270f92f4e396a49bd1ce7cbd45adaef840121e4953af2203277b1650c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/tauros.json" +hash = "7420b367855a4d34b18852e5088a2df428815b01969288725e6dc3bcae8e923e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/thundurus.json" +hash = "c1c03be61d3acb60454912a4bff70b4405c4c0fbacdd20a3dc0814f4bf0d4d5e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/togedemaru.json" +hash = "6663b96831b26b7bf81c3e6fdd67bd24c784ffb19a3480cd5d8d4a54d6821c0f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/tornadus.json" +hash = "fa51f120c64281ef7b02a385997097236b5bbef4b7a9fb6ceba4446941dd9866" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/toxapex.json" +hash = "ec03350f7a6948a7ff628a57e382047c8e3ad887d4e7d269ed1f8c9c8576cf19" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/toxel.json" +hash = "c33fa80a13db838d8644642596f2e897994f9d6aab4a4b729f91495da26402b1" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/toxtricity.json" +hash = "53e90bd2476051d4aefb44c22af0d1b0d03fea346edebe679e13e622a2d49d8f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/tynamo.json" +hash = "0e9cce704e590c66635865c61a484b0ab99fb7abbdf1430ba732b04719c2ed83" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/unown_beezy.json" +hash = "e1150fb6515849a62be4dd5d019a4bb53d79c85de0369ec479cae8965470c43c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/ursaluna.json" +hash = "5e01bbf9aa0c2a2f4ff8221cba7e4db0c5c993daa5105415a9b8229e5be1f65f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/veluza.json" +hash = "66ecad7a5628406b14c651e06cbbd87dea190457d4a81bb1fb1d2a05f02fee1c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/volcanion.json" +hash = "bc85581b68f189974bf99834f8ba0afb0af0c129b83cb1ecd2a434dc8fb73adf" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/xurkitree.json" +hash = "65679bd71e59831ddae8d4414ea574d1cb00d273d9102f2b334fa050f22f079f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/zekrom.json" +hash = "75be25692a69ee0283a28b39cc40d91317923efd54dc7f002c417c68197f5656" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/zeraora.json" +hash = "4c0c7b22635d0b99bcc83a567099d4395c464505d14537cdc1df40a8415769b2" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_feature_assignments/core.json" +hash = "6e6f73e364c940f15a25a74bf3396f5c9bc992f3299fa27530df6699c9915f71" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_feature_assignments/paldean_breed.json" +hash = "3a4b0229be9063830a97d12490cb0592fe5eed13c7b5c2b9b0f76b7acb766f23" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_feature_assignments/sinistea_polteageist_antique.json" +hash = "9de7e88f3c977378a55e1c94ec5a156b760da8a0b01b4e5962f7e6874b14cd5c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_feature_assignments/three-segment.json" +hash = "a606436a3779a5d66b40b8126a12bc160b29d3b02240082f37dbad1d3b61daef" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_feature_assignments/yamask_galarian.json" +hash = "9e47cf9c526badd11431525ce75e2523014011037abad525ae6328f6fdf01480" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/black.json" +hash = "02db1a9667439ae54e39c779cfc2532236cc66b1c70eb57399d74e261b13a00f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/bloodmoon.json" +hash = "27232c48d72e401819486f946e6a2e835550faedab1bc7c54c42b6a42d4d3cb8" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/core.json" +hash = "3ece5bb6895ef04d9ed92e9f137277ab4335465893fdaf1da36d429cf9a11c35" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/cornerstone.json" +hash = "5ff1a95854dc636d98e52c9439290294337f17b51ee66a78137fa326bb433f49" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/deoxysattack.json" +hash = "670c190bbb5cfa17b01ba2fb3d2a20d0ecf438d6dd2945c2ef97c63321e50db0" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/deoxysdefense.json" +hash = "3c94f8e50e9181d7bbd089349bef44b73c3d8bb41e7255bddf5595c4a538c7ac" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/deoxysspeed.json" +hash = "a8737c89c94996c23af8c1ebdb3aeaa08c2a78373a2bd8e429b5595412ec4675" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/dusk.json" +hash = "74fd2d9a9e66c8c986e580baa032496e9df2d58e2d59e64ddb85638e9fac146e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/galarian.json" +hash = "6d67a00333ea007cd3fd05745c489e03399709fc4357a95e0308c009e5650ac4" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/hearthflame.json" +hash = "f7ce3fcf7153a164bb74510cef3299c1a1017a1526b1c5660a7c9c417e0e29d0" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/is_antique.json" +hash = "c4cb2fefb71e069ad923483ae212806cb851c263625de339112bd5d91b243127" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/letter.json" +hash = "a15d4f3ba6d83049b99c5cede04c431b50afb8fefcb773b8dc886afb9cfbc77e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/low-key.json" +hash = "5edcbd79bf3e6ef4bee9000b9807d533441b04dc25e487a6bce7b92b7a30f794" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/mega.json" +hash = "be0eefa8ece7fc000b52bd2f57be5612d1a546bbf06d952fb741752539ecf6ec" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/midnight.json" +hash = "bb343f03e9a5c90c27d2f5fa5274a8b566e21caefda78c000b631b7e573044ec" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/paldean_breed.json" +hash = "bf674d16daf719b715968db99e80ed8e0e055b2808af6350fcdfeb6ece1fb212" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/primal.json" +hash = "9f56630e45973642b673cbf1d186b383d12a64f06435233d16ea8f9db9cc85fe" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/rapidstrike.json" +hash = "e3858af588e82d8416fc30a2c5aafdd8af9a0706c7b6c5bba71ea4635ac50bf0" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/redsand.json" +hash = "610f69ab22925f51ca55f10e6ef09c53bd83cecf8f9937f94eae2480b5a5a81a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/sky.json" +hash = "cb4d45be47ef4cdec9f0099663f8085898e40176b4ae77bd0d924b608f19c998" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/teal.json" +hash = "52c2d248c36adc348fa30847d671f00ab311c0c3ce8654ba0228df9c2de45453" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/threesegment.json" +hash = "b4a7d13cb91c8783aabecbd88dce98b35418694a35d517f9733ddb5d8a15ae40" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/unbound.json" +hash = "d0537d8836dbea5bf351e69f07df698d6b7a4a2e40243b953e00dfa974665003" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/wellspring.json" +hash = "277b82c31008d3a5a8e28cf61f8f97c4e72047f4beee7957a375846dee9a6c02" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/west.json" +hash = "189d029a14c8a44be6a7c46e6fdbfd0058cb09985c2a47c87749ebb3a76388b9" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/white.json" +hash = "c6c8aa046468bddd55a937a839d39d066c74698685c1cb331812c35dc8709edc" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/articuno.json" +hash = "8891ce78b8aa709b49212cdf142d8e0f78aa172b955cb30a1795252b6fa7372d" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/calyrex.json" +hash = "f8dc68e05f77f6cb4a6e58d914dc4aa7886bf918daf8f8976632b8db7cf088dc" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/celebi.json" +hash = "b5c6e35cbfc34e103d948359fccbd24e56572b11719b9d604346b46272825bcd" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/chienpao.json" +hash = "777f680a6122ba9d5080851a8dbb285a6506b679e813fd64662baf66e651abe7" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/chiyu.json" +hash = "58c9d2beef92bef23b92ee151ff802550da696e2050a10e435c9aa66237c2ae5" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/cresselia.json" +hash = "28c7973c756ee6ee30bbea59b86b30b8fd6fa44beb9f2a7f49d13084ad225cef" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/darkrai.json" +hash = "9914bc00827b3789bb32bdc730005c5e6267652b831adf20490c182e3a6c5d12" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/deoxys.json" +hash = "cf763c72496378456042934e228fc79075774ad16f83f1cb2a88e1fb1df6553b" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/diancie.json" +hash = "f3fa2a2a9f60fec4d9ad820dc853561e04ee934239fa7cdbaab9a03937ed6d4a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/eternatus.json" +hash = "08242e37fb81196c5b8039d5979bd714af798ae4f7bac71847559b19a22ab9c1" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/glastrier.json" +hash = "c736b5d09138cef558f4288aa7c411f2e2ab2783360bcd1d3d95c71a7203a8e6" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/groudon.json" +hash = "2fa7daf5d34ec2ba95cdae078151e7e4a1ae94fd794c4a803aaece9fcdd8e015" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/hoopa.json" +hash = "206049ae550ce4015f5fd4385b836bc5b15bfcdd084a863513f216bdade14f82" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/kubfu.json" +hash = "5e99f3fabacbb943e512e1fafdff1fa94c6854938724475653cbce5121674a65" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/kyogre.json" +hash = "23e86a0fbbe18642d52fa75990c4f88aacab673195cbdc2b6d97ed193b4ce643" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/kyurem.json" +hash = "5588af802a0b618145aba764c073938177d70699a3f05e608e96e5b2fc934cb3" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/landorus.json" +hash = "69223ddbee7e46fd43ebd6e3599a4a96fe7ae876668e9f5a0a438f2799b124d8" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/latias.json" +hash = "3655ef63629f579378319abeccc28ab205bdf815767baca20496e28be811ef0a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/latios.json" +hash = "72be763ce9bdb33ceda9814681bd93a8c285e4696247252d37fd5a7385220e54" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/manaphy.json" +hash = "b6199836d5bd17e9485e2a497fd1dd7ca21eeb4975f700c83a8fa15796fde485" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/marshadow.json" +hash = "c5f35e4eb1b692126416609e7355fff32658d47e5cc9eccd2c8c37cabff31868" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/meltan.json" +hash = "3194e2b146ac86ab31331154fedfa7830c77eafbb1e0f2700620736e8d3bb310" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/mew.json" +hash = "5afcf7c2b504dae83fccadc844929c30737d99dabf01a15730d38e3e5819ecb8" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/moltres.json" +hash = "99d0fc6151d028602570c3baed8bb3d94c2d587b992ad7fb83f7e205f550754e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/necrozma.json" +hash = "e2f7cf3d771d3a36b60b010f85ece531f7b12dc19e03641838f884eeb48e0bdf" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/ogerpon.json" +hash = "07db77a8520ff9df6d9d32e8d6a64892b199337a9f05051e87262e9687d46e4a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/pecharunt.json" +hash = "236ec03bb513705c24e8359f93769b843b7672d7df688a26a9718b1fe28fb893" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/phione.json" +hash = "8db463f584015c55a206d4336f2b82ef73dea76d795246d92410919b827cb9f2" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/rayquaza.json" +hash = "6309f851c44e54bc0c7517298c5f4251456835d69322634b131cb585110053e5" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/reshiram.json" +hash = "b4bcbaaed7e1a0d9a459e543734ac61371b438a3b1b6f3e9c9c139f2a647d2ec" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/shaymin.json" +hash = "53efaf8b9481fc625cef48ee2e880fe0b54fd7060e81977e9e6f058ee8a87197" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/spectrier.json" +hash = "2bda39dacf05052801c37a61d86088361e781a797683c98e8a7332825f614320" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/thundurus.json" +hash = "11d479674acd28fe60b8e3b8ffe0181029d22bb19361dcf453622b359c28fa84" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/tornadus.json" +hash = "a06d8f5e215583d0227e5f0d6d850b2c6ea162e6bee341283133c7a147492431" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/volcanion.json" +hash = "7121d82df7228d8eeb0cd72c37b0bcb9bcf2405de20b57976841bf35d8bb99b7" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/xerneas.json" +hash = "4f3848aecb40249b3acfee7d16773d8607c3ee44738a2ee7c53e5a82e02faf29" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/zapdos.json" +hash = "c4a54cf23162c62857afae28213cb2ea105437555dfca02b10e296917aa32f55" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/zekrom.json" +hash = "7d5613c4724a9d7f1ef364c554be6e1737977713b8fa801a3273de199106295e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/zeraora.json" +hash = "eb8fb7a250e769804d43ec95961da7bc9d5316af5d7e5b2300241e8e338b0d95" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/brutebonnet.json" +hash = "4a9fdf85c5d8057be4e6d25f8532e320a8dfb77e1a45a20694b61f664c38d2e7" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/fluttermane.json" +hash = "d53ee07569e961d0748267eec674de2d1193811cf3de22b3f0d4cc409d8a79d7" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/greattusk.json" +hash = "3a87833b4fbd7753c1e83b9fb33d5728e6c1a57718aec514ca60ebac6cb59f7e" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/ironbundle.json" +hash = "50ae781f334aa1f607f10777456f45cffa612d93289213beab492544cd5fd053" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/ironmoth.json" +hash = "feffc7f0c59e23eed56722207f62f2af75ad74667a427dcf98e22f20da14ff1c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/ironthorns.json" +hash = "73e8980ff1836261d3414ff380b48daec124ef3fa79cad67389094f292987140" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/ironvaliant.json" +hash = "b62cea64720188efcce1b849fcde923fc9bdf4acf18c9f60c0e0149504f90e9f" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/ragingbolt.json" +hash = "d7f18eac3319c8f8873e5372f465c886dcc74e583facd783e3e2120a307f1b83" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/roaringmoon.json" +hash = "42c0392783aa25b220e2aa9d71ffaf6523955bff41277bc3db2522a489ad9744" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/screamtail.json" +hash = "e6e66a7289958dcbe2880d7fa9e60af2ee12f5a78ec4e895f87df6ca39d808bc" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/slitherwing.json" +hash = "41b591a19983146227559a55ce0444b72b6165d1461835500c0fce38ee47d434" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/walkingwake.json" +hash = "067282d90431bab19c6b01ed8a8a6363f611f9a4bcd5bf38bd4964717e653923" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/ultra_beast_spawns_atm/spawn_pool_world/blacephalon.json" +hash = "1da7b0d3c245d87bf7da3964feb57b7376f74f9d35ff37a3de49515775561c46" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/ultra_beast_spawns_atm/spawn_pool_world/guzzlord.json" +hash = "a58e406a2d5f2e752855f9a633b158260c860ea0857a6eaa42ed96b02eac2216" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/ultra_beast_spawns_atm/spawn_pool_world/kartana.json" +hash = "e55af930f3cdd1dfe3fc7ae69e4a8020f28ef849554fc10f771885f942c1e1c5" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/ultra_beast_spawns_atm/spawn_pool_world/nihilego.json" +hash = "f779256f07d1d6ac5e8c7ecbc0b622a641c0126f594e2882b410574f09be9e66" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/data/ultra_beast_spawns_atm/spawn_pool_world/xurkitree.json" +hash = "c1f8e6d99b35e8c65cb50410fc63d6e6c70d96b6e7fdb70aa66436acd078eb18" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/pack.mcmeta" +hash = "317d2f80a93c50ee76fb2113a866f428b56f519c224da46fa9a24abfa7afd7e6" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/pack.png" +hash = "a74750da6b281500a6c36f25694ac90e7d8cd2ee285c9275c40b0045f9659a88" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/AllonesAdditions.png" +hash = "7f3b0ea8b36db1e1c2c5c038ef8204ebd3e3dd3ff5e163074d22a3d160cad6fe" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/AlphabetSoup.png" +hash = "059d5d930d9fbdb1db8a53800b0bcc9adb0fb1ad34fe28291a25768e50d87307" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/AshiMons.png" +hash = "2262222163e7947965cd29f31d8358d6bb45614eb82a5afa62ef0db29d5959a4" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/CloudMons.png" +hash = "7e16599e6e6fb36298ed961d166a71961d70fbc5b159f6c11da3c209c059b9e7" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/CobbleCats1.png" +hash = "35f59e3df903436c6c2619b5ae9a843561a3bd06094d043bb5a8aad90acb8ad8" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/CobbleCats2.png" +hash = "36395d7bc5bdfb1ab095784c91a34e45f8f3ba9a0c01b86f85766e455e0d2f40" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/GenoMons.png" +hash = "112502e4838c8f8328c8a57664f7d70f82ad2c6c2b7359624fb54bd4c0370c13" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/HiddenMons.png" +hash = "36b0baa06873f7d8e7c612c4cea853cda64d7b8a4596b21a33d6fb0aaeea8f1c" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/HydrosReanimodel.png" +hash = "f945468e469842056dd5e829d786b2fe3e9a452c0173bf5fac39256a33bc3753" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/JewelPokemon.png" +hash = "f9e924a9d05f1ec3900c6f26c61c580e2767eeff866eb418561d46933a93f0b9" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/KalesCollection.png" +hash = "809b6f08837d9c0238a62b35b1fbdad7948caafdda003c986c19fac8559cf8e3" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/LackingMons.png" +hash = "4412917982c0370d0ac6e0e9dc3d2dabbca79f85d105945c4832307e395ea338" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/LackingMons2.png" +hash = "9fe4aed3a32f71b62b982d835c31fdcbcd5a1e93e43d8997497ad410eb5b1a96" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/MissingMons.png" +hash = "1e64652a419c0bd6701d2ec0fc752954b56b8516fb7cc08db4d9a3b3d5e8cee5" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/MoreMons.png" +hash = "4fd491bfb7f7d264210e22e11ebe85535569f190d98a250cee2a2271934980dc" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/OdysseyMons.png" +hash = "ee480d6bdd5bb07723775420be172a46c13f06cac559931ff148e669245f85ee" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/PigeonPack.png" +hash = "1332a3812102788bf673d05e6f579c83bafa485e80dd16a05c19c6e2f000b9e9" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/Pokemanspack.png" +hash = "5c247676fde978a9071aecbc5a124f88a971f025d0fcd0766aab7df74c2fdea0" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/SaltMons.png" +hash = "431713845e2d41c71f302c90ae12f37cff31d5c191eb28ab645d9f6f926ee6a2" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/WaviMons.png" +hash = "55518725196942384c0311b63afcfc07abfa12b74dd406bcbea2792654e4733a" + +[[files]] +file = "resourcepacks/AllTheMons Release 1.8.2 V129/readme.txt" +hash = "620e653dd1c15429031028e9901f053600fd9145a482fa16737934506e1e6d80" + +[[files]] +file = "resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/animations/ashgreninja/ashgreninja.animation.json" +hash = "88b0bcf54f39881cf9a0a2057db9e0fe01666d3abf61f322ae36957080563a90" + +[[files]] +file = "resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/animations/ashgreninjaincomplete/ashgreninjaincomplete.animation.json" +hash = "da05c4a48fb8292ffad417042d971b6a0d34d57ceca71f03efb93eeb551f21b9" + +[[files]] +file = "resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/animations/ashpikachu/ashpikachu.animation.json" +hash = "be8d3765fc5bf0006b7b35bc68013c30da0d68aa94ae9f1d5c444e8233de655e" + +[[files]] +file = "resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/models/ashgreninja/ashgreninja.geo.json" +hash = "812a25a0bf0f12951cad5dd13872d2e73fbd9f854909597fb6fb20fa252395df" + +[[files]] +file = "resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/models/ashgreninjaincomplete/ashgreninjaincomplete.geo.json" +hash = "4478917f5e54ffea5efd92f95dff5e63b45d6464b2319e12e20c8a649d51c1ff" + +[[files]] +file = "resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/models/ashpikachu/ashpikachu.geo.json" +hash = "412fcd5c444885caab1ecf3738d21eb751fd1ade03a14960cce7d595961655af" + +[[files]] +file = "resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/posers/ashgreninja.json" +hash = "0f62dcaea20247f10c6d16fffef2795229ec4f9062ac727cb92b7a773256f932" + +[[files]] +file = "resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/posers/ashgreninjaincomplete.json" +hash = "e0e277e54b8ccd216fce8739948a689bdadfa7c1dde1d88b035ca79a2d720ce0" + +[[files]] +file = "resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/posers/ashpikachu.json" +hash = "6f722f02edc5250e86eb5e0da5929e27dd536312a9f02deeedd4b5bd43b4df71" + +[[files]] +file = "resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_ashgreninja_base.json" +hash = "b89a6a8a687182ca6325f8612f7290ea4797ece1ca8e6a87b159c00a71baedfd" + +[[files]] +file = "resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_ashgreninjaincomplete2_base.json" +hash = "6be55eb4bcd2db194719b6e480bb37ef3868d5a41446ffd9658af218f3c7ee40" + +[[files]] +file = "resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_ashgreninjaincomplete3_base.json" +hash = "a9ee0629b19678445c3460dce3df0942364ec509edaa53c52b0df9325fc0a585" + +[[files]] +file = "resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_ashgreninjaincomplete_base.json" +hash = "4e49dad50bcb2b6dd9545d64eab67d3183060ebb072dc13a3fd3c28b44a54630" + +[[files]] +file = "resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_ashpikachu_base.json" +hash = "f34ef3b897bcdef5b5ed0fa0014e096da1e711e9e1a6fc78cef0d6cbf23bc34f" + +[[files]] +file = "resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_greninja1_base.json" +hash = "fa801702b21de2525ffbe5298133140b88496769b8c1b9565ca0b32bdce6f354" + +[[files]] +file = "resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_greninja2_base.json" +hash = "4554579cf685395596dc01c203b7738aab884ee606a0e719266111c4354c9b1f" + +[[files]] +file = "resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_greninja3_base.json" +hash = "8dd4db6cf7e25b526994450f48f5e039706438f36254ee74effc464c7717536b" + +[[files]] +file = "resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_greninjabb_base.json" +hash = "be9d4b627be2f7a7c57ef11b8ae2db6e673423d235c17e35d35f45074f6b4765" + +[[files]] +file = "resourcepacks/BattleBond [V1.4]/assets/cobblemon/lang/en_us.json" +hash = "3e8da29c78311a4956114b4b8e8fdd04e4a55d840665bbe995814b8bb3f65d53" + +[[files]] +file = "resourcepacks/BattleBond [V1.4]/assets/cobblemon/sounds.json" +hash = "7784f19d229758bfb10efb8c972a858e73da217772e1b9c735afcce58542dded" + +[[files]] +file = "resourcepacks/BattleBond [V1.4]/assets/cobblemon/sounds/pokemon/ashgreninja/ashgreninjatheme.ogg" +hash = "a6d83987e8186d9feb8bcec405880ce55999415d2e793fee813eda7d06364270" + +[[files]] +file = "resourcepacks/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb1_ashgreninja/ash_greninja.png" +hash = "307df69e4e3487010e67a82b7424e754b687b81fca9198a1025136ab025f7a06" + +[[files]] +file = "resourcepacks/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb1_ashgreninja/ash_greninja_shiny.png" +hash = "f23d98d660dc3174b8dab66bdeeb321af75d099889a7b22d794a9dca4c246f98" + +[[files]] +file = "resourcepacks/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb1_ashgreninja/ash_greninja_shiny_tongue_hidden.png" +hash = "30705f7399020c53b583446fa2fd46ffdd9c1d5e38a19dd6ba26b394f06617a8" + +[[files]] +file = "resourcepacks/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb1_ashgreninja/ash_greninja_tongue_hidden.png" +hash = "c60490048c3ab38e486600c5168f5ef606a107027f571272b3ae36cd60c08751" + +[[files]] +file = "resourcepacks/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb2_ashpikachu/ashpikachu.png" +hash = "a8972ecc817d36b65dd0859b4ffca85973010ec010606c0ede90eced40625a3c" + +[[files]] +file = "resourcepacks/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb2_ashpikachu/ashpikachu_shiny.png" +hash = "5d77158e8327056ae1f09ff0c136ddbfb1794358836725690f95c0cd14637a05" + +[[files]] +file = "resourcepacks/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb3_ashgreninjaincomplete/ashgreninjaincomplete.png" +hash = "1db185e98a8de336afdf8f1522b545502137af2764b08474f11e514f4dd52a6d" + +[[files]] +file = "resourcepacks/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb3_ashgreninjaincomplete/ashgreninjaincomplete_shiny.png" +hash = "d9013c65c04d673830b7f1e932673d7af66840a019becefad7e9ead569c5a5cd" + +[[files]] +file = "resourcepacks/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb3_ashgreninjaincomplete/ashgreninjaincomplete_translucent.png" +hash = "4f063a7e451467e3633cd398d05ed0f63338bbf53d82c508000f5fcaee8c8225" + +[[files]] +file = "resourcepacks/BattleBond [V1.4]/data/cobblemon/spawn_pool_world/0658_greninjabb.json" +hash = "534f1ab45c8fa917462e823675fb0c97ccccd128ba7014b74c8c9096ba3a7f56" + +[[files]] +file = "resourcepacks/BattleBond [V1.4]/data/cobblemon/species/generation1/ashpikachu.json" +hash = "5ebf73202fd7575ead98f9fcdff4f43d76b3ea86e7d88914c6f29ada4e39660a" + +[[files]] +file = "resourcepacks/BattleBond [V1.4]/data/cobblemon/species/generation1/pikachu.json" +hash = "a20c0c946b1c14d3d169cde562f118a302aac7632e8d3c395d9dc3d205bd95b8" + +[[files]] +file = "resourcepacks/BattleBond [V1.4]/data/cobblemon/species/generation6/ashgreninja.json" +hash = "46ee6614296cf8d15ff4a769bbb4fd6e7715fcaed4d1744afba145709b443772" + +[[files]] +file = "resourcepacks/BattleBond [V1.4]/data/cobblemon/species/generation6/ashgreninjaincomplete.json" +hash = "db0771e45f2a49694ef7ebbc8e79f00f8c6e8faf4dedcd8efeca67a945fb33af" + +[[files]] +file = "resourcepacks/BattleBond [V1.4]/data/cobblemon/species/generation6/ashgreninjaincomplete2.json" +hash = "fb8105c2e5fe8af6ba9a81393d4df8d1664151225b92aa9c336224763a678850" + +[[files]] +file = "resourcepacks/BattleBond [V1.4]/data/cobblemon/species/generation6/ashgreninjaincomplete3.json" +hash = "be3a8985d08db32b620b31bac1bfbe11a062037df1f1ba48b492e2283615ab83" + +[[files]] +file = "resourcepacks/BattleBond [V1.4]/data/cobblemon/species/generation6/greninja1.json" +hash = "1a078dbdc930deaa9485050a3ea9197b9c4e9159241d3372b3e18781d1a00a5b" + +[[files]] +file = "resourcepacks/BattleBond [V1.4]/data/cobblemon/species/generation6/greninja2.json" +hash = "f5ff56eb31715567b3ec5cf993933663a7c28fa106ae84c72eb92db106218a8a" + +[[files]] +file = "resourcepacks/BattleBond [V1.4]/data/cobblemon/species/generation6/greninja3.json" +hash = "01d4b68ecd80c1aed88008605f0b724c386b798fddb8ddfb72ec3cc9c75fd388" + +[[files]] +file = "resourcepacks/BattleBond [V1.4]/data/cobblemon/species/generation6/greninjabb.json" +hash = "c145f3d7b02805e6cbb6ad89464259477ce7b31fdaab8980964d6c87740a9c38" + +[[files]] +file = "resourcepacks/BattleBond [V1.4]/pack.mcmeta" +hash = "13fa506447b06c2f8b35374746129742bfe0fa3ab96018c8d5cf04fbec9c84a0" + +[[files]] +file = "resourcepacks/BattleBond [V1.4]/pack.png" +hash = "9bf530a19485534008e9a3daeaffdb2498cb1a9bbd511fa3e0826119a62aad50" + +[[files]] +file = "resourcepacks/Border-Makeover-Style-9/assets/minecraft/textures/misc/forcefield.png" +hash = "1564e40d1eacc2f9fb7b5096c1d8f10efe955e708d6ad0d5087c9e46599b6541" + +[[files]] +file = "resourcepacks/Border-Makeover-Style-9/pack.mcmeta" +hash = "a77f0a40a76b8c0a12aa4db50cfff191745271d543118093418f8ef4199920d4" + +[[files]] +file = "resourcepacks/Border-Makeover-Style-9/pack.png" +hash = "2ed265d17c84bc286d85e1f844648dc85a656e4a11068f4eaa6522493719182e" + +[[files]] +file = "resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/cafe_alolan_raichu/cafe_raichu_alolan.animation.json" +hash = "e06baec7b3271259b01543d1b7947c5aa257da6bf267314cd5dafdc8580e22f2" + +[[files]] +file = "resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/cafe_fuecoco/cafe_fuecoco.animation.json" +hash = "d92ac2dc58e9b3bc3a5b952e3703a1b12cf9827b887ebadee5f8675cf4a3f402" + +[[files]] +file = "resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/cafe_jirachi/cafe_jirachi.animation.json" +hash = "66c9e20e6b82c6c27ce4477ddf7d7329be84253e0d580a14f4b405d2adb177eb" + +[[files]] +file = "resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/cafe_litten/cafe_litten.animation.json" +hash = "72bbb7eb393271e9d9d06d8df370483bb59b7723e5874cce6a8d818716e4bfd0" + +[[files]] +file = "resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/cafe_mew/cafe_mew.animation.json" +hash = "3946de21ed93614606fefb15093670139272c1202614951a10bce08703c19bea" + +[[files]] +file = "resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/cafe_slowpoke/cafe_slowpoke.animation.json" +hash = "bb06505c76cd88dcae81424089cbd317ccc4f5471ffe59c0d52cde94e006d43f" + +[[files]] +file = "resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/cafe_sprigatito/cafe_sprigatito.animation.json" +hash = "4f552818ef0ed9cdf9d8be1ed8d59dd0b71b3aeeb2b8ee557afcc031abe68ad6" + +[[files]] +file = "resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/kimono_mew/kimono_mew.animation.json" +hash = "c421c698829bbdf359166c9df6c87f7fce88ae892c417b05760194cdfad67d27" + +[[files]] +file = "resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/raichu_alolan_pancake/raichu_alolan_pancake.animation.json" +hash = "af64eabf4db852fef09452ee4718d84758d813fb407d758f69294b0e3d039ea1" + +[[files]] +file = "resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/cafe_fuecoco/cafe_fuecoco.geo.json" +hash = "aea688b87fb613a648d3f88b92a90361ae25cd77d5d8842fa360a69fffe28d20" + +[[files]] +file = "resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/cafe_jirachi/cafe_jirachi.geo.json" +hash = "4e7be269822001751c4c4b8b2256f1db02096b50e65e1e5a5d77a89c4eb84db5" + +[[files]] +file = "resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/cafe_litten/cafe_litten.geo.json" +hash = "dd706c170b6f19f9f7bf8a6227e04dc2150066d2664834c805f03ab3c4c75095" + +[[files]] +file = "resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/cafe_mew/cafe_mew.geo.json" +hash = "573b166a7bebbe38b35a22b31ae7469baf95df2589e56bfa3369ab9d1b86daf3" + +[[files]] +file = "resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/cafe_raichu_alolan/cafe_raichu_alolan.geo.json" +hash = "380522ce0584317bae9d18dce4b668888add8ec30d0a00fe5e0142108cd3f9be" + +[[files]] +file = "resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/cafe_slowpoke/cafe_slowpoke.geo.json" +hash = "535df5b20c40645fc1e2db53c913a061a83bac3b0054e494ea9433bf9fb8f09c" + +[[files]] +file = "resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/cafe_sprigatito/cafe_sprigatito.geo.json" +hash = "55f6cc30804f11c90ca1e698e2513034b9fb57669dd713ec70686ed525b57aae" + +[[files]] +file = "resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/kimono_mew/kimono_mew.geo.json" +hash = "07d2c852c0f30e2d7368020cd14ee6c7a859ce29146c8a52222ea0155ed9973d" + +[[files]] +file = "resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/raichu_alolan_pancake/raichu_alolan_pancake.geo.json" +hash = "b95e8b70ff11c30747e2e1d087c2b5d48bcd09ce911b2b025d23d68711cf5ea0" + +[[files]] +file = "resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/cafe_fuecoco.json" +hash = "6178571f60a9700268a2f3d8ab1159944d74feab35233524ce54e06131a64db0" + +[[files]] +file = "resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/cafe_jirachi.json" +hash = "ed1fadb985c991dce06c3a3f3da470733f4efb11493c810999d0a3635cb94d2e" + +[[files]] +file = "resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/cafe_litten.json" +hash = "3bd2f041cdf5422dd953a2a1fe67fc4dcb0d7a40af83e8cf9bfb1340ffe2a754" + +[[files]] +file = "resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/cafe_mew.json" +hash = "9af15017a820e30f0bd2b11d418fec050e1f15c6bd9d0128646b1abe9a72eae2" + +[[files]] +file = "resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/cafe_raichu_alolan.json" +hash = "3d1ce9dca655d8a09d155ef808ce30f942fb12dc38147e89d6282c3492b35f8c" + +[[files]] +file = "resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/cafe_slowpoke.json" +hash = "bb15fc4aa60c18272fbf296cb09dd53ae6abf220630fc5a2db69377040a31fcd" + +[[files]] +file = "resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/cafe_sprigatito.json" +hash = "ce8ed7cf710193cbd4053f59c85d5684a5f7d4682de885adff5d709185af7856" + +[[files]] +file = "resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/kimono_mew.json" +hash = "8db6a40b243a330fc94d3c41d907fe8528f4e24c919007129792c6a27abfbe5f" + +[[files]] +file = "resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/raichu_alolan_pancake.json" +hash = "1093f28e9af3e77b85b6c888b5176f1ab9032546342d9f2fe95f42d86ddbecc9" + +[[files]] +file = "resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_cafe_fuecoco_base.json" +hash = "0704475289167c29f1c94713beef6688cf61c7870afb147b72b9469a09c6b1f0" + +[[files]] +file = "resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_cafe_jirachi_base.json" +hash = "130117030cf98206dd59236b0b20fa53fcaf099fa29293d648fa993743d1857f" + +[[files]] +file = "resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_cafe_litten_base.json" +hash = "0ed19b2068f439b22db641d910ac45fb064852d1c303f9f09b4addd04785096a" + +[[files]] +file = "resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_cafe_mew_base.json" +hash = "94e7233e924b7f8f23c8c282306a6eb60cdb2e82192be1e224f5dc31d0b88d76" + +[[files]] +file = "resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_cafe_raichu_alolan_base.json" +hash = "a0b62d8e887e6da9d68e815b58bec51061fbeee532dcd7cc01f1e0c3137d4293" + +[[files]] +file = "resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_cafe_slowpoke_base.json" +hash = "fa35092c6a2f0d352bf4b731877d0f80a2b6452734277bac6a4c1c903b072b85" + +[[files]] +file = "resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_cafe_sprigatito_base.json" +hash = "eb23ee20aa243db6a9b87d3e28a566d9429241d9c710dd181db2bae48ad52fdb" + +[[files]] +file = "resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_kimono_mew_base.json" +hash = "13d729e919f895cfb0bfafaaed994f0f9112d8e09753ae2919a3faa9747b2bb1" + +[[files]] +file = "resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_raichu_alolan_pancake_base.json" +hash = "3d803c20b581e1a25cabc677a9091cf058d70b14c23d5d2c125d9189d32a3252" + +[[files]] +file = "resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_fuecoco/cafe_fuecoco.png" +hash = "d79efd68a5c475bd82b45fbb73d467ac788dec80000aeefac09775935631bf52" + +[[files]] +file = "resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_fuecoco/cafe_fuecoco_emissive.png" +hash = "6a3fd45e713b9559c313a000ff42c01a7a706b9eb1f6f00114a715b2fe75ba64" + +[[files]] +file = "resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_fuecoco/cafe_fuecoco_shiny.png" +hash = "0495a8e55f60b11b05f7164a50681310995da84ed6e2804f377b4556f54d8da3" + +[[files]] +file = "resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_jirachi/cafe_jirachi.png" +hash = "ddb555e522c159bb832a8151072a82a99e46c52862364e68b112825c61083730" + +[[files]] +file = "resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_jirachi/cafe_jirachi_shiny.png" +hash = "cb31087bda414293b9586613e95f06cab3012eee86bafbb324a5870269c8e2d2" + +[[files]] +file = "resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_litten/cafe_litten.png" +hash = "ee09fb0bf2e2f7f74bd5411292f43258091fafc40f3b4395566eeadf4e4894cd" + +[[files]] +file = "resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_litten/cafe_litten_shiny.png" +hash = "040a9400ae75bcea44d05278ec96111849f452144fc47a78b7f958632712f6ad" + +[[files]] +file = "resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_mew/cafe_mew.png" +hash = "848956e2f93fc0cceeb977da1897c4ca230384f4dce07b4a103ef144c7887550" + +[[files]] +file = "resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_mew/cafe_mew_shiny.png" +hash = "7d122309965afbbce8419441eb04ee59fe71d053bcefc6ddb3e5118625edb4ae" + +[[files]] +file = "resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_raichu_alolan/cafe_raichu_alolan.png" +hash = "60b46162206d4463c7a7a7a8001aa71cb57c6a3e24508f30fd36bb70cf96130b" + +[[files]] +file = "resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_raichu_alolan/cafe_raichu_alolan_shiny.png" +hash = "55b2d12a2047527776b92b17a59e1616414c7ddd89a51b26a91c5530ff7a0b98" + +[[files]] +file = "resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_slowpoke/cafe_slowpoke.png" +hash = "467c8fe563c854f1f1ebb3d0ae13a8562e57126a53920af345ce6aa8d0ea2861" + +[[files]] +file = "resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_slowpoke/cafe_slowpoke_shiny.png" +hash = "8083c935215744c7e6e34986080dc6c92ff8399a238c5bcccbff7972044b491a" + +[[files]] +file = "resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_sprigatito/cafe_sprigatito.png" +hash = "424d778d3f4717682561c1bd3a430a5fc1048f466f5d64517805e898b3b74c55" + +[[files]] +file = "resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_sprigatito/cafe_sprigatito_shiny.png" +hash = "3cba8ccf30bea284a5b7361154d74a8a71f99e8375a9fa8a86228c5d134aaf3f" + +[[files]] +file = "resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/kimono_mew/kimono_mew.png" +hash = "28f436f8ef8562f5dd9fce0a93ee1a92745e39eb16ac3d844ca82a0b7aac3038" + +[[files]] +file = "resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/kimono_mew/kimono_mew_shiny.png" +hash = "e8627fb4473b761a06c374f4ec602ea3fd78eec4dc4e2e71129b2837ccc4c2f6" + +[[files]] +file = "resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/raichu_alolan_pancake/raichu_alolan_pancake.png" +hash = "a0a822c99a0a8fccee93d506ba4456aad7f35ef12b02c51aa3d77aaf129edbb9" + +[[files]] +file = "resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/raichu_alolan_pancake/raichu_alolan_pancake_shiny.png" +hash = "91bf7ecad40261be2ef56564b3bf727c124a7d3755351d69c2c31e9752c9dc9c" + +[[files]] +file = "resourcepacks/CobbleCafe/data/cobblemon/species/custom/cafe_fuecoco.json" +hash = "cb3cc65ff7272a6eed2204d57f1f9a4c4dfc2185b76d91d4b59cbc2b476370f4" + +[[files]] +file = "resourcepacks/CobbleCafe/data/cobblemon/species/custom/cafe_litten.json" +hash = "fc3b243fb245437e4a9a53e76623f3efda440f9040a3dbd38d8875a088b95ec4" + +[[files]] +file = "resourcepacks/CobbleCafe/data/cobblemon/species/custom/cafe_mew.json" +hash = "252d3ba24b9a4822f06c501bd85037a7944aae252c1ada26f4426271151d39ad" + +[[files]] +file = "resourcepacks/CobbleCafe/data/cobblemon/species/custom/cafe_raichu_alolan.json" +hash = "7a52f6fd08cc701139443a0404d74f1a7f2f36882672a35eaaeadff23352c4c0" + +[[files]] +file = "resourcepacks/CobbleCafe/data/cobblemon/species/custom/cafe_sprigatito.json" +hash = "5d99ad0b7c908247d502d4551bc2771a99bfe34afe0b8af3065b1c6f137af699" + +[[files]] +file = "resourcepacks/CobbleCafe/data/cobblemon/species/custom/kimono_mew.json" +hash = "98a2c7c218592d8196e38be6f3f00db8fc61a3bf713a300550ed4170b3bddb56" + +[[files]] +file = "resourcepacks/CobbleCafe/data/cobblemon/species/custom/raichu_alolan_pancake.json" +hash = "7a52f6fd08cc701139443a0404d74f1a7f2f36882672a35eaaeadff23352c4c0" + +[[files]] +file = "resourcepacks/CobbleCafe/data/cobblemon/species/generation1/mew.json" +hash = "0a814911ecd840331c2ad6206ed7d4e74a8d5682a8f992fdf07959dfacef456f" + +[[files]] +file = "resourcepacks/CobbleCafe/data/cobblemon/species/generation1/pikachu.json" +hash = "cd4d5a5e9cc799aec960a0e123a0432507c6e86b52b6e39d9eef6c0ff02427fe" + +[[files]] +file = "resourcepacks/CobbleCafe/data/cobblemon/species/generation7/litten.json" +hash = "d1c6816af0d23373c8a9e92255b324ee1800f84be04934740289e6a0d32393be" + +[[files]] +file = "resourcepacks/CobbleCafe/data/cobblemon/species/generation9/fuecoco.json" +hash = "f641ed6fb98512c63f8e96b02fa5751745ec4555696d426f46ba6b515c74512a" + +[[files]] +file = "resourcepacks/CobbleCafe/data/cobblemon/species/generation9/sprigatito.json" +hash = "b62d66887486e6dc94f1b9b060afcc1245fe838662f75b364965981b1cae756c" + +[[files]] +file = "resourcepacks/CobbleCafe/pack.mcmeta" +hash = "35c631b4a35ad376a342ab7521454c37f7b8b677a43c756d42bde4c4b9d9629d" + +[[files]] +file = "resourcepacks/CobbleCafe/pack.png" +hash = "cf84c13db32e733fc4c9f57ec301bf42447ab2d802af5687871c850a687c1f49" + +[[files]] +file = "resourcepacks/EclecticTrove-1.20.1-1.3.0/assets/legendarytooltips/textures/gui/tooltip_borders.png" +hash = "eddafc0ea80746796e5092b66acdecb233bc84975d1f03080d211838a8c5931c" + +[[files]] +file = "resourcepacks/EclecticTrove-1.20.1-1.3.0/pack.mcmeta" +hash = "78894c626cfa6e03127b4c8b26a63eed96525d12ffcfcd6eb7ca495f40bbc04b" + +[[files]] +file = "resourcepacks/EclecticTrove-1.20.1-1.3.0/pack.png" +hash = "8ecff1376756fd911bd77f1cbc1009757ef23ad568e4479f3f9fb0c1ceb0b473" + +[[files]] +file = "resourcepacks/Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork.zip" +hash = "f1aca88ced56181654409f94c8d8f8f463d867851e990584d532e7579701cfa6" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/arceus/arceus.animation.json" +hash = "642479b49f51aa6456670ba0d6581df335976c05f1e7031576b936f09a714c28" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/hooh/hooh.animation.json" +hash = "4029aba7210360b7fd5065339e18c4d9142957bbab83538050abccc8685b2ae3" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/hoopa/hoopa.animation.json" +hash = "4a78040817e934b593e2550c57febb1465a524fce9ffcbd85abe27847d5e46b9" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/koraidon/koraidon.animation.json" +hash = "7d72b1e60bafa8cb88b1960ef466217b7bcaec94ac6bfb663a2b6d7ddbae1805" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/koraidonpd/koraidonpd.animation.json" +hash = "237148378d1ff81c9b40760691bb30f33da134b40942fd86df8fa047dd8905a4" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/kyurem/kyurem.animation.json" +hash = "21cbc5c10174b0573153cfe396dd2a498173efee07ca3070e75b982b1437e449" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/lugia/lugia.animation.json" +hash = "dd575eadb924352ef9d14ca40c5c2ed18624e63c6f03ded1010cac18cf5fe087" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/miraidon/miraidon.animation.json" +hash = "bbc1927e1733b77af4684f1916936bae29eec9db666a6e971b80cfd682976baf" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/miraidonpd/miraidonpd.animation.json" +hash = "eca76b5490a2f0e3b20468f478edd07704a3cb09c3a94b37eda665cea0077095" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/reshiram/reshiram.animation.json" +hash = "3d735a989053720361eb2963e3656ae3694587c3b3f1c71acdf65d1b71758e6e" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/zekrom/zekrom.animation.json" +hash = "29567927988cd935e24b2d8b42733056918e3108216e41f84d665a9e12d45716" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/zygarde/zygarde.animation.json" +hash = "daa344ba10d1ce5e4cf68135ed7390f37375ed4f762ea23b2c66f5a802f75582" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/arceus/arceus.geo.json" +hash = "1225ff1d4d06bd4558eeb59795df0e1b3b5c128e7560485bb19ab86be6074a51" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/hooh/hooh.geo.json" +hash = "10007d203d629e4ae9ee36cb57d93f756515be0a0d9319323f6907184c21ce0a" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/hoopa/hoopa.geo.json" +hash = "3358b23355dc5b9a12b4c8a8e31dc427142281b4b1d3aa2433864e63b0aa14e9" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/koraidon/koraidon.geo.json" +hash = "9ab7d643e40ee1affac01923b7c4d8ab04fb51260b5e1fe9e32bab13afbf371a" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/koraidonpd/koraidonpd.geo.json" +hash = "595ef82f06882c5bff558d2335fbfaa2922f01a911bc804cb80f209afa847154" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/kyurem/kyurem.geo.json" +hash = "3b7d94c09afb1cee5b8c3e2dfca94fa1c5b1fa7fd5289605aafd6d656d683c08" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/lugia/lugia.geo.json" +hash = "432ef79b308f798e7a4995704648043eae730a8c6b6125dfb3c751b0ca15572e" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/miraidon/miraidon.geo.json" +hash = "face89421a5b59f0e9c2731019284270140733e52a3225941317312bdfd85490" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/miraidonpd/miraidonpd.geo.json" +hash = "7dc70cfd7ee7e706c15e3ff0db099a61b108b51171ecf0b29c6ea14a91fe3d61" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/reshiram/reshiram.geo.json" +hash = "d34b90d1a35cafbd586ed178b4bec3aa4994388bd02c46e22b69b9ce1b8db2f9" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/zekrom/zekrom.geo.json" +hash = "a543f302d542f687b6e061c4279656487842a307659990781e0784896e1848d6" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/zygarde/zygarde.geo.json" +hash = "faf28bbb9a94c112d7ff9f6b20743ab028b414b8eab32e5f73d44eface8405b3" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/arceus.json" +hash = "056d8bd4ad6b3759c80cd7bc5df46465530ab00ee2ef4fd0e70fabb01d631a18" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/hooh.json" +hash = "c91e1818f8107b7259341c497508c4d37abdfa08f6f249873a136f70a51e7ede" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/hoopa.json" +hash = "cbb8d5ffa54a6883ad14bf137692c0208af3eb869a02d610bd15df96d6417aa9" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/koraidon.json" +hash = "239e9a5ad8b4b3b55d540ee41df86152f3524d4d36fe8858877ba994f2f1fded" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/koraidonpd.json" +hash = "cef8b9aae39123360e69c6313e24d09223bf9bcaf4e829c80433323418377afa" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/kyurem.json" +hash = "f54219fff5f7765f7c49e4194e091bc6b1398cf52527cbe40019a786378795e8" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/lugia.json" +hash = "a2144f294ee94991f42cb32424fe736238137c873c886b7bde9f08fefaaf84be" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/miraidon.json" +hash = "e4b5d413558cadcbd61573d5017e673a0c28c1cc8d1e4d2f926812bae3c5cbee" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/miraidonpd.json" +hash = "76c355dc394136e8171e22d4f506894f68694ebfbcc6f53fac5988ac6c60e366" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/reshiram.json" +hash = "b3709bbd95a7cb464211f8dcaa4e6b70a1a525ecef6180f189cdc2455fcaf6fb" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/zekrom.json" +hash = "38947f6fa5f1a685528794c24134eb351ddbe869f593e41795b9b3c474c17fd4" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/zygarde.json" +hash = "27f6dde79f93ec8af939b190fa1b5356a49e332eabddcfaa564d2384970d7d0d" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_arceus_base.json" +hash = "dcd1a6251dd4c2136601595dab1f92ac5237d79646ad8a1e8b872b0c6d2dd39c" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_hooh_base.json" +hash = "9219253e6ac6df5e639785b46bd7e4a417c7aa25a609bceb1d7c6f81017e5b8e" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_hoopa_base.json" +hash = "498e8c0a6c45570d5b110972eeca03f7b3ec7b01a9daf5ca7007283cdc9ebba5" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_koraidon_base.json" +hash = "0044cfc90c066e531bc7c0b227ee76b6344a07a0513ab750f56cae8ab279ddca" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_koraidonpd_base.json" +hash = "ffd19d98458bc7377187c453446f4418dfc3330f4367ece8f861025d480c6967" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_kyurem_base.json" +hash = "bacce330f856b057724bb7ec05450f548ffc58dd06f356c835294e02e1227cfe" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_lugia_base.json" +hash = "809823120303239985283a4de26724a76dbc552ce99709a7c4f77910245b75a0" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_miraidon_base.json" +hash = "703d6005f29d82c8730a0a166ded4f64f389bd85296ba1acd6bef9aba834ca2a" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_miraidonpd_base.json" +hash = "c917983625fa8aba499cbd89b93828cfa3c46bab11655b828beb5a040f0ab42e" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_reshiram_base.json" +hash = "8f8f34b952c130ec4089c4620f3bfa30d9df62a9e5102f58332dd52a48b74776" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_zekrom_base.json" +hash = "c4a6beab1cac1f5cb9e98b592d064e1b68e9b3fbf1a504cd291a049f765e6528" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_zygarde_base.json" +hash = "1ab669e291996f4d4193375f85618e0c6230832572e6247d21b8f086b426af62" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/lang/en_us.json" +hash = "f9312bda7655b0f77eb3d2a82168cf939fe81a39f074d460b7f2bcb899bfa48e" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/arceus/arceus.png" +hash = "594e598da57dc5f9f497e65f898e57cb9f78ca7217b40630a6b60d8484529206" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/arceus/arceus_shiny.png" +hash = "f88d50e1c763a0d6a0cb763ec159cea9733fd084485a21c70f37e22512d2cacf" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/hooh/hooh.png" +hash = "2b51cc09baea18f82eb39434be5c542f82c78ee00dd82e7a7f202b239e1194e9" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/hooh/hooh_shiny.png" +hash = "9bb0512e24dea26871bcbc2c335f790d3aa222daf454386bc7f93f228e005849" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/hoopa/hoopa.png" +hash = "7adf0c249907ca862e1fabe634db12028cda9085b2656c89e6f8aba152753516" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/hoopa/hoopa_shiny.png" +hash = "a0c262def8e75aedaa8209fce74b3a3917f5f71dbc139e61d59253efed7452ec" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/koraidon/koraidon.png" +hash = "ab1e21a430264605682b14df8c435879bc02cebd92ab7a909ea9ccec834ea5e9" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/koraidon/koraidon_shiny.png" +hash = "2ccaa623682a4cf6c7a2011f9464875f054690fcae72ce94b0960ebb23dfc826" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/koraidonpd/koraidonpd.png" +hash = "963262d529841a9f42c8fd822b95db58c1805ea8e0fe2221630c2fd848704518" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/koraidonpd/koraidonpd_shiny.png" +hash = "825b045df0b5a50453bed9d85af38b727cdedb2755bafca441ca5b0083fedb30" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/kyurem/kyurem.png" +hash = "5fa6c0d777361e714895a4601b174ef3425f4b9f76d887b071ee5a9fd34ae1a4" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/kyurem/kyurem_emissive.png" +hash = "1487d282632932f8105e9a9d8823a2c01b78933006f2718fb077a1be66218836" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/kyurem/kyurem_shiny.png" +hash = "f051b65a9a083ead2cd8b7e3854245906cb51c33cff2a5e3eac3becdd9fd69d3" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/kyurem/kyurem_shiny_emissive.png" +hash = "77c53ed178b3e3466a2001b1ebed87e71951346d0dbcc7a8a17a47da080c9aed" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/lugia/lugia.png" +hash = "f8a006d1b3b313b7ec5ff031dc1467811d542b656fc3772587877f87da9ccbe1" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/lugia/lugia_shiny.png" +hash = "5c7daefb76f2ee4c00bd01dfc0b0506902ad954b7828601ffddce42380169b6d" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/miraidon/miraidon.png" +hash = "47a9fa54902a17f2f4a6a12fbba158501ff1883872adff01541185bb7d9b024c" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/miraidon/miraidon_emissive.png" +hash = "e15aabcd727b7209b903b21a196acc0627fffdb7f6f8fff32d93a1c4bd541bd4" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/miraidon/miraidon_shiny.png" +hash = "3ac880621349682064b4780f7c92c46c507c2246c6405aeafc912b4e2868b9fb" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/miraidon/miraidon_shiny_emissive.png" +hash = "e15aabcd727b7209b903b21a196acc0627fffdb7f6f8fff32d93a1c4bd541bd4" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/miraidonpd/miraidonpd.png" +hash = "3a683de362a5695fd37b3e6cff20ce757eef9c07d69db32de06ad652de39fe60" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/miraidonpd/miraidonpd_emissive.png" +hash = "58bfc7d4c0bf27404ff0ee8a0b557aaa7e67a35a761fa8a38dfd1b0d412da750" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/miraidonpd/miraidonpd_shiny.png" +hash = "caf9d73918a165d75b908adc3ac38543b9cfb495f07639736a7841e6f04cbaa5" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/miraidonpd/miraidonpd_shiny_emissive.png" +hash = "58bfc7d4c0bf27404ff0ee8a0b557aaa7e67a35a761fa8a38dfd1b0d412da750" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/reshiram/reshiram.png" +hash = "ff5731a04b173cb3cdb7de37d9cfbc23964a61a3ea4ebfd5cc45d14318c0188f" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/reshiram/reshiram_emissive.png" +hash = "6df31869e3f44f9c0405ceab87720fecc9fc50f23beb6f82dd7fa14833158ddb" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/reshiram/reshiram_shiny.png" +hash = "b171159131ffb361512aedd8c5f2b33c21073a2dfac80ecffb1ee71516e50599" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/reshiram/reshiram_shiny_emissive.png" +hash = "ea58e0b6e5f0a66ef0b62adc9cce795bdf167c2edb268fba8e4f7246ebfe95a2" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/zekrom/zekrom.png" +hash = "50103f938109a5cacc2c7ff0109b5badf683fa8f6c6d62102e1f64799fef37d0" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/zekrom/zekrom_emissive.png" +hash = "6edf5312bf9d32a43f481592e93e486ad89adc36e910f81a5858fddda5b7ef9d" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/zekrom/zekrom_shiny.png" +hash = "1573180cbc1cd1c3a8940423504e68753a22683355349f41bb49b90d5b1cfd2c" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/zekrom/zekrom_shiny_emissive.png" +hash = "01ecd11b47e4de39f7c1fda6825feeb5387b3abcaa8b2417d2febe7472a8fa4e" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/zygarde/zygarde.png" +hash = "1011149d65014a826b347f555f0129a3e4324ba186ccf0ca4cb52ce04db4cec9" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/zygarde/zygarde_emissive.png" +hash = "582e0fee8c4fa4ddf4915def065646cff7ac8734d533527496749e4ce85e2b86" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/zygarde/zygarde_shiny.png" +hash = "fd278b8d7b31cf20a38503337249c83c5be516847766939dec289ab4e585f708" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/zygarde/zygarde_shiny_emissive.png" +hash = "a9b7d1dbc6d0380e012a21e95d684e58e5dfd2d1686264f394e71d9d17e012c0" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon missing legends/species_additions/arceus.json" +hash = "3a2a8b20bc1fe5e852eca1592a56483250d9969b7e14df5377f00859ac6e0432" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon missing legends/species_additions/miraidon.json" +hash = "088ead5200e2eec4fb4c0e182ae2ca2a593dc7d99cd7d04eade0d2d090e33175" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/spawn_pool_world/0643_reshiram.json" +hash = "3b9e42274ee2f5608319a83901e0a94d559395d69eddbb56bc7fdb07476f4865" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/spawn_pool_world/0644_zekrom.json" +hash = "0887f0e0a56272db26b60d7e7d361ffbbe1f6270cf1c61a7719f6cb8b8e7da2b" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/spawn_pool_world/0649_genesect.json" +hash = "bcc359bd6e429d85d3b57092ef647290273d13bf2ff11f643dfc68bf809f605f" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/custom/koraidonpd.json" +hash = "f330552b5f83c92c560386342d7f7fdddcb8d26c4425cd31d0db3c3c0dffa766" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/custom/miraidonpd.json" +hash = "7592998e8d3762ee75ea4823de200dbc6d21708d6d8d0a66909f19727103c63e" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation2/hooh.json" +hash = "e1b77c99f2e5349a860ec1b9f1d995c8dee46a3290071bd6e6899fd47def15d3" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation2/lugia.json" +hash = "67b50163e71f081588c6227c26d3409cd1abfd1e4dbbed3a92a7d5da4373423c" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation5/kyurem.json" +hash = "9e57a3a1968a49086386e276ff00c4463560bc78e8962174c11d4b49deea7dce" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation5/reshiram.json" +hash = "ea07b7f7757375a782a824f3a50df512647d088c3cc18d51ee5f9d6453316e9b" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation5/zekrom.json" +hash = "87f8f1b8ac405ec6bb146d12e72d2bf21f867c56384b25dbccd91e75126a50f4" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation6/hoopa.json" +hash = "76bf68b0fc36435b54dc0757fe33bad9e5aa6bdf062cb687e5436876d337a0a6" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation6/zygarde.json" +hash = "55bb693e11863c7ed25cfd4c1f62889deecd0ab78e3b536715bf8a1c34f41d2c" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation9/koraidon.json" +hash = "84155ce536541110df67730731c9e435d881db6151bb8aad7e5dbc78e957208b" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation9/miraidon.json" +hash = "bb6b03b0d9383a45b0a7f5a1f2ad23f7cb23a6ed92aca91d74d6ef3331a72ac8" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/pack.mcmeta" +hash = "33cd44baf00b49404934588312c3fd9ac6f90ccad7a54f5a8540217d402147ec" + +[[files]] +file = "resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/pack.png" +hash = "0f05cbef20e76c547d3c5e0d0dd70e0b6bbbcf13516f46ebe24d1df32edfb82e" + +[[files]] +file = "resourcepacks/Star Academy/assets/advancementplaques/sounds/ui/toast/challenge_complete.ogg" +hash = "228bbf5d0ae8c0f6eb00ee63e33ff0e6a0cd9fe2eabf045108a27d4c0d05e3bf" + +[[files]] +file = "resourcepacks/Star Academy/assets/advancementplaques/sounds/ui/toast/goal_complete.ogg" +hash = "228bbf5d0ae8c0f6eb00ee63e33ff0e6a0cd9fe2eabf045108a27d4c0d05e3bf" + +[[files]] +file = "resourcepacks/Star Academy/assets/advancementplaques/sounds/ui/toast/task_complete.ogg" +hash = "228bbf5d0ae8c0f6eb00ee63e33ff0e6a0cd9fe2eabf045108a27d4c0d05e3bf" + +[[files]] +file = "resourcepacks/Star Academy/assets/cobblemon/textures/gui/party/party_slot.png" +hash = "6bcb18bd03485c9ae8369167dd957265754d225c75fd64689cb66de51239db66" + +[[files]] +file = "resourcepacks/Star Academy/assets/cobblemon/textures/gui/party/party_slot_active.png" +hash = "7f16ad606e96f469f23b82acd54dd452ac5aded0c48e9848c6bbaa31061ae252" + +[[files]] +file = "resourcepacks/Star Academy/assets/cobblemon/textures/gui/party/party_slot_collapsed.png" +hash = "d0190611ac50de9369343324c2d7f1d69f06a32ccb5ad4fa51ab8c08ff244103" + +[[files]] +file = "resourcepacks/Star Academy/assets/cobblemon/textures/gui/party/party_slot_fainted.png" +hash = "121d2aea32ef7fcb28ab164ab8b4cc77a10a8dd37041640d2bada915b06d78f2" + +[[files]] +file = "resourcepacks/Star Academy/assets/cobblemon/textures/gui/party/party_slot_fainted_active.png" +hash = "148bf433130626cb8498cdf05e68fa5d4dcae904c595e4da7743742a16223738" + +[[files]] +file = "resourcepacks/Star Academy/assets/cobblemon/textures/gui/party/party_slot_portrait_background.png" +hash = "8cac7e082061dcd49875396e58c8cdc52f1110b0a2c20b615fc83a0a7e7f658f" + +[[files]] +file = "resourcepacks/Star Academy/assets/enhancedcelestials/lang/en_us.json" +hash = "81e3a90d742a57e1949ca1c1b8bab7d8767e5c3f32b031de527c9711887b6f41" + +[[files]] +file = "resourcepacks/Star Academy/assets/minecraft/sounds/ui/toast/challenge_complete.ogg" +hash = "228bbf5d0ae8c0f6eb00ee63e33ff0e6a0cd9fe2eabf045108a27d4c0d05e3bf" + +[[files]] +file = "resourcepacks/Star Academy/assets/minecraft/sounds/ui/toast/goal_complete.ogg" +hash = "228bbf5d0ae8c0f6eb00ee63e33ff0e6a0cd9fe2eabf045108a27d4c0d05e3bf" + +[[files]] +file = "resourcepacks/Star Academy/assets/minecraft/sounds/ui/toast/task_complete.ogg" +hash = "228bbf5d0ae8c0f6eb00ee63e33ff0e6a0cd9fe2eabf045108a27d4c0d05e3bf" + +[[files]] +file = "resourcepacks/Star Academy/assets/minecraft/textures/gui/bars.png" +hash = "b9334c2a22d5f99b83f2d31e27412176ce64d532a124509351b7f8f416fa471f" + +[[files]] +file = "resourcepacks/Star Academy/assets/minecraft/textures/gui/container/anvil.png" +hash = "b62064d753da9d1d998967ba0ce873b7140a369dc18355916a8ee06e5f2342b4" + +[[files]] +file = "resourcepacks/Star Academy/assets/minecraft/textures/gui/container/beacon.png" +hash = "b16feb4271f4cc14877c780522b8244cded04bac21629b23bd07e24cc6b34003" + +[[files]] +file = "resourcepacks/Star Academy/assets/minecraft/textures/gui/container/blast_furnace.png" +hash = "9b338a7b04658acb6dfc95effc0672e162a8a39e9267aee836718c9e88061a53" + +[[files]] +file = "resourcepacks/Star Academy/assets/minecraft/textures/gui/container/brewing_stand.png" +hash = "8f28ea6abc08c6e881136c7ebb58eb6bfd536db2155a361e064d4cfaa909b407" + +[[files]] +file = "resourcepacks/Star Academy/assets/minecraft/textures/gui/container/cartography_table.png" +hash = "177ee9a24c5fc5c2315b3ab1b035642e98e2a8aa6ccaa6fe9c72dcae724963c2" + +[[files]] +file = "resourcepacks/Star Academy/assets/minecraft/textures/gui/container/crafting_table.png" +hash = "c70e984343a411e7262bb9105c2b803deac085a5b7622aafbb3cf530a0e392e6" + +[[files]] +file = "resourcepacks/Star Academy/assets/minecraft/textures/gui/container/creative_inventory/tab_inventory.png" +hash = "eb0288f15d46a8dca983857053f36c208d52255679bfc4f5d7c23863bcd5710e" + +[[files]] +file = "resourcepacks/Star Academy/assets/minecraft/textures/gui/container/creative_inventory/tab_item_search.png" +hash = "35f7ac2c0ada77289877d1494756269cd83fb76cdf9743f52f08a817d4a64e05" + +[[files]] +file = "resourcepacks/Star Academy/assets/minecraft/textures/gui/container/creative_inventory/tab_items.png" +hash = "cc0d88a3755419e670a1bd99ee65cfea5b46ce6c96549417c5d40a7715dae373" + +[[files]] +file = "resourcepacks/Star Academy/assets/minecraft/textures/gui/container/creative_inventory/tabs.png" +hash = "d8906e8675a49f678dbd888cbcd170e7228dbe83033d3c96f0b7ffa67e1775c6" + +[[files]] +file = "resourcepacks/Star Academy/assets/minecraft/textures/gui/container/dispenser.png" +hash = "7f898ca63c2de6f74f84575c76ce1b415360aec7fb51bd8cc78d996c60205be9" + +[[files]] +file = "resourcepacks/Star Academy/assets/minecraft/textures/gui/container/enchanting_table.png" +hash = "1590e12c1e11a9d6fa45bd63bbdc4ebcaa27db30404fd60f0b7ec39ac541ee5b" + +[[files]] +file = "resourcepacks/Star Academy/assets/minecraft/textures/gui/container/furnace.png" +hash = "9b338a7b04658acb6dfc95effc0672e162a8a39e9267aee836718c9e88061a53" + +[[files]] +file = "resourcepacks/Star Academy/assets/minecraft/textures/gui/container/gamemode_switcher.png" +hash = "3d9ad504663e7461d96958f5b1aefae1aa6144b2d384f039ce3aec7682f62e2a" + +[[files]] +file = "resourcepacks/Star Academy/assets/minecraft/textures/gui/container/generic_54.png" +hash = "238b9b3a32bb08a58a22e1b103231a53af6892426d4b2980e5dfa55c673b287b" + +[[files]] +file = "resourcepacks/Star Academy/assets/minecraft/textures/gui/container/grindstone.png" +hash = "d8c04f02b7ea0891e31dff84be89f1d1a4f3d3c297e80728ec2dcb6484febeae" + +[[files]] +file = "resourcepacks/Star Academy/assets/minecraft/textures/gui/container/hopper.png" +hash = "094a0dc0685988d9a12b640dc9111073dbab727c2a8039315d24e35b132772c9" + +[[files]] +file = "resourcepacks/Star Academy/assets/minecraft/textures/gui/container/horse.png" +hash = "cba8dfd6cfda9d3eb6da3e5cd0fcc33a3fc890bad056666901eb25738d4c3121" + +[[files]] +file = "resourcepacks/Star Academy/assets/minecraft/textures/gui/container/inventory.png" +hash = "5336f2610dfe0d9bd798596499c3db7482ff482067118599befe6544609f337f" + +[[files]] +file = "resourcepacks/Star Academy/assets/minecraft/textures/gui/container/legacy_smithing.png" +hash = "d9d3a99235d18e4a069284ce1ef3b645c733c43a7a8f3258521b6e5a31830bb2" + +[[files]] +file = "resourcepacks/Star Academy/assets/minecraft/textures/gui/container/loom.png" +hash = "ce63debd8584a7ae654716258aef5a7345e6b1d2691849af66697adb0fa6f29b" + +[[files]] +file = "resourcepacks/Star Academy/assets/minecraft/textures/gui/container/shulker_box.png" +hash = "e248a64a7abdb72fa88c40588cef7e6b81b5d0f59df3b6c5af88196cdbf9fa35" + +[[files]] +file = "resourcepacks/Star Academy/assets/minecraft/textures/gui/container/smithing.png" +hash = "1d3a481161145701863ba4596c2edcf9ab9d55a8715782e7e54f65a2bdb0e051" + +[[files]] +file = "resourcepacks/Star Academy/assets/minecraft/textures/gui/container/smoker.png" +hash = "9b338a7b04658acb6dfc95effc0672e162a8a39e9267aee836718c9e88061a53" + +[[files]] +file = "resourcepacks/Star Academy/assets/minecraft/textures/gui/container/stats_icons.png" +hash = "6d0fcfda958ad333e3cbc4a27b60fad2efb5b1da839c3d28851013eb491844d5" + +[[files]] +file = "resourcepacks/Star Academy/assets/minecraft/textures/gui/container/stonecutter.png" +hash = "72b5129c6ba78fa0b39aa5d32e1a59cf8cbc3c1b3670bba15613f0fc3110f6a9" + +[[files]] +file = "resourcepacks/Star Academy/assets/minecraft/textures/gui/container/villager.png" +hash = "af03c947aab2954158444def04355ec2096ca56e55b65fc45f9bc88c1f869887" + +[[files]] +file = "resourcepacks/Star Academy/assets/minecraft/textures/gui/container/villager2.png" +hash = "af03c947aab2954158444def04355ec2096ca56e55b65fc45f9bc88c1f869887" + +[[files]] +file = "resourcepacks/Star Academy/assets/minecraft/textures/gui/icons.png" +hash = "50436afe229ad6f8715dd9b71388894c6e4c340be7ee9450a821b44a8ec1ecf2" + +[[files]] +file = "resourcepacks/Star Academy/assets/minecraft/textures/gui/light_dirt_background.png" +hash = "80a8de95fc33db85c5de5cb4e235ee9231830f78af041980bf5127db256a218e" + +[[files]] +file = "resourcepacks/Star Academy/assets/minecraft/textures/gui/options_background.png" +hash = "7be9a5222375436aaddfff21c408ea9859f85d625749efe0fd037d9114ce4450" + +[[files]] +file = "resourcepacks/Star Academy/assets/minecraft/textures/gui/recipe_book.png" +hash = "7c96d85fc0df5b23c2f5b0fb9d8759686c2406be521699a09ef1ad2e2a01c218" + +[[files]] +file = "resourcepacks/Star Academy/assets/minecraft/textures/gui/recipe_button.png" +hash = "ec6136a76e9d03829482cb8afa238ecc01ac0724f2d4c808d76c0e09b335072a" + +[[files]] +file = "resourcepacks/Star Academy/assets/minecraft/textures/gui/resource_packs.png" +hash = "2386ee0dbe409f497a4be72a940689febda67b9b718676c2afe4fbca8ecee33f" + +[[files]] +file = "resourcepacks/Star Academy/assets/minecraft/textures/gui/server_selection.png" +hash = "ea989f0150ad77292d80b71f030495466467de3ed361514ab24a430eb68860e1" + +[[files]] +file = "resourcepacks/Star Academy/assets/minecraft/textures/gui/slider.png" +hash = "ffa68571d3fe7b5871d56c70d7639df35f0e0e14c5e3221ad8557db714cd4ad9" + +[[files]] +file = "resourcepacks/Star Academy/assets/minecraft/textures/gui/tab_button.png" +hash = "652697fc82c0e0a5af440b1756b5e55f6a4d6815a1c184067c9af11b82d982fe" + +[[files]] +file = "resourcepacks/Star Academy/assets/minecraft/textures/gui/widgets.png" +hash = "db970a4290f9cafd5a0317ecdecbb72b30cc5ebc0f203d6e1015e5dfbc303af1" + +[[files]] +file = "resourcepacks/Star Academy/assets/minecraft/textures/gui/world_selection.png" +hash = "d6d999c45ae655140b7343228a747f69cc6727a54ffa86cd1ccc28797565778c" + +[[files]] +file = "resourcepacks/Star Academy/assets/minecraft/textures/item/magglass.png" +hash = "85b5ff19f728d9011884181f57bcc331fb7c569ac5d89f40a7eba2e24c09edaa" + +[[files]] +file = "resourcepacks/Star Academy/pack.mcmeta" +hash = "07c8c03cea425778bb825a2ada3d1dda10658f8b83c19c9ebc8be313d000f2b5" + +[[files]] +file = "resourcepacks/Star Academy/pack.png" +hash = "68e822410a8fd908d012ffede210850d968f3460044164ab555101ba0489b837" + +[[files]] +file = "resourcepacks/VidyaPokeCriesCobblemon-V1.2.zip" +hash = "118b7f87ae812d1d6360d1e6f42734d1399c25e19c5cf75aaea73599e8658480" + +[[files]] +file = "resourcepacks/Vivillon Pride Patterns v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0666_vivillon/0666_vivillon_pride.json" +hash = "90e172a49a214c714d1d657117b4553f89e293051215656ce6a4478999e8f74e" + +[[files]] +file = "resourcepacks/Vivillon Pride Patterns v1.0/assets/cobblemon/lang/en_us.json" +hash = "1ae4561e562dc894291e9c7a24e2f37b582dbe82082060027a8fbc8f25d9fd1c" + +[[files]] +file = "resourcepacks/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_embroidered.png" +hash = "c6b23f785a483e6f3064b3d85fb245b12f3c0339f1cfeed2dd0869eae717e11e" + +[[files]] +file = "resourcepacks/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_minty.png" +hash = "3dc432dd6ab6b6e27130d052c5e094ab87945b1447cf8aa39c3822f675f5d9b2" + +[[files]] +file = "resourcepacks/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_monarch.png" +hash = "072b5758e5afad95d09d80c5b13878890d33a9674954c6d51f6467f34867d37f" + +[[files]] +file = "resourcepacks/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_null.png" +hash = "86a80995510c017628b67f3cfbf01816bd864f80425b08fd3f02f0d02a8cdc5e" + +[[files]] +file = "resourcepacks/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_pelopon.png" +hash = "ae92046c9e03898cd1768bb8851e20e864d798573db7ebfcac1197ace0b016ad" + +[[files]] +file = "resourcepacks/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_prismatic.png" +hash = "5e48bd093bdc3467ac76fabf2383db8acc2d4d4e0311dbc73fda166b35e202a2" + +[[files]] +file = "resourcepacks/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_ringed.png" +hash = "af85ebf1ee1367bacad717f8e117894547ffa628dc3d56038689f9bf901ceacc" + +[[files]] +file = "resourcepacks/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_tangy.png" +hash = "c3ba8a95040b215921fe794913584cdce477f499059803bca303190e317e7a23" + +[[files]] +file = "resourcepacks/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_template.png" +hash = "2d71d2c5756abccf4114909bad793782dd399d00202bab74ecc7066d6d8329e2" + +[[files]] +file = "resourcepacks/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_toned.png" +hash = "4d2404e6bee60a082ffc1b83f9feadbd94efd151af4ba1970640d698f5637bf5" + +[[files]] +file = "resourcepacks/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_twilight.png" +hash = "c84b77721c4fcc4ed7ad5d76aec302fe9220788023976adaafe2da7bfc014e67" + +[[files]] +file = "resourcepacks/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_ultraviolet.png" +hash = "cb24fbb8902eb172292726a8b7da4666fba8a1d917720cd38184a88d6d61ca6f" + +[[files]] +file = "resourcepacks/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_whorl.png" +hash = "59bc57bd79fbf5a2e0c0c14451af0362e694b2632e9bb80cedf7b0638d134142" + +[[files]] +file = "resourcepacks/Vivillon Pride Patterns v1.0/data/cobblemon/advancements/catch_all_vivillon_but_pride.json" +hash = "f265d2c1a7219a0ed0ab66a1cc86a69dbd496013627677c90724ce2cc17931e9" + +[[files]] +file = "resourcepacks/Vivillon Pride Patterns v1.0/data/cobblemon/species_additions/spewpa.json" +hash = "96b1e656ce7714daecf71c070696fd7214e4b4575ecf273ccf68b24b94df918d" + +[[files]] +file = "resourcepacks/Vivillon Pride Patterns v1.0/data/cobblemon/species_features/vivillon_wings.json" +hash = "480d9f43a0d511541f883f4e412a3f848cf6f133a75525197c7f356afbb8ae08" + +[[files]] +file = "resourcepacks/Vivillon Pride Patterns v1.0/pack.mcmeta" +hash = "1e0cd815f107d73bede314cfded442e5995a975be8ecd1bed0a64d9507763994" + +[[files]] +file = "resourcepacks/Vivillon Pride Patterns v1.0/pack.png" +hash = "4dbc6ff097cf4a3454be80ca2818de0e033df5b214f2460a7c48a92b4641ca07" + +[[files]] +file = "resourcepacks/boenks-cobblemon-item-descriptions.pw.toml" +hash = "c288213d9996272370c10fbb6b1f1ea160e71fae222bd6cdefb6efdf906d5002" +metafile = true + +[[files]] +file = "resourcepacks/bopack/assets/bountiful/lang/en_us.json" +hash = "c7b4b789b27cbdf134047e91b94bf6fbdb1b09e39529e00f03252142c27a8189" + +[[files]] +file = "resourcepacks/bopack/data/bountiful/bounty_decrees/bountiful/armorer.json" +hash = "81b02d9aebd778dfe81e2457fbd1c1697fc8bfd607be777f0642ec187d37305c" + +[[files]] +file = "resourcepacks/bopack/data/bountiful/bounty_decrees/bountiful/butcher.json" +hash = "81b02d9aebd778dfe81e2457fbd1c1697fc8bfd607be777f0642ec187d37305c" + +[[files]] +file = "resourcepacks/bopack/data/bountiful/bounty_decrees/bountiful/cleric.json" +hash = "81b02d9aebd778dfe81e2457fbd1c1697fc8bfd607be777f0642ec187d37305c" + +[[files]] +file = "resourcepacks/bopack/data/bountiful/bounty_decrees/bountiful/cobblefoods.json" +hash = "81b02d9aebd778dfe81e2457fbd1c1697fc8bfd607be777f0642ec187d37305c" + +[[files]] +file = "resourcepacks/bopack/data/bountiful/bounty_decrees/bountiful/farmer.json" +hash = "81b02d9aebd778dfe81e2457fbd1c1697fc8bfd607be777f0642ec187d37305c" + +[[files]] +file = "resourcepacks/bopack/data/bountiful/bounty_decrees/bountiful/fisherman.json" +hash = "81b02d9aebd778dfe81e2457fbd1c1697fc8bfd607be777f0642ec187d37305c" + +[[files]] +file = "resourcepacks/bopack/data/bountiful/bounty_decrees/bountiful/fletcher.json" +hash = "81b02d9aebd778dfe81e2457fbd1c1697fc8bfd607be777f0642ec187d37305c" + +[[files]] +file = "resourcepacks/bopack/data/bountiful/bounty_decrees/bountiful/inventor.json" +hash = "81b02d9aebd778dfe81e2457fbd1c1697fc8bfd607be777f0642ec187d37305c" + +[[files]] +file = "resourcepacks/bopack/data/bountiful/bounty_decrees/bountiful/leatherer.json" +hash = "81b02d9aebd778dfe81e2457fbd1c1697fc8bfd607be777f0642ec187d37305c" + +[[files]] +file = "resourcepacks/bopack/data/bountiful/bounty_decrees/bountiful/librarian.json" +hash = "81b02d9aebd778dfe81e2457fbd1c1697fc8bfd607be777f0642ec187d37305c" + +[[files]] +file = "resourcepacks/bopack/data/bountiful/bounty_decrees/bountiful/mapper.json" +hash = "81b02d9aebd778dfe81e2457fbd1c1697fc8bfd607be777f0642ec187d37305c" + +[[files]] +file = "resourcepacks/bopack/data/bountiful/bounty_decrees/bountiful/shepherd.json" +hash = "81b02d9aebd778dfe81e2457fbd1c1697fc8bfd607be777f0642ec187d37305c" + +[[files]] +file = "resourcepacks/bopack/data/bountiful/bounty_decrees/bountiful/toolsmith.json" +hash = "81b02d9aebd778dfe81e2457fbd1c1697fc8bfd607be777f0642ec187d37305c" + +[[files]] +file = "resourcepacks/bopack/data/bountiful/bounty_pools/bountiful/all_objs.json" +hash = "cd643601b1b256bedb84ffdeaa8e96da44fffed178444716ffbdc9726f33d673" + +[[files]] +file = "resourcepacks/bopack/data/bountiful/bounty_pools/bountiful/all_rews.json" +hash = "ada1e6e3a7771660ad719d87409bb4bf21fcd17149b0ddad8e32f1fe81421a9c" + +[[files]] +file = "resourcepacks/bopack/data/bountiful/bounty_pools/bountiful/fisherman_objs.json" +hash = "ae62f67c641b272e1459626b8fe3ba66e24449165ba54f9d09abf8f4d66aa16d" + +[[files]] +file = "resourcepacks/bopack/pack.mcmeta" +hash = "1d5a18fbf9d41961ea8ce2223c12f09c1691d08f08b7994b7ca04f51df45c6ae" + +[[files]] +file = "resourcepacks/bopack/readme.md" +hash = "4825f79006e107bc0a9cb84ef5b823d98c82e75b455da2639ea61ddb1f04d245" + +[[files]] +file = "resourcepacks/cobblemon-interface.pw.toml" +hash = "2eb60300a14ff3023e1159f7f3930b47b43dd61d4a723b559288e3d526c52914" +metafile = true + +[[files]] +file = "resourcepacks/embellished-stone-advancement-plaques.pw.toml" +hash = "14ef2d3624489c3d2b9fd3311b436d030fa5779e49f9a5662f910ff39d196221" +metafile = true + +[[files]] +file = "resourcepacks/smooth-font.pw.toml" +hash = "e36964ead5faa5871102653cc91f9a2bfa444bdafaf5b594d9f5083502982b43" +metafile = true + +[[files]] +file = "resourcepacks/theones-items-pack.pw.toml" +hash = "42cbb523f51a513ca1b5f96571f6134b60f93ae5dc2aadd41111cc55843d078d" +metafile = true + +[[files]] +file = "scripts/removed_recipes.zs" +hash = "c84ef2b919f5683bca6d6e0f3bc93aeaafbcdc80d85cdf6ee2538c8ed6c475ca" + +[[files]] +file = "shaderpacks/ComplementaryUnbound_r5.3.zip.txt" +hash = "c10dbcd7d94ddb83e0cbd48cd278ad7def6e1c12025ae89e50674ef20272064f" diff --git a/journeymap/colorpalette.html b/journeymap/colorpalette.html new file mode 100644 index 0000000..6958458 --- /dev/null +++ b/journeymap/colorpalette.html @@ -0,0 +1,132 @@ + + + + + + + JourneyMap Color Palette + + + + + + + +
Put this file in the same directory as colorpalette.json to view the color palette.
+ +
+ +

Basic Colors

+ +

Resource Packs:

+
+ +
+ +

Mods:

+ +
+ +
+ +
+ +
+
+ + + + + + + + + + diff --git a/journeymap/colorpalette.json b/journeymap/colorpalette.json new file mode 100644 index 0000000..e5eb869 --- /dev/null +++ b/journeymap/colorpalette.json @@ -0,0 +1 @@ +var colorpalette={"version":5.49,"name":"JourneyMap Color Palette","generated":"Generated using JourneyMap 1.20.1-5.10.3 for 1.20.1 on Wed Jan 08 14:42:23 PST 2025","description":["This file can be used to keep map colors consistent when changing resource packs.","Edit at your own risk. You can view it using the colorpalette.html file.","To use this palette with a single world, place colorpalette.json in: .minecraft/journeymap/data/*/worldname/","To use this palette with all worlds, edit and set \"permanent\": true, then place colorpalette.json in: .minecraft/journeymap/","For more information, go to: http://journeymap.info/Color_Palette"],"permanent":false,"resourcePacks":"AllTheMons Release 1.8.2 V129, BattleBond [V1.4], Black Icons, Boenk\u0027s_Cobblemon_Item_Description_V1.5.0.zip, Border-Makeover-Style-9, Classic Icons, CobbleCafe, CobbleFoods - Dark Mode, Cobblemon Interface v1.1.1.zip, CoffeeGUI_1.20.1_v1.0.zip, Default, EclecticTrove-1.20.1-1.3.0, EmbellishedStone-1.20.1-1.0.0.zip, Fabric Mods, High Contrast, JICKLUS.zip, Jakotens\u0027 PokÎ-Hats 2.0.zip, Journeymap-Cobblemon3.01_1.20.1_MythicalNetwork.zip, Missing Legends V1.2[No Genesect or Regi Resize], Moonlight Mods Dynamic Assets, Pasture Block Fix, Programmer Art, Star Academy, Theone\u0027s Items Pack v0.8.zip, VanillaTweaks_r235109.zip, VidyaPokeCriesCobblemon-V1.2.zip, Vivillon Pride Patterns v1.0, White Icons, bopack, convenientdecor/hydrated_farmland","modNames":"Star Academy:1.0.0, Advancement Plaques:1.6.7, adventure-platform-fabric:5.9.0, Amecs API:1.5.1+mc1.20-pre1, Amendments:1.20-1.2.12, Another Furniture:1.20.1-3.0.1, Architectury:9.2.14, ati_structures_fabric:1.1.0, Bad Packets:0.4.3, Balm:7.3.10, Building But Better:1.20.1-fabric-1.0.2, YUNG\u0027s Better Desert Temples:1.20-Fabric-3.0.3, YUNG\u0027s Better Nether Fortresses:1.20-Fabric-2.0.6, YUNG\u0027s Better Jungle Temples:1.20-Fabric-2.0.5, YUNG\u0027s Better Mineshafts:1.20-Fabric-4.0.4, YUNG\u0027s Better Ocean Monuments:1.20-Fabric-3.0.4, YUNG\u0027s Better Strongholds:1.20-Fabric-4.0.3, YUNG\u0027s Better Witch Huts:1.20-Fabric-3.0.3, Oh The Biomes We\u0027ve Gone:1.4.4, BitsAndChisels:2.7.3, jankson:1.2.2, Bobby:5.0.1, Boosted Brightness:2.2.0, Bountiful:6.0.4+1.20.1, CaffeineConfig:1.3.0+1.17, Camerapture:1.7.2, Cardinal Components API (base):5.2.1, Cardinal Components API (entities):5.2.1, Carry On:2.1.2.7, Chat Heads:0.13.7, ChatAnimation:1.0.5, Chimes:2.0.1, Chunky:1.3.146, cloth-basic-math:0.6.1, Cloth Config v11:11.1.136, Cloud:2.0.0-beta.2, Cloud Boots:1.20.1-fabric-3.0.0, Coat:1.0.0-beta.20+mc1.20-pre1, Cobbledex:1.1.0, CobbleFoods:1.3.2-1.20.1, Cobblemon Customizer for Fabric:2.0.2, Cobblemon:1.5.2+1.20.1, Cobblemon Chaining:1.5-fabric-1.0.1, Cobblemon Counter:1.5-fabric-1.2.0, Cobblemon Move Inspector:1.1.1, Cobblemon Integrations:1.0.7, Cobblemon Riding Fabric:1.2.6, Cobblenav:1.3.5, Cobblepedia:0.6.8, Cobbreeding:1.7.0, Collective:7.87, ktoml-core-jvm:0.5.2, core:3.8.1, toml:3.8.1, mclib:20, yamlbeans:1.15, japng:0.5.3, animated-gif-lib-for-java:animated-gif-lib-1.7, toml4j:0.7.2, yabn:1.0.3, common-image:3.12.0, common-io:3.12.0, common-lang:3.12.0, imageio-core:3.12.0, imageio-metadata:3.12.0, imageio-webp:3.12.0, config:1.4.2, Controlling For Fabric:12.0.2, Convenient Decor:0.4.3, Cooking for Blockheads:16.0.9, CorgiLib:4.0.3.3, Crafting Tweaks:18.2.5, CraftTweaker:14.0.44, Crawl:0.12.0, CrowdinTranslate:1.4+1.19.3, Daily Shop:1.1.0, Default Options:18.0.1, Dynamic Crosshair:9.3, DynamicCrosshair API:1.1, Dynamic Crosshair Compat:4.0, Emojiful:4.2.0, Enhanced Celestials:1.20.1-5.0.1.0, Error Notifier:1.0.9, Even More Instruments!:6.1.3.1, Fabric API:0.92.2+1.20.1, Fabric API Base:0.4.31+1802ada577, Fabric API Lookup API (v1):1.6.36+1802ada577, Fabric Biome API (v1):13.0.13+1802ada577, Fabric Block API (v1):1.0.11+1802ada577, Fabric BlockView API (v2):1.0.1+1802ada577, Fabric BlockRenderLayer Registration (v1):1.1.41+1802ada577, Fabric Client Tags:1.1.2+1802ada577, Fabric Command API (v1):1.2.34+f71b366f77, Fabric Command API (v2):2.2.13+1802ada577, Fabric Commands (v0):0.2.51+df3654b377, Fabric Containers (v0):0.1.64+df3654b377, Fabric Content Registries (v0):4.0.11+1802ada577, Fabric Convention Tags:1.5.5+1802ada577, Fabric Crash Report Info (v1):0.2.19+1802ada577, Fabric Data Attachment API (v1):1.0.0+de0fd6d177, Fabric Data Generation API (v1):12.3.4+1802ada577, Fabric Dimensions API (v1):2.1.54+1802ada577, Fabric Entity Events (v1):1.6.0+1c78457f77, Fabric Events Interaction (v0):0.6.2+1802ada577, Fabric Events Lifecycle (v0):0.2.63+df3654b377, Fabric Game Rule API (v1):1.0.40+1802ada577, Fabric Item API (v1):2.1.28+1802ada577, Fabric Item Group API (v1):4.0.12+1802ada577, Fabric Key Binding API (v1):1.0.37+1802ada577, Fabric Key Bindings (v0):0.2.35+df3654b377, Fabric Language Kotlin:1.13.0+kotlin.2.1.0, Fabric Lifecycle Events (v1):2.2.22+1802ada577, Fabric Loot API (v2):1.2.1+1802ada577, Fabric Loot Tables (v1):1.1.45+9e7660c677, Fabric Message API (v1):5.1.9+1802ada577, Fabric Mining Level API (v1):2.1.50+1802ada577, Fabric Model Loading API (v1):1.0.3+1802ada577, Fabric Models (v0):0.4.2+9386d8a777, Fabric Networking API (v1):1.3.11+1802ada577, Fabric Networking (v0):0.3.51+df3654b377, Fabric Object Builder API (v1):11.1.3+1802ada577, Fabric Particles (v1):1.1.2+1802ada577, fabric-permissions-api:0.2-SNAPSHOT, Fabric Recipe API (v1):1.0.21+1802ada577, Fabric Registry Sync (v0):2.3.3+1802ada577, Fabric Renderer API (v1):3.2.1+1802ada577, Fabric Renderer - Indigo:1.5.2+85287f9f77, Fabric Renderer Registries (v1):3.2.46+df3654b377, Fabric Rendering Data Attachment (v1):0.3.37+92a0d36777, Fabric Rendering Fluids (v1):3.0.28+1802ada577, Fabric Rendering (v0):1.1.49+df3654b377, Fabric Rendering (v1):3.0.8+1802ada577, Fabric Resource Conditions API (v1):2.3.8+1802ada577, Fabric Resource Loader (v0):0.11.10+1802ada577, Fabric Screen API (v1):2.0.8+1802ada577, Fabric Screen Handler API (v1):1.3.30+1802ada577, Fabric Sound API (v1):1.0.13+1802ada577, Fabric Transfer API (v1):3.3.5+8dd72ea377, Fabric Transitive Access Wideners (v1):4.3.1+1802ada577, Fabric Loader:0.16.9, FabricSkyBoxes:0.7.3+mc1.20.1, FancyMenu:3.3.2, Faux-Custom-Entity-Data:6.0.1, fiber:0.23.0-2, Cobblemon Fight or Flight Fabric:0.5.0, FindMe:3.2.1, Forge Config API Port:8.0.1, FTB Chunks:2001.3.4, FTB Library:2001.2.7, FTB Ranks:2001.1.3, FTB Teams:2001.3.0, GeckoLib 4:4.4.9, Genshin Instruments:4.0.2, Global Data- \u0026 Resourcepacks:1.16.1_fabric, GooeyLibs:3.0.0+1.20.1, Gravel\u0027s Extended Battles:1.4.0, Hearth \u0026 Home:1.20.1-2.0.3, Heartstone:1.20-1.3.0, Hopo Better Underwater Ruins:1.1.5, Hot Kettles:1.0.0+mc1.20.1, Hunt:1.1.0, Iceberg:1.1.25, Impactor:5.2.6+1.20.1, Impactor Command API:5.2.5+1.20.1-SNAPSHOT, Indium:1.0.34+mc1.20.1, webp-imageio:0.3.2, glsl-transformer:2.0.1, geantyref:1.3.15, Improved Pillager Outpost:3, Iris:1.7.5+mc1.20.1, Item Obliterator:2.3.0, OpenJDK 64-Bit Server VM:17, Journeymap:5.10.3, JourneyMap API:1.20-1.9-fabric-SNAPSHOT, Just Hammers:2.0.4+mc1.20.1, Kambrik:6.1.1+1.20.1, Kanos Config:0.4.1+1.14.4-1.19.4, Konkrete:1.8.1, Star Academy:2001.6.5-build.16, KumaAPI:20.1.9-SNAPSHOT, labels:1.20-1.20.2, Legendary Tooltips:1.4.5, LibBamboo:2.2, Resourceful Lootbags:2.0.0, Cobblemon Loot Balls:1.1.4, LootBeams:3.1.1-mc1.20-.4, Lootr:0.7.35.85, Ascension Megamons:1.5.0+1.20.1-forge+fabric-75b66fa, Melody:1.0.3, MidnightLib:1.4.1, Minecraft:1.20.1, El \u0026 L\u0027s Dye Mod:1.0.5+1.20.1, MixinExtras:0.4.1, Manningham Mills:2.3, ModernFix:5.19.7+mc1.20.1, Mod Menu:7.2.2, Moonlight:1.20-2.13.41, MoreCobblemonTweaks:0.7.1, More Codecs:0.3.1+1.19.4, Mouse Tweaks:2.26, Mouse Wheelie:1.13.0+mc1.20.1, Tidal Towns:1.3.4, Moog\u0027s Soaring Structures:1.2.6-1.20-fabric, Muffin\u0027s Picnic:1.0.0, Moog\u0027s Voyager Structures:4.1.4-1.20-fabric, Myths and Legends:1.6.1, Nature\u0027s Compass:1.20.1-2.2.3-fabric, Necronomicon:1.6.0, adventure-api:4.14.0, adventure-key:4.14.0, adventure-nbt:4.14.0, adventure-platform-api:4.3.0, adventure-text-logger-slf4j:4.14.0, adventure-text-minimessage:4.14.0, adventure-text-serializer-ansi:4.14.0, adventure-text-serializer-gson:4.14.0, adventure-text-serializer-json:4.14.0, adventure-text-serializer-legacy:4.14.0, adventure-text-serializer-plain:4.14.0, ansi:1.0.2, event-api:5.0.0-SNAPSHOT, examination-api:1.3.0, examination-string:1.3.0, Night Lights:1.1, Numismatic Overhaul:0.2.14+1.20, Oh The Trees You\u0027ll Grow:1.20.1-1.3.3, OmegaConfig:1.4.0+1.20.1, jcpp:1.4.14, antlr4-runtime:4.13.1, cloud-annotations:2.0.0-beta.2, cloud-brigadier:2.0.0-beta.2, cloud-core:2.0.0-beta.2, cloud-minecraft-extras:2.0.0-beta.2, cloud-minecraft-modded-common-fabric-repack:2.0.0-beta.2, cloud-processors-common:1.0.0-beta.1, cloud-processors-confirmation:1.0.0-beta.1, cloud-services:2.0.0-beta.2, javassist:3.29.2-GA, kotlin-reflect:2.1.0, kotlin-stdlib:2.1.0, kotlin-stdlib-jdk7:2.1.0, kotlin-stdlib-jdk8:2.1.0, atomicfu-jvm:0.26.1, kotlinx-coroutines-core-jvm:1.9.0, kotlinx-coroutines-jdk8:1.9.0, kotlinx-datetime-jvm:0.6.1, kotlinx-io-bytestring-jvm:0.6.0, kotlinx-io-core-jvm:0.6.0, kotlinx-serialization-cbor-jvm:1.7.3, kotlinx-serialization-core-jvm:1.7.3, kotlinx-serialization-json-jvm:1.7.3, gson:0.2.1, json:0.2.1, reflections:0.10.2, configurate-core:4.1.2, configurate-hocon:4.1.2, oωo:0.11.2+1.20, Patchouli:1.20.1-84-FABRIC, Pehkui:3.8.3+1.14.4-1.21, Placeholder API:2.1.3+1.20.1, Player Roles:1.6.6, Player Roles API:1.6.6, Player Ladder:0.6.0-1.20, Pokeblocks:1.3.0-1.20.1, Porting Lib Accessors:2.3.2+1.20.1, Porting Lib Attributes:2.3.2+1.20.1, Porting Lib Common:2.3.2+1.20.1, Porting Lib Core:2.3.2+1.20.1, Porting Lib Extensions:2.3.2+1.20.1, Porting Lib Fluids:2.3.2+1.20.1, Porting Lib Lazy Register:2.3.2+1.20.1, Porting Lib Loot:2.3.2+1.20.1, Porting Lib Model Loader:2.3.2+1.20.1, Porting Lib Networking:2.3.2+1.20.1, Porting Lib Tool Actions:2.3.2+1.20.1, Porting Lib Transfer:2.3.2+1.20.1, Prism:1.0.5, Puzzles Access Api:8.0.7, Puzzles Lib:8.1.25, Reach Entity Attributes:2.4.0, Resourceful Lib:2.0.8, Rhino:2001.2.3-build.6, Roughly Enough Items:12.1.785, Seamless Loading Screen:2.0.3+1.20.1, Searchables:1.0.3, Server Hats:0.16, Shader Toggle:1.0, Sit:1.20.1-27, Slide Show:1.0.3-Enhancement-1, Smooth Swapping:0.9.3.1, Sodium:0.5.11+mc1.20.1, Sodium Extra:0.5.4+mc1.20.1-build.115, Solara Dimension :0.1A, Sophisticated Backpacks:1.20.1-3.20.17.1.60, Sophisticated Core:1.20.1-0.7.12.2.96, SpectreLib:0.13.15+1.20.1, Stacc:1.7.0, Starter Kit:7.1, Stoneworks:8.0.0, Energy:3.0.0, TerraBlender:3.0.1.7, Terrastorage:1.0.7, Terrastorage Icons:1.0.0, The Open Sauce Toast Killer:1.0, Tom\u0027s Simple Storage Mod:1.6.9, Towers Of The Wild: Modded:fabric-1.20.1-1.0.5, Traveler\u0027s Titles:1.20-Fabric-4.0.2, Tree Harvester:9.1, Trinkets:3.7.2, tweed4_annotated:1.3.1+mc1.20-pre1, tweed4_base:1.7.1+mc1.20-pre1, tweed4_data:1.2.1+mc1.20-pre1, tweed4_data_hjson:1.1.1+mc1.20-pre1, tweed4_tailor_coat:1.1.3+mc1.20-pre1, tweed4_tailor_lang_json_descriptions:1.1.0+mc1.20-pre1, tweed4_tailor_screen:1.1.4+mc1.20-pre1, Vein Mining:1.5.0+1.20.1, Simple Voice Chat:1.20.1-2.5.26, Waystones:14.1.6, Where Are My TMs?:2.1.2-hotfix, WorldEdit:7.2.15+6463-5ca4dff, wthit:8.15.5, William Wythers\u0027 Overhauled Overworld:2.0.0, YetAnotherConfigLib:3.6.2+1.20.1-fabric, YetAnotherChanceBooster:1.0.1, YUNG\u0027s API:1.20-Fabric-4.0.6, Zoomify:2.14.2+1.20.1","table":{"minecraft":{"acacia_button":{"class_2754{name\u003dface, clazz\u003dclass net.minecraft.class_2738, values\u003d[FLOOR, WALL, CEILING]},class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#894a2a"]},"acacia_door":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2756, values\u003d[upper, lower]},class_2754{name\u003dhinge, clazz\u003dclass net.minecraft.class_2750, values\u003d[left, right]},class_2746{name\u003dopen, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#8e5031"]},"acacia_fence":{"class_2746{name\u003deast, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dnorth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dsouth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwest, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#894a2a",0.4]},"acacia_fence_gate":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003din_wall, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dopen, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#894a2a",0.4]},"acacia_leaves":{"class_2758{name\u003ddistance, clazz\u003dclass java.lang.Integer, values\u003d[1, 2, 3, 4, 5, 6, 7]},class_2746{name\u003dpersistent, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#777676"]},"acacia_log":{"class_2754{name\u003daxis, clazz\u003dclass net.minecraft.class_2350$class_2351, values\u003d[x, y, z]}":["#594c42"]},"acacia_planks":{"19":["#894a2a"]},"acacia_pressure_plate":{"class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#894a2a"]},"acacia_sapling":{"class_2758{name\u003dstage, clazz\u003dclass java.lang.Integer, values\u003d[0, 1]}":["#667224",0.0]},"acacia_slab":{"class_2754{name\u003dtype, clazz\u003dclass net.minecraft.class_2771, values\u003d[top, bottom, double]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#894a2a"]},"acacia_stairs":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2760, values\u003d[top, bottom]},class_2754{name\u003dshape, clazz\u003dclass net.minecraft.class_2778, values\u003d[straight, inner_left, inner_right, outer_left, outer_right]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#894a2a"]},"acacia_trapdoor":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2760, values\u003d[top, bottom]},class_2746{name\u003dopen, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#8c4f30"]},"acacia_wood":{"class_2754{name\u003daxis, clazz\u003dclass net.minecraft.class_2350$class_2351, values\u003d[x, y, z]}":["#594c42"]},"activator_rail":{"class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2754{name\u003dshape, clazz\u003dclass net.minecraft.class_2768, values\u003d[north_south, east_west, ascending_east, ascending_west, ascending_north, ascending_south]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#7e5c41"]},"air":{"0":["#000000",0.0]},"allium":{"2079":["#8549b6",0.0]},"amethyst_block":{"21041":["#8257af"]},"amethyst_cluster":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, east, south, west, up, down]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#ae80cd"]},"ancient_debris":{"19458":["#5d3330"]},"andesite":{"6":["#6e6d69"]},"andesite_slab":{"class_2754{name\u003dtype, clazz\u003dclass net.minecraft.class_2771, values\u003d[top, bottom, double]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#6e6d69"]},"andesite_stairs":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2760, values\u003d[top, bottom]},class_2754{name\u003dshape, clazz\u003dclass net.minecraft.class_2778, values\u003d[straight, inner_left, inner_right, outer_left, outer_right]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#6e6d69"]},"andesite_wall":{"class_2754{name\u003deast, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]},class_2754{name\u003dnorth, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]},class_2754{name\u003dsouth, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]},class_2746{name\u003dup, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2754{name\u003dwest, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]}":["#6e6d69"]},"anvil":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]}":["#443f43"]},"attached_melon_stem":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]}":["#7f9f0d",0.0]},"attached_pumpkin_stem":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]}":["#5a8212",0.0]},"azalea":{"22520":["#5d8023",0.0]},"azalea_leaves":{"class_2758{name\u003ddistance, clazz\u003dclass java.lang.Integer, values\u003d[1, 2, 3, 4, 5, 6, 7]},class_2746{name\u003dpersistent, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#4f6428"]},"azure_bluet":{"2080":["#9da1a7",0.0]},"bamboo":{"class_2758{name\u003dage, clazz\u003dclass java.lang.Integer, values\u003d[0, 1]},class_2754{name\u003dleaves, clazz\u003dclass net.minecraft.class_2737, values\u003d[none, small, large]},class_2758{name\u003dstage, clazz\u003dclass java.lang.Integer, values\u003d[0, 1]}":["#649825",0.0]},"bamboo_block":{"class_2754{name\u003daxis, clazz\u003dclass net.minecraft.class_2350$class_2351, values\u003d[x, y, z]}":["#588f22"]},"bamboo_button":{"class_2754{name\u003dface, clazz\u003dclass net.minecraft.class_2738, values\u003d[FLOOR, WALL, CEILING]},class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#cca03a"]},"bamboo_door":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2756, values\u003d[upper, lower]},class_2754{name\u003dhinge, clazz\u003dclass net.minecraft.class_2750, values\u003d[left, right]},class_2746{name\u003dopen, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#cfa53f"]},"bamboo_fence":{"class_2746{name\u003deast, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dnorth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dsouth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwest, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#d8ac42",0.4]},"bamboo_fence_gate":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003din_wall, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dopen, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#daad41",0.4]},"bamboo_mosaic":{"24":["#cda23b"]},"bamboo_mosaic_slab":{"class_2754{name\u003dtype, clazz\u003dclass net.minecraft.class_2771, values\u003d[top, bottom, double]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#cda23b"]},"bamboo_mosaic_stairs":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2760, values\u003d[top, bottom]},class_2754{name\u003dshape, clazz\u003dclass net.minecraft.class_2778, values\u003d[straight, inner_left, inner_right, outer_left, outer_right]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#cda23b"]},"bamboo_planks":{"23":["#cca03a"]},"bamboo_pressure_plate":{"class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#cca03a"]},"bamboo_sapling":{"12954":["#49761b"]},"bamboo_slab":{"class_2754{name\u003dtype, clazz\u003dclass net.minecraft.class_2771, values\u003d[top, bottom, double]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#cca03a"]},"bamboo_stairs":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2760, values\u003d[top, bottom]},class_2754{name\u003dshape, clazz\u003dclass net.minecraft.class_2778, values\u003d[straight, inner_left, inner_right, outer_left, outer_right]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#cca03a"]},"bamboo_trapdoor":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2760, values\u003d[top, bottom]},class_2746{name\u003dopen, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#cfa43f"]},"barrel":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, east, south, west, up, down]},class_2746{name\u003dopen, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#6d5439"]},"basalt":{"class_2754{name\u003daxis, clazz\u003dclass net.minecraft.class_2350$class_2351, values\u003d[x, y, z]}":["#484349"]},"beacon":{"7929":["#dab257"]},"bedrock":{"79":["#2c2923"]},"bee_nest":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2758{name\u003dhoney_level, clazz\u003dclass java.lang.Integer, values\u003d[0, 1, 2, 3, 4, 5]}":["#a38144"]},"beehive":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2758{name\u003dhoney_level, clazz\u003dclass java.lang.Integer, values\u003d[0, 1, 2, 3, 4, 5]}":["#ad8651"]},"beetroots":{"class_2758{name\u003dage, clazz\u003dclass java.lang.Integer, values\u003d[0, 1, 2, 3]}":["#cd9e63"]},"bell":{"class_2754{name\u003dattachment, clazz\u003dclass net.minecraft.class_3867, values\u003d[FLOOR, CEILING, SINGLE_WALL, DOUBLE_WALL]},class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#4b2a15"]},"big_dripleaf":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dtilt, clazz\u003dclass net.minecraft.class_5816, values\u003d[NONE, UNSTABLE, PARTIAL, FULL]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#295423",0.0]},"big_dripleaf_stem":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#163f0e",0.0]},"birch_button":{"class_2754{name\u003dface, clazz\u003dclass net.minecraft.class_2738, values\u003d[FLOOR, WALL, CEILING]},class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#ceb077"]},"birch_door":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2756, values\u003d[upper, lower]},class_2754{name\u003dhinge, clazz\u003dclass net.minecraft.class_2750, values\u003d[left, right]},class_2746{name\u003dopen, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#d4c1a0"]},"birch_fence":{"class_2746{name\u003deast, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dnorth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dsouth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwest, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#ceb077",0.4]},"birch_fence_gate":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003din_wall, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dopen, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#ceb077",0.4]},"birch_leaves":{"class_2758{name\u003ddistance, clazz\u003dclass java.lang.Integer, values\u003d[1, 2, 3, 4, 5, 6, 7]},class_2746{name\u003dpersistent, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#666466"]},"birch_log":{"class_2754{name\u003daxis, clazz\u003dclass net.minecraft.class_2350$class_2351, values\u003d[x, y, z]}":["#d2cbc3"]},"birch_planks":{"17":["#ceb077"]},"birch_pressure_plate":{"class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#ceb077"]},"birch_sapling":{"class_2758{name\u003dstage, clazz\u003dclass java.lang.Integer, values\u003d[0, 1]}":["#7a8e5b",0.0]},"birch_slab":{"class_2754{name\u003dtype, clazz\u003dclass net.minecraft.class_2771, values\u003d[top, bottom, double]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#ceb077"]},"birch_stairs":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2760, values\u003d[top, bottom]},class_2754{name\u003dshape, clazz\u003dclass net.minecraft.class_2778, values\u003d[straight, inner_left, inner_right, outer_left, outer_right]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#ceb077"]},"birch_trapdoor":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2760, values\u003d[top, bottom]},class_2746{name\u003dopen, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#c0a26b"]},"birch_wood":{"class_2754{name\u003daxis, clazz\u003dclass net.minecraft.class_2350$class_2351, values\u003d[x, y, z]}":["#d2cbc3"]},"black_bed":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003doccupied, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2754{name\u003dpart, clazz\u003dclass net.minecraft.class_2742, values\u003d[head, foot]}":["#a07a47"]},"black_candle":{"class_2758{name\u003dcandles, clazz\u003dclass java.lang.Integer, values\u003d[1, 2, 3, 4]},class_2746{name\u003dlit, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#38323c"]},"black_candle_cake":{"class_2746{name\u003dlit, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#d9b797"]},"black_carpet":{"10753":["#0e0d0c"]},"black_concrete":{"12753":["#0d0d0d"]},"black_concrete_powder":{"12769":["#131313"]},"black_glazed_terracotta":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]}":["#2f0f0c"]},"black_shulker_box":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, east, south, west, up, down]}":["#19191d"]},"black_stained_glass":{"5969":["#191919",0.4]},"black_stained_glass_pane":{"class_2746{name\u003deast, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dnorth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dsouth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwest, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#231f1b",0.4]},"black_terracotta":{"9382":["#29201a"]},"black_wool":{"2062":["#0e0d0c"]},"blackstone":{"19470":["#201820"]},"blackstone_slab":{"class_2754{name\u003dtype, clazz\u003dclass net.minecraft.class_2771, values\u003d[top, bottom, double]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#201820"]},"blackstone_stairs":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2760, values\u003d[top, bottom]},class_2754{name\u003dshape, clazz\u003dclass net.minecraft.class_2778, values\u003d[straight, inner_left, inner_right, outer_left, outer_right]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#201820"]},"blackstone_wall":{"class_2754{name\u003deast, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]},class_2754{name\u003dnorth, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]},class_2754{name\u003dsouth, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]},class_2746{name\u003dup, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2754{name\u003dwest, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]}":["#27222c"]},"blast_furnace":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003dlit, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#48464b"]},"blue_bed":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003doccupied, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2754{name\u003dpart, clazz\u003dclass net.minecraft.class_2742, values\u003d[head, foot]}":["#a07a47"]},"blue_candle":{"class_2758{name\u003dcandles, clazz\u003dclass java.lang.Integer, values\u003d[1, 2, 3, 4]},class_2746{name\u003dlit, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#2d497e"]},"blue_candle_cake":{"class_2746{name\u003dlit, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#d9b89b"]},"blue_carpet":{"10749":["#004064"]},"blue_concrete":{"12749":["#053b7b"]},"blue_concrete_powder":{"12765":["#063c83"]},"blue_glazed_terracotta":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]}":["#2d3d6c"]},"blue_ice":{"12951":["#699cba",0.8]},"blue_orchid":{"2078":["#1e7eb6",0.0]},"blue_shulker_box":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, east, south, west, up, down]}":["#2b2d8c"]},"blue_stained_glass":{"5965":["#334cb2",0.4]},"blue_stained_glass_pane":{"class_2746{name\u003deast, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dnorth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dsouth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwest, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#3a4ca3",0.4]},"blue_terracotta":{"9378":["#3c4854"]},"blue_wool":{"2058":["#004064"]},"bone_block":{"class_2754{name\u003daxis, clazz\u003dclass net.minecraft.class_2350$class_2351, values\u003d[x, y, z]}":["#e6d5b9"]},"bookshelf":{"2096":["#a07a47"]},"brain_coral":{"class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#db5da7"]},"brain_coral_block":{"12819":["#d753a1"]},"brain_coral_fan":{"class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#db5fa8"]},"brain_coral_wall_fan":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#db5fa8"]},"brewing_stand":{"class_2746{name\u003dhas_bottle_0, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dhas_bottle_1, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dhas_bottle_2, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#6a5e56"]},"brick_slab":{"class_2754{name\u003dtype, clazz\u003dclass net.minecraft.class_2771, values\u003d[top, bottom, double]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#834a3e"]},"brick_stairs":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2760, values\u003d[top, bottom]},class_2754{name\u003dshape, clazz\u003dclass net.minecraft.class_2778, values\u003d[straight, inner_left, inner_right, outer_left, outer_right]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#834a3e"]},"brick_wall":{"class_2754{name\u003deast, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]},class_2754{name\u003dnorth, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]},class_2754{name\u003dsouth, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]},class_2746{name\u003dup, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2754{name\u003dwest, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]}":["#834a3e"]},"bricks":{"2093":["#834a3e"]},"brown_bed":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003doccupied, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2754{name\u003dpart, clazz\u003dclass net.minecraft.class_2742, values\u003d[head, foot]}":["#a07a47"]},"brown_candle":{"class_2758{name\u003dcandles, clazz\u003dclass java.lang.Integer, values\u003d[1, 2, 3, 4]},class_2746{name\u003dlit, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#835034"]},"brown_candle_cake":{"class_2746{name\u003dlit, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#deb996"]},"brown_carpet":{"10750":["#4e2409"]},"brown_concrete":{"12750":["#4d2000"]},"brown_concrete_powder":{"12766":["#522401"]},"brown_glazed_terracotta":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]}":["#785136"]},"brown_mushroom":{"2089":["#ad7759",0.0]},"brown_mushroom_block":{"class_2746{name\u003ddown, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003deast, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dnorth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dsouth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dup, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwest, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#b47e5b"]},"brown_shulker_box":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, east, south, west, up, down]}":["#6a4223"]},"brown_stained_glass":{"5966":["#664c33",0.4]},"brown_stained_glass_pane":{"class_2746{name\u003deast, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dnorth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dsouth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwest, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#674c32",0.4]},"brown_terracotta":{"9379":["#46220e"]},"brown_wool":{"2059":["#4e2409"]},"bubble_coral":{"class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#b82aab"]},"bubble_coral_block":{"12820":["#ad1a99"]},"bubble_coral_fan":{"class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#b92dac"]},"bubble_coral_wall_fan":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#b92dac"]},"budding_amethyst":{"21042":["#7b4fa9"]},"cactus":{"class_2758{name\u003dage, clazz\u003dclass java.lang.Integer, values\u003d[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}":["#73a33f",0.0]},"cake":{"class_2758{name\u003dbites, clazz\u003dclass java.lang.Integer, values\u003d[0, 1, 2, 3, 4, 5, 6]}":["#e4c09d"]},"calcite":{"21092":["#e9eae4"]},"calibrated_sculk_sensor":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2758{name\u003dpower, clazz\u003dclass java.lang.Integer, values\u003d[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]},class_2754{name\u003dsculk_sensor_phase, clazz\u003dclass net.minecraft.class_5705, values\u003d[inactive, active, cooldown]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#966a67"]},"campfire":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003dlit, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dsignal_fire, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#b77e39"]},"candle":{"class_2758{name\u003dcandles, clazz\u003dclass java.lang.Integer, values\u003d[1, 2, 3, 4]},class_2746{name\u003dlit, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#e0b89c"]},"candle_cake":{"class_2746{name\u003dlit, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#e4bf9d"]},"carrots":{"class_2758{name\u003dage, clazz\u003dclass java.lang.Integer, values\u003d[0, 1, 2, 3, 4, 5, 6, 7]}":["#d44f0a"]},"cartography_table":{"18446":["#4e4b2b"]},"carved_pumpkin":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]}":["#d06609"]},"cauldron":{"7406":["#5b5755"]},"cave_vines":{"class_2758{name\u003dage, clazz\u003dclass java.lang.Integer, values\u003d[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25]},class_2746{name\u003dberries, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#655415",0.0]},"cave_vines_plant":{"class_2746{name\u003dberries, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#615616",0.0]},"chain":{"class_2754{name\u003daxis, clazz\u003dclass net.minecraft.class_2350$class_2351, values\u003d[x, y, z]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#454654"]},"chain_command_block":{"class_2746{name\u003dconditional, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, east, south, west, up, down]}":["#366061"]},"cherry_button":{"class_2754{name\u003dface, clazz\u003dclass net.minecraft.class_2738, values\u003d[FLOOR, WALL, CEILING]},class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#e78e92"]},"cherry_door":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2756, values\u003d[upper, lower]},class_2754{name\u003dhinge, clazz\u003dclass net.minecraft.class_2750, values\u003d[left, right]},class_2746{name\u003dopen, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#dc8589"]},"cherry_fence":{"class_2746{name\u003deast, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dnorth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dsouth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwest, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#e78e92",0.4]},"cherry_fence_gate":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003din_wall, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dopen, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#e78e92",0.4]},"cherry_leaves":{"class_2758{name\u003ddistance, clazz\u003dclass java.lang.Integer, values\u003d[1, 2, 3, 4, 5, 6, 7]},class_2746{name\u003dpersistent, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#dd9db6"]},"cherry_log":{"class_2754{name\u003daxis, clazz\u003dclass net.minecraft.class_2350$class_2351, values\u003d[x, y, z]}":["#63414e"]},"cherry_planks":{"20":["#e78e92"]},"cherry_pressure_plate":{"class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#e78e92"]},"cherry_sapling":{"class_2758{name\u003dstage, clazz\u003dclass java.lang.Integer, values\u003d[0, 1]}":["#aa7389",0.0]},"cherry_slab":{"class_2754{name\u003dtype, clazz\u003dclass net.minecraft.class_2771, values\u003d[top, bottom, double]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#e78e92"]},"cherry_stairs":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2760, values\u003d[top, bottom]},class_2754{name\u003dshape, clazz\u003dclass net.minecraft.class_2778, values\u003d[straight, inner_left, inner_right, outer_left, outer_right]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#e78e92"]},"cherry_trapdoor":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2760, values\u003d[top, bottom]},class_2746{name\u003dopen, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#de878a"]},"cherry_wood":{"class_2754{name\u003daxis, clazz\u003dclass net.minecraft.class_2350$class_2351, values\u003d[x, y, z]}":["#63414e"]},"chest":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dtype, clazz\u003dclass net.minecraft.class_2745, values\u003d[SINGLE, LEFT, RIGHT]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#a07a47"]},"chipped_anvil":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]}":["#433e43"]},"chiseled_bookshelf":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003dslot_0_occupied, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dslot_1_occupied, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dslot_2_occupied, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dslot_3_occupied, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dslot_4_occupied, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dslot_5_occupied, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#9f7945"]},"chiseled_deepslate":{"24247":["#4d4846"]},"chiseled_nether_bricks":{"20732":["#462a1b"]},"chiseled_polished_blackstone":{"19884":["#2e2935"]},"chiseled_quartz_block":{"9247":["#e5e0e4"]},"chiseled_red_sandstone":{"11090":["#a56547"]},"chiseled_sandstone":{"536":["#dac48f"]},"chiseled_stone_bricks":{"6549":["#78746d"]},"chorus_flower":{"class_2758{name\u003dage, clazz\u003dclass java.lang.Integer, values\u003d[0, 1, 2, 3, 4, 5]}":["#411742"]},"chorus_plant":{"class_2746{name\u003ddown, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003deast, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dnorth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dsouth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dup, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwest, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#37153d"]},"clay":{"5806":["#71675b"]},"coal_block":{"10755":["#151a23"]},"coal_ore":{"127":["#6e6b67"]},"coarse_dirt":{"11":["#7c5c3d"]},"cobbled_deepslate":{"22603":["#4f4b48"]},"cobbled_deepslate_slab":{"class_2754{name\u003dtype, clazz\u003dclass net.minecraft.class_2771, values\u003d[top, bottom, double]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#4f4b48"]},"cobbled_deepslate_stairs":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2760, values\u003d[top, bottom]},class_2754{name\u003dshape, clazz\u003dclass net.minecraft.class_2778, values\u003d[straight, inner_left, inner_right, outer_left, outer_right]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#4f4b48"]},"cobbled_deepslate_wall":{"class_2754{name\u003deast, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]},class_2754{name\u003dnorth, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]},class_2754{name\u003dsouth, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]},class_2746{name\u003dup, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2754{name\u003dwest, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]}":["#4f4b48"]},"cobblestone":{"14":["#79756e"]},"cobblestone_slab":{"class_2754{name\u003dtype, clazz\u003dclass net.minecraft.class_2771, values\u003d[top, bottom, double]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#79756e"]},"cobblestone_stairs":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2760, values\u003d[top, bottom]},class_2754{name\u003dshape, clazz\u003dclass net.minecraft.class_2778, values\u003d[straight, inner_left, inner_right, outer_left, outer_right]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#79756e"]},"cobblestone_wall":{"class_2754{name\u003deast, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]},class_2754{name\u003dnorth, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]},class_2754{name\u003dsouth, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]},class_2746{name\u003dup, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2754{name\u003dwest, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]}":["#79756e"]},"cobweb":{"2004":["#cbc3c2"]},"cocoa":{"class_2758{name\u003dage, clazz\u003dclass java.lang.Integer, values\u003d[0, 1, 2]},class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]}":["#9c6227",0.0]},"command_block":{"class_2746{name\u003dconditional, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, east, south, west, up, down]}":["#704c1a"]},"comparator":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dmode, clazz\u003dclass net.minecraft.class_2747, values\u003d[compare, subtract]},class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#958176"]},"composter":{"class_2758{name\u003dlevel, clazz\u003dclass java.lang.Integer, values\u003d[0, 1, 2, 3, 4, 5, 6, 7, 8]}":["#906238"]},"conduit":{"class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#9f8b71"]},"copper_block":{"21717":["#e47756"]},"copper_ore":{"21718":["#85725f"]},"cornflower":{"2086":["#334cb2",0.0]},"cracked_deepslate_bricks":{"24248":["#4b4745"]},"cracked_deepslate_tiles":{"24249":["#4c4846"]},"cracked_nether_bricks":{"20733":["#391e11"]},"cracked_polished_blackstone_bricks":{"19883":["#261e28"]},"cracked_stone_bricks":{"6548":["#77736c"]},"crafting_table":{"4277":["#a9824d"]},"creeper_head":{"class_2758{name\u003drotation, clazz\u003dclass java.lang.Integer, values\u003d[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#4d3930"]},"creeper_wall_head":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#4d3930"]},"crimson_button":{"class_2754{name\u003dface, clazz\u003dclass net.minecraft.class_2738, values\u003d[FLOOR, WALL, CEILING]},class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#6b231b"]},"crimson_door":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2756, values\u003d[upper, lower]},class_2754{name\u003dhinge, clazz\u003dclass net.minecraft.class_2750, values\u003d[left, right]},class_2746{name\u003dopen, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#72271e"]},"crimson_fence":{"class_2746{name\u003deast, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dnorth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dsouth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwest, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#6b231b",0.4]},"crimson_fence_gate":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003din_wall, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dopen, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#6b231b",0.4]},"crimson_fungus":{"18619":["#8d2723",0.0]},"crimson_hyphae":{"class_2754{name\u003daxis, clazz\u003dclass net.minecraft.class_2350$class_2351, values\u003d[x, y, z]}":["#61191e"]},"crimson_nylium":{"18618":["#680b0b"]},"crimson_planks":{"18676":["#6b231b"]},"crimson_pressure_plate":{"class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#6b231b"]},"crimson_roots":{"18675":["#710a06",0.0]},"crimson_slab":{"class_2754{name\u003dtype, clazz\u003dclass net.minecraft.class_2771, values\u003d[top, bottom, double]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#6b231b"]},"crimson_stairs":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2760, values\u003d[top, bottom]},class_2754{name\u003dshape, clazz\u003dclass net.minecraft.class_2778, values\u003d[straight, inner_left, inner_right, outer_left, outer_right]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#6b231b"]},"crimson_stem":{"class_2754{name\u003daxis, clazz\u003dclass net.minecraft.class_2350$class_2351, values\u003d[x, y, z]}":["#61191e"]},"crimson_trapdoor":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2760, values\u003d[top, bottom]},class_2746{name\u003dopen, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#70261d"]},"crying_obsidian":{"19459":["#361345"]},"cut_copper":{"21723":["#e37859"]},"cut_copper_slab":{"class_2754{name\u003dtype, clazz\u003dclass net.minecraft.class_2771, values\u003d[top, bottom, double]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#e37859"]},"cut_copper_stairs":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2760, values\u003d[top, bottom]},class_2754{name\u003dshape, clazz\u003dclass net.minecraft.class_2778, values\u003d[straight, inner_left, inner_right, outer_left, outer_right]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#e37859"]},"cut_red_sandstone":{"11091":["#9e6044"]},"cut_red_sandstone_slab":{"class_2754{name\u003dtype, clazz\u003dclass net.minecraft.class_2771, values\u003d[top, bottom, double]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#9e6044"]},"cut_sandstone":{"537":["#dbc591"]},"cut_sandstone_slab":{"class_2754{name\u003dtype, clazz\u003dclass net.minecraft.class_2771, values\u003d[top, bottom, double]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#dbc591"]},"cyan_bed":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003doccupied, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2754{name\u003dpart, clazz\u003dclass net.minecraft.class_2742, values\u003d[head, foot]}":["#a07a47"]},"cyan_candle":{"class_2758{name\u003dcandles, clazz\u003dclass java.lang.Integer, values\u003d[1, 2, 3, 4]},class_2746{name\u003dlit, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#70b494"]},"cyan_candle_cake":{"class_2746{name\u003dlit, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#ddbf9c"]},"cyan_carpet":{"10747":["#0a7664"]},"cyan_concrete":{"12747":["#247368"]},"cyan_concrete_powder":{"12763":["#25786d"]},"cyan_glazed_terracotta":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]}":["#2e625f"]},"cyan_shulker_box":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, east, south, west, up, down]}":["#147987"]},"cyan_stained_glass":{"5963":["#4c7f99",0.4]},"cyan_stained_glass_pane":{"class_2746{name\u003deast, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dnorth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dsouth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwest, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#507a8d",0.4]},"cyan_terracotta":{"9376":["#6c605a"]},"cyan_wool":{"2056":["#0a7664"]},"damaged_anvil":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]}":["#433e42"]},"dandelion":{"2075":["#afb401",0.0]},"dark_oak_button":{"class_2754{name\u003dface, clazz\u003dclass net.minecraft.class_2738, values\u003d[FLOOR, WALL, CEILING]},class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#462714"]},"dark_oak_door":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2756, values\u003d[upper, lower]},class_2754{name\u003dhinge, clazz\u003dclass net.minecraft.class_2750, values\u003d[left, right]},class_2746{name\u003dopen, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#462613"]},"dark_oak_fence":{"class_2746{name\u003deast, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dnorth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dsouth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwest, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#462714",0.4]},"dark_oak_fence_gate":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003din_wall, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dopen, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#462714",0.4]},"dark_oak_leaves":{"class_2758{name\u003ddistance, clazz\u003dclass java.lang.Integer, values\u003d[1, 2, 3, 4, 5, 6, 7]},class_2746{name\u003dpersistent, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#7d7c7d"]},"dark_oak_log":{"class_2754{name\u003daxis, clazz\u003dclass net.minecraft.class_2350$class_2351, values\u003d[x, y, z]}":["#563c25"]},"dark_oak_planks":{"21":["#462714"]},"dark_oak_pressure_plate":{"class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#462714"]},"dark_oak_sapling":{"class_2758{name\u003dstage, clazz\u003dclass java.lang.Integer, values\u003d[0, 1]}":["#35420c",0.0]},"dark_oak_slab":{"class_2754{name\u003dtype, clazz\u003dclass net.minecraft.class_2771, values\u003d[top, bottom, double]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#462714"]},"dark_oak_stairs":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2760, values\u003d[top, bottom]},class_2754{name\u003dshape, clazz\u003dclass net.minecraft.class_2778, values\u003d[straight, inner_left, inner_right, outer_left, outer_right]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#462714"]},"dark_oak_trapdoor":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2760, values\u003d[top, bottom]},class_2746{name\u003dopen, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#452512"]},"dark_oak_wood":{"class_2754{name\u003daxis, clazz\u003dclass net.minecraft.class_2350$class_2351, values\u003d[x, y, z]}":["#563c25"]},"dark_prismarine":{"10475":["#165744"]},"dark_prismarine_slab":{"class_2754{name\u003dtype, clazz\u003dclass net.minecraft.class_2771, values\u003d[top, bottom, double]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#165744"]},"dark_prismarine_stairs":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2760, values\u003d[top, bottom]},class_2754{name\u003dshape, clazz\u003dclass net.minecraft.class_2778, values\u003d[straight, inner_left, inner_right, outer_left, outer_right]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#165744"]},"daylight_detector":{"class_2746{name\u003dinverted, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2758{name\u003dpower, clazz\u003dclass java.lang.Integer, values\u003d[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}":["#2e2929"]},"dead_brain_coral":{"class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#807a76"]},"dead_brain_coral_block":{"12814":["#7a7470"]},"dead_brain_coral_fan":{"class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#817b77"]},"dead_brain_coral_wall_fan":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#817b77"]},"dead_bubble_coral":{"class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#807a76"]},"dead_bubble_coral_block":{"12815":["#7a7470"]},"dead_bubble_coral_fan":{"class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#827c78"]},"dead_bubble_coral_wall_fan":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#827c78"]},"dead_bush":{"2007":["#674a3a",0.0]},"dead_fire_coral":{"class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#7b7571"]},"dead_fire_coral_block":{"12816":["#746e69"]},"dead_fire_coral_fan":{"class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#827d79"]},"dead_fire_coral_wall_fan":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#827d79"]},"dead_horn_coral":{"class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#7e7874"]},"dead_horn_coral_block":{"12817":["#78726e"]},"dead_horn_coral_fan":{"class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#807a76"]},"dead_horn_coral_wall_fan":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#807a76"]},"dead_tube_coral":{"class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#7c7672"]},"dead_tube_coral_block":{"12813":["#7b7571"]},"dead_tube_coral_fan":{"class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#706a65"]},"dead_tube_coral_wall_fan":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#706a65"]},"deepslate":{"class_2754{name\u003daxis, clazz\u003dclass net.minecraft.class_2350$class_2351, values\u003d[x, y, z]}":["#4c4948"]},"deepslate_brick_slab":{"class_2754{name\u003dtype, clazz\u003dclass net.minecraft.class_2771, values\u003d[top, bottom, double]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#4c4846"]},"deepslate_brick_stairs":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2760, values\u003d[top, bottom]},class_2754{name\u003dshape, clazz\u003dclass net.minecraft.class_2778, values\u003d[straight, inner_left, inner_right, outer_left, outer_right]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#4c4846"]},"deepslate_brick_wall":{"class_2754{name\u003deast, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]},class_2754{name\u003dnorth, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]},class_2754{name\u003dsouth, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]},class_2746{name\u003dup, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2754{name\u003dwest, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]}":["#4c4846"]},"deepslate_bricks":{"23836":["#4c4846"]},"deepslate_coal_ore":{"128":["#444242"]},"deepslate_copper_ore":{"21719":["#5d4b3e"]},"deepslate_diamond_ore":{"4275":["#555555"]},"deepslate_emerald_ore":{"7523":["#3f5a49"]},"deepslate_gold_ore":{"124":["#655640"]},"deepslate_iron_ore":{"126":["#63544a"]},"deepslate_lapis_ore":{"521":["#484a55"]},"deepslate_redstone_ore":{"class_2746{name\u003dlit, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#58413e"]},"deepslate_tile_slab":{"class_2754{name\u003dtype, clazz\u003dclass net.minecraft.class_2771, values\u003d[top, bottom, double]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#514c4a"]},"deepslate_tile_stairs":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2760, values\u003d[top, bottom]},class_2754{name\u003dshape, clazz\u003dclass net.minecraft.class_2778, values\u003d[straight, inner_left, inner_right, outer_left, outer_right]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#514c4a"]},"deepslate_tile_wall":{"class_2754{name\u003deast, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]},class_2754{name\u003dnorth, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]},class_2754{name\u003dsouth, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]},class_2746{name\u003dup, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2754{name\u003dwest, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]}":["#514c4a"]},"deepslate_tiles":{"23425":["#514c4a"]},"detector_rail":{"class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2754{name\u003dshape, clazz\u003dclass net.minecraft.class_2768, values\u003d[north_south, east_west, ascending_east, ascending_west, ascending_north, ascending_south]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#7c5a42"]},"diamond_block":{"4276":["#c7d8e3"]},"diamond_ore":{"4274":["#83827d"]},"diorite":{"4":["#d0cdcc"]},"diorite_slab":{"class_2754{name\u003dtype, clazz\u003dclass net.minecraft.class_2771, values\u003d[top, bottom, double]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#d0cdcc"]},"diorite_stairs":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2760, values\u003d[top, bottom]},class_2754{name\u003dshape, clazz\u003dclass net.minecraft.class_2778, values\u003d[straight, inner_left, inner_right, outer_left, outer_right]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#d0cdcc"]},"diorite_wall":{"class_2754{name\u003deast, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]},class_2754{name\u003dnorth, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]},class_2754{name\u003dsouth, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]},class_2746{name\u003dup, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2754{name\u003dwest, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]}":["#d0cdcc"]},"dirt":{"10":["#876340"]},"dirt_path":{"12523":["#a1823f"]},"dispenser":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, east, south, west, up, down]},class_2746{name\u003dtriggered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#67635e"]},"dragon_egg":{"7427":["#452850"]},"dragon_head":{"class_2758{name\u003drotation, clazz\u003dclass java.lang.Integer, values\u003d[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#4d3930"]},"dragon_wall_head":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#4d3930"]},"dried_kelp_block":{"12797":["#3a4536"]},"dripstone_block":{"22464":["#7e5f43"]},"dropper":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, east, south, west, up, down]},class_2746{name\u003dtriggered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#67635e"]},"emerald_block":{"7676":["#0d974a"]},"emerald_ore":{"7522":["#647e69"]},"enchanting_table":{"7397":["#3c2b4e"]},"end_portal_frame":{"class_2746{name\u003deye, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]}":["#4f6b5b"]},"end_rod":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, east, south, west, up, down]}":["#bfadb9"]},"end_stone":{"7426":["#c1ab78"]},"end_stone_brick_slab":{"class_2754{name\u003dtype, clazz\u003dclass net.minecraft.class_2771, values\u003d[top, bottom, double]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#cbb582"]},"end_stone_brick_stairs":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2760, values\u003d[top, bottom]},class_2754{name\u003dshape, clazz\u003dclass net.minecraft.class_2778, values\u003d[straight, inner_left, inner_right, outer_left, outer_right]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#cbb582"]},"end_stone_brick_wall":{"class_2754{name\u003deast, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]},class_2754{name\u003dnorth, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]},class_2754{name\u003dsouth, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]},class_2746{name\u003dup, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2754{name\u003dwest, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]}":["#cbb582"]},"end_stone_bricks":{"12504":["#cbb582"]},"ender_chest":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#31123f"]},"exposed_copper":{"21716":["#cc7d4c"]},"exposed_cut_copper":{"21722":["#cd7d4f"]},"exposed_cut_copper_slab":{"class_2754{name\u003dtype, clazz\u003dclass net.minecraft.class_2771, values\u003d[top, bottom, double]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#cd7d4f"]},"exposed_cut_copper_stairs":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2760, values\u003d[top, bottom]},class_2754{name\u003dshape, clazz\u003dclass net.minecraft.class_2778, values\u003d[straight, inner_left, inner_right, outer_left, outer_right]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#cd7d4f"]},"farmland":{"class_2746{name\u003dconvenientdecor_hydrated, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2758{name\u003dmoisture, clazz\u003dclass java.lang.Integer, values\u003d[0, 1, 2, 3, 4, 5, 6, 7]}":["#3d1f07"]},"fern":{"2006":["#737479",0.0]},"fire":{"class_2758{name\u003dage, clazz\u003dclass java.lang.Integer, values\u003d[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]},class_2746{name\u003deast, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dnorth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dsouth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dup, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwest, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#cb7719"]},"fire_coral":{"class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#8f0d10"]},"fire_coral_block":{"12821":["#84080c"]},"fire_coral_fan":{"class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#911013"]},"fire_coral_wall_fan":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#911013"]},"fletching_table":{"18447":["#ba9f6f"]},"flower_pot":{"8578":["#8b6140"]},"flowering_azalea":{"22521":["#7d743d",0.0]},"flowering_azalea_leaves":{"class_2758{name\u003ddistance, clazz\u003dclass java.lang.Integer, values\u003d[1, 2, 3, 4, 5, 6, 7]},class_2746{name\u003dpersistent, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#586336"]},"frogspawn":{"24268":["#556875",0.25]},"frosted_ice":{"class_2758{name\u003dage, clazz\u003dclass java.lang.Integer, values\u003d[0, 1, 2, 3]}":["#b2cddb",0.8]},"furnace":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003dlit, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#67635e"]},"gilded_blackstone":{"20295":["#3b2f2c"]},"glass":{"519":["#c8e4e5",0.4]},"glass_pane":{"class_2746{name\u003deast, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dnorth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dsouth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwest, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#c8e4e5",0.4]},"glow_lichen":{"class_2746{name\u003ddown, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003deast, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dnorth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dsouth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dup, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwest, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#8e90c6"]},"glowstone":{"5872":["#bd8944"]},"gold_block":{"2091":["#e4a82c"]},"gold_ore":{"123":["#8f7d61"]},"granite":{"2":["#9c6450"]},"granite_slab":{"class_2754{name\u003dtype, clazz\u003dclass net.minecraft.class_2771, values\u003d[top, bottom, double]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#9c6450"]},"granite_stairs":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2760, values\u003d[top, bottom]},class_2754{name\u003dshape, clazz\u003dclass net.minecraft.class_2778, values\u003d[straight, inner_left, inner_right, outer_left, outer_right]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#9c6450"]},"granite_wall":{"class_2754{name\u003deast, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]},class_2754{name\u003dnorth, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]},class_2754{name\u003dsouth, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]},class_2746{name\u003dup, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2754{name\u003dwest, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]}":["#9c6450"]},"grass":{"2005":["#838383",0.0]},"grass_block":{"class_2746{name\u003dsnowy, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#818181"]},"gravel":{"118":["#827b77"]},"gray_bed":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003doccupied, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2754{name\u003dpart, clazz\u003dclass net.minecraft.class_2742, values\u003d[head, foot]}":["#a07a47"]},"gray_candle":{"class_2758{name\u003dcandles, clazz\u003dclass java.lang.Integer, values\u003d[1, 2, 3, 4]},class_2746{name\u003dlit, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#7a7174"]},"gray_candle_cake":{"class_2746{name\u003dlit, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#ddbb9a"]},"gray_carpet":{"10745":["#4e4a42"]},"gray_concrete":{"12745":["#333333"]},"gray_concrete_powder":{"12761":["#373737"]},"gray_glazed_terracotta":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]}":["#454e53"]},"gray_shulker_box":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, east, south, west, up, down]}":["#373a3e"]},"gray_stained_glass":{"5961":["#4c4c4c",0.4]},"gray_stained_glass_pane":{"class_2746{name\u003deast, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dnorth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dsouth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwest, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#504c49",0.4]},"gray_terracotta":{"9374":["#69584c"]},"gray_wool":{"2054":["#4e4a42"]},"green_bed":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003doccupied, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2754{name\u003dpart, clazz\u003dclass net.minecraft.class_2742, values\u003d[head, foot]}":["#a07a47"]},"green_candle":{"class_2758{name\u003dcandles, clazz\u003dclass java.lang.Integer, values\u003d[1, 2, 3, 4]},class_2746{name\u003dlit, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#33671e"]},"green_candle_cake":{"class_2746{name\u003dlit, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#d9ba95"]},"green_carpet":{"10751":["#104105"]},"green_concrete":{"12751":["#2f6618"]},"green_concrete_powder":{"12767":["#316b19"]},"green_glazed_terracotta":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]}":["#61854b"]},"green_shulker_box":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, east, south, west, up, down]}":["#4f641f"]},"green_stained_glass":{"5967":["#667f33",0.4]},"green_stained_glass_pane":{"class_2746{name\u003deast, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dnorth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dsouth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwest, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#677a32",0.4]},"green_terracotta":{"9380":["#647140"]},"green_wool":{"2060":["#104105"]},"grindstone":{"class_2754{name\u003dface, clazz\u003dclass net.minecraft.class_2738, values\u003d[FLOOR, WALL, CEILING]},class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]}":["#8f8a83"]},"hanging_roots":{"class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#846546"]},"hay_block":{"class_2754{name\u003daxis, clazz\u003dclass net.minecraft.class_2350$class_2351, values\u003d[x, y, z]}":["#a6793b"]},"heavy_weighted_pressure_plate":{"class_2758{name\u003dpower, clazz\u003dclass java.lang.Integer, values\u003d[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}":["#6b686d"]},"honey_block":{"19455":["#f4a80e"]},"honeycomb_block":{"19456":["#e79a1e"]},"hopper":{"class_2746{name\u003denabled, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[down, north, south, west, east]}":["#3a3636"]},"horn_coral":{"class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#e2b74f"]},"horn_coral_block":{"12822":["#e2b64d"]},"horn_coral_fan":{"class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#e4ba53"]},"horn_coral_wall_fan":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#e4ba53"]},"ice":{"5788":["#b3cedc",0.8]},"infested_chiseled_stone_bricks":{"6557":["#78746d"]},"infested_cobblestone":{"6553":["#79756e"]},"infested_cracked_stone_bricks":{"6556":["#77736c"]},"infested_deepslate":{"class_2754{name\u003daxis, clazz\u003dclass net.minecraft.class_2350$class_2351, values\u003d[x, y, z]}":["#4c4948"]},"infested_mossy_stone_bricks":{"6555":["#636b4d"]},"infested_stone":{"6552":["#7f7a73"]},"infested_stone_bricks":{"6554":["#79756e"]},"iron_bars":{"class_2746{name\u003deast, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dnorth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dsouth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwest, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#5e5c64",0.4]},"iron_block":{"2092":["#6b686d"]},"iron_door":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2756, values\u003d[upper, lower]},class_2754{name\u003dhinge, clazz\u003dclass net.minecraft.class_2750, values\u003d[left, right]},class_2746{name\u003dopen, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#646269"]},"iron_ore":{"125":["#88786a"]},"iron_trapdoor":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2760, values\u003d[top, bottom]},class_2746{name\u003dopen, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#646269"]},"jack_o_lantern":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]}":["#d06609"]},"jigsaw":{"class_2754{name\u003dorientation, clazz\u003dclass net.minecraft.class_5000, values\u003d[DOWN_EAST, DOWN_NORTH, DOWN_SOUTH, DOWN_WEST, UP_EAST, UP_NORTH, UP_SOUTH, UP_WEST, WEST_UP, EAST_UP, NORTH_UP, SOUTH_UP]}":["#9e3444"]},"jukebox":{"class_2746{name\u003dhas_record, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#563e2e"]},"jungle_button":{"class_2754{name\u003dface, clazz\u003dclass net.minecraft.class_2738, values\u003d[FLOOR, WALL, CEILING]},class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#966a44"]},"jungle_door":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2756, values\u003d[upper, lower]},class_2754{name\u003dhinge, clazz\u003dclass net.minecraft.class_2750, values\u003d[left, right]},class_2746{name\u003dopen, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#9b6f48"]},"jungle_fence":{"class_2746{name\u003deast, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dnorth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dsouth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwest, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#966a44",0.4]},"jungle_fence_gate":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003din_wall, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dopen, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#966a44",0.4]},"jungle_leaves":{"class_2758{name\u003ddistance, clazz\u003dclass java.lang.Integer, values\u003d[1, 2, 3, 4, 5, 6, 7]},class_2746{name\u003dpersistent, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#817e77"]},"jungle_log":{"class_2754{name\u003daxis, clazz\u003dclass net.minecraft.class_2350$class_2351, values\u003d[x, y, z]}":["#613d13"]},"jungle_planks":{"18":["#966a44"]},"jungle_pressure_plate":{"class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#966a44"]},"jungle_sapling":{"class_2758{name\u003dstage, clazz\u003dclass java.lang.Integer, values\u003d[0, 1]}":["#4e651d",0.0]},"jungle_slab":{"class_2754{name\u003dtype, clazz\u003dclass net.minecraft.class_2771, values\u003d[top, bottom, double]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#966a44"]},"jungle_stairs":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2760, values\u003d[top, bottom]},class_2754{name\u003dshape, clazz\u003dclass net.minecraft.class_2778, values\u003d[straight, inner_left, inner_right, outer_left, outer_right]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#966a44"]},"jungle_trapdoor":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2760, values\u003d[top, bottom]},class_2746{name\u003dopen, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#9a6f47"]},"jungle_wood":{"class_2754{name\u003daxis, clazz\u003dclass net.minecraft.class_2350$class_2351, values\u003d[x, y, z]}":["#613d13"]},"kelp":{"class_2758{name\u003dage, clazz\u003dclass java.lang.Integer, values\u003d[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25]}":["#aea225",0.25]},"kelp_plant":{"12796":["#a89c24",0.25]},"ladder":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#6f4e2d"]},"lantern":{"class_2746{name\u003dhanging, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#7b695e"]},"lapis_block":{"522":["#3d56af"]},"lapis_ore":{"520":["#707177"]},"large_amethyst_bud":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, east, south, west, up, down]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#b786d4"]},"large_fern":{"class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2756, values\u003d[upper, lower]}":["#7b7e83",0.0]},"lava":{"class_2758{name\u003dlevel, clazz\u003dclass java.lang.Integer, values\u003d[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}":["#f07416",0.7]},"lava_cauldron":{"7413":["#48423f"]},"lectern":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003dhas_book, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#a37a45"]},"lever":{"class_2754{name\u003dface, clazz\u003dclass net.minecraft.class_2738, values\u003d[FLOOR, WALL, CEILING]},class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#7a746b"]},"light_blue_bed":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003doccupied, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2754{name\u003dpart, clazz\u003dclass net.minecraft.class_2742, values\u003d[head, foot]}":["#a07a47"]},"light_blue_candle":{"class_2758{name\u003dcandles, clazz\u003dclass java.lang.Integer, values\u003d[1, 2, 3, 4]},class_2746{name\u003dlit, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#93b7d0"]},"light_blue_candle_cake":{"class_2746{name\u003dlit, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#dfbfa0"]},"light_blue_carpet":{"10741":["#28a8b4"]},"light_blue_concrete":{"12741":["#289be1"]},"light_blue_concrete_powder":{"12757":["#309fe4"]},"light_blue_glazed_terracotta":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]}":["#8bcbf2"]},"light_blue_shulker_box":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, east, south, west, up, down]}":["#31a3d4"]},"light_blue_stained_glass":{"5957":["#6699d8",0.4]},"light_blue_stained_glass_pane":{"class_2746{name\u003deast, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dnorth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dsouth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwest, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#6791c5",0.4]},"light_blue_terracotta":{"9370":["#6b7e82"]},"light_blue_wool":{"2050":["#28a8b4"]},"light_gray_bed":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003doccupied, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2754{name\u003dpart, clazz\u003dclass net.minecraft.class_2742, values\u003d[head, foot]}":["#a07a47"]},"light_gray_candle":{"class_2758{name\u003dcandles, clazz\u003dclass java.lang.Integer, values\u003d[1, 2, 3, 4]},class_2746{name\u003dlit, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#b5a8a5"]},"light_gray_candle_cake":{"class_2746{name\u003dlit, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#e1be9e"]},"light_gray_carpet":{"10746":["#93918a"]},"light_gray_concrete":{"12746":["#757575"]},"light_gray_concrete_powder":{"12762":["#797979"]},"light_gray_glazed_terracotta":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]}":["#8d858f"]},"light_gray_shulker_box":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, east, south, west, up, down]}":["#7c7c73"]},"light_gray_stained_glass":{"5962":["#999999",0.4]},"light_gray_stained_glass_pane":{"class_2746{name\u003deast, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dnorth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dsouth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwest, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#95918d",0.4]},"light_gray_terracotta":{"9375":["#a68e7c"]},"light_gray_wool":{"2055":["#93918a"]},"light_weighted_pressure_plate":{"class_2758{name\u003dpower, clazz\u003dclass java.lang.Integer, values\u003d[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}":["#e4a82c"]},"lightning_rod":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, east, south, west, up, down]},class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#ffffff"]},"lilac":{"class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2756, values\u003d[upper, lower]}":["#a16785",0.0]},"lily_of_the_valley":{"2088":["#ffffff",0.0]},"lily_pad":{"7279":["#486e16",0.0]},"lime_bed":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003doccupied, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2754{name\u003dpart, clazz\u003dclass net.minecraft.class_2742, values\u003d[head, foot]}":["#a07a47"]},"lime_candle":{"class_2758{name\u003dcandles, clazz\u003dclass java.lang.Integer, values\u003d[1, 2, 3, 4]},class_2746{name\u003dlit, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#cadf29"]},"lime_candle_cake":{"class_2746{name\u003dlit, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#e3c296"]},"lime_carpet":{"10743":["#73ab06"]},"lime_concrete":{"12743":["#48ac1f"]},"lime_concrete_powder":{"12759":["#49b323"]},"lime_glazed_terracotta":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]}":["#aac738"]},"lime_shulker_box":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, east, south, west, up, down]}":["#63ac17"]},"lime_stained_glass":{"5959":["#7fcc19",0.4]},"lime_stained_glass_pane":{"class_2746{name\u003deast, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dnorth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dsouth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwest, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#7ebe1b",0.4]},"lime_terracotta":{"9372":["#999048"]},"lime_wool":{"2052":["#73ab06"]},"lodestone":{"19469":["#6a625b"]},"loom":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]}":["#998676"]},"magenta_bed":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003doccupied, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2754{name\u003dpart, clazz\u003dclass net.minecraft.class_2742, values\u003d[head, foot]}":["#a07a47"]},"magenta_candle":{"class_2758{name\u003dcandles, clazz\u003dclass java.lang.Integer, values\u003d[1, 2, 3, 4]},class_2746{name\u003dlit, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#a95e93"]},"magenta_candle_cake":{"class_2746{name\u003dlit, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#e0ba9c"]},"magenta_carpet":{"10740":["#651d76"]},"magenta_concrete":{"12740":["#9b1d72"]},"magenta_concrete_powder":{"12756":["#a11d72"]},"magenta_glazed_terracotta":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]}":["#a758a3"]},"magenta_shulker_box":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, east, south, west, up, down]}":["#ad36a3"]},"magenta_stained_glass":{"5956":["#b24cd8",0.4]},"magenta_stained_glass_pane":{"class_2746{name\u003deast, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dnorth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dsouth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwest, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#ab4cc5",0.4]},"magenta_terracotta":{"9369":["#a1607a"]},"magenta_wool":{"2049":["#651d76"]},"magma_block":{"12553":["#602924"]},"mangrove_button":{"class_2754{name\u003dface, clazz\u003dclass net.minecraft.class_2738, values\u003d[FLOOR, WALL, CEILING]},class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#853a31"]},"mangrove_door":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2756, values\u003d[upper, lower]},class_2754{name\u003dhinge, clazz\u003dclass net.minecraft.class_2750, values\u003d[left, right]},class_2746{name\u003dopen, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#7e342d"]},"mangrove_fence":{"class_2746{name\u003deast, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dnorth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dsouth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwest, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#853a31",0.4]},"mangrove_fence_gate":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003din_wall, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dopen, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#853a31",0.4]},"mangrove_leaves":{"class_2758{name\u003ddistance, clazz\u003dclass java.lang.Integer, values\u003d[1, 2, 3, 4, 5, 6, 7]},class_2746{name\u003dpersistent, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#747373"]},"mangrove_log":{"class_2754{name\u003daxis, clazz\u003dclass net.minecraft.class_2350$class_2351, values\u003d[x, y, z]}":["#5c442b"]},"mangrove_planks":{"22":["#853a31"]},"mangrove_pressure_plate":{"class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#853a31"]},"mangrove_propagule":{"class_2758{name\u003dage, clazz\u003dclass java.lang.Integer, values\u003d[0, 1, 2, 3, 4]},class_2746{name\u003dhanging, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2758{name\u003dstage, clazz\u003dclass java.lang.Integer, values\u003d[0, 1]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#737714",0.0]},"mangrove_roots":{"class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#5f462b"]},"mangrove_slab":{"class_2754{name\u003dtype, clazz\u003dclass net.minecraft.class_2771, values\u003d[top, bottom, double]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#853a31"]},"mangrove_stairs":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2760, values\u003d[top, bottom]},class_2754{name\u003dshape, clazz\u003dclass net.minecraft.class_2778, values\u003d[straight, inner_left, inner_right, outer_left, outer_right]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#853a31"]},"mangrove_trapdoor":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2760, values\u003d[top, bottom]},class_2746{name\u003dopen, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#7d342c"]},"mangrove_wood":{"class_2754{name\u003daxis, clazz\u003dclass net.minecraft.class_2350$class_2351, values\u003d[x, y, z]}":["#5c442b"]},"medium_amethyst_bud":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, east, south, west, up, down]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#a26dca"]},"melon":{"6820":["#81a932"]},"melon_stem":{"class_2758{name\u003dage, clazz\u003dclass java.lang.Integer, values\u003d[0, 1, 2, 3, 4, 5, 6, 7]}":["#28221d",0.0]},"moss_block":{"22539":["#3c5322"]},"moss_carpet":{"22522":["#3c5322"]},"mossy_cobblestone":{"2353":["#656c53"]},"mossy_cobblestone_slab":{"class_2754{name\u003dtype, clazz\u003dclass net.minecraft.class_2771, values\u003d[top, bottom, double]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#656c53"]},"mossy_cobblestone_stairs":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2760, values\u003d[top, bottom]},class_2754{name\u003dshape, clazz\u003dclass net.minecraft.class_2778, values\u003d[straight, inner_left, inner_right, outer_left, outer_right]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#656c53"]},"mossy_cobblestone_wall":{"class_2754{name\u003deast, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]},class_2754{name\u003dnorth, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]},class_2754{name\u003dsouth, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]},class_2746{name\u003dup, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2754{name\u003dwest, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]}":["#656c53"]},"mossy_stone_brick_slab":{"class_2754{name\u003dtype, clazz\u003dclass net.minecraft.class_2771, values\u003d[top, bottom, double]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#636b4d"]},"mossy_stone_brick_stairs":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2760, values\u003d[top, bottom]},class_2754{name\u003dshape, clazz\u003dclass net.minecraft.class_2778, values\u003d[straight, inner_left, inner_right, outer_left, outer_right]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#636b4d"]},"mossy_stone_brick_wall":{"class_2754{name\u003deast, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]},class_2754{name\u003dnorth, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]},class_2754{name\u003dsouth, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]},class_2746{name\u003dup, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2754{name\u003dwest, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]}":["#636b4d"]},"mossy_stone_bricks":{"6547":["#636b4d"]},"mud":{"22599":["#3c2d26"]},"mud_brick_slab":{"class_2754{name\u003dtype, clazz\u003dclass net.minecraft.class_2771, values\u003d[top, bottom, double]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#8b6550"]},"mud_brick_stairs":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2760, values\u003d[top, bottom]},class_2754{name\u003dshape, clazz\u003dclass net.minecraft.class_2778, values\u003d[straight, inner_left, inner_right, outer_left, outer_right]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#8b6550"]},"mud_brick_wall":{"class_2754{name\u003deast, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]},class_2754{name\u003dnorth, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]},class_2754{name\u003dsouth, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]},class_2746{name\u003dup, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2754{name\u003dwest, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]}":["#8b6550"]},"mud_bricks":{"6551":["#8b6550"]},"muddy_mangrove_roots":{"class_2754{name\u003daxis, clazz\u003dclass net.minecraft.class_2350$class_2351, values\u003d[x, y, z]}":["#4b3727"]},"mushroom_stem":{"class_2746{name\u003ddown, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003deast, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dnorth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dsouth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dup, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwest, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#eed9c6"]},"mycelium":{"class_2746{name\u003dsnowy, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#818181"]},"nether_brick_fence":{"class_2746{name\u003deast, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dnorth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dsouth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwest, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#3c2113",0.4]},"nether_brick_slab":{"class_2754{name\u003dtype, clazz\u003dclass net.minecraft.class_2771, values\u003d[top, bottom, double]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#3c2113"]},"nether_brick_stairs":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2760, values\u003d[top, bottom]},class_2754{name\u003dshape, clazz\u003dclass net.minecraft.class_2778, values\u003d[straight, inner_left, inner_right, outer_left, outer_right]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#3c2113"]},"nether_brick_wall":{"class_2754{name\u003deast, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]},class_2754{name\u003dnorth, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]},class_2754{name\u003dsouth, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]},class_2746{name\u003dup, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2754{name\u003dwest, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]}":["#3c2113"]},"nether_bricks":{"7280":["#3c2113"]},"nether_gold_ore":{"129":["#66281e"]},"nether_portal":{"class_2754{name\u003daxis, clazz\u003dclass net.minecraft.class_2350$class_2351, values\u003d[x, z]}":["#6f2999"]},"nether_quartz_ore":{"9235":["#683437"]},"nether_sprouts":{"18605":["#2f5e4f",0.0]},"nether_wart":{"class_2758{name\u003dage, clazz\u003dclass java.lang.Integer, values\u003d[0, 1, 2, 3]}":["#520e0c",0.0]},"nether_wart_block":{"12554":["#761114"]},"netherite_block":{"19457":["#503932"]},"netherrack":{"5858":["#55181b"]},"note_block":{"class_2754{name\u003dinstrument, clazz\u003dclass net.minecraft.class_2766, values\u003d[HARP, BASEDRUM, SNARE, HAT, BASS, FLUTE, BELL, GUITAR, CHIME, XYLOPHONE, IRON_XYLOPHONE, COW_BELL, DIDGERIDOO, BIT, BANJO, PLING, ZOMBIE, SKELETON, CREEPER, DRAGON, WITHER_SKELETON, PIGLIN, CUSTOM_HEAD]},class_2758{name\u003dnote, clazz\u003dclass java.lang.Integer, values\u003d[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24]},class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#775032"]},"oak_button":{"class_2754{name\u003dface, clazz\u003dclass net.minecraft.class_2738, values\u003d[FLOOR, WALL, CEILING]},class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#a07a47"]},"oak_door":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2756, values\u003d[upper, lower]},class_2754{name\u003dhinge, clazz\u003dclass net.minecraft.class_2750, values\u003d[left, right]},class_2746{name\u003dopen, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#96764c"]},"oak_fence":{"class_2746{name\u003deast, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dnorth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dsouth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwest, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#a07a47",0.4]},"oak_fence_gate":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003din_wall, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dopen, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#a07a47",0.4]},"oak_leaves":{"class_2758{name\u003ddistance, clazz\u003dclass java.lang.Integer, values\u003d[1, 2, 3, 4, 5, 6, 7]},class_2746{name\u003dpersistent, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#767576"]},"oak_log":{"class_2754{name\u003daxis, clazz\u003dclass net.minecraft.class_2350$class_2351, values\u003d[x, y, z]}":["#785a33"]},"oak_planks":{"15":["#a07a47"]},"oak_pressure_plate":{"class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#a07a47"]},"oak_sapling":{"class_2758{name\u003dstage, clazz\u003dclass java.lang.Integer, values\u003d[0, 1]}":["#51601d",0.0]},"oak_slab":{"class_2754{name\u003dtype, clazz\u003dclass net.minecraft.class_2771, values\u003d[top, bottom, double]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#a07a47"]},"oak_stairs":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2760, values\u003d[top, bottom]},class_2754{name\u003dshape, clazz\u003dclass net.minecraft.class_2778, values\u003d[straight, inner_left, inner_right, outer_left, outer_right]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#a07a47"]},"oak_trapdoor":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2760, values\u003d[top, bottom]},class_2746{name\u003dopen, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#987648"]},"oak_wood":{"class_2754{name\u003daxis, clazz\u003dclass net.minecraft.class_2350$class_2351, values\u003d[x, y, z]}":["#785a33"]},"observer":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, east, south, west, up, down]},class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#6c6762"]},"obsidian":{"2354":["#31123f"]},"ochre_froglight":{"class_2754{name\u003daxis, clazz\u003dclass net.minecraft.class_2350$class_2351, values\u003d[x, y, z]}":["#fce9dd"]},"orange_bed":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003doccupied, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2754{name\u003dpart, clazz\u003dclass net.minecraft.class_2742, values\u003d[head, foot]}":["#a07a47"]},"orange_candle":{"class_2758{name\u003dcandles, clazz\u003dclass java.lang.Integer, values\u003d[1, 2, 3, 4]},class_2746{name\u003dlit, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#da5f21"]},"orange_candle_cake":{"class_2746{name\u003dlit, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#e4ba95"]},"orange_carpet":{"10739":["#d65f04"]},"orange_concrete":{"12739":["#df6002"]},"orange_concrete_powder":{"12755":["#e66605"]},"orange_glazed_terracotta":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]}":["#e0822c"]},"orange_shulker_box":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, east, south, west, up, down]}":["#ea6a08"]},"orange_stained_glass":{"5955":["#d87f33",0.4]},"orange_stained_glass_pane":{"class_2746{name\u003deast, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dnorth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dsouth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwest, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#cd7a32",0.4]},"orange_terracotta":{"9368":["#95471e"]},"orange_tulip":{"2082":["#a3581a",0.0]},"orange_wool":{"2048":["#d65f04"]},"oxeye_daisy":{"2085":["#b3b3b3",0.0]},"oxidized_copper":{"21714":["#509172"]},"oxidized_cut_copper":{"21720":["#529074"]},"oxidized_cut_copper_slab":{"class_2754{name\u003dtype, clazz\u003dclass net.minecraft.class_2771, values\u003d[top, bottom, double]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#529074"]},"oxidized_cut_copper_stairs":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2760, values\u003d[top, bottom]},class_2754{name\u003dshape, clazz\u003dclass net.minecraft.class_2778, values\u003d[straight, inner_left, inner_right, outer_left, outer_right]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#529074"]},"packed_ice":{"10756":["#97b4c5",0.8]},"packed_mud":{"6550":["#946b53"]},"pearlescent_froglight":{"class_2754{name\u003daxis, clazz\u003dclass net.minecraft.class_2350$class_2351, values\u003d[x, y, z]}":["#f9e8f3"]},"peony":{"class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2756, values\u003d[upper, lower]}":["#6b684e",0.0]},"petrified_oak_slab":{"class_2754{name\u003dtype, clazz\u003dclass net.minecraft.class_2771, values\u003d[top, bottom, double]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#a07a47"]},"piglin_head":{"class_2758{name\u003drotation, clazz\u003dclass java.lang.Integer, values\u003d[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#4d3930"]},"piglin_wall_head":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#4d3930"]},"pink_bed":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003doccupied, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2754{name\u003dpart, clazz\u003dclass net.minecraft.class_2742, values\u003d[head, foot]}":["#a07a47"]},"pink_candle":{"class_2758{name\u003dcandles, clazz\u003dclass java.lang.Integer, values\u003d[1, 2, 3, 4]},class_2746{name\u003dlit, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#d96b69"]},"pink_candle_cake":{"class_2746{name\u003dlit, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#e3bb9a"]},"pink_carpet":{"10744":["#b538a0"]},"pink_concrete":{"12744":["#e537b2"]},"pink_concrete_powder":{"12760":["#e83db5"]},"pink_glazed_terracotta":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]}":["#ed9ab2"]},"pink_petals":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2758{name\u003dflower_amount, clazz\u003dclass java.lang.Integer, values\u003d[1, 2, 3, 4]}":["#f8b9d7",0.0]},"pink_shulker_box":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, east, south, west, up, down]}":["#e6799d"]},"pink_stained_glass":{"5960":["#f27fa5",0.4]},"pink_stained_glass_pane":{"class_2746{name\u003deast, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dnorth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dsouth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwest, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#e47a98",0.4]},"pink_terracotta":{"9373":["#c06f85"]},"pink_tulip":{"2084":["#b09ab0",0.0]},"pink_wool":{"2053":["#b538a0"]},"piston":{"class_2746{name\u003dextended, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, east, south, west, up, down]}":["#706352"]},"piston_head":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, east, south, west, up, down]},class_2746{name\u003dshort, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2754{name\u003dtype, clazz\u003dclass net.minecraft.class_2764, values\u003d[normal, sticky]}":["#706352"]},"pitcher_crop":{"class_2758{name\u003dage, clazz\u003dclass java.lang.Integer, values\u003d[0, 1, 2, 3, 4]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2756, values\u003d[upper, lower]}":["#c79b5c",0.0]},"pitcher_plant":{"class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2756, values\u003d[upper, lower]}":["#675111",0.0]},"player_head":{"class_2758{name\u003drotation, clazz\u003dclass java.lang.Integer, values\u003d[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#4d3930"]},"player_wall_head":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#4d3930"]},"podzol":{"class_2746{name\u003dsnowy, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#818181"]},"pointed_dripstone":{"class_2754{name\u003dthickness, clazz\u003dclass net.minecraft.class_5691, values\u003d[tip_merge, tip, frustum, middle, base]},class_2753{name\u003dvertical_direction, clazz\u003dclass net.minecraft.class_2350, values\u003d[up, down]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#7f5f44"]},"polished_andesite":{"7":["#6d6c69"]},"polished_andesite_slab":{"class_2754{name\u003dtype, clazz\u003dclass net.minecraft.class_2771, values\u003d[top, bottom, double]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#6d6c69"]},"polished_andesite_stairs":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2760, values\u003d[top, bottom]},class_2754{name\u003dshape, clazz\u003dclass net.minecraft.class_2778, values\u003d[straight, inner_left, inner_right, outer_left, outer_right]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#6d6c69"]},"polished_basalt":{"class_2754{name\u003daxis, clazz\u003dclass net.minecraft.class_2350$class_2351, values\u003d[x, y, z]}":["#575258"]},"polished_blackstone":{"19881":["#27212c"]},"polished_blackstone_brick_slab":{"class_2754{name\u003dtype, clazz\u003dclass net.minecraft.class_2771, values\u003d[top, bottom, double]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#28212c"]},"polished_blackstone_brick_stairs":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2760, values\u003d[top, bottom]},class_2754{name\u003dshape, clazz\u003dclass net.minecraft.class_2778, values\u003d[straight, inner_left, inner_right, outer_left, outer_right]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#28212c"]},"polished_blackstone_brick_wall":{"class_2754{name\u003deast, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]},class_2754{name\u003dnorth, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]},class_2754{name\u003dsouth, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]},class_2746{name\u003dup, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2754{name\u003dwest, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]}":["#28212c"]},"polished_blackstone_bricks":{"19882":["#28212c"]},"polished_blackstone_button":{"class_2754{name\u003dface, clazz\u003dclass net.minecraft.class_2738, values\u003d[FLOOR, WALL, CEILING]},class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#27212c"]},"polished_blackstone_pressure_plate":{"class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#27212c"]},"polished_blackstone_slab":{"class_2754{name\u003dtype, clazz\u003dclass net.minecraft.class_2771, values\u003d[top, bottom, double]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#27212c"]},"polished_blackstone_stairs":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2760, values\u003d[top, bottom]},class_2754{name\u003dshape, clazz\u003dclass net.minecraft.class_2778, values\u003d[straight, inner_left, inner_right, outer_left, outer_right]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#27212c"]},"polished_blackstone_wall":{"class_2754{name\u003deast, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]},class_2754{name\u003dnorth, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]},class_2754{name\u003dsouth, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]},class_2746{name\u003dup, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2754{name\u003dwest, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]}":["#27212c"]},"polished_deepslate":{"23014":["#4f4b49"]},"polished_deepslate_slab":{"class_2754{name\u003dtype, clazz\u003dclass net.minecraft.class_2771, values\u003d[top, bottom, double]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#4f4b49"]},"polished_deepslate_stairs":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2760, values\u003d[top, bottom]},class_2754{name\u003dshape, clazz\u003dclass net.minecraft.class_2778, values\u003d[straight, inner_left, inner_right, outer_left, outer_right]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#4f4b49"]},"polished_deepslate_wall":{"class_2754{name\u003deast, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]},class_2754{name\u003dnorth, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]},class_2754{name\u003dsouth, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]},class_2746{name\u003dup, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2754{name\u003dwest, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]}":["#4f4b49"]},"polished_diorite":{"5":["#d0cdcc"]},"polished_diorite_slab":{"class_2754{name\u003dtype, clazz\u003dclass net.minecraft.class_2771, values\u003d[top, bottom, double]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#d0cdcc"]},"polished_diorite_stairs":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2760, values\u003d[top, bottom]},class_2754{name\u003dshape, clazz\u003dclass net.minecraft.class_2778, values\u003d[straight, inner_left, inner_right, outer_left, outer_right]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#d0cdcc"]},"polished_granite":{"3":["#a76d58"]},"polished_granite_slab":{"class_2754{name\u003dtype, clazz\u003dclass net.minecraft.class_2771, values\u003d[top, bottom, double]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#a76d58"]},"polished_granite_stairs":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2760, values\u003d[top, bottom]},class_2754{name\u003dshape, clazz\u003dclass net.minecraft.class_2778, values\u003d[straight, inner_left, inner_right, outer_left, outer_right]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#a76d58"]},"poppy":{"2077":["#980406",0.0]},"potatoes":{"class_2758{name\u003dage, clazz\u003dclass java.lang.Integer, values\u003d[0, 1, 2, 3, 4, 5, 6, 7]}":["#b2733c"]},"potted_acacia_sapling":{"8584":["#816638"]},"potted_allium":{"8592":["#8e5f4a"]},"potted_azalea_bush":{"24257":["#54751f"]},"potted_azure_bluet":{"8593":["#896c4b"]},"potted_bamboo":{"12967":["#649825"]},"potted_birch_sapling":{"8582":["#866e48"]},"potted_blue_orchid":{"8591":["#7e6653"]},"potted_brown_mushroom":{"8603":["#936646"]},"potted_cactus":{"8605":["#73a33f"]},"potted_cherry_sapling":{"8585":["#936653"]},"potted_cornflower":{"8599":["#826246"]},"potted_crimson_fungus":{"19465":["#934d36"]},"potted_crimson_roots":{"19467":["#875135"]},"potted_dandelion":{"8589":["#8c673c"]},"potted_dark_oak_sapling":{"8586":["#705730"]},"potted_dead_bush":{"8604":["#845d3f"]},"potted_fern":{"8588":["#85664e"]},"potted_flowering_azalea_bush":{"24258":["#746a39"]},"potted_jungle_sapling":{"8583":["#766234"]},"potted_lily_of_the_valley":{"8600":["#836841"]},"potted_mangrove_propagule":{"8587":["#86633b"]},"potted_oak_sapling":{"8580":["#796135"]},"potted_orange_tulip":{"8595":["#86643c"]},"potted_oxeye_daisy":{"8598":["#977651"]},"potted_pink_tulip":{"8597":["#876342"]},"potted_poppy":{"8590":["#8b5e3d"]},"potted_red_mushroom":{"8602":["#94533a"]},"potted_red_tulip":{"8594":["#85603b"]},"potted_spruce_sapling":{"8581":["#795b3c"]},"potted_torchflower":{"8579":["#8b6337"]},"potted_warped_fungus":{"19466":["#7b654b"]},"potted_warped_roots":{"19468":["#7c6247"]},"potted_white_tulip":{"8596":["#886a45"]},"potted_wither_rose":{"8601":["#815a3d"]},"powder_snow":{"21094":["#f4f9fb"]},"powder_snow_cauldron":{"class_2758{name\u003dlevel, clazz\u003dclass java.lang.Integer, values\u003d[1, 2, 3]}":["#48423f"]},"powered_rail":{"class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2754{name\u003dshape, clazz\u003dclass net.minecraft.class_2768, values\u003d[north_south, east_west, ascending_east, ascending_west, ascending_north, ascending_south]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#805d40"]},"prismarine":{"10473":["#469f8a"]},"prismarine_brick_slab":{"class_2754{name\u003dtype, clazz\u003dclass net.minecraft.class_2771, values\u003d[top, bottom, double]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#45a08e"]},"prismarine_brick_stairs":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2760, values\u003d[top, bottom]},class_2754{name\u003dshape, clazz\u003dclass net.minecraft.class_2778, values\u003d[straight, inner_left, inner_right, outer_left, outer_right]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#45a08e"]},"prismarine_bricks":{"10474":["#45a08e"]},"prismarine_slab":{"class_2754{name\u003dtype, clazz\u003dclass net.minecraft.class_2771, values\u003d[top, bottom, double]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#469f8a"]},"prismarine_stairs":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2760, values\u003d[top, bottom]},class_2754{name\u003dshape, clazz\u003dclass net.minecraft.class_2778, values\u003d[straight, inner_left, inner_right, outer_left, outer_right]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#469f8a"]},"prismarine_wall":{"class_2754{name\u003deast, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]},class_2754{name\u003dnorth, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]},class_2754{name\u003dsouth, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]},class_2746{name\u003dup, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2754{name\u003dwest, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]}":["#469f8a"]},"pumpkin":{"5857":["#c28908"]},"pumpkin_stem":{"class_2758{name\u003dage, clazz\u003dclass java.lang.Integer, values\u003d[0, 1, 2, 3, 4, 5, 6, 7]}":["#939621",0.0]},"purple_bed":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003doccupied, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2754{name\u003dpart, clazz\u003dclass net.minecraft.class_2742, values\u003d[head, foot]}":["#a07a47"]},"purple_candle":{"class_2758{name\u003dcandles, clazz\u003dclass java.lang.Integer, values\u003d[1, 2, 3, 4]},class_2746{name\u003dlit, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#7f3aa7"]},"purple_candle_cake":{"class_2746{name\u003dlit, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#deb79e"]},"purple_carpet":{"10748":["#2f0e57"]},"purple_concrete":{"12748":["#520573"]},"purple_concrete_powder":{"12764":["#580777"]},"purple_glazed_terracotta":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]}":["#602a86"]},"purple_shulker_box":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, east, south, west, up, down]}":["#67209c"]},"purple_stained_glass":{"5964":["#7f3fb2",0.4]},"purple_stained_glass_pane":{"class_2746{name\u003deast, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dnorth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dsouth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwest, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#7e41a3",0.4]},"purple_terracotta":{"9377":["#735374"]},"purple_wool":{"2057":["#2f0e57"]},"purpur_block":{"12420":["#874864"]},"purpur_pillar":{"class_2754{name\u003daxis, clazz\u003dclass net.minecraft.class_2350$class_2351, values\u003d[x, y, z]}":["#874865"]},"purpur_slab":{"class_2754{name\u003dtype, clazz\u003dclass net.minecraft.class_2771, values\u003d[top, bottom, double]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#874864"]},"purpur_stairs":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2760, values\u003d[top, bottom]},class_2754{name\u003dshape, clazz\u003dclass net.minecraft.class_2778, values\u003d[straight, inner_left, inner_right, outer_left, outer_right]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#874864"]},"quartz_block":{"9246":["#f4f1f2"]},"quartz_bricks":{"20734":["#f2eef0"]},"quartz_pillar":{"class_2754{name\u003daxis, clazz\u003dclass net.minecraft.class_2350$class_2351, values\u003d[x, y, z]}":["#efebef"]},"quartz_slab":{"class_2754{name\u003dtype, clazz\u003dclass net.minecraft.class_2771, values\u003d[top, bottom, double]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#f4f1f2"]},"quartz_stairs":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2760, values\u003d[top, bottom]},class_2754{name\u003dshape, clazz\u003dclass net.minecraft.class_2778, values\u003d[straight, inner_left, inner_right, outer_left, outer_right]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#f4f1f2"]},"rail":{"class_2754{name\u003dshape, clazz\u003dclass net.minecraft.class_2768, values\u003d[north_south, east_west, ascending_east, ascending_west, ascending_north, ascending_south, south_east, south_west, north_west, north_east]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#815d3c"]},"raw_copper_block":{"24255":["#946a34"]},"raw_gold_block":{"24256":["#b57e2e"]},"raw_iron_block":{"24254":["#a17755"]},"red_bed":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003doccupied, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2754{name\u003dpart, clazz\u003dclass net.minecraft.class_2742, values\u003d[head, foot]}":["#a07a47"]},"red_candle":{"class_2758{name\u003dcandles, clazz\u003dclass java.lang.Integer, values\u003d[1, 2, 3, 4]},class_2746{name\u003dlit, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#b83321"]},"red_candle_cake":{"class_2746{name\u003dlit, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#e1b795"]},"red_carpet":{"10752":["#7a0602"]},"red_concrete":{"12752":["#990700"]},"red_concrete_powder":{"12768":["#a00b02"]},"red_glazed_terracotta":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]}":["#7e191d"]},"red_mushroom":{"2090":["#ab2e2a",0.0]},"red_mushroom_block":{"class_2746{name\u003ddown, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003deast, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dnorth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dsouth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dup, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwest, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#aa1720"]},"red_nether_brick_slab":{"class_2754{name\u003dtype, clazz\u003dclass net.minecraft.class_2771, values\u003d[top, bottom, double]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#4f1914"]},"red_nether_brick_stairs":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2760, values\u003d[top, bottom]},class_2754{name\u003dshape, clazz\u003dclass net.minecraft.class_2778, values\u003d[straight, inner_left, inner_right, outer_left, outer_right]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#4f1914"]},"red_nether_brick_wall":{"class_2754{name\u003deast, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]},class_2754{name\u003dnorth, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]},class_2754{name\u003dsouth, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]},class_2746{name\u003dup, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2754{name\u003dwest, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]}":["#4f1914"]},"red_nether_bricks":{"12555":["#4f1914"]},"red_sand":{"117":["#ad6846"]},"red_sandstone":{"11089":["#b26c4a"]},"red_sandstone_slab":{"class_2754{name\u003dtype, clazz\u003dclass net.minecraft.class_2771, values\u003d[top, bottom, double]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#b26c4a"]},"red_sandstone_stairs":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2760, values\u003d[top, bottom]},class_2754{name\u003dshape, clazz\u003dclass net.minecraft.class_2778, values\u003d[straight, inner_left, inner_right, outer_left, outer_right]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#9d5e3f"]},"red_sandstone_wall":{"class_2754{name\u003deast, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]},class_2754{name\u003dnorth, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]},class_2754{name\u003dsouth, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]},class_2746{name\u003dup, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2754{name\u003dwest, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]}":["#a46343"]},"red_shulker_box":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, east, south, west, up, down]}":["#8c1f1e"]},"red_stained_glass":{"5968":["#993333",0.4]},"red_stained_glass_pane":{"class_2746{name\u003deast, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dnorth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dsouth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwest, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#953632",0.4]},"red_terracotta":{"9381":["#732916"]},"red_tulip":{"2081":["#980406",0.0]},"red_wool":{"2061":["#7a0602"]},"redstone_block":{"9234":["#960d08"]},"redstone_lamp":{"class_2746{name\u003dlit, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#a97345"]},"redstone_ore":{"class_2746{name\u003dlit, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#826a63"]},"redstone_torch":{"class_2746{name\u003dlit, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#905533",0.0]},"redstone_wall_torch":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003dlit, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#905533",0.0]},"redstone_wire":{"class_2754{name\u003deast, clazz\u003dclass net.minecraft.class_2773, values\u003d[up, side, none]},class_2754{name\u003dnorth, clazz\u003dclass net.minecraft.class_2773, values\u003d[up, side, none]},class_2758{name\u003dpower, clazz\u003dclass java.lang.Integer, values\u003d[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]},class_2754{name\u003dsouth, clazz\u003dclass net.minecraft.class_2773, values\u003d[up, side, none]},class_2754{name\u003dwest, clazz\u003dclass net.minecraft.class_2773, values\u003d[up, side, none]}":["#d3d3d3",0.0]},"reinforced_deepslate":{"24269":["#68605e"]},"repeater":{"class_2758{name\u003ddelay, clazz\u003dclass java.lang.Integer, values\u003d[1, 2, 3, 4]},class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003dlocked, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#635951"]},"repeating_command_block":{"class_2746{name\u003dconditional, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, east, south, west, up, down]}":["#5f3942"]},"respawn_anchor":{"class_2758{name\u003dcharges, clazz\u003dclass java.lang.Integer, values\u003d[0, 1, 2, 3, 4]}":["#1f132c"]},"rooted_dirt":{"22598":["#906d4a"]},"rose_bush":{"class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2756, values\u003d[upper, lower]}":["#89181b",0.0]},"sand":{"112":["#e6ce96"]},"sandstone":{"535":["#e6d8a6"]},"sandstone_slab":{"class_2754{name\u003dtype, clazz\u003dclass net.minecraft.class_2771, values\u003d[top, bottom, double]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#e6d8a6"]},"sandstone_stairs":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2760, values\u003d[top, bottom]},class_2754{name\u003dshape, clazz\u003dclass net.minecraft.class_2778, values\u003d[straight, inner_left, inner_right, outer_left, outer_right]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#d9c18a"]},"sandstone_wall":{"class_2754{name\u003deast, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]},class_2754{name\u003dnorth, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]},class_2754{name\u003dsouth, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]},class_2746{name\u003dup, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2754{name\u003dwest, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]}":["#dec994"]},"scaffolding":{"class_2746{name\u003dbottom, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2758{name\u003ddistance, clazz\u003dclass java.lang.Integer, values\u003d[0, 1, 2, 3, 4, 5, 6, 7]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#a78647"]},"sculk":{"21575":["#110d16"]},"sculk_catalyst":{"class_2746{name\u003dbloom, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#c3605d"]},"sculk_sensor":{"class_2758{name\u003dpower, clazz\u003dclass java.lang.Integer, values\u003d[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]},class_2754{name\u003dsculk_sensor_phase, clazz\u003dclass net.minecraft.class_5705, values\u003d[inactive, active, cooldown]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#93675c"]},"sculk_shrieker":{"class_2746{name\u003dcan_summon, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dshrieking, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#54414d"]},"sculk_vein":{"class_2746{name\u003ddown, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003deast, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dnorth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dsouth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dup, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwest, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#1e152d"]},"sea_lantern":{"10734":["#64928b"]},"sea_pickle":{"class_2758{name\u003dpickles, clazz\u003dclass java.lang.Integer, values\u003d[1, 2, 3, 4]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#7a7c25",0.0]},"seagrass":{"2008":["#62830d",0.0]},"shroomlight":{"18620":["#e88d28"]},"shulker_box":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, east, south, west, up, down]}":["#8b608b"]},"skeleton_skull":{"class_2758{name\u003drotation, clazz\u003dclass java.lang.Integer, values\u003d[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#4d3930"]},"skeleton_wall_skull":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#4d3930"]},"slime_block":{"10375":["#14dd9b"]},"small_amethyst_bud":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, east, south, west, up, down]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#9a63c8"]},"small_dripleaf":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2756, values\u003d[upper, lower]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#1f4a1a",0.0]},"smithing_table":{"18476":["#343339"]},"smoker":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003dlit, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#5d564f"]},"smooth_basalt":{"24253":["#4a454b"]},"smooth_quartz":{"11318":["#f5f2f2"]},"smooth_quartz_slab":{"class_2754{name\u003dtype, clazz\u003dclass net.minecraft.class_2771, values\u003d[top, bottom, double]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#f5f2f2"]},"smooth_quartz_stairs":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2760, values\u003d[top, bottom]},class_2754{name\u003dshape, clazz\u003dclass net.minecraft.class_2778, values\u003d[straight, inner_left, inner_right, outer_left, outer_right]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#f5f2f2"]},"smooth_red_sandstone":{"11319":["#b26c4a"]},"smooth_red_sandstone_slab":{"class_2754{name\u003dtype, clazz\u003dclass net.minecraft.class_2771, values\u003d[top, bottom, double]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#b26c4a"]},"smooth_red_sandstone_stairs":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2760, values\u003d[top, bottom]},class_2754{name\u003dshape, clazz\u003dclass net.minecraft.class_2778, values\u003d[straight, inner_left, inner_right, outer_left, outer_right]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#b26c4a"]},"smooth_sandstone":{"11317":["#e6d8a6"]},"smooth_sandstone_slab":{"class_2754{name\u003dtype, clazz\u003dclass net.minecraft.class_2771, values\u003d[top, bottom, double]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#e6d8a6"]},"smooth_sandstone_stairs":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2760, values\u003d[top, bottom]},class_2754{name\u003dshape, clazz\u003dclass net.minecraft.class_2778, values\u003d[straight, inner_left, inner_right, outer_left, outer_right]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#e6d8a6"]},"smooth_stone":{"11316":["#918f89"]},"smooth_stone_slab":{"class_2754{name\u003dtype, clazz\u003dclass net.minecraft.class_2771, values\u003d[top, bottom, double]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#918f89"]},"sniffer_egg":{"class_2758{name\u003dhatch, clazz\u003dclass java.lang.Integer, values\u003d[0, 1, 2]}":["#373636"]},"snow":{"class_2758{name\u003dlayers, clazz\u003dclass java.lang.Integer, values\u003d[1, 2, 3, 4, 5, 6, 7, 8]}":["#f9fcfd"]},"snow_block":{"5789":["#f9fcfd"]},"soul_campfire":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003dlit, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dsignal_fire, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#b35b8e"]},"soul_fire":{"2872":["#1cb3b8"]},"soul_lantern":{"class_2746{name\u003dhanging, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#785e7c"]},"soul_sand":{"5859":["#4d3930"]},"soul_soil":{"5860":["#4b372e"]},"soul_torch":{"5867":["#936e5b",0.0]},"soul_wall_torch":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]}":["#936e5b",0.0]},"spawner":{"2873":["#334460"]},"sponge":{"517":["#caba3b"]},"spore_blossom":{"22519":["#704d42",0.0]},"spruce_button":{"class_2754{name\u003dface, clazz\u003dclass net.minecraft.class_2738, values\u003d[FLOOR, WALL, CEILING]},class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#815f38"]},"spruce_door":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2756, values\u003d[upper, lower]},class_2754{name\u003dhinge, clazz\u003dclass net.minecraft.class_2750, values\u003d[left, right]},class_2746{name\u003dopen, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#77593b"]},"spruce_fence":{"class_2746{name\u003deast, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dnorth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dsouth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwest, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#815f38",0.4]},"spruce_fence_gate":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003din_wall, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dopen, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#815f38",0.4]},"spruce_leaves":{"class_2758{name\u003ddistance, clazz\u003dclass java.lang.Integer, values\u003d[1, 2, 3, 4, 5, 6, 7]},class_2746{name\u003dpersistent, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#5d5d5d"]},"spruce_log":{"class_2754{name\u003daxis, clazz\u003dclass net.minecraft.class_2350$class_2351, values\u003d[x, y, z]}":["#5c3a1c"]},"spruce_planks":{"16":["#815f38"]},"spruce_pressure_plate":{"class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#815f38"]},"spruce_sapling":{"class_2758{name\u003dstage, clazz\u003dclass java.lang.Integer, values\u003d[0, 1]}":["#31432a",0.0]},"spruce_slab":{"class_2754{name\u003dtype, clazz\u003dclass net.minecraft.class_2771, values\u003d[top, bottom, double]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#815f38"]},"spruce_stairs":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2760, values\u003d[top, bottom]},class_2754{name\u003dshape, clazz\u003dclass net.minecraft.class_2778, values\u003d[straight, inner_left, inner_right, outer_left, outer_right]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#815f38"]},"spruce_trapdoor":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2760, values\u003d[top, bottom]},class_2746{name\u003dopen, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#70553a"]},"spruce_wood":{"class_2754{name\u003daxis, clazz\u003dclass net.minecraft.class_2350$class_2351, values\u003d[x, y, z]}":["#5c3a1c"]},"sticky_piston":{"class_2746{name\u003dextended, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, east, south, west, up, down]}":["#706352"]},"stone":{"1":["#7f7a73"]},"stone_brick_slab":{"class_2754{name\u003dtype, clazz\u003dclass net.minecraft.class_2771, values\u003d[top, bottom, double]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#79756e"]},"stone_brick_stairs":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2760, values\u003d[top, bottom]},class_2754{name\u003dshape, clazz\u003dclass net.minecraft.class_2778, values\u003d[straight, inner_left, inner_right, outer_left, outer_right]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#79756e"]},"stone_brick_wall":{"class_2754{name\u003deast, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]},class_2754{name\u003dnorth, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]},class_2754{name\u003dsouth, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]},class_2746{name\u003dup, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2754{name\u003dwest, clazz\u003dclass net.minecraft.class_4778, values\u003d[none, low, tall]}":["#79756e"]},"stone_bricks":{"6546":["#79756e"]},"stone_button":{"class_2754{name\u003dface, clazz\u003dclass net.minecraft.class_2738, values\u003d[FLOOR, WALL, CEILING]},class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#7f7a73"]},"stone_pressure_plate":{"class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#7f7a73"]},"stone_slab":{"class_2754{name\u003dtype, clazz\u003dclass net.minecraft.class_2771, values\u003d[top, bottom, double]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#7f7a73"]},"stone_stairs":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2760, values\u003d[top, bottom]},class_2754{name\u003dshape, clazz\u003dclass net.minecraft.class_2778, values\u003d[straight, inner_left, inner_right, outer_left, outer_right]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#7f7a73"]},"stonecutter":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]}":["#a19f9b"]},"stripped_acacia_log":{"class_2754{name\u003daxis, clazz\u003dclass net.minecraft.class_2350$class_2351, values\u003d[x, y, z]}":["#8f522f"]},"stripped_acacia_wood":{"class_2754{name\u003daxis, clazz\u003dclass net.minecraft.class_2350$class_2351, values\u003d[x, y, z]}":["#8f522f"]},"stripped_bamboo_block":{"class_2754{name\u003daxis, clazz\u003dclass net.minecraft.class_2350$class_2351, values\u003d[x, y, z]}":["#cca03a"]},"stripped_birch_log":{"class_2754{name\u003daxis, clazz\u003dclass net.minecraft.class_2350$class_2351, values\u003d[x, y, z]}":["#dcbd80"]},"stripped_birch_wood":{"class_2754{name\u003daxis, clazz\u003dclass net.minecraft.class_2350$class_2351, values\u003d[x, y, z]}":["#dcbd80"]},"stripped_cherry_log":{"class_2754{name\u003daxis, clazz\u003dclass net.minecraft.class_2350$class_2351, values\u003d[x, y, z]}":["#db7e81"]},"stripped_cherry_wood":{"class_2754{name\u003daxis, clazz\u003dclass net.minecraft.class_2350$class_2351, values\u003d[x, y, z]}":["#db7e81"]},"stripped_crimson_hyphae":{"class_2754{name\u003daxis, clazz\u003dclass net.minecraft.class_2350$class_2351, values\u003d[x, y, z]}":["#72261e"]},"stripped_crimson_stem":{"class_2754{name\u003daxis, clazz\u003dclass net.minecraft.class_2350$class_2351, values\u003d[x, y, z]}":["#72261e"]},"stripped_dark_oak_log":{"class_2754{name\u003daxis, clazz\u003dclass net.minecraft.class_2350$class_2351, values\u003d[x, y, z]}":["#4b351f"]},"stripped_dark_oak_wood":{"class_2754{name\u003daxis, clazz\u003dclass net.minecraft.class_2350$class_2351, values\u003d[x, y, z]}":["#4b351f"]},"stripped_jungle_log":{"class_2754{name\u003daxis, clazz\u003dclass net.minecraft.class_2350$class_2351, values\u003d[x, y, z]}":["#926945"]},"stripped_jungle_wood":{"class_2754{name\u003daxis, clazz\u003dclass net.minecraft.class_2350$class_2351, values\u003d[x, y, z]}":["#926945"]},"stripped_mangrove_log":{"class_2754{name\u003daxis, clazz\u003dclass net.minecraft.class_2350$class_2351, values\u003d[x, y, z]}":["#863c31"]},"stripped_mangrove_wood":{"class_2754{name\u003daxis, clazz\u003dclass net.minecraft.class_2350$class_2351, values\u003d[x, y, z]}":["#863c31"]},"stripped_oak_log":{"class_2754{name\u003daxis, clazz\u003dclass net.minecraft.class_2350$class_2351, values\u003d[x, y, z]}":["#bf975a"]},"stripped_oak_wood":{"class_2754{name\u003daxis, clazz\u003dclass net.minecraft.class_2350$class_2351, values\u003d[x, y, z]}":["#bf975a"]},"stripped_spruce_log":{"class_2754{name\u003daxis, clazz\u003dclass net.minecraft.class_2350$class_2351, values\u003d[x, y, z]}":["#856239"]},"stripped_spruce_wood":{"class_2754{name\u003daxis, clazz\u003dclass net.minecraft.class_2350$class_2351, values\u003d[x, y, z]}":["#856239"]},"stripped_warped_hyphae":{"class_2754{name\u003daxis, clazz\u003dclass net.minecraft.class_2350$class_2351, values\u003d[x, y, z]}":["#41736e"]},"stripped_warped_stem":{"class_2754{name\u003daxis, clazz\u003dclass net.minecraft.class_2350$class_2351, values\u003d[x, y, z]}":["#41736e"]},"structure_block":{"class_2754{name\u003dmode, clazz\u003dclass net.minecraft.class_2776, values\u003d[SAVE, LOAD, CORNER, DATA]}":["#564757"]},"sugar_cane":{"class_2758{name\u003dage, clazz\u003dclass java.lang.Integer, values\u003d[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}":["#748f1d",0.0]},"sunflower":{"class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2756, values\u003d[upper, lower]}":["#aa8513",0.0]},"suspicious_gravel":{"class_2758{name\u003ddusted, clazz\u003dclass java.lang.Integer, values\u003d[0, 1, 2, 3]}":["#807975"]},"suspicious_sand":{"class_2758{name\u003ddusted, clazz\u003dclass java.lang.Integer, values\u003d[0, 1, 2, 3]}":["#e5cd94"]},"sweet_berry_bush":{"class_2758{name\u003dage, clazz\u003dclass java.lang.Integer, values\u003d[0, 1, 2, 3]}":["#46683e",0.0]},"tall_grass":{"class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2756, values\u003d[upper, lower]}":["#a1a0a0",0.0]},"tall_seagrass":{"class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2756, values\u003d[upper, lower]}":["#769b0e",0.0]},"target":{"class_2758{name\u003dpower, clazz\u003dclass java.lang.Integer, values\u003d[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}":["#cf8678"]},"terracotta":{"10754":["#a3583e"]},"tinted_glass":{"21093":["#2b292c",0.4]},"tnt":{"class_2746{name\u003dunstable, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#8a1113"]},"torch":{"2355":["#92713f",0.0]},"torchflower":{"2076":["#89681a",0.0]},"torchflower_crop":{"class_2758{name\u003dage, clazz\u003dclass java.lang.Integer, values\u003d[0, 1]}":["#278029"]},"trapped_chest":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dtype, clazz\u003dclass net.minecraft.class_2745, values\u003d[SINGLE, LEFT, RIGHT]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#a07a47"]},"tripwire":{"class_2746{name\u003dattached, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003ddisarmed, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003deast, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dnorth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dsouth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwest, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#818181",0.0]},"tripwire_hook":{"class_2746{name\u003dattached, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#987a52",0.0]},"tube_coral":{"class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#2280c3"]},"tube_coral_block":{"12818":["#298ed2"]},"tube_coral_fan":{"class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#176cb0"]},"tube_coral_wall_fan":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#176cb0"]},"tuff":{"21091":["#736d69"]},"turtle_egg":{"class_2758{name\u003deggs, clazz\u003dclass java.lang.Integer, values\u003d[1, 2, 3, 4]},class_2758{name\u003dhatch, clazz\u003dclass java.lang.Integer, values\u003d[0, 1, 2]}":["#d1dbb9"]},"twisting_vines":{"class_2758{name\u003dage, clazz\u003dclass java.lang.Integer, values\u003d[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25]}":["#284859"]},"twisting_vines_plant":{"18674":["#2b4c5d"]},"verdant_froglight":{"class_2754{name\u003daxis, clazz\u003dclass net.minecraft.class_2350$class_2351, values\u003d[x, y, z]}":["#e0f8d8"]},"vine":{"class_2746{name\u003deast, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dnorth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dsouth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dup, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwest, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#486c57",0.0]},"wall_torch":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]}":["#92713f",0.0]},"warped_button":{"class_2754{name\u003dface, clazz\u003dclass net.minecraft.class_2738, values\u003d[FLOOR, WALL, CEILING]},class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#477b70"]},"warped_door":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2756, values\u003d[upper, lower]},class_2754{name\u003dhinge, clazz\u003dclass net.minecraft.class_2750, values\u003d[left, right]},class_2746{name\u003dopen, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#4c7f72"]},"warped_fence":{"class_2746{name\u003deast, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dnorth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dsouth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwest, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#477b70",0.4]},"warped_fence_gate":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003din_wall, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dopen, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#477b70",0.4]},"warped_fungus":{"18602":["#44746e",0.0]},"warped_hyphae":{"class_2754{name\u003daxis, clazz\u003dclass net.minecraft.class_2350$class_2351, values\u003d[x, y, z]}":["#3f365f"]},"warped_nylium":{"18601":["#264d4c"]},"warped_planks":{"18677":["#477b70"]},"warped_pressure_plate":{"class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#477b70"]},"warped_roots":{"18604":["#326769",0.0]},"warped_slab":{"class_2754{name\u003dtype, clazz\u003dclass net.minecraft.class_2771, values\u003d[top, bottom, double]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#477b70"]},"warped_stairs":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2760, values\u003d[top, bottom]},class_2754{name\u003dshape, clazz\u003dclass net.minecraft.class_2778, values\u003d[straight, inner_left, inner_right, outer_left, outer_right]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#477b70"]},"warped_stem":{"class_2754{name\u003daxis, clazz\u003dclass net.minecraft.class_2350$class_2351, values\u003d[x, y, z]}":["#3f365f"]},"warped_trapdoor":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2760, values\u003d[top, bottom]},class_2746{name\u003dopen, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dpowered, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#4a7d70"]},"warped_wart_block":{"18603":["#24727d"]},"water":{"class_2758{name\u003dlevel, clazz\u003dclass java.lang.Integer, values\u003d[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]}":["#c7dbe1",0.7]},"water_cauldron":{"class_2746{name\u003dboiling, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2758{name\u003dlevel, clazz\u003dclass java.lang.Integer, values\u003d[1, 2, 3]}":["#48423f"]},"waxed_copper_block":{"22068":["#e47756"]},"waxed_cut_copper":{"22075":["#e37859"]},"waxed_cut_copper_slab":{"class_2754{name\u003dtype, clazz\u003dclass net.minecraft.class_2771, values\u003d[top, bottom, double]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#e37859"]},"waxed_cut_copper_stairs":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2760, values\u003d[top, bottom]},class_2754{name\u003dshape, clazz\u003dclass net.minecraft.class_2778, values\u003d[straight, inner_left, inner_right, outer_left, outer_right]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#e37859"]},"waxed_exposed_copper":{"22070":["#cc7d4c"]},"waxed_exposed_cut_copper":{"22074":["#cd7d4f"]},"waxed_exposed_cut_copper_slab":{"class_2754{name\u003dtype, clazz\u003dclass net.minecraft.class_2771, values\u003d[top, bottom, double]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#cd7d4f"]},"waxed_exposed_cut_copper_stairs":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2760, values\u003d[top, bottom]},class_2754{name\u003dshape, clazz\u003dclass net.minecraft.class_2778, values\u003d[straight, inner_left, inner_right, outer_left, outer_right]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#cd7d4f"]},"waxed_oxidized_copper":{"22071":["#509172"]},"waxed_oxidized_cut_copper":{"22072":["#529074"]},"waxed_oxidized_cut_copper_slab":{"class_2754{name\u003dtype, clazz\u003dclass net.minecraft.class_2771, values\u003d[top, bottom, double]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#529074"]},"waxed_oxidized_cut_copper_stairs":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2760, values\u003d[top, bottom]},class_2754{name\u003dshape, clazz\u003dclass net.minecraft.class_2778, values\u003d[straight, inner_left, inner_right, outer_left, outer_right]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#529074"]},"waxed_weathered_copper":{"22069":["#6d904f"]},"waxed_weathered_cut_copper":{"22073":["#6f9050"]},"waxed_weathered_cut_copper_slab":{"class_2754{name\u003dtype, clazz\u003dclass net.minecraft.class_2771, values\u003d[top, bottom, double]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#6f9050"]},"waxed_weathered_cut_copper_stairs":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2760, values\u003d[top, bottom]},class_2754{name\u003dshape, clazz\u003dclass net.minecraft.class_2778, values\u003d[straight, inner_left, inner_right, outer_left, outer_right]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#6f9050"]},"weathered_copper":{"21715":["#6d904f"]},"weathered_cut_copper":{"21721":["#6f9050"]},"weathered_cut_copper_slab":{"class_2754{name\u003dtype, clazz\u003dclass net.minecraft.class_2771, values\u003d[top, bottom, double]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#6f9050"]},"weathered_cut_copper_stairs":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2754{name\u003dhalf, clazz\u003dclass net.minecraft.class_2760, values\u003d[top, bottom]},class_2754{name\u003dshape, clazz\u003dclass net.minecraft.class_2778, values\u003d[straight, inner_left, inner_right, outer_left, outer_right]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#6f9050"]},"weeping_vines":{"class_2758{name\u003dage, clazz\u003dclass java.lang.Integer, values\u003d[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25]}":["#701304"]},"weeping_vines_plant":{"18647":["#761905"]},"wet_sponge":{"518":["#838220"]},"wheat":{"class_2758{name\u003dage, clazz\u003dclass java.lang.Integer, values\u003d[0, 1, 2, 3, 4, 5, 6, 7]}":["#b18548"]},"white_bed":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003doccupied, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2754{name\u003dpart, clazz\u003dclass net.minecraft.class_2742, values\u003d[head, foot]}":["#a07a47"]},"white_candle":{"class_2758{name\u003dcandles, clazz\u003dclass java.lang.Integer, values\u003d[1, 2, 3, 4]},class_2746{name\u003dlit, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#e3cfc7"]},"white_candle_cake":{"class_2746{name\u003dlit, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#e4c1a0"]},"white_carpet":{"10738":["#f2ebe4"]},"white_concrete":{"12738":["#f2f2f2"]},"white_concrete_powder":{"12754":["#f1f1f1"]},"white_glazed_terracotta":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]}":["#cfdcc8"]},"white_shulker_box":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, east, south, west, up, down]}":["#d7dcdd"]},"white_stained_glass":{"5954":["#ffffff",0.4]},"white_stained_glass_pane":{"class_2746{name\u003deast, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dnorth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dsouth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwest, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#efebe8",0.4]},"white_terracotta":{"9367":["#f5e8de"]},"white_tulip":{"2083":["#b0b0b0",0.0]},"white_wool":{"2047":["#f2ebe4"]},"wither_rose":{"2087":["#191919",0.0]},"wither_skeleton_skull":{"class_2758{name\u003drotation, clazz\u003dclass java.lang.Integer, values\u003d[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#4d3930"]},"wither_skeleton_wall_skull":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#4d3930"]},"yellow_bed":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003doccupied, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2754{name\u003dpart, clazz\u003dclass net.minecraft.class_2742, values\u003d[head, foot]}":["#a07a47"]},"yellow_candle":{"class_2758{name\u003dcandles, clazz\u003dclass java.lang.Integer, values\u003d[1, 2, 3, 4]},class_2746{name\u003dlit, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#eca018"]},"yellow_candle_cake":{"class_2746{name\u003dlit, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#e5be95"]},"yellow_carpet":{"10742":["#eca10d"]},"yellow_concrete":{"12742":["#f6b301"]},"yellow_concrete_powder":{"12758":["#fab805"]},"yellow_glazed_terracotta":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]}":["#f0c96d"]},"yellow_shulker_box":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, east, south, west, up, down]}":["#f8bc1d"]},"yellow_stained_glass":{"5958":["#e5e533",0.4]},"yellow_stained_glass_pane":{"class_2746{name\u003deast, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dnorth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dsouth, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]},class_2746{name\u003dwest, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#d8d432",0.4]},"yellow_terracotta":{"9371":["#d59638"]},"yellow_wool":{"2051":["#eca10d"]},"zombie_head":{"class_2758{name\u003drotation, clazz\u003dclass java.lang.Integer, values\u003d[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#4d3930"]},"zombie_wall_head":{"class_2753{name\u003dfacing, clazz\u003dclass net.minecraft.class_2350, values\u003d[north, south, west, east]},class_2746{name\u003dwaterlogged, clazz\u003dclass java.lang.Boolean, values\u003d[true, false]}":["#4d3930"]}}}} \ No newline at end of file diff --git a/journeymap/config/5.10/journeymap.core.config b/journeymap/config/5.10/journeymap.core.config new file mode 100644 index 0000000..716e022 --- /dev/null +++ b/journeymap/config/5.10/journeymap.core.config @@ -0,0 +1,67 @@ +// jm.config.file_header_1 +// jm.config.file_header_2 +// jm.config.file_header_5 +{ + "logLevel": "INFO", + "autoMapPoll": "2000", + "cacheAnimalsData": "3100", + "cacheMobsData": "3000", + "cachePlayerData": "1000", + "cachePlayersData": "2000", + "cacheVillagersData": "2200", + "announceMod": "false", + "checkUpdates": "false", + "recordCacheStats": "false", + "themeName": "Purist", + "caveIgnoreGlass": "true", + "mapBathymetry": "false", + "mapWaterBiomeColors": "false", + "mapTopography": "true", + "mapBiome": "true", + "mapTransparency": "true", + "mapCaveLighting": "true", + "mapAntialiasing": "true", + "mapPlantShadows": "false", + "mapPlants": "false", + "mapCrops": "true", + "mapBlendGrass": "true", + "mapBlendFoliage": "true", + "mapBlendWater": "false", + "mapSurfaceAboveCaves": "true", + "caveBlackAsClear": "false", + "renderDistanceCaveMax": "0", + "renderDistanceSurfaceMax": "0", + "renderDelay": "2", + "revealShape": "Circle", + "alwaysMapCaves": "false", + "alwaysMapSurface": "false", + "tileHighDisplayQuality": "true", + "maxAnimalsData": "128", + "maxMobsData": "32", + "maxPlayersData": "32", + "maxVillagersData": "32", + "hideSneakingEntities": "true", + "hideSpectators": "false", + "radarLateralDistance": "64", + "radarVerticalDistance": "16", + "tileRenderType": "1", + "dataCachingEnabled": "true", + "glErrorChecking": "false", + "seedId": "true", + "mappingEnabled": "true", + "optionsManagerViewed": "5.10.3", + "splashViewed": "5.10.3", + "gridSpecs": { + "day": "Squares,#fdedba,0.5,11,2", + "night": "Squares,#8080ff,0.3,-1,-1", + "underground": "Squares,#808080,0.3,-1,-1" + }, + "colorPassive": "#bbbbbb", + "colorHostile": "#ff0000", + "colorPet": "#0077ff", + "colorVillager": "#88e188", + "colorPlayer": "#ffffff", + "colorSelf": "#0000ff", + "verboseColorPalette": "false", + "configVersion": "5.10.3" +} \ No newline at end of file diff --git a/journeymap/config/5.10/journeymap.fullmap.config b/journeymap/config/5.10/journeymap.fullmap.config new file mode 100644 index 0000000..688d8f6 --- /dev/null +++ b/journeymap/config/5.10/journeymap.fullmap.config @@ -0,0 +1,34 @@ +// jm.config.file_header_1 +// jm.config.file_header_2 +// jm.config.file_header_5 +{ + "showKeys": "false", + "showPlayerLoc": "true", + "showMouseLoc": "true", + "playerDisplay": "LargeIcons", + "selfDisplayScale": "1.5", + "playerDisplayScale": "2.0", + "showPlayerHeading": "false", + "mobDisplay": "LargeIcons", + "mobDisplayScale": "2.0", + "showMobHeading": "false", + "showMobs": "false", + "showAnimals": "true", + "showVillagers": "false", + "showPets": "false", + "showPlayers": "true", + "fontScale": "2.5", + "showWaypointLabels": "true", + "waypointLabelScale": "1.5", + "waypointIconScale": "2.0", + "locationFormatVerbose": "false", + "locationFormat": "xz", + "showWaypoints": "true", + "showSelf": "true", + "showGrid": "false", + "showCaves": "true", + "showEntityNames": "false", + "preferredMapType": "day", + "zoomLevel": "3", + "configVersion": "5.10.3" +} \ No newline at end of file diff --git a/journeymap/config/5.10/journeymap.minimap.config b/journeymap/config/5.10/journeymap.minimap.config new file mode 100644 index 0000000..8afe448 --- /dev/null +++ b/journeymap/config/5.10/journeymap.minimap.config @@ -0,0 +1,60 @@ +// jm.config.file_header_1 +// jm.config.file_header_2 +// jm.config.file_header_5 +{ + "gameTimeRealFormat": "HH:mm:ss", + "systemTimeRealFormat": "HH:mm:ss", + "enabled": "true", + "shape": "Square", + "showDayNight": "true", + "info1Label": "jm.theme.labelsource.blank", + "info2Label": "jm.theme.labelsource.gametime", + "info3Label": "jm.theme.labelsource.location", + "info4Label": "jm.theme.labelsource.biome", + "infoSlotAlpha": "0.0", + "positionX": "0.86640626", + "positionY": "0.037962962", + "sizePercent": "23", + "frameAlpha": "80", + "terrainAlpha": "100", + "backgroundAlpha": "0.0", + "orientation": "North", + "compassFontScale": "2.0", + "showCompass": "true", + "showReticle": "false", + "reticleOrientation": "Compass", + "moveEffectIcons": "true", + "effectTranslateX": "-138", + "effectTranslateY": "3", + "effectVertical": "false", + "effectReversed": "false", + "minimapKeyMovementSpeed": "0.001", + "position": "Custom", + "active": true, + "playerDisplay": "LargeIcons", + "selfDisplayScale": "1.5", + "playerDisplayScale": "1.75", + "showPlayerHeading": "false", + "mobDisplay": "LargeIcons", + "mobDisplayScale": "1.5", + "showMobHeading": "false", + "showMobs": "false", + "showAnimals": "true", + "showVillagers": "false", + "showPets": "false", + "showPlayers": "true", + "fontScale": "3.0", + "showWaypointLabels": "true", + "waypointLabelScale": "1.5", + "waypointIconScale": "2.0", + "locationFormatVerbose": "false", + "locationFormat": "xz", + "showWaypoints": "true", + "showSelf": "true", + "showGrid": "false", + "showCaves": "true", + "showEntityNames": "false", + "preferredMapType": "day", + "zoomLevel": "2", + "configVersion": "5.10.3" +} \ No newline at end of file diff --git a/journeymap/config/5.10/journeymap.minimap2.config b/journeymap/config/5.10/journeymap.minimap2.config new file mode 100644 index 0000000..1ff8869 --- /dev/null +++ b/journeymap/config/5.10/journeymap.minimap2.config @@ -0,0 +1,60 @@ +// jm.config.file_header_1 +// jm.config.file_header_2 +// jm.config.file_header_5 +{ + "gameTimeRealFormat": "HH:mm:ss", + "systemTimeRealFormat": "HH:mm:ss", + "enabled": "true", + "shape": "Rectangle", + "showDayNight": "true", + "info1Label": "jm.theme.labelsource.blank", + "info2Label": "jm.theme.labelsource.gametime", + "info3Label": "jm.theme.labelsource.location", + "info4Label": "jm.theme.labelsource.biome", + "infoSlotAlpha": "0.0", + "positionX": "0.74635416", + "positionY": "0.033796296", + "sizePercent": "25", + "frameAlpha": "80", + "terrainAlpha": "100", + "backgroundAlpha": "0.0", + "orientation": "North", + "compassFontScale": "1.0", + "showCompass": "true", + "showReticle": "false", + "reticleOrientation": "Compass", + "moveEffectIcons": "true", + "effectTranslateX": "-168", + "effectTranslateY": "4", + "effectVertical": "false", + "effectReversed": "false", + "minimapKeyMovementSpeed": "0.001", + "position": "Custom", + "active": false, + "playerDisplay": "LargeIcons", + "selfDisplayScale": "1.5", + "playerDisplayScale": "1.75", + "showPlayerHeading": "false", + "mobDisplay": "LargeIcons", + "mobDisplayScale": "1.5", + "showMobHeading": "false", + "showMobs": "false", + "showAnimals": "true", + "showVillagers": "false", + "showPets": "false", + "showPlayers": "true", + "fontScale": "3.0", + "showWaypointLabels": "true", + "waypointLabelScale": "1.5", + "waypointIconScale": "2.0", + "locationFormatVerbose": "false", + "locationFormat": "xz", + "showWaypoints": "true", + "showSelf": "true", + "showGrid": "false", + "showCaves": "true", + "showEntityNames": "false", + "preferredMapType": "night", + "zoomLevel": "2", + "configVersion": "5.10.3" +} \ No newline at end of file diff --git a/journeymap/config/5.10/journeymap.topo.config b/journeymap/config/5.10/journeymap.topo.config new file mode 100644 index 0000000..d0cc301 --- /dev/null +++ b/journeymap/config/5.10/journeymap.topo.config @@ -0,0 +1,10 @@ +// jm.config.file_header_1 +// jm.config.file_header_5 +{ + "showContour": "true", + "landContour": "#3F250B", + "waterContour": "#0000dd", + "land": "#010c02,#041105,#071609,#0a1b0c,#0d200f,#102513,#132a16,#162f19,#19341c,#1b3a20,#1e3f23,#214426,#24492a,#274e2d,#2a5330,#2d5834,#375f41,#41674d,#4b6e5a,#557567,#5f7c73,#698480,#738b8d,#7c929a,#8699a6,#90a1b3,#9aa8c0,#a4afcc,#aeb6d9,#b8bee6,#c2c5f2,#ccccff,#cccfff,#ccd2ff,#ccd6ff,#ccd9ff,#ccdcff,#ccdfff,#cce2ff,#cce5ff,#cce9ff,#ccecff,#ccefff,#ccf2ff,#ccf5ff,#ccf9ff,#ccfcff,#ccffff,#cfffff,#d2ffff,#d6ffff,#d9ffff,#dcffff,#dfffff,#e2ffff,#e5ffff,#e9ffff,#ecffff,#efffff,#f2ffff,#f5ffff,#f9ffff,#fcffff,#ffffff", + "water": "#000040,#02024e,#03035d,#05056b,#070779,#080887,#0a0a96,#0b0ba4,#1a1aaa,#2a2aaf,#3939b5,#4848bb,#5757c0,#6767c6,#7676cc,#8585d2,#9494d7,#a4a4dd,#b3b3e3,#c2c2e8,#d1d1ee,#d7d7f0,#ddddf2,#e2e2f4,#e8e8f6,#eeeef9,#f4f4fb,#f9f9ff,#f9f9ff,#f9f9ff,#f9f9ff,#f9f9ff", + "configVersion": "5.10.3" +} \ No newline at end of file diff --git a/journeymap/config/5.10/journeymap.waypoint.config b/journeymap/config/5.10/journeymap.waypoint.config new file mode 100644 index 0000000..3284f0a --- /dev/null +++ b/journeymap/config/5.10/journeymap.waypoint.config @@ -0,0 +1,32 @@ +// jm.config.file_header_1 +// jm.config.file_header_2 +// jm.config.file_header_5 +{ + "managerEnabled": "true", + "beaconEnabled": "true", + "showTexture": "true", + "showStaticBeam": "true", + "showRotatingBeam": "true", + "showName": "true", + "showDistance": "true", + "autoHideLabel": "true", + "showDeviationLabel": "false", + "disableStrikeThrough": "false", + "boldLabel": "false", + "fontScale": "2.0", + "textureSmall": "true", + "shaderBeacon": "false", + "maxDistance": "0", + "minDistance": "4", + "createDeathpoints": "true", + "autoRemoveDeathpoints": "false", + "autoRemoveDeathpointDistance": "16", + "autoRemoveTempWaypoints": "2", + "showDeathpointlabel": "true", + "fullscreenDoubleClickToCreate": "true", + "teleportCommand": "/tp {name} {x} {y} {z}", + "dateFormat": "MM-dd-yyyy", + "timeFormat": "HH:mm:ss", + "managerDimensionFocus": "false", + "configVersion": "5.10.3" +} \ No newline at end of file diff --git a/journeymap/config/5.10/journeymap.webmap.config b/journeymap/config/5.10/journeymap.webmap.config new file mode 100644 index 0000000..eca6bc8 --- /dev/null +++ b/journeymap/config/5.10/journeymap.webmap.config @@ -0,0 +1,8 @@ +// jm.config.file_header_1 +// jm.config.file_header_2 +// jm.config.file_header_5 +{ + "enabled": "false", + "port": "8080", + "configVersion": "5.10.3" +} \ No newline at end of file diff --git a/journeymap/icon/theme/default.theme.config b/journeymap/icon/theme/default.theme.config new file mode 100644 index 0000000..b84c195 --- /dev/null +++ b/journeymap/icon/theme/default.theme.config @@ -0,0 +1,5 @@ +{ + "directory": "flat", + "filename": "OceanMonument", + "name": "OceanMonument" +} \ No newline at end of file diff --git a/journeymap/icon/theme/flat/DesertTemple.theme2.json b/journeymap/icon/theme/flat/DesertTemple.theme2.json new file mode 100644 index 0000000..23ca7ad --- /dev/null +++ b/journeymap/icon/theme/flat/DesertTemple.theme2.json @@ -0,0 +1,427 @@ +{ + "schema": 2, + "author": "techbrew", + "name": "DesertTemple", + "directory": "flat", + "container": { + "toolbar": { + "horizontal": { + "useThemeImages": true, + "prefix": "h", + "margin": 4, + "padding": 0, + "begin": { + "width": 0, + "height": 24, + "color": "#361809", + "alpha": 0.8 + }, + "inner": { + "width": 24, + "height": 24, + "color": "#361809", + "alpha": 0.8 + }, + "end": { + "width": 0, + "height": 24, + "color": "#361809", + "alpha": 0.8 + } + }, + "vertical": { + "useThemeImages": true, + "prefix": "v", + "margin": 4, + "padding": 0, + "begin": { + "width": 24, + "height": 0, + "color": "#361809", + "alpha": 0.8 + }, + "inner": { + "width": 24, + "height": 24, + "color": "#361809", + "alpha": 0.8 + }, + "end": { + "width": 24, + "height": 0, + "color": "#361809", + "alpha": 0.8 + } + } + } + }, + "control": { + "button": { + "useThemeImages": true, + "width": 24, + "height": 24, + "prefix": "flat_", + "tooltipOnStyle": "§b", + "tooltipOffStyle": "§7", + "tooltipDisabledStyle": "§8", + "iconOn": { + "color": "#B7521E", + "alpha": 1.0 + }, + "iconOff": { + "color": "#FFFFCD", + "alpha": 1.0 + }, + "iconHoverOn": { + "color": "#aea87e", + "alpha": 1.0 + }, + "iconHoverOff": { + "color": "#aea87e", + "alpha": 1.0 + }, + "iconDisabled": { + "color": "#803915", + "alpha": 1.0 + }, + "buttonOn": { + "color": "#FFFFCD", + "alpha": 1.0 + }, + "buttonOff": { + "color": "#B7521E", + "alpha": 1.0 + }, + "buttonHoverOn": { + "color": "#FFFFCD", + "alpha": 1.0 + }, + "buttonHoverOff": { + "color": "#B7521E", + "alpha": 1.0 + }, + "buttonDisabled": { + "color": "#B7521E", + "alpha": 1.0 + } + }, + "toggle": { + "useThemeImages": true, + "width": 24, + "height": 24, + "prefix": "flat_", + "tooltipOnStyle": "§b", + "tooltipOffStyle": "§7", + "tooltipDisabledStyle": "§8", + "iconOn": { + "color": "#B7521E", + "alpha": 1.0 + }, + "iconOff": { + "color": "#FFFFCD", + "alpha": 1.0 + }, + "iconHoverOn": { + "color": "#aea87e", + "alpha": 1.0 + }, + "iconHoverOff": { + "color": "#aea87e", + "alpha": 1.0 + }, + "iconDisabled": { + "color": "#803915", + "alpha": 1.0 + }, + "buttonOn": { + "color": "#FFFFCD", + "alpha": 1.0 + }, + "buttonOff": { + "color": "#B7521E", + "alpha": 1.0 + }, + "buttonHoverOn": { + "color": "#FFFFCD", + "alpha": 1.0 + }, + "buttonHoverOff": { + "color": "#B7521E", + "alpha": 1.0 + }, + "buttonDisabled": { + "color": "#803915", + "alpha": 1.0 + } + } + }, + "fullscreen": { + "background": { + "color": "#803915", + "alpha": 0.8 + }, + "statusLabel": { + "margin": 0, + "background": { + "color": "#361809", + "alpha": 0.7 + }, + "foreground": { + "color": "#FFFFCD", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + } + }, + "icon": { + "width": 24, + "height": 24, + "color": "#ffffff", + "alpha": 1.0 + }, + "minimap": { + "circle": { + "rim256": { + "width": 256, + "height": 256, + "color": "#ffffff", + "alpha": 1.0 + }, + "mask256": { + "width": 256, + "height": 256, + "color": "#ffffff", + "alpha": 1.0 + }, + "rim512": { + "width": 512, + "height": 512, + "color": "#ffffff", + "alpha": 1.0 + }, + "mask512": { + "width": 512, + "height": 512, + "color": "#ffffff", + "alpha": 1.0 + }, + "rotates": false, + "margin": 6, + "labelTop": { + "margin": 0, + "background": { + "color": "#361809", + "alpha": 0.7 + }, + "foreground": { + "color": "#FFFFCD", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelTopInside": false, + "labelBottom": { + "margin": 0, + "background": { + "color": "#361809", + "alpha": 0.7 + }, + "foreground": { + "color": "#FFFFCD", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelBottomInside": false, + "compassLabel": { + "margin": 0, + "background": { + "color": "#361809", + "alpha": 0.0 + }, + "foreground": { + "color": "#FFFFCD", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "compassPoint": { + "width": 16, + "height": 16, + "color": "#803915", + "alpha": 0.5 + }, + "compassPointLabelPad": 0, + "compassPointOffset": -14.0, + "compassShowNorth": true, + "compassShowSouth": true, + "compassShowEast": true, + "compassShowWest": true, + "waypointOffset": 0.0, + "reticle": { + "color": "#B7521E", + "alpha": 0.4 + }, + "reticleHeading": { + "color": "#B7521E", + "alpha": 0.4 + }, + "reticleThickness": 1.25, + "reticleHeadingThickness": 2.25, + "reticleOffsetOuter": 30, + "reticleOffsetInner": 20, + "frame": { + "color": "#803915", + "alpha": 1.0 + }, + "prefix": "flat_" + }, + "square": { + "topLeft": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "top": { + "width": 1, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "topRight": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "right": { + "width": 8, + "height": 1, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottomRight": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottom": { + "width": 1, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottomLeft": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "left": { + "width": 8, + "height": 1, + "color": "#ffffff", + "alpha": 1.0 + }, + "margin": 6, + "labelTop": { + "margin": 0, + "background": { + "color": "#361809", + "alpha": 0.7 + }, + "foreground": { + "color": "#FFFFCD", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelTopInside": false, + "labelBottom": { + "margin": 0, + "background": { + "color": "#361809", + "alpha": 0.7 + }, + "foreground": { + "color": "#FFFFCD", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelBottomInside": false, + "compassLabel": { + "margin": 0, + "background": { + "color": "#361809", + "alpha": 0.0 + }, + "foreground": { + "color": "#FFFFCD", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "compassPoint": { + "width": 16, + "height": 16, + "color": "#803915", + "alpha": 0.5 + }, + "compassPointLabelPad": 0, + "compassPointOffset": -12.0, + "compassShowNorth": true, + "compassShowSouth": true, + "compassShowEast": true, + "compassShowWest": true, + "waypointOffset": 0.0, + "reticle": { + "color": "#B7521E", + "alpha": 0.4 + }, + "reticleHeading": { + "color": "#B7521E", + "alpha": 0.4 + }, + "reticleThickness": 1.25, + "reticleHeadingThickness": 2.25, + "reticleOffsetOuter": 24, + "reticleOffsetInner": 20, + "frame": { + "color": "#803915", + "alpha": 1.0 + }, + "prefix": "flat_" + } + } +} \ No newline at end of file diff --git a/journeymap/icon/theme/flat/EndCity.theme2.json b/journeymap/icon/theme/flat/EndCity.theme2.json new file mode 100644 index 0000000..ac760c8 --- /dev/null +++ b/journeymap/icon/theme/flat/EndCity.theme2.json @@ -0,0 +1,427 @@ +{ + "schema": 2, + "author": "techbrew", + "name": "EndCity", + "directory": "flat", + "container": { + "toolbar": { + "horizontal": { + "useThemeImages": true, + "prefix": "h", + "margin": 4, + "padding": 0, + "begin": { + "width": 0, + "height": 24, + "color": "#1F1D2D", + "alpha": 0.8 + }, + "inner": { + "width": 24, + "height": 24, + "color": "#1F1D2D", + "alpha": 0.8 + }, + "end": { + "width": 0, + "height": 24, + "color": "#1F1D2D", + "alpha": 0.8 + } + }, + "vertical": { + "useThemeImages": true, + "prefix": "v", + "margin": 4, + "padding": 0, + "begin": { + "width": 24, + "height": 0, + "color": "#1F1D2D", + "alpha": 0.8 + }, + "inner": { + "width": 24, + "height": 24, + "color": "#1F1D2D", + "alpha": 0.8 + }, + "end": { + "width": 24, + "height": 0, + "color": "#1F1D2D", + "alpha": 0.8 + } + } + } + }, + "control": { + "button": { + "useThemeImages": true, + "width": 24, + "height": 24, + "prefix": "flat_", + "tooltipOnStyle": "§b", + "tooltipOffStyle": "§7", + "tooltipDisabledStyle": "§8", + "iconOn": { + "color": "#5A5470", + "alpha": 1.0 + }, + "iconOff": { + "color": "#EAEE9A", + "alpha": 1.0 + }, + "iconHoverOn": { + "color": "#CEB46A", + "alpha": 1.0 + }, + "iconHoverOff": { + "color": "#CEB46A", + "alpha": 1.0 + }, + "iconDisabled": { + "color": "#362744", + "alpha": 1.0 + }, + "buttonOn": { + "color": "#EAEE9A", + "alpha": 1.0 + }, + "buttonOff": { + "color": "#5A5470", + "alpha": 1.0 + }, + "buttonHoverOn": { + "color": "#EAEE9A", + "alpha": 1.0 + }, + "buttonHoverOff": { + "color": "#5A5470", + "alpha": 1.0 + }, + "buttonDisabled": { + "color": "#5A5470", + "alpha": 1.0 + } + }, + "toggle": { + "useThemeImages": true, + "width": 24, + "height": 24, + "prefix": "flat_", + "tooltipOnStyle": "§b", + "tooltipOffStyle": "§7", + "tooltipDisabledStyle": "§8", + "iconOn": { + "color": "#5A5470", + "alpha": 1.0 + }, + "iconOff": { + "color": "#EAEE9A", + "alpha": 1.0 + }, + "iconHoverOn": { + "color": "#CEB46A", + "alpha": 1.0 + }, + "iconHoverOff": { + "color": "#CEB46A", + "alpha": 1.0 + }, + "iconDisabled": { + "color": "#362744", + "alpha": 1.0 + }, + "buttonOn": { + "color": "#EAEE9A", + "alpha": 1.0 + }, + "buttonOff": { + "color": "#5A5470", + "alpha": 1.0 + }, + "buttonHoverOn": { + "color": "#EAEE9A", + "alpha": 1.0 + }, + "buttonHoverOff": { + "color": "#5A5470", + "alpha": 1.0 + }, + "buttonDisabled": { + "color": "#362744", + "alpha": 1.0 + } + } + }, + "fullscreen": { + "background": { + "color": "#362744", + "alpha": 0.8 + }, + "statusLabel": { + "margin": 0, + "background": { + "color": "#1F1D2D", + "alpha": 0.7 + }, + "foreground": { + "color": "#EAEE9A", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + } + }, + "icon": { + "width": 24, + "height": 24, + "color": "#ffffff", + "alpha": 1.0 + }, + "minimap": { + "circle": { + "rim256": { + "width": 256, + "height": 256, + "color": "#ffffff", + "alpha": 1.0 + }, + "mask256": { + "width": 256, + "height": 256, + "color": "#ffffff", + "alpha": 1.0 + }, + "rim512": { + "width": 512, + "height": 512, + "color": "#ffffff", + "alpha": 1.0 + }, + "mask512": { + "width": 512, + "height": 512, + "color": "#ffffff", + "alpha": 1.0 + }, + "rotates": false, + "margin": 6, + "labelTop": { + "margin": 0, + "background": { + "color": "#1F1D2D", + "alpha": 0.7 + }, + "foreground": { + "color": "#EAEE9A", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelTopInside": false, + "labelBottom": { + "margin": 0, + "background": { + "color": "#1F1D2D", + "alpha": 0.7 + }, + "foreground": { + "color": "#EAEE9A", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelBottomInside": false, + "compassLabel": { + "margin": 0, + "background": { + "color": "#1F1D2D", + "alpha": 0.0 + }, + "foreground": { + "color": "#EAEE9A", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "compassPoint": { + "width": 16, + "height": 16, + "color": "#362744", + "alpha": 0.5 + }, + "compassPointLabelPad": 0, + "compassPointOffset": -14.0, + "compassShowNorth": true, + "compassShowSouth": true, + "compassShowEast": true, + "compassShowWest": true, + "waypointOffset": 0.0, + "reticle": { + "color": "#5A5470", + "alpha": 0.4 + }, + "reticleHeading": { + "color": "#5A5470", + "alpha": 0.4 + }, + "reticleThickness": 1.25, + "reticleHeadingThickness": 2.25, + "reticleOffsetOuter": 30, + "reticleOffsetInner": 20, + "frame": { + "color": "#362744", + "alpha": 1.0 + }, + "prefix": "flat_" + }, + "square": { + "topLeft": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "top": { + "width": 1, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "topRight": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "right": { + "width": 8, + "height": 1, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottomRight": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottom": { + "width": 1, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottomLeft": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "left": { + "width": 8, + "height": 1, + "color": "#ffffff", + "alpha": 1.0 + }, + "margin": 6, + "labelTop": { + "margin": 0, + "background": { + "color": "#1F1D2D", + "alpha": 0.7 + }, + "foreground": { + "color": "#EAEE9A", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelTopInside": false, + "labelBottom": { + "margin": 0, + "background": { + "color": "#1F1D2D", + "alpha": 0.7 + }, + "foreground": { + "color": "#EAEE9A", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelBottomInside": false, + "compassLabel": { + "margin": 0, + "background": { + "color": "#1F1D2D", + "alpha": 0.0 + }, + "foreground": { + "color": "#EAEE9A", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "compassPoint": { + "width": 16, + "height": 16, + "color": "#362744", + "alpha": 0.5 + }, + "compassPointLabelPad": 0, + "compassPointOffset": -12.0, + "compassShowNorth": true, + "compassShowSouth": true, + "compassShowEast": true, + "compassShowWest": true, + "waypointOffset": 0.0, + "reticle": { + "color": "#5A5470", + "alpha": 0.4 + }, + "reticleHeading": { + "color": "#5A5470", + "alpha": 0.4 + }, + "reticleThickness": 1.25, + "reticleHeadingThickness": 2.25, + "reticleOffsetOuter": 24, + "reticleOffsetInner": 20, + "frame": { + "color": "#362744", + "alpha": 1.0 + }, + "prefix": "flat_" + } + } +} \ No newline at end of file diff --git a/journeymap/icon/theme/flat/ForestMansion.theme2.json b/journeymap/icon/theme/flat/ForestMansion.theme2.json new file mode 100644 index 0000000..f6c16a8 --- /dev/null +++ b/journeymap/icon/theme/flat/ForestMansion.theme2.json @@ -0,0 +1,427 @@ +{ + "schema": 2, + "author": "techbrew", + "name": "ForestMansion", + "directory": "flat", + "container": { + "toolbar": { + "horizontal": { + "useThemeImages": true, + "prefix": "h", + "margin": 4, + "padding": 0, + "begin": { + "width": 0, + "height": 24, + "color": "#061b06", + "alpha": 0.8 + }, + "inner": { + "width": 24, + "height": 24, + "color": "#061b06", + "alpha": 0.8 + }, + "end": { + "width": 0, + "height": 24, + "color": "#061b06", + "alpha": 0.8 + } + }, + "vertical": { + "useThemeImages": true, + "prefix": "v", + "margin": 4, + "padding": 0, + "begin": { + "width": 24, + "height": 0, + "color": "#061b06", + "alpha": 0.8 + }, + "inner": { + "width": 24, + "height": 24, + "color": "#061b06", + "alpha": 0.8 + }, + "end": { + "width": 24, + "height": 0, + "color": "#061b06", + "alpha": 0.8 + } + } + } + }, + "control": { + "button": { + "useThemeImages": true, + "width": 24, + "height": 24, + "prefix": "flat_", + "tooltipOnStyle": "§b", + "tooltipOffStyle": "§7", + "tooltipDisabledStyle": "§8", + "iconOn": { + "color": "#1b6f1b", + "alpha": 1.0 + }, + "iconOff": { + "color": "#d2e7d2", + "alpha": 1.0 + }, + "iconHoverOn": { + "color": "#7ab97a", + "alpha": 1.0 + }, + "iconHoverOff": { + "color": "#7ab97a", + "alpha": 1.0 + }, + "iconDisabled": { + "color": "#114511", + "alpha": 1.0 + }, + "buttonOn": { + "color": "#d2e7d2", + "alpha": 1.0 + }, + "buttonOff": { + "color": "#1b6f1b", + "alpha": 1.0 + }, + "buttonHoverOn": { + "color": "#d2e7d2", + "alpha": 1.0 + }, + "buttonHoverOff": { + "color": "#1b6f1b", + "alpha": 1.0 + }, + "buttonDisabled": { + "color": "#1b6f1b", + "alpha": 1.0 + } + }, + "toggle": { + "useThemeImages": true, + "width": 24, + "height": 24, + "prefix": "flat_", + "tooltipOnStyle": "§b", + "tooltipOffStyle": "§7", + "tooltipDisabledStyle": "§8", + "iconOn": { + "color": "#1b6f1b", + "alpha": 1.0 + }, + "iconOff": { + "color": "#d2e7d2", + "alpha": 1.0 + }, + "iconHoverOn": { + "color": "#7ab97a", + "alpha": 1.0 + }, + "iconHoverOff": { + "color": "#7ab97a", + "alpha": 1.0 + }, + "iconDisabled": { + "color": "#114511", + "alpha": 1.0 + }, + "buttonOn": { + "color": "#d2e7d2", + "alpha": 1.0 + }, + "buttonOff": { + "color": "#1b6f1b", + "alpha": 1.0 + }, + "buttonHoverOn": { + "color": "#d2e7d2", + "alpha": 1.0 + }, + "buttonHoverOff": { + "color": "#1b6f1b", + "alpha": 1.0 + }, + "buttonDisabled": { + "color": "#114511", + "alpha": 1.0 + } + } + }, + "fullscreen": { + "background": { + "color": "#114511", + "alpha": 0.8 + }, + "statusLabel": { + "margin": 0, + "background": { + "color": "#061b06", + "alpha": 0.7 + }, + "foreground": { + "color": "#d2e7d2", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + } + }, + "icon": { + "width": 24, + "height": 24, + "color": "#ffffff", + "alpha": 1.0 + }, + "minimap": { + "circle": { + "rim256": { + "width": 256, + "height": 256, + "color": "#ffffff", + "alpha": 1.0 + }, + "mask256": { + "width": 256, + "height": 256, + "color": "#ffffff", + "alpha": 1.0 + }, + "rim512": { + "width": 512, + "height": 512, + "color": "#ffffff", + "alpha": 1.0 + }, + "mask512": { + "width": 512, + "height": 512, + "color": "#ffffff", + "alpha": 1.0 + }, + "rotates": false, + "margin": 6, + "labelTop": { + "margin": 0, + "background": { + "color": "#061b06", + "alpha": 0.7 + }, + "foreground": { + "color": "#d2e7d2", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelTopInside": false, + "labelBottom": { + "margin": 0, + "background": { + "color": "#061b06", + "alpha": 0.7 + }, + "foreground": { + "color": "#d2e7d2", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelBottomInside": false, + "compassLabel": { + "margin": 0, + "background": { + "color": "#061b06", + "alpha": 0.0 + }, + "foreground": { + "color": "#d2e7d2", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "compassPoint": { + "width": 16, + "height": 16, + "color": "#114511", + "alpha": 0.5 + }, + "compassPointLabelPad": 0, + "compassPointOffset": -14.0, + "compassShowNorth": true, + "compassShowSouth": true, + "compassShowEast": true, + "compassShowWest": true, + "waypointOffset": 0.0, + "reticle": { + "color": "#1b6f1b", + "alpha": 0.4 + }, + "reticleHeading": { + "color": "#1b6f1b", + "alpha": 0.4 + }, + "reticleThickness": 1.25, + "reticleHeadingThickness": 2.25, + "reticleOffsetOuter": 30, + "reticleOffsetInner": 20, + "frame": { + "color": "#114511", + "alpha": 1.0 + }, + "prefix": "flat_" + }, + "square": { + "topLeft": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "top": { + "width": 1, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "topRight": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "right": { + "width": 8, + "height": 1, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottomRight": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottom": { + "width": 1, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottomLeft": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "left": { + "width": 8, + "height": 1, + "color": "#ffffff", + "alpha": 1.0 + }, + "margin": 6, + "labelTop": { + "margin": 0, + "background": { + "color": "#061b06", + "alpha": 0.7 + }, + "foreground": { + "color": "#d2e7d2", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelTopInside": false, + "labelBottom": { + "margin": 0, + "background": { + "color": "#061b06", + "alpha": 0.7 + }, + "foreground": { + "color": "#d2e7d2", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelBottomInside": false, + "compassLabel": { + "margin": 0, + "background": { + "color": "#061b06", + "alpha": 0.0 + }, + "foreground": { + "color": "#d2e7d2", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "compassPoint": { + "width": 16, + "height": 16, + "color": "#114511", + "alpha": 0.5 + }, + "compassPointLabelPad": 0, + "compassPointOffset": -12.0, + "compassShowNorth": true, + "compassShowSouth": true, + "compassShowEast": true, + "compassShowWest": true, + "waypointOffset": 0.0, + "reticle": { + "color": "#1b6f1b", + "alpha": 0.4 + }, + "reticleHeading": { + "color": "#1b6f1b", + "alpha": 0.4 + }, + "reticleThickness": 1.25, + "reticleHeadingThickness": 2.25, + "reticleOffsetOuter": 24, + "reticleOffsetInner": 20, + "frame": { + "color": "#114511", + "alpha": 1.0 + }, + "prefix": "flat_" + } + } +} \ No newline at end of file diff --git a/journeymap/icon/theme/flat/NetherFortress.theme2.json b/journeymap/icon/theme/flat/NetherFortress.theme2.json new file mode 100644 index 0000000..2e2a800 --- /dev/null +++ b/journeymap/icon/theme/flat/NetherFortress.theme2.json @@ -0,0 +1,427 @@ +{ + "schema": 2, + "author": "techbrew", + "name": "NetherFortress", + "directory": "flat", + "container": { + "toolbar": { + "horizontal": { + "useThemeImages": true, + "prefix": "h", + "margin": 4, + "padding": 0, + "begin": { + "width": 0, + "height": 24, + "color": "#3b0000", + "alpha": 0.8 + }, + "inner": { + "width": 24, + "height": 24, + "color": "#3b0000", + "alpha": 0.8 + }, + "end": { + "width": 0, + "height": 24, + "color": "#3b0000", + "alpha": 0.8 + } + }, + "vertical": { + "useThemeImages": true, + "prefix": "v", + "margin": 4, + "padding": 0, + "begin": { + "width": 24, + "height": 0, + "color": "#3b0000", + "alpha": 0.8 + }, + "inner": { + "width": 24, + "height": 24, + "color": "#3b0000", + "alpha": 0.8 + }, + "end": { + "width": 24, + "height": 0, + "color": "#3b0000", + "alpha": 0.8 + } + } + } + }, + "control": { + "button": { + "useThemeImages": true, + "width": 24, + "height": 24, + "prefix": "flat_", + "tooltipOnStyle": "§b", + "tooltipOffStyle": "§7", + "tooltipDisabledStyle": "§8", + "iconOn": { + "color": "#6f3634", + "alpha": 1.0 + }, + "iconOff": { + "color": "#FFFF00", + "alpha": 1.0 + }, + "iconHoverOn": { + "color": "#D2D200", + "alpha": 1.0 + }, + "iconHoverOff": { + "color": "#D2D200", + "alpha": 1.0 + }, + "iconDisabled": { + "color": "#760000", + "alpha": 1.0 + }, + "buttonOn": { + "color": "#FFFF00", + "alpha": 1.0 + }, + "buttonOff": { + "color": "#6f3634", + "alpha": 1.0 + }, + "buttonHoverOn": { + "color": "#FFFF00", + "alpha": 1.0 + }, + "buttonHoverOff": { + "color": "#6f3634", + "alpha": 1.0 + }, + "buttonDisabled": { + "color": "#6f3634", + "alpha": 1.0 + } + }, + "toggle": { + "useThemeImages": true, + "width": 24, + "height": 24, + "prefix": "flat_", + "tooltipOnStyle": "§b", + "tooltipOffStyle": "§7", + "tooltipDisabledStyle": "§8", + "iconOn": { + "color": "#6f3634", + "alpha": 1.0 + }, + "iconOff": { + "color": "#FFFF00", + "alpha": 1.0 + }, + "iconHoverOn": { + "color": "#D2D200", + "alpha": 1.0 + }, + "iconHoverOff": { + "color": "#D2D200", + "alpha": 1.0 + }, + "iconDisabled": { + "color": "#760000", + "alpha": 1.0 + }, + "buttonOn": { + "color": "#FFFF00", + "alpha": 1.0 + }, + "buttonOff": { + "color": "#6f3634", + "alpha": 1.0 + }, + "buttonHoverOn": { + "color": "#FFFF00", + "alpha": 1.0 + }, + "buttonHoverOff": { + "color": "#6f3634", + "alpha": 1.0 + }, + "buttonDisabled": { + "color": "#760000", + "alpha": 1.0 + } + } + }, + "fullscreen": { + "background": { + "color": "#760000", + "alpha": 0.8 + }, + "statusLabel": { + "margin": 0, + "background": { + "color": "#3b0000", + "alpha": 0.7 + }, + "foreground": { + "color": "#FFFF00", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + } + }, + "icon": { + "width": 24, + "height": 24, + "color": "#ffffff", + "alpha": 1.0 + }, + "minimap": { + "circle": { + "rim256": { + "width": 256, + "height": 256, + "color": "#ffffff", + "alpha": 1.0 + }, + "mask256": { + "width": 256, + "height": 256, + "color": "#ffffff", + "alpha": 1.0 + }, + "rim512": { + "width": 512, + "height": 512, + "color": "#ffffff", + "alpha": 1.0 + }, + "mask512": { + "width": 512, + "height": 512, + "color": "#ffffff", + "alpha": 1.0 + }, + "rotates": false, + "margin": 6, + "labelTop": { + "margin": 0, + "background": { + "color": "#3b0000", + "alpha": 0.7 + }, + "foreground": { + "color": "#FFFF00", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelTopInside": false, + "labelBottom": { + "margin": 0, + "background": { + "color": "#3b0000", + "alpha": 0.7 + }, + "foreground": { + "color": "#FFFF00", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelBottomInside": false, + "compassLabel": { + "margin": 0, + "background": { + "color": "#3b0000", + "alpha": 0.0 + }, + "foreground": { + "color": "#FFFF00", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "compassPoint": { + "width": 16, + "height": 16, + "color": "#760000", + "alpha": 0.5 + }, + "compassPointLabelPad": 0, + "compassPointOffset": -14.0, + "compassShowNorth": true, + "compassShowSouth": true, + "compassShowEast": true, + "compassShowWest": true, + "waypointOffset": 0.0, + "reticle": { + "color": "#6f3634", + "alpha": 0.4 + }, + "reticleHeading": { + "color": "#6f3634", + "alpha": 0.4 + }, + "reticleThickness": 1.25, + "reticleHeadingThickness": 2.25, + "reticleOffsetOuter": 30, + "reticleOffsetInner": 20, + "frame": { + "color": "#760000", + "alpha": 1.0 + }, + "prefix": "flat_" + }, + "square": { + "topLeft": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "top": { + "width": 1, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "topRight": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "right": { + "width": 8, + "height": 1, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottomRight": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottom": { + "width": 1, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottomLeft": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "left": { + "width": 8, + "height": 1, + "color": "#ffffff", + "alpha": 1.0 + }, + "margin": 6, + "labelTop": { + "margin": 0, + "background": { + "color": "#3b0000", + "alpha": 0.7 + }, + "foreground": { + "color": "#FFFF00", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelTopInside": false, + "labelBottom": { + "margin": 0, + "background": { + "color": "#3b0000", + "alpha": 0.7 + }, + "foreground": { + "color": "#FFFF00", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelBottomInside": false, + "compassLabel": { + "margin": 0, + "background": { + "color": "#3b0000", + "alpha": 0.0 + }, + "foreground": { + "color": "#FFFF00", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "compassPoint": { + "width": 16, + "height": 16, + "color": "#760000", + "alpha": 0.5 + }, + "compassPointLabelPad": 0, + "compassPointOffset": -12.0, + "compassShowNorth": true, + "compassShowSouth": true, + "compassShowEast": true, + "compassShowWest": true, + "waypointOffset": 0.0, + "reticle": { + "color": "#6f3634", + "alpha": 0.4 + }, + "reticleHeading": { + "color": "#6f3634", + "alpha": 0.4 + }, + "reticleThickness": 1.25, + "reticleHeadingThickness": 2.25, + "reticleOffsetOuter": 24, + "reticleOffsetInner": 20, + "frame": { + "color": "#760000", + "alpha": 1.0 + }, + "prefix": "flat_" + } + } +} \ No newline at end of file diff --git a/journeymap/icon/theme/flat/OceanMonument.theme2.json b/journeymap/icon/theme/flat/OceanMonument.theme2.json new file mode 100644 index 0000000..fba00b3 --- /dev/null +++ b/journeymap/icon/theme/flat/OceanMonument.theme2.json @@ -0,0 +1,427 @@ +{ + "schema": 2, + "author": "techbrew", + "name": "OceanMonument", + "directory": "flat", + "container": { + "toolbar": { + "horizontal": { + "useThemeImages": true, + "prefix": "h", + "margin": 4, + "padding": 0, + "begin": { + "width": 0, + "height": 24, + "color": "#0e1239", + "alpha": 0.8 + }, + "inner": { + "width": 24, + "height": 24, + "color": "#0e1239", + "alpha": 0.8 + }, + "end": { + "width": 0, + "height": 24, + "color": "#0e1239", + "alpha": 0.8 + } + }, + "vertical": { + "useThemeImages": true, + "prefix": "v", + "margin": 4, + "padding": 0, + "begin": { + "width": 24, + "height": 0, + "color": "#0e1239", + "alpha": 0.8 + }, + "inner": { + "width": 24, + "height": 24, + "color": "#0e1239", + "alpha": 0.8 + }, + "end": { + "width": 24, + "height": 0, + "color": "#0e1239", + "alpha": 0.8 + } + } + } + }, + "control": { + "button": { + "useThemeImages": true, + "width": 24, + "height": 24, + "prefix": "flat_", + "tooltipOnStyle": "§b", + "tooltipOffStyle": "§7", + "tooltipDisabledStyle": "§8", + "iconOn": { + "color": "#303dc1", + "alpha": 1.0 + }, + "iconOff": { + "color": "#dfebec", + "alpha": 1.0 + }, + "iconHoverOn": { + "color": "#afcecf", + "alpha": 1.0 + }, + "iconHoverOff": { + "color": "#afcecf", + "alpha": 1.0 + }, + "iconDisabled": { + "color": "#212a87", + "alpha": 1.0 + }, + "buttonOn": { + "color": "#dfebec", + "alpha": 1.0 + }, + "buttonOff": { + "color": "#303dc1", + "alpha": 1.0 + }, + "buttonHoverOn": { + "color": "#dfebec", + "alpha": 1.0 + }, + "buttonHoverOff": { + "color": "#303dc1", + "alpha": 1.0 + }, + "buttonDisabled": { + "color": "#303dc1", + "alpha": 1.0 + } + }, + "toggle": { + "useThemeImages": true, + "width": 24, + "height": 24, + "prefix": "flat_", + "tooltipOnStyle": "§b", + "tooltipOffStyle": "§7", + "tooltipDisabledStyle": "§8", + "iconOn": { + "color": "#303dc1", + "alpha": 1.0 + }, + "iconOff": { + "color": "#dfebec", + "alpha": 1.0 + }, + "iconHoverOn": { + "color": "#afcecf", + "alpha": 1.0 + }, + "iconHoverOff": { + "color": "#afcecf", + "alpha": 1.0 + }, + "iconDisabled": { + "color": "#555555", + "alpha": 1.0 + }, + "buttonOn": { + "color": "#dfebec", + "alpha": 1.0 + }, + "buttonOff": { + "color": "#303dc1", + "alpha": 1.0 + }, + "buttonHoverOn": { + "color": "#dfebec", + "alpha": 1.0 + }, + "buttonHoverOff": { + "color": "#303dc1", + "alpha": 1.0 + }, + "buttonDisabled": { + "color": "#212a87", + "alpha": 1.0 + } + } + }, + "fullscreen": { + "background": { + "color": "#212a87", + "alpha": 0.8 + }, + "statusLabel": { + "margin": 0, + "background": { + "color": "#0e1239", + "alpha": 0.7 + }, + "foreground": { + "color": "#dfebec", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + } + }, + "icon": { + "width": 24, + "height": 24, + "color": "#ffffff", + "alpha": 1.0 + }, + "minimap": { + "circle": { + "rim256": { + "width": 256, + "height": 256, + "color": "#ffffff", + "alpha": 1.0 + }, + "mask256": { + "width": 256, + "height": 256, + "color": "#ffffff", + "alpha": 1.0 + }, + "rim512": { + "width": 512, + "height": 512, + "color": "#ffffff", + "alpha": 1.0 + }, + "mask512": { + "width": 512, + "height": 512, + "color": "#ffffff", + "alpha": 1.0 + }, + "rotates": false, + "margin": 6, + "labelTop": { + "margin": 0, + "background": { + "color": "#0e1239", + "alpha": 0.7 + }, + "foreground": { + "color": "#dfebec", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelTopInside": false, + "labelBottom": { + "margin": 0, + "background": { + "color": "#0e1239", + "alpha": 0.7 + }, + "foreground": { + "color": "#dfebec", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelBottomInside": false, + "compassLabel": { + "margin": 0, + "background": { + "color": "#0e1239", + "alpha": 0.0 + }, + "foreground": { + "color": "#dfebec", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "compassPoint": { + "width": 16, + "height": 16, + "color": "#212a87", + "alpha": 0.5 + }, + "compassPointLabelPad": 0, + "compassPointOffset": -14.0, + "compassShowNorth": true, + "compassShowSouth": true, + "compassShowEast": true, + "compassShowWest": true, + "waypointOffset": 0.0, + "reticle": { + "color": "#303dc1", + "alpha": 0.4 + }, + "reticleHeading": { + "color": "#303dc1", + "alpha": 0.4 + }, + "reticleThickness": 1.25, + "reticleHeadingThickness": 2.25, + "reticleOffsetOuter": 30, + "reticleOffsetInner": 20, + "frame": { + "color": "#212a87", + "alpha": 1.0 + }, + "prefix": "flat_" + }, + "square": { + "topLeft": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "top": { + "width": 1, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "topRight": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "right": { + "width": 8, + "height": 1, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottomRight": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottom": { + "width": 1, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottomLeft": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "left": { + "width": 8, + "height": 1, + "color": "#ffffff", + "alpha": 1.0 + }, + "margin": 6, + "labelTop": { + "margin": 0, + "background": { + "color": "#0e1239", + "alpha": 0.7 + }, + "foreground": { + "color": "#dfebec", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelTopInside": false, + "labelBottom": { + "margin": 0, + "background": { + "color": "#0e1239", + "alpha": 0.7 + }, + "foreground": { + "color": "#dfebec", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelBottomInside": false, + "compassLabel": { + "margin": 0, + "background": { + "color": "#0e1239", + "alpha": 0.0 + }, + "foreground": { + "color": "#dfebec", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "compassPoint": { + "width": 16, + "height": 16, + "color": "#212a87", + "alpha": 0.5 + }, + "compassPointLabelPad": 0, + "compassPointOffset": -12.0, + "compassShowNorth": true, + "compassShowSouth": true, + "compassShowEast": true, + "compassShowWest": true, + "waypointOffset": 0.0, + "reticle": { + "color": "#303dc1", + "alpha": 0.4 + }, + "reticleHeading": { + "color": "#303dc1", + "alpha": 0.4 + }, + "reticleThickness": 1.25, + "reticleHeadingThickness": 2.25, + "reticleOffsetOuter": 24, + "reticleOffsetInner": 20, + "frame": { + "color": "#212a87", + "alpha": 1.0 + }, + "prefix": "flat_" + } + } +} \ No newline at end of file diff --git a/journeymap/icon/theme/flat/Purist.theme2.json b/journeymap/icon/theme/flat/Purist.theme2.json new file mode 100644 index 0000000..4f35c51 --- /dev/null +++ b/journeymap/icon/theme/flat/Purist.theme2.json @@ -0,0 +1,427 @@ +{ + "schema": 2, + "author": "techbrew", + "name": "Purist", + "directory": "flat", + "container": { + "toolbar": { + "horizontal": { + "useThemeImages": true, + "prefix": "h", + "margin": 4, + "padding": 0, + "begin": { + "width": 0, + "height": 20, + "color": "#000000", + "alpha": 0.0 + }, + "inner": { + "width": 20, + "height": 20, + "color": "#000000", + "alpha": 0.0 + }, + "end": { + "width": 0, + "height": 20, + "color": "#000000", + "alpha": 0.0 + } + }, + "vertical": { + "useThemeImages": true, + "prefix": "v", + "margin": 4, + "padding": 0, + "begin": { + "width": 20, + "height": 0, + "color": "#000000", + "alpha": 0.0 + }, + "inner": { + "width": 20, + "height": 20, + "color": "#000000", + "alpha": 0.0 + }, + "end": { + "width": 20, + "height": 0, + "color": "#000000", + "alpha": 0.0 + } + } + } + }, + "control": { + "button": { + "useThemeImages": false, + "width": 20, + "height": 20, + "prefix": "", + "tooltipOnStyle": "§b", + "tooltipOffStyle": "§7", + "tooltipDisabledStyle": "§8", + "iconOn": { + "color": "#aaaaaa", + "alpha": 1.0 + }, + "iconOff": { + "color": "#ffffff", + "alpha": 1.0 + }, + "iconHoverOn": { + "color": "#00ffff", + "alpha": 1.0 + }, + "iconHoverOff": { + "color": "#00ffff", + "alpha": 1.0 + }, + "iconDisabled": { + "color": "#aaaaaa", + "alpha": 1.0 + }, + "buttonOn": { + "color": "#ffffff", + "alpha": 1.0 + }, + "buttonOff": { + "color": "#aaaaaa", + "alpha": 1.0 + }, + "buttonHoverOn": { + "color": "#ffffff", + "alpha": 1.0 + }, + "buttonHoverOff": { + "color": "#aaaaaa", + "alpha": 1.0 + }, + "buttonDisabled": { + "color": "#aaaaaa", + "alpha": 1.0 + } + }, + "toggle": { + "useThemeImages": false, + "width": 20, + "height": 20, + "prefix": "", + "tooltipOnStyle": "§b", + "tooltipOffStyle": "§7", + "tooltipDisabledStyle": "§8", + "iconOn": { + "color": "#ffffff", + "alpha": 1.0 + }, + "iconOff": { + "color": "#aaaaaa", + "alpha": 1.0 + }, + "iconHoverOn": { + "color": "#00ffff", + "alpha": 1.0 + }, + "iconHoverOff": { + "color": "#00ffff", + "alpha": 1.0 + }, + "iconDisabled": { + "color": "#aaaaaa", + "alpha": 1.0 + }, + "buttonOn": { + "color": "#aaaaaa", + "alpha": 1.0 + }, + "buttonOff": { + "color": "#ffffff", + "alpha": 1.0 + }, + "buttonHoverOn": { + "color": "#aaaaaa", + "alpha": 1.0 + }, + "buttonHoverOff": { + "color": "#ffffff", + "alpha": 1.0 + }, + "buttonDisabled": { + "color": "#aaaaaa", + "alpha": 1.0 + } + } + }, + "fullscreen": { + "background": { + "color": "#222222", + "alpha": 0.8 + }, + "statusLabel": { + "margin": 0, + "background": { + "color": "#222222", + "alpha": 0.6 + }, + "foreground": { + "color": "#dddddd", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + } + }, + "icon": { + "width": 20, + "height": 20, + "color": "#ffffff", + "alpha": 1.0 + }, + "minimap": { + "circle": { + "rim256": { + "width": 256, + "height": 256, + "color": "#ffffff", + "alpha": 1.0 + }, + "mask256": { + "width": 256, + "height": 256, + "color": "#ffffff", + "alpha": 1.0 + }, + "rim512": { + "width": 512, + "height": 512, + "color": "#ffffff", + "alpha": 1.0 + }, + "mask512": { + "width": 512, + "height": 512, + "color": "#ffffff", + "alpha": 1.0 + }, + "rotates": false, + "margin": 6, + "labelTop": { + "margin": 0, + "background": { + "color": "#555555", + "alpha": 0.6 + }, + "foreground": { + "color": "#cccccc", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelTopInside": false, + "labelBottom": { + "margin": 0, + "background": { + "color": "#55555", + "alpha": 0.6 + }, + "foreground": { + "color": "#cccccc", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelBottomInside": false, + "compassLabel": { + "margin": 0, + "background": { + "color": "#222222", + "alpha": 0.5 + }, + "foreground": { + "color": "#cccccc", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "compassPoint": { + "width": 16, + "height": 16, + "color": "#cccccc", + "alpha": 0.5 + }, + "compassPointLabelPad": 0, + "compassPointOffset": -14.0, + "compassShowNorth": true, + "compassShowSouth": true, + "compassShowEast": true, + "compassShowWest": true, + "waypointOffset": 0.0, + "reticle": { + "color": "#222222", + "alpha": 0.4 + }, + "reticleHeading": { + "color": "#222222", + "alpha": 0.4 + }, + "reticleThickness": 1.25, + "reticleHeadingThickness": 2.25, + "reticleOffsetOuter": 30, + "reticleOffsetInner": 20, + "frame": { + "color": "#cccccc", + "alpha": 1.0 + }, + "prefix": "pur_" + }, + "square": { + "topLeft": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "top": { + "width": 1, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "topRight": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "right": { + "width": 8, + "height": 1, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottomRight": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottom": { + "width": 1, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottomLeft": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "left": { + "width": 8, + "height": 1, + "color": "#ffffff", + "alpha": 1.0 + }, + "margin": 6, + "labelTop": { + "margin": 0, + "background": { + "color": "#555555", + "alpha": 0.6 + }, + "foreground": { + "color": "#cccccc", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelTopInside": false, + "labelBottom": { + "margin": 0, + "background": { + "color": "#55555", + "alpha": 0.6 + }, + "foreground": { + "color": "#cccccc", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelBottomInside": false, + "compassLabel": { + "margin": 0, + "background": { + "color": "#222222", + "alpha": 0.5 + }, + "foreground": { + "color": "#cccccc", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "compassPoint": { + "width": 16, + "height": 16, + "color": "#cccccc", + "alpha": 0.5 + }, + "compassPointLabelPad": 0, + "compassPointOffset": -12.0, + "compassShowNorth": true, + "compassShowSouth": true, + "compassShowEast": true, + "compassShowWest": true, + "waypointOffset": 0.0, + "reticle": { + "color": "#222222", + "alpha": 0.4 + }, + "reticleHeading": { + "color": "#222222", + "alpha": 0.4 + }, + "reticleThickness": 1.25, + "reticleHeadingThickness": 2.25, + "reticleOffsetOuter": 24, + "reticleOffsetInner": 20, + "frame": { + "color": "#cccccc", + "alpha": 1.0 + }, + "prefix": "pur_" + } + } +} \ No newline at end of file diff --git a/journeymap/icon/theme/flat/Stronghold.theme2.json b/journeymap/icon/theme/flat/Stronghold.theme2.json new file mode 100644 index 0000000..9d09158 --- /dev/null +++ b/journeymap/icon/theme/flat/Stronghold.theme2.json @@ -0,0 +1,427 @@ +{ + "schema": 2, + "author": "techbrew", + "name": "Stronghold", + "directory": "flat", + "container": { + "toolbar": { + "horizontal": { + "useThemeImages": true, + "prefix": "h", + "margin": 4, + "padding": 0, + "begin": { + "width": 0, + "height": 24, + "color": "#0a1d33", + "alpha": 0.8 + }, + "inner": { + "width": 24, + "height": 24, + "color": "#111111", + "alpha": 0.5 + }, + "end": { + "width": 0, + "height": 24, + "color": "#0a1d33", + "alpha": 0.8 + } + }, + "vertical": { + "useThemeImages": true, + "prefix": "v", + "margin": 4, + "padding": 0, + "begin": { + "width": 24, + "height": 0, + "color": "#0a1d33", + "alpha": 0.8 + }, + "inner": { + "width": 24, + "height": 24, + "color": "#111111", + "alpha": 0.5 + }, + "end": { + "width": 24, + "height": 0, + "color": "#0a1d33", + "alpha": 0.8 + } + } + } + }, + "control": { + "button": { + "useThemeImages": true, + "width": 24, + "height": 24, + "prefix": "flat_", + "tooltipOnStyle": "§b", + "tooltipOffStyle": "§7", + "tooltipDisabledStyle": "§8", + "iconOn": { + "color": "#222222", + "alpha": 1.0 + }, + "iconOff": { + "color": "#000000", + "alpha": 1.0 + }, + "iconHoverOn": { + "color": "#cccccc", + "alpha": 1.0 + }, + "iconHoverOff": { + "color": "#cccccc", + "alpha": 1.0 + }, + "iconDisabled": { + "color": "#cccccc", + "alpha": 1.0 + }, + "buttonOn": { + "color": "#000000", + "alpha": 1.0 + }, + "buttonOff": { + "color": "#cccccc", + "alpha": 1.0 + }, + "buttonHoverOn": { + "color": "#000000", + "alpha": 1.0 + }, + "buttonHoverOff": { + "color": "#222222", + "alpha": 1.0 + }, + "buttonDisabled": { + "color": "#111111", + "alpha": 1.0 + } + }, + "toggle": { + "useThemeImages": true, + "width": 24, + "height": 24, + "prefix": "flat_", + "tooltipOnStyle": "§b", + "tooltipOffStyle": "§7", + "tooltipDisabledStyle": "§8", + "iconOn": { + "color": "#cccccc", + "alpha": 1.0 + }, + "iconOff": { + "color": "#555555", + "alpha": 1.0 + }, + "iconHoverOn": { + "color": "#cccccc", + "alpha": 1.0 + }, + "iconHoverOff": { + "color": "#cccccc", + "alpha": 1.0 + }, + "iconDisabled": { + "color": "#111111", + "alpha": 1.0 + }, + "buttonOn": { + "color": "#222222", + "alpha": 1.0 + }, + "buttonOff": { + "color": "#222222", + "alpha": 1.0 + }, + "buttonHoverOn": { + "color": "#000000", + "alpha": 1.0 + }, + "buttonHoverOff": { + "color": "#222222", + "alpha": 1.0 + }, + "buttonDisabled": { + "color": "#111111", + "alpha": 1.0 + } + } + }, + "fullscreen": { + "background": { + "color": "#111111", + "alpha": 0.8 + }, + "statusLabel": { + "margin": 0, + "background": { + "color": "#111111", + "alpha": 0.7 + }, + "foreground": { + "color": "#cccccc", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + } + }, + "icon": { + "width": 24, + "height": 24, + "color": "#ffffff", + "alpha": 1.0 + }, + "minimap": { + "circle": { + "rim256": { + "width": 256, + "height": 256, + "color": "#ffffff", + "alpha": 1.0 + }, + "mask256": { + "width": 256, + "height": 256, + "color": "#ffffff", + "alpha": 1.0 + }, + "rim512": { + "width": 512, + "height": 512, + "color": "#ffffff", + "alpha": 1.0 + }, + "mask512": { + "width": 512, + "height": 512, + "color": "#ffffff", + "alpha": 1.0 + }, + "rotates": false, + "margin": 6, + "labelTop": { + "margin": 0, + "background": { + "color": "#000000", + "alpha": 0.7 + }, + "foreground": { + "color": "#ffffff", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelTopInside": false, + "labelBottom": { + "margin": 0, + "background": { + "color": "#000000", + "alpha": 0.7 + }, + "foreground": { + "color": "#ffffff", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelBottomInside": false, + "compassLabel": { + "margin": 0, + "background": { + "color": "#000000", + "alpha": 0.0 + }, + "foreground": { + "color": "#ffffff", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "compassPoint": { + "width": 16, + "height": 16, + "color": "#111111", + "alpha": 0.5 + }, + "compassPointLabelPad": 0, + "compassPointOffset": -14.0, + "compassShowNorth": true, + "compassShowSouth": true, + "compassShowEast": true, + "compassShowWest": true, + "waypointOffset": 0.0, + "reticle": { + "color": "#222222", + "alpha": 0.4 + }, + "reticleHeading": { + "color": "#222222", + "alpha": 0.4 + }, + "reticleThickness": 1.25, + "reticleHeadingThickness": 2.25, + "reticleOffsetOuter": 30, + "reticleOffsetInner": 20, + "frame": { + "color": "#111111", + "alpha": 1.0 + }, + "prefix": "flat_" + }, + "square": { + "topLeft": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "top": { + "width": 1, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "topRight": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "right": { + "width": 8, + "height": 1, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottomRight": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottom": { + "width": 1, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "bottomLeft": { + "width": 8, + "height": 8, + "color": "#ffffff", + "alpha": 1.0 + }, + "left": { + "width": 8, + "height": 1, + "color": "#ffffff", + "alpha": 1.0 + }, + "margin": 6, + "labelTop": { + "margin": 0, + "background": { + "color": "#000000", + "alpha": 0.7 + }, + "foreground": { + "color": "#ffffff", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelTopInside": false, + "labelBottom": { + "margin": 0, + "background": { + "color": "#000000", + "alpha": 0.7 + }, + "foreground": { + "color": "#ffffff", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "labelBottomInside": false, + "compassLabel": { + "margin": 0, + "background": { + "color": "#000000", + "alpha": 0.0 + }, + "foreground": { + "color": "#ffffff", + "alpha": 1.0 + }, + "highlight": { + "color": "#ffffff", + "alpha": 1.0 + }, + "shadow": false + }, + "compassPoint": { + "width": 16, + "height": 16, + "color": "#111111", + "alpha": 0.5 + }, + "compassPointLabelPad": 0, + "compassPointOffset": -12.0, + "compassShowNorth": true, + "compassShowSouth": true, + "compassShowEast": true, + "compassShowWest": true, + "waypointOffset": 0.0, + "reticle": { + "color": "#222222", + "alpha": 0.4 + }, + "reticleHeading": { + "color": "#222222", + "alpha": 0.4 + }, + "reticleThickness": 1.25, + "reticleHeadingThickness": 2.25, + "reticleOffsetOuter": 24, + "reticleOffsetInner": 20, + "frame": { + "color": "#111111", + "alpha": 1.0 + }, + "prefix": "flat_" + } + } +} \ No newline at end of file diff --git a/journeymap/icon/theme/flat/container/htoolbar_begin.png b/journeymap/icon/theme/flat/container/htoolbar_begin.png new file mode 100644 index 0000000..fcb77a2 Binary files /dev/null and b/journeymap/icon/theme/flat/container/htoolbar_begin.png differ diff --git a/journeymap/icon/theme/flat/container/htoolbar_end.png b/journeymap/icon/theme/flat/container/htoolbar_end.png new file mode 100644 index 0000000..fcb77a2 Binary files /dev/null and b/journeymap/icon/theme/flat/container/htoolbar_end.png differ diff --git a/journeymap/icon/theme/flat/container/htoolbar_inner.png b/journeymap/icon/theme/flat/container/htoolbar_inner.png new file mode 100644 index 0000000..a8947b5 Binary files /dev/null and b/journeymap/icon/theme/flat/container/htoolbar_inner.png differ diff --git a/journeymap/icon/theme/flat/container/vtoolbar_begin.png b/journeymap/icon/theme/flat/container/vtoolbar_begin.png new file mode 100644 index 0000000..7f41dc8 Binary files /dev/null and b/journeymap/icon/theme/flat/container/vtoolbar_begin.png differ diff --git a/journeymap/icon/theme/flat/container/vtoolbar_end.png b/journeymap/icon/theme/flat/container/vtoolbar_end.png new file mode 100644 index 0000000..7f41dc8 Binary files /dev/null and b/journeymap/icon/theme/flat/container/vtoolbar_end.png differ diff --git a/journeymap/icon/theme/flat/container/vtoolbar_inner.png b/journeymap/icon/theme/flat/container/vtoolbar_inner.png new file mode 100644 index 0000000..a8947b5 Binary files /dev/null and b/journeymap/icon/theme/flat/container/vtoolbar_inner.png differ diff --git a/journeymap/icon/theme/flat/control/flat_button_disabled.png b/journeymap/icon/theme/flat/control/flat_button_disabled.png new file mode 100644 index 0000000..436c5a8 Binary files /dev/null and b/journeymap/icon/theme/flat/control/flat_button_disabled.png differ diff --git a/journeymap/icon/theme/flat/control/flat_button_hover.png b/journeymap/icon/theme/flat/control/flat_button_hover.png new file mode 100644 index 0000000..436c5a8 Binary files /dev/null and b/journeymap/icon/theme/flat/control/flat_button_hover.png differ diff --git a/journeymap/icon/theme/flat/control/flat_button_off.png b/journeymap/icon/theme/flat/control/flat_button_off.png new file mode 100644 index 0000000..436c5a8 Binary files /dev/null and b/journeymap/icon/theme/flat/control/flat_button_off.png differ diff --git a/journeymap/icon/theme/flat/control/flat_button_on.png b/journeymap/icon/theme/flat/control/flat_button_on.png new file mode 100644 index 0000000..436c5a8 Binary files /dev/null and b/journeymap/icon/theme/flat/control/flat_button_on.png differ diff --git a/journeymap/icon/theme/flat/control/flat_toggle_disabled.png b/journeymap/icon/theme/flat/control/flat_toggle_disabled.png new file mode 100644 index 0000000..00bb4ba Binary files /dev/null and b/journeymap/icon/theme/flat/control/flat_toggle_disabled.png differ diff --git a/journeymap/icon/theme/flat/control/flat_toggle_hover.png b/journeymap/icon/theme/flat/control/flat_toggle_hover.png new file mode 100644 index 0000000..e395fd7 Binary files /dev/null and b/journeymap/icon/theme/flat/control/flat_toggle_hover.png differ diff --git a/journeymap/icon/theme/flat/control/flat_toggle_off.png b/journeymap/icon/theme/flat/control/flat_toggle_off.png new file mode 100644 index 0000000..00bb4ba Binary files /dev/null and b/journeymap/icon/theme/flat/control/flat_toggle_off.png differ diff --git a/journeymap/icon/theme/flat/control/flat_toggle_on.png b/journeymap/icon/theme/flat/control/flat_toggle_on.png new file mode 100644 index 0000000..193ea42 Binary files /dev/null and b/journeymap/icon/theme/flat/control/flat_toggle_on.png differ diff --git a/journeymap/icon/theme/flat/icon/about.png b/journeymap/icon/theme/flat/icon/about.png new file mode 100644 index 0000000..cc6c8d0 Binary files /dev/null and b/journeymap/icon/theme/flat/icon/about.png differ diff --git a/journeymap/icon/theme/flat/icon/actions.png b/journeymap/icon/theme/flat/icon/actions.png new file mode 100644 index 0000000..5ebc49e Binary files /dev/null and b/journeymap/icon/theme/flat/icon/actions.png differ diff --git a/journeymap/icon/theme/flat/icon/alert.png b/journeymap/icon/theme/flat/icon/alert.png new file mode 100644 index 0000000..00c84ee Binary files /dev/null and b/journeymap/icon/theme/flat/icon/alert.png differ diff --git a/journeymap/icon/theme/flat/icon/animals.png b/journeymap/icon/theme/flat/icon/animals.png new file mode 100644 index 0000000..e0625e4 Binary files /dev/null and b/journeymap/icon/theme/flat/icon/animals.png differ diff --git a/journeymap/icon/theme/flat/icon/automap.png b/journeymap/icon/theme/flat/icon/automap.png new file mode 100644 index 0000000..c358bd4 Binary files /dev/null and b/journeymap/icon/theme/flat/icon/automap.png differ diff --git a/journeymap/icon/theme/flat/icon/biome.png b/journeymap/icon/theme/flat/icon/biome.png new file mode 100644 index 0000000..5a24f1b Binary files /dev/null and b/journeymap/icon/theme/flat/icon/biome.png differ diff --git a/journeymap/icon/theme/flat/icon/browser.png b/journeymap/icon/theme/flat/icon/browser.png new file mode 100644 index 0000000..81c3d2b Binary files /dev/null and b/journeymap/icon/theme/flat/icon/browser.png differ diff --git a/journeymap/icon/theme/flat/icon/caves.png b/journeymap/icon/theme/flat/icon/caves.png new file mode 100644 index 0000000..f71320b Binary files /dev/null and b/journeymap/icon/theme/flat/icon/caves.png differ diff --git a/journeymap/icon/theme/flat/icon/close.png b/journeymap/icon/theme/flat/icon/close.png new file mode 100644 index 0000000..c4c5c19 Binary files /dev/null and b/journeymap/icon/theme/flat/icon/close.png differ diff --git a/journeymap/icon/theme/flat/icon/day.png b/journeymap/icon/theme/flat/icon/day.png new file mode 100644 index 0000000..b642c5f Binary files /dev/null and b/journeymap/icon/theme/flat/icon/day.png differ diff --git a/journeymap/icon/theme/flat/icon/delete.png b/journeymap/icon/theme/flat/icon/delete.png new file mode 100644 index 0000000..bf4f4de Binary files /dev/null and b/journeymap/icon/theme/flat/icon/delete.png differ diff --git a/journeymap/icon/theme/flat/icon/disable.png b/journeymap/icon/theme/flat/icon/disable.png new file mode 100644 index 0000000..79c7d08 Binary files /dev/null and b/journeymap/icon/theme/flat/icon/disable.png differ diff --git a/journeymap/icon/theme/flat/icon/follow.png b/journeymap/icon/theme/flat/icon/follow.png new file mode 100644 index 0000000..d4bb46d Binary files /dev/null and b/journeymap/icon/theme/flat/icon/follow.png differ diff --git a/journeymap/icon/theme/flat/icon/grid.png b/journeymap/icon/theme/flat/icon/grid.png new file mode 100644 index 0000000..f824ee2 Binary files /dev/null and b/journeymap/icon/theme/flat/icon/grid.png differ diff --git a/journeymap/icon/theme/flat/icon/keys.png b/journeymap/icon/theme/flat/icon/keys.png new file mode 100644 index 0000000..322f64c Binary files /dev/null and b/journeymap/icon/theme/flat/icon/keys.png differ diff --git a/journeymap/icon/theme/flat/icon/layers.png b/journeymap/icon/theme/flat/icon/layers.png new file mode 100644 index 0000000..e5816bf Binary files /dev/null and b/journeymap/icon/theme/flat/icon/layers.png differ diff --git a/journeymap/icon/theme/flat/icon/monsters.png b/journeymap/icon/theme/flat/icon/monsters.png new file mode 100644 index 0000000..58d4274 Binary files /dev/null and b/journeymap/icon/theme/flat/icon/monsters.png differ diff --git a/journeymap/icon/theme/flat/icon/night.png b/journeymap/icon/theme/flat/icon/night.png new file mode 100644 index 0000000..bb5260e Binary files /dev/null and b/journeymap/icon/theme/flat/icon/night.png differ diff --git a/journeymap/icon/theme/flat/icon/options.png b/journeymap/icon/theme/flat/icon/options.png new file mode 100644 index 0000000..74c4010 Binary files /dev/null and b/journeymap/icon/theme/flat/icon/options.png differ diff --git a/journeymap/icon/theme/flat/icon/pets.png b/journeymap/icon/theme/flat/icon/pets.png new file mode 100644 index 0000000..93b4451 Binary files /dev/null and b/journeymap/icon/theme/flat/icon/pets.png differ diff --git a/journeymap/icon/theme/flat/icon/players.png b/journeymap/icon/theme/flat/icon/players.png new file mode 100644 index 0000000..caacf48 Binary files /dev/null and b/journeymap/icon/theme/flat/icon/players.png differ diff --git a/journeymap/icon/theme/flat/icon/reset.png b/journeymap/icon/theme/flat/icon/reset.png new file mode 100644 index 0000000..c0728ab Binary files /dev/null and b/journeymap/icon/theme/flat/icon/reset.png differ diff --git a/journeymap/icon/theme/flat/icon/savemap.png b/journeymap/icon/theme/flat/icon/savemap.png new file mode 100644 index 0000000..993a5db Binary files /dev/null and b/journeymap/icon/theme/flat/icon/savemap.png differ diff --git a/journeymap/icon/theme/flat/icon/search.png b/journeymap/icon/theme/flat/icon/search.png new file mode 100644 index 0000000..7c1469e Binary files /dev/null and b/journeymap/icon/theme/flat/icon/search.png differ diff --git a/journeymap/icon/theme/flat/icon/server.png b/journeymap/icon/theme/flat/icon/server.png new file mode 100644 index 0000000..0835ec1 Binary files /dev/null and b/journeymap/icon/theme/flat/icon/server.png differ diff --git a/journeymap/icon/theme/flat/icon/theme.png b/journeymap/icon/theme/flat/icon/theme.png new file mode 100644 index 0000000..9726f6b Binary files /dev/null and b/journeymap/icon/theme/flat/icon/theme.png differ diff --git a/journeymap/icon/theme/flat/icon/topo.png b/journeymap/icon/theme/flat/icon/topo.png new file mode 100644 index 0000000..e057d72 Binary files /dev/null and b/journeymap/icon/theme/flat/icon/topo.png differ diff --git a/journeymap/icon/theme/flat/icon/villagers.png b/journeymap/icon/theme/flat/icon/villagers.png new file mode 100644 index 0000000..5c66090 Binary files /dev/null and b/journeymap/icon/theme/flat/icon/villagers.png differ diff --git a/journeymap/icon/theme/flat/icon/waypoints.png b/journeymap/icon/theme/flat/icon/waypoints.png new file mode 100644 index 0000000..b3bc080 Binary files /dev/null and b/journeymap/icon/theme/flat/icon/waypoints.png differ diff --git a/journeymap/icon/theme/flat/icon/zoomin.png b/journeymap/icon/theme/flat/icon/zoomin.png new file mode 100644 index 0000000..5d50281 Binary files /dev/null and b/journeymap/icon/theme/flat/icon/zoomin.png differ diff --git a/journeymap/icon/theme/flat/icon/zoomout.png b/journeymap/icon/theme/flat/icon/zoomout.png new file mode 100644 index 0000000..a6f0ec7 Binary files /dev/null and b/journeymap/icon/theme/flat/icon/zoomout.png differ diff --git a/journeymap/icon/theme/flat/minimap/circle/flat_compass_point.png b/journeymap/icon/theme/flat/minimap/circle/flat_compass_point.png new file mode 100644 index 0000000..ac17ea4 Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/circle/flat_compass_point.png differ diff --git a/journeymap/icon/theme/flat/minimap/circle/flat_mask_256.png b/journeymap/icon/theme/flat/minimap/circle/flat_mask_256.png new file mode 100644 index 0000000..a3edba0 Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/circle/flat_mask_256.png differ diff --git a/journeymap/icon/theme/flat/minimap/circle/flat_mask_512.png b/journeymap/icon/theme/flat/minimap/circle/flat_mask_512.png new file mode 100644 index 0000000..b2579c1 Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/circle/flat_mask_512.png differ diff --git a/journeymap/icon/theme/flat/minimap/circle/flat_rim_256.png b/journeymap/icon/theme/flat/minimap/circle/flat_rim_256.png new file mode 100644 index 0000000..b2c5403 Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/circle/flat_rim_256.png differ diff --git a/journeymap/icon/theme/flat/minimap/circle/flat_rim_512.png b/journeymap/icon/theme/flat/minimap/circle/flat_rim_512.png new file mode 100644 index 0000000..21e6d0e Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/circle/flat_rim_512.png differ diff --git a/journeymap/icon/theme/flat/minimap/circle/pur_compass_point.png b/journeymap/icon/theme/flat/minimap/circle/pur_compass_point.png new file mode 100644 index 0000000..bf0a443 Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/circle/pur_compass_point.png differ diff --git a/journeymap/icon/theme/flat/minimap/circle/pur_mask_256.png b/journeymap/icon/theme/flat/minimap/circle/pur_mask_256.png new file mode 100644 index 0000000..8f8d737 Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/circle/pur_mask_256.png differ diff --git a/journeymap/icon/theme/flat/minimap/circle/pur_mask_512.png b/journeymap/icon/theme/flat/minimap/circle/pur_mask_512.png new file mode 100644 index 0000000..ff39b7c Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/circle/pur_mask_512.png differ diff --git a/journeymap/icon/theme/flat/minimap/circle/pur_rim_256.png b/journeymap/icon/theme/flat/minimap/circle/pur_rim_256.png new file mode 100644 index 0000000..6eb30a6 Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/circle/pur_rim_256.png differ diff --git a/journeymap/icon/theme/flat/minimap/circle/pur_rim_512.png b/journeymap/icon/theme/flat/minimap/circle/pur_rim_512.png new file mode 100644 index 0000000..6a4a104 Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/circle/pur_rim_512.png differ diff --git a/journeymap/icon/theme/flat/minimap/square/flat_bottom.png b/journeymap/icon/theme/flat/minimap/square/flat_bottom.png new file mode 100644 index 0000000..26fbad7 Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/square/flat_bottom.png differ diff --git a/journeymap/icon/theme/flat/minimap/square/flat_bottomleft.png b/journeymap/icon/theme/flat/minimap/square/flat_bottomleft.png new file mode 100644 index 0000000..83edcad Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/square/flat_bottomleft.png differ diff --git a/journeymap/icon/theme/flat/minimap/square/flat_bottomright.png b/journeymap/icon/theme/flat/minimap/square/flat_bottomright.png new file mode 100644 index 0000000..f18bd68 Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/square/flat_bottomright.png differ diff --git a/journeymap/icon/theme/flat/minimap/square/flat_compass_point.png b/journeymap/icon/theme/flat/minimap/square/flat_compass_point.png new file mode 100644 index 0000000..32a4623 Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/square/flat_compass_point.png differ diff --git a/journeymap/icon/theme/flat/minimap/square/flat_left.png b/journeymap/icon/theme/flat/minimap/square/flat_left.png new file mode 100644 index 0000000..be32e52 Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/square/flat_left.png differ diff --git a/journeymap/icon/theme/flat/minimap/square/flat_right.png b/journeymap/icon/theme/flat/minimap/square/flat_right.png new file mode 100644 index 0000000..27b9a0a Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/square/flat_right.png differ diff --git a/journeymap/icon/theme/flat/minimap/square/flat_top.png b/journeymap/icon/theme/flat/minimap/square/flat_top.png new file mode 100644 index 0000000..030a7bb Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/square/flat_top.png differ diff --git a/journeymap/icon/theme/flat/minimap/square/flat_topleft.png b/journeymap/icon/theme/flat/minimap/square/flat_topleft.png new file mode 100644 index 0000000..c8af2a6 Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/square/flat_topleft.png differ diff --git a/journeymap/icon/theme/flat/minimap/square/flat_topright.png b/journeymap/icon/theme/flat/minimap/square/flat_topright.png new file mode 100644 index 0000000..cddd4b9 Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/square/flat_topright.png differ diff --git a/journeymap/icon/theme/flat/minimap/square/pur_bottom.png b/journeymap/icon/theme/flat/minimap/square/pur_bottom.png new file mode 100644 index 0000000..eac9258 Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/square/pur_bottom.png differ diff --git a/journeymap/icon/theme/flat/minimap/square/pur_bottomleft.png b/journeymap/icon/theme/flat/minimap/square/pur_bottomleft.png new file mode 100644 index 0000000..cdec5c4 Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/square/pur_bottomleft.png differ diff --git a/journeymap/icon/theme/flat/minimap/square/pur_bottomright.png b/journeymap/icon/theme/flat/minimap/square/pur_bottomright.png new file mode 100644 index 0000000..35681fe Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/square/pur_bottomright.png differ diff --git a/journeymap/icon/theme/flat/minimap/square/pur_compass_point.png b/journeymap/icon/theme/flat/minimap/square/pur_compass_point.png new file mode 100644 index 0000000..32a4623 Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/square/pur_compass_point.png differ diff --git a/journeymap/icon/theme/flat/minimap/square/pur_left.png b/journeymap/icon/theme/flat/minimap/square/pur_left.png new file mode 100644 index 0000000..a0c8071 Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/square/pur_left.png differ diff --git a/journeymap/icon/theme/flat/minimap/square/pur_right.png b/journeymap/icon/theme/flat/minimap/square/pur_right.png new file mode 100644 index 0000000..2437731 Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/square/pur_right.png differ diff --git a/journeymap/icon/theme/flat/minimap/square/pur_top.png b/journeymap/icon/theme/flat/minimap/square/pur_top.png new file mode 100644 index 0000000..01d3f35 Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/square/pur_top.png differ diff --git a/journeymap/icon/theme/flat/minimap/square/pur_topleft.png b/journeymap/icon/theme/flat/minimap/square/pur_topleft.png new file mode 100644 index 0000000..21acb44 Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/square/pur_topleft.png differ diff --git a/journeymap/icon/theme/flat/minimap/square/pur_topright.png b/journeymap/icon/theme/flat/minimap/square/pur_topright.png new file mode 100644 index 0000000..635bf91 Binary files /dev/null and b/journeymap/icon/theme/flat/minimap/square/pur_topright.png differ diff --git a/journeymap/journeymap.log b/journeymap/journeymap.log new file mode 100644 index 0000000..d5725f0 --- /dev/null +++ b/journeymap/journeymap.log @@ -0,0 +1,32 @@ +[14:42:15] [Render thread/INFO] [JMLogger] JourneyMap log initialized. +[14:42:15] [Render thread/INFO] [JourneymapClient] initialize ENTER +[14:42:15] [Render thread/INFO] [ClientAPI] [ClientAPI] built with JourneyMap API 1.9-SNAPSHOT +[14:42:15] [Render thread/INFO] [PluginHelper] Initializing plugins with Client API: journeymap.client.api.impl.ClientAPI +[14:42:15] [Render thread/INFO] [PluginHelper] Initialized IClientPlugin: net.blay09.mods.waystones.compat.JourneyMapIntegration +[14:42:15] [Render thread/INFO] [ThemeLoader] Preloaded theme textures: 73 +[14:42:15] [Render thread/INFO] [?] Version: JourneyMap 1.20.1-5.10.3, built with fabric 0.92.2+1.20.1 +fabric: 0.15.11 +Environment: os.name, os.arch, java.version, user.country, user.language=null, game language=en_us, locale=en_us +Features: + RadarPlayers : singleplayer = true , multiplayer = true + RadarAnimals : singleplayer = true , multiplayer = true + RadarMobs : singleplayer = true , multiplayer = true + RadarVillagers : singleplayer = true , multiplayer = true + MapTopo : singleplayer = true , multiplayer = true + MapSurface : singleplayer = true , multiplayer = true + MapCaves : singleplayer = true , multiplayer = true + MapBiome : singleplayer = true , multiplayer = true +MiniMapProperties{state=Valid, file=journeymap.minimap.config, configVersion=5.10.3, zoomLevel=2, compassFontScale=2.0, terrainAlpha=100, showEntityNames=false, positionX=0.86640626, positionY=0.037962962, effectVertical=false, showPlayerHeading=false, sizePercent=23, playerDisplayScale=1.75, showDayNight=true, showPets=false, preferredMapType=day, showCompass=true, mobDisplay=jm.common.entity_display.icons, systemTimeRealFormat=HH:mm:ss, shape=jm.minimap.shape_square, showSelf=true, selfDisplayScale=1.5, showGrid=false, reticleOrientation=jm.minimap.orientation.compass, gameTimeRealFormat=HH:mm:ss, effectTranslateX=-138, showWaypoints=true, minimapKeyMovementSpeed=0.001, showAnimals=true, infoSlotAlpha=0.0, effectTranslateY=3, showWaypointLabels=true, moveEffectIcons=true, position=jm.minimap.position_custom, fontScale=3.0, showPlayers=true, waypointIconScale=2.0, frameAlpha=80, effectReversed=false, backgroundAlpha=0.0, enabled=true, showVillagers=false, info2Label=jm.theme.labelsource.gametime, info3Label=jm.theme.labelsource.location, showMobs=false, waypointLabelScale=1.5, showReticle=false, orientation=jm.minimap.orientation.north, info4Label=jm.theme.labelsource.biome, locationFormat=xz, playerDisplay=jm.common.entity_display.icons, mobDisplayScale=1.5, showCaves=true, showMobHeading=false, locationFormatVerbose=false, info1Label=jm.theme.labelsource.blank} +MiniMapProperties{state=Valid, file=journeymap.minimap2.config, configVersion=5.10.3, zoomLevel=2, compassFontScale=1.0, terrainAlpha=100, showEntityNames=false, positionX=0.74635416, positionY=0.033796296, effectVertical=false, showPlayerHeading=false, sizePercent=25, playerDisplayScale=1.75, showDayNight=true, showPets=false, preferredMapType=night, showCompass=true, mobDisplay=jm.common.entity_display.icons, systemTimeRealFormat=HH:mm:ss, shape=jm.minimap.shape_rectangle, showSelf=true, selfDisplayScale=1.5, showGrid=false, reticleOrientation=jm.minimap.orientation.compass, gameTimeRealFormat=HH:mm:ss, effectTranslateX=-168, showWaypoints=true, minimapKeyMovementSpeed=0.001, showAnimals=true, infoSlotAlpha=0.0, effectTranslateY=4, showWaypointLabels=true, moveEffectIcons=true, position=jm.minimap.position_custom, fontScale=3.0, showPlayers=true, waypointIconScale=2.0, frameAlpha=80, effectReversed=false, backgroundAlpha=0.0, enabled=true, showVillagers=false, info2Label=jm.theme.labelsource.gametime, info3Label=jm.theme.labelsource.location, showMobs=false, waypointLabelScale=1.5, showReticle=false, orientation=jm.minimap.orientation.north, info4Label=jm.theme.labelsource.biome, locationFormat=xz, playerDisplay=jm.common.entity_display.icons, mobDisplayScale=1.5, showCaves=true, showMobHeading=false, locationFormatVerbose=false, info1Label=jm.theme.labelsource.blank} +FullMapProperties{state=Valid, file=journeymap.fullmap.config, configVersion=5.10.3, zoomLevel=3, showPlayers=true, waypointIconScale=2.0, showEntityNames=false, showPlayerHeading=false, showVillagers=false, showPlayerLoc=true, showKeys=false, playerDisplayScale=2.0, showMobs=false, showPets=false, waypointLabelScale=1.5, preferredMapType=day, mobDisplay=jm.common.entity_display.icons, showSelf=true, locationFormat=xz, playerDisplay=jm.common.entity_display.icons, mobDisplayScale=2.0, selfDisplayScale=1.5, showGrid=false, showMouseLoc=true, showWaypoints=true, showCaves=true, showAnimals=true, showMobHeading=false, showWaypointLabels=true, locationFormatVerbose=false, fontScale=2.5} +WaypointProperties{state=Valid, file=journeymap.waypoint.config, configVersion=5.10.3, autoRemoveDeathpointDistance=16, dateFormat=MM-dd-yyyy, autoRemoveDeathpoints=false, fullscreenDoubleClickToCreate=true, managerDimensionFocus=false, minDistance=4, boldLabel=false, textureSmall=true, showDeathpointlabel=true, beaconEnabled=true, createDeathpoints=true, showName=true, disableStrikeThrough=false, maxDistance=0, autoHideLabel=true, autoRemoveTempWaypoints=2, teleportCommand=/tp {name} {x} {y} {z}, showStaticBeam=true, shaderBeacon=false, timeFormat=HH:mm:ss, showDeviationLabel=false, showDistance=true, showRotatingBeam=true, fontScale=2.0, showTexture=true, managerEnabled=true} +WebMapProperties{state=Valid, file=journeymap.webmap.config, configVersion=5.10.3, port=8080, enabled=false} +CoreProperties{state=Valid, file=journeymap.core.config, configVersion=5.10.3, verboseColorPalette=false, maxPlayersData=32, mapSurfaceAboveCaves=true, dataCachingEnabled=true, optionsManagerViewed=5.10.3, announceMod=false, colorPassive=#bbbbbb, mapBlendWater=false, renderDistanceSurfaceMax=0, seedId=true, radarVerticalDistance=16, mapBlendGrass=true, recordCacheStats=false, hideSneakingEntities=true, revealShape=jm.minimap.shape_circle, mapBiome=true, alwaysMapSurface=false, colorVillager=#88e188, mapPlants=false, colorPet=#0077ff, radarLateralDistance=64, mapBathymetry=false, mapCrops=true, maxMobsData=32, mapPlantShadows=false, alwaysMapCaves=false, checkUpdates=false, mapBlendFoliage=true, hideSpectators=false, mappingEnabled=true, colorPlayer=#ffffff, tileHighDisplayQuality=true, cacheVillagersData=2200, logLevel=INFO, maxVillagersData=32, mapWaterBiomeColors=false, maxAnimalsData=128, mapTransparency=true, caveBlackAsClear=false, tileRenderType=1, caveIgnoreGlass=true, mapTopography=true, renderDistanceCaveMax=0, mapAntialiasing=true, colorSelf=#0000ff, cachePlayersData=2000, cacheMobsData=3000, cachePlayerData=1000, splashViewed=5.10.3, colorHostile=#ff0000, cacheAnimalsData=3100, themeName=Purist, mapCaveLighting=true, renderDelay=2, glErrorChecking=false, autoMapPoll=2000} +[14:42:15] [Render thread/INFO] [JourneymapClient] initialize EXIT, elapsed count 1 avg 722.13ms +[14:42:15] [Render thread/INFO] [VersionCheck] Update check disabled in properties file. +[14:42:15] [Render thread/INFO] [JourneymapClient] postInitialize EXIT, elapsed count 1 avg 3.65ms +[14:42:23] [Render thread/WARN] [ColorPalette] Existing color palette's mods no longer match current loadout. +[14:42:23] [Render thread/INFO] [ColorPalette] WAS: Star Academy:1.0.0, Advancement Plaques:1.6.7, Amecs API:1.5.1+mc1.20-pre1, Amendments:1.20-1.2.12, Another Furniture:1.20.1-3.0.1, Architectury:9.2.14, ati_structures_fabric:1.1.0, Bad Packets:0.4.3, Balm:7.3.10, Building But Better:1.20.1-fabric-1.0.2, YUNG's Better Desert Temples:1.20-Fabric-3.0.3, YUNG's Better Nether Fortresses:1.20-Fabric-2.0.6, YUNG's Better Jungle Temples:1.20-Fabric-2.0.5, YUNG's Better Mineshafts:1.20-Fabric-4.0.4, YUNG's Better Ocean Monuments:1.20-Fabric-3.0.4, YUNG's Better Strongholds:1.20-Fabric-4.0.3, YUNG's Better Witch Huts:1.20-Fabric-3.0.3, Oh The Biomes We've Gone:1.4.4, BitsAndChisels:2.7.3, jankson:1.2.2, Bobby:5.0.1, Boosted Brightness:2.2.0, Bountiful:6.0.4+1.20.1, CaffeineConfig:1.3.0+1.17, Camerapture:1.7.2, Cardinal Components API (base):5.2.1, Cardinal Components API (entities):5.2.1, Carry On:2.1.2.7, Chat Heads:0.13.7, ChatAnimation:1.0.5, Chimes:2.0.1, Chunky:1.3.146, cloth-basic-math:0.6.1, Cloth Config v11:11.1.136, Cloud Boots:1.20.1-fabric-3.0.0, Coat:1.0.0-beta.20+mc1.20-pre1, Cobbledex:1.1.0, CobbleFoods:1.3.2-1.20.1, Cobblemon Customizer for Fabric:2.0.2, Cobblemon:1.5.2+1.20.1, Cobblemon Chaining:1.5-fabric-1.0.1, Cobblemon Counter:1.5-fabric-1.2.0, Cobblemon Move Inspector:1.1.1, Cobblemon Integrations:1.0.7, Cobblemon Riding Fabric:1.2.6, Cobblenav:1.3.5, Cobblepedia:0.6.8, Cobbreeding:1.7.0, Collective:7.87, ktoml-core-jvm:0.5.2, core:3.8.1, toml:3.8.1, mclib:20, yamlbeans:1.15, japng:0.5.3, animated-gif-lib-for-java:animated-gif-lib-1.7, toml4j:0.7.2, yabn:1.0.3, common-image:3.12.0, common-io:3.12.0, common-lang:3.12.0, imageio-core:3.12.0, imageio-metadata:3.12.0, imageio-webp:3.12.0, config:1.4.2, Controlling For Fabric:12.0.2, Convenient Decor:0.4.3, Cooking for Blockheads:16.0.9, CorgiLib:4.0.3.3, Crafting Tweaks:18.2.5, CraftTweaker:14.0.44, Crawl:0.12.0, CrowdinTranslate:1.4+1.19.3, Daily Shop:1.1.0, Default Options:18.0.1, Dynamic Crosshair:9.3, DynamicCrosshair API:1.1, Dynamic Crosshair Compat:4.0, Emojiful:4.2.0, Enhanced Celestials:1.20.1-5.0.1.0, Error Notifier:1.0.9, Even More Instruments!:6.1.3.1, Fabric API:0.92.2+1.20.1, Fabric API Base:0.4.31+1802ada577, Fabric API Lookup API (v1):1.6.36+1802ada577, Fabric Biome API (v1):13.0.13+1802ada577, Fabric Block API (v1):1.0.11+1802ada577, Fabric BlockView API (v2):1.0.1+1802ada577, Fabric BlockRenderLayer Registration (v1):1.1.41+1802ada577, Fabric Client Tags:1.1.2+1802ada577, Fabric Command API (v1):1.2.34+f71b366f77, Fabric Command API (v2):2.2.13+1802ada577, Fabric Commands (v0):0.2.51+df3654b377, Fabric Containers (v0):0.1.64+df3654b377, Fabric Content Registries (v0):4.0.11+1802ada577, Fabric Convention Tags:1.5.5+1802ada577, Fabric Crash Report Info (v1):0.2.19+1802ada577, Fabric Data Attachment API (v1):1.0.0+de0fd6d177, Fabric Data Generation API (v1):12.3.4+1802ada577, Fabric Dimensions API (v1):2.1.54+1802ada577, Fabric Entity Events (v1):1.6.0+1c78457f77, Fabric Events Interaction (v0):0.6.2+1802ada577, Fabric Events Lifecycle (v0):0.2.63+df3654b377, Fabric Game Rule API (v1):1.0.40+1802ada577, Fabric Item API (v1):2.1.28+1802ada577, Fabric Item Group API (v1):4.0.12+1802ada577, Fabric Key Binding API (v1):1.0.37+1802ada577, Fabric Key Bindings (v0):0.2.35+df3654b377, Fabric Language Kotlin:1.13.0+kotlin.2.1.0, Fabric Lifecycle Events (v1):2.2.22+1802ada577, Fabric Loot API (v2):1.2.1+1802ada577, Fabric Loot Tables (v1):1.1.45+9e7660c677, Fabric Message API (v1):5.1.9+1802ada577, Fabric Mining Level API (v1):2.1.50+1802ada577, Fabric Model Loading API (v1):1.0.3+1802ada577, Fabric Models (v0):0.4.2+9386d8a777, Fabric Networking API (v1):1.3.11+1802ada577, Fabric Networking (v0):0.3.51+df3654b377, Fabric Object Builder API (v1):11.1.3+1802ada577, Fabric Particles (v1):1.1.2+1802ada577, fabric-permissions-api:0.2-SNAPSHOT, Fabric Recipe API (v1):1.0.21+1802ada577, Fabric Registry Sync (v0):2.3.3+1802ada577, Fabric Renderer API (v1):3.2.1+1802ada577, Fabric Renderer - Indigo:1.5.2+85287f9f77, Fabric Renderer Registries (v1):3.2.46+df3654b377, Fabric Rendering Data Attachment (v1):0.3.37+92a0d36777, Fabric Rendering Fluids (v1):3.0.28+1802ada577, Fabric Rendering (v0):1.1.49+df3654b377, Fabric Rendering (v1):3.0.8+1802ada577, Fabric Resource Conditions API (v1):2.3.8+1802ada577, Fabric Resource Loader (v0):0.11.10+1802ada577, Fabric Screen API (v1):2.0.8+1802ada577, Fabric Screen Handler API (v1):1.3.30+1802ada577, Fabric Sound API (v1):1.0.13+1802ada577, Fabric Transfer API (v1):3.3.5+8dd72ea377, Fabric Transitive Access Wideners (v1):4.3.1+1802ada577, Fabric Loader:0.16.9, FabricSkyBoxes:0.7.3+mc1.20.1, FancyMenu:3.3.2, Faux-Custom-Entity-Data:6.0.1, fiber:0.23.0-2, Cobblemon Fight or Flight Fabric:0.5.0, FindMe:3.2.1, Forge Config API Port:8.0.1, FTB Chunks:2001.3.4, FTB Library:2001.2.7, FTB Ranks:2001.1.3, FTB Teams:2001.3.0, GeckoLib 4:4.4.9, Genshin Instruments:4.0.2, Global Data- & Resourcepacks:1.16.1_fabric, GooeyLibs:3.0.0+1.20.1, Gravel's Extended Battles:1.4.0, Hearth & Home:1.20.1-2.0.3, Heartstone:1.20-1.3.0, Hopo Better Underwater Ruins:1.1.5, Hot Kettles:1.0.0+mc1.20.1, Hunt:1.1.0, Iceberg:1.1.25, Indium:1.0.34+mc1.20.1, webp-imageio:0.3.2, glsl-transformer:2.0.1, geantyref:1.3.13, Improved Pillager Outpost:3, Iris:1.7.5+mc1.20.1, Item Obliterator:2.3.0, OpenJDK 64-Bit Server VM:17, Journeymap:5.10.3, JourneyMap API:1.20-1.9-fabric-SNAPSHOT, Just Hammers:2.0.4+mc1.20.1, Kambrik:6.1.1+1.20.1, Kanos Config:0.4.1+1.14.4-1.19.4, Konkrete:1.8.1, Star Academy:2001.6.5-build.16, KumaAPI:20.1.9-SNAPSHOT, labels:1.20-1.20.2, Legendary Tooltips:1.4.5, LibBamboo:2.2, Resourceful Lootbags:2.0.0, Cobblemon Loot Balls:1.1.4, LootBeams:3.1.1-mc1.20-.4, Lootr:0.7.35.85, Ascension Megamons:1.5.0+1.20.1-forge+fabric-75b66fa, Melody:1.0.3, MidnightLib:1.4.1, Minecraft:1.20.1, El & L's Dye Mod:1.0.5+1.20.1, MixinExtras:0.4.1, Manningham Mills:2.3, ModernFix:5.19.7+mc1.20.1, Mod Menu:7.2.2, Moonlight:1.20-2.13.41, MoreCobblemonTweaks:0.7.1, More Codecs:0.3.1+1.19.4, Mouse Tweaks:2.26, Mouse Wheelie:1.13.0+mc1.20.1, Tidal Towns:1.3.4, Moog's Soaring Structures:1.2.6-1.20-fabric, Muffin's Picnic:1.0.0, Moog's Voyager Structures:4.1.4-1.20-fabric, Myths and Legends:1.6.1, Nature's Compass:1.20.1-2.2.3-fabric, Necronomicon:1.6.0, Night Lights:1.1, Numismatic Overhaul:0.2.14+1.20, Oh The Trees You'll Grow:1.20.1-1.3.3, OmegaConfig:1.4.0+1.20.1, jcpp:1.4.14, antlr4-runtime:4.13.1, javassist:3.29.2-GA, kotlin-reflect:2.1.0, kotlin-stdlib:2.1.0, kotlin-stdlib-jdk7:2.1.0, kotlin-stdlib-jdk8:2.1.0, atomicfu-jvm:0.26.1, kotlinx-coroutines-core-jvm:1.9.0, kotlinx-coroutines-jdk8:1.9.0, kotlinx-datetime-jvm:0.6.1, kotlinx-io-bytestring-jvm:0.6.0, kotlinx-io-core-jvm:0.6.0, kotlinx-serialization-cbor-jvm:1.7.3, kotlinx-serialization-core-jvm:1.7.3, kotlinx-serialization-json-jvm:1.7.3, gson:0.2.1, json:0.2.1, reflections:0.10.2, configurate-core:4.1.2, configurate-hocon:4.1.2, o?o:0.11.2+1.20, Patchouli:1.20.1-84-FABRIC, Pehkui:3.8.3+1.14.4-1.21, Player Roles:1.6.6, Player Roles API:1.6.6, Player Ladder:0.6.0-1.20, Pokeblocks:1.3.0-1.20.1, Porting Lib Accessors:2.3.2+1.20.1, Porting Lib Attributes:2.3.2+1.20.1, Porting Lib Common:2.3.2+1.20.1, Porting Lib Core:2.3.2+1.20.1, Porting Lib Extensions:2.3.2+1.20.1, Porting Lib Fluids:2.3.2+1.20.1, Porting Lib Lazy Register:2.3.2+1.20.1, Porting Lib Loot:2.3.2+1.20.1, Porting Lib Model Loader:2.3.2+1.20.1, Porting Lib Networking:2.3.2+1.20.1, Porting Lib Tool Actions:2.3.2+1.20.1, Porting Lib Transfer:2.3.2+1.20.1, Prism:1.0.5, Puzzles Access Api:8.0.7, Puzzles Lib:8.1.25, Reach Entity Attributes:2.4.0, Resourceful Lib:2.0.8, Rhino:2001.2.3-build.6, Roughly Enough Items:12.1.785, Seamless Loading Screen:2.0.3+1.20.1, Searchables:1.0.3, Server Hats:0.16, Shader Toggle:1.0, Sit:1.20.1-27, Slide Show:1.0.3-Enhancement-1, Smooth Swapping:0.9.3.1, Sodium:0.5.11+mc1.20.1, Sodium Extra:0.5.4+mc1.20.1-build.115, Solara Dimension :0.1A, Sophisticated Backpacks:1.20.1-3.20.17.1.60, Sophisticated Core:1.20.1-0.7.12.2.96, SpectreLib:0.13.15+1.20.1, Stacc:1.7.0, Starter Kit:7.1, Stoneworks:8.0.0, Energy:3.0.0, TerraBlender:3.0.1.7, Terrastorage:1.0.7, Terrastorage Icons:1.0.0, The Open Sauce Toast Killer:1.0, Tom's Simple Storage Mod:1.6.9, Towers Of The Wild: Modded:fabric-1.20.1-1.0.5, Traveler's Titles:1.20-Fabric-4.0.2, Tree Harvester:9.1, Trinkets:3.7.2, tweed4_annotated:1.3.1+mc1.20-pre1, tweed4_base:1.7.1+mc1.20-pre1, tweed4_data:1.2.1+mc1.20-pre1, tweed4_data_hjson:1.1.1+mc1.20-pre1, tweed4_tailor_coat:1.1.3+mc1.20-pre1, tweed4_tailor_lang_json_descriptions:1.1.0+mc1.20-pre1, tweed4_tailor_screen:1.1.4+mc1.20-pre1, Vein Mining:1.5.0+1.20.1, Simple Voice Chat:1.20.1-2.5.26, Waystones:14.1.6, Where Are My TMs?:2.1.2-hotfix, WorldEdit:7.2.15+6463-5ca4dff, wthit:8.15.5, William Wythers' Overhauled Overworld:2.0.0, YetAnotherConfigLib:3.6.2+1.20.1-fabric, YetAnotherChanceBooster:1.0.1, YUNG's API:1.20-Fabric-4.0.6, Zoomify:2.14.2+1.20.1 +NOW: Star Academy:1.0.0, Advancement Plaques:1.6.7, adventure-platform-fabric:5.9.0, Amecs API:1.5.1+mc1.20-pre1, Amendments:1.20-1.2.12, Another Furniture:1.20.1-3.0.1, Architectury:9.2.14, ati_structures_fabric:1.1.0, Bad Packets:0.4.3, Balm:7.3.10, Building But Better:1.20.1-fabric-1.0.2, YUNG's Better Desert Temples:1.20-Fabric-3.0.3, YUNG's Better Nether Fortresses:1.20-Fabric-2.0.6, YUNG's Better Jungle Temples:1.20-Fabric-2.0.5, YUNG's Better Mineshafts:1.20-Fabric-4.0.4, YUNG's Better Ocean Monuments:1.20-Fabric-3.0.4, YUNG's Better Strongholds:1.20-Fabric-4.0.3, YUNG's Better Witch Huts:1.20-Fabric-3.0.3, Oh The Biomes We've Gone:1.4.4, BitsAndChisels:2.7.3, jankson:1.2.2, Bobby:5.0.1, Boosted Brightness:2.2.0, Bountiful:6.0.4+1.20.1, CaffeineConfig:1.3.0+1.17, Camerapture:1.7.2, Cardinal Components API (base):5.2.1, Cardinal Components API (entities):5.2.1, Carry On:2.1.2.7, Chat Heads:0.13.7, ChatAnimation:1.0.5, Chimes:2.0.1, Chunky:1.3.146, cloth-basic-math:0.6.1, Cloth Config v11:11.1.136, Cloud:2.0.0-beta.2, Cloud Boots:1.20.1-fabric-3.0.0, Coat:1.0.0-beta.20+mc1.20-pre1, Cobbledex:1.1.0, CobbleFoods:1.3.2-1.20.1, Cobblemon Customizer for Fabric:2.0.2, Cobblemon:1.5.2+1.20.1, Cobblemon Chaining:1.5-fabric-1.0.1, Cobblemon Counter:1.5-fabric-1.2.0, Cobblemon Move Inspector:1.1.1, Cobblemon Integrations:1.0.7, Cobblemon Riding Fabric:1.2.6, Cobblenav:1.3.5, Cobblepedia:0.6.8, Cobbreeding:1.7.0, Collective:7.87, ktoml-core-jvm:0.5.2, core:3.8.1, toml:3.8.1, mclib:20, yamlbeans:1.15, japng:0.5.3, animated-gif-lib-for-java:animated-gif-lib-1.7, toml4j:0.7.2, yabn:1.0.3, common-image:3.12.0, common-io:3.12.0, common-lang:3.12.0, imageio-core:3.12.0, imageio-metadata:3.12.0, imageio-webp:3.12.0, config:1.4.2, Controlling For Fabric:12.0.2, Convenient Decor:0.4.3, Cooking for Blockheads:16.0.9, CorgiLib:4.0.3.3, Crafting Tweaks:18.2.5, CraftTweaker:14.0.44, Crawl:0.12.0, CrowdinTranslate:1.4+1.19.3, Daily Shop:1.1.0, Default Options:18.0.1, Dynamic Crosshair:9.3, DynamicCrosshair API:1.1, Dynamic Crosshair Compat:4.0, Emojiful:4.2.0, Enhanced Celestials:1.20.1-5.0.1.0, Error Notifier:1.0.9, Even More Instruments!:6.1.3.1, Fabric API:0.92.2+1.20.1, Fabric API Base:0.4.31+1802ada577, Fabric API Lookup API (v1):1.6.36+1802ada577, Fabric Biome API (v1):13.0.13+1802ada577, Fabric Block API (v1):1.0.11+1802ada577, Fabric BlockView API (v2):1.0.1+1802ada577, Fabric BlockRenderLayer Registration (v1):1.1.41+1802ada577, Fabric Client Tags:1.1.2+1802ada577, Fabric Command API (v1):1.2.34+f71b366f77, Fabric Command API (v2):2.2.13+1802ada577, Fabric Commands (v0):0.2.51+df3654b377, Fabric Containers (v0):0.1.64+df3654b377, Fabric Content Registries (v0):4.0.11+1802ada577, Fabric Convention Tags:1.5.5+1802ada577, Fabric Crash Report Info (v1):0.2.19+1802ada577, Fabric Data Attachment API (v1):1.0.0+de0fd6d177, Fabric Data Generation API (v1):12.3.4+1802ada577, Fabric Dimensions API (v1):2.1.54+1802ada577, Fabric Entity Events (v1):1.6.0+1c78457f77, Fabric Events Interaction (v0):0.6.2+1802ada577, Fabric Events Lifecycle (v0):0.2.63+df3654b377, Fabric Game Rule API (v1):1.0.40+1802ada577, Fabric Item API (v1):2.1.28+1802ada577, Fabric Item Group API (v1):4.0.12+1802ada577, Fabric Key Binding API (v1):1.0.37+1802ada577, Fabric Key Bindings (v0):0.2.35+df3654b377, Fabric Language Kotlin:1.13.0+kotlin.2.1.0, Fabric Lifecycle Events (v1):2.2.22+1802ada577, Fabric Loot API (v2):1.2.1+1802ada577, Fabric Loot Tables (v1):1.1.45+9e7660c677, Fabric Message API (v1):5.1.9+1802ada577, Fabric Mining Level API (v1):2.1.50+1802ada577, Fabric Model Loading API (v1):1.0.3+1802ada577, Fabric Models (v0):0.4.2+9386d8a777, Fabric Networking API (v1):1.3.11+1802ada577, Fabric Networking (v0):0.3.51+df3654b377, Fabric Object Builder API (v1):11.1.3+1802ada577, Fabric Particles (v1):1.1.2+1802ada577, fabric-permissions-api:0.2-SNAPSHOT, Fabric Recipe API (v1):1.0.21+1802ada577, Fabric Registry Sync (v0):2.3.3+1802ada577, Fabric Renderer API (v1):3.2.1+1802ada577, Fabric Renderer - Indigo:1.5.2+85287f9f77, Fabric Renderer Registries (v1):3.2.46+df3654b377, Fabric Rendering Data Attachment (v1):0.3.37+92a0d36777, Fabric Rendering Fluids (v1):3.0.28+1802ada577, Fabric Rendering (v0):1.1.49+df3654b377, Fabric Rendering (v1):3.0.8+1802ada577, Fabric Resource Conditions API (v1):2.3.8+1802ada577, Fabric Resource Loader (v0):0.11.10+1802ada577, Fabric Screen API (v1):2.0.8+1802ada577, Fabric Screen Handler API (v1):1.3.30+1802ada577, Fabric Sound API (v1):1.0.13+1802ada577, Fabric Transfer API (v1):3.3.5+8dd72ea377, Fabric Transitive Access Wideners (v1):4.3.1+1802ada577, Fabric Loader:0.16.9, FabricSkyBoxes:0.7.3+mc1.20.1, FancyMenu:3.3.2, Faux-Custom-Entity-Data:6.0.1, fiber:0.23.0-2, Cobblemon Fight or Flight Fabric:0.5.0, FindMe:3.2.1, Forge Config API Port:8.0.1, FTB Chunks:2001.3.4, FTB Library:2001.2.7, FTB Ranks:2001.1.3, FTB Teams:2001.3.0, GeckoLib 4:4.4.9, Genshin Instruments:4.0.2, Global Data- & Resourcepacks:1.16.1_fabric, GooeyLibs:3.0.0+1.20.1, Gravel's Extended Battles:1.4.0, Hearth & Home:1.20.1-2.0.3, Heartstone:1.20-1.3.0, Hopo Better Underwater Ruins:1.1.5, Hot Kettles:1.0.0+mc1.20.1, Hunt:1.1.0, Iceberg:1.1.25, Impactor:5.2.6+1.20.1, Impactor Command API:5.2.5+1.20.1-SNAPSHOT, Indium:1.0.34+mc1.20.1, webp-imageio:0.3.2, glsl-transformer:2.0.1, geantyref:1.3.15, Improved Pillager Outpost:3, Iris:1.7.5+mc1.20.1, Item Obliterator:2.3.0, OpenJDK 64-Bit Server VM:17, Journeymap:5.10.3, JourneyMap API:1.20-1.9-fabric-SNAPSHOT, Just Hammers:2.0.4+mc1.20.1, Kambrik:6.1.1+1.20.1, Kanos Config:0.4.1+1.14.4-1.19.4, Konkrete:1.8.1, Star Academy:2001.6.5-build.16, KumaAPI:20.1.9-SNAPSHOT, labels:1.20-1.20.2, Legendary Tooltips:1.4.5, LibBamboo:2.2, Resourceful Lootbags:2.0.0, Cobblemon Loot Balls:1.1.4, LootBeams:3.1.1-mc1.20-.4, Lootr:0.7.35.85, Ascension Megamons:1.5.0+1.20.1-forge+fabric-75b66fa, Melody:1.0.3, MidnightLib:1.4.1, Minecraft:1.20.1, El & L's Dye Mod:1.0.5+1.20.1, MixinExtras:0.4.1, Manningham Mills:2.3, ModernFix:5.19.7+mc1.20.1, Mod Menu:7.2.2, Moonlight:1.20-2.13.41, MoreCobblemonTweaks:0.7.1, More Codecs:0.3.1+1.19.4, Mouse Tweaks:2.26, Mouse Wheelie:1.13.0+mc1.20.1, Tidal Towns:1.3.4, Moog's Soaring Structures:1.2.6-1.20-fabric, Muffin's Picnic:1.0.0, Moog's Voyager Structures:4.1.4-1.20-fabric, Myths and Legends:1.6.1, Nature's Compass:1.20.1-2.2.3-fabric, Necronomicon:1.6.0, adventure-api:4.14.0, adventure-key:4.14.0, adventure-nbt:4.14.0, adventure-platform-api:4.3.0, adventure-text-logger-slf4j:4.14.0, adventure-text-minimessage:4.14.0, adventure-text-serializer-ansi:4.14.0, adventure-text-serializer-gson:4.14.0, adventure-text-serializer-json:4.14.0, adventure-text-serializer-legacy:4.14.0, adventure-text-serializer-plain:4.14.0, ansi:1.0.2, event-api:5.0.0-SNAPSHOT, examination-api:1.3.0, examination-string:1.3.0, Night Lights:1.1, Numismatic Overhaul:0.2.14+1.20, Oh The Trees You'll Grow:1.20.1-1.3.3, OmegaConfig:1.4.0+1.20.1, jcpp:1.4.14, antlr4-runtime:4.13.1, cloud-annotations:2.0.0-beta.2, cloud-brigadier:2.0.0-beta.2, cloud-core:2.0.0-beta.2, cloud-minecraft-extras:2.0.0-beta.2, cloud-minecraft-modded-common-fabric-repack:2.0.0-beta.2, cloud-processors-common:1.0.0-beta.1, cloud-processors-confirmation:1.0.0-beta.1, cloud-services:2.0.0-beta.2, javassist:3.29.2-GA, kotlin-reflect:2.1.0, kotlin-stdlib:2.1.0, kotlin-stdlib-jdk7:2.1.0, kotlin-stdlib-jdk8:2.1.0, atomicfu-jvm:0.26.1, kotlinx-coroutines-core-jvm:1.9.0, kotlinx-coroutines-jdk8:1.9.0, kotlinx-datetime-jvm:0.6.1, kotlinx-io-bytestring-jvm:0.6.0, kotlinx-io-core-jvm:0.6.0, kotlinx-serialization-cbor-jvm:1.7.3, kotlinx-serialization-core-jvm:1.7.3, kotlinx-serialization-json-jvm:1.7.3, gson:0.2.1, json:0.2.1, reflections:0.10.2, configurate-core:4.1.2, configurate-hocon:4.1.2, o?o:0.11.2+1.20, Patchouli:1.20.1-84-FABRIC, Pehkui:3.8.3+1.14.4-1.21, Placeholder API:2.1.3+1.20.1, Player Roles:1.6.6, Player Roles API:1.6.6, Player Ladder:0.6.0-1.20, Pokeblocks:1.3.0-1.20.1, Porting Lib Accessors:2.3.2+1.20.1, Porting Lib Attributes:2.3.2+1.20.1, Porting Lib Common:2.3.2+1.20.1, Porting Lib Core:2.3.2+1.20.1, Porting Lib Extensions:2.3.2+1.20.1, Porting Lib Fluids:2.3.2+1.20.1, Porting Lib Lazy Register:2.3.2+1.20.1, Porting Lib Loot:2.3.2+1.20.1, Porting Lib Model Loader:2.3.2+1.20.1, Porting Lib Networking:2.3.2+1.20.1, Porting Lib Tool Actions:2.3.2+1.20.1, Porting Lib Transfer:2.3.2+1.20.1, Prism:1.0.5, Puzzles Access Api:8.0.7, Puzzles Lib:8.1.25, Reach Entity Attributes:2.4.0, Resourceful Lib:2.0.8, Rhino:2001.2.3-build.6, Roughly Enough Items:12.1.785, Seamless Loading Screen:2.0.3+1.20.1, Searchables:1.0.3, Server Hats:0.16, Shader Toggle:1.0, Sit:1.20.1-27, Slide Show:1.0.3-Enhancement-1, Smooth Swapping:0.9.3.1, Sodium:0.5.11+mc1.20.1, Sodium Extra:0.5.4+mc1.20.1-build.115, Solara Dimension :0.1A, Sophisticated Backpacks:1.20.1-3.20.17.1.60, Sophisticated Core:1.20.1-0.7.12.2.96, SpectreLib:0.13.15+1.20.1, Stacc:1.7.0, Starter Kit:7.1, Stoneworks:8.0.0, Energy:3.0.0, TerraBlender:3.0.1.7, Terrastorage:1.0.7, Terrastorage Icons:1.0.0, The Open Sauce Toast Killer:1.0, Tom's Simple Storage Mod:1.6.9, Towers Of The Wild: Modded:fabric-1.20.1-1.0.5, Traveler's Titles:1.20-Fabric-4.0.2, Tree Harvester:9.1, Trinkets:3.7.2, tweed4_annotated:1.3.1+mc1.20-pre1, tweed4_base:1.7.1+mc1.20-pre1, tweed4_data:1.2.1+mc1.20-pre1, tweed4_data_hjson:1.1.1+mc1.20-pre1, tweed4_tailor_coat:1.1.3+mc1.20-pre1, tweed4_tailor_lang_json_descriptions:1.1.0+mc1.20-pre1, tweed4_tailor_screen:1.1.4+mc1.20-pre1, Vein Mining:1.5.0+1.20.1, Simple Voice Chat:1.20.1-2.5.26, Waystones:14.1.6, Where Are My TMs?:2.1.2-hotfix, WorldEdit:7.2.15+6463-5ca4dff, wthit:8.15.5, William Wythers' Overhauled Overworld:2.0.0, YetAnotherConfigLib:3.6.2+1.20.1-fabric, YetAnotherChanceBooster:1.0.1, YUNG's API:1.20-Fabric-4.0.6, Zoomify:2.14.2+1.20.1 +[14:42:23] [Render thread/INFO] [ColorPalette] Color palette file generated for 0 blockstates in 4ms for: C:\Users\Brandon\curseforge\minecraft\Instances\Cobblemon Star Academy (2)\journeymap\colorpalette.json +[14:42:23] [Render thread/INFO] [ColorManager] Updated color palette for 917 blockstates in 295ms: C:\Users\Brandon\curseforge\minecraft\Instances\Cobblemon Star Academy (2)\journeymap\colorpalette.json diff --git a/journeymap/server/5.10/journeymap.server.academy~safari.config b/journeymap/server/5.10/journeymap.server.academy~safari.config new file mode 100644 index 0000000..df791d1 --- /dev/null +++ b/journeymap/server/5.10/journeymap.server.academy~safari.config @@ -0,0 +1,30 @@ +// JourneyMap server configuration file. Modify at your own risk! +// To restore the default settings, simply delete this file before starting Minecraft server +// For more information, go to: http://journeymap.info/JourneyMapServer +// +// Dimension ResourceKey[minecraft:dimension / academy:safari] Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim +{ + "enabled": "false", + "dimension": { + "field_25137": { + "field_13353": "minecraft", + "field_13355": "dimension" + }, + "field_25138": { + "field_13353": "academy", + "field_13355": "safari" + } + }, + "teleportEnabled": "false", + "renderRange": "0", + "surfaceMapping": "ALL", + "topoMapping": "ALL", + "biomeMapping": "ALL", + "caveMapping": "ALL", + "radarEnabled": "ALL", + "playerRadarEnabled": "true", + "villagerRadarEnabled": "true", + "animalRadarEnabled": "true", + "mobRadarEnabled": "true", + "configVersion": "5.10.3" +} \ No newline at end of file diff --git a/journeymap/server/5.10/journeymap.server.default.config b/journeymap/server/5.10/journeymap.server.default.config new file mode 100644 index 0000000..76b6b83 --- /dev/null +++ b/journeymap/server/5.10/journeymap.server.default.config @@ -0,0 +1,20 @@ +// JourneyMap server configuration file. Modify at your own risk! +// To restore the default settings, simply delete this file before starting Minecraft server +// For more information, go to: http://journeymap.info/JourneyMapServer +// +// default : jm.server.edit.label.selection.default +{ + "enabled": "false", + "teleportEnabled": "false", + "renderRange": "0", + "surfaceMapping": "ALL", + "topoMapping": "ALL", + "biomeMapping": "ALL", + "caveMapping": "ALL", + "radarEnabled": "ALL", + "playerRadarEnabled": "true", + "villagerRadarEnabled": "true", + "animalRadarEnabled": "true", + "mobRadarEnabled": "true", + "configVersion": "5.10.3" +} \ No newline at end of file diff --git a/journeymap/server/5.10/journeymap.server.global.config b/journeymap/server/5.10/journeymap.server.global.config new file mode 100644 index 0000000..6847817 --- /dev/null +++ b/journeymap/server/5.10/journeymap.server.global.config @@ -0,0 +1,31 @@ +// JourneyMap server configuration file. Modify at your own risk! +// To restore the default settings, simply delete this file before starting Minecraft server +// For more information, go to: http://journeymap.info/JourneyMapServer +// +// Global Server Configuration : Applies to all dimensions unless overridden. +{ + "journeymapEnabled": "true", + "useWorldId": "true", + "viewOnlyServerProperties": "true", + "allowMultiplayerSettings": "ALL", + "worldPlayerRadar": "ALL", + "worldPlayerRadarUpdateTime": "5", + "seeUndergroundPlayers": "ALL", + "hideOps": "false", + "hideSpectators": "false", + "allowDeathPoints": "true", + "showInGameBeacons": "true", + "allowWaypoints": "true", + "teleportEnabled": "false", + "renderRange": "0", + "surfaceMapping": "ALL", + "topoMapping": "ALL", + "biomeMapping": "ALL", + "caveMapping": "ALL", + "radarEnabled": "ALL", + "playerRadarEnabled": "true", + "villagerRadarEnabled": "true", + "animalRadarEnabled": "true", + "mobRadarEnabled": "true", + "configVersion": "5.10.3" +} \ No newline at end of file diff --git a/journeymap/server/5.10/journeymap.server.minecraft~overworld.config b/journeymap/server/5.10/journeymap.server.minecraft~overworld.config new file mode 100644 index 0000000..46cdba8 --- /dev/null +++ b/journeymap/server/5.10/journeymap.server.minecraft~overworld.config @@ -0,0 +1,30 @@ +// JourneyMap server configuration file. Modify at your own risk! +// To restore the default settings, simply delete this file before starting Minecraft server +// For more information, go to: http://journeymap.info/JourneyMapServer +// +// Dimension ResourceKey[minecraft:dimension / minecraft:overworld] Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim +{ + "enabled": "false", + "dimension": { + "field_25137": { + "field_13353": "minecraft", + "field_13355": "dimension" + }, + "field_25138": { + "field_13353": "minecraft", + "field_13355": "overworld" + } + }, + "teleportEnabled": "false", + "renderRange": "0", + "surfaceMapping": "ALL", + "topoMapping": "ALL", + "biomeMapping": "ALL", + "caveMapping": "ALL", + "radarEnabled": "ALL", + "playerRadarEnabled": "true", + "villagerRadarEnabled": "true", + "animalRadarEnabled": "true", + "mobRadarEnabled": "true", + "configVersion": "5.10.3" +} \ No newline at end of file diff --git a/journeymap/server/5.10/journeymap.server.minecraft~the_end.config b/journeymap/server/5.10/journeymap.server.minecraft~the_end.config new file mode 100644 index 0000000..5331a9f --- /dev/null +++ b/journeymap/server/5.10/journeymap.server.minecraft~the_end.config @@ -0,0 +1,30 @@ +// JourneyMap server configuration file. Modify at your own risk! +// To restore the default settings, simply delete this file before starting Minecraft server +// For more information, go to: http://journeymap.info/JourneyMapServer +// +// Dimension ResourceKey[minecraft:dimension / minecraft:the_end] Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim +{ + "enabled": "false", + "dimension": { + "field_25137": { + "field_13353": "minecraft", + "field_13355": "dimension" + }, + "field_25138": { + "field_13353": "minecraft", + "field_13355": "the_end" + } + }, + "teleportEnabled": "false", + "renderRange": "0", + "surfaceMapping": "ALL", + "topoMapping": "ALL", + "biomeMapping": "ALL", + "caveMapping": "ALL", + "radarEnabled": "ALL", + "playerRadarEnabled": "true", + "villagerRadarEnabled": "true", + "animalRadarEnabled": "true", + "mobRadarEnabled": "true", + "configVersion": "5.10.3" +} \ No newline at end of file diff --git a/journeymap/server/5.10/journeymap.server.minecraft~the_nether.config b/journeymap/server/5.10/journeymap.server.minecraft~the_nether.config new file mode 100644 index 0000000..212121e --- /dev/null +++ b/journeymap/server/5.10/journeymap.server.minecraft~the_nether.config @@ -0,0 +1,30 @@ +// JourneyMap server configuration file. Modify at your own risk! +// To restore the default settings, simply delete this file before starting Minecraft server +// For more information, go to: http://journeymap.info/JourneyMapServer +// +// Dimension ResourceKey[minecraft:dimension / minecraft:the_nether] Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim +{ + "enabled": "false", + "dimension": { + "field_25137": { + "field_13353": "minecraft", + "field_13355": "dimension" + }, + "field_25138": { + "field_13353": "minecraft", + "field_13355": "the_nether" + } + }, + "teleportEnabled": "false", + "renderRange": "0", + "surfaceMapping": "ALL", + "topoMapping": "ALL", + "biomeMapping": "ALL", + "caveMapping": "ALL", + "radarEnabled": "ALL", + "playerRadarEnabled": "true", + "villagerRadarEnabled": "true", + "animalRadarEnabled": "true", + "mobRadarEnabled": "true", + "configVersion": "5.10.3" +} \ No newline at end of file diff --git a/journeymap/server/5.10/journeymap.server.solara_dimension~solarademension.config b/journeymap/server/5.10/journeymap.server.solara_dimension~solarademension.config new file mode 100644 index 0000000..61b52b4 --- /dev/null +++ b/journeymap/server/5.10/journeymap.server.solara_dimension~solarademension.config @@ -0,0 +1,30 @@ +// JourneyMap server configuration file. Modify at your own risk! +// To restore the default settings, simply delete this file before starting Minecraft server +// For more information, go to: http://journeymap.info/JourneyMapServer +// +// Dimension ResourceKey[minecraft:dimension / solara_dimension:solarademension] Configuration : Overrides the Global Server Configuration for this dimension - sent enable true to override global settings for this dim +{ + "enabled": "false", + "dimension": { + "field_25137": { + "field_13353": "minecraft", + "field_13355": "dimension" + }, + "field_25138": { + "field_13353": "solara_dimension", + "field_13355": "solarademension" + } + }, + "teleportEnabled": "false", + "renderRange": "0", + "surfaceMapping": "ALL", + "topoMapping": "ALL", + "biomeMapping": "ALL", + "caveMapping": "ALL", + "radarEnabled": "ALL", + "playerRadarEnabled": "true", + "villagerRadarEnabled": "true", + "animalRadarEnabled": "true", + "mobRadarEnabled": "true", + "configVersion": "5.10.3" +} \ No newline at end of file diff --git a/kubejs/README.txt b/kubejs/README.txt new file mode 100644 index 0000000..0c63e5b --- /dev/null +++ b/kubejs/README.txt @@ -0,0 +1,15 @@ +Find out more info on the website: https://kubejs.com/ + +Directory information: + +assets - Acts as a resource pack, you can put any client resources in here, like textures, models, etc. Example: assets/kubejs/textures/item/test_item.png +data - Acts as a datapack, you can put any server resources in here, like loot tables, functions, etc. Example: data/kubejs/loot_tables/blocks/test_block.json + +startup_scripts - Scripts that get loaded once during game startup - Used for adding items and other things that can only happen while the game is loading (Can be reloaded with /kubejs reload_startup_scripts, but it may not work!) +server_scripts - Scripts that get loaded every time server resources reload - Used for modifying recipes, tags, loot tables, and handling server events (Can be reloaded with /reload) +client_scripts - Scripts that get loaded every time client resources reload - Used for JEI events, tooltips and other client side things (Can be reloaded with F3+T) + +config - KubeJS config storage. This is also the only directory that scripts can access other than world directory +exported - Data dumps like texture atlases end up here + +You can find type-specific logs in logs/kubejs/ directory \ No newline at end of file diff --git a/kubejs/assets/items/textures/item/hafossil.png b/kubejs/assets/items/textures/item/hafossil.png new file mode 100644 index 0000000..c5a5fab Binary files /dev/null and b/kubejs/assets/items/textures/item/hafossil.png differ diff --git a/kubejs/assets/items/textures/item/maxivfossil.png b/kubejs/assets/items/textures/item/maxivfossil.png new file mode 100644 index 0000000..f9de964 Binary files /dev/null and b/kubejs/assets/items/textures/item/maxivfossil.png differ diff --git a/kubejs/assets/items/textures/item/shinyfossil.png b/kubejs/assets/items/textures/item/shinyfossil.png new file mode 100644 index 0000000..add93ee Binary files /dev/null and b/kubejs/assets/items/textures/item/shinyfossil.png differ diff --git a/kubejs/assets/items/textures/item/shinyincense.png b/kubejs/assets/items/textures/item/shinyincense.png new file mode 100644 index 0000000..c92c851 Binary files /dev/null and b/kubejs/assets/items/textures/item/shinyincense.png differ diff --git a/kubejs/assets/items/textures/item/strongshinyincense.png b/kubejs/assets/items/textures/item/strongshinyincense.png new file mode 100644 index 0000000..91d6efc Binary files /dev/null and b/kubejs/assets/items/textures/item/strongshinyincense.png differ diff --git a/kubejs/assets/items/textures/item/ubershinyincense.png b/kubejs/assets/items/textures/item/ubershinyincense.png new file mode 100644 index 0000000..cf7c96e Binary files /dev/null and b/kubejs/assets/items/textures/item/ubershinyincense.png differ diff --git a/kubejs/config/client.properties b/kubejs/config/client.properties new file mode 100644 index 0000000..2280e5f --- /dev/null +++ b/kubejs/config/client.properties @@ -0,0 +1,16 @@ +#KubeJS Client Properties +#Mon Dec 23 20:39:49 PST 2024 +backgroundColor=2E3440 +barBorderColor=ECEFF4 +exportAtlases=false +menuBackgroundBrightness=64 +disableRecipeBook=false +title= +barColor=ECEFF4 +overrideColors=false +fmlLogColor=ECEFF4 +showTagNames=false +fmlMemoryColor=ECEFF4 +menuBackgroundScale=32.0 +blurScaledPackIcon=true +menuInnerBackgroundBrightness=32 diff --git a/kubejs/config/common.properties b/kubejs/config/common.properties new file mode 100644 index 0000000..f93b154 --- /dev/null +++ b/kubejs/config/common.properties @@ -0,0 +1,13 @@ +#KubeJS Common Properties +#Sat Jul 06 23:45:02 PDT 2024 +allowAsyncStreams=true +announceReload=true +creativeModeTabIcon=minecraft\:purple_dye +hideServerScriptErrors=false +ignoreCustomUniqueRecipeIds=false +matchJsonRecipes=true +packmode= +saveDevPropertiesInConfig=false +serverOnly=false +startupErrorGUI=true +startupErrorReportUrl= diff --git a/kubejs/startup_scripts/hafossil.js b/kubejs/startup_scripts/hafossil.js new file mode 100644 index 0000000..f4e424c --- /dev/null +++ b/kubejs/startup_scripts/hafossil.js @@ -0,0 +1,4 @@ +StartupEvents.registry('item', e => { + e.create('hafossil').displayName('HA fossil').texture('items:item/hafossil').unstackable() +}) + diff --git a/kubejs/startup_scripts/itemrarity.js b/kubejs/startup_scripts/itemrarity.js new file mode 100644 index 0000000..fea9f00 --- /dev/null +++ b/kubejs/startup_scripts/itemrarity.js @@ -0,0 +1,206 @@ +ItemEvents.modification(event => { + event.modify('academy:star_badge', item => { + item.rarity = 'UNCOMMON' + item.fireResistant = true + }) + + event.modify('minecraft:dragon_egg', item => { + item.rarity = 'COMMON' + }) + + event.modify('minecraft:command_block', item => { + item.rarity = 'COMMON' + }) + + event.modify('minecraft:conduit', item => { + item.rarity = 'COMMON' + }) + + event.modify('minecraft:elytra', item => { + item.rarity = 'COMMON' + }) + + event.modify('minecraft:golden_apple', item => { + item.rarity = 'COMMON' + }) + + event.modify('minecraft:enchanted_golden_apple', item => { + item.rarity = 'COMMON' + }) + + event.modify('minecraft:experience_bottle', item => { + item.rarity = 'COMMON' + }) + + event.modify('minecraft:skeleton_skull', item => { + item.rarity = 'COMMON' + }) + + event.modify('minecraft:wither_skeleton_skull', item => { + item.rarity = 'COMMON' + }) + + event.modify('minecraft:player_head', item => { + item.rarity = 'COMMON' + }) + + event.modify('minecraft:zombie_head', item => { + item.rarity = 'COMMON' + }) + + event.modify('minecraft:creeper_head', item => { + item.rarity = 'COMMON' + }) + + event.modify('minecraft:dragon_head', item => { + item.rarity = 'COMMON' + }) + + event.modify('minecraft:piglin_head', item => { + item.rarity = 'COMMON' + }) + + event.modify('minecraft:nether_star', item => { + item.rarity = 'COMMON' + }) + + event.modify('minecraft:enchanted_book', item => { + item.rarity = 'COMMON' + }) + + event.modify('minecraft:end_crystal', item => { + item.rarity = 'COMMON' + }) + + event.modify('minecraft:totem_of_undying', item => { + item.rarity = 'COMMON' + }) + + event.modify('minecraft:dragon_breath', item => { + item.rarity = 'COMMON' + }) + + event.modify('minecraft:beacon', item => { + item.rarity = 'COMMON' + }) + + event.modify('minecraft:music_disk', item => { + item.rarity = 'COMMON' + }) + + event.modify('minecraft:heart_of_the_sea', item => { + item.rarity = 'COMMON' + }) + + event.modify('minecraft:creeper_banner_pattern', item => { + item.rarity = 'COMMON' + }) + + event.modify('minecraft:skull_banner_pattern', item => { + item.rarity = 'COMMON' + }) + + event.modify('minecraft:mojang_banner_pattern', item => { + item.rarity = 'COMMON' + }) + + event.modify('bbb:bbb', item => { + item.rarity = 'COMMON' + }) + + event.modify('minecraft:', item => { + item.rarity = 'COMMON' + }) + + event.modify('bountiful:decree', item => { + item.rarity = 'COMMON' + }) + + event.modify('bountiful:bounty', item => { + item.rarity = 'COMMON' + }) + + event.modify('cobblefoods:silver_razz_berry', item => { + item.rarity = 'COMMON' + }) + + event.modify('cobblefoods:silver_nanab_berry', item => { + item.rarity = 'COMMON' + }) + + event.modify('cobblefoods:silver_pinap_berry', item => { + item.rarity = 'COMMON' + }) + + event.modify('cobblefoods:golden_razz_berry', item => { + item.rarity = 'COMMON' + }) + + event.modify('cobblefoods:golden_nanab_berry', item => { + item.rarity = 'COMMON' + }) + + event.modify('cobblefoods:golden_pinap_berry', item => { + item.rarity = 'COMMON' + }) + + event.modify('cobblefoods:silver_platter', item => { + item.rarity = 'COMMON' + }) + + event.modify('cobblefoods:golden_delicacy', item => { + item.rarity = 'COMMON' + }) + + event.modify('cobblefoods:roasted_silver_razz_berry', item => { + item.rarity = 'COMMON' + }) + + event.modify('cobblefoods:roasted_silver_nanab_berry', item => { + item.rarity = 'COMMON' + }) + + event.modify('cobblefoods:roasted_silver_pinap_berry', item => { + item.rarity = 'COMMON' + }) + + event.modify('cobblefoods:roasted_golden_razz_berry', item => { + item.rarity = 'COMMON' + }) + + event.modify('cobblefoods:roasted_golden_nanab_berry', item => { + item.rarity = 'COMMON' + }) + + event.modify('cobblefoods:roasted_golden_pinap_berry', item => { + item.rarity = 'COMMON' + }) + + event.modify('lootbags:loot_bag', item => { + item.rarity = 'COMMON' + }) + + event.modify('numismatic-overhaul:bronze_coin', item => { + item.rarity = 'COMMON' + }) + + event.modify('numismatic-overhaul:silver_coin', item => { + item.rarity = 'COMMON' + }) + + event.modify('numismatic-overhaul:gold_coin', item => { + item.rarity = 'COMMON' + }) + + event.modify('scout:upgraded_satchel', item => { + item.rarity = 'COMMON' + }) + + event.modify('scout:upgraded_pouch', item => { + item.rarity = 'COMMON' + }) + + event.modify('heartstone:heartstone', item => { + item.rarity = 'COMMON' + }) +}) diff --git a/kubejs/startup_scripts/ivfossil.js b/kubejs/startup_scripts/ivfossil.js new file mode 100644 index 0000000..12b90fd --- /dev/null +++ b/kubejs/startup_scripts/ivfossil.js @@ -0,0 +1,4 @@ +StartupEvents.registry('item', e => { + e.create('maxivfossil').displayName('Max IV fossil').texture('items:item/maxivfossil').unstackable() +}) + diff --git a/kubejs/startup_scripts/moddisguise.js b/kubejs/startup_scripts/moddisguise.js new file mode 100644 index 0000000..ceaf4fa --- /dev/null +++ b/kubejs/startup_scripts/moddisguise.js @@ -0,0 +1 @@ +Platform.mods.kubejs.name = 'Star Academy' \ No newline at end of file diff --git a/kubejs/startup_scripts/shinyfossil.js b/kubejs/startup_scripts/shinyfossil.js new file mode 100644 index 0000000..41d373c --- /dev/null +++ b/kubejs/startup_scripts/shinyfossil.js @@ -0,0 +1,3 @@ +StartupEvents.registry('item', event => { + event.create('shinyfossil').displayName('Shiny Fossil').texture('items:item/shinyfossil').unstackable() +}) \ No newline at end of file diff --git a/kubejs/startup_scripts/shinyincense.js b/kubejs/startup_scripts/shinyincense.js new file mode 100644 index 0000000..3e29468 --- /dev/null +++ b/kubejs/startup_scripts/shinyincense.js @@ -0,0 +1,4 @@ +StartupEvents.registry('item', e => { + e.create('shinyincense').displayName('Shiny Incense').texture('items:item/shinyincense').unstackable() +}) + diff --git a/kubejs/startup_scripts/strongshinyincense.js b/kubejs/startup_scripts/strongshinyincense.js new file mode 100644 index 0000000..d0525ed --- /dev/null +++ b/kubejs/startup_scripts/strongshinyincense.js @@ -0,0 +1,4 @@ +StartupEvents.registry('item', e => { + e.create('strongshinyincense').displayName('Strong Shiny Incense').texture('items:item/strongshinyincense').unstackable() +}) + diff --git a/kubejs/startup_scripts/ubershinyincense.js b/kubejs/startup_scripts/ubershinyincense.js new file mode 100644 index 0000000..6752714 --- /dev/null +++ b/kubejs/startup_scripts/ubershinyincense.js @@ -0,0 +1,4 @@ +StartupEvents.registry('item', e => { + e.create('ubershinyincense').displayName('Uber Shiny Incense').texture('items:item/ubershinyincense').unstackable() +}) + diff --git a/mods/Cobbreeding-fabric-1.7.0.jar b/mods/Cobbreeding-fabric-1.7.0.jar new file mode 100644 index 0000000..ca55728 Binary files /dev/null and b/mods/Cobbreeding-fabric-1.7.0.jar differ diff --git a/mods/DailyShop-mc1.20.1-v1.1.2-fabric.jar b/mods/DailyShop-mc1.20.1-v1.1.2-fabric.jar new file mode 100644 index 0000000..59f4bbf Binary files /dev/null and b/mods/DailyShop-mc1.20.1-v1.1.2-fabric.jar differ diff --git a/mods/GooeyLibs-Fabric-3.0.0+1.20.1.jar b/mods/GooeyLibs-Fabric-3.0.0+1.20.1.jar new file mode 100644 index 0000000..4fe062e Binary files /dev/null and b/mods/GooeyLibs-Fabric-3.0.0+1.20.1.jar differ diff --git a/mods/Hunt-1.1.0-fabric.jar b/mods/Hunt-1.1.0-fabric.jar new file mode 100644 index 0000000..4d1af2b Binary files /dev/null and b/mods/Hunt-1.1.0-fabric.jar differ diff --git a/mods/Impactor-Fabric-5.2.6+1.20.1.jar b/mods/Impactor-Fabric-5.2.6+1.20.1.jar new file mode 100644 index 0000000..78b7a71 Binary files /dev/null and b/mods/Impactor-Fabric-5.2.6+1.20.1.jar differ diff --git a/mods/advancement-plaques-fabric.pw.toml b/mods/advancement-plaques-fabric.pw.toml new file mode 100644 index 0000000..312f5a1 --- /dev/null +++ b/mods/advancement-plaques-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Advancement Plaques [Fabric]" +filename = "AdvancementPlaques-1.20.1-fabric-1.6.7.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "c90badc7d2fed0c1144d944a3c0ee10a540f2a27" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5762252 +project-id = 514882 diff --git a/mods/amendments.pw.toml b/mods/amendments.pw.toml new file mode 100644 index 0000000..1eaf568 --- /dev/null +++ b/mods/amendments.pw.toml @@ -0,0 +1,13 @@ +name = "Amendments" +filename = "amendments-1.20-1.2.12-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "ce503e3b05684abfcc886a5174def22867005f90" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5820237 +project-id = 896746 diff --git a/mods/another-furniture.pw.toml b/mods/another-furniture.pw.toml new file mode 100644 index 0000000..b55c819 --- /dev/null +++ b/mods/another-furniture.pw.toml @@ -0,0 +1,13 @@ +name = "Another Furniture" +filename = "another_furniture-fabric-1.20.1-3.0.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "61f8e44dc8a688b7dd2978c43b5c71f922e8fd4d" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4815126 +project-id = 610492 diff --git a/mods/architectury-api.pw.toml b/mods/architectury-api.pw.toml new file mode 100644 index 0000000..43e9740 --- /dev/null +++ b/mods/architectury-api.pw.toml @@ -0,0 +1,13 @@ +name = "Architectury API" +filename = "architectury-9.2.14-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "4fa65e32dbf63a871a30fe8ec6fbff9a4b8d007d" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5137936 +project-id = 419699 diff --git a/mods/ascension-megamons.pw.toml b/mods/ascension-megamons.pw.toml new file mode 100644 index 0000000..25d8567 --- /dev/null +++ b/mods/ascension-megamons.pw.toml @@ -0,0 +1,13 @@ +name = "Ascension Megamons (Cobblemon)" +filename = "MegamonsFabric-1.2.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "1d677521424644085db744a0c30d5673887324a3" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5336647 +project-id = 971821 diff --git a/mods/ati-structures.pw.toml b/mods/ati-structures.pw.toml new file mode 100644 index 0000000..5e1dbb3 --- /dev/null +++ b/mods/ati-structures.pw.toml @@ -0,0 +1,13 @@ +name = "ATi Structures" +filename = "ati_structures(1.20)_v1.1.0_FABRIC.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "67d940611f1bb112f788e8db41d9d2f66a2e0652" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5526317 +project-id = 964608 diff --git a/mods/badpackets.pw.toml b/mods/badpackets.pw.toml new file mode 100644 index 0000000..d2bbee0 --- /dev/null +++ b/mods/badpackets.pw.toml @@ -0,0 +1,13 @@ +name = "bad packets" +filename = "badpackets-fabric-0.4.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "87b7ef4e9c9bff0fd8cdcc79156e9c7ac7b26690" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4784394 +project-id = 615134 diff --git a/mods/balm-fabric.pw.toml b/mods/balm-fabric.pw.toml new file mode 100644 index 0000000..a5c3967 --- /dev/null +++ b/mods/balm-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Balm (Fabric Edition)" +filename = "balm-fabric-1.20.1-7.3.10.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "2b51b2a6c9e221b8de5b20c1718123eae6c04f23" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5999468 +project-id = 500525 diff --git a/mods/bits-and-chisels.pw.toml b/mods/bits-and-chisels.pw.toml new file mode 100644 index 0000000..27732b5 --- /dev/null +++ b/mods/bits-and-chisels.pw.toml @@ -0,0 +1,13 @@ +name = "Bits And Chisels" +filename = "bitsandchisels-2.7.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "67da7240e5948cd898725b95933466fd3776ad33" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4670613 +project-id = 420709 diff --git a/mods/bobby.pw.toml b/mods/bobby.pw.toml new file mode 100644 index 0000000..e96782a --- /dev/null +++ b/mods/bobby.pw.toml @@ -0,0 +1,13 @@ +name = "Bobby" +filename = "bobby-5.0.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "bdc0285d4209c529019ae1c5f1f0af0e3a3cffa6" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4706163 +project-id = 409301 diff --git a/mods/boosted-brightness.pw.toml b/mods/boosted-brightness.pw.toml new file mode 100644 index 0000000..577c3a7 --- /dev/null +++ b/mods/boosted-brightness.pw.toml @@ -0,0 +1,13 @@ +name = "Boosted Brightness" +filename = "boosted-brightness-2.2.0+1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "ee558b8852dd7568debea089d1cb31282b81c722" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4604017 +project-id = 386460 diff --git a/mods/bountiful-fabric.pw.toml b/mods/bountiful-fabric.pw.toml new file mode 100644 index 0000000..db8818b --- /dev/null +++ b/mods/bountiful-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Bountiful (Fabric)" +filename = "Bountiful-6.0.4+1.20.1-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "1141381614582621d04ee094baac476e0875f71e" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5937422 +project-id = 521673 diff --git a/mods/building-but-better.pw.toml b/mods/building-but-better.pw.toml new file mode 100644 index 0000000..f7f79af --- /dev/null +++ b/mods/building-but-better.pw.toml @@ -0,0 +1,13 @@ +name = "Building But Better" +filename = "bbb-1.20.1-fabric-1.0.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "871aa0d1dc8d1680af2fefe11bf7d484a534b30b" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5382599 +project-id = 989479 diff --git a/mods/camerapture.pw.toml b/mods/camerapture.pw.toml new file mode 100644 index 0000000..a7689ba --- /dev/null +++ b/mods/camerapture.pw.toml @@ -0,0 +1,13 @@ +name = "Camerapture" +filename = "Camerapture-1.7.2+mc1.20.1-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "fe9f0700cc5e9f0fd4ba021849fc92ea1da886fb" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5992749 +project-id = 1051342 diff --git a/mods/carry-on.pw.toml b/mods/carry-on.pw.toml new file mode 100644 index 0000000..a13555c --- /dev/null +++ b/mods/carry-on.pw.toml @@ -0,0 +1,13 @@ +name = "Carry On" +filename = "carryon-fabric-1.20.1-2.1.2.7.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "8f3858977becfbc26f67f4a5579881e15e07d69d" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4882498 +project-id = 274259 diff --git a/mods/chat-heads.pw.toml b/mods/chat-heads.pw.toml new file mode 100644 index 0000000..1ff33a3 --- /dev/null +++ b/mods/chat-heads.pw.toml @@ -0,0 +1,13 @@ +name = "Chat Heads" +filename = "chat_heads-0.13.7-fabric-1.20.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "0a244a278262aea0945f90bf96e4829af83b740b" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5936596 +project-id = 407206 diff --git a/mods/chatanimation.pw.toml b/mods/chatanimation.pw.toml new file mode 100644 index 0000000..8392c40 --- /dev/null +++ b/mods/chatanimation.pw.toml @@ -0,0 +1,13 @@ +name = "ChatAnimation" +filename = "chatanimation-1.0.5.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "da00b90a05428c704ff29adbca52478ed086d0ec" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4999734 +project-id = 892086 diff --git a/mods/chimes.pw.toml b/mods/chimes.pw.toml new file mode 100644 index 0000000..d891007 --- /dev/null +++ b/mods/chimes.pw.toml @@ -0,0 +1,13 @@ +name = "Chimes" +filename = "Chimes-v2.0.1-1.20.1-Fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "5477114f82c8e200f000828276567918f0e074e8" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4671968 +project-id = 350464 diff --git a/mods/chunky-pregenerator.pw.toml b/mods/chunky-pregenerator.pw.toml new file mode 100644 index 0000000..e5b60e1 --- /dev/null +++ b/mods/chunky-pregenerator.pw.toml @@ -0,0 +1,13 @@ +name = "Chunky (Fabric)" +filename = "Chunky-1.3.146.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "b5672d69dc2b210ab2165a27afc03a424fa2b46a" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5320021 +project-id = 433175 diff --git a/mods/cloth-config.pw.toml b/mods/cloth-config.pw.toml new file mode 100644 index 0000000..c7a0990 --- /dev/null +++ b/mods/cloth-config.pw.toml @@ -0,0 +1,13 @@ +name = "Cloth Config API (Fabric/Forge/NeoForge)" +filename = "cloth-config-11.1.136-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "d5fe84a0cc9ed5c7290a76ba570e1f8716afecab" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5729104 +project-id = 348521 diff --git a/mods/cloud-boots.pw.toml b/mods/cloud-boots.pw.toml new file mode 100644 index 0000000..92376db --- /dev/null +++ b/mods/cloud-boots.pw.toml @@ -0,0 +1,13 @@ +name = "Cloud Boots (Forge/Fabric)" +filename = "cloud-boots-1.20.1-fabric-3.0.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "71bf24514d8ce65fa74db5dbdb72d0be2dee2538" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4891360 +project-id = 291246 diff --git a/mods/cobbledex.pw.toml b/mods/cobbledex.pw.toml new file mode 100644 index 0000000..50ed251 --- /dev/null +++ b/mods/cobbledex.pw.toml @@ -0,0 +1,13 @@ +name = "Cobblemon PokĂ©dex (Cobbledex)" +filename = "cobbledex-1.20.1-fabric-1.1.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "50326762b5b1c0dd633738818fa655d9a1a227e2" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5518544 +project-id = 1037354 diff --git a/mods/cobblefoods.pw.toml b/mods/cobblefoods.pw.toml new file mode 100644 index 0000000..4a352ff --- /dev/null +++ b/mods/cobblefoods.pw.toml @@ -0,0 +1,13 @@ +name = "CobbleFoods" +filename = "cobblefoods-1.3.2-1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "6848e8f5a7341bec4931b2133e4bdafdf4ee0413" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5825903 +project-id = 965579 diff --git a/mods/cobblemizer.pw.toml b/mods/cobblemizer.pw.toml new file mode 100644 index 0000000..e6ea453 --- /dev/null +++ b/mods/cobblemizer.pw.toml @@ -0,0 +1,13 @@ +name = "Cobblemizer: Cobblemon Customizer" +filename = "CobblemizerFabric-2.0.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "ac670f21bfb43d072e614d0c096a4f5cd0c210b6" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5036312 +project-id = 956110 diff --git a/mods/cobblemon-counter.pw.toml b/mods/cobblemon-counter.pw.toml new file mode 100644 index 0000000..4537dc8 --- /dev/null +++ b/mods/cobblemon-counter.pw.toml @@ -0,0 +1,13 @@ +name = "Cobblemon Counter" +filename = "cobblemon-counter-1.5-fabric-1.2.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "af21ac1b52bc4a920f806cfbbffc021eecd4ef83" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5535274 +project-id = 900238 diff --git a/mods/cobblemon-fight-or-flight.pw.toml b/mods/cobblemon-fight-or-flight.pw.toml new file mode 100644 index 0000000..db9a117 --- /dev/null +++ b/mods/cobblemon-fight-or-flight.pw.toml @@ -0,0 +1,13 @@ +name = "Cobblemon Fight or Flight" +filename = "fightorflight-fabric-0.5.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "6ce8363643552262731868208cd92bb9fee19936" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4849580 +project-id = 846207 diff --git a/mods/cobblemon-integrations.pw.toml b/mods/cobblemon-integrations.pw.toml new file mode 100644 index 0000000..72da794 --- /dev/null +++ b/mods/cobblemon-integrations.pw.toml @@ -0,0 +1,13 @@ +name = "Cobblemon Integrations" +filename = "cobblemonintegrations-1.20.1-1.0.7.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "4f3ffcee29245404250ed7a07ce654c92e9185be" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5760247 +project-id = 913400 diff --git a/mods/cobblemon-loot-balls.pw.toml b/mods/cobblemon-loot-balls.pw.toml new file mode 100644 index 0000000..1ee0b0c --- /dev/null +++ b/mods/cobblemon-loot-balls.pw.toml @@ -0,0 +1,13 @@ +name = "Cobblemon - Loot Balls" +filename = "lootballs-1.1.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "cf21ab4a5a4437d8272bfa92047ccf516e32cf53" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5432390 +project-id = 1037611 diff --git a/mods/cobblemon-move-inspector.pw.toml b/mods/cobblemon-move-inspector.pw.toml new file mode 100644 index 0000000..f1f28eb --- /dev/null +++ b/mods/cobblemon-move-inspector.pw.toml @@ -0,0 +1,13 @@ +name = "Cobblemon Move Inspector" +filename = "CobblemonMoveInspector-1.1.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "8c2be8de982c93eea977def33bea48a9f8b64039" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5382525 +project-id = 1022036 diff --git a/mods/cobblemon-pokenav.pw.toml b/mods/cobblemon-pokenav.pw.toml new file mode 100644 index 0000000..57110ca --- /dev/null +++ b/mods/cobblemon-pokenav.pw.toml @@ -0,0 +1,13 @@ +name = "Cobblemon Pokenav" +filename = "Cobblenav-1.3.5.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "a95d7d6e509a7f37d00896553adccf4cc54f3352" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5521292 +project-id = 976014 diff --git a/mods/cobblemon-star-academy-integration.pw.toml b/mods/cobblemon-star-academy-integration.pw.toml new file mode 100644 index 0000000..ee79db8 --- /dev/null +++ b/mods/cobblemon-star-academy-integration.pw.toml @@ -0,0 +1,13 @@ +name = "Cobblemon: Star Academy Integration" +filename = "staracademy-mc1.20.1-v1.0.0.130-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "08ac30f1864d46e4b7b2d31fa6c60b60f2bdff2e" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6096126 +project-id = 1175216 diff --git a/mods/cobblemon-unchained.pw.toml b/mods/cobblemon-unchained.pw.toml new file mode 100644 index 0000000..9ee5c9d --- /dev/null +++ b/mods/cobblemon-unchained.pw.toml @@ -0,0 +1,13 @@ +name = "Cobblemon Unchained" +filename = "cobblemon-unchained-1.5-fabric-1.0.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "50496396aebcf6571c60603e7e12ba3ef2fb1bdb" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5350174 +project-id = 901476 diff --git a/mods/cobblemon-yet-another-chance-booster.pw.toml b/mods/cobblemon-yet-another-chance-booster.pw.toml new file mode 100644 index 0000000..c94b15a --- /dev/null +++ b/mods/cobblemon-yet-another-chance-booster.pw.toml @@ -0,0 +1,13 @@ +name = "Cobblemon - Yet Another Chance Booster" +filename = "yetanotherchancebooster-fabric-1.0.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "337d090f5bd45cbc667b0b277e8d4c64afdbe70c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5610380 +project-id = 1079394 diff --git a/mods/cobblemon.pw.toml b/mods/cobblemon.pw.toml new file mode 100644 index 0000000..588284e --- /dev/null +++ b/mods/cobblemon.pw.toml @@ -0,0 +1,13 @@ +name = "Cobblemon" +filename = "Cobblemon-fabric-1.5.2+1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "2465e767f2659240f1c16549e602cb6e8b9145db" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5375408 +project-id = 687131 diff --git a/mods/cobblemonrider.pw.toml b/mods/cobblemonrider.pw.toml new file mode 100644 index 0000000..fdc562a --- /dev/null +++ b/mods/cobblemonrider.pw.toml @@ -0,0 +1,13 @@ +name = "CobblemonRider" +filename = "cobblemonridingfabric-1.2.6a.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "e9108285f95eb789bcd8ec4565f20e2ddb764997" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5796248 +project-id = 990998 diff --git a/mods/cobblepedia.pw.toml b/mods/cobblepedia.pw.toml new file mode 100644 index 0000000..656cb29 --- /dev/null +++ b/mods/cobblepedia.pw.toml @@ -0,0 +1,13 @@ +name = "Cobblemon PokĂ©pedia: Cobblepedia" +filename = "Cobblepedia-Fabric-0.6.8.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "66f703398939fb0bb2ea7e46fed41d7fb86a8d7e" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5772440 +project-id = 850946 diff --git a/mods/collective.pw.toml b/mods/collective.pw.toml new file mode 100644 index 0000000..596979f --- /dev/null +++ b/mods/collective.pw.toml @@ -0,0 +1,13 @@ +name = "Collective" +filename = "collective-1.20.1-7.87.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "6b30430c4737fddf0ee1913a198bcce0f5230a21" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5840216 +project-id = 342584 diff --git a/mods/controlling.pw.toml b/mods/controlling.pw.toml new file mode 100644 index 0000000..40ad052 --- /dev/null +++ b/mods/controlling.pw.toml @@ -0,0 +1,13 @@ +name = "Controlling" +filename = "Controlling-fabric-1.20.1-12.0.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "8a61ca1600e33c73598530f1e208bb07081fdcd6" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4646681 +project-id = 250398 diff --git a/mods/convenient-decor.pw.toml b/mods/convenient-decor.pw.toml new file mode 100644 index 0000000..8452492 --- /dev/null +++ b/mods/convenient-decor.pw.toml @@ -0,0 +1,13 @@ +name = "Convenient Decor" +filename = "convenientdecor-0.4.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "652c4b2908baa6cfeffaaecb2399f0ed41549bf8" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5719100 +project-id = 794452 diff --git a/mods/cooking-for-blockheads-fabric.pw.toml b/mods/cooking-for-blockheads-fabric.pw.toml new file mode 100644 index 0000000..ecaadfa --- /dev/null +++ b/mods/cooking-for-blockheads-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Cooking for Blockheads (Outdated Versions)" +filename = "cookingforblockheads-fabric-1.20.1-16.0.9.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "c140adbb9df5a787d6088ed1f97f9ca0749368f9" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5735270 +project-id = 634546 diff --git a/mods/corgilib.pw.toml b/mods/corgilib.pw.toml new file mode 100644 index 0000000..7e0eedf --- /dev/null +++ b/mods/corgilib.pw.toml @@ -0,0 +1,13 @@ +name = "CorgiLib" +filename = "Corgilib-Fabric-1.20.1-4.0.3.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "ec528d194f9f6a016ba06f52b3776ca3029642fd" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6002847 +project-id = 693313 diff --git a/mods/crafting-tweaks-fabric.pw.toml b/mods/crafting-tweaks-fabric.pw.toml new file mode 100644 index 0000000..959cff2 --- /dev/null +++ b/mods/crafting-tweaks-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Crafting Tweaks (Fabric Edition)" +filename = "craftingtweaks-fabric-1.20.1-18.2.5.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "c14de661469e947dbc678c4f4dd5dd063ed85f05" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5623638 +project-id = 502516 diff --git a/mods/crafttweaker.pw.toml b/mods/crafttweaker.pw.toml new file mode 100644 index 0000000..ce1b305 --- /dev/null +++ b/mods/crafttweaker.pw.toml @@ -0,0 +1,13 @@ +name = "CraftTweaker" +filename = "CraftTweaker-fabric-1.20.1-14.0.44.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "ea391ae8cf665bbcd01bd955791f2b38aafe06d6" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5880671 +project-id = 239197 diff --git a/mods/crawl.pw.toml b/mods/crawl.pw.toml new file mode 100644 index 0000000..2c45c14 --- /dev/null +++ b/mods/crawl.pw.toml @@ -0,0 +1,13 @@ +name = "Crawl (Fabric/NeoForge)" +filename = "crawl-0.12.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "b8ae38f022751a45900af7cd49737bb11e524fe9" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4652648 +project-id = 314579 diff --git a/mods/default-options-fabric.pw.toml b/mods/default-options-fabric.pw.toml new file mode 100644 index 0000000..b7d608d --- /dev/null +++ b/mods/default-options-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Default Options (Fabric Edition)" +filename = "defaultoptions-fabric-1.20-18.0.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "26701ef8fb983de5b6655f5f648a0859a93a338a" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4635875 +project-id = 547694 diff --git a/mods/defaulted-hotkeys.pw.toml b/mods/defaulted-hotkeys.pw.toml new file mode 100644 index 0000000..d7b6d5c --- /dev/null +++ b/mods/defaulted-hotkeys.pw.toml @@ -0,0 +1,13 @@ +name = "Defaulted Hotkeys" +filename = "DefaultedHotkeys-1.2-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "c52ca3a4cf41a4e49d170558def607b05e00eff7" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5994812 +project-id = 1158440 diff --git a/mods/drp-global-datapack.pw.toml b/mods/drp-global-datapack.pw.toml new file mode 100644 index 0000000..d82b696 --- /dev/null +++ b/mods/drp-global-datapack.pw.toml @@ -0,0 +1,13 @@ +name = "Global Packs" +filename = "global_packs-fabric-1.19.4-1.16.1_fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "080e8c5335764ac095b4eb877f4234bbee83a7ae" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4570601 +project-id = 317134 diff --git a/mods/dynamic-crosshair-compat.pw.toml b/mods/dynamic-crosshair-compat.pw.toml new file mode 100644 index 0000000..7484534 --- /dev/null +++ b/mods/dynamic-crosshair-compat.pw.toml @@ -0,0 +1,13 @@ +name = "Dynamic Crosshair Compat" +filename = "dynamiccrosshaircompat-4.0+1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "89ccb073b4047fe57528b899bebf589476a411c4" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5945146 +project-id = 632420 diff --git a/mods/dynamic-crosshair.pw.toml b/mods/dynamic-crosshair.pw.toml new file mode 100644 index 0000000..b145583 --- /dev/null +++ b/mods/dynamic-crosshair.pw.toml @@ -0,0 +1,13 @@ +name = "Dynamic Crosshair" +filename = "dynamiccrosshair-9.3+1.20.1-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "a89eac2fd576f9a98a5b8c114edb0b1470b11aa7" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5957380 +project-id = 623800 diff --git a/mods/el-and-ls-dyes.pw.toml b/mods/el-and-ls-dyes.pw.toml new file mode 100644 index 0000000..3c3abe0 --- /dev/null +++ b/mods/el-and-ls-dyes.pw.toml @@ -0,0 +1,13 @@ +name = "El and L's Dyes" +filename = "mint-1.0.5+1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "91d0bb0764005956aadb2ef3409871e755c5d28c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6010968 +project-id = 1122454 diff --git a/mods/emojiful.pw.toml b/mods/emojiful.pw.toml new file mode 100644 index 0000000..a526501 --- /dev/null +++ b/mods/emojiful.pw.toml @@ -0,0 +1,13 @@ +name = "Emojiful" +filename = "Emojiful-Fabric-1.20.1-4.2.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "647c971125e49234847fe97bf874e43d19c6c713" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4672307 +project-id = 284324 diff --git a/mods/enhanced-celestials-fabric.pw.toml b/mods/enhanced-celestials-fabric.pw.toml new file mode 100644 index 0000000..3542776 --- /dev/null +++ b/mods/enhanced-celestials-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Enhanced Celestials(Fabric) - Blood Moons & Harvest Moons" +filename = "Enhanced-Celestials-Fabric-1.20.1-5.0.1.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "6b47ab3faae464fd532d43e6a2c5fbf7f674b806" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5694158 +project-id = 443694 diff --git a/mods/even-more-instruments.pw.toml b/mods/even-more-instruments.pw.toml new file mode 100644 index 0000000..729529b --- /dev/null +++ b/mods/even-more-instruments.pw.toml @@ -0,0 +1,13 @@ +name = "Even More Instruments!" +filename = "evenmoreinstruments-fabric-1.20-1.20.1-6.1.3.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "a62e316addf65b2a1695fa8195c1ad6361576d53" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5828006 +project-id = 898118 diff --git a/mods/fabric-api.pw.toml b/mods/fabric-api.pw.toml new file mode 100644 index 0000000..a5eaae3 --- /dev/null +++ b/mods/fabric-api.pw.toml @@ -0,0 +1,13 @@ +name = "Fabric API" +filename = "fabric-api-0.92.2+1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "625ee015ee426d9b677382a7bb661383d89c0807" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5383715 +project-id = 306612 diff --git a/mods/fabric-language-kotlin.pw.toml b/mods/fabric-language-kotlin.pw.toml new file mode 100644 index 0000000..d18c00c --- /dev/null +++ b/mods/fabric-language-kotlin.pw.toml @@ -0,0 +1,13 @@ +name = "Fabric Language Kotlin" +filename = "fabric-language-kotlin-1.13.0+kotlin.2.1.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "e3d4ebcc5aef85967ba622f9631e0897cbcd4e2c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5950505 +project-id = 308769 diff --git a/mods/fabricskyboxes.pw.toml b/mods/fabricskyboxes.pw.toml new file mode 100644 index 0000000..f40e914 --- /dev/null +++ b/mods/fabricskyboxes.pw.toml @@ -0,0 +1,13 @@ +name = "FabricSkyboxes" +filename = "fabricskyboxes-0.7.3+mc1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "31a13b9ca0a500b4caad993ec42e1199142d86d1" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4761944 +project-id = 408209 diff --git a/mods/fancymenu.pw.toml b/mods/fancymenu.pw.toml new file mode 100644 index 0000000..7f00a33 --- /dev/null +++ b/mods/fancymenu.pw.toml @@ -0,0 +1,13 @@ +name = "FancyMenu" +filename = "fancymenu_fabric_3.3.2_MC_1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "64b30930082e453d9b31c9fb0d8e4a8bc99a155a" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5823941 +project-id = 367706 diff --git a/mods/faux-custom-entity-data.pw.toml b/mods/faux-custom-entity-data.pw.toml new file mode 100644 index 0000000..fa1302a --- /dev/null +++ b/mods/faux-custom-entity-data.pw.toml @@ -0,0 +1,13 @@ +name = "Faux Custom Entity Data" +filename = "FauxCustomEntityData-fabric-1.20.1-6.0.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "5c9c840aeda651dd23395ef82a81ea1b8fa2d23a" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4607750 +project-id = 575305 diff --git a/mods/findme.pw.toml b/mods/findme.pw.toml new file mode 100644 index 0000000..0716c60 --- /dev/null +++ b/mods/findme.pw.toml @@ -0,0 +1,13 @@ +name = "FindMe" +filename = "findme-3.2.1-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "26a8462b22131f83f49353613b5ac2d38696368e" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5074612 +project-id = 291936 diff --git a/mods/forge-config-api-port-fabric.pw.toml b/mods/forge-config-api-port-fabric.pw.toml new file mode 100644 index 0000000..7614a3e --- /dev/null +++ b/mods/forge-config-api-port-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Forge Config API Port" +filename = "ForgeConfigAPIPort-v8.0.1-1.20.1-Fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "168c1195e30e1ea93da14a62c936c11b43f64748" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5902421 +project-id = 547434 diff --git a/mods/ftb-chunks-fabric.pw.toml b/mods/ftb-chunks-fabric.pw.toml new file mode 100644 index 0000000..03cbaff --- /dev/null +++ b/mods/ftb-chunks-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "FTB Chunks (Fabric)" +filename = "ftb-chunks-fabric-2001.3.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "779ee44d852cf328effced8812c7d7a7373410b7" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5956389 +project-id = 472657 diff --git a/mods/ftb-library-fabric.pw.toml b/mods/ftb-library-fabric.pw.toml new file mode 100644 index 0000000..874edbc --- /dev/null +++ b/mods/ftb-library-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "FTB Library (Fabric)" +filename = "ftb-library-fabric-2001.2.7.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "c47741dc8eef750d43de09b0a768d7fe4fe78e6b" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6016762 +project-id = 438495 diff --git a/mods/ftb-ranks-fabric.pw.toml b/mods/ftb-ranks-fabric.pw.toml new file mode 100644 index 0000000..c25e3b6 --- /dev/null +++ b/mods/ftb-ranks-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "FTB Ranks (Fabric)" +filename = "ftb-ranks-fabric-2001.1.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "c81b892633e6df2152566f68093ee74c35c580f4" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4596741 +project-id = 472659 diff --git a/mods/ftb-teams-fabric.pw.toml b/mods/ftb-teams-fabric.pw.toml new file mode 100644 index 0000000..f88b07a --- /dev/null +++ b/mods/ftb-teams-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "FTB Teams (Fabric)" +filename = "ftb-teams-fabric-2001.3.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "a565eba19816d7ab388901dd92da8c7f4a9448b6" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5267188 +project-id = 438497 diff --git a/mods/geckolib.pw.toml b/mods/geckolib.pw.toml new file mode 100644 index 0000000..1960981 --- /dev/null +++ b/mods/geckolib.pw.toml @@ -0,0 +1,13 @@ +name = "GeckoLib" +filename = "geckolib-fabric-1.20.1-4.4.9.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "176ee8414c4ab01062387dc0a3ea8963cbdae638" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5675212 +project-id = 388172 diff --git a/mods/genshin-instruments.pw.toml b/mods/genshin-instruments.pw.toml new file mode 100644 index 0000000..428ecba --- /dev/null +++ b/mods/genshin-instruments.pw.toml @@ -0,0 +1,13 @@ +name = "Genshin Instruments" +filename = "genshinstrument-fabric-1.20-1.20.1-4.0.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "fdd01559ffd649a66005337465ff5324b726c9b7" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5742162 +project-id = 848761 diff --git a/mods/gravels-extended-battles.pw.toml b/mods/gravels-extended-battles.pw.toml new file mode 100644 index 0000000..cec9c94 --- /dev/null +++ b/mods/gravels-extended-battles.pw.toml @@ -0,0 +1,13 @@ +name = "Gravel's Extended Battles" +filename = "gravels_extended_battles-1.4.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "c4ab3985323e82df36d764ae15e67f09dc7adf92" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5516785 +project-id = 930317 diff --git a/mods/hearth-and-home.pw.toml b/mods/hearth-and-home.pw.toml new file mode 100644 index 0000000..514f089 --- /dev/null +++ b/mods/hearth-and-home.pw.toml @@ -0,0 +1,13 @@ +name = "Hearth & Home" +filename = "hearth_and_home-fabric-1.20.1-2.0.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "7dc683cf14d86e20f2f90d6f64ec5476abbe306c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5310270 +project-id = 849364 diff --git a/mods/heartstone.pw.toml b/mods/heartstone.pw.toml new file mode 100644 index 0000000..fdcb9f9 --- /dev/null +++ b/mods/heartstone.pw.toml @@ -0,0 +1,13 @@ +name = "Heartstone" +filename = "heartstone-1.20-1.3.0-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "5a1c38c88dfa38fe4c2cce527a10173525acb443" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4851350 +project-id = 573152 diff --git a/mods/hopo-better-underwater-ruins.pw.toml b/mods/hopo-better-underwater-ruins.pw.toml new file mode 100644 index 0000000..806ef4e --- /dev/null +++ b/mods/hopo-better-underwater-ruins.pw.toml @@ -0,0 +1,13 @@ +name = "Hopo Better Underwater Ruins (Fabric/Forge/NeoForge)" +filename = "HopoBetterUnderwaterRuins-[1.20.2-1.20.4]-1.1.5.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "e59d7a9e267e1503ef96d1f0634e47479fb4ed23" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5137916 +project-id = 632622 diff --git a/mods/hotkettles.pw.toml b/mods/hotkettles.pw.toml new file mode 100644 index 0000000..9a30b5d --- /dev/null +++ b/mods/hotkettles.pw.toml @@ -0,0 +1,13 @@ +name = "Hot Kettles" +filename = "hotkettles-fabric-1.0.0+mc1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "e64777833e7988234a451e8285956b80e0a6f741" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5958734 +project-id = 1148583 diff --git a/mods/iceberg-fabric.pw.toml b/mods/iceberg-fabric.pw.toml new file mode 100644 index 0000000..9c9e2e4 --- /dev/null +++ b/mods/iceberg-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Iceberg [Fabric]" +filename = "Iceberg-1.20.1-fabric-1.1.25.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "365e70abde54faab847d2594420dc2bbd589ad3d" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5838145 +project-id = 539382 diff --git a/mods/improved-pillager-outpost.pw.toml b/mods/improved-pillager-outpost.pw.toml new file mode 100644 index 0000000..f8f8a92 --- /dev/null +++ b/mods/improved-pillager-outpost.pw.toml @@ -0,0 +1,13 @@ +name = "Improved Pillager Outpost" +filename = "ImprovedPillagerOutpost-v3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "0681718a6721c5de4e23c70727d1a04339bd3195" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5687999 +project-id = 1093283 diff --git a/mods/indium.pw.toml b/mods/indium.pw.toml new file mode 100644 index 0000000..78863ec --- /dev/null +++ b/mods/indium.pw.toml @@ -0,0 +1,13 @@ +name = "Indium" +filename = "indium-1.0.34+mc1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "a2de9ba15f155b09626995ad58b0e23803b05fe6" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5493195 +project-id = 459496 diff --git a/mods/irisshaders.pw.toml b/mods/irisshaders.pw.toml new file mode 100644 index 0000000..ac699f7 --- /dev/null +++ b/mods/irisshaders.pw.toml @@ -0,0 +1,13 @@ +name = "Iris Shaders" +filename = "iris-1.7.5+mc1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "613d3e28f4c0744a049f2583a25c2f36bd8537d9" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5789255 +project-id = 455508 diff --git a/mods/item-obliterator.pw.toml b/mods/item-obliterator.pw.toml new file mode 100644 index 0000000..c98f866 --- /dev/null +++ b/mods/item-obliterator.pw.toml @@ -0,0 +1,13 @@ +name = "Item Obliterator (Modpack Utils Series)" +filename = "Item_Obliterator-MC1.20.1-Fabric_Quilt-2.3.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "f03f73b69303aaf4306b6b35be223d780fc15f8d" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5424643 +project-id = 835861 diff --git a/mods/journeymap.pw.toml b/mods/journeymap.pw.toml new file mode 100644 index 0000000..b6bdddc --- /dev/null +++ b/mods/journeymap.pw.toml @@ -0,0 +1,13 @@ +name = "JourneyMap" +filename = "journeymap-1.20.1-5.10.3-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "d21f82961c65df520df28ec75f045f4c89213de0" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5789354 +project-id = 32274 diff --git a/mods/justhammers.pw.toml b/mods/justhammers.pw.toml new file mode 100644 index 0000000..b61e4e3 --- /dev/null +++ b/mods/justhammers.pw.toml @@ -0,0 +1,13 @@ +name = "JustHammers" +filename = "justhammers-fabric-2.0.4+mc1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "8fcdedf9f28ab55da258db9aa87eabc902fdd108" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5907504 +project-id = 681606 diff --git a/mods/kambrik.pw.toml b/mods/kambrik.pw.toml new file mode 100644 index 0000000..bf99de9 --- /dev/null +++ b/mods/kambrik.pw.toml @@ -0,0 +1,13 @@ +name = "Kambrik" +filename = "Kambrik-6.1.1+1.20.1-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "a156ba87fe3cd7fdf6a0a8c76edac4f70fe91157" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4654396 +project-id = 455585 diff --git a/mods/konkrete-fabric.pw.toml b/mods/konkrete-fabric.pw.toml new file mode 100644 index 0000000..22fc001 --- /dev/null +++ b/mods/konkrete-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Konkrete [Fabric]" +filename = "konkrete_fabric_1.8.1_MC_1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "38d3201d95a08bdeb12a8cd3687c6d0b8f5e7f3d" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5142502 +project-id = 416797 diff --git a/mods/kubejs.pw.toml b/mods/kubejs.pw.toml new file mode 100644 index 0000000..5515637 --- /dev/null +++ b/mods/kubejs.pw.toml @@ -0,0 +1,13 @@ +name = "KubeJS" +filename = "kubejs-fabric-2001.6.5-build.16.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "e22f2658ecd6a63edac7982766bb0ce15b53949a" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5853321 +project-id = 238086 diff --git a/mods/labels.pw.toml b/mods/labels.pw.toml new file mode 100644 index 0000000..2823cf6 --- /dev/null +++ b/mods/labels.pw.toml @@ -0,0 +1,13 @@ +name = "Storage Labels" +filename = "labels-1.20-1.20.2-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "ef0ea555389789a60bf901f7221507309355cef2" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5349696 +project-id = 688223 diff --git a/mods/legendary-tooltips-fabric.pw.toml b/mods/legendary-tooltips-fabric.pw.toml new file mode 100644 index 0000000..15168a8 --- /dev/null +++ b/mods/legendary-tooltips-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Legendary Tooltips [Fabric]" +filename = "LegendaryTooltips-1.20.1-fabric-1.4.5.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "64170c3a1b42b8f8c430d4f2400644f8131a47a1" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4940615 +project-id = 542478 diff --git a/mods/loot-beams-up.pw.toml b/mods/loot-beams-up.pw.toml new file mode 100644 index 0000000..a2b3db9 --- /dev/null +++ b/mods/loot-beams-up.pw.toml @@ -0,0 +1,13 @@ +name = "Loot Beams Up" +filename = "lootbeams-3.1.1-mc1.20-.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "3fb226251c22746a1242590db455a1fac5729e0a" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6002393 +project-id = 1161712 diff --git a/mods/lootr-fabric.pw.toml b/mods/lootr-fabric.pw.toml new file mode 100644 index 0000000..f700401 --- /dev/null +++ b/mods/lootr-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Lootr (Fabric)" +filename = "lootr-fabric-1.20-0.7.35.85.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "5b939ae652058d98d0c1d5713bd1a5a0b9a0dd2e" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5976143 +project-id = 615106 diff --git a/mods/melody.pw.toml b/mods/melody.pw.toml new file mode 100644 index 0000000..54b7eac --- /dev/null +++ b/mods/melody.pw.toml @@ -0,0 +1,13 @@ +name = "Melody" +filename = "melody_fabric_1.0.4_MC_1.20.1-1.20.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "15eeff0c0fd8b4734492915c656077592b2d9e67" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5139711 +project-id = 938643 diff --git a/mods/midnightlib.pw.toml b/mods/midnightlib.pw.toml new file mode 100644 index 0000000..cfdcd54 --- /dev/null +++ b/mods/midnightlib.pw.toml @@ -0,0 +1,13 @@ +name = "MidnightLib" +filename = "midnightlib-fabric-1.4.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "7301b84a6b0a99988ce898148a9bbd632cfe220b" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4576371 +project-id = 488090 diff --git a/mods/modernfix.pw.toml b/mods/modernfix.pw.toml new file mode 100644 index 0000000..07672e3 --- /dev/null +++ b/mods/modernfix.pw.toml @@ -0,0 +1,13 @@ +name = "ModernFix" +filename = "modernfix-fabric-5.19.7+mc1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "5ea5b4427ff8361145de1068759044b8363dd784" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5986633 +project-id = 790626 diff --git a/mods/modmenu.pw.toml b/mods/modmenu.pw.toml new file mode 100644 index 0000000..9d3bf1b --- /dev/null +++ b/mods/modmenu.pw.toml @@ -0,0 +1,13 @@ +name = "Mod Menu" +filename = "modmenu-7.2.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "099c68feeb74887cbbbd8ce9a27c6123804a2c5a" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5162837 +project-id = 308702 diff --git a/mods/moogs-voyager-structures.pw.toml b/mods/moogs-voyager-structures.pw.toml new file mode 100644 index 0000000..c6d5130 --- /dev/null +++ b/mods/moogs-voyager-structures.pw.toml @@ -0,0 +1,13 @@ +name = "MVS - Moog's Voyager Structures" +filename = "mvs-4.1.4-1.20-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "b56258ff9dc7d3f468783bdb0ed427e2733b25d3" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5668462 +project-id = 656977 diff --git a/mods/morecobblemontweaks.pw.toml b/mods/morecobblemontweaks.pw.toml new file mode 100644 index 0000000..1d113eb --- /dev/null +++ b/mods/morecobblemontweaks.pw.toml @@ -0,0 +1,13 @@ +name = "MoreCobblemonTweaks" +filename = "MoreCobblemonTweaks-0.7.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "6878c9a8a3ec6e05de45fc1bc4d053d221f9c138" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5895525 +project-id = 1082538 diff --git a/mods/mouse-tweaks.pw.toml b/mods/mouse-tweaks.pw.toml new file mode 100644 index 0000000..9ad94c1 --- /dev/null +++ b/mods/mouse-tweaks.pw.toml @@ -0,0 +1,13 @@ +name = "Mouse Tweaks" +filename = "MouseTweaks-fabric-mc1.20-2.26.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "6a6b977e671b1ab625e740fc70fb5300c21bb841" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5230279 +project-id = 60089 diff --git a/mods/mouse-wheelie.pw.toml b/mods/mouse-wheelie.pw.toml new file mode 100644 index 0000000..cfda3ad --- /dev/null +++ b/mods/mouse-wheelie.pw.toml @@ -0,0 +1,13 @@ +name = "Mouse Wheelie (Fabric)" +filename = "mousewheelie-1.13.0+mc1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "799268adcb25eceab35ca7df96415186221771c9" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4781071 +project-id = 317514 diff --git a/mods/mss-moogs-soaring-structures.pw.toml b/mods/mss-moogs-soaring-structures.pw.toml new file mode 100644 index 0000000..bbbef67 --- /dev/null +++ b/mods/mss-moogs-soaring-structures.pw.toml @@ -0,0 +1,13 @@ +name = "MSS - Moog's Soaring Structures" +filename = "mss-1.2.6-1.20.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "bc8b26f53f354896bcb6a7f2d0083dfbdfadcfa4" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5848395 +project-id = 1040210 diff --git a/mods/muffins-picnic.pw.toml b/mods/muffins-picnic.pw.toml new file mode 100644 index 0000000..7f157e0 --- /dev/null +++ b/mods/muffins-picnic.pw.toml @@ -0,0 +1,13 @@ +name = "Muffin's Picnic" +filename = "muffins_picnic-1.0.0-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "672b1a855e1fdddd20f97dd1f1385a40aa4db031" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5064690 +project-id = 967871 diff --git a/mods/myths-and-legends-cobblemon-addon.pw.toml b/mods/myths-and-legends-cobblemon-addon.pw.toml new file mode 100644 index 0000000..a0a367e --- /dev/null +++ b/mods/myths-and-legends-cobblemon-addon.pw.toml @@ -0,0 +1,13 @@ +name = "Myths and Legends [Cobblemon Sidemod]" +filename = "Myths_and_Legends-1.6.1-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "393702b64fc9dc0fd8dec778cdd0c38f88714a2c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5827315 +project-id = 1037337 diff --git a/mods/natures-compass.pw.toml b/mods/natures-compass.pw.toml new file mode 100644 index 0000000..38569d3 --- /dev/null +++ b/mods/natures-compass.pw.toml @@ -0,0 +1,13 @@ +name = "Nature's Compass" +filename = "NaturesCompass-1.20.1-2.2.3-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "0734579799a17b9662b833cc21399521b09161ff" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4712188 +project-id = 252848 diff --git a/mods/necronomicon.pw.toml b/mods/necronomicon.pw.toml new file mode 100644 index 0000000..3d0ce85 --- /dev/null +++ b/mods/necronomicon.pw.toml @@ -0,0 +1,13 @@ +name = "Necronomicon API" +filename = "Necronomicon-Fabric-1.6.0+1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "86e4ba3727be9ef8816844aa15f45db099ecb858" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5772682 +project-id = 586157 diff --git a/mods/nightlights.pw.toml b/mods/nightlights.pw.toml new file mode 100644 index 0000000..709a633 --- /dev/null +++ b/mods/nightlights.pw.toml @@ -0,0 +1,13 @@ +name = "Night Lights" +filename = "nightlights-fabric-1.20.1-1.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "c13be0be048887ce76465fdb2ef889188b519b59" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4665623 +project-id = 651876 diff --git a/mods/numismatic-overhaul.pw.toml b/mods/numismatic-overhaul.pw.toml new file mode 100644 index 0000000..bb67fe3 --- /dev/null +++ b/mods/numismatic-overhaul.pw.toml @@ -0,0 +1,13 @@ +name = "Numismatic Overhaul" +filename = "numismatic-overhaul-0.2.14+1.20.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "9c627075aabee93de1ac5909f47aa6ab63f67ba2" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5113697 +project-id = 568316 diff --git a/mods/oh-the-biomes-weve-gone.pw.toml b/mods/oh-the-biomes-weve-gone.pw.toml new file mode 100644 index 0000000..0ee7118 --- /dev/null +++ b/mods/oh-the-biomes-weve-gone.pw.toml @@ -0,0 +1,13 @@ +name = "Oh The Biomes We've Gone" +filename = "Oh-The-Biomes-Weve-Gone-Fabric-1.4.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "48943b7dbb25047d27be66c052f36d35fd435629" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5932829 +project-id = 1070751 diff --git a/mods/oh-the-trees-youll-grow.pw.toml b/mods/oh-the-trees-youll-grow.pw.toml new file mode 100644 index 0000000..0805e64 --- /dev/null +++ b/mods/oh-the-trees-youll-grow.pw.toml @@ -0,0 +1,13 @@ +name = "Oh The Trees You'll Grow" +filename = "Oh-The-Trees-Youll-Grow-fabric-1.20.1-1.3.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "a8c5313ff9cb1a08f2f6d7a5afb16c8c5e66aa60" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6001129 +project-id = 962544 diff --git a/mods/owo-lib.pw.toml b/mods/owo-lib.pw.toml new file mode 100644 index 0000000..08088d4 --- /dev/null +++ b/mods/owo-lib.pw.toml @@ -0,0 +1,13 @@ +name = "oωo (owo-lib)" +filename = "owo-lib-0.11.2+1.20.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "be88938ca5df78271e64bc9f85c3575754f33e2a" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4749199 +project-id = 532610 diff --git a/mods/patchouli-fabric.pw.toml b/mods/patchouli-fabric.pw.toml new file mode 100644 index 0000000..11eb55c --- /dev/null +++ b/mods/patchouli-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Patchouli (Fabric/Quilt)" +filename = "Patchouli-1.20.1-84-FABRIC.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "acbbeaae2f57052058a8444439f93d9a2d3efaf2" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4966124 +project-id = 393236 diff --git a/mods/pehkui.pw.toml b/mods/pehkui.pw.toml new file mode 100644 index 0000000..56e1e4e --- /dev/null +++ b/mods/pehkui.pw.toml @@ -0,0 +1,13 @@ +name = "Pehkui" +filename = "Pehkui-3.8.3+1.14.4-1.21.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "3ce548910f0aa2cef79dc333982493ccf8d73a3e" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5419266 +project-id = 319596 diff --git a/mods/player-ladder.pw.toml b/mods/player-ladder.pw.toml new file mode 100644 index 0000000..275dcf9 --- /dev/null +++ b/mods/player-ladder.pw.toml @@ -0,0 +1,13 @@ +name = "Player Ladder" +filename = "player-ladder-0.6.0-1.20.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "5b818cee11778222ab780b7c753a5e6f889a81a9" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4588277 +project-id = 577705 diff --git a/mods/player-roles.pw.toml b/mods/player-roles.pw.toml new file mode 100644 index 0000000..50f08f8 --- /dev/null +++ b/mods/player-roles.pw.toml @@ -0,0 +1,13 @@ +name = "Player Roles" +filename = "player-roles-1.6.6.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "8ae5c5ae186d491a97064ca2d43cadce296d9fc2" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4619064 +project-id = 394363 diff --git a/mods/pokeblocks.pw.toml b/mods/pokeblocks.pw.toml new file mode 100644 index 0000000..0fcddd0 --- /dev/null +++ b/mods/pokeblocks.pw.toml @@ -0,0 +1,13 @@ +name = "Pokeblocks" +filename = "pokeblocks-1.3.0-1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "e4dd374786939db56a289132fb3cfbb27f8b212a" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5864097 +project-id = 1078431 diff --git a/mods/prism-fabric.pw.toml b/mods/prism-fabric.pw.toml new file mode 100644 index 0000000..b20935b --- /dev/null +++ b/mods/prism-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Prism [Fabric]" +filename = "Prism-1.20.1-fabric-1.0.5.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "cd169ef91788fed7e1025e5d2273d61978898e52" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4650327 +project-id = 665526 diff --git a/mods/puzzles-lib.pw.toml b/mods/puzzles-lib.pw.toml new file mode 100644 index 0000000..207988e --- /dev/null +++ b/mods/puzzles-lib.pw.toml @@ -0,0 +1,13 @@ +name = "Puzzles Lib [Forge & Fabric]" +filename = "PuzzlesLib-v8.1.25-1.20.1-Fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "d9c8ad40fcf20016d4b4764f8001aacfc02f16b9" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5904751 +project-id = 495476 diff --git a/mods/resource-pack-overrides.pw.toml b/mods/resource-pack-overrides.pw.toml new file mode 100644 index 0000000..d771866 --- /dev/null +++ b/mods/resource-pack-overrides.pw.toml @@ -0,0 +1,13 @@ +name = "Resource Pack Overrides [Forge & Fabric]" +filename = "ResourcePackOverrides-v8.0.3-1.20.1-Fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "4caf15fe7fd80186f5bb414ec61628f094570a17" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5101542 +project-id = 832644 diff --git a/mods/resourceful-lootbags.pw.toml b/mods/resourceful-lootbags.pw.toml new file mode 100644 index 0000000..baf45b9 --- /dev/null +++ b/mods/resourceful-lootbags.pw.toml @@ -0,0 +1,13 @@ +name = "Resourceful Lootbags" +filename = "lootbags-2.0.0-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "975ef834fa6d35b348184345a25e8f899763f312" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4588368 +project-id = 687082 diff --git a/mods/rhino.pw.toml b/mods/rhino.pw.toml new file mode 100644 index 0000000..402374d --- /dev/null +++ b/mods/rhino.pw.toml @@ -0,0 +1,13 @@ +name = "Rhino" +filename = "rhino-fabric-2001.2.3-build.6.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "517226a524a46f476786bf1f69fd211915403d41" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5655835 +project-id = 416294 diff --git a/mods/roughly-enough-items.pw.toml b/mods/roughly-enough-items.pw.toml new file mode 100644 index 0000000..6697258 --- /dev/null +++ b/mods/roughly-enough-items.pw.toml @@ -0,0 +1,13 @@ +name = "Roughly Enough Items Fabric/Forge/NeoForge (REI)" +filename = "RoughlyEnoughItems-12.1.785-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "2423e7bbc26384e0f927ab81b513787b2d06b52e" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5846921 +project-id = 310111 diff --git a/mods/seamless-loading-screen.pw.toml b/mods/seamless-loading-screen.pw.toml new file mode 100644 index 0000000..c395532 --- /dev/null +++ b/mods/seamless-loading-screen.pw.toml @@ -0,0 +1,13 @@ +name = "Seamless Loading Screen" +filename = "seamless-loading-screen-2.0.3+1.20.1-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "88abb18ed9fa21ed4c923b773c2681506a03be57" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4755306 +project-id = 429926 diff --git a/mods/searchables.pw.toml b/mods/searchables.pw.toml new file mode 100644 index 0000000..d278717 --- /dev/null +++ b/mods/searchables.pw.toml @@ -0,0 +1,13 @@ +name = "Searchables" +filename = "Searchables-fabric-1.20.1-1.0.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "3fe28bfd8de8f13adeefb4dd5c9a8f97b233a0a1" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5284014 +project-id = 858542 diff --git a/mods/selene.pw.toml b/mods/selene.pw.toml new file mode 100644 index 0000000..f41cc81 --- /dev/null +++ b/mods/selene.pw.toml @@ -0,0 +1,13 @@ +name = "Moonlight Lib" +filename = "moonlight-1.20-2.13.41-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "9bd6c20184db3dc693410c419d52eda298283da2" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6009558 +project-id = 499980 diff --git a/mods/server-hats.pw.toml b/mods/server-hats.pw.toml new file mode 100644 index 0000000..979b2b4 --- /dev/null +++ b/mods/server-hats.pw.toml @@ -0,0 +1,13 @@ +name = "Server Hats" +filename = "server-hats-0.16.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "6d456177b55979b23f302a2c6e0197eaa06ce5ce" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4591365 +project-id = 549653 diff --git a/mods/shader-toggle.pw.toml b/mods/shader-toggle.pw.toml new file mode 100644 index 0000000..acd39de --- /dev/null +++ b/mods/shader-toggle.pw.toml @@ -0,0 +1,13 @@ +name = "Joe's Shader Toggle" +filename = "shader-toggle-1.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "42ea21e29491283a47c35c868e343e33e302f2c4" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4782835 +project-id = 919643 diff --git a/mods/simple-voice-chat.pw.toml b/mods/simple-voice-chat.pw.toml new file mode 100644 index 0000000..313b2a2 --- /dev/null +++ b/mods/simple-voice-chat.pw.toml @@ -0,0 +1,13 @@ +name = "Simple Voice Chat" +filename = "voicechat-fabric-1.20.1-2.5.26.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "b18e6a5f3335228001ae3143a8a4e33ecc2573fa" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5907373 +project-id = 416089 diff --git a/mods/sit-fabric.pw.toml b/mods/sit-fabric.pw.toml new file mode 100644 index 0000000..8a498a6 --- /dev/null +++ b/mods/sit-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Sit (Fabric)" +filename = "sit-1.20.1-27.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "7a2d4e1fd19b5cb8948579ef72dd1467c6c3515f" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5378501 +project-id = 328163 diff --git a/mods/slideshow-fabric.pw.toml b/mods/slideshow-fabric.pw.toml new file mode 100644 index 0000000..360c9d4 --- /dev/null +++ b/mods/slideshow-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Slideshow(Fabric)" +filename = "Slideshow-fabric-1.20.1-1.0.3-Enhancement-1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "66e48b3b670b7df163242a57218811802c7cfbf3" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5879309 +project-id = 1134625 diff --git a/mods/smooth-swapping.pw.toml b/mods/smooth-swapping.pw.toml new file mode 100644 index 0000000..8554889 --- /dev/null +++ b/mods/smooth-swapping.pw.toml @@ -0,0 +1,13 @@ +name = "Smooth Swapping" +filename = "smoothswapping-0.9.3.1-1.20.2-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "0deaefc844f35113ed5db90d76b5bd0bd5a279df" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4838934 +project-id = 513689 diff --git a/mods/sodium-extra.pw.toml b/mods/sodium-extra.pw.toml new file mode 100644 index 0000000..f1a6d9e --- /dev/null +++ b/mods/sodium-extra.pw.toml @@ -0,0 +1,13 @@ +name = "Sodium Extra" +filename = "sodium-extra-0.5.4+mc1.20.1-build.115.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "890864a6ab5d77d57d8d757bcc31f5379b5a11b1" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5063875 +project-id = 447673 diff --git a/mods/sodium.pw.toml b/mods/sodium.pw.toml new file mode 100644 index 0000000..8470756 --- /dev/null +++ b/mods/sodium.pw.toml @@ -0,0 +1,13 @@ +name = "Sodium" +filename = "sodium-fabric-0.5.11+mc1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "c4293c1483f3b39c1c6c4c69143e8bb2c6e53daf" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5485654 +project-id = 394468 diff --git a/mods/solara-dimension.pw.toml b/mods/solara-dimension.pw.toml new file mode 100644 index 0000000..14f22af --- /dev/null +++ b/mods/solara-dimension.pw.toml @@ -0,0 +1,13 @@ +name = "Solara Dimension" +filename = "solara_dimension-0.1A-fabric-1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "6bdc1b1a6983c0c8a0bae77cd2188e07d32b89e9" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5828352 +project-id = 1125254 diff --git a/mods/sophisticated-backpacks-unofficial-fabric-port.pw.toml b/mods/sophisticated-backpacks-unofficial-fabric-port.pw.toml new file mode 100644 index 0000000..f7fbb20 --- /dev/null +++ b/mods/sophisticated-backpacks-unofficial-fabric-port.pw.toml @@ -0,0 +1,13 @@ +name = "Sophisticated Backpacks (Unofficial Fabric port)" +filename = "sophisticatedbackpacks-1.20.1-3.20.17.1.60.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "26289814918609e6d6169f19ae20d567cb43c8b3" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5966000 +project-id = 979322 diff --git a/mods/sophisticated-core-unofficial-fabric-port.pw.toml b/mods/sophisticated-core-unofficial-fabric-port.pw.toml new file mode 100644 index 0000000..06be239 --- /dev/null +++ b/mods/sophisticated-core-unofficial-fabric-port.pw.toml @@ -0,0 +1,13 @@ +name = "Sophisticated Core (Unofficial Fabric port)" +filename = "sophisticatedcore-1.20.1-0.7.12.2.96.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "a6c09b0dfa3715b59747bc3e1bb1b77fa43da482" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6022103 +project-id = 979317 diff --git a/mods/sophisticated-storage-unofficial-fabric-port.pw.toml b/mods/sophisticated-storage-unofficial-fabric-port.pw.toml new file mode 100644 index 0000000..443fd7f --- /dev/null +++ b/mods/sophisticated-storage-unofficial-fabric-port.pw.toml @@ -0,0 +1,13 @@ +name = "Sophisticated Storage (Unofficial Fabric port)" +filename = "sophisticatedstorage-1.20.1-0.11.3.1.73.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "d8502dc832c63ecf778ea50feda205571a742887" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6016098 +project-id = 979326 diff --git a/mods/spawner-controls.pw.toml b/mods/spawner-controls.pw.toml new file mode 100644 index 0000000..e0ce9c9 --- /dev/null +++ b/mods/spawner-controls.pw.toml @@ -0,0 +1,13 @@ +name = "Spawner Control [Fabric / Quilt / Forge & NeoForge]" +filename = "spawnercontrol-fabric-1.20.x-v1.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "9c12f867707e1d4bb8bc45652f6a6b51794aadf7" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5862154 +project-id = 1109365 diff --git a/mods/starter-kit.pw.toml b/mods/starter-kit.pw.toml new file mode 100644 index 0000000..0fa68ea --- /dev/null +++ b/mods/starter-kit.pw.toml @@ -0,0 +1,13 @@ +name = "Starter Kit" +filename = "starterkit-1.20.1-7.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "9317dc7590bad2081784ba8dc1958359df8d4bd4" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5571758 +project-id = 390717 diff --git a/mods/stoneworks.pw.toml b/mods/stoneworks.pw.toml new file mode 100644 index 0000000..d0ea317 --- /dev/null +++ b/mods/stoneworks.pw.toml @@ -0,0 +1,13 @@ +name = "Stoneworks [Forge & Fabric]" +filename = "Stoneworks-v8.0.0-1.20.1-Fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "aa3cf672107f9707425ee9f80f15fbaeaf493f94" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4611948 +project-id = 852663 diff --git a/mods/terrablender-fabric.pw.toml b/mods/terrablender-fabric.pw.toml new file mode 100644 index 0000000..5337b5e --- /dev/null +++ b/mods/terrablender-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "TerraBlender (Fabric)" +filename = "TerraBlender-fabric-1.20.1-3.0.1.7.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "89e733914956be91a7abfe2954e41574cdccb535" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5378181 +project-id = 565956 diff --git a/mods/terrastorage-icons.pw.toml b/mods/terrastorage-icons.pw.toml new file mode 100644 index 0000000..baba3b6 --- /dev/null +++ b/mods/terrastorage-icons.pw.toml @@ -0,0 +1,13 @@ +name = "Terrastorage: Icons" +filename = "terrastorageicons-1.0.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "87454b62228ac7f89d78cec9f3cca9e0eafdb60d" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5793606 +project-id = 1117638 diff --git a/mods/terrastorage.pw.toml b/mods/terrastorage.pw.toml new file mode 100644 index 0000000..3028693 --- /dev/null +++ b/mods/terrastorage.pw.toml @@ -0,0 +1,13 @@ +name = "Terrastorage" +filename = "Terrastorage-1.0.7+1.20-1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "5ffeedb4563a41cb1011f998ee71b0cbdda7b38f" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5781018 +project-id = 1105569 diff --git a/mods/the-open-sauce-toast-killer.pw.toml b/mods/the-open-sauce-toast-killer.pw.toml new file mode 100644 index 0000000..3dc00aa --- /dev/null +++ b/mods/the-open-sauce-toast-killer.pw.toml @@ -0,0 +1,13 @@ +name = "The Open Sauce Toast Killer" +filename = "OpenSauceToastKiller.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "79bacc90ca7a1172676774f9f3cfe52e46fc63b1" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4836957 +project-id = 923372 diff --git a/mods/tidal-towns.pw.toml b/mods/tidal-towns.pw.toml new file mode 100644 index 0000000..c1b2ef2 --- /dev/null +++ b/mods/tidal-towns.pw.toml @@ -0,0 +1,13 @@ +name = "Tidal Towns" +filename = "tidal-towns-1.3.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "a0a8db8df7a471e75b53e3fa8cafc7ca767f5506" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5944710 +project-id = 891880 diff --git a/mods/toms-storage-fabric.pw.toml b/mods/toms-storage-fabric.pw.toml new file mode 100644 index 0000000..877b204 --- /dev/null +++ b/mods/toms-storage-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Tom's Simple Storage Mod (Fabric)" +filename = "toms_storage_fabric-1.20-1.6.9.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "26f10fc1c6b9e6abfd2fa523a4f98c9285a30353" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5999792 +project-id = 396826 diff --git a/mods/towers-of-the-wild-modded.pw.toml b/mods/towers-of-the-wild-modded.pw.toml new file mode 100644 index 0000000..4f954bb --- /dev/null +++ b/mods/towers-of-the-wild-modded.pw.toml @@ -0,0 +1,13 @@ +name = "Towers of the Wild Modded" +filename = "totw_modded-fabric-1.20.1-1.0.5.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "807c179ace9e302ed8ee249fbe7aabe39ec85135" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5239655 +project-id = 859365 diff --git a/mods/travelers-titles-fabric.pw.toml b/mods/travelers-titles-fabric.pw.toml new file mode 100644 index 0000000..9d81e8b --- /dev/null +++ b/mods/travelers-titles-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Traveler's Titles (Fabric)" +filename = "TravelersTitles-1.20-Fabric-4.0.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "9698f7347b3c98276e4d4035e731e34e926e82d0" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5065826 +project-id = 590990 diff --git a/mods/tree-harvester.pw.toml b/mods/tree-harvester.pw.toml new file mode 100644 index 0000000..c594f53 --- /dev/null +++ b/mods/tree-harvester.pw.toml @@ -0,0 +1,13 @@ +name = "Tree Harvester" +filename = "treeharvester-1.20.1-9.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "89e413414a4ecf53f91124559379217282c92e32" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5640967 +project-id = 367178 diff --git a/mods/trinkets.pw.toml b/mods/trinkets.pw.toml new file mode 100644 index 0000000..f87365d --- /dev/null +++ b/mods/trinkets.pw.toml @@ -0,0 +1,13 @@ +name = "Trinkets (Fabric)" +filename = "trinkets-3.7.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "d58cc8759587f03f320f188972ca66baa788d008" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5173501 +project-id = 341284 diff --git a/mods/vein-mining.pw.toml b/mods/vein-mining.pw.toml new file mode 100644 index 0000000..30bdfe1 --- /dev/null +++ b/mods/vein-mining.pw.toml @@ -0,0 +1,13 @@ +name = "Vein Mining (Fabric/Forge/Quilt)" +filename = "veinmining-fabric-1.5.0+1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "ce6cb2fde3383c5a5e67e268d7ad060988a88e28" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5481490 +project-id = 431611 diff --git a/mods/waystones-fabric.pw.toml b/mods/waystones-fabric.pw.toml new file mode 100644 index 0000000..eb29cd0 --- /dev/null +++ b/mods/waystones-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Waystones (Outdated Versions)" +filename = "waystones-fabric-1.20-14.1.6.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "17e3e7ce4d264b32c2d4ba916c2403cbab472c9a" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5841747 +project-id = 500087 diff --git a/mods/where-are-my-tms.pw.toml b/mods/where-are-my-tms.pw.toml new file mode 100644 index 0000000..ffbd376 --- /dev/null +++ b/mods/where-are-my-tms.pw.toml @@ -0,0 +1,13 @@ +name = "Where Are My TMs [Fabric]" +filename = "wherearemytms-2.1.2-hotfix.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "249fbe3a59bf1926b09be240b36b62b2df0094bd" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4997907 +project-id = 923243 diff --git a/mods/william-wythers-overhauled-overworld.pw.toml b/mods/william-wythers-overhauled-overworld.pw.toml new file mode 100644 index 0000000..d403584 --- /dev/null +++ b/mods/william-wythers-overhauled-overworld.pw.toml @@ -0,0 +1,13 @@ +name = "William Wythers' Overhauled Overworld" +filename = "WWOO-FABRIC+FORGE+QUILT-2.0.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "a1241d62fbf021013a8bd54d838245a044facfaf" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4793728 +project-id = 921022 diff --git a/mods/worldedit.pw.toml b/mods/worldedit.pw.toml new file mode 100644 index 0000000..2511eac --- /dev/null +++ b/mods/worldedit.pw.toml @@ -0,0 +1,13 @@ +name = "WorldEdit" +filename = "worldedit-mod-7.2.15.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "9c52765ca56f917ef8cbafc20e9a4f45c346508f" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4586218 +project-id = 225608 diff --git a/mods/wthit.pw.toml b/mods/wthit.pw.toml new file mode 100644 index 0000000..1b4d147 --- /dev/null +++ b/mods/wthit.pw.toml @@ -0,0 +1,13 @@ +name = "WTHIT" +filename = "wthit-fabric-8.15.5.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "500a093619d2f2348a047a55d646505fa4d17de3" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5977887 +project-id = 440979 diff --git a/mods/yacl.pw.toml b/mods/yacl.pw.toml new file mode 100644 index 0000000..9ed41ea --- /dev/null +++ b/mods/yacl.pw.toml @@ -0,0 +1,13 @@ +name = "YetAnotherConfigLib" +filename = "YetAnotherConfigLib-3.6.2+1.20.1-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "fe66c7001dbd3e6d58864ff029f7de37614b605c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5963250 +project-id = 667299 diff --git a/mods/yungs-api-fabric.pw.toml b/mods/yungs-api-fabric.pw.toml new file mode 100644 index 0000000..ef2f2ac --- /dev/null +++ b/mods/yungs-api-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "YUNG's API (Fabric)" +filename = "YungsApi-1.20-Fabric-4.0.6.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "8d39c739b534e7351e9fdabf045f171a4e45c98a" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5769972 +project-id = 421649 diff --git a/mods/yungs-better-desert-temples-fabric.pw.toml b/mods/yungs-better-desert-temples-fabric.pw.toml new file mode 100644 index 0000000..1bc00a5 --- /dev/null +++ b/mods/yungs-better-desert-temples-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "YUNG's Better Desert Temples (Fabric)" +filename = "YungsBetterDesertTemples-1.20-Fabric-3.0.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "b8de6410b1ae57a49848f172d5310dc79e731b25" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4769440 +project-id = 631020 diff --git a/mods/yungs-better-jungle-temples-fabric.pw.toml b/mods/yungs-better-jungle-temples-fabric.pw.toml new file mode 100644 index 0000000..736a59e --- /dev/null +++ b/mods/yungs-better-jungle-temples-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "YUNG's Better Jungle Temples (Fabric)" +filename = "YungsBetterJungleTemples-1.20-Fabric-2.0.5.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "e0c5366159af63c1a0b110ce1a62750d3d75d978" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5331761 +project-id = 897678 diff --git a/mods/yungs-better-mineshafts-fabric.pw.toml b/mods/yungs-better-mineshafts-fabric.pw.toml new file mode 100644 index 0000000..2575c6b --- /dev/null +++ b/mods/yungs-better-mineshafts-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "YUNG's Better Mineshafts (Fabric)" +filename = "YungsBetterMineshafts-1.20-Fabric-4.0.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "dda3af404d6958f6fed882b8b4ae7827ac78944b" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4769064 +project-id = 373591 diff --git a/mods/yungs-better-nether-fortresses-fabric.pw.toml b/mods/yungs-better-nether-fortresses-fabric.pw.toml new file mode 100644 index 0000000..13e802c --- /dev/null +++ b/mods/yungs-better-nether-fortresses-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "YUNG's Better Nether Fortresses (Fabric)" +filename = "YungsBetterNetherFortresses-1.20-Fabric-2.0.6.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "837560db615bad870809e09436e943c4324301d1" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5193464 +project-id = 817666 diff --git a/mods/yungs-better-ocean-monuments-fabric.pw.toml b/mods/yungs-better-ocean-monuments-fabric.pw.toml new file mode 100644 index 0000000..2788dd1 --- /dev/null +++ b/mods/yungs-better-ocean-monuments-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "YUNG's Better Ocean Monuments (Fabric)" +filename = "YungsBetterOceanMonuments-1.20-Fabric-3.0.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "e4e512ae388a57d4eb383657e52707c01283d7be" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4883005 +project-id = 689252 diff --git a/mods/yungs-better-strongholds-fabric.pw.toml b/mods/yungs-better-strongholds-fabric.pw.toml new file mode 100644 index 0000000..1562b18 --- /dev/null +++ b/mods/yungs-better-strongholds-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "YUNG's Better Strongholds (Fabric)" +filename = "YungsBetterStrongholds-1.20-Fabric-4.0.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "f7a5eb03935abe845c6691ae99ae42889fdd5da1" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4769084 +project-id = 480684 diff --git a/mods/yungs-better-witch-huts-fabric.pw.toml b/mods/yungs-better-witch-huts-fabric.pw.toml new file mode 100644 index 0000000..679e23e --- /dev/null +++ b/mods/yungs-better-witch-huts-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "YUNG's Better Witch Huts (Fabric)" +filename = "YungsBetterWitchHuts-1.20-Fabric-3.0.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "2803abcf20bf150aa735faa409a23406da69415c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4769490 +project-id = 631403 diff --git a/mods/zoomify.pw.toml b/mods/zoomify.pw.toml new file mode 100644 index 0000000..d588139 --- /dev/null +++ b/mods/zoomify.pw.toml @@ -0,0 +1,13 @@ +name = "Zoomify" +filename = "Zoomify-2.14.2+1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "7e1b7b1fcf2e0e7dd55f4131b2d49b8df1fc0a2f" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5838122 +project-id = 574741 diff --git a/pack.toml b/pack.toml new file mode 100644 index 0000000..3d867dd --- /dev/null +++ b/pack.toml @@ -0,0 +1,12 @@ +name = "Cobblemon: Herisson Academy" +version = "0.1.5.2 noworld" +pack-format = "packwiz:1.1.0" + +[index] +file = "index.toml" +hash-format = "sha256" +hash = "37785ba9568171d64059e8718198d323ebe3a3e4c0f49a02bb07edb483eaf45e" + +[versions] +fabric = "0.16.9" +minecraft = "1.20.1" diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/LICENSE b/resourcepacks/AllTheMons Release 1.8.2 V129/LICENSE new file mode 100644 index 0000000..26abfb8 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/LICENSE @@ -0,0 +1,40 @@ +Definitions: + "Redistributed" means any copy of AllTheMons that is available to download in any location that is not this Modrinth page. +"Collaborators" refers to owners, volunteer staff, paid staff, commissioners, contributors, or any person related to or involved in the management of a server or other piece of licensed software. +"Profiting" or "profit off of", in the context of using AllTheMons, includes but is not limited to, adding AllTheMons to ANY server[s] with microtransactions and/or ANY server[s] connected to donation services like Ko-Fi or Patreon, including any servers with owners, staff, or other collaborators who use their server to direct people to their own Ko-Fi or Patreon, in an attempt to harvest revenue, for personal gain or otherwise. +"Conspicuous area" in the context of crediting AllTheMons means placing credit in any area that is certain to be viewed in order to install the redistributed version of AllTheMons +"Sufficiently credited", in the context of using AllTheMons, means individually crediting every contributor of AllTheMons, including what they contributed towards, as well as recognizing EasySqueeze as the creator and compiler of the pack, in a conspicuous area (see above definition). +"Multiplayer world" refers to any Minecraft world that can be accessed by multiple different accounts simultaneously. Examples include, but are not limited to, servers and realms. +“Private” multiplayer worlds include LAN worlds and servers that are invite-only or require you to fill out an application and have it be approved before you can ever enter the world. In order for a pack to fall under the definition of “private”, the server IP required to connect to it must NOT be in a conspicuous area, or anywhere that can be seen without the host’s intention being for it to be seen. If the host’s intention is for it to be seen, it would fall under “Public.” +“Public” multiplayer worlds include servers where the IP required to connect to the aforementioned server is in a conspicuous area and where the host of the server’s intention is for the server’s IP to be seen and for anyone to be able to join. +"Single player world" refers to a literal single player world in a programming sense, but it also means that the world is not capable of holding more than one player, who is the host/owner of the world file, unless the "Open to LAN" option is selected. + +All Rights Reserved for EasySqueeze. + +To contact EasySqueeze, the author of the software that is AllTheMons, reach out to me on my Discord server, linked here, or for private inquiries, email me at bazinga.sheldon.cooper.69420@gmail.com. For clarification, the inclusion of this email is not meant to be sarcastic or comedic, and is an actual email that is read frequently by EasySqueeze. + +This license also applies to every contributor of the pack, for which a full list can be found here. All modified copies of AllTheMons that have been made on or after 11/11/2024 are by default under this license, and are required by law to be under this license with All Rights Reserved for EasySqueeze. Any modified versions of this pack made before 11/11/24 fall under GPL-3.0-ONLY. +EasySqueeze has the sole, legal right under this license to modify and redistribute AllTheMons, as he is the author of the software. +EasySqueeze does NOT have the right to break any of the rules in this license regarding the creation and hosting of multiplayer worlds (see Definitions, “Multiplayer world”). +AllTheMons and EasySqueeze are NOT liable for any damages caused by unofficial modified copies of the pack, or by software or files that claim to be affiliated with AllTheMons but are not. Always proceed with caution when downloading unofficial files. +THE SAFEST PLACE TO GET ALLTHEMONS IS ON THE OFFICIAL MODRINTH!!! + +Sharing modified copies of AllTheMons is heavily moderated. Any modified copies must meet ALL of the following criteria in order to be legal to redistribute: + +If they contain newly added assets (as in assets that were not already present within the current official version of AllTheMons found on the Modrinth), including models, animations, and textures, sufficient credit (see Definitions, “sufficiently credited”) must be given to the author of said assets. This is not required if the author of the modified file is also the author of the assets. +They must not contain any malicious software that could potentially damage the user of said software, which includes but is not limited to damage to a device’s hardware, or the intentional causing of harm to any form of save data on a device that existed before the download of the unofficial modified software. +Be either unlicensed, which means the file by default is under this license, or be specifically and/or intentionally put under this license. + +Using AllTheMons in any singleplayer world is completely allowed, and anyone can use modified copies of AllTheMons in a single player setting (see Definitions, “Single player world”). + +Using AllTheMons in a private multiplayer world (see Definitions, “Multiplayer world”) is completely allowed, as long as the server meets all of the following criteria: +Nobody is profiting off of AllTheMons in any capacity (see Definitions, "Profiting"). +AllTheMons is sufficiently credited (see Definitions, "Sufficiently credited"). + +Using AllTheMons in any public multiplayer world (see Definitions, “Multiplayer world” for elaboration on what exactly “public” means in this context.) is completely allowed, as long as the multiplayer world meets all of the following criteria: +Nobody is profiting off of AllTheMons in any capacity (see Definitions, "Profiting"). +AllTheMons is sufficiently credited (see Definitions, "Sufficiently credited"). +The multiplayer world does not do any of the following: +Promote or display hate speech, which includes but is not limited to racism, sexism, homophobia, and transphobia. +Promote or display highly obscene content, which includes but is not limited to extreme violence and gore, nudity. +Promote or display people committing serious crimes in the real world (meaning NOT crimes within minecraft, such as killing a player in game), which includes any and all U.S. felony crimes. The promotion of any activity, legal or not, will be assumed to fall under the laws of the U.S., as AllTheMons is licensed in the U.S., thus U.S. felony crimes that may not be illegal in the location the aforementioned multiplayer world is hosted in will still be treated as a violation of this license. diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/particles/fire_beam.particle.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/particles/fire_beam.particle.json new file mode 100644 index 0000000..bb9a051 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/particles/fire_beam.particle.json @@ -0,0 +1,45 @@ +{ + "format_version": "1.10.0", + "particle_effect": { + "description": { + "identifier": "cobblemon:fire_beam", + "basic_render_parameters": { + "material": "particles_alpha", + "texture": "textures/particles/fire_beam" + } + }, + "components": { + "minecraft:emitter_rate_steady": { + "spawn_rate": "Math.random(12, 15)", + "max_particles": 1000 + }, + "minecraft:emitter_lifetime_once": { + "active_time": 2 + }, + "minecraft:emitter_shape_sphere": { + "radius": 0.3, + "direction": [0, 0, -3] + }, + "minecraft:particle_lifetime_expression": { + "max_lifetime": "Math.random(0.5, 0.6)" + }, + "minecraft:particle_initial_speed": 5, + "minecraft:particle_motion_dynamic": {}, + "minecraft:particle_appearance_billboard": { + "size": [0.4, 0.4], + "facing_camera_mode": "lookat_xyz", + "uv": { + "texture_width": 16, + "texture_height": 512, + "flipbook": { + "base_UV": [0, 0], + "size_UV": [16, 16], + "step_UV": [0, 16], + "max_frame": 32, + "stretch_to_lifetime": true + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/particles/fire_beam.particle_old.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/particles/fire_beam.particle_old.json new file mode 100644 index 0000000..b0ed439 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/particles/fire_beam.particle_old.json @@ -0,0 +1,45 @@ +{ + "format_version": "1.10.0", + "particle_effect": { + "description": { + "identifier": "cobblemon:fire_beam_old", + "basic_render_parameters": { + "material": "particles_alpha", + "texture": "textures/particles/fire_beam" + } + }, + "components": { + "minecraft:emitter_rate_steady": { + "spawn_rate": "Math.random(12, 15)", + "max_particles": 1000 + }, + "minecraft:emitter_lifetime_once": { + "active_time": 3 + }, + "minecraft:emitter_shape_sphere": { + "radius": 0.3, + "direction": [0, 0, -4] + }, + "minecraft:particle_lifetime_expression": { + "max_lifetime": "Math.random(0.8, 1.2)" + }, + "minecraft:particle_initial_speed": 5, + "minecraft:particle_motion_dynamic": {}, + "minecraft:particle_appearance_billboard": { + "size": [0.4, 0.4], + "facing_camera_mode": "lookat_xyz", + "uv": { + "texture_width": 16, + "texture_height": 512, + "flipbook": { + "base_UV": [0, 0], + "size_UV": [16, 16], + "step_UV": [0, 16], + "max_frame": 32, + "stretch_to_lifetime": true + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0228_houndour/houndour.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0228_houndour/houndour.animation.json new file mode 100644 index 0000000..cfa7fbe --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0228_houndour/houndour.animation.json @@ -0,0 +1,616 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.houndour.ground_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "rotation": ["0+math.sin(query.anim_time*90*2)", 0, 0] + }, + "leg": { + "rotation": ["0+math.sin(query.anim_time*90*2)*1", -10, 0], + "position": [0, "0-math.sin(query.anim_time*90*2)*0.2", 0] + }, + "leg2": { + "rotation": ["0+math.sin(query.anim_time*90*2)-2", 12.5, 0], + "position": [0, "0-math.sin(query.anim_time*90*2)*0.2", 0] + }, + "tail": { + "rotation": ["32.5+math.sin(query.anim_time*90*2-30)*5", "0+math.sin(query.anim_time*90*4-60)*5", 0] + }, + "neck": { + "rotation": ["2.5+math.sin(query.anim_time*90*2-30)*2", "0+math.sin(query.anim_time*90*2-60)", 0] + }, + "head": { + "rotation": [0, 0, 0] + }, + "jaw": { + "rotation": ["2.5+math.sin(query.anim_time*90*2-60)*5", 0, 0] + }, + "ear": { + "rotation": ["0+math.sin(query.anim_time*90*2-90)*5", "0-math.sin(query.anim_time*90*2-90)*5", 0] + }, + "ear2": { + "rotation": ["0+math.sin(query.anim_time*90*2-90)*5", "0+math.sin(query.anim_time*90*2-90)*5", 0] + }, + "knee2": { + "rotation": ["0-math.sin(query.anim_time*90*2)*2", 0, 0] + }, + "knee": { + "rotation": ["0-math.sin(query.anim_time*90*2)*2", 0, 0] + } + } + }, + "animation.houndour.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "leg": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 3, -0.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + } + } + }, + "leg2": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-11.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 3, -0.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg4": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg3": { + "rotation": { + "0.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 3, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "position": [0, "0+math.sin(query.anim_time*90*8)*0.2", 0] + }, + "tail": { + "rotation": ["30+math.sin(query.anim_time*90*8-120)*5", 0, 0] + }, + "neck": { + "rotation": ["0+math.sin(query.anim_time*90*8-30)*2", "0+math.sin(query.anim_time*90*8-60)*0.2", 0] + }, + "head": { + "rotation": ["-15+math.sin(query.anim_time*90*8-90)*1", 0, 0], + "position": [0, 0, -1] + }, + "ear": { + "rotation": ["0 +math.sin(query.anim_time*90*8-120)*5", 0, 0] + }, + "ear2": { + "rotation": ["0+math.sin(query.anim_time*90*8-120)*5", 0, 0] + }, + "knee": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "knee2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [-5, 0, 0], + "0.5417": [5, 0, 0], + "0.6667": [37.5, 0, 0], + "0.8333": [-10, 0, 0], + "1.0": [0, 0, 0] + } + }, + "foot2": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [42.5, 0, 0], + "0.2083": [47.5, 0, 0], + "0.4167": [-6.76462, -0.90004, -8.83158], + "0.625": [9.35401, -2.13343, -1.43095], + "1.0": [0, 0, 0] + } + }, + "knee3": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": [25, 0, 0], + "0.375": [5, 0, 0], + "0.75": [0, 0, 0] + } + }, + "knee4": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [-2.5, 0, 0], + "0.7083": [20, 0, 0], + "0.9167": [-5, 0, 0], + "1.0": [0, 0, 0] + } + } + } + }, + "animation.houndour.cry": { + "animation_length": 1.08333, + "bones": { + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-2.81721, 19.75921, 4.37647], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [40.1466, -8.5175, 1.8504], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [17.6466, -8.5175, 1.8504], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [60, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [60, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ear": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [62.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ear2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + }, + "sound_effects": { + "0.0": { + "effect": "pokemon.houndour.cry" + } + } + }, + "animation.houndour.blink": { + "animation_length": 0.16667, + "bones": { + "eye": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [-1, 0, 0], + "0.125": [-1, 0, 0], + "0.1667": [0, 0, 0] + } + }, + "eye2": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [1, 0, 0], + "0.125": [1, 0, 0], + "0.1667": [0, 0, 0] + } + } + } + }, + "animation.houndour.sleep": { + "loop": true, + "bones": { + "houndour": { + "position": [0, -11, 0] + }, + "leg": { + "rotation": [20, 0, 0] + }, + "leg2": { + "rotation": [32.5, 0, 0] + }, + "leg4": { + "rotation": [42.5, 0, 0] + }, + "leg3": { + "rotation": [60, 0, 0] + }, + "head": { + "rotation": ["27.5+math.sin(query.anim_time*90*1)*1", 0, 0] + }, + "ear": { + "rotation": ["0+math.sin(query.anim_time*90*1-30)*5", 0, 0] + }, + "ear2": { + "rotation": ["0+math.sin(query.anim_time*90*1-30)*5", 0, 0] + }, + "knee": { + "rotation": [-95, 0, 0] + }, + "knee2": { + "rotation": [-80, 0, 0] + }, + "knee3": { + "rotation": [32.5, 0, 0] + }, + "knee4": { + "rotation": [405, 0, 0] + }, + "eye": { + "position": [-1, 0, 0] + }, + "eye2": { + "position": [1, 0, 0] + } + } + }, + "animation.houndour.battle_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "leg": { + "rotation": ["25+math.sin(query.anim_time*90*4)*2", 0, 0], + "position": [0, "-3-math.sin(query.anim_time*90*4)*0.3", 0] + }, + "leg2": { + "rotation": ["20+math.sin(query.anim_time*90*4)*1", 0, 0], + "position": [0, "-2-math.sin(query.anim_time*90*4)*0.1", 0] + }, + "leg4": { + "rotation": ["20-math.sin(query.anim_time*90*4)*1", 0, 0] + }, + "leg3": { + "rotation": ["0-math.sin(query.anim_time*90*4)*2", 0, 0], + "position": [0, "0-math.sin(query.anim_time*90*4)*0.2", "0+math.sin(query.anim_time*90*4)*0.2"] + }, + "body": { + "rotation": ["12.5+math.sin(query.anim_time*90*4)*1", 0, 0] + }, + "tail": { + "rotation": ["42.5+math.sin(query.anim_time*90*4-120)*10", "0+math.sin(query.anim_time*90*2)*10", 0] + }, + "neck": { + "rotation": ["12.5+math.sin(query.anim_time*90*4-60)*1", 0, 0], + "position": [0, 0, -1] + }, + "head": { + "rotation": ["-17.5+math.sin(query.anim_time*90*4-90)*3", 0, 0], + "position": [0, 0, -1] + }, + "jaw": { + "rotation": ["22.5+math.sin(query.anim_time*90*16)*5", 0, 0] + }, + "ear": { + "rotation": ["0+math.sin(query.anim_time*90*4-120)*5", 0, 0] + }, + "ear2": { + "rotation": ["2.5+math.sin(query.anim_time*90*4-120)*5", 0, 0] + }, + "knee": { + "rotation": ["-25-math.sin(query.anim_time*90*4)*2", 0, 0] + }, + "knee2": { + "rotation": ["-30-math.sin(query.anim_time*90*4)*2", 0, 0] + }, + "knee3": { + "rotation": ["0+math.sin(query.anim_time*90*4)*2", -15, 0] + }, + "knee4": { + "rotation": ["0+math.sin(query.anim_time*90*4)*2", 0, 0] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0229_houndoom/houndoom.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0229_houndoom/houndoom.animation.json new file mode 100644 index 0000000..3e7536c --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0229_houndoom/houndoom.animation.json @@ -0,0 +1,705 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.houndoom.ground_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "rotation": ["-10+math.sin(query.anim_time*90*1)", 0, 0] + }, + "neck": { + "rotation": ["2.5+math.sin(query.anim_time*90*1-30)*5", 0, 0] + }, + "head": { + "rotation": ["12.5+math.sin(query.anim_time*90*1-90)", 0, 0] + }, + "jaw": { + "rotation": ["5+math.sin(query.anim_time*90*1-90)*5", 0, 0] + }, + "leg": { + "rotation": ["1.8169+math.sin(query.anim_time*90*1)", -19.92066, -5.3191] + }, + "leg2": { + "rotation": ["0+math.sin(query.anim_time*90*1)", 0, 0] + }, + "tail": { + "rotation": ["-15+math.sin(query.anim_time*90*2-30)*5", "0+math.sin(query.anim_time*90*1-60)*10", 0] + }, + "tail2": { + "rotation": ["17.5+math.sin(query.anim_time*90*2-60)*15", "0+math.sin(query.anim_time*90*1-30)*10", 0] + }, + "tail3": { + "rotation": ["12.5+math.sin(query.anim_time*90*2-90)*5", 0, 0] + }, + "tail4": { + "rotation": ["27.5+math.sin(query.anim_time*90*2-120)*5 ", 0, 0] + }, + "tail5": { + "rotation": ["22.5+math.sin(query.anim_time*90*2-150)*15", "0+math.sin(query.anim_time*90*1-30)*10", 0] + }, + "tail6": { + "rotation": ["-7.5+math.sin(query.anim_time*90*2-180)*15", 0, 0] + }, + "tail7": { + "rotation": ["-12.5+math.sin(query.anim_time*90*2-210)*20", "0+math.sin(query.anim_time*90*1-150)*10", 0] + }, + "tail8": { + "rotation": ["-15+math.sin(query.anim_time*90*2-300)*25", 0, 0] + }, + "tail9": { + "rotation": ["-27.5+math.sin(query.anim_time*90*2-230)*30", 0, 0] + }, + "knee": { + "rotation": ["0-math.sin(query.anim_time*90*1)*2", 0, 5] + }, + "knee2": { + "rotation": ["0-math.sin(query.anim_time*90*1)*2", 0, 0] + }, + "eyelids": { + "scale": [0.5, 1, 0.5] + } + } + }, + "animation.houndoom.ground_walk": { + "loop": true, + "animation_length": 0.5, + "bones": { + "houndoom": { + "rotation": ["0-math.sin(query.anim_time*90*8)*5", 0, 0], + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 3, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": ["32.5+math.sin(query.anim_time*90*8-30)*5", 0, 0] + }, + "head": { + "rotation": ["-37.5+math.sin(query.anim_time*90*8-90)*3", 0, 0], + "position": [0, 0, -3] + }, + "jaw": { + "rotation": ["22.5+math.sin(query.anim_time*90*8-90 )*5", 0, 0] + }, + "leg": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg2": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-43.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg3": { + "rotation": { + "0.0": { + "post": [-5.12318, 1.10852, -1.01548], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [59.7029, 2.71154, -1.99407], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-5.12318, 1.10852, -1.01548], + "lerp_mode": "catmullrom" + } + } + }, + "leg4": { + "rotation": { + "0.0": { + "post": [-7.42022, -0.70779, 0.87843], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [62.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-7.42022, -0.70779, 0.87843], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": ["math.sin(query.anim_time*90*8-30)*10", 0, 0] + }, + "tail2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail4": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail5": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail6": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-32.80638, 1.69729, -0.75119], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail7": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail8": { + "rotation": { + "0.0": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail9": { + "rotation": { + "0.0": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "knee": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "knee2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "paw": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "paw2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "knee4": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [42.18461, -5.11939, -4.35915], + "0.375": [44.68461, -5.11939, -4.35915], + "0.5": [0, 0, 0] + } + }, + "knee3": { + "rotation": { + "0.0": [0, 0, 0], + "0.2083": [47.5, 0, 0], + "0.5": [0, 0, 0] + } + }, + "eyelids": { + "scale": [0.1, 1, 0.4] + } + } + }, + "animation.houndoom.sleep": { + "loop": true, + "bones": { + "houndoom": { + "rotation": [-15, 0, 0], + "position": [0, -15, 0] + }, + "head": { + "rotation": [27.5, 0, 0] + }, + "leg": { + "rotation": [-17.5, 0, 0] + }, + "leg2": { + "rotation": [-17.5, 0, 0] + }, + "leg3": { + "rotation": [-95.3191, 19.92066, -1.81693] + }, + "leg4": { + "rotation": [-99.91272, -14.55392, 14.36862] + }, + "tail": { + "rotation": [-5, 0, 0] + }, + "tail2": { + "rotation": [-17.5, 27.5, 0] + }, + "tail3": { + "rotation": [0, 30, 0] + }, + "tail4": { + "rotation": [16.36452, 34.22348, 27.56928] + }, + "tail5": { + "rotation": [0, 27.5, 0] + }, + "tail6": { + "rotation": [-15, 35, 0] + }, + "tail7": { + "rotation": [0, 30, 0] + }, + "tail8": { + "rotation": [0, 15, 0] + }, + "knee": { + "rotation": [-82.5, 0, 0] + }, + "knee2": { + "rotation": [-80, 0, 0] + }, + "paw": { + "rotation": [17.5, 0, 0] + }, + "paw2": { + "rotation": [32.5, 0, 0] + }, + "knee3": { + "rotation": [52.5, 0, 0] + }, + "knee4": { + "rotation": [56.2576, 14.6914, -9.61518] + } + } + }, + "animation.houndoom.blink": { + "animation_length": 0.25, + "bones": { + "eyelids": { + "scale": { + "0.0": [0.7, 1, 0.8], + "0.0417": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.25": [0.7, 1, 0.8] + } + } + } + }, + "animation.houndoom.cry": { + "animation_length": 1.125, + "bones": { + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-17.53959, 6.27095, 3.26408], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [23.10172, -21.28088, -9.51044], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-18.0435, -2.31798, -16.03846], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-18.03928, 2.35171, -1.77989], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [60, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [60, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "eyelids": { + "scale": { + "0.0": { + "post": [0.8, 1, 0.2], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0.8, 1, 0.2], + "lerp_mode": "catmullrom" + } + } + } + }, + "sound_effects": { + "0.0": { + "effect": "pokemon.houndoom.cry" + } + } + }, + "animation.houndoom.battle_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "leg3": { + "rotation": ["17.5-math.sin(query.anim_time*90*2)", 0, 0] + }, + "knee3": { + "rotation": ["-12.5+math.sin(query.anim_time*90*2)", 0, 0] + }, + "leg": { + "rotation": ["0+math.sin(query.anim_time*90*2)", 0, 0], + "position": [0, -3, 0] + }, + "knee": { + "rotation": ["-32.5-math.sin(query.anim_time*90*2)*2", 0, 0] + }, + "paw2": { + "rotation": [30, 0, 0] + }, + "leg4": { + "rotation": ["-5-math.sin(query.anim_time*90*2)", 0, 0] + }, + "knee4": { + "rotation": ["-5+math.sin(query.anim_time*90*2)", 0, 0] + }, + "leg2": { + "rotation": ["22.5+math.sin(query.anim_time*90*2)", 0, 0], + "position": [0, -3, 0] + }, + "knee2": { + "rotation": ["-20-math.sin(query.anim_time*90*2)*2", 0, 0] + }, + "body": { + "rotation": ["10+math.sin(query.anim_time*90*2)*2", 0, 0] + }, + "tail": { + "rotation": ["-2.5+math.sin(query.anim_time*90*2-60)*5", 0, "0+math.sin(query.anim_time*90*4-90)*5"] + }, + "tail2": { + "rotation": ["17.5+math.sin(query.anim_time*90*2-90)*10", 0, 0] + }, + "tail3": { + "rotation": ["20+math.sin(query.anim_time*90*2-120)*15", 0, 0] + }, + "tail4": { + "rotation": ["12.5+math.sin(query.anim_time*90*2-150)*20", 0, 0] + }, + "tail5": { + "rotation": ["20+math.sin(query.anim_time*90*2-180)*25", 0, 0] + }, + "tail6": { + "rotation": ["10+math.sin(query.anim_time*90*2-210)*30", 0, 0] + }, + "tail7": { + "rotation": ["25+math.sin(query.anim_time*90*2-240)*35", 0, 0] + }, + "tail8": { + "rotation": ["32.5+math.sin(query.anim_time*90*2-270)*40", 0, 0] + }, + "tail9": { + "rotation": ["-5+math.sin(query.anim_time*90*2-300)*50", 0, 0] + }, + "neck": { + "rotation": ["22.5+math.sin(query.anim_time*90*2-30)*5", 0, 0] + }, + "head": { + "rotation": ["-27.5+math.sin(query.anim_time*90*2-60)*5", 0, 0] + }, + "jaw": { + "rotation": [35, 0, 0] + }, + "eyelids": { + "scale": [0.3, 1, 0.5] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0580_ducklett/ducklett.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0580_ducklett/ducklett.animation.json new file mode 100644 index 0000000..884de50 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0580_ducklett/ducklett.animation.json @@ -0,0 +1,423 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.ducklett.ground_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "torso": { + "rotation": ["2.5+math.sin(query.anim_time*90*4-60)*1", "0+math.sin(query.anim_time*90*2)*2", 0] + }, + "legleft": { + "rotation": { + "0.0": [0, 0, 0], + "2.875": [0, -17.5, 0] + } + }, + "legright": { + "rotation": { + "0.0": [0, 0, 0], + "2.875": [0, 30, 0] + } + }, + "kneeleft": { + "rotation": { + "0.0": [0, -25, 0], + "2.875": [0, 2.5, 0] + } + }, + "kneeright": { + "rotation": { + "0.0": [0, 45, 0], + "2.875": [0, 0, 0] + } + }, + "neck": { + "rotation": ["0-math.sin(query.anim_time*90*4-30)*3", "0+math.sin(query.anim_time*90*2-90)*3", 0] + }, + "neck2": { + "rotation": [0, 0, 0] + }, + "head": { + "rotation": [0, 0, "0-math.sin(query.anim_time*90*2-120)*5"] + }, + "feathers": { + "rotation": ["7.4891-math.sin(query.anim_time*90*4-120)*5", -0.51237, "2.447-math.sin(query.anim_time*90*2-120)*10"] + }, + "wingleft": { + "rotation": [0, "0+math.sin(query.anim_time*90*4-90)*5", "0+math.sin(query.anim_time*90*4-90)*3"] + }, + "wingright": { + "rotation": [0, "0-math.sin(query.anim_time*90*4-90)*3", "0-math.sin(query.anim_time*90*4-90)*3"] + }, + "tail": { + "rotation": ["0-math.sin(query.anim_time*90*4-120)*5", "0-math.sin(query.anim_time*90*2-120)*5", 0] + } + } + }, + "animation.ducklett.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 5, -2.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0.3, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0.3, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "legleft": { + "rotation": { + "0.0": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [1.13292, 0.52824, -24.99478], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 3, -1.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -3], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "legright": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [10.29284, -7.13136, 34.3569], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -3], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 2, -1], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -3], + "lerp_mode": "catmullrom" + } + } + }, + "leftfoot": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [8.09, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-9.55, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-3.04, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightfoot": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-6.44, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [15.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-24.94, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [0, -10, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -10, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": ["0+math.sin(query.anim_time*90*8-60)*3", 0, "0-math.sin(query.anim_time*90*4-60)*5"] + }, + "feathers": { + "rotation": ["0+math.sin(query.anim_time*90*8-1200)*10", 0, "2.5-math.sin(query.anim_time*90*4-120)*10"] + }, + "wingleft": { + "rotation": [0, "0+math.sin(query.anim_time*90*4-60)*3", 0] + }, + "wingright": { + "rotation": ["0+math.sin(query.anim_time*90*4-60)*3", 0, 0] + }, + "tail": { + "rotation": [0, "0-math.sin(query.anim_time*90*4-120)*10", 0] + } + } + }, + "animation.ducklett.cry": { + "animation_length": 0.75, + "bones": { + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [15, 0, 0], + "0.25": [2.5, 0, 0], + "0.4167": [10, 0, 0], + "0.75": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [-12.5, 0, 0], + "0.2083": [0, 0, 0], + "0.3333": [-12.5, 0, 0], + "0.4167": [-5, 0, 0], + "0.75": [0, 0, 0] + } + }, + "beak": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [52.5, 0, 0], + "0.2917": [17.5, 0, 0], + "0.4167": [57.5, 0, 0], + "0.5833": [17.5, 0, 0], + "0.75": [0, 0, 0] + } + }, + "feathers": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [-30, 0, 0], + "0.25": [42.5, 0, 0], + "0.4167": [-12.5, 0, 0], + "0.5417": [7.5, 0, 0], + "0.6667": [0, 0, 0] + } + } + }, + "sound_effects": { + "0.0": { + "effect": "pokemon.ducklett.cry" + } + } + }, + "animation.ducklett.blink": { + "animation_length": 0.375, + "bones": { + "pupils": { + "scale": { + "0.0": [1, 1, 1], + "0.125": [1, 0.3, 1], + "0.25": [1, 0.3, 1], + "0.375": [1, 1, 1] + } + } + } + }, + "animation.ducklett.water_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "position": [0, "0+math.sin(query.anim_time*90*1)*0.5", 0] + }, + "legleft": { + "rotation": ["-25+math.sin(query.anim_time*90*1-60)*5", 0, 0] + }, + "legright": { + "rotation": ["-27.5-math.sin(query.anim_time*90*1-60)*5", 0, 0] + }, + "neck": { + "rotation": ["0-math.sin(query.anim_time*90*1-60)*5", 0, 0] + }, + "head": { + "rotation": [0, 0, "0+math.sin(query.anim_time*90*1-90)*5"] + }, + "feathers": { + "rotation": ["5-math.sin(query.anim_time*90*1-120)*10", 0, 0] + }, + "wingleft": { + "rotation": [0, "12.5+math.sin(query.anim_time*90*2-60)*5", 0] + }, + "wingright": { + "rotation": [0, "-10-math.sin(query.anim_time*90*2-60)*5", 0] + } + } + }, + "animation.ducklett.water_swim": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "rotation": ["40-math.sin(query.anim_time*90*4-60)*3", 0, 0], + "position": [0, "0-math.sin(query.anim_time*90*4)*0.5", 0] + }, + "torso": { + "rotation": [-22.5, 0, 0] + }, + "legleft": { + "rotation": ["30+math.sin(query.anim_time*90*4-60)*30", 0, 0] + }, + "legright": { + "rotation": ["27.5-math.sin(query.anim_time*90*4-60)*20", 0, 0] + }, + "kneeleft": { + "rotation": ["0+math.sin(query.anim_time*90*4-120)*10", 0, 0] + }, + "kneeright": { + "rotation": ["0-math.sin(query.anim_time*90*4-120)*10", 0, 0] + }, + "neck": { + "rotation": ["-5-math.sin(query.anim_time*90*4-120)*5", 0, 0] + }, + "head": { + "rotation": [-10, 0, 0] + }, + "beak": { + "rotation": [52.5, 0, 0] + }, + "feathers": { + "rotation": ["-10-math.sin(query.anim_time*90*4-180)*10", 0, 0] + }, + "wingleft": { + "rotation": [0, "10-math.sin(query.anim_time*90*4-120)*10", 0] + }, + "wingright": { + "rotation": [0, "-10+math.sin(query.anim_time*90*4-120)*10", 0] + }, + "tail": { + "rotation": ["2.5-math.sin(query.anim_time*90*4-120)*10", 0, 0] + } + } + }, + "animation.ducklett.sleep": { + "loop": true + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0581_swanna/swanna.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0581_swanna/swanna.animation.json new file mode 100644 index 0000000..54e5b82 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0581_swanna/swanna.animation.json @@ -0,0 +1,531 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.swanna.ground_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "torso": { + "rotation": ["0+math.sin(query.anim_time*90*1)*2", 0, 0] + }, + "tail": { + "rotation": ["-2.5+math.sin(query.anim_time*90*1-60)*6", 0, 0] + }, + "neck": { + "rotation": ["0+math.sin(query.anim_time*90*1-60)*5", 0, 0] + }, + "neck4": { + "rotation": ["2.5+math.sin(query.anim_time*90*1-90)*6", 0, 0] + }, + "wingclosed": { + "rotation": [0, 0, "0+math.sin(query.anim_time*90*1-60)*5"] + }, + "closedwing": { + "rotation": [0, 0, "0-math.sin(query.anim_time*90*1-60)*5"] + }, + "leftwing": { + "position": { + "0.0": [-6, -6, 0], + "4.0": [0, 0, 0] + }, + "scale": { + "0.0": [0, -1, 0.1], + "4.0": [0, -1, -1] + } + }, + "leftwing12": { + "position": { + "0.0": [5, -5, 0], + "4.0": [5, -5, 0] + }, + "scale": { + "0.0": [0, 1, 1], + "4.0": [0, 1, 1] + } + }, + "leftwing13": { + "position": { + "0.0": [0, 0, 0], + "3.9583": [-4, 0, 0] + } + }, + "leftwing22": { + "position": { + "0.0": [0, 0, 0], + "3.9583": [-3, 0, 0] + } + }, + "rightwing": { + "position": [4, -5, 0] + } + } + }, + "animation.swanna.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "leftleg": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "0.9167": [-17.5, 0, 0], + "1.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, -4], + "0.5": [0, 0, 1], + "0.75": [0, 2, -1.5], + "1.0": [0, 0, -4] + } + }, + "rightleg": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [-15, 0, 0], + "0.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 1], + "0.25": [0, 2, -1.5], + "0.5": [0, 0, -4], + "1.0": [0, 0, 1] + } + }, + "torso": { + "rotation": ["math.sin(query.anim_time*90*8)*2", "math.sin(query.anim_time*90*4)*2", 0] + }, + "tail": { + "rotation": [0, "0+math.sin(query.anim_time*90*4)*10", 0] + }, + "neck": { + "rotation": ["25+math.sin(query.anim_time*90*8 )*3", 0, 0] + }, + "head": { + "rotation": ["-30-math.sin(query.anim_time*90*4)*2", 0, 0] + }, + "wingclosed": { + "rotation": [0, 0, "0+math.sin(query.anim_time*90*8)*2"] + }, + "closedwing": { + "rotation": [0, 0, "0-math.sin(query.anim_time*90*8)*2"] + }, + "leftwing": { + "position": { + "0.0": [-5, -5, 0], + "1.0": [-5, -5, 0] + }, + "scale": { + "0.0": [0, -1, 0], + "1.0": [0, -1, 0] + } + }, + "leftwing12": { + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 0, 0] + }, + "scale": { + "0.0": [0, 1, 1], + "1.0": [0, 1, 1] + } + }, + "rightwing": { + "position": [4, -5, 0] + } + } + }, + "animation.swanna.cry": { + "animation_length": 1.125, + "bones": { + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "beak": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + }, + "sound_effects": { + "0.0": { + "effect": "pokemon.swanna.cry" + } + } + }, + "animation.swanna.air_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "rotation": ["-2.5-math.sin(query.anim_time*90*3-60)*5", 0, 0], + "position": [0, "0+math.sin(query.anim_time*90*3)", 0] + }, + "leftleg": { + "rotation": ["37.5-math.sin(query.anim_time*90*3)*10", 0, 0] + }, + "leftfoot": { + "rotation": [35, 0, 0] + }, + "rightleg": { + "rotation": ["32.5-math.sin(query.anim_time*90*3-150)*10", 0, 0] + }, + "rightfoot": { + "rotation": [37.5, 0, 0] + }, + "neck": { + "rotation": ["2.5-math.sin(query.anim_time*90*3-150)*5", 0, 0] + }, + "wingclosed": { + "position": [2, -1, 0], + "scale": [-0.1, 0, 1] + }, + "closedwing": { + "position": [-1, -1, 0], + "scale": [0, 0, 1] + }, + "leftwing": { + "rotation": [0, 0, "0-math.sin(query.anim_time*90*3-90)*40"] + }, + "leftwing2": { + "rotation": [0, 0, "2.5+math.sin(query.anim_time*90*3)*40"] + }, + "leftwing5": { + "rotation": [0, 0, "7.5-math.sin(query.anim_time*90*3-150)*40"] + }, + "leftwing7": { + "rotation": { + "0.0": [0, 0, 0], + "2.125": [0, 2.5, 0] + } + }, + "leftwing9": { + "rotation": [0, 0, "0-math.sin(query.anim_time*90*3-210)*40"] + }, + "leftwing12": { + "rotation": [0, 0, "0+math.sin(query.anim_time*90*3-90)*40"] + }, + "leftwing13": { + "rotation": [0, 0, "-10-math.sin(query.anim_time*90*3)*40"] + }, + "leftwing17": { + "rotation": [0, 0, "-10+math.sin(query.anim_time*90*3-150)*40"] + }, + "leftwing21": { + "rotation": [0, 0, "-7.5+math.sin(query.anim_time*90*3+210)*40"] + } + } + }, + "animation.swanna.air_fly": { + "loop": true, + "animation_length": 8, + "bones": { + "body": { + "rotation": { + "0.0": [22.5, 0, "0+math.sin(query.anim_time*90*1)*2"], + "3.0": [22.5, 0, "0+math.sin(query.anim_time*90*1)*2"], + "3.4167": ["22.5-math.sin(query.anim_time*90*4)*5", 0, 0], + "3.75": [22.5, 0, "0+math.sin(query.anim_time*90*1)*2"] + }, + "position": { + "0.0": [0, "0+math.sin(query.anim_time*90*2)*0.5", 0], + "3.75": [0, "0+math.sin(query.anim_time*90*2)*0.5", 0] + } + }, + "leftleg": { + "rotation": ["-2.5+math.sin(query.anim_time*90*2-120)*5", 0, 0] + }, + "leftfoot": { + "rotation": [77.5, 0, 0] + }, + "rightleg": { + "rotation": ["-2.5+math.sin(query.anim_time*90*2-90)*5", 0, 0] + }, + "rightfoot": { + "rotation": [80, 0, 0] + }, + "torso": { + "rotation": [-12.5, 0, 0] + }, + "tail": { + "rotation": ["2.5+math.sin(query.anim_time*90*16)*3", 0, 0] + }, + "neck": { + "rotation": { + "0.0": [45, 0, 0], + "2.9583": [45, 0, 0], + "3.2917": [70, 0, "0+math.sin(query.anim_time*90*1)*2"], + "3.5": [42.5, 0, "math.sin(query.anim_time*90*1)*2"], + "3.7917": [45, 0, 0] + } + }, + "neck2": { + "rotation": { + "0.0": [27.5, 0, 0], + "3.0": [27.5, 0, 0], + "3.2917": [17.5, 0, "0+math.sin(query.anim_time*90*1)*2"], + "3.5": [35, 0, "0+math.sin(query.anim_time*90*1)*2"], + "3.75": [27.5, 0, 0] + } + }, + "neck3": { + "rotation": [10, 0, 0] + }, + "neck4": { + "rotation": [-22.5, 0, 0] + }, + "head": { + "rotation": ["-65+math.sin(query.anim_time*90*16-90)*1", 0, 0] + }, + "wingclosed": { + "position": [2, -2, 0], + "scale": [0.2, -0.1, 1] + }, + "closedwing": { + "position": [-1, -1, 0], + "scale": [0, 0, 1] + }, + "leftwing": { + "rotation": { + "0.0": [0, 0, "0+math.sin(query.anim_time*90*8)*2"], + "3.125": [0, 0, "0+math.sin(query.anim_time*90*8)*2"], + "3.25": [0, 0, "0+math.sin(query.anim_time*90*4)*40"], + "4.0": [0, 0, "0+math.sin(query.anim_time*90*8)*2"] + } + }, + "leftwing3": { + "rotation": { + "3.125": [0, 0, 0], + "3.25": [0, 0, "0+math.sin(query.anim_time*90*4-90)*40"], + "3.4583": [0, 0, 0] + } + }, + "leftwing12": { + "rotation": { + "0.0": [0, 0, "0-math.sin(query.anim_time*90*8)*2"], + "3.125": [0, 0, "0-math.sin(query.anim_time*90*8)*2"], + "3.25": [0, 0, "0-math.sin(query.anim_time*90*4)*40"], + "4.0": [0, 0, "0-math.sin(query.anim_time*90*8)*2"] + } + }, + "leftwing13": { + "rotation": { + "0.0": [0, 0, 0], + "3.125": [0, 0, "0-math.sin(query.anim_time*90*8)*2"], + "3.25": [0, 0, "0-math.sin(query.anim_time*90*4-90)*40"], + "3.4583": [0, 0, 0] + } + } + } + }, + "animation.swanna.water_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "position": [0, "0+math.sin(query.anim_time*90*2)*0.5", 0] + }, + "leftleg": { + "rotation": ["2.5+math.sin(query.anim_time*90*1-60)*5", 0, 0] + }, + "leftfoot": { + "rotation": ["60+math.sin(query.anim_time*90*1-150)*5", 0, 0] + }, + "rightleg": { + "rotation": ["2.5+math.sin(query.anim_time*90*1-30)*5", 0, 0] + }, + "rightfoot": { + "rotation": ["45+math.sin(query.anim_time*90*1-90)*5", 0, 0] + }, + "neck": { + "rotation": ["2.5+math.sin(query.anim_time*90*2-60)*5", 0, 0] + }, + "neck4": { + "rotation": ["2.5+math.sin(query.anim_time*90*2-120)*5", 0, 0] + }, + "wingclosed": { + "rotation": [0, 0, "0-math.sin(query.anim_time*90*1-30)*5"] + }, + "closedwing": { + "rotation": [2, 0, "-5+math.sin(query.anim_time*90*1-30)*5"] + }, + "leftwing": { + "position": [-1, -1, 0], + "scale": [0, 0.4, 1] + }, + "leftwing12": { + "position": [1, -1, 0], + "scale": [0, 0, 1] + } + } + }, + "animation.swanna.water_swim": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "rotation": ["0+math.sin(query.anim_time*90*4-90)*2", 0, 0], + "position": [0, "0+math.sin(query.anim_time*90*4)", 0] + }, + "leftleg": { + "rotation": ["7.5+math.sin(query.anim_time*90*4)*20", 0, 0] + }, + "leftfoot": { + "rotation": ["25+math.sin(query.anim_time*90*4-60)*30", 0, 0] + }, + "rightleg": { + "rotation": ["0-math.sin(query.anim_time*90*4)*20", 0, 0] + }, + "rightfoot": { + "rotation": ["30-math.sin(query.anim_time*90*4-60)*30", 0, 0] + }, + "tail": { + "rotation": ["-5+math.sin(query.anim_time*90*4-90)*5", 0, 0] + }, + "neck": { + "rotation": ["12.5+math.sin(query.anim_time*90*4)*3", 0, 0] + }, + "head": { + "rotation": ["-12.5+math.sin(query.anim_time*90*4-150)*5", 0, 0] + }, + "wingclosed": { + "rotation": [0, 0, "0+math.sin(query.anim_time*90*4)*3"] + }, + "closedwing": { + "rotation": [0, 0, "0-math.sin(query.anim_time*90*4)*3"] + }, + "leftwing": { + "position": [-1, -1, 0], + "scale": [0, 0.6, 1] + }, + "leftwing12": { + "position": [2, 0, 0], + "scale": [0, 0.8, 1] + } + } + }, + "animation.swanna.blink": { + "animation_length": 0.4167, + "bones": { + "eyes": { + "scale": { + "0.0": [1, 1, 1], + "0.125": [1, 1, 1], + "0.1667": [0.9, 1, 1], + "0.2917": [0.9, 1, 1], + "0.3333": [1, 1, 1] + } + } + } + }, + "animation.swanna.sleep": { + "loop": true, + "bones": { + "torso": { + "position": [0, -5, 0] + }, + "neck": { + "rotation": [0, 37.5, 0] + }, + "neck2": { + "rotation": [-24.25045, 22.32924, -49.856] + }, + "neck3": { + "rotation": [-16.10211, 25.65891, -33.69007] + }, + "neck4": { + "rotation": [0, 35, 0] + }, + "head": { + "rotation": [-27.5, 0, 0] + }, + "leftwing": { + "position": [-1, -1, 0], + "scale": [0, 0, 1] + }, + "leftwing12": { + "position": [1, -1, 0], + "scale": [0, 0, 1] + }, + "eyes": { + "scale": [0.9, 1, 1] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0747_mareanie/mareanie.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0747_mareanie/mareanie.animation.json new file mode 100644 index 0000000..bb9a0c0 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0747_mareanie/mareanie.animation.json @@ -0,0 +1,2200 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.mareanie.ground_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body2": { + "rotation": { + "0.0": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-0.22345, -5.10436, 2.50996], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "3.5833": { + "post": [-0.42951, 9.74222, -2.5366], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -0.8, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -0.8, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.9583": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-17.43777, 1.49671, 4.75353], + "lerp_mode": "catmullrom" + }, + "3.2917": { + "post": [13.78501, 0.8419, 2.67386], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tantacle": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle3": { + "rotation": { + "0.0": { + "post": [17.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.125": { + "post": [-24.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [17.76, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle8": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle9": { + "rotation": { + "0.0": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle11": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle12": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle13": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle31": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [1.94757, -0.47846, -7.23541], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [1.76407, -0.94965, 7.24846], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle32": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle33": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-7.37405, 0, 7.12638], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-7.26471, -1.26436, -2.69368], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0.21271, -0.52865, 14.98981], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [10.0649, -0.16128, 4.57316], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle7": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.mareanie.ground_walk": { + "loop": true, + "animation_length": 0.75, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [13.61, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [1, 0.9, 1], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1, 1.1, 1], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-1.68, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle26": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle28": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle29": { + "rotation": { + "0.0": { + "post": [-47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-47.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle": { + "rotation": { + "0.0": { + "post": [-8.47316, 14.66455, -18.17616], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0.43015, -16.26726, 6.89001], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-8.47316, 14.66455, -18.17616], + "lerp_mode": "catmullrom" + } + } + }, + "tantacle": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle3": { + "rotation": { + "0.0": { + "post": [36.063, -8.95213, 28.42554], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [36.063, -8.95213, 28.42554], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle8": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [19.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle9": { + "rotation": { + "0.0": { + "post": [-47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-50, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-47.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle10": { + "rotation": { + "0.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle12": { + "rotation": { + "0.0": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle13": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle23": { + "rotation": { + "0.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle24": { + "rotation": { + "0.0": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle25": { + "rotation": { + "0.0": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle15": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle16": { + "rotation": { + "0.0": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle17": { + "rotation": { + "0.0": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle32": { + "rotation": { + "0.0": { + "post": [0, 0, -32.5], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -32.5], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle33": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle20": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle21": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle22": { + "rotation": { + "0.0": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle4": { + "rotation": { + "0.0": { + "post": [-22.5, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-3.48415, 22.7738, -8.67478], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-22.5, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-50, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle7": { + "rotation": { + "0.0": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tantacle2": { + "rotation": { + "0.0": [0, 0, -2.5], + "0.4167": [0, 0, 10], + "0.75": [0, 0, -2.5] + } + } + } + }, + "animation.mareanie.battle_idle": { + "loop": true, + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [1, 0.9, 1], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [1, 0.9, 1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "body2": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [17.64168, 7.15102, 2.26708], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [17.64304, -6.9224, -2.19486], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [24.57903, 10.32285, -0.72428], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [24.16001, -12.29777, 2.60669], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tophead": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [7.85952, -17.34551, -2.35666], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [7.67995, 12.39135, 1.6575], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle26": { + "rotation": { + "0.0": { + "post": [0, 17.5, -42.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [21.18867, 20.03213, -58.70503], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 17.5, -42.5], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [21.18867, 20.03213, -58.70503], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 17.5, -42.5], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle27": { + "rotation": { + "0.0": { + "post": [44.71911, 35.39626, -50.16243], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle28": { + "rotation": { + "0.0": { + "post": [26.61643, -9.74734, -60.8181], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle29": { + "rotation": { + "0.0": { + "post": [32.45458, 17.45309, 6.61025], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [33.29965, 16.98007, 7.5959], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [23.98728, 28.22921, -14.89005], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [27.37752, 24.97365, -7.33069], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [14.12611, 33.86536, -33.82968], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [32.45458, 17.45309, 6.61025], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle": { + "rotation": { + "0.0": { + "post": [0, -32.5, -50], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [6.5152, -28.62003, -81.01671], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -32.5, -50], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [6.5152, -28.62003, -81.01671], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -32.5, -50], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle2": { + "rotation": { + "0.0": { + "post": [-52.2725, -9.51031, -23.33399], + "lerp_mode": "catmullrom" + } + } + }, + "tantacle": { + "rotation": { + "0.0": { + "post": [-27.83761, -9.05478, -58.23825], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle3": { + "rotation": { + "0.0": { + "post": [-7.5, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [15.56512, 2.86313, 2.32648], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-57.44358, -19.23111, -24.25135], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-22.69658, 3.20971, -33.39685], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [5.53843, 12.33087, -9.87505], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [-25.86589, 6.40989, -50.86618], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-7.5, 0, -20], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle8": { + "rotation": { + "0.0": { + "post": [-60, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-60.21207, -3.73525, 6.49274], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-60.79745, 6.93455, -12.18101], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-60.74581, -6.69273, 11.76189], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-60, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle9": { + "rotation": { + "0.0": { + "post": [-40.21176, -21.66916, -24.31062], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-41.59055, -18.39396, -20.28852], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-43.28893, 12.8425, 12.55996], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-40.21176, -21.66916, -24.31062], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle10": { + "rotation": { + "0.0": { + "post": [0, 7.5, 65], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [3.76613, 6.49053, 95.21362], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-1.63219, 7.32123, 52.39557], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [3.76613, 6.49053, 95.21362], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 7.5, 65], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle11": { + "rotation": { + "0.0": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle12": { + "rotation": { + "0.0": { + "post": [0, 0, 72.5], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle13": { + "rotation": { + "0.0": { + "post": [0, 0, 57.5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 60], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, 0, 62.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 57.5], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle18": { + "rotation": { + "0.0": { + "post": [62.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [72.46271, 0.86717, -4.92442], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [62.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [72.46271, 0.86717, -4.92442], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [62.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle23": { + "rotation": { + "0.0": { + "post": [86.24578, 4.37253, -27.29514], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle24": { + "rotation": { + "0.0": { + "post": [46.21883, 16.34333, -11.94967], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle25": { + "rotation": { + "0.0": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle14": { + "rotation": { + "0.0": { + "post": [42.60882, -3.68425, 46.61738], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle15": { + "rotation": { + "0.0": { + "post": [-7.15545, -14.5068, 24.47576], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [18.33385, -7.81792, 59.53679], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-7.15545, -14.5068, 24.47576], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [18.33385, -7.81792, 59.53679], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-7.15545, -14.5068, 24.47576], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle16": { + "rotation": { + "0.0": { + "post": [41.4931, -0.00378, 78.65534], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle17": { + "rotation": { + "0.0": { + "post": [10.01138, -27.59691, 6.77166], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [24.26919, -45.45767, -33.39631], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [17.24229, -30.67332, 4.49977], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [14.46976, -37.89134, -33.02247], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-3.99182, -13.96312, -2.31372], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [3.34723, -7.67976, -0.25099], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10.01138, -27.59691, 6.77166], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle32": { + "rotation": { + "0.0": { + "post": [0, 0, -85], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle33": { + "rotation": { + "0.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, -57.5], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle19": { + "rotation": { + "0.0": { + "post": [55, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [73.75926, 6.60796, 21.55613], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [55, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [73.06161, 4.46375, 14.33501], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [55, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle20": { + "rotation": { + "0.0": { + "post": [84.6809, -19.92066, 1.81693], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle21": { + "rotation": { + "0.0": { + "post": [77.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle22": { + "rotation": { + "0.0": { + "post": [58.67015, 1.26817, 28.87912], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0.5245, 1.64386, 3.87369], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [54.91245, 1.64386, 3.87369], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-10.08755, 1.64386, 3.87369], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [47.41245, 1.64386, 3.87369], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [58.67015, 1.26817, 28.87912], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle4": { + "rotation": { + "0.0": { + "post": [-29.83757, 19.20748, 29.83757], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-41.31924, 10.67195, 58.59821], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-29.83757, 19.20748, 29.83757], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-41.31924, 10.67195, 58.59821], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-29.83757, 19.20748, 29.83757], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle5": { + "rotation": { + "0.0": { + "post": [-17.5, -2.5, 62.5], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle6": { + "rotation": { + "0.0": { + "post": [-25, 0, 62.5], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle7": { + "rotation": { + "0.0": { + "post": [-17.5, 0, 35], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-16.93839, -4.46375, 20.66499], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-17.25909, 2.26107, 42.20735], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-17.00869, 3.73495, 46.99187], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-16.70006, -4.69532, 19.73669], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [-17.12708, 2.65529, 43.54612], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-17.5, 0, 35], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle31": { + "rotation": { + "0.0": { + "post": [0, 0, -52.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 15, -60], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -52.5], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 15, -60], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -52.5], + "lerp_mode": "catmullrom" + } + } + }, + "tantacle2": { + "rotation": [0, 0, -67.5] + } + } + }, + "animation.mareanie.faint": { + "animation_length": 4, + "bones": { + "mareanie": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, -22, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "eyes": { + "scale": { + "0.0": [1, 1, 1], + "0.25": [1, 0.1, 1] + } + }, + "tentacle27": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -75], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, -87.5], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle3": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [0, 0, 27.5], + "0.3333": [0, 0, 30], + "0.5417": [0, 0, 32.5], + "0.75": [0, 0, -45], + "1.0833": [0, 0, 0] + } + }, + "tentacle9": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-72.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle11": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 77.5], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle18": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [65, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [75, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle24": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle25": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle15": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 80], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle20": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [80, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle21": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [62.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle22": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-1.74942, 34.96182, 84.44901], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle7": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [0, 0, 20], + "0.2917": [0, 0, -17.5], + "0.5417": [0, 0, -62.5], + "0.7083": [0, 0, 32.5], + "1.2917": [0, 0, 0] + } + }, + "tantacle2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "0.625": [0, 0, -25], + "0.875": [0, 0, -22.5] + } + }, + "tentacle31": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [0, 0, 0], + "0.875": [0, 0, -55] + } + } + } + }, + "animation.mareanie.sleep": { + "loop": true, + "animation_length": 0.33333, + "bones": { + "mareanie": { + "position": [0, -13, 0] + }, + "eyes": { + "scale": [1, 0, 1] + }, + "tentacle27": { + "rotation": [18.15784, 19.98632, -35.30358] + }, + "tentacle29": { + "rotation": [57.46833, 22.61958, -39.94073] + }, + "tentacle": { + "rotation": [35.42198, 8.63071, 4.34284] + }, + "tentacle2": { + "rotation": [-51.49052, -17.61575, -56.18237] + }, + "tentacle3": { + "rotation": [-38.81893, -13.80192, -36.63469] + }, + "tentacle9": { + "rotation": [-80, 0, 0] + }, + "tentacle10": { + "rotation": [0, 0, -35] + }, + "tentacle11": { + "rotation": [0, 0, 75] + }, + "tentacle13": { + "rotation": [0, 0, 80] + }, + "tentacle23": { + "rotation": [49.64048, 17.34551, -2.35666] + }, + "tentacle25": { + "rotation": [62.5, 0, 0] + }, + "tentacle15": { + "rotation": [43.22365, 8.41446, 27.32596] + }, + "tentacle17": { + "rotation": [15.12254, -27.99681, 69.22715] + }, + "tentacle31": { + "rotation": [0, 0, -45] + }, + "tentacle33": { + "rotation": [0, 0, -75] + }, + "tentacle20": { + "rotation": [46.05041, -7.64299, -4.49556] + }, + "tentacle22": { + "rotation": [70, 0, 0] + }, + "tentacle4": { + "rotation": [15, 20, -30], + "position": [0, -1, 0] + }, + "tentacle5": { + "rotation": [-62.51063, 12.40754, 49.84648] + }, + "tentacle7": { + "rotation": [-49.74702, 19.58991, 48.34766] + } + } + }, + "animation.mareanie.blink": { + "animation_length": 0.33333, + "bones": { + "eyes": { + "scale": { + "0.0": [1, 1, 1], + "0.1667": [1, 0, 1], + "0.3333": [1, 1, 1] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0748_toxapex/toxapex.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0748_toxapex/toxapex.animation.json new file mode 100644 index 0000000..67c830c --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0748_toxapex/toxapex.animation.json @@ -0,0 +1,735 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.toxapex.ground_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "toxapex": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -0.4, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [2.5, 0, 0.04], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "3.5833": { + "post": [-2.5, 0, -1.045], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg25": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0.3, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body2": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [2.5, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [-2.5, 0, 0.30105], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + } + }, + "leg28": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": [1.3, 1.6, 1] + }, + "leg35": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + } + }, + "leg37": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": [1.3, 1.6, 1] + }, + "leg44": { + "rotation": { + "0.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.toxapex.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "toxapex": { + "rotation": { + "0.0": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-0.55404, 12.48791, -2.56062], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg16": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [6.73275, 18.95924, -10.4175], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [3.07308, 19.46865, -3.81533], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg24": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg13": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [8.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg15": { + "rotation": { + "0.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg7": { + "rotation": { + "0.0": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-0.43439, -2.462, 10.00933], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-1.908, -8.54102, 12.64249], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg9": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg10": { + "rotation": { + "0.0": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [14.56561, -2.462, 10.00933], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-0.36546, 2.44554, 4.99678], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg25": { + "rotation": { + "0.0": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-3.86032, 9.23186, -22.81179], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg27": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg19": { + "rotation": { + "0.0": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-4.11937, 8.66731, -25.03139], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 27.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg21": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg4": { + "rotation": { + "0.0": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-0.91719, 9.95425, 12.21588], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body2": { + "rotation": { + "0.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + } + } + }, + "leg2": { + "rotation": { + "0.0": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-0.91719, 9.95425, 12.21588], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg36": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg37": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + }, + "scale": [1.3, 1.6, 1] + }, + "leg28": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-0.19164, 1.07096, 9.87848], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + }, + "scale": [1.3, 1.6, 1] + }, + "leg34": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg35": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + } + }, + "leg44": { + "rotation": { + "0.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "leg": { + "rotation": { + "0.0": [0, -17.5, 0], + "0.2083": [-15.26569, 16.7708, -19.42559], + "0.5": [0, 32.5, 0], + "0.75": [0, 30, 0], + "1.0": [0, -17.5, 0] + } + } + } + }, + "animation.toxapex.sleep": { + "loop": true, + "animation_length": 1.125, + "bones": { + "head": { + "rotation": [22.5, 0, 0] + }, + "eyelid": { + "scale": [1.1, 3.3, 1.1] + }, + "body2": { + "rotation": [-47.5, 0, 0] + }, + "leg28": { + "rotation": [32.5, 0, 0], + "scale": [1.3, 1.6, 1] + }, + "leg33": { + "rotation": [82.5, 0, 0] + }, + "leg34": { + "rotation": [24.78568, -3.54819, 6.60461] + }, + "leg35": { + "rotation": [42.5, 0, 0] + }, + "leg37": { + "rotation": [45.73209, -13.73143, -18.3793], + "scale": [1.3, 1.6, 1] + }, + "leg42": { + "rotation": [70.03852, -9.99038, -0.44067] + }, + "leg43": { + "rotation": [32.5, 0, 0] + }, + "leg44": { + "rotation": [40, 0, 0] + } + } + }, + "animation.toxapex.blink": { + "animation_length": 0.54167, + "bones": { + "eyelid": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 2.6, 1.1], + "0.5417": [1, 1, 1] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0848_toxel/toxel.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0848_toxel/toxel.animation.json new file mode 100644 index 0000000..16f1ded --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0848_toxel/toxel.animation.json @@ -0,0 +1,580 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.toxel.ground_idle": { + "loop": true, + "animation_length": 3.75, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, -0.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg2": { + "position": { + "0.0": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + } + } + }, + "leg4": { + "rotation": { + "0.0": { + "post": [0, 62.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0.47717, -0.27423, 2.4685], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.9583": { + "post": [0.47717, -0.27423, 2.4685], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0.47717, -0.27423, 2.4685], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail2": { + "rotation": { + "0.0": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [3.86032, -9.23186, -22.81179], + "lerp_mode": "catmullrom" + }, + "3.2083": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail3": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + } + }, + "eletric": { + "rotation": { + "0.0": [0, 0, -20], + "0.25": [0, 0, 30], + "0.5": [0, 0, -20], + "0.75": [0, 0, 30], + "1.0": [0, 0, -20], + "1.25": [0, 0, 30], + "1.5": [0, 0, -20], + "1.75": [0, 0, 30], + "2.0": [0, 0, -20], + "2.25": [0, 0, 30], + "2.5": [0, 0, -20], + "2.7917": [0, 0, 30], + "3.1667": [0, 0, -20], + "3.4583": [0, 0, 30], + "3.75": [0, 0, -20] + }, + "scale": { + "0.0": [1, 1, 1], + "0.0833": [1, 0.6, 1], + "0.1667": [1, 1, 1], + "0.25": [1, 0.6, 1], + "0.3333": [1, 1, 1], + "0.4167": [1, 0.6, 1], + "0.5": [1, 1, 1], + "0.5833": [1, 0.6, 1], + "0.6667": [1, 1, 1], + "0.75": [1, 0.6, 1], + "0.8333": [1, 1, 1], + "0.9167": [1, 0.6, 1], + "1.0": [1, 1, 1], + "1.0833": [1, 0.6, 1], + "1.1667": [1, 1, 1], + "1.25": [1, 0.6, 1], + "1.3333": [1, 1, 1], + "1.4167": [1, 0.6, 1], + "1.5": [1, 1, 1], + "1.5833": [1, 0.6, 1], + "1.6667": [1, 1, 1], + "1.75": [1, 0.6, 1], + "1.8333": [1, 1, 1], + "1.9167": [1, 0.6, 1], + "2.0": [1, 1, 1], + "2.0833": [1, 0.6, 1], + "2.1667": [1, 1, 1], + "2.25": [1, 0.6, 1], + "2.3333": [1, 1, 1], + "2.4167": [1, 0.6, 1], + "2.5": [1, 1, 1], + "2.5833": [1, 0.6, 1], + "2.6667": [1, 1, 1], + "2.75": [1, 0.6, 1], + "2.8333": [1, 1, 1], + "2.9167": [1, 0.6, 1], + "3.0": [1, 1, 1], + "3.0833": [1, 0.6, 1], + "3.1667": [1, 1, 1], + "3.25": [1, 0.6, 1], + "3.3333": [1, 1, 1], + "3.4167": [1, 0.6, 1], + "3.5": [1, 1, 1], + "3.625": [1, 0.6, 1], + "3.75": [1, 1, 1] + } + }, + "legfixed": { + "rotation": [0, -40, 0] + } + } + }, + "animation.toxel.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "leg4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 2, -1], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + } + } + }, + "leg": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 2, -1], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -3], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + } + } + }, + "leg2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 2, -0.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0.6, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-8.18089, 10.58773, 5.16674], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-8.99904, 11.09296, -12.88972], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-7.5, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail2": { + "rotation": { + "0.0": [0, -30, 0], + "0.1667": [0, -17.5, 0], + "0.4167": [0, 17.5, 0], + "0.75": [0, -25, 0], + "1.0": [0, -30, 0] + } + }, + "tail3": { + "rotation": { + "0.0": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-28.59211, -13.13017, -20.00368], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-29.0625, -1.40625, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "eletric": { + "scale": { + "0.0": [1, 1, 1], + "0.0833": [1, 0.6, 1], + "0.1667": [1, 1, 1], + "0.25": [1, 0.6, 1], + "0.3333": [1, 1, 1], + "0.4167": [1, 0.6, 1], + "0.5": [1, 1, 1], + "0.5833": [1, 0.6, 1], + "0.6667": [1, 1, 1], + "0.75": [1, 0.6, 1], + "0.8333": [1, 1, 1], + "0.9167": [1, 0.6, 1], + "1.0": [1, 1, 1] + } + }, + "legfixed": { + "position": { + "0.0": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.toxel.blink": { + "animation_length": 0.375, + "bones": { + "eyelids": { + "position": { + "0.0": [0, 0, 0], + "0.2083": [0, -1, 0], + "0.375": [0, 0, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1.8, 1], + "0.375": [1, 1, 1] + } + } + } + }, + "animation.toxel.sleep": { + "loop": true, + "bones": { + "Toxel": { + "position": [0, -6, 0] + }, + "leg4": { + "rotation": [97.5, 0, 0] + }, + "leg": { + "rotation": [-93.38905, 42.45005, -2.28888] + }, + "leg2": { + "rotation": [-83.23267, -42.30053, -4.56615] + }, + "tail": { + "rotation": [-37.5, 0, 0] + }, + "eyelids": { + "position": [0, -1, 0], + "scale": [1.04, 1.7, 1] + }, + "legfixed": { + "rotation": [99.46573, -9.52903, -21.94653] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0849_toxtricity/toxtricitya.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0849_toxtricity/toxtricitya.animation.json new file mode 100644 index 0000000..4132141 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0849_toxtricity/toxtricitya.animation.json @@ -0,0 +1,1282 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.toxtricitya.ground_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "toxtricity": { + "rotation": [0, -40, 0] + }, + "leg": { + "rotation": [0, 30, 0] + }, + "torso": { + "rotation": { + "0.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso2": { + "rotation": { + "0.0": { + "post": [32.72854, 21.09125, 6.95879], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [30.22854, 21.09125, 6.95879], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [32.72854, 21.09125, 6.95879], + "lerp_mode": "catmullrom" + } + } + }, + "torso3": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm3": { + "rotation": { + "0.0": { + "post": [-4.46175, 17.00837, 54.36497], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-5.38152, 19.291, 51.58473], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-4.52638, 19.50068, 54.15871], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-4.46175, 17.00837, 54.36497], + "lerp_mode": "catmullrom" + } + } + }, + "arm4": { + "rotation": { + "0.0": { + "post": [170.23242, 2.15393, 12.31594], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [170.021, 11.93, 10.60356], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [170.16454, 7.00447, 11.47544], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [170.23242, 2.15393, 12.31594], + "lerp_mode": "catmullrom" + } + } + }, + "hand2": { + "rotation": { + "0.0": { + "post": [-55, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-75, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-55, 0, -27.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm": { + "rotation": { + "0.0": { + "post": [0, -37.5, -62.5], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-1.77068, -35.28745, -59.43678], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, -32.5, -62.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -37.5, -62.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm2": { + "rotation": { + "0.0": { + "post": [146.26501, -9.93191, -14.48174], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [148.15593, -15.35793, -23.09454], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [146.65823, -11.32059, -16.61312], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [146.26501, -9.93191, -14.48174], + "lerp_mode": "catmullrom" + } + } + }, + "hand": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [-20, 0, 0], + "2.0": [0, 0, 0] + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [0, -10, 0], + "lerp_mode": "catmullrom" + } + } + }, + "finger": { + "rotation": { + "0.0": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [-7.5, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-6.71031, -17.80928, -2.60344], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-8.26582, -17.16, 2.57076], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-7.5, -17.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck2": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-4.85369, 27.02157, 15.37556], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-5.21716, 23.91873, 15.4426], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5.88717, 33.24376, 6.94834], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-4.85369, 27.02157, 15.37556], + "lerp_mode": "catmullrom" + } + } + }, + "jawbone": { + "rotation": { + "0.0": [0, 0, 0], + "0.625": [5, 0, 0], + "1.375": [0, 0, 0] + } + }, + "eletric2": { + "scale": { + "0.0": [1, 1, 1], + "0.0833": [1, 0.9, 1], + "0.1667": [1, 1, 1], + "0.25": [1, 0.9, 1], + "0.3333": [1, 1, 1], + "0.4167": [1, 0.9, 1], + "0.5": [1, 1, 1], + "0.5833": [1, 0.9, 1], + "0.6667": [1, 1, 1], + "0.75": [1, 0.9, 1], + "0.8333": [1, 1, 1], + "0.9167": [1, 0.9, 1], + "1.0": [1, 1, 1], + "1.0833": [1, 0.9, 1], + "1.1667": [1, 1, 1], + "1.25": [1, 0.9, 1], + "1.3333": [1, 1, 1], + "1.4167": [1, 0.9, 1], + "1.5": [1, 1, 1], + "1.5833": [1, 0.9, 1], + "1.6667": [1, 1, 1], + "1.75": [1, 0.9, 1], + "1.8333": [1, 1, 1], + "1.9167": [1, 0.9, 1], + "2.0": [1, 1, 1] + } + } + } + }, + "animation.toxtricitya.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "toxtricity": { + "position": { + "0.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -0.33, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg2": { + "rotation": { + "0.0": { + "post": [-46.78082, 13.99545, -14.43276], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [11.56866, 11.40259, 0.71555], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [41.56866, 11.40259, 0.71555], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-46.78082, 13.99545, -14.43276], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 3, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg": { + "rotation": { + "0.0": { + "post": [29.44954, -16.14777, -8.68999], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-40.68495, -10.57013, 20.02389], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [29.44954, -16.14777, -8.68999], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 2.54, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "knee": { + "rotation": { + "0.0": { + "post": [62.76551, 6.26609, -21.98523], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [61.07261, 7.91142, -19.08204], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [10.32399, 9.46088, -12.26026], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [26.59756, 9.83097, -15.69497], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [62.76551, 6.26609, -21.98523], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm3": { + "rotation": { + "0.0": { + "post": [104.28509, -16.41056, 67.52369], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [130.67815, 9.54385, 68.11019], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [104.28509, -16.41056, 67.52369], + "lerp_mode": "catmullrom" + } + } + }, + "arm4": { + "rotation": { + "0.0": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, -45], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -40], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + } + } + }, + "hand2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm": { + "rotation": { + "0.0": { + "post": [141.33099, -11.14485, -68.57875], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [131.27775, 34.59292, -66.90807], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [141.33099, -11.14485, -68.57875], + "lerp_mode": "catmullrom" + } + } + }, + "arm2": { + "rotation": { + "0.0": { + "post": [0, 10, 27.5], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 15, 40], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-3.93783, 14.48285, 24.6112], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 10, 27.5], + "lerp_mode": "catmullrom" + } + } + }, + "hand": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [0, -52.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [0, -67.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "finger": { + "rotation": { + "0.0": { + "post": [0, -40, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [0, 42.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [0, 27.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "eletric": { + "scale": { + "0.0": [1, 1, 1], + "0.0833": [1, 1, 0.8], + "0.1667": [1, 1, 1], + "0.25": [1, 1, 0.9], + "0.3333": [1, 1, 1], + "0.4167": [1, 1, 0.8], + "0.5": [1, 1, 1], + "0.5833": [1, 1, 0.8], + "0.6667": [1, 1, 1], + "0.75": [1, 1, 0.8], + "0.8333": [1, 1, 1], + "0.9167": [1, 1, 0.8], + "1.0": [1, 1, 1] + } + }, + "eletric2": { + "scale": { + "0.0": [1, 1, 1], + "0.0833": [1, 0.9, 1], + "0.1667": [1, 1, 1], + "0.25": [1, 0.9, 1], + "0.3333": [1, 1, 1], + "0.4167": [1, 0.9, 1], + "0.5": [1, 1, 1], + "0.5833": [1, 0.9, 1], + "0.6667": [1, 1, 1], + "0.75": [1, 0.9, 1], + "0.8333": [1, 1, 1], + "0.9167": [1, 0.9, 1], + "1.0": [1, 1, 1] + } + }, + "kneefixed": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [35.0652, 5.556, 18.6516], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [35.68672, 22.91934, 15.62633], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.toxtricitya.battle_idle": { + "loop": true, + "animation_length": 3, + "bones": { + "toxtricity": { + "rotation": { + "0.0": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -4, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg2": { + "rotation": { + "0.0": { + "post": [-51.53653, -11.84911, -9.26433], + "lerp_mode": "catmullrom" + } + } + }, + "leg": { + "rotation": { + "0.0": { + "post": [-31.84407, 15.35793, 23.09454], + "lerp_mode": "catmullrom" + } + } + }, + "knee": { + "rotation": { + "0.0": { + "post": [41.07549, 19.74759, -11.6901], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 2, -2], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [-15.04099, -4.0244, 1.08033], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-15.01365, 2.41476, -0.64743], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-15.04099, -4.0244, 1.08033], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1, -1], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -0.4, -1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -1, -1], + "lerp_mode": "catmullrom" + } + } + }, + "torso2": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso3": { + "rotation": { + "0.0": { + "post": [30.07612, 3.10361, 1.6197], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [25.05971, 2.9559, 1.54224], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [30.07612, 3.10361, 1.6197], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [25.05971, 2.9559, 1.54224], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [30.07612, 3.10361, 1.6197], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [25.05971, 2.9559, 1.54224], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [30.07612, 3.10361, 1.6197], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm3": { + "rotation": { + "0.0": { + "post": [0, 0, 70], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -10, 66.25], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 60], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 7.5, 65.83333], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 70], + "lerp_mode": "catmullrom" + } + } + }, + "arm4": { + "rotation": { + "0.0": { + "post": [0, 72.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "hand2": { + "rotation": { + "0.0": { + "post": [0, 80, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 52.5, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 40, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 32.5, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 42.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 40, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 32.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 32.5, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 40, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 32.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm": { + "rotation": { + "0.0": { + "post": [10.54242, -47.75204, -56.98442], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [8.68253, -35.42458, -54.19893], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10.54242, -47.75204, -56.98442], + "lerp_mode": "catmullrom" + } + } + }, + "arm2": { + "rotation": { + "0.0": { + "post": [4.94278, -58.7037, 42.91657], + "lerp_mode": "catmullrom" + } + } + }, + "hand": { + "rotation": { + "0.0": { + "post": [-38.12634, -46.91981, 47.05782], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [28.22975, -52.42246, -34.11397], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-38.12634, -46.91981, 47.05782], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [28.22975, -52.42246, -34.11397], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-38.12634, -46.91981, 47.05782], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [28.22975, -52.42246, -34.11397], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-38.12634, -46.91981, 47.05782], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [28.22975, -52.42246, -34.11397], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-38.12634, -46.91981, 47.05782], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [28.22975, -52.42246, -34.11397], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-38.12634, -46.91981, 47.05782], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [28.22975, -52.42246, -34.11397], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-38.12634, -46.91981, 47.05782], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [0, -35, -22.5], + "lerp_mode": "catmullrom" + } + } + }, + "finger": { + "rotation": { + "0.0": { + "post": [0, -17.5, 10], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck2": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-12.00432, 19.50645, -13.27463], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-29.50432, 19.50645, -13.27463], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.00432, 19.50645, -13.27463], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-29.50432, 19.50645, -13.27463], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.00432, 19.50645, -13.27463], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-29.50432, 19.50645, -13.27463], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-12.00432, 19.50645, -13.27463], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-29.50432, 19.50645, -13.27463], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-12.00432, 19.50645, -13.27463], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-29.50432, 19.50645, -13.27463], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-12.00432, 19.50645, -13.27463], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-29.50432, 19.50645, -13.27463], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.00432, 19.50645, -13.27463], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jawbone": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "eyelids": { + "scale": { + "0.0": { + "post": [1, 2.4, 1], + "lerp_mode": "catmullrom" + } + } + }, + "eletric2": { + "scale": { + "0.0": [1, 1, 1], + "0.0833": [1, 0.8, 1], + "0.1667": [1, 1, 1], + "0.25": [1, 0.8, 1], + "0.3333": [1, 1, 1], + "0.4167": [1, 0.8, 1], + "0.5": [1, 1, 1], + "0.5833": [1, 0.8, 1], + "0.6667": [1, 1, 1], + "0.75": [1, 0.8, 1], + "0.8333": [1, 1, 1], + "0.9167": [1, 0.8, 1], + "1.0": [1, 1, 1], + "1.0833": [1, 0.8, 1], + "1.1667": [1, 1, 1], + "1.25": [1, 0.8, 1], + "1.3333": [1, 1, 1], + "1.4167": [1, 0.8, 1], + "1.5": [1, 1, 1], + "1.5833": [1, 0.8, 1], + "1.6667": [1, 1, 1], + "1.75": [1, 0.8, 1], + "1.8333": [1, 1, 1], + "1.9167": [1, 0.8, 1], + "2.0": [1, 1, 1], + "2.0833": [1, 0.8, 1], + "2.1667": [1, 1, 1], + "2.25": [1, 0.8, 1], + "2.3333": [1, 1, 1], + "2.4167": [1, 0.8, 1], + "2.5": [1, 1, 1], + "2.5833": [1, 0.8, 1], + "2.6667": [1, 1, 1], + "2.75": [1, 0.8, 1], + "2.8333": [1, 1, 1], + "2.9167": [1, 0.8, 1], + "3.0": [1, 1, 1] + } + }, + "kneefixed": { + "rotation": [57.5, 0, 0], + "position": [0, 2, -1] + } + } + }, + "animation.toxtricitya.sleep": { + "loop": true, + "bones": { + "toxtricity": { + "position": [0, -12, 0] + }, + "leg2": { + "rotation": [-92.5, 0, 0] + }, + "leg": { + "rotation": [-92.5, 0, 0] + }, + "torso3": { + "rotation": [22.5, 0, 0], + "position": [0, -1, 0] + }, + "arm3": { + "rotation": [-7.08385, 16.66577, 75.79388] + }, + "hand2": { + "rotation": [-52.08931, 74.3214, -26.24642] + }, + "arm": { + "rotation": [-2.71994, -19.82169, -79.52468] + }, + "hand": { + "rotation": [0, -62.5, 0] + }, + "bone": { + "rotation": [0, -25, 0] + }, + "bone2": { + "rotation": [-4.11405, -22.13991, 10.80524] + }, + "finger": { + "rotation": [0, -25, 0] + }, + "eyelids": { + "scale": [1, 2.4, 1] + }, + "eletric2": { + "scale": [1, 0.7, 0.9] + } + } + }, + "animation.toxtricitya.blink": { + "animation_length": 0.20833, + "bones": { + "eyelids": { + "scale": { + "0.0": [1, 1, 1], + "0.0833": [1, 2.5, 1], + "0.2083": [1, 1, 1] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0849_toxtricity/toxtricityb.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0849_toxtricity/toxtricityb.animation.json new file mode 100644 index 0000000..c91c824 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0849_toxtricity/toxtricityb.animation.json @@ -0,0 +1,1133 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.toxtricityb.ground_idle": { + "loop": true, + "animation_length": 3, + "bones": { + "toxtricity": { + "rotation": [0, 37.5, 0] + }, + "torso3": { + "rotation": { + "0.0": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm3": { + "rotation": { + "0.0": { + "post": [1.5741, 17.43127, 65.24133], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [1.00825, 17.5015, 62.63142], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [1.84696, 22.33718, 65.4169], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1.5741, 17.43127, 65.24133], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm": { + "rotation": { + "0.0": { + "post": [0, 22.5, -70], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [2.06754, 22.40972, -64.59039], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [1.03509, 22.47741, -67.29431], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 22.5, -70], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm2": { + "rotation": { + "0.0": { + "post": [71.59934, -49.56391, -11.81973], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [69.09934, -49.56391, -11.81973], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [81.59934, -49.56391, -11.81973], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [71.59934, -49.56391, -11.81973], + "lerp_mode": "catmullrom" + } + } + }, + "arm4": { + "rotation": { + "0.0": { + "post": [96.50446, -3.74196, 29.78729], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [96.15518, -4.29357, 34.76905], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [96.79098, -3.18735, 25.02878], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [96.50446, -3.74196, 29.78729], + "lerp_mode": "catmullrom" + } + } + }, + "hand2": { + "rotation": [57.5, 0, 0] + }, + "leg2": { + "rotation": [6.31274, -31.94715, -11.80868] + }, + "neck": { + "rotation": [-1.6575, -12.39135, 7.67995], + "position": [0, 0, 0] + }, + "neck2": { + "rotation": [0, 0, 10] + }, + "head": { + "rotation": { + "0.0": { + "post": [-7.38192, -1.99066, -12.42206], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-4.92442, -0.86717, -9.96271], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-7.39091, -1.1362, -9.31784], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-4.98125, -0.42701, -4.88704], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-2.46901, 0.14694, 1.68859], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [-4.97379, -0.47599, -5.45406], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-7.38192, -1.99066, -12.42206], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [2.66, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.66, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [3.82, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "hand": { + "rotation": { + "0.0": { + "post": [73.06161, 4.46375, 14.33501], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": [0, 7.5, 0] + }, + "bone": { + "rotation": [0, -17.5, 0] + }, + "bone2": { + "rotation": [0, -35, 0] + }, + "finger": { + "rotation": [0, -32.5, 0] + }, + "bone5": { + "rotation": [0, 30, 0] + }, + "bone6": { + "rotation": [0, 20, 0] + }, + "eletric": { + "scale": { + "0.0": [1, 1, 1], + "0.0833": [1, 0.9, 1], + "0.1667": [1, 1, 1], + "0.25": [1, 0.9, 1], + "0.3333": [1, 1, 1], + "0.4167": [1, 0.9, 1], + "0.5": [1, 1, 1], + "0.5833": [1, 0.9, 1], + "0.6667": [1, 1, 1], + "0.75": [1, 0.9, 1], + "0.8333": [1, 1, 1], + "0.9167": [1, 0.9, 1], + "1.0": [1, 1, 1], + "1.0833": [1, 0.9, 1], + "1.1667": [1, 1, 1], + "1.25": [1, 0.9, 1], + "1.3333": [1, 1, 1], + "1.4167": [1, 0.9, 1], + "1.5": [1, 1, 1], + "1.5833": [1, 0.9, 1], + "1.6667": [1, 1, 1], + "1.75": [1, 0.9, 1], + "1.8333": [1, 1, 1], + "1.9167": [1, 0.9, 1], + "2.0": [1, 1, 1], + "2.0833": [1, 0.9, 1], + "2.1667": [1, 1, 1], + "2.25": [1, 0.9, 1], + "2.3333": [1, 1, 1], + "2.4167": [1, 0.9, 1], + "2.5": [1, 1, 1], + "2.5833": [1, 0.9, 1], + "2.6667": [1, 1, 1], + "2.75": [1, 0.9, 1], + "2.8333": [1, 1, 1], + "2.9167": [1, 0.9, 1], + "3.0": [1, 1, 1] + } + }, + "fixedknee": { + "rotation": [0, 0, 12.5] + } + } + }, + "animation.toxtricityb.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "toxtricity": { + "position": { + "0.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -0.33, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg2": { + "rotation": { + "0.0": { + "post": [-46.78082, 13.99545, -14.43276], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [11.56866, 11.40259, 0.71555], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [41.56866, 11.40259, 0.71555], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-46.78082, 13.99545, -14.43276], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 3, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg": { + "rotation": { + "0.0": { + "post": [29.44954, -16.14777, -8.68999], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-40.68495, -10.57013, 20.02389], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [29.44954, -16.14777, -8.68999], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 2.54, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "knee": { + "rotation": { + "0.0": { + "post": [62.76551, 6.26609, -21.98523], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [61.07261, 7.91142, -19.08204], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [10.32399, 9.46088, -12.26026], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [26.59756, 9.83097, -15.69497], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [62.76551, 6.26609, -21.98523], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm3": { + "rotation": { + "0.0": { + "post": [104.28509, -16.41056, 67.52369], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [130.67815, 9.54385, 68.11019], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [104.28509, -16.41056, 67.52369], + "lerp_mode": "catmullrom" + } + } + }, + "arm4": { + "rotation": { + "0.0": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, -45], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -40], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + } + } + }, + "hand2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm": { + "rotation": { + "0.0": { + "post": [141.33099, -11.14485, -68.57875], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [131.27775, 34.59292, -66.90807], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [141.33099, -11.14485, -68.57875], + "lerp_mode": "catmullrom" + } + } + }, + "arm2": { + "rotation": { + "0.0": { + "post": [0, 10, 27.5], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 15, 40], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-3.93783, 14.48285, 24.6112], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 10, 27.5], + "lerp_mode": "catmullrom" + } + } + }, + "hand": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [0, -52.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [0, -67.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "finger": { + "rotation": { + "0.0": { + "post": [0, -40, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [0, 42.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [0, 27.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "eletric": { + "scale": { + "0.0": [1, 1, 1], + "0.0833": [1, 1, 0.8], + "0.1667": [1, 1, 1], + "0.25": [1, 1, 0.9], + "0.3333": [1, 1, 1], + "0.4167": [1, 1, 0.8], + "0.5": [1, 1, 1], + "0.5833": [1, 1, 0.8], + "0.6667": [1, 1, 1], + "0.75": [1, 1, 0.8], + "0.8333": [1, 1, 1], + "0.9167": [1, 1, 0.8], + "1.0": [1, 1, 1] + } + }, + "fixedknee": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [30, 0, 0], + "0.625": [37.5, 0, 0], + "1.0": [0, 0, 0] + } + } + } + }, + "animation.toxtricityb.battle_idle": { + "loop": true, + "animation_length": 1.5, + "bones": { + "toxtricity": { + "position": { + "0.0": { + "post": [0, -3, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg2": { + "rotation": { + "0.0": { + "post": [31.61077, -7.99978, -19.92182], + "lerp_mode": "catmullrom" + } + }, + "position": [0, 2, 0] + }, + "leg": { + "rotation": { + "0.0": { + "post": [-64.46949, 11.31255, 5.35254], + "lerp_mode": "catmullrom" + } + } + }, + "knee": { + "rotation": { + "0.0": { + "post": [65.25237, -11.78891, -28.22783], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [10.00933, 2.462, 0.43439], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [10.00933, -2.462, -0.43439], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [10.00933, 2.462, 0.43439], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0.6, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0.6, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso2": { + "rotation": { + "0.0": { + "post": [-12.54624, 4.88119, -1.08482], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-12.54624, -4.88119, 1.08482], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-12.54624, 4.88119, -1.08482], + "lerp_mode": "catmullrom" + } + } + }, + "torso3": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [19.98247, 0.85481, -2.34941], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [19.98247, -0.85481, 2.34941], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm3": { + "rotation": { + "0.0": { + "post": [3.22284, 16.94208, 50.10134], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [6.89989, 15.83437, 63.08191], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0.14161, 17.23649, 39.64268], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [3.22284, 16.94208, 50.10134], + "lerp_mode": "catmullrom" + } + } + }, + "arm4": { + "rotation": { + "0.0": { + "post": [-70.70466, 29.78401, -54.82326], + "lerp_mode": "catmullrom" + } + } + }, + "hand2": { + "rotation": { + "0.0": { + "post": [-4.64696, 59.39401, 13.07213], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [8.01429, 59.17198, 27.77856], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-4.64696, 59.39401, 13.07213], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [3.69963, 59.43221, 22.76176], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-4.64696, 59.39401, 13.07213], + "lerp_mode": "catmullrom" + } + } + }, + "arm": { + "rotation": { + "0.0": { + "post": [-36.2416, -39.54437, -48.86385], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-39.04578, -43.62974, -44.64619], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-30.85033, -26.39158, -58.93619], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-36.2416, -39.54437, -48.86385], + "lerp_mode": "catmullrom" + } + } + }, + "arm2": { + "rotation": { + "0.0": { + "post": [-7.10431, -60.89158, 11.74777], + "lerp_mode": "catmullrom" + } + } + }, + "hand": { + "rotation": { + "0.0": { + "post": [0, -37.5, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-7.58967, -36.83503, 12.53061], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [7.58967, -36.83503, -12.53061], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -37.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [0, -125, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "finger": { + "rotation": { + "0.0": { + "post": [0, -10, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck2": { + "rotation": { + "0.0": { + "post": [-22.29148, -0.97437, -0.20466], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-24.91643, -2.11089, -4.53359], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-24.91643, 2.11089, 4.53359], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 1, -1], + "lerp_mode": "catmullrom" + } + } + }, + "jawbone": { + "rotation": { + "0.0": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "eyelids": { + "scale": { + "0.0": { + "post": [1, 0.4, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [0, 137.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "eletric": { + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [1, 0.8, 1], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [1, 0.8, 1], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [1, 0.8, 1], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [1, 0.8, 1], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [1, 0.8, 1], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [1, 0.8, 1], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [1, 0.8, 1], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [1, 0.8, 1], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [1, 0.8, 1], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "fixedknee": { + "rotation": [45.59494, 45.77028, 24.63593] + } + } + }, + "animation.toxtricityb.sleep": { + "loop": true, + "bones": { + "toxtricity": { + "position": [0, -12, 0] + }, + "leg2": { + "rotation": [-92.5, 0, 0] + }, + "leg": { + "rotation": [-92.5, 0, 0] + }, + "torso3": { + "rotation": [22.5, 0, 0], + "position": [0, -1, 0] + }, + "arm3": { + "rotation": [-7.08385, 16.66577, 75.79388] + }, + "hand2": { + "rotation": [-52.08931, 74.3214, -26.24642] + }, + "arm": { + "rotation": [-2.71994, -19.82169, -79.52468] + }, + "hand": { + "rotation": [0, -62.5, 0] + }, + "bone": { + "rotation": [0, -25, 0] + }, + "bone2": { + "rotation": [-4.11405, -22.13991, 10.80524] + }, + "finger": { + "rotation": [0, -25, 0] + }, + "eyelids": { + "scale": [1, 2.4, 1] + }, + "eletric2": { + "scale": [1, 0.7, 0.9] + } + } + }, + "animation.toxtricityb.blink": { + "animation_length": 0.20833, + "bones": { + "eyelids": { + "scale": { + "0.0": [1, 1, 1], + "0.0833": [1, 2.5, 1], + "0.2083": [1, 1, 1] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0896_glastrier/glastrier.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0896_glastrier/glastrier.animation.json new file mode 100644 index 0000000..f0e29e2 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0896_glastrier/glastrier.animation.json @@ -0,0 +1,11 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.glastrier.ground_idle": { + "loop": true + }, + "animation.glastrier.ground_walk": { + "loop": true + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0897_spectrier/spectrier.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0897_spectrier/spectrier.animation.json new file mode 100644 index 0000000..a34f79b --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0897_spectrier/spectrier.animation.json @@ -0,0 +1,11 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.spectrier.ground_idle": { + "loop": true + }, + "animation.spectrier.ground_walk": { + "loop": true + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0898_calyrex/calyrex.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0898_calyrex/calyrex.animation.json new file mode 100644 index 0000000..a0499f7 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0898_calyrex/calyrex.animation.json @@ -0,0 +1,11 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.calyrex.ground_walk": { + "loop": true + }, + "animation.calyrex.ground_idle": { + "loop": true + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0971_greavard/greavard.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0971_greavard/greavard.animation.json new file mode 100644 index 0000000..f1380df --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0971_greavard/greavard.animation.json @@ -0,0 +1,2178 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.greavard.ground_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0.5, 0.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-2.49762, -0.10901, -2.49762], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2.4905, 0.21782, -4.99527], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-2.22011, 0.09691, 2.49812], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tongue": { + "rotation": { + "0.0": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-2.5761, 0.67904, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tongue2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tongue3": { + "rotation": { + "0.0": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, -10, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [49.87926, 32.79775, 32.73241], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [43.41006, -20.71501, -18.50097], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [44.09531, 22.52101, 20.36057], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [41.7633, -15.18892, -13.16783], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [49.87926, 32.79775, 32.73241], + "lerp_mode": "catmullrom" + } + } + }, + "tail2": { + "rotation": { + "0.0": { + "post": [21.65967, -18.50774, -7.14047], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [21.50238, 21.07593, 8.0634], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [21.36678, -19.16325, -7.31483], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [21.70679, -21.48876, -8.29345], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [24.66331, 34.43882, 14.56002], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [21.13012, -13.85185, -5.2418], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [21.65967, -18.50774, -7.14047], + "lerp_mode": "catmullrom" + } + } + }, + "tail3": { + "rotation": { + "0.0": { + "post": [31.3334, -10.05022, -6.20464], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [32.28821, -20.25695, -12.34509], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [32.62236, 19.05536, 11.68907], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [31.8668, -15.16607, -9.35163], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [32.11999, 15.62817, 9.45903], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [32.52067, 17.74096, 10.85433], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [31.3334, -10.05022, -6.20464], + "lerp_mode": "catmullrom" + } + } + }, + "tail4": { + "rotation": { + "0.0": { + "post": [33.7856, -18.1012, -11.84499], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [30.86748, -12.95254, -7.63074], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [31.8539, 17.73951, 10.69841], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [30.97293, -12.38275, -7.35585], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [32.53343, -20.82016, -12.79638], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [34.82268, 24.01408, 15.58227], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [33.7856, -18.1012, -11.84499], + "lerp_mode": "catmullrom" + } + } + }, + "leftfur": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightfur": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightfur2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 37.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftfur2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftear": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftear2": { + "rotation": { + "0.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 22.3], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, -15.3], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + } + } + }, + "rightear": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightear2": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + } + }, + "whisp": { + "rotation": { + "0.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [7.43656, 0.9762, -7.43656], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [9.91615, -1.29876, 7.38733], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [3.65046, -0.27237, -6.423], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [11.57518, 4.75113, -22.01816], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [7.43656, -0.9762, 7.43656], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [1, 0.9, 1], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [1, 1.1, 1], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [1, 0.9, 1], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [1, 1.1, 1], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [1, 0.9, 1], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [1, 1.1, 1], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [1, 0.9, 1], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [1, 1.1, 1], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [1, 0.9, 1], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [1, 1.1, 1], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [1, 0.9, 1], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [1, 1.1, 1], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [1, 0.9, 1], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "rightleg": { + "rotation": { + "0.0": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightleg2": { + "rotation": { + "0.0": { + "post": [0, 35, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 35, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.greavard.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "rightleg": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -0.3, -1], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + } + } + }, + "leftleg2": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-16.17354, -21.69365, 6.1191], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 1.7, -0.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -0.6, -2], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + } + } + }, + "rightleg2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [27.19704, -3.73862, -2.83632], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-26.85538, 7.43987, -5.63519], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 2, -1], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + } + } + }, + "leftleg": { + "rotation": { + "0.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -0.6, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 1.7, -1], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -2.51], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -0.3, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0.2, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -0.3, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightfur": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightfur2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftfur": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-1.06618, 1.46136, -4.69381], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftfur2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, -35], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [2.5, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "rightear": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightear2": { + "rotation": { + "0.0": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + } + } + }, + "leftear": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "leftear2": { + "rotation": { + "0.0": { + "post": [0, 0, 27.88], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 27.88], + "lerp_mode": "catmullrom" + } + } + }, + "whisp": { + "rotation": { + "0.0": [0, 0, 15], + "0.125": [9.136, 0, 9.03712], + "0.25": [-6.77235, 0, 6.84232], + "0.375": [5.23361, 0, -5.04377], + "0.5": [0, 0, -20], + "0.625": [-16.85069, 0, -8.30289], + "0.7917": [0.9589, 0, 0.2758], + "1.0": [0, 0, 15] + }, + "scale": { + "0.0": { + "post": [1, 0.9, 1], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [1, 0.8, 1], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [1, 0.8, 1], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [1, 0.8, 1], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [1, 0.9, 1], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tongue": { + "scale": { + "0.0": { + "post": [1, 1, 0.6], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail2": { + "rotation": { + "0.0": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail4": { + "rotation": { + "0.0": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.greavard.cry": { + "animation_length": 1.08333, + "bones": { + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightear": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0, 42.5], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightear2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 62.5], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftear": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftear2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0, 47.5], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, -40], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 42.5], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "whisp": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [1, 0.7, 1], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [1, 1.2, 1], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [1, 1.1, 1], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [1, 0.9, 1], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [1, 1.3, 1], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [12.91, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [11.7, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tongue": { + "scale": { + "0.0": { + "post": [1, 1, 0.5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [1, 1, 0.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [1, 1, 0.5], + "lerp_mode": "catmullrom" + } + } + }, + "tongue2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [27.67, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-43.33, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tongue3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-50, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [70, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.greavard.faint": { + "animation_length": 4, + "bones": { + "greavard": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, -14, -6], + "lerp_mode": "catmullrom" + } + } + }, + "rightleg": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [87.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftleg2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [30.86004, 21.98759, -32.04535], + "lerp_mode": "catmullrom" + } + } + }, + "rightleg2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [18.17216, -22.75406, 49.3578], + "lerp_mode": "catmullrom" + } + } + }, + "leftleg": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [82.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [1.95, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, -1.26, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "whisp": { + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [1, 0.7, 1], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [1, 1.1, 1], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [1, 0.7, 1], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [1, 1.9, 1], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [1, 2, 1], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [1, 0.8, 1], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0.3, 0.1, 0.1], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tongue2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tongue3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [65, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [72.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-67.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.greavard.sleep": { + "loop": true, + "animation_length": 0.25, + "bones": { + "greavard": { + "position": [0, -17, 8] + }, + "whisp": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, -10], + "0.1667": [0, 0, 10], + "0.25": [0, 0, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "0.125": [1, 0.7, 1], + "0.25": [1, 1, 1] + } + } + } + }, + "animation.greavard.dance": { + "loop": true, + "animation_length": 0.75, + "bones": { + "greavard": { + "rotation": { + "0.0": { + "post": [-32.72348, -6.3202, 4.04618], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-33.14209, 1.05435, -6.65139], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-33.12598, 10.51794, -6.79286], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-32.67092, 4.80847, 2.83685], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-32.72348, -6.3202, 4.04618], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightleg": { + "rotation": { + "0.2083": { + "pre": [37.39455, -3.04137, 3.9705], + "post": [37.39455, -3.04137, 3.9705], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftleg2": { + "rotation": { + "0.0": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-0.51764, -14.99942, 0.13397], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-41.07022, 25.80242, -17.90802], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightleg2": { + "rotation": { + "0.0": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-14.07073, 12.13624, -3.01634], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-14.59582, -19.40349, 4.94438], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftleg": { + "rotation": { + "0.0": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-4.80161, -0.79671, 1.17885], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [2.69839, -0.79671, 1.17885], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -1.3], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 1.2], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightfur": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightfur2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 37.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftfur": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftfur2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, -32.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [28.93803, 29.14089, 15.06885], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [17.91107, -1.85625, -0.66152], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [27.22644, -22.52101, -11.14843], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [18.08223, 3.30994, 1.96021], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [15.43861, 17.83985, 9.33382], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [28.93803, 29.14089, 15.06885], + "lerp_mode": "catmullrom" + } + } + }, + "rightear": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightear2": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 37.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + } + }, + "leftear": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftear2": { + "rotation": { + "0.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 0, 35], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, -67.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + } + } + }, + "whisp": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-1.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tongue": { + "scale": { + "0.0": { + "post": [1, 1, 0.5], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [-45.14615, -24.30509, 67.73086], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-40.12771, 22.01609, -77.84877], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-45.14615, -24.30509, 67.73086], + "lerp_mode": "catmullrom" + } + } + }, + "tail3": { + "rotation": { + "0.0": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0972_houndstone/houndstone.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0972_houndstone/houndstone.animation.json new file mode 100644 index 0000000..378c9b0 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0972_houndstone/houndstone.animation.json @@ -0,0 +1,2400 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.houndstone.ground_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fluff": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fluff2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fluff3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fluff4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fluff5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fluff6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [2.49609, -0.1346, 4.99819], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [1.24564, 0.0208, 1.2522], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [4.99519, 0.17621, -2.49379], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-3.75436, 0.0208, 1.2522], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [2.49609, -0.1346, 4.99819], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-15.28, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.2917": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ear": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "earfur": { + "rotation": { + "0.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "earfur2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "earfur3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 32.5], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -32.5], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "3.4583": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ear3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ear4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + }, + "3.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "earfur4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "3.125": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ear6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [0, 0, -50], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightleg": { + "rotation": { + "0.0": { + "post": [0, 35, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftleg": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail2": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.houndstone.ground_walk": { + "loop": true, + "animation_length": 2.625, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-0.10912, 2.49762, -2.50238], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0.00174, -0.03996, -2.5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-0.14011, -1.6083, 4.10198], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-0.10912, -2.49762, 2.50238], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 1.7, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, -0.6, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 1.7, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fluff": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 3.7], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 1.08], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + } + }, + "fluff2": { + "rotation": { + "0.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -40], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + } + } + }, + "fluff3": { + "rotation": { + "0.0": { + "post": [0, 0, 32.5], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 67.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -57.5], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 0, 37.5], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 32.5], + "lerp_mode": "catmullrom" + } + } + }, + "fur": { + "rotation": { + "0.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "fur2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, -32.5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fluff4": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0, -3.08], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 2.19], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + } + }, + "fluff5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "fluff6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fur4": { + "rotation": { + "0.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "fur5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 42.5], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 40], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, -35], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-2.5, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [3.75, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 2.44316], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 3.37], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-2.5, 0, 3.20694], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0.22059, 0, 2.70339], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0.01423, 0, -2.1643], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [-2.5, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-28.15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ear": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, -9.53], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + } + }, + "ear2": { + "rotation": { + "0.0": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + } + } + }, + "earfur3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-3.70103, -2.56707, -14.7339], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-3.37144, 2.12081, 50.64074], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-3.25186, -2.30008, -16.73154], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [11.34522, 2.582, 36.89102], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [7.35108, 8.12998, 1.98437], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [10.39388, 3.42462, 31.56874], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [10.74668, 2.0469, 38.94972], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [7.96683, 7.2035, 7.8543], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ear3": { + "rotation": { + "0.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "ear4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ear5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 40], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 42.5], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "earfur4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, -32.5], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ear6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, -40], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, -57.5], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -52.5], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, -60], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fur7": { + "rotation": { + "0.0": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "fur8": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fur10": { + "rotation": { + "0.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "fur11": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 35], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightleg": { + "rotation": { + "0.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-0.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 2, 2], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 8, 2], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, -0.31, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 2, 2], + "lerp_mode": "catmullrom" + } + } + }, + "leftleg": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -6], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 2, -1], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 7, -1], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, -6], + "lerp_mode": "catmullrom" + } + } + }, + "rightleg2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -7], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -3], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 6, -5.26], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, -7], + "lerp_mode": "catmullrom" + } + } + }, + "leftleg2": { + "rotation": { + "0.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 3], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 6, -5], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, -1, -8], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 3], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [4.60057, 14.95384, 1.18952], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail2": { + "rotation": { + "0.0": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-4.82333, 11.94324, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.houndstone.cry": { + "animation_length": 0.70833, + "bones": { + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-5.24647, -1.01044, -12.71458], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-9.74158, 2.35712, 12.27932], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0.83, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-2.09, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ear": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "earfur": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [3.75844, -0.07164, 13.5174], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [3.2096, 1.95792, -18.92539], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [3.12124, 2.09599, -21.42314], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [3.56119, 0.2318, 8.65968], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "earfur2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 55], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, -42.5], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, -45], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 47.5], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ear3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ear4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0, -32.5], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, 47.5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "earfur4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, -45], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 37.5], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, -35], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ear6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0, 42.5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -67.5], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -75], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.houndstone.faint": { + "animation_length": 4, + "bones": { + "houndstone": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [82.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [82.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 17, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 22, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, -61, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -61, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, -83, 3], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, -101, 13], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, -52, 13], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fluff": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + } + } + }, + "fluff4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-31.22267, 8.20115, 4.36729], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [27.95, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ear": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "ear3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0, -27.06], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + } + } + }, + "rightleg": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftleg": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightleg2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [41.82197, -0.29954, 0.14146], + "lerp_mode": "catmullrom" + } + } + }, + "leftleg2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-72.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-80, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [67.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.houndstone.sleep": { + "loop": true, + "bones": { + "houndstone": { + "rotation": [-30, 0, 0], + "position": [0, -61, 25] + }, + "body": { + "position": [0, -5, -18] + }, + "head": { + "rotation": [27.5, 0, 0] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0994_ironmoth/ironmoth.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0994_ironmoth/ironmoth.animation.json new file mode 100644 index 0000000..9d1cecc --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/0994_ironmoth/ironmoth.animation.json @@ -0,0 +1,943 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.ironmoth.ground_walk": { + "loop": true, + "animation_length": 1.5, + "bones": { + "iron_moth": { + "rotation": { + "0.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "troso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [3.42346, -2.4837, -0.15026], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-5.00474, 2.49048, -0.21803], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bottom_body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [3.12956, 4.86898, 0.26182], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-3.14465, 6.99741, -0.1663], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_upper_wing": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 3, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_middel_wing": { + "rotation": { + "0.0": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 3, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_bottom_wing": { + "rotation": { + "0.0": { + "post": [0, 30, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 30, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 30, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -3, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 3, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_upper_wing": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_middel_wing": { + "rotation": { + "0.0": { + "post": [0, 32.5, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0.13754, 35.82054, 0.25689], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 32.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 32.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, -1.36, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_bottom_wing": { + "rotation": { + "0.0": { + "post": [0, -32.5, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -32.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 32.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 32.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -32.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -3, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [5.28539, 2.24628, 0.19823], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-0.47208, -4.98651, 0.0394], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.ironmoth.ground_run": { + "loop": true, + "animation_length": 1, + "bones": { + "iron_moth": { + "rotation": { + "0.0": { + "post": [72.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 15, 31], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 9, 31], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 15, 31], + "lerp_mode": "catmullrom" + } + } + }, + "troso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bottom_body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_upper_wing": { + "rotation": { + "0.0": { + "post": [0, -32.5, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [9, 3, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [9, 3, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_middel_wing": { + "rotation": { + "0.0": { + "post": [0, 32.5, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 32.5, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 32.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [9, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [9, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [9, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_bottom_wing": { + "rotation": { + "0.0": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, -40, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, -40, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [12, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [4, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [4, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [12, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [12, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_upper_wing": { + "rotation": { + "0.0": { + "post": [0, 30, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, -32.5, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, -32.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 30, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_middel_wing": { + "rotation": { + "0.0": { + "post": [0, -32.5, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, -32.5, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 35, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -32.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-9, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-9, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-9, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_bottom_wing": { + "rotation": { + "0.0": { + "post": [0, -42.5, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 30, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 30, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, -32.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -32.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-3, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-3, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.ironmoth.ground_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "bottom_body": { + "rotation": ["math.sin(query.anim_time*90*2+60)*4", 0, 0] + }, + "left_upper_wing": { + "rotation": { + "0.75": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.75": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.75": { + "pre": [1, 1, 1], + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "left_bottom_wing": { + "position": { + "0.75": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, -5, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_middel_wing": { + "position": { + "0.75": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": ["math.sin(query.anim_time*90*2+60)*4", 0, 0] + }, + "right_upper_wing": { + "rotation": { + "0.75": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.75": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.75": { + "pre": [1, 1, 1], + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "right_middel_wing": { + "position": { + "0.75": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_bottom_wing": { + "position": { + "0.75": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, -5, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "iron_moth": { + "rotation": ["math.sin(query.anim_time*90*2+60)*2", 0, 0], + "position": [0, "math.sin(query.anim_time*90*2+60)*2", 0] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/absol/absol.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/absol/absol.animation.json new file mode 100644 index 0000000..fac2123 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/absol/absol.animation.json @@ -0,0 +1,2893 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.absol.cry": { + "animation_length": 1, + "bones": { + "neck_upper": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": [-17.5, 0, 0], + "0.6667": [-17.5, 0, 0], + "1.0": [0, 0, 0] + } + }, + "mouth_closed": { + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.2917": [0, 0, 1], + "0.7083": [0, 0, 1], + "0.75": [0, 0, 0], + "1.0": [0, 0, 0] + } + }, + "mouth_open": { + "position": { + "0.0": [0, 0, 0], + "0.3333": [0, 0, -1], + "0.6667": [0, 0, -1], + "1.0": [0, 0, 0] + } + } + } + }, + "animation.absol.ground_idle": { + "loop": true, + "bones": { + "leg_back_left2": { + "rotation": [0, 0, 0] + }, + "leg_back_left3": { + "rotation": ["0+0.4*(math.sin(q.anim_time*90)*4)", 0, 7.5] + }, + "foot_back_left": { + "rotation": [0, 0, 0] + }, + "foot_back_left2": { + "rotation": [-5, 0, 0] + }, + "body": { + "position": [0, "0+0.1*(math.sin(q.anim_time*90)*1)", 0] + }, + "neck_fluff_front": { + "rotation": ["0+0.2*(math.sin(q.anim_time*90-40)*4)", 0, 0] + }, + "neck_fluff_front2": { + "rotation": ["0+0.3*(math.sin(q.anim_time*90-80)*4)", 0, 0] + }, + "neck_fluff_front3": { + "rotation": ["-7.5+0.4*(math.sin(q.anim_time*90-120)*4)", 0, 0] + }, + "leg_front_left": { + "rotation": ["-5+0.4*(math.sin(q.anim_time*90)*4)", 0, 0], + "position": [0, 0.5, "-1-0.05*(math.sin(q.anim_time*90)*4)"] + }, + "leg_front_left3": { + "rotation": ["7.4906-0.4*(math.sin(q.anim_time*90)*4)", -2.46124, 0.43865] + }, + "leg_front_right": { + "rotation": ["5+0.4*(math.sin(q.anim_time*90)*4)", 0, 0], + "position": [0, 0, "0-0.05*(math.sin(q.anim_time*90)*4)"] + }, + "leg_front_right3": { + "rotation": ["-5-0.4*(math.sin(q.anim_time*90)*4)", 0, 0] + }, + "foot_front_right": { + "rotation": ["5+0.7*(math.sin(q.anim_time*90)*4)", 0, 0] + }, + "foot_front_right2": { + "rotation": ["-5-0.75*(math.sin(q.anim_time*90)*4)", 0, 0] + }, + "leg_back_left": { + "rotation": ["5-0.4*(math.sin(q.anim_time*90)*4)", 0, -5], + "position": [0, "0+0.02*(math.sin(q.anim_time*90)*4)", "0+0.05*(math.sin(q.anim_time*90)*4)"] + }, + "leg_back_right": { + "rotation": ["0-0.4*(math.sin(q.anim_time*90)*4)", 0, 5], + "position": [0, "0+0.02*(math.sin(q.anim_time*90)*4)", "0+0.05*(math.sin(q.anim_time*90)*4)"] + }, + "leg_back_right3": { + "rotation": ["0+0.4*(math.sin(q.anim_time*90)*4)", 0, -7.5] + }, + "tail": { + "rotation": ["0-0.4*(math.sin(q.anim_time*90-80)*4)", "0-1*(math.sin(q.anim_time*45-80)*4)+2*(math.sin(q.anim_time*45-40)*4)", 0] + }, + "neck_lower": { + "rotation": ["0-0.2*(math.sin(q.anim_time*90)*4)", 0, 0] + }, + "neck_upper": { + "rotation": [0, 0, 0] + }, + "head": { + "rotation": [0, 0, 0] + }, + "hair_side": { + "rotation": [0, "0+0.2*(math.sin(q.anim_time*90-10)*4)", 0] + }, + "hair_side2": { + "rotation": [0, "0+0.3*(math.sin(q.anim_time*90-20)*4)", 0] + }, + "hair_side3": { + "rotation": [0, "0+0.4*(math.sin(q.anim_time*90-30)*4)", 0] + }, + "hair_side4": { + "rotation": [0, "0+0.5*(math.sin(q.anim_time*90-40)*4)", 0] + }, + "neck_fluff_back_left_bot": { + "rotation": ["0+0.4*(math.sin(q.anim_time*90-80)*4)", 0, 0] + }, + "neck_fluff_back_right_bot": { + "rotation": ["0+0.4*(math.sin(q.anim_time*90-80)*4)", 0, 0] + }, + "neck_fluff_back_left_top": { + "rotation": ["0+0.4*(math.sin(q.anim_time*90-100)*4)", 0, 0] + }, + "neck_fluff_back_midleft": { + "rotation": ["0+0.4*(math.sin(q.anim_time*90-80)*4)", 0, 0] + }, + "neck_fluff_back_midright": { + "rotation": ["0+0.4*(math.sin(q.anim_time*90-80)*4)", 0, 0] + }, + "neck_fluff_back_mid_top": { + "rotation": ["0+0.4*(math.sin(q.anim_time*90-140)*4)", 0, 0] + }, + "neck_fluff_back_mid_bot": { + "rotation": ["0+0.4*(math.sin(q.anim_time*90-80)*4)", 0, 0] + }, + "neck_fluff_back_right_top": { + "rotation": ["0+0.4*(math.sin(q.anim_time*90-100)*4)", 0, 0] + }, + "neck_fluff_left": { + "rotation": [0, 0, "0+0.4*(math.sin(q.anim_time*90-40)*4)"] + }, + "neck_fluff_right": { + "rotation": [0, 0, "0-0.4*(math.sin(q.anim_time*90-40)*4)"] + }, + "neck_fluff_left_back": { + "rotation": [0, 0, "0+0.4*(math.sin(q.anim_time*90-60)*4)"] + }, + "neck_fluff_right_back": { + "rotation": [0, 0, "0-0.4*(math.sin(q.anim_time*90-60)*4)"] + }, + "foot_front_left2": { + "rotation": ["0+0.4*(math.sin(q.anim_time*90)*4)", 0, 0] + } + } + }, + "animation.absol.battle_idle": { + "loop": true, + "bones": { + "head": { + "rotation": [-5, 0, 0] + }, + "body": { + "rotation": ["5+2*(math.sin(q.anim_time*480)*1)", 0, 0], + "position": [0, "-4+0.6*(math.sin(q.anim_time*480)*1)", "0+0.2*(math.sin(q.anim_time*480-180)*1)"] + }, + "body2": { + "rotation": ["4-2*(math.sin(q.anim_time*480-20)*1)", 7.5, 0] + }, + "body3": { + "rotation": ["-4.9619-2*(math.sin(q.anim_time*480+20)*1)", -0.02825, -0.43317], + "position": [0, 0, "0-0.5*(math.sin(q.anim_time*480-20)*1)"] + }, + "tail": { + "rotation": ["0+6*(math.sin(q.anim_time*480-120)*1)", "0+3*(math.sin(q.anim_time*480)*1)", "0-1*(math.sin(q.anim_time*480)*1)"] + }, + "neck_fluff": { + "rotation": [2.5, 0, 0] + }, + "neck_fluff_left": { + "rotation": [-0.30548, -6.07159, "-40.5047+6*(math.sin(q.anim_time*480-60)*1)"] + }, + "neck_fluff_left_back": { + "rotation": [0, 0, "-22.5+4*(math.sin(q.anim_time*480-45)*1)"] + }, + "neck_fluff_right_back": { + "rotation": [0, 0, "25-4*(math.sin(q.anim_time*480)*1)"] + }, + "neck_fluff_front": { + "rotation": ["-12.5-4*(math.sin(q.anim_time*480-50)*1)", 0, 0] + }, + "neck_fluff_front_left": { + "rotation": [0, 20, 0] + }, + "neck_fluff_front_right": { + "rotation": [0, -17.5, 0] + }, + "neck_fluff_front_left2": { + "rotation": [0, 20, 0] + }, + "neck_fluff_front_right2": { + "rotation": [0, -17.5, 0] + }, + "leg_front_left": { + "rotation": ["13.5666-2*(math.sin(q.anim_time*480)*1)", 9.08661, "-17.8924+2*(math.sin(q.anim_time*480)*1)"], + "position": [1.75, "-1.85+0.8*(math.sin(q.anim_time*480)*1)", "0.5-0.1*(math.sin(q.anim_time*480)*1)"] + }, + "leg_front_left2": { + "rotation": [-2.5, 0, 0] + }, + "leg_front_left3": { + "rotation": ["-34.2514+4.2*(math.sin(q.anim_time*480)*1)", "-10.2227-2*(math.sin(q.anim_time*480)*1)", "12.8427-2*(math.sin(q.anim_time*480)*1)"], + "position": [-0.5, 0, 0] + }, + "foot_front_left": { + "rotation": ["29.7534-6*(math.sin(q.anim_time*480-180)*1)", -2.48261, 9.7416], + "position": ["0+0.1*(math.sin(q.anim_time*480)*1)", "0-0*(math.sin(q.anim_time*480)*1)", "0+0.1*(math.sin(q.anim_time*480)*1)"] + }, + "leg_front_right": { + "rotation": ["30.6168-2*(math.sin(q.anim_time*480)*1)", 0, "7.5741-2*(math.sin(q.anim_time*480)*1)"], + "position": [-1, "-2.65+0.8*(math.sin(q.anim_time*480)*1)", "0-0.1*(math.sin(q.anim_time*480)*1)"] + }, + "leg_front_right2": { + "rotation": [0, 0, 0] + }, + "leg_front_right3": { + "rotation": ["-44.2581+4*(math.sin(q.anim_time*480)*1)", "-5.7332+2*(math.sin(q.anim_time*480)*1)", "0+2*(math.sin(q.anim_time*480)*1)"] + }, + "foot_front_right": { + "rotation": ["19.0141-6*(math.sin(q.anim_time*480-180)*1)", -0.54409, -2.66588] + }, + "leg_back_left": { + "rotation": ["7.812+2*(math.sin(q.anim_time*480-20)*1)", 9.71, -8.3216], + "position": ["2.752-0.08*(math.sin(q.anim_time*480-20)*1)", "-2+0.4*(math.sin(q.anim_time*480-20)*1)", "-1.2-0.5*(math.sin(q.anim_time*480-20)*1)"] + }, + "leg_back_left2": { + "rotation": ["20-3*(math.sin(q.anim_time*480-20)*1)", 0, 0] + }, + "leg_back_left3": { + "rotation": ["-10+3*(math.sin(q.anim_time*480-20)*1)", 0, 0] + }, + "foot_back_left": { + "rotation": ["2.3593+4*(math.sin(q.anim_time*480-20)*1)", -2.2494, "7.1566+1*(math.sin(q.anim_time*480-20)*1)"] + }, + "leg_back_right": { + "rotation": ["-0.6847+2*(math.sin(q.anim_time*480-20)*1)", -3.63311, 9.61374], + "position": ["0.25+0.08*(math.sin(q.anim_time*480-20)*1)", "-1.55+0.4*(math.sin(q.anim_time*480-20)*1)", "-0.5-0.65*(math.sin(q.anim_time*480-20)*1)"] + }, + "leg_back_right2": { + "rotation": ["22.6026-3*(math.sin(q.anim_time*480-20)*1)", -2.86544, 0] + }, + "leg_back_right3": { + "rotation": ["10+3*(math.sin(q.anim_time*480-20)*1)", 0, 0] + }, + "foot_back_right": { + "rotation": ["7.3423+4*(math.sin(q.anim_time*480-20)*1)", -2.55868, "-7.9476+1*(math.sin(q.anim_time*480-20)*1)"], + "position": [0, 0, 0] + }, + "claw_right_back_right": { + "rotation": [0, 0, 0] + }, + "neck_upper": { + "rotation": ["2.5-4*(math.sin(q.anim_time*480-30)*1)", 0, 0], + "position": [0, 0, 0] + }, + "mouth_closed": { + "position": [0, 0.25, 0] + }, + "mouth_closed_edge": { + "position": [0, -0.25, 0] + }, + "foot_back_left2": { + "rotation": ["-19.0389-6.98*(math.sin(q.anim_time*480-20)*1)", 0.31943, "0.3093-1*(math.sin(q.anim_time*480-20)*1)"], + "position": [0, "0+0.03*(math.sin(q.anim_time*480-20)*1)", 0] + }, + "foot_back_right2": { + "rotation": ["-38-6*(math.sin(q.anim_time*480-20)*1)", "0-0.6*(math.sin(q.anim_time*480-20)*1)", "0-0.6*(math.sin(q.anim_time*480-20)*1)"], + "position": [0, "0-0.06*(math.sin(q.anim_time*480-20)*1)", "0+0.04*(math.sin(q.anim_time*480-20)*1)"] + }, + "foot_front_right2": { + "rotation": ["-2.5-7*(math.sin(q.anim_time*480)*1)", 0, "0-1*(math.sin(q.anim_time*480)*1)"] + }, + "neck_fluff_right": { + "rotation": [-0.30548, 6.07159, "40.5047-4*(math.sin(q.anim_time*480)*1)"] + }, + "hair_side": { + "rotation": [0, "0+2*(math.sin(q.anim_time*480-160)*1)", 0] + }, + "hair_side2": { + "rotation": [0, "0+4*(math.sin(q.anim_time*480-180)*1)", 0] + }, + "hair_side3": { + "rotation": [0, "0+4*(math.sin(q.anim_time*480-200)*1)", 0] + }, + "hair_side4": { + "rotation": [0, "-7.5+4*(math.sin(q.anim_time*480-240)*1)", 0] + }, + "neck_fluff_back_left_bot": { + "rotation": ["0-4*(math.sin(q.anim_time*480-60)*1)", 0, 0] + }, + "neck_fluff_back_right_bot": { + "rotation": ["0-4*(math.sin(q.anim_time*480-60)*1)", 0, 0] + }, + "neck_fluff_back_left_top": { + "rotation": ["0-4*(math.sin(q.anim_time*480-45)*1)", 0, 0] + }, + "neck_fluff_back_midleft": { + "rotation": ["0-4*(math.sin(q.anim_time*480)*1)", 0, 0] + }, + "neck_fluff_back_midright": { + "rotation": ["0-4*(math.sin(q.anim_time*480)*1)", 0, 0] + }, + "neck_fluff_back_mid_top": { + "rotation": ["0-4*(math.sin(q.anim_time*480-90)*1)", 0, 0] + }, + "neck_fluff_back_mid_bot": { + "rotation": ["0-4*(math.sin(q.anim_time*480-60)*1)", 0, 0] + }, + "neck_fluff_back_right_top": { + "rotation": ["0-4*(math.sin(q.anim_time*480-45)*1)", 0, 0] + }, + "neck_fluff_front2": { + "rotation": ["0+4*(math.sin(q.anim_time*480)*1)", 0, 0] + }, + "neck_fluff_front3": { + "rotation": ["0+8*(math.sin(q.anim_time*480)*1)", 0, 0] + }, + "foot_front_left2": { + "rotation": ["-7-8*(math.sin(q.anim_time*480)*1)", "0+1*(math.sin(q.anim_time*480)*1)", 0], + "position": [0, 0, 0] + } + } + }, + "animation.absol.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "body": { + "rotation": ["0-0.15*(math.sin(q.anim_time*720)*4)", 0, "0-1*(math.sin(q.anim_time*360)*4)"], + "position": [0, "0+0.2*(math.sin(q.anim_time*720)*4)", 0] + }, + "body2": { + "rotation": { + "0.0": ["0-0.15*(math.sin(q.anim_time*720)*4)", "0-0.5*(math.sin(q.anim_time*360)*4)", 0], + "0.5": ["0-0.15*(math.sin(q.anim_time*720)*4)", "0-0.5*(math.sin(q.anim_time*360)*4)", 0], + "1.0": ["0-0.15*(math.sin(q.anim_time*720)*4)", "0-0.5*(math.sin(q.anim_time*360)*4)", 0] + } + }, + "body3": { + "rotation": ["0-0.25*(math.sin(q.anim_time*720)*4)", "0-0.5*(math.sin(q.anim_time*360)*4)", 0] + }, + "neck_upper": { + "rotation": ["0+3*(math.sin(q.anim_time*720)*1)", 0, "0+4*(math.sin(q.anim_time*360)*1)"] + }, + "hair_side": { + "rotation": [0, "2+1*(math.sin(q.anim_time*720)*2)", 0] + }, + "hair_side2": { + "rotation": [0, "0+1*(math.sin(q.anim_time*720-40)*1)", 0] + }, + "hair_side3": { + "rotation": [0, "0+1*(math.sin(q.anim_time*720-80)*1)", 0] + }, + "hair_side4": { + "rotation": [0, "0+1*(math.sin(q.anim_time*720-120)*1)", 0] + }, + "neck_fluff_back_left_bot": { + "rotation": ["0-4*(math.sin(q.anim_time*720-40)*1)-2*(math.sin(q.anim_time*360-40)*1)", 0, 0] + }, + "neck_fluff_back_right_bot": { + "rotation": ["0-4*(math.sin(q.anim_time*720-40)*1)-2*(math.sin(q.anim_time*360-40)*1)", 0, 0] + }, + "neck_fluff_back_left_top": { + "rotation": ["0-4*(math.sin(q.anim_time*720-40)*1)-2*(math.sin(q.anim_time*360-40)*1)", 0, 0] + }, + "neck_fluff_back_midleft": { + "rotation": ["0-4*(math.sin(q.anim_time*720-40)*1)-2*(math.sin(q.anim_time*360-40)*1)", 0, 0] + }, + "neck_fluff_back_midright": { + "rotation": ["0-4*(math.sin(q.anim_time*720-40)*1)-2*(math.sin(q.anim_time*360-40)*1)", 0, 0] + }, + "neck_fluff_back_mid_top": { + "rotation": ["0-4*(math.sin(q.anim_time*720-80)*1)-2*(math.sin(q.anim_time*360-80)*1)", 0, 0] + }, + "neck_fluff_back_mid_bot": { + "rotation": ["0-4*(math.sin(q.anim_time*720)*1)-2*(math.sin(q.anim_time*360)*1)", 0, 0] + }, + "neck_fluff_back_right_top": { + "rotation": ["0-4*(math.sin(q.anim_time*720-40)*1)-2*(math.sin(q.anim_time*360-40)*1)", 0, 0] + }, + "neck_fluff_left": { + "rotation": [0, 0, "0+4*(math.sin(q.anim_time*720-40)*1)+2*(math.sin(q.anim_time*360-40)*1)"] + }, + "neck_fluff_right": { + "rotation": [0, 0, "0-4*(math.sin(q.anim_time*720-40)*1)-2*(math.sin(q.anim_time*360-40)*1)"] + }, + "neck_fluff_left_back": { + "rotation": [0, 0, "0+4*(math.sin(q.anim_time*720-40)*1)+2*(math.sin(q.anim_time*360-40)*1)"] + }, + "neck_fluff_right_back": { + "rotation": [0, 0, "0-4*(math.sin(q.anim_time*720-40)*1)-2*(math.sin(q.anim_time*360-40)*1)"] + }, + "neck_fluff_front": { + "rotation": ["-2-1*(math.sin(q.anim_time*720)*1)", 0, 0] + }, + "neck_fluff_front2": { + "rotation": ["-2-4*(math.sin(q.anim_time*720-40)*1)", 0, 0] + }, + "neck_fluff_front3": { + "rotation": ["-2-4*(math.sin(q.anim_time*720-80)*1)", 0, 0] + }, + "leg_front_left": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0.5, 1, -1], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + } + } + }, + "leg_front_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_front_left3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-11.71, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-110, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_front_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [41.21, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [145, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [44.63, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_front_left2": { + "rotation": { + "0.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-35.13, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_front_right": { + "rotation": { + "0.0": { + "post": [7.15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [7.15, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.61, -1], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-0.5, 1, -1], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0.61, -1], + "lerp_mode": "catmullrom" + } + } + }, + "leg_front_right2": { + "rotation": { + "0.0": { + "post": [12.05, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [12.05, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_front_right3": { + "rotation": { + "0.0": { + "post": [-108.73, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-11.71, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-109.73, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_front_right": { + "rotation": { + "0.0": { + "post": [143.27, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [44.63, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [41.21, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [146.27, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_front_right2": { + "rotation": { + "0.0": { + "post": [34.46, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-35.13, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [36.46, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": [0, "0-2*(math.sin(q.anim_time*360-40)*4)", 0] + }, + "leg_back_left": { + "rotation": { + "0.0": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [34.79031, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 1.25, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [23.45, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [18.56, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_left3": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-51.14, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_back_left": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [18.56, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [24.42, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_back_left2": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-23.66, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [40.73, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_right": { + "rotation": { + "0.0": { + "post": [25.06, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [34.79031, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [25.06, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -0.09, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 1.25, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -0.09, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_right2": { + "rotation": { + "0.0": { + "post": [14.07, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [23.45, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [18.56, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [14.07, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_right3": { + "rotation": { + "0.0": { + "post": [-16.13, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-51.14, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-16.13, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_back_right": { + "rotation": { + "0.0": { + "post": [18, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [24.42, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [18.56, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [18, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_back_right2": { + "rotation": { + "0.0": { + "post": [-13.29, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [40.73, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-23.66, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-13.29, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.absol.water_idle": { + "loop": true, + "bones": { + "body2": { + "rotation": [-5, 0, 0] + }, + "body3": { + "rotation": ["7.5+2*(math.sin(q.anim_time*168+40)*4)", 0, 0] + }, + "neck_lower": { + "rotation": [-5, 0, 0] + }, + "head": { + "rotation": [-12.5, 0, 0] + }, + "leg_front_left": { + "rotation": ["10+4*(math.sin(q.anim_time*168)*4)", 0, 0], + "position": [0, "0+0.1*(math.sin(q.anim_time*168+60)*4)", "0-0.1*(math.sin(q.anim_time*168+60)*4)"] + }, + "leg_front_left3": { + "rotation": ["-45-15*(math.sin(q.anim_time*168-90)*4)", 0, 0] + }, + "foot_front_left": { + "rotation": ["100+10*(math.sin(q.anim_time*168)*4)", 0, 0] + }, + "foot_front_left2": { + "rotation": ["37.5+10*(math.sin(q.anim_time*168-90)*4)", 0, 0] + }, + "leg_back_right": { + "rotation": ["10+4*(math.sin(q.anim_time*168)*4)", 0, 0], + "position": [0, "0+0.2*(math.sin(q.anim_time*168+120)*4)", "0-0.1*(math.sin(q.anim_time*168+120)*4)"] + }, + "leg_back_right2": { + "rotation": ["0+6*(math.sin(q.anim_time*168)*4)", 0, 0] + }, + "leg_back_right3": { + "rotation": ["0+6*(math.sin(q.anim_time*168+90)*4)", 0, 0] + }, + "foot_back_right": { + "rotation": ["15+10*(math.sin(q.anim_time*168+90)*4)", 0, 0] + }, + "foot_back_right2": { + "rotation": ["0+4*(math.sin(q.anim_time*168+90)*4)", 0, 0] + }, + "body": { + "rotation": ["0-1*(math.sin(q.anim_time*168)*4)", 0, 0], + "position": [0, "0+0.1*(math.sin(q.anim_time*168+60)*4)+0.05*math.sin(q.anim_time*336-80)*4", "0-0.1*(math.sin(q.anim_time*168+60)*4)"] + }, + "tail": { + "rotation": ["0+2*(math.sin(q.anim_time*168+40)*2)", 0, 0] + }, + "neck_upper": { + "rotation": ["0+2*(math.sin(q.anim_time*168-60)*4)", 0, 0] + }, + "hair_side": { + "rotation": [0, "0.5-0.5*(math.sin(q.anim_time*168-60)*4)", 0] + }, + "hair_side2": { + "rotation": [0, "-0.5*(math.sin(q.anim_time*168-80)*4)", 0] + }, + "hair_side3": { + "rotation": [0, "0-0.5*(math.sin(q.anim_time*168-100)*4)", 0] + }, + "hair_side4": { + "rotation": [0, "0-1*(math.sin(q.anim_time*168-120)*4)", 0] + }, + "neck_fluff_front": { + "rotation": ["-3-0.5*(math.sin(q.anim_time*168-40)*4)", 0, 0] + }, + "neck_fluff_front2": { + "rotation": ["0+1.5*(math.sin(q.anim_time*168-60)*4)", 0, 0] + }, + "neck_fluff_front3": { + "rotation": ["0+1.5*(math.sin(q.anim_time*168-120)*4)", 0, 0] + }, + "leg_front_right": { + "rotation": ["10+4*(math.sin(q.anim_time*168-60)*4)", 0, 0], + "position": [0, "0+0.1*(math.sin(q.anim_time*168+60)*4)", "0-0.1*(math.sin(q.anim_time*168+60)*4)"] + }, + "leg_front_right3": { + "rotation": ["-45-15*(math.sin(q.anim_time*168-150)*4)", 0, 0] + }, + "foot_front_right": { + "rotation": ["100+10*(math.sin(q.anim_time*168-60)*4)", 0, 0] + }, + "foot_front_right2": { + "rotation": ["37.5+10*(math.sin(q.anim_time*168-150)*4)", 0, 0] + }, + "leg_back_left": { + "rotation": ["10+4*(math.sin(q.anim_time*168-60)*4)", 0, 0], + "position": [0, "0+0.2*(math.sin(q.anim_time*168+120)*4)", "0-0.1*(math.sin(q.anim_time*168+120)*4)"] + }, + "leg_back_left2": { + "rotation": ["0+6*(math.sin(q.anim_time*168-60)*4)", 0, 0] + }, + "leg_back_left3": { + "rotation": ["0+6*(math.sin(q.anim_time*168+30)*4)", 0, 0] + }, + "foot_back_left": { + "rotation": ["62.5+10*(math.sin(q.anim_time*168+30)*4)", 0, 0] + }, + "foot_back_left2": { + "rotation": ["5+4*(math.sin(q.anim_time*168-30)*4)", 0, 0] + } + } + }, + "animation.absol.surfacewater_idle": { + "loop": true, + "bones": { + "body2": { + "rotation": [-5, 0, 0] + }, + "body3": { + "rotation": ["7.5+2*(math.sin(q.anim_time*168+40)*4)", 0, 0] + }, + "neck_lower": { + "rotation": [-5, 0, 0] + }, + "head": { + "rotation": [-12.5, 0, 0] + }, + "leg_front_left": { + "rotation": ["10+4*(math.sin(q.anim_time*168)*4)", 0, 0], + "position": [0, "0+0.1*(math.sin(q.anim_time*168+60)*4)", "0-0.1*(math.sin(q.anim_time*168+60)*4)"] + }, + "leg_front_left3": { + "rotation": ["-45-15*(math.sin(q.anim_time*168-90)*4)", 0, 0] + }, + "foot_front_left": { + "rotation": ["100+10*(math.sin(q.anim_time*168)*4)", 0, 0] + }, + "foot_front_left2": { + "rotation": ["37.5+10*(math.sin(q.anim_time*168-90)*4)", 0, 0] + }, + "leg_back_right": { + "rotation": ["10+4*(math.sin(q.anim_time*168)*4)", 0, 0], + "position": [0, "0+0.2*(math.sin(q.anim_time*168+120)*4)", "0-0.1*(math.sin(q.anim_time*168+120)*4)"] + }, + "leg_back_right2": { + "rotation": ["0+6*(math.sin(q.anim_time*168)*4)", 0, 0] + }, + "leg_back_right3": { + "rotation": ["0+6*(math.sin(q.anim_time*168+90)*4)", 0, 0] + }, + "foot_back_right": { + "rotation": ["15+10*(math.sin(q.anim_time*168+90)*4)", 0, 0] + }, + "foot_back_right2": { + "rotation": ["0+4*(math.sin(q.anim_time*168+90)*4)", 0, 0] + }, + "body": { + "rotation": ["0-1*(math.sin(q.anim_time*168)*4)", 0, 0], + "position": [0, "0+0.1*(math.sin(q.anim_time*168+60)*4)+0.05*math.sin(q.anim_time*336-80)*4", "0-0.1*(math.sin(q.anim_time*168+60)*4)"] + }, + "tail": { + "rotation": ["0+2*(math.sin(q.anim_time*168+40)*2)", 0, 0] + }, + "neck_upper": { + "rotation": ["0+2*(math.sin(q.anim_time*168-60)*4)", 0, 0] + }, + "hair_side": { + "rotation": [0, "0.5-0.5*(math.sin(q.anim_time*168-60)*4)", 0] + }, + "hair_side2": { + "rotation": [0, "-0.5*(math.sin(q.anim_time*168-80)*4)", 0] + }, + "hair_side3": { + "rotation": [0, "0-0.5*(math.sin(q.anim_time*168-100)*4)", 0] + }, + "hair_side4": { + "rotation": [0, "0-1*(math.sin(q.anim_time*168-120)*4)", 0] + }, + "neck_fluff_front": { + "rotation": ["-3-0.5*(math.sin(q.anim_time*168-40)*4)", 0, 0] + }, + "neck_fluff_front2": { + "rotation": ["0+1.5*(math.sin(q.anim_time*168-60)*4)", 0, 0] + }, + "neck_fluff_front3": { + "rotation": ["0+1.5*(math.sin(q.anim_time*168-120)*4)", 0, 0] + }, + "leg_front_right": { + "rotation": ["10+4*(math.sin(q.anim_time*168-60)*4)", 0, 0], + "position": [0, "0+0.1*(math.sin(q.anim_time*168+60)*4)", "0-0.1*(math.sin(q.anim_time*168+60)*4)"] + }, + "leg_front_right3": { + "rotation": ["-45-15*(math.sin(q.anim_time*168-150)*4)", 0, 0] + }, + "foot_front_right": { + "rotation": ["100+10*(math.sin(q.anim_time*168-60)*4)", 0, 0] + }, + "foot_front_right2": { + "rotation": ["37.5+10*(math.sin(q.anim_time*168-150)*4)", 0, 0] + }, + "leg_back_left": { + "rotation": ["10+4*(math.sin(q.anim_time*168-60)*4)", 0, 0], + "position": [0, "0+0.2*(math.sin(q.anim_time*168+120)*4)", "0-0.1*(math.sin(q.anim_time*168+120)*4)"] + }, + "leg_back_left2": { + "rotation": ["0+6*(math.sin(q.anim_time*168-60)*4)", 0, 0] + }, + "leg_back_left3": { + "rotation": ["0+6*(math.sin(q.anim_time*168+30)*4)", 0, 0] + }, + "foot_back_left": { + "rotation": ["62.5+10*(math.sin(q.anim_time*168+30)*4)", 0, 0] + }, + "foot_back_left2": { + "rotation": ["5+4*(math.sin(q.anim_time*168-30)*4)", 0, 0] + }, + "torso": { + "position": [0, -21, 0] + } + } + }, + "animation.absol.water_swim": { + "loop": true, + "bones": { + "body2": { + "rotation": [-5, 0, 0] + }, + "body3": { + "rotation": ["7.5+2*(math.sin(q.anim_time*360+40)*4)", 0, 0] + }, + "neck_lower": { + "rotation": [-5, 0, 0] + }, + "head": { + "rotation": [-12.5, 0, 0] + }, + "leg_front_left": { + "rotation": ["0+6*(math.sin(q.anim_time*360)*4)", 0, 0], + "position": [0, "0+0.1*(math.sin(q.anim_time*360+60)*4)", "0-0.1*(math.sin(q.anim_time*360+60)*4)"] + }, + "leg_front_left3": { + "rotation": ["-45-15*(math.sin(q.anim_time*360-90)*4)", 0, 0] + }, + "foot_front_left": { + "rotation": ["100+10*(math.sin(q.anim_time*360)*4)", 0, 0] + }, + "foot_front_left2": { + "rotation": ["37.5+10*(math.sin(q.anim_time*360-90)*4)", 0, 0] + }, + "leg_back_right": { + "rotation": ["15+4*(math.sin(q.anim_time*360)*4)", 0, 0], + "position": [0, "3+0.1*(math.sin(q.anim_time*360+60)*4)", "0-0.1*(math.sin(q.anim_time*360+60)*4)"] + }, + "leg_back_right2": { + "rotation": ["0+6*(math.sin(q.anim_time*360)*4)", 0, 0] + }, + "leg_back_right3": { + "rotation": ["0+6*(math.sin(q.anim_time*360+90)*4)", 0, 0] + }, + "foot_back_right": { + "rotation": ["15+10*(math.sin(q.anim_time*360+90)*4)", 0, 0] + }, + "foot_back_right2": { + "rotation": ["0+4*(math.sin(q.anim_time*360+90)*4)", 0, 0] + }, + "body": { + "rotation": ["7.3499-1*(math.sin(q.anim_time*360)*4)", -1.08915, 0.95476], + "position": [0, "0+0.1*(math.sin(q.anim_time*360+60)*4)", "0-0.1*(math.sin(q.anim_time*360+60)*4)"] + }, + "neck_upper": { + "rotation": ["0+2*(math.sin(q.anim_time*360)*4)", 0, 0] + }, + "hair_side": { + "rotation": [0, "0.5+0.5*(math.sin(q.anim_time*360-60)*4)", 0] + }, + "hair_side2": { + "rotation": [0, "0+0.5*(math.sin(q.anim_time*360-80)*4)", 0] + }, + "hair_side3": { + "rotation": [0, "0+0.5*(math.sin(q.anim_time*360-100)*4)", 0] + }, + "hair_side4": { + "rotation": [0, "0+1*(math.sin(q.anim_time*360-120)*4)", 0] + }, + "leg_front_right": { + "rotation": ["0+6*(math.sin(q.anim_time*360-60)*4)", 0, 0], + "position": [0, "0+0.1*(math.sin(q.anim_time*360+60)*4)", "0-0.1*(math.sin(q.anim_time*360+60)*4)"] + }, + "leg_front_right3": { + "rotation": ["-45-15*(math.sin(q.anim_time*360-150)*4)", 0, 0] + }, + "foot_front_right": { + "rotation": ["100+10*(math.sin(q.anim_time*360-60)*4)", 0, 0] + }, + "foot_front_right2": { + "rotation": ["37.5+10*(math.sin(q.anim_time*360-150)*4)", 0, 0] + }, + "leg_back_left": { + "rotation": ["15+4*(math.sin(q.anim_time*360-60)*4)", 0, 0], + "position": [0, "3+0.1*(math.sin(q.anim_time*360+60)*4)", "0-0.1*(math.sin(q.anim_time*360+60)*4)"] + }, + "leg_back_left2": { + "rotation": ["0+6*(math.sin(q.anim_time*360-60)*4)", 0, 0] + }, + "leg_back_left3": { + "rotation": ["0+6*(math.sin(q.anim_time*360+30)*4)", 0, 0] + }, + "foot_back_left": { + "rotation": ["15+10*(math.sin(q.anim_time*360+30)*4)", 0, 0] + }, + "foot_back_left2": { + "rotation": ["0+4*(math.sin(q.anim_time*360-30)*4)", 0, 0] + }, + "tail": { + "rotation": ["-25+2*(math.sin(q.anim_time*360+40)*2)", 0, 0] + }, + "neck_fluff_front": { + "rotation": ["-3-0.5*(math.sin(q.anim_time*360-40)*4)", 0, 0] + }, + "neck_fluff_front2": { + "rotation": ["0+1.5*(math.sin(q.anim_time*360-60)*4)", 0, 0] + }, + "neck_fluff_front3": { + "rotation": ["0+1.5*(math.sin(q.anim_time*360-120)*4)", 0, 0] + } + } + }, + "animation.absol.surfacewater_swim": { + "loop": true, + "bones": { + "body2": { + "rotation": [-5, 0, 0] + }, + "body3": { + "rotation": ["7.5+2*(math.sin(q.anim_time*360+40)*4)", 0, 0] + }, + "neck_lower": { + "rotation": [-5, 0, 0] + }, + "head": { + "rotation": [-12.5, 0, 0] + }, + "leg_front_left": { + "rotation": ["0+6*(math.sin(q.anim_time*360)*4)", 0, 0], + "position": [0, "0+0.1*(math.sin(q.anim_time*360+60)*4)", "0-0.1*(math.sin(q.anim_time*360+60)*4)"] + }, + "leg_front_left3": { + "rotation": ["-45-15*(math.sin(q.anim_time*360-90)*4)", 0, 0] + }, + "foot_front_left": { + "rotation": ["100+10*(math.sin(q.anim_time*360)*4)", 0, 0] + }, + "foot_front_left2": { + "rotation": ["37.5+10*(math.sin(q.anim_time*360-90)*4)", 0, 0] + }, + "leg_back_right": { + "rotation": ["15+4*(math.sin(q.anim_time*360)*4)", 0, 0], + "position": [0, "3+0.1*(math.sin(q.anim_time*360+60)*4)", "0-0.1*(math.sin(q.anim_time*360+60)*4)"] + }, + "leg_back_right2": { + "rotation": ["0+6*(math.sin(q.anim_time*360)*4)", 0, 0] + }, + "leg_back_right3": { + "rotation": ["0+6*(math.sin(q.anim_time*360+90)*4)", 0, 0] + }, + "foot_back_right": { + "rotation": ["15+10*(math.sin(q.anim_time*360+90)*4)", 0, 0] + }, + "foot_back_right2": { + "rotation": ["0+4*(math.sin(q.anim_time*360+90)*4)", 0, 0] + }, + "body": { + "rotation": ["7.3499-1*(math.sin(q.anim_time*360)*4)", -1.08915, 0.95476], + "position": [0, "0+0.1*(math.sin(q.anim_time*360+60)*4)", "0-0.1*(math.sin(q.anim_time*360+60)*4)"] + }, + "neck_upper": { + "rotation": ["0+2*(math.sin(q.anim_time*360)*4)", 0, 0] + }, + "hair_side": { + "rotation": [0, "0.5+0.5*(math.sin(q.anim_time*360-60)*4)", 0] + }, + "hair_side2": { + "rotation": [0, "0+0.5*(math.sin(q.anim_time*360-80)*4)", 0] + }, + "hair_side3": { + "rotation": [0, "0+0.5*(math.sin(q.anim_time*360-100)*4)", 0] + }, + "hair_side4": { + "rotation": [0, "0+1*(math.sin(q.anim_time*360-120)*4)", 0] + }, + "leg_front_right": { + "rotation": ["0+6*(math.sin(q.anim_time*360-60)*4)", 0, 0], + "position": [0, "0+0.1*(math.sin(q.anim_time*360+60)*4)", "0-0.1*(math.sin(q.anim_time*360+60)*4)"] + }, + "leg_front_right3": { + "rotation": ["-45-15*(math.sin(q.anim_time*360-150)*4)", 0, 0] + }, + "foot_front_right": { + "rotation": ["100+10*(math.sin(q.anim_time*360-60)*4)", 0, 0] + }, + "foot_front_right2": { + "rotation": ["37.5+10*(math.sin(q.anim_time*360-150)*4)", 0, 0] + }, + "leg_back_left": { + "rotation": ["15+4*(math.sin(q.anim_time*360-60)*4)", 0, 0], + "position": [0, "3+0.1*(math.sin(q.anim_time*360+60)*4)", "0-0.1*(math.sin(q.anim_time*360+60)*4)"] + }, + "leg_back_left2": { + "rotation": ["0+6*(math.sin(q.anim_time*360-60)*4)", 0, 0] + }, + "leg_back_left3": { + "rotation": ["0+6*(math.sin(q.anim_time*360+30)*4)", 0, 0] + }, + "foot_back_left": { + "rotation": ["15+10*(math.sin(q.anim_time*360+30)*4)", 0, 0] + }, + "foot_back_left2": { + "rotation": ["0+4*(math.sin(q.anim_time*360-30)*4)", 0, 0] + }, + "tail": { + "rotation": ["-25+2*(math.sin(q.anim_time*360+40)*2)", 0, 0] + }, + "neck_fluff_front": { + "rotation": ["-3-0.5*(math.sin(q.anim_time*360-40)*4)", 0, 0] + }, + "neck_fluff_front2": { + "rotation": ["0+1.5*(math.sin(q.anim_time*360-60)*4)", 0, 0] + }, + "neck_fluff_front3": { + "rotation": ["0+1.5*(math.sin(q.anim_time*360-120)*4)", 0, 0] + }, + "torso": { + "position": [0, -21, 0] + } + } + }, + "animation.absol.blink": { + "animation_length": 0.125, + "bones": { + "eyelid_left": { + "position": { + "0.0": [1, 0, -1], + "0.0833": [1, 0, -1], + "0.125": [0, 0, 0] + } + }, + "eyelid_right": { + "position": { + "0.0": [-1, 0, -1], + "0.0833": [-1, 0, -1], + "0.125": [0, 0, 0] + } + } + } + }, + "animation.absol.sleep": { + "loop": true, + "bones": { + "body": { + "rotation": ["0-0.15*(math.sin(q.anim_time*-90)*4)", -7.5, 0], + "position": [0, -14, 0], + "scale": "1+0.001*(math.sin(q.anim_time*-90)*4)" + }, + "body2": { + "rotation": ["5-0.15*(math.sin(q.anim_time*90)*4)", 10, 0] + }, + "body3": { + "rotation": [0, 0, 0], + "position": [0, 0.6, -0.3] + }, + "tail": { + "rotation": ["-15-0.25*(math.sin(q.anim_time*90+40)*4)", 0, 0] + }, + "neck_lower": { + "rotation": ["25-0.15*(math.sin(q.anim_time*90)*4)", 0, 0] + }, + "head": { + "rotation": ["7.5+0.25*(math.sin(q.anim_time*90-40)*4)", 0, 0] + }, + "head_inner": { + "rotation": [5, 0, 0] + }, + "eyelid_left": { + "position": [1, 0, -0.975] + }, + "eyelid_right": { + "position": [-1, 0, -0.975] + }, + "neck_fluff": { + "rotation": [-7.5, 0, 0], + "position": [-0.26105, -0.16506, -0.96463] + }, + "neck_fluff_front": { + "rotation": [-7.5, 0, 0] + }, + "neck_fluff_front2": { + "rotation": [29.83239, 0, 0] + }, + "neck_fluff_front3": { + "rotation": [15.19704, 0, 0] + }, + "leg_front_left": { + "rotation": [17.5, 0, 0], + "position": [0.9, -11, -1] + }, + "leg_front_left2": { + "rotation": [-121.21038, -13.83295, 10.73505], + "position": [0, -3.56699, -0.75] + }, + "leg_front_left3": { + "rotation": [17.50235, 0.02148, 12.49998] + }, + "foot_front_left": { + "rotation": [87.34941, -0.85481, 19.98247] + }, + "leg_front_right": { + "rotation": [17.5, 0, 0], + "position": [-0.9, -11, -1] + }, + "leg_front_right2": { + "rotation": [-120.25701, 3.07706, -4.28615], + "position": [0, -3.56699, -0.75] + }, + "leg_front_right3": { + "rotation": [17.50151, -0.01723, -9.99999] + }, + "foot_front_right": { + "rotation": [87.26603, 1.05627, -24.97911] + }, + "leg_back_left": { + "rotation": [-7.4409, 7.32646, 1.60622], + "position": [1, -11, -0.25] + }, + "leg_back_left2": { + "rotation": [47.5, 0, 0], + "position": [0, 0, 0] + }, + "leg_back_left_heelspike": { + "rotation": [-40, 0, 0], + "position": [0, -1, -1] + }, + "leg_back_left3": { + "rotation": [-117.88942, -3.81174, 17.00074], + "position": [-0.03151, -2.27764, 0.72966] + }, + "foot_back_left": { + "rotation": [77.5, 0, 0] + }, + "leg_back_right": { + "rotation": [-7.4409, -7.32646, -1.60622], + "position": [-1, -11, -0.25] + }, + "leg_back_right2": { + "rotation": [47.5, 0, 0], + "position": [0, 0, 0] + }, + "leg_back_right_heelspike": { + "rotation": [-40, 0, 0], + "position": [0, -1, -1] + }, + "leg_back_right3": { + "rotation": [-117.88942, 3.81174, -17.00074], + "position": [0.02521, -2.32211, 0.48373] + }, + "foot_back_right": { + "rotation": [77.65146, 1.50159, -0.17787] + }, + "leg_front_left_heelspike": { + "rotation": [77.7873, 2.68507, 12.2127], + "position": [1.5, 3.75, -1.25] + }, + "leg_front_right_heelspike": { + "rotation": [77.7873, -2.68507, -12.2127], + "position": [-1.5, 3.75, -1.25] + }, + "hair_side": { + "rotation": [0, "0+0.15*(math.sin(q.anim_time*90)*4)", 0] + }, + "hair_side2": { + "rotation": [0, "0+0.15*(math.sin(q.anim_time*90-40)*4)", 0] + }, + "hair_side3": { + "rotation": [0, "0+0.15*(math.sin(q.anim_time*90-80)*4)", 0] + }, + "hair_side4": { + "rotation": [0, "0+0.15*(math.sin(q.anim_time*90-120)*4)", 0] + }, + "mouth_closed_edge": { + "position": [0, -0.45, 0] + } + } + }, + "animation.absol.faint": { + "animation_length": 5, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": [12.5, 0, 90] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-3, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [1, -8, 5], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [1, -8, 5], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [6, -14, 3], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [7.27, -13, 3], + "lerp_mode": "catmullrom" + }, + "2.75": [8, -14, 3] + } + }, + "neck_upper": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [1.60572, -1.19358, 7.55014], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [10, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [10, 0, -15], + "lerp_mode": "catmullrom" + }, + "2.875": [10, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, -3.94], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.5": [0, 0, 7.5] + } + }, + "leg_front_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [37.5, 12.5, -5], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [37.5, 12.5, -2.5], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [37.5, 12.5, 25], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [37.5, 12.5, 90], + "lerp_mode": "catmullrom" + }, + "2.4583": [23.28158, -4.29335, 90.16866] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-2, -0.35, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [1, -0.35, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [2, -4.35, 2], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [2.07, -5.75, 5.14], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [2.05, -5.7, 4.44], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [2, -12.35, 2], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [2, -15.35, 2], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [2, -14.35, 2], + "lerp_mode": "catmullrom" + }, + "2.7917": [2, -14.35, 2] + } + }, + "leg_front_left3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-67.43952, -0.53517, 12.62323], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-72.2717, 13.58314, 9.34374], + "lerp_mode": "catmullrom" + }, + "2.4583": [-67.44, 6.96, -2.38] + } + }, + "foot_front_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0.36, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [12.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [39.29, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [42.84, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [25.76329, -13.41514, 21.29382], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [30.28664, -20.20435, 26.01349], + "lerp_mode": "catmullrom" + }, + "2.625": [112.5, 0, 0] + } + }, + "foot_front_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [2.89, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [32.03, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-8.53, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [5.86, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-1.41, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": [40, 0, 0] + } + }, + "leg_front_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [37.5, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [25, 0, 1.25], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [1.58, 0, 3.12], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 16.25], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [15, 0, 16.25], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [35, 0, 16.25], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [36.44, 0, -6.51], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [35, 0, 68.75], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [15.44545, -2.904, 88.98638], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [2.95, -2.9, 81.49], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [7.95, -2.9, 88.99], + "lerp_mode": "catmullrom" + }, + "3.0": [17.95, 2.1, 68.99] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-4, -2, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-3.9, 0.61, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-2, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, -4, 3], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-1.25, -3.66, 3.22], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [3, -5, 3], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [9, -6.25, 3], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [10, -5.25, 3], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [10.5, -5.25, 3], + "lerp_mode": "catmullrom" + }, + "3.0": [9, -5.75, 2.5] + } + }, + "leg_front_right3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-85, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-25.12, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [12.38, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [12.38, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-7.62, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-50.12, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-50.12, 12.5, 2.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": [-12.5, 0, 0] + } + }, + "foot_front_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-3.96496, -0.39942, -3.7604], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [1.04, -0.4, -3.76], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [15.74, -0.18, -1.67], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": [32.5, 0, 0] + } + }, + "foot_front_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-2.41733, 0.6271, -0.95901], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-2.41733, 0.6271, -0.95901], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [22.58, 0.63, -0.96], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": [37.5, 0, 0] + } + }, + "leg_back_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-19.21395, 1.83853, -9.83057], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-10.85759, 1.78431, -5.08518], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-10.28524, 2.0091, 2.01682], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-29.80332, 0.85726, 1.48912], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-10.8417, 1.02441, 10.82313], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-2.18741, -5.32648, 55.02067], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, 0, 95], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 0, 87.5], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 81.96], + "lerp_mode": "catmullrom" + }, + "2.7917": [0, 0, 90] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-1.61, -0.03, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-0.42, -1.35, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0.22, -0.67, -0.2], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [1.31, -1.02, -0.21], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [1.49, -2.19, 0.93], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [1.62, -3.02, 3], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [1.88, -9.72, 1.06], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [1.88, -14.97, 1.06], + "lerp_mode": "catmullrom" + }, + "2.5833": [2.38, -14.47, 1.06] + } + }, + "leg_back_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [27.9, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [8.37, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [23.82, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": [-5, 0, 0] + } + }, + "leg_back_left3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-27.22185, 0.00851, 0.35147], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-15.61663, 0.01513, 0.62484], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-30.14236, 0.00624, 0.25757], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-34.96301, 9.99113, 0.42319], + "lerp_mode": "catmullrom" + }, + "2.7917": [-25, 0, 0] + } + }, + "foot_back_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [39.65, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [24.35, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": [55, 0, 0] + } + }, + "body2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": [0, 0, -5] + } + }, + "body3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, -6.63, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0.08, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, -14.92, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.42301, 4.62555, 4.99724], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0.42, 4.63, 5], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [-0.22971, 5.29703, -2.49848], + "lerp_mode": "catmullrom" + }, + "3.0": [0.42, 4.63, 5] + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-7.04448, 12.91316, 14.83363], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-14.38715, -24.24717, -12.11383], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-1.84288, 12.67029, 10.27703], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0.83837, -19.54476, -28.53215], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [1.85294, -16.82557, -28.35661], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [3.68813, -15.97589, -31.27886], + "lerp_mode": "catmullrom" + }, + "3.0": [0, 15, 0] + } + }, + "mouth_closed": { + "position": { + "0.0": [0, 0.25, 0], + "0.1667": [0, 0, 0], + "0.25": [0, 0, 1], + "1.1667": [0, 0, 1], + "1.25": [0, 0.25, 0] + } + }, + "mouth_closed_edge": { + "position": { + "0.0": [0, -0.75, 0], + "1.25": [0, -0.75, 0] + } + }, + "mouth_open": { + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, -1], + "1.2083": [0, 0, -1], + "1.4167": [0, 0, 0] + } + }, + "eye_left": { + "rotation": [0, 0, 0] + }, + "eyelid_left": { + "position": { + "0.0": [0, 0, 0], + "0.25": [1, 0, -1], + "0.3333": [1, 0, -1], + "0.4167": [0, 0, 0], + "0.5": [1, 0, -1], + "0.5833": [1, 0, -1], + "0.75": [0, 0, 0], + "1.0": [1, 0, -1] + } + }, + "eyelid_right": { + "position": { + "0.0": [0, 0, 0], + "0.25": [-1, 0, -1], + "0.3333": [-1, 0, -1], + "0.4167": [0, 0, 0], + "0.5": [-1, 0, -1], + "0.5833": [-1, 0, -1], + "0.75": [0, 0, 0], + "1.0": [-1, 0, -1] + } + }, + "hair_side": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-0.03478, 4.99057, 5.30906], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [1.762, 3.06788, -2.30165], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [2.70118, 4.07605, -12.29495], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [1.22915, 2.62875, 2.70744], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [-0.25541, 1.74743, 15.26418], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0.94859, 2.42697, 5.21503], + "lerp_mode": "catmullrom" + }, + "3.0": [-0.25541, 1.74743, 15.26418] + } + }, + "hair_side2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-0.05358, -4.98008, -17.94928], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0.46964, -5.68101, -10.46377], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [3.45377, 2.70013, 3.25784], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [3.35392, -7.55816, 4.243], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0.81688, -3.01089, -30.55926], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [3.38275, 0.228, 2.87882], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [1.32707, 9.29656, -8.86395], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [-0.37525, 9.78682, -14.12284], + "lerp_mode": "catmullrom" + }, + "3.0": [-7.87525, 9.78682, -14.12284] + } + }, + "neck_fluff": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-5, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 3.89], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "3.0417": [0, 0, -2.5] + } + }, + "neck_fluff_front": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-2.87234, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": [-2.5, 0, 0] + } + }, + "neck_fluff_front2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-5.53, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-29.17, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0417": [10, 0, 0] + } + }, + "neck_fluff_front3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-4.36, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0417": [-15, 0, 0] + } + }, + "foot_back_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-2.53, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": [12.5, 0, 0] + } + }, + "leg_back_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, 0, 97.5], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 0, 85], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 92.5], + "lerp_mode": "catmullrom" + }, + "2.875": [0, 0, 75] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-1.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0.24, -2.66, 2.49], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, -4, 1], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-0.06, -4.2, 3.35], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [4.35, -4.17, 1.71], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [11, -7, 2], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [11.5, -6, 2], + "lerp_mode": "catmullrom" + }, + "2.75": [12.5, -7, 2], + "2.875": [12.5, -8, 2], + "3.0": [12.5, -7.8, 2] + } + }, + "leg_back_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-1.52, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0.63, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [15.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [15.21, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": [-5, 0, 0] + } + }, + "leg_back_right3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0.02567, -3.17289, -2.42711], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-10, -10, -7.5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-41.44252, -3.74155, -2.80616], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": [32.5, 0, 0] + } + }, + "foot_back_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 7], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [19.95216, -1.77347, 0.12247], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [19.40829, 2.1534, 1.96533], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.04624, 4.88119, 3.58482], + "lerp_mode": "catmullrom" + }, + "2.4167": [32.54624, 4.88119, 3.58482] + } + }, + "foot_back_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-19.08, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": [22.5, 0, 0] + } + } + } + }, + "animation.absol.move": { + "loop": true, + "animation_length": 10, + "bones": { + "absol": { + "position": { + "0.0": { + "post": [0, 0, 161], + "lerp_mode": "catmullrom" + }, + "10.0": { + "post": [0, 0, -168], + "lerp_mode": "catmullrom" + } + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/altaria/altaria.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/altaria/altaria.animation.json new file mode 100644 index 0000000..11a710e --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/altaria/altaria.animation.json @@ -0,0 +1,284 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.altaria.ground_idle": { + "loop": true, + "bones": { + "altaria": { + "position": [0, 6, 0] + }, + "body": { + "rotation": ["0+math.sin(q.anim_time*90*1.75)*1", "0+math.sin(q.anim_time*90*0.875-90)*0.5", "0+math.sin(q.anim_time*90*0.875-90)*1"], + "position": ["0+math.sin(q.anim_time*90*0.875-60)*0.5", "0+math.sin(q.anim_time*90*1.75-60)*1.5", 0] + }, + "neck": { + "rotation": ["0+math.sin(q.anim_time*90*1.75-30)*1", 0, 0] + }, + "head": { + "rotation": [0, 0, 0] + }, + "hair_left": { + "rotation": [52.14231, "4.9182+math.sin(q.anim_time*90*1.75+120)*7.5", -51.31448] + }, + "hair_left2": { + "rotation": [0, "0+math.sin(q.anim_time*90*1.75+60)*5", 0] + }, + "hair_left3": { + "rotation": [0, "0+math.sin(q.anim_time*90*1.75+120)*5", 0] + }, + "hair_left4": { + "rotation": [0, "0+math.sin(q.anim_time*90*1.75+150)*5", 0] + }, + "hair_left5": { + "rotation": [0, "0+math.sin(q.anim_time*90*1.75+180)*7.5", 0] + }, + "hair_left6": { + "rotation": [0, "0+math.sin(q.anim_time*90*1.75+120)*7.5", 0] + }, + "hair_right": { + "rotation": [52.14231, "-4.9182-math.sin(q.anim_time*90*1.75+60)*7.5", 51.31448] + }, + "hair_right8": { + "rotation": [0, "0-math.sin(q.anim_time*90*1.75)*5", 0] + }, + "hair_right9": { + "rotation": [0, "0-math.sin(q.anim_time*90*1.75+60)*5", 0] + }, + "hair_right10": { + "rotation": [0, "0-math.sin(q.anim_time*90*1.75+90)*5", 0] + }, + "hair_right11": { + "rotation": [0, "0-math.sin(q.anim_time*90*1.75+120)*7.5", 0] + }, + "hair_right1": { + "rotation": [0, "0-math.sin(q.anim_time*90*1.75+60)*7.5", 0] + }, + "wing_left": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*1.75)*25"], + "position": [1, 0, 0] + }, + "wing_left2": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*1.75-15)*10"], + "position": [0.25, 0, 0] + }, + "wing_left3": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*1.75-30)*15"] + }, + "wing_right": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1.75)*25"], + "position": [-1, 0, 0] + }, + "wing_right2": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1.75-15)*10"] + }, + "wing_right3": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1.75-30)*15"] + }, + "tail": { + "rotation": ["0-math.sin(q.anim_time*90*1.75-30)*7.5", 0, 0] + }, + "leg_right": { + "rotation": ["0-math.sin(q.anim_time*90*1.75-30)*7.5", 0, "0+math.sin(q.anim_time*90*0.875-30)*7.5"] + }, + "leg_left": { + "rotation": ["0-math.sin(q.anim_time*90*1.75-30)*7.5", 0, "0+math.sin(q.anim_time*90*0.875-30)*7.5"] + } + } + }, + "animation.altaria.ground_walk": { + "loop": true, + "bones": { + "altaria": { + "rotation": [5, 0, 0], + "position": [0, 6, 0] + }, + "body": { + "rotation": ["0+math.sin(q.anim_time*90*1.75*1.5)*1", "0+math.sin(q.anim_time*90*0.875*1.5-90)*0.5", "0+math.sin(q.anim_time*90*0.875*1.5-90)*1"], + "position": ["0+math.sin(q.anim_time*90*0.875*1.5-60)*0.5", "0+math.sin(q.anim_time*90*1.75*1.5-60)*1.5", 0] + }, + "neck": { + "rotation": ["30+math.sin(q.anim_time*90*1.75*1.5-30)*3", 0, 0] + }, + "head": { + "rotation": ["-25+math.sin(q.anim_time*90*1.75*1.5-30)*2", 0, 0] + }, + "hair_left": { + "rotation": [43.21225, "12.0747+math.sin(q.anim_time*90*1.75*1.5+120)*7.5", -42.59923] + }, + "hair_left2": { + "rotation": [0, "0+math.sin(q.anim_time*90*1.75*1.5+60)*5", 0] + }, + "hair_left3": { + "rotation": [0, "0+math.sin(q.anim_time*90*1.75*1.5+120)*5", 0] + }, + "hair_left4": { + "rotation": [0, "0+math.sin(q.anim_time*90*1.75*1.5+150)*5", 0] + }, + "hair_left5": { + "rotation": [0, "0+math.sin(q.anim_time*90*1.75*1.5+180)*7.5", 0] + }, + "hair_left6": { + "rotation": [0, "0+math.sin(q.anim_time*90*1.75*1.5+120)*7.5", 0] + }, + "hair_right": { + "rotation": [43.96314, "-12.1301-math.sin(q.anim_time*90*1.75*1.5+60)*7.5", 43.46939] + }, + "hair_right8": { + "rotation": [0, "0-math.sin(q.anim_time*90*1.75*1.5)*5", 0] + }, + "hair_right9": { + "rotation": [0, "0-math.sin(q.anim_time*90*1.75*1.5+60)*5", 0] + }, + "hair_right10": { + "rotation": [0, "0-math.sin(q.anim_time*90*1.75*1.5+90)*5", 0] + }, + "hair_right11": { + "rotation": [0, "0-math.sin(q.anim_time*90*1.75*1.5+120)*7.5", 0] + }, + "hair_right1": { + "rotation": [0, "0-math.sin(q.anim_time*90*1.75*1.5+60)*7.5", 0] + }, + "wing_left": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*1.75*1.5)*25"], + "position": [1, 0, 0] + }, + "wing_left2": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*1.75*1.5-15)*10"], + "position": [0.25, 0, 0] + }, + "wing_left3": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*1.75*1.5-30)*15"] + }, + "wing_right": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1.75*1.5)*25"], + "position": [-1, 0, 0] + }, + "wing_right2": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1.75*1.5-15)*10"] + }, + "wing_right3": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1.75*1.5-30)*15"] + }, + "tail": { + "rotation": ["0-math.sin(q.anim_time*90*1.75*1.5-30)*7.5", 0, 0] + }, + "leg_right": { + "rotation": ["14.9488-math.sin(q.anim_time*90*1.75*1.5-30)*7.5", 1.24502, "0.0318+math.sin(q.anim_time*90*0.875*1.75-30)*7.5"] + }, + "leg_left": { + "rotation": ["14.9488-math.sin(q.anim_time*90*1.75*1.5-30)*7.5", 1.24502, "0.0318+math.sin(q.anim_time*90*0.875*1.75-30)*7.5"] + } + } + }, + "animation.altaria.sleep": { + "loop": true, + "bones": { + "body": { + "position": ["0+math.sin(q.anim_time*90*0.875-60)*0.08", "1+math.sin(q.anim_time*90*1.75-60)*0.25", 0] + }, + "neck": { + "rotation": ["-5+math.sin(q.anim_time*90*1.75-30)*0.16", 0, 0], + "position": [0, 0, 1] + }, + "head": { + "rotation": [5, 0, 0] + }, + "hair_left": { + "rotation": [52.14231, "4.9182+math.sin(q.anim_time*90*1.75+120)*1.25", -51.31448] + }, + "hair_left2": { + "rotation": [0, "0+math.sin(q.anim_time*90*1.75+60)*0.8", 0] + }, + "hair_left3": { + "rotation": [0, "0+math.sin(q.anim_time*90*1.75+120)*0.8", 0] + }, + "hair_left4": { + "rotation": [0, "0+math.sin(q.anim_time*90*1.75+150)*0.8", 0] + }, + "hair_left5": { + "rotation": [0, "0+math.sin(q.anim_time*90*1.75+180)*1.25", 0] + }, + "hair_left6": { + "rotation": [0, "0+math.sin(q.anim_time*90*1.75+120)*1.25", 0] + }, + "hair_right": { + "rotation": [52.14231, "-4.9182-math.sin(q.anim_time*90*1.75+60)*1.25", 51.31448] + }, + "hair_right8": { + "rotation": [0, "0-math.sin(q.anim_time*90*1.75)*0.8", 0] + }, + "hair_right9": { + "rotation": [0, "0-math.sin(q.anim_time*90*1.75+60)*0.8", 0] + }, + "hair_right10": { + "rotation": [0, "0-math.sin(q.anim_time*90*1.75+90)*0.8", 0] + }, + "hair_right11": { + "rotation": [0, "0-math.sin(q.anim_time*90*1.75+120)*1.25", 0] + }, + "hair_right1": { + "rotation": [0, "0-math.sin(q.anim_time*90*1.75+60)*1.25", 0] + }, + "eyelid_right": { + "position": [0, 0, -0.1] + }, + "eyelid_left": { + "position": [0, 0, -0.1] + }, + "wing_left": { + "rotation": [6.48887, 39.79981, "4.601-math.sin(q.anim_time*90*1.75)*1"], + "position": [3, 0, -3] + }, + "wing_left2": { + "rotation": [7.46389, 44.73798, "4.9491-math.sin(q.anim_time*90*1.75-15)*1.5"], + "position": [2.8204, 0.2615, -1.4061] + }, + "wing_left3": { + "rotation": [3.71649, 24.67881, "0.8862-math.sin(q.anim_time*90*1.75-30)*2"], + "position": [1.9255, 0.3347, -0.656] + }, + "wing_right": { + "rotation": [6.48887, -39.79981, "-4.601+math.sin(q.anim_time*90*1.75)*1"], + "position": [-3, 0, -3] + }, + "wing_right2": { + "rotation": [7.46385, -44.73798, "-4.949+math.sin(q.anim_time*90*1.75-15)*1.5"], + "position": [-2.82035, 0.26147, -1.40614] + }, + "wing_right3": { + "rotation": [3.54683, -24.70228, "0.9711+math.sin(q.anim_time*90*1.75-30)*2"], + "position": [-1.92552, 0.33468, -0.65603] + }, + "tail": { + "rotation": ["0-math.sin(q.anim_time*90*1.75-30)*1.25", 0, 0] + }, + "leg_right": { + "rotation": ["-30-math.sin(q.anim_time*90*1.75-30)*1.25", -10, "0+math.sin(q.anim_time*90*0.875-30)*1.25"] + }, + "leg_left": { + "rotation": ["-30-math.sin(q.anim_time*90*1.75-30)*1.25", 10, "0+math.sin(q.anim_time*90*0.875-30)*1.25"] + } + } + }, + "animation.altaria.blink": { + "animation_length": 0.16667, + "bones": { + "eyelid_right": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_left": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + } + } + } + }, + "geckolib_format_version": 2 +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/amoonguss/amoonguss.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/amoonguss/amoonguss.animation.json new file mode 100644 index 0000000..ed9465c --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/amoonguss/amoonguss.animation.json @@ -0,0 +1,80 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.amoonguss.ground_idle": { + "loop": true, + "bones": { + "body_bot": { + "rotation": ["2.5*math.sin(q.anim_time*90*2)*0.5", 0, "2.5*math.sin(q.anim_time*90*2+90)*0.5"] + }, + "body_top": { + "rotation": ["1*math.sin(q.anim_time*90*2)*0.5", 0, "1*math.sin(q.anim_time*90*2+90)*0.5"] + }, + "arm_left": { + "rotation": [28.0634, "21.0759- math.cos(query.anim_time * 90 * 2 - 90) * 12", 21.50238] + }, + "aime_bone_1": { + "rotation": [0, 0, "-55- math.cos(query.anim_time * 90 * 2 - 180) * 5"] + }, + "arm_right": { + "rotation": [11.9366, "-21.0759- math.cos(query.anim_time * 90 * 2 - 90) * 12", -21.5024] + }, + "aime_bone_2": { + "rotation": [0, 0, "55- math.cos(query.anim_time * 90 * 2 - 180) * 5"] + } + } + }, + "animation.amoonguss.ground_walk": { + "loop": true, + "bones": { + "body_bot": { + "rotation": [0, "6*math.sin(q.anim_time*90*4)", "4*math.sin(q.anim_time*4*90-90)"], + "position": [0, "math.abs(0.15*math.sin(q.anim_time*4*90-90))", 0] + }, + "body_top": { + "rotation": [0, "6*math.sin(q.anim_time*90*4)*0.2", "4*math.sin(q.anim_time*4*90-90)*0.2"], + "position": [0, "math.abs(0.15*math.sin(q.anim_time*4*90-90))", 0] + }, + "arm_right": { + "rotation": [0, "6*math.sin(q.anim_time*90*4-30)*2", -35] + }, + "aime_bone_2": { + "rotation": [0, "-6*math.sin(q.anim_time*90*4+90)*1", 0] + }, + "arm_left": { + "rotation": [0, "6*math.sin(q.anim_time*90*4-30)*2", 35] + }, + "aime_bone_1": { + "rotation": [0, "-6*math.sin(q.anim_time*90*4+90)*1", 0] + } + } + }, + "animation.amoonguss.blink": { + "animation_length": 0.625, + "bones": { + "eye_right": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + }, + "eye_left": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/appletun/appletun.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/appletun/appletun.animation.json new file mode 100644 index 0000000..8b2c3d7 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/appletun/appletun.animation.json @@ -0,0 +1,259 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.appletun.ground_idle": { + "loop": true, + "bones": { + "body": { + "rotation": ["0+math.sin(q.anim_time*90*1)*0.5", "0-math.sin(q.anim_time*90*1)*1", "0-math.cos(q.anim_time*90*1)*1"], + "position": [0, "math.sin(q.anim_time*90*2)*0.2", 0] + }, + "neck": { + "rotation": ["0+math.cos(q.anim_time*90*2)*-1", "0-math.sin(q.anim_time*90*1-30)*-2", 0] + }, + "head": { + "rotation": ["0+math.cos(q.anim_time*90*2)*-1", "0-math.sin(q.anim_time*90*1-30)*-2", 0] + }, + "right_ear": { + "rotation": [0, 0, "5-math.cos(q.anim_time*90*1-60)*4"] + }, + "left_ear": { + "rotation": [0, 0, "-5-math.cos(q.anim_time*90*1-60)*4"] + }, + "head_cap": { + "rotation": [0, "0-math.sin(q.anim_time*90*1-30)*-2", 0] + }, + "appleleave_right": { + "rotation": [0, 0, "0-math.cos(q.anim_time*90*1-60)*-4"] + }, + "appleleave_left": { + "rotation": [0, 0, "0-math.cos(q.anim_time*90*1-60)*4"] + }, + "tails": { + "rotation": ["-15.5+math.sin(q.anim_time*90*2-60)*1", "0-math.sin(q.anim_time*90*1-30)*3", 0] + }, + "tails2": { + "rotation": ["15+math.sin(q.anim_time*90*2-90)*2", "-math.sin(q.anim_time*90*1-60)*4", 0] + }, + "leg_front_right": { + "rotation": [0, 0, 10] + }, + "foot_front_right": { + "rotation": [0, 0, -10] + }, + "leg_front_left": { + "rotation": [0, 0, -10] + }, + "foot_front_left": { + "rotation": [0, 0, 10] + }, + "leg_back_right": { + "rotation": [0, 0, 10] + }, + "foot_back_right": { + "rotation": [0, 0, -10] + }, + "leg_back_left": { + "rotation": [0, 0, -10] + }, + "foot_back_left": { + "rotation": [0, 0, 10] + } + } + }, + "animation.appletun.ground_walk": { + "loop": true, + "animation_length": 1.3333, + "bones": { + "body": { + "rotation": ["0+math.sin(q.anim_time*90*3*2)*1", "0-math.cos(q.anim_time*90*3)*3", "0+math.sin(q.anim_time*90*3)*2"], + "position": { + "0.0": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], + "0.2917": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], + "0.3333": [0, "-0.4+math.sin(q.anim_time*90*3*2)*0.4", 0], + "0.4167": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], + "0.5417": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], + "0.5833": [0, "-0.2+math.sin(q.anim_time*90*3*2)*0.4", 0], + "0.6667": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], + "0.9583": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], + "1.0": [0, "-0.4+math.sin(q.anim_time*90*3*2)*0.4", 0], + "1.0833": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], + "1.2083": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], + "1.25": [0, "-0.2+math.sin(q.anim_time*90*3*2)*0.4", 0], + "1.3333": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0] + } + }, + "neck": { + "rotation": [3, "0-math.sin(q.anim_time*90*3+30)*-2", "0+math.sin(q.anim_time*90*3+30)*2"] + }, + "head": { + "rotation": [-3, "0-math.sin(q.anim_time*90*3+30)*-2", "0+math.sin(q.anim_time*90*3+30)*2"] + }, + "right_ear": { + "rotation": ["-0.0005+math.cos(q.anim_time*90*3*2-60)*1", -0.02181, "2.4999+math.sin(q.anim_time*90*3-60)*6"] + }, + "left_ear": { + "rotation": ["-0.0005+math.cos(q.anim_time*90*3*2-60)*1", 0.02181, "-2.4999+math.sin(q.anim_time*90*3-60)*6"] + }, + "head_cap": { + "rotation": ["0+math.sin(q.anim_time*90*3*2)*1", "0-math.cos(q.anim_time*90*3)*3", "0+math.sin(q.anim_time*90*3)*2"] + }, + "appleleave_right": { + "rotation": ["0+math.cos(q.anim_time*90*3*2-60)*1", 0, "0+math.sin(q.anim_time*90*3-60)*6"], + "position": { + "0.0": [0, 0, 0], + "0.3333": [0, 0, 0], + "0.375": [0, 0.3, 0], + "0.4167": [0, -0.26, 0], + "0.5": [0, 0, 0], + "0.9583": [0, 0, 0], + "1.0": [0, 0.3, 0], + "1.0417": [0, -0.26, 0], + "1.125": [0, 0, 0], + "1.3333": [0, 0, 0] + } + }, + "appleleave_left": { + "rotation": ["0+math.cos(q.anim_time*90*3*2-60)*1", 0, "0+math.sin(q.anim_time*90*3-60)*6"], + "position": { + "0.0": [0, 0, 0], + "0.2917": [0, 0, 0], + "0.3333": [0, 0.3, 0], + "0.375": [0, -0.26, 0], + "0.4583": [0, 0, 0], + "1.0": [0, 0, 0], + "1.0417": [0, 0.3, 0], + "1.0833": [0, -0.26, 0], + "1.1667": [0, 0, 0], + "1.3333": [0, 0, 0] + } + }, + "tails": { + "rotation": ["-15+math.sin(q.anim_time*90*3*2-30)*1", "math.cos(q.anim_time*90*3-30)*-1", 0] + }, + "tails2": { + "rotation": ["8.5+math.sin(q.anim_time*90*3*2-60)*2", "math.cos(q.anim_time*90*3-60)*-4", 0] + }, + "leg_front_right": { + "rotation": ["6-math.sin(q.anim_time*90*3)*15", "0+math.sin(q.anim_time*90*3)*6", 10], + "position": ["-0.3+math.cos(q.anim_time*90*3)*0.3", "-0.2+math.clamp(math.cos(q.anim_time*90*3)*1,0,2)", "-math.sin(q.anim_time*90*3)*0.5"] + }, + "foot_front_right": { + "rotation": { + "0.0": ["math.clamp(math.sin(q.anim_time*90*3+90)*20,0,20)+math.clamp(math.sin(q.anim_time*90*3+270)*1 ,0,20)", 0, -10], + "0.3333": ["8+math.clamp(math.sin(q.anim_time*90*3+90)*20,0,20)+math.clamp(math.sin(q.anim_time*90*3+270)*1 ,0,20)", 0, -10], + "0.5": ["2+math.clamp(math.sin(q.anim_time*90*3+90)*20,0,20)+math.clamp(math.sin(q.anim_time*90*3+270)*1 ,0,20)", 0, -10], + "0.6667": ["-7+math.clamp(math.sin(q.anim_time*90*3+90)*20,0,20)+math.clamp(math.sin(q.anim_time*90*3+270)*1 ,0,20)", 0, -10], + "0.9167": [-5.29289, 0, -10], + "1.0": ["0+math.clamp(math.sin(q.anim_time*90*3+90)*20,0,20)+math.clamp(math.sin(q.anim_time*90*3+270)*1 ,0,20)", 0, -10], + "1.3333": ["math.clamp(math.sin(q.anim_time*90*3+90)*20,0,20)+math.clamp(math.sin(q.anim_time*90*3+270)*1 ,0,20)", 0, -10] + }, + "position": { + "0.0": [0, 0, 0], + "0.6667": [0, 0.1, 0], + "0.9167": [0, 0.5, 0], + "1.0833": [0, 0.5, 0], + "1.3333": [0, 0, 0] + } + }, + "leg_front_left": { + "rotation": ["6-math.sin(q.anim_time*90*3-180)*15", "0+math.sin(q.anim_time*90*3-180)*6", -10], + "position": ["0.3+math.cos(q.anim_time*90*3-180)*-0.3", "-0.2+math.clamp(math.cos(q.anim_time*90*3-180)*1,0,2)", "-math.sin(q.anim_time*90*3-180)*0.5"] + }, + "foot_front_left": { + "rotation": { + "0.0": ["-7+math.clamp(math.sin(q.anim_time*90*3-90)*20,0,20)+math.clamp(math.sin(q.anim_time*90*3+90)*1 ,0,20)", 0, 10], + "0.25": [-5.29289, 0, 10], + "0.3333": ["0+math.clamp(math.sin(q.anim_time*90*3-90)*20,0,20)+math.clamp(math.sin(q.anim_time*90*3+90)*1 ,0,20)", 0, 10], + "1.0": ["8+math.clamp(math.sin(q.anim_time*90*3-90)*20,0,20)+math.clamp(math.sin(q.anim_time*90*3+90)*1 ,0,20)", 0, 10], + "1.1667": ["2+math.clamp(math.sin(q.anim_time*90*3-90)*20,0,20)+math.clamp(math.sin(q.anim_time*90*3+90)*1 ,0,20)", 0, 10], + "1.3333": ["-7+math.clamp(math.sin(q.anim_time*90*3-90)*20,0,20)+math.clamp(math.sin(q.anim_time*90*3+90)*1 ,0,20)", 0, 10] + }, + "position": { + "0.0": [0, 0.1, 0], + "0.25": [0, 0.5, 0], + "0.4167": [0, 0.5, 0], + "0.6667": [0, 0, 0], + "1.3333": [0, 0.1, 0] + } + }, + "leg_back_right": { + "rotation": ["0-math.sin(q.anim_time*90*3-240)*6", "0-math.sin(q.anim_time*90*3-240)*6", 10], + "position": ["0-math.cos(q.anim_time*90*3-240)*0.2", "-0.2+math.clamp(math.cos(q.anim_time*90*3-240)*1,0,2)", "0-math.sin(q.anim_time*90*3-240)*0.8"] + }, + "foot_back_right": { + "rotation": { + "0.0": ["0+math.clamp(math.sin(q.anim_time*90*3-150)*15,0,20)-math.clamp(math.sin(q.anim_time*90*3+150)*2,-2,20)", 0, -10], + "0.5": ["0+math.clamp(math.sin(q.anim_time*90*3-150)*15,0,20)-math.clamp(math.sin(q.anim_time*90*3+150)*2,-2,20)", 0, -10], + "0.5833": ["2.5+math.clamp(math.sin(q.anim_time*90*3-150)*15,0,20)-math.clamp(math.sin(q.anim_time*90*3+150)*2,-2,20)", 0, -10], + "0.9583": ["math.clamp(math.sin(q.anim_time*90*3-150)*15,0,20)-math.clamp(math.sin(q.anim_time*90*3+150)*2,-2,20)", 0, -10], + "1.1667": ["-2.5+math.clamp(math.sin(q.anim_time*90*3-150)*15,0,20)-math.clamp(math.sin(q.anim_time*90*3+150)*2,-2,20)", 0, -10], + "1.3333": ["0+math.clamp(math.sin(q.anim_time*90*3-150)*15,0,20)-math.clamp(math.sin(q.anim_time*90*3+150)*2,-2,20)", 0, -10] + }, + "position": [0, 0.2, 0] + }, + "leg_back_left": { + "rotation": ["0-math.sin(q.anim_time*90*3-60)*6", "0+math.sin(q.anim_time*90*3-60)*6", -10], + "position": ["0+math.cos(q.anim_time*90*3-60)*0.2", "-0.2+math.clamp(math.cos(q.anim_time*90*3-60)*1,0,2)", "0-math.sin(q.anim_time*90*3-60)*0.7"] + }, + "foot_back_left": { + "rotation": { + "0.0": ["0+math.clamp(math.sin(q.anim_time*90*3+30)*15,0,20)-math.clamp(math.sin(q.anim_time*90*3+210)*2,-2,20)", 0, 10], + "0.5": ["0+math.clamp(math.sin(q.anim_time*90*3+30)*15,0,20)-math.clamp(math.sin(q.anim_time*90*3+210)*2,-2,20)", 0, 10], + "0.5833": ["2.5+math.clamp(math.sin(q.anim_time*90*3+30)*15,0,20)-math.clamp(math.sin(q.anim_time*90*3+210)*2,-2,20)", 0, 10], + "0.9583": ["math.clamp(math.sin(q.anim_time*90*3+30)*15,0,20)-math.clamp(math.sin(q.anim_time*90*3+210)*2,-2,20)", 0, 10], + "1.1667": ["-2.5+math.clamp(math.sin(q.anim_time*90*3+30)*15,0,20)-math.clamp(math.sin(q.anim_time*90*3+210)*2,-2,20)", 0, 10], + "1.3333": ["0+math.clamp(math.sin(q.anim_time*90*3+30)*15,0,20)-math.clamp(math.sin(q.anim_time*90*3+210)*2,-2,20)", 0, 10] + }, + "position": [0, 0.2, 0] + }, + "bone": { + "rotation": ["0+math.sin(q.anim_time*90*3*2)*0.5", "0-math.cos(q.anim_time*90*3)*1.5", "0+math.sin(q.anim_time*90*3)*1"] + } + } + }, + "animation.appletun.cry": { + "animation_length": 1.4167, + "bones": { + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [0.83, 0, 0], + "0.125": [4.89, 0, 0], + "0.1667": [6.25, 0, 0], + "0.25": [5.71, 0, 0], + "0.4583": [3.75, 0, 0], + "0.5833": [-8.28, 0, 0.32], + "0.625": [-10.69, 0, 0.69], + "0.75": [-12.5, 0, "0+math.sin(q.anim_time*90*20-30)*3"], + "1.2917": [-0.87, 0, -0.12], + "1.4167": [0, 0, 0] + } + }, + "jaw": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [25, 0, 0], + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [19.77, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/applin/applin.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/applin/applin.animation.json new file mode 100644 index 0000000..2a65780 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/applin/applin.animation.json @@ -0,0 +1,49 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.applin.ground_idle": { + "loop": true, + "bones": { + "tail_1": { + "rotation": [0, "math.sin(q.anim_time*90*2+125)*6", 0] + }, + "tail_2": { + "rotation": [0, "math.sin(q.anim_time*90*2+125)*6", 0] + }, + "eye": { + "rotation": ["-2.25+math.sin(q.anim_time*90*2-60)*3", 0, 0] + }, + "head": { + "rotation": ["-math.sin(q.anim_time*90*2+90)*2", 0, "math.sin(q.anim_time*90*2)*1"] + } + } + }, + "animation.applin.ground_walk": { + "loop": true, + "bones": { + "tail_1": { + "rotation": ["-math.clamp(math.sin(-q.anim_time*90*4-120)*20,0,20)+math.clamp(math.sin(-q.anim_time*90*4+60)*4,0,20)", 0, 0], + "position": [ + 0, + "0.25+math.clamp(math.sin(q.anim_time*90*4-45)*1,0,20)-math.clamp(math.sin(q.anim_time*90*4-45+180)*1,0,10)", + "-math.clamp(math.sin(q.anim_time*90*4-30)*0.5,0,50)" + ] + }, + "tail_2": { + "rotation": ["-8.5+(math.sin(q.anim_time*90*4)*1+1)*5+math.clamp(math.sin(q.anim_time*90*4-30)*5,0,20)", 0, 0], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4-30)*0.5,0,50)", "-math.clamp(math.sin(q.anim_time*90*4-30)*1,0,50)"] + }, + "eye": { + "rotation": ["-2.25+math.sin(q.anim_time*90*4-60)*4", 0, 0] + }, + "bone2": { + "rotation": ["-1.25+math.sin(q.anim_time*90*4-90)*1", 0, 0], + "position": [0, "0+math.sin(q.anim_time*90*4+30)*0.1", 0] + }, + "bone": { + "position": [0, 0, "-math.clamp(math.sin(q.anim_time*90*4)*1,0,1)-math.clamp(math.sin(-q.anim_time*90*1)*1,0,1)"] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/araquanid/araquanid.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/araquanid/araquanid.animation.json new file mode 100644 index 0000000..72cda1f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/araquanid/araquanid.animation.json @@ -0,0 +1,1285 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.araquanid.ground_idle": { + "loop": true, + "animation_length": 0.68, + "bones": { + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.08": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.68": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.08": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [0, -0.2, 0], + "lerp_mode": "catmullrom" + }, + "0.68": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left_front": { + "rotation": [13.46783, 32.61461, 23.9568] + }, + "leg_left_middle": { + "rotation": [0, 0, 25] + }, + "leg_left_back": { + "rotation": [-13.4678, -32.6146, 23.9568] + }, + "leg_right_back": { + "rotation": [-13.4678, 32.6146, -23.9568] + }, + "leg_right_front": { + "rotation": [13.46783, -32.61461, -23.9568] + }, + "leg_right_middle": { + "rotation": [0, 0, -25] + }, + "foot_left_front": { + "rotation": { + "0.0": { + "post": [0, 0, -55], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [0, 0, -57.5], + "lerp_mode": "catmullrom" + }, + "0.68": { + "post": [0, 0, -55], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left_back": { + "rotation": { + "0.0": { + "post": [0, 0, -55], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [0, 0, -57.5], + "lerp_mode": "catmullrom" + }, + "0.68": { + "post": [0, 0, -55], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left_middle": { + "rotation": { + "0.0": { + "post": [0, 0, -62.5], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [0, 0, -65], + "lerp_mode": "catmullrom" + }, + "0.68": { + "post": [0, 0, -62.5], + "lerp_mode": "catmullrom" + } + } + }, + "all": { + "position": { + "0.0": { + "post": [0, -3.25, 0], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [0, -3.75, 0], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [0, -3.25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right_back": { + "rotation": { + "0.0": { + "post": [0, 0, 55], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [0, 0, 57.5], + "lerp_mode": "catmullrom" + }, + "0.68": { + "post": [0, 0, 55], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right_front": { + "rotation": { + "0.0": { + "post": [0, 0, 55], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [0, 0, 57.5], + "lerp_mode": "catmullrom" + }, + "0.68": { + "post": [0, 0, 55], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right_middle": { + "rotation": { + "0.0": { + "post": [0, 0, 62.5], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [0, 0, 65], + "lerp_mode": "catmullrom" + }, + "0.68": { + "post": [0, 0, 62.5], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.araquanid.ground_walk": { + "loop": true, + "animation_length": 0.96, + "bones": { + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.08": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.16": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.08": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "0.16": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left_front": { + "rotation": { + "0.0": { + "post": [20.3097, 48.68425, 33.75801], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [5.96472, 10.21674, 20.65499], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [20.3097, 48.68425, 33.75801], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left_middle": { + "rotation": { + "0.0": { + "post": [-0.26793, -14.99766, 26.03527], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [-0.2628, 10.00208, 25.92029], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [-0.26793, -14.99766, 26.03527], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left_back": { + "rotation": { + "0.0": { + "post": [-12.01794, -15.32247, 20.80359], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [-22.95409, -56.02219, 36.76032], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [-12.01794, -15.32247, 20.80359], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right_back": { + "rotation": { + "0.0": { + "post": [-22.95409, 56.02219, -36.76032], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [-12.01794, 15.32247, -20.80359], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [-22.95409, 56.02219, -36.76032], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right_front": { + "rotation": { + "0.0": { + "post": [5.96472, -10.21674, -20.65499], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [20.3097, -48.68425, -33.75801], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [5.96472, -10.21674, -20.65499], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right_middle": { + "rotation": { + "0.0": { + "post": [-0.2628, -10.00208, -25.92029], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [-0.26793, 14.99766, -26.03527], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [-0.2628, -10.00208, -25.92029], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left_front": { + "rotation": { + "0.0": [0, 0, -55], + "0.48": [0, 0, -55], + "0.52": [0, 0, -57.09108], + "0.56": [0, 0, -62.32789], + "0.6": [0, 0, -69.46483], + "0.68": [0, 0, -85.53517], + "0.72": [0, 0, -92.67211], + "0.76": [0, 0, -97.90892], + "0.8": [0, 0, -100], + "0.84": [0, 0, -96.5896], + "0.92": [0, 0, -58.4104], + "0.96": [0, 0, -55] + } + }, + "foot_left_back": { + "rotation": { + "0.0": [0, 0, -55], + "0.48": [0, 0, -55], + "0.52": [0, 0, -57.09108], + "0.56": [0, 0, -62.32789], + "0.6": [0, 0, -69.46483], + "0.68": [0, 0, -85.53517], + "0.72": [0, 0, -92.67211], + "0.76": [0, 0, -97.90892], + "0.8": [0, 0, -100], + "0.84": [0, 0, -96.5896], + "0.92": [0, 0, -58.4104], + "0.96": [0, 0, -55] + } + }, + "foot_left_middle": { + "rotation": { + "0.0": [0, 0, -62.5], + "0.04": [0, 0, -64.24256], + "0.08": [0, 0, -68.60658], + "0.12": [0, 0, -74.55402], + "0.2": [0, 0, -87.94598], + "0.24": [0, 0, -93.89342], + "0.28": [0, 0, -98.25744], + "0.32": [0, 0, -100], + "0.36": [0, 0, -97.158], + "0.44": [0, 0, -65.342], + "0.48": [0, 0, -62.5], + "0.96": [0, 0, -62.5] + } + }, + "all": { + "position": { + "0.0": { + "post": [0, -3.25, 1], + "lerp_mode": "catmullrom" + }, + "0.28": { + "post": [0, -3.25, 0], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [0, -3.25, 1], + "lerp_mode": "catmullrom" + }, + "0.76": { + "post": [0, -3.25, 0], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [0, -3.25, 1], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right_back": { + "rotation": { + "0.0": [0, 0, 55], + "0.04": [0, 0, 57.09108], + "0.08": [0, 0, 62.32789], + "0.12": [0, 0, 69.46483], + "0.2": [0, 0, 85.53517], + "0.24": [0, 0, 92.67211], + "0.28": [0, 0, 97.90892], + "0.32": [0, 0, 100], + "0.36": [0, 0, 96.5896], + "0.44": [0, 0, 58.4104], + "0.48": [0, 0, 55], + "0.96": [0, 0, 55] + } + }, + "foot_right_front": { + "rotation": { + "0.0": [0, 0, 55], + "0.04": [0, 0, 57.09108], + "0.08": [0, 0, 62.32789], + "0.12": [0, 0, 69.46483], + "0.2": [0, 0, 85.53517], + "0.24": [0, 0, 92.67211], + "0.28": [0, 0, 97.90892], + "0.32": [0, 0, 100], + "0.36": [0, 0, 96.5896], + "0.44": [0, 0, 58.4104], + "0.48": [0, 0, 55], + "0.96": [0, 0, 55] + } + }, + "foot_right_middle": { + "rotation": { + "0.0": [0, 0, 62.5], + "0.48": [0, 0, 62.5], + "0.52": [0, 0, 64.24256], + "0.56": [0, 0, 68.60658], + "0.6": [0, 0, 74.55402], + "0.68": [0, 0, 87.94598], + "0.72": [0, 0, 93.89342], + "0.76": [0, 0, 98.25744], + "0.8": [0, 0, 100], + "0.84": [0, 0, 97.158], + "0.92": [0, 0, 65.342], + "0.96": [0, 0, 62.5] + } + } + } + }, + "animation.araquanid.faint": { + "loop": true, + "animation_length": 2.885, + "bones": { + "leg_left_front": { + "rotation": { + "0.0": { + "post": [13.46783, 32.61461, 23.9568], + "lerp_mode": "catmullrom" + }, + "0.16": { + "post": [20.61737, 28.93057, 37.87289], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [34.3569, 7.13136, 79.70716], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [34.97437, 1.43364, 87.95169], + "lerp_mode": "catmullrom" + }, + "1.16": { + "post": [35, 0, 90], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left_front": { + "rotation": { + "0.0": { + "post": [0, 0, -55], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [0, 0, -52.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -100], + "lerp_mode": "catmullrom" + }, + "1.44": { + "post": [-30, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "1.68": { + "post": [-29.97638, 1.2497, -20.33459], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left_middle": { + "rotation": { + "0.0": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "0.16": { + "post": [0, 0, 42.5], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.16": { + "post": [0, 0, 90], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left_middle": { + "rotation": { + "0.0": { + "post": [0, 0, -62.5], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -67.5], + "lerp_mode": "catmullrom" + }, + "1.44": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + }, + "1.68": { + "post": [0, 0, -35], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left_back": { + "rotation": { + "0.0": { + "post": [-13.4678, -32.6146, 23.9568], + "lerp_mode": "catmullrom" + }, + "0.16": { + "post": [-20.61733, -28.93057, 37.87289], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [-17.91702, -30.58183, 32.43575], + "lerp_mode": "catmullrom" + }, + "0.84": { + "post": [-6.93252, -34.39273, 12.14787], + "lerp_mode": "catmullrom" + }, + "1.16": { + "post": [-34.35688, 7.13134, 100.29285], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left_back": { + "rotation": { + "0.0": { + "post": [0, 0, -55], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "1.12": { + "post": [0, 0, -72.5], + "lerp_mode": "catmullrom" + }, + "1.44": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.68": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right_front": { + "rotation": { + "0.0": { + "post": [13.46783, -32.61461, -23.9568], + "lerp_mode": "catmullrom" + }, + "0.16": { + "post": [20.61737, -28.93057, -37.87289], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [34.3569, -7.13136, -79.70716], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [34.97437, -1.43364, -87.95169], + "lerp_mode": "catmullrom" + }, + "1.16": { + "post": [35, 0, -90], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right_middle": { + "rotation": { + "0.0": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [0, 0, -42.5], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.16": { + "post": [0, 0, -90], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right_back": { + "rotation": { + "0.0": { + "post": [-13.4678, 32.6146, -23.9568], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [-20.61733, 28.93057, -37.87289], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [-17.91702, 30.58183, -32.43575], + "lerp_mode": "catmullrom" + }, + "0.84": { + "post": [-6.93252, 34.39273, -12.14787], + "lerp_mode": "catmullrom" + }, + "1.16": { + "post": [-34.35688, -7.13134, -100.29285], + "lerp_mode": "catmullrom" + } + } + }, + "all": { + "rotation": { + "0.16": [0, 0, 0], + "0.32": [-45, 0, 0], + "0.72": [-117.5, 0, 0], + "1.12": [-185, 0, 0], + "1.28": [-190, 0, 0], + "1.4": [-187.5, 0, 0] + }, + "position": { + "0.0": { + "post": [0, -3.25, 0], + "lerp_mode": "catmullrom" + }, + "0.16": { + "post": [0, 1.75, 0], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [0, 10.75, 0], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [0, 18.75, 2], + "lerp_mode": "catmullrom" + }, + "1.12": { + "post": [0, 17.5, 18], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [0, 17.25, 21], + "lerp_mode": "catmullrom" + }, + "1.4": { + "post": [0, 17.25, 20.5], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.16": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.72": [0, 0, 0], + "1.12": [30, 0, 0], + "2.88": [30, 0, 0] + } + }, + "foot_right_front": { + "rotation": { + "0.0": { + "post": [0, 0, 55], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [0, 0, 52.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 100], + "lerp_mode": "catmullrom" + }, + "1.44": { + "post": [-47.20513, 18.88952, 39.18541], + "lerp_mode": "catmullrom" + }, + "1.68": { + "post": [-49.01916, 11.43563, 32.27243], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right_middle": { + "rotation": { + "0.0": { + "post": [0, 0, 62.5], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [0, 0, 67.5], + "lerp_mode": "catmullrom" + }, + "1.16": { + "post": [-20, 0, 40], + "lerp_mode": "catmullrom" + }, + "1.4": { + "post": [-15, 0, 35], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right_back": { + "rotation": { + "0.0": { + "post": [0, 0, 55], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "1.12": { + "post": [0, 0, 72.5], + "lerp_mode": "catmullrom" + }, + "1.44": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.68": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.araquanid.water_idle": { + "loop": true, + "animation_length": 0.8, + "bones": { + "leg_left_front": { + "rotation": [13.46783, 32.61461, 23.9568] + }, + "foot_left_front": { + "rotation": { + "0.0": { + "post": [0, 0, -55], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [0, 0, -50], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [0, 0, -55], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [0, 0, -50], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [0, 0, -55], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left_middle": { + "rotation": [0, 0, 25] + }, + "foot_left_middle": { + "rotation": { + "0.0": { + "post": [0, 0, -62.5], + "lerp_mode": "catmullrom" + }, + "0.08": { + "post": [0, 0, -62.5], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [0, 0, -52.5], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [0, 0, -62.5], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left_back": { + "rotation": [-13.4678, -32.6146, 23.9568] + }, + "foot_left_back": { + "rotation": { + "0.0": { + "post": [0, 0, -55], + "lerp_mode": "catmullrom" + }, + "0.16": { + "post": [0, 0, -55], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [0, 0, -55], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right_front": { + "rotation": [13.46783, -32.61461, -23.9568] + }, + "leg_right_middle": { + "rotation": [0, 0, -25] + }, + "leg_right_back": { + "rotation": [-13.4678, 32.6146, -23.9568] + }, + "all": { + "position": { + "0.0": { + "post": [0, -3.25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right_front": { + "rotation": { + "0.0": { + "post": [0, 0, 55], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [0, 0, 50], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [0, 0, 55], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [0, 0, 50], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [0, 0, 55], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right_middle": { + "rotation": { + "0.0": { + "post": [0, 0, 62.5], + "lerp_mode": "catmullrom" + }, + "0.08": { + "post": [0, 0, 62.5], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [0, 0, 52.5], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [0, 0, 62.5], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right_back": { + "rotation": { + "0.0": { + "post": [0, 0, 55], + "lerp_mode": "catmullrom" + }, + "0.16": { + "post": [0, 0, 55], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [0, 0, 37.5], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [0, 0, 55], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.araquanid.water_swim": { + "loop": true, + "animation_length": 0.72, + "bones": { + "leg_left_front": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left_front": { + "rotation": { + "0.0": { + "post": [5, 0, -50], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [1.91757, -4.61854, 17.42266], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [5, 0, -50], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left_middle": { + "rotation": { + "0.0": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [-5.84485, -11.06861, 28.06681], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left_middle": { + "rotation": { + "0.0": { + "post": [17.5, 0, -50], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [10.86531, -13.80192, 1.18107], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [17.5, 0, -50], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left_back": { + "rotation": { + "0.0": { + "post": [0, -32.5, 0], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [-16.39211, -28.46296, 31.68416], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [0, -32.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left_back": { + "rotation": { + "0.0": { + "post": [32.5, 0, -50], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [20.07273, -26.11218, 0.29958], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [32.5, 0, -50], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right_front": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right_middle": { + "rotation": { + "0.0": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [-5.84485, 11.06861, -28.06681], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right_back": { + "rotation": { + "0.0": { + "post": [0, 32.5, 0], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [-16.39211, 28.46296, -31.68416], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [0, 32.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "all": { + "position": { + "0.0": { + "post": [0, 0, 4], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [0, 0, 3], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [0, 0, 4], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": [17.5, 0, 0], + "0.04": [17.82249, 0, 0], + "0.08": [19.04434, 0, 0], + "0.12": [20.95566, 0, 0], + "0.16": [22.17751, 0, 0], + "0.2": [22.5, 0, 0], + "0.24": [22.33451, 0, 0], + "0.6": [18.3919, 0, 0], + "0.68": [17.66549, 0, 0], + "0.72": [17.5, 0, 0] + } + }, + "body": { + "rotation": { + "0.0": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right_front": { + "rotation": { + "0.0": { + "post": [5, 0, 50], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [1.91757, 4.61854, -17.42266], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [5, 0, 50], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right_middle": { + "rotation": { + "0.0": { + "post": [17.5, 0, 50], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [10.86531, 13.80192, -1.18107], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [17.5, 0, 50], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right_back": { + "rotation": { + "0.0": { + "post": [32.5, 0, 50], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [20.07273, 26.11218, -0.29958], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [32.5, 0, 50], + "lerp_mode": "catmullrom" + } + } + } + } + } + }, + "geckolib_format_version": 2 +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/arcanine_hisuian/arcanine_hisuian.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/arcanine_hisuian/arcanine_hisuian.animation.json new file mode 100644 index 0000000..1afd081 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/arcanine_hisuian/arcanine_hisuian.animation.json @@ -0,0 +1,801 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.arcanine_hisuian.ground_idle": { + "loop": true, + "bones": { + "body": { + "position": [0, -0.5, 0] + }, + "upper_torso": { + "rotation": [-2.5, 0, 0] + }, + "neck": { + "rotation": [5, 0, 0] + }, + "left_thigh": { + "rotation": [-5, 0, 0] + }, + "left_knee": { + "rotation": [5, 0, 0] + }, + "right_thigh": { + "rotation": [-5, 0, 0] + }, + "right_knee": { + "rotation": [5, 0, 0] + }, + "left_shoulder": { + "rotation": [5, 0, 0] + }, + "left_elbow": { + "rotation": [-10, 0, 0] + }, + "left_frontpaw": { + "rotation": [5, 0, 0] + }, + "right_shoulder": { + "rotation": [5, 0, 0] + } + } + }, + "animation.arcanine_hisuian.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "chest": { + "rotation": ["-2.5+Math.cos((query.anim_time) * 90 * 4*2) * 2", 0, "0+Math.cos((query.anim_time) * 90 * 4) * -6"], + "position": [0, 0.3, 0] + }, + "leg_front_left": { + "rotation": { + "0.0": [-21, 0, 0], + "0.0833": [-18.08, 0, 0], + "0.4167": [26.21, 0, 0], + "0.5": [30, 0, 0], + "0.6667": [26.21, 0, 0], + "0.9167": [-18.08, 0, 0], + "1.0": [-21, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.2083": [0, 1.25, 0], + "0.4167": [0, 0, 0], + "0.625": { + "pre": [0, 1.25, 0], + "post": [0, 1.25, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 1.5, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 1.25, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0.21, 0], + "lerp_mode": "catmullrom" + }, + "1.0": [0, 0, 0] + } + }, + "leg_front_left2": { + "rotation": { + "0.0": [-12.5, 0, 0], + "0.2083": [-3.12, 0, 0], + "0.5": [-17, 0, 0], + "0.5833": [-18.75, 0, 0], + "0.7917": [-40, 0, 0], + "1.0": [-12.5, 0, 0] + } + }, + "foot_front_left": { + "rotation": { + "0.0": [22.5, 0, 0], + "0.0417": [35, 0, 0], + "0.2083": [10, 0, 0], + "0.375": [-5, 0, 0], + "0.5417": [7.5, 0, 0], + "0.75": [55, 0, 0], + "0.9167": [15.42, 0, 0], + "1.0": [22.5, 0, 0] + } + }, + "leg_front_right": { + "rotation": { + "0.0": [30, 0, 0], + "0.1667": [26.21, 0, 0], + "0.4167": [-18.08, 0, 0], + "0.5": [-21, 0, 0], + "0.5833": [-18.08, 0, 0], + "0.9167": [26.21, 0, 0], + "1.0": [30, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0.21, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 1.25, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 1.5, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 1.25, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0.21, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [0, 0, 0], + "0.7083": [0, 1.25, 0], + "0.9167": [0, 0, 0], + "1.0": [0, 0.21, 0] + } + }, + "leg_front_right2": { + "rotation": { + "0.0": [-17, 0, 0], + "0.0833": [-18.75, 0, 0], + "0.2917": [-40, 0, 0], + "0.5": [-12.5, 0, 0], + "0.7083": [-3.12, 0, 0], + "1.0": [-17, 0, 0] + } + }, + "foot_front_right": { + "rotation": { + "0.0": [4.38, 0, 0], + "0.0417": [7.5, 0, 0], + "0.25": [55, 0, 0], + "0.5": [22.5, 0, 0], + "0.5417": [35, 0, 0], + "0.7083": [10, 0, 0], + "0.875": [-5, 0, 0], + "1.0": [4.38, 0, 0] + } + }, + "ear_left": { + "rotation": ["15+Math.cos((query.anim_time) * 90 * 4*2) * 4", 12.5, 0] + }, + "ear_right": { + "rotation": ["15+Math.cos((query.anim_time) * 90 * 4*2) * 4", -12.5, 0] + }, + "body_fur_left": { + "rotation": [15, 0, 0] + }, + "body_fur_right": { + "rotation": [15, 0, 0] + }, + "leg_back_left": { + "rotation": { + "0.0": [26.5, 0, 0], + "0.1667": [22.71, 0, 0], + "0.4167": [-15.08, 0, 0], + "0.5": [-18, 0, 0], + "0.5833": [-15.08, 0, 0], + "0.9167": [22.71, 0, 0], + "1.0": [26.5, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0.21, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0.55, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0.6, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0.75, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0.21, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [0, 0, 0], + "0.7083": [0, 0.2, 0], + "0.9167": [0, 0, 0], + "1.0": [0, 0.21, 0] + } + }, + "leg_back_left2": { + "rotation": { + "0.0": { + "post": [-9.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-35.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": [-48.75, 0, 0], + "0.4167": [-21, 0, 0], + "0.5": [-12.5, 0, 0], + "0.7083": [-15.62, 0, 0], + "1.0": [-9.5, 0, 0] + } + }, + "foot_back_left": { + "rotation": { + "0.0": [4.38, 0, 0], + "0.0417": [7.5, 0, 0], + "0.25": [55, 0, 0], + "0.375": [13.75, 0, 0], + "0.5": [35, 0, 0], + "0.7083": [10, 0, 0], + "0.875": [-5, 0, 0], + "1.0": [4.38, 0, 0] + } + }, + "leg_back_right": { + "rotation": { + "0.0": [-18, 0, 0], + "0.0833": [-15.08, 0, 0], + "0.4167": [22.71, 0, 0], + "0.5": [26.5, 0, 0], + "0.6667": [22.71, 0, 0], + "0.9167": [-15.08, 0, 0], + "1.0": [-18, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.4167": [0, 0, 0], + "0.5": { + "pre": [0, 0.21, 0], + "post": [0, 0.21, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0.65, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0.6, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0.65, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0.21, 0], + "lerp_mode": "catmullrom" + }, + "1.0": [0, 0, 0] + } + }, + "leg_back_right2": { + "rotation": { + "0.0": [-12.5, 0, 0], + "0.2083": [-15.62, 0, 0], + "0.5": { + "pre": [-9.5, 0, 0], + "post": [-9.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-35.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": [-48.75, 0, 0], + "0.9167": [-21, 0, 0], + "1.0": [-12.5, 0, 0] + } + }, + "foot_back_right": { + "rotation": { + "0.0": [35, 0, 0], + "0.2083": [10, 0, 0], + "0.375": [-5, 0, 0], + "0.5417": [7.5, 0, 0], + "0.75": [55, 0, 0], + "0.875": [13.75, 0, 0], + "1.0": [35, 0, 0] + } + }, + "body": { + "position": [0, -0.75, 0] + }, + "torso": { + "rotation": ["2.5+Math.cos((query.anim_time) * 90 * 4*2 - 90) * 2", 0, 0], + "position": [0, "0+Math.cos((query.anim_time) * 90 * 4*2) * 0.5", 0] + }, + "neck": { + "rotation": ["27.5+Math.cos((query.anim_time) * 90 * 4*2) * -5", 0, "Math.cos((query.anim_time) * 90 * 4 - 30) * 2"], + "position": [0, -0.6, -0.5] + }, + "head": { + "rotation": ["-20+Math.cos((query.anim_time) * 90 * 4*2) * 2", 0, 0] + }, + "tail3": { + "rotation": ["30+Math.cos((query.anim_time) * 90 * 4*2 - 60) * -15", "0+Math.cos((query.anim_time) * 90 * 4 - 150) * 15", 0] + }, + "tail4": { + "rotation": ["20+Math.cos((query.anim_time) * 90 * 4*2 - 120) * -5", "0+Math.cos((query.anim_time) * 90 * 4 - 210) * 30", 0] + }, + "left_thigh": { + "rotation": { + "0.0": [26.5, 0, 0], + "0.1667": [22.71, 0, 0], + "0.4167": [-15.08, 0, 0], + "0.5": [-18, 0, 0], + "0.5833": [-15.08, 0, 0], + "0.9167": [22.71, 0, 0], + "1.0": [26.5, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 2.21, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0.55, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0.6, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0.75, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0.21, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [0, 0, 0], + "0.7083": [0, 0.2, 0], + "0.9167": { + "pre": [0, 2.21, 0], + "post": [0, 2.21, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 2.21, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_backpaw": { + "rotation": { + "0.0": [4.38, 0, 0], + "0.0417": [7.5, 0, 0], + "0.25": [55, 0, 0], + "0.375": [13.75, 0, 0], + "0.5": [35, 0, 0], + "0.7083": [10, 0, 0], + "0.875": [-5, 0, 0], + "1.0": [4.38, 0, 0] + } + }, + "right_thigh": { + "rotation": { + "0.0": [-18, 0, 0], + "0.0833": [-15.08, 0, 0], + "0.4167": [22.71, 0, 0], + "0.5": [26.5, 0, 0], + "0.6667": [22.71, 0, 0], + "0.9167": [-15.08, 0, 0], + "1.0": [-18, 0, 0] + }, + "position": { + "0.0": [0, 2, 0], + "0.4167": [0, 0, 0], + "0.5": { + "pre": [0, 0.21, 0], + "post": [0, 0.21, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0.65, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0.6, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0.65, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": [0, 2, 0], + "1.0": [0, 2, 0] + } + }, + "right_backpaw": { + "rotation": { + "0.0": [35, 0, 0], + "0.2083": [10, 0, 0], + "0.375": [-5, 0, 0], + "0.5417": [7.5, 0, 0], + "0.75": [55, 0, 0], + "0.875": [13.75, 0, 0], + "1.0": [35, 0, 0] + } + }, + "left_shoulder": { + "rotation": { + "0.0": [-21, 0, 0], + "0.0833": [-18.08, 0, 0], + "0.4167": [26.21, 0, 0], + "0.5": [30, 0, 0], + "0.6667": [26.21, 0, 0], + "0.9167": [-18.08, 0, 0], + "1.0": [-21, 0, 0] + }, + "position": { + "0.0": [0, -1, 0], + "0.2083": [0, 0.25, 0], + "0.4167": [0, -1, 0], + "0.625": { + "pre": [0, 0.25, 0], + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -0.79, 0], + "lerp_mode": "catmullrom" + }, + "1.0": [0, -1, 0] + } + }, + "left_elbow": { + "rotation": { + "0.0": [-12.5, 0, 0], + "0.2083": [-3.12, 0, 0], + "0.5": [-17, 0, 0], + "0.5833": [-18.75, 0, 0], + "0.7917": [-40, 0, 0], + "1.0": [-12.5, 0, 0] + } + }, + "left_frontpaw": { + "rotation": { + "0.0": [22.5, 0, 0], + "0.0417": [35, 0, 0], + "0.2083": [10, 0, 0], + "0.375": [-5, 0, 0], + "0.5417": [7.5, 0, 0], + "0.75": [55, 0, 0], + "0.9167": [15.42, 0, 0], + "1.0": [22.5, 0, 0] + } + }, + "right_shoulder": { + "rotation": { + "0.0": [30, 0, 0], + "0.1667": [26.21, 0, 0], + "0.4167": [-18.08, 0, 0], + "0.5": [-21, 0, 0], + "0.5833": [-18.08, 0, 0], + "0.9167": [26.21, 0, 0], + "1.0": [30, 0, 0] + }, + "position": { + "0.0": { + "post": [0, -0.79, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, -0.79, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [0, -1, 0], + "0.7083": [0, 0.25, 0], + "0.9167": [0, -1, 0], + "1.0": { + "pre": [0, -0.79, 0], + "post": [0, -0.79, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_elbow": { + "rotation": { + "0.0": [-17, 0, 0], + "0.0833": [-18.75, 0, 0], + "0.2917": [-40, 0, 0], + "0.5": [-12.5, 0, 0], + "0.7083": [-3.12, 0, 0], + "1.0": [-17, 0, 0] + } + }, + "right_frontpaw": { + "rotation": { + "0.0": [4.38, 0, 0], + "0.0417": [7.5, 0, 0], + "0.25": [55, 0, 0], + "0.5": [22.5, 0, 0], + "0.5417": [35, 0, 0], + "0.7083": [10, 0, 0], + "0.875": [-5, 0, 0], + "1.0": [4.38, 0, 0] + } + } + } + }, + "animation.arcanine.test": { + "loop": true, + "bones": { + "torso": { + "rotation": [-12.5, 0, 0] + }, + "upper_torso": { + "rotation": [10, 0, 0] + }, + "neck": { + "rotation": [5, 0, 0] + }, + "head": { + "rotation": [-7.5, 0, 0] + }, + "tail": { + "rotation": [7.5, 0, 0] + }, + "tail2": { + "rotation": [20.09446, 0.60545, -0.32419] + }, + "tail3": { + "rotation": [-7.5, 0, 0] + }, + "left_thigh": { + "rotation": [34.79265, 6.34507, -4.72436] + }, + "left_knee": { + "rotation": [-2.52718, -1.84293, 1.68956] + }, + "left_ankle": { + "rotation": [10, 0, 0] + }, + "left_backpaw": { + "rotation": [97.5, 0, 0] + }, + "left_ankle_fluff": { + "rotation": [-17.5, 0, 0] + }, + "left_ankle_fluff2": { + "rotation": [-17.5, 5, 0] + }, + "left_shoulder": { + "rotation": [-15.14917, -5.52716, 0.82869], + "position": [0, 1, 0.5] + }, + "left_elbow": { + "rotation": [-57.5, 0, 0] + }, + "left_elbow_fluff": { + "rotation": [17.5, -5, 0] + }, + "left_frontpaw": { + "rotation": [112.5, 0, 0] + }, + "tail4": { + "rotation": [12.5, 0, 0] + }, + "left_ankle_fluff9": { + "rotation": [0, 7.5, 0] + }, + "left_elbow_fluff2": { + "rotation": [7.5, 0, 0] + }, + "right_shoulder": { + "rotation": [-35.14917, 5.52716, -0.82869], + "position": [0, 1, 0.5] + }, + "tail_fluff": { + "rotation": [5, 0, 0] + }, + "tail_fluff5": { + "rotation": [0, 0, 0] + }, + "right_thigh": { + "rotation": [27.29265, -6.34507, 4.72436] + }, + "right_knee": { + "rotation": [4.97282, 1.84293, -1.68956] + }, + "right_ankle": { + "rotation": [-7.5, 0, 0] + }, + "right_backpaw": { + "rotation": [107.5, 0, 0] + }, + "right_ankle_fluff2": { + "rotation": [-22.5, -5, 0] + }, + "right_ankle_fluff9": { + "rotation": [0, -7.5, 0] + } + } + }, + "animation.arcanine.test2": { + "loop": true, + "bones": { + "torso": { + "rotation": [17.5, 0, 0], + "position": [0, 0, 0] + }, + "upper_torso": { + "rotation": [-10, 0, 0] + }, + "neck": { + "rotation": [40, 0, 0], + "position": [0, -1, 0] + }, + "head": { + "rotation": [-35.30843, 3.81024, -9.25249], + "position": [0, 0.5, 0.5] + }, + "jaw": { + "rotation": [72.5, 0, 0], + "position": [0, -0.5, 0] + }, + "head_fluff_top2": { + "rotation": [5.00474, -2.49048, -0.21803] + }, + "head_fluff_left": { + "rotation": [-12.16438, 15.56824, -19.67933] + }, + "head_fluff_right": { + "rotation": [-12.16438, -15.56824, 19.67933] + }, + "head_fluff_left2": { + "rotation": [0, 7.5, 0] + }, + "head_fluff_right2": { + "rotation": [0, -7.5, 0] + }, + "tail": { + "rotation": [-14.76786, -9.45044, -4.13116] + }, + "tail2": { + "rotation": [-11.00881, -17.89908, -0.1179] + }, + "tail3": { + "rotation": [4.32185, 9.54385, -8.11019] + }, + "tail4": { + "rotation": [12.08681, 3.21132, -14.65993] + }, + "left_thigh": { + "rotation": [0.65426, -4.95712, -7.52832], + "position": [0, 0, -1] + }, + "left_knee": { + "rotation": [0.25081, -1.32789, 3.20266] + }, + "left_ankle": { + "rotation": [0, 0, 0] + }, + "left_backpaw": { + "rotation": [0, -7.5, 4] + }, + "left_ankle_fluff": { + "rotation": [0, -5, 0] + }, + "left_ankle_fluff9": { + "rotation": [0, 12.5, 0] + }, + "left_shoulder": { + "rotation": [34.89743, 2.86544, -4.09918], + "position": [0, -4.5, 1] + }, + "left_elbow": { + "rotation": [-62.5, 0, 0] + }, + "left_elbow_fluff": { + "rotation": [8.16086, 6.81641, 2.60927] + }, + "left_elbow_fluff2": { + "rotation": [2.5, 5, 0] + }, + "left_frontpaw": { + "rotation": [27.54601, -4.06319, 2.39383] + }, + "chin_fluff": { + "rotation": [50, 0, 0], + "position": [0, 0, 0] + }, + "right_shoulder": { + "rotation": [-44.97272, 1.76749, 1.76833], + "position": [0, -4.75, 1] + }, + "left_ankle_fluff2": { + "rotation": [0, 10, 0] + }, + "tail_fluff": { + "rotation": [2.5, 0, 0] + }, + "tail_fluff3": { + "rotation": [2.5, 0, 0] + }, + "tail_fluff5": { + "rotation": [0, 0, -12.5] + }, + "right_thigh": { + "rotation": [0.65426, 4.95712, 7.52832] + }, + "right_knee": { + "rotation": [0.25081, 1.32789, -3.20266] + }, + "right_backpaw": { + "rotation": [0, 7.5, -4] + }, + "right_ankle_fluff": { + "rotation": [0, 5, 0] + }, + "right_ankle_fluff2": { + "rotation": [0, -10, 0] + }, + "right_ankle_fluff9": { + "rotation": [0, -12.5, 0] + }, + "head_fluff_top_left": { + "rotation": [0, 0, -2.5] + }, + "head_fluff_top_right": { + "rotation": [0, 0, -2.5] + }, + "chest_fluff": { + "position": [0, -1, 0] + }, + "right_frontpaw": { + "rotation": [44.97272, -1.76749, -0.73167] + } + } + }, + "animation.arcanine.blink": { + "animation_length": 0.16667, + "bones": { + "left_eyelid": { + "position": { + "0.0": [0.1, 0, -0.1], + "0.125": [0.1, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "right_eyelid": { + "position": { + "0.0": [-0.1, 0, -0.1], + "0.125": [-0.1, 0, -0.1], + "0.1667": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/archaludon/archaludon.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/archaludon/archaludon.animation.json new file mode 100644 index 0000000..7d962c9 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/archaludon/archaludon.animation.json @@ -0,0 +1,1623 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.archaludon.ground_walk": { + "loop": true, + "animation_length": 4, + "bones": { + "mid_ridge": { + "rotation": ["17.5+4*math.sin(q.anim_time*90*4-60)", "6*math.cos(q.anim_time*90*2)", "5*math.sin(q.anim_time*90*2)"], + "position": [0, "-2.1+math.clamp(1*math.sin(q.anim_time*90*4+60),0,2)", "-0.3+0.5*math.cos(q.anim_time*90*4+120)"] + }, + "head": { + "rotation": ["-1+2*math.sin(q.anim_time*90*4-160)", "-10*math.cos(q.anim_time*90*2-20)", "-6*math.sin(q.anim_time*90*2-60)"] + }, + "leftarm_1": { + "rotation": ["30.4558-2*math.sin(q.anim_time*90*4)", "3.0957+4*math.cos(q.anim_time*90*4)", -6.95811], + "position": [1, 0, -0.1] + }, + "leftarm_3": { + "rotation": ["-25.3112-2*(math.sin(q.anim_time*90*4-60)*1+1)", 1.3027, 11.0937] + }, + "rightarm_1": { + "rotation": ["30.4558-2*math.sin(q.anim_time*90*4)", "-3.0957-4*math.cos(q.anim_time*90*4)", 6.95811], + "position": [-1, 0, -0.1] + }, + "rightarm_3": { + "rotation": ["-25.3112-2*(math.sin(q.anim_time*90*4-60)*1+1)", -1.3027, -11.09368] + }, + "bot_3": { + "rotation": ["0+2*math.sin(q.anim_time*90*4-60)", 0, 0] + }, + "right_leg": { + "rotation": { + "0.0": { + "post": [4.8, 26.38, 4.77], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [9.16329, 25.70885, 6.53894], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [4.08469, 23.45696, 11.66984], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-24.32, 19.73, 4.18], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-25.64985, 21.01706, 3.44594], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15.27, 27.5, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [9.16329, 25.70885, 6.53894], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [4.08469, 23.45696, 11.66984], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [-25.64985, 21.01706, 3.44594], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [-15.27, 27.5, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [4.8, 26.38, 4.77], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0.01, -0.03, 3.74], + "0.25": [0.01, 1.27, 5.51], + "0.6667": [0.01, 2.93, 2.55], + "0.9583": [0.01, 3.24, 0.48], + "1.0": [0.01, 3.23, 0.18], + "1.1667": [0.01, 3.17, -1], + "1.25": [0.01, -0.03, -1.59], + "2.25": [0.01, -0.03, 2.51], + "2.6667": [0.01, 2.93, 2.55], + "2.9583": [0.01, 3.24, 0.48], + "3.1667": [0.01, 3.17, -1], + "3.25": [0.01, -0.03, -1.59], + "4.0": [0.01, -0.03, 3.74] + } + }, + "right_foot": { + "rotation": { + "0.0": { + "post": [0.7, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0.27, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [30.27, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [36.94, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15.27, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0.27, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [30.27, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [36.94, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [15.27, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0.7, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_leg": { + "rotation": { + "0.0": { + "post": [-24.32, -19.73, -4.18], + "lerp_mode": "catmullrom" + }, + "0.0417": { + "post": [-25.64985, -21.01706, -3.44594], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-15.27, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [9.16329, -25.70885, -6.53894], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [4.08469, -23.45696, -11.66984], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-25.64985, -21.01706, -3.44594], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-15.27, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [9.16329, -25.70885, -6.53894], + "lerp_mode": "catmullrom" + }, + "3.5833": { + "post": [4.08469, -23.45696, -11.66984], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-24.32, -19.73, -4.18], + "lerp_mode": "catmullrom" + }, + "4.0417": { + "post": [-25.64985, -21.01706, -3.44594], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [-0.01, 3.23, 0.18], + "0.1667": [-0.01, 3.17, -1], + "0.25": [-0.01, -0.03, -1.59], + "1.25": [-0.01, -0.03, 2.51], + "1.6667": [-0.01, 2.93, 2.55], + "1.9583": [-0.01, 3.24, 0.48], + "2.1667": [-0.01, 3.17, -1], + "2.25": [-0.01, -0.03, -1.59], + "3.25": [-0.01, -0.03, 2.51], + "3.6667": [-0.01, 2.93, 2.55], + "3.9583": [-0.01, 3.24, 0.48], + "4.0": [-0.01, 3.23, 0.18] + } + }, + "left_foot": { + "rotation": { + "0.0": { + "post": [36.94, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [15.27, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0.27, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [30.27, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [36.94, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [15.27, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0.27, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [30.27, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [36.94, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_leg_rotation": { + "position": [0, 0, -1] + }, + "right_leg_rotation": { + "position": [0, 0, -1] + }, + "hidden_leftleg_1": { + "position": [0, 0, -4], + "scale": 0 + }, + "hidden_rightleg_1": { + "position": [0, 0, -4], + "scale": 0 + }, + "ligtning_left": { + "scale": 0 + }, + "ligtning_right": { + "scale": 0 + } + } + }, + "animation.archaludon.ground_idle": { + "loop": true, + "bones": { + "mid_ridge": { + "rotation": ["1+1*math.sin(q.anim_time*90*2-60)", "0.5*math.cos(q.anim_time*90*1)", "1*math.sin(q.anim_time*90*0.5)"], + "position": [0, "-0.15*(math.sin(q.anim_time*90*2-90)*1+1)", "0.25*(math.sin(q.anim_time*90*2-90)*1+1)"] + }, + "head": { + "rotation": ["-1+2*math.sin(q.anim_time*90*2-160)", 0, "-2*math.sin(q.anim_time*90*0.5)"] + }, + "leftarm_1": { + "rotation": ["42.1337-2*(math.sin(q.anim_time*90*2)*1+1)", 2.14628, -4.68996], + "position": [1, 0, -0.1] + }, + "leftarm_3": { + "rotation": ["-50.0695-2*(math.sin(q.anim_time*90*2-60)*1+1)", -5.78707, -4.77887] + }, + "rightarm_1": { + "rotation": ["42.1337-2*(math.sin(q.anim_time*90*2)*1+1)", -2.14628, 4.68996], + "position": [-1, 0, -0.1] + }, + "rightarm_3": { + "rotation": ["-50.0695-2*(math.sin(q.anim_time*90*2-60)*1+1)", 5.78707, 4.77887] + }, + "ligtning_left": { + "scale": 0 + }, + "bot_3": { + "rotation": ["1*(math.sin(q.anim_time*90*2-60)*1)", 0, 0] + }, + "hidden_leftleg_1": { + "position": [0, 0, -4], + "scale": 0 + }, + "ligtning_left2": { + "scale": 0 + }, + "hidden_rightleg_1": { + "position": [0, 0, -4], + "scale": 0 + }, + "ligtning_right": { + "scale": 0 + }, + "ligtning_right2": { + "scale": [1, 1, 0] + } + } + }, + "animation.archaludon.special": { + "animation_length": 1.25, + "bones": { + "mid_ridge": { + "rotation": [90, 0, 0], + "position": [0, "-2-0.2*math.sin(q.anim_time*90*70)", 0] + }, + "topbridge": { + "rotation": [25, 0, 0] + }, + "head": { + "rotation": { + "0.0": { + "post": [-125, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-147.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-147.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-125, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_1": { + "position": [4, 0, 0] + }, + "leftarm_3": { + "rotation": [-90, 0, 0] + }, + "rightarm_1": { + "position": [-4, 0, 0] + }, + "rightarm_3": { + "rotation": [-90, 0, 0] + }, + "bone3": { + "rotation": [-27.5, 0, 0] + }, + "bot_2": { + "rotation": [-25, 0, 0] + }, + "bot_3": { + "rotation": [-60, 0, 0] + }, + "left_leg": { + "position": [0, 0, 8] + }, + "right_leg": { + "position": [0, 0, 8] + }, + "left_leg_rotation": { + "position": [0, "-0.2*math.sin(q.anim_time*90*70)", 0] + }, + "right_leg_rotation": { + "position": [0, "-0.2*math.sin(q.anim_time*90*70)", 0] + }, + "hidden_leftleg_1": { + "position": [0, 0, 0] + }, + "ligtning_left_1": { + "rotation": [53.17534, 7.9972, 9.63846], + "position": [1, 0, 0], + "scale": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 1] + }, + "ligtning_left_4": { + "rotation": [-59.46122, -7.64101, 8.68061], + "position": [1, 0, 0], + "scale": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 1] + }, + "ligtning_left_3": { + "rotation": [-74.52045, -5.13971, 11.69802], + "position": [1, 0, 0], + "scale": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 1] + }, + "ligtning_left_5": { + "rotation": [-72.72844, -6.39335, 12.15191], + "position": [1, 0, 0], + "scale": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 1] + }, + "ligtning_left_6": { + "rotation": [-35.41318, -8.17773, 5.77509], + "position": [1, 0, 0], + "scale": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 1] + }, + "ligtning_left_7": { + "rotation": [58.00327, -1.78334, 15.32675], + "position": [1, 0, 0], + "scale": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 1] + }, + "ligtning_left_8": { + "rotation": [74.16923, 3.4609, 12.01867], + "position": [1, 0, 0], + "scale": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 1] + }, + "ligtning_right_4": { + "rotation": [-73.80476, 1.78503, -12.34898], + "position": [-1, 0, 0], + "scale": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 1] + }, + "ligtning_right_3": { + "rotation": [-58.84044, 4.00702, -10.6129], + "position": [-1, 0, 0], + "scale": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 1] + }, + "ligtning_right_1": { + "rotation": [53.02803, -7.16636, -10.2968], + "position": [-1, 0, 0], + "scale": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 1] + }, + "ligtning_right_5": { + "rotation": [-71.71329, 1.91215, -13.31833], + "position": [-1, 0, 0], + "scale": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 1] + }, + "ligtning_right_6": { + "rotation": [-36.52195, 15.46743, 3.32151], + "position": [-1, 0, 0], + "scale": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 1] + }, + "ligtning_right_7": { + "rotation": [74.16923, -3.4609, -12.01867], + "position": [-1, 0, 0], + "scale": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 1] + }, + "ligtning_right_8": { + "rotation": [58.04546, -15.20569, -4.84315], + "position": [-1, 0, 0], + "scale": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 1] + } + } + }, + "animation.archaludon.cry": { + "animation_length": 2.3333, + "bones": { + "mid_ridge": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [90, 0, 0], + "1.8333": [90, 0, 0], + "2.3333": [0, 0, 0] + }, + "position": { + "0.6667": [0, 0, 0], + "0.75": [0, -2, 0], + "1.8333": [0, -2, 0], + "2.3333": [0, 0, 0] + } + }, + "topbridge": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [25, 0, 0], + "1.8333": [25, 0, 0], + "2.3333": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-126.44, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-147.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-147.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-125, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-125, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_1": { + "position": [4, 0, 0] + }, + "leftarm_3": { + "rotation": [-90, 0, 0] + }, + "rightarm_1": { + "position": [-4, 0, 0] + }, + "rightarm_3": { + "rotation": [-90, 0, 0] + }, + "bone3": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [-27.5, 0, 0], + "1.8333": [-27.5, 0, 0], + "2.3333": [0, 0, 0] + } + }, + "bot_2": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [-25, 0, 0], + "1.8333": [-25, 0, 0], + "2.3333": [0, 0, 0] + } + }, + "bot_3": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [-60, 0, 0], + "1.8333": [-60, 0, 0], + "2.3333": [0, 0, 0] + } + }, + "left_leg": { + "position": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 8], + "1.8333": [0, 0, 8], + "2.3333": [0, 0, 0] + } + }, + "right_leg": { + "position": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 8], + "1.8333": [0, 0, 8], + "2.3333": [0, 0, 0] + } + }, + "hidden_leftleg_1": { + "position": { + "0.0": [0, 0, -4], + "0.6667": [0, 0, 0], + "1.8333": [0, 0, 0], + "2.3333": [0, 0, -4] + }, + "scale": { + "0.0": [0, 0, 0], + "0.6667": [1, 1, 1], + "1.8333": [1, 1, 1], + "2.3333": [0, 0, 0] + } + }, + "ligtning_left_1": { + "rotation": { + "0.6667": [53.17534, 7.9972, 9.63846], + "0.7917": [53.17534, 7.9972, 9.63846], + "1.8333": [53.17534, 7.9972, 9.63846], + "2.0": [53.17534, 7.9972, 9.63846] + }, + "position": { + "0.6667": [1, 0, 0], + "0.7917": [1, 0, 0], + "1.8333": [1, 0, 0], + "2.0": [1, 0, 0] + }, + "scale": { + "0.6667": [0, 0, 0], + "0.7917": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 1], + "1.8333": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 1], + "2.0": [0, 0, 0] + } + }, + "ligtning_left_4": { + "rotation": { + "0.6667": [-59.46122, -7.64101, 8.68061], + "0.7917": [-59.46122, -7.64101, 8.68061], + "1.8333": [-59.46122, -7.64101, 8.68061], + "2.0": [-59.46122, -7.64101, 8.68061] + }, + "position": { + "0.6667": [1, 0, 0], + "0.7917": [1, 0, 0], + "1.8333": [1, 0, 0], + "2.0": [1, 0, 0] + }, + "scale": { + "0.6667": [0, 0, 0], + "0.7917": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 1], + "1.8333": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 1], + "2.0": [0, 0, 0] + } + }, + "ligtning_left_3": { + "rotation": { + "0.6667": [-74.52045, -5.13971, 11.69802], + "0.7917": [-74.52045, -5.13971, 11.69802], + "1.8333": [-74.52045, -5.13971, 11.69802], + "2.0": [-74.52045, -5.13971, 11.69802] + }, + "position": { + "0.6667": [1, 0, 0], + "0.7917": [1, 0, 0], + "1.8333": [1, 0, 0], + "2.0": [1, 0, 0] + }, + "scale": { + "0.6667": [0, 0, 0], + "0.7917": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 1], + "1.8333": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 1], + "2.0": [0, 0, 0] + } + }, + "ligtning_left_5": { + "rotation": { + "0.6667": [-72.72844, -6.39335, 12.15191], + "0.7917": [-72.72844, -6.39335, 12.15191], + "1.8333": [-72.72844, -6.39335, 12.15191], + "2.0": [-72.72844, -6.39335, 12.15191] + }, + "position": { + "0.6667": [1, 0, 0], + "0.7917": [1, 0, 0], + "1.8333": [1, 0, 0], + "2.0": [1, 0, 0] + }, + "scale": { + "0.6667": [0, 0, 0], + "0.7917": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 0.925], + "1.8333": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 0.925], + "2.0": [0, 0, 0] + } + }, + "ligtning_left_6": { + "rotation": { + "0.6667": [-35.6484, -10.21235, 7.24677], + "0.7917": [-35.6484, -10.21235, 7.24677], + "1.8333": [-35.6484, -10.21235, 7.24677], + "2.0": [-35.6484, -10.21235, 7.24677] + }, + "position": { + "0.6667": [1, 0, 0], + "0.7917": [1, 0, 0], + "1.8333": [1, 0, 0], + "2.0": [1, 0, 0] + }, + "scale": { + "0.6667": [0, 0, 0], + "0.7917": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 1], + "1.8333": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 1], + "2.0": [0, 0, 0] + } + }, + "ligtning_left_7": { + "rotation": { + "0.6667": [58.00327, -1.78334, 15.32675], + "0.7917": [58.00327, -1.78334, 15.32675], + "1.8333": [58.00327, -1.78334, 15.32675], + "2.0": [58.00327, -1.78334, 15.32675] + }, + "position": { + "0.6667": [1, 0, 0], + "0.7917": [1, 0, 0], + "1.8333": [1, 0, 0], + "2.0": [1, 0, 0] + }, + "scale": { + "0.6667": [0, 0, 0], + "0.7917": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 1], + "1.8333": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 1], + "2.0": [0, 0, 0] + } + }, + "ligtning_left_8": { + "rotation": { + "0.6667": [74.16923, 3.4609, 12.01867], + "0.7917": [74.16923, 3.4609, 12.01867], + "1.8333": [74.16923, 3.4609, 12.01867], + "2.0": [74.16923, 3.4609, 12.01867] + }, + "position": { + "0.6667": [1, 0, 0], + "0.7917": [1, 0, 0], + "1.8333": [1, 0, 0], + "2.0": [1, 0, 0] + }, + "scale": { + "0.6667": [0, 0, 0], + "0.7917": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 0.925], + "1.8333": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 0.925], + "2.0": [0, 0, 0] + } + }, + "ligtning_right_4": { + "rotation": { + "0.6667": [-73.80476, 1.78503, -12.34898], + "0.7917": [-73.80476, 1.78503, -12.34898], + "1.8333": [-73.80476, 1.78503, -12.34898], + "2.0": [-73.80476, 1.78503, -12.34898] + }, + "position": { + "0.6667": [-1, 0, 0], + "0.7917": [-1, 0, 0], + "1.8333": [-1, 0, 0], + "2.0": [-1, 0, 0] + }, + "scale": { + "0.6667": [0, 0, 0], + "0.7917": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 1], + "1.8333": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 1], + "2.0": [0, 0, 0] + } + }, + "ligtning_right_3": { + "rotation": { + "0.6667": [-58.84044, 4.00702, -10.6129], + "0.7917": [-58.84044, 4.00702, -10.6129], + "1.8333": [-58.84044, 4.00702, -10.6129], + "2.0": [-58.84044, 4.00702, -10.6129] + }, + "position": { + "0.6667": [-1, 0, 0], + "0.7917": [-1, 0, 0], + "1.8333": [-1, 0, 0], + "2.0": [-1, 0, 0] + }, + "scale": { + "0.6667": [0, 0, 0], + "0.7917": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 1], + "1.8333": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 1], + "2.0": [0, 0, 0] + } + }, + "ligtning_right_1": { + "rotation": { + "0.6667": [53.02803, -7.16636, -10.2968], + "0.7917": [53.02803, -7.16636, -10.2968], + "1.8333": [53.02803, -7.16636, -10.2968], + "2.0": [53.02803, -7.16636, -10.2968] + }, + "position": { + "0.6667": [-1, 0, 0], + "0.7917": [-1, 0, 0], + "1.8333": [-1, 0, 0], + "2.0": [-1, 0, 0] + }, + "scale": { + "0.6667": [0, 0, 0], + "0.7917": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 1], + "1.8333": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 1], + "2.0": [0, 0, 0] + } + }, + "ligtning_right_5": { + "rotation": { + "0.6667": [-71.71329, 1.91215, -13.31833], + "0.7917": [-71.71329, 1.91215, -13.31833], + "1.8333": [-71.71329, 1.91215, -13.31833], + "2.0": [-71.71329, 1.91215, -13.31833] + }, + "position": { + "0.6667": [-1, 0, 0], + "0.7917": [-1, 0, 0], + "1.8333": [-1, 0, 0], + "2.0": [-1, 0, 0] + }, + "scale": { + "0.6667": [0, 0, 0], + "0.7917": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 0.925], + "1.8333": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 0.925], + "2.0": [0, 0, 0] + } + }, + "ligtning_right_6": { + "rotation": { + "0.6667": [-36.87077, 17.07112, 2.07654], + "0.7917": [-36.87077, 17.07112, 2.07654], + "1.8333": [-36.87077, 17.07112, 2.07654], + "2.0": [-36.87077, 17.07112, 2.07654] + }, + "position": { + "0.6667": [-1, 0, 0], + "0.7917": [-1, 0, 0], + "1.8333": [-1, 0, 0], + "2.0": [-1, 0, 0] + }, + "scale": { + "0.6667": [0, 0, 0], + "0.7917": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 1], + "1.8333": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 1], + "2.0": [0, 0, 0] + } + }, + "ligtning_right_7": { + "rotation": { + "0.6667": [74.16923, -3.4609, -12.01867], + "0.7917": [74.16923, -3.4609, -12.01867], + "1.8333": [74.16923, -3.4609, -12.01867], + "2.0": [74.16923, -3.4609, -12.01867] + }, + "position": { + "0.6667": [-1, 0, 0], + "0.7917": [-1, 0, 0], + "1.8333": [-1, 0, 0], + "2.0": [-1, 0, 0] + }, + "scale": { + "0.6667": [0, 0, 0], + "0.7917": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 0.925], + "1.8333": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 0.925], + "2.0": [0, 0, 0] + } + }, + "ligtning_right_8": { + "rotation": { + "0.6667": [58.04546, -15.20569, -4.84315], + "0.7917": [58.04546, -15.20569, -4.84315], + "1.8333": [58.04546, -15.20569, -4.84315], + "2.0": [58.04546, -15.20569, -4.84315] + }, + "position": { + "0.6667": [-1, 0, 0], + "0.7917": [-1, 0, 0], + "1.8333": [-1, 0, 0], + "2.0": [-1, 0, 0] + }, + "scale": { + "0.6667": [0, 0, 0], + "0.7917": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 1], + "1.8333": [0, "1+math.sin((query.anim_time-0.15)*3600)*0.35", 1], + "2.0": [0, 0, 0] + } + }, + "torso_all": { + "position": { + "0.875": [0, 0, 0], + "0.9167": [0, "-0-0.2*math.sin(q.anim_time*90*70)", 0], + "1.7917": [0, "-0-0.2*math.sin(q.anim_time*90*70)", 0], + "1.8333": [0, 0, 0] + } + }, + "leftarm_2": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "rightarm_2": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "hidden_rightleg_1": { + "position": { + "0.0": [0, 0, -4], + "0.6667": [0, 0, 0], + "1.8333": [0, 0, 0], + "2.3333": [0, 0, -4] + }, + "scale": { + "0.0": [0, 0, 0], + "0.6667": [1, 1, 1], + "1.8333": [1, 1, 1], + "2.3333": [0, 0, 0] + } + } + } + }, + "animation.archaludon.battle_idle": { + "loop": true, + "bones": { + "mid_ridge": { + "rotation": ["3.5+1*(math.sin(q.anim_time*90*2-60)*1+1)", "0.5*math.cos(q.anim_time*90*1)", "1*math.sin(q.anim_time*90*0.5)"], + "position": [0, "-0.15*(math.sin(q.anim_time*90*2-90)*1+1)", "-0.1+0.25*(math.sin(q.anim_time*90*2-30)*1+1)"] + }, + "head": { + "rotation": ["-8.5+2*math.sin(q.anim_time*90*2-160)", 0, "0-2*math.sin(q.anim_time*90*0.5)"] + }, + "leftarm_1": { + "rotation": ["18.0158-2*(math.sin(q.anim_time*90*2)*1+1)", 7.28336, -4.19087], + "position": [0.5, 0, 0] + }, + "leftarm_2": { + "rotation": [2.5, 0, 0] + }, + "leftarm_3": { + "rotation": [-47.47282, 1.84293, 1.68956] + }, + "rightarm_1": { + "rotation": ["18.0158-2*(math.sin(q.anim_time*90*2)*1+1)", -7.28336, 4.19087], + "position": [-0.5, 0, 0] + }, + "rightarm_2": { + "rotation": [2.5, 0, 0] + }, + "rightarm_3": { + "rotation": [-47.47282, -1.84293, -1.68956] + }, + "ligtning_left": { + "scale": [1, 1, 0] + }, + "bot_3": { + "rotation": ["1+1*(math.sin(q.anim_time*90*2-60)*1+1)", 0, 0] + }, + "hidden_leftleg_1": { + "position": [0, 0, -1], + "scale": [1, 0, 1] + }, + "ligtning_left2": { + "scale": [1, 1, 0] + }, + "hidden_rightleg_1": { + "position": [0, 0, -1], + "scale": [1, 0, 1] + }, + "ligtning_right": { + "scale": [1, 1, 0] + }, + "ligtning_right2": { + "scale": [1, 1, 0] + } + } + }, + "animation.archaludon.shake": { + "animation_length": 3, + "bones": { + "mid_ridge": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [-0.5, 3.5, 1.5], + "post": [-0.5, 3.5, 1.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [3.64, -0.08, -0.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [1.5, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0.92, -0.81, 0.07], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-1.49, -2.47, -1.95], + "lerp_mode": "catmullrom" + }, + "2.9583": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, -4], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 2], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 2, -1.5], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, 2, 2], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "3.0": [0, 0, 0] + } + }, + "leftarm_1": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": { + "pre": [10, 0, -2], + "post": [10, 0, -2], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-8.63, 0, -0.87], + "lerp_mode": "catmullrom" + }, + "2.0": [0, 0, 0] + } + }, + "leftarm_3": { + "rotation": { + "0.0": [0, 0, 0], + "0.2917": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, -5, -10], + "lerp_mode": "catmullrom" + }, + "1.7917": [0, 0, 0] + } + }, + "rightarm_1": { + "rotation": { + "0.0": [0, 0, 0], + "1.625": { + "pre": [0, 0, 7.5], + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "3.0": [0, 0, 0] + }, + "position": [0, 0, 0] + }, + "rightarm_3": { + "rotation": { + "0.0": [0, 0, 0], + "1.375": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-5, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "2.9583": [0, 0, 0] + } + } + } + }, + "animation.archaludon.recoil": { + "animation_length": 1.5, + "bones": { + "mid_ridge": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 1, 0], + "post": [-8, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [17.5, 0, 0], + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-5.4, 1.5, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-0.3, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + } + } + }, + "animation.archaludon.physical": { + "animation_length": 3, + "bones": { + "torso_all": { + "position": { + "1.2083": [0, 0, 0], + "1.25": [0, -1.2, 0], + "1.2917": [0, 0.1, 0], + "1.3333": [0, -0.8, 0], + "1.375": [0, 0.1, 0], + "1.4167": [0, -0.4, 0], + "1.5": [0, 0, 0], + "1.5833": [0, -0.2, 0], + "1.6667": [0, 0, 0] + } + }, + "mid_ridge": { + "rotation": { + "0.0": [2.63397, 0.5, 0], + "0.375": { + "pre": [6.63, 0.5, 0], + "post": [6.63, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-10.37, 7.5, 9], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-10.37, 7.5, 9], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [13.63, -15.5, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [13.63, -15.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [10.91318, -3.70293, 3.40858], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [3.05003, 0.86667, -1.55775], + "lerp_mode": "catmullrom" + }, + "3.0": [2.63397, 0.5, 0] + }, + "position": { + "0.0": [0, 0, 0.025], + "0.2083": { + "pre": [0, -1.1, 0.02], + "post": [0, -1.1, 0.02], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, -1.1, 0.02], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 2.5, 0.02], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 2.5, 0.02], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0.8, -6.58], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0.8, -6.58], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, 0.94, -2.76], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0.025], + "lerp_mode": "catmullrom" + }, + "2.875": [0, 0, 0.025] + } + }, + "head": { + "rotation": { + "0.0": [-12.5, 0, 0], + "0.625": { + "pre": [12.5, 0, 0], + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, -5.5, -4], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-22.5, 16, -10], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-9.45, 17.91, -4.85], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-8.9, 20, -0.5], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-15.48, 7.76, -2.12], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-12.48341, 0.64904, 0.12901], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-12.51664, -0.34031, -0.09283], + "lerp_mode": "catmullrom" + }, + "3.0": [-12.5, 0, 0] + } + }, + "leftarm_1": { + "rotation": { + "0.0": [16.0158, 7.28336, -4.19087], + "0.625": { + "pre": [36.02, 7.28, -4.19], + "post": [36.02, 7.28, -4.19], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-10.10257, 5.52787, 27.74864], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [51.02, -9.72, 12.81], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [51.02, -9.72, 12.81], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [16.0158, 7.28336, -4.19087], + "lerp_mode": "catmullrom" + }, + "2.875": [16.0158, 7.28336, -4.19087] + }, + "position": { + "0.0": [0.5, 0, 0], + "0.625": { + "pre": [0.5, 0, 0], + "post": [0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0.5, 0.4, 0.8], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0.5, 0.6, -2.1], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0.5, 0.6, -2.1], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0.9, 0.6, -0.2], + "lerp_mode": "catmullrom" + }, + "2.875": [0.5, 0, 0] + }, + "scale": { + "1.1667": [1, 1, 1], + "1.2083": [1, 1.7, 1], + "1.25": [1, 1, 1] + } + }, + "leftarm_2": { + "rotation": { + "0.0": [2.5, 0, 0], + "0.625": { + "pre": [24.98, 0, 0], + "post": [24.98, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-3, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [39.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.9167": [2.5, 0, 0] + } + }, + "leftarm_3": { + "rotation": { + "0.0": [-47.5, 0, 7.5], + "1.125": { + "pre": [-46.81472, 9.18229, -0.98186], + "post": [-46.81472, 9.18229, -0.98186], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-162.5, 0, 26.5], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-47.5, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.9167": [-47.5, 0, 7.5] + } + }, + "rightarm_1": { + "rotation": { + "0.0": [16.0158, -7.28336, 4.19087], + "0.375": { + "pre": [38.5158, -7.28336, -13.30913], + "post": [38.5158, -7.28336, -13.30913], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [48.52, -19.78, -10.81], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [24.01972, -13.69426, -3.88167], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [54.04893, -11.07335, -11.5145], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [47.30612, -16.42735, -6.90658], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [13.80259, -7.20135, 4.28932], + "lerp_mode": "catmullrom" + }, + "2.9583": [16.0158, -7.28336, 4.19087] + }, + "position": { + "0.0": [-0.5, 0, 0], + "0.375": { + "pre": [-0.5, 0, 0], + "post": [-0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-1.4, 0, -0.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-1.4, 0, -0.5], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-1.4, 0, -0.5], + "lerp_mode": "catmullrom" + }, + "2.7917": [-0.5, 0, 0] + } + }, + "rightarm_2": { + "rotation": { + "0.0": [2.5, 0, 0], + "1.0833": { + "pre": [2.5, 0, 0], + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [33.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [33.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": [2.5, 0, 0] + } + }, + "rightarm_3": { + "rotation": { + "0.0": [-47.39247, -3.21154, -3.83424], + "0.75": { + "pre": [-39.40191, -2.64718, -4.24326], + "post": [-39.40191, -2.64718, -4.24326], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-45.39407, -3.07588, -3.94385], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-24.70817, -1.48266, -4.77565], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-32.41643, -2.11089, -4.53359], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-50.39106, -3.40767, -3.66109], + "lerp_mode": "catmullrom" + }, + "2.875": [-47.39247, -3.21154, -3.83424] + } + }, + "ligtning_left": { + "scale": [1, 1, 0] + }, + "left_leg": { + "rotation": { + "0.0": [-15.26795, -37.5, 0], + "0.2917": [-15.27, -37.5, 0], + "0.9583": { + "pre": [-7.27, -37.5, 0], + "post": [-7.27, -37.5, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-7.27, -37.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-8.22446, -45.42749, 1.43797], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-8.22446, -45.42749, 1.43797], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-15.26795, -37.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": [-15.26795, -37.5, 0] + }, + "position": { + "0.0": [-0.0067, -0.02947, 0.01474], + "0.2917": [-0.01, -0.03, 0.01], + "0.9583": { + "pre": [0.29, -0.03, -0.39], + "post": [0.29, -0.03, -0.39], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0.29, -0.03, -0.39], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-2.71, -0.03, -0.99], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-2.71, -0.03, -4.04], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-1.71, -0.03, -4.04], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-1.36, -0.03, -0.99], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-0.0067, -0.02947, 0.01474], + "lerp_mode": "catmullrom" + }, + "2.5": [-0.0067, -0.02947, 0.01474] + } + }, + "left_foot": { + "rotation": { + "0.0": [14.92237, 3.26739, -12.07198], + "0.2917": [14.92437, 3.26782, -12.07186], + "0.9583": { + "pre": [8.07659, 1.78404, -12.37404], + "post": [8.07659, 1.78404, -12.37404], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [8.07659, 1.78404, -12.37404], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [8.07659, 1.78404, -12.37404], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [8.07659, 1.78404, -12.37404], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [14.92237, 3.26739, -12.07198], + "lerp_mode": "catmullrom" + }, + "2.5": [14.92237, 3.26739, -12.07198] + } + }, + "hidden_leftleg_1": { + "position": [0, 0, -1], + "scale": [1, 0, 1] + }, + "ligtning_left2": { + "scale": [1, 1, 0] + }, + "right_leg": { + "rotation": { + "0.0": [-15.26795, 37.5, 0], + "0.4167": [-15.27, 34.5, 0], + "0.6667": { + "pre": [-7.77, 37.5, 0], + "post": [-7.77, 37.5, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-58.77, 37.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": [-15.27, 19.5, 0], + "1.8333": [-15.27, 19.5, 0], + "2.0": { + "pre": [-20.26932, 25.5, 0], + "post": [-20.26932, 25.5, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-20.26932, 31.2, 0], + "lerp_mode": "catmullrom" + }, + "2.375": [-15.26795, 37.5, 0] + }, + "position": { + "0.0": [0.0067, -0.02947, 0.01474], + "0.4167": [0.01, -0.03, 0.01], + "1.0": { + "pre": [0.01, 4.97, 3.01], + "post": [0.01, 4.97, 3.01], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0.01, 4.97, 3.01], + "lerp_mode": "catmullrom" + }, + "1.25": [0.01, -0.03, -5.99], + "1.8333": [0.01, -0.03, -5.99], + "2.0417": { + "pre": [0.01, 2.57, -2.65], + "post": [0.01, 2.57, -2.65], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0.01, 1.4, -0.63], + "lerp_mode": "catmullrom" + }, + "2.375": [0.0067, -0.02947, 0.01474] + } + }, + "right_foot": { + "rotation": { + "0.0": [14.92237, -3.26739, 12.07198], + "0.3333": [14.92437, -3.26782, 12.07186], + "1.0833": [44.58277, -8.8452, 8.86787], + "1.25": [14.92437, -3.26782, 12.07186], + "1.8333": [14.92437, -3.26782, 12.07186], + "1.9167": { + "pre": [9.05395, -1.99806, 12.34179], + "post": [9.05395, -1.99806, 12.34179], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [22.77528, -4.90522, 11.51146], + "lerp_mode": "catmullrom" + }, + "2.375": [14.92437, -3.26782, 12.07186] + } + }, + "hidden_rightleg_1": { + "position": [0, 0, -1], + "scale": [1, 0, 1] + }, + "ligtning_right": { + "scale": [1, 1, 0] + }, + "ligtning_right2": { + "scale": [1, 1, 0] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/arctibax/arctibax.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/arctibax/arctibax.animation.json new file mode 100644 index 0000000..941c900 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/arctibax/arctibax.animation.json @@ -0,0 +1,128 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.arctibax.ground_idle": { + "loop": true, + "bones": { + "torso": { + "rotation": ["0-Math.cos((query.anim_time - 0.2) * 90) * 2", 0, 0] + }, + "head": { + "rotation": ["0-Math.cos((query.anim_time - 0.8) * 90) * 2", 0, 0] + }, + "jaw": { + "rotation": ["0-Math.cos((query.anim_time - 0.5) * 90) * 2", 0, 0] + }, + "tail": { + "rotation": ["0-Math.cos((query.anim_time - 0.5) * 90) * 2", 0, 0] + }, + "tail2": { + "rotation": ["0-Math.cos((query.anim_time - 0.8) * 90) * 2", 0, 0] + }, + "arm_left": { + "rotation": [3.82591, "9.8386+Math.cos((query.anim_time - 0.5) * 90) * 2", 61.9507], + "position": [0, 0, 1] + }, + "arm_left2": { + "rotation": [0, 47.5, 0], + "position": [-0.5, 0, 0.75] + }, + "arm_right": { + "rotation": [3.82591, "-9.8386-Math.cos((query.anim_time - 0.5) * 90) * 2", -61.9507], + "position": [0, 0, 1] + }, + "arm_right2": { + "rotation": [0, -47.5, 0], + "position": [0.5, 0, 0.75] + }, + "neck": { + "rotation": ["0-Math.cos((query.anim_time - 0.5) * 90) * 2", 0, 0] + } + } + }, + "animation.arctibax.ground_walk": { + "loop": true, + "bones": { + "wing_left": { + "rotation": [0, -10, 0] + }, + "forearm_left": { + "rotation": [0, "5-math.sin(query.anim_time*90*3*1.5)*6", 0] + }, + "hand_left": { + "rotation": [0, 0, 15] + }, + "fire": { + "rotation": [-20, 0, 0] + }, + "forearm_right": { + "rotation": [0, "-5-math.sin(query.anim_time*90*3*1.5+30)*6", 0] + }, + "hand_right": { + "rotation": [0, 0, -15] + }, + "wing_right": { + "rotation": [0, 10, 0] + }, + "leg_left": { + "rotation": [ + "-math.clamp(math.sin(query.anim_time*90*3*1.5+45)*20,-15,14)-math.clamp(math.sin(query.anim_time*90*3*1.5+45)*20,0,20)+math.clamp(-math.sin(query.anim_time*90*3*1.5+180)*15,5,15)-5", + 0, + 0 + ], + "position": [ + 0, + "-math.clamp(math.sin(query.anim_time*90*3*1.5+25)*0.2,0,0.2)-math.clamp(-math.sin(query.anim_time*90*3*1.5+25)*0.4,0,0.3)+math.clamp(-math.sin(query.anim_time*90*3*1.5+25)*0.8,0.5,0.8)-math.clamp(-math.sin(query.anim_time*90*3*1.5+25+180)*0.8,0.5,0.8)", + "-math.clamp(math.sin(query.anim_time*90*3*1.5)*0.5,-0.25,1)-math.clamp(math.sin(query.anim_time*90*3*1.5)*0.25,-0.8,0)" + ] + }, + "tail": { + "rotation": ["math.clamp(math.sin(query.anim_time*180*3*1.5/2+20)*1,0.2,0.9)+math.clamp(-math.sin(query.anim_time*180*3*1.5/2)*1,0.2,0.9)-0.8", 0, 0] + }, + "tail2": { + "rotation": ["math.clamp(math.sin(query.anim_time*180*3*1.5/2+20)*1,0.2,0.9)+math.clamp(-math.sin(query.anim_time*180*3*1.5/2)*1,0.2,0.9)-0.8", 0, 0] + }, + "arm_left": { + "rotation": [0, "-math.sin(query.anim_time*90*3*1.5)*10", "35+2*(math.sin(q.anim_time*90*9)*1+1)"] + }, + "arm_left2": { + "rotation": [0, 47.5, 0], + "position": [-0.5, 0, 0.75] + }, + "arm_right": { + "rotation": [0, "-math.sin(query.anim_time*90*3*1.5+30)*10", "-35-2*(math.sin(q.anim_time*90*9)*1+1)"] + }, + "arm_right2": { + "rotation": [0, -47.5, 0], + "position": [0.5, 0, 0.75] + }, + "body": { + "rotation": ["math.clamp(math.sin(query.anim_time*180*3*1.5/2+20)*1,0.2,0.9)+math.clamp(-math.sin(query.anim_time*180*3*1.5/2)*1,0.2,0.9)-0.8", 0, 0], + "position": [ + 0, + "-math.clamp(math.sin(-query.anim_time*90*3*1.5-90+45/2)*0.5,0,1)-math.clamp(math.sin(-query.anim_time*90*3*1.5-90+45/2+180)*0.5,0,1)+0.3", + "-math.clamp(math.sin(query.anim_time*90*3*1.5+90)*0.2,0,0.2)-math.clamp(math.sin(-query.anim_time*90*3*1.5-90)*0.2,0,0.2)" + ] + }, + "foot_left": { + "rotation": ["math.clamp(math.sin(query.anim_time*90*3*1.5+45)*15,-14,14)+math.clamp(math.sin(query.anim_time*90*3*1.5+45)*15,0,8)", 0, 0] + }, + "leg_right": { + "rotation": [ + "-math.clamp(math.sin(query.anim_time*90*3*1.5+45+180)*20,-15,14)-math.clamp(math.sin(query.anim_time*90*3*1.5+45+180)*20,0,20)+math.clamp(-math.sin(query.anim_time*90*3*1.5+180*2)*15,5,15)-5", + 0, + 0 + ], + "position": [ + 0, + "0.2-math.clamp(math.sin(query.anim_time*90*3*1.5+25+180)*0.2,0,0.2)-math.clamp(-math.sin(query.anim_time*90*3*1.5+25+180)*0.4,0,0.3)+math.clamp(-math.sin(query.anim_time*90*3*1.5+25+180)*0.8,0.5,0.8)-math.clamp(-math.sin(query.anim_time*90*3*1.5+25+180*2)*0.8,0.5,0.8)", + "-math.clamp(math.sin(query.anim_time*90*3*1.5+180)*0.5,-0.25,1)-math.clamp(math.sin(query.anim_time*90*3*1.5+180)*0.25,-0.8,0)" + ] + }, + "foot_right": { + "rotation": ["math.clamp(math.sin(query.anim_time*90*3*1.5+45+180)*15,-14,14)+math.clamp(math.sin(query.anim_time*90*3*1.5+45+180)*15,0,8)", 0, 0] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/articuno2/articuno2.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/articuno2/articuno2.animation.json new file mode 100644 index 0000000..cd61f9b --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/articuno2/articuno2.animation.json @@ -0,0 +1,603 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.articuno2.render": { + "loop": true, + "bones": { + "tail": { + "rotation": [27.22644, 22.52101, 11.14843] + }, + "tail2": { + "rotation": [-3.26822, 26.06465, -44.31081] + }, + "tail3": { + "rotation": [-28.76765, -7.52076, -18.58597] + }, + "tail4": { + "rotation": [-64.47761, -5.24826, -11.36081] + }, + "tail6": { + "rotation": [-52.73749, 4.55749, -5.96275] + }, + "tail7": { + "rotation": [-15, 0, 0] + }, + "tail8": { + "rotation": [7.5, 0, 0] + }, + "tail9": { + "rotation": [25, 0, 0] + }, + "wing_open_left": { + "rotation": [-90, -25, -25], + "position": [-1, 0, 2] + }, + "wing_open_left2": { + "rotation": [0, 80, 0], + "position": [-2, 0, 3] + }, + "wing_open_left3": { + "rotation": [0, -62.5, 0], + "position": [-1, 0, 0] + }, + "wing_open_right": { + "rotation": [-90, 25, 25], + "position": [1, 0, 2] + }, + "wing_open_right2": { + "rotation": [0, -80, 0], + "position": [2, 0, 3] + }, + "wing_open_right3": { + "rotation": [0, 62.5, 0], + "position": [1, 0, 0] + }, + "wing_closed_left": { + "scale": 0 + }, + "wing_closed_right": { + "scale": 0 + }, + "bone8": { + "rotation": [52.5, 0, 0] + }, + "foot_right": { + "rotation": [32.5, 0, 0] + }, + "toe_middle_right2": { + "rotation": [17.5, 0, 0] + }, + "toe_back_right": { + "rotation": [-30, 0, 0] + }, + "toe_back_right2": { + "rotation": [-12.5, 0, 0] + }, + "toe_outer_right2": { + "rotation": [17.5, 0, 0] + }, + "toe_inner_right5": { + "rotation": [25, 0, 0] + }, + "foot_left": { + "rotation": [32.5, 0, 0] + }, + "toe_middle_left2": { + "rotation": [27.5, 0, 0] + }, + "toe_back_left": { + "rotation": [-30, 0, 0] + }, + "toe_back_left2": { + "rotation": [-17.5, 0, 0] + }, + "toe_outer_left2": { + "rotation": [32.5, 0, 0] + }, + "toe_inner_left5": { + "rotation": [30, 0, 0] + }, + "bone": { + "rotation": [0, 50, 0], + "position": [-10, 0, -20] + }, + "bone6": { + "rotation": [0, -50, 0], + "position": [9, 0, -21] + } + } + }, + "animation.articuno2.ground_idle": { + "loop": true, + "bones": { + "torso": { + "rotation": [7.5, 0, 0] + }, + "tail": { + "rotation": ["-26.157+Math.cos((query.anim_time - 0.2) * 90) * 2", -29.76212, 13.70122] + }, + "tail6": { + "rotation": ["35+Math.cos((query.anim_time - 1.4) * 90) * 2", -17.5, 0] + }, + "chest": { + "rotation": [-15, 0, 0] + }, + "wing_open_left": { + "scale": 0 + }, + "wing_closed_left2": { + "rotation": [2.5, 0, 0] + }, + "wing_closed_left": { + "rotation": [16.71463, -1.51595, 5.78711] + }, + "tail2": { + "rotation": ["-12.5+Math.cos((query.anim_time - 0.5) * 90) * 2", -37.5, 0] + }, + "tail3": { + "rotation": ["-5.4937+Math.cos((query.anim_time - 0.8) * 90) * 2", -24.91806, 1.88358] + }, + "tail4": { + "rotation": ["23.9046+Math.cos((query.anim_time - 1.1) * 90) * 2", -38.75807, -7.57883] + }, + "tail7": { + "rotation": ["10+Math.cos((query.anim_time - 1.7) * 90) * 2", -15, 0] + }, + "tail8": { + "rotation": ["-30+Math.cos((query.anim_time - 2) * 90) * 2", -17.5, 0] + }, + "tail9": { + "rotation": ["-17.5+Math.cos((query.anim_time - 2.3) * 90) * 2", -15, 0] + }, + "wing_open_right": { + "scale": 0 + }, + "bone10": { + "position": [0, 0, 0] + }, + "head": { + "rotation": [12.5, 0, 0] + }, + "wing_closed_right": { + "rotation": [16.71463, 1.51595, -5.78711] + }, + "wing_closed_right2": { + "rotation": [2.5, 0, 0] + } + } + }, + "animation.articuno2.ground_walk": { + "loop": true, + "bones": { + "tail_left": { + "rotation": ["2.5+math.sin(q.anim_time*90*6-25+180)*2", "math.sin(q.anim_time*90*3-20+180)*0.75", 0] + }, + "tail_left2": { + "rotation": ["2.5+math.sin(q.anim_time*90*6-50+180)*3", "math.sin(q.anim_time*90*3-40+180)*1", 0] + }, + "tail_right": { + "rotation": ["2.5+math.sin(q.anim_time*90*6-25+180)*2", "math.sin(q.anim_time*90*3-20+180)*0.75", 0] + }, + "tail_right2": { + "rotation": ["2.5+math.sin(q.anim_time*90*6-50+180)*3", "math.sin(q.anim_time*90*3-40+180)*1", 0] + }, + "hair": { + "rotation": ["0+math.sin(q.anim_time*90*6-95+180)*3", 0, 0] + }, + "hair_left": { + "rotation": ["0+math.sin(q.anim_time*90*6-90+180)*4", 0, 0] + }, + "hair_right": { + "rotation": ["0+math.sin(q.anim_time*90*6-90+180)*4", 0, 0] + }, + "hair_left2": { + "rotation": ["0+math.sin(q.anim_time*90*6-85+180)*3", 0, 0] + }, + "hair_right2": { + "rotation": ["0+math.sin(q.anim_time*90*6-85+180)*3", 0, 0] + }, + "wing_left2": { + "rotation": [0, -107.5, 0], + "position": [0, -0.01, 0] + }, + "wing_left3": { + "rotation": [0, -62.5, 0], + "position": [-1, -0.01, -2] + }, + "wing_right3": { + "rotation": [0, 62.5, 0], + "position": [1, -0.01, -1] + }, + "claw_middle_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330)*15,-0,12.5)", 0, 0] + }, + "claw_back_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330)*15,-12.5,0)", 0, 0] + }, + "claw_outer_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330)*15,-0,12.5)", 0, 0] + }, + "claw_inner_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330)*15,-0,12.5)", 0, 0] + }, + "claw_middle_right": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330+180)*15,-0,12.5)", 0, 0] + }, + "claw_back_right": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330+180)*15,-12.5,0)", 0, 0] + }, + "claw_inner_right": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330+180)*15,-0,12.5)", 0, 0] + }, + "claw_outer_right": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330+180)*15,-0,12.5)", 0, 0] + }, + "toe_right_middle": { + "rotation": [ + "0+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", + 0, + 0 + ] + }, + "toe_right_inner": { + "rotation": [ + "-1.3208+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", + -2.79056, + 4.67594 + ] + }, + "toe_right_outer": { + "rotation": [ + "-1.3208+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", + 2.79056, + -4.67594 + ] + }, + "toe_right_back": { + "rotation": ["math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*27.5,-0,25)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*22.5,-20,0)", 0, 0] + }, + "toe_left_middle": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", 0, 0] + }, + "toe_left_inner": { + "rotation": ["-1.5203+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", 7.13182, -4.77156] + }, + "toe_left_outer": { + "rotation": ["-1.5203+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", -7.13182, 4.77156] + }, + "toe_left_back": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-300)*27.5,-0,25)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*22.5,-20,0)", 0, 0] + }, + "body": { + "position": [0, "0+math.clamp(math.sin(query.anim_time*90*6*-1-30)*1,-0,1)+math.clamp(math.sin(query.anim_time*90*6*-1-30)*1,-0.9,0)", 0] + }, + "torso": { + "rotation": ["math.sin(q.anim_time*90*6+0+180)*2", "0+math.sin(q.anim_time*90*3-60+180)*2.5", "0+math.sin(q.anim_time*90*3+0)*2.5"] + }, + "tail": { + "rotation": ["-26.157+Math.cos((query.anim_time - 0.2) * 90) * 2", -29.76212, 13.70122] + }, + "tail2": { + "rotation": ["-12.5+Math.cos((query.anim_time - 0.5) * 90) * 2", -37.5, 0] + }, + "tail3": { + "rotation": ["-5.4937+Math.cos((query.anim_time - 0.8) * 90) * 2", -24.91806, 1.88358] + }, + "tail4": { + "rotation": ["23.9046+Math.cos((query.anim_time - 1.1) * 90) * 2", -38.75807, -7.57883] + }, + "tail6": { + "rotation": ["35+Math.cos((query.anim_time - 1.4) * 90) * 2", -17.5, 0] + }, + "tail7": { + "rotation": ["10+Math.cos((query.anim_time - 1.7) * 90) * 2", 0, 0] + }, + "tail8": { + "rotation": ["-30+Math.cos((query.anim_time - 2) * 90) * 2", 0, 0], + "position": [0, 0, 0] + }, + "tail9": { + "rotation": ["-17.5+Math.cos((query.anim_time - 2.3) * 90) * 2", 0, 0], + "position": [0.2, 0, 0] + }, + "wing_open_left": { + "scale": 0 + }, + "wing_open_right": { + "scale": 0 + }, + "head": { + "rotation": ["2.5+math.sin(q.anim_time*90*6-40)*3", 0, "math.sin(q.anim_time*90*3-50)*0.25"] + }, + "leg_right": { + "rotation": [ + "0+math.clamp(math.sin(query.anim_time*90*3*-1-50+180)*17.5,-17.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-50+180)*22.5,-0,20)", + 0, + 0 + ], + "position": [0, "-1+math.clamp(math.sin(query.anim_time*90*3*-1-60+180)*1,0.3,1)", "1-math.sin(q.anim_time*90*3-80)*2"] + }, + "leg_right2": { + "rotation": [ + "0+math.clamp(math.sin(query.anim_time*90*3*-1-150+180)*35.5,-32.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-150+180)*17.5,-0,15)", + 0, + 0 + ] + }, + "foot_right": { + "rotation": [ + "-7.5+math.clamp(math.sin(query.anim_time*90*3*-1-175+180)*7.5,-7.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-175+180)*22.5,-0,20)", + 0, + 0 + ] + }, + "toe_middle_right": { + "rotation": [ + "0+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", + 0, + 0 + ] + }, + "toe_back_right": { + "rotation": [ + "0+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*27.5,-0,25)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*22.5,-20,0)", + 0, + 0 + ] + }, + "toe_outer_right": { + "rotation": [ + "-1.3208+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", + 2.79056, + -4.67594 + ] + }, + "toe_inner_right": { + "rotation": [ + "-1.3208+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", + -2.79056, + 4.67594 + ] + }, + "leg_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-50)*17.5,-17.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-50)*22.5,-0,20)", 0, 0], + "position": [0, "0+math.clamp(math.sin(query.anim_time*90*3*-1-60)*1,0.3,1)", "1+math.sin(q.anim_time*90*3-80)*2"] + }, + "leg_left2": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-150)*35.5,-32.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-150)*17.5,-0,15)", 0, 0] + }, + "foot_left": { + "rotation": ["-7.5+math.clamp(math.sin(query.anim_time*90*3*-1-175)*7.5,-7.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-175)*22.5,-0,20)", 0, 0] + }, + "toe_middle_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", 0, 0] + }, + "toe_back_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-300)*27.5,-0,25)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*22.5,-20,0)", 0, 0] + }, + "toe_outer_left": { + "rotation": ["-1.5203+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", -7.13182, 4.77156] + }, + "toe_inner_left": { + "rotation": ["-1.5203+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", 7.13182, -4.77156] + } + } + }, + "animation.articuno2.air_idle": { + "loop": true, + "animation_length": 1.33333, + "bones": { + "tail_left": { + "rotation": [8.0352, -0.67621, 4.9829] + }, + "tail_right": { + "rotation": [8.27991, 1.031, -7.46967] + }, + "tail_left2": { + "rotation": [12.64619, -1.47498, 22.81474] + }, + "tail_right2": { + "rotation": [12.64619, 1.47498, -22.81474] + }, + "neck": { + "rotation": ["30+math.sin(q.anim_time*90*3-70)*-5", 0, 0] + }, + "hair4": { + "rotation": ["5+math.sin(q.anim_time*90*3-150)*25", 0, 0] + }, + "hair2": { + "rotation": ["math.sin(q.anim_time*90*3-90)*1", 0, 0] + }, + "hair3": { + "rotation": ["math.sin(q.anim_time*90*3-90)*5+4", 0, 0] + }, + "hair5": { + "rotation": ["math.sin(q.anim_time*90*3-210)*20-20", 0, 0] + }, + "hair6": { + "rotation": ["math.sin(q.anim_time*90*3-300)*50+2.5", 0, 0] + }, + "claw_back_right": { + "rotation": [-23.06545, 0.03421, 1.5838] + }, + "claw_inner_right": { + "rotation": [25, 0, 0] + }, + "claw_middle_right": { + "rotation": [20, 0, 0] + }, + "claw_outer_right": { + "rotation": [20, 0, 0] + }, + "claw_back_left": { + "rotation": [-23.06545, -0.03421, -1.5838] + }, + "claw_inner_left": { + "rotation": [25, 0, 0] + }, + "claw_middle_left": { + "rotation": [20, 0, 0] + }, + "claw_outer_left": { + "rotation": [20, 0, 0] + }, + "wing_open_right4": { + "rotation": [0, 0, "math.sin(q.anim_time*90*3-140)*40"] + }, + "wing_open_left4": { + "rotation": [0, 0, "-(math.sin(q.anim_time*90*3-140)*40)"] + }, + "wing_open_left_top2": { + "rotation": { + "0.0": [0.30106, 4.51902, "7.2048+math.sin(q.anim_time*90*3-70)*-40"], + "0.5833": [-0.30338, 7.01873, "2.2637+math.sin(q.anim_time*90*3-70)*-40"], + "0.75": [-0.91696, 6.96545, "-2.7735+math.sin(q.anim_time*90*3-70)*-40"] + } + }, + "wing_open_right_top2": { + "rotation": [0.30031, 2.01906, "7.1917-math.sin(q.anim_time*90*3-70)*-40"] + }, + "wing_open_right_top": { + "rotation": [0, -2.5, 0] + }, + "body": { + "rotation": ["-10+math.sin(q.anim_time*90*3-60)*-1", 0, 0], + "position": [0, "math.sin(q.anim_time*90*3-30)*-2", "math.sin(q.anim_time*90*3-30)*-0.5"] + }, + "torso": { + "rotation": ["math.sin(q.anim_time*90*3-60)+7", 0, 0], + "position": [0, -3, 0] + }, + "tail": { + "rotation": ["-22.6819+Math.cos((query.anim_time - 0.2) * 90) * 2", 0.27764, 0.69256] + }, + "tail2": { + "rotation": ["-12.5+Math.cos((query.anim_time - 0.5) * 90) * 2", -37.5, 0] + }, + "tail3": { + "rotation": ["-5.4937+Math.cos((query.anim_time - 0.8) * 90) * 2", -24.91806, 1.88358] + }, + "tail4": { + "rotation": ["23.9046+Math.cos((query.anim_time - 1.1) * 90) * 2", -38.75807, -7.57883] + }, + "tail6": { + "rotation": { + "0.0": ["35+Math.cos((query.anim_time - 1.4) * 90) * 2", -17.5, 0], + "1.3333": ["27.5+Math.cos((query.anim_time - 1.4) * 90) * 2", -17.5, 0] + } + }, + "tail7": { + "rotation": { + "0.0": ["10+Math.cos((query.anim_time - 1.7) * 90) * 2", -15, 0], + "1.3333": ["5+Math.cos((query.anim_time - 1.7) * 90) * 2", -15, 0] + } + }, + "tail8": { + "rotation": ["-30+Math.cos((query.anim_time - 2) * 90) * 2", -17.5, 0] + }, + "tail9": { + "rotation": ["-17.5+Math.cos((query.anim_time - 2.3) * 90) * 2", -15, 0] + }, + "chest": { + "rotation": [-10, 0, 0], + "position": [0, 0, 0] + }, + "wing_open_left": { + "rotation": [-10, 5, "5+math.sin(q.anim_time*90*3)*-60"], + "position": [0, "math.sin(q.anim_time*90*3)*-0.5", 0] + }, + "wing_open_left2": { + "rotation": [0.30239, 7.01899, "7.218+math.sin(q.anim_time*90*3-70)*-40"], + "position": [-1, 0, 0] + }, + "wing_open_left3": { + "rotation": [0, 0, "-(math.sin(q.anim_time*90*3-120)*30)"], + "position": { + "0.0": [0, 0, 0], + "0.625": [-1, 0, 0] + } + }, + "wing_open_right": { + "rotation": [-10, -5, "-5+math.sin(q.anim_time*90*3)*60"], + "position": [0, "math.sin(q.anim_time*90*3)*-0.5", 0] + }, + "wing_open_right2": { + "rotation": [0.3024, -7.01899, "-7.218+math.sin(q.anim_time*90*3-70)*40"], + "position": [1, 0, 0] + }, + "wing_open_right3": { + "rotation": [0, 0, "math.sin(q.anim_time*90*3-120)*30"] + }, + "wing_closed_left": { + "scale": 0 + }, + "wing_closed_right": { + "scale": 0 + }, + "head": { + "rotation": ["15-math.sin(q.anim_time*90*3-70)*10", 0, 0], + "position": [0, 0, 0] + }, + "chest_feathers": { + "position": [0, 0, 1] + }, + "leg_right": { + "rotation": ["math.sin(q.anim_time*90*3-90)*-10", 0, 0], + "position": [0, -3, 0] + }, + "leg_right2": { + "rotation": ["math.sin(q.anim_time*90*3-120)*15", 0, 0] + }, + "foot_right": { + "rotation": ["-20+math.sin(q.anim_time*90*3-150)*5", 0, -7.5] + }, + "toe_middle_right": { + "rotation": [35, 0, 0] + }, + "toe_middle_right2": { + "rotation": [17.5, 0, 0] + }, + "toe_back_right": { + "rotation": [-40, 0, 0] + }, + "toe_back_right2": { + "rotation": [-12.5, 0, 0] + }, + "toe_outer_right": { + "rotation": [58.51614, 5.49409, 9.06696] + }, + "toe_outer_right2": { + "rotation": [27.5, 0, 0] + }, + "toe_inner_right": { + "rotation": [39.47824, -5.87457, -5.06653] + }, + "toe_inner_right5": { + "rotation": [17.5, 0, 0] + }, + "leg_left": { + "rotation": ["math.sin(q.anim_time*90*3-90)*-10", 0, 0], + "position": [0, -3, 0] + }, + "leg_left2": { + "rotation": ["math.sin(q.anim_time*90*3-120)*15", 0, 0] + }, + "foot_left": { + "rotation": ["-20+math.sin(q.anim_time*90*3-150)*5", 0, 7.5] + }, + "toe_middle_left": { + "rotation": [35, 0, 0] + }, + "toe_back_left": { + "rotation": [-60, 0, 0] + }, + "toe_outer_left": { + "rotation": [58.51614, -5.49409, -9.06696] + }, + "toe_inner_left": { + "rotation": [39.47824, 5.87457, 5.06653] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/articuno_galar/articunogalar.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/articuno_galar/articunogalar.animation.json new file mode 100644 index 0000000..d697c2d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/articuno_galar/articunogalar.animation.json @@ -0,0 +1,224 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.articunogalar.air_idle": { + "loop": true, + "animation_length": 1.33333, + "bones": { + "tail_left": { + "rotation": [8.0352, -0.67621, 4.9829] + }, + "tail_right": { + "rotation": [8.27991, 1.031, -7.46967] + }, + "tail_left2": { + "rotation": [12.64619, -1.47498, 22.81474] + }, + "tail_right2": { + "rotation": [12.64619, 1.47498, -22.81474] + }, + "neck": { + "rotation": ["30+math.sin(q.anim_time*90*3-70)*-5", 0, 0] + }, + "hair4": { + "rotation": ["5+math.sin(q.anim_time*90*3-150)*25", 0, 0] + }, + "hair2": { + "rotation": ["math.sin(q.anim_time*90*3-90)*1", 0, 0] + }, + "hair3": { + "rotation": ["math.sin(q.anim_time*90*3-90)*5+4", 0, 0] + }, + "hair5": { + "rotation": ["math.sin(q.anim_time*90*3-210)*20-20", 0, 0] + }, + "hair6": { + "rotation": ["math.sin(q.anim_time*90*3-300)*50+2.5", 0, 0] + }, + "claw_back_right": { + "rotation": [-23.06545, 0.03421, 1.5838] + }, + "claw_inner_right": { + "rotation": [25, 0, 0] + }, + "claw_middle_right": { + "rotation": [20, 0, 0] + }, + "claw_outer_right": { + "rotation": [20, 0, 0] + }, + "claw_back_left": { + "rotation": [-23.06545, -0.03421, -1.5838] + }, + "claw_inner_left": { + "rotation": [25, 0, 0] + }, + "claw_middle_left": { + "rotation": [20, 0, 0] + }, + "claw_outer_left": { + "rotation": [20, 0, 0] + }, + "wing_open_right4": { + "rotation": [0, 0, "math.sin(q.anim_time*90*3-140)*40"] + }, + "wing_open_left4": { + "rotation": [0, 0, "-(math.sin(q.anim_time*90*3-140)*40)"] + }, + "wing_open_left_top2": { + "rotation": { + "0.0": [0.30106, 4.51902, "7.2048+math.sin(q.anim_time*90*3-70)*-40"], + "0.5833": [-0.30338, 7.01873, "2.2637+math.sin(q.anim_time*90*3-70)*-40"], + "0.75": [-0.91696, 6.96545, "-2.7735+math.sin(q.anim_time*90*3-70)*-40"] + } + }, + "wing_open_right_top2": { + "rotation": [0.30031, 2.01906, "7.1917-math.sin(q.anim_time*90*3-70)*-40"] + }, + "wing_open_right_top": { + "rotation": [0, -2.5, 0] + }, + "body": { + "rotation": ["-10+math.sin(q.anim_time*45*1.5-30)*0.1", 0, 0], + "position": [0, "math.sin(q.anim_time*90*3-30)+16", 0] + }, + "torso": { + "rotation": ["math.sin(q.anim_time*90*3-60)+7", 0, 0], + "position": [0, -3, 0] + }, + "tail": { + "rotation": [-16.8256, -47.4901, 25.70213] + }, + "tail2": { + "rotation": [-16.8256, -35.04518, -0.58697] + }, + "tail3": { + "rotation": [-16.8256, -39.85464, 3.52564] + }, + "tail4": { + "rotation": [-16.8256, -38.75807, -7.57883] + }, + "tail6": { + "rotation": [-16.8256, -37.49504, 0.5067] + }, + "tail7": { + "rotation": [-16.8256, -15, 0] + }, + "tail8": { + "rotation": [-16.8256, -17.5, 0] + }, + "tail9": { + "rotation": [-16.8256, 1.56585, -5.70092] + }, + "chest": { + "rotation": [-10, 0, 0], + "position": [0, 0, 0] + }, + "wing_open_left": { + "rotation": [-23.73545, 50.16411, 45.49799], + "position": [0, 0, 3] + }, + "wing_open_left2": { + "rotation": [34.02007, 40.43687, 118.91183], + "position": [-1, 0, 1] + }, + "wing_open_left3": { + "rotation": [-67.5, -82.5, 65], + "position": [0, 0, 0] + }, + "head": { + "rotation": [17.5, 0, 0], + "position": [0, 0, 0] + }, + "chest_feathers": { + "position": [0, 0, 1] + }, + "leg_right": { + "position": [0, -3, 0] + }, + "foot_right": { + "rotation": ["16.0421+math.sin(q.anim_time*90*3-150)*5", 13.27491, -5.91245] + }, + "toe_middle_right": { + "rotation": [35, 0, 0] + }, + "toe_middle_right2": { + "rotation": [17.5, 0, 0] + }, + "toe_back_right": { + "rotation": [-40, 0, 0] + }, + "toe_back_right2": { + "rotation": [-12.5, 0, 0] + }, + "toe_outer_right": { + "rotation": [58.51614, 5.49409, 9.06696] + }, + "toe_outer_right2": { + "rotation": [27.5, 0, 0] + }, + "toe_inner_right": { + "rotation": [39.47824, -5.87457, -5.06653] + }, + "toe_inner_right5": { + "rotation": [17.5, 0, 0] + }, + "leg_left": { + "position": [0, -3, 0] + }, + "foot_left": { + "rotation": ["35.626+math.sin(q.anim_time*90*3-150)*5", -10.51794, 0.70714] + }, + "toe_middle_left": { + "rotation": [35, 0, 0] + }, + "toe_back_left": { + "rotation": [-60, 0, 0] + }, + "toe_outer_left": { + "rotation": [58.51614, -5.49409, -9.06696] + }, + "toe_inner_left": { + "rotation": [39.47824, 5.87457, 5.06653] + }, + "bone": { + "rotation": [0, 17.5, 0], + "position": [-7, 0, 0] + }, + "bone12": { + "scale": 0 + }, + "bone17": { + "rotation": [23.47603, -16.1299, -54.38003], + "position": [32, -14, 3] + }, + "bone18": { + "rotation": [0, 0, 10], + "position": [-7, 6, -2] + }, + "bone22": { + "rotation": [28.23, -22.22, -50.77], + "position": [27, -5, 2] + }, + "wing_open_right": { + "rotation": [-90, 0, -27.5], + "position": [5, 0, 4] + }, + "wing_open_right2": { + "rotation": [10.02978, 8.68575, -131.08441], + "scale": 1.01 + }, + "wing_open_right3": { + "rotation": [-44.42035, 67.46507, -91.91932], + "position": [0, -1, 0] + }, + "bone21": { + "scale": 0 + }, + "bone23": { + "position": [6, 0, 0] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/avalugg/avalugg.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/avalugg/avalugg.animation.json new file mode 100644 index 0000000..5d43d09 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/avalugg/avalugg.animation.json @@ -0,0 +1,2889 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.avalugg.ground_idle": { + "loop": true, + "bones": { + "leg_front_left": { + "rotation": [0, 37.5, 0] + }, + "leg_front_left1": { + "rotation": [-40, 0, 30], + "position": [0, "0.3*math.sin(q.anim_time*90*1)", 0] + }, + "leg_front_left2": { + "rotation": [0, -15, 20] + }, + "leg_front_left3": { + "rotation": [-5, -15, 20], + "position": ["0.3*math.sin(q.anim_time*90*1)", 0, 0] + }, + "leg_front_left4": { + "rotation": [0, -7, 8], + "position": [0, "-0.1*math.sin(q.anim_time*90*1)", 0] + }, + "leg_back_left": { + "rotation": [0, 0, 0] + }, + "leg_back_left1": { + "rotation": [-8, 12.5, 35.5], + "position": [0, "0.3*math.sin(q.anim_time*90*1)", 0] + }, + "leg_back_left2": { + "rotation": [1.5, -10, 17.5] + }, + "leg_back_left3": { + "rotation": [1.5, -17, 27.5], + "position": ["0.3*math.sin(q.anim_time*90*1)", 0, 0] + }, + "leg_back_left4": { + "rotation": [0, 12, 8.5], + "position": [0, "-0.1*math.sin(q.anim_time*90*1)", 0] + }, + "leg_front_right4": { + "rotation": [0, 7, -8], + "position": [0, "-0.1*math.sin(q.anim_time*90*1)", 0] + }, + "leg_front_right3": { + "rotation": [-5, 15, -20], + "position": ["-0.3*math.sin(q.anim_time*90*1)", 0, 0] + }, + "leg_front_right2": { + "rotation": [0, 15, -20] + }, + "leg_front_right1": { + "rotation": [-40, 0, -30], + "position": [0, "0.3*math.sin(q.anim_time*90*1)", 0] + }, + "leg_front_right": { + "rotation": [0, -37.5, 0] + }, + "leg_back_right1": { + "rotation": [-8, -12.5, -35.5], + "position": [0, "0.3*math.sin(q.anim_time*90*1)", 0] + }, + "leg_back_right2": { + "rotation": [1.5, 10, -17.5] + }, + "leg_back_right3": { + "rotation": [-1.5, 17, -27.5], + "position": ["-0.3*math.sin(q.anim_time*90*1)", 0, 0] + }, + "leg_back_right4": { + "rotation": [0, -12.5, -8.5], + "position": [0, "-0.1*math.sin(q.anim_time*90*1)", 0] + }, + "neck": { + "rotation": [0, 0, 0] + }, + "jaw": { + "rotation": ["-1*math.sin(q.anim_time*90*1-50)", 0, 0] + }, + "head": { + "rotation": ["7.5-1*math.sin(q.anim_time*90*1-50)", 0, 0] + }, + "jaw_spike2": { + "rotation": [0, 0, 0] + }, + "jaw2": { + "rotation": [0, 0, 0] + }, + "jaw3": { + "rotation": [0, 0, 0] + }, + "body": { + "position": [0, 0, 0] + }, + "torso": { + "rotation": ["1*math.sin(q.anim_time*90*0.5)", 0, "0.2*math.sin(q.anim_time*90*1)"], + "position": [0, "0.5*math.sin(q.anim_time*90*1)", "0.1*math.sin(q.anim_time*90*1)"] + } + } + }, + "animation.avalugg.water_idle": { + "loop": true, + "bones": { + "leg_front_left": { + "rotation": [0, 37.5, 0] + }, + "leg_front_left1": { + "rotation": [-38.32862, 3.67034, 60.22779], + "position": [0, "0.3*math.sin(q.anim_time*90*1)", 0] + }, + "leg_front_left2": { + "rotation": [0, -15, 20] + }, + "leg_front_left3": { + "rotation": ["12.5428-1*math.sin(q.anim_time*90*2)", -19.85717, 16.42188], + "position": ["0.3*math.sin(q.anim_time*90*1)", 0, 0] + }, + "leg_front_left4": { + "rotation": [0, -7, 8], + "position": [0, "-0.1*math.sin(q.anim_time*90*1)", 0] + }, + "leg_back_left": { + "rotation": [0, 0, 0] + }, + "leg_back_left1": { + "rotation": [18.19909, 24.4545, 68.98167], + "position": [0, "0.3*math.sin(q.anim_time*90*1)", 0] + }, + "leg_back_left2": { + "rotation": [1.5, -10, 17.5] + }, + "leg_back_left3": { + "rotation": [-5.57404, -31.33512, 38.15728], + "position": ["0.3*math.sin(q.anim_time*90*1)", 0, 0] + }, + "leg_back_left4": { + "rotation": [0, 12, 8.5], + "position": [0, "-0.1*math.sin(q.anim_time*90*1)", 0] + }, + "leg_front_right4": { + "rotation": [0, 7, -8], + "position": [0, "-0.1*math.sin(q.anim_time*90*1)", 0] + }, + "leg_front_right3": { + "rotation": ["11.3043+1*math.sin(q.anim_time*90*2)", 13.56881, -24.5139], + "position": ["-0.3*math.sin(q.anim_time*90*1)", 0, 0] + }, + "leg_front_right2": { + "rotation": [0, 15, -20] + }, + "leg_front_right1": { + "rotation": [-18.02533, -5.72575, -58.19592], + "position": [0, "0.3*math.sin(q.anim_time*90*1)", 0] + }, + "leg_front_right": { + "rotation": [0, -37.5, 0] + }, + "leg_back_right1": { + "rotation": [23.39953, -26.15817, -71.20613], + "position": [0, "0.3*math.sin(q.anim_time*90*1)", 0] + }, + "leg_back_right2": { + "rotation": [1.5, 10, -17.5] + }, + "leg_back_right3": { + "rotation": [-8.52752, 30.54021, -39.42923], + "position": ["-0.3*math.sin(q.anim_time*90*1)", 0, 0] + }, + "leg_back_right4": { + "rotation": [0, -12.5, -8.5], + "position": [0, "-0.1*math.sin(q.anim_time*90*1)", 0] + }, + "neck": { + "rotation": [0, 0, 0] + }, + "head": { + "rotation": [0, 0, 0] + }, + "jaw_spike2": { + "rotation": [0, 0, 0] + }, + "jaw2": { + "rotation": [0, 0, 0] + }, + "jaw3": { + "rotation": [0, 0, 0] + }, + "body": { + "rotation": ["0.2*math.sin(q.anim_time*90*0.5)", 0, "0.2*math.sin(q.anim_time*90*1)"], + "position": [0, "-28+0.2*math.sin(q.anim_time*90*1)", "0+0.1*math.sin(q.anim_time*90*1)"] + } + } + }, + "animation.avalugg.water_swim": { + "loop": true, + "bones": { + "leg_front_left": { + "rotation": [0, 37.5, 0] + }, + "leg_front_left1": { + "rotation": [-18.02533, "5.725+20*math.sin(q.anim_time*90*1-50)", "58.1959-10*math.cos(q.anim_time*90*1-50)"], + "position": [0, "0.3*math.sin(q.anim_time*90*1)", 0] + }, + "leg_front_left2": { + "rotation": [0, -15, 20] + }, + "leg_front_left3": { + "rotation": ["11.3043+1*math.sin(q.anim_time*90*2)", -13.56881, "24.5139-20*math.sin(q.anim_time*90*1)"], + "position": ["NaN-0.3*math.sin(q.anim_time*90*1)", 0, 0] + }, + "leg_front_left4": { + "rotation": [0, -7, 8], + "position": [0, "-0.1*math.sin(q.anim_time*90*1)", 0] + }, + "leg_back_left": { + "rotation": [0, 0, 0] + }, + "leg_back_left1": { + "rotation": [18.19909, "24.4545-20*math.sin(q.anim_time*90*1)", "68.9817-10*math.cos(q.anim_time*90*1)"], + "position": [0, "0.3*math.sin(q.anim_time*90*1)", 0] + }, + "leg_back_left2": { + "rotation": [1.5, -10, 17.5] + }, + "leg_back_left3": { + "rotation": [-5.57404, "-31.3351+20*math.sin(q.anim_time*90*1-40)", "38.1573+20*math.sin(q.anim_time*90*1-40)"], + "position": ["0.3*math.sin(q.anim_time*90*1)", 0, 0] + }, + "leg_back_left4": { + "rotation": [0, 12, 8.5], + "position": [0, "-0.1*math.sin(q.anim_time*90*1)", 0] + }, + "leg_front_right4": { + "rotation": [0, 7, -8], + "position": [0, "-0.1*math.sin(q.anim_time*90*1)", 0] + }, + "leg_front_right3": { + "rotation": ["11.3043+1*math.sin(q.anim_time*90*2)", 13.56881, "-24.5139-20*math.sin(q.anim_time*90*1)"], + "position": ["-0.3*math.sin(q.anim_time*90*1)", 0, 0] + }, + "leg_front_right2": { + "rotation": [0, 15, -20] + }, + "leg_front_right1": { + "rotation": [-18.02533, "-5.725+20*math.sin(q.anim_time*90*1-50)", "-58.1959-10*math.cos(q.anim_time*90*1-50)"], + "position": [0, "0.3*math.sin(q.anim_time*90*1)", 0] + }, + "leg_front_right": { + "rotation": [0, -37.5, 0] + }, + "leg_back_right1": { + "rotation": [18.19909, "-24.4545-20*math.sin(q.anim_time*90*1)", "-68.9817-10*math.cos(q.anim_time*90*1)"], + "position": [0, "0.3*math.sin(q.anim_time*90*1)", 0] + }, + "leg_back_right2": { + "rotation": [1.5, 10, -17.5] + }, + "leg_back_right3": { + "rotation": [-5.57404, "31.3351+20*math.sin(q.anim_time*90*1-40)", "-38.1573+20*math.sin(q.anim_time*90*1-40)"], + "position": ["-(0.3*math.sin(q.anim_time*90*1))", 0, 0] + }, + "leg_back_right4": { + "rotation": [0, -12.5, -8.5], + "position": [0, "-0.1*math.sin(q.anim_time*90*1)", 0] + }, + "neck": { + "rotation": [0, 0, 0] + }, + "head": { + "rotation": [0, 0, 0] + }, + "jaw_spike2": { + "rotation": [0, 0, 0] + }, + "jaw2": { + "rotation": [0, 0, 0] + }, + "jaw3": { + "rotation": [0, 0, 0] + }, + "body": { + "rotation": ["1*math.sin(q.anim_time*90*2)", 0, "0.2*math.sin(q.anim_time*90*1)"], + "position": [0, "-28+0.2*math.sin(q.anim_time*90*1)", "2*math.sin(q.anim_time*90*1)"] + } + } + }, + "animation.avalugg.battle_idle": { + "loop": true, + "animation_length": 1.79167, + "bones": { + "leg_front_left": { + "rotation": [0, 37.5, 0] + }, + "leg_front_left1": { + "rotation": [-39.56869, 6.40865, 37.69263], + "position": [1, "2+0.3*math.sin(q.anim_time*90*1)", 0] + }, + "leg_front_left2": { + "rotation": [0, -15, 20] + }, + "leg_front_left3": { + "rotation": [-2.25931, -15.63486, 9.65155], + "position": ["0.3*math.sin(q.anim_time*90*1)", 0, 0] + }, + "leg_front_left4": { + "rotation": [0, -7, 8], + "position": [0, "-0.1*math.sin(q.anim_time*90*1)", 0] + }, + "leg_back_left": { + "rotation": [0, 0, 0] + }, + "leg_back_left1": { + "rotation": [-8, 12.5, 35.5], + "position": [0, "0.3*math.sin(q.anim_time*90*1)", 0] + }, + "leg_back_left2": { + "rotation": [1.5, -10, 17.5] + }, + "leg_back_left3": { + "rotation": [1.5, -17, 27.5], + "position": ["0.3*math.sin(q.anim_time*90*1)", 0, 0] + }, + "leg_back_left4": { + "rotation": [0, 12, 8.5], + "position": [0, "-0.1*math.sin(q.anim_time*90*1)", 0] + }, + "leg_front_right4": { + "rotation": [0, 7, -8], + "position": [0, "-0.1*math.sin(q.anim_time*90*1)", 0] + }, + "leg_front_right3": { + "rotation": [-2.25931, 15.63486, -9.65155], + "position": ["-0.3*math.sin(q.anim_time*90*1)", 0, 0] + }, + "leg_front_right2": { + "rotation": [0, 15, -20] + }, + "leg_front_right1": { + "rotation": [-39.56869, -6.40865, -37.69263], + "position": [-1, "2+0.3*math.sin(q.anim_time*90*1)", 0] + }, + "leg_front_right": { + "rotation": [0, -37.5, 0] + }, + "leg_back_right1": { + "rotation": [-8, -12.5, -35.5], + "position": [0, "0.3*math.sin(q.anim_time*90*1)", 0] + }, + "leg_back_right2": { + "rotation": [1.5, 10, -17.5] + }, + "leg_back_right3": { + "rotation": [-1.5, 17, -27.5], + "position": ["-0.3*math.sin(q.anim_time*90*1)", 0, 0] + }, + "leg_back_right4": { + "rotation": [0, -12.5, -8.5], + "position": [0, "-0.1*math.sin(q.anim_time*90*1)", 0] + }, + "neck": { + "rotation": [2.5, 0, 0] + }, + "jaw": { + "rotation": ["10-1*math.sin(q.anim_time*90*1-50)", 0, 0] + }, + "head": { + "rotation": ["15-1*math.sin(q.anim_time*90*1-50)", 0, 0] + }, + "jaw_spike2": { + "rotation": [0, 0, 0] + }, + "jaw2": { + "rotation": [0, 0, 0] + }, + "jaw3": { + "rotation": [0, 0, 0] + }, + "body": { + "position": [0, 0, 0] + }, + "torso": { + "rotation": ["-5+1*math.sin(q.anim_time*90*0.5)", 0, "0.2*math.sin(q.anim_time*90*1)"], + "position": [0, "1+0.5*math.sin(q.anim_time*90*1)", "0.1*math.sin(q.anim_time*90*1)"] + }, + "jaw_left": { + "rotation": { + "0.0": [0, -10, 0], + "1.0417": [0, -2.5, 0], + "1.7917": [0, -10, 0] + } + }, + "jaw_right": { + "rotation": { + "0.0": [0, 7.5, 0], + "1.0417": [0, 2.5, 0], + "1.7917": [0, 7.5, 0] + } + } + } + }, + "animation.avalugg.ground_walk": { + "loop": true, + "animation_length": 8, + "bones": { + "body": { + "position": [0, 0, 0] + }, + "torso": { + "rotation": [0, "1*math.sin(q.anim_time*90*2)", 0], + "position": { + "0.0": [0, 1.25, 0], + "0.0417": [0, -0.75, 0], + "0.0833": [0, 0, 0], + "0.125": [0, -1.3, 0], + "0.25": [0, -0.44, 0], + "0.5": [0, -0.13, 0], + "1.0": [0, 1.25, 0], + "1.0417": [0, -0.75, 0], + "1.0833": [0, 0, 0], + "1.125": [0, -1.3, 0], + "1.25": [0, -0.44, 0], + "1.5": [0, -0.13, 0], + "2.0": [0, 1.25, 0], + "2.0417": [0, -0.75, 0], + "2.0833": [0, 0, 0], + "2.125": [0, -1.3, 0], + "2.25": [0, -0.44, 0], + "2.5": [0, -0.13, 0], + "3.0": [0, 1.25, 0], + "3.0417": [0, -0.75, 0], + "3.0833": [0, 0, 0], + "3.125": [0, -1.3, 0], + "3.25": [0, -0.44, 0], + "3.5": [0, -0.13, 0], + "4.0": [0, 1.25, 0], + "4.0417": [0, -0.75, 0], + "4.0833": [0, 0, 0], + "4.125": [0, -1.3, 0], + "4.25": [0, -0.44, 0], + "4.5": [0, -0.13, 0], + "5.0": [0, 1.25, 0], + "5.0417": [0, -0.75, 0], + "5.0833": [0, 0, 0], + "5.125": [0, -1.3, 0], + "5.25": [0, -0.44, 0], + "5.5": [0, -0.13, 0], + "6.0": [0, 1.25, 0], + "6.0417": [0, -0.75, 0], + "6.0833": [0, 0, 0], + "6.125": [0, -1.3, 0], + "6.25": [0, -0.44, 0], + "6.5": [0, -0.13, 0], + "7.0": [0, 1.25, 0], + "7.0417": [0, -0.75, 0], + "7.0833": [0, 0, 0], + "7.125": [0, -1.3, 0], + "7.25": [0, -0.44, 0], + "7.5": [0, -0.13, 0], + "8.0": [0, 1.75, 0] + } + }, + "neck": { + "rotation": [0, 0, 0] + }, + "head": { + "rotation": { + "0.0": ["8.266-2*math.sin(q.anim_time*90*4+90)", "-2*math.sin(q.anim_time*90*2+90)", 0], + "1.125": ["18.266-2*math.sin(q.anim_time*90*4+90)", "-2*math.sin(q.anim_time*90*2+90)", 0], + "2.0": ["5.766-2*math.sin(q.anim_time*90*4+90)", "-2*math.sin(q.anim_time*90*2+90)", 0], + "3.0833": ["15.766-2*math.sin(q.anim_time*90*4+90)", "0-2*math.sin(q.anim_time*90*2+90)", 0], + "4.0": ["3.266-2*math.sin(q.anim_time*90*4+90)", "-2*math.sin(q.anim_time*90*2+90)", 0], + "5.0": ["15.766-2*math.sin(q.anim_time*90*4+90)", "-2*math.sin(q.anim_time*90*2+90)", 0], + "6.0": ["0.766-2*math.sin(q.anim_time*90*4+90)", "-2*math.sin(q.anim_time*90*2+90)", 0], + "7.0": ["15.766-2*math.sin(q.anim_time*90*4+90)", "-2*math.sin(q.anim_time*90*2+90)", 0], + "8.0": ["8.266-2*math.sin(q.anim_time*90*4+90)", "-2*math.sin(q.anim_time*90*2+90)", 0] + } + }, + "jaw": { + "rotation": [0.76604, 0, 0] + }, + "jaw2": { + "rotation": [0, 0, 0] + }, + "jaw_spike2": { + "rotation": [0, 0, 0] + }, + "jaw3": { + "rotation": [0, 0, 0] + }, + "leg_front_left": { + "rotation": [0, 37.5, 0] + }, + "leg_front_left1": { + "rotation": { + "0.0": { + "post": [-19.13795, 15.60873, 32.46097], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-58.78, -38.35, 43.8], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-50.39673, -32.29904, 29.03021], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-37.59452, 24.92054, 4.9207], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-19.13795, 15.60873, 32.46097], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-58.78, -38.35, 43.8], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [-50.39673, -32.29904, 29.03021], + "lerp_mode": "catmullrom" + }, + "3.875": { + "post": [-37.59452, 24.92054, 4.9207], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-19.13795, 15.60873, 32.46097], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-58.78, -38.35, 43.8], + "lerp_mode": "catmullrom" + }, + "5.1667": { + "post": [-50.39673, -32.29904, 29.03021], + "lerp_mode": "catmullrom" + }, + "5.875": { + "post": [-37.59452, 24.92054, 4.9207], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [-19.13795, 15.60873, 32.46097], + "lerp_mode": "catmullrom" + }, + "7.0": { + "post": [-58.78, -38.35, 43.8], + "lerp_mode": "catmullrom" + }, + "7.1667": { + "post": [-50.39673, -32.29904, 29.03021], + "lerp_mode": "catmullrom" + }, + "7.875": { + "post": [-37.59452, 24.92054, 4.9207], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [-19.13795, 15.60873, 32.46097], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, -0.97, 0], + "0.0833": [0, 0.06, 0], + "0.125": [0, -0.15, 0], + "0.5": [0, 0.5, 0], + "1.0": [0, 0, 0], + "2.0": [0, 0, 0], + "2.0417": [0, -0.97, 0], + "2.0833": [0, 0.06, 0], + "2.125": [0, -0.15, 0], + "2.5": [0, 0.5, 0], + "3.0": [0, 0, 0], + "4.0": [0, 0, 0], + "4.0417": [0, -0.97, 0], + "4.0833": [0, 0.06, 0], + "4.125": [0, -0.15, 0], + "4.5": [0, 0.5, 0], + "5.0": [0, 0, 0], + "6.0": [0, 0, 0], + "6.0417": [0, -0.97, 0], + "6.0833": [0, 0.06, 0], + "6.125": [0, -0.15, 0], + "6.5": [0, 0.5, 0], + "7.0": [0, 0, 0], + "8.0": [0, 0, 0] + } + }, + "leg_front_left2": { + "rotation": [0, -15, 20] + }, + "leg_front_left3": { + "rotation": { + "0.0": { + "post": [-5.62461, -7.3025, 21.81489], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [10.25, -21.66, 28.68], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [7.416, -32.92916, 28.86707], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [4.33278, -27.17221, 47.04843], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-5.62461, -7.3025, 21.81489], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10.25, -21.66, 28.68], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [7.416, -32.92916, 28.86707], + "lerp_mode": "catmullrom" + }, + "3.875": { + "post": [4.33278, -27.17221, 47.04843], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-5.62461, -7.3025, 21.81489], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [10.25242, -21.66098, 28.68215], + "lerp_mode": "catmullrom" + }, + "5.1667": { + "post": [7.416, -32.92916, 28.86707], + "lerp_mode": "catmullrom" + }, + "5.875": { + "post": [4.33278, -27.17221, 47.04843], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [-5.62461, -7.3025, 21.81489], + "lerp_mode": "catmullrom" + }, + "7.0": { + "post": [10.25242, -21.66098, 28.68215], + "lerp_mode": "catmullrom" + }, + "7.1667": { + "post": [7.416, -32.92916, 28.86707], + "lerp_mode": "catmullrom" + }, + "7.875": { + "post": [4.33278, -27.17221, 47.04843], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [-5.62461, -7.3025, 21.81489], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0.5, 0, -0.25], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.875": { + "post": [0.5, 0, -0.25], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.875": { + "post": [0.5, 0, -0.25], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "7.875": { + "post": [0.5, 0, -0.25], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_front_left4": { + "rotation": { + "0.0": { + "post": [-5.50993, -4.34129, 8.69916], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [15.17084, 11.48954, -0.46439], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [16.18862, -15.71238, -3.59715], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-10.61616, -10.55204, 12.3702], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-5.50993, -4.34129, 8.69916], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [15.17084, 11.48954, -0.46439], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [16.18862, -15.71238, -3.59715], + "lerp_mode": "catmullrom" + }, + "3.875": { + "post": [-10.61616, -10.55204, 12.3702], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-5.50993, -4.34129, 8.69916], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [15.17084, 11.48954, -0.46439], + "lerp_mode": "catmullrom" + }, + "5.1667": { + "post": [16.18862, -15.71238, -3.59715], + "lerp_mode": "catmullrom" + }, + "5.875": { + "post": [-10.61616, -10.55204, 12.3702], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [-5.50993, -4.34129, 8.69916], + "lerp_mode": "catmullrom" + }, + "7.0": { + "post": [15.17084, 11.48954, -0.46439], + "lerp_mode": "catmullrom" + }, + "7.1667": { + "post": [16.18862, -15.71238, -3.59715], + "lerp_mode": "catmullrom" + }, + "7.875": { + "post": [-10.61616, -10.55204, 12.3702], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [-5.50993, -4.34129, 8.69916], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.5": { + "post": [-0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.5": { + "post": [-0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "7.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_front_right": { + "rotation": [0, -37.5, 0] + }, + "leg_front_right1": { + "rotation": { + "0.0": { + "post": [-58.78, 38.35, -43.8], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-50.39673, 32.29904, -29.03021], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-37.59452, -24.92054, -4.9207], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-19.13795, -15.60873, -32.46097], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-58.78, 38.35, -43.8], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-50.39673, 32.29904, -29.03021], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [-37.59452, -24.92054, -4.9207], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-19.13795, -15.60873, -32.46097], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-58.78, 38.35, -43.8], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [-50.39673, 32.29904, -29.03021], + "lerp_mode": "catmullrom" + }, + "4.875": { + "post": [-37.59452, -24.92054, -4.9207], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-19.13795, -15.60873, -32.46097], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [-58.78, 38.35, -43.8], + "lerp_mode": "catmullrom" + }, + "6.1667": { + "post": [-50.39673, 32.29904, -29.03021], + "lerp_mode": "catmullrom" + }, + "6.875": { + "post": [-37.59452, -24.92054, -4.9207], + "lerp_mode": "catmullrom" + }, + "7.0": { + "post": [-19.13795, -15.60873, -32.46097], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [-58.78, 38.35, -43.8], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 0, 0], + "1.0417": [0, -0.97, 0], + "1.0833": [0, 0.06, 0], + "1.125": [0, -0.15, 0], + "1.5": [0, 0.5, 0], + "2.0": [0, 0, 0], + "3.0": [0, 0, 0], + "3.0417": [0, -0.97, 0], + "3.0833": [0, 0.06, 0], + "3.125": [0, -0.15, 0], + "3.5": [0, 0.5, 0], + "4.0": [0, 0, 0], + "5.0": [0, 0, 0], + "5.0417": [0, -0.97, 0], + "5.0833": [0, 0.06, 0], + "5.125": [0, -0.15, 0], + "5.5": [0, 0.5, 0], + "6.0": [0, 0, 0], + "7.0": [0, 0, 0], + "7.0417": [0, -0.97, 0], + "7.0833": [0, 0.06, 0], + "7.125": [0, -0.15, 0], + "7.5": [0, 0.5, 0], + "8.0": [0, 0, 0] + } + }, + "leg_front_right2": { + "rotation": [0, 15, -20] + }, + "leg_front_right3": { + "rotation": { + "0.0": { + "post": [10.25, 21.66, -28.68], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [7.416, 32.92916, -28.86707], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [4.33278, 27.17221, -47.04843], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5.62461, 7.3025, -21.81489], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [10.25, 21.66, -28.68], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [7.416, 32.92916, -28.86707], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [4.33278, 27.17221, -47.04843], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-5.62461, 7.3025, -21.81489], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [10.25, 21.66, -28.68], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [7.416, 32.92916, -28.86707], + "lerp_mode": "catmullrom" + }, + "4.875": { + "post": [4.33278, 27.17221, -47.04843], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-5.62461, 7.3025, -21.81489], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [10.25, 21.66, -28.68], + "lerp_mode": "catmullrom" + }, + "6.1667": { + "post": [7.416, 32.92916, -28.86707], + "lerp_mode": "catmullrom" + }, + "6.875": { + "post": [4.33278, 27.17221, -47.04843], + "lerp_mode": "catmullrom" + }, + "7.0": { + "post": [-5.62461, 7.3025, -21.81489], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [10.25, 21.66, -28.68], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-0.5, 0, -0.25], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [-0.5, 0, -0.25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.875": { + "post": [-0.5, 0, -0.25], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.875": { + "post": [-0.5, 0, -0.25], + "lerp_mode": "catmullrom" + }, + "7.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_front_right4": { + "rotation": { + "0.0": { + "post": [15.17084, -11.48954, 0.46439], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [16.18862, 15.71238, 3.59715], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-10.61616, 10.55204, -12.3702], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5.50993, 4.34129, -8.69916], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [15.17084, -11.48954, 0.46439], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [16.18862, 15.71238, 3.59715], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [-10.61616, 10.55204, -12.3702], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-5.50993, 4.34129, -8.69916], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [15.17084, -11.48954, 0.46439], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [16.18862, 15.71238, 3.59715], + "lerp_mode": "catmullrom" + }, + "4.875": { + "post": [-10.61616, 10.55204, -12.3702], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-5.50993, 4.34129, -8.69916], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [15.17084, -11.48954, 0.46439], + "lerp_mode": "catmullrom" + }, + "6.1667": { + "post": [16.18862, 15.71238, 3.59715], + "lerp_mode": "catmullrom" + }, + "6.875": { + "post": [-10.61616, 10.55204, -12.3702], + "lerp_mode": "catmullrom" + }, + "7.0": { + "post": [-5.50993, 4.34129, -8.69916], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [15.17084, -11.48954, 0.46439], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.5": { + "post": [0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "7.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "7.5": { + "post": [0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_left": { + "rotation": [0, 0, 0] + }, + "leg_back_left1": { + "rotation": { + "0.0": { + "post": [-8.2974, -19.68904, 40.05529], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-7.84005, 5.07133, 36.54497], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-35.56529, 44.29365, 14.81753], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-9.15, 30.72, 40.52], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-8.2974, -19.68904, 40.05529], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-7.84005, 5.07133, 36.54497], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [-35.56529, 44.29365, 14.81753], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-9.15, 30.72, 40.52], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-8.2974, -19.68904, 40.05529], + "lerp_mode": "catmullrom" + }, + "4.2917": { + "post": [-7.84005, 5.07133, 36.54497], + "lerp_mode": "catmullrom" + }, + "4.875": { + "post": [-35.56529, 44.29365, 14.81753], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-9.15, 30.72, 40.52], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [-8.2974, -19.68904, 40.05529], + "lerp_mode": "catmullrom" + }, + "6.2917": { + "post": [-7.84005, 5.07133, 36.54497], + "lerp_mode": "catmullrom" + }, + "6.875": { + "post": [-35.56529, 44.29365, 14.81753], + "lerp_mode": "catmullrom" + }, + "7.0": { + "post": [-9.15, 30.72, 40.52], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [-8.2974, -19.68904, 40.05529], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, -0.97, 0], + "0.0833": [0, 0.06, 0], + "0.125": [0, -0.15, 0], + "0.5": [0, 0.5, 0], + "1.0": [0, 0, 0], + "1.0417": [0, -0.97, 0], + "1.0833": [0, 0.06, 0], + "1.125": [0, -0.15, 0], + "1.5": [0, 0.5, 0], + "2.0": [0, 0, 0], + "2.0417": [0, -0.97, 0], + "2.0833": [0, 0.06, 0], + "2.125": [0, -0.15, 0], + "2.5": [0, 0.5, 0], + "3.0": [0, 0, 0], + "3.0417": [0, -0.97, 0], + "3.0833": [0, 0.06, 0], + "3.125": [0, -0.15, 0], + "3.5": [0, 0.5, 0], + "4.0": [0, 0, 0], + "4.0417": [0, -0.97, 0], + "4.0833": [0, 0.06, 0], + "4.125": [0, -0.15, 0], + "4.5": [0, 0.5, 0], + "5.0": [0, 0, 0], + "5.0417": [0, -0.97, 0], + "5.0833": [0, 0.06, 0], + "5.125": [0, -0.15, 0], + "5.5": [0, 0.5, 0], + "6.0": [0, 0, 0], + "6.0417": [0, -0.97, 0], + "6.0833": [0, 0.06, 0], + "6.125": [0, -0.15, 0], + "6.5": [0, 0.5, 0], + "7.0": [0, 0, 0], + "7.0417": [0, -0.97, 0], + "7.0833": [0, 0.06, 0], + "7.125": [0, -0.15, 0], + "7.5": [0, 0.5, 0], + "8.0": [0, 0, 0] + } + }, + "leg_back_left2": { + "rotation": [1.5, -10, 17.5] + }, + "leg_back_left3": { + "rotation": { + "0.0": { + "post": [1.4364, 2.99357, 28.01368], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [1.79603, -36.99196, 26.85774], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-3.71603, -36.7446, 36.46939], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.76615, -14.31541, 22.40865], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [1.4364, 2.99357, 28.01368], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [1.79603, -36.99196, 26.85774], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [-3.71603, -36.7446, 36.46939], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.76615, -14.31541, 22.40865], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [1.4364, 2.99357, 28.01368], + "lerp_mode": "catmullrom" + }, + "4.2917": { + "post": [1.79603, -36.99196, 26.85774], + "lerp_mode": "catmullrom" + }, + "4.875": { + "post": [-3.71603, -36.7446, 36.46939], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.76615, -14.31541, 22.40865], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [1.4364, 2.99357, 28.01368], + "lerp_mode": "catmullrom" + }, + "6.2917": { + "post": [1.79603, -36.99196, 26.85774], + "lerp_mode": "catmullrom" + }, + "6.875": { + "post": [-3.71603, -36.7446, 36.46939], + "lerp_mode": "catmullrom" + }, + "7.0": { + "post": [2.76615, -14.31541, 22.40865], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [1.4364, 2.99357, 28.01368], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-0.5, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5417": { + "post": [-0.5, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.5417": { + "post": [-0.5, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "7.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "7.5417": { + "post": [-0.5, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_left4": { + "rotation": { + "0.0": { + "post": [17.5, 12, 8.5], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [17.5, 12, 8.5], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-10.38, 0.51, 7.23], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-10.38, 0.51, 7.23], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [17.5, 12, 8.5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [17.5, 12, 8.5], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [-10.38, 0.51, 7.23], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-10.38, 0.51, 7.23], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [17.5, 12, 8.5], + "lerp_mode": "catmullrom" + }, + "4.2917": { + "post": [17.5, 12, 8.5], + "lerp_mode": "catmullrom" + }, + "4.875": { + "post": [-10.38, 0.51, 7.23], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-10.38, 0.51, 7.23], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [17.5, 12, 8.5], + "lerp_mode": "catmullrom" + }, + "6.2917": { + "post": [17.5, 12, 8.5], + "lerp_mode": "catmullrom" + }, + "6.875": { + "post": [-10.38, 0.51, 7.23], + "lerp_mode": "catmullrom" + }, + "7.0": { + "post": [-10.38, 0.51, 7.23], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [17.5, 12, 8.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "7.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_right1": { + "rotation": { + "0.0": { + "post": [-9.15, -30.72, -40.52], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-8.2974, 19.68904, -40.05529], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-7.84005, -5.07133, -36.54497], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-35.56529, -44.29365, -14.81753], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-9.15, -30.72, -40.52], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-8.2974, 19.68904, -40.05529], + "lerp_mode": "catmullrom" + }, + "3.2917": { + "post": [-7.84005, -5.07133, -36.54497], + "lerp_mode": "catmullrom" + }, + "3.875": { + "post": [-35.56529, -44.29365, -14.81753], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-9.15, -30.72, -40.52], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-8.2974, 19.68904, -40.05529], + "lerp_mode": "catmullrom" + }, + "5.2917": { + "post": [-7.84005, -5.07133, -36.54497], + "lerp_mode": "catmullrom" + }, + "5.875": { + "post": [-35.56529, -44.29365, -14.81753], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [-9.15, -30.72, -40.52], + "lerp_mode": "catmullrom" + }, + "7.0": { + "post": [-8.2974, 19.68904, -40.05529], + "lerp_mode": "catmullrom" + }, + "7.2917": { + "post": [-7.84005, -5.07133, -36.54497], + "lerp_mode": "catmullrom" + }, + "7.875": { + "post": [-35.56529, -44.29365, -14.81753], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [-9.15, -30.72, -40.52], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, -0.97, 0], + "0.0833": [0, 0.06, 0], + "0.125": [0, -0.15, 0], + "0.5": [0, 0.5, 0], + "1.0": [0, 0, 0], + "1.0417": [0, -0.97, 0], + "1.0833": [0, 0.06, 0], + "1.125": [0, -0.15, 0], + "1.5": [0, 0.5, 0], + "2.0": [0, 0, 0], + "2.0417": [0, -0.97, 0], + "2.0833": [0, 0.06, 0], + "2.125": [0, -0.15, 0], + "2.5": [0, 0.5, 0], + "3.0": [0, 0, 0], + "3.0417": [0, -0.97, 0], + "3.0833": [0, 0.06, 0], + "3.125": [0, -0.15, 0], + "3.5": [0, 0.5, 0], + "4.0": [0, 0, 0], + "4.0417": [0, -0.97, 0], + "4.0833": [0, 0.06, 0], + "4.125": [0, -0.15, 0], + "4.5": [0, 0.5, 0], + "5.0": [0, 0, 0], + "5.0417": [0, -0.97, 0], + "5.0833": [0, 0.06, 0], + "5.125": [0, -0.15, 0], + "5.5": [0, 0.5, 0], + "6.0": [0, 0, 0], + "6.0417": [0, -0.97, 0], + "6.0833": [0, 0.06, 0], + "6.125": [0, -0.15, 0], + "6.5": [0, 0.5, 0], + "7.0": [0, 0, 0], + "7.0417": [0, -0.97, 0], + "7.0833": [0, 0.06, 0], + "7.125": [0, -0.15, 0], + "7.5": [0, 0.5, 0], + "8.0": [0, 0, 0] + } + }, + "leg_back_right2": { + "rotation": [1.5, 10, -17.5] + }, + "leg_back_right3": { + "rotation": { + "0.0": { + "post": [2.76615, 14.31541, -22.40865], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [1.4364, -2.99357, -28.01368], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [1.79603, 36.99196, -26.85774], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-1.78105, 24.06107, -35.51141], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [2.76615, 14.31541, -22.40865], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1.4364, -2.99357, -28.01368], + "lerp_mode": "catmullrom" + }, + "3.2917": { + "post": [1.79603, 36.99196, -26.85774], + "lerp_mode": "catmullrom" + }, + "3.875": { + "post": [-1.78105, 24.06107, -35.51141], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [2.76615, 14.31541, -22.40865], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [1.4364, -2.99357, -28.01368], + "lerp_mode": "catmullrom" + }, + "5.2917": { + "post": [1.79603, 36.99196, -26.85774], + "lerp_mode": "catmullrom" + }, + "5.875": { + "post": [-1.78105, 24.06107, -35.51141], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [2.76615, 14.31541, -22.40865], + "lerp_mode": "catmullrom" + }, + "7.0": { + "post": [1.4364, -2.99357, -28.01368], + "lerp_mode": "catmullrom" + }, + "7.2917": { + "post": [1.79603, 36.99196, -26.85774], + "lerp_mode": "catmullrom" + }, + "7.875": { + "post": [-1.78105, 24.06107, -35.51141], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [2.76615, 14.31541, -22.40865], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0.5, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0.5, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.5417": { + "post": [0.5, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.5417": { + "post": [0.5, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "7.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "7.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_right4": { + "rotation": { + "0.0": { + "post": [-10.38, -0.51, -7.23], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [17.5, -12, -8.5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [17.5, -12, -8.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-10.38, -0.51, -7.23], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [17.5, -12, -8.5], + "lerp_mode": "catmullrom" + }, + "3.2917": { + "post": [17.5, -12, -8.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-10.38, -0.51, -7.23], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [17.5, -12, -8.5], + "lerp_mode": "catmullrom" + }, + "5.2917": { + "post": [17.5, -12, -8.5], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [-10.38, -0.51, -7.23], + "lerp_mode": "catmullrom" + }, + "7.0": { + "post": [17.5, -12, -8.5], + "lerp_mode": "catmullrom" + }, + "7.2917": { + "post": [17.5, -12, -8.5], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [-10.38, -0.51, -7.23], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "7.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "7.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.avalugg.sleep": { + "loop": true, + "bones": { + "body": { + "position": [0, 0, 0] + }, + "torso": { + "rotation": ["1*math.sin(q.anim_time*90*0.5)", 0, "0.2*math.sin(q.anim_time*90*1)"], + "position": [0, "-1.5+0.5*math.sin(q.anim_time*90*1)", "0.1*math.sin(q.anim_time*90*1)"] + }, + "neck": { + "rotation": [5, 0, 0] + }, + "head": { + "rotation": ["12.5-1*math.sin(q.anim_time*90*1-50)", 0, 0] + }, + "eyelid_left": { + "position": [0, 0, -0.1] + }, + "eyelid_right": { + "position": [0, 0, -0.1] + }, + "jaw": { + "rotation": ["10-1*math.sin(q.anim_time*90*1-50)", 0, 0] + }, + "jaw2": { + "rotation": [0, 0, 0] + }, + "jaw_spike2": { + "rotation": [0, 0, 0] + }, + "jaw3": { + "rotation": [0, 0, 0] + }, + "leg_front_left": { + "rotation": [0, 37.5, 0] + }, + "leg_front_left1": { + "rotation": [-40, 0, 30], + "position": [0, "0.3*math.sin(q.anim_time*90*1)", 0] + }, + "leg_front_left2": { + "rotation": [0, -15, 20] + }, + "leg_front_left3": { + "rotation": [-5, -15, 20], + "position": ["0.3*math.sin(q.anim_time*90*1)", 0, 0] + }, + "leg_front_left4": { + "rotation": [0, -7, 8], + "position": [0, "-0.1*math.sin(q.anim_time*90*1)", 0] + }, + "leg_front_right": { + "rotation": [0, -37.5, 0] + }, + "leg_front_right1": { + "rotation": [-40, 0, -30], + "position": [0, "0.3*math.sin(q.anim_time*90*1)", 0] + }, + "leg_front_right2": { + "rotation": [0, 15, -20] + }, + "leg_front_right3": { + "rotation": [-5, 15, -20], + "position": ["-0.3*math.sin(q.anim_time*90*1)", 0, 0] + }, + "leg_front_right4": { + "rotation": [0, 7, -8], + "position": [0, "-0.1*math.sin(q.anim_time*90*1)", 0] + }, + "leg_back_left": { + "rotation": [0, 0, 0] + }, + "leg_back_left1": { + "rotation": [-8, 12.5, 35.5], + "position": [0, "0.3*math.sin(q.anim_time*90*1)", 0] + }, + "leg_back_left2": { + "rotation": [1.5, -10, 17.5] + }, + "leg_back_left3": { + "rotation": [1.5, -17, 27.5], + "position": ["0.3*math.sin(q.anim_time*90*1)", 0, 0] + }, + "leg_back_left4": { + "rotation": [0, 12, 8.5], + "position": [0, "-0.1*math.sin(q.anim_time*90*1)", 0] + }, + "leg_back_right1": { + "rotation": [-8, -12.5, -35.5], + "position": [0, "0.3*math.sin(q.anim_time*90*1)", 0] + }, + "leg_back_right2": { + "rotation": [1.5, 10, -17.5] + }, + "leg_back_right3": { + "rotation": [-1.5, 17, -27.5], + "position": ["-0.3*math.sin(q.anim_time*90*1)", 0, 0] + }, + "leg_back_right4": { + "rotation": [0, -12.5, -8.5], + "position": [0, "-0.1*math.sin(q.anim_time*90*1)", 0] + } + } + }, + "animation.avalugg.cry": { + "animation_length": 1.5, + "bones": { + "torso": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [2.5, 0, 0], + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-0.42, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-2.74, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [12.50474, 2.49048, 0.21803], + "post": [12.50474, 2.49048, 0.21803], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [1.17014, 1.82635, 0.15989], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0.49987, -16.75223, -0.08492], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [12.7777, -9.30679, -0.04718], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [12.41929, 4.92328, 0.87689], + "0.25": { + "pre": [7.65108, 9.84655, 1.75378], + "post": [7.65108, 9.84655, 1.75378], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-9.84892, 9.84655, 1.75378], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-18.43472, 9.04508, 1.63344], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-11.39146, 8.17219, 1.50238], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-16.80331, 7.24808, 1.36362], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-15.87124, 6.20757, 1.20738], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15.35316, 5.03664, 1.03157], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-21.54083, 3.70304, 0.83132], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-20.91806, 1.60131, 0.51575], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-8.41657, -5.71463, -0.58276], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "0.5417": [0, 0.5, 0], + "0.5833": [0, 0, 0], + "0.625": [0, 0.5, 0], + "0.6667": [0, 0, 0], + "1.5": [0, 0, 0] + } + }, + "eyelid_left": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, -0.1], + "0.375": [0, 0, -0.1], + "0.4167": [0, 0, 0], + "0.9583": [0, 0, 0], + "1.0": [0, 0, -0.1], + "1.0833": [0, 0, -0.1], + "1.125": [0, 0, 0] + } + }, + "eyelid_right": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, -0.1], + "0.375": [0, 0, -0.1], + "0.4167": [0, 0, 0], + "0.9583": [0, 0, 0], + "1.0": [0, 0, -0.1], + "1.0833": [0, 0, -0.1], + "1.125": [0, 0, 0] + } + }, + "jaw": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [42.29, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [42.31, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [37.08, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [42.17, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "jaw2": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": [-7.5, 0, 0], + "0.5417": [0, 0, 0], + "1.0833": [7.5, 0, 0], + "1.5": [0, 0, 0] + } + }, + "jaw_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.7083": [0, -17.5, 0], + "1.5": [0, -2.5, 0] + } + }, + "jaw_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.7083": [0, 20, 0], + "1.5": [0, 2.5, 0] + } + } + } + }, + "animation.avalugg.blink": { + "animation_length": 0.08333, + "bones": { + "eyelid_left": { + "position": { + "0.0": [0, 0, -0.1], + "0.0833": [0, 0, 0] + } + }, + "eyelid_right": { + "position": { + "0.0": [0, 0, -0.1], + "0.0833": [0, 0, 0] + } + } + } + }, + "animation.avalugg.faint": { + "animation_length": 3, + "bones": { + "body": { + "rotation": [0, 0, 0], + "position": { + "0.0": [0, 0, 0], + "2.0": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 1.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, 0.75, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 2.25, 0], + "lerp_mode": "catmullrom" + }, + "2.375": [0, 1, 0] + } + }, + "torso": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": { + "pre": [5.00474, 2.49048, -4.78197], + "post": [5.00474, 2.49048, -4.78197], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-2.38428, -2.59692, -2.71822], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-2.58137, -2.74446, -2.49605], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-2.58408, -2.75922, -2.34117], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-2.56495, -2.78809, 0.45218], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-2.43545, -2.90495, -1.23005], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-2.31747, -3.01327, 2.8657], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-0.19938, -3.07978, 2.04843], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-6.58519, -2.03187, 2.25382], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [8.06122, -2.52642, -0.73726], + "lerp_mode": "catmullrom" + }, + "2.0417": [25.11572, -2.59692, -0.21822], + "2.125": [20.11527, -2.82387, -4.98161], + "2.25": [25.11572, -2.59692, -2.71822], + "2.5417": [25.11572, -2.59692, -0.21822] + }, + "position": { + "0.0": [0, 0, 0], + "0.375": { + "pre": [0, -3.25, 0], + "post": [0, -3.25, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-0.75, 1.25, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-0.77, 2.37, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-0.77, 1.37, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-0.77, 2.34, -0.01], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-0.77, 1.33, -0.02], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-0.77, 2.3, -0.03], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-0.75, 1.25, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-0.75, -2.83, 2.62], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-0.75, -0.2, -7.65], + "lerp_mode": "catmullrom" + }, + "2.0": [-0.75, -3.92, -10.39], + "2.0417": [-0.75, -8, -11], + "2.125": [-0.75, -5.75, -11], + "2.1667": [-0.75, -7.5, -11], + "2.2083": [-0.75, -6.25, -11], + "2.25": [-0.75, -7.75, -11] + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.4167": { + "pre": [5.00474, 2.49048, 0.21803], + "post": [5.00474, 2.49048, 0.21803], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-16.21077, -10.92406, 7.76648], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-16.21077, -10.92406, 7.76648], + "lerp_mode": "catmullrom" + }, + "1.625": [6.28923, -10.92406, 7.76648] + } + }, + "head": { + "rotation": { + "0.0": [8.26604, 0, 0], + "0.4583": { + "pre": [13.31889, 4.86617, 1.15047], + "post": [13.31889, 4.86617, 1.15047], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [8.29597, 2.39239, 0.78856], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [8.29597, 2.39239, 0.78856], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [21.55942, 5.91394, 3.83385], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-22.22713, 2.04995, -18.94114], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-24.139, 3.90951, -2.46006], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0.71239, 1.21036, -2.16182], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-20.74721, 6.52354, 4.4281], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-1.3991, 3.07085, 2.53285], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-4.00478, 2.944, 1.88473], + "lerp_mode": "catmullrom" + }, + "2.2083": [-1.40016, 3.44038, 2.30113], + "2.625": [4.9026, 5.229, 5.46312] + }, + "position": { + "0.0": [0, 0, 0], + "0.875": [-1.23571, -1.69667, -5.62089], + "1.7917": [-1.62284, 0.26214, -5.5614], + "2.9583": [-1.65604, 1.10422, -5.02522] + } + }, + "jaw": { + "rotation": { + "0.0": [0.76604, 0, 0], + "0.6667": [0.77, 0, 0], + "0.875": [42.61908, -0.94489, -6.23544], + "1.375": [25.77, 0, 0], + "1.7083": [5.77, 0, 0] + } + }, + "jaw2": { + "rotation": [0, 0, 0] + }, + "jaw_spike2": { + "rotation": [0, 0, 0] + }, + "jaw3": { + "rotation": [0, 0, 0] + }, + "leg_front_left": { + "rotation": [0, 37.5, 0] + }, + "leg_front_left1": { + "rotation": { + "0.0": [-40, 0, 30], + "0.375": [-38.95619, -2.02479, 15.59006], + "0.7917": [-40, 0, 30], + "1.5417": { + "pre": [-40, 0, 30], + "post": [-40, 0, 30], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-15.78918, -4.98893, 29.20195], + "lerp_mode": "catmullrom" + }, + "2.0417": [19.14171, -52.31531, 40.96871], + "2.2083": [24.94821, -50.4352, 33.54145], + "2.375": [22.12366, -51.43395, 37.17871] + }, + "position": { + "0.0": [0, 0, 0], + "0.375": [0, -6.5, 0], + "0.7917": [0, -1, 0], + "0.8333": [-0.01, -1.11, 0.01], + "0.875": [-0.02, -0.61, 0.02], + "1.5417": { + "pre": [0, -1, 0], + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [5.47885, -1, -7.14018], + "lerp_mode": "catmullrom" + }, + "2.0417": [6.66, -16.94, -12.38] + } + }, + "leg_front_left2": { + "rotation": [0, -15, 20] + }, + "leg_front_left3": { + "rotation": { + "0.0": [-5, -15, 20], + "0.375": [-16.52323, -24.78483, 47.8035], + "0.7917": [-5, -15, 20], + "1.5417": [-5, -15, 20], + "1.8333": [-1.64138, -42.20982, 21.10931], + "2.0417": [-1.64, -42.21, 21.11], + "2.125": [0.91258, -39.90169, 15.27129], + "2.25": [-2.58473, -39.82385, 21.95027] + }, + "position": { + "0.0": [0, 0, 0], + "0.7917": [0, 0, 0], + "1.5417": [0, 0, 0] + } + }, + "leg_front_left4": { + "rotation": { + "0.0": [0, -7, 8], + "0.375": [0.22527, -6.09864, -4.49128], + "0.7917": [0, -7, 8], + "1.5417": [0, -7, 8], + "1.7083": [-1.04463, 17.94774, 9.15146], + "2.125": [2.09853, -15.37386, -1.17537], + "2.5": [1.13894, -10.73095, 0.64515] + }, + "position": [0, 0, 0] + }, + "leg_front_right": { + "rotation": [0, -37.5, 0] + }, + "leg_front_right1": { + "rotation": { + "0.0": [-40, 0, -30], + "0.2917": [-40, 0, -30], + "0.5417": [-41.56418, 41.70232, -11.46005], + "0.625": [-49.18067, 47.51838, -8.1233], + "0.7083": [-73.08878, 43.39816, -43.48302], + "1.1667": [-71.08818, 44.76565, -43.61117], + "1.625": [-73.09, 43.4, -43.48], + "1.9167": [-20.09284, 53.85581, -52.15347], + "2.0833": [31.72238, 70.52684, 6.82955], + "2.1667": [63.37967, 66.90928, 27.27569], + "2.2917": [43.21987, 69.78571, 14.60372], + "2.3333": [48.65624, 69.22549, 18.17447], + "2.375": [43.21987, 69.78571, 14.60372] + }, + "position": { + "0.0": [0, 0, 0], + "0.2917": [0, 0, 0], + "0.5417": [-2.28286, 2.25, -2.97508], + "0.7083": [0, 0, 0], + "0.75": [0, 1, 0], + "0.7917": [0, -0.05, 0], + "1.1667": [-0.60876, -0.03, -0.79335], + "1.625": [0, 0, 0], + "1.9583": [-9.28361, -0.5, -12.09864], + "2.0833": [-8.21628, -18.5, -10.71006], + "2.1667": [-8.22, -19.5, -10.71], + "2.2083": [-8.22, -19, -10.71], + "2.2917": [-8.22, -21.5, -10.71] + } + }, + "leg_front_right2": { + "rotation": [0, 15, -20] + }, + "leg_front_right3": { + "rotation": { + "0.0": [-5, 15, -20], + "0.3333": [-5, 15, -20], + "0.5": [-17.0654, 20.96598, -56.33777], + "0.625": [-15.84246, 26.53255, -47.31236], + "0.7083": [-6.85951, 22.44447, -27.04379], + "1.2083": [-6.85951, 22.44447, -27.04379], + "1.625": { + "pre": [-3.79504, 20.60482, -25.22724], + "post": [-3.79504, 20.60482, -25.22724], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-16.80547, 34.71752, -44.59319], + "lerp_mode": "catmullrom" + }, + "2.0833": [-63.2654, 11.01179, -2.00976] + }, + "position": { + "0.0": [0, 0, 0], + "0.3333": [0, 0, 0], + "0.6667": [2.19626, 1.81771, -1.56041], + "0.7083": [0, 0, 0], + "1.625": [0, 0, 0], + "2.0833": [0.71644, -3.40857, 5.86778] + } + }, + "leg_front_right4": { + "rotation": { + "0.0": [0, 7, -8], + "0.3333": [0, 7, -8], + "0.5417": [-2.48635, 16.73783, -6.16411], + "0.7083": [0.25204, -3.10835, -0.63284], + "1.1667": [-0.07, -0.84, -1.65], + "1.5833": [-0.50247, 7.26092, -7.02499], + "1.6667": [-0.4116, 1.62494, -2.76302], + "1.7917": [-0.41587, -8.3748, -2.69078], + "2.5": [-0.55778, -4.0716, -0.13263] + }, + "position": { + "0.0": [0, 0, 0], + "0.7083": [0, 0, 0], + "0.75": [-0.999, -0.03754, -0.02443], + "0.7917": [-0.00119, 0.00076, 0.00674], + "1.1667": [0, 0, 0.01] + } + }, + "leg_back_left": { + "rotation": [0, 0, 0] + }, + "leg_back_left1": { + "rotation": { + "0.0": [-8, 12.5, 35.5], + "0.625": [-4.8023, 16.78052, 36.30301], + "1.375": [-4.8023, 16.78052, 36.30301], + "1.5417": { + "pre": [-10.93267, 8.41506, 34.96725], + "post": [-10.93267, 8.41506, 34.96725], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-3.29219, -16.17618, 36.1789], + "lerp_mode": "catmullrom" + }, + "2.125": [25.7013, 5.52653, 65.62587] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": { + "pre": [-0.5, 0, 1.25], + "post": [-0.5, 0, 1.25], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-1.5, 0, 1.25], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-1.5, 0, 1.25], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, -4.5, 1], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, -1, -10.25], + "lerp_mode": "catmullrom" + }, + "2.125": [-2.5, 0.5, -12.75] + } + }, + "leg_back_left2": { + "rotation": [1.5, -10, 17.5] + }, + "leg_back_left3": { + "rotation": { + "0.0": [1.5, -17, 27.5], + "0.9583": { + "pre": [1.99907, -16.29458, 25.57867], + "post": [1.99907, -16.29458, 25.57867], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [1.5, -17, 27.5], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [5.1525, -26.93105, 16.80852], + "lerp_mode": "catmullrom" + }, + "2.0833": [3.76719, -24.1819, 20.06871] + }, + "position": { + "0.0": [0, 0, 0], + "1.4167": [-0.6, 0.43, -0.06], + "1.5833": [-3.52865, 2.30231, -2.25113], + "1.8333": [-0.81, 0.58, -0.08] + } + }, + "leg_back_left4": { + "rotation": { + "0.0": [0, 12, 8.5], + "0.5833": [-5.52403, 11.77069, 5.95599], + "1.5": [0, 12, 8.5], + "1.9167": [17.05614, 32.22425, 13.51989], + "2.0417": [14.33215, -5.99227, -8.77502] + }, + "position": [0, 0, 0] + }, + "leg_back_right1": { + "rotation": { + "0.0": [-8, -12.5, -35.5], + "0.3333": [-1.83861, -8.08185, -36.60256], + "0.9167": [-8, -12.5, -35.5], + "1.375": [-8, -12.5, -35.5], + "1.5": [-16.55604, -18.15563, -30.73161], + "1.6667": [25.38712, 9.88553, -33.99511], + "2.1667": [33.99544, -1.4903, -57.09471] + }, + "position": { + "0.0": [0, 0, 0], + "1.375": [0, 0, 0], + "1.5": [0, -1, 3], + "2.1667": [0, -1, -15] + } + }, + "leg_back_right2": { + "rotation": [1.5, 10, -17.5] + }, + "leg_back_right3": { + "rotation": { + "0.0": [-1.5, 17, -27.5], + "0.2917": { + "pre": [-3.22278, 5.60735, -27.66962], + "post": [-3.22278, 5.60735, -27.66962], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-3.30095, 5.46497, -27.6733], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-2.71403, 10.15949, -27.64471], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0.55403, 26.8144, -26.97427], + "lerp_mode": "catmullrom" + }, + "2.125": [-2.92518, 9.63139, -27.6465] + }, + "position": [0, 0, 0] + }, + "leg_back_right4": { + "rotation": { + "0.0": [0, -12.5, -8.5], + "0.9167": { + "pre": [0, -1.51163, -8.5], + "post": [0, -1.51163, -8.5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, -5.94961, -8.5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, -30, -8.5], + "lerp_mode": "catmullrom" + }, + "1.9583": [0.73355, 14.8182, -8.26525], + "2.25": [0.74359, 9.9414, -7.15972] + }, + "position": [0, 0, 0] + }, + "eyelid_left": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, -0.1], + "0.5": [0, 0, -0.1], + "0.5417": [0, 0, 0], + "0.8333": [0, 0, 0], + "0.875": [0, 0, -0.1], + "1.125": [0, 0, -0.1], + "1.1667": [0, 0, 0], + "1.4167": [0, 0, 0], + "1.4583": [0, 0, -0.1] + } + }, + "eyelid_right": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, -0.1], + "0.5": [0, 0, -0.1], + "0.5417": [0, 0, 0], + "0.8333": [0, 0, 0], + "0.875": [0, 0, -0.1], + "1.125": [0, 0, -0.1], + "1.1667": [0, 0, 0], + "1.4167": [0, 0, 0], + "1.4583": [0, 0, -0.1] + } + }, + "jaw_left": { + "rotation": { + "0.0": [0, -7.5, 0], + "0.8333": [0, -30, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.8333": [-2.10786, 1.10281, 0.17529] + } + }, + "jaw_right": { + "rotation": { + "0.0": [0, 5, 0], + "0.8333": [0, 40, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.8333": [1.97265, 0.18654, -0.27177] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/axew/axew.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/axew/axew.animation.json new file mode 100644 index 0000000..e646678 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/axew/axew.animation.json @@ -0,0 +1,2384 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.axew.pose": { + "loop": true, + "bones": { + "Body": { + "rotation": [15, 0, 0], + "position": [0, 0.25, -1.75] + }, + "head": { + "rotation": [-10, 0, 0], + "position": [0, 0, 0] + }, + "Tail_1": { + "rotation": [-17.5, 0, 0], + "position": [0, -0.25, 0] + }, + "Tail_2": { + "rotation": [12.5, 0, 0] + }, + "Tail_3": { + "rotation": [15, 0, 0] + }, + "Left_Arm": { + "rotation": [16.91789, 54.94564, 15.10249], + "position": [0.25, -0.25, 0] + }, + "Left_Thumb": { + "rotation": [0, 15, 0] + }, + "Left_MiddleFinger": { + "rotation": [0, 0, -30] + }, + "Left_Pinky": { + "rotation": [-2.16857, -0.09836, -31.23823] + }, + "Right_Arm": { + "rotation": [16.91789, -54.94564, -15.10249], + "position": [-0.5, -0.25, 0] + }, + "Right_Thumb": { + "rotation": [0, 0, -7.5] + }, + "Right_MiddleFinger": { + "rotation": [0, 0, 27.5] + }, + "Right_Pinky": { + "rotation": [0, 0, 20] + }, + "Left_Leg": { + "rotation": [0, -22.5, 0], + "position": [-0.5, 0, -0.5] + }, + "Right_Leg": { + "rotation": [0, 22.5, 0], + "position": [0.5, 0, -0.5] + } + } + }, + "animation.axew.idle_base": { + "animation_length": 3, + "bones": { + "Body": { + "rotation": [15, 0, 0], + "position": [0, 0.25, -1.75] + }, + "head": { + "rotation": [-10, 0, 0], + "position": [0, 0, 0] + }, + "Tail_1": { + "rotation": [-17.5, 0, 0], + "position": [0, -0.25, 0] + }, + "Tail_2": { + "rotation": [12.5, 0, 0] + }, + "Tail_3": { + "rotation": [15, 0, 0] + }, + "Left_Arm": { + "rotation": [16.9179, 54.9456, 15.10255], + "position": [0.25, -0.25, 0] + }, + "Left_Thumb": { + "rotation": [0, 15, 0] + }, + "Left_MiddleFinger": { + "rotation": [0, 0, -30] + }, + "Left_Pinky": { + "rotation": [-2.16857, -0.09836, -31.23823] + }, + "Right_Arm": { + "rotation": [16.9179, -54.9456, -15.1025], + "position": [-0.5, -0.25, 0] + }, + "Right_Thumb": { + "rotation": [0, 0, -7.5] + }, + "Right_MiddleFinger": { + "rotation": [0, 0, 27.5] + }, + "Right_Pinky": { + "rotation": [0, 0, 20] + }, + "Left_Leg": { + "rotation": [0, -22.5, 0], + "position": [-0.5, 0, -0.5] + }, + "Right_Leg": { + "rotation": [0, 22.5, 0], + "position": [0.5, 0, -0.5] + } + } + }, + "animation.axew.ground_idle": { + "loop": true, + "animation_length": 3, + "bones": { + "Body": { + "rotation": [15, 0, 0], + "position": [0, "0.25+math.sin((query.anim_time)*240)*0.15", -1.75] + }, + "head": { + "rotation": ["-10-math.sin((query.anim_time-0.2)*240)*2", 0, 0], + "position": [0, 0, 0] + }, + "Tail_1": { + "rotation": ["-17.5+math.sin((query.anim_time-0.2)*240)*2", 0, 0], + "position": [0, -0.25, 0] + }, + "Tail_2": { + "rotation": ["12.5+math.sin((query.anim_time-0.3)*240)*2", 0, 0] + }, + "Tail_3": { + "rotation": ["15+math.sin((query.anim_time-0.2)*240)*2", 0, 0] + }, + "Left_Arm": { + "rotation": [ + "16.9179-math.sin((query.anim_time-0.1)*240)*5", + "54.9456+math.sin((query.anim_time-0.1)*240)*5", + "15.1025-math.sin((query.anim_time-0.1)*240)*5" + ], + "position": [0.25, -0.25, 0] + }, + "Left_Thumb": { + "rotation": [0, 15, 0] + }, + "Left_MiddleFinger": { + "rotation": [0, 0, -30] + }, + "Left_Pinky": { + "rotation": [-2.16857, -0.09836, -31.23823] + }, + "Right_Arm": { + "rotation": [ + "16.9179-math.sin((query.anim_time-0.1)*240)*5", + "-54.9456-math.sin((query.anim_time-0.1)*240)*5", + "-15.1025+math.sin((query.anim_time-0.1)*240)*5" + ], + "position": [-0.5, -0.25, 0] + }, + "Right_Thumb": { + "rotation": [0, 0, -7.5] + }, + "Right_MiddleFinger": { + "rotation": [0, 0, 27.5] + }, + "Right_Pinky": { + "rotation": [0, 0, 20] + }, + "Left_Leg": { + "rotation": [0, -22.5, 0], + "position": [-0.5, 0, -0.5] + }, + "Right_Leg": { + "rotation": [0, 22.5, 0], + "position": [0.5, 0, -0.5] + } + } + }, + "animation.axew.battle_idle": { + "loop": true, + "animation_length": 3, + "bones": { + "Body": { + "rotation": [15, 0, 0], + "position": [0, "0.25+math.sin((query.anim_time)*240)*0.2", -1.75] + }, + "head": { + "rotation": ["-10-math.sin((query.anim_time-0.2)*240)*4", 0, 0], + "position": [0, 0, 0] + }, + "Tail_1": { + "rotation": ["-17.5+math.sin((query.anim_time-0.2)*240)*2", 0, 0], + "position": [0, -0.25, 0] + }, + "Tail_2": { + "rotation": ["12.5+math.sin((query.anim_time-0.3)*240)*2", 0, 0] + }, + "Tail_3": { + "rotation": ["15+math.sin((query.anim_time-0.2)*240)*2", 0, 0] + }, + "Left_Arm": { + "rotation": [ + "16.9179-math.sin((query.anim_time-0.1)*240)*10", + "54.9456+math.sin((query.anim_time-0.1)*240)*5", + "15.1025-math.sin((query.anim_time-0.1)*240)*10" + ], + "position": [0.25, -0.25, 0] + }, + "Left_Thumb": { + "rotation": [0, 15, 0] + }, + "Left_MiddleFinger": { + "rotation": [0, 0, -30] + }, + "Left_Pinky": { + "rotation": [-2.16857, -0.09836, -31.23823] + }, + "Right_Arm": { + "rotation": [ + "16.9179-math.sin((query.anim_time-0.1)*240)*10", + "-54.9456-math.sin((query.anim_time-0.1)*240)*5", + "-15.1025+math.sin((query.anim_time-0.1)*240)*10" + ], + "position": [-0.5, -0.25, 0] + }, + "Right_Thumb": { + "rotation": [0, 0, -7.5] + }, + "Right_MiddleFinger": { + "rotation": [0, 0, 27.5] + }, + "Right_Pinky": { + "rotation": [0, 0, 20] + }, + "Left_Leg": { + "rotation": [0, -22.5, 0], + "position": [-0.5, 0, -0.5] + }, + "Right_Leg": { + "rotation": [0, 22.5, 0], + "position": [0.5, 0, -0.5] + } + } + }, + "animation.axew.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "Body": { + "rotation": [15, "0+math.cos((query.anim_time)*360)*5", "0+math.cos((query.anim_time)*360)*5"], + "position": [0, "0.25+math.sin((query.anim_time)*720)*0.3", -1.75] + }, + "head": { + "rotation": ["-10-math.sin((query.anim_time-0.2)*720)*2", 0, 0], + "position": [0, 0, 0] + }, + "Tail_1": { + "rotation": ["-17.5+math.sin((query.anim_time-0.2)*720)*2", "0+math.sin((query.anim_time-0.1)*360)*5", 0], + "position": [0, -0.25, 0] + }, + "Tail_2": { + "rotation": ["12.5+math.sin((query.anim_time-0.3)*720)*2", "0+math.sin((query.anim_time-0.1)*360)*5", 0] + }, + "Tail_3": { + "rotation": ["15+math.sin((query.anim_time-0.2)*720)*2", "0+math.sin((query.anim_time-0.1)*360)*5", 0] + }, + "Left_Arm": { + "rotation": [ + "16.9179-math.sin((query.anim_time-0.1)*720)*5", + "54.9456+math.sin((query.anim_time-0.1)*720)*5", + "15.1025-math.sin((query.anim_time-0.1)*720)*5" + ], + "position": [0.25, -0.25, 0] + }, + "Left_Thumb": { + "rotation": [0, 15, 0] + }, + "Left_MiddleFinger": { + "rotation": [0, 0, -30] + }, + "Left_Pinky": { + "rotation": [-2.16857, -0.09836, -31.23823] + }, + "Right_Arm": { + "rotation": [ + "16.9179-math.sin((query.anim_time-0.1)*720)*5", + "-54.9456-math.sin((query.anim_time-0.1)*720)*5", + "-15.1025+math.sin((query.anim_time-0.1)*720)*5" + ], + "position": [-0.25, -0.25, 0] + }, + "Right_Thumb": { + "rotation": [0, 0, -7.5] + }, + "Right_MiddleFinger": { + "rotation": [0, 0, 27.5] + }, + "Right_Pinky": { + "rotation": [0, 0, 20] + }, + "Left_Leg": { + "rotation": [0, -12.5, 0], + "position": { + "0.0": { + "post": [-0.5, 0, -1.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-0.5, 0, -0.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-0.5, 0.78, -0.8], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-0.5, 0.75, -1.25], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-0.5, 0, -1.5], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Leg": { + "rotation": [0, 12.5, 0], + "position": { + "0.0": { + "post": [0.5, 0, -0.5], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0.5, 0.78, -1.05], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0.5, 0.75, -1.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0.5, 0, -1.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0.5, 0, -0.5], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Foot": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "0.625": [17.5, 0, 0], + "1.0": [0, 0, 0] + } + }, + "Right_Foot": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [17.5, 0, 0], + "0.2917": [0, 0, 0], + "1.0": [0, 0, 0] + } + } + } + }, + "animation.axew.blink": { + "animation_length": 0.2083, + "bones": { + "Left_EyesSleep": { + "position": { + "0.0": [1, 0, 0], + "0.1667": [1, 0, 0], + "0.2083": [0, 0, 0] + } + }, + "Right_EyesSleep": { + "position": { + "0.0": [-1, 0, 0], + "0.1667": [-1, 0, 0], + "0.2083": [0, 0, 0] + } + } + } + }, + "animation.axew.cry": { + "animation_length": 1.5, + "bones": { + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Jaw": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Arm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-15, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-15, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-15, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Arm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-15, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-15, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-15, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + }, + "sound_effects": { + "0.2917": { + "effect": "axew.cry" + } + } + }, + "animation.axew.look_around": { + "animation_length": 2.25, + "bones": { + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-4.82839, -31.12352, -12.33548], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [5.17161, -31.12352, -12.33548], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [5.17161, 31.12352, 12.33548], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-4.82839, 31.12352, 12.33548], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -0.3, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_EyeOpen": { + "position": [0, 0, 0] + }, + "Right_EyeOpen": { + "position": [0, 0, 0] + }, + "Left_EyesSleep": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [1, 0, 0], + "0.1667": [1, 0, 0], + "0.2083": [0, 0, 0], + "0.875": [1, 0, 0], + "1.0417": [1, 0, 0], + "1.0833": [0, 0, 0] + } + }, + "Right_EyesSleep": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [-1, 0, 0], + "0.1667": [-1, 0, 0], + "0.2083": [0, 0, 0], + "0.875": [-1, 0, 0], + "1.0417": [-1, 0, 0], + "1.0833": [0, 0, 0] + } + }, + "Left_Arm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [48.85298, -6.44698, 71.12861], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [48.85298, -6.44698, 71.12861], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Arm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [48.85298, 6.44698, -71.12861], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [48.85298, 6.44698, -71.12861], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.axew.sleep": { + "loop": true, + "animation_length": 2, + "bones": { + "Body": { + "rotation": [62.5, 0, 0], + "position": [0, "-4+math.sin((query.anim_time)*180)*0.10", -4] + }, + "head": { + "rotation": ["-43.5558+math.sin((query.anim_time)*180)*1", -10.15488, 19.92422], + "position": [0, 1, -0.75] + }, + "Tail_1": { + "rotation": [-42.70212, 6.64851, -3.47875] + }, + "Tail_2": { + "rotation": [0, 20, 0] + }, + "Tail_3": { + "rotation": [0, 10, 0] + }, + "Left_Arm": { + "rotation": [-62.21211, "39.0784+math.sin((query.anim_time)*180)*1", "-11.7369+math.sin((query.anim_time)*180)*1"] + }, + "Right_Arm": { + "rotation": [-71.41656, "-47.3696+math.sin((query.anim_time)*180)*1", "26.2709+math.sin((query.anim_time)*180)*1"] + }, + "Left_Leg": { + "rotation": [82.5, 0, 0], + "position": [0, -1.75, -1] + }, + "Left_Foot": { + "rotation": [87.5, 0, 0] + }, + "Right_Leg": { + "rotation": [82.5, 0, 0], + "position": [0, -1.75, -1] + }, + "Right_Foot": { + "rotation": [87.5, 0, 0] + }, + "Right_EyesSleep": { + "position": [-1, 0, 0] + }, + "Left_EyesSleep": { + "position": [1, 0, 0] + } + } + }, + "animation.axew.faint": { + "animation_length": 3, + "bones": { + "Body": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": [60, 0, 0] + }, + "position": { + "0.0": [0, 0.25, -1.75], + "0.6667": { + "pre": [0, 1.25, -0.75], + "post": [0, 1.25, -0.75], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, -1.75, -4.75], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, -3.75, -5.75], + "lerp_mode": "catmullrom" + }, + "1.3333": [0, -3.5, -5.75], + "1.375": [0, -3.75, -5.75] + } + }, + "head": { + "rotation": { + "0.0": [-10, 0, 0], + "0.4167": [17.5, 0, 0], + "0.6667": [2.5, 0, 0], + "0.9583": [-42.5, 0, 0], + "1.5": [-25, 0, 0], + "1.5833": [-30, 0, 0], + "1.6667": [-22.5, 0, 0] + }, + "position": [0, 0, 0] + }, + "Tail_1": { + "rotation": { + "0.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": [-57.5, 0, 0] + }, + "position": [0, -0.25, 0] + }, + "Tail_2": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": [-5, 0, 0] + } + }, + "Tail_3": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": [2.5, 0, 0] + } + }, + "Left_Arm": { + "rotation": { + "0.0": { + "post": [16.9179, 54.9456, 15.10255], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [45.23631, 38.70904, 52.91096], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-24.52174, 36.73351, -33.95503], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-56.40646, 24.75816, -55.15637], + "lerp_mode": "catmullrom" + }, + "1.4167": [-63.68742, 50.03437, -43.58213] + }, + "position": [0.25, -0.25, 0] + }, + "Left_Thumb": { + "rotation": [0, 15, 0] + }, + "Left_MiddleFinger": { + "rotation": [0, 0, -30] + }, + "Left_Pinky": { + "rotation": [-2.16857, -0.09836, -31.23823] + }, + "Right_Arm": { + "rotation": { + "0.0": { + "post": [16.9179, -54.9456, -15.1025], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [45.23631, -38.70904, -52.91091], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-22.1908, -37.69108, 31.17133], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-54.88348, -26.33127, 53.1257], + "lerp_mode": "catmullrom" + }, + "1.4167": [-63.68742, -50.03437, 43.58213] + }, + "position": [-0.5, -0.25, 0] + }, + "Right_Thumb": { + "rotation": [0, 0, -7.5] + }, + "Right_MiddleFinger": { + "rotation": [0, 0, 27.5] + }, + "Right_Pinky": { + "rotation": [0, 0, 20] + }, + "Left_Leg": { + "rotation": { + "0.0": [0, -22.5, 0], + "0.6667": [15, -22.5, 0], + "1.2917": [152.5, -22.5, 0] + }, + "position": { + "0.0": { + "post": [-0.5, 0, -0.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-0.5, 0.25, -1], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-0.5, -1.59, -1.53], + "lerp_mode": "catmullrom" + }, + "1.2917": [-0.5, -2.25, -1] + } + }, + "Right_Leg": { + "rotation": { + "0.0": [0, 22.5, 0], + "0.6667": [15, 22.5, 0], + "1.2917": [152.5, 22.5, 0] + }, + "position": { + "0.0": { + "post": [0.5, 0, -0.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0.5, 0.25, -1], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0.5, -1.59, -1.53], + "lerp_mode": "catmullrom" + }, + "1.2917": [0.5, -2.25, -1] + } + }, + "Left_EyesSleep": { + "position": { + "0.0": [0, 0, 0], + "0.2083": [0, 0, 0], + "0.25": [1, 0, 0] + } + }, + "Right_EyesSleep": { + "position": { + "0.0": [0, 0, 0], + "0.2083": [0, 0, 0], + "0.25": [-1, 0, 0] + } + }, + "Right_Foot": { + "rotation": [0, 0, 0] + } + } + }, + "animation.axew.recoil": { + "animation_length": 1.5, + "bones": { + "Body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [12.5, 0, 0], + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-2.9, 1.5, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-0.3, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "Left_EyeOpen": { + "position": [0, 0, 0] + }, + "Right_EyeOpen": { + "position": [0, 0, 0] + }, + "Left_EyesSleep": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [1, 0, 0], + "1.4583": [1, 0, 0], + "1.5": [0, 0, 0] + } + }, + "Right_EyesSleep": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [-1, 0, 0], + "1.4583": [-1, 0, 0], + "1.5": [0, 0, 0] + } + } + } + }, + "animation.axew.physical": { + "animation_length": 3, + "bones": { + "Body": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [15.69284, -16.88547, -4.6653], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [19.66189, -20.62861, -6.60328], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [2.84721, 12.06754, 3.28396], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [2.95487, 19.55796, 3.67819], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.25, -1.75], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0.25, -2.75], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, -3.25], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0.25, -1], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0.25, -1.75], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0.25, -1.75], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [10.17995, -12.39135, -1.6575], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-6.21697, 46.19776, 8.6908], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-16.21697, 46.19776, 8.6908], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail_1": { + "rotation": [-17.5, 0, 0], + "position": [0, -0.25, 0] + }, + "Tail_2": { + "rotation": [12.5, 0, 0] + }, + "Tail_3": { + "rotation": [15, 0, 0] + }, + "Left_Arm": { + "rotation": { + "0.0": { + "post": [16.9179, 54.9456, 15.10255], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [25.70265, 44.34445, 25.28415], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [43.4114, 63.17161, 46.86069], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [16.9179, 54.9456, 15.10255], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [16.9179, 54.9456, 15.10255], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.25, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0.25, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.25, -0.25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Thumb": { + "rotation": [0, 15, 0] + }, + "Left_MiddleFinger": { + "rotation": [0, 0, -30] + }, + "Left_Pinky": { + "rotation": [-2.16857, -0.09836, -31.23823] + }, + "Right_Arm": { + "rotation": { + "0.0": { + "post": [16.9179, -54.9456, -15.1025], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [36.70999, -62.87323, -39.02625], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [52.99411, -70.04358, -56.73201], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [6.34977, -44.28784, 0.16883], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [16.9179, -54.9456, -15.1025], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [16.9179, -54.9456, -15.1025], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.5, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-0.5, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.5, -0.25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Thumb": { + "rotation": [0, 0, -7.5] + }, + "Right_MiddleFinger": { + "rotation": [0, 0, 27.5] + }, + "Right_Pinky": { + "rotation": [0, 0, 20] + }, + "Left_Leg": { + "rotation": { + "0.0": [0, -22.5, 0], + "1.75": [17.5, -22.5, 0], + "2.4167": [0, -22.5, 0], + "3.0": [0, -22.5, 0] + }, + "position": { + "0.0": [-0.5, 0, -0.5], + "1.75": [-0.5, 0, -1.25], + "2.4167": [-0.5, 0, -0.5], + "3.0": [-0.5, 0, -0.5] + } + }, + "Right_Leg": { + "rotation": { + "0.0": [0, 22.5, 0], + "1.0417": [0, 22.5, 0], + "1.5": [-3.09472, 22.29711, -8.11003], + "1.8333": [-3.09472, 22.29711, -8.11003], + "2.5417": [0, 22.5, 0], + "3.0": [0, 22.5, 0] + }, + "position": { + "0.0": [0.5, 0, -0.5], + "0.5417": [0.5, 0.75, -2.06], + "1.0417": [0.5, 0, -2.5], + "1.5": [-0.25, 0.11, -1.39], + "1.8333": [-0.25, 0.11, -1.39], + "2.25": [0.19, 0.3, -0.87], + "2.5417": [0.5, 0, -0.5], + "3.0": [0.5, 0, -0.5] + } + }, + "Jaw": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Foot": { + "rotation": { + "0.0": [0, 0, 0], + "1.75": [-15, 0, 0], + "2.4167": [0, 0, 0], + "3.0": [0, 0, 0] + } + }, + "Right_Foot": { + "rotation": { + "0.0": [0, 0, 0], + "0.5417": [15, 0, 0], + "0.875": [-12.5, 0, 0], + "1.0417": [0, 0, 0], + "1.5": [11.30792, -0.98281, 4.9027], + "1.8333": [11.30792, -0.98281, 4.9027], + "2.25": [-2.8438, -0.40469, 2.01876], + "2.5417": [0, 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.5": [0, 0, -0.5], + "1.8333": [0, 0, -0.5], + "2.375": [0, 0, 0], + "3.0": [0, 0, 0] + } + } + } + }, + "animation.axew.special": { + "animation_length": 3, + "bones": { + "Body": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.25, -1.75], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -0.5, -3], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 2, -1], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0.25, -1.75], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0.25, -1.75], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail_1": { + "rotation": { + "0.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": [0, -0.25, 0] + }, + "Tail_2": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail_3": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Arm": { + "rotation": { + "0.0": { + "post": [16.9179, 54.9456, 15.10255], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [42.15319, 42.16551, 48.16131], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [48.94659, 33.20921, 59.21802], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-26.78406, 27.92579, -35.16825], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-26.78406, 27.92579, -35.16825], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-0.5821, 54.9456, 15.10255], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [16.9179, 54.9456, 15.10255], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.25, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0.25, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.25, -0.25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Thumb": { + "rotation": [0, 15, 0] + }, + "Left_MiddleFinger": { + "rotation": [0, 0, -30] + }, + "Left_Pinky": { + "rotation": [-2.16857, -0.09836, -31.23823] + }, + "Right_Arm": { + "rotation": { + "0.0": { + "post": [16.9179, -54.9456, -15.1025], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [42.15319, -42.16551, -48.16131], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [48.94659, -33.20921, -59.21802], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-26.78406, -27.92579, 35.16825], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-26.78406, -27.92579, 35.16825], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-0.5821, -54.9456, -15.1025], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [16.9179, -54.9456, -15.1025], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.5, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-0.5, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.5, -0.25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Thumb": { + "rotation": [0, 0, -7.5] + }, + "Right_MiddleFinger": { + "rotation": [0, 0, 27.5] + }, + "Right_Pinky": { + "rotation": [0, 0, 20] + }, + "Left_Leg": { + "rotation": { + "0.0": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [25, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [25, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [35, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [35, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.5, 0, -0.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-0.5, 0, -0.75], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-0.5, 0, -0.75], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-0.5, 0.75, -1], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-0.5, 0.75, -1], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-0.5, 0, -0.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.5, 0, -0.5], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Leg": { + "rotation": { + "0.0": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [25, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [25, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [35, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.5, 0, -0.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0.5, 0, -0.75], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0.5, 0, -0.75], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0.5, 0.75, -1], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0.5, 0, -0.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.5, 0, -0.5], + "lerp_mode": "catmullrom" + } + } + }, + "Jaw": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_EyesSleep": { + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.2917": [1, 0, 0], + "0.625": [1, 0, 0], + "0.6667": [0, 0, 0] + } + }, + "Right_EyesSleep": { + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.2917": [-1, 0, 0], + "0.625": [-1, 0, 0], + "0.6667": [0, 0, 0] + } + }, + "Left_Foot": { + "rotation": { + "0.0": [0, 0, 0], + "0.8333": [-25, 0, 0], + "1.0833": [-25, 0, 0], + "1.7917": [12.5, 0, 0], + "2.1667": [0, 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.8333": [0, 0.25, -0.75], + "1.0833": [0, 0.25, -0.75], + "1.25": [0, 0.25, -0.75], + "1.7917": [0, 0.25, -1], + "2.1667": [0, 0, 0], + "3.0": [0, 0, 0] + } + }, + "Right_Foot": { + "rotation": { + "0.0": [0, 0, 0], + "0.8333": [-25, 0, 0], + "1.0833": [-25, 0, 0], + "1.7917": [12.5, 0, 0], + "2.1667": [0, 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.8333": [0, 0.25, -0.75], + "1.0833": [0, 0.25, -0.75], + "1.25": [0, 0.25, -0.75], + "1.7917": [0, 0.25, -1], + "2.1667": [0, 0, 0], + "3.0": [0, 0, 0] + } + } + } + }, + "animation.axew.status": { + "animation_length": 3, + "bones": { + "Body": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.25, -1.75], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -0.5, -3], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 2, -1], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0.25, -1.75], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0.25, -1.75], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail_1": { + "rotation": { + "0.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": [0, -0.25, 0] + }, + "Tail_2": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail_3": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Arm": { + "rotation": { + "0.0": { + "post": [16.9179, 54.9456, 15.10255], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [42.15319, 42.16551, 48.16131], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [48.94659, 33.20921, 59.21802], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-26.78406, 27.92579, -35.16825], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-26.78406, 27.92579, -35.16825], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-0.5821, 54.9456, 15.10255], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [16.9179, 54.9456, 15.10255], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.25, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0.25, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.25, -0.25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Thumb": { + "rotation": [0, 15, 0] + }, + "Left_MiddleFinger": { + "rotation": [0, 0, -30] + }, + "Left_Pinky": { + "rotation": [-2.16857, -0.09836, -31.23823] + }, + "Right_Arm": { + "rotation": { + "0.0": { + "post": [16.9179, -54.9456, -15.1025], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [42.15319, -42.16551, -48.16131], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [48.94659, -33.20921, -59.21802], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-26.78406, -27.92579, 35.16825], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-26.78406, -27.92579, 35.16825], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-0.5821, -54.9456, -15.1025], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [16.9179, -54.9456, -15.1025], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.5, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-0.5, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.5, -0.25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Thumb": { + "rotation": [0, 0, -7.5] + }, + "Right_MiddleFinger": { + "rotation": [0, 0, 27.5] + }, + "Right_Pinky": { + "rotation": [0, 0, 20] + }, + "Left_Leg": { + "rotation": { + "0.0": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [25, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [25, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [35, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [35, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.5, 0, -0.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-0.5, 0, -0.75], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-0.5, 0, -0.75], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-0.5, 0.75, -1], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-0.5, 0.75, -1], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-0.5, 0, -0.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.5, 0, -0.5], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Leg": { + "rotation": { + "0.0": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [25, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [25, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [35, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.5, 0, -0.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0.5, 0, -0.75], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0.5, 0, -0.75], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0.5, 0.75, -1], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0.5, 0, -0.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.5, 0, -0.5], + "lerp_mode": "catmullrom" + } + } + }, + "Jaw": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_EyesSleep": { + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.2917": [1, 0, 0], + "0.625": [1, 0, 0], + "0.6667": [0, 0, 0] + } + }, + "Right_EyesSleep": { + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.2917": [-1, 0, 0], + "0.625": [-1, 0, 0], + "0.6667": [0, 0, 0] + } + }, + "Left_Foot": { + "rotation": { + "0.0": [0, 0, 0], + "0.8333": [-25, 0, 0], + "1.0833": [-25, 0, 0], + "1.7917": [12.5, 0, 0], + "2.1667": [0, 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.8333": [0, 0.25, -0.75], + "1.0833": [0, 0.25, -0.75], + "1.25": [0, 0.25, -0.75], + "1.7917": [0, 0.25, -1], + "2.1667": [0, 0, 0], + "3.0": [0, 0, 0] + } + }, + "Right_Foot": { + "rotation": { + "0.0": [0, 0, 0], + "0.8333": [-25, 0, 0], + "1.0833": [-25, 0, 0], + "1.7917": [12.5, 0, 0], + "2.1667": [0, 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.8333": [0, 0.25, -0.75], + "1.0833": [0, 0.25, -0.75], + "1.25": [0, 0.25, -0.75], + "1.7917": [0, 0.25, -1], + "2.1667": [0, 0, 0], + "3.0": [0, 0, 0] + } + } + } + }, + "animation.axew.shoulder_left": { + "loop": true, + "bones": { + "Body": { + "rotation": [14.94548, -1.29256, 4.83045], + "position": [2, -4.25, 1.25] + }, + "head": { + "rotation": ["-9.6014-math.sin((query.anim_time-0.2)*100)*1.5", 7.67341, "1.8732-math.sin((query.anim_time)*100)*1.5"], + "position": [0, 0, 0] + }, + "Tail_1": { + "rotation": ["-35-math.sin((query.anim_time-0.2)*100)*1.5", 0, 0], + "position": [0, -0.25, 0] + }, + "Tail_2": { + "rotation": ["12.5-math.sin((query.anim_time-0.2)*100)*1.5", 0, 0] + }, + "Tail_3": { + "rotation": ["15-math.sin((query.anim_time-0.2)*100)*1.5", 0, 0] + }, + "Left_Arm": { + "rotation": [70.12882, 58.47213, 110.18331], + "position": [0.25, -0.25, 0] + }, + "Left_Thumb": { + "rotation": [0, 15, 0] + }, + "Left_MiddleFinger": { + "rotation": [0, 0, -5] + }, + "Left_Pinky": { + "rotation": [-1.92742, 0.99889, -1.2569] + }, + "Right_Arm": { + "rotation": [63.71261, -64.18032, -80.63372], + "position": [-0.5, -0.25, 0] + }, + "Right_Thumb": { + "rotation": [0, 0, -7.5] + }, + "Right_MiddleFinger": { + "rotation": [0, 0, 5] + }, + "Right_Pinky": { + "rotation": [0.21865, 4.99523, 5.00954] + }, + "Left_Leg": { + "rotation": [22.5, -22.5, 0], + "position": [1, -5, 2.5] + }, + "Right_Leg": { + "rotation": [31.35394, 16.33656, 11.54056], + "position": [2.5, -4.5, 2.25] + }, + "Left_Foot": { + "rotation": [25, 0, 0] + }, + "Right_Foot": { + "rotation": [22.5, 0, 0] + } + } + }, + "animation.axew.shoulder_right": { + "loop": true, + "bones": { + "Body": { + "rotation": [14.94548, 1.29256, -4.83045], + "position": [-2, -4.25, 1.25] + }, + "head": { + "rotation": ["-9.6014+math.sin((query.anim_time-0.2)*100)*1.5", 7.67341, "1.8732-math.sin((query.anim_time)*100)*1.5"], + "position": [0, 0, 0] + }, + "Tail_1": { + "rotation": ["-35-math.sin((query.anim_time-0.2)*100)*1.5", 0, 0], + "position": [0, -0.25, 0] + }, + "Tail_2": { + "rotation": ["12.5-math.sin((query.anim_time-0.2)*100)*1.5", 0, 0] + }, + "Tail_3": { + "rotation": ["15-math.sin((query.anim_time-0.2)*100)*1.5", 0, 0] + }, + "Left_Arm": { + "rotation": [70.12882, 58.47213, 110.18331], + "position": [0.25, -0.25, 0] + }, + "Left_Thumb": { + "rotation": [0, 15, 0] + }, + "Left_MiddleFinger": { + "rotation": [0, 0, -5] + }, + "Left_Pinky": { + "rotation": [-1.92742, 0.99889, -1.2569] + }, + "Right_Arm": { + "rotation": [63.71261, -64.18032, -80.63372], + "position": [-0.5, -0.25, 0] + }, + "Right_Thumb": { + "rotation": [0, 0, -7.5] + }, + "Right_MiddleFinger": { + "rotation": [0, 0, 5] + }, + "Right_Pinky": { + "rotation": [0.21865, 4.99523, 5.00954] + }, + "Left_Leg": { + "rotation": [31.35394, -16.33656, -11.54056], + "position": [-2.5, -4.5, 2.25] + }, + "Right_Leg": { + "rotation": [22.5, 22.5, 0], + "position": [-1, -5, 2.5] + }, + "Left_Foot": { + "rotation": [22.5, 0, 0] + }, + "Right_Foot": { + "rotation": [25, 0, 0] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/azumarill/azumarill.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/azumarill/azumarill.animation.json new file mode 100644 index 0000000..4da20f8 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/azumarill/azumarill.animation.json @@ -0,0 +1,959 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.azumarill.ground_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "bone": { + "rotation": { + "0.0": { + "post": [-2.5, 2.5, -5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, -2.5, 5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-2.5, 2.5, -5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.5, -2.5, 5], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-2.5, 2.5, -5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftArm": { + "rotation": { + "0.0": { + "post": [-3.33, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-5, 0, -30], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, -30], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-5, 0, -30], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [-5, 0, -30], + "lerp_mode": "catmullrom" + }, + "3.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-3.33, 0, -20], + "lerp_mode": "catmullrom" + } + } + }, + "rightArm": { + "rotation": { + "0.0": { + "post": [-3.33, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-5, 0, 30], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 30], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-5, 0, 30], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [-5, 0, 30], + "lerp_mode": "catmullrom" + }, + "3.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-3.33, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "leftEar": { + "rotation": { + "0.0": { + "post": [0.36, 0.03, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-2.5, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0833": { + "post": [-2.5, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "3.5833": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0.36, 0.03, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightEar": { + "rotation": { + "0.0": { + "post": [-4.04, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0833": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5833": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-4.04, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [-2.33, 5, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [3, -15, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [3, 15, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [3, -15, 0], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.6667": { + "post": [3, 15, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-2.33, 5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftFoot": { + "rotation": { + "0.0": { + "post": [8.77058, -0.98496, 0.62572], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [8.77058, -0.98496, 0.62572], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [8.77058, -0.98496, 0.62572], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.6, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0.3, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0.6, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0.3, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0.6, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightFoot": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [8.77058, 0.98496, -0.62572], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [8.77058, 0.98496, -0.62572], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.3, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0.6, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0.3, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0.6, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0.3, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [20, 10, 5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [20, -10, -5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [20, 10, 5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [20, -10, -5], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [20, 10, 5], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.azumarill.ground_walk": { + "loop": true, + "animation_length": 2, + "bones": { + "bone": { + "rotation": { + "0.0": { + "post": [0, 5, -2.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -5, 2.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 5, -2.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -5, 2.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 5, -2.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0.17, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0.13, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0.13, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0.13, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftEar": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightEar": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftArm": { + "rotation": { + "0.0": { + "post": [0, 30, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-5, 10, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 30, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-5, 10, -15], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 30, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightArm": { + "rotation": { + "0.0": { + "post": [0, 30, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-5, 10, 15], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 30, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-5, 10, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 30, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [0, 2.5, 1.31], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 2.5, -10.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 2.5, 10.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 2.5, -10.5], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 2.5, 10.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 2.5, 1.31], + "lerp_mode": "catmullrom" + } + } + }, + "leftFoot": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [5.5, 0, 1.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [5.5, 0, 1.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.8, 3], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0.5, -0.25], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0.8, 3], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0.5, -0.25], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0.8, 3], + "lerp_mode": "catmullrom" + } + } + }, + "rightFoot": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [5.5, 0, 1.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [5.5, 0, 1.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0.8, 3], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0.5, -0.25], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0.8, 3], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0.5, -0.25], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.azumarill.faint": { + "loop": true + }, + "animation.azumarill.blink": { + "animation_length": 0.625, + "bones": { + "eye1": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + }, + "eye2": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/azurill/azurill.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/azurill/azurill.animation.json new file mode 100644 index 0000000..f6a48d3 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/azurill/azurill.animation.json @@ -0,0 +1,585 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.azurill.ground_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0.03421, 0.13722], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0.03421, 0.13722], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightEar": { + "rotation": { + "0.0": { + "post": [0.31, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.31, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftEar": { + "rotation": { + "0.0": { + "post": [0.31, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.31, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightFoot": { + "rotation": { + "0.0": { + "post": [-0.78, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-0.78, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftFoot": { + "rotation": { + "0.0": { + "post": [-0.78, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-0.78, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.azurill.ground_walk": { + "loop": true, + "animation_length": 2, + "bones": { + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0.03421, 0.13722], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0.03421, 0.13722], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightEar": { + "rotation": { + "0.0": { + "post": [0.63, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.63, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftEar": { + "rotation": { + "0.0": { + "post": [0.63, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.63, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightFoot": { + "rotation": { + "0.0": { + "post": [-1.87, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-1.87, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftFoot": { + "rotation": { + "0.0": { + "post": [-1.87, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-1.87, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tailball": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 3, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 3, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.azurill.blink": { + "animation_length": 0.625, + "bones": { + "RightEye": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + }, + "LeftEye": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + } + } + }, + "animation.azurill.faint": { + "loop": "hold_on_last_frame" + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/banette/banette.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/banette/banette.animation.json new file mode 100644 index 0000000..e5d5e8e --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/banette/banette.animation.json @@ -0,0 +1,263 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.banette.pose": { + "loop": "hold_on_last_frame", + "bones": { + "hair2": { + "rotation": [-31.0319, -5.63464, -1.36257], + "position": [0.45568, 0.76917, -0.91483] + }, + "hair3": { + "rotation": [45, 0, 0] + }, + "hair4": { + "rotation": [-75, 0, 0] + }, + "hair5": { + "rotation": [0, 50, 0], + "position": [-0.85, 0, -0.75] + }, + "hair6": { + "rotation": [0, -90, 0], + "position": [0.5, 0, -1] + }, + "hair7": { + "rotation": [0, 80, 0], + "position": [-0.6, 0, -0.5] + }, + "arm_right": { + "rotation": [0, 60, 0], + "position": [-1.5, 0, 0] + }, + "arm_right2": { + "rotation": [0, 0, 70] + }, + "arm_left": { + "rotation": [0, -60, 0], + "position": [1.5, 0, 0] + }, + "arm_left2": { + "rotation": [0, 0, -70] + }, + "hair8": { + "rotation": [-27.5, 35, -12.5], + "position": [1, 0, -2] + }, + "head": { + "rotation": [0, 0, 0] + } + } + }, + "animation.banette.ground_idle": { + "loop": true, + "bones": { + "hair2": { + "rotation": ["-31.0319+math.sin(q.anim_time*90*4-30)*5", -5.6346, -1.36257], + "position": [0.45568, 0.76917, -0.91483] + }, + "hair3": { + "rotation": ["45+math.sin(q.anim_time*90*4-60)*2.5", 0, 0] + }, + "hair4": { + "rotation": ["-75+math.sin(q.anim_time*90*4-30)*2.5", 0, 0] + }, + "hair5": { + "rotation": ["0+math.sin(q.anim_time*90*4-0)*2.5", 50, 0], + "position": [-0.85, 0, -0.75] + }, + "hair6": { + "rotation": ["0+math.sin(q.anim_time*90*4+30)*2.5", -90, 0], + "position": [0.5, 0, -1] + }, + "hair7": { + "rotation": ["0+math.sin(q.anim_time*90*4+60)*5", 80, 0], + "position": [-0.6, 0, -0.5] + }, + "arm_right": { + "rotation": [0, 60, "0-math.sin(q.anim_time*90*4-60)*10"], + "position": [-1.5, 0, 0] + }, + "arm_right2": { + "rotation": ["0-math.sin(q.anim_time*90*4+15)*10", "0+math.sin(q.anim_time*90*4+60)*10", 70] + }, + "arm_left": { + "rotation": [0, "-60+math.sin(q.anim_time*90*4+35)*5", "0+math.sin(q.anim_time*90*2+15)*5"], + "position": [1.5, 0, 0] + }, + "arm_left2": { + "rotation": ["0-math.sin(q.anim_time*90*4+15)*10", "0+math.sin(q.anim_time*90*4+60)*10", "-70+math.sin(q.anim_time*90*4+30)*2.5"] + }, + "hair8": { + "rotation": [-27.5, "35-math.sin(q.anim_time*90*2+230)*10", -12.5], + "position": [1, 0, -2] + }, + "head": { + "rotation": ["0+math.sin(q.anim_time*90*4)*7.5", "0-math.sin(q.anim_time*90*2)*5", "0+math.sin(q.anim_time*90*2)*7.5"], + "position": [0, -0.25, 0] + }, + "torso": { + "rotation": ["0-math.sin(q.anim_time*90*4-60)*2", "0-math.sin(q.anim_time*90*2-60)*5", "0-math.sin(q.anim_time*90*2-60)*2"] + }, + "tail": { + "rotation": ["0+math.sin(q.anim_time*90*4+60)*10", "0+math.sin(q.anim_time*90*2+30)*15", 0] + }, + "leg_right": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2-30)*1"] + }, + "leg_left": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2-30)*1"] + } + } + }, + "animation.banette.ground_walk": { + "loop": true, + "bones": { + "hair2": { + "rotation": ["-31.0319+math.sin(q.anim_time*90*4-30)*5", -5.6346, -1.36257], + "position": [0.45568, 0.76917, -0.91483] + }, + "hair3": { + "rotation": ["45+math.sin(q.anim_time*90*4-60)*2.5", 0, 0] + }, + "hair4": { + "rotation": ["-75+math.sin(q.anim_time*90*4-30)*2.5", 0, 0] + }, + "hair5": { + "rotation": ["0+math.sin(q.anim_time*90*4-0)*2.5", 50, 0], + "position": [-0.85, 0, -0.75] + }, + "hair6": { + "rotation": ["0+math.sin(q.anim_time*90*4+30)*2.5", -90, 0], + "position": [0.5, 0, -1] + }, + "hair7": { + "rotation": ["0+math.sin(q.anim_time*90*4+60)*5", 80, 0], + "position": [-0.6, 0, -0.5] + }, + "arm_right": { + "rotation": [0, 60, "0-math.sin(q.anim_time*90*4-60)*10"], + "position": [-1.5, 0, 0] + }, + "arm_right2": { + "rotation": ["0-math.sin(q.anim_time*90*4+15)*10", "0+math.sin(q.anim_time*90*4+60)*10", 70] + }, + "arm_left": { + "rotation": [0, "-60+math.sin(q.anim_time*90*4+35)*5", "0+math.sin(q.anim_time*90*2+15)*5"], + "position": [1.5, 0, 0] + }, + "arm_left2": { + "rotation": ["0-math.sin(q.anim_time*90*4+15)*10", "0+math.sin(q.anim_time*90*4+60)*10", "-70+math.sin(q.anim_time*90*4+30)*2.5"] + }, + "hair8": { + "rotation": [-27.5, "35-math.sin(q.anim_time*90*2+230)*10", -12.5], + "position": [1, 0, -2] + }, + "head": { + "rotation": ["0+math.sin(q.anim_time*90*4)*7.5", "0-math.sin(q.anim_time*90*2)*5", "0+math.sin(q.anim_time*90*2)*7.5"], + "position": [0, -0.25, 0] + }, + "torso": { + "rotation": ["7.5-math.sin(q.anim_time*90*4-60)*2", "-math.sin(q.anim_time*90*2-60)*5", "-math.sin(q.anim_time*90*2-60)*2"], + "position": [0, 0, -0.25] + }, + "tail": { + "rotation": ["0+math.sin(q.anim_time*90*4+60)*10", "0+math.sin(q.anim_time*90*2+30)*15", 0] + }, + "leg_right": { + "rotation": ["0-math.sin(q.anim_time*90*4)*10", 0, "0-math.sin(q.anim_time*90*2-30)*1"], + "position": [0, "0+math.clamp(math.sin(q.anim_time*90*4+60)*0.5, -0.2, 0.5)", "0-math.sin(q.anim_time*90*4)*0.75"] + }, + "leg_left": { + "rotation": ["0+math.sin(q.anim_time*90*4)*10", 0, "0-math.sin(q.anim_time*90*2-30)*1"], + "position": [0, "0-math.clamp(math.sin(q.anim_time*90*4+60)*0.5, -0.5, 0.2)", "0+math.sin(q.anim_time*90*4)*0.75"] + } + } + }, + "animation.banette.sleep": { + "loop": true, + "bones": { + "hair2": { + "rotation": [-31.0319, -5.63464, -1.36257], + "position": [0.45568, 0.76917, -0.91483] + }, + "hair3": { + "rotation": ["45-math.sin(q.anim_time*90*1+60)*2", 0, 0] + }, + "hair4": { + "rotation": ["-75-math.sin(q.anim_time*90*1+90)*2.5", 0, 0] + }, + "hair5": { + "rotation": ["0-math.sin(q.anim_time*90*1+90)*2.5", 50, 0], + "position": [-0.85, 0, -0.75] + }, + "hair6": { + "rotation": ["0-math.sin(q.anim_time*90*1+90)*2.5", -90, 0], + "position": [0.5, 0, -1] + }, + "hair7": { + "rotation": ["0-math.sin(q.anim_time*90*1+90)*3", 80, 0], + "position": [-0.6, 0, -0.5] + }, + "arm_right": { + "rotation": [0, 60, "0-math.sin(q.anim_time*90*1+60)*1.5"], + "position": [-1.5, 0, 0] + }, + "arm_right2": { + "rotation": [0, 0, "70-math.sin(q.anim_time*90*2+90)*1.5"] + }, + "arm_left": { + "rotation": [0, -60, "0+math.sin(q.anim_time*90*1+60)*1.5"], + "position": [1.5, 0, 0] + }, + "arm_left2": { + "rotation": [0, 0, "-70-math.sin(q.anim_time*90*2+60)*1.5"] + }, + "hair8": { + "rotation": ["-60-math.sin(q.anim_time*90*1+30)*1.5", 35, -12.5], + "position": [1, 0, -2] + }, + "head": { + "rotation": ["5-math.sin(q.anim_time*90*1+30)*1.5", 0, 0] + }, + "torso": { + "rotation": ["17.5-math.sin(q.anim_time*90*1)*1", 0, 0], + "position": [0, -0.5, -1] + }, + "neck": { + "rotation": [12.5, 0, 0], + "position": [0, -0.25, 0] + }, + "eyelid_right": { + "position": [0, 0, -0.0875] + }, + "eyelid_left": { + "position": [0, 0, -0.0875] + }, + "tail": { + "rotation": ["-40+math.sin(q.anim_time*90*2+60)*2", 0, 0], + "position": [0, 0, -0.25] + } + } + }, + "animation.banette.blink": { + "animation_length": 0.16667, + "bones": { + "eyelid_right": { + "position": { + "0.0": [0, 0, -0.0875], + "0.125": [0, 0, -0.0875], + "0.1667": [0, 0, 0] + } + }, + "eyelid_left": { + "position": { + "0.0": [0, 0, -0.0875], + "0.125": [0, 0, -0.0875], + "0.1667": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/barbaracle/barbaracle.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/barbaracle/barbaracle.animation.json new file mode 100644 index 0000000..23babe2 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/barbaracle/barbaracle.animation.json @@ -0,0 +1,4446 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.barbaracle.pose": { + "loop": true, + "bones": { + "torso": { + "rotation": [12.5, 0, 0] + }, + "bone2": { + "rotation": [15, 0, 0] + }, + "bone21": { + "rotation": [0, 0, 10] + }, + "bone22": { + "rotation": [0, 0, 12.5] + }, + "bone23": { + "rotation": [0, 0, 17.5] + }, + "bone24": { + "rotation": [0, 0, 12.5] + }, + "bone25": { + "rotation": [0, 0, 17.5] + }, + "bone26": { + "rotation": [0, 0, 15] + }, + "bone27": { + "rotation": [0, 0, 20] + }, + "bone28": { + "rotation": [0, 0, 17.5] + }, + "bone29": { + "rotation": [0, 0, 17.5] + }, + "arm_left": { + "rotation": [-33.73499, 9.93191, 14.48174] + }, + "bone3": { + "rotation": [0, 50, 0] + }, + "bone5": { + "rotation": [0, 0, 7.5] + }, + "bone6": { + "rotation": [0, 0, 15] + }, + "bone7": { + "rotation": [0, 0, 20] + }, + "bone8": { + "rotation": [0, 0, 22.5] + }, + "bone11": { + "rotation": [0, 15, 15] + }, + "bone12": { + "rotation": [0, 0, 25] + }, + "bone9": { + "rotation": [1.3378, -14.94159, 14.82456] + }, + "bone10": { + "rotation": [0, 0, 30] + }, + "head": { + "rotation": [-7.5, 0, 0] + }, + "arm_right": { + "rotation": [-22.19157, -3.81024, -14.25249] + }, + "bone4": { + "rotation": [0, -62.5, 0] + }, + "bone14": { + "rotation": [0, -15, 0] + }, + "bone15": { + "rotation": [0, 0, -22.5] + }, + "bone17": { + "rotation": [0, 0, -15] + }, + "bone18": { + "rotation": [0, 0, -12.5] + }, + "bone19": { + "rotation": [0, 12.5, 0] + }, + "bone20": { + "rotation": [0, 0, -25] + }, + "bone30": { + "rotation": [0, 0, -10] + }, + "bone31": { + "rotation": [0, 0, -12.5] + }, + "bone32": { + "rotation": [0, 0, -10] + }, + "bone33": { + "rotation": [0, 0, -20] + }, + "bone34": { + "rotation": [0, 0, -12.5] + }, + "bone35": { + "rotation": [0, 0, -15] + }, + "bone36": { + "rotation": [0, 0, -17.5] + }, + "bone37": { + "rotation": [0, 0, -10] + }, + "bone38": { + "rotation": [0, 0, -20] + }, + "bone45": { + "position": [0, 0.25, 0], + "scale": { + "0.0": { + "post": [0.4, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone46": { + "position": [0, 0.25, 0], + "scale": [0.4, 1, 1] + } + } + }, + "animation.barbaracle.ground_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "torso": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone21": { + "rotation": { + "0.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 20.56], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "rotation": { + "0.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone26": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + } + }, + "bone27": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone25": { + "rotation": { + "0.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone28": { + "rotation": { + "0.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone29": { + "rotation": { + "0.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone30": { + "rotation": { + "0.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -22.41], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "bone31": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone32": { + "rotation": { + "0.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "bone33": { + "rotation": { + "0.0": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + } + } + }, + "bone34": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone35": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "bone36": { + "rotation": { + "0.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone37": { + "rotation": { + "0.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "bone38": { + "rotation": { + "0.0": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [-33.73499, 9.93191, 14.48174], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-32.39936, 14.02846, 20.9057], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-33.73499, 9.93191, 14.48174], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-8.84179, 49.41933, -11.57495], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [15.02344, 48.15766, 19.80904], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [0, 15, 15], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 15, 15], + "lerp_mode": "catmullrom" + } + } + }, + "bone12": { + "rotation": { + "0.0": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [1.3378, -14.94159, 14.82456], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [1.3378, -14.94159, 14.82456], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [-22.19157, -3.81024, -14.25249], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-21.26765, -7.52076, -23.58597], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-22.19157, -3.81024, -14.25249], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [0, -62.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-14.07606, -61.57276, 15.91377], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [19.29617, -60.51662, -21.90623], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -62.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "rotation": { + "0.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone19": { + "rotation": { + "0.0": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone20": { + "rotation": { + "0.0": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone46": { + "position": { + "0.0": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [0.4, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.4, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone45": { + "position": { + "0.0": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [0.4, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.4, 1, 1], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.barbaracle.special": { + "animation_length": 1.4167, + "bones": { + "torso": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-29.82542, 6.92618, 15.38419], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-16.00378, -16.32772, -5.521], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone21": { + "rotation": { + "0.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "rotation": { + "0.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone26": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + } + }, + "bone27": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone25": { + "rotation": { + "0.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone28": { + "rotation": { + "0.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone29": { + "rotation": { + "0.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-24.17841, -13.27207, -7.05309], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-13.70683, 11.85276, 11.34112], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone30": { + "rotation": { + "0.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "bone31": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone32": { + "rotation": { + "0.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "bone33": { + "rotation": { + "0.0": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + } + } + }, + "bone34": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone35": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "bone36": { + "rotation": { + "0.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone37": { + "rotation": { + "0.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "bone38": { + "rotation": { + "0.0": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [-33.73499, 9.93191, 14.48174], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-29.07634, 55.26413, -8.20319], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-36.53318, -23.2295, 37.3408], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-34.15675, -13.01774, 29.7416], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-33.73499, 9.93191, 14.48174], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 72.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 70, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 55, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [0, 15, 15], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 15, 15], + "lerp_mode": "catmullrom" + } + } + }, + "bone12": { + "rotation": { + "0.0": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [1.3378, -14.94159, 14.82456], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [1.3378, -14.94159, 14.82456], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [-22.19157, -3.81024, -14.25249], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-26.27438, -59.92877, 28.83879], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-25.3657, 28.39067, -28.50887], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-22.92961, 14.68713, -21.92705], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-22.19157, -3.81024, -14.25249], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [0, -62.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, -65, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, -50, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, -62.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "rotation": { + "0.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone19": { + "rotation": { + "0.0": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone20": { + "rotation": { + "0.0": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone46": { + "position": { + "0.0": [0, 0.25, 0], + "0.25": { + "pre": [0, 0.25, 0], + "post": [0, -0.25, 0] + }, + "0.5": { + "pre": [0, -0.25, 0], + "post": [0, 0.25, 0] + }, + "1.4167": { + "pre": [0, 0.25, 0], + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": [0.4, 1, 1], + "0.25": { + "pre": [0.4, 1, 1], + "post": [1, 0.2, 1] + }, + "0.5": { + "pre": [1, 0.2, 1], + "post": [0.4, 1, 1] + }, + "1.4167": { + "pre": [0.4, 1, 1], + "post": [0.4, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone45": { + "position": { + "0.0": [0, 0.25, 0], + "0.25": { + "pre": [0, 0.25, 0], + "post": [0, -0.25, 0] + }, + "0.5": { + "pre": [0, -0.25, 0], + "post": [0, 0.25, 0] + }, + "1.4167": { + "pre": [0, 0.25, 0], + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": [0.4, 1, 1], + "0.25": { + "pre": [0.4, 1, 1], + "post": [1, 0.2, 1] + }, + "0.5": { + "pre": [1, 0.2, 1], + "post": [0.4, 1, 1] + }, + "1.4167": { + "pre": [0.4, 1, 1], + "post": [0.4, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [7.76262, 30.7406, -0.01574], + "lerp_mode": "catmullrom" + }, + "0.5417": [28.13638, 0.36542, 20.24233], + "1.0417": [28.13638, 0.36542, 20.24233], + "1.25": { + "pre": [4.98743, 6.12409, -2.0158], + "post": [4.98743, 6.12409, -2.0158], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left_lower": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15.73], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone44": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": [-7.52832, -4.95712, -16.84574], + "1.0417": [-7.52832, -4.95712, -16.84574], + "1.25": { + "pre": [-3.56373, -1.54004, 2.73156], + "post": [-3.56373, -1.54004, 2.73156], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone48": { + "position": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [0, 0, 0], + "post": [-0.75, 0, 0] + }, + "0.5": { + "pre": [-0.75, 0, 0], + "post": [0, 0, 0] + } + }, + "scale": { + "0.0": [1, 1, 1], + "0.25": { + "pre": [1, 1, 1], + "post": [0.2, 1, 1.4] + }, + "0.5": { + "pre": [0.2, 1, 1.4], + "post": [1, 1, 1] + } + } + }, + "bone49": { + "position": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [0, 0, 0], + "post": [-0.75, 0, 0] + }, + "0.5": { + "pre": [-0.75, 0, 0], + "post": [0, 0, 0] + } + }, + "scale": { + "0.0": [1, 1, 1], + "0.25": { + "pre": [1, 1, 1], + "post": [0.2, 1, 1.4] + }, + "0.5": { + "pre": [0.2, 1, 1.4], + "post": [1, 1, 1] + } + } + }, + "bone50": { + "position": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [0, 0, 0], + "post": [0.75, 0, 0] + }, + "0.5": { + "pre": [0.75, 0, 0], + "post": [0, 0, 0] + } + }, + "scale": { + "0.0": [1, 1, 1], + "0.25": { + "pre": [1, 1, 1], + "post": [0.2, 1, 1.4] + }, + "0.5": { + "pre": [0.2, 1, 1.4], + "post": [1, 1, 1] + } + } + }, + "bone51": { + "position": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [0, 0, 0], + "post": [0.75, 0, 0] + }, + "0.5": { + "pre": [0.75, 0, 0], + "post": [0, 0, 0] + } + }, + "scale": { + "0.0": [1, 1, 1], + "0.25": { + "pre": [1, 1, 1], + "post": [0.2, 1, 1.4] + }, + "0.5": { + "pre": [0.2, 1, 1.4], + "post": [1, 1, 1] + } + } + } + } + }, + "animation.barbaracle.physical": { + "animation_length": 1.9977, + "bones": { + "body": { + "position": { + "0.0": [0, 0, 0], + "0.3425": [0, 0, 0], + "0.6849": [0, 3.75, -3.825], + "1.0274": [0, -0.25, -6.58], + "1.4269": [0, -0.25, -6.58], + "1.9977": [0, 0, 0] + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3425": { + "post": [13.27463, -19.50645, -4.50432], + "lerp_mode": "catmullrom" + }, + "0.6849": { + "post": [14.23453, -4.35886, -13.92869], + "lerp_mode": "catmullrom" + }, + "1.0274": { + "post": [24.25935, 8.40869, 18.35308], + "lerp_mode": "catmullrom" + }, + "1.4269": { + "post": [12.60443, 7.32123, 1.63219], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3425": { + "post": [0, 0, 1.25], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3425": { + "post": [16.17354, -21.69365, -6.1191], + "lerp_mode": "catmullrom" + }, + "0.6849": { + "post": [18.18107, -6.98215, -20.27062], + "lerp_mode": "catmullrom" + }, + "1.0274": { + "post": [32.58448, 35.07995, 19.46667], + "lerp_mode": "catmullrom" + }, + "1.4269": { + "post": [17.19212, 28.87909, 8.49878], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3425": { + "post": [-33.65641, 21.40584, 17.09999], + "lerp_mode": "catmullrom" + }, + "0.9703": { + "post": [-27.95629, -31.72741, -5.64885], + "lerp_mode": "catmullrom" + }, + "1.1986": { + "post": [-26.79835, 5.9585, 12.53902], + "lerp_mode": "catmullrom" + }, + "1.6553": { + "post": [-11.03414, -3.07021, -0.51363], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone21": { + "rotation": { + "0.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.3425": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "0.9703": { + "post": [0, 0, 1.94], + "lerp_mode": "catmullrom" + }, + "1.1986": { + "post": [0, 0, 38.96], + "lerp_mode": "catmullrom" + }, + "1.6553": { + "post": [0, 0, 29.29], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "rotation": { + "0.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.3128": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.6553": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone26": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + } + }, + "bone27": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone25": { + "rotation": { + "0.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone28": { + "rotation": { + "0.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone29": { + "rotation": { + "0.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3425": { + "post": [0.53397, -16.44158, -14.35272], + "lerp_mode": "catmullrom" + }, + "0.9703": { + "post": [0.23509, 11.31699, 19.3094], + "lerp_mode": "catmullrom" + }, + "1.2557": { + "post": [7.08392, -25.05235, -32.22105], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone30": { + "rotation": { + "0.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.3425": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "1.1986": { + "post": [0, 0, -36.93], + "lerp_mode": "catmullrom" + }, + "1.6553": { + "post": [0, 0, -9.05], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "bone31": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.3128": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.5982": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone32": { + "rotation": { + "0.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "bone33": { + "rotation": { + "0.0": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + } + } + }, + "bone34": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone35": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "bone36": { + "rotation": { + "0.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone37": { + "rotation": { + "0.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "bone38": { + "rotation": { + "0.0": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [-33.73499, 9.93191, 14.48174], + "lerp_mode": "catmullrom" + }, + "0.3425": { + "post": [-34.15675, -13.01774, 29.7416], + "lerp_mode": "catmullrom" + }, + "0.6849": { + "post": [-57.6371, 15.16472, -36.31223], + "lerp_mode": "catmullrom" + }, + "1.0274": { + "post": [-26.1205, 54.8719, 13.33105], + "lerp_mode": "catmullrom" + }, + "1.4269": { + "post": [-26.1205, 54.8719, 13.33105], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [-33.73499, 9.93191, 14.48174], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + }, + "0.3425": { + "post": [-54.80169, 80.63138, -60.90484], + "lerp_mode": "catmullrom" + }, + "0.6849": { + "post": [-11.69208, 48.97354, -15.33981], + "lerp_mode": "catmullrom" + }, + "1.0274": { + "post": [11.3123, 23.18361, 36.69448], + "lerp_mode": "catmullrom" + }, + "1.4269": { + "post": [-2.58406, 25.53703, 3.78115], + "lerp_mode": "catmullrom" + }, + "1.7123": { + "post": [-3.74163, 62.88579, -2.16986], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "0.6849": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.0274": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [0, 15, 15], + "lerp_mode": "catmullrom" + }, + "1.0274": { + "post": [3.96713, 14.47751, 30.50409], + "lerp_mode": "catmullrom" + }, + "1.4269": { + "post": [3.96713, 14.47751, 30.50409], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 15, 15], + "lerp_mode": "catmullrom" + } + } + }, + "bone12": { + "rotation": { + "0.0": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0274": { + "post": [0, 0, 37.5], + "lerp_mode": "catmullrom" + }, + "1.4269": { + "post": [0, 0, 37.5], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [1.3378, -14.94159, 14.82456], + "lerp_mode": "catmullrom" + }, + "1.0274": { + "post": [-5.23619, -14.0761, 40.6469], + "lerp_mode": "catmullrom" + }, + "1.4269": { + "post": [-5.23619, -14.0761, 40.6469], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [1.3378, -14.94159, 14.82456], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [-22.19157, -3.81024, -14.25249], + "lerp_mode": "catmullrom" + }, + "0.3425": { + "post": [-3.13908, -42.31125, 5.93313], + "lerp_mode": "catmullrom" + }, + "0.6849": { + "post": [-3.44257, 47.59439, 1.27554], + "lerp_mode": "catmullrom" + }, + "1.0274": { + "post": [-5.1651, 43.23684, 1.01204], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [-22.19157, -3.81024, -14.25249], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [0, -62.5, 0], + "lerp_mode": "catmullrom" + }, + "0.3425": { + "post": [0, -80, 0], + "lerp_mode": "catmullrom" + }, + "1.0274": { + "post": [0, -54.37, 0], + "lerp_mode": "catmullrom" + }, + "1.3699": { + "post": [0, -70.07, 0], + "lerp_mode": "catmullrom" + }, + "1.7123": { + "post": [0, -79.24, 0], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, -62.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "rotation": { + "0.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone19": { + "rotation": { + "0.0": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone20": { + "rotation": { + "0.0": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3425": { + "post": [-7.97532, 19.82169, -2.71994], + "lerp_mode": "catmullrom" + }, + "1.0274": { + "post": [-9.13039, -34.65749, 5.22206], + "lerp_mode": "catmullrom" + }, + "1.4269": { + "post": [-7.97532, -19.82169, 2.71994], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone46": { + "position": { + "0.0": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [0.4, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0.4, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone45": { + "position": { + "0.0": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [0.4, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0.4, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3425": { + "post": [11.1622, -0.70956, -7.0349], + "lerp_mode": "catmullrom" + }, + "0.6849": { + "post": [25.1784, 34.10289, -25.69926], + "lerp_mode": "catmullrom" + }, + "1.0274": { + "post": [10.02921, 43.57617, -21.2701], + "lerp_mode": "catmullrom" + }, + "1.4269": { + "post": [10.02921, 43.57617, -21.2701], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3425": { + "post": [0, 0, 0.75], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right_lower": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3425": { + "post": [0, 0, 13.75], + "lerp_mode": "catmullrom" + }, + "0.6849": { + "post": [0, 0, 28.75], + "lerp_mode": "catmullrom" + }, + "1.0274": { + "post": [0, 0, -3.75], + "lerp_mode": "catmullrom" + }, + "1.4269": { + "post": [0, 0, -3.75], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone39": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3425": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.6849": { + "post": [-12.5, 0, 13], + "lerp_mode": "catmullrom" + }, + "1.0274": { + "post": [-22.5, 0, 40.5], + "lerp_mode": "catmullrom" + }, + "1.4269": { + "post": [-22.5, 0, 40.5], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3425": { + "post": [-0.175, 1.375, 0], + "lerp_mode": "catmullrom" + }, + "0.6849": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone43": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0274": { + "post": [7.0525, -1.01437, 2.28175], + "lerp_mode": "catmullrom" + }, + "1.4269": { + "post": [7.0525, -1.01437, 2.28175], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3425": { + "post": [-5.50402, -22.7156, 5.63989], + "lerp_mode": "catmullrom" + }, + "0.6849": { + "post": [-11.64021, -5.98405, -5.24428], + "lerp_mode": "catmullrom" + }, + "1.0274": { + "post": [21.48459, 7.33499, 15.2974], + "lerp_mode": "catmullrom" + }, + "1.4269": { + "post": [21.48459, 7.33499, 15.2974], + "lerp_mode": "catmullrom" + }, + "1.7123": { + "post": [-11.33742, 14.40567, -21.92717], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3425": { + "post": [0, 0.75, 2], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left_lower": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3425": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "0.6849": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.0274": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4269": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7123": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone44": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3425": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "0.6849": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9977": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.barbaracle.ground_walk": { + "loop": true, + "animation_length": 2, + "bones": { + "body": { + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 2.75, 0], + "1.0": [0, 0.25, 0], + "1.5": [0, 2.75, 0], + "2.0": [0, 0, 0] + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [15.50409, -14.47751, -3.96713], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [15.01365, -2.41476, -0.64743], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [15.50409, 14.47751, 3.96713], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [15.01365, -2.41476, -0.64743], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [15.50409, -14.47751, -3.96713], + "lerp_mode": "catmullrom" + } + } + }, + "bone21": { + "rotation": [0, 0, 10] + }, + "bone22": { + "rotation": [0, 0, 12.5] + }, + "bone26": { + "rotation": [0, 0, 15] + }, + "bone27": { + "rotation": [0, 0, 20] + }, + "bone23": { + "rotation": [0, 0, 17.5] + }, + "bone24": { + "rotation": [0, 0, 12.5] + }, + "bone25": { + "rotation": [0, 0, 17.5] + }, + "bone28": { + "rotation": [0, 0, 17.5] + }, + "bone29": { + "rotation": [0, 0, 17.5] + }, + "bone30": { + "rotation": [0, 0, -10] + }, + "bone31": { + "rotation": [0, 0, -12.5] + }, + "bone32": { + "rotation": [0, 0, -10] + }, + "bone33": { + "rotation": [0, 0, -20] + }, + "bone34": { + "rotation": [0, 0, -12.5] + }, + "bone35": { + "rotation": [0, 0, -15] + }, + "bone36": { + "rotation": [0, 0, -17.5] + }, + "bone37": { + "rotation": [0, 0, -10] + }, + "bone38": { + "rotation": [0, 0, -20] + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0.07906, -17.13738, 32.67689], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0.07614, -7.13739, 32.69072], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-15.14347, 8.73871, 39.3978], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0.07614, -7.13739, 32.69072], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.07906, -17.13738, 32.67689], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 27.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 65, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": [0, 0, 7.5] + }, + "bone11": { + "rotation": [0, 15, 15] + }, + "bone12": { + "rotation": [0, 0, 25] + }, + "bone6": { + "rotation": [0, 0, 15] + }, + "bone7": { + "rotation": [0, 0, 20] + }, + "bone8": { + "rotation": [0, 0, 22.5] + }, + "bone9": { + "rotation": [1.3378, -14.94159, 14.82456] + }, + "bone10": { + "rotation": [0, 0, 30] + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [-11.6747, -15.79698, -38.40909], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-11.84922, 18.51171, -45.43967], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-8.49818, 34.58402, -40.20912], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-11.84922, 18.51171, -45.43967], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-11.6747, -15.79698, -38.40909], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [0, -47.5, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, -67.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -47.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -32.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -47.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": [0, -15, 0] + }, + "bone15": { + "rotation": [0, 0, -22.5] + }, + "bone17": { + "rotation": [0, 0, -15] + }, + "bone18": { + "rotation": [0, 0, -12.5] + }, + "bone19": { + "rotation": [0, 12.5, 0] + }, + "bone20": { + "rotation": [0, 0, -25] + }, + "head": { + "rotation": { + "0.0": { + "post": [-7.7614, 14.8687, -2.00307], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-7.50706, -2.4786, 0.32652], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-7.85952, -17.34551, 2.35666], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-7.50706, -2.4786, 0.32652], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-7.7614, 14.8687, -2.00307], + "lerp_mode": "catmullrom" + } + } + }, + "bone46": { + "position": [0, 0.25, 0], + "scale": [0.4, 1, 1] + }, + "bone45": { + "position": [0, 0.25, 0], + "scale": [0.4, 1, 1] + }, + "leg_right": { + "rotation": { + "0.0": { + "post": [64.18425, 29.67035, -38.86418], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [64.27598, 19.67739, -39.25096], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [42.34427, -13.09393, -23.51606], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [26.28047, -13.82256, -17.18183], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [38.59073, 12.54435, -36.13496], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [64.18425, 29.67035, -38.86418], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -1.75], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -0.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right_lower": { + "rotation": { + "0.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "bone39": { + "rotation": { + "0.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + } + } + }, + "bone43": { + "rotation": { + "0.0": { + "post": [-10, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-0.95862, -5.35355, -4.60382], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-0.75363, 4.6824, -2.2628], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5.79799, 0.87241, -2.31563], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-10, 0, 27.5], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [28.17367, 16.7882, 20.3787], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [39.83177, -14.1956, 33.08101], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [47.74628, -37.15983, 35.03232], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [47.18163, -22.63938, 31.21764], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [28.08415, 14.63676, 12.22957], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [28.17367, 16.7882, 20.3787], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0.25], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left_lower": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone44": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-7.44081, -0.54094, -12.48848], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0.83317, 3.12884, 1.06552], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-15, 0, -52.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [2.19839, 1.00818, -6.37949], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.barbaracle.blink": { + "animation_length": 0.25, + "bones": { + "bone46": { + "position": { + "0.0": [0, 0.25, 0], + "0.25": { + "pre": [0, 0.25, 0], + "post": [0, -0.25, 0] + } + }, + "scale": { + "0.0": [0.4, 1, 1], + "0.25": { + "pre": [0.4, 1, 1], + "post": [1, 0.2, 1] + } + } + }, + "bone45": { + "position": { + "0.0": [0, 0.25, 0], + "0.25": { + "pre": [0, 0.25, 0], + "post": [0, -0.25, 0] + } + }, + "scale": { + "0.0": [0.4, 1, 1], + "0.25": { + "pre": [0.4, 1, 1], + "post": [1, 0.2, 1] + } + } + }, + "bone51": { + "position": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [0, 0, 0], + "post": [0.75, 0, 0] + } + }, + "scale": { + "0.0": [1, 1, 1], + "0.25": { + "pre": [1, 1, 1], + "post": [0.2, 1, 1.4] + } + } + }, + "bone48": { + "position": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [0, 0, 0], + "post": [-0.75, 0, 0] + } + }, + "scale": { + "0.0": [1, 1, 1], + "0.25": { + "pre": [1, 1, 1], + "post": [0.2, 1, 1.4] + } + } + }, + "bone49": { + "position": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [0, 0, 0], + "post": [-0.75, 0, 0] + } + }, + "scale": { + "0.0": [1, 1, 1], + "0.25": { + "pre": [1, 1, 1], + "post": [0.2, 1, 1.4] + } + } + }, + "bone50": { + "position": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [0, 0, 0], + "post": [0.75, 0, 0] + } + }, + "scale": { + "0.0": [1, 1, 1], + "0.25": { + "pre": [1, 1, 1], + "post": [0.2, 1, 1.4] + } + } + } + } + }, + "animation.barbaracle.recoil": { + "animation_length": 1.1667, + "bones": { + "body": { + "position": { + "0.0": [0, 0, 0], + "0.1667": [0, 2, 0], + "0.4583": [0, 0, 0] + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [21.25686, -27.0478, 5.16524], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [21.25686, -27.0478, 5.16524], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-30.56575, -27.74975, -21.70823], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone21": { + "rotation": { + "0.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "rotation": { + "0.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone26": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + } + }, + "bone27": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone25": { + "rotation": { + "0.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone28": { + "rotation": { + "0.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone29": { + "rotation": { + "0.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-29.15712, 30.32448, 12.2921], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone30": { + "rotation": { + "0.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "bone31": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone32": { + "rotation": { + "0.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "bone33": { + "rotation": { + "0.0": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + } + } + }, + "bone34": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone35": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "bone36": { + "rotation": { + "0.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone37": { + "rotation": { + "0.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "bone38": { + "rotation": { + "0.0": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [-33.73499, 9.93191, 14.48174], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-38.37521, 28.2178, 0.52509], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-35.39319, -19.18145, 34.19182], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-35.39319, -19.18145, 34.19182], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-33.73499, 9.93191, 14.48174], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [0, 15, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 15, 15], + "lerp_mode": "catmullrom" + } + } + }, + "bone12": { + "rotation": { + "0.0": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [1.3378, -14.94159, 14.82456], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [1.3378, -14.94159, 14.82456], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [-22.19157, -3.81024, -14.25249], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-31.4939, 43.82907, -38.79524], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-31.4939, 43.82907, -38.79524], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-22.19157, -3.81024, -14.25249], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [0, -62.5, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, -62.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "rotation": { + "0.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone19": { + "rotation": { + "0.0": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone20": { + "rotation": { + "0.0": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-20.35952, 17.34551, -2.35666], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [11.74669, -9.58121, -8.00853], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [11.74669, -9.58121, -8.00853], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone46": { + "position": { + "0.0": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [0.4, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0.4, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone45": { + "position": { + "0.0": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [0.4, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0.4, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": [24.79114, 3.9187, -18.85949], + "0.4583": [0, 0, 0] + } + }, + "leg_right_lower": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": [0, 0, 15], + "0.4583": [0, 0, 0] + } + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0.29252, 24.45305, -27.10698], + "lerp_mode": "catmullrom" + }, + "0.4167": [-5.37617, -26.17706, 0.21307], + "0.75": [-5.37617, -26.17706, 0.21307], + "0.9583": { + "pre": [-8.77183, -8.34343, -12.95856], + "post": [-8.77183, -8.34343, -12.95856], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": [0.75, 0, 4], + "0.75": [0.75, 0, 4], + "1.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left_lower": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone44": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-9.99108, -0.64788, -12.41956], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-9.99108, -0.64788, -12.41956], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.barbaracle.faint": { + "animation_length": 6.8333, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": [0, 0, 0], + "0.625": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-47.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "0.1667": [0, 2, 0], + "0.625": { + "pre": [0, 2, 0], + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0.73, 2], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, -9.27, 2], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-30.56575, -27.74975, -21.70823], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-30.28923, 32.77137, 0.0002], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-25.2884, -43.70287, -30.64683], + "lerp_mode": "catmullrom" + } + } + }, + "bone21": { + "rotation": { + "0.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "rotation": { + "0.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone26": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + } + }, + "bone27": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone25": { + "rotation": { + "0.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone28": { + "rotation": { + "0.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone29": { + "rotation": { + "0.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-29.15712, 30.32448, 12.2921], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-32.62555, -15.13595, -4.44825], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-24.1867, 43.85328, 20.46806], + "lerp_mode": "catmullrom" + } + } + }, + "bone30": { + "rotation": { + "0.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "bone31": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone32": { + "rotation": { + "0.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "bone33": { + "rotation": { + "0.0": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + } + } + }, + "bone34": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone35": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "bone36": { + "rotation": { + "0.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone37": { + "rotation": { + "0.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "bone38": { + "rotation": { + "0.0": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [-33.73499, 9.93191, 14.48174], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-38.37521, 28.2178, 0.52509], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-38.37521, 28.2178, 0.52509], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-48.11736, 45.848, 46.10098], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-90.88332, -11.21401, 35.58019], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [0, 15, 15], + "lerp_mode": "catmullrom" + } + } + }, + "bone12": { + "rotation": { + "0.0": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [1.3378, -14.94159, 14.82456], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [-22.19157, -3.81024, -14.25249], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-22.19157, -3.81024, -14.25249], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-26.55959, -49.34467, -45.40794], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-91.69818, 8.85997, -25.68867], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [0, -62.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "rotation": { + "0.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone19": { + "rotation": { + "0.0": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone20": { + "rotation": { + "0.0": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-20.35952, 17.34551, -2.35666], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-24.19922, 35.88958, -10.80265], + "lerp_mode": "catmullrom" + } + } + }, + "bone46": { + "position": { + "0.0": [0, 0.25, 0], + "0.25": {"pre": [0, 0.25, 0], "post": [0, -0.25, 0]} + }, + "scale": { + "0.0": [0.4, 1, 1], + "0.25": {"pre": [0.4, 1, 1], "post": [1, 0.2, 1]} + } + }, + "bone45": { + "position": { + "0.0": [0, 0.25, 0], + "0.25": {"pre": [0, 0.25, 0], "post": [0, -0.25, 0]} + }, + "scale": { + "0.0": [0.4, 1, 1], + "0.25": {"pre": [0.4, 1, 1], "post": [1, 0.2, 1]} + } + }, + "leg_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": [24.79114, 3.9187, -18.85949] + } + }, + "leg_right_lower": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": [0, 0, 15], + "1.4167": [0, 0, 25] + } + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0.29252, 24.45305, -27.10698], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0.29252, 24.45305, -27.10698], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [33.42033, -5.49775, 15.28042], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left_lower": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -42.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone44": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone48": { + "position": { + "0.0": [0, 0, 0], + "0.25": {"pre": [0, 0, 0], "post": [-0.75, 0, 0]} + }, + "scale": { + "0.0": [1, 1, 1], + "0.25": {"pre": [1, 1, 1], "post": [0.2, 1, 1.4]} + } + }, + "bone49": { + "position": { + "0.0": [0, 0, 0], + "0.25": {"pre": [0, 0, 0], "post": [-0.75, 0, 0]} + }, + "scale": { + "0.0": [1, 1, 1], + "0.25": {"pre": [1, 1, 1], "post": [0.2, 1, 1.4]} + } + }, + "bone50": { + "position": { + "0.0": [0, 0, 0], + "0.25": {"pre": [0, 0, 0], "post": [0.75, 0, 0]} + }, + "scale": { + "0.0": [1, 1, 1], + "0.25": {"pre": [1, 1, 1], "post": [0.2, 1, 1.4]} + } + }, + "bone51": { + "position": { + "0.0": [0, 0, 0], + "0.25": {"pre": [0, 0, 0], "post": [0.75, 0, 0]} + }, + "scale": { + "0.0": [1, 1, 1], + "0.25": {"pre": [1, 1, 1], "post": [0.2, 1, 1.4]} + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/baxcalibur/baxcalibur.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/baxcalibur/baxcalibur.animation.json new file mode 100644 index 0000000..28b3619 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/baxcalibur/baxcalibur.animation.json @@ -0,0 +1,124 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.baxcalibur.ground_idle": { + "loop": true, + "bones": { + "arm_left": { + "rotation": [0, "0-Math.cos((query.anim_time - 0.5) * 90) * 2", 35] + }, + "head": { + "rotation": ["-15-Math.cos((query.anim_time - 0.8) * 90) * 2", 0, 0] + }, + "bone11": { + "rotation": ["5-Math.cos((query.anim_time - 0.8) * 90) * 2", 0, 0], + "position": [0, 0, 0.25] + }, + "arm_left2": { + "rotation": [0, "67.5-Math.cos((query.anim_time - 0.8) * 90) * 2", 0], + "position": [-2, 0, 2] + }, + "arm_right": { + "rotation": [0, "0+Math.cos((query.anim_time - 0.5) * 90) * 2", -35] + }, + "arm_right2": { + "rotation": [0, "-67.5+Math.cos((query.anim_time - 0.8) * 90) * 2", 0], + "position": [2, 0, 2] + }, + "torso": { + "rotation": ["7.5-Math.cos((query.anim_time - 0.2) * 90) * 2", "-Math.cos((query.anim_time - 0.2) * 90) * 2", 0] + }, + "neck": { + "rotation": ["5-Math.cos((query.anim_time - 0.5) * 90) * 2", 0, 0] + }, + "body": { + "rotation": [0, 0, 0] + }, + "tail": { + "rotation": [0, "0-Math.cos((query.anim_time - 0.5) * 90) * 2", 0] + }, + "tail2": { + "rotation": [0, "0-Math.cos((query.anim_time - 0.8) * 90) * 2", 0] + } + } + }, + "animation.baxcalibur.ground_walk": { + "loop": true, + "bones": { + "wing_left": { + "rotation": [0, -10, 0] + }, + "forearm_left": { + "rotation": [0, "5-math.sin(query.anim_time*90*3*1.5)*6", 0] + }, + "hand_left": { + "rotation": [0, 0, 15] + }, + "fire": { + "rotation": [-20, 0, 0] + }, + "forearm_right": { + "rotation": [0, "-5-math.sin(query.anim_time*90*3*1.5+30)*6", 0] + }, + "hand_right": { + "rotation": [0, 0, -15] + }, + "wing_right": { + "rotation": [0, 10, 0] + }, + "body": { + "rotation": ["math.clamp(math.sin(query.anim_time*180*3*1.5/2+20)*1,0.2,0.9)+math.clamp(-math.sin(query.anim_time*180*3*1.5/2)*1,0.2,0.9)-0.8", 0, 0], + "position": [ + 0, + "-math.clamp(math.sin(-query.anim_time*90*3*1.5-90+45/2)*0.5,0,1)-math.clamp(math.sin(-query.anim_time*90*3*1.5-90+45/2+180)*0.5,0,1)+0.3", + "-math.clamp(math.sin(query.anim_time*90*3*1.5+90)*0.2,0,0.2)-math.clamp(math.sin(-query.anim_time*90*3*1.5-90)*0.2,0,0.2)" + ] + }, + "arm_left": { + "rotation": [0, "-math.sin(query.anim_time*90*3*1.5)*10", "35+2*(math.sin(q.anim_time*90*9)*1+1)"] + }, + "arm_left2": { + "rotation": [0, 67.5, 0], + "position": [-2, 0, 2] + }, + "arm_right": { + "rotation": [0, "-math.sin(query.anim_time*90*3*1.5+30)*10", "-35-2*(math.sin(q.anim_time*90*9)*1+1)"] + }, + "arm_right2": { + "rotation": [0, -67.5, 0], + "position": [2, 0, 2] + }, + "leg_right": { + "rotation": [ + "-math.clamp(math.sin(query.anim_time*90*3*1.5+45+180)*20,-15,14)-math.clamp(math.sin(query.anim_time*90*3*1.5+45+180)*20,0,20)+math.clamp(-math.sin(query.anim_time*90*3*1.5+180*2)*15,5,15)-5", + 0, + 0 + ], + "position": [ + 0, + "0.2-math.clamp(math.sin(query.anim_time*90*3*1.5+25+180)*0.2,0,0.2)-math.clamp(-math.sin(query.anim_time*90*3*1.5+25+180)*0.4,0,0.3)+math.clamp(-math.sin(query.anim_time*90*3*1.5+25+180)*0.8,0.5,0.8)-math.clamp(-math.sin(query.anim_time*90*3*1.5+25+180*2)*0.8,0.5,0.8)", + "-math.clamp(math.sin(query.anim_time*90*3*1.5+180)*0.5,-0.25,1)-math.clamp(math.sin(query.anim_time*90*3*1.5+180)*0.25,-0.8,0)" + ] + }, + "foot_right": { + "rotation": ["math.clamp(math.sin(query.anim_time*90*3*1.5+45+180)*15,-14,14)+math.clamp(math.sin(query.anim_time*90*3*1.5+45+180)*15,0,8)", 0, 0] + }, + "leg_left": { + "rotation": [ + "-math.clamp(math.sin(query.anim_time*90*3*1.5+45)*20,-15,14)-math.clamp(math.sin(query.anim_time*90*3*1.5+45)*20,0,20)+math.clamp(-math.sin(query.anim_time*90*3*1.5+180)*15,5,15)-5", + 0, + 0 + ], + "position": [ + 0, + "-math.clamp(math.sin(query.anim_time*90*3*1.5+25)*0.2,0,0.2)-math.clamp(-math.sin(query.anim_time*90*3*1.5+25)*0.4,0,0.3)+math.clamp(-math.sin(query.anim_time*90*3*1.5+25)*0.8,0.5,0.8)-math.clamp(-math.sin(query.anim_time*90*3*1.5+25+180)*0.8,0.5,0.8)", + "-math.clamp(math.sin(query.anim_time*90*3*1.5)*0.5,-0.25,1)-math.clamp(math.sin(query.anim_time*90*3*1.5)*0.25,-0.8,0)" + ] + }, + "foot_left": { + "rotation": ["math.clamp(math.sin(query.anim_time*90*3*1.5+45)*15,-14,14)+math.clamp(math.sin(query.anim_time*90*3*1.5+45)*15,0,8)", 0, 0] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/bellibolt/bellibolt.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/bellibolt/bellibolt.animation.json new file mode 100644 index 0000000..0e2c154 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/bellibolt/bellibolt.animation.json @@ -0,0 +1,99 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.bellibolt.ground_walk": { + "loop": true, + "animation_length": 1.3333, + "bones": { + "left_leg": { + "rotation": [ + "math.clamp(math.sin(query.anim_time*90*3*1+180)*22.5,-22,0)+math.clamp(math.sin(query.anim_time*90*3*1+180)*22.5,0,22)", + 0, + "-(math.clamp(math.sin(query.anim_time*90*3*1+190)*20.5,-20,0))" + ], + "position": [0, "math.clamp(math.sin(query.anim_time*90*3*1+200+180)*1.25,-0.1,1.25)", "0+math.sin(q.anim_time*90*3-75+180)*1"] + }, + "left_leg2": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*1-90+180)*12.5,-0,12)+math.clamp(math.sin(query.anim_time*90*3*1-190+180)*17.5,-17,0)", 0, 0] + }, + "right_leg": { + "rotation": [ + "math.clamp(math.sin(query.anim_time*90*3*1+0)*22.5,-22,0)+math.clamp(math.sin(query.anim_time*90*3*1+0)*22.5,0,22)", + 0, + "math.clamp(math.sin(query.anim_time*90*3*1+10)*20.5,-20,0)" + ], + "position": [0, "math.clamp(math.sin(query.anim_time*90*3*1+200)*1.25,-0.1,1.25)", "0+math.sin(q.anim_time*90*3-75)*1"] + }, + "right_leg2": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*1-90)*12.5,-0,12)+math.clamp(math.sin(query.anim_time*90*3*1-190)*17.5,-17,0)", 0, 0] + }, + "torso_bot": { + "rotation": ["5+math.sin(q.anim_time*90*6-120+180)*2", "0+math.sin(q.anim_time*90*3-75+180)*7", "0+math.sin(q.anim_time*90*3+15)*7.5"], + "position": { + "0.0": [0, "0+math.sin(q.anim_time*90*6-120)*0.75", 0], + "0.0417": [0, "-0.4+math.sin(q.anim_time*90*6-120)*0.75", 0], + "0.125": [0, "0+math.sin(q.anim_time*90*6-120)*0.75", 0], + "0.6667": [0, "0+math.sin(q.anim_time*90*6-120)*0.75", 0], + "0.7083": [0, "-0.4+math.sin(q.anim_time*90*6-120)*0.75", 0], + "0.7917": [0, "0+math.sin(q.anim_time*90*6-120)*0.75", 0], + "1.3333": [0, "0+math.sin(q.anim_time*90*6-120)*0.75", 0] + } + }, + "head": { + "rotation": ["-2+math.sin(q.anim_time*90*6-140)*1.5", "0+math.sin(q.anim_time*90*3-105)*3.5", "0+math.sin(q.anim_time*90*3-25+180)*4"], + "position": [0, 0, 0.35] + }, + "arm_right": { + "rotation": [0, "math.sin(q.anim_time*90*3-0)*17.5", "-20+math.sin(q.anim_time*90*6-130)*7.5"] + }, + "arm_left": { + "rotation": [0, "math.sin(q.anim_time*90*3-0)*17.5", "20 +math.sin(q.anim_time*90*6-130+180)*7.5"] + } + } + }, + "animation.bellibolt.ground_idle": { + "loop": true, + "bones": { + "torso_bot": { + "rotation": ["5+math.sin(q.anim_time*90*2-0)*-1.5", 0, "0+math.sin(q.anim_time*90*1-90)*-1"] + }, + "head": { + "rotation": ["math.sin(q.anim_time*90*2+30+90)*-2", 0, "math.sin(q.anim_time*90*1-110+180)*-3"] + }, + "arm_right": { + "rotation": [0, 0, "-37.5+math.sin(q.anim_time*90*2+60)*-2.5"] + }, + "arm_left": { + "rotation": [0, 0, "37.5+math.sin(q.anim_time*90*2+60+180)*-2.5"] + } + } + }, + "animation.bellibolt.blink": { + "animation_length": 0.625, + "bones": { + "eye_left2": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + }, + "eye_right2": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/binacle/binacle.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/binacle/binacle.animation.json new file mode 100644 index 0000000..96e8157 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/binacle/binacle.animation.json @@ -0,0 +1,3349 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.binacle.pose": { + "loop": true, + "bones": { + "bone4": { + "rotation": [12.5, 0, 0] + }, + "bone17": { + "rotation": [7.5, 0, 0] + }, + "bone18": { + "rotation": [2.5, 0, 0], + "position": [0, -1.5, 0] + }, + "other_head": { + "rotation": [-9.91615, 1.29876, 7.38733] + }, + "bone21": { + "rotation": [15, 0, 0] + }, + "bone22": { + "rotation": [20, 0, 0] + }, + "bone23": { + "rotation": [15, 0, 0] + }, + "bone24": { + "rotation": [14.65993, -3.21132, 12.08681] + }, + "bone25": { + "rotation": [20, 0, 0] + }, + "bone26": { + "rotation": [19.71975, 3.40487, -9.40804] + }, + "bone27": { + "rotation": [15, 0, 0] + }, + "bone29": { + "position": [0.375, -0.25, 0], + "scale": { + "0.0": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone30": { + "position": [0.5, 0.025, 0], + "scale": { + "0.0": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": [12.5, 0, 0] + }, + "bone3": { + "rotation": [10, 0, 0] + }, + "head": { + "rotation": [-9.7987, 9.74557, -16.89528] + }, + "bone5": { + "rotation": [17.5, 0, 0] + }, + "bone6": { + "rotation": [15, 0, 0] + }, + "bone7": { + "rotation": [12.5, 0, 0] + }, + "bone10": { + "rotation": [9.76758, 2.15393, -12.31594] + }, + "bone11": { + "rotation": [22.5, 0, 0] + }, + "bone8": { + "rotation": [14.65993, -3.21132, 12.08681] + }, + "bone9": { + "rotation": [22.5, 0, 0] + }, + "bone15": { + "position": [-0.25, -0.5, 0], + "scale": { + "0.0": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "position": [-0.25, -0.5, 0], + "scale": { + "0.0": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone20": { + "rotation": [0, 0, 10] + }, + "bone13": { + "rotation": [0, 0, -15] + } + } + }, + "animation.binacle.ground_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "bone4": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1.25, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -1.25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "other_head": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone21": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [29.40842, -6.21271, 10.86815], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [19.40842, -6.21271, 10.86815], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [29.40842, -6.21271, 10.86815], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [29.40842, -6.21271, 10.86815], + "lerp_mode": "catmullrom" + } + } + }, + "bone25": { + "rotation": { + "0.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone26": { + "rotation": { + "0.0": { + "post": [26.40319, 7.98133, -15.62489], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [16.40319, 7.98133, -15.62489], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [23.90319, 7.98133, -15.62489], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [26.40319, 7.98133, -15.62489], + "lerp_mode": "catmullrom" + } + } + }, + "bone27": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone29": { + "scale": { + "0.0": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone30": { + "scale": { + "0.0": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [13.13, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-30.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [24.47761, 5.24826, -11.36081], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [16.97761, 5.24826, -11.36081], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [31.97761, 5.24826, -11.36081], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [24.47761, 5.24826, -11.36081], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [26.94093, -5.73576, 11.12501], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [11.94093, -5.73576, 11.12501], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [24.44093, -5.73576, 11.12501], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [26.94093, -5.73576, 11.12501], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "scale": { + "0.0": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "scale": { + "0.0": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.binacle.blink": { + "animation_length": 0.25, + "bones": { + "bone29": { + "position": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [0, 0, 0], + "post": [0, -0.25, 0] + } + }, + "scale": { + "0.0": [0.7, 0.7, 1], + "0.25": { + "pre": [0.7, 0.7, 1], + "post": [1, 0.2, 1] + } + } + }, + "bone30": { + "position": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [0, 0, 0], + "post": [0, -0.25, 0] + } + }, + "scale": { + "0.0": [0.7, 0.7, 1], + "0.25": { + "pre": [0.7, 0.7, 1], + "post": [1, 0.2, 1] + } + } + }, + "bone15": { + "position": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [0, 0, 0], + "post": [0, -0.25, 0] + } + }, + "scale": { + "0.0": [0.7, 0.7, 1], + "0.25": { + "pre": [0.7, 0.7, 1], + "post": [1, 0.2, 1] + } + } + }, + "bone14": { + "position": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [0, 0, 0], + "post": [0, -0.25, 0] + } + }, + "scale": { + "0.0": [0.7, 0.7, 1], + "0.25": { + "pre": [0.7, 0.7, 1], + "post": [1, 0.2, 1] + } + } + } + } + }, + "animation.binacle.physical": { + "animation_length": 1.625, + "bones": { + "bone4": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [57.46964, 14.88668, -9.30578], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [8.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [10.77, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-13.01, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1.25, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0.15, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0.15, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, -1.25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "other_head": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-27.35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [23.44, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [23.44, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone21": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [26, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [29.40842, -6.21271, 10.86815], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [16.90842, -6.21271, 10.86815], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [23.56858, -6.21271, 10.86815], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [29.40842, -6.21271, 10.86815], + "lerp_mode": "catmullrom" + } + } + }, + "bone25": { + "rotation": { + "0.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone26": { + "rotation": { + "0.0": { + "post": [26.40319, 7.98133, -15.62489], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [11.40319, 7.98133, -15.62489], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [25.89537, 7.98133, -15.62489], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [26.40319, 7.98133, -15.62489], + "lerp_mode": "catmullrom" + } + } + }, + "bone27": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone29": { + "position": { + "0.0": [0, 0, 0], + "0.375": [0, 0.25, 0], + "1.0": [0, 0.5, 0], + "1.625": [0, 0, 0] + }, + "scale": { + "0.0": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone30": { + "position": { + "0.0": [0, 0, 0], + "0.375": [0, 0.25, 0], + "1.0": [0, 0.25, 0], + "1.625": [0, 0, 0] + }, + "scale": { + "0.0": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [51.94325, -9.69923, 20.14292], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [7.17, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [12.18, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-18.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-30.59, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [20.46, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [20.46, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [26.07, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [24.47761, 5.24826, -11.36081], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [11.97761, 5.24826, -11.36081], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [25.81505, 5.24826, -11.36081], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [24.47761, 5.24826, -11.36081], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [26.94093, -5.73576, 11.12501], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [6.94093, -5.73576, 11.12501], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [29.08085, -5.73576, 11.12501], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [26.94093, -5.73576, 11.12501], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "position": { + "0.0": [0, 0, 0], + "0.375": [0, 0.25, 0], + "1.0": [0, 0.25, 0], + "1.625": [0, 0, 0] + }, + "scale": { + "0.0": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "position": { + "0.0": [0, 0, 0], + "0.375": [0, 0.25, 0], + "1.0": [0, 0.25, 0], + "1.625": [0, 0, 0] + }, + "scale": { + "0.0": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.binacle.special": { + "animation_length": 1.5, + "bones": { + "bone4": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1.25, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -1.25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "other_head": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone19": { + "position": { + "0.0": [0, 0, 0], + "0.5": { + "pre": [0, 0, 0], + "post": [0, 0, -1] + }, + "1.0": { + "pre": [0, 0, -1], + "post": [0, 0, -1] + }, + "1.5": { + "pre": [0, 0, -1], + "post": [0, 0, 0] + } + } + }, + "bone20": { + "position": { + "0.0": [0, 0, 0], + "0.5": { + "pre": [0, 0, 0], + "post": [0, 0, 1] + }, + "1.0": { + "pre": [0, 0, 1], + "post": [0, 0, 1] + }, + "1.5": { + "pre": [0, 0, 1], + "post": [0, 0, 0] + } + } + }, + "bone21": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [29.40842, -6.21271, 10.86815], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [29.40842, -6.21271, 10.86815], + "lerp_mode": "catmullrom" + } + } + }, + "bone25": { + "rotation": { + "0.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone26": { + "rotation": { + "0.0": { + "post": [26.40319, 7.98133, -15.62489], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [26.40319, 7.98133, -15.62489], + "lerp_mode": "catmullrom" + } + } + }, + "bone27": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone29": { + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 0], + "post": [0, -0.25, 0] + } + }, + "scale": { + "0.0": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + }, + "0.25": [0.7, 0.7, 1], + "0.3333": { + "pre": [0.7, 0.7, 1], + "post": [1, 0.2, 1] + }, + "0.5": { + "pre": [0.7, 0.7, 1], + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone30": { + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 0], + "post": [0, -0.25, 0] + } + }, + "scale": { + "0.0": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + }, + "0.25": [0.7, 0.7, 1], + "0.3333": { + "pre": [0.7, 0.7, 1], + "post": [1, 0.2, 1] + }, + "0.5": { + "pre": [0.7, 0.7, 1], + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "position": { + "0.0": [0, 0, 0], + "0.5": { + "pre": [0, 0, 0], + "post": [0, 0, -1] + }, + "1.0": { + "pre": [0, 0, -1], + "post": [0, 0, -1] + }, + "1.5": { + "pre": [0, 0, -1], + "post": [0, 0, 0] + } + } + }, + "bone13": { + "position": { + "0.0": [0, 0, 0], + "0.5": { + "pre": [0, 0, 0], + "post": [0, 0, 1] + }, + "1.0": { + "pre": [0, 0, 1], + "post": [0, 0, 1] + }, + "1.5": { + "pre": [0, 0, 1], + "post": [0, 0, 0] + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [24.47761, 5.24826, -11.36081], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [24.47761, 5.24826, -11.36081], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [26.94093, -5.73576, 11.12501], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [26.94093, -5.73576, 11.12501], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 0], + "post": [0, -0.25, 0] + } + }, + "scale": { + "0.0": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + }, + "0.25": [0.7, 0.7, 1], + "0.3333": { + "pre": [0.7, 0.7, 1], + "post": [1, 0.2, 1] + }, + "0.5": { + "pre": [0.7, 0.7, 1], + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 0], + "post": [0, -0.25, 0] + } + }, + "scale": { + "0.0": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + }, + "0.25": [0.7, 0.7, 1], + "0.3333": { + "pre": [0.7, 0.7, 1], + "post": [1, 0.2, 1] + }, + "0.5": { + "pre": [0.7, 0.7, 1], + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.binacle.ground_walk": { + "loop": true, + "animation_length": 0.875, + "bones": { + "body": { + "position": { + "0.0": [0, 0, 0], + "0.5417": [0, 0, 0], + "0.625": [0, 1.5, 0], + "0.875": [0, 0, 0] + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1.25, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, -1.5, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, -1.25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "other_head": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone21": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [29.40842, -6.21271, 10.86815], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [29.40842, -6.21271, 10.86815], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [29.40842, -6.21271, 10.86815], + "lerp_mode": "catmullrom" + } + } + }, + "bone25": { + "rotation": { + "0.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone26": { + "rotation": { + "0.0": { + "post": [26.40319, 7.98133, -15.62489], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [26.40319, 7.98133, -15.62489], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [26.40319, 7.98133, -15.62489], + "lerp_mode": "catmullrom" + } + } + }, + "bone27": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone29": { + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0.25, 0], + "0.625": [0, 0, 0] + }, + "scale": { + "0.0": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone30": { + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0.25, 0], + "0.625": [0, 0, 0] + }, + "scale": { + "0.0": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "0.3333": [0, -1, 0.1], + "0.625": [0, 0, 0], + "0.875": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [24.47761, 5.24826, -11.36081], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [24.47761, 5.24826, -11.36081], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [24.47761, 5.24826, -11.36081], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [26.94093, -5.73576, 11.12501], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [26.94093, -5.73576, 11.12501], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [26.94093, -5.73576, 11.12501], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0.25, 0], + "0.625": [0, 0, 0] + }, + "scale": { + "0.0": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0.25, 0], + "0.625": [0, 0, 0] + }, + "scale": { + "0.0": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0.7, 0.7, 1], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.binacle.recoil": { + "animation_length": 0.875, + "bones": { + "bone4": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1.25, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -0.55, -0.025], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, -1.25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "other_head": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone21": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [29.40842, -6.21271, 10.86815], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [29.40842, -6.21271, 10.86815], + "lerp_mode": "catmullrom" + } + } + }, + "bone25": { + "rotation": { + "0.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone26": { + "rotation": { + "0.0": { + "post": [26.40319, 7.98133, -15.62489], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [26.40319, 7.98133, -15.62489], + "lerp_mode": "catmullrom" + } + } + }, + "bone27": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone29": { + "scale": { + "0.0": [0.7, 0.7, 1], + "0.1667": { + "pre": [0.7, 0.7, 1], + "post": [1, 0.2, 1] + }, + "0.5": { + "pre": [1, 0.2, 1], + "post": [0.7, 0.7, 1] + }, + "0.875": { + "pre": [0.7, 0.7, 1], + "post": [0.7, 0.7, 1] + } + } + }, + "bone30": { + "scale": { + "0.0": [0.7, 0.7, 1], + "0.1667": { + "pre": [0.7, 0.7, 1], + "post": [1, 0.2, 1] + }, + "0.5": { + "pre": [1, 0.2, 1], + "post": [0.7, 0.7, 1] + }, + "0.875": { + "pre": [0.7, 0.7, 1], + "post": [0.7, 0.7, 1] + } + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [24.47761, 5.24826, -11.36081], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [24.47761, 5.24826, -11.36081], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [26.94093, -5.73576, 11.12501], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [26.94093, -5.73576, 11.12501], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "scale": { + "0.0": [0.7, 0.7, 1], + "0.1667": { + "pre": [0.7, 0.7, 1], + "post": [1, 0.2, 1] + }, + "0.5": { + "pre": [1, 0.2, 1], + "post": [0.7, 0.7, 1] + }, + "0.875": { + "pre": [0.7, 0.7, 1], + "post": [0.7, 0.7, 1] + } + } + }, + "bone14": { + "scale": { + "0.0": [0.7, 0.7, 1], + "0.1667": { + "pre": [0.7, 0.7, 1], + "post": [1, 0.2, 1] + }, + "0.5": { + "pre": [1, 0.2, 1], + "post": [0.7, 0.7, 1] + }, + "0.875": { + "pre": [0.7, 0.7, 1], + "post": [0.7, 0.7, 1] + } + } + } + } + }, + "animation.binacle.sleep": { + "loop": true, + "animation_length": 3, + "bones": { + "bone4": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [14.78217, 2.57594, -9.6658], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [19.78217, 2.57594, -9.6658], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1.25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "other_head": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [20.2, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone21": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [29.40842, -6.21271, 10.86815], + "lerp_mode": "catmullrom" + } + } + }, + "bone25": { + "rotation": { + "0.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone26": { + "rotation": { + "0.0": { + "post": [26.40319, 7.98133, -15.62489], + "lerp_mode": "catmullrom" + } + } + }, + "bone27": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone29": { + "position": { + "0.0": [0, -0.25, 0], + "3.0": { + "pre": [0, -0.25, 0], + "post": [0, -0.25, 0] + } + }, + "scale": { + "0.0": [1, 0.2, 1], + "3.0": { + "pre": [1, 0.2, 1], + "post": [1, 0.2, 1] + } + } + }, + "bone30": { + "position": { + "0.0": [0, -0.25, 0], + "3.0": { + "pre": [0, -0.25, 0], + "post": [0, -0.25, 0] + } + }, + "scale": { + "0.0": [1, 0.2, 1], + "3.0": { + "pre": [1, 0.2, 1], + "post": [1, 0.2, 1] + } + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [19.8423, -2.55868, 7.05239], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [27.3423, -2.55868, 7.05239], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [17.7, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [24.47761, 5.24826, -11.36081], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [26.94093, -5.73576, 11.12501], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "position": { + "0.0": [0, -0.25, 0], + "3.0": { + "pre": [0, -0.25, 0], + "post": [0, -0.25, 0] + } + }, + "scale": { + "0.0": [1, 0.2, 1], + "3.0": { + "pre": [1, 0.2, 1], + "post": [1, 0.2, 1] + } + } + }, + "bone14": { + "position": { + "0.0": [0, -0.25, 0], + "3.0": { + "pre": [0, -0.25, 0], + "post": [0, -0.25, 0] + } + }, + "scale": { + "0.0": [1, 0.2, 1], + "3.0": { + "pre": [1, 0.2, 1], + "post": [1, 0.2, 1] + } + } + } + } + }, + "animation.binacle.faint": { + "animation_length": 5.7917, + "bones": { + "bone4": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [14.65993, 3.21132, -12.08681], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-0.05452, 1.29256, -4.83045], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-0.05452, 1.29256, -4.83045], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [27.44548, 1.29256, -4.83045], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1.25, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, -2.25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "other_head": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone21": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [29.40842, -6.21271, 10.86815], + "lerp_mode": "catmullrom" + } + } + }, + "bone25": { + "rotation": { + "0.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone26": { + "rotation": { + "0.0": { + "post": [26.40319, 7.98133, -15.62489], + "lerp_mode": "catmullrom" + } + } + }, + "bone27": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone29": { + "position": { + "0.0": [0, 0, 0], + "0.375": { + "pre": [0, 0, 0], + "post": [0, -0.25, 0] + } + }, + "scale": { + "0.0": [0.7, 0.7, 1], + "0.375": { + "pre": [0.7, 0.7, 1], + "post": [1, 0.2, 1] + } + } + }, + "bone30": { + "position": { + "0.0": [0, 0, 0], + "0.375": { + "pre": [0, 0, 0], + "post": [0, -0.25, 0] + } + }, + "scale": { + "0.0": [0.7, 0.7, 1], + "0.375": { + "pre": [0.7, 0.7, 1], + "post": [1, 0.2, 1] + } + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [19.5623, -4.2453, 11.76782], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [12.48247, 0.85481, -2.34941], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [12.48247, 0.85481, -2.34941], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [32.48247, 0.85481, -2.34941], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-2.97, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-1.94, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [24.47761, 5.24826, -11.36081], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [26.94093, -5.73576, 11.12501], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "position": { + "0.0": [0, 0, 0], + "0.375": { + "pre": [0, 0, 0], + "post": [0, -0.25, 0] + } + }, + "scale": { + "0.0": [0.7, 0.7, 1], + "0.375": { + "pre": [0.7, 0.7, 1], + "post": [1, 0.2, 1] + } + } + }, + "bone14": { + "position": { + "0.0": [0, 0, 0], + "0.375": { + "pre": [0, 0, 0], + "post": [0, -0.25, 0] + } + }, + "scale": { + "0.0": [0.7, 0.7, 1], + "0.375": { + "pre": [0.7, 0.7, 1], + "post": [1, 0.2, 1] + } + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/bisharp/bisharp.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/bisharp/bisharp.animation.json new file mode 100644 index 0000000..856de4c --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/bisharp/bisharp.animation.json @@ -0,0 +1,4119 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.bisharp.ground_idle": { + "loop": true, + "animation_length": 1.5, + "bones": { + "head": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [15.82, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_upper_left": { + "rotation": { + "0.0": { + "post": [10, -10, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [10, -10, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [12.5, 0, -42.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [12.45392, -1.08089, -37.61794], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [12.5, 0, -42.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [-23.8378, 14.94159, -17.67544], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-22.52537, 16.91101, -12.89579], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-23.8378, 14.94159, -17.67544], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "scale": { + "0.0": { + "post": [0, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [17.5, 0, 42.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [17.43745, 1.50179, 37.73032], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [17.5, 0, 42.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [-27.5, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-27.41063, -2.30644, 13.06255], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-27.5, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "scale": { + "0.0": { + "post": [0, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_upper_right": { + "rotation": { + "0.0": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.bisharp.pose": { + "loop": true, + "animation_length": 2, + "bones": { + "head": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [15.82, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_upper_left": { + "rotation": { + "0.0": { + "post": [10, -10, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [10, -10, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [12.31594, -2.15393, -32.73242], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [12.45392, -1.08089, -37.61794], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [12.5, 0, -42.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [-23.8378, 14.94159, -17.67544], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-22.52537, 16.91101, -12.89579], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-23.8378, 14.94159, -17.67544], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [325.53807, -72.93693, -326.69307], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [17.43745, 1.50179, 37.73032], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [17.5, 0, 42.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [-90, 0, 42.5], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-27.41063, -2.30644, 13.06255], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-27.5, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [-2.30991, -0.95645, -22.48072], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [-7.05239, 2.55868, 19.8423], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_upper_right": { + "rotation": { + "0.0": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone13": { + "rotation": [0, 0, 17.5] + }, + "bone17": { + "rotation": [0, 0, -17.5] + }, + "arm_left": { + "rotation": [2.27187, -17.4499, -25.1106] + } + } + }, + "animation.bisharp.battle_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "body": { + "position": { + "0.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [13.02811, 17.13265, 3.3455], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [15.52811, 17.13265, 3.3455], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [13.02811, 17.13265, 3.3455], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -0.225, -0.175], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [10.6469, -14.0761, -5.23619], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [3.1469, -14.0761, -5.23619], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [10.6469, -14.0761, -5.23619], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -0.175, -0.275], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_upper_left": { + "rotation": { + "0.0": { + "post": [-49.95055, -4.15673, -2.93051], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-49.95055, -4.15673, -2.93051], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0.6], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0.35], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0.6], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [29.45677, 3.8059, -3.2745], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [29.45677, 3.8059, -3.2745], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.4, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0.4, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [0.41084, -4.26549, 6.29144], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.08916, -4.26549, 6.29144], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.41084, -4.26549, 6.29144], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [43.094, 30.34831, -9.01262], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [43.094, 30.34831, -9.01262], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [-64.95454, -31.84783, -35.3532], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-63.48118, -36.35101, -37.9789], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-64.95454, -31.84783, -35.3532], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -21.72], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -21.72], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "helm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [17.5, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [17.40606, -1.43804, 14.78979], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [17.5, 0, 10], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [-52.31056, 20.25437, 14.97401], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-52.31056, 20.25437, 14.97401], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [-85, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-84.981, 4.98093, 0.43688], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-85, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 29.91], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 28.06], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + } + } + }, + "leg_upper_right": { + "rotation": { + "0.0": { + "post": [3.19284, 16.88547, 4.6653], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [3.19284, 16.88547, 4.6653], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -0.25], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone13": { + "rotation": { + "0.0": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [-35.00516, 2.66349, -4.91501], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-37.50516, 2.66349, -4.91501], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-35.00516, 2.66349, -4.91501], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.bisharp.recoil": { + "animation_length": 1.25, + "bones": { + "body": { + "position": { + "0.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, -1, 5], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, -3, 7], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, -3, 7], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -1.63, 2.63], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_upper_right": { + "rotation": { + "0.0": { + "post": [3.19284, 16.88547, 4.6653], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-24.30716, 16.88547, 4.6653], + "lerp_mode": "catmullrom" + }, + "0.1667": [-26.25388, 16.88547, 4.6653], + "0.2083": [-32.05632, 16.88547, 4.6653], + "0.2917": [-49.05799, 16.88547, 4.6653], + "0.3333": [-54.86044, 16.88547, 4.6653], + "0.375": [-56.80716, 16.88547, 4.6653], + "0.625": [-56.80716, 16.88547, 4.6653], + "0.6667": [-54.94954, 16.88547, 4.6653], + "0.7083": [-51.53556, 16.88547, 4.6653], + "0.75": [-47.51114, 16.88547, 4.6653], + "0.7917": [-43.15553, 16.88547, 4.6653], + "0.8333": [-38.60119, 16.88547, 4.6653], + "1.0417": [-15.01312, 16.88547, 4.6653], + "1.0833": [-10.45878, 16.88547, 4.6653], + "1.125": [-6.10317, 16.88547, 4.6653], + "1.1667": [-2.07875, 16.88547, 4.6653], + "1.2083": [1.33522, 16.88547, 4.6653], + "1.25": { + "pre": [3.19284, 16.88547, 4.6653], + "post": [3.19284, 16.88547, 4.6653], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone13": { + "rotation": { + "0.0": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [72.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [72.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [-35.00516, 2.66349, -4.91501], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-12.50516, 2.66349, -4.91501], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-12.50516, 2.66349, -4.91501], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-35.00516, 2.66349, -4.91501], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [13.02811, 17.13265, 3.3455], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-9.48695, -10.36626, 3.09761], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [3.0737, -15.35922, 2.8254], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [3.0737, -15.35922, 2.8254], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [13.02811, 17.13265, 3.3455], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [17.5, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [17.5, 0, 10], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [43.094, 30.34831, -9.01262], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-40.76643, 35.52923, -56.29415], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [30.47467, 22.4017, -18.89019], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [30.47467, 22.4017, -18.89019], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [43.094, 30.34831, -9.01262], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [-64.95454, -31.84783, -35.3532], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-76.53314, -37.68924, -15.21619], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-64.95454, -31.84783, -35.3532], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [-52.31056, 20.25437, 14.97401], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [7.17106, 19.17501, 28.20637], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [29.67106, 19.17501, 28.20637], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [29.67106, 19.17501, 28.20637], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-52.31056, 20.25437, 14.97401], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [-85, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-104.981, -4.98093, -0.43688], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-77.84311, -4.44799, -0.39014], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-85, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [10.6469, -14.0761, -5.23619], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-13.26624, -36.38711, -1.98447], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [24.23376, -36.38711, -1.98447], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [24.23376, -36.38711, -1.98447], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [10.6469, -14.0761, -5.23619], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "helm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_upper_left": { + "rotation": { + "0.0": { + "post": [-49.95055, -4.15673, -2.93051], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-7.45055, -4.15673, -2.93051], + "lerp_mode": "catmullrom" + }, + "0.1667": [-7.03235, -4.16258, -3.38093], + "0.2083": [-5.78586, -4.18001, -4.72346], + "0.2917": [-2.13355, -4.2311, -8.6572], + "0.3333": [-0.88706, -4.24853, -9.99973], + "0.375": [-0.46886, -4.25438, -10.45015], + "0.625": [-0.46886, -4.25438, -10.45015], + "0.6667": [-3.48416, -4.25001, -10.11351], + "0.7083": [-10.33195, -4.24008, -9.34898], + "0.75": [-19.18768, -4.22724, -8.36028], + "0.7917": [-29.05546, -4.21293, -7.25859], + "0.8333": [-39.23504, -4.19817, -6.12208], + "0.875": [-49.10283, -4.18387, -5.02039], + "0.9167": [-57.95855, -4.17103, -4.03168], + "0.9583": [-64.80635, -4.1611, -3.26716], + "1.0": { + "pre": [-67.82164, -4.15673, -2.93051], + "post": [-67.82164, -4.15673, -2.93051], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-49.95055, -4.15673, -2.93051], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0.6], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0.6], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [29.45677, 3.8059, -3.2745], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [49.45677, 3.8059, -3.2745], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [39.45677, 3.8059, -3.2745], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [39.45677, 3.8059, -3.2745], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [50.70677, 3.8059, -3.2745], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [29.45677, 3.8059, -3.2745], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.4, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0.4, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [0.41084, -4.26549, 6.29144], + "lerp_mode": "catmullrom" + }, + "0.0417": [-1.60284, -3.87192, 6.68965], + "0.0833": [-6.17595, -2.9781, 7.594], + "0.125": [-12.09, -1.82219, 8.76352], + "0.1667": [-18.67993, -0.53418, 10.06669], + "0.2083": [-25.47808, 0.79452, 11.41104], + "0.25": [-32.068, 2.08253, 12.71422], + "0.2917": [-37.98205, 3.23844, 13.88373], + "0.3333": [-42.55517, 4.13226, 14.78808], + "0.375": [-44.56885, 4.52584, 15.18629], + "0.625": [-44.56885, 4.52584, 15.18629], + "0.6667": [-43.17626, 4.25365, 14.9109], + "0.7083": [-40.61693, 3.75343, 14.40479], + "0.75": [-37.59998, 3.16376, 13.80818], + "0.7917": [-34.33475, 2.52557, 13.16247], + "1.0417": [-13.23747, -1.59792, 8.99043], + "1.0833": [-9.82325, -2.26523, 8.31526], + "1.125": [-6.55802, -2.90342, 7.66955], + "1.1667": [-3.54107, -3.49309, 7.07294], + "1.2083": [-0.98174, -3.99331, 6.56683], + "1.25": { + "pre": [0.41084, -4.26549, 6.29144], + "post": [0.41084, -4.26549, 6.29144], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0417": [-0.00895, 0, 0], + "0.2917": [-0.17071, 0, 0], + "0.3333": [-0.19105, 0, 0], + "0.375": [-0.2, 0, 0], + "0.625": [-0.2, 0, 0], + "1.1667": [-0.01757, 0, 0], + "1.25": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone19": { + "position": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [0, 0, -0.525] + }, + "0.5833": { + "pre": [0, 0, -0.525], + "post": [0, 0, 0] + } + } + } + } + }, + "animation.bisharp.physical": { + "animation_length": 2, + "bones": { + "body": { + "position": { + "0.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -2.3, 0.25], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -1.475, -5.25], + "lerp_mode": "catmullrom" + }, + "0.7917": [0, -1.66518, -5.54196], + "0.875": [0, -3.62982, -8.55804], + "0.9167": [0, -3.82, -8.85], + "1.4167": [0, -3.82, -8.85], + "1.4583": [0, -3.73489, -8.78422], + "1.5": [0, -3.50138, -8.56787], + "1.5417": [0, -3.15776, -8.17372], + "1.5833": [0, -2.748, -7.57798], + "1.625": [0, -2.31894, -6.76217], + "1.6667": [0, -1.917, -5.71443], + "1.7083": [0, -1.585, -4.43], + "1.75": [0, -1.39501, -3.14503], + "1.7917": [0, -1.3683, -2.09588], + "1.8333": [0, -1.46107, -1.27809], + "1.875": [0, -1.62317, -0.6802], + "1.9167": [0, -1.80137, -0.28409], + "1.9583": [0, -1.9431, -0.06631], + "2.0": { + "pre": [0, -2, 0], + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_upper_right": { + "rotation": { + "0.0": { + "post": [3.19284, 16.88547, 4.6653], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [5.69284, 16.88547, 4.6653], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [13.42657, 18.58233, 15.93618], + "lerp_mode": "catmullrom" + }, + "0.7917": [7.34417, 18.58233, 15.93618], + "0.875": [-55.49104, 18.58233, 15.93618], + "0.9167": [-61.57343, 18.58233, 15.93618], + "1.4167": [-61.57343, 18.58233, 15.93618], + "1.4583": [-59.46439, 18.52707, 15.56915], + "1.5": [-55.49695, 18.42312, 14.87872], + "1.5417": [-50.77496, 18.29941, 14.05699], + "1.5833": [-45.64417, 18.16498, 13.16411], + "1.625": [-40.27278, 18.02426, 12.22936], + "1.7917": [-18.10781, 17.44354, 8.37212], + "1.8333": [-12.73643, 17.30281, 7.43738], + "1.875": [-7.60563, 17.16838, 6.54449], + "1.9167": [-2.88365, 17.04467, 5.72276], + "1.9583": [1.0838, 16.94072, 5.03233], + "2.0": { + "pre": [3.19284, 16.88547, 4.6653], + "post": [3.19284, 16.88547, 4.6653], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone13": { + "rotation": { + "0.0": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [55, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": [56.01373, 0, 0], + "0.875": [66.48627, 0, 0], + "0.9167": [67.5, 0, 0], + "1.4167": [67.5, 0, 0], + "1.4583": [67.09808, 0, 0], + "1.5": [66.0361, 0, 0], + "1.5417": [64.55925, 0, 0], + "1.5833": [62.94075, 0, 0], + "1.625": [61.4639, 0, 0], + "1.6667": [60.40192, 0, 0], + "1.7083": { + "pre": [60, 0, 0], + "post": [60, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0.3, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0.4, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0417": [-0.0583, 0, 0], + "0.5833": [-1.63131, 0, 0], + "0.875": [-2.4417, 0, 0], + "0.9167": [-2.5, 0, 0], + "1.4167": [-2.5, 0, 0], + "1.9167": [-0.23455, 0, 0], + "2.0": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [-35.00516, 2.66349, -4.91501], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-36.37552, 2.64895, -4.54446], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2.49484, 2.66349, -4.91501], + "lerp_mode": "catmullrom" + }, + "0.7917": [2.45425, 2.69534, -5.72639], + "0.875": [2.03499, 3.02431, -14.10844], + "0.9167": [1.9944, 3.05615, -14.91981], + "1.4167": [1.9944, 3.05615, -14.91981], + "1.4583": [0.78955, 3.04336, -14.59402], + "1.5": [-1.47696, 3.01931, -13.98114], + "1.5417": [-4.17453, 2.99068, -13.25171], + "1.5833": [-7.10564, 2.95958, -12.45913], + "1.7917": [-22.83656, 2.79263, -8.20544], + "1.8333": [-25.90512, 2.76007, -7.37569], + "1.875": [-28.83623, 2.72896, -6.58311], + "1.9167": [-31.5338, 2.70033, -5.85368], + "1.9583": [-33.80031, 2.67628, -5.24081], + "2.0": { + "pre": [-35.00516, 2.66349, -4.91501], + "post": [-35.00516, 2.66349, -4.91501], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [13.02811, 17.13265, 3.3455], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [15.55096, 36.5304, 8.85161], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [11.11661, 39.31518, 17.38713], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [57.21124, -29.1545, -24.0669], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [57.21124, -29.1545, -24.0669], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [13.02811, 17.13265, 3.3455], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [17.5, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [16.85893, -4.26546, 24.39828], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [9.91572, -9.70068, 8.43414], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [9.91572, -9.70068, 8.43414], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [17.5, 0, 10], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [43.094, 30.34831, -9.01262], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [26.41958, 23.65797, 9.17091], + "lerp_mode": "catmullrom" + }, + "0.7917": [21.20609, 20.89917, 6.1671], + "0.875": [-32.65268, -7.60105, -24.86433], + "0.9167": [-37.86616, -10.35985, -27.86815], + "1.4167": { + "pre": [-37.86616, -10.35985, -27.86815], + "post": [-37.86616, -10.35985, -27.86815], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [43.094, 30.34831, -9.01262], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [-64.95454, -31.84783, -35.3532], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-92.45454, -31.84783, -35.3532], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-92.1212, 10.62147, -37.0401], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-46.95812, 27.85077, -21.62874], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-46.95812, 27.85077, -21.62874], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-64.95454, -31.84783, -35.3532], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [5.09605, -12.4651, -0.9402], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [5.09605, -12.4651, -0.9402], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [-52.31056, 20.25437, 14.97401], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [16.20796, 20.25437, 14.97401], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [17.68944, 20.25437, 14.97401], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [27.68944, 20.25437, 14.97401], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [27.68944, 20.25437, 14.97401], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-52.31056, 20.25437, 14.97401], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [-85, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-82.62128, -47.2626, -5.43327], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-92.49526, 2.49048, 0.21803], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-92.49526, 2.49048, 0.21803], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-85, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [10.6469, -14.0761, -5.23619], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [11.53567, -26.34478, -7.79375], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-6.72027, -35.27498, 6.86751], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-5.81489, 19.4456, 1.03288], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-5.81489, 19.4456, 1.03288], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [10.6469, -14.0761, -5.23619], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "helm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_upper_left": { + "rotation": { + "0.0": { + "post": [-49.95055, -4.15673, -2.93051], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-52.45055, -4.15673, -2.93051], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-22.45055, -4.15673, -2.93051], + "lerp_mode": "catmullrom" + }, + "0.7917": [-19.99267, -5.16139, -3.06837], + "0.875": [5.39882, -15.54019, -4.49255], + "0.9167": [7.8567, -16.54485, -4.63041], + "1.4167": [7.8567, -16.54485, -4.63041], + "1.4583": [5.97427, -16.14145, -4.57505], + "1.5": [2.43312, -15.38257, -4.47092], + "1.5417": [-1.7815, -14.47938, -4.34699], + "1.5833": [-6.361, -13.49799, -4.21232], + "1.625": [-11.15524, -12.47058, -4.07134], + "1.7917": [-30.93861, -8.23099, -3.48958], + "1.8333": [-35.73285, -7.20359, -3.3486], + "1.875": [-40.31235, -6.2222, -3.21394], + "1.9167": [-44.52697, -5.319, -3.09], + "1.9583": [-48.06812, -4.56013, -2.98587], + "2.0": { + "pre": [-49.95055, -4.15673, -2.93051], + "post": [-49.95055, -4.15673, -2.93051], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0.6], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0.6], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [29.45677, 3.8059, -3.2745], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [31.95677, 3.8059, -3.2745], + "lerp_mode": "catmullrom" + }, + "0.5417": [31.95677, 3.8059, -3.2745], + "0.9167": [31.95677, 3.8059, -3.2745], + "1.4167": { + "pre": [31.95677, 3.8059, -3.2745], + "post": [31.95677, 3.8059, -3.2745], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [29.45677, 3.8059, -3.2745], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.4, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0.4, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [0.41084, -4.26549, 6.29144], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [3.33124, -3.92731, 6.95186], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0.10674, -3.50458, 7.77739], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-27.23282, -3.12412, 8.52036], + "lerp_mode": "catmullrom" + }, + "0.7917": [-29.66578, -3.12412, 8.52036], + "0.875": [-54.79986, -3.12412, 8.52036], + "0.9167": [-57.23282, -3.12412, 8.52036], + "1.4167": [-57.23282, -3.12412, 8.52036], + "1.4583": [-55.35571, -3.16129, 8.44778], + "1.5": [-51.82459, -3.2312, 8.31124], + "1.5417": [-47.6219, -3.31442, 8.14873], + "1.5833": [-43.05536, -3.40484, 7.97216], + "1.625": [-38.27468, -3.4995, 7.7873], + "1.7917": [-18.54729, -3.89011, 7.0245], + "1.8333": [-13.76662, -3.98477, 6.83964], + "1.875": [-9.20007, -4.07519, 6.66307], + "1.9167": [-4.99739, -4.15841, 6.50056], + "1.9583": [-1.46626, -4.22832, 6.36402], + "2.0": { + "pre": [0.41084, -4.26549, 6.29144], + "post": [0.41084, -4.26549, 6.29144], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.bisharp.special": { + "animation_length": 2, + "bones": { + "body": { + "position": { + "0.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -1.25, -3], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -1.25, -3], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -1.75, -0.25], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, -1.75, -0.25], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_upper_right": { + "rotation": { + "0.0": { + "post": [3.19284, 16.88547, 4.6653], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-21.80716, 16.88547, 4.6653], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-21.80716, 16.88547, 4.6653], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-1.13744, 20.35117, 14.56684], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-1.13744, 20.35117, 14.56684], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [3.19284, 16.88547, 4.6653], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone13": { + "rotation": { + "0.0": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [62.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [62.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [-35.00516, 2.66349, -4.91501], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-27.50516, 2.66349, -4.91501], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-27.50516, 2.66349, -4.91501], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-30.34057, 0.44723, -17.22229], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-30.34057, 0.44723, -17.22229], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-35.00516, 2.66349, -4.91501], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [13.02811, 17.13265, 3.3455], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [12.44051, 0.05645, -0.54144], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [12.44051, 0.05645, -0.54144], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [22.42354, -0.89764, 1.76943], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [22.42354, -0.89764, 1.76943], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [13.02811, 17.13265, 3.3455], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [17.5, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [17.5, 0, 10], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [43.094, 30.34831, -9.01262], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-40.55466, 15.37643, -30.85698], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-40.55466, 15.37643, -30.85698], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [30.87454, 11.1076, -24.42229], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [30.87454, 11.1076, -24.42229], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [43.094, 30.34831, -9.01262], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [-64.95454, -31.84783, -35.3532], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-67.77137, -18.08956, -28.73429], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-67.93618, -15.50106, -27.72399], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-67.93618, -15.50106, -27.72399], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-64.95454, -31.84783, -35.3532], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [-52.31056, 20.25437, 14.97401], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-25.04767, 26.03554, 27.03828], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-25.04767, 26.03554, 27.03828], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [46.2934, 2.74413, 60.92668], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [46.2934, 2.74413, 60.92668], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-52.31056, 20.25437, 14.97401], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [-85, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-84.75867, -17.43127, -1.5741], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-84.75867, -17.43127, -1.5741], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-77.25867, -17.43127, -1.5741], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-77.25867, -17.43127, -1.5741], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-85, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [10.6469, -14.0761, -5.23619], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [20.35233, -4.24267, -3.39263], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [20.35233, -4.24267, -3.39263], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-4.64767, -4.24267, -3.39263], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-4.64767, -4.24267, -3.39263], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [10.6469, -14.0761, -5.23619], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "helm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_upper_left": { + "rotation": { + "0.0": { + "post": [-49.95055, -4.15673, -2.93051], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-32.45055, -4.15673, -2.93051], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-32.45055, -4.15673, -2.93051], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-47.40784, -3.65642, -3.35024], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-47.40784, -3.65642, -3.35024], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-49.95055, -4.15673, -2.93051], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0.6], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0.6], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [29.45677, 3.8059, -3.2745], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [24.45677, 3.8059, -3.2745], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [24.45677, 3.8059, -3.2745], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [29.45677, 3.8059, -3.2745], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.4, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0.4, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [0.41084, -4.26549, 6.29144], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-17.08916, -4.26549, 6.29144], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-17.08916, -4.26549, 6.29144], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-4.7696, -3.20646, 8.62296], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-4.7696, -3.20646, 8.62296], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.41084, -4.26549, 6.29144], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.bisharp.status": { + "animation_length": 2, + "bones": { + "body": { + "position": { + "0.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -1.25, -3], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -1.25, -3], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -1.75, -0.25], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, -1.75, -0.25], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_upper_right": { + "rotation": { + "0.0": { + "post": [3.19284, 16.88547, 4.6653], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-21.80716, 16.88547, 4.6653], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-21.80716, 16.88547, 4.6653], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-1.13744, 20.35117, 14.56684], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-1.13744, 20.35117, 14.56684], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [3.19284, 16.88547, 4.6653], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone13": { + "rotation": { + "0.0": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [62.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [62.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [-35.00516, 2.66349, -4.91501], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-27.50516, 2.66349, -4.91501], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-27.50516, 2.66349, -4.91501], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-30.34057, 0.44723, -17.22229], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-30.34057, 0.44723, -17.22229], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-35.00516, 2.66349, -4.91501], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [13.02811, 17.13265, 3.3455], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [12.44051, 0.05645, -0.54144], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [12.44051, 0.05645, -0.54144], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [22.42354, -0.89764, 1.76943], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [22.42354, -0.89764, 1.76943], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [13.02811, 17.13265, 3.3455], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [17.5, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [17.5, 0, 10], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [43.094, 30.34831, -9.01262], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-40.55466, 15.37643, -30.85698], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-40.55466, 15.37643, -30.85698], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [30.87454, 11.1076, -24.42229], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [30.87454, 11.1076, -24.42229], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [43.094, 30.34831, -9.01262], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [-64.95454, -31.84783, -35.3532], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-67.77137, -18.08956, -28.73429], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-67.93618, -15.50106, -27.72399], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-67.93618, -15.50106, -27.72399], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-64.95454, -31.84783, -35.3532], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [-52.31056, 20.25437, 14.97401], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-25.04767, 26.03554, 27.03828], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-25.04767, 26.03554, 27.03828], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [46.2934, 2.74413, 60.92668], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [46.2934, 2.74413, 60.92668], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-52.31056, 20.25437, 14.97401], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [-85, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-84.75867, -17.43127, -1.5741], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-84.75867, -17.43127, -1.5741], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-77.25867, -17.43127, -1.5741], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-77.25867, -17.43127, -1.5741], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-85, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [10.6469, -14.0761, -5.23619], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [20.35233, -4.24267, -3.39263], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [20.35233, -4.24267, -3.39263], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-4.64767, -4.24267, -3.39263], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-4.64767, -4.24267, -3.39263], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [10.6469, -14.0761, -5.23619], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "helm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_upper_left": { + "rotation": { + "0.0": { + "post": [-49.95055, -4.15673, -2.93051], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-32.45055, -4.15673, -2.93051], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-32.45055, -4.15673, -2.93051], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-47.40784, -3.65642, -3.35024], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-47.40784, -3.65642, -3.35024], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-49.95055, -4.15673, -2.93051], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0.6], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0.6], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [29.45677, 3.8059, -3.2745], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [24.45677, 3.8059, -3.2745], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [24.45677, 3.8059, -3.2745], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [29.45677, 3.8059, -3.2745], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.4, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0.4, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [0.41084, -4.26549, 6.29144], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-17.08916, -4.26549, 6.29144], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-17.08916, -4.26549, 6.29144], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-4.7696, -3.20646, 8.62296], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-4.7696, -3.20646, 8.62296], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.41084, -4.26549, 6.29144], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.bisharp.ground_walk": { + "loop": true, + "animation_length": 1.5, + "bones": { + "body": { + "position": { + "0.0": [0, -1, 0], + "0.3333": [0, -0.5, 0], + "0.7083": [0, -1, 0], + "1.0833": [0, -0.5, 0], + "1.5": [0, -1, 0] + } + }, + "leg_upper_right": { + "rotation": { + "0.0": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-41.04, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone13": { + "rotation": { + "0.0": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [55, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [60, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [47.87, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "0.3333": [0, -0.25, 0], + "0.7083": [0, 0, 0], + "1.0833": [0, 0.25, 0], + "1.5": [0, 0, 0] + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-14.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [20.92749, 16.07506, 6.96771], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [20.07354, -0.33268, 0.80169], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [21.29353, -19.06825, -6.33317], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [20.07354, -0.33268, 0.80169], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [20.92749, 16.07506, 6.96771], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [30, 0, -40], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [9.99067, 0.43399, -42.46207], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-5, 0, -40], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [7.49294, 0.32621, -42.47864], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [30, 0, -40], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [-44.75386, -5.29571, -5.31847], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-32.54168, -5.29571, -5.31847], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-59.75386, -5.29571, -5.31847], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-69.10933, -5.29571, -5.31847], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-44.75386, -5.29571, -5.31847], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "scale": { + "0.0": { + "post": [0, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [-12.45392, 1.08089, 39.88206], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [5.04608, 1.08089, 39.88206], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [22.54608, 1.08089, 39.88206], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [5.04608, 1.08089, 39.88206], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-12.45392, 1.08089, 39.88206], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [-34.3569, 7.13136, 10.29284], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-49.3569, 7.13136, 10.29284], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-31.90696, 7.13136, 10.29284], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-20.82609, 7.13136, 10.29284], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-34.3569, 7.13136, 10.29284], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "scale": { + "0.0": { + "post": [0.1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0.1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_upper_left": { + "rotation": { + "0.0": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-41.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [60, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [50.14, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "0.3333": [0, 0.25, 0], + "0.7083": [0, 0, 0], + "1.5": [0, 0, 0] + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-14.18, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.bisharp.faint": { + "animation_length": 5, + "bones": { + "body": { + "position": { + "0.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": [0, -0.5, 1.5], + "1.0833": [0, -0.5, 1.5], + "1.375": { + "pre": [0, -5.75, 8.5], + "post": [0, -5.75, 8.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -5.75, 8.5], + "lerp_mode": "catmullrom" + } + } + }, + "leg_upper_right": { + "rotation": { + "0.0": { + "post": [3.19284, 16.88547, 4.6653], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-1.80716, 16.88547, 4.6653], + "lerp_mode": "catmullrom" + }, + "1.0833": [-1.80716, 16.88547, 4.6653], + "1.375": { + "pre": [25.69284, 16.88547, 4.6653], + "post": [25.69284, 16.88547, 4.6653], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [25.69284, 16.88547, 4.6653], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone13": { + "rotation": { + "0.0": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": [20, 0, 0], + "1.375": { + "pre": [42.5, 0, 0], + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [-35.00516, 2.66349, -4.91501], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-15.00516, 2.66349, -4.91501], + "lerp_mode": "catmullrom" + }, + "1.0833": [-15.00516, 2.66349, -4.91501], + "1.375": { + "pre": [-67.50516, 2.66349, -4.91501], + "post": [-67.50516, 2.66349, -4.91501], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-67.50516, 2.66349, -4.91501], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": [0, 0, 0], + "1.375": { + "pre": [0, -0.65, 0.45], + "post": [0, -0.65, 0.45], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -0.65, 0.45], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [13.02811, 17.13265, 3.3455], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-0.13187, 27.15005, -1.83146], + "lerp_mode": "catmullrom" + }, + "1.0833": [-0.13187, 27.15005, -1.83146], + "1.375": { + "pre": [58.61935, 20.28849, 13.77915], + "post": [58.61935, 20.28849, 13.77915], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [58.61935, 20.28849, 13.77915], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [17.5, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-0.43971, 4.29081, -4.38325], + "lerp_mode": "catmullrom" + }, + "1.0833": [-0.43971, 4.29081, -4.38325] + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [43.094, 30.34831, -9.01262], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [1.82837, 43.70415, -42.46531], + "lerp_mode": "catmullrom" + }, + "1.0833": [24.32837, 43.70415, -42.46531], + "1.375": { + "pre": [49.32837, 43.70415, -42.46531], + "post": [49.32837, 43.70415, -42.46531], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [49.32837, 43.70415, -42.46531], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [-64.95454, -31.84783, -35.3532], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-18.88453, -26.56561, -7.27096], + "lerp_mode": "catmullrom" + }, + "1.0833": [-18.88453, -26.56561, -7.27096], + "1.375": { + "pre": [-111.72706, -15.71065, 51.02573], + "post": [-111.72706, -15.71065, 51.02573], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-111.72706, -15.71065, 51.02573], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, -35], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -35], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [-52.31056, 20.25437, 14.97401], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [1.78085, 20.7214, 33.65936], + "lerp_mode": "catmullrom" + }, + "1.0833": [1.78085, 20.7214, 33.65936], + "1.375": { + "pre": [-33.21915, 20.7214, 33.65936], + "post": [-33.21915, 20.7214, 33.65936], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-33.21915, 20.7214, 33.65936], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [-85, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-29.40842, 6.21271, 10.86815], + "lerp_mode": "catmullrom" + }, + "1.0833": [-59.84948, 6.44281, 11.27067] + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0833": [0, 0, 15], + "1.375": { + "pre": [0, 0, -25], + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.0833": [0, 0, 12.5], + "1.375": { + "pre": [0, 0, -12.5], + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [10.6469, -14.0761, -5.23619], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [21.26541, -13.10321, -2.52171], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-20.9528, -11.48863, 1.98318], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-10.26899, -11.37095, 2.31152], + "lerp_mode": "catmullrom" + }, + "1.0833": [-20.9528, -11.48863, 1.98318], + "1.375": { + "pre": [21.5472, -11.48863, 1.98318], + "post": [21.5472, -11.48863, 1.98318], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [21.5472, -11.48863, 1.98318], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "helm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": [0, 0, 0] + } + }, + "bone19": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": [0, 0, -0.525], + "1.0833": { + "pre": [0, 0, -0.525], + "post": [0, 0, -0.525] + } + } + }, + "leg_upper_left": { + "rotation": { + "0.0": { + "post": [-49.95055, -4.15673, -2.93051], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-12.45055, -4.15673, -2.93051], + "lerp_mode": "catmullrom" + }, + "1.0833": [-12.45055, -4.15673, -2.93051], + "1.375": { + "pre": [-84.95055, -4.15673, -2.93051], + "post": [-84.95055, -4.15673, -2.93051], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-84.95055, -4.15673, -2.93051], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0.6], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [29.45677, 3.8059, -3.2745], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [6.95677, 3.8059, -3.2745], + "lerp_mode": "catmullrom" + }, + "1.0833": [6.95677, 3.8059, -3.2745], + "1.375": { + "pre": [47.95677, 3.8059, -3.2745], + "post": [47.95677, 3.8059, -3.2745], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [47.95677, 3.8059, -3.2745], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.4, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0.4, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": [0, 0.4, 0], + "1.375": { + "pre": [0, -0.2, -0.375], + "post": [0, -0.2, -0.375], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -0.2, -0.375], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": [20, 0, 0], + "1.375": { + "pre": [40, 0, 0], + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": [0, 0, 0], + "1.375": { + "pre": [0, 0.8, -0.55], + "post": [0, 0.8, -0.55], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0.8, -0.55], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [0.41084, -4.26549, 6.29144], + "lerp_mode": "catmullrom" + }, + "0.2083": [-14.58916, -4.26549, 6.29144], + "1.0833": [-14.58916, -4.26549, 6.29144], + "1.375": { + "pre": [-2.83916, -4.26549, 6.29144], + "post": [-2.83916, -4.26549, 6.29144], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-2.83916, -4.26549, 6.29144], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/blacephalon/blacephalon.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/blacephalon/blacephalon.animation.json new file mode 100644 index 0000000..00a507f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/blacephalon/blacephalon.animation.json @@ -0,0 +1,339 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.blacephalon.ground_walk": { + "loop": true, + "animation_length": 2, + "bones": { + "torso_bot": { + "rotation": ["1+math.sin(q.anim_time*90*8-60)*2", "math.sin(q.anim_time*90*4+60)*20", "-math.sin(q.anim_time*90*4)*2"], + "position": [0, "0-(8/11+(8*0.1))+math.abs(math.sin(((query.anim_time)-(1.1/8))*90*4)*(4/11+(4*0.1)))", "0.5+math.sin(q.anim_time*90*8)*0.5"] + }, + "left_leg": { + "rotation": { + "0.0": { + "post": [2.1153, -20.38198, -13.4154], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-9.91615, 1.29876, 7.38733], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [2.46492, 4.12025, 7.48385], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15.08385, 1.29876, 7.38733], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.1153, -20.38198, -13.4154], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-9.91615, 1.29876, 7.38733], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [2.46492, 4.12025, 7.48385], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [15.08385, 1.29876, 7.38733], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [2.1153, -20.38198, -13.4154], + "lerp_mode": "catmullrom" + } + }, + "position": ["0.5-math.cos(q.anim_time*90*4)*0.5", "math.clamp(math.cos(q.anim_time*90*4)*2,0,2)", "-math.sin(q.anim_time*90*4)*1"] + }, + "leg_1_r2": { + "rotation": { + "0.0": [45, 0, 0], + "0.125": [37.5, 0, 0], + "0.25": [0, 0, 0], + "0.75": [0, 0, 0], + "0.9167": [50, 0, 0], + "1.0": [45, 0, 0], + "1.125": [37.5, 0, 0], + "1.25": [0, 0, 0], + "1.75": [0, 0, 0], + "1.9167": [50, 0, 0], + "2.0": [45, 0, 0] + } + }, + "leg_2_r2": { + "rotation": { + "0.0": { + "post": [-27.22, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-27.22, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-27.22, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feet_r2": { + "rotation": { + "0.0": [41.2862, 13.35421, 2.13332], + "0.2083": [-17.66257, 3.83873, -5.6822], + "0.25": [0.04768, 1.93564, -7.2453], + "0.75": [0.32128, -3.41295, -8.85062], + "1.0": [41.2862, 13.35421, 2.13332], + "1.2083": [-17.66257, 3.83873, -5.6822], + "1.25": [0.04768, 1.93564, -7.2453], + "1.75": [0.32128, -3.41295, -8.85062], + "2.0": [41.2862, 13.35421, 2.13332] + } + }, + "toe_r2": { + "rotation": { + "0.0": [-35, 0, 0], + "0.25": [-7.5, 0, 0], + "0.75": [-27.5, 0, 0], + "1.0": [-35, 0, 0], + "1.25": [-7.5, 0, 0], + "1.75": [-27.5, 0, 0], + "2.0": [-35, 0, 0] + } + }, + "right_leg": { + "rotation": { + "0.0": { + "post": [2.64, -4.01, -9.99], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [15.08385, -1.29876, -7.38733], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [2.1153, 20.38198, 13.4154], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-9.91615, -1.29876, -7.38733], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15.08385, -1.29876, -7.38733], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [2.1153, 20.38198, 13.4154], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-9.91615, -1.29876, -7.38733], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [2.64, -4.01, -9.99], + "lerp_mode": "catmullrom" + } + }, + "position": ["-0.5-math.cos(q.anim_time*90*4)*0.5", "math.clamp(-math.cos(q.anim_time*90*4)*2,0,2)", "math.sin(q.anim_time*90*4)*1"] + }, + "leg_1_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.4167": [50, 0, 0], + "0.625": [37.5, 0, 0], + "0.75": [0, 0, 0], + "1.25": [0, 0, 0], + "1.4167": [50, 0, 0], + "1.625": [37.5, 0, 0], + "1.75": [0, 0, 0], + "2.0": [0, 0, 0] + } + }, + "leg_2_r": { + "rotation": { + "0.0": { + "post": [3.89, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-27.22, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-27.22, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [3.89, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feet_r": { + "rotation": { + "0.0": [0.18, 0.74, 8.05], + "0.25": [0.32128, 3.41295, 8.85062], + "0.5": [43.7862, -13.35421, -2.13332], + "0.7083": [-13.34682, -3.56686, 5.9055], + "0.75": [0.04768, -1.93564, 7.2453], + "1.25": [0.32128, 3.41295, 8.85062], + "1.5": [43.7862, -13.35421, -2.13332], + "1.7083": [-13.34682, -3.56686, 5.9055], + "1.75": [0.04768, -1.93564, 7.2453], + "2.0": [0.18, 0.74, 8.05] + } + }, + "toe_r": { + "rotation": { + "0.0": [-17.5, 0, 0], + "0.25": [-27.5, 0, 0], + "0.5": [-35, 0, 0], + "0.75": [-7.5, 0, 0], + "1.25": [-27.5, 0, 0], + "1.5": [-35, 0, 0], + "1.75": [-7.5, 0, 0], + "2.0": [-17.5, 0, 0] + } + }, + "torso_bot2": { + "rotation": ["-1-math.sin(q.anim_time*90*8)*1", "-math.sin(q.anim_time*90*4+85)*15", "math.sin(q.anim_time*90*4+50)*9"] + }, + "torso_top": { + "rotation": ["-5-math.sin(q.anim_time*90*8)*2", 0, 0] + }, + "head_ball": { + "rotation": ["-1-math.sin(q.anim_time*90*8-90)*4", 0, 0] + }, + "arm_left_1": { + "rotation": ["13.0704-math.sin(q.anim_time*90*4)*12", "-16.7465-math.sin(q.anim_time*90*4)*30", "30-math.sin(q.anim_time*90*8-45)*2"] + }, + "arm_left_3": { + "rotation": [-2.40081, "16.2463-math.sin(q.anim_time*90*4-90)*12", "-20-math.sin(q.anim_time*90*8+90)*1"] + }, + "hand_left": { + "rotation": [2.57366, 12.94466, "-17.7124-math.sin(q.anim_time*90*4+45)*2"] + }, + "arm_right_1": { + "rotation": ["13.0704+math.sin(q.anim_time*90*4)*12", "16.7465-math.sin(q.anim_time*90*4)*30", "-30+math.sin(q.anim_time*90*8-45)*2"] + }, + "arm_right_3": { + "rotation": [-2.40081, "-16.2463-math.sin(q.anim_time*90*4-90)*12", "20-math.sin(q.anim_time*90*8+90)*1"] + }, + "hand_right": { + "rotation": [2.57366, -12.9447, "17.7124-math.sin(q.anim_time*90*4+45)*2"] + } + } + }, + "animation.blacephalon.ground_idle": { + "loop": true, + "bones": { + "torso_bot": { + "rotation": ["2.5+Math.cos((query.anim_time) * 90 * 2 - 90) * 2", 5, "0+Math.cos((query.anim_time) * 90 * 1) * 2"], + "position": [0, "0.7+Math.cos((query.anim_time) * 90 * 2) * 0.1", 0] + }, + "torso_bot2": { + "rotation": [0, 0, "0-math.cos(q.anim_time*90*3/2-60)*2"] + }, + "torso_top": { + "rotation": [0, 0, "0-math.cos(q.anim_time*90*3/2-60)*6"] + }, + "head_ball": { + "rotation": ["10+2.5*math.sin(q.anim_time*90*2)*0.75", 0, "2.5*math.sin(q.anim_time*90*2+90)*0.75"], + "position": [0, "2+math.sin(q.anim_time*90*4)*0.75", 0] + }, + "cone_flat_test2": { + "rotation": ["5+2.5*math.sin(q.anim_time*90*2)*0.5", 0, "2.5*math.sin(q.anim_time*90*2+90)*0.5"], + "position": [0, "math.sin(q.anim_time*90*2)*0.1", 0] + }, + "arm_left_1": { + "rotation": [0, 0, "0-math.cos(q.anim_time*90*3/2-210)*4"] + }, + "arm_left_2": { + "rotation": ["1.0448-math.cos(q.anim_time*90*3/2-130)*1", -0.92232, "60.9719+math.cos(q.anim_time*90*3/2-160)*8"] + }, + "arm_left_3": { + "rotation": ["0-math.cos(q.anim_time*90*3/2-210)*1", 0, "-101-math.cos(q.anim_time*90*3/2-210)*10"] + }, + "hand_mid_r2": { + "rotation": [0, 0, "37.5-math.cos(q.anim_time*90*3/2-210)*4"] + }, + "arm_right_1": { + "rotation": [0, 0, "0-math.cos(q.anim_time*90*3/2-210)*4"] + }, + "arm_right_2": { + "rotation": ["1.0448-math.cos(q.anim_time*90*3/2-130)*1", -0.92232, "-67.9719+math.cos(q.anim_time*90*3/2-160)*8"] + }, + "arm_right_3": { + "rotation": ["0-math.cos(q.anim_time*90*3/2-210)*1", 0, "101-math.cos(q.anim_time*90*3/2-210)*10"] + }, + "hand_mid_r": { + "rotation": [0, 0, "-37.5-math.cos(q.anim_time*90*3/2-210)*4"] + }, + "leg_1_r2": { + "rotation": [0, -10, 0] + }, + "leg_1_r": { + "rotation": [0, 12.5, 0] + }, + "body": { + "position": [0, "-0.8+Math.cos((query.anim_time) * 90 * 2) * 0.19", "0+Math.cos((query.anim_time) * 90 * 2) * -0.1"] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/blipbug/blipbug.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/blipbug/blipbug.animation.json new file mode 100644 index 0000000..537ba2a --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/blipbug/blipbug.animation.json @@ -0,0 +1,146 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.blipbug.ground_walk": { + "loop": true, + "bones": { + "torso": { + "rotation": [25, 0, "-1*(math.sin(q.anim_time*90+4)*2)-2*(math.sin(q.anim_time*90+4)*2)"] + }, + "frontrightleg": { + "rotation": [20, 0, 0] + }, + "frontleftleg": { + "rotation": [40, 0, 0] + }, + "neck": { + "rotation": ["+1*(math.cos(q.anim_time*90+4)*1)", "0+1*(math.cos(q.anim_time*90+4)*6)", 0], + "position": [0, -8.5, 0] + }, + "head": { + "rotation": [ + "0-1*(math.sin(q.anim_time*90+2)*12)+1*(math.sin(q.anim_time*90+2)*12)", + "0-0.5*(math.sin(q.anim_time*90+2)*12)", + "0-2*(math.sin(q.anim_time*90+2)*12)" + ], + "position": [0, -0.5, 0] + }, + "leftear": { + "rotation": [0, "-32.5+1*(math.cos(q.anim_time*90+2)*4)", 0] + }, + "rightear": { + "rotation": [0, "32.5-1*(math.cos(q.anim_time*90+2)*4)", 0] + }, + "antennae": { + "rotation": ["-32.5+1*(math.cos(q.anim_time*90+5)*7)", 0, 0] + }, + "bow": { + "rotation": [0, 0, 0] + }, + "bowleft": { + "rotation": [0, 0, 20] + }, + "bowright": { + "rotation": [0, 0, -12.5] + }, + "torso2": { + "rotation": ["30+1*(math.sin(q.anim_time*90+4)*1)", 0, "-2*(math.cos(q.anim_time*90+4)*4)-2*(math.sin(q.anim_time*90+4)*4)"], + "position": [0, 0, 0] + }, + "tail": { + "rotation": ["25-1*(math.cos(q.anim_time*90+4)*1)", 0, "0-1*(math.cos(q.anim_time*90+4)*4)-2*(math.sin(q.anim_time*90+4)*4)"] + }, + "tail2": { + "rotation": [-49.87704, -1.36262, -0.66161] + }, + "backleftleg": { + "rotation": ["30-1*(math.sin(q.anim_time*90+4)*12)", "0-1*(math.sin(q.anim_time*90+4)*12)", 0] + }, + "backrightleg": { + "rotation": ["30+1*(math.sin(q.anim_time*120+4)*12)", "0+1*(math.sin(q.anim_time*90+4)*12)", 0] + }, + "root": { + "rotation": [0, 0, "0+1*(math.sin(q.anim_time*90+4)*6)"], + "position": [0, 0, 0] + }, + "eyes": { + "position": [0, 0, 0] + }, + "eyesclosed": { + "position": [0, 0, 1] + }, + "eyesattack": { + "position": [0, 0, 1] + } + } + }, + "animation.blipbug.ground_idle": { + "loop": true, + "bones": { + "torso": { + "rotation": ["22.5-1*(math.cos(q.anim_time*90+2)*4)", 0, 0] + }, + "frontrightleg": { + "rotation": ["30-4*(math.cos(q.anim_time*90+2)*1.5)", 0, 0] + }, + "frontleftleg": { + "rotation": ["30-4*(math.cos(q.anim_time*90+2)*1.5)", 0, 0] + }, + "neck": { + "rotation": ["7.5+1*(math.cos(q.anim_time*90+2)*4)", 0, 0], + "position": [0, -9, 0] + }, + "head": { + "rotation": [0, 0, "0-1*(math.sin(q.anim_time*90+5)*5)"], + "position": [0, -0.5, 0] + }, + "leftear": { + "rotation": [0, "-32.5+1*(math.cos(q.anim_time*90+2)*4)", 0] + }, + "rightear": { + "rotation": [0, "32.5-1*(math.cos(q.anim_time*90+2)*4)", 0] + }, + "antennae": { + "rotation": ["-32.5+1*(math.cos(q.anim_time*90+5)*7)", 0, 0] + }, + "bow": { + "rotation": [0, 0, 0] + }, + "bowleft": { + "rotation": [0, 0, 20] + }, + "bowright": { + "rotation": [0, 0, -12.5] + }, + "torso2": { + "rotation": ["30-1*(math.sin(q.anim_time*90+4)*0.5)", 0, 0], + "position": [0, 0, 0] + }, + "tail": { + "rotation": ["20-1*(math.cos(q.anim_time*90+2)*4)", 0, "0-1*(math.sin(q.anim_time*90+5)*5)"] + }, + "tail2": { + "rotation": [-49.87704, -1.36262, -0.66161] + }, + "backleftleg": { + "rotation": ["30-4*(math.cos(q.anim_time*90+2)*1.5)", 0, 0] + }, + "backrightleg": { + "rotation": ["30-4*(math.cos(q.anim_time*90+2)*1.5)", 0, "0-4*(math.cos(q.anim_time*90+2)*1)"] + }, + "root": { + "position": [0, 0, 0] + }, + "eyes": { + "position": [0, 0, 0] + }, + "eyesclosed": { + "position": [0, 0, 1] + }, + "eyesattack": { + "position": [0, 0, 1] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/brutebonnet/brutebonnet.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/brutebonnet/brutebonnet.animation.json new file mode 100644 index 0000000..a1443c5 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/brutebonnet/brutebonnet.animation.json @@ -0,0 +1,83 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.brutebonnet.ground_idle": { + "loop": true, + "bones": { + "amoongus": { + "position": [0, -0.25, 0] + }, + "torso": { + "rotation": [0, 0, "math.sin(q.anim_time*90)*2.5"], + "position": [0, "math.sin(q.anim_time*90)*0.1", 0] + }, + "tail": { + "rotation": [0, "math.sin(q.anim_time*90)*12.5", 0] + }, + "leg_right_front": { + "rotation": [0, 0, 5] + }, + "leg_right_back": { + "rotation": [0, 0, 5] + }, + "leg_left_front": { + "rotation": [0, 0, -5] + }, + "leg_left_back": { + "rotation": [0, 0, -5] + }, + "head": { + "rotation": [-10, 0, 0] + }, + "jaw": { + "rotation": ["12.5+math.sin(q.anim_time*90)*5", 0, 0] + }, + "arm_right": { + "rotation": [0, 0, "-22.5+math.cos(q.anim_time*90)*5"] + }, + "arm_left2": { + "rotation": [0, -45, 0] + }, + "arm_left": { + "rotation": [0, 0, "22.5+math.cos(q.anim_time*90)*5"] + }, + "arm_right2": { + "rotation": [0, 45, 0] + }, + "cap": { + "rotation": [-5, 0, 0] + }, + "hair_right_front": { + "rotation": [0, 0, 0] + }, + "hair_right_back": { + "rotation": [5, 0, "5+math.sin(q.anim_time*180)*2.5"] + }, + "hair_left_back": { + "rotation": [5, 0, "-5+math.sin(q.anim_time*180)*2.5"] + }, + "hair_back_right": { + "rotation": ["10+math.sin(q.anim_time*90)*5", 0, 0] + }, + "hair_back_left": { + "rotation": ["10+math.sin(q.anim_time*90)*5", 0, 0] + }, + "hair_back": { + "rotation": ["17.5+math.sin(q.anim_time*180)*5", 0, 0] + }, + "hair_right": { + "rotation": [0, 0, "5+math.sin(q.anim_time*90)*10"] + }, + "hair_left": { + "rotation": [0, 0, "-5+math.sin(q.anim_time*90)*10"] + }, + "hair_front_right": { + "rotation": ["-5+math.sin(q.anim_time*90)*5", 0, 5] + }, + "hair_front_left": { + "rotation": ["-5+math.sin(q.anim_time*90)*5", 0, -5] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/capsakid/capsakid.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/capsakid/capsakid.animation.json new file mode 100644 index 0000000..32a419b --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/capsakid/capsakid.animation.json @@ -0,0 +1,503 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.capsakid.ground_idle": { + "loop": true, + "animation_length": 0.96, + "bones": { + "head": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": [0, 0, 22.5] + }, + "arm_right": { + "rotation": [0, 0, -22.5] + }, + "leg_right": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "all": { + "position": { + "0.0": { + "post": [0, 0, 0.25], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [0, 0, -0.25], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [0, 0, 0.25], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.capsakid.ground_walk": { + "loop": true, + "animation_length": 0.64, + "bones": { + "head": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.16": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "0.16": { + "post": [0, 0, 35], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [0, 0, 35], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "0.16": { + "post": [0, 0, -35], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [0, 0, -35], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": { + "0.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.16": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.16": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "all": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "0.16": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.capsakid.faint": { + "loop": true, + "animation_length": 2.886, + "bones": { + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.16": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.16": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.44": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.44": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "eyelid_left": { + "position": { + "0.4": [0, 0, 0], + "0.44": [1, 0, -1] + } + }, + "eyelid_right": { + "position": { + "0.4": [0, 0, 0], + "0.44": [-1, 0, -1] + } + }, + "all": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.16": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [62.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.16": { + "post": [0, 0, -0.5], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [0, 0, -0.5], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [0, 0, -0.75], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.capsakid.blink": { + "loop": true, + "animation_length": 0.2, + "bones": { + "eyelid_left": { + "position": { + "0.0": [0, 0, 0], + "0.04": [1, 0, -1], + "0.16": [1, 0, -1], + "0.2": [0, 0, 0] + } + }, + "eyelid_right": { + "position": { + "0.0": [0, 0, 0], + "0.04": [-1, 0, -1], + "0.16": [-1, 0, -1], + "0.2": [0, 0, 0] + } + } + } + }, + "animation.capsakid.sleep": { + "loop": true, + "animation_length": 1.12, + "bones": { + "head": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.12": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 32.5], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [0, 0, 45], + "lerp_mode": "catmullrom" + }, + "1.12": { + "post": [0, 0, 32.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 0, -32.5], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [0, 0, -45], + "lerp_mode": "catmullrom" + }, + "1.12": { + "post": [0, 0, -32.5], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": [-90, 25, 0], + "position": [0, 0.5, -1] + }, + "leg_left": { + "rotation": [-90, -25, 0], + "position": [0, 0.5, -1] + }, + "eyelid_left": { + "position": [1, 0, -1] + }, + "eyelid_right": { + "position": [-1, 0, -1] + }, + "all": { + "position": [0, -1, 0] + } + } + } + }, + "geckolib_format_version": 2 +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/celebi/celebi.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/celebi/celebi.animation.json new file mode 100644 index 0000000..0f05b03 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/celebi/celebi.animation.json @@ -0,0 +1,125 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.celebi.ground_idle": { + "loop": true, + "bones": { + "celebi": { + "position": [0, 3, 0] + }, + "body": { + "rotation": ["math.sin(q.anim_time*90*2+90)*-2", 0, "math.sin(q.anim_time*90*2+30)*-2"], + "position": ["math.sin(q.anim_time*90*0.2)*-0.5", "math.sin(q.anim_time*90*2)*-1", 0] + }, + "arm_right": { + "rotation": [0, 0, "-35+math.sin(q.anim_time*90*2-80)*10"] + }, + "arm_right2": { + "rotation": [0, 0, "17.5-math.sin(q.anim_time*180*2-80)*-2"] + }, + "arm_left": { + "rotation": [0, 0, "35+math.sin(q.anim_time*90*2-80)*-10"] + }, + "arm_left2": { + "rotation": [0, 0, "-17.5+math.sin(q.anim_time*180*2-80)*-2"] + }, + "wing_right": { + "rotation": [-1.16524, "-7.5254+Math.cos((query.anim_time) * 90 * 20) * -15", -2.75806] + }, + "wing_left": { + "rotation": [-1.16524, "5.0254+Math.cos((query.anim_time) * 90 * 20) * 15", 2.75806] + }, + "lef_right": { + "rotation": ["15+math.sin(q.anim_time*90*3-20)*-10", 2, 0] + }, + "lef_right2": { + "rotation": [11, 0, 0] + }, + "lef_right3": { + "rotation": ["10+math.sin(q.anim_time*90*3-20)*-10", 5, 0] + }, + "head": { + "rotation": ["math.sin(q.anim_time*90*2+90)*-2", 0, "math.sin(q.anim_time*90*2+30)*-2"] + }, + "anthena_right": { + "rotation": [0, "20+math.sin(q.anim_time*90*1-10)*-4", "1-(math.sin(q.anim_time*90*2-10)*4)"] + }, + "anthena_left": { + "rotation": [0, "-20+math.sin(q.anim_time*90*1-10)*4", "-(math.sin(q.anim_time*90*2-10)*- 4)"] + }, + "lef_left": { + "rotation": ["25+math.sin(q.anim_time*90*3-40)*-10", -5, 0] + }, + "lef_left2": { + "rotation": ["25+math.sin(q.anim_time*90*3-40)*-10", 0, 0] + }, + "lef_left3": { + "rotation": ["1+math.sin(q.anim_time*90*3-40)*-2", -5, 0] + }, + "torso": { + "position": [0, "math.sin(q.anim_time*90*2-20)*-0.1", 0] + } + } + }, + "animation.celebi.ground_walk": { + "loop": true, + "bones": { + "celebi": { + "position": [0, 3, 0] + }, + "body": { + "rotation": ["25+math.sin(q.anim_time*90*4+80)*-3", 0, "-math.sin(q.anim_time*90*2+30)*-3"], + "position": ["math.sin(q.anim_time*90*2)*-0.5", "math.sin(q.anim_time*90*4)*-1", "math.sin(q.anim_time*90*4)*0.5"] + }, + "arm_right": { + "rotation": [0, 20, "-35+math.sin(q.anim_time*90*4-40)*10"] + }, + "arm_right2": { + "rotation": [0, 4, "15-math.sin(q.anim_time*90*4-40)*-5"] + }, + "arm_left": { + "rotation": [0, -20, "35+math.sin(q.anim_time*90*4-40)*-10"] + }, + "arm_left2": { + "rotation": [0, -4, "-15+math.sin(q.anim_time*90*4-40)*-5"] + }, + "wing_right": { + "rotation": [0, "0+Math.cos((query.anim_time) * 90 * 24) * 17", 0] + }, + "wing_left": { + "rotation": [0, "0+Math.cos((query.anim_time) * 90 * 24) * -17", 0] + }, + "lef_right": { + "rotation": ["25+math.sin(q.anim_time*90*4-30)*-15", 5, 0] + }, + "lef_right2": { + "rotation": [22.5, 0, 0] + }, + "lef_right3": { + "rotation": ["25+math.sin(q.anim_time*90*4-30)*-15", 5, 0] + }, + "head": { + "rotation": [-20, 0, "-math.sin(q.anim_time*90*2+30)*-3"] + }, + "anthena_right": { + "rotation": [0, "20+math.sin(q.anim_time*90*4-10)*-4", "(math.sin(q.anim_time*90*4-10)*4)"] + }, + "anthena_left": { + "rotation": [0, "-20+math.sin(q.anim_time*90*4-10)*4", "(math.sin(q.anim_time*90*4-10)*-4)"] + }, + "lef_left": { + "rotation": ["15+math.sin(q.anim_time*90*4-20)*-10", -5, 0] + }, + "lef_left2": { + "rotation": [2.5, 0, 0] + }, + "lef_left3": { + "rotation": ["15+math.sin(q.anim_time*90*4-20)*-10", -5, 0] + }, + "torso": { + "position": [0, "math.sin(q.anim_time*90*2-20)*-0.1", 0] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/chienpao/chienpao.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/chienpao/chienpao.animation.json new file mode 100644 index 0000000..0eda64d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/chienpao/chienpao.animation.json @@ -0,0 +1,264 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.chienpao.ground_idle": { + "loop": true, + "bones": { + "tail_1": { + "rotation": [-30, "math.cos((query.anim_time - 0.5) * 90) * 16", 0] + }, + "tail_2": { + "rotation": [12.5, "0+math.cos((query.anim_time - 0.8) * 90) * 16", 0] + }, + "tail_3": { + "rotation": [30, "0+math.cos((query.anim_time - 1.1) * 90) * 16", 0] + }, + "tail_4": { + "rotation": [60, 0, 0] + }, + "tail_5": { + "rotation": [62.5, 0, 0] + }, + "tail_6": { + "rotation": [65, 0, 0] + }, + "torso": { + "rotation": ["math.cos(q.anim_time*90*2-90)*0.4", 0, "0+math.cos(q.anim_time*90*2)*0.6"], + "position": [0, "math.sin(q.anim_time*90*1-90)*0.05", 0] + }, + "neck": { + "rotation": ["-math.sin(q.anim_time*90*2-90)*0.6", 0, "-math.cos(q.anim_time*90*1-90)*0.5"] + }, + "head": { + "rotation": ["-math.sin(q.anim_time*90*1-90)*4", 0, 0], + "position": [0, "-math.cos(q.anim_time*90*2-90)*0.05", 0] + }, + "wisker_right": { + "rotation": [0, 15, 0] + }, + "wisker_left": { + "rotation": [0, -15, 0] + }, + "ear_right": { + "rotation": [0, 0, "-math.sin(q.anim_time*90*3-90)*3"] + }, + "ear_left": { + "rotation": [0, 0, "math.sin(q.anim_time*90*3-90)*3"] + } + } + }, + "animation.chienpao.ground_walk": { + "loop": true, + "bones": { + "tail_1": { + "rotation": ["-30+math.sin(q.anim_time*90*8-180-60)*2", "math.sin(q.anim_time*90*4-180-60)*4", 0] + }, + "tail_2": { + "rotation": ["12.5+math.sin(q.anim_time*90*8-200-80)*2", "math.sin(q.anim_time*90*4-200-80)*4", 0] + }, + "tail_3": { + "rotation": ["12.5+math.sin(q.anim_time*90*8-220-100)*2", "math.sin(q.anim_time*90*4-220-100)*4", 0] + }, + "tail_4": { + "rotation": ["12.5+math.sin(q.anim_time*90*8-240-120)*2", "math.sin(q.anim_time*90*4-240-120)*4", 0] + }, + "tail_5": { + "rotation": ["20+math.sin(q.anim_time*90*8-260-140)*2", "0+math.sin(q.anim_time*90*4-260-140)*4", 0] + }, + "tail_6": { + "rotation": ["35+math.sin(q.anim_time*90*8-280-160)*2", "0+math.sin(q.anim_time*90*4-280-160)*4", 0] + }, + "torso": { + "rotation": ["math.sin(q.anim_time*90*4-90)*1+0.5", 0, 0], + "position": [0, "math.sin(q.anim_time*90*8-90)*0.2", 0] + }, + "neck": { + "rotation": ["12.5+math.sin(q.anim_time*90*8-260-140)*2", "math.sin(q.anim_time*90*4-260-140)*4", 0] + }, + "head": { + "rotation": [ + "-10-math.sin(q.anim_time*90*4-90)*0.5+math.sin(q.anim_time*90*4*2-45)*1", + 0, + "-math.clamp(math.sin(q.anim_time*90*4-90)*1,-0.8,0.8)-math.sin(q.anim_time*90*4-180)*1" + ], + "position": ["math.sin(q.anim_time*90*4-45)*0.1", "math.sin(-q.anim_time*90*4*2-45)*0.1", 0] + }, + "wisker_right": { + "rotation": [0, 17.5, "0+math.sin(q.anim_time*90*8-200)*3"] + }, + "wisker_left": { + "rotation": [0, -17.5, "0-math.sin(q.anim_time*90*8-200)*3"] + }, + "ear_right": { + "rotation": [0, 0, "math.sin(q.anim_time*90*8-180)*3"] + }, + "ear_left": { + "rotation": [0, 0, "math.sin(q.anim_time*90*8)*3"] + }, + "leg_front_left1": { + "rotation": [ + "30-math.clamp(20*(math.sin(q.anim_time*90*4-90+33)*1+1),-0,60)", + 0, + "-math.clamp(math.sin(q.anim_time*90*4-90)*1,-0.8,0.8)-math.sin(q.anim_time*90*4-180)*1" + ], + "position": [ + 0, + "-1+1*(math.clamp(math.sin(q.anim_time*90*4-160)*1.6,1,1.6)-0.2)+0.5*(math.clamp(math.sin(q.anim_time*90*4-75)*1.8,1,1.8)-1)-0.1*(math.clamp(math.sin(q.anim_time*90*4)*1.4,1,1.4)+1)-math.clamp(math.sin(q.anim_time*90*4-180)*1,0,1)", + 0 + ] + }, + "leg_front_left2": { + "rotation": [ + "-math.clamp(math.sin(q.anim_time*90*4-180*0+33)*25,0,40)-(math.clamp(math.sin(q.anim_time*90*1-90*0)*1,0.5,1)*1-0.5)*20-(math.clamp(math.sin(q.anim_time*90*1-90*2)*1,0.5,1)*1-0.5)*20", + 0, + 0 + ] + }, + "leg_front_left3": { + "rotation": ["-20+math.clamp(10*(math.sin(q.anim_time*90*4-90-180*0)*1+1),-0,60)+math.clamp(math.sin(q.anim_time*90*4-180*0+10)*30,-5,30)", 0, 0], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4-120)*1.1,0.9,1)-0.9+math.clamp(math.sin(q.anim_time*90*2-130)*1.3,0.9,1)-0.9", 0] + }, + "leg_front_right1": { + "rotation": [ + "30-math.clamp(20*(math.sin(q.anim_time*90*4-90+33+180)*1+1),-0,60)", + 0, + "math.clamp(math.sin(q.anim_time*90*4-90+180)*1,-0.8,0.8)+math.sin(q.anim_time*90*4-180*0)*1" + ], + "position": [ + 0, + "-1+1*(math.clamp(math.sin(q.anim_time*90*4-165+180)*1.6,1,1.6)-0.2)+0.5*(math.clamp(math.sin(q.anim_time*90*4-75+180)*1.8,1,1.8)-1)-0.1*(math.clamp(math.sin(q.anim_time*90*4+180)*1.4,1,1.4)+1)-math.clamp(math.sin(q.anim_time*90*4)*1,0,1)", + 0 + ] + }, + "leg_front_right2": { + "rotation": [ + "-math.clamp(math.sin(q.anim_time*90*4-180*1+33)*25,0,40)-(math.clamp(math.sin(q.anim_time*90*1-90*3)*1,0.5,1)*1-0.5)*20-(math.clamp(math.sin(q.anim_time*90*1-90*1)*1,0.5,1)*1-0.5)*20", + 0, + 0 + ] + }, + "leg_front_right3": { + "rotation": ["20-math.clamp(10*(math.sin(q.anim_time*90*4-90-180*0)*1+1),-0,60)-math.clamp(math.sin(q.anim_time*90*4-180*0+10)*30,-5,30)", 0, 0], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4-120)*1.1,0.9,1)-0.9+math.clamp(math.sin(q.anim_time*90*2-130+90)*1.3,0.9,1)-0.9", 0] + }, + "leg_back_right1": { + "rotation": [ + "-20+math.clamp(15*(math.sin(q.anim_time*90*4-90+180)*1+1),-0,60)", + 0, + "math.clamp(math.sin(q.anim_time*90*4-90+180)*1,-0.8,0.8)+math.sin(q.anim_time*90*4-180*0)*1" + ], + "position": [ + 0, + "-0.8-math.clamp(-math.sin(q.anim_time*90*4+90+180*1)*0.01,0,0.01)+math.clamp(-math.sin(q.anim_time*90*4+20+180*1)*1,0.4,1)-0.4+math.clamp(math.sin(q.anim_time*90*4-130+180*1)*1.5,0.4,0.6)-0.3+(math.clamp(-math.sin(q.anim_time*90*2+70+180*1)*1,0.5,1)-0.5)*0.5+(math.clamp(-math.sin(q.anim_time*90*2+70+180*0)*1,0.5,1)+0.5)*0.5", + 0 + ] + }, + "leg_back_right2": { + "rotation": [ + "math.clamp(math.sin(q.anim_time*90*4+180)*10,0,10)-math.clamp(math.sin(q.anim_time*90*4-95+180)*10,0,45)-math.clamp(math.sin(q.anim_time*90*4+180*0)*10,0,45)", + 0, + 0 + ], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4-130+180)*1,0.5,1)-math.clamp(math.sin(q.anim_time*90*4-40+180)*1,0.75,1)+0.25", 0] + }, + "leg_back_right3": { + "rotation": [ + "-math.clamp(math.sin(q.anim_time*90*4+180*1)*10,0,10)+math.clamp(math.sin(q.anim_time*90*4+10+180*0)*25,0,45)-(-20+math.clamp(11*(math.sin(q.anim_time*90*4-90+180*1)*1+1),-0,60))+math.clamp(math.sin(q.anim_time*90*4-130+180*1)*00,50,100)-50", + 0, + 0 + ], + "position": [0, "(math.clamp(math.sin(q.anim_time*90*4-110+180*0)*1,0.5,1)-0.5)*0.7", 0] + }, + "leg_back_left1": { + "rotation": [ + "-20+math.clamp(15*(math.sin(q.anim_time*90*4-90)*1+1),-0,60)", + 0, + "-math.clamp(math.sin(q.anim_time*90*4-90)*1,-0.8,0.8)-math.sin(q.anim_time*90*4-180)*1" + ], + "position": [ + 0, + "-0.8-math.clamp(-math.sin(q.anim_time*90*4+90+180*0)*0.01,0,0.01)+math.clamp(-math.sin(q.anim_time*90*4+20+180*0)*1,0.4,1)-0.4+math.clamp(math.sin(q.anim_time*90*4-130+180*0)*1.5,0.4,0.6)-0.3+(math.clamp(-math.sin(q.anim_time*90*2+70+180*0)*1,0.5,1)-0.5)*0.5+(math.clamp(-math.sin(q.anim_time*90*2+70+180*1)*1,0.5,1)+0)*0.5", + 0 + ] + }, + "leg_back_left2": { + "rotation": [ + "math.clamp(math.sin(q.anim_time*90*4)*10,0,10)-math.clamp(math.sin(q.anim_time*90*4-95)*10,0,45)-math.clamp(math.sin(q.anim_time*90*4+180)*10,0,45)", + 0, + 0 + ], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4-130)*1,0.5,1)-math.clamp(math.sin(q.anim_time*90*4-40)*1,0.75,1)+0.25", 0] + }, + "leg_back_left3": { + "rotation": [ + "-math.clamp(math.sin(q.anim_time*90*4+180*0)*10,0,10)+math.clamp(math.sin(q.anim_time*90*4+10+180*1)*25,0,45)-(-20+math.clamp(11*(math.sin(q.anim_time*90*4-90+180*0)*1+1),-0,60))+math.clamp(math.sin(q.anim_time*90*4-130+180*0)*00,50,100)-50", + 0, + 0 + ], + "position": [0, "(math.clamp(math.sin(q.anim_time*90*4-110+180)*1,0.5,1)-0.5)*0.7", 0] + } + } + }, + "animation.chienpao.cry": { + "animation_length": 1.5, + "bones": { + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [35, 0, 0], + "1.25": [35, 0, 0], + "1.5": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/chiyu/chiyu.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/chiyu/chiyu.animation.json new file mode 100644 index 0000000..a60cd51 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/chiyu/chiyu.animation.json @@ -0,0 +1,63 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.chiyu.ground_idle": { + "loop": true, + "bones": { + "bone3": { + "rotation": [0, "0+Math.cos((query.anim_time - 0.5) * 180) * 4", 0] + }, + "bone5": { + "rotation": [0, "0+Math.cos((query.anim_time - 0.8) * 180) * 4", 0] + }, + "bone6": { + "rotation": [0, "0-Math.cos((query.anim_time - 0.8) * 180) * 4", 0] + }, + "bone10": { + "rotation": ["0+Math.cos((query.anim_time - 0.2) * 180) * 2", "0+Math.cos((query.anim_time - 0.2) * 90) * 2", 0] + }, + "bone14": { + "rotation": [0, 0, "0-Math.cos((query.anim_time - 0.8) * 180) * 4"] + }, + "bone13": { + "rotation": [0, 0, "0+Math.cos((query.anim_time - 0.8) * 180) * 4"] + }, + "bone11": { + "rotation": [0, "0+Math.cos((query.anim_time - 0.2) * 90) * 2", 0] + }, + "bone15": { + "rotation": [0, "0-Math.cos((query.anim_time - 0.5) * 180) * 4", 0] + } + } + }, + "animation.chiyu.ground_walk": { + "loop": true, + "bones": { + "bone3": { + "rotation": [0, "0+Math.cos((query.anim_time - 0.8) * 270) * 8", 0] + }, + "bone5": { + "rotation": [0, "0+Math.cos((query.anim_time - 0.8) * 270) * 8", 0] + }, + "bone6": { + "rotation": [0, "0+Math.cos((query.anim_time - 0.8) * 270) * 8", 0] + }, + "bone10": { + "rotation": [0, "0+Math.cos((query.anim_time - 0.2) * 270) * 8", 0] + }, + "bone14": { + "rotation": [0, 0, "0-Math.cos((query.anim_time - 0.8) * 180) * 4"] + }, + "bone13": { + "rotation": [0, 0, "0+Math.cos((query.anim_time - 0.8) * 180) * 4"] + }, + "bone11": { + "rotation": [0, "0+Math.cos((query.anim_time - 0.5) * 270) * 8", 0] + }, + "bone15": { + "rotation": [0, "0+Math.cos((query.anim_time - 0.8) * 270) * 8", 0] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/cinccino/cinccino.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/cinccino/cinccino.animation.json new file mode 100644 index 0000000..34639b7 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/cinccino/cinccino.animation.json @@ -0,0 +1,288 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.cinccino.ground_idle": { + "loop": true, + "bones": { + "head": { + "rotation": ["0+math.sin(q.anim_time*90*3-60)*2", 0, 0] + }, + "arm_left": { + "rotation": [0, "0- math.cos(query.anim_time * 90 * 3 - 90) * 12", 37.5] + }, + "arm_left2": { + "rotation": [0, "math.clamp(math.sin(((query.anim_time) + (0.75/2)) * 90 * 2) * 4, 0, 4)", 0] + }, + "arm_right": { + "rotation": [0, "0+math.cos(query.anim_time * 90 * 3 - 90) * 12", -37.5], + "position": [0, 0, 0] + }, + "arm_right2": { + "rotation": [0, "0 - math.clamp(math.sin(((query.anim_time) - (0.75/2)) * 90 * 2) * 4, 0, 4)", 0] + }, + "torso2": { + "rotation": [1, "0 - math.sin(((query.anim_time) - (0.5/2)) * 90 * 2) * 3", 0] + }, + "leg_left": { + "rotation": [ + "0 -math.sin((query.anim_time) * 90 * 2) * 0", + 0, + "0 - 0 + (math.clamp((math.sin(((query.anim_time - (1.75 / 2))) * 180 * 2) * 1) - math.clamp((math.sin(((query.anim_time - (1.75 / 2))) * 90 * 2) * 2), 0, 1), 0, 1)) * 0" + ], + "position": [0, "math.clamp(math.sin(((query.anim_time) + (1/2)) * 90 * 2) * 0, 0, 0)", 0] + }, + "leg_left2": { + "rotation": ["0 - math.clamp(math.sin(((query.anim_time) - (0.75/2)) * 90 * 2) * 0, -0, 0)", 0, 0] + }, + "leg_right": { + "rotation": [ + "math.sin((query.anim_time) * 90 * 2) * 0", + 0, + "0 - (math.clamp((math.sin(((query.anim_time + (0.25 / 2))) * 180 * 2) * 1) - math.clamp((math.sin(((query.anim_time + (0.25 / 2))) * 90 * 2) * 2), 0, 1), 0, 1)) * 0" + ], + "position": [0, "math.clamp(math.sin(((query.anim_time) - (1/2)) * 90 * 2) * 0, 0, 0)", 0] + }, + "leg_right2": { + "rotation": ["math.clamp(math.sin(((query.anim_time) - (0.75/2)) * 90 * 2) * 0, 0, 0)", 0, 0] + }, + "foot_left": { + "rotation": ["0 - math.clamp(math.sin(((query.anim_time) - (0.75/2)) * 90 * 2) * 0, -0, 0)", 0, 0] + }, + "foot_right": { + "rotation": ["math.clamp(math.sin(((query.anim_time) - (0.75/2)) * 90 * 2) * 0, 0, 0)", 0, 0] + }, + "hand_right": { + "rotation": [0, 0, 0] + }, + "hand_left": { + "rotation": [0, 0, 0] + }, + "tail": { + "rotation": [0, "4*(math.sin(q.anim_time*90*3)*1)+0*(math.sin(q.anim_time*90*0/2)*1)", 0] + }, + "tail2": { + "rotation": [0, "6*(math.sin(q.anim_time*90*3-90)*1)+0*(math.sin(q.anim_time*90*0/2-90)*1)", 0] + }, + "tail3": { + "rotation": [0, "6*(math.sin(q.anim_time*90*3-90)*1)+0*(math.sin(q.anim_time*90*0/2-90)*1)", 0] + }, + "leftforearm": { + "rotation": [0, 70, 0] + }, + "rightforearm": { + "rotation": [0, -70, 0] + }, + "body2": { + "rotation": ["01+math.sin(q.anim_time*90*3)*1", 0, 0], + "position": [0, "0+math.sin(q.anim_time*90*3*2)*0.1", 0] + }, + "hair_1_r2": { + "rotation": [0, 0, "0+Math.cos((query.anim_time) * 90 * 3 - 160) * 2"] + }, + "hair_3_r2": { + "rotation": [0, 0, "0+Math.cos((query.anim_time) * 90 * 3 - 130) * 5"] + }, + "hair_4_r2": { + "rotation": [0, 0, "0+Math.cos((query.anim_time) * 90 * 2 - 110) * 6"] + }, + "hair_1_r": { + "rotation": [0, 0, "0+Math.cos((query.anim_time) * 90 * 3 - 160) * -2"] + }, + "hair_3_r": { + "rotation": [0, 0, "0+Math.cos((query.anim_time) * 90 * 3 - 130) * -5"] + }, + "hair_4_r": { + "rotation": [0, 0, "0+Math.cos((query.anim_time) * 90 * 2 - 110) * -6"] + }, + "ear_right": { + "rotation": ["0-math.sin(q.anim_time*90*3*1)*3", 0, 0] + }, + "ear_left": { + "rotation": ["0-math.sin(q.anim_time*90*3*1)*3", 0, 0] + }, + "bone3": { + "rotation": [0, -20, "7.5+Math.cos((query.anim_time) * 90 * 2 - 160) * -2"], + "position": [0, 0.2, 0] + }, + "bone4": { + "rotation": [0, 0, "7.50+Math.cos((query.anim_time) * 90 * 2 - 145) * -3"] + }, + "tail1": { + "rotation": ["0+math.sin(q.anim_time*90*3-60)*4", 0, 0] + } + } + }, + "animation.cinccino.ground_walk": { + "loop": true, + "bones": { + "head": { + "rotation": ["-2.5-math.cos(q.anim_time*90*4-30)*2", "-math.sin(q.anim_time*90*4-30)*1", "math.cos(q.anim_time*90*4-30)*3"] + }, + "arm_left": { + "rotation": [0, "0-5*math.sin(q.anim_time*90*3.5)*5", 34.25] + }, + "arm_left2": { + "rotation": [0, "math.clamp(math.sin(((query.anim_time) + (0.75/3)) * 90 * 3) * 6, 0, 6)", 0] + }, + "arm_right": { + "rotation": [0, "0-5*math.sin(q.anim_time*90*3.5)*5", -34.25] + }, + "arm_right2": { + "rotation": [0, "0 - math.clamp(math.sin(((query.anim_time) - (0.75/3)) * 90 * 3) * 6, 0, 6)", 0] + }, + "torso2": { + "rotation": [3, "0 - math.sin(((query.anim_time) - (0.5/3)) * 90 * 3) * 3", 0] + }, + "leg_left": { + "rotation": ["-math.sin(q.anim_time*90*4+180)*3", -7.5, 0], + "position": [0, "0+math.clamp(math.cos(q.anim_time*90*4+180)*1,0,1)", "0-math.sin(q.anim_time*90*4+180)*1"] + }, + "leg_left2": { + "rotation": ["0 - math.clamp(math.sin(((query.anim_time) - (0.75/3)) * 90 * 3) * 0, -0, 0)", 0, 0] + }, + "leg_right": { + "rotation": ["math.sin(q.anim_time*90*4+180)*3", 7.5, 0], + "position": [0, "0+math.clamp(math.cos(q.anim_time*90*4)*1,0,1)", "0-math.sin(q.anim_time*90*4)*1"] + }, + "leg_right2": { + "rotation": ["math.clamp(math.sin(((query.anim_time) - (0.75/3)) * 90 * 3) * 0, 0, 0)", 0, 0] + }, + "foot_left": { + "rotation": ["0 - math.clamp(math.sin(((query.anim_time) - (0.75/3)) * 90 * 3) * 8, -8, 0)", 0, 0] + }, + "foot_right": { + "rotation": ["math.clamp(math.sin(((query.anim_time) - (0.75/3)) * 90 * 3) * 8, 0, 8)", 0, 0] + }, + "hand_right": { + "rotation": [0, -70, 0] + }, + "hand_left": { + "rotation": [0, 70, 0] + }, + "tail": { + "rotation": [0, "4*(math.sin(q.anim_time*90*3)*1)+0*(math.sin(q.anim_time*90*0/2)*1)", 0] + }, + "tail2": { + "rotation": [0, "math.cos(q.anim_time*90*8-30)*8", 0] + }, + "tail3": { + "rotation": [0, "6*(math.sin(q.anim_time*90*3-90)*1)+0*(math.sin(q.anim_time*90*0/2-90)*1)", 0] + }, + "leftforearm": { + "rotation": [0, 70, 0] + }, + "rightforearm": { + "rotation": [0, -70, 0] + }, + "body2": { + "rotation": ["5-math.cos(q.anim_time*90*4*2)*2", "0-math.sin(q.anim_time*90*4)*3", "0+math.cos(q.anim_time*90*4)*3"], + "position": [0, "0.175+math.sin(q.anim_time*90*4*2)*0.2", 0] + }, + "hair_1_r2": { + "rotation": [0, 0, "0+Math.cos((query.anim_time) * 90 * 4 - 160) * 2"] + }, + "hair_1_r": { + "rotation": [0, 0, "0+Math.cos((query.anim_time) * 90 * 4 - 160) * -2"] + }, + "ear_right": { + "rotation": [0, 0, "math.cos(q.anim_time*90*4-30)*3"] + }, + "ear_left": { + "rotation": [0, 0, "math.cos(q.anim_time*90*4-30)*3"] + }, + "tail1": { + "rotation": ["-12.5+12*(math.sin(q.anim_time*90*4*2-240)*1+1)", "0+10*(math.sin(q.anim_time*90*2*2-140))", 0] + }, + "bone3": { + "rotation": [0, "-35+Math.cos((query.anim_time) * 90 * 3 - 110) * -6", "Math.cos((query.anim_time) * 90 * 2 - 110) * -1"], + "position": [0, 0.175, -0.05] + }, + "bone4": { + "rotation": [0, "0+Math.cos((query.anim_time) * 90 * 3 - 110) * -3", "0+Math.cos((query.anim_time) * 90 * 2 - 110) * -3"] + } + } + }, + "animation.cinccino.blink": { + "animation_length": 0.16667, + "bones": { + "eyelid_right": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_left": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + } + } + }, + "education": { + "loop": true, + "bones": { + "pichu": { + "position": [0, 4, 0] + }, + "head": { + "rotation": [5, 0, 0] + }, + "arm_right": { + "rotation": [90, -70, -90] + }, + "arm_left": { + "rotation": [90, 70, 90] + }, + "leg_right": { + "rotation": [-55, 0, 0], + "position": [0, 0, -2] + }, + "leg_left": { + "rotation": [-55, 0, 0], + "position": [0, 0, -2] + } + } + }, + "render": { + "loop": true, + "bones": { + "pichu": { + "rotation": [0, 12.5, 0] + }, + "torso": { + "rotation": [0, 2.5, 0] + }, + "head": { + "rotation": [0, -12.5, 0] + }, + "eyelid_left": { + "position": [0, 0, -0.1] + }, + "arm_right": { + "rotation": [0, 0, -37.5] + }, + "arm_left": { + "rotation": [0, 0, 40] + }, + "tail1": { + "rotation": [0, 35, 0] + }, + "tail2": { + "rotation": [0, 0, 0] + }, + "leg_right": { + "rotation": [0, 17.5, 0] + }, + "leg_left": { + "rotation": [0, -7.5, 0] + }, + "openmouth": { + "position": [0, 0, -0.1] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/corsola_galarian/corsola_galar.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/corsola_galarian/corsola_galar.animation.json new file mode 100644 index 0000000..364da4e --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/corsola_galarian/corsola_galar.animation.json @@ -0,0 +1,187 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.corsola_galar.ground_idle": { + "loop": true, + "bones": { + "corsola": { + "rotation": [0, 0, "(math.sin(q.anim_time*90*2)*2)"], + "position": ["math.sin(q.anim_time*90*2)*0.5", "-0.2+math.abs(math.sin(q.anim_time*90*2)*0.2)", 0] + }, + "arm_right": { + "rotation": [ + "1*math.sin(q.anim_time*90*2-60)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": ["1+math.sin(q.anim_time*90*4)*0.06", 1, 1] + }, + "arm_left": { + "rotation": [ + "1*math.sin(q.anim_time*90*2-60)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": ["1+math.sin(q.anim_time*90*4)*0.06", 1, 1] + }, + "horn_mid": { + "rotation": [ + "2*math.sin(q.anim_time*90*2-120)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "position": [0, 0, 0], + "scale": ["1+math.sin(q.anim_time*90*4)*0.06", 1, 1] + }, + "rightfronthorn3": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-60)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": ["1+math.sin(q.anim_time*90*4)*0.06", 1, 1] + }, + "leftfronthorn3": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-120)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": ["1+math.sin(q.anim_time*90*4)*0.06", 1, 1] + }, + "leftfronthorn": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-60)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": ["1+math.sin(q.anim_time*90*4)*0.06", 1, 1] + }, + "rightfronthorn": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-120)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "position": [0, 0, 0], + "scale": ["1+math.sin(q.anim_time*90*4)*0.06", 1, 1] + } + } + }, + "animation.corsola_galar.blink": { + "animation_length": 0.625, + "bones": { + "eyes_right": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + }, + "eyes_left": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + } + } + }, + "animation.corsola_galar.sleep": { + "loop": true, + "bones": { + "leftfronthorn3": { + "scale": [0.1, 0.1, 0] + }, + "leftfronthorn": { + "scale": [0.1, 0.1, 0] + }, + "rightfronthorn": { + "scale": [0.1, 0.1, 0] + }, + "rightfronthorn3": { + "scale": [0.1, 0.1, 0] + }, + "horn_mid": { + "scale": [0.1, 0.1, 0] + }, + "arm_right": { + "scale": [0.1, 0.1, 0] + }, + "arm_left": { + "scale": [0.1, 0.1, 0] + }, + "eye_close": { + "position": [0, 0, -0.025] + }, + "eye_open": { + "position": [0, 0, 0.125] + } + } + }, + "animation.corsola_galar.ground_walk": { + "loop": true, + "bones": { + "corsola": { + "position": [0, 5, 0] + }, + "arm_right": { + "rotation": ["(math.sin(q.anim_time*90)*3)*(math.sin(q.anim_time*90-90))", "1*math.sin(q.anim_time*90*2-120)", "-(math.sin(q.anim_time*90*2-90)*3)"], + "scale": [1, "1+math.sin(q.anim_time*90*4)*0.06", 1] + }, + "arm_left": { + "rotation": ["(math.sin(q.anim_time*90)*3)*(math.sin(q.anim_time*90-90))", "1*math.sin(q.anim_time*90*2-120)", "-(math.sin(q.anim_time*90*2-90)*3)"], + "scale": [1, "1+math.sin(q.anim_time*90*4)*0.06", 1] + }, + "horn_mid": { + "rotation": ["(math.sin(q.anim_time*90)*3)*(math.sin(q.anim_time*90-90))", "5*math.sin(q.anim_time*90*2-120)", "-(math.sin(q.anim_time*90*2-90)*3)"], + "scale": [1, "1+math.sin(q.anim_time*90*4)*0.06", 1] + }, + "rightfronthorn3": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-60)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": ["1+math.sin(q.anim_time*90*4)*0.06", 1, 1] + }, + "leftfronthorn3": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-60)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": ["1+math.sin(q.anim_time*90*4)*0.06", 1, 1] + }, + "leftfronthorn": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-120)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": ["1+math.sin(q.anim_time*90*4)*0.06", 1, 1] + }, + "rightfronthorn": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-120)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": ["1+math.sin(q.anim_time*90*4)*0.06", 1, 1] + }, + "swing": { + "rotation": ["15+2.5*math.sin(q.anim_time*90*2)*0.75", 0, "2.5*math.sin(q.anim_time*90*2+90)*0.75"], + "position": [0, "math.sin(q.anim_time*90*4)*0.75", 0] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/corsolar/corsola.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/corsolar/corsola.animation.json new file mode 100644 index 0000000..3e9f5a0 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/corsolar/corsola.animation.json @@ -0,0 +1,308 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.corsola.ground_idle": { + "loop": true, + "bones": { + "corsola": { + "rotation": [0, 0, "(math.sin(q.anim_time*90*2)*2)"], + "position": ["math.sin(q.anim_time*90*2)*0.5", "-0.2+math.abs(math.sin(q.anim_time*90*2)*0.2)", 0] + }, + "arm_right": { + "rotation": [ + "1*math.sin(q.anim_time*90*2-60)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": 1 + }, + "arm_left": { + "rotation": [ + "1*math.sin(q.anim_time*90*2-60)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": 1 + }, + "horn_mid": { + "rotation": ["2*math.sin(q.anim_time*90*2-120)", 0, 0], + "position": [0, 0, 0], + "scale": 1 + }, + "rightfronthorn3": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-60)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": 1 + }, + "leftfronthorn3": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-120)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": 1 + }, + "leftfronthorn": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-60)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": 1 + }, + "rightfronthorn": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-120)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "position": [0, 0, 0], + "scale": 1 + } + } + }, + "animation.corsola.ground_walk": { + "loop": true, + "bones": { + "corsola": { + "rotation": [0, 0, "(math.sin(q.anim_time*90*2)*2)"], + "position": ["math.sin(q.anim_time*90*2)*0.5", "-0.2+math.abs(math.sin(q.anim_time*90*2)*0.2)", 0] + }, + "arm_right": { + "rotation": [ + "1*math.sin(q.anim_time*90*2-60)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": 1 + }, + "arm_left": { + "rotation": [ + "1*math.sin(q.anim_time*90*2-60)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": 1 + }, + "horn_mid": { + "rotation": ["2*math.sin(q.anim_time*90*2-120)", 0, 0], + "position": [0, 0, 0], + "scale": 1 + }, + "rightfronthorn3": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-60)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": 1 + }, + "leftfronthorn3": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-120)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": 1 + }, + "leftfronthorn": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-60)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": 1 + }, + "rightfronthorn": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-120)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "position": [0, 0, 0], + "scale": 1 + } + } + }, + "animation.corsola.blink": { + "animation_length": 0.625, + "bones": { + "eyes_right": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + }, + "eyes_left": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + } + } + }, + "animation.corsola.sleep": { + "loop": true, + "bones": { + "leftfronthorn3": { + "scale": 1 + }, + "leftfronthorn": { + "scale": 1 + }, + "rightfronthorn": { + "scale": 1 + }, + "rightfronthorn3": { + "scale": 1 + }, + "horn_mid": { + "scale": 1 + }, + "arm_right": { + "scale": 1 + }, + "arm_left": { + "scale": 1 + }, + "eye_close": { + "position": [0, 0, -0.025] + }, + "eye_open": { + "position": [0, 0, 0.125] + }, + "bone4": { + "position": [0, 0, 0.4] + }, + "bone3": { + "position": [0, 0, 0.5] + } + } + }, + "animation.corsola.water_idle": { + "loop": true, + "bones": { + "corsola": { + "position": [0, 5, 0] + }, + "arm_right": { + "rotation": ["(math.sin(q.anim_time*90)*3)*(math.sin(q.anim_time*90-90))", "1*math.sin(q.anim_time*90*2-120)", "-(math.sin(q.anim_time*90*2-90)*3)"], + "scale": 1 + }, + "arm_left": { + "rotation": ["(math.sin(q.anim_time*90)*3)*(math.sin(q.anim_time*90-90))", "1*math.sin(q.anim_time*90*2-120)", "-(math.sin(q.anim_time*90*2-90)*3)"], + "scale": 1 + }, + "horn_mid": { + "rotation": ["(math.sin(q.anim_time*90)*3)*(math.sin(q.anim_time*90-90))", "5*math.sin(q.anim_time*90*2-120)", "-(math.sin(q.anim_time*90*2-90)*3)"], + "scale": 1 + }, + "rightfronthorn3": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-60)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": 1 + }, + "leftfronthorn3": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-60)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": 1 + }, + "leftfronthorn": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-120)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": 1 + }, + "rightfronthorn": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-120)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": 1 + }, + "swing": { + "rotation": ["15+2.5*math.sin(q.anim_time*90*2)*0.75", 0, "2.5*math.sin(q.anim_time*90*2+90)*0.75"], + "position": [0, "math.sin(q.anim_time*90*4)*0.75", 0] + } + } + }, + "animation.corsola.water_swim": { + "loop": true, + "bones": { + "corsola": { + "position": [0, 5, 0] + }, + "arm_right": { + "rotation": ["(math.sin(q.anim_time*90)*3)*(math.sin(q.anim_time*90-90))", "1*math.sin(q.anim_time*90*2-120)", "-(math.sin(q.anim_time*90*2-90)*3)"], + "scale": 1 + }, + "arm_left": { + "rotation": ["(math.sin(q.anim_time*90)*3)*(math.sin(q.anim_time*90-90))", "1*math.sin(q.anim_time*90*2-120)", "-(math.sin(q.anim_time*90*2-90)*3)"], + "scale": 1 + }, + "horn_mid": { + "rotation": ["(math.sin(q.anim_time*90)*3)*(math.sin(q.anim_time*90-90))", "5*math.sin(q.anim_time*90*2-120)", "-(math.sin(q.anim_time*90*2-90)*3)"], + "scale": 1 + }, + "rightfronthorn3": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-60)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": 1 + }, + "leftfronthorn3": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-60)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": 1 + }, + "leftfronthorn": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-120)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": 1 + }, + "rightfronthorn": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-120)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": 1 + }, + "swing": { + "rotation": ["15+2.5*math.sin(q.anim_time*90*2)*0.75", 0, "2.5*math.sin(q.anim_time*90*2+90)*0.75"], + "position": [0, "math.sin(q.anim_time*90*4)*0.75", 0] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/cramorant/cramorant.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/cramorant/cramorant.animation.json new file mode 100644 index 0000000..680450a --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/cramorant/cramorant.animation.json @@ -0,0 +1,222 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.cramorant.ground_walk": { + "loop": true, + "bones": { + "wing_left4": { + "rotation": [0, "0-math.sin(q.anim_time*90*4-60)*3", "0+math.cos(q.anim_time*90*4-60)*12"] + }, + "wing_left": { + "rotation": [40, 0, 0] + }, + "wing_left2": { + "rotation": [0, 0, "0-math.cos(q.anim_time*90*4+120)*8"] + }, + "wing_right4": { + "rotation": [0, "0-math.sin(q.anim_time*90*4-60)*3", "0-math.cos(q.anim_time*90*4-60)*12"] + }, + "wing_right": { + "rotation": [40, 0, 0] + }, + "wing_right2": { + "rotation": [0, 0, "0-math.cos(q.anim_time*90*4-120)*8"] + }, + "head": { + "rotation": ["0+math.cos(q.anim_time*90*4*2-30)*1", 0, 0] + }, + "feater_bot": { + "rotation": ["0+math.cos(q.anim_time*90*4*2-30)*4", 0, 0] + }, + "feater_top": { + "rotation": ["0+math.cos(q.anim_time*90*4*2-60)*6", 0, 0] + }, + "neck_bot": { + "rotation": ["0+math.cos(q.anim_time*90*4*2-30)*2", 0, 0] + }, + "body": { + "rotation": ["2.5+math.cos(q.anim_time*90*4*2)*1", "math.sin(q.anim_time*90*4)*1", "math.cos(q.anim_time*90*4)*3"], + "position": [0, "0+math.sin(q.anim_time*90*4*2)*0.2", 0] + }, + "back_feater": { + "rotation": ["0+math.cos(q.anim_time*90*4*2-60)*-4", 0, 0] + }, + "leg_right2": { + "rotation": ["0+math.cos(q.anim_time*90*4)*6", 14, 0], + "position": [0.225, "0+math.clamp(math.sin(q.anim_time*90*4)*2,0,5)", "0+math.cos(q.anim_time*90*4)*1"] + }, + "leg_left2": { + "rotation": ["0+math.cos(q.anim_time*90*4+180)*6", -14, 0], + "position": [-0.25, "0+math.clamp(math.sin(q.anim_time*90*4+180)*2,0,5)", "0+math.cos(q.anim_time*90*4+180)*1"] + }, + "tail": { + "rotation": ["0+math.cos(q.anim_time*90*4*2-30)*4", 0, 0] + }, + "jawbot": { + "rotation": ["2.5+math.cos(q.anim_time*90*4*2)*3", 0, 0] + } + } + }, + "animation.cramorant.ground_idle": { + "loop": true, + "bones": { + "wing_left": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2-60)*5"] + }, + "wing_left2": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2-120)*7"] + }, + "wing_right": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2-60)*-5"] + }, + "wing_right2": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*2-120)*7"] + }, + "head": { + "rotation": ["-+math.sin(q.anim_time*90*2-30)*2", 0, 0] + }, + "feater_bot": { + "rotation": ["-2.5+math.sin(q.anim_time*90*2-30)*2", 0, 0] + }, + "feater_top": { + "rotation": ["-2.5+math.sin(q.anim_time*90*2-90)*2", 0, 0] + }, + "neck_bot": { + "rotation": ["-2.5+math.sin(q.anim_time*90*2-30)*-3", 0, 0] + }, + "nek_top": { + "rotation": ["2.75+math.sin(q.anim_time*90*2-30)*2", 0, 0] + }, + "body": { + "rotation": ["2.5+math.sin(q.anim_time*90*2)*1", 0, 0], + "position": [0, "0+math.cos(q.anim_time*90*2)*0.3", 0] + }, + "back_feater": { + "rotation": ["0+math.sin(q.anim_time*90*2-30)*-4", 0, 0] + }, + "tail": { + "rotation": ["-2.5+math.sin(q.anim_time*90*2-30)*2", 0, 0] + } + } + }, + "animation.cramorant.water_idle": { + "loop": true, + "bones": { + "camorant": { + "rotation": ["10-math.cos(q.anim_time*90*2)*2", 0, 0], + "position": [0, "0-math.sin(q.anim_time*90*2-30)*0.4", 0] + }, + "wing_left": { + "rotation": [-172.8737, -47.3283, 268.7771] + }, + "wing_right": { + "rotation": [-172.87375, 47.32834, -268.77712] + }, + "head": { + "rotation": ["0-math.cos(q.anim_time*90*2-30)*4", 0, 0] + }, + "feater_bot": { + "rotation": ["0-math.cos(q.anim_time*90*2-30)*2", 0, 0] + }, + "feater_top": { + "rotation": ["0-math.cos(q.anim_time*90*2-90)*2", 0, 0] + }, + "neck_bot": { + "rotation": ["-5-math.cos(q.anim_time*90*2-30)*-3", 0, 0] + }, + "nek_top": { + "rotation": ["0-math.cos(q.anim_time*90*2-30)*1", 0, 0] + }, + "body": { + "rotation": [0, 0, 0] + }, + "back_feater": { + "rotation": ["0-math.cos(q.anim_time*90*2-30)*3", 0, 0] + }, + "leg_right2": { + "rotation": ["17.5-math.cos(q.anim_time*90*2-60)*5", 10, 0] + }, + "foot_right": { + "rotation": ["0-math.cos(q.anim_time*90*2-120)*3", 0, 0] + }, + "leg_left2": { + "rotation": ["17.5-math.cos(q.anim_time*90*2-60)*5", -10, 0] + }, + "foot_left": { + "rotation": ["0-math.cos(q.anim_time*90*2-120)*3", 0, 0] + }, + "tail": { + "rotation": ["0-math.cos(q.anim_time*90*2-30)*3", 0, 0] + }, + "bone3": { + "rotation": [0, 18.75, 0] + }, + "bone2": { + "rotation": [0, -18.75, 0] + }, + "jawbot": { + "rotation": ["0-math.cos(q.anim_time*90*2-30)*1", 0, 0] + } + } + }, + "animation.cramorant.water_swim": { + "loop": true, + "bones": { + "camorant": { + "rotation": ["17.5-math.sin(q.anim_time*90*2)*3", 0, 0], + "position": [ + 0, + "math.clamp(math.sin(q.anim_time*90*4)*0.2,0,1)+math.clamp(math.sin(q.anim_time*90*4)*0.3,-1,0)", + "-math.sin(q.anim_time*90*4*2+90)*0.2" + ] + }, + "wing_left": { + "rotation": [-172.8737, -47.3283, 268.7771] + }, + "wing_right": { + "rotation": [-172.87375, 47.32834, -268.77712] + }, + "head": { + "rotation": ["-11.75-math.cos(q.anim_time*90*4-30)*1", 0, 0] + }, + "feater_bot": { + "rotation": ["0-math.cos(q.anim_time*90*4-30)*2", 0, 0] + }, + "feater_top": { + "rotation": ["0-math.cos(q.anim_time*90*4-90)*2", 0, 0] + }, + "neck_bot": { + "rotation": ["0-math.sin(q.anim_time*90*3*2+90)*2", 0, 0] + }, + "body": { + "rotation": [0, 0, 0] + }, + "back_feater": { + "rotation": ["0-math.cos(q.anim_time*90*4-30)*3", 0, 0] + }, + "leg_right2": { + "rotation": ["17.5-(math.sin(q.anim_time*90*4*3)*1-1)*20", 0, 0] + }, + "foot_right": { + "rotation": ["0-math.cos(q.anim_time*90*2-120)*3", 0, 0] + }, + "leg_left2": { + "rotation": ["17.5-(math.sin(q.anim_time*90*4*3+180)*1-1)*20", 0, 0], + "position": [0, 0, 0] + }, + "foot_left": { + "rotation": ["0-math.cos(q.anim_time*90*2-120)*3", 0, 0] + }, + "tail": { + "rotation": ["0-math.cos(q.anim_time*90*4-30)*3", 0, 0] + }, + "bone3": { + "rotation": [0, 18.75, 0] + }, + "bone2": { + "rotation": [0, -18.75, 0] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/cresselia/cresselia.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/cresselia/cresselia.animation.json new file mode 100644 index 0000000..9e225ef --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/cresselia/cresselia.animation.json @@ -0,0 +1,37 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.cresselia.ground_idle": { + "loop": true, + "bones": { + "cresselia": { + "position": [0, 7, 0] + }, + "body": { + "rotation": [-5, 0, 0] + }, + "neck": { + "rotation": [-15, 0, 0] + }, + "neck2": { + "rotation": [-7.5, 0, 0] + }, + "head": { + "rotation": [10, 0, 0] + }, + "tail": { + "rotation": [-2.5, 0, 0], + "position": [0, -1, 0] + }, + "tail2": { + "rotation": [12.5, 0, 0], + "position": [0, -0.5, -1] + }, + "tail3": { + "rotation": [15, 0, 0], + "position": [0, 0, -1] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/croagunk/croagunk.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/croagunk/croagunk.animation.json new file mode 100644 index 0000000..1907efe --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/croagunk/croagunk.animation.json @@ -0,0 +1,1091 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.croagunk.ground_idle": { + "loop": true, + "bones": { + "all": { + "position": [0, 0.75, 0] + }, + "body": { + "rotation": ["-2*math.cos(query.anim_time * 180)-4.4905", 0.21782, -4.99527], + "position": [0, "0.1*math.cos(query.anim_time * 180)", 0] + }, + "arm_left": { + "rotation": [0, 0, "5*math.cos((query.anim_time - 0.2) * 180) + 47.5"] + }, + "forearm_left": { + "rotation": [-0.67276, 20.1385, "5*math.cos((query.anim_time - 0.4) * 180) + 5.3214"] + }, + "finger_left_top": { + "rotation": [0, -17.5, "5*math.cos((query.anim_time - 0.6) * 180)-12.5"] + }, + "finger_left_middle": { + "rotation": [0, -15, "5*math.cos((query.anim_time - 0.8) * 180)"] + }, + "finger_left_bottom": { + "rotation": [0, -17.5, "5*math.cos((query.anim_time - 0.9) * 180) + 12.5"] + }, + "arm_right": { + "rotation": [0, 0, "-(5*math.cos((query.anim_time - 0.2) * 180) + 37.5)"] + }, + "forearm_right": { + "rotation": [-0.67276, -20.1385, "-(5*math.cos((query.anim_time - 0.4) * 180) + 5.3214)"] + }, + "finger_right_top": { + "rotation": [0, 17.5, "-(5*math.cos((query.anim_time - 0.6) * 180)-12.5)"] + }, + "finger_right_middle": { + "rotation": [0, 15, "-(5*math.cos((query.anim_time - 0.8) * 180))"] + }, + "finger_right_bottom": { + "rotation": [0, 17.5, "-(5*math.cos((query.anim_time - 0.9) * 180) + 12.5)"] + }, + "head": { + "rotation": ["-2*math.cos((query.anim_time - 0.2) * 180)", 0, 0] + }, + "leg_right": { + "rotation": [27.5, 0, 0] + }, + "foot_right": { + "rotation": [-28.32159, 13.27207, -7.05309] + }, + "toe_right_right": { + "rotation": [0, 7.5, 0] + }, + "toe_right_left": { + "rotation": [0, -7.5, 0] + }, + "leg_left": { + "rotation": [27.5, 0, 0] + }, + "foot_left": { + "rotation": [-28.32159, -13.27207, 7.05309] + }, + "toe_left_left": { + "rotation": [0, -7.5, 0] + }, + "toe_left_right": { + "rotation": [0, 7.5, 0] + } + } + }, + "animation.croagunk.ground_walk": { + "loop": true, + "animation_length": 1.6, + "bones": { + "all": { + "position": { + "0.0": [0, 0.75, 0], + "1.6": [0, 0.75, 0] + } + }, + "body": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.28": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.68": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 32.5, 47.5], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [0, 0.89844, 47.5], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [0, -31.70862, 47.5], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [0, 0.89844, 47.5], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [0, 32.5, 47.5], + "lerp_mode": "catmullrom" + } + } + }, + "forearm_left": { + "rotation": { + "0.0": { + "post": [1.81693, 19.92066, 5.3191], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [1.72264, 7.42658, 4.92258], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [1.71793, 2.70645, 4.78289], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [1.72264, 7.42658, 4.92258], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [1.81693, 19.92066, 5.3191], + "lerp_mode": "catmullrom" + } + } + }, + "finger_left_top": { + "rotation": { + "0.0": [0, 0, -5], + "1.6": [0, 0, -5] + } + }, + "finger_left_bottom": { + "rotation": { + "0.0": [0, 0, 5], + "1.6": [0, 0, 5] + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 31.70862, -47.5], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [0, -0.89844, -47.5], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [0, -32.5, -47.5], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [0, -0.89844, -47.5], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [0, 31.70862, -47.5], + "lerp_mode": "catmullrom" + } + } + }, + "forearm_right": { + "rotation": { + "0.0": { + "post": [1.71793, -2.70645, -4.78289], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [1.72264, -7.42658, -4.92258], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [1.81693, -19.92066, -5.3191], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [1.72264, -7.42658, -4.92258], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [1.71793, -2.70645, -4.78289], + "lerp_mode": "catmullrom" + } + } + }, + "finger_right_top": { + "rotation": { + "0.0": [0, 0, 5], + "1.6": [0, 0, 5] + } + }, + "finger_right_bottom": { + "rotation": { + "0.0": [0, 0, -5], + "1.6": [0, 0, -5] + } + }, + "leg_right": { + "rotation": { + "0.0": { + "post": [49.92086, 0, -0.58684], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [69.92086, 0, -0.58684], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [80, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [45.43855, 7.05302, 7.10708], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [49.92086, 0, -0.58684], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [0, 0, -0.5], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [0, 1, -1], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right": { + "rotation": { + "0.0": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "toe_right_right": { + "rotation": { + "0.0": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [-20, 10, 0], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [-30, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [-20, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + } + } + }, + "toe_right_middle": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "toe_right_left": { + "rotation": { + "0.0": { + "post": [0, -10, 0], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [-20, -10, 0], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [-30, -10, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, -10, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [-20, -10, 0], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [0, -10, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [80, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [45.43855, -7.05302, -7.10708], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [49.92086, 0, 0.58684], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [69.92086, 0, 0.58684], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [80, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [0, 1, -1], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [0, 0, -0.5], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left": { + "rotation": { + "0.0": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "toe_left_left": { + "rotation": { + "0.0": { + "post": [-30, -10, 0], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [-2.5, -10, 0], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [-20, -10, 0], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [0, -10, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [-20, -10, 0], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [-30, -10, 0], + "lerp_mode": "catmullrom" + } + } + }, + "toe_left_middle": { + "rotation": { + "0.0": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "toe_left_right": { + "rotation": { + "0.0": { + "post": [-30, 10, 0], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [-2.5, 10, 0], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [-20, 10, 0], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [-20, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [-30, 10, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.croagunk.sleep": { + "loop": true, + "bones": { + "all": { + "position": [0, -3, 0] + }, + "body": { + "rotation": ["2*math.cos(query.anim_time * 90) + 17.5", 0, 0] + }, + "arm_left": { + "rotation": [-12.56853, -12.27659, 66.35707] + }, + "forearm_left": { + "rotation": [-2.5, "2*math.cos(query.anim_time * 90) + 22.5", 0] + }, + "finger_left_top": { + "rotation": [0, 60, 7.5] + }, + "finger_left_middle": { + "rotation": [22.16665, 71.02938, 41.14909] + }, + "finger_left_bottom": { + "rotation": [56.32587, 59.60906, 87.1449] + }, + "arm_right": { + "rotation": [0, -87.5, 0] + }, + "forearm_right": { + "rotation": [-62.0526, -34.3682, -30.07653], + "position": [0.5, -1, -0.5] + }, + "finger_right_top": { + "rotation": [6.8817, 24.09293, 8.97027] + }, + "finger_right_middle": { + "rotation": [7.6734, 26.48829, -0.69143] + }, + "finger_right_bottom": { + "rotation": [8.89674, 26.12797, -12.93162] + }, + "head": { + "rotation": ["2*math.cos((query.anim_time - 0.5) * 90) + 14.5", 0, 0] + }, + "leg_right": { + "rotation": [-48.129, 27.06807, -23.08658], + "position": [0, 1, -2] + }, + "foot_right": { + "rotation": [-32.40109, 2.68407, 4.22005] + }, + "toe_right_right": { + "rotation": [22.62353, 7.24305, 1.95155] + }, + "toe_right_middle": { + "rotation": [15, 0, 0] + }, + "toe_right_left": { + "rotation": [10.12353, -7.24305, -1.95155] + }, + "leg_left": { + "rotation": [-48.129, -27.06807, 23.08658], + "position": [0, 1, -2] + }, + "foot_left": { + "rotation": [-32.40109, -2.68407, -4.22005], + "position": [0, 0.25, 0.25] + }, + "toe_left_left": { + "rotation": [22.62353, -7.24305, -1.95155] + }, + "toe_left_middle": { + "rotation": [15, 0, 0] + }, + "toe_left_right": { + "rotation": [10.12353, 7.24305, 1.95155] + }, + "eye_right": { + "position": [0, 0, 1] + }, + "eye_left": { + "position": [0, 0, 1] + } + } + }, + "animation.croagunk.faint": { + "loop": true, + "animation_length": 2.885, + "bones": { + "all": { + "position": { + "0.0": [0, 0.65, 0], + "0.36": [0, 0.65, 0], + "0.92": [0, 0.65, -1.5], + "1.16": { + "pre": [0, 0.75, -3], + "post": [0, 0.75, -3], + "lerp_mode": "catmullrom" + }, + "1.36": { + "post": [0, -1, -9], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.04": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.32": { + "post": [90, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4": { + "post": [90, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 45], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [0, 7.5, 45], + "lerp_mode": "catmullrom" + }, + "0.92": { + "post": [0, -32.5, 45], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [0, -40, 45], + "lerp_mode": "catmullrom" + }, + "1.48": { + "post": [0, 40, 45], + "lerp_mode": "catmullrom" + }, + "1.56": { + "post": [0, 40, 45], + "lerp_mode": "catmullrom" + } + } + }, + "forearm_left": { + "rotation": { + "0.0": { + "post": [-1.30078, 27.47162, -2.81797], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [-1.91699, 37.45817, -3.15], + "lerp_mode": "catmullrom" + }, + "1.04": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "1.48": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "1.28": [0, 0, 0], + "1.48": [-0.75, 0, 0] + } + }, + "finger_left_top": { + "rotation": [0, -20, -10] + }, + "finger_left_middle": { + "rotation": [0, -25, 0] + }, + "finger_left_bottom": { + "rotation": [0, -32.5, 10] + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 0, -45], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [0, -7.5, -45], + "lerp_mode": "catmullrom" + }, + "0.92": { + "post": [0, 32.5, -45], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [0, 40, -45], + "lerp_mode": "catmullrom" + }, + "1.48": { + "post": [0, -40, -45], + "lerp_mode": "catmullrom" + }, + "1.56": { + "post": [0, -40, -45], + "lerp_mode": "catmullrom" + } + } + }, + "forearm_right": { + "rotation": { + "0.0": { + "post": [-1.30078, -27.47162, 2.81797], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [-1.91699, -37.45817, 3.15], + "lerp_mode": "catmullrom" + }, + "1.04": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "1.48": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "1.28": [0, 0, 0], + "1.48": [0.75, 0, 0] + } + }, + "finger_right_top": { + "rotation": [0, 20, 10] + }, + "finger_right_middle": { + "rotation": [0, 25, 0] + }, + "finger_right_bottom": { + "rotation": [0, 32.5, -10] + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.52": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.32": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.48": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.72": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": { + "0.4": { + "pre": [32.5, 0, 0], + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.04": { + "post": [65, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4": { + "post": [137.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.56": { + "post": [102.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.64": { + "post": [102.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right": { + "rotation": { + "0.4": { + "pre": [-33.12598, 10.51794, -6.79286], + "post": [-33.12598, 10.51794, -6.79286], + "lerp_mode": "catmullrom" + }, + "1.04": { + "post": [-53.12598, 10.51794, -6.79286], + "lerp_mode": "catmullrom" + }, + "1.48": { + "post": [46.87402, 10.51794, -6.79286], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [36.87402, 10.51794, -6.79286], + "lerp_mode": "catmullrom" + }, + "1.72": { + "post": [41.87402, 10.51794, -6.79286], + "lerp_mode": "catmullrom" + } + } + }, + "toe_right_right": { + "rotation": { + "0.0": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "0.92": { + "post": [5, 5, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [-17.16566, 5, 0], + "lerp_mode": "catmullrom" + }, + "1.36": { + "post": [42.5, 5, 0], + "lerp_mode": "catmullrom" + }, + "1.56": { + "post": [7.5, 5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "toe_right_middle": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.92": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [-22.16566, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.36": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.56": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "toe_right_left": { + "rotation": { + "0.0": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "0.92": { + "post": [5, -5, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [-27.16566, -5, 0], + "lerp_mode": "catmullrom" + }, + "1.36": { + "post": [42.5, -5, 0], + "lerp_mode": "catmullrom" + }, + "1.56": { + "post": [7.5, -5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": { + "0.4": { + "pre": [32.5, 0, 0], + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.04": { + "post": [65, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4": { + "post": [137.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.56": { + "post": [102.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.64": { + "post": [102.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left": { + "rotation": { + "0.4": { + "pre": [-33.12598, -10.51794, 6.79286], + "post": [-33.12598, -10.51794, 6.79286], + "lerp_mode": "catmullrom" + }, + "1.04": { + "post": [-53.12598, -10.51794, 6.79286], + "lerp_mode": "catmullrom" + }, + "1.48": { + "post": [46.87402, -10.51794, 6.79286], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [36.87402, -10.51794, 6.79286], + "lerp_mode": "catmullrom" + }, + "1.72": { + "post": [41.87402, -10.51794, 6.79286], + "lerp_mode": "catmullrom" + } + } + }, + "toe_left_left": { + "rotation": { + "0.0": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "0.92": { + "post": [5, -5, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [-17.16566, -5, 0], + "lerp_mode": "catmullrom" + }, + "1.36": { + "post": [42.5, -5, 0], + "lerp_mode": "catmullrom" + }, + "1.56": { + "post": [7.5, -5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "toe_left_middle": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.92": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [-22.16566, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.36": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.56": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "toe_left_right": { + "rotation": { + "0.0": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "0.92": { + "post": [5, 5, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [-27.16566, 5, 0], + "lerp_mode": "catmullrom" + }, + "1.36": { + "post": [42.5, 5, 0], + "lerp_mode": "catmullrom" + }, + "1.56": { + "post": [7.5, 5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "eye_right": { + "position": [0, 0, 1] + }, + "eye_left": { + "position": [0, 0, 1] + }, + "blackeye_right": { + "rotation": [0, 0, 10] + }, + "blackeye_left": { + "rotation": [0, 0, -10] + } + } + } + }, + "geckolib_format_version": 2 +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/cursola/cursola.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/cursola/cursola.animation.json new file mode 100644 index 0000000..510cf6c --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/cursola/cursola.animation.json @@ -0,0 +1,174 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.cursola.ground_idle": { + "loop": true, + "bones": { + "base_in_2": { + "rotation": ["math.sin((query.anim_time)*180-20-40)*1", 0, "math.sin((query.anim_time)*90-100-40)*1"] + }, + "base_in_3": { + "rotation": ["math.sin((query.anim_time)*180-20-40)*1", 0, "math.sin((query.anim_time)*90-100-40)*3"] + }, + "head": { + "rotation": ["0+math.sin((query.anim_time)*180-60-80)*2", 0, "math.sin((query.anim_time)*90-100-80)*1"] + }, + "head_inside": { + "position": [0, "math.sin(q.anim_time*90*2+90)*0.1", "math.sin(q.anim_time*90*2+180)*0.05"] + }, + "base_in_1": { + "rotation": ["math.sin((query.anim_time)*180-20-10)*1", "math.sin((query.anim_time)*90+20-60)*1", "math.sin((query.anim_time)*90+10-60)*2"] + }, + "arm_right3": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-60)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": ["1+math.sin(q.anim_time*90*2)*0.06", 1, 1] + }, + "arm_left3": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-60)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": ["1+math.sin(q.anim_time*90*2)*0.06", 1, 1] + }, + "arm_right2": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-120)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": ["1+math.sin(q.anim_time*90*2)*0.06", 1, 1] + }, + "arm_left": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-120)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": ["1+math.sin(q.anim_time*90*2)*0.06", 1, 1] + }, + "arm_left2": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-120)", + "(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": ["1+math.sin(q.anim_time*90*2)*0.06", 1, 1] + }, + "arm_right": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-120)", + "(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": ["1+math.sin(q.anim_time*90*2)*0.06", 1, 1] + }, + "arm_right4": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-120)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": ["1+math.sin(q.anim_time*90*2)*0.06", 1, 1] + }, + "arm_left4": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-120)", + "(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": ["1+math.sin(q.anim_time*90*2)*0.06", 1, 1] + } + } + }, + "animation.cursola.ground_walk": { + "loop": true, + "bones": { + "base": { + "position": [0, 2, 0] + }, + "base_in_2": { + "rotation": ["2.5+math.sin(q.anim_time*90*4+90)*2", 0, "math.sin(q.anim_time*90*4)*0.5"] + }, + "base_in_3": { + "rotation": ["-5+math.sin(q.anim_time*90*4)*1", 0, 0] + }, + "head_inside": { + "position": [0, "0+math.sin(q.anim_time*90*4)*0.40", 0] + }, + "arm_right3": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-60)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": ["1+math.sin(q.anim_time*90*4)*0.06", 1, 1] + }, + "arm_left3": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-120)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": ["1+math.sin(q.anim_time*90*4)*0.06", 1, 1] + }, + "arm_right2": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-120)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": ["1+math.sin(q.anim_time*90*4)*0.06", 1, 1] + }, + "arm_left": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-120)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": ["1+math.sin(q.anim_time*90*4)*0.06", 1, 1] + }, + "arm_left2": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-60)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": ["1+math.sin(q.anim_time*90*4)*0.06", 1, 1] + }, + "arm_right": { + "rotation": [ + "5*math.sin(q.anim_time*90*2-60)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": ["1+math.sin(q.anim_time*90*4)*0.06", 1, 1] + }, + "arm_right4": { + "rotation": [ + "1*math.sin(q.anim_time*90*2-60)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": ["1+math.sin(q.anim_time*90*4)*0.06", 1, 1] + }, + "arm_left4": { + "rotation": [ + "1*math.sin(q.anim_time*90*2-60)", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", + "-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" + ], + "scale": ["1+math.sin(q.anim_time*90*4)*0.06", 1, 1] + }, + "swing": { + "rotation": ["15+2.5*math.sin(q.anim_time*90*2)*0.75", 0, "2.5*math.sin(q.anim_time*90*2+90)*0.75"], + "position": [0, "1+math.sin(q.anim_time*90*4)*0.75", -1] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/cyclizar.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/cyclizar.animation.json new file mode 100644 index 0000000..5402e8c --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/cyclizar.animation.json @@ -0,0 +1,29 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.cyyclizar.pose": { + "loop": true + }, + "animation.cyclizar.pose": { + "loop": true + }, + "animation.cyclizar.loop": { + "loop": true, + "animation_length": 3, + "bones": { + "cyclizar": { + "rotation": { + "0.0": [0, 0, 0], + "3.0": [0, -360, 0] + } + } + } + }, + "animation.cyclizar.ground_idle": { + "loop": true + }, + "animation.cyclizar.ground_walk": { + "loop": true + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/darkrai/darkrai.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/darkrai/darkrai.animation.json new file mode 100644 index 0000000..7a9ae71 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/darkrai/darkrai.animation.json @@ -0,0 +1,64 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.darkrai.ground_idle": { + "loop": true, + "bones": { + "bone5": { + "rotation": [0, 0, 75] + }, + "bone6": { + "rotation": [36.25873, 58.39167, 40.73592], + "position": [0, 0, -1] + }, + "bone27": { + "rotation": [0, 0, -20] + }, + "bone28": { + "rotation": [-27.29887, -3.45533, -4.16067] + }, + "bone29": { + "rotation": [-22.5, 0, 0], + "position": [0, 0.2, -0.2] + }, + "bone31": { + "rotation": [27.5, 0, 0], + "position": [0, 0.2, 0] + }, + "bone7": { + "rotation": [0, 0, -75] + }, + "bone8": { + "rotation": [24.14611, -56.77406, -28.18679], + "position": [0, 0, -1] + }, + "bone12": { + "rotation": [0, 0, 12.5] + }, + "bone13": { + "rotation": [-27.14233, 4.59902, 8.88927] + }, + "bone14": { + "rotation": [-30, 0, 0], + "position": [0, 0.5, 0] + }, + "bone19": { + "rotation": [22.5, 0, 0], + "position": [0, 0.5, -0.25] + }, + "tail": { + "rotation": [5, 0, 0] + }, + "bone16": { + "rotation": [15, 0, 0] + }, + "bone22": { + "rotation": [-22.5, 0, 0] + }, + "darkrai": { + "position": [0, 3, 0] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/delcatty/delcatty.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/delcatty/delcatty.animation.json new file mode 100644 index 0000000..acedbfa --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/delcatty/delcatty.animation.json @@ -0,0 +1,369 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.delcatty.ground_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "head": { + "rotation": { + "0.0": [-2.5, 0, 0], + "0.75": [2.5, 0, 0], + "1.0": [2.5, 0, 0], + "1.75": [-2.5, 0, 0], + "2.0": [-2.5, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [10, 0, 0], + "1.0": [10, 0, 0], + "1.75": [0, 0, 0], + "2.0": [0, 0, 0] + } + }, + "tail_end": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "1.0": [10, 0, 0], + "1.25": [10, 0, 0], + "2.0": [0, 0, 0] + } + }, + "tail_bulb": { + "rotation": { + "0.0": [3.33, 0, 0], + "0.25": [0, 0, 0], + "0.5": [0, 0, 0], + "1.25": [10, 0, 0], + "1.5": [10, 0, 0], + "2.0": [3.33, 0, 0] + } + } + } + }, + "animation.delcatty.ground_walk": { + "loop": true, + "animation_length": 2, + "bones": { + "head": { + "rotation": { + "0.0": [2.5, 0, 0], + "0.25": [-2.5, 0, 0], + "0.5": [2.5, 0, 0], + "0.75": [-2.5, 0, 0], + "1.0": [2.5, 0, 0], + "1.25": [-2.5, 0, 0], + "1.5": [2.5, 0, 0], + "1.75": [-2.5, 0, 0], + "2.0": [2.5, 0, 0] + } + }, + "foot_fr": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.5": [0, 0, 0], + "0.75": [-45, 0, 0], + "1.0": [0, 0, 0], + "1.5": [0, 0, 0], + "1.75": [-45, 0, 0], + "2.0": [0, 0, 0] + } + }, + "foot_fl": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-45, 0, 0], + "0.5": [0, 0, 0], + "1.0": [0, 0, 0], + "1.25": [-45, 0, 0], + "1.5": [0, 0, 0], + "2.0": [0, 0, 0] + } + }, + "foot_br": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-30, 0, 0], + "0.5": [0, 0, 0], + "0.75": [0, 0, 0], + "1.0": [0, 0, 0], + "1.25": [-30, 0, 0], + "1.5": [0, 0, 0], + "2.0": [0, 0, 0] + } + }, + "foot_bl": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "0.75": [-30, 0, 0], + "1.0": [0, 0, 0], + "1.25": [0, 0, 0], + "1.5": [0, 0, 0], + "1.75": [-30, 0, 0], + "2.0": [0, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [5, 0, 0], + "0.25": [-5, 0, 0], + "0.5": [5, 0, 0], + "0.75": [-5, 0, 0], + "1.0": [5, 0, 0], + "1.25": [-5, 0, 0], + "1.5": [5, 0, 0], + "1.75": [-5, 0, 0], + "2.0": [5, 0, 0] + } + }, + "tail_end": { + "rotation": { + "0.0": [2.5, 0, 0], + "0.25": [-2.5, 0, 0], + "0.5": [2.5, 0, 0], + "0.75": [-2.5, 0, 0], + "1.0": [2.5, 0, 0], + "1.25": [-2.5, 0, 0], + "1.5": [2.5, 0, 0], + "1.75": [-2.5, 0, 0], + "2.0": [2.5, 0, 0] + } + }, + "tail_bulb": { + "rotation": { + "0.0": [2.5, 0, 0], + "0.25": [-2.5, 0, 0], + "0.5": [2.5, 0, 0], + "0.75": [-2.5, 0, 0], + "1.0": [2.5, 0, 0], + "1.25": [-2.5, 0, 0], + "1.5": [2.5, 0, 0], + "1.75": [-2.5, 0, 0], + "2.0": [2.5, 0, 0] + } + }, + "body": { + "position": { + "0.0": [0, -0.25, 0], + "0.125": [0, -0.5, 0], + "0.375": [0, 0, 0], + "0.625": [0, -0.5, 0], + "0.875": [0, 0, 0], + "1.125": [0, -0.5, 0], + "1.375": [0, 0, 0], + "1.625": [0, -0.5, 0], + "1.875": [0, 0, 0], + "2.0": [0, -0.25, 0] + } + }, + "thigh_fr": { + "rotation": { + "0.0": [-20, 0, 0], + "0.25": [5, 0, 0], + "0.5": [30, 0, 0], + "0.75": [0, 0, 0], + "1.0": [-20, 0, 0], + "1.25": [0, 0, 0], + "1.5": [30, 0, 0], + "1.75": [0, 0, 0], + "2.0": [-20, 0, 0] + } + }, + "thigh_fl": { + "rotation": { + "0.0": [30, 0, 0], + "0.25": [0, 0, 0], + "0.5": [-20, 0, 0], + "0.75": [0, 0, 0], + "1.0": [30, 0, 0], + "1.25": [0, 0, 0], + "1.5": [-20, 0, 0], + "1.75": [0, 0, 0], + "2.0": [30, 0, 0] + } + }, + "thigh_br": { + "rotation": { + "0.0": [30, 0, 0], + "0.25": [0, 0, 0], + "0.5": [-25, 0, 0], + "0.75": [0, 0, 0], + "1.0": [30, 0, 0], + "1.25": [0, 0, 0], + "1.5": [-25, 0, 0], + "1.75": [0, 0, 0], + "2.0": [30, 0, 0] + } + }, + "thigh_bl": { + "rotation": { + "0.0": [-25, 0, 0], + "0.25": [0, 0, 0], + "0.5": [30, 0, 0], + "0.75": [0, 0, 0], + "1.0": [-25, 0, 0], + "1.25": [0, 0, 0], + "1.5": [30, 0, 0], + "1.75": [0, 0, 0], + "2.0": [-25, 0, 0] + } + } + } + }, + "animation.delcatty.sleep": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "rotation": [-55, 0, 0], + "position": [0, 2, 0] + }, + "neck": { + "rotation": [42.5, 0, 0], + "position": [0, -2, -1] + }, + "head": { + "rotation": { + "0.0": [32.5, 0, 0], + "2.0": [37.5, 0, 0], + "4.0": [32.5, 0, 0] + }, + "position": [0, 0, 0] + }, + "necklace": { + "rotation": [5, 0, 0], + "position": [0, 0, 0] + }, + "thigh_fr": { + "rotation": [37.5, 0, 0] + }, + "thigh_fl": { + "rotation": [37.5, 0, 0] + }, + "thigh_br": { + "rotation": [-34.0724, 8.53726, 12.37961] + }, + "thigh_bl": { + "rotation": [-34.0724, -8.53726, -12.37961] + }, + "eye_r": { + "position": [0, 0, 0.02] + }, + "open_r": { + "position": [0, 0, -0.04] + }, + "eye_l": { + "position": [0, 0, 0.02] + }, + "open_l": { + "position": [0, 0, -0.04] + }, + "mouth": { + "position": [0, 0, -0.02] + } + } + }, + "animation.delcatty.faint": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.4167": [25, 0, 0], + "0.5": [25, 0, 10], + "1.0": [25, 0, 85] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, -2, 0], + "1.0": [0, 3, 0] + } + }, + "eye_r": { + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "0.5417": [0, 0, 0.25] + } + }, + "open_r": { + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "0.5417": [0, 0, -0.27] + } + }, + "eye_l": { + "position": { + "0.5": [0, 0, 0], + "0.5417": [0, 0, 0.25] + } + }, + "open_l": { + "position": { + "0.5": [0, 0, 0], + "0.5417": [0, 0, -0.27] + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.9167": [0, 0, 0], + "1.0": [0, 0, -5] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.9167": [0, 0, 0], + "1.0": [0, 0, -5] + } + }, + "thigh_fr": { + "rotation": { + "0.0": [0, 0, 0], + "0.4167": [30, 0, 0], + "0.5": [30, 0, 0], + "1.0": [0, 0, -15] + } + }, + "foot_fr": { + "rotation": { + "0.0": [0, 0, 0], + "0.4167": [-100, 0, 0], + "0.5": [-100, 0, 0], + "1.0": [0, 0, 0] + } + }, + "thigh_fl": { + "rotation": { + "0.0": [0, 0, 0], + "0.4167": [30, 0, 0], + "0.5": [30, 0, 0], + "1.0": [0, 0, 0] + } + }, + "foot_fl": { + "rotation": { + "0.0": [0, 0, 0], + "0.4167": [-100, 0, 0], + "0.5": [-100, 0, 0], + "1.0": [0, 0, 0] + } + }, + "thigh_br": { + "rotation": { + "0.5": [0, 0, 0], + "1.0": [0, 0, -15] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/delibird/delibird.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/delibird/delibird.animation.json new file mode 100644 index 0000000..ff85bc0 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/delibird/delibird.animation.json @@ -0,0 +1,312 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.delibird.ground_idle": { + "loop": true, + "bones": { + "bag": { + "rotation": [0, 20, 0] + }, + "bone3": { + "rotation": [0, 27.5, 0] + }, + "bone4": { + "rotation": [20, 32.5, 0] + }, + "bone6": { + "rotation": [0, 50, 0] + }, + "bone7": { + "rotation": [25, 30, 0], + "position": [1, 1, 0] + }, + "bone8": { + "rotation": [-11.4792, 28.52391, -16.71388], + "position": [-1, 0, -2] + }, + "bone9": { + "rotation": [0, -12.5, 0], + "position": [0, 0, -3] + }, + "wing_left": { + "rotation": [0, 7.5, 37.5], + "position": [-1, 0, 0] + }, + "wing_right": { + "rotation": [0, 0, -67.5], + "position": [0.5, 0, 0] + }, + "bone14": { + "rotation": [0, 0, 47.5] + } + } + }, + "animation.delibird.ground_walk": { + "loop": true, + "animation_length": 1.33333, + "bones": { + "tail_left": { + "rotation": ["2.5+math.sin(q.anim_time*90*6-25+180)*2", "math.sin(q.anim_time*90*3-20+180)*0.75", 0] + }, + "tail_left2": { + "rotation": ["2.5+math.sin(q.anim_time*90*6-50+180)*3", "math.sin(q.anim_time*90*3-40+180)*1", 0] + }, + "tail_right": { + "rotation": ["2.5+math.sin(q.anim_time*90*6-25+180)*2", "math.sin(q.anim_time*90*3-20+180)*0.75", 0] + }, + "tail_right2": { + "rotation": ["2.5+math.sin(q.anim_time*90*6-50+180)*3", "math.sin(q.anim_time*90*3-40+180)*1", 0] + }, + "hair": { + "rotation": ["0+math.sin(q.anim_time*90*6-95+180)*3", 0, 0] + }, + "hair_left": { + "rotation": ["0+math.sin(q.anim_time*90*6-90+180)*4", 0, 0] + }, + "hair_right": { + "rotation": ["0+math.sin(q.anim_time*90*6-90+180)*4", 0, 0] + }, + "hair_left2": { + "rotation": ["0+math.sin(q.anim_time*90*6-85+180)*3", 0, 0] + }, + "hair_right2": { + "rotation": ["0+math.sin(q.anim_time*90*6-85+180)*3", 0, 0] + }, + "wing_left2": { + "rotation": [0, -107.5, 0], + "position": [0, -0.01, 0] + }, + "wing_left3": { + "rotation": [0, -62.5, 0], + "position": [-1, -0.01, -2] + }, + "wing_right3": { + "rotation": [0, 62.5, 0], + "position": [1, -0.01, -1] + }, + "claw_middle_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330)*15,-0,12.5)", 0, 0] + }, + "claw_back_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330)*15,-12.5,0)", 0, 0] + }, + "claw_outer_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330)*15,-0,12.5)", 0, 0] + }, + "claw_inner_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330)*15,-0,12.5)", 0, 0] + }, + "claw_middle_right": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330+180)*15,-0,12.5)", 0, 0] + }, + "claw_back_right": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330+180)*15,-12.5,0)", 0, 0] + }, + "claw_inner_right": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330+180)*15,-0,12.5)", 0, 0] + }, + "claw_outer_right": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330+180)*15,-0,12.5)", 0, 0] + }, + "toe_right_middle": { + "rotation": [ + "0+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", + 0, + 0 + ] + }, + "toe_right_inner": { + "rotation": [ + "-1.3208+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", + -2.79056, + 4.67594 + ] + }, + "toe_right_outer": { + "rotation": [ + "-1.3208+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", + 2.79056, + -4.67594 + ] + }, + "toe_right_back": { + "rotation": ["math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*27.5,-0,25)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*22.5,-20,0)", 0, 0] + }, + "toe_left_middle": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", 0, 0] + }, + "toe_left_inner": { + "rotation": ["-1.5203+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", 7.13182, -4.77156] + }, + "toe_left_outer": { + "rotation": ["-1.5203+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", -7.13182, 4.77156] + }, + "toe_left_back": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-300)*27.5,-0,25)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*22.5,-20,0)", 0, 0] + }, + "tail": { + "rotation": ["-26.157+Math.cos((query.anim_time - 0.2) * 90) * 2", -29.76212, 13.70122] + }, + "tail2": { + "rotation": ["-12.5+Math.cos((query.anim_time - 0.5) * 90) * 2", -37.5, 0] + }, + "tail3": { + "rotation": ["-5.4937+Math.cos((query.anim_time - 0.8) * 90) * 2", -24.91806, 1.88358] + }, + "tail4": { + "rotation": ["23.9046+Math.cos((query.anim_time - 1.1) * 90) * 2", -38.75807, -7.57883] + }, + "tail6": { + "rotation": ["35+Math.cos((query.anim_time - 1.4) * 90) * 2", -17.5, 0] + }, + "tail7": { + "rotation": ["10+Math.cos((query.anim_time - 1.7) * 90) * 2", 0, 0] + }, + "tail8": { + "rotation": ["-30+Math.cos((query.anim_time - 2) * 90) * 2", 0, 0], + "position": [0, 0, 0] + }, + "tail9": { + "rotation": ["-17.5+Math.cos((query.anim_time - 2.3) * 90) * 2", 0, 0], + "position": [0.2, 0, 0] + }, + "wing_open_left": { + "scale": 0 + }, + "wing_open_right": { + "scale": 0 + }, + "leg_right2": { + "rotation": [ + "0+math.clamp(math.sin(query.anim_time*90*3*-1-150+180)*35.5,-32.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-150+180)*17.5,-0,15)", + 0, + 0 + ] + }, + "toe_middle_right": { + "rotation": [ + "0+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", + 0, + 0 + ] + }, + "toe_back_right": { + "rotation": [ + "0+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*27.5,-0,25)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*22.5,-20,0)", + 0, + 0 + ] + }, + "toe_outer_right": { + "rotation": [ + "-1.3208+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", + 2.79056, + -4.67594 + ] + }, + "toe_inner_right": { + "rotation": [ + "-1.3208+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", + -2.79056, + 4.67594 + ] + }, + "leg_left2": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-150)*35.5,-32.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-150)*17.5,-0,15)", 0, 0] + }, + "toe_middle_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", 0, 0] + }, + "toe_back_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-300)*27.5,-0,25)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*22.5,-20,0)", 0, 0] + }, + "toe_outer_left": { + "rotation": ["-1.5203+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", -7.13182, 4.77156] + }, + "toe_inner_left": { + "rotation": ["-1.5203+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", 7.13182, -4.77156] + }, + "leg_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-50)*17.5,-17.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-50)*22.5,-0,20)", 0, 0], + "position": { + "0.0": [0, "0+math.clamp(math.sin(query.anim_time*90*3*-1-60)*1,0.3,1)", "2+math.sin(q.anim_time*90*3-80)*2"], + "0.25": [0, "0+math.clamp(math.sin(query.anim_time*90*3*-1-60)*1,0.3,1)", "1+math.sin(q.anim_time*90*3-80)*2"], + "0.5": [0, "0+math.clamp(math.sin(query.anim_time*90*3*-1-60)*1,0.3,1)", -0.13], + "0.75": [0, "0+math.clamp(math.sin(query.anim_time*90*3*-1-60)*1,0.3,1)", 0.02], + "1.0": [0, "0+math.clamp(math.sin(query.anim_time*90*3*-1-60)*1,0.3,1)", -0.28], + "1.3333": [0, "0+math.clamp(math.sin(query.anim_time*90*3*-1-60)*1,0.3,1)", "2+math.sin(q.anim_time*90*3-80)*2"] + } + }, + "leg_right": { + "rotation": [ + "0+math.clamp(math.sin(query.anim_time*90*3*-1-50+180)*17.5,-17.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-50+180)*22.5,-0,20)", + 0, + 0 + ], + "position": { + "0.0": [0, "-1+math.clamp(math.sin(query.anim_time*90*3*-1-60+180)*1,0.3,1)", "-2-math.sin(q.anim_time*90*3-80)*2"], + "0.25": [0, "-1+math.clamp(math.sin(query.anim_time*90*3*-1-60+180)*1,0.3,1)", "-1-math.sin(q.anim_time*90*3-80)*2"], + "0.5": [0, "-1+math.clamp(math.sin(query.anim_time*90*3*-1-60+180)*1,0.3,1)", "1-math.sin(q.anim_time*90*3-80)*2"], + "0.75": [0, "math.clamp(math.sin(query.anim_time*90*3*-1-60+180)*1,0.3,1)", "2-math.sin(q.anim_time*90*3-80)*2"], + "1.0": [0, "math.clamp(math.sin(query.anim_time*90*3*-1-60+180)*1,0.3,1)", "-math.sin(q.anim_time*90*3-80)*2"], + "1.25": [0, "math.clamp(math.sin(query.anim_time*90*3*-1-60+180)*1,0.3,1)", "-2-math.sin(q.anim_time*90*3-80)*2"], + "1.3333": [0, "-1+math.clamp(math.sin(query.anim_time*90*3*-1-60+180)*1,0.3,1)", "-2-math.sin(q.anim_time*90*3-80)*2"] + } + }, + "bag": { + "rotation": [0, 20, 0] + }, + "bone3": { + "rotation": [0, 27.5, 0] + }, + "bone4": { + "rotation": [20, 32.5, 0] + }, + "bone6": { + "rotation": [0, 50, 0] + }, + "bone7": { + "rotation": [25, 30, 0], + "position": [1, 1, 0] + }, + "bone8": { + "rotation": [-11.4792, 28.52391, -16.71388], + "position": [-1, 0, -2] + }, + "bone9": { + "rotation": [0, -12.5, 0], + "position": [0, 0, -3] + }, + "wing_left": { + "rotation": [0, 7.5, 37.5], + "position": [-1, 0, 0] + }, + "wing_right": { + "rotation": [1.74767, "1.1137+math.sin(q.anim_time*90*6-40)*3", -65.01243] + }, + "head": { + "rotation": ["2.5+math.sin(q.anim_time*90*6-40)*3", 0, "math.sin(q.anim_time*90*3-50)*0.25"] + }, + "bone14": { + "rotation": [0, 0, 47.5] + }, + "foot_right": { + "rotation": [ + "-7.5+math.clamp(math.sin(query.anim_time*90*3*-1-175+180)*7.5,-7.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-175+180)*22.5,-0,20)", + 0, + 0 + ] + }, + "foot_left": { + "rotation": ["-7.5+math.clamp(math.sin(query.anim_time*90*3*-1-175)*7.5,-7.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-175)*22.5,-0,20)", 0, 0] + }, + "torso": { + "rotation": ["math.sin(q.anim_time*90*6+0+180)*2", "0+math.sin(q.anim_time*90*3-60+180)*2.5", "0+math.sin(q.anim_time*90*3+0)*2.5"] + }, + "body": { + "position": [0, "0+math.clamp(math.sin(query.anim_time*90*6*-1-30)*1,-0,1)+math.clamp(math.sin(query.anim_time*90*6*-1-30)*1,-0.9,0)", 0] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/deoxys/deoxys.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/deoxys/deoxys.animation.json new file mode 100644 index 0000000..b72d84f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/deoxys/deoxys.animation.json @@ -0,0 +1,11117 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.deoxys.pose1": { + "loop": true, + "bones": { + "body": { + "rotation": [12.5, 0, 0], + "position": [0, 2, 0] + }, + "hips": { + "rotation": [-5, 0, 0] + }, + "left_humanarm": { + "rotation": [-2.14255, 74.15176, 9.66004], + "position": [0.75, 0.5, 0] + }, + "left_forearm": { + "rotation": [1.18304, 6.10615, -17.82948] + }, + "left_hand": { + "rotation": [0, 0, -32.5] + }, + "left_index1": { + "rotation": [0, 0, -40] + }, + "left_index2": { + "rotation": [0, 0, 45] + }, + "left_middle1": { + "rotation": [0, 0, 7.5] + }, + "left_middle2": { + "rotation": [0, 0, 27.5] + }, + "left_ring1": { + "rotation": [0, 0, 32.5] + }, + "left_ring2": { + "rotation": [0, 0, 25] + }, + "left_pinky1": { + "rotation": [0, 0, 42.5] + }, + "left_pinky2": { + "rotation": [0, 0, 45] + }, + "left_thumb": { + "rotation": [20, -32.5, 0] + }, + "right_arm": { + "rotation": [1.75378, 9.84655, -27.34892] + }, + "rightarm_red2": { + "rotation": [0, 0, -5] + }, + "rightarm_red3": { + "rotation": [0, 0, -15] + }, + "rightarm_red4": { + "rotation": [0, 0, -5] + }, + "rightarm_red5": { + "rotation": [0, 0, -5] + }, + "rightarm_red6": { + "rotation": [0, 0, -5] + }, + "rightarm_red7": { + "rotation": [0, 0, 20] + }, + "rightarm_blue2": { + "rotation": [0, 0, -5] + }, + "rightarm_blue3": { + "rotation": [0, 0, -15] + }, + "rightarm_blue4": { + "rotation": [0, 0, -5] + }, + "rightarm_blue5": { + "rotation": [0, 0, -5] + }, + "rightarm_blue6": { + "rotation": [0, 0, -5] + }, + "rightarm_blue7": { + "rotation": [0, 0, -12.5] + }, + "leftleg": { + "rotation": [-25.16007, -6.62852, 3.58367], + "position": [-0.75, -2, 1.5] + }, + "left_thigh": { + "rotation": [0, 27.5, 0], + "position": [1, 2, 0] + }, + "left_calf": { + "rotation": [45.1767, -9.01615, 19.31121] + }, + "rightleg": { + "rotation": [-15.72856, -21.23934, 12.37079], + "position": [-0.75, 0, 0.25] + }, + "right_calf": { + "rotation": [11.40319, -7.98133, -19.37511] + }, + "head": { + "rotation": [0, -5, 0] + } + } + }, + "animation.deoxys.pose2": { + "loop": true, + "bones": { + "body": { + "rotation": [12.5, 0, 0], + "position": [0, 2, 0] + }, + "hips": { + "rotation": [-5, 0, 0] + }, + "left_humanarm": { + "rotation": [-22.11581, 6.92618, 22.67458] + }, + "left_forearm": { + "rotation": [4.47651, 4.32184, 17.27642] + }, + "left_hand": { + "rotation": [0, 0, 25] + }, + "left_index1": { + "rotation": [0, 0, -40] + }, + "left_index2": { + "rotation": [0, 0, 45] + }, + "left_middle1": { + "rotation": [0, 0, 7.5] + }, + "left_middle2": { + "rotation": [0, 0, 27.5] + }, + "left_ring1": { + "rotation": [0, 0, 32.5] + }, + "left_ring2": { + "rotation": [0, 0, 25] + }, + "left_pinky1": { + "rotation": [0, 0, 42.5] + }, + "left_pinky2": { + "rotation": [0, 0, 45] + }, + "left_thumb": { + "rotation": [34.25551, -47.05994, 12.75057] + }, + "right_arm": { + "rotation": [1.75378, 9.84655, -27.34892] + }, + "rightarm_red2": { + "rotation": [0, 0, -5] + }, + "rightarm_red3": { + "rotation": [0, -7.5, -15] + }, + "rightarm_red4": { + "rotation": [0, 0, -5] + }, + "rightarm_red5": { + "rotation": [0, -7.5, -5] + }, + "rightarm_red6": { + "rotation": [0, 0, -5] + }, + "rightarm_red7": { + "rotation": [0, 0, 20] + }, + "rightarm_blue2": { + "rotation": [0, 0, -5] + }, + "rightarm_blue3": { + "rotation": [0, -12.5, -15] + }, + "rightarm_blue4": { + "rotation": [0, 0, -5] + }, + "rightarm_blue5": { + "rotation": [0, -5, -5] + }, + "rightarm_blue6": { + "rotation": [0, 0, -5] + }, + "rightarm_blue7": { + "rotation": [0, 0, -22.5] + }, + "leftleg": { + "rotation": [-45.66856, -17.21966, 3.66184], + "position": [-0.75, -2, 1.5] + }, + "left_thigh": { + "rotation": [0, 27.5, 0], + "position": [1, 2, 0] + }, + "left_calf": { + "rotation": [45.1767, -9.01615, 19.31121] + }, + "rightleg": { + "rotation": [-15.72856, -21.23934, 12.37079], + "position": [-0.75, 0, 0.25] + }, + "right_calf": { + "rotation": [22.59672, -5.89705, -29.2284] + }, + "head": { + "rotation": [17.32615, -5.41965, 1.36641] + } + } + }, + "animation.deoxys.ground_idle": { + "loop": true, + "animation_length": 2.5, + "bones": { + "body": { + "rotation": ["5+math.sin((query.anim_time)*144)*2.5", 0, 0], + "position": [0, "-4.25-math.sin((query.anim_time)*144)*0.3", 0.25] + }, + "hips": { + "rotation": [-5, 0, 0] + }, + "left_arm": { + "rotation": [6.16046, -14.83096, 22.78866], + "position": [-0.5, -0.25, 0] + }, + "leftarm_red2": { + "rotation": [0, 0, "7.5+math.sin((query.anim_time-0.1)*144)*5"] + }, + "leftarm_red3": { + "rotation": [0, "0+math.sin((query.anim_time-0.1)*144)*6", "7.5+math.sin((query.anim_time-0.2)*144)*5"] + }, + "leftarm_red4": { + "rotation": [0, 0, "7.5+math.sin((query.anim_time-0.3)*144)*5"] + }, + "leftarm_red5": { + "rotation": [0, "5+math.sin((query.anim_time-0.2)*144)*6", "7.5+math.sin((query.anim_time-0.4)*144)*5"] + }, + "leftarm_blue2": { + "rotation": [0, 0, "7.5+math.sin((query.anim_time-0.1)*144)*5"] + }, + "leftarm_blue3": { + "rotation": [0, "0+math.sin((query.anim_time-0.1)*144)*6", "7.5+math.sin((query.anim_time-0.2)*144)*5"] + }, + "leftarm_blue4": { + "rotation": [0, 0, "7.5+math.sin((query.anim_time-0.3)*144)*5"] + }, + "leftarm_blue5": { + "rotation": [0, "5+math.sin((query.anim_time-0.2)*144)*6", "7.5+math.sin((query.anim_time-0.4)*144)*5"] + }, + "leftarm_blue6": { + "rotation": [0, 0, "7.5+math.sin((query.anim_time-0.5)*144)*10"] + }, + "right_arm": { + "rotation": [3.70923, 17.32142, -22.6204], + "position": [0.45, -0.25, 0] + }, + "rightarm_red2": { + "rotation": [0, 0, "-7.5-math.sin((query.anim_time-0.3)*144)*5"] + }, + "rightarm_red3": { + "rotation": [0, "0-math.sin((query.anim_time-0.3)*144)*6", "-7.5-math.sin((query.anim_time-0.4)*144)*5"] + }, + "rightarm_red4": { + "rotation": [0, 0, "-7.5-math.sin((query.anim_time-0.5)*144)*5"] + }, + "rightarm_red5": { + "rotation": [0, "0-math.sin((query.anim_time-0.4)*144)*6", "-7.5-math.sin((query.anim_time-0.6)*144)*5"] + }, + "rightarm_blue2": { + "rotation": [0, 0, "-7.5-math.sin((query.anim_time-0.3)*144)*5"] + }, + "rightarm_blue3": { + "rotation": [0, "0-math.sin((query.anim_time-0.3)*144)*6", "-7.5-math.sin((query.anim_time-0.4)*144)*5"] + }, + "rightarm_blue4": { + "rotation": [0, 0, "-7.5-math.sin((query.anim_time-0.5)*144)*5"] + }, + "rightarm_blue5": { + "rotation": [0, "0-math.sin((query.anim_time-0.4)*144)*6", "-7.5-math.sin((query.anim_time-0.6)*144)*5"] + }, + "rightarm_blue6": { + "rotation": [0, 0, "-7.5-math.sin((query.anim_time-0.7)*144)*10"] + }, + "head": { + "rotation": ["7.5+math.sin((query.anim_time-0.4)*144)*3", 0, 0] + }, + "leftleg": { + "rotation": ["-7.154-math.sin((query.anim_time)*144)*3", 13.88621, "-24.7006-math.sin((query.anim_time)*144)*3"], + "position": [-1.25, "-0.75-math.sin((query.anim_time)*144)*0.4", 0.5] + }, + "left_thigh": { + "rotation": [5, 0, 0], + "position": [0, -2.25, 1.5] + }, + "left_calf": { + "rotation": ["9.8936+math.sin((query.anim_time)*144)*4.5", 1.51047, "12.6593+math.sin((query.anim_time)*144)*5"] + }, + "rightleg": { + "rotation": ["-14.44-math.sin((query.anim_time)*144)*3", -17.67, "31.06+math.sin((query.anim_time)*144)*3"], + "position": [-0.25, "-2.92-math.sin((query.anim_time)*144)*0.4", 0] + }, + "right_calf": { + "rotation": ["9.83+math.sin((query.anim_time)*144)*3", 1.8, "-22.34-math.sin((query.anim_time)*144)*5"], + "position": [0, 0, 0] + }, + "left_humanarm": { + "rotation": [0, 0, "30+math.sin((query.anim_time)*144)*7"], + "scale": 0 + }, + "right_humanarm": { + "rotation": [0, 0, "-25-math.sin((query.anim_time-0.2)*144)*7"], + "scale": 0 + }, + "leftarm_red1": { + "rotation": [0, 0, "0+math.sin((query.anim_time)*144)*8"] + }, + "leftarm_red6": { + "rotation": [0, 0, "0+math.sin((query.anim_time-0.5)*144)*8"] + }, + "leftarm_red7": { + "rotation": [0, 0, "0+math.sin((query.anim_time-0.6)*144)*15"] + }, + "leftarm_blue1": { + "rotation": [0, 0, "0+math.sin((query.anim_time)*144)*8"] + }, + "leftarm_blue7": { + "rotation": [0, 0, "0+math.sin((query.anim_time-0.6)*144)*15"] + }, + "rightarm_red1": { + "rotation": [0, 0, "0-math.sin((query.anim_time-0.2)*144)*8"] + }, + "rightarm_red6": { + "rotation": [0, 0, "0-math.sin((query.anim_time-0.7)*144)*8"] + }, + "rightarm_red7": { + "rotation": [0, 0, "0-math.sin((query.anim_time-0.8)*144)*15"] + }, + "rightarm_blue1": { + "rotation": [0, 0, "0-math.sin((query.anim_time-0.2)*144)*8"] + }, + "rightarm_blue7": { + "rotation": [0, 0, "0-math.sin((query.anim_time-0.8)*144)*10"] + }, + "left_forearm": { + "rotation": [0, 0, "7.5+math.sin((query.anim_time-0.2)*144)*18"] + }, + "left_hand": { + "rotation": [0, 0, "10+math.sin((query.anim_time-0.2)*144)*10"] + }, + "right_forearm": { + "rotation": [0, 0, "-15-math.sin((query.anim_time-0.2)*144)*15"] + }, + "right_hand": { + "rotation": [0, 0, "-12.5-math.sin((query.anim_time-0.2)*144)*5"] + } + } + }, + "animation.deoxys.battle_stance": { + "loop": true, + "animation_length": 2.5, + "bones": { + "body": { + "rotation": [12.5, 0, 0], + "position": [0, "2-math.sin((query.anim_time-0.1)*144)*1.5", -1.9] + }, + "hips": { + "rotation": [-5, 0, 0] + }, + "left_humanarm": { + "rotation": [3.76613, "6.4905-math.sin((query.anim_time-0.1)*144)*3", "30.2136+math.sin((query.anim_time-0.1)*144)*3"], + "position": [-0.75, 0.5, 0] + }, + "left_forearm": { + "rotation": [4.49232, "9.3062-math.sin((query.anim_time-0.3)*144)*4", "17.6659+math.sin((query.anim_time-0.3)*144)*5"] + }, + "left_hand": { + "rotation": [0, 0, "18.0749+math.sin((query.anim_time-0.7)*144)*10"], + "position": [0, 0.25, 0] + }, + "left_index1": { + "rotation": [0, 0, "-40-math.sin((query.anim_time-0.1)*144)*15"] + }, + "left_index2": { + "rotation": [0, 0, 45] + }, + "left_middle1": { + "rotation": [0, 0, "7.5-math.sin((query.anim_time-0.1)*144)*15"] + }, + "left_middle2": { + "rotation": [0, 0, 27.5] + }, + "left_ring1": { + "rotation": [0, 0, "32.5-math.sin((query.anim_time-0.1)*144)*15"] + }, + "left_ring2": { + "rotation": [0, 0, 25] + }, + "left_pinky1": { + "rotation": [0, 0, "42.5-math.sin((query.anim_time-0.1)*144)*15"] + }, + "left_pinky2": { + "rotation": [0, 0, 45] + }, + "left_thumb": { + "rotation": ["27.5-math.sin((query.anim_time-0.1)*144)*5", "-32.5-math.sin((query.anim_time-0.1)*144)*5", 0], + "position": [0, 0, 0.25] + }, + "right_arm": { + "rotation": [1.75378, 9.84655, -27.3489], + "position": [0.5, -0.5, 0] + }, + "rightarm_red2": { + "rotation": [0, 0, "-5-math.sin((query.anim_time-0.2)*144)*5"] + }, + "rightarm_red3": { + "rotation": [0, 0, "-15-math.sin((query.anim_time-0.3)*144)*5"] + }, + "rightarm_red4": { + "rotation": [0, 0, "-5-math.sin((query.anim_time-0.4)*144)*5"] + }, + "rightarm_red5": { + "rotation": [0, 0, "-5-math.sin((query.anim_time-0.5)*144)*5"] + }, + "rightarm_red6": { + "rotation": [0, 0, "-5-math.sin((query.anim_time-0.6)*144)*8"] + }, + "rightarm_red7": { + "rotation": [0, 0, "20-math.sin((query.anim_time-0.7)*144)*8"] + }, + "rightarm_blue2": { + "rotation": [0, 0, "-5-math.sin((query.anim_time-0.2)*144)*5"] + }, + "rightarm_blue3": { + "rotation": [0, 0, "-15-math.sin((query.anim_time-0.3)*144)*5"] + }, + "rightarm_blue4": { + "rotation": [0, 0, "-5-math.sin((query.anim_time-0.4)*144)*5"] + }, + "rightarm_blue5": { + "rotation": [0, 0, "-5-math.sin((query.anim_time-0.5)*144)*5"] + }, + "rightarm_blue6": { + "rotation": [0, 0, "-5-math.sin((query.anim_time-0.6)*144)*8"] + }, + "rightarm_blue7": { + "rotation": [0, 0, "-12.5-math.sin((query.anim_time-0.7)*144)*8"] + }, + "leftleg": { + "rotation": ["-30.1601-math.sin((query.anim_time-0.1)*144)*2", -6.62852, "3.5837-math.sin((query.anim_time-0.1)*144)*1"], + "position": [-1, "-1-math.sin((query.anim_time-0.1)*144)*1.5", 1.5] + }, + "left_thigh": { + "rotation": [0, 27.5, 0], + "position": [1, 2, 0] + }, + "left_calf": { + "rotation": ["40.1677-math.sin((query.anim_time-0.1)*144)*1", -8.9347, "19.3846-math.sin((query.anim_time-0.1)*144)*1.5"], + "position": [0, 0.5, 0] + }, + "rightleg": { + "rotation": ["-15.7286-math.sin((query.anim_time-0.3)*144)*3", -21.23934, "12.3708+math.sin((query.anim_time-0.3)*144)*2"], + "position": [-0.5, "1-math.sin((query.anim_time-0.1)*144)*1.5", 0.25] + }, + "right_calf": { + "rotation": ["14.2372+math.sin((query.anim_time-0.3)*144)*1", -7.50914, "-21.8527+math.sin((query.anim_time-0.3)*144)*1"] + }, + "right_humanarm": { + "scale": 0 + }, + "left_arm": { + "rotation": [0, 0, 27.5], + "scale": 0 + }, + "rightarm_red1": { + "rotation": [0, 0, "0-math.sin((query.anim_time-0.1)*144)*5"] + }, + "rightarm_blue1": { + "rotation": [0, 0, "0-math.sin((query.anim_time-0.1)*144)*5"] + }, + "head": { + "rotation": ["0-math.sin((query.anim_time-0.3)*144)*3", 0, 0] + }, + "leftarm_red3": { + "rotation": [0, 0, "27.5+math.sin((query.anim_time-0.3)*144)*8"] + }, + "leftarm_blue3": { + "rotation": [0, 0, "27.5+math.sin((query.anim_time-0.3)*144)*8"] + } + } + }, + "animation.deoxys.ground_walk": { + "loop": true, + "animation_length": 2.5, + "bones": { + "body": { + "rotation": ["22.5+math.sin((query.anim_time)*144)*2.5", 0, 0], + "position": [0, "-2.25-math.sin((query.anim_time)*144)*1", -8.75] + }, + "hips": { + "rotation": [-5, 0, 0] + }, + "left_arm": { + "rotation": [11.46583, -19.73395, 21.76174], + "position": [-0.5, -0.25, 0] + }, + "leftarm_red2": { + "rotation": [0, -5, "7.5+math.sin((query.anim_time-0.1)*144)*3"] + }, + "leftarm_red3": { + "rotation": [0, "-5+math.sin((query.anim_time-0.1)*144)*4", "7.5+math.sin((query.anim_time-0.2)*144)*3"] + }, + "leftarm_red4": { + "rotation": [0, -5, "7.5+math.sin((query.anim_time-0.3)*144)*3"] + }, + "leftarm_red5": { + "rotation": [0, "math.sin((query.anim_time-0.2)*144)*4", "7.5+math.sin((query.anim_time-0.4)*144)*3"] + }, + "leftarm_blue2": { + "rotation": [0, -5, "7.5+math.sin((query.anim_time-0.1)*144)*3"] + }, + "leftarm_blue3": { + "rotation": [0, "-5+math.sin((query.anim_time-0.1)*144)*4", "7.5+math.sin((query.anim_time-0.2)*144)*3"] + }, + "leftarm_blue4": { + "rotation": [0, -5, "7.5+math.sin((query.anim_time-0.3)*144)*3"] + }, + "leftarm_blue5": { + "rotation": [0, "math.sin((query.anim_time-0.2)*144)*4", "7.5+math.sin((query.anim_time-0.4)*144)*3"] + }, + "leftarm_blue6": { + "rotation": [0, -5, "7.5+math.sin((query.anim_time-0.5)*144)*8"] + }, + "right_arm": { + "rotation": [8.98615, 22.26201, -21.80333], + "position": [0.45, -0.25, 0] + }, + "rightarm_red2": { + "rotation": [0, 5, "-7.5-math.sin((query.anim_time-0.3)*144)*3"] + }, + "rightarm_red3": { + "rotation": [0, "5-math.sin((query.anim_time-0.3)*144)*4", "-7.5-math.sin((query.anim_time-0.4)*144)*3"] + }, + "rightarm_red4": { + "rotation": [0, 5, "-7.5-math.sin((query.anim_time-0.5)*144)*3"] + }, + "rightarm_red5": { + "rotation": [0, "5-math.sin((query.anim_time-0.4)*144)*4", "-7.5-math.sin((query.anim_time-0.6)*144)*3"] + }, + "rightarm_blue2": { + "rotation": [0, 5, "-7.5-math.sin((query.anim_time-0.3)*144)*3"] + }, + "rightarm_blue3": { + "rotation": [0, "5-math.sin((query.anim_time-0.3)*144)*4", "-7.5-math.sin((query.anim_time-0.4)*144)*3"] + }, + "rightarm_blue4": { + "rotation": [0, 5, "-7.5-math.sin((query.anim_time-0.5)*144)*3"] + }, + "rightarm_blue5": { + "rotation": [0, "5-math.sin((query.anim_time-0.4)*144)*4", "-7.5-math.sin((query.anim_time-0.6)*144)*3"] + }, + "rightarm_blue6": { + "rotation": [0, 5, "-7.5-math.sin((query.anim_time-0.7)*144)*8"] + }, + "head": { + "rotation": ["-12.5-math.sin((query.anim_time-0.4)*144)*3", 0, 0] + }, + "leftleg": { + "rotation": ["21.0685-math.sin((query.anim_time-0.3)*144)*1", 22.45886, "-4.9278-math.sin((query.anim_time-0.3)*144)*1"], + "position": [-0.25, "0.75-math.sin((query.anim_time)*144)*1", -4.75] + }, + "left_thigh": { + "rotation": [5, 0, 0], + "position": [0, -2.25, 1.5] + }, + "left_calf": { + "rotation": ["17.4623-math.sin((query.anim_time)*144)*5", -0.42414, "19.9061-math.sin((query.anim_time)*144)*5"] + }, + "rightleg": { + "rotation": ["32.9162-math.sin((query.anim_time)*144)*3", -24.43946, "3.9365+math.sin((query.anim_time)*144)*3"], + "position": [0.5, "-1.42-math.sin((query.anim_time)*144)*1", -5] + }, + "right_calf": { + "rotation": ["9.634+math.sin((query.anim_time-0.9)*144)*4", 2.49956, "-27.301-math.sin((query.anim_time-0.9)*144)*4"], + "position": [0, 0, 0] + }, + "left_humanarm": { + "scale": 0 + }, + "right_humanarm": { + "scale": 0 + }, + "leftarm_red1": { + "rotation": [0, 0, "0+math.sin((query.anim_time)*144)*6"] + }, + "leftarm_red6": { + "rotation": [0, -5, "0+math.sin((query.anim_time-0.5)*144)*6"] + }, + "leftarm_red7": { + "rotation": [0, -5, "0+math.sin((query.anim_time-0.6)*144)*13"] + }, + "leftarm_blue1": { + "rotation": [0, 0, "0+math.sin((query.anim_time)*144)*6"] + }, + "leftarm_blue7": { + "rotation": [0, -5, "0+math.sin((query.anim_time-0.6)*144)*13"] + }, + "rightarm_red1": { + "rotation": [0, 0, "0-math.sin((query.anim_time-0.2)*144)*6"] + }, + "rightarm_red6": { + "rotation": [0, 5, "0-math.sin((query.anim_time-0.7)*144)*6"] + }, + "rightarm_red7": { + "rotation": [0, 7.5, "-math.sin((query.anim_time-0.8)*144)*13"] + }, + "rightarm_blue1": { + "rotation": [0, 0, "0-math.sin((query.anim_time-0.2)*144)*6"] + }, + "rightarm_blue7": { + "rotation": [0, 5, "0-math.sin((query.anim_time-0.8)*144)*8"] + } + } + }, + "animation.deoxys.shoulder_right": { + "loop": true, + "animation_length": 2.5, + "bones": { + "body": { + "rotation": [-5, 0, 0], + "position": [-6, "-41-math.sin((query.anim_time-0.1)*144)*1.5", 25.35] + }, + "hips": { + "rotation": [-15, 0, 0] + }, + "left_humanarm": { + "rotation": [25.71744, "42.1428-math.sin((query.anim_time-0.1)*144)*1", "68.0716-math.sin((query.anim_time-0.1)*144)*1"], + "position": [0.5, 0.5, 0] + }, + "left_forearm": { + "rotation": [ + "66.8071-math.sin((query.anim_time-0.4)*144)*2", + "43.2759-math.sin((query.anim_time-0.4)*144)*2", + "79.7889-math.sin((query.anim_time-0.4)*144)*2" + ], + "position": [0.5, 1, -0.25] + }, + "left_hand": { + "rotation": [35, 0, "18.0749+math.sin((query.anim_time-0.4)*144)*4"], + "position": [0, 0.25, 0] + }, + "left_index1": { + "rotation": [0, 5, 5] + }, + "left_index2": { + "rotation": [0, 0, -2.5] + }, + "left_middle1": { + "rotation": [0, 0, 20] + }, + "left_middle2": { + "rotation": [0, 0, 92.5] + }, + "left_ring1": { + "rotation": [0, 0, 37.5] + }, + "left_ring2": { + "rotation": [0, 0, 87.5] + }, + "left_pinky1": { + "rotation": [0, -12.5, 27.5] + }, + "left_pinky2": { + "rotation": [0, 0, 0] + }, + "left_thumb": { + "rotation": [85.3408, -25.00789, -36.87776], + "position": [0, 0, 0.25] + }, + "right_arm": { + "rotation": [1.75378, 9.84655, -27.3489], + "position": [0.5, -0.5, 0], + "scale": 0 + }, + "rightarm_red2": { + "rotation": [0, 0, "-5-math.sin((query.anim_time-0.2)*144)*5"] + }, + "rightarm_red3": { + "rotation": [0, 0, "-15-math.sin((query.anim_time-0.3)*144)*5"] + }, + "rightarm_red4": { + "rotation": [0, 0, "-5-math.sin((query.anim_time-0.4)*144)*5"] + }, + "rightarm_red5": { + "rotation": [0, 0, "-5-math.sin((query.anim_time-0.5)*144)*5"] + }, + "rightarm_red6": { + "rotation": [0, 0, "-5-math.sin((query.anim_time-0.6)*144)*8"] + }, + "rightarm_red7": { + "rotation": [0, 0, "20-math.sin((query.anim_time-0.7)*144)*8"] + }, + "rightarm_blue2": { + "rotation": [0, 0, "-5-math.sin((query.anim_time-0.2)*144)*5"] + }, + "rightarm_blue3": { + "rotation": [0, 0, "-15-math.sin((query.anim_time-0.3)*144)*5"] + }, + "rightarm_blue4": { + "rotation": [0, 0, "-5-math.sin((query.anim_time-0.4)*144)*5"] + }, + "rightarm_blue5": { + "rotation": [0, 0, "-5-math.sin((query.anim_time-0.5)*144)*5"] + }, + "rightarm_blue6": { + "rotation": [0, 0, "-5-math.sin((query.anim_time-0.6)*144)*8"] + }, + "rightarm_blue7": { + "rotation": [0, 0, "-12.5-math.sin((query.anim_time-0.7)*144)*8"] + }, + "leftleg": { + "rotation": ["-60.7922-math.sin((query.anim_time-0.1)*144)*2", 15.64449, "-1.0228-math.sin((query.anim_time-0.1)*144)*1"], + "position": [-6.75, "-44-math.sin((query.anim_time-0.1)*144)*1.5", 23.5] + }, + "left_thigh": { + "rotation": [0, 27.5, 0], + "position": [1, 2, 0] + }, + "left_calf": { + "rotation": ["41.7004-math.sin((query.anim_time-0.1)*144)*1", -14.78262, "24.2672-math.sin((query.anim_time-0.1)*144)*1.5"], + "position": [0, 0.5, 0] + }, + "rightleg": { + "rotation": ["-49.003-math.sin((query.anim_time-0.3)*144)*3", -25.59449, "24.7238+math.sin((query.anim_time-0.3)*144)*2"], + "position": [-6.5, "-42-math.sin((query.anim_time-0.1)*144)*1.5", 22.25] + }, + "right_calf": { + "rotation": ["30.3976+math.sin((query.anim_time-0.3)*144)*1", -1.95155, "-35.8385+math.sin((query.anim_time-0.3)*144)*1"] + }, + "right_humanarm": { + "rotation": [-37.89395, "-47.2207+math.sin((query.anim_time)*144)*2", -45.42258] + }, + "left_arm": { + "rotation": [0, 0, 27.5], + "scale": 0 + }, + "rightarm_red1": { + "rotation": [0, 0, "0-math.sin((query.anim_time-0.1)*144)*5"] + }, + "rightarm_blue1": { + "rotation": [0, 0, "0-math.sin((query.anim_time-0.1)*144)*5"] + }, + "head": { + "rotation": ["17.5-math.sin((query.anim_time-0.3)*144)*3", 0, 0] + }, + "leftarm_red3": { + "rotation": [0, 0, "27.5+math.sin((query.anim_time-0.3)*144)*8"] + }, + "leftarm_blue3": { + "rotation": [0, 0, "27.5+math.sin((query.anim_time-0.3)*144)*8"] + }, + "deoxys": { + "position": [0, 0, 0] + }, + "right_bicep": { + "position": [-1.75, 0, 0] + }, + "right_forearm": { + "rotation": [51.58059, -58.12818, "-123.9076-math.sin((query.anim_time)*144)*2"], + "position": [-0.25, 0.5, 0.75] + }, + "right_hand": { + "rotation": [-3.84211, -26.39382, "-45.7595-math.sin((query.anim_time)*144)*2"] + }, + "right_index1": { + "rotation": [0, 0, 10] + }, + "right_index2": { + "rotation": [0, 0, 2.5] + }, + "right_middle1": { + "rotation": [0, 0, -45] + }, + "right_ring1": { + "rotation": [0, 0, -32.5] + }, + "right_pinky1": { + "rotation": [0, 0, -70] + }, + "right_pinky2": { + "rotation": [0, 0, 2.5] + }, + "right_thumb": { + "rotation": [0, 20, 0] + } + } + }, + "animation.deoxys.sleep": { + "loop": true, + "animation_length": 2.5, + "bones": { + "body": { + "rotation": ["22.5+math.sin((query.anim_time)*144)*2.5", 0, 0], + "position": [0, "-0.25-math.sin((query.anim_time)*144)*1", -8.75] + }, + "hips": { + "rotation": [-10, 0, 0], + "position": [0, 0.25, 0] + }, + "left_arm": { + "rotation": [-26.06221, 2.95739, 50.51303], + "position": [-0.5, -0.25, 0] + }, + "leftarm_red2": { + "rotation": [0, -5, "7.5+math.sin((query.anim_time-0.1)*144)*3"] + }, + "leftarm_red3": { + "rotation": [0, "-5+math.sin((query.anim_time-0.1)*144)*4", "7.5+math.sin((query.anim_time-0.2)*144)*3"] + }, + "leftarm_red4": { + "rotation": [0, -5, "7.5+math.sin((query.anim_time-0.3)*144)*3"] + }, + "leftarm_red5": { + "rotation": [0, "math.sin((query.anim_time-0.2)*144)*4", "7.5+math.sin((query.anim_time-0.4)*144)*3"] + }, + "leftarm_blue2": { + "rotation": [0, -5, "7.5+math.sin((query.anim_time-0.1)*144)*3"] + }, + "leftarm_blue3": { + "rotation": [0, "-5+math.sin((query.anim_time-0.1)*144)*4", "7.5+math.sin((query.anim_time-0.2)*144)*3"] + }, + "leftarm_blue4": { + "rotation": [0, -5, "7.5+math.sin((query.anim_time-0.3)*144)*3"] + }, + "leftarm_blue5": { + "rotation": [0, "math.sin((query.anim_time-0.2)*144)*4", "7.5+math.sin((query.anim_time-0.4)*144)*3"] + }, + "leftarm_blue6": { + "rotation": [0, -5, "7.5+math.sin((query.anim_time-0.5)*144)*5"] + }, + "right_arm": { + "rotation": [-11.9275, -3.7372, -47.5912], + "position": [0.45, -0.25, 0] + }, + "rightarm_red2": { + "rotation": [0, 5, "-7.5-math.sin((query.anim_time-0.3)*144)*3"] + }, + "rightarm_red3": { + "rotation": [0, "5-math.sin((query.anim_time-0.3)*144)*4", "-7.5-math.sin((query.anim_time-0.4)*144)*3"] + }, + "rightarm_red4": { + "rotation": [0, 5, "-7.5-math.sin((query.anim_time-0.5)*144)*3"] + }, + "rightarm_red5": { + "rotation": [0, "5-math.sin((query.anim_time-0.4)*144)*4", "-7.5-math.sin((query.anim_time-0.6)*144)*3"] + }, + "rightarm_blue2": { + "rotation": [0, 5, "-7.5-math.sin((query.anim_time-0.3)*144)*3"] + }, + "rightarm_blue3": { + "rotation": [0, "5-math.sin((query.anim_time-0.3)*144)*4", "-7.5-math.sin((query.anim_time-0.4)*144)*3"] + }, + "rightarm_blue4": { + "rotation": [0, 5, "-7.5-math.sin((query.anim_time-0.5)*144)*3"] + }, + "rightarm_blue5": { + "rotation": [0, "5-math.sin((query.anim_time-0.4)*144)*4", "-7.5-math.sin((query.anim_time-0.6)*144)*3"] + }, + "rightarm_blue6": { + "rotation": [0, 5, "-7.5-math.sin((query.anim_time-0.7)*144)*5"] + }, + "head": { + "rotation": ["12.5-math.sin((query.anim_time-0.4)*144)*3", 0, 0] + }, + "leftleg": { + "rotation": ["-15.2577-math.sin((query.anim_time-0.3)*144)*1", 20.26066, "-15.4055-math.sin((query.anim_time-0.3)*144)*1"], + "position": [-0.25, "2.75-math.sin((query.anim_time)*144)*1", -7.25] + }, + "left_thigh": { + "rotation": [5, 0, 0], + "position": [0, -2.25, 1.5] + }, + "left_calf": { + "rotation": ["35.4138-math.sin((query.anim_time)*144)*5", -9.99274, "40.4371-math.sin((query.anim_time)*144)*5"] + }, + "rightleg": { + "rotation": ["-15.6686-math.sin((query.anim_time)*144)*3", -20.26676, "22.6139+math.sin((query.anim_time)*144)*3"], + "position": [0, "0.58-math.sin((query.anim_time)*144)*1", -7.75] + }, + "right_calf": { + "rotation": ["34.2686+math.sin((query.anim_time-0.9)*144)*4", 11.8311, "-50.6844-math.sin((query.anim_time-0.9)*144)*4"], + "position": [0, 0, 0] + }, + "left_humanarm": { + "scale": 0 + }, + "right_humanarm": { + "scale": 0 + }, + "leftarm_red1": { + "rotation": [0, 0, "0+math.sin((query.anim_time)*144)*3"] + }, + "leftarm_red6": { + "rotation": [0, -5, "0+math.sin((query.anim_time-0.5)*144)*4"] + }, + "leftarm_red7": { + "rotation": [0, -5, "0+math.sin((query.anim_time-0.6)*144)*7"] + }, + "leftarm_blue1": { + "rotation": [0, 0, "0+math.sin((query.anim_time)*144)*3"] + }, + "leftarm_blue7": { + "rotation": [0, -5, "0+math.sin((query.anim_time-0.6)*144)*4"] + }, + "rightarm_red1": { + "rotation": [0, 0, "0-math.sin((query.anim_time-0.2)*144)*3"] + }, + "rightarm_red6": { + "rotation": [0, 5, "0-math.sin((query.anim_time-0.7)*144)*4"] + }, + "rightarm_red7": { + "rotation": [0, 7.5, "-math.sin((query.anim_time-0.8)*144)*7"] + }, + "rightarm_blue1": { + "rotation": [0, 0, "0-math.sin((query.anim_time-0.2)*144)*3"] + }, + "rightarm_blue7": { + "rotation": [0, 5, "0-math.sin((query.anim_time-0.8)*144)*4"] + }, + "lefteye": { + "position": [0, 0, 1] + }, + "righteye": { + "position": [0, 0, 1] + }, + "eyelids": { + "position": [0, 0, -1] + } + } + }, + "animation.deoxys.faint": { + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": [5, 0, 0], + "0.2917": { + "pre": [5.43327, 4.5252, 5.43327], + "post": [5.43327, 4.5252, 5.43327], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [7.50841, 11.14185, -6.62541], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [12.57673, 9.96156, 0.88045], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [20.07673, 9.96156, 0.88045], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [27.16588, 8.13256, -1.1895], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [18.03038, 12.96737, -10.09679], + "lerp_mode": "catmullrom" + }, + "2.5": [30.36206, 13.35484, -12.54005] + }, + "position": { + "0.0": [0, -4.25, 0.25], + "0.2917": { + "pre": [0.5, -3.75, 0.25], + "post": [0.5, -3.75, 0.25], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, -4.25, 1.25], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-2.13, -2.79, 0.02], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -4.25, -0.75], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0.5, -4.25, -2.5], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-1.75, -5.25, -3.5], + "lerp_mode": "catmullrom" + }, + "2.5": [-2, -17.25, -8.75] + } + }, + "hips": { + "rotation": { + "0.0": [-5, 0, 0], + "0.5": { + "pre": [-5.17544, 14.94159, -1.3378], + "post": [-5.17544, 14.94159, -1.3378], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-8.58991, 10.80369, -6.06934], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-10.04292, 7.4713, -0.6574], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-13.55469, 9.9472, 9.14536], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-22.54292, 7.4713, -0.6574], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-22.34219, 0.53787, 2.21104], + "lerp_mode": "catmullrom" + }, + "2.5": [-24.81766, 0.6684, 2.5101] + }, + "position": { + "0.0": [0, 0, 0], + "1.4583": [0, 0, -1], + "2.0833": [0.5, 0, -1] + } + }, + "left_arm": { + "rotation": { + "0.0": [6.16046, -14.83096, 22.78866], + "0.75": { + "pre": [12.3373, -10.32, -5.02717], + "post": [12.3373, -10.32, -5.02717], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [4.81943, -15.30965, 27.9431], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [9.25902, -13.14685, 10.02197], + "lerp_mode": "catmullrom" + }, + "2.625": [-0.25272, 12.23659, 16.67743] + }, + "position": [-0.5, -0.25, 0] + }, + "leftarm_red2": { + "rotation": { + "0.0": [0, 0, 7.5], + "0.625": [0, 0, 10] + } + }, + "leftarm_red3": { + "rotation": { + "0.0": [0, 0, 7.5], + "0.2917": { + "pre": [0, 0, 19.83], + "post": [0, 0, 19.83], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "2.5": [0, 0, 35] + } + }, + "leftarm_red4": { + "rotation": { + "0.0": [0, 0, 7.5], + "1.0": { + "pre": [-1.19262, -4.30371, 12.20887], + "post": [-1.19262, -4.30371, 12.20887], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, -7.5, 7.5], + "lerp_mode": "catmullrom" + }, + "2.5": [-5.0806, 5.87369, 27.01462] + } + }, + "leftarm_red5": { + "rotation": { + "0.0": [0, 5, 7.5], + "1.0": [0.21803, 5.00952, 2.49526], + "2.5": [-1.74205, 14.809, -12.59224] + } + }, + "leftarm_blue2": { + "rotation": { + "0.0": [0, 0, 7.5], + "0.625": [0, 0, 10] + } + }, + "leftarm_blue3": { + "rotation": { + "0.0": [0, 0, 7.5], + "0.2917": { + "pre": [0, 0, 19.83], + "post": [0, 0, 19.83], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "2.5": [0, 0, 35] + } + }, + "leftarm_blue4": { + "rotation": { + "0.0": [0, 0, 7.5], + "0.2917": { + "pre": [0, 0, 12.5], + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-0.22218, -5.67845, 11.8658], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-0.43441, -4.96214, 22.47144], + "lerp_mode": "catmullrom" + }, + "2.5": [0.66099, 2.49023, 22.53396] + } + }, + "leftarm_blue5": { + "rotation": { + "0.0": [0, 5, 7.5], + "0.625": { + "pre": [2.20462, 4.8071, 17.73772], + "post": [2.20462, 4.8071, 17.73772], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-1.10693, 4.95167, 2.37924], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-1.10693, 4.95167, 2.37924], + "lerp_mode": "catmullrom" + }, + "2.5": [-2.20462, 4.8071, -2.73772] + } + }, + "leftarm_blue6": { + "rotation": { + "0.0": [0, 0, 7.5], + "0.625": { + "pre": [0, 0, 12.5], + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5.97859, -2.76245, 8.98409], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [2.35666, -4.84551, -20.35952], + "lerp_mode": "catmullrom" + }, + "2.2083": [3.90399, -4.57228, -25.58619] + } + }, + "right_arm": { + "rotation": { + "0.0": [3.70923, 17.32142, -22.6204], + "1.0": { + "pre": [16.61604, 6.19335, 35.21968], + "post": [16.61604, 6.19335, 35.21968], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [32.16791, -44.58816, 4.46428], + "lerp_mode": "catmullrom" + }, + "2.5": [35.10617, -48.75315, 0.42846] + }, + "position": [0.45, -0.25, 0] + }, + "rightarm_red2": { + "rotation": { + "0.0": [0, 0, -7.5], + "1.0": [0, 0, -2.5], + "2.5": [0, -2.5, -10] + } + }, + "rightarm_red3": { + "rotation": { + "0.0": [0, 0, -7.5], + "0.3333": { + "pre": [0, 0, -22.5], + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 12.5, -22.5], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, -10, -22.5], + "lerp_mode": "catmullrom" + }, + "2.5": [-2.35666, -27.34551, -14.64048] + } + }, + "rightarm_red4": { + "rotation": { + "0.0": [0, 0, -7.5], + "1.5": { + "pre": [0.05349, 7.02732, -8.69096], + "post": [0.05349, 7.02732, -8.69096], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, -2.5, -7.5], + "lerp_mode": "catmullrom" + }, + "2.5": [-0.75429, -12.38401, 10.04858] + } + }, + "rightarm_red5": { + "rotation": { + "0.0": [0, 0, -7.5], + "1.5": { + "pre": [0, 2.5, -7.5], + "post": [0, 2.5, -7.5], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [3.00793, 2.01355, 10.32115], + "lerp_mode": "catmullrom" + }, + "2.5": [4.26175, 1.55478, 17.83761] + } + }, + "rightarm_blue2": { + "rotation": { + "0.0": [0, 0, -7.5], + "0.3333": [0, 0, -15], + "2.5": [0, -12.5, -15] + } + }, + "rightarm_blue3": { + "rotation": { + "0.0": [0, 0, -7.5], + "0.3333": { + "pre": [0, 0, -22.5], + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 10, -15], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, -10, -15], + "lerp_mode": "catmullrom" + }, + "2.5": [0, -20, -15] + } + }, + "rightarm_blue4": { + "rotation": { + "0.0": [0, 0, -7.5], + "1.5": [0, 12.5, -7.5], + "2.5": [-2.75122, -19.84611, 0.81552] + } + }, + "rightarm_blue5": { + "rotation": { + "0.0": [0, 0, -7.5], + "1.0": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, 5, 20], + "lerp_mode": "catmullrom" + }, + "2.5": [15.31454, -8.68281, 33.10426] + } + }, + "rightarm_blue6": { + "rotation": { + "0.0": [0, 0, -7.5], + "0.3333": { + "pre": [0, 0, -25], + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0.005, 3.15506, -0.16184], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": [-0.07413, -15.66301, 25.41953] + } + }, + "head": { + "rotation": { + "0.0": [7.5, 0, 0], + "0.625": { + "pre": [-14.29886, 10.82156, 2.78058], + "post": [-14.29886, 10.82156, 2.78058], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-0.84698, -4.57751, 9.77122], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [4.86762, 13.67322, 1.84185], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-33.54147, 13.67322, 1.84185], + "lerp_mode": "catmullrom" + }, + "2.625": [19.86762, 13.67322, 1.84185] + } + }, + "leftleg": { + "rotation": { + "0.0": [-15.23563, 16.29359, -17.34279], + "0.625": { + "pre": [-15.23563, 16.29359, -17.34279], + "post": [-15.23563, 16.29359, -17.34279], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-32.25391, 13.91743, -23.63515], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-31.94091, 12.70039, -24.14411], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-28.42028, 15.91315, -18.27501], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-20.26091, 16.57897, -17.50771], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-25.90925, 15.49919, -19.85388], + "lerp_mode": "catmullrom" + }, + "2.5": [-60.55559, 3.16021, -32.37685] + }, + "position": { + "0.0": [-1.25, -0.75, 0.5], + "0.625": { + "pre": [-1.25, -0.75, 0.5], + "post": [-1.25, -0.75, 0.5], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-1.25, 0.19, -0.12], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-1.25, -1.25, -0.5], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-0.05, -0.05, -1.36], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-0.25, 0.5, -4.75], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-0.75, -0.25, -3], + "lerp_mode": "catmullrom" + }, + "2.5": [-0.25, -13.25, -6.75] + } + }, + "left_thigh": { + "rotation": [5, 0, 0], + "position": [0, -2.25, 1.5] + }, + "left_calf": { + "rotation": { + "0.0": [27.43092, -1.06904, 22.32177], + "0.6667": { + "pre": [27.43092, -1.06904, 22.32177], + "post": [27.43092, -1.06904, 22.32177], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [39.7375, -10.81116, 36.23076], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [22.39432, -2.42067, 24.45934], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [22.7149, -0.56675, 20.39226], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [19.68513, -0.09389, 18.72503], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [15.02295, -0.71301, 19.75806], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [22.39432, -2.42067, 24.45934], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [51.06387, -11.27724, 33.69427], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [61.84358, -17.18162, 39.85089], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [73.01313, -26.03818, 49.08582], + "lerp_mode": "catmullrom" + }, + "2.5": [76.29283, -31.94256, 55.24244] + }, + "position": [0, 0, 0] + }, + "rightleg": { + "rotation": { + "0.0": [-26.83771, -28.48406, 31.34285], + "0.25": { + "pre": [-24.36885, -28.20339, 30.16078], + "post": [-24.36885, -28.20339, 30.16078], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [3.3922, -32.91035, 11.7411], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [3.64713, -33.82254, 11.98877], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [3.3922, -32.91035, 11.7411], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-40.79049, -27.81045, 37.77046], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-26.11623, -31.46476, 29.30313], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-26.11623, -31.46476, 29.30313], + "lerp_mode": "catmullrom" + }, + "2.5": [-7.28902, -23.41284, 13.27734] + }, + "position": { + "0.0": [-0.25, -2.92, 0], + "0.25": { + "pre": [-0.25, -1.86, 0.1], + "post": [-0.25, -1.86, 0.1], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-0.25, -2.6, 0.29], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-0.25, -3.6, 0.32], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-0.25, -2.6, 0.29], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-0.25, -3.42, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-0.25, -3.42, -1], + "lerp_mode": "catmullrom" + }, + "2.5": [-0.25, -14.42, -9.25] + } + }, + "right_calf": { + "rotation": { + "0.25": { + "pre": [30.42621, 7.41196, -37.89438], + "post": [30.42621, 7.41196, -37.89438], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [29.85167, 7.02688, -38.32844], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [14.63859, 2.64592, -27.27168], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [17.34543, 3.2007, -30.1128], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [14.63859, 2.64592, -27.27168], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [32.96813, 8.4917, -49.42412], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [24.10427, 1.39004, -33.14908], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [24.10427, 1.39004, -33.14908], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [40.95293, 10.68342, -39.43638], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [54.11907, 15.60973, -40.03689], + "lerp_mode": "catmullrom" + }, + "2.5": [64.5609, 10.30083, -51.84697] + }, + "position": [0, 0, 0] + }, + "left_humanarm": { + "rotation": [0, 0, 30], + "scale": 0 + }, + "right_humanarm": { + "rotation": [0, 0, -25], + "scale": 0 + }, + "leftarm_red1": { + "rotation": [0, 0, 0] + }, + "leftarm_red6": { + "rotation": { + "0.0": [0, 0, 0], + "0.625": { + "pre": [0, 0, 15], + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [1.92287, -7.86878, 1.50917], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, -10, -20], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-0.34514, -10.17788, -26.58503], + "lerp_mode": "catmullrom" + }, + "2.5": [0, -10, -20] + } + }, + "leftarm_red7": { + "rotation": { + "0.0": [0, 0, 0], + "0.2917": { + "pre": [0, 0, 12.33], + "post": [0, 0, 12.33], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-4.15002, 1.35547, -36.09427], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-6.06351, -16.15589, -8.20176], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-6.83396, -17.32125, 11.41833], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-2.67539, -27.54008, -14.46295], + "lerp_mode": "catmullrom" + }, + "2.2083": [-0.64272, -27.75756, -22.2301] + } + }, + "leftarm_blue1": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [0, 0, -5], + "0.6667": [0, 0, 0] + } + }, + "leftarm_blue7": { + "rotation": { + "0.0": [0, 0, 0], + "0.2917": { + "pre": [0, 0, 13.33], + "post": [0, 0, 13.33], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-7.89268, 11.76511, 1.46087], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-7.73891, 13.91613, 13.1705], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, -7.5, -5], + "lerp_mode": "catmullrom" + }, + "2.2083": [3.61644, -7.1835, -15.62758] + } + }, + "rightarm_red1": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": [0, 0, -5] + } + }, + "rightarm_red6": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [1.33407, -0.56744, -14.85328], + "post": [1.33407, -0.56744, -14.85328], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-4.40386, 0.11388, 10.77763], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-4.40652, 25.04234, 8.8725], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-4.36832, 22.54966, 9.06751], + "lerp_mode": "catmullrom" + }, + "2.5": [-2.06802, 23.25432, 21.75711] + } + }, + "rightarm_red7": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -7.5], + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-3.60535, 22.45599, 19.55768], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-6.73602, 23.6651, 7.13372], + "lerp_mode": "catmullrom" + }, + "2.5": [-4.67664, 24.66207, 17.29437] + } + }, + "rightarm_blue1": { + "rotation": { + "0.0": [0, 0, 0], + "2.5": [0, 7.5, 0] + } + }, + "rightarm_blue7": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -15], + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-0.13349, 0.83616, 9.43834], + "lerp_mode": "catmullrom" + }, + "2.5": [-0.44067, -22.49038, 15.03852] + } + }, + "left_forearm": { + "rotation": [0, 0, 7.5] + }, + "left_hand": { + "rotation": [0, 0, 10] + }, + "right_forearm": { + "rotation": [0, 0, -15] + }, + "right_hand": { + "rotation": [0, 0, -12.5] + }, + "lefteye": { + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.2917": [0, 0, 1], + "0.4167": [0, 0, 0], + "0.9167": [0, 0, 0], + "0.9583": [0, 0, 1], + "1.0833": [0, 0, 0], + "1.25": [0, 0, 0], + "1.2917": [0, 0, 1], + "1.4167": [0, 0, 0], + "2.1667": [0, 0, 0], + "2.2083": [0, 0, 1] + } + }, + "righteye": { + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.2917": [0, 0, 1], + "0.4167": [0, 0, 0], + "0.9167": [0, 0, 0], + "0.9583": [0, 0, 1], + "1.0833": [0, 0, 0], + "1.25": [0, 0, 0], + "1.2917": [0, 0, 1], + "1.4167": [0, 0, 0], + "2.1667": [0, 0, 0], + "2.2083": [0, 0, 1] + } + }, + "eyelids": { + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.2917": [0, 0, -1], + "0.4167": [0, 0, 0], + "0.9167": [0, 0, 0], + "0.9583": [0, 0, -1], + "1.0833": [0, 0, 0], + "1.25": [0, 0, 0], + "1.2917": [0, 0, -1], + "1.4167": [0, 0, 0], + "2.1667": [0, 0, 0], + "2.2083": [0, 0, -1] + } + }, + "right_thigh": { + "rotation": [0, 0, 0] + } + } + }, + "animation.deoxys.cry": { + "animation_length": 3, + "bones": { + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + }, + "sound_effects": { + "0.75": { + "effect": "pokemon.deoxys.cry" + } + } + }, + "animation.deoxys.recoil": { + "animation_length": 1.5, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.2917": { + "pre": [-10, 0, 0], + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.375": { + "pre": [0, 0, 1.75], + "post": [0, 0, 1.75], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "leftleg": { + "rotation": { + "0.0": [0, 0, 0], + "0.2917": { + "pre": [-7.49294, -0.32621, -2.47864], + "post": [-7.49294, -0.32621, -2.47864], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "left_calf": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [0.54098, -0.03493, 0.53361], + "0.0833": [2.00207, -0.12723, 1.94357], + "0.125": [4.04193, -0.25558, 3.90432], + "0.1667": [6.23349, -0.39624, 6.05312], + "0.2083": [8.15475, -0.52459, 8.01387], + "0.25": [9.47122, -0.61689, 9.42383], + "0.2917": [9.97178, -0.65182, 9.95744], + "0.3333": [9.81031, -0.63758, 9.73992], + "0.875": [4.38878, -0.26562, 4.05779], + "1.2083": [0.76322, -0.03711, 0.56689], + "1.25": [0.34593, -0.01424, 0.21752], + "1.2917": [0, 0, 0], + "1.3333": [-0.15112, 0, 0], + "1.5": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [15, 0, 0], + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-10.57, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "lefteye": { + "position": { + "0.0": [0, 0, 1], + "0.9583": [0, 0, 1], + "1.0": [0, 0, 0], + "1.5": [0, 0, 0] + } + }, + "righteye": { + "position": { + "0.0": [0, 0, 1], + "0.9583": [0, 0, 1], + "1.0": [0, 0, 0], + "1.5": [0, 0, 0] + } + }, + "eyelids": { + "position": { + "0.0": [0, 0, -1], + "0.9583": [0, 0, -1], + "1.0": [0, 0, 0], + "1.5": [0, 0, 0] + } + }, + "rightleg": { + "rotation": { + "0.0": [0, 0, 0], + "0.2917": { + "pre": [-7.47178, 0.65182, 4.95744], + "post": [-7.47178, 0.65182, 4.95744], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "right_calf": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [0.54098, 0.03493, -0.53361], + "0.0833": [2.00207, 0.12723, -1.94357], + "0.125": [4.04193, 0.25558, -3.90432], + "0.1667": [6.23349, 0.39624, -6.05312], + "0.2083": [8.15475, 0.52459, -8.01387], + "0.25": [9.47122, 0.61689, -9.42383], + "0.2917": [9.97178, 0.65182, -9.95744], + "0.3333": [9.81031, 0.63758, -9.73992], + "0.875": [4.38878, 0.26562, -4.05779], + "1.2083": [0.76322, 0.03711, -0.56689], + "1.25": [0.34593, 0.01424, -0.21752], + "1.2917": [0, 0, 0], + "1.3333": [-0.15112, 0, 0], + "1.5": [0, 0, 0] + } + } + } + }, + "animation.deoxys.physical": { + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": [12.5, 0, 0], + "0.25": [2.5, 0, 0], + "0.6667": { + "pre": [2.56062, 12.48791, 0.55404], + "post": [2.56062, 12.48791, 0.55404], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [35.71172, -62.41981, -21.58476], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [35.71172, -62.41981, -21.58476], + "lerp_mode": "catmullrom" + }, + "2.0": [12.5, 0, 0] + }, + "position": { + "0.0": [0, 2, -1.9], + "0.25": [0, 2, 4.1], + "0.4167": [0, 2, 6.1], + "0.6667": { + "pre": [0, 2, 7.1], + "post": [0, 2, 7.1], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 2, -12.15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 2, -12.15], + "lerp_mode": "catmullrom" + }, + "2.0": [0, 2, -1.9] + } + }, + "hips": { + "rotation": [-5, 0, 0] + }, + "left_humanarm": { + "rotation": { + "0.0": [3.76613, 6.4905, 30.2136], + "0.2083": [0.51569, 29.34994, 20.58996], + "0.375": [-14.1183, 59.34796, 21.09572], + "0.5": [-15.24087, 61.7665, 19.80696], + "0.8333": [-4.33936, 47.76621, 32.76866], + "0.9583": [3.67751, -37.32216, 20.40056], + "1.6667": [3.67751, -37.32216, 20.40056], + "2.5417": [3.76613, 6.4905, 30.2136] + }, + "position": { + "0.0": [-0.75, 0.5, 0], + "2.5417": [-0.75, 0.5, 0] + } + }, + "left_forearm": { + "rotation": { + "0.0": { + "post": [4.49232, 9.3062, 17.6659], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [5.21398, 31.72801, 19.68544], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-3.13484, 53.31482, 30.78044], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-24.33882, 85.4533, 9.02417], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-24.33882, 85.4533, 9.02417], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [4.49232, 9.3062, 17.6659], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [4.49232, 9.3062, 17.6659], + "lerp_mode": "catmullrom" + } + } + }, + "left_hand": { + "rotation": { + "0.0": { + "post": [0, 0, 18.0749], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0.73225, -12.74706, 22.71988], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [3.4308, 10.80844, 41.28118], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [3.4308, 10.80844, 41.28118], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, 0, 18.0749], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 18.0749], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0.25, 0], + "2.5417": [0, 0.25, 0], + "3.0": [0, 0.25, 0] + } + }, + "left_index1": { + "rotation": { + "0.0": { + "post": [0, 0, -40], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 62.5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 0, 62.5], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 0, -40], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -40], + "lerp_mode": "catmullrom" + } + } + }, + "left_index2": { + "rotation": { + "0.0": { + "post": [0, 0, 45], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 100], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 0, 100], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 0, 45], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 45], + "lerp_mode": "catmullrom" + } + } + }, + "left_middle1": { + "rotation": { + "0.0": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, 55], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 67.5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 0, 67.5], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + } + } + }, + "left_middle2": { + "rotation": { + "0.0": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 100], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 0, 100], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + } + } + }, + "left_ring1": { + "rotation": { + "0.0": { + "post": [0, 0, 32.5], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, 70], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 72.5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 0, 72.5], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 0, 32.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 32.5], + "lerp_mode": "catmullrom" + } + } + }, + "left_ring2": { + "rotation": { + "0.0": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 102.5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 0, 102.5], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + } + } + }, + "left_pinky1": { + "rotation": { + "0.0": { + "post": [0, 0, 42.5], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, 75], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 0, 75], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 0, 42.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 42.5], + "lerp_mode": "catmullrom" + } + } + }, + "left_pinky2": { + "rotation": { + "0.0": { + "post": [0, 0, 45], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 110], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 0, 110], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 0, 45], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 45], + "lerp_mode": "catmullrom" + } + } + }, + "left_thumb": { + "rotation": { + "0.0": { + "post": [27.55, -32.5, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [43.21581, -55.27207, -22.0177], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [90.47737, -62.30191, -47.82677], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [90.47737, -62.30191, -47.82677], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [27.55, -32.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [27.55, -32.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0.25], + "2.5833": [0, 0, 0.25], + "3.0": [0, 0, 0.25] + } + }, + "right_arm": { + "rotation": { + "0.0": [1.75378, 9.84655, -27.3489], + "0.3333": [42.18231, 39.05312, 26.32513], + "2.1667": [3.90427, 20.93038, 11.0258], + "2.9583": [1.75378, 9.84655, -27.3489] + }, + "position": { + "0.0": [0.5, -0.5, 0], + "2.1667": [0.5, -0.5, 0], + "2.9583": [0.5, -0.5, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "0.4583": [0.5, 0.5, 0.5], + "0.625": [0, 0, 0], + "2.0833": [0, 0, 0], + "2.1667": [1, 1, 1] + } + }, + "rightarm_red2": { + "rotation": { + "0.0": [0, 0, -5], + "0.2083": [0, 7.5, -5], + "2.1667": [0, 0, -5], + "2.9583": [0, 0, -5] + }, + "scale": { + "0.0": [1, 1, 1], + "2.1667": [1, 1, 1], + "2.9583": [1, 1, 1] + } + }, + "rightarm_red3": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0.43688, -5.01907, -9.981], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0.43897, -2.51915, -9.96178], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": [1, 1, 1], + "2.1667": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "rightarm_red4": { + "rotation": { + "0.0": [0, 0, -5], + "0.2083": [-27.5122, -63.18422, 27.23543], + "0.5": [-15.1827, -13.59202, 5.60853], + "2.1667": { + "pre": [0, 0, -5], + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": [1, 1, 1], + "2.1667": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "rightarm_red5": { + "rotation": { + "0.0": [0, 0, -5], + "0.2083": [-4.86486, -47.18564, 4.61546], + "0.5": [-3.83572, 5.18515, 0.66096], + "2.1667": { + "pre": [0, 0, -5], + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": [1, 1, 1], + "2.1667": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "rightarm_red6": { + "rotation": { + "0.0": [0, 0, -5], + "0.2083": [0, -32.5, -5], + "0.5": [0, 30, -5], + "2.1667": { + "pre": [0, 0, -5], + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": [1, 1, 1], + "2.1667": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "rightarm_red7": { + "rotation": { + "0.0": [0, 0, 20], + "0.2083": [2.06754, -9.90972, 14.59039], + "0.5": [1.94127, 22.57146, 15.71849], + "2.1667": { + "pre": [0, 0, 20], + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 0, 35], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": [1, 1, 1], + "2.1667": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "rightarm_blue2": { + "rotation": { + "0.0": [0, 0, -5], + "0.2083": [2.35666, 7.34551, 2.85952], + "0.5": [2.47887, 14.83886, 3.19839], + "2.1667": [0, 0, -5], + "2.9583": [0, 0, -5] + }, + "scale": { + "0.0": [1, 1, 1], + "2.1667": [1, 1, 1], + "2.9583": [1, 1, 1] + } + }, + "rightarm_blue3": { + "rotation": { + "0.0": [0, 0, -15], + "0.2083": [4.56615, -32.30053, -21.76733], + "0.5": [3.53692, -7.36008, -19.74721], + "2.1667": { + "pre": [0, 0, -15], + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": [1, 1, 1], + "2.1667": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "rightarm_blue4": { + "rotation": { + "0.0": [0, 0, -5], + "0.2083": [0, -40, -5], + "0.5": [0, -12.5, 2.5], + "2.1667": { + "pre": [0, 0, -5], + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": [1, 1, 1], + "2.1667": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "rightarm_blue5": { + "rotation": { + "0.0": [0, 0, -5], + "0.2083": [-10.27206, -26.14409, 13.11321], + "0.5": [-8.13415, 6.96528, -2.6428], + "2.1667": [0, 0, -5], + "2.3333": [0, 0, 7.5], + "2.5833": [0, 0, 15], + "2.9583": [0, 0, -5] + }, + "scale": { + "0.0": [1, 1, 1], + "2.1667": [1, 1, 1], + "2.9583": [1, 1, 1] + } + }, + "rightarm_blue6": { + "rotation": { + "0.0": [0, 0, -5], + "0.2083": [8.20929, -26.78908, 12.26204], + "0.5": [8.03215, -4.509, 15.42516], + "2.1667": [0, 0, -5], + "2.3333": [0, 0, 2.5], + "2.5833": [0, 0, 7.5], + "2.9583": [0, 0, -5] + }, + "scale": { + "0.0": [1, 1, 1], + "2.1667": [1, 1, 1], + "2.9583": [1, 1, 1] + } + }, + "rightarm_blue7": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-6.1191, -34.19365, 3.67354], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-5.69301, -9.32205, 1.08756], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": [1, 1, 1], + "2.1667": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "leftleg": { + "rotation": { + "0.0": { + "post": [-30.1601, -6.62852, 3.5837], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-72.97703, -3.75911, 0.35993], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [19.86379, -51.57463, -21.22099], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [24.86379, -51.57463, -21.22099], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-30.1601, -6.62852, 3.5837], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-30.1601, -6.62852, 3.5837], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.75, -1, 1.5], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-2, -1, 4.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-2, -0.5, 3.5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-6, 0, -5.5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-6.44, 1.89, -4.75], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-0.75, -1, 1.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.75, -1, 1.5], + "lerp_mode": "catmullrom" + } + } + }, + "left_thigh": { + "rotation": [0, 27.5, 0], + "position": [1, 2, 0] + }, + "left_calf": { + "rotation": { + "0.0": { + "post": [40.1677, -8.9347, 19.3846], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [46.74293, -15.09701, 43.64196], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [42.65909, 6.80714, 19.25665], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [57.8994, -1.65898, 24.58902], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [49.12953, -14.50929, 24.50876], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [40.1677, -8.9347, 19.3846], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, -0.5, -0.25], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightleg": { + "rotation": { + "0.0": { + "post": [-15.7286, -21.23934, 12.3708], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-50.19199, -14.45242, 25.88824], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-62.23722, -40.93687, 51.346], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-35.76971, -49.85939, 38.81391], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-15.7286, -21.23934, 12.3708], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-15.7286, -21.23934, 12.3708], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.5, 1, 0.25], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-0.52, 1.74, 2.93], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-2, 1.75, 7.25], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [1, 3, -12.75], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [1, 3, -12.75], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-0.5, 1, 0.25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.5, 1, 0.25], + "lerp_mode": "catmullrom" + } + } + }, + "right_calf": { + "rotation": { + "0.0": { + "post": [14.2372, -7.50914, -21.8527], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [14.24, -7.51, -21.85], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [43.92564, 16.95984, -49.83699], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [50.04717, 17.64742, -53.12133], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [25.27376, -4.54554, -31.42769], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [14.2372, -7.50914, -21.8527], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_humanarm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [1.52337, 54.35804, 24.75361], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-18.47663, 54.35804, 24.75361], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-16.41484, 28.3302, 25.33889], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0.67974, -16.99382, 2.92933], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [2.20233, -16.86799, -2.29571], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [2.55, -16.8, -3.5], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [8.6232, -14.71474, -25.58463], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [10.01477, 19.04337, 8.62369], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": [0, 0, 0], + "0.375": [0, 0, 0], + "0.5417": [1, 1, 1], + "2.0833": [1, 1, 1], + "2.2083": [0, 0, 0] + } + }, + "left_arm": { + "rotation": [0, 0, 27.5], + "scale": 0 + }, + "rightarm_red1": { + "rotation": { + "0.0": [0, 0, 0], + "2.1667": [0, 0, 0], + "2.9583": [0, 0, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "2.1667": [1, 1, 1], + "2.9583": [1, 1, 1] + } + }, + "rightarm_blue1": { + "rotation": { + "0.0": [0, 0, 0], + "0.2083": [0, 0, 0], + "2.1667": [0, 0, 0], + "2.9583": [0, 0, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "2.1667": [1, 1, 1], + "2.9583": [1, 1, 1] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [17.6582, -1.90731, -0.96794], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [19.47973, 44.11563, 2.52112], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [4.00715, 36.63607, 1.79316], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_red3": { + "rotation": [0, 0, "27.5+math.sin((query.anim_time-0.3)*144)*8"] + }, + "leftarm_blue3": { + "rotation": [0, 0, "27.5+math.sin((query.anim_time-0.3)*144)*8"] + }, + "right_forearm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-6.29157, -25.75333, -0.05016], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-1.39197, -26.42565, -11.16297], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-1.80828, -46.41814, -10.47244], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-1.33907, -21.42707, -11.29329], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-1.66238, -41.42043, -10.68258], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-3.86127, -41.29992, -7.35544], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [11.7303, -17.95456, -2.87946], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_hand": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-5, -12.5, -17.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-5.19431, -19.97044, -16.80648], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-5.63439, -29.92612, -15.7671], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [4.56513, -30.09134, -36.00179], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [4.82691, -35.07459, -36.48745], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [3.9531, -2.66404, -33.89333], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_index1": { + "rotation": { + "0.0": [0, 0, 0], + "0.5417": [0, 0, -67.5], + "1.25": [0, 0, -67.5], + "1.375": [0, 0, -32.5], + "2.0833": [0, 0, -25] + } + }, + "right_index2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5417": [0, 0, -102.5], + "1.25": [0, 0, -102.5], + "1.375": [0, 0, -65], + "2.0833": [0, 0, -47.5] + } + }, + "right_middle1": { + "rotation": { + "0.0": [0, 0, 0], + "0.5417": [0, 0, -75], + "1.25": [0, 0, -75], + "1.375": [0, 0, -57.5], + "2.0833": [0, 0, -35] + } + }, + "right_middle2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5417": [0, 0, -102.5], + "1.25": [0, 0, -102.5], + "1.375": [0, 0, -60], + "2.0833": [0, 0, -55] + } + }, + "right_ring1": { + "rotation": { + "0.0": [0, 0, 0], + "0.5417": [0, 0, -80], + "1.25": [0, 0, -80], + "1.375": [0, 0, -65], + "2.0833": [0, 0, -45] + } + }, + "right_ring2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5417": [0, 0, -102.5], + "1.25": [0, 0, -102.5], + "1.375": [0, 0, -85], + "2.0833": [0, 0, -75] + } + }, + "right_pinky1": { + "rotation": { + "0.0": [0, 0, 0], + "0.5417": [0, 0, -85], + "1.25": [0, 0, -85], + "1.375": [0, 0, -77.5], + "2.0833": [0, 0, -62.5] + } + }, + "right_pinky2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5417": [0, 0, -102.5], + "1.25": [0, 0, -102.5], + "1.375": [0, 0, -85], + "2.0833": [-2.4831, 0.17001, -62.73892] + } + }, + "right_thumb": { + "rotation": { + "0.0": [0, 0, 0], + "0.5417": [175.98624, 74.73032, 151.14839], + "1.25": [175.98624, 74.73032, 151.14839], + "1.375": [12.51153, 85.11859, -12.51153] + } + } + } + }, + "animation.deoxys.special": { + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 2, -1.9], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 2, -5.9], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 1.5, -7.15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 6, -3.4], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 8, -3.4], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 6, -3.4], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 6, -3.4], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 2, -1.9], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 2, -1.9], + "lerp_mode": "catmullrom" + } + } + }, + "hips": { + "rotation": { + "0.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-7.62235, 0.02378, -0.54613], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_humanarm": { + "rotation": { + "0.0": [3.76613, 6.4905, 30.2136], + "2.0417": { + "pre": [3.77, 6.49, 30.21], + "post": [3.77, 6.49, 30.21], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [3.18848, 6.79363, 25.18548], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [3.77, 6.49, 30.21], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [3.77, 6.49, 30.21], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [-0.75, 0.5, 0], + "2.0417": { + "pre": [-0.75, 0.5, 0], + "post": [-0.75, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [-0.75, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.75, 0.5, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": [1, 1, 1], + "0.0833": [0.5, 0.5, 0.5], + "0.1667": [0, 0, 0], + "2.0417": [0, 0, 0], + "2.125": [0.5, 0.5, 0.5], + "2.2083": [1, 1, 1] + } + }, + "left_forearm": { + "rotation": { + "0.0": [4.49232, 9.3062, 17.6659], + "1.875": { + "pre": [4.49, 9.31, 17.67], + "post": [4.49, 9.31, 17.67], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [3.22752, 9.81548, 10.08143], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [4.49, 9.31, 17.67], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [4.49, 9.31, 17.67], + "lerp_mode": "catmullrom" + } + }, + "position": { + "1.875": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_hand": { + "rotation": { + "0.0": [0, 0, 18.0749], + "1.875": { + "pre": [0, 0, 18.07], + "post": [0, 0, 18.07], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 0, 0.57], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 18.07], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 18.07], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0.25, 0], + "1.875": { + "pre": [0, 0.25, 0], + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_index1": { + "rotation": { + "0.0": [0, 0, -40], + "1.875": { + "pre": [0, 0, -40], + "post": [0, 0, -40], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 0, -40], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, -40], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -40], + "lerp_mode": "catmullrom" + } + } + }, + "left_index2": { + "rotation": { + "0.0": [0, 0, 45], + "1.875": { + "pre": [0, 0, 45], + "post": [0, 0, 45], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 45], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 45], + "lerp_mode": "catmullrom" + } + } + }, + "left_middle1": { + "rotation": { + "0.0": [0, 0, 7.5], + "1.875": { + "pre": [0, 0, 7.5], + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + } + } + }, + "left_middle2": { + "rotation": { + "0.0": [0, 0, 27.5], + "1.875": { + "pre": [0, 0, 27.5], + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + } + } + }, + "left_ring1": { + "rotation": { + "0.0": [0, 0, 32.5], + "1.875": { + "pre": [0, 0, 32.5], + "post": [0, 0, 32.5], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 32.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 32.5], + "lerp_mode": "catmullrom" + } + } + }, + "left_ring2": { + "rotation": { + "0.0": [0, 0, 25], + "1.875": { + "pre": [0, 0, 25], + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + } + } + }, + "left_pinky1": { + "rotation": [0, 0, 42.5] + }, + "left_pinky2": { + "rotation": { + "0.0": [0, 0, 45], + "1.875": { + "pre": [0, 0, 45], + "post": [0, 0, 45], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 45], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 45], + "lerp_mode": "catmullrom" + } + } + }, + "left_thumb": { + "rotation": [27.5, -32.5, 0], + "position": [0, 0, 0.25] + }, + "right_arm": { + "rotation": { + "0.0": { + "post": [1.75378, 9.84655, -27.3489], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1.72795, -0.14886, -27.6534], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [1.73, -0.15, -27.65], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [1.75378, 9.84655, -27.3489], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-0.47943, 27.48053, -37.62699], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [1.01, 15.72, -30.77], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [1.74344, -7.64542, -27.88093], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [1.73435, 4.84658, -27.50341], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [1.75378, 9.84655, -27.3489], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1.75378, 9.84655, -27.3489], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.5, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0.5, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0.5, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0.5, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0.5, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0.5, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0.5, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.5, -0.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightarm_red2": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -10, -5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -25, -5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 5, -5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightarm_red3": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -35, -15], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -35, -15], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 5, -15], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 1.67, -15], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightarm_red4": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -40, -5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-2.77225, -59.94038, -0.95783], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 5, -5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 5, -5], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightarm_red5": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-0.16708, -55.85989, 9.83563], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-0.2, -63.36, 9.87], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 10, -5], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, -10, -5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, -10, -5], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightarm_red6": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -30, -5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-12.45897, -23.35921, 13.54611], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [9.00717, -8.20481, -9.14867], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [9.00717, -8.20481, -9.14867], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 17.5, -5], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, 7.5, -5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, -7.5, -5], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightarm_red7": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -17.5, 20], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -17.5, 20], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [6.42157, -2.61027, -3.35258], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [6.42157, -2.61027, -3.35258], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-0.98448, 19.93547, 12.43603], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [3.90399, -4.57228, 6.91381], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [2.35666, -4.84551, 12.14048], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightarm_blue2": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -10, -5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-14.97546, -16.76746, -3.45597], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 5, -5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightarm_blue3": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -35, -15], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [9.85108, -34.13603, -29.00194], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 5, -15], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 1.67, -15], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightarm_blue4": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -40, -5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-11.73, -54.25, 10.45], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 5, -5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 5, -5], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightarm_blue5": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-8.61775, -26.55444, 10.14371], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [1.47231, -31.54845, 9.98514], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 17.5, -5], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, -2.5, -5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, -2.5, -5], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightarm_blue6": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -30, -5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [4.56615, -54.80053, -11.76733], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 7.5, -5], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, -17.5, -5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, -22.5, -5], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightarm_blue7": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -45, -12.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -45, -12.5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 5, -12.5], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, -22.5, -12.5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, -22.5, -12.5], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftleg": { + "rotation": { + "0.0": { + "post": [-30.1601, -6.62852, 3.5837], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-40.48815, -20.06701, -0.14812], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-35.48815, -20.06701, -0.14812], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-10.07862, -10.99446, -11.1869], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-1.45105, -12.10142, -16.02976], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-8.95105, -12.10142, -16.02976], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [-30.1601, -6.62852, 3.5837], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-30.1601, -6.62852, 3.5837], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-1, -1, 1.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-1.75, 0, -0.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-1.75, -1, -1.17], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2, 2.5, -1.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-1.75, 4.5, -1.25], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-1.75, 3, -1.25], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-1.53, 2.99, -1.16], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-1.12, 1.09, -0.73], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [-0.75, -1, 1.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.75, -1, 1.5], + "lerp_mode": "catmullrom" + } + } + }, + "left_thigh": { + "rotation": { + "0.0": [0, 27.5, 0], + "0.75": [0, 27.5, 0], + "1.0417": [0, 27.5, 0], + "1.25": [0, 27.5, 0], + "1.5": [0, 27.5, 0] + }, + "position": { + "0.0": [1, 2, 0], + "0.75": [1, 2, 0], + "1.0417": [1, 2, 0], + "1.25": [1, 2, 0], + "1.5": [1, 2, 0] + } + }, + "left_calf": { + "rotation": { + "0.0": { + "post": [40.1677, -8.9347, 19.3846], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [67.6837, -29.70063, 34.24516], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [71.46571, -34.3064, 36.54131], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [21.00501, -4.80671, 12.99116], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [21.18274, -3.90684, 10.65194], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [21.00501, -4.80671, 12.99116], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [21.00501, -4.80671, 12.99116], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [40.1677, -8.9347, 19.3846], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [40.1677, -8.9347, 19.3846], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightleg": { + "rotation": { + "0.0": { + "post": [-15.7286, -21.23934, 12.3708], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-45.39364, -6.28573, 24.03269], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-39.89401, -9.83128, 20.47143], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-4.18212, -18.28847, 14.60848], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [4.94683, -17.55894, 17.11957], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-0.05317, -17.55894, 17.11957], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [-15.7286, -21.23934, 12.3708], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-15.7286, -21.23934, 12.3708], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.5, 1, 0.25], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-0.5, 2, -1.75], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0.17, 2.33, -3.08], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 6, -3.75], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-0.25, 8, -3.75], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-0.25, 6.5, -3.75], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-0.26, 6.34, -3.13], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-0.3, 4.07, -1.84], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [-0.5, 1, 0.25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.5, 1, 0.25], + "lerp_mode": "catmullrom" + } + } + }, + "right_calf": { + "rotation": { + "0.0": { + "post": [14.2372, -7.50914, -21.8527], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [49.42834, 15.98824, -57.27054], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [55.86771, 19.75714, -60.72364], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [9.51172, 2.94765, -14.02604], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [9.62971, 2.53192, -11.55802], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [9.37586, 3.35791, -16.49589], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [9.37586, 3.35791, -16.49589], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [14.2372, -7.50914, -21.8527], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [14.2372, -7.50914, -21.8527], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_humanarm": { + "scale": 0 + }, + "left_arm": { + "rotation": { + "0.0": { + "post": [1.75378, -9.84655, 27.3489], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1.72795, 0.14886, 27.6534], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [1.73, 0.15, 27.65], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [1.75378, -9.84655, 27.3489], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-0.47943, -27.48053, 37.62699], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [1.01, -15.72, 30.77], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [1.72795, 0.14886, 27.6534], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [1.73, 2.65, 27.73], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [1.75378, -9.84655, 27.3489], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1.75378, -9.84655, 27.3489], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.5, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-0.5, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-0.5, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-0.5, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-0.5, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-0.5, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [-0.5, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.5, -0.5, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, 0], + "0.1667": [1, 1, 1], + "2.0417": [1, 1, 1], + "2.125": [0.5, 0.5, 0.5], + "2.1667": [0, 0, 0] + } + }, + "rightarm_red1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightarm_blue1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_red3": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 35, 15], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 35, 15], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -5, 15], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, -1.67, 15], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_blue3": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 35, 15], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [9.85108, 34.13603, 29.00194], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -5, 15], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, -1.67, 15], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_red1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_red2": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 10, 5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 25, 5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, -5, 5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_red4": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 40, 5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-2.77225, 59.94038, 0.95783], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, -5, 5], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, -5, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_red5": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-0.16708, 55.85989, -9.83563], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-0.2, 63.36, -9.87], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, 10, 5], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 10, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_red6": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 30, 5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-12.45897, 23.35921, -13.54611], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [9.00717, 8.20481, 9.14867], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [9.00717, 8.20481, 9.14867], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, -17.5, 5], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, -7.5, 5], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 7.5, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_red7": { + "rotation": { + "0.0": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 17.5, -20], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 17.5, -20], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [6.42157, 2.61027, 3.35258], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [6.42157, 2.61027, 3.35258], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-0.98448, -19.93547, -12.43603], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [3.90399, 4.57228, -6.91381], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [2.35666, 4.84551, -12.14048], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_blue1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_blue2": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 10, 5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-14.97546, 16.76746, 3.45597], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_blue4": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 40, 5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-11.73, 54.25, -10.45], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, -5, 5], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, -5, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_blue5": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-8.61775, 26.55444, -10.14371], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [1.47231, 31.54845, -9.98514], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, -7.5, 5], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, 2.5, 5], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 2.5, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_blue6": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 30, 5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [4.56615, 54.80053, 11.76733], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, -7.5, 5], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, 17.5, 5], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 22.5, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_blue7": { + "rotation": { + "0.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 45, 12.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 45, 12.5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, -5, 12.5], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, 22.5, 12.5], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 22.5, 12.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.deoxys.status": { + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 2, -1.9], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 2, -5.9], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 1.5, -7.15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 6, -3.4], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 8, -3.4], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 6, -3.4], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 6, -3.4], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 2, -1.9], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 2, -1.9], + "lerp_mode": "catmullrom" + } + } + }, + "hips": { + "rotation": { + "0.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-7.62235, 0.02378, -0.54613], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_humanarm": { + "rotation": { + "0.0": [3.76613, 6.4905, 30.2136], + "2.0417": { + "pre": [3.77, 6.49, 30.21], + "post": [3.77, 6.49, 30.21], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [3.18848, 6.79363, 25.18548], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [3.77, 6.49, 30.21], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [3.77, 6.49, 30.21], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [-0.75, 0.5, 0], + "2.0417": { + "pre": [-0.75, 0.5, 0], + "post": [-0.75, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [-0.75, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.75, 0.5, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": [1, 1, 1], + "0.0833": [0.5, 0.5, 0.5], + "0.1667": [0, 0, 0], + "2.0417": [0, 0, 0], + "2.125": [0.5, 0.5, 0.5], + "2.2083": [1, 1, 1] + } + }, + "left_forearm": { + "rotation": { + "0.0": [4.49232, 9.3062, 17.6659], + "1.875": { + "pre": [4.49, 9.31, 17.67], + "post": [4.49, 9.31, 17.67], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [3.22752, 9.81548, 10.08143], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [4.49, 9.31, 17.67], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [4.49, 9.31, 17.67], + "lerp_mode": "catmullrom" + } + }, + "position": { + "1.875": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_hand": { + "rotation": { + "0.0": [0, 0, 18.0749], + "1.875": { + "pre": [0, 0, 18.07], + "post": [0, 0, 18.07], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 0, 0.57], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 18.07], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 18.07], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0.25, 0], + "1.875": { + "pre": [0, 0.25, 0], + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_index1": { + "rotation": { + "0.0": [0, 0, -40], + "1.875": { + "pre": [0, 0, -40], + "post": [0, 0, -40], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 0, -40], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, -40], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -40], + "lerp_mode": "catmullrom" + } + } + }, + "left_index2": { + "rotation": { + "0.0": [0, 0, 45], + "1.875": { + "pre": [0, 0, 45], + "post": [0, 0, 45], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 45], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 45], + "lerp_mode": "catmullrom" + } + } + }, + "left_middle1": { + "rotation": { + "0.0": [0, 0, 7.5], + "1.875": { + "pre": [0, 0, 7.5], + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + } + } + }, + "left_middle2": { + "rotation": { + "0.0": [0, 0, 27.5], + "1.875": { + "pre": [0, 0, 27.5], + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + } + } + }, + "left_ring1": { + "rotation": { + "0.0": [0, 0, 32.5], + "1.875": { + "pre": [0, 0, 32.5], + "post": [0, 0, 32.5], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 32.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 32.5], + "lerp_mode": "catmullrom" + } + } + }, + "left_ring2": { + "rotation": { + "0.0": [0, 0, 25], + "1.875": { + "pre": [0, 0, 25], + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + } + } + }, + "left_pinky1": { + "rotation": [0, 0, 42.5] + }, + "left_pinky2": { + "rotation": { + "0.0": [0, 0, 45], + "1.875": { + "pre": [0, 0, 45], + "post": [0, 0, 45], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 45], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 45], + "lerp_mode": "catmullrom" + } + } + }, + "left_thumb": { + "rotation": [27.5, -32.5, 0], + "position": [0, 0, 0.25] + }, + "right_arm": { + "rotation": { + "0.0": { + "post": [1.75378, 9.84655, -27.3489], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1.72795, -0.14886, -27.6534], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [1.73, -0.15, -27.65], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [1.75378, 9.84655, -27.3489], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-0.47943, 27.48053, -37.62699], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [1.01, 15.72, -30.77], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [1.74344, -7.64542, -27.88093], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [1.73435, 4.84658, -27.50341], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [1.75378, 9.84655, -27.3489], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1.75378, 9.84655, -27.3489], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.5, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0.5, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0.5, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0.5, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0.5, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0.5, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0.5, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.5, -0.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightarm_red2": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -10, -5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -25, -5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 5, -5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightarm_red3": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -35, -15], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -35, -15], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 5, -15], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 1.67, -15], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightarm_red4": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -40, -5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-2.77225, -59.94038, -0.95783], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 5, -5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 5, -5], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightarm_red5": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-0.16708, -55.85989, 9.83563], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-0.2, -63.36, 9.87], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 10, -5], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, -10, -5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, -10, -5], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightarm_red6": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -30, -5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-12.45897, -23.35921, 13.54611], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [9.00717, -8.20481, -9.14867], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [9.00717, -8.20481, -9.14867], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 17.5, -5], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, 7.5, -5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, -7.5, -5], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightarm_red7": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -17.5, 20], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -17.5, 20], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [6.42157, -2.61027, -3.35258], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [6.42157, -2.61027, -3.35258], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-0.98448, 19.93547, 12.43603], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [3.90399, -4.57228, 6.91381], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [2.35666, -4.84551, 12.14048], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightarm_blue2": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -10, -5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-14.97546, -16.76746, -3.45597], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 5, -5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightarm_blue3": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -35, -15], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [9.85108, -34.13603, -29.00194], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 5, -15], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 1.67, -15], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightarm_blue4": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -40, -5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-11.73, -54.25, 10.45], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 5, -5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 5, -5], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightarm_blue5": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-8.61775, -26.55444, 10.14371], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [1.47231, -31.54845, 9.98514], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 17.5, -5], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, -2.5, -5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, -2.5, -5], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightarm_blue6": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -30, -5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [4.56615, -54.80053, -11.76733], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 7.5, -5], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, -17.5, -5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, -22.5, -5], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightarm_blue7": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -45, -12.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -45, -12.5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 5, -12.5], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, -22.5, -12.5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, -22.5, -12.5], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftleg": { + "rotation": { + "0.0": { + "post": [-30.1601, -6.62852, 3.5837], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-40.48815, -20.06701, -0.14812], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-35.48815, -20.06701, -0.14812], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-10.07862, -10.99446, -11.1869], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-1.45105, -12.10142, -16.02976], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-8.95105, -12.10142, -16.02976], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [-30.1601, -6.62852, 3.5837], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-30.1601, -6.62852, 3.5837], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-1, -1, 1.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-1.75, 0, -0.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-1.75, -1, -1.17], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2, 2.5, -1.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-1.75, 4.5, -1.25], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-1.75, 3, -1.25], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-1.53, 2.99, -1.16], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-1.12, 1.09, -0.73], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [-0.75, -1, 1.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.75, -1, 1.5], + "lerp_mode": "catmullrom" + } + } + }, + "left_thigh": { + "rotation": { + "0.0": [0, 27.5, 0], + "0.75": [0, 27.5, 0], + "1.0417": [0, 27.5, 0], + "1.25": [0, 27.5, 0], + "1.5": [0, 27.5, 0] + }, + "position": { + "0.0": [1, 2, 0], + "0.75": [1, 2, 0], + "1.0417": [1, 2, 0], + "1.25": [1, 2, 0], + "1.5": [1, 2, 0] + } + }, + "left_calf": { + "rotation": { + "0.0": { + "post": [40.1677, -8.9347, 19.3846], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [67.6837, -29.70063, 34.24516], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [71.46571, -34.3064, 36.54131], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [21.00501, -4.80671, 12.99116], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [21.18274, -3.90684, 10.65194], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [21.00501, -4.80671, 12.99116], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [21.00501, -4.80671, 12.99116], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [40.1677, -8.9347, 19.3846], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [40.1677, -8.9347, 19.3846], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightleg": { + "rotation": { + "0.0": { + "post": [-15.7286, -21.23934, 12.3708], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-45.39364, -6.28573, 24.03269], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-39.89401, -9.83128, 20.47143], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-4.18212, -18.28847, 14.60848], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [4.94683, -17.55894, 17.11957], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-0.05317, -17.55894, 17.11957], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [-15.7286, -21.23934, 12.3708], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-15.7286, -21.23934, 12.3708], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.5, 1, 0.25], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-0.5, 2, -1.75], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0.17, 2.33, -3.08], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 6, -3.75], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-0.25, 8, -3.75], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-0.25, 6.5, -3.75], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-0.26, 6.34, -3.13], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-0.3, 4.07, -1.84], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [-0.5, 1, 0.25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.5, 1, 0.25], + "lerp_mode": "catmullrom" + } + } + }, + "right_calf": { + "rotation": { + "0.0": { + "post": [14.2372, -7.50914, -21.8527], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [49.42834, 15.98824, -57.27054], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [55.86771, 19.75714, -60.72364], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [9.51172, 2.94765, -14.02604], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [9.62971, 2.53192, -11.55802], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [9.37586, 3.35791, -16.49589], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [9.37586, 3.35791, -16.49589], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [14.2372, -7.50914, -21.8527], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [14.2372, -7.50914, -21.8527], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_humanarm": { + "scale": 0 + }, + "left_arm": { + "rotation": { + "0.0": { + "post": [1.75378, -9.84655, 27.3489], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1.72795, 0.14886, 27.6534], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [1.73, 0.15, 27.65], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [1.75378, -9.84655, 27.3489], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-0.47943, -27.48053, 37.62699], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [1.01, -15.72, 30.77], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [1.72795, 0.14886, 27.6534], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [1.73, 2.65, 27.73], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [1.75378, -9.84655, 27.3489], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1.75378, -9.84655, 27.3489], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.5, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-0.5, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-0.5, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-0.5, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-0.5, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-0.5, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [-0.5, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.5, -0.5, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, 0], + "0.1667": [1, 1, 1], + "2.0417": [1, 1, 1], + "2.125": [0.5, 0.5, 0.5], + "2.1667": [0, 0, 0] + } + }, + "rightarm_red1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightarm_blue1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_red3": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 35, 15], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 35, 15], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -5, 15], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, -1.67, 15], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_blue3": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 35, 15], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [9.85108, 34.13603, 29.00194], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -5, 15], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, -1.67, 15], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_red1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_red2": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 10, 5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 25, 5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, -5, 5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_red4": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 40, 5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-2.77225, 59.94038, 0.95783], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, -5, 5], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, -5, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_red5": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-0.16708, 55.85989, -9.83563], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-0.2, 63.36, -9.87], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, 10, 5], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 10, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_red6": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 30, 5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-12.45897, 23.35921, -13.54611], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [9.00717, 8.20481, 9.14867], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [9.00717, 8.20481, 9.14867], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, -17.5, 5], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, -7.5, 5], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 7.5, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_red7": { + "rotation": { + "0.0": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 17.5, -20], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 17.5, -20], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [6.42157, 2.61027, 3.35258], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [6.42157, 2.61027, 3.35258], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-0.98448, -19.93547, -12.43603], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [3.90399, 4.57228, -6.91381], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [2.35666, 4.84551, -12.14048], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_blue1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_blue2": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 10, 5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-14.97546, 16.76746, 3.45597], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_blue4": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 40, 5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-11.73, 54.25, -10.45], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, -5, 5], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, -5, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_blue5": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-8.61775, 26.55444, -10.14371], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [1.47231, 31.54845, -9.98514], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, -7.5, 5], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, 2.5, 5], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 2.5, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_blue6": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 30, 5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [4.56615, 54.80053, 11.76733], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, -7.5, 5], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, 17.5, 5], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 22.5, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_blue7": { + "rotation": { + "0.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 45, 12.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 45, 12.5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, -5, 12.5], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, 22.5, 12.5], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 22.5, 12.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.deoxys.specdraft": { + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": [37.46, 0, 0], + "0.75": [37.5, 0, 0], + "0.7917": [37.97, 0, 0], + "0.9167": { + "pre": [37.5, 0, 0], + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": [17.5, 0, 0], + "1.2917": [17.5, 0, 0], + "1.3333": [17.5, 0, 0], + "1.375": [17.5, 0, 0], + "1.4167": [17.5, 0, 0], + "1.4583": [17.5, 0, 0], + "1.5": [17.5, 0, 0], + "1.625": { + "pre": [17.5, 0, 0], + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [7.13, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 2, -1.9], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 2, 2.1], + "lerp_mode": "catmullrom" + }, + "0.7083": [0, 2.25, 3.91], + "0.75": [0, 2, 4.1], + "0.7917": [0, 2.23, 4.23], + "0.8333": [0, 1.93, 4.39], + "0.9167": { + "pre": [0, 2, 4.1], + "post": [0, 2, 4.1], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 2, -0.9], + "lerp_mode": "catmullrom" + }, + "1.25": [0, 2.25, -0.9], + "1.2917": [0, 2, -0.9], + "1.3333": [0, 2.25, -0.9], + "1.375": [0, 2, -0.9], + "1.4167": [0, 2.25, -0.9], + "1.4583": [0, 2, -0.9], + "1.5": [0, 2.25, -0.9], + "1.625": { + "pre": [0, 2, -0.9], + "post": [0, 2, -0.9], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 1.75, -0.4], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 2.73, 0.03], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 1.25, -0.4], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 1.75, -0.9], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 1.75, -0.9], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 2, -1.9], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 2, -1.9], + "lerp_mode": "catmullrom" + } + } + }, + "hips": { + "rotation": [-5, 0, 0] + }, + "left_humanarm": { + "rotation": { + "0.0": { + "post": [3.76613, 6.4905, 30.2136], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-2.50865, -4.47798, -4.00006], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-2.1083, -4.67951, -9.01201], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-2.31234, -24.66496, -8.21869], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-2.48229, -32.15842, -7.86227], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [1.09846, 10.47004, 8.22684], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-62.78303, 64.3749, -12.7398], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-62.78303, 64.3749, -12.7398], + "lerp_mode": "catmullrom" + }, + "1.2917": [-62.78303, 64.3749, -12.7398], + "1.3333": [-64.96771, 62.12983, -15.18571], + "1.375": [-62.78303, 64.3749, -12.7398], + "1.4167": [-64.96771, 62.12983, -15.18571], + "1.4583": [-62.78303, 64.3749, -12.7398], + "1.5": [-64.96771, 62.12983, -15.18571], + "1.5417": [-62.78303, 64.3749, -12.7398], + "1.625": [-62.78, 64.37, -12.74], + "1.7083": { + "pre": [-62.78, 64.37, -12.74], + "post": [-62.78, 64.37, -12.74], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-64.96, 62.12, -15.19], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [3.76613, 6.4905, 30.2136], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [3.76613, 6.4905, 30.2136], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.75, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-0.75, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-0.75, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0.25, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0.25, 0, 1.5], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [-0.75, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.75, 0.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_forearm": { + "rotation": { + "0.0": { + "post": [4.49232, 9.3062, 17.6659], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-30.77598, 4.65983, 55.17619], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-36.78812, 10.93506, 66.09386], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-8.50434, 42.17829, 77.69373], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-7.26543, 63.18632, 83.7679], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [7.32987, 18.5314, 17.71199], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [7.32987, 18.5314, 17.71199], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [8.15229, 18.1946, 20.32214], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [7.32987, 18.5314, 17.71199], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [8.15229, 18.1946, 20.32214], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [7.32987, 18.5314, 17.71199], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [8.15229, 18.1946, 20.32214], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [7.32987, 18.5314, 17.71199], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [7.33, 18.53, 17.71], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [3.89003, 19.51048, 7.18172], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [3.89, 19.51, 7.18], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [6.49, 18.83, 15.09], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [7.47934, 36.11452, 18.93729], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [4.49232, 9.3062, 17.6659], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [4.49232, 9.3062, 17.6659], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-0.5, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-0.5, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-0.5, -0.75, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_hand": { + "rotation": { + "0.0": { + "post": [0, 0, 18.0749], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-10.19, 0, 18.07], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-20.19, 0, 18.07], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-28.42402, -16.86945, -10.1285], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-32.59079, 2.69804, 22.28114], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [2.62905, 9.92757, -37.72442], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [2.59978, -5.057, -38.4073], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [2.6, -5.06, -38.41], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [3.51673, 1.87312, -52.78278], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [3.81322, -1.7205, -53.26913], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [5.06652, 23.04259, 11.51843], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, 18.0749], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 18.0749], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_index1": { + "rotation": { + "0.0": [0, 0, -40], + "1.0833": [0, 0, -40], + "1.125": [0, 20, -40], + "1.1667": [0, 25, -40], + "2.5833": [0, 25, -40], + "2.875": [0, 0, -40], + "3.0": [0, 0, -40] + } + }, + "left_index2": { + "rotation": { + "0.0": [0, 0, 45], + "0.5417": [0, 0, 37.5], + "2.5833": [0, 0, 37.5], + "2.875": [0, 0, 45], + "3.0": [0, 0, 45] + } + }, + "left_middle1": { + "rotation": { + "0.0": [0, 0, 7.5], + "1.0833": [0, 0, 7.5], + "1.125": [-0.87038, 4.92385, -11.28742], + "1.1667": [0, 10, -10], + "2.5833": [0, 10, -10], + "2.875": [0, 0, 7.5], + "3.0": [0, 0, 7.5] + } + }, + "left_middle2": { + "rotation": { + "0.0": [0, 0, 27.5], + "0.5417": [0, 0, 20], + "2.5833": [0, 0, 20], + "2.875": [0, 0, 27.5], + "3.0": [0, 0, 27.5] + } + }, + "left_ring1": { + "rotation": { + "0.0": [0, 0, 32.5], + "1.0833": [0, 0, 32.5], + "1.125": [10, -5, 6.25], + "1.1667": [0, 0, 0], + "2.5833": [0, 0, 0], + "2.875": [0, 0, 32.5], + "3.0": [0, 0, 32.5] + } + }, + "left_ring2": { + "rotation": { + "0.0": [0, 0, 25], + "0.5417": [0, 0, 10], + "1.1667": [0, 0, 32.5], + "2.5833": [0, 0, 32.5], + "2.875": [0, 0, 25], + "3.0": [0, 0, 25] + } + }, + "left_pinky1": { + "rotation": { + "0.0": [0, 0, 42.5], + "1.0833": [0, 0, 42.5], + "1.125": [4.25176, -17.58999, 21.32487], + "1.1667": [7.21335, -10.91504, 12.01627], + "2.5833": [7.21, -10.92, 12.02], + "2.875": [0, 0, 42.5], + "3.0": [0, 0, 42.5] + } + }, + "left_pinky2": { + "rotation": { + "0.0": [0, 0, 45], + "0.5417": [0, 0, 27.5], + "1.125": [0, 0, 36.33], + "1.1667": [0, 0, 45], + "2.5833": [0, 0, 45], + "2.875": [0, 0, 45], + "3.0": [0, 0, 45] + } + }, + "left_thumb": { + "rotation": { + "0.0": [27.5, -32.5, 0], + "1.0833": [27.5, -32.5, 0], + "1.1667": [12.6735, -5.76367, 6.89883], + "2.5833": [12.67, -5.76, 6.9], + "2.875": [27.5, -32.5, 0], + "3.0": [27.5, -32.5, 0] + }, + "position": { + "0.0": [0, 0, 0.25], + "2.875": [0, 0, 0.25], + "3.0": [0, 0, 0.25] + } + }, + "right_arm": { + "rotation": { + "0.0": [1.75378, 9.84655, -27.3489], + "2.2917": [3.86032, 9.23186, -14.68819], + "3.0": [1.75378, 9.84655, -27.3489] + }, + "position": [0.5, -0.5, 0], + "scale": { + "0.0": [1, 1, 1], + "0.3333": [1, 1, 1], + "0.4167": [0.5, 0.5, 0.5], + "0.5417": [0, 0, 0], + "2.2917": [0, 0, 0], + "2.375": [0.5, 0.5, 0.5], + "2.4583": [1, 1, 1] + } + }, + "rightarm_red2": { + "rotation": { + "0.0": [0, 0, -5], + "2.3333": { + "pre": [0, 0, -5], + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": [0, 0, -5] + } + }, + "rightarm_red3": { + "rotation": { + "0.0": [0, 0, -15], + "0.5": [0, 0, -30], + "2.3333": { + "pre": [0, 0, -15], + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "3.0": [0, 0, -15] + } + }, + "rightarm_red4": { + "rotation": { + "0.0": [0, 0, -5], + "0.5": [0, 0, -27.5], + "2.3333": { + "pre": [0, 0, -5], + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "3.0": [0, 0, -5] + } + }, + "rightarm_red5": { + "rotation": { + "0.0": [0, 0, -5], + "0.5": [0, 0, -25], + "2.3333": { + "pre": [0, 0, -5], + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "3.0": [0, 0, -5] + } + }, + "rightarm_red6": { + "rotation": { + "0.0": [0, 0, -5], + "2.3333": { + "pre": [0, 0, -5], + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "3.0": [0, 0, -5] + } + }, + "rightarm_red7": { + "rotation": { + "0.0": [0, 0, 20], + "0.5": [0, 0, -2.5], + "2.3333": { + "pre": [0, 0, 20], + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 35], + "lerp_mode": "catmullrom" + }, + "3.0": [0, 0, 20] + } + }, + "rightarm_blue2": { + "rotation": { + "0.0": [0, 0, -5], + "2.3333": { + "pre": [0, 0, -5], + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": [0, 0, -5] + } + }, + "rightarm_blue3": { + "rotation": { + "0.0": [0, 0, -15], + "0.5": [0, 0, -30], + "2.3333": { + "pre": [0, 0, -15], + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "3.0": [0, 0, -15] + } + }, + "rightarm_blue4": { + "rotation": { + "0.0": [0, 0, -5], + "0.5": [0, 0, -27.5], + "2.3333": { + "pre": [0, 0, -5], + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "3.0": [0, 0, -5] + } + }, + "rightarm_blue5": { + "rotation": { + "0.0": [0, 0, -5], + "0.5": [0, 0, -10], + "2.3333": { + "pre": [0, 0, -5], + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "3.0": [0, 0, -5] + } + }, + "rightarm_blue6": { + "rotation": { + "0.0": [0, 0, -5], + "0.5": [0, 0, -17.5], + "2.3333": { + "pre": [0, 0, -5], + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "3.0": [0, 0, -5] + } + }, + "rightarm_blue7": { + "rotation": { + "0.0": [0, 0, -12.5], + "0.5": [0, 0, -25], + "2.3333": { + "pre": [0, 0, -12.5], + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0.38768, -0.35267, 4.94415], + "lerp_mode": "catmullrom" + }, + "3.0": [0, 0, -12.5] + } + }, + "leftleg": { + "rotation": { + "0.0": { + "post": [-30.1601, -6.62852, 3.5837], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-57.6601, -6.62852, 3.5837], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-63.62603, -10.59125, 10.02537], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-63.62603, -10.59125, 10.02537], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-22.89663, 0.181, -12.19809], + "lerp_mode": "catmullrom" + }, + "1.25": [-22.9, 0.18, -12.2], + "1.2917": [-22.89663, 0.181, -12.19809], + "1.3333": [-22.9, 0.18, -12.2], + "1.375": [-22.89663, 0.181, -12.19809], + "1.4167": [-22.9, 0.18, -12.2], + "1.4583": [-22.89663, 0.181, -12.19809], + "1.5": [-22.9, 0.18, -12.2], + "1.625": { + "pre": [-22.89663, 0.181, -12.19809], + "post": [-22.89663, 0.181, -12.19809], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-22.9, 0.18, -12.2], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-22.88768, -0.79269, -14.50307], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-22.89663, 0.181, -12.19809], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-30.1601, -6.62852, 3.5837], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-30.1601, -6.62852, 3.5837], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-30.1601, -6.62852, 3.5837], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.75, -1, 1.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-0.75, -1, 6.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-1.75, -0.25, 8.5], + "lerp_mode": "catmullrom" + }, + "0.7083": [-1.87, 0.38, 8.98], + "0.75": [-1.88, -0.21, 8.34], + "0.7917": [-1.88, 0.06, 9.16], + "0.8333": { + "pre": [-1.75, -0.25, 8.5], + "post": [-1.75, -0.25, 8.5], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-1.24, -0.91, 7.58], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-0.75, -1.5, 2.75], + "lerp_mode": "catmullrom" + }, + "1.25": [-0.75, -1.25, 2.75], + "1.2917": [-0.75, -1.5, 2.75], + "1.3333": [-0.75, -1.25, 2.75], + "1.375": [-0.75, -1.5, 2.75], + "1.4167": [-0.75, -1.25, 2.75], + "1.4583": [-0.75, -1.5, 2.75], + "1.5": [-0.75, -1.25, 2.75], + "1.625": { + "pre": [-0.75, -1.5, 2.75], + "post": [-0.75, -1.5, 2.75], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-0.75, -1.5, 2.75], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-0.75, -1, 2.75], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-0.75, -1.5, 2.75], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-0.75, -1, 1.5], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-0.75, -1, 1.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.75, -1, 1.5], + "lerp_mode": "catmullrom" + } + } + }, + "left_thigh": { + "rotation": [0, 27.5, 0], + "position": [1, 2, 0] + }, + "left_calf": { + "rotation": { + "0.0": { + "post": [40.1677, -8.9347, 19.3846], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [54.89946, -18.6789, 31.10269], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [61.97983, -20.89023, 32.34215], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [61.97983, -20.89023, 32.34215], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [25.94941, -5.12445, 12.89106], + "lerp_mode": "catmullrom" + }, + "1.3333": [25.94941, -5.12445, 12.89106], + "1.5": { + "pre": [25.94941, -5.12445, 12.89106], + "post": [25.94941, -5.12445, 12.89106], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [25.94941, -5.12445, 12.89106], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [4.6312, -1.76578, 2.38384], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [25.94941, -5.12445, 12.89106], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [40.1677, -8.9347, 19.3846], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [40.1677, -8.9347, 19.3846], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": [0, 0.5, 0], + "1.5": { + "pre": [0, 0.5, 0], + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightleg": { + "rotation": { + "0.0": { + "post": [-15.7286, -21.23934, 12.3708], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-43.90558, -12.44617, 30.96821], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-54.29826, -3.06263, 30.51856], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-54.29826, -3.06263, 30.51856], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-17.92606, -27.7839, 25.73249], + "lerp_mode": "catmullrom" + }, + "1.25": [-17.93, -27.78, 25.73], + "1.2917": [-17.92606, -27.7839, 25.73249], + "1.3333": [-17.93, -27.78, 25.73], + "1.375": [-17.92606, -27.7839, 25.73249], + "1.4167": [-17.93, -27.78, 25.73], + "1.4583": [-17.92606, -27.7839, 25.73249], + "1.5": [-17.93, -27.78, 25.73], + "1.625": { + "pre": [-17.92606, -27.7839, 25.73249], + "post": [-17.92606, -27.7839, 25.73249], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-17.93, -27.78, 25.73], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-19.15789, -26.98476, 28.3993], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-17.92606, -27.7839, 25.73249], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-15.7286, -21.23934, 12.3708], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-15.7286, -21.23934, 12.3708], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-15.7286, -21.23934, 12.3708], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.5, 1, 0.25], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-0.5, 1, 5.25], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-0.5, 1, 7.25], + "lerp_mode": "catmullrom" + }, + "0.7083": [-0.5, 1.42, 7.81], + "0.75": [-0.5, 0.78, 7.91], + "0.7917": [-0.5, 1.27, 7.96], + "0.8333": { + "pre": [-0.5, 1, 7.25], + "post": [-0.5, 1, 7.25], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-0.5, 1.58, 6.21], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-0.5, 2.25, 1.25], + "lerp_mode": "catmullrom" + }, + "1.25": [-0.5, 2.75, 1.25], + "1.2917": [-0.5, 2.5, 1.25], + "1.3333": [-0.5, 2.75, 1.25], + "1.375": [-0.5, 2.5, 1.25], + "1.4167": [-0.5, 2.75, 1.25], + "1.4583": [-0.5, 2.5, 1.25], + "1.5": [-0.5, 2.75, 1.25], + "1.625": { + "pre": [-0.5, 2.5, 1.25], + "post": [-0.5, 2.5, 1.25], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-0.5, 2.5, 1.25], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-0.5, 3, 1.25], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-0.5, 2.5, 1.25], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-0.5, 1, 0.25], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-0.5, 1, 0.25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.5, 1, 0.25], + "lerp_mode": "catmullrom" + } + } + }, + "right_calf": { + "rotation": { + "0.0": { + "post": [14.2372, -7.50914, -21.8527], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [33.53534, 0.91821, -53.2169], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [42.12183, 11.14494, -67.44895], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [42.12183, 11.14494, -67.44895], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [14.2372, -7.50914, -21.8527], + "lerp_mode": "catmullrom" + }, + "1.3333": [14.2372, -7.50914, -21.8527], + "1.5": { + "pre": [14.2372, -7.50914, -21.8527], + "post": [14.2372, -7.50914, -21.8527], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [14.2372, -7.50914, -21.8527], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [1.38783, -0.1198, -4.21914], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [14.2372, -7.50914, -21.8527], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [14.2372, -7.50914, -21.8527], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [14.2372, -7.50914, -21.8527], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": [0, 0, 0], + "1.5": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_humanarm": { + "rotation": { + "0.0": { + "post": [3.76613, -6.4905, -30.2136], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-2.50865, 4.47798, 4.00006], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-2.1083, 4.67951, 9.01201], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-2.31234, 24.66496, 8.21869], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-2.48229, 32.15842, 7.86227], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [1.09846, -10.47004, -8.22684], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-62.78303, -64.3749, 12.7398], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-62.78303, -64.3749, 12.7398], + "lerp_mode": "catmullrom" + }, + "1.2917": [-62.78303, -64.3749, 12.7398], + "1.3333": [-64.96771, -62.12983, 15.18571], + "1.375": [-62.78303, -64.3749, 12.7398], + "1.4167": [-64.96771, -62.12983, 15.18571], + "1.4583": [-62.78303, -64.3749, 12.7398], + "1.5": [-64.96771, -62.12983, 15.18571], + "1.5417": [-62.78303, -64.3749, 12.7398], + "1.625": [-62.78, -64.37, 12.74], + "1.7083": { + "pre": [-62.78, -64.37, 12.74], + "post": [-62.78, -64.37, 12.74], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-64.96, -62.12, 15.19], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [3.76613, -6.4905, -30.2136], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [3.76613, -6.4905, -30.2136], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.75, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0.75, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": [0, 0, 0], + "0.6667": { + "pre": [0.75, 0.5, 0], + "post": [0.75, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-0.25, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-0.25, 0, 1.5], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0.75, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.75, 0.5, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": [0, 0, 0], + "0.4167": [0, 0, 0], + "0.5417": [1, 1, 1], + "2.2917": [1, 1, 1], + "2.375": [0.5, 0.5, 0.5], + "2.4583": [0, 0, 0] + } + }, + "left_arm": { + "rotation": [0, 0, 27.5], + "scale": 0 + }, + "rightarm_red1": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 30], + "2.3333": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": [0, 0, 0] + } + }, + "rightarm_blue1": { + "rotation": { + "0.0": [0, 0, "0-"], + "0.5": [0, 0, 30], + "2.3333": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-8.81, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [12.27, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_red3": { + "rotation": [0, 0, "27.5+math.sin((query.anim_time-0.3)*144)*8"] + }, + "leftarm_blue3": { + "rotation": [0, 0, "27.5+math.sin((query.anim_time-0.3)*144)*8"] + }, + "right_forearm": { + "rotation": { + "0.0": { + "post": [4.49232, -9.3062, -17.6659], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-30.77598, -4.65983, -55.17619], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-36.78812, -10.93506, -66.09386], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-8.50434, -42.17829, -77.69373], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-7.26543, -63.18632, -83.7679], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [7.32987, -18.5314, -17.71199], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [7.32987, -18.5314, -17.71199], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [8.15229, -18.1946, -20.32214], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [7.32987, -18.5314, -17.71199], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [8.15229, -18.1946, -20.32214], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [7.32987, -18.5314, -17.71199], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [8.15229, -18.1946, -20.32214], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [7.32987, -18.5314, -17.71199], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [7.33, -18.53, -17.71], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [3.89003, -19.51048, -7.18172], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [3.89, -19.51, -7.18], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [6.49, -18.83, -15.09], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [6.25466, -24.89968, -17.80521], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [4.49232, -9.3062, -17.6659], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [4.49232, -9.3062, -17.6659], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0.5, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0.5, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0.5, -0.75, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_hand": { + "rotation": { + "0.0": { + "post": [0, 0, -18.0749], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-10.19, 0, -18.07], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-20.19, 0, -18.07], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-28.42402, 16.86945, 10.1285], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-32.59079, -2.69804, -22.28114], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [2.62905, -9.92757, 37.72442], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [2.59978, 5.057, 38.4073], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [2.6, 5.06, 38.41], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [3.51673, -1.87312, 52.78278], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [3.81322, 1.7205, 53.26913], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [5.06652, -23.04259, -11.51843], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, -18.0749], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -18.0749], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_index1": { + "rotation": { + "0.0": [0, 0, 40], + "0.5417": [0, 0, 37.5], + "1.0833": [0, 0, 40], + "1.125": [0, -20, 40], + "1.1667": [0, -25, 40] + } + }, + "right_index2": { + "rotation": { + "0.0": [0, 0, -45], + "0.5417": [0, 0, -37.5] + } + }, + "right_middle1": { + "rotation": { + "0.0": [0, 0, -7.5], + "1.0833": [0, 0, -7.5], + "1.125": [-0.87038, -4.92385, 11.28742], + "1.1667": [0, -10, 10] + } + }, + "right_middle2": { + "rotation": { + "0.0": [0, 0, -27.5], + "0.5417": [0, 0, -20] + } + }, + "right_ring1": { + "rotation": { + "0.0": [0, 0, -32.5], + "0.5417": [0, 0, -25], + "1.0833": [0, 0, -32.5], + "1.125": [10, 5, -6.25], + "1.1667": [0, 0, 0] + } + }, + "right_ring2": { + "rotation": { + "0.0": [0, 0, -25], + "0.5417": [0, 0, -10], + "1.1667": [0, 0, -32.5] + } + }, + "right_pinky1": { + "rotation": { + "0.0": [0, 0, -42.5], + "0.5417": [0, 0, -40], + "1.0833": [0, 0, -42.5], + "1.125": [4.25176, 17.58999, -21.32487], + "1.1667": [7.21335, 10.91504, -12.01627] + } + }, + "right_pinky2": { + "rotation": { + "0.0": [0, 0, -45], + "0.5417": [0, 0, -27.5], + "1.125": [0, 0, -36.33], + "1.1667": [0, 0, -45] + } + }, + "right_thumb": { + "rotation": { + "0.0": [27.5, 32.5, 0], + "0.5417": [27.5, 50, 0], + "1.0833": [27.5, 32.5, 0], + "1.1667": [12.6735, 5.76367, -6.89883] + }, + "position": [0, 0, 0.25] + } + } + }, + "animation.deoxys.battle_base": { + "loop": true, + "animation_length": 3, + "bones": { + "body": { + "rotation": [12.5, 0, 0], + "position": [0, 2, -1.9] + }, + "hips": { + "rotation": [-5, 0, 0] + }, + "left_humanarm": { + "rotation": [3.76613, 6.4905, 30.2136], + "position": [-0.75, 0.5, 0] + }, + "left_forearm": { + "rotation": [4.49232, 9.3062, 17.6659] + }, + "left_hand": { + "rotation": [0, 0, 18.0749], + "position": [0, 0.25, 0] + }, + "left_index1": { + "rotation": [0, 0, -40] + }, + "left_index2": { + "rotation": [0, 0, 45] + }, + "left_middle1": { + "rotation": [0, 0, 7.5] + }, + "left_middle2": { + "rotation": [0, 0, 27.5] + }, + "left_ring1": { + "rotation": [0, 0, 32.5] + }, + "left_ring2": { + "rotation": [0, 0, 25] + }, + "left_pinky1": { + "rotation": [0, 0, 42.5] + }, + "left_pinky2": { + "rotation": [0, 0, 45] + }, + "left_thumb": { + "rotation": [27.5, -32.5, 0], + "position": [0, 0, 0.25] + }, + "right_arm": { + "rotation": [1.75378, 9.84655, -27.3489], + "position": [0.5, -0.5, 0] + }, + "rightarm_red2": { + "rotation": [0, 0, -5] + }, + "rightarm_red3": { + "rotation": [0, 0, -15] + }, + "rightarm_red4": { + "rotation": [0, 0, -5] + }, + "rightarm_red5": { + "rotation": [0, 0, -5] + }, + "rightarm_red6": { + "rotation": [0, 0, -5] + }, + "rightarm_red7": { + "rotation": [0, 0, 20] + }, + "rightarm_blue2": { + "rotation": [0, 0, -5] + }, + "rightarm_blue3": { + "rotation": [0, 0, -15] + }, + "rightarm_blue4": { + "rotation": [0, 0, -5] + }, + "rightarm_blue5": { + "rotation": [0, 0, -5] + }, + "rightarm_blue6": { + "rotation": [0, 0, -5] + }, + "rightarm_blue7": { + "rotation": [0, 0, -12.5] + }, + "leftleg": { + "rotation": [-30.1601, -6.62852, 3.5837], + "position": [0, 0, 2.5] + }, + "left_thigh": { + "rotation": [0, 27.5, 0] + }, + "left_calf": { + "rotation": [40.1677, -8.9347, 19.3846], + "position": [0, 0.5, 0] + }, + "rightleg": { + "rotation": [-15.7286, -21.23934, 12.3708], + "position": [-0.5, 1, 0.25] + }, + "right_calf": { + "rotation": [14.2372, -7.50914, -21.8527] + }, + "right_humanarm": { + "scale": 0 + }, + "left_arm": { + "rotation": [0, 0, 27.5], + "scale": 0 + }, + "rightarm_red1": { + "rotation": [0, 0, 0] + }, + "rightarm_blue1": { + "rotation": [0, 0, "0-"] + }, + "head": { + "rotation": [0, 0, 0] + }, + "leftarm_red3": { + "rotation": [0, 0, "27.5+math.sin((query.anim_time-0.3)*144)*8"] + }, + "leftarm_blue3": { + "rotation": [0, 0, "27.5+math.sin((query.anim_time-0.3)*144)*8"] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/deoxysattack/deoxysattack.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/deoxysattack/deoxysattack.animation.json new file mode 100644 index 0000000..fef3dc4 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/deoxysattack/deoxysattack.animation.json @@ -0,0 +1,7479 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.deoxysattack.pose": { + "animation_length": 2.5, + "bones": { + "body": { + "rotation": [15, 0, 0], + "position": [0, 2, 0] + }, + "hips": { + "rotation": [-5, 0, 0] + }, + "right_arm": { + "rotation": [5.4171, 5.69813, -2.34598] + }, + "leftleg": { + "rotation": [-35.16007, -6.62852, 3.58367], + "position": [-1.75, -2, 3.5] + }, + "left_thigh": { + "rotation": [0, 27.5, 0], + "position": [1, 2, 0] + }, + "left_calf": { + "rotation": [32.44174, -11.92883, 17.63951] + }, + "rightleg": { + "rotation": [-49.19213, -18.49544, 22.72087], + "position": [-0.25, 1.75, 1.25] + }, + "right_calf": { + "rotation": [29.83788, 1.90434, -36.80765] + }, + "left_blue": { + "rotation": [-58.46495, -18.59872, 8.58288] + }, + "right_red": { + "rotation": [-67.84796, -0.22702, 0.97891] + }, + "right_blue": { + "rotation": [-88.07162, 2.67832, -17.10313] + }, + "head": { + "rotation": [20.42065, -2.86091, 3.42886] + }, + "Lblue2": { + "rotation": [0, -5, 25] + }, + "Lblue3": { + "rotation": [-7.56397, -7.43547, 33.48448] + }, + "Lblue4": { + "rotation": [-10.00294, -2.24422, 30.42462] + }, + "Lblue5": { + "rotation": [-5.019, 4.98093, 29.56312] + }, + "Lblue6": { + "rotation": [-7.49631, -2.26084, 27.82132] + }, + "Lblue7": { + "rotation": [0, -5, -7.5] + }, + "Lblue8": { + "rotation": [0.66963, -14.98539, -22.58807] + }, + "Lred8": { + "rotation": [0, 0, -20] + }, + "Lred7": { + "rotation": [0, 0, -22.5] + }, + "Lred6": { + "rotation": [0, 0, 25] + }, + "Lred5": { + "rotation": [0, 0, 30] + }, + "Lred4": { + "rotation": [0, 0, 37.5] + }, + "Lred3": { + "rotation": [-7.5, 0, 30] + }, + "Lred2": { + "rotation": [-5, 0, 15] + }, + "left_red": { + "rotation": [-55, 5, -10] + }, + "Rblue8": { + "rotation": [0, 0, 10] + }, + "Rblue7": { + "rotation": [0, 0, 15] + }, + "Rblue6": { + "rotation": [0, 0, -12.5] + }, + "Rblue5": { + "rotation": [0, 0, -27.5] + }, + "Rblue4": { + "rotation": [0, 0, -32.5] + }, + "Rblue3": { + "rotation": [0, 0, -32.5] + }, + "Rblue2": { + "rotation": [0, 0, -30] + }, + "Rred2": { + "rotation": [0, -5, -15] + }, + "Rred3": { + "rotation": [0, 0, -20] + }, + "Rred4": { + "rotation": [0, 0, -32.5] + }, + "Rred5": { + "rotation": [0, 0, -40] + }, + "Rred6": { + "rotation": [0, 0, -25] + }, + "Rred7": { + "rotation": [0, 0, 10] + }, + "Rred8": { + "rotation": [0, 0, 15] + }, + "Rred1": { + "rotation": [0, -15, -7.5] + }, + "Rblue1": { + "rotation": [14.78217, -2.57594, 9.6658] + } + } + }, + "animation.deoxysattack.ground_idle": { + "loop": true, + "animation_length": 2.5, + "bones": { + "body": { + "rotation": ["5-math.sin((query.anim_time)*144)*2", 0, 0], + "position": [0, "-3-math.sin((query.anim_time)*144)*0.3", 0] + }, + "hips": { + "rotation": [-5, 0, 0] + }, + "left_red": { + "rotation": [0, 10, 0] + }, + "Lred1": { + "rotation": [0, 0, 5], + "position": [0, 0, 0] + }, + "Lred2": { + "rotation": ["0-math.sin((query.anim_time)*144)*2", 0, "22.5-math.sin((query.anim_time-0.1)*144)*2"] + }, + "Lred3": { + "rotation": ["0-math.sin((query.anim_time-0.1)*144)*2", 0, "27.5-math.sin((query.anim_time-0.2)*144)*1"] + }, + "Lred4": { + "rotation": ["0-math.sin((query.anim_time-0.2)*144)*2", "0+math.sin((query.anim_time-0.6)*144)*3", "27.5-math.sin((query.anim_time-0.3)*144)*2"] + }, + "Lred5": { + "rotation": ["5-math.sin((query.anim_time-0.3)*144)*2", "0+math.sin((query.anim_time-0.6)*144)*4", "15-math.sin((query.anim_time-0.4)*144)*4"] + }, + "Lred6": { + "rotation": [ + "7.4914-math.sin((query.anim_time-0.4)*144)*2", + "0.3991+math.sin((query.anim_time-0.6)*144)*5", + "-19.968-math.sin((query.anim_time-0.5)*144)*2" + ] + }, + "Lred7": { + "rotation": [ + "-0.2204-math.sin((query.anim_time-0.5)*144)*2", + "5.0782+math.sin((query.anim_time-0.6)*144)*5", + "-40.0085-math.sin((query.anim_time-0.6)*144)*2" + ] + }, + "Lred8": { + "rotation": [ + "-0.2204-math.sin((query.anim_time-0.6)*144)*2", + "5.0823+math.sin((query.anim_time-0.6)*144)*5", + "-32.5083-math.sin((query.anim_time-0.7)*144)*2" + ] + }, + "left_blue": { + "rotation": [0.88963, -17.44726, 2.43535], + "position": [0, 0.5, -1] + }, + "Lblue2": { + "rotation": ["0-math.sin((query.anim_time)*144)*2", 0, "25-math.sin((query.anim_time-0.1)*144)*2"] + }, + "Lblue3": { + "rotation": ["0-math.sin((query.anim_time-0.1)*144)*2", 0, "35-math.sin((query.anim_time-0.2)*144)*1"] + }, + "Lblue4": { + "rotation": ["-12.5-math.sin((query.anim_time-0.2)*144)*2", "0+math.sin((query.anim_time-0.6)*144)*3", "22.5-math.sin((query.anim_time-0.3)*144)*2"] + }, + "Lblue5": { + "rotation": ["-12.5-math.sin((query.anim_time-0.3)*144)*8", "0+math.sin((query.anim_time-0.6)*144)*3", "5-math.sin((query.anim_time-0.4)*144)*4"] + }, + "Lblue6": { + "rotation": [ + "-7.4366-math.sin((query.anim_time-0.4)*144)*2", + "-0.9762+math.sin((query.anim_time-0.7)*144)*3", + "-22.4366-math.sin((query.anim_time-0.5)*144)*2" + ] + }, + "Lblue7": { + "rotation": [ + "1.6322-math.sin((query.anim_time-0.5)*144)*2", + "-7.3212+math.sin((query.anim_time-0.8)*144)*3", + "-40.1044-math.sin((query.anim_time-0.6)*144)*2" + ] + }, + "Lblue8": { + "rotation": ["0-math.sin((query.anim_time-0.6)*144)*2", "0+math.sin((query.anim_time-1)*144)*8", "-30-math.sin((query.anim_time-0.7)*144)*2"] + }, + "right_red": { + "rotation": [0, -10, 0] + }, + "Rred1": { + "rotation": [0, 0, -5] + }, + "Rred2": { + "rotation": ["0+math.sin((query.anim_time)*144)*2", 0, "-22.5+math.sin((query.anim_time-0.2)*144)*3"] + }, + "Rred3": { + "rotation": ["0+math.sin((query.anim_time-0.1)*144)*2", 0, "-27.5+math.sin((query.anim_time-0.2)*144)*1"] + }, + "Rred4": { + "rotation": ["0+math.sin((query.anim_time-0.2)*144)*2", "0-math.sin((query.anim_time-0.6)*144)*3", "-27.5+math.sin((query.anim_time-0.3)*144)*2"] + }, + "Rred5": { + "rotation": ["5+math.sin((query.anim_time-0.3)*144)*2", "0-math.sin((query.anim_time-0.6)*144)*4", "-15+math.sin((query.anim_time-0.4)*144)*4"] + }, + "Rred6": { + "rotation": ["7.5+math.sin((query.anim_time-0.4)*144)*2", "0-math.sin((query.anim_time-0.6)*144)*5", "17.5+math.sin((query.anim_time-0.5)*144)*2"] + }, + "Rred7": { + "rotation": ["0+math.sin((query.anim_time-0.5)*144)*2", "5.0782-math.sin((query.anim_time-0.6)*144)*5", "37.5+math.sin((query.anim_time-0.6)*144)*2"] + }, + "Rred8": { + "rotation": ["0+math.sin((query.anim_time-0.6)*144)*2", "-5-math.sin((query.anim_time-0.6)*144)*5", "30+math.sin((query.anim_time-0.7)*144)*2"] + }, + "right_blue": { + "rotation": [2.25001, 17.32824, 8.04401], + "position": [0, 0.5, -1] + }, + "Rblue1": { + "rotation": [0, 0, -10] + }, + "Rblue2": { + "rotation": ["0+math.sin((query.anim_time)*144)*2", 0, "-25+math.sin((query.anim_time-0.7)*144)*3"] + }, + "Rblue3": { + "rotation": ["0+math.sin((query.anim_time-0.1)*144)*2", 0, "-35+math.sin((query.anim_time-0.2)*144)*1"] + }, + "Rblue4": { + "rotation": ["-12.5+math.sin((query.anim_time-0.2)*144)*2", "0-math.sin((query.anim_time-0.6)*144)*3", "-22.5+math.sin((query.anim_time-0.3)*144)*2"] + }, + "Rblue5": { + "rotation": ["-12.5+math.sin((query.anim_time-0.3)*144)*8", "0-math.sin((query.anim_time-0.6)*144)*3", "-5+math.sin((query.anim_time-0.4)*144)*4"] + }, + "Rblue6": { + "rotation": [ + "-7.4366+math.sin((query.anim_time-0.4)*144)*2", + "0.9762-math.sin((query.anim_time-0.7)*144)*3", + "22.4366+math.sin((query.anim_time-0.5)*144)*2" + ] + }, + "Rblue7": { + "rotation": [ + "1.6322+math.sin((query.anim_time-0.5)*144)*2", + "7.3212-math.sin((query.anim_time-0.8)*144)*3", + "40.1044+math.sin((query.anim_time-0.6)*144)*2" + ] + }, + "Rblue8": { + "rotation": ["0+math.sin((query.anim_time-0.6)*144)*2", "0-math.sin((query.anim_time-1)*144)*8", "30+math.sin((query.anim_time-0.7)*144)*2"] + }, + "head": { + "rotation": ["7.5+math.sin((query.anim_time-0.2)*144)*2.5", 0, 0] + }, + "leftleg": { + "rotation": ["-17.1005-math.sin((query.anim_time)*144)*2", 20.67214, "-17.7329-math.sin((query.anim_time)*144)*2"], + "position": [0, "-2.5-math.sin((query.anim_time)*144)*0.3", 0.5] + }, + "left_calf": { + "rotation": ["12.4539+math.sin((query.anim_time)*144)*3", 1.08089, "12.6179+math.sin((query.anim_time)*144)*3.5"] + }, + "rightleg": { + "rotation": ["1.435-math.sin((query.anim_time)*144)*2", -9.53609, "17.7443+math.sin((query.anim_time)*144)*2"], + "position": [1.25, "-2.5-math.sin((query.anim_time)*144)*0.3", -1.25] + }, + "right_calf": { + "rotation": ["7.2333+math.sin((query.anim_time)*144)*2", 7.75745, "-16.5167-math.sin((query.anim_time)*144)*3"] + }, + "left_arm": { + "position": [0, "0.5-math.sin((query.anim_time)*144)*0.3", 0] + }, + "right_arm": { + "position": [0, "0.5-math.sin((query.anim_time-0.1)*144)*0.3", 0] + } + } + }, + "animation.deoxysattack.battle_stance": { + "loop": true, + "animation_length": 2.5, + "bones": { + "body": { + "rotation": ["10-math.sin((query.anim_time)*144)*2", 0, 0], + "position": [0, "-3.75-math.sin((query.anim_time)*144)*0.3", -2] + }, + "hips": { + "rotation": ["-10+math.sin((query.anim_time-0.3)*144)*2", 0, 0] + }, + "left_red": { + "rotation": [-10, 10, 0] + }, + "Lred1": { + "rotation": [0, 0, 2.5], + "position": [0, -0.25, 0] + }, + "Lred2": { + "rotation": ["0-math.sin((query.anim_time)*144)*2", 0, "22.5-math.sin((query.anim_time)*144)*3"] + }, + "Lred3": { + "rotation": ["0-math.sin((query.anim_time-0.1)*144)*2", 0, "27.5-math.sin((query.anim_time-0.2)*144)*1"] + }, + "Lred4": { + "rotation": ["0-math.sin((query.anim_time-0.2)*144)*2", "0+math.sin((query.anim_time-0.6)*144)*3", "27.5-math.sin((query.anim_time-0.3)*144)*2"] + }, + "Lred5": { + "rotation": ["5-math.sin((query.anim_time-0.3)*144)*2", "0+math.sin((query.anim_time-0.6)*144)*4", "15-math.sin((query.anim_time-0.4)*144)*4"] + }, + "Lred6": { + "rotation": [ + "7.4914-math.sin((query.anim_time-0.4)*144)*2", + "0.3991+math.sin((query.anim_time-0.6)*144)*5", + "-19.968-math.sin((query.anim_time-0.5)*144)*2" + ] + }, + "Lred7": { + "rotation": [ + "-0.2204-math.sin((query.anim_time-0.5)*144)*2", + "5.0782+math.sin((query.anim_time-0.6)*144)*5", + "-40.0085-math.sin((query.anim_time-0.6)*144)*2" + ] + }, + "Lred8": { + "rotation": [ + "-0.2204-math.sin((query.anim_time-0.6)*144)*2", + "5.0823+math.sin((query.anim_time-0.6)*144)*5", + "-32.5083-math.sin((query.anim_time-0.7)*144)*2" + ] + }, + "left_blue": { + "rotation": [10.88963, -17.44726, 2.43535], + "position": [0, 0.5, -1] + }, + "Lblue2": { + "rotation": ["0-math.sin((query.anim_time)*144)*2", 0, "25+math.sin((query.anim_time)*144)*3"] + }, + "Lblue3": { + "rotation": ["0-math.sin((query.anim_time-0.1)*144)*2", 0, "35-math.sin((query.anim_time-0.2)*144)*1"] + }, + "Lblue4": { + "rotation": ["-12.5-math.sin((query.anim_time-0.2)*144)*2", "0+math.sin((query.anim_time-0.6)*144)*3", "22.5-math.sin((query.anim_time-0.3)*144)*2"] + }, + "Lblue5": { + "rotation": ["-12.5-math.sin((query.anim_time-0.3)*144)*8", "0+math.sin((query.anim_time-0.6)*144)*3", "5-math.sin((query.anim_time-0.4)*144)*4"] + }, + "Lblue6": { + "rotation": [ + "-7.4366-math.sin((query.anim_time-0.4)*144)*2", + "-0.9762+math.sin((query.anim_time-0.7)*144)*3", + "-22.4366-math.sin((query.anim_time-0.5)*144)*2" + ] + }, + "Lblue7": { + "rotation": [ + "1.6322-math.sin((query.anim_time-0.5)*144)*2", + "-7.3212+math.sin((query.anim_time-0.8)*144)*3", + "-40.1044-math.sin((query.anim_time-0.6)*144)*2" + ] + }, + "Lblue8": { + "rotation": ["0-math.sin((query.anim_time-0.6)*144)*2", "0+math.sin((query.anim_time-1)*144)*8", "-30-math.sin((query.anim_time-0.7)*144)*2"] + }, + "right_red": { + "rotation": [-12.91802, -9.44991, 2.4743] + }, + "Rred1": { + "rotation": [0, 0, -5], + "position": [0, -0.25, 0], + "scale": 1 + }, + "Rred2": { + "rotation": ["0+math.sin((query.anim_time)*144)*2", 0, "-22.5+math.sin((query.anim_time-0.2)*144)*3"] + }, + "Rred3": { + "rotation": ["0+math.sin((query.anim_time-0.1)*144)*2", 0, "-27.5+math.sin((query.anim_time-0.2)*144)*1"] + }, + "Rred4": { + "rotation": ["0+math.sin((query.anim_time-0.2)*144)*2", "0-math.sin((query.anim_time-0.6)*144)*3", "-27.5+math.sin((query.anim_time-0.3)*144)*2"] + }, + "Rred5": { + "rotation": ["5+math.sin((query.anim_time-0.3)*144)*2", "0-math.sin((query.anim_time-0.6)*144)*4", "-15+math.sin((query.anim_time-0.4)*144)*4"] + }, + "Rred6": { + "rotation": ["7.5+math.sin((query.anim_time-0.4)*144)*2", "0-math.sin((query.anim_time-0.6)*144)*5", "17.5+math.sin((query.anim_time-0.5)*144)*2"] + }, + "Rred7": { + "rotation": ["0+math.sin((query.anim_time-0.5)*144)*2", "5.0782-math.sin((query.anim_time-0.6)*144)*5", "37.5+math.sin((query.anim_time-0.6)*144)*2"] + }, + "Rred8": { + "rotation": ["0+math.sin((query.anim_time-0.6)*144)*2", "-5-math.sin((query.anim_time-0.6)*144)*5", "30+math.sin((query.anim_time-0.7)*144)*2"] + }, + "right_blue": { + "rotation": [11.90211, 13.16168, 7.28397], + "position": [0, 0, -1] + }, + "Rblue1": { + "rotation": [0, 0, -10] + }, + "Rblue2": { + "rotation": ["0+math.sin((query.anim_time)*144)*2", 0, "-25+math.sin((query.anim_time-0.7)*144)*3"] + }, + "Rblue3": { + "rotation": ["0+math.sin((query.anim_time-0.1)*144)*2", 0, "-35+math.sin((query.anim_time-0.2)*144)*1"] + }, + "Rblue4": { + "rotation": ["-12.5+math.sin((query.anim_time-0.2)*144)*2", "0-math.sin((query.anim_time-0.6)*144)*3", "-22.5+math.sin((query.anim_time-0.3)*144)*2"] + }, + "Rblue5": { + "rotation": ["-12.5+math.sin((query.anim_time-0.3)*144)*8", "0-math.sin((query.anim_time-0.6)*144)*3", "-5+math.sin((query.anim_time-0.4)*144)*4"] + }, + "Rblue6": { + "rotation": [ + "-7.4366+math.sin((query.anim_time-0.4)*144)*2", + "0.9762-math.sin((query.anim_time-0.7)*144)*3", + "22.4366+math.sin((query.anim_time-0.5)*144)*2" + ] + }, + "Rblue7": { + "rotation": [ + "1.6322+math.sin((query.anim_time-0.5)*144)*2", + "7.3212-math.sin((query.anim_time-0.8)*144)*3", + "40.1044+math.sin((query.anim_time-0.6)*144)*2" + ] + }, + "Rblue8": { + "rotation": ["0+math.sin((query.anim_time-0.6)*144)*2", "0-math.sin((query.anim_time-1)*144)*8", "30+math.sin((query.anim_time-0.7)*144)*2"] + }, + "head": { + "rotation": ["-2.5+math.sin((query.anim_time-0.2)*144)*2.5", 0, 0] + }, + "leftleg": { + "rotation": ["-33.0481-math.sin((query.anim_time)*144)*2", 8.79957, "-28.3725-math.sin((query.anim_time)*144)*2"], + "position": [-0.25, "-5.5-math.sin((query.anim_time)*144)*0.3", -1] + }, + "left_calf": { + "rotation": ["29.3481+math.sin((query.anim_time)*144)", -6.3721, "25.6585+math.sin((query.anim_time)*144)*3.6"] + }, + "rightleg": { + "rotation": ["7.908-math.sin((query.anim_time)*144)*2", -17.0721, "24.3063+math.sin((query.anim_time)*144)*2"], + "position": [1.5, "-4.25-math.sin((query.anim_time)*144)*0.3", -1.25] + }, + "right_calf": { + "rotation": ["6.159+math.sin((query.anim_time)*144)*2", 8.63326, "-24.0425-math.sin((query.anim_time)*144)*3"] + }, + "left_arm": { + "position": [0, "0.5-math.sin((query.anim_time)*144)*0.3", 0] + }, + "right_arm": { + "position": [0, "0.5-math.sin((query.anim_time-0.1)*144)*0.3", 0] + }, + "Lblue1": { + "rotation": [0, 0, 0] + } + } + }, + "animation.deoxysattack.ground_walk": { + "loop": true, + "animation_length": 2.5, + "bones": { + "body": { + "rotation": ["20-math.sin((query.anim_time)*144)*2", 0, 0], + "position": [0, "-2+math.sin((query.anim_time)*144)*1.5", -5] + }, + "hips": { + "rotation": [5, 0, 0] + }, + "left_red": { + "rotation": [0, 10, 0] + }, + "Lred1": { + "rotation": [0, 0, "5-math.sin((query.anim_time)*144)*3"], + "position": [0, 0, 0] + }, + "Lred2": { + "rotation": ["0-math.sin((query.anim_time)*144)*3", 0, "22.5-math.sin((query.anim_time-0.1)*144)*3"] + }, + "Lred3": { + "rotation": ["0-math.sin((query.anim_time-0.1)*144)*2", 0, "27.5-math.sin((query.anim_time-0.2)*144)*1"] + }, + "Lred4": { + "rotation": ["0-math.sin((query.anim_time-0.2)*144)*2", "0+math.sin((query.anim_time-0.6)*144)*3", "27.5-math.sin((query.anim_time-0.3)*144)*2"] + }, + "Lred5": { + "rotation": [ + "5.1673-math.sin((query.anim_time-0.3)*144)*2", + "0.281+math.sin((query.anim_time-0.6)*144)*4", + "12.5102-math.sin((query.anim_time-0.4)*144)*5" + ] + }, + "Lred6": { + "rotation": [ + "7.2846-math.sin((query.anim_time-0.4)*144)*2", + "0.0046+math.sin((query.anim_time-0.6)*144)*5", + "-17.4907-math.sin((query.anim_time-0.5)*144)*4" + ] + }, + "Lred7": { + "rotation": [ + "-1.1186-math.sin((query.anim_time-0.5)*144)*2", + "-0.2829+math.sin((query.anim_time-0.6)*144)*5", + "-25.1194-math.sin((query.anim_time-0.6)*144)*5" + ] + }, + "Lred8": { + "rotation": [ + "-1.1202-math.sin((query.anim_time-0.6)*144)*2", + "-0.3032+math.sin((query.anim_time-0.6)*144)*5", + "-17.6278-math.sin((query.anim_time-0.7)*144)*5" + ] + }, + "left_blue": { + "rotation": [0.88963, -17.44726, 2.43535], + "position": [0, 0.5, -1] + }, + "Lblue2": { + "rotation": ["0-math.sin((query.anim_time)*144)*2", 0, "25-math.sin((query.anim_time-0.1)*144)*2"] + }, + "Lblue3": { + "rotation": ["0-math.sin((query.anim_time-0.1)*144)*2", 0, "35-math.sin((query.anim_time-0.2)*144)*1"] + }, + "Lblue4": { + "rotation": ["-12.5-math.sin((query.anim_time-0.2)*144)*2", "0+math.sin((query.anim_time-0.6)*144)*3", "22.5-math.sin((query.anim_time-0.3)*144)*2"] + }, + "Lblue5": { + "rotation": ["-12.5-math.sin((query.anim_time-0.3)*144)*8", "0+math.sin((query.anim_time-0.6)*144)*3", "5-math.sin((query.anim_time-0.4)*144)*4"] + }, + "Lblue6": { + "rotation": [ + "-7.4366-math.sin((query.anim_time-0.4)*144)*2", + "-0.9762+math.sin((query.anim_time-0.7)*144)*3", + "-22.4366-math.sin((query.anim_time-0.5)*144)*2" + ] + }, + "Lblue7": { + "rotation": [ + "0.736-math.sin((query.anim_time-0.5)*144)*2", + "-7.5905+math.sin((query.anim_time-0.8)*144)*3", + "-35.0319-math.sin((query.anim_time-0.6)*144)*2" + ] + }, + "Lblue8": { + "rotation": [ + "-0.8486-math.sin((query.anim_time-0.6)*144)*2", + "-0.275+math.sin((query.anim_time-1)*144)*8", + "-19.9679-math.sin((query.anim_time-0.7)*144)*2" + ] + }, + "right_red": { + "rotation": [0, -10, 0] + }, + "Rred1": { + "rotation": [0, 0, "-5+math.sin((query.anim_time-0.2)*144)*3"] + }, + "Rred2": { + "rotation": ["0+math.sin((query.anim_time)*144)*3", 0, "-22.5+math.sin((query.anim_time-0.1)*144)*3"] + }, + "Rred3": { + "rotation": ["0+math.sin((query.anim_time-0.1)*144)*2", 0, "-27.5+math.sin((query.anim_time-0.2)*144)*1"] + }, + "Rred4": { + "rotation": ["0+math.sin((query.anim_time-0.2)*144)*2", "0-math.sin((query.anim_time-0.6)*144)*3", "-27.5+math.sin((query.anim_time-0.3)*144)*2"] + }, + "Rred5": { + "rotation": [ + "4.9924+math.sin((query.anim_time-0.3)*144)*2", + "-2.495-math.sin((query.anim_time-0.6)*144)*4", + "-15.1583-math.sin((query.anim_time-0.4)*144)*5" + ] + }, + "Rred6": { + "rotation": [ + "7.0267+math.sin((query.anim_time-0.4)*144)*2", + "-2.0024-math.sin((query.anim_time-0.6)*144)*5", + "12.2693+math.sin((query.anim_time-0.5)*144)*4" + ] + }, + "Rred7": { + "rotation": [ + "-1.6951+math.sin((query.anim_time-0.5)*144)*2", + "-0.3963-math.sin((query.anim_time-0.6)*144)*5", + "27.6804+math.sin((query.anim_time-0.6)*144)*5" + ] + }, + "Rred8": { + "rotation": [ + "0.0183+math.sin((query.anim_time-0.6)*144)*2", + "-5.2604-math.sin((query.anim_time-0.6)*144)*5", + "22.5045+math.sin((query.anim_time-0.7)*144)*10" + ] + }, + "right_blue": { + "rotation": [-0.8896, 17.4473, -2.4354], + "position": [0, 0, -1] + }, + "Rblue1": { + "rotation": [0, 0, "-10+math.sin((query.anim_time-0.7)*144)*3"], + "position": [0, 1, 0] + }, + "Rblue2": { + "rotation": ["0+math.sin((query.anim_time)*144)*2", 0, "-25+math.sin((query.anim_time-0.1)*144)*2"] + }, + "Rblue3": { + "rotation": ["0+math.sin((query.anim_time-0.1)*144)*2", 0, "-35+math.sin((query.anim_time-0.2)*144)*1"] + }, + "Rblue4": { + "rotation": ["-12.5+math.sin((query.anim_time-0.2)*144)*2", "0-math.sin((query.anim_time-0.6)*144)*3", "-22.5+math.sin((query.anim_time-0.3)*144)*2"] + }, + "Rblue5": { + "rotation": ["-12.5+math.sin((query.anim_time-0.3)*144)*8", "0-math.sin((query.anim_time-0.6)*144)*3", "-5+math.sin((query.anim_time-0.4)*144)*4"] + }, + "Rblue6": { + "rotation": [ + "-7.4366+math.sin((query.anim_time-0.4)*144)*2", + "0.9762-math.sin((query.anim_time-0.7)*144)*3", + "22.4366+math.sin((query.anim_time-0.5)*144)*2" + ] + }, + "Rblue7": { + "rotation": [ + "0.7496+math.sin((query.anim_time-0.5)*144)*2", + "7.2591-math.sin((query.anim_time-0.8)*144)*3", + "35.0275+math.sin((query.anim_time-0.6)*144)*2" + ] + }, + "Rblue8": { + "rotation": [ + "-0.7872+math.sin((query.anim_time-0.6)*144)*2", + "-0.418-math.sin((query.anim_time-1)*144)*8", + "19.9779+math.sin((query.anim_time-0.7)*144)*2" + ] + }, + "head": { + "rotation": ["-7.5+math.sin((query.anim_time-0.2)*144)*2.5", 0, 0] + }, + "leftleg": { + "rotation": ["24.0638-math.sin((query.anim_time)*144)*2", 18.73906, "0.2209+math.sin((query.anim_time)*144)*1"], + "position": [-0.5, "-1.5+math.sin((query.anim_time)*144)*1.5", -3.5] + }, + "left_calf": { + "rotation": ["14.9859-math.sin((query.anim_time)*144)*2", 0.43502, "15.0333+math.sin((query.anim_time)*144)*2"] + }, + "rightleg": { + "rotation": ["35.2816-math.sin((query.anim_time-0.3)*144)*2", -12.10335, "3.6115-math.sin((query.anim_time-0.3)*144)*1"], + "position": [0.75, "-1.5+math.sin((query.anim_time)*144)*1.5", -3.25] + }, + "right_calf": { + "rotation": ["7.2333-math.sin((query.anim_time)*144)*3", 7.75745, "-16.5167-math.sin((query.anim_time)*144)*2"] + }, + "left_arm": { + "rotation": [29.97911, -1.05627, 2.26603], + "position": [0, "0.5-math.sin((query.anim_time)*144)*0.3", 0] + }, + "right_arm": { + "rotation": [29.97911, 1.05627, -2.26603], + "position": [0, "0.5-math.sin((query.anim_time-0.1)*144)*0.3", 0] + } + } + }, + "animation.deoxysattack.sleep": { + "loop": true, + "animation_length": 2.5, + "bones": { + "body": { + "rotation": ["20-math.sin((query.anim_time)*144)*2", 0, 0], + "position": [0, "2+math.sin((query.anim_time)*144)*1", -5] + }, + "hips": { + "rotation": [-12.5, 0, 0] + }, + "left_red": { + "rotation": [0, 10, 0] + }, + "Lred1": { + "rotation": [0, 0, "5-math.sin((query.anim_time)*144)*2"], + "position": [0, 0, 0] + }, + "Lred2": { + "rotation": ["0-math.sin((query.anim_time)*144)*2", 0, "27.5-math.sin((query.anim_time-0.1)*144)*2"] + }, + "Lred3": { + "rotation": ["0-math.sin((query.anim_time-0.1)*144)*2", 0, "27.5-math.sin((query.anim_time-0.2)*144)*1"] + }, + "Lred4": { + "rotation": ["0-math.sin((query.anim_time-0.2)*144)*2", "0+math.sin((query.anim_time-0.6)*144)*2", "27.5-math.sin((query.anim_time-0.3)*144)*2"] + }, + "Lred5": { + "rotation": [ + "5.1673-math.sin((query.anim_time-0.3)*144)*2", + "0.281+math.sin((query.anim_time-0.6)*144)*2", + "12.5102-math.sin((query.anim_time-0.4)*144)*2" + ] + }, + "Lred6": { + "rotation": [ + "7.2846-math.sin((query.anim_time-0.4)*144)*2", + "0.0046+math.sin((query.anim_time-0.6)*144)*2", + "-17.4907-math.sin((query.anim_time-0.5)*144)*2" + ] + }, + "Lred7": { + "rotation": [ + "-1.1186-math.sin((query.anim_time-0.5)*144)*2", + "-0.2829+math.sin((query.anim_time-0.6)*144)*2", + "-25.1194-math.sin((query.anim_time-0.6)*144)*2" + ] + }, + "Lred8": { + "rotation": [ + "-1.1202-math.sin((query.anim_time-0.6)*144)*2", + "-0.3032+math.sin((query.anim_time-0.6)*144)*2", + "-17.6278-math.sin((query.anim_time-0.7)*144)*2" + ] + }, + "left_blue": { + "rotation": [0.88963, -17.44726, 2.43535], + "position": [0, 0.5, -1] + }, + "Lblue2": { + "rotation": ["0-math.sin((query.anim_time)*144)*2", 0, "25-math.sin((query.anim_time-0.1)*144)*2"] + }, + "Lblue3": { + "rotation": ["0-math.sin((query.anim_time-0.1)*144)*2", 0, "35-math.sin((query.anim_time-0.2)*144)*1"] + }, + "Lblue4": { + "rotation": ["-12.5-math.sin((query.anim_time-0.2)*144)*2", "0+math.sin((query.anim_time-0.6)*144)*2", "22.5-math.sin((query.anim_time-0.3)*144)*2"] + }, + "Lblue5": { + "rotation": ["-12.5-math.sin((query.anim_time-0.3)*144)*2", "0+math.sin((query.anim_time-0.6)*144)*2", "5-math.sin((query.anim_time-0.4)*144)*2"] + }, + "Lblue6": { + "rotation": [ + "-7.4366-math.sin((query.anim_time-0.4)*144)*2", + "-0.9762+math.sin((query.anim_time-0.7)*144)*2", + "-22.4366-math.sin((query.anim_time-0.5)*144)*2" + ] + }, + "Lblue7": { + "rotation": [ + "0.736-math.sin((query.anim_time-0.5)*144)*2", + "-7.5905+math.sin((query.anim_time-0.8)*144)*2", + "-35.0319-math.sin((query.anim_time-0.6)*144)*2" + ] + }, + "Lblue8": { + "rotation": [ + "-0.8486-math.sin((query.anim_time-0.6)*144)*2", + "-0.275+math.sin((query.anim_time-1)*144)*2", + "-19.9679-math.sin((query.anim_time-0.7)*144)*2" + ] + }, + "right_red": { + "rotation": [0, -10, 0] + }, + "Rred1": { + "rotation": [0, 0, "-5+math.sin((query.anim_time-0.2)*144)*2"] + }, + "Rred2": { + "rotation": ["math.sin((query.anim_time)*144)*2", 0, "-25+math.sin((query.anim_time-0.1)*144)*2"] + }, + "Rred3": { + "rotation": ["0+math.sin((query.anim_time-0.1)*144)*2", 0, "-27.5+math.sin((query.anim_time-0.2)*144)*1"] + }, + "Rred4": { + "rotation": ["0+math.sin((query.anim_time-0.2)*144)*2", "0-math.sin((query.anim_time-0.6)*144)*2", "-27.5+math.sin((query.anim_time-0.3)*144)*2"] + }, + "Rred5": { + "rotation": [ + "4.9924+math.sin((query.anim_time-0.3)*144)*2", + "-2.495-math.sin((query.anim_time-0.6)*144)*2", + "-15.1583-math.sin((query.anim_time-0.4)*144)*2" + ] + }, + "Rred6": { + "rotation": [ + "7.0267+math.sin((query.anim_time-0.4)*144)*2", + "-2.0024-math.sin((query.anim_time-0.6)*144)*2", + "12.2693+math.sin((query.anim_time-0.5)*144)*2" + ] + }, + "Rred7": { + "rotation": [ + "-1.6951+math.sin((query.anim_time-0.5)*144)*2", + "-0.3963-math.sin((query.anim_time-0.6)*144)*2", + "27.6804+math.sin((query.anim_time-0.6)*144)*2" + ] + }, + "Rred8": { + "rotation": [ + "0.0183+math.sin((query.anim_time-0.6)*144)*2", + "-5.2604-math.sin((query.anim_time-0.6)*144)*2", + "22.5045+math.sin((query.anim_time-0.7)*144)*2" + ] + }, + "right_blue": { + "rotation": [-0.8896, 17.4473, -2.4354], + "position": [0, 0, -1] + }, + "Rblue1": { + "rotation": [0, 0, "-10+math.sin((query.anim_time-0.7)*144)*2"], + "position": [0, 1, 0] + }, + "Rblue2": { + "rotation": ["0+math.sin((query.anim_time)*144)*2", 0, "-25+math.sin((query.anim_time-0.1)*144)*2"] + }, + "Rblue3": { + "rotation": ["0+math.sin((query.anim_time-0.1)*144)*2", 0, "-35+math.sin((query.anim_time-0.2)*144)*1"] + }, + "Rblue4": { + "rotation": ["-12.5+math.sin((query.anim_time-0.2)*144)*2", "0-math.sin((query.anim_time-0.6)*144)*2", "-22.5+math.sin((query.anim_time-0.3)*144)*2"] + }, + "Rblue5": { + "rotation": ["-12.5+math.sin((query.anim_time-0.3)*144)*2", "0-math.sin((query.anim_time-0.6)*144)*2", "-5+math.sin((query.anim_time-0.4)*144)*2"] + }, + "Rblue6": { + "rotation": [ + "-7.4366+math.sin((query.anim_time-0.4)*144)*2", + "0.9762-math.sin((query.anim_time-0.7)*144)*2", + "22.4366+math.sin((query.anim_time-0.5)*144)*2" + ] + }, + "Rblue7": { + "rotation": [ + "0.7496+math.sin((query.anim_time-0.5)*144)*2", + "7.2591-math.sin((query.anim_time-0.8)*144)*2", + "35.0275+math.sin((query.anim_time-0.6)*144)*2" + ] + }, + "Rblue8": { + "rotation": [ + "-0.7872+math.sin((query.anim_time-0.6)*144)*2", + "-0.418-math.sin((query.anim_time-1)*144)*2", + "19.9779+math.sin((query.anim_time-0.7)*144)*2" + ] + }, + "head": { + "rotation": ["17.5+math.sin((query.anim_time-0.2)*144)*2.5", 0, 0] + }, + "leftleg": { + "rotation": ["-43.1826-math.sin((query.anim_time)*144)*0.5", 23.4093, "-34.3087+math.sin((query.anim_time)*144)*0.5"], + "position": [-0.5, "1+math.sin((query.anim_time)*144)*1", -3.5] + }, + "left_calf": { + "rotation": ["40.6784-math.sin((query.anim_time)*144)*2", -20.22665, "56.1097+math.sin((query.anim_time)*144)*2"] + }, + "rightleg": { + "rotation": ["-32.764-math.sin((query.anim_time-0.3)*144)*0.5", -19.55116, "29.2224-math.sin((query.anim_time-0.3)*144)*0.5"], + "position": [0.75, "1+math.sin((query.anim_time)*144)*1", -3.25] + }, + "right_calf": { + "rotation": ["37.7195-math.sin((query.anim_time)*144)*3", 15.80897, "-57.3296-math.sin((query.anim_time)*144)*2"] + }, + "left_arm": { + "rotation": [-15.02089, -1.05627, 2.26603], + "position": [0, "0.5-math.sin((query.anim_time)*144)*0.3", 0] + }, + "right_arm": { + "rotation": [-15.02089, 1.05627, -2.26603], + "position": [0, "0.5-math.sin((query.anim_time-0.1)*144)*0.3", 0] + }, + "lefteye": { + "position": [0, 0, 1] + }, + "righteye6": { + "position": [0, 0, 1] + }, + "righteyelid": { + "position": [0, 0, -1] + }, + "lefteyelid": { + "position": [0, 0, -1] + } + } + }, + "animation.deoxysattack.faint": { + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": [10, 0, 0], + "0.5": { + "pre": [9.99067, 0.43399, -2.46207], + "post": [9.99067, 0.43399, -2.46207], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [9.99067, -0.43399, 2.46207], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [9.91615, -1.29876, 7.38733], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [10.23188, -5.78514, 4.04744], + "lerp_mode": "catmullrom" + }, + "1.75": [21.00479, -9.3177, -4.31076], + "1.9583": { + "pre": [15.72021, -18.17385, -5.78108], + "post": [15.72021, -18.17385, -5.78108], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [11.57514, -10.42633, -1.37116], + "lerp_mode": "catmullrom" + }, + "2.5": [26.55797, 1.26358, 7.68161] + }, + "position": { + "0.0": [0, -4.75, -2], + "0.5": { + "pre": [0, -4.75, 0.25], + "post": [0, -4.75, 0.25], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0.5, -4.75, 0.25], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [1.5, -4.75, 0.25], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0.25, -4.75, -1.75], + "lerp_mode": "catmullrom" + }, + "1.75": [-1.75, -5.25, -3.75], + "1.9583": [-2.96, -6.38, -2.63], + "2.5": [2.25, -14.5, -6] + } + }, + "hips": { + "rotation": { + "0.0": [-10, 0, 0], + "0.5": { + "pre": [-9.96271, -0.86717, -4.92442], + "post": [-9.96271, -0.86717, -4.92442], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-10.08453, -7.38542, 1.30962], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-10.74602, -8.94007, 6.73295], + "lerp_mode": "catmullrom" + }, + "2.5": [-10.61798, -1.56968, 5.33786] + } + }, + "left_red": { + "rotation": [-10, 10, 0] + }, + "Lred1": { + "rotation": [0, 0, 2.5], + "position": [0, 0, 0], + "scale": 1 + }, + "Lred2": { + "rotation": { + "0.0": [0, 0, 22.5], + "0.5833": { + "pre": [0, 7.5, -0.78189], + "post": [0, 7.5, -0.78189], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-7.5, 2.5, -10], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "2.7083": [0, 0, 55] + } + }, + "Lred3": { + "rotation": { + "0.0": [0, 0, 27.5], + "1.5833": { + "pre": [0, 0, 17.5], + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.3333": [0, 0, -7.5] + } + }, + "Lred4": { + "rotation": { + "0.0": [0, 0, 27.5], + "0.5": { + "pre": [0, 0, 37.5], + "post": [0, 0, 37.5], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 35], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "2.5417": [0, 0, -12.5] + } + }, + "Lred5": { + "rotation": { + "0.0": [5, 0, 15], + "0.5833": { + "pre": [4.98501, -5.56227, 21.23162], + "post": [4.98501, -5.56227, 21.23162], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [4.88206, -1.08089, 27.45392], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [4.92442, -0.86717, 24.96271], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [4.99527, 0.21782, 12.5095], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [4.69986, 1.70818, -4.9299], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [4.43745, 2.30644, -12.41063], + "lerp_mode": "catmullrom" + }, + "2.75": [4.69986, 1.70818, -4.9299] + } + }, + "Lred6": { + "rotation": { + "0.0": [7.4914, 0.3991, -19.968], + "0.5": { + "pre": [7.26749, -1.86594, -2.61264], + "post": [7.26749, -1.86594, -2.61264], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [5.59441, -5.00617, 24.76112], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [5.80692, -4.75781, 22.26443], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [6.19819, -4.23461, 17.2765], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [6.96409, -2.79632, 4.83569], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [7.44759, -0.90414, -10.05297], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [7.4977, -0.25347, -15.01074], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [7.13634, 2.31948, -34.84947], + "lerp_mode": "catmullrom" + }, + "2.7083": [7.4914, 0.3991, -19.968] + } + }, + "Lred7": { + "rotation": { + "0.0": [-0.2204, 5.0782, -40.0085], + "0.5": { + "pre": [1.53395, 4.84656, -19.93381], + "post": [1.53395, 4.84656, -19.93381], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [4.1684, 2.91135, 17.60725], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [4.29119, 2.72693, 20.10346], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [4.03766, 3.09025, 15.11023], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [3.60026, 3.5905, 7.61415], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [2.15451, 4.60485, -12.41209], + "lerp_mode": "catmullrom" + }, + "2.3333": [1.7443, 4.77504, -17.42599] + } + }, + "Lred8": { + "rotation": { + "0.0": [-0.2204, 5.0823, -32.5083], + "0.5": { + "pre": [1.10584, 4.96572, -17.45057], + "post": [1.10584, 4.96572, -17.45057], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [3.75648, 3.43278, 17.61409], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [3.60329, 3.59326, 15.11454], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [3.36896, 3.54526, 13.64017], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [7.42986, 2.58474, 2.45228], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0.4466, 5.06747, -24.97876], + "lerp_mode": "catmullrom" + }, + "2.3333": [0.00208, 5.08706, -29.99843] + } + }, + "left_blue": { + "rotation": [10.88963, -17.44726, 2.43535], + "position": [0, 0.5, -1] + }, + "Lblue2": { + "rotation": { + "0.0": [0, 0, 25], + "0.5833": { + "pre": [0, 7.5, 10], + "post": [0, 7.5, 10], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, -2.5, -5.32609], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0.57528, 3.259, 7.92998], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0.13558, 17.711, 38.21476], + "lerp_mode": "catmullrom" + }, + "2.625": [0, 30, 70] + } + }, + "Lblue3": { + "rotation": { + "0.0": [0, 0, 35], + "1.375": { + "pre": [0, 0, 20], + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 6.68], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-0.98448, -7.43547, -4.93603], + "lerp_mode": "catmullrom" + }, + "2.2083": [0, -7.5, -12.5] + } + }, + "Lblue4": { + "rotation": { + "0.0": [-12.5, 0, 22.5], + "0.5833": { + "pre": [-12.2127, 2.68507, 34.7127], + "post": [-12.2127, 2.68507, 34.7127], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-12.51423, 0.16495, 23.27395], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-12.48848, 0.54094, 24.94081], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-12.08681, -3.21132, 7.84007], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-10.86815, -6.21271, -6.90842], + "lerp_mode": "catmullrom" + }, + "2.2083": [-10.59061, -6.6782, -9.38034] + } + }, + "Lblue5": { + "rotation": { + "0.0": [-12.5, 0, 5], + "0.5833": { + "pre": [-12.39638, 1.61888, 12.32417], + "post": [-12.39638, 1.61888, 12.32417], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-12.31594, 2.15393, 14.76758], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-11.78977, 4.13067, 24.04323], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-12.48848, 0.54094, 7.44081], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-12.31594, -2.15393, -4.76758], + "lerp_mode": "catmullrom" + }, + "2.25": [-12.08681, -3.21132, -9.65993] + } + }, + "Lblue6": { + "rotation": { + "0.0": [-7.4366, -0.9762, -22.4366], + "0.5833": { + "pre": [-7.1566, 2.24945, 2.35927], + "post": [-7.1566, 2.24945, 2.35927], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-5.75893, 4.81284, 24.75774], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-5.5634, 4.83937, 24.77308], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-6.64666, 2.84131, 8.31455], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-6.78695, 2.02331, 9.31834], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-7.05634, -0.94887, -8.01585], + "lerp_mode": "catmullrom" + }, + "2.375": [-7.49298, -0.32621, -17.47868], + "2.75": [-7.47182, 0.65183, -10.04261] + } + }, + "Lblue7": { + "rotation": { + "0.0": [1.6322, -7.3212, -40.1044], + "0.5833": { + "pre": [-0.98446, -7.43544, -19.936], + "post": [-0.98446, -7.43544, -19.936], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-4.5581, -0.95969, 9.83905], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-5.48244, 7.42859, 18.83059], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-4.71748, 6.25005, 26.68408], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-4.93233, 1.99969, 14.15588], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-3.18036, -0.34091, 1.76468], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-1.67727, -2.75098, -15.79301], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-0.98446, -7.43544, -20.936], + "lerp_mode": "catmullrom" + }, + "2.5833": [-1.95153, -7.24302, -12.37644] + } + }, + "Lblue8": { + "rotation": { + "0.0": [0, 0, -30], + "0.5833": { + "pre": [0, 0, -17.5], + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 0, 11.71], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 2.91], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, -31.24], + "lerp_mode": "catmullrom" + }, + "2.5833": [0, 0, -10] + } + }, + "right_red": { + "rotation": [-12.91802, -9.44991, 2.4743] + }, + "Rred1": { + "rotation": [0, 0, -5], + "scale": 1 + }, + "Rred2": { + "rotation": { + "0.0": [0, 0, -22.5], + "0.875": [0, 0, 0], + "2.0": [0, 0, 12.5], + "2.25": [0, 0, -5], + "2.4167": [0, 0, -27.5], + "2.625": [0, 0, -62.5] + } + }, + "Rred3": { + "rotation": { + "0.0": [0, 0, -27.5], + "0.875": [0, 0, -32.5], + "2.0": [0, 0, -12.5], + "2.25": [0, 0, 0] + } + }, + "Rred4": { + "rotation": { + "0.0": [0, 0, -27.5], + "0.875": [0, 0, -32.5], + "2.0": [0, 0, -12.5], + "2.25": [0, 0, 5] + } + }, + "Rred5": { + "rotation": { + "0.0": [5, 0, -15], + "0.875": [4.83045, 1.29256, -29.94548], + "2.0": [4.99527, -0.21782, -12.5095], + "2.25": [4.62111, -1.91134, 7.42287], + "2.625": [4.33287, -2.49762, 14.9055], + "2.75": [4.69986, -1.70818, 4.9299] + } + }, + "Rred6": { + "rotation": { + "0.0": [7.5, 0, 17.5], + "0.875": [6.50446, 3.74196, -12.28729], + "2.0": [6.53447, 3.55021, -10.93643], + "2.25": [7.38733, 1.29876, 7.58385], + "2.625": [7.47178, 0.65182, 12.54256], + "2.75": [7.5, 0, 17.5] + } + }, + "Rred7": { + "rotation": { + "0.0": [0, 5.0782, 37.5], + "0.875": [-4.40073, 2.53661, -22.59748], + "2.0": [-4.1634, 2.91017, -17.6058], + "2.25": [-2.5441, 4.39641, 7.40233], + "2.625": [-1.74087, 4.77121, 17.42747], + "2.75": [-1.53069, 4.84259, 19.93527] + } + }, + "Rred8": { + "rotation": { + "0.0": [0, -5, 30], + "0.875": [3.54002, -3.53329, -15.10922], + "2.0": [3.21873, -3.82821, -10.1076], + "2.25": [1.29717, -4.82922, 14.9453] + } + }, + "right_blue": { + "rotation": [9.1104, 17.4473, -2.4354], + "position": [0, 0, -1] + }, + "Rblue1": { + "rotation": [0, 0, -10], + "position": [0, 1, 0], + "scale": 1 + }, + "Rblue2": { + "rotation": { + "0.0": [0, 0, -25], + "0.875": { + "pre": [0, 0, 7.5], + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-0.16792, 1.27524, 10.24438], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "2.75": [0, -17.5, -62.5] + } + }, + "Rblue3": { + "rotation": { + "0.0": [0, 0, -35], + "1.75": [0, 0, -12.5], + "2.125": [0, 0, 5], + "2.75": [0, 0, 2.5] + } + }, + "Rblue4": { + "rotation": { + "0.0": [-12.5, 0, -22.5], + "0.875": { + "pre": [-12.45392, -1.08089, -27.38206], + "post": [-12.45392, -1.08089, -27.38206], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-12.31594, 2.15393, -12.73242], + "lerp_mode": "catmullrom" + }, + "2.125": [-11.12501, 5.73576, 4.44093], + "2.75": [-11.36081, 5.24826, 1.97761] + } + }, + "Rblue5": { + "rotation": { + "0.0": [-12.5, 0, -5], + "0.875": { + "pre": [-12.08681, -3.21132, -19.65993], + "post": [-12.08681, -3.21132, -19.65993], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-12.45392, -1.08089, -9.88206], + "lerp_mode": "catmullrom" + }, + "2.125": [-12.08681, 3.21132, 9.65993], + "2.75": [-12.31594, 2.15393, 4.76758] + } + }, + "Rblue6": { + "rotation": { + "0.0": [-7.4366, 0.9762, 22.4366], + "0.875": { + "pre": [-5.96278, -4.55752, -22.26247], + "post": [-5.96278, -4.55752, -22.26247], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-6.50449, -3.74199, -14.78725], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-7.49298, -0.32622, 12.5214], + "lerp_mode": "catmullrom" + }, + "2.625": [-7.47183, 0.65181, 19.95748], + "2.75": [-7.47182, -0.65183, 10.04261] + } + }, + "Rblue7": { + "rotation": { + "0.0": [1.6322, 7.3212, 40.1044], + "0.875": { + "pre": [-5.54398, 5.05903, -20.24514], + "post": [-5.54398, 5.05903, -20.24514], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-4.58214, 5.94381, -10.23804], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-1.3096, 7.38539, 17.41545], + "lerp_mode": "catmullrom" + }, + "2.625": [-0.98446, 7.43544, 19.936] + } + }, + "Rblue8": { + "rotation": { + "0.0": [0, 0, 30], + "0.875": { + "pre": [0, 0, -27.5], + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "2.125": [0, 0, 17.5] + } + }, + "head": { + "rotation": { + "0.0": [-2.5, 0, 0], + "0.25": { + "pre": [-7.47864, -0.32621, -7.49294], + "post": [-7.47864, -0.32621, -7.49294], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-11.49021, -1.18074, -17.46046], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-2.46207, 0.43399, 9.99067], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-19.88443, 0.75155, 17.48436], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-29.73322, 3.23828, 21.8251], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [37.09312, 3.50587, -3.09018], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [10.18102, 19.81357, -22.34695], + "lerp_mode": "catmullrom" + }, + "2.6667": [34.82199, -9.20293, 5.67547] + }, + "position": { + "0.0": [0, 0, 0], + "0.6667": { + "pre": [-0.75, 0, 0], + "post": [-0.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0.74, 0, 1.61], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-1, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-1, 0.5, -0.5], + "lerp_mode": "catmullrom" + }, + "2.6667": [0, 0.5, -1.25] + } + }, + "leftleg": { + "rotation": { + "0.0": [-33.0481, 8.79957, -28.3725], + "0.5": { + "pre": [-36.09025, 8.97488, -35.91276], + "post": [-36.09025, 8.97488, -35.91276], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-13.42783, 16.10086, -30.13014], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-13.42783, 16.10086, -30.13014], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-13.42783, 16.10086, -30.13014], + "lerp_mode": "catmullrom" + }, + "2.5": [-28.75589, 33.09499, -30.54327] + }, + "position": { + "0.0": [-0.25, -5.5, -1], + "0.7083": [-0.25, -5.75, 1], + "1.375": [-0.42, -5.59, 1.08], + "1.75": [-0.92, -5.59, 1.08], + "1.9583": [-1.25, -5.5, 1], + "2.5": [0.75, -15.5, -3] + } + }, + "left_calf": { + "rotation": { + "0.0": [29.3481, -6.3721, 25.6585], + "0.5": { + "pre": [45.39294, -16.26468, 43.10703], + "post": [45.39294, -16.26468, 43.10703], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [30.88086, -2.5643, 33.84631], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [30.88086, -2.5643, 33.84631], + "lerp_mode": "catmullrom" + }, + "1.9583": [33.45285, -1.27967, 31.70036], + "2.125": [46.82085, -6.79147, 39.34731], + "2.5": [68.77385, -19.19303, 56.55294] + } + }, + "rightleg": { + "rotation": { + "0.0": [7.908, -17.0721, 24.3063], + "0.5": { + "pre": [0.55427, -17.95261, 32.11707], + "post": [0.55427, -17.95261, 32.11707], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [7.908, -17.0721, 24.3063], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-30.29755, -13.57621, 44.26678], + "lerp_mode": "catmullrom" + }, + "1.75": [-30.08665, -17.18525, 42.58387], + "1.9583": [-30.08665, -17.18525, 42.58387], + "2.5": [-47.64472, 6.95826, 65.62332] + }, + "position": { + "0.0": [1.5, -4.25, -1.25], + "0.5": { + "pre": [2.5, -5.25, -1.25], + "post": [2.5, -5.25, -1.25], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [1.5, -4.25, -1.25], + "lerp_mode": "catmullrom" + }, + "1.75": [0.75, -6.75, -2.5], + "1.9583": [0.75, -6.75, -2.5], + "2.5": [0.75, -15.75, -3.5] + } + }, + "right_calf": { + "rotation": { + "0.0": [6.159, 8.63326, -24.0425], + "0.5": { + "pre": [12.47531, 9.5781, -31.57145], + "post": [12.47531, 9.5781, -31.57145], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [6.159, 8.63326, -24.0425], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [41.66335, 1.86677, -51.8555], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [33.63453, 18.38655, -40.39156], + "lerp_mode": "catmullrom" + }, + "1.75": [8.27537, 9.00142, -26.54482], + "1.9583": [8.27537, 9.00142, -26.54482], + "2.5": [31.29823, 17.38466, -71.51991] + } + }, + "left_arm": { + "position": [0, 0.5, 0] + }, + "right_arm": { + "position": [0, 0.5, 0] + }, + "lefteye": { + "position": { + "0.0": [0, 0, 0], + "0.4583": [0, 0, 0], + "0.5": [0, 0, 1], + "0.5417": [0, 0, 0], + "0.9167": [0, 0, 0], + "0.9583": [0, 0, 1], + "1.0": [0, 0, 0], + "1.3333": [0, 0, 0], + "1.375": [0, 0, 1] + } + }, + "righteye6": { + "position": { + "0.0": [0, 0, 0], + "0.4583": [0, 0, 0], + "0.5": [0, 0, 1], + "0.5417": [0, 0, 0], + "0.9167": [0, 0, 0], + "0.9583": [0, 0, 1], + "1.0": [0, 0, 0], + "1.3333": [0, 0, 0], + "1.375": [0, 0, 1] + } + }, + "eyelids": { + "position": { + "0.0": [0, 0, 0], + "0.4583": [0, 0, 0], + "0.5": [0, 0, -1], + "0.5417": [0, 0, 0], + "0.9167": [0, 0, 0], + "0.9583": [0, 0, -1], + "1.0": [0, 0, 0], + "1.3333": [0, 0, 0], + "1.375": [0, 0, -1] + } + }, + "Lblue1": { + "scale": 1 + } + } + }, + "animation.deoxysattack.cry": { + "animation_length": 3, + "bones": { + "Lred2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rred2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + }, + "sound_effects": { + "0.625": { + "effect": "pokemon.deoxysattack.cry" + } + } + }, + "animation.deoxysattack.recoil": { + "animation_length": 1.5, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.2917": { + "pre": [-12.5, 0, 0], + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.375": { + "pre": [0, 0, 2], + "post": [0, 0, 2], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "Lred2": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": { + "pre": [1.75378, 9.84655, -9.84892], + "post": [1.75378, 9.84655, -9.84892], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "Rred2": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": { + "pre": [1.75378, -9.84655, 9.84892], + "post": [1.75378, -9.84655, 9.84892], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [12.5, 0, 0], + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-11.79, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "lefteye": { + "position": { + "0.0": [0, 0, 1], + "1.0": [0, 0, 1], + "1.0417": [0, 0, 0], + "1.5": [0, 0, 0] + } + }, + "righteye6": { + "position": { + "0.0": [0, 0, 1], + "1.0": [0, 0, 1], + "1.0417": [0, 0, 0], + "1.5": [0, 0, 0] + } + }, + "eyelids": { + "position": { + "0.0": [0, 0, -1], + "1.0": [0, 0, -1], + "1.0417": [0, 0, 0], + "1.5": [0, 0, 0] + } + } + } + }, + "animation.deoxysattack.physical": { + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [7.5, 42.5, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [20.55024, 57.72524, 23.91199], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, -57.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -100, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, -120, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [22.48839, -71.0069, -23.64436], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -3.75, -2], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-3, -7.75, 2], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-3.36, -7.6, 3.58], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-3.39, -8.79, -8.67], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-3.39, -10.05, -13.27], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-3, -7.75, -19], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-3.3, -8.28, -16.65], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-3.57, -6.26, -11.43], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-2, -4.75, -2], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, -3.75, -2], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -3.75, -2], + "lerp_mode": "catmullrom" + } + } + }, + "hips": { + "rotation": { + "0.0": [0, 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "3.0": [0, 0, 0] + } + }, + "left_red": { + "rotation": { + "0.0": { + "post": [-10, 10, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-10, 10, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-10, 10, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Lred1": { + "rotation": { + "0.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Lred2": { + "rotation": { + "0.0": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [51.66453, 6.10727, 1.87151], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [102.07208, 1.60073, 11.16199], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [102.39287, -13.06252, 7.97655], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [107.52487, -32.93374, -6.16374], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [104.78774, 8.04035, 5.69229], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [106.18058, 24.91572, 10.54694], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [104.78774, 8.04035, 5.69229], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + } + } + }, + "Lred3": { + "rotation": { + "0.0": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 7.5, 10], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 6.94, 11.31], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, 6.94, 11.31], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 6.94, 11.31], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + } + } + }, + "Lred4": { + "rotation": { + "0.0": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 7.5, 12.5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 6.94, 13.63], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0.60781, 6.91346, 18.66672], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 6.94, 13.63], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + } + } + }, + "Lred5": { + "rotation": { + "0.0": { + "post": [5, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [5, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-8.95998, 3.53329, -29.89078], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-8.96, 3.53, -29.89], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-4.2353, 8.65098, 12.56617], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-3.54, 8, 12.75], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-3.54, 8, 12.75], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-3.54, 8, 12.75], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [5, 0, 15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [5, 0, 15], + "lerp_mode": "catmullrom" + } + } + }, + "Lred6": { + "rotation": { + "0.0": { + "post": [7.4914, 0.3991, -19.968], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [6.19102, 3.22172, 18.08525], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-8.19341, 6.73937, -29.48264], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-8.19, 6.74, -29.48], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-0.52733, 10.57916, 18.45427], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0.07, 9.82, 15.57], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [1.79048, 9.65722, 25.71525], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0.07, 9.82, 15.57], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [7.4914, 0.3991, -19.968], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.4914, 0.3991, -19.968], + "lerp_mode": "catmullrom" + } + } + }, + "Lred7": { + "rotation": { + "0.0": { + "post": [-0.2204, 5.0782, -40.0085], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [4.03766, 3.09025, 15.11023], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0.2242, 5.07803, -34.98878], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0.22, 5.08, -34.99], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [3.59851, 3.59478, 7.6132], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [3.31, 3.71, 4.04], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [4.03392, 2.90626, 16.53514], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [3.31, 3.71, 4.04], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-0.2204, 5.0782, -40.0085], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.2204, 5.0782, -40.0085], + "lerp_mode": "catmullrom" + } + } + }, + "Lred8": { + "rotation": { + "0.0": { + "post": [-0.2204, 5.0823, -32.5083], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [3.10358, 4.03261, 7.61077], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0.00208, 5.08706, -29.99843], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 5.09, -30], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [3.44368, 3.75049, 12.61278], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [3.17, 3.85, 9.23], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [3.64522, 3.40357, 16.73177], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [3.17, 3.85, 9.23], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-0.2204, 5.0823, -32.5083], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.2204, 5.0823, -32.5083], + "lerp_mode": "catmullrom" + } + } + }, + "left_blue": { + "rotation": { + "0.0": { + "post": [10.88963, -17.44726, 2.43535], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [10.88963, -17.44726, 2.43535], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10.88963, -17.44726, 2.43535], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.5, -1], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0.5, -1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0.5, -1], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue2": { + "rotation": { + "0.0": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [38.87669, 34.47601, 9.87773], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [60.02512, 37.47504, 34.48238], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [54.18263, 32.02706, 24.26249], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [53.38041, 11.69413, 17.04435], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [53.6945, 12.67777, 18.42504], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [51.31666, 9.54627, 5.88266], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [48.39671, 48.79103, 2.02986], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [53.40597, 58.00048, 6.84723], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [57.3475, 58.84507, 10.80122], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [54.78375, 37.46042, 9.96711], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue3": { + "rotation": { + "0.0": { + "post": [0, 0, 35], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [1.29717, -4.82922, 19.9453], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [3.96719, 1.94665, -17.25947], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [4.01928, 9.4285, -16.73497], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [4.02, 9.43, -16.73], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [8.89403, 0.10221, 20.05713], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [8.29, -6.76, 20.1], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [8.29, -6.76, 20.1], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [8.29, -6.76, 20.1], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 35], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 35], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue4": { + "rotation": { + "0.0": { + "post": [-12.5, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-12.54624, 4.88119, 21.41518], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [14.37906, 2.40476, -18.71839], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [14.69903, 12.08611, -16.19079], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [13.01783, 13.88911, -23.66285], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [18.92772, 7.21511, 16.7773], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [16.43, 0.11, 14.96], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [16.43, 0.11, 14.96], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [16.43, 0.11, 14.96], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-12.5, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.5, 0, 22.5], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue5": { + "rotation": { + "0.0": { + "post": [-12.5, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-12.0728, -1.67811, 20.70607], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-1.74491, 4.55528, 7.07143], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [7.42208, 10.25521, -21.59855], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [7.42, 10.26, -21.6], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [11.79822, 7.14767, 11.2294], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [9.98, 6.61, 10.76], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [10.96384, 4.78792, 20.64199], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [9.98, 6.61, 10.76], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-12.5, 0, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.5, 0, 5], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue6": { + "rotation": { + "0.0": { + "post": [-7.4366, -0.9762, -22.4366], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-7.20852, -7.2575, 28.62875], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-0.97526, -5.43361, -19.39486], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-0.97397, 4.56495, -19.56474], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [1.48639, 14.43579, 10.7889], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0.79, 8.66, 8.18], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [3.01915, 8.15852, 23.33555], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0.79, 8.66, 8.18], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-7.4366, -0.9762, -22.4366], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-7.4366, -0.9762, -22.4366], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue7": { + "rotation": { + "0.0": { + "post": [1.6322, -7.3212, -40.1044], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-4.83707, -5.73852, 12.74261], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-2.93433, 7.14594, -30.35349], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [2.76135, 14.73182, 12.86331], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [2.61, 6.15, 8.55], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [3.88157, 5.4394, 21.09422], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [2.61, 6.15, 8.55], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [1.6322, -7.3212, -40.1044], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1.6322, -7.3212, -40.1044], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue8": { + "rotation": { + "0.0": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 10, -35], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [6.46635, 7.64427, 5.43246], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [5.98, 7.07, 2.78], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [7.36516, 5.61174, 15.27172], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [5.98, 7.07, 2.78], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + } + } + }, + "right_red": { + "rotation": { + "0.0": { + "post": [-12.91802, -9.44991, 2.4743], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-12.92, -9.45, 2.47], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-12.91802, -9.44991, 2.4743], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.91802, -9.44991, 2.4743], + "lerp_mode": "catmullrom" + } + } + }, + "Rred1": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "Rred2": { + "rotation": { + "0.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-32.09476, 57.54086, 45.92975], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-20.78568, 60.9005, 59.07223], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-47.22634, 21.5987, 7.60105], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-50.45423, -8.31053, -11.56787], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-48.56195, -17.83395, -19.89137], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-50.87117, 3.31761, -2.06685], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-50.84842, -3.00193, 5.68207], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + } + } + }, + "Rred3": { + "rotation": { + "0.0": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + } + } + }, + "Rred4": { + "rotation": { + "0.0": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + } + } + }, + "Rred5": { + "rotation": { + "0.0": { + "post": [5, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [4.98107, -0.43523, -10.01893], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [4.55049, 5.36563, 10.51018], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [4.78009, 5.16226, 13.01245], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [4.7435, -0.44266, 20.07052], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [4.03561, 2.53392, -17.32186], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [3.39235, 3.34684, -29.81201], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [3.39, 3.35, -29.81], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [5, 0, -15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [5, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "Rred6": { + "rotation": { + "0.0": { + "post": [7.5, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [5.96275, 4.55749, -19.76251], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [7.38733, 1.29876, 7.58385], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [7.5, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [7.43656, -0.9762, 24.93656], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [6.80423, 3.1622, -7.31197], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [5.54401, 5.05904, -24.75489], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [5.51835, 0.08323, -25.2321], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [7.5, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.5, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "Rred7": { + "rotation": { + "0.0": { + "post": [0, 5.0782, 37.5], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-4.69344, 1.94117, -30.07956], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-3.09651, 4.02685, -0.10889], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.34969, 4.50316, 9.9076], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-1.53069, 4.84259, 19.93527], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-4.1634, 2.91017, -17.6058], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-4.69401, -3.04153, -29.67492], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 5.0782, 37.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 5.0782, 37.5], + "lerp_mode": "catmullrom" + } + } + }, + "Rred8": { + "rotation": { + "0.0": { + "post": [0, -5, 30], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [3.54002, -3.53329, -15.10922], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [1.29717, -4.82922, 14.9453], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [1.72923, -4.60729, 9.47675], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [3.21873, -3.82821, -10.1076], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [3.69066, -3.37562, -17.60879], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [3.69, -3.38, -17.61], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, -5, 30], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -5, 30], + "lerp_mode": "catmullrom" + } + } + }, + "right_blue": { + "rotation": [11.90211, 13.16168, 7.28397], + "position": [0, 0, -1] + }, + "Rblue1": { + "rotation": [0, 0, -10] + }, + "Rblue2": { + "rotation": { + "0.0": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-79.7663, 50.8818, 0.35229], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-71.11448, 48.98847, 11.64051], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-65.18086, 5.42455, -1.65096], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-68.38412, -37.00804, -3.72479], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-64.85086, -46.19481, -9.02721], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-69.71043, -24.43868, -1.25136], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-75.63646, -28.18127, 12.06538], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue3": { + "rotation": { + "0.0": { + "post": [0, 0, -35], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, -7.5, -30], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-4.81502, 1.73496, 9.61166], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-4.64602, 2.14756, 14.59748], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5.11735, -0.01407, -10.31476], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-5.04089, -0.89778, -20.27093], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, -35], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -35], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue4": { + "rotation": { + "0.0": { + "post": [-12.5, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-12.31594, 2.15393, -12.73242], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-12.01598, 5.28433, 1.94093], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-8.68823, -3.08723, 10.84164], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-8.67602, -0.61587, 10.46409], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-7.93836, 1.41523, -10.02774], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-8.0307, 0.72027, -14.9801], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-8.03, 0.72, -14.98], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-12.5, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.5, 0, -22.5], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue5": { + "rotation": { + "0.0": { + "post": [-12.5, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-12.47957, 3.80136, -10.9614], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-11.35715, 2.96826, 9.65434], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-11.06089, 3.9408, 14.56784], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [1.43911, 3.9408, 14.56784], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0.63358, -3.78376, 26.90339], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [2.92707, 4.99942, -12.75689], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [1.5496, 10.58436, -27.67435], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [1.55, 10.58, -27.67], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-12.5, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.5, 0, -5], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue6": { + "rotation": { + "0.0": { + "post": [-7.4366, 0.9762, 22.4366], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-5.88063, 12.59836, -26.5295], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [1.45236, -3.85363, 11.36692], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [1.11052, -3.96552, 16.37733], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [1.45236, -3.85363, 11.36692], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [1.04954, -1.68341, 26.43199], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [1.86247, 4.30062, -10.90157], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [1.0979, 9.55765, -20.8323], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0.25476, 9.61915, -25.90055], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-7.4366, 0.9762, 22.4366], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-7.4366, 0.9762, 22.4366], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue7": { + "rotation": { + "0.0": { + "post": [1.6322, 7.3212, 40.1044], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-5.65734, 12.52333, -20.98527], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-1.567, 13.6352, -3.05138], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.08366, 13.56715, 12.38385], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [2.02944, 3.57356, 12.0214], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [2.02585, 1.07512, 11.93288], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [1.23303, 9.44223, -17.90446], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0.81626, 9.48694, -20.43856], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-0.01791, 9.52502, -25.50956], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [1.6322, 7.3212, 40.1044], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1.6322, 7.3212, 40.1044], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue8": { + "rotation": { + "0.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 12.5, -12.5], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [3.28396, 12.06754, 2.84721], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5.84485, 11.06861, 15.56681], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [5.74718, 3.60684, 14.8037], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [5.74881, -3.85556, 14.05308], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [6.79391, 3.59679, -7.74342], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [6.26898, 4.45112, -15.21312], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [6.27, 4.45, -15.21], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [17.88307, -17.19572, -1.23212], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [22.70413, -25.80253, -10.70462], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [21.03402, 24.5103, 1.08018], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [19.90992, 68.20678, 5.64631], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [12.45974, 29.18237, 7.60745], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftleg": { + "rotation": { + "0.0": [-33.0481, 8.79957, -28.3725], + "0.5833": [-59.74443, 40.6697, -54.10847], + "0.9167": [-53.66125, 26.07719, -55.16254], + "1.0417": [-32.97938, -2.41386, -44.99871], + "1.1667": [-6.32161, -46.2257, -42.35682], + "1.25": [57.92223, -68.59896, -104.79444], + "1.4167": [34.01695, -63.13928, -77.98354], + "1.5833": [34.01695, -63.13928, -77.98354], + "1.75": { + "pre": [79.89703, -67.78659, -121.11372], + "post": [79.89703, -67.78659, -121.11372], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [43.0854, -65.70035, -85.55697], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-8.69, -39.05, -39.97], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-33.0481, 8.79957, -28.3725], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-33.0481, 8.79957, -28.3725], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [-0.25, -5.5, -1], + "0.5833": [-5.75, -9.25, 0], + "0.9167": [-8.5, -10.5, 3.75], + "1.0417": [-6.5, -9.75, -3], + "1.1667": [-3.25, -7.75, -7], + "1.25": [-6.25, -8.75, -7.25], + "1.4167": [-7.25, -7.25, -11.25], + "1.5833": [-7.25, -7.25, -11.25], + "1.9167": { + "pre": [-5.45, -6.05, -4.4], + "post": [-5.45, -6.05, -4.4], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-1.42, -5.84, 2.07], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-0.25, -4.5, -1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.25, -5.5, -1], + "lerp_mode": "catmullrom" + } + } + }, + "left_calf": { + "rotation": { + "0.0": [28.76557, -8.80169, 30.06748], + "0.5833": [52.08797, -12.77075, 18.75472], + "0.9167": [39.56149, -12.52384, 18.97334], + "1.0417": [39.4939, -18.71013, 35.47404], + "1.0833": [38.61413, -21.94531, 38.28214], + "1.1667": [41.16305, -18.90409, 31.52416], + "1.2083": [35.75802, -27.04996, 41.86179], + "1.25": [37.43321, -22.98753, 34.84301], + "1.4167": [30.04694, -16.45397, 26.95474], + "1.5833": [30.04694, -16.45397, 26.95474], + "1.75": { + "pre": [60.71576, -11.89618, 23.34775], + "post": [60.71576, -11.89618, 23.34775], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [63.89607, -25.38314, 35.6012], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [42.83455, -21.32153, 39.40869], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [28.76557, -8.80169, 30.06748], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [28.76557, -8.80169, 30.06748], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "0.5833": [0, 0, 0], + "1.1667": [0, 0, 0], + "1.2083": [-1, 0, 0], + "1.25": [0, 0, 0], + "2.6667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightleg": { + "rotation": { + "0.0": [7.908, -17.0721, 24.3063], + "0.5833": [-4.55986, 14.48115, 59.30468], + "0.9167": [9.12978, 17.81349, 44.00642], + "1.0417": [-16.20843, -14.0864, 49.16236], + "1.125": [-67.55394, -30.71111, 64.84681], + "1.2083": [-80.82918, -40.85416, 69.92683], + "1.25": [-90.82918, -40.85416, 69.92683], + "1.4167": [-107.65618, -64.70264, 92.86494], + "1.5833": [-144.28104, -52.37607, 129.94427], + "1.75": { + "pre": [-96.52413, -52.88746, 99.27086], + "post": [-96.52413, -52.88746, 99.27086], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-50.53868, -45.85205, 60.935], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [7.908, -17.0721, 24.3063], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.908, -17.0721, 24.3063], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [1.5, -4.25, -1.25], + "0.5833": [-2.75, -8.25, 4.35], + "0.9167": [-4.5, -8, 8.75], + "1.0417": [-5, -8, -0.25], + "1.125": [-1.5, -9.5, -9.75], + "1.2083": [3.5, -9.5, -12.25], + "1.25": [2.5, -11.5, -13.25], + "1.4167": [3.5, -7.5, -18.5], + "1.5833": [1.56, -7.44, -17.75], + "1.75": { + "pre": [2.97, -6.63, -12.4], + "post": [2.97, -6.63, -12.4], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [5.15, -4.98, -2.21], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [1.5, -3.25, -1.25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1.5, -4.25, -1.25], + "lerp_mode": "catmullrom" + } + } + }, + "right_calf": { + "rotation": { + "0.0": [6.159, 8.63326, -24.0425], + "0.5833": [25.742, 25.5703, -74.79144], + "0.9167": [26.83979, 10.24758, -47.55392], + "1.0417": [34.31987, 16.4145, -58.68091], + "1.125": [45.90768, 12.00551, -41.30116], + "1.2083": [39.99706, 15.33231, -45.14161], + "1.25": [50.8732, 20.83915, -50.4391], + "1.4167": [42.82239, 13.09526, -43.79776], + "1.5833": [25.65672, 23.80489, -51.27815], + "1.75": { + "pre": [37.78019, 19.82063, -48.5983], + "post": [37.78019, 19.82063, -48.5983], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [40.07179, 19.25226, -45.34438], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [6.159, 8.63326, -24.0425], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [6.159, 8.63326, -24.0425], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "0.5833": [0, 0.5, 0], + "0.9167": [0, 0, 0], + "1.0417": [0, 0, 0], + "1.125": [0, 0, 0], + "1.2083": [0, 0, 0], + "1.25": [0, 0, 0], + "1.4167": [0, 0, 0], + "1.5833": [0, 0, 0], + "2.6667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_arm": { + "position": { + "0.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_arm": { + "position": { + "0.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.deoxysattack.special": { + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-6.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -3.75, -2], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, -1.75, -2.5], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, -3.75, -2.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 4.25, -2], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 4.75, 0.25], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 1.25, -2], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, -3.75, -2], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, -1.5, -2], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, -3.75, -2], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -3.75, -2], + "lerp_mode": "catmullrom" + } + } + }, + "hips": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15.63, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 0, 0], + "1.25": [0, 0.5, 0], + "1.5": [0, 0, 0] + } + }, + "left_red": { + "rotation": [-10, 10, 0] + }, + "Lred1": { + "rotation": [0, 0, 2.5], + "position": [0, -0.25, 0] + }, + "Lred2": { + "rotation": { + "0.0": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-42.5, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-65, 22.5, 5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-62.5, -5, -10], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-62.5, -5, -10], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-62.5, -5, -10], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-20, -5, -22.5], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-20, -5, -22.5], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-11.25, -2.81, 8.59], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + } + } + }, + "Lred3": { + "rotation": { + "0.0": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, 45], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 5, 7.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 5, -7.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 5, -7.5], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 5, -27.5], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 5, -27.5], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + } + } + }, + "Lred4": { + "rotation": { + "0.0": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, 42.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 5, 2.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 5, -12.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 5, -12.5], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 5, -25], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 5, -25], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, 2.89, -11.2], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + } + } + }, + "Lred5": { + "rotation": { + "0.0": { + "post": [5, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [5, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [5, 0, 37.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 5, -5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [5, 5, -15], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [5, 5, -15], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [5, 5, 20], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [5, 5, 20], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [5, 3.33, -11.67], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [5, 0, 15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [5, 0, 15], + "lerp_mode": "catmullrom" + } + } + }, + "Lred6": { + "rotation": { + "0.0": { + "post": [7.4914, 0.3991, -19.968], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [7.49, 0.4, 15.03], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [7.49, 0.4, 30.03], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [7.49, 0.4, -7.47], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [7.49, 0.4, -17.47], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [7.49, 0.4, -17.47], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [7.49, 0.4, 25.03], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [7.49, 0.4, 25.03], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [7.49, 0.4, -22.47], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [7.4914, 0.3991, -19.968], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.4914, 0.3991, -19.968], + "lerp_mode": "catmullrom" + } + } + }, + "Lred7": { + "rotation": { + "0.0": { + "post": [-0.2204, 5.0782, -40.0085], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-0.22, 5.08, -12.51], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-0.22, 5.08, 12.49], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-0.22, 5.08, -7.51], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-0.22, 5.08, -12.51], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-0.22, 5.08, -12.51], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-0.22, 5.08, 32.49], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-0.22, 5.08, 32.49], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-0.22, 5.08, -11.73], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [-0.2204, 5.0782, -40.0085], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.2204, 5.0782, -40.0085], + "lerp_mode": "catmullrom" + } + } + }, + "Lred8": { + "rotation": { + "0.0": { + "post": [-0.2204, 5.0823, -32.5083], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-0.22, 5.08, -12.51], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-0.22, 5.08, 17.49], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-0.22, 5.08, -5.01], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-0.22, 5.08, -12.51], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-0.22, 5.08, -12.51], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-0.22, 5.08, 22.49], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-0.22, 5.08, 22.49], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [-0.2204, 5.0823, -32.5083], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.2204, 5.0823, -32.5083], + "lerp_mode": "catmullrom" + } + } + }, + "left_blue": { + "rotation": [10.88963, -17.44726, 2.43535], + "position": [0, 0.5, -1] + }, + "Lblue2": { + "rotation": { + "0.0": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-55, 15, -2.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-82.5, 50, 5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-82.5, 22.5, -2.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-82.5, 12.5, -2.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-82.5, 12.5, -2.5], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-57.5, -5, -5], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-57.5, -5, -5], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue3": { + "rotation": { + "0.0": { + "post": [0, 0, 35], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [5, 5, 37.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 2.5, 7.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 2.5, -7.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-5, 2.5, -7.5], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-5, 5, -32.5], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-5, 5, -32.5], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 0, 35], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 35], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue4": { + "rotation": { + "0.0": { + "post": [-12.5, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-12.5, 0, 40], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-12.5, -2.5, 42.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 2.5, 2.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-2.5, 2.5, -12.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-2.5, 2.5, -12.5], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [15, 7.5, -32.5], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [15, 7.5, -32.5], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [-12.5, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.5, 0, 22.5], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue5": { + "rotation": { + "0.0": { + "post": [-12.5, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-12.5, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-2.5, -5, 35], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 2.5, -2.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-2.5, 2.5, -17.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-2.5, 2.5, -17.5], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [7.5, 5, 7.5], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [7.5, 5, 7.5], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0.83, 3.33, -10.83], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [-12.5, 0, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.5, 0, 5], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue6": { + "rotation": { + "0.0": { + "post": [-7.4366, -0.9762, -22.4366], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-7.44, -0.98, 25.06], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-7.44, -10.98, 30.06], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-7.44, 4.02, -12.44], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-7.44, 4.02, -32.44], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-7.44, 4.02, -32.44], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-7.44, 4.02, 20.06], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-7.44, 4.02, 20.06], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-7.44, 2.35, -6.61], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [-7.4366, -0.9762, -22.4366], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-7.4366, -0.9762, -22.4366], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue7": { + "rotation": { + "0.0": { + "post": [1.6322, -7.3212, -40.1044], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [1.63, -7.32, -15.1], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [1.63, -7.32, 19.9], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [1.63, 5.18, -12.6], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [1.63, 5.18, -12.6], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [1.63, 5.18, 29.9], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [1.63, 5.18, 29.9], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [1.6322, -7.3212, -40.1044], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1.6322, -7.3212, -40.1044], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue8": { + "rotation": { + "0.0": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 5, -12.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 5, -12.5], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 5, 27.5], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, 5, 27.5], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + } + } + }, + "right_red": { + "rotation": [-12.91802, -9.44991, 2.4743] + }, + "Rred1": { + "rotation": [0, 0, -5], + "position": [0, -0.25, 0], + "scale": 1 + }, + "Rred2": { + "rotation": { + "0.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-55, -7.5, -22.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-80, -15, -7.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-62.5, 5, 10], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-62.5, 5, 10], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-62.5, 5, 10], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-20, 5, 30], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-20, 5, 30], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-8.62, 2.89, -12.25], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + } + } + }, + "Rred3": { + "rotation": { + "0.0": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, -32.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, -47.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -5, -2.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, -5, 12.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, -5, 12.5], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, -5, 27.5], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, -5, 27.5], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, -2.89, 10.32], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + } + } + }, + "Rred4": { + "rotation": { + "0.0": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, -32.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, -45], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -5, -2.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, -5, 12.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, -5, 12.5], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, -5, 25], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, -5, 25], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, -2.89, 11.2], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + } + } + }, + "Rred5": { + "rotation": { + "0.0": { + "post": [5, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [5, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [5, 0, -50], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, -5, 5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [5, -5, 15], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [5, -5, 15], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [5, -5, -20], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [5, -5, -20], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [5, -3.33, 16.67], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [5, 0, -15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [5, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "Rred6": { + "rotation": { + "0.0": { + "post": [7.5, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [7.5, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [7.5, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [7.49, -0.4, 7.47], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [7.49, -0.4, 17.47], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [7.49, -0.4, 17.47], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [7.49, -0.4, -25.03], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [7.49, -0.4, -25.03], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [7.49, -0.27, 9.15], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [7.5, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.5, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "Rred7": { + "rotation": { + "0.0": { + "post": [0, 5.0782, 37.5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 5.08, 17.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, -4.92, -25], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-0.22, -5.08, 7.51], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-0.22, -5.08, 12.51], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-0.22, -5.08, 12.51], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-0.22, -5.08, -32.49], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-0.22, -5.08, -32.49], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-0.13, -0.79, 8.94], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 5.0782, 37.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 5.0782, 37.5], + "lerp_mode": "catmullrom" + } + } + }, + "Rred8": { + "rotation": { + "0.0": { + "post": [0, -5, 30], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, -5, 10], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, -5, -12.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-0.22, -5.08, 5.01], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-0.22, -5.08, 12.51], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-0.22, -5.08, 12.51], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-0.22, -5.08, -22.49], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-0.22, -5.08, -22.49], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, -5, 30], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -5, 30], + "lerp_mode": "catmullrom" + } + } + }, + "right_blue": { + "rotation": [11.90211, 13.16168, 7.28397], + "position": [0, 0, -1] + }, + "Rblue1": { + "rotation": [0, 0, -10] + }, + "Rblue2": { + "rotation": { + "0.0": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-57.5, -10, 2.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-92.5, -40, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-82.5, -22.5, 2.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-82.5, -12.5, 2.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-82.5, -12.5, 2.5], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-57.5, 5, 10], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-57.5, 5, 10], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue3": { + "rotation": { + "0.0": { + "post": [0, 0, -35], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, -40], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, -5, -45], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, -2.5, -7.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, -2.5, 7.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-5, -2.5, 7.5], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-5, -5, 32.5], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-5, -5, 32.5], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 0, -35], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -35], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue4": { + "rotation": { + "0.0": { + "post": [-12.5, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-12.5, 0, -42.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-12.5, -5, -55], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, -2.5, -2.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-2.5, -2.5, 12.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-2.5, -2.5, 12.5], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [15, -7.5, 32.5], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [15, -7.5, 32.5], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [-12.5, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.5, 0, -22.5], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue5": { + "rotation": { + "0.0": { + "post": [-12.5, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-12.5, 0, -25], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-12.5, 7.5, -30], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, -2.5, 2.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-2.5, -2.5, 17.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-2.5, -2.5, 17.5], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [7.5, -5, -7.5], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [7.5, -5, -7.5], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0.83, -3.33, 8.33], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [-12.5, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.5, 0, -5], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue6": { + "rotation": { + "0.0": { + "post": [-7.4366, 0.9762, 22.4366], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-7.44, -1.52, 7.44], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-7.44, 10.98, -30.06], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-7.44, -4.02, 12.44], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-7.44, -4.02, 32.44], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-7.44, -4.02, 32.44], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-7.44, -4.02, -20.06], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-7.44, -4.02, -20.06], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-7.44, -2.35, 4.11], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [-7.4366, 0.9762, 22.4366], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-7.4366, 0.9762, 22.4366], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue7": { + "rotation": { + "0.0": { + "post": [1.6322, 7.3212, 40.1044], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [1.63, 7.32, 17.6], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [1.63, 12.32, -27.4], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [1.63, -5.18, 12.6], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [1.63, -5.18, 12.6], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [1.63, -5.18, -29.9], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [1.63, -5.18, -29.9], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [1.6322, 7.3212, 40.1044], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1.6322, 7.3212, 40.1044], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue8": { + "rotation": { + "0.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -5, 12.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, -5, 12.5], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, -5, -27.5], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, -5, -27.5], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0.83, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0.83, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [15.81, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftleg": { + "rotation": { + "0.0": { + "post": [-33.0481, 8.79957, -28.3725], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-53.05, 8.8, -25.87], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-48.05, 8.8, -25.87], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-7.092, 27.0721, -29.3063], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-7.092, 27.0721, -29.3063], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-27.09, 19.57, -24.31], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [-33.0481, 8.79957, -28.3725], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-33.0481, 8.79957, -28.3725], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.25, -5.5, -1], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-0.25, -2.5, 2], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-0.25, -4, 3], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-1.5, 3.75, -1.25], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-1.5, 4.75, -1.25], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-1.5, 0.75, -1.25], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, -4.25, -1.25], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, -1.75, -1.25], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [-0.25, -5.5, -1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.25, -5.5, -1], + "lerp_mode": "catmullrom" + } + } + }, + "left_calf": { + "rotation": { + "0.0": { + "post": [29.3481, -6.3721, 25.6585], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [54.35, -31.37, 58.16], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [54.35, -31.37, 58.16], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [6.159, -8.63326, 19.0425], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [1.16, -8.63, 11.54], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [6.159, -8.63326, 19.0425], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [38.66, -8.63, 51.54], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [38.66, -8.63, 41.54], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [29.3481, -6.3721, 25.6585], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [29.3481, -6.3721, 25.6585], + "lerp_mode": "catmullrom" + } + } + }, + "rightleg": { + "rotation": { + "0.0": { + "post": [7.908, -17.0721, 24.3063], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-40.55, -18.8, 20.87], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-35.55, -18.8, 20.87], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-7.092, -27.0721, 26.8063], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-7.092, -27.0721, 26.8063], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-14.59, -34.57, 19.31], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [7.908, -17.0721, 24.3063], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.908, -17.0721, 24.3063], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [1.5, -4.25, -1.25], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0.25, -2.5, 2], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0.25, -4, 3], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [1.5, 3.75, -1.25], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [1.5, 4.75, -1.25], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [1.5, 0.75, -1.25], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0.5, -3, -1.25], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [1.25, -0.75, -1.25], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [1.5, -4.25, -1.25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1.5, -4.25, -1.25], + "lerp_mode": "catmullrom" + } + } + }, + "right_calf": { + "rotation": { + "0.0": { + "post": [6.159, 8.63326, -24.0425], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [56.85, 31.37, -55.66], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [56.85, 31.37, -55.66], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [6.159, 8.63326, -19.0425], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [1.16, 8.63, -11.54], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [6.159, 8.63326, -19.0425], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [28.66, 8.63, -56.54], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [28.66, 8.63, -44.04], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [6.159, 8.63326, -24.0425], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [6.159, 8.63326, -24.0425], + "lerp_mode": "catmullrom" + } + } + }, + "left_arm": { + "position": [0, 0.5, 0] + }, + "right_arm": { + "position": [0, 0.5, 0] + }, + "Lblue1": { + "rotation": [0, 0, 0] + } + } + }, + "animation.deoxysattack.status": { + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-6.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -3.75, -2], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, -1.75, -2.5], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, -3.75, -2.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 4.25, -2], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 4.75, 0.25], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 1.25, -2], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, -3.75, -2], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, -1.5, -2], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, -3.75, -2], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -3.75, -2], + "lerp_mode": "catmullrom" + } + } + }, + "hips": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15.63, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 0, 0], + "1.25": [0, 0.5, 0], + "1.5": [0, 0, 0] + } + }, + "left_red": { + "rotation": [-10, 10, 0] + }, + "Lred1": { + "rotation": [0, 0, 2.5], + "position": [0, -0.25, 0] + }, + "Lred2": { + "rotation": { + "0.0": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-42.5, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-65, 22.5, 5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-62.5, -5, -10], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-62.5, -5, -10], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-62.5, -5, -10], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-20, -5, -22.5], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-20, -5, -22.5], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-11.25, -2.81, 8.59], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + } + } + }, + "Lred3": { + "rotation": { + "0.0": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, 45], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 5, 7.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 5, -7.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 5, -7.5], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 5, -27.5], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 5, -27.5], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + } + } + }, + "Lred4": { + "rotation": { + "0.0": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, 42.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 5, 2.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 5, -12.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 5, -12.5], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 5, -25], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 5, -25], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, 2.89, -11.2], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + } + } + }, + "Lred5": { + "rotation": { + "0.0": { + "post": [5, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [5, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [5, 0, 37.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 5, -5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [5, 5, -15], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [5, 5, -15], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [5, 5, 20], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [5, 5, 20], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [5, 3.33, -11.67], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [5, 0, 15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [5, 0, 15], + "lerp_mode": "catmullrom" + } + } + }, + "Lred6": { + "rotation": { + "0.0": { + "post": [7.4914, 0.3991, -19.968], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [7.49, 0.4, 15.03], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [7.49, 0.4, 30.03], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [7.49, 0.4, -7.47], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [7.49, 0.4, -17.47], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [7.49, 0.4, -17.47], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [7.49, 0.4, 25.03], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [7.49, 0.4, 25.03], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [7.49, 0.4, -22.47], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [7.4914, 0.3991, -19.968], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.4914, 0.3991, -19.968], + "lerp_mode": "catmullrom" + } + } + }, + "Lred7": { + "rotation": { + "0.0": { + "post": [-0.2204, 5.0782, -40.0085], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-0.22, 5.08, -12.51], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-0.22, 5.08, 12.49], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-0.22, 5.08, -7.51], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-0.22, 5.08, -12.51], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-0.22, 5.08, -12.51], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-0.22, 5.08, 32.49], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-0.22, 5.08, 32.49], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-0.22, 5.08, -11.73], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [-0.2204, 5.0782, -40.0085], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.2204, 5.0782, -40.0085], + "lerp_mode": "catmullrom" + } + } + }, + "Lred8": { + "rotation": { + "0.0": { + "post": [-0.2204, 5.0823, -32.5083], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-0.22, 5.08, -12.51], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-0.22, 5.08, 17.49], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-0.22, 5.08, -5.01], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-0.22, 5.08, -12.51], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-0.22, 5.08, -12.51], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-0.22, 5.08, 22.49], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-0.22, 5.08, 22.49], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [-0.2204, 5.0823, -32.5083], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.2204, 5.0823, -32.5083], + "lerp_mode": "catmullrom" + } + } + }, + "left_blue": { + "rotation": [10.88963, -17.44726, 2.43535], + "position": [0, 0.5, -1] + }, + "Lblue2": { + "rotation": { + "0.0": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-55, 15, -2.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-82.5, 50, 5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-82.5, 22.5, -2.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-82.5, 12.5, -2.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-82.5, 12.5, -2.5], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-57.5, -5, -5], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-57.5, -5, -5], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue3": { + "rotation": { + "0.0": { + "post": [0, 0, 35], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [5, 5, 37.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 2.5, 7.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 2.5, -7.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-5, 2.5, -7.5], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-5, 5, -32.5], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-5, 5, -32.5], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 0, 35], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 35], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue4": { + "rotation": { + "0.0": { + "post": [-12.5, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-12.5, 0, 40], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-12.5, -2.5, 42.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 2.5, 2.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-2.5, 2.5, -12.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-2.5, 2.5, -12.5], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [15, 7.5, -32.5], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [15, 7.5, -32.5], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [-12.5, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.5, 0, 22.5], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue5": { + "rotation": { + "0.0": { + "post": [-12.5, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-12.5, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-2.5, -5, 35], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 2.5, -2.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-2.5, 2.5, -17.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-2.5, 2.5, -17.5], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [7.5, 5, 7.5], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [7.5, 5, 7.5], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0.83, 3.33, -10.83], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [-12.5, 0, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.5, 0, 5], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue6": { + "rotation": { + "0.0": { + "post": [-7.4366, -0.9762, -22.4366], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-7.44, -0.98, 25.06], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-7.44, -10.98, 30.06], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-7.44, 4.02, -12.44], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-7.44, 4.02, -32.44], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-7.44, 4.02, -32.44], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-7.44, 4.02, 20.06], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-7.44, 4.02, 20.06], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-7.44, 2.35, -6.61], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [-7.4366, -0.9762, -22.4366], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-7.4366, -0.9762, -22.4366], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue7": { + "rotation": { + "0.0": { + "post": [1.6322, -7.3212, -40.1044], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [1.63, -7.32, -15.1], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [1.63, -7.32, 19.9], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [1.63, 5.18, -12.6], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [1.63, 5.18, -12.6], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [1.63, 5.18, 29.9], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [1.63, 5.18, 29.9], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [1.6322, -7.3212, -40.1044], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1.6322, -7.3212, -40.1044], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue8": { + "rotation": { + "0.0": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 5, -12.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 5, -12.5], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 5, 27.5], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, 5, 27.5], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + } + } + }, + "right_red": { + "rotation": [-12.91802, -9.44991, 2.4743] + }, + "Rred1": { + "rotation": [0, 0, -5], + "position": [0, -0.25, 0], + "scale": 1 + }, + "Rred2": { + "rotation": { + "0.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-55, -7.5, -22.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-80, -15, -7.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-62.5, 5, 10], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-62.5, 5, 10], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-62.5, 5, 10], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-20, 5, 30], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-20, 5, 30], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-8.62, 2.89, -12.25], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + } + } + }, + "Rred3": { + "rotation": { + "0.0": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, -32.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, -47.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -5, -2.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, -5, 12.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, -5, 12.5], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, -5, 27.5], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, -5, 27.5], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, -2.89, 10.32], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + } + } + }, + "Rred4": { + "rotation": { + "0.0": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, -32.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, -45], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -5, -2.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, -5, 12.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, -5, 12.5], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, -5, 25], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, -5, 25], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, -2.89, 11.2], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + } + } + }, + "Rred5": { + "rotation": { + "0.0": { + "post": [5, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [5, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [5, 0, -50], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, -5, 5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [5, -5, 15], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [5, -5, 15], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [5, -5, -20], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [5, -5, -20], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [5, -3.33, 16.67], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [5, 0, -15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [5, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "Rred6": { + "rotation": { + "0.0": { + "post": [7.5, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [7.5, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [7.5, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [7.49, -0.4, 7.47], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [7.49, -0.4, 17.47], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [7.49, -0.4, 17.47], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [7.49, -0.4, -25.03], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [7.49, -0.4, -25.03], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [7.49, -0.27, 9.15], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [7.5, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.5, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "Rred7": { + "rotation": { + "0.0": { + "post": [0, 5.0782, 37.5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 5.08, 17.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, -4.92, -25], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-0.22, -5.08, 7.51], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-0.22, -5.08, 12.51], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-0.22, -5.08, 12.51], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-0.22, -5.08, -32.49], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-0.22, -5.08, -32.49], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-0.13, -0.79, 8.94], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 5.0782, 37.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 5.0782, 37.5], + "lerp_mode": "catmullrom" + } + } + }, + "Rred8": { + "rotation": { + "0.0": { + "post": [0, -5, 30], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, -5, 10], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, -5, -12.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-0.22, -5.08, 5.01], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-0.22, -5.08, 12.51], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-0.22, -5.08, 12.51], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-0.22, -5.08, -22.49], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-0.22, -5.08, -22.49], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, -5, 30], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -5, 30], + "lerp_mode": "catmullrom" + } + } + }, + "right_blue": { + "rotation": [11.90211, 13.16168, 7.28397], + "position": [0, 0, -1] + }, + "Rblue1": { + "rotation": [0, 0, -10] + }, + "Rblue2": { + "rotation": { + "0.0": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-57.5, -10, 2.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-92.5, -40, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-82.5, -22.5, 2.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-82.5, -12.5, 2.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-82.5, -12.5, 2.5], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-57.5, 5, 10], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-57.5, 5, 10], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue3": { + "rotation": { + "0.0": { + "post": [0, 0, -35], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, -40], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, -5, -45], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, -2.5, -7.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, -2.5, 7.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-5, -2.5, 7.5], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-5, -5, 32.5], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-5, -5, 32.5], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 0, -35], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -35], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue4": { + "rotation": { + "0.0": { + "post": [-12.5, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-12.5, 0, -42.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-12.5, -5, -55], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, -2.5, -2.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-2.5, -2.5, 12.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-2.5, -2.5, 12.5], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [15, -7.5, 32.5], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [15, -7.5, 32.5], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [-12.5, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.5, 0, -22.5], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue5": { + "rotation": { + "0.0": { + "post": [-12.5, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-12.5, 0, -25], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-12.5, 7.5, -30], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, -2.5, 2.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-2.5, -2.5, 17.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-2.5, -2.5, 17.5], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [7.5, -5, -7.5], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [7.5, -5, -7.5], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0.83, -3.33, 8.33], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [-12.5, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.5, 0, -5], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue6": { + "rotation": { + "0.0": { + "post": [-7.4366, 0.9762, 22.4366], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-7.44, -1.52, 7.44], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-7.44, 10.98, -30.06], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-7.44, -4.02, 12.44], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-7.44, -4.02, 32.44], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-7.44, -4.02, 32.44], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-7.44, -4.02, -20.06], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-7.44, -4.02, -20.06], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-7.44, -2.35, 4.11], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [-7.4366, 0.9762, 22.4366], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-7.4366, 0.9762, 22.4366], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue7": { + "rotation": { + "0.0": { + "post": [1.6322, 7.3212, 40.1044], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [1.63, 7.32, 17.6], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [1.63, 12.32, -27.4], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [1.63, -5.18, 12.6], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [1.63, -5.18, 12.6], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [1.63, -5.18, -29.9], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [1.63, -5.18, -29.9], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [1.6322, 7.3212, 40.1044], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1.6322, 7.3212, 40.1044], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue8": { + "rotation": { + "0.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -5, 12.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, -5, 12.5], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, -5, -27.5], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, -5, -27.5], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0.83, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0.83, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [15.81, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftleg": { + "rotation": { + "0.0": { + "post": [-33.0481, 8.79957, -28.3725], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-53.05, 8.8, -25.87], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-48.05, 8.8, -25.87], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-7.092, 27.0721, -29.3063], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-7.092, 27.0721, -29.3063], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-27.09, 19.57, -24.31], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [-33.0481, 8.79957, -28.3725], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-33.0481, 8.79957, -28.3725], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.25, -5.5, -1], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-0.25, -2.5, 2], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-0.25, -4, 3], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-1.5, 3.75, -1.25], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-1.5, 4.75, -1.25], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-1.5, 0.75, -1.25], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, -4.25, -1.25], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, -1.75, -1.25], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [-0.25, -5.5, -1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.25, -5.5, -1], + "lerp_mode": "catmullrom" + } + } + }, + "left_calf": { + "rotation": { + "0.0": { + "post": [29.3481, -6.3721, 25.6585], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [54.35, -31.37, 58.16], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [54.35, -31.37, 58.16], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [6.159, -8.63326, 19.0425], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [1.16, -8.63, 11.54], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [6.159, -8.63326, 19.0425], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [38.66, -8.63, 51.54], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [38.66, -8.63, 41.54], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [29.3481, -6.3721, 25.6585], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [29.3481, -6.3721, 25.6585], + "lerp_mode": "catmullrom" + } + } + }, + "rightleg": { + "rotation": { + "0.0": { + "post": [7.908, -17.0721, 24.3063], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-40.55, -18.8, 20.87], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-35.55, -18.8, 20.87], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-7.092, -27.0721, 26.8063], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-7.092, -27.0721, 26.8063], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-14.59, -34.57, 19.31], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [7.908, -17.0721, 24.3063], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.908, -17.0721, 24.3063], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [1.5, -4.25, -1.25], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0.25, -2.5, 2], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0.25, -4, 3], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [1.5, 3.75, -1.25], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [1.5, 4.75, -1.25], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [1.5, 0.75, -1.25], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0.5, -3, -1.25], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [1.25, -0.75, -1.25], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [1.5, -4.25, -1.25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1.5, -4.25, -1.25], + "lerp_mode": "catmullrom" + } + } + }, + "right_calf": { + "rotation": { + "0.0": { + "post": [6.159, 8.63326, -24.0425], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [56.85, 31.37, -55.66], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [56.85, 31.37, -55.66], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [6.159, 8.63326, -19.0425], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [1.16, 8.63, -11.54], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [6.159, 8.63326, -19.0425], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [28.66, 8.63, -56.54], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [28.66, 8.63, -44.04], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [6.159, 8.63326, -24.0425], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [6.159, 8.63326, -24.0425], + "lerp_mode": "catmullrom" + } + } + }, + "left_arm": { + "position": [0, 0.5, 0] + }, + "right_arm": { + "position": [0, 0.5, 0] + }, + "Lblue1": { + "rotation": [0, 0, 0] + } + } + }, + "animation.deoxysattack.battle_base": { + "loop": true, + "animation_length": 2.5, + "bones": { + "body": { + "rotation": [10, 0, 0], + "position": [0, -3.75, -2] + }, + "hips": { + "rotation": [-10, 0, 0] + }, + "left_red": { + "rotation": [-10, 10, 0] + }, + "Lred1": { + "rotation": [0, 0, 2.5], + "position": [0, -0.25, 0] + }, + "Lred2": { + "rotation": [0, 0, 22.5] + }, + "Lred3": { + "rotation": [0, 0, 27.5] + }, + "Lred4": { + "rotation": [0, 0, 27.5] + }, + "Lred5": { + "rotation": [5, 0, 15] + }, + "Lred6": { + "rotation": [7.4914, 0.3991, -19.968] + }, + "Lred7": { + "rotation": [-0.2204, 5.0782, -40.0085] + }, + "Lred8": { + "rotation": [-0.2204, 5.0823, -32.5083] + }, + "left_blue": { + "rotation": [10.88963, -17.44726, 2.43535], + "position": [0, 0.5, -1] + }, + "Lblue2": { + "rotation": [0, 0, 25] + }, + "Lblue3": { + "rotation": [0, 0, 35] + }, + "Lblue4": { + "rotation": [-12.5, 0, 22.5] + }, + "Lblue5": { + "rotation": [-12.5, 0, 5] + }, + "Lblue6": { + "rotation": [-7.4366, -0.9762, -22.4366] + }, + "Lblue7": { + "rotation": [1.6322, -7.3212, -40.1044] + }, + "Lblue8": { + "rotation": [0, 0, -30] + }, + "right_red": { + "rotation": [-12.91802, -9.44991, 2.4743] + }, + "Rred1": { + "rotation": [0, 0, -5], + "position": [0, -0.25, 0], + "scale": 1 + }, + "Rred2": { + "rotation": [0, 0, -22.5] + }, + "Rred3": { + "rotation": [0, 0, -27.5] + }, + "Rred4": { + "rotation": [0, 0, -27.5] + }, + "Rred5": { + "rotation": [5, 0, -15] + }, + "Rred6": { + "rotation": [7.5, 0, 17.5] + }, + "Rred7": { + "rotation": [0, 5.0782, 37.5] + }, + "Rred8": { + "rotation": [0, -5, 30] + }, + "right_blue": { + "rotation": [11.90211, 13.16168, 7.28397], + "position": [0, 0, -1] + }, + "Rblue1": { + "rotation": [0, 0, -10] + }, + "Rblue2": { + "rotation": [0, 0, -25] + }, + "Rblue3": { + "rotation": [0, 0, -35] + }, + "Rblue4": { + "rotation": [-12.5, 0, -22.5] + }, + "Rblue5": { + "rotation": [-12.5, 0, -5] + }, + "Rblue6": { + "rotation": [-7.4366, 0.9762, 22.4366] + }, + "Rblue7": { + "rotation": [1.6322, 7.3212, 40.1044] + }, + "Rblue8": { + "rotation": [0, 0, 30] + }, + "head": { + "rotation": [-2.5, 0, 0] + }, + "leftleg": { + "rotation": [-33.0481, 8.79957, -28.3725], + "position": [-0.25, -5.5, -1] + }, + "left_calf": { + "rotation": [29.3481, -6.3721, 25.6585] + }, + "rightleg": { + "rotation": [7.908, -17.0721, 24.3063], + "position": [1.5, -4.25, -1.25] + }, + "right_calf": { + "rotation": [6.159, 8.63326, -24.0425] + }, + "left_arm": { + "position": [0, 0.5, 0] + }, + "right_arm": { + "position": [0, 0.5, 0] + }, + "Lblue1": { + "rotation": [0, 0, 0] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/deoxysdefense/deoxysdefense.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/deoxysdefense/deoxysdefense.animation.json new file mode 100644 index 0000000..4f48438 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/deoxysdefense/deoxysdefense.animation.json @@ -0,0 +1,6258 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.deoxysdefense.pose": { + "loop": true, + "bones": { + "body": { + "rotation": [10, 0, 0] + }, + "hips": { + "rotation": [-2.5, 0, 0] + }, + "head": { + "rotation": [10, 0, 0] + }, + "leftarm_red": { + "rotation": [8.61776, 8.55599, -38.67593] + }, + "Lred1": { + "rotation": [0, 7.5, 0] + }, + "Lred2": { + "rotation": [2.5, 10, 0] + }, + "Lred3": { + "rotation": [2.5, 7.5, 0] + }, + "Lred4": { + "rotation": [5, 10, 0] + }, + "Lred5": { + "rotation": [5, 10, 0] + }, + "leftarm_blue": { + "rotation": [18.73462, 16.96825, -33.38001] + }, + "Lblue2": { + "rotation": [0.44067, 9.99038, 2.53852] + }, + "Lblue3": { + "rotation": [0.32902, 7.49282, 2.52154] + }, + "Lblue4": { + "rotation": [0.32902, 7.49282, 2.52154] + }, + "Lblue5": { + "rotation": [0.6574, 7.4713, 5.04292] + }, + "rightarm_red": { + "rotation": [25.78218, -24.73342, 49.21021] + }, + "Rred2": { + "rotation": [0.32902, -7.49282, -2.52154] + }, + "Rred3": { + "rotation": [0.32902, -7.49282, -2.52154] + }, + "Rred4": { + "rotation": [0.32902, -7.49282, -2.52154] + }, + "Rred5": { + "rotation": [0.6574, -7.4713, -5.04292] + }, + "rightarm_blue": { + "rotation": [35, -20, 40] + }, + "Rblue2": { + "rotation": [0, -15, 0], + "position": [0.5, 0, 0] + }, + "Rblue3": { + "rotation": [0, -7.5, 0] + }, + "Rblue4": { + "rotation": [0, -12.5, 0] + }, + "Rblue5": { + "rotation": [0, -12.5, 0] + }, + "leftleg": { + "rotation": [-38.34839, -10.18734, -8.66305] + }, + "left_calf": { + "rotation": [69.13252, -12.95254, 7.63074], + "position": [0, 1.25, 0.5] + }, + "rightleg": { + "rotation": [-35.44582, 11.73507, -4.3361] + }, + "right_thigh": { + "rotation": [-0.88045, -9.96156, 5.07673] + }, + "right_calf": { + "rotation": [55.01637, 9.6164, -3.70261], + "position": [0, 0.75, 0.5] + } + } + }, + "animation.deoxysdefense.ground_idle": { + "loop": true, + "animation_length": 2.5, + "bones": { + "body": { + "rotation": [2.5, "0-math.sin((query.anim_time)*144)*5", 0], + "position": [0, 0, -0.5] + }, + "hips": { + "rotation": [0, "0-math.sin((query.anim_time)*144)*3", 0], + "position": ["0-math.sin((query.anim_time)*144)*1", "-4-math.sin((query.anim_time)*288)*0.4", -2] + }, + "head": { + "rotation": [2.5, 0, 0] + }, + "leftarm_red": { + "rotation": [0, 0, -5] + }, + "Lred1": { + "rotation": ["0-math.sin((query.anim_time)*144)*5", "0-math.sin((query.anim_time-0.6)*144)*3", -2.5] + }, + "Lred2": { + "rotation": [0, "0-math.sin((query.anim_time-0.3)*144)*3", 5] + }, + "Lred3": { + "rotation": [0, "0-math.sin((query.anim_time-0.4)*144)*3", 2.5] + }, + "Lred4": { + "rotation": [0, "0-math.sin((query.anim_time-0.5)*144)*3", 5] + }, + "Lred5": { + "rotation": [0, "0-math.sin((query.anim_time-0.6)*144)*3", 5] + }, + "leftarm_blue": { + "rotation": [0, -5, 0], + "position": [0, 1.5, 0] + }, + "Lblue1": { + "rotation": ["0-math.sin((query.anim_time)*144)*5", "-math.sin((query.anim_time-0.7)*144)*3", -7.5] + }, + "Lblue2": { + "rotation": [0, "0-math.sin((query.anim_time-0.4)*144)*3", 7.5] + }, + "Lblue3": { + "rotation": [0, "0-math.sin((query.anim_time-0.5)*144)*3", 2.5] + }, + "Lblue4": { + "rotation": [0, "0-math.sin((query.anim_time-0.6)*144)*3", 5] + }, + "Lblue5": { + "rotation": [0, "0-math.sin((query.anim_time-0.7)*144)*3", 2.5] + }, + "rightarm_red": { + "rotation": [0, 0, 7.5] + }, + "Rred2": { + "rotation": [0, "0-math.sin((query.anim_time-0.3)*144)*3", -5] + }, + "Rred3": { + "rotation": [0, "0-math.sin((query.anim_time-0.4)*144)*3", -2.5] + }, + "Rred4": { + "rotation": [0, "0-math.sin((query.anim_time-0.5)*144)*3", -5] + }, + "Rred5": { + "rotation": [0, "0-math.sin((query.anim_time-0.6)*144)*3", -5] + }, + "rightarm_blue": { + "rotation": [0, 5, 7.5], + "position": [0, 2, 0] + }, + "Rblue2": { + "rotation": [0, "0-math.sin((query.anim_time-0.4)*144)*3", -7.5] + }, + "Rblue3": { + "rotation": [0, "0-math.sin((query.anim_time-0.5)*144)*3", -2.5] + }, + "Rblue4": { + "rotation": [0, "0-math.sin((query.anim_time-0.6)*144)*3", -5] + }, + "Rblue5": { + "rotation": [0, "0-math.sin((query.anim_time-0.7)*144)*3", -2.5] + }, + "leftleg": { + "rotation": ["-21.616-math.sin((query.anim_time)*288)*3", -13.54835, "-8.4039-math.sin((query.anim_time)*144)*1.6"], + "position": ["0-math.sin((query.anim_time)*144)*1", "-2-math.sin((query.anim_time)*288)*0.4", -3] + }, + "left_calf": { + "rotation": ["34.8974+math.sin((query.anim_time)*288)*5", -2.86544, 4.09918] + }, + "rightleg": { + "rotation": ["-15.3592-math.sin((query.anim_time)*288)*3", 29.92351, "11.6936-math.sin((query.anim_time)*144)*1.6"], + "position": ["1-math.sin((query.anim_time)*144)*1", "-2-math.sin((query.anim_time)*288)*0.4", -3] + }, + "right_calf": { + "rotation": ["34.8974+math.sin((query.anim_time)*288)*5", 2.86544, -4.09918] + }, + "Rred1": { + "rotation": ["0-math.sin((query.anim_time)*144)*5", "-math.sin((query.anim_time-0.6)*144)*3", 0] + }, + "Rblue1": { + "rotation": ["0-math.sin((query.anim_time)*144)*5", "0-math.sin((query.anim_time-0.7)*144)*3", 0] + } + } + }, + "animation.deoxysdefense.ground_walk": { + "loop": true, + "animation_length": 2.5, + "bones": { + "body": { + "rotation": [2.5, 0, 0], + "position": [0, 0, -0.5] + }, + "hips": { + "rotation": ["12.5+math.sin((query.anim_time-0.5)*144)*1", 0, 0], + "position": [0, "-3-math.sin((query.anim_time)*144)*1", -2] + }, + "head": { + "rotation": [-7.5, 0, 0] + }, + "leftarm_red": { + "rotation": [0, 0, -5] + }, + "Lred1": { + "rotation": [0, "0-math.sin((query.anim_time)*144)*1", "-2.5-math.sin((query.anim_time)*144)*1"] + }, + "Lred2": { + "rotation": [0, "-2.5-math.sin((query.anim_time-0.1)*144)*1", "5-math.sin((query.anim_time-0.1)*144)*1"] + }, + "Lred3": { + "rotation": [0, "-2.5-math.sin((query.anim_time-0.2)*144)*1", "2.5-math.sin((query.anim_time-0.2)*144)*1"] + }, + "Lred4": { + "rotation": [0, "-2.5-math.sin((query.anim_time-0.3)*144)*1", "5-math.sin((query.anim_time-0.3)*144)*1"] + }, + "Lred5": { + "rotation": [0, "-2.5-math.sin((query.anim_time-0.4)*144)*1", "5-math.sin((query.anim_time-0.4)*144)*1"] + }, + "leftarm_blue": { + "rotation": [0, -5, 0], + "position": [0, 1.5, 0] + }, + "Lblue1": { + "rotation": [0, "0-math.sin((query.anim_time)*144)*1", "-7.5-math.sin((query.anim_time)*144)*1"] + }, + "Lblue2": { + "rotation": [0, "-2.5-math.sin((query.anim_time-0.1)*144)*1", "7.5-math.sin((query.anim_time-0.1)*144)*1"] + }, + "Lblue3": { + "rotation": [0, "-2.5-math.sin((query.anim_time-0.2)*144)*1", "2.5-math.sin((query.anim_time-0.2)*144)*1"] + }, + "Lblue4": { + "rotation": [0, "-2.5-math.sin((query.anim_time-0.3)*144)*1", "5-math.sin((query.anim_time-0.3)*144)*1"] + }, + "Lblue5": { + "rotation": [0, "-2.5-math.sin((query.anim_time-0.4)*144)*1", "2.5-math.sin((query.anim_time-0.4)*144)*1"] + }, + "rightarm_red": { + "rotation": [0, 0, 7.5] + }, + "Rred2": { + "rotation": [0, "2.5+math.sin((query.anim_time-0.1)*144)*1", "-5+math.sin((query.anim_time-0.1)*144)*1"] + }, + "Rred3": { + "rotation": [0, "2.5+math.sin((query.anim_time-0.2)*144)*1", "-2.5+math.sin((query.anim_time-0.2)*144)*1"] + }, + "Rred4": { + "rotation": [0, "2.5+math.sin((query.anim_time-0.3)*144)*1", "-5+math.sin((query.anim_time-0.3)*144)*1"] + }, + "Rred5": { + "rotation": [0, "2.5+math.sin((query.anim_time-0.4)*144)*1", "-5+math.sin((query.anim_time-0.4)*144)*1"] + }, + "rightarm_blue": { + "rotation": [0, 5, 7.5], + "position": [0, 2, 0] + }, + "Rblue2": { + "rotation": [0, "2.5+math.sin((query.anim_time-0.1)*144)*1", "-7.5+math.sin((query.anim_time-0.1)*144)*1"] + }, + "Rblue3": { + "rotation": [0, "2.5+math.sin((query.anim_time-0.2)*144)*1", "-2.5+math.sin((query.anim_time-0.2)*144)*1"] + }, + "Rblue4": { + "rotation": [0, "2.5+math.sin((query.anim_time-0.3)*144)*1", "-5+math.sin((query.anim_time-0.3)*144)*1"] + }, + "Rblue5": { + "rotation": [0, "2.5+math.sin((query.anim_time-0.4)*144)*1", "-2.5+math.sin((query.anim_time-0.4)*144)*1"] + }, + "leftleg": { + "rotation": ["14.4796-math.sin((query.anim_time)*144)*2", -3.29921, -8.4309], + "position": [0, "-1-math.sin((query.anim_time)*144)*1", -3] + }, + "left_calf": { + "rotation": ["34.8974-math.sin((query.anim_time)*144)*3", -2.86544, 4.09918] + }, + "rightleg": { + "rotation": ["25.3313-math.sin((query.anim_time-0.3)*144)*2", 12.50103, 18.76467], + "position": [1, "-1-math.sin((query.anim_time)*144)*1", -3] + }, + "right_calf": { + "rotation": ["34.8974-math.sin((query.anim_time)*144)*3", 2.86544, -4.09918] + }, + "Rred1": { + "rotation": [0, "0+math.sin((query.anim_time)*144)*1", "0+math.sin((query.anim_time)*144)*1"] + }, + "Rblue1": { + "rotation": [0, "0+math.sin((query.anim_time)*144)*1", "0+math.sin((query.anim_time)*144)*1"] + }, + "Left_arm": { + "rotation": [5.00474, -2.49048, -0.21803] + }, + "Right_arm": { + "rotation": [5.00474, 2.49048, 0.21803] + } + } + }, + "animation.deoxysdefense.battle_stance": { + "loop": true, + "animation_length": 2.5, + "bones": { + "body": { + "rotation": [2.5, "0-math.sin((query.anim_time)*144)*5", 0], + "position": [0, 0, -0.5] + }, + "hips": { + "rotation": [0, "0-math.sin((query.anim_time)*144)*3", 0], + "position": ["0-math.sin((query.anim_time)*144)*1", "-4-math.sin((query.anim_time)*288)*0.4", -2] + }, + "head": { + "rotation": [2.5, "0+math.sin((query.anim_time)*144)*4", 0] + }, + "leftarm_red": { + "rotation": [0, 0, -5] + }, + "Lred1": { + "rotation": ["0-math.sin((query.anim_time)*144)*5", "0-math.sin((query.anim_time-0.6)*144)*4.5", -2.5] + }, + "Lred2": { + "rotation": [0, "0-math.sin((query.anim_time-0.3)*144)*3", 5] + }, + "Lred3": { + "rotation": [0, "0-math.sin((query.anim_time-0.4)*144)*3", 2.5] + }, + "Lred4": { + "rotation": [0, "0-math.sin((query.anim_time-0.5)*144)*3", 5] + }, + "Lred5": { + "rotation": [0, "0-math.sin((query.anim_time-0.6)*144)*3", 5] + }, + "leftarm_blue": { + "rotation": [0, -5, 0], + "position": [0, 1.5, 0] + }, + "Lblue1": { + "rotation": ["0-math.sin((query.anim_time)*144)*5", "-math.sin((query.anim_time-0.7)*144)*4", -7.5] + }, + "Lblue2": { + "rotation": [0, "0-math.sin((query.anim_time-0.4)*144)*3", 7.5] + }, + "Lblue3": { + "rotation": [0, "0-math.sin((query.anim_time-0.5)*144)*3", 2.5] + }, + "Lblue4": { + "rotation": [0, "0-math.sin((query.anim_time-0.6)*144)*3", 5] + }, + "Lblue5": { + "rotation": [0, "0-math.sin((query.anim_time-0.7)*144)*3", 2.5] + }, + "rightarm_red": { + "rotation": [0, 0, 7.5] + }, + "Rred2": { + "rotation": [0, "0-math.sin((query.anim_time-0.3)*144)*3", -5] + }, + "Rred3": { + "rotation": [0, "0-math.sin((query.anim_time-0.4)*144)*3", -2.5] + }, + "Rred4": { + "rotation": [0, "0-math.sin((query.anim_time-0.5)*144)*3", -5] + }, + "Rred5": { + "rotation": [0, "0-math.sin((query.anim_time-0.6)*144)*3", -5] + }, + "rightarm_blue": { + "rotation": [0, 5, 7.5], + "position": [0, 2, 0] + }, + "Rblue2": { + "rotation": [0, "0-math.sin((query.anim_time-0.4)*144)*3", -7.5] + }, + "Rblue3": { + "rotation": [0, "0-math.sin((query.anim_time-0.5)*144)*3", -2.5] + }, + "Rblue4": { + "rotation": [0, "0-math.sin((query.anim_time-0.6)*144)*3", -5] + }, + "Rblue5": { + "rotation": [0, "0-math.sin((query.anim_time-0.7)*144)*3", -2.5] + }, + "leftleg": { + "rotation": ["-21.616-math.sin((query.anim_time)*288)*3", -13.54835, "-8.4039-math.sin((query.anim_time)*144)*1.6"], + "position": ["0-math.sin((query.anim_time)*144)*1", "-2-math.sin((query.anim_time)*288)*0.4", -3] + }, + "left_calf": { + "rotation": ["34.8974+math.sin((query.anim_time)*288)*5", -2.86544, 4.09918] + }, + "rightleg": { + "rotation": ["-15.3592-math.sin((query.anim_time)*288)*3", 29.92351, "11.6936-math.sin((query.anim_time)*144)*1.6"], + "position": ["1-math.sin((query.anim_time)*144)*1", "-2-math.sin((query.anim_time)*288)*0.4", -3] + }, + "right_calf": { + "rotation": ["34.8974+math.sin((query.anim_time)*288)*5", 2.86544, -4.09918] + }, + "Rred1": { + "rotation": ["0-math.sin((query.anim_time)*144)*5", "-math.sin((query.anim_time-0.6)*144)*4.5", 0] + }, + "Rblue1": { + "rotation": ["0-math.sin((query.anim_time)*144)*5", "0-math.sin((query.anim_time-0.7)*144)*4", 0] + } + } + }, + "animation.deoxysdefense.sleep": { + "loop": true, + "animation_length": 2.5, + "bones": { + "body": { + "rotation": [12.5, 0, 0], + "position": [0, 0, -2.75] + }, + "hips": { + "rotation": ["10+math.sin((query.anim_time-0.5)*144)*1", 0, 0], + "position": [0, "-3-math.sin((query.anim_time)*144)*0.5", -2] + }, + "head": { + "rotation": [5, 0, 0] + }, + "leftarm_red": { + "rotation": [0, 0, -5] + }, + "Lred1": { + "rotation": [0, "0-math.sin((query.anim_time)*144)*1", "-2.5-math.sin((query.anim_time)*144)*1"] + }, + "Lred2": { + "rotation": [0, "2.5-math.sin((query.anim_time-0.1)*144)*1", "5-math.sin((query.anim_time-0.1)*144)*1"] + }, + "Lred3": { + "rotation": [0, "2.5-math.sin((query.anim_time-0.2)*144)*1", "2.5-math.sin((query.anim_time-0.2)*144)*1"] + }, + "Lred4": { + "rotation": [0, "2.5-math.sin((query.anim_time-0.3)*144)*1", "5-math.sin((query.anim_time-0.3)*144)*1"] + }, + "Lred5": { + "rotation": [0, "2.5-math.sin((query.anim_time-0.4)*144)*1", "5-math.sin((query.anim_time-0.4)*144)*1"] + }, + "leftarm_blue": { + "rotation": [0, -5, 0], + "position": [0, 1.5, 0] + }, + "Lblue1": { + "rotation": [0, "0-math.sin((query.anim_time)*144)*1", "-7.5-math.sin((query.anim_time)*144)*1"] + }, + "Lblue2": { + "rotation": [0, "2.5-math.sin((query.anim_time-0.1)*144)*1", "7.5-math.sin((query.anim_time-0.1)*144)*1"] + }, + "Lblue3": { + "rotation": [0, "2.5-math.sin((query.anim_time-0.2)*144)*1", "2.5-math.sin((query.anim_time-0.2)*144)*1"] + }, + "Lblue4": { + "rotation": [0, "2.5-math.sin((query.anim_time-0.3)*144)*1", "5-math.sin((query.anim_time-0.3)*144)*1"] + }, + "Lblue5": { + "rotation": [0, "2.5-math.sin((query.anim_time-0.4)*144)*1", "2.5-math.sin((query.anim_time-0.4)*144)*1"] + }, + "rightarm_red": { + "rotation": [0, 0, 7.5] + }, + "Rred2": { + "rotation": [0, "-2.5+math.sin((query.anim_time-0.1)*144)*1", "-5+math.sin((query.anim_time-0.1)*144)*1"] + }, + "Rred3": { + "rotation": [0, "-2.5+math.sin((query.anim_time-0.2)*144)*1", "-2.5+math.sin((query.anim_time-0.2)*144)*1"] + }, + "Rred4": { + "rotation": [0, "-2.5+math.sin((query.anim_time-0.3)*144)*1", "-5+math.sin((query.anim_time-0.3)*144)*1"] + }, + "Rred5": { + "rotation": [0, "-2.5+math.sin((query.anim_time-0.4)*144)*1", "-5+math.sin((query.anim_time-0.4)*144)*1"] + }, + "rightarm_blue": { + "rotation": [0, 5, 7.5], + "position": [0, 2, 0] + }, + "Rblue2": { + "rotation": [0, "-2.5+math.sin((query.anim_time-0.1)*144)*1", "-7.5+math.sin((query.anim_time-0.1)*144)*1"] + }, + "Rblue3": { + "rotation": [0, "-2.5+math.sin((query.anim_time-0.2)*144)*1", "-2.5+math.sin((query.anim_time-0.2)*144)*1"] + }, + "Rblue4": { + "rotation": [0, "-2.5+math.sin((query.anim_time-0.3)*144)*1", "-5+math.sin((query.anim_time-0.3)*144)*1"] + }, + "Rblue5": { + "rotation": [0, "-2.5+math.sin((query.anim_time-0.4)*144)*1", "-2.5+math.sin((query.anim_time-0.4)*144)*1"] + }, + "leftleg": { + "rotation": ["-50.5204-math.sin((query.anim_time)*144)*2", -3.29921, -8.4309], + "position": [0, "-2-math.sin((query.anim_time)*144)*0.5", -4] + }, + "left_calf": { + "rotation": ["82.2818-math.sin((query.anim_time)*144)*3", -10.2987, 5.10487], + "position": [0, 1.5, 0] + }, + "rightleg": { + "rotation": ["-40.1862-math.sin((query.anim_time-0.3)*144)*2", 11.80938, 16.30713], + "position": [1, "-2-math.sin((query.anim_time)*144)*0.5", -4] + }, + "right_calf": { + "rotation": ["77.0965-math.sin((query.anim_time)*144)*3", 12.61998, -6.3243], + "position": [0, 1.5, 0] + }, + "Rred1": { + "rotation": [0, "0+math.sin((query.anim_time)*144)*1", "0+math.sin((query.anim_time)*144)*1"] + }, + "Rblue1": { + "rotation": [0, "0+math.sin((query.anim_time)*144)*1", "0+math.sin((query.anim_time)*144)*1"] + }, + "Left_arm": { + "rotation": [-9.65661, 3.04783, 6.83435] + }, + "Right_arm": { + "rotation": [-9.38163, -5.44701, -6.20758] + }, + "lefteye": { + "position": [0, 0, 1] + }, + "righteye6": { + "position": [0, 0, 1] + }, + "eyelids": { + "position": [0, 0, -1] + } + } + }, + "animation.deoxysdefense.faint": { + "loop": true, + "animation_length": 3.16667, + "bones": { + "body": { + "rotation": { + "0.0": [2.5, 0, 0], + "0.5833": { + "pre": [22.5, 0, 0], + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-0.31941, 1.2492, 3.97501], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-2.62499, -1.49659, 4.77294], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [22.33037, -2.03108, 6.47757], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [17.35932, -2.24944, 7.15656], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-5.01564, -0.75155, 2.38443], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-15.01564, -0.75155, 2.38443], + "lerp_mode": "catmullrom" + }, + "2.9167": [14.98436, -0.75155, 2.38443] + }, + "position": { + "0.0": [0, 0, -0.5], + "0.5833": { + "pre": [0, 0, -4.5], + "post": [0, 0, -4.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [1, 0.01, 1.13], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [1.36, 0.01, -5], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [1.5, 0.5, -3.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0.5, 0, 1.25], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0.5, -0.75, 3.5], + "lerp_mode": "catmullrom" + }, + "2.9167": [0.5, -0.25, -3.5] + } + }, + "hips": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [7.5, 0, 0], + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [9.23727, 11.2865, 9.23727], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [8.2162, 12.04561, 4.19088], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [8.06855, -5.28068, 1.71742], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [9.27294, -2.62208, -15.62257], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [8.83922, -1.3351, -7.8198], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-1.16078, -1.3351, -7.8198], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-1.04, -1.43118, -12.82034], + "lerp_mode": "catmullrom" + }, + "2.9167": [-1.27272, -1.22886, -2.81968] + }, + "position": { + "0.0": [0, -4, -2], + "0.25": { + "pre": [0, -4, -5], + "post": [0, -4, -5], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0.75, -3.75, -4.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0.5, -4, 1.25], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-0.5, -4, 2.25], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0.25, -4, 2.25], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0.1, -5.36, 1.24], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-0.32, -8.64, -0.49], + "lerp_mode": "catmullrom" + }, + "2.9167": [0.5, -19.75, -6.25] + } + }, + "head": { + "rotation": { + "0.0": [2.5, 0, 0], + "0.4583": [10, 0, 0], + "1.1667": [-2.5, 0, 0], + "1.5": [7.5, 0, 0], + "2.4583": [-7.5, 0, 0], + "2.9583": [5, 0, 0], + "3.0": [12.5, 0, 0] + } + }, + "leftarm_red": { + "rotation": [0, 0, -5] + }, + "Lred1": { + "rotation": { + "0.0": [0, 0, -2.5], + "0.625": { + "pre": [0, 5, -2.5], + "post": [0, 5, -2.5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 12.5, -2.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-0.31017, 2.35467, -10.00637], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-0.09118, -1.03555, -15.46036], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0.53994, -2.74105, -27.91823], + "lerp_mode": "catmullrom" + }, + "2.8333": [-0.67091, -8.85065, -0.31544] + } + }, + "Lred2": { + "rotation": { + "0.0": [0, 0, 5], + "0.625": { + "pre": [0, 5, 5], + "post": [0, 5, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 17.5, 5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0.78795, 17.48281, 7.62116], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [1.5741, 17.43127, 10.24133], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-3.44229, 17.17105, -6.51031], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-3.90399, 17.07228, -8.08619], + "lerp_mode": "catmullrom" + }, + "2.6667": [-3.90399, 17.07228, -8.08619] + } + }, + "Lred3": { + "rotation": { + "0.0": [0, 0, 2.5], + "0.625": { + "pre": [0, -2.5, 2.5], + "post": [0, -2.5, 2.5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 5, 2.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 10, 2.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0.50846, 11.48891, 5.05115], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [1.44145, 12.91804, 9.08791], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-3.31914, 14.63639, -10.42638], + "lerp_mode": "catmullrom" + }, + "2.6667": [-6.46066, 13.56626, -23.26926], + "3.0": [-2.00307, 14.8687, -5.2614] + } + }, + "Lred4": { + "rotation": { + "0.0": [0, 0, 5], + "0.625": { + "pre": [0, -7.5, 5], + "post": [0, -7.5, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -10, 5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 15, 5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0.33769, 14.97839, 12.58022], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-3.20293, 14.6109, -17.97013], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-1.2506, 2.16489, -25.02363], + "lerp_mode": "catmullrom" + }, + "2.9583": [-0.85553, 2.34914, -15.01754] + } + }, + "Lred5": { + "rotation": { + "0.0": [0, 0, 5], + "0.625": { + "pre": [0, -10, 5], + "post": [0, -10, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -12.88462, 5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 12.5, 5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [1.10693, 12.45167, 10.12076], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-3.81397, 11.91276, -12.89807], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-5.84485, 11.06861, -23.06681], + "lerp_mode": "catmullrom" + }, + "2.9583": [-5.84485, 11.06861, -23.06681] + } + }, + "leftarm_blue": { + "rotation": [0, -5, 0], + "position": [0, 1.5, 0] + }, + "Lblue1": { + "rotation": { + "0.0": [0, 0, -7.5], + "0.625": { + "pre": [0, 25, -7.5], + "post": [0, 25, -7.5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [4.75346, 32.18826, 1.37221], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [9.36302, 31.26463, 10.12528], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [13.89398, 40.06673, 18.61173], + "lerp_mode": "catmullrom" + }, + "1.5417": [17.84529, 38.69787, 24.83516] + } + }, + "Lblue2": { + "rotation": { + "0.0": [0, 0, 7.5], + "0.625": { + "pre": [0, 5, 7.5], + "post": [0, 5, 7.5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [3.31914, 14.63639, 20.42638], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [5.17066, 19.25347, 26.02098], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [10.10282, 17.24698, 41.6794], + "lerp_mode": "catmullrom" + }, + "1.5417": [11.58423, 16.30568, 46.80851] + } + }, + "Lblue3": { + "rotation": { + "0.0": [0, 0, 2.5], + "0.625": { + "pre": [0, 5, 2.5], + "post": [0, 5, 2.5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0.69346, 19.95609, 10.20847], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [5.1662, 19.31415, 23.46614], + "lerp_mode": "catmullrom" + }, + "1.375": [11.60257, 16.36391, 44.2603] + } + }, + "Lblue4": { + "rotation": { + "0.0": [0, 0, 5], + "0.625": { + "pre": [0, -5, 5], + "post": [0, -5, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0.87481, 7.57471, -4.84739], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-0.46886, 12.6107, -14.97723], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [1.76366, 12.4974, -4.7323], + "lerp_mode": "catmullrom" + }, + "1.5417": [5.48634, 11.38171, 13.12172] + } + }, + "Lblue5": { + "rotation": { + "0.0": [0, 0, 2.5], + "0.625": { + "pre": [0, -12.5, 2.5], + "post": [0, -12.5, 2.5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [2.69416, -4.70751, -9.93397], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [2.72406, -9.70193, -10.1721], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [2.68707, -2.21027, -9.8164], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [2.86935, -1.96776, -14.81385], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [1.76914, -2.99583, 10.18917], + "lerp_mode": "catmullrom" + }, + "1.7083": [1.22169, -3.25747, 20.2007] + } + }, + "rightarm_red": { + "rotation": [0, 0, 7.5] + }, + "Rred2": { + "rotation": { + "0.0": [0, 0, -5], + "0.4583": { + "pre": [0, 2.5, -5], + "post": [0, 2.5, -5], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 7.5, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0.07933, 1.81645, -2.49874], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -12.5, -5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-2.20462, -12.3071, 5.23772], + "lerp_mode": "catmullrom" + }, + "2.7917": [-2.15394, 0.18393, 4.76066], + "3.0": [-2.02323, 2.8669, 9.6667] + } + }, + "Rred3": { + "rotation": { + "0.0": [0, 0, -2.5], + "0.4583": { + "pre": [-0.65426, 4.95712, -10.02832], + "post": [-0.65426, 4.95712, -10.02832], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 10, -2.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [1.63219, -7.32123, -15.10443], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-1.63219, -7.32123, 10.10443], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [-2.22383, -4.39114, 17.54757], + "lerp_mode": "catmullrom" + }, + "2.875": [-1.62551, 5.17376, 9.74976] + } + }, + "Rred4": { + "rotation": { + "0.0": [0, 0, -5], + "0.4583": { + "pre": [-0.43688, 4.98093, -10.019], + "post": [-0.43688, 4.98093, -10.019], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 10, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [1.0014, 3.7318, 10.03262], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [1.08482, -4.88119, -17.54624], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-1.08482, -4.88119, 7.54624], + "lerp_mode": "catmullrom" + }, + "2.7083": [-1.71394, -4.69776, 15.07031] + } + }, + "Rred5": { + "rotation": { + "0.0": [0, 0, -5], + "0.4583": { + "pre": [-0.32902, 7.49282, -7.52154], + "post": [-0.32902, 7.49282, -7.52154], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-1.24053, 1.21132, -6.18024], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-1.62543, -4.06773, 14.02824], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [3.28396, -12.06754, -20.34721], + "lerp_mode": "catmullrom" + }, + "2.2917": [-5.35254, -11.31255, 20.53051] + } + }, + "rightarm_blue": { + "rotation": [0, 5, 7.5], + "position": [0, 2, 0] + }, + "Rblue2": { + "rotation": { + "0.0": [0, 0, -7.5], + "0.625": { + "pre": [0, 7.5, -7.5], + "post": [0, 7.5, -7.5], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 2.5, -7.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -7.5, -7.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-0.6574, -7.4713, -2.45708], + "lerp_mode": "catmullrom" + }, + "2.7917": [-0.98448, -7.43547, 0.06397] + } + }, + "Rblue3": { + "rotation": { + "0.0": [0, 0, -2.5], + "0.625": { + "pre": [0, 10, -2.5], + "post": [0, 10, -2.5], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 12.5, -2.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -15, -2.5], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [2.00307, -14.8687, -10.2614], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-0.0337, -7.62574, 5.13022], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [-1.365, -7.50337, 15.21748], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [-1.69273, -7.43666, 17.73799], + "lerp_mode": "catmullrom" + }, + "3.0833": [-2.01714, -7.35572, 20.25764] + } + }, + "Rblue4": { + "rotation": { + "0.0": [0, 0, -5], + "0.625": { + "pre": [0, 10, -5], + "post": [0, 10, -5], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [1.63219, 7.32123, 7.60443], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -10, -5], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [1.75378, -9.84655, -15.15108], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [1.75378, -9.84655, -15.15108], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-1.75378, -9.84655, 5.15108], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [-2.55898, 0.44587, 12.26469], + "lerp_mode": "catmullrom" + }, + "3.0833": [-2.53712, 0.55703, 14.76232] + } + }, + "Rblue5": { + "rotation": { + "0.0": [0, 0, -2.5], + "0.625": { + "pre": [0, 15, -2.5], + "post": [0, 15, -2.5], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0.9675, 16.68224, 10.2439], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -15, -2.5], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [3.96713, -14.47751, -18.00409], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [6.46066, -13.56626, -28.26926], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-6.46066, -13.56626, 23.26926], + "lerp_mode": "catmullrom" + }, + "2.7917": [-2.06196, -13.48941, 25.8394] + } + }, + "leftleg": { + "rotation": { + "0.0": [-21.616, -13.54835, -8.4039], + "0.25": [-31.616, -13.54835, -8.4039], + "0.5833": [-36.616, -13.54835, -8.4039], + "1.5": [-49.116, -13.54835, -8.4039], + "1.6667": [-58.116, -13.54835, -8.4039], + "1.9167": [-46.616, -13.54835, -8.4039], + "2.2083": [-46.616, -13.54835, -8.4039], + "2.875": [-25.60456, 2.37138, -9.51616] + }, + "position": { + "0.0": [0, -2, -3], + "0.25": { + "pre": [0.5, -3.5, -5.75], + "post": [0.5, -3.5, -5.75], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0.5, -5.5, -5.5], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0.35, -5.25, -0.92], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0.25, -5.5, 2.25], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0.25, -5.25, 2.5], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0.25, -5.25, 2.5], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0.73, -10.46, -2.62], + "lerp_mode": "catmullrom" + }, + "2.875": [1.6, -18.85, -7.03] + } + }, + "left_calf": { + "rotation": { + "0.0": [34.8974, -2.86544, 4.09918], + "0.25": { + "pre": [52.29447, -4.84484, 5.6298], + "post": [52.29447, -4.84484, 5.6298], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [64.79447, -4.84484, 5.6298], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [49.63028, -6.75199, 7.2546], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [64.63028, -6.75199, 7.2546], + "lerp_mode": "catmullrom" + }, + "1.9167": [54.86819, -2.66795, 4.35965], + "2.2083": [54.86819, -2.66795, 4.35965], + "2.5833": { + "pre": [73.75708, -2.66795, 4.35965], + "post": [73.75708, -2.66795, 4.35965], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [79.86819, -2.66795, 4.35965], + "lerp_mode": "catmullrom" + }, + "2.875": [94.86819, -2.66795, 4.35965] + }, + "position": { + "0.0": [0, 0, 0], + "0.5833": [0, 0.5, 0], + "1.9167": [0, 0.2, 0], + "2.2083": [0, 0.2, 0], + "2.875": [0, 1.5, 0] + } + }, + "rightleg": { + "rotation": { + "0.0": [-15.3592, 29.92351, 11.6936], + "0.25": [-15.3592, 29.92351, 11.6936], + "1.125": [20.01516, 7.24542, 15.90522], + "1.5417": [20.01516, 7.24542, 15.90522], + "1.7083": [22.51516, 7.24542, 15.90522], + "1.9167": [20.01516, 7.24542, 15.90522], + "2.2083": [20.01516, 7.24542, 15.90522] + }, + "position": { + "0.0": [1, -2, -3], + "0.25": { + "pre": [1, -2, -5.5], + "post": [1, -2, -5.5], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [1, -2, 0.5], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [1, -2, 0.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0.75, -3, -1.5], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [1, -2.25, 0.5], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [1, -2.25, 0.5], + "lerp_mode": "catmullrom" + }, + "2.875": [1, -18, -7.5] + } + }, + "right_calf": { + "rotation": { + "0.0": [34.8974, 2.86544, -4.09918], + "0.25": [47.3974, 2.86544, -4.09918], + "0.5833": [75.1355, 2.86544, -4.09918], + "1.125": [34.8974, 2.86544, -4.09918], + "1.5417": [34.8974, 2.86544, -4.09918], + "1.7083": [37.3974, 2.86544, -4.09918], + "1.9167": [34.8974, 2.86544, -4.09918], + "2.2083": [34.8974, 2.86544, -4.09918], + "2.875": [89.8974, 2.86544, -4.09918] + }, + "position": { + "0.0": [0, 0, 0], + "1.9167": [0, 0.59, 0], + "2.2083": [0, 0.59, 0], + "2.875": [0, 2, 0] + } + }, + "Rred1": { + "rotation": { + "0.0": [0, 0, 0], + "0.4583": { + "pre": [-1.60508, -9.02623, 10.1267], + "post": [-1.60508, -9.02623, 10.1267], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": [0, -25, 0] + } + }, + "Rblue1": { + "rotation": { + "0.0": [0, 0, 0], + "1.2083": [0, -15, 0], + "1.5": [0.69958, -12.17241, -2.2668] + } + }, + "lefteye": { + "position": { + "0.0": [0, 0, 0], + "0.9583": [0, 0, 0], + "1.0": [0, 0, 1] + } + }, + "righteye6": { + "position": { + "0.0": [0, 0, 0], + "0.9583": [0, 0, 0], + "1.0": [0, 0, 1] + } + }, + "eyelids": { + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 0, -1] + } + }, + "left_thigh": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [4.99527, 0.21782, -2.4905], + "post": [4.99527, 0.21782, -2.4905], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [2.49527, 0.21782, -2.4905], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [9.99527, 0.21782, -2.4905], + "lerp_mode": "catmullrom" + }, + "1.9167": [17.49527, 0.21782, -2.4905], + "2.2083": [17.49527, 0.21782, -2.4905] + }, + "position": [0, 0, 0] + }, + "right_thigh": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-7.5, 0, 0], + "0.5833": [-22.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5833": [-0.25, 0, -2.25] + } + } + } + }, + "animation.deoxysdefense.cry": { + "animation_length": 3, + "bones": { + "Lred1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Lred2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Lred3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Lred4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Lred5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rred1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rred2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rred3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rred4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rred5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + }, + "sound_effects": { + "0.75": { + "effect": "pokemon.deoxysdefense.cry" + } + } + }, + "animation.deoxysdefense.recoil": { + "animation_length": 1.5, + "bones": { + "hips": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [-7.5, 0, 0], + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.2917": { + "pre": [0, 0, 1], + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "lefteye": { + "position": { + "0.0": [0, 0, 1], + "0.9167": [0, 0, 1], + "0.9583": [0, 0, 0], + "1.5": [0, 0, 0] + } + }, + "righteye6": { + "position": { + "0.0": [0, 0, 1], + "0.9167": [0, 0, 1], + "0.9583": [0, 0, 0], + "1.5": [0, 0, 0] + } + }, + "eyelids": { + "position": { + "0.0": [0, 0, -1], + "0.9167": [0, 0, -1], + "0.9583": [0, 0, 0], + "1.5": [0, 0, 0] + } + }, + "Left_arm": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [7.5, 0, 0], + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "Right_arm": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [7.5, 0, 0], + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + } + } + }, + "animation.deoxysdefense.physical": { + "loop": true, + "animation_length": 3, + "bones": { + "body": { + "rotation": [2.5, 0, 0], + "position": [0, 0, -0.5] + }, + "hips": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-3.48297, 58.29579, -18.81962], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-2.13072, 30.82569, -16.94761], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [62.91864, -66.1711, -38.33623], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [89.58926, -64.18883, -69.97891], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, -4, -2], + "0.625": [0, -4.42, 0.37], + "0.875": [0, -2, 1], + "1.3333": [0, -8, -7], + "1.6667": [0, -8, -7], + "2.3333": [0, -4, -2], + "2.8333": [0, -4, -2], + "3.0": [0, -4, -2] + } + }, + "head": { + "rotation": [2.5, 0, 0] + }, + "leftarm_red": { + "rotation": [0, 0, -5] + }, + "Lred1": { + "rotation": { + "0.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -52.5], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, -60], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-1.64296, -9.82021, -17.32333], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-4.14805, -9.05797, -2.13577], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-5.69318, -43.93979, 1.16733], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [7.01728, 31.79503, 11.66624], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-8.24661, 36.68273, -15.67192], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-8.25, 36.68, -15.67], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "Lred2": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 12.5, 5], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-3.28396, 12.06754, -10.34721], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-3.45863, -5.2589, -6.84919], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-3.44961, 0.18361, 0.33596], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-3.42915, -0.41784, -9.646], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + } + }, + "Lred3": { + "rotation": { + "0.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 15, 2.5], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-2.66399, 14.76689, -7.84527], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-2.83682, 24.75544, -8.3545], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-2.64063, -12.70477, -6.58466], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-3.90402, -7.14128, 3.25169], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-2.93489, -7.58927, -4.29731], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "Lred4": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 10, 5], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-3.03513, 9.53274, -12.75313], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-3.22881, 22.01424, -13.4614], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-3.10524, -15.4325, -11.42296], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-5.24767, -9.53229, 0.9617], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-3.04361, -10.43969, -11.69802], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + } + }, + "Lred5": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 12.5, 5], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-3.28396, 12.06754, -10.34721], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-3.46504, 22.0503, -10.96214], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-3.426, -20.37971, -8.46561], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-4.88052, -7.01179, 3.36143], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-1.44465, -8.41389, -21.83149], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_blue": { + "rotation": [0, -5, 0], + "position": [0, 1.5, 0] + }, + "Lblue1": { + "rotation": { + "0.0": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0.10912, -2.49762, -52.50238], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0.43439, -2.462, -60.00933], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-1.61844, -6.91288, -9.83202], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-3.08164, -6.39824, 2.74251], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-3.4973, -28.86226, 4.08854], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-0.38599, 41.21381, 6.30784], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [2.75402, 36.03818, -14.12178], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [2.75, 36.04, -14.12], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue2": { + "rotation": { + "0.0": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-2.00307, 14.8687, -0.2614], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-4.60659, 14.2906, -10.57779], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-2.82174, -17.50636, 3.48747], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-2.70132, -5.02076, 2.87462], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-2.7, -5.02, 2.87], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue3": { + "rotation": { + "0.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 20, 2.5], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-3.61644, 19.6835, -8.12758], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-8.61644, 19.6835, -8.12758], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-9.11715, 27.09419, -9.38624], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-8.39578, -14.95471, -3.02465], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-8.31024, -1.86843, 0.11493], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-7.86409, -3.27875, -9.79539], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue4": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0.79, 17.48, 7.62], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-3.90122, 17.07011, -8.08716], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0.33756, 16.88342, -10.69378], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0.35464, 24.38328, -10.64541], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0.34511, -20.61596, -10.91334], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-1.14462, -5.50825, 4.2474], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [1.05711, -5.52566, -18.35868], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue5": { + "rotation": { + "0.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0.55, 12.49, 5.06], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-3.8185, 11.91334, -15.39875], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [2.79097, 12.30826, -7.7384], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [3.14221, 29.78525, -6.77173], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [2.95485, -22.65046, -9.4726], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [1.0519, -5.75495, 8.99001], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [3.1788, -4.91347, -13.59354], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "rightarm_red": { + "rotation": [0, 0, 7.5] + }, + "Rred2": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 2.5, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0.76945, 12.38335, 12.64938], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [2.40365, 12.17538, 20.32229], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-5.14258, 4.68183, 20.00759], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-6.30885, 2.92227, 2.55688], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-6.30466, -2.04751, 3.10598], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-6.34836, -7.0171, 3.6585], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-6.32046, -4.53236, 3.38129], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-6.32, -4.53, 3.38], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + } + }, + "Rred3": { + "rotation": { + "0.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, -4.34211, -2.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 7.5, -2.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0.44486, 9.84723, 17.78862], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [1.7387, 9.70411, 25.39791], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-1.71102, 7.04248, 17.76482], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-3.20031, 6.50473, 5.18821], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-3.19707, -5.97595, 5.88432], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-3.23891, -10.96808, 6.168], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-3.26964, -13.46405, 6.3132], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-3.21, -8.47, 6.03], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rred4": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, -11.84211, -5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 7.5, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-7.29714, 16.6954, -12.80211], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [2.30729, 18.03665, 18.63629], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-5.28434, 8.0444, 18.23176], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-1.61693, 6.57181, 8.23045], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-1.62382, -8.42226, 8.65345], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-1.65141, -13.42022, 8.79893], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-1.67038, -15.91917, 8.87383], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-2.37639, -5.6617, 16.11622], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + } + }, + "Rred5": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, -15.78947, -5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 10, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-9.50556, 23.73339, -15.89261], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [6.7598, 24.60782, 22.58513], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [1.31757, 7.17484, 21.1967], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-0.59433, 7.27007, 6.07633], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-0.59907, -10.229, 6.25793], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-0.6283, -20.22843, 6.3688], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-0.61894, -17.72858, 6.34002], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-2.58572, -7.31038, 21.35658], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + } + }, + "rightarm_blue": { + "rotation": [0, 5, 7.5], + "position": [0, 2, 0] + }, + "Rblue2": { + "rotation": { + "0.0": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 7.5, -7.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [2.26708, 7.15102, 10.14168], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-5.23292, 7.15102, 10.14168], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5.23, 7.15, 10.14], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-5.20648, 4.66036, 10.36857], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-5.23766, -7.78817, 11.50446], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-5.24, -7.79, 11.5], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue3": { + "rotation": { + "0.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, -4.34211, -2.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 7.5, -2.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [2.88419, 6.92618, 20.17458], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [2.92628, 11.91976, 20.43138], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-4.8244, 4.55033, 17.54369], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5.83519, 3.14901, 2.57494], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-5.90399, -9.28598, 3.85257], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-6.01222, -14.259, 4.38256], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-6.0853, -16.74509, 4.65593], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-5.58824, -4.06696, 5.79379], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue4": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, -8.28947, -5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 10, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-0.44067, 9.99038, -7.53852], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [5.43978, 13.99659, 15.64908], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-0.80661, 13.98057, 10.4962], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-0.78419, -3.51777, 10.7392], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-0.85361, -23.51577, 11.0317], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [1.82529, -28.47438, 5.42683], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-0.32155, -11.09708, 16.17423], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue5": { + "rotation": { + "0.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, -13.28947, -2.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 10, -2.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-2.18558, 9.76061, -15.18664], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [8.25487, 18.14843, 16.12936], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0.62449, 8.16384, 15.55867], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-0.09429, 8.18699, 10.50736], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-0.09359, -4.313, 10.52782], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-0.09632, -14.31298, 10.54459], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [2.44212, -14.10772, 0.23027], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [3.04716, 2.78374, 13.46981], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "leftleg": { + "rotation": { + "0.0": { + "post": [-21.616, -13.54835, -8.4039], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-16.28818, 7.24796, -15.5077], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-42.41347, 21.61146, -19.98588], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-65.8725, 0.38469, -18.1042], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-43.76395, -6.86963, -11.20557], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-80.07099, -63.13622, 21.1639], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-46.08, -43.27, -12.53], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-21.616, -13.54835, -8.4039], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-21.616, -13.54835, -8.4039], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-21.616, -13.54835, -8.4039], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -2, -3], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-3, -1, -3], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-3.5, 0, -3], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-1.75, -3, -6.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, -4.75, -5.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-2, -7.75, -5.5], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-0.75, -3.25, -2.75], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, -2, -3], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, -2, -3], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -2, -3], + "lerp_mode": "catmullrom" + } + } + }, + "left_calf": { + "rotation": { + "0.0": { + "post": [34.8974, -2.86544, 4.09918], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [22.3974, -2.86544, 4.09918], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [38.6474, -2.86544, 4.09918], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [44.8974, -2.86544, 4.09918], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [44.9, -2.87, 4.1], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [61.81338, 5.59042, -1.48665], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [64.9, -2.87, 4.1], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [72.39926, -5.32623, 4.77401], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [34.8974, -2.86544, 4.09918], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [34.8974, -2.86544, 4.09918], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [34.8974, -2.86544, 4.09918], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 0.75], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightleg": { + "rotation": { + "0.0": { + "post": [-15.3592, 29.92351, 11.6936], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-41.35244, 65.36454, 1.95798], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-28.85244, 65.36454, 1.95798], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-39.58484, 10.25706, 5.99175], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [2.66799, -17.12932, 13.86848], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [2.10945, -46.79324, 8.99321], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-15.30306, -16.46279, 9.79566], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-15.3592, 29.92351, 11.6936], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-15.3592, 29.92351, 11.6936], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-15.3592, 29.92351, 11.6936], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [1, -2, -3], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [1, -5, 3], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [1, -2.25, 3], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-2, -5.5, -0.75], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [4, -6.5, -13.25], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [4, -6.5, -12.25], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [2.23, -6.1, -9.28], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [1, -2, -3], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [1, -2, -3], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1, -2, -3], + "lerp_mode": "catmullrom" + } + } + }, + "right_calf": { + "rotation": { + "0.0": { + "post": [34.8974, 2.86544, -4.09918], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [46.96858, 0.40106, -1.59931], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [54.79447, 4.84484, -5.6298], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [37.29447, 4.84484, -5.6298], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [62.23269, 2.92474, -3.10896], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [54.68846, 2.13093, -4.13447], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [37.1143, 3.64264, -6.12725], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [37.27534, 16.73514, -11.5257], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [59.46584, 5.76303, -2.38705], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [50.27218, -0.32186, 1.07371], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [34.8974, 2.86544, -4.09918], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [34.8974, 2.86544, -4.09918], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [34.8974, 2.86544, -4.09918], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0.68, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0.71, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-0.25, 1.75, -0.25], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 1.25, -0.25], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rred1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, -10, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-8.21888, -5.71617, 55.41103], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-9.91615, 1.29876, 97.38733], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-22.4001, -1.56375, 90.45434], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-7.8798, -39.37361, 66.33304], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [4.61577, -39.80584, 46.83789], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [3.99075, -27.34062, 47.96142], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [12.7107, -15.82853, 19.90062], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-5.31847, -5.29571, 45.24614], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-12.56251, 7.76176, 91.49433], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-12.28241, -4.97932, 91.75065], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-11.48264, -38.57583, 56.73582], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0.827, -39.9847, 37.40466], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [2.73129, -34.90901, 34.45557], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [15.42099, -18.28936, 9.21667], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-2, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_thigh": { + "position": [0, 0, 0] + }, + "right_thigh": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + } + } + }, + "animation.deoxysdefense.special": { + "loop": true, + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": [2.5, 0, 0], + "0.5": [17.5, 0, 0], + "0.6667": [27.5, 0, 0], + "1.0": [-2.5, 0, 0], + "1.25": [-2.5, 0, 0], + "2.625": [2.5, 0, 0], + "3.0": [2.5, 0, 0] + }, + "position": { + "0.0": [0, 0, -0.5], + "0.5": [0, -0.25, -4], + "0.6667": [0, -0.25, -6], + "1.0": [0, 0, 0.75], + "1.25": [0, 0, 0.75], + "2.625": [0, 0, -0.5], + "3.0": [0, 0, -0.5] + } + }, + "hips": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -4, -2], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -4, 1.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, -4, 1.25], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0.75, -4.25], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 3, -3.25], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, -2.5, -3.25], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, -4, -2], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -4, -2], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_red": { + "rotation": [0, 0, -5] + }, + "Lred1": { + "rotation": { + "0.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [5, 36.25, -3.75], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [10, 47.5, 15], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 20, -22.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -2.5, -32.5], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-15, 7.5, -37.5], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-15, 7.5, -47.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-15, 7.5, -15], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "Lred2": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [6.25, 16.25, 12.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [12.5, 32.5, 30], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -7.5, -5], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, -7.5, -20], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -7.5, -20], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + } + }, + "Lred3": { + "rotation": { + "0.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [12.5, 22.5, 37.5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -7.5, -12.5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -7.5, -12.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -7.5, -12.5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "Lred4": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [10, 22.5, 25], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -10, -15], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -10, -15], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, -10, 5], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, -10, -10], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -10, -10], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + } + }, + "Lred5": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [10, 22.5, 12.5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -10, -22.5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -10, -22.5], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, -10, 15], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, -10, -17.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -10, -17.5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_blue": { + "rotation": [0, -5, 0], + "position": [0, 1.5, 0] + }, + "Lblue1": { + "rotation": { + "0.0": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [5, 43.75, -8.75], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [10, 47.5, 15], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-7.5, 20, -22.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-7.5, 7.5, -25], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-7.5, 7.5, -25], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-25, -2.5, -25], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-25, -2.5, -37.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-25, 17.5, -5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue2": { + "rotation": { + "0.0": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [6.25, 16.25, 13.75], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [12.5, 32.5, 30], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -10, -10], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -10, -10], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, -7.5, -20], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -7.5, -20], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue3": { + "rotation": { + "0.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [12.5, 22.5, 52.5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -5, -5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -5, -5], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, -7.5, -15], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -7.5, -15], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue4": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [10, 22.5, 25], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -10, -12.5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -10, -12.5], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, -10, 5], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, -10, -10], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -10, -10], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue5": { + "rotation": { + "0.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [10, 22.5, 12.5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -10, -7.5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -10, -7.5], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, -10, 10], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, -10, -15], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -10, -15], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "rightarm_red": { + "rotation": [0, 0, 7.5] + }, + "Rred2": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, -35, -5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 7.5, 5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 7.5, 5], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 7.5, 15], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 7.5, 15], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + } + }, + "Rred3": { + "rotation": { + "0.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [7.5, -37.5, -2.5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 10, 15], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 10, 15], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 7.5, 17.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 7.5, 17.5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "Rred4": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [5, -32.5, -5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 12.5, 15], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 12.5, 20], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 7.5, -15], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 7.5, 7.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 7.5, 7.5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + } + }, + "Rred5": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [7.5, -22.5, -5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 17.5, 15], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 13.93, 13.39], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 7.5, -17.5], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 7.5, 12.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 7.5, 12.5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + } + }, + "rightarm_blue": { + "rotation": [0, 5, 7.5], + "position": [0, 2, 0] + }, + "Rblue2": { + "rotation": { + "0.0": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, -35, -5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 5, 10], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 5, 10], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 7.5, 15], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 7.5, 15], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue3": { + "rotation": { + "0.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [7.5, -45, -2.5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 7.5, 10], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 7.5, 10], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 7.5, 17.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 7.5, 17.5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue4": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [5, -32.5, -5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 5, 12.5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 5, 12.5], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 7.5, -15], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 7.5, 7.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 7.5, 7.5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue5": { + "rotation": { + "0.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [7.5, -30, -12.5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 12.5, 12.5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 12.5, 12.5], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 7.5, -17.5], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 7.5, 15], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 7.5, 15], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "leftleg": { + "rotation": [-21.616, -13.54835, -8.4039], + "position": [0, -2, -3] + }, + "left_calf": { + "rotation": { + "0.0": { + "post": [34.8974, -2.86544, 4.09918], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [102.4, 14.63, 4.1], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [29.8974, -2.86544, 4.09918], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [14.8974, -2.86544, 4.09918], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [48.23, -2.87, 4.1], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [34.8974, -2.86544, 4.09918], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [34.8974, -2.86544, 4.09918], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightleg": { + "rotation": [-15.3592, 29.92351, 11.6936], + "position": [1, -2, -3] + }, + "right_calf": { + "rotation": { + "0.0": { + "post": [34.8974, 2.86544, -4.09918], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [87.4, 7.87, -6.6], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [37.3974, 2.86544, -4.09918], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [12.3974, 2.86544, -4.09918], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [34.8974, 2.86544, -4.09918], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [34.8974, 2.86544, -4.09918], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 1.67, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rred1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [25, -25, -2.5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-10, -20, 20], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-10, 2.5, 32.5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-10, 2.5, 32.5], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-10, -2.5, 37.5], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-10, -2.5, 47.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-22.5, -2.5, 10], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [25, -22.5, -2.5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-10, -20, 12.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-20, -10, 17.5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-20, -10, 17.5], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-22.5, 10, 22.5], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-22.5, 10, 32.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-22.5, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_thigh": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-25, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [25, -5, -12.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15, -5, -12.5], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-7.04, -2.65, -6.63], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [1.25, 3.25, 1.75], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0.25, 4.25, -2.75], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [1, 6.5, -2.75], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0.08, 1.11, -2.46], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_thigh": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-25, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [12.5, -2.5, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [10, -7.5, 2.5], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-1.5, 1, -0.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 4, -2.25], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-1, 6.5, -2.75], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0.06, 0.89, -1.14], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.deoxysdefense.status": { + "loop": true, + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": [2.5, 0, 0], + "0.5": [17.5, 0, 0], + "0.6667": [27.5, 0, 0], + "1.0": [-2.5, 0, 0], + "1.25": [-2.5, 0, 0], + "2.625": [2.5, 0, 0], + "3.0": [2.5, 0, 0] + }, + "position": { + "0.0": [0, 0, -0.5], + "0.5": [0, -0.25, -4], + "0.6667": [0, -0.25, -6], + "1.0": [0, 0, 0.75], + "1.25": [0, 0, 0.75], + "2.625": [0, 0, -0.5], + "3.0": [0, 0, -0.5] + } + }, + "hips": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -4, -2], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -4, 1.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, -4, 1.25], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0.75, -4.25], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 3, -3.25], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, -2.5, -3.25], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, -4, -2], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -4, -2], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_red": { + "rotation": [0, 0, -5] + }, + "Lred1": { + "rotation": { + "0.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [5, 36.25, -3.75], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [10, 47.5, 15], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 20, -22.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -2.5, -32.5], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-15, 7.5, -37.5], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-15, 7.5, -47.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-15, 7.5, -15], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "Lred2": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [6.25, 16.25, 12.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [12.5, 32.5, 30], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -7.5, -5], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, -7.5, -20], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -7.5, -20], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + } + }, + "Lred3": { + "rotation": { + "0.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [12.5, 22.5, 37.5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -7.5, -12.5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -7.5, -12.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -7.5, -12.5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "Lred4": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [10, 22.5, 25], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -10, -15], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -10, -15], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, -10, 5], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, -10, -10], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -10, -10], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + } + }, + "Lred5": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [10, 22.5, 12.5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -10, -22.5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -10, -22.5], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, -10, 15], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, -10, -17.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -10, -17.5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm_blue": { + "rotation": [0, -5, 0], + "position": [0, 1.5, 0] + }, + "Lblue1": { + "rotation": { + "0.0": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [5, 43.75, -8.75], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [10, 47.5, 15], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-7.5, 20, -22.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-7.5, 7.5, -25], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-7.5, 7.5, -25], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-25, -2.5, -25], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-25, -2.5, -37.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-25, 17.5, -5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue2": { + "rotation": { + "0.0": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [6.25, 16.25, 13.75], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [12.5, 32.5, 30], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -10, -10], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -10, -10], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, -7.5, -20], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -7.5, -20], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue3": { + "rotation": { + "0.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [12.5, 22.5, 52.5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -5, -5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -5, -5], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, -7.5, -15], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -7.5, -15], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue4": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [10, 22.5, 25], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -10, -12.5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -10, -12.5], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, -10, 5], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, -10, -10], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -10, -10], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + } + }, + "Lblue5": { + "rotation": { + "0.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [10, 22.5, 12.5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -10, -7.5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -10, -7.5], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, -10, 10], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, -10, -15], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -10, -15], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "rightarm_red": { + "rotation": [0, 0, 7.5] + }, + "Rred2": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, -35, -5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 7.5, 5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 7.5, 5], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 7.5, 15], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 7.5, 15], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + } + }, + "Rred3": { + "rotation": { + "0.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [7.5, -37.5, -2.5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 10, 15], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 10, 15], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 7.5, 17.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 7.5, 17.5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "Rred4": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [5, -32.5, -5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 12.5, 15], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 12.5, 20], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 7.5, -15], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 7.5, 7.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 7.5, 7.5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + } + }, + "Rred5": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [7.5, -22.5, -5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 17.5, 15], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 13.93, 13.39], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 7.5, -17.5], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 7.5, 12.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 7.5, 12.5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + } + }, + "rightarm_blue": { + "rotation": [0, 5, 7.5], + "position": [0, 2, 0] + }, + "Rblue2": { + "rotation": { + "0.0": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, -35, -5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 5, 10], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 5, 10], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 7.5, 15], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 7.5, 15], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue3": { + "rotation": { + "0.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [7.5, -45, -2.5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 7.5, 10], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 7.5, 10], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 7.5, 17.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 7.5, 17.5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue4": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [5, -32.5, -5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 5, 12.5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 5, 12.5], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 7.5, -15], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 7.5, 7.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 7.5, 7.5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue5": { + "rotation": { + "0.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [7.5, -30, -12.5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 12.5, 12.5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 12.5, 12.5], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 7.5, -17.5], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 7.5, 15], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 7.5, 15], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "leftleg": { + "rotation": [-21.616, -13.54835, -8.4039], + "position": [0, -2, -3] + }, + "left_calf": { + "rotation": { + "0.0": { + "post": [34.8974, -2.86544, 4.09918], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [102.4, 14.63, 4.1], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [29.8974, -2.86544, 4.09918], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [14.8974, -2.86544, 4.09918], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [48.23, -2.87, 4.1], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [34.8974, -2.86544, 4.09918], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [34.8974, -2.86544, 4.09918], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightleg": { + "rotation": [-15.3592, 29.92351, 11.6936], + "position": [1, -2, -3] + }, + "right_calf": { + "rotation": { + "0.0": { + "post": [34.8974, 2.86544, -4.09918], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [87.4, 7.87, -6.6], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [37.3974, 2.86544, -4.09918], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [12.3974, 2.86544, -4.09918], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [34.8974, 2.86544, -4.09918], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [34.8974, 2.86544, -4.09918], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 1.67, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rred1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [25, -25, -2.5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-10, -20, 20], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-10, 2.5, 32.5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-10, 2.5, 32.5], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-10, -2.5, 37.5], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-10, -2.5, 47.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-22.5, -2.5, 10], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [25, -22.5, -2.5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-10, -20, 12.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-20, -10, 17.5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-20, -10, 17.5], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-22.5, 10, 22.5], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-22.5, 10, 32.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-22.5, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_thigh": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-25, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [25, -5, -12.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15, -5, -12.5], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-7.04, -2.65, -6.63], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [1.25, 3.25, 1.75], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0.25, 4.25, -2.75], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [1, 6.5, -2.75], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0.08, 1.11, -2.46], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_thigh": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-25, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [12.5, -2.5, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [10, -7.5, 2.5], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-1.5, 1, -0.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 4, -2.25], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-1, 6.5, -2.75], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0.06, 0.89, -1.14], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.deoxysdefense.goodbye": { + "loop": true, + "animation_length": 7, + "bones": { + "body": { + "rotation": [2.5, 0, 0], + "position": [0, 0, -0.5] + }, + "hips": { + "rotation": ["12.5+math.sin((query.anim_time-0.5)*144)*1", 0, 0], + "position": [0, "-3-math.sin((query.anim_time)*144)*1", -2] + }, + "head": { + "rotation": [-7.5, 0, 0] + }, + "leftarm_red": { + "rotation": [0, 0, -5] + }, + "Lred1": { + "rotation": [0, "0-math.sin((query.anim_time)*144)*1", "-2.5-math.sin((query.anim_time)*144)*1"] + }, + "Lred2": { + "rotation": [0, "-2.5-math.sin((query.anim_time-0.1)*144)*1", "5-math.sin((query.anim_time-0.1)*144)*1"] + }, + "Lred3": { + "rotation": [0, "-2.5-math.sin((query.anim_time-0.2)*144)*1", "2.5-math.sin((query.anim_time-0.2)*144)*1"] + }, + "Lred4": { + "rotation": [0, "-2.5-math.sin((query.anim_time-0.3)*144)*1", "5-math.sin((query.anim_time-0.3)*144)*1"] + }, + "Lred5": { + "rotation": [0, "-2.5-math.sin((query.anim_time-0.4)*144)*1", "5-math.sin((query.anim_time-0.4)*144)*1"] + }, + "leftarm_blue": { + "rotation": [0, -5, 0], + "position": [0, 1.5, 0] + }, + "Lblue1": { + "rotation": [0, "0-math.sin((query.anim_time)*144)*1", "-7.5-math.sin((query.anim_time)*144)*1"] + }, + "Lblue2": { + "rotation": [0, "-2.5-math.sin((query.anim_time-0.1)*144)*1", "7.5-math.sin((query.anim_time-0.1)*144)*1"] + }, + "Lblue3": { + "rotation": [0, "-2.5-math.sin((query.anim_time-0.2)*144)*1", "2.5-math.sin((query.anim_time-0.2)*144)*1"] + }, + "Lblue4": { + "rotation": [0, "-2.5-math.sin((query.anim_time-0.3)*144)*1", "5-math.sin((query.anim_time-0.3)*144)*1"] + }, + "Lblue5": { + "rotation": [0, "-2.5-math.sin((query.anim_time-0.4)*144)*1", "2.5-math.sin((query.anim_time-0.4)*144)*1"] + }, + "rightarm_red": { + "rotation": [0, 0, 7.5] + }, + "Rred2": { + "rotation": [0, "2.5+math.sin((query.anim_time-0.1)*144)*1", "-5+math.sin((query.anim_time-0.1)*144)*1"] + }, + "Rred3": { + "rotation": [0, "2.5+math.sin((query.anim_time-0.2)*144)*1", "-2.5+math.sin((query.anim_time-0.2)*144)*1"] + }, + "Rred4": { + "rotation": [0, "2.5+math.sin((query.anim_time-0.3)*144)*1", "-5+math.sin((query.anim_time-0.3)*144)*1"] + }, + "Rred5": { + "rotation": [0, "2.5+math.sin((query.anim_time-0.4)*144)*1", "-5+math.sin((query.anim_time-0.4)*144)*1"] + }, + "rightarm_blue": { + "rotation": [0, 5, 7.5], + "position": [0, 2, 0] + }, + "Rblue2": { + "rotation": [0, "2.5+math.sin((query.anim_time-0.1)*144)*1", "-7.5+math.sin((query.anim_time-0.1)*144)*1"] + }, + "Rblue3": { + "rotation": [0, "2.5+math.sin((query.anim_time-0.2)*144)*1", "-2.5+math.sin((query.anim_time-0.2)*144)*1"] + }, + "Rblue4": { + "rotation": [0, "2.5+math.sin((query.anim_time-0.3)*144)*1", "-5+math.sin((query.anim_time-0.3)*144)*1"] + }, + "Rblue5": { + "rotation": [0, "2.5+math.sin((query.anim_time-0.4)*144)*1", "-2.5+math.sin((query.anim_time-0.4)*144)*1"] + }, + "leftleg": { + "rotation": ["14.4796-math.sin((query.anim_time)*144)*2", -3.29921, -8.4309], + "position": [0, "-1-math.sin((query.anim_time)*144)*1", -3] + }, + "left_calf": { + "rotation": ["34.8974-math.sin((query.anim_time)*144)*3", -2.86544, 4.09918] + }, + "rightleg": { + "rotation": ["25.3313-math.sin((query.anim_time-0.3)*144)*2", 12.50103, 18.76467], + "position": [1, "-1-math.sin((query.anim_time)*144)*1", -3] + }, + "right_calf": { + "rotation": ["34.8974-math.sin((query.anim_time)*144)*3", 2.86544, -4.09918] + }, + "Rred1": { + "rotation": [0, "0+math.sin((query.anim_time)*144)*1", "0+math.sin((query.anim_time)*144)*1"] + }, + "Rblue1": { + "rotation": [0, "0+math.sin((query.anim_time)*144)*1", "0+math.sin((query.anim_time)*144)*1"] + }, + "Left_arm": { + "rotation": [5.00474, -2.49048, -0.21803] + }, + "Right_arm": { + "rotation": [5.00474, 2.49048, 0.21803] + }, + "deoxys": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [0, 35, 0], + "0.2917": [0, 80, 0], + "0.5": [0, 125, 0], + "0.6667": [0, 177.5, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.6667": [0, 0, 0], + "7.0": [0, 0, 3323] + } + } + } + }, + "animation.deoxysdefense.battle_base": { + "loop": true, + "animation_length": 3, + "bones": { + "body": { + "rotation": [2.5, 0, 0], + "position": [0, 0, -0.5] + }, + "hips": { + "rotation": [0, 0, 0], + "position": [0, -4, -2] + }, + "head": { + "rotation": [2.5, 0, 0] + }, + "leftarm_red": { + "rotation": [0, 0, -5] + }, + "Lred1": { + "rotation": [0, 0, -2.5] + }, + "Lred2": { + "rotation": [0, 0, 5] + }, + "Lred3": { + "rotation": [0, 0, 2.5] + }, + "Lred4": { + "rotation": [0, 0, 5] + }, + "Lred5": { + "rotation": [0, 0, 5] + }, + "leftarm_blue": { + "rotation": [0, -5, 0], + "position": [0, 1.5, 0] + }, + "Lblue1": { + "rotation": [0, 0, -7.5] + }, + "Lblue2": { + "rotation": [0, 0, 7.5] + }, + "Lblue3": { + "rotation": [0, 0, 2.5] + }, + "Lblue4": { + "rotation": [0, 0, 5] + }, + "Lblue5": { + "rotation": [0, 0, 2.5] + }, + "rightarm_red": { + "rotation": [0, 0, 7.5] + }, + "Rred2": { + "rotation": [0, 0, -5] + }, + "Rred3": { + "rotation": [0, 0, -2.5] + }, + "Rred4": { + "rotation": [0, 0, -5] + }, + "Rred5": { + "rotation": [0, 0, -5] + }, + "rightarm_blue": { + "rotation": [0, 5, 7.5], + "position": [0, 2, 0] + }, + "Rblue2": { + "rotation": [0, 0, -7.5] + }, + "Rblue3": { + "rotation": [0, 0, -2.5] + }, + "Rblue4": { + "rotation": [0, 0, -5] + }, + "Rblue5": { + "rotation": [0, 0, -2.5] + }, + "leftleg": { + "rotation": [-21.616, -13.54835, -8.4039], + "position": [0, -2, -3] + }, + "left_calf": { + "rotation": [34.8974, -2.86544, 4.09918] + }, + "rightleg": { + "rotation": [-15.3592, 29.92351, 11.6936], + "position": [1, -2, -3] + }, + "right_calf": { + "rotation": [34.8974, 2.86544, -4.09918] + }, + "Rred1": { + "rotation": [0, 0, 0] + }, + "Rblue1": { + "rotation": [0, 0, 0] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/deoxysspeed/deoxysspeed.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/deoxysspeed/deoxysspeed.animation.json new file mode 100644 index 0000000..92052f6 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/deoxysspeed/deoxysspeed.animation.json @@ -0,0 +1,5481 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.deoxysspeed.pose": { + "loop": true, + "bones": { + "body": { + "rotation": [12.5, 0, 0], + "position": [0, 0, -1.5] + }, + "hips": { + "rotation": [-7.5, 0, 0] + }, + "left_arm": { + "rotation": [-30, -15, 0] + }, + "Lred1": { + "rotation": [0, 0, -5] + }, + "Lred2": { + "rotation": [0, 0, -7.5] + }, + "Lred3": { + "rotation": [0, 0, -5] + }, + "Lred4": { + "rotation": [0, 0, -10] + }, + "Lred5": { + "rotation": [0, 0, -15] + }, + "Lred6": { + "rotation": [0, 0, -12.5] + }, + "Lred7": { + "rotation": [0, 0, -12.5] + }, + "right_arm": { + "rotation": [-24.55933, 9.99038, 2.53852] + }, + "Rblue1": { + "rotation": [0, 0, 5] + }, + "Rblue2": { + "rotation": [0, 0, 5] + }, + "Rblue3": { + "rotation": [0, 0, 5] + }, + "Rblue4": { + "rotation": [0, 0, 7.5] + }, + "Rblue5": { + "rotation": [0, 0, 10] + }, + "Rblue6": { + "rotation": [0, 0, 15] + }, + "Rblue7": { + "rotation": [0, 0, 17.5] + }, + "head": { + "rotation": [15.01365, 2.41476, 0.64743] + }, + "leftleg": { + "rotation": [9.55939, -7.37749, -9.38889] + }, + "left_thigh": { + "rotation": [-15.82276, -22.1979, 3.4555] + }, + "left_calf": { + "rotation": [39.42861, -6.12318, 10.92153] + }, + "rightleg": { + "rotation": [-0.04282, -7.4666, 20.43812] + }, + "right_thigh": { + "rotation": [-32.63362, 9.52884, -3.39465] + }, + "right_calf": { + "rotation": [61.8707, 15.76216, -10.49022] + } + } + }, + "animation.deoxysspeed.ground_idle": { + "loop": true, + "animation_length": 2.5, + "bones": { + "body": { + "rotation": [15.12353, -7.24305, -1.95155], + "position": ["-0.25-math.sin((query.anim_time)*288)*0.3", "-7+math.cos((query.anim_time)*576)*0.15", "-2.25-math.sin((query.anim_time)*288)*0.4"] + }, + "hips": { + "rotation": [-7.52832, "-4.9571-math.sin((query.anim_time)*288)*1.5", "0.6543-math.sin((query.anim_time)*288)*1.5"], + "position": [0, "0+math.sin((query.anim_time)*288)*0.15", 0] + }, + "left_arm": { + "rotation": [-2.66459, -14.70843, 10.42981], + "position": [0, 0, -0.5] + }, + "Lred2": { + "rotation": ["0-math.sin((query.anim_time-0.1)*288)*2", 0, "15-math.sin((query.anim_time-0.1)*288)*2"] + }, + "Lred3": { + "rotation": ["0-math.sin((query.anim_time-0.2)*288)*2", "0+math.sin((query.anim_time-0.2)*288)*2", "15-math.sin((query.anim_time-0.2)*288)*2"] + }, + "Lred4": { + "rotation": [0.17442, "0.0038+math.sin((query.anim_time-0.3)*288)*4", "19.9939-math.sin((query.anim_time-0.3)*288)*1"] + }, + "Lred5": { + "rotation": [0, "0+math.sin((query.anim_time-0.4)*288)*1.5", "17.5-math.sin((query.anim_time-0.4)*288)*1.5"] + }, + "Lred6": { + "rotation": [0, "0+math.sin((query.anim_time-0.5)*288)*2", "10-math.sin((query.anim_time-0.5)*288)*2"] + }, + "Lred7": { + "rotation": [0, "0+math.sin((query.anim_time-0.6)*288)*3", "10-math.sin((query.anim_time-0.6)*288)*3"] + }, + "right_arm": { + "rotation": [5.43004, -37.12619, -14.59327], + "position": [0, 0, -0.25] + }, + "Rblue1": { + "rotation": ["0+math.sin((query.anim_time-0.4)*288)*2", "30-math.sin((query.anim_time-0.2)*288)*3", "7.5+math.sin((query.anim_time)*288)*2"] + }, + "Rblue2": { + "rotation": ["0+math.sin((query.anim_time-0.1)*288)*2", 0, "-12.5+math.sin((query.anim_time-0.1)*288)*2"] + }, + "Rblue3": { + "rotation": ["0+math.sin((query.anim_time-0.2)*288)*2", "0-math.sin((query.anim_time-0.2)*288)*2", "-15+math.sin((query.anim_time-0.2)*288)*2"] + }, + "Rblue4": { + "rotation": [0, "0-math.sin((query.anim_time-0.3)*288)*4", "-15+math.sin((query.anim_time-0.3)*288)*2"] + }, + "Rblue5": { + "rotation": [0, "0-math.sin((query.anim_time-0.4)*288)*1.5", "-15+math.sin((query.anim_time-0.4)*288)*2"] + }, + "Rblue6": { + "rotation": [0, "0-math.sin((query.anim_time-0.5)*288)*2", "-15+math.sin((query.anim_time-0.5)*288)*2"] + }, + "Rblue7": { + "rotation": [0, "0-math.sin((query.anim_time-0.6)*288)*3", "-15+math.sin((query.anim_time-0.6)*288)*3"] + }, + "head": { + "rotation": [ + "-2.4618-math.sin((query.anim_time-0.6)*288)*0.5", + "7.5047-math.sin((query.anim_time-0.6)*288)*0.5", + "0.2197-math.cos((query.anim_time-0.6)*288)*0.7" + ] + }, + "leftleg": { + "rotation": ["2.5355+math.sin((query.anim_time)*288)*3", "2.4738+math.sin((query.anim_time)*288)*2", -26.95546], + "position": ["0.75-math.sin((query.anim_time)*288)*0.4", "-7+math.sin((query.anim_time)*288)*0.4", "0.25+math.sin((query.anim_time)*288)*0.4"] + }, + "left_thigh": { + "rotation": [0, "-20-math.sin((query.anim_time)*288)*1", 0] + }, + "left_calf": { + "rotation": ["42.3178-math.sin((query.anim_time)*288)*6.5", "-6.9553+math.sin((query.anim_time)*288)*1", "0.2782+math.sin((query.anim_time)*288)*4"] + }, + "rightleg": { + "rotation": ["-12.3856-math.sin((query.anim_time)*288)*3", "-9.9136-math.sin((query.anim_time)*288)*2", 28.68155], + "position": ["-0.5-math.sin((query.anim_time)*288)*0.4", "-7.75-math.sin((query.anim_time)*288)*0.2", "-1-math.sin((query.anim_time)*288)*0.4"] + }, + "right_thigh": { + "rotation": [-40.47741, "38.043+math.sin((query.anim_time)*288)*1", -11.5833] + }, + "right_calf": { + "rotation": ["55.1949+math.sin((query.anim_time)*288)*4", "2.2504-math.sin((query.anim_time)*288)*1", "0.5792+math.sin((query.anim_time)*288)*4"] + }, + "Lred1": { + "rotation": [ + "-15.2385-math.sin((query.anim_time-0.4)*288)*2", + "7.3378+math.sin((query.anim_time-0.2)*288)*3", + "-2.5791-math.sin((query.anim_time-0.4)*288)*2" + ] + }, + "leftlegguard": { + "rotation": ["10-math.sin((query.anim_time)*288)*2", 0, 0], + "position": [0, 1, 0] + }, + "rightleftguard": { + "rotation": [10.00933, "-2.462+math.sin((query.anim_time)*288)*2", -0.43439], + "position": [0, 1, 0] + } + } + }, + "animation.deoxysspeed.ground_walk": { + "loop": true, + "animation_length": 2.5, + "bones": { + "body": { + "rotation": [40.12353, -7.24305, -1.95155], + "position": [-0.25, "-7+math.sin((query.anim_time)*288)*0.7", -6.25] + }, + "hips": { + "rotation": [-7.52832, -4.9571, 0.6543], + "position": [0, 0, 0] + }, + "left_arm": { + "rotation": [-2.66459, -14.70843, 10.42981], + "position": [0, 0, -0.5] + }, + "Lred2": { + "rotation": ["0-math.sin((query.anim_time-0.1)*288)*2", 0, "15-math.sin((query.anim_time-0.1)*288)*2"] + }, + "Lred3": { + "rotation": ["0-math.sin((query.anim_time-0.2)*288)*2", "0+math.sin((query.anim_time-0.2)*288)*2", "15-math.sin((query.anim_time-0.2)*288)*2"] + }, + "Lred4": { + "rotation": [3.02191, "0.0342+math.sin((query.anim_time-0.3)*288)*4", "14.982-math.sin((query.anim_time-0.3)*288)*1"] + }, + "Lred5": { + "rotation": [2.44079, "0.0013+math.sin((query.anim_time-0.4)*288)*1.5", "20.0007-math.sin((query.anim_time-0.4)*288)*1.5"] + }, + "Lred6": { + "rotation": [-0.05129, "0.0011+math.sin((query.anim_time-0.5)*288)*2", "12.5005-math.sin((query.anim_time-0.5)*288)*2"] + }, + "Lred7": { + "rotation": [0, "0+math.sin((query.anim_time-0.6)*288)*3", "10-math.sin((query.anim_time-0.6)*288)*3"] + }, + "right_arm": { + "rotation": [5.43004, -37.12619, -14.59327], + "position": [0, 0, -0.25] + }, + "Rblue1": { + "rotation": [ + "21.2864+math.sin((query.anim_time-0.4)*288)*2", + "48.0653-math.sin((query.anim_time-0.2)*288)*3", + "-21.5086+math.sin((query.anim_time)*288)*2" + ] + }, + "Rblue2": { + "rotation": ["0+math.sin((query.anim_time-0.1)*288)*2", 0, "-12.5+math.sin((query.anim_time-0.1)*288)*2"] + }, + "Rblue3": { + "rotation": ["0+math.sin((query.anim_time-0.2)*288)*2", "0-math.sin((query.anim_time-0.2)*288)*2", "-15+math.sin((query.anim_time-0.2)*288)*2"] + }, + "Rblue4": { + "rotation": [0, "-2.5-math.sin((query.anim_time-0.3)*288)*4", "-15+math.sin((query.anim_time-0.3)*288)*2"] + }, + "Rblue5": { + "rotation": [0, "0-math.sin((query.anim_time-0.4)*288)*1.5", "-15+math.sin((query.anim_time-0.4)*288)*2"] + }, + "Rblue6": { + "rotation": [0, "0-math.sin((query.anim_time-0.5)*288)*2", "-15+math.sin((query.anim_time-0.5)*288)*2"] + }, + "Rblue7": { + "rotation": [0.0164, "-0.0004-math.sin((query.anim_time-0.6)*288)*3", "-12.4999+math.sin((query.anim_time-0.6)*288)*3"] + }, + "head": { + "rotation": [ + "-22.749-math.sin((query.anim_time-0.6)*288)*0.5", + "6.5461-math.sin((query.anim_time-0.6)*288)*0.5", + "-2.107-math.cos((query.anim_time-0.6)*288)*0.7" + ] + }, + "leftleg": { + "rotation": ["7.1511+math.sin((query.anim_time)*288)*0.7", "3.4338-math.sin((query.anim_time)*288)*0.7", -34.40377], + "position": [0.25, "-7+math.sin((query.anim_time)*288)*0.7", 0.25] + }, + "left_thigh": { + "rotation": [14.2477, -9.36097, 8.46216], + "position": [-0.5, 1, 0] + }, + "left_calf": { + "rotation": [42.3178, -6.9553, 0.2782] + }, + "rightleg": { + "rotation": ["2.3269+math.sin((query.anim_time)*288)*0.7", "-5.4226-math.sin((query.anim_time)*288)*0.7", 34.47265], + "position": [-0.5, "-6.75+math.sin((query.anim_time)*288)*0.7", -1] + }, + "right_thigh": { + "rotation": [-46.9321, 32.97349, -18.38017] + }, + "right_calf": { + "rotation": ["87.694+math.sin((query.anim_time)*288)*1", -2.74556, 0.78028], + "position": [0, 0.25, -0.25] + }, + "Lred1": { + "rotation": [ + "32.6514-math.sin((query.anim_time-0.4)*288)*2", + "5.6999+math.sin((query.anim_time-0.2)*288)*3", + "5.2362-math.sin((query.anim_time-0.4)*288)*2" + ] + }, + "leftlegguard": { + "rotation": [10, 0, 0], + "position": [0, 1, 0] + }, + "rightleftguard": { + "rotation": [10.00933, -2.462, -0.43439], + "position": [0, 1, 0] + } + } + }, + "animation.deoxysspeed.sleep": { + "loop": true, + "animation_length": 2.5, + "bones": { + "body": { + "rotation": [29.90116, -2.91277, 0.55864], + "position": [-0.25, "math.sin((query.anim_time)*144)*0.7", -6.25] + }, + "hips": { + "rotation": [-14.97083, -0.12726, -0.64065], + "position": [0, 0, 0] + }, + "left_arm": { + "rotation": [-2.66459, -14.70843, 10.42981], + "position": [0, 0, -0.5] + }, + "Lred2": { + "rotation": ["0-math.sin((query.anim_time-0.1)*144)*2", 0, "15-math.sin((query.anim_time-0.1)*144)*2"] + }, + "Lred3": { + "rotation": [ + "0.072-math.sin((query.anim_time-0.2)*144)*2", + "0.0753+math.sin((query.anim_time-0.2)*144)*2", + "12.5001-math.sin((query.anim_time-0.2)*144)*2" + ] + }, + "Lred4": { + "rotation": [3.35535, "0.3125+math.sin((query.anim_time-0.3)*144)*1", "9.9786-math.sin((query.anim_time-0.3)*144)*1"] + }, + "Lred5": { + "rotation": [2.5496, "0.2191+math.sin((query.anim_time-0.4)*144)*1.5", "15.0043-math.sin((query.anim_time-0.4)*144)*1.5"] + }, + "Lred6": { + "rotation": [0.05128, "0.0011+math.sin((query.anim_time-0.5)*144)*2", "7.4995-math.sin((query.anim_time-0.5)*144)*2"] + }, + "Lred7": { + "rotation": [0.03277, "0.0015+math.sin((query.anim_time-0.6)*144)*2", "4.9998-math.sin((query.anim_time-0.6)*144)*2"] + }, + "right_arm": { + "rotation": [5.43004, -37.12619, -14.59327], + "position": [0, 0, -0.25] + }, + "Rblue1": { + "rotation": [ + "-46.4272+math.sin((query.anim_time-0.4)*144)*2", + "41.0463-math.sin((query.anim_time-0.2)*144)*3", + "-32.0072+math.sin((query.anim_time)*144)*2" + ] + }, + "Rblue2": { + "rotation": ["0+math.sin((query.anim_time-0.1)*144)*2", 0, "-12.5+math.sin((query.anim_time-0.1)*144)*2"] + }, + "Rblue3": { + "rotation": [ + "0.0753+math.sin((query.anim_time-0.2)*144)*2", + "0.072-math.sin((query.anim_time-0.2)*144)*2", + "-12.4999+math.sin((query.anim_time-0.2)*144)*2" + ] + }, + "Rblue4": { + "rotation": [0.13008, "-2.5057-math.sin((query.anim_time-0.3)*144)*1", "-9.9984+math.sin((query.anim_time-0.3)*144)*2"] + }, + "Rblue5": { + "rotation": [0.11831, "-0.0052-math.sin((query.anim_time-0.4)*144)*1.5", "-9.9986+math.sin((query.anim_time-0.4)*144)*2"] + }, + "Rblue6": { + "rotation": [0.10247, "-0.0045-math.sin((query.anim_time-0.5)*144)*2", "-9.999+math.sin((query.anim_time-0.5)*144)*2"] + }, + "Rblue7": { + "rotation": [0.04907, "-0.0033-math.sin((query.anim_time-0.6)*144)*2", "-7.4997+math.sin((query.anim_time-0.6)*144)*2"] + }, + "head": { + "rotation": [ + "7.251-math.sin((query.anim_time-0.6)*144)*0.5", + "6.5461-math.sin((query.anim_time-0.6)*144)*0.5", + "-2.107-math.cos((query.anim_time-0.6)*144)*0.7" + ] + }, + "leftleg": { + "rotation": ["-2.8489+math.sin((query.anim_time)*144)*0.7", "3.4338-math.sin((query.anim_time)*144)*0.7", -34.40377], + "position": [0.25, "math.sin((query.anim_time)*144)*0.7", -1.75] + }, + "left_thigh": { + "rotation": [-55.67468, -28.26289, 37.82988], + "position": [-0.5, 1, 0] + }, + "left_calf": { + "rotation": [84.65995, -4.31278, 1.01712], + "position": [0, 0, -0.25] + }, + "rightleg": { + "rotation": ["-5.0001+math.sin((query.anim_time)*288)*0.7", "-2.955-math.sin((query.anim_time)*288)*0.7", 33.27143], + "position": [-0.5, "0.25+math.sin((query.anim_time)*144)*0.7", -2] + }, + "right_thigh": { + "rotation": [-50.62594, 25.43956, -25.92548], + "position": [0, 0.5, 0.5] + }, + "right_calf": { + "rotation": ["90.1944+math.sin((query.anim_time)*144)*1", 4.7544, 0.80569], + "position": [0, 0.25, -0.5] + }, + "Lred1": { + "rotation": [ + "331.3763-math.sin((query.anim_time-0.4)*144)*2", + "11.4839+math.sin((query.anim_time-0.2)*144)*3", + "16.3915-math.sin((query.anim_time-0.4)*144)*2" + ] + }, + "leftlegguard": { + "rotation": [10.34527, 14.76689, 2.66399], + "position": [0, 1, 0] + }, + "rightleftguard": { + "rotation": [10.23772, -12.3071, -2.20462], + "position": [0, 1, 0] + }, + "lefteye": { + "position": [0, 0, 1] + }, + "righteye6": { + "position": [0, 0, 1] + }, + "eyelids": { + "position": [0, 0, -1] + } + } + }, + "animation.deoxysspeed.faint": { + "loop": true, + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": [15.12353, -7.24305, -1.95155], + "0.1667": { + "pre": [25.12353, -7.24305, -1.95155], + "post": [25.12353, -7.24305, -1.95155], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [44.87104, -9.01088, -0.16584], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [44.87104, -9.01088, -0.16584], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [45.73514, -7.21321, -5.51133], + "lerp_mode": "catmullrom" + }, + "1.7917": [46.06532, -3.62145, -9.00593], + "2.0833": [38.56532, -3.62145, -9.00593], + "2.25": [46.06532, -3.62145, -9.00593], + "2.6667": [46.21563, -14.14588, -12.7963] + }, + "position": { + "0.0": [-0.25, -7, -2.25], + "0.1667": { + "pre": [-0.43, -7.52, -4.93], + "post": [-0.43, -7.52, -4.93], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0.11, -9.77, -8.95], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0.5, -10.25, -10.75], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0.5, -10.25, -10.75], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-2, -10.25, -10.75], + "lerp_mode": "catmullrom" + }, + "1.7917": [-1.25, -10.25, -10.75], + "2.0833": [-1.25, -10.25, -8.5], + "2.25": [-1.25, -10.25, -10.75], + "2.6667": [-7.5, -21.75, -24] + } + }, + "hips": { + "rotation": { + "0.0": [-7.52832, -4.9571, 0.6543], + "0.1667": { + "pre": [-17.84795, -1.05627, 4.66281], + "post": [-17.84795, -1.05627, 4.66281], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-24.87921, 1.68234, 3.0762], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-24.87921, 1.68234, 3.0762], + "lerp_mode": "catmullrom" + }, + "1.7917": [-25.04309, -0.74178, 9.7147] + }, + "position": [0, 0, 0] + }, + "left_arm": { + "rotation": [-2.66459, -14.70843, 10.42981], + "position": [0, 0, -0.5] + }, + "Lred2": { + "rotation": { + "0.0": [0, 0, 15], + "0.4167": { + "pre": [-7.47178, 0.65182, 29.95744], + "post": [-7.47178, 0.65182, 29.95744], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-6.93488, 2.86313, 47.32648], + "lerp_mode": "catmullrom" + }, + "0.875": [-6.50446, 3.74196, 54.78729] + } + }, + "Lred3": { + "rotation": { + "0.0": [0, 0, 15], + "0.4167": [0, 0, 35], + "0.7083": [0, 0, 62.5] + } + }, + "Lred4": { + "rotation": { + "0.0": [0.17442, 0.0038, 19.9939], + "0.2083": { + "pre": [0.1771, -9.99615, 19.96315], + "post": [0.1771, -9.99615, 19.96315], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-2.44123, -9.69802, 35.18577], + "lerp_mode": "catmullrom" + }, + "0.875": [-3.28399, -9.44815, 40.25009] + } + }, + "Lred5": { + "rotation": { + "0.0": [0, 0, 17.5], + "0.2083": { + "pre": [0, -17.5, 17.5], + "post": [0, -17.5, 17.5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-1.5741, -17.43127, 22.74133], + "lerp_mode": "catmullrom" + }, + "0.7083": [-8.95891, -15.09492, 48.68939] + } + }, + "Lred6": { + "rotation": { + "0.0": [0, 0, 10], + "0.2083": { + "pre": [3.96713, -14.47751, -5.50409], + "post": [3.96713, -14.47751, -5.50409], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [5.23619, -14.0761, -10.6469], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [7.63074, -12.95254, -20.86748], + "lerp_mode": "catmullrom" + }, + "0.875": [-3.31914, -14.63639, 22.92638] + } + }, + "Lred7": { + "rotation": { + "0.0": [0, 0, 10], + "0.2083": { + "pre": [6.15491, -16.41371, -10.88852], + "post": [6.15491, -16.41371, -10.88852], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [10.25103, -14.26008, -26.28567], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [12.28731, 2.37583, -33.12563], + "lerp_mode": "catmullrom" + }, + "0.875": [9.07409, -8.65011, 20.9309] + } + }, + "right_arm": { + "rotation": [5.43004, -37.12619, -14.59327], + "position": [0, 0, -0.25] + }, + "Rblue1": { + "rotation": { + "0.0": [0, 30, 7.5], + "0.2083": { + "pre": [-45, 30, 7.5], + "post": [-45, 30, 7.5], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-84.25045, 20.69955, 3.42639], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-89.25045, 20.69955, 3.42639], + "lerp_mode": "catmullrom" + }, + "0.9167": [-89.27981, 13.20016, 3.3259] + } + }, + "Rblue2": { + "rotation": { + "0.0": [0, 0, -12.5], + "0.625": [6.8817, -24.09293, -46.47027], + "0.8333": [11.14843, -22.52101, -57.22644] + } + }, + "Rblue3": { + "rotation": { + "0.0": [0, 0, -15], + "0.375": { + "pre": [0, 0, -20], + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, -47.5], + "lerp_mode": "catmullrom" + }, + "0.9167": [0, 0, -57.5] + } + }, + "Rblue4": { + "rotation": { + "0.0": [0, 0, -15], + "0.2083": { + "pre": [0, 0, -20], + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [2.18558, -9.76061, -32.68664], + "lerp_mode": "catmullrom" + }, + "0.8333": [3.03513, -9.53274, -37.75313] + } + }, + "Rblue5": { + "rotation": { + "0.0": [0, 0, -15], + "0.375": { + "pre": [0, 0, -30], + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, -42.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, -5, -50], + "lerp_mode": "catmullrom" + }, + "0.9167": [0.21865, -4.99523, -52.50954] + } + }, + "Rblue6": { + "rotation": { + "0.0": [0, 0, -15], + "0.2083": { + "pre": [0, 0, -7.5], + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0.98448, 7.43547, 0.06397], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [1.96736, -10.24688, 7.02728], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [6.24426, -13.42084, -18.79944], + "lerp_mode": "catmullrom" + }, + "1.0833": [8.49922, -12.13432, -28.96906] + } + }, + "Rblue7": { + "rotation": { + "0.0": [0, 0, -15], + "0.2083": { + "pre": [0, 0, 7.5], + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [1.08482, 4.88119, 20.04624], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [1.71394, 4.69776, 27.57031], + "lerp_mode": "catmullrom" + }, + "1.0833": [-3.04868, 3.9649, -30.10555] + } + }, + "head": { + "rotation": { + "0.0": [-2.4618, 7.5047, 0.2197], + "0.25": { + "pre": [-34.61024, 7.5047, 0.2197], + "post": [-34.61024, 7.5047, 0.2197], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-32.4618, 7.5047, 0.2197], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-19.12847, 7.5047, 0.2197], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [15.33449, 17.41533, 1.58776], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [28.83491, 19.0901, -2.59117], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [12.05556, 19.78953, -8.66418], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [11.16211, 20.2927, -11.27091], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [22.2535, 7.75629, -1.06862], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-1.94464, 14.32709, 11.47569], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-19.44464, 14.32709, 11.47569], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [-26.94464, 14.32709, 11.47569], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [-11.94464, 14.32709, 11.47569], + "lerp_mode": "catmullrom" + }, + "2.7917": [23.05536, 14.32709, 11.47569] + }, + "position": [0, 0, 0] + }, + "leftleg": { + "rotation": { + "0.0": [2.5355, 2.4738, -26.95546], + "0.4583": { + "pre": [2.3103, 2.68531, -31.95606], + "post": [2.3103, 2.68531, -31.95606], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [2.3103, 2.68531, -31.95606], + "lerp_mode": "catmullrom" + }, + "1.7917": [2.3103, 2.68531, -31.95606], + "2.0833": [-2.6897, 2.68531, -31.95606], + "2.25": [2.3103, 2.68531, -31.95606], + "2.6667": [13.55969, 11.92838, -28.08817] + }, + "position": { + "0.0": [0.75, -7, 0.25], + "0.4583": { + "pre": [0, -9.5, -2.75], + "post": [0, -9.5, -2.75], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, -9.5, -2.75], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-1.5, -9.5, -2.75], + "lerp_mode": "catmullrom" + }, + "1.7917": [0, -9.5, -2.75], + "2.0833": [0, -9.5, -1.5], + "2.25": [0, -9.5, -2.75], + "2.6667": [-6, -21.5, -15.75] + } + }, + "left_thigh": { + "rotation": { + "0.0": [0, -20, 0], + "0.4583": { + "pre": [2.5, -20, 0], + "post": [2.5, -20, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [2.5, -20, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [3.40569, -19.87119, -2.65585], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [2.5, -20, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [2.5, -20, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": [19.61827, -18.32896, -19.17452] + }, + "position": { + "0.0": [0, 0, 0], + "2.6667": [0, 1, 0] + } + }, + "left_calf": { + "rotation": { + "0.0": [42.3178, -6.9553, 0.2782], + "0.4583": { + "pre": [49.36606, -0.3532, 5.19361], + "post": [49.36606, -0.3532, 5.19361], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [49.36606, -0.3532, 5.19361], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [46.86325, -0.27693, 5.27154], + "lerp_mode": "catmullrom" + }, + "1.7917": [49.36606, -0.3532, 5.19361], + "2.0833": [54.36606, -0.3532, 5.19361], + "2.25": [49.36606, -0.3532, 5.19361], + "2.6667": [46.73622, -2.43321, 3.63723] + } + }, + "rightleg": { + "rotation": { + "0.0": [-12.3856, -9.9136, 28.68155], + "0.4583": { + "pre": [-21.23059, -6.39395, 38.13907], + "post": [-21.23059, -6.39395, 38.13907], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-21.23059, -6.39395, 38.13907], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-20.63299, -8.18125, 33.43118], + "lerp_mode": "catmullrom" + }, + "1.7917": [-21.23059, -6.39395, 38.13907], + "2.25": [-21.23059, -6.39395, 38.13907], + "2.6667": [-12.83629, -20.27591, 33.58295] + }, + "position": { + "0.0": [-0.5, -7.75, -1], + "0.4583": { + "pre": [-1.25, -9.75, -5.25], + "post": [-1.25, -9.75, -5.25], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-1.25, -9.75, -5.25], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-3.25, -9.25, -5.25], + "lerp_mode": "catmullrom" + }, + "1.7917": [-1.25, -9.75, -5.25], + "2.25": [-1.25, -9.75, -5.25], + "2.375": [-3.35, -12.05, -11.15], + "2.6667": [-8.25, -21.75, -19.25] + } + }, + "right_thigh": { + "rotation": { + "0.0": [-40.47741, 38.043, -11.5833], + "0.4583": { + "pre": [-34.16359, 39.9903, -9.45157], + "post": [-34.16359, 39.9903, -9.45157], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-34.16359, 39.9903, -9.45157], + "lerp_mode": "catmullrom" + }, + "1.7917": [-34.16359, 39.9903, -9.45157], + "2.0833": [-39.16359, 39.9903, -9.45157], + "2.25": [-34.16359, 39.9903, -9.45157] + }, + "position": { + "0.0": [0, 0, 0], + "2.0833": [1, -1, 0], + "2.25": [0.5, -0.75, 0] + } + }, + "right_calf": { + "rotation": { + "0.0": [55.1949, 2.2504, 0.5792], + "0.4583": { + "pre": [75.07379, 7.02277, -0.91761], + "post": [75.07379, 7.02277, -0.91761], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [75.07379, 7.02277, -0.91761], + "lerp_mode": "catmullrom" + }, + "1.7917": [75.07379, 7.02277, -0.91761], + "2.0833": [77.57379, 7.02277, -0.91761], + "2.25": [75.07379, 7.02277, -0.91761], + "2.375": [94.05586, 4.52906, -1.09571], + "2.6667": [130.07379, 7.02277, -0.91761] + } + }, + "Lred1": { + "rotation": { + "0.0": [-15.2385, 7.3378, -2.5791], + "0.2083": { + "pre": [-50.2385, 7.3378, -2.5791], + "post": [-50.2385, 7.3378, -2.5791], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-89.34504, 24.56548, 0.63446], + "lerp_mode": "catmullrom" + }, + "0.7083": [-84.12551, 47.06357, 1.00241], + "0.8333": [-79.12551, 47.06357, 1.00241], + "0.9583": [-74.12551, 47.06357, 1.00241] + } + }, + "leftlegguard": { + "rotation": [10, 0, 0], + "position": [0, 1, 0] + }, + "rightleftguard": { + "rotation": [10.00933, -2.462, -0.43439], + "position": [0, 1, 0] + }, + "lefteye": { + "position": { + "0.0": [0, 0, 0], + "0.8333": [0, 0, 0], + "0.875": [0, 0, 1] + } + }, + "righteye6": { + "position": { + "0.0": [0, 0, 0], + "0.8333": [0, 0, 0], + "0.875": [0, 0, 1] + } + }, + "eyelids": { + "position": { + "0.0": [0, 0, 0], + "0.875": [0, 0, -1] + } + } + } + }, + "animation.deoxysspeed.cry": { + "animation_length": 3, + "bones": { + "Lred1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -25.78], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Lred2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -27.63], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Lred3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -32.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Lred4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -32.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Lred5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Lred6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -42.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Lred7": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -47.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 25.78], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 27.63], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 32.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 32.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 37.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 42.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue7": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 47.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + }, + "sound_effects": { + "0.5833": { + "effect": "pokemon.deoxysspeed.cry" + } + } + }, + "animation.deoxysspeed.recoil": { + "animation_length": 1.5, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [-20, 0, 0], + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.2917": { + "pre": [-0.5, 0, 4], + "post": [-0.5, 0, 4], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [20, 0, 0], + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-13.14, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "lefteye": { + "position": { + "0.0": [0, 0, 1], + "1.0833": [0, 0, 1], + "1.125": [0, 0, 0], + "1.5": [0, 0, 0] + } + }, + "righteye6": { + "position": { + "0.0": [0, 0, 1], + "1.0833": [0, 0, 1], + "1.125": [0, 0, 0], + "1.5": [0, 0, 0] + } + }, + "eyelids": { + "position": { + "0.0": [0, 0, -1], + "1.0833": [0, 0, -1], + "1.125": [0, 0, 0], + "1.5": [0, 0, 0] + } + } + } + }, + "animation.deoxysspeed.battle_base": { + "loop": true, + "animation_length": 3, + "bones": { + "body": { + "rotation": [15.12353, -7.24305, -1.95155], + "position": [-0.25, -7, -2.25] + }, + "hips": { + "rotation": [-7.52832, -4.9571, 0.6543], + "position": [0, 0, 0] + }, + "left_arm": { + "rotation": [-2.66459, -14.70843, 10.42981], + "position": [0, 0, -0.5] + }, + "Lred2": { + "rotation": [0, 0, 15] + }, + "Lred3": { + "rotation": [0, 0, 15] + }, + "Lred4": { + "rotation": [0.17442, 0.0038, 19.9939] + }, + "Lred5": { + "rotation": [0, 0, 17.5] + }, + "Lred6": { + "rotation": [0, 0, 10] + }, + "Lred7": { + "rotation": [0, 0, 10] + }, + "right_arm": { + "rotation": [5.43004, -37.12619, -14.59327], + "position": [0, 0, -0.25] + }, + "Rblue1": { + "rotation": [0, 30, 7.5] + }, + "Rblue2": { + "rotation": [0, 0, -12.5] + }, + "Rblue3": { + "rotation": [0, 0, -15] + }, + "Rblue4": { + "rotation": [0, 0, -15] + }, + "Rblue5": { + "rotation": [0, 0, -15] + }, + "Rblue6": { + "rotation": [0, 0, -15] + }, + "Rblue7": { + "rotation": [0.06555, -0.0028, -9.9996] + }, + "head": { + "rotation": [-2.4618, 7.5047, 0.2197] + }, + "leftleg": { + "rotation": [2.5355, 2.4738, -26.95546], + "position": [0.75, -7, 0.25] + }, + "left_thigh": { + "rotation": [0, -20, 0] + }, + "left_calf": { + "rotation": [42.3178, -6.9553, 0.2782] + }, + "rightleg": { + "rotation": [-12.3856, -9.9136, 28.68155], + "position": [-0.5, -7.75, -1] + }, + "right_thigh": { + "rotation": [-40.47741, 38.043, -11.5833] + }, + "right_calf": { + "rotation": [55.1949, 2.2504, 0.5792] + }, + "Lred1": { + "rotation": [-15.2385, 7.3378, -2.5791] + }, + "leftlegguard": { + "rotation": [10, 0, 0], + "position": [0, 1, 0] + }, + "rightleftguard": { + "rotation": [10.00933, -2.462, -0.43439], + "position": [0, 1, 0] + } + } + }, + "animation.deoxysspeed.physical": { + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [15.12353, -7.24305, -1.95155], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [40.73195, -15.57435, 7.5649], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [12.8744, -18.48721, -17.73344], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [22.73002, -56.84543, -32.91513], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [63.28052, -60.84023, -45.22394], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [60.23002, -56.84543, -32.91513], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [15.12353, -7.24305, -1.95155], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [15.12353, -7.24305, -1.95155], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [-0.25, -7, -2.25], + "0.75": [-0.25, -15, 1.75], + "0.875": [1.75, 2, -6.25], + "1.0417": [1.75, 4, -6.25], + "1.2917": [10, -10, -9], + "1.4583": [10, -16, -9], + "2.1667": [4.88, -4, -9.62], + "2.5": { + "pre": [-0.25, -7, -2.25], + "post": [-0.25, -7, -2.25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.25, -7, -2.25], + "lerp_mode": "catmullrom" + } + } + }, + "hips": { + "rotation": { + "0.0": [-7.52832, -4.9571, 0.6543], + "0.1667": [-25.47492, -0.68225, 9.70762], + "2.5": { + "pre": [-7.52832, -4.9571, 0.6543], + "post": [-7.52832, -4.9571, 0.6543], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-7.52832, -4.9571, 0.6543], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "2.5": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_arm": { + "rotation": [-2.66459, -14.70843, 10.42981], + "position": [0, 0, -0.5] + }, + "Lred2": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-10.01893, 0.43523, 10.01893], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-10.24279, 4.35876, -10.9763], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-14.23016, 27.25885, -24.06147], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-14.56733, 29.68036, -24.76861], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-9.2971, 18.8359, -4.86262], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [6.55681, 16.26694, 43.38844], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + } + }, + "Lred3": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-7.47178, 0.65182, 17.45744], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-8.84827, 10.9557, 0.77561], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-10.1141, 30.68908, -2.73176], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-10.70448, 35.60696, -3.81042], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-7.73393, 21.18894, 1.69624], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-15.92112, -13.15219, 16.04858], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + } + }, + "Lred4": { + "rotation": { + "0.0": { + "post": [0.17442, 0.0038, 19.9939], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-12.32558, 0.0038, 19.9939], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-13.27833, 17.16222, -6.99029], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-17.67678, 43.71971, -15.42849], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-14.57482, 29.29834, -10.25814], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-16.80277, -9.97311, 17.63354], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0.17442, 0.0038, 19.9939], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.17442, 0.0038, 19.9939], + "lerp_mode": "catmullrom" + } + } + }, + "Lred5": { + "rotation": { + "0.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-14.87739, 1.93597, 29.74721], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-9.56193, 12.34377, 9.95331], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-9.92741, 19.73589, 8.63337], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-9.34377, 30.01085, 9.49739], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-8.02574, -14.89315, 13.74652], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "Lred6": { + "rotation": { + "0.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0.76684, -32.48404, 17.17322], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0.78978, 35.01108, 18.03823], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0.74702, 30.01152, 17.95874], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [8.50312, -15.34776, -11.26695], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + } + } + }, + "Lred7": { + "rotation": { + "0.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [4.19074, -27.0475, 3.6532], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [4.75472, 26.72142, 7.46836], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [4.22047, 27.82605, 7.53441], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [9.82322, -20.23918, -11.92519], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + } + } + }, + "right_arm": { + "rotation": [5.43004, -37.12619, -14.59327], + "position": [0, 0, -0.25] + }, + "Rblue1": { + "rotation": { + "0.0": { + "post": [0, 30, 7.5], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [32.93463, 34.48509, -5.94914], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [61.56806, 36.09675, -3.81334], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [37.22213, 44.71557, -10.4946], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [40.86406, 41.56325, -5.17246], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [38.13088, 17.76584, 25.14625], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [32.95895, 47.59313, -16.40139], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [28.82827, 35.10001, -35.98573], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [36.30647, 51.70979, -12.01275], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, 30, 7.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 30, 7.5], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue2": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, -32.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 5, -32.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [4.33287, 2.49762, 27.5945], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-5.66713, 2.49762, 27.5945], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [18.66017, -6.08888, 14.12427], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue3": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, -32.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-2.5, 0, 32.5], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-0.66178, 0.14671, 9.21198], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue4": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, -9.5], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 2.5, 20], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0.61442, 2.70884, 35.72895], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0.7522, 2.38422, 37.51565], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue5": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 7.5, 32.5], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-0.6574, 7.4713, 27.45708], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue6": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0.19389, 10.58515, 24.21165], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0.43985, -8.80542, 19.7044], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0.46375, 1.27391, 16.79087], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue7": { + "rotation": { + "0.0": { + "post": [0.06555, -0.0028, -9.9996], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0.05685, -0.03275, 17.50039], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0.0646, 0.01145, -22.49959], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0.06561, 0.00006, -12.4996], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0.05378, -0.03758, 22.50038], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-1.29969, 10.65236, 18.51646], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-2.07511, 10.34499, 13.92915], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-3.35939, -5.60509, 8.10781], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0.06555, -0.0028, -9.9996], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.06555, -0.0028, -9.9996], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-2.4618, 7.5047, 0.2197], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-24.72468, 16.3419, -18.44507], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0.20882, 37.20919, -14.02145], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-31.45731, 50.40501, -23.82265], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-8.73156, 23.29656, -7.31796], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [-2.4618, 7.5047, 0.2197], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.4618, 7.5047, 0.2197], + "lerp_mode": "catmullrom" + } + } + }, + "leftleg": { + "rotation": { + "0.0": [2.5355, 2.4738, -26.95546], + "0.5833": { + "pre": [-21.9161, 4.0966, -43.63668], + "post": [-21.9161, 4.0966, -43.63668], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-21.9161, 4.0966, -43.63668], + "lerp_mode": "catmullrom" + }, + "0.7917": [-20.94715, 7.7587, -34.27958], + "0.875": [-7.03072, -17.30408, -23.19005], + "1.0417": [11.68511, -51.80016, -45.17291], + "1.125": [43.17627, -58.45145, -80.70687], + "1.2917": { + "pre": [47.36457, -39.89743, -79.40464], + "post": [47.36457, -39.89743, -79.40464], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [44.34017, -42.44905, -97.47917], + "lerp_mode": "catmullrom" + }, + "1.8333": [47.36457, -39.89743, -79.40464], + "2.1667": { + "pre": [28.45829, -25.67483, -61.56897], + "post": [28.45829, -25.67483, -61.56897], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [2.5355, 2.4738, -26.95546], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.5355, 2.4738, -26.95546], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0.75, -7, 0.25], + "0.5833": { + "pre": [-1, -15.5, 7.25], + "post": [-1, -15.5, 7.25], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-1, -15.5, 7.25], + "lerp_mode": "catmullrom" + }, + "0.7917": [0.75, -10.5, 5.25], + "0.875": [5, 3.5, -4], + "1.0417": [6, 6.5, -1], + "1.125": [5.5, 2, -0.5], + "1.2917": { + "pre": [7, -8, 0.5], + "post": [7, -8, 0.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5.25, -13, 1.25], + "lerp_mode": "catmullrom" + }, + "1.8333": [7, -8, 0.5], + "2.1667": { + "pre": [6.25, -3, -4], + "post": [6.25, -3, -4], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0.75, -7, 0.25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.75, -7, 0.25], + "lerp_mode": "catmullrom" + } + } + }, + "left_thigh": { + "rotation": { + "0.0": [0, -20, 0], + "0.5833": { + "pre": [0, -20, 0], + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": [10, -20, 0], + "1.2917": { + "pre": [-0.28643, -20.79801, 7.94192], + "post": [-0.28643, -20.79801, 7.94192], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5.28643, -20.79801, 7.94192], + "lerp_mode": "catmullrom" + }, + "1.8333": [-0.28643, -20.79801, 7.94192], + "2.1667": { + "pre": [-0.29, -20.8, 7.94], + "post": [-0.29, -20.8, 7.94], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_calf": { + "rotation": { + "0.0": [42.3178, -6.9553, 0.2782], + "0.5833": { + "pre": [89.8178, -6.9553, 0.2782], + "post": [89.8178, -6.9553, 0.2782], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [89.8178, -6.9553, 0.2782], + "lerp_mode": "catmullrom" + }, + "0.7917": [67.3178, -6.9553, 0.2782], + "1.125": [67.3178, -6.9553, 0.2782], + "1.2917": { + "pre": [50.67781, -16.75365, 8.22019], + "post": [50.67781, -16.75365, 8.22019], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [81.19138, -7.05191, 5.73945], + "lerp_mode": "catmullrom" + }, + "1.8333": [50.67781, -16.75365, 8.22019], + "2.1667": { + "pre": [58.17781, -16.75365, 8.22019], + "post": [58.17781, -16.75365, 8.22019], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [42.3178, -6.9553, 0.2782], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [42.3178, -6.9553, 0.2782], + "lerp_mode": "catmullrom" + } + } + }, + "rightleg": { + "rotation": { + "0.0": [-12.3856, -9.9136, 28.68155], + "0.5833": { + "pre": [-19.8178, -10.80092, 46.14951], + "post": [-19.8178, -10.80092, 46.14951], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-19.8178, -10.80092, 46.14951], + "lerp_mode": "catmullrom" + }, + "0.7917": [-15.6406, -12.29383, 30.72612], + "0.875": [-13.41178, -9.34928, 27.28098], + "1.0417": [-34.84199, -35.30735, 36.57043], + "1.125": [-43.38275, -41.33344, 42.27001], + "1.2917": { + "pre": [-57.31139, -60.50727, 73.21662], + "post": [-57.31139, -60.50727, 73.21662], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-89.59706, -60.87016, 81.25152], + "lerp_mode": "catmullrom" + }, + "1.8333": [-57.31139, -60.50727, 73.21662], + "2.1667": { + "pre": [-30.75303, -33.37498, 45.4807], + "post": [-30.75303, -33.37498, 45.4807], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-12.3856, -9.9136, 28.68155], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.3856, -9.9136, 28.68155], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [-0.5, -7.75, -1], + "0.5833": { + "pre": [-2.75, -12.75, 4.75], + "post": [-2.75, -12.75, 4.75], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-2.75, -12.75, 4.75], + "lerp_mode": "catmullrom" + }, + "0.7917": [-1.21, -8.75, 1.5], + "0.875": [5.5, 1.25, -7.5], + "1.0417": [7.5, 3.25, -8.5], + "1.125": [8.5, -1.75, -8.5], + "1.2917": { + "pre": [11.25, -10.75, -8.75], + "post": [11.25, -10.75, -8.75], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [11.25, -16.75, -8.75], + "lerp_mode": "catmullrom" + }, + "1.8333": [11.25, -10.75, -8.75], + "2.1667": { + "pre": [6.25, -5.25, -8.75], + "post": [6.25, -5.25, -8.75], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-0.5, -7.75, -1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.5, -7.75, -1], + "lerp_mode": "catmullrom" + } + } + }, + "right_thigh": { + "rotation": { + "0.0": [-40.47741, 38.043, -11.5833], + "0.5833": { + "pre": [-47.98, 38.04, -11.58], + "post": [-47.98, 38.04, -11.58], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-47.98, 38.04, -11.58], + "lerp_mode": "catmullrom" + }, + "0.7917": [-40.44921, 39.76682, -9.25666], + "0.875": [-27.98, 38.04, -11.58], + "1.2917": { + "pre": [-40.83572, 34.86363, -16.38277], + "post": [-40.83572, 34.86363, -16.38277], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-27.09866, 34.36742, -9.61742], + "lerp_mode": "catmullrom" + }, + "1.8333": [-40.83572, 34.86363, -16.38277], + "2.1667": { + "pre": [-40.84, 34.86, -16.38], + "post": [-40.84, 34.86, -16.38], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-40.47741, 38.043, -11.5833], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-40.47741, 38.043, -11.5833], + "lerp_mode": "catmullrom" + } + } + }, + "right_calf": { + "rotation": { + "0.0": [55.1949, 2.2504, 0.5792], + "0.5833": { + "pre": [64.4848, 22.45896, -14.23978], + "post": [64.4848, 22.45896, -14.23978], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [64.4848, 22.45896, -14.23978], + "lerp_mode": "catmullrom" + }, + "0.7917": [57.37451, 5.28898, -5.38845], + "0.875": [46.51519, -2.65094, -2.75477], + "1.0417": [46.02784, -8.07437, 2.45041], + "1.2917": { + "pre": [78.52784, -8.07437, 2.45041], + "post": [78.52784, -8.07437, 2.45041], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [103.92879, -20.42517, 1.17563], + "lerp_mode": "catmullrom" + }, + "1.8333": [78.52784, -8.07437, 2.45041], + "2.1667": { + "pre": [86.1336, 4.06136, -0.55275], + "post": [86.1336, 4.06136, -0.55275], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [55.1949, 2.2504, 0.5792], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [55.1949, 2.2504, 0.5792], + "lerp_mode": "catmullrom" + } + } + }, + "Lred1": { + "rotation": { + "0.0": { + "post": [-15.2385, 7.3378, -2.5791], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [51.34846, 6.59247, -10.09759], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [51.1455, 3.37127, -29.99382], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [28.64207, 23.40709, -19.40544], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [21.55199, -41.72199, -18.92428], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [27.326, -38.61144, -27.86216], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-15.2385, 7.3378, -2.5791], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-15.2385, 7.3378, -2.5791], + "lerp_mode": "catmullrom" + } + } + }, + "leftlegguard": { + "rotation": { + "0.0": [10, 0, 0], + "0.5833": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 1, 0], + "2.5": { + "pre": [0, 1, 0], + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightleftguard": { + "rotation": { + "0.0": [10.00933, -2.462, -0.43439], + "0.5833": { + "pre": [10.01, -2.46, -0.43], + "post": [10.01, -2.46, -0.43], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [10.01, -2.46, -0.43], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [10.01, -2.46, -0.43], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [10.00933, -2.462, -0.43439], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10.00933, -2.462, -0.43439], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 1, 0], + "2.5": { + "pre": [0, 1, 0], + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.deoxysspeed.special": { + "loop": true, + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [15.12353, -7.24305, -1.95155], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [35.12, -7.24, -1.95], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [47.62, -7.24, -1.95], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5.12353, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-7.38, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5.12353, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [15.12353, -7.24305, -1.95155], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [15.12353, -7.24305, -1.95155], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.25, -7, -2.25], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-0.25, -5, -4], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-0.25, -4, -4.75], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -0.25], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 3, 1.25], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 1, -0.25], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -4, -0.25], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, -1, -0.25], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [-0.25, -7, -2.25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.25, -7, -2.25], + "lerp_mode": "catmullrom" + } + } + }, + "hips": { + "rotation": { + "0.0": { + "post": [-7.52832, -4.9571, 0.6543], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-22.53, 0.04, 0.65], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-30.03, 0.04, 0.65], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5.03, 0.04, 0.65], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [9.97, 0.04, 0.65], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5.03, 0.04, 0.65], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-5.03, 0.04, 0.65], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [-7.52832, -4.9571, 0.6543], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-7.52832, -4.9571, 0.6543], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_arm": { + "rotation": [-2.66459, -14.70843, 10.42981], + "position": [0, 0, -0.5] + }, + "Lred2": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 5, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 5, -2.5], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 5, -2.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 5, -17.5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 5, -12.5], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + } + }, + "Lred3": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 37.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 5, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 5, -12.5], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 5, -12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-0.28622, 1.07356, -19.90276], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-0.29, 1.07, -24.9], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + } + }, + "Lred4": { + "rotation": { + "0.0": { + "post": [0.17442, 0.0038, 19.9939], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0.17442, 0.0038, 19.9939], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0.17, 0, 37.49], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0.17, 5, 7.49], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0.17, 5, -15.01], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0.17, 5, -15.01], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.17, -2.5, -17.51], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0.17, -2.5, -20.01], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0.17442, 0.0038, 19.9939], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.17442, 0.0038, 19.9939], + "lerp_mode": "catmullrom" + } + } + }, + "Lred5": { + "rotation": { + "0.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, -10, 10], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 40], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 5, 7.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 5, -15], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 5, -15], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -7.5, 20], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, -7.5, -17.5], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "Lred6": { + "rotation": { + "0.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, -12.5, -5], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 5, 7.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 5, -15], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 5, -15], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -10, 25], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, -10, -20], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + } + } + }, + "Lred7": { + "rotation": { + "0.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, -10, -20], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 10, 12.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 10, -10], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 10, -10], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -10, 30], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, -10, -22.5], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + } + } + }, + "right_arm": { + "rotation": [5.43004, -37.12619, -14.59327], + "position": [0, 0, -0.25] + }, + "Rblue1": { + "rotation": { + "0.0": { + "post": [0, 30, 7.5], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-90, 10, 10], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-95.24, 37.34, 20.08], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-95.24, 44.84, 20.08], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-95.24, 44.84, 20.08], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-15.24, 44.84, 20.08], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-15.24, 39.84, 0.08], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 30, 7.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 30, 7.5], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue2": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -5, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -5, -5], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, -5, -5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -2.5, 22.5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 5, 10], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue3": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0.17, -5, -7.49], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0.17, -5, 10.01], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0.17, -5, 10.01], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.17, -2.5, 15.01], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0.17, 7.5, 17.51], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue4": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, -35], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0.17, -5, -7.49], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0.17, -5, 15.01], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0.17, -5, 15.01], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.17, 0, 22.51], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0.17, 10, 22.51], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue5": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 5, -22.5], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, -45], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -5, -7.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -5, 15], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, -5, 15], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 5, -12.5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 5, 20], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue6": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 10, 2.5], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, -32.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -5, -7.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -5, 15], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, -5, 15], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 12.5, -35], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 12.5, 15], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue7": { + "rotation": { + "0.0": { + "post": [0.06555, -0.0028, -9.9996], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0.06555, 9.9972, 22.5004], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0.07, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -10, -12.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -5, 10], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, -10, 10], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 15, -37.5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 15, 17.5], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0.06555, -0.0028, -9.9996], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.06555, -0.0028, -9.9996], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": [-2.4618, 7.5047, 0.2197], + "1.0": [-2.46, 2.5, 0.22] + } + }, + "leftleg": { + "rotation": { + "0.0": { + "post": [2.5355, 2.4738, -26.95546], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-29.96, -2.53, -26.96], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-29.96, -0.03, -21.96], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.4645, -2.5262, -26.95546], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-2.46, -2.53, -26.96], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-2.4645, -2.5262, -26.95546], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-22.46, -15.03, -24.46], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [2.5355, 2.4738, -26.95546], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.5355, 2.4738, -26.95546], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.75, -7, 0.25], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0.75, -5, 0.25], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0.75, -4, 0.25], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0.25, 0, -0.75], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0.25, 3, -0.75], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0.25, 1, -0.75], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.25, -4, -0.75], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0.25, -1, -0.75], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0.75, -7, 0.25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.75, -7, 0.25], + "lerp_mode": "catmullrom" + } + } + }, + "left_thigh": { + "rotation": { + "0.0": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-17.5, -27.5, 10], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-17.5, -27.5, 10], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -20, -2.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [12.5, -20, 7.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [12.5, -20, 7.5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_calf": { + "rotation": { + "0.0": { + "post": [42.3178, -6.9553, 0.2782], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [99.82, -11.96, 0.28], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [99.82, -11.96, 0.28], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [29.8178, -6.9553, 0.2782], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [19.82, -6.96, 0.28], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [29.8178, -6.9553, 0.2782], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [59.82, -6.96, 0.28], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [44.82, -6.96, 0.28], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [42.3178, -6.9553, 0.2782], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [42.3178, -6.9553, 0.2782], + "lerp_mode": "catmullrom" + } + } + }, + "rightleg": { + "rotation": { + "0.0": { + "post": [-12.3856, -9.9136, 28.68155], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-34.89, -14.91, 31.18], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-27.39, -19.91, 31.18], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.4645, 2.5262, 26.9555], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-2.46, 2.53, 26.96], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-2.4645, 2.5262, 26.9555], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-19.96, 2.53, 24.46], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [-12.3856, -9.9136, 28.68155], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.3856, -9.9136, 28.68155], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.5, -7.75, -1], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-0.5, -5.75, -0.75], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-0.5, -4.75, -0.75], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-0.25, 0, -0.75], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-0.25, 3, -0.75], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-0.25, 1, -0.75], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-0.25, -5, -0.75], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-0.25, -2, -0.75], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [-0.5, -7.75, -1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.5, -7.75, -1], + "lerp_mode": "catmullrom" + } + } + }, + "right_thigh": { + "rotation": { + "0.0": { + "post": [-40.47741, 38.043, -11.5833], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-45.48, 43.04, -24.08], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-45.48, 43.04, -24.08], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 20, 2.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [5, 22.5, -7.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [5, 22.5, -7.5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [-40.47741, 38.043, -11.5833], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-40.47741, 38.043, -11.5833], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_calf": { + "rotation": { + "0.0": { + "post": [55.1949, 2.2504, 0.5792], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [105.19, 2.25, 0.58], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [105.19, 2.25, 0.58], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [27.3178, 6.9553, 0.2782], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [17.32, 6.96, 0.28], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [27.3178, 6.9553, 0.2782], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [84.82, 6.96, 0.28], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [72.32, 6.96, 0.28], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [55.1949, 2.2504, 0.5792], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [55.1949, 2.2504, 0.5792], + "lerp_mode": "catmullrom" + } + } + }, + "Lred1": { + "rotation": { + "0.0": { + "post": [-15.2385, 7.3378, -2.5791], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-15.2385, 32.3378, 7.4209], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-80.24, 49.84, -7.58], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-95.24, 14.84, -20.08], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-107.74, 9.84, -20.08], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-107.74, 9.84, -20.08], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-22.74, 9.84, -20.08], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-22.74, 17.34, -0.08], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-15.2385, 7.3378, -2.5791], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-15.2385, 7.3378, -2.5791], + "lerp_mode": "catmullrom" + } + } + }, + "leftlegguard": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightleftguard": { + "rotation": { + "0.0": { + "post": [10.00933, -2.462, -0.43439], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [10.01, -2.46, -0.43], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [10.00933, -2.462, -0.43439], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10.00933, -2.462, -0.43439], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.deoxysspeed.status": { + "loop": true, + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [15.12353, -7.24305, -1.95155], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [35.12, -7.24, -1.95], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [47.62, -7.24, -1.95], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5.12353, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-7.38, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5.12353, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [15.12353, -7.24305, -1.95155], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [15.12353, -7.24305, -1.95155], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.25, -7, -2.25], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-0.25, -5, -4], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-0.25, -4, -4.75], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -0.25], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 3, 1.25], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 1, -0.25], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -4, -0.25], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, -1, -0.25], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [-0.25, -7, -2.25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.25, -7, -2.25], + "lerp_mode": "catmullrom" + } + } + }, + "hips": { + "rotation": { + "0.0": { + "post": [-7.52832, -4.9571, 0.6543], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-22.53, 0.04, 0.65], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-30.03, 0.04, 0.65], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5.03, 0.04, 0.65], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [9.97, 0.04, 0.65], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5.03, 0.04, 0.65], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-5.03, 0.04, 0.65], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [-7.52832, -4.9571, 0.6543], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-7.52832, -4.9571, 0.6543], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_arm": { + "rotation": [-2.66459, -14.70843, 10.42981], + "position": [0, 0, -0.5] + }, + "Lred2": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 5, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 5, -2.5], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 5, -2.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 5, -17.5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 5, -12.5], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + } + }, + "Lred3": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 37.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 5, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 5, -12.5], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 5, -12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-0.28622, 1.07356, -19.90276], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-0.29, 1.07, -24.9], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + } + }, + "Lred4": { + "rotation": { + "0.0": { + "post": [0.17442, 0.0038, 19.9939], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0.17442, 0.0038, 19.9939], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0.17, 0, 37.49], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0.17, 5, 7.49], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0.17, 5, -15.01], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0.17, 5, -15.01], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.17, -2.5, -17.51], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0.17, -2.5, -20.01], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0.17442, 0.0038, 19.9939], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.17442, 0.0038, 19.9939], + "lerp_mode": "catmullrom" + } + } + }, + "Lred5": { + "rotation": { + "0.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, -10, 10], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 40], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 5, 7.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 5, -15], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 5, -15], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -7.5, 20], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, -7.5, -17.5], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "Lred6": { + "rotation": { + "0.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, -12.5, -5], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 5, 7.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 5, -15], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 5, -15], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -10, 25], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, -10, -20], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + } + } + }, + "Lred7": { + "rotation": { + "0.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, -10, -20], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 10, 12.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 10, -10], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 10, -10], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -10, 30], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, -10, -22.5], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + } + } + }, + "right_arm": { + "rotation": [5.43004, -37.12619, -14.59327], + "position": [0, 0, -0.25] + }, + "Rblue1": { + "rotation": { + "0.0": { + "post": [0, 30, 7.5], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-90, 10, 10], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-95.24, 37.34, 20.08], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-95.24, 44.84, 20.08], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-95.24, 44.84, 20.08], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-15.24, 44.84, 20.08], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-15.24, 39.84, 0.08], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 30, 7.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 30, 7.5], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue2": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -5, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -5, -5], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, -5, -5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -2.5, 22.5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 5, 10], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue3": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0.17, -5, -7.49], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0.17, -5, 10.01], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0.17, -5, 10.01], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.17, -2.5, 15.01], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0.17, 7.5, 17.51], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue4": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, -35], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0.17, -5, -7.49], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0.17, -5, 15.01], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0.17, -5, 15.01], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.17, 0, 22.51], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0.17, 10, 22.51], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue5": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 5, -22.5], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, -45], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -5, -7.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -5, 15], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, -5, 15], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 5, -12.5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 5, 20], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue6": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 10, 2.5], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, -32.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -5, -7.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -5, 15], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, -5, 15], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 12.5, -35], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 12.5, 15], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "Rblue7": { + "rotation": { + "0.0": { + "post": [0.06555, -0.0028, -9.9996], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0.06555, 9.9972, 22.5004], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0.07, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -10, -12.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -5, 10], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, -10, 10], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 15, -37.5], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 15, 17.5], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0.06555, -0.0028, -9.9996], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.06555, -0.0028, -9.9996], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": [-2.4618, 7.5047, 0.2197], + "1.0": [-2.46, 2.5, 0.22] + } + }, + "leftleg": { + "rotation": { + "0.0": { + "post": [2.5355, 2.4738, -26.95546], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-29.96, -2.53, -26.96], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-29.96, -0.03, -21.96], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.4645, -2.5262, -26.95546], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-2.46, -2.53, -26.96], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-2.4645, -2.5262, -26.95546], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-22.46, -15.03, -24.46], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [2.5355, 2.4738, -26.95546], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.5355, 2.4738, -26.95546], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.75, -7, 0.25], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0.75, -5, 0.25], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0.75, -4, 0.25], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0.25, 0, -0.75], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0.25, 3, -0.75], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0.25, 1, -0.75], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.25, -4, -0.75], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0.25, -1, -0.75], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0.75, -7, 0.25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.75, -7, 0.25], + "lerp_mode": "catmullrom" + } + } + }, + "left_thigh": { + "rotation": { + "0.0": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-17.5, -27.5, 10], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-17.5, -27.5, 10], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -20, -2.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [12.5, -20, 7.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [12.5, -20, 7.5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_calf": { + "rotation": { + "0.0": { + "post": [42.3178, -6.9553, 0.2782], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [99.82, -11.96, 0.28], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [99.82, -11.96, 0.28], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [29.8178, -6.9553, 0.2782], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [19.82, -6.96, 0.28], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [29.8178, -6.9553, 0.2782], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [59.82, -6.96, 0.28], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [44.82, -6.96, 0.28], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [42.3178, -6.9553, 0.2782], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [42.3178, -6.9553, 0.2782], + "lerp_mode": "catmullrom" + } + } + }, + "rightleg": { + "rotation": { + "0.0": { + "post": [-12.3856, -9.9136, 28.68155], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-34.89, -14.91, 31.18], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-27.39, -19.91, 31.18], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.4645, 2.5262, 26.9555], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-2.46, 2.53, 26.96], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-2.4645, 2.5262, 26.9555], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-19.96, 2.53, 24.46], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [-12.3856, -9.9136, 28.68155], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.3856, -9.9136, 28.68155], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.5, -7.75, -1], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-0.5, -5.75, -0.75], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-0.5, -4.75, -0.75], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-0.25, 0, -0.75], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-0.25, 3, -0.75], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-0.25, 1, -0.75], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-0.25, -5, -0.75], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-0.25, -2, -0.75], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [-0.5, -7.75, -1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.5, -7.75, -1], + "lerp_mode": "catmullrom" + } + } + }, + "right_thigh": { + "rotation": { + "0.0": { + "post": [-40.47741, 38.043, -11.5833], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-45.48, 43.04, -24.08], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-45.48, 43.04, -24.08], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 20, 2.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [5, 22.5, -7.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [5, 22.5, -7.5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [-40.47741, 38.043, -11.5833], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-40.47741, 38.043, -11.5833], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_calf": { + "rotation": { + "0.0": { + "post": [55.1949, 2.2504, 0.5792], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [105.19, 2.25, 0.58], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [105.19, 2.25, 0.58], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [27.3178, 6.9553, 0.2782], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [17.32, 6.96, 0.28], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [27.3178, 6.9553, 0.2782], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [84.82, 6.96, 0.28], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [72.32, 6.96, 0.28], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [55.1949, 2.2504, 0.5792], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [55.1949, 2.2504, 0.5792], + "lerp_mode": "catmullrom" + } + } + }, + "Lred1": { + "rotation": { + "0.0": { + "post": [-15.2385, 7.3378, -2.5791], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-15.2385, 32.3378, 7.4209], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-80.24, 49.84, -7.58], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-95.24, 14.84, -20.08], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-107.74, 9.84, -20.08], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-107.74, 9.84, -20.08], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-22.74, 9.84, -20.08], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-22.74, 17.34, -0.08], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-15.2385, 7.3378, -2.5791], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-15.2385, 7.3378, -2.5791], + "lerp_mode": "catmullrom" + } + } + }, + "leftlegguard": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightleftguard": { + "rotation": { + "0.0": { + "post": [10.00933, -2.462, -0.43439], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [10.01, -2.46, -0.43], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [10.00933, -2.462, -0.43439], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10.00933, -2.462, -0.43439], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.deoxysspeed.battle_stance": { + "loop": true, + "animation_length": 2.5, + "bones": { + "body": { + "rotation": [15.12353, -7.24305, -1.95155], + "position": ["-0.25-math.sin((query.anim_time)*288)*0.3", "-7+math.cos((query.anim_time)*576)*0.15", "-2.25-math.sin((query.anim_time)*288)*0.4"] + }, + "hips": { + "rotation": [-7.52832, "-4.9571-math.sin((query.anim_time)*288)*1.5", "0.6543-math.sin((query.anim_time)*288)*1.5"], + "position": [0, "0+math.sin((query.anim_time)*288)*0.15", 0] + }, + "left_arm": { + "rotation": [-2.66459, -14.70843, 10.42981], + "position": [0, 0, -0.5] + }, + "Lred2": { + "rotation": ["0-math.sin((query.anim_time-0.1)*288)*2", 0, "15-math.sin((query.anim_time-0.1)*288)*2"] + }, + "Lred3": { + "rotation": ["0-math.sin((query.anim_time-0.2)*288)*2", "0+math.sin((query.anim_time-0.2)*288)*2", "15-math.sin((query.anim_time-0.2)*288)*2"] + }, + "Lred4": { + "rotation": [0.17442, "0.0038+math.sin((query.anim_time-0.3)*288)*4", "19.9939-math.sin((query.anim_time-0.3)*288)*1"] + }, + "Lred5": { + "rotation": [0, "0+math.sin((query.anim_time-0.4)*288)*1.5", "17.5-math.sin((query.anim_time-0.4)*288)*1.5"] + }, + "Lred6": { + "rotation": [0, "0+math.sin((query.anim_time-0.5)*288)*2", "10-math.sin((query.anim_time-0.5)*288)*2"] + }, + "Lred7": { + "rotation": [0, "0+math.sin((query.anim_time-0.6)*288)*6", "10-math.sin((query.anim_time-0.6)*288)*3"] + }, + "right_arm": { + "rotation": [5.43004, -37.12619, -14.59327], + "position": [0, 0, -0.25] + }, + "Rblue1": { + "rotation": ["0+math.sin((query.anim_time-0.4)*288)*2", "30-math.sin((query.anim_time-0.2)*288)*5", "7.5+math.sin((query.anim_time)*288)*2"] + }, + "Rblue2": { + "rotation": ["0+math.sin((query.anim_time-0.1)*288)*2", 0, "-12.5+math.sin((query.anim_time-0.1)*288)*2"] + }, + "Rblue3": { + "rotation": ["0+math.sin((query.anim_time-0.2)*288)*2", "0-math.sin((query.anim_time-0.2)*288)*2", "-15+math.sin((query.anim_time-0.2)*288)*2"] + }, + "Rblue4": { + "rotation": [0, "0-math.sin((query.anim_time-0.3)*288)*4", "-15+math.sin((query.anim_time-0.3)*288)*2"] + }, + "Rblue5": { + "rotation": [0, "0-math.sin((query.anim_time-0.4)*288)*1.5", "-15+math.sin((query.anim_time-0.4)*288)*2"] + }, + "Rblue6": { + "rotation": [0, "0-math.sin((query.anim_time-0.5)*288)*4", "-15+math.sin((query.anim_time-0.5)*288)*2"] + }, + "Rblue7": { + "rotation": [0.06555, "-0.0028-math.sin((query.anim_time-0.6)*288)*8", "-9.9996+math.sin((query.anim_time-0.6)*288)*3"] + }, + "head": { + "rotation": [ + "-2.4618-math.sin((query.anim_time-0.6)*288)*0.5", + "7.5047-math.sin((query.anim_time-0.6)*288)*0.5", + "0.2197-math.cos((query.anim_time-0.6)*288)*0.7" + ] + }, + "leftleg": { + "rotation": ["2.5355+math.sin((query.anim_time)*288)*3", "2.4738+math.sin((query.anim_time)*288)*2", -26.95546], + "position": ["0.75-math.sin((query.anim_time)*288)*0.4", "-7+math.sin((query.anim_time)*288)*0.4", "0.25+math.sin((query.anim_time)*288)*0.4"] + }, + "left_thigh": { + "rotation": [0, "-20-math.sin((query.anim_time)*288)*1", 0] + }, + "left_calf": { + "rotation": ["42.3178-math.sin((query.anim_time)*288)*6.5", "-6.9553+math.sin((query.anim_time)*288)*1", "0.2782+math.sin((query.anim_time)*288)*4"] + }, + "rightleg": { + "rotation": ["-12.3856-math.sin((query.anim_time)*288)*3", "-9.9136-math.sin((query.anim_time)*288)*2", 28.68155], + "position": ["-0.5-math.sin((query.anim_time)*288)*0.4", "-7.75-math.sin((query.anim_time)*288)*0.2", "-1-math.sin((query.anim_time)*288)*0.4"] + }, + "right_thigh": { + "rotation": [-40.47741, "38.043+math.sin((query.anim_time)*288)*1", -11.5833] + }, + "right_calf": { + "rotation": ["55.1949+math.sin((query.anim_time)*288)*4", "2.2504-math.sin((query.anim_time)*288)*1", "0.5792+math.sin((query.anim_time)*288)*4"] + }, + "Lred1": { + "rotation": [ + "-15.2385-math.sin((query.anim_time-0.4)*288)*2", + "7.3378+math.sin((query.anim_time-0.2)*288)*5", + "-2.5791-math.sin((query.anim_time-0.4)*288)*2" + ] + }, + "leftlegguard": { + "rotation": ["10-math.sin((query.anim_time)*288)*2", 0, 0], + "position": [0, 1, 0] + }, + "rightleftguard": { + "rotation": [10.00933, "-2.462+math.sin((query.anim_time)*288)*2", -0.43439], + "position": [0, 1, 0] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/dewpider/dewpider.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/dewpider/dewpider.animation.json new file mode 100644 index 0000000..7d24d28 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/dewpider/dewpider.animation.json @@ -0,0 +1,679 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.dewpider.ground_idle": { + "loop": true, + "animation_length": 0.72, + "bones": { + "head": { + "position": { + "0.28": [0, 0, 0], + "0.32": [0, -0.00967, 0], + "0.36": [0, -0.04633, 0], + "0.4": [0, -0.10367, 0], + "0.44": [0, -0.14033, 0], + "0.48": [0, -0.15, 0], + "0.52": [0, -0.14149, 0], + "0.56": [0, -0.11506, 0], + "0.64": [0, -0.03494, 0], + "0.68": [0, -0.00851, 0], + "0.72": [0, 0, 0] + } + }, + "leg_front_left": { + "rotation": { + "0.0": [0, 45, 0], + "0.04": [-0.42182, 44.963, -0.59956], + "0.08": [-1.40912, 44.87642, -2.00287], + "0.12": [-2.70864, 44.76244, -3.84996], + "0.24": [-7.14243, 44.37359, -10.15198], + "0.28": [-8.44196, 44.25961, -11.99907], + "0.32": [-9.42925, 44.17302, -13.40238], + "0.36": [-9.85108, 44.13603, -14.00194], + "0.4": [-9.42925, 44.17302, -13.40238], + "0.44": [-8.44196, 44.25961, -11.99907], + "0.48": [-7.14243, 44.37359, -10.15198], + "0.6": [-2.70864, 44.76244, -3.84996], + "0.64": [-1.40912, 44.87642, -2.00287], + "0.68": [-0.42182, 44.963, -0.59956], + "0.72": [0, 45, 0] + } + }, + "leg_front_right": { + "rotation": { + "0.0": [0, -45, 0], + "0.04": [-0.42182, -44.963, 0.59956], + "0.08": [-1.40912, -44.87642, 2.00287], + "0.12": [-2.70864, -44.76244, 3.84996], + "0.24": [-7.14243, -44.37359, 10.15198], + "0.28": [-8.44196, -44.25961, 11.99907], + "0.32": [-9.42925, -44.17302, 13.40238], + "0.36": [-9.85108, -44.13603, 14.00194], + "0.4": [-9.42925, -44.17302, 13.40238], + "0.44": [-8.44196, -44.25961, 11.99907], + "0.48": [-7.14243, -44.37359, 10.15198], + "0.6": [-2.70864, -44.76244, 3.84996], + "0.64": [-1.40912, -44.87642, 2.00287], + "0.68": [-0.42182, -44.963, 0.59956], + "0.72": [0, -45, 0] + } + }, + "leg_back_left": { + "rotation": { + "0.0": [0, -45, 0], + "0.04": [0.42182, -44.963, -0.59956], + "0.08": [1.40912, -44.87642, -2.00287], + "0.12": [2.70864, -44.76244, -3.84996], + "0.24": [7.14243, -44.37359, -10.15198], + "0.28": [8.44196, -44.25961, -11.99907], + "0.32": [9.42925, -44.17302, -13.40238], + "0.36": [9.85108, -44.13603, -14.00194], + "0.4": [9.42925, -44.17302, -13.40238], + "0.44": [8.44196, -44.25961, -11.99907], + "0.48": [7.14243, -44.37359, -10.15198], + "0.6": [2.70864, -44.76244, -3.84996], + "0.64": [1.40912, -44.87642, -2.00287], + "0.68": [0.42182, -44.963, -0.59956], + "0.72": [0, -45, 0] + } + }, + "leg_back_right": { + "rotation": { + "0.0": [0, 45, 0], + "0.04": [0.42182, 44.963, 0.59956], + "0.08": [1.40912, 44.87642, 2.00287], + "0.12": [2.70864, 44.76244, 3.84996], + "0.24": [7.14243, 44.37359, 10.15198], + "0.28": [8.44196, 44.25961, 11.99907], + "0.32": [9.42925, 44.17302, 13.40238], + "0.36": [9.85108, 44.13603, 14.00194], + "0.4": [9.42925, 44.17302, 13.40238], + "0.44": [8.44196, 44.25961, 11.99907], + "0.48": [7.14243, 44.37359, 10.15198], + "0.6": [2.70864, 44.76244, 3.84996], + "0.64": [1.40912, 44.87642, 2.00287], + "0.68": [0.42182, 44.963, 0.59956], + "0.72": [0, 45, 0] + } + }, + "all": { + "position": { + "0.0": [0, 0, 0], + "0.04": [0, -0.02141, 0], + "0.08": [0, -0.07152, 0], + "0.24": [0, -0.36252, 0], + "0.28": [0, -0.42848, 0], + "0.32": [0, -0.47859, 0], + "0.36": [0, -0.5, 0], + "0.4": [0, -0.47859, 0], + "0.44": [0, -0.42848, 0], + "0.6": [0, -0.13748, 0], + "0.64": [0, -0.07152, 0], + "0.68": [0, -0.02141, 0], + "0.72": [0, 0, 0] + } + } + } + }, + "animation.dewpider.ground_walk": { + "loop": true, + "animation_length": 0.4, + "bones": { + "head": { + "rotation": [-5, 0, 0] + }, + "leg_front_left": { + "rotation": { + "0.0": { + "post": [-24.78507, 38.84468, -36.36024], + "lerp_mode": "catmullrom" + }, + "0.08": { + "post": [-24.78507, 38.84468, -36.36024], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [0, 45, 0], + "lerp_mode": "catmullrom" + }, + "0.28": { + "post": [0, 45, 0], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [-24.78507, 38.84468, -36.36024], + "lerp_mode": "catmullrom" + } + } + }, + "leg_front_right": { + "rotation": { + "0.0": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "0.08": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [-24.78507, -38.84468, 36.36024], + "lerp_mode": "catmullrom" + }, + "0.28": { + "post": [-24.78507, -38.84468, 36.36024], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_left": { + "rotation": { + "0.0": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "0.08": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [24.78507, -38.84468, -36.36024], + "lerp_mode": "catmullrom" + }, + "0.28": { + "post": [24.78507, -38.84468, -36.36024], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_right": { + "rotation": { + "0.0": { + "post": [24.78507, 38.84468, 36.36024], + "lerp_mode": "catmullrom" + }, + "0.08": { + "post": [24.78507, 38.84468, 36.36024], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [0, 45, 0], + "lerp_mode": "catmullrom" + }, + "0.28": { + "post": [0, 45, 0], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [24.78507, 38.84468, 36.36024], + "lerp_mode": "catmullrom" + } + } + }, + "all": { + "rotation": [5, 0, 0], + "position": { + "0.0": { + "post": [0, -0.55, 0], + "lerp_mode": "catmullrom" + }, + "0.08": { + "post": [0, -0.3, 0], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [0, -0.55, 0], + "lerp_mode": "catmullrom" + }, + "0.28": { + "post": [0, -0.3, 0], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [0, -0.55, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.dewpider.water_idle": { + "loop": true, + "animation_length": 0.56, + "bones": { + "leg_front_left": { + "rotation": { + "0.0": { + "post": [-14.51082, 43.07952, -20.75357], + "lerp_mode": "catmullrom" + }, + "0.28": { + "post": [-9.85108, 44.13603, -14.00194], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [-14.51082, 43.07952, -20.75357], + "lerp_mode": "catmullrom" + } + } + }, + "leg_front_right": { + "rotation": { + "0.0": { + "post": [-14.51082, -43.07952, 20.75357], + "lerp_mode": "catmullrom" + }, + "0.28": { + "post": [-9.85108, -44.13603, 14.00194], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [-14.51082, -43.07952, 20.75357], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_left": { + "rotation": { + "0.0": { + "post": [14.51082, -43.07952, -20.75357], + "lerp_mode": "catmullrom" + }, + "0.28": { + "post": [9.85108, -44.13603, -14.00194], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [14.51082, -43.07952, -20.75357], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_right": { + "rotation": { + "0.0": { + "post": [14.51082, 43.07952, 20.75357], + "lerp_mode": "catmullrom" + }, + "0.28": { + "post": [9.85108, 44.13603, 14.00194], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [14.51082, 43.07952, 20.75357], + "lerp_mode": "catmullrom" + } + } + }, + "all": { + "rotation": [5, 0, 0], + "position": { + "0.0": [0, 0, 0], + "0.04": [0, 0.01275, 0], + "0.08": [0, 0.04763, 0], + "0.2": [0, 0.20237, 0], + "0.24": [0, 0.23725, 0], + "0.28": [0, 0.25, 0], + "0.32": [0, 0.23725, 0], + "0.36": [0, 0.20237, 0], + "0.48": [0, 0.04763, 0], + "0.52": [0, 0.01275, 0], + "0.56": [0, 0, 0] + } + } + } + }, + "animation.dewpider.water_swim": { + "loop": true, + "animation_length": 0.6, + "bones": { + "head": { + "rotation": [-25, 0, 0] + }, + "leg_front_left": { + "rotation": { + "0.0": { + "post": [-14.51082, 43.07952, -20.75357], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [32.73241, 32.79775, 49.87926], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [-14.51082, 43.07952, -20.75357], + "lerp_mode": "catmullrom" + } + } + }, + "leg_front_right": { + "rotation": { + "0.0": { + "post": [-14.51082, -43.07952, 20.75357], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [32.73241, -32.79775, -49.87926], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [-14.51082, -43.07952, 20.75357], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_left": { + "rotation": { + "0.0": { + "post": [14.51082, -43.07952, -20.75357], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [-32.73241, -32.79775, 49.87926], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [14.51082, -43.07952, -20.75357], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_right": { + "rotation": { + "0.0": { + "post": [14.51082, 43.07952, 20.75357], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [-32.73241, 32.79775, -49.87926], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [14.51082, 43.07952, 20.75357], + "lerp_mode": "catmullrom" + } + } + }, + "all": { + "rotation": { + "0.0": [57.5, 0, 0], + "0.6": [57.5, 0, 0] + }, + "position": { + "0.0": [0, 2, 5], + "0.04": [0, 2.02257, 4.97743], + "0.08": [0, 2.1081, 4.8919], + "0.12": [0, 2.2419, 4.7581], + "0.16": [0, 2.32743, 4.67257], + "0.2": [0, 2.35, 4.65], + "0.24": [0, 2.33607, 4.66393], + "0.48": [0, 2.08441, 4.91559], + "0.56": [0, 2.01393, 4.98607], + "0.6": [0, 2, 5] + } + } + } + }, + "animation.dewpider.faint": { + "loop": true, + "animation_length": 2.885, + "bones": { + "head": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.36": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.08": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [-11.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.36": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.44": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.52": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_front_left": { + "rotation": { + "0.0": { + "post": [0, 45, 0], + "lerp_mode": "catmullrom" + }, + "0.36": { + "post": [-39.32269, 23.92746, -63.659], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [-42.73421, 15.69986, -73.67505], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [-24.78507, 38.84468, -36.36024], + "lerp_mode": "catmullrom" + }, + "0.84": { + "post": [-42.73421, 15.69986, -73.67505], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [-24.78507, 38.84468, -36.36024], + "lerp_mode": "catmullrom" + }, + "1.08": { + "post": [-42.73421, 15.69986, -73.67505], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [-24.78507, 38.84468, -36.36024], + "lerp_mode": "catmullrom" + }, + "1.4": { + "post": [31.33144, 34.12398, 47.33883], + "lerp_mode": "catmullrom" + } + } + }, + "leg_front_right": { + "rotation": { + "0.0": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "0.36": { + "post": [-39.32269, -23.92746, 63.659], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [-24.78507, -38.84468, 36.36024], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [-42.73421, -15.69986, 73.67505], + "lerp_mode": "catmullrom" + }, + "0.84": { + "post": [-24.78507, -38.84468, 36.36024], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [-42.73421, -15.69986, 73.67505], + "lerp_mode": "catmullrom" + }, + "1.08": { + "post": [-24.78507, -38.84468, 36.36024], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [-42.73421, -15.69986, 73.67505], + "lerp_mode": "catmullrom" + }, + "1.4": { + "post": [65.92684, -25.49671, -61.51653], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_left": { + "rotation": { + "0.0": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [12.2127, -43.65747, -17.40744], + "lerp_mode": "catmullrom" + }, + "1.08": { + "post": [9.85108, -44.13603, -14.00194], + "lerp_mode": "catmullrom" + }, + "1.4": { + "post": [-7.91541, 5.39727, -6.43731], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_right": { + "rotation": { + "0.0": { + "post": [0, 45, 0], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [12.2127, 43.65747, 17.40744], + "lerp_mode": "catmullrom" + }, + "1.08": { + "post": [9.85108, 44.13603, 14.00194], + "lerp_mode": "catmullrom" + }, + "1.4": { + "post": [-2.93406, -0.41957, 6.61785], + "lerp_mode": "catmullrom" + } + } + }, + "all": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.36": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.08": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4": { + "post": [-85, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.36": { + "post": [0, 0.75, 0], + "lerp_mode": "catmullrom" + }, + "1.08": { + "post": [0, 0.75, 0], + "lerp_mode": "catmullrom" + }, + "1.36": { + "post": [0, 1.25, 0], + "lerp_mode": "catmullrom" + }, + "1.44": { + "post": [0, 0.75, 0], + "lerp_mode": "catmullrom" + }, + "1.52": { + "post": [0, 1.25, 0], + "lerp_mode": "catmullrom" + }, + "2.88": { + "post": [0, 1.25, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.dewpider.sleep": { + "loop": true, + "animation_length": 1.36, + "bones": { + "head": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.84": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.36": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": [-20, 0, 0] + }, + "leg_front_left": { + "rotation": [-20, 0, 0] + }, + "leg_front_right": { + "rotation": [-20, 0, 0] + }, + "leg_back_left": { + "rotation": [75, 0, 0] + }, + "leg_back_right": { + "rotation": [75, 0, 0] + }, + "all": { + "position": [0, -2, 0] + } + } + } + }, + "geckolib_format_version": 2 +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/diancie/diancie.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/diancie/diancie.animation.json new file mode 100644 index 0000000..c67013c --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/diancie/diancie.animation.json @@ -0,0 +1,2085 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.diancie.ground_idle": { + "loop": true, + "animation_length": 2.70833, + "bones": { + "body": { + "position": [0, 2.7, 0] + }, + "jewelL": { + "rotation": [0, 0, 0] + }, + "jewelLL": { + "rotation": [0, 0, 0] + }, + "jewelR": { + "rotation": [0, 0, 0] + }, + "jewelRR": { + "rotation": [0, 0, 0] + }, + "bangL": { + "rotation": [-32.5, -25, 75] + }, + "bangR": { + "rotation": [-32.5, 25, -75] + }, + "armR": { + "rotation": [0, 0, -55] + }, + "armL": { + "rotation": [0, 0, 55] + } + } + }, + "animation.diancie.air_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "head": { + "relative_to": { + "rotation": "entity" + }, + "rotation": ["-1.6-math.sin(q.anim_time*90*2+60)*1.5+3 ", 0, 0] + }, + "armR": { + "rotation": { + "0.0": [0, 0, -55], + "0.4333": [0, 0, -51.7465], + "0.6667": [0, 0, -51.1], + "1.1": [0, 0, -52.45477], + "1.4": [0, 0, -54.465], + "1.6667": [0, 0, -55.95421], + "1.9": [0, 0, -55.68836], + "2.0": [0, 0, -55] + } + }, + "armL": { + "rotation": { + "0.0": [0, 0, 55], + "0.4333": [0, 0, 51.7465], + "0.6667": [0, 0, 51.1], + "1.1": [0, 0, 52.45477], + "1.4": [0, 0, 54.465], + "1.6667": [0, 0, 55.95421], + "1.9": [0, 0, 55.68836], + "2.0": [0, 0, 55] + } + }, + "jewelL": { + "rotation": { + "0.0": [0, 0, 0], + "0.4333": [-1.57845, 0, 0], + "0.4667": [-1.6, 0, 0], + "0.9": [-0.64758, 0, 0], + "1.0333": [-0.04444, 0, 0], + "1.4667": [1.12594, 0, 0], + "1.5": [1.16875, 0, 0], + "1.9333": [0.3446, 0, 0], + "2.0": [0, 0, 0] + } + }, + "jewelLL": { + "rotation": { + "0.0": [0, 0, 0], + "0.4333": [-1.57845, 0, 0], + "0.4667": [-1.6, 0, 0], + "0.9": [-0.64758, 0, 0], + "1.0333": [-0.04444, 0, 0], + "1.4667": [1.12594, 0, 0], + "1.5": [1.16875, 0, 0], + "1.9333": [0.3446, 0, 0], + "2.0": [0, 0, 0] + } + }, + "jewelR": { + "rotation": { + "0.0": [0, 0, 0], + "0.4333": [-1.57845, 0, 0], + "0.4667": [-1.6, 0, 0], + "0.9": [-0.64758, 0, 0], + "1.0333": [-0.04444, 0, 0], + "1.4667": [1.12594, 0, 0], + "1.5": [1.16875, 0, 0], + "1.9333": [0.3446, 0, 0], + "2.0": [0, 0, 0] + } + }, + "jewelRR": { + "rotation": { + "0.0": [0, 0, 0], + "0.4333": [-1.57845, 0, 0], + "0.4667": [-1.6, 0, 0], + "0.9": [-0.64758, 0, 0], + "1.0333": [-0.04444, 0, 0], + "1.4667": [1.12594, 0, 0], + "1.5": [1.16875, 0, 0], + "1.9333": [0.3446, 0, 0], + "2.0": [0, 0, 0] + } + }, + "bangL": { + "rotation": ["-32.5+math.sin(q.anim_time*90*2+30)*3 ", "-25+math.sin(q.anim_time*90*2+90)*2 ", "75+math.sin(q.anim_time*90*2+60)*2 "] + }, + "bangR": { + "rotation": ["-32.5+math.sin(q.anim_time*90*2+30)*3 ", "25-math.sin(q.anim_time*90*2+90)*2 ", "-75-math.sin(q.anim_time*90*2+60)*2 "] + }, + "body": { + "rotation": { + "0.0": [2.5, 0, 0], + "2.0": [2.5, 0, 0] + }, + "position": [0, "2-math.sin(q.anim_time*90*2-90)*0.3", "-math.sin(q.anim_time*90*2)*0.1"] + }, + "torso": { + "rotation": ["math.sin(q.anim_time*90*2+60)*1 ", 0, 0] + }, + "lowerBody": { + "rotation": ["-math.sin(q.anim_time*90*2+120)*1", 0, 0] + } + } + }, + "animation.diancie.air_walk": { + "loop": true, + "animation_length": 3, + "bones": { + "body": { + "rotation": [12.5, 0, 0], + "position": ["0-math.sin(q.anim_time*30*4)*0.75", "0-math.sin(q.anim_time*30*8)*0.25", 0] + }, + "head": { + "rotation": { + "0.0": [-12.5, 0, 0], + "0.2667": [-11.26, 0, -0.6], + "0.5333": [-10.38, 0, -1.2], + "0.8667": [-10.7, 0, -1.6], + "1.1667": [-11.76, 0, -1.5], + "1.4667": [-12.42457, 0, -0.91235], + "1.5": [-12.4, 0, -0.8], + "1.8": [-11.06, 0, 0], + "2.0333": [-10.58234, 0, 0.86463], + "2.3": [-10.8, 0, 1.1], + "2.5333": [-11.86, 0, 1], + "2.9667": [-12.5534, 0, 0.12447], + "3.0": [-12.5, 0, 0] + } + }, + "jewelL": { + "rotation": { + "0.0": [-12.5, 0, 0], + "0.2667": [-11.26, 0, 0], + "0.5333": [-10.38, 0, -0.7], + "0.8667": [-10.7, 0, -1.4], + "1.1333": [-11.51773, 0, -1.41921], + "1.1667": [-11.76, 0, -1.4], + "1.5": [-12.4, 0, -0.8], + "1.8": [-11.06, 0, 0], + "2.0333": [-10.58234, 0, 0.86463], + "2.0667": { + "pre": [-10.58, 0, 0.9], + "post": [-10.58, 0, 0.9], + "lerp_mode": "catmullrom" + }, + "2.1333": [-10.58078, 0, 0.92028], + "2.3": [-10.8, 0, 1.1], + "2.5333": [-11.86, 0, 0.8], + "2.9667": [-12.5534, 0, -0.01104], + "3.0": [-12.5, 0, 0] + } + }, + "jewelLL": { + "rotation": { + "0.0": [-12.5, 0, 0], + "0.2667": [-11.26, 0, 0], + "0.5333": [-10.38, 0, -0.7], + "0.8667": [-10.7, 0, -1.4], + "1.1333": [-11.51773, 0, -1.41921], + "1.1667": [-11.76, 0, -1.4], + "1.5": [-12.4, 0, -0.8], + "1.8": [-11.06, 0, 0], + "2.0333": [-10.58234, 0, 0.86463], + "2.0667": { + "pre": [-10.58, 0, 0.9], + "post": [-10.58, 0, 0.9], + "lerp_mode": "catmullrom" + }, + "2.1333": [-10.58078, 0, 0.92028], + "2.3": [-10.8, 0, 1.1], + "2.5333": [-11.86, 0, 0.8], + "2.9667": [-12.5534, 0, -0.01104], + "3.0": [-12.5, 0, 0] + } + }, + "jewelR": { + "rotation": { + "0.0": [-12.5, 0, 0], + "0.2667": [-11.26, 0, 0], + "0.5333": [-10.38, 0, -0.7], + "0.8667": [-10.7, 0, -1.4], + "1.1333": [-11.51773, 0, -1.41921], + "1.1667": [-11.76, 0, -1.4], + "1.5": [-12.4, 0, -0.8], + "1.8": [-11.06, 0, 0], + "2.0333": [-10.58234, 0, 0.86463], + "2.0667": { + "pre": [-10.58, 0, 0.9], + "post": [-10.58, 0, 0.9], + "lerp_mode": "catmullrom" + }, + "2.1333": [-10.58078, 0, 0.92028], + "2.3": [-10.8, 0, 1.1], + "2.5333": [-11.86, 0, 0.8], + "2.9667": [-12.5534, 0, -0.01104], + "3.0": [-12.5, 0, 0] + } + }, + "jewelRR": { + "rotation": { + "0.0": [-12.5, 0, 0], + "0.2667": [-11.26, 0, 0], + "0.5333": [-10.38, 0, -0.7], + "0.8667": [-10.7, 0, -1.4], + "1.1333": [-11.51773, 0, -1.41921], + "1.1667": [-11.76, 0, -1.4], + "1.5": [-12.4, 0, -0.8], + "1.8": [-11.06, 0, 0], + "2.0333": [-10.58234, 0, 0.86463], + "2.0667": { + "pre": [-10.58, 0, 0.9], + "post": [-10.58, 0, 0.9], + "lerp_mode": "catmullrom" + }, + "2.1333": [-10.58078, 0, 0.92028], + "2.3": [-10.8, 0, 1.1], + "2.5333": [-11.86, 0, 0.8], + "2.9667": [-12.5534, 0, -0.01104], + "3.0": [-12.5, 0, 0] + } + }, + "bangL": { + "rotation": [ + "-57.7646-math.sin(q.anim_time*90*2.6666-120)*1", + "-55.6842-math.sin(q.anim_time*90*2.6666-90)*2.5", + "62.4878-math.sin(q.anim_time*90*2.6666-120)*2" + ] + }, + "bangR": { + "rotation": [ + "-57.7646+math.sin(q.anim_time*90*2.6666-120)*1", + "55.6842+math.sin(q.anim_time*90*2.6666-90)*2.5", + "-62.4878+math.sin(q.anim_time*90*2.6666-120)*2" + ] + }, + "armR": { + "rotation": { + "0.0": [7.21515, 19.92483, -51.1837], + "0.4333": [7.22, 18.92, -52.33], + "0.9333": [7.21515, 18.92483, -52.2837], + "1.1667": [7.21028, 19.79863, -51.26746], + "1.2": [7.21, 19.93, -51.14], + "1.6333": [7.21515, 19.92483, -51.6837], + "1.8333": [7.21971, 19.49996, -53.18184], + "1.8667": [7.22, 19.32, -53.52], + "2.0667": [7.2161, 18.62565, -53.88254], + "2.1667": [7.21515, 18.62483, -53.5837], + "2.5": [7.21023, 19.39378, -51.62912], + "2.5333": [7.21, 19.53, -51.44], + "3.0": [7.21515, 19.92483, -51.1837] + } + }, + "armL": { + "rotation": { + "0.0": [7.21515, -19.92483, 51.1837], + "0.4333": [7.22, -18.92, 52.33], + "0.9333": [7.21515, -18.92483, 52.2837], + "1.1667": [7.21028, -19.79863, 51.26746], + "1.2": [7.21, -19.93, 51.14], + "1.6333": [7.21515, -19.92483, 51.6837], + "1.8333": [7.21971, -19.49996, 53.18184], + "1.8667": [7.22, -19.32, 53.52], + "2.0667": [7.2161, -18.62565, 53.88254], + "2.1667": [7.21515, -18.62483, 53.5837], + "2.5": [7.21023, -19.39378, 51.62912], + "2.5333": [7.21, -19.53, 51.44], + "3.0": [7.21515, -19.92483, 51.1837] + }, + "position": { + "0.0": [0, 0, 0], + "3.0": [0, 0, 0] + } + }, + "torso": { + "rotation": ["math.sin(q.anim_time*90*2.6666-60)*2", 0, "-math.sin(q.anim_time*90*1.3333+20)*0.5"] + }, + "lowerBody": { + "rotation": ["math.sin(q.anim_time*90*2.6666-90)*0.25+5", 0, "-math.sin(q.anim_time*90*1.3333-15)*2"] + } + } + }, + "animation.diancie.blink": { + "animation_length": 0.20833, + "bones": { + "eyeR": { + "position": { + "0.0": [-0.05, 0, -0.1], + "0.1667": [-0.05, 0, -0.1], + "0.2083": [0.05, 0, 0] + } + }, + "eyeL": { + "position": { + "0.0": [0.1, 0, -0.088], + "0.1667": [0.1, 0, -0.088], + "0.2083": [0, 0, 0] + } + } + } + }, + "animation.diancie.faint": { + "loop": true, + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3": [13.84238, 20.88709, 5.49855], + "0.3333": [13.23613, 20.2648, 5.53075], + "0.3667": [11.79896, 18.78961, 5.59658], + "0.4": [9.87198, 16.81165, 5.66662], + "0.4333": [7.64949, 14.53037, 5.72177], + "0.5333": [0.4084, 7.09772, 5.64394], + "0.5667": [-1.86584, 4.76332, 5.47987], + "0.6": [-3.88165, 2.69417, 5.20639], + "0.6333": [-5.46512, 1.06882, 4.78229], + "0.6667": [-6.37, 0.14, 3.93], + "0.7": [-6.32825, -0.23623, 3.0316], + "0.7333": [-6.1325, -2.00024, 2.04438], + "0.7667": [-5.7375, -5.55976, 0.75668], + "0.8": [-5.54175, -7.32377, -1.34524], + "0.8333": [-5.5, -7.7, -4.3], + "0.8667": [-2.84251, -7.44424, -8.40221], + "0.9": [4.19938, -6.66907, -13.25207], + "0.9333": [14.6054, -5.44249, -18.01265], + "0.9667": [27.65825, -3.97861, -22.29086], + "1.0": [42.7746, -2.5974, -25.82587], + "1.0333": [59.34701, -1.57946, -28.39961], + "1.1": [83.26777, -0.99985, -29.98488], + "1.1333": [88.9694, -1.00379, -30.10812], + "1.1667": [90.13927, -1.04544, -31.41165], + "1.2": [90.14, -1.07, -32.18], + "1.2333": [90.13535, -1.06703, -32.08681], + "1.2667": [89.72454, -1.05652, -31.75628], + "1.3333": [88.72338, -1.01751, -30.5302], + "1.3667": [88.40977, -1.00479, -30.1306], + "1.4333": { + "pre": [88.27, -1, -29.98], + "post": [88.27, -1, -29.98], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 2.3, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [2.1, 0.94, 2.7], + "lerp_mode": "catmullrom" + }, + "0.3667": { + "post": [2.4, 1.4, 6.1], + "lerp_mode": "catmullrom" + }, + "0.5333": { + "post": [1.2, 2.78, 7.77], + "lerp_mode": "catmullrom" + }, + "0.7667": { + "post": [-0.5, 2.1, 7], + "lerp_mode": "catmullrom" + }, + "0.9333": { + "post": [0, -3.59, 1.68], + "lerp_mode": "catmullrom" + }, + "1.0333": { + "post": [0.3, -14.7, -1.3], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [0, -14.7, -1.6], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0333": [-0.06463, 0, 0.02834], + "0.1": [-0.58, 0, 0], + "0.1333": [-0.41555, 0, -0.16407], + "0.1667": [0.31895, 0, -0.35072], + "0.2": [1.99029, 0, -0.74279], + "0.2333": [4.11887, 0, -0.92332], + "0.3": [4.9, 0, -1.1], + "0.3333": [5.01138, 0, -1.19911], + "0.3667": [4.43424, 0, -1.28882], + "0.4": [3.33541, 0, -1.37153], + "0.4333": [1.8813, 0, -1.44779], + "0.5667": [-4.89088, 0, -1.68764], + "0.6": [-6.39991, 0, -1.72961], + "0.6333": [-7.74236, 0, -1.7632], + "0.6667": [-8.89799, 0, -1.78751], + "0.7": [-9.85569, 0, -1.80141], + "0.7333": [-10.61078, 0, -1.80344], + "0.7667": [-11.16279, 0, -1.7917], + "0.8": [-11.51452, 0, -1.76364], + "0.8333": [-11.68, 0, -1.7], + "0.8667": [-11.63274, 0, -1.61698], + "0.9": [-11.44052, 0, -1.49317], + "0.9333": [-11.04793, 0, -1.31505], + "0.9667": [-10.35622, 0, -1.06263], + "1.0": [-9.16159, 0, -0.70938], + "1.0333": [-6.93542, 0, -0.24312], + "1.0667": [-2.75053, 0, 0.25506], + "1.1": [-0.03996, 0, 0.62866], + "1.1333": [0.64, 0, 0.8], + "1.1667": [1.01647, -0.46588, 0.95741], + "1.2": [1.01383, -2.1183, 1.06428], + "1.2333": [0.48494, -5.0769, 1.09647], + "1.2667": [-0.34817, -8.24785, 1.06847], + "1.3": [-0.94383, -10.24559, 1.03274], + "1.3333": [-1.17632, -10.99846, 1.01542], + "1.3667": [-1.12851, -10.95055, 1.01564], + "1.4": [-0.90433, -10.72589, 1.01667], + "1.4333": [-0.45198, -10.27257, 1.01875], + "1.4667": [-0.22781, -10.04791, 1.01978], + "1.5": [-0.18, -10, 1.02], + "1.8667": [-0.17632, -9.99846, 1.01542] + } + }, + "jewelL": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0333": [-0.02457, 0, 0], + "0.1667": [-0.5403, 0, 0], + "0.2": [-0.58, 0, 0], + "0.2333": [-0.41555, 0, 0], + "0.2667": [0.31895, 0, 0], + "0.3": [1.82384, 0, 0], + "0.3333": [3.19029, 0, 0], + "0.3667": [4.11887, 0, 0], + "0.4333": [4.9, 0, 0], + "0.4667": [5.01138, 0, 0], + "0.5": [4.43424, 0, 0], + "0.5333": [3.33541, 0, 0], + "0.5667": [1.8813, 0, 0], + "0.7": [-4.89088, 0, 0], + "0.7333": [-6.39991, 0, 0], + "0.7667": [-7.74236, 0, 0], + "0.8": [-8.89799, 0, 0], + "0.8333": [-9.85569, 0, 0], + "0.8667": [-10.61078, 0, 0], + "0.9": [-11.16279, 0, 0], + "0.9333": [-11.51452, 0, 0], + "0.9667": [-11.68, 0, 0], + "1.0": [-11.59718, 0, 0], + "1.0333": [-11.26168, 0, 0], + "1.0667": [-10.53578, 0, 0], + "1.1": [-9.10111, 0, 0], + "1.1333": [-5.81207, 0, 0], + "1.1667": [0.64, 0, 0], + "1.2": [1.21562, 0, 0], + "1.2333": [1.04164, 0, 0], + "1.2667": [0.56264, 0, 0], + "1.3667": [-1.2501, 0, 0], + "1.4333": [-1.9, 0, 0], + "1.4667": [-2.2093, 0, 0], + "1.5": [-2.18697, 0, 0], + "1.5333": [-1.54352, 0, 0], + "1.5667": [-0.68283, 0, 0], + "1.6": [0, 0, 0], + "1.8667": [0, 0, 0] + } + }, + "jewelLL": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0333": [-0.02457, 0, 0], + "0.1667": [-0.5403, 0, 0], + "0.2": [-0.58, 0, 0], + "0.2333": [-0.41555, 0, 0], + "0.2667": [0.31895, 0, 0], + "0.3": [1.82384, 0, 0], + "0.3333": [3.19029, 0, 0], + "0.3667": [4.11887, 0, 0], + "0.4333": [4.9, 0, 0], + "0.4667": [5.01138, 0, 0], + "0.5": [4.43424, 0, 0], + "0.5333": [3.33541, 0, 0], + "0.5667": [1.8813, 0, 0], + "0.7": [-4.89088, 0, 0], + "0.7333": [-6.39991, 0, 0], + "0.7667": [-7.74236, 0, 0], + "0.8": [-8.89799, 0, 0], + "0.8333": [-9.85569, 0, 0], + "0.8667": [-10.61078, 0, 0], + "0.9": [-11.16279, 0, 0], + "0.9333": [-11.51452, 0, 0], + "0.9667": [-11.68, 0, 0], + "1.0": [-11.59718, 0, 0], + "1.0333": [-11.26168, 0, 0], + "1.0667": [-10.53578, 0, 0], + "1.1": [-9.10111, 0, 0], + "1.1333": [-5.81207, 0, 0], + "1.1667": [0.64, 0, 0], + "1.2": [1.21562, 0, 0], + "1.2333": [1.04164, 0, 0], + "1.2667": [0.56264, 0, 0], + "1.3667": [-1.2501, 0, 0], + "1.4333": [-1.9, 0, 0], + "1.4667": [-2.1343, 0, 0], + "1.5": [-2.11197, 0, 0], + "1.5333": [-1.54352, 0, 0], + "1.5667": [-0.60783, 0, 0], + "1.6": { + "pre": [0.09, 0, 0], + "post": [0.09, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jewelR": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0333": [-0.02457, 0, 0], + "0.1667": [-0.5403, 0, 0], + "0.2": [-0.58, 0, 0], + "0.2333": [-0.41555, 0, 0], + "0.2667": [0.31895, 0, 0], + "0.3": [1.82384, 0, 0], + "0.3333": [3.19029, 0, 0], + "0.3667": [4.11887, 0, 0], + "0.4333": [4.9, 0, 0], + "0.4667": [5.01138, 0, 0], + "0.5": [4.43424, 0, 0], + "0.5333": [3.33541, 0, 0], + "0.5667": [1.8813, 0, 0], + "0.7": [-4.89088, 0, 0], + "0.7333": [-6.39991, 0, 0], + "0.7667": [-7.74236, 0, 0], + "0.8": [-8.89799, 0, 0], + "0.8333": [-9.85569, 0, 0], + "0.8667": [-10.61078, 0, 0], + "0.9": [-11.16279, 0, 0], + "0.9333": [-11.51452, 0, 0], + "0.9667": [-11.68, 0, 0], + "1.0": [-11.59718, 0, 0], + "1.0333": [-11.26168, 0, 0], + "1.0667": [-10.53578, 0, 0], + "1.1": [-9.10111, 0, 0], + "1.1333": [-5.81207, 0, 0], + "1.1667": [0.64, 0, 0], + "1.2": [1.21562, 0, 0], + "1.2333": [1.04164, 0, 0], + "1.2667": [0.56264, 0, 0], + "1.3667": [-1.2501, 0, 0], + "1.4333": [-1.9, 0, 0], + "1.4667": [-2.1343, 0, 0], + "1.5": [-2.11197, 0, 0], + "1.5333": [-1.54352, 0, 0], + "1.5667": [-0.60783, 0, 0], + "1.6": { + "pre": [0.09, 0, 0], + "post": [0.09, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jewelRR": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0333": [-0.02457, 0, 0], + "0.1667": [-0.5403, 0, 0], + "0.2": [-0.58, 0, 0], + "0.2333": [-0.41555, 0, 0], + "0.2667": [0.31895, 0, 0], + "0.3": [1.82384, 0, 0], + "0.3333": [3.19029, 0, 0], + "0.3667": [4.11887, 0, 0], + "0.4333": [4.9, 0, 0], + "0.4667": [5.01138, 0, 0], + "0.5": [4.43424, 0, 0], + "0.5333": [3.33541, 0, 0], + "0.5667": [1.8813, 0, 0], + "0.7": [-4.89088, 0, 0], + "0.7333": [-6.39991, 0, 0], + "0.7667": [-7.74236, 0, 0], + "0.8": [-8.89799, 0, 0], + "0.8333": [-9.85569, 0, 0], + "0.8667": [-10.61078, 0, 0], + "0.9": [-11.16279, 0, 0], + "0.9333": [-11.51452, 0, 0], + "0.9667": [-11.68, 0, 0], + "1.0": [-11.59718, 0, 0], + "1.0333": [-11.26168, 0, 0], + "1.0667": [-10.53578, 0, 0], + "1.1": [-9.10111, 0, 0], + "1.1333": [-5.81207, 0, 0], + "1.1667": [0.64, 0, 0], + "1.2": [1.21562, 0, 0], + "1.2333": [1.04164, 0, 0], + "1.2667": [0.56264, 0, 0], + "1.3667": [-1.2501, 0, 0], + "1.4333": [-1.9, 0, 0], + "1.4667": [-2.1343, 0, 0], + "1.5": [-2.11197, 0, 0], + "1.5333": [-1.54352, 0, 0], + "1.5667": [-0.60783, 0, 0], + "1.6": { + "pre": [0.09, 0, 0], + "post": [0.09, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bangL": { + "rotation": { + "0.0": { + "post": [-32.5, -25, 75], + "lerp_mode": "catmullrom" + }, + "0.2667": { + "post": [-36.13911, 2.08445, 67.90086], + "lerp_mode": "catmullrom" + }, + "0.5333": { + "post": [-33.46814, -26.86392, 49.61026], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-22.36877, -28.04503, 53.4877], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-26.62368, -24.41678, 55.09531], + "lerp_mode": "catmullrom" + }, + "1.3": { + "post": [-35.82648, 7.92102, 71.38984], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-35.64537, 5.8928, 71.85744], + "lerp_mode": "catmullrom" + }, + "1.8667": { + "post": [-35.64537, 5.8928, 71.85744], + "lerp_mode": "catmullrom" + } + } + }, + "bangR": { + "rotation": { + "0.0": { + "post": [-32.5, 25, -75], + "lerp_mode": "catmullrom" + }, + "0.2667": { + "post": [-38.52928, -2.1038, -66.83859], + "lerp_mode": "catmullrom" + }, + "0.5333": { + "post": [-41.74919, 31.57104, -77.88463], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-35.76124, 21.23309, -69.23517], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-34.45297, 29.41649, -72.7728], + "lerp_mode": "catmullrom" + }, + "1.3": { + "post": [-28.3077, 10.29662, -57.28446], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-29.28, 14.6, -62.37], + "lerp_mode": "catmullrom" + }, + "1.8667": { + "post": [-29.28, 14.6, -62.37], + "lerp_mode": "catmullrom" + } + } + }, + "eyeL": { + "position": { + "0.7667": [0, 0, 0], + "0.8": [0.1, 0, -0.09] + } + }, + "eyeR": { + "position": { + "0.7667": [0, 0, 0], + "0.8": [0.1, 0, -0.1], + "0.8333": [-0.05, 0, -0.09] + } + }, + "mouthOpen": { + "position": { + "0.0": [0, -0.17047, 0.09246], + "0.0333": [0, -0.17047, 0.09246], + "0.1": [0, -0.17, -0.11], + "0.6333": [0, -0.17047, -0.10754], + "0.8": [0, -0.17047, -0.10754], + "1.8667": [0, -0.17047, -0.10754] + }, + "scale": { + "0.0": [0.6, 0.1, 1], + "0.1": [0.6, 0.1, 1], + "0.1667": [1, 1, 1] + } + }, + "armR": { + "rotation": { + "0.0": [0, 0, -55], + "0.0333": [-5.55925, -5.65695, -52.50539], + "0.0667": [-11.18325, -10.55345, -49.45455], + "0.1": [-16.66254, -14.78202, -45.6218], + "0.1333": [-21.80021, -18.40923, -40.6291], + "0.1667": [-26.42025, -21.48389, -33.89652], + "0.2": [-30.37262, -24.04161, -25.26604], + "0.2333": [-33.53622, -26.10804, -17.14561], + "0.2667": [-35.81961, -27.70088, -11.66415], + "0.3": [-37.15833, -28.8315, -8.20778], + "0.3333": [-37.51142, -29.50566, -5.97293], + "0.3667": [-37.55281, -29.77854, -4.47038], + "0.4": [-37.83987, -29.7909, -3.46129], + "0.4333": [-38.27326, -29.62865, -2.83894], + "0.4667": [-38.80709, -29.34525, -2.52886], + "0.5": [-39.41574, -28.97637, -2.47503], + "0.5333": [-40.08317, -28.54717, -2.63464], + "0.5667": [-40.7986, -28.07635, -2.97312], + "0.6": [-41.55442, -27.57815, -3.46182], + "0.6333": [-42.34503, -27.06368, -4.07634], + "0.8667": [-48.60484, -23.59835, -10.21594], + "0.9": [-49.5886, -23.17905, -11.09937], + "0.9333": [-50.09, -22.98, -11.51], + "0.9667": [-51.12143, -21.96897, -12.6432], + "1.0": [-52.21701, -19.51396, -14.84606], + "1.0333": [-53.4421, -9.37039, -20.66632], + "1.0667": [-54.53226, 6.57429, -27.91437], + "1.1": [-55.28908, 9.80269, -26.32512], + "1.1333": [-55.91255, 11.38826, -24.62673], + "1.1667": [-56.41404, 12.24756, -23.81049], + "1.2": [-56.83492, 12.61428, -23.72877], + "1.2333": [-57.19409, 12.61491, -24.17177], + "1.2667": [-57.50115, 12.32667, -24.89985], + "1.3": [-57.76068, 11.79945, -25.68277], + "1.3333": [-57.97373, 11.06698, -26.33023], + "1.3667": [-58.13816, 10.15052, -26.70466], + "1.4": [-58.24766, 9.06088, -26.71832], + "1.4333": [-58.28908, 7.80269, -26.32512], + "1.8667": [-58.28908, 7.80269, -26.32512] + } + }, + "armL": { + "rotation": { + "0.0": [0, 0, 55], + "0.0333": [-6.1122, 5.77875, 53.70715], + "0.0667": [-11.69805, 11.37105, 51.44518], + "0.1": [-16.78449, 16.41717, 48.11395], + "0.1333": [-21.37901, 20.68943, 43.67565], + "0.1667": [-25.47405, 24.10441, 38.23043], + "0.2": [-29.05096, 26.67939, 32.0986], + "0.2333": [-32.07902, 28.48346, 25.82792], + "0.2667": [-34.51522, 29.60364, 20.04843], + "0.3": [-36.30186, 30.12629, 15.25358], + "0.3333": [-37.36261, 30.12956, 11.68376], + "0.3667": [-37.51142, 29.50566, 8.97293], + "0.4": [-37.01459, 28.59201, 8.15389], + "0.4333": [-36.52084, 27.34268, 8.34966], + "0.4667": [-36.10334, 25.766, 9.28275], + "0.5": [-35.81225, 23.92003, 10.71602], + "0.5333": [-35.68352, 21.9277, 12.44679], + "0.5667": [-35.74302, 19.96459, 14.30049], + "0.6": [-36.01025, 18.20992, 16.128], + "0.6333": [-36.50035, 16.79276, 17.801], + "0.6667": [-37.22487, 15.77112, 19.20973], + "0.7": [-38.19228, 15.14668, 20.26014], + "0.7333": [-39.41008, 14.88949, 20.87048], + "0.7667": [-40.88382, 14.95863, 20.97264], + "0.8": [-42.61766, 15.31082, 20.50675], + "0.8333": [-44.61544, 15.90772, 19.42223], + "0.8667": [-46.88034, 16.71605, 17.67697], + "0.9333": [-50.09, 17.98, 14.51], + "0.9667": [-53.38588, 19.65722, 11.13322], + "1.0": [-58.08488, 22.19851, 6.75217], + "1.0333": [-64.88388, 26.0976, 0.80559], + "1.0667": [-75.27366, 32.54361, -7.9756], + "1.1": [-93.43971, 46.24601, -23.16804], + "1.1333": [-124.15733, 70.61038, -42.92998], + "1.1667": [-135.86638, 76.92369, -53.47926], + "1.2": [-135.86638, 77.53195, -56.32379], + "1.2333": [-135.86638, 77.43909, -57.99184], + "1.2667": [-135.86638, 76.12348, -57.75646], + "1.3": [-135.86638, 73.53161, -55.85677], + "1.3333": [-135.86638, 71.59975, -54.17601], + "1.3667": [-135.86638, 70.92369, -53.47926], + "1.8": [-135.86638, 70.92369, -53.47926], + "1.8667": [-135.86638, 70.92369, -53.47926] + } + }, + "eyeRH": { + "position": { + "0.0": [0, 0, 0], + "0.0333": [0, 0, 0], + "0.1": [0.1, 0, -0.1], + "0.8": [0.1, 0, -0.1], + "0.8333": [0, 0, 0] + } + }, + "eyeLH": { + "position": { + "0.0": [0.05, 0, 0], + "0.0333": [0.05, 0, 0], + "0.1": [-0.05, 0, -0.1], + "0.8": [-0.05, 0, -0.1], + "0.8333": [0.05, 0, 0] + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-13.10483, 0.53965, -0.68143], + "lerp_mode": "catmullrom" + }, + "0.5667": { + "post": [-10.44792, 0.16533, -2.83903], + "lerp_mode": "catmullrom" + }, + "0.9333": { + "post": [22.47292, 1.36221, -2.34098], + "lerp_mode": "catmullrom" + }, + "1.1333": { + "post": [13.66566, 0.75097, -1.24365], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lowerBody": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3667": { + "post": [-25.56513, -2.24759, -1.91255], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-6.4018, -1.18732, -0.59971], + "lerp_mode": "catmullrom" + }, + "0.9667": { + "post": [11.94331, 2.0402, -2.74231], + "lerp_mode": "catmullrom" + }, + "1.2": [5.76455, -0.60715, -1.79468], + "1.3": [0, 0, 0], + "1.8667": [0, 0, 0] + } + } + } + }, + "animation.diancie.sleep": { + "loop": true, + "animation_length": 3, + "bones": { + "body": { + "rotation": [12.5, 0, 0], + "position": [0, -1.6, -1] + }, + "torso": { + "rotation": ["-5+math.sin(q.anim_time*90*1.333+60)*1 ", 0, 0], + "position": [0, "0+math.sin(q.anim_time*90*1.333+60)*0.005", "0-math.sin(q.anim_time*90*1.333+60)*0.045"] + }, + "lowerBody": { + "rotation": ["-7.5-math.sin(q.anim_time*90*1.333+60)*1 ", 0, 0] + }, + "head": { + "rotation": ["5.9-math.sin(q.anim_time*90*1.333+60)*1.5+3 ", 0, 0] + }, + "jewelL": { + "rotation": { + "0.0": [0, 0, 0], + "0.6667": [-1.57845, 0, 0], + "0.7": [-1.6, 0, 0], + "1.3667": [-0.64758, 0, 0], + "1.5667": [-0.04444, 0, 0], + "2.2": [1.12594, 0, 0], + "2.2667": [1.16875, 0, 0], + "2.9": [0.3446, 0, 0], + "3.0": [0, 0, 0] + } + }, + "jewelLL": { + "rotation": { + "0.0": [0, 0, 0], + "0.6667": [-1.57845, 0, 0], + "0.7": [-1.6, 0, 0], + "1.3667": [-0.64758, 0, 0], + "1.5667": [-0.04444, 0, 0], + "2.2": [1.12594, 0, 0], + "2.2667": [1.16875, 0, 0], + "2.9": [0.3446, 0, 0], + "3.0": [0, 0, 0] + } + }, + "jewelR": { + "rotation": { + "0.0": [0, 0, 0], + "0.6667": [-1.57845, 0, 0], + "0.7": [-1.6, 0, 0], + "1.3667": [-0.64758, 0, 0], + "1.5667": [-0.04444, 0, 0], + "2.2": [1.12594, 0, 0], + "2.2667": [1.16875, 0, 0], + "2.9": [0.3446, 0, 0], + "3.0": [0, 0, 0] + } + }, + "jewelRR": { + "rotation": { + "0.0": [0, 0, 0], + "0.6667": [-1.57845, 0, 0], + "0.7": [-1.6, 0, 0], + "1.3667": [-0.64758, 0, 0], + "1.5667": [-0.04444, 0, 0], + "2.2": [1.12594, 0, 0], + "2.2667": [1.16875, 0, 0], + "2.9": [0.3446, 0, 0], + "3.0": [0, 0, 0] + } + }, + "bangL": { + "rotation": [ + "-33.8483+math.sin(q.anim_time*90*1.333+30)*2 ", + "5.3629-math.sin(q.anim_time*90*1.333+70)*1 ", + "75.7975+math.sin(q.anim_time*90*1.333+70)*1 " + ] + }, + "bangR": { + "rotation": [ + "-33.8483+math.sin(q.anim_time*90*1.333+30)*2 ", + "-5.3629+math.sin(q.anim_time*90*1.333+70)*1 ", + "-75.7975-math.sin(q.anim_time*90*1.333+70)*1 " + ] + }, + "eyeL": { + "position": [0.1, 0, -0.1] + }, + "eyeR": { + "position": [-0.05, 0, -0.1] + }, + "mouthOpen": { + "position": [0, -0.17047, -0.10754], + "scale": ["0.5+math.sin(q.anim_time*90*1.333+100)*0.01 ", "0.5+math.sin(q.anim_time*90*1.333+100)*0.03 ", 1] + }, + "armR": { + "rotation": ["37.4793+math.sin(q.anim_time*90*1.333+30)*1.5", "-41.1559-math.sin(q.anim_time*90*1.333+30)*0.5 ", -95.14721] + }, + "armL": { + "rotation": ["44.9793+math.sin(q.anim_time*90*1.333+30)*1.5", "41.1559+math.sin(q.anim_time*90*1.333+30)*0.5 ", 95.1472] + } + } + }, + "animation.diancie.cry": { + "animation_length": 2, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3": { + "post": [1.15, 4, 0], + "lerp_mode": "catmullrom" + }, + "0.7667": { + "post": [-1.72, -1.6, 0], + "lerp_mode": "catmullrom" + }, + "1.4667": { + "post": [-0.05, 0.2, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2667": { + "post": [0, -0.625, 0], + "lerp_mode": "catmullrom" + }, + "0.7": { + "post": [0, 1.575, -0.05], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 2.105, -0.1], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [0, 1.535, 0], + "lerp_mode": "catmullrom" + }, + "1.5333": { + "post": [0, -0.175, 0.075], + "lerp_mode": "catmullrom" + }, + "1.7333": { + "post": [0, -0.475, 0.05], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lowerBody": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4333": { + "post": [1.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1": { + "post": [-0.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7": { + "post": [0.435, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2333": { + "post": [12.225, 2.3, 0], + "lerp_mode": "catmullrom" + }, + "0.4667": { + "post": [11.42, 2.7, 0], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [-10.5, -0.1, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [-9.69, -2.1, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-0.39, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": [0, 0, 0] + }, + "jewelL": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3": { + "post": [2.025, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6333": { + "post": [2.22, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0667": { + "post": [-4.3, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3667": { + "post": [-3.49, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0.21, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jewelLL": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3": { + "post": [2.025, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6333": { + "post": [2.22, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0667": { + "post": [-4.3, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3667": { + "post": [-3.49, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0.21, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jewelR": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3": { + "post": [2.025, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6333": { + "post": [2.22, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0667": { + "post": [-4.3, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3667": { + "post": [-3.49, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0.21, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jewelRR": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3": { + "post": [2.025, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6333": { + "post": [2.22, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0667": { + "post": [-4.3, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3667": { + "post": [-3.49, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0.21, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bangL": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2333": { + "post": [-0.15, -0.08, 2.04], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 1.475, 0], + "lerp_mode": "catmullrom" + }, + "1.4667": { + "post": [0, -0.77, -0.3], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bangR": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2333": { + "post": [-0.15, 0.08, -2.04], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -1.475, 0.8], + "lerp_mode": "catmullrom" + }, + "1.4667": { + "post": [0, 0.77, 0.3], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "eyeL": { + "position": { + "0.0": [0, 0, 0], + "0.0667": [0, 0, 0], + "0.1": [0.1, 0, -0.1], + "0.4667": [0.1, 0, -0.1], + "0.5": [0, 0, 0] + } + }, + "eyeR": { + "position": { + "0.0": [0.05, 0, 0], + "0.0667": [0.05, 0, 0], + "0.1": [-0.05, 0, -0.09], + "0.4667": [-0.05, 0, -0.09], + "0.5": [0.05, 0, 0] + } + }, + "mouthOpen": { + "position": { + "0.0": [0, -0.17047, -0.00754], + "0.0667": [0, -0.17047, -0.00754], + "0.1333": [0, -0.17, -0.11], + "1.2": [0, -0.17, -0.11], + "1.2667": [0, -0.17047, -0.00754] + } + }, + "armR": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3667": { + "post": [0, 13, 0.55], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-17.41, -22.14, 16.82], + "lerp_mode": "catmullrom" + }, + "1.3": { + "post": [-11.47, -23.5, 16.39], + "lerp_mode": "catmullrom" + }, + "1.7333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "armL": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3667": { + "post": [0, -13, -0.55], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-17.41, 22.14, -16.82], + "lerp_mode": "catmullrom" + }, + "1.3": { + "post": [-11.47, 23.5, -16.39], + "lerp_mode": "catmullrom" + }, + "1.7333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + }, + "sound_effects": { + "0.0": { + "effect": "pokemon.diancie.cry" + } + } + }, + "animation.diancie.spin": { + "animation_length": 3, + "override_previous_animation": true, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5333": { + "post": [0, 16.325, 0], + "lerp_mode": "catmullrom" + }, + "1.1": { + "post": [0, -199, 0], + "lerp_mode": "catmullrom" + }, + "1.7333": { + "post": [0, -375.1, 0], + "lerp_mode": "catmullrom" + }, + "2.2": { + "post": [0, -360, 0], + "lerp_mode": "catmullrom" + }, + "2.5333": { + "post": [0, -360, 0], + "lerp_mode": "catmullrom" + }, + "2.7333": { + "post": [0, -360, 0], + "lerp_mode": "catmullrom" + }, + "2.9667": { + "pre": [0, -360, 0], + "post": [0, 0, 0] + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [0, -0.65, -0.1], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [0.46, -0.44, 0.14], + "lerp_mode": "catmullrom" + }, + "0.9": { + "post": [0.675, 0.35, 0.925], + "lerp_mode": "catmullrom" + }, + "1.2333": { + "post": [0.03, 0.94, 1.67], + "lerp_mode": "catmullrom" + }, + "1.5667": { + "post": [-0.625, 0.85, 1.025], + "lerp_mode": "catmullrom" + }, + "2.2": { + "post": [-0.1, -0.41, -0.1], + "lerp_mode": "catmullrom" + }, + "2.6333": { + "post": [0, 0.005, 0.1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, -3.81, 0], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [0, 9.06, 0], + "lerp_mode": "catmullrom" + }, + "0.9": { + "post": [0, 12.7, 0], + "lerp_mode": "catmullrom" + }, + "1.9": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 1.35, 0], + "lerp_mode": "catmullrom" + }, + "2.6": { + "post": [0, -0.855, 0], + "lerp_mode": "catmullrom" + }, + "2.8": { + "post": [0, 0.075, 0], + "lerp_mode": "catmullrom" + }, + "3.0": [0, 0, 0] + } + }, + "lowerBody": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [0, -7.56, 0], + "lerp_mode": "catmullrom" + }, + "0.4667": { + "post": [0, 3.31, 0], + "lerp_mode": "catmullrom" + }, + "0.7667": { + "post": [0, 6.95, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 0.625, 0], + "lerp_mode": "catmullrom" + }, + "2.6": { + "post": [0, -0.45, 0], + "lerp_mode": "catmullrom" + }, + "2.8": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2667": { + "post": [5.635, 8.1, -1.51], + "lerp_mode": "catmullrom" + }, + "0.7333": { + "post": [7.45095, 18.4812, -3.39951], + "lerp_mode": "catmullrom" + }, + "1.1333": { + "post": [-7.5, 12.89, -1.99], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-8.0861, -4.88466, 2.48016], + "lerp_mode": "catmullrom" + }, + "2.0667": { + "post": [-1.08989, -0.29265, -0.52258], + "lerp_mode": "catmullrom" + }, + "2.2333": { + "post": [0.81576, 4.28565, 0.3334], + "lerp_mode": "catmullrom" + }, + "2.4333": { + "post": [3.40197, 2.0218, 0.49952], + "lerp_mode": "catmullrom" + }, + "2.7333": { + "post": [0.38, -1.46, 0.31], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jewelL": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [5.635, 8.1, -1.51], + "lerp_mode": "catmullrom" + }, + "0.9667": { + "post": [7.45095, 18.4812, -3.39951], + "lerp_mode": "catmullrom" + }, + "1.3667": { + "post": [-7.5, 12.89, -1.99], + "lerp_mode": "catmullrom" + }, + "1.9": { + "post": [-8.0861, -4.88466, 2.48016], + "lerp_mode": "catmullrom" + }, + "2.2": { + "post": [-1.08989, 1.70735, -0.52258], + "lerp_mode": "catmullrom" + }, + "2.4": { + "post": [0.81576, 2.28565, 0.3334], + "lerp_mode": "catmullrom" + }, + "2.7": { + "post": [3.40197, -1.9782, 0.49952], + "lerp_mode": "catmullrom" + }, + "2.9667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jewelLL": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [5.635, 8.1, -1.51], + "lerp_mode": "catmullrom" + }, + "0.9667": { + "post": [7.45095, 18.4812, -3.39951], + "lerp_mode": "catmullrom" + }, + "1.3667": { + "post": [-7.5, 12.89, -1.99], + "lerp_mode": "catmullrom" + }, + "1.9": { + "post": [-8.0861, -4.88466, 2.48016], + "lerp_mode": "catmullrom" + }, + "2.2": { + "post": [-1.08989, 1.70735, -0.52258], + "lerp_mode": "catmullrom" + }, + "2.4": { + "post": [0.81576, 2.28565, 0.3334], + "lerp_mode": "catmullrom" + }, + "2.7": { + "post": [3.40197, -1.9782, 0.49952], + "lerp_mode": "catmullrom" + }, + "2.9667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jewelR": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [5.635, 8.1, -1.51], + "lerp_mode": "catmullrom" + }, + "0.9667": { + "post": [7.45095, 18.4812, -3.39951], + "lerp_mode": "catmullrom" + }, + "1.3667": { + "post": [-7.5, 12.89, -1.99], + "lerp_mode": "catmullrom" + }, + "1.9": { + "post": [-8.0861, -4.88466, 2.48016], + "lerp_mode": "catmullrom" + }, + "2.2": { + "post": [-1.08989, 1.70735, -0.52258], + "lerp_mode": "catmullrom" + }, + "2.4": { + "post": [0.81576, 2.28565, 0.3334], + "lerp_mode": "catmullrom" + }, + "2.7": { + "post": [3.40197, -1.9782, 0.49952], + "lerp_mode": "catmullrom" + }, + "2.9667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jewelRR": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [5.635, 8.1, -1.51], + "lerp_mode": "catmullrom" + }, + "0.9667": { + "post": [7.45095, 18.4812, -3.39951], + "lerp_mode": "catmullrom" + }, + "1.3667": { + "post": [-7.5, 12.89, -1.99], + "lerp_mode": "catmullrom" + }, + "1.9": { + "post": [-8.0861, -4.88466, 2.48016], + "lerp_mode": "catmullrom" + }, + "2.2": { + "post": [-1.08989, 1.70735, -0.52258], + "lerp_mode": "catmullrom" + }, + "2.4": { + "post": [0.81576, 2.28565, 0.3334], + "lerp_mode": "catmullrom" + }, + "2.7": { + "post": [3.40197, -1.9782, 0.49952], + "lerp_mode": "catmullrom" + }, + "2.9667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bangL": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2667": { + "post": [12.5, -12.5, 17.5], + "lerp_mode": "catmullrom" + }, + "0.4667": { + "post": [-4.91, -7.93, -0.97], + "lerp_mode": "catmullrom" + }, + "0.6333": { + "post": [5, 20.5, -35], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [7.5, 42.5, -52.5], + "lerp_mode": "catmullrom" + }, + "1.7667": { + "post": [8.5, 42.5, -52.5], + "lerp_mode": "catmullrom" + }, + "2.1333": { + "post": [-2.91, -7.93, 13.03], + "lerp_mode": "catmullrom" + }, + "2.4667": { + "post": [4.09, 3.57, -6.47], + "lerp_mode": "catmullrom" + }, + "2.7333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bangR": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2667": { + "post": [22.5, -5.5, 17.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [5.09, 11.07, 2.03], + "lerp_mode": "catmullrom" + }, + "0.7": { + "post": [9, 35, -20], + "lerp_mode": "catmullrom" + }, + "1.1333": { + "post": [15, 47, -22], + "lerp_mode": "catmullrom" + }, + "1.7667": { + "post": [27.41, 46.07, 24.06], + "lerp_mode": "catmullrom" + }, + "2.0333": { + "post": [-9.91, -4.43, 20.03], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [14.09, -9.18, -15.22], + "lerp_mode": "catmullrom" + }, + "2.7333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "armR": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2667": { + "post": [0, -23, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 4.65], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 31, 20.25], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 28.79, 20.25], + "lerp_mode": "catmullrom" + }, + "1.9": { + "post": [0, 3, 6], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, -5.325, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "2.7333": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "armL": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [0, 7, 7.5], + "lerp_mode": "catmullrom" + }, + "0.4333": { + "post": [0, 0, -4.65], + "lerp_mode": "catmullrom" + }, + "0.7667": { + "post": [0, 43, -20.25], + "lerp_mode": "catmullrom" + }, + "1.4667": { + "post": [0, 40.79, -20.25], + "lerp_mode": "catmullrom" + }, + "1.8667": { + "post": [0, 5, -6], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [0, -5.325, 0], + "lerp_mode": "catmullrom" + }, + "2.4333": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.9333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "eyeL": { + "position": { + "0.0": [0, 0, 0], + "0.1": [0, 0, 0], + "0.1667": [0.1, 0, -0.1], + "0.8667": [0.1, 0, -0.1], + "0.9": [0, 0, 0] + } + }, + "eyeR": { + "position": { + "0.0": [0.05, 0, 0], + "0.1": [0.05, 0, 0], + "0.1667": [-0.05, 0, -0.09], + "0.8667": [-0.05, 0, -0.09], + "0.9": [0.05, 0, 0] + } + }, + "mouthOpen": { + "position": { + "0.0": [0, -0.17047, 0.09246], + "0.6": [0, -0.17047, 0.09246], + "0.6667": [0, -0.17, -0.11], + "1.8667": [0, -0.17, -0.11], + "1.9667": [0, -0.17047, 0.09246] + }, + "scale": { + "0.0": [1, 0.66, 1], + "0.6667": [0.45, 0.09, 1], + "0.8667": [1.31, 0.51, 1], + "1.7": [1.31, 0.51, 1], + "1.8667": [1.23, 0.1, 1] + } + } + } + }, + "animation.diancie.render": { + "animation_length": 0.58333, + "bones": { + "body": { + "rotation": [-8.81601, 26.88157, -17.52427], + "position": [-0.5, -2.9, 0] + }, + "torso": { + "rotation": [-7.78101, 10.64775, 7.66643] + }, + "lowerBody": { + "rotation": [-9.31746, 8.77531, 15.17335] + }, + "head": { + "rotation": [-3.60522, 14.60429, 5.64172] + }, + "jewelL": { + "rotation": [3, 0, 5] + }, + "jewelLL": { + "rotation": [0, 0, 15] + }, + "jewelR": { + "rotation": [0, 0, 6] + }, + "jewelRR": { + "rotation": [0, 0, 2] + }, + "bangL": { + "rotation": [-5.73073, -34.07196, 78.27581] + }, + "bangR": { + "rotation": [-17.99744, 0.309, -15.04893] + }, + "eyeL": { + "position": [0.1, 0, -0.09] + }, + "mouthOpen": { + "position": [0, -0.025, -0.1] + }, + "armR": { + "rotation": [-285.87, -87.18336, 227.96371] + }, + "armL": { + "rotation": [-21.31221, -9.68276, 29.86947] + }, + "carbink": { + "position": [-3.4, 6.6, -4.7], + "scale": 0.9 + }, + "earL": { + "rotation": [17.52556, 13.85347, -17.67595] + }, + "earR": { + "rotation": [0, -11, 42] + }, + "carbink2": { + "position": [1, 12.3, 12.2], + "scale": 0.9 + }, + "body2": { + "rotation": [17.35568, -9.19535, 16.06957], + "position": [0.4, -0.5, 0] + }, + "head2": { + "rotation": [-13.56716, -2.15359, -15.92435] + }, + "earL2": { + "rotation": [28, 0, -31] + }, + "earR2": { + "rotation": [0, 0, 58.5] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/dipplin/dipplin.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/dipplin/dipplin.animation.json new file mode 100644 index 0000000..86e5144 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/dipplin/dipplin.animation.json @@ -0,0 +1,84 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.dipplin.ground_idle": { + "loop": true, + "bones": { + "body": { + "position": [0, "0+math.sin(q.anim_time*90*1.5+30)*0.1", 0] + }, + "bone": { + "rotation": ["-1.25+math.sin(q.anim_time*90*1.5-60)*2", 0, "-math.sin(q.anim_time*90*0.75)*3"], + "position": [0, "math.sin(q.anim_time*90*1.5+30)*0.25", 0] + }, + "head": { + "rotation": ["-1.25+math.sin(q.anim_time*90*1.5-60)*1", 0, "-math.sin(q.anim_time*90*0.75)*2"], + "position": [0, "-0.275-math.sin(q.anim_time*90*1.5-120)*0.1", 0] + }, + "anthena_1": { + "rotation": ["-2.25+math.sin(q.anim_time*90*1.5-60)*2", 0, 0] + }, + "anthena_2": { + "rotation": [-6.75, 0, 0] + }, + "floor": { + "position": [0, 0.025, 0] + }, + "tail_1": { + "rotation": [0, "math.sin(q.anim_time*90*2+125)*6", 0] + }, + "tail_2": { + "rotation": [0, "math.sin(q.anim_time*90*2+105)*8", 0] + }, + "tail_3": { + "rotation": [0, "math.sin(q.anim_time*90*2+105)*12", 0] + } + } + }, + "animation.dipplin.ground_walk": { + "loop": true, + "bones": { + "body": { + "rotation": ["-1.25+math.sin(q.anim_time*90*6-90)*0.5", 0, 0], + "position": [0, "0+math.sin(q.anim_time*90*6+30)*0.1", 0] + }, + "bone": { + "rotation": ["-1.25+math.sin(q.anim_time*90*4-60)*2", 0, "-math.sin(q.anim_time*90*4)*0.5"], + "position": [0, 0, 0] + }, + "head": { + "rotation": ["-1.25+math.sin(q.anim_time*90*4-120)*3", 0, "-math.sin(q.anim_time*90*0.75)*3"], + "position": [0, "-0.35+math.sin(q.anim_time*90*4+30)*0.1", 0] + }, + "anthena_1": { + "rotation": ["-1.25+math.sin(q.anim_time*90*4-120)*3", 0, "-math.sin(q.anim_time*90*0.75)*3"], + "position": [0, "-0.175+math.sin(q.anim_time*90*4+30)*0.1", 0] + }, + "anthena_2": { + "rotation": [-3.5, 0, 0] + }, + "floor": { + "position": [0, 0.05, 0] + }, + "tail_1": { + "rotation": ["-math.clamp(math.sin(-q.anim_time*90*4-120)*20,0,20)+math.clamp(math.sin(-q.anim_time*90*4+60)*4,0,20)", 0, 0], + "position": [ + 0, + "0.25+math.clamp(math.sin(q.anim_time*90*4-45)*1,0,20)-math.clamp(math.sin(q.anim_time*90*4-45+180)*1,0,10)", + "-math.clamp(math.sin(q.anim_time*90*4-30)*0.5,0,50)" + ] + }, + "tail_2": { + "rotation": ["-8.5+(math.sin(q.anim_time*90*4)*1+1)*5+math.clamp(math.sin(q.anim_time*90*4-30)*5,0,20)", 0, 0], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4-30)*0.5,0,50)", "-math.clamp(math.sin(q.anim_time*90*4-30)*1,0,50)"] + }, + "tail_3": { + "rotation": ["math.clamp(math.sin(q.anim_time*90*4)*10,0,50)+math.clamp(math.sin(q.anim_time*90*4)*10,-50,0)+1", 0, 0] + }, + "bone2": { + "position": [0, 0, "-math.clamp(math.sin(q.anim_time*90*4)*1,0,1)-math.clamp(math.sin(-q.anim_time*90*1)*1,0,1)"] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/dottler/dottler.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/dottler/dottler.animation.json new file mode 100644 index 0000000..ae8d092 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/dottler/dottler.animation.json @@ -0,0 +1,63 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.dottler.ground_idle": { + "loop": true, + "bones": { + "body": { + "rotation": ["0+1*(math.sin(q.anim_time*90+2)*0.1)+0.1*(math.sin(q.anim_time*90+2)*.5)", "0+1*(math.cos(q.anim_time*90+2)*1)", 0] + }, + "shell": { + "rotation": [0, 0, "0-1*(math.cos(q.anim_time*90+2)*1)"] + }, + "foot_fr": { + "rotation": [0, "0-1*(math.cos(q.anim_time*90+2)*1)", 0] + }, + "foot_fl": { + "rotation": [0, "0+1*(math.cos(q.anim_time*90+2)*1)", 0] + }, + "foot_br": { + "rotation": [0, "0-1*(math.cos(q.anim_time*90+2)*1)", 0] + }, + "foot_bl": { + "rotation": [0, "0-1*(math.cos(q.anim_time*90+2)*1)", 0] + }, + "whiskerr": { + "rotation": [0, "0-1*(math.cos(q.anim_time*90+8)*6)", "0-1*(math.cos(q.anim_time*90+2)*4)"] + }, + "whiskerl": { + "rotation": [0, "0+1*(math.cos(q.anim_time*90+8)*6)", "0+1*(math.cos(q.anim_time*90+2)*4)"] + } + } + }, + "animation.dottler.ground_walk": { + "loop": true, + "bones": { + "body": { + "rotation": ["0+1*(math.sin(q.anim_time*90+2)*0.1)+0.1*(math.sin(q.anim_time*90+2)*.5)", "0+1*(math.cos(q.anim_time*180+2)*4)", 0] + }, + "shell": { + "rotation": [0, 0, "0-1*(math.cos(q.anim_time*90+2)*1)"] + }, + "foot_fr": { + "rotation": ["0-4*(math.sin(q.anim_time*180+2)*4)", "0-1*(math.cos(q.anim_time*90+2)*1)", 0] + }, + "foot_fl": { + "rotation": ["0+4*(math.sin(q.anim_time*180+2)*4)", "0+1*(math.cos(q.anim_time*90+2)*1)", 0] + }, + "foot_br": { + "rotation": ["0+4*(math.sin(q.anim_time*180+2)*4)", "0-1*(math.cos(q.anim_time*90+2)*1)", 0] + }, + "foot_bl": { + "rotation": ["0-4*(math.sin(q.anim_time*180+2)*4)", "0+1*(math.cos(q.anim_time*90+2)*1)", 0] + }, + "whiskerr": { + "rotation": [0, "0-1*(math.cos(q.anim_time*90+8)*6)", "0-1*(math.cos(q.anim_time*90+2)*4)"] + }, + "whiskerl": { + "rotation": [0, "0+1*(math.cos(q.anim_time*90+8)*6)", "0+1*(math.cos(q.anim_time*90+2)*4)"] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/drapion/drapion.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/drapion/drapion.animation.json new file mode 100644 index 0000000..b62e0d3 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/drapion/drapion.animation.json @@ -0,0 +1,3861 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.drapion.pose": { + "loop": true, + "bones": { + "torso": { + "scale": 1 + }, + "bone3": { + "rotation": [-10, 0, 0] + }, + "bone5": { + "rotation": [-17.5, 0, 0] + }, + "bone4": { + "rotation": [10, 0, 0] + }, + "bone29": { + "rotation": [7.5, 0, 0] + }, + "bone": { + "rotation": [50, 0, 0] + }, + "arm_right": { + "rotation": [-24.9148, 2.69117, 4.2324] + }, + "arm_right2": { + "rotation": [0, 0, -20] + }, + "arm_right3": { + "rotation": [0, 0, -17.5] + }, + "arm_right4": { + "rotation": [0, 0, -20] + }, + "bone9": { + "rotation": [0, 0, -20] + }, + "arm_left": { + "rotation": [-22.48072, -0.95645, -2.30991] + }, + "arm_left2": { + "rotation": [0, 0, 15] + }, + "arm_left3": { + "rotation": [0, 0, 20] + }, + "arm_left4": { + "rotation": [0, 0, 22.5] + }, + "bone2": { + "rotation": [0, 0, 25] + }, + "bone12": { + "rotation": [17.5, 0, 0] + }, + "bone13": { + "rotation": [15, 0, 0] + }, + "bone14": { + "rotation": [12.5, 0, 0] + }, + "bone15": { + "rotation": [15, 0, 0] + }, + "head": { + "rotation": [0, 0, -12.5] + }, + "bone37": { + "position": [0.75, 0, 0] + }, + "bone36": { + "position": [0.5, 0, 0] + } + } + }, + "animation.drapion.ground_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "bone6": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone29": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [-22.5, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-22.2127, -2.68507, -2.2127], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-22.5, 0, 10], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right2": { + "rotation": { + "0.0": { + "post": [-20, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-24.94548, -1.29256, -24.83045], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-20, 0, -20], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right3": { + "rotation": { + "0.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right4": { + "rotation": { + "0.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [-22.5, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-22.01816, 4.75113, -0.92482], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-22.5, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left2": { + "rotation": { + "0.0": { + "post": [-27.5, 0, 20], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-27.5, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left3": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left4": { + "rotation": { + "0.0": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 32.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone12": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone13": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.drapion.physical": { + "animation_length": 2.0417, + "bones": { + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-0.98448, 7.43547, -7.56397], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-5.98448, 7.43547, -7.56397], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [3.26901, -3.8895, 3.70265], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-10.27008, -19.81601, -11.70582], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-9.6658, -2.57594, -14.78217], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-9.91615, 1.29876, 7.38733], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-11.14914, -10.28274, 15.37854], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-10.31391, -15.93346, 10.47434], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-10.31391, -15.93346, 10.47434], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-14.78217, -2.57594, -9.6658], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-14.78217, -2.57594, -9.6658], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-12.16011, 23.33296, 2.35367], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [5.03906, 13.37371, 1.40189], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [5.00334, -11.53335, -0.76931], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [5.00334, -11.53335, -0.76931], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [19.98247, 0.85481, -2.34941], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [19.98247, 0.85481, -2.34941], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [20.70957, 14.92893, 2.90261], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [33.15736, 25.55139, 9.93988], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [6.8821, 21.83733, 5.62571], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [6.55317, -12.93704, 1.58186], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [8.1872, -14.91224, -6.38497], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [6.55317, -12.93704, 1.58186], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone29": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [9.91615, 1.29876, -7.38733], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [9.91615, 1.29876, -7.38733], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [9.9352, 3.76135, -6.95601], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [10.02616, -8.55095, -9.12019], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [10.02616, -8.55095, -9.12019], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-35, 0, 42.5], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-4.61771, 5.94093, -45.91249], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-4.61771, 5.94093, -45.91249], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [42.91, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [37.45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [28.26, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [-22.5, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-22.26072, -12.63791, -1.05597], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-22.26072, -12.63791, -1.05597], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-20.85167, 7.24553, 1.74768], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-21.91382, 18.89172, -2.92297], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-21.88665, -8.15877, 18.54533], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-22.49134, -4.87359, 29.74142], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-17.51398, -19.1096, -3.7637], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-22.5, 0, 10], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right2": { + "rotation": { + "0.0": { + "post": [-20, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-7.36204, -9.42139, -28.51174], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-7.36204, -9.42139, -28.51174], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-0.91876, 17.05665, -8.35089], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.14707, 16.94915, 2.10683], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [12.38415, -22.60319, -23.96912], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [12.38415, -22.60319, -23.96912], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-20, 0, -20], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right3": { + "rotation": { + "0.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -5, -15], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, -5, -15], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-1.29717, -4.82922, 0.0547], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-1.32481, 12.66627, -0.34506], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-1.45491, -27.32291, 0.6134], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-1.45491, -27.32291, 0.6134], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-0.97456, -27.04816, -6.02023], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right4": { + "rotation": { + "0.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -17.5, -22.5], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, -17.5, -22.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0.54143, 2.4407, -9.98847], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0.96429, 7.30889, 0.1034], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [1.13642, -32.68496, -0.63303], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [1.13642, -32.68496, -0.63303], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0.75205, -27.89481, -7.07973], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -15, -12.5], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, -15, -12.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 10, -12.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.28867, 19.75303, 0.58979], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [2.7227, -37.7011, -1.8499], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [2.7227, -37.7011, -1.8499], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [1.81778, -31.02197, -7.05307], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, -33.51, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 38.07, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [-22.5, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-21.26858, 25.01679, -3.44598], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-16.26006, -18.88936, -1.17105], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-16.26006, -18.88936, -1.17105], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-19.01308, -16.52028, -3.76861], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-22.5, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left2": { + "rotation": { + "0.0": { + "post": [-27.5, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [13.59681, -7.98133, 4.37511], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [14.59924, -22.53501, 0.598], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [15.01218, 25.99938, 13.0034], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [13.96484, -15.26607, 2.55236], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [13.96484, -15.26607, 2.55236], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-27.5, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left3": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -12.5, 2.5], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, -17.5, 2.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 32.5, 2.5], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, -12.5, 2.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, -12.5, 2.5], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 12.2, 9.08], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left4": { + "rotation": { + "0.0": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -17.5, 2.5], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, -22.5, 2.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 27.5, 2.5], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, -7.5, 2.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, -7.5, 2.5], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 15.32, 10.02], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -17.5, -2.5], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, -17.5, -2.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 25, -2.5], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, -2.5, -2.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, -2.5, -2.5], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 10.94, 5.96], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, -7.89, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 38.5, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -12.59, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 19.23, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -41, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 14.63, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone37": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0.82, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-0.53, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone36": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-0.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-0.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-0.63, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone12": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [3.37, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone13": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-6.63, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-9.67, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-4.13, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-13.59, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_leg_rear": { + "rotation": { + "0.0": [0, 0, 0], + "0.2083": [0, 0, 7.5], + "0.2917": [0, 0, 12.5], + "1.0": [20, 0, 12.5], + "2.0417": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.2083": [-0.75, -0.5, 0], + "0.6667": [0.25, -1.25, 0], + "0.8333": [0.25, -0.5, 0], + "1.0": [0.25, -1, 0.25], + "2.0417": [0, 0, 0] + } + }, + "bone27": { + "rotation": { + "0.0": [0, 0, 0], + "0.2083": [0, 0, -15], + "0.6667": [0, 0, -2.5], + "2.0417": [0, 0, 0] + } + }, + "left_leg_rear": { + "rotation": { + "0.0": [0, 0, 0], + "0.6667": [0, 0, 10], + "2.0417": [0, 0, 0] + } + }, + "bone21": { + "rotation": { + "0.0": [0, 0, 0], + "0.6667": [0, 0, -12.5], + "2.0417": [0, 0, 0] + } + }, + "right_leg_front": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": [0, 0, 10], + "0.6667": [0, 0, 12.5], + "1.25": [0, 0, 17.5], + "2.0417": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.3333": [0.75, -0.75, 0], + "1.25": [1.5, -1, 0], + "2.0417": [0, 0, 0] + } + }, + "bone24": { + "rotation": { + "0.0": [0, 0, 0], + "0.6667": [0, 0, -17.5], + "1.25": [0, 0, -10], + "2.0417": [0, 0, 0] + } + }, + "left_leg_front": { + "rotation": { + "0.0": [0, 0, 0], + "0.2083": [0, 0, -7.5], + "0.3333": [0, 0, -2.5], + "0.6667": [12.5, 0, -17.5], + "0.9167": [-5, 0, -17.5], + "1.3333": [-5, 0, -17.5], + "1.5": [-5, 0, -17.5], + "2.0417": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.2083": [0.5, -0.25, 0], + "0.3333": [0.75, -0.5, 0], + "0.6667": [-1.25, -1, -0.75], + "0.9167": [-1.75, 0.5, -0.75], + "1.3333": [0.75, -1.25, -0.75], + "1.5": [0.75, -1.25, -0.75], + "1.75": [0.46, 0.23, -0.46], + "2.0417": [0, 0, 0] + } + }, + "bone18": { + "rotation": { + "0.0": [0, 0, 0], + "0.2083": [0, 0, 7.81], + "0.3333": [0, 0, -7.5], + "0.6667": [0, 0, 7.5], + "2.0417": [0, 0, 0] + } + } + } + }, + "animation.drapion.special": { + "animation_length": 2.5, + "bones": { + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-9.12, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [18.78, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-17.52, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-20.68, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone29": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [31.73, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [25.81076, 4.17551, -14.41995], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [67.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [67.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [67.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [9.81, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [-22.5, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-2.4905, 0.21782, 14.99527], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.4905, 0.21782, 14.99527], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-2.4905, 0.21782, 14.99527], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-20.93689, 0.12587, 12.88667], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-45.26643, 0.08177, 11.87517], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-22.5, 0, 10], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right2": { + "rotation": { + "0.0": { + "post": [-20, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-20, 0, -20], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right3": { + "rotation": { + "0.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right4": { + "rotation": { + "0.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [-22.5, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [7.47178, 0.65182, -17.45744], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [7.47178, 0.65182, -17.45744], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [7.47178, 0.65182, -17.45744], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-15.17988, 0.37667, -15.36481], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-46.52671, 0.24468, -14.36097], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-22.5, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left2": { + "rotation": { + "0.0": { + "post": [-27.5, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-10, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-9.91615, 1.29876, 27.38733], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-10, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-9.91615, 1.29876, 27.38733], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-10, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-9.91615, 1.29876, 27.38733], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-27.5, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left3": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left4": { + "rotation": { + "0.0": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone37": { + "scale": { + "0.0": [1, 1, 1], + "0.2917": { + "pre": [1, 1, 1], + "post": [1, 0.1, 1] + }, + "0.5833": { + "pre": [1, 0.1, 1], + "post": [1, 1, 1] + } + } + }, + "bone36": { + "scale": { + "0.0": [1, 1, 1], + "0.2917": { + "pre": [1, 1, 1], + "post": [1, 0.1, 1] + }, + "0.5833": { + "pre": [1, 0.1, 1], + "post": [1, 1, 1] + } + } + }, + "bone12": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [4.63, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone13": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone32": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone33": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_leg_front": { + "position": { + "0.0": [0, 0, 0], + "0.1667": [0, 1, 0], + "0.3333": [0, 0, 0] + } + }, + "left_leg_front": { + "position": { + "0.0": [0, 0, 0], + "0.1667": [0, 1, 0], + "0.4167": [0, 0, 0] + } + } + } + }, + "animation.drapion.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-3.15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, -0.39, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone29": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [-22.5, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-22.48127, 0.7505, 11.8203], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-22.32648, -2.86313, 3.06512], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-21.91107, -5.04808, -2.34144], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-22.5, 0, 10], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right2": { + "rotation": { + "0.0": { + "post": [-20, 0, -20], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right3": { + "rotation": { + "0.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, -17.06], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right4": { + "rotation": { + "0.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -4.9], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [-22.5, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-22.37729, -0.18748, -12.966], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-21.80633, 5.68422, 1.4042], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-21.20702, 7.15273, 5.30409], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-22.5, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left2": { + "rotation": { + "0.0": { + "post": [-27.5, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left3": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 17.06], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left4": { + "rotation": { + "0.0": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 14.9], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone12": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-1.56, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone13": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_leg_rear": { + "rotation": { + "0.0": [9.00717, 20.70481, 24.14867], + "0.25": [12.31415, -15.3986, 27.16266], + "0.5": [17.94188, -8.08185, 0.05586], + "0.75": [-7.04647, 15.91857, 5.5925], + "1.0": [9.00717, 20.70481, 24.14867] + } + }, + "bone27": { + "rotation": { + "0.0": [0, 0, -25], + "0.25": [0, 0, -25], + "0.5": [0, 0, -2.5], + "0.75": [0, 0, -2.5], + "1.0": [0, 0, -25] + } + }, + "left_leg_rear": { + "rotation": { + "0.0": [12.9552, 24.87733, 1.19146], + "0.25": [-16.07352, -21.82818, -4.19715], + "0.5": [-3.61082, -26.6469, -33.96085], + "0.75": [-3.39852, 18.27738, -36.64895], + "1.0": [12.9552, 24.87733, 1.19146] + } + }, + "bone21": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.5": [0, 0, 32.5], + "0.75": [0, 0, 32.5], + "1.0": [0, 0, 0] + } + }, + "right_leg_front": { + "rotation": { + "0.0": [15.19938, -22.36971, -3.52259], + "0.25": [14.21454, 9.12022, 4.67991], + "0.5": [16.56257, 3.07595, 26.4882], + "0.75": [13.15678, -23.83475, 21.85443], + "1.0": [15.19938, -22.36971, -3.52259] + } + }, + "bone24": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.5": [0, 0, -30], + "0.75": [0, 0, -30], + "1.0": [0, 0, 0] + } + }, + "left_leg_front": { + "rotation": { + "0.0": [0, -20, -35], + "0.25": [0, 20, -35], + "0.5": [11.79198, 16.27014, 1.69146], + "0.75": [-6.32104, -18.17582, -2.20795], + "1.0": [0, -20, -35] + } + }, + "bone18": { + "rotation": { + "0.0": [0, 0, 32.5], + "0.25": [0, 0, 32.5], + "0.5": [0, 0, 2.5], + "0.75": [0, 0, 2.5], + "1.0": [0, 0, 32.5] + } + } + } + }, + "animation.drapion.recoil": { + "animation_length": 0.5833, + "bones": { + "torso": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [10, 0, 0], + "0.1667": [-16.5, 0, 0], + "0.5833": [0, 0, 0] + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0417": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0417": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone29": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0417": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [-22.5, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.0417": { + "post": [-22.19157, 3.81024, 19.25249], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-7.19416, -6.64044, -1.08042], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-22.5, 0, 10], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right2": { + "rotation": { + "0.0": { + "post": [-20, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-20, 0, -20], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right3": { + "rotation": { + "0.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "0.0417": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, -10, -25.2875], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right4": { + "rotation": { + "0.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [-22.5, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "0.0417": { + "post": [-22.32648, -2.86313, -19.43488], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-8.07639, 9.30727, 10.80696], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-22.5, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left2": { + "rotation": { + "0.0": { + "post": [-27.5, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-27.5, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left3": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.0417": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 10, 24.61197], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left4": { + "rotation": { + "0.0": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone37": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": { + "pre": [1, 1, 1], + "post": [1, 0.1, 1] + }, + "0.375": { + "pre": [1, 0.1, 1], + "post": [1, 1, 1] + } + } + }, + "bone36": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": { + "pre": [1, 1, 1], + "post": [1, 0.1, 1] + }, + "0.375": { + "pre": [1, 0.1, 1], + "post": [1, 1, 1] + } + } + }, + "bone12": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone13": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_leg_front": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, 0], + "0.1667": [0, 1, 0], + "0.5833": [0, 0, 0] + } + }, + "left_leg_front": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, 0], + "0.1667": [0, 1, 0], + "0.5833": [0, 0, 0] + } + } + } + }, + "animation.drapion.sleep": { + "loop": true, + "animation_length": 3.0417, + "bones": { + "torso": { + "position": { + "0.0": [0, -1.75, 0], + "3.0417": [0, -1.75, 0] + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone29": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-42.5, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-50, 0, 20], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [-42.5, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [7.38733, 1.29876, -9.91615], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [17.38733, 1.29876, -9.91615], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [7.38733, 1.29876, -9.91615], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [-22.19157, 3.81024, 19.25249], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-22.01816, 4.75113, 21.57518], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [-22.19157, 3.81024, 19.25249], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right2": { + "rotation": { + "0.0": { + "post": [-8.42845, -6.20743, -44.16523], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [-8.42845, -6.20743, -44.16523], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right3": { + "rotation": { + "0.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right4": { + "rotation": { + "0.0": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 7.5, -30], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 7.45696, -27.5], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [-22.32648, -2.86313, -19.43488], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [-22.32648, -2.86313, -19.43488], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left2": { + "rotation": { + "0.0": { + "post": [-26.94093, -5.73576, 8.87499], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-27.29887, -3.45533, 13.33933], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [-26.94093, -5.73576, 8.87499], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left3": { + "rotation": { + "0.0": { + "post": [-20, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [-20, 0, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left4": { + "rotation": { + "0.0": { + "post": [-28.30005, 26.94622, 8.78783], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [-28.30005, 26.94622, 8.78783], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [82.44389, -2.76632, 21.89265], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [82.44389, -2.76632, 21.89265], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone37": { + "scale": { + "0.0": [1, 0.1, 1], + "3.0417": [1, 0.1, 1] + } + }, + "bone36": { + "scale": { + "0.0": [1, 0.1, 1], + "3.0417": [1, 0.1, 1] + } + }, + "bone12": { + "rotation": { + "0.0": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone13": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.drapion.faint": { + "animation_length": 10.0417, + "bones": { + "bone6": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [60, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "2.0": [0, 1, 1.25] + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-18.73, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-12.04, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "1.375": [0, 0, 1.25], + "2.0": [0, 0, 0] + } + }, + "bone29": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-33.58473, -2.80391, 12.85577], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-28.06155, -3.73171, 17.10967], + "lerp_mode": "catmullrom" + } + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [-22.5, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-47.5, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-53.80597, 7.78543, -22.40312], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right2": { + "rotation": { + "0.0": { + "post": [-20, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-19.71975, -3.40487, -29.40804], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-20.22845, 13.05749, -35.38665], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right3": { + "rotation": { + "0.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, -25.55556, -17.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -15, -17.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right4": { + "rotation": { + "0.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -35, -17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [60, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [-22.5, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-42.5, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-42.74529, -5.52235, -7.41731], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left2": { + "rotation": { + "0.0": { + "post": [-27.5, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-26.94093, 5.73576, 31.12501], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-47.15227, 7.43941, 29.28315], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left3": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 27.77778, 20], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 7.5, 20], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left4": { + "rotation": { + "0.0": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 32.5, 22.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [89.4474, -3.092, 16.3185], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone37": { + "scale": { + "0.0": [1, 1, 1], + "0.4583": [1, 0.1, 1] + } + }, + "bone36": { + "scale": { + "0.0": [1, 1, 1], + "0.4583": [1, 0.1, 1] + } + }, + "bone12": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-38.45486, 10.83841, -9.86983], + "lerp_mode": "catmullrom" + } + } + }, + "bone13": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/drilbur/drilbur.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/drilbur/drilbur.animation.json new file mode 100644 index 0000000..808f320 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/drilbur/drilbur.animation.json @@ -0,0 +1,562 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.drilbur.ground_idle": { + "loop": true, + "bones": { + "body": { + "rotation": [-2.5, 0, "6*Math.sin((query.anim_time-0.3) * 180)"], + "position": [0, "0.3*Math.sin(query.anim_time * 180)", 0] + }, + "head": { + "rotation": [0, 0, 0] + }, + "arm_left": { + "rotation": [82.44255, "6*Math.sin(query.anim_time * 180)+3.0854", "6*Math.sin(query.anim_time * 180)+19.4357"] + }, + "arm_right": { + "rotation": [82.44255, "6*Math.sin(query.anim_time * 180)-3.0854", "6*Math.sin(query.anim_time * 180)-19.4357"] + }, + "leg_left": { + "rotation": [0, -17.5, 0] + }, + "leg_right": { + "rotation": [0, 17.5, 0] + }, + "claw_right_top": { + "rotation": [0, -2.5, 0] + }, + "claw_right_middle": { + "rotation": [0, -2.5, 0] + }, + "claw_right_bottom": { + "rotation": [0, -2.5, 0] + }, + "claw_left_bottom": { + "rotation": [0, 2.5, 0] + }, + "claw_left_middle": { + "rotation": [0, 2.5, 0] + }, + "claw_left_top": { + "rotation": [0, 2.5, 0] + }, + "foot_left": { + "rotation": [0, -17.5, 0] + }, + "foot_right": { + "rotation": [0, 17.5, 0] + }, + "eyelid_right": { + "position": [1, 0, 1] + }, + "eyelid_left": { + "position": [-1, 0, 1] + }, + "snoot": { + "rotation": ["-4*Math.sin((query.anim_time-0.3) * 180)", 0, 0] + }, + "nose": { + "rotation": ["-4*Math.sin((query.anim_time-0.6) * 180)", 0, 0] + } + } + }, + "animation.drilbur.ground_walk": { + "loop": true, + "bones": { + "leg_right": { + "rotation": ["-12*math.sin(query.anim_time * 270)", 0, 0], + "position": [0, "-0.2+0.75*math.clamp(math.cos(query.anim_time * 270), 0, 3)", "-0.8*math.sin(query.anim_time * 270)"] + }, + "foot_right": { + "rotation": ["-12*math.sin((query.anim_time+0.5) * 270)", 0, 0], + "position": [0, "0.75*math.clamp(math.cos(query.anim_time * 270), 0, 3)", "-0.8*math.sin(query.anim_time * 270)"] + }, + "leg_left": { + "rotation": ["12*math.sin(query.anim_time * 270)", 0, 0], + "position": [0, "-0.2-0.75*math.clamp(math.cos(query.anim_time * 270), -3, 0)", "0.8*math.sin(query.anim_time * 270)"] + }, + "foot_left": { + "rotation": ["12*math.sin((query.anim_time+0.5) * 270)", 0, 0], + "position": [0, "-0.75*math.clamp(math.cos(query.anim_time * 270), -3, 0)", "0.8*math.sin(query.anim_time * 270)"] + }, + "body": { + "rotation": [7.5, "-8*math.sin(query.anim_time * 270)", 0], + "position": [0, "0.2* math.abs(math.cos((query.anim_time - 0.2) * 270))", 0] + }, + "head": { + "rotation": [-7.5, "0+8*math.sin(query.anim_time * 270)", 0] + }, + "snoot": { + "rotation": ["-2*math.sin((query.anim_time-0.2) * 540)", 0, 0] + }, + "nose": { + "rotation": ["-2*math.sin((query.anim_time-0.4) * 540)", 0, 0] + }, + "eyelid_right": { + "position": [1, 0, 1] + }, + "eyelid_left": { + "position": [-1, 0, 1] + }, + "arm_right": { + "rotation": [84.73804, "(15*math.sin((query.anim_time-0.3) * 270)+1.9778)", -29.39112], + "position": [0, 0, "0.75*math.sin(query.anim_time * 270)"] + }, + "arm_left": { + "rotation": [84.73804, "15*math.sin((query.anim_time-0.3) * 270)+1.9778", 29.39112], + "position": [0, 0, "-0.75*math.sin(query.anim_time * 270)"] + } + } + }, + "animation.drilbur.sleep": { + "loop": true, + "bones": { + "all": { + "rotation": [-87.5, 0, 0], + "position": [0, 3, -5] + }, + "leg_right": { + "rotation": [18.88172, -6.71771, 18.88172], + "position": [0, -1, 0] + }, + "foot_right": { + "rotation": [22.5, 17.5, 0] + }, + "leg_left": { + "rotation": [18.88172, 6.71771, -18.88172], + "position": [0, -1, 0] + }, + "foot_left": { + "rotation": [22.5, -17.5, 0] + }, + "body": { + "rotation": ["Math.sin(query.anim_time * 90)", 0, 0] + }, + "head": { + "rotation": ["-2*Math.sin(query.anim_time * 90)-7.5", 0, 0] + }, + "nose": { + "rotation": ["-5*Math.sin(query.anim_time * 90)-7.5", 0, 0] + }, + "arm_right": { + "rotation": [179.09044, -19.98015, -177.33978], + "position": [-2, -2, -2] + }, + "claw_right_bottom": { + "rotation": [0.6574, -7.4713, -5.04292] + }, + "claw_right_middle": { + "rotation": [0, -7.5, 0] + }, + "claw_right_top": { + "rotation": [-0.6574, -7.4713, 5.04292] + }, + "arm_left": { + "rotation": [4.8493, "-Math.sin(query.anim_time * 90)-7.5-11.5349", -22.99008] + }, + "claw_left_bottom": { + "rotation": [0, 5, 30], + "position": [-1, 0, 0] + }, + "claw_left_top": { + "rotation": [0, 5, -30], + "position": [-1, 0, 0] + } + } + }, + "animation.drilbur.faint": { + "loop": true, + "animation_length": 2.885, + "bones": { + "all": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.44": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.68": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "0.44": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "0.68": { + "post": [0, 0.5, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": { + "0.0": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [-12.5, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.44": { + "post": [-22.5, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.68": { + "post": [-42.5, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.84": { + "post": [-32.5, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.92": { + "post": [-35, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-32.5, 12.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.2": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.44": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "0.68": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "0.84": { + "post": [0, -0.5, -0.75], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right": { + "rotation": { + "0.0": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [22.5, 15, 0], + "lerp_mode": "catmullrom" + }, + "0.44": { + "post": [-27.5, 15, 0], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [22.5, 15, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -0.5], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [0, -0.25, -1.5], + "lerp_mode": "catmullrom" + }, + "0.44": { + "post": [0, 0, -1.5], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [-12.5, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.44": { + "post": [-22.5, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.68": { + "post": [-42.5, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.84": { + "post": [-32.5, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.92": { + "post": [-35, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-32.5, -12.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.2": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.44": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "0.68": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "0.84": { + "post": [0, -0.5, -0.75], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left": { + "rotation": { + "0.0": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [22.5, -15, 0], + "lerp_mode": "catmullrom" + }, + "0.44": { + "post": [-27.5, -15, 0], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [22.5, -15, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -0.5], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [0, -0.25, -1.5], + "lerp_mode": "catmullrom" + }, + "0.44": { + "post": [0, 0, -1.5], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.68": { + "post": [-50, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [-47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.92": { + "post": [-50, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.44": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.68": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "snoot": { + "rotation": { + "0.08": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.28": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.52": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.76": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.12": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "nose": { + "rotation": { + "0.16": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.36": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.84": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.28": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "eyelid_right": { + "position": { + "0.0": [1, 0, 1], + "0.08": [1, 0, 1], + "0.12": [0, 0, 0] + } + }, + "eyelid_left": { + "position": { + "0.0": [-1, 0, 1], + "0.08": [-1, 0, 1], + "0.12": [0, 0, 0] + } + }, + "mouth": { + "position": { + "0.0": [0, 0, 0], + "0.08": [0, 0, -0.33], + "0.12": [0, 0, 1] + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [58.61073, -4.59902, -27.14233], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [51.99554, -18.72789, -36.32086], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [23.62322, -24.28077, 13.04032], + "lerp_mode": "catmullrom" + }, + "0.84": { + "post": [21.46699, 3.52363, 24.62054], + "lerp_mode": "catmullrom" + }, + "0.92": { + "post": [21.4293, 1.19671, 23.70568], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [21.65533, 8.17417, 26.46712], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [58.61073, 4.59902, 27.14233], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [51.99554, 18.72789, 36.32086], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [23.62322, 24.28077, -13.04032], + "lerp_mode": "catmullrom" + }, + "0.84": { + "post": [21.46699, -3.52363, -24.62054], + "lerp_mode": "catmullrom" + }, + "0.92": { + "post": [21.4293, -1.19671, -23.70568], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [21.65533, -8.17417, -26.46712], + "lerp_mode": "catmullrom" + } + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/druddigon/druddigon.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/druddigon/druddigon.animation.json new file mode 100644 index 0000000..2e2ecb5 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/druddigon/druddigon.animation.json @@ -0,0 +1,4392 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.druddigon.test": { + "loop": true, + "bones": { + "torso": { + "rotation": [10, 0, 0] + }, + "bone4": { + "rotation": [10, 0, 0] + }, + "jaw": { + "rotation": [10, 0, 0] + }, + "leg_left": { + "rotation": [4.80383, -38.47233, -1.20902] + }, + "bone10": { + "rotation": [-4.98436, 0.75155, 2.38443] + }, + "tail": { + "rotation": [10, 0, 0] + }, + "bone18": { + "rotation": [7.29557, 30.57768, 10.68159] + }, + "bone19": { + "rotation": [0, 17.5, 0] + }, + "bone20": { + "rotation": [0, 10, 0] + }, + "arm_left": { + "rotation": [-8.20534, 31.16551, 24.49871] + }, + "bone25": { + "rotation": [-41.2434, 56.98175, -21.3751] + }, + "leg_right": { + "rotation": [0.58149, 19.94165, 4.51543] + }, + "bone14": { + "rotation": [0, 0, -5] + }, + "bone21": { + "rotation": [5.0088, -33.86414, -10.14253] + }, + "bone22": { + "rotation": [0, -17.5, 0] + }, + "bone23": { + "rotation": [0, -10, 0] + }, + "bone26": { + "rotation": [0, 0, 30] + }, + "bone29": { + "rotation": [25.44068, -2.75516, 25.56622] + }, + "bone28": { + "rotation": [-2.72535, 2.55948, 18.69768] + }, + "bone27": { + "rotation": [0, 0, 20] + }, + "bone30": { + "rotation": [0, 0, 30] + }, + "bone31": { + "rotation": [0, 0, 37.5] + }, + "bone8": { + "rotation": [0, 0, 30] + }, + "arm_right": { + "rotation": [-19.757, -18.51118, -18.60644] + }, + "bone24": { + "rotation": [-44.68656, -67.31239, 21.33203] + }, + "bone32": { + "rotation": [0, 0, -27.5] + }, + "bone33": { + "rotation": [25.22643, -8.65495, -51.44323] + }, + "bone34": { + "rotation": [0, 0, -22.5] + }, + "bone35": { + "rotation": [-9.04107, -8.29262, -30.9502] + }, + "bone36": { + "rotation": [0, 0, -22.5] + }, + "bone37": { + "rotation": [0, 0, -27.5] + }, + "bone38": { + "rotation": [0, 0, -37.5] + } + } + }, + "animation.druddigon.test_2": { + "loop": true, + "bones": { + "torso": { + "rotation": [32.5, 0, 0] + }, + "torso_upper": { + "rotation": [-10, 0, 0] + }, + "bone4": { + "rotation": [-2.5, 0, 0] + }, + "head": { + "rotation": [-12.5, 0, 0] + }, + "jaw": { + "rotation": [45, 0, 0] + }, + "bone21": { + "rotation": [5.0088, -33.86414, -10.14253] + }, + "bone22": { + "rotation": [0, -17.5, 0] + }, + "bone23": { + "rotation": [0, -10, 0] + }, + "bone18": { + "rotation": [7.29557, 30.57768, 10.68159] + }, + "bone19": { + "rotation": [0, 17.5, 0] + }, + "bone20": { + "rotation": [0, 10, 0] + }, + "arm_right": { + "rotation": [2.56397, 42.56114, -20.32515] + }, + "bone24": { + "rotation": [-67.33639, -55.85017, -13.05915] + }, + "bone32": { + "rotation": [0, 0, -10] + }, + "bone33": { + "rotation": [25.22643, -8.65495, -51.44323] + }, + "bone34": { + "rotation": [0, 0, -22.5] + }, + "bone35": { + "rotation": [-9.04107, -8.29262, -30.9502] + }, + "bone36": { + "rotation": [0, 0, -22.5] + }, + "bone37": { + "rotation": [0, 0, -27.5] + }, + "bone38": { + "rotation": [0, 0, -37.5] + }, + "arm_left": { + "rotation": [1.99496, -37.77625, 24.40198] + }, + "bone25": { + "rotation": [-74.99162, 46.38224, 7.0258] + }, + "bone26": { + "rotation": [0, 0, 17.5] + }, + "bone29": { + "rotation": [25.44068, -2.75516, 25.56622] + }, + "bone31": { + "rotation": [0, 0, 37.5] + }, + "bone28": { + "rotation": [-2.72535, 2.55948, 18.69768] + }, + "bone8": { + "rotation": [0, 0, 30] + }, + "bone27": { + "rotation": [0, 0, 20] + }, + "bone30": { + "rotation": [0, 0, 30] + }, + "tail": { + "rotation": [-7.5, 0, 0] + }, + "bone3": { + "rotation": [-15, 0, 0] + }, + "bone5": { + "rotation": [0, 0, 0] + }, + "bone39": { + "rotation": [0, 0, 0] + }, + "leg_right": { + "rotation": [0.58149, 19.94165, 4.51543] + }, + "bone14": { + "rotation": [0, 0, -5] + }, + "leg_left": { + "rotation": [4.80383, -38.47233, -1.20902] + }, + "bone10": { + "rotation": [-4.98436, 0.75155, 2.38443] + } + } + }, + "animation.druddigon.ground_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "torso": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [4.80383, -38.47233, -1.20902], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [4.80383, -38.47233, -1.20902], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [-4.98436, 0.75155, 2.38443], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-4.98436, 0.75155, 2.38443], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [7.29557, 30.57768, 10.68159], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [5.59305, 24.26957, 6.3268], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [14.20892, 42.40424, 22.21966], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [17.37406, 45.48198, 26.66286], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [7.29557, 30.57768, 10.68159], + "lerp_mode": "catmullrom" + } + } + }, + "bone19": { + "rotation": { + "0.0": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone20": { + "rotation": { + "0.0": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [-8.20534, 31.16551, 24.49871], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-10.33165, 45.97936, 21.3245], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-7.47528, 21.25337, 26.01094], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-7.04703, 13.8139, 27.0668], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-8.20534, 31.16551, 24.49871], + "lerp_mode": "catmullrom" + } + } + }, + "bone25": { + "rotation": { + "0.0": { + "post": [-41.2434, 56.98175, -21.3751], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-75.25032, 67.99796, -59.87537], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-70.96916, 68.59955, -55.19168], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-36.45995, 48.69048, -14.07184], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-41.2434, 56.98175, -21.3751], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": { + "0.0": { + "post": [0.58149, 19.94165, 4.51543], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.58149, 19.94165, 4.51543], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [2.5, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [2.5, 0, -5], + "lerp_mode": "catmullrom" + } + } + }, + "bone21": { + "rotation": { + "0.0": { + "post": [5.0088, -33.86414, -10.14253], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [2.27997, -25.26239, -4.36911], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [9.47008, -42.09465, -17.36755], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [12.05307, -45.52978, -21.11826], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [5.0088, -33.86414, -10.14253], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "rotation": { + "0.0": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [0, -10, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -10, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone26": { + "rotation": { + "0.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + } + } + }, + "bone29": { + "rotation": { + "0.0": { + "post": [25.44068, -2.75516, 25.56622], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [25.44068, -2.75516, 25.56622], + "lerp_mode": "catmullrom" + } + } + }, + "bone28": { + "rotation": { + "0.0": { + "post": [-2.72535, 2.55948, 18.69768], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-2.72535, 2.55948, 18.69768], + "lerp_mode": "catmullrom" + } + } + }, + "bone27": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone30": { + "rotation": { + "0.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + } + } + }, + "bone31": { + "rotation": { + "0.0": { + "post": [0, 0, 37.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 37.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [-16.84089, -20.84342, -26.30777], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-17.37836, -33.89351, -21.70977], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-16.3331, -14.43081, -31.08371], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-17.49994, -5.71942, -31.17059], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-16.84089, -20.84342, -26.30777], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [-44.68656, -67.31239, 21.33203], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-75.92351, -74.60412, 54.76454], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-64.79861, -73.18475, 42.9975], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-32.42417, -57.282, 6.96431], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-44.68656, -67.31239, 21.33203], + "lerp_mode": "catmullrom" + } + } + }, + "bone32": { + "rotation": { + "0.0": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone33": { + "rotation": { + "0.0": { + "post": [25.22643, -8.65495, -51.44323], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [25.22643, -8.65495, -51.44323], + "lerp_mode": "catmullrom" + } + } + }, + "bone34": { + "rotation": { + "0.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone35": { + "rotation": { + "0.0": { + "post": [-9.04107, -8.29262, -30.9502], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-9.04107, -8.29262, -30.9502], + "lerp_mode": "catmullrom" + } + } + }, + "bone36": { + "rotation": { + "0.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone37": { + "rotation": { + "0.0": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone38": { + "rotation": { + "0.0": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + } + } + }, + "torso_upper": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [9.68, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-17.93, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [13.29, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-15.23, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone39": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [9.08, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-13.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.druddigon.ground_walk": { + "loop": true, + "animation_length": 2, + "bones": { + "body": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, -0.17, 0], + "0.0833": [0, 0, 0], + "0.125": [0, -0.17, 0], + "0.1667": [0, 0, 0], + "0.5": [0, 1, 0], + "1.0": [0, 0.25, 0], + "1.0417": [0, 0.42, 0], + "1.0833": [0, 0.25, 0], + "1.125": [0, 0.42, 0], + "1.1667": [0, 0.25, 0], + "1.5": [0, 1.25, 0], + "2.0": [0, 0, 0] + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [15.1027, 4.09405, 2.87277], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [15.02564, 2.04767, 1.43455], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [15.23163, -6.13784, -4.31837], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [15.1027, 4.09405, 2.87277], + "lerp_mode": "catmullrom" + } + } + }, + "torso_upper": { + "rotation": { + "0.0": { + "post": [10.08377, 4.53051, 2.11751], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [10.08377, -4.53051, -2.11751], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [10.0209, 2.26564, 1.0571], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [10.08377, 4.53051, 2.11751], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-7.5, -10, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-7.57134, -2.52805, 0.65245], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-7.55771, 4.94422, 1.29739], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-7.5, -10, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone21": { + "rotation": { + "0.0": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -24.37, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -41.25, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "rotation": { + "0.0": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -15.74, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -29.95, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -7.59, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -20.36, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 27.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone19": { + "rotation": { + "0.0": { + "post": [0, 27.5, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 34.53, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 7.09, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 27.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone20": { + "rotation": { + "0.0": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 6.85, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [-1.09947, 14.9706, -32.56421], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-8.06477, -11.84819, -22.99707], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-8.73566, -24.22196, -21.09913], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-7.87376, -4.41662, -24.02651], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-1.09947, 14.9706, -32.56421], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [0, -65, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, -52.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -71.34, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -82.63, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -65, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone32": { + "rotation": { + "0.0": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + } + } + }, + "bone33": { + "rotation": { + "0.0": { + "post": [35.74277, 9.90421, -53.89554], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [35.74277, 9.90421, -53.89554], + "lerp_mode": "catmullrom" + } + } + }, + "bone34": { + "rotation": { + "0.0": { + "post": [0, 0, -40], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -40], + "lerp_mode": "catmullrom" + } + } + }, + "bone35": { + "rotation": { + "0.0": { + "post": [-25.80496, -4.67934, -43.75375], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-25.80496, -4.67934, -43.75375], + "lerp_mode": "catmullrom" + } + } + }, + "bone36": { + "rotation": { + "0.0": { + "post": [0, 0, -35], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -35], + "lerp_mode": "catmullrom" + } + } + }, + "bone37": { + "rotation": { + "0.0": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + } + } + }, + "bone38": { + "rotation": { + "0.0": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [-27.48271, 19.99986, 17.57843], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-25.78229, 8.79546, 23.38351], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-25.58505, -11.56561, 33.01125], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-25.43953, 4.2782, 25.55474], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-27.48271, 19.99986, 17.57843], + "lerp_mode": "catmullrom" + } + } + }, + "bone25": { + "rotation": { + "0.0": { + "post": [0, 62.5, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 82.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 65.04, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 46.43, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 62.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone26": { + "rotation": { + "0.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + } + } + }, + "bone29": { + "rotation": { + "0.0": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone31": { + "rotation": { + "0.0": { + "post": [0, 0, 35], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 35], + "lerp_mode": "catmullrom" + } + } + }, + "bone28": { + "rotation": { + "0.0": { + "post": [-46.12328, 4.30746, 48.53358], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-46.12328, 4.30746, 48.53358], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [0, 0, 37.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 37.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone27": { + "rotation": { + "0.0": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone30": { + "rotation": { + "0.0": { + "post": [0, 0, 35], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 35], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [-0.9197, 2.13829, -7.05875], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-1.91174, -8.95243, 9.52774], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-0.9197, 2.13829, -7.05875], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 19.01, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -18.32, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 13.82, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -11.87, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone39": { + "rotation": { + "0.0": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 9.45, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -16.09, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": { + "0.0": { + "post": [-13.31306, 14.09673, 0.51791], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [11.68694, 14.09673, 0.51791], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [31.68694, 14.09673, 0.51791], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-8.31306, 14.09673, 0.51791], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-13.31306, 14.09673, 0.51791], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -0.5, -1], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -0.75, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -0.75, -1.25], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -0.5, -1], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [17.07362, -14.63639, 3.31914], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-20.42638, -14.63639, 3.31914], + "lerp_mode": "catmullrom" + }, + "0.8333": [-16.68694, -14.09673, 0.51791], + "1.0": [-8.6551, -16.37716, 2.28184], + "1.5": { + "pre": [7.07362, -14.63639, 3.31914], + "post": [7.07362, -14.63639, 3.31914], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [17.07362, -14.63639, 3.31914], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0.75], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -0.5, -0.75], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -1.25, 3.25], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0.75], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": [-10, 0, 0], + "1.0": [-22.5, 0, 0], + "1.2917": [-22.19, 0, 0], + "2.0": { + "pre": [22.5, 0, 0], + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [30.00933, -0.43399, -2.46207], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5.00933, -0.43399, -2.46207], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone43": { + "rotation": { + "0.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.04, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-2.04, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.druddigon.physical": { + "animation_length": 2, + "bones": { + "body": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 1.25], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0.75, -2.25], + "lerp_mode": "catmullrom" + }, + "1.0": [0, -0.5, -4.75], + "1.0417": [0, -0.8, -4.87], + "1.0833": [0, -0.5, -4.75], + "1.125": [0, -0.8, -4.87], + "1.1667": [0, -0.5, -4.75], + "1.4167": { + "pre": [0, -0.5, -4.75], + "post": [0, -0.5, -4.75], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [10.86748, -12.95254, -7.63074], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-3.8023, 0.82445, -8.08023], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [32.73501, 25.64387, 20.12361], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [32.73501, 25.64387, 20.12361], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso_upper": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-10, -1.07143, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [4.98123, -1.86209, 0.96989], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [9.97765, -2.21738, 1.15495], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [9.97765, -2.21738, 1.15495], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-0.56986, 8.38426, 1.70015], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-10.69722, 1.04409, 0.15374], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [9.80606, -8.21791, -4.37696], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-0.94606, -9.25215, 0.57242], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone21": { + "rotation": { + "0.0": { + "post": [5.0088, -33.86414, -10.14253], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "rotation": { + "0.0": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [0, -10, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [7.29557, 30.57768, 10.68159], + "lerp_mode": "catmullrom" + } + } + }, + "bone19": { + "rotation": { + "0.0": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone20": { + "rotation": { + "0.0": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [-16.84089, -20.84342, -26.30777], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0.07258, -43.17144, 1.21624], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-3.92452, 46.22054, -25.98812], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-3.92452, 46.22054, -25.98812], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-16.84089, -20.84342, -26.30777], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [-44.68656, -67.31239, 21.33203], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-47.81948, -85.53664, 57.88253], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-14.68022, -63.94255, -16.96236], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-15.95726, -66.3539, -15.52492], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-7.38778, -22.08244, -27.43241], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-44.68656, -67.31239, 21.33203], + "lerp_mode": "catmullrom" + } + } + }, + "bone32": { + "rotation": { + "0.0": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone33": { + "rotation": { + "0.0": { + "post": [25.22643, -8.65495, -51.44323], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [44.85841, 1.59513, -75.6333], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [44.85841, 1.59513, -75.6333], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [25.22643, -8.65495, -51.44323], + "lerp_mode": "catmullrom" + } + } + }, + "bone34": { + "rotation": { + "0.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, -45], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -45], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone35": { + "rotation": { + "0.0": { + "post": [-9.04107, -8.29262, -30.9502], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-31.76017, -20.1258, -68.67995], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-31.76017, -20.1258, -68.67995], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-9.04107, -8.29262, -30.9502], + "lerp_mode": "catmullrom" + } + } + }, + "bone36": { + "rotation": { + "0.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, -47.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -47.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone37": { + "rotation": { + "0.0": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, -32.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -32.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone38": { + "rotation": { + "0.0": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, -65], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -65], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [-8.20534, 31.16551, 24.49871], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-18.82854, -2.89812, 9.50767], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-15.38785, -21.33661, -42.28164], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [60.27276, 63.28763, 57.37215], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [60.27276, 63.28763, 57.37215], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-8.20534, 31.16551, 24.49871], + "lerp_mode": "catmullrom" + } + } + }, + "bone25": { + "rotation": { + "0.0": { + "post": [-41.2434, 56.98175, -21.3751], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-86.24841, 17.11341, -25.52659], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-38.33043, 59.46588, -20.87546], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-38.33043, 59.46588, -20.87546], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-41.2434, 56.98175, -21.3751], + "lerp_mode": "catmullrom" + } + } + }, + "bone26": { + "rotation": { + "0.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + } + } + }, + "bone29": { + "rotation": { + "0.0": { + "post": [25.44068, -2.75516, 25.56622], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [2.13983, 2.15951, -4.66289], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [41.91911, -15.47478, 50.36607], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [25.44068, -2.75516, 25.56622], + "lerp_mode": "catmullrom" + } + } + }, + "bone31": { + "rotation": { + "0.0": { + "post": [0, 0, 37.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone28": { + "rotation": { + "0.0": { + "post": [-2.72535, 2.55948, 18.69768], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [20.46806, 6.14672, -13.3133], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-26.744, 9.15818, 52.61557], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-2.72535, 2.55948, 18.69768], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + } + } + }, + "bone27": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 45], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone30": { + "rotation": { + "0.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [9.56145, -7.05302, 7.10708], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [9.56145, 7.05302, -7.10708], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone39": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 27.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": { + "0.0": { + "post": [0.58149, 19.94165, 4.51543], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-11.91851, 19.94165, 4.51543], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [10.58149, 19.94165, 4.51543], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [37.69861, 51.64186, 22.14871], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [37.69861, 51.64186, 22.14871], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.58149, 19.94165, 4.51543], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, -0.5, 1], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [2.5, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [25, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [5, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-17.26905, -4.29357, -11.15518], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-17.26905, -4.29357, -11.15518], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [2.5, 0, -5], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [4.80383, -38.47233, -1.20902], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-17.69617, -38.47233, -1.20902], + "lerp_mode": "catmullrom" + }, + "1.0": [-2.69617, -38.47233, -1.20902], + "1.4167": [-2.69617, -38.47233, -1.20902], + "1.6667": { + "pre": [-14.61308, -38.47233, -1.20902], + "post": [-14.61308, -38.47233, -1.20902], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [4.80383, -38.47233, -1.20902], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 1.86, 2.08], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -1, 3.75], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 2.25, 0.5], + "lerp_mode": "catmullrom" + }, + "1.0": [0, 0.5, 0.5], + "1.4167": [0, 0.5, 0.5], + "2.0": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": [-2.5, 0, 0], + "1.4167": [-2.5, 0, 0], + "1.6667": { + "pre": [33.53, 0, 0], + "post": [33.53, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [-4.98436, 0.75155, 2.38443], + "lerp_mode": "catmullrom" + }, + "1.0": [7.51564, 0.75155, 2.38443], + "1.4167": [7.51564, 0.75155, 2.38443], + "1.6667": { + "pre": [-9.09515, 0.75155, 2.38443], + "post": [-9.09515, 0.75155, 2.38443], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-4.98436, 0.75155, 2.38443], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.druddigon.special": { + "animation_length": 1.875, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": [0, -1.25, -3.75], + "0.875": [0, -1.55, -3.89], + "0.9167": [0, -1.25, -3.75], + "0.9583": [0, -1.55, -3.89], + "1.0": [0, -1.25, -3.75], + "1.3333": { + "pre": [0, -1.25, -3.75], + "post": [0, -1.25, -3.75], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso_upper": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone21": { + "rotation": { + "0.0": { + "post": [5.0088, -33.86414, -10.14253], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0.23882, -16.5063, 0.9102], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [5.0088, -33.86414, -10.14253], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [7.48139, -39.29462, -14.46085], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [5.0088, -33.86414, -10.14253], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [5.0088, -33.86414, -10.14253], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "rotation": { + "0.0": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [0, -10, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -10, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, -10, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, -10, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [7.29557, 30.57768, 10.68159], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [2.87148, 13.66353, -0.90556], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [7.29557, 30.57768, 10.68159], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [14.92815, 43.56896, 23.39547], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [7.29557, 30.57768, 10.68159], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [7.29557, 30.57768, 10.68159], + "lerp_mode": "catmullrom" + } + } + }, + "bone19": { + "rotation": { + "0.0": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone20": { + "rotation": { + "0.0": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [-16.84089, -20.84342, -26.30777], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-1.9172, -25.51369, -28.07382], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2.56397, 42.56114, -20.32515], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [2.56397, 42.56114, -20.32515], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-16.84089, -20.84342, -26.30777], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [-44.68656, -67.31239, 21.33203], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-102.574, -74.64334, 82.68985], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-67.33639, -55.85017, -13.05915], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-67.33639, -55.85017, -13.05915], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-44.68656, -67.31239, 21.33203], + "lerp_mode": "catmullrom" + } + } + }, + "bone32": { + "rotation": { + "0.0": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone33": { + "rotation": { + "0.0": { + "post": [25.22643, -8.65495, -51.44323], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [25.22643, -8.65495, -51.44323], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [25.22643, -8.65495, -51.44323], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [25.22643, -8.65495, -51.44323], + "lerp_mode": "catmullrom" + } + } + }, + "bone34": { + "rotation": { + "0.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone35": { + "rotation": { + "0.0": { + "post": [-9.04107, -8.29262, -30.9502], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-9.04107, -8.29262, -30.9502], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-9.04107, -8.29262, -30.9502], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-9.04107, -8.29262, -30.9502], + "lerp_mode": "catmullrom" + } + } + }, + "bone36": { + "rotation": { + "0.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone37": { + "rotation": { + "0.0": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone38": { + "rotation": { + "0.0": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [-8.20534, 31.16551, 24.49871], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [7.69123, 43.52087, 22.01277], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-1.54239, -37.81452, 30.52598], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-1.54239, -37.81452, 30.52598], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-8.20534, 31.16551, 24.49871], + "lerp_mode": "catmullrom" + } + } + }, + "bone25": { + "rotation": { + "0.0": { + "post": [-41.2434, 56.98175, -21.3751], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-65.83313, 67.67823, -49.55461], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-74.99162, 46.38224, 7.0258], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-74.99162, 46.38224, 7.0258], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-41.2434, 56.98175, -21.3751], + "lerp_mode": "catmullrom" + } + } + }, + "bone26": { + "rotation": { + "0.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + } + } + }, + "bone29": { + "rotation": { + "0.0": { + "post": [25.44068, -2.75516, 25.56622], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [25.44068, -2.75516, 25.56622], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [25.44068, -2.75516, 25.56622], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [25.44068, -2.75516, 25.56622], + "lerp_mode": "catmullrom" + } + } + }, + "bone31": { + "rotation": { + "0.0": { + "post": [0, 0, 37.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 37.5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 37.5], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 0, 37.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone28": { + "rotation": { + "0.0": { + "post": [-2.72535, 2.55948, 18.69768], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-2.72535, 2.55948, 18.69768], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-2.72535, 2.55948, 18.69768], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-2.72535, 2.55948, 18.69768], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + } + } + }, + "bone27": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone30": { + "rotation": { + "0.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone39": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": { + "0.0": { + "post": [0.58149, 19.94165, 4.51543], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [13.08149, 19.94165, 4.51543], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [20.58149, 19.94165, 4.51543], + "lerp_mode": "catmullrom" + }, + "0.8333": [39.12376, 19.94165, 4.51543], + "1.2917": [39.12376, 19.94165, 4.51543], + "1.875": { + "pre": [0.58149, 19.94165, 4.51543], + "post": [0.58149, 19.94165, 4.51543], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": [-20, 0, 0], + "1.2917": [-20, 0, 0], + "1.875": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [2.5, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [10, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [2.5, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.8333": [-17.5, 0, -5], + "1.2917": [-17.5, 0, -5], + "1.875": { + "pre": [2.5, 0, -5], + "post": [2.5, 0, -5], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [4.80383, -38.47233, -1.20902], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-27.69617, -38.47233, -1.20902], + "lerp_mode": "catmullrom" + }, + "0.8333": [-20.32737, -38.47233, -1.20902], + "1.2917": [-20.32737, -38.47233, -1.20902], + "1.875": { + "pre": [4.80383, -38.47233, -1.20902], + "post": [4.80383, -38.47233, -1.20902], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 1.25, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": [25, 0, 0], + "1.2917": [25, 0, 0], + "1.875": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [-4.98436, 0.75155, 2.38443], + "lerp_mode": "catmullrom" + }, + "0.75": [-4.98436, 0.75155, 2.38443], + "1.2917": [-4.98436, 0.75155, 2.38443], + "1.875": { + "pre": [-4.98436, 0.75155, 2.38443], + "post": [-4.98436, 0.75155, 2.38443], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.druddigon.recoil": { + "animation_length": 0.9167, + "bones": { + "torso": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso_upper": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-10.46, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [9.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-21.58, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone42": { + "position": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [-1, 0, 0] + }, + "0.5": { + "pre": [-1, 0, 0], + "post": [0, 0, 0] + } + } + }, + "bone41": { + "position": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 0, 0] + }, + "0.5": { + "pre": [1, 0, 0], + "post": [0, 0, 0] + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [-4.9, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone21": { + "rotation": { + "0.0": { + "post": [5.0088, -33.86414, -10.14253], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "rotation": { + "0.0": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [0, -10, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [7.29557, 30.57768, 10.68159], + "lerp_mode": "catmullrom" + } + } + }, + "bone19": { + "rotation": { + "0.0": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone20": { + "rotation": { + "0.0": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [-16.84089, -20.84342, -26.30777], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-15.46356, 5.63894, -33.91229], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-16.84089, -20.84342, -26.30777], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [-44.68656, -67.31239, 21.33203], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [-80.36343, -73.67174, 59.48955], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-55.55753, -48.57479, -1.49367], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-44.68656, -67.31239, 21.33203], + "lerp_mode": "catmullrom" + } + } + }, + "bone32": { + "rotation": { + "0.0": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone33": { + "rotation": { + "0.0": { + "post": [25.22643, -8.65495, -51.44323], + "lerp_mode": "catmullrom" + } + } + }, + "bone34": { + "rotation": { + "0.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone35": { + "rotation": { + "0.0": { + "post": [-9.04107, -8.29262, -30.9502], + "lerp_mode": "catmullrom" + } + } + }, + "bone36": { + "rotation": { + "0.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone37": { + "rotation": { + "0.0": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone38": { + "rotation": { + "0.0": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [-8.20534, 31.16551, 24.49871], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-7.05549, 11.32861, 27.30672], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-8.20534, 31.16551, 24.49871], + "lerp_mode": "catmullrom" + } + } + }, + "bone25": { + "rotation": { + "0.0": { + "post": [-41.2434, 56.98175, -21.3751], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [-73.87105, 68.44426, -58.39202], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-54.91134, 27.09332, 3.19842], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-41.2434, 56.98175, -21.3751], + "lerp_mode": "catmullrom" + } + } + }, + "bone26": { + "rotation": { + "0.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + } + } + }, + "bone29": { + "rotation": { + "0.0": { + "post": [25.44068, -2.75516, 25.56622], + "lerp_mode": "catmullrom" + } + } + }, + "bone31": { + "rotation": { + "0.0": { + "post": [0, 0, 37.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone28": { + "rotation": { + "0.0": { + "post": [-2.72535, 2.55948, 18.69768], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + } + } + }, + "bone27": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone30": { + "rotation": { + "0.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone39": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": { + "0.0": { + "post": [0.58149, 19.94165, 4.51543], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [2.5, 0, -5], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [4.80383, -38.47233, -1.20902], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [-4.98436, 0.75155, 2.38443], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.druddigon.faint": { + "animation_length": 8.25, + "bones": { + "body": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, -4.75, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, -8, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [21.26, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [67.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso_upper": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [20.36745, -0.4581, -0.38929], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-11.82185, 9.54385, 8.11019], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [6.23, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-14.65, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone42": { + "position": { + "0.0": [0, 0, 0], + "0.375": { + "pre": [0, 0, 0], + "post": [-1, 0, 0] + } + } + }, + "bone41": { + "position": { + "0.0": [0, 0, 0], + "0.375": { + "pre": [0, 0, 0], + "post": [1, 0, 0] + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone21": { + "rotation": { + "0.0": { + "post": [5.0088, -33.86414, -10.14253], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [15.57748, -48.32496, -27.73136], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0.35306, -18.27077, -5.02842], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [25.10309, -62.11798, -61.07399], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "rotation": { + "0.0": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, -37.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [0, -10, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [7.29557, 30.57768, 10.68159], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [18.34521, 45.81037, 27.88065], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [4.39965, 19.99125, 3.39362], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [23.89823, 51.04895, 35.46209], + "lerp_mode": "catmullrom" + } + } + }, + "bone19": { + "rotation": { + "0.0": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 40, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone20": { + "rotation": { + "0.0": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [-16.84089, -20.84342, -26.30777], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-15.5911, 10.46159, -35.2387], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-74.00186, -25.15601, -2.88147], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [-44.68656, -67.31239, 21.33203], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-18.63121, -22.98029, -13.7712], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-35.82043, -16.28716, -3.54685], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-60.074, -74.64334, 82.68985], + "lerp_mode": "catmullrom" + } + } + }, + "bone32": { + "rotation": { + "0.0": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + } + }, + "bone33": { + "rotation": { + "0.0": { + "post": [25.22643, -8.65495, -51.44323], + "lerp_mode": "catmullrom" + } + } + }, + "bone34": { + "rotation": { + "0.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone35": { + "rotation": { + "0.0": { + "post": [-9.04107, -8.29262, -30.9502], + "lerp_mode": "catmullrom" + } + } + }, + "bone36": { + "rotation": { + "0.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone37": { + "rotation": { + "0.0": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone38": { + "rotation": { + "0.0": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [-8.20534, 31.16551, 24.49871], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-7.09938, -15.10738, 38.01105], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-84.52798, 23.10314, -50.42329], + "lerp_mode": "catmullrom" + } + } + }, + "bone25": { + "rotation": { + "0.0": { + "post": [-41.2434, 56.98175, -21.3751], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-26.64609, 33.84952, -0.49274], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-25.02021, 13.88863, 8.16675], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-46.439, 60.59287, -27.61608], + "lerp_mode": "catmullrom" + } + } + }, + "bone26": { + "rotation": { + "0.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + } + } + }, + "bone29": { + "rotation": { + "0.0": { + "post": [25.44068, -2.75516, 25.56622], + "lerp_mode": "catmullrom" + } + } + }, + "bone31": { + "rotation": { + "0.0": { + "post": [0, 0, 37.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone28": { + "rotation": { + "0.0": { + "post": [-2.72535, 2.55948, 18.69768], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + } + } + }, + "bone27": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone30": { + "rotation": { + "0.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone39": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": { + "0.0": [0.58149, 19.94165, 4.51543], + "0.4583": [0.58149, 19.94165, 4.51543], + "1.3333": { + "pre": [69.23083, 9.25333, 18.86191], + "post": [69.23083, 9.25333, 18.86191], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "0.7917": { + "pre": [90, 0, 0], + "post": [90, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": [2.5, 0, -5], + "0.4583": [2.5, 0, -5], + "1.3333": { + "pre": [35, 0, -5], + "post": [35, 0, -5], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": [0, 0, 0], + "0.5833": [0, 0, 0], + "0.7917": { + "pre": [-77.5, 0, 0], + "post": [-77.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": { + "0.0": [4.80383, -38.47233, -1.20902], + "0.5": [4.80383, -38.47233, -1.20902], + "0.7917": { + "pre": [10.31718, -8.2835, -14.57381], + "post": [10.31718, -8.2835, -14.57381], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [75.31718, -8.2835, -14.57381], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "0.7917": { + "pre": [80, 0, 0], + "post": [80, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": [-4.98436, 0.75155, 2.38443], + "0.5": [-4.98436, 0.75155, 2.38443], + "1.3333": { + "pre": [27.51564, 0.75155, 2.38443], + "post": [27.51564, 0.75155, 2.38443], + "lerp_mode": "catmullrom" + } + } + }, + "bone43": { + "rotation": { + "0.0": [0, 0, 0], + "0.5833": [0, 0, 0], + "0.7917": { + "pre": [-70, 0, 0], + "post": [-70, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/dudunsparce/dudunsparce.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/dudunsparce/dudunsparce.animation.json new file mode 100644 index 0000000..f7fe5ec --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/dudunsparce/dudunsparce.animation.json @@ -0,0 +1,1163 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.dudunsparce.ground_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "bone5": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [6.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone12": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone13": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.dudunsparce.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "bone5": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0.5], + "1.0": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0.74, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone12": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, -24.17], + "0.1667": [0, 0, 0], + "0.25": [0, 0, -24.17], + "0.3333": [0, 0, 0], + "0.4167": [0, 0, -24.17], + "0.5": [0, 0, 0], + "0.5833": [0, 0, -24.17], + "0.6667": [0, 0, 0], + "0.75": [0, 0, -24.17], + "0.8333": [0, 0, 0], + "0.9167": [0, 0, -24.17], + "1.0": [0, 0, 0] + } + }, + "bone11": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, 24.69], + "0.1667": [0, 0, 0], + "0.25": [0, 0, 24.69], + "0.3333": [0, 0, 0], + "0.4167": [0, 0, 24.69], + "0.5": [0, 0, 0], + "0.5833": [0, 0, 24.69], + "0.6667": [0, 0, 0], + "0.75": [0, 0, 24.69], + "0.8333": [0, 0, 0], + "0.9167": [0, 0, 24.69], + "1.0": [0, 0, 0] + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [8.74, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, -24.17], + "0.1667": [0, 0, 0], + "0.25": [0, 0, -24.17], + "0.3333": [0, 0, 0], + "0.4167": [0, 0, -24.17], + "0.5": [0, 0, 0], + "0.5833": [0, 0, -24.17], + "0.6667": [0, 0, 0], + "0.75": [0, 0, -24.17], + "0.8333": [0, 0, 0], + "0.9167": [0, 0, -24.17], + "1.0": [0, 0, 0] + } + }, + "bone13": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, 24.69], + "0.1667": [0, 0, 0], + "0.25": [0, 0, 24.69], + "0.3333": [0, 0, 0], + "0.4167": [0, 0, 24.69], + "0.5": [0, 0, 0], + "0.5833": [0, 0, 24.69], + "0.6667": [0, 0, 0], + "0.75": [0, 0, 24.69], + "0.8333": [0, 0, 0], + "0.9167": [0, 0, 24.69], + "1.0": [0, 0, 0] + } + } + } + }, + "animation.dudunsparce.physical": { + "animation_length": 1.0833, + "bones": { + "bone5": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [29.84, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-17.13, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [1.39, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-1.11, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone12": { + "rotation": { + "0.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [1.98, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [1.98, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [1.98, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [1.98, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone13": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.dudunsparce.special": { + "animation_length": 1.9583, + "bones": { + "bone5": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone12": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, -24.17], + "0.1667": [0, 0, 0], + "0.25": [0, 0, -24.17], + "0.3333": [0, 0, 0], + "0.4167": [0, 0, -24.17], + "0.5": [0, 0, 0], + "0.5833": [0, 0, -24.17], + "0.6667": [0, 0, 0], + "0.75": [0, 0, -24.17], + "0.8333": [0, 0, 0], + "0.9167": [0, 0, -24.17], + "1.0": [0, 0, 0], + "1.0833": [0, 0, -24.17], + "1.1667": [0, 0, 0], + "1.25": [0, 0, -24.17], + "1.3333": [0, 0, 0], + "1.4167": [0, 0, -24.17], + "1.5": [0, 0, 0], + "1.5833": [0, 0, -24.17], + "1.6667": [0, 0, 0], + "1.75": [0, 0, -24.17], + "1.8333": [0, 0, 0], + "1.9167": [0, 0, -24.17] + } + }, + "bone11": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, 24.69], + "0.1667": [0, 0, 0], + "0.25": [0, 0, 24.69], + "0.3333": [0, 0, 0], + "0.4167": [0, 0, 24.69], + "0.5": [0, 0, 0], + "0.5833": [0, 0, 24.69], + "0.6667": [0, 0, 0], + "0.75": [0, 0, 24.69], + "0.8333": [0, 0, 0], + "0.9167": [0, 0, 24.69], + "1.0": [0, 0, 0], + "1.0833": [0, 0, 24.69], + "1.1667": [0, 0, 0], + "1.25": [0, 0, 24.69], + "1.3333": [0, 0, 0], + "1.4167": [0, 0, 24.69], + "1.5": [0, 0, 0], + "1.5833": [0, 0, 24.69], + "1.6667": [0, 0, 0], + "1.75": [0, 0, 24.69], + "1.8333": [0, 0, 0], + "1.9167": [0, 0, 24.69] + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [12.63, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [12.57, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, -24.17], + "0.1667": [0, 0, 0], + "0.25": [0, 0, -24.17], + "0.3333": [0, 0, 0], + "0.4167": [0, 0, -24.17], + "0.5": [0, 0, 0], + "0.5833": [0, 0, -24.17], + "0.6667": [0, 0, 0], + "0.75": [0, 0, -24.17], + "0.8333": [0, 0, 0], + "0.9167": [0, 0, -24.17], + "1.0": [0, 0, 0], + "1.0833": [0, 0, -24.17], + "1.1667": [0, 0, 0], + "1.25": [0, 0, -24.17], + "1.3333": [0, 0, 0], + "1.4167": [0, 0, -24.17], + "1.5": [0, 0, 0], + "1.5833": [0, 0, -24.17], + "1.6667": [0, 0, 0], + "1.75": [0, 0, -24.17], + "1.8333": [0, 0, 0], + "1.9167": [0, 0, -24.17] + } + }, + "bone13": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, 24.69], + "0.1667": [0, 0, 0], + "0.25": [0, 0, 24.69], + "0.3333": [0, 0, 0], + "0.4167": [0, 0, 24.69], + "0.5": [0, 0, 0], + "0.5833": [0, 0, 24.69], + "0.6667": [0, 0, 0], + "0.75": [0, 0, 24.69], + "0.8333": [0, 0, 0], + "0.9167": [0, 0, 24.69], + "1.0": [0, 0, 0], + "1.0833": [0, 0, 24.69], + "1.1667": [0, 0, 0], + "1.25": [0, 0, 24.69], + "1.3333": [0, 0, 0], + "1.4167": [0, 0, 24.69], + "1.5": [0, 0, 0], + "1.5833": [0, 0, 24.69], + "1.6667": [0, 0, 0], + "1.75": [0, 0, 24.69], + "1.8333": [0, 0, 0], + "1.9167": [0, 0, 24.69] + } + } + } + }, + "animation.dudunsparce.recoil": { + "animation_length": 0.6667, + "bones": { + "bone5": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [-6.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [15.63, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone12": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone13": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.dudunsparce.faint": { + "animation_length": 6.25, + "bones": { + "bone5": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": [-17.5, 0, 0], + "1.0417": [-17.11817, 2.594, 8.36817], + "1.125": [-1.73634, 5.188, 16.73634], + "1.2917": [-1.73634, 5.188, 16.73634] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [12.39638, -1.61888, 7.32417], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [12.2127, 2.68507, -12.2127], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [12.39638, -1.61888, 7.32417], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [12.2127, 2.68507, -12.2127], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-2.7873, 2.68507, -12.2127], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-2.7873, 2.68507, -12.2127], + "lerp_mode": "catmullrom" + }, + "0.9583": [-2.7873, 2.68507, -12.2127], + "1.0417": [-15.99399, 3.08065, -2.20583], + "1.125": [5.79933, 3.47624, 7.80103], + "1.2083": [-1.70067, 3.47624, 7.80103], + "1.2917": [5.79933, 3.47624, 7.80103] + } + }, + "bone12": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone13": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + } + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/dudunsparce/dudunsparce_three_segment.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/dudunsparce/dudunsparce_three_segment.animation.json new file mode 100644 index 0000000..007e522 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/dudunsparce/dudunsparce_three_segment.animation.json @@ -0,0 +1,1584 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.dudunsparce_three_segment.pose": { + "loop": true, + "bones": { + "bone16": { + "rotation": [-15, 0, 0] + }, + "bone5": { + "rotation": [-5, 0, 0] + }, + "head": { + "rotation": [14.67376, -4.04496, -13.98458] + }, + "jaw": { + "rotation": [30, 0, 0] + }, + "bone4": { + "rotation": [37.5, 0, 0] + }, + "bone10": { + "rotation": [20, 0, 0] + } + } + }, + "animation.dudunsparce_three_segment.ground_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "bone16": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [6.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone12": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone13": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.dudunsparce_three_segment.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "bone16": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "0.4583": [0, 0.5, 0], + "1.0": [0, 0, 0] + } + }, + "bone18": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, 24.69], + "0.1667": [0, 0, 0], + "0.25": [0, 0, 24.69], + "0.3333": [0, 0, 0], + "0.4167": [0, 0, 24.69], + "0.5": [0, 0, 0], + "0.5833": [0, 0, 24.69], + "0.6667": [0, 0, 0], + "0.75": [0, 0, 24.69], + "0.8333": [0, 0, 0], + "0.9167": [0, 0, 24.69], + "1.0": [0, 0, 0] + } + }, + "bone17": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, -24.17], + "0.1667": [0, 0, 0], + "0.25": [0, 0, -24.17], + "0.3333": [0, 0, 0], + "0.4167": [0, 0, -24.17], + "0.5": [0, 0, 0], + "0.5833": [0, 0, -24.17], + "0.6667": [0, 0, 0], + "0.75": [0, 0, -24.17], + "0.8333": [0, 0, 0], + "0.9167": [0, 0, -24.17], + "1.0": [0, 0, 0] + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0.5], + "1.0": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0.74, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone12": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, -24.17], + "0.1667": [0, 0, 0], + "0.25": [0, 0, -24.17], + "0.3333": [0, 0, 0], + "0.4167": [0, 0, -24.17], + "0.5": [0, 0, 0], + "0.5833": [0, 0, -24.17], + "0.6667": [0, 0, 0], + "0.75": [0, 0, -24.17], + "0.8333": [0, 0, 0], + "0.9167": [0, 0, -24.17], + "1.0": [0, 0, 0] + } + }, + "bone11": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, 24.69], + "0.1667": [0, 0, 0], + "0.25": [0, 0, 24.69], + "0.3333": [0, 0, 0], + "0.4167": [0, 0, 24.69], + "0.5": [0, 0, 0], + "0.5833": [0, 0, 24.69], + "0.6667": [0, 0, 0], + "0.75": [0, 0, 24.69], + "0.8333": [0, 0, 0], + "0.9167": [0, 0, 24.69], + "1.0": [0, 0, 0] + } + }, + "bone6": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-7.5, 0, 0], + "1.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0.5, -0.5], + "1.0": [0, 0, 0] + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [8.74, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, -24.17], + "0.1667": [0, 0, 0], + "0.25": [0, 0, -24.17], + "0.3333": [0, 0, 0], + "0.4167": [0, 0, -24.17], + "0.5": [0, 0, 0], + "0.5833": [0, 0, -24.17], + "0.6667": [0, 0, 0], + "0.75": [0, 0, -24.17], + "0.8333": [0, 0, 0], + "0.9167": [0, 0, -24.17], + "1.0": [0, 0, 0] + } + }, + "bone13": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, 24.69], + "0.1667": [0, 0, 0], + "0.25": [0, 0, 24.69], + "0.3333": [0, 0, 0], + "0.4167": [0, 0, 24.69], + "0.5": [0, 0, 0], + "0.5833": [0, 0, 24.69], + "0.6667": [0, 0, 0], + "0.75": [0, 0, 24.69], + "0.8333": [0, 0, 0], + "0.9167": [0, 0, 24.69], + "1.0": [0, 0, 0] + } + } + } + }, + "animation.dudunsparce_three_segment.physical": { + "animation_length": 1.0833, + "bones": { + "bone16": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [29.84, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-17.13, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-1.11, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-1.11, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone12": { + "rotation": { + "0.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [1.98, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [1.98, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [1.98, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [1.98, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone13": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.dudunsparce_three_segment.special": { + "animation_length": 1.9167, + "bones": { + "bone16": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, 24.69], + "0.1667": [0, 0, 0], + "0.25": [0, 0, 24.69], + "0.3333": [0, 0, 0], + "0.4167": [0, 0, 24.69], + "0.5": [0, 0, 0], + "0.5833": [0, 0, 24.69], + "0.6667": [0, 0, 0], + "0.75": [0, 0, 24.69], + "0.8333": [0, 0, 0], + "0.9167": [0, 0, 24.69], + "1.0": [0, 0, 0], + "1.0833": [0, 0, 24.69], + "1.1667": [0, 0, 0], + "1.25": [0, 0, 24.69], + "1.3333": [0, 0, 0], + "1.4167": [0, 0, 24.69], + "1.5": [0, 0, 0], + "1.5833": [0, 0, 24.69], + "1.6667": [0, 0, 0], + "1.75": [0, 0, 24.69], + "1.8333": [0, 0, 0], + "1.9167": [0, 0, 24.69] + } + }, + "bone17": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, -24.17], + "0.1667": [0, 0, 0], + "0.25": [0, 0, -24.17], + "0.3333": [0, 0, 0], + "0.4167": [0, 0, -24.17], + "0.5": [0, 0, 0], + "0.5833": [0, 0, -24.17], + "0.6667": [0, 0, 0], + "0.75": [0, 0, -24.17], + "0.8333": [0, 0, 0], + "0.9167": [0, 0, -24.17], + "1.0": [0, 0, 0], + "1.0833": [0, 0, -24.17], + "1.1667": [0, 0, 0], + "1.25": [0, 0, -24.17], + "1.3333": [0, 0, 0], + "1.4167": [0, 0, -24.17], + "1.5": [0, 0, 0], + "1.5833": [0, 0, -24.17], + "1.6667": [0, 0, 0], + "1.75": [0, 0, -24.17], + "1.8333": [0, 0, 0], + "1.9167": [0, 0, -24.17] + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone12": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, -24.17], + "0.1667": [0, 0, 0], + "0.25": [0, 0, -24.17], + "0.3333": [0, 0, 0], + "0.4167": [0, 0, -24.17], + "0.5": [0, 0, 0], + "0.5833": [0, 0, -24.17], + "0.6667": [0, 0, 0], + "0.75": [0, 0, -24.17], + "0.8333": [0, 0, 0], + "0.9167": [0, 0, -24.17], + "1.0": [0, 0, 0], + "1.0833": [0, 0, -24.17], + "1.1667": [0, 0, 0], + "1.25": [0, 0, -24.17], + "1.3333": [0, 0, 0], + "1.4167": [0, 0, -24.17], + "1.5": [0, 0, 0], + "1.5833": [0, 0, -24.17], + "1.6667": [0, 0, 0], + "1.75": [0, 0, -24.17], + "1.8333": [0, 0, 0], + "1.9167": [0, 0, -24.17] + } + }, + "bone11": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, 24.69], + "0.1667": [0, 0, 0], + "0.25": [0, 0, 24.69], + "0.3333": [0, 0, 0], + "0.4167": [0, 0, 24.69], + "0.5": [0, 0, 0], + "0.5833": [0, 0, 24.69], + "0.6667": [0, 0, 0], + "0.75": [0, 0, 24.69], + "0.8333": [0, 0, 0], + "0.9167": [0, 0, 24.69], + "1.0": [0, 0, 0], + "1.0833": [0, 0, 24.69], + "1.1667": [0, 0, 0], + "1.25": [0, 0, 24.69], + "1.3333": [0, 0, 0], + "1.4167": [0, 0, 24.69], + "1.5": [0, 0, 0], + "1.5833": [0, 0, 24.69], + "1.6667": [0, 0, 0], + "1.75": [0, 0, 24.69], + "1.8333": [0, 0, 0], + "1.9167": [0, 0, 24.69] + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [12.63, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [12.57, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, -24.17], + "0.1667": [0, 0, 0], + "0.25": [0, 0, -24.17], + "0.3333": [0, 0, 0], + "0.4167": [0, 0, -24.17], + "0.5": [0, 0, 0], + "0.5833": [0, 0, -24.17], + "0.6667": [0, 0, 0], + "0.75": [0, 0, -24.17], + "0.8333": [0, 0, 0], + "0.9167": [0, 0, -24.17], + "1.0": [0, 0, 0], + "1.0833": [0, 0, -24.17], + "1.1667": [0, 0, 0], + "1.25": [0, 0, -24.17], + "1.3333": [0, 0, 0], + "1.4167": [0, 0, -24.17], + "1.5": [0, 0, 0], + "1.5833": [0, 0, -24.17], + "1.6667": [0, 0, 0], + "1.75": [0, 0, -24.17], + "1.8333": [0, 0, 0], + "1.9167": [0, 0, -24.17] + } + }, + "bone13": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, 24.69], + "0.1667": [0, 0, 0], + "0.25": [0, 0, 24.69], + "0.3333": [0, 0, 0], + "0.4167": [0, 0, 24.69], + "0.5": [0, 0, 0], + "0.5833": [0, 0, 24.69], + "0.6667": [0, 0, 0], + "0.75": [0, 0, 24.69], + "0.8333": [0, 0, 0], + "0.9167": [0, 0, 24.69], + "1.0": [0, 0, 0], + "1.0833": [0, 0, 24.69], + "1.1667": [0, 0, 0], + "1.25": [0, 0, 24.69], + "1.3333": [0, 0, 0], + "1.4167": [0, 0, 24.69], + "1.5": [0, 0, 0], + "1.5833": [0, 0, 24.69], + "1.6667": [0, 0, 0], + "1.75": [0, 0, 24.69], + "1.8333": [0, 0, 0], + "1.9167": [0, 0, 24.69] + } + } + } + }, + "animation.dudunsparce_three_segment.recoil": { + "animation_length": 0.75, + "bones": { + "bone16": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, -32.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [-6.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [15.63, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone12": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone13": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.dudunsparce_three_segment.faint": { + "animation_length": 6.0833, + "bones": { + "bone16": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": [-20, 0, 0], + "1.125": [0.85686, 5.90316, 16.50371], + "1.2083": [-4.14314, 5.90316, 16.50371], + "1.2917": [0.85686, 5.90316, 16.50371] + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": [-17.5, 0, 0], + "1.0417": [-17.11817, 2.594, 8.36817], + "1.125": [-1.73634, 5.188, 16.73634], + "1.2917": [-1.73634, 5.188, 16.73634] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [12.39638, -1.61888, 7.32417], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [12.2127, 2.68507, -12.2127], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [12.39638, -1.61888, 7.32417], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [12.2127, 2.68507, -12.2127], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-2.7873, 2.68507, -12.2127], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-2.7873, 2.68507, -12.2127], + "lerp_mode": "catmullrom" + }, + "0.9583": [-2.7873, 2.68507, -12.2127], + "1.0417": [-15.99399, 3.08065, -2.20583], + "1.125": [5.79933, 3.47624, 7.80103], + "1.2083": [-1.70067, 3.47624, 7.80103], + "1.2917": [5.79933, 3.47624, 7.80103] + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": [32.5, 0, 0], + "1.125": [0, 0, 0], + "1.2917": [0, 0, 0] + } + }, + "bone12": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone13": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + } + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/dunsparce/dunsparce.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/dunsparce/dunsparce.animation.json new file mode 100644 index 0000000..50f883f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/dunsparce/dunsparce.animation.json @@ -0,0 +1,975 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.dunsparce.pose": { + "loop": true, + "bones": { + "torso": { + "rotation": [-10, 0, 0] + }, + "bone4": { + "rotation": [-4.64185, -18.43747, -8.09025] + }, + "bone8": { + "rotation": [37.5, 0, 0] + }, + "bone": { + "rotation": [22.5, 0, 0] + }, + "drill": { + "rotation": [20, 0, 0] + } + } + }, + "animation.dunsparce.ground_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "torso": { + "rotation": { + "0.0": [-7.5, 0, 0], + "2.0": [-7.5, 0, 0] + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [3.78227, 7.48385, 0.49333], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [3.76428, -4.98927, -0.32784], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [6.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "drill": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [19.69, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [1.88, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, -24.17], + "0.1667": [0, 0, 0], + "0.25": [0, 0, -24.17], + "0.3333": [0, 0, 0], + "1.0": [0, 0, -20], + "2.0": [0, 0, 0] + } + }, + "bone6": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, 24.69], + "0.1667": [0, 0, 0], + "0.25": [0, 0, 24.69], + "0.3333": [0, 0, 0], + "1.0": [0, 0, 22.5], + "2.0": [0, 0, 0] + } + } + } + }, + "animation.dunsparce.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "torso": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "drill": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, -24.17], + "0.1667": [0, 0, 0], + "0.25": [0, 0, -24.17], + "0.3333": [0, 0, 0], + "0.4167": [0, 0, -24.17], + "0.5": [0, 0, 0], + "0.5833": [0, 0, -24.17], + "0.6667": [0, 0, 0], + "0.75": [0, 0, -24.17], + "0.8333": [0, 0, 0], + "0.9167": [0, 0, -24.17], + "1.0": [0, 0, 0] + } + }, + "bone6": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, 24.69], + "0.1667": [0, 0, 0], + "0.25": [0, 0, 24.69], + "0.3333": [0, 0, 0], + "0.4167": [0, 0, 24.69], + "0.5": [0, 0, 0], + "0.5833": [0, 0, 24.69], + "0.6667": [0, 0, 0], + "0.75": [0, 0, 24.69], + "0.8333": [0, 0, 0], + "0.9167": [0, 0, 24.69], + "1.0": [0, 0, 0] + } + }, + "body": { + "position": { + "0.0": [0, 0.5, -1.25], + "0.4167": [0, 0, -1.25], + "0.5": [0, 0, 0.25], + "1.0": [0, 0.5, -1.25] + } + } + } + }, + "animation.dunsparce.physical": { + "animation_length": 1.4583, + "bones": { + "torso": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": [7.5, 0, 0], + "1.25": [7.5, 0, 0], + "1.4167": { + "pre": [-7.5, 0, 0], + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 1.25, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 1.25, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": [0, -0.25, 0], + "1.25": [0, -0.25, 0], + "1.4167": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [19.2, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-24.91, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": [-12.5, 0, 0], + "1.0": { + "pre": [-2.21, 0, 0], + "post": [-2.21, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": [-12.5, 0, 0], + "1.4167": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": [15, 0, 0] + } + }, + "drill": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": [12.5, 0, 0] + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [2.42834, 18.63468, -3.41469], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [3.62388, -22.66748, -1.81297], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.dunsparce.special": { + "animation_length": 1.125, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0.75, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0.75, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0.75, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "drill": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.dunsparce.faint": { + "animation_length": 7.1667, + "bones": { + "torso": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": [-30, 0, 0], + "0.8333": { + "pre": [-30, 0, 0], + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-47.81173, -2.34078, 89.88881], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-49.03051, 4.08594, 87.96571], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-47.81173, -2.34078, 89.88881], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": [0, 1.75, 0], + "0.8333": { + "pre": [0, 1.75, 0], + "post": [0, 1.75, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [1, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [1, 2.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [32.5, 3.68168, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 27.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [32.11, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [23.78773, -18.42031, -7.92945], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "drill": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [29.87229, -22.01609, -12.15123], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": [0, 0, 0], + "1.0833": [0, 0, 30] + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": [0, 0, 0], + "1.0833": [0, 0, -27.5] + } + } + } + }, + "animation.dunsparce.recoil": { + "animation_length": 0.7083, + "bones": { + "torso": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 1.5, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-18.8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "drill": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": [0, 0, 0], + "0.2083": [0, 0, -32.5], + "0.7083": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": [0, 0, 0], + "0.2083": [0, 0, 37.5], + "0.7083": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/duosion/duosion.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/duosion/duosion.animation.json new file mode 100644 index 0000000..ad79ef4 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/duosion/duosion.animation.json @@ -0,0 +1,83 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.duosion.ground_idle": { + "loop": true, + "bones": { + "body": { + "position": [0, "4+math.sin(query.anim_time*90*2+90)*0.5", 0] + }, + "torso": { + "rotation": ["-15-math.sin(query.anim_time*90*2+90)*0.5", 0, "math.sin(query.anim_time*90*2/2+90)*0.5"], + "position": ["math.sin(query.anim_time*90*2/2+0)*0.125", "math.sin(query.anim_time*90*2+130)*0.15", -2] + }, + "head": { + "rotation": ["5-math.sin(query.anim_time*90*2+45)*0.5", 0, "-math.sin(query.anim_time*90*2/2+180)*1"] + }, + "hat": { + "rotation": [10, 0, 0], + "position": [0, "-math.sin(query.anim_time*90*2+130)*0.3", -0.75] + }, + "arm_left": { + "rotation": ["-29.4509+math.sin(query.anim_time*90*2+200)*2", "6.8697+math.sin(query.anim_time*90*2+130)*2", -18.22261] + }, + "arm_right": { + "rotation": ["-29.4509+math.sin(query.anim_time*90*2+200)*2", "-6.8697-math.sin(query.anim_time*90*2+130)*2", 18.22261] + }, + "shell": { + "position": ["-math.sin(query.anim_time*90*2/2+90)*0.25", 0, 0] + }, + "shell_left": { + "position": [0, "0.2+math.sin(query.anim_time*90*2+10)*0.1", 0] + } + } + }, + "animation.duosion.ground_walk": { + "loop": true, + "bones": { + "body": { + "rotation": ["12.5-math.sin(query.anim_time*90*2*1.25+90)*2", 0, 0], + "position": [0, "4+math.sin(query.anim_time*90*2+90)*0.5", "-math.sin(query.anim_time*90*2+90)*0.75"] + }, + "torso": { + "rotation": ["2.5-math.sin(query.anim_time*90*2+90)*0.75", 0, "math.sin(query.anim_time*90*2/2+90)*0.5"], + "position": ["math.sin(query.anim_time*90*2/2+0)*0.125", "math.sin(query.anim_time*90*2+130)*0.15", 0] + }, + "head": { + "rotation": ["-2.5-math.sin(query.anim_time*90*2+45)*0.5", 0, "0-math.sin(query.anim_time*90*2/2+180)*1"], + "position": [0, -0.25, 0] + }, + "hat": { + "rotation": [0, 0, 0], + "position": [0, "-math.sin(query.anim_time*90*2+130)*0.3", 0] + }, + "arm_left": { + "rotation": ["14.8896+math.sin(query.anim_time*90*2+200)*10", "28.785-math.sin(query.anim_time*90*2+130)*3", -12.77533] + }, + "arm_right": { + "rotation": ["14.8896+math.sin(query.anim_time*90*2+200)*10", "-28.785-math.sin(query.anim_time*90*2+130)*3", 12.77533] + }, + "shell": { + "position": ["-math.sin(query.anim_time*90*2/2+90)*0.25", 0, 0] + }, + "shell_left": { + "position": [0, "0.2+math.sin(query.anim_time*90*2+10)*0.1", "0.25+math.sin(query.anim_time*90*2+10)*0.25"] + }, + "shell_right": { + "position": [0, "0.2+math.sin(query.anim_time*90*2+10)*0.1", "0.25+math.sin(query.anim_time*90*2+10)*0.25"] + } + } + }, + "animation.duosion.blink": { + "animation_length": 0.16667, + "bones": { + "eyelids": { + "position": { + "0.0": [0, 0, -1], + "0.1667": {"pre": [0, 0, -1], "post": [0, 0, 0]} + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/duraludon/duraludon.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/duraludon/duraludon.animation.json new file mode 100644 index 0000000..64ef96a --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/duraludon/duraludon.animation.json @@ -0,0 +1,945 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.duraludon.ground_idle": { + "loop": true, + "bones": { + "body": { + "rotation": ["7.5+1*math.sin(q.anim_time*90*2-60)", "0.5*math.cos(q.anim_time*90*1)", "1*math.sin(q.anim_time*90*0.5)"], + "position": [0, "-0.15*(math.sin(q.anim_time*90*2-90)*1+1)", "0.25*(math.sin(q.anim_time*90*2-90)*1+1)"] + }, + "hand_one_l2": { + "rotation": ["15.5061-2*(math.sin(q.anim_time*90*2)*1+1)", 14.38092, -17.6631] + }, + "hand_two_l2": { + "rotation": [0, "-51.1973+2*(math.sin(q.anim_time*90*2-60)*1+1)", 0] + }, + "hand_one_l3": { + "rotation": ["15.5061-2*(math.sin(q.anim_time*90*2)*1+1)", -14.38092, 17.6631], + "position": [0, 0, 0] + }, + "hand_two_l3": { + "rotation": [0, "51.1973-2*(math.sin(q.anim_time*90*2-60)*1+1)", 0] + }, + "body_top": { + "rotation": ["-1+2*math.sin(q.anim_time*90*2-160)", 0, "-2*math.sin(q.anim_time*90*0.5)"] + } + } + }, + "animation.duraludon.battle_idle": { + "loop": true, + "bones": { + "body": { + "rotation": ["7.5+1*math.sin(q.anim_time*90*2-60)", "0.5*math.cos(q.anim_time*90*1)", "1*math.sin(q.anim_time*90*0.5)"], + "position": [0, "-0.15*(math.sin(q.anim_time*90*2-90)*1+1)", "0.25*(math.sin(q.anim_time*90*2-90)*1+1)"] + }, + "hand_one_l2": { + "rotation": ["15.5061-2*(math.sin(q.anim_time*90*2)*1+1)", 14.38092, -17.6631] + }, + "hand_two_l2": { + "rotation": [0, "-51.1973+2*(math.sin(q.anim_time*90*2-60)*1+1)", 0] + }, + "hand_one_l3": { + "rotation": ["15.5061-2*(math.sin(q.anim_time*90*2)*1+1)", -14.38092, 17.6631], + "position": [0, 0, 0] + }, + "hand_two_l3": { + "rotation": [0, "51.1973-2*(math.sin(q.anim_time*90*2-60)*1+1)", 0] + }, + "body_top": { + "rotation": ["-1+2*math.sin(q.anim_time*90*2-160)", 0, "-2*math.sin(q.anim_time*90*0.5)"] + } + } + }, + "animation.duraludon.cry": { + "animation_length": 2.9167, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [2.5, 0, 0], + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [9, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [10.09, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [9, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.9167": [0, 0, 0] + }, + "position": { + "0.625": [0, 0, 0], + "1.3333": [0, "-0.2*math.sin(q.anim_time*90*70)", 0], + "1.7083": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.7083": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body_top": { + "rotation": { + "0.8333": [0, 0, 0], + "1.3333": ["-1*math.sin(q.anim_time*90*50)", 0, 0], + "1.7083": [0, 0, 0] + } + }, + "bone5": { + "rotation": { + "0.7083": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.duraludon.ground_walk": { + "loop": true, + "animation_length": 2, + "bones": { + "body": { + "rotation": ["7.5+4*math.sin(q.anim_time*90*4-60)", "12*math.cos(q.anim_time*90*2)", "5*math.sin(q.anim_time*90*2)"], + "position": [0, "-0.1+math.clamp(1*math.sin(q.anim_time*90*4+60),0,2)", "-0.3+0.5*math.cos(q.anim_time*90*4+120)"] + }, + "hand_1_motion": { + "rotation": [2.71994, "-19.8217+4*math.cos(q.anim_time*90*4)", -7.9753] + }, + "hand_two_l2": { + "rotation": [0, -35, 0] + }, + "hand_1_l_motion": { + "rotation": [2.71994, "19.8217-4*math.cos(q.anim_time*90*4)", 7.97532] + }, + "hand_two_l3": { + "rotation": [0, 35, 0] + }, + "leg_right": { + "rotation": { + "0.0": ["0-math.sin(q.anim_time*90*2)*10", "0-math.sin(q.anim_time*90*2)*8", 10], + "0.4167": ["0-math.sin(q.anim_time*90*2)*10", "0-math.sin(q.anim_time*90*2)*8", 10], + "0.625": ["-0.25-math.sin(q.anim_time*90*2)*10", "-math.sin(q.anim_time*90*2)*8", 10], + "0.8333": ["-1-math.sin(q.anim_time*90*2)*10", "-math.sin(q.anim_time*90*2)*8", 10], + "1.0": ["0-math.sin(q.anim_time*90*2)*10", "0-math.sin(q.anim_time*90*2)*8", 10] + }, + "position": { + "0.0": ["0-math.cos(q.anim_time*90*2)*0.2", "math.clamp(math.cos(q.anim_time*90*2)*1.5,0,10)", "0-math.sin(q.anim_time*90*2)*0.7"], + "0.4167": ["0-math.cos(q.anim_time*90*2)*0.2", "math.clamp(math.cos(q.anim_time*90*2)*1.5,0,10)", "0-math.sin(q.anim_time*90*2)*0.7"], + "0.5": ["0-math.cos(q.anim_time*90*2)*0.2", "-1+math.clamp(math.cos(q.anim_time*90*2)*1.5,0,10)", "0-math.sin(q.anim_time*90*2)*0.7"], + "0.75": ["0-math.cos(q.anim_time*90*2)*0.2", "-0.75+math.clamp(math.cos(q.anim_time*90*2)*1.5,0,10)", "0-math.sin(q.anim_time*90*2)*0.7"], + "1.5": ["0-math.cos(q.anim_time*90*2)*0.2", "math.clamp(math.cos(q.anim_time*90*2)*1.5,0,10)", "0-math.sin(q.anim_time*90*2)*0.7"] + } + }, + "leg_left": { + "rotation": ["0-math.sin(q.anim_time*90*2-180)*10", "0+math.sin(q.anim_time*90*2-180)*8", -10], + "position": { + "0.0": ["0+math.cos(q.anim_time*90*2-180)*0.2", "-0.5+math.clamp(math.cos(q.anim_time*90*2-180)*1.5,0,10)", "0-math.sin(q.anim_time*90*2-180)*0.8"], + "0.5": ["0+math.cos(q.anim_time*90*2-180)*0.2", "math.clamp(math.cos(q.anim_time*90*2-180)*1.5,0,10)", "0-math.sin(q.anim_time*90*2-180)*0.8"], + "1.4583": ["0+math.cos(q.anim_time*90*2-180)*0.2", "math.clamp(math.cos(q.anim_time*90*2-180)*1.5,0,10)", "0-math.sin(q.anim_time*90*2-180)*0.8"], + "1.5": ["0+math.cos(q.anim_time*90*2-180)*0.2", "-1+math.clamp(math.cos(q.anim_time*90*2-180)*1.5,0,10)", "0-math.sin(q.anim_time*90*2-180)*0.8"], + "2.0": ["0+math.cos(q.anim_time*90*2-180)*0.2", "-0.5+math.clamp(math.cos(q.anim_time*90*2-180)*1.5,0,10)", "0-math.sin(q.anim_time*90*2-180)*0.8"] + } + }, + "body_top": { + "rotation": ["-1+2*math.sin(q.anim_time*90*4-160)", "-4*math.cos(q.anim_time*90*2-20)", "-6*math.sin(q.anim_time*90*2-60)"] + }, + "bone3": { + "rotation": { + "0.0": ["-0.2436+math.clamp(math.sin(q.anim_time*90*2+90)*15,0,20)-math.clamp(math.sin(q.anim_time*90*2+270)*2,-2,20)", -2.91015, -0.42869], + "0.4167": ["-0.1494+math.clamp(math.sin(q.anim_time*90*2+90)*15,0,20)-math.clamp(math.sin(q.anim_time*90*2+270)*2,-2,20)", -1.13774, 4.95778], + "0.5": ["9.2679+math.clamp(math.sin(q.anim_time*90*2+90)*15,0,20)-math.clamp(math.sin(q.anim_time*90*2+270)*2,-2,20)", -4.24532, 9.56229], + "0.75": ["12.2204+math.clamp(math.sin(q.anim_time*90*2+90)*15,0,20)-math.clamp(math.sin(q.anim_time*90*2+270)*2,-2,20)", -1.82692, 7.40735], + "1.0": ["12.2204+math.clamp(math.sin(q.anim_time*90*2+90)*15,0,20)-math.clamp(math.sin(q.anim_time*90*2+270)*2,-2,20)", -1.82692, 7.40735], + "1.25": ["-0.2436+math.clamp(math.sin(q.anim_time*90*2+90)*15,0,20)-math.clamp(math.sin(q.anim_time*90*2+270)*2,-2,20)", -2.91015, -0.42869] + } + }, + "bone": { + "rotation": { + "0.0": ["7.5076+math.clamp(math.sin(q.anim_time*90*2-90)*15,0,20)+math.clamp(math.sin(q.anim_time*90*2+90)*2,-2,20)", -0.08682, -9.9683], + "1.4167": ["-0.2025+math.clamp(math.sin(q.anim_time*90*2-90)*15,0,20)+math.clamp(math.sin(q.anim_time*90*2+90)*2,-2,20)", 1.15019, -9.96825], + "1.5": ["9.408+math.clamp(math.sin(q.anim_time*90*2-90)*15,0,20)+math.clamp(math.sin(q.anim_time*90*2+90)*2,-2,20)", 3.40485, -9.9683], + "1.75": ["5+math.clamp(math.sin(q.anim_time*90*2-90)*15,0,20)+math.clamp(math.sin(q.anim_time*90*2+90)*2,-2,20)", 0, -9.9683], + "2.0": ["7.5076+math.clamp(math.sin(q.anim_time*90*2-90)*15,0,20)+math.clamp(math.sin(q.anim_time*90*2+90)*2,-2,20)", -0.08682, -9.9683] + } + }, + "body_shake": { + "rotation": ["0+math.sin(q.anim_time*90*2*2)*1", "0+math.cos(q.anim_time*90*2)*3", "0-math.sin(q.anim_time*90*2)*3"], + "position": { + "0.0": [0, -0.01, 0], + "0.0417": [0, -0.12, 0], + "0.5833": [0, "0+math.sin(q.anim_time*90*2*2)*0.6", 0], + "0.625": [0, "0.4+math.sin(q.anim_time*90*2*2)*0.4", 0], + "0.7083": [0, "-0.1+math.sin(q.anim_time*90*2*2)*0.4", 0], + "0.7917": [0, "0.4+math.sin(q.anim_time*90*2*2)*0.4", 0], + "0.875": [0, "0+math.sin(q.anim_time*90*2*2)*0.4", 0], + "0.9583": [0, 0.1, 0], + "1.0417": [0, -0.12, 0], + "1.5833": [0, "0+math.sin(q.anim_time*90*2*2)*0.6", 0], + "1.625": [0, "0.4+math.sin(q.anim_time*90*2*2)*0.4", 0], + "1.7083": [0, "-0.1+math.sin(q.anim_time*90*2*2)*0.4", 0], + "1.7917": [0, "0.4+math.sin(q.anim_time*90*2*2)*0.4", 0], + "1.875": [0, "0+math.sin(q.anim_time*90*2*2)*0.4", 0], + "1.9583": [0, 0.1, 0], + "2.0": [0, -0.01, 0] + } + } + } + }, + "animation.duraludon.physical": { + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": [10.13397, 0.5, 0], + "0.375": { + "pre": [14.13, 0.5, 0], + "post": [14.13, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-2.87, 7.5, 9], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-2.87, 7.5, 9], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [21.13, -15.5, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [21.13, -15.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [18.41318, -3.70293, 3.40858], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [10.55003, 0.86667, -1.55775], + "lerp_mode": "catmullrom" + }, + "3.0": [10.13397, 0.5, 0] + }, + "position": { + "0.0": [0, 0, 0.025], + "0.2083": { + "pre": [0, -1.1, 0.02], + "post": [0, -1.1, 0.02], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, -1.1, 0.02], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 2.5, 0.02], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 2.5, 0.02], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0.8, -6.58], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0.8, -6.58], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, 0.94, -2.76], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0.025], + "lerp_mode": "catmullrom" + }, + "2.875": [0, 0, 0.025] + } + }, + "body_top": { + "rotation": { + "0.0": [-12.5, 0, 0], + "0.625": { + "pre": [12.5, 0, 0], + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, -5.5, -4], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-22.5, 16, -10], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-9.45, 17.91, -4.85], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-8.9, 20, -0.5], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-15.48, 7.76, -2.12], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-12.48341, 0.64904, 0.12901], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-12.51664, -0.34031, -0.09283], + "lerp_mode": "catmullrom" + }, + "3.0": [-12.5, 0, 0] + } + }, + "hand_1_l_motion": { + "rotation": { + "0.0": [0, 16.0158, 4.19087], + "0.375": { + "pre": [0, -38.5158, -13.30913], + "post": [0, -38.5158, -13.30913], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, -48.52, -10.81], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, -24.0197, -3.88167], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, -54.0489, -11.5145], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, -47.3061, -6.90658], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 13.8026, 4.28932], + "lerp_mode": "catmullrom" + }, + "2.9583": [0, 16.0158, 4.19087] + }, + "position": { + "0.0": [-0.5, 0, 0], + "0.375": { + "pre": [-0.5, 0, 0], + "post": [-0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-1.4, 0, -0.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-1.4, 0, -0.5], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-1.4, 0, -0.5], + "lerp_mode": "catmullrom" + }, + "2.7917": [-0.5, 0, 0] + } + }, + "hand_two_l3": { + "rotation": [0, 37.5, 0] + }, + "hand_1_motion": { + "rotation": { + "0.0": [0, -16.0158, -4.19087], + "0.625": { + "pre": [0, -36.02, -4.19], + "post": [0, -36.02, -4.19], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, -11.48, -4.19], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -51.02, 12.81], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, -51.02, 12.81], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, -16.0158, -4.19087], + "lerp_mode": "catmullrom" + }, + "2.875": [0, -16.0158, -4.19087] + }, + "position": { + "0.0": [0.5, 0, 0], + "0.625": { + "pre": [0.5, 0, 0], + "post": [0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0.5, 0.4, 0.8], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0.5, 0.6, -2.1], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0.5, 0.6, -2.1], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0.9, 0.6, -0.2], + "lerp_mode": "catmullrom" + }, + "2.875": [0.5, 0, 0] + }, + "scale": { + "1.1667": [1, 1, 1], + "1.2083": [1.7, 1, 1], + "1.25": [1, 1, 1] + } + }, + "hand_two_l2": { + "rotation": { + "0.0": [0, -32.5, 0], + "1.0833": [0, 0, 0], + "1.75": [0, 0, 0], + "2.1667": [0, -32.5, 0] + } + }, + "leg_left": { + "rotation": { + "0.0": [-0.26795, -37.5, 0], + "0.2917": [-0.27, -37.5, 0], + "0.9583": { + "pre": [7.73, -37.5, 0], + "post": [7.73, -37.5, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [7.73, -37.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [1.77554, -45.42749, 1.43797], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [6.77554, -45.42749, 1.43797], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-0.26795, -37.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": [-0.26795, -37.5, 0] + }, + "position": { + "0.0": [-0.0067, -0.02947, 0.01474], + "0.2917": [-0.01, -0.03, 0.01], + "0.9583": { + "pre": [0.29, 0.87, -0.39], + "post": [0.29, 0.87, -0.39], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0.29, 0.87, -0.39], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0.29, 0.245, -4.99], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0.29, 0.87, -0.99], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-0.0067, -0.02947, 0.01474], + "lerp_mode": "catmullrom" + }, + "2.5": [-0.0067, -0.02947, 0.01474] + } + }, + "leg_right": { + "rotation": { + "0.0": [-0.26795, 37.5, 0], + "0.4167": [-0.27, 34.5, 0], + "0.6667": { + "pre": [7.23, 37.5, 0], + "post": [7.23, 37.5, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-43.77, 37.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": [-0.27, 19.5, 0], + "1.8333": [-0.27, 19.5, 0], + "2.0": { + "pre": [-5.26932, 25.5, 0], + "post": [-5.26932, 25.5, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-5.26932, 31.2, 0], + "lerp_mode": "catmullrom" + }, + "2.375": [-0.26795, 37.5, 0] + }, + "position": { + "0.0": [0.0067, -0.02947, 0.01474], + "0.4167": [0.01, -0.03, 0.01], + "1.0": { + "pre": [0.01, 4.97, 3.01], + "post": [0.01, 4.97, 3.01], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0.01, 4.97, 3.01], + "lerp_mode": "catmullrom" + }, + "1.25": [0.01, -0.03, -5.99], + "1.8333": [0.01, -0.03, -5.99], + "2.0417": { + "pre": [0.01, 2.57, -2.65], + "post": [0.01, 2.57, -2.65], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0.01, 1.4, -0.63], + "lerp_mode": "catmullrom" + }, + "2.375": [0.0067, -0.02947, 0.01474] + } + }, + "bone": { + "rotation": [0, 0, 0] + } + } + }, + "animation.duraludon.special": { + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [-0.1259, 0, -0.3472], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [7.3741, 0, -0.3472], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-22.6259, 0, -0.3472], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-22.6259, 0, -0.3472], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [27.3741, 0, -0.3472], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [30.02716, 0, -0.3472], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-0.1259, 0, -0.3472], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.1259, 0, -0.3472], + "lerp_mode": "catmullrom" + } + } + }, + "body_top": { + "rotation": { + "0.0": { + "post": [17.4068, -3.26494, 1.3558], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [22.4068, -3.26494, 1.3558], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [12.4068, -3.26494, 1.3558], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [17.4068, -3.26494, 1.3558], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [17.4068, -3.26494, 1.3558], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, -0.75, 0], + "1.3333": [0, -0.75, 0], + "1.375": [0.00285, -0.38033, 0.33665], + "1.4167": [0, -0.75, 0], + "1.4583": [0.00285, -0.38033, 0.33665], + "1.5": [0, -0.75, 0], + "1.5417": [0.00285, -0.38033, 0.33665], + "1.5833": [0, -0.75, 0], + "1.625": [0.00285, -0.38033, 0.33665], + "1.6667": [0, -0.75, 0], + "1.7083": [0.00285, -0.38033, 0.33665], + "1.75": [0, -0.75, 0] + } + }, + "hand_one_l3": { + "rotation": { + "0.0": { + "post": [12.82116, -0.26317, 15.82969], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [12.87364, -5.13815, 14.71701], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [3.32765, 13.71264, 33.25833], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [34.70033, -2.67342, 21.69685], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [30.07926, -11.7273, 13.82183], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [30.07926, -11.7273, 13.82183], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [12.82116, -0.26317, 15.82969], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [12.82116, -0.26317, 15.82969], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-1, 1, -0.75], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [-1, 1, -0.75], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-1, 1, -0.75], + "lerp_mode": "catmullrom" + } + } + }, + "hand_one_l2": { + "rotation": { + "0.0": { + "post": [12.82116, 0.26317, -15.82969], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [12.87364, 5.13815, -14.71701], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [3.32765, -13.71264, -33.25833], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [34.70033, 2.67342, -21.69685], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [30.36538, 13.88759, -12.5314], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [30.36538, 13.88759, -12.5314], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [12.82116, 0.26317, -15.82969], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [12.82116, 0.26317, -15.82969], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [1, 1, -0.75], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [1, 1, -0.75], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1, 1, -0.75], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone": { + "rotation": [0, -7.5, 0] + }, + "bone3": { + "rotation": [0, 7.5, 0] + }, + "bone5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-10.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.duraludon.quirk": { + "animation_length": 3, + "bones": { + "body_top": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [6.27243, -4.97022, -0.5456], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [6.89839, 5.79838, 0.74486], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [6.27243, -4.97022, -0.5456], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "hand_1_l_motion": { + "rotation": { + "0.25": [0, 0, 0], + "0.75": { + "pre": [10, 0, -2], + "post": [10, 0, -2], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-8.63, 0, -0.87], + "lerp_mode": "catmullrom" + }, + "2.25": [0, 0, 0] + } + }, + "hand_1_motion": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": { + "pre": [10, 0, -2], + "post": [10, 0, -2], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-8.63, 0, -0.87], + "lerp_mode": "catmullrom" + }, + "2.0": [0, 0, 0] + } + } + } + }, + "animation.duraludon.recoil": { + "animation_length": 1.5, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [-8, 1, 0], + "post": [-8, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "body_top": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/eelektrik/eelektrik.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/eelektrik/eelektrik.animation.json new file mode 100644 index 0000000..0987ed0 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/eelektrik/eelektrik.animation.json @@ -0,0 +1,294 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.eelektrik.battle_idle": { + "loop": true, + "bones": { + "eelektrik": { + "rotation": [3, 0, 0], + "position": [ + "0-math.sin(q.anim_time*20*4)*1-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*10*4)*1)-math.sin(q.anim_time*26*4)*2-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*10*4)*1)", + "16.7-math.sin(q.anim_time*20*4)*1-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*10*4)*1)", + "-11-math.sin(q.anim_time*20*4)*1-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*10*4)*1)-math.sin(q.anim_time*20*4)*1-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*26*4)*2)" + ] + }, + "head": { + "rotation": [12, "-4.5-math.sin(q.anim_time*90*4)*2-(math.sin(q.anim_time*90*4)*2)", 0] + }, + "upperfin": { + "rotation": ["-2.5-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", 0, 0] + }, + "downsyndromfin": { + "rotation": ["10-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", 0, 0] + }, + "neck": { + "rotation": [ + "0-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", + "-4.5-math.sin(q.anim_time*40*4)*6-(math.sin(q.anim_time*40*4)*6)", + 0 + ] + }, + "body1": { + "rotation": ["-42+math.sin(q.anim_time*80*4)*2+(math.sin(q.anim_time*80*4)*2)", "-3+math.sin(q.anim_time*40*1.6)*6+(math.sin(q.anim_time*40*1.6)*6)", 0], + "position": [0, 0, -1], + "scale": [0.97, 1, 1] + }, + "body2": { + "rotation": ["-41-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", "10.5-math.sin(q.anim_time*40*4)*3-(math.sin(q.anim_time*40*4)*3)", 0], + "position": [0, 0.2, 0] + }, + "tail1": { + "rotation": ["27+math.sin(q.anim_time*80*4)*5+(math.sin(q.anim_time*80*4)*5)", "4.5+math.sin(q.anim_time*40*1.6)*3+(math.sin(q.anim_time*40*1.6)*4)", 0] + }, + "tail2": { + "rotation": [ + "27.0631-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", + "-14.0963-math.sin(q.anim_time*40*4)*3-(math.sin(q.anim_time*40*4)*3)", + -2.2797 + ] + }, + "tail3": { + "rotation": [ + "22-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", + "15.5-math.sin(q.anim_time*40*1.6)*8-(math.sin(q.anim_time*40*1.6)*8)", + 0 + ] + }, + "tailfin": { + "rotation": [ + "-6-math.sin(q.anim_time*90*4)*2-(math.sin(q.anim_time*90*4)*2)", + "-4.5-math.sin(q.anim_time*40*1.6)*8-(math.sin(q.anim_time*40*1.6)*8)", + 0 + ] + } + } + }, + "animation.eelektrik.ground_idle": { + "loop": true, + "bones": { + "eelektrik": { + "position": [ + "0-math.sin(q.anim_time*20*4)*1-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*10*4)*1)-math.sin(q.anim_time*26*4)*2-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*10*4)*1)", + "14-math.sin(q.anim_time*20*4)*1-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*10*4)*1)", + "-11-math.sin(q.anim_time*20*4)*1-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*10*4)*1)-math.sin(q.anim_time*20*4)*1-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*26*4)*2)" + ] + }, + "head": { + "rotation": [0, "-4.5-math.sin(q.anim_time*90*4)*2-(math.sin(q.anim_time*90*4)*2)", 0] + }, + "upperfin": { + "rotation": ["-2.5-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", 0, 0] + }, + "downsyndromfin": { + "rotation": ["10-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", 0, 0] + }, + "neck": { + "rotation": [ + "0-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", + "-4.5-math.sin(q.anim_time*40*4)*6-(math.sin(q.anim_time*40*4)*6)", + 0 + ] + }, + "body1": { + "rotation": ["0+math.sin(q.anim_time*80*4)*2+(math.sin(q.anim_time*80*4)*2)", "-3+math.sin(q.anim_time*40*1.6)*6+(math.sin(q.anim_time*40*1.6)*6)", 0] + }, + "body2": { + "rotation": ["0-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", "10.5-math.sin(q.anim_time*40*4)*3-(math.sin(q.anim_time*40*4)*3)", 0] + }, + "tail1": { + "rotation": ["0+math.sin(q.anim_time*80*4)*5+(math.sin(q.anim_time*80*4)*5)", "4.5+math.sin(q.anim_time*40*1.6)*3+(math.sin(q.anim_time*40*1.6)*4)", 0] + }, + "tail2": { + "rotation": [ + "2.0631-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", + "-14.0963-math.sin(q.anim_time*40*4)*3-(math.sin(q.anim_time*40*4)*3)", + -2.2797 + ] + }, + "tail3": { + "rotation": ["0-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", "15.5-math.sin(q.anim_time*40*1.6)*8-(math.sin(q.anim_time*40*1.6)*8)", 0] + }, + "tailfin": { + "rotation": ["0-math.sin(q.anim_time*90*4)*2-(math.sin(q.anim_time*90*4)*2)", "-4.5-math.sin(q.anim_time*40*1.6)*8-(math.sin(q.anim_time*40*1.6)*8)", 0] + } + } + }, + "animation.eelektrik.water_idle": { + "loop": true, + "bones": { + "eelektrik": { + "position": [ + "0-math.sin(q.anim_time*20*4)*1-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*10*4)*1)-math.sin(q.anim_time*26*4)*2-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*10*4)*1)", + "4-math.sin(q.anim_time*20*4)*1-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*10*4)*1)", + "-11-math.sin(q.anim_time*20*4)*1-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*10*4)*1)-math.sin(q.anim_time*20*4)*1-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*26*4)*2)" + ] + }, + "head": { + "rotation": [0, "-4.5-math.sin(q.anim_time*90*4)*2-(math.sin(q.anim_time*90*4)*2)", 0] + }, + "upperfin": { + "rotation": ["-2.5-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", 0, 0] + }, + "downsyndromfin": { + "rotation": ["10-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", 0, 0] + }, + "neck": { + "rotation": [ + "0-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", + "-4.5-math.sin(q.anim_time*40*4)*6-(math.sin(q.anim_time*40*4)*6)", + 0 + ] + }, + "body1": { + "rotation": ["0+math.sin(q.anim_time*80*4)*2+(math.sin(q.anim_time*80*4)*2)", "-3+math.sin(q.anim_time*40*1.6)*6+(math.sin(q.anim_time*40*1.6)*6)", 0] + }, + "body2": { + "rotation": ["0-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", "10.5-math.sin(q.anim_time*40*4)*3-(math.sin(q.anim_time*40*4)*3)", 0] + }, + "tail1": { + "rotation": ["0+math.sin(q.anim_time*80*4)*5+(math.sin(q.anim_time*80*4)*5)", "4.5+math.sin(q.anim_time*40*1.6)*3+(math.sin(q.anim_time*40*1.6)*4)", 0] + }, + "tail2": { + "rotation": [ + "2.0631-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", + "-14.0963-math.sin(q.anim_time*40*4)*3-(math.sin(q.anim_time*40*4)*3)", + -2.2797 + ] + }, + "tail3": { + "rotation": ["0-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", "15.5-math.sin(q.anim_time*40*1.6)*8-(math.sin(q.anim_time*40*1.6)*8)", 0] + }, + "tailfin": { + "rotation": ["0-math.sin(q.anim_time*90*4)*2-(math.sin(q.anim_time*90*4)*2)", "-4.5-math.sin(q.anim_time*40*1.6)*8-(math.sin(q.anim_time*40*1.6)*8)", 0] + } + } + }, + "animation.eelektrik.ground_walk": { + "loop": true, + "bones": { + "eelektrik": { + "position": [ + "0-math.sin(q.anim_time*20*4)*1-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*10*4)*1)-math.sin(q.anim_time*26*4)*2-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*10*4)*1)", + "14-math.sin(q.anim_time*20*4)*1-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*10*4)*1)", + "-15-math.sin(q.anim_time*50*4)*1-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*10*4)*1)-math.sin(q.anim_time*20*4)*1-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*26*4)*2)" + ] + }, + "head": { + "rotation": [9, "-4.5-math.sin(q.anim_time*90*4)*2-(math.sin(q.anim_time*90*4)*2)", 0] + }, + "upperfin": { + "rotation": ["-2.5-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", 0, 0] + }, + "downsyndromfin": { + "rotation": ["10-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", 0, 0] + }, + "neck": { + "rotation": [ + "0-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", + "-4.5-math.sin(q.anim_time*40*4)*6-(math.sin(q.anim_time*40*4)*6)", + 0 + ] + }, + "body1": { + "rotation": ["0+math.sin(q.anim_time*80*4)*2+(math.sin(q.anim_time*80*4)*2)", "-3+math.sin(q.anim_time*40*1.6)*6+(math.sin(q.anim_time*40*1.6)*6)", 0] + }, + "body2": { + "rotation": ["0-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", "10.5-math.sin(q.anim_time*40*4)*3-(math.sin(q.anim_time*40*4)*3)", 0] + }, + "tail1": { + "rotation": ["0+math.sin(q.anim_time*80*4)*5+(math.sin(q.anim_time*80*4)*5)", "4.5+math.sin(q.anim_time*40*1.6)*3+(math.sin(q.anim_time*40*1.6)*4)", 0] + }, + "tail2": { + "rotation": [ + "2.0631-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", + "-14.0963-math.sin(q.anim_time*40*4)*3-(math.sin(q.anim_time*40*4)*3)", + -2.2797 + ] + }, + "tail3": { + "rotation": ["0-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", "15.5-math.sin(q.anim_time*40*1.6)*8-(math.sin(q.anim_time*40*1.6)*8)", 0] + }, + "tailfin": { + "rotation": [ + "0-math.sin(q.anim_time*120*4)*5-(math.sin(q.anim_time*120*4)*5)", + "-4.5-math.sin(q.anim_time*40*1.6)*8-(math.sin(q.anim_time*40*1.6)*8)", + 0 + ] + } + } + }, + "animation.eelektrik.water_swim": { + "loop": true, + "bones": { + "eelektrik": { + "position": [ + "0-math.sin(q.anim_time*20*4)*1-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*10*4)*1)-math.sin(q.anim_time*26*4)*2-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*10*4)*1)", + "2-math.sin(q.anim_time*20*4)*1-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*10*4)*1)", + "-15-math.sin(q.anim_time*50*4)*1-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*10*4)*1)-math.sin(q.anim_time*20*4)*1-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*26*4)*2)" + ] + }, + "head": { + "rotation": [9, "-4.5-math.sin(q.anim_time*90*4)*2-(math.sin(q.anim_time*90*4)*2)", 0] + }, + "upperfin": { + "rotation": ["-2.5-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", 0, 0] + }, + "downsyndromfin": { + "rotation": ["10-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", 0, 0] + }, + "neck": { + "rotation": [ + "0-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", + "-4.5-math.sin(q.anim_time*40*4)*6-(math.sin(q.anim_time*40*4)*6)", + 0 + ] + }, + "body1": { + "rotation": ["0+math.sin(q.anim_time*80*4)*2+(math.sin(q.anim_time*80*4)*2)", "-3+math.sin(q.anim_time*40*1.6)*6+(math.sin(q.anim_time*40*1.6)*6)", 0] + }, + "body2": { + "rotation": ["0-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", "10.5-math.sin(q.anim_time*40*4)*3-(math.sin(q.anim_time*40*4)*3)", 0] + }, + "tail1": { + "rotation": ["0+math.sin(q.anim_time*80*4)*5+(math.sin(q.anim_time*80*4)*5)", "4.5+math.sin(q.anim_time*40*1.6)*3+(math.sin(q.anim_time*40*1.6)*4)", 0] + }, + "tail2": { + "rotation": [ + "2.0631-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", + "-14.0963-math.sin(q.anim_time*40*4)*3-(math.sin(q.anim_time*40*4)*3)", + -2.2797 + ] + }, + "tail3": { + "rotation": ["0-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", "15.5-math.sin(q.anim_time*40*1.6)*8-(math.sin(q.anim_time*40*1.6)*8)", 0] + }, + "tailfin": { + "rotation": [ + "0-math.sin(q.anim_time*120*4)*5-(math.sin(q.anim_time*120*4)*5)", + "-4.5-math.sin(q.anim_time*40*1.6)*8-(math.sin(q.anim_time*40*1.6)*8)", + 0 + ] + } + } + }, + "animation.eelektrik.blink": { + "animation_length": 0.125, + "bones": { + "eyes": { + "position": { + "0.0": [0, 1.3, 0], + "0.0417": [0, 1.3, 0], + "0.0833": [0, 1.3, 0], + "0.125": [0, 0, 0] + }, + "scale": { + "0.0": [1, 0, 1], + "0.0417": [1, 0, 1], + "0.0833": [1, 0, 1], + "0.125": [1, 1, 1] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/eelektross/eelektross.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/eelektross/eelektross.animation.json new file mode 100644 index 0000000..0b28b78 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/eelektross/eelektross.animation.json @@ -0,0 +1,459 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.eelektross.ground_idle": { + "loop": true, + "bones": { + "head": { + "rotation": ["6.4793+math.cos((query.anim_time-0.3)*90*2)*2", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*2)", -0.15911], + "position": [ + "0+math.sin(q.anim_time*10*4)*2+(math.sin(q.anim_time*5*4)*2)*2-(math.sin(q.anim_time*10*4)*2):+(math.sin(q.anim_time*10*4)*4)", + "23-math.sin(q.anim_time*20*4)*2-(math.sin(q.anim_time*20*4)*2)", + "-7+math.sin(q.anim_time*5*1)*2+(math.sin(q.anim_time*4*1)*4)" + ] + }, + "front2": { + "rotation": ["23.4793+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911], + "position": [0, -0.4, 0] + }, + "thing1": { + "rotation": ["-31.5207+math.cos((query.anim_time-0.3)*90*2)*2", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*2)", -0.15911] + }, + "thing2": { + "rotation": ["-11.5207+math.cos((query.anim_time-0.3)*90*2)*2", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*2)", -0.15911], + "position": [0, 0, -0.4] + }, + "thing3": { + "rotation": ["-8.5207+math.cos((query.anim_time-0.3)*90*2)*2", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*2)", -0.15911] + }, + "thing4": { + "rotation": ["-3.5207+math.cos((query.anim_time-0.3)*90*2)*2", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*2)", -0.15911], + "position": [0, 0, -0.4] + }, + "thing5": { + "rotation": ["-2.5207+math.cos((query.anim_time-0.3)*90*2)*2", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*2)", -0.15911] + }, + "thing6": { + "rotation": ["-11.5207+math.cos((query.anim_time-0.3)*90*2)*2", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*2)", -0.15911] + }, + "thing7": { + "rotation": ["-14.5207+math.cos((query.anim_time-0.3)*90*2)*2", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*2)", -0.15911] + }, + "head2": { + "rotation": ["-2.5207+math.cos((query.anim_time-0.3)*90*2)*2", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*2)", -0.15911] + }, + "head3": { + "rotation": [-3, 0, 0] + }, + "head4": { + "rotation": [-2, 0, 0] + }, + "torso": { + "rotation": ["-1.5207+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911] + }, + "body": { + "rotation": ["-7.5207+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911] + }, + "body2": { + "rotation": ["7.4793+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911] + }, + "body3": { + "rotation": ["10.9651+math.cos((query.anim_time-0.9)*90*2)*2", "-11.9807-math.sin((query.anim_time-0.9)*90*2)*3", 0.6869] + }, + "body4": { + "rotation": ["-11.0496+math.cos((query.anim_time-0.9)*90*2)*2", "10.4497-math.sin((query.anim_time-0.9)*90*2)*3", -4.43239] + }, + "body5": { + "rotation": ["3.9651+math.cos((query.anim_time-0.9)*90*2)*2", "-11.9807-math.sin((query.anim_time-0.9)*90*2)*3", 0.6869] + }, + "body6": { + "rotation": ["-3.0349+math.cos((query.anim_time-0.9)*90*2)*2", "-11.9807-math.sin((query.anim_time-0.9)*90*2)*3", 0.6869] + }, + "lilhand_right": { + "rotation": [55, -39, 0] + }, + "lilhand_left": { + "rotation": [15, 38, -42] + }, + "tail": { + "rotation": ["-4.0349+math.cos((query.anim_time-0.9)*90*2)*5", "-11.9807-math.sin((query.anim_time-0.9)*90*2)*5", 0.6869], + "position": [0, 0, -0.8] + }, + "tail2": { + "rotation": ["10.9464+math.cos((query.anim_time-0.9)*90*2)*5", "7.9046-math.sin((query.anim_time-0.9)*90*2)*5", 2.83631], + "position": [0, 0, -0.9] + }, + "tail3": { + "rotation": ["10.8902+math.cos((query.anim_time-0.9)*90*2)*5", "3.9277-math.sin((query.anim_time-0.9)*90*2)*5", 2.40331], + "position": [0, 0.3, -0.7] + }, + "tail4": { + "rotation": ["4.4793+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911] + }, + "right_arm": { + "rotation": ["92.9532+math.cos((query.anim_time-0.9)*90*2)*15", "-12.66+math.cos((query.anim_time-0.9)*90*2)*15", 7.87077] + }, + "right_arm2": { + "rotation": ["7.8373-math.cos((query.anim_time-0.3)*90*2)*5", "-6.1866-(-math.sin((query.anim_time-0.3)*90*2)*5)", 29.31963], + "position": [-1, 0.1, 0] + }, + "right_arm3": { + "rotation": ["8.0386-math.cos((query.anim_time-0.3)*90*2)*5", "8.4913-(-math.sin((query.anim_time-0.3)*90*2)*5)", 15.83844], + "position": [0, 0.3, 0] + }, + "right_arm4": { + "rotation": ["-7.5207-math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445-(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911] + }, + "finger2": { + "rotation": [1.74941, 0.96947, -28.9852] + }, + "finger1": { + "rotation": [0, 0, -34] + }, + "left_arm": { + "rotation": ["76.6532-math.cos((query.anim_time-0.9)*90*2)*15", "13.0052-math.cos((query.anim_time-0.9)*90*2)*15", -7.04899] + }, + "left_arm2": { + "rotation": ["3.0362-math.cos((query.anim_time-0.3)*90*2)*5", "10.8061-(-math.sin((query.anim_time-0.3)*90*2)*5)", -32.3539], + "position": [0.9, 0.3, 0] + }, + "left_arm3": { + "rotation": ["5.6806-math.cos((query.anim_time-0.3)*90*2)*5", "10.2286-(-math.sin((query.anim_time-0.3)*90*2)*5)", -9.21155], + "position": [0, 0.5, 0] + }, + "left_arm4": { + "rotation": ["5.4624-math.cos((query.anim_time-0.3)*90*2)*5", "10.3205-(-math.sin((query.anim_time-0.3)*90*2)*5)", -11.2213] + }, + "left_arm5": { + "rotation": ["6.1065-math.cos((query.anim_time-0.3)*90*2)*5", "10.0223-(-math.sin((query.anim_time-0.3)*90*2)*5)", -5.19425], + "position": [0.4, 0, 0] + }, + "finger4": { + "rotation": [0, 0, 34] + }, + "finger5": { + "rotation": [0, 0, 30] + }, + "finger7": { + "rotation": [0, 0, 45] + }, + "front": { + "position": [0, -0.2, 0] + }, + "right_arm5": { + "rotation": ["-9.7186-math.cos((query.anim_time-0.3)*90*2)*5", "0.8346-(-math.sin((query.anim_time-0.3)*90*2)*5)", 10.78369], + "position": [-0.6, -0.2, 0] + } + } + }, + "animation.eelektross.ground_walk": { + "loop": true, + "bones": { + "head": { + "rotation": ["6.4793+math.cos((query.anim_time-0.3)*90*2)*2", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*2)", -0.15911], + "position": [ + "0+math.sin(q.anim_time*10*4)*2+(math.sin(q.anim_time*5*4)*2)*2-(math.sin(q.anim_time*10*4)*2):+(math.sin(q.anim_time*10*4)*4)", + "23-math.sin(q.anim_time*20*4)*2-(math.sin(q.anim_time*20*4)*2)", + "-7+math.sin(q.anim_time*5*1)*2+(math.sin(q.anim_time*4*1)*4)" + ] + }, + "front2": { + "rotation": ["23.4793+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911], + "position": [0, -0.4, 0] + }, + "thing1": { + "rotation": ["-31.5207+math.cos((query.anim_time-0.3)*90*2)*2", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*2)", -0.15911] + }, + "thing2": { + "rotation": ["-11.5207+math.cos((query.anim_time-0.3)*90*2)*2", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*2)", -0.15911], + "position": [0, 0, -0.4] + }, + "thing3": { + "rotation": ["-8.5207+math.cos((query.anim_time-0.3)*90*2)*2", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*2)", -0.15911] + }, + "thing4": { + "rotation": ["-3.5207+math.cos((query.anim_time-0.3)*90*2)*2", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*2)", -0.15911], + "position": [0, 0, -0.4] + }, + "thing5": { + "rotation": ["-2.5207+math.cos((query.anim_time-0.3)*90*2)*2", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*2)", -0.15911] + }, + "thing6": { + "rotation": ["-11.5207+math.cos((query.anim_time-0.3)*90*2)*2", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*2)", -0.15911] + }, + "thing7": { + "rotation": ["-14.5207+math.cos((query.anim_time-0.3)*90*2)*2", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*2)", -0.15911] + }, + "head2": { + "rotation": ["-2.5207+math.cos((query.anim_time-0.3)*90*2)*2", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*2)", -0.15911] + }, + "head3": { + "rotation": [-3, 0, 0] + }, + "head4": { + "rotation": [-2, 0, 0] + }, + "torso": { + "rotation": ["-1.5207+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911] + }, + "body": { + "rotation": ["-7.5207+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911] + }, + "body2": { + "rotation": ["7.4793+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911] + }, + "body3": { + "rotation": ["10.9651+math.cos((query.anim_time-0.9)*90*2)*15", "-11.9807-math.sin((query.anim_time-0.9)*90*2)*10", 0.6869] + }, + "body4": { + "rotation": ["-5.5207+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911] + }, + "body5": { + "rotation": ["1.4793+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911] + }, + "body6": { + "rotation": ["6+math.cos((query.anim_time-0.9)*90*2)*15", "0-math.sin((query.anim_time-0.9)*90*2)*10", 0] + }, + "lilhand_right": { + "rotation": [55, -39, 0] + }, + "lilhand_left": { + "rotation": [15, 38, -42] + }, + "tail": { + "rotation": ["-4.5207+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911], + "position": [0, 0, -0.8] + }, + "tail2": { + "rotation": ["-10.5207+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911], + "position": [0, 0, -0.9] + }, + "tail3": { + "rotation": ["-9.5207+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911], + "position": [0, 0.3, -0.7] + }, + "tail4": { + "rotation": ["4.4793+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911] + }, + "right_arm": { + "rotation": ["92.9532+math.cos((query.anim_time-0.9)*90*2)*15", "-12.66+math.cos((query.anim_time-0.9)*90*2)*15", 7.87077] + }, + "right_arm2": { + "rotation": ["7.8373-math.cos((query.anim_time-0.3)*90*2)*5", "-6.1866-(-math.sin((query.anim_time-0.3)*90*2)*5)", 29.31963], + "position": [-1, 0.1, 0] + }, + "right_arm3": { + "rotation": ["8.0386-math.cos((query.anim_time-0.3)*90*2)*5", "8.4913-(-math.sin((query.anim_time-0.3)*90*2)*5)", 15.83844], + "position": [0, 0.3, 0] + }, + "right_arm4": { + "rotation": ["-7.5207-math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445-(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911] + }, + "finger2": { + "rotation": [1.74941, 0.96947, -28.9852] + }, + "finger1": { + "rotation": [0, 0, -34] + }, + "left_arm": { + "rotation": ["76.6532-math.cos((query.anim_time-0.9)*90*2)*15", "13.0052-math.cos((query.anim_time-0.9)*90*2)*15", -7.04899] + }, + "left_arm2": { + "rotation": ["3.0362-math.cos((query.anim_time-0.3)*90*2)*5", "10.8061-(-math.sin((query.anim_time-0.3)*90*2)*5)", -32.3539], + "position": [0.9, 0.3, 0] + }, + "left_arm3": { + "rotation": ["5.6806-math.cos((query.anim_time-0.3)*90*2)*5", "10.2286-(-math.sin((query.anim_time-0.3)*90*2)*5)", -9.21155], + "position": [0, 0.5, 0] + }, + "left_arm4": { + "rotation": ["5.4624-math.cos((query.anim_time-0.3)*90*2)*5", "10.3205-(-math.sin((query.anim_time-0.3)*90*2)*5)", -11.2213] + }, + "left_arm5": { + "rotation": ["6.1065-math.cos((query.anim_time-0.3)*90*2)*5", "10.0223-(-math.sin((query.anim_time-0.3)*90*2)*5)", -5.19425], + "position": [0.4, 0, 0] + }, + "finger4": { + "rotation": [0, 0, 34] + }, + "finger5": { + "rotation": [0, 0, 30] + }, + "finger7": { + "rotation": [0, 0, 45] + }, + "front": { + "position": [0, -0.2, 0] + }, + "right_arm5": { + "rotation": ["-9.7186-math.cos((query.anim_time-0.3)*90*2)*5", "0.8346-(-math.sin((query.anim_time-0.3)*90*2)*5)", 10.78369], + "position": [-0.6, -0.2, 0] + } + } + }, + "animation.eelektross.battle_idle": { + "loop": true, + "bones": { + "head": { + "rotation": [68, 0, 0], + "position": [ + 0, + "24.5+math.clamp(math.sin(query.anim_time*90*4*1+200)*0.75,-0.0,0.75)+math.clamp(math.sin(query.anim_time*90*4*1+200)*2,-5,2)", + "0+math.sin(q.anim_time*90*4-75)*0.7" + ] + }, + "front2": { + "rotation": ["12.4793+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911], + "position": [0, -0.4, 0] + }, + "thing1": { + "rotation": ["-40.5207-math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445-(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911] + }, + "thing2": { + "rotation": ["-22.4908+math.cos((query.anim_time-0.3)*90*2)*5", "-2.429+(-math.sin((query.anim_time-0.3)*90*2)*5)", 0.51133], + "position": [0, 0, -0.4] + }, + "thing3": { + "rotation": ["-13.5312+math.cos((query.anim_time-0.3)*90*2)*5", "-6.4459+(-math.sin((query.anim_time-0.3)*90*2)*5)", -1.24314] + }, + "thing4": { + "rotation": ["-0.0207+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911], + "position": [0, 0, -1] + }, + "thing5": { + "rotation": ["17.4793+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911], + "position": [0, 0, -0.9] + }, + "thing6": { + "rotation": ["15.4793+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911], + "position": [0, 0, -0.6] + }, + "thing7": { + "rotation": ["19.4793+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911] + }, + "head2": { + "rotation": [-82.90433, -2.43553, 2.84897], + "position": [0, -1.6, -3] + }, + "head3": { + "rotation": ["0.4793+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911] + }, + "head4": { + "rotation": [-13, 0, 0] + }, + "torso": { + "rotation": [-20, 0, 0], + "position": [0, -0.1, 0] + }, + "body": { + "rotation": [-19, 0, 0] + }, + "body2": { + "rotation": ["-11.5207+math.cos((query.anim_time-0.3)*90*2)*2", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*2)", -0.15911], + "scale": [1.02, 1, 1] + }, + "body3": { + "rotation": [15, 0, 0] + }, + "body4": { + "rotation": ["33.4793+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911], + "position": [0, -0.2, 0] + }, + "body5": { + "rotation": [29, 0, 0], + "position": [0, -0.2, 0], + "scale": [0.97, 1, 1] + }, + "body6": { + "rotation": [21.5, 0, 0], + "scale": [1.1, 1, 1] + }, + "lilhand_right": { + "rotation": [ + "math.clamp(math.sin(query.anim_time*90*4*1+0)*22.5,-22,0)+math.clamp(math.sin(query.anim_time*90*4*1+0)*22.5,0,22)", + 0, + "23+math.clamp(math.sin(query.anim_time*90*4*1+10)*17.5,-17,0)" + ] + }, + "lilhand_left": { + "rotation": [ + "-10.4434+math.clamp(math.sin(query.anim_time*90*4*1+0)*22.5,-22,0)+math.clamp(math.sin(query.anim_time*90*4*1+0)*22.5,0,22)", + -12.18975, + "-14.8818+math.clamp(math.sin(query.anim_time*90*4*1+10)*17.5,-17,0)" + ] + }, + "tail": { + "rotation": ["7.4793+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911], + "position": [0, 0, -0.8] + }, + "tail2": { + "rotation": ["7.4793+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911], + "position": [0, 0, -1.9] + }, + "tail3": { + "rotation": ["14.4793+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911], + "position": [0, 0.3, -0.7] + }, + "tail4": { + "rotation": ["7.4793+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911], + "position": [0, 0.1, 0] + }, + "right_arm": { + "rotation": [25.1259, "-15.3897-math.cos((query.anim_time-0.9)*50*2)*15", "39.8307-math.cos((query.anim_time-0.9)*40*2)*15"] + }, + "right_arm2": { + "rotation": [0, 0, 32.5], + "position": [-1, 0.1, 0] + }, + "right_arm3": { + "rotation": [-3.08568, "7.2715-math.cos((query.anim_time-0.9)*50*2)*15", "1.5884-math.cos((query.anim_time-0.9)*40*2)*15"], + "position": [0.2, -0.3, 0] + }, + "right_arm4": { + "rotation": [0, 0, -2] + }, + "finger2": { + "rotation": [1.74941, 0.96947, -28.9852] + }, + "finger1": { + "rotation": [0, 0, -34] + }, + "left_arm": { + "rotation": [25.92998, "13.9213-math.cos((query.anim_time-0.9)*50*2)*15", "-16-math.cos((query.anim_time-0.9)*40*2)*15"] + }, + "left_arm2": { + "rotation": [0, 0, "-40-(-math.sin((query.anim_time-0.3)*90*2)*5)"], + "position": [0.9, 0.3, 0] + }, + "left_arm3": { + "rotation": [-7.29519, "5.6043+math.cos((query.anim_time-0.9)*50*2)*15", "0.215+math.cos((query.anim_time-0.9)*40*2)*15"], + "position": [0, -0.2, 0] + }, + "left_arm4": { + "rotation": [0, 0, 16] + }, + "left_arm5": { + "rotation": [0, 0, "-16-(-math.sin((query.anim_time-0.3)*90*2)*5)"], + "position": [1.5, 0, 0] + }, + "finger4": { + "rotation": [0, 0, 34] + }, + "finger5": { + "rotation": [0, 0, 30] + }, + "finger7": { + "rotation": [0, 0, 45] + }, + "front": { + "rotation": [-67, 0, 0], + "position": [0, -1.7, -0.5] + }, + "right_arm5": { + "rotation": [0, 0, "13-(-math.sin((query.anim_time-0.3)*90*2)*5)"], + "position": [-0.5, 0, 0] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/espurr/espurr.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/espurr/espurr.animation.json new file mode 100644 index 0000000..ddb5347 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/espurr/espurr.animation.json @@ -0,0 +1,739 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.espurr.ground_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "arm_r": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [0, 0, 5], + "2.0": [0, 0, 0] + } + }, + "arm_l": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [0, 0, -5], + "2.0": [0, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [0, -5, 0], + "1.0": [10, 5, 0], + "2.0": [0, -5, 0] + } + }, + "head": { + "rotation": ["-math.sin((q.anim_time*90*2)+90)*1", 0, 0] + } + } + }, + "animation.espurr.battle_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "arm_r": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [0, 0, 5], + "2.0": [0, 0, 0] + } + }, + "arm_l": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [0, 0, -5], + "2.0": [0, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [0, -5, 0], + "1.0": [10, 5, 0], + "2.0": [0, -5, 0] + } + }, + "head": { + "rotation": ["-math.sin((q.anim_time*90*2)+90)*1", 0, 0] + } + } + }, + "animation.espurr.ground_walk": { + "loop": true, + "animation_length": 0.5, + "bones": { + "arm_r": { + "rotation": { + "0.0": [-30, 0, 0], + "0.25": [30, 0, 0], + "0.5": [-30, 0, 0] + } + }, + "arm_l": { + "rotation": { + "0.0": [30, 0, 0], + "0.25": [-30, 0, 0], + "0.5": [30, 0, 0] + } + }, + "leg_l": { + "rotation": { + "0.0": [-30, 0, 0], + "0.25": [30, 0, 0], + "0.5": [-30, 0, 0] + } + }, + "leg_r": { + "rotation": { + "0.0": [30, 0, 0], + "0.25": [-30, 0, 0], + "0.5": [30, 0, 0] + } + } + } + }, + "animation.espurr.faint": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [25, 0, 0], + "1.25": [25, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.375": [0, -1.25, 0], + "1.25": [0, -1.25, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [15, 0, 0], + "1.25": [15, 0, 0] + } + }, + "arm_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [-95, 0, 0], + "1.25": [-95, 0, 0] + } + }, + "arm_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [-95, 0, 0], + "1.25": [-95, 0, 0] + } + }, + "leg_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [60, 0, 0], + "1.25": [60, 0, 0] + } + }, + "leg_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [65, 0, 0], + "1.25": [65, 0, 0] + } + } + } + }, + "animation.espurr.sleep": { + "loop": true, + "animation_length": 3, + "bones": { + "body": { + "position": [0, -1.75, 0] + }, + "head": { + "rotation": { + "0.0": [22.5, 0, 0], + "1.5": [30, 0, 0], + "3.0": [22.5, 0, 0] + } + }, + "eye_r": { + "position": [0, 0, 0.25] + }, + "eye_l": { + "position": [0, 0, 0.25] + }, + "leg_l": { + "rotation": [-90, -25, 0], + "position": [0, 0, -1] + }, + "leg_r": { + "rotation": [-90, 25, 0], + "position": [0, 0, -1] + }, + "closed_r": { + "position": [0, 0, -0.27] + }, + "closed_l": { + "position": [0, 0, -0.27] + } + } + }, + "animation.espurr.cry": { + "animation_length": 0.5, + "bones": { + "mouth": { + "position": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [0, 0, 0], + "post": [0, 0, -0.25] + }, + "0.3333": { + "pre": [0, 0, -0.25], + "post": [0, 0, 0] + } + } + } + } + }, + "animation.espurr.recoil": { + "animation_length": 1.5, + "bones": { + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-2.9, 1.5, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-0.3, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "eye_r_closed": { + "position": { + "0.0": [-0.27, 0, 0], + "0.25": { + "pre": [-0.27, 0, 0], + "post": [-0.27, 0, 0] + }, + "0.2917": { + "pre": [-0.27, 0, 0], + "post": [0, 0, 0] + } + } + }, + "eye_l_closed": { + "position": { + "0.0": [0.27, 0, 0], + "0.25": { + "pre": [0.27, 0, 0], + "post": [0.27, 0, 0] + }, + "0.2917": { + "pre": [0.27, 0, 0], + "post": [0, 0, 0] + } + } + }, + "shoulder_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-3, -2.5, 0], + "post": [-3, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "forearm_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "paw_fl": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [12, 0, 0], + "post": [12, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "shoulder_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-3, 2.5, 0], + "post": [-3, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "forearm_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "paw_fr": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [12, 0, 0], + "post": [12, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "thigh_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "knee_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [15.5, 0, 0], + "post": [15.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-1.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "calf_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "paw_br": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [8, 0, 0], + "post": [8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "thigh_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "knee_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [15.5, 0, 0], + "post": [15.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-1.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "calf_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "paw_bl": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [8, 0, 0], + "post": [8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 1, 0], + "post": [-8, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [7.5, 0, 0], + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-2.9, 1.5, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-0.3, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "eye_r": { + "position": { + "0.0": [0, 0, 0.25], + "0.25": { + "pre": [0, 0, 0.25], + "post": [0, 0, 0.25] + }, + "0.2917": { + "pre": [0, 0, 0.25], + "post": [0, 0, 0] + } + } + }, + "closed_r": { + "position": { + "0.0": [0, 0, -0.27], + "0.25": { + "pre": [0, 0, -0.27], + "post": [0, 0, -0.27] + }, + "0.2917": { + "pre": [0, 0, -0.27], + "post": [0, 0, 0] + } + } + }, + "eye_l": { + "position": { + "0.0": [0, 0, 0.25], + "0.25": { + "pre": [0, 0, 0.25], + "post": [0, 0, 0.25] + }, + "0.2917": { + "pre": [0, 0, 0.25], + "post": [0, 0, 0] + } + } + }, + "closed_l": { + "position": { + "0.0": [0, 0, -0.27], + "0.25": { + "pre": [0, 0, -0.27], + "post": [0, 0, -0.27] + }, + "0.2917": { + "pre": [0, 0, -0.27], + "post": [0, 0, 0] + } + } + } + } + }, + "animation.espurr.physical": { + "animation_length": 1, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.5": [-5, 0, 0], + "0.625": [5, 0, 0], + "1.0": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.25": [0, 0, 0], + "0.5": [-5, 0, 0], + "0.625": [15, 0, 0], + "1.0": [0, 0, 0] + } + } + } + }, + "animation.espurr.special": { + "animation_length": 1.5, + "bones": { + "espurr": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 3, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0] + } + }, + "eye_r": { + "position": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [0, 0, 0.25] + } + } + }, + "eye_l": { + "position": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [0, 0, 0.25] + } + } + }, + "closed_l": { + "position": [0, 0, 0] + }, + "ear_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, -20] + } + }, + "ear_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 20] + } + }, + "arm_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-50, 0, 35] + } + }, + "arm_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-50, 0, -35] + } + }, + "leg_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [5, 0, 0] + } + }, + "leg_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [5, 0, 0] + } + }, + "glow_l": { + "position": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [0, 0, -0.5] + } + } + }, + "glow_r": { + "position": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [0, 0, -0.5] + } + } + } + } + }, + "animation.espurr.status": { + "animation_length": 1.25, + "bones": { + "espurr": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [5, 0, 0], + "0.5": [5, 0, 0], + "0.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0.25], + "0.5": [0, 0, 0.25], + "0.75": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [5, 0, 0], + "0.5": [5, 0, 0], + "0.75": [-2.5, 0, 0] + } + }, + "arm_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-122.5, 0, 0], + "0.5": [-122.5, 0, 0], + "0.75": [-60, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, -1], + "0.5": [0, 0, -1] + } + }, + "arm_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-122.5, 0, 0], + "0.5": [-122.5, 0, 0], + "0.75": [-60, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, -1], + "0.5": [0, 0, -1] + } + }, + "leg_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.5": [-5, 0, 0], + "0.75": [0, 0, 0] + } + }, + "leg_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.5": [-5, 0, 0], + "0.75": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/eternatus/eternatus.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/eternatus/eternatus.animation.json new file mode 100644 index 0000000..7a174a9 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/eternatus/eternatus.animation.json @@ -0,0 +1,903 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.eternatus.ground_idle": { + "loop": true, + "animation_length": 6, + "bones": { + "mainbody": { + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "2.75": [0, 2, 0], + "3.25": [0, 2, 0], + "6.0": [0, 0, 0] + } + }, + "spine": { + "rotation": [0, 0, "math.sin(q.anim_time*30*2-150)*1"] + }, + "topspine": { + "rotation": [-46.32261, -12.33509, "-49.8161+math.sin(q.anim_time*30*2-10)*3 "] + }, + "spineseg2": { + "rotation": [0, 0, "0+math.sin(q.anim_time*30*2-12)*4"] + }, + "spineseg3": { + "rotation": [0, 2.5, "math.sin(q.anim_time*30*2-150)*6"] + }, + "jaw": { + "rotation": { + "0.0": [0, 0, 0], + "3.0": [0, 0, -12.5], + "6.0": [0, 0, 0] + } + }, + "spinebackseg2": { + "rotation": [0, 0, "math.sin(q.anim_time*30*2-10)*3 "] + }, + "lleg": { + "position": { + "0.0": [0, 0, 0], + "3.0": [0, 1, 0], + "6.0": [0, 0, 0] + } + }, + "rleg": { + "position": { + "0.0": [0, 0, 0], + "3.0": [0, 1, 0], + "6.0": [0, 0, 0] + } + }, + "spinebackseg3": { + "rotation": [0, 0, "math.sin(q.anim_time*30*2-12)*5 "] + }, + "tail": { + "rotation": [0, 0, "math.sin(q.anim_time*30*2-150)*7"] + }, + "tailseg1": { + "rotation": [0, 0, "math.sin(q.anim_time*30*2-180)*9"] + }, + "tailseg2": { + "rotation": [0, 0, "math.sin(q.anim_time*30*2-180)*11"] + }, + "tailtip": { + "rotation": [0, 0, "math.sin(q.anim_time*30*2-180)*13"] + }, + "rarm": { + "position": { + "0.0": [0, 0, 0], + "3.0": [-1, 1, 0], + "6.0": [0, 0, 0] + } + }, + "larm": { + "position": { + "0.0": [0, 0, 0], + "3.0": [0, 1, 1], + "6.0": [0, 0, 0] + } + }, + "shlognr": { + "rotation": ["-math.sin(q.anim_time*30*2-10)*3 ", "-math.sin(q.anim_time*30*2-10)*3 ", "-math.sin(q.anim_time*30*2-10)*3 "] + }, + "rseg2": { + "rotation": ["-math.sin(q.anim_time*30*2-12)*5 ", "-math.sin(q.anim_time*30*2-12)*5 ", "-math.sin(q.anim_time*30*2-12)*5 "] + }, + "rseg3": { + "rotation": ["-math.sin(q.anim_time*30*2-150)*7", "-math.sin(q.anim_time*30*2-150)*7", "-math.sin(q.anim_time*30*2-150)*7"] + }, + "rseg4": { + "rotation": ["-math.sin(q.anim_time*30*2-180)*9", "-math.sin(q.anim_time*30*2-180)*9", "-math.sin(q.anim_time*30*2-180)*9"] + }, + "rseg5": { + "rotation": ["math.sin(q.anim_time*30*2-180)*11", "-math.sin(q.anim_time*30*2-180)*11", "math.sin(q.anim_time*30*2-180)*11"] + }, + "rseg6": { + "rotation": { + "0.0": ["-math.sin(q.anim_time*30*2-180)*13", "-math.sin(q.anim_time*30*2-180)*13", "math.sin(q.anim_time*30*2-180)*13"], + "2.0417": ["math.sin(q.anim_time*30*2-180)*13", "-math.sin(q.anim_time*30*2-180)*13", "math.sin(q.anim_time*30*2-180)*13"], + "6.0": ["math.sin(q.anim_time*30*2-180)*13", "-math.sin(q.anim_time*30*2-180)*13", "math.sin(q.anim_time*30*2-180)*13"] + } + }, + "rseg7": { + "rotation": ["math.sin(q.anim_time*30*2-180)*15", "-math.sin(q.anim_time*30*2-180)*15", "math.sin(q.anim_time*30*2-180)*15"] + }, + "rseg8": { + "rotation": ["-math.sin(q.anim_time*30*2-180)*15", "math.sin(q.anim_time*30*2-180)*15", "-math.sin(q.anim_time*30*2-180)*15"] + }, + "schlongl": { + "rotation": ["math.sin(q.anim_time*30*2-10)*3 ", "math.sin(q.anim_time*30*2-10)*3 ", "math.sin(q.anim_time*30*2-10)*3 "] + }, + "lseg1": { + "rotation": ["math.sin(q.anim_time*30*2-12)*5 ", "math.sin(q.anim_time*30*2-12)*5", "math.sin(q.anim_time*30*2-12)*5 "] + }, + "lsge2": { + "rotation": ["math.sin(q.anim_time*30*2-12)*5 ", "math.sin(q.anim_time*30*2-12)*5 ", "math.sin(q.anim_time*30*2-12)*5 "] + }, + "lseg3": { + "rotation": ["math.sin(q.anim_time*30*2-150)*7", "math.sin(q.anim_time*30*2-150)*7", "math.sin(q.anim_time*30*2-150)*7"] + }, + "lseg4": { + "rotation": ["math.sin(q.anim_time*30*2-180)*9", "math.sin(q.anim_time*30*2-180)*9", "math.sin(q.anim_time*30*2-180)*9"] + }, + "lseg5": { + "rotation": ["math.sin(q.anim_time*30*2-180)*11", "math.sin(q.anim_time*30*2-180)*11", "math.sin(q.anim_time*30*2-180)*11"] + }, + "lseg6": { + "rotation": ["math.sin(q.anim_time*30*2-180)*13", "math.sin(q.anim_time*30*2-180)*13", "math.sin(q.anim_time*30*2-180)*13"] + }, + "lseg7": { + "rotation": ["math.sin(q.anim_time*30*2-180)*13", "math.sin(q.anim_time*30*2-180)*13", "math.sin(q.anim_time*30*2-180)*13"] + }, + "lseg8": { + "rotation": ["math.sin(q.anim_time*30*2-180)*15", "math.sin(q.anim_time*30*2-180)*15", "math.sin(q.anim_time*30*2-180)*15"] + }, + "looky": { + "rotation": ["10+math.sin(q.anim_time*30*2-150)*3 ", 0, "math.sin(q.anim_time*30*2-150)*4"] + } + } + }, + "animation.eternatus.special_attack": { + "loop": true, + "animation_length": 6.0417, + "bones": { + "mainbody": { + "position": { + "0.0": [0, 0, 0], + "1.25": [0, 0, 0], + "1.5": [0, 0, 8], + "1.5417": [0, 0, 6], + "1.5833": [0, 0, 8], + "1.625": [0, 0, 6], + "1.6667": [0, 0, 8], + "1.7083": [0, 0, 6], + "1.75": [0, 0, 8], + "1.7917": [0, 0, 6], + "1.8333": [0, 0, 8], + "1.875": [0, 0, 6], + "1.9167": [0, 0, 8], + "1.9583": [0, 0, 6], + "2.0": [0, 0, 8], + "2.0417": [0, 0, 6], + "2.0833": [0, 0, 8], + "2.125": [0, 0, 6], + "2.1667": [0, 0, 8], + "3.0": [0, 0, 0] + } + }, + "spine": { + "rotation": { + "0.0": [0, 0, -12.5], + "0.5": [0, 0, -12.5], + "1.0": [0, 0, -12.5], + "3.0": [0, 0, -12.5], + "3.5833": [0, 0, "math.sin(q.anim_time*30*2-150)*1"] + } + }, + "topspine": { + "rotation": { + "0.0": [0, 0, -7.5], + "0.5": [0, 0, -7.5], + "1.0": [0, 0, -7.5], + "3.0": [0, 0, -7.5], + "3.5833": [0, 0, "math.sin(q.anim_time*30*2-10)*3 "] + } + }, + "spineseg2": { + "rotation": { + "0.0": [0, 0, 2.5], + "0.5": [0, 0, 2.5], + "1.0": [0, 0, 2.5], + "3.0": [0, 0, 2.5], + "3.5833": [0, 0, "math.sin(q.anim_time*30*2-12)*5 "] + } + }, + "spineseg3": { + "rotation": { + "0.0": [0, 0, 10], + "0.5": [0, 0, 10], + "1.0": [0, 0, 10], + "3.0": [0, 0, 10], + "3.5833": [0, 0, "math.sin(q.anim_time*30*2-150)*7"] + } + }, + "neck": { + "rotation": { + "0.0": [-8.316, 9.50716, 19.62639], + "0.5": [-8.316, 9.50716, 19.62639], + "1.0": [-8.316, 9.50716, 19.62639], + "3.0": [-8.316, 9.50716, 19.62639], + "3.5833": [0, 0, "math.sin(q.anim_time*30*2-150)*7"] + } + }, + "jaw": { + "rotation": { + "0.0": [0, 0, 0], + "1.25": [0, 0, 0], + "1.5": [0, 0, -7.92], + "1.5417": [0, 0, 0], + "1.5833": [0, 0, -7.92], + "1.625": [0, 0, 0], + "1.6667": [0, 0, -7.92], + "1.7083": [0, 0, 0], + "1.75": [0, 0, -7.92], + "1.7917": [0, 0, 0], + "1.8333": [0, 0, -7.92], + "1.875": [0, 0, 0], + "1.9167": [0, 0, -7.92], + "1.9583": [0, 0, 0], + "2.0": [0, 0, -12.5], + "2.0417": [0, 0, -7.92], + "2.0833": [0, 0, 0], + "2.125": [0, 0, -7.92], + "2.1667": [0, 0, 0], + "2.2083": [0, 0, -7.92], + "2.25": [0, 0, 0], + "2.2917": [0, 0, -7.92], + "2.3333": [0, 0, 0], + "3.0": [0, 0, 0] + } + }, + "spinebackseg2": { + "rotation": { + "0.0": [0, 0, "math.sin(q.anim_time*30*2-10)*3 "], + "4.5833": [0, 0, "math.sin(q.anim_time*30*2-10)*3 "] + } + }, + "lleg": { + "position": { + "0.0": [0, 0, 0], + "2.0": [0, 1, 0], + "4.0": [0, 0, 0] + } + }, + "rleg": { + "position": { + "0.0": [0, 0, 0], + "2.0": [0, 1, 0], + "4.0": [0, 0, 0] + } + }, + "spinebackseg3": { + "rotation": { + "0.0": [0, 0, "math.sin(q.anim_time*30*2-12)*5 "], + "1.0": [0, 0, "math.sin(q.anim_time*30*2-12)*1 "], + "3.5": [0, 0, "math.sin(q.anim_time*30*2-12)*1 "], + "4.0": [0, 0, "math.sin(q.anim_time*30*2-12)*5 "] + } + }, + "tail": { + "rotation": { + "0.0": [0, 0, "math.sin(q.anim_time*30*2-150)*7"], + "1.0": [0, 0, "15+math.sin(q.anim_time*30*2-150)*2"], + "1.5": [0, 0, "20+math.sin(q.anim_time*30*2-150)*7"], + "4.0": [0, 0, "15+math.sin(q.anim_time*30*2-150)*2"], + "4.5833": [0, 0, "math.sin(q.anim_time*30*2-150)*7"] + } + }, + "tailseg1": { + "rotation": { + "0.0": [0, 0, "math.sin(q.anim_time*30*2-180)*9"], + "1.0": [0, 0, "10+math.sin(q.anim_time*30*2-180)*3"], + "1.5": [0, 0, "10+math.sin(q.anim_time*30*2-180)*9"], + "4.0": [0, 0, "10+math.sin(q.anim_time*30*2-180)*3"], + "4.5833": [0, 0, "math.sin(q.anim_time*30*2-180)*9"] + } + }, + "tailseg2": { + "rotation": { + "0.0": [0, 0, "math.sin(q.anim_time*30*2-180)*11"], + "1.0": [0, 0, "12.5+math.sin(q.anim_time*30*2-180)*6"], + "1.5": [0, 0, "12.5+math.sin(q.anim_time*30*2-180)*6"], + "4.0": [0, 0, "12.5+math.sin(q.anim_time*30*2-180)*6"], + "4.5833": [0, 0, "math.sin(q.anim_time*30*2-180)*11"] + } + }, + "tailtip": { + "rotation": { + "0.0": [0, 0, "math.sin(q.anim_time*30*2-180)*13"], + "1.0": [0, 0, "12.5+math.sin(q.anim_time*30*2-180)*5"], + "1.5": [0, 0, "12.5+math.sin(q.anim_time*30*2-180)*5"], + "4.0": [0, 0, "12.5+math.sin(q.anim_time*30*2-180)*5"], + "4.5833": [0, 0, "math.sin(q.anim_time*30*2-180)*13"] + } + }, + "rarm": { + "rotation": { + "0.0": [-11.87183, 39.3184, -36.82891], + "0.5": [-11.87183, 39.3184, -36.82891], + "1.0": [-11.87183, 39.3184, -36.82891], + "3.0": [-11.87183, 39.3184, -36.82891], + "3.5833": [0, 0, 0] + }, + "position": { + "0.0": [-1, 1, 0], + "0.5": [-1, 1, 0], + "1.0": [-1, 1, 0], + "3.0": [-1, 1, 0], + "3.5833": [0, 0, 0] + } + }, + "larm": { + "rotation": { + "0.0": [20.99692, -18.17696, -50.89594], + "0.5": [20.99692, -18.17696, -50.89594], + "1.0": [20.99692, -18.17696, -50.89594], + "3.0": [20.99692, -18.17696, -50.89594], + "3.5833": [0, 0, 0] + }, + "position": { + "0.0": [0, 1, 1], + "0.5": [0, 1, 1], + "1.0": [0, 1, 1], + "3.0": [0, 1, 1], + "3.5833": [0, 0, 0] + } + }, + "shlognr": { + "rotation": ["-math.sin(q.anim_time*30*2-10)*3 ", "-math.sin(q.anim_time*30*2-10)*3 ", "-math.sin(q.anim_time*30*2-10)*3 "] + }, + "rseg2": { + "rotation": ["-math.sin(q.anim_time*30*2-12)*5 ", "-math.sin(q.anim_time*30*2-12)*5 ", "-math.sin(q.anim_time*30*2-12)*5 "] + }, + "rseg3": { + "rotation": ["-math.sin(q.anim_time*30*2-150)*7", "-math.sin(q.anim_time*30*2-150)*7", "-math.sin(q.anim_time*30*2-150)*7"] + }, + "rseg4": { + "rotation": ["-math.sin(q.anim_time*30*2-180)*9", "-math.sin(q.anim_time*30*2-180)*9", "-math.sin(q.anim_time*30*2-180)*9"] + }, + "rseg5": { + "rotation": ["math.sin(q.anim_time*30*2-180)*11", "-math.sin(q.anim_time*30*2-180)*11", "math.sin(q.anim_time*30*2-180)*11"] + }, + "rseg6": { + "rotation": { + "0.0": ["-math.sin(q.anim_time*30*2-180)*13", "-math.sin(q.anim_time*30*2-180)*13", "math.sin(q.anim_time*30*2-180)*13"], + "1.0417": ["math.sin(q.anim_time*30*2-180)*13", "-math.sin(q.anim_time*30*2-180)*13", "math.sin(q.anim_time*30*2-180)*13"], + "3.5833": ["math.sin(q.anim_time*30*2-180)*13", "-math.sin(q.anim_time*30*2-180)*13", "math.sin(q.anim_time*30*2-180)*13"] + } + }, + "rseg7": { + "rotation": ["math.sin(q.anim_time*30*2-180)*15", "-math.sin(q.anim_time*30*2-180)*15", "math.sin(q.anim_time*30*2-180)*15"] + }, + "rseg8": { + "rotation": ["-math.sin(q.anim_time*30*2-180)*15", "math.sin(q.anim_time*30*2-180)*15", "-math.sin(q.anim_time*30*2-180)*15"] + }, + "schlongl": { + "rotation": ["math.sin(q.anim_time*30*2-10)*3 ", "math.sin(q.anim_time*30*2-10)*3 ", "math.sin(q.anim_time*30*2-10)*3 "] + }, + "lseg1": { + "rotation": ["math.sin(q.anim_time*30*2-12)*5 ", "math.sin(q.anim_time*30*2-12)*5", "math.sin(q.anim_time*30*2-12)*5 "] + }, + "lsge2": { + "rotation": ["math.sin(q.anim_time*30*2-12)*5 ", "math.sin(q.anim_time*30*2-12)*5 ", "math.sin(q.anim_time*30*2-12)*5 "] + }, + "lseg3": { + "rotation": ["math.sin(q.anim_time*30*2-150)*7", "math.sin(q.anim_time*30*2-150)*7", "math.sin(q.anim_time*30*2-150)*7"] + }, + "lseg4": { + "rotation": ["math.sin(q.anim_time*30*2-180)*9", "math.sin(q.anim_time*30*2-180)*9", "math.sin(q.anim_time*30*2-180)*9"] + }, + "lseg5": { + "rotation": ["math.sin(q.anim_time*30*2-180)*11", "math.sin(q.anim_time*30*2-180)*11", "math.sin(q.anim_time*30*2-180)*11"] + }, + "lseg6": { + "rotation": ["math.sin(q.anim_time*30*2-180)*13", "math.sin(q.anim_time*30*2-180)*13", "math.sin(q.anim_time*30*2-180)*13"] + }, + "lseg7": { + "rotation": ["math.sin(q.anim_time*30*2-180)*13", "math.sin(q.anim_time*30*2-180)*13", "math.sin(q.anim_time*30*2-180)*13"] + }, + "lseg8": { + "rotation": ["math.sin(q.anim_time*30*2-180)*15", "math.sin(q.anim_time*30*2-180)*15", "math.sin(q.anim_time*30*2-180)*15"] + }, + "core": { + "rotation": { + "0.0": [0, 360, 0], + "0.5": [0, 720, 0], + "1.0": [0, 1440, 0], + "1.25": [0, 2880, 0], + "1.5": [0, 1440, 0], + "1.75": [0, 2880, 0], + "2.0": [0, 0, 0], + "2.25": [0, 2880, 0], + "2.5": [0, 720, 0], + "3.0": [0, 0, 0] + } + }, + "rhand": { + "rotation": { + "0.0": [15.03043, -44.93873, -50.75249], + "0.5": [15.03043, -44.93873, -50.75249], + "1.0": [15.03043, -44.93873, -50.75249], + "3.0": [15.03043, -44.93873, -50.75249], + "3.5833": [0, 0, 0] + } + }, + "lhand": { + "rotation": { + "0.0": [0.0547, 4.82922, 63.79717], + "0.5": [0.0547, 4.82922, 63.79717], + "1.0": [0.0547, 4.82922, 63.79717], + "3.0": [0.0547, 4.82922, 63.79717], + "3.5833": [0, 0, 0] + } + }, + "looky": { + "rotation": ["5+math.sin(q.anim_time*30*2-150)*3 ", 0, "math.sin(q.anim_time*30*2-150)*7"] + } + } + }, + "animation.eternatus.ground_walk": { + "loop": true, + "bones": { + "spine": { + "rotation": [0, 0, "-10+math.sin(q.anim_time*30*3-150)*1"] + }, + "topspine": { + "rotation": [-28.40853, -2.8514, "-29.9509-math.sin(q.anim_time*15*4-10)*3"] + }, + "spineseg2": { + "rotation": [0, 0, "10+math.sin(q.anim_time*15*8-12)*3 "] + }, + "spineseg3": { + "rotation": [0, 0, "-2.5+math.sin(q.anim_time*15*8-10)*6 "] + }, + "spinebackseg2": { + "rotation": [0, 0, "math.sin(q.anim_time*30*2-10)*3 "] + }, + "spinebackseg3": { + "rotation": [0, 0, "2.5+math.sin(q.anim_time*15*10-12)*5"] + }, + "tail": { + "rotation": [0, 0, "7.5+math.sin(q.anim_time*30*5-150)*7"] + }, + "tailseg1": { + "rotation": [0, 0, "2.5+math.sin(q.anim_time*30*7-180)*4"] + }, + "tailseg2": { + "rotation": [0, 0, "10+math.sin(q.anim_time*30*8-180)*2"] + }, + "tailtip": { + "rotation": [0, 0, "2.5+math.sin(q.anim_time*30*9-180)*1"] + }, + "rarm": { + "position": [2, 1, 0] + }, + "larm": { + "position": [-1, 0, 2] + }, + "shlognr": { + "rotation": ["-math.sin(q.anim_time*30*2-10)*3 ", "-math.sin(q.anim_time*30*2-10)*3 ", "-math.sin(q.anim_time*30*2-10)*3 "] + }, + "rseg2": { + "rotation": ["-math.sin(q.anim_time*30*2-12)*5 ", "-math.sin(q.anim_time*30*2-12)*5 ", "-math.sin(q.anim_time*30*2-12)*5 "] + }, + "rseg3": { + "rotation": ["-math.sin(q.anim_time*30*2-150)*7", "-math.sin(q.anim_time*30*2-150)*7", "-math.sin(q.anim_time*30*2-150)*7"] + }, + "rseg4": { + "rotation": ["-math.sin(q.anim_time*30*2-180)*9", "-math.sin(q.anim_time*30*2-180)*9", "-math.sin(q.anim_time*30*2-180)*9"] + }, + "rseg5": { + "rotation": ["math.sin(q.anim_time*30*2-180)*11", "-math.sin(q.anim_time*30*2-180)*11", "math.sin(q.anim_time*30*2-180)*11"] + }, + "rseg6": { + "rotation": ["-math.sin(q.anim_time*30*2-180)*13", "-math.sin(q.anim_time*30*2-180)*13", "math.sin(q.anim_time*30*2-180)*13"] + }, + "rseg7": { + "rotation": ["math.sin(q.anim_time*30*2-180)*15", "-math.sin(q.anim_time*30*2-180)*15", "math.sin(q.anim_time*30*2-180)*15"] + }, + "rseg8": { + "rotation": ["-math.sin(q.anim_time*30*2-180)*15", "math.sin(q.anim_time*30*2-180)*15", "-math.sin(q.anim_time*30*2-180)*15"] + }, + "schlongl": { + "rotation": ["math.sin(q.anim_time*30*2-10)*3 ", "math.sin(q.anim_time*30*2-10)*3 ", "math.sin(q.anim_time*30*2-10)*3 "] + }, + "lseg1": { + "rotation": ["math.sin(q.anim_time*30*2-12)*5 ", "math.sin(q.anim_time*30*2-12)*5", "math.sin(q.anim_time*30*2-12)*5 "] + }, + "lsge2": { + "rotation": ["math.sin(q.anim_time*30*2-12)*5 ", "math.sin(q.anim_time*30*2-12)*5 ", "math.sin(q.anim_time*30*2-12)*5 "] + }, + "lseg3": { + "rotation": ["math.sin(q.anim_time*30*2-150)*7", "math.sin(q.anim_time*30*2-150)*7", "math.sin(q.anim_time*30*2-150)*7"] + }, + "lseg4": { + "rotation": ["math.sin(q.anim_time*30*2-180)*9", "math.sin(q.anim_time*30*2-180)*9", "math.sin(q.anim_time*30*2-180)*9"] + }, + "lseg5": { + "rotation": ["math.sin(q.anim_time*30*2-180)*11", "math.sin(q.anim_time*30*2-180)*11", "math.sin(q.anim_time*30*2-180)*11"] + }, + "lseg6": { + "rotation": ["math.sin(q.anim_time*30*2-180)*13", "math.sin(q.anim_time*30*2-180)*13", "math.sin(q.anim_time*30*2-180)*13"] + }, + "lseg7": { + "rotation": ["math.sin(q.anim_time*30*2-180)*13", "math.sin(q.anim_time*30*2-180)*13", "math.sin(q.anim_time*30*2-180)*13"] + }, + "lseg8": { + "rotation": ["math.sin(q.anim_time*30*2-180)*15", "math.sin(q.anim_time*30*2-180)*15", "math.sin(q.anim_time*30*2-180)*15"] + }, + "mainbody": { + "position": [0, "math.sin(q.anim_time*15*5-10)*1", 0] + }, + "looky": { + "rotation": ["7.5-math.sin(q.anim_time*30*2-150)*3 ", 0, 0] + } + } + }, + "animation.eternatus.cry": { + "animation_length": 2.5, + "bones": { + "topspine": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "spineseg2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "spineseg3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [0, 0, -35], + "1.0417": [0, 0, -30], + "1.0833": [0, 0, -35], + "1.125": [0, 0, -30], + "1.1667": [0, 0, -35], + "1.2083": [0, 0, -30], + "1.25": [0, 0, -35], + "1.2917": [0, 0, -30], + "1.3333": [0, 0, -35], + "1.375": [0, 0, -30], + "1.4167": [0, 0, -35], + "1.4583": [0, 0, -30], + "1.5": [0, 0, -35], + "2.5": [0, 0, 0] + } + }, + "rarm": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [7.73641, 33.41847, 21.81879], + "1.25": [7.73641, 33.41847, 21.81879], + "1.5": [7.73641, 33.41847, 21.81879], + "2.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.0": [0, -3, 0], + "1.25": [0, -3, 0], + "1.5": [0, -3, 0], + "2.5": [0, 0, 0] + } + }, + "rhand": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [3.72322, 1.58421, 10.95408], + "1.25": [3.72322, 1.58421, 10.95408], + "1.5": [3.72322, 1.58421, 10.95408], + "2.5": [0, 0, 0] + } + }, + "larm": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [-9.90294, -21.62656, 30.90761], + "1.25": [-9.90294, -21.62656, 30.90761], + "1.5": [-9.90294, -21.62656, 30.90761], + "2.5": [0, 0, 0] + } + }, + "lhand": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [7.40391, -10.95463, -19.83547], + "1.25": [7.40391, -10.95463, -19.83547], + "1.5": [7.40391, -10.95463, -19.83547], + "2.5": [0, 0, 0] + } + }, + "looky": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [58.66698, 4.00594, 56.4949], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "spinebackseg2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "spinebackseg3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tailseg1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.eternatus.faint": { + "animation_length": 3, + "bones": { + "topspine": { + "rotation": { + "0.0": [0, 0, 0], + "1.125": [0, 0, 2.5], + "2.25": [0.21865, 4.99523, 5.00954] + } + }, + "spineseg2": { + "rotation": { + "0.0": [0, 0, 0], + "1.125": [0.00581, -4.83435, 12.5661], + "2.25": [0.21865, 4.99523, 15.00954] + } + }, + "spineseg3": { + "rotation": { + "0.0": [0, 0, 0], + "1.125": [0.06886, -8.93531, 15.38539], + "2.25": [0.88045, 9.96156, 20.07673] + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "1.125": [0, -9.67108, 18.28414], + "2.25": [0, 2.5, 32.5] + } + }, + "jaw": { + "rotation": { + "0.0": [0, 0, 0], + "0.7917": [0, 0, -30], + "0.8333": [0, 0, -35], + "0.875": [0, 0, -30], + "0.9167": [0, 0, -35], + "0.9583": [0, 0, -30], + "1.0": [0, 0, -35], + "1.0417": [0, 0, -30], + "1.0833": [0, 0, -35], + "1.125": [0, 0, -35], + "1.1667": [0, 0, -35], + "1.2083": [0, 0, -30], + "1.25": [0, 0, -35], + "1.2917": [0, 0, -30], + "1.3333": [0, 0, -35], + "1.375": [0, 0, -30], + "1.4167": [0, 0, -35], + "1.4583": [0, 0, -30], + "1.5": [0, 0, -30], + "1.5417": [0, 0, -35], + "1.5833": [0, 0, -30], + "1.625": [0, 0, -35], + "1.6667": [0, 0, -30], + "1.7083": [0, 0, -35], + "1.75": [0, 0, -30], + "1.7917": [0, 0, -35], + "1.8333": [0, 0, -30], + "1.875": [0, 0, -35], + "1.9167": [0, 0, -30], + "1.9583": [0, 0, -35], + "2.0": [0, 0, -30], + "2.0417": [0, 0, -35], + "2.0833": [0, 0, -30], + "2.125": [0, 0, -35], + "2.1667": [0, 0, -30], + "2.2083": [0, 0, -35], + "2.25": [0, 0, -30], + "3.0": [0, 0, 2.5] + } + }, + "rarm": { + "rotation": { + "0.0": [0, 0, 0], + "1.125": [7.73641, 33.41847, 21.81879], + "2.25": [7.73641, 33.41847, 21.81879] + }, + "position": { + "0.0": [0, 0, 0], + "1.125": [0, -3, 0], + "2.25": [0, -3, 0] + } + }, + "rhand": { + "rotation": { + "0.0": [0, 0, 0], + "1.125": [3.72322, 1.58421, 10.95408], + "2.25": [3.72322, 1.58421, 10.95408] + } + }, + "larm": { + "rotation": { + "0.0": [0, 0, 0], + "1.125": [-9.90294, -21.62656, 30.90761], + "2.25": [-9.90294, -21.62656, 30.90761] + } + }, + "lhand": { + "rotation": { + "0.0": [0, 0, 0], + "1.125": [7.40391, -10.95463, -19.83547], + "2.25": [7.40391, -10.95463, -19.83547] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/excadrill/excadrill.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/excadrill/excadrill.animation.json new file mode 100644 index 0000000..afe8160 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/excadrill/excadrill.animation.json @@ -0,0 +1,712 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.excadrill.pose": { + "loop": true, + "bones": { + "leg_right": { + "rotation": [-61.67841, 13.27207, 7.05309], + "position": [0, 2, 0] + }, + "foot_right": { + "rotation": [-17.56274, 4.76804, -1.50701], + "position": [0, 1, 0] + }, + "leg_left": { + "rotation": [-61.67841, -13.27207, -7.05309], + "position": [0, 2, 0] + }, + "foot_left": { + "rotation": [-17.56274, -4.76804, 1.50701], + "position": [0, 1, 0] + }, + "body": { + "rotation": [7.5, 0, 0] + }, + "head": { + "rotation": [0, 7.5, -7.5] + }, + "snoot": { + "rotation": [-5, 0, 0] + }, + "horn_drill": { + "rotation": [-5, 0, 0] + }, + "mouth": { + "rotation": [15, 0, 0] + }, + "arm_left": { + "rotation": [-22.79588, 28.02432, 28.82977], + "position": [0, -1, 0] + }, + "claw_left_front": { + "rotation": [0, 0, 10] + }, + "claw_left_middle": { + "rotation": [0, 0, 10] + }, + "claw_left_back": { + "rotation": [0, 0, 10] + }, + "arm_right": { + "rotation": [-73.09628, 14.15051, -24.20741] + }, + "claw_right_front": { + "rotation": [1.59176, -32.46527, -2.96346], + "position": [1, 0, 0] + }, + "claw_right_back": { + "rotation": [-1.59176, 32.46527, -2.96346], + "position": [1, 0, 0] + }, + "eye_right": { + "position": [0, 0, 0.75] + }, + "eye_left": { + "position": [0, 0, -0.25] + } + } + }, + "animation.excadrill.sleep": { + "loop": true, + "bones": { + "all": { + "position": [0, -4, 0] + }, + "leg_right": { + "rotation": [-98.64293, 12.27659, 12.56853], + "position": [-1, 4, -2.5] + }, + "foot_right": { + "rotation": [-45, 0, 0], + "position": [0, 0.5, 0.5] + }, + "leg_left": { + "rotation": [-98.64293, -12.27659, -12.56853], + "position": [1, 4, -2.5] + }, + "foot_left": { + "rotation": [-45, 0, 0], + "position": [0, 0.5, 0.5] + }, + "body": { + "rotation": ["-2*math.sin(query.anim_time * 60)+5", 0, 0] + }, + "head": { + "rotation": ["-4*math.sin((query.anim_time-0.3) * 60)+25", 0, 0], + "position": [0, 0, -1] + }, + "snoot": { + "rotation": [5, 0, 0] + }, + "horn_drill": { + "rotation": [7.5, 0, 0] + }, + "eye_right": { + "rotation": [0, 0, -7.5], + "position": [0.05, -1, 0] + }, + "eye_left": { + "rotation": [0, 0, 7.5], + "position": [-0.05, -1, 0] + }, + "arm_left": { + "rotation": [94.41641, 55.72014, 107.30918], + "position": [0, 0, -1] + }, + "claw_left_front": { + "rotation": [1.08992, 7.38074, 30.09395] + }, + "claw_left_middle": { + "rotation": [0, 0, 17.5] + }, + "claw_left_back": { + "rotation": [0, -2.5, 50] + }, + "arm_right": { + "rotation": [0, -22.5, -42.5] + }, + "claw_right_front": { + "rotation": [0, -2.5, -12.5] + }, + "claw_right_back": { + "rotation": [0, 10, -2.5] + }, + "claw_right_middle": { + "rotation": [0, 5, -7.5] + } + } + }, + "animation.excadrill.ground_walk": { + "loop": true, + "bones": { + "nose": { + "rotation": ["-2*math.sin((query.anim_time-0.4) * 540)", 0, 0] + }, + "eyelid_right": { + "position": [1, 0, 1] + }, + "eyelid_left": { + "position": [-1, 0, 1] + }, + "leg_right": { + "rotation": ["-12*math.sin(query.anim_time * 270) -45", 0, 0], + "position": [0, "+1.5+0.75*math.clamp(math.cos(query.anim_time * 270), 0, 3)", "-0.8*math.sin(query.anim_time * 270)"] + }, + "foot_right": { + "rotation": ["-12*math.sin((query.anim_time+0.5) * 270) -45", 0, 0], + "position": [0, "0.8+ -0.8*math.sin(query.anim_time * 270)", "1.+ -0.4*math.sin(query.anim_time * 270)"] + }, + "leg_left": { + "rotation": ["12*math.sin(query.anim_time * 270) -45", 0, 0], + "position": [0, "+1.5-0.75*math.clamp(math.cos(query.anim_time * 270), -3, 0)", "0.8*math.sin(query.anim_time * 270)"] + }, + "foot_left": { + "rotation": ["12*math.sin((query.anim_time+0.5) * 270) -45", 0, 0], + "position": [0, "0.8+ 0.8*math.sin(query.anim_time * 270)", "1.+ 0.4*math.sin(query.anim_time * 270)"] + }, + "body": { + "rotation": [7.5, "-8*math.sin(query.anim_time * 270)", 0], + "position": [0, "0.2* math.abs(math.cos((query.anim_time - 0.2) * 270))", 0] + }, + "head": { + "rotation": [-7.5, "0+8*math.sin(query.anim_time * 270)", 0] + }, + "snoot": { + "rotation": ["-2*math.sin((query.anim_time-0.2) * 540)", 0, 0] + }, + "horn_drill": { + "rotation": ["-2*math.sin((query.anim_time-0.2) * 540)", 0, 0] + }, + "arm_left": { + "rotation": [0, "15*math.sin((query.anim_time-0.3) * 270)+1.9778", 29.39112], + "position": [0, 0, "-0.75*math.sin(query.anim_time * 270)"] + }, + "arm_right": { + "rotation": [0, "(15*math.sin((query.anim_time-0.3) * 270)+1.9778)", -29.39112], + "position": [0, 0, "0.75*math.sin(query.anim_time * 270)"] + } + } + }, + "animation.excadrill.faint": { + "animation_length": 2.588, + "bones": { + "all": { + "rotation": { + "0.44": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.76": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.12": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.32": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.44": { + "pre": [0, 2, 0], + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "0.76": { + "post": [0, 3, 1], + "lerp_mode": "catmullrom" + }, + "1.12": { + "post": [0, 1, 2], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": { + "0.0": { + "post": [-37.26251, 4.55749, 5.96275], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [-37.26251, 4.55749, 5.96275], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [-154.76251, 4.55749, 5.96275], + "lerp_mode": "catmullrom" + }, + "1.12": { + "post": [-159.76251, 4.55749, 5.96275], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [-122.26251, 4.55749, 5.96275], + "lerp_mode": "catmullrom" + }, + "1.52": { + "post": [-124.76251, 4.55749, 5.96275], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.6": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [0, 2, -1], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [-0.5, 1, -1], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right": { + "rotation": [-52.60545, 3.04137, -3.9705], + "position": [0, 0.5, 0.5] + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [-37.26251, -4.55749, -5.96275], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [-37.26251, -4.55749, -5.96275], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [-154.76251, -4.55749, -5.96275], + "lerp_mode": "catmullrom" + }, + "1.12": { + "post": [-159.76251, -4.55749, -5.96275], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [-122.26251, -4.55749, -5.96275], + "lerp_mode": "catmullrom" + }, + "1.52": { + "post": [-124.76251, -4.55749, -5.96275], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.6": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [0, 2, -1], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [0.5, 1, -1], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left": { + "rotation": [-52.60545, -3.04137, 3.9705], + "position": [0, 0.5, 0.5] + }, + "body": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.36": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.84": { + "post": [-60, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.36": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.04": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.64": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "snoot": { + "rotation": { + "0.16": { + "pre": [5, 0, 0], + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.44": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "horn_drill": { + "rotation": { + "0.24": { + "pre": [5, 0, 0], + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.08": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.52": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.88": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "eye_right": { + "rotation": [0, 0, -7.5], + "position": [0.05, -1, 0] + }, + "eye_left": { + "rotation": { + "0.0": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.05, -1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "mouth": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.28": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.16": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 22.5, 42.5], + "lerp_mode": "catmullrom" + }, + "0.36": { + "post": [0, 10, 42.5], + "lerp_mode": "catmullrom" + }, + "0.84": { + "post": [-72.3565, 62.22229, 10.05893], + "lerp_mode": "catmullrom" + }, + "1.12": { + "post": [-91.66653, 60.4383, -6.0376], + "lerp_mode": "catmullrom" + }, + "1.32": { + "post": [-90.88699, -22.04891, -4.25491], + "lerp_mode": "catmullrom" + }, + "1.56": { + "post": [-90.85991, -17.04949, -4.33577], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "claw_left_front": { + "rotation": { + "1.2": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.36": { + "post": [1.03509, 22.47741, 2.70569], + "lerp_mode": "catmullrom" + } + }, + "position": { + "1.2": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.36": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "claw_left_middle": { + "rotation": { + "1.2": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.36": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "1.2": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "claw_left_back": { + "rotation": { + "1.2": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.36": { + "post": [-1.03509, -22.47741, 2.70569], + "lerp_mode": "catmullrom" + } + }, + "position": { + "1.2": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.36": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, -22.5, -42.5], + "lerp_mode": "catmullrom" + }, + "0.36": { + "post": [0, -10, -42.5], + "lerp_mode": "catmullrom" + }, + "0.84": { + "post": [-72.3565, -62.22229, -10.05893], + "lerp_mode": "catmullrom" + }, + "1.12": { + "post": [-91.66653, -60.4383, 6.0376], + "lerp_mode": "catmullrom" + }, + "1.32": { + "post": [-90.88699, 22.04891, 4.25491], + "lerp_mode": "catmullrom" + }, + "1.56": { + "post": [-90.85991, 17.04949, 4.33577], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "claw_right_front": { + "rotation": { + "1.2": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.36": { + "post": [1.03509, -22.47741, -2.70569], + "lerp_mode": "catmullrom" + } + }, + "position": { + "1.2": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.36": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "claw_right_back": { + "rotation": { + "1.2": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.36": { + "post": [-1.03509, 22.47741, -2.70569], + "lerp_mode": "catmullrom" + } + }, + "position": { + "1.2": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.36": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "claw_right_middle": { + "rotation": { + "1.2": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.36": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "1.2": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.excadrill.ground_idle": { + "loop": true, + "bones": { + "leg_right": { + "rotation": [-47.18821, 9.23186, 3.86032], + "position": [0, 2, 0] + }, + "foot_right": { + "rotation": [-41.69033, 10.40452, 4.08353], + "position": [0, 1, 0.75] + }, + "leg_left": { + "rotation": [-47.18821, -9.23186, -3.86032], + "position": [0, 2, 0] + }, + "foot_left": { + "rotation": [-41.69033, -10.40452, -4.08353], + "position": [0, 1, 0.75] + }, + "body": { + "rotation": ["-2*math.sin(query.anim_time * 120)+5", 0, "-4*math.sin((query.anim_time-0.3) * 60)"] + }, + "head": { + "rotation": ["-4*math.sin((query.anim_time-0.3) * 120)+5", 0, 0] + }, + "horn_drill": { + "rotation": ["-2*math.sin((query.anim_time-0.6) * 120)-5", 0, 0] + }, + "arm_left": { + "rotation": [-14.37082, 29.83409, "-4*math.sin((query.anim_time-0.3) * 120)+41.3921"], + "position": [0, -0.5, 0] + }, + "claw_left_front": { + "rotation": [0, 0, 5] + }, + "claw_left_middle": { + "rotation": [0, 0, 5] + }, + "claw_left_back": { + "rotation": [0, 0, 5] + }, + "arm_right": { + "rotation": [-14.37082, -29.83409, "-4*math.sin((query.anim_time-0.3) * 120)-41.3921"], + "position": [0, -0.5, 0] + }, + "claw_right_front": { + "rotation": [0, 0, -5] + }, + "claw_right_back": { + "rotation": [0, 0, -5] + }, + "claw_right_middle": { + "rotation": [0, 0, -5] + }, + "snoot": { + "rotation": ["-4*math.sin((query.anim_time-0.6) * 120)", 0, 0] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/feebas/feebas.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/feebas/feebas.animation.json new file mode 100644 index 0000000..1ec6458 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/feebas/feebas.animation.json @@ -0,0 +1,103 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.feebas.water_swim": { + "loop": true, + "bones": { + "fin_right": { + "rotation": [0, "-10.5+math.sin(q.anim_time*90*4)*2+(math.sin(q.anim_time*90*4)*2)", 0] + }, + "fin_left": { + "rotation": [0, "-10.5-math.sin(q.anim_time*90*4)*2-(math.sin(q.anim_time*90*4)*2)", 0] + }, + "body": { + "rotation": [0, "2.5-math.sin(q.anim_time*90*4)*6-(math.sin(q.anim_time*90*4)*6)", 0] + }, + "tail": { + "rotation": [0, "-12.5-math.sin(q.anim_time*40*4)*6-(math.sin(q.anim_time*40*4)*6)", 0] + }, + "tail2": { + "rotation": [0, "10.5+math.sin(q.anim_time*40*4)*6+(math.sin(q.anim_time*40*4)*6)", 0] + }, + "tail3": { + "rotation": [0, "-10.5-math.sin(q.anim_time*40*4)*6-(math.sin(q.anim_time*40*4)*6)", 0] + } + } + }, + "animation.feebas.ground_idle": { + "loop": true, + "bones": { + "fin_right": { + "rotation": [0, "-10.5+math.sin(q.anim_time*90*4)*2+(math.sin(q.anim_time*90*4)*2)", 0] + }, + "fin_left": { + "rotation": [0, "-10.5-math.sin(q.anim_time*90*4)*2-(math.sin(q.anim_time*90*4)*2)", 0] + }, + "body": { + "rotation": [0, "2.5-math.sin(q.anim_time*90*4)*6-(math.sin(q.anim_time*90*4)*6)", 0] + }, + "tail": { + "rotation": [0, "-12.5-math.sin(q.anim_time*40*4)*6-(math.sin(q.anim_time*40*4)*6)", 0] + }, + "tail2": { + "rotation": [0, "10.5+math.sin(q.anim_time*40*4)*6+(math.sin(q.anim_time*40*4)*6)", 0] + }, + "tail3": { + "rotation": [0, "-10.5-math.sin(q.anim_time*40*4)*6-(math.sin(q.anim_time*40*4)*6)", 0] + }, + "root": { + "position": [0, 7, 0] + } + } + }, + "animation.feebas.water_idle": { + "loop": true, + "bones": { + "fin_right": { + "rotation": [0, "-10.5+math.sin(q.anim_time*90*4)*2+(math.sin(q.anim_time*90*4)*2)", 0] + }, + "fin_left": { + "rotation": [0, "-10.5-math.sin(q.anim_time*90*4)*2-(math.sin(q.anim_time*90*4)*2)", 0] + }, + "body": { + "rotation": [0, "2.5-math.sin(q.anim_time*90*4)*6-(math.sin(q.anim_time*90*4)*6)", 0] + }, + "tail": { + "rotation": [0, "-12.5-math.sin(q.anim_time*40*4)*6-(math.sin(q.anim_time*40*4)*6)", 0] + }, + "tail2": { + "rotation": [0, "10.5+math.sin(q.anim_time*40*4)*6+(math.sin(q.anim_time*40*4)*6)", 0] + }, + "tail3": { + "rotation": [0, "-10.5-math.sin(q.anim_time*40*4)*6-(math.sin(q.anim_time*40*4)*6)", 0] + } + } + }, + "animation.feebas.ground_walk": { + "loop": true, + "bones": { + "fin_right": { + "rotation": [0, "-10.5+math.sin(q.anim_time*90*4)*2+(math.sin(q.anim_time*90*4)*2)", 0] + }, + "fin_left": { + "rotation": [0, "-10.5-math.sin(q.anim_time*90*4)*2-(math.sin(q.anim_time*90*4)*2)", 0] + }, + "body": { + "rotation": [0, "2.5-math.sin(q.anim_time*90*4)*6-(math.sin(q.anim_time*90*4)*6)", 0] + }, + "tail": { + "rotation": [0, "-12.5-math.sin(q.anim_time*40*4)*6-(math.sin(q.anim_time*40*4)*6)", 0] + }, + "tail2": { + "rotation": [0, "10.5+math.sin(q.anim_time*40*4)*6+(math.sin(q.anim_time*40*4)*6)", 0] + }, + "tail3": { + "rotation": [0, "-10.5-math.sin(q.anim_time*40*4)*6-(math.sin(q.anim_time*40*4)*6)", 0] + }, + "root": { + "position": [0, 5, 0] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/finizen/finizen.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/finizen/finizen.animation.json new file mode 100644 index 0000000..62d4e35 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/finizen/finizen.animation.json @@ -0,0 +1,356 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.palafin.water_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "bone2": { + "rotation": ["-math.clamp(math.sin(q.anim_time*90*2)*2,0,2)-math.clamp(math.sin(q.anim_time*90*2)*2,-2,0)", 0, 0], + "position": [0, "-math.clamp(math.sin(q.anim_time*90*2-45)*0.25,0,5)-math.clamp(math.sin(q.anim_time*90*2-45)*0.5,-3,0)-0.5", 0] + }, + "back_tail": { + "rotation": ["0+math.cos(query.anim_time*90*2)*8", 0, 0] + }, + "bone": { + "rotation": ["-12.5+math.cos((query.anim_time)*90*2-120)*15", 0, 0] + }, + "fin_left": { + "rotation": [ + "-5.6312+math.clamp(math.sin(q.anim_time*90*1+180)*8,0,10)-math.clamp(math.sin(q.anim_time*90*1+180)*8,-10,0)+math.clamp(math.sin(q.anim_time*90*2+180)*4,-10,0)", + "-18.2772+math.clamp(math.sin(q.anim_time*90*2+45+180)*10,10,20)-math.clamp(math.sin(q.anim_time*90*1)*15,0,20)-math.clamp(math.sin(q.anim_time*90*1+180)*15,0,20)", + "34.4081-math.clamp(math.sin(q.anim_time*90*2-10+180)*40,0,50)+math.clamp(math.sin(q.anim_time*90*2+5)*20,-10,20)-math.clamp(math.sin(q.anim_time*90*2+180)*15,-10,0)" + ], + "position": [-0.325, 0.075, -0.125] + }, + "bone4": { + "rotation": [ + 0, + 0, + "math.clamp(math.sin(q.anim_time*90*2-45+180)*5,0,200)+math.clamp(math.sin(q.anim_time*90*2)*10,0,8)-math.clamp(math.sin(q.anim_time*90*2-45+180)*25,-20,15)" + ] + }, + "fin_right": { + "rotation": [ + "math.clamp(math.sin(q.anim_time*90*1+180)*8,0,10)-math.clamp(math.sin(q.anim_time*90*1+180)*8,-10,0)+math.clamp(math.sin(q.anim_time*90*2+180)*4,-10,0)", + "17.5-math.clamp(math.sin(q.anim_time*90*2+45+180)*10,10,20)+math.clamp(math.sin(q.anim_time*90*1)*15,0,20)+math.clamp(math.sin(q.anim_time*90*1+180)*15,0,20)", + "-27.5+math.clamp(math.sin(q.anim_time*90*2-10+180)*40,0,200)-math.clamp(math.sin(q.anim_time*90*2+5)*20,-10,20)+math.clamp(math.sin(q.anim_time*90*2+180)*15,-10,0)" + ], + "position": [0.55, 0.2, -0.125] + }, + "bone3": { + "rotation": [ + 0, + 0, + "-math.clamp(math.sin(q.anim_time*90*2-45+180)*5,0,200)-math.clamp(math.sin(q.anim_time*90*2)*10,0,8)+math.clamp(math.sin(q.anim_time*90*2-45+180)*25,-20,15)" + ] + }, + "bone6": { + "rotation": ["0+math.cos((query.anim_time)*90*2-90)*10", 0, 0] + } + } + }, + "animation.palafin.water_swim": { + "loop": true, + "animation_length": 1, + "bones": { + "body": { + "rotation": ["math.cos(q.anim_time*90*4)*20", 0, 0], + "position": [0, "math.cos(q.anim_time*90*4+90)*3", 0] + }, + "fin_left": { + "rotation": [0, 0, "-math.cos(q.anim_time*90*4)*20"] + }, + "bone4": { + "rotation": [0, 0, "-math.cos(q.anim_time*90*4-90)*20"] + }, + "fin_right": { + "rotation": [0, 0, "math.cos(q.anim_time*90*4)*20"] + }, + "bone3": { + "rotation": [0, 0, "math.cos(q.anim_time*90*4-90)*20"] + }, + "bone5": { + "rotation": ["math.cos(q.anim_time*90*4-90)*20", 0, 0] + }, + "bone6": { + "rotation": ["math.cos(q.anim_time*90*4-180)*25", 0, 0] + }, + "bone": { + "rotation": ["-10+math.cos(q.anim_time*90*4-180+90)*30", 0, 0] + } + } + }, + "animation.palafin.quirk": { + "animation_length": 2, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [360, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [380, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [360, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 7, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 7, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, -1.38, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.25": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.75": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.3333": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone": { + "rotation": { + "0.4167": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "1.0833": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.palafin.faint": { + "loop": true, + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [-15, 0, 0], + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 90], + "lerp_mode": "catmullrom" + }, + "0.625": [0, 0, 90], + "0.875": ["math.cos(q.anim_time*90*4*4+90)*20+q.anim_time*90*2*1", 0, 90], + "1.5": ["math.cos(q.anim_time*90*4*4+90)*20+q.anim_time*90*2*1", 0, 90], + "1.75": [0, 0, 90] + }, + "position": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [0, 2, 5], + "post": [0, 2, 5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 2, 5], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.875": ["math.cos(q.anim_time*90*2)*5", 0, "5+math.cos(q.anim_time*90*2+90)*5"], + "1.5": ["math.cos(q.anim_time*90*2)*5", 0, "5+math.cos(q.anim_time*90*2+90)*5"], + "1.75": [0, 0, 5] + } + }, + "fin_left": { + "rotation": { + "0.25": [0, 0, 0], + "0.375": [0, 0, -67.5], + "0.625": [0, 0, 0], + "0.875": [0, 0, 25], + "1.5": [0, 0, 25], + "1.625": [0, 0, 87.5], + "1.75": [0, 0, 25] + } + }, + "fin_right": { + "rotation": { + "0.25": [0, 0, 0], + "0.375": [0, 0, -67.5], + "0.625": [0, 0, 0], + "0.875": [0, 0, -92.5] + } + }, + "bone3": { + "rotation": { + "0.875": [0, 0, 0], + "0.9583": [0, 0, -60] + } + }, + "bone5": { + "rotation": { + "0.625": [0, 0, 0], + "0.875": ["math.cos(q.anim_time*90*4*4)*20", 0, 0], + "1.5": ["math.cos(q.anim_time*90*4*4)*20", 0, 0], + "1.5417": [38.33, 0, 0], + "1.75": [0, 0, 0] + } + }, + "bone6": { + "rotation": { + "0.625": [0, 0, 0], + "0.875": ["math.cos(q.anim_time*90*4*4-90)*20", 0, 0], + "1.5": ["math.cos(q.anim_time*90*4*4-90)*20", 0, 0], + "1.5417": [39.43, 0, 0], + "1.75": [0, 0, 0] + } + }, + "bone": { + "rotation": { + "0.625": [0, 0, 0], + "0.875": ["math.cos(q.anim_time*90*4*4-120)*20", 0, 0], + "1.5": ["math.cos(q.anim_time*90*4*4-120)*20", 0, 0], + "1.5417": [38.33, 0, 0], + "1.75": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/flapple/flapple.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/flapple/flapple.animation.json new file mode 100644 index 0000000..b2e0639 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/flapple/flapple.animation.json @@ -0,0 +1,171 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.flapple.cry": { + "animation_length": 1.5, + "bones": { + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [35, 0, 0], + "1.25": [35, 0, 0], + "1.5": [0, 0, 0] + } + } + } + }, + "animation.flapple.ground_idle": { + "loop": true, + "bones": { + "body": { + "rotation": ["-0+math.sin(q.anim_time*90*6.86-60)*-1", 0, 0], + "position": [0, "math.sin(q.anim_time*90*6.86-30)*-1.2", "math.sin(q.anim_time*90*6.86-30)*-0.1"] + }, + "torso": { + "rotation": ["-0+math.sin(q.anim_time*90*6.86-90)*-3", 0, 0] + }, + "neck": { + "rotation": ["3+math.sin(q.anim_time*90*6.86-70)*-2", 0, 0] + }, + "head": { + "rotation": ["-7.5+math.sin(q.anim_time*90*6.86-70)*9", 0, 0] + }, + "anthena_1": { + "rotation": ["math.sin(q.anim_time*90*6.86-30)*4", 0, 0] + }, + "anthena_2": { + "rotation": ["math.sin(q.anim_time*90*6.86-90)*7", 0, 0] + }, + "torso_3": { + "rotation": ["-10+math.sin(q.anim_time*90*6.86+30)*7", 0, 0] + }, + "arm_right": { + "rotation": [2.8828, "10-math.cos(q.anim_time*90*6.86-300)*50", 7.1392] + }, + "bone3": { + "rotation": [0, "-(math.cos(q.anim_time*90*6.86-25)*24)", 0] + }, + "arm_right2": { + "rotation": [0, 0, 25] + }, + "arm_left": { + "rotation": [2.8828, "-10+math.cos(q.anim_time*90*6.86-300)*50", -7.1392] + }, + "bone": { + "rotation": [0, "math.cos(q.anim_time*90*6.86-25)*24", 0] + }, + "arm_left2": { + "rotation": [0, 0, -25] + }, + "armposition_left": { + "rotation": [10, -17.5, 0] + }, + "armposition_right": { + "rotation": [10, 17.5, 0] + } + } + }, + "animation.flapple.ground_walk": { + "loop": true, + "bones": { + "body": { + "rotation": ["16+math.sin(q.anim_time*90*6.86-60)*-2+math.sin(q.anim_time*90*2.28+60)*-4", 0, "math.sin(q.anim_time*90*2.28)*-3"], + "position": ["math.sin(q.anim_time*90*2.28)*1", "math.sin(q.anim_time*90*6.86-30)*-1.2+math.sin(q.anim_time*90*2.28+90)*-1", 0] + }, + "torso": { + "rotation": ["-15+math.sin(q.anim_time*90*6.86-90)*-3", 0, 0] + }, + "neck": { + "rotation": ["2+math.sin(q.anim_time*90*6.86-70)*-2", 0, 0] + }, + "head": { + "rotation": ["-2+math.sin(q.anim_time*90*6.86-70)*8", 0, 0] + }, + "anthena_1": { + "rotation": ["math.sin(q.anim_time*90*6.86-30)*4", 0, 0] + }, + "anthena_2": { + "rotation": ["math.sin(q.anim_time*90*6.86-90)*7+math.sin(q.anim_time*90*20.58)*2", 0, 0] + }, + "torso_3": { + "rotation": ["1+math.sin(q.anim_time*90*6.86-60)*8", 0, 0] + }, + "torso_4": { + "rotation": ["1+math.sin(q.anim_time*90*6.86-60)*4", 0, 0] + }, + "arm_right": { + "rotation": [2.8828, "10-math.cos(q.anim_time*90*6.86-300)*50", 7.1392] + }, + "bone3": { + "rotation": [0, "-(math.cos(q.anim_time*90*6.86-25)*24)", 0] + }, + "arm_right2": { + "rotation": [0, 0, 22.5] + }, + "arm_left": { + "rotation": [2.8828, "-10+math.cos(q.anim_time*90*6.86-300)*50", -7.1392] + }, + "bone": { + "rotation": [0, "math.cos(q.anim_time*90*6.86-25)*24", 0] + }, + "arm_left2": { + "rotation": [0, 0, -22.5] + }, + "armposition_right": { + "rotation": [17.5, 17.5, 0] + }, + "armposition_left": { + "rotation": [17.5, -17.5, 0] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/fluttermane/fluttermane.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/fluttermane/fluttermane.animation.json new file mode 100644 index 0000000..fc8b155 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/fluttermane/fluttermane.animation.json @@ -0,0 +1,3160 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.fluttermane.ground_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "head_main": { + "rotation": { + "0.0": { + "post": [6.01, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [8, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [6.01, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -2.25, 1], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0.8, 1], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, -2.25, 1], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-3, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-3, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "face_feather": { + "rotation": ["-19-math.sin((query.anim_time) * 90 * 4 ) * 2 ", 0, "0+math.sin((query.anim_time) * 90 * 4 ) * 3"], + "position": [0, 0, 0] + }, + "hair_top_R": { + "rotation": { + "0.0": { + "post": [0.96138, -0.11174, 0.25058], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [1.92227, -0.22768, 0.49924], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [1.92227, -0.22768, 0.49924], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [0.96138, -0.11174, 0.25058], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.96138, -0.11174, 0.25058], + "lerp_mode": "catmullrom" + }, + "2.2": { + "post": [1.92227, -0.22768, 0.49924], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1.92227, -0.22768, 0.49924], + "lerp_mode": "catmullrom" + }, + "3.2": { + "post": [0.96138, -0.11174, 0.25058], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0.96138, -0.11174, 0.25058], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.01029, -0.26033, 0.15185], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [-0.01821, -0.25755, 0.14797], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-0.01821, -0.25755, 0.14797], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [-0.01821, -0.25755, 0.14797], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-0.01821, -0.25755, 0.14797], + "lerp_mode": "catmullrom" + }, + "2.2": { + "post": [-0.01821, -0.25755, 0.14797], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.01821, -0.25755, 0.14797], + "lerp_mode": "catmullrom" + }, + "3.2": { + "post": [-0.01821, -0.25755, 0.14797], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-0.01821, -0.25755, 0.14797], + "lerp_mode": "catmullrom" + } + } + }, + "hair_t_middle_R": { + "rotation": { + "0.0": { + "post": [-22.21199, 1.35307, -6.12412], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [-15.30378, 3.65095, -1.05055], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-15.30378, 3.65095, -1.05055], + "lerp_mode": "catmullrom" + }, + "1.4": { + "post": [-15.43744, 1.1948, -4.21073], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-22.21199, 1.35307, -6.12412], + "lerp_mode": "catmullrom" + }, + "2.4": { + "post": [-15.30378, 3.65095, -1.05055], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-15.30378, 3.65095, -1.05055], + "lerp_mode": "catmullrom" + }, + "3.4": { + "post": [-15.43744, 1.1948, -4.21073], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-22.21199, 1.35307, -6.12412], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.02743, -0.31662, 0.2429], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-0.02225, -0.14915, 0.13591], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [-0.02743, -0.31662, 0.2429], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-0.02743, -0.31662, 0.2429], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.0236, -0.14687, 0.14006], + "lerp_mode": "catmullrom" + }, + "3.6": { + "post": [-0.02743, -0.31662, 0.2429], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-0.02743, -0.31662, 0.2429], + "lerp_mode": "catmullrom" + } + } + }, + "hair_t_t_R": { + "rotation": { + "0.0": { + "post": [9.58732, 8.95059, 4.50247], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-28.745, 8.77558, -9.57158], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [11.58732, 8.95059, 4.50247], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-28.745, 8.77558, -9.57158], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [9.58732, 8.95059, 4.50247], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.17942, -0.26234, 0.40573], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0.34109, -0.49686, 0.20888], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.20484, -0.2468, 0.18271], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.34109, -0.49686, 0.20888], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0.17942, -0.26234, 0.40573], + "lerp_mode": "catmullrom" + } + } + }, + "feather_t_front_R": { + "rotation": { + "0.0": { + "post": [14, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7": { + "post": [6.75016, -1.26373, 5.72421], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-4.24984, -1.26373, 5.72421], + "lerp_mode": "catmullrom" + }, + "1.8": { + "post": [9, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [14, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7": { + "post": [6.75016, -1.26373, 5.72421], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-4.24984, -1.26373, 5.72421], + "lerp_mode": "catmullrom" + }, + "3.8": { + "post": [9, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [14, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_top_R": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7": { + "post": [1.26307, 0.77567, -1.33428], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [1.26307, 0.77567, -1.33428], + "lerp_mode": "catmullrom" + }, + "1.8": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8": { + "post": [1.26307, 0.77567, -1.33428], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1.26307, 0.77567, -1.33428], + "lerp_mode": "catmullrom" + }, + "3.8": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_t_r_1": { + "rotation": { + "0.0": { + "post": [18.05769, 7.70898, -1.87115], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-14, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [18.05769, 7.70898, -1.87115], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-14, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [18.05769, 7.70898, -1.87115], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.14258, -0.14476, 0.39599], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-0.37872, 0.12093, 0.16568], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-0.14258, -0.14476, 0.39599], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.37872, 0.12093, 0.16568], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-0.14258, -0.14476, 0.39599], + "lerp_mode": "catmullrom" + } + } + }, + "feather_t_r_2": { + "rotation": { + "0.0": { + "post": [4.83876, -0.67676, 5.92344], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [4.83876, -0.67676, 5.92344], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-15.2292, -9.46432, -5.49761], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-15.2292, -9.46432, -5.49761], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [4.83876, -0.67676, 5.92344], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [4.83876, -0.67676, 5.92344], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-15.2292, -9.46432, -5.49761], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-15.2292, -9.46432, -5.49761], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [4.83876, -0.67676, 5.92344], + "lerp_mode": "catmullrom" + } + } + }, + "hair_top_L": { + "rotation": { + "0.0": { + "post": [1.92227, 0.22768, -0.49924], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [2.88266, 0.34776, -0.74593], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.88266, 0.34776, -0.74593], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [1.92227, 0.22768, -0.49924], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [1.92227, 0.22768, -0.49924], + "lerp_mode": "catmullrom" + }, + "2.2": { + "post": [2.88266, 0.34776, -0.74593], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.88266, 0.34776, -0.74593], + "lerp_mode": "catmullrom" + }, + "3.2": { + "post": [1.92227, 0.22768, -0.49924], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [1.92227, 0.22768, -0.49924], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.01765, 0.00074, 0.00175], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [0.01765, 0.00074, 0.00175], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0.01765, 0.00074, 0.00175], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [0.01765, 0.00074, 0.00175], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.01765, 0.00074, 0.00175], + "lerp_mode": "catmullrom" + }, + "2.2": { + "post": [0.01765, 0.00074, 0.00175], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.01765, 0.00074, 0.00175], + "lerp_mode": "catmullrom" + }, + "3.2": { + "post": [0.01765, 0.00074, 0.00175], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0.01765, 0.00074, 0.00175], + "lerp_mode": "catmullrom" + } + } + }, + "hair_t_middle_L": { + "rotation": { + "0.0": { + "post": [-12.21535, 1.49003, 3.31015], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [-15.30378, -3.65095, 1.05055], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-15.30378, -3.65095, 1.05055], + "lerp_mode": "catmullrom" + }, + "1.4": { + "post": [-22.21199, -1.35307, 6.12412], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-22.21199, -1.35307, 6.12412], + "lerp_mode": "catmullrom" + }, + "2.4": { + "post": [-15.30378, -3.65095, 1.05055], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-15.30378, -3.65095, 1.05055], + "lerp_mode": "catmullrom" + }, + "3.4": { + "post": [-22.21199, -1.35307, 6.12412], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-12.21535, 1.49003, 3.31015], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.03836, -0.28115, 0.35641], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0.03642, -0.48591, 0.34889], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [0.03836, -0.48115, 0.35641], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.03836, -0.48115, 0.35641], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.03456, -0.30519, 0.26296], + "lerp_mode": "catmullrom" + }, + "3.6": { + "post": [0.03836, -0.48115, 0.35641], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0.03836, -0.28115, 0.35641], + "lerp_mode": "catmullrom" + } + } + }, + "hair_t_t_L": { + "rotation": { + "0.0": { + "post": [9.58732, -8.95059, -4.50247], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-22.85249, -8.03005, 7.70763], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [9.58732, -8.95059, -4.50247], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-22.85249, -8.03005, 7.70763], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [9.58732, -8.95059, -4.50247], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.13012, 0.05535, -0.00248], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.13012, 0.05535, -0.00248], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0.13012, 0.05535, -0.00248], + "lerp_mode": "catmullrom" + } + } + }, + "feather_t_front_L": { + "rotation": { + "0.0": { + "post": [13.12637, -6.65581, -2.1729], + "lerp_mode": "catmullrom" + }, + "0.7": { + "post": [-3.28891, -1.82719, -6.09501], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-9.30635, 6.15961, -6.55515], + "lerp_mode": "catmullrom" + }, + "1.8": { + "post": [5.1018, -4.6712, -1.92401], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [13.12637, -6.65581, -2.1729], + "lerp_mode": "catmullrom" + }, + "2.7": { + "post": [-3.28891, -1.82719, -6.09501], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-9.30635, 6.15961, -6.55515], + "lerp_mode": "catmullrom" + }, + "3.8": { + "post": [5.1018, -4.6712, -1.92401], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [13.12637, -6.65581, -2.1729], + "lerp_mode": "catmullrom" + } + } + }, + "feather_top_L": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [1.26735, -0.74767, 1.34636], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [1.26735, -0.74767, 1.34636], + "lerp_mode": "catmullrom" + }, + "1.8": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8": { + "post": [1.26735, -0.74767, 1.34636], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1.26735, -0.74767, 1.34636], + "lerp_mode": "catmullrom" + }, + "3.8": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_t_L_3": { + "rotation": { + "0.0": { + "post": [24.3085, -9.30227, 0.74138], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-14, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [24.3085, -9.30227, 0.74138], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-14, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [24.3085, -9.30227, 0.74138], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.50678, -0.43669, 0.63002], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.50678, -0.43669, 0.63002], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0.50678, -0.43669, 0.63002], + "lerp_mode": "catmullrom" + } + } + }, + "feather_t_L_4": { + "rotation": { + "0.0": { + "post": [4.83024, 0.67457, -5.92991], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [4.83024, 0.67457, -5.92991], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-17.81015, 2.00072, 17.10321], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-17.81015, 2.00072, 17.10321], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [4.83024, 0.67457, -5.92991], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [4.83024, 0.67457, -5.92991], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-17.81015, 2.00072, 17.10321], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-17.81015, 2.00072, 17.10321], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [4.83024, 0.67457, -5.92991], + "lerp_mode": "catmullrom" + } + } + }, + "necklace": { + "rotation": ["25+math.sin((query.anim_time) * 90 * 2) * 10", 0, 0] + }, + "Body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-2, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -2.45, 0.7], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0.8, 1], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, -2.45, 0.7], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1.04, 1, 1.04], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0.99, 1, 0.99], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [1.04, 1, 1.04], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.99, 1, 0.99], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [1.04, 1, 1.04], + "lerp_mode": "catmullrom" + } + } + }, + "hair_t_middle_R2": { + "rotation": { + "0.0": { + "post": [-6.40158, 0.26788, 5.72083], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [14.01432, 5.35047, 7.30175], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [18.01432, 5.35047, 7.30175], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [-6.40158, 0.26788, 5.72083], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-6.40158, 0.26788, 5.72083], + "lerp_mode": "catmullrom" + }, + "2.6": { + "post": [14.01432, 5.35047, 7.30175], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [14.01432, 5.35047, 7.30175], + "lerp_mode": "catmullrom" + }, + "3.6": { + "post": [-6.40158, 0.26788, 5.72083], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-6.40158, 0.26788, 5.72083], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.10955, 0.30755, 0.01584], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [-0.11791, -0.03395, -0.02389], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-0.11791, -0.03395, -0.02389], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [-0.10955, 0.30755, 0.11584], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-0.10955, 0.30755, 0.11584], + "lerp_mode": "catmullrom" + }, + "2.6": { + "post": [-0.11791, -0.03395, -0.02389], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.11791, -0.03395, -0.02389], + "lerp_mode": "catmullrom" + }, + "3.6": { + "post": [-0.10955, 0.30755, 0.11584], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-0.10955, 0.30755, 0.11584], + "lerp_mode": "catmullrom" + } + } + }, + "hair_t_middle_L3": { + "rotation": { + "0.0": { + "post": [-6.38842, -0.49067, -7.70843], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [14.08052, -5.63026, -7.21159], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [14.08052, -5.63026, -7.21159], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [-6.38842, -0.49067, -7.70843], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-6.38842, -0.49067, -7.70843], + "lerp_mode": "catmullrom" + }, + "2.6": { + "post": [14.08052, -5.63026, -7.21159], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [14.08052, -5.63026, -7.21159], + "lerp_mode": "catmullrom" + }, + "3.6": { + "post": [-6.38842, -0.49067, -7.70843], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-6.38842, -0.49067, -7.70843], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.06051, 0.33165, 0.36574], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [0.11789, -0.03395, -0.02394], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0.11789, -0.03395, -0.02394], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [0.06051, 0.33165, 0.36574], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.06051, 0.33165, 0.36574], + "lerp_mode": "catmullrom" + }, + "2.6": { + "post": [0.11789, -0.03395, -0.02394], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.11789, -0.03395, -0.02394], + "lerp_mode": "catmullrom" + }, + "3.6": { + "post": [0.06051, 0.33165, 0.36574], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0.06051, 0.33165, 0.36574], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [0.99, 1, 0.99], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [1.01, 1, 1.01], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.99, 1, 0.99], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1.01, 1, 1.01], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0.99, 1, 0.99], + "lerp_mode": "catmullrom" + } + } + }, + "fluttermane": { + "rotation": [0, 0, "Math.cos((query.anim_time) * 90 * 1 ) * 5"], + "position": ["Math.cos((query.anim_time) * 90 * 1 ) ", "-Math.sin((query.anim_time) * 90 * 2) ", 0] + }, + "hair_side_R": { + "rotation": ["Math.cos((query.anim_time-0.6) * 90 * 2) * 10", "-Math.cos((query.anim_time-0.6) * 90 * 2) * 5", 0], + "position": { + "0.0": [0, 0, 0], + "0.2": [-0.14718, -0.01224, 0.13486] + } + }, + "hair_s_middle_R": { + "rotation": [0, "-Math.cos((query.anim_time-0.9) * 90 * 2) * 4", "Math.cos((query.anim_time-0.9) * 90 * 1) * 2"], + "position": { + "0.0": [0, 0.6, -0.6], + "2.0": [-0.1, 0.2, 0.1] + } + }, + "hait_side_top_R": { + "rotation": [0, "Math.cos((query.anim_time-1.2) * 90 * 2) * 8", "Math.cos((query.anim_time-1.2) * 90 * 2) * 6"], + "position": { + "0.0": [0.4, 0, -0.3], + "2.0": [0.1, 0.2, -0.6] + } + }, + "feather_side_R": { + "rotation": { + "0.0": { + "post": [1, 15, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [17.38098, -0.24281, -16.2065], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [27.56507, -20.24028, -22.75815], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [18.32342, -3.72564, -6.75222], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [1, 15, -10], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [17.38098, -0.24281, -16.2065], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [27.56507, -20.24028, -22.75815], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [18.32342, -3.72564, -6.75222], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [1, 15, -10], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0.12483, 0.06933, 0.68528], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.12483, 0.06933, 0.68528], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_side_top_R": { + "rotation": { + "0.0": { + "post": [0, 10, -6], + "lerp_mode": "catmullrom" + }, + "0.1": { + "post": [0, 10, -6], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [-6.53861, -26.25422, 8.52641], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-6.53861, -26.25422, 8.52641], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 10, -6], + "lerp_mode": "catmullrom" + }, + "2.2": { + "post": [0, 10, -6], + "lerp_mode": "catmullrom" + }, + "2.6": { + "post": [-6.53861, -26.25422, 8.52641], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 10, -6], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.29179, -0.00662, -0.06937], + "lerp_mode": "catmullrom" + }, + "0.1": { + "post": [0.29179, -0.00662, -0.06937], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.29179, -0.00662, -0.06937], + "lerp_mode": "catmullrom" + }, + "2.2": { + "post": [0.29179, -0.00662, -0.06937], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0.29179, -0.00662, -0.06937], + "lerp_mode": "catmullrom" + } + } + }, + "f_s_t_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1": { + "post": [-10, -6, 0], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [-7.30826, 10.70164, 18.42592], + "lerp_mode": "catmullrom" + }, + "3.1": { + "post": [-10, -6, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1": { + "post": [-0.38628, -0.45241, -0.50608], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [1.24581, -0.58325, -0.16903], + "lerp_mode": "catmullrom" + }, + "3.1": { + "post": [-0.38628, -0.45241, -0.50608], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "f_s_t_2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2, -7, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2, -7, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-0.3554, 0.10446, -0.15093], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.3554, 0.10446, -0.15093], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "f_s_t_3": { + "rotation": { + "0.0": { + "post": [-10.44881, 11.08393, -19.80014], + "lerp_mode": "catmullrom" + }, + "0.9": { + "post": [-6.00817, -2.98355, 0.31387], + "lerp_mode": "catmullrom" + }, + "1.9": { + "post": [-10.44881, 11.08393, -19.80014], + "lerp_mode": "catmullrom" + }, + "2.8": { + "post": [-6.00817, -2.98355, 0.31387], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-10.44881, 11.08393, -19.80014], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.686, -0.02328, 0.13732], + "lerp_mode": "catmullrom" + }, + "0.9": { + "post": [-0.30195, 0.1728, -0.19412], + "lerp_mode": "catmullrom" + }, + "1.9": { + "post": [0.686, -0.02328, 0.13732], + "lerp_mode": "catmullrom" + }, + "2.8": { + "post": [-0.30195, 0.1728, -0.19412], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0.686, -0.02328, 0.13732], + "lerp_mode": "catmullrom" + } + } + }, + "hair_side_L": { + "rotation": ["Math.cos((query.anim_time-0.6) * 90 * 2) * 10", "Math.cos((query.anim_time-0.6) * 90 * 2) * 5", 0], + "position": { + "0.0": [0, 0, 0], + "0.2": [0.14718, -0.01224, 0.13486] + } + }, + "hair_s_middle_L": { + "rotation": [0, "Math.cos((query.anim_time-0.9) * 90 * 2) * 4", "-Math.cos((query.anim_time-0.9) * 90 * 1) * 2"], + "position": { + "0.0": [0.1, -0.1, -0.5], + "2.0": [0, 0.1, -0.8] + } + }, + "hait_side_top_L": { + "rotation": [-8, "0-Math.cos((query.anim_time-1.2) * 90 * 2) * 8", "0-Math.cos((query.anim_time-1.2) * 90 * 2) * 6"], + "position": [0, 0, -0.3] + }, + "feather_side_L": { + "rotation": { + "0.0": { + "post": [-10, -15, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [16.99326, -1.09299, 3.40791], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [17.99672, 18.95654, 9.76603], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-9.67658, 3.72564, -13.24778], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-10, -15, -10], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [16.99326, -1.09299, 3.40791], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [17.99672, 18.95654, 9.76603], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-9.67658, 3.72564, -13.24778], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-10, -15, -10], + "lerp_mode": "catmullrom" + } + }, + "position": [0, -0.1, -0.3] + }, + "feather_side_top_L": { + "rotation": { + "0.0": { + "post": [0, -10, 6], + "lerp_mode": "catmullrom" + }, + "0.1": { + "post": [0, -10, 6], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [-7.44331, 25.75813, -15.06989], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [-7.44331, 25.75813, -15.06989], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -10, 6], + "lerp_mode": "catmullrom" + }, + "2.2": { + "post": [0, -10, 6], + "lerp_mode": "catmullrom" + }, + "2.6": { + "post": [-7.44331, 25.75813, -15.06989], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, -10, 6], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.81003, 0.25462, -0.29836], + "lerp_mode": "catmullrom" + }, + "0.1": { + "post": [-0.81003, 0.25462, -0.29836], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [-0.47876, 0.36025, -0.65795], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [-0.47876, 0.36025, -0.65795], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-0.81003, 0.25462, -0.29836], + "lerp_mode": "catmullrom" + }, + "2.2": { + "post": [-0.81003, 0.25462, -0.29836], + "lerp_mode": "catmullrom" + }, + "2.6": { + "post": [-0.47876, 0.36025, -0.65795], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-0.81003, 0.25462, -0.29836], + "lerp_mode": "catmullrom" + } + } + }, + "f_s_t_4": { + "rotation": { + "0.0": { + "post": [6.72146, -8.7452, 2.95407], + "lerp_mode": "catmullrom" + }, + "1.1": { + "post": [-6.12597, 1.83269, 11.21664], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [14.48012, -10.07689, -10.40687], + "lerp_mode": "catmullrom" + }, + "3.1": { + "post": [-6.12597, 1.83269, 11.21664], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [6.72146, -8.7452, 2.95407], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1": { + "post": [-0.23039, -1.1317, -0.59573], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [-0.18258, 0.07952, 0.01843], + "lerp_mode": "catmullrom" + }, + "3.1": { + "post": [-0.23039, -1.1317, -0.59573], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "f_s_t_5": { + "rotation": { + "0.0": { + "post": [0, -10.9114, 12.80636], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-13.65299, -1.96188, 12.01069], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [0, -10.9114, 12.80636], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-13.65299, -1.96188, 12.01069], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, -10.9114, 12.80636], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-0.53545, 0.03471, 0.26848], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.53545, 0.03471, 0.26848], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "f_s_t_6": { + "rotation": { + "0.0": { + "post": [-9.42098, -17.09267, 29.06769], + "lerp_mode": "catmullrom" + }, + "0.9": { + "post": [-18.14675, -7.01285, 1.75246], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [-9.42098, -17.09267, 29.06769], + "lerp_mode": "catmullrom" + }, + "2.9": { + "post": [-18.14675, -7.01285, 1.75246], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-9.42098, -17.09267, 29.06769], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-1.05584, -0.52038, 0.25378], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [-1.05584, -0.52038, 0.25378], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-1.05584, -0.52038, 0.25378], + "lerp_mode": "catmullrom" + } + } + }, + "hair_back_R": { + "rotation": ["Math.cos((query.anim_time) * 90 * 4) * 2", 0, 0] + }, + "hair_back2_joint": { + "rotation": ["Math.cos((query.anim_time-0.2) * 90 * 4) * 2", "-Math.sin((query.anim_time-0.2) * 90 * 4) ", 0] + }, + "hair_backR3": { + "rotation": ["Math.cos((query.anim_time-0.4) * 90 * 4) * 4", "-Math.sin((query.anim_time-0.4) * 90 * 4) ", 0] + }, + "hair_back_L": { + "rotation": ["Math.cos((query.anim_time-1.4) * 90 * 4) * 2", 0, 0] + }, + "hair_back2_joint2": { + "rotation": ["Math.cos((query.anim_time-1.6) * 90 * 4) * 2", "-Math.sin((query.anim_time-1.6) * 90 * 4) ", 0] + }, + "hair_back_M": { + "rotation": ["-Math.cos((query.anim_time-1.2) * 90 * 4) * 2", 0, 0] + }, + "hair_back2_joint3": { + "rotation": ["-(Math.sin((query.anim_time-1.4) * 90 * 4) * 4)", "Math.cos((query.anim_time-1.4) * 90 * 4) ", 0] + }, + "necklace3": { + "rotation": ["-20+math.sin((query.anim_time-0.6) * 90 * 2) * 10", 0, 0] + }, + "hair_backL3": { + "rotation": ["Math.cos((query.anim_time-1.8) * 90 * 4) * 4", "-Math.sin((query.anim_time-1.8) * 90 * 4)", 0] + }, + "hair_backM3": { + "rotation": ["-Math.sin((query.anim_time-1.6) * 90 * 4) * 4 ", "Math.cos((query.anim_time-1.6) * 90 * 4) ", 0] + }, + "necklace2": { + "rotation": ["5+math.sin((query.anim_time-0.3 ) * 90 * 2) * 12", 0, 0] + }, + "closer": { + "position": { + "0.0": [0, 0, 3.2], + "1.2": {"pre": [0, 0, 3.2], "post": [0, 0, -2]}, + "1.3": {"pre": [0, 0, -2], "post": [0, 0, -0.8]}, + "3.4": {"pre": [0, 0, -0.8], "post": [0, 0, -2]}, + "3.5": {"pre": [0, 0, -2], "post": [0, 0, -0.8]}, + "4.0": [0, 0, -0.8] + } + }, + "closel": { + "position": { + "0.0": [0, 0, 4], + "1.2": {"pre": [0, 0, 4], "post": [0, 0, -2]}, + "1.3": {"pre": [0, 0, -2], "post": [0, 0, -1]}, + "3.4": {"pre": [0, 0, -1], "post": [0, 0, -2]}, + "3.5": {"pre": [0, 0, -2], "post": [0, 0, -1]}, + "4.0": [0, 0, -1] + } + }, + "horn1": { + "rotation": ["math.sin((query.anim_time) * 90 * 1) * 5", 0, 0], + "position": [0, 0, 0.1] + }, + "horn2": { + "rotation": ["math.sin((query.anim_time-0.6) * 90 * 1) * 5", 0, 0] + }, + "horn3": { + "rotation": ["math.sin((query.anim_time-0.9) * 90 * 1) *5", 0, 0] + }, + "feather_side_front_R": { + "rotation": [0, "10+math.sin((query.anim_time-1.5) * 90 * 2) * 5", 0], + "position": { + "0.0": [-0.5, 0, 0], + "1.0": [-0.3, 0, 0], + "2.0": [-0.5, 0, 0], + "3.0": [-0.3, 0, 0], + "4.0": [-0.5, 0, 0] + } + }, + "feather_side_front_L": { + "rotation": [2, "-16+(-math.sin((query.anim_time-1.5) * 90 * 2) * 5)", 0], + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0, -0.3], + "1.0": [0, 0, 0], + "1.5": [0, 0, 0], + "2.0": [0, 0, 0], + "2.5": [0, 0, -0.3], + "3.0": [0, 0, -0.2], + "3.5": [0, 0, 0], + "4.0": [0, 0, 0] + } + }, + "face_feather_2": { + "rotation": ["math.sin((query.anim_time) * 90 * 4 ) * 2", 0, "math.cos((query.anim_time-1.5) * 90 * 4 ) * 2"] + }, + "bone5": { + "rotation": ["math.sin((query.anim_time-1.6) * 90 * 1) *5", 0, 0] + }, + "bone3": { + "rotation": ["math.sin((query.anim_time-0.6) * 90 * 1) * 5", 0, 0] + }, + "bone4": { + "rotation": ["math.sin((query.anim_time-1.1) * 90 * 1) *5", 0, 0] + }, + "bone8": { + "position": [0, -0.3, 0] + } + } + }, + "animation.fluttermane.blink": { + "animation_length": 0.125, + "bones": { + "closer": { + "position": { + "0.0": [0, 0, -4.2], + "0.0833": {"pre": [0, 0, -4.2], "post": [0, 0, -0.8]} + } + }, + "closel": { + "position": { + "0.0": [0, 0, -6], + "0.0833": {"pre": [0, 0, -6], "post": [0, 0, -1]} + } + } + } + }, + "animation.fluttermane.sleep": { + "loop": true, + "animation_length": 4, + "bones": { + "head": { + "rotation": [17.5, 0, 0] + }, + "hair_back6": { + "rotation": [160.85689, -288.49297, -186.46445] + }, + "bone15": { + "rotation": [-18.16723, -46.03805, 13.28982] + }, + "bone16": { + "rotation": [0, 10, 0] + }, + "flap_4": { + "rotation": [0, -45, 0] + }, + "flap_5": { + "rotation": [0, -45, 0] + }, + "flap_6": { + "rotation": [0, -52.5, 0] + }, + "hair_back1": { + "rotation": [0, 102.5, 0] + }, + "bone13": { + "rotation": [0, 77.5, 0] + }, + "bone14": { + "rotation": [0, 45, 0] + }, + "flap_1": { + "rotation": [0, 25, 0] + }, + "flap_2": { + "rotation": [0, 25, 0] + }, + "flap_3": { + "rotation": [0, 25, 0] + }, + "eyelid_right": { + "position": [-0.1, 0, -0.1] + }, + "eyelid_left": { + "position": [0.1, -1, -0.1] + }, + "fluttermane": { + "rotation": [12, 0, "Math.cos((query.anim_time) * 90 * 1 ) * 2"], + "position": ["Math.cos((query.anim_time) * 90 * 1) ", "-Math.sin((query.anim_time) * 90 * 2) * 0.5 ", 0] + }, + "head_main": { + "rotation": [20, 0, 0] + }, + "hair_t_middle_R": { + "rotation": ["-math.sin((query.anim_time) * 90 * 1) * 5", 0, 0] + }, + "hair_t_middle_R2": { + "rotation": ["-math.sin((query.anim_time-0.3) * 90 * 1) * 5", 0, 0] + }, + "hair_t_t_R": { + "rotation": ["-math.sin((query.anim_time-0.6) * 90 * 1) * 10", 0, 0] + }, + "feather_t_r_1": { + "rotation": ["-math.sin((query.anim_time-1.2) * 90 * 1) * 10", 0, 0] + }, + "feather_t_r_2": { + "rotation": ["-math.sin((query.anim_time-0.9) * 90 * 1) * 10", 0, 0] + }, + "hair_side_R": { + "rotation": [0, "10+(-math.sin((query.anim_time) * 90 * 1) * 5)", 0] + }, + "hair_s_middle_R": { + "rotation": [0, "5+(-math.sin((query.anim_time-0.3) * 90 * 1) * 5)", 0] + }, + "hait_side_top_R": { + "rotation": [-11.68256, "0.5605-math.sin((query.anim_time-0.6) * 90 * 1) * 5", -21.00853] + }, + "feather_side_R": { + "rotation": [0, "-math.sin((query.anim_time-0.9) * 90 * 1) * 10", 0] + }, + "feather_side_top_R": { + "rotation": [0, "math.sin((query.anim_time-1.2) * 90 * 1) * 10", 0] + }, + "hair_t_middle_L": { + "rotation": ["-math.sin((query.anim_time) * 90 * 1) * 5", 0, 0] + }, + "hair_t_middle_L3": { + "rotation": ["-math.sin((query.anim_time-0.3) * 90 * 1) * 5", 0, 0] + }, + "hair_t_t_L": { + "rotation": ["-math.sin((query.anim_time-0.6) * 90 * 1) * 10", 0, 0] + }, + "feather_t_L_3": { + "rotation": ["-math.sin((query.anim_time-1.2) * 90 * 1) * 10", 0, 0] + }, + "feather_t_L_4": { + "rotation": ["-math.sin((query.anim_time-0.9) * 90 * 1) * 10", 0, 0] + }, + "hair_side_L": { + "rotation": [0, "-10+math.sin((query.anim_time) * 90 * 1) * 5", 0] + }, + "hair_s_middle_L": { + "rotation": [0, "-5+math.sin((query.anim_time-0.3) * 90 * 1) * 5", 0] + }, + "hait_side_top_L": { + "rotation": [0, "math.sin((query.anim_time-0.6) * 90 * 1) * 5", 0] + }, + "feather_side_L": { + "rotation": [0, "math.sin((query.anim_time-0.9) * 90 * 1) * 10", 0] + }, + "feather_side_top_L": { + "rotation": [0, "math.sin((query.anim_time-1.2) * 90 * 1) * 10", 0] + }, + "hair_back_R": { + "rotation": ["Math.cos((query.anim_time) * 90 * 2) * 2", 0, 0] + }, + "hair_back2_joint": { + "rotation": ["Math.cos((query.anim_time-0.2) * 90 * 2) * 2", "-Math.sin((query.anim_time-0.2) * 90 * 2) ", 0] + }, + "hair_backR3": { + "rotation": ["Math.cos((query.anim_time-0.4) * 90 * 2) * 4", "-Math.sin((query.anim_time-0.4) * 90 * 2) ", 0] + }, + "hair_back_L": { + "rotation": ["Math.cos((query.anim_time-1.4) * 90 * 2) * 2", 0, 0] + }, + "hair_back2_joint2": { + "rotation": ["Math.cos((query.anim_time-1.6) * 90 * 2) * 2", "-Math.sin((query.anim_time-1.6) * 90 * 2) ", 0] + }, + "hair_backL3": { + "rotation": ["Math.cos((query.anim_time-1.8) * 90 * 2) * 4", "-Math.sin((query.anim_time-1.8) * 90 * 2)", 0] + }, + "hair_back_M": { + "rotation": ["-Math.cos((query.anim_time-1.2) * 90 * 2) * 2", 0, 0] + }, + "hair_back2_joint3": { + "rotation": ["-(Math.sin((query.anim_time-1.4) * 90 * 2) * 4)", "Math.cos((query.anim_time-1.4) * 90 * 2) ", 0] + }, + "hair_backM3": { + "rotation": ["-Math.sin((query.anim_time-1.6) * 90 * 2) * 4 ", "Math.cos((query.anim_time-1.6) * 90 * 2) ", 0] + }, + "closer": { + "position": [0, 0, -2] + }, + "closel": { + "position": [0, 0, -2] + }, + "neck": { + "rotation": [-24, 0, 0] + }, + "necklace": { + "rotation": ["17.5+math.sin((query.anim_time) * 90 * 1) * 5", 0, 0] + }, + "necklace2": { + "rotation": ["5+math.sin((query.anim_time-0.3 ) * 90 * 1) * 6", 0, 0] + }, + "necklace3": { + "rotation": ["-10+math.sin((query.anim_time-0.6) * 90 * 1) * 2", 0, 0] + }, + "Body": { + "rotation": ["-23-math.sin((query.anim_time-0.6) * 90 * 1) * 5", 0, 0] + } + } + }, + "animation.fluttermane.laugh": { + "animation_length": 5.5, + "bones": { + "fluttermane": { + "rotation": { + "0.0": [0, 0, 0], + "1.375": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-8.36156, -25.94887, 0.90829], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-8.36156, -25.94887, 0.90829], + "lerp_mode": "catmullrom" + }, + "2.8333": [0, 0, 0], + "3.25": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.375": { + "post": [2.97768, 0.36544, -13.9905], + "lerp_mode": "catmullrom" + }, + "3.625": { + "post": [-2.19893, -1.07468, 13.97372], + "lerp_mode": "catmullrom" + }, + "3.9583": { + "post": [2.99989, -0.02617, -6.50068], + "lerp_mode": "catmullrom" + }, + "4.2917": { + "post": [2.98075, -0.33946, -0.50883], + "lerp_mode": "catmullrom" + }, + "4.625": { + "post": [2.99989, -0.02617, -6.50068], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.98075, -0.33946, -0.50883], + "lerp_mode": "catmullrom" + }, + "5.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [-1, 1, -2.3], + "1.125": [-1, 1, -2.3], + "1.375": [0, 0, 0], + "2.8333": [0, 0, 0], + "3.375": { + "pre": [-3.1, 6.3, 0], + "post": [-3.1, 6.3, 0], + "lerp_mode": "catmullrom" + }, + "3.625": { + "post": [-2.86, -0.53, 0], + "lerp_mode": "catmullrom" + }, + "3.9583": { + "post": [2.23, 3.46, 0], + "lerp_mode": "catmullrom" + }, + "4.2917": { + "post": [4.61, 8.71, 0], + "lerp_mode": "catmullrom" + }, + "4.625": { + "post": [0.87, 2.47, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-0.54, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.5": [0, 0, 0] + } + }, + "hair_s_middle_L": { + "rotation": { + "0.0": [0, 0, 0], + "1.375": [0, 0, 0], + "2.8333": [0, 0, 0], + "3.25": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.375": { + "post": [145.63583, -56.57997, -170.50221], + "lerp_mode": "catmullrom" + }, + "3.9583": { + "post": [197.61204, -78.45546, -221.81381], + "lerp_mode": "catmullrom" + }, + "4.2917": { + "post": [145.63583, -56.57997, -170.50221], + "lerp_mode": "catmullrom" + }, + "4.625": { + "post": [139.92951, -53.5508, -163.54687], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "2.8333": [0, 0, 0], + "3.9583": [-0.3, 0, -0.6], + "5.5": [0, 0, 0] + } + }, + "hait_side_top_L": { + "rotation": { + "0.0": [0, 0, 0], + "1.375": [0, 0, 0], + "2.8333": [0, 0, 0], + "3.25": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-238.55191, -21.61974, -158.86102], + "lerp_mode": "catmullrom" + }, + "3.7083": { + "post": [-227.65019, -22.47707, -169.1597], + "lerp_mode": "catmullrom" + }, + "3.9583": { + "post": [-230.55191, -21.61974, -158.86102], + "lerp_mode": "catmullrom" + }, + "4.2917": { + "post": [-211.74842, -34.1092, -174.42874], + "lerp_mode": "catmullrom" + }, + "4.5417": { + "post": [-225.92337, -32.55982, -154.02485], + "lerp_mode": "catmullrom" + }, + "4.625": { + "post": [-246.02878, -29.21908, -136.3347], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.375": [0, 0, 0], + "2.8333": [0, 0, 0], + "3.25": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0.37834, -1.89713, 0.19429], + "lerp_mode": "catmullrom" + }, + "3.7083": { + "post": [0.94, -1.42, 0.21], + "lerp_mode": "catmullrom" + }, + "3.9583": { + "post": [0.37834, -1.89713, 0.19429], + "lerp_mode": "catmullrom" + }, + "4.2917": { + "post": [1.57834, -1.99713, 0.19429], + "lerp_mode": "catmullrom" + }, + "4.625": { + "post": [0.37834, -1.89713, 0.19429], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.5": [0, 0, 0] + } + }, + "feather_side_L": { + "rotation": { + "0.0": [0, 0, 0], + "1.375": [0, 0, 0], + "2.8333": [0, 0, 0], + "3.25": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [18.69923, 15.4289, -26.09519], + "lerp_mode": "catmullrom" + }, + "3.7083": { + "post": [44.89919, 8.54225, -8.59789], + "lerp_mode": "catmullrom" + }, + "3.9583": { + "post": [40.03811, -1.84646, -2.36485], + "lerp_mode": "catmullrom" + }, + "4.2917": { + "post": [54.27717, -13.91948, -18.49461], + "lerp_mode": "catmullrom" + }, + "4.625": { + "post": [50.06777, -2.4614, -3.15398], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.375": [0, 0, 0], + "2.8333": [0, 0, 0], + "3.25": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0.68744, 0.44406, 0.64297], + "lerp_mode": "catmullrom" + }, + "3.7083": { + "post": [0.72, 1.18, 0.61], + "lerp_mode": "catmullrom" + }, + "3.9583": { + "post": [0.68744, 0.44406, 0.74297], + "lerp_mode": "catmullrom" + }, + "4.2917": { + "post": [0.13744, 0.44406, 0.64297], + "lerp_mode": "catmullrom" + }, + "4.625": { + "post": [0.78744, 0.54406, 1.04297], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.5": [0, 0, 0] + } + }, + "close": { + "position": { + "0.0": [0, 0, 0], + "1.375": [0, 0, 0], + "2.8333": [0, 0, 0], + "2.9583": [0, -0.00477, 0.00014], + "3.0": [0, -0.00523, 0.09986], + "4.875": [0, -0.00523, 0.09986], + "4.9167": [0, -0.00477, 0.00014], + "5.5": [0, 0, 0] + } + }, + "open": { + "position": { + "0.0": [0, 0, 0], + "1.375": [0, 0, 0], + "2.8333": [0, 0, 0], + "3.0417": [-0.03656, -0.28427, -0.26524], + "4.1667": [-0.03656, -0.28427, -0.26524], + "4.875": [-0.03656, -0.28427, -0.26524], + "4.9167": [-0.03656, -0.29474, -0.06551], + "5.5": [0, 0, 0] + }, + "scale": [1, 0.9, 1] + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 12, 0], + "1.125": [0, 12, 0], + "1.375": [0, 0, 0], + "2.8333": [0, 0, 0], + "3.2917": [-5, 0, 0], + "5.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [-0.5, 0, 0], + "1.125": [-0.5, 0, 0], + "2.8333": [0, 0, 0], + "5.5": [0, 0, 0] + } + }, + "head_main": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [4.09171, 19.99004, 0.29667], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [4.09171, 19.99004, 0.29667], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-5, -12, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-5, -12, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-0.6, 0.6, 0.5], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-0.6, 0.6, 0.5], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-0.6, 1.4, 0.3], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-0.6, 1.4, 0.3], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "hair_side_L": { + "rotation": { + "0.0": [0, 0, 0], + "2.8333": [0, 0, 0], + "3.625": { + "pre": [0, -16, 0], + "post": [0, -16, 0], + "lerp_mode": "catmullrom" + }, + "4.2917": { + "post": [1.1459, -15.95998, -4.16064], + "lerp_mode": "catmullrom" + }, + "5.5": [0, 0, 0] + } + }, + "closer": { + "position": { + "0.0": [0, 0, 0], + "1.1667": {"pre": [0, 0, 0], "post": [0, 0, -2]}, + "1.3333": {"pre": [0, 0, -2], "post": [0, 0, 0.6]}, + "2.5417": {"pre": [0, 0, 0.6], "post": [0, 0, -2]}, + "2.7083": {"pre": [0, 0, -2], "post": [0, 0, 0.6]}, + "2.8333": {"pre": [0, 0, 0.6], "post": [0, 0, 0]}, + "5.5": [0, 0, 0] + } + }, + "pupil": { + "position": { + "0.0": [0, 0, 0], + "0.25": [-0.4, 0, 0], + "1.125": [-0.3, 0, 0], + "1.375": [0, 0, 0], + "1.7917": [0.3, 0, 0], + "2.3333": [0.4, 0, 0], + "2.5": [0.3, 0, 0], + "2.8333": [0, 0, 0], + "5.5": [0, 0, 0] + } + }, + "pupil3": { + "position": { + "0.0": [0, 0, 0], + "0.25": [-0.7, 0, 0], + "1.125": [-0.6, 0, 0], + "1.375": [0, 0, 0], + "1.7917": [0.6, 0, 0], + "2.3333": [0.7, 0, 0], + "2.5": [0.6, 0, 0], + "2.8333": [0, 0, 0], + "5.5": [0, 0, 0] + } + }, + "closel": { + "position": { + "0.0": [0, 0, 0], + "1.1667": {"pre": [0, 0, 0], "post": [0, 0, -2]}, + "1.3333": {"pre": [0, 0, -2], "post": [0, 0, 1.2]}, + "2.5417": {"pre": [0, 0, 1.2], "post": [0, 0, -2]}, + "2.7083": {"pre": [0, 0, -2], "post": [0, 0, 1.2]}, + "2.8333": {"pre": [0, 0, 1.2], "post": [0, 0, 0]}, + "5.5": [0, 0, 0] + } + }, + "pupil2": { + "position": { + "0.0": [0, 0, 0], + "0.25": [-0.5, 0, 0], + "1.125": [-0.4, 0, 0], + "1.375": [0, 0, 0], + "1.7917": [0.3, 0, 0], + "2.3333": [0.4, 0, 0], + "2.5": [0.3, 0, 0], + "2.8333": [0, 0, 0], + "5.5": [0, 0, 0] + } + }, + "pupil4": { + "position": { + "0.0": [0, 0, 0], + "0.25": [-0.8, 0, 0], + "1.125": [-0.7, 0, 0], + "1.375": [0, 0, 0], + "1.7917": [0.6, 0, 0], + "2.3333": [0.7, 0, 0], + "2.5": [0.6, 0, 0], + "2.8333": [0, 0, 0], + "5.5": [0, 0, 0] + } + }, + "Body": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [9.93013, 2.82728, -2.83073], + "post": [9.93013, 2.82728, -2.83073], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [9.93013, 2.82728, -2.83073], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [7.34644, -6.08983, 6.6393], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [7.34644, -6.08983, 6.6393], + "lerp_mode": "catmullrom" + }, + "2.8333": [0, 0, 0], + "5.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [-0.4, 0, 0.8], + "post": [-0.4, 0, 0.8], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-0.4, 0, 0.8], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-0.8, 0.5, -0.1], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-0.8, 0.5, -0.1], + "lerp_mode": "catmullrom" + }, + "2.8333": [0, 0, 0], + "5.5": [0, 0, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "2.8333": [1, 1, 1], + "5.5": [1, 1, 1] + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 12], + "1.125": [0, 0, 12], + "1.375": [0, 0, 0], + "1.7917": [0, 0, -6], + "2.5": [0, 0, -6], + "2.8333": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "1.125": [0, 0, 0], + "1.375": [0, 0, 0], + "2.8333": [0, 0, 0] + } + }, + "hait_side_top_R": { + "position": { + "0.0": [0, 0, 0], + "3.9167": [0, 0.6, -0.6] + } + } + } + }, + "animation.fluttermane.ground_walk": { + "loop": true, + "animation_length": 2, + "bones": { + "head_main": { + "rotation": ["-13+math.sin((query.anim_time) * 90 * 2)", 0, 0], + "position": { + "0.0": [0, 0.6, 0.8], + "2.0": [0, 0.6, 0.8] + } + }, + "head": { + "rotation": ["math.cos((query.anim_time) * 90 * 4) * 5", 0, 0] + }, + "hair_top_R": { + "rotation": ["math.cos((query.anim_time) * 90 * 4 ) ", 0, 0] + }, + "hair_t_middle_R": { + "rotation": ["-10+math.sin((query.anim_time) * 90 * 4) * 10", 1.35307, -6.12412], + "position": [-0.02743, -0.31662, 0.2429] + }, + "hair_t_t_R": { + "rotation": [ + "-5+math.cos((query.anim_time-0.6) * 90 * 4 ) * 10", + "8.9506+(-math.cos((query.anim_time-0.6) * 90 * 4 ) * 5)", + "4.5025+(-math.cos((query.anim_time-0.6) * 90 * 4 ) * 10)" + ], + "position": [0.17942, -0.26234, 0.40573] + }, + "feather_top_R": { + "rotation": ["-10+math.cos((query.anim_time-0.6) * 90 * 4 ) * 10", 0, 0] + }, + "feather_t_r_1": { + "rotation": ["-math.sin((query.anim_time-1.8) * 90 * 4 ) * 10", 0, "-math.cos((query.anim_time-1.8) * 90 * 4 ) * 10 "] + }, + "feather_t_r_2": { + "rotation": ["-math.cos((query.anim_time-1.4) * 90 * 4 ) * 10", 0, "math.cos((query.anim_time - 1.4) * 90 * 4) * 10"] + }, + "hair_top_L": { + "rotation": ["math.cos((query.anim_time) * 90 * 4 ) ", 0, 0] + }, + "hair_t_middle_L": { + "rotation": ["-10+math.sin((query.anim_time) * 90 * 4) * 10", -3.65095, 1.05055], + "position": [0.02999, -0.12888, 0.16865] + }, + "hair_t_t_L": { + "rotation": [ + "-10+math.cos((query.anim_time-0.6) * 90 * 4 ) * 10", + "-8.9506+math.cos((query.anim_time-0.6) * 90 * 4 ) * 5", + "-4.5025+math.cos((query.anim_time-0.6) * 90 * 4 ) * 10" + ], + "position": [0.13012, 0.05535, -0.00248] + }, + "feather_top_L": { + "rotation": ["-10+math.cos((query.anim_time-0.6) * 90 * 4 ) * 10", 0, 0] + }, + "feather_t_L_3": { + "rotation": ["math.cos((query.anim_time-1.8) * 90 * 4 ) * 10", 0, "math.cos((query.anim_time-1.8) * 90 * 4 ) * 10"] + }, + "feather_t_L_4": { + "rotation": ["math.sin((query.anim_time-1.4) * 90 * 4 ) * 10", 0, "-math.cos((query.anim_time - 1.4) * 90 * 4) * 10"] + }, + "necklace": { + "rotation": ["25+math.sin((query.anim_time) * 90 * 4) * 10", 0, 0] + }, + "hair_t_middle_R2": { + "rotation": ["-6.4016+(-math.sin((query.anim_time-0.3) * 90 * 4) * 6)", "0.2679+(-math.sin((query.anim_time-0.3) * 90 * 4) * 4)", 5.72083], + "position": [-0.10955, 0.30755, 0.11584] + }, + "hair_t_middle_L3": { + "rotation": ["-6.3884+(-math.sin((query.anim_time-0.3) * 90 * 4) * 6)", "-(-0.4907+(-math.sin((query.anim_time-0.3) * 90 * 4) * 4))", -7.70843], + "position": [0.06051, 0.33165, 0.36574] + }, + "bone2": { + "rotation": { + "0.0": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.74": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.24": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.74": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [0.99, 1, 0.99], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [1.01, 1, 1.01], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0.99, 1, 0.99], + "lerp_mode": "catmullrom" + }, + "0.74": { + "post": [1.01, 1, 1.01], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0.99, 1, 0.99], + "lerp_mode": "catmullrom" + }, + "1.24": { + "post": [1.01, 1, 1.01], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0.99, 1, 0.99], + "lerp_mode": "catmullrom" + }, + "1.74": { + "post": [1.01, 1, 1.01], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.99, 1, 0.99], + "lerp_mode": "catmullrom" + } + } + }, + "fluttermane": { + "rotation": [26, 0, "Math.cos((query.anim_time) * 90 * 4 ) * 2"], + "position": ["Math.cos((query.anim_time) * 90 * 4) * 0.4", "-Math.sin((query.anim_time) * 90 * 4) * 2", 0] + }, + "hair_side_R": { + "rotation": ["Math.cos((query.anim_time-0.6) * 90 * 2) * 5", "-Math.cos((query.anim_time-0.6) * 90 * 4) * 10", 0] + }, + "hair_s_middle_R": { + "rotation": [0, "-Math.cos((query.anim_time-0.9) * 90 * 4) * 4", "Math.cos((query.anim_time-0.9) * 90 * 2) * 2"], + "position": { + "0.0": [0, 0, 0], + "1.96": [0, 0, 0] + } + }, + "hait_side_top_R": { + "rotation": [0, "10+Math.cos((query.anim_time-1.2) * 90 * 4) * 8", "Math.cos((query.anim_time-1.2) * 90 * 4) * 6"], + "position": { + "0.0": [0, 0, 0], + "1.96": [0, 0, -0.6] + } + }, + "feather_side_R": { + "rotation": { + "0.0": { + "post": [1, 15, -10], + "lerp_mode": "catmullrom" + }, + "0.26": { + "post": [17.38098, -0.24281, -16.2065], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [27.56507, -20.24028, -22.75815], + "lerp_mode": "catmullrom" + }, + "0.76": { + "post": [18.32342, -3.72564, -6.75222], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [1, 15, -10], + "lerp_mode": "catmullrom" + }, + "1.26": { + "post": [17.38098, -0.24281, -16.2065], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [27.56507, -20.24028, -22.75815], + "lerp_mode": "catmullrom" + }, + "1.76": { + "post": [18.32342, -3.72564, -6.75222], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [1, 15, -10], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0.12483, 0.06933, 0.68528], + "lerp_mode": "catmullrom" + }, + "0.76": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0.12483, 0.06933, 0.68528], + "lerp_mode": "catmullrom" + }, + "1.76": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_side_top_R": { + "rotation": { + "0.0": { + "post": [0, 10, -6], + "lerp_mode": "catmullrom" + }, + "0.06": { + "post": [0, 10, -6], + "lerp_mode": "catmullrom" + }, + "0.3": { + "post": [-6.53861, -26.25422, 8.52641], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-6.53861, -26.25422, 8.52641], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 10, -6], + "lerp_mode": "catmullrom" + }, + "1.06": { + "post": [0, 10, -6], + "lerp_mode": "catmullrom" + }, + "1.3": { + "post": [-6.53861, -26.25422, 8.52641], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-6.53861, -26.25422, 8.52641], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 10, -6], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.29179, -0.00662, -0.06937], + "lerp_mode": "catmullrom" + }, + "0.06": { + "post": [0.29179, -0.00662, -0.06937], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0.29179, -0.00662, -0.06937], + "lerp_mode": "catmullrom" + }, + "1.06": { + "post": [0.29179, -0.00662, -0.06937], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.29179, -0.00662, -0.06937], + "lerp_mode": "catmullrom" + } + } + }, + "f_s_t_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [-10, -6, 0], + "lerp_mode": "catmullrom" + }, + "1.04": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [-10, -6, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [-0.38628, -0.45241, -0.50608], + "lerp_mode": "catmullrom" + }, + "1.04": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [-0.38628, -0.45241, -0.50608], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "f_s_t_2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-2, -7, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-2, -7, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-0.3554, 0.10446, -0.15093], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-0.3554, 0.10446, -0.15093], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "f_s_t_3": { + "rotation": { + "0.0": { + "post": [-10.44881, 11.08393, -19.80014], + "lerp_mode": "catmullrom" + }, + "0.44": { + "post": [-6.00817, -2.98355, 0.31387], + "lerp_mode": "catmullrom" + }, + "0.98": { + "post": [-10.44881, 11.08393, -19.80014], + "lerp_mode": "catmullrom" + }, + "1.44": { + "post": [-6.00817, -2.98355, 0.31387], + "lerp_mode": "catmullrom" + }, + "1.98": [-10.44881, 11.08393, -19.80014] + }, + "position": { + "0.0": { + "post": [0.686, -0.02328, 0.13732], + "lerp_mode": "catmullrom" + }, + "0.44": { + "post": [-0.30195, 0.1728, -0.19412], + "lerp_mode": "catmullrom" + }, + "0.98": { + "post": [0.686, -0.02328, 0.13732], + "lerp_mode": "catmullrom" + }, + "1.44": { + "post": [-0.30195, 0.1728, -0.19412], + "lerp_mode": "catmullrom" + }, + "1.98": [0.686, -0.02328, 0.13732] + } + }, + "hair_side_L": { + "rotation": ["Math.cos((query.anim_time-0.6) * 90 * 2) * 5", "Math.cos((query.anim_time-0.6) * 90 * 4) * 10", 0] + }, + "hair_s_middle_L": { + "rotation": [0, "Math.cos((query.anim_time-0.9) * 90 * 4) * 4", "-Math.cos((query.anim_time-0.9) * 90 * 2) * 2"] + }, + "hait_side_top_L": { + "rotation": [0, "-10+(-Math.cos((query.anim_time-1.2) * 90 * 4) * 8)", "-Math.cos((query.anim_time-1.2) * 90 * 4) * 6"] + }, + "feather_side_L": { + "rotation": { + "0.0": [-10, -15, -10], + "0.26": { + "pre": [16.99326, -1.09299, 3.40791], + "post": [16.99326, -1.09299, 3.40791], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [17.99672, 18.95654, 9.76603], + "lerp_mode": "catmullrom" + }, + "0.76": { + "post": [-9.67658, 3.72564, -13.24778], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-10, -15, -10], + "lerp_mode": "catmullrom" + }, + "1.26": { + "post": [16.99326, -1.09299, 3.40791], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [17.99672, 18.95654, 9.76603], + "lerp_mode": "catmullrom" + }, + "1.76": { + "post": [-9.67658, 3.72564, -13.24778], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-10, -15, -10], + "lerp_mode": "catmullrom" + } + } + }, + "feather_side_top_L": { + "rotation": { + "0.0": { + "post": [0, -10, 6], + "lerp_mode": "catmullrom" + }, + "0.06": { + "post": [0, -10, 6], + "lerp_mode": "catmullrom" + }, + "0.26": { + "post": [-7.44331, 25.75813, -15.06989], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [-7.44331, 25.75813, -15.06989], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -10, 6], + "lerp_mode": "catmullrom" + }, + "1.06": { + "post": [0, -10, 6], + "lerp_mode": "catmullrom" + }, + "1.26": { + "post": [-7.44331, 25.75813, -15.06989], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [-7.44331, 25.75813, -15.06989], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -10, 6], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.81003, 0.25462, -0.29836], + "lerp_mode": "catmullrom" + }, + "0.06": { + "post": [-0.81003, 0.25462, -0.29836], + "lerp_mode": "catmullrom" + }, + "0.26": { + "post": [-0.47876, 0.36025, -0.65795], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [-0.47876, 0.36025, -0.65795], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-0.81003, 0.25462, -0.29836], + "lerp_mode": "catmullrom" + }, + "1.06": { + "post": [-0.81003, 0.25462, -0.29836], + "lerp_mode": "catmullrom" + }, + "1.26": { + "post": [-0.47876, 0.36025, -0.65795], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [-0.47876, 0.36025, -0.65795], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-0.81003, 0.25462, -0.29836], + "lerp_mode": "catmullrom" + } + } + }, + "f_s_t_4": { + "rotation": { + "0.0": { + "post": [6.72146, -8.7452, 2.95407], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [-6.12597, 1.83269, 11.21664], + "lerp_mode": "catmullrom" + }, + "1.04": { + "post": [6.72146, -8.7452, 2.95407], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [-6.12597, 1.83269, 11.21664], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [14.48012, -10.07689, -10.40687], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [-0.23039, -1.1317, -0.59573], + "lerp_mode": "catmullrom" + }, + "1.04": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [-0.23039, -1.1317, -0.59573], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-0.18258, 0.07952, 0.01843], + "lerp_mode": "catmullrom" + } + } + }, + "f_s_t_5": { + "rotation": { + "0.0": { + "post": [0, -10.9114, 12.80636], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-13.65299, -1.96188, 12.01069], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -10.9114, 12.80636], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-13.65299, -1.96188, 12.01069], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -10.9114, 12.80636], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-0.53545, 0.03471, 0.26848], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-0.53545, 0.03471, 0.26848], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "f_s_t_6": { + "rotation": { + "0.0": { + "post": [-9.42098, -17.09267, 29.06769], + "lerp_mode": "catmullrom" + }, + "0.38": { + "post": [-18.14675, -7.01285, 1.75246], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [-9.42098, -17.09267, 29.06769], + "lerp_mode": "catmullrom" + }, + "1.26": { + "post": [-18.14675, -7.01285, 1.75246], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-9.42098, -17.09267, 29.06769], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-1.05584, -0.52038, 0.25378], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [-1.05584, -0.52038, 0.25378], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-1.05584, -0.52038, 0.25378], + "lerp_mode": "catmullrom" + } + } + }, + "hair_back_R": { + "rotation": ["Math.cos((query.anim_time) * 90 * 4) * 5", 0, 0] + }, + "hair_back2_joint": { + "rotation": ["Math.cos((query.anim_time-0.2) * 90 * 4) * 5", "-Math.sin((query.anim_time-0.2) * 90 * 4) * 2", 0] + }, + "hair_backR3": { + "rotation": ["Math.cos((query.anim_time-0.4) * 90 * 4) * 8", "-Math.sin((query.anim_time-0.4) * 90 * 4) ", 0] + }, + "hair_back_L": { + "rotation": ["Math.cos((query.anim_time-1.4) * 90 * 4) * 5", 0, 0] + }, + "hair_back2_joint2": { + "rotation": ["Math.cos((query.anim_time-1.6) * 90 * 4) * 5", "-Math.sin((query.anim_time-1.6) * 90 * 4) * 2", 0] + }, + "hair_backL3": { + "rotation": ["Math.cos((query.anim_time-1.8) * 90 * 4) * 8", "-Math.sin((query.anim_time-1.8) * 90 * 4)", 0] + }, + "hair_back_M": { + "rotation": ["-Math.cos((query.anim_time-1.2) * 90 * 4) * 5", 0, 0] + }, + "hair_back2_joint3": { + "rotation": ["-Math.cos((query.anim_time-1.4) * 90 * 4) * 8", "Math.cos((query.anim_time-1.4) * 90 * 4) * 2", 0] + }, + "hair_backM3": { + "rotation": ["-Math.cos((query.anim_time-1.6) * 90 * 4) * 8", "Math.cos((query.anim_time-1.6) * 90 * 4) * 2", 0] + }, + "necklace2": { + "rotation": ["5+math.sin((query.anim_time-0.3 ) * 90 * 4 ) * 12", 0, 0] + }, + "necklace3": { + "rotation": ["-20+math.cos((query.anim_time-0.6) * 90 * 4) * 10", 0, 0] + }, + "bone": { + "rotation": ["10+math.sin((query.anim_time-0.3 ) * 90 * 2 ) * 12", 0, 0] + }, + "closer": { + "position": [0, 0, 3.2] + }, + "closel": { + "position": [0, 0, 3.2] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/fomantis/fomantis.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/fomantis/fomantis.animation.json new file mode 100644 index 0000000..9035698 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/fomantis/fomantis.animation.json @@ -0,0 +1,2575 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.fomantis.faint": { + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-2.5, 0, 5], + "0.5": [17.49294, -0.32621, 7.47864], + "0.625": [24.61489, 4.32808, -4.12049], + "0.8333": [-3.31271, 6.39479, -8.69364], + "1.0833": [7.8183, 0, 0], + "1.1667": [27.82, 0, 0], + "1.25": [47.82, 0, 0], + "1.4583": [78.24, 0, 0], + "1.5": [75.74, 0, 0], + "1.5833": [78.24, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.4167": [0, 0.3, 0], + "0.5": [0, 0.47, 0], + "0.625": [0, 0.68, 0], + "0.75": [0, 0.42, 0], + "0.8333": [0, 0.44, 0], + "1.0833": [0, 0.11, 0], + "1.1667": [0, 0.6, 0], + "1.25": [0, 0.75, 0.25], + "1.2917": [0, 1, 0.45], + "1.3333": [0, 1.3, 0.45], + "1.375": [0, 1.4, 0.45], + "1.4583": [0, 1.9, 0.45] + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [45, 40, 60], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [48.24248, 43.43662, 64.86865], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [45.87614, 38.43983, 57.45485], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [75.87614, 38.43983, 57.45485], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [54.70254, 44.70274, 51.92924], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [40.88763, 34.0892, 38.13956], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [42.51724, 25.37349, 40.75634], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [48.56681, 21.6443, 37.12313], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [76.77669, 11.92225, 39.5724], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [76.78, 11.92, 39.57], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [77.01713, -5.1313, 43.52916], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [77.0555, -2.695, 42.96705], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left2": { + "rotation": { + "0.0": [0, 0, 37.5], + "1.5": [0, 0, 45], + "1.6667": [0, 0, 0] + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [45, -40, -60], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [39.75075, -36.13387, -51.23632], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [43.48754, -31.14593, -57.97002], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [58.48754, -31.14593, -57.97002], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [50.14118, -27.06218, -67.16289], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [45.15315, -27.55331, -55.25131], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [45.57817, -11.70419, -53.26745], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [54.95504, -8.18397, -49.66188], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [66.69989, -2.37804, -41.48158], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [66.7, -2.38, -41.48], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [66.54639, 6.80283, -45.44647], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [66.64475, 4.50846, -44.44864], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right2": { + "rotation": { + "0.0": [0, 0, -37.5], + "0.6667": [0, 0, -50], + "0.7917": [0, 0, -27.5], + "1.125": [2.5, 0, -40], + "1.25": [0, 0, -40], + "1.5": [0, 0, -47.5], + "1.6667": [0, 0, -2.5] + } + }, + "wing_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 1], + "0.3333": [6, 0, 1], + "0.5": [7.99248, -0.34782, 3.4757], + "0.625": [5.98527, 0.48681, -2.46602], + "0.7083": [0.96768, 0.5209, -4.46581], + "0.8333": [0.97, 0.52, -4.47], + "0.9167": [5.99159, -0.10574, 1.49735], + "1.0833": [5.99164, 0.10305, -0.49172], + "1.125": [5.9843, -0.3144, 3.48645], + "1.2083": [19.97794, -0.4186, 4.48103], + "1.3333": [24.97794, -0.4186, 4.48103], + "1.4167": [19.97794, -0.4186, 4.48103], + "1.4583": [24.97794, -0.4186, 4.48103], + "1.5": [22.47794, -0.4186, 4.48103], + "1.7083": [0, 0, 0] + } + }, + "wing_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 1], + "0.3333": [6, 0, 1], + "0.5": [7.99248, -0.34782, 3.4757], + "0.625": [5.98527, 0.48681, -2.46602], + "0.7083": [0.96768, 0.5209, -4.46581], + "0.8333": [0.97, 0.52, -4.47], + "0.9167": [5.99159, -0.10574, 1.49735], + "1.0833": [5.99164, 0.10305, -0.49172], + "1.125": [5.9843, -0.3144, 3.48645], + "1.2083": [19.97794, -0.4186, 4.48103], + "1.3333": [24.97794, -0.4186, 4.48103], + "1.4167": [19.97794, -0.4186, 4.48103], + "1.4583": [24.97794, -0.4186, 4.48103], + "1.5": [22.47794, -0.4186, 4.48103], + "1.7083": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5.24908, -0.69005, -7.46837], + "0.3333": [-12.017, -0.64077, -6.93491], + "0.4583": [-21.59196, -0.56683, -6.13473], + "0.5833": [-22.57349, 2.39659, 1.58819], + "0.6667": [-23.32, 2.16, 1.43], + "0.75": [-8.86289, 2.69943, 6.21404], + "0.8333": [13.49497, 2.362, 5.43729], + "0.9167": [6.82264, 3.25536, -5.2742], + "1.125": [-8.52, 1.9, -3.08], + "1.25": [-32.72571, 1.08571, -1.76], + "1.4167": [-30, 0, 0], + "1.4583": [-45, 0, 0] + } + }, + "eye_left": { + "rotation": [0, 0, -5], + "scale": { + "0.0": [1, 1, 1], + "0.5": [1, 0.1, 1] + } + }, + "eye_right": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": [1, 1, 1], + "0.5": [1, 0.1, 1] + } + }, + "bulb": { + "rotation": { + "0.0": [0, 0, 0], + "0.2917": [0, 0, -7.5], + "0.4583": [-5, 0, -7.5], + "0.5833": [-4.66569, 4.20854, 1.57947], + "0.6667": [0.18803, 3.1622, -0.69577], + "0.7917": [10.87723, 4.81116, 9.19167], + "0.875": [10.06119, 2.73337, -3.16198], + "0.9583": [9.69614, 0.08267, -17.93172], + "1.125": [-0.22611, 1.81545, -13.24076], + "1.2917": [-7.31286, 5.28474, -6.57757], + "1.5": [-17.5, 0, 0], + "1.75": [0, 0, 0] + } + }, + "foot_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 0, -7.5], + "0.4167": [-24.97911, 1.05627, -5.23397], + "0.5": [-34.97911, 1.05627, -5.23397], + "0.625": [-22.00044, 4.84939, 4.03275], + "0.75": [-9.50044, 4.84939, 4.03275], + "0.875": [-4.50044, 4.84939, 4.03275], + "1.0": [-5.09412, 4.22126, -3.46445], + "1.0833": [-4.28473, 5.04089, 6.53472], + "1.125": [-16.67934, -2.09782, -1.14533], + "1.2083": [13.32066, -2.09782, -1.14533], + "1.3333": [25.80232, -2.41274, -1.28453], + "1.4583": [25.8, -2.41, -1.28], + "1.5417": [38.3, -2.41, -1.28], + "1.625": [-11.7, -2.41, -1.28] + }, + "position": { + "0.5": [0.02969, -0.08606, -0.55155], + "1.125": [0.03, 0.06, -0.05], + "1.3333": [0.03, -0.04, 0.05] + } + }, + "foot_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.2083": [0, 0, -17.5], + "0.375": [-7.47178, 0.65182, -12.54256], + "0.5417": [-19.97178, 0.65182, -12.54256], + "0.6667": [-19.18262, 5.70372, 1.60761], + "0.75": [8.31738, 5.70372, 1.60761], + "0.875": [-0.1888, 5.75871, -8.4426], + "1.0": [0.31551, 5.75318, -3.41725], + "1.125": [-17.18449, 5.75318, -3.41725], + "1.25": [27.81551, 5.75318, -3.41725], + "1.4583": [27.82, 5.75, -3.42], + "1.5417": [40.32, 5.75, -3.42], + "1.625": [-12.18, 5.75, -3.42], + "1.75": [-12.18, 5.75, -3.42] + } + }, + "eyelid_left": { + "rotation": [0, 0, 17.5], + "position": [-0.15, 0.325, -0.25], + "scale": [1.3, 1, 1] + }, + "eyelid_right": { + "rotation": [0, 0, -17.5], + "position": [0.15, 0.325, -0.25], + "scale": [1.3, 1, 1] + }, + "eye_left_shine": { + "position": [0, -0.99905, -0.02179], + "scale": [0.8, 0.8, 1] + }, + "eye_left_iris": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.25, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1.5, 0.8, 1], + "lerp_mode": "catmullrom" + } + } + }, + "eye_right_shine": { + "position": [-1, -0.99905, -0.02179], + "scale": [0.8, 0.8, 1] + }, + "eye_right_iris": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.25, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1.5, 0.8, 1], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.fomantis.cry": { + "animation_length": 1.5, + "bones": { + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [7.5, 0, 0], + "0.5": [-5, 0, 0], + "0.5417": [-2.5, 0, 0], + "0.5833": [-5, 0, 0], + "0.625": [-2.5, 0, 0], + "0.6667": [-5, 0, 0], + "0.7083": [-2.5, 0, 0], + "0.75": [-5, 0, 0], + "0.7917": [-2.5, 0, 0], + "0.8333": [-5, 0, 0], + "0.875": [-2.5, 0, 0], + "0.9167": [-5, 0, 0], + "0.9583": [-2.5, 0, 0], + "1.0": [-5, 0, 0], + "1.0417": [-2.5, 0, 0], + "1.0833": [-5, 0, 0], + "1.125": [-2.5, 0, 0], + "1.1667": [-5, 0, 0], + "1.5": [0, 0, 0] + } + }, + "neck_front_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": [-5, 0, 0], + "0.4583": [10, 0, 0], + "0.5": [2.5, 0, 0], + "0.5417": [5, 0, 0], + "0.5833": [-2.5, 0, 0], + "0.625": [2.5, 0, 0], + "0.6667": [5, 0, 0], + "0.7083": [-2.5, 0, 0], + "0.75": [10, 0, 0], + "0.7917": [2.5, 0, 0], + "0.8333": [5, 0, 0], + "0.875": [-2.5, 0, 0], + "0.9167": [10, 0, 0], + "0.9583": [2.5, 0, 0], + "1.0": [5, 0, 0], + "1.0417": [-2.5, 0, 0], + "1.0833": [10, 0, 0], + "1.5": [0, 0, 0] + } + }, + "neck_back_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": [-5, 0, 0], + "0.4583": [-9.46, 0, 0], + "0.5": [-4.08, 0, 0], + "0.5417": [-6.41, 0, 0], + "0.5833": [1.37, 0, 0], + "0.625": [-1.19, 0, 0], + "0.6667": [-9.46, 0, 0], + "0.7083": [-4.08, 0, 0], + "0.75": [-6.41, 0, 0], + "0.7917": [1.37, 0, 0], + "0.8333": [-1.19, 0, 0], + "0.875": [-9.46, 0, 0], + "0.9167": [-4.08, 0, 0], + "0.9583": [-6.41, 0, 0], + "1.0": [1.37, 0, 0], + "1.0417": [-1.19, 0, 0], + "1.0833": [-9.46, 0, 0], + "1.5": [0, 0, 0] + } + }, + "neck_front_mid": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": [-5, 0, 0], + "0.5": [10, 0, 0], + "0.5417": [2.5, 0, 0], + "0.5833": [5, 0, 0], + "0.625": [-2.5, 0, 0], + "0.6667": [2.5, 0, 0], + "0.7083": [5, 0, 0], + "0.75": [-2.5, 0, 0], + "0.7917": [10, 0, 0], + "0.8333": [2.5, 0, 0], + "0.875": [5, 0, 0], + "0.9167": [-2.5, 0, 0], + "0.9583": [10, 0, 0], + "1.0": [2.5, 0, 0], + "1.0417": [5, 0, 0], + "1.0833": [-2.5, 0, 0], + "1.125": [10, 0, 0], + "1.5": [0, 0, 0] + } + }, + "neck_back_mid": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [-5, 0, 0], + "0.5": [-9.46, 0, 0], + "0.5417": [-4.08, 0, 0], + "0.5833": [-6.41, 0, 0], + "0.625": [1.37, 0, 0], + "0.6667": [-1.19, 0, 0], + "0.7083": [-9.46, 0, 0], + "0.75": [-4.08, 0, 0], + "0.7917": [-6.41, 0, 0], + "0.8333": [1.37, 0, 0], + "0.875": [-1.19, 0, 0], + "0.9167": [-9.46, 0, 0], + "0.9583": [-4.08, 0, 0], + "1.0": [-6.41, 0, 0], + "1.0417": [1.37, 0, 0], + "1.0833": [-1.19, 0, 0], + "1.125": [-9.46, 0, 0], + "1.5": [0, 0, 0] + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [101.82466, 81.3201, 110.2129], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 37.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [101.82466, -81.3201, -110.2129], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck_front_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": [-5, 0, 0], + "0.4583": [10, 0, 0], + "0.5": [2.5, 0, 0], + "0.5417": [5, 0, 0], + "0.5833": [-2.5, 0, 0], + "0.625": [2.5, 0, 0], + "0.6667": [5, 0, 0], + "0.7083": [-2.5, 0, 0], + "0.75": [10, 0, 0], + "0.7917": [2.5, 0, 0], + "0.8333": [5, 0, 0], + "0.875": [-2.5, 0, 0], + "0.9167": [10, 0, 0], + "0.9583": [2.5, 0, 0], + "1.0": [5, 0, 0], + "1.0417": [-2.5, 0, 0], + "1.0833": [10, 0, 0], + "1.5": [0, 0, 0] + } + }, + "neck_back_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": [-5, 0, 0], + "0.4583": [-9.46, 0, 0], + "0.5": [-4.08, 0, 0], + "0.5417": [-6.41, 0, 0], + "0.5833": [1.37, 0, 0], + "0.625": [-1.19, 0, 0], + "0.6667": [-9.46, 0, 0], + "0.7083": [-4.08, 0, 0], + "0.75": [-6.41, 0, 0], + "0.7917": [1.37, 0, 0], + "0.8333": [-1.19, 0, 0], + "0.875": [-9.46, 0, 0], + "0.9167": [-4.08, 0, 0], + "0.9583": [-6.41, 0, 0], + "1.0": [1.37, 0, 0], + "1.0417": [-1.19, 0, 0], + "1.0833": [-9.46, 0, 0], + "1.5": [0, 0, 0] + } + }, + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0.25, 0.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -0.075, -0.25], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -0.075, -0.25], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": [1, 1, 1], + "0.4583": [1, 1, 1], + "0.5": [1.01, 1.01, 1.01], + "0.5417": [1, 1, 1], + "0.5833": [1.01, 1.01, 1.01], + "0.625": [1, 1, 1], + "0.6667": [1.01, 1.01, 1.01], + "0.7083": [1, 1, 1], + "0.75": [1.01, 1.01, 1.01], + "0.7917": [1, 1, 1], + "0.8333": [1.01, 1.01, 1.01], + "0.875": [1, 1, 1], + "0.9167": [1.01, 1.01, 1.01], + "0.9583": [1, 1, 1], + "1.0": [1.01, 1.01, 1.01], + "1.0417": [1, 1, 1] + } + }, + "wing_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [5, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [2.38443, 0.75155, -14.98436], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [2.28727, 0.87184, -17.93764], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [4.8278, 0.77128, -15.43917], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [2.22682, 1.18515, -20.36462], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [2.38443, 0.75155, -14.98436], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [2.28727, 0.87184, -17.93764], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [4.8278, 0.77128, -15.43917], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [2.22682, 1.18515, -20.36462], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [2.38443, 0.75155, -14.98436], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [2.28727, 0.87184, -17.93764], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [4.8278, 0.77128, -15.43917], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [2.22682, 1.18515, -20.36462], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.38443, 0.75155, -14.98436], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [2.28727, 0.87184, -17.93764], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [4.8278, 0.77128, -15.43917], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [2.22682, 1.18515, -20.36462], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [2.38443, 0.75155, -14.98436], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [2.28727, 0.87184, -17.93764], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [2.38443, 0.75155, -14.98436], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wing_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [5, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [2.38443, -0.7515, 14.9844], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [2.28727, -0.87179, 17.93769], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [4.8278, -0.77123, 15.43921], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [2.22682, -1.1852, 20.3646], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [2.38443, -0.7515, 14.9844], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [2.28727, -0.87179, 17.93769], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [4.8278, -0.77123, 15.43921], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [2.22682, -1.1852, 20.3646], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [2.38443, -0.7515, 14.9844], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [2.28727, -0.87179, 17.93769], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [4.8278, -0.77123, 15.43921], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [2.22682, -1.1852, 20.3646], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.38443, -0.7515, 14.9844], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [2.28727, -0.87179, 17.93769], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [4.8278, -0.77123, 15.43921], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [2.22682, -1.1852, 20.3646], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [2.38443, -0.7515, 14.9844], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [2.28727, -0.87179, 17.93769], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [2.38443, -0.7515, 14.9844], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "headleaf_left": { + "rotation": { + "0.0417": [0, 0, 0], + "0.375": [0, -10, 0], + "0.5": [0, -2.5, 0], + "0.5417": [0.66963, -2.48539, -2.58807], + "0.5833": [0.10849, -0.00238, 0.00243], + "0.625": [0.11106, -5.00237, -0.00748], + "0.6667": [0.10965, -2.50238, -0.00246], + "0.7083": [0, -2.5, 0], + "0.75": [0.66963, -2.48539, -2.58807], + "0.7917": [0.10849, -0.00238, 0.00243], + "0.8333": [0.11106, -5.00237, -0.00748], + "0.875": [0.10965, -2.50238, -0.00246], + "0.9167": [0, -2.5, 0], + "0.9583": [0.66963, -2.48539, -2.58807], + "1.0": [0.10849, -0.00238, 0.00243], + "1.0417": [0.11106, -5.00237, -0.00748], + "1.0833": [0.10965, -2.50238, -0.00246], + "1.125": [0.10849, -0.00238, 0.00243], + "1.5": [0, 0, 0] + } + }, + "headleaf_right": { + "rotation": { + "0.0417": [0, 0, 0], + "0.375": [0, 10, 0], + "0.5": [0, -2.5, 0], + "0.5417": [0.66963, -2.48539, -2.58807], + "0.5833": [0.10849, -0.00238, 0.00243], + "0.625": [0.11106, -5.00237, -0.00748], + "0.6667": [0.10965, -2.50238, -0.00246], + "0.7083": [0, -2.5, 0], + "0.75": [0.66963, -2.48539, -2.58807], + "0.7917": [0.10849, -0.00238, 0.00243], + "0.8333": [0.11106, -5.00237, -0.00748], + "0.875": [0.10965, -2.50238, -0.00246], + "0.9167": [0, -2.5, 0], + "0.9583": [0.66963, -2.48539, -2.58807], + "1.0": [0.10849, -0.00238, 0.00243], + "1.0417": [0.11106, -5.00237, -0.00748], + "1.0833": [0.10965, -2.50238, -0.00246], + "1.125": [0.10849, -0.00238, 0.00243], + "1.5": [0, 0, 0] + } + }, + "bulb": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [0, 0, 0], + "0.5417": [2.51564, 0.75155, 2.38443], + "0.5833": [2.40936, -0.7932, -2.48526], + "0.625": [-0.20016, -0.75715, -2.3723], + "0.6667": [0, 0, 0], + "0.7083": [2.51564, 0.75155, 2.38443], + "0.75": [2.40936, -0.7932, -2.48526], + "0.7917": [-0.20016, -0.75715, -2.3723], + "0.8333": [0, 0, 0], + "0.875": [2.51564, 0.75155, 2.38443], + "0.9167": [2.40936, -0.7932, -2.48526], + "0.9583": [-0.20016, -0.75715, -2.3723], + "1.0": [0, 0, 0], + "1.0417": [2.51564, 0.75155, 2.38443], + "1.0833": [2.40936, -0.7932, -2.48526], + "1.125": [-0.20016, -0.75715, -2.3723], + "1.5": [0, 0, 0] + } + }, + "foot_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + }, + "sound_effects": { + "0.375": { + "effect": "pokemon.fomantis.cry" + } + } + }, + "animation.fomantis.battle_idle": { + "loop": true, + "bones": { + "head": { + "rotation": { + "0.0": { + "post": ["0.5*(math.sin(q.anim_time*570+120)*2)", 0, "2*(math.sin(q.anim_time*360+80)*2)"], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": ["1-0.01*(math.sin(q.anim_time*480+120)*2)", "1-0.01*(math.sin(q.anim_time*480+120)*2)", "1-0.01*(math.sin(q.anim_time*480+120)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "headleaf_mid": { + "rotation": { + "0.0": { + "post": ["0.5*(math.sin(q.anim_time*570+120)*2)", 0, "2*(math.sin(q.anim_time*360+80)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "bulbleaf_front2": { + "rotation": [-5, 0, 0] + }, + "neckleaves": { + "position": [0, 0.25, 0] + }, + "neck_front_right": { + "rotation": { + "0.0": { + "post": ["12.5-0.5*(math.sin(q.anim_time*480+120)*2)", 0, "2*(math.sin(q.anim_time*240+80)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "neck_back_right": { + "rotation": { + "0.0": { + "post": ["-7.5+0.5*(math.sin(q.anim_time*480+120)*2)", 0, "2*(math.sin(q.anim_time*240+80)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "neck_front_mid": { + "rotation": { + "0.0": { + "post": ["17.5-0.5*(math.sin(q.anim_time*480+120)*2)", 0, "2*(math.sin(q.anim_time*240+80)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "neck_back_mid": { + "rotation": { + "0.0": { + "post": ["-10+0.5*(math.sin(q.anim_time*480+120)*2)", 0, "0+2*(math.sin(q.anim_time*240+80)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [45, "40-1*(math.sin(q.anim_time*360+160)*2)", "60-4*(math.sin(q.anim_time*570+160)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 37.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [45, "-40+1*(math.sin(q.anim_time*360+160)*2)", "-60+4*(math.sin(q.anim_time*570+160)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right2": { + "rotation": [0, 0, -37.5] + }, + "neck_front_left": { + "rotation": { + "0.0": { + "post": ["12.5-0.5*(math.sin(q.anim_time*480+120)*2)", 0, "2*(math.sin(q.anim_time*240+80)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "neck_back_left": { + "rotation": { + "0.0": { + "post": ["-7.5+0.5*(math.sin(q.anim_time*480+120)*2)", 0, "2*(math.sin(q.anim_time*240+80)*2)"], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -0.1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": { + "post": ["+0.6*(math.sin(q.anim_time*570+120)*2)", 0, "+0.6*(math.sin(q.anim_time*360+120)*2)"], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": ["1+0.01*(math.sin(q.anim_time*480+120)*2)", "1+0.01*(math.sin(q.anim_time*480+120)*2)", "1+0.01*(math.sin(q.anim_time*480+120)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "wing_left": { + "rotation": { + "0.0": { + "post": ["2+0.05*(math.sin(q.anim_time*570+100)*2)", 0, "-2-2*(math.sin(q.anim_time*570+100)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "wing_right": { + "rotation": { + "0.0": { + "post": ["2-0.05*(math.sin(q.anim_time*570+100)*2)", 0, "2+2*(math.sin(q.anim_time*570+100)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "headleaf_left": { + "rotation": { + "0.0": { + "post": ["0.5*(math.sin(q.anim_time*480+120)*2)", 0, "2*(math.sin(q.anim_time*240+80)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "headleaf_right": { + "rotation": { + "0.0": { + "post": ["0.5*(math.sin(q.anim_time*480+120)*2)", 0, "2*(math.sin(q.anim_time*240+80)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "bulb": { + "rotation": { + "0.0": { + "post": ["0.5*(math.sin(q.anim_time*570+80)*2)", 0, "2*(math.sin(q.anim_time*360+60)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left": { + "rotation": { + "0.0": { + "post": ["-0.4*(math.sin(q.anim_time*570+120)*2)", 0, "-0.4*(math.sin(q.anim_time*360+120)*2)"], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": ["-0.0126*(math.sin(q.anim_time*570+120)*2)", "+0.014*(math.sin(q.anim_time*360+120)*2)", "0.0126*(math.sin(q.anim_time*570+120)*2)"], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": ["1-0.01*(math.sin(q.anim_time*480+120)*2)", "1-0.01*(math.sin(q.anim_time*480+120)*2)", "1-0.01*(math.sin(q.anim_time*480+120)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right": { + "rotation": { + "0.0": { + "post": ["-0.4*(math.sin(q.anim_time*570+120)*2)", 0, "-0.4*(math.sin(q.anim_time*360+120)*2)"], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": ["0.0126*(math.sin(q.anim_time*570+120)*2)", "-0.014*(math.sin(q.anim_time*360+120)*2)", "0.0126*(math.sin(q.anim_time*570+120)*2)"], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": ["1-0.01*(math.sin(q.anim_time*480+120)*2)", "1-0.01*(math.sin(q.anim_time*480+120)*2)", "1-0.01*(math.sin(q.anim_time*480+120)*2)"], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.fomantis.ground_idle": { + "loop": true, + "bones": { + "head": { + "rotation": { + "0.0": { + "post": ["0.5*(math.sin(q.anim_time*480+120)*2)", 0, "2*(math.sin(q.anim_time*240+80)*2)"], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": ["1-0.005*(math.sin(q.anim_time*480+120)*2)", "1-0.005*(math.sin(q.anim_time*480+120)*2)", "1-0.005*(math.sin(q.anim_time*480+120)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "headleaf_mid": { + "rotation": { + "0.0": { + "post": ["0.5*(math.sin(q.anim_time*480+120)*2)", 0, "2*(math.sin(q.anim_time*240+80)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "bulbleaf_front2": { + "rotation": [-5, 0, 0] + }, + "neckleaves": { + "position": [0, 0.25, 0] + }, + "neck_front_right": { + "rotation": { + "0.0": { + "post": ["12.5-0.5*(math.sin(q.anim_time*480+120)*2)", 0, "2*(math.sin(q.anim_time*240+80)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "neck_back_right": { + "rotation": { + "0.0": { + "post": ["-7.5+0.5*(math.sin(q.anim_time*480+120)*2)", 0, "2*(math.sin(q.anim_time*240+80)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "neck_front_mid": { + "rotation": { + "0.0": { + "post": ["17.5-0.5*(math.sin(q.anim_time*480+120)*2)", 0, "2*(math.sin(q.anim_time*240+80)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "neck_back_mid": { + "rotation": { + "0.0": { + "post": ["-10+0.5*(math.sin(q.anim_time*480+120)*2)", 0, "0+2*(math.sin(q.anim_time*240+80)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [45, "40-1*(math.sin(q.anim_time*240+160)*2)", "60-4*(math.sin(q.anim_time*480+160)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 37.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [45, "-40+1*(math.sin(q.anim_time*240+160)*2)", "-60+4*(math.sin(q.anim_time*480+160)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right2": { + "rotation": [0, 0, -37.5] + }, + "neck_front_left": { + "rotation": { + "0.0": { + "post": ["12.5-0.5*(math.sin(q.anim_time*480+120)*2)", 0, "2*(math.sin(q.anim_time*240+80)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "neck_back_left": { + "rotation": { + "0.0": { + "post": ["-7.5+0.5*(math.sin(q.anim_time*480+120)*2)", 0, "2*(math.sin(q.anim_time*240+80)*2)"], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -0.1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": { + "post": ["+0.4*(math.sin(q.anim_time*480+120)*2)", 0, "+0.4*(math.sin(q.anim_time*240+120)*2)"], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": ["1+0.005*(math.sin(q.anim_time*480+120)*2)", "1+0.005*(math.sin(q.anim_time*480+120)*2)", "1+0.005*(math.sin(q.anim_time*480+120)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "wing_left": { + "rotation": { + "0.0": { + "post": ["2+0.05*(math.sin(q.anim_time*480+100)*2)", 0, "-2-2*(math.sin(q.anim_time*480+100)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "wing_right": { + "rotation": { + "0.0": { + "post": ["2-0.05*(math.sin(q.anim_time*480+100)*2)", 0, "2+2*(math.sin(q.anim_time*480+100)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "headleaf_left": { + "rotation": { + "0.0": { + "post": ["0.5*(math.sin(q.anim_time*480+120)*2)", 0, "2*(math.sin(q.anim_time*240+80)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "headleaf_right": { + "rotation": { + "0.0": { + "post": ["0.5*(math.sin(q.anim_time*480+120)*2)", 0, "2*(math.sin(q.anim_time*240+80)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "bulb": { + "rotation": { + "0.0": { + "post": ["0.5*(math.sin(q.anim_time*480+80)*2)", 0, "2*(math.sin(q.anim_time*240+60)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left": { + "rotation": { + "0.0": { + "post": ["-0.4*(math.sin(q.anim_time*480+120)*2)", 0, "-0.4*(math.sin(q.anim_time*240+120)*2)"], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": ["-0.0126*(math.sin(q.anim_time*480+120)*2)", "+0.014*(math.sin(q.anim_time*240+120)*2)", "0.0126*(math.sin(q.anim_time*480+120)*2)"], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": ["1-0.005*(math.sin(q.anim_time*480+120)*2)", "1-0.005*(math.sin(q.anim_time*480+120)*2)", "1-0.005*(math.sin(q.anim_time*480+120)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right": { + "rotation": { + "0.0": { + "post": ["-0.4*(math.sin(q.anim_time*480+120)*2)", 0, "-0.4*(math.sin(q.anim_time*240+120)*2)"], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": ["0.0126*(math.sin(q.anim_time*480+120)*2)", "-0.014*(math.sin(q.anim_time*240+120)*2)", "0.0126*(math.sin(q.anim_time*480+120)*2)"], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": ["1-0.005*(math.sin(q.anim_time*480+120)*2)", "1-0.005*(math.sin(q.anim_time*480+120)*2)", "1-0.005*(math.sin(q.anim_time*480+120)*2)"], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.fomantis.ground_walk": { + "loop": true, + "animation_length": 1.2, + "override_previous_animation": true, + "bones": { + "body": { + "rotation": { + "0.0": [25, 0, 0], + "0.2": [10, -35, 0], + "0.6": { + "pre": [25, 0, 0], + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8": [10, 35, 0], + "1.2": { + "pre": [25, 0, 0], + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0.55, 0], + "0.2": [0, 1, 0], + "0.4": { + "pre": [0, 0.6, 0], + "post": [0, 0.6, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0.46, 0], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [0, 0.55, 0], + "lerp_mode": "catmullrom" + }, + "0.8": [0, 1, 0], + "1.0": { + "pre": [0, 0.6, 0], + "post": [0, 0.6, 0], + "lerp_mode": "catmullrom" + }, + "1.1": { + "post": [0, 0.46, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [0, 0.55, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": [1, 0.99, 1], + "0.2": [1, 1.03, 1], + "0.6": { + "pre": [1, 0.99, 1], + "post": [1, 0.99, 1], + "lerp_mode": "catmullrom" + }, + "0.8": [1, 1.03, 1], + "1.2": { + "pre": [1, 0.99, 1], + "post": [1, 0.99, 1], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "0.1": { + "post": [43.88908, -4.58369, 5.3708], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "0.7": { + "post": [-20.2103, 62.3954, -5.4016], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "0.1": { + "post": [0, 0, 45], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "0.7": { + "post": [0, 0, 70], + "lerp_mode": "catmullrom" + }, + "1.1": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": [0, 0, -30], + "0.1": [-20.21026, -62.39543, -5.40158], + "0.6": [0, 0, -30], + "0.7": [43.88908, -4.58369, -5.37077], + "1.2": [0, 0, -30] + } + }, + "arm_right2": { + "rotation": { + "0.0": [0, 0, -22.5], + "0.1": [0, 0, -45], + "0.6": [0, 0, -22.5], + "0.7": [0, 0, -70], + "1.1": [0, 0, -22.5], + "1.2": [0, 0, -22.5] + } + }, + "wing_left": { + "rotation": { + "0.0": [5, 0, 0], + "0.2": [0, 0, 0], + "0.5": [0, 0, 0], + "0.8": [27.5, 0, 0], + "1.2": [5, 0, 0] + } + }, + "wing_right": { + "rotation": { + "0.0": [5, 0, 0], + "0.2": [27.5, 0, 0], + "0.5": [0, 0, 0], + "0.8": [0, 0, 0], + "1.2": [5, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.3": [-7.5, 20, 0], + "0.6": [2, 0, 0], + "0.9": [-7.5, -20, 0], + "1.2": [0, 0, 0] + } + }, + "headleaf_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.2": [-15, 0, 0], + "0.5": [0, 0, 0], + "0.8": [-15, 0, 0], + "1.2": [0, 0, 0] + } + }, + "headleaf_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.2": [-15, 0, 0], + "0.5": [0, 0, 0], + "0.8": [-15, 0, 0], + "1.2": [0, 0, 0] + } + }, + "bulb": { + "rotation": { + "0.0": [0, 0, 0], + "0.2": [-14.68664, -9.00406, 0.18494], + "0.5": [0, 0, 0], + "0.8": [-14.68664, 9.0041, -0.1849], + "1.2": [0, 0, 0] + } + }, + "neckleaves": { + "rotation": { + "0.0": [0, 0, 0], + "0.2": [0, -15, 0], + "0.5": [0, 0, 0], + "0.9": [0, 15, 0], + "1.2": [0, 0, 0] + } + }, + "neck_front_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.2": [15, 0, 0], + "0.5": [0, 0, 0], + "0.8": [15, 0, 0], + "1.2": [0, 0, 0] + } + }, + "neck_front_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.2": [15, 0, 0], + "0.5": [0, 0, 0], + "0.8": [15, 0, 0], + "1.2": [0, 0, 0] + } + }, + "neck_back_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.2": [-15, 0, 0], + "0.5": [0, 0, 0], + "0.8": [-15, 0, 0], + "1.2": [0, 0, 0] + } + }, + "neck_back_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.2": [-15, 0, 0], + "0.5": [0, 0, 0], + "0.8": [-15, 0, 0], + "1.2": [0, 0, 0] + } + }, + "neck_front_mid": { + "rotation": { + "0.0": [0, 0, 0], + "0.2": [15, 0, 0], + "0.5": [0, 0, 0], + "0.8": [15, 0, 0], + "1.2": [0, 0, 0] + } + }, + "neck_back_mid": { + "rotation": { + "0.0": [0, 0, 0], + "0.2": [-15, 0, 0], + "0.5": [0, 0, 0], + "0.8": [-15, 0, 0], + "1.2": [0, 0, 0] + } + }, + "foot_right": { + "rotation": { + "0.0": [-13.98, 0, 0], + "0.1": [17.5, 0, 0], + "0.2": [45, 0, 0], + "0.6": [60, 0, 0], + "0.8": [-25, 0, 0], + "1.0": [-17.5, 0, 0], + "1.1": [-25, 0, 0], + "1.2": [-13.98, 0, 0] + }, + "position": { + "0.0": [0, 0.01, -0.19], + "0.1": [0, 0, 0], + "0.6": [0, 0, -0.5], + "0.8": [0, -0.25, -0.5], + "1.0": [0, 0, -0.5], + "1.2": [0, 0.01, -0.19] + } + }, + "foot_left": { + "rotation": { + "0.0": [60, 0, 0], + "0.2": [-25, 0, 0], + "0.4": [-17.5, 0, 0], + "0.5": [-25, 0, 0], + "0.7": [17.5, 0, 0], + "0.8": [45, 0, 0], + "1.2": [60, 0, 0] + }, + "position": { + "0.0": [0, 0, -0.5], + "0.2": [0, -0.25, -0.5], + "0.4": [0, 0, -0.5], + "0.7": [0, 0, 0], + "1.2": [0, 0, -0.5] + } + } + } + }, + "animation.fomantis.swim": { + "loop": true, + "bones": { + "body": { + "rotation": ["0.5*(math.sin(q.anim_time*90)*2)", "1*(math.sin(q.anim_time*180)*2)", "1*(math.sin(q.anim_time*180)*2)"], + "position": [0, 0, "0.1*(math.sin(q.anim_time*90)*2)"] + }, + "head": { + "rotation": ["0.5*(math.sin(q.anim_time*90)*2)", "-1*(math.sin(q.anim_time*180)*2)", "-1*(math.sin(q.anim_time*180)*2)"] + }, + "bulb": { + "rotation": ["0.5*(math.sin(q.anim_time*90-120)*2)", "1*(math.sin(q.anim_time*180-120)*2)", "1*(math.sin(q.anim_time*180-120)*2)"] + }, + "arm_left": { + "rotation": ["-5*(math.sin(q.anim_time*180-60)*2)", "-1*(math.sin(q.anim_time*90)*2)", "15-1*(math.sin(q.anim_time*180)*2)"] + }, + "arm_left2": { + "rotation": [0, "-1*(math.sin(q.anim_time*90)*2)", "15-5*(math.sin(q.anim_time*90-120)*2)"] + }, + "arm_right": { + "rotation": ["-5*(math.sin(q.anim_time*180-60)*2)", "1*(math.sin(q.anim_time*90)*2)", "-15+1*(math.sin(q.anim_time*180)*2)"] + }, + "arm_right2": { + "rotation": [0, "1*(math.sin(q.anim_time*90)*2)", "-15+5*(math.sin(q.anim_time*90-120)*2)"] + }, + "wing_left": { + "rotation": ["30-10*(math.sin(q.anim_time*90)*2)", "-5*(math.sin(q.anim_time*90)*2)", "1*(math.sin(q.anim_time*180)*2)"] + }, + "wing_right": { + "rotation": ["30-10*(math.sin(q.anim_time*90)*2)", "5*(math.sin(q.anim_time*90)*2)", "-1*(math.sin(q.anim_time*180)*2)"] + }, + "neck_front_right": { + "rotation": ["0.5*(math.sin(q.anim_time*90-120)*2)", "1*(math.sin(q.anim_time*180-120)*2)", "1*(math.sin(q.anim_time*180-120)*2)"] + }, + "neck_front_left": { + "rotation": ["0.5*(math.sin(q.anim_time*90-120)*2)", "1*(math.sin(q.anim_time*180-120)*2)", "1*(math.sin(q.anim_time*180-120)*2)"] + }, + "neck_back_right": { + "rotation": ["0.5*(math.sin(q.anim_time*90-120)*2)", "1*(math.sin(q.anim_time*180-120)*2)", "1*(math.sin(q.anim_time*180-120)*2)"] + }, + "neck_back_left": { + "rotation": ["0.5*(math.sin(q.anim_time*90-120)*2)", "1*(math.sin(q.anim_time*180-120)*2)", "1*(math.sin(q.anim_time*180-120)*2)"] + }, + "neck_front_mid": { + "rotation": ["0.5*(math.sin(q.anim_time*90-120)*2)", "1*(math.sin(q.anim_time*180-120)*2)", "1*(math.sin(q.anim_time*180-120)*2)"] + }, + "neck_back_mid": { + "rotation": ["0.5*(math.sin(q.anim_time*90-120)*2)", "1*(math.sin(q.anim_time*180-120)*2)", "1*(math.sin(q.anim_time*180-120)*2)"] + }, + "foot_right": { + "rotation": ["8*(math.sin(q.anim_time*90)*2)", 0, 0], + "position": [0, 0, "0.1*(math.sin(q.anim_time*90)*2)"] + }, + "foot_left": { + "rotation": ["-8*(math.sin(q.anim_time*90)*2)", 0, 0], + "position": [0, 0, "-0.1*(math.sin(q.anim_time*90)*2)"] + } + } + }, + "animation.fomantis.shoulder_right": { + "loop": true, + "bones": { + "body": { + "rotation": [-0.04994, -5.00698, "0.3275+1*(math.sin(q.anim_time*180)*2)"], + "position": [-6, -1, 0] + }, + "head": { + "rotation": [0, 0, "0+1*(math.sin(q.anim_time*180+40)*2)"] + }, + "bulb": { + "rotation": [0, 0, "+3*(math.sin(q.anim_time*180-40)*2)"] + }, + "arm_left": { + "rotation": [67.03686, 48.8769, 105.4014] + }, + "arm_left2": { + "rotation": [0, 0, 27.5] + }, + "arm_right": { + "rotation": [67.03686, -48.87691, -105.40135] + }, + "arm_right2": { + "rotation": [0, 0, -27.5] + }, + "wing_left": { + "rotation": [0, 0, "+1*(math.sin(q.anim_time*180-40)*2)"], + "position": [0, 0, 0.02] + }, + "wing_right": { + "rotation": [0, 0, "+1*(math.sin(q.anim_time*180-40)*2)"], + "position": [0, 0, 0.01] + }, + "neck_front_right": { + "rotation": ["0+2*(math.sin(q.anim_time*180-20)*2)", 0, 0] + }, + "neck_front_left": { + "rotation": ["0+2*(math.sin(q.anim_time*180-20)*2)", 0, 0] + }, + "neck_back_right": { + "rotation": ["0-2*(math.sin(q.anim_time*180-20)*2)", 0, 0] + }, + "neck_back_left": { + "rotation": ["0-2*(math.sin(q.anim_time*180-20)*2)", 0, 0] + }, + "neck_front_mid": { + "rotation": ["0+2*(math.sin(q.anim_time*180-20)*2)", 0, 0] + }, + "neck_back_mid": { + "rotation": ["0-2*(math.sin(q.anim_time*180-20)*2)", 0, 0] + }, + "foot_right": { + "rotation": ["0+2*(math.sin(q.anim_time*180)*2)", 0, 0], + "position": [0, 1, -2] + }, + "foot_left": { + "rotation": ["0-2*(math.sin(q.anim_time*180)*2)", 0, 0], + "position": [0, 1, -2] + } + } + }, + "animation.fomantis.shoulder_left": { + "loop": true, + "bones": { + "body": { + "rotation": [-0.04994, 5.007, "0.3275+1*(math.sin(q.anim_time*180)*2)"], + "position": [6, -1, 0] + }, + "head": { + "rotation": [0, 0, "0+1*(math.sin(q.anim_time*180+40)*2)"] + }, + "bulb": { + "rotation": [0, 0, "+3*(math.sin(q.anim_time*180-40)*2)"] + }, + "arm_left": { + "rotation": [67.03686, 48.8769, 105.4014] + }, + "arm_left2": { + "rotation": [0, 0, 27.5] + }, + "arm_right": { + "rotation": [67.03686, -48.87691, -105.40135] + }, + "arm_right2": { + "rotation": [0, 0, -27.5] + }, + "neck_front_right": { + "rotation": ["0+2*(math.sin(q.anim_time*180-20)*2)", 0, 0] + }, + "neck_front_left": { + "rotation": ["0+2*(math.sin(q.anim_time*180-20)*2)", 0, 0] + }, + "neck_back_right": { + "rotation": ["0-2*(math.sin(q.anim_time*180-20)*2)", 0, 0] + }, + "neck_back_left": { + "rotation": ["0-2*(math.sin(q.anim_time*180-20)*2)", 0, 0] + }, + "neck_front_mid": { + "rotation": ["0+2*(math.sin(q.anim_time*180-20)*2)", 0, 0] + }, + "neck_back_mid": { + "rotation": ["0-2*(math.sin(q.anim_time*180-20)*2)", 0, 0] + }, + "foot_right": { + "rotation": ["0+2*(math.sin(q.anim_time*180)*2)", 0, 0], + "position": [0, 1, -2] + }, + "foot_left": { + "rotation": ["0-2*(math.sin(q.anim_time*180)*2)", 0, 0], + "position": [0, 1, -2] + }, + "wing_left": { + "rotation": [0, 0, "+1*(math.sin(q.anim_time*180-40)*2)"], + "position": [0, 0, 0.02] + }, + "wing_right": { + "rotation": [0, 0, "+1*(math.sin(q.anim_time*180-40)*2)"], + "position": [0, 0, 0.01] + } + } + }, + "animation.fomantis.sleep": { + "loop": true, + "bones": { + "body": { + "position": { + "0.0": { + "post": [0, 1.1, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": ["1-0.004*(math.sin(q.anim_time*90)*2)", "1-0.004*(math.sin(q.anim_time*90)*2)", "1-0.004*(math.sin(q.anim_time*90)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": ["0.5*(math.sin(q.anim_time*90)*2)", 0, "0.5*(math.sin(q.anim_time*45-10)*2)"], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -7, 0], + "lerp_mode": "catmullrom" + } + } + }, + "eyelid_left": { + "rotation": [0, 0, 5], + "position": [0, -0.5, -0.25], + "scale": [1, 0.4, 1] + }, + "eyelid_right": { + "rotation": [0, 0, -5], + "position": [0, -0.5, -0.25], + "scale": [1, 0.4, 1] + }, + "eye_left": { + "scale": [1, 0.1, 1] + }, + "eye_right": { + "scale": [1, 0.1, 1] + }, + "bulb": { + "rotation": { + "0.0": { + "post": ["-0.5*(math.sin(q.anim_time*90)*2)", 0, "-0.5*(math.sin(q.anim_time*45-10)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": [0, 65, 0], + "position": [0, -7.01, 0] + }, + "arm_left2": { + "rotation": [0, 17.5, 0], + "position": [-0.5, -0.001, 0.05] + }, + "arm_right": { + "rotation": [0, -42.5, 0], + "position": [0, -7.01, 0] + }, + "arm_right2": { + "rotation": [0, -35, 0], + "position": [0.85, 0.001, 0.3] + }, + "wing_left": { + "rotation": [90, 47.5, 25], + "position": [0, -7.501, 0] + }, + "wing_right": { + "rotation": [90, -47.5, -25], + "position": [0, -7.501, 0] + }, + "neckleaves": { + "position": [0, -7, 0] + } + } + }, + "animation.fomantis.eyes_default": { + "loop": true, + "bones": { + "eye_left": { + "rotation": [0, 0, -5] + }, + "eye_left_shine": { + "position": [-1, 0.00095, -0.02179], + "scale": [0.8, 0.8, 1] + }, + "eye_left_iris": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1.5, 0.8, 1], + "lerp_mode": "catmullrom" + } + } + }, + "eye_right": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + } + }, + "eye_right_shine": { + "position": [-1, 0.00095, -0.02179], + "scale": [0.8, 0.8, 1] + }, + "eye_right_iris": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1.5, 0.8, 1], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.fomantis.eyes_angry": { + "loop": true, + "override_previous_animation": true, + "bones": { + "eye_left": { + "rotation": [0, 0, -5] + }, + "eye_left_shine": { + "position": [0, -0.99905, -0.02179], + "scale": [0.8, 0.8, 1] + }, + "eye_left_iris": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1.5, 0.8, 1], + "lerp_mode": "catmullrom" + } + } + }, + "eye_right": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + } + }, + "eye_right_shine": { + "position": [-1, -0.99905, -0.02179], + "scale": [0.8, 0.8, 1] + }, + "eye_right_iris": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1.5, 0.8, 1], + "lerp_mode": "catmullrom" + } + } + }, + "eyelid_left": { + "rotation": [0, 0, -27.5], + "position": [-0.35, 0.325, -0.25], + "scale": [1.3, 1, 1] + }, + "eyelid_right": { + "rotation": [0, 0, 27.5], + "position": [0.35, 0.325, -0.25], + "scale": [1.3, 1, 1] + } + } + }, + "animation.fomantis.eyes_sad": { + "loop": true, + "override_previous_animation": true, + "bones": { + "eye_left": { + "rotation": [0, 0, -5] + }, + "eye_left_shine": { + "position": [0, -0.99905, -0.02179], + "scale": [0.8, 0.8, 1] + }, + "eye_left_iris": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.25, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1.5, 0.8, 1], + "lerp_mode": "catmullrom" + } + } + }, + "eye_right": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + } + }, + "eye_right_shine": { + "position": [-1, -0.99905, -0.02179], + "scale": [0.8, 0.8, 1] + }, + "eye_right_iris": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.25, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1.5, 0.8, 1], + "lerp_mode": "catmullrom" + } + } + }, + "eyelid_left": { + "rotation": [0, 0, 17.5], + "position": [-0.15, 0.325, -0.25], + "scale": [1.3, 1, 1] + }, + "eyelid_right": { + "rotation": [0, 0, -17.5], + "position": [0.15, 0.325, -0.25], + "scale": [1.3, 1, 1] + } + } + }, + "animation.fomantis.eyes_quirk": { + "animation_length": 3, + "override_previous_animation": true, + "bones": { + "eye_left_iris": { + "position": { + "0.5": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": [-0.5, 0.4, 0], + "2.0": [-0.5, 0.4, 0], + "2.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "eye_right_iris": { + "position": { + "0.5": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": [-0.5, 0.4, 0], + "2.0": [-0.5, 0.4, 0], + "2.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.fomantis.blink": { + "animation_length": 1.5, + "override_previous_animation": true, + "bones": { + "eye_left": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + }, + "eye_right": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + } + } + }, + "animation.fomantis.quirk": { + "animation_length": 2, + "override_previous_animation": true, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.2917": [0, 0, 0], + "0.4167": [1.57487, -7.38072, 5.04096], + "0.5417": [-3.42527, -24.87132, 5.44354], + "1.0833": [1.57487, 7.3807, -5.041], + "1.25": [-3.42527, 24.8713, -5.4435], + "1.7917": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-15, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-15, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.625": [0, 0, 0], + "0.875": [-80, 0, -57.5], + "1.0833": [0, 47.5, 0], + "1.7917": [0, 0, 0] + } + }, + "arm_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-80, 0, 57.5], + "0.4583": [0, -47.5, 0], + "1.7917": [0, 0, 0] + } + } + } + }, + "animation.fomantis.testing": { + "loop": true, + "bones": { + "body": { + "rotation": [12.5, -10, 0], + "position": [0, 5, 0] + }, + "head": { + "rotation": [-17.5, 0, 0] + }, + "bulb": { + "rotation": [0, 0, -7.5] + }, + "arm_left": { + "rotation": [0, -32.5, 0] + }, + "arm_left2": { + "rotation": [0, 47.5, 0], + "position": [-1.15, 0.001, 0.5] + }, + "arm_right": { + "rotation": [0, -100, 0] + }, + "arm_right2": { + "rotation": [0, -42.5, 0], + "position": [1.025, 0.001, 0.4] + }, + "neck_front_right": { + "rotation": [-10, 0, 0] + }, + "neck_front_left": { + "rotation": [-15, 0, 0] + }, + "neck_front_mid": { + "rotation": [-22.5, 0, 0] + }, + "foot_right": { + "rotation": [-32.5, 0, 0] + }, + "foot_left": { + "rotation": [-27.5, 0, 0] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/foongus/foongus.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/foongus/foongus.animation.json new file mode 100644 index 0000000..43cd46e --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/foongus/foongus.animation.json @@ -0,0 +1,58 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.foongus.ground_idle": { + "loop": true, + "bones": { + "body_bot": { + "rotation": [0, 0, "2.5*math.sin(q.anim_time*1.5*90)"], + "position": [0, "math.abs(0.1*math.sin(q.anim_time*1.5*90))", 0] + }, + "body_top": { + "rotation": [0, 0, "2.5*math.sin(q.anim_time*1.5*90)"] + }, + "left_hand": { + "rotation": ["-2.7384+Math.cos((query.anim_time) * 90 * 1) * 7", -4.88577, "27.391+Math.sin((query.anim_time) * 90 * 1) * 7"] + }, + "right_hand": { + "rotation": ["-0.9145+Math.cos((query.anim_time-1) * 90 * 1) * 7", 0.1205, "-30.0292+Math.sin((query.anim_time-1) * 90 * 1) * -7"] + } + } + }, + "animation.foongus.blink": { + "animation_length": 0.625, + "bones": { + "eye": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + } + } + }, + "animation.foongus.ground_walk": { + "loop": true, + "bones": { + "body_bot": { + "rotation": [0, "6*math.sin(q.anim_time*90*4)", "4*math.sin(q.anim_time*4*90-90)"], + "position": [0, "math.abs(0.15*math.sin(q.anim_time*4*90-90))", 0] + }, + "body_top": { + "rotation": [0, "6*math.sin(q.anim_time*90*4)", "4*math.sin(q.anim_time*4*90-90)"], + "position": [0, "math.abs(0.15*math.sin(q.anim_time*4*90-90))", 0] + }, + "left_hand": { + "rotation": [5.65205, "-16.3747+math.cos(q.anim_time*90*4)*3", "36.8368-math.sin(q.anim_time*90*4)*6"] + }, + "right_hand": { + "rotation": [5.65205, "16.3747-math.cos(q.anim_time*90*4)*3", "-36.8368+math.sin(q.anim_time*90*4)*6"] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/fraxure/fraxure.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/fraxure/fraxure.animation.json new file mode 100644 index 0000000..8eb481f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/fraxure/fraxure.animation.json @@ -0,0 +1,3025 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.fraxure.pose": { + "loop": true, + "bones": { + "Body": { + "rotation": [2.5, 0, 0], + "position": [0, 0, -2] + }, + "Left_Leg": { + "rotation": [0, -75, 0], + "position": [0, 0, -1] + }, + "Right_Leg": { + "rotation": [0, 42.5, 0], + "position": [0, 0, -3] + }, + "head": { + "rotation": [-5, 0, -5] + }, + "Lower_Jaw": { + "rotation": [30, 0, 0] + }, + "Left_Shoulder": { + "rotation": [2.46207, 0.43399, 7.50933] + }, + "Right_Shoulder": { + "rotation": [18.3754, -31.98591, -11.80233], + "position": [0, -1, -2] + }, + "Tail_1": { + "rotation": [15, 0, 0] + }, + "Left_Inner_Toe": { + "rotation": [0, -7.5, 0] + }, + "Right_Inner_Toe": { + "rotation": [0, 10, 0] + }, + "Tail_2": { + "rotation": [20, 0, 0] + }, + "Tail_3": { + "rotation": [2.5, 0, 0] + }, + "Tail_4": { + "rotation": [-17.5, 0, 0] + }, + "Right_Pinky": { + "rotation": [0, 0, 42.5] + }, + "Right_Forearm": { + "rotation": [-2.5, 0, 7.5] + }, + "Right_Arm": { + "rotation": [12.5, 0, 2.5] + }, + "Left_Arm": { + "rotation": [0, 0, -5] + }, + "Left_Forearm": { + "rotation": [0, 0, -5] + }, + "Left_Thumb": { + "rotation": [0, 0, 10] + }, + "Left_MiddleFinger": { + "rotation": [0, 0, -30] + }, + "Left_Pinky": { + "rotation": [0, 0, 2.5] + }, + "Right_Thumb": { + "rotation": [0, 0, -15] + }, + "Right_MiddleFinger": { + "rotation": [0, 0, 10] + } + } + }, + "animation.fraxure.idle_base": { + "loop": true, + "animation_length": 3, + "bones": { + "Body": { + "rotation": [5, 0, 0], + "position": [0, 0, 0] + }, + "Crest": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "head": { + "rotation": [5, 0, 0], + "position": [0, 0.25, 0.5] + }, + "Lower_Jaw": { + "rotation": [-5, 0, 0] + }, + "Left_Shoulder": { + "rotation": [-2.4103, 36.835, 12.5306] + }, + "Left_Arm": { + "rotation": [2.61298, 9.65594, 15.22074] + }, + "Left_Forearm": { + "rotation": [-4.83476, 27.0478, 11.24314] + }, + "Left_Thumb": { + "rotation": [0, 0, 17.5] + }, + "Left_MiddleFinger": { + "rotation": [0, 0, 10] + }, + "Left_Pinky": { + "rotation": [0, 0, 15] + }, + "Right_Shoulder": { + "rotation": [-2.4103, -36.835, -12.5306] + }, + "Right_Arm": { + "rotation": [2.61298, -9.65594, -15.22074] + }, + "Right_Forearm": { + "rotation": [-4.83476, -27.0478, -11.24314] + }, + "Right_Thumb": { + "rotation": [0, 0, -17.5] + }, + "Right_MiddleFinger": { + "rotation": [0, 0, 2.5] + }, + "Right_Pinky": { + "rotation": [0, 0, -15] + }, + "Tail_1": { + "rotation": [10, 0, 0] + }, + "Tail_2": { + "rotation": [15, 0, 0] + }, + "Tail_3": { + "rotation": [10, 0, 0] + }, + "Tail_4": { + "rotation": [10, 0, 0] + }, + "Left_Leg": { + "rotation": [0, -50, 0], + "position": [-1, 0, -1] + }, + "Left_Calf": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "Left_Inner_Toe": { + "rotation": [0, -15, 0] + }, + "Left_Middle_Toe": { + "rotation": [0, 5, 0] + }, + "Left_Outer_Toe": { + "rotation": [0, -5, 0] + }, + "Right_Leg": { + "rotation": [0, 50, 0], + "position": [1, 0, -1] + }, + "Right_Calf": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "Right_Inner_Toe": { + "rotation": [0, 15, 0] + }, + "Right_Middle_Toe": { + "rotation": [0, -5, 0] + }, + "Right_Outer_Toe": { + "rotation": [0, 5, 0] + } + } + }, + "animation.fraxure.ground_idle": { + "loop": true, + "animation_length": 3, + "bones": { + "Body": { + "rotation": ["5+math.sin((query.anim_time)*240)*3", 0, 0], + "position": [0, "0-math.sin((query.anim_time-0.1)*240)*0.3", "0+math.sin((query.anim_time)*240)*0.2"] + }, + "Crest": { + "rotation": ["0+math.sin((query.anim_time-0.1)*240)*0.5", 0, 0], + "position": [0, "0+math.sin((query.anim_time)*240)*0.05", "0-math.sin((query.anim_time)*240)*0.05"] + }, + "head": { + "rotation": ["5+math.sin((query.anim_time-0.1)*240)*1", 0, 0], + "position": [0, 0.25, 0.5] + }, + "Lower_Jaw": { + "rotation": [-5, 0, 0] + }, + "Left_Shoulder": { + "rotation": [ + "-2.4103+math.sin((query.anim_time-0.1)*240)*2", + "36.835+math.sin((query.anim_time-0.3)*240)*1", + "12.5306+math.sin((query.anim_time-0.1)*240)*5" + ] + }, + "Left_Arm": { + "rotation": [2.61298, 9.65594, 15.22074] + }, + "Left_Forearm": { + "rotation": [-4.83476, "27.0478+math.sin((query.anim_time-0.3)*240)*3", 11.24314] + }, + "Left_Thumb": { + "rotation": [0, 0, "17.5+math.sin((query.anim_time-0.4)*240)*5"] + }, + "Left_MiddleFinger": { + "rotation": [0, 0, "10+math.sin((query.anim_time-0.4)*240)*5"] + }, + "Left_Pinky": { + "rotation": [0, 0, "15+math.sin((query.anim_time-0.4)*240)*5"] + }, + "Right_Shoulder": { + "rotation": [ + "-2.4103+math.sin((query.anim_time-0.1)*240)*2", + "-36.835-math.sin((query.anim_time-0.3)*240)*1", + "-12.5306-math.sin((query.anim_time-0.1)*240)*5" + ] + }, + "Right_Arm": { + "rotation": [2.61298, -9.65594, -15.22074] + }, + "Right_Forearm": { + "rotation": [-4.83476, "-27.0478-math.sin((query.anim_time-0.3)*240)*3", -11.24314] + }, + "Right_Thumb": { + "rotation": [0, 0, "-17.5-math.sin((query.anim_time-0.4)*240)*5"] + }, + "Right_MiddleFinger": { + "rotation": [0, 0, "2.5-math.sin((query.anim_time-0.4)*240)*5"] + }, + "Right_Pinky": { + "rotation": [0, 0, "-15-math.sin((query.anim_time-0.4)*240)*5"] + }, + "Tail_1": { + "rotation": ["10+math.sin((query.anim_time-0.1)*240)*2", 0, 0] + }, + "Tail_2": { + "rotation": ["15+math.sin((query.anim_time-0.2)*240)*2", 0, 0] + }, + "Tail_3": { + "rotation": [10, 0, 0] + }, + "Tail_4": { + "rotation": [10, 0, 0] + }, + "Left_Leg": { + "rotation": ["0-math.sin((query.anim_time)*240)*2", -50, 0], + "position": [-1, "0-math.sin((query.anim_time)*240)*0.2", -1] + }, + "Left_Calf": { + "rotation": ["0+math.sin((query.anim_time)*240)*2", 0, 0], + "position": [0, "0+math.sin((query.anim_time)*240)*0.1", "0+math.sin((query.anim_time)*240)*0.2"] + }, + "Left_Inner_Toe": { + "rotation": [0, -15, 0] + }, + "Left_Middle_Toe": { + "rotation": [0, 5, 0] + }, + "Left_Outer_Toe": { + "rotation": [0, -5, 0] + }, + "Right_Leg": { + "rotation": ["0-math.sin((query.anim_time)*240)*2", 50, 0], + "position": [1, "0-math.sin((query.anim_time)*240)*0.2", -1] + }, + "Right_Calf": { + "rotation": ["0+math.sin((query.anim_time)*240)*2", 0, 0], + "position": [0, "0+math.sin((query.anim_time)*240)*0.1", "0+math.sin((query.anim_time)*240)*0.2"] + }, + "Right_Inner_Toe": { + "rotation": [0, 15, 0] + }, + "Right_Middle_Toe": { + "rotation": [0, -5, 0] + }, + "Right_Outer_Toe": { + "rotation": [0, 5, 0] + } + } + }, + "animation.fraxure.ground_walk": { + "loop": true, + "animation_length": 4, + "bones": { + "Body": { + "rotation": ["5+math.sin(q.anim_time*360-0.3)*4", "0-math.cos(q.anim_time*180-0.3)*10", "0-math.sin(q.anim_time*180-0.3)*8"], + "position": { + "0.0": [0, 0.3, -0.5], + "0.0417": [0, 0, -0.5], + "0.9583": [0, 0, -0.5], + "1.0": [0, 0.3, -0.5], + "1.0417": [0, 0, -0.5], + "1.9583": [0, 0, -0.5], + "2.0": [0, 0.3, -0.5], + "2.0417": [0, 0, -0.5], + "2.9583": [0, 0, -0.5], + "3.0": [0, 0.3, -0.5], + "3.0417": [0, 0, -0.5], + "3.9583": [0, 0, -0.5] + } + }, + "Crest": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "head": { + "rotation": ["5+math.sin((query.anim_time-0.1)*360)*5", 0, 0], + "position": [0, 0.25, 0.5] + }, + "Lower_Jaw": { + "rotation": [-5, 0, 0] + }, + "Left_Shoulder": { + "rotation": [ + "-2.410-math.sin((query.anim_time-0.4)*180)*10", + "36.835+math.sin((query.anim_time-0.4)*180)*10", + "12.5306-math.sin((query.anim_time-0.4)*180)*10" + ] + }, + "Left_Arm": { + "rotation": [2.61298, 9.65594, 15.22074] + }, + "Left_Forearm": { + "rotation": [ + "-4.8348+math.sin((query.anim_time-0.6)*180)*15", + "27.0478+math.sin((query.anim_time-0.6)*180)*20", + "11.2431+math.sin((query.anim_time-0.6)*180)*15" + ] + }, + "Left_Thumb": { + "rotation": [0, 0, 17.5] + }, + "Left_MiddleFinger": { + "rotation": [0, 0, 10] + }, + "Left_Pinky": { + "rotation": [0, 0, 15] + }, + "Right_Shoulder": { + "rotation": [ + "-2.410-math.sin((query.anim_time-0.4)*180)*10", + "-36.835+math.sin((query.anim_time-0.4)*180)*10", + "-12.5306-math.sin((query.anim_time-0.4)*180)*10" + ] + }, + "Right_Arm": { + "rotation": [2.61298, -9.65594, -15.22074] + }, + "Right_Forearm": { + "rotation": [ + "-4.8348+math.sin((query.anim_time-0.6)*180)*15", + "-27.0478+math.sin((query.anim_time-0.6)*180)*20", + "-11.2431+math.sin((query.anim_time-0.6)*180)*15" + ] + }, + "Right_Thumb": { + "rotation": [0, 0, -17.5] + }, + "Right_MiddleFinger": { + "rotation": [0, 0, -10] + }, + "Right_Pinky": { + "rotation": [0, 0, -15] + }, + "Tail_1": { + "rotation": ["10+math.sin((query.anim_time-0.1)*360)*2", "0-math.sin((query.anim_time-0.2)*180)*6", 0] + }, + "Tail_2": { + "rotation": ["15+math.sin((query.anim_time-0.2)*360)*2", "0-math.sin((query.anim_time-0.3)*180)*6", 0] + }, + "Tail_3": { + "rotation": [10, 0, 0] + }, + "Tail_4": { + "rotation": [10, 0, 0] + }, + "Left_Leg": { + "rotation": { + "0.0": { + "post": [19.95112, -29.19972, -1.69958], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [27.65977, -17.66419, -18.18352], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-20.45252, -27.94119, -1.99452], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.75806, -24.97457, 1.16524], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [19.95112, -29.19972, -1.69958], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [27.65977, -17.66419, -18.18352], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-20.45252, -27.94119, -1.99452], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.75806, -24.97457, 1.16524], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [19.95112, -29.19972, -1.69958], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-1, 0.59, -0.1], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-0.97, 1.41, -1.23], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-1, 2, -1.57], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-1.5, 1.75, -2.57], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-1, -0.25, -3.82], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-1, 0.59, -0.1], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-0.97, 1.46, -1.03], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-1, 2, -1.57], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-1.5, 1.75, -2.57], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-1, -0.25, -3.82], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-1, 0.59, -0.1], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Calf": { + "rotation": { + "0.0": [-18.57, 0, 0], + "0.375": [2.51564, 0.75155, 2.38443], + "0.75": [2.5, 0, 0], + "1.25": [-2.5, 0, 0], + "1.5833": [-10, 0, 0], + "2.0": [-18.57, 0, 0], + "2.375": [2.51564, 0.75155, 2.38443], + "2.75": [2.5, 0, 0], + "3.25": [-2.5, 0, 0], + "3.5833": [-10, 0, 0], + "4.0": [-18.57, 0, 0] + }, + "position": { + "0.0": [0, 0.25, 0], + "0.375": [0, 0.25, 0], + "0.75": [0, 0.25, 0], + "1.25": [0, 0.25, 0], + "1.5833": [0, 0.25, 0], + "2.0": [0, 0.25, 0], + "2.375": [0, 0.25, 0], + "2.75": [0, 0.25, 0], + "3.25": [0, 0.25, 0], + "3.5833": [0, 0.25, 0], + "4.0": [0, 0.25, 0] + } + }, + "Left_Inner_Toe": { + "rotation": [0, -15, 0] + }, + "Left_Middle_Toe": { + "rotation": [0, 5, 0] + }, + "Left_Outer_Toe": { + "rotation": [0, -5, 0] + }, + "Right_Leg": { + "rotation": { + "0.0": { + "post": [-2.75806, 24.97457, -1.16524], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [19.95112, 29.19972, 1.69958], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [27.65977, 17.66419, 18.18352], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-20.45252, 27.94119, 1.99452], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-2.75806, 24.97457, -1.16524], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [19.95112, 29.19972, 1.69958], + "lerp_mode": "catmullrom" + }, + "3.375": { + "post": [27.65977, 17.66419, 18.18352], + "lerp_mode": "catmullrom" + }, + "3.8333": { + "post": [-20.45252, 27.94119, 1.99452], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-2.75806, 24.97457, -1.16524], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [1, -0.25, -3.82], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [1, 0.59, -0.1], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0.97, 1.46, -1.03], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [1, 2, -1.57], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [1.5, 1.75, -2.57], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [1, -0.25, -3.82], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1, 0.59, -0.1], + "lerp_mode": "catmullrom" + }, + "3.2083": { + "post": [0.97, 1.46, -1.03], + "lerp_mode": "catmullrom" + }, + "3.375": { + "post": [1, 2, -1.57], + "lerp_mode": "catmullrom" + }, + "3.8333": { + "post": [1.5, 1.75, -2.57], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [1, -0.25, -3.82], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Calf": { + "rotation": { + "0.0": [2.5, 0, 0], + "0.25": [-2.5, 0, 0], + "0.5833": [-10, 0, 0], + "1.0": [-18.57, 0, 0], + "1.375": [2.51564, -0.75155, -2.38443], + "2.0": [2.5, 0, 0], + "2.25": [-2.5, 0, 0], + "2.5833": [-10, 0, 0], + "3.0": [-18.57, 0, 0], + "3.375": [5.01564, -0.75155, -2.38443], + "4.0": [2.5, 0, 0] + }, + "position": { + "0.0": [0, 0.25, 0], + "0.25": [0, 0.25, 0], + "0.5833": [0, 0.25, 0], + "1.0": [0, 0.25, 0], + "1.375": [0, 0.25, 0], + "2.0": [0, 0.25, 0], + "2.25": [0, 0.25, 0], + "2.5833": [0, 0.25, 0], + "3.0": [0, 0.25, 0], + "3.375": [0, 0.25, 0], + "4.0": [0, 0.25, 0] + } + }, + "Right_Inner_Toe": { + "rotation": [0, 15, 0] + }, + "Right_Middle_Toe": { + "rotation": [0, -5, 0] + }, + "Right_Outer_Toe": { + "rotation": [0, 5, 0] + } + } + }, + "animation.fraxure.cry": { + "animation_length": 2, + "bones": { + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-2.70486, 15.20084, -10.35652], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-2.70486, -15.2008, 10.3565], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "0.625": [0, 0, 0], + "0.6667": [0, -0.2, 0], + "0.7083": [0, 0, 0], + "0.75": [0, -0.2, 0], + "0.7917": [0, 0, 0], + "0.8333": [0, -0.2, 0], + "0.875": [0, 0, 0], + "0.9167": [0, -0.2, 0], + "0.9583": [0, 0, 0], + "1.0": [0, -0.2, 0], + "1.0417": [0, 0, 0], + "1.0833": [0, -0.2, 0], + "1.125": [0, 0, 0], + "1.1667": [0, -0.2, 0], + "1.2083": [0, 0, 0], + "1.25": [0, -0.2, 0], + "1.2917": [0, 0, 0], + "1.5833": [0, 0, 0], + "2.0": [0, 0, 0] + } + }, + "Lower_Jaw": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "2.0": [0, 0, 0] + } + }, + "Left_Shoulder": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 5, 10], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-5, -15, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": [0, 0, 0] + }, + "Left_Forearm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Shoulder": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, -5, -10], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-7.5, 15, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": [0, 0, 0] + }, + "Right_Forearm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + }, + "sound_effects": { + "0.5": { + "effect": "pokemon.fraxure.cry" + } + } + }, + "animation.fraxure.blink": { + "animation_length": 0.2917, + "bones": { + "Left_EyeOpen": { + "position": [0, 0, 0] + }, + "Right_EyeOpen": { + "position": [0, 0, 0] + }, + "Right_EyeClosed": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [-1, 0, 0], + "0.2083": [-1, 0, 0], + "0.25": [0, 0, 0] + } + }, + "Left_EyeClosed": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [1, 0, 0], + "0.2083": [1, 0, 0], + "0.25": [0, 0, 0] + } + } + } + }, + "animation.fraxure.faint": { + "animation_length": 3, + "bones": { + "Body": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-15.22074, 9.65594, -2.61298], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-20.07031, 4.69776, -1.71394], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": [62.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.875": [0, 0, 1], + "1.75": [0, 0, 1], + "2.1667": [0, -2, -7], + "2.25": [0, -1.75, -7], + "2.3333": [0, -2, -7] + } + }, + "Crest": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "head": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": [-47.5, 0, 0] + }, + "position": { + "0.0": [0, 0.25, 0.5], + "2.1667": [0, 0.25, -0.5] + } + }, + "Lower_Jaw": { + "rotation": [-5, 0, 0] + }, + "Left_Shoulder": { + "rotation": { + "0.0": [-2.4103, 36.835, 12.5306], + "0.375": [15.52369, 44.24266, 13.14647], + "1.875": [0.58053, 43.8579, -8.06165] + } + }, + "Left_Arm": { + "rotation": { + "0.0": [2.61298, 9.65594, 15.22074], + "1.875": [0.44067, 9.99038, 2.53852], + "1.9583": [-1.31845, 9.91358, -7.61435] + } + }, + "Left_Forearm": { + "rotation": { + "0.0": [-4.83476, 27.0478, 11.24314], + "0.75": [-6.31393, 46.95674, 8.82264], + "1.625": [21.76623, 43.07244, 47.74547], + "1.875": [-21.09152, 43.3543, -11.89671], + "1.9583": [-27.22502, 40.27681, -21.08177] + } + }, + "Left_Thumb": { + "rotation": [0, 0, 17.5] + }, + "Left_MiddleFinger": { + "rotation": [0, 0, 10] + }, + "Left_Pinky": { + "rotation": [0, 0, 15] + }, + "Right_Shoulder": { + "rotation": { + "0.0": [-2.4103, -36.835, -12.5306], + "0.375": [15.52369, -44.24266, -13.14647], + "1.875": [0.58053, -43.8579, 8.06165] + } + }, + "Right_Arm": { + "rotation": [2.61298, -9.65594, -15.22074] + }, + "Right_Forearm": { + "rotation": { + "0.0": [-4.83476, -27.0478, -11.24314], + "0.75": [-6.31393, -46.95674, -8.82264], + "1.625": [21.76623, -43.07244, -47.74547], + "1.875": [-21.09152, -43.3543, 11.89671], + "1.9583": [-27.22502, -40.27681, 21.08177] + } + }, + "Right_Thumb": { + "rotation": [0, 0, -17.5] + }, + "Right_MiddleFinger": { + "rotation": [0, 0, 2.5] + }, + "Right_Pinky": { + "rotation": [0, 0, -15] + }, + "Tail_1": { + "rotation": { + "0.0": [10, 0, 0], + "0.75": { + "pre": [2.5, 0, 0], + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": [-80, 0, 0], + "2.4167": [-80, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.8333": [0, 0, 0], + "2.1667": [0, 2.25, -2], + "2.4167": [0, 2.25, -2] + } + }, + "Tail_2": { + "rotation": { + "0.0": [15, 0, 0], + "0.875": { + "pre": [7.5, 0, 0], + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [9.54, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": [-5, 0, 0] + } + }, + "Tail_3": { + "rotation": { + "0.0": [10, 0, 0], + "1.0": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [13.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": [0, 0, 0] + } + }, + "Tail_4": { + "rotation": { + "0.0": [10, 0, 0], + "1.0": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": [15, 0, 0] + } + }, + "Left_Leg": { + "rotation": { + "0.0": { + "post": [0, -50, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [7.5, -50, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [11.36792, -64.80773, -4.55212], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [11.36792, -64.80773, -4.55212], + "lerp_mode": "catmullrom" + }, + "2.1667": [65.02082, -8.81007, -77.94405] + }, + "position": { + "0.0": [-1, 0, -1], + "0.6667": [-1, 0.25, -1], + "1.4583": [-0.25, 0.25, -1], + "1.7083": [-0.25, 0.25, -1], + "1.9167": [-0.25, -0.99, -2.94], + "2.1667": [-0.25, -4.75, -5] + } + }, + "Left_Calf": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-5.65272, 10.23662, 1.90202], + "lerp_mode": "catmullrom" + }, + "2.1667": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.6667": [0, 0, -0.27], + "1.4583": [-0.25, 0, 0.5], + "2.1667": [-0.25, 0, 0.5] + } + }, + "Left_Inner_Toe": { + "rotation": [0, -15, 0] + }, + "Left_Middle_Toe": { + "rotation": [0, 5, 0] + }, + "Left_Outer_Toe": { + "rotation": [0, -5, 0] + }, + "Right_Leg": { + "rotation": { + "0.0": { + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 62.5, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [26.43596, 58.95768, 30.12627], + "lerp_mode": "catmullrom" + }, + "2.1667": [65.02082, 8.81007, 77.94405] + }, + "position": { + "0.0": [1, 0, -1], + "0.375": [0.64, 1, -0.29], + "0.6667": [0.25, 0, 0.5], + "1.6667": [0.25, 0, 0.25], + "2.1667": [0.25, -4.75, -5] + } + }, + "Right_Calf": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "2.1667": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.6667": [0.75, 0.25, 0], + "2.1667": [0.25, 0, 0.5] + } + }, + "Right_Inner_Toe": { + "rotation": [0, 15, 0] + }, + "Right_Middle_Toe": { + "rotation": [0, -5, 0] + }, + "Right_Outer_Toe": { + "rotation": [0, 5, 0] + }, + "Right_EyeClosed": { + "position": { + "0.2083": [0, 0, 0], + "0.25": [-1, 0, 0], + "0.4583": [-1, 0, 0], + "0.5": [0, 0, 0], + "0.5417": [-1, 0, 0], + "0.75": [-1, 0, 0], + "0.7917": [0, 0, 0], + "1.25": [0, 0, 0], + "1.2917": [-1, 0, 0] + } + }, + "Left_EyeClosed": { + "position": { + "0.2083": [0, 0, 0], + "0.25": [1, 0, 0], + "0.4583": [1, 0, 0], + "0.5": [0, 0, 0], + "0.5417": [1, 0, 0], + "0.75": [1, 0, 0], + "0.7917": [0, 0, 0], + "1.25": [0, 0, 0], + "1.2917": [1, 0, 0] + } + } + } + }, + "animation.fraxure.recoil": { + "animation_length": 1.5, + "bones": { + "Body": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [-8, 1, 0], + "post": [-8, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-5.4, 1.5, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-0.3, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "Lower_Jaw": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Right_EyeClosed": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, 0], + "0.0833": [-1, 0, 0], + "0.9583": [-1, 0, 0], + "1.0": [0, 0, 0] + } + }, + "Left_EyeClosed": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, 0], + "0.0833": [1, 0, 0], + "0.9583": [1, 0, 0], + "1.0": [0, 0, 0] + } + } + } + }, + "animation.fraxure.physical": { + "loop": true, + "animation_length": 3, + "bones": { + "Body": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-2.11798, 44.39449, -10.82013], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-28.24333, 70.28294, -20.7903], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [42.32072, -42.53651, -22.93723], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [47.669, -47.84985, -30.46201], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 2], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 2], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Crest": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "head": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-4.76747, 2.68638, 5.32728], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-5.56155, -42.27078, 7.49399], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": [0, 0.25, 0.5] + }, + "Lower_Jaw": { + "rotation": [-5, 0, 0] + }, + "Left_Shoulder": { + "rotation": { + "0.0": { + "post": [-2.4103, 36.835, 12.5306], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [6.34528, 10.51886, 24.77374], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [12.30456, 35.31313, 37.28169], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-4.39145, 43.44599, 29.01347], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-2.4103, 36.835, 12.5306], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.4103, 36.835, 12.5306], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Arm": { + "rotation": { + "0.0": { + "post": [2.61298, 9.65594, 15.22074], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [2.66257, 14.65065, 15.45605], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [2.61298, 9.65594, 15.22074], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.61298, 9.65594, 15.22074], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Forearm": { + "rotation": { + "0.0": { + "post": [-4.83476, 27.0478, 11.24314], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-4.83476, 27.0478, 11.24314], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-8.46875, 59.35586, 6.14595], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-4.83476, 27.0478, 11.24314], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-4.83476, 27.0478, 11.24314], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Thumb": { + "rotation": [0, 0, 17.5] + }, + "Left_MiddleFinger": { + "rotation": [0, 0, 10] + }, + "Left_Pinky": { + "rotation": [0, 0, 15] + }, + "Right_Shoulder": { + "rotation": { + "0.0": { + "post": [-2.4103, -36.835, -12.5306], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-9.02858, -33.34281, -0.67085], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-15.22521, -31.23384, 10.89928], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [2.79319, -34.30716, -21.74206], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-2.4103, -36.835, -12.5306], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.4103, -36.835, -12.5306], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Arm": { + "rotation": { + "0.0": { + "post": [2.61298, -9.65594, -15.22074], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -10, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [2.61298, -9.65594, -15.22074], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.61298, -9.65594, -15.22074], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Forearm": { + "rotation": { + "0.0": { + "post": [-4.83476, -27.0478, -11.24314], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-5.79585, -41.98455, -9.56147], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-4.83476, -27.0478, -11.24314], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-4.83476, -27.0478, -11.24314], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Thumb": { + "rotation": [0, 0, -17.5] + }, + "Right_MiddleFinger": { + "rotation": [0, 0, 2.5] + }, + "Right_Pinky": { + "rotation": [0, 0, -15] + }, + "Tail_1": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [10.15108, 9.84655, 1.75378], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [10.03742, 4.92385, 0.87038], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail_2": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [15.2119, -7.32918, -1.97856], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [15.34721, 12.06754, 3.28396], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [15.22074, -9.65594, -2.61298], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail_3": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [10.72815, -12.26856, -0.4497], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [10.15108, 9.84655, 1.75378], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [10.23772, -12.3071, -2.20462], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail_4": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [10.05165, -4.67736, -0.82714], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [10.08453, 7.38542, 1.30962], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [10.15108, -9.84655, -1.75378], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Leg": { + "rotation": { + "0.0": { + "post": [0, -50, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-10, -52.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, -57.5, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, -130, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, -130, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-7.5, -77.65625, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, -50, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -50, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [-1, 0, -1], + "0.5833": [-4.25, -0.5, -3.25], + "1.0417": [-3.5, 0, -3.25], + "1.2917": [0.25, 0, 4], + "2.125": [0.25, 0, 2.75], + "2.3333": [-0.53, 0.25, 0.41], + "2.4583": [-1, 0, -1], + "3.0": [-1, 0, -1] + } + }, + "Left_Calf": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "0.5833": [0, 0, 0], + "1.0417": [0, 0, 0], + "2.125": [0, 0, 0], + "2.4583": [0, 0, 0], + "3.0": [0, 0, 0] + } + }, + "Left_Inner_Toe": { + "rotation": [0, -15, 0] + }, + "Left_Middle_Toe": { + "rotation": [0, 5, 0] + }, + "Left_Outer_Toe": { + "rotation": [0, -5, 0] + }, + "Right_Leg": { + "rotation": { + "0.0": { + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-31.93807, 85.17037, -19.60602], + "lerp_mode": "catmullrom" + }, + "0.625": [0, 137.5, 0], + "1.0417": [0, 117.5, 0], + "1.1667": [-11.07423, 65.60611, 8.39947], + "1.3333": { + "pre": [-2.57816, -7.04533, 20.15874], + "post": [-2.57816, -7.04533, 20.15874], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-2.57816, -7.04533, 20.15874], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [1, 0, -1], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [1, 1, 4.08], + "lerp_mode": "catmullrom" + }, + "0.625": [1, 0, 8], + "1.0417": [1, 0, 8], + "1.3333": { + "pre": [5, 0, -3.75], + "post": [5, 0, -3.75], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [5, 0, -3.75], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [2.5, 0.5, -2.87], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [1, 0, -1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1, 0, -1], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Calf": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": [0, 0, 0], + "1.0417": [0, 0, 0], + "1.1667": [5, 0, -8.33333], + "1.3333": { + "pre": [0, 0, -20], + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "0.625": [0, 0, 0], + "1.0417": [0, 0, 0], + "1.3333": { + "pre": [1, 0, 0], + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Inner_Toe": { + "rotation": [0, 15, 0] + }, + "Right_Middle_Toe": { + "rotation": [0, -5, 0] + }, + "Right_Outer_Toe": { + "rotation": [0, 5, 0] + } + } + }, + "animation.fraxure.special": { + "animation_length": 3, + "bones": { + "Body": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [13.21, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-9.85108, 1.72794, 9.85108], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [37.92445, -7.9185, -6.12673], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [37.92445, -7.9185, -6.12673], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0.25, -0.13], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -4.75], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Crest": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "head": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.25, 0.5], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, 0.25, 0.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0.25, 0.5], + "lerp_mode": "catmullrom" + } + } + }, + "Lower_Jaw": { + "rotation": { + "0.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Shoulder": { + "rotation": { + "0.0": { + "post": [-2.4103, 36.835, 12.5306], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [15.81316, 27.28138, 22.02697], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [7.85307, 41.9124, 25.73947], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [1.43989, -5.39967, 14.73307], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [-2.4103, 36.835, 12.5306], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.4103, 36.835, 12.5306], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Arm": { + "rotation": { + "0.0": { + "post": [2.61298, 9.65594, 15.22074], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0.88045, 9.96156, 5.07673], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0.88045, 9.96156, 5.07673], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [2.61298, 9.65594, 15.22074], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.61298, 9.65594, 15.22074], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Forearm": { + "rotation": { + "0.0": { + "post": [-4.83476, 27.0478, 11.24314], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-7.89659, 56.88127, 6.8196], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-6.72762, 4.91243, -9.61145], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [-4.83476, 27.0478, 11.24314], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-4.83476, 27.0478, 11.24314], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Thumb": { + "rotation": [0, 0, 17.5] + }, + "Left_MiddleFinger": { + "rotation": [0, 0, 10] + }, + "Left_Pinky": { + "rotation": [0, 0, 15] + }, + "Right_Shoulder": { + "rotation": { + "0.0": { + "post": [-2.4103, -36.835, -12.5306], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [7.7127, -43.78019, -29.3495], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [1.57651, -24.59043, -15.52476], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [1.43989, 5.39967, -14.73307], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [-2.4103, -36.835, -12.5306], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.4103, -36.835, -12.5306], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Arm": { + "rotation": { + "0.0": { + "post": [2.61298, -9.65594, -15.22074], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.61298, -9.65594, -15.22074], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0.88045, -9.96156, -5.07673], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [2.61298, -9.65594, -15.22074], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.61298, -9.65594, -15.22074], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Forearm": { + "rotation": { + "0.0": { + "post": [-4.83476, -27.0478, -11.24314], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-5.23249, -30.09635, -10.79314], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-4.54457, -14.78867, -12.25028], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-6.72762, -4.91243, 9.61145], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [-4.83476, -27.0478, -11.24314], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-4.83476, -27.0478, -11.24314], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Thumb": { + "rotation": [0, 0, -17.5] + }, + "Right_MiddleFinger": { + "rotation": [0, 0, 2.5] + }, + "Right_Pinky": { + "rotation": [0, 0, -15] + }, + "Tail_1": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail_2": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail_3": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail_4": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Leg": { + "rotation": { + "0.0": [0, -50, 0], + "0.2917": [-10, -50, 0], + "0.9167": [0, -50, 0], + "1.25": [-8.87285, -80.37541, 0.22688], + "1.875": [-8.87285, -80.37541, 0.22688], + "2.4583": [0, -50, 0], + "3.0": [0, -50, 0] + }, + "position": { + "0.0": [-1, 0, -1], + "0.2917": [-1, -0.5, -1], + "0.9167": [-1, 0.25, -1], + "1.25": [-1, -0.25, -1.75], + "1.875": [-1, -0.25, -2.5], + "2.4583": [-1, 0, -1.75], + "3.0": [-1, 0, -1] + } + }, + "Left_Calf": { + "rotation": { + "0.0": [0, 0, 0], + "0.2917": [10, 0, 0], + "0.9167": [2.5, 0, 0], + "1.25": [10, 0, 0], + "1.875": [10, 0, 0], + "2.4583": [0, 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.2917": [0, 0, 0.5], + "0.9167": [0, 0, -0.25], + "1.25": [0, 0, 0.5], + "1.875": [0, 0, 0.5], + "2.4583": [0, 0, 0], + "3.0": [0, 0, 0] + } + }, + "Left_Inner_Toe": { + "rotation": [0, -15, 0] + }, + "Left_Middle_Toe": { + "rotation": [0, 5, 0] + }, + "Left_Outer_Toe": { + "rotation": [0, -5, 0] + }, + "Right_Leg": { + "rotation": { + "0.0": { + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-24.61389, 71.63337, -13.56094], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-34.61389, 71.63337, -13.56094], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-20.86876, 42.77525, -1.79945], + "lerp_mode": "catmullrom" + }, + "1.0417": [0, 50, 0], + "1.9167": [0, 60, 0], + "2.375": { + "pre": [-21.36502, 62.23888, -4.62823], + "post": [-21.36502, 62.23888, -4.62823], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [1, 0, -1], + "0.5": [0, 1, -1], + "0.7083": [-0.25, 2, -1], + "1.0417": [1, 0, -4.5], + "1.9167": [1, 0, -5.5], + "2.375": [-0.75, 0.5, -1], + "2.625": [1, 0, -1], + "3.0": [1, 0, -1] + } + }, + "Right_Calf": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [20, 0, 0], + "0.7083": [20, 0, 0], + "1.0417": [0, 0, 0], + "1.9167": [0, 0, 0], + "2.375": [20, 0, 0], + "2.625": [0, 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0.5, 0.75], + "0.7083": [0, 0.5, 0.75], + "1.0417": [0, 0, 0], + "1.9167": [0, 0, 0], + "2.375": [0, 0.5, 0.75], + "2.625": [0, 0, 0], + "3.0": [0, 0, 0] + } + }, + "Right_Inner_Toe": { + "rotation": [0, 15, 0] + }, + "Right_Middle_Toe": { + "rotation": [0, -5, 0] + }, + "Right_Outer_Toe": { + "rotation": [0, 5, 0] + } + } + }, + "animation.fraxure.status": { + "animation_length": 3, + "bones": { + "Body": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [37.89251, -8.9377, -3.517], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-17.29485, -12.8831, -0.57991], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-29.981, -4.98093, -0.43688], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Crest": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "head": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0.25, 0.5], + "2.2083": [0, 0.25, 0.5], + "3.0": [0, 0.25, 0.5] + } + }, + "Lower_Jaw": { + "rotation": { + "0.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Shoulder": { + "rotation": { + "0.0": { + "post": [-2.4103, 36.835, 12.5306], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-2.8197, 46.8247, 11.91907], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-2.8197, 46.8247, 11.91907], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-1.94281, 6.85543, 13.74416], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-2.4103, 36.835, 12.5306], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.4103, 36.835, 12.5306], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Arm": { + "rotation": { + "0.0": { + "post": [2.61298, 9.65594, 15.22074], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [2.66257, 14.65065, 15.45605], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [2.66257, 14.65065, 15.45605], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [2.61835, -10.32365, 14.31262], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [2.61298, 9.65594, 15.22074], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.61298, 9.65594, 15.22074], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Forearm": { + "rotation": { + "0.0": { + "post": [-4.83476, 27.0478, 11.24314], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-5.58235, 39.49685, 9.88854], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-11.14983, 16.80587, -8.95145], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-4.83476, 27.0478, 11.24314], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-4.83476, 27.0478, 11.24314], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Thumb": { + "rotation": [0, 0, 17.5] + }, + "Left_MiddleFinger": { + "rotation": [0, 0, 10] + }, + "Left_Pinky": { + "rotation": [0, 0, 15] + }, + "Right_Shoulder": { + "rotation": { + "0.0": { + "post": [-2.4103, -36.835, -12.5306], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-2.8197, -46.8247, -11.91907], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-2.8197, -46.8247, -11.91907], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-1.94281, -6.85543, -13.74416], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-2.4103, -36.835, -12.5306], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.4103, -36.835, -12.5306], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Arm": { + "rotation": { + "0.0": { + "post": [2.61298, -9.65594, -15.22074], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [2.66257, -14.65065, -15.45605], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [2.66257, -14.65065, -15.45605], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [2.61835, 10.32365, -14.31262], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [2.61298, -9.65594, -15.22074], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.61298, -9.65594, -15.22074], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Forearm": { + "rotation": { + "0.0": { + "post": [-4.83476, -27.0478, -11.24314], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-5.58235, -39.49685, -9.88854], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-11.14983, -16.80587, 8.95145], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-4.83476, -27.0478, -11.24314], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-4.83476, -27.0478, -11.24314], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Thumb": { + "rotation": [0, 0, -17.5] + }, + "Right_MiddleFinger": { + "rotation": [0, 0, 2.5] + }, + "Right_Pinky": { + "rotation": [0, 0, -15] + }, + "Tail_1": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [15.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail_2": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail_3": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail_4": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Leg": { + "rotation": [0, -50, 0], + "position": [-1, 0, -1] + }, + "Left_Calf": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "Left_Inner_Toe": { + "rotation": [0, -15, 0] + }, + "Left_Middle_Toe": { + "rotation": [0, 5, 0] + }, + "Left_Outer_Toe": { + "rotation": [0, -5, 0] + }, + "Right_Leg": { + "rotation": { + "0.0": { + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-20.64389, 45.46676, -0.92236], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": [-7.5, 37.5, 0], + "1.5833": [0, 35, 0], + "1.9167": { + "pre": [-26.90029, 55.85712, -9.07454], + "post": [-26.90029, 55.85712, -9.07454], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [1, 0, -1], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [1, 0, -3], + "lerp_mode": "catmullrom" + }, + "0.9583": [1, -0.5, -3], + "1.5833": [1, 0, -3.5], + "2.4583": { + "pre": [1, 0, -1], + "post": [1, 0, -1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1, 0, -1], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Calf": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": [7.5, 0, 0], + "1.5833": [0, 0, 0], + "1.9167": { + "pre": [7.5, 0, 0], + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, -0.17], + "lerp_mode": "catmullrom" + }, + "0.9583": [0, 0, 0.5], + "1.5833": [0, 0, 0], + "2.4583": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Inner_Toe": { + "rotation": [0, 15, 0] + }, + "Right_Middle_Toe": { + "rotation": [0, -5, 0] + }, + "Right_Outer_Toe": { + "rotation": [0, 5, 0] + } + } + }, + "animation.fraxure.sleep": { + "loop": true, + "animation_length": 3, + "bones": { + "Body": { + "rotation": ["10+math.sin((query.anim_time)*120)*1", 0, 0], + "position": [0, -4, 0] + }, + "Crest": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "head": { + "rotation": [15, 0, 0], + "position": [0, 0.25, 0.5] + }, + "Lower_Jaw": { + "rotation": [-5, 0, 0] + }, + "Left_Shoulder": { + "rotation": [17.67649, 44.17051, 40.36043] + }, + "Left_Arm": { + "rotation": [2.61298, 9.65594, 15.22074] + }, + "Left_Forearm": { + "rotation": [-4.83476, 27.0478, 11.24314] + }, + "Left_Thumb": { + "rotation": [0, 0, 17.5] + }, + "Left_MiddleFinger": { + "rotation": [0, 0, 10] + }, + "Left_Pinky": { + "rotation": [0, 0, 15] + }, + "Right_Shoulder": { + "rotation": [17.67649, -44.17051, -40.36043] + }, + "Right_Arm": { + "rotation": [2.61298, -9.65594, -15.22074] + }, + "Right_Forearm": { + "rotation": [-4.83476, -27.0478, -11.24314] + }, + "Right_Thumb": { + "rotation": [0, 0, -17.5] + }, + "Right_MiddleFinger": { + "rotation": [0, 0, 2.5] + }, + "Right_Pinky": { + "rotation": [0, 0, -15] + }, + "Tail_1": { + "rotation": ["-17.8981-math.sin((query.anim_time)*120)*1", "11.9128+math.sin((query.anim_time)*120)*1", -3.81397] + }, + "Tail_2": { + "rotation": [-4.97846, "7.4928+math.sin((query.anim_time-0.1)*120)*1", 0.32902] + }, + "Tail_3": { + "rotation": [-2.52154, "7.4928+math.sin((query.anim_time-0.1)*120)*1", -0.32902] + }, + "Tail_4": { + "rotation": [-10.03742, 4.92385, -0.87038] + }, + "Left_Leg": { + "rotation": [-53.96727, -35.90256, 0.76339], + "position": [-1, -3.5, -1] + }, + "Left_Calf": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "Left_Inner_Toe": { + "rotation": [0, -15, 0] + }, + "Left_Middle_Toe": { + "rotation": [0, 5, 0] + }, + "Left_Outer_Toe": { + "rotation": [0, -5, 0] + }, + "Right_Leg": { + "rotation": [-53.96727, 35.90256, -0.76339], + "position": [1, -3.5, -1] + }, + "Right_Calf": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "Right_Inner_Toe": { + "rotation": [0, 15, 0] + }, + "Right_Middle_Toe": { + "rotation": [0, -5, 0] + }, + "Right_Outer_Toe": { + "rotation": [0, 5, 0] + }, + "Right_EyeClosed": { + "position": [-1, 0, 0] + }, + "Left_EyeClosed": { + "position": [1, 0, 0] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/frigibax/frigibax.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/frigibax/frigibax.animation.json new file mode 100644 index 0000000..3509420 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/frigibax/frigibax.animation.json @@ -0,0 +1,127 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.frigibax.ground_idle": { + "loop": true, + "bones": { + "torso": { + "rotation": ["0-Math.cos((query.anim_time - 0.5) * 90) * 2", 0, 0] + }, + "arm_right": { + "rotation": [43.24298, -46.0077, -42.5592] + }, + "arm_right2": { + "rotation": [0, -80, 0] + }, + "bone15": { + "rotation": ["50+Math.cos((query.anim_time - 0.2) * 90) * 2", 0, 0] + }, + "bone16": { + "rotation": ["0+Math.cos((query.anim_time - 0.8) * 90) * 2", 0, 0] + }, + "arm_left": { + "rotation": [43.24298, 46.0077, 42.5592] + }, + "arm_left2": { + "rotation": [0, 80, 0] + }, + "bone3": { + "rotation": ["55+Math.cos((query.anim_time - 0.8) * 90) * 2", 0, 0] + }, + "bone4": { + "rotation": ["0+Math.cos((query.anim_time - 0.8) * 90) * 2", 0, 0] + } + } + }, + "animation.frigibax.ground_walk": { + "loop": true, + "bones": { + "wing_left": { + "rotation": [0, -10, 0] + }, + "forearm_left": { + "rotation": [0, "5-math.sin(query.anim_time*90*3*1.5)*6", 0] + }, + "hand_left": { + "rotation": [0, 0, 15] + }, + "fire": { + "rotation": [-20, 0, 0] + }, + "forearm_right": { + "rotation": [0, "-5-math.sin(query.anim_time*90*3*1.5+30)*6", 0] + }, + "hand_right": { + "rotation": [0, 0, -15] + }, + "wing_right": { + "rotation": [0, 10, 0] + }, + "tail2": { + "rotation": ["math.clamp(math.sin(query.anim_time*180*3*1.5/2+20)*1,0.2,0.9)+math.clamp(-math.sin(query.anim_time*180*3*1.5/2)*1,0.2,0.9)-0.8", 0, 0] + }, + "body": { + "rotation": ["math.clamp(math.sin(query.anim_time*180*3*1.5/2+20)*1,0.2,0.9)+math.clamp(-math.sin(query.anim_time*180*3*1.5/2)*1,0.2,0.9)-0.8", 0, 0], + "position": [ + 0, + "-math.clamp(math.sin(-query.anim_time*90*3*1.5-90+45/2)*0.5,0,1)-math.clamp(math.sin(-query.anim_time*90*3*1.5-90+45/2+180)*0.5,0,1)+0.3", + "-math.clamp(math.sin(query.anim_time*90*3*1.5+90)*0.2,0,0.2)-math.clamp(math.sin(-query.anim_time*90*3*1.5-90)*0.2,0,0.2)" + ] + }, + "arm_right": { + "rotation": [21.14866, "-55.5601-math.sin(query.anim_time*90*3*1.5+30)*10", "-16.0827-2*(math.sin(q.anim_time*90*9)*1+1)"] + }, + "arm_right2": { + "rotation": [0, -17.5, 0] + }, + "bone15": { + "rotation": [30.68206, 27.03402, -37.45372], + "position": [0, 0.5, 0] + }, + "tail": { + "rotation": ["math.clamp(math.sin(query.anim_time*180*3*1.5/2+20)*1,0.2,0.9)+math.clamp(-math.sin(query.anim_time*180*3*1.5/2)*1,0.2,0.9)-0.8", 0, 0] + }, + "leg_right": { + "rotation": [ + "-math.clamp(math.sin(query.anim_time*90*3*1.5+45+180)*20,-15,14)-math.clamp(math.sin(query.anim_time*90*3*1.5+45+180)*20,0,20)+math.clamp(-math.sin(query.anim_time*90*3*1.5+180*2)*15,5,15)-5", + 0, + 0 + ], + "position": [ + 0, + "0.2-math.clamp(math.sin(query.anim_time*90*3*1.5+25+180)*0.2,0,0.2)-math.clamp(-math.sin(query.anim_time*90*3*1.5+25+180)*0.4,0,0.3)+math.clamp(-math.sin(query.anim_time*90*3*1.5+25+180)*0.8,0.5,0.8)-math.clamp(-math.sin(query.anim_time*90*3*1.5+25+180*2)*0.8,0.5,0.8)", + "-math.clamp(math.sin(query.anim_time*90*3*1.5+180)*0.5,-0.25,1)-math.clamp(math.sin(query.anim_time*90*3*1.5+180)*0.25,-0.8,0)" + ] + }, + "foot_right": { + "rotation": ["math.clamp(math.sin(query.anim_time*90*3*1.5+45+180)*15,-14,14)+math.clamp(math.sin(query.anim_time*90*3*1.5+45+180)*15,0,8)", 0, 0] + }, + "leg_left": { + "rotation": [ + "-math.clamp(math.sin(query.anim_time*90*3*1.5+45)*20,-15,14)-math.clamp(math.sin(query.anim_time*90*3*1.5+45)*20,0,20)+math.clamp(-math.sin(query.anim_time*90*3*1.5+180)*15,5,15)-5", + 0, + 0 + ], + "position": [ + 0, + "-math.clamp(math.sin(query.anim_time*90*3*1.5+25)*0.2,0,0.2)-math.clamp(-math.sin(query.anim_time*90*3*1.5+25)*0.4,0,0.3)+math.clamp(-math.sin(query.anim_time*90*3*1.5+25)*0.8,0.5,0.8)-math.clamp(-math.sin(query.anim_time*90*3*1.5+25+180)*0.8,0.5,0.8)", + "-math.clamp(math.sin(query.anim_time*90*3*1.5)*0.5,-0.25,1)-math.clamp(math.sin(query.anim_time*90*3*1.5)*0.25,-0.8,0)" + ] + }, + "foot_left": { + "rotation": ["math.clamp(math.sin(query.anim_time*90*3*1.5+45)*15,-14,14)+math.clamp(math.sin(query.anim_time*90*3*1.5+45)*15,0,8)", 0, 0] + }, + "arm_left": { + "rotation": [21.14866, "55.5601-math.sin(query.anim_time*90*3*1.5+30)*10", "16.0827-2*(math.sin(q.anim_time*90*9)*1+1)"] + }, + "arm_left2": { + "rotation": [0, 17.5, 0] + }, + "bone3": { + "rotation": [30.68206, -27.034, 37.4537], + "position": [0, 0.5, 0] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/froslass/froslass.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/froslass/froslass.animation.json new file mode 100644 index 0000000..2c0b83c --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/froslass/froslass.animation.json @@ -0,0 +1,1443 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.froslass.cry": { + "animation_length": 2, + "bones": { + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": [-10, 0, 0], + "0.9167": [-10, 0, 0], + "1.4167": [-7.5, 0, 0], + "1.9167": [0, 0, 0], + "2.0": [0, 0, 0] + } + }, + "arm_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": [10, 0, 0], + "0.9167": [10, 0, 0], + "1.4167": [7.5, 0, 0], + "1.9167": [0, 0, 0], + "2.0": [0, 0, 0] + } + }, + "arm_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": [10, 0, 0], + "0.9167": [10, 0, 0], + "1.4167": [7.5, 0, 0], + "1.9167": [0, 0, 0], + "2.0": [0, 0, 0] + } + }, + "mouth_open": { + "position": { + "0.0": [0, 0, 0], + "0.1667": [0, -1, -1], + "1.7083": [0, -1, -1], + "1.875": [0, 0, 0] + } + } + } + }, + "animation.froslass.faint": { + "animation_length": 4, + "bones": { + "torso": { + "rotation": { + "0.0": [0, 0, 0], + "1.5": [0, -360, 0], + "1.9583": [0, -360.93, 0], + "2.4583": [32.09914, -359.94217, 0], + "4.0": [32.5, -360, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 12, -3], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 16, -3.6], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 16, -3.6], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, -8, -3.6], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, -13, 3.4], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, -19.35, 6.82], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, -19.15, 10.9], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, -19.15, 11.9], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "2.4583": [0, 0, 0], + "2.5833": [0, 1.1, 0.7], + "2.7083": [0, 0, 0] + } + }, + "head2": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head3": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head4": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "eye_left": { + "position": { + "0.0": [0, 0, 0], + "0.75": [-1, 0, 1], + "4.0": [-1, 0, 1] + } + }, + "eye_left_closed": { + "position": { + "0.0": [0, 0, 0], + "0.75": [1, 0, -1], + "4.0": [1, 0, -1] + } + }, + "eye_right_closed": { + "position": { + "0.0": [0, 0, 0], + "0.75": [-1, 0, -1], + "4.0": [-1, 0, -1] + } + }, + "eye_right": { + "position": { + "0.0": [0, 0, 0], + "0.75": [1, 0, 1], + "4.0": [1, 0, 1] + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 0, -80], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-10.27206, -33.64409, -61.88679], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-10.27206, -33.64409, -61.88679], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [30.14893, -27.12764, -87.90666], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-29.03762, -46.04167, -53.21401], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-62.99332, -21.82243, 5.03116], + "lerp_mode": "catmullrom" + }, + "2.9583": { + "post": [-76.95875, -30.88877, 12.08523], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-76.95875, -30.88877, 12.08523], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -25, -17.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -25, -17.5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0.93841, -23.39896, 4.38023], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-4.06159, -23.39896, 4.38023], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [-10.25198, -21.51686, 20.4918], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [-5.01253, -23.13009, 6.82061], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-3.94269, -23.3253, 4.10837], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [18.32252, -24.1782, -38.95658], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [18.32252, -24.1782, -38.95658], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [14.78217, -2.57594, 9.6658], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [14.94548, 1.29256, -4.83045], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [8.89478, -24.21689, 7.60614], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [8.89478, -24.21689, 7.60614], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [4.52861, -44.8029, -7.02876], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [4.52861, -44.8029, -7.02876], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 47.5], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [4.98107, -0.43523, 47.48107], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [-0.56255, 2.30644, 15.08937], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-0.56255, 2.30644, 15.08937], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [1.15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [44.43, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [24.77, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-36.07, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "hand_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 80], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-10.27206, 33.64409, 61.88679], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-10.27206, 33.64409, 61.88679], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [30.14893, 27.12764, 87.90666], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-29.03762, 46.04167, 53.21401], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-62.99332, 21.82243, -5.03116], + "lerp_mode": "catmullrom" + }, + "2.9583": { + "post": [-76.95875, 30.88877, -12.08523], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-76.95875, 30.88877, -12.08523], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 25, 17.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 25, 17.5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0.93841, 23.39896, -4.38023], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-4.06159, 23.39896, -4.38023], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [-10.25198, 21.51686, -20.4918], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [-5.01253, 23.13009, -6.82061], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-3.94269, 23.3253, -4.10837], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [18.32252, 24.1782, 38.95658], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [18.32252, 24.1782, 38.95658], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [14.78217, 2.57594, -9.6658], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [14.94548, -1.29256, 4.83045], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [8.89478, 24.21689, -7.60614], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [8.89478, 24.21689, -7.60614], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [4.52861, 44.8029, 7.02876], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [4.52861, 44.8029, 7.02876], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -47.5], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [4.98107, 0.43523, -47.48107], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [-0.56255, -2.30644, -15.08937], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-0.56255, -2.30644, -15.08937], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [1.15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [44.43, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [24.77, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-36.07, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "hand_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "mouth_open": { + "position": { + "0.0": [0, 0, 0], + "0.25": [0, -1, -1], + "1.5417": [0, -1, -1], + "1.75": [0, 0, 0], + "4.0": [0, 0, 0] + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 5, -7.5], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body2": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [7.51681, 8.41262, -6.45804], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body3": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5.02885, 7.90672, -4.32548], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.2083": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "sash_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [17.5, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [7.5, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + } + } + }, + "sash_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [17.5, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [7.5, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-7.5, -20, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, -50, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, -50, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body4": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [7.47178, 0.65182, -4.95744], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body5": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [10.15108, 9.84655, 1.75378], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.froslass.battle_idle": { + "loop": true, + "bones": { + "head2": { + "rotation": [7.5, 0, 0] + }, + "head3": { + "rotation": [5, 0, 0] + }, + "head4": { + "rotation": [5, 0, 0] + }, + "sash_left": { + "rotation": [0, "40-4*(math.cos(q.anim_time*150)*2)", 0] + }, + "sash_right": { + "rotation": [0, "-40-4*(math.cos(q.anim_time*150)*2)", 0] + }, + "head": { + "rotation": [0, 0, "0+2*(math.sin(q.anim_time*150+40)*1)"] + }, + "neck": { + "rotation": [-5, 0, "0-1*(math.cos(q.anim_time*150-25)*1)"] + }, + "body": { + "rotation": [5, "0+2*(math.cos(q.anim_time*150-45)*1)", "0-1*(math.cos(q.anim_time*150+25)*1)"] + }, + "body2": { + "rotation": ["5+1*(math.cos(q.anim_time*300-65)*1)", "0+2*(math.cos(q.anim_time*150-65)*1)", "0-1*(math.cos(q.anim_time*150+15)*1)"] + }, + "body3": { + "rotation": ["5-1*(math.cos(q.anim_time*300-85)*1)", 0, "0-1*(math.cos(q.anim_time*150)*1)"] + }, + "body4": { + "rotation": [0, 0, 0] + }, + "body5": { + "rotation": [10, 0, "0-3*(math.cos(q.anim_time*150)*1)"], + "position": [0, 0.5, 0] + }, + "arm_right": { + "rotation": [0.65001, -0.39964, "-72.4019+2.5*(math.cos(q.anim_time*150-25)*0.5)+1*(math.cos(q.anim_time*300)*0.5)"], + "position": [-0.15, -0.00856, 0.00553] + }, + "arm_right2": { + "rotation": [-15.6, "-46.1405+7*(math.cos(q.anim_time*150-85)*0.5)", 7.5601], + "position": [0.80149, -0.08932, 0.55066] + }, + "arm_right3": { + "rotation": [-13.65934, "-45.155+3*(math.cos(q.anim_time*150-85)*0.5)", -1.82335], + "position": [1.26011, 0.03008, 0.96149] + }, + "arm_right4": { + "rotation": [0, "0-4*(math.cos(q.anim_time*150-105)*0.5)", -62.5] + }, + "finger_front_right": { + "rotation": [-1.71394, 4.69776, "-20.0703+10*(math.cos(q.anim_time*150-105)*2)"], + "position": [0.05, 0, 0] + }, + "finger_middle_Right": { + "rotation": [-2.66399, 14.76689, "-10.3453+10*(math.cos(q.anim_time*150-115)*2)"], + "position": [0.15, -0.025, 0] + }, + "finger_back_right": { + "rotation": [-6.1191, 21.69365, "-16.1735+10*(math.cos(q.anim_time*150-125)*2)"], + "position": [0.2, -0.025, 0] + }, + "arm_left": { + "rotation": [-7.49506, "6.784-7*(math.sin(q.anim_time*150-45)*0.5)", "84.0673-2.5*(math.cos(q.anim_time*150-25)*0.5)-1*(math.cos(q.anim_time*300)*0.5)"] + }, + "hand_right": { + "rotation": [0, 0, "-37.5+4*(math.cos(q.anim_time*150-105)*2)"] + }, + "arm_left2": { + "rotation": [0, "0-7*(math.cos(q.anim_time*150-65)*0.5)", "-2-3*(math.cos(q.anim_time*150-45)*1)"] + }, + "arm_left3": { + "rotation": [0, "0-7*(math.cos(q.anim_time*150-85)*0.5)", "0-4*(math.cos(q.anim_time*150)*1)"] + }, + "arm_left4": { + "rotation": [0, "7-7*(math.cos(q.anim_time*150-105)*0.5)", "2-8*(math.cos(q.anim_time*150)*1)"] + }, + "hand_left": { + "rotation": [0, 0, "-10*(math.cos(q.anim_time*150-105)*1)"] + }, + "finger_front_left": { + "rotation": [0, 15, 0], + "position": [-0.1, 0, 0] + }, + "finger_middle_Left": { + "rotation": [0, 0, 0] + }, + "finger_back_left": { + "rotation": [0, -10, 0], + "position": [-0.1, 0, 0] + }, + "arm_right5": { + "rotation": ["0+3*(math.cos(q.anim_time*150+25)*2)", 0, 0] + }, + "arm_left5": { + "rotation": ["0-10*(math.cos(q.anim_time*150+25)*2)", 0, 0] + }, + "torso": { + "rotation": ["0+2*(math.sin(q.anim_time*150+65)*1)", 0, 0], + "position": ["0-0.5*(math.sin(q.anim_time*150)*1)", "0+0.4*(math.sin(q.anim_time*300+90)*1)", 0] + }, + "eyebrow_left": { + "rotation": [0, 0, -12.5], + "scale": [1.1, 1, 1] + }, + "eyebrow_right": { + "rotation": [0, 0, 12.5], + "scale": [1.1, 1, 1] + } + } + }, + "animation.froslass.ground_idle": { + "loop": true, + "bones": { + "head2": { + "rotation": [7.5, 0, 0] + }, + "head3": { + "rotation": [5, 0, 0] + }, + "head4": { + "rotation": [5, 0, 0] + }, + "sash_left": { + "rotation": [0, "40-4*(math.cos(q.anim_time*150)*2)", 0] + }, + "sash_right": { + "rotation": [0, "-40-4*(math.cos(q.anim_time*150)*2)", 0] + }, + "head": { + "rotation": [0, 0, "0+2*(math.sin(q.anim_time*150+40)*1)"] + }, + "neck": { + "rotation": [-5, 0, "0-1*(math.cos(q.anim_time*150-25)*1)"] + }, + "body": { + "rotation": [5, "0+2*(math.cos(q.anim_time*150-45)*1)", "0-1*(math.cos(q.anim_time*150+25)*1)"] + }, + "body2": { + "rotation": ["5+1*(math.cos(q.anim_time*300-65)*1)", "0+2*(math.cos(q.anim_time*150-65)*1)", "0-1*(math.cos(q.anim_time*150+15)*1)"] + }, + "body3": { + "rotation": ["5-1*(math.cos(q.anim_time*300-85)*1)", 0, "0-1*(math.cos(q.anim_time*150)*1)"] + }, + "body4": { + "rotation": [0, 0, 0] + }, + "body5": { + "rotation": [10, 0, "0-3*(math.cos(q.anim_time*150)*1)"], + "position": [0, 0.5, 0] + }, + "arm_right": { + "rotation": [-7.49506, "-6.784+7*(math.sin(q.anim_time*150-45)*0.5)", "-84.0673-2.5*(math.cos(q.anim_time*150-25)*0.5)-1*(math.cos(q.anim_time*300)*0.5)"] + }, + "arm_right2": { + "rotation": [0, "0+7*(math.cos(q.anim_time*150-65)*0.5)", "2-3*(math.cos(q.anim_time*150-45)*1)"] + }, + "arm_right3": { + "rotation": [0, "0+7*(math.cos(q.anim_time*150-85)*0.5)", "0-4*(math.cos(q.anim_time*150)*1)"] + }, + "arm_right4": { + "rotation": [0, "-7+7*(math.cos(q.anim_time*150-105)*0.5)", "-2-8*(math.cos(q.anim_time*150)*1)"] + }, + "finger_front_right": { + "rotation": [0, -15, 0], + "position": [0.1, 0, 0] + }, + "finger_middle_Right": { + "rotation": [0, 0, 0] + }, + "finger_back_right": { + "rotation": [0, 10, 0], + "position": [0.1, 0, 0] + }, + "arm_left": { + "rotation": [-7.49506, "6.784-7*(math.sin(q.anim_time*150-45)*0.5)", "84.0673-2.5*(math.cos(q.anim_time*150-25)*0.5)-1*(math.cos(q.anim_time*300)*0.5)"] + }, + "hand_right": { + "rotation": [0, 0, "-10*(math.cos(q.anim_time*150-105)*1)"] + }, + "arm_left2": { + "rotation": [0, "0-7*(math.cos(q.anim_time*150-65)*0.5)", "-2-3*(math.cos(q.anim_time*150-45)*1)"] + }, + "arm_left3": { + "rotation": [0, "0-7*(math.cos(q.anim_time*150-85)*0.5)", "0-4*(math.cos(q.anim_time*150)*1)"] + }, + "arm_left4": { + "rotation": [0, "7-7*(math.cos(q.anim_time*150-105)*0.5)", "2-8*(math.cos(q.anim_time*150)*1)"] + }, + "hand_left": { + "rotation": [0, 0, "-10*(math.cos(q.anim_time*150-105)*1)"] + }, + "finger_front_left": { + "rotation": [0, 15, 0], + "position": [-0.1, 0, 0] + }, + "finger_middle_Left": { + "rotation": [0, 0, 0] + }, + "finger_back_left": { + "rotation": [0, -10, 0], + "position": [-0.1, 0, 0] + }, + "arm_right5": { + "rotation": ["0+10*(math.cos(q.anim_time*150+25)*2)", 0, 0] + }, + "arm_left5": { + "rotation": ["0-10*(math.cos(q.anim_time*150+25)*2)", 0, 0] + }, + "torso": { + "rotation": ["0+2*(math.sin(q.anim_time*150+65)*1)", 0, 0], + "position": ["0-0.5*(math.sin(q.anim_time*150)*1)", "0+0.4*(math.sin(q.anim_time*300+90)*1)", 0] + } + } + }, + "animation.froslass.ground_walk": { + "loop": true, + "bones": { + "head2": { + "rotation": [7.5, 0, 0] + }, + "head3": { + "rotation": [5, 0, 0] + }, + "head4": { + "rotation": [5, 0, 0] + }, + "sash_left": { + "rotation": [0, "40-4*(math.cos(q.anim_time*150)*2)", 0] + }, + "sash_right": { + "rotation": [0, "-40-4*(math.cos(q.anim_time*150)*2)", 0] + }, + "head": { + "rotation": [0, 0, "0+2*(math.sin(q.anim_time*150+40)*1)"] + }, + "neck": { + "rotation": [15, 0, "0-1*(math.cos(q.anim_time*150-25)*1)"] + }, + "body": { + "rotation": [5, "0+2*(math.cos(q.anim_time*150-45)*1)", "0-1*(math.cos(q.anim_time*150+25)*1)"] + }, + "body2": { + "rotation": ["5+1*(math.cos(q.anim_time*300-65)*1)", "0+2*(math.cos(q.anim_time*150-65)*1)", "0-1*(math.cos(q.anim_time*150+15)*1)"] + }, + "body3": { + "rotation": ["5-1*(math.cos(q.anim_time*300-85)*1)", 0, "0-1*(math.cos(q.anim_time*150)*1)"] + }, + "body4": { + "rotation": [0, 0, 0] + }, + "body5": { + "rotation": [10, 0, "0-3*(math.cos(q.anim_time*150)*1)"], + "position": [0, 0.5, 0] + }, + "arm_right": { + "rotation": [-5.18194, "16.6418+7*(math.sin(q.anim_time*150-45)*0.5)", "-76.779-2.5*(math.cos(q.anim_time*150-25)*0.5)-1*(math.cos(q.anim_time*300)*0.5)"] + }, + "arm_right2": { + "rotation": [0, "0+7*(math.cos(q.anim_time*150-65)*0.5)", "2-3*(math.cos(q.anim_time*150-45)*1)"] + }, + "arm_right3": { + "rotation": [0, "2.5+7*(math.cos(q.anim_time*150-85)*0.5)", "0-4*(math.cos(q.anim_time*150)*1)"] + }, + "arm_right4": { + "rotation": [0, "0.5+7*(math.cos(q.anim_time*150-105)*0.5)", "-2-8*(math.cos(q.anim_time*150)*1)"], + "position": ["0.4+0.3*(math.cos(q.anim_time*150-105)*0.5)", "0.1-0.1*(math.cos(q.anim_time*150-105)*0.5)", 0] + }, + "finger_front_right": { + "rotation": [0, -15, 0], + "position": [0.1, 0, 0] + }, + "finger_middle_Right": { + "rotation": [0, 0, 0] + }, + "finger_back_right": { + "rotation": [0, 10, 0], + "position": [0.1, 0, 0] + }, + "arm_left": { + "rotation": [-5.18194, "-16.6418-7*(math.sin(q.anim_time*150-45)*0.5)", "76.779-2.5*(math.cos(q.anim_time*150-25)*0.5)-1*(math.cos(q.anim_time*300)*0.5)"] + }, + "hand_right": { + "rotation": [0, 0, "NaN-10*(math.cos(q.anim_time*150-105)*1)"] + }, + "arm_left2": { + "rotation": [0, "0-7*(math.cos(q.anim_time*150-65)*0.5)", "-2-3*(math.cos(q.anim_time*150-45)*1)"] + }, + "arm_left3": { + "rotation": [0, "-2.5-7*(math.cos(q.anim_time*150-85)*0.5)", "0-4*(math.cos(q.anim_time*150)*1)"] + }, + "arm_left4": { + "rotation": [0, "-0.5-7*(math.cos(q.anim_time*150-105)*0.5)", "2-8*(math.cos(q.anim_time*150)*1)"], + "position": ["-0.4+0.3*(math.cos(q.anim_time*150-105)*0.5)", "0.1-0.1*(math.cos(q.anim_time*150-105)*0.5)", 0] + }, + "hand_left": { + "rotation": [0, 0, "-10*(math.cos(q.anim_time*150-105)*1)"] + }, + "finger_front_left": { + "rotation": [0, 15, 0], + "position": [-0.1, 0, 0] + }, + "finger_middle_Left": { + "rotation": [0, 0, 0] + }, + "finger_back_left": { + "rotation": [0, -10, 0], + "position": [-0.1, 0, 0] + }, + "arm_right5": { + "rotation": ["0-10*(math.cos(q.anim_time*150+25)*2)", 0, 0] + }, + "arm_left5": { + "rotation": ["0-10*(math.cos(q.anim_time*150+25)*2)", 0, 0] + }, + "torso": { + "rotation": ["0+2*(math.sin(q.anim_time*150+65)*1)", 0, 0], + "position": ["0-0.5*(math.sin(q.anim_time*150)*1)", "-1+0.4*(math.sin(q.anim_time*300+90)*1)", 0] + } + } + }, + "animation.froslass.ground_run": { + "loop": true, + "bones": { + "head2": { + "rotation": [7.5, 0, 0] + }, + "head3": { + "rotation": [5, 0, 0] + }, + "head4": { + "rotation": [5, 0, 0] + }, + "sash_left": { + "rotation": [-10, "25-4*(math.cos(q.anim_time*300)*2)", 0] + }, + "sash_right": { + "rotation": [-7.5, "-25-4*(math.cos(q.anim_time*300)*2)", 0] + }, + "head": { + "rotation": [0, 0, "0-2*(math.cos(q.anim_time*300+40)*1)"] + }, + "neck": { + "rotation": [20, 0, "0-1*(math.cos(q.anim_time*300-25)*1)"] + }, + "body": { + "rotation": [10, "0+2*(math.cos(q.anim_time*300-45)*1)", "0-1*(math.cos(q.anim_time*300+25)*1)"] + }, + "body2": { + "rotation": ["7.5+1*(math.cos(q.anim_time*300-65)*1)", "2*(math.cos(q.anim_time*150-65)*1)", "-1*(math.cos(q.anim_time*150+15)*1)"] + }, + "body3": { + "rotation": ["5-1*(math.cos(q.anim_time*600-85)*1)", 0, "0-1*(math.cos(q.anim_time*300+25)*1)"] + }, + "body4": { + "rotation": [0, 0, 0] + }, + "body5": { + "rotation": [15, 0, "0-3*(math.cos(q.anim_time*300)*1)"], + "position": [0, 0.5, 0] + }, + "arm_right": { + "rotation": [11.07193, "61.1827+7*(math.sin(q.anim_time*300-45)*0.5)", "-59.6237-2.5*(math.cos(q.anim_time*300-25)*0.5)-1*(math.cos(q.anim_time*600)*0.5)"] + }, + "arm_right2": { + "rotation": [0, "0+7*(math.cos(q.anim_time*300-65)*0.5)", "2-3*(math.cos(q.anim_time*300-45)*1)"] + }, + "arm_right3": { + "rotation": [0, "2.5+7*(math.cos(q.anim_time*300-85)*0.5)", "0-4*(math.cos(q.anim_time*300)*1)"] + }, + "arm_right4": { + "rotation": [0, "0.5+7*(math.cos(q.anim_time*300-105)*0.5)", "-2-8*(math.cos(q.anim_time*300)*1)"], + "position": ["0.4+0.3*(math.cos(q.anim_time*150-105)*0.5)", "0.1-0.1*(math.cos(q.anim_time*150-105)*0.5)", 0] + }, + "finger_front_right": { + "rotation": [0, -15, 0], + "position": [0.1, 0, 0] + }, + "finger_middle_Right": { + "rotation": [0, 0, 0] + }, + "finger_back_right": { + "rotation": [0, 10, 0], + "position": [0.1, 0, 0] + }, + "arm_left": { + "rotation": [11.07193, "-61.1827-7*(math.sin(q.anim_time*300-45)*0.5)", "59.6237-2.5*(math.cos(q.anim_time*300-25)*0.5)-1*(math.cos(q.anim_time*600)*0.5)"] + }, + "hand_right": { + "rotation": [0, 0, "NaN-10*(math.cos(q.anim_time*150-105)*1)"] + }, + "arm_left2": { + "rotation": [0, "0-7*(math.cos(q.anim_time*300-65)*0.5)", "-2-3*(math.cos(q.anim_time*300-45)*1)"] + }, + "arm_left3": { + "rotation": [0, "-2.5-7*(math.cos(q.anim_time*300-85)*0.5)", "0-4*(math.cos(q.anim_time*300)*1)"] + }, + "arm_left4": { + "rotation": [0, "-0.5-7*(math.cos(q.anim_time*300-105)*0.5)", "2-8*(math.cos(q.anim_time*300)*1)"], + "position": ["-0.4+0.3*(math.cos(q.anim_time*150-105)*0.5)", "0.1-0.1*(math.cos(q.anim_time*150-105)*0.5)", 0] + }, + "hand_left": { + "rotation": [0, 0, "-10*(math.cos(q.anim_time*150-105)*1)"] + }, + "finger_front_left": { + "rotation": [0, 15, 0], + "position": [-0.1, 0, 0] + }, + "finger_middle_Left": { + "rotation": [0, 0, 0] + }, + "finger_back_left": { + "rotation": [0, -10, 0], + "position": [-0.1, 0, 0] + }, + "arm_right5": { + "rotation": ["0+10*(math.cos(q.anim_time*300+25)*2)", 0, 0] + }, + "arm_left5": { + "rotation": ["0-10*(math.cos(q.anim_time*300+25)*2)", 0, 0] + }, + "torso": { + "rotation": ["0+2*(math.sin(q.anim_time*300+65)*1)", 0, 0], + "position": ["0-0.5*(math.sin(q.anim_time*300)*1)", "-3+0.4*(math.sin(q.anim_time*600+90)*1)", 0] + } + } + }, + "animation.froslass.blink": { + "animation_length": 0.16667, + "bones": { + "eye_left": { + "position": { + "0.0": [-1, 0, 1], + "0.125": [-1, 0, 1], + "0.1667": [0, 0, 0] + } + }, + "eye_right": { + "position": { + "0.0": [1, 0, 1], + "0.125": [1, 0, 1], + "0.1667": [0, 0, 0] + } + }, + "eye_left_closed": { + "position": { + "0.0": [1, 0, -1], + "0.125": [1, 0, -1], + "0.1667": [0, 0, 0] + } + }, + "eye_right_closed": { + "position": { + "0.0": [-1, 0, -1], + "0.125": [-1, 0, -1], + "0.1667": [0, 0, 0] + } + } + } + }, + "animation.froslass.sleep": { + "loop": true, + "bones": { + "head2": { + "rotation": [7.5, 0, 0] + }, + "head3": { + "rotation": [5, 0, 0] + }, + "head4": { + "rotation": [5, 0, 0] + }, + "sash_left": { + "rotation": [0, "40-4*(math.cos(q.anim_time*75)*1)", 0] + }, + "sash_right": { + "rotation": [0, "-40-4*(math.cos(q.anim_time*75)*1)", 0] + }, + "head": { + "rotation": [7.5, 0, "1*(math.sin(q.anim_time*75+40)*1)"] + }, + "neck": { + "rotation": [2.5, 0, "-1*(math.cos(q.anim_time*75-25)*0.5)"] + }, + "body": { + "rotation": [-10, "0+1*(math.cos(q.anim_time*75-45)*1)", "0-1*(math.cos(q.anim_time*150+25)*0.5)"] + }, + "body2": { + "rotation": ["12.5+1*(math.cos(q.anim_time*150-65)*0.5)", "2*(math.cos(q.anim_time*75-65)*0.5)", "-1*(math.cos(q.anim_time*75+15)*0.5)"] + }, + "body3": { + "rotation": ["5-1*(math.cos(q.anim_time*150-85)*0.5)", 0, "0-1*(math.cos(q.anim_time*75)*0.5)"] + }, + "body4": { + "rotation": [0, 0, 0] + }, + "body5": { + "rotation": [12.5, 0, "-3*(math.cos(q.anim_time*75)*0.5)"], + "position": [0, 0.5, 0] + }, + "arm_right": { + "rotation": [11.22197, "-23.7919-1*(math.sin(q.anim_time*75+40)*2)", -77.38816] + }, + "arm_right2": { + "rotation": [20.24777, -29.58172, -11.89207], + "position": [0.1, 0, 0.075] + }, + "arm_right3": { + "rotation": [7.5, 0, -25] + }, + "arm_right4": { + "rotation": [9.41688, "-5.3477-1*(math.sin(q.anim_time*75+40)*1)", -21.50088] + }, + "finger_front_right": { + "rotation": [0, -15, 0], + "position": [0.1, 0, 0] + }, + "finger_middle_Right": { + "rotation": [0, 0, 0] + }, + "finger_back_right": { + "rotation": [0, 10, 0], + "position": [0.1, 0, 0] + }, + "arm_left": { + "rotation": [13.21924, "25.7978+1*(math.sin(q.anim_time*75+40)*2)", 70.31601] + }, + "hand_right": { + "rotation": [0.87167, -2.25114, -30.6675] + }, + "arm_left2": { + "rotation": [21.54986, 28.68975, 14.56596], + "position": [-0.325, 0, 0] + }, + "arm_left3": { + "rotation": [11.68631, 10.94325, 18.02535], + "position": [-0.375, 0, 0] + }, + "arm_left4": { + "rotation": [7.60409, "22.7883+1*(math.sin(q.anim_time*75+40)*1)", 21.84987], + "position": [0.575, 0.225, -0.25] + }, + "hand_left": { + "rotation": [0.87167, 2.25114, 30.6675] + }, + "finger_front_left": { + "rotation": [0, 15, 0], + "position": [-0.1, 0, 0] + }, + "finger_middle_Left": { + "rotation": [0, 0, 0] + }, + "finger_back_left": { + "rotation": [0, -10, 0], + "position": [-0.1, 0, 0] + }, + "arm_right5": { + "rotation": ["0+2*(math.sin(q.anim_time*75-80)*1)", 0, 0] + }, + "arm_left5": { + "rotation": ["0+2*(math.sin(q.anim_time*75-80)*1)", 0, 0] + }, + "torso": { + "rotation": ["0+2*(math.sin(q.anim_time*75+65)*0.5)", 0, 0], + "position": ["0-0.5*(math.sin(q.anim_time*75)*0.5)", "0+0.4*(math.sin(q.anim_time*150+90)*0.5)", 0] + }, + "eye_left": { + "position": [-1, 0, 1] + }, + "eye_left_closed": { + "position": [1, 0, -1] + }, + "eye_right_closed": { + "position": [-1, 0, -1] + }, + "eye_right": { + "position": [1, 0, 1] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/frosmoth/frosmoth.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/frosmoth/frosmoth.animation.json new file mode 100644 index 0000000..71a2789 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/frosmoth/frosmoth.animation.json @@ -0,0 +1,219 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.frosmoth.ground_idle": { + "loop": true, + "bones": { + "torso": { + "rotation": ["5-math.sin(q.anim_time*90*2-30)*2.5", 0, 0], + "position": [0, "5-math.sin(q.anim_time*90*2)*1.5", 0] + }, + "movable_top3": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2)*5"] + }, + "movable_top4": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2-15)*5"] + }, + "movable_bot3": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2)*5"] + }, + "movable_bot4": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2-15)*5"] + }, + "movable_top": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*2)*5"] + }, + "movable_top2": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*2-15)*5"] + }, + "movable_bot": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*2)*5"] + }, + "movable_bot2": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*2-15)*5"] + }, + "antenna_right": { + "rotation": ["0-math.sin(q.anim_time*90*2-60)*5", 0, 0] + }, + "antenna_right2": { + "rotation": ["0-math.sin(q.anim_time*90*2-90)*10", 0, 0] + }, + "antenna_left": { + "rotation": ["0-math.sin(q.anim_time*90*2-60)*5", 0, 0] + }, + "antenna_left2": { + "rotation": ["0-math.sin(q.anim_time*90*2-90)*10", 0, 0] + }, + "wing_left": { + "rotation": [15, "0-math.sin(q.anim_time*90*2+60)*25", "0-math.sin(q.anim_time*90*2+60)*5"] + }, + "wing_left4": { + "rotation": ["0+math.sin(q.anim_time*90*2)*25", 0, 0] + }, + "wing_left2": { + "rotation": ["0-math.sin(q.anim_time*90*2+30)*25", 0, 0] + }, + "wing_right": { + "rotation": [15, "0+math.sin(q.anim_time*90*2+60)*25", "0+math.sin(q.anim_time*90*2+60)*5"] + }, + "wing_right2": { + "rotation": ["0-math.sin(q.anim_time*90*2+30)*25", 0, 0] + }, + "wing_right4": { + "rotation": ["0+math.sin(q.anim_time*90*2)*25", 0, 0] + } + } + }, + "animation.frosmoth.ground_walk": { + "loop": true, + "bones": { + "torso": { + "rotation": ["20-math.sin(q.anim_time*90*3-30)*2.5", 0, 0], + "position": [0, "5-math.sin(q.anim_time*90*3)*1.5", 0] + }, + "movable_top3": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*3)*5"] + }, + "movable_top4": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*3-15)*5"] + }, + "movable_bot3": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*3)*5"] + }, + "movable_bot4": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*3-15)*5"] + }, + "movable_top": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*3)*5"] + }, + "movable_top2": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*3-15)*5"] + }, + "movable_bot": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*3)*5"] + }, + "movable_bot2": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*3-15)*5"] + }, + "antenna_right": { + "rotation": ["0-math.sin(q.anim_time*90*3-60)*5", 0, 0] + }, + "antenna_right2": { + "rotation": ["0-math.sin(q.anim_time*90*3-90)*10", 0, 0] + }, + "antenna_left": { + "rotation": ["0-math.sin(q.anim_time*90*3-60)*5", 0, 0] + }, + "antenna_left2": { + "rotation": ["0-math.sin(q.anim_time*90*3-90)*10", 0, 0] + }, + "wing_left": { + "rotation": [15, "0-math.sin(q.anim_time*90*3+60)*25", "0-math.sin(q.anim_time*90*3+60)*5"] + }, + "wing_left4": { + "rotation": ["0+math.sin(q.anim_time*90*3)*25", 0, 0] + }, + "wing_left2": { + "rotation": ["0-math.sin(q.anim_time*90*3+30)*25", 0, 0] + }, + "wing_right": { + "rotation": [15, "0+math.sin(q.anim_time*90*3+60)*25", "0+math.sin(q.anim_time*90*3+60)*5"] + }, + "wing_right2": { + "rotation": ["0-math.sin(q.anim_time*90*3+30)*25", 0, 0] + }, + "wing_right4": { + "rotation": ["0+math.sin(q.anim_time*90*3)*25", 0, 0] + } + } + }, + "animation.frosmoth.sleep": { + "loop": true, + "bones": { + "torso": { + "rotation": ["5-math.sin(q.anim_time*90*1-30)*2.5", 0, 0], + "position": [0, "5-math.sin(q.anim_time*90*1)*1.5", 0] + }, + "movable_top3": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*1)*5"] + }, + "movable_top4": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*1-15)*5"] + }, + "movable_bot3": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*1)*5"] + }, + "movable_bot4": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*1-15)*5"] + }, + "movable_top": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1)*5"] + }, + "movable_top2": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1-15)*5"] + }, + "movable_bot": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1)*5"] + }, + "movable_bot2": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1-15)*5"] + }, + "antenna_right": { + "rotation": ["0-math.sin(q.anim_time*90*1-60)*5", 0, 0] + }, + "antenna_right2": { + "rotation": ["0-math.sin(q.anim_time*90*1-90)*10", 0, 0] + }, + "antenna_left": { + "rotation": ["0-math.sin(q.anim_time*90*1-60)*5", 0, 0] + }, + "antenna_left2": { + "rotation": ["0-math.sin(q.anim_time*90*1-90)*10", 0, 0] + }, + "wing_left": { + "rotation": [15, "0-math.sin(q.anim_time*90*1+60)*25", "0-math.sin(q.anim_time*90*1+60)*5"] + }, + "wing_left4": { + "rotation": ["0+math.sin(q.anim_time*90*1)*25", 0, 0] + }, + "wing_left2": { + "rotation": ["0-math.sin(q.anim_time*90*1+30)*25", 0, 0] + }, + "wing_right": { + "rotation": [15, "0+math.sin(q.anim_time*90*1+60)*25", "0+math.sin(q.anim_time*90*1+60)*5"] + }, + "wing_right2": { + "rotation": ["0-math.sin(q.anim_time*90*1+30)*25", 0, 0] + }, + "wing_right4": { + "rotation": ["0+math.sin(q.anim_time*90*1)*25", 0, 0] + }, + "eyelid_right": { + "position": [0, 0, -0.12] + }, + "eyelid_left": { + "position": [0, 0, -0.12] + } + } + }, + "animation.frosmoth.blink": { + "animation_length": 0.16667, + "bones": { + "eyelid_right": { + "position": { + "0.0": [0, 0, -0.12], + "0.125": [0, 0, -0.12], + "0.1667": [0, 0, 0] + } + }, + "eyelid_left": { + "position": { + "0.0": [0, 0, -0.12], + "0.125": [0, 0, -0.12], + "0.1667": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/gastrodon/gastrodon.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/gastrodon/gastrodon.animation.json new file mode 100644 index 0000000..5d628c1 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/gastrodon/gastrodon.animation.json @@ -0,0 +1,219 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.gastrodon.ground_idle": { + "loop": true, + "bones": { + "head": { + "rotation": ["4+math.sin(q.anim_time*90*2+30)*-2", "math.cos(q.anim_time*90*1)*1", 0] + }, + "torso": { + "rotation": ["math.sin(q.anim_time*90*2)*0.6", 0, "math.cos(q.anim_time*90*1)*-1"], + "position": [0, "math.sin(q.anim_time*90*2)*-0.2", 0] + }, + "neck_1": { + "rotation": [0, "0+math.cos(q.anim_time*90*1-30)*4", "0+math.sin(q.anim_time*90*1-40)*2"] + }, + "neck_2": { + "rotation": ["math.cos(q.anim_time*90*1-60)*3", "math.cos(q.anim_time*90*1-60)*3", "math.sin(q.anim_time*90*1-60)*2"] + } + } + }, + "animation.gastrodon.ground_walk": { + "loop": true, + "animation_length": 2, + "bones": { + "leg_l_2": { + "rotation": ["0-math.sin(q.anim_time*90*2-240)*10", "0+math.sin(q.anim_time*90*2-240)*8", 10], + "position": { + "0.0": [ + "0-math.cos(q.anim_time*90*2-240)*0.2", + "0.25+math.clamp(math.cos(q.anim_time*90*2-240)*1.5,0,10)", + "0.25-math.sin(q.anim_time*90*2-240)*0.8" + ], + "0.8333": [ + "0-math.cos(q.anim_time*90*2-240)*0.2", + "1+math.clamp(math.cos(q.anim_time*90*2-240)*1.5,0,10)", + "-0.75-math.sin(q.anim_time*90*2-240)*0.8" + ], + "1.7917": ["0-math.cos(q.anim_time*90*2-240)*0.2", "1+math.clamp(math.cos(q.anim_time*90*2-240)*1.5,0,10)", "0.25-math.sin(q.anim_time*90*2-240)*0.8"], + "1.8333": ["0-math.cos(q.anim_time*90*2-240)*0.2", "math.clamp(math.cos(q.anim_time*90*2-240)*1.5,0,10)", "0.25-math.sin(q.anim_time*90*2-240)*0.8"], + "2.0": [ + "0-math.cos(q.anim_time*90*2-240)*0.2", + "0.25+math.clamp(math.cos(q.anim_time*90*2-240)*1.5,0,10)", + "0.25-math.sin(q.anim_time*90*2-240)*0.8" + ] + } + }, + "leg_l_3": { + "rotation": [ + "0+math.clamp(math.sin(q.anim_time*90*2+30)*15,0,20)-math.clamp(math.sin(q.anim_time*90*2+210)*2,-2,20)", + "0+math.sin(q.anim_time*90*2-60)*8", + -10 + ], + "position": { + "0.0": ["0+math.cos(q.anim_time*90*2-60)*0.2", "math.clamp(math.cos(q.anim_time*90*2-60)*1.5,0,10)", "-0.75-math.sin(q.anim_time*90*2-60)*0.7"], + "0.75": [ + "0+math.cos(q.anim_time*90*2-60)*0.2", + "0.25+math.clamp(math.cos(q.anim_time*90*2-60)*1.5,0,10)", + "-0.75-math.sin(q.anim_time*90*2-60)*0.7" + ], + "0.8333": ["0+math.cos(q.anim_time*90*2-60)*0.2", "-1+math.clamp(math.cos(q.anim_time*90*2-60)*1.5,0,10)", "-0.75-math.sin(q.anim_time*90*2-60)*0.7"], + "1.8333": ["0+math.cos(q.anim_time*90*2-60)*0.2", "math.clamp(math.cos(q.anim_time*90*2-60)*1.5,0,10)", "-0.75-math.sin(q.anim_time*90*2-60)*0.7"] + } + }, + "leg_l_1": { + "rotation": ["0-math.sin(q.anim_time*90*2-180)*10", "0+math.sin(q.anim_time*90*2-180)*8", -10], + "position": { + "0.0": ["0+math.cos(q.anim_time*90*2-180)*0.2", "-0.5+math.clamp(math.cos(q.anim_time*90*2-180)*1.5,0,10)", "0-math.sin(q.anim_time*90*2-180)*0.8"], + "0.5": ["0+math.cos(q.anim_time*90*2-180)*0.2", "math.clamp(math.cos(q.anim_time*90*2-180)*1.5,0,10)", "0-math.sin(q.anim_time*90*2-180)*0.8"], + "1.4583": ["0+math.cos(q.anim_time*90*2-180)*0.2", "math.clamp(math.cos(q.anim_time*90*2-180)*1.5,0,10)", "0-math.sin(q.anim_time*90*2-180)*0.8"], + "1.5": ["0+math.cos(q.anim_time*90*2-180)*0.2", "-1+math.clamp(math.cos(q.anim_time*90*2-180)*1.5,0,10)", "0-math.sin(q.anim_time*90*2-180)*0.8"], + "2.0": ["0+math.cos(q.anim_time*90*2-180)*0.2", "-0.5+math.clamp(math.cos(q.anim_time*90*2-180)*1.5,0,10)", "0-math.sin(q.anim_time*90*2-180)*0.8"] + } + }, + "head": { + "rotation": ["5+math.cos(q.anim_time*90*2*2+30)*-1", "0-math.cos(q.anim_time*90*2)*4", "0+math.sin(q.anim_time*90*2)*2"] + }, + "ear_left2": { + "rotation": ["0+math.sin(q.anim_time*90*4*2)*-1", 0, "0-math.cos(q.anim_time*90*2-30)*2"] + }, + "ear_left": { + "rotation": ["0+math.sin(q.anim_time*90*4*2)*-1", 0, "0-math.cos(q.anim_time*90*2-30)*2"] + }, + "leg_r_3": { + "rotation": ["0-math.sin(q.anim_time*90*2-240)*10", "0-math.sin(q.anim_time*90*2-240)*8", 10], + "position": { + "0.0": [ + "0-math.cos(q.anim_time*90*2-240)*0.2", + "-0.75+math.clamp(math.cos(q.anim_time*90*2-240)*1.5,0,10)", + "-0.75-math.sin(q.anim_time*90*2-240)*0.8" + ], + "0.8333": ["0-math.cos(q.anim_time*90*2-240)*0.2", "math.clamp(math.cos(q.anim_time*90*2-240)*1.5,0,10)", "-0.75-math.sin(q.anim_time*90*2-240)*0.8"], + "1.7917": ["0-math.cos(q.anim_time*90*2-240)*0.2", "math.clamp(math.cos(q.anim_time*90*2-240)*1.5,0,10)", "-0.75-math.sin(q.anim_time*90*2-240)*0.8"], + "1.8333": [ + "0-math.cos(q.anim_time*90*2-240)*0.2", + "-1+math.clamp(math.cos(q.anim_time*90*2-240)*1.5,0,10)", + "-0.75-math.sin(q.anim_time*90*2-240)*0.8" + ], + "2.0": [ + "0-math.cos(q.anim_time*90*2-240)*0.2", + "-0.75+math.clamp(math.cos(q.anim_time*90*2-240)*1.5,0,10)", + "-0.75-math.sin(q.anim_time*90*2-240)*0.8" + ] + } + }, + "leg_r_2": { + "rotation": ["0-math.sin(q.anim_time*90*2-60)*10", "0-math.sin(q.anim_time*90*2-60)*8", -10], + "position": { + "0.0": ["0+math.cos(q.anim_time*90*2-60)*0.2", "1+math.clamp(math.cos(q.anim_time*90*2-60)*1.5,0,10)", "-0.75-math.sin(q.anim_time*90*2-60)*0.7"], + "0.75": [ + "0+math.cos(q.anim_time*90*2-60)*0.2", + "1.25+math.clamp(math.cos(q.anim_time*90*2-60)*1.5,0,10)", + "-0.75-math.sin(q.anim_time*90*2-60)*0.7" + ], + "0.8333": ["0+math.cos(q.anim_time*90*2-60)*0.2", "math.clamp(math.cos(q.anim_time*90*2-60)*1.5,0,10)", "-0.75-math.sin(q.anim_time*90*2-60)*0.7"], + "1.8333": ["0+math.cos(q.anim_time*90*2-60)*0.2", "1+math.clamp(math.cos(q.anim_time*90*2-60)*1.5,0,10)", "-0.75-math.sin(q.anim_time*90*2-60)*0.7"] + } + }, + "leg_r_1": { + "rotation": { + "0.0": ["0-math.sin(q.anim_time*90*2)*10", "0-math.sin(q.anim_time*90*2)*8", 10], + "0.4167": ["0-math.sin(q.anim_time*90*2)*10", "0-math.sin(q.anim_time*90*2)*8", 10], + "0.625": ["-0.25-math.sin(q.anim_time*90*2)*10", "-math.sin(q.anim_time*90*2)*8", 10], + "0.8333": ["-1-math.sin(q.anim_time*90*2)*10", "-math.sin(q.anim_time*90*2)*8", 10], + "1.0": ["0-math.sin(q.anim_time*90*2)*10", "0-math.sin(q.anim_time*90*2)*8", 10] + }, + "position": { + "0.0": ["0-math.cos(q.anim_time*90*2)*0.2", "math.clamp(math.cos(q.anim_time*90*2)*1.5,0,10)", "0-math.sin(q.anim_time*90*2)*0.7"], + "0.4167": ["0-math.cos(q.anim_time*90*2)*0.2", "math.clamp(math.cos(q.anim_time*90*2)*1.5,0,10)", "0-math.sin(q.anim_time*90*2)*0.7"], + "0.5": ["0-math.cos(q.anim_time*90*2)*0.2", "-1+math.clamp(math.cos(q.anim_time*90*2)*1.5,0,10)", "0-math.sin(q.anim_time*90*2)*0.7"], + "0.75": ["0-math.cos(q.anim_time*90*2)*0.2", "-0.75+math.clamp(math.cos(q.anim_time*90*2)*1.5,0,10)", "0-math.sin(q.anim_time*90*2)*0.7"], + "1.5": ["0-math.cos(q.anim_time*90*2)*0.2", "math.clamp(math.cos(q.anim_time*90*2)*1.5,0,10)", "0-math.sin(q.anim_time*90*2)*0.7"] + } + }, + "torso": { + "rotation": ["0+math.sin(q.anim_time*90*2*2)*1", "0+math.cos(q.anim_time*90*2)*3", "0-math.sin(q.anim_time*90*2)*3"], + "position": { + "0.0": [0, -0.01, 0], + "0.0417": [0, -0.12, 0], + "0.5833": [0, "0+math.sin(q.anim_time*90*2*2)*0.6", 0], + "0.625": [0, "0.4+math.sin(q.anim_time*90*2*2)*0.4", 0], + "0.7083": [0, "-0.1+math.sin(q.anim_time*90*2*2)*0.4", 0], + "0.7917": [0, "0.4+math.sin(q.anim_time*90*2*2)*0.4", 0], + "0.875": [0, "0+math.sin(q.anim_time*90*2*2)*0.4", 0], + "0.9583": [0, 0.1, 0], + "1.0417": [0, -0.12, 0], + "1.5833": [0, "0+math.sin(q.anim_time*90*2*2)*0.6", 0], + "1.625": [0, "0.4+math.sin(q.anim_time*90*2*2)*0.4", 0], + "1.7083": [0, "-0.1+math.sin(q.anim_time*90*2*2)*0.4", 0], + "1.7917": [0, "0.4+math.sin(q.anim_time*90*2*2)*0.4", 0], + "1.875": [0, "0+math.sin(q.anim_time*90*2*2)*0.4", 0], + "1.9583": [0, 0.1, 0], + "2.0": [0, -0.01, 0] + } + }, + "bone": { + "rotation": { + "0.0": ["-2.5+math.clamp(math.sin(q.anim_time*90*2-90)*15,0,20)+math.clamp(math.sin(q.anim_time*90*2+90)*2,-2,20)", 0, 10], + "1.4167": ["0+math.clamp(math.sin(q.anim_time*90*2-90)*15,0,20)+math.clamp(math.sin(q.anim_time*90*2+90)*2,-2,20)", 0, 10], + "1.5": ["10+math.clamp(math.sin(q.anim_time*90*2-90)*15,0,20)+math.clamp(math.sin(q.anim_time*90*2+90)*2,-2,20)", 0, 10], + "1.75": ["5+math.clamp(math.sin(q.anim_time*90*2-90)*15,0,20)+math.clamp(math.sin(q.anim_time*90*2+90)*2,-2,20)", 0, 10], + "2.0": ["-2.5+math.clamp(math.sin(q.anim_time*90*2-90)*15,0,20)+math.clamp(math.sin(q.anim_time*90*2+90)*2,-2,20)", 0, 10] + } + }, + "bone2": { + "rotation": { + "0.0": ["0+math.clamp(math.sin(q.anim_time*90*2+90)*15,0,20)-math.clamp(math.sin(q.anim_time*90*2+270)*2,-2,20)", 0, -10], + "0.4167": ["0+math.clamp(math.sin(q.anim_time*90*2+90)*15,0,20)-math.clamp(math.sin(q.anim_time*90*2+270)*2,-2,20)", 0, -10], + "0.5": ["12.5+math.clamp(math.sin(q.anim_time*90*2+90)*15,0,20)-math.clamp(math.sin(q.anim_time*90*2+270)*2,-2,20)", 0, -10], + "0.75": ["7.5+math.clamp(math.sin(q.anim_time*90*2+90)*15,0,20)-math.clamp(math.sin(q.anim_time*90*2+270)*2,-2,20)", 0, -10], + "1.0": ["0+math.clamp(math.sin(q.anim_time*90*2+90)*15,0,20)-math.clamp(math.sin(q.anim_time*90*2+270)*2,-2,20)", 0, -10] + } + }, + "bone3": { + "rotation": { + "0.0": ["0+math.clamp(math.sin(q.anim_time*90*2+30)*15,0,20)-math.clamp(math.sin(q.anim_time*90*2+210)*2,-2,20)", 0, 10], + "0.75": ["0+math.clamp(math.sin(q.anim_time*90*2+30)*15,0,20)-math.clamp(math.sin(q.anim_time*90*2+210)*2,-2,20)", 0, 10], + "0.8333": ["7.5+math.clamp(math.sin(q.anim_time*90*2+30)*15,0,20)-math.clamp(math.sin(q.anim_time*90*2+210)*2,-2,20)", 0, 10], + "1.25": [3.32, 0, 10], + "1.8333": ["-8.5+math.clamp(math.sin(q.anim_time*90*2+30)*15,0,20)-math.clamp(math.sin(q.anim_time*90*2+210)*2,-2,20)", 0, 10], + "2.0": ["0+math.clamp(math.sin(q.anim_time*90*2+30)*15,0,20)-math.clamp(math.sin(q.anim_time*90*2+210)*2,-2,20)", 0, 10] + } + }, + "bone4": { + "rotation": { + "0.0": ["7.5+math.clamp(math.sin(q.anim_time*90*2-150)*15,0,20)+math.clamp(math.sin(q.anim_time*90*2+150)*2,-2,20)", 0, -10], + "0.8333": ["-5+math.clamp(math.sin(q.anim_time*90*2-150)*15,0,20)+math.clamp(math.sin(q.anim_time*90*2+150)*2,-2,20)", 0, -10], + "1.75": ["1.75+math.clamp(math.sin(q.anim_time*90*2-150)*15,0,20)+math.clamp(math.sin(q.anim_time*90*2+150)*2,-2,20)", 0, -10], + "1.8333": ["7.5+math.clamp(math.sin(q.anim_time*90*2-150)*15,0,20)+math.clamp(math.sin(q.anim_time*90*2+150)*2,-2,20)", 0, -10] + } + }, + "bone5": { + "rotation": { + "0.0": ["7.5+math.clamp(math.sin(q.anim_time*90*2-150)*15,0,20)+math.clamp(math.sin(q.anim_time*90*2+150)*2,-2,20)", 0, -10], + "0.8333": ["-5+math.clamp(math.sin(q.anim_time*90*2-150)*15,0,20)+math.clamp(math.sin(q.anim_time*90*2+150)*2,-2,20)", 0, -10], + "1.75": ["1.75+math.clamp(math.sin(q.anim_time*90*2-150)*15,0,20)+math.clamp(math.sin(q.anim_time*90*2+150)*2,-2,20)", 0, -10], + "1.8333": ["7.5+math.clamp(math.sin(q.anim_time*90*2-150)*15,0,20)+math.clamp(math.sin(q.anim_time*90*2+150)*2,-2,20)", 0, -10] + } + }, + "bone6": { + "rotation": { + "0.0": ["0+math.clamp(math.sin(q.anim_time*90*2+30)*15,0,20)-math.clamp(math.sin(q.anim_time*90*2+210)*2,-2,20)", 0, 10], + "0.75": ["0+math.clamp(math.sin(q.anim_time*90*2+30)*15,0,20)-math.clamp(math.sin(q.anim_time*90*2+210)*2,-2,20)", 0, 10], + "0.8333": ["7.5+math.clamp(math.sin(q.anim_time*90*2+30)*15,0,20)-math.clamp(math.sin(q.anim_time*90*2+210)*2,-2,20)", 0, 10], + "1.25": [3.32, 0, 10], + "1.8333": ["-8.5+math.clamp(math.sin(q.anim_time*90*2+30)*15,0,20)-math.clamp(math.sin(q.anim_time*90*2+210)*2,-2,20)", 0, 10], + "2.0": ["0+math.clamp(math.sin(q.anim_time*90*2+30)*15,0,20)-math.clamp(math.sin(q.anim_time*90*2+210)*2,-2,20)", 0, 10] + } + }, + "neck_1": { + "rotation": [0, "math.cos(q.anim_time*90*2-30)*8", "0-math.cos(q.anim_time*90*2-30)*4"] + }, + "neck_2": { + "rotation": [0, "0+math.cos(q.anim_time*90*2-90)*4", "0-math.cos(q.anim_time*90*2-60)*2"] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/genesect/genesect.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/genesect/genesect.animation.json new file mode 100644 index 0000000..3bec1b6 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/genesect/genesect.animation.json @@ -0,0 +1,186 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.genesect.ground_walk": { + "loop": true, + "animation_length": 1.5, + "bones": { + "bone9": { + "rotation": { + "0.0": [25, 0, 0], + "0.2083": [54.17, 0, 0], + "0.375": [60.25, 0, 0], + "0.4583": [56.17, 0, 0], + "0.625": [18, 0, 0], + "0.75": [10, 0, 0], + "0.9583": [4.39, 0, 0], + "1.125": [5, 0, 0], + "1.5": [25, 0, 0] + } + }, + "bone6": { + "rotation": { + "0.0": [10, 0, 0], + "0.2083": [4.39, 0, 0], + "0.375": [5, 0, 0], + "0.75": [25, 0, 0], + "0.9583": [54.17, 0, 0], + "1.125": [60.25, 0, 0], + "1.2083": [56.17, 0, 0], + "1.375": [18, 0, 0], + "1.5": [10, 0, 0] + } + }, + "torso": { + "rotation": ["0+Math.cos((query.anim_time-0.5) * 90 * (2+2/3)*2) * -2", 0, 0], + "position": [0, "-0.5+Math.cos((query.anim_time) * 90 * (2+2/3)*2) * 0.5", 0] + }, + "hand_left": { + "rotation": [5.7751, "Math.cos((query.anim_time) * 90 * (2+2/3)) * -8.1777", 29.58681] + }, + "hand_left_3": { + "rotation": [0, "-20+Math.cos((query.anim_time-0.2) * 90 * (2+2/3)) * -10", 0] + }, + "hand_right": { + "rotation": [-5.7751, "1.8223+(Math.cos((query.anim_time) * 90 * (2+2/3)) * -10)", -29.58681] + }, + "hand_right_3": { + "rotation": [0, "20+Math.cos((query.anim_time-0.2) * 90 * (2+2/3)) * -10", 0] + }, + "head": { + "rotation": ["-10+Math.cos((query.anim_time-0.6) * 90 * (2+2/3)*2) * 4", 0, 0] + }, + "leg_left_rotate": { + "rotation": { + "0.0": [-32.5, 0, 0], + "0.1667": [-28.35, 0, 0], + "0.375": [0, 0, 0], + "0.5417": [21, 0, 0], + "0.75": [31, 0, 0], + "0.9167": [23.21, 0, 0], + "1.1667": [-1.5, 0, 0], + "1.3333": [-27.35, 0, 0], + "1.5": [-32.5, 0, 0] + } + }, + "right_leg_rotate": { + "rotation": { + "0.0": [31, 0, 0], + "0.1667": [23.21, 0, 10], + "0.4167": [-1.5, 0, 10], + "0.5833": [-27.35, 0, 10], + "0.75": [-32.5, 0, 10], + "0.9167": [-28.35, 0, 10], + "1.125": [0, 0, 10], + "1.2917": [21, 0, 10], + "1.5": [31, 0, 0] + } + }, + "top_sec": { + "rotation": ["7.5+Math.cos((query.anim_time-0.7) * 90 * (2+2/3)*2) * -2", 0, 0] + } + } + }, + "animation.genesect.ground_idle": { + "loop": true, + "bones": { + "torso": { + "rotation": ["-1+Math.cos((query.anim_time) * 90 * 1) * 3", 0, 0] + }, + "hand_right": { + "rotation": [-0.25903, "-1.4687+Math.cos((query.anim_time-1) * 90 * 1) * 3", -36.6009] + }, + "hand_right_3": { + "rotation": [-0.25903, "-1.4687+Math.cos((query.anim_time-1) * 90 * 1) * 3", 0] + }, + "hand_left": { + "rotation": [-0.25903, "-1.4687+Math.cos((query.anim_time-1) * 90 * 1) * 3", 36.60086] + }, + "hand_left_3": { + "rotation": [-0.25903, "-1.4687+Math.cos((query.anim_time-1) * 90 * 1) * 3", 0] + }, + "head": { + "rotation": ["ŕą…+Math.cos((query.anim_time+0.2) * 90 * 1) * -4", -2.56476, -0.0036] + }, + "top_sec": { + "rotation": ["1+Math.cos((query.anim_time-0.3) * 90 * 1) * 2", 0, 0] + } + } + }, + "animation.genesect.air_fly": { + "loop": true, + "bones": { + "right_leg_rotate": { + "rotation": [0, 60, 0] + }, + "right_leg": { + "rotation": [-12.5, 0, 0] + }, + "bone9": { + "rotation": [25, 0, 0] + }, + "bone10": { + "rotation": [90, 0, 0] + }, + "leg_left_rotate": { + "rotation": [0, -60, 0] + }, + "left_leg": { + "rotation": [-12.5, 0, 0] + }, + "bone6": { + "rotation": [22.5, 0, 0] + }, + "bone8": { + "rotation": [90, 0, 0] + }, + "hand_right": { + "rotation": [0, -90, 0] + }, + "hand_right_3": { + "rotation": [0, 90, 0] + }, + "hand_left": { + "rotation": [0, 90, 0] + }, + "hand_left_3": { + "rotation": [0, -90, 0] + }, + "head": { + "rotation": [-7.5, 0, 0], + "position": [0, -2, -1] + }, + "cannon": { + "rotation": [22.25, 0, 0], + "position": [0, -2.1, -0.475] + }, + "top_sec": { + "rotation": [-87.5, 0, 0] + }, + "full_cannon": { + "rotation": [20, 0, 0], + "position": [0, -0.1, -0.4] + }, + "cannon_topsie": { + "position": [0, -7, 0] + }, + "cannontopsie_2": { + "position": [0, -5, 0] + }, + "flight_rotation": { + "rotation": [85, 0, 0] + }, + "flight_movement": { + "rotation": ["(math.sin(q.anim_time*90*2)*2)+2.25", 0, 0], + "position": [0, "math.sin(q.anim_time*90*1)*0.5+math.sin(q.anim_time*90*2)*1+0.5", "math.sin(q.anim_time*90*1)*1"] + }, + "right_stick": { + "rotation": [0, -20, 0] + }, + "left_stick": { + "rotation": [0, 20, 0] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/glalie/glalie.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/glalie/glalie.animation.json new file mode 100644 index 0000000..e3e540b --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/glalie/glalie.animation.json @@ -0,0 +1,259 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.glalie.cry": { + "animation_length": 2, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "mouth_open": { + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.3333": [0, 0, -2], + "1.0833": [0, 0, -2], + "1.1667": [0, 0, 0], + "2.0": [0, 0, 0] + } + } + } + }, + "animation.glalie.faint": { + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [0, 0, 0], + "0.2083": [0, "0+4*(math.sin(q.anim_time*3600)*0.5)", 0], + "1.5417": [0, 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.2083": [0, 0, 0] + } + }, + "mouth_open": { + "position": { + "0.0": [0, 0, -1], + "0.2083": [0, 0, -2], + "0.2917": [0, 0, -1], + "0.375": [0, 0, -1], + "0.4583": [0, 0, -2], + "0.7083": [0, 0, -2], + "1.5417": [0, 0, -1] + } + }, + "eye_left": { + "position": { + "0.0": [0, 0, 0], + "0.125": [0, 0, 0], + "0.2083": [0, 0, 1] + } + }, + "root": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-1.67, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 6, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 10.95, 9.25], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 4, 10], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 3.25, 5.25], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 1.75, -3], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0.69, 1], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "eye_right": { + "position": { + "0.0": [0, 0, 0], + "0.125": [0, 0, 0], + "0.2083": [0, 0, 1] + } + } + } + }, + "animation.glalie.battle_idle": { + "loop": true, + "bones": { + "body": { + "rotation": ["5-1*(math.sin(q.anim_time*180+40)*1)", 0, "0-2*(math.sin(q.anim_time*90)*1)"], + "position": [0, "6-1*(math.sin(q.anim_time*45)*0.5)", 0] + }, + "pupil_left": { + "position": [0.5, 0, 0] + }, + "eyelid_left": { + "rotation": [0, 0, -7.5], + "position": [0, 0, -1] + }, + "pupil_right": { + "position": [-0.5, 0, 0] + }, + "eyelid_right": { + "rotation": [0, 0, 7.5], + "position": [0, 0, -1] + } + } + }, + "animation.glalie.ground_idle": { + "loop": true, + "bones": { + "body": { + "rotation": ["5-1*(math.sin(q.anim_time*180+40)*1)", 0, "0-2*(math.sin(q.anim_time*90)*1)"], + "position": [0, "6-1*(math.sin(q.anim_time*45)*0.5)", 0] + } + } + }, + "animation.glalie.layer_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [0, 0, 0], + "2.0": ["0+0.5*(math.sin(q.anim_time*2400-90)*0.5)", "0+2*(math.sin(q.anim_time*2400)*0.5)", 0], + "3.0": [0, 0, 0] + } + } + } + }, + "animation.glalie.ground_walk": { + "loop": true, + "bones": { + "body": { + "rotation": ["10-1*(math.sin(q.anim_time*360+40)*1)", 0, "0-2*(math.sin(q.anim_time*180)*1)"], + "position": [0, "6-1*(math.sin(q.anim_time*90)*1)", -1] + } + } + }, + "animation.glalie.ground_run": { + "loop": true, + "bones": { + "body": { + "rotation": ["17.5-2*(math.sin(q.anim_time*720+40)*1)", 0, "-3*(math.sin(q.anim_time*360)*1)"], + "position": [0, "6-1*(math.sin(q.anim_time*90)*1)", -2] + } + } + }, + "animation.glalie.blink": { + "animation_length": 0.125, + "bones": { + "eye_left": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, 1], + "0.125": [0, 0, 0] + } + }, + "eye_right": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, 1], + "0.125": [0, 0, 0] + } + } + } + }, + "animation.glalie.sleep": { + "loop": true, + "bones": { + "body": { + "rotation": ["24.8685+3*(math.sin(q.anim_time*90+40)*1)", 2.08873, "-7.2049-2*(math.sin(q.anim_time*90)*1)"], + "position": [-2, "6-1*(math.sin(q.anim_time*90)*1)", -4] + }, + "eye_left": { + "position": [0, 0, 1] + }, + "eye_right": { + "position": [0, 0, 1] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/glameow/glameow.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/glameow/glameow.animation.json new file mode 100644 index 0000000..93d7a76 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/glameow/glameow.animation.json @@ -0,0 +1,260 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.glameow.ground_idle": { + "loop": true, + "animation_length": 2.5, + "bones": { + "body": { + "position": [0, 0, 0] + }, + "tail_base": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [10, 0, 0], + "1.25": [10, 0, 0], + "2.25": [0, 0, 0], + "2.5": [0, 0, 0] + } + }, + "glameow": { + "position": [0, 0, 0] + } + } + }, + "animation.glameow.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "body": { + "position": { + "0.0": [0, -0.5, 0], + "0.25": [0, 0, 0], + "0.5": [0, -0.5, 0], + "0.75": [0, 0, 0], + "1.0": [0, -0.5, 0] + } + }, + "thigh_fr": { + "rotation": { + "0.0": [-35, 0, 0], + "0.25": [0, 0, 0], + "0.5": [35, 0, 0], + "0.75": [0, 0, 0], + "1.0": [-35, 0, 0] + } + }, + "leg_fr": { + "rotation": { + "0.0": [15, 0, 0], + "0.5": [0, 0, 0], + "0.75": [-30, 0, 0], + "1.0": [15, 0, 0] + } + }, + "thigh_fl": { + "rotation": { + "0.0": [35, 0, 0], + "0.25": [0, 0, 0], + "0.5": [-35, 0, 0], + "0.75": [0, 0, 0], + "1.0": [35, 0, 0] + } + }, + "leg_fl": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-30, 0, 0], + "0.5": [15, 0, 0], + "0.75": [0, 0, 0], + "1.0": [0, 0, 0] + } + }, + "thigh_br": { + "rotation": { + "0.0": [35, 0, 0], + "0.5": [-35, 0, 0], + "1.0": [35, 0, 0] + } + }, + "thigh_bl": { + "rotation": { + "0.0": [-35, 0, 0], + "0.5": [35, 0, 0], + "1.0": [-35, 0, 0] + } + }, + "tail_base": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-10, 0, 0], + "0.5": [0, 0, 0], + "0.75": [-10, 0, 0], + "1.0": [0, 0, 0] + } + } + } + }, + "animation.glameow.sleep": { + "loop": true, + "animation_length": 3, + "bones": { + "body": { + "rotation": [-90, 0, -90], + "position": [0, 2.5, -6] + }, + "neck": { + "rotation": [50, 0, 0] + }, + "head": { + "rotation": [30, 0, 0] + }, + "ear_l": { + "rotation": [35, 0, 0] + }, + "ear_r": { + "rotation": [35, 0, 0] + }, + "thigh_fr": { + "rotation": [-42.5, 0, 0] + }, + "thigh_fl": { + "rotation": [-40, 0, 12.5] + }, + "thigh_br": { + "rotation": [20, 0, 0] + }, + "thigh_bl": { + "rotation": [19.81197, -3.1622, 6.80423] + }, + "tail_base": { + "rotation": [-87.5, 0, 0] + }, + "eyelid_l": { + "position": [0, 0, -0.04] + }, + "eyelid_r": { + "position": [0, 0, -0.04] + } + } + }, + "animation.glameow.blink": { + "animation_length": 0.25, + "bones": { + "eyelid_l": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, -0.03], + "0.25": [0, 0, -0.03] + } + }, + "eyelid_r": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, -0.03], + "0.25": [0, 0, -0.03] + } + } + } + }, + "animation.glameow.cry": { + "animation_length": 1.25, + "bones": { + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [15, 0, 0], + "0.75": [-20, 0, 0], + "1.25": [0, 0, 0] + } + }, + "head": { + "rotation": [0, 0, 0] + }, + "mouth": { + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.75": [0, 0, -0.02] + } + } + } + }, + "animation.glameow.faint": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "position": { + "0.0": [0, 0, 0], + "0.5": [0, -4.5, 0], + "1.0": [0, -4.5, 0] + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [22.5, 0, 0], + "1.0": [22.5, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [22.5, 0, 0], + "1.0": [22.5, 0, 0] + } + }, + "ear_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [40, 0, 0], + "1.0": [40, 0, 0] + } + }, + "ear_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [40, 0, 0], + "1.0": [40, 0, 0] + } + }, + "thigh_fr": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-85, 15, 0], + "1.0": [-85, 15, 0] + } + }, + "thigh_fl": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-85, -15, 0], + "1.0": [-85, -15, 0] + } + }, + "thigh_br": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [75, -15, 0], + "1.0": [75, -15, 0] + } + }, + "thigh_bl": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [75, 15, 0], + "1.0": [75, 15, 0] + } + }, + "tail_base": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-37.5, 0, 0], + "1.0": [-37.5, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/gogoat/gogoat.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/gogoat/gogoat.animation.json new file mode 100644 index 0000000..7837386 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/gogoat/gogoat.animation.json @@ -0,0 +1,146 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.gogoat.ground_idle": { + "loop": true, + "bones": { + "torso": { + "rotation": [0, 0, "Math.cos((query.anim_time) * 90 * 1) * 0.5"], + "position": [0, "Math.cos((query.anim_time) * 90 * 2) * 0.1", 0] + }, + "tail": { + "rotation": ["-2*Math.cos((query.anim_time-0.8) * 90 * 2)", "4*Math.cos((query.anim_time-0.8) * 90 * 1)", 0] + }, + "neck": { + "rotation": ["Math.cos((query.anim_time-0.2) * 90 * 2) * -1", -0.4698, 0] + }, + "head": { + "rotation": ["Math.cos((query.anim_time-0.2) * 90 * 2) * -1", -0.4698, 0] + }, + "ear_left3": { + "rotation": [0, "3*Math.cos((query.anim_time+0.8) * 90 * 2)", 0] + }, + "ear_left2": { + "rotation": [0, "-3*Math.cos((query.anim_time+0.8) * 90 * 2)", 0] + } + } + }, + "animation.gogoat.ground_walk": { + "loop": true, + "bones": { + "body": { + "position": [0, "-1.75+math.clamp(math.sin(q.anim_time*90*4)*1.1,0.5,1)+math.clamp(math.sin(q.anim_time*90*4+180)*1.1,0.5,1)", 0] + }, + "torso": { + "rotation": ["math.sin(q.anim_time*90*4-90)*0.2+0.5", 0, "math.clamp(math.sin(q.anim_time*90*4-90)*1,-0.8,0.8)+math.sin(q.anim_time*90*4-180)*0.5"] + }, + "tail": { + "rotation": ["math.sin(q.anim_time*90*8-180-60)*2", "math.sin(q.anim_time*90*4-180-60)*4", 0] + }, + "neck_wool": { + "rotation": ["-math.sin(q.anim_time*90*4-90)*2", 0, "math.cos(q.anim_time*90*-4-90)*0.2"] + }, + "head_angle": { + "rotation": [ + "-math.sin(q.anim_time*90*4-90)*0.5+math.sin(q.anim_time*90*4*2-45)*1", + 0, + "-math.clamp(math.sin(q.anim_time*90*4-90)*1,-0.8,0.8)-math.sin(q.anim_time*90*4-180)*1" + ], + "position": ["math.sin(q.anim_time*90*4-45)*0.1", "math.sin(-q.anim_time*90*4*2-45)*0.1", 0] + }, + "ear_left3": { + "rotation": [0, "-5*Math.cos((query.anim_time-0.3) * 90 * 8)", 0] + }, + "ear_left2": { + "rotation": [0, "5*Math.cos((query.anim_time-0.3) * 90 * 8)", 0] + }, + "leg_front_right": { + "rotation": ["20-math.clamp(19*(math.sin(q.anim_time*90*4-90+33)*1+1),-0,60)", 0, 0], + "position": [ + 0, + "0.8*(math.clamp(math.sin(q.anim_time*90*4-155)*1.6,1,1.6)-0.2)+0.5*(math.clamp(math.sin(q.anim_time*90*4-75)*1.8,1,1.8)-1)-0.2*(math.clamp(math.sin(q.anim_time*90*4)*1.4,1,1.4)+1)-math.clamp(math.sin(q.anim_time*90*4-180)*1,0,0.75)", + 0 + ] + }, + "leg_front_right2": { + "rotation": [ + "math.clamp(math.sin(q.anim_time*90*4-180*0+33)*40,0,40)+(math.clamp(math.sin(q.anim_time*90*2-90*0)*1,0.5,1)*1-0.5)*30+(math.clamp(math.sin(q.anim_time*90*2-90*2)*1,0.5,1)*1-0.5)*30", + 0, + 0 + ] + }, + "leg_front_right3": { + "rotation": ["-20+math.clamp(10*(math.sin(q.anim_time*90*4-90-180*0)*1+1),-0,60)+math.clamp(math.sin(q.anim_time*90*4-180*0+10)*30,-5,30)", 0, 0], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4-120)*1.1,0.9,1)-0.9+math.clamp(math.sin(q.anim_time*90*2-130)*1.3,0.9,1)-0.9", 0] + }, + "leg_front_left": { + "rotation": ["20-math.clamp(19*(math.sin(q.anim_time*90*4-90+33+180)*1+1),-0,60)", 0, 0], + "position": [ + 0, + "0.8*(math.clamp(math.sin(q.anim_time*90*4-155+180)*1.6,1,1.6)-0.2)+0.5*(math.clamp(math.sin(q.anim_time*90*4-75+180)*1.8,1,1.8)-1)-0.2*(math.clamp(math.sin(q.anim_time*90*4+180)*1.4,1,1.4)+1)-math.clamp(math.sin(q.anim_time*90*4)*1,0,0.75)", + 0 + ] + }, + "leg_front_left2": { + "rotation": [ + "math.clamp(math.sin(q.anim_time*90*4-180*1+33)*40,0,40)+(math.clamp(math.sin(q.anim_time*90*2-90*3)*1,0.5,1)*1-0.5)*30+(math.clamp(math.sin(q.anim_time*90*2-90*1)*1,0.5,1)*1-0.5)*30", + 0, + 0 + ] + }, + "leg_front_left3": { + "rotation": ["-20+math.clamp(10*(math.sin(q.anim_time*90*4-90-180*1)*1+1),-0,60)+math.clamp(math.sin(q.anim_time*90*4-180*1+10)*30,-2.5,30)", 0, 0], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4-120+180)*1.1,0.9,1)-0.9+math.clamp(math.sin(q.anim_time*90*2-130+90)*1.3,0.9,1)-0.9", 0] + }, + "leg_back_right": { + "rotation": ["-20+math.clamp(15*(math.sin(q.anim_time*90*4-90)*1+1),-0,60)", 0, 0], + "position": [ + 0, + "-math.clamp(-math.sin(q.anim_time*90*4+90+180*0)*0.01,0,0.01)+math.clamp(-math.sin(q.anim_time*90*4+20+180*0)*1,0.4,0.8)-0.4+math.clamp(math.sin(q.anim_time*90*4-130+180*0)*1.5,0.4,0.6)-0.3+(math.clamp(-math.sin(q.anim_time*90*2+70+180*0)*1,0.5,1)-0.5)*0.5+(math.clamp(-math.sin(q.anim_time*90*2+70+180*1)*1,0.5,1))*0.5", + 0 + ] + }, + "leg_back_right2": { + "rotation": [ + "math.clamp(math.sin(q.anim_time*90*4)*10,0,10)-math.clamp(math.sin(q.anim_time*90*4-95)*10,0,45)-math.clamp(math.sin(q.anim_time*90*4+180)*10,0,45)", + 0, + 0 + ], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4-130)*1,0.5,1)-math.clamp(math.sin(q.anim_time*90*4-40)*1,0.75,1)+0.25", 0] + }, + "leg_back_right3": { + "rotation": [ + "-math.clamp(math.sin(q.anim_time*90*4+180*0)*10,0,10)+math.clamp(math.sin(q.anim_time*90*4+10+180*1)*25,0,45)-(-20+math.clamp(11*(math.sin(q.anim_time*90*4-90+180*0)*1+1),-0,60))+math.clamp(math.sin(q.anim_time*90*4-130+180*0)*00,50,100)-50", + 0, + 0 + ], + "position": [0, "(math.clamp(math.sin(q.anim_time*90*4-110+180)*1,0.5,1)-0.5)*0.7", 0] + }, + "leg_back_left": { + "rotation": ["-20+math.clamp(15*(math.sin(q.anim_time*90*4-90+180)*1+1),-0,60)", 0, 0], + "position": [ + 0, + "-math.clamp(-math.sin(q.anim_time*90*4+90+180*1)*0.01,0,0.01)+math.clamp(-math.sin(q.anim_time*90*4+20+180*1)*1,0.4,1)-0.4+math.clamp(math.sin(q.anim_time*90*4-130+180*1)*1.5,0.4,0.6)-0.3+(math.clamp(-math.sin(q.anim_time*90*2+70+180*1)*1,0.5,1)-0.5)*0.5+(math.clamp(-math.sin(q.anim_time*90*2+70+180*0)*1,0.5,1))*0.5", + 0 + ] + }, + "leg_back_left2": { + "rotation": [ + "math.clamp(math.sin(q.anim_time*90*4+180)*10,0,10)-math.clamp(math.sin(q.anim_time*90*4-95+180)*10,0,45)-math.clamp(math.sin(q.anim_time*90*4+180*0)*10,0,45)", + 0, + 0 + ], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4-130+180)*1,0.5,1)-math.clamp(math.sin(q.anim_time*90*4-40+180)*1,0.75,1)+0.25", 0] + }, + "leg_back_left3": { + "rotation": [ + "-math.clamp(math.sin(q.anim_time*90*4+180*1)*10,0,10)+math.clamp(math.sin(q.anim_time*90*4+10+180*0)*25,0,45)-(-20+math.clamp(11*(math.sin(q.anim_time*90*4-90+180*1)*1+1),-0,60))+math.clamp(math.sin(q.anim_time*90*4-130+180*1)*00,50,100)-50", + 0, + 0 + ], + "position": [0, "(math.clamp(math.sin(q.anim_time*90*4-110+180*0)*1,0.5,1)-0.5)*0.7", 0] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/golem/golem_alolan.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/golem/golem_alolan.animation.json new file mode 100644 index 0000000..82c8d97 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/golem/golem_alolan.animation.json @@ -0,0 +1,446 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.golem_alolan.ground_walk": { + "loop": true, + "animation_length": 1.5, + "bones": { + "body": { + "position": { + "0.0": [0, 2.25, 0], + "0.25": [0, -1.18, 0], + "0.5833": [0, -0.07, 0], + "0.625": [0, -1.4, 0], + "0.6667": [0, -0.27, 0], + "0.875": [0, 1.1, 0], + "1.0833": [0, -0.55, 0], + "1.4167": [0, -0.07, 0], + "1.4583": [0, -1.4, 0], + "1.5": [0, 1, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "0.5417": [1, 1, 1], + "0.5833": [1, 1.1, 1], + "0.625": [1, 0.9, 1], + "0.6667": [1, 1.03, 1], + "0.7083": [1, 1, 1], + "1.375": [1, 1, 1], + "1.4167": [1, 1.1, 1], + "1.4583": [1, 0.9, 1], + "1.5": [1, 1, 1] + } + }, + "torso": { + "rotation": { + "0.0": [10, 0, 0], + "0.4583": [19.44264, -0.04932, 0.27733], + "0.75": [19.9299, 1.70818, -4.69986], + "1.0417": [19.44071, 0.28354, -0.66565], + "1.5": [10, 0, 0] + }, + "position": [0, 0, 0] + }, + "head": { + "rotation": { + "0.0": [10, 0, 0], + "0.75": [-5, 0, 0], + "1.5": [10, 0, 0] + } + }, + "arm_right": { + "rotation": { + "0.0": [0, 0, -15], + "0.75": [-49.8924, 3.82821, -11.78127], + "1.5": [0, 0, -15] + } + }, + "arm_right2": { + "rotation": [0, 0, -52.5] + }, + "arm_left": { + "rotation": { + "0.0": [-2.3273, 24.89837, 21.98615], + "0.75": [-51.74499, 19.08331, 16.87443], + "1.5": [-2.3273, 24.89837, 21.98615] + } + }, + "arm_left2": { + "rotation": [0, 0, 40] + }, + "leg_right": { + "rotation": { + "0.0": [-10, 0, 0], + "0.75": [62.5, 0, 0], + "1.5": [-10, 0, 0] + } + }, + "leg_right2": { + "rotation": { + "0.0": [-2.5, 0, 0], + "0.75": [-2.5, 0, 0], + "1.5": [-2.5, 0, 0] + } + }, + "foot_right": { + "rotation": { + "0.0": [30, 0, 0], + "0.75": [47.5, 0, 0], + "1.2917": [1.53, 0, 0], + "1.5": [27.5, 0, 0] + } + }, + "leg_left": { + "rotation": { + "0.0": [42.5, 0, 0], + "0.75": [-17.5, 0, 0], + "1.5": [42.5, 0, 0] + } + }, + "leg_left2": { + "rotation": { + "0.0": [27.5, 0, 0], + "0.75": [-10, 0, 0], + "1.5": [27.5, 0, 0] + } + }, + "foot_left": { + "rotation": { + "0.0": [32.5, 0, 0], + "0.2917": [-13.89, 0, 0], + "0.75": [30, 0, 0], + "1.5": [32.5, 0, 0] + } + }, + "electric6": { + "position": { + "0.0": [0, 0, 0], + "0.1667": [-8, 0, 0] + }, + "scale": { + "0.0": [1, 0.4, 1], + "0.1667": [0.0778, 1, 1], + "1.5": [-0.1, 1, 1] + } + }, + "electric11": { + "position": { + "0.125": [-1, 0, 0], + "1.5": [-2, 0, 0] + }, + "scale": { + "0.0": [1, 0.1, 1], + "0.1667": [0.0889, 1, 1], + "1.5": [0, 1, 1] + } + }, + "finger_right": { + "rotation": [0, 0, -40] + }, + "finger_right2": { + "rotation": [-40, 0, 0], + "position": [0, 0, -1.5] + }, + "finger_right3": { + "rotation": [45, 0, 0], + "position": [0, 0.3, 1.5] + }, + "finger_left": { + "rotation": [0, 0, 50] + }, + "finger_left2": { + "rotation": [-50, 0, 0], + "position": [0, -1, -2] + }, + "finger_left3": { + "rotation": [42.5, 0, 0], + "position": [0, 0, 1.2] + } + } + }, + "animation.golem_alolan.battle_idle": { + "loop": true, + "animation_length": 1, + "bones": { + "jaw": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [5, 0, 0], + "1.0": [0, 0, 0] + } + }, + "arm_right": { + "rotation": [32.95016, -3.77929, -11.06809] + }, + "arm_right2": { + "rotation": [-9.00717, -20.70481, 24.14867] + }, + "hand_right": { + "rotation": [-106.69078, -14.50488, 11.41713] + }, + "finger_right": { + "rotation": [0, 0, -45] + }, + "finger_right2": { + "rotation": [-77.5, 22.5, 0] + }, + "finger_right3": { + "rotation": [75, 25, 0] + }, + "arm_left": { + "rotation": [38.77558, 22.16435, 5.88276] + }, + "arm_left2": { + "rotation": [-8.57467, 10.82163, -22.56262] + }, + "hand_left": { + "rotation": [-119.90516, 5.34228, 10.63601] + }, + "finger_left": { + "rotation": [0, 0, 62.5] + }, + "finger_left2": { + "rotation": [-60, 40, 0] + }, + "finger_left3": { + "rotation": [60, -40, 0] + }, + "leg_right": { + "rotation": [0, 0, 0] + }, + "electric6": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 3.75], + "0.5": [0, 0, -7.5], + "1.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.375": [0, 0, 0], + "0.4167": [-8, 0, 0], + "0.4583": [0, 0, 0], + "1.0": [0, 0, 0] + }, + "scale": { + "0.375": [1, 1, 1], + "0.4167": [0.05, 1, 1], + "0.4583": [1.1, 1, 1], + "1.0": [1, 1, 1] + } + }, + "electric7": { + "rotation": { + "0.0": [2.47864, 0.32621, -9.99294], + "0.25": [1.79434, 0.50898, -14.36498], + "0.5": [1.24525, -0.10898, 6.25058], + "0.75": [-19.37738, -0.05449, 1.87529], + "1.0": [0, 0, -2.5] + }, + "scale": 1 + }, + "electric8": { + "rotation": { + "0.0": [0, 0, 22.5], + "0.25": [0, 0, 16.88], + "0.5": [0, 0, 21.25], + "0.75": [37.26251, -4.55749, 19.08775], + "1.0": [0, 0, 5] + } + }, + "electric9": { + "rotation": { + "0.0": [0, 0, -25], + "0.25": [0, 0, -18.75], + "0.5": [0, 0, -32.5], + "0.75": [-10.3141, 17.2294, -52.8167], + "1.0": [0, 0, -10] + } + }, + "electric11": { + "rotation": { + "0.0": [0, 0, 2.5], + "0.25": [0, 0, 3.13], + "0.5": [0, 0, -6.25], + "0.75": [0, 0, 9.38], + "1.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5833": [-0.53, 0, 0], + "0.625": [-7, 0, 0], + "0.6667": [-0.22, 0, 0], + "1.0": [0, 0, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "0.25": [1, 1, 1], + "0.2917": [0.05, 1, 1], + "0.3333": [1, 1, 1], + "0.5833": [0.9125, 1, 1], + "0.625": [0.1563, 1, 1], + "0.6667": [0.9, 1, 1], + "1.0": [1, 1, 1] + } + }, + "electric12": { + "rotation": { + "0.0": [0, 0, -5], + "0.25": [0, 0, -1.25], + "0.5": [0, 0, 12.5], + "0.75": [0, 0, -36.25], + "1.0": [0, 0, 0] + } + }, + "electric13": { + "rotation": { + "0.0": [0, 0, -2.5], + "0.25": [0, 0, -11.87], + "0.5": [0, 0, -1.25], + "0.75": [0, 0, 61.88], + "1.0": [0, 0, 0] + } + }, + "electric14": { + "rotation": { + "0.0": [0, 0, 2.5], + "0.25": [0, 0, 9.38], + "0.5": [0, 0, -13.75], + "0.75": [0, 0, -59.37], + "1.0": [0, 0, 0] + } + } + } + }, + "animation.golem_alolan.ground_idle": { + "loop": true, + "animation_length": 1, + "bones": { + "jaw": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [5, 0, 0], + "1.0": [0, 0, 0] + } + }, + "arm_right": { + "rotation": [117.95016, -3.77929, -11.06809] + }, + "arm_right2": { + "rotation": [-8.65467, -13.29343, 22.94551] + }, + "hand_right": { + "rotation": [-106.69078, -14.50488, 11.41713] + }, + "finger_right": { + "rotation": [0, 0, -45] + }, + "finger_right2": { + "rotation": [-77.5, 22.5, 0] + }, + "finger_right3": { + "rotation": [81.07125, 27.60483, 13.6459] + }, + "arm_left": { + "rotation": [101.27558, 22.16435, 5.88276] + }, + "arm_left2": { + "rotation": [-8.57467, 10.82163, -22.56262] + }, + "hand_left": { + "rotation": [-119.90516, 5.34228, 10.63601] + }, + "finger_left": { + "rotation": [0, 0, 62.5] + }, + "finger_left2": { + "rotation": [-60, 40, 0] + }, + "finger_left3": { + "rotation": [60, -40, 0] + }, + "leg_right": { + "rotation": [0, 0, 0] + }, + "electric6": { + "position": [0, -12, 0] + }, + "electric7": { + "rotation": { + "0.0": [2.47864, 0.32621, -9.99294], + "0.25": [1.79434, 0.50898, -14.36498], + "0.5": [1.24525, -0.10898, 6.25058], + "0.75": [-19.37738, -0.05449, 1.87529], + "1.0": [0, 0, -2.5] + }, + "scale": 1 + }, + "electric8": { + "rotation": { + "0.0": [0, 0, 22.5], + "0.25": [0, 0, 16.88], + "0.5": [0, 0, 21.25], + "0.75": [37.26251, -4.55749, 19.08775], + "1.0": [0, 0, 5] + } + }, + "electric9": { + "rotation": { + "0.0": [0, 0, -25], + "0.25": [0, 0, -18.75], + "0.5": [0, 0, -32.5], + "0.75": [-10.3141, 17.2294, -52.8167], + "1.0": [0, 0, -10] + } + }, + "electric11": { + "rotation": { + "0.0": [0, 0, 2.5], + "0.25": [0, 0, 3.13], + "0.5": [0, 0, -6.25], + "0.75": [0, 0, 9.38], + "1.0": [0, 0, 0] + }, + "position": [0, -7, 0], + "scale": { + "0.0": [1, 1, 1], + "0.25": [1, 1, 1], + "0.2917": [0.05, 1, 1], + "0.3333": [1, 1, 1], + "0.5833": [0.9125, 1, 1], + "0.625": [0.1563, 1, 1], + "0.6667": [0.9, 1, 1], + "1.0": [1, 1, 1] + } + }, + "electric12": { + "rotation": { + "0.0": [0, 0, -5], + "0.25": [0, 0, -1.25], + "0.5": [0, 0, 12.5], + "0.75": [0, 0, -36.25], + "1.0": [0, 0, 0] + } + }, + "electric13": { + "rotation": { + "0.0": [0, 0, -2.5], + "0.25": [0, 0, -11.87], + "0.5": [0, 0, -1.25], + "0.75": [0, 0, 61.88], + "1.0": [0, 0, 0] + } + }, + "electric14": { + "rotation": { + "0.0": [0, 0, 2.5], + "0.25": [0, 0, 9.38], + "0.5": [0, 0, -13.75], + "0.75": [0, 0, -59.37], + "1.0": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/gothita/gothita.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/gothita/gothita.animation.json new file mode 100644 index 0000000..d024409 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/gothita/gothita.animation.json @@ -0,0 +1,879 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.gothita.ground_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "arm_left": { + "rotation": [0, "-math.sin(query.anim_time*90*2+90)*5", "42.5+math.sin(query.anim_time*90*2+90)*3"] + }, + "elbow_left": { + "rotation": [0, 0, "-20-math.sin(query.anim_time*90*2+180)*5"] + }, + "waist": { + "rotation": ["7.5+math.sin(query.anim_time*90*2)*1", "math.sin(query.anim_time*90*2)*3", 0] + }, + "chest": { + "rotation": [0, "-math.sin(query.anim_time*90*2+90)*2", 0] + }, + "head": { + "rotation": ["-10-math.sin(query.anim_time*90*2+90)*1", "math.sin(query.anim_time*90*2+180)*2", 0], + "position": [0, -0.25, 0] + }, + "leg_left": { + "rotation": [-5, 15, 0] + }, + "knee_left": { + "rotation": [5, -5, 0] + }, + "leg_right": { + "rotation": [-5, -15, 0] + }, + "knee_right": { + "rotation": [5, 5, 0] + }, + "pupil_right": { + "position": [0, 0.25, 0] + }, + "pupil_left": { + "position": [0, 0.25, 0] + }, + "pupilshine_left": { + "position": [0, 0, 0] + }, + "arm_right": { + "rotation": [0, "NaN-math.sin(query.anim_time*90*2+90)*5", "-42.5+math.sin(query.anim_time*90*2+90)*3"] + }, + "elbow_right": { + "rotation": [0, 0, "20-math.sin(query.anim_time*90*2+180)*5"] + }, + "bowtie": { + "rotation": ["-math.sin(query.anim_time*90*2+90)*2", 0, 0] + } + } + }, + "animation.gothita.battle_idle": { + "loop": true, + "bones": { + "body": { + "rotation": [0, 25, 0] + }, + "waist": { + "rotation": ["20+math.sin(query.anim_time*90*2)*2", 0, 0], + "position": [0, -0.5, 0] + }, + "bowtie": { + "rotation": ["-1.6575+math.sin(query.anim_time*90*2-90)*2", -12.39135, 7.67995] + }, + "arm_left": { + "rotation": [0, 0, "35+math.sin(query.anim_time*90*2+90)*3"] + }, + "elbow_left": { + "rotation": [0, 0, "-15+math.sin(query.anim_time*90*2)*3"] + }, + "arm_right": { + "rotation": [0, 0, "-35+math.sin(query.anim_time*90*2+90)*3"] + }, + "elbow_right": { + "rotation": [0, 0, "15+math.sin(query.anim_time*90*2)*3"] + }, + "chest": { + "rotation": ["-5+math.sin(query.anim_time*90*2-90)*3", 0, 0] + }, + "head": { + "rotation": ["-14.9261+math.sin(query.anim_time*90*2+90)*4", -17.26565, 3.90773] + }, + "pupil_left": { + "position": [0.25, 0, 0] + }, + "hair": { + "rotation": ["math.sin(query.anim_time*90*2-90)*2", 0, "math.sin(query.anim_time*90*2-90)*1.5"] + }, + "leg_left": { + "rotation": [-9.71404, 10.27784, 0.74721], + "position": [0.15, 0, 0] + }, + "knee_left": { + "rotation": [10, 0, 0] + }, + "leg_right": { + "rotation": [-9.71404, -10.27784, -0.74721], + "position": [-0.15, 0, 0] + }, + "knee_right": { + "rotation": [10, 0, 0] + } + } + }, + "animation.gothita.blink": { + "animation_length": 0.1667, + "bones": { + "eyelid_left": { + "position": { + "0.0": [0, 0, -0.1], + "0.1667": { + "pre": [0, 0, -0.1], + "post": [0, 0, 0] + } + } + }, + "eyelid_right": { + "position": { + "0.0": [0, 0, -0.1], + "0.1667": { + "pre": [0, 0, -0.1], + "post": [0, 0, 0] + } + } + } + } + }, + "animation.gothita.ground_walk": { + "loop": true, + "animation_length": 2, + "bones": { + "body": { + "rotation": { + "0.0": [5, 0, 0], + "0.0417": [5, 0, 0], + "0.4583": [5, 0, 0], + "0.5417": [5, 0, 0], + "0.9583": [5, 0, 0], + "1.0417": [5, 0, 0], + "1.4583": [5, 0, 0], + "1.5417": [5, 0, 0], + "1.9583": [5, 0, 0], + "2.0": [5, 0, 0] + }, + "position": { + "0.0": [0, -0.1, 0.1], + "0.0417": [0, -0.1, 0.2], + "0.4583": [0, -0.1, 0], + "0.5417": [0, -0.1, 0.2], + "0.9583": [0, -0.1, 0], + "1.0417": [0, -0.1, 0.2], + "1.4583": [0, -0.1, 0], + "1.5417": [0, -0.1, 0.2], + "1.9583": [0, -0.1, 0], + "2.0": [0, -0.1, 0.1] + } + }, + "waist": { + "rotation": [0, "-math.sin(query.anim_time*90*4-45)*5", "math.sin(query.anim_time*90*4)*2"] + }, + "bowtie": { + "rotation": ["15+math.sin(query.anim_time*90*4-90)*4", 0, 0] + }, + "arm_left": { + "rotation": ["math.sin(query.anim_time*90*4+45)*7", "math.sin(query.anim_time*90*4-45)*30", 30] + }, + "elbow_left": { + "rotation": [0, 0, "-7.5-math.sin(query.anim_time*90*4+90)*5"] + }, + "arm_right": { + "rotation": ["-math.sin(query.anim_time*90*4+45)*7", "math.sin(query.anim_time*90*4-45)*30", -30] + }, + "elbow_right": { + "rotation": [0, 0, "7.5-math.sin(query.anim_time*90*4+90)*5"] + }, + "head": { + "rotation": [-5, "math.sin(query.anim_time*90*4-45)*5", "-math.sin(query.anim_time*90*4+45)*3"] + }, + "hair": { + "rotation": [0, 0, "-math.sin(query.anim_time*90*4+60)*3"] + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [-19.66, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-19.66, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-19.66, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.1, -0.08], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 0, 0.1], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 0.25], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0.5, 0.35], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0.67, -0.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0.1, -0.08], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0.1], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 0.25], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0.5, 0.35], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 0.67, -0.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0.1, -0.08], + "lerp_mode": "catmullrom" + } + } + }, + "knee_left": { + "rotation": { + "0.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-19.66, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-19.66, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.5, 0.35], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0.67, -0.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0.1, -0.08], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 0.1], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0.25], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0.5, 0.35], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0.67, -0.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0.1, -0.08], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 0, 0.1], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 0, 0.25], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0.5, 0.35], + "lerp_mode": "catmullrom" + } + } + }, + "knee_right": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.gothita.cry": { + "animation_length": 1.0417, + "bones": { + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "hair": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [1.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [1.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lip_top": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lip_bottom": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "waist": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [1.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [1.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0.375, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0.125, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0.125, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0.375, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0.125, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "elbow_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [-0.375, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-0.125, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-0.125, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-0.375, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-0.125, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "elbow_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "pupil_left": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, -0.05, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, -0.025, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, -0.025, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, -0.05, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -0.025, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "pupil_right": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, -0.05, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, -0.025, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, -0.025, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, -0.05, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -0.025, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + }, + "sound_effects": { + "0.0": { + "effect": "gothita_cry" + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/gothitelle/gothitelle.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/gothitelle/gothitelle.animation.json new file mode 100644 index 0000000..9b4eb26 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/gothitelle/gothitelle.animation.json @@ -0,0 +1,667 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.gothitelle.ground_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "waist": { + "rotation": ["-2.5-math.sin(query.anim_time*90*2)", 0, 0] + }, + "torso": { + "rotation": ["-2.5+math.sin(query.anim_time*90*2+90)*1.5", 0, 0] + }, + "chest": { + "rotation": ["-2.5-math.sin(query.anim_time*90*2+180)*2", 0, 0] + }, + "neck": { + "rotation": ["5-math.sin(query.anim_time*90*2+90)*2", 0, 0] + }, + "head": { + "rotation": ["2.5+math.sin(query.anim_time*90*2+90)", 0, 0] + }, + "arm_left": { + "rotation": [0, "0+math.sin(query.anim_time*90*2)*1.5", "55-math.sin(query.anim_time*90*2+90)*1.5"] + }, + "elbow_left": { + "rotation": [0, "-5-math.sin(query.anim_time*90*2+90)*2", "-10+math.sin(query.anim_time*90*2+180)*1.5"], + "position": [-0.1, 0, 0] + }, + "wrist_left": { + "rotation": [0, 0, -5] + }, + "hand_left": { + "rotation": [0, 0, -5] + }, + "thumb_left": { + "rotation": [7.5, -55, 0], + "position": [0, -0.1, 0] + }, + "fingers_left": { + "rotation": [0, 0, 15] + }, + "arm_right": { + "rotation": [0, "0-math.sin(query.anim_time*90*2)*1.5", "-55+math.sin(query.anim_time*90*2+90)*1.5"] + }, + "elbow_right": { + "rotation": [0, "5+math.sin(query.anim_time*90*2+90)*2", "10-math.sin(query.anim_time*90*2+180)*1.5"], + "position": [0.1, 0, 0] + }, + "wrist_right": { + "rotation": [0, 0, 5] + }, + "hand_right": { + "rotation": [0, 0, 5] + }, + "thumb_right": { + "rotation": [7.5, 55, 0], + "position": [0, -0.1, 0] + }, + "fingers_right": { + "rotation": [0, 0, -15] + }, + "head_bow": { + "rotation": ["5-math.sin(query.anim_time*90*2+180)*2", 0, 0] + } + } + }, + "animation.gothitelle.cry": { + "animation_length": 1.4167, + "bones": { + "waist": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [0.7, 0, 0], + "0.0833": [3.1, 0, 0], + "1.4167": [0, 0, 0] + } + }, + "waist_bow": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [-0.7, 0, 0], + "post": [-0.7, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [-3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": [0, 0, 0] + } + }, + "torso": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [0.2, 0, 0], + "0.0833": [0.9, 0, 0], + "0.625": ["0.9+math.sin(query.anim_time*90*100+90)*0.4", 0, 0], + "1.0417": [0.9, 0, 0], + "1.4167": [0, 0, 0] + } + }, + "chest": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-3.4, 0, 0], + "post": [-3.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-4.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": [0, 0, 0] + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [-3.4, 0, 0], + "0.25": [-4.1, 0, 0], + "0.625": ["-4.1+math.sin(query.anim_time*90*100)*0.2", 0, 0], + "0.8333": [-9.6, 0, 0], + "1.125": [-8.14, 0, 0], + "1.2917": [-5.15, 0, 0], + "1.4167": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [-0.65, 0, 0], + "0.0833": [-0.9, 0, 0], + "0.1667": [-0.7, 0, 0], + "0.2917": [0.1, 0, 0], + "0.625": ["1.2-math.sin(query.anim_time*90*100)*0.2", 0, 0], + "0.9583": [-0.1, 0, 0], + "1.125": [-0.7, 0, 0], + "1.2083": [-0.6, 0, 0], + "1.2917": [-0.2, 0, 0], + "1.4167": [0, 0, 0] + } + }, + "lip_top": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [-2.65, 0, 0], + "0.0833": [-4.9, 0, 0], + "0.1667": [-3.7, 0, 0], + "0.2917": [-2.9, 0, 0], + "0.625": { + "pre": [-1.47813, -2.49238, 0.19513], + "post": [-1.47813, -2.49238, 0.19513], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-4.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-5.7, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": [-3.6, 0, 0], + "1.2917": [-2.2, 0, 0], + "1.4167": [0, 0, 0] + } + }, + "lip_bottom": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [14.65, 0, 0], + "0.0833": [24.9, 0, 0], + "0.1667": [23.7, 0, 0], + "0.2917": [17.9, 0, 0], + "0.625": { + "pre": [6.4781, -2.49238, 0.19513], + "post": [6.4781, -2.49238, 0.19513], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [20.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [26.7, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": [15.6, 0, 0], + "1.2917": [7.2, 0, 0], + "1.4167": [0, 0, 0] + } + } + }, + "sound_effects": { + "0.0": { + "effect": "gothitelle_cry" + }, + "1.4167": { + "effect": "gothitelle_cry" + } + } + }, + "animation.gothitelle.blink": { + "animation_length": 0.1667, + "bones": { + "eye_left": { + "position": [0, 0, 0.1] + }, + "eyelid_left": { + "position": [0, 0, -0.2] + }, + "eye_right": { + "position": [0, 0, 0.1] + }, + "eyelid_right": { + "position": [0, 0, -0.2] + } + } + }, + "animation.gothitelle.battle_idle": { + "loop": true, + "bones": { + "body": { + "rotation": [0, 17.5, 0] + }, + "waist": { + "rotation": ["5+math.sin(query.anim_time*90*2+90)*0.4", 5, 0] + }, + "torso": { + "rotation": ["-2.5+math.sin(query.anim_time*90*2)*0.7", 5, 0] + }, + "chest": { + "rotation": ["-5+math.sin(query.anim_time*90*2-90)*0.8", 5, 0] + }, + "neck": { + "rotation": ["-7.5-math.sin(query.anim_time*90*2)*0.7", 7.5, 0] + }, + "head": { + "rotation": ["10-math.sin(query.anim_time*90*2-90)*0.4", 7.5, 1.25] + }, + "iris_left": { + "position": [0.75, 0, 0] + }, + "iris_right": { + "position": [0.5, 0, 0] + }, + "arm_left": { + "rotation": [1.65705, 12.31918, "62.75-math.sin(query.anim_time*90*2-120)*1.3"], + "position": [0, 0.3, -0.75] + }, + "elbow_left": { + "rotation": [0, -7.5, "-15-math.sin(query.anim_time*90*2+90)*1.5"], + "position": [-0.35, 0, -0.125] + }, + "wrist_left": { + "rotation": [0, 0, "-7.5-math.sin(query.anim_time*90*2+45)*1.5"] + }, + "hand_left": { + "rotation": [0, 0, "-2.5-math.sin(query.anim_time*90*2+45)*0.7"] + }, + "thumb_left": { + "rotation": ["-22.5-math.sin(query.anim_time*90*2-7.5)*4", -60, 0] + }, + "fingers_left": { + "rotation": [0, 0, "-22.5-math.sin(query.anim_time*90*2)*4"], + "position": [-0.45, 0, 0] + }, + "arm_right": { + "rotation": [1.31845, "-9.9136-math.sin(query.anim_time*90*2-90)*0.8", "-30.1144+math.sin(query.anim_time*90*2-120)*1.3"] + }, + "elbow_right": { + "rotation": [-1.6575, "-12.3914+math.sin(query.anim_time*90*2+90)*0.7", "17.6799+math.sin(query.anim_time*90*2+90)*2.3"] + }, + "wrist_right": { + "rotation": [7.5, 7.5, "5+math.sin(query.anim_time*90*2+45)*3"], + "position": [0.25, 0, 0] + }, + "hand_right": { + "rotation": [0, 0, "math.sin(query.anim_time*90*2+45)*3"] + }, + "thumb_right": { + "rotation": ["30.4456-math.sin(query.anim_time*90*2)*5", 33.4855, 17.9672], + "position": [0, -0.3, 0] + }, + "fingers_right": { + "rotation": [0, 0, "-22.5+math.sin(query.anim_time*90*2)*4"] + }, + "leg_right": { + "rotation": [0, -7.5, 0] + }, + "leg_left": { + "rotation": [0, 10, 0] + } + } + }, + "animation.gothitelle.ground_walk": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "rotation": [0, "math.sin(query.anim_time*90*2-100)*2", 0], + "position": [0, 0, "math.sin(query.anim_time*90*2)*0.4"] + }, + "waist": { + "rotation": ["math.sin(query.anim_time*90*2+90)*0.5", "math.sin(query.anim_time*90*1-90)*2", 0] + }, + "torso": { + "rotation": ["math.sin(query.anim_time*90*2+45)", "math.sin(query.anim_time*90*1-120)*2", 0] + }, + "chest": { + "rotation": ["math.sin(query.anim_time*90*2)*1.5", "math.sin(query.anim_time*90*1+60)*4", 0] + }, + "neck": { + "rotation": ["-math.sin(query.anim_time*90*2)*3", "math.sin(query.anim_time*90*1+105)*2", 0] + }, + "head": { + "rotation": ["-math.sin(query.anim_time*90*2-45)*0.2", 0, 0] + }, + "arm_left": { + "rotation": [0, "-(math.sin(query.anim_time*90*2-130)*5)", "55+math.sin(query.anim_time*90*2)*1.5"], + "position": [0, 0.5, -1] + }, + "elbow_left": { + "rotation": [0, "7.5+math.sin(query.anim_time*90*2-190)*3", "-10+math.sin(query.anim_time*90*2-60)*1.5"] + }, + "wrist_left": { + "rotation": [0, 0, "-7.5+math.sin(query.anim_time*90*2-105)*3.5"] + }, + "hand_left": { + "rotation": [0, "-(math.sin(query.anim_time*90*2-190)*4)", -5] + }, + "thumb_left": { + "rotation": [-12.5, -45, 0], + "position": [0, -0.2, 0.25] + }, + "fingers_left": { + "rotation": [0, 0, "-12.5+math.sin(query.anim_time*90*2-190)*4"], + "position": [-0.3, 0, 0] + }, + "arm_right": { + "rotation": [0, "math.sin(query.anim_time*90*2-130)*5", "-55+math.sin(query.anim_time*90*2)*1.5"], + "position": [0, 0.5, -1] + }, + "elbow_right": { + "rotation": [0, "-7.5+math.sin(query.anim_time*90*2-190)*3", "10+math.sin(query.anim_time*90*2-60)*1.5"] + }, + "wrist_right": { + "rotation": [0, 0, "7.5+math.sin(query.anim_time*90*2-105)*3.5"] + }, + "hand_right": { + "rotation": [0, "math.sin(query.anim_time*90*2-190)*4", 5] + }, + "thumb_right": { + "rotation": [-12.5, 45, 0], + "position": [0, -0.2, 0.25] + }, + "fingers_right": { + "rotation": [0, 0, "12.5+math.sin(query.anim_time*90*2-190)*4"], + "position": [0.3, 0, 0] + }, + "leg_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5417": [5, 0, 0], + "0.75": { + "pre": [7.5, 0, 0], + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-11.67, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [-5, 0, 0], + "2.0": [0, 0, 0], + "2.5417": [5, 0, 0], + "2.75": { + "pre": [7.5, 0, 0], + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.35, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [-11.67, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": [-5, 0, 0], + "4.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5417": [0, -0.15, 1.75], + "0.75": { + "pre": [0, 0.5, 1.5], + "post": [0, 0.5, 1.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0.53, -0.39], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0.4, -0.75], + "lerp_mode": "catmullrom" + }, + "1.5": [0, -0.225, -0.75], + "2.0": [0, 0, 0], + "2.5417": [0, -0.15, 1.75], + "2.75": { + "pre": [0, 0.5, 1.5], + "post": [0, 0.5, 1.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0.53, -0.39], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, 0.4, -0.75], + "lerp_mode": "catmullrom" + }, + "3.5": [0, -0.225, -0.75], + "4.0": [0, 0, 0] + } + }, + "foot_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5417": [-5, 0, 0], + "0.75": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [3.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-3.33, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [5, 0, 0], + "2.0": [0, 0, 0], + "2.5417": [-5, 0, 0], + "2.75": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [3.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [-3.33, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": [5, 0, 0], + "4.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5417": [0, 0.275, 0], + "0.75": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0.07, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0.175, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0.1, 0], + "2.0": [0, 0, 0], + "2.5417": [0, 0.275, 0], + "2.75": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0.07, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, 0.175, 0], + "lerp_mode": "catmullrom" + }, + "3.5": [0, 0.1, 0], + "4.0": [0, 0, 0] + } + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [-2.35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-11.67, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [-5, 0, 0], + "1.0": [0, 0, 0], + "1.5417": [5, 0, 0], + "1.75": { + "pre": [7.5, 0, 0], + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-2.35, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-11.67, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": [-5, 0, 0], + "3.0": [0, 0, 0], + "3.5417": [5, 0, 0], + "3.75": { + "pre": [7.5, 0, 0], + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-2.35, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.53, -0.39], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0.4, -0.75], + "lerp_mode": "catmullrom" + }, + "0.5": [0, -0.225, -0.75], + "1.0": [0, 0, 0], + "1.5417": [0, -0.15, 1.75], + "1.75": { + "pre": [0, 0.5, 1.5], + "post": [0, 0.5, 1.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0.53, -0.39], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0.4, -0.75], + "lerp_mode": "catmullrom" + }, + "2.5": [0, -0.225, -0.75], + "3.0": [0, 0, 0], + "3.5417": [0, -0.15, 1.75], + "3.75": { + "pre": [0, 0.5, 1.5], + "post": [0, 0.5, 1.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0.53, -0.39], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left": { + "rotation": { + "0.0": { + "post": [3.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-3.33, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [5, 0, 0], + "1.0": [0, 0, 0], + "1.5417": [-5, 0, 0], + "1.75": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [3.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-3.33, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": [5, 0, 0], + "3.0": [0, 0, 0], + "3.5417": [-5, 0, 0], + "3.75": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [3.75, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.07, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0.175, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [0, 0.1, 0], + "1.0": [0, 0, 0], + "1.5417": [0, 0.275, 0], + "1.75": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0.07, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0.175, 0], + "lerp_mode": "catmullrom" + }, + "2.5": [0, 0.1, 0], + "3.0": [0, 0, 0], + "3.5417": [0, 0.275, 0], + "3.75": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0.07, 0], + "lerp_mode": "catmullrom" + } + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/gothorita/gothorita.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/gothorita/gothorita.animation.json new file mode 100644 index 0000000..63b1888 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/gothorita/gothorita.animation.json @@ -0,0 +1,1684 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.gothorita.ground_idle": { + "loop": true, + "bones": { + "head": { + "rotation": ["2.5-math.sin(query.anim_time*90*1)*1.5", 0, 0] + }, + "ear_left": { + "rotation": ["-5+math.sin(query.anim_time*90*1+90)*4", 0, 0] + }, + "ear_right": { + "rotation": ["-5+math.sin(query.anim_time*90*1+105)*4", 0, 0] + }, + "arm_left": { + "rotation": [0, 0, "30+math.sin(query.anim_time*90*1+90)*3"] + }, + "elbow_left": { + "rotation": [0, 2.5, "-17.5-math.sin(query.anim_time*90*1+180)*2"] + }, + "arm_right": { + "rotation": [0, 0, "-30-math.sin(query.anim_time*90*1+90)*3"] + }, + "elbow_right": { + "rotation": [0, -2.5, "17.5+math.sin(query.anim_time*90*1+180)*2"] + }, + "leg_left": { + "rotation": [0.6574, 7.4713, 5.04292] + }, + "knee_left": { + "rotation": [0, 0, -2.5] + }, + "foot_left": { + "rotation": [0.44067, -9.99038, -2.53852] + }, + "torso": { + "rotation": ["math.sin(query.anim_time*90*1)*1.5", 0, 0] + }, + "chest": { + "rotation": [0, 0, 0] + }, + "neck": { + "rotation": ["-math.sin(query.anim_time*90*1+90)*1.5", 0, 0] + }, + "undefined": { + "rotation": [0.44067, -9.99038, -2.53852] + }, + "leg_right": { + "rotation": [0.6574, -7.4713, -5.04292] + }, + "knee_right": { + "rotation": [0, 0, 2.5] + }, + "foot_right": { + "rotation": [0.44067, 9.99038, 2.53852] + } + } + }, + "animation.gothorita.battle_idle": { + "loop": true, + "bones": { + "body": { + "rotation": [0, 57.5, 0], + "position": [0, -1.2, 0] + }, + "torso": { + "rotation": ["math.sin(query.anim_time*90*2)*0.5", "-12.5+math.sin(query.anim_time*90*1)*2", 0], + "position": [0, "math.sin(query.anim_time*90*2)*0.1", 0] + }, + "neck": { + "rotation": ["-math.sin(query.anim_time*90*2)", "-5-math.sin(query.anim_time*90*1)*2", 0] + }, + "head": { + "rotation": [0, -5, 2.5] + }, + "pupil_left": { + "position": [0.75, 0, 0] + }, + "pupil_right": { + "position": [0.25, 0, 0] + }, + "leg_left": { + "rotation": [-12.5, 0, 0], + "position": [0, 1, 0] + }, + "knee_left": { + "rotation": [-12.5, 0, 0] + }, + "foot_left": { + "rotation": [25.76926, -13.56626, -6.46066], + "position": [0, -0.05, 0] + }, + "arm_left": { + "rotation": [-0.74555, -11.7006, 45.27466] + }, + "elbow_left": { + "rotation": [0, 20, -22.5] + }, + "arm_right": { + "rotation": [0, -10, -20] + }, + "elbow_right": { + "rotation": [-12.5, 0, 37.5] + }, + "ear_left": { + "rotation": ["1.3506+math.sin(query.anim_time*90*2+90)", 0.13087, "-3.2632-math.sin(query.anim_time*90*2+90)"] + }, + "ear_right": { + "rotation": [3.65531, 0.28648, "-1.7109-math.sin(query.anim_time*90*2+90)"] + }, + "chest": { + "rotation": ["-math.sin(query.anim_time*90*2+90)", "math.sin(query.anim_time*90*1+90)", 0] + }, + "undefined": { + "rotation": [25.76926, -13.56626, -6.46066], + "position": [0, -0.05, 0] + }, + "leg_right": { + "rotation": [15, 20, 0] + }, + "knee_right": { + "rotation": [15, 0, 0] + }, + "foot_right": { + "rotation": [-30, 0, 0], + "position": [0, 0.025, 0] + } + } + }, + "animation.gothorita.blink": { + "animation_length": 0.1667, + "bones": { + "eye_left": { + "position": { + "0.0": [0, 0, 0.1], + "0.1667": { + "pre": [0, 0, 0.1], + "post": [0, 0, 0] + } + } + }, + "eye_right": { + "position": { + "0.0": [0, 0, 0.1], + "0.1667": { + "pre": [0, 0, 0.1], + "post": [0, 0, 0] + } + } + }, + "eyelid_left": { + "position": { + "0.0": [0, 0, -0.1], + "0.1667": { + "pre": [0, 0, -0.1], + "post": [0, 0, 0] + } + } + }, + "eyelid_right": { + "position": { + "0.0": [0, 0, -0.1], + "0.1667": { + "pre": [0, 0, -0.1], + "post": [0, 0, 0] + } + } + } + } + }, + "animation.gothorita.ground_walkpre": { + "loop": true, + "animation_length": 2, + "bones": { + "body": { + "rotation": [0, "math.sin(query.anim_time*90*4+90)*4", 0], + "position": { + "0.0": [0, 0, 0], + "0.125": [0, -0.3, 0.5], + "0.25": [0, -0.6, 0.25], + "0.5": [0, 0, 0], + "0.625": [0, -0.3, 0.5], + "0.75": [0, -0.6, 0.25], + "1.0": [0, 0, 0], + "1.125": [0, -0.3, 0.5], + "1.25": [0, -0.6, 0.25], + "1.5": [0, 0, 0], + "1.625": [0, -0.3, 0.5], + "1.75": [0, -0.6, 0.25], + "2.0": [0, 0, 0] + } + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [-12.25381, -12.74128, 0.24766], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [27.86082, -8.86042, -4.65468], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-27.65987, -13.57405, 1.03821], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.25381, -12.74128, 0.24766], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [27.86082, -8.86042, -4.65468], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-27.65987, -13.57405, 1.03821], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-12.25381, -12.74128, 0.24766], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0.25, 0.075, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0.25, -0.35, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0.25, 0.075, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0.25, -0.35, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "knee_left": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [15.63618, 5.5303, -1.0806], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [22.57734, 4.6185, 1.9176], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [57.37344, 6.9012, 1.5237], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [28.39005, 4.4753, 0.9654], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [15.63618, 5.5303, -1.0806], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [22.57734, 4.6185, 1.9176], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [57.37344, 6.9012, 1.5237], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [28.39005, 4.4753, 0.9654], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-5.48437, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-18.12, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-17.57, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [14.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-2.98, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-5.48437, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-18.12, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-17.57, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [14.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-2.98, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": ["5-math.sin(query.anim_time*90*8+90)*2", "math.sin(query.anim_time*90*4+180)*4", 0] + }, + "chest": { + "rotation": ["-2.5-math.sin(query.anim_time*90*8+90)*1.5", "-math.sin(query.anim_time*90*4+180)*4", 0] + }, + "neck": { + "rotation": ["-10+math.sin(query.anim_time*90*8+105)*2", "-math.sin(query.anim_time*90*4+90)*5", 0] + }, + "head": { + "rotation": [10, 0, 0] + }, + "ear_left": { + "rotation": ["-2.5+math.sin(query.anim_time*90*4+90)*8", "math.sin(query.anim_time*90*4+180)*8", "math.sin(query.anim_time*90*4+180)*3"] + }, + "ear_right": { + "rotation": ["-2.5-math.sin(query.anim_time*90*4+90)*8", "math.sin(query.anim_time*90*4+180)*8", "math.sin(query.anim_time*90*4+180)*3"] + }, + "arm_left": { + "rotation": ["-math.sin(query.anim_time*90*4+135)*18", "-12.5-math.sin(query.anim_time*90*4+135)*24", 42.5] + }, + "elbow_left": { + "rotation": [0, "22.5+math.sin(query.anim_time*90*4+225)*12", 0] + }, + "arm_right": { + "rotation": ["math.sin(query.anim_time*90*4+135)*18", "12.5-math.sin(query.anim_time*90*4+135)*24", -42.5] + }, + "elbow_right": { + "rotation": [0, "-22.5+math.sin(query.anim_time*90*4+225)*12", 0] + }, + "undefined": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-5.48437, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-18.12, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-17.57, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [14.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-2.98, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-5.48437, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-18.12, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-17.57, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [14.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-2.98, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": { + "0.0": { + "post": [27.86082, 8.8604, 4.6547], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-27.65987, 13.5741, -1.0382], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.25381, 12.7413, -0.2477], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [27.86082, 8.8604, 4.6547], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-27.65987, 13.5741, -1.0382], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-12.25381, 12.7413, -0.2477], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [27.86082, 8.8604, 4.6547], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0.25, 0.075, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0.25, -0.35, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0.25, 0.075, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0.25, -0.35, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "knee_right": { + "rotation": { + "0.0": { + "post": [22.59013, -5.5751, 0.39104], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [57.37344, -6.90116, -1.52371], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [28.39005, -4.47529, -0.96544], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [15.63618, -5.53035, 1.08063], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [22.57734, -4.61854, -1.91757], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [57.37344, -6.90116, -1.52371], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [28.39005, -4.47529, -0.96544], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [15.63618, -5.53035, 1.08063], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [22.59013, -5.5751, 0.39104], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [14.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-2.98, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-5.48437, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-18.12, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-17.57, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [14.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-2.98, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-5.48437, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-18.12, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-17.57, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.gothorita.ground_walk": { + "loop": true, + "animation_length": 4, + "bones": { + "skirt_left": { + "rotation": [0, 0, "-12.5-3*math.sin(q.anim_time*90*6-90)"] + }, + "skirt_right": { + "rotation": [0, 0, "12.5+3*math.sin(q.anim_time*90*6-90)"] + }, + "arm_left2": { + "rotation": [0, "3+3*math.sin(q.anim_time*90*3-90)", "-7.5-2*math.sin(q.anim_time*90*6-110)"], + "position": [-0.2, 0, 0] + }, + "arm_right2": { + "rotation": [0, "-3+3*math.sin(q.anim_time*90*3-90)", 7.5], + "position": [0.2, 0, 0] + }, + "leg_left2": { + "rotation": { + "0.0": { + "post": [36.56, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [23, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [39.05, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [23, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [39.05, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [23, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.6667": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.9167": { + "post": [39.05, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [36.56, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right2": { + "rotation": { + "0.0": { + "post": [7.37, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [39.05, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [36.56, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [23, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [39.05, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [23, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [39.05, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [23, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [7.37, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right3": { + "rotation": [0, "2-2*math.sin(q.anim_time*90*3-130)", "7.5+2*math.sin(q.anim_time*90*6-110)"], + "position": [0.1, 0, 0] + }, + "arm_left3": { + "rotation": [0, "2+2*math.sin(q.anim_time*90*3-130)", -7.5], + "position": [-0.1, 0, 0] + }, + "hair_side_left": { + "rotation": ["1*math.sin(q.anim_time*90*6-20)", 0, "1*math.sin(q.anim_time*90*6-90)"] + }, + "hair_side_right": { + "rotation": ["1*math.sin(q.anim_time*90*6-120)", 0, "-(1*math.sin(q.anim_time*90*6-120))"] + }, + "body": { + "position": [0, -0.2, "math.clamp((-math.sin(query.anim_time*90*6-170)*0.5),0,1)"] + }, + "torso": { + "rotation": ["-0.5*math.sin(q.anim_time*90*6-50)", "10*math.sin(q.anim_time*90*3)", "-4*math.cos(q.anim_time*90*3-50)"], + "position": [0, "-0.2+0.1*math.sin(q.anim_time*90*6)", "0.1*math.cos(q.anim_time*90*6)"] + }, + "chest": { + "rotation": ["7.5-0.5*math.sin(q.anim_time*90*3-90)", "-10*math.sin(q.anim_time*90*3-40)", "5*math.cos(q.anim_time*90*3-80)"] + }, + "neck": { + "rotation": ["-12.5-3*math.sin(q.anim_time*90*6-130)", 0, "-6*math.sin(q.anim_time*90*3-70)"] + }, + "head": { + "rotation": ["7.5+3*math.sin(q.anim_time*90*6-90)", "-5*math.sin(q.anim_time*90*3+40)", "-2*math.sin(q.anim_time*90*3+90)"] + }, + "arm_left": { + "rotation": [0, "-6*math.sin(q.anim_time*90*3-60)", "32.5-1*math.sin(q.anim_time*90*6-60)"] + }, + "elbow_left": { + "rotation": [0.30082, "-1.8906-2*math.sin(q.anim_time*90*3-130)", "-47.5011+2*math.sin(q.anim_time*90*6-110)"] + }, + "arm_right": { + "rotation": [0, "-6*math.sin(q.anim_time*90*3-60)", "-32.5+1*math.sin(q.anim_time*90*6-60)"] + }, + "elbow_right": { + "rotation": [2.15189, "1.2695-2*math.sin(q.anim_time*90*3-130)", "45.0527+2*math.sin(q.anim_time*90*6-110)"], + "position": [0.1, 0, 0] + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [-3.66096, -10.59061, 1.47157], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-12.39638, 1.61888, 7.32417], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [14.94548, -1.29256, 4.83045], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-3.66096, -10.59061, 1.47157], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-12.39638, 1.61888, 7.32417], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [14.94548, -1.29256, 4.83045], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-3.66096, -10.59061, 1.47157], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.39638, 1.61888, 7.32417], + "lerp_mode": "catmullrom" + }, + "3.6667": { + "post": [14.94548, -1.29256, 4.83045], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-3.66096, -10.59061, 1.47157], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0.5, 0.18, 0.13], + "0.1667": [0.5, 0.9, -0.5], + "0.3333": [0.5, 0, -1], + "1.0": [0.5, -0.25, 0.98079], + "1.5": [0.5, 0.9, -0.5], + "1.6667": [0.5, 0, -1], + "2.3333": [0.5, -0.25, 0.98079], + "2.8333": [0.5, 0.9, -0.5], + "3.0": [0.5, 0, -1], + "3.6667": [0.5, -0.25, 0.98079], + "4.0": [0.5, 0.18, 0.13] + } + }, + "knee_left": { + "rotation": { + "0.0": { + "post": [36.56, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [23, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [39.05, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [23, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [39.05, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [23, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.6667": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.9167": { + "post": [39.05, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [36.56, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left": { + "rotation": { + "0.0": { + "post": [1.25, -0.08, -6.49], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [13.00034, -0.0782, -6.4938], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-8.99966, -0.0782, -6.4938], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-10.49966, -0.0782, -6.4938], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [1.25, -0.08, -6.49], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [13.00034, -0.0782, -6.4938], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-8.99966, -0.0782, -6.4938], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-10.49966, -0.0782, -6.4938], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [1.25, -0.08, -6.49], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [13.00034, -0.0782, -6.4938], + "lerp_mode": "catmullrom" + }, + "3.3333": { + "post": [-8.99966, -0.0782, -6.4938], + "lerp_mode": "catmullrom" + }, + "3.6667": { + "post": [-10.49966, -0.0782, -6.4938], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [1.25, -0.08, -6.49], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0.2, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0.2, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0.2, 0], + "lerp_mode": "catmullrom" + }, + "3.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": { + "0.0": { + "post": [1.89, -1.51, -6.65], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [14.94548, 1.29256, -4.83045], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-3.66096, 10.59061, -1.47157], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.39638, -1.61888, -7.32417], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [14.94548, 1.29256, -4.83045], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-3.66096, 10.59061, -1.47157], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-12.39638, -1.61888, -7.32417], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [14.94548, 1.29256, -4.83045], + "lerp_mode": "catmullrom" + }, + "3.3333": { + "post": [-3.66096, 10.59061, -1.47157], + "lerp_mode": "catmullrom" + }, + "3.6667": { + "post": [-12.39638, -1.61888, -7.32417], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [1.89, -1.51, -6.65], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [-0.5, -0.13, -0.01], + "0.3333": [-0.5, -0.25, 0.98079], + "0.8333": [-0.5, 0.9, -0.5], + "1.0": [-0.5, 0, -1], + "1.1667": [-0.5, -0.06, -0.52], + "1.6667": [-0.5, -0.25, 0.98079], + "2.1667": [-0.5, 0.9, -0.5], + "2.3333": [-0.5, 0, -1], + "3.0": [-0.5, -0.25, 0.98079], + "3.5": [-0.5, 0.9, -0.5], + "3.6667": [-0.5, 0, -1], + "4.0": [-0.5, -0.13, -0.01] + } + }, + "knee_right": { + "rotation": { + "0.0": { + "post": [7.37, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [39.05, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [36.56, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [23, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [39.05, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [23, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [39.05, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [23, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [7.37, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right": { + "rotation": { + "0.0": { + "post": [-8.99966, 0.07822, 6.49384], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-10.49966, 0.07822, 6.49384], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [1.25, 0.08, 6.49], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [13.00034, 0.07822, 6.49384], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-8.99966, 0.07822, 6.49384], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-10.49966, 0.07822, 6.49384], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [1.25, 0.08, 6.49], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [13.00034, 0.07822, 6.49384], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-8.99966, 0.07822, 6.49384], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-10.49966, 0.07822, 6.49384], + "lerp_mode": "catmullrom" + }, + "3.3333": { + "post": [1.25, 0.08, 6.49], + "lerp_mode": "catmullrom" + }, + "3.6667": { + "post": [13.00034, 0.07822, 6.49384], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-8.99966, 0.07822, 6.49384], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0.2, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 0.2, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.6667": { + "post": [0, 0.2, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.gothorita.cry": { + "animation_length": 1.1667, + "bones": { + "torso": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [5, 0, 0], + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": [6.1, 0, 0], + "0.5": { + "pre": [2.5, 0, 0], + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": [3.6, 0, 0], + "0.8333": [5, 0, 0], + "0.9167": [3.3, 0, 0], + "1.0": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [-3.5, 0, 0], + "0.125": [-11.5, 0, 0], + "0.2083": [-14.5, 0, 0], + "0.2917": [-13.9, 0, 0], + "0.4167": [-11.5, 0, 0], + "0.5417": { + "pre": [-6.5, 0, 0], + "post": [-6.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-4.7, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-9.8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-7.8, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-3.3, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": [0, 0, 0] + } + }, + "ear_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [1, 0, 0], + "0.2083": { + "pre": [6.5, 0, 0], + "post": [6.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [6, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": [2.8, 0, 0], + "0.5833": { + "pre": [-0.3, 0, 0], + "post": [-0.3, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [1.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [4, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [4.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [3.2, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-3, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": [0, 0, 0] + } + }, + "ear_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [1, 0, 0], + "0.2083": { + "pre": [6.5, 0, 0], + "post": [6.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [6, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": [2.8, 0, 0], + "0.5833": { + "pre": [-0.3, 0, 0], + "post": [-0.3, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [1.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [4, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [4.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [3.2, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-3, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": [0, 0, 0] + } + }, + "pupil_left": { + "position": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [0, -0.1, 0], + "post": [0, -0.1, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, -0.1, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": [0, 0, 0] + } + }, + "pupil_right": { + "position": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [0, -0.1, 0], + "post": [0, -0.1, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, -0.1, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": [0, 0, 0] + } + }, + "lip_top": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [-1.5, 0, 0], + "0.125": [-9.5, 0, 0], + "0.2083": [-12.5, 0, 0], + "0.2917": [-11.9, 0, 0], + "0.4167": [-9.5, 0, 0], + "0.5417": { + "pre": [-4.5, 0, 0], + "post": [-4.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-2.7, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-6, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-7.8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-5.8, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-1.3, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": [0, 0, 0] + } + }, + "lip_bottom": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [7, 0, 0], + "post": [7, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [9.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": [8.1, 0, 0], + "0.5": { + "pre": [4.5, 0, 0], + "post": [4.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [2, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": [5.6, 0, 0], + "0.8333": [7, 0, 0], + "0.9167": [5.3, 0, 0], + "1.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.125": [0, -0.15, 0], + "0.375": [0, -0.15, 0], + "0.625": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, -0.15, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": [0, 0, 0] + } + }, + "arm_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, 9.25], + "0.1667": [0, 0, 12.5], + "0.3333": [0, 0, 9.29], + "0.4583": [0, 0, 4], + "0.6667": { + "pre": [0, 0, 2.5], + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "0.9583": [0, 0, 5], + "1.0833": [0, 0, 0] + } + }, + "elbow_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [0, 0, 4.125], + "0.2083": [0, 0, 6.25], + "0.4167": [0, 0, 4.135], + "0.5417": [0, 0, 2], + "0.75": { + "pre": [0, 0, 1.25], + "post": [0, 0, 1.25], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0.75], + "lerp_mode": "catmullrom" + }, + "1.0417": [0, 0, 2.5], + "1.1667": [0, 0, 0] + } + }, + "arm_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, -9.25], + "0.1667": [0, 0, -12.5], + "0.3333": [0, 0, -9.29], + "0.4583": [0, 0, -4], + "0.6667": { + "pre": [0, 0, -2.5], + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "0.9583": [0, 0, -5], + "1.0833": [0, 0, 0] + } + }, + "elbow_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [0, 0, -4.125], + "0.2083": [0, 0, -6.25], + "0.4167": [0, 0, -4.135], + "0.5417": [0, 0, -2], + "0.75": { + "pre": [0, 0, -1.25], + "post": [0, 0, -1.25], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -0.75], + "lerp_mode": "catmullrom" + }, + "1.0417": [0, 0, -2.5], + "1.1667": [0, 0, 0] + } + } + }, + "sound_effects": { + "0.0417": { + "effect": "gothortia_cry" + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/greattusk/greattusk.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/greattusk/greattusk.animation.json new file mode 100644 index 0000000..ae751a9 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/greattusk/greattusk.animation.json @@ -0,0 +1,214 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.greattusk.ground_walk": { + "loop": true, + "animation_length": 1.33333, + "bones": { + "torso_back": { + "position": { + "0.0": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], + "0.2917": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], + "0.3333": [0, "-0.4+math.sin(q.anim_time*90*3*2)*0.4", 0], + "0.4167": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], + "0.5417": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], + "0.5833": [0, "-0.2+math.sin(q.anim_time*90*3*2)*0.4", 0], + "0.6667": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], + "0.9583": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], + "1.0": [0, "-0.4+math.sin(q.anim_time*90*3*2)*0.4", 0], + "1.0833": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], + "1.2083": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], + "1.25": [0, "-0.2+math.sin(q.anim_time*90*3*2)*0.4", 0], + "1.3333": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0] + } + }, + "torso_front": { + "position": { + "0.0": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], + "0.2917": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], + "0.3333": [0, "-0.4+math.sin(q.anim_time*90*3*2)*0.4", 0], + "0.4167": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], + "0.5417": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], + "0.5833": [0, "-0.2+math.sin(q.anim_time*90*3*2)*0.4", 0], + "0.6667": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], + "0.9583": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], + "1.0": [0, "-0.4+math.sin(q.anim_time*90*3*2)*0.4", 0], + "1.0833": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], + "1.2083": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], + "1.25": [0, "-0.2+math.sin(q.anim_time*90*3*2)*0.4", 0], + "1.3333": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0] + } + }, + "head": { + "rotation": ["0+math.cos(q.anim_time*90*3*2-60)*1", 0, "0+math.sin(q.anim_time*90*3-60)*2"] + }, + "head_plate": { + "rotation": ["0+math.cos(q.anim_time*90*3*2-60)*1", 0, "0+math.sin(q.anim_time*90*3-60)*2"], + "position": { + "0.0": [0, 0, 0], + "0.2917": [0, 0, 0], + "0.3333": [0, 0.3, 0], + "0.375": [0, -0.26, 0], + "0.4583": [0, 0, 0], + "1.0": [0, 0, 0], + "1.0417": [0, 0.3, 0], + "1.0833": [0, -0.26, 0], + "1.1667": [0, 0, 0], + "1.3333": [0, 0, 0] + } + }, + "tread5": { + "rotation": [22.5, 0, 0], + "position": [0, 0, 0] + }, + "trunk": { + "rotation": [47.5, 0, 0] + }, + "trunk2": { + "rotation": [35, 0, 0] + }, + "trunk3": { + "rotation": [55, 0, 0] + }, + "tail": { + "rotation": ["-4+math.sin(q.anim_time*90*3*2+60)*2", "0+math.cos(q.anim_time*90*3+60)*-4", 0] + }, + "tail2": { + "rotation": ["15+math.sin(q.anim_time*90*3*2+40)*2", "0+math.cos(q.anim_time*90*3+40)*-4", 0] + }, + "tail3": { + "rotation": ["12.5+math.sin(q.anim_time*90*3*2+20)*2", "0+math.cos(q.anim_time*90*3+20)*-4", 0] + }, + "tail4": { + "rotation": ["7.5+math.sin(q.anim_time*90*3*2)*2", "0+math.cos(q.anim_time*90*3)*-4", 0] + }, + "leg_front_left": { + "rotation": ["6-math.sin(q.anim_time*90*3-180)*15", "0+math.sin(q.anim_time*90*3-180)*6", 0], + "position": ["0.3+math.cos(q.anim_time*90*3-180)*-0.3", "0.5+math.clamp(math.cos(q.anim_time*90*3-180)*1,0,2)", "-math.sin(q.anim_time*90*3-180)*0.5"] + }, + "leg_back_left": { + "rotation": ["0-math.sin(q.anim_time*90*3-60)*6", "0+math.sin(q.anim_time*90*3-60)*6", 0], + "position": ["0+math.cos(q.anim_time*90*3-60)*0.2", "-0.2+math.clamp(math.cos(q.anim_time*90*3-60)*1,0,2)", "0-math.sin(q.anim_time*90*3-60)*0.7"] + }, + "leg_back_right": { + "rotation": ["0-math.sin(q.anim_time*90*3-240)*6", "0-math.sin(q.anim_time*90*3-240)*6", 0], + "position": ["0-math.cos(q.anim_time*90*3-240)*0.2", "-0.2+math.clamp(math.cos(q.anim_time*90*3-240)*1,0,2)", "0-math.sin(q.anim_time*90*3-240)*0.8"] + }, + "leg_front_right": { + "rotation": ["6-math.sin(q.anim_time*90*3)*15", "0+math.sin(q.anim_time*90*3)*6", 0], + "position": ["-0.3+math.cos(q.anim_time*90*3)*0.3", "0.5+math.clamp(math.cos(q.anim_time*90*3)*1,0,2)", "-math.sin(q.anim_time*90*3)*0.5"] + } + } + }, + "animation.greattusk.ground_idle": { + "loop": true, + "bones": { + "head": { + "rotation": ["7.5+math.sin(q.anim_time*90*1.5-20)*1", "math.sin(q.anim_time*90*0.5-20)*2", 0] + }, + "ear_left": { + "rotation": [0, -5, "10-math.sin(q.anim_time*90*1.5-20)*2"] + }, + "front_plate": { + "rotation": [0, 0, 0] + }, + "head_plate": { + "rotation": ["math.sin(q.anim_time*90*1.5-20)*1", "math.sin(q.anim_time*90*0.5-20)*2", 0] + }, + "trunk": { + "rotation": [47.5, 0, 0] + }, + "trunk2": { + "rotation": [35, 0, 0] + }, + "back_plate": { + "rotation": [0, 0, 0] + }, + "tail": { + "rotation": ["-17.5+math.sin(q.anim_time*90*1.5-80)*1", 0, 0] + }, + "tail2": { + "rotation": ["35+math.sin(q.anim_time*90*1.5-100)*1.5", "math.sin(q.anim_time*90*0.5-100)*5", 0] + }, + "ear_left2": { + "rotation": [0, 0, "-17.5-math.sin(q.anim_time*90*1.5-60)*4"] + }, + "trunk3": { + "rotation": [55, 0, 0] + }, + "ear_right": { + "rotation": [0, 5, "-10-math.sin(q.anim_time*90*1.5-20)*2"] + }, + "ear_right2": { + "rotation": [0, 0, "17.5+math.sin(q.anim_time*90*1.5-60)*4"] + }, + "tread3": { + "rotation": [15, 0, 0] + }, + "tread4": { + "rotation": [0, 0, 0] + }, + "tread5": { + "rotation": [22.5, 0, 0], + "position": [0, 0, 0] + }, + "tread6": { + "rotation": [7.5, 0, 0] + }, + "eyelid_right": { + "position": [0, 0, 0] + }, + "torso_front": { + "rotation": ["math.sin(q.anim_time*90*1.5)*0.5", 0, 0] + }, + "tail3": { + "rotation": ["math.sin(q.anim_time*90*1.5-120)*2", "math.sin(q.anim_time*90*0.5-120)*7", 0] + }, + "tail4": { + "rotation": ["25+math.sin(q.anim_time*90*1.5-140)*2.5", "math.sin(q.anim_time*90*0.5-140)*1", 0], + "position": [-0.1, -2, -3] + } + } + }, + "animation.greattusk.blink": { + "animation_length": 0.1667, + "bones": { + "eyelid_left": { + "position": { + "0.0": [0.1, 0, -0.1], + "0.125": [0.1, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_right": { + "position": { + "0.0": [-0.1, 0, -0.1], + "0.125": [-0.1, 0, -0.1], + "0.1667": [0, 0, 0] + } + } + } + }, + "animation.greattusk.cry": { + "animation_length": 1.5, + "bones": { + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [10, 0, 0], + "1.25": [10, 0, 0], + "1.5": [0, 0, 0] + } + }, + "jaw": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [17.5, 0, 0], + "1.25": [17.5, 0, 0], + "1.5": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/grimer/grimer_alolan.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/grimer/grimer_alolan.animation.json new file mode 100644 index 0000000..7d33119 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/grimer/grimer_alolan.animation.json @@ -0,0 +1,53 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.grimer_alolan.ground_idle": { + "loop": true, + "bones": { + "arm_right": { + "rotation": [9.00717, -20.70481, -24.14867] + }, + "arm_right2": { + "rotation": [-22.5, -55, 22.5] + }, + "finger_right_index": { + "rotation": [0, -22.5, -22.5] + }, + "finger_right_ring": { + "rotation": [0, 22.5, -22.5] + }, + "arm_left": { + "rotation": [9.00717, 20.70481, 24.14867] + }, + "arm_left2": { + "rotation": [-22.5, 55, -22.5] + }, + "finger_left_index": { + "rotation": [0, 22.5, 22.5] + }, + "finger_left_ring": { + "rotation": [0, -22.5, 22.5] + } + } + }, + "animation.grimer_alolan.blink": { + "animation_length": 0.1667, + "bones": { + "eyelid_right": { + "position": { + "0.0": [-0.1, 0, -0.1], + "0.125": [-0.1, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_left": { + "position": { + "0.0": [0.1, 0, -0.1], + "0.125": [0.1, 0, -0.1], + "0.1667": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/groudon/groudon.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/groudon/groudon.animation.json new file mode 100644 index 0000000..1439e1f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/groudon/groudon.animation.json @@ -0,0 +1,2718 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.groudon.cry": { + "animation_length": 3, + "bones": { + "middle": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [12.58957, 4.43385, 2.31336], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [12.70212, -6.64851, -3.47875], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tailseg1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [7.7614, 14.8687, 2.00307], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tailseg2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "shovel": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tophalf": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5.07673, 9.96156, 0.88045], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lowernecc": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-10.34527, 14.76689, -2.66399], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [1.68997, -17.90524, 13.51473], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "midnecc": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-18.12598, -10.51794, 6.79286], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "JAWBOT": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [41.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [41.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [41.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [41.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [41.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [41.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [41.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [41.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [41.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [41.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [41.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [41.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [41.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [41.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [41.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lshoulder": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-65.82504, -16.91131, -2.53354], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-65.82504, -16.91131, -2.53354], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 4], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lforearm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rshoulder": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-56.81483, 35.61426, 11.70217], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-56.81483, 35.61426, 11.70217], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-1, 0, 7], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-1, 0, 7], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rforearm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.groudon.physical_attack": { + "animation_length": 2.75, + "bones": { + "middle": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 8.94, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tailseg1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tailseg2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "shovel": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tophalf": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lowernecc": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "midnecc": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "JAWBOT": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lshoulder": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-65.82504, -16.91131, -2.53354], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lforearm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rshoulder": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-56.81483, 35.61426, 11.70217], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-1, 0, 7], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rforearm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rleg": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [-37.5, 0, 0], + "1.25": [0, 0, 0], + "2.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 9, 0], + "1.25": [0, 0, 0], + "2.75": [0, 0, 0] + } + }, + "rfoot": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [27.5, 0, 0], + "1.25": [0, 0, 0], + "2.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 6, 0], + "1.25": [0, 0, 0], + "2.75": [0, 0, 0] + } + } + } + }, + "animation.groudon.faint": { + "animation_length": 3.25, + "bones": { + "middle": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [72.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [72.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [72.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 8.94, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 8.94, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 8.94, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, 8.94, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-65, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-65, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [-65, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -8, -4], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, -8, -11], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -8, -11], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, -8, -11], + "lerp_mode": "catmullrom" + } + } + }, + "tailseg1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tailseg2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "shovel": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tophalf": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lowernecc": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "midnecc": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, -2, -4], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -2, -4], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, -2, -4], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-50, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "JAWBOT": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lshoulder": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-65.82504, -16.91131, -2.53354], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-48.17562, -21.5867, -25.74429], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-48.17562, -21.5867, -25.74429], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [-48.17562, -21.5867, -25.74429], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + } + } + }, + "lforearm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, -32.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -32.5, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, -32.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rshoulder": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-56.81483, 35.61426, 11.70217], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-36.09994, 28.37854, 24.55364], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-36.09994, 28.37854, 24.55364], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [-36.09994, 28.37854, 24.55364], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-1, 0, 7], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-1, 0, 7], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [-1, 0, 7], + "lerp_mode": "catmullrom" + } + } + }, + "rforearm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, -18, -22], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, -16, -22], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, -18, -22], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, -16, -22], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, -18, -22], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, -16, -22], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -18, -22], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, -18, -22], + "lerp_mode": "catmullrom" + } + } + }, + "rleg": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [130, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [110, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [110, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rfoot": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, -4], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -4], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, 0, -4], + "lerp_mode": "catmullrom" + } + } + }, + "lleg": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [127.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [97.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [97.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lfoot": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ltoe": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [62.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [62.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [62.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rtoe": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "eyelid2": { + "rotation": [0, 0, 0], + "position": { + "0.0": [0, 0, 0], + "1.5": [1, 0, 0] + } + }, + "eyelid1": { + "rotation": [0, 0, 0], + "position": { + "0.0": [0, 0, 0], + "1.5": [-1, 0, 0] + } + } + } + }, + "animation.groudon.ground_idle": { + "loop": true, + "animation_length": 3, + "bones": { + "middle": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tailseg1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tailseg2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "JAWBOT": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "hands": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.groudon.ground_walk": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "position": { + "0.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lleg": { + "rotation": { + "0.0": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [61.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 1.19, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lfoot": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -3, -1], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 7, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ltoe": { + "rotation": { + "0.0": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-58.12, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-58.12, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-53.87, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [6.13, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rleg": { + "rotation": { + "0.0": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [3.44, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [3.44, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [55, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [65, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [65, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 2, 5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0.64, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0.64, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -2.79, -2.17], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, -5, 1], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 2, 5], + "lerp_mode": "catmullrom" + } + } + }, + "rfoot": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-8.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-8.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-8.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-8.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 6, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -2, -1], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, -2, -1], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, -2, -1], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, -2, -1], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 6, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rtoe": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [5.63, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [5.63, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-45.12, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-65, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-65, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-85.67, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "middle": { + "rotation": [5, 0, 0] + }, + "tail": { + "rotation": [-15, 0, 0] + }, + "tailseg1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tailseg2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tophalf": { + "rotation": [7.5, 0, 0] + }, + "lowernecc": { + "rotation": [5, 0, 0] + }, + "midnecc": { + "rotation": [7.5, 0, 0] + }, + "neck": { + "rotation": [-20, 0, 0] + }, + "JAWBOT": { + "rotation": { + "0.0": { + "post": [7.78, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [7.78, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [7.78, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "hands": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.groudon.blink": { + "animation_length": 0.25, + "bones": { + "eyelid2": { + "position": { + "0.0": [0, 0, 0], + "0.25": [1, 0, 0] + } + }, + "eyelid1": { + "position": { + "0.0": [0, 0, 0], + "0.25": [-1, 0, 0] + } + } + } + }, + "animation.groudon.special_attack": { + "animation_length": 3.75, + "bones": { + "body": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.625": [0, 0, 0] + } + }, + "rleg": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-50, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": [0, 0, 0], + "3.75": [0, 0, 0] + } + }, + "rfoot": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": [0, 0, 0], + "3.75": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 6, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": [0, 0, 0], + "3.75": [0, 0, 0] + } + }, + "middle": { + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 3, 0], + "1.25": [0, 0, 0], + "1.2917": [0, 1, 0], + "1.3333": [0, 0, 0], + "1.375": [0, 1, 0], + "1.4167": [0, 0, 0], + "1.4583": [0, 1, 0], + "1.5": [0, 0, 0], + "1.5417": [0, 1, 0], + "1.5833": [0, 0, 0], + "1.625": [0, 1, 0], + "1.6667": [0, 0, 0], + "1.7083": [0, 1, 0], + "1.75": [0, 0, 0], + "1.7917": [0, 1, 0], + "1.8333": [0, 0, 0], + "1.875": [0, 1, 0], + "1.9167": [0, 0, 0], + "1.9583": [0, 1, 0], + "2.0": [0, 0, 0], + "2.0417": [0, 1, 0], + "2.0833": [0, 0, 0], + "2.125": [0, 1, 0], + "2.1667": [0, 0, 0], + "2.2083": [0, 1, 0], + "2.25": [0, 0, 0], + "2.2917": [0, 1, 0], + "2.3333": [0, 0, 0], + "2.375": [0, 1, 0], + "2.4167": [0, 0, 0], + "2.4583": [0, 1, 0], + "2.5": [0, 0, 0], + "2.5417": [0, 1, 0], + "2.5833": [0, 0, 0], + "2.625": [0, 1, 0], + "2.6667": [0, 0, 0], + "2.7083": [0, 1, 0], + "2.75": [0, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tophalf": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [27.83761, 9.05478, 4.26175], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [27.65161, -6.45934, -3.86231], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lowernecc": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-2.52154, 7.49282, -0.32902], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-2.58807, -14.98539, 0.66963], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "midnecc": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-7.41193, 14.98539, 0.66963], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-7.3275, -12.29596, 4.16484], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-29.28135, 20.29348, -9.92926], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-27.5209, -2.26564, 1.0571], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "JAWBOT": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [32.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [32.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [32.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [32.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [32.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [32.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [32.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [32.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [32.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [32.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [32.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [32.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lshoulder": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-50, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-28.90442, -46.91211, -29.17073], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-28.90442, -46.91211, -29.17073], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lforearm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 42.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rshoulder": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-42.5, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-40.46538, 58.82186, 27.56463], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-40.46538, 58.82186, 27.56463], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rforearm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -50, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 42.5, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 42.5, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/groudonprimal/groudonprimal.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/groudonprimal/groudonprimal.animation.json new file mode 100644 index 0000000..6e0d4a8 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/groudonprimal/groudonprimal.animation.json @@ -0,0 +1,2716 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.groudonprimal.cry": { + "animation_length": 3, + "bones": { + "middle": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [12.58957, 4.43385, 2.31336], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [12.70212, -6.64851, -3.47875], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tailseg1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [7.7614, 14.8687, 2.00307], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tailseg2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "shovel": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tophalf": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5.07673, 9.96156, 0.88045], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lowernecc": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-10.34527, 14.76689, -2.66399], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [1.68997, -17.90524, 13.51473], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "midnecc": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-18.12598, -10.51794, 6.79286], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "JAWBOT": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [41.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [41.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [41.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [41.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [41.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [41.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [41.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [41.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [41.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [41.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [41.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [41.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [41.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [41.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [41.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lshoulder": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-65.82504, -16.91131, -2.53354], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-65.82504, -16.91131, -2.53354], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 4], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lforearm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rshoulder": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-56.81483, 35.61426, 11.70217], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-56.81483, 35.61426, 11.70217], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-1, 0, 7], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-1, 0, 7], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rforearm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.groudonprimal.physical_attack": { + "animation_length": 2.75, + "bones": { + "middle": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 8.94, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tailseg1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tailseg2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "shovel": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tophalf": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lowernecc": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "midnecc": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "JAWBOT": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lshoulder": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-65.82504, -16.91131, -2.53354], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lforearm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rshoulder": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-56.81483, 35.61426, 11.70217], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-1, 0, 7], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rforearm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rleg": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [-37.5, 0, 0], + "1.25": [0, 0, 0], + "2.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 9, 0], + "1.25": [0, 0, 0], + "2.75": [0, 0, 0] + } + }, + "rfoot": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [27.5, 0, 0], + "1.25": [0, 0, 0], + "2.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 6, 0], + "1.25": [0, 0, 0], + "2.75": [0, 0, 0] + } + } + } + }, + "animation.groudonprimal.faint": { + "animation_length": 3.25, + "bones": { + "middle": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [72.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [72.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [72.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 8.94, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 8.94, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 8.94, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, 8.94, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-65, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-65, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [-65, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -8, -4], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, -8, -11], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -8, -11], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, -8, -11], + "lerp_mode": "catmullrom" + } + } + }, + "tailseg1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tailseg2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "shovel": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tophalf": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lowernecc": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "midnecc": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, -2, -4], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -2, -4], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, -2, -4], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-50, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "JAWBOT": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lshoulder": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-65.82504, -16.91131, -2.53354], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-48.17562, -21.5867, -25.74429], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-48.17562, -21.5867, -25.74429], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [-48.17562, -21.5867, -25.74429], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + } + } + }, + "lforearm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, -32.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -32.5, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, -32.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rshoulder": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-56.81483, 35.61426, 11.70217], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-36.09994, 28.37854, 24.55364], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-36.09994, 28.37854, 24.55364], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [-36.09994, 28.37854, 24.55364], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-1, 0, 7], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-1, 0, 7], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [-1, 0, 7], + "lerp_mode": "catmullrom" + } + } + }, + "rforearm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, -18, -22], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, -16, -22], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, -18, -22], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, -16, -22], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, -18, -22], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, -16, -22], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -18, -22], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, -18, -22], + "lerp_mode": "catmullrom" + } + } + }, + "rleg": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [130, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [110, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [110, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rfoot": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, -4], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -4], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, 0, -4], + "lerp_mode": "catmullrom" + } + } + }, + "lleg": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [127.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [97.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [97.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lfoot": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ltoe": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [62.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [62.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [62.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rtoe": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "eyes2": { + "position": { + "0.0": [0, 0, 0], + "1.0": [-2, 0, 0] + } + }, + "eyes3": { + "position": { + "0.0": [0, 0, 0], + "1.0": [2, 0, 0] + } + } + } + }, + "animation.groudonprimal.ground_idle": { + "loop": true, + "animation_length": 3, + "bones": { + "middle": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tailseg1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tailseg2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "JAWBOT": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "hands": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.groudonprimal.ground_walk": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "position": { + "0.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lleg": { + "rotation": { + "0.0": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [61.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 1.19, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lfoot": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -3, -1], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 7, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ltoe": { + "rotation": { + "0.0": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-58.12, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-58.12, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-53.87, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [6.13, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rleg": { + "rotation": { + "0.0": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [3.44, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [3.44, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [55, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [65, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [65, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 2, 5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0.64, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0.64, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -2.79, -2.17], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, -5, 1], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 2, 5], + "lerp_mode": "catmullrom" + } + } + }, + "rfoot": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-8.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-8.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-8.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-8.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 6, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -2, -1], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, -2, -1], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, -2, -1], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, -2, -1], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 6, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rtoe": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [5.63, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [5.63, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-45.12, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-65, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-65, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-85.67, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "middle": { + "rotation": [5, 0, 0] + }, + "tail": { + "rotation": [-15, 0, 0] + }, + "tailseg1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tailseg2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tophalf": { + "rotation": [7.5, 0, 0] + }, + "lowernecc": { + "rotation": [5, 0, 0] + }, + "midnecc": { + "rotation": [7.5, 0, 0] + }, + "neck": { + "rotation": [-20, 0, 0] + }, + "JAWBOT": { + "rotation": { + "0.0": { + "post": [7.78, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [7.78, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [7.78, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "hands": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.groudonprimal.blink": { + "animation_length": 0.25, + "bones": { + "eyes2": { + "position": { + "0.0": [0, 0, 0], + "0.25": [-2, 0, 0] + } + }, + "eyes3": { + "position": { + "0.0": [0, 0, 0], + "0.25": [2, 0, 0] + } + } + } + }, + "animation.groudonprimal.special_attack": { + "animation_length": 3.75, + "bones": { + "body": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.625": [0, 0, 0] + } + }, + "rleg": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-50, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": [0, 0, 0], + "3.75": [0, 0, 0] + } + }, + "rfoot": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": [0, 0, 0], + "3.75": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 6, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": [0, 0, 0], + "3.75": [0, 0, 0] + } + }, + "middle": { + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 3, 0], + "1.25": [0, 0, 0], + "1.2917": [0, 1, 0], + "1.3333": [0, 0, 0], + "1.375": [0, 1, 0], + "1.4167": [0, 0, 0], + "1.4583": [0, 1, 0], + "1.5": [0, 0, 0], + "1.5417": [0, 1, 0], + "1.5833": [0, 0, 0], + "1.625": [0, 1, 0], + "1.6667": [0, 0, 0], + "1.7083": [0, 1, 0], + "1.75": [0, 0, 0], + "1.7917": [0, 1, 0], + "1.8333": [0, 0, 0], + "1.875": [0, 1, 0], + "1.9167": [0, 0, 0], + "1.9583": [0, 1, 0], + "2.0": [0, 0, 0], + "2.0417": [0, 1, 0], + "2.0833": [0, 0, 0], + "2.125": [0, 1, 0], + "2.1667": [0, 0, 0], + "2.2083": [0, 1, 0], + "2.25": [0, 0, 0], + "2.2917": [0, 1, 0], + "2.3333": [0, 0, 0], + "2.375": [0, 1, 0], + "2.4167": [0, 0, 0], + "2.4583": [0, 1, 0], + "2.5": [0, 0, 0], + "2.5417": [0, 1, 0], + "2.5833": [0, 0, 0], + "2.625": [0, 1, 0], + "2.6667": [0, 0, 0], + "2.7083": [0, 1, 0], + "2.75": [0, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tophalf": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [27.83761, 9.05478, 4.26175], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [27.65161, -6.45934, -3.86231], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lowernecc": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-2.52154, 7.49282, -0.32902], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-2.58807, -14.98539, 0.66963], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "midnecc": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-7.41193, 14.98539, 0.66963], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-7.3275, -12.29596, 4.16484], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-29.28135, 20.29348, -9.92926], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-27.5209, -2.26564, 1.0571], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "JAWBOT": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [32.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [32.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [32.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [32.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [32.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [32.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [32.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [32.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [32.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [32.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [32.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [32.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lshoulder": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-50, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-28.90442, -46.91211, -29.17073], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-28.90442, -46.91211, -29.17073], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lforearm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 42.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rshoulder": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-42.5, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-40.46538, 58.82186, 27.56463], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-40.46538, 58.82186, 27.56463], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rforearm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -50, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 42.5, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 42.5, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/growlithe_hisuian/growlithe_hisuian.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/growlithe_hisuian/growlithe_hisuian.animation.json new file mode 100644 index 0000000..2b8be3e --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/growlithe_hisuian/growlithe_hisuian.animation.json @@ -0,0 +1,858 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.growlithe_hisuian.ground_idle": { + "loop": true, + "bones": { + "body": { + "position": [0, -0.5, 0] + }, + "torso": { + "rotation": [1, 0, 0] + }, + "upper_torso": { + "rotation": [-3, 0, 0] + }, + "head": { + "rotation": [0, 0, 0] + }, + "left_shoulder": { + "rotation": [7.5, 0, 0] + }, + "left_elbow": { + "rotation": [-15, 0, 0] + }, + "left_frontpaw": { + "rotation": [7.5, 0, 0] + }, + "right_shoulder": { + "rotation": [7.5, 0, 0] + }, + "right_elbow": { + "rotation": [-15, 0, 0] + }, + "right_frontpaw": { + "rotation": [7.5, 0, 0] + }, + "left_thigh": { + "rotation": [-2.5, 0, 0] + }, + "left_knee": { + "rotation": [5, 0, 0] + }, + "left_ankle": { + "rotation": [-2.5, 0, 0] + }, + "left_foot": { + "rotation": [0, 0, 0] + }, + "right_thigh": { + "rotation": [-2.5, 0, 0] + }, + "right_knee": { + "rotation": [5, 0, 0] + }, + "right_ankle": { + "rotation": [-2.5, 0, 0] + } + } + }, + "animation.growlithe_hisuian.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "chest": { + "rotation": ["-2.5+Math.cos((query.anim_time) * 90 * 4*2) * 2", 0, "0+Math.cos((query.anim_time) * 90 * 4) * -6"], + "position": [0, 0.3, 0] + }, + "leg_front_left": { + "rotation": { + "0.0": [-21, 0, 0], + "0.0833": [-18.08, 0, 0], + "0.4167": [26.21, 0, 0], + "0.5": [30, 0, 0], + "0.6667": [26.21, 0, 0], + "0.9167": [-18.08, 0, 0], + "1.0": [-21, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.2083": [0, 1.25, 0], + "0.4167": [0, 0, 0], + "0.625": { + "pre": [0, 1.25, 0], + "post": [0, 1.25, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 1.5, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 1.25, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0.21, 0], + "lerp_mode": "catmullrom" + }, + "1.0": [0, 0, 0] + } + }, + "leg_front_left2": { + "rotation": { + "0.0": [-12.5, 0, 0], + "0.2083": [-3.12, 0, 0], + "0.5": [-17, 0, 0], + "0.5833": [-18.75, 0, 0], + "0.7917": [-40, 0, 0], + "1.0": [-12.5, 0, 0] + } + }, + "foot_front_left": { + "rotation": { + "0.0": [22.5, 0, 0], + "0.0417": [35, 0, 0], + "0.2083": [10, 0, 0], + "0.375": [-5, 0, 0], + "0.5417": [7.5, 0, 0], + "0.75": [55, 0, 0], + "0.9167": [15.42, 0, 0], + "1.0": [22.5, 0, 0] + } + }, + "leg_front_right": { + "rotation": { + "0.0": [30, 0, 0], + "0.1667": [26.21, 0, 0], + "0.4167": [-18.08, 0, 0], + "0.5": [-21, 0, 0], + "0.5833": [-18.08, 0, 0], + "0.9167": [26.21, 0, 0], + "1.0": [30, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0.21, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 1.25, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 1.5, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 1.25, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0.21, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [0, 0, 0], + "0.7083": [0, 1.25, 0], + "0.9167": [0, 0, 0], + "1.0": [0, 0.21, 0] + } + }, + "leg_front_right2": { + "rotation": { + "0.0": [-17, 0, 0], + "0.0833": [-18.75, 0, 0], + "0.2917": [-40, 0, 0], + "0.5": [-12.5, 0, 0], + "0.7083": [-3.12, 0, 0], + "1.0": [-17, 0, 0] + } + }, + "foot_front_right": { + "rotation": { + "0.0": [4.38, 0, 0], + "0.0417": [7.5, 0, 0], + "0.25": [55, 0, 0], + "0.5": [22.5, 0, 0], + "0.5417": [35, 0, 0], + "0.7083": [10, 0, 0], + "0.875": [-5, 0, 0], + "1.0": [4.38, 0, 0] + } + }, + "ear_left": { + "rotation": ["15+Math.cos((query.anim_time) * 90 * 4*2) * 4", 12.5, 0] + }, + "ear_right": { + "rotation": ["15+Math.cos((query.anim_time) * 90 * 4*2) * 4", -12.5, 0] + }, + "body_fur_left": { + "rotation": [15, 0, 0] + }, + "body_fur_right": { + "rotation": [15, 0, 0] + }, + "leg_back_left": { + "rotation": { + "0.0": [26.5, 0, 0], + "0.1667": [22.71, 0, 0], + "0.4167": [-15.08, 0, 0], + "0.5": [-18, 0, 0], + "0.5833": [-15.08, 0, 0], + "0.9167": [22.71, 0, 0], + "1.0": [26.5, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0.21, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0.55, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0.6, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0.75, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0.21, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [0, 0, 0], + "0.7083": [0, 0.2, 0], + "0.9167": [0, 0, 0], + "1.0": [0, 0.21, 0] + } + }, + "leg_back_left2": { + "rotation": { + "0.0": { + "post": [-9.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-35.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": [-48.75, 0, 0], + "0.4167": [-21, 0, 0], + "0.5": [-12.5, 0, 0], + "0.7083": [-15.62, 0, 0], + "1.0": [-9.5, 0, 0] + } + }, + "foot_back_left": { + "rotation": { + "0.0": [4.38, 0, 0], + "0.0417": [7.5, 0, 0], + "0.25": [55, 0, 0], + "0.375": [13.75, 0, 0], + "0.5": [35, 0, 0], + "0.7083": [10, 0, 0], + "0.875": [-5, 0, 0], + "1.0": [4.38, 0, 0] + } + }, + "leg_back_right": { + "rotation": { + "0.0": [-18, 0, 0], + "0.0833": [-15.08, 0, 0], + "0.4167": [22.71, 0, 0], + "0.5": [26.5, 0, 0], + "0.6667": [22.71, 0, 0], + "0.9167": [-15.08, 0, 0], + "1.0": [-18, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.4167": [0, 0, 0], + "0.5": { + "pre": [0, 0.21, 0], + "post": [0, 0.21, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0.65, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0.6, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0.65, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0.21, 0], + "lerp_mode": "catmullrom" + }, + "1.0": [0, 0, 0] + } + }, + "leg_back_right2": { + "rotation": { + "0.0": [-12.5, 0, 0], + "0.2083": [-15.62, 0, 0], + "0.5": { + "pre": [-9.5, 0, 0], + "post": [-9.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-35.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": [-48.75, 0, 0], + "0.9167": [-21, 0, 0], + "1.0": [-12.5, 0, 0] + } + }, + "foot_back_right": { + "rotation": { + "0.0": [35, 0, 0], + "0.2083": [10, 0, 0], + "0.375": [-5, 0, 0], + "0.5417": [7.5, 0, 0], + "0.75": [55, 0, 0], + "0.875": [13.75, 0, 0], + "1.0": [35, 0, 0] + } + }, + "tail3": { + "rotation": ["30+Math.cos((query.anim_time) * 90 * 4*2 - 60) * -15", "0+Math.cos((query.anim_time) * 90 * 4 - 150) * 15", 0] + }, + "tail4": { + "rotation": ["20+Math.cos((query.anim_time) * 90 * 4*2 - 120) * -5", "0+Math.cos((query.anim_time) * 90 * 4 - 210) * 30", 0] + }, + "left_backpaw": { + "rotation": { + "0.0": [4.38, 0, 0], + "0.0417": [7.5, 0, 0], + "0.25": [55, 0, 0], + "0.375": [13.75, 0, 0], + "0.5": [35, 0, 0], + "0.7083": [10, 0, 0], + "0.875": [-5, 0, 0], + "1.0": [4.38, 0, 0] + } + }, + "right_backpaw": { + "rotation": { + "0.0": [35, 0, 0], + "0.2083": [10, 0, 0], + "0.375": [-5, 0, 0], + "0.5417": [7.5, 0, 0], + "0.75": [55, 0, 0], + "0.875": [13.75, 0, 0], + "1.0": [35, 0, 0] + } + }, + "body": { + "position": [0, -0.75, 0] + }, + "torso": { + "rotation": ["2.5+Math.cos((query.anim_time) * 90 * 4*2 - 90) * 2", 0, 0], + "position": [0, "0+Math.cos((query.anim_time) * 90 * 4*2) * 0.5", 0] + }, + "neck": { + "rotation": ["27.5+Math.cos((query.anim_time) * 90 * 4*2) * -5", 0, "Math.cos((query.anim_time) * 90 * 4 - 30) * 2"], + "position": [0, -0.6, -0.5] + }, + "head": { + "rotation": ["-20+Math.cos((query.anim_time) * 90 * 4*2) * 2", 0, 0] + }, + "left_shoulder": { + "rotation": { + "0.0": [-21, 0, 0], + "0.0833": [-18.08, 0, 0], + "0.4167": [26.21, 0, 0], + "0.5": [30, 0, 0], + "0.6667": [26.21, 0, 0], + "0.9167": [-18.08, 0, 0], + "1.0": [-21, 0, 0] + }, + "position": { + "0.0": [0, -1, 0], + "0.2083": [0, 0.25, 0], + "0.4167": [0, -1, 0], + "0.625": { + "pre": [0, 0.25, 0], + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -0.79, 0], + "lerp_mode": "catmullrom" + }, + "1.0": [0, -1, 0] + } + }, + "left_elbow": { + "rotation": { + "0.0": [-12.5, 0, 0], + "0.2083": [-3.12, 0, 0], + "0.5": [-17, 0, 0], + "0.5833": [-18.75, 0, 0], + "0.7917": [-40, 0, 0], + "1.0": [-12.5, 0, 0] + } + }, + "left_frontpaw": { + "rotation": { + "0.0": [22.5, 0, 0], + "0.0417": [35, 0, 0], + "0.2083": [10, 0, 0], + "0.375": [-5, 0, 0], + "0.5417": [7.5, 0, 0], + "0.75": [55, 0, 0], + "0.9167": [15.42, 0, 0], + "1.0": [22.5, 0, 0] + } + }, + "right_shoulder": { + "rotation": { + "0.0": [30, 0, 0], + "0.1667": [26.21, 0, 0], + "0.4167": [-18.08, 0, 0], + "0.5": [-21, 0, 0], + "0.5833": [-18.08, 0, 0], + "0.9167": [26.21, 0, 0], + "1.0": [30, 0, 0] + }, + "position": { + "0.0": { + "post": [0, -0.79, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, -0.79, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [0, -1, 0], + "0.7083": [0, 0.25, 0], + "0.9167": [0, -1, 0], + "1.0": { + "pre": [0, -0.79, 0], + "post": [0, -0.79, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_elbow": { + "rotation": { + "0.0": [-17, 0, 0], + "0.0833": [-18.75, 0, 0], + "0.2917": [-40, 0, 0], + "0.5": [-12.5, 0, 0], + "0.7083": [-3.12, 0, 0], + "1.0": [-17, 0, 0] + } + }, + "right_frontpaw": { + "rotation": { + "0.0": [4.38, 0, 0], + "0.0417": [7.5, 0, 0], + "0.25": [55, 0, 0], + "0.5": [22.5, 0, 0], + "0.5417": [35, 0, 0], + "0.7083": [10, 0, 0], + "0.875": [-5, 0, 0], + "1.0": [4.38, 0, 0] + } + }, + "left_thigh": { + "rotation": { + "0.0": [26.5, 0, 0], + "0.1667": [22.71, 0, 0], + "0.4167": [-15.08, 0, 0], + "0.5": [-18, 0, 0], + "0.5833": [-15.08, 0, 0], + "0.9167": [22.71, 0, 0], + "1.0": [26.5, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 2.21, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0.55, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0.6, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0.75, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0.21, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [0, 0, 0], + "0.7083": [0, 0.2, 0], + "0.9167": { + "pre": [0, 2.21, 0], + "post": [0, 2.21, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 2.21, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_thigh": { + "rotation": { + "0.0": [-18, 0, 0], + "0.0833": [-15.08, 0, 0], + "0.4167": [22.71, 0, 0], + "0.5": [26.5, 0, 0], + "0.6667": [22.71, 0, 0], + "0.9167": [-15.08, 0, 0], + "1.0": [-18, 0, 0] + }, + "position": { + "0.0": [0, 2, 0], + "0.4167": [0, 0, 0], + "0.5": { + "pre": [0, 0.21, 0], + "post": [0, 0.21, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0.65, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0.6, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0.65, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": [0, 2, 0], + "1.0": [0, 2, 0] + } + } + } + }, + "animation.growlithe.test": { + "loop": true, + "bones": { + "upper_torso": { + "rotation": [-10, 12.5, 0] + }, + "neck": { + "rotation": [12.5, 0, 0] + }, + "head": { + "rotation": [-22.5, 0, 0] + }, + "torso": { + "rotation": [20.01754, 2.34914, 0.85553], + "position": [0, -0.5, 0] + }, + "left_shoulder": { + "rotation": [0, -7.5, 0], + "position": [-0.5, -2.25, -0.5] + }, + "left_elbow": { + "rotation": [-47.5, 0, 0] + }, + "left_frontpaw": { + "rotation": [47.5, 0, 0] + }, + "right_shoulder": { + "rotation": [-37.23302, 26.04029, 0.78176], + "position": [-1.75, -3.5, 1.25] + }, + "right_elbow": { + "rotation": [-32.5, 0, 0] + }, + "right_frontpaw": { + "rotation": [70, 0, 0], + "position": [0, 0, 0] + }, + "left_thigh": { + "rotation": [17.34806, -5.51805, 0.88749] + }, + "left_knee": { + "rotation": [-15, 0, 0] + }, + "left_ankle": { + "rotation": [-5, 0, 0] + }, + "left_foot": { + "rotation": [2.5, 0, 0] + }, + "right_thigh": { + "rotation": [-19.85955, 5.5515, 0.64522] + }, + "right_knee": { + "rotation": [10, 0, 0] + }, + "right_ankle": { + "rotation": [10, 0, 0] + }, + "jaw": { + "rotation": [50, 0, 0] + }, + "chest_fluff": { + "rotation": [0, 0, 0] + }, + "head_fluff": { + "rotation": [0, 0, 0] + }, + "tail": { + "rotation": [-4.38707, 15.37676, 0.00177] + }, + "tail2": { + "rotation": [2.4799, 0.569, -0.23549] + }, + "tail_fluff": { + "rotation": [0.08453, 7.38542, 6.30962] + }, + "left_tail_fluff": { + "rotation": [0.30933, 6.95223, 2.45879] + }, + "right_tail_fluff": { + "rotation": [0, 2.5, 0] + } + } + }, + "animation.growlithe.test2": { + "loop": true, + "bones": { + "upper_torso": { + "rotation": [7.52832, 4.95712, 0.65426] + }, + "neck": { + "rotation": [25, 0, 0], + "position": [0, 1, 0] + }, + "head": { + "rotation": [-10.1076, 3.82821, -3.21873] + }, + "torso": { + "rotation": [-22.5, 0, 0], + "position": [0, -0.5, 0] + }, + "left_shoulder": { + "rotation": [-35.37196, -3.52137, -0.31015], + "position": [-0.25, 1.5, 0.25] + }, + "left_elbow": { + "rotation": [-35, 0, 0] + }, + "left_frontpaw": { + "rotation": [42.5, 0, 0] + }, + "right_shoulder": { + "rotation": [-65.09267, 10.51047, 0.71477], + "position": [-0.25, 1.5, 0.25] + }, + "right_elbow": { + "rotation": [-20, 0, 0] + }, + "right_frontpaw": { + "rotation": [45, 0, 0], + "position": [0, 0, 0] + }, + "left_thigh": { + "rotation": [17.5, 0, 0] + }, + "left_knee": { + "rotation": [0, 0, 0] + }, + "left_ankle": { + "rotation": [-5, 0, 0] + }, + "left_foot": { + "rotation": [122.5, 0, 0] + }, + "right_thigh": { + "rotation": [-12.35955, 5.5515, 0.64522] + }, + "right_knee": { + "rotation": [12.5, 0, 0] + }, + "right_ankle": { + "rotation": [-7.5, 0, 0] + }, + "jaw": { + "rotation": [50, 0, 0] + }, + "chest_fluff": { + "rotation": [10, 0, 0] + }, + "head_fluff": { + "rotation": [0, 0, 0] + }, + "tail": { + "rotation": [0.05461, -3.53497, -5.00169] + }, + "tail2": { + "rotation": [-0.02379, -4.37771, -1.52245] + }, + "left_tail_fluff": { + "rotation": [30.02686, -1.60667, -1.91561] + }, + "body": { + "position": [0, 2, 0] + }, + "right_ear": { + "rotation": [0, 5, 0] + }, + "right_foot": { + "rotation": [122.5, 0, 0] + }, + "right_tail_fluff": { + "rotation": [30.10753, -3.21154, -3.83424] + } + } + }, + "animation.growlithe.test3": { + "loop": true, + "bones": { + "body": { + "position": [0, -4.25, 0] + }, + "torso": { + "rotation": [-45, 0, 0], + "position": [0, -0.25, 0] + }, + "upper_torso": { + "rotation": [0, 0, 0] + }, + "neck": { + "rotation": [30, 0, 0], + "position": [0, 0, -0.5] + }, + "head": { + "rotation": [17.5, 0, 0] + }, + "chest_fluff": { + "rotation": [32.5, 0, 0], + "position": [0, -2, 0], + "scale": 1 + }, + "left_chest_fluff": { + "rotation": [7.68477, 0.29082, -3.81224] + }, + "right_chest_fluff": { + "rotation": [7.68477, -0.29082, 3.81224] + }, + "bottom_chest_fluff": { + "rotation": [12.5, 0, 0] + }, + "tail": { + "rotation": [35, 0, 0], + "position": [0, 0.5, -0.5] + }, + "tail_fluff": { + "rotation": [7.5, 0, 0] + }, + "left_tail_fluff": { + "rotation": [5, 0, 0] + }, + "left_shoulder": { + "rotation": [12.5, 0, 0], + "position": [0, 3.75, 0.5] + }, + "left_elbow": { + "rotation": [-12.5, 0, 0] + }, + "right_shoulder": { + "rotation": [12.5, 0, 0], + "position": [0, 3.75, 0.5] + }, + "right_elbow": { + "rotation": [-12.5, 0, 0] + }, + "left_thigh": { + "rotation": [-25, 0, 0], + "position": [0, 1, 0] + }, + "left_knee": { + "rotation": [7.5, 0, 0] + }, + "left_ankle": { + "rotation": [-45, 0, 0] + }, + "left_foot": { + "rotation": [62.5, 0, 0], + "position": [0, 0, -0.5] + }, + "right_thigh": { + "rotation": [-25, 0, 0], + "position": [0, 1, 0] + }, + "right_knee": { + "rotation": [7.5, 0, 0] + }, + "right_ankle": { + "rotation": [-45, 0, 0] + }, + "right_foot": { + "rotation": [62.5, 0, 0], + "position": [0, 0, -0.5] + }, + "right_tail_fluff": { + "rotation": [5, 0, 0] + }, + "jaw": { + "rotation": [0, 0, 0] + } + } + }, + "animation.growlithe.blink": { + "animation_length": 0.16667, + "bones": { + "right_eyelid": { + "position": { + "0.0": [-0.1, 0, -0.1], + "0.125": [-0.1, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "left_eyelid": { + "position": { + "0.0": [0.1, 0, -0.1], + "0.125": [0.1, 0, -0.1], + "0.1667": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/guzzlord/guzzlord.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/guzzlord/guzzlord.animation.json new file mode 100644 index 0000000..aa74d61 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/guzzlord/guzzlord.animation.json @@ -0,0 +1,2459 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.guzzlord.ground_idle": { + "loop": true, + "animation_length": 14.88, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [-2, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.48": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.68": { + "post": [-2, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.96": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.16": { + "post": [-2, 0, 0], + "lerp_mode": "catmullrom" + }, + "7.44": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "8.64": { + "post": [-2, 0, 0], + "lerp_mode": "catmullrom" + }, + "9.92": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "11.12": { + "post": [-2, 0, 0], + "lerp_mode": "catmullrom" + }, + "12.4": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "13.6": { + "post": [-2, 0, 0], + "lerp_mode": "catmullrom" + }, + "14.88": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wing_small_left": { + "rotation": { + "0.0": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "2.48": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "4.96": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "7.44": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "9.92": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "12.4": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "14.88": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wing_big_left": { + "rotation": { + "0.0": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "2.48": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "4.96": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "7.44": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "9.92": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "12.4": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "14.88": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wing_big_right": { + "rotation": { + "0.0": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "2.48": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "4.96": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "7.44": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "9.92": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "12.4": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "14.88": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_1": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [7.0387, 5.21021, 0.46498], + "lerp_mode": "catmullrom" + }, + "2.48": { + "post": [5.07673, 9.96156, 0.88045], + "lerp_mode": "catmullrom" + }, + "3.68": { + "post": [6.91, 5.49, 0.48], + "lerp_mode": "catmullrom" + }, + "4.96": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.16": { + "post": [7.0387, 5.21021, 0.46498], + "lerp_mode": "catmullrom" + }, + "7.44": { + "post": [5.07673, 9.96156, 0.88045], + "lerp_mode": "catmullrom" + }, + "8.64": { + "post": [6.91, 5.49, 0.48], + "lerp_mode": "catmullrom" + }, + "9.92": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "11.12": { + "post": [7.0387, 5.21021, 0.46498], + "lerp_mode": "catmullrom" + }, + "12.4": { + "post": [5.07673, 9.96156, 0.88045], + "lerp_mode": "catmullrom" + }, + "13.6": { + "post": [6.91, 5.49, 0.48], + "lerp_mode": "catmullrom" + }, + "14.88": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_2": { + "rotation": { + "0.0": { + "post": [5.00474, -2.49048, -0.21803], + "lerp_mode": "catmullrom" + }, + "2.6": { + "post": [5.019, 4.98093, 0.43688], + "lerp_mode": "catmullrom" + }, + "4.96": { + "post": [5.00474, -2.49048, -0.21803], + "lerp_mode": "catmullrom" + }, + "7.56": { + "post": [5.019, 4.98093, 0.43688], + "lerp_mode": "catmullrom" + }, + "9.92": { + "post": [5.00474, -2.49048, -0.21803], + "lerp_mode": "catmullrom" + }, + "12.52": { + "post": [5.019, 4.98093, 0.43688], + "lerp_mode": "catmullrom" + }, + "14.88": { + "post": [5.00474, -2.49048, -0.21803], + "lerp_mode": "catmullrom" + } + } + }, + "tail_3": { + "rotation": { + "0.0": { + "post": [-7.52832, -4.95712, 0.65426], + "lerp_mode": "catmullrom" + }, + "2.8": { + "post": [-7.52832, 4.95712, -0.65426], + "lerp_mode": "catmullrom" + }, + "4.96": { + "post": [-7.52832, -4.95712, 0.65426], + "lerp_mode": "catmullrom" + }, + "7.76": { + "post": [-7.52832, 4.95712, -0.65426], + "lerp_mode": "catmullrom" + }, + "9.92": { + "post": [-7.52832, -4.95712, 0.65426], + "lerp_mode": "catmullrom" + }, + "12.72": { + "post": [-7.52832, 4.95712, -0.65426], + "lerp_mode": "catmullrom" + }, + "14.88": { + "post": [-7.52832, -4.95712, 0.65426], + "lerp_mode": "catmullrom" + } + } + }, + "tail_4": { + "rotation": { + "0.0": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "2.92": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "4.96": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "7.88": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "9.92": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "12.84": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "14.88": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_5": { + "rotation": [0, -5, 0] + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 42.5], + "lerp_mode": "catmullrom" + }, + "2.48": { + "post": [0, 0, 47.5], + "lerp_mode": "catmullrom" + }, + "4.96": { + "post": [0, 0, 42.5], + "lerp_mode": "catmullrom" + }, + "7.44": { + "post": [0, 0, 47.5], + "lerp_mode": "catmullrom" + }, + "9.92": { + "post": [0, 0, 42.5], + "lerp_mode": "catmullrom" + }, + "12.4": { + "post": [0, 0, 47.5], + "lerp_mode": "catmullrom" + }, + "14.88": { + "post": [0, 0, 42.5], + "lerp_mode": "catmullrom" + } + } + }, + "forearm_right": { + "rotation": { + "0.0": { + "post": [-40, 0, -32.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-39.75778, 4.81281, -26.7411], + "lerp_mode": "catmullrom" + }, + "4.96": { + "post": [-40, 0, -32.5], + "lerp_mode": "catmullrom" + }, + "7.96": { + "post": [-39.75778, 4.81281, -26.7411], + "lerp_mode": "catmullrom" + }, + "9.92": { + "post": [-40, 0, -32.5], + "lerp_mode": "catmullrom" + }, + "12.92": { + "post": [-39.75778, 4.81281, -26.7411], + "lerp_mode": "catmullrom" + }, + "14.88": { + "post": [-40, 0, -32.5], + "lerp_mode": "catmullrom" + } + } + }, + "finger_right_1": { + "rotation": { + "0.0": { + "post": [-65, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.48": { + "post": [-85, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.96": { + "post": [-65, 0, 0], + "lerp_mode": "catmullrom" + }, + "7.44": { + "post": [-85, 0, 0], + "lerp_mode": "catmullrom" + }, + "9.92": { + "post": [-65, 0, 0], + "lerp_mode": "catmullrom" + }, + "12.4": { + "post": [-85, 0, 0], + "lerp_mode": "catmullrom" + }, + "14.88": { + "post": [-65, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "finger_right_2": { + "rotation": { + "0.0": { + "post": [31.33144, -34.12398, -47.33883], + "lerp_mode": "catmullrom" + }, + "2.48": { + "post": [37.45372, -27.03402, -59.31794], + "lerp_mode": "catmullrom" + }, + "4.96": { + "post": [31.33144, -34.12398, -47.33883], + "lerp_mode": "catmullrom" + }, + "7.44": { + "post": [37.45372, -27.03402, -59.31794], + "lerp_mode": "catmullrom" + }, + "9.92": { + "post": [31.33144, -34.12398, -47.33883], + "lerp_mode": "catmullrom" + }, + "12.4": { + "post": [37.45372, -27.03402, -59.31794], + "lerp_mode": "catmullrom" + }, + "14.88": { + "post": [31.33144, -34.12398, -47.33883], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-4, 0, -4], + "lerp_mode": "catmullrom" + }, + "4.96": { + "post": [-4, 0, -4], + "lerp_mode": "catmullrom" + }, + "9.92": { + "post": [-4, 0, -4], + "lerp_mode": "catmullrom" + }, + "14.88": { + "post": [-4, 0, -4], + "lerp_mode": "catmullrom" + } + } + }, + "finger_right_3": { + "rotation": { + "0.0": { + "post": [31.33144, 34.12398, 47.33883], + "lerp_mode": "catmullrom" + }, + "2.48": { + "post": [35.26439, 30, 54.73561], + "lerp_mode": "catmullrom" + }, + "4.96": { + "post": [31.33144, 34.12398, 47.33883], + "lerp_mode": "catmullrom" + }, + "7.44": { + "post": [35.26439, 30, 54.73561], + "lerp_mode": "catmullrom" + }, + "9.92": { + "post": [31.33144, 34.12398, 47.33883], + "lerp_mode": "catmullrom" + }, + "12.4": { + "post": [35.26439, 30, 54.73561], + "lerp_mode": "catmullrom" + }, + "14.88": { + "post": [31.33144, 34.12398, 47.33883], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [4, 0, -4], + "lerp_mode": "catmullrom" + }, + "4.96": { + "post": [4, 0, -4], + "lerp_mode": "catmullrom" + }, + "9.92": { + "post": [4, 0, -4], + "lerp_mode": "catmullrom" + }, + "14.88": { + "post": [4, 0, -4], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 0, -42.5], + "lerp_mode": "catmullrom" + }, + "2.48": { + "post": [0, 0, -47.5], + "lerp_mode": "catmullrom" + }, + "4.96": { + "post": [0, 0, -42.5], + "lerp_mode": "catmullrom" + }, + "7.44": { + "post": [0, 0, -47.5], + "lerp_mode": "catmullrom" + }, + "9.92": { + "post": [0, 0, -42.5], + "lerp_mode": "catmullrom" + }, + "12.4": { + "post": [0, 0, -47.5], + "lerp_mode": "catmullrom" + }, + "14.88": { + "post": [0, 0, -42.5], + "lerp_mode": "catmullrom" + } + } + }, + "forearm_left": { + "rotation": { + "0.0": { + "post": [-40, 0, 32.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-39.75778, -4.81281, 26.7411], + "lerp_mode": "catmullrom" + }, + "4.96": { + "post": [-40, 0, 32.5], + "lerp_mode": "catmullrom" + }, + "7.96": { + "post": [-39.75778, -4.81281, 26.7411], + "lerp_mode": "catmullrom" + }, + "9.92": { + "post": [-40, 0, 32.5], + "lerp_mode": "catmullrom" + }, + "12.92": { + "post": [-39.75778, -4.81281, 26.7411], + "lerp_mode": "catmullrom" + }, + "14.88": { + "post": [-40, 0, 32.5], + "lerp_mode": "catmullrom" + } + } + }, + "finger_left_1": { + "rotation": { + "0.0": { + "post": [-65, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.48": { + "post": [-85, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.96": { + "post": [-65, 0, 0], + "lerp_mode": "catmullrom" + }, + "7.44": { + "post": [-85, 0, 0], + "lerp_mode": "catmullrom" + }, + "9.92": { + "post": [-65, 0, 0], + "lerp_mode": "catmullrom" + }, + "12.4": { + "post": [-85, 0, 0], + "lerp_mode": "catmullrom" + }, + "14.88": { + "post": [-65, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "finger_left_2": { + "rotation": { + "0.0": { + "post": [31.33144, 34.12398, 47.33883], + "lerp_mode": "catmullrom" + }, + "2.48": { + "post": [37.45372, 27.03402, 59.31794], + "lerp_mode": "catmullrom" + }, + "4.96": { + "post": [31.33144, 34.12398, 47.33883], + "lerp_mode": "catmullrom" + }, + "7.44": { + "post": [37.45372, 27.03402, 59.31794], + "lerp_mode": "catmullrom" + }, + "9.92": { + "post": [31.33144, 34.12398, 47.33883], + "lerp_mode": "catmullrom" + }, + "12.4": { + "post": [37.45372, 27.03402, 59.31794], + "lerp_mode": "catmullrom" + }, + "14.88": { + "post": [31.33144, 34.12398, 47.33883], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [4, 0, -4], + "lerp_mode": "catmullrom" + }, + "4.96": { + "post": [4, 0, -4], + "lerp_mode": "catmullrom" + }, + "9.92": { + "post": [4, 0, -4], + "lerp_mode": "catmullrom" + }, + "14.88": { + "post": [4, 0, -4], + "lerp_mode": "catmullrom" + } + } + }, + "finger_left_3": { + "rotation": { + "0.0": { + "post": [31.33144, -34.12398, -47.33883], + "lerp_mode": "catmullrom" + }, + "2.48": { + "post": [35.26439, -30, -54.73561], + "lerp_mode": "catmullrom" + }, + "4.96": { + "post": [31.33144, -34.12398, -47.33883], + "lerp_mode": "catmullrom" + }, + "7.44": { + "post": [35.26439, -30, -54.73561], + "lerp_mode": "catmullrom" + }, + "9.92": { + "post": [31.33144, -34.12398, -47.33883], + "lerp_mode": "catmullrom" + }, + "12.4": { + "post": [35.26439, -30, -54.73561], + "lerp_mode": "catmullrom" + }, + "14.88": { + "post": [31.33144, -34.12398, -47.33883], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-4, 0, -4], + "lerp_mode": "catmullrom" + }, + "4.96": { + "post": [-4, 0, -4], + "lerp_mode": "catmullrom" + }, + "9.92": { + "post": [-4, 0, -4], + "lerp_mode": "catmullrom" + }, + "14.88": { + "post": [-4, 0, -4], + "lerp_mode": "catmullrom" + } + } + }, + "muncher_left_1": { + "rotation": { + "0.0": { + "post": [64.30829, -1.092, -51.29496], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [64.30829, -1.092, -51.29496], + "lerp_mode": "catmullrom" + }, + "2.68": { + "post": [61.80605, -1.20767, -51.53544], + "lerp_mode": "catmullrom" + }, + "5.76": { + "post": [64.30829, -1.092, -51.29496], + "lerp_mode": "catmullrom" + }, + "6.4": { + "post": [64.37136, 2.15952, -44.53523], + "lerp_mode": "catmullrom" + }, + "10.16": { + "post": [59.47648, 3.43138, -42.38033], + "lerp_mode": "catmullrom" + }, + "13.2": { + "post": [63.01, 0.03, -49.1], + "lerp_mode": "catmullrom" + }, + "14.88": { + "post": [64.30829, -1.092, -51.29496], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [20, 14, -4], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [20, 14, -4], + "lerp_mode": "catmullrom" + }, + "5.76": { + "post": [20, 14, -4], + "lerp_mode": "catmullrom" + }, + "13.2": { + "post": [20, 14, -4], + "lerp_mode": "catmullrom" + }, + "14.88": { + "post": [20, 14, -4], + "lerp_mode": "catmullrom" + } + } + }, + "muncher_left_2": { + "rotation": { + "0.0": { + "post": [-54.91573, 8.92899, 39.62367], + "lerp_mode": "catmullrom" + }, + "1.8": { + "post": [-53.16712, 11.77728, 35.44575], + "lerp_mode": "catmullrom" + }, + "5.76": { + "post": [-54.91573, 8.92899, 39.62367], + "lerp_mode": "catmullrom" + }, + "6.4": { + "post": [-44.91573, 8.92899, 39.62367], + "lerp_mode": "catmullrom" + }, + "7.16": { + "post": [-32.41573, 8.92899, 39.62367], + "lerp_mode": "catmullrom" + }, + "7.8": { + "post": [-14.91573, 8.92899, 39.62367], + "lerp_mode": "catmullrom" + }, + "9.0": { + "post": [-17.1785, 30.5775, 33.05396], + "lerp_mode": "catmullrom" + }, + "10.16": { + "post": [-31.16809, 60.57314, 14.20983], + "lerp_mode": "catmullrom" + }, + "10.72": { + "post": [-54.60983, 71.82553, -11.22313], + "lerp_mode": "catmullrom" + }, + "11.08": { + "post": [-61.33259, 73.15383, -18.27125], + "lerp_mode": "catmullrom" + }, + "13.2": { + "post": [-20.79, 16.95, 40.08], + "lerp_mode": "catmullrom" + }, + "14.88": { + "post": [-54.91573, 8.92899, 39.62367], + "lerp_mode": "catmullrom" + } + } + }, + "muncher_left_3": { + "rotation": { + "0.0": { + "post": [-11.23347, 25.25199, 25.03149], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [-11.4787, 27.70306, 24.48158], + "lerp_mode": "catmullrom" + }, + "5.76": { + "post": [-11.23347, 25.25199, 25.03149], + "lerp_mode": "catmullrom" + }, + "6.4": { + "post": [-18.73347, 25.25199, 25.03149], + "lerp_mode": "catmullrom" + }, + "7.8": { + "post": [-3.73347, 25.25199, 25.03149], + "lerp_mode": "catmullrom" + }, + "9.0": { + "post": [-4.01468, 32.73492, 24.45257], + "lerp_mode": "catmullrom" + }, + "10.72": { + "post": [41.42017, 69.98305, 44.09786], + "lerp_mode": "catmullrom" + }, + "13.2": { + "post": [6.41, 10.53, 8.27], + "lerp_mode": "catmullrom" + }, + "14.88": { + "post": [-11.23347, 25.25199, 25.03149], + "lerp_mode": "catmullrom" + } + } + }, + "muncher_left_head": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.72": { + "post": [10.08453, 7.38542, 1.30962], + "lerp_mode": "catmullrom" + }, + "3.92": { + "post": [11.08, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.52": { + "post": [23.89, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.28": { + "post": [-15.82, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.76": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.4": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "7.8": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "9.0": { + "post": [-28.67265, 25.60082, -31.40042], + "lerp_mode": "catmullrom" + }, + "10.72": { + "post": [35.79763, 76.96826, -29.1294], + "lerp_mode": "catmullrom" + }, + "11.24": { + "post": [35.8, 76.97, -29.13], + "lerp_mode": "catmullrom" + }, + "11.68": { + "post": [18.3, 76.97, -29.13], + "lerp_mode": "catmullrom" + }, + "13.2": { + "post": [12.59, 32.84, -12.43], + "lerp_mode": "catmullrom" + }, + "14.88": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "muncher_left_jaw": { + "rotation": { + "0.0": [0, 0, 0], + "4.48": [0, 0, 0], + "4.88": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.76": { + "post": [-90, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.24": { + "post": [-52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.92": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "10.04": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "10.32": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "10.72": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + }, + "11.44": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "11.76": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "13.2": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "14.88": [0, 0, 0] + } + }, + "muncher_right_1": { + "rotation": { + "0.0": { + "post": [64.30829, 1.092, 51.29496], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [64.37136, -2.15952, 44.53523], + "lerp_mode": "catmullrom" + }, + "4.4": { + "post": [59.47648, -3.43138, 42.38033], + "lerp_mode": "catmullrom" + }, + "8.64": { + "post": [64.30829, 1.092, 51.29496], + "lerp_mode": "catmullrom" + }, + "11.16": { + "post": [71.80829, 1.092, 51.29496], + "lerp_mode": "catmullrom" + }, + "14.88": { + "post": [64.30829, 1.092, 51.29496], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-20, 14, -4], + "lerp_mode": "catmullrom" + }, + "8.64": { + "post": [-20, 14, -4], + "lerp_mode": "catmullrom" + }, + "14.88": { + "post": [-20, 14, -4], + "lerp_mode": "catmullrom" + } + } + }, + "muncher_right_2": { + "rotation": { + "0.0": { + "post": [-54.91573, -8.92899, -39.62367], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [-44.91573, -8.92899, -39.62367], + "lerp_mode": "catmullrom" + }, + "1.4": { + "post": [-32.41573, -8.92899, -39.62367], + "lerp_mode": "catmullrom" + }, + "2.04": { + "post": [-14.91573, -8.92899, -39.62367], + "lerp_mode": "catmullrom" + }, + "3.24": { + "post": [-17.1785, -30.5775, -33.05396], + "lerp_mode": "catmullrom" + }, + "4.4": { + "post": [-31.16809, -60.57314, -14.20983], + "lerp_mode": "catmullrom" + }, + "4.96": { + "post": [-54.60983, -71.82553, 11.22313], + "lerp_mode": "catmullrom" + }, + "5.32": { + "post": [-61.33259, -73.15383, 18.27125], + "lerp_mode": "catmullrom" + }, + "7.04": { + "post": [-16.08395, -23.39008, -35.46124], + "lerp_mode": "catmullrom" + }, + "8.64": { + "post": [-54.91573, -8.92899, -39.62367], + "lerp_mode": "catmullrom" + }, + "10.6": { + "post": [-54.37982, -6.03473, -43.73632], + "lerp_mode": "catmullrom" + }, + "11.96": { + "post": [-59.37982, -6.03473, -43.73632], + "lerp_mode": "catmullrom" + }, + "13.28": { + "post": [-51.87982, -6.03473, -43.73632], + "lerp_mode": "catmullrom" + }, + "14.88": { + "post": [-54.91573, -8.92899, -39.62367], + "lerp_mode": "catmullrom" + } + } + }, + "muncher_right_3": { + "rotation": { + "0.0": { + "post": [-11.23347, -25.25199, -25.03149], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [-18.73347, -25.25199, -25.03149], + "lerp_mode": "catmullrom" + }, + "2.04": { + "post": [-3.73347, -25.25199, -25.03149], + "lerp_mode": "catmullrom" + }, + "3.24": { + "post": [-4.01468, -32.73492, -24.45257], + "lerp_mode": "catmullrom" + }, + "4.96": { + "post": [41.42017, -69.98305, -44.09786], + "lerp_mode": "catmullrom" + }, + "7.04": { + "post": [13.38119, -11.89831, -7.24876], + "lerp_mode": "catmullrom" + }, + "8.64": { + "post": [-11.23347, -25.25199, -25.03149], + "lerp_mode": "catmullrom" + }, + "9.44": { + "post": [-10.83104, -20.34424, -26.06906], + "lerp_mode": "catmullrom" + }, + "14.88": { + "post": [-11.23347, -25.25199, -25.03149], + "lerp_mode": "catmullrom" + } + } + }, + "muncher_right_head": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.04": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.24": { + "post": [-28.67265, -25.60082, 31.40042], + "lerp_mode": "catmullrom" + }, + "4.96": { + "post": [35.79763, -76.96826, 29.1294], + "lerp_mode": "catmullrom" + }, + "5.48": { + "post": [35.8, -76.97, 29.13], + "lerp_mode": "catmullrom" + }, + "5.92": { + "post": [18.3, -76.97, 29.13], + "lerp_mode": "catmullrom" + }, + "8.64": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "13.32": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "14.08": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "14.88": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "muncher_right_jaw": { + "rotation": { + "0.0": { + "post": [-90, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [-52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.16": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.28": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.56": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.96": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.68": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "8.64": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "13.44": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "14.88": { + "post": [-90, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tusk_right": { + "rotation": [-57.46013, 52.30155, 20.28592], + "position": [1, 11, -12] + }, + "tusk_left": { + "rotation": [-57.46013, -52.30155, -20.28592], + "position": [-1, 11, -12] + }, + "leg_left": { + "rotation": [0, 35, 0] + }, + "leg_right": { + "rotation": [0, -35, 0] + } + } + }, + "animation.guzzlord.ground_walk": { + "loop": true, + "animation_length": 8, + "bones": { + "all": { + "position": { + "3.0": [0, 0, 0], + "3.08": [0, -1, 0], + "3.16": [0, 0, 0], + "3.24": [0, -1, 0], + "3.32": [0, 0, 0], + "7.0": [0, 0, 0], + "7.08": [0, -1, 0], + "7.16": [0, 0, 0], + "7.24": [0, -1, 0], + "7.32": [0, 0, 0] + } + }, + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "tail_1": { + "rotation": [5, 0, 0] + }, + "tail_3": { + "rotation": { + "0.0": { + "post": [-7.52832, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_4": { + "rotation": [0, 0, 0] + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 75], + "lerp_mode": "catmullrom" + } + } + }, + "forearm_right": { + "rotation": { + "0.0": { + "post": [-59.21027, -41.56076, 15.56989], + "lerp_mode": "catmullrom" + }, + "1.72": { + "post": [-69.21027, -41.56076, 15.56989], + "lerp_mode": "catmullrom" + }, + "3.84": { + "post": [-59.21027, -41.56076, 15.56989], + "lerp_mode": "catmullrom" + }, + "5.8": { + "post": [-69.21027, -41.56076, 15.56989], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [-59.21027, -41.56076, 15.56989], + "lerp_mode": "catmullrom" + } + } + }, + "finger_right_1": { + "rotation": { + "0.0": { + "post": [-102.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "finger_right_2": { + "rotation": { + "0.0": { + "post": [42.18626, 17.38772, -108.2489], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-4, 0, -4], + "lerp_mode": "catmullrom" + } + } + }, + "finger_right_3": { + "rotation": { + "0.0": { + "post": [44.00703, -10.54529, 100.72858], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [4, 0, -4], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 0, -75], + "lerp_mode": "catmullrom" + } + } + }, + "forearm_left": { + "rotation": { + "0.0": { + "post": [-59.21027, 41.56076, -15.56989], + "lerp_mode": "catmullrom" + }, + "1.72": { + "post": [-69.21027, 41.56076, -15.56989], + "lerp_mode": "catmullrom" + }, + "3.84": { + "post": [-59.21027, 41.56076, -15.56989], + "lerp_mode": "catmullrom" + }, + "5.8": { + "post": [-69.21027, 41.56076, -15.56989], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [-59.21027, 41.56076, -15.56989], + "lerp_mode": "catmullrom" + } + } + }, + "finger_left_1": { + "rotation": { + "0.0": { + "post": [-102.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "finger_left_2": { + "rotation": { + "0.0": { + "post": [42.18626, -17.38772, 108.2489], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [4, 0, -4], + "lerp_mode": "catmullrom" + } + } + }, + "finger_left_3": { + "rotation": { + "0.0": { + "post": [44.00703, 10.54529, -100.72858], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-4, 0, -4], + "lerp_mode": "catmullrom" + } + } + }, + "muncher_left_1": { + "rotation": { + "0.0": { + "post": [64.30829, -1.092, -51.29496], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [66.80829, -1.092, -51.29496], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [64.80829, -1.092, -51.29496], + "lerp_mode": "catmullrom" + }, + "5.96": { + "post": [64.82891, -1.51749, -52.20016], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [64.30829, -1.092, -51.29496], + "lerp_mode": "catmullrom" + } + }, + "position": [20, 14, -4] + }, + "muncher_left_2": { + "rotation": { + "0.0": { + "post": [-54.91573, 8.92899, 39.62367], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-42.41573, 8.92899, 39.62367], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-57.41573, 8.92899, 39.62367], + "lerp_mode": "catmullrom" + }, + "7.0": { + "post": [-56.85711, 6.21454, 43.86006], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [-54.91573, 8.92899, 39.62367], + "lerp_mode": "catmullrom" + } + } + }, + "muncher_left_3": { + "rotation": { + "0.0": { + "post": [-12.07176, 32.59804, 23.30192], + "lerp_mode": "catmullrom" + }, + "2.36": { + "post": [7.92824, 32.59804, 23.30192], + "lerp_mode": "catmullrom" + }, + "4.44": { + "post": [-17.07176, 32.59804, 23.30192], + "lerp_mode": "catmullrom" + }, + "7.0": { + "post": [-15.58573, 22.99867, 26.47657], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [-12.07176, 32.59804, 23.30192], + "lerp_mode": "catmullrom" + } + } + }, + "muncher_left_head": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.32": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.6": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.36": { + "post": [21.3487, 15.69554, 2.05111], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "muncher_right_1": { + "rotation": { + "0.0": { + "post": [64.80829, 1.092, 51.29496], + "lerp_mode": "catmullrom" + }, + "1.52": { + "post": [64.82891, 1.51749, 52.20016], + "lerp_mode": "catmullrom" + }, + "3.48": { + "post": [64.30829, 1.092, 51.29496], + "lerp_mode": "catmullrom" + }, + "5.28": { + "post": [66.80829, 1.092, 51.29496], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [64.80829, 1.092, 51.29496], + "lerp_mode": "catmullrom" + } + }, + "position": [-20, 14, -4] + }, + "muncher_right_2": { + "rotation": { + "0.0": { + "post": [-57.11067, -7.57688, -41.74854], + "lerp_mode": "catmullrom" + }, + "1.68": { + "post": [-56.85711, -6.21454, -43.86006], + "lerp_mode": "catmullrom" + }, + "3.48": { + "post": [-54.91573, -8.92899, -39.62367], + "lerp_mode": "catmullrom" + }, + "5.28": { + "post": [-42.41573, -8.92899, -39.62367], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [-57.11067, -7.57688, -41.74854], + "lerp_mode": "catmullrom" + } + } + }, + "muncher_right_3": { + "rotation": { + "0.0": { + "post": [-12.73, -33.23, -23.09], + "lerp_mode": "catmullrom" + }, + "1.68": { + "post": [-15.58573, -22.99867, -26.47657], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-12.07176, -32.59804, -23.30192], + "lerp_mode": "catmullrom" + }, + "6.36": { + "post": [7.92824, -32.59804, -23.30192], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [-12.73, -33.23, -23.09], + "lerp_mode": "catmullrom" + } + } + }, + "muncher_right_head": { + "rotation": { + "0.0": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.92": { + "post": [23.70276, -19.52353, -4.02964], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.32": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tusk_right": { + "rotation": [-57.46013, 52.30155, 20.28592], + "position": [1, 11, -12] + }, + "tusk_left": { + "rotation": [-57.46013, -52.30155, -20.28592], + "position": [-1, 11, -12] + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 35, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 35, 0], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 14, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": { + "0.0": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "7.0": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [0, 14, -5], + "lerp_mode": "catmullrom" + }, + "7.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.guzzlord.faint": { + "loop": true, + "animation_length": 2.85, + "bones": { + "all": { + "position": { + "1.44": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": [0, -9, 0], + "2.08": [0, -10.6, 0], + "2.16": [0, -9, 0], + "2.24": [0, -10.6, 0], + "2.32": [0, -9, 0] + } + }, + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.52": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.04": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.76": { + "post": [-6, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_1": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.52": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.28": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.84": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_2": { + "rotation": { + "0.0": { + "post": [5.00474, -2.49048, -0.21803], + "lerp_mode": "catmullrom" + }, + "0.88": { + "post": [0.00474, -2.49048, -0.21803], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [-2.49526, -2.49048, -0.21803], + "lerp_mode": "catmullrom" + }, + "2.28": { + "post": [10.00474, -2.49048, -0.21803], + "lerp_mode": "catmullrom" + }, + "2.84": { + "post": [0.00474, -2.49048, -0.21803], + "lerp_mode": "catmullrom" + } + } + }, + "tail_3": { + "rotation": { + "0.0": { + "post": [-7.52832, -4.95712, 0.65426], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [-10.02832, -4.95712, 0.65426], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [-7.52832, -4.95712, 0.65426], + "lerp_mode": "catmullrom" + }, + "2.28": { + "post": [12.47168, -4.95712, 0.65426], + "lerp_mode": "catmullrom" + }, + "2.84": { + "post": [2.47168, -4.95712, 0.65426], + "lerp_mode": "catmullrom" + } + } + }, + "tail_4": { + "rotation": [0, -5, 0] + }, + "tail_5": { + "rotation": { + "0.0": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "1.8": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "2.28": { + "post": [2.5, -5, 0], + "lerp_mode": "catmullrom" + }, + "2.84": { + "post": [-5, -5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.44": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.08": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.52": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [-27.5, 0, 42.5], + "lerp_mode": "catmullrom" + }, + "1.44": { + "post": [-5, 0, 42.5], + "lerp_mode": "catmullrom" + }, + "2.04": { + "post": [-5, 0, 42.5], + "lerp_mode": "catmullrom" + }, + "2.68": { + "post": [-1.29717, 4.82922, 117.4453], + "lerp_mode": "catmullrom" + } + } + }, + "forearm_right": { + "rotation": { + "0.0": { + "post": [-52.5, 0, -32.5], + "lerp_mode": "catmullrom" + }, + "1.44": { + "post": [-25, 0, -32.5], + "lerp_mode": "catmullrom" + }, + "2.04": { + "post": [-25, 0, -32.5], + "lerp_mode": "catmullrom" + }, + "2.68": { + "post": [-18.2489, 17.38772, 9.68626], + "lerp_mode": "catmullrom" + }, + "2.84": { + "post": [-15.84766, 19.58991, 17.24702], + "lerp_mode": "catmullrom" + } + } + }, + "finger_right_1": { + "rotation": { + "0.0": { + "post": [-65, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.44": { + "post": [-105, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.24": { + "post": [-105, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.64": { + "post": [-65, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "finger_right_2": { + "rotation": { + "0.0": { + "post": [31.33144, -34.12398, -47.33883], + "lerp_mode": "catmullrom" + }, + "1.44": { + "post": [44.56145, 7.05302, -97.10708], + "lerp_mode": "catmullrom" + }, + "2.24": { + "post": [44.56145, 7.05302, -97.10708], + "lerp_mode": "catmullrom" + }, + "2.64": { + "post": [31.33144, -34.12398, -47.33883], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-4, 0, -4], + "lerp_mode": "catmullrom" + }, + "2.64": { + "post": [-4, 0, -4], + "lerp_mode": "catmullrom" + } + } + }, + "finger_right_3": { + "rotation": { + "0.0": { + "post": [31.33144, 34.12398, 47.33883], + "lerp_mode": "catmullrom" + }, + "1.44": { + "post": [44.31282, -8.80348, 98.90928], + "lerp_mode": "catmullrom" + }, + "2.24": { + "post": [44.31282, -8.80348, 98.90928], + "lerp_mode": "catmullrom" + }, + "2.64": { + "post": [31.33144, 34.12398, 47.33883], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [4, 0, -4], + "lerp_mode": "catmullrom" + }, + "2.64": { + "post": [4, 0, -4], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [-27.5, 0, -42.5], + "lerp_mode": "catmullrom" + }, + "1.44": { + "post": [-5, 0, -42.5], + "lerp_mode": "catmullrom" + }, + "2.04": { + "post": [-5, 0, -42.5], + "lerp_mode": "catmullrom" + }, + "2.68": { + "post": [-1.29717, -4.82922, -117.4453], + "lerp_mode": "catmullrom" + } + } + }, + "forearm_left": { + "rotation": { + "0.0": { + "post": [-52.5, 0, 32.5], + "lerp_mode": "catmullrom" + }, + "1.44": { + "post": [-25, 0, 32.5], + "lerp_mode": "catmullrom" + }, + "2.04": { + "post": [-25, 0, 32.5], + "lerp_mode": "catmullrom" + }, + "2.68": { + "post": [-18.2489, -17.38772, -9.68626], + "lerp_mode": "catmullrom" + }, + "2.84": { + "post": [-15.84766, -19.58991, -17.24702], + "lerp_mode": "catmullrom" + } + } + }, + "finger_left_1": { + "rotation": { + "0.0": { + "post": [-65, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.44": { + "post": [-105, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.24": { + "post": [-105, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.64": { + "post": [-65, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "finger_left_2": { + "rotation": { + "0.0": { + "post": [31.33144, 34.12398, 47.33883], + "lerp_mode": "catmullrom" + }, + "1.44": { + "post": [44.56145, -7.05302, 97.10708], + "lerp_mode": "catmullrom" + }, + "2.24": { + "post": [44.56145, -7.05302, 97.10708], + "lerp_mode": "catmullrom" + }, + "2.64": { + "post": [31.33144, 34.12398, 47.33883], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [4, 0, -4], + "lerp_mode": "catmullrom" + }, + "2.64": { + "post": [4, 0, -4], + "lerp_mode": "catmullrom" + } + } + }, + "finger_left_3": { + "rotation": { + "0.0": { + "post": [31.33144, -34.12398, -47.33883], + "lerp_mode": "catmullrom" + }, + "1.44": { + "post": [44.31282, 8.80348, -98.90928], + "lerp_mode": "catmullrom" + }, + "2.24": { + "post": [44.31282, 8.80348, -98.90928], + "lerp_mode": "catmullrom" + }, + "2.64": { + "post": [31.33144, -34.12398, -47.33883], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-4, 0, -4], + "lerp_mode": "catmullrom" + }, + "2.64": { + "post": [-4, 0, -4], + "lerp_mode": "catmullrom" + } + } + }, + "muncher_left_1": { + "rotation": { + "0.0": { + "post": [64.30829, -1.092, -51.29496], + "lerp_mode": "catmullrom" + }, + "1.44": { + "post": [69.33697, 1.55961, -44.27865], + "lerp_mode": "catmullrom" + }, + "2.64": { + "post": [56.54593, -9.58861, -74.93311], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [20, 14, -4], + "lerp_mode": "catmullrom" + } + } + }, + "muncher_left_2": { + "rotation": { + "0.0": { + "post": [-54.91573, 8.92899, 39.62367], + "lerp_mode": "catmullrom" + }, + "1.44": { + "post": [-49.91573, 8.92899, 39.62367], + "lerp_mode": "catmullrom" + }, + "2.64": { + "post": [-16.03505, 18.1566, 66.31779], + "lerp_mode": "catmullrom" + } + } + }, + "muncher_left_3": { + "rotation": { + "0.0": { + "post": [-11.23347, 25.25199, 25.03149], + "lerp_mode": "catmullrom" + }, + "1.44": { + "post": [16.26653, 25.25199, 25.03149], + "lerp_mode": "catmullrom" + }, + "2.76": { + "post": [9.662, 29.41132, 0.08849], + "lerp_mode": "catmullrom" + } + } + }, + "muncher_left_head": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.44": { + "post": [24.51315, 0.59696, 4.08877], + "lerp_mode": "catmullrom" + }, + "2.64": { + "post": [0.09319, 1.07785, 7.3825], + "lerp_mode": "catmullrom" + } + } + }, + "muncher_right_1": { + "rotation": { + "0.0": { + "post": [64.30829, 1.092, 51.29496], + "lerp_mode": "catmullrom" + }, + "1.44": { + "post": [69.33697, -1.55961, 44.27865], + "lerp_mode": "catmullrom" + }, + "2.64": { + "post": [56.54593, 9.58861, 74.93311], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-20, 14, -4], + "lerp_mode": "catmullrom" + } + } + }, + "muncher_right_2": { + "rotation": { + "0.0": { + "post": [-54.91573, -8.92899, -39.62367], + "lerp_mode": "catmullrom" + }, + "1.44": { + "post": [-37.41573, -8.92899, -39.62367], + "lerp_mode": "catmullrom" + }, + "2.64": { + "post": [-15.52661, -23.64703, -67.43562], + "lerp_mode": "catmullrom" + } + } + }, + "muncher_right_3": { + "rotation": { + "0.0": { + "post": [-11.23347, -25.25199, -25.03149], + "lerp_mode": "catmullrom" + }, + "1.44": { + "post": [33.76653, -25.25199, -25.03149], + "lerp_mode": "catmullrom" + }, + "2.76": { + "post": [7.86427, -38.73783, -5.3934], + "lerp_mode": "catmullrom" + } + } + }, + "muncher_right_head": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.44": { + "post": [24.51315, -0.59696, -4.08877], + "lerp_mode": "catmullrom" + }, + "2.64": { + "post": [7.47147, -1.73369, -2.42418], + "lerp_mode": "catmullrom" + } + } + }, + "muncher_right_jaw": { + "rotation": { + "0.76": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.08": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tusk_right": { + "rotation": [-57.46013, 52.30155, 20.28592], + "position": [1, 11, -12] + }, + "tusk_left": { + "rotation": [-57.46013, -52.30155, -20.28592], + "position": [-1, 11, -12] + }, + "eyebrow_right": { + "rotation": { + "0.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "eyebrow_left": { + "rotation": { + "0.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [0, 35, 0], + "lerp_mode": "catmullrom" + }, + "1.44": { + "post": [-3.49226, 34.84748, -6.0963], + "lerp_mode": "catmullrom" + }, + "2.04": { + "post": [34.58897, 5.71617, 81.78112], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.44": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": { + "0.0": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + }, + "1.44": { + "post": [-3.49226, -34.84748, 6.0963], + "lerp_mode": "catmullrom" + }, + "2.04": { + "post": [34.58897, -5.71617, -81.78112], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.44": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.guzzlord.sleep": { + "animation_length": 0.12, + "bones": { + "tail_1": { + "rotation": [5, 0, 0] + }, + "tail_2": { + "rotation": [5.00474, -2.49048, -0.21803] + }, + "tail_3": { + "rotation": [-7.52832, -4.95712, 0.65426] + }, + "tail_4": { + "rotation": [0, -5, 0] + }, + "tail_5": { + "rotation": [0, -5, 0] + }, + "arm_right": { + "rotation": [0, 0, 42.5] + }, + "forearm_right": { + "rotation": [-40, 0, -32.5] + }, + "finger_right_1": { + "rotation": [-65, 0, 0] + }, + "finger_right_2": { + "rotation": [31.33144, -34.12398, -47.33883], + "position": [-4, 0, -4] + }, + "finger_right_3": { + "rotation": [31.33144, 34.12398, 47.33883], + "position": [4, 0, -4] + }, + "arm_left": { + "rotation": [0, 0, -42.5] + }, + "forearm_left": { + "rotation": [-40, 0, 32.5] + }, + "finger_left_1": { + "rotation": [-65, 0, 0] + }, + "finger_left_2": { + "rotation": [31.33144, 34.12398, 47.33883], + "position": [4, 0, -4] + }, + "finger_left_3": { + "rotation": [31.33144, -34.12398, -47.33883], + "position": [-4, 0, -4] + }, + "muncher_left_1": { + "rotation": [64.30829, -1.092, -51.29496], + "position": [20, 14, -4] + }, + "muncher_left_2": { + "rotation": [-54.91573, 8.92899, 39.62367] + }, + "muncher_left_3": { + "rotation": [-11.23347, 25.25199, 25.03149] + }, + "muncher_left_head": { + "rotation": [10, 0, 0] + }, + "muncher_right_1": { + "rotation": [64.30829, 1.092, 51.29496], + "position": [-20, 14, -4] + }, + "muncher_right_2": { + "rotation": [-54.91573, -8.92899, -39.62367] + }, + "muncher_right_3": { + "rotation": [-11.23347, -25.25199, -25.03149] + }, + "muncher_right_head": { + "rotation": [10, 0, 0] + }, + "tusk_right": { + "rotation": [-57.46013, 52.30155, 20.28592], + "position": [1, 11, -12] + }, + "tusk_left": { + "rotation": [-57.46013, -52.30155, -20.28592], + "position": [-1, 11, -12] + }, + "leg_left": { + "rotation": [0, 35, 0] + }, + "leg_right": { + "rotation": [0, -35, 0] + } + } + } + }, + "geckolib_format_version": 2 +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/hawlucha/hawlucha.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/hawlucha/hawlucha.animation.json new file mode 100644 index 0000000..6f38fdf --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/hawlucha/hawlucha.animation.json @@ -0,0 +1,729 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.hawlucha.ground_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "torso": { + "rotation": ["math.cos(q.anim_time*90*2)", "math.cos(q.anim_time*90*2+45)", 0], + "position": [0, "-1/4-math.cos(q.anim_time*90*2-22.5)/4", 0] + }, + "arm_left": { + "rotation": [0, "-22.5+math.cos(q.anim_time*90*2-45)*2", 45] + }, + "arm_left2": { + "rotation": [0, "45+math.cos(q.anim_time*90*2-90)*3", 0], + "position": [-1, 0, 1] + }, + "hand_left": { + "rotation": [0, "5+math.cos(q.anim_time*90*2-90-45)*3", 22.5] + }, + "arm_right": { + "rotation": [0, "22.5+math.cos(q.anim_time*90*2-45)*2", -45] + }, + "arm_right2": { + "rotation": [0, "-45+math.cos(q.anim_time*90*2-90)*3", 0], + "position": [1, 0, 1] + }, + "hand_right": { + "rotation": [0, "-5+math.cos(q.anim_time*90*2-90-45)*3", -22.5] + }, + "leg_left": { + "rotation": [15, -45, -5], + "position": ["math.cos(q.anim_time*90*2)/5", "-math.cos(q.anim_time*90*2)/16", "1-math.cos(q.anim_time*90*2)/6"] + }, + "leg_left2": { + "rotation": ["math.cos(q.anim_time*90*2)*3", 0, 0] + }, + "foot_left": { + "rotation": ["-math.cos(q.anim_time*90*2)*3", 0, 0] + }, + "leg_right": { + "rotation": [10, 22.5, 2.5], + "position": ["-0.5-math.cos(q.anim_time*90*2-45)/9", "0.125-math.cos(q.anim_time*90*2-45)/15", "-0.5-math.cos(q.anim_time*90*2-45)/4"] + }, + "leg_right2": { + "rotation": ["math.cos(q.anim_time*90*2-45)*3", 0, 0] + }, + "foot_right": { + "rotation": ["-math.cos(q.anim_time*90*2-45)*3", 0, 0] + } + } + }, + "animation.hawlucha.battle_idle": { + "loop": true, + "bones": { + "torso": { + "rotation": ["math.cos(q.anim_time*90*2)", "math.cos(q.anim_time*90*2+45)", 0], + "position": [0, "-1/4-math.cos(q.anim_time*90*2-22.5)/4", 0] + }, + "arm_left": { + "rotation": [11.70462, "-19.0776+math.cos(q.anim_time*90*2-45)*2", 10.67521] + }, + "arm_left2": { + "rotation": [-44.33725, "57.0694+math.cos(q.anim_time*90*2-90)*3", -63.60677], + "position": [-2, -1, 1] + }, + "hand_left": { + "rotation": [0, "5+math.cos(q.anim_time*90*2-90-45)*3", 22.5] + }, + "arm_right": { + "rotation": [18.76218, "13.6894+math.cos(q.anim_time*90*2-45)*2", 7.50942] + }, + "arm_right2": { + "rotation": [-26.56504, "-37.7613+math.cos(q.anim_time*90*2-90)*3", 39.23152], + "position": [3, -1, 1] + }, + "hand_right": { + "rotation": [-5.35153, "0.8263+math.cos(q.anim_time*90*2-90-45)*3", -18.41585] + }, + "leg_left": { + "rotation": [51.68995, -41.71253, -26.35193], + "position": ["math.cos(q.anim_time*90*2)/5", "-math.cos(q.anim_time*90*2)/16", "-math.cos(q.anim_time*90*2)/6"] + }, + "leg_left2": { + "rotation": ["-16.2407+math.cos(q.anim_time*90*2)*3", 6.60796, 21.55613], + "position": [-0.5, -0.4, -0.5] + }, + "foot_left": { + "rotation": ["-5-math.cos(q.anim_time*90*2)*3", 0, 0] + }, + "leg_right": { + "rotation": [10, 22.5, 2.5], + "position": ["0-math.cos(q.anim_time*90*2-45)/9", "0.125-math.cos(q.anim_time*90*2-45)/15", "-0.5-math.cos(q.anim_time*90*2-45)/4"] + }, + "leg_right2": { + "rotation": ["math.cos(q.anim_time*90*2-45)*3", 0, 0] + }, + "foot_right": { + "rotation": ["-math.cos(q.anim_time*90*2-45)*3", 0, 0] + }, + "head": { + "rotation": [7.5, 0, 0] + } + } + }, + "animation.hawlucha.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "torso": { + "rotation": ["math.cos(q.anim_time*90*4*2)", "-math.cos(q.anim_time*90*4)*5", "math.cos(q.anim_time*90*4)*2"], + "position": [0, "-1/3.5+math.cos(q.anim_time*90*4*2-45)/3.5", 0] + }, + "arm_left": { + "rotation": [0, "-22.5-math.cos(q.anim_time*90*4-45)*10", 45] + }, + "arm_left2": { + "rotation": [0, "45-math.cos(q.anim_time*90*4-90)*10", 0], + "position": [-1, 0, 1] + }, + "hand_left": { + "rotation": [0, "15-math.cos(q.anim_time*90*4-90-45)*10", 22.5] + }, + "arm_right": { + "rotation": [0, "22.5-math.cos(q.anim_time*90*4-45)*10", -45] + }, + "arm_right2": { + "rotation": [0, "-45-math.cos(q.anim_time*90*4-90)*10", 0], + "position": [1, 0, 1] + }, + "hand_right": { + "rotation": [0, "-15-math.cos(q.anim_time*90*4-90-45)*10", -22.5] + }, + "leg_left": { + "rotation": { + "0.0": [7.5, -22.5, -2.5], + "0.25": [7.5, -22.5, -2.5], + "0.375": { + "pre": [25, -22.5, -2.5], + "post": [25, -22.5, -2.5], + "lerp_mode": "catmullrom" + }, + "0.5": [13.13, -22.5, -2.5], + "0.625": { + "pre": [0, -22.5, -2.5], + "post": [0, -22.5, -2.5], + "lerp_mode": "catmullrom" + }, + "0.75": [7.5, -22.5, -2.5], + "1.0": [7.5, -22.5, -2.5] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 2], + "0.375": [0, 1, 1], + "0.4167": [0, 1.25, 0.67], + "0.5": [0, 1.5, 0], + "0.5833": [0, 1.25, -0.67], + "0.625": [0, 1, -1], + "0.75": [0, 0, -2], + "1.0": [0, 0, 0] + } + }, + "leg_right": { + "rotation": { + "0.0": [13.13, 22.5, 2.5], + "0.125": { + "pre": [0, 22.5, 2.5], + "post": [0, 22.5, 2.5], + "lerp_mode": "catmullrom" + }, + "0.25": [7.5, 22.5, 2.5], + "0.5": [7.5, 22.5, 2.5], + "0.75": [7.5, 22.5, 2.5], + "0.875": { + "pre": [25, 22.5, 2.5], + "post": [25, 22.5, 2.5], + "lerp_mode": "catmullrom" + }, + "1.0": [13.13, 22.5, 2.5] + }, + "position": { + "0.0": [0, 1.5, 0], + "0.0833": [0, 1.25, -0.67], + "0.125": [0, 1, -1], + "0.25": [0, 0, -2], + "0.5": [0, 0, 0], + "0.75": [0, 0, 2], + "0.875": [0, 1, 1], + "0.9167": [0, 1.25, 0.67], + "1.0": [0, 1.5, 0] + } + }, + "head": { + "rotation": ["math.cos(q.anim_time*90*4*2+90)", "-math.cos(q.anim_time*90*4+90)", "math.cos(q.anim_time*90*4+45)*2"] + }, + "leg_left2": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [0, 0, 0], + "0.25": { + "pre": [22.5, 0, 0], + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [-0.28, 0, 0], + "0.625": { + "pre": [-10, 0, 0], + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": [0, 0, 0], + "1.0": [0, 0, 0] + } + }, + "foot_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": [0, 0, 0], + "0.5": [45, 0, 0], + "0.625": [-22.5, 0, 0], + "0.75": [0, 0, 0], + "1.0": [0, 0, 0] + }, + "position": { + "0.5": [0, 0, 0], + "0.625": [0, -0.5, 0], + "0.75": [0, 0, 0], + "1.0": [0, 0, 0] + } + }, + "leg_right2": { + "rotation": { + "0.0": [-0.28, 0, 0], + "0.125": { + "pre": [-10, 0, 0], + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": [0, 0, 0], + "0.5": [0, 0, 0], + "0.625": [0, 0, 0], + "0.75": { + "pre": [22.5, 0, 0], + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": [-0.28, 0, 0] + } + }, + "foot_right": { + "rotation": { + "0.0": [45, 0, 0], + "0.125": [-22.5, 0, 0], + "0.25": [0, 0, 0], + "0.5": [0, 0, 0], + "0.8333": [0, 0, 0], + "1.0": [45, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.125": [0, -0.5, 0], + "0.25": [0, 0, 0], + "0.5": [0, 0, 0], + "1.0": [0, 0, 0] + } + } + } + }, + "animation.hawlucha.ground_run": { + "loop": true, + "animation_length": 0.75, + "bones": { + "body": { + "position": { + "0.0": [0, 1.5, 0], + "0.0833": [0, 0, 0], + "0.1667": { + "pre": [0, 2, 0], + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "0.375": [0, 1.5, 0], + "0.4583": [0, 0, 0], + "0.5417": { + "pre": [0, 2, 0], + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 1.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": ["30-math.cos(q.anim_time*90*5*2.125)*3", "-math.cos(q.anim_time*90*5)*2", "math.cos(q.anim_time*90*5)*2"] + }, + "arm_left": { + "rotation": [-45, -66.00747, 62.47097] + }, + "arm_left2": { + "rotation": [0, 0, 0] + }, + "arm_right": { + "rotation": [-45, 66.00747, -62.47097] + }, + "head": { + "rotation": ["-15-math.cos(q.anim_time*90*5*2.125+90)*3", 0, 0] + }, + "leg_left": { + "rotation": { + "0.0": [80, 0, 0], + "0.125": { + "pre": [-20, 0, 0], + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [80, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": [80, 0, 0] + } + }, + "leg_left2": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [67.5, 0, 0], + "0.25": { + "pre": [-30, 0, 0], + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-21.09, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [45, 0, 0], + "0.2083": [45, 0, 0], + "0.3333": [0, 0, 0], + "0.375": [0, 0, 0], + "0.4167": [0, 0, 0], + "0.4583": [-15, 0, 0], + "0.5833": [0, 0, 0], + "0.75": [0, 0, 0] + } + }, + "leg_right": { + "rotation": { + "0.0": [-20, 0, 0], + "0.125": { + "pre": [80, 0, 0], + "post": [80, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": [80, 0, 0], + "0.5": { + "pre": [-20, 0, 0], + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right2": { + "rotation": { + "0.0": { + "post": [-21.09, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": [67.5, 0, 0], + "0.625": { + "pre": [-30, 0, 0], + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-21.09, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, 0], + "0.0833": [-15, 0, 0], + "0.2083": [0, 0, 0], + "0.375": [0, 0, 0], + "0.4583": [45, 0, 0], + "0.5833": [45, 0, 0], + "0.7083": [0, 0, 0], + "0.75": [0, 0, 0] + } + }, + "arm_right2": { + "position": [0, 0, 0] + } + } + }, + "animation.hawlucha.air_glide": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "rotation": ["40-math.sin(q.anim_time*90)", 0, "math.cos(q.anim_time*90*4)/2"], + "position": ["math.cos(q.anim_time*90*4*2-45)/5", "math.cos(q.anim_time*90*2)/2", -5] + }, + "torso": { + "rotation": [15, 0, 0] + }, + "arm_left": { + "rotation": [10, 0, "-math.sin(q.anim_time*90)*3"] + }, + "arm_left2": { + "rotation": [0, 0, 0] + }, + "hand_left": { + "rotation": [0, 0, 0] + }, + "arm_right": { + "rotation": [10, 0, 0] + }, + "arm_right2": { + "rotation": [0, 0, 0] + }, + "hand_right": { + "rotation": [0, 0, 0] + }, + "head": { + "rotation": [-37.5, 0, 0], + "position": [0, -1.5, 0] + }, + "leg_left": { + "rotation": ["50+math.cos(q.anim_time*90*2)*2", 0, 0] + }, + "leg_left2": { + "rotation": [-20, 0, 0] + }, + "foot_left": { + "rotation": [45, 0, 0] + }, + "leg_right": { + "rotation": ["-17.5+math.cos(q.anim_time*90*2)*2", 0, 0] + }, + "leg_right2": { + "rotation": [47.5, 0, 0] + }, + "foot_right": { + "rotation": [45, 0, 0] + } + } + }, + "animation.hawlucha.air_quirk": { + "animation_length": 2, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [21, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [21, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0417": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0.5, 2.88], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 5, 9], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": { + "pre": [0, -45, -22], + "post": [0, -45, -22], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-20, -45, -22], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [40, 22.5, 22], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [40, 22.5, 22], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left2": { + "rotation": { + "0.0417": [0, 0, 0], + "0.4167": { + "pre": [0, -45, -22], + "post": [0, -45, -22], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, -45, -22], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 22.5, 22], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 22.5, 22], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "hand_left": { + "rotation": { + "0.0833": [0, 0, 0], + "0.4583": { + "pre": [0, -45, -22], + "post": [0, -45, -22], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, -45, -22], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 22.5, 22], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 22.5, 22], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": { + "pre": [0, 45, 22], + "post": [0, 45, 22], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-20, 45, 22], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [40, -22.5, -22], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [40, -22.5, -22], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right2": { + "rotation": { + "0.0417": [0, 0, 0], + "0.4167": { + "pre": [0, 45, 22], + "post": [0, 45, 22], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 45, 22], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, -22.5, -22], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -22.5, -22], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "hand_right": { + "rotation": { + "0.0833": [0, 0, 0], + "0.4583": { + "pre": [0, 45, 22], + "post": [0, 45, 22], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 45, 22], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, -22.5, -22], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, -22.5, -22], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/haxorus/haxorus.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/haxorus/haxorus.animation.json new file mode 100644 index 0000000..05c3ca8 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/haxorus/haxorus.animation.json @@ -0,0 +1,7263 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.haxorus.pose": { + "loop": true, + "bones": { + "Body": { + "position": [0, -1, -7] + }, + "Hips": { + "rotation": [0, 0, 0], + "position": [0, -0.5, -4] + }, + "Chest": { + "rotation": [5, 0, 0] + }, + "Neck1": { + "rotation": [10, 0, 0] + }, + "Neck2": { + "rotation": [10.00933, 2.462, 0.43439] + }, + "Neck3": { + "rotation": [5.019, 4.98093, 0.43688] + }, + "Neck4": { + "rotation": [15.0547, 4.82922, 1.29717] + }, + "head": { + "rotation": [15, 0, 0], + "position": [0, -1, 0.75] + }, + "Left_Bicep": { + "rotation": [32.7045, -2.31115, 30.17837], + "position": [-1, 0, -0.75] + }, + "Right_Bicep": { + "rotation": [22.75362, -18.51953, -48.51567], + "position": [1, 0, -0.75] + }, + "Left_Forearm": { + "rotation": [0, 80, 0], + "position": [0.25, 0, -0.75] + }, + "Right_Forearm": { + "rotation": [-8.61775, -34.05444, 15.14371], + "position": [-1, 0.25, -0.5] + }, + "Back_Plate": { + "rotation": [-2.5, 0, 0], + "position": [0, -1, -1.75] + }, + "Tail_1": { + "rotation": [10.02832, 4.95712, 0.65426] + }, + "Tail_2": { + "rotation": [25, 0, 0] + }, + "Tail_3": { + "rotation": [27.58377, 4.53051, 2.11751] + }, + "Tail_4": { + "rotation": [7.5, 0, 0], + "position": [0, 0, 0.75] + }, + "Tail_5": { + "rotation": [-10, 0, 0] + }, + "Left_Thigh": { + "rotation": [55.53236, -25.93757, -31.63904], + "position": [-5.75, 0.75, -13.5] + }, + "Left_Calf": { + "rotation": [-4.05849, 1.60771, 0.59234], + "position": [-0.25, 0, 0.5] + }, + "Left_Foot": { + "rotation": [-11.67329, 6.27738, 24.29957], + "position": [-0.75, 0.25, -1] + }, + "Left_innertoe": { + "rotation": [-5.909, -32.79195, -2.94884] + }, + "Left_middletoe": { + "rotation": [-16.26803, 13.74495, -4.2991] + }, + "Left_outertoe": { + "rotation": [-16.78562, -20.55044, 7.78462] + }, + "Right_Thigh": { + "rotation": [39.71744, 37.12422, 19.38577], + "position": [5.25, -0.25, -12.5] + }, + "Right_Calf": { + "rotation": [5.55743, -12.19444, 25.47874] + }, + "Right_Foot": { + "rotation": [-18.28325, -25.2324, -6.26854], + "position": [0.75, 0.25, -1] + }, + "Right_innertoe": { + "rotation": [-15.79597, 48.02031, -14.15924] + }, + "Right_middletoe": { + "rotation": [-25, -17.5, 0] + }, + "Right_outertoe": { + "rotation": [-22.1171, 7.99213, -11.85184] + }, + "Left_Hand": { + "rotation": [-4.94694, 12.50941, 0.22312] + }, + "Right_Hand": { + "rotation": [0, 0, -22.5] + }, + "Lower_Jaw": { + "rotation": [-12.5, 0, 0], + "position": [0, -1, 0] + }, + "Right_pinky": { + "rotation": [0, 0, -20] + }, + "Right_thumb": { + "rotation": [0, 0, -35], + "position": [-0.25, 0, 0] + }, + "Tail_6": { + "rotation": [-7.5, 0, 0] + } + } + }, + "animation.haxorus.idle_base": { + "loop": true, + "bones": { + "Body": { + "position": [0, -1, -7] + }, + "Hips": { + "rotation": [0, 0, 0], + "position": [0, 1, -0.5] + }, + "Chest": { + "rotation": [22.5, 0, 0], + "position": [0, -0.75, 0] + }, + "Neck1": { + "rotation": [10, 0, 0] + }, + "Neck2": { + "rotation": [10.0093, 0, 0] + }, + "Neck3": { + "rotation": [-2.481, 0, 0] + }, + "Neck4": { + "rotation": [2.5547, 0, 0] + }, + "head": { + "rotation": [15, 0, 0], + "position": [0, -1, 0.75] + }, + "Left_Bicep": { + "rotation": [15.2045, 5.1888, 35.1784], + "position": [-1, 0, -0.75] + }, + "Right_Bicep": { + "rotation": [15.2045, -5.1888, -35.1784], + "position": [1, 0, -0.75] + }, + "Left_Forearm": { + "rotation": [15, 65, 15], + "position": [0.25, 0, -0.75] + }, + "Right_Forearm": { + "rotation": [15, -65, -15], + "position": [-0.25, 0, -0.75] + }, + "Back_Plate": { + "rotation": [2.5, 0, 0], + "position": [0, -1, -1.25] + }, + "Tail_1": { + "rotation": [10, 0, 0] + }, + "Tail_2": { + "rotation": [25, 0, 0] + }, + "Tail_3": { + "rotation": [30.0838, 0, 0] + }, + "Tail_4": { + "rotation": [-2.5, 0, 0], + "position": [0, 0, 0.75] + }, + "Tail_5": { + "rotation": [-10, 0, 0] + }, + "Left_Thigh": { + "rotation": [55.5324, -25.93757, -29.13904], + "position": [-4.5, 0.75, -11.5] + }, + "Left_Calf": { + "rotation": [5.9415, 1.60771, 0.59234], + "position": [-0.25, 0, 0.5] + }, + "Left_Foot": { + "rotation": [-11.6733, 11.27738, 21.79957], + "position": [-1, 0.25, -1] + }, + "Left_innertoe": { + "rotation": [-5.909, -32.79195, -12.9488] + }, + "Left_middletoe": { + "rotation": [-28.768, 13.74495, -9.2991] + }, + "Left_outertoe": { + "rotation": [-29.2856, -20.55044, 12.78462] + }, + "Right_Thigh": { + "rotation": [55.5324, 25.93757, 29.13904], + "position": [4.5, 0.75, -11.5] + }, + "Right_Calf": { + "rotation": [5.9415, -1.60771, -0.59234], + "position": [0.25, 0, 0.5] + }, + "Right_Foot": { + "rotation": [-11.6733, -11.27738, -21.79957], + "position": [1, 0.25, -1] + }, + "Right_innertoe": { + "rotation": [-5.909, 32.79195, 12.9488] + }, + "Right_middletoe": { + "rotation": [-28.768, -13.74495, 9.2991] + }, + "Right_outertoe": { + "rotation": [-29.2856, 20.55044, -12.78462] + }, + "Left_Hand": { + "rotation": [-4.94694, 5.00941, 7.7231] + }, + "Right_Hand": { + "rotation": [-4.94694, -5.00941, -7.7231] + }, + "Lower_Jaw": { + "rotation": [-12.5, 0, 0], + "position": [0, -1, 0] + }, + "Right_pinky": { + "rotation": [0, 0, -17.5] + }, + "Right_thumb": { + "rotation": [0, 0, -17.5], + "position": [-0.25, 0, 0] + }, + "Tail_6": { + "rotation": [-7.5, 0, 0] + }, + "Left_pinky": { + "rotation": [0, 0, 20] + }, + "Left_index": { + "rotation": [0, 0, 2.5] + }, + "Left_thumb": { + "rotation": [0, 0, 17.5] + }, + "Right_index": { + "rotation": [0, 0, -2.5] + } + } + }, + "animation.haxorus.ground_idle": { + "loop": true, + "animation_length": 6, + "bones": { + "Body": { + "position": [0, -1, -7] + }, + "Hips": { + "rotation": ["0-math.sin((query.anim_time)*120)*0.7", 0, 0], + "position": [0, "1+math.sin((query.anim_time)*120)*0.8", "-0.5+math.sin((query.anim_time)*120)*0.3"] + }, + "Chest": { + "rotation": ["22.5-math.sin((query.anim_time-0.05)*120)*1", 0, 0], + "position": [0, -0.75, 0] + }, + "Neck1": { + "rotation": ["10-math.sin((query.anim_time-0.1)*120)*2", 0, 0] + }, + "Neck2": { + "rotation": ["10.0093-math.sin((query.anim_time-0.2)*120)*1", 0, 0] + }, + "Neck3": { + "rotation": ["-2.481-math.sin((query.anim_time-0.3)*120)*1", 0, 0] + }, + "Neck4": { + "rotation": [2.5547, 0, 0] + }, + "head": { + "rotation": ["15+math.sin((query.anim_time-0.1)*120)*2", 0, 0], + "position": [0, -1, 0.75] + }, + "Left_Bicep": { + "rotation": [ + "15.2045-math.sin((query.anim_time-0.2)*120)*5", + "5.1888-math.sin((query.anim_time-0.2)*120)*2", + "35.1784-math.sin((query.anim_time-0.2)*120)*2" + ], + "position": [-1, 0, -0.75] + }, + "Right_Bicep": { + "rotation": [ + "15.2045-math.sin((query.anim_time-0.2)*120)*5", + "-5.1888+math.sin((query.anim_time-0.2)*120)*2", + "-35.1784+math.sin((query.anim_time-0.2)*120)*2" + ], + "position": [1, 0, -0.75] + }, + "Left_Forearm": { + "rotation": ["15+math.sin((query.anim_time-0.3)*120)*4", "65-math.sin((query.anim_time-0.3)*120)*2", 15], + "position": [0.25, 0, -0.75] + }, + "Right_Forearm": { + "rotation": ["15+math.sin((query.anim_time-0.3)*120)*4", "-65+math.sin((query.anim_time-0.3)*120)*2", -15], + "position": [-0.25, 0, -0.75] + }, + "Back_Plate": { + "rotation": [2.5, 0, 0], + "position": [0, -1, -1.25] + }, + "Tail_1": { + "rotation": ["10+math.sin((query.anim_time-0.1)*120)*1", "0+math.sin((query.anim_time-0.1)*60)*6", "0+math.sin((query.anim_time-0.1)*60)*2"] + }, + "Tail_2": { + "rotation": ["25+math.sin((query.anim_time-0.2)*120)*1", "0+math.sin((query.anim_time-0.2)*60)*5", "0+math.sin((query.anim_time-0.2)*60)*2"] + }, + "Tail_3": { + "rotation": ["30.0838+math.sin((query.anim_time-0.3)*120)*2", "0+math.sin((query.anim_time-0.3)*60)*4", "0+math.sin((query.anim_time-0.3)*60)*2"] + }, + "Tail_4": { + "rotation": ["-2.5+math.sin((query.anim_time-0.4)*120)*5", "0+math.sin((query.anim_time-0.4)*60)*6", "0+math.sin((query.anim_time-0.4)*60)*5"], + "position": [0, 0, 0.75] + }, + "Tail_5": { + "rotation": [-10, "0+math.sin((query.anim_time-0.5)*60)*10", "0+math.sin((query.anim_time-0.5)*60)*10"] + }, + "Left_Thigh": { + "rotation": ["55.5324+math.sin((query.anim_time)*120)*2", -25.93757, -29.13904], + "position": [-4.5, "0.75+math.sin((query.anim_time)*120)*0.8", "-11.5+math.sin((query.anim_time)*120)*0.3"] + }, + "Left_Calf": { + "rotation": ["5.9415-math.sin((query.anim_time)*120)*5", 1.60771, 0.59234], + "position": ["-0.250+math.sin((query.anim_time)*120)*0.2", 0, "0.50-math.sin((query.anim_time)*120)*0.2"] + }, + "Left_Foot": { + "rotation": ["-11.6733+math.sin((query.anim_time)*120)*4", 11.27738, 21.79957], + "position": ["-1-math.sin((query.anim_time)*120)*0.3", "0.25+math.sin((query.anim_time)*120)*0.2", "-1+math.sin((query.anim_time)*120)*0.1"] + }, + "Left_innertoe": { + "rotation": [-5.909, -32.79195, "-12.9488-math.sin((query.anim_time)*120)*2"] + }, + "Left_middletoe": { + "rotation": ["-28.768-math.sin((query.anim_time)*120)*0.5", 13.74495, -9.2991] + }, + "Left_outertoe": { + "rotation": ["-29.2856-math.sin((query.anim_time)*120)*0.5", -20.55044, 12.78462] + }, + "Right_Thigh": { + "rotation": ["55.5324+math.sin((query.anim_time)*120)*2", 25.93757, 29.13904], + "position": [4.5, "0.75+math.sin((query.anim_time)*120)*0.8", "-11.5+math.sin((query.anim_time)*120)*0.3"] + }, + "Right_Calf": { + "rotation": ["5.9415-math.sin((query.anim_time)*120)*5", -1.60771, -0.59234], + "position": ["0.25-math.sin((query.anim_time)*120)*0.2", 0, "0.50-math.sin((query.anim_time)*120)*0.2"] + }, + "Right_Foot": { + "rotation": ["-11.6733+math.sin((query.anim_time)*120)*4", -11.27738, -21.79957], + "position": ["1+math.sin((query.anim_time)*120)*0.3", "0.25+math.sin((query.anim_time)*120)*0.2", "-1+math.sin((query.anim_time)*120)*0.1"] + }, + "Right_innertoe": { + "rotation": [-5.909, 32.79195, "12.9488+math.sin((query.anim_time)*120)*2"] + }, + "Right_middletoe": { + "rotation": ["-28.768-math.sin((query.anim_time)*120)*0.5", -13.74495, 9.2991] + }, + "Right_outertoe": { + "rotation": ["-29.2856-math.sin((query.anim_time)*120)*0.5", 20.55044, -12.78462] + }, + "Left_Hand": { + "rotation": [-4.94694, 5.00941, "7.7231-math.sin((query.anim_time-0.3)*120)*3"] + }, + "Right_Hand": { + "rotation": [-4.94694, -5.00941, "-7.7231-math.sin((query.anim_time-0.3)*120)*3"] + }, + "Lower_Jaw": { + "rotation": [-12.5, 0, 0], + "position": [0, -1, 0] + }, + "Right_pinky": { + "rotation": [0, 0, -17.5] + }, + "Right_thumb": { + "rotation": [0, 0, -17.5], + "position": [-0.25, 0, 0] + }, + "Tail_6": { + "rotation": [-7.5, 0, 0] + }, + "Left_pinky": { + "rotation": [0, 0, 20] + }, + "Left_index": { + "rotation": [0, 0, 2.5] + }, + "Left_thumb": { + "rotation": [0, 0, 17.5] + }, + "Right_index": { + "rotation": [0, 0, -2.5] + } + } + }, + "animation.haxorus.ground_walk": { + "loop": true, + "animation_length": 4, + "bones": { + "Body": { + "position": { + "0.0": [0, -1, -7], + "0.6667": [0, -1, -7], + "0.75": [0, -2, -7], + "0.8333": [0, -0.5, -7], + "0.875": [0, -1, -7], + "1.5833": [0, -1, -7], + "1.6667": [0, -2, -7], + "1.75": [0, -0.5, -7], + "1.7917": [0, -1, -7], + "2.6667": [0, -1, -7], + "2.75": [0, -2, -7], + "2.8333": [0, -0.5, -7], + "2.875": [0, -1, -7], + "3.5833": [0, -1, -7], + "3.6667": [0, -2, -7], + "3.75": [0, -0.5, -7], + "3.7917": [0, -1, -7] + } + }, + "Hips": { + "rotation": ["7.5-math.sin((query.anim_time)*360)*1.3", "0-math.cos((query.anim_time)*180)*8", "0-math.sin((query.anim_time)*180)*3"], + "position": [0, "2+math.sin((query.anim_time)*360)*1.3", "-2.5+math.sin((query.anim_time)*360)*0.5"] + }, + "Chest": { + "rotation": ["22.5-math.sin((query.anim_time-0.1)*360)*2", 0, "0+math.sin((query.anim_time)*180)*3"], + "position": [0, -0.75, 0] + }, + "Neck1": { + "rotation": ["10-math.sin((query.anim_time-0.1)*360)*1", 0, 0] + }, + "Neck2": { + "rotation": [10.0093, 0, 0] + }, + "Neck3": { + "rotation": ["-2.481-math.sin((query.anim_time-0.2)*360)*2", 0, 0] + }, + "Neck4": { + "rotation": ["2.5547-math.sin((query.anim_time-0.3)*360)*2", 0, 0] + }, + "head": { + "rotation": [15, 0, 0], + "position": [0, -1, 0.75] + }, + "Left_Bicep": { + "rotation": ["-24.8-math.sin((query.anim_time-0.3)*360)*4", 5.19, 25.18], + "position": [-1, 0, -0.75] + }, + "Right_Bicep": { + "rotation": ["-24.8-math.sin((query.anim_time-0.3)*360)*4", -5.19, -25.18], + "position": [1, 0, -0.75] + }, + "Left_Forearm": { + "rotation": [85, "57.5+math.sin((query.anim_time-0.3)*360)*4", 80], + "position": [0.25, 0, -0.75] + }, + "Right_Forearm": { + "rotation": [85, "-57.5-math.sin((query.anim_time-0.3)*360)*4", -80], + "position": [-0.25, 0, -0.75] + }, + "Back_Plate": { + "rotation": [2.5, 0, 0], + "position": [0, -1, -1.25] + }, + "Tail_1": { + "rotation": ["5-math.sin((query.anim_time-0.1)*360)*1", "0-math.sin((query.anim_time-0.1)*180)*6", 0] + }, + "Tail_2": { + "rotation": ["17.5-math.sin((query.anim_time-0.2)*360)*3", "0-math.sin((query.anim_time-0.2)*180)*6", 0] + }, + "Tail_3": { + "rotation": ["22.5838-math.sin((query.anim_time-0.3)*360)*1", "0-math.sin((query.anim_time-0.3)*180)*6", 0] + }, + "Tail_4": { + "rotation": ["-5-math.sin((query.anim_time-0.3)*360)*1", "0-math.sin((query.anim_time-0.3)*180)*7", 0], + "position": [0, 0, 0.75] + }, + "Tail_5": { + "rotation": ["-10-math.sin((query.anim_time-0.4)*360)*1", "0-math.sin((query.anim_time-0.4)*180)*9", 0] + }, + "Left_Thigh": { + "rotation": { + "0.0": { + "post": [75.53, -10.94, -19.14], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [36.97, -10.94, -12.47], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [18.03, -10.94, -14.14], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [40.53, -10.94, -19.14], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [49.48, -10.94, -19.5], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [73.03, -10.94, -19.14], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [75.53, -10.94, -19.14], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [36.97, -10.94, -12.47], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [18.03, -10.94, -14.14], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [40.53, -10.94, -19.14], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [49.48, -10.94, -19.5], + "lerp_mode": "catmullrom" + }, + "3.8333": { + "post": [73.03, -10.94, -19.14], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [75.53, -10.94, -19.14], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-3.5, 2.75, -10.5], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-2.12, 4.25, -12], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-1.65, 3.95, -15], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-3.5, 1.75, -14.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-3.5, 2.75, -12], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-4.5, 1.75, -11.25], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-3.5, 2.75, -10.5], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-2.12, 4.25, -12], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-1.65, 3.95, -15], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-3.5, 1.75, -14.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-3.5, 2.75, -12], + "lerp_mode": "catmullrom" + }, + "3.8333": { + "post": [-4.5, 1.75, -11.25], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-3.5, 2.75, -10.5], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Calf": { + "rotation": { + "0.0": { + "post": [19.07, 4.11, 0.59], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [48.44, 4.11, 0.59], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [10.94, 4.11, 0.59], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-17.81, 2.86, 0.59], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-23.17, 3.25, 0.59], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-21.56, 4.11, 0.59], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [19.07, 4.11, 0.59], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [48.44, 4.11, 0.59], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [10.94, 4.11, 0.59], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-17.81, 2.86, 0.59], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-23.17, 3.25, 0.59], + "lerp_mode": "catmullrom" + }, + "3.8333": { + "post": [-21.56, 4.11, 0.59], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [19.07, 4.11, 0.59], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Foot": { + "rotation": { + "0.0": { + "post": [0.83, 6.28, 14.3], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0.83, 6.28, 14.3], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-14.17, 6.28, 14.3], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-17.92, 6.28, 14.3], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-16.7, 6.28, 14.3], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-6.67, 6.28, 14.3], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0.83, 6.28, 14.3], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-14.17, 6.28, 14.3], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-17.92, 6.28, 14.3], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-16.7, 6.28, 14.3], + "lerp_mode": "catmullrom" + }, + "3.8333": { + "post": [-6.67, 6.28, 14.3], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0.83, 6.28, 14.3], + "lerp_mode": "catmullrom" + } + } + }, + "Left_innertoe": { + "rotation": { + "0.0": { + "post": [0, -32.79, -28.82], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, -32.79, -32.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -32.79, -5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, -32.79, 1.25], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -32.79, -2.36], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, -32.79, -0.32], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, -32.79, -12.5], + "2.0": { + "pre": [0, -32.79, -28.82], + "post": [0, -32.79, -28.82], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, -32.79, -32.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -32.79, -5], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, -32.79, 1.25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -32.79, -2.36], + "lerp_mode": "catmullrom" + }, + "3.4167": { + "post": [0, -32.79, -0.32], + "lerp_mode": "catmullrom" + }, + "3.8333": { + "post": [0, -32.79, -12.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, -32.79, -28.82], + "lerp_mode": "catmullrom" + } + } + }, + "Left_middletoe": { + "rotation": { + "0.0": { + "post": [17.79, 13.74, -10], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [17.5, 13.74, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-20, 13.74, -10], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-2.5, 13.74, 2.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-6.91, 13.74, -1.45], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-23.19, 13.74, -6.05], + "lerp_mode": "catmullrom" + }, + "1.6667": [-31.88, 13.74, -8.74], + "1.8333": [-37.5, 13.74, -10], + "2.0": { + "pre": [17.79, 13.74, -10], + "post": [17.79, 13.74, -10], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [17.5, 13.74, -10], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-20, 13.74, -10], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-2.5, 13.74, 2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-6.91, 13.74, -1.45], + "lerp_mode": "catmullrom" + }, + "3.4167": { + "post": [-23.19, 13.74, -6.05], + "lerp_mode": "catmullrom" + }, + "3.6667": [-31.88, 13.74, -8.74], + "3.8333": [-37.5, 13.74, -10], + "4.0": [17.79, 13.74, -10] + } + }, + "Left_outertoe": { + "rotation": { + "0.0": { + "post": [13.97, -20.55, 15], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [7.5, -20.55, 15], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-25, -20.55, 15], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-2.5, -20.55, -2.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-6.37, -20.55, 3.02], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-22.94, -20.55, 9.47], + "lerp_mode": "catmullrom" + }, + "1.6667": [-34.03, -20.55, 13.23], + "1.8333": [-37.5, -20.55, 15], + "2.0": { + "pre": [13.97, -20.55, 15], + "post": [13.97, -20.55, 15], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [7.5, -20.55, 15], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-25, -20.55, 15], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-2.5, -20.55, -2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-6.37, -20.55, 3.02], + "lerp_mode": "catmullrom" + }, + "3.4167": { + "post": [-22.94, -20.55, 9.47], + "lerp_mode": "catmullrom" + }, + "3.6667": [-34.03, -20.55, 13.23], + "3.8333": [-37.5, -20.55, 15], + "4.0": [13.97, -20.55, 15] + } + }, + "Right_Thigh": { + "rotation": { + "0.0": { + "post": [49.48, 10.94, 19.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [73.03, 10.94, 19.14], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [75.53, 10.94, 19.14], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [36.97, 10.94, 12.47], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [18.03, 10.94, 14.14], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [40.53, 10.94, 19.14], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [73.03, 10.94, 19.14], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [75.53, 10.94, 19.14], + "lerp_mode": "catmullrom" + }, + "3.2083": { + "post": [36.97, 10.94, 12.47], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [18.03, 10.94, 14.14], + "lerp_mode": "catmullrom" + }, + "3.6667": { + "post": [40.53, 10.94, 19.14], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [49.48, 10.94, 19.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [3.5, 2.75, -12], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [4.5, 1.75, -11.25], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [3.5, 2.75, -10.5], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [2.12, 4.25, -12], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [1.65, 3.95, -15], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [3.5, 1.75, -14.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [3.5, 2.75, -12], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [4.5, 1.75, -11.25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [3.5, 2.75, -10.5], + "lerp_mode": "catmullrom" + }, + "3.2083": { + "post": [2.12, 4.25, -12], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [1.65, 3.95, -15], + "lerp_mode": "catmullrom" + }, + "3.6667": { + "post": [3.5, 1.75, -14.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [3.5, 2.75, -12], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Calf": { + "rotation": { + "0.0": { + "post": [-23.17, -3.25, -0.59], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-21.56, -4.11, -0.59], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [19.07, -4.11, -0.59], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [48.44, -4.11, -0.59], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [10.94, -4.11, -0.59], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-17.81, -2.86, -0.59], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-23.17, -3.25, -0.59], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-21.56, -4.11, -0.59], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [19.07, -4.11, -0.59], + "lerp_mode": "catmullrom" + }, + "3.2083": { + "post": [48.44, -4.11, -0.59], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [10.94, -4.11, -0.59], + "lerp_mode": "catmullrom" + }, + "3.6667": { + "post": [-17.81, -2.86, -0.59], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-23.17, -3.25, -0.59], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Foot": { + "rotation": { + "0.0": { + "post": [-16.7, -6.28, -14.3], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-6.67, -6.28, -14.3], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0.83, -6.28, -14.3], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-14.17, -6.28, -14.3], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-17.92, -6.28, -14.3], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-16.7, -6.28, -14.3], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-6.67, -6.28, -14.3], + "lerp_mode": "catmullrom" + }, + "3.2083": { + "post": [0.83, -6.28, -14.3], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-14.17, -6.28, -14.3], + "lerp_mode": "catmullrom" + }, + "3.6667": { + "post": [-17.92, -6.28, -14.3], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-16.7, -6.28, -14.3], + "lerp_mode": "catmullrom" + } + } + }, + "Right_innertoe": { + "rotation": { + "0.0": { + "post": [0, 32.79, 2.36], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 32.79, 0.32], + "lerp_mode": "catmullrom" + }, + "0.8333": [0, 32.79, 12.5], + "1.0": { + "pre": [0, 32.79, 28.82], + "post": [0, 32.79, 28.82], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 32.79, 32.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 32.79, 5], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 32.79, -1.25], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 32.79, 2.36], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, 32.79, 0.32], + "lerp_mode": "catmullrom" + }, + "2.8333": [0, 32.79, 12.5], + "3.0": { + "pre": [0, 32.79, 28.82], + "post": [0, 32.79, 28.82], + "lerp_mode": "catmullrom" + }, + "3.2083": { + "post": [0, 32.79, 32.5], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 32.79, 5], + "lerp_mode": "catmullrom" + }, + "3.6667": { + "post": [0, 32.79, -1.25], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 32.79, 2.36], + "lerp_mode": "catmullrom" + } + } + }, + "Right_middletoe": { + "rotation": { + "0.0": { + "post": [-6.91, -13.74, 1.45], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-23.19, -13.74, 6.05], + "lerp_mode": "catmullrom" + }, + "0.6667": [-31.88, -13.74, 8.74], + "0.8333": [-37.5, -13.74, 10], + "1.0": { + "pre": [17.79, -13.74, 10], + "post": [17.79, -13.74, 10], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [17.5, -13.74, 10], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-20, -13.74, 10], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-2.5, -13.74, -2.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-6.91, -13.74, 1.45], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-23.19, -13.74, 6.05], + "lerp_mode": "catmullrom" + }, + "2.6667": [-31.88, -13.74, 8.74], + "2.8333": [-37.5, -13.74, 10], + "3.0": { + "pre": [17.79, -13.74, 10], + "post": [17.79, -13.74, 10], + "lerp_mode": "catmullrom" + }, + "3.2083": { + "post": [17.5, -13.74, 10], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-20, -13.74, 10], + "lerp_mode": "catmullrom" + }, + "3.6667": { + "post": [-2.5, -13.74, -2.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-6.91, -13.74, 1.45], + "lerp_mode": "catmullrom" + } + } + }, + "Right_outertoe": { + "rotation": { + "0.0": { + "post": [-6.37, 20.55, -3.02], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-22.94, 20.55, -9.47], + "lerp_mode": "catmullrom" + }, + "0.6667": [-34.03, 20.55, -13.23], + "0.8333": [-37.5, 20.55, -15], + "1.0": { + "pre": [13.97, 20.55, -15], + "post": [13.97, 20.55, -15], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [7.5, 20.55, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-25, 20.55, -15], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-2.5, 20.55, 2.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-6.37, 20.55, -3.02], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-22.94, 20.55, -9.47], + "lerp_mode": "catmullrom" + }, + "2.6667": [-34.03, 20.55, -13.23], + "2.8333": [-37.5, 20.55, -15], + "3.0": { + "pre": [13.97, 20.55, -15], + "post": [13.97, 20.55, -15], + "lerp_mode": "catmullrom" + }, + "3.2083": { + "post": [7.5, 20.55, -15], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-25, 20.55, -15], + "lerp_mode": "catmullrom" + }, + "3.6667": { + "post": [-2.5, 20.55, 2.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-6.37, 20.55, -3.02], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Hand": { + "rotation": [-4.94694, 5.00941, 7.7231] + }, + "Right_Hand": { + "rotation": [-4.94694, -5.00941, -7.7231] + }, + "Lower_Jaw": { + "rotation": [-12.5, 0, 0], + "position": [0, -1, 0] + }, + "Right_pinky": { + "rotation": [0, 0, -17.5] + }, + "Right_thumb": { + "rotation": [0, 0, -17.5], + "position": [-0.25, 0, 0] + }, + "Tail_6": { + "rotation": [-7.5, 0, 0] + }, + "Left_pinky": { + "rotation": [0, 0, 20] + }, + "Left_index": { + "rotation": [0, 0, 2.5] + }, + "Left_thumb": { + "rotation": [0, 0, 17.5] + }, + "Right_index": { + "rotation": [0, 0, -2.5] + } + } + }, + "animation.haxorus.blink": { + "animation_length": 0.3333, + "bones": { + "Left_eyelid": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [1, 0, 0], + "0.2917": [1, 0, 0], + "0.3333": [0, 0, 0] + } + }, + "Right_eyelid": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [-1, 0, 0], + "0.2917": [-1, 0, 0], + "0.3333": [0, 0, 0] + } + } + } + }, + "animation.haxorus.faint": { + "animation_length": 3, + "bones": { + "Body": { + "rotation": [0, 0, 0], + "position": { + "0.0": [0, -1, -7], + "1.5417": [0, -1, -7], + "1.5833": [0, 0, -7], + "1.625": [0, -1, -7], + "1.6667": [0, 0, -7], + "1.7083": [0, -1, -7], + "3.0": [0, -1, -7] + } + }, + "Hips": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-32.33, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": [67.5, 0, 0], + "3.0": [67.5, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 1, -0.5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 1, -1.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 2.25, -1.5], + "lerp_mode": "catmullrom" + }, + "1.5417": [0, -18, -17.5], + "3.0": [0, -18, -17.5] + } + }, + "Chest": { + "rotation": { + "0.0": [22.5, 0, 0], + "3.0": [22.5, 0, 0] + }, + "position": { + "0.0": [0, -0.75, 0], + "3.0": [0, -0.75, 0] + } + }, + "Neck1": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": [-10, 0, 0], + "3.0": [-10, 0, 0] + }, + "position": [0, 0, 0] + }, + "Neck2": { + "rotation": { + "0.0": { + "post": [10.0093, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [17.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-4.99, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": [-4.99, 0, 0], + "3.0": [-4.99, 0, 0] + }, + "position": [0, 0, 0] + }, + "Neck3": { + "rotation": { + "0.0": { + "post": [-2.481, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [2.52, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-14.98, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": [-14.98, 0, 0], + "3.0": [-14.98, 0, 0] + }, + "position": [0, 0, 0] + }, + "Neck4": { + "rotation": { + "0.0": { + "post": [2.5547, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [10.05, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-12.45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": [-12.45, 0, 0], + "3.0": [-12.45, 0, 0] + }, + "position": [0, 0, 0] + }, + "head": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": [-30, 0, 0], + "3.0": [-30, 0, 0] + }, + "position": { + "0.0": [0, -1, 0.75], + "3.0": [0, -1, 0.75] + } + }, + "Left_Bicep": { + "rotation": { + "0.0": [15.2045, 5.1888, 35.1784], + "0.5417": [15.67558, 14.82971, 37.87866], + "1.8333": [16.10046, 19.63896, 39.31138], + "3.0": [16.1, 19.64, 39.31] + }, + "position": { + "0.0": [-1, 0, -0.75], + "3.0": [-1, 0, -0.75] + } + }, + "Right_Bicep": { + "rotation": { + "0.0": [15.2045, -5.1888, -35.1784], + "0.5417": [15.67558, -14.82971, -37.87866], + "1.8333": [16.10046, -19.63896, -39.31138], + "3.0": [16.1, -19.64, -39.31] + }, + "position": { + "0.0": [1, 0, -0.75], + "3.0": [1, 0, -0.75] + } + }, + "Left_Forearm": { + "rotation": { + "0.0": [15, 65, 15], + "0.8333": [96.80423, 83.6756, 98.19577], + "1.5833": [28.92, 23.34, 25.83], + "3.0": [28.92, 23.34, 25.83] + }, + "position": { + "0.0": [0.25, 0, -0.75], + "1.5833": [-0.3, 0.12, 0.04], + "3.0": [-0.3, 0.12, 0.04] + } + }, + "Right_Forearm": { + "rotation": { + "0.0": [15, -65, -15], + "0.8333": [96.80423, -83.6756, -98.19577], + "1.5833": [28.92, -23.34, -25.83], + "3.0": [28.92, -23.34, -25.83] + }, + "position": { + "0.0": [-0.25, 0, -0.75], + "1.5833": [0.3, 0.12, 0.04], + "3.0": [0.3, 0.12, 0.04] + } + }, + "Back_Plate": { + "rotation": { + "0.0": [2.5, 0, 0], + "3.0": [2.5, 0, 0] + }, + "position": { + "0.0": [0, -1, -1.25], + "3.0": [0, -1, -1.25] + } + }, + "Tail_1": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-94.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": [-94.5, 0, 0], + "3.0": [-94.5, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 9.93716, -7.36878], + "lerp_mode": "catmullrom" + }, + "1.5833": [0, 9.94, -7.37], + "3.0": [0, 9.94, -7.37] + } + }, + "Tail_2": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [26.85, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": [7.5, 0, 0], + "3.0": [7.5, 0, 0] + }, + "position": [0, 0, 0] + }, + "Tail_3": { + "rotation": { + "0.0": { + "post": [30.0838, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [37.58, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [32.74, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [7.58, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": [7.58, 0, 0], + "3.0": [7.58, 0, 0] + }, + "position": [0, 0, 0] + }, + "Tail_4": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": [5, 0, 0], + "3.0": [5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0.75], + "3.0": [0, 0, 0.75] + } + }, + "Tail_5": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [10.66, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": [-2.5, 0, 0], + "3.0": [-2.5, 0, 0] + }, + "position": [0, 0, 0] + }, + "Left_Thigh": { + "rotation": { + "0.0": { + "post": [55.5324, -25.93757, -29.13904], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [62.60125, -22.11671, -32.02191], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [62.6, -22.12, -32.02], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [101.55951, 6.1857, -37.80908], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [118.06983, 18.04126, -34.30258], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [122.48714, 20.8073, -32.83248], + "lerp_mode": "catmullrom" + }, + "1.6667": [122.49, 20.81, -32.83], + "3.0": [122.49, 20.81, -32.83] + }, + "position": { + "0.0": { + "post": [-4.5, 0.75, -11.5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-4.5, 0.75, -11.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-4.5, 3, -11.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-4.5, -5, -15.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-4.5, -8, -18.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-4.5, -9, -19.5], + "lerp_mode": "catmullrom" + }, + "1.6667": [-4.5, -9, -19.5], + "3.0": [-4.5, -9, -19.5] + } + }, + "Left_Calf": { + "rotation": { + "0.0": { + "post": [5.9415, 1.60771, 0.59234], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-1.87483, 2.4876, 6.4989], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-13.3521, 5.27364, 15.017], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-33.19066, 14.39407, 28.77387], + "lerp_mode": "catmullrom" + }, + "1.7083": [-33.19, 14.39, 28.77], + "3.0": [-33.19, 14.39, 28.77] + }, + "position": { + "0.0": { + "post": [-0.25, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-0.43825, 0.41125, 0.28684], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-0.43825, 0.41125, 0.28684], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-0.43825, 0.41125, 0.28684], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-2.97412, 3.47885, -2.73661], + "lerp_mode": "catmullrom" + }, + "1.7083": [-2.97, 3.48, -2.74], + "3.0": [-2.97, 3.48, -2.74] + } + }, + "Left_Foot": { + "rotation": { + "0.0": { + "post": [-11.6733, 11.27738, 21.79957], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-11.67, 11.28, 21.8], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [1.24676, 5.20941, 13.33275], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-11.98702, 11.46393, 21.22071], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-15.63036, 13.5092, 23.29069], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [73.24885, 12.22338, -37.4149], + "lerp_mode": "catmullrom" + }, + "1.7083": [73.25, 12.22, -37.41], + "3.0": [73.25, 12.22, -37.41] + }, + "position": { + "0.0": [-1, 0.25, -1], + "0.25": [-1, 0.25, -1], + "3.0": [-1, 0.25, -1] + } + }, + "Left_innertoe": { + "rotation": { + "0.0": [-5.909, -32.79195, -12.9488], + "3.0": [-5.91, -32.79, -12.95] + }, + "position": [0, 0, 0] + }, + "Left_middletoe": { + "rotation": { + "0.0": [-28.768, 13.74495, -9.2991], + "1.5417": [-28.77, 13.74, -9.3], + "1.6667": [-17.83651, 12.13999, -13.19161], + "3.0": [-17.84, 12.14, -13.19] + }, + "position": [0, 0, 0] + }, + "Left_outertoe": { + "rotation": { + "0.0": [-29.2856, -20.55044, 12.78462], + "1.5": [-29.29, -20.55, 12.78], + "3.0": [-29.29, -20.55, 12.78] + }, + "position": [0, 0, 0] + }, + "Right_Thigh": { + "rotation": { + "0.0": { + "post": [55.5324, 25.93757, 29.13904], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [62.60125, 22.11671, 32.02191], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [62.6, 22.12, 32.02], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [101.55951, -6.1857, 37.80908], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [118.06983, -18.04126, 34.30258], + "lerp_mode": "catmullrom" + }, + "1.625": [122.48714, -20.8073, 32.83248], + "3.0": [122.49, -20.81, 32.83] + }, + "position": { + "0.0": { + "post": [4.5, 0.75, -11.5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [4.5, 0.75, -11.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [4.5, 3, -11.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [4.5, -5, -15.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [4.5, -8, -18.5], + "lerp_mode": "catmullrom" + }, + "1.625": [4.5, -9, -19.5], + "3.0": [4.5, -9, -19.5] + } + }, + "Right_Calf": { + "rotation": { + "0.0": { + "post": [5.9415, -1.60771, -0.59234], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-1.87483, -2.4876, -6.4989], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-13.3521, -5.27364, -15.017], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-33.19066, -14.39407, -28.77387], + "lerp_mode": "catmullrom" + }, + "1.7083": [-33.19, -14.39, -28.77], + "3.0": [-33.19, -14.39, -28.77] + }, + "position": { + "0.0": { + "post": [0.25, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0.43825, 0.41125, 0.28684], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0.43825, 0.41125, 0.28684], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0.43825, 0.41125, 0.28684], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [2.97412, 3.47885, -2.73661], + "lerp_mode": "catmullrom" + }, + "1.7083": [2.97, 3.48, -2.74], + "3.0": [2.97, 3.48, -2.74] + } + }, + "Right_Foot": { + "rotation": { + "0.0": { + "post": [-11.6733, -11.27738, -21.79957], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-11.67, -11.28, -21.8], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [1.24676, -5.20941, -13.33275], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-11.98702, -11.46393, -21.22071], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-15.63036, -13.5092, -23.29069], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [73.24885, -12.22338, 37.4149], + "lerp_mode": "catmullrom" + }, + "1.7083": [73.25, -12.22, 37.41], + "3.0": [73.25, -12.22, 37.41] + }, + "position": { + "0.0": [1, 0.25, -1], + "0.25": [1, 0.25, -1], + "3.0": [1, 0.25, -1] + } + }, + "Right_innertoe": { + "rotation": { + "0.0": [-5.909, 32.79195, 12.9488], + "3.0": [-5.91, 32.79, 12.95] + } + }, + "Right_middletoe": { + "rotation": { + "0.0": [-28.768, -13.74495, 9.2991], + "3.0": [-28.77, -13.74, 9.3] + } + }, + "Right_outertoe": { + "rotation": { + "0.0": [-29.2856, 20.55044, -12.78462], + "1.5": [-29.29, 20.55, -12.78], + "3.0": [-29.29, 20.55, -12.78] + } + }, + "Left_Hand": { + "rotation": { + "0.0": [-4.94694, 5.00941, 7.7231], + "3.0": [-4.95, 5.01, 7.72] + }, + "position": [0, 0, 0] + }, + "Right_Hand": { + "rotation": { + "0.0": [-4.94694, -5.00941, -7.7231], + "3.0": [-4.95, -5.01, -7.72] + }, + "position": [0, 0, 0] + }, + "Lower_Jaw": { + "rotation": { + "0.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": [-12.5, 0, 0], + "3.0": [-12.5, 0, 0] + }, + "position": { + "0.0": [0, -1, 0], + "3.0": [0, -1, 0] + } + }, + "Right_pinky": { + "rotation": { + "0.0": [0, 0, -17.5], + "3.0": [0, 0, -17.5] + }, + "position": [0, 0, 0] + }, + "Right_thumb": { + "rotation": { + "0.0": [0, 0, -17.5], + "3.0": [0, 0, -17.5] + }, + "position": { + "0.0": [-0.25, 0, 0], + "3.0": [-0.25, 0, 0] + } + }, + "Tail_6": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": [2.5, 0, 0], + "3.0": [2.5, 0, 0] + }, + "position": [0, 0, 0] + }, + "Left_pinky": { + "rotation": { + "0.0": [0, 0, 20], + "3.0": [0, 0, 20] + }, + "position": [0, 0, 0] + }, + "Left_index": { + "rotation": { + "0.0": [0, 0, 2.5], + "3.0": [0, 0, 2.5] + }, + "position": [0, 0, 0] + }, + "Left_thumb": { + "rotation": { + "0.0": [0, 0, 17.5], + "3.0": [0, 0, 17.5] + }, + "position": [0, 0, 0] + }, + "Right_index": { + "rotation": { + "0.0": [0, 0, -2.5], + "3.0": [0, 0, -2.5] + }, + "position": [0, 0, 0] + }, + "Left_eyelid": { + "rotation": [0, 0, 0], + "position": { + "0.0": [0, 0, 0], + "0.3333": [0, 0, 0], + "0.375": [1, 0, 0], + "3.0": [1, 0, 0] + } + }, + "Right_eyelid": { + "rotation": [0, 0, 0], + "position": { + "0.0": [0, 0, 0], + "0.3333": [0, 0, 0], + "0.375": [-1, 0, 0], + "3.0": [-1, 0, 0] + } + }, + "Right_eye": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "Left_eye": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "Left_Blades": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "Right_Blades": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "Left_Leg": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "Right_Leg": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + } + } + }, + "animation.haxorus.sleep": { + "loop": true, + "animation_length": 3, + "bones": { + "Body": { + "rotation": [0, 0, 0], + "position": [0, -1, -7] + }, + "Hips": { + "rotation": [67.5, 0, 0], + "position": [0, "-17.5-math.sin((query.anim_time)*120)*0.3", -17.5] + }, + "Chest": { + "rotation": [22.5, 0, 0], + "position": [0, -0.75, 0] + }, + "Neck1": { + "rotation": [-10, 0, 12.5], + "position": [0, 0, 0] + }, + "Neck2": { + "rotation": [-5.07385, -1.29876, 7.38733], + "position": [0, 0, 0] + }, + "Neck3": { + "rotation": [-17.60254, -1.93471, 7.24754], + "position": [0, 0, 0] + }, + "Neck4": { + "rotation": [-10.34598, -5.34913, 8.4614], + "position": [0, 0, 0] + }, + "head": { + "rotation": [-30.73246, -4.73972, -6.42987], + "position": [0, -0.66272, 1.11911] + }, + "Right_eye": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "Left_eye": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "Left_eyelid": { + "rotation": [0, 0, 0], + "position": [1, 0, 0] + }, + "Right_eyelid": { + "rotation": [0, 0, 0], + "position": [-1, 0, 0] + }, + "Left_Blades": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "Right_Blades": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "Lower_Jaw": { + "rotation": [-12.5, 0, 0], + "position": [0, -1, 0] + }, + "Left_Bicep": { + "rotation": [-7.34285, 36.41747, -20.8784] + }, + "Left_Forearm": { + "rotation": [-62.47765, -2.21738, -43.65495] + }, + "Left_Hand": { + "rotation": [-4.95, 5.01, 7.72], + "position": [0, 0, 0] + }, + "Left_pinky": { + "rotation": [0, 0, 20], + "position": [0, 0, 0] + }, + "Left_index": { + "rotation": [0, 0, 2.5], + "position": [0, 0, 0] + }, + "Left_thumb": { + "rotation": [0, 0, 17.5], + "position": [0, 0, 0] + }, + "Right_Bicep": { + "rotation": [-7.34285, -36.41747, 58.3784] + }, + "Right_Forearm": { + "rotation": [-62.47765, 2.21738, 43.65495] + }, + "Right_Hand": { + "rotation": [-4.95, -5.01, -7.72], + "position": [0, 0, 0] + }, + "Right_pinky": { + "rotation": [0, 0, -17.5], + "position": [0, 0, 0] + }, + "Right_index": { + "rotation": [0, 0, -2.5], + "position": [0, 0, 0] + }, + "Right_thumb": { + "rotation": [0, 0, -17.5], + "position": [-0.25, 0, 0] + }, + "Back_Plate": { + "rotation": [2.5, 0, 0], + "position": [0, -1, -1.25] + }, + "Tail_1": { + "rotation": [-94.5, 0, 0], + "position": [0, 9.94, -7.37] + }, + "Tail_2": { + "rotation": [8.96769, "17.7427-math.sin((query.anim_time-0.1)*120)*1", 9.38272], + "position": [0, 0, 0] + }, + "Tail_3": { + "rotation": [10.77125, "17.8199-math.sin((query.anim_time-0.2)*120)*1", 2.42016], + "position": [0, 0, 0] + }, + "Tail_4": { + "rotation": [5.56074, "17.1109-math.sin((query.anim_time-0.3)*120)*0.5", 3.72605], + "position": [0.45675, -0.11729, 0.1668] + }, + "Tail_5": { + "rotation": [-3.16201, "17.4699-math.sin((query.anim_time-0.5)*120)*1", 0.69364], + "position": [0, 0, 0] + }, + "Tail_6": { + "rotation": [1.88235, 22.40232, 1.89669], + "position": [0, 0, 0] + }, + "Left_Leg": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "Left_Thigh": { + "rotation": [45.68022, -30.89755, -50.83771], + "position": [-5, -10, -22] + }, + "Left_Calf": { + "rotation": [59.51995, 11.86554, 19.25656] + }, + "Left_Foot": { + "rotation": [-22.5, 0, 0] + }, + "Left_innertoe": { + "rotation": [0, -12.5, 0] + }, + "Left_middletoe": { + "rotation": [-56.03462, 27.4817, -3.99429], + "position": [0.17232, 0.28602, 0.37215] + }, + "Left_outertoe": { + "rotation": [-44.83938, -5.72974, 36.65473] + }, + "Right_Leg": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "Right_Thigh": { + "rotation": [45.68022, 30.89755, 50.83771], + "position": [5, -10, -22] + }, + "Right_Calf": { + "rotation": [59.51995, -11.86554, -19.25656], + "position": [0.4437, 0.15952, 0.9439] + }, + "Right_Foot": { + "rotation": [-22.5, 0, 0] + }, + "Right_innertoe": { + "rotation": [0, 12.5, 0] + }, + "Right_middletoe": { + "rotation": [-56.03462, -27.4817, 3.99429], + "position": [-0.17232, 0.28602, 0.37215] + }, + "Right_outertoe": { + "rotation": [-44.83938, 5.72974, -36.65473] + } + } + }, + "animation.haxorus.battle_idle": { + "loop": true, + "animation_length": 3, + "bones": { + "Body": { + "position": [0, -1, -7] + }, + "Hips": { + "rotation": ["12.3741-math.sin((query.anim_time)*120)*3", 20.02102, -0.3472], + "position": [0, "1.75+math.sin((query.anim_time)*120)*1", -1] + }, + "Chest": { + "rotation": ["17.4068-math.sin((query.anim_time-0.1)*120)*2", -3.26494, 1.3558], + "position": [0, -0.75, 0] + }, + "Neck1": { + "rotation": ["4.7604-math.sin((query.anim_time-0.2)*120)*1", -3.32087, 4.49762] + }, + "Neck2": { + "rotation": ["2.5126-math.sin((query.anim_time-0.3)*120)*1", -2.89637, 2.02746], + "position": [0, 0, 0] + }, + "Neck3": { + "rotation": ["-2.4834-math.sin((query.anim_time-0.4)*120)*1", -2.49766, 0.10829] + }, + "Neck4": { + "rotation": ["2.5571+math.sin((query.anim_time-0.5)*120)*1", -2.49751, -0.1115] + }, + "head": { + "rotation": ["12.5+math.sin((query.anim_time-0.4)*120)*5", 0, 0], + "position": [0, -1, 0.75] + }, + "Left_Bicep": { + "rotation": ["12.8212-math.sin((query.anim_time-0.3)*120)*3", -0.26317, "15.8297-math.sin((query.anim_time-0.3)*120)*3"], + "position": [-1, 0, -0.75] + }, + "Right_Bicep": { + "rotation": [1.0277, 18.91645, "-28.4498+math.sin((query.anim_time-0.3)*120)*3"], + "position": [1, 0, -0.75] + }, + "Left_Forearm": { + "rotation": [ + "259.9037-math.sin((query.anim_time-0.5)*120)*2", + "86.2176-math.sin((query.anim_time-0.5)*120)*3", + "261.7851-math.sin((query.anim_time-0.5)*120)*2" + ], + "position": [0.25, 0, -0.75] + }, + "Right_Forearm": { + "rotation": [18.33236, -71.94789, "-20.6607+math.sin((query.anim_time-0.5)*120)*2"], + "position": [-0.25, 0, -0.75] + }, + "Back_Plate": { + "rotation": [2.5, 0, 0], + "position": [0, -1, -1.25] + }, + "Tail_1": { + "rotation": ["10-math.cos((query.anim_time-0.1)*120)*6", "0-math.sin((query.anim_time-0.1)*120)*10", 0] + }, + "Tail_2": { + "rotation": ["25+math.cos((query.anim_time-0.3)*120)*4", "0-math.sin((query.anim_time-0.2)*120)*3", 0] + }, + "Tail_3": { + "rotation": [30.0838, "0-math.sin((query.anim_time-0.3)*120)*5", 0] + }, + "Tail_4": { + "rotation": [-2.5, "0-math.sin((query.anim_time-0.3)*120)*5", 0], + "position": [0, 0, 0.75] + }, + "Tail_5": { + "rotation": [-10, "0-math.sin((query.anim_time-0.6)*120)*5", 0] + }, + "Left_Thigh": { + "rotation": ["36.9687+math.sin((query.anim_time)*120)*3", -15.70762, -27.36573], + "position": [-5.5, "2.75+math.sin((query.anim_time)*120)*0.5", -11.75] + }, + "Left_Calf": { + "rotation": ["-6.5585-math.sin((query.anim_time)*120)*5", 1.60771, 0.59234], + "position": [-0.25, 0, 0.5] + }, + "Left_Foot": { + "rotation": ["8.3267+math.sin((query.anim_time)*120)*1", 11.27738, 21.79957], + "position": [-1, 0.25, -1] + }, + "Left_innertoe": { + "rotation": [-9.06545, -32.13977, "-7.0725-math.sin((query.anim_time)*120)*1"] + }, + "Left_middletoe": { + "rotation": ["-28.768+math.sin((query.anim_time)*120)*1", 13.74495, -9.2991] + }, + "Left_outertoe": { + "rotation": ["-29.2856+math.sin((query.anim_time)*120)*1", -20.55044, 12.78462] + }, + "Right_Thigh": { + "rotation": ["78.0325+math.sin((query.anim_time)*120)*3", 50.49077, 43.49377], + "position": [4.5, "0.75+math.sin((query.anim_time)*120)*0.5", -7.5] + }, + "Right_Calf": { + "rotation": ["5.9415-math.sin((query.anim_time)*120)*5", -1.60771, -0.59234], + "position": [0.25, 0, 0.5] + }, + "Right_Foot": { + "rotation": ["-11.6733+math.sin((query.anim_time)*120)*1", -11.27738, -21.79957], + "position": [1, "0.25+math.sin((query.anim_time)*120)*0.2", "-1-math.sin((query.anim_time)*120)*0.2"] + }, + "Right_innertoe": { + "rotation": [-5.909, 32.79195, "12.9488+math.sin((query.anim_time)*120)*1"] + }, + "Right_middletoe": { + "rotation": ["-28.768+math.sin((query.anim_time)*120)*1", -13.74495, 9.2991] + }, + "Right_outertoe": { + "rotation": ["-29.2856+math.sin((query.anim_time)*120)*1", 20.55044, -12.78462] + }, + "Left_Hand": { + "rotation": [-4.94694, 5.00941, "7.7231-math.sin((query.anim_time-0.4)*120)*3"] + }, + "Right_Hand": { + "rotation": [-4.94694, -5.00941, "-7.7231+math.sin((query.anim_time-0.4)*120)*3"] + }, + "Lower_Jaw": { + "rotation": [-12.5, 0, 0], + "position": [0, -1, 0] + }, + "Right_pinky": { + "rotation": [0, 0, "-20+math.sin((query.anim_time-0.4)*120)*6"] + }, + "Right_thumb": { + "rotation": [0, 0, "-17.5+math.sin((query.anim_time-0.4)*120)*6"], + "position": [-0.25, 0, 0] + }, + "Tail_6": { + "rotation": [-7.5, "0-math.sin((query.anim_time-0.7)*120)*5", 0] + }, + "Left_pinky": { + "rotation": [0, 0, "20-math.sin((query.anim_time-0.4)*120)*6"] + }, + "Left_index": { + "rotation": [0, 0, "-2.5-math.sin((query.anim_time-0.4)*120)*6"] + }, + "Left_thumb": { + "rotation": [0, 0, "17.5-math.sin((query.anim_time-0.4)*120)*6"] + }, + "Right_index": { + "rotation": [0, 0, "2.5+math.sin((query.anim_time-0.4)*120)*6"] + } + } + }, + "animation.haxorus.battle_base": { + "loop": true, + "animation_length": 3, + "bones": { + "Body": { + "position": [0, -1, -7] + }, + "Hips": { + "rotation": [12.3741, 20.02102, -0.3472], + "position": [0, 1.75, -1] + }, + "Chest": { + "rotation": [17.4068, -3.26494, 1.3558], + "position": [0, -0.75, 0] + }, + "Neck1": { + "rotation": [4.7604, -3.32087, 4.49762] + }, + "Neck2": { + "rotation": [2.5126, -2.89637, 2.02746], + "position": [0, 0, 0] + }, + "Neck3": { + "rotation": [-2.4834, -2.49766, 0.10829] + }, + "Neck4": { + "rotation": [2.55713, -2.49751, -0.1115] + }, + "head": { + "rotation": [15, 0, 0], + "position": [0, -1, 0.75] + }, + "Left_Bicep": { + "rotation": [12.82116, -0.26317, 15.82969], + "position": [-1, 0, -0.75] + }, + "Right_Bicep": { + "rotation": [1.02769, 18.91645, -28.44984], + "position": [1, 0, -0.75] + }, + "Left_Forearm": { + "rotation": [259.90374, 86.21759, 261.78511], + "position": [0.25, 0, -0.75] + }, + "Right_Forearm": { + "rotation": [18.33236, -71.94789, -20.66066], + "position": [-0.25, 0, -0.75] + }, + "Back_Plate": { + "rotation": [2.5, 0, 0], + "position": [0, -1, -1.25] + }, + "Tail_1": { + "rotation": [10, 0, 0] + }, + "Tail_2": { + "rotation": [25, 0, 0] + }, + "Tail_3": { + "rotation": [30.0838, 0, 0] + }, + "Tail_4": { + "rotation": [-2.5, 0, 0], + "position": [0, 0, 0.75] + }, + "Tail_5": { + "rotation": [-10, 0, 0] + }, + "Left_Thigh": { + "rotation": [36.96868, -15.70762, -27.36573], + "position": [-5.5, 2.75, -11.75] + }, + "Left_Calf": { + "rotation": [-6.5585, 1.60771, 0.59234], + "position": [-0.25, 0, 0.5] + }, + "Left_Foot": { + "rotation": [8.3267, 11.27738, 21.79957], + "position": [-1, 0.25, -1] + }, + "Left_innertoe": { + "rotation": [-5.909, -32.79195, -12.9488] + }, + "Left_middletoe": { + "rotation": [-28.768, 13.74495, -9.2991] + }, + "Left_outertoe": { + "rotation": [-29.2856, -20.55044, 12.78462] + }, + "Right_Thigh": { + "rotation": [78.03252, 50.49077, 43.49377], + "position": [4.5, 0.75, -7.5] + }, + "Right_Calf": { + "rotation": [5.9415, -1.60771, -0.59234], + "position": [0.25, 0, 0.5] + }, + "Right_Foot": { + "rotation": [-11.6733, -11.27738, -21.79957], + "position": [1, 0.25, -1] + }, + "Right_innertoe": { + "rotation": [-5.909, 32.79195, 12.9488] + }, + "Right_middletoe": { + "rotation": [-28.768, -13.74495, 9.2991] + }, + "Right_outertoe": { + "rotation": [-29.2856, 20.55044, -12.78462] + }, + "Left_Hand": { + "rotation": [-4.94694, 5.00941, 7.7231] + }, + "Right_Hand": { + "rotation": [-4.94694, -5.00941, -7.7231] + }, + "Lower_Jaw": { + "rotation": [-12.5, 0, 0], + "position": [0, -1, 0] + }, + "Right_pinky": { + "rotation": [0, 0, -17.5] + }, + "Right_thumb": { + "rotation": [0, 0, -17.5], + "position": [-0.25, 0, 0] + }, + "Tail_6": { + "rotation": [-7.5, 0, 0] + }, + "Left_pinky": { + "rotation": [0, 0, 20] + }, + "Left_index": { + "rotation": [0, 0, 2.5] + }, + "Left_thumb": { + "rotation": [0, 0, 17.5] + }, + "Right_index": { + "rotation": [0, 0, -2.5] + } + } + }, + "animation.haxorus.recoil": { + "animation_length": 1.5, + "bones": { + "Hips": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [-8, 1, 0], + "post": [-8, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "Neck1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Neck2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Neck3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Neck4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_eyelid": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [1, 0, 0], + "0.9167": [1, 0, 0], + "0.9583": [0, 0, 0], + "1.5": [0, 0, 0] + } + }, + "Right_eyelid": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [-1, 0, 0], + "0.9167": [-1, 0, 0], + "0.9583": [0, 0, 0], + "1.5": [0, 0, 0] + } + }, + "Lower_Jaw": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.haxorus.physical": { + "animation_length": 3, + "bones": { + "Body": { + "position": { + "0.0": [0, -1, -7], + "1.4167": [0, -1, -7], + "1.4583": [0, -1.75, -7], + "1.5": [0, 0, -7], + "1.5417": [0, -1, -7] + } + }, + "Hips": { + "rotation": { + "0.0": { + "post": [12.3741, 20.02102, -0.3472], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [2.13021, 21.00573, -9.02218], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-13.8681, 21.45978, 10.2368], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [67.74103, 20.53066, 7.75076], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [12.3741, 20.02102, -0.3472], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [12.3741, 20.02102, -0.3472], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 1.75, -1], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [2.5, 6.26, -3.61], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [2.5, 6.26, -3.61], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, -2.75, -8], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 1.75, -1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 1.75, -1], + "lerp_mode": "catmullrom" + } + } + }, + "Chest": { + "rotation": { + "0.0": { + "post": [17.4068, -3.26494, 1.3558], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [17.41, -3.26, 1.36], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [7.41, -3.26, 1.36], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [17.41, -3.26, 1.36], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [17.41, -3.26, 1.36], + "lerp_mode": "catmullrom" + } + }, + "position": [0, -0.75, 0] + }, + "Neck1": { + "rotation": { + "0.0": { + "post": [4.7604, -3.32087, 4.49762], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [5.24548, -2.47956, -5.09322], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [4.7604, -3.32087, 4.49762], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5.27142, -3.37607, 5.12685], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [4.7604, -3.32087, 4.49762], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [4.7604, -3.32087, 4.49762], + "lerp_mode": "catmullrom" + } + } + }, + "Neck2": { + "rotation": { + "0.0": { + "post": [2.5126, -2.89637, 2.02746], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [2.75541, -2.66644, -2.97315], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [2.5126, -2.89637, 2.02746], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-2.4874, -2.89637, 2.02746], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [2.5126, -2.89637, 2.02746], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.5126, -2.89637, 2.02746], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "1.375": [0, 0, 0] + } + }, + "Neck3": { + "rotation": { + "0.0": { + "post": [-2.4834, -2.49766, 0.10829], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-2.25631, -2.70454, -4.89259], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-2.4834, -2.49766, 0.10829], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-7.4834, -2.49766, 0.10829], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-2.4834, -2.49766, 0.10829], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.4834, -2.49766, 0.10829], + "lerp_mode": "catmullrom" + } + } + }, + "Neck4": { + "rotation": { + "0.0": { + "post": [2.55713, -2.49751, -0.1115], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [3.54586, 4.92772, 0.28414], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [2.55713, -2.49751, -0.1115], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-9.94287, -2.49751, -0.1115], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [2.55713, -2.49751, -0.1115], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.55713, -2.49751, -0.1115], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [20.01754, 2.34914, 0.85553], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0.01754, 2.34914, 0.85553], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, -1, 0.75], + "1.375": [0, -1, 0.75] + } + }, + "Left_Bicep": { + "rotation": { + "0.0": { + "post": [12.82116, -0.26317, 15.82969], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-11.9328, -21.99723, 15.51444], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-48.97231, -18.91645, 28.44984], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-51.40816, -5.4275, 39.8862], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-51.40816, -5.4275, 39.8862], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-38.42075, -22.58958, 34.2994], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-34.16761, -25.54118, 35.30069], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [12.82116, -0.26317, 15.82969], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [12.82116, -0.26317, 15.82969], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [-1, 0, -0.75], + "2.3333": [-1, 0, -0.75], + "3.0": [-1, 0, -0.75] + } + }, + "Right_Bicep": { + "rotation": { + "0.0": { + "post": [1.02769, 18.91645, -28.44984], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-11.9328, 21.99723, -15.51444], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-48.97231, 18.91645, -28.44984], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-51.40816, 5.4275, -39.8862], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-51.40816, 5.4275, -39.8862], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-38.42075, 22.58958, -34.2994], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-34.16761, 25.54118, -35.30069], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [12.68153, 1.92082, -23.14579], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [1.02769, 18.91645, -28.44984], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1.02769, 18.91645, -28.44984], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [1, 0, -0.75], + "2.3333": [1, 0, -0.75], + "2.8333": [1, 0, -0.75], + "3.0": [1, 0, -0.75] + } + }, + "Left_Forearm": { + "rotation": { + "0.0": { + "post": [259.90374, 86.21759, 261.78511], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [96.20653, 76.95754, 97.99833], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [10.41619, 57.37799, 11.97548], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [10.41619, 57.37799, 11.97548], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [42.58493, 53.3776, 40.41081], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [259.90374, 86.21759, 261.78511], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0.25, 0, -0.75], + "3.0": [0.25, 0, -0.75] + } + }, + "Right_Forearm": { + "rotation": { + "0.0": { + "post": [18.33236, -71.94789, -20.66066], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [96.20653, -76.95754, -97.99833], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [10.41619, -57.37799, -11.97548], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [10.41619, -57.37799, -11.97548], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [42.58493, -53.3776, -40.41081], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [18.33236, -71.94789, -20.66066], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [18.33236, -71.94789, -20.66066], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [-0.25, 0, -0.75], + "2.8333": [-0.25, 0, -0.75], + "3.0": [-0.25, 0, -0.75] + } + }, + "Back_Plate": { + "rotation": [2.5, 0, 0], + "position": [0, -1, -1.25] + }, + "Tail_1": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 27.5, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-12.71, -7.85, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-27.5, -20, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [2.94, -13.09, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail_2": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [17.5, -10, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [17.5, -15, -5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [7.34, -0.77, -1.13], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [17.5, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [19.71, -3.24, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail_3": { + "rotation": { + "0.0": { + "post": [30.0838, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [22.58, -15, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [22.58, 2.5, -5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [12.05, 1.76, -5.47], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [22.58, 7.5, -5], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [30.0838, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [30.0838, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail_4": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-5, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-5, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-12.68, 1.68, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-5, 5, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0.75], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, 0, 0.75], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0.75], + "lerp_mode": "catmullrom" + } + } + }, + "Tail_5": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-10, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-10, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-10, 5, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Thigh": { + "rotation": { + "0.0": { + "post": [36.96868, -15.70762, -27.36573], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [46.96868, -15.70762, -27.36573], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [53.20266, -10.52519, -21.7967], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [53.20266, -10.52519, -21.7967], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [50.70266, -10.52519, -21.7967], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [40.70266, -10.52519, -21.7967], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [36.96868, -15.70762, -27.36573], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [36.96868, -15.70762, -27.36573], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-5.5, 2.75, -11.75], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-5.5, 4.75, -13.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-4.25, 5.75, -16.75], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-4.25, 5.75, -16.75], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-4.25, 1.75, -18.75], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-4.25, -0.25, -18], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-5.5, 2.75, -11.75], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-5.5, 2.75, -11.75], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Calf": { + "rotation": { + "0.0": { + "post": [-6.5585, 1.60771, 0.59234], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-19.0585, 1.60771, 0.59234], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-27.10372, 7.04155, -6.62039], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-27.10372, 7.04155, -6.62039], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-2.10372, 7.04155, -6.62039], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [15.39628, 7.04155, -6.62039], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-6.5585, 1.60771, 0.59234], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-6.5585, 1.60771, 0.59234], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.25, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-0.25, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.25, 0, 0.5], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Foot": { + "rotation": { + "0.0": { + "post": [8.3267, 11.27738, 21.79957], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [18.3267, 11.27738, 21.79957], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [25.74404, -0.82674, 21.77763], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [28.24404, -0.82674, 21.77763], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-6.01488, 7.60553, 25.19728], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-3.51299, 9.59541, 23.618], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [2.02523, 9.22793, 23.25754], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [8.3267, 11.27738, 21.79957], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [8.3267, 11.27738, 21.79957], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-1, 0.25, -1], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-0.4141, 0.21109, -0.89722], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-0.5041, 0.43109, -0.82722], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-1.08759, 0.09491, -1.17542], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-1.01561, 0.23882, -0.96766], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-1, 0.25, -1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-1, 0.25, -1], + "lerp_mode": "catmullrom" + } + } + }, + "Left_innertoe": { + "rotation": { + "0.0": { + "post": [-11.71023, -33.1552, -8.69894], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-9.06545, -32.13977, -7.07242], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-14.02026, -31.99853, -4.45302], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-11.71023, -33.1552, -8.69894], + "lerp_mode": "catmullrom" + } + } + }, + "Left_middletoe": { + "rotation": { + "0.0": { + "post": [-28.768, 13.74495, -9.2991], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-35.43467, 13.74495, -9.2991], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-51.91652, 9.82588, -12.47166], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-54.41652, 9.82588, -12.47166], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-36.56541, 11.49045, -10.57357], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-49.06541, 11.49045, -10.57357], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-42.21614, 12.46381, -10.08502], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-28.768, 13.74495, -9.2991], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-28.768, 13.74495, -9.2991], + "lerp_mode": "catmullrom" + } + } + }, + "Left_outertoe": { + "rotation": { + "0.0": { + "post": [-29.2856, -20.55044, 12.78462], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-35.95227, -20.55044, 12.78462], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-53.70931, -12.85324, 19.4563], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-56.20931, -12.85324, 19.4563], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-39.64654, -17.7214, 13.53931], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-50.60934, -14.02981, 17.03874], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-43.11002, -16.03461, 16.18761], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-29.2856, -20.55044, 12.78462], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-29.2856, -20.55044, 12.78462], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Thigh": { + "rotation": { + "0.0": { + "post": [78.03252, 50.49077, 43.49377], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [84.00543, 47.70664, 47.54607], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [91.50543, 47.70664, 47.54607], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [60.44782, 44.78934, 36.10484], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [44.96181, 28.88173, 30.82028], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [51.6702, 19.33716, 27.64954], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [51.6702, 19.33716, 27.64954], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [54.17366, 38.20667, 36.57865], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [78.03252, 50.49077, 43.49377], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [78.03252, 50.49077, 43.49377], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [4.5, 0.75, -7.5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [7, 0.75, -7.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [8, 3.75, -9.75], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [7.47, 5.87, -10.28], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [6.15, 6.16, -11.62], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [5.12, 2.78, -13.79], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [4.5, 0.75, -14.5], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [4.5, 0.75, -14.5], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [4.5, 0.75, -7.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [4.5, 0.75, -7.5], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Calf": { + "rotation": { + "0.0": { + "post": [5.9415, -1.60771, -0.59234], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-9.46695, -20.04183, 12.30751], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-39.02472, -30.04285, 30.22158], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [22.28092, -14.98895, 13.90833], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [5.9415, -1.60771, -0.59234], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [5.9415, -1.60771, -0.59234], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [18.4415, -1.60771, -0.59234], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [5.9415, -1.60771, -0.59234], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [5.9415, -1.60771, -0.59234], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.25, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0.25, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0.25, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0.25, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.25, 0, 0.5], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Foot": { + "rotation": { + "0.0": { + "post": [-11.6733, -11.27738, -21.79957], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-2.92255, -8.35332, -19.8947], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [14.75625, 6.58658, -18.22368], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-16.38739, -7.70459, -21.08439], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-11.6733, -11.27738, -21.79957], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-11.6733, -11.27738, -21.79957], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-21.6733, -11.27738, -21.79957], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [-11.6733, -11.27738, -21.79957], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-11.6733, -11.27738, -21.79957], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [1, 0.25, -1], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [1, 0.25, -1], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [1, 0.25, -1], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [1, 0.25, -1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1, 0.25, -1], + "lerp_mode": "catmullrom" + } + } + }, + "Right_innertoe": { + "rotation": { + "0.0": { + "post": [-5.909, 32.79195, 12.9488], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-9.06545, 32.13977, 7.07242], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-7.7, 32.42, 9.62], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [7.60262, 32.4448, 37.74216], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-5.909, 32.79195, 12.9488], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-5.909, 32.79195, 12.9488], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [-5.909, 32.79195, 12.9488], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-5.909, 32.79195, 12.9488], + "lerp_mode": "catmullrom" + } + } + }, + "Right_middletoe": { + "rotation": { + "0.0": { + "post": [-28.768, -13.74495, 9.2991], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-43.768, -13.74495, 9.2991], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-53.768, -13.74495, 9.2991], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-4.60133, -13.74495, 9.2991], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-28.768, -13.74495, 9.2991], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-28.768, -13.74495, 9.2991], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-13.768, -13.74495, 9.2991], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-33.268, -13.74495, 9.2991], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [-28.768, -13.74495, 9.2991], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-28.768, -13.74495, 9.2991], + "lerp_mode": "catmullrom" + } + } + }, + "Right_outertoe": { + "rotation": { + "0.0": { + "post": [-29.2856, 20.55044, -12.78462], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-40.2955, 16.16874, -15.64975], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-51.27566, 9.96367, -19.97697], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-4.72093, 14.32293, -17.01541], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-29.2856, 20.55044, -12.78462], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-29.2856, 20.55044, -12.78462], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-11.7856, 20.55044, -12.78462], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-33.2856, 20.55044, -12.78462], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [-29.2856, 20.55044, -12.78462], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-29.2856, 20.55044, -12.78462], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Hand": { + "rotation": [-4.94694, 5.00941, 7.7231] + }, + "Right_Hand": { + "rotation": { + "0.0": [-4.94694, -5.00941, -7.7231], + "2.3333": [-4.94694, -5.00941, -7.7231], + "3.0": [-4.94694, -5.00941, -7.7231] + } + }, + "Lower_Jaw": { + "rotation": { + "0.0": [-12.5, 0, 0], + "1.375": [-12.5, 0, 0] + }, + "position": { + "0.0": [0, -1, 0], + "1.375": [0, -1, 0] + } + }, + "Right_pinky": { + "rotation": [0, 0, -17.5] + }, + "Right_thumb": { + "rotation": [0, 0, -17.5], + "position": [-0.25, 0, 0] + }, + "Tail_6": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-7.5, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-7.5, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_pinky": { + "rotation": [0, 0, 20] + }, + "Left_index": { + "rotation": [0, 0, 2.5] + }, + "Left_thumb": { + "rotation": [0, 0, 17.5] + }, + "Right_index": { + "rotation": [0, 0, -2.5] + } + } + }, + "animation.haxorus.special": { + "animation_length": 3, + "bones": { + "Body": { + "position": [0, -1, -7] + }, + "Hips": { + "rotation": { + "0.0": { + "post": [12.3741, 20.02102, -0.3472], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [19.8741, 20.02102, -0.3472], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-10.1259, 20.02102, -0.3472], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-10.1259, 20.02102, -0.3472], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [39.8741, 20.02102, -0.3472], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [42.52716, 20.02102, -0.3472], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [12.3741, 20.02102, -0.3472], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [12.3741, 20.02102, -0.3472], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 1.75, -1], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 1.75, -2.5], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 1.75, 1.75], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 1.75, 1.75], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, -1.25, -7.25], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, -0.25, -5.25], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 1.75, -1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 1.75, -1], + "lerp_mode": "catmullrom" + } + } + }, + "Chest": { + "rotation": { + "0.0": { + "post": [17.4068, -3.26494, 1.3558], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [22.4068, -3.26494, 1.3558], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [12.4068, -3.26494, 1.3558], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [17.4068, -3.26494, 1.3558], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [17.4068, -3.26494, 1.3558], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, -0.75, 0], + "1.3333": [0, -0.75, 0], + "1.375": [0.00285, -0.38033, 0.33665], + "1.4167": [0, -0.75, 0], + "1.4583": [0.00285, -0.38033, 0.33665], + "1.5": [0, -0.75, 0], + "1.5417": [0.00285, -0.38033, 0.33665], + "1.5833": [0, -0.75, 0], + "1.625": [0.00285, -0.38033, 0.33665], + "1.6667": [0, -0.75, 0], + "1.7083": [0.00285, -0.38033, 0.33665], + "1.75": [0, -0.75, 0] + } + }, + "Neck1": { + "rotation": { + "0.0": { + "post": [4.7604, -3.32087, 4.49762], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [9.7604, -3.32087, 4.49762], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [2.2604, -3.32087, 4.49762], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [2.26, -3.32, 4.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [4.7604, -3.32087, 4.49762], + "lerp_mode": "catmullrom" + } + } + }, + "Neck2": { + "rotation": { + "0.0": { + "post": [2.5126, -2.89637, 2.02746], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [7.5126, -2.89637, 2.02746], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0.0126, -2.89637, 2.02746], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-2.4874, -2.89637, 2.02746], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.5126, -2.89637, 2.02746], + "lerp_mode": "catmullrom" + } + } + }, + "Neck3": { + "rotation": { + "0.0": { + "post": [-2.4834, -2.49766, 0.10829], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [5.0166, -2.49766, 0.10829], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2.5166, -2.49766, 0.10829], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0.0166, -2.49766, 0.10829], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.4834, -2.49766, 0.10829], + "lerp_mode": "catmullrom" + } + } + }, + "Neck4": { + "rotation": { + "0.0": { + "post": [2.55713, -2.49751, -0.1115], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-12.44287, -2.49751, -0.1115], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.55713, -2.49751, -0.1115], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-14.8, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1, 0.75], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, -1, 0.75], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -1, 0.75], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Bicep": { + "rotation": { + "0.0": { + "post": [12.82116, -0.26317, 15.82969], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [12.87364, -5.13815, 14.71701], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [3.32765, 13.71264, 33.25833], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [34.70033, -2.67342, 21.69685], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [30.07926, -11.7273, 13.82183], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [30.07926, -11.7273, 13.82183], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [12.82116, -0.26317, 15.82969], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [12.82116, -0.26317, 15.82969], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-1, 0, -0.75], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [-1, 0, -0.75], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-1, 0, -0.75], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Bicep": { + "rotation": { + "0.0": { + "post": [12.82116, 0.26317, -15.82969], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [12.87364, 5.13815, -14.71701], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [3.32765, -13.71264, -33.25833], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [34.70033, 2.67342, -21.69685], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [30.36538, 13.88759, -12.5314], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [30.36538, 13.88759, -12.5314], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [12.82116, 0.26317, -15.82969], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [12.82116, 0.26317, -15.82969], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [1, 0, -0.75], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [1, 0, -0.75], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1, 0, -0.75], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Forearm": { + "rotation": { + "0.0": { + "post": [259.90374, 86.21759, 261.78511], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [319.27708, 84.28679, 321.32105], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [193.5528, 73.91025, 194.94336], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [354.90107, 43.05066, 358.41728], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [354.90107, 43.05066, 358.41728], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [259.90374, 86.21759, 261.78511], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [259.90374, 86.21759, 261.78511], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.25, 0, -0.75], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0.25, 0, -0.75], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.25, 0, -0.75], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Forearm": { + "rotation": { + "0.0": { + "post": [259.90374, -86.21759, -261.78511], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [331.33054, -82.21981, -333.45597], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [199.37722, -78.71166, -200.9325], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [354.90107, -43.05066, -358.41728], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [354.90107, -43.05066, -358.41728], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [259.90374, -86.21759, -261.78511], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [259.90374, -86.21759, -261.78511], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.25, 0, -0.75], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [-0.25, 0, -0.75], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.25, 0, -0.75], + "lerp_mode": "catmullrom" + } + } + }, + "Back_Plate": { + "rotation": [2.5, 0, 0], + "position": [0, -1, -1.25] + }, + "Tail_1": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [6.42764, -37.18301, -4.98021], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [12.08602, 13.16176, 2.99639], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail_2": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [30.38126, 8.64917, 5.03837], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [30.02363, -2.16489, -1.2506], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail_3": { + "rotation": { + "0.0": { + "post": [30.0838, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [32.60476, 2.10641, 1.3468], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [33.48773, -12.59696, -8.21023], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [30.0838, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [30.0838, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail_4": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-2.53852, 9.99038, -0.44067], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-2.56062, -12.48791, 0.55404], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": [0, 0, 0.75] + }, + "Tail_5": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-10.08453, 7.38542, -1.30962], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-10.23772, -12.3071, 2.20462], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Thigh": { + "rotation": { + "0.0": { + "post": [36.96868, -15.70762, -27.36573], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [46.96868, -15.70762, -27.36573], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [26.96868, -15.70762, -27.36573], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [49.46868, -15.70762, -27.36573], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [56.96868, -15.70762, -27.36573], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [36.96868, -15.70762, -27.36573], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [36.96868, -15.70762, -27.36573], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-5.5, 2.75, -11.75], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-5.5, 2.75, -13.75], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5.5, 1.25, -11.25], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5.5, 2.5, -14.75], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-5.5, 2.5, -14.75], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-5.5, 2.75, -11.75], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-5.5, 2.75, -11.75], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Calf": { + "rotation": { + "0.0": { + "post": [-6.5585, 1.60771, 0.59234], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-11.5585, 1.60771, 0.59234], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [15.9415, 1.60771, 0.59234], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-9.0585, 1.60771, 0.59234], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-24.0585, 1.60771, 0.59234], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-6.5585, 1.60771, 0.59234], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-6.5585, 1.60771, 0.59234], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.25, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-0.25, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.25, 0, 0.5], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Foot": { + "rotation": { + "0.0": { + "post": [8.3267, 11.27738, 21.79957], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [5.8267, 11.27738, 21.79957], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [10.8267, 11.27738, 21.79957], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0.8267, 11.27738, 21.79957], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-6.6733, 11.27738, 21.79957], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [8.3267, 11.27738, 21.79957], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [8.3267, 11.27738, 21.79957], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-1, 0.25, -1], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-1, 0.25, -1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-1, 0.25, -1], + "lerp_mode": "catmullrom" + } + } + }, + "Left_innertoe": { + "rotation": { + "0.0": { + "post": [-7.5, -32.5, -9.99996], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-10.60056, -31.71272, -4.17003], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-8.12, -32.28, -8.81], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-12.66637, -30.92404, -0.14658], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-9.06545, -32.13977, -7.07242], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-9.06545, -32.13977, -7.07242], + "lerp_mode": "catmullrom" + } + } + }, + "Left_middletoe": { + "rotation": { + "0.0": { + "post": [-28.768, 13.74495, -9.2991], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-33.768, 13.74495, -9.2991], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-41.268, 13.74495, -9.2991], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-31.268, 13.74495, -9.2991], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-15.03631, 15.30364, -4.39114], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-28.768, 13.74495, -9.2991], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-28.768, 13.74495, -9.2991], + "lerp_mode": "catmullrom" + } + } + }, + "Left_outertoe": { + "rotation": { + "0.0": { + "post": [-29.2856, -20.55044, 12.78462], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-34.2856, -20.55044, 12.78462], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-39.2856, -20.55044, 12.78462], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-31.7856, -20.55044, 12.78462], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-18.4756, -21.8634, 10.46707], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-29.2856, -20.55044, 12.78462], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-29.2856, -20.55044, 12.78462], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Thigh": { + "rotation": { + "0.0": { + "post": [78.03252, 50.49077, 43.49377], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [84.11275, 51.26826, 51.32591], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [64.21052, 61.63382, 34.62086], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [88.71637, 47.26855, 54.81733], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [96.93416, 40.9855, 58.80604], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [78.03252, 50.49077, 43.49377], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [78.03252, 50.49077, 43.49377], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [4.5, 0.75, -7.5], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [5, 0.75, -7.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [5, 0.75, -4.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [7, 0.75, -10.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [7, 0.75, -9.75], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [4.5, 0.75, -7.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [4.5, 0.75, -7.5], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Calf": { + "rotation": { + "0.0": { + "post": [5.9415, -1.60771, -0.59234], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [3.38161, -14.06186, -0.57201], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [11.03587, -7.73264, 12.47769], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-8.40763, -26.4823, 5.81334], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-21.02408, -31.68253, 4.14952], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [5.9415, -1.60771, -0.59234], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [5.9415, -1.60771, -0.59234], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.25, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0.25, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0.05451, 0.20241, 0.0867], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0.5919, 0.71202, 0.25835], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0.25, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.25, 0, 0.5], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Foot": { + "rotation": { + "0.0": { + "post": [-11.6733, -11.27738, -21.79957], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-6.40211, -4.26061, -18.29094], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-8.35505, -7.35541, -21.50676], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [3.59789, -4.26061, -18.29094], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [3.40861, -4.4134, -15.78845], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-11.6733, -11.27738, -21.79957], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-11.6733, -11.27738, -21.79957], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [1, 0.25, -1], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [1, 0.25, -1], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [1, 0.25, -1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1, 0.25, -1], + "lerp_mode": "catmullrom" + } + } + }, + "Right_innertoe": { + "rotation": { + "0.0": { + "post": [-5.909, 32.79195, 12.9488], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-9.06545, 32.13977, 7.07242], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-9.06545, 32.13977, 7.07242], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-5.909, 32.79195, 12.9488], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-5.909, 32.79195, 12.9488], + "lerp_mode": "catmullrom" + } + } + }, + "Right_middletoe": { + "rotation": { + "0.0": { + "post": [-28.768, -13.74495, 9.2991], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-38.768, -13.74495, 9.2991], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-36.98229, -13.74495, 9.2991], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-43.46532, -12.93467, 10.08863], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-46.66052, -11.93244, 11.0652], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-41.268, -13.74495, 9.2991], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-28.768, -13.74495, 9.2991], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-28.768, -13.74495, 9.2991], + "lerp_mode": "catmullrom" + } + } + }, + "Right_outertoe": { + "rotation": { + "0.0": { + "post": [-29.2856, 20.55044, -12.78462], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-38.15515, 17.50725, -16.98195], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-36.36943, 17.50725, -16.98195], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-43.66802, 17.50725, -16.98195], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-48.15515, 17.50725, -16.98195], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-43.15515, 17.50725, -16.98195], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-29.2856, 20.55044, -12.78462], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-29.2856, 20.55044, -12.78462], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Hand": { + "rotation": [-4.94694, 5.00941, 7.7231] + }, + "Right_Hand": { + "rotation": [-4.94694, -5.00941, -7.7231] + }, + "Lower_Jaw": { + "rotation": { + "0.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": [0, -1, 0] + }, + "Right_pinky": { + "rotation": [0, 0, -17.5] + }, + "Right_thumb": { + "rotation": [0, 0, -17.5], + "position": [-0.25, 0, 0] + }, + "Tail_6": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-7.52832, 4.95712, -0.65426], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-7.97532, -19.82169, 2.71994], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_pinky": { + "rotation": [0, 0, 20] + }, + "Left_index": { + "rotation": [0, 0, 2.5] + }, + "Left_thumb": { + "rotation": [0, 0, 17.5] + }, + "Right_index": { + "rotation": [0, 0, -2.5] + } + } + }, + "animation.haxorus.status": { + "animation_length": 3, + "bones": { + "Body": { + "position": [0, -1, -7] + }, + "Hips": { + "rotation": { + "0.0": { + "post": [12.3741, 20.02102, -0.3472], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [19.8741, 20.02102, -0.3472], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-10.1259, 20.02102, -0.3472], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-10.1259, 20.02102, -0.3472], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [39.8741, 20.02102, -0.3472], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [42.52716, 20.02102, -0.3472], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [12.3741, 20.02102, -0.3472], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [12.3741, 20.02102, -0.3472], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 1.75, -1], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 1.75, -2.5], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 1.75, 1.75], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 1.75, 1.75], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, -1.25, -7.25], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, -0.25, -5.25], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 1.75, -1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 1.75, -1], + "lerp_mode": "catmullrom" + } + } + }, + "Chest": { + "rotation": { + "0.0": { + "post": [17.4068, -3.26494, 1.3558], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [22.4068, -3.26494, 1.3558], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [12.4068, -3.26494, 1.3558], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [17.4068, -3.26494, 1.3558], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [17.4068, -3.26494, 1.3558], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, -0.75, 0], + "1.3333": [0, -0.75, 0], + "1.375": [0.00285, -0.38033, 0.33665], + "1.4167": [0, -0.75, 0], + "1.4583": [0.00285, -0.38033, 0.33665], + "1.5": [0, -0.75, 0], + "1.5417": [0.00285, -0.38033, 0.33665], + "1.5833": [0, -0.75, 0], + "1.625": [0.00285, -0.38033, 0.33665], + "1.6667": [0, -0.75, 0], + "1.7083": [0.00285, -0.38033, 0.33665], + "1.75": [0, -0.75, 0] + } + }, + "Neck1": { + "rotation": { + "0.0": { + "post": [4.7604, -3.32087, 4.49762], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [9.7604, -3.32087, 4.49762], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [2.2604, -3.32087, 4.49762], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [2.26, -3.32, 4.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [4.7604, -3.32087, 4.49762], + "lerp_mode": "catmullrom" + } + } + }, + "Neck2": { + "rotation": { + "0.0": { + "post": [2.5126, -2.89637, 2.02746], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [7.5126, -2.89637, 2.02746], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0.0126, -2.89637, 2.02746], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-2.4874, -2.89637, 2.02746], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.5126, -2.89637, 2.02746], + "lerp_mode": "catmullrom" + } + } + }, + "Neck3": { + "rotation": { + "0.0": { + "post": [-2.4834, -2.49766, 0.10829], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [5.0166, -2.49766, 0.10829], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2.5166, -2.49766, 0.10829], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0.0166, -2.49766, 0.10829], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.4834, -2.49766, 0.10829], + "lerp_mode": "catmullrom" + } + } + }, + "Neck4": { + "rotation": { + "0.0": { + "post": [2.55713, -2.49751, -0.1115], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-12.44287, -2.49751, -0.1115], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.55713, -2.49751, -0.1115], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-14.8, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1, 0.75], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, -1, 0.75], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -1, 0.75], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Bicep": { + "rotation": { + "0.0": { + "post": [12.82116, -0.26317, 15.82969], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [12.87364, -5.13815, 14.71701], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [3.32765, 13.71264, 33.25833], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [34.70033, -2.67342, 21.69685], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [30.07926, -11.7273, 13.82183], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [30.07926, -11.7273, 13.82183], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [12.82116, -0.26317, 15.82969], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [12.82116, -0.26317, 15.82969], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-1, 0, -0.75], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [-1, 0, -0.75], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-1, 0, -0.75], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Bicep": { + "rotation": { + "0.0": { + "post": [12.82116, 0.26317, -15.82969], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [12.87364, 5.13815, -14.71701], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [3.32765, -13.71264, -33.25833], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [34.70033, 2.67342, -21.69685], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [30.36538, 13.88759, -12.5314], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [30.36538, 13.88759, -12.5314], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [12.82116, 0.26317, -15.82969], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [12.82116, 0.26317, -15.82969], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [1, 0, -0.75], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [1, 0, -0.75], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1, 0, -0.75], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Forearm": { + "rotation": { + "0.0": { + "post": [259.90374, 86.21759, 261.78511], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [319.27708, 84.28679, 321.32105], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [193.5528, 73.91025, 194.94336], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [354.90107, 43.05066, 358.41728], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [354.90107, 43.05066, 358.41728], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [259.90374, 86.21759, 261.78511], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [259.90374, 86.21759, 261.78511], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.25, 0, -0.75], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0.25, 0, -0.75], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.25, 0, -0.75], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Forearm": { + "rotation": { + "0.0": { + "post": [259.90374, -86.21759, -261.78511], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [331.33054, -82.21981, -333.45597], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [199.37722, -78.71166, -200.9325], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [354.90107, -43.05066, -358.41728], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [354.90107, -43.05066, -358.41728], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [259.90374, -86.21759, -261.78511], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [259.90374, -86.21759, -261.78511], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.25, 0, -0.75], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [-0.25, 0, -0.75], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.25, 0, -0.75], + "lerp_mode": "catmullrom" + } + } + }, + "Back_Plate": { + "rotation": [2.5, 0, 0], + "position": [0, -1, -1.25] + }, + "Tail_1": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [6.42764, -37.18301, -4.98021], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [12.08602, 13.16176, 2.99639], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail_2": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [30.38126, 8.64917, 5.03837], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [30.02363, -2.16489, -1.2506], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail_3": { + "rotation": { + "0.0": { + "post": [30.0838, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [32.60476, 2.10641, 1.3468], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [33.48773, -12.59696, -8.21023], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [30.0838, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [30.0838, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail_4": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-2.53852, 9.99038, -0.44067], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-2.56062, -12.48791, 0.55404], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": [0, 0, 0.75] + }, + "Tail_5": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-10.08453, 7.38542, -1.30962], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-10.23772, -12.3071, 2.20462], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Thigh": { + "rotation": { + "0.0": { + "post": [36.96868, -15.70762, -27.36573], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [46.96868, -15.70762, -27.36573], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [26.96868, -15.70762, -27.36573], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [49.46868, -15.70762, -27.36573], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [56.96868, -15.70762, -27.36573], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [36.96868, -15.70762, -27.36573], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [36.96868, -15.70762, -27.36573], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-5.5, 2.75, -11.75], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-5.5, 2.75, -13.75], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5.5, 1.25, -11.25], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5.5, 2.5, -14.75], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-5.5, 2.5, -14.75], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-5.5, 2.75, -11.75], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-5.5, 2.75, -11.75], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Calf": { + "rotation": { + "0.0": { + "post": [-6.5585, 1.60771, 0.59234], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-11.5585, 1.60771, 0.59234], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [15.9415, 1.60771, 0.59234], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-9.0585, 1.60771, 0.59234], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-24.0585, 1.60771, 0.59234], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-6.5585, 1.60771, 0.59234], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-6.5585, 1.60771, 0.59234], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.25, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-0.25, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.25, 0, 0.5], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Foot": { + "rotation": { + "0.0": { + "post": [8.3267, 11.27738, 21.79957], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [5.8267, 11.27738, 21.79957], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [10.8267, 11.27738, 21.79957], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0.8267, 11.27738, 21.79957], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-6.6733, 11.27738, 21.79957], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [8.3267, 11.27738, 21.79957], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [8.3267, 11.27738, 21.79957], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-1, 0.25, -1], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-1, 0.25, -1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-1, 0.25, -1], + "lerp_mode": "catmullrom" + } + } + }, + "Left_innertoe": { + "rotation": { + "0.0": { + "post": [-7.5, -32.5, -9.99996], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-10.60056, -31.71272, -4.17003], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-8.12, -32.28, -8.81], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-12.66637, -30.92404, -0.14658], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-9.06545, -32.13977, -7.07242], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-9.06545, -32.13977, -7.07242], + "lerp_mode": "catmullrom" + } + } + }, + "Left_middletoe": { + "rotation": { + "0.0": { + "post": [-28.768, 13.74495, -9.2991], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-33.768, 13.74495, -9.2991], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-41.268, 13.74495, -9.2991], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-31.268, 13.74495, -9.2991], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-15.03631, 15.30364, -4.39114], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-28.768, 13.74495, -9.2991], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-28.768, 13.74495, -9.2991], + "lerp_mode": "catmullrom" + } + } + }, + "Left_outertoe": { + "rotation": { + "0.0": { + "post": [-29.2856, -20.55044, 12.78462], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-34.2856, -20.55044, 12.78462], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-39.2856, -20.55044, 12.78462], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-31.7856, -20.55044, 12.78462], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-18.4756, -21.8634, 10.46707], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-29.2856, -20.55044, 12.78462], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-29.2856, -20.55044, 12.78462], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Thigh": { + "rotation": { + "0.0": { + "post": [78.03252, 50.49077, 43.49377], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [84.11275, 51.26826, 51.32591], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [64.21052, 61.63382, 34.62086], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [88.71637, 47.26855, 54.81733], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [96.93416, 40.9855, 58.80604], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [78.03252, 50.49077, 43.49377], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [78.03252, 50.49077, 43.49377], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [4.5, 0.75, -7.5], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [5, 0.75, -7.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [5, 0.75, -4.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [7, 0.75, -10.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [7, 0.75, -9.75], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [4.5, 0.75, -7.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [4.5, 0.75, -7.5], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Calf": { + "rotation": { + "0.0": { + "post": [5.9415, -1.60771, -0.59234], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [3.38161, -14.06186, -0.57201], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [11.03587, -7.73264, 12.47769], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-8.40763, -26.4823, 5.81334], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-21.02408, -31.68253, 4.14952], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [5.9415, -1.60771, -0.59234], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [5.9415, -1.60771, -0.59234], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.25, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0.25, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0.05451, 0.20241, 0.0867], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0.5919, 0.71202, 0.25835], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0.25, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.25, 0, 0.5], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Foot": { + "rotation": { + "0.0": { + "post": [-11.6733, -11.27738, -21.79957], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-6.40211, -4.26061, -18.29094], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-8.35505, -7.35541, -21.50676], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [3.59789, -4.26061, -18.29094], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [3.40861, -4.4134, -15.78845], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-11.6733, -11.27738, -21.79957], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-11.6733, -11.27738, -21.79957], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [1, 0.25, -1], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [1, 0.25, -1], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [1, 0.25, -1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1, 0.25, -1], + "lerp_mode": "catmullrom" + } + } + }, + "Right_innertoe": { + "rotation": { + "0.0": { + "post": [-5.909, 32.79195, 12.9488], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-9.06545, 32.13977, 7.07242], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-9.06545, 32.13977, 7.07242], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-5.909, 32.79195, 12.9488], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-5.909, 32.79195, 12.9488], + "lerp_mode": "catmullrom" + } + } + }, + "Right_middletoe": { + "rotation": { + "0.0": { + "post": [-28.768, -13.74495, 9.2991], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-38.768, -13.74495, 9.2991], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-36.98229, -13.74495, 9.2991], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-43.46532, -12.93467, 10.08863], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-46.66052, -11.93244, 11.0652], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-41.268, -13.74495, 9.2991], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-28.768, -13.74495, 9.2991], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-28.768, -13.74495, 9.2991], + "lerp_mode": "catmullrom" + } + } + }, + "Right_outertoe": { + "rotation": { + "0.0": { + "post": [-29.2856, 20.55044, -12.78462], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-38.15515, 17.50725, -16.98195], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-36.36943, 17.50725, -16.98195], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-43.66802, 17.50725, -16.98195], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-48.15515, 17.50725, -16.98195], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-43.15515, 17.50725, -16.98195], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-29.2856, 20.55044, -12.78462], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-29.2856, 20.55044, -12.78462], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Hand": { + "rotation": [-4.94694, 5.00941, 7.7231] + }, + "Right_Hand": { + "rotation": [-4.94694, -5.00941, -7.7231] + }, + "Lower_Jaw": { + "rotation": { + "0.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": [0, -1, 0] + }, + "Right_pinky": { + "rotation": [0, 0, -17.5] + }, + "Right_thumb": { + "rotation": [0, 0, -17.5], + "position": [-0.25, 0, 0] + }, + "Tail_6": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-7.52832, 4.95712, -0.65426], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-7.97532, -19.82169, 2.71994], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_pinky": { + "rotation": [0, 0, 20] + }, + "Left_index": { + "rotation": [0, 0, 2.5] + }, + "Left_thumb": { + "rotation": [0, 0, 17.5] + }, + "Right_index": { + "rotation": [0, 0, -2.5] + } + } + }, + "animation.haxorus.cry": { + "animation_length": 3.5, + "bones": { + "Hips": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [4.29, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [4.29, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Chest": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [8.89, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [3.74707, 0.16348, -2.49465], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-2.49762, 0.10901, 2.49762], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Neck1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [4.98107, 0.43523, -4.98107], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-7.47146, 0.65305, 0.01441], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [2.48351, -0.54404, 4.97397], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Neck2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Neck3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Neck4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Lower_Jaw": { + "rotation": { + "0.6667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [15.31, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [17, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [21.36, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [17, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [21.36, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [17, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [21.36, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [22.67, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [22.67, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [20.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [22.67, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [20.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [22.67, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [20.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [22.67, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [20.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [22.67, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [20.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [22.67, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [20.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [22.67, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [20.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Bicep": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 7.5, 10], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [1.95155, -7.24305, -5.12353], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [1.95155, -7.24305, -5.12353], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-0.98448, 7.43547, 2.43603], + "lerp_mode": "catmullrom" + }, + "3.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Forearm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 15, 20], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-24.86926, -12.95254, -10.86748], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-2.36926, -12.95254, -10.86748], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-3.86981, 6.99499, 5.0172], + "lerp_mode": "catmullrom" + }, + "3.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Bicep": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, -7.5, -10], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [1.95155, 7.24305, 5.12353], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [1.95155, 7.24305, 5.12353], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-0.98448, -7.43547, -2.43603], + "lerp_mode": "catmullrom" + }, + "3.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Forearm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, -15, -20], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-24.86926, 12.95254, 10.86748], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-2.36926, 12.95254, 10.86748], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-3.86981, -6.99499, -5.0172], + "lerp_mode": "catmullrom" + }, + "3.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + }, + "sound_effects": { + "0.7083": { + "effect": "pokemon.haxorus.cry" + } + } + }, + "animation.haxorus.head_shake": { + "animation_length": 2.5, + "bones": { + "Neck1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Neck2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Neck3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Neck4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [6.27243, -4.97022, -0.5456], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [6.89839, 5.79838, 0.74486], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [6.27243, -4.97022, -0.5456], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [5.07673, -9.96156, -0.88045], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [5.04292, 7.4713, 0.6574], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [5.04292, -7.4713, -0.6574], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Lower_Jaw": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.haxorus.stomp_head_shake": { + "animation_length": 2.5, + "bones": { + "Neck1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Neck2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Neck3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Neck4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [6.27243, -4.97022, -0.5456], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [6.89839, 5.79838, 0.74486], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [6.27243, -4.97022, -0.5456], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [5.07673, -9.96156, -0.88045], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [5.04292, 7.4713, 0.6574], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [5.04292, -7.4713, -0.6574], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Lower_Jaw": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Hips": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-1.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Thigh": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Calf": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [34.17, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Foot": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_middletoe": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_outertoe": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/hoopa/hoopa.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/hoopa/hoopa.animation.json new file mode 100644 index 0000000..96251fd --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/hoopa/hoopa.animation.json @@ -0,0 +1,1157 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.hoopa.ground_idle": { + "loop": true, + "bones": { + "mainthing": { + "rotation": ["-math.sin(q.anim_time*90*1-60)*2", 0, 0], + "position": ["math.sin(q.anim_time*90*1)*1", "10-math.sin(q.anim_time*90*2)*1", "-math.sin(q.anim_time*90*0.5)*1"] + }, + "head": { + "rotation": [0, 0, 0] + }, + "headring": { + "rotation": ["-math.sin(q.anim_time*90*1-140)*3", "-math.sin(q.anim_time*90*1-50)*3", 0] + }, + "headring2": { + "rotation": ["-math.sin(q.anim_time*90*1-60)*3", "math.sin(q.anim_time*90*1-20)*3", 0] + }, + "body": { + "rotation": ["-math.sin(q.anim_time*90*1-90)*2", 0, "-math.sin(q.anim_time*90*0.5)*3"] + }, + "arm_left": { + "rotation": ["-math.sin(q.anim_time*90*1-100)*8", 0, "math.sin(q.anim_time*90*1-80)*5"], + "position": [0, 0, 0] + }, + "arm_right": { + "rotation": ["-math.sin(q.anim_time*90*1-90)*8", 0, "-math.sin(q.anim_time*90*1-20)*5"] + } + } + }, + "animation.hoopa.ground_walk": { + "loop": true, + "animation_length": 8.375, + "bones": { + "mainthing": { + "rotation": ["-0.0065-math.sin(q.anim_time*90*1-60)*2", 0.15094, -4.99773], + "position": ["math.sin(q.anim_time*90*1)*1", "10-math.sin(q.anim_time*90*2.5)*1", "-math.sin(q.anim_time*90*0.5)*1"] + }, + "head": { + "rotation": [2.5, 0, 0] + }, + "headring": { + "rotation": ["-0.5433-math.sin(q.anim_time*90*1-140)*3", "0.3628-math.sin(q.anim_time*90*1-50)*3", "-12.5065+math.sin(q.anim_time*90*2.5-100)*3"], + "position": [-0.5, 0, 0] + }, + "headring2": { + "rotation": ["0.1385-math.sin(q.anim_time*90*1-60)*3", "0.4666+math.sin(q.anim_time*90*1-20)*3", "-9.9901+math.sin(q.anim_time*90*2.5-130)*3"], + "position": [-0.5, 0, 0] + }, + "body": { + "rotation": ["2.4526-math.sin(q.anim_time*90*1-90)*3", 0.43279, "-12.4926-math.sin(q.anim_time*90*0.5)*3"] + }, + "arm_left": { + "rotation": [0.6087, "34.5118-math.sin(q.anim_time*90*2.5-90)*3", "-37.4238+math.sin(q.anim_time*90*2.5-90)*3"], + "position": [1, 0.25, 0.5] + }, + "arm_right": { + "rotation": [-4.2338, "-30.2837+math.sin(q.anim_time*90*2.5-90)*3", "-40.0893+math.sin(q.anim_time*90*2.5-90)*3"], + "position": [1, 0.5, 0] + } + } + }, + "animation.hoopa.blink": { + "animation_length": 0.1667, + "bones": { + "eyes": { + "position": { + "0.0": [0.2, 0, 0], + "0.125": [0.2, 0, 0], + "0.1667": [0, 0, 0] + } + } + } + }, + "animation.hoopa.faint": { + "animation_length": 3, + "bones": { + "mainthing": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [88.94935, 23.17397, -90.13018], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [100.19432, 75.64781, -91.20304], + "lerp_mode": "catmullrom" + }, + "2.2917": [100.19432, 75.64781, -91.20304] + }, + "position": { + "0.0": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 7, 3], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [5, 5, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [4.54, 0.37, -1.99], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [5, -4.5, -4], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [5, -3.5, -4], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [5, -4.5, -4], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [5, -3.5, -4], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [5, -4.5, -4], + "lerp_mode": "catmullrom" + }, + "2.2917": [5, -4.5, -4] + } + }, + "head": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*4)*5", 0, "math.sin(q.anim_time*90*4)*5"], + "1.4583": [0, 0, 12.5], + "1.8333": [0, 0, 0], + "2.2917": [0, 0, -12.5] + } + }, + "eyes": { + "position": { + "0.0": [0, 0, 0], + "1.5833": [0, 0, 0], + "1.7083": [0.1, 0, 0] + } + }, + "headring": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [22.5, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [4.33287, 2.49762, -22.4055], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [4.33287, 2.49762, -22.4055], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "2.2917": [0, 0, 5] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": [-0.5, 0, 0] + } + }, + "headring2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [5, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [4.33287, 2.49762, -22.4055], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [4.33287, 2.49762, -22.4055], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "2.2917": [0, 0, 5] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": [-0.5, 0, 0] + } + }, + "body": { + "rotation": { + "0.0": { + "post": [-4.95258, -0.43842, -0.1974], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [5, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [4.33287, 2.49762, -22.4055], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [4.33287, 2.49762, -22.4055], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": [0, 0, 0] + } + }, + "arm_left": { + "rotation": { + "0.0": [0, 0, 0], + "2.2917": [11.17505, 10.07026, 43.4877] + } + }, + "arm_right": { + "rotation": { + "0.0": [0, 0, 0], + "2.2917": [-12.5, 0, 67.5] + } + } + } + }, + "animation.hoopa.cry": { + "animation_length": 2.6667, + "bones": { + "eyebrows": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "headring": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, -14.5], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, -4.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -17], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 5.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -3.6], + "lerp_mode": "catmullrom" + }, + "1.3333": [0, 0, 0.5] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-0.28, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-0.62, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": [-0.12, 0, 0] + } + }, + "headring2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, -14.5], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, -10.5], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, -14.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -4.5], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, -9.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 3], + "lerp_mode": "catmullrom" + }, + "1.3333": [0, 0, 0.5] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": [-0.5, 0, 0] + } + }, + "positionalhead": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.hoopa.quirk": { + "animation_length": 3.625, + "bones": { + "headshape": { + "rotation": [0, 0, 0] + }, + "headring": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.625": [0, 0, 0] + } + }, + "headring2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "positionalhead": { + "rotation": { + "0.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0.6574, -7.4713, -7.54292], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-0.34203, -17.49265, 0.08145], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-0.34203, -17.49265, 0.08145], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [1.92656, -2.39162, -7.25714], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [5.39365, 24.43966, 4.62277], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [4.46279, 29.62288, 2.34043], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [4.46279, 29.62288, 2.34043], + "lerp_mode": "catmullrom" + }, + "3.375": [0, 0, -2.5] + } + } + } + }, + "animation.hoopa.quirk2": { + "animation_length": 3.375, + "bones": { + "headring": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 60], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 170], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 295], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 410], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 575], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 747.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 935], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, 0, 1095], + "lerp_mode": "catmullrom" + }, + "2.7917": [0, 0, 1080] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-0.04, -0.37, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2, -1, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0.25, -4.75, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-2.5, -1.75, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [2, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [1.98, -2.27, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [1.05, -4.36, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-1.5, -4, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-2.06, -3.39, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-2.13, -1.71, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-1.06, -0.65, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [1.5, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [1.97, -1.91, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [2.23, -2.85, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [2, -3.68, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-1.5, -4, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-1.96, -3.6, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-2.12, -3.1, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-2.16, -1.86, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-1.9, -1.41, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-1.6, -0.77, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0.5, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": [0, 0, 0] + } + }, + "headring2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 60], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 170], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 295], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 410], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 575], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 747.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 935], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, 0, 1095], + "lerp_mode": "catmullrom" + }, + "2.5833": [0, 0, 1080] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-0.04, -0.37, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2, -1, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0.25, -4.75, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-2.5, -1.75, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [2, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [1.98, -2.27, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [1.05, -4.36, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-1.5, -4, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-2.06, -3.39, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-2.13, -1.71, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-1.06, -0.65, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [1.5, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [1.97, -1.91, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [2.23, -2.85, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [2, -3.68, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-1.5, -4, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-1.96, -3.6, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-2.12, -3.1, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-2.16, -1.86, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-1.9, -1.41, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-1.6, -0.77, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0.5, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": [0, 0, 0] + } + }, + "positionalhead": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -40], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.3333": [0, 0, 0] + } + } + } + }, + "animation.hoopa.sleep": { + "loop": true, + "bones": { + "mainthing": { + "rotation": [-152.07591, "52.109-math.sin(q.anim_time*90)*1", 112.44482], + "position": [-4, "12-math.sin(q.anim_time*90-65)*1", 3] + }, + "eyes": { + "position": [0.2, 0, 0] + }, + "headring": { + "rotation": [15, 0, -55], + "position": [-2.5, -1, 0] + }, + "headring2": { + "rotation": [0, 0, -52.5], + "position": [-1.5, -1.75, 0] + }, + "arm_left": { + "rotation": [-86.44065, -22.60899, -437.09721], + "position": ["-4-math.sin(q.anim_time*90)*0.5", 4, 5] + }, + "arm_right": { + "rotation": [98.75145, 17.51616, -75.50962], + "position": ["-3-math.sin(q.anim_time*90+50)*0.5", 3, -6] + } + } + }, + "animation.hoopa.special_attack": { + "loop": true, + "animation_length": 3.375, + "bones": { + "mainthing": { + "rotation": { + "0.0": ["-math.sin(q.anim_time*90*1-60)*2", 0, 0], + "0.0417": [0, 0, 0], + "1.0417": [0, 0, 0], + "1.2083": [0, 0, 0] + }, + "position": { + "0.0": ["math.sin(q.anim_time*90*1)*1", "10-math.sin(q.anim_time*90*2)*1", "-math.sin(q.anim_time*90*0.5)*1"], + "0.0417": [0, 10, 0], + "1.0417": [0, 10, 0], + "1.125": [0, 10, 3], + "1.2083": [0, 10, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, "-math.sin(q.anim_time*90*2+60)*2"], + "0.5": [0, 75, "-math.sin(q.anim_time*90*2+60)*2"], + "1.2083": [0, 75, "-math.sin(q.anim_time*90*2+60)*2"], + "1.75": [0, 0, "-math.sin(q.anim_time*90*2+60)*2"] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "1.2083": [0, 0, 0], + "1.75": [0, 0, 0] + } + }, + "eyes": { + "position": { + "0.0": [0, 0, 0], + "0.3333": [0, 0, 0], + "0.5": [0.2, 0, 0], + "0.625": [0.2, 0, 0], + "1.0": [0.2, 0, 0], + "1.75": [0, 0, 0] + } + }, + "headring": { + "rotation": { + "0.0": ["-math.sin(q.anim_time*90*1-140)*3", "-math.sin(q.anim_time*90*1-50)*3", 0], + "0.0417": [0, 0, 0] + } + }, + "headring2": { + "rotation": { + "0.0": ["-math.sin(q.anim_time*90*1-60)*3", "math.sin(q.anim_time*90*1-20)*3", 0], + "0.0417": [0, 0, 0] + } + }, + "body": { + "rotation": { + "0.0": ["-math.sin(q.anim_time*90*1-90)*2", 0, "-math.sin(q.anim_time*90*0.5)*3"], + "0.5": ["-math.sin(q.anim_time*90*1-90)*2", 0, "-math.sin(q.anim_time*90*0.5)*3"], + "1.0": ["-0.0051-math.sin(q.anim_time*90*1-90)*2", -0.11492, "4.9986-math.sin(q.anim_time*90*0.5)*3"], + "1.75": ["-math.sin(q.anim_time*90*1-90)*2", 0, "-math.sin(q.anim_time*90*0.5)*3"] + } + }, + "arm_left": { + "rotation": { + "0.0": ["-math.sin(q.anim_time*90*1-100)*8", 0, "math.sin(q.anim_time*90*1-80)*5"], + "0.8333": [-81.53002, -77.61517, 123.49499], + "0.9167": [-81.53002, -77.61517, 123.49499], + "1.0833": [-81.53002, -77.61517, 123.49499], + "1.1667": [-81.53002, -77.61517, 123.49499], + "1.3333": [-81.53002, -77.61517, 123.49499], + "1.75": ["-math.sin(q.anim_time*90*1-100)*8", 0, "math.sin(q.anim_time*90*1-80)*5"] + }, + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, 0], + "0.7083": [-3.64, 1.73, -4.36], + "0.75": [-4.09, 0.49, -4.91], + "0.7917": [-4.54, 1.74, -5.45], + "0.8333": [-5, 1, -6], + "0.875": [-5, 2, -6], + "0.9167": [-5, 1, -6], + "0.9583": [-3.64, 1.73, -4.36], + "1.0": [-4.09, 0.49, -4.91], + "1.0417": [-4.54, 1.74, -5.45], + "1.0833": [-5, 1, -6], + "1.125": [-5, 2, -6], + "1.1667": [-5, 1, -6], + "1.3333": [-5, 1, -6], + "1.75": [0, 0, 0] + } + }, + "arm_right": { + "rotation": { + "0.0": ["-math.sin(q.anim_time*90*1-90)*8", 0, "-math.sin(q.anim_time*90*1-20)*5"], + "0.8333": [9.24353, -85.43968, 127.97713], + "1.0833": [9.24353, -85.43968, 127.97713], + "1.2917": [9.24353, -85.43968, 127.97713], + "1.3333": [9.24353, -85.43968, 127.97713], + "1.75": ["-math.sin(q.anim_time*90*1-90)*8", 0, "-math.sin(q.anim_time*90*1-20)*5"] + }, + "position": { + "0.0": [0, 0, 0], + "0.7083": [-4.5, -1.25, 4.5], + "0.75": [-5, -2.83, 5], + "0.7917": [-5.5, -1.91, 5.5], + "0.8333": [-6, -3, 6], + "0.875": [-6, -2, 6], + "0.9167": [-6, -2, 6], + "0.9583": [-4.5, -1.25, 4.5], + "1.0": [-5, -2.83, 5], + "1.0417": [-5.5, -1.91, 5.5], + "1.0833": [-6, -3, 6], + "1.125": [-6, -2, 6], + "1.2917": [-6, -3, 6], + "1.3333": [-6, -3, 6], + "1.75": [0, 0, 0] + } + } + } + }, + "animation.hoopa.physical_attack": { + "animation_length": 2.1667, + "bones": { + "headring": { + "rotation": { + "0.0": [0, 0, 0], + "0.5833": [0, 0, 0], + "0.7917": [0, -67.5, 0], + "1.0": [0, -67.5, 0], + "1.0833": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5833": [0, 0, 0], + "0.7917": [-26, 10, -9], + "1.0": [-23, 8, -9], + "1.0833": [0, 0, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "0.5833": [1, 1, 1], + "0.7917": [3, 1.9, 1], + "1.0": [1.7, 1.7, 1], + "1.0833": [1, 1, 1] + } + }, + "headring2": { + "rotation": { + "0.0": [0, 0, 0], + "1.2917": [0, 0, 0], + "1.6667": [56.87368, 85.21772, 43.26357], + "2.0": [56.87368, 85.21772, 43.26357], + "2.1667": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.2917": [0, 0, 0], + "1.6667": [-24, 5, 9], + "2.0": [-24, 5, 9], + "2.1667": [0, 0, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "1.2917": [1, 1, 1], + "1.6667": [2.3, 1.6, 1], + "2.0": [2.3, 1.6, 1], + "2.1667": [1, 1, 1] + } + }, + "body": { + "rotation": { + "0.0": ["-math.sin(q.anim_time*90*1-90)*2", 0, "-math.sin(q.anim_time*90*0.5)*3"], + "0.75": ["-math.sin(q.anim_time*90*1-90)*2", 0, "-math.sin(q.anim_time*90*0.5)*3"] + } + }, + "arm_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.7917": [85.83, 0, 0], + "1.0": [85.83, 0, 0], + "1.5833": [85.83, 0, 0], + "1.625": [-47.5, -85.83, 90], + "1.7917": [-47.5, -85.83, 90], + "1.9167": [-47.5, -85.83, 90], + "1.9583": [85.83, 0, 0], + "2.125": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.7917": [0, 0, 0], + "1.0": [-6, 22, 12], + "1.5833": [-24, 11, -6], + "1.625": {"pre": [-24, 11, -6], "post": [-27, 13, -5]}, + "1.7083": [-31, 13, -5.5], + "1.7917": [-32, 13, -12], + "1.8333": [-34, 13, -5.75], + "1.875": [-40, 13, -3.5], + "1.9167": [-24, 13, -9], + "1.9583": [-24, 11, -10], + "2.125": {"pre": [-24, 11, -10], "post": [0, 0, 0]} + }, + "scale": { + "0.0": [1, 1, 1], + "0.7917": [1, 1, 1], + "0.9583": [1, 1, 1], + "1.0": [0, 0, 0], + "1.5833": [0, 0, 0], + "1.7083": [1, 1, 1], + "1.7917": [1, 1, 1], + "1.875": [1, 1, 1], + "1.9583": [0, 0, 0], + "2.125": [1, 1, 1] + } + }, + "arm_right": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [0, 0, 0], + "1.125": [-53.25619, -33.139, 71.57051], + "1.2917": [65, 0, 82.5] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, "-math.sin(q.anim_time*90*2+60)*2"], + "0.5": [-9.59955, 83.00375, "19.8854-math.sin(q.anim_time*90*2+60)*2"], + "0.75": [-9.59955, 83.00375, "19.8854-math.sin(q.anim_time*90*2+60)*2"], + "1.0833": [-9.59955, 83.00375, "19.8854-math.sin(q.anim_time*90*2+60)*2"], + "1.3333": [0, 0, "-math.sin(q.anim_time*90*2+60)*2"] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/hoopa_unbound/hoopa_unbound.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/hoopa_unbound/hoopa_unbound.animation.json new file mode 100644 index 0000000..7ecfaa0 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/hoopa_unbound/hoopa_unbound.animation.json @@ -0,0 +1,4132 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.hoopa_unbound.ground_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "tail": { + "rotation": [7.5, 0, 0] + }, + "tailseg1": { + "rotation": [15.68811, "-math.sin(q.anim_time*90*1-50)*10", -2.66058], + "position": [2, 0, -5] + }, + "tailseg2": { + "rotation": [9.92459, "-math.sin(q.anim_time*90*1-100)*15", -0.87527] + }, + "tailtip": { + "rotation": [0, "-math.sin(q.anim_time*90*1-150)*20", 0] + }, + "TAILTIP2": { + "rotation": [25, "0-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "main": { + "rotation": ["math.sin(q.anim_time*90*2+70)*3", 0, 0] + }, + "hair_top": { + "rotation": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"] + }, + "jawmouth": { + "rotation": { + "0.0": [0, 0, 0], + "1.5": [15, 0, 0], + "3.0": [0, 0, 0] + } + }, + "right_leg": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [15, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "knee_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone28": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_leg": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [10, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "knee_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone29": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bodynarm": { + "rotation": ["5+math.sin(q.anim_time*90*2-160)*0.5", "math.sin(q.anim_time*90*2-70)*1", 0], + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 4, 0], + "2.0": [0, 0, 0], + "3.0": [0, -4, 0], + "4.0": [0, 0, 0] + } + } + } + }, + "animation.hoopa_unbound.battle_idle": { + "loop": true, + "animation_length": 13.9583, + "bones": { + "hoopa_unbound": { + "rotation": [0, 0, 0], + "position": ["math.sin(q.anim_time*90*1)*2", "math.sin(q.anim_time*90*2)*3", "math.sin(q.anim_time*90*1-70)*2"] + }, + "body": { + "rotation": ["5+math.sin(q.anim_time*90*2-160)*0.5", "math.sin(q.anim_time*90*2-70)*1", 0], + "position": [0, 0, 0] + }, + "tail": { + "rotation": [7.5, 0, 0] + }, + "tailseg1": { + "rotation": [15.68811, "-math.sin(q.anim_time*90*1-50)*10", -2.66058], + "position": [2, 0, -5] + }, + "tailseg2": { + "rotation": [9.92459, "-math.sin(q.anim_time*90*1-100)*15", -0.87527] + }, + "tailtip": { + "rotation": [0, "-math.sin(q.anim_time*90*1-150)*20", 0] + }, + "TAILTIP2": { + "rotation": [25, "0-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "main": { + "rotation": ["math.sin(q.anim_time*90*2+70)*3", 0, 0] + }, + "hair_top": { + "rotation": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"] + }, + "knee_right": { + "rotation": ["0+math.sin(q.anim_time*90*2-90)*5", 0, 0], + "position": [0, 2.25, -1.25] + }, + "knee_left": { + "rotation": ["0+math.sin(q.anim_time*90*2-120)*5", 0, 0], + "position": [0, 2.5, -1.25] + }, + "top_left3": { + "rotation": ["-204.1359-math.sin(q.anim_time*90*2-150)*3", "-70.9556-math.sin(q.anim_time*90*2-80)*3", 159.2901], + "position": [-26, "-10+math.sin(q.anim_time*90*2+290)*7", 2] + }, + "bone14": { + "rotation": [0, "-5+math.sin(q.anim_time*90*2-150)*10", 0], + "position": [0, -2, 0] + }, + "bone15": { + "rotation": ["5-math.sin(q.anim_time*90*2-20)*10", 0, 12.5], + "position": [-2, 0, 1] + }, + "top_left2": { + "rotation": ["-168.7182-math.sin(q.anim_time*90*2-200)*3", "-68.5738-math.sin(q.anim_time*90*2-80)*3", 169.46106], + "position": [-29, "3+math.sin(q.anim_time*90*2-90)*5", -8] + }, + "bone9": { + "rotation": [0, "-5-math.sin(q.anim_time*90*2-170)*7", 0] + }, + "bone10": { + "rotation": [0, "-5-math.sin(q.anim_time*90*2-90)*7", 0] + }, + "bone11": { + "rotation": ["10+math.sin(q.anim_time*90*2-170)*7", 0, 0] + }, + "top_left": { + "rotation": ["-332.0877-math.sin(q.anim_time*90*2-280)*3", "-76.4307-math.sin(q.anim_time*90*2-80)*3", 167.96639], + "position": [-24, "15+math.sin(q.anim_time*90*2-180)*5", -32.5] + }, + "top_right3": { + "rotation": ["-13.4638-math.sin(q.anim_time*90*2-100)*3", "53.1505-math.sin(q.anim_time*90*2-80)*3", 194.49191], + "position": [27, "-12+math.sin(q.anim_time*90*2+180)*5", -5] + }, + "bone25": { + "rotation": [0, "5-math.sin(q.anim_time*90*2-50)*10", 0] + }, + "bone26": { + "rotation": [0, "5-math.sin(q.anim_time*90*2-120)*10", 0] + }, + "bone27": { + "rotation": ["10-math.sin(q.anim_time*90*2-120)*10", 0, 0] + }, + "top_right2": { + "rotation": ["-178.0611-math.sin(q.anim_time*90*2-180)*3", "57.1485-math.sin(q.anim_time*90*2-150)*3", -179.90701], + "position": [36, "1+math.sin(q.anim_time*90*1-180)*5", 2] + }, + "bone23": { + "rotation": [30, 0, 2.5], + "position": [0, -1, 0] + }, + "top_right": { + "rotation": ["217.9493-math.sin(q.anim_time*90*2-70)*3", "56.8898-math.sin(q.anim_time*90*2-80)*3", 181.67194], + "position": [20, "1+math.sin(q.anim_time*90*2-280)*5", -15] + }, + "bone17": { + "rotation": [0, "5-math.sin(q.anim_time*90*2-70)*10", 0] + }, + "bone18": { + "rotation": [0, "5-math.sin(q.anim_time*90*2-20)*10", 0] + }, + "bone19": { + "rotation": ["22.5-math.sin(q.anim_time*90*2+20)*10", 0, 0] + }, + "bone13": { + "rotation": [0, "-5+math.sin(q.anim_time*90*2-70)*10", 0] + }, + "bone6": { + "rotation": [0, "-5+math.sin(q.anim_time*90*2-60)*10", 0] + }, + "bone5": { + "rotation": [5, "-5+math.sin(q.anim_time*90*2-20)*10", 0] + }, + "bone7": { + "rotation": ["5+math.sin(q.anim_time*90*2-20)*10", 0, 0] + }, + "bone21": { + "rotation": [0, "5-math.sin(q.anim_time*90*2-90)*10", 0] + }, + "bone22": { + "rotation": [0, "5-math.sin(q.anim_time*90*2-20)*10", 0] + }, + "wholebottle": { + "scale": [0, 0, 1] + }, + "jawmouth": { + "rotation": ["-2.5-math.sin(q.anim_time*90*2+20)*2", 0, 0] + } + } + }, + "animation.hoopa_unbound.special_attack": { + "loop": true, + "animation_length": 4.3333, + "bones": { + "hoopa_unbound": { + "rotation": [0, 0, 0], + "position": ["math.sin(q.anim_time*90*1)*2", "math.sin(q.anim_time*90*2)*3", "math.sin(q.anim_time*90*1-70)*2"] + }, + "body": { + "rotation": { + "0.0": ["5+math.sin(q.anim_time*90*2-160)*0.5", "math.sin(q.anim_time*90*2-70)*1", 0], + "4.3333": ["5+math.sin(q.anim_time*90*2-160)*0.5", "math.sin(q.anim_time*90*2-70)*1", 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.5": [0, 0, 0], + "1.75": [0, 4, 0], + "1.9583": [0, 4, 0], + "4.3333": [0, 0, 0] + } + }, + "tail": { + "rotation": [7.5, 0, 0] + }, + "tailseg1": { + "rotation": [15.68811, "-math.sin(q.anim_time*90*1-50)*10", -2.66058], + "position": [2, 0, -5] + }, + "tailseg2": { + "rotation": [9.92459, "-math.sin(q.anim_time*90*1-100)*15", -0.87527] + }, + "tailtip": { + "rotation": [0, "-math.sin(q.anim_time*90*1-150)*20", 0] + }, + "TAILTIP2": { + "rotation": [25, "0-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "main": { + "rotation": ["math.sin(q.anim_time*90*2+70)*3", 0, 0] + }, + "hair_top": { + "rotation": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"] + }, + "knee_right": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*90*2-90)*5", 0, 0], + "1.75": ["10+math.sin(q.anim_time*90*2-90)*5", 0, 0], + "3.5833": ["10+math.sin(q.anim_time*90*2-90)*5", 0, 0], + "4.3333": ["0+math.sin(q.anim_time*90*2-90)*5", 0, 0] + }, + "position": { + "0.0": [0, 2.25, -1.25], + "4.3333": [0, 2.25, -1.25] + } + }, + "knee_left": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*90*2-120)*5", 0, 0], + "1.75": ["5+math.sin(q.anim_time*90*2-120)*5", 0, 0], + "3.5833": ["5+math.sin(q.anim_time*90*2-120)*5", 0, 0], + "4.3333": ["0+math.sin(q.anim_time*90*2-120)*5", 0, 0] + }, + "position": { + "0.0": [0, 2.5, -1.25], + "4.3333": [0, 2.5, -1.25] + } + }, + "top_left3": { + "rotation": { + "0.0": [-204.1359, -70.9556, 159.2901], + "0.7917": [-278.34992, -23.59486, 178.79644], + "1.0": [-278.34992, -23.59486, 178.79644], + "1.125": [-278.34992, -23.59486, 178.79644], + "1.25": [-278.34992, -23.59486, 178.79644], + "1.75": [-278.34992, -23.59486, 178.79644], + "2.25": [-278.34992, -23.59486, 178.79644], + "3.0833": [-278.34992, -23.59486, 178.79644], + "3.5833": [-278.34992, -23.59486, 178.79644], + "4.3333": [-204.1359, -70.9556, 159.2901] + }, + "position": { + "0.0": [-26, -10, 2], + "0.7917": [-40, -12, -6], + "1.0": [-40, -12, -6], + "1.125": [-40, -12, -6], + "1.25": [-40, -12, -6], + "1.75": [-40, -12, -6], + "2.25": [-40, -12, -6], + "3.0833": [-40, -12, -6], + "3.5833": [-40, -12, -6], + "4.3333": [-26, -10, 2] + } + }, + "bone14": { + "rotation": [0, "-5+math.sin(q.anim_time*90*2-150)*10", 0], + "position": [0, -2, 0] + }, + "bone15": { + "rotation": ["5-math.sin(q.anim_time*90*2-20)*10", 0, 12.5], + "position": [-2, 0, 1] + }, + "top_left2": { + "rotation": { + "0.0": [-168.7182, -68.5738, 169.46106], + "0.7917": [-266.9056, -31.97596, 190.03632], + "1.0": [-266.9056, -31.97596, 190.03632], + "1.125": [-266.9056, -31.97596, 190.03632], + "1.25": [-266.9056, -31.97596, 190.03632], + "1.75": [-266.9056, -31.97596, 190.03632], + "2.25": [-266.9056, -31.97596, 190.03632], + "3.0833": [-266.9056, -31.97596, 190.03632], + "3.5833": [-266.9056, -31.97596, 190.03632], + "4.3333": [-168.7182, -68.5738, 169.46106] + }, + "position": { + "0.0": [-29, 3, -8], + "0.7917": [-38, -5, 7], + "1.0": [-38, -5, 7], + "1.125": [-38, -5, 7], + "1.25": [-38, -5, 7], + "1.75": [-38, -5, 7], + "2.25": [-38, -5, 7], + "3.0833": [-38, -5, 7], + "3.5833": [-38, -5, 7], + "4.3333": [-29, 3, -8] + } + }, + "bone9": { + "rotation": [0, "-5-math.sin(q.anim_time*90*2-170)*7", 0] + }, + "bone10": { + "rotation": [0, "-5-math.sin(q.anim_time*90*2-90)*7", 0] + }, + "bone11": { + "rotation": ["10+math.sin(q.anim_time*90*2-170)*7", 0, 0] + }, + "top_left": { + "rotation": { + "0.0": [-332.0877, -76.4307, 167.96639], + "0.7917": [-454.41034, -7.59742, 193.67745], + "1.0": [-454.41034, -7.59742, 193.67745], + "1.125": [-454.41034, -7.59742, 193.67745], + "1.25": [-454.41034, -7.59742, 193.67745], + "1.75": [-454.41034, -7.59742, 193.67745], + "2.25": [-454.41034, -7.59742, 193.67745], + "3.0833": [-454.41034, -7.59742, 193.67745], + "3.5833": [-454.41034, -7.59742, 193.67745], + "4.3333": [-332.0877, -76.4307, 167.96639] + }, + "position": { + "0.0": [-24, 15, -32.5], + "0.7917": [-23, -2, 4.5], + "1.0": [-23, -2, 4.5], + "1.125": [-23, -2, 4.5], + "1.25": [-23, -2, 4.5], + "1.75": [-23, -2, 4.5], + "2.25": [-23, -2, 4.5], + "3.0833": [-23, -2, 4.5], + "3.5833": [-23, -2, 4.5], + "4.3333": [-24, 15, -32.5] + } + }, + "top_right3": { + "rotation": { + "0.0": [-13.4638, 53.1505, 194.49191], + "0.7917": [-77.9978, 6.02496, 172.17554], + "1.0": [-77.9978, 6.02496, 172.17554], + "1.125": [-77.9978, 6.02496, 172.17554], + "1.25": [-77.9978, 6.02496, 172.17554], + "1.75": [-77.9978, 6.02496, 172.17554], + "2.25": [-77.9978, 6.02496, 172.17554], + "3.0833": [-77.9978, 6.02496, 172.17554], + "3.5833": [-77.9978, 6.02496, 172.17554], + "4.3333": [-13.4638, 53.1505, 194.49191] + }, + "position": { + "0.0": [27, -12, -5], + "0.7917": [32, -30, 2], + "1.0": [32, -30, 2], + "1.125": [32, -30, 2], + "1.25": [32, -30, 2], + "1.75": [32, -30, 2], + "2.25": [32, -30, 2], + "3.0833": [32, -30, 2], + "3.5833": [32, -30, 2], + "4.3333": [27, -12, -5] + } + }, + "bone25": { + "rotation": [0, "5-math.sin(q.anim_time*90*2-50)*10", 0] + }, + "bone26": { + "rotation": [0, "5-math.sin(q.anim_time*90*2-120)*10", 0] + }, + "bone27": { + "rotation": ["10-math.sin(q.anim_time*90*2-120)*10", 0, 0] + }, + "top_right2": { + "rotation": { + "0.0": [-178.0611, 57.1485, -179.90701], + "0.7917": [-260.48283, 0.15945, -173.74451], + "1.0": [-260.48283, 0.15945, -173.74451], + "1.125": [-260.48283, 0.15945, -173.74451], + "1.25": [-260.48283, 0.15945, -173.74451], + "1.75": [-260.48283, 0.15945, -173.74451], + "2.25": [-260.48283, 0.15945, -173.74451], + "3.0833": [-260.48283, 0.15945, -173.74451], + "3.5833": [-260.48283, 0.15945, -173.74451], + "4.3333": [-178.0611, 57.1485, -179.90701] + }, + "position": { + "0.0": [36, 1, 2], + "0.7917": [43, -1, -4], + "1.0": [43, -1, -4], + "1.125": [43, -1, -4], + "1.25": [43, -1, -4], + "1.75": [43, -1, -4], + "2.25": [43, -1, -4], + "3.0833": [43, -1, -4], + "3.5833": [43, -1, -4], + "4.3333": [36, 1, 2] + } + }, + "bone23": { + "rotation": [30, 0, 2.5], + "position": [0, -1, 0] + }, + "top_right": { + "rotation": { + "0.0": [217.9493, 56.8898, 181.67194], + "0.7917": [109.91608, -9.27323, 180.34976], + "1.0": [109.91608, -9.27323, 180.34976], + "1.125": [109.91608, -9.27323, 180.34976], + "1.25": [109.91608, -9.27323, 180.34976], + "1.75": [109.91608, -9.27323, 180.34976], + "2.25": [109.91608, -9.27323, 180.34976], + "3.0833": [109.91608, -9.27323, 180.34976], + "3.5833": [109.91608, -9.27323, 180.34976], + "4.3333": [217.9493, 56.8898, 181.67194] + }, + "position": { + "0.0": [20, 1, -15], + "0.7917": [36, 8, 8], + "1.0": [36, 8, 8], + "1.125": [36, 8, 8], + "1.25": [36, 8, 8], + "1.75": [36, 8, 8], + "2.25": [36, 8, 8], + "3.0833": [36, 8, 8], + "3.5833": [36, 8, 8], + "4.3333": [20, 1, -15] + } + }, + "bone17": { + "rotation": [0, "5-math.sin(q.anim_time*90*2-70)*10", 0] + }, + "bone18": { + "rotation": [0, "5-math.sin(q.anim_time*90*2-20)*10", 0] + }, + "bone19": { + "rotation": ["22.5-math.sin(q.anim_time*90*2+20)*10", 0, 0] + }, + "bone13": { + "rotation": [0, "-5+math.sin(q.anim_time*90*2-70)*10", 0] + }, + "bone6": { + "rotation": [0, "-5+math.sin(q.anim_time*90*2-60)*10", 0] + }, + "bone5": { + "rotation": [5, "-5+math.sin(q.anim_time*90*2-20)*10", 0] + }, + "bone7": { + "rotation": ["5+math.sin(q.anim_time*90*2-20)*10", 0, 0] + }, + "bone21": { + "rotation": [0, "5-math.sin(q.anim_time*90*2-90)*10", 0] + }, + "bone22": { + "rotation": [0, "5-math.sin(q.anim_time*90*2-20)*10", 0] + }, + "wholebottle": { + "scale": [0, 0, 1] + }, + "jawmouth": { + "rotation": { + "0.0": ["-2.5-math.sin(q.anim_time*90*2+20)*2", 0, 0], + "1.4583": ["-2.5-math.sin(q.anim_time*90*2+20)*2", 0, 0], + "1.75": ["40-math.sin(q.anim_time*90*2+20)*2", 0, 0], + "1.9583": ["10-math.sin(q.anim_time*90*2+20)*2", 0, 0], + "2.2083": ["35-math.sin(q.anim_time*90*2+20)*2", 0, 0], + "2.4167": [40, 0, 0], + "2.4583": [45, 0, 0], + "2.5": [40, 0, 0], + "2.5417": [45, 0, 0], + "2.5833": [40, 0, 0], + "2.625": [45, 0, 0], + "2.6667": [40, 0, 0], + "2.7083": [45, 0, 0], + "2.75": [40, 0, 0], + "2.7917": [45, 0, 0], + "2.8333": [40, 0, 0], + "2.875": [45, 0, 0], + "2.9167": [40, 0, 0], + "2.9583": [45, 0, 0], + "3.0": [40, 0, 0], + "3.0417": [45, 0, 0], + "3.0833": [40, 0, 0], + "3.125": [45, 0, 0], + "3.1667": ["35-math.sin(q.anim_time*90*2+20)*2", 0, 0], + "3.5833": ["40-math.sin(q.anim_time*90*2+20)*2", 0, 0], + "4.3333": ["-2.5-math.sin(q.anim_time*90*2+20)*2", 0, 0] + } + }, + "bodynarm": { + "position": { + "0.0": [0, 0, 0], + "1.6667": [0, 0, 0], + "1.75": [0, 2, 0], + "1.7917": [0, 0, 0], + "1.8333": [0, 2, 0], + "1.875": [0, 0, 0], + "1.9167": [0, 2, 0], + "1.9583": [0, 0, 0], + "2.0": [0, 2, 0], + "2.0417": [0, 0, 0], + "2.0833": [0, 2, 0], + "2.125": [0, 0, 0], + "2.1667": [0, 2, 0], + "2.2083": [0, 2, 0], + "2.25": [0, 0, 0], + "2.2917": [0, 2, 0], + "2.3333": [0, 0, 0], + "2.375": [0, 2, 0], + "2.4167": [0, 0, 0], + "2.4583": [0, 2, 0], + "2.5": [0, 2, 0], + "2.5417": [0, 0, 0], + "2.5833": [0, 2, 0], + "2.625": [0, 0, 0], + "2.6667": [0, 2, 0], + "2.7083": [0, 0, 0], + "2.75": [0, 2, 0], + "2.7917": [0, 0, 0], + "2.8333": [0, 2, 0], + "2.875": [0, 0, 0], + "2.9167": [0, 2, 0], + "2.9583": [0, 0, 0], + "3.0": [0, 2, 0], + "3.0417": [0, 0, 0], + "3.0833": [0, 2, 0], + "3.125": [0, 0, 0], + "3.1667": [0, 2, 0], + "3.2083": [0, 0, 0], + "3.25": [0, 2, 0], + "3.2917": [0, 0, 0], + "3.3333": [0, 2, 0], + "3.375": [0, 0, 0], + "3.4167": [0, 2, 0], + "3.4583": [0, 0, 0], + "3.5": [0, 0, 0], + "4.3333": [0, 0, 0] + } + }, + "chest_hole": { + "position": { + "0.0": [0, 0, 0], + "0.7917": [-6, -7, -20], + "1.0": [-6, -7, -20], + "1.125": [-6, -7, -20], + "1.25": [-6, -7, -20], + "1.75": [-6, -7, -20], + "2.25": [-6, -7, -20], + "3.0833": [-6, -7, -20], + "3.5833": [-6, -7, -20], + "4.3333": [0, 0, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "0.7917": [1.8, 1.9, 1], + "1.0": [1.8, 1.9, 1], + "1.125": [1.8, 1.9, 1], + "1.25": [1.8, 1.9, 1], + "1.75": [1.8, 1.9, 1], + "2.25": [1.8, 1.9, 1], + "3.0833": [1.8, 1.9, 1], + "3.5833": [1.8, 1.9, 1], + "4.3333": [1, 1, 1] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "1.75": [-32.5, 0, 0], + "3.5833": [-32.5, 0, 0], + "4.3333": [0, 0, 0] + } + }, + "eyebrowleft": { + "rotation": { + "0.0": [0, 0, 0], + "0.7917": [-10, 0, 22.5], + "1.2917": [-10, 0, 22.5], + "1.75": [0, 0, 0], + "3.5833": [0, 0, 0], + "4.3333": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.7917": [0, -4, 0], + "1.2917": [0, -4, 0], + "1.75": [0, 0, 0], + "3.5833": [0, 0, 0], + "4.3333": [0, 0, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "0.7917": [1, 2.3, 1], + "1.2917": [1, 2.3, 1], + "1.75": [1, 1, 1], + "3.5833": [1, 1, 1], + "4.3333": [1, 1, 1] + } + }, + "eyebrowright": { + "rotation": { + "0.0": [0, 0, 0], + "0.7917": [10, 0, -20], + "1.2917": [10, 0, -20], + "1.75": [0, 0, 0], + "3.5833": [0, 0, 0], + "4.3333": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.7917": [-1, -5, 1], + "1.2917": [-1, -5, 1], + "1.75": [0, 0, 0], + "3.5833": [0, 0, 0], + "4.3333": [0, 0, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "0.7917": [1.2, 2.5, 1], + "1.2917": [1.2, 2.5, 1], + "1.75": [1, 1, 1], + "3.5833": [1, 1, 1], + "4.3333": [1, 1, 1] + } + }, + "right_leg": { + "rotation": { + "0.0": [0, 0, 0], + "1.75": [25, 0, 0], + "3.5833": [25, 0, 0], + "4.3333": [0, 0, 0] + } + }, + "bone28": { + "rotation": { + "0.0": [0, 0, 0], + "1.75": [32.5, 0, 0], + "3.5833": [32.5, 0, 0], + "4.3333": [0, 0, 0] + } + }, + "left_leg": { + "rotation": { + "0.0": [0, 0, 0], + "1.75": [47.5, 0, 0], + "3.5833": [47.5, 0, 0], + "4.3333": [0, 0, 0] + } + }, + "bone29": { + "rotation": { + "0.0": [0, 0, 0], + "1.75": [27.5, 0, 0], + "3.5833": [27.5, 0, 0], + "4.3333": [0, 0, 0] + } + }, + "arms": { + "position": { + "0.0": [0, 0, 0], + "1.375": [0, 0, 0], + "1.4167": [0, 1, 0], + "1.4583": [0, -1, 0], + "1.5": [0, 0, 0], + "1.5417": [0, 1, 0], + "1.5833": [0, -1, 0], + "1.625": [0, 0, 0], + "1.6667": [0, 0, 0], + "1.7083": [0, 1, 0], + "1.75": [0, -1, 0], + "1.7917": [0, 0, 0], + "1.8333": [0, 1, 0], + "1.875": [0, -1, 0], + "1.9167": [0, 0, 0], + "1.9583": [0, 0, 0], + "2.0": [0, 1, 0], + "2.0417": [0, -1, 0], + "2.0833": [0, 0, 0], + "2.125": [0, 1, 0], + "2.1667": [0, -1, 0], + "2.2083": [0, 0, 0], + "2.25": [0, 0, 0], + "2.2917": [0, 1, 0], + "2.3333": [0, -1, 0], + "2.375": [0, 0, 0], + "2.4167": [0, 1, 0], + "2.4583": [0, -1, 0], + "2.5": [0, 0, 0], + "2.5417": [0, 0, 0], + "2.5833": [0, 1, 0], + "2.625": [0, -1, 0], + "2.6667": [0, 0, 0], + "2.7083": [0, 1, 0], + "2.75": [0, -1, 0], + "2.7917": [0, 0, 0], + "2.8333": [0, 0, 0], + "2.875": [0, 1, 0], + "2.9167": [0, -1, 0], + "2.9583": [0, 0, 0], + "3.0": [0, 1, 0], + "3.0417": [0, -1, 0], + "3.0833": [0, 0, 0], + "3.125": [0, 0, 0], + "3.1667": [0, 1, 0], + "3.2083": [0, -1, 0], + "3.25": [0, 0, 0], + "3.2917": [0, 1, 0], + "3.3333": [0, -1, 0], + "3.375": [0, 0, 0], + "3.4167": [0, 0, 0], + "3.4583": [0, 1, 0], + "3.5": [0, -1, 0], + "3.5417": [0, 0, 0], + "4.3333": [0, 0, 0] + } + }, + "bodyminuschest": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [0, 0, 0], + "1.75": [-5, 0, 0], + "3.5833": [-5, 0, 0], + "4.3333": [0, 0, 0] + } + } + } + }, + "animation.hoopa_unbound.physical_attack": { + "loop": true, + "animation_length": 5, + "bones": { + "hoopa_unbound": { + "rotation": [0, 0, 0], + "position": ["math.sin(q.anim_time*90*1)*2", "math.sin(q.anim_time*90*2)*3", "math.sin(q.anim_time*90*1-70)*2"] + }, + "body": { + "rotation": { + "0.0": ["5+math.sin(q.anim_time*90*2-160)*0.5", "math.sin(q.anim_time*90*2-70)*1", 0], + "1.0": ["20+math.sin(q.anim_time*90*2-120)*0.5", "math.sin(q.anim_time*90*2-70)*1", 0], + "1.125": ["20+math.sin(q.anim_time*90*2-120)*0.5", "math.sin(q.anim_time*90*2-70)*1", 0], + "3.1667": ["20+math.sin(q.anim_time*90*2-120)*0.5", "math.sin(q.anim_time*90*2-70)*1", 0], + "3.25": ["12.5+math.sin(q.anim_time*90*2-120)*0.5", "0+math.sin(q.anim_time*90*2-70)*1", 0], + "3.5": ["12.5+math.sin(q.anim_time*90*2-120)*0.5", "0+math.sin(q.anim_time*90*2-70)*1", 0], + "4.2083": ["20+math.sin(q.anim_time*90*2-120)*0.5", "math.sin(q.anim_time*90*2-70)*1", 0], + "5.0": ["5+math.sin(q.anim_time*90*2-160)*0.5", "math.sin(q.anim_time*90*2-70)*1", 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 0, 0], + "1.125": [0, 0, 0], + "1.1667": [0, 1, 0], + "1.2083": [0, 0, 0], + "1.25": [0, 0, 0], + "1.2917": [0, 1, 0], + "1.3333": [0, 0, 0], + "1.375": [0, 0, 0], + "1.4167": [0, 1, 0], + "1.4583": [0, 0, 0], + "1.5": [0, 0, 0], + "1.5417": [0, 1, 0], + "1.5833": [0, 0, 0], + "1.625": [0, 0, 0], + "1.6667": [0, 1, 0], + "1.7083": [0, 0, 0], + "1.75": [0, 0, 0], + "1.7917": [0, 1, 0], + "1.8333": [0, 0, 0], + "1.875": [0, 0, 0], + "1.9167": [0, 1, 0], + "1.9583": [0, 0, 0], + "2.0": [0, 0, 0], + "2.0417": [0, 1, 0], + "2.0833": [0, 0, 0], + "2.125": [0, 0, 0], + "2.1667": [0, 1, 0], + "2.2083": [0, 0, 0], + "2.25": [0, 0, 0], + "2.2917": [0, 1, 0], + "2.3333": [0, 0, 0], + "2.375": [0, 0, 0], + "2.4167": [0, 1, 0], + "2.4583": [0, 0, 0], + "2.5": [0, 0, 0], + "2.5417": [0, 1, 0], + "2.5833": [0, 0, 0], + "2.625": [0, 0, 0], + "2.6667": [0, 1, 0], + "2.7083": [0, 0, 0], + "2.75": [0, 0, 0], + "2.7917": [0, 1, 0], + "2.8333": [0, 0, 0], + "2.875": [0, 0, 0], + "2.9167": [0, 1, 0], + "2.9583": [0, 0, 0], + "3.0": [0, 0, 0], + "3.0417": [0, 1, 0], + "3.0833": [0, 0, 0], + "3.1667": [0, 0, 0], + "3.25": [0, 38, 46], + "3.5": [0, 38, 46], + "4.2083": [0, 0, 0], + "5.0": [0, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [7.5, 0, 0], + "5.0": [7.5, 0, 0] + } + }, + "tailseg1": { + "rotation": { + "0.0": [15.68811, "-math.sin(q.anim_time*90*1-50)*10", -2.66058], + "5.0": [15.68811, "-math.sin(q.anim_time*90*1-50)*10", -2.66058] + }, + "position": { + "0.0": [2, 0, -5], + "5.0": [2, 0, -5] + } + }, + "tailseg2": { + "rotation": { + "0.0": [9.92459, "-math.sin(q.anim_time*90*1-100)*15", -0.87527], + "5.0": [9.92459, "-math.sin(q.anim_time*90*1-100)*15", -0.87527] + } + }, + "tailtip": { + "rotation": { + "0.0": [0, "-math.sin(q.anim_time*90*1-150)*20", 0], + "0.5": [0, "-math.sin(q.anim_time*90*1-150)*20", 0], + "5.0": [0, "-math.sin(q.anim_time*90*1-150)*20", 0] + } + }, + "TAILTIP2": { + "rotation": { + "0.0": [25, "0-math.sin(q.anim_time*90*1-200)*25", 0], + "5.0": [25, "0-math.sin(q.anim_time*90*1-200)*25", 0] + } + }, + "main": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*2+70)*3", 0, 0], + "5.0": ["math.sin(q.anim_time*90*2+70)*3", 0, 0] + } + }, + "hair_top": { + "rotation": { + "0.0": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "1.125": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "1.1667": [-5, 0, 0], + "1.2083": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "1.25": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "1.2917": [-5, 0, 0], + "1.3333": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "1.375": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "1.4167": [-5, 0, 0], + "1.4583": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "1.5": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "1.5417": [-5, 0, 0], + "1.5833": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "1.625": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "1.6667": [-5, 0, 0], + "1.7083": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "1.75": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "1.7917": [-5, 0, 0], + "1.8333": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "1.875": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "1.9167": [-5, 0, 0], + "1.9583": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "2.0": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "2.0417": [-5, 0, 0], + "2.0833": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "2.125": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "2.1667": [-5, 0, 0], + "2.2083": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "2.25": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "2.2917": [-5, 0, 0], + "2.3333": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "2.375": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "2.4167": [-5, 0, 0], + "2.4583": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "2.5": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "2.5417": [-5, 0, 0], + "2.5833": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "2.625": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "2.6667": [-5, 0, 0], + "2.7083": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "2.75": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "2.7917": [-5, 0, 0], + "2.8333": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "2.875": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "2.9167": [-5, 0, 0], + "2.9583": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "3.0": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "3.0417": [-5, 0, 0], + "3.0833": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "3.125": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "3.1667": [-5, 0, 0], + "3.2083": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "3.25": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "3.2917": [-5, 0, 0], + "3.3333": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "3.4583": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "3.5": [-5, 0, 0], + "3.5417": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "3.5833": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "3.625": [-5, 0, 0], + "3.6667": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "3.7083": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "3.75": [-5, 0, 0], + "3.7917": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "3.8333": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "3.875": [-5, 0, 0], + "3.9167": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "3.9583": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"], + "4.0": [-5, 0, 0], + "5.0": [0, 0, "-math.sin(q.anim_time*90*2-20)*2"] + } + }, + "knee_right": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*90*2-90)*5", 0, 0], + "3.1667": ["0+math.sin(q.anim_time*90*2-90)*5", 0, 0], + "3.25": ["-22.5+math.sin(q.anim_time*90*2-90)*5", 0, 0], + "3.5": ["-22.5+math.sin(q.anim_time*90*2-90)*5", 0, 0], + "4.2083": ["0+math.sin(q.anim_time*90*2-90)*5", 0, 0], + "5.0": ["0+math.sin(q.anim_time*90*2-90)*5", 0, 0] + }, + "position": { + "0.0": [0, 2.25, -1.25], + "3.1667": [0, 2.25, -1.25], + "4.2083": [0, 2.25, -1.25], + "5.0": [0, 2.25, -1.25] + } + }, + "knee_left": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*90*2-120)*5", 0, 0], + "3.1667": ["0+math.sin(q.anim_time*90*2-120)*5", 0, 0], + "3.25": ["-22.5+math.sin(q.anim_time*90*2-120)*5", 0, 0], + "3.5": ["-22.5+math.sin(q.anim_time*90*2-120)*5", 0, 0], + "4.2083": ["0+math.sin(q.anim_time*90*2-120)*5", 0, 0], + "5.0": ["0+math.sin(q.anim_time*90*2-120)*5", 0, 0] + }, + "position": { + "0.0": [0, 2.5, -1.25], + "3.1667": [0, 2.5, -1.25], + "4.2083": [0, 2.5, -1.25], + "5.0": [0, 2.5, -1.25] + } + }, + "top_left3": { + "rotation": { + "0.0": ["-204.1359-math.sin(q.anim_time*90*2-150)*3", "-70.9556-math.sin(q.anim_time*90*2-80)*3", 159.2901], + "0.5": ["-204.1359-math.sin(q.anim_time*90*2-150)*3", "-70.9556-math.sin(q.anim_time*90*2-80)*3", 159.2901], + "1.0": ["-207.4561-math.sin(q.anim_time*90*2-150)*3", "-73.2395-math.sin(q.anim_time*90*2-80)*3", 162.76245], + "1.125": ["-254.0645-math.sin(q.anim_time*90*2-150)*3", "-82.0245-math.sin(q.anim_time*90*2-80)*3", 210.16667], + "1.2917": ["-254.0645-math.sin(q.anim_time*90*2-150)*3", "-82.0245-math.sin(q.anim_time*90*2-80)*3", 210.16667], + "1.3333": ["-401.3962-math.sin(q.anim_time*90*2-150)*3", "-76.9147-math.sin(q.anim_time*90*2-80)*3", 367.02138], + "1.375": ["-254.0645-math.sin(q.anim_time*90*2-150)*3", "-82.0245-math.sin(q.anim_time*90*2-80)*3", 210.16667], + "1.4167": ["-254.0645-math.sin(q.anim_time*90*2-150)*3", "-82.0245-math.sin(q.anim_time*90*2-80)*3", 210.16667], + "1.4583": ["-401.3962-math.sin(q.anim_time*90*2-150)*3", "-76.9147-math.sin(q.anim_time*90*2-80)*3", 367.02138], + "1.5": ["-254.0645-math.sin(q.anim_time*90*2-150)*3", "-82.0245-math.sin(q.anim_time*90*2-80)*3", 210.16667], + "1.5417": ["-254.0645-math.sin(q.anim_time*90*2-150)*3", "-82.0245-math.sin(q.anim_time*90*2-80)*3", 210.16667], + "1.5833": ["-401.3962-math.sin(q.anim_time*90*2-150)*3", "-76.9147-math.sin(q.anim_time*90*2-80)*3", 367.02138], + "1.625": ["-254.0645-math.sin(q.anim_time*90*2-150)*3", "-82.0245-math.sin(q.anim_time*90*2-80)*3", 210.16667], + "1.6667": ["-254.0645-math.sin(q.anim_time*90*2-150)*3", "-82.0245-math.sin(q.anim_time*90*2-80)*3", 210.16667], + "1.7083": ["-401.3962-math.sin(q.anim_time*90*2-150)*3", "-76.9147-math.sin(q.anim_time*90*2-80)*3", 367.02138], + "1.75": ["-254.0645-math.sin(q.anim_time*90*2-150)*3", "-82.0245-math.sin(q.anim_time*90*2-80)*3", 210.16667], + "1.7917": ["-254.0645-math.sin(q.anim_time*90*2-150)*3", "-82.0245-math.sin(q.anim_time*90*2-80)*3", 210.16667], + "1.8333": ["-401.3962-math.sin(q.anim_time*90*2-150)*3", "-76.9147-math.sin(q.anim_time*90*2-80)*3", 367.02138], + "1.875": ["-254.0645-math.sin(q.anim_time*90*2-150)*3", "-82.0245-math.sin(q.anim_time*90*2-80)*3", 210.16667], + "1.9167": ["-254.0645-math.sin(q.anim_time*90*2-150)*3", "-82.0245-math.sin(q.anim_time*90*2-80)*3", 210.16667], + "1.9583": ["-401.3962-math.sin(q.anim_time*90*2-150)*3", "-76.9147-math.sin(q.anim_time*90*2-80)*3", 367.02138], + "2.0": ["-254.0645-math.sin(q.anim_time*90*2-150)*3", "-82.0245-math.sin(q.anim_time*90*2-80)*3", 210.16667], + "2.0417": ["-254.0645-math.sin(q.anim_time*90*2-150)*3", "-82.0245-math.sin(q.anim_time*90*2-80)*3", 210.16667], + "2.0833": ["-401.3962-math.sin(q.anim_time*90*2-150)*3", "-76.9147-math.sin(q.anim_time*90*2-80)*3", 367.02138], + "2.125": ["-254.0645-math.sin(q.anim_time*90*2-150)*3", "-82.0245-math.sin(q.anim_time*90*2-80)*3", 210.16667], + "2.1667": ["-254.0645-math.sin(q.anim_time*90*2-150)*3", "-82.0245-math.sin(q.anim_time*90*2-80)*3", 210.16667], + "2.2083": ["-401.3962-math.sin(q.anim_time*90*2-150)*3", "-76.9147-math.sin(q.anim_time*90*2-80)*3", 367.02138], + "2.25": ["-254.0645-math.sin(q.anim_time*90*2-150)*3", "-82.0245-math.sin(q.anim_time*90*2-80)*3", 210.16667], + "2.2917": ["-254.0645-math.sin(q.anim_time*90*2-150)*3", "-82.0245-math.sin(q.anim_time*90*2-80)*3", 210.16667], + "2.3333": ["-401.3962-math.sin(q.anim_time*90*2-150)*3", "-76.9147-math.sin(q.anim_time*90*2-80)*3", 367.02138], + "2.375": ["-254.0645-math.sin(q.anim_time*90*2-150)*3", "-82.0245-math.sin(q.anim_time*90*2-80)*3", 210.16667], + "2.4167": ["-254.0645-math.sin(q.anim_time*90*2-150)*3", "-82.0245-math.sin(q.anim_time*90*2-80)*3", 210.16667], + "2.4583": ["-401.3962-math.sin(q.anim_time*90*2-150)*3", "-76.9147-math.sin(q.anim_time*90*2-80)*3", 367.02138], + "2.5": ["-254.0645-math.sin(q.anim_time*90*2-150)*3", "-82.0245-math.sin(q.anim_time*90*2-80)*3", 210.16667], + "2.5417": ["-254.0645-math.sin(q.anim_time*90*2-150)*3", "-82.0245-math.sin(q.anim_time*90*2-80)*3", 210.16667], + "2.5833": ["-401.3962-math.sin(q.anim_time*90*2-150)*3", "-76.9147-math.sin(q.anim_time*90*2-80)*3", 367.02138], + "2.625": ["-254.0645-math.sin(q.anim_time*90*2-150)*3", "-82.0245-math.sin(q.anim_time*90*2-80)*3", 210.16667], + "2.6667": ["-254.0645-math.sin(q.anim_time*90*2-150)*3", "-82.0245-math.sin(q.anim_time*90*2-80)*3", 210.16667], + "2.7083": ["-401.3962-math.sin(q.anim_time*90*2-150)*3", "-76.9147-math.sin(q.anim_time*90*2-80)*3", 367.02138], + "2.75": ["-254.0645-math.sin(q.anim_time*90*2-150)*3", "-82.0245-math.sin(q.anim_time*90*2-80)*3", 210.16667], + "2.7917": ["-254.0645-math.sin(q.anim_time*90*2-150)*3", "-82.0245-math.sin(q.anim_time*90*2-80)*3", 210.16667], + "2.8333": ["-401.3962-math.sin(q.anim_time*90*2-150)*3", "-76.9147-math.sin(q.anim_time*90*2-80)*3", 367.02138], + "2.875": ["-254.0645-math.sin(q.anim_time*90*2-150)*3", "-82.0245-math.sin(q.anim_time*90*2-80)*3", 210.16667], + "2.9167": ["-254.0645-math.sin(q.anim_time*90*2-150)*3", "-82.0245-math.sin(q.anim_time*90*2-80)*3", 210.16667], + "2.9583": ["-401.3962-math.sin(q.anim_time*90*2-150)*3", "-76.9147-math.sin(q.anim_time*90*2-80)*3", 367.02138], + "3.0": ["-254.0645-math.sin(q.anim_time*90*2-150)*3", "-82.0245-math.sin(q.anim_time*90*2-80)*3", 210.16667], + "3.1667": ["-254.0645-math.sin(q.anim_time*90*2-150)*3", "-82.0245-math.sin(q.anim_time*90*2-80)*3", 210.16667], + "4.5": ["-204.1359-math.sin(q.anim_time*90*2-150)*3", "-70.9556-math.sin(q.anim_time*90*2-80)*3", 159.2901], + "5.0": ["-204.1359-math.sin(q.anim_time*90*2-150)*3", "-70.9556-math.sin(q.anim_time*90*2-80)*3", 159.2901] + }, + "position": { + "0.0": [-26, "-10+math.sin(q.anim_time*90*2+290)*7", 2], + "0.5": [-26, "-10+math.sin(q.anim_time*90*2+290)*7", 2], + "1.0": [-26, "-18+math.sin(q.anim_time*90*2+290)*7", 48], + "1.125": [-26, "-22+math.sin(q.anim_time*90*2+290)*7", 48], + "1.2917": [-26, "-22+math.sin(q.anim_time*90*2+290)*7", 48], + "1.3333": [3, "-22+math.sin(q.anim_time*90*2+290)*7", -51], + "1.375": [-26, "-22+math.sin(q.anim_time*90*2+290)*7", 48], + "1.4167": [-26, "-22+math.sin(q.anim_time*90*2+290)*7", 48], + "1.4583": [3, "-22+math.sin(q.anim_time*90*2+290)*7", -51], + "1.5": [-26, "-22+math.sin(q.anim_time*90*2+290)*7", 48], + "1.5417": [-26, "-22+math.sin(q.anim_time*90*2+290)*7", 48], + "1.5833": [3, "-22+math.sin(q.anim_time*90*2+290)*7", -51], + "1.625": [-26, "-22+math.sin(q.anim_time*90*2+290)*7", 48], + "1.6667": [-26, "-22+math.sin(q.anim_time*90*2+290)*7", 48], + "1.7083": [3, "-22+math.sin(q.anim_time*90*2+290)*7", -51], + "1.75": [-26, "-22+math.sin(q.anim_time*90*2+290)*7", 48], + "1.7917": [-26, "-22+math.sin(q.anim_time*90*2+290)*7", 48], + "1.8333": [3, "-22+math.sin(q.anim_time*90*2+290)*7", -51], + "1.875": [-26, "-22+math.sin(q.anim_time*90*2+290)*7", 48], + "1.9167": [-26, "-22+math.sin(q.anim_time*90*2+290)*7", 48], + "1.9583": [3, "-22+math.sin(q.anim_time*90*2+290)*7", -51], + "2.0": [-26, "-22+math.sin(q.anim_time*90*2+290)*7", 48], + "2.0417": [-26, "-22+math.sin(q.anim_time*90*2+290)*7", 48], + "2.0833": [3, "-22+math.sin(q.anim_time*90*2+290)*7", -51], + "2.125": [-26, "-22+math.sin(q.anim_time*90*2+290)*7", 48], + "2.1667": [-26, "-22+math.sin(q.anim_time*90*2+290)*7", 48], + "2.2083": [3, "-22+math.sin(q.anim_time*90*2+290)*7", -51], + "2.25": [-26, "-22+math.sin(q.anim_time*90*2+290)*7", 48], + "2.2917": [-26, "-22+math.sin(q.anim_time*90*2+290)*7", 48], + "2.3333": [3, "-22+math.sin(q.anim_time*90*2+290)*7", -51], + "2.375": [-26, "-22+math.sin(q.anim_time*90*2+290)*7", 48], + "2.4167": [-26, "-22+math.sin(q.anim_time*90*2+290)*7", 48], + "2.4583": [3, "-22+math.sin(q.anim_time*90*2+290)*7", -51], + "2.5": [-26, "-22+math.sin(q.anim_time*90*2+290)*7", 48], + "2.5417": [-26, "-22+math.sin(q.anim_time*90*2+290)*7", 48], + "2.5833": [3, "-22+math.sin(q.anim_time*90*2+290)*7", -51], + "2.625": [-26, "-22+math.sin(q.anim_time*90*2+290)*7", 48], + "2.6667": [-26, "-22+math.sin(q.anim_time*90*2+290)*7", 48], + "2.7083": [3, "-22+math.sin(q.anim_time*90*2+290)*7", -51], + "2.75": [-26, "-22+math.sin(q.anim_time*90*2+290)*7", 48], + "2.7917": [-26, "-22+math.sin(q.anim_time*90*2+290)*7", 48], + "2.8333": [3, "-22+math.sin(q.anim_time*90*2+290)*7", -51], + "2.875": [-26, "-22+math.sin(q.anim_time*90*2+290)*7", 48], + "2.9167": [-26, "-22+math.sin(q.anim_time*90*2+290)*7", 48], + "2.9583": [3, "-22+math.sin(q.anim_time*90*2+290)*7", -51], + "3.0": [-26, "-22+math.sin(q.anim_time*90*2+290)*7", 48], + "3.1667": [-26, "-22+math.sin(q.anim_time*90*2+290)*7", 88], + "3.25": [50, "9+math.sin(q.anim_time*90*2+290)*7", -115], + "3.5": [50, "9+math.sin(q.anim_time*90*2+290)*7", -115], + "4.5": [-26, "-10+math.sin(q.anim_time*90*2+290)*7", 2], + "5.0": [-26, "-10+math.sin(q.anim_time*90*2+290)*7", 2] + }, + "scale": { + "0.0": [1, 1, 1], + "1.2917": [1, 1, 1], + "1.3333": [1.7, 1, 1], + "1.375": [1, 1, 1], + "1.4167": [1, 1, 1], + "1.4583": [1.7, 1, 1], + "1.5": [1, 1, 1], + "1.5417": [1, 1, 1], + "1.5833": [1.7, 1, 1], + "1.625": [1, 1, 1], + "1.6667": [1, 1, 1], + "1.7083": [1.7, 1, 1], + "1.75": [1, 1, 1], + "1.7917": [1, 1, 1], + "1.8333": [1.7, 1, 1], + "1.875": [1, 1, 1], + "1.9167": [1, 1, 1], + "1.9583": [1.7, 1, 1], + "2.0": [1, 1, 1], + "2.0417": [1, 1, 1], + "2.0833": [1.7, 1, 1], + "2.125": [1, 1, 1], + "2.1667": [1, 1, 1], + "2.2083": [1.7, 1, 1], + "2.25": [1, 1, 1], + "2.2917": [1, 1, 1], + "2.3333": [1.7, 1, 1], + "2.375": [1, 1, 1], + "2.4167": [1, 1, 1], + "2.4583": [1.7, 1, 1], + "2.5": [1, 1, 1], + "2.5417": [1, 1, 1], + "2.5833": [1.7, 1, 1], + "2.625": [1, 1, 1], + "2.6667": [1, 1, 1], + "2.7083": [1.7, 1, 1], + "2.75": [1, 1, 1], + "2.7917": [1, 1, 1], + "2.8333": [1.7, 1, 1], + "2.875": [1, 1, 1], + "2.9167": [1, 1, 1], + "2.9583": [1.7, 1, 1], + "3.0": [1, 1, 1], + "3.1667": [1, 1, 1], + "4.5": [1, 1, 1], + "5.0": [1, 1, 1] + } + }, + "bone14": { + "rotation": { + "0.0": [0, "-5+math.sin(q.anim_time*90*2-150)*10", 0], + "0.5": [0, "-5+math.sin(q.anim_time*90*2-150)*10", 0], + "1.0": [17.17679, -53.10479, -21.13216], + "1.125": [17.17679, -53.10479, -21.13216], + "2.6667": [17.17679, -53.10479, -21.13216], + "2.7917": [17.17679, -53.10479, -21.13216], + "5.0": [0, "-5+math.sin(q.anim_time*90*2-150)*10", 0] + }, + "position": { + "0.0": [0, -2, 0], + "0.5": [0, -2, 0], + "5.0": [0, -2, 0] + } + }, + "bone15": { + "rotation": { + "0.0": ["5-math.sin(q.anim_time*90*2-20)*10", 0, 12.5], + "0.5": ["5-math.sin(q.anim_time*90*2-20)*10", 0, 12.5], + "1.0": [85, 0, 12.5], + "1.125": [85, 0, 12.5], + "2.6667": [85, 0, 12.5], + "2.7917": [85, 0, 12.5], + "5.0": ["5-math.sin(q.anim_time*90*2-20)*10", 0, 12.5] + }, + "position": { + "0.0": [-2, 0, 1], + "0.5": [-2, 0, 1], + "5.0": [-2, 0, 1] + } + }, + "top_left2": { + "rotation": { + "0.0": ["-168.7182-math.sin(q.anim_time*90*2-200)*3", "-68.5738-math.sin(q.anim_time*90*2-80)*3", 169.46106], + "0.5": ["-168.7182-math.sin(q.anim_time*90*2-200)*3", "-68.5738-math.sin(q.anim_time*90*2-80)*3", 169.46106], + "1.0": ["-158.3083-math.sin(q.anim_time*90*2-200)*3", "-78.1518-math.sin(q.anim_time*90*2-80)*3", 158.66161], + "1.1667": ["-103.0399-math.sin(q.anim_time*90*2-200)*3", "-85.5367-math.sin(q.anim_time*90*2-80)*3", 103.01512], + "1.2083": ["-13.67-math.sin(q.anim_time*90*2-200)*3", "-71.0862-math.sin(q.anim_time*90*2-80)*3", 12.8013], + "1.25": ["-103.0399-math.sin(q.anim_time*90*2-200)*3", "-85.5367-math.sin(q.anim_time*90*2-80)*3", 103.01512], + "1.2917": ["-103.0399-math.sin(q.anim_time*90*2-200)*3", "-85.5367-math.sin(q.anim_time*90*2-80)*3", 103.01512], + "1.3333": ["-13.67-math.sin(q.anim_time*90*2-200)*3", "-71.0862-math.sin(q.anim_time*90*2-80)*3", 12.8013], + "1.375": ["-103.0399-math.sin(q.anim_time*90*2-200)*3", "-85.5367-math.sin(q.anim_time*90*2-80)*3", 103.01512], + "1.4167": ["-103.0399-math.sin(q.anim_time*90*2-200)*3", "-85.5367-math.sin(q.anim_time*90*2-80)*3", 103.01512], + "1.4583": ["-13.67-math.sin(q.anim_time*90*2-200)*3", "-71.0862-math.sin(q.anim_time*90*2-80)*3", 12.8013], + "1.5": ["-103.0399-math.sin(q.anim_time*90*2-200)*3", "-85.5367-math.sin(q.anim_time*90*2-80)*3", 103.01512], + "1.5417": ["-103.0399-math.sin(q.anim_time*90*2-200)*3", "-85.5367-math.sin(q.anim_time*90*2-80)*3", 103.01512], + "1.5833": ["-13.67-math.sin(q.anim_time*90*2-200)*3", "-71.0862-math.sin(q.anim_time*90*2-80)*3", 12.8013], + "1.625": ["-103.0399-math.sin(q.anim_time*90*2-200)*3", "-85.5367-math.sin(q.anim_time*90*2-80)*3", 103.01512], + "1.6667": ["-103.0399-math.sin(q.anim_time*90*2-200)*3", "-85.5367-math.sin(q.anim_time*90*2-80)*3", 103.01512], + "1.7083": ["-13.67-math.sin(q.anim_time*90*2-200)*3", "-71.0862-math.sin(q.anim_time*90*2-80)*3", 12.8013], + "1.75": ["-103.0399-math.sin(q.anim_time*90*2-200)*3", "-85.5367-math.sin(q.anim_time*90*2-80)*3", 103.01512], + "1.7917": ["-103.0399-math.sin(q.anim_time*90*2-200)*3", "-85.5367-math.sin(q.anim_time*90*2-80)*3", 103.01512], + "1.8333": ["-13.67-math.sin(q.anim_time*90*2-200)*3", "-71.0862-math.sin(q.anim_time*90*2-80)*3", 12.8013], + "1.875": ["-103.0399-math.sin(q.anim_time*90*2-200)*3", "-85.5367-math.sin(q.anim_time*90*2-80)*3", 103.01512], + "1.9167": ["-103.0399-math.sin(q.anim_time*90*2-200)*3", "-85.5367-math.sin(q.anim_time*90*2-80)*3", 103.01512], + "1.9583": ["-13.67-math.sin(q.anim_time*90*2-200)*3", "-71.0862-math.sin(q.anim_time*90*2-80)*3", 12.8013], + "2.0": ["-103.0399-math.sin(q.anim_time*90*2-200)*3", "-85.5367-math.sin(q.anim_time*90*2-80)*3", 103.01512], + "2.0417": ["-103.0399-math.sin(q.anim_time*90*2-200)*3", "-85.5367-math.sin(q.anim_time*90*2-80)*3", 103.01512], + "2.0833": ["-13.67-math.sin(q.anim_time*90*2-200)*3", "-71.0862-math.sin(q.anim_time*90*2-80)*3", 12.8013], + "2.125": ["-103.0399-math.sin(q.anim_time*90*2-200)*3", "-85.5367-math.sin(q.anim_time*90*2-80)*3", 103.01512], + "2.1667": ["-103.0399-math.sin(q.anim_time*90*2-200)*3", "-85.5367-math.sin(q.anim_time*90*2-80)*3", 103.01512], + "2.2083": ["-13.67-math.sin(q.anim_time*90*2-200)*3", "-71.0862-math.sin(q.anim_time*90*2-80)*3", 12.8013], + "2.25": ["-103.0399-math.sin(q.anim_time*90*2-200)*3", "-85.5367-math.sin(q.anim_time*90*2-80)*3", 103.01512], + "2.2917": ["-103.0399-math.sin(q.anim_time*90*2-200)*3", "-85.5367-math.sin(q.anim_time*90*2-80)*3", 103.01512], + "2.3333": ["-13.67-math.sin(q.anim_time*90*2-200)*3", "-71.0862-math.sin(q.anim_time*90*2-80)*3", 12.8013], + "2.375": ["-103.0399-math.sin(q.anim_time*90*2-200)*3", "-85.5367-math.sin(q.anim_time*90*2-80)*3", 103.01512], + "2.4167": ["-103.0399-math.sin(q.anim_time*90*2-200)*3", "-85.5367-math.sin(q.anim_time*90*2-80)*3", 103.01512], + "2.4583": ["-13.67-math.sin(q.anim_time*90*2-200)*3", "-71.0862-math.sin(q.anim_time*90*2-80)*3", 12.8013], + "2.5": ["-103.0399-math.sin(q.anim_time*90*2-200)*3", "-85.5367-math.sin(q.anim_time*90*2-80)*3", 103.01512], + "2.5417": ["-103.0399-math.sin(q.anim_time*90*2-200)*3", "-85.5367-math.sin(q.anim_time*90*2-80)*3", 103.01512], + "2.5833": ["-13.67-math.sin(q.anim_time*90*2-200)*3", "-71.0862-math.sin(q.anim_time*90*2-80)*3", 12.8013], + "2.625": ["-103.0399-math.sin(q.anim_time*90*2-200)*3", "-85.5367-math.sin(q.anim_time*90*2-80)*3", 103.01512], + "2.6667": ["-103.0399-math.sin(q.anim_time*90*2-200)*3", "-85.5367-math.sin(q.anim_time*90*2-80)*3", 103.01512], + "2.7083": ["-13.67-math.sin(q.anim_time*90*2-200)*3", "-71.0862-math.sin(q.anim_time*90*2-80)*3", 12.8013], + "2.75": ["-103.0399-math.sin(q.anim_time*90*2-200)*3", "-85.5367-math.sin(q.anim_time*90*2-80)*3", 103.01512], + "2.7917": ["-103.0399-math.sin(q.anim_time*90*2-200)*3", "-85.5367-math.sin(q.anim_time*90*2-80)*3", 103.01512], + "2.8333": ["-13.67-math.sin(q.anim_time*90*2-200)*3", "-71.0862-math.sin(q.anim_time*90*2-80)*3", 12.8013], + "2.875": ["-103.0399-math.sin(q.anim_time*90*2-200)*3", "-85.5367-math.sin(q.anim_time*90*2-80)*3", 103.01512], + "2.9167": ["-103.0399-math.sin(q.anim_time*90*2-200)*3", "-85.5367-math.sin(q.anim_time*90*2-80)*3", 103.01512], + "2.9583": ["-13.67-math.sin(q.anim_time*90*2-200)*3", "-71.0862-math.sin(q.anim_time*90*2-80)*3", 12.8013], + "3.0": ["-103.0399-math.sin(q.anim_time*90*2-200)*3", "-85.5367-math.sin(q.anim_time*90*2-80)*3", 103.01512], + "3.1667": ["-103.0399-math.sin(q.anim_time*90*2-200)*3", "-85.5367-math.sin(q.anim_time*90*2-80)*3", 103.01512], + "4.5": ["-168.7182-math.sin(q.anim_time*90*2-200)*3", "-68.5738-math.sin(q.anim_time*90*2-80)*3", 169.46106], + "5.0": ["-168.7182-math.sin(q.anim_time*90*2-200)*3", "-68.5738-math.sin(q.anim_time*90*2-80)*3", 169.46106] + }, + "position": { + "0.0": [-29, "3+math.sin(q.anim_time*90*2-90)*5", -8], + "0.5": [-29, "3+math.sin(q.anim_time*90*2-90)*5", -8], + "1.0": [-35, "2+math.sin(q.anim_time*90*2-90)*5", 53], + "1.1667": [-39, "2+math.sin(q.anim_time*90*2-90)*5", 53], + "1.2083": [-11, "2+math.sin(q.anim_time*90*2-90)*5", -131], + "1.25": [-39, "2+math.sin(q.anim_time*90*2-90)*5", 53], + "1.2917": [-39, "2+math.sin(q.anim_time*90*2-90)*5", 53], + "1.3333": [-11, "2+math.sin(q.anim_time*90*2-90)*5", -131], + "1.375": [-39, "2+math.sin(q.anim_time*90*2-90)*5", 53], + "1.4167": [-39, "2+math.sin(q.anim_time*90*2-90)*5", 53], + "1.4583": [-11, "2+math.sin(q.anim_time*90*2-90)*5", -131], + "1.5": [-39, "2+math.sin(q.anim_time*90*2-90)*5", 53], + "1.5417": [-39, "2+math.sin(q.anim_time*90*2-90)*5", 53], + "1.5833": [-11, "2+math.sin(q.anim_time*90*2-90)*5", -131], + "1.625": [-39, "2+math.sin(q.anim_time*90*2-90)*5", 53], + "1.6667": [-39, "2+math.sin(q.anim_time*90*2-90)*5", 53], + "1.7083": [-11, "2+math.sin(q.anim_time*90*2-90)*5", -131], + "1.75": [-39, "2+math.sin(q.anim_time*90*2-90)*5", 53], + "1.7917": [-39, "2+math.sin(q.anim_time*90*2-90)*5", 53], + "1.8333": [-11, "2+math.sin(q.anim_time*90*2-90)*5", -131], + "1.875": [-39, "2+math.sin(q.anim_time*90*2-90)*5", 53], + "1.9167": [-39, "2+math.sin(q.anim_time*90*2-90)*5", 53], + "1.9583": [-11, "2+math.sin(q.anim_time*90*2-90)*5", -131], + "2.0": [-39, "2+math.sin(q.anim_time*90*2-90)*5", 53], + "2.0417": [-39, "2+math.sin(q.anim_time*90*2-90)*5", 53], + "2.0833": [-11, "2+math.sin(q.anim_time*90*2-90)*5", -131], + "2.125": [-39, "2+math.sin(q.anim_time*90*2-90)*5", 53], + "2.1667": [-39, "2+math.sin(q.anim_time*90*2-90)*5", 53], + "2.2083": [-11, "2+math.sin(q.anim_time*90*2-90)*5", -131], + "2.25": [-39, "2+math.sin(q.anim_time*90*2-90)*5", 53], + "2.2917": [-39, "2+math.sin(q.anim_time*90*2-90)*5", 53], + "2.3333": [-11, "2+math.sin(q.anim_time*90*2-90)*5", -131], + "2.375": [-39, "2+math.sin(q.anim_time*90*2-90)*5", 53], + "2.4167": [-39, "2+math.sin(q.anim_time*90*2-90)*5", 53], + "2.4583": [-11, "2+math.sin(q.anim_time*90*2-90)*5", -131], + "2.5": [-39, "2+math.sin(q.anim_time*90*2-90)*5", 53], + "2.5417": [-39, "2+math.sin(q.anim_time*90*2-90)*5", 53], + "2.5833": [-11, "2+math.sin(q.anim_time*90*2-90)*5", -131], + "2.625": [-39, "2+math.sin(q.anim_time*90*2-90)*5", 53], + "2.6667": [-39, "2+math.sin(q.anim_time*90*2-90)*5", 53], + "2.7083": [-11, "2+math.sin(q.anim_time*90*2-90)*5", -131], + "2.75": [-39, "2+math.sin(q.anim_time*90*2-90)*5", 53], + "2.7917": [-39, "2+math.sin(q.anim_time*90*2-90)*5", 53], + "2.8333": [-11, "2+math.sin(q.anim_time*90*2-90)*5", -131], + "2.875": [-39, "2+math.sin(q.anim_time*90*2-90)*5", 53], + "2.9167": [-39, "2+math.sin(q.anim_time*90*2-90)*5", 53], + "2.9583": [-11, "2+math.sin(q.anim_time*90*2-90)*5", -131], + "3.0": [-39, "2+math.sin(q.anim_time*90*2-90)*5", 53], + "3.1667": [-39, "2+math.sin(q.anim_time*90*2-90)*5", 92], + "3.25": [40, "-4+math.sin(q.anim_time*90*2-90)*5", -128], + "3.5": [40, "-4+math.sin(q.anim_time*90*2-90)*5", -128], + "4.5": [-29, "3+math.sin(q.anim_time*90*2-90)*5", -8], + "5.0": [-29, "3+math.sin(q.anim_time*90*2-90)*5", -8] + }, + "scale": { + "0.0": [1, 1, 1], + "1.1667": [1, 1, 1], + "1.2083": [1.5, 1, 1], + "1.25": [1, 1, 1], + "1.2917": [1, 1, 1], + "1.3333": [1.5, 1, 1], + "1.375": [1, 1, 1], + "1.4167": [1, 1, 1], + "1.4583": [1.5, 1, 1], + "1.5": [1, 1, 1], + "1.5417": [1, 1, 1], + "1.5833": [1.5, 1, 1], + "1.625": [1, 1, 1], + "1.6667": [1, 1, 1], + "1.7083": [1.5, 1, 1], + "1.75": [1, 1, 1], + "1.7917": [1, 1, 1], + "1.8333": [1.5, 1, 1], + "1.875": [1, 1, 1], + "1.9167": [1, 1, 1], + "1.9583": [1.5, 1, 1], + "2.0": [1, 1, 1], + "2.0417": [1, 1, 1], + "2.0833": [1.5, 1, 1], + "2.125": [1, 1, 1], + "2.1667": [1, 1, 1], + "2.2083": [1.5, 1, 1], + "2.25": [1, 1, 1], + "2.2917": [1, 1, 1], + "2.3333": [1.5, 1, 1], + "2.375": [1, 1, 1], + "2.4167": [1, 1, 1], + "2.4583": [1.5, 1, 1], + "2.5": [1, 1, 1], + "2.5417": [1, 1, 1], + "2.5833": [1.5, 1, 1], + "2.625": [1, 1, 1], + "2.6667": [1, 1, 1], + "2.7083": [1.5, 1, 1], + "2.75": [1, 1, 1], + "2.7917": [1, 1, 1], + "2.8333": [1.5, 1, 1], + "2.875": [1, 1, 1], + "2.9167": [1, 1, 1], + "2.9583": [1.5, 1, 1], + "3.0": [1, 1, 1], + "3.1667": [1, 1, 1], + "4.5": [1, 1, 1], + "5.0": [1, 1, 1] + } + }, + "bone9": { + "rotation": { + "0.0": [0, "-5-math.sin(q.anim_time*90*2-170)*7", 0], + "0.5": [0, "-5-math.sin(q.anim_time*90*2-170)*7", 0], + "1.0": [-24.88148, -54.35541, 27.64836], + "1.125": [-24.88148, -54.35541, 27.64836], + "5.0": [0, "-5-math.sin(q.anim_time*90*2-170)*7", 0] + } + }, + "bone10": { + "rotation": { + "0.0": [0, "-5-math.sin(q.anim_time*90*2-90)*7", 0], + "0.5": [0, "-5-math.sin(q.anim_time*90*2-90)*7", 0], + "1.0": [13.12627, -58.89663, -18.69857], + "1.125": [13.12627, -58.89663, -18.69857], + "2.6667": [13.12627, -58.89663, -18.69857], + "2.7917": [13.12627, -58.89663, -18.69857], + "5.0": [0, "-5-math.sin(q.anim_time*90*2-90)*7", 0] + } + }, + "bone11": { + "rotation": { + "0.0": ["10+math.sin(q.anim_time*90*2-170)*7", 0, 0], + "0.5": ["10+math.sin(q.anim_time*90*2-170)*7", 0, 0], + "1.0": [87.5, 0, 0], + "1.125": [87.5, 0, 0], + "2.6667": [87.5, 0, 0], + "2.7917": [87.5, 0, 0], + "5.0": ["10+math.sin(q.anim_time*90*2-170)*7", 0, 0] + } + }, + "top_left": { + "rotation": { + "0.0": ["-332.0877-math.sin(q.anim_time*90*2-280)*3", "-76.4307-math.sin(q.anim_time*90*2-80)*3", 167.96639], + "0.5": ["-332.0877-math.sin(q.anim_time*90*2-280)*3", "-76.4307-math.sin(q.anim_time*90*2-80)*3", 167.96639], + "1.0": ["-288.0675-math.sin(q.anim_time*90*2-280)*3", "-83.5193-math.sin(q.anim_time*90*2-80)*3", 123.41171], + "1.125": ["-246.1651-math.sin(q.anim_time*90*2-280)*3", "-83.3406-math.sin(q.anim_time*90*2-80)*3", 81.22583], + "1.3333": ["-246.1651-math.sin(q.anim_time*90*2-280)*3", "-83.3406-math.sin(q.anim_time*90*2-80)*3", 81.22583], + "1.375": ["-157.8996-math.sin(q.anim_time*90*2-280)*3", "-72.9468-math.sin(q.anim_time*90*2-80)*3", -8.56242], + "1.4167": ["-246.1651-math.sin(q.anim_time*90*2-280)*3", "-83.3406-math.sin(q.anim_time*90*2-80)*3", 81.22583], + "1.4583": ["-246.1651-math.sin(q.anim_time*90*2-280)*3", "-83.3406-math.sin(q.anim_time*90*2-80)*3", 81.22583], + "1.5": ["-157.8996-math.sin(q.anim_time*90*2-280)*3", "-72.9468-math.sin(q.anim_time*90*2-80)*3", -8.56242], + "1.5417": ["-246.1651-math.sin(q.anim_time*90*2-280)*3", "-83.3406-math.sin(q.anim_time*90*2-80)*3", 81.22583], + "1.5833": ["-246.1651-math.sin(q.anim_time*90*2-280)*3", "-83.3406-math.sin(q.anim_time*90*2-80)*3", 81.22583], + "1.625": ["-157.8996-math.sin(q.anim_time*90*2-280)*3", "-72.9468-math.sin(q.anim_time*90*2-80)*3", -8.56242], + "1.6667": ["-246.1651-math.sin(q.anim_time*90*2-280)*3", "-83.3406-math.sin(q.anim_time*90*2-80)*3", 81.22583], + "1.7083": ["-246.1651-math.sin(q.anim_time*90*2-280)*3", "-83.3406-math.sin(q.anim_time*90*2-80)*3", 81.22583], + "1.75": ["-157.8996-math.sin(q.anim_time*90*2-280)*3", "-72.9468-math.sin(q.anim_time*90*2-80)*3", -8.56242], + "1.7917": ["-246.1651-math.sin(q.anim_time*90*2-280)*3", "-83.3406-math.sin(q.anim_time*90*2-80)*3", 81.22583], + "1.8333": ["-246.1651-math.sin(q.anim_time*90*2-280)*3", "-83.3406-math.sin(q.anim_time*90*2-80)*3", 81.22583], + "1.875": ["-157.8996-math.sin(q.anim_time*90*2-280)*3", "-72.9468-math.sin(q.anim_time*90*2-80)*3", -8.56242], + "1.9167": ["-246.1651-math.sin(q.anim_time*90*2-280)*3", "-83.3406-math.sin(q.anim_time*90*2-80)*3", 81.22583], + "1.9583": ["-246.1651-math.sin(q.anim_time*90*2-280)*3", "-83.3406-math.sin(q.anim_time*90*2-80)*3", 81.22583], + "2.0": ["-157.8996-math.sin(q.anim_time*90*2-280)*3", "-72.9468-math.sin(q.anim_time*90*2-80)*3", -8.56242], + "2.0417": ["-246.1651-math.sin(q.anim_time*90*2-280)*3", "-83.3406-math.sin(q.anim_time*90*2-80)*3", 81.22583], + "2.0833": ["-246.1651-math.sin(q.anim_time*90*2-280)*3", "-83.3406-math.sin(q.anim_time*90*2-80)*3", 81.22583], + "2.125": ["-157.8996-math.sin(q.anim_time*90*2-280)*3", "-72.9468-math.sin(q.anim_time*90*2-80)*3", -8.56242], + "2.1667": ["-246.1651-math.sin(q.anim_time*90*2-280)*3", "-83.3406-math.sin(q.anim_time*90*2-80)*3", 81.22583], + "2.2083": ["-246.1651-math.sin(q.anim_time*90*2-280)*3", "-83.3406-math.sin(q.anim_time*90*2-80)*3", 81.22583], + "2.25": ["-157.8996-math.sin(q.anim_time*90*2-280)*3", "-72.9468-math.sin(q.anim_time*90*2-80)*3", -8.56242], + "2.2917": ["-246.1651-math.sin(q.anim_time*90*2-280)*3", "-83.3406-math.sin(q.anim_time*90*2-80)*3", 81.22583], + "2.3333": ["-246.1651-math.sin(q.anim_time*90*2-280)*3", "-83.3406-math.sin(q.anim_time*90*2-80)*3", 81.22583], + "2.375": ["-157.8996-math.sin(q.anim_time*90*2-280)*3", "-72.9468-math.sin(q.anim_time*90*2-80)*3", -8.56242], + "2.4167": ["-246.1651-math.sin(q.anim_time*90*2-280)*3", "-83.3406-math.sin(q.anim_time*90*2-80)*3", 81.22583], + "2.4583": ["-246.1651-math.sin(q.anim_time*90*2-280)*3", "-83.3406-math.sin(q.anim_time*90*2-80)*3", 81.22583], + "2.5": ["-157.8996-math.sin(q.anim_time*90*2-280)*3", "-72.9468-math.sin(q.anim_time*90*2-80)*3", -8.56242], + "2.5417": ["-246.1651-math.sin(q.anim_time*90*2-280)*3", "-83.3406-math.sin(q.anim_time*90*2-80)*3", 81.22583], + "2.5833": ["-246.1651-math.sin(q.anim_time*90*2-280)*3", "-83.3406-math.sin(q.anim_time*90*2-80)*3", 81.22583], + "2.625": ["-157.8996-math.sin(q.anim_time*90*2-280)*3", "-72.9468-math.sin(q.anim_time*90*2-80)*3", -8.56242], + "2.6667": ["-246.1651-math.sin(q.anim_time*90*2-280)*3", "-83.3406-math.sin(q.anim_time*90*2-80)*3", 81.22583], + "2.7083": ["-246.1651-math.sin(q.anim_time*90*2-280)*3", "-83.3406-math.sin(q.anim_time*90*2-80)*3", 81.22583], + "2.75": ["-157.8996-math.sin(q.anim_time*90*2-280)*3", "-72.9468-math.sin(q.anim_time*90*2-80)*3", -8.56242], + "2.7917": ["-246.1651-math.sin(q.anim_time*90*2-280)*3", "-83.3406-math.sin(q.anim_time*90*2-80)*3", 81.22583], + "3.1667": ["-246.1651-math.sin(q.anim_time*90*2-280)*3", "-83.3406-math.sin(q.anim_time*90*2-80)*3", 81.22583], + "4.5": ["-332.0877-math.sin(q.anim_time*90*2-280)*3", "-76.4307-math.sin(q.anim_time*90*2-80)*3", 167.96639], + "5.0": ["-332.0877-math.sin(q.anim_time*90*2-280)*3", "-76.4307-math.sin(q.anim_time*90*2-80)*3", 167.96639] + }, + "position": { + "0.0": [-24, "15+math.sin(q.anim_time*90*2-180)*5", -32.5], + "0.5": [-24, "15+math.sin(q.anim_time*90*2-180)*5", -32.5], + "1.0": [-26, "22+math.sin(q.anim_time*90*2-180)*5", 43.5], + "1.125": [-26, "22+math.sin(q.anim_time*90*2-180)*5", 43.5], + "1.3333": [-26, "22+math.sin(q.anim_time*90*2-180)*5", 43.5], + "1.375": [15, "-11+math.sin(q.anim_time*90*2-180)*5", -71.5], + "1.4167": [-26, "22+math.sin(q.anim_time*90*2-180)*5", 43.5], + "1.4583": [-26, "22+math.sin(q.anim_time*90*2-180)*5", 43.5], + "1.5": [15, "-11+math.sin(q.anim_time*90*2-180)*5", -71.5], + "1.5417": [-26, "22+math.sin(q.anim_time*90*2-180)*5", 43.5], + "1.5833": [-26, "22+math.sin(q.anim_time*90*2-180)*5", 43.5], + "1.625": [15, "-11+math.sin(q.anim_time*90*2-180)*5", -71.5], + "1.6667": [-26, "22+math.sin(q.anim_time*90*2-180)*5", 43.5], + "1.7083": [-26, "22+math.sin(q.anim_time*90*2-180)*5", 43.5], + "1.75": [15, "-11+math.sin(q.anim_time*90*2-180)*5", -71.5], + "1.7917": [-26, "22+math.sin(q.anim_time*90*2-180)*5", 43.5], + "1.8333": [-26, "22+math.sin(q.anim_time*90*2-180)*5", 43.5], + "1.875": [15, "-11+math.sin(q.anim_time*90*2-180)*5", -71.5], + "1.9167": [-26, "22+math.sin(q.anim_time*90*2-180)*5", 43.5], + "1.9583": [-26, "22+math.sin(q.anim_time*90*2-180)*5", 43.5], + "2.0": [15, "-11+math.sin(q.anim_time*90*2-180)*5", -71.5], + "2.0417": [-26, "22+math.sin(q.anim_time*90*2-180)*5", 43.5], + "2.0833": [-26, "22+math.sin(q.anim_time*90*2-180)*5", 43.5], + "2.125": [15, "-11+math.sin(q.anim_time*90*2-180)*5", -71.5], + "2.1667": [-26, "22+math.sin(q.anim_time*90*2-180)*5", 43.5], + "2.2083": [-26, "22+math.sin(q.anim_time*90*2-180)*5", 43.5], + "2.25": [15, "-11+math.sin(q.anim_time*90*2-180)*5", -71.5], + "2.2917": [-26, "22+math.sin(q.anim_time*90*2-180)*5", 43.5], + "2.3333": [-26, "22+math.sin(q.anim_time*90*2-180)*5", 43.5], + "2.375": [15, "-11+math.sin(q.anim_time*90*2-180)*5", -71.5], + "2.4167": [-26, "22+math.sin(q.anim_time*90*2-180)*5", 43.5], + "2.4583": [-26, "22+math.sin(q.anim_time*90*2-180)*5", 43.5], + "2.5": [15, "-11+math.sin(q.anim_time*90*2-180)*5", -71.5], + "2.5417": [-26, "22+math.sin(q.anim_time*90*2-180)*5", 43.5], + "2.5833": [-26, "22+math.sin(q.anim_time*90*2-180)*5", 43.5], + "2.625": [15, "-11+math.sin(q.anim_time*90*2-180)*5", -71.5], + "2.6667": [-26, "22+math.sin(q.anim_time*90*2-180)*5", 43.5], + "2.7083": [-26, "22+math.sin(q.anim_time*90*2-180)*5", 43.5], + "2.75": [15, "-11+math.sin(q.anim_time*90*2-180)*5", -71.5], + "2.7917": [-26, "22+math.sin(q.anim_time*90*2-180)*5", 43.5], + "3.1667": [-26, "22+math.sin(q.anim_time*90*2-180)*5", 68.5], + "3.25": [41, "-13+math.sin(q.anim_time*90*2-180)*5", -127.5], + "3.5": [41, "-13+math.sin(q.anim_time*90*2-180)*5", -127.5], + "4.5": [-24, "15+math.sin(q.anim_time*90*2-180)*5", -32.5], + "5.0": [-24, "15+math.sin(q.anim_time*90*2-180)*5", -32.5] + }, + "scale": { + "0.0": [1, 1, 1], + "1.3333": [1, 1, 1], + "1.375": [1.4, 1, 1], + "1.4167": [1, 1, 1], + "1.4583": [1, 1, 1], + "1.5": [1.4, 1, 1], + "1.5417": [1, 1, 1], + "1.5833": [1, 1, 1], + "1.625": [1.4, 1, 1], + "1.6667": [1, 1, 1], + "1.7083": [1, 1, 1], + "1.75": [1.4, 1, 1], + "1.7917": [1, 1, 1], + "1.8333": [1, 1, 1], + "1.875": [1.4, 1, 1], + "1.9167": [1, 1, 1], + "1.9583": [1, 1, 1], + "2.0": [1.4, 1, 1], + "2.0417": [1, 1, 1], + "2.0833": [1, 1, 1], + "2.125": [1.4, 1, 1], + "2.1667": [1, 1, 1], + "2.2083": [1, 1, 1], + "2.25": [1.4, 1, 1], + "2.2917": [1, 1, 1], + "2.3333": [1, 1, 1], + "2.375": [1.4, 1, 1], + "2.4167": [1, 1, 1], + "2.4583": [1, 1, 1], + "2.5": [1.4, 1, 1], + "2.5417": [1, 1, 1], + "2.5833": [1, 1, 1], + "2.625": [1.4, 1, 1], + "2.6667": [1, 1, 1], + "2.7083": [1, 1, 1], + "2.75": [1.4, 1, 1], + "2.7917": [1, 1, 1], + "3.1667": [1, 1, 1], + "4.5": [1, 1, 1], + "5.0": [1, 1, 1] + } + }, + "top_right3": { + "rotation": { + "0.0": ["-13.4638-math.sin(q.anim_time*90*2-100)*3", "53.1505-math.sin(q.anim_time*90*2-80)*3", 194.49191], + "0.5": ["-13.4638-math.sin(q.anim_time*90*2-100)*3", "53.1505-math.sin(q.anim_time*90*2-80)*3", 194.49191], + "1.0": ["-24.1533-math.sin(q.anim_time*90*2-100)*3", "74.8213-math.sin(q.anim_time*90*2-80)*3", 182.19443], + "1.125": ["-64.9491-math.sin(q.anim_time*90*2-100)*3", "86.6703-math.sin(q.anim_time*90*2-80)*3", 140.41426], + "1.2083": ["-64.9491-math.sin(q.anim_time*90*2-100)*3", "86.6703-math.sin(q.anim_time*90*2-80)*3", 140.41426], + "1.25": ["-201.8874-math.sin(q.anim_time*90*2-100)*3", "71.5674-math.sin(q.anim_time*90*2-80)*3", -0.8253], + "1.2917": ["-64.9491-math.sin(q.anim_time*90*2-100)*3", "86.6703-math.sin(q.anim_time*90*2-80)*3", 140.41426], + "1.3333": ["-64.9491-math.sin(q.anim_time*90*2-100)*3", "86.6703-math.sin(q.anim_time*90*2-80)*3", 140.41426], + "1.375": ["-201.8874-math.sin(q.anim_time*90*2-100)*3", "71.5674-math.sin(q.anim_time*90*2-80)*3", -0.8253], + "1.4167": ["-64.9491-math.sin(q.anim_time*90*2-100)*3", "86.6703-math.sin(q.anim_time*90*2-80)*3", 140.41426], + "1.4583": ["-64.9491-math.sin(q.anim_time*90*2-100)*3", "86.6703-math.sin(q.anim_time*90*2-80)*3", 140.41426], + "1.5": ["-201.8874-math.sin(q.anim_time*90*2-100)*3", "71.5674-math.sin(q.anim_time*90*2-80)*3", -0.8253], + "1.5417": ["-64.9491-math.sin(q.anim_time*90*2-100)*3", "86.6703-math.sin(q.anim_time*90*2-80)*3", 140.41426], + "1.5833": ["-64.9491-math.sin(q.anim_time*90*2-100)*3", "86.6703-math.sin(q.anim_time*90*2-80)*3", 140.41426], + "1.625": ["-201.8874-math.sin(q.anim_time*90*2-100)*3", "71.5674-math.sin(q.anim_time*90*2-80)*3", -0.8253], + "1.6667": ["-64.9491-math.sin(q.anim_time*90*2-100)*3", "86.6703-math.sin(q.anim_time*90*2-80)*3", 140.41426], + "1.7083": ["-64.9491-math.sin(q.anim_time*90*2-100)*3", "86.6703-math.sin(q.anim_time*90*2-80)*3", 140.41426], + "1.75": ["-201.8874-math.sin(q.anim_time*90*2-100)*3", "71.5674-math.sin(q.anim_time*90*2-80)*3", -0.8253], + "1.7917": ["-64.9491-math.sin(q.anim_time*90*2-100)*3", "86.6703-math.sin(q.anim_time*90*2-80)*3", 140.41426], + "1.8333": ["-64.9491-math.sin(q.anim_time*90*2-100)*3", "86.6703-math.sin(q.anim_time*90*2-80)*3", 140.41426], + "1.875": ["-201.8874-math.sin(q.anim_time*90*2-100)*3", "71.5674-math.sin(q.anim_time*90*2-80)*3", -0.8253], + "1.9167": ["-64.9491-math.sin(q.anim_time*90*2-100)*3", "86.6703-math.sin(q.anim_time*90*2-80)*3", 140.41426], + "1.9583": ["-64.9491-math.sin(q.anim_time*90*2-100)*3", "86.6703-math.sin(q.anim_time*90*2-80)*3", 140.41426], + "2.0": ["-201.8874-math.sin(q.anim_time*90*2-100)*3", "71.5674-math.sin(q.anim_time*90*2-80)*3", -0.8253], + "2.0417": ["-64.9491-math.sin(q.anim_time*90*2-100)*3", "86.6703-math.sin(q.anim_time*90*2-80)*3", 140.41426], + "2.0833": ["-64.9491-math.sin(q.anim_time*90*2-100)*3", "86.6703-math.sin(q.anim_time*90*2-80)*3", 140.41426], + "2.125": ["-201.8874-math.sin(q.anim_time*90*2-100)*3", "71.5674-math.sin(q.anim_time*90*2-80)*3", -0.8253], + "2.1667": ["-64.9491-math.sin(q.anim_time*90*2-100)*3", "86.6703-math.sin(q.anim_time*90*2-80)*3", 140.41426], + "2.2083": ["-64.9491-math.sin(q.anim_time*90*2-100)*3", "86.6703-math.sin(q.anim_time*90*2-80)*3", 140.41426], + "2.25": ["-201.8874-math.sin(q.anim_time*90*2-100)*3", "71.5674-math.sin(q.anim_time*90*2-80)*3", -0.8253], + "2.2917": ["-64.9491-math.sin(q.anim_time*90*2-100)*3", "86.6703-math.sin(q.anim_time*90*2-80)*3", 140.41426], + "2.3333": ["-64.9491-math.sin(q.anim_time*90*2-100)*3", "86.6703-math.sin(q.anim_time*90*2-80)*3", 140.41426], + "2.375": ["-201.8874-math.sin(q.anim_time*90*2-100)*3", "71.5674-math.sin(q.anim_time*90*2-80)*3", -0.8253], + "2.4167": ["-64.9491-math.sin(q.anim_time*90*2-100)*3", "86.6703-math.sin(q.anim_time*90*2-80)*3", 140.41426], + "2.4583": ["-64.9491-math.sin(q.anim_time*90*2-100)*3", "86.6703-math.sin(q.anim_time*90*2-80)*3", 140.41426], + "2.5": ["-201.8874-math.sin(q.anim_time*90*2-100)*3", "71.5674-math.sin(q.anim_time*90*2-80)*3", -0.8253], + "2.5417": ["-64.9491-math.sin(q.anim_time*90*2-100)*3", "86.6703-math.sin(q.anim_time*90*2-80)*3", 140.41426], + "2.5833": ["-64.9491-math.sin(q.anim_time*90*2-100)*3", "86.6703-math.sin(q.anim_time*90*2-80)*3", 140.41426], + "2.625": ["-201.8874-math.sin(q.anim_time*90*2-100)*3", "71.5674-math.sin(q.anim_time*90*2-80)*3", -0.8253], + "2.6667": ["-64.9491-math.sin(q.anim_time*90*2-100)*3", "86.6703-math.sin(q.anim_time*90*2-80)*3", 140.41426], + "2.7083": ["-64.9491-math.sin(q.anim_time*90*2-100)*3", "86.6703-math.sin(q.anim_time*90*2-80)*3", 140.41426], + "2.75": ["-201.8874-math.sin(q.anim_time*90*2-100)*3", "71.5674-math.sin(q.anim_time*90*2-80)*3", -0.8253], + "2.7917": ["-64.9491-math.sin(q.anim_time*90*2-100)*3", "86.6703-math.sin(q.anim_time*90*2-80)*3", 140.41426], + "2.8333": ["-64.9491-math.sin(q.anim_time*90*2-100)*3", "86.6703-math.sin(q.anim_time*90*2-80)*3", 140.41426], + "2.875": ["-201.8874-math.sin(q.anim_time*90*2-100)*3", "71.5674-math.sin(q.anim_time*90*2-80)*3", -0.8253], + "2.9167": ["-64.9491-math.sin(q.anim_time*90*2-100)*3", "86.6703-math.sin(q.anim_time*90*2-80)*3", 140.41426], + "2.9583": ["-64.9491-math.sin(q.anim_time*90*2-100)*3", "86.6703-math.sin(q.anim_time*90*2-80)*3", 140.41426], + "3.0": ["-201.8874-math.sin(q.anim_time*90*2-100)*3", "71.5674-math.sin(q.anim_time*90*2-80)*3", -0.8253], + "3.0417": ["-64.9491-math.sin(q.anim_time*90*2-100)*3", "86.6703-math.sin(q.anim_time*90*2-80)*3", 140.41426], + "3.1667": ["-64.9491-math.sin(q.anim_time*90*2-100)*3", "86.6703-math.sin(q.anim_time*90*2-80)*3", 140.41426], + "4.5": ["-13.4638-math.sin(q.anim_time*90*2-100)*3", "53.1505-math.sin(q.anim_time*90*2-80)*3", 194.49191], + "5.0": ["-13.4638-math.sin(q.anim_time*90*2-100)*3", "53.1505-math.sin(q.anim_time*90*2-80)*3", 194.49191] + }, + "position": { + "0.0": [27, "-12+math.sin(q.anim_time*90*2+180)*5", -5], + "0.5": [27, "-12+math.sin(q.anim_time*90*2+180)*5", -5], + "1.0": [13, "-6+math.sin(q.anim_time*90*2+180)*5", 75], + "1.125": [20, "-18+math.sin(q.anim_time*90*2+180)*5", 57], + "1.2083": [20, "-18+math.sin(q.anim_time*90*2+180)*5", 57], + "1.25": [-17, "-18+math.sin(q.anim_time*90*2+180)*5", -66], + "1.2917": [20, "-18+math.sin(q.anim_time*90*2+180)*5", 57], + "1.3333": [20, "-18+math.sin(q.anim_time*90*2+180)*5", 57], + "1.375": [-17, "-18+math.sin(q.anim_time*90*2+180)*5", -66], + "1.4167": [20, "-18+math.sin(q.anim_time*90*2+180)*5", 57], + "1.4583": [20, "-18+math.sin(q.anim_time*90*2+180)*5", 57], + "1.5": [-17, "-18+math.sin(q.anim_time*90*2+180)*5", -66], + "1.5417": [20, "-18+math.sin(q.anim_time*90*2+180)*5", 57], + "1.5833": [20, "-18+math.sin(q.anim_time*90*2+180)*5", 57], + "1.625": [-17, "-18+math.sin(q.anim_time*90*2+180)*5", -66], + "1.6667": [20, "-18+math.sin(q.anim_time*90*2+180)*5", 57], + "1.7083": [20, "-18+math.sin(q.anim_time*90*2+180)*5", 57], + "1.75": [-17, "-18+math.sin(q.anim_time*90*2+180)*5", -66], + "1.7917": [20, "-18+math.sin(q.anim_time*90*2+180)*5", 57], + "1.8333": [20, "-18+math.sin(q.anim_time*90*2+180)*5", 57], + "1.875": [-17, "-18+math.sin(q.anim_time*90*2+180)*5", -66], + "1.9167": [20, "-18+math.sin(q.anim_time*90*2+180)*5", 57], + "1.9583": [20, "-18+math.sin(q.anim_time*90*2+180)*5", 57], + "2.0": [-17, "-18+math.sin(q.anim_time*90*2+180)*5", -66], + "2.0417": [20, "-18+math.sin(q.anim_time*90*2+180)*5", 57], + "2.0833": [20, "-18+math.sin(q.anim_time*90*2+180)*5", 57], + "2.125": [-17, "-18+math.sin(q.anim_time*90*2+180)*5", -66], + "2.1667": [20, "-18+math.sin(q.anim_time*90*2+180)*5", 57], + "2.2083": [20, "-18+math.sin(q.anim_time*90*2+180)*5", 57], + "2.25": [-17, "-18+math.sin(q.anim_time*90*2+180)*5", -66], + "2.2917": [20, "-18+math.sin(q.anim_time*90*2+180)*5", 57], + "2.3333": [20, "-18+math.sin(q.anim_time*90*2+180)*5", 57], + "2.375": [-17, "-18+math.sin(q.anim_time*90*2+180)*5", -66], + "2.4167": [20, "-18+math.sin(q.anim_time*90*2+180)*5", 57], + "2.4583": [20, "-18+math.sin(q.anim_time*90*2+180)*5", 57], + "2.5": [-17, "-18+math.sin(q.anim_time*90*2+180)*5", -66], + "2.5417": [20, "-18+math.sin(q.anim_time*90*2+180)*5", 57], + "2.5833": [20, "-18+math.sin(q.anim_time*90*2+180)*5", 57], + "2.625": [-17, "-18+math.sin(q.anim_time*90*2+180)*5", -66], + "2.6667": [20, "-18+math.sin(q.anim_time*90*2+180)*5", 57], + "2.7083": [20, "-18+math.sin(q.anim_time*90*2+180)*5", 57], + "2.75": [-17, "-18+math.sin(q.anim_time*90*2+180)*5", -66], + "2.7917": [20, "-18+math.sin(q.anim_time*90*2+180)*5", 57], + "2.8333": [20, "-18+math.sin(q.anim_time*90*2+180)*5", 57], + "2.875": [-17, "-18+math.sin(q.anim_time*90*2+180)*5", -66], + "2.9167": [20, "-18+math.sin(q.anim_time*90*2+180)*5", 57], + "2.9583": [20, "-18+math.sin(q.anim_time*90*2+180)*5", 57], + "3.0": [-17, "-18+math.sin(q.anim_time*90*2+180)*5", -66], + "3.0417": [20, "-18+math.sin(q.anim_time*90*2+180)*5", 57], + "3.1667": [20, "-18+math.sin(q.anim_time*90*2+180)*5", 101], + "3.25": [-34, "17+math.sin(q.anim_time*90*2+180)*5", -116], + "3.5": [-34, "17+math.sin(q.anim_time*90*2+180)*5", -116], + "4.5": [27, "-12+math.sin(q.anim_time*90*2+180)*5", -5], + "5.0": [27, "-12+math.sin(q.anim_time*90*2+180)*5", -5] + }, + "scale": { + "0.0": [1, 1, 1], + "1.2083": [1, 1, 1], + "1.25": [1.5, 1, 1], + "1.2917": [1, 1, 1], + "1.3333": [1, 1, 1], + "1.375": [1.5, 1, 1], + "1.4167": [1, 1, 1], + "1.4583": [1, 1, 1], + "1.5": [1.5, 1, 1], + "1.5417": [1, 1, 1], + "1.5833": [1, 1, 1], + "1.625": [1.5, 1, 1], + "1.6667": [1, 1, 1], + "1.7083": [1, 1, 1], + "1.75": [1.5, 1, 1], + "1.7917": [1, 1, 1], + "1.8333": [1, 1, 1], + "1.875": [1.5, 1, 1], + "1.9167": [1, 1, 1], + "1.9583": [1, 1, 1], + "2.0": [1.5, 1, 1], + "2.0417": [1, 1, 1], + "2.0833": [1, 1, 1], + "2.125": [1.5, 1, 1], + "2.1667": [1, 1, 1], + "2.2083": [1, 1, 1], + "2.25": [1.5, 1, 1], + "2.2917": [1, 1, 1], + "2.3333": [1, 1, 1], + "2.375": [1.5, 1, 1], + "2.4167": [1, 1, 1], + "2.4583": [1, 1, 1], + "2.5": [1.5, 1, 1], + "2.5417": [1, 1, 1], + "2.5833": [1, 1, 1], + "2.625": [1.5, 1, 1], + "2.6667": [1, 1, 1], + "2.7083": [1, 1, 1], + "2.75": [1.5, 1, 1], + "2.7917": [1, 1, 1], + "2.8333": [1, 1, 1], + "2.875": [1.5, 1, 1], + "2.9167": [1, 1, 1], + "2.9583": [1, 1, 1], + "3.0": [1.5, 1, 1], + "3.0417": [1, 1, 1], + "3.1667": [1, 1, 1], + "4.5": [1, 1, 1], + "5.0": [1, 1, 1] + } + }, + "bone25": { + "rotation": { + "0.0": [0, "5-math.sin(q.anim_time*90*2-50)*10", 0], + "0.5": [0, "5-math.sin(q.anim_time*90*2-50)*10", 0], + "1.0": [-17.2905, 55.07134, -21.67245], + "1.125": [-17.2905, 55.07134, -21.67245], + "2.6667": [-17.2905, 55.07134, -21.67245], + "2.7917": [-17.2905, 55.07134, -21.67245], + "5.0": [0, "5-math.sin(q.anim_time*90*2-50)*10", 0] + } + }, + "bone26": { + "rotation": { + "0.0": [0, "5-math.sin(q.anim_time*90*2-120)*10", 0], + "0.5": [0, "5-math.sin(q.anim_time*90*2-120)*10", 0], + "1.0": [18.94226, 57.79492, 25.37836], + "1.125": [18.94226, 57.79492, 25.37836], + "2.6667": [18.94226, 57.79492, 25.37836], + "2.7917": [18.94226, 57.79492, 25.37836], + "5.0": [0, "5-math.sin(q.anim_time*90*2-120)*10", 0] + } + }, + "bone27": { + "rotation": { + "0.0": ["10-math.sin(q.anim_time*90*2-120)*10", 0, 0], + "0.5": ["10-math.sin(q.anim_time*90*2-120)*10", 0, 0], + "1.0": [95, 0, 0], + "1.125": [95, 0, 0], + "2.6667": [95, 0, 0], + "2.7917": [95, 0, 0], + "3.25": [10, 0, 0], + "5.0": ["10-math.sin(q.anim_time*90*2-120)*10", 0, 0] + } + }, + "top_right2": { + "rotation": { + "0.0": ["-178.0611-math.sin(q.anim_time*90*2-180)*3", "57.1485-math.sin(q.anim_time*90*2-150)*3", -179.90701], + "0.5": ["-178.0611-math.sin(q.anim_time*90*2-180)*3", "57.1485-math.sin(q.anim_time*90*2-150)*3", -179.90701], + "1.0": ["-176.2366-math.sin(q.anim_time*90*2-180)*3", "74.6296-math.sin(q.anim_time*90*2-150)*3", -177.90727], + "1.125": ["-170.1954-math.sin(q.anim_time*90*2-180)*3", "87.0871-math.sin(q.anim_time*90*2-150)*3", -171.77838], + "1.25": ["-170.1954-math.sin(q.anim_time*90*2-180)*3", "87.0871-math.sin(q.anim_time*90*2-150)*3", -171.77838], + "1.2917": ["0.0825-math.sin(q.anim_time*90*2-180)*3", "73.7887-math.sin(q.anim_time*90*2-150)*3", -1.33398], + "1.3333": ["-170.1954-math.sin(q.anim_time*90*2-180)*3", "87.0871-math.sin(q.anim_time*90*2-150)*3", -171.77838], + "1.375": ["-170.1954-math.sin(q.anim_time*90*2-180)*3", "87.0871-math.sin(q.anim_time*90*2-150)*3", -171.77838], + "1.4167": ["0.0825-math.sin(q.anim_time*90*2-180)*3", "73.7887-math.sin(q.anim_time*90*2-150)*3", -1.33398], + "1.4583": ["-170.1954-math.sin(q.anim_time*90*2-180)*3", "87.0871-math.sin(q.anim_time*90*2-150)*3", -171.77838], + "1.5": ["-170.1954-math.sin(q.anim_time*90*2-180)*3", "87.0871-math.sin(q.anim_time*90*2-150)*3", -171.77838], + "1.5417": ["0.0825-math.sin(q.anim_time*90*2-180)*3", "73.7887-math.sin(q.anim_time*90*2-150)*3", -1.33398], + "1.5833": ["-170.1954-math.sin(q.anim_time*90*2-180)*3", "87.0871-math.sin(q.anim_time*90*2-150)*3", -171.77838], + "1.625": ["-170.1954-math.sin(q.anim_time*90*2-180)*3", "87.0871-math.sin(q.anim_time*90*2-150)*3", -171.77838], + "1.6667": ["0.0825-math.sin(q.anim_time*90*2-180)*3", "73.7887-math.sin(q.anim_time*90*2-150)*3", -1.33398], + "1.7083": ["-170.1954-math.sin(q.anim_time*90*2-180)*3", "87.0871-math.sin(q.anim_time*90*2-150)*3", -171.77838], + "1.75": ["-170.1954-math.sin(q.anim_time*90*2-180)*3", "87.0871-math.sin(q.anim_time*90*2-150)*3", -171.77838], + "1.7917": ["0.0825-math.sin(q.anim_time*90*2-180)*3", "73.7887-math.sin(q.anim_time*90*2-150)*3", -1.33398], + "1.8333": ["-170.1954-math.sin(q.anim_time*90*2-180)*3", "87.0871-math.sin(q.anim_time*90*2-150)*3", -171.77838], + "1.875": ["-170.1954-math.sin(q.anim_time*90*2-180)*3", "87.0871-math.sin(q.anim_time*90*2-150)*3", -171.77838], + "1.9167": ["0.0825-math.sin(q.anim_time*90*2-180)*3", "73.7887-math.sin(q.anim_time*90*2-150)*3", -1.33398], + "1.9583": ["-170.1954-math.sin(q.anim_time*90*2-180)*3", "87.0871-math.sin(q.anim_time*90*2-150)*3", -171.77838], + "2.0": ["-170.1954-math.sin(q.anim_time*90*2-180)*3", "87.0871-math.sin(q.anim_time*90*2-150)*3", -171.77838], + "2.0417": ["0.0825-math.sin(q.anim_time*90*2-180)*3", "73.7887-math.sin(q.anim_time*90*2-150)*3", -1.33398], + "2.0833": ["-170.1954-math.sin(q.anim_time*90*2-180)*3", "87.0871-math.sin(q.anim_time*90*2-150)*3", -171.77838], + "2.125": ["-170.1954-math.sin(q.anim_time*90*2-180)*3", "87.0871-math.sin(q.anim_time*90*2-150)*3", -171.77838], + "2.1667": ["0.0825-math.sin(q.anim_time*90*2-180)*3", "73.7887-math.sin(q.anim_time*90*2-150)*3", -1.33398], + "2.2083": ["-170.1954-math.sin(q.anim_time*90*2-180)*3", "87.0871-math.sin(q.anim_time*90*2-150)*3", -171.77838], + "2.25": ["-170.1954-math.sin(q.anim_time*90*2-180)*3", "87.0871-math.sin(q.anim_time*90*2-150)*3", -171.77838], + "2.2917": ["0.0825-math.sin(q.anim_time*90*2-180)*3", "73.7887-math.sin(q.anim_time*90*2-150)*3", -1.33398], + "2.3333": ["-170.1954-math.sin(q.anim_time*90*2-180)*3", "87.0871-math.sin(q.anim_time*90*2-150)*3", -171.77838], + "2.375": ["-170.1954-math.sin(q.anim_time*90*2-180)*3", "87.0871-math.sin(q.anim_time*90*2-150)*3", -171.77838], + "2.4167": ["0.0825-math.sin(q.anim_time*90*2-180)*3", "73.7887-math.sin(q.anim_time*90*2-150)*3", -1.33398], + "2.4583": ["-170.1954-math.sin(q.anim_time*90*2-180)*3", "87.0871-math.sin(q.anim_time*90*2-150)*3", -171.77838], + "2.5": ["-170.1954-math.sin(q.anim_time*90*2-180)*3", "87.0871-math.sin(q.anim_time*90*2-150)*3", -171.77838], + "2.5417": ["0.0825-math.sin(q.anim_time*90*2-180)*3", "73.7887-math.sin(q.anim_time*90*2-150)*3", -1.33398], + "2.5833": ["-170.1954-math.sin(q.anim_time*90*2-180)*3", "87.0871-math.sin(q.anim_time*90*2-150)*3", -171.77838], + "2.625": ["-170.1954-math.sin(q.anim_time*90*2-180)*3", "87.0871-math.sin(q.anim_time*90*2-150)*3", -171.77838], + "2.6667": ["0.0825-math.sin(q.anim_time*90*2-180)*3", "73.7887-math.sin(q.anim_time*90*2-150)*3", -1.33398], + "2.7083": ["-170.1954-math.sin(q.anim_time*90*2-180)*3", "87.0871-math.sin(q.anim_time*90*2-150)*3", -171.77838], + "2.75": ["-170.1954-math.sin(q.anim_time*90*2-180)*3", "87.0871-math.sin(q.anim_time*90*2-150)*3", -171.77838], + "2.7917": ["0.0825-math.sin(q.anim_time*90*2-180)*3", "73.7887-math.sin(q.anim_time*90*2-150)*3", -1.33398], + "2.8333": ["-170.1954-math.sin(q.anim_time*90*2-180)*3", "87.0871-math.sin(q.anim_time*90*2-150)*3", -171.77838], + "2.875": ["-170.1954-math.sin(q.anim_time*90*2-180)*3", "87.0871-math.sin(q.anim_time*90*2-150)*3", -171.77838], + "2.9167": ["0.0825-math.sin(q.anim_time*90*2-180)*3", "73.7887-math.sin(q.anim_time*90*2-150)*3", -1.33398], + "2.9583": ["-170.1954-math.sin(q.anim_time*90*2-180)*3", "87.0871-math.sin(q.anim_time*90*2-150)*3", -171.77838], + "3.1667": ["-170.1954-math.sin(q.anim_time*90*2-180)*3", "87.0871-math.sin(q.anim_time*90*2-150)*3", -171.77838], + "4.5": ["-178.0611-math.sin(q.anim_time*90*2-180)*3", "57.1485-math.sin(q.anim_time*90*2-150)*3", -179.90701], + "5.0": ["-178.0611-math.sin(q.anim_time*90*2-180)*3", "57.1485-math.sin(q.anim_time*90*2-150)*3", -179.90701] + }, + "position": { + "0.0": [36, "1+math.sin(q.anim_time*90*1-180)*5", 2], + "0.5": [36, "1+math.sin(q.anim_time*90*1-180)*5", 2], + "1.0": [24, "6+math.sin(q.anim_time*90*1-180)*5", 67], + "1.125": [34, "3+math.sin(q.anim_time*90*1-180)*5", 55], + "1.25": [34, "3+math.sin(q.anim_time*90*1-180)*5", 55], + "1.2917": [17, "3+math.sin(q.anim_time*90*1-180)*5", -66], + "1.3333": [34, "3+math.sin(q.anim_time*90*1-180)*5", 55], + "1.375": [34, "3+math.sin(q.anim_time*90*1-180)*5", 55], + "1.4167": [17, "3+math.sin(q.anim_time*90*1-180)*5", -66], + "1.4583": [34, "3+math.sin(q.anim_time*90*1-180)*5", 55], + "1.5": [34, "3+math.sin(q.anim_time*90*1-180)*5", 55], + "1.5417": [17, "3+math.sin(q.anim_time*90*1-180)*5", -66], + "1.5833": [34, "3+math.sin(q.anim_time*90*1-180)*5", 55], + "1.625": [34, "3+math.sin(q.anim_time*90*1-180)*5", 55], + "1.6667": [17, "3+math.sin(q.anim_time*90*1-180)*5", -66], + "1.7083": [34, "3+math.sin(q.anim_time*90*1-180)*5", 55], + "1.75": [34, "3+math.sin(q.anim_time*90*1-180)*5", 55], + "1.7917": [17, "3+math.sin(q.anim_time*90*1-180)*5", -66], + "1.8333": [34, "3+math.sin(q.anim_time*90*1-180)*5", 55], + "1.875": [34, "3+math.sin(q.anim_time*90*1-180)*5", 55], + "1.9167": [17, "3+math.sin(q.anim_time*90*1-180)*5", -66], + "1.9583": [34, "3+math.sin(q.anim_time*90*1-180)*5", 55], + "2.0": [34, "3+math.sin(q.anim_time*90*1-180)*5", 55], + "2.0417": [17, "3+math.sin(q.anim_time*90*1-180)*5", -66], + "2.0833": [34, "3+math.sin(q.anim_time*90*1-180)*5", 55], + "2.125": [34, "3+math.sin(q.anim_time*90*1-180)*5", 55], + "2.1667": [17, "3+math.sin(q.anim_time*90*1-180)*5", -66], + "2.2083": [34, "3+math.sin(q.anim_time*90*1-180)*5", 55], + "2.25": [34, "3+math.sin(q.anim_time*90*1-180)*5", 55], + "2.2917": [17, "3+math.sin(q.anim_time*90*1-180)*5", -66], + "2.3333": [34, "3+math.sin(q.anim_time*90*1-180)*5", 55], + "2.375": [34, "3+math.sin(q.anim_time*90*1-180)*5", 55], + "2.4167": [17, "3+math.sin(q.anim_time*90*1-180)*5", -66], + "2.4583": [34, "3+math.sin(q.anim_time*90*1-180)*5", 55], + "2.5": [34, "3+math.sin(q.anim_time*90*1-180)*5", 55], + "2.5417": [17, "3+math.sin(q.anim_time*90*1-180)*5", -66], + "2.5833": [34, "3+math.sin(q.anim_time*90*1-180)*5", 55], + "2.625": [34, "3+math.sin(q.anim_time*90*1-180)*5", 55], + "2.6667": [17, "3+math.sin(q.anim_time*90*1-180)*5", -66], + "2.7083": [34, "3+math.sin(q.anim_time*90*1-180)*5", 55], + "2.75": [34, "3+math.sin(q.anim_time*90*1-180)*5", 55], + "2.7917": [17, "3+math.sin(q.anim_time*90*1-180)*5", -66], + "2.8333": [34, "3+math.sin(q.anim_time*90*1-180)*5", 55], + "2.875": [34, "3+math.sin(q.anim_time*90*1-180)*5", 55], + "2.9167": [17, "3+math.sin(q.anim_time*90*1-180)*5", -66], + "2.9583": [34, "3+math.sin(q.anim_time*90*1-180)*5", 55], + "3.1667": [34, "3+math.sin(q.anim_time*90*1-180)*5", 92], + "3.25": [-37, "-7+math.sin(q.anim_time*90*1-180)*5", -116], + "3.5": [-37, "-7+math.sin(q.anim_time*90*1-180)*5", -116], + "4.5": [36, "1+math.sin(q.anim_time*90*1-180)*5", 2], + "5.0": [36, "1+math.sin(q.anim_time*90*1-180)*5", 2] + }, + "scale": { + "0.0": [1, 1, 1], + "1.125": [1, 1, 1], + "1.25": [1, 1, 1], + "1.2917": [1.7, 1, 1], + "1.3333": [1, 1, 1], + "1.375": [1, 1, 1], + "1.4167": [1.7, 1, 1], + "1.4583": [1, 1, 1], + "1.5": [1, 1, 1], + "1.5417": [1.7, 1, 1], + "1.5833": [1, 1, 1], + "1.625": [1, 1, 1], + "1.6667": [1.7, 1, 1], + "1.7083": [1, 1, 1], + "1.75": [1, 1, 1], + "1.7917": [1.7, 1, 1], + "1.8333": [1, 1, 1], + "1.875": [1, 1, 1], + "1.9167": [1.7, 1, 1], + "1.9583": [1, 1, 1], + "2.0": [1, 1, 1], + "2.0417": [1.7, 1, 1], + "2.0833": [1, 1, 1], + "2.125": [1, 1, 1], + "2.1667": [1.7, 1, 1], + "2.2083": [1, 1, 1], + "2.25": [1, 1, 1], + "2.2917": [1.7, 1, 1], + "2.3333": [1, 1, 1], + "2.375": [1, 1, 1], + "2.4167": [1.7, 1, 1], + "2.4583": [1, 1, 1], + "2.5": [1, 1, 1], + "2.5417": [1.7, 1, 1], + "2.5833": [1, 1, 1], + "2.625": [1, 1, 1], + "2.6667": [1.7, 1, 1], + "2.7083": [1, 1, 1], + "2.75": [1, 1, 1], + "2.7917": [1.7, 1, 1], + "2.8333": [1, 1, 1], + "2.875": [1, 1, 1], + "2.9167": [1.7, 1, 1], + "2.9583": [1, 1, 1], + "3.1667": [1, 1, 1], + "4.5": [1, 1, 1], + "5.0": [1, 1, 1] + } + }, + "bone23": { + "rotation": { + "0.0": [30, 0, 2.5], + "0.5": [30, 0, 2.5], + "1.0": [92.5, 0, 2.5], + "1.125": [92.5, 0, 2.5], + "2.6667": [92.5, 0, 2.5], + "2.7917": [92.5, 0, 2.5], + "5.0": [30, 0, 2.5] + }, + "position": { + "0.0": [0, -1, 0], + "0.5": [0, -1, 0], + "5.0": [0, -1, 0] + } + }, + "top_right": { + "rotation": { + "0.0": ["217.9493-math.sin(q.anim_time*90*2-70)*3", "56.8898-math.sin(q.anim_time*90*2-80)*3", 181.67194], + "0.5": ["217.9493-math.sin(q.anim_time*90*2-70)*3", "56.8898-math.sin(q.anim_time*90*2-80)*3", 181.67194], + "1.0": ["230.351-math.sin(q.anim_time*90*2-70)*3", "67.033-math.sin(q.anim_time*90*2-80)*3", 196.06294], + "1.125": ["265.8839-math.sin(q.anim_time*90*2-70)*3", "76.4363-math.sin(q.anim_time*90*2-80)*3", 231.42648], + "1.1667": ["384.4048-math.sin(q.anim_time*90*2-70)*3", "70.4779-math.sin(q.anim_time*90*2-80)*3", 361.23425], + "1.2083": ["265.8839-math.sin(q.anim_time*90*2-70)*3", "76.4363-math.sin(q.anim_time*90*2-80)*3", 231.42648], + "1.25": ["265.8839-math.sin(q.anim_time*90*2-70)*3", "76.4363-math.sin(q.anim_time*90*2-80)*3", 231.42648], + "1.2917": ["384.4048-math.sin(q.anim_time*90*2-70)*3", "70.4779-math.sin(q.anim_time*90*2-80)*3", 361.23425], + "1.3333": ["265.8839-math.sin(q.anim_time*90*2-70)*3", "76.4363-math.sin(q.anim_time*90*2-80)*3", 231.42648], + "1.375": ["265.8839-math.sin(q.anim_time*90*2-70)*3", "76.4363-math.sin(q.anim_time*90*2-80)*3", 231.42648], + "1.4167": ["384.4048-math.sin(q.anim_time*90*2-70)*3", "70.4779-math.sin(q.anim_time*90*2-80)*3", 361.23425], + "1.4583": ["265.8839-math.sin(q.anim_time*90*2-70)*3", "76.4363-math.sin(q.anim_time*90*2-80)*3", 231.42648], + "1.5": ["265.8839-math.sin(q.anim_time*90*2-70)*3", "76.4363-math.sin(q.anim_time*90*2-80)*3", 231.42648], + "1.5417": ["384.4048-math.sin(q.anim_time*90*2-70)*3", "70.4779-math.sin(q.anim_time*90*2-80)*3", 361.23425], + "1.5833": ["265.8839-math.sin(q.anim_time*90*2-70)*3", "76.4363-math.sin(q.anim_time*90*2-80)*3", 231.42648], + "1.625": ["265.8839-math.sin(q.anim_time*90*2-70)*3", "76.4363-math.sin(q.anim_time*90*2-80)*3", 231.42648], + "1.6667": ["384.4048-math.sin(q.anim_time*90*2-70)*3", "70.4779-math.sin(q.anim_time*90*2-80)*3", 361.23425], + "1.7083": ["265.8839-math.sin(q.anim_time*90*2-70)*3", "76.4363-math.sin(q.anim_time*90*2-80)*3", 231.42648], + "1.75": ["265.8839-math.sin(q.anim_time*90*2-70)*3", "76.4363-math.sin(q.anim_time*90*2-80)*3", 231.42648], + "1.7917": ["384.4048-math.sin(q.anim_time*90*2-70)*3", "70.4779-math.sin(q.anim_time*90*2-80)*3", 361.23425], + "1.8333": ["265.8839-math.sin(q.anim_time*90*2-70)*3", "76.4363-math.sin(q.anim_time*90*2-80)*3", 231.42648], + "1.875": ["265.8839-math.sin(q.anim_time*90*2-70)*3", "76.4363-math.sin(q.anim_time*90*2-80)*3", 231.42648], + "1.9167": ["384.4048-math.sin(q.anim_time*90*2-70)*3", "70.4779-math.sin(q.anim_time*90*2-80)*3", 361.23425], + "1.9583": ["265.8839-math.sin(q.anim_time*90*2-70)*3", "76.4363-math.sin(q.anim_time*90*2-80)*3", 231.42648], + "2.0": ["265.8839-math.sin(q.anim_time*90*2-70)*3", "76.4363-math.sin(q.anim_time*90*2-80)*3", 231.42648], + "2.0417": ["384.4048-math.sin(q.anim_time*90*2-70)*3", "70.4779-math.sin(q.anim_time*90*2-80)*3", 361.23425], + "2.0833": ["265.8839-math.sin(q.anim_time*90*2-70)*3", "76.4363-math.sin(q.anim_time*90*2-80)*3", 231.42648], + "2.125": ["265.8839-math.sin(q.anim_time*90*2-70)*3", "76.4363-math.sin(q.anim_time*90*2-80)*3", 231.42648], + "2.1667": ["384.4048-math.sin(q.anim_time*90*2-70)*3", "70.4779-math.sin(q.anim_time*90*2-80)*3", 361.23425], + "2.2083": ["265.8839-math.sin(q.anim_time*90*2-70)*3", "76.4363-math.sin(q.anim_time*90*2-80)*3", 231.42648], + "2.25": ["265.8839-math.sin(q.anim_time*90*2-70)*3", "76.4363-math.sin(q.anim_time*90*2-80)*3", 231.42648], + "2.2917": ["384.4048-math.sin(q.anim_time*90*2-70)*3", "70.4779-math.sin(q.anim_time*90*2-80)*3", 361.23425], + "2.3333": ["265.8839-math.sin(q.anim_time*90*2-70)*3", "76.4363-math.sin(q.anim_time*90*2-80)*3", 231.42648], + "2.375": ["265.8839-math.sin(q.anim_time*90*2-70)*3", "76.4363-math.sin(q.anim_time*90*2-80)*3", 231.42648], + "2.4167": ["384.4048-math.sin(q.anim_time*90*2-70)*3", "70.4779-math.sin(q.anim_time*90*2-80)*3", 361.23425], + "2.4583": ["265.8839-math.sin(q.anim_time*90*2-70)*3", "76.4363-math.sin(q.anim_time*90*2-80)*3", 231.42648], + "2.5": ["265.8839-math.sin(q.anim_time*90*2-70)*3", "76.4363-math.sin(q.anim_time*90*2-80)*3", 231.42648], + "2.5417": ["384.4048-math.sin(q.anim_time*90*2-70)*3", "70.4779-math.sin(q.anim_time*90*2-80)*3", 361.23425], + "2.5833": ["265.8839-math.sin(q.anim_time*90*2-70)*3", "76.4363-math.sin(q.anim_time*90*2-80)*3", 231.42648], + "2.625": ["265.8839-math.sin(q.anim_time*90*2-70)*3", "76.4363-math.sin(q.anim_time*90*2-80)*3", 231.42648], + "2.6667": ["384.4048-math.sin(q.anim_time*90*2-70)*3", "70.4779-math.sin(q.anim_time*90*2-80)*3", 361.23425], + "2.7083": ["265.8839-math.sin(q.anim_time*90*2-70)*3", "76.4363-math.sin(q.anim_time*90*2-80)*3", 231.42648], + "2.75": ["265.8839-math.sin(q.anim_time*90*2-70)*3", "76.4363-math.sin(q.anim_time*90*2-80)*3", 231.42648], + "2.7917": ["384.4048-math.sin(q.anim_time*90*2-70)*3", "70.4779-math.sin(q.anim_time*90*2-80)*3", 361.23425], + "2.8333": ["265.8839-math.sin(q.anim_time*90*2-70)*3", "76.4363-math.sin(q.anim_time*90*2-80)*3", 231.42648], + "2.875": ["265.8839-math.sin(q.anim_time*90*2-70)*3", "76.4363-math.sin(q.anim_time*90*2-80)*3", 231.42648], + "2.9167": ["384.4048-math.sin(q.anim_time*90*2-70)*3", "70.4779-math.sin(q.anim_time*90*2-80)*3", 361.23425], + "2.9583": ["265.8839-math.sin(q.anim_time*90*2-70)*3", "76.4363-math.sin(q.anim_time*90*2-80)*3", 231.42648], + "3.1667": ["265.8839-math.sin(q.anim_time*90*2-70)*3", "76.4363-math.sin(q.anim_time*90*2-80)*3", 231.42648], + "4.5": ["217.9493-math.sin(q.anim_time*90*2-70)*3", "56.8898-math.sin(q.anim_time*90*2-80)*3", 181.67194], + "5.0": ["217.9493-math.sin(q.anim_time*90*2-70)*3", "56.8898-math.sin(q.anim_time*90*2-80)*3", 181.67194] + }, + "position": { + "0.0": [20, "1+math.sin(q.anim_time*90*2-280)*5", -15], + "0.5": [20, "1+math.sin(q.anim_time*90*2-280)*5", -15], + "1.0": [13, "17+math.sin(q.anim_time*90*2-280)*5", 61], + "1.125": [23, "22+math.sin(q.anim_time*90*2-280)*5", 61], + "1.1667": [-24, "-4+math.sin(q.anim_time*90*2-280)*5", -121], + "1.2083": [23, "22+math.sin(q.anim_time*90*2-280)*5", 61], + "1.25": [23, "22+math.sin(q.anim_time*90*2-280)*5", 61], + "1.2917": [-24, "-4+math.sin(q.anim_time*90*2-280)*5", -121], + "1.3333": [23, "22+math.sin(q.anim_time*90*2-280)*5", 61], + "1.375": [23, "22+math.sin(q.anim_time*90*2-280)*5", 61], + "1.4167": [-24, "-4+math.sin(q.anim_time*90*2-280)*5", -121], + "1.4583": [23, "22+math.sin(q.anim_time*90*2-280)*5", 61], + "1.5": [23, "22+math.sin(q.anim_time*90*2-280)*5", 61], + "1.5417": [-24, "-4+math.sin(q.anim_time*90*2-280)*5", -121], + "1.5833": [23, "22+math.sin(q.anim_time*90*2-280)*5", 61], + "1.625": [23, "22+math.sin(q.anim_time*90*2-280)*5", 61], + "1.6667": [-24, "-4+math.sin(q.anim_time*90*2-280)*5", -121], + "1.7083": [23, "22+math.sin(q.anim_time*90*2-280)*5", 61], + "1.75": [23, "22+math.sin(q.anim_time*90*2-280)*5", 61], + "1.7917": [-24, "-4+math.sin(q.anim_time*90*2-280)*5", -121], + "1.8333": [23, "22+math.sin(q.anim_time*90*2-280)*5", 61], + "1.875": [23, "22+math.sin(q.anim_time*90*2-280)*5", 61], + "1.9167": [-24, "-4+math.sin(q.anim_time*90*2-280)*5", -121], + "1.9583": [23, "22+math.sin(q.anim_time*90*2-280)*5", 61], + "2.0": [23, "22+math.sin(q.anim_time*90*2-280)*5", 61], + "2.0417": [-24, "-4+math.sin(q.anim_time*90*2-280)*5", -121], + "2.0833": [23, "22+math.sin(q.anim_time*90*2-280)*5", 61], + "2.125": [23, "22+math.sin(q.anim_time*90*2-280)*5", 61], + "2.1667": [-24, "-4+math.sin(q.anim_time*90*2-280)*5", -121], + "2.2083": [23, "22+math.sin(q.anim_time*90*2-280)*5", 61], + "2.25": [23, "22+math.sin(q.anim_time*90*2-280)*5", 61], + "2.2917": [-24, "-4+math.sin(q.anim_time*90*2-280)*5", -121], + "2.3333": [23, "22+math.sin(q.anim_time*90*2-280)*5", 61], + "2.375": [23, "22+math.sin(q.anim_time*90*2-280)*5", 61], + "2.4167": [-24, "-4+math.sin(q.anim_time*90*2-280)*5", -121], + "2.4583": [23, "22+math.sin(q.anim_time*90*2-280)*5", 61], + "2.5": [23, "22+math.sin(q.anim_time*90*2-280)*5", 61], + "2.5417": [-24, "-4+math.sin(q.anim_time*90*2-280)*5", -121], + "2.5833": [23, "22+math.sin(q.anim_time*90*2-280)*5", 61], + "2.625": [23, "22+math.sin(q.anim_time*90*2-280)*5", 61], + "2.6667": [-24, "-4+math.sin(q.anim_time*90*2-280)*5", -121], + "2.7083": [23, "22+math.sin(q.anim_time*90*2-280)*5", 61], + "2.75": [23, "22+math.sin(q.anim_time*90*2-280)*5", 61], + "2.7917": [-24, "-4+math.sin(q.anim_time*90*2-280)*5", -121], + "2.8333": [23, "22+math.sin(q.anim_time*90*2-280)*5", 61], + "2.875": [23, "22+math.sin(q.anim_time*90*2-280)*5", 61], + "2.9167": [-24, "-4+math.sin(q.anim_time*90*2-280)*5", -121], + "2.9583": [23, "22+math.sin(q.anim_time*90*2-280)*5", 61], + "3.1667": [23, "22+math.sin(q.anim_time*90*2-280)*5", 100], + "3.25": [-41, "-8+math.sin(q.anim_time*90*2-280)*5", -123], + "3.5": [-41, "-8+math.sin(q.anim_time*90*2-280)*5", -123], + "4.5": [20, "1+math.sin(q.anim_time*90*2-280)*5", -15], + "5.0": [20, "1+math.sin(q.anim_time*90*2-280)*5", -15] + }, + "scale": { + "0.0": [1, 1, 1], + "1.125": [1, 1, 1], + "1.1667": [1.4, 1, 1], + "1.2083": [1, 1, 1], + "1.25": [1, 1, 1], + "1.2917": [1.4, 1, 1], + "1.3333": [1, 1, 1], + "1.375": [1, 1, 1], + "1.4167": [1.4, 1, 1], + "1.4583": [1, 1, 1], + "1.5": [1, 1, 1], + "1.5417": [1.4, 1, 1], + "1.5833": [1, 1, 1], + "1.625": [1, 1, 1], + "1.6667": [1.4, 1, 1], + "1.7083": [1, 1, 1], + "1.75": [1, 1, 1], + "1.7917": [1.4, 1, 1], + "1.8333": [1, 1, 1], + "1.875": [1, 1, 1], + "1.9167": [1.4, 1, 1], + "1.9583": [1, 1, 1], + "2.0": [1, 1, 1], + "2.0417": [1.4, 1, 1], + "2.0833": [1, 1, 1], + "2.125": [1, 1, 1], + "2.1667": [1.4, 1, 1], + "2.2083": [1, 1, 1], + "2.25": [1, 1, 1], + "2.2917": [1.4, 1, 1], + "2.3333": [1, 1, 1], + "2.375": [1, 1, 1], + "2.4167": [1.4, 1, 1], + "2.4583": [1, 1, 1], + "2.5": [1, 1, 1], + "2.5417": [1.4, 1, 1], + "2.5833": [1, 1, 1], + "2.625": [1, 1, 1], + "2.6667": [1.4, 1, 1], + "2.7083": [1, 1, 1], + "2.75": [1, 1, 1], + "2.7917": [1.4, 1, 1], + "2.8333": [1, 1, 1], + "2.875": [1, 1, 1], + "2.9167": [1.4, 1, 1], + "2.9583": [1, 1, 1], + "3.1667": [1, 1, 1], + "4.5": [1, 1, 1], + "5.0": [1, 1, 1] + } + }, + "bone17": { + "rotation": { + "0.0": [0, "5-math.sin(q.anim_time*90*2-70)*10", 0], + "0.5": [0, "5-math.sin(q.anim_time*90*2-70)*10", 0], + "1.0": [-26.4979, 47.5822, -27.63996], + "1.125": [-26.4979, 47.5822, -27.63996], + "2.6667": [-26.4979, 47.5822, -27.63996], + "2.7917": [-26.4979, 47.5822, -27.63996], + "5.0": [0, "5-math.sin(q.anim_time*90*2-70)*10", 0] + } + }, + "bone18": { + "rotation": { + "0.0": [0, "5-math.sin(q.anim_time*90*2-20)*10", 0], + "0.5": [0, "5-math.sin(q.anim_time*90*2-20)*10", 0], + "1.0": [0, 50, 0], + "1.125": [0, 50, 0], + "2.6667": [0, 50, 0], + "2.7917": [0, 50, 0], + "5.0": [0, "5-math.sin(q.anim_time*90*2-20)*10", 0] + } + }, + "bone19": { + "rotation": { + "0.0": ["22.5-math.sin(q.anim_time*90*2+20)*10", 0, 0], + "0.5": ["22.5-math.sin(q.anim_time*90*2+20)*10", 0, 0], + "1.0": [80, 0, 0], + "1.125": [80, 0, 0], + "2.6667": [80, 0, 0], + "2.7917": [80, 0, 0], + "5.0": ["22.5-math.sin(q.anim_time*90*2+20)*10", 0, 0] + } + }, + "bone13": { + "rotation": { + "0.0": [0, "-5+math.sin(q.anim_time*90*2-70)*10", 0], + "0.5": [0, "-5+math.sin(q.anim_time*90*2-70)*10", 0], + "1.0": [-16.73958, -58.52505, 19.4254], + "1.125": [-16.73958, -58.52505, 19.4254], + "2.6667": [-16.73958, -58.52505, 19.4254], + "2.7917": [-16.73958, -58.52505, 19.4254], + "5.0": [0, "-5+math.sin(q.anim_time*90*2-70)*10", 0] + } + }, + "bone6": { + "rotation": { + "0.0": [0, "-5+math.sin(q.anim_time*90*2-60)*10", 0], + "0.5": [0, "-5+math.sin(q.anim_time*90*2-60)*10", 0], + "1.0": [-18.32742, -57.46515, 22.43489], + "1.125": [-18.32742, -57.46515, 22.43489], + "2.6667": [-18.32742, -57.46515, 22.43489], + "2.7917": [-18.32742, -57.46515, 22.43489], + "5.0": [0, "-5+math.sin(q.anim_time*90*2-60)*10", 0] + } + }, + "bone5": { + "rotation": { + "0.0": [5, "-5+math.sin(q.anim_time*90*2-20)*10", 0], + "0.5": [5, "-5+math.sin(q.anim_time*90*2-20)*10", 0], + "1.0": [14.74495, -45.87923, -15.4116], + "1.125": [14.74495, -45.87923, -15.4116], + "2.6667": [14.74495, -45.87923, -15.4116], + "2.7917": [14.74495, -45.87923, -15.4116], + "5.0": [5, "-5+math.sin(q.anim_time*90*2-20)*10", 0] + } + }, + "bone7": { + "rotation": { + "0.0": ["5+math.sin(q.anim_time*90*2-20)*10", 0, 0], + "0.5": ["5+math.sin(q.anim_time*90*2-20)*10", 0, 0], + "1.0": [87.5, 0, 0], + "1.125": [87.5, 0, 0], + "2.6667": [87.5, 0, 0], + "2.7917": [87.5, 0, 0], + "5.0": ["5+math.sin(q.anim_time*90*2-20)*10", 0, 0] + } + }, + "bone21": { + "rotation": { + "0.0": [0, "5-math.sin(q.anim_time*90*2-90)*10", 0], + "0.5": [0, "5-math.sin(q.anim_time*90*2-90)*10", 0], + "1.0": [-21.57523, 58.85114, -25.54153], + "1.125": [-21.57523, 58.85114, -25.54153], + "2.6667": [-21.57523, 58.85114, -25.54153], + "2.7917": [-21.57523, 58.85114, -25.54153], + "5.0": [0, "5-math.sin(q.anim_time*90*2-90)*10", 0] + } + }, + "bone22": { + "rotation": { + "0.0": [0, "5-math.sin(q.anim_time*90*2-20)*10", 0], + "0.5": [0, "5-math.sin(q.anim_time*90*2-20)*10", 0], + "1.0": [16.27417, 55.7223, 20.76297], + "1.125": [16.27417, 55.7223, 20.76297], + "2.6667": [16.27417, 55.7223, 20.76297], + "2.7917": [16.27417, 55.7223, 20.76297], + "5.0": [0, "5-math.sin(q.anim_time*90*2-20)*10", 0] + } + }, + "wholebottle": { + "scale": [0, 0, 1] + }, + "jawmouth": { + "rotation": { + "0.0": ["-2.5-math.sin(q.anim_time*90*2+20)*2", 0, 0], + "1.125": [-5.67, 0, 0], + "1.1667": [17.5, 0, 0], + "1.2083": [-5.67, 0, 0], + "1.25": [-5.67, 0, 0], + "1.2917": [17.5, 0, 0], + "1.3333": [-5.67, 0, 0], + "1.375": [-5.67, 0, 0], + "1.4167": [17.5, 0, 0], + "1.4583": [-5.67, 0, 0], + "1.5": [-5.67, 0, 0], + "1.5417": [17.5, 0, 0], + "1.5833": [-5.67, 0, 0], + "1.625": [-5.67, 0, 0], + "1.6667": [17.5, 0, 0], + "1.7083": [-5.67, 0, 0], + "1.75": [-5.67, 0, 0], + "1.7917": [17.5, 0, 0], + "1.8333": [-5.67, 0, 0], + "1.875": [-5.67, 0, 0], + "1.9167": [17.5, 0, 0], + "1.9583": [-5.67, 0, 0], + "2.0": [-5.67, 0, 0], + "2.0417": [17.5, 0, 0], + "2.0833": [-5.67, 0, 0], + "2.125": [-5.67, 0, 0], + "2.1667": [17.5, 0, 0], + "2.2083": [-5.67, 0, 0], + "2.25": [-5.67, 0, 0], + "2.2917": [17.5, 0, 0], + "2.3333": [-5.67, 0, 0], + "2.375": [-5.67, 0, 0], + "2.4167": [17.5, 0, 0], + "2.4583": [-5.67, 0, 0], + "2.5": [-5.67, 0, 0], + "2.5417": [17.5, 0, 0], + "2.5833": [-5.67, 0, 0], + "2.625": [-5.67, 0, 0], + "2.6667": [17.5, 0, 0], + "2.7083": [-5.67, 0, 0], + "2.75": [-5.67, 0, 0], + "2.7917": [17.5, 0, 0], + "2.8333": [-5.67, 0, 0], + "2.875": [-5.67, 0, 0], + "2.9167": [17.5, 0, 0], + "2.9583": [-5.67, 0, 0], + "3.0": [-5.67, 0, 0], + "3.0417": [17.5, 0, 0], + "3.0833": [-5.67, 0, 0], + "3.1667": [16.83, 0, 0], + "3.2083": [-0.67, 0, 0], + "3.25": [31.83, 0, 0], + "3.5": [31.83, 0, 0], + "4.5": ["-2.5-math.sin(q.anim_time*90*2+20)*2", 0, 0], + "5.0": ["-2.5-math.sin(q.anim_time*90*2+20)*2", 0, 0] + } + }, + "right_leg": { + "rotation": { + "0.0": [0, 0, 0], + "3.1667": [0, 0, 0], + "3.25": [-27.5, 0, 0], + "3.5": [-27.5, 0, 0], + "4.2083": [0, 0, 0], + "5.0": [0, 0, 0] + } + }, + "bone28": { + "rotation": { + "0.0": [0, 0, 0], + "3.1667": [0, 0, 0], + "3.25": [-17.5, 0, 0], + "3.5": [-17.5, 0, 0], + "4.2083": [0, 0, 0], + "5.0": [0, 0, 0] + } + }, + "left_leg": { + "rotation": { + "0.0": [0, 0, 0], + "3.1667": [0, 0, 0], + "3.25": [-22.5, 0, 0], + "3.5": [-22.5, 0, 0], + "4.2083": [0, 0, 0], + "5.0": [0, 0, 0] + } + }, + "bone29": { + "rotation": { + "0.0": [0, 0, 0], + "3.1667": [0, 0, 0], + "3.25": [-20, 0, 0], + "3.5": [-20, 0, 0], + "4.2083": [0, 0, 0], + "5.0": [0, 0, 0] + } + } + } + }, + "animation.hoopa_unbound.blink": { + "animation_length": 6, + "bones": { + "eyebrowleft": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [-10, 0, 22.5], + "0.1667": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.0833": [0, -4, 0], + "0.1667": [0, 0, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "0.0833": [1, 2.3, 1], + "0.1667": [1, 1, 1] + } + }, + "eyebrowright": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [10, 0, -20], + "0.1667": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.0833": [-1, -5, 1], + "0.1667": [0, 0, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "0.0833": [1.2, 2.5, 1], + "0.1667": [1, 1, 1] + } + } + } + }, + "animation.hoopa_unbound.faint": { + "animation_length": 3, + "bones": { + "hoopa_unbound": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0417": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [35.57, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [24.69, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [8.18, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 9], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 39], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0.08, -5.51, 27.83], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, -18, 48], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-2.13, -34.58, 61.08], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-2, -48, 83], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2, -48, 83], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0.6, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0.2, 0.6, 1], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.1, 0.3, 1], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [60, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [60, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tailseg1": { + "rotation": { + "0.0": { + "post": [15.68811, 0, -2.66058], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [15.68811, 0, -2.66058], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [2, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2, 0, -5], + "lerp_mode": "catmullrom" + } + } + }, + "tailseg2": { + "rotation": { + "0.0": { + "post": [9.92459, 0, -0.87527], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [9.92459, 0, -0.87527], + "lerp_mode": "catmullrom" + } + } + }, + "tailtip": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "TAILTIP2": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "main": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "hair_top": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "knee_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 2.25, -1.25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 2.25, -1.25], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0.4, 1, 1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.4, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone28": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [137.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [137.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "knee_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 45], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 45], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 2.5, -1.25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 2.5, -1.25], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0.4, 1, 1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.4, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone29": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [140.643, 24.16384, -24.99754], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [140.643, 24.16384, -24.99754], + "lerp_mode": "catmullrom" + } + } + }, + "top_left3": { + "rotation": { + "0.0": { + "post": [-204.1359, -70.9556, 159.2901], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-204.1359, -70.9556, 159.2901], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-179.07869, -82.37629, -205.48407], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-30.14433, -55.44646, -352.88752], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-30.14433, -55.44646, -352.88752], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-30.14433, -55.44646, -352.88752], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-26, -10, 2], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-26, -10, 2], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [33, -31, 2], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [33, -31, 2], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [90, -43, 78], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [91, -43, 84], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [91, -43, 84], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [1, 0.2, 0.3], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "position": { + "0.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "rotation": { + "0.0": { + "post": [0, 0, 97.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 97.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "top_left2": { + "rotation": { + "0.0": { + "post": [-168.7182, -68.5738, 169.46106], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-168.7182, -68.5738, 169.46106], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-85.96659, -50.95841, 68.00079], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-85.96659, -50.95841, 68.00079], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-85.96659, -50.95841, 68.00079], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-29, 3, -8], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-29, 3, -8], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 51], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [89, -72, 77], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [90, -79, 88], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [90, -79, 88], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "1.9167": { + "pre": [1, 1, 1], + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [1, 0.1, 0.2], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "top_left": { + "rotation": { + "0.0": { + "post": [-332.0877, -76.4307, 167.96639], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-332.0877, -76.4307, 167.96639], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-256.65887, -54.1838, 373.81442], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-291.32354, -36.1863, 418.89184], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-288.99298, -18.89766, 414.73319], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-293.22095, -0.70344, 450.93179], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-288.99298, -18.89766, 414.73319], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-24, 15, -32.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-24, 15, -32.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [3, 42, 10.5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [3, 42, 40.5], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [98.06, -34.86, 74.68], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [84, -110, 82.5], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [86.56, -66.51, 82.8], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [91, -114, 82.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [92, -117, 85.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [92, -117, 85.5], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [1, 0.2, 0.2], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 0.1, 0.1], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0.1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0.1], + "lerp_mode": "catmullrom" + } + } + }, + "top_right3": { + "rotation": { + "0.0": { + "post": [-13.4638, 53.1505, 194.49191], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-13.4638, 53.1505, 194.49191], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-18.14024, 55.01381, -25.05083], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-18.14024, 55.01381, -25.05083], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [27, -12, -5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [27, -12, -5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-26, 0, 50], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-88, -39, 77], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-93, -39, 88], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-93, -39, 88], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [1, 0.1, 0.2], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone25": { + "rotation": { + "0.0": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone26": { + "rotation": { + "0.0": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone27": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "top_right2": { + "rotation": { + "0.0": { + "post": [-178.0611, 57.1485, -179.90701], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-178.0611, 57.1485, -179.90701], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [153.25979, 78.83105, 153.69751], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-12.74206, 14.39366, -29.72151], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-12.74206, 14.39366, -29.72151], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.74206, 14.39366, -29.72151], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [36, 1, 2], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [36, 1, 2], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [14.74, -22.27, 47.53], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [41, 2, 50], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [41, 2, 50], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-1, -28, 55], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-85, -72, 83], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-93, -81, 87], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-93, -81, 87], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [1, 0.1, 0.2], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [0, 0, 92.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 92.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -3, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -3, 0], + "lerp_mode": "catmullrom" + } + } + }, + "top_right": { + "rotation": { + "0.0": { + "post": [217.9493, 56.8898, 181.67194], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [217.9493, 56.8898, 181.67194], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-18.14024, 55.01381, -25.05083], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-18.14024, 55.01381, -25.05083], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [20, 1, -15], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [20, 1, -15], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [40, 66, 50], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-88, -39, 77], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-93, -39, 88], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-93, -39, 88], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "1.7917": { + "pre": [1, 1, 1], + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [1, 0.1, 0.2], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone19": { + "rotation": { + "0.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wholebottle": { + "rotation": { + "0.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-12.39638, -1.61888, -7.32417], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.39638, -1.61888, -7.32417], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 34, 90], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 34, 90], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "Bottle": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0.8, 0.8, 1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "BottleCap": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-7.43656, -0.9762, 172.56344], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [7.43656, 0.9762, 352.56344], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-34.72727, 5.27094, 358.72265], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-34.72727, 5.27094, 358.72265], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 9, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-10, 74, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-15, 133, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-15, 133, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-15, 38, 12], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, -8, 12.75], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -8, 12.75], + "lerp_mode": "catmullrom" + } + } + }, + "mainBottlePart": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, -6, 4], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -6, 4], + "lerp_mode": "catmullrom" + } + } + }, + "jawmouth": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.hoopa_unbound.ground_walk": { + "loop": true, + "animation_length": 8, + "bones": { + "hoopa_unbound": { + "rotation": [0, 0, 0], + "position": ["math.sin(q.anim_time*90*1)*2", "math.sin(q.anim_time*90*2)*3", "math.sin(q.anim_time*90*1-70)*2"] + }, + "tail": { + "rotation": ["7.5+math.sin(q.anim_time*90*2-90)*3", 0, 0] + }, + "tailseg1": { + "rotation": ["-9.3119+math.sin(q.anim_time*90*2-120)*6", "-math.sin(q.anim_time*90*1-50)*10", -2.66058], + "position": [2, 0, -5] + }, + "tailseg2": { + "rotation": ["-2.5754+math.sin(q.anim_time*90*2-150)*9", "0-math.sin(q.anim_time*90*1-100)*15", -0.87527] + }, + "tailtip": { + "rotation": ["0+math.sin(q.anim_time*90*2-180)*12", "-math.sin(q.anim_time*90*1-150)*20", 0] + }, + "TAILTIP2": { + "rotation": ["7.5+math.sin(q.anim_time*90*2-180)*15", "-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "main": { + "rotation": ["math.sin(q.anim_time*90*2+70)*3", 0, 0] + }, + "hair_top": { + "rotation": [0, 0, 0] + }, + "knee_right": { + "rotation": ["0+math.sin(q.anim_time*90*2-90)*8", 0, 0], + "position": [0, 2.25, -1.25] + }, + "knee_left": { + "rotation": ["0+math.sin(q.anim_time*90*2-60)*8", 0, 0], + "position": [0, 2.5, -1.25] + }, + "bone14": { + "position": [0, -2, 0] + }, + "bone15": { + "rotation": [0, 0, 97.5], + "position": [0, -5, 0] + }, + "bone9": { + "rotation": [0, "-5-math.sin(q.anim_time*90*2-170)*7", 0] + }, + "bone10": { + "rotation": [0, "-5-math.sin(q.anim_time*90*2-170)*7", 0] + }, + "bone11": { + "rotation": ["10+math.sin(q.anim_time*90*2-170)*7", 0, 0] + }, + "bone25": { + "rotation": [0, "5-math.sin(q.anim_time*90*2-120)*10", 0] + }, + "bone26": { + "rotation": [0, "5-math.sin(q.anim_time*90*2-120)*10", 0] + }, + "bone27": { + "rotation": ["10-math.sin(q.anim_time*90*2-120)*10", 0, 0] + }, + "bone23": { + "rotation": [0, 0, 92.5], + "position": [0, -3, 0] + }, + "bone17": { + "rotation": [0, "5-math.sin(q.anim_time*90*2-20)*10", 0] + }, + "bone18": { + "rotation": [0, "5-math.sin(q.anim_time*90*2-20)*10", 0] + }, + "bone19": { + "rotation": ["22.5-math.sin(q.anim_time*90*2-20)*10", 0, 0] + }, + "right_leg": { + "rotation": [30, 0, 17.5] + }, + "bone28": { + "rotation": ["math.sin(q.anim_time*90*2-190)*10", 0, 0] + }, + "left_leg": { + "rotation": [28.99411, 5.69569, -11.82429] + }, + "bone29": { + "rotation": ["math.sin(q.anim_time*90*2-170)*10", 0, 0] + }, + "bone21": { + "position": [0, 1.25, 0] + }, + "wholebottle": { + "scale": [0, 0, 1] + }, + "jawmouth": { + "rotation": ["-2.5-math.sin(q.anim_time*90*2+20)*2", 0, 0] + }, + "bodynarm": { + "rotation": { + "0.0": ["20+math.sin(q.anim_time*90*2-120)*0.5", "math.sin(q.anim_time*90*2-70)*1", 0], + "5.0417": ["20+math.sin(q.anim_time*90*2-120)*0.5", "math.sin(q.anim_time*90*2-70)*1", 0] + }, + "position": { + "0.0": [0, 0, 0], + "5.0417": [0, 0, 0] + } + } + } + }, + "animation.hoopa_unbound.sleep": { + "loop": true, + "bones": { + "hoopa_unbound": { + "rotation": ["math.sin(q.anim_time*90*1-120)*0.5", 0, 0], + "position": ["0-math.sin(q.anim_time*90*1-90)*1", "-math.sin(q.anim_time*90*1)*3", "0-math.sin(q.anim_time*90*1-45)*1"] + }, + "body": { + "position": [0, 0, 0] + }, + "tail": { + "rotation": [7.5, "0-math.sin(q.anim_time*90*1-20)*5", 0] + }, + "tailseg1": { + "rotation": [15.68811, "-math.sin(q.anim_time*90*1-50)*10", -2.66058], + "position": [2, 0, -5] + }, + "tailseg2": { + "rotation": [9.92459, "-math.sin(q.anim_time*90*1-100)*15", -0.87527] + }, + "tailtip": { + "rotation": [0, "-math.sin(q.anim_time*90*1-150)*20", 0] + }, + "TAILTIP2": { + "rotation": [25, "0-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "main": { + "rotation": [30, 0, 0] + }, + "right_leg": { + "rotation": [-100.45301, 7.63762, -101.53074] + }, + "knee_right": { + "rotation": [72.68863, -32.84357, -53.84035] + }, + "left_leg": { + "rotation": [-84.87409, -17.30413, 72.20091] + }, + "knee_left": { + "rotation": [49.01916, 11.43563, 47.72757] + }, + "top_left2": { + "rotation": [-256.12765, -16.45749, "207.5016-math.sin(q.anim_time*90*1-120)*5"], + "position": [-15, "-4-math.sin(q.anim_time*90*1-100)*3", -12.5] + }, + "bone9": { + "rotation": [0, -40, 0] + }, + "bone10": { + "rotation": [0, -15, 0] + }, + "bone11": { + "rotation": [57.5, 0, 0] + }, + "top_right2": { + "rotation": [-248.37891, 8.64444, "-217.5055+math.sin(q.anim_time*90*1-140)*5"], + "position": [14, "-4-math.sin(q.anim_time*90*1-80)*3", -10] + }, + "bone21": { + "rotation": [0, 32.5, 0] + }, + "bone23": { + "rotation": [75, 0, 0] + }, + "wholebottle": { + "scale": [0, 0, 1] + }, + "jawmouth": { + "rotation": [-15, 0, 0] + }, + "eyebrowleft": { + "rotation": [-10, 0, 22.5], + "position": [0, -4, 0], + "scale": [1, 2.3, 1] + }, + "eyebrowright": { + "rotation": [10, 0, -20], + "position": [-1, -5, 1], + "scale": [1.2, 2.5, 1] + } + } + }, + "animation.hoopa_unbound.cry": { + "animation_length": 4, + "bones": { + "bodynarm": { + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 4, 0], + "0.75": [0, 0, 0], + "1.0": [0, 5, 0], + "1.25": [0, 0, 0], + "1.5": [0, 5, 0], + "1.75": [0, 0, 0], + "2.25": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-35, 0, 0], + "1.75": [-35, 0, 0], + "2.25": [0, 0, 0] + } + }, + "jawmouth": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [42.5, 0, 0], + "0.75": [2.5, 0, 0], + "1.0": [42.5, 0, 0], + "1.25": [2.5, 0, 0], + "1.5": [42.5, 0, 0], + "1.75": [2.5, 0, 0], + "2.25": [0, 0, 0] + } + }, + "right_leg": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [27.5, 0, 0], + "1.75": [27.5, 0, 0], + "2.25": [0, 0, 0] + } + }, + "left_leg": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [30, 0, 0], + "1.75": [30, 0, 0], + "2.25": [0, 0, 0] + } + }, + "top_left3": { + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 0, 0], + "1.5": [-16, -9, 0], + "2.0": [0, 0, 0] + } + }, + "top_left2": { + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "1.0": [-13, 0, 0], + "1.5": [0, 0, 0] + } + }, + "top_left": { + "position": { + "0.0": [0, 0, 0], + "0.5": [-12, 6, 0], + "1.0": [0, 0, 0] + } + }, + "top_right2": { + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "1.0": [11, 0, 0], + "1.5": [0, 0, 0] + } + }, + "top_right": { + "position": { + "0.0": [0, 0, 0], + "0.5": [12, 7, 0], + "1.0": [0, 0, 0] + } + }, + "top_right3": { + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 0, 0], + "1.5": [19, -10, 0], + "2.0": [0, 0, 0] + } + }, + "tail": { + "rotation": [7.5, 0, 0] + }, + "tailseg1": { + "rotation": [15.68811, "-math.sin(q.anim_time*90*1-50)*10", -2.66058], + "position": [2, 0, -5] + }, + "tailseg2": { + "rotation": [9.92459, "-math.sin(q.anim_time*90*1-100)*15", -0.87527] + }, + "tailtip": { + "rotation": [0, "-math.sin(q.anim_time*90*1-150)*20", 0] + }, + "TAILTIP2": { + "rotation": [25, "0-math.sin(q.anim_time*90*1-200)*25", 0] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/hoppip/hoppip.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/hoppip/hoppip.animation.json new file mode 100644 index 0000000..6268059 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/hoppip/hoppip.animation.json @@ -0,0 +1,473 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.hoppip.air_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "body": { + "rotation": [0, 0, "-math.sin(query.anim_time*90*2+90)*-2.5"], + "position": ["math.sin(q.anim_time*90*2+45)", "math.sin(q.anim_time*90*2)", 0] + }, + "tail": { + "rotation": ["-20-math.sin(query.anim_time*90*2-90)*-10", "math.sin(query.anim_time*90*2+90)*-5", 0] + }, + "tail2": { + "rotation": ["35-math.sin(query.anim_time*90*2-180)*-5", 0, 0] + }, + "arm_right": { + "rotation": [0, "-math.sin(query.anim_time*90*2+180)-30", "-22.5+math.sin(query.anim_time*90*2+90)*-10"] + }, + "arm_left": { + "rotation": [0, "math.sin(query.anim_time*90*2+180)+30", "22.5-math.sin(query.anim_time*90*2+90)*-10"] + }, + "leg_right": { + "rotation": ["-2.5+math.sin(query.anim_time*90*2+180)*-5", 0, "-math.sin(query.anim_time*90*2+180)-3"] + }, + "leg_left": { + "rotation": ["-2.5+math.sin(query.anim_time*90*2+180)*-5", 0, "math.sin(query.anim_time*90*2+180)+3"] + }, + "propeller_left": { + "rotation": [0, -2.5, "22.5+math.sin(q.anim_time*90*2+90)*-5"] + }, + "propeller_left2": { + "rotation": [0, -2.5, 25] + }, + "propeller_left3": { + "rotation": [0, -5, "22.5+math.sin(q.anim_time*90*2+180)*-5"] + }, + "propeller_left4": { + "rotation": [0, -7.5, "7.5+math.sin(q.anim_time*90*2+270)*-5"] + }, + "propeller_left5": { + "rotation": [0, -7.5, "20+math.sin(q.anim_time*90*2+360)*-5"] + }, + "propeller": { + "rotation": [0, "q.anim_time*90*4", 0] + }, + "ear_right": { + "rotation": [0, "-math.sin(query.anim_time*90*2+180)-1", "math.sin(query.anim_time*90*2+90)*-5"] + }, + "ear_left": { + "rotation": [0, "math.sin(query.anim_time*90*2+180)-1", "-math.sin(query.anim_time*90*2+90)*-5"] + }, + "propeller_right": { + "rotation": [0, 2.5, "-22.5-math.sin(q.anim_time*90*2+90)*-5"] + }, + "propeller_right2": { + "rotation": [0, 2.5, -25] + }, + "propeller_right3": { + "rotation": [0, -5, "-22.5-math.sin(q.anim_time*90*2+180)*-5"] + }, + "propeller_right4": { + "rotation": [0, -7.5, "-7.5-math.sin(q.anim_time*90*2+270)*-5"] + }, + "propeller_right5": { + "rotation": [0, -7.5, "-20-math.sin(q.anim_time*90*2+360)*-5"] + } + } + }, + "animation.hoppip.ground_walk": { + "loop": true, + "animation_length": 2, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [2, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, -1, 8], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -1, 7.25], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 1.26, 1.94], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 2, -4], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0.69, -8.12], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -1, -9], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": ["math.sin(query.anim_time*90*2+215)*8", 0, 0], + "position": [0, -0.5, 0] + }, + "arm_left": { + "rotation": ["math.sin(query.anim_time*90*2+135)*7", "-27.5+math.sin(query.anim_time*90*2+135)*20", "math.sin(query.anim_time*90*2+135)*14"], + "position": [-0.5, 0, 0.25] + }, + "arm_right": { + "rotation": ["math.sin(query.anim_time*90*2+180)*7", "27.5+math.sin(query.anim_time*90*2+180)*20", "-(math.sin(query.anim_time*90*2+135)*14)"], + "position": [0.5, 0, 0.25] + }, + "tail": { + "rotation": ["-17.5+math.sin(query.anim_time*90*2+135)*13", 0, 0] + }, + "tail2": { + "rotation": ["27.5-math.sin(query.anim_time*90*2+215)*13", 0, 0] + }, + "ear_left": { + "rotation": [ + "-0.006+math.sin(query.anim_time*90*2+135)*9", + "-0.277+math.sin(query.anim_time*90*2+135)*0.5", + "2.4846+math.sin(query.anim_time*90*2+90)*8" + ] + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [-90, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-90, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-62.45277, 1.78848, 2.61293], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-62.41043, 4.43385, 2.31336], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-90, -20, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-90, -12.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -1.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -1.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -1.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": { + "0.0": { + "post": [-90, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-90, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-62.45277, -1.78848, -2.61293], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-62.41043, -4.43385, -2.31336], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-90, 20, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-90, 12.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -1.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -1.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -1.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ear_right": { + "rotation": [ + "-0.006+math.sin(query.anim_time*90*2+135)*9", + "0.277-math.sin(query.anim_time*90*2+135)*0.5", + "-2.4846-math.sin(query.anim_time*90*2+90)*8" + ] + }, + "propeller": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, -540, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "propeller_left": { + "rotation": [0, 2.5, 25] + }, + "propeller_left2": { + "rotation": [0, 5, 20] + }, + "propeller_left3": { + "rotation": [0, 7.5, 12.5] + }, + "propeller_left4": { + "rotation": [0, 10, 10] + }, + "propeller_left5": { + "rotation": [0, 12.5, 7.5] + }, + "propeller_right": { + "rotation": [0, 5, -25] + }, + "propeller_right2": { + "rotation": [0, 5, -20] + }, + "propeller_right3": { + "rotation": [0, 7.5, -12.5] + }, + "propeller_right4": { + "rotation": [0, 10, -10] + }, + "propeller_right5": { + "rotation": [0, 12.5, -7.5] + } + } + }, + "animation.hoppip.air_fly": { + "loop": true, + "animation_length": 4, + "override_previous_animation": true, + "bones": { + "body": { + "rotation": ["math.sin(query.anim_time*90*2+30)+12.5", "math.sin(query.anim_time*90*4-90)", 0], + "position": [0, "math.sin(q.anim_time*90*4)", "math.sin(q.anim_time*90*4+90) "] + }, + "leg_left": { + "rotation": ["32.5-math.sin(query.anim_time*90*4+180)*-7.5", "math.sin(query.anim_time*90*4+90)+22.5", "math.sin(query.anim_time*90*4+180)+25"] + }, + "leg_right": { + "rotation": ["32.5-math.sin(query.anim_time*90*4+180)*-7.5", "-math.sin(query.anim_time*90*4+90)-22.5", "-math.sin(query.anim_time*90*4+180)-25"] + }, + "arm_left": { + "rotation": [0, "-32.5+math.sin(query.anim_time*90*4-90)*-7.5", "20+math.sin(query.anim_time*90*4+90)*-2.5"] + }, + "arm_right": { + "rotation": [0, "32.5-math.sin(query.anim_time*90*4-90)*-7.5", "-20-math.sin(query.anim_time*90*4+90)*-2.5"] + }, + "tail": { + "rotation": ["-25+math.sin(query.anim_time*90*4-90)*-5", 0, 0] + }, + "tail2": { + "rotation": ["15+math.sin(query.anim_time*90*4-180)+20", 0, 0] + }, + "ear_left": { + "rotation": ["-10-math.sin(query.anim_time*90*4+180)*-5", "-10-math.sin(query.anim_time*90*4+180)*-5", 0] + }, + "ear_right": { + "rotation": ["-10-math.sin(query.anim_time*90*4+180)*-5", "10+math.sin(query.anim_time*90*4+180)*-5", 0] + }, + "propeller": { + "rotation": [0, "q.anim_time*90*8", 0] + }, + "propeller_left": { + "rotation": [0, -2.5, "32.5+math.sin(q.anim_time*90*8+90)*-5"] + }, + "propeller_left2": { + "rotation": [0, -2.5, 22.5] + }, + "propeller_left3": { + "rotation": [0, -5, "25+math.sin(q.anim_time*90*8+180)*-5"] + }, + "propeller_left4": { + "rotation": [0, -7.5, "12.5+math.sin(q.anim_time*90*8+270)*-5"] + }, + "propeller_left5": { + "rotation": [0, -7.5, "7.5+math.sin(q.anim_time*90*8+360)*-5"] + }, + "propeller_right": { + "rotation": [0, -2.5, "-32.5-math.sin(q.anim_time*90*8+90)*-5"] + }, + "propeller_right2": { + "rotation": [0, -2.5, -22.5] + }, + "propeller_right3": { + "rotation": [0, -5, "-25-math.sin(q.anim_time*90*8+180)*-5"] + }, + "propeller_right4": { + "rotation": [0, -7.5, "-12.5-math.sin(q.anim_time*90*8+270)*-5"] + }, + "propeller_right5": { + "rotation": [0, -7.5, "-7.5-math.sin(q.anim_time*90*8+360)*-5"] + } + } + }, + "animation.hoppip.blink": { + "animation_length": 0.1667, + "bones": { + "eyes": { + "position": { + "0.0": [0, 0, 1], + "0.1667": { + "pre": [0, 0, 1], + "post": [0, 0, 0] + } + } + } + } + }, + "animation.hoppip.ground_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "body": { + "rotation": [-12.5, 0, 0], + "position": [0, -0.4, 0] + }, + "torso": { + "rotation": ["math.sin(query.anim_time*90*4+90)*-1", "math.sin(query.anim_time*90*2+90)", 0] + }, + "leg_left": { + "rotation": ["-75+math.sin(query.anim_time*90*4+90)-1.5", -32.5, -7.5], + "position": [0, -1, 0] + }, + "leg_right": { + "rotation": ["-77.5+math.sin(query.anim_time*90*4+180)-0.5", 20, 5], + "position": [0, -1, 0] + }, + "arm_left": { + "rotation": [0, "-math.sin(q.anim_time*90*2+180)*-5", "40-math.sin(q.anim_time*90*2+180)*-10"] + }, + "arm_right": { + "rotation": [0, "-math.sin(q.anim_time*90*2+180)*-5", "-40-math.sin(q.anim_time*90*2+180)*-10"] + }, + "tail": { + "rotation": ["-10-math.sin(q.anim_time*90*4+180)*-2.5", "-math.sin(q.anim_time*90*4+270)*-5", 0] + }, + "tail2": { + "rotation": ["25-math.sin(q.anim_time*90*4+270)*-2.5", 0, 0] + }, + "ear_left": { + "rotation": ["-10+math.sin(query.anim_time*90*2+180)-2", 0, "-math.sin(query.anim_time*90*4+180)*-2.5"] + }, + "ear_right": { + "rotation": ["-10+math.sin(query.anim_time*90*2+180)-2", 0, "math.sin(query.anim_time*90*4+180)*-2.5"] + }, + "propeller_left": { + "rotation": [0, -5, "37.5+math.sin(query.anim_time*90*4-90)*-2.5"] + }, + "propeller_left2": { + "rotation": [0, -5, "7.5+math.sin(query.anim_time*90*4-180)*-2.5"] + }, + "propeller_left3": { + "rotation": [0, -7.5, "12.5+math.sin(query.anim_time*90*4-270)*-2.5"] + }, + "propeller_left4": { + "rotation": [0, -10, "5+math.sin(query.anim_time*90*4-360)"] + }, + "propeller_left5": { + "rotation": [0, -12.5, "math.sin(query.anim_time*90*4+90)*-2.5"] + }, + "propeller_right": { + "rotation": [0, 5, "-37.5-math.sin(query.anim_time*90*4-90)*-2.5"] + }, + "propeller_right2": { + "rotation": [0, 5, "-7.5-math.sin(query.anim_time*90*4-180)*-2.5"] + }, + "propeller_right3": { + "rotation": [0, 7.5, "-12.5-math.sin(query.anim_time*90*4-270)*-2.5"] + }, + "propeller_right4": { + "rotation": [0, 10, "-5-math.sin(query.anim_time*90*4-360)"] + }, + "propeller_right5": { + "rotation": [0, 12.5, "-math.sin(query.anim_time*90*4+90)*-2.5"] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/hydrapple/hydrapple.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/hydrapple/hydrapple.animation.json new file mode 100644 index 0000000..7a2bfb8 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/hydrapple/hydrapple.animation.json @@ -0,0 +1,2771 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.hydrapple.ground_idle": { + "loop": true, + "bones": { + "left_tail": { + "rotation": ["-30+(Math.sin((query.anim_time) * 90 * 1)*5)", 10, 0] + }, + "left_tail2": { + "rotation": ["40+(Math.sin((query.anim_time) * 90 * 1-60)*10)", 0, 0] + }, + "left_tail3": { + "rotation": ["27.5+(Math.sin((query.anim_time) * 90 * 1-120)*10)", 0, 0] + }, + "left_tail_end": { + "rotation": ["-32.5+(Math.sin((query.anim_time) * 90 * 1-180)*15)", 0, 0] + }, + "neck": { + "rotation": [30, 0, "-(Math.sin((query.anim_time) * 90 * 1-60)*10) "] + }, + "neck2": { + "rotation": [-32.5, 0, "-(Math.sin((query.anim_time) * 90 * 1+90)*12)"] + }, + "neck3": { + "rotation": [-47.5, 0, "-(Math.sin((query.anim_time) * 90 * 1-180)*10)"] + }, + "neck4": { + "rotation": [-10, 0, "(Math.sin((query.anim_time) * 90 * 1-210)*12)"] + }, + "neck5": { + "rotation": ["47.5+(Math.sin((query.anim_time) * 90 * 0.5+90)*10) ", 0, "(Math.sin((query.anim_time) * 90 * 1-150)*10)"] + }, + "neck6": { + "rotation": [37.5, 0, "(Math.sin((query.anim_time) * 90 * 1-90)*8)"] + }, + "neck7": { + "rotation": ["55-(Math.sin((query.anim_time) * 90 * 0.5+90)*5) ", 0, "(Math.sin((query.anim_time) * 90 * 1)*7)"] + }, + "head": { + "rotation": [ + "55 + (Math.sin((query.anim_time) * 90 * 0.5)*10) ", + "(Math.sin((query.anim_time) * 90 * 1+90)*20) ", + "-(Math.sin((query.anim_time) * 90 * 1)*25) " + ] + }, + "jaw": { + "rotation": ["45+(Math.sin((query.anim_time) * 90 * 0.5+60)*5) ", 0, 0] + }, + "tongue": { + "rotation": ["-12.5-(Math.sin((query.anim_time) * 90 * 0.5)*5) ", 0, "-(Math.sin((query.anim_time) * 90 * 1)*10) "], + "position": [-0.03259, 1.78603, 0.9763] + }, + "tongue2": { + "rotation": ["-35+(Math.sin((query.anim_time) * 90 * 0.5-60)*7)", 0, "-(Math.sin((query.anim_time) * 90 * 1-60)*15) "], + "position": [0, 3, 0] + }, + "tongue3": { + "rotation": ["60-(Math.sin((query.anim_time) * 90 * 0.5-120)*9)", 0, "-(Math.sin((query.anim_time) * 90 * 1-90)*20) "] + }, + "front_left_neck": { + "rotation": [0, -45, 0], + "position": [-0.31, -6, 0.65] + }, + "front_left_neck2": { + "position": [0, -5, 0] + }, + "front_left_neck3": { + "position": [0, -6, 0] + }, + "front_left_neck4": { + "position": [0, -5, 0] + }, + "front_left_neck5": { + "position": [0, -6, 0] + }, + "front_left_head": { + "position": [0, -11, 2.82843] + }, + "right_tail": { + "rotation": ["-30-(Math.sin((query.anim_time) * 90 * 1)*5)", -10, 0] + }, + "right_tail2": { + "rotation": ["40-(Math.sin((query.anim_time) * 90 * 1-60)*10)", 0, 0] + }, + "right_tail3": { + "rotation": ["27.5-(Math.sin((query.anim_time) * 90 * 1-120)*10)", 0, 0] + }, + "right_tail_end": { + "rotation": ["-32.5-(Math.sin((query.anim_time) * 90 * 1-180)*15)", 0, 0] + }, + "front_left_right_eye": { + "rotation": [0, -17.5, 0], + "position": [1.47686, 0, 0.15035] + }, + "back_left_neck": { + "rotation": [0, -135, 0], + "position": [-0.31, -6, -0.1] + }, + "back_left_neck2": { + "position": [0, -5, 0] + }, + "back_left_neck3": { + "position": [0, -6, 0] + }, + "back_left_neck4": { + "position": [0, -5, 0] + }, + "back_left_neck5": { + "position": [0, -6, 0] + }, + "back_left_head": { + "position": [0, -11, 2.82843] + }, + "back_right_neck": { + "rotation": [0, 135, 0], + "position": [0.31, -6, -0.1] + }, + "back_right_neck2": { + "position": [0, -5, 0] + }, + "back_right_neck3": { + "position": [0, -6, 0] + }, + "back_right_neck4": { + "position": [0, -5, 0] + }, + "back_right_neck5": { + "position": [0, -6, 0] + }, + "back_right_head": { + "position": [0, -11, 2.82843] + }, + "front_left_eyelids": { + "rotation": [-247.5, 0, 0], + "position": [-0.03711, 9.28, -7.01355] + }, + "front_left_left_eyelid": { + "position": [1, 0, 0] + }, + "front_left_right_eyelid": { + "position": [-1, 0, 0] + }, + "back_right_eyelids": { + "rotation": [-247.5, 0, 0], + "position": [0.04, 9.28, -7.36] + }, + "back_right_right_eyelid": { + "position": [-1, 0, 0] + }, + "back_right_left_eyelid": { + "position": [1, 0, 0] + }, + "back_left_eyelids": { + "rotation": [-247.5, 0, 0], + "position": [-0.04, 9.28, -7.36] + }, + "back_left_left_eyelid": { + "position": [1, 0, 0] + }, + "back_left_right_eyelid": { + "position": [-1, 0, 0] + }, + "left_tail_right_leaf": { + "rotation": [0, 0, "-(Math.sin((query.anim_time) * 90 * 1)*17)"] + }, + "left_tail_left_leaf": { + "rotation": [0, 0, "(Math.sin((query.anim_time) * 90 * 1)*17)"] + }, + "right_tail_left_leaf": { + "rotation": [0, 0, "-((Math.sin((query.anim_time) * 90 * 1)*17))"] + }, + "right_tail_right_leaf": { + "rotation": [0, 0, "(Math.sin((query.anim_time) * 90 * 1)*17)"] + }, + "main_head_leaf": { + "rotation": [0, "(Math.sin((query.anim_time) * 90 * 1+60)*15) ", 0] + }, + "base": { + "scale": ["1+(Math.sin((query.anim_time) * 90 * 1-60)*0.05) ", 1, "1+(Math.sin((query.anim_time) * 90 * 0.5)*0.05) "] + }, + "left_drip": { + "scale": [1, "1.1+(Math.sin((query.anim_time) * 90 * 0.5)*0.2) ", 1] + }, + "right_drip": { + "scale": [1, "1.1+(Math.sin((query.anim_time) * 90 * 0.5)*0.2) ", 1] + }, + "front_right_neck": { + "rotation": [0, 45, 0], + "position": [0.31, -6, 0.65] + }, + "front_right_neck2": { + "position": [0, -5, 0] + }, + "front_right_neck3": { + "position": [0, -6, 0] + }, + "front_right_neck4": { + "position": [0, -5, 0] + }, + "front_right_neck5": { + "position": [0, -6, 0] + }, + "front_right_head": { + "position": [0, -11, 2.82843] + }, + "front_right_eyelids": { + "rotation": [-247.5, 0, 0], + "position": [0.03711, 9.28, -7.01355] + }, + "front_right_left_eyelid": { + "position": [-1, 0, 0] + }, + "front_left_right_eyelid2": { + "position": [1, 0, 0] + } + } + }, + "animation.hydrapple.battle_idle": { + "loop": true, + "bones": { + "left_tail": { + "rotation": ["-30+(Math.sin((query.anim_time) * 90 * 1)*5)", 10, 0] + }, + "left_tail2": { + "rotation": ["40+(Math.sin((query.anim_time) * 90 * 1-60)*10)", 0, 0] + }, + "left_tail3": { + "rotation": ["27.5+(Math.sin((query.anim_time) * 90 * 1-120)*10)", 0, 0] + }, + "left_tail_end": { + "rotation": ["-32.5+(Math.sin((query.anim_time) * 90 * 1-180)*15)", 0, 0] + }, + "neck": { + "rotation": [30, 0, "-(Math.sin((query.anim_time) * 90 * 1-60)*10) "] + }, + "neck2": { + "rotation": [-32.5, 0, "-(Math.sin((query.anim_time) * 90 * 1+90)*12)"] + }, + "neck3": { + "rotation": [-47.5, 0, "-(Math.sin((query.anim_time) * 90 * 1-180)*10)"] + }, + "neck4": { + "rotation": [-10, 0, "(Math.sin((query.anim_time) * 90 * 1-210)*12)"] + }, + "neck5": { + "rotation": ["47.5+(Math.sin((query.anim_time) * 90 * 0.5+90)*10) ", 0, "(Math.sin((query.anim_time) * 90 * 1-150)*10)"] + }, + "neck6": { + "rotation": [37.5, 0, "(Math.sin((query.anim_time) * 90 * 1-90)*8)"] + }, + "neck7": { + "rotation": ["55-(Math.sin((query.anim_time) * 90 * 0.5+90)*5) ", 0, "(Math.sin((query.anim_time) * 90 * 1)*7)"] + }, + "head": { + "rotation": [ + "55 + (Math.sin((query.anim_time) * 90 * 0.5)*10) ", + "(Math.sin((query.anim_time) * 90 * 1+90)*20) ", + "-(Math.sin((query.anim_time) * 90 * 1)*25) " + ] + }, + "jaw": { + "rotation": ["42.5+(Math.sin((query.anim_time) * 90 * 0.5+60)*5) ", 0, 0] + }, + "tongue": { + "rotation": ["-12.5-(Math.sin((query.anim_time) * 90 * 0.5)*5) ", 0, "-(Math.sin((query.anim_time) * 90 * 1)*10) "], + "position": [-0.03259, 1.78603, 0.9763] + }, + "tongue2": { + "rotation": ["-35+(Math.sin((query.anim_time) * 90 * 0.5-60)*7)", 0, "-(Math.sin((query.anim_time) * 90 * 1-60)*15) "], + "position": [0, 3, 0] + }, + "tongue3": { + "rotation": ["60-(Math.sin((query.anim_time) * 90 * 0.5-120)*9)", 0, "-(Math.sin((query.anim_time) * 90 * 1-90)*20) "] + }, + "front_left_neck": { + "rotation": [80, -45, "0-(Math.sin((query.anim_time) * 90 * 1+30)*10)"], + "position": [-0.35355, -1, -0.35355] + }, + "front_left_neck2": { + "rotation": [-49.65332, 2.9604, "-19.2151-(Math.sin((query.anim_time) * 90 * 1-60)*12)"] + }, + "front_left_neck3": { + "rotation": [-60, 0, "0-(Math.sin((query.anim_time) * 90 * 1+120)*10)"] + }, + "front_left_neck4": { + "rotation": [30, 0, "-(Math.sin((query.anim_time) * 90 * 1-180)*10)"] + }, + "front_left_neck5": { + "rotation": [52.5, 0, "(Math.sin((query.anim_time) * 90 * 1+90)*10)"] + }, + "front_left_head": { + "rotation": [36.01619, 24.28484, "-29.4983-(Math.sin((query.anim_time) * 90 * 1+90)*15)"] + }, + "front_left_jaw": { + "rotation": ["57.5+(Math.sin((query.anim_time) * 90 * 0.5+60)*10) ", 0, 0] + }, + "front_left_tongue": { + "rotation": [-12.5, 0, "-(Math.sin((query.anim_time) * 90 * 1-30)*10)"], + "position": [0, 1.84776, -0.76537] + }, + "front_left_tongue2": { + "rotation": [15, 0, "-(Math.sin((query.anim_time) * 90 * 1-60)*5)"], + "position": [0, 3, 0] + }, + "right_tail": { + "rotation": ["-30-(Math.sin((query.anim_time) * 90 * 1)*5)", -10, 0] + }, + "right_tail2": { + "rotation": ["40-(Math.sin((query.anim_time) * 90 * 1-60)*10)", 0, 0] + }, + "right_tail3": { + "rotation": ["27.5-(Math.sin((query.anim_time) * 90 * 1-120)*10)", 0, 0] + }, + "right_tail_end": { + "rotation": ["-32.5-(Math.sin((query.anim_time) * 90 * 1-180)*15)", 0, 0] + }, + "back_right_neck": { + "rotation": [-352.49941, 41.51251, "-47.6508+(Math.sin((query.anim_time) * 90 * 1)*5)"], + "position": [-0.35355, 0, -0.35355] + }, + "back_right_neck2": { + "rotation": [-12.65059, -0.85481, "19.9825+(Math.sin((query.anim_time) * 90 * 1-60)*7)"] + }, + "back_right_neck3": { + "rotation": [-34.71902, -13.57071, "2.8063-(Math.sin((query.anim_time) * 90 * 1-90)*20 )"] + }, + "back_right_neck4": { + "rotation": [7.67995, -12.39135, "-1.6575+(Math.sin((query.anim_time) * 90 * 1-120)*20)"] + }, + "back_right_neck5": { + "rotation": [52.5, 0, "0-(Math.sin((query.anim_time) * 90 * 1-180 )*15)"] + }, + "back_right_head": { + "rotation": [53.30875, -10.61563, "14.3052+(Math.sin((query.anim_time) * 90 * 1-180)*20)"] + }, + "back_right_jaw": { + "rotation": ["57.5+(Math.sin((query.anim_time) * 90 * 0.5+60)*10) ", 0, 0] + }, + "back_right_tongue": { + "rotation": [-12.5, 0, "-((Math.sin((query.anim_time) * 90 * 1-30)*10))"], + "position": [0, 1.84776, -0.76537] + }, + "back_right_tongue2": { + "rotation": [15, 0, "-((Math.sin((query.anim_time) * 90 * 1-60)*5))"], + "position": [0, 3, 0] + }, + "back_left_neck": { + "rotation": [-352.49941, -41.51251, "47.6508+(Math.sin((query.anim_time) * 90 * 1)*5)"], + "position": [0.35355, 0, -0.35355] + }, + "back_left_neck2": { + "rotation": [-12.65059, 0.85481, "-19.9825+(Math.sin((query.anim_time) * 90 * 1-60)*7)"] + }, + "back_left_neck3": { + "rotation": [-34.71902, 13.57071, "-2.8063-(Math.sin((query.anim_time) * 90 * 1-90)*20 )"] + }, + "back_left_neck4": { + "rotation": [7.67995, 12.39135, "1.6575+(Math.sin((query.anim_time) * 90 * 1-120)*20)"] + }, + "back_left_neck5": { + "rotation": [52.5, 0, "0-(Math.sin((query.anim_time) * 90 * 1-180 )*15)"] + }, + "back_left_head": { + "rotation": [53.30875, 10.61563, "-14.3052+(Math.sin((query.anim_time) * 90 * 1-180)*20)"] + }, + "back_left_jaw": { + "rotation": ["57.5-(Math.sin((query.anim_time) * 90 * 0.5+60)*10)", 0, 0] + }, + "back_left_tongue": { + "rotation": [-12.5, 0, "(Math.sin((query.anim_time) * 90 * 1-30)*10)"], + "position": [0, 1.84776, -0.76537] + }, + "back_left_tongue2": { + "rotation": [15, 0, "(Math.sin((query.anim_time) * 90 * 1-60)*5)"], + "position": [0, 3, 0] + }, + "left_drip": { + "scale": [1, "1.1+(Math.sin((query.anim_time) * 90 * 0.5)*0.2) ", 1] + }, + "main_head_leaf": { + "rotation": [0, "(Math.sin((query.anim_time) * 90 * 1+60)*15) ", 0] + }, + "base": { + "scale": ["1+(Math.sin((query.anim_time) * 90 * 1-60)*0.05) ", 1, "1+(Math.sin((query.anim_time) * 90 * 0.5)*0.05) "] + }, + "right_tail_left_leaf": { + "rotation": [0, 0, "-((Math.sin((query.anim_time) * 90 * 1)*17))"] + }, + "right_tail_right_leaf": { + "rotation": [0, 0, "(Math.sin((query.anim_time) * 90 * 1)*17)"] + }, + "left_tail_right_leaf": { + "rotation": [0, 0, "-(Math.sin((query.anim_time) * 90 * 1)*17)"] + }, + "left_tail_left_leaf": { + "rotation": [0, 0, "(Math.sin((query.anim_time) * 90 * 1)*17)"] + }, + "front_right_neck": { + "rotation": [80, 45, "0-(Math.sin((query.anim_time) * 90 * 1+30)*10)"], + "position": [0.35355, -1, -0.35355] + }, + "front_right_neck2": { + "rotation": [-49.65332, -2.9604, "19.2151-(Math.sin((query.anim_time) * 90 * 1-60)*12)"] + }, + "front_right_neck3": { + "rotation": [-60, 0, "0-(Math.sin((query.anim_time) * 90 * 1+120)*10)"] + }, + "front_right_neck4": { + "rotation": [30, 0, "-(Math.sin((query.anim_time) * 90 * 1-180)*10)"] + }, + "front_right_neck5": { + "rotation": [52.5, 0, "-((Math.sin((query.anim_time) * 90 * 1+90)*10))"] + }, + "front_right_head": { + "rotation": [36.01619, -24.28484, "29.4983-(Math.sin((query.anim_time) * 90 * 1+90)*15)"] + }, + "front_right_jaw": { + "rotation": ["57.5-(Math.sin((query.anim_time) * 90 * 0.5+60)*10) ", 0, 0] + }, + "front_right_tongue": { + "rotation": [-12.5, 0, "-(Math.sin((query.anim_time) * 90 * 1-30)*10)"], + "position": [0, 1.84776, -0.76537] + }, + "right_drip": { + "scale": [1, "1.1+(Math.sin((query.anim_time) * 90 * 0.5)*0.2) ", 1] + }, + "front_right_tongue2": { + "rotation": [15, 0, "-(Math.sin((query.anim_time) * 90 * 1-60)*5)"], + "position": [0, 3, 0] + } + } + }, + "animation.hydrapple.faint": { + "animation_length": 3, + "bones": { + "left_tail": { + "rotation": { + "0.0": [-30, 10, 0], + "0.5": [-2.5, 10, 0] + }, + "position": { + "0.75": [0, 0, 0], + "1.0": [-1.21438, 0.30534, -6.88709] + } + }, + "left_tail2": { + "rotation": { + "0.0": [40, 0, 0], + "0.5": [70, 0, 0], + "1.0": [0, 0, 0] + }, + "position": { + "0.75": [0, 0, 0], + "1.0": [0, 0, -5] + } + }, + "left_tail3": { + "rotation": { + "0.0": [27.5, 0, 0], + "0.5": [52.5, 0, 0], + "1.0": [12.5, 0, 0] + }, + "position": { + "0.75": [0, 0, 0], + "1.0": [0, -0.86576, -3.90518] + } + }, + "left_tail_end": { + "rotation": { + "0.0": [-32.5, 0, 0], + "0.5": [-82.5, 0, 0], + "1.0": [-17.5, 0, 0] + }, + "position": { + "0.75": [0, 0, 0], + "1.0": [0, 0.90212, -2.86115] + } + }, + "neck": { + "rotation": { + "0.0": [30, 0, 0], + "0.25": [-2.5, 0, 0], + "0.5": [5, 0, 0], + "1.0": [17.5, 0, 0], + "1.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 4], + "0.75": [0, 0, 0.33], + "1.0": [0, 0, 0], + "1.25": [0, -5.5, 0], + "1.5": [0, -7, 0], + "2.0": [0, -8, 0] + } + }, + "neck2": { + "rotation": { + "0.0": [-32.5, 0, 0], + "0.5": [-17.5, 0, 0], + "1.0": [-42.5, 0, 0], + "1.5": [0, 0, 0] + }, + "position": { + "1.0": [0, 0, 0], + "1.5": [0, -5, 0] + } + }, + "neck3": { + "rotation": { + "0.0": [-47.5, 0, 0], + "0.5": [-17.5, 0, 0], + "0.75": [-17.25002, 2.99318, 9.54589], + "1.0": [-25.42832, -10.56807, -17.33765], + "1.25": [0, 0, 0] + }, + "position": { + "1.0": [0, 0, 0], + "1.25": [0, -6, 0] + } + }, + "neck4": { + "rotation": { + "0.0": [-10, 0, 0], + "0.25": [32.5, 0, 0], + "0.5": [0, 0, 0], + "1.0": [0, 0, 25], + "1.5": [0, 0, 0] + }, + "position": { + "1.0": [0, 0, 0], + "1.25": [0, 0, 0], + "1.5": [0, -10, 0] + } + }, + "neck5": { + "rotation": { + "0.0": [47.5, 0, 0], + "0.5": [35, 0, 0], + "1.0": [70, 0, 0], + "1.5": [3.09024, -5.69939, -2.17756], + "2.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.5": [0, 0, 0], + "2.0": [0, -4, -0.75] + } + }, + "neck6": { + "rotation": { + "0.0": [37.5, 0, 0], + "0.5": [20, 0, 0], + "0.75": [19.71975, 3.40487, -9.40804], + "1.0": [39.71975, 3.40487, -9.40804], + "1.5": [19.71975, 3.40487, -9.40804], + "2.0": [0, 0, 0] + }, + "position": { + "1.5": [0, 0, 0], + "2.0": [0, -4, 0] + } + }, + "neck7": { + "rotation": { + "0.0": [55, 0, 0], + "0.25": [56.25, 0, 0], + "0.5": [12.5, 0, 0], + "1.0": [50, 0, 0], + "1.5": [22.5, 0, 0], + "2.0": [0, 0, 0] + }, + "position": { + "1.5": [0, 0, 0], + "2.0": [0, -9, 0] + } + }, + "head": { + "rotation": { + "0.0": [55, 0, 0], + "0.25": [53.75, 0, 0], + "0.5": [12.5, 0, 0], + "0.75": [11.76782, -4.2453, 19.5623], + "1.0": [33.57785, 8.42366, 0.91726], + "1.5": [13.57785, 8.42366, 0.91726], + "1.75": [-13.92215, 8.42366, 0.91726] + }, + "position": { + "1.5": [0, 0, 0], + "1.75": [0, 0, 0], + "2.0": [0, -10, 0] + } + }, + "jaw": { + "rotation": { + "0.0": [42.5, 0, 0], + "1.0": [42.5, 0, 0], + "1.5": [2.5, 0, 0] + } + }, + "tongue": { + "rotation": { + "0.0": [-12.5, 0, 0], + "1.0": [-12.5, 0, 0], + "1.5": [10, 0, 0] + }, + "position": { + "0.0": [-0.03259, 1.78603, 0.9763], + "1.0": [-0.03, 1.79, 0.98] + } + }, + "tongue2": { + "rotation": [-35, 0, 0], + "position": { + "0.0": [0, 3, 0], + "1.0": [0, 3, 0], + "1.5": [0, 2.18085, -0.57358] + } + }, + "tongue3": { + "rotation": [60, 0, 0] + }, + "front_left_neck": { + "rotation": { + "0.0": { + "post": [80, -45, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [42.5, -45, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [11.41, -45, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [20, -45, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [-0.35355, -1, -0.35355], + "0.5": [-0.35, -1, -0.35], + "0.75": [-0.33, -4.5, 0.15], + "1.0": [-0.31, -6, 0.65] + } + }, + "front_left_neck2": { + "rotation": { + "0.0": { + "post": [-49.65332, 2.9604, -19.2151], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-42.2148, 6.7704, -9.69732], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-17.57891, 9.4048, -0.15958], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.5": [0, 0, 0], + "1.0": [-0.31, -6, 0.65] + } + }, + "front_left_neck3": { + "rotation": { + "0.0": { + "post": [-60, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.5": [0, 0, 0], + "0.75": [0, 0, 0], + "1.0": [0, -6, 0] + } + }, + "front_left_neck4": { + "rotation": { + "0.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [16.72, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.5": [0, 0, 0], + "1.0": [0, -5, 0] + } + }, + "front_left_neck5": { + "rotation": { + "0.0": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [46.50502, 7.04967, -14.8024], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.5": [0, 0, 0], + "1.0": [0, -5, 0] + } + }, + "front_left_head": { + "rotation": { + "0.0": { + "post": [36.01619, 24.28484, -29.4983], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [33.84863, 36.34376, -33.89638], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [21.01619, 24.28484, -29.4983], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.5": [0, 0, 0], + "0.9167": [0, 0, 0], + "1.0": [0, -11, 2.82843] + } + }, + "front_left_jaw": { + "rotation": { + "0.0": [57.5, 0, 0], + "0.5": [57.5, 0, 0], + "1.0": [0, 0, 0] + } + }, + "front_left_tongue": { + "rotation": [-12.5, 0, 0], + "position": { + "0.0": [0, 1.84776, -0.76537], + "0.5": [0, 1.85, -0.77], + "0.75": [0, 2.06644, -1.7463] + } + }, + "front_left_tongue2": { + "rotation": [15, 0, 0], + "position": { + "0.0": [0, 3, 0], + "0.5": [0, 3, 0], + "0.75": [0, 2.9353, -0.24148] + } + }, + "right_tail": { + "rotation": { + "0.0": [-30, -10, 0], + "0.5": [-2.5, -10, 0] + }, + "position": { + "0.75": [0, 0, 0], + "1.0": [1.21438, 0.30534, -6.88709] + } + }, + "right_tail2": { + "rotation": { + "0.0": [40, 0, 0], + "0.5": [70, 0, 0], + "1.0": [0, 0, 0] + }, + "position": { + "0.75": [0, 0, 0], + "1.0": [0, 0, -5] + } + }, + "right_tail3": { + "rotation": { + "0.0": [27.5, 0, 0], + "0.5": [52.5, 0, 0], + "1.0": [12.5, 0, 0] + }, + "position": { + "0.75": [0, 0, 0], + "1.0": [0, -0.86576, -3.90518] + } + }, + "right_tail_end": { + "rotation": { + "0.0": [-32.5, 0, 0], + "0.5": [-82.5, 0, 0], + "1.0": [-17.5, 0, 0] + }, + "position": { + "0.75": [0, 0, 0], + "1.0": [0, 0.90212, -2.86115] + } + }, + "back_right_neck": { + "rotation": { + "0.0": { + "post": [-352.49941, 41.51251, -47.6508], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-381.14668, 32.87382, -43.32018], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-361.15, 32.87, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [-0.35355, 0, -0.35355], + "0.5": [-0.35, 0, -0.35], + "0.75": [0.35182, -5.35347, -0.95759], + "1.0": [-0.40446, -4.99899, -0.43428] + } + }, + "back_right_neck2": { + "rotation": { + "0.0": { + "post": [-12.65059, -0.85481, 19.9825], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-13.7634, 2.14486, 32.1194], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-15.15059, -0.85481, 19.9825], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-1.49051, -5.9349, 0.59767], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.5": [0, 0, 0], + "0.75": [-0.3296, -4.45422, -0.35185], + "1.0": [-0.03869, -4.99818, -0.12936] + } + }, + "back_right_neck3": { + "rotation": { + "0.0": { + "post": [-34.71902, -13.57071, 2.8063], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-45.82384, -11.18076, 2.05831], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-16.92867, -8.7908, 1.31031], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [3.07133, -8.7908, 1.31031], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.5": [0, 0, 0], + "1.0": [-0.18612, -5.98869, 0.3177] + } + }, + "back_right_neck4": { + "rotation": { + "0.0": [7.67995, -12.39135, -1.6575], + "0.5": [7.68, -12.39, -1.66], + "1.0": [-2.32, -12.39, -1.66] + }, + "position": { + "0.5": [0, 0, 0], + "0.75": [0, 0, 0], + "1.0": [0.18813, -4.99255, -0.19769] + } + }, + "back_right_neck5": { + "rotation": { + "0.0": [52.5, 0, 0], + "0.5": [52.5, 0, 0], + "1.0": [2.5, 0, 0] + }, + "position": { + "0.5": [0, 0, 0], + "0.75": [0, 0, 0], + "1.0": [0, -5.99429, 0.26172] + } + }, + "back_right_head": { + "rotation": { + "0.0": { + "post": [53.30875, -10.61563, 14.3052], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [45.80875, -10.61563, 14.3052], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-6.69125, -10.61563, 14.3052], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.5": [0, 0, 0], + "0.75": [0, 0, 0], + "1.0": [2.38884, -9.92012, -2.98072] + } + }, + "back_right_jaw": { + "rotation": { + "0.0": [57.5, 0, 0], + "1.0": [0, 0, 0] + } + }, + "back_right_tongue": { + "rotation": [-12.5, 0, 0], + "position": { + "0.0": [0, 1.84776, -0.76537], + "0.5": [0, 1.85, -0.77], + "0.75": [0, 2.06644, -1.7463] + } + }, + "back_right_tongue2": { + "rotation": [15, 0, 0], + "position": { + "0.0": [0, 3, 0], + "0.5": [0, 3, 0], + "0.75": [0, 2.9353, -0.24148] + } + }, + "back_left_neck": { + "rotation": { + "0.0": { + "post": [-352.49941, -41.51251, 47.6508], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-381.14668, -32.87382, 43.32018], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-361.15, -32.87, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0.35355, 0, -0.35355], + "0.5": [0.35, 0, -0.35], + "0.75": [-0.35182, -5.35347, -0.95759], + "1.0": [0.40446, -4.99899, -0.43428] + } + }, + "back_left_neck2": { + "rotation": { + "0.0": { + "post": [-12.65059, 0.85481, -19.9825], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-13.7634, -2.14486, -32.1194], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-15.15059, 0.85481, -19.9825], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-1.49051, 5.9349, -0.59767], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.5": [0, 0, 0], + "0.75": [0.3296, -4.45422, -0.35185], + "1.0": [0.03869, -4.99818, -0.12936] + } + }, + "back_left_neck3": { + "rotation": { + "0.0": { + "post": [-34.71902, 13.57071, -2.8063], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-45.82384, 11.18076, -2.05831], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-16.92867, 8.7908, -1.31031], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [3.07133, 8.7908, -1.31031], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.5": [0, 0, 0], + "1.0": [0.18612, -5.98869, 0.3177] + } + }, + "back_left_neck4": { + "rotation": { + "0.0": [7.67995, 12.39135, 1.6575], + "0.5": [7.68, 12.39, 1.66], + "1.0": [-2.32, 12.39, 1.66] + }, + "position": { + "0.5": [0, 0, 0], + "0.75": [0, 0, 0], + "1.0": [-0.18813, -4.99255, -0.19769] + } + }, + "back_left_neck5": { + "rotation": { + "0.0": [52.5, 0, 0], + "0.5": [52.5, 0, 0], + "1.0": [2.5, 0, 0] + }, + "position": { + "0.5": [0, 0, 0], + "0.75": [0, 0, 0], + "1.0": [0, -5.99429, 0.26172] + } + }, + "back_left_head": { + "rotation": { + "0.0": { + "post": [53.30875, 10.61563, -14.3052], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [45.80875, 10.61563, -14.3052], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-6.69125, 10.61563, -14.3052], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.5": [0, 0, 0], + "0.75": [0, 0, 0], + "1.0": [-2.38884, -9.92012, -2.98072] + } + }, + "back_left_jaw": { + "rotation": { + "0.0": [57.5, 0, 0], + "0.5": [57.5, 0, 0], + "1.0": [0, 0, 0] + } + }, + "back_left_tongue": { + "rotation": [-12.5, 0, 0], + "position": { + "0.0": [0, 1.84776, -0.76537], + "0.5": [0, 1.85, -0.77], + "0.75": [0, 2.06644, -1.7463] + } + }, + "back_left_tongue2": { + "rotation": [15, 0, 0], + "position": { + "0.0": [0, 3, 0], + "0.5": [0, 3, 0], + "0.75": [0, 2.9353, -0.24148] + } + }, + "left_drip": { + "scale": [1, "1.1+(Math.sin((query.anim_time) * 90 * 0.5)*0.2) ", 1] + }, + "main_head_leaf": { + "rotation": [0, 0, 0] + }, + "base": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [12.5, 0, 0], + "0.75": [0, 0, 0], + "1.5": [0, 0, 0] + }, + "scale": ["1+(Math.sin((query.anim_time) * 90 * 1-60)*0.05) ", 1, "1+(Math.sin((query.anim_time) * 90 * 0.5)*0.05) "] + }, + "front_right_neck": { + "rotation": { + "0.0": { + "post": [80, 45, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [42.5, 45, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [11.41, 45, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [20, 45, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0.35355, -1, -0.35355], + "0.5": [0.35, -1, -0.35], + "0.75": [0.33, -4.5, 0.15], + "1.0": [0.31, -6, 0.65] + } + }, + "front_right_neck2": { + "rotation": { + "0.0": { + "post": [-49.65332, -2.9604, 19.2151], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-42.2148, -6.7704, 9.69732], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-17.57891, -9.4048, 0.15958], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.5": [0, 0, 0], + "1.0": [0.31, -6, 0.65] + } + }, + "front_right_neck3": { + "rotation": { + "0.0": { + "post": [-60, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.5": [0, 0, 0], + "0.75": [0, 0, 0], + "1.0": [0, -6, 0] + } + }, + "front_right_neck4": { + "rotation": { + "0.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [16.72, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.5": [0, 0, 0], + "1.0": [0, -5, 0] + } + }, + "front_right_neck5": { + "rotation": { + "0.0": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [46.50502, -7.04967, 14.8024], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.5": [0, 0, 0], + "1.0": [0, -5, 0] + } + }, + "front_right_head": { + "rotation": { + "0.0": { + "post": [36.01619, -24.28484, 29.4983], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [33.84863, -36.34376, 33.89638], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [21.01619, -24.28484, 29.4983], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.5": [0, 0, 0], + "0.9167": [0, 0, 0], + "1.0": [0, -11, 2.82843] + } + }, + "front_right_jaw": { + "rotation": { + "0.0": [57.5, 0, 0], + "0.5": [57.5, 0, 0], + "1.0": [0, 0, 0] + } + }, + "front_right_tongue": { + "rotation": [-12.5, 0, 0], + "position": { + "0.0": [0, 1.84776, -0.76537], + "0.5": [0, 1.85, -0.77], + "0.75": [0, 2.06644, -1.7463] + } + }, + "right_drip": { + "scale": [1, "1.1+(Math.sin((query.anim_time) * 90 * 0.5)*0.2) ", 1] + }, + "front_right_tongue2": { + "rotation": [15, 0, 0], + "position": { + "0.0": [0, 3, 0], + "0.5": [0, 3, 0], + "0.75": [0, 2.9353, -0.24148] + } + }, + "eyes": { + "scale": { + "0.0": [1, 1, 1], + "0.25": {"pre": [1, 1, 1], "post": [0, 0, 0]} + } + }, + "eyelids": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": {"pre": [0, 0, 0], "post": [90, 0, 0]}, + "2.0": {"pre": [90, 0, 0], "post": [127.09848, -9.66509, -4.21718]} + }, + "position": { + "0.0": [0, 0, 0], + "0.25": {"pre": [0, 0, 0], "post": [0, 2, 0]}, + "1.9583": {"pre": [0, 2, 0], "post": [0, 2, 0]}, + "2.0": {"pre": [0, 2, 0], "post": [0.0968, 11.48409, -5.98145]}, + "2.2917": [0.13396, 9.17752, -5.40929], + "2.4583": [0.15396, 7.82752, -5.06929], + "2.5": [0.15572, 7.79477, -5.06218] + } + }, + "left_eyelid": { + "position": { + "0.0": [0, 0, 0], + "0.25": [3, 0, 0], + "2.0": [2.00187, 0, 0.03526] + } + }, + "right_eyelid": { + "position": { + "0.0": [0, 0, 0], + "0.25": [-3, 0, 0], + "2.0": [-2.00187, 0, -0.03526] + } + }, + "apple": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-12.5, 0, 0], + "0.75": [0, 0, 0] + }, + "scale": { + "0.9167": [1, 1, 1], + "1.0": [1, 1.1, 1], + "1.4583": [1, 1, 1], + "1.9167": [1, 1, 1], + "2.0": [1, 1.2, 1], + "2.4583": [1, 1, 1] + } + }, + "back_right_eyelids": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": {"pre": [0, 0, 0], "post": [90, 0, 0]}, + "1.0": {"pre": [90, 0, 0], "post": [293.50585, 42.53285, 166.58283]} + }, + "position": { + "0.0": [0, 0, 0], + "0.375": {"pre": [0, 0, 0], "post": [0, 2, 0]}, + "1.0": {"pre": [0, 2, 0], "post": [-6.00384, 6.25291, 2.26202]} + } + }, + "back_right_right_eyelid": { + "position": { + "0.0": [0, 0, 0], + "0.375": {"pre": [0, 0, 0], "post": [-2, 0, 0]}, + "1.0": {"pre": [-2, 0, 0], "post": [-1.52432, 0.09035, -0.57265]} + } + }, + "back_right_left_eyelid": { + "position": { + "0.0": [0, 0, 0], + "0.375": {"pre": [0, 0, 0], "post": [2, 0, 0]}, + "1.0": {"pre": [2, 0, 0], "post": [-0.11713, 0.04738, -0.67272]} + } + }, + "back_right_eyes": { + "scale": { + "0.0": [1, 1, 1], + "0.375": {"pre": [1, 1, 1], "post": [0, 0, 0]} + } + }, + "back_left_eyelids": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": {"pre": [0, 0, 0], "post": [90, 0, 0]}, + "1.0": {"pre": [90, 0, 0], "post": [293.50585, -42.53285, -166.58283]} + }, + "position": { + "0.0": [0, 0, 0], + "0.375": {"pre": [0, 0, 0], "post": [0, 2, 0]}, + "1.0": {"pre": [0, 2, 0], "post": [6.00384, 6.25291, 2.26202]} + } + }, + "back_left_left_eyelid": { + "position": { + "0.0": [0, 0, 0], + "0.375": {"pre": [0, 0, 0], "post": [2, 0, 0]}, + "1.0": {"pre": [2, 0, 0], "post": [1.67429, 0.322, -0.88895]} + } + }, + "back_left_right_eyelid": { + "position": { + "0.0": [0, 0, 0], + "0.375": {"pre": [0, 0, 0], "post": [-2, 0, 0]}, + "1.0": {"pre": [-2, 0, 0], "post": [-0.11713, 0.04738, -0.67272]} + } + }, + "back_left_eyes": { + "scale": { + "0.0": [1, 1, 1], + "0.375": {"pre": [1, 1, 1], "post": [0, 0, 0]} + } + }, + "front_left_eyes": { + "scale": { + "0.0": [1, 1, 1], + "0.375": {"pre": [1, 1, 1], "post": [0, 0, 0]} + } + }, + "front_left_eyelids": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": {"pre": [0, 0, 0], "post": [90, 0, 0]}, + "1.0": {"pre": [90, 0, 0], "post": [-267.5, 0, 0]} + }, + "position": { + "0.0": [0, 0, 0], + "0.375": {"pre": [0, 0, 0], "post": [0, 2, 0]}, + "1.0": {"pre": [0, 2, 0], "post": [0.31645, 9.736, -5.34261]} + } + }, + "front_left_left_eyelid": { + "position": { + "0.0": [0, 0, 0], + "0.375": {"pre": [0, 0, 0], "post": [2, 0, 0]}, + "1.0": {"pre": [2, 0, 0], "post": [1, 0, 0]} + } + }, + "front_left_right_eyelid": { + "position": { + "0.0": [0, 0, 0], + "0.375": {"pre": [0, 0, 0], "post": [-2, 0, 0]}, + "1.0": {"pre": [-2, 0, 0], "post": [-1, 0, 0]} + } + }, + "front_right_eyes": { + "scale": { + "0.0": [1, 1, 1], + "0.375": {"pre": [1, 1, 1], "post": [0, 0, 0]} + } + }, + "front_right_eyelids": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": {"pre": [0, 0, 0], "post": [90, 0, 0]}, + "1.0": {"pre": [90, 0, 0], "post": [-267.5, 0, 0]} + }, + "position": { + "0.0": [0, 0, 0], + "0.375": {"pre": [0, 0, 0], "post": [0, 2, 0]}, + "1.0": {"pre": [0, 2, 0], "post": [-0.31645, 9.736, -5.34261]} + } + }, + "front_right_left_eyelid": { + "position": { + "0.0": [0, 0, 0], + "0.375": {"pre": [0, 0, 0], "post": [-2, 0, 0]}, + "1.0": {"pre": [-2, 0, 0], "post": [-1, 0, 0]} + } + }, + "front_left_right_eyelid2": { + "position": { + "0.0": [0, 0, 0], + "0.375": {"pre": [0, 0, 0], "post": [2, 0, 0]}, + "1.0": {"pre": [2, 0, 0], "post": [1, 0, 0]} + } + } + } + }, + "animation.hydrapple.ground_walk": { + "loop": true, + "animation_length": 2, + "bones": { + "left_tail": { + "rotation": { + "0.0": { + "post": [17.5, 10, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [37.77344, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-20, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-17.36084, 10, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [17.5, 10, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -0.12187, -0.99255], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -0.3028, 0.49882], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -0.12187, -0.99255], + "lerp_mode": "catmullrom" + } + } + }, + "left_tail2": { + "rotation": { + "0.0": { + "post": [-90, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-119.04, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-90, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 1, -1], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 1, -1], + "lerp_mode": "catmullrom" + } + } + }, + "left_tail3": { + "rotation": { + "0.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [50.23, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [38.11, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_tail_end": { + "rotation": { + "0.0": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [43.44, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [9.94, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.25": { + "pre": [-27.5, 0, 0], + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-24.74, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-22.88, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, -3, -2], + "0.25": [0, -3, 0.88], + "0.5": [0, -3, 2.57], + "0.75": [0, -3, 2.3], + "1.0": [0, -3, -0.01], + "1.125": [0, -3, -1.07], + "1.5": [0, -3, -3.5], + "2.0": [0, -3, -2] + } + }, + "neck2": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [23.89, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [19.38, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1, 0.25], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -1, 0.25], + "lerp_mode": "catmullrom" + } + } + }, + "neck3": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1, 0.25], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -1, 0.25], + "lerp_mode": "catmullrom" + } + } + }, + "neck4": { + "rotation": { + "0.0": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -2, 0.75], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -1.8, 0.6], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -1.8, 0.6], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -2, 0.75], + "lerp_mode": "catmullrom" + } + } + }, + "neck5": { + "rotation": { + "0.0": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [35.65, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [58.02313, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [45.28, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck6": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [12.13, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [26.98, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [18.89, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck7": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [16.27, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-28.39875, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-7.59, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-3.13, 0.09, -0.12], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-14.05249, 0.02798, -0.0796], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-8.33, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [1.45406, -1.17314, 1.60735], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -1.60309, 0.30408], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": [45, 0, 0] + }, + "front_left_neck": { + "rotation": [0, -45, 0], + "position": [-0.31, -6, 0.65] + }, + "front_left_neck2": { + "position": [0, -5, 0] + }, + "front_left_neck3": { + "position": [0, -6, 0] + }, + "front_left_neck4": { + "position": [0, -5, 0] + }, + "front_left_neck5": { + "position": [0, -6, 0] + }, + "front_left_head": { + "position": [0, -11, 2.82843] + }, + "right_tail": { + "rotation": { + "0.0": { + "post": [17.5, -10, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [37.77344, -10, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-20, -10, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-17.36084, -10, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [17.5, -10, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -0.12187, -0.99255], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -0.3028, 0.49882], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -0.12187, -0.99255], + "lerp_mode": "catmullrom" + } + } + }, + "right_tail2": { + "rotation": { + "0.0": { + "post": [-90, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-119.04, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-90, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 1, -1], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 1, -1], + "lerp_mode": "catmullrom" + } + } + }, + "right_tail3": { + "rotation": { + "0.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [50.23, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [38.11, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_tail_end": { + "rotation": { + "0.0": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [43.44, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [9.94, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + } + } + }, + "front_left_right_eye": { + "rotation": [0, -17.5, 0], + "position": [1.47686, 0, 0.15035] + }, + "back_left_neck": { + "rotation": [0, -135, 0], + "position": [-0.31, -6, -0.1] + }, + "back_left_neck2": { + "position": [0, -5, 0] + }, + "back_left_neck3": { + "position": [0, -6, 0] + }, + "back_left_neck4": { + "position": [0, -5, 0] + }, + "back_left_neck5": { + "position": [0, -6, 0] + }, + "back_left_head": { + "position": [0, -11, 2.82843] + }, + "back_right_neck": { + "rotation": [0, 135, 0], + "position": [0.31, -6, -0.1] + }, + "back_right_neck2": { + "position": [0, -5, 0] + }, + "back_right_neck3": { + "position": [0, -6, 0] + }, + "back_right_neck4": { + "position": [0, -5, 0] + }, + "back_right_neck5": { + "position": [0, -6, 0] + }, + "back_right_head": { + "position": [0, -11, 2.82843] + }, + "front_left_eyelids": { + "rotation": [-247.5, 0, 0], + "position": [-0.03711, 9.28, -7.01355] + }, + "front_left_left_eyelid": { + "position": [1, 0, 0] + }, + "front_left_right_eyelid": { + "position": [-1, 0, 0] + }, + "back_right_eyelids": { + "rotation": [-247.5, 0, 0], + "position": [0.04, 9.28, -7.36] + }, + "back_right_right_eyelid": { + "position": [-1, 0, 0] + }, + "back_right_left_eyelid": { + "position": [1, 0, 0] + }, + "back_left_eyelids": { + "rotation": [-247.5, 0, 0], + "position": [-0.04, 9.28, -7.36] + }, + "back_left_left_eyelid": { + "position": [1, 0, 0] + }, + "back_left_right_eyelid": { + "position": [-1, 0, 0] + }, + "base": { + "rotation": ["(Math.sin((query.anim_time) * 90 * 2)*7) ", 0, 0], + "position": [0, "(Math.sin((query.anim_time) * 90 * 2-90)*0.5) ", "(Math.sin((query.anim_time) * 90 * 2-30)*0.5) "], + "scale": ["1+(Math.sin((query.anim_time) * 90 * 2-60)*0.05) ", 1, "1+(Math.sin((query.anim_time) * 90 * 2)*0.05) "] + }, + "left_drip": { + "rotation": ["-(Math.sin((query.anim_time) * 90 * 2-60)*15) ", 0, 0], + "scale": [1, "1.1-(Math.sin((query.anim_time) * 90 * 2)*0.2) ", 1] + }, + "right_drip": { + "rotation": ["-(Math.sin((query.anim_time) * 90 * 2-60)*15) ", 0, 0], + "scale": [1, "1.1-(Math.sin((query.anim_time) * 90 * 2)*0.2) ", 1] + }, + "apple": { + "rotation": ["-(Math.sin((query.anim_time) * 90 * 2)*7) ", 0, 0], + "position": [0, "-(Math.sin((query.anim_time) * 90 * 2-90)*0.5) ", " (Math.sin((query.anim_time) * 90 * 2)*2) "] + }, + "eyes_squint": { + "rotation": { + "0.0": [0, 0, 0], + "0.875": {"pre": [0, 0, 0], "post": [90, 0, 0]}, + "1.5": {"pre": [90, 0, 0], "post": [0, 0, 0]} + }, + "position": { + "0.0": [0, 0, 0], + "0.875": {"pre": [0, 0, 0], "post": [0, 2, 0]}, + "1.5": {"pre": [0, 2, 0], "post": [0, 0, 0]} + } + }, + "left_eye_squint": { + "position": { + "0.0": [0, 0, 0], + "0.875": {"pre": [0, 0, 0], "post": [2, 0, 0]}, + "1.5417": {"pre": [2, 0, 0], "post": [0, 0, 0]} + } + }, + "right_eye_squint": { + "position": { + "0.0": [0, 0, 0], + "0.875": {"pre": [0, 0, 0], "post": [-2, 0, 0]}, + "1.5417": {"pre": [-2, 0, 0], "post": [0, 0, 0]} + } + }, + "main_head_leaf": { + "rotation": [0, "-(Math.sin((query.anim_time) * 90 * 2-90)*20) ", 0] + }, + "right_tail_left_leaf": { + "rotation": [0, 0, "-((Math.sin((query.anim_time) * 90 * 2)*20) )"] + }, + "right_tail_right_leaf": { + "rotation": [0, 0, "(Math.sin((query.anim_time) * 90 * 2)*20) "] + }, + "left_tail_right_leaf": { + "rotation": [0, 0, "(Math.sin((query.anim_time) * 90 * 2)*20) "] + }, + "left_tail_left_leaf": { + "rotation": [0, 0, "-(Math.sin((query.anim_time) * 90 * 2)*20) "] + }, + "tongue": { + "rotation": [-12.5, 0, 0], + "position": [-0.03259, 1.78603, 0.9763] + }, + "tongue2": { + "rotation": [-35, 0, 0], + "position": [0, 3, 0] + }, + "tongue3": { + "rotation": [60, 0, 0] + }, + "front_right_neck": { + "rotation": [0, 45, 0], + "position": [0.31, -6, 0.65] + }, + "front_right_neck2": { + "position": [0, -5, 0] + }, + "front_right_neck3": { + "position": [0, -6, 0] + }, + "front_right_neck4": { + "position": [0, -5, 0] + }, + "front_right_neck5": { + "position": [0, -6, 0] + }, + "front_right_head": { + "position": [0, -11, 2.82843] + }, + "front_right_eyelids": { + "rotation": [-247.5, 0, 0], + "position": [0.03711, 9.28, -7.01355] + }, + "front_right_left_eyelid": { + "position": [-1, 0, 0] + }, + "front_left_right_eyelid2": { + "position": [1, 0, 0] + } + } + }, + "animation.hydrapple.sleep": { + "loop": true, + "bones": { + "left_tail": { + "rotation": ["-25+(math.sin((query.anim_time) * 90 * 0.5)* 2) ", "10+(math.sin((query.anim_time) * 90 * 0.25)* 2) ", 0] + }, + "left_tail2": { + "rotation": ["22.5+(math.sin((query.anim_time) * 90 * 0.5-60)* 3) ", "0+(math.sin((query.anim_time) * 90 * 0.25-60)* 2) ", 0] + }, + "left_tail3": { + "rotation": ["20+(math.sin((query.anim_time) * 90 * 0.5-120)* 4) ", "0+(math.sin((query.anim_time) * 90 * 0.25-120)* 3) ", 0] + }, + "left_tail_end": { + "rotation": ["-32.5+(math.sin((query.anim_time) * 90 * 0.5-180)* 5) ", "0+(math.sin((query.anim_time) * 90 * 0.25-180)* 4) ", 0] + }, + "neck": { + "rotation": [32.5, 57.5, 0], + "position": [0, "-2+(math.sin((query.anim_time) * 90 * 1)* 0.1) ", 0] + }, + "neck2": { + "rotation": ["51.1509-(math.sin((query.anim_time) * 90 * 1-180)* 1) ", 11.72145, -13.0867], + "position": [0.5, -2, 0.75] + }, + "neck3": { + "rotation": [59.59227, 24.1782, -13.51584], + "position": [0.05, -2.5, 1.5] + }, + "neck4": { + "rotation": [15.34721, 12.06754, -99.21604] + }, + "neck5": { + "rotation": [54.16309, 18.64825, -7.77089], + "position": [0, 0, -0.5] + }, + "neck6": { + "rotation": ["29.6217-(math.sin((query.anim_time) * 90 * 1-120)* 1) ", 4.98093, -3.6822] + }, + "neck7": { + "rotation": ["46.4788-(math.sin((query.anim_time) * 90 * 1-90)* 1) ", -23.99934, -43.12352], + "position": [-1, 0, 0] + }, + "head": { + "rotation": ["22.0012-(math.sin((query.anim_time) * 90 * 1)* 1) ", 9.06524, -36.54514] + }, + "jaw": { + "rotation": [7.5, 0, 0] + }, + "tongue": { + "position": [0, 4, 1] + }, + "tongue3": { + "rotation": ["5-math.clamp((math.sin((query.anim_time+0.1) * 90 * 1)* 1),0,1)*(math.sin((query.anim_time) * 90 * 20)* 10)", 0, 0], + "position": [0, "-0.2621+(math.sin((query.anim_time) * 90 * 1-30)* 0.5) ", -0.13317] + }, + "front_left_neck": { + "rotation": [0, -45, 0], + "position": [-0.31, -6, 0.65] + }, + "front_left_neck2": { + "position": [0, -5, 0] + }, + "front_left_neck3": { + "position": [0, -6, 0] + }, + "front_left_neck4": { + "position": [0, -5, 0] + }, + "front_left_neck5": { + "position": [0, -6, 0] + }, + "front_left_head": { + "position": [0, -11, 2.82843] + }, + "right_tail": { + "rotation": ["-25-(math.sin((query.anim_time) * 90 * 0.5)* 2) ", "-10+(math.sin((query.anim_time) * 90 * 0.25-60)* 2) ", 0] + }, + "right_tail2": { + "rotation": ["22.5-(math.sin((query.anim_time) * 90 * 0.5-60)* 3) ", "0+(math.sin((query.anim_time) * 90 * 0.25-120)* 2) ", 0] + }, + "right_tail3": { + "rotation": ["20-(math.sin((query.anim_time) * 90 * 0.5-120)* 4) ", "0+(math.sin((query.anim_time) * 90 * 0.25-180)* 3) ", 0] + }, + "right_tail_end": { + "rotation": ["-32.5-(math.sin((query.anim_time) * 90 * 0.5-180)* 5) ", "0+(math.sin((query.anim_time) * 90 * 0.25-240)* 4) ", 0] + }, + "front_left_right_eye": { + "rotation": [0, -17.5, 0], + "position": [1.47686, 0, 0.15035] + }, + "back_left_neck": { + "rotation": [0, -135, 0], + "position": [-0.31, -6, -0.1] + }, + "back_left_neck2": { + "position": [0, -5, 0] + }, + "back_left_neck3": { + "position": [0, -6, 0] + }, + "back_left_neck4": { + "position": [0, -5, 0] + }, + "back_left_neck5": { + "position": [0, -6, 0] + }, + "back_left_head": { + "position": [0, -11, 2.82843] + }, + "back_right_neck": { + "rotation": [0, 135, 0], + "position": [0.31, -6, -0.1] + }, + "back_right_neck2": { + "position": [0, -5, 0] + }, + "back_right_neck3": { + "position": [0, -6, 0] + }, + "back_right_neck4": { + "position": [0, -5, 0] + }, + "back_right_neck5": { + "position": [0, -6, 0] + }, + "back_right_head": { + "position": [0, -11, 2.82843] + }, + "front_left_eyelids": { + "rotation": [-247.5, 0, 0], + "position": [-0.03711, 9.28, -7.01355] + }, + "front_left_left_eyelid": { + "position": [1, 0, 0] + }, + "front_left_right_eyelid": { + "position": [-1, 0, 0] + }, + "back_right_eyelids": { + "rotation": [-247.5, 0, 0], + "position": [0.04, 9.28, -7.36] + }, + "back_right_right_eyelid": { + "position": [-1, 0, 0] + }, + "back_right_left_eyelid": { + "position": [1, 0, 0] + }, + "back_left_eyelids": { + "rotation": [-247.5, 0, 0], + "position": [-0.04, 9.28, -7.36] + }, + "back_left_left_eyelid": { + "position": [1, 0, 0] + }, + "back_left_right_eyelid": { + "position": [-1, 0, 0] + }, + "left_tail_right_leaf": { + "rotation": [0, 0, "0-(math.sin((query.anim_time) * 90 * 0.5+30)* 10) "] + }, + "left_tail_left_leaf": { + "rotation": [0, 0, "0+(math.sin((query.anim_time) * 90 * 0.5+30)* 10) "] + }, + "right_tail_left_leaf": { + "rotation": [0, 0, "-(math.sin((query.anim_time) * 90 * 0.5-30)* 10) "] + }, + "right_tail_right_leaf": { + "rotation": [0, 0, "(math.sin((query.anim_time) * 90 * 0.5-30 )* 10) "] + }, + "main_head_leaf": { + "rotation": [0, "(math.sin((query.anim_time) * 90 * 1)* 10) ", 0] + }, + "base": { + "rotation": ["(math.sin((query.anim_time) * 90 * 1)* 1) ", 0, 0], + "position": [0, "-(math.sin((query.anim_time) * 90 * 1-60)* 0.1) ", 0], + "scale": ["1+(Math.sin((query.anim_time) * 90 * 1-60)*0.05) ", 1, "1+(Math.sin((query.anim_time) * 90 * 0.5)*0.05) "] + }, + "eyes": { + "rotation": [-90, 0, 0], + "position": [0, -2, 0] + }, + "left_eye": { + "position": [-2, 0, 0] + }, + "right_eye": { + "position": [2, 0, 0] + }, + "eyelids": { + "rotation": [90, 0, 0], + "position": [0, 2, 0] + }, + "left_eyelid": { + "position": [3, 0, 0] + }, + "right_eyelid": { + "position": [-3, 0, 0] + }, + "right_drip": { + "scale": [1, "1.1+(Math.sin((query.anim_time) * 90 * 0.5)*0.2) ", 1] + }, + "left_drip": { + "scale": [1, "1.1+(Math.sin((query.anim_time) * 90 * 0.5)*0.2) ", 1] + }, + "apple": { + "rotation": ["-(math.sin((query.anim_time) * 90 * 1)* 1) ", 0, 0], + "position": [0, "(math.sin((query.anim_time) * 90 * 1-60)* 0.1) ", 0] + }, + "front_right_neck": { + "rotation": [0, 45, 0], + "position": [0.31, -6, 0.65] + }, + "front_right_neck2": { + "position": [0, -5, 0] + }, + "front_right_neck3": { + "position": [0, -6, 0] + }, + "front_right_neck4": { + "position": [0, -5, 0] + }, + "front_right_neck5": { + "position": [0, -6, 0] + }, + "front_right_head": { + "position": [0, -11, 2.82843] + }, + "front_right_eyelids": { + "rotation": [-247.5, 0, 0], + "position": [0.03711, 9.28, -7.01355] + }, + "front_right_left_eyelid": { + "position": [-1, 0, 0] + }, + "front_left_right_eyelid2": { + "position": [1, 0, 0] + } + } + }, + "animation.hydrapple.blink": { + "animation_length": 0.1667, + "bones": { + "left_eye": { + "position": { + "0.0": [-2, 0, 0], + "0.1667": {"pre": [-2, 0, 0], "post": [0, 0, 0]} + } + }, + "right_eye": { + "position": { + "0.0": [2, 0, 0], + "0.1667": {"pre": [2, 0, 0], "post": [0, 0, 0]} + } + }, + "eyes": { + "rotation": { + "0.0": [-90, 0, 0], + "0.1667": {"pre": [-90, 0, 0], "post": [0, 0, 0]} + }, + "position": { + "0.0": [0, -2, 0], + "0.1667": {"pre": [0, -2, 0], "post": [0, 0, 0]} + } + }, + "eyelids": { + "rotation": { + "0.0": [90, 0, 0], + "0.1667": {"pre": [90, 0, 0], "post": [0, 0, 0]} + }, + "position": { + "0.0": [0, 2, 0], + "0.1667": {"pre": [0, 2, 0], "post": [0, 0, 0]} + } + }, + "left_eyelid": { + "position": { + "0.0": [3, 0, 0], + "0.1667": {"pre": [3, 0, 0], "post": [0, 0, 0]} + } + }, + "right_eyelid": { + "position": { + "0.0": [-3, 0, 0], + "0.1667": {"pre": [-3, 0, 0], "post": [0, 0, 0]} + } + } + } + }, + "animation.hydrapple.blink2": { + "animation_length": 0.1667, + "bones": { + "back_left_eyelids": { + "rotation": { + "0.0": [90, 0, 0], + "0.1667": {"pre": [90, 0, 0], "post": [0, 0, 0]} + }, + "position": { + "0.0": [0, 2, 0], + "0.1667": {"pre": [0, 2, 0], "post": [0, 0, 0]} + } + }, + "back_left_left_eyelid": { + "position": { + "0.0": [2, 0, 0], + "0.1667": {"pre": [2, 0, 0], "post": [0, 0, 0]} + } + }, + "back_left_right_eyelid": { + "position": { + "0.0": [-2, 0, 0], + "0.1667": {"pre": [-2, 0, 0], "post": [0, 0, 0]} + } + }, + "back_left_eyes": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": {"pre": [0, 0, 0], "post": [1, 1, 1]} + } + } + } + }, + "animation.hydrapple.blink3": { + "animation_length": 0.1667, + "bones": { + "front_right_eyes": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": {"pre": [0, 0, 0], "post": [1, 1, 1]} + } + }, + "front_right_eyelids": { + "rotation": { + "0.0": [90, 0, 0], + "0.1667": {"pre": [90, 0, 0], "post": [0, 0, 0]} + }, + "position": { + "0.0": [0, 2, 0], + "0.1667": {"pre": [0, 2, 0], "post": [0, 0, 0]} + } + }, + "front_right_left_eyelid": { + "position": { + "0.0": [-2, 0, 0], + "0.1667": {"pre": [-2, 0, 0], "post": [0, 0, 0]} + } + }, + "front_left_right_eyelid2": { + "position": { + "0.0": [2, 0, 0], + "0.1667": {"pre": [2, 0, 0], "post": [0, 0, 0]} + } + } + } + }, + "animation.hydrapple.blink4": { + "animation_length": 0.1667, + "bones": { + "back_right_eyelids": { + "rotation": { + "0.0": [90, 0, 0], + "0.1667": {"pre": [90, 0, 0], "post": [0, 0, 0]} + }, + "position": { + "0.0": [0, 2, 0], + "0.1667": {"pre": [0, 2, 0], "post": [0, 0, 0]} + } + }, + "back_right_right_eyelid": { + "position": { + "0.0": [-2, 0, 0], + "0.1667": {"pre": [-2, 0, 0], "post": [0, 0, 0]} + } + }, + "back_right_left_eyelid": { + "position": { + "0.0": [2, 0, 0], + "0.1667": {"pre": [2, 0, 0], "post": [0, 0, 0]} + } + }, + "back_right_eyes": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": {"pre": [0, 0, 0], "post": [1, 1, 1]} + } + } + } + }, + "animation.hydrapple.cry": { + "animation_length": 2.5, + "bones": { + "neck6": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [7.5, 0, 0], + "0.2917": [-10, 0, 0], + "1.0": [-17.5, 0, 0], + "1.8333": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [15, 0, 0], + "0.1667": [25, 0, 0], + "0.375": [-47.5, 0, 0], + "0.5": [-56.68, 0, 25], + "0.75": [-75.04, 0, 0], + "1.0": [-51.73, 0, -25], + "1.25": [-46.29, 0, 0], + "1.5": [-40.86, 0, 0], + "2.0": [0, 0, 0] + } + }, + "eyes": { + "rotation": { + "0.0": [-90, 0, 0], + "0.1667": {"pre": [-90, 0, 0], "post": [0, 0, 0]} + }, + "position": { + "0.0": [0, -2, 0], + "0.1667": {"pre": [0, -2, 0], "post": [0, 0, 0]} + } + }, + "left_eye": { + "position": { + "0.0": [-2, 0, 0], + "0.1667": {"pre": [-2, 0, 0], "post": [0, 0, 0]} + } + }, + "right_eye": { + "position": { + "0.0": [2, 0, 0], + "0.1667": {"pre": [2, 0, 0], "post": [0, 0, 0]} + } + }, + "eyelids": { + "rotation": { + "0.0": [90, 0, 0], + "0.1667": {"pre": [90, 0, 0], "post": [0, 0, 0]} + }, + "position": { + "0.0": [0, 2, 0], + "0.1667": {"pre": [0, 2, 0], "post": [0, 0, 0]} + } + }, + "left_eyelid": { + "position": { + "0.0": [3, 0, 0], + "0.1667": {"pre": [3, 0, 0], "post": [0, 0, 0]} + } + }, + "right_eyelid": { + "position": { + "0.0": [-3, 0, 0], + "0.1667": {"pre": [-3, 0, 0], "post": [0, 0, 0]} + } + }, + "jaw": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [-37.5, 0, 0], + "0.1667": [-45, 0, 0], + "0.375": [12.5, 0, 0], + "0.5": [28.93, 0, 0], + "0.75": [-1.49, 0, 0], + "1.0": [13.85, 0, 0], + "1.8333": [0, 0, 0], + "2.0": [-45, 0, 0], + "2.25": [0, 0, 0] + } + }, + "tongue": { + "rotation": { + "0.2917": [0, 0, 0], + "0.375": [21, 0, 0], + "0.625": [10, 0, 0], + "0.875": [21, 0, 0], + "1.25": [0, 0, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "0.0833": [0, 0, 0], + "0.1667": [0, 0, 0], + "0.375": [1, 1, 1], + "1.8333": [1, 1, 1], + "2.0": [0, 0, 0], + "2.25": [1, 1, 1] + } + }, + "tongue2": { + "rotation": { + "0.2917": [0, 0, 0], + "0.375": [-32.5, 0, 0], + "0.5": [-21.25, 0, 0], + "0.625": [5, 0, 0], + "0.75": [-18.75, 0, 0], + "0.875": [-32.5, 0, 0], + "1.1667": [-43.75, 0, 0], + "1.4583": [0, 0, 0] + } + }, + "tongue3": { + "rotation": { + "0.2917": [0, 0, 0], + "0.375": [16.5, 0, 0], + "0.5": [5.75, 0, 0], + "0.625": [-22.5, 0, 0], + "0.75": [3.25, 0, 0], + "0.875": [16.5, 0, 0], + "1.1667": [35.75, 0, 0], + "1.4583": [0, 0, 0] + } + } + }, + "sound_effects": { + "0.375": { + "effect": "hydrapple_cry" + } + } + }, + "animation.hydrapple.blink1": { + "animation_length": 0.1667, + "bones": { + "front_left_eyes": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": {"pre": [0, 0, 0], "post": [1, 1, 1]} + } + }, + "front_left_eyelids": { + "rotation": { + "0.0": [90, 0, 0], + "0.1667": {"pre": [90, 0, 0], "post": [0, 0, 0]} + }, + "position": { + "0.0": [0, 2, 0], + "0.1667": {"pre": [0, 2, 0], "post": [0, 0, 0]} + } + }, + "front_left_left_eyelid": { + "position": { + "0.0": [2, 0, 0], + "0.1667": {"pre": [2, 0, 0], "post": [0, 0, 0]} + } + }, + "front_left_right_eyelid": { + "position": { + "0.0": [-2, 0, 0], + "0.1667": {"pre": [-2, 0, 0], "post": [0, 0, 0]} + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/indeedee/indeedee_f.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/indeedee/indeedee_f.animation.json new file mode 100644 index 0000000..f43465e --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/indeedee/indeedee_f.animation.json @@ -0,0 +1,395 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.indeedee_f.ground_idle": { + "loop": true, + "bones": { + "chest": { + "rotation": ["math.sin(query.anim_time*90*2-60)*1.5", "-math.sin(query.anim_time*90*2-30)", 0] + }, + "hips": { + "rotation": ["math.sin(query.anim_time*90*2)*1.5", "2.5+math.sin(query.anim_time*90*1)*2", 0] + }, + "tail": { + "rotation": ["-math.sin(query.anim_time*90*2+90)*3", 0, 0] + }, + "tail2": { + "rotation": ["math.sin(query.anim_time*90*2+180)*4", 0, 0] + }, + "tail3": { + "rotation": ["-math.sin(query.anim_time*90*2+270)*3", 0, 0] + }, + "arm_left": { + "rotation": ["0.131-math.sin(query.anim_time*90*2)*4", "-4.9971-math.sin(query.anim_time*90*2-90)*2", 44.9966] + }, + "elbow_left": { + "rotation": [0.17855, "13.8462+math.sin(query.anim_time*90*2)*4", -20.5244] + }, + "pointer_left": { + "rotation": [0, 0, "22.5-math.sin(query.anim_time*90*2-60)*4"] + }, + "middle_left": { + "rotation": [0, 0, "15-math.sin(query.anim_time*90*2)*4"] + }, + "ring_left": { + "rotation": [0, 0, "5-math.sin(query.anim_time*90*2-120)*4"] + }, + "arm_right": { + "rotation": ["0.131-math.sin(query.anim_time*90*2)*4", "4.9971+math.sin(query.anim_time*90*2-90)*2", -44.99657] + }, + "elbow_right": { + "rotation": [0.17855, "-13.8462-math.sin(query.anim_time*90*2)*4", 20.5244] + }, + "pointer_right": { + "rotation": [0, 0, "-22.5+math.sin(query.anim_time*90*2-60)*4"] + }, + "middle_right": { + "rotation": [0, 0, "-15+math.sin(query.anim_time*90*2)*4"] + }, + "ring_right": { + "rotation": [0, 0, "-5-math.sin(query.anim_time*90*2-120)*4"] + }, + "head": { + "rotation": ["-math.sin(query.anim_time*90*2-30)*3", "-2.5-math.sin(query.anim_time*90*1-30)*2", 0] + }, + "leg_left": { + "rotation": [0, 7.5, 0] + }, + "leg_right": { + "rotation": [0, -5, 0] + } + } + }, + "animation.indeedee_f.battle_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "body": { + "rotation": [0, 40, 0] + }, + "hips": { + "rotation": [0, "-2.5+math.sin(query.anim_time*90*2)*2", 0] + }, + "tail": { + "rotation": ["-math.sin(query.anim_time*90*2+90)*1", "-math.sin(query.anim_time*90*2+90)*3", "math.sin(query.anim_time*90*2+90)*4"] + }, + "tail2": { + "rotation": ["math.sin(query.anim_time*90*2+180)*3", 0, "-math.sin(query.anim_time*90*2+180)*5"] + }, + "tail3": { + "rotation": ["-math.sin(query.anim_time*90*2+270)*4", 0, 0] + }, + "torso": { + "rotation": [0, "-5-math.sin(query.anim_time*90*2+90)*3", 0] + }, + "arm_left": { + "rotation": ["-126.9967+math.sin(query.anim_time*90*2+180)*4", 21.63506, "57.1874+math.sin(query.anim_time*90*2+180)*2.5"], + "position": [-0.1, 0, 0] + }, + "elbow_left": { + "rotation": [-1.36092, "-17.3827+math.sin(query.anim_time*90*2+270)*4.5", "100.3228-math.sin(query.anim_time*90*2+270)*3"] + }, + "wrist_left": { + "rotation": [0, 0, "12.5+math.sin(query.anim_time*90*2+360)*2"] + }, + "pointer_left": { + "rotation": [1.30962, 7.38542, 10.08453] + }, + "ring_left": { + "rotation": [0.55404, -12.48791, -2.56062] + }, + "arm_right": { + "rotation": [-118.34077, "-29.4987+math.sin(query.anim_time*90*2+180)*3", -42.39409] + }, + "elbow_right": { + "rotation": [18.20743, "-8.5759-math.sin(query.anim_time*90*2+270)*3", "-28.6214+math.sin(query.anim_time*90*2+270)*2"] + }, + "wrist_right": { + "rotation": [0, 0, "-10-math.sin(query.anim_time*90*2+360)*4"] + }, + "hand_right": { + "rotation": [0, 0, "-2.5+math.sin(query.anim_time*90*2+90)*3"] + }, + "pointer_right": { + "rotation": [0, -7.5, "-5+math.sin(query.anim_time*90*2+180)*3"] + }, + "middle_right": { + "rotation": [0, 0, "0+math.sin(query.anim_time*90*2+180)*3"] + }, + "ring_right": { + "rotation": [0.43688, 4.98093, "5.019+math.sin(query.anim_time*90*2+180)*3"], + "position": [0.25, 0, 0] + }, + "head": { + "rotation": [-0.84512, "-29.964+math.sin(query.anim_time*90*2+90)*3", "-2.875-math.sin(query.anim_time*90*2+270)*1"] + }, + "leg_left": { + "rotation": [0, 2.5, 0] + }, + "knee_left": { + "rotation": [0, 5, 0] + }, + "leg_right": { + "rotation": [0, -2.5, 0] + }, + "knee_right": { + "rotation": [0, -5, 0] + } + } + }, + "animation.indeedee_f.blink": { + "animation_length": 0.1667, + "bones": { + "eyelid_left": { + "position": { + "0.0": [0, 0, -0.1], + "0.1667": { + "pre": [0, 0, -0.1], + "post": [0, 0, 0] + } + } + }, + "eyelid_right": { + "position": { + "0.0": [0, 0, -0.1], + "0.1667": { + "pre": [0, 0, -0.1], + "post": [0, 0, 0] + } + } + } + } + }, + "animation.indeedee_f.ground_walk": { + "loop": true, + "animation_length": 2, + "bones": { + "chest": { + "rotation": [0, "math.sin(query.anim_time*90*2-75)*12", "math.sin(query.anim_time*90*2)*2"] + }, + "hips": { + "rotation": [0, "math.sin(query.anim_time*90*2+120)*8", "-math.sin(query.anim_time*90*2+120)*2"] + }, + "tail": { + "rotation": ["math.sin(query.anim_time*90*4+120)*3", 0, "math.sin(query.anim_time*90*2+120)*4"] + }, + "tail2": { + "rotation": ["math.sin(query.anim_time*90*4+60)*4", 0, "math.sin(query.anim_time*90*2+60)*4"] + }, + "tail3": { + "rotation": ["math.sin(query.anim_time*90*4)*4", 0, 0] + }, + "torso": { + "rotation": [0, 0, "-math.sin(query.anim_time*90*2)*2"] + }, + "arm_left": { + "rotation": ["0.2344-math.sin(query.anim_time*90*2+90)*12", "-4.4754+math.sin(query.anim_time*90*2)*12", 44.93673] + }, + "elbow_left": { + "rotation": [3.53027, "14.1499+math.sin(query.anim_time*90*2-90)*6", -14.97311] + }, + "pointer_left": { + "rotation": [0, 0, "22.5+math.sin(query.anim_time*90*2-60)*4"] + }, + "middle_left": { + "rotation": [0, 0, "15+math.sin(query.anim_time*90*2)*4"] + }, + "ring_left": { + "rotation": [0, 0, "5-math.sin(query.anim_time*90*2-120)*4"] + }, + "arm_right": { + "rotation": ["0.2344-math.sin(query.anim_time*90*2+90)*12", "4.4754+math.sin(query.anim_time*90*2)*12", -44.93772] + }, + "elbow_right": { + "rotation": [-0.81528, "-13.3861+math.sin(query.anim_time*90*2-90)*6", 16.01135] + }, + "pointer_right": { + "rotation": [0, 0, "-22.5+math.sin(query.anim_time*90*2-60)*4"] + }, + "middle_right": { + "rotation": [0, 0, "-15+math.sin(query.anim_time*90*2)*4"] + }, + "ring_right": { + "rotation": [0, 0, "-5-math.sin(query.anim_time*90*2-120)*4"] + }, + "head": { + "rotation": [0, "math.sin(query.anim_time*90*2-60)*5", "-math.sin(query.anim_time*90*2-60)"] + }, + "leg_left": { + "rotation": { + "0.0": [-10.56062, 4.68305, -1.16616], + "0.5": { + "pre": [-1.56737, 4.84799, 0.39177], + "post": [-1.56737, 4.84799, 0.39177], + "lerp_mode": "catmullrom" + }, + "1.0": [11.92118, 2.14721, 1.53688], + "1.2083": [19.4348, 4.24113, 3.31147], + "1.5": { + "pre": [4.42971, 4.82198, 1.43659], + "post": [4.42971, 4.82198, 1.43659], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-15.55256, 4.48696, -2.01441], + "lerp_mode": "catmullrom" + }, + "2.0": [-10.56062, 4.68305, -1.16616] + }, + "position": { + "0.0": [0, -0.25, -2], + "0.5": [0, -0.37, -0.25], + "1.0": [0, -0.25, 1.5], + "1.2083": { + "pre": [0, 0.5, 0.75], + "post": [0, 0.5, 0.75], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 1, 0], + "1.8333": { + "pre": [0, 1.25, -1.7], + "post": [0, 1.25, -1.7], + "lerp_mode": "catmullrom" + }, + "2.0": [0, -0.25, -2] + } + }, + "knee_left": { + "rotation": { + "0.0": { + "post": [6.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [2, 0, 0], + "1.0": [-8.5, 0, 0], + "1.5": [9, 0, 0], + "2.0": { + "pre": [6.5, 0, 0], + "post": [6.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [0, -0.25, 0], + "1.0": [0, 0.25, 0], + "1.5": [0, 0, 0], + "2.0": { + "pre": [0, -0.25, 0], + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left": { + "rotation": { + "0.0": [3.09, 0, 0], + "0.5": [0, 0, 0], + "1.0": [-3, 0, 0], + "1.5": [6.17, 0, 0], + "2.0": [3.09, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [0, 0.5, 0], + "1.0": [0, 0, 0], + "1.5": [0, 0.5, 0], + "2.0": { + "pre": [0, 0.5, 0], + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": { + "0.0": [11.92118, 2.14721, 1.53688], + "0.2083": [19.4348, 4.24113, 3.31147], + "0.5": { + "pre": [4.42971, 4.82198, 1.43659], + "post": [4.42971, 4.82198, 1.43659], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-15.55256, 4.48696, -2.01441], + "lerp_mode": "catmullrom" + }, + "1.0": [-10.56062, 4.68305, -1.16616], + "1.5": { + "pre": [-1.56737, 4.84799, 0.39177], + "post": [-1.56737, 4.84799, 0.39177], + "lerp_mode": "catmullrom" + }, + "2.0": [11.92118, 2.14721, 1.53688] + }, + "position": { + "0.0": [0, -0.25, 1.5], + "0.2083": { + "pre": [0, 0.5, 0.75], + "post": [0, 0.5, 0.75], + "lerp_mode": "catmullrom" + }, + "0.5": [0, 1, 0], + "0.8333": { + "pre": [0, 1.25, -1.7], + "post": [0, 1.25, -1.7], + "lerp_mode": "catmullrom" + }, + "1.0": [0, -0.25, -2], + "1.5": [0, -0.37, -0.25], + "2.0": [0, -0.25, 1.5] + } + }, + "knee_right": { + "rotation": { + "0.0": [-8.5, 0, 0], + "0.5": [9, 0, 0], + "1.0": { + "pre": [6.5, 0, 0], + "post": [6.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [2, 0, 0], + "2.0": [-8.5, 0, 0] + }, + "position": { + "0.0": [0, 0.25, 0], + "0.5": [0, 0, 0], + "1.0": { + "pre": [0, -0.25, 0], + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, -0.25, 0], + "2.0": [0, 0.25, 0] + } + }, + "foot_right": { + "rotation": { + "0.0": [-3, 0, 0], + "0.5": [6.17, 0, 0], + "1.5": [0, 0, 0], + "2.0": [-3, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0.5, 0], + "1.0": { + "pre": [0, 0.5, 0], + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0.5, 0], + "2.0": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/indeedee/indeedee_m.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/indeedee/indeedee_m.animation.json new file mode 100644 index 0000000..116a74d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/indeedee/indeedee_m.animation.json @@ -0,0 +1,991 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.indeedee_m.ground_idle": { + "loop": true, + "bones": { + "leg_left": { + "rotation": [0, -2.5, 0] + }, + "leg_right": { + "rotation": [0, 5, 0] + }, + "arm_left": { + "rotation": ["0.2617-math.sin(query.anim_time*90*2)*4", "-4.9885-math.sin(query.anim_time*90*2-90)*2", 42.4932] + }, + "elbow_left": { + "rotation": [7.17799, "11.8729+math.sin(query.anim_time*90*2)*4", 10.20128] + }, + "pointer_left": { + "rotation": [0, 0, "22.5-math.sin(query.anim_time*90*2-60)*4"] + }, + "middle_left": { + "rotation": [0, 0, "15-math.sin(query.anim_time*90*2)*4"] + }, + "arm_right": { + "rotation": ["0.2617-math.sin(query.anim_time*90*2)*4", "4.9885+math.sin(query.anim_time*90*2-90)*2", -42.49317] + }, + "elbow_right": { + "rotation": [7.17799, "-11.8729-math.sin(query.anim_time*90*2)*4", -10.20128] + }, + "pointer_right": { + "rotation": [0, 0, "-22.5+math.sin(query.anim_time*90*2-60)*4"] + }, + "middle_right": { + "rotation": [0, 0, "-15+math.sin(query.anim_time*90*2)*4"] + }, + "hips": { + "rotation": ["math.sin(query.anim_time*90*2)*1.5", "2.5+math.sin(query.anim_time*90*1)*2", 0] + }, + "chest": { + "rotation": ["math.sin(query.anim_time*90*2-60)*1.5", "-math.sin(query.anim_time*90*2-30)", 0] + }, + "head": { + "rotation": ["-math.sin(query.anim_time*90*2-30)*3", "-2.5-math.sin(query.anim_time*90*1-30)*2", 0] + }, + "tail": { + "rotation": ["-math.sin(query.anim_time*90*2+90)*3", 0, 0] + }, + "tail2": { + "rotation": ["math.sin(query.anim_time*90*2+180)*4", 0, 0] + }, + "tail3": { + "rotation": ["-math.sin(query.anim_time*90*2+270)*3", 0, 0] + }, + "ring_left": { + "rotation": [0, 0, "5-math.sin(query.anim_time*90*2-120)*4"] + }, + "ring_right": { + "rotation": [0, 0, "-5-math.sin(query.anim_time*90*2-120)*4"] + } + } + }, + "animation.indeedee_m.battle_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "body": { + "rotation": [0, -17.5, 0], + "position": [0, -0.15, 0] + }, + "hips": { + "rotation": ["math.sin(query.anim_time*90*2)*0.75", "2.5+math.sin(query.anim_time*90*2)*0.25", 0] + }, + "leg_left": { + "rotation": [-5, -5, 0], + "position": [0, -0.075, 0] + }, + "knee_left": { + "rotation": [7.76435, 14.86718, 1.02579] + }, + "leg_right": { + "rotation": [-2.5, 7.5, 0] + }, + "knee_right": { + "rotation": [5.26605, -14.91053, -1.03091] + }, + "torso": { + "rotation": ["math.sin(query.anim_time*90*2+180)*0.5", 5, 0] + }, + "chest": { + "rotation": ["math.sin(query.anim_time*90*2+270)*1", 5, 0] + }, + "head": { + "rotation": ["5-math.sin(query.anim_time*90*2+270)*1", "-7.5+math.sin(query.anim_time*90*2+90)*1", 0] + }, + "arm_left": { + "rotation": [-123.6249, "3.1565+math.sin(query.anim_time*90*2+360)*2", "43.3559-math.sin(query.anim_time*90*2+360)*1"] + }, + "elbow_left": { + "rotation": [29.68051, "28.9532+math.sin(query.anim_time*90*2+90)*2", "55.6892+math.sin(query.anim_time*90*2+90)*1"] + }, + "wrist_left": { + "rotation": [0, 0, "7.5+math.sin(query.anim_time*90*2+180)*2"] + }, + "pointer_left": { + "rotation": [7.6734, "26.4883-math.sin(query.anim_time*90*2+270)*3", 16.80857] + }, + "middle_left": { + "rotation": [0, -10, "7.5+math.sin(query.anim_time*90*2+270)*1"] + }, + "ring_left": { + "rotation": [0, "-32.5+math.sin(query.anim_time*90*2+270)*2", 0], + "position": [-0.25, 0, 0] + }, + "arm_right": { + "rotation": [27.83993, "9.8713-math.sin(query.anim_time*90*2+270)*3", -41.70108] + }, + "elbow_right": { + "rotation": [-39.45363, "-57.383+math.sin(query.anim_time*90*2+360)*3", 33.32581] + }, + "wrist_right": { + "rotation": [0, 0, "-10-math.sin(query.anim_time*90*2+90)*4"] + }, + "pointer_right": { + "rotation": [0, -17.5, "-math.sin(query.anim_time*90*2+180)*1"] + }, + "middle_right": { + "rotation": [0, 0, "-12.5-math.sin(query.anim_time*90*2+180)*3"] + }, + "ring_right": { + "rotation": [-10, 22.5, "-30-math.sin(query.anim_time*90*2+180)*1"], + "position": [0, -0.05, 0] + }, + "foot_left": { + "rotation": [-2.5, 0, 0] + }, + "foot_right": { + "rotation": [-2.5, 0, 0] + }, + "tail": { + "rotation": ["-math.sin(query.anim_time*90*2+90)*3", 0, 0] + }, + "tail2": { + "rotation": ["math.sin(query.anim_time*90*2+180)*4", 0, 0] + }, + "tail3": { + "rotation": ["-math.sin(query.anim_time*90*2+270)*3", 0, 0] + } + } + }, + "animation.indeedee_m.physical": { + "loop": true, + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": [0, -17.5, 0], + "3.0": [0, -17.5, 0] + }, + "position": { + "0.0": [0, -0.15, 0], + "3.0": [0, -0.15, 0] + } + }, + "hips": { + "rotation": { + "0.0": [0, 2.5, 0], + "0.2917": { + "pre": [-0.65963, 17.49556, 1.56679], + "post": [-0.65963, 17.49556, 1.56679], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-1, 19.91, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-0.19268, 15.97886, 3.12021], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0.17342, 3.9656, 2.506], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, -10, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [2.5539, -20.9966, -0.16342], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [1.30448, -21.49596, 4.42703], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0.31065, -14.44287, 5.52043], + "lerp_mode": "catmullrom" + }, + "2.25": [0.09467, -2.25758, 0.6754], + "2.5": { + "pre": [0, 2.5, 0], + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": [0, 2.5, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.2917": { + "pre": [0, 0, 0.3], + "post": [0, 0, 0.3], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 0.55], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "2.5": [0, 0, 0], + "3.0": [0, 0, 0] + } + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [-5, -5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-4.98558, 2.47162, -0.65242], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5.1016, -12.47096, 0.66757], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-5, -5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "knee_left": { + "rotation": { + "0.0": { + "post": [7.76435, 14.86718, 1.02579], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [7.56687, 7.43401, 0.00682], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [8.11308, 22.29554, 2.11784], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.76435, 14.86718, 1.02579], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0.075, 0, 0], + "1.0": [-0.095, 0, 0.025], + "3.0": [0, 0, 0] + } + }, + "leg_right": { + "rotation": { + "0.0": [-2.5, 7.5, 0], + "0.3333": [4.37665, 37.46593, -1.57457], + "0.5": [6.87665, 37.46593, -1.57457], + "0.6667": [6.87665, 37.46593, -1.57457], + "0.9583": [-10.30216, 19.98532, -0.67827], + "1.0833": [-2.48097, 2.50472, 0.21803], + "1.5833": [-2.48097, 2.50472, 0.21803], + "2.25": [-2.5, 7.5, 0], + "3.0": [-2.5, 7.5, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.2083": { + "pre": [0, 0.5, 0.25], + "post": [0, 0.5, 0.25], + "lerp_mode": "catmullrom" + }, + "0.3333": [0, 0, 1], + "0.5": [0, 0, 1], + "0.6667": [0, 0, 1], + "0.9583": [0, 1, -0.22], + "1.0833": [0, 0, -1], + "1.5833": [0, 0, -1], + "2.0": { + "pre": [0, 1, -0.48], + "post": [0, 1, -0.48], + "lerp_mode": "catmullrom" + }, + "2.25": [0, 0, 0], + "3.0": [0, 0, 0] + } + }, + "knee_right": { + "rotation": { + "0.0": [5.26605, -14.91053, -1.03091], + "0.3333": [-3.29106, -14.71766, 3.10187], + "0.5": [-5.79106, -14.71766, 3.10187], + "0.6667": [-5.79106, -14.71766, 3.10187], + "0.9583": [7.23749, -14.81409, 1.03548], + "1.0833": [5.26605, -14.91053, -1.03091], + "1.25": [5.26605, -14.91053, -1.03091], + "3.0": [5.26605, -14.91053, -1.03091] + }, + "position": { + "0.0": [0, 0, 0], + "0.3333": [0, 0.1, 0], + "0.5": [0, 0.15, 0], + "0.6667": [0, 0.15, 0], + "1.0833": [0, 0, 0], + "1.25": [0, 0, 0], + "3.0": [0, 0, 0] + } + }, + "torso": { + "rotation": [0, 5, 0] + }, + "chest": { + "rotation": { + "0.0": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-3.28795, 17.48281, -2.62116], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-8.29971, 18.79634, -0.25532], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-8.74193, 25.43925, -3.58348], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-5.18384, 24.9803, -0.48015], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [5.05766, 9.98078, 0.44192], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [10.0795, -7.37603, -1.5268], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [10.20363, -11.97587, -2.3444], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "1.375": [0, -0.45, 0], + "3.0": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [5, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [4.06238, -12.49034, -0.47047], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [7.63142, -12.50885, -2.09395], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [5.44165, 6.11882, -2.14595], + "lerp_mode": "catmullrom" + }, + "2.0833": [0.84345, 19.089, -3.64286], + "2.4167": { + "pre": [3.11, 4.59, -1.76], + "post": [3.11, 4.59, -1.76], + "lerp_mode": "catmullrom" + }, + "3.0": [5, -7.5, 0] + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [-123.6249, 3.1565, 43.3559], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-126.77446, 10.49325, 36.98521], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-125.45731, 17.60944, 33.2945], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-93.21313, -16.10384, 38.93818], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-93.92555, -26.28889, 40.1067], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-97.67422, -36.47954, 42.34128], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-123.6249, 3.1565, 43.3559], + "lerp_mode": "catmullrom" + } + } + }, + "elbow_left": { + "rotation": { + "0.0": { + "post": [29.68051, 28.9532, 55.6892], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [48.03906, -7.01553, 62.47298], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [73.62857, -15.4278, 72.03158], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [87.8795, -6.15196, 32.75208], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [64.37443, -6.92076, -1.6893], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [29.68051, 28.9532, 55.6892], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "1.3333": [0, 0, -0.5], + "3.0": [0, 0, 0] + } + }, + "wrist_left": { + "rotation": { + "0.0": [0, 0, 7.5], + "1.0417": [0, 0, 22.5], + "3.0": [0, 0, 7.5] + } + }, + "pointer_left": { + "rotation": { + "0.0": [7.6734, 26.4883, 16.80857], + "3.0": [7.6734, 26.4883, 16.80857] + } + }, + "middle_left": { + "rotation": { + "0.0": [0, -10, 7.5], + "3.0": [0, -10, 7.5] + } + }, + "ring_left": { + "rotation": { + "0.0": [0, -32.5, 0], + "3.0": [0, -32.5, 0] + }, + "position": { + "0.0": [-0.25, 0, 0], + "3.0": [-0.25, 0, 0] + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [27.83993, 9.8713, -41.70108], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [29.9934, 23.02098, -34.15474], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-10.87837, 47.14484, -47.3243], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-12.76626, 54.48718, -49.75477], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [5.02286, -42.24716, -16.61244], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [17.29726, -74.17255, -28.35193], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [33.927, -56.78646, -48.96249], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [36.80676, -42.38153, -54.18079], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [27.83993, 9.8713, -41.70108], + "lerp_mode": "catmullrom" + } + } + }, + "elbow_right": { + "rotation": { + "0.0": { + "post": [-39.45363, -57.383, 33.32581], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-31.81426, -33.70681, 12.67232], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-43.95776, -25.07216, 6.87185], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-33.79834, -17.70396, -0.39705], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-40.35868, -19.30988, 25.34423], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-18.86571, -39.8447, 24.3565], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-37.83799, -58.92187, 37.58487], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-39.45363, -57.383, 33.32581], + "lerp_mode": "catmullrom" + } + } + }, + "wrist_right": { + "rotation": { + "0.0": [0, 0, -10], + "0.2917": [0, 0, -20.15], + "0.9583": [0, 0, -31.6], + "1.1667": [0, 0, -2.05], + "1.25": [0, 0, -2.73], + "3.0": [0, 0, -10] + } + }, + "pointer_right": { + "rotation": { + "0.0": [0, -17.5, 0], + "3.0": [0, -17.5, 0] + } + }, + "middle_right": { + "rotation": { + "0.0": [0, 0, -12.5], + "3.0": [0, 0, -12.5] + } + }, + "ring_right": { + "rotation": { + "0.0": [-10, 22.5, -30], + "3.0": [-10, 22.5, -30] + }, + "position": { + "0.0": [0, -0.05, 0], + "3.0": [0, -0.05, 0] + } + }, + "foot_left": { + "rotation": { + "0.0": [-2.5, 0, 0], + "3.0": [-2.5, 0, 0] + } + }, + "foot_right": { + "rotation": { + "0.0": [-2.5, 0, 0], + "0.2083": { + "pre": [-10, 0, 0], + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": [-2.5, 0, 0], + "0.6667": [-2.5, 0, 0], + "0.9583": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": [-2.5, 0, 0], + "1.6667": [-2.5, 0, 0], + "1.7917": { + "pre": [4.64, 0, 0], + "post": [4.64, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": [-2.5, 0, 0], + "3.0": [-2.5, 0, 0] + }, + "position": { + "0.6667": [0, 0, 0], + "0.9583": { + "pre": [0, 0.5, 0], + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": [0, 0, 0], + "1.6667": [0, 0, 0], + "1.7917": { + "pre": [0, 0.25, 0], + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": [0, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [0, 0, 0], + "3.0": [0, 0, 0] + } + }, + "tail2": { + "rotation": { + "0.0": [0, 0, 0], + "3.0": [0, 0, 0] + } + }, + "tail3": { + "rotation": { + "0.0": [0, 0, 0], + "3.0": [0, 0, 0] + } + }, + "pupil_left": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0.05, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-0.25, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-0.15, 0.15, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "pupil_right": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-0.15, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-0.05, 0.05, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.indeedee_m.blink": { + "animation_length": 0.1667, + "bones": { + "eyelid_left": { + "position": { + "0.0": [0, 0, -0.1], + "0.1667": { + "pre": [0, 0, -0.1], + "post": [0, 0, 0] + } + } + }, + "eyelid_right": { + "position": { + "0.0": [0, 0, -0.1], + "0.1667": { + "pre": [0, 0, -0.1], + "post": [0, 0, 0] + } + } + } + } + }, + "animation.indeedee_m.ground_walk": { + "loop": true, + "animation_length": 2, + "bones": { + "leg_left": { + "rotation": { + "0.0": [-10.56808, -5.14828, 0.66501], + "0.5": { + "pre": [-1.56808, -5.14828, 0.66501], + "post": [-1.56808, -5.14828, 0.66501], + "lerp_mode": "catmullrom" + }, + "1.0": [11.96247, -5.19092, -0.0145], + "1.2083": [19.46247, -5.19092, -0.0145], + "1.5": { + "pre": [4.43192, -5.14828, 0.66501], + "post": [4.43192, -5.14828, 0.66501], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-15.56808, -5.14828, 0.66501], + "lerp_mode": "catmullrom" + }, + "2.0": [-10.56808, -5.14828, 0.66501] + }, + "position": { + "0.0": [0, 0, -2], + "1.0": [0, 0, 1.5], + "1.2083": { + "pre": [0, 0.5, 0.75], + "post": [0, 0.5, 0.75], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 1, 0], + "1.8333": { + "pre": [0, 1.25, -1.7], + "post": [0, 1.25, -1.7], + "lerp_mode": "catmullrom" + }, + "2.0": [0, 0, -2] + } + }, + "knee_left": { + "rotation": { + "0.0": { + "post": [6.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [2, 0, 0], + "1.0": [-8.5, 0, 0], + "1.5": [9, 0, 0], + "2.0": { + "pre": [6.5, 0, 0], + "post": [6.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [0, -0.5, 0], + "1.0": [0, 0, 0], + "1.5": [0, 0, 0], + "2.0": { + "pre": [0, -0.5, 0], + "post": [0, -0.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left": { + "rotation": { + "0.0": [3.09, 0, 0], + "0.5": [0, 0, 0], + "1.0": [-3, 0, 0], + "1.5": [6.17, 0, 0], + "2.0": [3.09, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [0, 0.5, 0], + "1.0": [0, 0, 0], + "1.5": [0, 0.5, 0], + "2.0": { + "pre": [0, 0.5, 0], + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": { + "0.0": [11.96247, 5.19092, 0.0145], + "0.2083": [19.46247, 5.19092, 0.0145], + "0.5": { + "pre": [4.43192, 5.14828, -0.66501], + "post": [4.43192, 5.14828, -0.66501], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-15.56808, 5.14828, -0.66501], + "lerp_mode": "catmullrom" + }, + "1.0": [-10.56808, 5.14828, -0.66501], + "1.5": { + "pre": [-1.56808, 5.14828, -0.66501], + "post": [-1.56808, 5.14828, -0.66501], + "lerp_mode": "catmullrom" + }, + "2.0": [11.96247, 5.19092, 0.0145] + }, + "position": { + "0.0": [0, 0, 1.5], + "0.2083": { + "pre": [0, 0.5, 0.75], + "post": [0, 0.5, 0.75], + "lerp_mode": "catmullrom" + }, + "0.5": [0, 1, 0], + "0.8333": { + "pre": [0, 1.25, -1.7], + "post": [0, 1.25, -1.7], + "lerp_mode": "catmullrom" + }, + "1.0": [0, 0, -2], + "2.0": [0, 0, 1.5] + } + }, + "knee_right": { + "rotation": { + "0.0": [-8.5, 0, 0], + "0.5": [9, 0, 0], + "1.0": { + "pre": [6.5, 0, 0], + "post": [6.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [2, 0, 0], + "2.0": [-8.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "1.0": { + "pre": [0, -0.5, 0], + "post": [0, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, -0.5, 0], + "2.0": [0, 0, 0] + } + }, + "foot_right": { + "rotation": { + "0.0": [-3, 0, 0], + "0.5": [6.17, 0, 0], + "1.5": [0, 0, 0], + "2.0": [-3, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0.5, 0], + "1.0": { + "pre": [0, 0.5, 0], + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0.5, 0], + "2.0": [0, 0, 0] + } + }, + "hips": { + "rotation": [0, "math.sin(query.anim_time*90*2+120)*8", "-math.sin(query.anim_time*90*2+120)*2"] + }, + "torso": { + "rotation": [0, 0, "-math.sin(query.anim_time*90*2)*2"] + }, + "tail": { + "rotation": ["math.sin(query.anim_time*90*4+120)*3", 0, "math.sin(query.anim_time*90*2+120)*4"] + }, + "tail2": { + "rotation": ["math.sin(query.anim_time*90*4+60)*4", 0, "math.sin(query.anim_time*90*2+60)*4"] + }, + "tail3": { + "rotation": ["math.sin(query.anim_time*90*4)*4", 0, 0] + }, + "chest": { + "rotation": [0, "math.sin(query.anim_time*90*2-75)*12", "math.sin(query.anim_time*90*2)*2"] + }, + "head": { + "rotation": [0, "-math.sin(query.anim_time*90*2-120)*5", "-math.sin(query.anim_time*90*2)*2"] + }, + "arm_left": { + "rotation": ["0.4369-math.sin(query.anim_time*90*2+90)*12", "-4.9809+math.sin(query.anim_time*90*2)*12", 42.48] + }, + "elbow_left": { + "rotation": [6.11, "12.4517+math.sin(query.anim_time*90*2-90)*6", 5.12] + }, + "pointer_left": { + "rotation": [0, 0, "22.5+math.sin(query.anim_time*90*2-60)*4"] + }, + "middle_left": { + "rotation": [0, 0, "15+math.sin(query.anim_time*90*2)*4"] + }, + "ring_left": { + "rotation": [0, 0, "5-math.sin(query.anim_time*90*2-120)*4"] + }, + "arm_right": { + "rotation": ["0.4369-math.sin(query.anim_time*90*2+90)*12", "4.9809+math.sin(query.anim_time*90*2)*12", -42.481] + }, + "elbow_right": { + "rotation": [6.10693, "-12.4517+math.sin(query.anim_time*90*2-90)*6", -5.12076] + }, + "pointer_right": { + "rotation": [0, 0, "-22.5+math.sin(query.anim_time*90*2-60)*4"] + }, + "middle_right": { + "rotation": [0, 0, "-15+math.sin(query.anim_time*90*2)*4"] + }, + "ring_right": { + "rotation": [0, 0, "-5-math.sin(query.anim_time*90*2-120)*4"] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ironbundle/ironbundle.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ironbundle/ironbundle.animation.json new file mode 100644 index 0000000..f0b0a95 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ironbundle/ironbundle.animation.json @@ -0,0 +1,4070 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.ironbundle.pose": { + "loop": true, + "animation_length": 5.125, + "bones": { + "LeftArm": { + "rotation": [-7.5, 0, 55] + }, + "RightArm": { + "rotation": [-10, 0, -2.5] + }, + "Tail1": { + "rotation": [19.30857, 26.48829, 7.6734] + }, + "Tail2": { + "rotation": [10, -7.5, 0] + }, + "Tail3": { + "rotation": [2.68789, -27.48982, -0.48922] + }, + "Tail4": { + "rotation": [-8.05689, -32.43127, 1.15661] + }, + "Tail5": { + "rotation": [-9.42205, -37.12482, 5.71946] + }, + "Tail6": { + "rotation": [-9.0127, -42.34755, 2.61988] + }, + "Tail7": { + "rotation": [2.5, -20, 0] + }, + "Tail8": { + "rotation": [10, -27.5, 0] + }, + "Tail9": { + "rotation": [10, 0, 0] + }, + "Bundle": { + "rotation": [0, 0, -12.5] + }, + "RightFoot": { + "rotation": [0, 22.5, 0] + }, + "LeftFoot": { + "rotation": [0, -20, 0] + }, + "head_nonmoving": { + "position": [0, -5, 0] + }, + "neck1": { + "position": [0, -1.75, 0] + }, + "neck3": { + "position": [0, -4, 0] + }, + "neck4": { + "position": [0, -5, 0] + }, + "sleep_bundle": { + "scale": 0 + }, + "head": { + "position": [0, -5, 0] + } + } + }, + "animation.ironbundle.ground_idle": { + "loop": true, + "animation_length": 3, + "bones": { + "LeftArm": { + "rotation": { + "0.0": [0, 0, 60], + "0.7083": [0, 0, 60], + "0.75": [0, 0, 55], + "0.7917": [0, 0, 60], + "0.875": [0, 0, 60], + "0.9167": [0, 0, 55], + "0.9583": [0, 0, 60] + }, + "position": [0.25, 0.25, 0] + }, + "RightArm": { + "rotation": { + "0.0": [0, 0, -60], + "0.7083": [0, 0, -60.28], + "0.75": [0, 0, -55], + "0.7917": [0, 0, -60], + "0.875": [0, 0, -60.28], + "0.9167": [0, 0, -55], + "0.9583": [0, 0, -60] + }, + "position": [-0.25, 0.5, 0] + }, + "Tail1": { + "position": [0, 2.25, -0.75] + }, + "Tail2": { + "position": [0, 0, -5] + }, + "Tail3": { + "position": [0, 0, -5] + }, + "Tail4": { + "position": [0, 0, -5] + }, + "Tail5": { + "position": [0, 0, -5] + }, + "Tail6": { + "position": [0, 0, -5] + }, + "Tail7": { + "position": [0, 0, -5] + }, + "Tail8": { + "position": [0, 0, -5] + }, + "Tail9": { + "position": [0, 0, -5] + }, + "Bundle": { + "rotation": [5, 0, 0], + "position": [0, 0, -3] + }, + "neck1": { + "rotation": { + "0.0": [0, 0, 0], + "1.25": [0, 0, 0], + "1.2917": [0, -2.5, 0], + "1.3333": [0, 0, 0] + }, + "position": [0, -4, 0] + }, + "neck2": { + "position": [0, -4, 0] + }, + "neck3": { + "position": [0, -4, 0] + }, + "neck4": { + "position": [0, -4, 0] + }, + "RightFoot": { + "rotation": [0, 25, 0] + }, + "LeftFoot": { + "rotation": [0, -25, 0] + }, + "up_light1": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.2", 0, "0-math.sin((query.anim_time)*120)*0.2"] + }, + "up_light2": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.2", 0, "0-math.sin((query.anim_time+0.5)*120)*0.2"] + }, + "up_light3": { + "position": ["0-math.sin((query.anim_time-0.9)*120)*0.2", 0, "0-math.sin((query.anim_time+0.3)*120)*0.2"] + }, + "up_light4": { + "position": ["0-math.sin((query.anim_time-0.8)*120)*0.2", 0, "0-math.sin((query.anim_time-0.3)*120)*0.2"] + }, + "up_light5": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.2", 0, "0-math.sin((query.anim_time+0.8)*120)*0.2"] + }, + "up_light6": { + "position": ["0-math.sin((query.anim_time+0.1)*120)*0.2", 0, "0-math.sin((query.anim_time+0.7)*120)*0.2"] + }, + "up_light7": { + "position": ["0-math.sin((query.anim_time-0.5)*120)*0.2", 0, "00-math.sin((query.anim_time)*120)*0.2"] + }, + "up_light8": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.2", 0, "00-math.sin((query.anim_time+0.6)*120)*0.2"] + }, + "up_light9": { + "position": ["0-math.sin((query.anim_time+0.5)*120)*0.2", 0, "0-math.sin((query.anim_time-0.2)*120)*0.2"] + }, + "back_light1": { + "position": ["0-math.sin((query.anim_time)*120)*0.20", "0-math.sin((query.anim_time)*120)*0.20", 0] + }, + "back_light2": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time+0.9)*120)*0.20", 0] + }, + "back_light3": { + "position": ["0-math.sin((query.anim_time+0.2)*120)*0.20", "0-math.sin((query.anim_time-0.3)*120)*0.20", 0] + }, + "back_light4": { + "position": ["0-math.sin((query.anim_time-0.1)*120)*0.20", "0-math.sin((query.anim_time+0.9)*120)*0.20", 0] + }, + "back_light5": { + "position": ["0-math.sin((query.anim_time+0.4)*120)*0.20", "0-math.sin((query.anim_time-0.8)*120)*0.20", 0] + }, + "back_light6": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time+0.3)*120)*0.20", 0] + }, + "back_light7": { + "position": ["0-math.sin((query.anim_time)*120)*0.20", "0-math.sin((query.anim_time+0.4)*120)*0.20", 0] + }, + "back_light8": { + "position": ["0-math.sin((query.anim_time+0.3)*120)*0.20", "0-math.sin((query.anim_time+0.7)*120)*0.20", 0] + }, + "back_light9": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time+0.8)*120)*0.20", 0] + }, + "left_light1": { + "position": [0, "0-math.sin((query.anim_time+0.5)*120)*0.2", "0-math.sin((query.anim_time+0.5)*120)*0.2"] + }, + "left_light2": { + "position": [0, "0-math.sin((query.anim_time+0.3)*120)*0.20", "0-math.sin((query.anim_time-0.9)*120)*0.20"] + }, + "left_light3": { + "position": [0, "0-math.sin((query.anim_time+0.3)*120)*0.20", "0-math.sin((query.anim_time-0.5)*120)*0.20"] + }, + "left_light4": { + "position": [0, "0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time+0.4)*120)*0.20"] + }, + "left_light5": { + "position": [0, "0-math.sin((query.anim_time-0.3)*120)*0.20", "0-math.sin((query.anim_time-0.2)*120)*0.20"] + }, + "left_light6": { + "position": [0, "0-math.sin((query.anim_time+0.4)*120)*0.20", "0-math.sin((query.anim_time+0.9)*120)*0.20"] + }, + "left_light7": { + "position": [0, "0-math.sin((query.anim_time-0.3)*120)*0.20", "0-math.sin((query.anim_time-0.9)*120)*0.20"] + }, + "left_light8": { + "position": [0, "0-math.sin((query.anim_time+0.4)*120)*0.20", "0-math.sin((query.anim_time-0.6)*120)*0.20"] + }, + "left_light9": { + "position": [0, "0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time)*120)*0.20"] + }, + "right_light1": { + "position": [0, "0-math.sin((query.anim_time-0.5)*120)*0.2", "0-math.sin((query.anim_time)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light2": { + "position": [0, "0-math.sin((query.anim_time-0.3)*120)*0.2", "0-math.sin((query.anim_time-0.4)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light3": { + "position": [0, "0-math.sin((query.anim_time-0.1)*120)*0.2", "0.5-math.sin((query.anim_time+0.8)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light4": { + "position": [0, "0-math.sin((query.anim_time-0.8)*120)*0.2", "0-math.sin((query.anim_time-0.3)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light5": { + "position": [0, "0-math.sin((query.anim_time+0.2)*120)*0.2", "0-math.sin((query.anim_time-0.6)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light6": { + "position": [0, "0-math.sin((query.anim_time+0.7)*120)*0.2", "0-math.sin((query.anim_time-0.5)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light7": { + "position": [0, "0-math.sin((query.anim_time-0.7)*120)*0.2", "0-math.sin((query.anim_time+0.6)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light8": { + "position": [0, "0-math.sin((query.anim_time-0.8)*120)*0.2", "0-math.sin((query.anim_time+0.2)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light9": { + "position": [0, "0-math.sin((query.anim_time-0.4)*120)*0.2", "0-math.sin((query.anim_time-0.6)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "head_nonmoving": { + "rotation": { + "1.25": [0, 0, 0], + "1.2917": [0, -2.5, 0], + "1.3333": [0, 0, 0] + } + }, + "sleep_bundle": { + "scale": 0 + }, + "RightLeg": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "LeftLeg": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "head": { + "position": [0, 0, 0] + } + } + }, + "animation.ironbundle.ground_walk": { + "loop": true, + "animation_length": 3, + "bones": { + "LeftArm": { + "rotation": { + "0.0": [3.61644, -19.6835, 49.37242], + "0.5": [3.68016, -22.17563, 49.20011], + "0.625": [3.62, -19.68, 49.37], + "0.6667": [5.38471, -19.28721, 44.08246], + "0.7083": [3.62, -19.68, 49.37], + "1.0": { + "pre": [3.62, -19.68, 49.37], + "post": [3.62, -19.68, 49.37], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [3.75108, -23.66968, 49.02304], + "lerp_mode": "catmullrom" + }, + "1.6667": [3.62, -19.68, 49.37], + "1.7083": [5.38471, -19.28721, 44.08246], + "1.75": [3.62, -19.68, 49.37], + "2.0": { + "pre": [3.62, -19.68, 49.37], + "post": [3.62, -19.68, 49.37], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [3.68088, -24.17493, 49.1996], + "lerp_mode": "catmullrom" + }, + "3.0": [3.61644, -19.6835, 49.37242] + }, + "position": [0.25, 0.25, 0] + }, + "RightArm": { + "rotation": { + "0.0": [3.61644, 19.6835, -49.37242], + "0.5": [3.68088, 22.17493, -49.1996], + "0.625": [3.62, 19.68, -49.37], + "0.6667": [6.24905, 19.03378, -41.44945], + "0.7083": [3.62, 19.68, -49.37], + "1.0": { + "pre": [3.62, 19.68, -49.37], + "post": [3.62, 19.68, -49.37], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [3.75108, 22.66968, -49.02304], + "lerp_mode": "catmullrom" + }, + "1.6667": [3.62, 19.68, -49.37], + "1.7083": [6.24905, 19.03378, -41.44945], + "1.75": [3.62, 19.68, -49.37], + "2.0": { + "pre": [3.62, 19.68, -49.37], + "post": [3.62, 19.68, -49.37], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [3.68088, 22.17493, -49.1996], + "lerp_mode": "catmullrom" + }, + "3.0": [3.62, 19.68, -49.37] + }, + "position": [-0.25, 0.5, 0] + }, + "Tail1": { + "position": [0, 2.25, -0.75] + }, + "Tail2": { + "position": [0, 0, -5] + }, + "Tail3": { + "position": [0, 0, -5] + }, + "Tail4": { + "position": [0, 0, -5] + }, + "Tail5": { + "position": [0, 0, -5] + }, + "Tail6": { + "position": [0, 0, -5] + }, + "Tail7": { + "position": [0, 0, -5] + }, + "Tail8": { + "position": [0, 0, -5] + }, + "Tail9": { + "position": [0, 0, -5] + }, + "Bundle": { + "rotation": [-2.5, 0, 0], + "position": [0, 0, -3] + }, + "neck1": { + "position": [0, -4, 0] + }, + "neck2": { + "position": [0, -4, 0] + }, + "neck3": { + "position": [0, -4, 0] + }, + "neck4": { + "position": [0, -4, 0] + }, + "RightFoot": { + "rotation": [0, 0, 0], + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "0.5417": [0, -0.25, 0], + "0.5833": [0, 0, 0], + "1.5417": [0, 0, 0], + "1.5833": [0, -0.25, 0], + "1.625": [0, 0, 0] + } + }, + "LeftFoot": { + "rotation": [0, 0, 0], + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "0.5417": [0, -0.25, 0], + "0.5833": [0, 0, 0], + "1.5417": [0, 0, 0], + "1.5833": [0, -0.25, 0], + "1.625": [0, 0, 0] + } + }, + "up_light1": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.2", 0, "0-math.sin((query.anim_time)*120)*0.2"] + }, + "up_light2": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.2", 0, "0-math.sin((query.anim_time+0.5)*120)*0.2"] + }, + "up_light3": { + "position": ["0-math.sin((query.anim_time-0.9)*120)*0.2", 0, "0-math.sin((query.anim_time+0.3)*120)*0.2"] + }, + "up_light4": { + "position": ["0-math.sin((query.anim_time-0.8)*120)*0.2", 0, "0-math.sin((query.anim_time-0.3)*120)*0.2"] + }, + "up_light5": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.2", 0, "0-math.sin((query.anim_time+0.8)*120)*0.2"] + }, + "up_light6": { + "position": ["0-math.sin((query.anim_time+0.1)*120)*0.2", 0, "0-math.sin((query.anim_time+0.7)*120)*0.2"] + }, + "up_light7": { + "position": ["0-math.sin((query.anim_time-0.5)*120)*0.2", 0, "00-math.sin((query.anim_time)*120)*0.2"] + }, + "up_light8": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.2", 0, "00-math.sin((query.anim_time+0.6)*120)*0.2"] + }, + "up_light9": { + "position": ["0-math.sin((query.anim_time+0.5)*120)*0.2", 0, "0-math.sin((query.anim_time-0.2)*120)*0.2"] + }, + "back_light1": { + "position": ["0-math.sin((query.anim_time)*120)*0.20", "0-math.sin((query.anim_time)*120)*0.20", 0] + }, + "back_light2": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time+0.9)*120)*0.20", 0] + }, + "back_light3": { + "position": ["0-math.sin((query.anim_time+0.2)*120)*0.20", "0-math.sin((query.anim_time-0.3)*120)*0.20", 0] + }, + "back_light4": { + "position": ["0-math.sin((query.anim_time-0.1)*120)*0.20", "0-math.sin((query.anim_time+0.9)*120)*0.20", 0] + }, + "back_light5": { + "position": ["0-math.sin((query.anim_time+0.4)*120)*0.20", "0-math.sin((query.anim_time-0.8)*120)*0.20", 0] + }, + "back_light6": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time+0.3)*120)*0.20", 0] + }, + "back_light7": { + "position": ["0-math.sin((query.anim_time)*120)*0.20", "0-math.sin((query.anim_time+0.4)*120)*0.20", 0] + }, + "back_light8": { + "position": ["0-math.sin((query.anim_time+0.3)*120)*0.20", "0-math.sin((query.anim_time+0.7)*120)*0.20", 0] + }, + "back_light9": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time+0.8)*120)*0.20", 0] + }, + "left_light1": { + "position": [0, "0-math.sin((query.anim_time+0.5)*120)*0.2", "0-math.sin((query.anim_time+0.5)*120)*0.2"] + }, + "left_light2": { + "position": [0, "0-math.sin((query.anim_time+0.3)*120)*0.20", "0-math.sin((query.anim_time-0.9)*120)*0.20"] + }, + "left_light3": { + "position": [0, "0-math.sin((query.anim_time+0.3)*120)*0.20", "0-math.sin((query.anim_time-0.5)*120)*0.20"] + }, + "left_light4": { + "position": [0, "0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time+0.4)*120)*0.20"] + }, + "left_light5": { + "position": [0, "0-math.sin((query.anim_time-0.3)*120)*0.20", "0-math.sin((query.anim_time-0.2)*120)*0.20"] + }, + "left_light6": { + "position": [0, "0-math.sin((query.anim_time+0.4)*120)*0.20", "0-math.sin((query.anim_time+0.9)*120)*0.20"] + }, + "left_light7": { + "position": [0, "0-math.sin((query.anim_time-0.3)*120)*0.20", "0-math.sin((query.anim_time-0.9)*120)*0.20"] + }, + "left_light8": { + "position": [0, "0-math.sin((query.anim_time+0.4)*120)*0.20", "0-math.sin((query.anim_time-0.6)*120)*0.20"] + }, + "left_light9": { + "position": [0, "0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time)*120)*0.20"] + }, + "right_light1": { + "position": [0, "0-math.sin((query.anim_time-0.5)*120)*0.2", "0-math.sin((query.anim_time)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light2": { + "position": [0, "0-math.sin((query.anim_time-0.3)*120)*0.2", "0-math.sin((query.anim_time-0.4)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light3": { + "position": [0, "0-math.sin((query.anim_time-0.1)*120)*0.2", "0.5-math.sin((query.anim_time+0.8)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light4": { + "position": [0, "0-math.sin((query.anim_time-0.8)*120)*0.2", "0-math.sin((query.anim_time-0.3)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light5": { + "position": [0, "0-math.sin((query.anim_time+0.2)*120)*0.2", "0-math.sin((query.anim_time-0.6)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light6": { + "position": [0, "0-math.sin((query.anim_time+0.7)*120)*0.2", "0-math.sin((query.anim_time-0.5)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light7": { + "position": [0, "0-math.sin((query.anim_time-0.7)*120)*0.2", "0-math.sin((query.anim_time+0.6)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light8": { + "position": [0, "0-math.sin((query.anim_time-0.8)*120)*0.2", "0-math.sin((query.anim_time+0.2)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light9": { + "position": [0, "0-math.sin((query.anim_time-0.4)*120)*0.2", "0-math.sin((query.anim_time-0.6)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "head_nonmoving": { + "position": { + "0.0": [0, 0, 0], + "0.625": [0, 0, 0], + "0.6667": [0, 0.25, 0], + "0.7083": [0, 0, 0], + "1.6667": [0, 0, 0], + "1.7083": [0, 0.25, 0], + "1.75": [0, 0, 0] + } + }, + "body": { + "rotation": [22.5, 0, 0], + "position": { + "0.0": [0, 0.25, -1.5], + "0.5417": [0, 0.25, -1.5], + "0.5833": [0, 0.75, -1.5], + "0.625": [0, 0.25, -1.5], + "1.5833": [0, 0.25, -1.5], + "1.625": [0, 0.75, -1.5], + "1.6667": [0, 0.25, -1.5] + } + }, + "RightLeg": { + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "0.5417": [0, 0.25, 0], + "0.5833": [0, 0, 0], + "1.5417": [0, 0, 0], + "1.5833": [0, 0.25, 0], + "1.625": [0, 0, 0] + } + }, + "LeftLeg": { + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "0.5417": [0, 0.25, 0], + "0.5833": [0, 0, 0], + "1.5417": [0, 0, 0], + "1.5833": [0, 0.25, 0], + "1.625": [0, 0, 0] + } + }, + "sleep_bundle": { + "scale": 0 + }, + "head": { + "position": [0, 0, 0] + } + } + }, + "animation.ironbundle.sleep": { + "loop": true, + "animation_length": 3, + "bones": { + "LeftArm": { + "rotation": [2.66399, 14.76689, 70.34527], + "position": [0.25, 0.25, 0] + }, + "RightArm": { + "rotation": [2.66399, -14.76689, -70.34527], + "position": [-0.25, 0.5, 0] + }, + "Tail1": { + "position": [0, 0.5, -0.75] + }, + "Tail2": { + "position": [0, 0, -5] + }, + "Tail3": { + "position": [0, 0, -5] + }, + "Tail4": { + "position": [0, 0, -5] + }, + "Tail5": { + "position": [0, 0, -5] + }, + "Tail6": { + "position": [0, 0, -5] + }, + "Tail7": { + "position": [0, 0, -5] + }, + "Tail8": { + "position": [0, 0, -5] + }, + "Tail9": { + "position": [0, 0, -5] + }, + "Bundle": { + "rotation": [5, 0, 0], + "position": [0, 0, -3], + "scale": 0 + }, + "neck1": { + "position": [0, -4, 0] + }, + "neck2": { + "position": [0, -4, 0] + }, + "neck3": { + "position": [0, -4, 0] + }, + "neck4": { + "position": [0, -4, 0] + }, + "RightFoot": { + "rotation": [0, 15, 0], + "position": [0, 0, -0.75] + }, + "LeftFoot": { + "rotation": [0, -15, 0], + "position": [0, 0, -0.75] + }, + "up_light1": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.2", 0, "0-math.sin((query.anim_time)*120)*0.2"] + }, + "up_light2": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.2", 0, "0-math.sin((query.anim_time+0.5)*120)*0.2"] + }, + "up_light3": { + "position": ["0-math.sin((query.anim_time-0.9)*120)*0.2", 0, "0-math.sin((query.anim_time+0.3)*120)*0.2"] + }, + "up_light4": { + "position": ["0-math.sin((query.anim_time-0.8)*120)*0.2", 0, "0-math.sin((query.anim_time-0.3)*120)*0.2"] + }, + "up_light5": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.2", 0, "0-math.sin((query.anim_time+0.8)*120)*0.2"] + }, + "up_light6": { + "position": ["0-math.sin((query.anim_time+0.1)*120)*0.2", 0, "0-math.sin((query.anim_time+0.7)*120)*0.2"] + }, + "up_light7": { + "position": ["0-math.sin((query.anim_time-0.5)*120)*0.2", 0, "00-math.sin((query.anim_time)*120)*0.2"] + }, + "up_light8": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.2", 0, "00-math.sin((query.anim_time+0.6)*120)*0.2"] + }, + "up_light9": { + "position": ["0-math.sin((query.anim_time+0.5)*120)*0.2", 0, "0-math.sin((query.anim_time-0.2)*120)*0.2"] + }, + "back_light1": { + "position": ["0-math.sin((query.anim_time)*120)*0.20", "0-math.sin((query.anim_time)*120)*0.20", 0] + }, + "back_light2": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time+0.9)*120)*0.20", 0] + }, + "back_light3": { + "position": ["0-math.sin((query.anim_time+0.2)*120)*0.20", "0-math.sin((query.anim_time-0.3)*120)*0.20", 0] + }, + "back_light4": { + "position": ["0-math.sin((query.anim_time-0.1)*120)*0.20", "0-math.sin((query.anim_time+0.9)*120)*0.20", 0] + }, + "back_light5": { + "position": ["0-math.sin((query.anim_time+0.4)*120)*0.20", "0-math.sin((query.anim_time-0.8)*120)*0.20", 0] + }, + "back_light6": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time+0.3)*120)*0.20", 0] + }, + "back_light7": { + "position": ["0-math.sin((query.anim_time)*120)*0.20", "0-math.sin((query.anim_time+0.4)*120)*0.20", 0] + }, + "back_light8": { + "position": ["0-math.sin((query.anim_time+0.3)*120)*0.20", "0-math.sin((query.anim_time+0.7)*120)*0.20", 0] + }, + "back_light9": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time+0.8)*120)*0.20", 0] + }, + "left_light1": { + "position": [0, "0-math.sin((query.anim_time+0.5)*120)*0.2", "0-math.sin((query.anim_time+0.5)*120)*0.2"] + }, + "left_light2": { + "position": [0, "0-math.sin((query.anim_time+0.3)*120)*0.20", "0-math.sin((query.anim_time-0.9)*120)*0.20"] + }, + "left_light3": { + "position": [0, "0-math.sin((query.anim_time+0.3)*120)*0.20", "0-math.sin((query.anim_time-0.5)*120)*0.20"] + }, + "left_light4": { + "position": [0, "0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time+0.4)*120)*0.20"] + }, + "left_light5": { + "position": [0, "0-math.sin((query.anim_time-0.3)*120)*0.20", "0-math.sin((query.anim_time-0.2)*120)*0.20"] + }, + "left_light6": { + "position": [0, "0-math.sin((query.anim_time+0.4)*120)*0.20", "0-math.sin((query.anim_time+0.9)*120)*0.20"] + }, + "left_light7": { + "position": [0, "0-math.sin((query.anim_time-0.3)*120)*0.20", "0-math.sin((query.anim_time-0.9)*120)*0.20"] + }, + "left_light8": { + "position": [0, "0-math.sin((query.anim_time+0.4)*120)*0.20", "0-math.sin((query.anim_time-0.6)*120)*0.20"] + }, + "left_light9": { + "position": [0, "0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time)*120)*0.20"] + }, + "right_light1": { + "position": [0, "0-math.sin((query.anim_time-0.5)*120)*0.2", "0-math.sin((query.anim_time)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light2": { + "position": [0, "0-math.sin((query.anim_time-0.3)*120)*0.2", "0-math.sin((query.anim_time-0.4)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light3": { + "position": [0, "0-math.sin((query.anim_time-0.1)*120)*0.2", "0.5-math.sin((query.anim_time+0.8)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light4": { + "position": [0, "0-math.sin((query.anim_time-0.8)*120)*0.2", "0-math.sin((query.anim_time-0.3)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light5": { + "position": [0, "0-math.sin((query.anim_time+0.2)*120)*0.2", "0-math.sin((query.anim_time-0.6)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light6": { + "position": [0, "0-math.sin((query.anim_time+0.7)*120)*0.2", "0-math.sin((query.anim_time-0.5)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light7": { + "position": [0, "0-math.sin((query.anim_time-0.7)*120)*0.2", "0-math.sin((query.anim_time+0.6)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light8": { + "position": [0, "0-math.sin((query.anim_time-0.8)*120)*0.2", "0-math.sin((query.anim_time+0.2)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light9": { + "position": [0, "0-math.sin((query.anim_time-0.4)*120)*0.2", "0-math.sin((query.anim_time-0.6)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "body": { + "rotation": [15, 0, 0], + "position": [0, -1.75, 0] + }, + "sleep_bundle": { + "rotation": [-7.5, 0, 0], + "position": [0, 0, -2.75] + }, + "openeyes": { + "position": [0, 0, 1] + }, + "sleepingeyes": { + "position": [0, 0, -1] + }, + "RightLeg": { + "rotation": [-60, 0, 0], + "position": [0, 0.25, -6] + }, + "LeftLeg": { + "rotation": [-60, 0, 0], + "position": [0, 0.25, -6] + }, + "tummylight_sleeping": { + "position": [0, 0, -0.5] + } + } + }, + "animation.ironbundle.faint": { + "loop": true, + "animation_length": 3, + "bones": { + "LeftArm": { + "rotation": { + "0.0": [0, 0, 60], + "1.0833": [0, 0, 42.5], + "1.1667": [0, 0, 32.5], + "1.25": [0, 0, 45] + }, + "position": { + "0.0": [0.25, 0.25, 0], + "1.0833": [0.25, 0.25, 0], + "1.1667": [0.75, 0.25, 0] + } + }, + "RightArm": { + "rotation": { + "0.0": [0, 0, -60], + "1.0833": [0, 0, -42.5], + "1.1667": [0, 0, -32.5], + "1.25": [0, 0, -45] + }, + "position": { + "0.0": [-0.25, 0.5, 0], + "1.0833": [-0.25, 0.5, 0], + "1.1667": [-0.75, 0.5, 0] + } + }, + "Tail1": { + "position": [0, 2.25, -0.75] + }, + "Tail2": { + "position": [0, 0, -5] + }, + "Tail3": { + "position": [0, 0, -5] + }, + "Tail4": { + "position": [0, 0, -5] + }, + "Tail5": { + "position": [0, 0, -5] + }, + "Tail6": { + "position": [0, 0, -5] + }, + "Tail7": { + "position": [0, 0, -5] + }, + "Tail8": { + "position": [0, 0, -5] + }, + "Tail9": { + "position": [0, 0, -5] + }, + "Bundle": { + "relative_to": { + "rotation": "entity" + }, + "rotation": { + "0.0": [5, 0, 0], + "2.5417": [-2.5, 0, 0], + "2.7083": [47.5, 0, 0], + "2.9167": [87.5, 0, 0] + }, + "position": [0, 0, -3] + }, + "neck1": { + "rotation": { + "0.0": [0, 0, 0], + "1.125": [0, 0, 0], + "1.4583": [7.47178, -0.65182, 4.95744], + "1.7083": [-2.34909, -0.85474, -10.03931], + "2.0": [7.54828, -1.5164, -5.08219], + "2.375": [-17.51543, -0.01337, -0.31289], + "2.5": [-12.51543, -0.01337, -0.31289], + "2.9167": [34.98457, -0.01337, -0.31289] + }, + "position": { + "0.0": [0, -4, 0], + "1.125": [0, -4, 0], + "1.2083": [0, -3, 0], + "1.3333": [0, -1, 0], + "1.4583": [0, -1.75, 0], + "1.625": [0, 0.25, 0], + "1.7083": [0, -0.75, 0], + "1.9167": [0, 0.25, 0], + "2.0": [0, -2, 0], + "2.2917": [0, 0, 0], + "2.375": [0, -1.25, 0], + "2.5": [0, -1.5, 0] + } + }, + "neck2": { + "rotation": { + "0.0": [0, 0, 0], + "1.125": [0, 0, 0], + "1.3333": [0, 0, 2.5], + "1.4583": [7.47864, -0.32621, 9.99294], + "1.7083": [-2.35119, -0.9675, -4.99438], + "2.0": [22.43268, -1.84707, 4.94127], + "2.375": [-7.40603, -1.84591, -0.06133], + "2.4167": [-9.90603, -1.84591, -0.06133], + "2.9167": [-17.40603, -1.84591, -0.06133] + }, + "position": { + "0.0": [0, -4, 0], + "1.125": [0, -4, 0], + "1.2083": [0, 0, 0] + } + }, + "neck3": { + "rotation": { + "0.0": [0, 0, 0], + "1.125": [0, 0, 0], + "1.3333": [0, 0, 2.5], + "1.4583": [4.96207, -0.43399, 12.49067], + "1.7083": [-14.63709, -2.44758, -9.83377], + "2.0": [20.00152, 2.05806, -5.13066], + "2.0417": [22.50152, 2.05806, -5.13066], + "2.125": [20.00152, 2.05806, -5.13066], + "2.375": [-17.26451, 3.55259, -0.35339], + "2.4167": [-22.26451, 3.55259, -0.35339], + "2.5": [-9.76451, 3.55259, -0.35339] + }, + "position": { + "0.0": [0, -4, 0], + "1.125": [0, -4, 0], + "1.2083": [0, 0, 0] + } + }, + "neck4": { + "rotation": { + "0.0": [0, 0, 0], + "1.125": [0, 0, 0], + "1.3333": [0, 0, 2.5], + "1.4583": [4.99527, -0.21782, 4.9905], + "1.7083": [-2.36316, -0.85849, -9.99656], + "2.0": [7.60167, -0.75463, -7.49847], + "2.0417": [15.10167, -0.75463, -7.49847], + "2.125": [10.10167, -0.75463, -7.49847], + "2.375": [-22.58005, -2.06019, -0.11058], + "2.5": [-17.58005, -2.06019, -0.11058], + "2.5417": [-27.58005, -2.06019, -0.11058], + "2.9167": [-25.08005, -2.06019, -0.11058] + }, + "position": { + "0.0": [0, -4, 0], + "1.125": [0, -4, 0], + "1.2083": [0, 0, 0] + } + }, + "RightFoot": { + "rotation": [0, 25, 0] + }, + "LeftFoot": { + "rotation": [0, -25, 0] + }, + "up_light1": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.2", 0, "0-math.sin((query.anim_time)*120)*0.2"] + }, + "up_light2": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.2", 0, "0-math.sin((query.anim_time+0.5)*120)*0.2"] + }, + "up_light3": { + "position": ["0-math.sin((query.anim_time-0.9)*120)*0.2", 0, "0-math.sin((query.anim_time+0.3)*120)*0.2"] + }, + "up_light4": { + "position": ["0-math.sin((query.anim_time-0.8)*120)*0.2", 0, "0-math.sin((query.anim_time-0.3)*120)*0.2"] + }, + "up_light5": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.2", 0, "0-math.sin((query.anim_time+0.8)*120)*0.2"] + }, + "up_light6": { + "position": ["0-math.sin((query.anim_time+0.1)*120)*0.2", 0, "0-math.sin((query.anim_time+0.7)*120)*0.2"] + }, + "up_light7": { + "position": ["0-math.sin((query.anim_time-0.5)*120)*0.2", 0, "00-math.sin((query.anim_time)*120)*0.2"] + }, + "up_light8": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.2", 0, "00-math.sin((query.anim_time+0.6)*120)*0.2"] + }, + "up_light9": { + "position": ["0-math.sin((query.anim_time+0.5)*120)*0.2", 0, "0-math.sin((query.anim_time-0.2)*120)*0.2"] + }, + "back_light1": { + "position": ["0-math.sin((query.anim_time)*120)*0.20", "0-math.sin((query.anim_time)*120)*0.20", 0] + }, + "back_light2": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time+0.9)*120)*0.20", 0] + }, + "back_light3": { + "position": ["0-math.sin((query.anim_time+0.2)*120)*0.20", "0-math.sin((query.anim_time-0.3)*120)*0.20", 0] + }, + "back_light4": { + "position": ["0-math.sin((query.anim_time-0.1)*120)*0.20", "0-math.sin((query.anim_time+0.9)*120)*0.20", 0] + }, + "back_light5": { + "position": ["0-math.sin((query.anim_time+0.4)*120)*0.20", "0-math.sin((query.anim_time-0.8)*120)*0.20", 0] + }, + "back_light6": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time+0.3)*120)*0.20", 0] + }, + "back_light7": { + "position": ["0-math.sin((query.anim_time)*120)*0.20", "0-math.sin((query.anim_time+0.4)*120)*0.20", 0] + }, + "back_light8": { + "position": ["0-math.sin((query.anim_time+0.3)*120)*0.20", "0-math.sin((query.anim_time+0.7)*120)*0.20", 0] + }, + "back_light9": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time+0.8)*120)*0.20", 0] + }, + "left_light1": { + "position": [0, "0-math.sin((query.anim_time+0.5)*120)*0.2", "0-math.sin((query.anim_time+0.5)*120)*0.2"] + }, + "left_light2": { + "position": [0, "0-math.sin((query.anim_time+0.3)*120)*0.20", "0-math.sin((query.anim_time-0.9)*120)*0.20"] + }, + "left_light3": { + "position": [0, "0-math.sin((query.anim_time+0.3)*120)*0.20", "0-math.sin((query.anim_time-0.5)*120)*0.20"] + }, + "left_light4": { + "position": [0, "0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time+0.4)*120)*0.20"] + }, + "left_light5": { + "position": [0, "0-math.sin((query.anim_time-0.3)*120)*0.20", "0-math.sin((query.anim_time-0.2)*120)*0.20"] + }, + "left_light6": { + "position": [0, "0-math.sin((query.anim_time+0.4)*120)*0.20", "0-math.sin((query.anim_time+0.9)*120)*0.20"] + }, + "left_light7": { + "position": [0, "0-math.sin((query.anim_time-0.3)*120)*0.20", "0-math.sin((query.anim_time-0.9)*120)*0.20"] + }, + "left_light8": { + "position": [0, "0-math.sin((query.anim_time+0.4)*120)*0.20", "0-math.sin((query.anim_time-0.6)*120)*0.20"] + }, + "left_light9": { + "position": [0, "0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time)*120)*0.20"] + }, + "right_light1": { + "position": [0, "0-math.sin((query.anim_time-0.5)*120)*0.2", "0-math.sin((query.anim_time)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light2": { + "position": [0, "0-math.sin((query.anim_time-0.3)*120)*0.2", "0-math.sin((query.anim_time-0.4)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light3": { + "position": [0, "0-math.sin((query.anim_time-0.1)*120)*0.2", "0.5-math.sin((query.anim_time+0.8)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light4": { + "position": [0, "0-math.sin((query.anim_time-0.8)*120)*0.2", "0-math.sin((query.anim_time-0.3)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light5": { + "position": [0, "0-math.sin((query.anim_time+0.2)*120)*0.2", "0-math.sin((query.anim_time-0.6)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light6": { + "position": [0, "0-math.sin((query.anim_time+0.7)*120)*0.2", "0-math.sin((query.anim_time-0.5)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light7": { + "position": [0, "0-math.sin((query.anim_time-0.7)*120)*0.2", "0-math.sin((query.anim_time+0.6)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light8": { + "position": [0, "0-math.sin((query.anim_time-0.8)*120)*0.2", "0-math.sin((query.anim_time+0.2)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light9": { + "position": [0, "0-math.sin((query.anim_time-0.4)*120)*0.2", "0-math.sin((query.anim_time-0.6)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "head_nonmoving": { + "rotation": { + "0.0": [0, 0, 0], + "1.125": [0, 0, 0], + "1.3333": [0, 0, 5], + "1.4583": [12.39638, -1.61888, 12.32417], + "1.7083": [9.8271, 2.36775, -4.72571], + "2.0417": [14.8271, 2.36775, -4.72571], + "2.125": [9.8271, 2.36775, -4.72571], + "2.375": [-0.1729, 2.36775, -4.72571], + "2.4167": [-5.1729, 2.36775, -4.72571], + "2.5417": [-15.1729, 2.36775, -4.72571], + "2.9167": [-55.1729, 2.36775, -4.72571] + }, + "position": { + "0.0": [0, 0, 0], + "1.125": [0, 0, 0], + "1.2083": [0, 0, 0] + } + }, + "sleep_bundle": { + "scale": 0 + }, + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.2083": [10, 0, 0], + "0.5417": [15, 0, 0], + "0.625": [15, 0, 0], + "0.7917": [-7.5, 0, 0], + "1.2083": [-12.5, 0, 0], + "2.4167": [-20, 0, 0], + "2.5": [15, 0, 0], + "2.875": [95, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "2.4167": [0, 0.25, 1], + "2.875": [0, -2, -6] + } + }, + "openeyes": { + "position": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, 0], + "0.125": [0, 0, 1] + } + }, + "hurteyes": { + "position": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, 0], + "0.125": [0, 0, -1] + } + }, + "RightLeg": { + "rotation": { + "0.0": [0, 0, 0], + "0.625": [0, 0, 0], + "0.9167": [-62.5, 0, 0], + "1.0833": [-62.5, 0, 0], + "1.25": [-62.5, 0, 0], + "2.4167": [-70, 0, 0], + "2.875": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.625": [0, 0, 0], + "0.9167": [-1, 2, -6.75], + "1.0833": [-1, 2, -6.75], + "1.1667": [-1, 2, -7.75], + "1.25": [-1, 2, -6.75], + "2.4167": [-1, 2.75, -6.75], + "2.6667": [0.3, 0.5, -3.07], + "2.875": [0, 0, 0] + } + } + } + }, + "animation.ironbundle.blink": { + "animation_length": 0.16667, + "bones": { + "openeyes": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, 1], + "0.125": [0, 0, 1], + "0.1667": [0, 0, 0] + } + }, + "sleepingeyes": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, -1], + "0.125": [0, 0, -1], + "0.1667": [0, 0, 0] + } + } + } + }, + "animation.ironbundle.headspin": { + "animation_length": 0.625, + "bones": { + "neck1": { + "rotation": { + "0.0417": [0, 0, 0], + "0.1667": [0, -90, 0], + "0.25": [0, -192.5, 0], + "0.375": [0, -272.5, 0], + "0.4583": [0, -360, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, 1, 0], + "0.25": [0, 2, 0], + "0.5417": [0, 1, 0], + "0.5833": [0, 0, 0] + } + }, + "head_nonmoving": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [0, 90, 0], + "0.3333": [0, 270, 0], + "0.5": [0, 360, 0] + } + } + } + }, + "animation.ironbundle.cry": { + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.2083": { + "pre": [12.5, 0, 0], + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "0.2917": { + "pre": [0, -0.32, 0], + "post": [0, -0.32, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 1.15, -0.5], + "lerp_mode": "catmullrom" + }, + "0.9583": [0, 0.9, -0.5], + "1.0": [0, 1.15, -0.5], + "1.0417": [0, 0.9, -0.5], + "1.0833": [0, 0.9, -0.5], + "1.125": [0, 1.15, -0.5], + "1.1667": [0, 0.9, -0.5], + "1.2083": [0, 1.15, -0.5], + "1.25": [0, 0.9, -0.5], + "1.2917": [0, 1.15, -0.5], + "1.3333": [0, 0.9, -0.5], + "1.375": [0, 1.15, -0.5], + "1.4167": [0, 0.9, -0.5], + "1.4583": [0, 1.15, -0.5], + "1.625": { + "pre": [0, 1.15, -0.5], + "post": [0, 1.15, -0.5], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "LeftArm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-26.56505, -14.47751, -26.56505], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "RightArm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-26.56505, 14.47751, 26.56505], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lower_beak": { + "rotation": { + "0.0": [0, 0, 0], + "0.5417": [0, 0, 0], + "0.7083": [37.5, 0, 0], + "1.5833": [37.5, 0, 0], + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.7083": [0, 0, 0] + } + } + }, + "sound_effects": { + "0.6667": { + "effect": "pokemon.ironbundle.cry" + } + } + }, + "animation.ironbundle.recoil": { + "animation_length": 1.5, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 1.25], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "LeftArm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "RightArm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck1": { + "rotation": { + "0.0": [0, 0, 0], + "0.2083": [0, 0, 0], + "0.4167": { + "pre": [-7.5, 0, 0], + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "0.2083": [0, 0, 0], + "0.4167": { + "pre": [0, 4, 0], + "post": [0, 4, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 0], + "1.1667": [0, 2.5, 0], + "1.2083": [0, -2.5, 0], + "1.25": [0, 2.5, 0], + "1.2917": [0, 2.5, 0], + "1.5": [0, 0, 0] + } + }, + "openeyes": { + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.2917": [0, 0, 1], + "1.0833": [0, 0, 1], + "1.125": [0, 0, 0] + } + }, + "hurteyes": { + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.2917": [0, 0, -1], + "1.0833": [0, 0, -1], + "1.125": [0, 0, 0] + } + } + } + }, + "animation.ironbundle.physical": { + "animation_length": 3, + "bones": { + "LeftArm": { + "rotation": { + "0.0": { + "post": [0, 0, 60], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 15, 60], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [6.93255, -34.39275, 47.85213], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [6.93, -34.39, 47.85], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [13.46472, -32.61235, 36.04131], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [13.46472, -32.61235, 36.04131], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [6.93, -34.39, 47.85], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [8.11264, 45.1258, 57.54551], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, -5, 60], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 60], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 60], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0.25, 0.25, 0], + "1.0833": [0.25, 0.25, 0], + "1.25": [0.25, 0.25, 0], + "1.2917": [0.25, -0.25, 0.25], + "1.375": [0.25, -0.25, 0], + "1.4167": [0.25, 0.25, 0], + "1.4583": [0.25, -0.25, 0.25], + "1.5417": [0.25, 0.25, 0], + "1.6667": [0.25, 0.25, 0], + "2.3333": [0.25, 0.25, 0], + "2.5417": [0.25, 0.25, 0], + "2.625": [0.25, 0.25, 0], + "3.0": [0.25, 0.25, 0] + } + }, + "RightArm": { + "rotation": { + "0.0": { + "post": [0, 0, -60], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -15, -60], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [6.93255, 34.39275, -47.85213], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [6.93, 34.39, -47.85], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [13.46472, 32.61235, -36.04131], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [13.46472, 32.61235, -36.04131], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [6.93, 34.39, -47.85], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [8.11264, -45.1258, -57.54551], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, 5, -60], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, -60], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -60], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.25, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-0.25, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": [-0.25, 0.5, 0], + "1.2917": [-0.25, 0, 0.25], + "1.375": [-0.25, 0, 0], + "1.4167": [-0.25, 0.5, 0], + "1.4583": [0.25, -0.25, 0.25], + "1.5417": [0.25, 0.25, 0], + "1.6667": { + "pre": [-0.25, 0.5, 0], + "post": [-0.25, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-0.25, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [-0.25, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [-0.25, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.25, 0.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail1": { + "position": [0, 2.25, -0.75] + }, + "Tail2": { + "position": [0, 0, -5] + }, + "Tail3": { + "position": [0, 0, -5] + }, + "Tail4": { + "position": [0, 0, -5] + }, + "Tail5": { + "position": [0, 0, -5] + }, + "Tail6": { + "position": [0, 0, -5] + }, + "Tail7": { + "position": [0, 0, -5] + }, + "Tail8": { + "position": [0, 0, -5] + }, + "Tail9": { + "position": [0, 0, -5] + }, + "Bundle": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [-0.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -3], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, -3], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 0, -3], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -3], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -3], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -3], + "lerp_mode": "catmullrom" + } + } + }, + "neck1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -4, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, -4, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, -4, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -3, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -4, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, -4, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, -4, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, -4, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -4, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, -4, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -4, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -4, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, -4, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -4, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, -4, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -4, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -4, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, -4, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -4, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, -4, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -4, 0], + "lerp_mode": "catmullrom" + } + } + }, + "RightFoot": { + "rotation": { + "0.0": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-20.62736, 22.54632, -7.74629], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-20.63, 22.55, -7.75], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-20.63, 22.55, -7.75], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "LeftFoot": { + "rotation": { + "0.0": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-20.62736, -22.54632, 7.74629], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-20.63, -22.55, 7.75], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-20.63, -22.55, 7.75], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "1.625": [0, 0, 0], + "1.7917": [0, 0, 0], + "2.25": [0, 0, 0], + "3.0": [0, 0, 0] + } + }, + "up_light1": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.2", 0, "0-math.sin((query.anim_time)*120)*0.2"] + }, + "up_light2": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.2", 0, "0-math.sin((query.anim_time+0.5)*120)*0.2"] + }, + "up_light3": { + "position": ["0-math.sin((query.anim_time-0.9)*120)*0.2", 0, "0-math.sin((query.anim_time+0.3)*120)*0.2"] + }, + "up_light4": { + "position": ["0-math.sin((query.anim_time-0.8)*120)*0.2", 0, "0-math.sin((query.anim_time-0.3)*120)*0.2"] + }, + "up_light5": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.2", 0, "0-math.sin((query.anim_time+0.8)*120)*0.2"] + }, + "up_light6": { + "position": ["0-math.sin((query.anim_time+0.1)*120)*0.2", 0, "0-math.sin((query.anim_time+0.7)*120)*0.2"] + }, + "up_light7": { + "position": ["0-math.sin((query.anim_time-0.5)*120)*0.2", 0, "00-math.sin((query.anim_time)*120)*0.2"] + }, + "up_light8": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.2", 0, "00-math.sin((query.anim_time+0.6)*120)*0.2"] + }, + "up_light9": { + "position": ["0-math.sin((query.anim_time+0.5)*120)*0.2", 0, "0-math.sin((query.anim_time-0.2)*120)*0.2"] + }, + "back_light1": { + "position": ["0-math.sin((query.anim_time)*120)*0.20", "0-math.sin((query.anim_time)*120)*0.20", 0] + }, + "back_light2": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time+0.9)*120)*0.20", 0] + }, + "back_light3": { + "position": ["0-math.sin((query.anim_time+0.2)*120)*0.20", "0-math.sin((query.anim_time-0.3)*120)*0.20", 0] + }, + "back_light4": { + "position": ["0-math.sin((query.anim_time-0.1)*120)*0.20", "0-math.sin((query.anim_time+0.9)*120)*0.20", 0] + }, + "back_light5": { + "position": ["0-math.sin((query.anim_time+0.4)*120)*0.20", "0-math.sin((query.anim_time-0.8)*120)*0.20", 0] + }, + "back_light6": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time+0.3)*120)*0.20", 0] + }, + "back_light7": { + "position": ["0-math.sin((query.anim_time)*120)*0.20", "0-math.sin((query.anim_time+0.4)*120)*0.20", 0] + }, + "back_light8": { + "position": ["0-math.sin((query.anim_time+0.3)*120)*0.20", "0-math.sin((query.anim_time+0.7)*120)*0.20", 0] + }, + "back_light9": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time+0.8)*120)*0.20", 0] + }, + "left_light1": { + "position": [0, "0-math.sin((query.anim_time+0.5)*120)*0.2", "0-math.sin((query.anim_time+0.5)*120)*0.2"] + }, + "left_light2": { + "position": [0, "0-math.sin((query.anim_time+0.3)*120)*0.20", "0-math.sin((query.anim_time-0.9)*120)*0.20"] + }, + "left_light3": { + "position": [0, "0-math.sin((query.anim_time+0.3)*120)*0.20", "0-math.sin((query.anim_time-0.5)*120)*0.20"] + }, + "left_light4": { + "position": [0, "0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time+0.4)*120)*0.20"] + }, + "left_light5": { + "position": [0, "0-math.sin((query.anim_time-0.3)*120)*0.20", "0-math.sin((query.anim_time-0.2)*120)*0.20"] + }, + "left_light6": { + "position": [0, "0-math.sin((query.anim_time+0.4)*120)*0.20", "0-math.sin((query.anim_time+0.9)*120)*0.20"] + }, + "left_light7": { + "position": [0, "0-math.sin((query.anim_time-0.3)*120)*0.20", "0-math.sin((query.anim_time-0.9)*120)*0.20"] + }, + "left_light8": { + "position": [0, "0-math.sin((query.anim_time+0.4)*120)*0.20", "0-math.sin((query.anim_time-0.6)*120)*0.20"] + }, + "left_light9": { + "position": [0, "0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time)*120)*0.20"] + }, + "right_light1": { + "position": [0, "0-math.sin((query.anim_time-0.5)*120)*0.2", "0-math.sin((query.anim_time)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light2": { + "position": [0, "0-math.sin((query.anim_time-0.3)*120)*0.2", "0-math.sin((query.anim_time-0.4)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light3": { + "position": [0, "0-math.sin((query.anim_time-0.1)*120)*0.2", "0.5-math.sin((query.anim_time+0.8)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light4": { + "position": [0, "0-math.sin((query.anim_time-0.8)*120)*0.2", "0-math.sin((query.anim_time-0.3)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light5": { + "position": [0, "0-math.sin((query.anim_time+0.2)*120)*0.2", "0-math.sin((query.anim_time-0.6)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light6": { + "position": [0, "0-math.sin((query.anim_time+0.7)*120)*0.2", "0-math.sin((query.anim_time-0.5)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light7": { + "position": [0, "0-math.sin((query.anim_time-0.7)*120)*0.2", "0-math.sin((query.anim_time+0.6)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light8": { + "position": [0, "0-math.sin((query.anim_time-0.8)*120)*0.2", "0-math.sin((query.anim_time+0.2)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light9": { + "position": [0, "0-math.sin((query.anim_time-0.4)*120)*0.2", "0-math.sin((query.anim_time-0.6)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "head_nonmoving": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -4, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, -4, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -4, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, -4, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -4, 0], + "lerp_mode": "catmullrom" + } + } + }, + "sleep_bundle": { + "scale": 0 + }, + "RightLeg": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, -0.25], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, -0.25], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -0.25], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "LeftLeg": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, -1.25], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, -1.25], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -1.25], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [62.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [62.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [62.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, -4], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, -4], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -4], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "position": [0, -4, 0] + } + } + }, + "animation.ironbundle.special": { + "animation_length": 3, + "bones": { + "LeftArm": { + "rotation": { + "0.0": [0, 0, 60], + "0.375": [0, -35, 60], + "0.4167": [0, -50, 60], + "0.4583": [0, -35, 60], + "0.5": [0, 10, 60], + "0.5833": [0, 55, 60], + "0.6667": [0, 62.5, 60], + "0.75": [-29.80577, 75.52402, 28.72281], + "0.7917": [-43.57256, 79.5587, 14.85917], + "0.8333": [-78.04879, 77.53553, -19.82595], + "0.875": [-89.61606, 75.30699, -31.55311], + "0.9167": [-105.92737, 72.12765, -47.9634], + "0.9583": [-116.74544, 67.97383, -58.88147], + "1.0": [-104.66952, 61.16471, -48.24106], + "1.0417": [-104.67, 61.16, -48.24], + "1.0833": [-104.67, 61.16, -48.24], + "1.25": [-101.29438, 51.41014, -44.19703], + "1.375": [-104.67, 61.16, -48.24], + "1.5": [-101.29438, 51.41014, -44.19703], + "1.625": [-104.67, 61.16, -48.24], + "1.75": [-101.29438, 51.41014, -44.19703], + "2.1667": [0, 0, 60], + "2.25": { + "pre": [0, -35, 60], + "post": [0, -35, 60], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 25, 60], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 60], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0.25, 0.25, 0], + "0.375": [0.25, 0.5, 0], + "0.5833": [1.25, 0.5, 0], + "2.25": [0.25, 0.5, 0], + "2.7083": [0.25, 0.5, 0], + "3.0": [0.25, 0.5, 0] + } + }, + "RightArm": { + "rotation": { + "0.0": [0, 0, -60], + "0.375": [0, 35, -60], + "0.4167": [0, 50, -60], + "0.5": [0, -10, -60], + "0.5833": [0, -55, -60], + "0.6667": [0, -62.5, -60], + "0.75": [-29.80577, -75.52402, -28.72281], + "0.7917": [-43.57256, -79.5587, -14.85917], + "0.8333": [-78.04879, -77.53553, 19.82595], + "0.875": [-89.61606, -75.30699, 31.55311], + "0.9167": [-105.92737, -72.12765, 47.9634], + "0.9583": [-116.74544, -67.97383, 58.88147], + "1.0": [-104.66952, -61.16471, 48.24106], + "1.0417": [-104.67, -61.16, 48.24], + "1.0833": [-104.67, -61.16, 48.24], + "1.25": [-101.29438, -51.41014, 44.19703], + "1.375": [-104.67, -61.16, 48.24], + "1.5": [-101.29438, -51.41014, 44.19703], + "1.625": [-104.67, -61.16, 48.24], + "1.75": [-101.29438, -51.41014, 44.19703], + "2.1667": [0, 0, -60], + "2.25": { + "pre": [0, 35, -60], + "post": [0, 35, -60], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, -25, -60], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -60], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [-0.25, 0.5, 0], + "0.375": [-0.25, 0.5, 0], + "0.5833": [-1.25, 0.5, 0], + "2.25": [-0.25, 0.5, 0], + "2.7083": [-0.25, 0.5, 0], + "3.0": [-0.25, 0.5, 0] + } + }, + "Tail1": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-20, 0, 0], + "0.3333": [-20, 0, 0], + "0.7083": [-20, 0, 0], + "0.75": [-20, 0, 0], + "0.9167": [-20, 0, 0], + "1.0": [-30, 0, 0], + "1.0417": [-30, 0, 0], + "1.7917": [-30, 0, 0], + "1.8333": [-30, 0, 0], + "1.9167": [-20, 0, 0], + "2.0833": [-20, 0, 0], + "2.125": [-20, 0, 0], + "2.5417": [0, 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 2.25, -5.75], + "0.7083": [0, 2.25, -5.75], + "0.9167": [0, 2.25, -5.75], + "1.0": [0, 0.25, -0.75], + "1.0417": [0, 0.25, -0.75], + "1.7917": [0, 0.25, -0.75], + "1.8333": [0, 0.25, -0.75], + "1.9167": [0, 2.25, -5.75], + "2.125": [0, 2.25, -5.75], + "2.5417": [0, 2.25, -5.75], + "3.0": [0, 2.25, -5.75] + } + }, + "Tail2": { + "rotation": { + "0.0": [0, 0, 0], + "0.6667": [0, 0, 0], + "0.7083": [-2.5, 0, 0], + "0.9167": [-2.5, 0, 0], + "1.0": [-12.5, 0, 0], + "1.0417": [-12.5, 0, 0], + "1.7917": [-12.5, 0, 0], + "1.8333": [-12.5, 0, 0], + "1.9167": [-2.5, 0, 0], + "2.125": [-2.5, 0, 0], + "2.1667": [0, 0, 0], + "2.5417": [0, 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, -5], + "0.6667": [0, 0, -5], + "0.7083": [0, 0, -1], + "1.0417": [0, 0, -1], + "1.7917": [0, 0, -1], + "2.125": [0, 0, -1], + "2.1667": [0, 0, -5], + "2.5417": [0, 0, -5], + "3.0": [0, 0, -5] + } + }, + "Tail3": { + "rotation": { + "0.0": [0, 0, 0], + "0.7083": [0, 0, 0], + "0.75": [-12.5, 0, 0], + "1.0417": [-12.5, 0, 0], + "1.2083": [-12.68664, 9.76061, -2.18558], + "1.4583": [-12.68664, -9.76061, 2.18558], + "1.7917": [-12.5, 0, 0], + "2.0833": [-12.5, 0, 0], + "2.125": [0, 0, 0], + "2.5417": [0, 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, -5], + "0.6667": [0, 0, -5], + "0.7083": [0, 0, -5], + "0.75": [0, 0, 0], + "1.0417": [0, 0, 0], + "1.7917": [0, 0, 0], + "2.0833": [0, 0, 0], + "2.125": [0, 0, -5], + "2.1667": [0, 0, -5], + "2.5417": [0, 0, -5], + "3.0": [0, 0, -5] + } + }, + "Tail4": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 0], + "0.7917": [-20, 0, 0], + "1.0417": [-20, 0, 0], + "1.7917": [-20, 0, 0], + "2.0417": [-20, 0, 0], + "2.0833": [0, 0, 0], + "2.5417": [0, 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, -5], + "0.75": [0, 0, -5], + "0.7917": [0, 0, 0], + "1.0417": [0, 0, 0], + "1.7917": [0, 0, 0], + "2.0417": [0, 0, 0], + "2.0833": [0, 0, -5], + "2.5417": [0, 0, -5], + "3.0": [0, 0, -5] + } + }, + "Tail5": { + "rotation": { + "0.0": [0, 0, 0], + "0.7917": [0, 0, 0], + "0.8333": [-32.5, 0, 0], + "1.0417": [-32.5, 0, 0], + "1.7917": [-32.5, 0, 0], + "2.0": [-32.5, 0, 0], + "2.0417": [0, 0, 0], + "2.5417": [0, 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, -5], + "0.7917": [0, 0, -5], + "0.8333": [0, 0, 0], + "1.0417": [0, 0, 0], + "1.7917": [0, 0, 0], + "2.0": [0, 0, 0], + "2.0417": [0, 0, -5], + "2.5417": [0, 0, -5], + "3.0": [0, 0, -5] + } + }, + "Tail6": { + "rotation": { + "0.8333": [0, 0, 0], + "0.875": [-30, 0, 0], + "1.0417": [-30, 0, 0], + "1.7917": [-30, 0, 0], + "1.9583": [-30, 0, 0], + "2.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, -5], + "0.8333": [0, 0, -5], + "0.875": [0, 0, 0], + "1.0417": [0, 0, 0], + "1.7917": [0, 0, 0], + "1.9583": [0, 0, 0], + "2.0": [0, 0, -5], + "2.5417": [0, 0, -5], + "3.0": [0, 0, -5] + } + }, + "Tail7": { + "rotation": { + "0.0": [0, 0, 0], + "0.7917": [0, 0, 0], + "0.8333": [-20, 0, 0], + "0.875": [-25, 0, 0], + "0.9167": [-30, 0, 0], + "0.9583": [-30, 0, 0], + "1.2083": { + "pre": [-30.59871, 10.80355, -6.32526], + "post": [-30.59871, 10.80355, -6.32526], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-30.59871, -10.80355, 6.32526], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-30.02, -2.16, 1.25], + "lerp_mode": "catmullrom" + }, + "1.875": [-30, 0, 0], + "1.9167": [-30, 0, 0], + "1.9583": [-25, 0, 0], + "2.0": [-20, 0, 0], + "2.0417": [0, 0, 0], + "2.5417": [0, 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, -5], + "0.7917": [0, 0, -5], + "0.8333": [0, 0, 0], + "0.9583": [0, 0, 0], + "1.7917": [0, 0, 0], + "1.875": [0, 0, 0], + "2.0": [0, 0, 0], + "2.0417": [0, 0, -5], + "2.5417": [0, 0, -5], + "3.0": [0, 0, -5] + } + }, + "Tail8": { + "rotation": { + "0.0": [0, 0, 0], + "0.7083": [0, 0, 0], + "0.75": [-12.5, 0, 0], + "0.7917": [-30.83, 0, 0], + "0.8333": [-30.41, 0, 0], + "0.875": [-20, 0, 0], + "0.9167": [-27.5, 0, 0], + "1.0": [-25, 0, 0], + "1.0417": [-25, 0, 0], + "1.2083": [-25.18908, 6.79382, -3.18458], + "1.4583": [-25, 0, 0], + "1.7917": [-25, 0, 0], + "1.8333": [-25, 0, 0], + "1.9167": [-27.5, 0, 0], + "1.9583": [-20, 0, 0], + "2.0": [-30.41, 0, 0], + "2.0417": [-30.83, 0, 0], + "2.0833": [-12.5, 0, 0], + "2.125": [0, 0, 0], + "2.5417": [0, 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, -5], + "0.9167": [0, 0, 0], + "1.0417": [0, 0, 0], + "1.7917": [0, 0, 0], + "1.9167": [0, 0, 0], + "2.5417": [0, 0, -5], + "3.0": [0, 0, -5] + } + }, + "Tail9": { + "rotation": { + "0.0": [0, 0, 0], + "0.6667": [0, 0, 0], + "1.0": [5, 0, 0], + "1.0417": [5, 0, 0], + "1.7917": [5, 0, 0], + "1.8333": [5, 0, 0], + "2.1667": [0, 0, 0], + "2.5417": [0, 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.0417": [0, 0, 0], + "1.7917": [0, 0, 0], + "2.5417": [0, 0, 0], + "3.0": [0, 0, 0] + } + }, + "Bundle": { + "rotation": { + "0.0": [5, 0, 0], + "0.1667": [5, 0, 0], + "0.25": [5.04292, -7.4713, -0.6574], + "0.3333": [5.12076, 12.45167, 1.10693], + "0.4167": [5.04292, -7.4713, -0.6574], + "0.5": [5, 0, 0], + "0.6667": [5, 0, 0], + "0.7083": [-25, 0, 0], + "0.8333": [-25, 0, 0], + "0.9167": [15, 0, 0], + "0.9583": [15, 0, 0], + "1.0833": { + "pre": [15.91527, -19.291, -5.38152], + "post": [15.91527, -19.291, -5.38152], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [24.14867, -20.70481, -9.00717], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [15.34721, 12.06754, 3.28396], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [24.14867, 20.70481, 9.00717], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [15.0547, -4.82922, -1.29717], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": [15, 0, 0], + "1.9167": [15, 0, 0], + "2.0": [-25, 0, 0], + "2.125": [-25, 0, 0], + "2.2083": [5, 0, 0], + "2.3333": [22.5, 0, 0], + "2.5417": [12.5, 0, 0], + "3.0": [5, 0, 0] + }, + "position": { + "0.0": [0, 0, -3], + "0.2917": [0, 0, -3], + "0.5": [0, 0, -3], + "0.9583": [0, 0, -3], + "1.875": [0, 0, -3], + "2.3333": [0, 0, -3], + "2.5417": [0, 0, -3], + "3.0": [0, 0, -3] + } + }, + "neck1": { + "position": [0, -4, 0] + }, + "neck2": { + "position": [0, -4, 0] + }, + "neck3": { + "position": [0, -4, 0] + }, + "neck4": { + "position": [0, -4, 0] + }, + "RightFoot": { + "rotation": { + "0.0": [0, 25, 0], + "0.2917": [0, 25, 0], + "0.4583": [0, 25, 0], + "0.625": [25, 25, 0], + "0.875": [5, 25, 0], + "0.9583": [5, 25, 0], + "1.1667": [-2.5, 25, 0], + "1.2917": [7.5, 25, 0], + "1.4167": [-2.5, 25, 0], + "1.5417": [7.5, 25, 0], + "1.6667": [-2.5, 25, 0], + "1.7917": [7.5, 25, 0], + "2.1667": [0, 25, 0], + "2.7083": [0, 25, 0], + "3.0": [0, 25, 0] + }, + "position": { + "0.875": [0, 0, 0], + "0.9583": [0, 0, 0] + } + }, + "LeftFoot": { + "rotation": { + "0.0": [0, -25, 0], + "0.2917": [0, -25, 0], + "0.4583": [0, -25, 0], + "0.625": [27.5, -25, 0], + "0.875": [7.5, -25, 0], + "0.9583": [7.5, -25, 0], + "1.1667": [-2.5, -25, 0], + "1.2917": [7.5, -25, 0], + "1.4167": [-2.5, -25, 0], + "1.5417": [7.5, -25, 0], + "1.6667": [-2.5, -25, 0], + "1.7917": [7.5, -25, 0], + "2.1667": [0, -25, 0], + "2.7083": [0, -25, 0], + "3.0": [0, -25, 0] + }, + "position": { + "0.875": [0, 0, 0], + "0.9583": [0, 0, 0] + } + }, + "up_light1": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.2", 0, "0-math.sin((query.anim_time)*120)*0.2"] + }, + "up_light2": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.2", 0, "0-math.sin((query.anim_time+0.5)*120)*0.2"] + }, + "up_light3": { + "position": ["0-math.sin((query.anim_time-0.9)*120)*0.2", 0, "0-math.sin((query.anim_time+0.3)*120)*0.2"] + }, + "up_light4": { + "position": ["0-math.sin((query.anim_time-0.8)*120)*0.2", 0, "0-math.sin((query.anim_time-0.3)*120)*0.2"] + }, + "up_light5": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.2", 0, "0-math.sin((query.anim_time+0.8)*120)*0.2"] + }, + "up_light6": { + "position": ["0-math.sin((query.anim_time+0.1)*120)*0.2", 0, "0-math.sin((query.anim_time+0.7)*120)*0.2"] + }, + "up_light7": { + "position": ["0-math.sin((query.anim_time-0.5)*120)*0.2", 0, "00-math.sin((query.anim_time)*120)*0.2"] + }, + "up_light8": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.2", 0, "00-math.sin((query.anim_time+0.6)*120)*0.2"] + }, + "up_light9": { + "position": ["0-math.sin((query.anim_time+0.5)*120)*0.2", 0, "0-math.sin((query.anim_time-0.2)*120)*0.2"] + }, + "back_light1": { + "position": ["0-math.sin((query.anim_time)*120)*0.20", "0-math.sin((query.anim_time)*120)*0.20", 0] + }, + "back_light2": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time+0.9)*120)*0.20", 0] + }, + "back_light3": { + "position": ["0-math.sin((query.anim_time+0.2)*120)*0.20", "0-math.sin((query.anim_time-0.3)*120)*0.20", 0] + }, + "back_light4": { + "position": ["0-math.sin((query.anim_time-0.1)*120)*0.20", "0-math.sin((query.anim_time+0.9)*120)*0.20", 0] + }, + "back_light5": { + "position": ["0-math.sin((query.anim_time+0.4)*120)*0.20", "0-math.sin((query.anim_time-0.8)*120)*0.20", 0] + }, + "back_light6": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time+0.3)*120)*0.20", 0] + }, + "back_light7": { + "position": ["0-math.sin((query.anim_time)*120)*0.20", "0-math.sin((query.anim_time+0.4)*120)*0.20", 0] + }, + "back_light8": { + "position": ["0-math.sin((query.anim_time+0.3)*120)*0.20", "0-math.sin((query.anim_time+0.7)*120)*0.20", 0] + }, + "back_light9": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time+0.8)*120)*0.20", 0] + }, + "left_light1": { + "position": [0, "0-math.sin((query.anim_time+0.5)*120)*0.2", "0-math.sin((query.anim_time+0.5)*120)*0.2"] + }, + "left_light2": { + "position": [0, "0-math.sin((query.anim_time+0.3)*120)*0.20", "0-math.sin((query.anim_time-0.9)*120)*0.20"] + }, + "left_light3": { + "position": [0, "0-math.sin((query.anim_time+0.3)*120)*0.20", "0-math.sin((query.anim_time-0.5)*120)*0.20"] + }, + "left_light4": { + "position": [0, "0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time+0.4)*120)*0.20"] + }, + "left_light5": { + "position": [0, "0-math.sin((query.anim_time-0.3)*120)*0.20", "0-math.sin((query.anim_time-0.2)*120)*0.20"] + }, + "left_light6": { + "position": [0, "0-math.sin((query.anim_time+0.4)*120)*0.20", "0-math.sin((query.anim_time+0.9)*120)*0.20"] + }, + "left_light7": { + "position": [0, "0-math.sin((query.anim_time-0.3)*120)*0.20", "0-math.sin((query.anim_time-0.9)*120)*0.20"] + }, + "left_light8": { + "position": [0, "0-math.sin((query.anim_time+0.4)*120)*0.20", "0-math.sin((query.anim_time-0.6)*120)*0.20"] + }, + "left_light9": { + "position": [0, "0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time)*120)*0.20"] + }, + "right_light1": { + "position": [0, "0-math.sin((query.anim_time-0.5)*120)*0.2", "0-math.sin((query.anim_time)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light2": { + "position": [0, "0-math.sin((query.anim_time-0.3)*120)*0.2", "0-math.sin((query.anim_time-0.4)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light3": { + "position": [0, "0-math.sin((query.anim_time-0.1)*120)*0.2", "0.5-math.sin((query.anim_time+0.8)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light4": { + "position": [0, "0-math.sin((query.anim_time-0.8)*120)*0.2", "0-math.sin((query.anim_time-0.3)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light5": { + "position": [0, "0-math.sin((query.anim_time+0.2)*120)*0.2", "0-math.sin((query.anim_time-0.6)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light6": { + "position": [0, "0-math.sin((query.anim_time+0.7)*120)*0.2", "0-math.sin((query.anim_time-0.5)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light7": { + "position": [0, "0-math.sin((query.anim_time-0.7)*120)*0.2", "0-math.sin((query.anim_time+0.6)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light8": { + "position": [0, "0-math.sin((query.anim_time-0.8)*120)*0.2", "0-math.sin((query.anim_time+0.2)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light9": { + "position": [0, "0-math.sin((query.anim_time-0.4)*120)*0.2", "0-math.sin((query.anim_time-0.6)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "sleep_bundle": { + "scale": 0 + }, + "RightLeg": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-50, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-50.10753, 3.21154, -3.83424], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-50, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-50.10753, -3.21154, 3.83424], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-50, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-50.10753, 3.21154, -3.83424], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-50, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": [0, 0, 0], + "2.7083": [0, 0, 0], + "2.75": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "0.2917": [0, 0, 0], + "0.4583": [0, 0, 0], + "0.625": [0, 28, 0], + "0.9583": [0, 28.5, -3], + "1.0833": [0.5, 26.5, -3], + "1.2083": [0, 28.5, -3], + "1.3333": [-0.75, 26.5, -3], + "1.4583": [0, 28.5, -3], + "1.5833": [0.5, 26.5, -3], + "1.7083": [0, 28.5, -3], + "1.7917": [0, 28.5, -3], + "1.875": [0, 22.38, -2.25], + "2.0": [0, 9.19, -1.12], + "2.1667": [0, 0, 0], + "2.7083": [0, 0, 0], + "3.0": [0, 0, 0] + } + }, + "LeftLeg": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-50, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-50.10753, 3.21154, -3.83424], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-50, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-50.10753, -3.21154, 3.83424], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-50, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-50.10753, 3.21154, -3.83424], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-50, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": [0, 0, 0], + "2.7083": [0, 0, 0], + "2.75": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "0.2917": [0, 0, 0], + "0.4583": [0, 0, 0], + "0.625": [0, 28, 0], + "0.9583": [0, 28.5, -3], + "1.0833": [0.5, 26.5, -3], + "1.2083": [0, 28.5, -3], + "1.3333": [-0.75, 26.5, -3], + "1.4583": [0, 28.5, -3], + "1.5833": [0.5, 26.5, -3], + "1.7083": [0, 28.5, -3], + "1.7917": [0, 28.5, -3], + "1.875": [0, 22.38, -2.25], + "2.0": [0, 9.19, -1.12], + "2.1667": [0, 0, 0], + "2.7083": [0, 0, 0], + "3.0": [0, 0, 0] + } + }, + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-27.41063, -2.30644, -4.43745], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-27.41063, 2.30644, 4.43745], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-27.41063, -2.30644, -4.43745], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": [52.5, 0, 0], + "2.2083": [55, 0, 0], + "2.25": { + "pre": [57.5, 0, 0], + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "0.2917": [0, 0.5, -3], + "0.4583": [0, -0.25, -3], + "0.625": [0, 28.5, -2], + "0.9583": [0, 28.5, 0], + "1.0833": { + "pre": [0, 26.5, 0], + "post": [0, 26.5, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 28.5, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 26.5, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 28.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 26.5, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 28.5, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": [0, -0.25, -3], + "2.7083": [0, 0, 0], + "3.0": [0, 0, 0] + } + }, + "openeyes": { + "position": { + "0.0": [0, 0, 0], + "0.125": [0, 0, 0], + "0.1667": [0, 0, 1], + "1.8333": [0, 0, 1], + "1.9167": [0, 0, 0], + "2.2083": [0, 0, 0], + "2.25": [0, 0, 1], + "2.4583": [0, 0, 1], + "2.5417": [0, 0, 0] + } + }, + "hurteyes": { + "position": { + "0.0": [0, 0, 0], + "1.8333": [0, 0, 0] + } + }, + "sleepingeyes": { + "position": { + "0.0": [0, 0, 0], + "0.1667": [0, 0, 0], + "0.2083": [0, 0, -1], + "0.7083": [0, 0, -1], + "2.25": [0, 0, 0], + "2.2917": [0, 0, -1], + "2.4583": [0, 0, -1], + "2.5": [0, 0, 0] + } + }, + "angryeyes": { + "position": { + "0.7083": [0, 0, 0], + "0.75": [0, 0, -1], + "1.8333": [0, 0, -1], + "1.875": [0, 0, 0] + } + }, + "lower_beak": { + "rotation": { + "0.0": [0, 0, 0], + "0.9167": [0, 0, 0], + "1.0": [42.5, 0, 0], + "1.8333": [42.5, 0, 0], + "1.9167": [0, 0, 0] + } + } + } + }, + "animation.ironbundle.status": { + "animation_length": 3, + "bones": { + "LeftArm": { + "rotation": { + "0.0": [0, 0, 60], + "0.7083": { + "pre": [0, 45, 45], + "post": [0, 45, 45], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, -25, 32.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, -25, 32.5], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, 35, 45], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 0, 60], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 60], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0.25, 0.25, 0], + "2.5833": { + "pre": [0.25, 0.25, 0], + "post": [0.25, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.25, 0.25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "RightArm": { + "rotation": { + "0.0": [0, 0, -60], + "0.7083": { + "pre": [0, -45, -45], + "post": [0, -45, -45], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 25, -32.5], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 25, -32.5], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, -35, -45], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 0, -60], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -60], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [-0.25, 0.5, 0], + "2.5833": { + "pre": [-0.25, 0.5, 0], + "post": [-0.25, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.25, 0.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail1": { + "position": [0, 2.25, -0.75] + }, + "Tail2": { + "position": [0, 0, -5] + }, + "Tail3": { + "position": [0, 0, -5] + }, + "Tail4": { + "position": [0, 0, -5] + }, + "Tail5": { + "position": [0, 0, -5] + }, + "Tail6": { + "position": [0, 0, -5] + }, + "Tail7": { + "position": [0, 0, -5] + }, + "Tail8": { + "position": [0, 0, -5] + }, + "Tail9": { + "position": [0, 0, -5] + }, + "Bundle": { + "rotation": [5, 0, 0], + "position": [0, 0, -3] + }, + "neck1": { + "position": [0, -4, 0] + }, + "neck2": { + "position": [0, -4, 0] + }, + "neck3": { + "position": [0, -4, 0] + }, + "neck4": { + "position": [0, -4, 0] + }, + "RightFoot": { + "rotation": [0, 25, 0] + }, + "LeftFoot": { + "rotation": [0, -25, 0] + }, + "up_light1": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.2", 0, "0-math.sin((query.anim_time)*120)*0.2"] + }, + "up_light2": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.2", 0, "0-math.sin((query.anim_time+0.5)*120)*0.2"] + }, + "up_light3": { + "position": ["0-math.sin((query.anim_time-0.9)*120)*0.2", 0, "0-math.sin((query.anim_time+0.3)*120)*0.2"] + }, + "up_light4": { + "position": ["0-math.sin((query.anim_time-0.8)*120)*0.2", 0, "0-math.sin((query.anim_time-0.3)*120)*0.2"] + }, + "up_light5": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.2", 0, "0-math.sin((query.anim_time+0.8)*120)*0.2"] + }, + "up_light6": { + "position": ["0-math.sin((query.anim_time+0.1)*120)*0.2", 0, "0-math.sin((query.anim_time+0.7)*120)*0.2"] + }, + "up_light7": { + "position": ["0-math.sin((query.anim_time-0.5)*120)*0.2", 0, "00-math.sin((query.anim_time)*120)*0.2"] + }, + "up_light8": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.2", 0, "00-math.sin((query.anim_time+0.6)*120)*0.2"] + }, + "up_light9": { + "position": ["0-math.sin((query.anim_time+0.5)*120)*0.2", 0, "0-math.sin((query.anim_time-0.2)*120)*0.2"] + }, + "back_light1": { + "position": ["0-math.sin((query.anim_time)*120)*0.20", "0-math.sin((query.anim_time)*120)*0.20", 0] + }, + "back_light2": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time+0.9)*120)*0.20", 0] + }, + "back_light3": { + "position": ["0-math.sin((query.anim_time+0.2)*120)*0.20", "0-math.sin((query.anim_time-0.3)*120)*0.20", 0] + }, + "back_light4": { + "position": ["0-math.sin((query.anim_time-0.1)*120)*0.20", "0-math.sin((query.anim_time+0.9)*120)*0.20", 0] + }, + "back_light5": { + "position": ["0-math.sin((query.anim_time+0.4)*120)*0.20", "0-math.sin((query.anim_time-0.8)*120)*0.20", 0] + }, + "back_light6": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time+0.3)*120)*0.20", 0] + }, + "back_light7": { + "position": ["0-math.sin((query.anim_time)*120)*0.20", "0-math.sin((query.anim_time+0.4)*120)*0.20", 0] + }, + "back_light8": { + "position": ["0-math.sin((query.anim_time+0.3)*120)*0.20", "0-math.sin((query.anim_time+0.7)*120)*0.20", 0] + }, + "back_light9": { + "position": ["0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time+0.8)*120)*0.20", 0] + }, + "left_light1": { + "position": [0, "0-math.sin((query.anim_time+0.5)*120)*0.2", "0-math.sin((query.anim_time+0.5)*120)*0.2"] + }, + "left_light2": { + "position": [0, "0-math.sin((query.anim_time+0.3)*120)*0.20", "0-math.sin((query.anim_time-0.9)*120)*0.20"] + }, + "left_light3": { + "position": [0, "0-math.sin((query.anim_time+0.3)*120)*0.20", "0-math.sin((query.anim_time-0.5)*120)*0.20"] + }, + "left_light4": { + "position": [0, "0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time+0.4)*120)*0.20"] + }, + "left_light5": { + "position": [0, "0-math.sin((query.anim_time-0.3)*120)*0.20", "0-math.sin((query.anim_time-0.2)*120)*0.20"] + }, + "left_light6": { + "position": [0, "0-math.sin((query.anim_time+0.4)*120)*0.20", "0-math.sin((query.anim_time+0.9)*120)*0.20"] + }, + "left_light7": { + "position": [0, "0-math.sin((query.anim_time-0.3)*120)*0.20", "0-math.sin((query.anim_time-0.9)*120)*0.20"] + }, + "left_light8": { + "position": [0, "0-math.sin((query.anim_time+0.4)*120)*0.20", "0-math.sin((query.anim_time-0.6)*120)*0.20"] + }, + "left_light9": { + "position": [0, "0-math.sin((query.anim_time-0.2)*120)*0.20", "0-math.sin((query.anim_time)*120)*0.20"] + }, + "right_light1": { + "position": [0, "0-math.sin((query.anim_time-0.5)*120)*0.2", "0-math.sin((query.anim_time)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light2": { + "position": [0, "0-math.sin((query.anim_time-0.3)*120)*0.2", "0-math.sin((query.anim_time-0.4)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light3": { + "position": [0, "0-math.sin((query.anim_time-0.1)*120)*0.2", "0.5-math.sin((query.anim_time+0.8)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light4": { + "position": [0, "0-math.sin((query.anim_time-0.8)*120)*0.2", "0-math.sin((query.anim_time-0.3)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light5": { + "position": [0, "0-math.sin((query.anim_time+0.2)*120)*0.2", "0-math.sin((query.anim_time-0.6)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light6": { + "position": [0, "0-math.sin((query.anim_time+0.7)*120)*0.2", "0-math.sin((query.anim_time-0.5)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light7": { + "position": [0, "0-math.sin((query.anim_time-0.7)*120)*0.2", "0-math.sin((query.anim_time+0.6)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light8": { + "position": [0, "0-math.sin((query.anim_time-0.8)*120)*0.2", "0-math.sin((query.anim_time+0.2)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "right_light9": { + "position": [0, "0-math.sin((query.anim_time-0.4)*120)*0.2", "0-math.sin((query.anim_time-0.6)*120)*0.2"], + "scale": { + "0.0": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "head_nonmoving": { + "rotation": { + "1.25": [0, 0, 0], + "1.2917": [0, -2.5, 0], + "1.3333": [0, 0, 0] + } + }, + "sleep_bundle": { + "scale": 0 + }, + "RightLeg": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [30, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [30, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 3, -1], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 3, -1], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "LeftLeg": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [30, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [30, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 3, -1], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 3, -1], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "position": [0, 0, 0] + }, + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": { + "pre": [25, 0, 0], + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "0.75": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 2, -0.5], + "lerp_mode": "catmullrom" + }, + "1.1667": [0, 2, -0.5], + "1.2083": [0, 2.25, -0.5], + "1.25": [0, 2, -0.5], + "1.2917": [0, 2.25, -0.5], + "1.3333": [0, 2, -0.5], + "1.375": [0, 2.25, -0.5], + "1.4167": [0, 2, -0.5], + "1.5417": { + "pre": [0, 2, -0.5], + "post": [0, 2, -0.5], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, 0, -0.5], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lower_beak": { + "rotation": { + "0.0": [0, 0, 0], + "0.9167": [0, 0, 0], + "1.0": [25, 0, 0], + "1.7917": [25, 0, 0], + "1.875": [0, 0, 0], + "3.0": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ironthorns/ironthorns.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ironthorns/ironthorns.animation.json new file mode 100644 index 0000000..2f611b8 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ironthorns/ironthorns.animation.json @@ -0,0 +1,681 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.ironthorns.ground_idle": { + "loop": true, + "bones": { + "leg_right": { + "rotation": [0, 15, 0] + }, + "torso": { + "rotation": [15, 0, 0], + "position": [0, 1, 0] + }, + "chest": { + "rotation": [-5, 0, 0], + "position": [0, 0, 0] + }, + "tail": { + "rotation": [-30, 0, 0] + }, + "tail2": { + "rotation": [5, 0, 0] + }, + "tail3": { + "rotation": [10, 0, 0] + }, + "tail4": { + "rotation": [10, 0, 0] + }, + "tail5": { + "rotation": [7.5, 0, 0] + }, + "neck": { + "rotation": [-7.5, 0, 0], + "position": [0, -4, -1] + }, + "chest2": { + "rotation": [0, 0, 0] + }, + "arm_right": { + "rotation": [15, -2.5, -20] + }, + "arm_right2": { + "rotation": [10.53252, -16.3619, -10.38658] + }, + "hand_right": { + "rotation": [8.03252, -16.3619, -10.38658] + }, + "finger_index_right": { + "rotation": [0, -17.5, 0] + }, + "finger_ring_right": { + "rotation": [0, 15, 0] + }, + "arm_left": { + "rotation": [15, 2.5, 20] + }, + "arm_left2": { + "rotation": [10.53252, 16.3619, 10.3866] + }, + "hand_left": { + "rotation": [8.03252, 16.3619, 10.3866] + }, + "leg_left": { + "rotation": [0, -15, 0] + }, + "neck2": { + "position": [0, 1, 2] + }, + "head": { + "rotation": [-15, 0, 0] + }, + "head_rotation": { + "rotation": [15, 0, 0] + }, + "head_spike": { + "rotation": [5, 0, 0] + }, + "jaw_hidden": { + "position": [0, -3, 0] + } + } + }, + "animation.tyranitar.blink": { + "animation_length": 0.16667, + "bones": { + "eyelid_left": { + "position": { + "0.0": [0.1, 0, 0], + "0.125": [0.1, 0, 0], + "0.1667": [0, 0, 0] + } + }, + "eyelid_right": { + "position": { + "0.0": [-0.1, 0, 0], + "0.125": [-0.1, 0, 0], + "0.1667": [0, 0, 0] + } + } + } + }, + "animation.tyranitar.mouth_open": { + "animation_length": 3.66667, + "bones": { + "chest": { + "rotation": [10, 0, 0] + }, + "arm_right": { + "rotation": [-4.50432, 19.50645, -13.27463] + }, + "chest2": { + "rotation": [-7.5, 0, 0] + }, + "neck": { + "rotation": [-2.5, 0, 0] + }, + "neck2": { + "rotation": [-12.5, 0, 0], + "position": [0, 0, -3] + }, + "torso": { + "rotation": [35, 0, 0] + }, + "arm_left": { + "rotation": [-4.50432, -19.5064, 13.2746] + }, + "jaw": { + "rotation": [82.5, 0, 0] + }, + "head_rotation": { + "rotation": [-32.5, 0, 0] + }, + "finger_index_right": { + "rotation": [0, -15, -30] + }, + "finger_ring_right": { + "rotation": [-2.74715, 12.19908, -12.79362] + }, + "finger_index_left": { + "rotation": [0, 15, 30] + }, + "finger_ring_left": { + "rotation": [-2.74715, -12.19908, 12.79362] + }, + "tail": { + "rotation": [-10, 0, 0] + }, + "tail2": { + "rotation": [17.5, 0, 0] + }, + "tail3": { + "rotation": [20, 0, 0] + }, + "tail4": { + "rotation": [10, 0, 0] + }, + "tail5": { + "rotation": [15, 0, 0] + }, + "leg_right": { + "rotation": [6.58489, 17.05448, 11.43677] + }, + "foot_right": { + "rotation": [-2.50954, 4.99523, -10.21865] + }, + "leg_left": { + "rotation": [6.58489, -17.05448, -11.43677] + }, + "foot_left": { + "rotation": [-2.50954, -4.99523, 10.21865] + }, + "jaw_hidden": { + "rotation": [0, 0, 0], + "position": [0, -3, 0] + } + } + }, + "animation.tyranitar.battle_cry/status": { + "loop": "hold_on_last_frame", + "animation_length": 4.33333, + "bones": { + "body": { + "position": { + "0.0": [0, 0, 0], + "1.75": [0, 0, 0], + "1.7917": [1, 0, 0], + "1.8333": [0, 0, 0], + "1.875": [1, 0, 0], + "1.9167": [0, 0, 0], + "1.9583": [1, 0, 0], + "2.0": [0, 0, 0], + "2.0417": [1, 0, 0], + "2.0833": [0, 0, 0], + "2.125": [1, 0, 0], + "2.1667": [0, 0, 0], + "2.2083": [1, 0, 0], + "2.25": [0, 0, 0], + "2.2917": [1, 0, 0], + "2.3333": [0, 0, 0], + "2.375": [1, 0, 0], + "2.4167": [0, 0, 0], + "2.4583": [1, 0, 0], + "2.5": [0, 0, 0], + "2.5417": [1, 0, 0], + "2.5833": [0, 0, 0], + "2.625": [1, 0, 0], + "2.6667": [0, 0, 0], + "2.7083": [1, 0, 0], + "2.75": [0, 0, 0] + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-0.79316, -0.10442, -7.49928], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-2.54551, 0.34238, 8.01729], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [50, 0, 0], + "2.5": [12.5, 0, 0], + "3.0": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [-0.79316, -0.10442, -7.49928], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [-0.79316, 0.1044, 7.4993], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5833": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.875": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.9583": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "chest": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [10, 0, 0], + "1.25": [-10, 0, 0], + "4.3333": [0, 0, 0] + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-4.48581, 52.96205, 3.97517], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-4.48581, 52.96205, 3.97517], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-4.50432, -19.5064, 13.2746], + "lerp_mode": "catmullrom" + }, + "4.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "4.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "hand_left": { + "rotation": { + "0.0": [0, 0, 0], + "1.25": [0, 15, 0], + "4.3333": [0, 0, 0] + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-6.32269, -47.76378, -7.07804], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-6.32269, -47.76378, -7.07804], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-4.50432, 19.50645, -13.27463], + "lerp_mode": "catmullrom" + }, + "4.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "4.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "hand_right": { + "rotation": { + "0.0": [0, 0, 0], + "1.25": [0, -15, 0], + "4.3333": [0, 0, 0] + } + }, + "chest2": { + "rotation": { + "0.0": [0, 0, 0], + "1.5": [0, 0, 0], + "1.75": [-7.5, 0, 0], + "4.3333": [0, 0, 0] + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [-2.5, 0, 0], + "4.3333": [0, 0, 0] + } + }, + "neck2": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [-12.5, 0, 0], + "1.25": [17.5, 0, 0], + "1.75": [-12.5, 0, 0], + "2.5": [-25, 0, 0], + "3.625": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [40, 0, 0], + "1.75": [2.5, 0, 0], + "4.3333": [0, 0, 0] + } + }, + "head_rotation": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-32.5, 0, 0], + "3.625": [0, 0, 0], + "4.3333": [0, 0, 0] + } + }, + "jaw": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 0], + "1.0": [0, 0, 0], + "1.25": [7.5, 0, 0], + "1.75": [82.5, 0, 0], + "2.5": [72, 0, 0], + "3.625": [0, 0, 0] + } + }, + "jaw_hidden": { + "rotation": { + "1.0": [0, 0, 0], + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 0], + "1.0": [0, 0, 0], + "1.75": [0, -3, 0], + "3.625": [0, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [0, 0, 0], + "1.75": [-10, 0, 0], + "4.3333": [0, 0, 0] + } + }, + "tail2": { + "rotation": { + "0.0": [0, 0, 0], + "1.75": [17.5, 0, 0], + "4.3333": [0, 0, 0] + } + }, + "tail3": { + "rotation": { + "0.0": [0, 0, 0], + "1.75": [20, 0, 0], + "4.3333": [0, 0, 0] + } + }, + "tail_spike_top": { + "rotation": { + "0.0": [0, 0, 0], + "1.75": [12.5, 0, 0], + "4.3333": [0, 0, 0] + } + }, + "bone3": { + "rotation": { + "0.0": [0, 0, 0], + "1.75": [0, -12.5, 0], + "4.3333": [0, 0, 0] + } + }, + "tail_spike_top4": { + "rotation": { + "0.0": [0, 0, 0], + "1.75": [0, 7.5, 0], + "4.3333": [0, 0, 0] + } + }, + "tail4": { + "rotation": { + "0.0": [0, 0, 0], + "1.75": [10, 0, 0], + "4.3333": [0, 0, 0] + } + }, + "tail5": { + "rotation": { + "0.0": [0, 0, 0], + "1.75": [15, 0, 0], + "4.3333": [0, 0, 0] + } + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0.30637, -28.20967, -0.62148], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [6.58489, -17.05448, -11.43677], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [6.58489, -17.05448, -11.43677], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0.30637, -28.20967, -0.62148], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 3, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, 3, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5417": { + "post": [0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [-2.50954, -4.99523, 10.21865], + "3.0": [-2.50954, -4.99523, 10.21865], + "3.625": [0, 0, 0] + } + }, + "leg_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.625": [0, 0, 0], + "1.0": [6.58489, 17.05448, 11.43677], + "3.625": [6.58489, 17.05448, 11.43677], + "3.875": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.625": [0, 0, 0], + "0.8333": [0, 4, 0], + "1.0": [0, 0, 0], + "1.0417": [0.5, 0, 0], + "1.0833": [0, 0, 0], + "3.625": [0, 0, 0], + "3.75": [0, 3, 0], + "3.875": [0, 0, 0], + "3.9167": [0.5, 0, 0], + "3.9583": [0, 0, 0] + } + }, + "foot_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.625": [0, 0, 0], + "1.0": [-2.50954, 4.99523, -10.21865], + "3.625": [-2.50954, 4.99523, -10.21865], + "3.875": [0, 0, 0] + } + }, + "tyranitar": { + "position": [0, 0, 0], + "scale": 1 + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ironvaliant/ironvaliant.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ironvaliant/ironvaliant.animation.json new file mode 100644 index 0000000..3400fc1 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ironvaliant/ironvaliant.animation.json @@ -0,0 +1,2749 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.ironvaliant.ground_idle": { + "loop": true, + "bones": { + "body": { + "position": [0, "-0.75+Math.cos((query.anim_time) * 90 * 1) * 0.15", "0+Math.cos((query.anim_time) * 90 * 1) * -0.2"] + }, + "torso": { + "rotation": ["0+Math.cos((query.anim_time) * 90 * 1 - 90) * -1", 0, 0], + "position": [0, "0+Math.cos((query.anim_time) * 90 * 1) * 0.1", 0] + }, + "waist": { + "rotation": ["-2.5+Math.cos((query.anim_time) * 90 * 1 - 130) * -1", -10, 0] + }, + "arm_left": { + "rotation": [2.25644, "5.1855+Math.cos((query.anim_time) * 90 * 1) * 2", "45.5337+Math.cos((query.anim_time) * 90 * 1 - 130) * 1"] + }, + "arm_left2": { + "rotation": [31.23488, -67.75969, 54.62817], + "position": [0, 0, -1] + }, + "hand_left": { + "rotation": [0, 0, 32.5] + }, + "arm_right": { + "rotation": [-0.60164, "0.0925+Math.cos((query.anim_time) * 90 * 1) * -2", "-37.4899+Math.cos((query.anim_time) * 90 * 1 - 130) * -1"] + }, + "arm_right2": { + "rotation": [4.46398, 73.89429, -53.51141], + "position": [0, 0, -1] + }, + "hand_right": { + "rotation": [0, 0, -32.5] + }, + "neck": { + "rotation": ["7.5+Math.cos((query.anim_time) * 90 * 1 - 90) * 3", 7.5, 0] + }, + "leg_right": { + "rotation": ["-5+Math.cos((query.anim_time) * 90 * 1) * 2", 12.5, 2.5] + }, + "leg_right2": { + "rotation": ["5+Math.cos((query.anim_time) * 90 * 1) * -2", 0, -2.5] + }, + "leg_left": { + "rotation": ["-5+Math.cos((query.anim_time) * 90 * 1) * 2", -20, -10] + }, + "leg_left2": { + "rotation": ["7.5+Math.cos((query.anim_time) * 90 * 1) * -2", 0, 10] + }, + "iron_valiant": { + "position": [0, 0, 0] + }, + "finger_front_left": { + "rotation": [0, 0, -2.5] + }, + "finger_center_left": { + "rotation": [0, 0, -17.5] + }, + "finger_back_left": { + "rotation": [0, 0, -7.5] + }, + "bone13": { + "rotation": [0, 0, -7.5] + }, + "bone12": { + "rotation": [0, 0, -7.5] + }, + "bone11": { + "rotation": [0, 0, -2.5] + }, + "bone9": { + "rotation": [0, 0, -7.5] + }, + "bone8": { + "rotation": [0, 0, -10] + }, + "bone10": { + "rotation": [0, 0, 7.5], + "position": [0, 1, 0] + }, + "bone5": { + "rotation": [0, 0, -7.5], + "position": [0, 1, 0] + }, + "bone6": { + "rotation": [0, 0, 10] + }, + "bone7": { + "rotation": [0, 0, 7.5] + }, + "bone14": { + "rotation": [0, 0, 2.5] + }, + "bone15": { + "rotation": [0, 0, 7.5] + }, + "bone16": { + "rotation": [0, 0, 7.5] + }, + "bone18": { + "rotation": [0, 0, -7.5], + "position": [0, 1, 0] + }, + "bone19": { + "rotation": [0, 0, 10] + }, + "bone20": { + "rotation": [0, 0, 7.5] + }, + "bone21": { + "rotation": [0, 0, 2.5] + }, + "bone22": { + "rotation": [0, 0, 7.5] + }, + "bone23": { + "rotation": [0, 0, 7.5] + }, + "bone25": { + "rotation": [0, 0, 7.5], + "position": [0, 1, 0] + }, + "bone26": { + "rotation": [0, 0, -10] + }, + "bone27": { + "rotation": [0, 0, -7.5] + }, + "bone28": { + "rotation": [0, 0, -2.5] + }, + "bone29": { + "rotation": [0, 0, -7.5] + }, + "bone30": { + "rotation": [0, 0, -7.5] + }, + "bone32": { + "rotation": [0, 0, 7.5], + "position": [0, 1, 0] + }, + "bone33": { + "rotation": [0, 0, -10] + }, + "bone34": { + "rotation": [0, 0, -7.5] + }, + "bone35": { + "rotation": [0, 0, -2.5] + }, + "bone36": { + "rotation": [0, 0, -7.5] + }, + "bone37": { + "rotation": [0, 0, -7.5] + }, + "bone38": { + "scale": 0 + } + } + }, + "animation.ironvaliant.ground_walk": { + "loop": true, + "animation_length": 1.5, + "bones": { + "body": { + "position": [0, "-0.8+Math.cos((query.anim_time) * 90 * 8/3 * 2) * 0.8", 0] + }, + "torso": { + "rotation": ["0+Math.cos((query.anim_time) * 90 * 8/3 * 2 - 90) * 2", 0, "0+Math.cos((query.anim_time) * 90 * 8/3 - 90) * -3"], + "position": [0, "-1+Math.cos((query.anim_time) * 90 * 8/3 * 2 - 90) * 0.2", 0] + }, + "waist": { + "rotation": ["-5+Math.cos((query.anim_time) * 90 * 8/3 * 2 - 160) * 2", 0, "0+Math.cos((query.anim_time) * 90 * 8/3 - 90) * 3"] + }, + "chest": { + "rotation": [7.5, 0, 0] + }, + "arm_left": { + "rotation": [27.5, "-12.5+Math.cos((query.anim_time) * 90 * 8/3) * -20", 50] + }, + "arm_left2": { + "rotation": [0, "-37.5+Math.cos((query.anim_time) * 90 * 8/3 - 90) * -20", 0] + }, + "arm_right": { + "rotation": [27.5, "12.5+Math.cos((query.anim_time) * 90 * 8/3) * -20", -50] + }, + "arm_right2": { + "rotation": [0, "37.5+Math.cos((query.anim_time) * 90 * 8/3 - 90) * -20", 0] + }, + "neck": { + "rotation": ["0+Math.cos((query.anim_time) * 90 * 8/3 * 2 - 90) * -4", 0, 0] + }, + "leg_right": { + "rotation": { + "0.0": [22.75, 3, 2], + "0.0833": [21, 3, 2], + "0.625": [-38.25, 3, 2], + "0.75": [-42.5, 3, 2], + "0.875": [-40, 3, 2], + "1.4167": [19.5, 3, 2], + "1.5": [22.75, 3, 2] + }, + "position": { + "0.0": [0, -0.75, 0], + "0.75": [0, 0, 0], + "1.0833": [0, 0, 0], + "1.25": [0, 1, 0], + "1.5": [0, -0.75, 0] + } + }, + "leg_right2": { + "rotation": { + "0.0": { + "post": [4.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [51.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0.28, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-6.11, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [4.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [4.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": { + "0.0": [-42.5, -3, -2], + "0.125": [-40, -3, -2], + "0.6667": [19.5, -3, -2], + "0.75": [22.75, -3, -2], + "0.8333": [21, -3, -2], + "1.375": [-38.25, -3, -2], + "1.5": [-42.5, -3, -2] + }, + "position": { + "0.0": [0, 0, 0], + "0.3333": [0, 0, 0], + "0.5": [0, 1, 0], + "0.75": [0, -0.75, 0], + "1.5": [0, 0, 0] + } + }, + "leg_left2": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0.28, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [51.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [4.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": [0, 0, 7.5], + "position": [0, 1, 0] + }, + "bone8": { + "rotation": [0, 0, -10] + }, + "bone9": { + "rotation": [0, 0, -7.5] + }, + "bone11": { + "rotation": [0, 0, -2.5] + }, + "bone12": { + "rotation": [0, 0, -7.5] + }, + "bone13": { + "rotation": [0, 0, -7.5] + }, + "bone5": { + "rotation": [0, 0, -7.5], + "position": [0, 1, 0] + }, + "bone6": { + "rotation": [0, 0, 10] + }, + "bone7": { + "rotation": [0, 0, 7.5] + }, + "bone14": { + "rotation": [0, 0, 2.5] + }, + "bone15": { + "rotation": [0, 0, 7.5] + }, + "bone16": { + "rotation": [0, 0, 7.5] + }, + "bone18": { + "rotation": [0, 0, -7.5], + "position": [0, 1, 0] + }, + "bone19": { + "rotation": [0, 0, 10] + }, + "bone20": { + "rotation": [0, 0, 7.5] + }, + "bone21": { + "rotation": [0, 0, 2.5] + }, + "bone22": { + "rotation": [0, 0, 7.5] + }, + "bone23": { + "rotation": [0, 0, 7.5] + }, + "bone25": { + "rotation": [0, 0, 7.5], + "position": [0, 1, 0] + }, + "bone26": { + "rotation": [0, 0, -10] + }, + "bone27": { + "rotation": [0, 0, -7.5] + }, + "bone28": { + "rotation": [0, 0, -2.5] + }, + "bone29": { + "rotation": [0, 0, -7.5] + }, + "bone30": { + "rotation": [0, 0, -7.5] + }, + "bone32": { + "rotation": [0, 0, 7.5], + "position": [0, 1, 0] + }, + "bone33": { + "rotation": [0, 0, -10] + }, + "bone34": { + "rotation": [0, 0, -7.5] + }, + "bone35": { + "rotation": [0, 0, -2.5] + }, + "bone36": { + "rotation": [0, 0, -7.5] + }, + "bone37": { + "rotation": [0, 0, -7.5] + }, + "bone38": { + "scale": 0 + }, + "finger_front_left": { + "rotation": [0, 0, 25] + }, + "finger_center_left": { + "rotation": [0, 0, 17.5] + }, + "finger_back_left": { + "rotation": [0, 0, 22.5] + } + } + }, + "animation.ironvaliant.ground_run": { + "loop": true, + "animation_length": 1, + "bones": { + "body": { + "position": { + "0.0": { + "post": [0, 3.75, -1.1], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 2.58, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, -1.5, 1], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 2.5, -1], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 3.58, -1], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 2.58, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, -1.5, 2], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 2.5, -1], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 3.75, -1.1], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": [ + "17.5+Math.cos((query.anim_time) * 90 * 8 - 90) * 8", + "0+Math.cos((query.anim_time) * 90 * 4) * 10", + "0+Math.cos((query.anim_time) * 90 * 4) * -5" + ], + "position": [0, "0+Math.cos((query.anim_time) * 90 * 8 - 90) * 0.4", 0] + }, + "waist": { + "rotation": [ + "8.5+Math.cos((query.anim_time) * 90 * 8 - 90) * -8", + "0+Math.cos((query.anim_time) * 90 * 4) * -10", + "0+Math.cos((query.anim_time) * 90 * 4) * 10" + ] + }, + "arm_left": { + "rotation": [32.5, "0+Math.cos((query.anim_time) * 90 * 4) * -50", 35] + }, + "arm_left2": { + "rotation": [0, "Math.cos((query.anim_time) * 90 * 4 - 45) * -30", 0] + }, + "arm_right": { + "rotation": [32.5, "0+Math.cos((query.anim_time) * 90 * 4) * -50", -35] + }, + "arm_right2": { + "rotation": [0, "(Math.cos((query.anim_time) * 90 * 4 - 45) * -30)", 0] + }, + "neck": { + "rotation": ["-10 + Math.cos((query.anim_time) * 90 * 8 - 90) * -4", 0, 0] + }, + "leg_right": { + "rotation": { + "0.0": [53.25, 0, 0], + "0.1667": { + "pre": [37.5, 0, 0], + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-45.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-67.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": [53.25, 0, 0] + } + }, + "leg_right2": { + "rotation": { + "0.0": [46.37, 0, 0], + "0.0833": [57.5, 0, 0], + "0.1667": [62, 0, 0], + "0.2917": [56.25, 0, 0], + "0.4167": [9.6, 0, 0], + "0.5": [3.5, 0, 0], + "0.625": [1.67, 0, 0], + "0.75": [13, 0, 0], + "1.0": [46.37, 0, 0] + } + }, + "leg_left": { + "rotation": { + "0.0": [-67.25, 0, 0], + "0.2083": { + "pre": [-47.5, 0, 0], + "post": [-47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [34, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [53.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-45.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": [-67.25, 0, 0] + } + }, + "leg_left2": { + "rotation": { + "0.0": [3.5, 0, 0], + "0.125": [1.67, 0, 0], + "0.25": [13, 0, 0], + "0.5833": [57.5, 0, 0], + "0.6667": [62, 0, 0], + "0.7917": [56.25, 0, 0], + "0.9167": [9.6, 0, 0], + "1.0": [3.5, 0, 0] + } + }, + "Head": { + "rotation": [-7.5, 0, 0] + }, + "bone10": { + "rotation": [0, 0, 7.5], + "position": [0, 1, 0] + }, + "bone8": { + "rotation": [0, 0, -10] + }, + "bone9": { + "rotation": [0, 0, -7.5] + }, + "bone11": { + "rotation": [0, 0, -2.5] + }, + "bone12": { + "rotation": [0, 0, -7.5] + }, + "bone13": { + "rotation": [0, 0, -7.5] + }, + "bone5": { + "rotation": [0, 0, -7.5], + "position": [0, 1, 0] + }, + "bone6": { + "rotation": [0, 0, 10] + }, + "bone7": { + "rotation": [0, 0, 7.5] + }, + "bone14": { + "rotation": [0, 0, 2.5] + }, + "bone15": { + "rotation": [0, 0, 7.5] + }, + "bone16": { + "rotation": [0, 0, 7.5] + }, + "bone18": { + "rotation": [0, 0, -7.5], + "position": [0, 1, 0] + }, + "bone19": { + "rotation": [0, 0, 10] + }, + "bone20": { + "rotation": [0, 0, 7.5] + }, + "bone21": { + "rotation": [0, 0, 2.5] + }, + "bone22": { + "rotation": [0, 0, 7.5] + }, + "bone23": { + "rotation": [0, 0, 7.5] + }, + "bone25": { + "rotation": [0, 0, 7.5], + "position": [0, 1, 0] + }, + "bone26": { + "rotation": [0, 0, -10] + }, + "bone27": { + "rotation": [0, 0, -7.5] + }, + "bone28": { + "rotation": [0, 0, -2.5] + }, + "bone29": { + "rotation": [0, 0, -7.5] + }, + "bone30": { + "rotation": [0, 0, -7.5] + }, + "bone32": { + "rotation": [0, 0, 7.5], + "position": [0, 1, 0] + }, + "bone33": { + "rotation": [0, 0, -10] + }, + "bone34": { + "rotation": [0, 0, -7.5] + }, + "bone35": { + "rotation": [0, 0, -2.5] + }, + "bone36": { + "rotation": [0, 0, -7.5] + }, + "bone37": { + "rotation": [0, 0, -7.5] + }, + "bone38": { + "scale": 0 + }, + "finger_front_left": { + "rotation": [0, 0, 25] + }, + "finger_center_left": { + "rotation": [0, 0, 17.5] + }, + "finger_back_left": { + "rotation": [0, 0, 22.5] + } + } + }, + "animation.ironvaliant.battle_idle": { + "loop": true, + "bones": { + "leg_left": { + "rotation": ["-9.9242+Math.cos((query.anim_time) * 90 * 4) * 6", 1.00761, -24.22422], + "position": [ + "0+Math.cos((query.anim_time) * 90 * 4) * 0.3", + "0.5+Math.cos((query.anim_time) * 90 * 4) * -0.2", + "0+Math.cos((query.anim_time) * 90 * 4) * 0.2" + ] + }, + "leg_left2": { + "rotation": ["13.7084+Math.cos((query.anim_time) * 90 * 4) * -8", 11.45156, 6.7033] + }, + "torso": { + "rotation": ["5+Math.cos((query.anim_time) * 90 * 4 - 90) * -1", -10, "0+Math.cos((query.anim_time) * 90 * 2) * -2"], + "position": [0, "0+Math.cos((query.anim_time) * 90 * 4 - 30) * 0.3", 0] + }, + "waist": { + "rotation": ["10+Math.cos((query.anim_time) * 90 * 4 - 160) * -1", -32.5, "0+Math.cos((query.anim_time) * 90 * 2) * 2"] + }, + "arm_left": { + "rotation": [-0.01907, -45.21761, "34.5801+Math.cos((query.anim_time) * 90 * 4 - 90) * -4"] + }, + "arm_left2": { + "rotation": [0, "0+Math.cos((query.anim_time) * 90 * 4 - 180) * -4", 0], + "position": [-1, 0, -2] + }, + "hand_left": { + "rotation": [0.7522, 2.38422, 17.51565] + }, + "neck": { + "rotation": ["0+Math.cos((query.anim_time) * 90 * 4 - 160) * 2", 37.5, 0] + }, + "Head": { + "rotation": [0, 2.5, -7.5] + }, + "arm_right": { + "rotation": [18.31206, -19.5181, "-33.1758+Math.cos((query.anim_time) * 90 * 4 - 90) * 4"] + }, + "arm_right2": { + "rotation": [21.46, "13.4481+Math.cos((query.anim_time) * 90 * 4 - 180) * 4", -22.01], + "position": [1, 0, -1], + "scale": 1 + }, + "hand_right": { + "rotation": [0, 0, -10] + }, + "legs": { + "rotation": [0, -32.5, 0] + }, + "leg_right": { + "rotation": ["-32.831+Math.cos((query.anim_time) * 90 * 4) * 6", 59.9933, 11.24487], + "position": [0, 0.5, 0] + }, + "leg_right2": { + "rotation": ["27.4777+Math.cos((query.anim_time) * 90 * 4) * -3", 1.15408, "-2.2178+Math.cos((query.anim_time) * 90 * 4) * 3"] + }, + "foot_left": { + "rotation": ["27.5+Math.cos((query.anim_time) * 90 * 4) * -2", 0, 10] + }, + "foot_right": { + "rotation": ["14.9907+Math.cos((query.anim_time) * 90 * 4) * -3", 0.43399, -2.46207] + }, + "body": { + "position": [0, "-2.9+Math.cos((query.anim_time) * 90 * 4) * 0.6", "0+Math.cos((query.anim_time) * 90 * 4) * -0.6"] + }, + "bone10": { + "rotation": [0, 0, 7.5], + "position": [0, 1, 0] + }, + "bone8": { + "rotation": [0, 0, -10] + }, + "bone9": { + "rotation": [0, 0, -7.5] + }, + "bone11": { + "rotation": [0, 0, -2.5] + }, + "bone12": { + "rotation": [0, 0, -7.5] + }, + "bone13": { + "rotation": [0, 0, -7.5] + }, + "bone5": { + "rotation": [0, 0, -7.5], + "position": [0, 1, 0] + }, + "bone6": { + "rotation": [0, 0, 10] + }, + "bone7": { + "rotation": [0, 0, 7.5] + }, + "bone14": { + "rotation": [0, 0, 2.5] + }, + "bone15": { + "rotation": [0, 0, 7.5] + }, + "bone16": { + "rotation": [0, 0, 7.5] + }, + "finger_front_left": { + "rotation": [0, 0, 25] + }, + "finger_center_left": { + "rotation": [0, 0, 17.5] + }, + "finger_back_left": { + "rotation": [0, 0, 22.5] + }, + "bone18": { + "rotation": [0, 0, -7.5], + "position": [0, 1, 0] + }, + "bone19": { + "rotation": [0, 0, 10] + }, + "bone20": { + "rotation": [0, 0, 7.5] + }, + "bone21": { + "rotation": [0, 0, 2.5] + }, + "bone22": { + "rotation": [0, 0, 7.5] + }, + "bone23": { + "rotation": [0, 0, 7.5] + }, + "bone25": { + "rotation": [0, 0, 7.5], + "position": [0, 1, 0] + }, + "bone26": { + "rotation": [0, 0, -10] + }, + "bone27": { + "rotation": [0, 0, -7.5] + }, + "bone28": { + "rotation": [0, 0, -2.5] + }, + "bone29": { + "rotation": [0, 0, -7.5] + }, + "bone30": { + "rotation": [0, 0, -7.5] + }, + "bone32": { + "rotation": [0, 0, 7.5], + "position": [0, 1, 0] + }, + "bone33": { + "rotation": [0, 0, -10] + }, + "bone34": { + "rotation": [0, 0, -7.5] + }, + "bone35": { + "rotation": [0, 0, -2.5] + }, + "bone36": { + "rotation": [0, 0, -7.5] + }, + "bone37": { + "rotation": [0, 0, -7.5] + }, + "bone38": { + "position": [0, 0, -4] + }, + "bone39": { + "scale": 0 + }, + "bone40": { + "scale": 0 + }, + "bone41": { + "position": [0, 0, 0] + } + } + }, + "animation.ironvaliant.sleep": { + "loop": true, + "bones": { + "torso": { + "rotation": ["0+Math.cos((query.anim_time) * 90 * 1) * -1", 0, 0] + }, + "waist": { + "rotation": ["0+Math.cos((query.anim_time) * 90 * 1 - 90) * -1", 0, 0] + }, + "chest": { + "rotation": [15, 0, 0] + }, + "arm_left": { + "rotation": [0.64166, "-14.986+Math.cos((query.anim_time) * 90 * 1) * 0.6", 57.41902] + }, + "arm_left2": { + "rotation": [0, "-50+Math.cos((query.anim_time) * 90 * 1) * -2", 0] + }, + "finger_center_left": { + "rotation": [0, 0, 17.5] + }, + "finger_back_left": { + "rotation": [0, 0, 22.5] + }, + "arm_right": { + "rotation": [14.36118, "8.7679+Math.cos((query.anim_time) * 90 * 1) * -0.6", -54.87943] + }, + "arm_right2": { + "rotation": [0, "50+Math.cos((query.anim_time) * 90 * 1) * 2", 0] + }, + "finger_center_right": { + "rotation": [0, 0, -7.5] + }, + "finger_back_right": { + "rotation": [0, 0, -7.5] + }, + "neck": { + "rotation": ["0+Math.cos((query.anim_time) * 90 * 1 - 180) * -1", 0, 0] + }, + "bone10": { + "rotation": [0, 0, 7.5], + "position": [0, 1, 0] + }, + "bone8": { + "rotation": [0, 0, -10] + }, + "bone9": { + "rotation": [0, 0, -7.5] + }, + "bone11": { + "rotation": [0, 0, -2.5] + }, + "bone12": { + "rotation": [0, 0, -7.5] + }, + "bone13": { + "rotation": [0, 0, -7.5] + }, + "bone5": { + "rotation": [0, 0, -7.5], + "position": [0, 1, 0] + }, + "bone6": { + "rotation": [0, 0, 10] + }, + "bone7": { + "rotation": [0, 0, 7.5] + }, + "bone14": { + "rotation": [0, 0, 2.5] + }, + "bone15": { + "rotation": [0, 0, 7.5] + }, + "bone16": { + "rotation": [0, 0, 7.5] + }, + "bone18": { + "rotation": [0, 0, -7.5], + "position": [0, 1, 0] + }, + "bone19": { + "rotation": [0, 0, 10] + }, + "bone20": { + "rotation": [0, 0, 7.5] + }, + "bone21": { + "rotation": [0, 0, 2.5] + }, + "bone22": { + "rotation": [0, 0, 7.5] + }, + "bone23": { + "rotation": [0, 0, 7.5] + }, + "bone25": { + "rotation": [0, 0, 7.5], + "position": [0, 1, 0] + }, + "bone26": { + "rotation": [0, 0, -10] + }, + "bone27": { + "rotation": [0, 0, -7.5] + }, + "bone28": { + "rotation": [0, 0, -2.5] + }, + "bone29": { + "rotation": [0, 0, -7.5] + }, + "bone30": { + "rotation": [0, 0, -7.5] + }, + "bone32": { + "rotation": [0, 0, 7.5], + "position": [0, 1, 0] + }, + "bone33": { + "rotation": [0, 0, -10] + }, + "bone34": { + "rotation": [0, 0, -7.5] + }, + "bone35": { + "rotation": [0, 0, -2.5] + }, + "bone36": { + "rotation": [0, 0, -7.5] + }, + "bone37": { + "rotation": [0, 0, -7.5] + }, + "bone38": { + "scale": 0 + }, + "finger_front_left": { + "rotation": [0, 0, 25] + }, + "finger_front_right": { + "rotation": [0, 0, -7.5] + }, + "bone39": { + "scale": 0 + }, + "bone40": { + "scale": 0 + }, + "eyelid_left": { + "position": [0, 0, -0.1] + }, + "eyelid_right": { + "position": [0, 0, -0.1] + } + } + }, + "animation.ironvaliant.faint": { + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": [0, -10, 0], + "1.875": [0, -10, 0], + "2.0417": { + "pre": [9, -10, 0], + "post": [9, -10, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [75.5, -10, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": [87.5, -10, 0] + }, + "position": { + "0.0": [0, -1.25, 0], + "0.125": { + "pre": [0, -1.25, -0.235], + "post": [0, -1.25, -0.235], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, -1.4, -3.93], + "lerp_mode": "catmullrom" + }, + "0.625": [0, -1.625, -4.5], + "0.8333": [0, -2.075, -4.575], + "1.0": [0, -3.12, -5.07], + "1.125": { + "pre": [0, -9.75, -9.07], + "post": [0, -9.75, -9.07], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, -10.325, -10.32], + "lerp_mode": "catmullrom" + }, + "1.3333": [0, -9.75, -10.82], + "1.875": [0, -9.5, -10.82], + "2.0417": [0, -11, -11.57], + "2.1667": { + "pre": [0, -17.25, -15.82], + "post": [0, -17.25, -15.82], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, -18.25, -17.32], + "lerp_mode": "catmullrom" + }, + "2.4167": [0, -17.25, -17.32] + }, + "scale": { + "1.0": [1, 1, 1], + "1.0833": [0.9, 1.2, 0.9], + "1.1667": [1.2, 0.9, 1.1], + "1.25": [1, 1, 1] + } + }, + "torso": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [7.5, 12.5, -7.8], + "post": [7.5, 12.5, -7.8], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [4.71, 13.53, -8.17], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-6.62, 12, -7], + "lerp_mode": "catmullrom" + }, + "0.5": [-6.5, 12.25, -2.25], + "0.7083": [-2.5, 12.25, 0], + "1.0417": [-12.5, 12.25, 0], + "1.2083": { + "pre": [37.5, 12.25, 0], + "post": [37.5, 12.25, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [36, 12.25, 0], + "lerp_mode": "catmullrom" + }, + "2.0": [14.5, 6.5, 0], + "2.125": [-13, 6.5, 0], + "2.25": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": [0, 0.07, 0], + "0.5833": [0, -0.5, 0], + "0.7083": [0, "0+Math.cos((query.anim_time) * 90 * 32) * 0.2", 0], + "1.0833": [0, 0, 0] + } + }, + "waist": { + "rotation": { + "0.0": [10, 10, 0], + "0.1667": { + "pre": [17, 1.26, 5.25], + "post": [17, 1.26, 5.25], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [10, -2.5, 7.5], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [5, -3.28, 7.93], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [10, -2.5, 2.5], + "lerp_mode": "catmullrom" + }, + "0.75": [10, -2.5, 0], + "1.0": [5, -2.5, 0], + "1.125": { + "pre": [-20, -2.5, 0], + "post": [-20, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [15, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [20, -2.5, 0], + "2.0": [10, -2.5, 0], + "2.1667": [-12.5, -2.5, 0], + "2.2917": [-2.5, -1, 0], + "2.375": [0, 0, 0], + "2.5417": [1.5, 0, 0] + } + }, + "arm_left": { + "rotation": { + "0.0": [0, 15, 42.5], + "0.6667": { + "pre": [0, -32.5, 52.5], + "post": [0, -32.5, 52.5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -46, 52.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, -32.5, -15], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [12.5, -7.65, 57.5], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [12.5, 0, 57.5], + "lerp_mode": "catmullrom" + }, + "2.0417": [12.5, 2.5, 57.5], + "2.1667": [-7.5, 2.5, 15], + "2.2917": [-90, 3.5, 15], + "2.4167": [-90, 6, 17], + "2.5417": [-90, 1, 15] + } + }, + "arm_left2": { + "rotation": { + "0.0": [0, -10, 0], + "0.375": [0, -55, 0], + "0.8333": [0, -67.5, 0], + "1.0417": [0, -51.25, 0], + "1.3333": [0, 45, 0], + "1.4583": [3, 57.5, 0], + "1.7917": [3, 57.5, -10], + "2.0833": [23, 59.5, 32.5], + "2.1667": [23, 59.5, 70], + "2.2917": [0, 32.5, -12.5] + } + }, + "arm_right": { + "rotation": { + "0.0": [35, 20, -42.5], + "0.25": [35, -22.25, -30], + "0.5417": [35, -51.5, -42.5], + "0.875": [55, -61.5, -52.5], + "1.125": [-40, -7.5, 15], + "1.3333": [2.5, -47.5, -15], + "1.4167": [7.5, -50.17, "-14.5+Math.cos((query.anim_time) * 90 * 24) * -2"], + "1.7083": [-43.5, -55.81, "8.19+Math.cos((query.anim_time) * 90 * 24) * -8"], + "1.9583": [-57.5, -57.5, "15+Math.cos((query.anim_time) * 90 * 24) * -10"], + "2.125": [-72.5, -35, 30], + "2.2917": [-91.5, -3.5, 30], + "2.3333": [-90, -5, 30], + "2.5": [-87.5, -5, 30] + } + }, + "arm_right2": { + "rotation": { + "0.0": [0, 50, 0], + "0.25": [0, 67.5, 0], + "0.625": { + "pre": [0, 35, 0], + "post": [0, 35, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 40.25, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-5, 27.75, 22.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 48.13, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 57.5, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 57.5, 25], + "lerp_mode": "catmullrom" + }, + "2.3333": [22.5, 37.5, -5] + } + }, + "neck": { + "rotation": { + "0.0": [-7.5, 0, 0], + "0.125": [5, 0, 0], + "0.4167": { + "pre": [-14, 0, 0], + "post": [-14, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-13, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [8.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": [5.5, 0, 0], + "1.4167": [2.875, 0, 0], + "1.8333": [-20.75, 0, 0], + "1.9583": [-22.5, 0, 0], + "2.2083": [-35, 0, 0], + "2.2917": [-20, -34, 0], + "2.375": [-17.25, -41.5, 0] + } + }, + "eye_shine_right": { + "position": { + "0.0": [0, 0, 0], + "0.5417": [0, 0, 0] + } + }, + "leg_right": { + "rotation": { + "0.0": [-26.41832, 14.76802, 4.58564], + "0.0833": [-24.2, 14.77, 4.59], + "0.375": [-5.17, 14.77, 4.59], + "0.5": [-1.42, 14.77, 4.59], + "0.6667": [-1.42, 14.77, 4.59], + "1.0": [-16.42, 14.77, 4.59], + "1.2083": [33.58, 14.77, 4.59], + "1.4167": [31.08, 14.77, 4.59], + "2.0417": [36.08, 14.77, 4.59], + "2.2083": [53.58, 2.27, 4.59], + "2.375": [41.08, 2.27, 4.59], + "2.5417": [-16.42, 2.27, 4.59], + "2.5833": [-6.42, 2.27, 4.59] + } + }, + "leg_right2": { + "rotation": { + "0.0": [12.5, 0, 0], + "0.25": [17.5, 0, 0], + "0.5417": [12.5, 0, 0], + "1.0": { + "pre": [37.5, 0, 0], + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [63.81, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": [52.5, 0, 0], + "1.875": [45, 0, 0], + "1.9583": [51.25, 0, 0], + "2.0417": [42.5, 0, 0], + "2.4583": [55, 0, 0], + "2.5833": [12.75, 0, 0], + "2.6667": [10.25, 0, 0] + } + }, + "foot_right": { + "rotation": { + "0.0": [12.5, 0, 0], + "0.4167": [20, 0, 0], + "0.7083": [25, 0, 0], + "1.0": [25, 0, 0], + "1.2083": [12.5, 0, 0] + } + }, + "leg_left": { + "rotation": { + "0.0": [7.98081, 8.08025, -10.12591], + "0.0833": [4.98, 8.08, -10.13], + "0.4167": [-19.52, 8.08, -10.13], + "0.5": [-22.02, 8.08, -10.13], + "0.7917": [-22.02, 8.08, -10.13], + "1.0": [-44.52, 8.08, -10.13], + "1.1667": [-104.52, -16.92, 7.37], + "1.375": [-102.02, -16.92, 7.37], + "1.875": [-97.02, -16.92, 7.37], + "2.0833": [-92.63, -7.91, -11.3], + "2.2083": [10, -2.5, -22.5], + "2.3333": [29.5, -2.5, -22.5], + "2.4583": [17, -2.5, -22.5], + "2.5417": [-5, -2.5, -22.5] + }, + "position": { + "0.0": [0, 0, 0], + "0.2917": [0, 1.75, 0], + "0.625": [0, 0, 0] + } + }, + "leg_left2": { + "rotation": { + "0.0": [12.5, 0, 0], + "0.2083": [38.71, 0, 0], + "0.375": [31.2, 0, 0], + "0.5": [15.68, 0, 0], + "0.5833": [10, 0, 0], + "0.7917": [7.5, 0, 0], + "1.0": [35, 0, 0], + "1.1667": [70, 0, 0], + "1.375": [67.5, 0, 0], + "1.875": [57.5, 0, 0], + "2.0417": [57.5, 0, 0], + "2.0833": [156, 0, 0], + "2.125": [134.5, 0, 0], + "2.2083": [59, 0, 0], + "2.4583": [53.25, 0, 0], + "2.5833": [19, 0, 0], + "2.7083": [14, 0, 0] + }, + "position": { + "2.0417": [0, 0, 0], + "2.0833": [0, 0, 3], + "2.1667": [0, 0, 0] + } + }, + "foot_left": { + "rotation": { + "0.0": [12.5, 0, 0], + "0.1667": [34.53, 0, 0], + "0.2917": [37.92, 0, 0], + "0.5417": [20.11, 0, 0], + "0.625": [17.5, 0, 0], + "2.5": [17.5, 0, 0], + "2.625": [5, 0, 0] + } + }, + "bone38": { + "scale": 0 + }, + "bone39": { + "scale": { + "0.0417": [1, 1, 1], + "0.0833": {"pre": [1, 1, 1], "post": [0, 0, 0]}, + "0.1667": {"pre": [0, 0, 0], "post": [1, 1, 1]}, + "0.2083": {"pre": [1, 1, 1], "post": [0, 0, 0]}, + "0.5": {"pre": [0, 0, 0], "post": [1, 1, 1]}, + "1.0": {"pre": [1, 1, 1], "post": [1, 1, 1]}, + "1.0417": {"pre": [1, 1, 1], "post": [0, 0, 0]}, + "1.125": {"pre": [0, 0, 0], "post": [1, 1, 1]}, + "1.1667": {"pre": [1, 1, 1], "post": [0, 0, 0]}, + "1.75": {"pre": [0, 0, 0], "post": [1, 1, 1]}, + "1.7917": {"pre": [1, 1, 1], "post": [0, 0, 0]}, + "1.875": {"pre": [0, 0, 0], "post": [1, 1, 1]}, + "1.9167": {"pre": [1, 1, 1], "post": [0, 0, 0]} + } + }, + "bone40": { + "scale": { + "0.0417": [1, 1, 1], + "0.0833": {"pre": [1, 1, 1], "post": [0, 0, 0]}, + "0.1667": {"pre": [0, 0, 0], "post": [1, 1, 1]}, + "0.2083": {"pre": [1, 1, 1], "post": [0, 0, 0]}, + "0.5": {"pre": [0, 0, 0], "post": [1, 1, 1]}, + "1.0": {"pre": [1, 1, 1], "post": [1, 1, 1]}, + "1.0417": {"pre": [1, 1, 1], "post": [0, 0, 0]}, + "1.125": {"pre": [0, 0, 0], "post": [1, 1, 1]}, + "1.1667": {"pre": [1, 1, 1], "post": [0, 0, 0]}, + "1.75": {"pre": [0, 0, 0], "post": [1, 1, 1]}, + "1.7917": {"pre": [1, 1, 1], "post": [0, 0, 0]}, + "1.875": {"pre": [0, 0, 0], "post": [1, 1, 1]}, + "1.9167": {"pre": [1, 1, 1], "post": [0, 0, 0]} + } + }, + "eyelid_left": { + "position": { + "0.0": [0, 0, 0], + "0.0833": {"pre": [0, 0, 0], "post": [0, 0, -0.1]}, + "0.5417": {"pre": [0, 0, -0.1], "post": [0, 2.5, -0.1]}, + "1.0": {"pre": [0, 2.5, -0.1], "post": [0, 0, -0.1]}, + "1.5417": {"pre": [0, 0, -0.1], "post": [0, 2.5, -0.1]}, + "2.125": {"pre": [0, 2.5, -0.1], "post": [0, 0, -0.1]} + } + }, + "eyelid_right": { + "position": { + "0.0": [0, 0, 0], + "0.0833": {"pre": [0, 0, 0], "post": [0, 0, -0.1]}, + "0.5417": {"pre": [0, 0, -0.1], "post": [0, 2.5, -0.1]}, + "1.0": {"pre": [0, 2.5, -0.1], "post": [0, 0, -0.1]}, + "1.5417": {"pre": [0, 0, -0.1], "post": [0, 2.5, -0.1]}, + "2.125": {"pre": [0, 2.5, -0.1], "post": [0, 0, -0.1]} + } + } + } + }, + "animation.ironvaliant.battle_faint": { + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": [0, -10, 0], + "1.875": [0, -10, 0], + "2.0417": { + "pre": [9, -10, 0], + "post": [9, -10, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [75.5, -10, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": [87.5, -10, 0] + }, + "position": { + "0.0": [0, -1.25, 0], + "0.125": { + "pre": [0, -1.25, -0.235], + "post": [0, -1.25, -0.235], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, -1.4, -3.93], + "lerp_mode": "catmullrom" + }, + "0.625": [0, -1.625, -4.5], + "0.8333": [0, -2.075, -4.575], + "1.0": [0, -3.12, -5.07], + "1.125": { + "pre": [0, -9.75, -9.07], + "post": [0, -9.75, -9.07], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, -10.325, -10.32], + "lerp_mode": "catmullrom" + }, + "1.3333": [0, -9.75, -10.82], + "1.875": [0, -9.5, -10.82], + "2.0417": [0, -11, -11.57], + "2.1667": { + "pre": [0, -17.25, -15.82], + "post": [0, -17.25, -15.82], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, -18.25, -17.32], + "lerp_mode": "catmullrom" + }, + "2.4167": [0, -17.25, -17.32] + }, + "scale": { + "1.0": [1, 1, 1], + "1.0833": [0.9, 1.2, 0.9], + "1.1667": [1.2, 0.9, 1.1], + "1.25": [1, 1, 1] + } + }, + "torso": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [7.5, 12.5, -7.8], + "post": [7.5, 12.5, -7.8], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [4.71, 13.53, -8.17], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-6.62, 12, -7], + "lerp_mode": "catmullrom" + }, + "0.5": [-6.5, 12.25, -2.25], + "0.7083": [-2.5, 12.25, 0], + "1.0417": [-12.5, 12.25, 0], + "1.2083": { + "pre": [37.5, 12.25, 0], + "post": [37.5, 12.25, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [36, 12.25, 0], + "lerp_mode": "catmullrom" + }, + "2.0": [14.5, 6.5, 0], + "2.125": [-13, 6.5, 0], + "2.25": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": [0, 0.07, 0], + "0.5833": [0, -0.5, 0], + "0.7083": [0, "0+Math.cos((query.anim_time) * 90 * 32) * 0.2", 0], + "1.0833": [0, 0, 0] + } + }, + "waist": { + "rotation": { + "0.0": [10, 10, 0], + "0.1667": { + "pre": [17, 1.26, 5.25], + "post": [17, 1.26, 5.25], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [10, -2.5, 7.5], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [5, -3.28, 7.93], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [10, -2.5, 2.5], + "lerp_mode": "catmullrom" + }, + "0.75": [10, -2.5, 0], + "1.0": [5, -2.5, 0], + "1.125": { + "pre": [-20, -2.5, 0], + "post": [-20, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [15, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [20, -2.5, 0], + "2.0": [10, -2.5, 0], + "2.1667": [-12.5, -2.5, 0], + "2.2917": [-2.5, -1, 0], + "2.375": [0, 0, 0], + "2.5417": [1.5, 0, 0] + } + }, + "arm_left": { + "rotation": { + "0.0": [0, 15, 42.5], + "0.6667": { + "pre": [0, -32.5, 52.5], + "post": [0, -32.5, 52.5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -46, 52.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, -32.5, -15], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [12.5, -7.65, 57.5], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [12.5, 0, 57.5], + "lerp_mode": "catmullrom" + }, + "2.0417": [12.5, 2.5, 57.5], + "2.1667": [-7.5, 2.5, 15], + "2.2917": [-90, 3.5, 15], + "2.4167": [-90, 6, 17], + "2.5417": [-90, 1, 15] + } + }, + "arm_left2": { + "rotation": { + "0.0": [0, -10, 0], + "0.375": [0, -55, 0], + "0.8333": [0, -67.5, 0], + "1.0417": [0, -51.25, 0], + "1.3333": [0, 45, 0], + "1.4583": [3, 57.5, 0], + "1.7917": [3, 57.5, -10], + "2.0833": [23, 59.5, 32.5], + "2.1667": [23, 59.5, 70], + "2.2917": [0, 32.5, -12.5] + } + }, + "arm_right": { + "rotation": { + "0.0": [35, 20, -42.5], + "0.25": [35, -22.25, -30], + "0.5417": [35, -51.5, -42.5], + "0.875": [55, -61.5, -52.5], + "1.125": [-40, -7.5, 15], + "1.3333": [2.5, -47.5, -15], + "1.4167": [7.5, -50.17, "-14.5+Math.cos((query.anim_time) * 90 * 24) * -2"], + "1.7083": [-43.5, -55.81, "8.19+Math.cos((query.anim_time) * 90 * 24) * -8"], + "1.9583": [-57.5, -57.5, "15+Math.cos((query.anim_time) * 90 * 24) * -10"], + "2.125": [-72.5, -35, 30], + "2.2917": [-91.5, -3.5, 30], + "2.3333": [-90, -5, 30], + "2.5": [-87.5, -5, 30] + } + }, + "arm_right2": { + "rotation": { + "0.0": [0, 50, 0], + "0.25": [0, 67.5, 0], + "0.625": { + "pre": [0, 35, 0], + "post": [0, 35, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 40.25, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-5, 27.75, 22.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 48.13, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 57.5, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 57.5, 25], + "lerp_mode": "catmullrom" + }, + "2.3333": [22.5, 37.5, -5] + } + }, + "neck": { + "rotation": { + "0.0": [-7.5, 0, 0], + "0.125": [5, 0, 0], + "0.4167": { + "pre": [-14, 0, 0], + "post": [-14, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-13, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [8.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": [5.5, 0, 0], + "1.4167": [2.875, 0, 0], + "1.8333": [-20.75, 0, 0], + "1.9583": [-22.5, 0, 0], + "2.2083": [-35, 0, 0], + "2.2917": [-20, -34, 0], + "2.375": [-17.25, -41.5, 0] + } + }, + "eye_shine_right": { + "position": { + "0.0": [0, 0, 0], + "0.5417": [0, 0, 0] + } + }, + "leg_right": { + "rotation": { + "0.0": [-26.41832, 14.76802, 4.58564], + "0.0833": [-24.2, 14.77, 4.59], + "0.375": [-5.17, 14.77, 4.59], + "0.5": [-1.42, 14.77, 4.59], + "0.6667": [-1.42, 14.77, 4.59], + "1.0": [-16.42, 14.77, 4.59], + "1.2083": [33.58, 14.77, 4.59], + "1.4167": [31.08, 14.77, 4.59], + "2.0417": [36.08, 14.77, 4.59], + "2.2083": [53.58, 2.27, 4.59], + "2.375": [41.08, 2.27, 4.59], + "2.5417": [-16.42, 2.27, 4.59], + "2.5833": [-6.42, 2.27, 4.59] + } + }, + "leg_right2": { + "rotation": { + "0.0": [12.5, 0, 0], + "0.25": [17.5, 0, 0], + "0.5417": [12.5, 0, 0], + "1.0": { + "pre": [37.5, 0, 0], + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [63.81, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": [52.5, 0, 0], + "1.875": [45, 0, 0], + "1.9583": [51.25, 0, 0], + "2.0417": [42.5, 0, 0], + "2.4583": [55, 0, 0], + "2.5833": [12.75, 0, 0], + "2.6667": [10.25, 0, 0] + } + }, + "foot_right": { + "rotation": { + "0.0": [12.5, 0, 0], + "0.4167": [20, 0, 0], + "0.7083": [25, 0, 0], + "1.0": [25, 0, 0], + "1.2083": [12.5, 0, 0] + } + }, + "leg_left": { + "rotation": { + "0.0": [7.98081, 8.08025, -10.12591], + "0.0833": [4.98, 8.08, -10.13], + "0.4167": [-19.52, 8.08, -10.13], + "0.5": [-22.02, 8.08, -10.13], + "0.7917": [-22.02, 8.08, -10.13], + "1.0": [-44.52, 8.08, -10.13], + "1.1667": [-104.52, -16.92, 7.37], + "1.375": [-102.02, -16.92, 7.37], + "1.875": [-97.02, -16.92, 7.37], + "2.0833": [-92.63, -7.91, -11.3], + "2.2083": [10, -2.5, -22.5], + "2.3333": [29.5, -2.5, -22.5], + "2.4583": [17, -2.5, -22.5], + "2.5417": [-5, -2.5, -22.5] + }, + "position": { + "0.0": [0, 0, 0], + "0.2917": [0, 1.75, 0], + "0.625": [0, 0, 0] + } + }, + "leg_left2": { + "rotation": { + "0.0": [12.5, 0, 0], + "0.2083": [38.71, 0, 0], + "0.375": [31.2, 0, 0], + "0.5": [15.68, 0, 0], + "0.5833": [10, 0, 0], + "0.7917": [7.5, 0, 0], + "1.0": [35, 0, 0], + "1.1667": [70, 0, 0], + "1.375": [67.5, 0, 0], + "1.875": [57.5, 0, 0], + "2.0417": [57.5, 0, 0], + "2.0833": [156, 0, 0], + "2.125": [134.5, 0, 0], + "2.2083": [59, 0, 0], + "2.4583": [53.25, 0, 0], + "2.5833": [19, 0, 0], + "2.7083": [14, 0, 0] + }, + "position": { + "2.0417": [0, 0, 0], + "2.0833": [0, 0, 3], + "2.1667": [0, 0, 0] + } + }, + "foot_left": { + "rotation": { + "0.0": [12.5, 0, 0], + "0.1667": [34.53, 0, 0], + "0.2917": [37.92, 0, 0], + "0.5417": [20.11, 0, 0], + "0.625": [17.5, 0, 0], + "2.5": [17.5, 0, 0], + "2.625": [5, 0, 0] + } + }, + "bone38": { + "scale": { + "0.0": [1, 1, 1], + "0.0417": {"pre": [1, 1, 1], "post": [0, 0, 0]}, + "0.125": {"pre": [0, 0, 0], "post": [1, 1, 1]}, + "0.1667": {"pre": [1, 1, 1], "post": [0, 0, 0]}, + "0.4583": {"pre": [0, 0, 0], "post": [1, 1, 1]}, + "0.9583": {"pre": [1, 1, 1], "post": [1, 1, 1]}, + "1.0": {"pre": [1, 1, 1], "post": [0, 0, 0]}, + "1.0833": {"pre": [0, 0, 0], "post": [1, 1, 1]}, + "1.125": {"pre": [1, 1, 1], "post": [0, 0, 0]}, + "1.7083": {"pre": [0, 0, 0], "post": [1, 1, 1]}, + "1.75": {"pre": [1, 1, 1], "post": [0, 0, 0]}, + "1.8333": {"pre": [0, 0, 0], "post": [1, 1, 1]}, + "1.875": {"pre": [1, 1, 1], "post": [0, 0, 0]} + } + }, + "bone39": { + "scale": 0 + }, + "bone40": { + "scale": 0 + }, + "eyelid_left": { + "position": { + "0.0": [0, 0, 0], + "0.0833": {"pre": [0, 0, 0], "post": [0, 0, -0.1]}, + "0.5417": {"pre": [0, 0, -0.1], "post": [0, 2.5, -0.1]}, + "1.0": {"pre": [0, 2.5, -0.1], "post": [0, 0, -0.1]}, + "1.5417": {"pre": [0, 0, -0.1], "post": [0, 2.5, -0.1]}, + "2.125": {"pre": [0, 2.5, -0.1], "post": [0, 0, -0.1]} + } + }, + "eyelid_right": { + "position": { + "0.0": [0, 0, 0], + "0.0833": {"pre": [0, 0, 0], "post": [0, 0, -0.1]}, + "0.5417": {"pre": [0, 0, -0.1], "post": [0, 2.5, -0.1]}, + "1.0": {"pre": [0, 2.5, -0.1], "post": [0, 0, -0.1]}, + "1.5417": {"pre": [0, 0, -0.1], "post": [0, 2.5, -0.1]}, + "2.125": {"pre": [0, 2.5, -0.1], "post": [0, 0, -0.1]} + } + } + } + }, + "animation.ironvaliant.blink": { + "animation_length": 0.16667 + }, + "animation.ironvaliant.cry": { + "animation_length": 1.5, + "bones": { + "torso": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [0, 7, 0], + "0.125": [0, 0, 0], + "0.5833": [0, 0, 0], + "0.6667": [-3.5, 0, 0], + "0.8333": [4.5, 0, 0], + "0.9167": [3.91, 0, 0], + "1.0417": [1.04, 0, 0], + "1.125": [0, 0, 0] + } + }, + "waist": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [0, 10, 0], + "0.1667": [0, 2, 0], + "0.2917": [0, 0, 0], + "0.625": [0, 0, 0], + "0.7083": [-7.5, 0, 0], + "0.875": [-0.87, 0, 0], + "0.9583": [0, 0, 0] + } + }, + "arm_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [0, 12.5, 0], + "0.2917": [0, 3.14, 0], + "0.4167": [0, 0, 0], + "0.5417": [0, 0, 0], + "0.7083": [0, -22.5, 0], + "0.8333": [0, 12.5, 0], + "0.9167": [0, 15, 0], + "1.2917": [0, 2.86, 0], + "1.5": [0, 0, 0] + } + }, + "arm_left2": { + "rotation": { + "0.5833": [0, 0, 0], + "0.7917": [0, -22.5, 0], + "0.9167": [0, 11.5, 0], + "1.0": [0, 17.5, 0], + "1.25": [0, 13.75, 0], + "1.4167": [0, 3.64, 0], + "1.5": [0, 0, 0] + } + }, + "hand_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.7083": [0, 0, 0], + "0.875": [0, 0, 35], + "1.2083": [0, 0, 35], + "1.375": [0, 0, 4], + "1.4583": [0, 0, 0] + } + }, + "arm_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [0, 12.5, 0], + "0.2917": [0, 2.86, 0], + "0.4167": [0, 0, 0], + "0.5417": [0, 0, 0], + "0.7083": [0, 22.5, 0], + "0.8333": [0, -12.5, 0], + "0.9167": [0, -15, 0], + "1.2917": [0, -2.86, 0], + "1.5": [0, 0, 0] + } + }, + "arm_right2": { + "rotation": { + "0.5833": [0, 0, 0], + "0.7917": [0, 22.5, 0], + "0.9167": [0, -11.5, 0], + "1.0": [0, -17.5, 0], + "1.25": [0, -13.75, 0], + "1.4167": [0, -3.64, 0], + "1.5": [0, 0, 0] + } + }, + "hand_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.7083": [0, 0, 0], + "0.875": [0, 0, -35], + "1.2083": [0, 0, -35], + "1.375": [0, 0, -4], + "1.4583": [0, 0, 0] + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [5, 10.5, 0], + "0.2083": [-11.5, 2.5, 0], + "0.3333": [-10.69, 0, 0], + "0.5417": [1.25, 0, 0], + "0.625": [2, 0, 0], + "0.8333": [-7.5, 0, 0], + "1.0": [4, 0, 0], + "1.1667": [5.12, 0, 0], + "1.2917": [3.33, 0, 0], + "1.4167": [0.48, 0, 0], + "1.5": [0, 0, 0] + } + }, + "mouth_open": { + "position": { + "0.0": [0, -0.1, -0.2], + "0.5": {"pre": [0, -0.1, -0.2], "post": [0, 0, 0]} + } + } + }, + "sound_effects": { + "0.0": { + "effect": "pokemon.ironvaliant.cry" + } + } + }, + "animation.ironvaliant.battle_cry": { + "animation_length": 1.5, + "bones": { + "torso": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [-10, 8, 0], + "post": [-10, 8, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-2.5, -3.25, 0], + "lerp_mode": "catmullrom" + }, + "0.25": [-1, -2.125, 0], + "0.3333": [0, 0, 0], + "0.5833": [0, 0, 0], + "0.6667": [-3.5, 0, 0], + "0.8333": [4.5, 0, 0], + "0.9167": [3.91, 0, 0], + "1.0417": [1.04, 0, 0], + "1.125": [0, 0, 0] + } + }, + "waist": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [0, 10, 0], + "0.1667": [0, 2, 0], + "0.2917": [0, 0, 0], + "0.625": [0, 0, 0], + "0.7083": [-7.5, 0, 0], + "0.875": [-0.87, 0, 0], + "0.9583": [0, 0, 0] + } + }, + "arm_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 17.5, 0], + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 11.89, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": [0, 2.75, 0], + "0.5417": [0, 0, 0], + "0.7083": [0, -22.5, 0], + "0.8333": [0, 12.5, 0], + "0.9167": [0, 15, 0], + "1.2917": [0, 2.86, 0], + "1.5": [0, 0, 0] + } + }, + "arm_left2": { + "rotation": { + "0.5833": [0, 0, 0], + "0.7917": [0, -22.5, 0], + "0.9167": [0, 11.5, 0], + "1.0": [0, 0, 0], + "1.5": [0, 0, 0] + } + }, + "hand_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.7083": [0, 0, 0], + "0.875": [0, 0, 35], + "1.2083": [0, 0, 35], + "1.375": [0, 0, 4], + "1.4583": [0, 0, 0] + } + }, + "arm_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, -17.5, 0], + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, -11.89, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": [0, -2.75, 0], + "0.5417": [0, 0, 0], + "0.7083": [0, 22.5, 0], + "0.8333": [0, -12.5, 0], + "0.9167": [0, -15, 0], + "1.2917": [0, -2.86, 0], + "1.5": [0, 0, 0] + } + }, + "arm_right2": { + "rotation": { + "0.5833": [0, 0, 0], + "0.7917": [0, 22.5, 0], + "0.9167": [0, -11.5, 0], + "1.0": [0, 0, 0], + "1.5": [0, 0, 0] + } + }, + "hand_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.7083": [0, 0, 0], + "0.875": [0, 0, -35], + "1.2083": [0, 0, -35], + "1.375": [0, 0, -4], + "1.4583": [0, 0, 0] + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [12.5, 5.25, 0], + "0.2083": [-15.75, 7, 0], + "0.3333": [-12.19, 4.75, 0], + "0.5417": [1.25, 0, 0], + "0.625": [2, 0, 0], + "0.8333": [-7.5, 0, 0], + "1.0": [4, 0, 0], + "1.1667": [5.12, 0, 0], + "1.2917": [3.33, 0, 0], + "1.4167": [0.48, 0, 0], + "1.5": [0, 0, 0] + } + }, + "mouth_open": { + "position": { + "0.0": [0, -0.1, -0.2], + "0.5": {"pre": [0, -0.1, -0.2], "post": [0, 0, 0]} + } + } + }, + "sound_effects": { + "0.0": { + "effect": "pokemon.ironvaliant.cry" + } + } + }, + "animation.ironvaliant.battle_quirk": { + "animation_length": 2.08333, + "bones": { + "leg_left": { + "rotation": { + "0.0": [-9.92424, 1.00761, -24.22422], + "0.3333": { + "pre": [-22.42, 1.01, -24.22], + "post": [-22.42, 1.01, -24.22], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-4.92, 23.51, -14.22], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [8.33, 21.01, -9.22], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [12.58, 1.01, -26.72], + "lerp_mode": "catmullrom" + }, + "1.0833": [6.58, 1.01, -25.22], + "1.25": [-7.49924, 1.00761, -24.22422], + "1.4167": [-9.92424, 1.00761, -24.22422], + "1.8333": [-14.92, 1.01, -24.22], + "2.0833": [-9.92424, 1.00761, -24.22422] + }, + "position": { + "0.0": [0, 0.5, 0], + "0.3333": [0, 0.5, 0], + "0.4167": [0, -1.5, 0], + "0.5417": [0, 0.5, 0] + } + }, + "leg_left2": { + "rotation": { + "0.0": [13.7084, 11.45156, 6.70328], + "0.3333": { + "pre": [31.76, 11.45, 6.7], + "post": [31.76, 11.45, 6.7], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [1.21, 11.45, 6.7], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [3.64, 11.45, 4.56], + "lerp_mode": "catmullrom" + }, + "0.7917": [38.71, 11.45, -0.8], + "1.125": [33.71, 11.45, -0.8], + "1.3333": [13.7084, 11.45156, 6.70328], + "1.8333": [21.21, 11.45, 6.7], + "2.0833": [13.7084, 11.45156, 6.70328] + } + }, + "torso": { + "rotation": { + "0.0": [5, -10, 0], + "0.25": [16.5, -17.5, 0], + "0.375": [19, -18.5, 0], + "0.5833": { + "pre": [-2.25, -16.5, 0], + "post": [-2.25, -16.5, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-7.5, -12.25, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [20.5, 12, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [21.5, 15.95, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5.5, 6.5, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-12.25, -42.375, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-13.5, -46.5, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-11, -39.6, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [2.75, -16.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": [5, -10, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.2917": [0, -0.92, 0], + "0.4167": [0, -2, 0], + "0.5417": [0, -0.5, 0], + "0.7083": { + "pre": [0, 2.5, 0], + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, -2.61, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": [0, -0.66, 0], + "0.9583": { + "pre": [-0.5, -0.64, 0], + "post": [-0.5, -0.64, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, -0.66, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -0.66, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0.5, -0.53, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": [0, -0.5, 0], + "1.7083": { + "pre": [0, -1, 0], + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 0.175, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": [0, 0, 0] + } + }, + "waist": { + "rotation": { + "0.0": [10, -32.5, 0], + "0.25": [10, -42.81, 0], + "0.375": [10, -45, 0], + "0.5": [10, -37.75, 0], + "0.7083": [-5.02, -23.42, 0], + "0.8333": { + "pre": [7.64, -8.92, 0], + "post": [7.64, -8.92, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5.75, 4, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [10.83, 5.67, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, -19.25, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": [7.67, -30.5, 0], + "2.0833": [10, -32.5, 0] + } + }, + "arm_left": { + "rotation": { + "0.0": [-0.01907, -45.21761, 34.5801], + "0.25": [-0.02, -53.97, 34.58], + "0.375": [-0.02, -55.22, 34.58], + "0.4583": [11.37, -39.93, 44.63], + "0.5417": { + "pre": [39.67, 20.75, 21.32], + "post": [39.67, 20.75, 21.32], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [39.98, 56.78, 19.58], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [30.1, 68.9, 34.15], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [59.98, 59.28, 49.58], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [39.15, 5.11, 36.25], + "lerp_mode": "catmullrom" + }, + "1.5417": [29.98, -9.37, 33.655], + "1.8333": [5.98, -46.55, 33.58], + "2.0833": [-0.01907, -45.21761, 34.5801] + } + }, + "arm_left2": { + "rotation": { + "0.0": [0, 0, 0], + "0.2917": [0, 37.68, 0], + "0.4167": { + "pre": [0, 42.5, 0], + "post": [0, 42.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, -45, -40], + "lerp_mode": "catmullrom" + }, + "0.8333": [0, -26.25, 0], + "0.9167": [0, 0, 0], + "1.0417": [0, 23.75, 0], + "1.2083": [0, 21.75, 0], + "1.4583": [0, 4.29, 0], + "1.6667": [0, -36.25, 0], + "1.8333": [0, -51, 0], + "2.0": [0, -9.25, 0], + "2.0833": [0, 0, 0] + }, + "position": { + "0.4583": [0, 0, 0], + "0.625": [-4, -2, 4], + "0.75": [0, 0, 0] + }, + "scale": { + "0.4583": [1, 1, 1], + "0.625": [1.1, 0.8, 0.8], + "0.75": [1, 1, 1] + } + }, + "hand_left": { + "rotation": [0.7522, 2.38422, 17.51565] + }, + "neck": { + "rotation": { + "0.0": [0, 12.5, 0], + "0.2917": { + "pre": [0, 21.39, -4.44], + "post": [0, 21.39, -4.44], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [11, 25.975, -5], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [5, 37.5, -2.5], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [22.81, 43.45, 8.08], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-2.5, 13.75, -4.25], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-10, -15, -2.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [3.75, -9.37, -3.13], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [15.42, 47.21, 3.54], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [30, 57.5, 13.75], + "lerp_mode": "catmullrom" + }, + "1.8333": [10, 57.5, 0], + "1.9167": [1.25, 37.5, -7.5], + "2.0833": [0, 12.5, 0] + } + }, + "Head": { + "rotation": { + "0.0": [2.5, 30, -7.5], + "0.4583": [2.5, 30, -7.5], + "0.625": [0, 0, 0], + "0.9167": [0, -5, 5], + "1.0": [0, -20, 2.5], + "1.0833": [0, -5, 5], + "1.4583": [0, 0, 0], + "1.5417": [0, 17.5, -7.5], + "1.625": [0, 0, 0], + "1.875": [0, 0, 0], + "2.0833": [2.5, 30, -7.5] + } + }, + "arm_right": { + "rotation": { + "0.0": [18.31206, -19.51814, -33.17584], + "0.25": [18.31, -44.645, -33.18], + "0.375": [18.31, -49.52, -33.18], + "0.4583": [-2.94, -1.27, -54.43], + "0.5417": [-24.19, 46.98, -30.68], + "0.7083": [-27.78, 58.94, -9.02], + "0.875": { + "pre": [-26.88, 57.5, -64.89], + "post": [-26.88, 57.5, -64.89], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-24.19, 42.23, -57.93], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-9.49, 10.8, -39.68], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [12.56, -12.32, -30.68], + "lerp_mode": "catmullrom" + }, + "1.4167": [15.49, -34.1, -30.29], + "1.5": [63.31, -53.52, -65.68], + "1.5833": [15.49, -34.1, -30.29], + "2.0833": [18.31206, -19.51814, -33.17584] + } + }, + "arm_right2": { + "rotation": { + "0.0": [21.46148, 13.44812, -22.00942], + "0.2917": [21.46, -6.55, -22.01], + "0.4167": [21.46, -9.05, -22.01], + "0.5": [21.46, -36.55, -22.01], + "1.0": [0, 47.5, 0], + "1.2083": [0, 65, 0], + "1.4167": { + "pre": [0, 47.8, 0], + "post": [0, 47.8, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [2.33, -19.9, -2.39], + "lerp_mode": "catmullrom" + }, + "2.0833": [21.46148, 13.44812, -22.00942] + }, + "position": { + "1.0417": [0, 0, 0], + "1.1667": [6.25, 0, 3.5], + "1.2917": [0, 0, 0] + }, + "scale": { + "1.0417": [1, 1, 1], + "1.1667": [1.1, 0.8, 0.8], + "1.2917": [1, 1, 1] + } + }, + "hand_right": { + "rotation": [0, 0, -10] + }, + "legs": { + "rotation": [0, -32.5, 0] + }, + "leg_right": { + "rotation": { + "0.0": [-32.83102, 59.9933, 11.24487], + "0.3333": [-42.83, 59.99, 11.24], + "0.4167": { + "pre": [2.17, 59.99, 11.24], + "post": [2.17, 59.99, 11.24], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-6.83, 59.99, 11.24], + "lerp_mode": "catmullrom" + }, + "0.75": [-67.83, 59.99, 11.24], + "0.875": [-60.33, 59.99, 11.24], + "1.25": [-27.83102, 59.9933, 11.24487], + "1.6667": [-27.83102, 59.9933, 11.24487], + "1.9167": [-32.83102, 59.9933, 11.24487] + }, + "position": { + "0.0": [0, 0.5, 0], + "0.25": [0, 0.5, 0], + "0.375": [0, 0.25, 0], + "0.4167": [0, -2.5, 0], + "0.5417": [0, 2.5, 0], + "0.75": [0, 0.5, 0] + } + }, + "leg_right2": { + "rotation": { + "0.0": [27.47766, 1.15408, -2.21783], + "0.3333": [37.48, 1.15, -2.22], + "0.4167": [2.48, 1.15, -2.22], + "0.625": [12.48, 1.15, -2.22], + "0.75": [72.48, 1.15, -2.22], + "0.875": [67.48, 1.15, -2.22], + "1.25": [22.47766, 1.15408, -2.21783], + "1.6667": [22.47766, 1.15408, -2.21783], + "1.8333": [29.355, 1.15, -2.22], + "1.9167": [29.97766, 1.15408, -2.21783], + "2.0833": [27.47766, 1.15408, -2.21783] + } + }, + "foot_left": { + "rotation": { + "0.0": [27.5, 0, 10], + "0.2917": [27.5, 0, 10], + "0.4583": [10, 0, 10], + "1.125": [10, 0, 10], + "1.3333": [27.5, 0, 10] + } + }, + "foot_right": { + "rotation": { + "0.0": [14.99067, 0.43399, -2.46207], + "0.375": [14.99067, 0.43399, -2.46207], + "0.5": { + "pre": [6.99067, 0.43399, -2.46207], + "post": [6.99067, 0.43399, -2.46207], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [37.49, 0.43, -2.46], + "lerp_mode": "catmullrom" + }, + "0.7917": [14.99067, 0.43399, -2.46207] + } + }, + "body": { + "position": { + "0.0": [0, -2.9, 0], + "0.25": [0, -3.8, 0], + "0.3333": [0, -3.9, 0], + "0.375": [0, -4.23, 0], + "0.4583": { + "pre": [0, 1.7, 0], + "post": [0, 1.7, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 3.25, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": [0, -7.17, 0], + "0.75": [0, -8.47, 0], + "0.8333": { + "pre": [0, -6.5, 0], + "post": [0, -6.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, -5.2, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -2.53, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -2.465, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": [0, -2.75, 0], + "1.8333": [0, -3.185, 0], + "1.9583": [0, -2.9, 0] + }, + "scale": { + "0.3333": [1, 1, 1], + "0.4167": { + "pre": [1.1, 0.9, 1.1], + "post": [1.1, 0.9, 1.1], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [1, 1.1, 1], + "lerp_mode": "catmullrom" + }, + "0.6667": [1, 1, 1] + } + }, + "chest": { + "rotation": { + "0.9167": [0, 0, 0], + "1.0": [0, 15, 0], + "1.0833": [0, 0, 0], + "1.4583": [0, 0, 0], + "1.5417": [0, -20, 0], + "1.625": [0, 0, 0] + } + }, + "bone39": { + "scale": 0 + }, + "bone40": { + "scale": 0 + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/jumpluff/jumpluff.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/jumpluff/jumpluff.animation.json new file mode 100644 index 0000000..a2d8ca8 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/jumpluff/jumpluff.animation.json @@ -0,0 +1,88 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.jumpluff.ground_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "arm_left": { + "rotation": [0, "-math.sin(query.anim_time*90*4+90)*3", "22.5+math.sin(query.anim_time*90*4+90)*3"] + }, + "arm_left2": { + "rotation": [0, 0, "-7.5+math.sin(query.anim_time*90*4+180)*3"] + }, + "arm_right": { + "rotation": [0, "-math.sin(query.anim_time*90*4+90)*3", "-22.5-math.sin(query.anim_time*90*4+90)*3"] + }, + "arm_right2": { + "rotation": [0, 0, "7.5-math.sin(query.anim_time*90*4+180)*3"] + }, + "tail": { + "rotation": ["-7.5-math.sin(query.anim_time*90*4+90)*8", 0, 0] + }, + "leg_right": { + "rotation": ["65+math.sin(query.anim_time*90*4)*4", 0, 0], + "position": [0, "-0.5-math.sin(query.anim_time*90*4)*0.3", "2-math.sin(query.anim_time*90*4)*0.3"] + }, + "leg_left": { + "rotation": ["65+math.sin(query.anim_time*90*4)*4", 0, 0], + "position": [0, "-0.5-math.sin(query.anim_time*90*4)*0.3", "2-math.sin(query.anim_time*90*4)*0.3"] + }, + "body": { + "position": [0, "2.5+math.sin(query.anim_time*90*4)*0.3", 0] + }, + "torso": { + "rotation": ["-2.25+math.sin(query.anim_time*90*4)*3", "math.sin(query.anim_time*90*2)*3", 0], + "position": [0, -0.25, 0] + }, + "cotton_top": { + "rotation": ["-math.sin(query.anim_time*90*4+90)*6", "-math.sin(query.anim_time*90*2+90)*3", "-math.sin(query.anim_time*90*2+90)*4"] + }, + "cotton_top2": { + "rotation": ["math.sin(query.anim_time*90*4+180)*2", 0, 0] + } + } + }, + "animation.jumpluff.blink": { + "animation_length": 0.1667, + "bones": { + "body": { + "position": { + "0.0": [0, 0, 0], + "0.1667": [0, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": [0, 0, 0] + } + }, + "eye_right": { + "position": { + "0.0": [0, 0, 0.1], + "0.1667": {"pre": [0, 0, 0.1], "post": [0, 0, 0]} + } + }, + "eye_left": { + "position": { + "0.0": [0, 0, 0.1], + "0.1667": {"pre": [0, 0, 0.1], "post": [0, 0, 0]} + } + }, + "eyelid_right": { + "position": { + "0.0": [0, 0, -0.2], + "0.1667": {"pre": [0, 0, -0.2], "post": [0, 0, 0]} + } + }, + "eyelid_left": { + "position": { + "0.0": [0, 0, -0.2], + "0.1667": {"pre": [0, 0, -0.2], "post": [0, 0, 0]} + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kartana/kartana.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kartana/kartana.animation.json new file mode 100644 index 0000000..d0a7301 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kartana/kartana.animation.json @@ -0,0 +1,153 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.kartana.ground_idle": { + "loop": true, + "bones": { + "body": { + "rotation": ["0-math.sin(q.anim_time*90*2-60)*15", "30-math.sin(q.anim_time*90*2+60)*10", "0-math.sin(q.anim_time*90*2+60)*5"], + "position": [0, "5-math.sin(q.anim_time*90*4)*1", 0] + }, + "arm_right": { + "rotation": [0, "0+math.sin(q.anim_time*90*2+60)*7.5", 0], + "position": [0, 0, -0.1] + }, + "arm_right2": { + "rotation": [0, "0+math.sin(q.anim_time*90*2+75)*10", 0], + "position": [-0.1, 0, 0] + }, + "arm_left": { + "rotation": [0, "0-math.sin(q.anim_time*90*2+60)*7.5", 0], + "position": [0, 0, -0.1] + }, + "arm_left2": { + "rotation": [0, "0-math.sin(q.anim_time*90*2+75)*10", 0], + "position": [0.1, 0, 0] + }, + "leg_left": { + "rotation": [0, "0+math.sin(q.anim_time*90*2+60)*10", 0] + }, + "leg_left2": { + "rotation": ["0+math.sin(q.anim_time*90*2+180)*15", "0+math.sin(q.anim_time*90*2+150)*10", 0] + }, + "leg_left3": { + "rotation": [0, "0+math.sin(q.anim_time*90*2+120)*10", 0] + }, + "leg_left4": { + "rotation": ["0+math.sin(q.anim_time*90*2+180)*15", 0, 0] + }, + "leg_right": { + "rotation": [0, "0-math.sin(q.anim_time*90*2+60)*10", 0] + }, + "leg_right2": { + "rotation": ["0+math.sin(q.anim_time*90*2+150)*15", "0-math.sin(q.anim_time*90*2+60)*10", 0] + }, + "leg_right3": { + "rotation": [0, "0-math.sin(q.anim_time*90*2-60)*10", 0] + }, + "leg_right4": { + "rotation": ["0+math.sin(q.anim_time*90*2)*15", 0, 0] + } + } + }, + "animation.kartana.ground_walk": { + "loop": true, + "bones": { + "body": { + "rotation": ["5-math.sin(q.anim_time*90*2-60)*15", "0-math.sin(q.anim_time*90*2+60)*10", "0-math.sin(q.anim_time*90*2+60)*5"], + "position": [0, "5-math.sin(q.anim_time*90*4)*1", 0] + }, + "arm_right": { + "rotation": [0, "0+math.sin(q.anim_time*90*2+60)*7.5", 0], + "position": [0, 0, -0.1] + }, + "arm_right2": { + "rotation": [0, "0+math.sin(q.anim_time*90*2+75)*10", 0], + "position": [-0.1, 0, 0] + }, + "arm_left": { + "rotation": [0, "0-math.sin(q.anim_time*90*2+60)*7.5", 0], + "position": [0, 0, -0.1] + }, + "arm_left2": { + "rotation": [0, "0-math.sin(q.anim_time*90*2+75)*10", 0], + "position": [0.1, 0, 0] + }, + "leg_left": { + "rotation": [0, "0+math.sin(q.anim_time*90*2+60)*10", 0] + }, + "leg_left2": { + "rotation": ["0+math.sin(q.anim_time*90*2+180)*15", "0+math.sin(q.anim_time*90*2+150)*10", 0] + }, + "leg_left3": { + "rotation": [0, "0+math.sin(q.anim_time*90*2+120)*10", 0] + }, + "leg_left4": { + "rotation": ["0+math.sin(q.anim_time*90*2+180)*15", 0, 0] + }, + "leg_right": { + "rotation": [0, "0-math.sin(q.anim_time*90*2+60)*10", 0] + }, + "leg_right2": { + "rotation": ["0+math.sin(q.anim_time*90*2+150)*15", "0-math.sin(q.anim_time*90*2+60)*10", 0] + }, + "leg_right3": { + "rotation": [0, "0-math.sin(q.anim_time*90*2-60)*10", 0] + }, + "leg_right4": { + "rotation": ["0+math.sin(q.anim_time*90*2)*15", 0, 0] + } + } + }, + "animation.kartana.sleep": { + "loop": true, + "bones": { + "body": { + "rotation": ["-90-math.sin(q.anim_time*90*1-60)*15", "0-math.sin(q.anim_time*90*1+60)*10", "0-math.sin(q.anim_time*90*1+60)*5"], + "position": [0, "0-math.sin(q.anim_time*90*2)*1", 0] + }, + "arm_right": { + "rotation": [0, "0+math.sin(q.anim_time*90*1+60)*7.5", 0], + "position": [0, 0, -0.1] + }, + "arm_right2": { + "rotation": [0, "0+math.sin(q.anim_time*90*1+75)*10", 0], + "position": [-0.1, 0, 0] + }, + "arm_left": { + "rotation": [0, "0-math.sin(q.anim_time*90*1+60)*7.5", 0], + "position": [0, 0, -0.1] + }, + "arm_left2": { + "rotation": [0, "0-math.sin(q.anim_time*90*1+75)*10", 0], + "position": [0.1, 0, 0] + }, + "leg_left": { + "rotation": [0, "0+math.sin(q.anim_time*90*1+60)*10", 0] + }, + "leg_left2": { + "rotation": ["0+math.sin(q.anim_time*90*1+180)*15", "0+math.sin(q.anim_time*90*1+150)*10", 0] + }, + "leg_left3": { + "rotation": [0, "0+math.sin(q.anim_time*90*1+120)*10", 0] + }, + "leg_left4": { + "rotation": ["0+math.sin(q.anim_time*90*1+180)*15", 0, 0] + }, + "leg_right": { + "rotation": [0, "0-math.sin(q.anim_time*90*1+60)*10", 0] + }, + "leg_right2": { + "rotation": ["0+math.sin(q.anim_time*90*1+150)*15", "0-math.sin(q.anim_time*90*1+60)*10", 0] + }, + "leg_right3": { + "rotation": [0, "0-math.sin(q.anim_time*90*1-60)*10", 0] + }, + "leg_right4": { + "rotation": ["0+math.sin(q.anim_time*90*1)*15", 0, 0] + } + } + } + }, + "geckolib_format_version": 2 +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kilowattrel/kilowattrel.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kilowattrel/kilowattrel.animation.json new file mode 100644 index 0000000..e0e89b1 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kilowattrel/kilowattrel.animation.json @@ -0,0 +1,180 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.kilowattrel.ground_idle": { + "loop": true, + "bones": { + "wing_closed_left2": { + "rotation": [10, 0, 0] + }, + "wing_closed_left3": { + "rotation": [15, 0, 0] + }, + "tail": { + "rotation": [5, 0, 0] + }, + "head": { + "rotation": [-5, 0, 0] + }, + "wing_closed_left4": { + "rotation": [7.5, 0, 0] + }, + "wing_closed_right2": { + "rotation": [10, 0, 0] + }, + "wing_closed_right3": { + "rotation": [15, 0, 0] + }, + "wing_closed_right4": { + "rotation": [7.5, 0, 0] + }, + "wings_open": { + "scale": 0 + }, + "foot_right_claw_tip": { + "rotation": [12.5, 0, 0] + }, + "foot_right_claw_tip2": { + "rotation": [12.5, 0, 0] + }, + "foot_right_claw_tip3": { + "rotation": [12.5, 0, 0] + }, + "foot_right_claw_back_tip": { + "rotation": [-12.5, 0, 0] + }, + "foot_left_claw_tip": { + "rotation": [12.5, 0, 0] + }, + "foot_left_claw_tip2": { + "rotation": [12.5, 0, 0] + }, + "foot_left_claw_tip3": { + "rotation": [12.5, 0, 0] + }, + "foot_left_claw_back_tip": { + "rotation": [-12.5, 0, 0] + } + } + }, + "animation.kilowattrel.ground_walk": { + "loop": true, + "bones": { + "wing_closed_left2": { + "rotation": [10, 0, 0] + }, + "wing_closed_left3": { + "rotation": [15, 0, 0] + }, + "tail": { + "rotation": [5, 0, 0] + }, + "head": { + "rotation": [-5, 0, 0] + }, + "wing_closed_left4": { + "rotation": [7.5, 0, 0] + }, + "wing_closed_right2": { + "rotation": [10, 0, 0] + }, + "wing_closed_right3": { + "rotation": [15, 0, 0] + }, + "wing_closed_right4": { + "rotation": [7.5, 0, 0] + }, + "wings_open": { + "scale": 0 + }, + "foot_right_claw_tip": { + "rotation": [12.5, 0, 0] + }, + "foot_right_claw_tip2": { + "rotation": [12.5, 0, 0] + }, + "foot_right_claw_tip3": { + "rotation": [12.5, 0, 0] + }, + "foot_right_claw_back_tip": { + "rotation": [-12.5, 0, 0] + }, + "foot_left_claw_tip": { + "rotation": [12.5, 0, 0] + }, + "foot_left_claw_tip2": { + "rotation": [12.5, 0, 0] + }, + "foot_left_claw_tip3": { + "rotation": [12.5, 0, 0] + }, + "foot_left_claw_back_tip": { + "rotation": [-12.5, 0, 0] + } + } + }, + "animation.kilowattrel.blink": { + "animation_length": 0.1667, + "bones": { + "eyelid_right": { + "position": { + "0.0": [-0.1, 0, -0.1], + "0.125": [-0.1, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_left": { + "position": { + "0.0": [0.1, 0, -0.1], + "0.125": [0.1, 0, -0.1], + "0.1667": [0, 0, 0] + } + } + } + }, + "animation.kilowattrel.sad": { + "loop": true, + "bones": { + "iris_right": { + "position": [0, 0, 0.1] + }, + "iris_left": { + "position": [0, 0, 0.1] + }, + "iris_right_sad": { + "rotation": [0, 0, -5], + "position": [0, 0, -0.1] + }, + "iris_left_sad": { + "rotation": [0, 0, 5], + "position": [0, 0, -0.1] + } + } + }, + "animation.kilowattrel.mad": { + "loop": true, + "bones": { + "iris_right": { + "rotation": [0, 0, 5] + }, + "iris_left": { + "rotation": [0, 0, -5] + } + } + }, + "animation.kilowattrel.happy": { + "loop": true, + "bones": { + "eyelid_right_happy": { + "position": [-0.1, 0, -0.1] + }, + "eyelid_left_happy": { + "position": [0.1, 0, -0.1] + }, + "jaw": { + "rotation": [15, 0, 0] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kingambit/kingambit.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kingambit/kingambit.animation.json new file mode 100644 index 0000000..8a2584d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kingambit/kingambit.animation.json @@ -0,0 +1,2405 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.kingambit.ground_walk": { + "loop": true, + "animation_length": 20.9583, + "bones": { + "kingambit": { + "rotation": [-3, 0, 0], + "position": [0, "1.9+math.sin(q.anim_time*250*1)*1.5", 0] + }, + "waist": { + "rotation": ["-4+math.sin(q.anim_time*120*1-180)*2", 0, 0], + "position": [0, 0, -0.4] + }, + "chest": { + "rotation": ["-9.0435+math.sin(q.anim_time*120*1-90)*2", 0, 0] + }, + "neck": { + "rotation": [-22.5, 0, 0] + }, + "head": { + "rotation": [-13.75788, 0, 0] + }, + "helmet": { + "rotation": [0, 0, 0] + }, + "hair": { + "rotation": ["21.7364-math.sin(q.anim_time*120*1-120)*3", -0.6158, 2.93618] + }, + "hair2": { + "rotation": [-13.9872, 0, -2.42583] + }, + "hair3": { + "rotation": ["-43.5+math.sin(q.anim_time*120*1-120)*1", 0, 0] + }, + "hair4": { + "rotation": ["-54.5-math.sin(q.anim_time*120*1-120)*2", 0, 0] + }, + "hair5": { + "rotation": ["-28+math.sin(q.anim_time*120*1-120)*1", 0, 0] + }, + "hair6": { + "rotation": [-9.9574, 0.83421, -0.47691], + "position": [0, 0, 0] + }, + "hair7": { + "rotation": [180, 0, 0], + "position": [0, 5.91251, -11.4625] + }, + "arm_left3": { + "rotation": [-7.93465, -11.53236, 45.09861], + "position": [0.4, -0.54793, 0.33131] + }, + "arm_left4": { + "rotation": ["144.1593+math.sin(q.anim_time*120*1-120)*2", 34.77816, "88.9463+math.sin(q.anim_time*120*1-120)*2"], + "position": [1.40562, 1.46505, 0.19456] + }, + "lowerbody": { + "position": [0, 0, -1.6] + }, + "leg_left1": { + "rotation": ["-61.5234-math.sin(q.anim_time*90*1)*1", -36.9279, -10.5566], + "position": [0, -2.4, -3.6] + }, + "leg_left2": { + "rotation": { + "0.0": ["85.7123+math.sin(q.anim_time*90*1)*2", 2.7088, 28.7129], + "20.9583": ["81.42+math.sin(q.anim_time*90*2)*2", 1.27, 26.83] + }, + "position": [0, 1, 3] + }, + "foot_left": { + "rotation": ["15.3472+math.sin(q.anim_time*90*1)*4", -12.06754, -3.28396] + }, + "leg_right1": { + "rotation": ["-61.5234-math.sin(q.anim_time*90*1)*1", 36.92791, 10.55655], + "position": [0, -2.4, -3.6] + }, + "leg_right2": { + "rotation": ["85.7123+math.sin(q.anim_time*90*1)*2", -2.70876, -28.7129], + "position": [0, 1, 3] + }, + "foot_right": { + "rotation": ["20.1587+math.sin(q.anim_time*90*1)*4", 7.04533, 2.57816] + }, + "arm_right3": { + "rotation": [-5.46237, 9.11037, -42.425], + "position": [0.4, -0.54793, 0.33131] + }, + "hand_left": { + "rotation": [11.31072, 24.27862, -2.82594], + "position": [-0.25545, -0.26553, -0.33799] + }, + "arm_right4": { + "rotation": ["142.8191+math.sin(q.anim_time*120*1-120)*2", -33.24746, "-86.5616-math.sin(q.anim_time*120*1-120)*2"], + "position": [0.90183, 1.07657, -0.1968] + }, + "hand_right": { + "rotation": [9.04341, -25.16279, 8.24404], + "position": [-0.25545, -0.26553, -0.33799] + }, + "haircorrection": { + "rotation": [0, 0, 0] + }, + "arm_right2": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "blade": { + "rotation": [0, 0, "0-math.sin(q.anim_time*600*2)*2"] + }, + "blade2": { + "rotation": [0, 0, "0+math.sin(q.anim_time*600*2)*2"] + } + } + }, + "animation.kingambit.battle_idle": { + "loop": true, + "animation_length": 20.9583, + "bones": { + "kingambit": { + "position": [0, -3.8, 0] + }, + "waist": { + "rotation": ["6+math.sin(q.anim_time*120*1-180)*2", 0, 0], + "position": [0, 0, -1.2] + }, + "chest": { + "rotation": ["18.5+math.sin(q.anim_time*120*1-90)*2", -10, 0] + }, + "neck": { + "rotation": ["6.7583+math.sin(q.anim_time*120*1-90)*2", 13.08015, -0.3358] + }, + "head": { + "rotation": [-6.51534, -5.80445, -5.73293] + }, + "helmet": { + "rotation": [0, 0, 0] + }, + "hair": { + "rotation": ["-38.3157-math.sin(q.anim_time*120*1-120)*3", 0.43349, 4] + }, + "hair2": { + "rotation": [-14, 0, 0] + }, + "hair3": { + "rotation": ["-37.5+math.sin(q.anim_time*120*1-120)*1", 0, 0] + }, + "hair4": { + "rotation": ["-30-math.sin(q.anim_time*120*1-120)*2", 0, 0] + }, + "hair5": { + "rotation": ["-45.5+math.sin(q.anim_time*120*1-120)*4", 0, 0] + }, + "hair6": { + "rotation": ["-38.4574-math.sin(q.anim_time*120*1-120)*4", 0.83421, -0.47691], + "position": [0, 0, 0] + }, + "hair7": { + "rotation": [180, 0, 0], + "position": [0, 5.91251, "-11.46250+math.sin(q.anim_time*120*1-90)*0.5"] + }, + "arm_left3": { + "rotation": [-10.10917, 2.75498, 55.44598], + "position": [0.4, -0.54793, 0.33131] + }, + "arm_left4": { + "rotation": ["161.1715+math.sin(q.anim_time*120*1-120)*2", 45.87992, "114.84+math.sin(q.anim_time*120*1-120)*2"], + "position": [1.40562, 1.46505, 0.19456] + }, + "lowerbody": { + "position": [0, 0, -1.6] + }, + "leg_left1": { + "rotation": ["-59.9727-math.sin(q.anim_time*90*10)*2", -35.52872, -11.46254], + "position": [0, -2, -3.6] + }, + "leg_left2": { + "rotation": { + "0.0": ["81.4154+math.sin(q.anim_time*90*10)*2", 1.26962, 26.8333], + "20.9583": ["81.42+math.sin(q.anim_time*90*2)*2", 1.27, 26.83] + }, + "position": [0, 1, 3] + }, + "foot_left": { + "rotation": ["-10+math.sin(q.anim_time*90*10 )*2", 0, 0] + }, + "leg_right1": { + "rotation": ["-61.5234-math.sin(q.anim_time*90*1)*1", 36.92791, 10.55655], + "position": [0, -2.4, -3.6] + }, + "leg_right2": { + "rotation": ["85.7123+math.sin(q.anim_time*90*1)*2", -2.70876, -28.7129], + "position": [0, 1, 3] + }, + "foot_right": { + "rotation": ["-10+math.sin(q.anim_time*90*1)*4", 0, 0] + }, + "arm_right3": { + "rotation": [2.91783, -5.94383, -52.26198] + }, + "hand_left": { + "rotation": [25.37391, 8.39359, 44.12635], + "position": [-0.25545, -0.26553, -0.33799] + }, + "arm_right4": { + "rotation": ["111.6158+math.sin(q.anim_time*120*1-120)*2", "-55.3719-math.sin(q.anim_time*120*1-120)*2", -79.7584] + }, + "hand_right": { + "rotation": [0, 0, "-33+math.sin(q.anim_time*120*1-120)*10"] + }, + "haircorrection": { + "rotation": [0, 0, 0], + "position": [0, 0, "0+math.sin(q.anim_time*120*1-90)*0.4 "] + }, + "arm_right2": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + } + } + }, + "animation.kingambit.physical": { + "animation_length": 2.2917, + "bones": { + "kingambit": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [-5.08222, 0, 0], + "1.0833": [-5.08222, 0, 0], + "1.4583": [-5.08222, 0, 0], + "2.2083": [0, 0, 0] + }, + "position": { + "0.0": [0, -3.8, 0], + "0.0417": [0, -3.85359, -0.67086], + "0.0833": [0, -4.26641, -5.83914], + "0.125": [0, -4.32, -6.51], + "0.1667": [0, -4.47154, -7.11079], + "0.2083": [0, -4.92324, -8.90151], + "0.2917": [0, -6.24676, -14.14849], + "0.3333": [0, -6.69846, -15.93921], + "0.375": [0, -6.85, -16.54], + "0.5833": [0, -6.85, -16.54], + "1.0833": [0, -6.85, -16.54], + "1.4583": [0, -6.85, -16.54], + "2.2083": [0, -3.8, 0] + } + }, + "waist": { + "rotation": { + "0.0": ["6+math.sin(q.anim_time*120*1-180)*2", 0, 0], + "0.0417": [6, 0, 0], + "0.125": { + "pre": [31.66, 0, 0], + "post": [31.66, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [24, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [38, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [33, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": [6.77, 0, 0], + "1.0417": [29.47, 0, 0], + "1.0833": [74, 0, 0], + "1.125": [74, 0, 0], + "1.3333": [74, 0, 0], + "1.4583": [74, 0, 0], + "1.5417": [76.49894, -0.00793, -0.07242], + "1.75": [44.01447, 0.33067, 0.79859], + "2.0833": [9.13323, 0.09303, 0.22467], + "2.2083": ["6+math.sin(q.anim_time*120*1-180)*2", 0, 0] + }, + "position": { + "0.0": [0, 0, -1.2], + "0.0417": [0, 0, -1.2], + "1.0": [0.02584, -1.2258, -0.41963], + "1.0833": [0, -1.9, 0], + "1.125": [0, -1.9, 0], + "1.1667": [-0.00263, -0.9009, 0.04222], + "1.3333": [0, -1.9, 0], + "1.4583": [0, -1.9, 0], + "2.2083": [0, 0, -1.2] + } + }, + "chest": { + "rotation": { + "0.0": ["18.5+math.sin(q.anim_time*120*1-90)*2", -10, 0], + "0.0417": [6, -10, 0], + "0.125": { + "pre": [16.47721, -17.86723, -2.85272], + "post": [16.47721, -17.86723, -2.85272], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [16.47721, -17.86723, -2.85272], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [8.19067, 0, 1.36479], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": [-6.57706, 0, -0.07162], + "1.0417": [-22.71804, 0, -0.04775], + "1.125": [10, 0, 0], + "1.4583": [10, 0, 0], + "1.8333": [21.79101, -16.53646, -4.62538], + "2.2083": ["18.5+math.sin(q.anim_time*120*1-90)*2", -10, 0] + } + }, + "neck": { + "rotation": { + "0.0": ["6.7583+math.sin(q.anim_time*120*1-90)*2", 13.08015, -0.3358], + "0.0417": [16.86567, 0, 0.2113], + "0.6667": [4.36567, 0, 0.2113], + "0.9583": [5.64893, 0, 0.0735], + "1.0": [5.64893, 0, 0.0735], + "1.0417": [-29.67554, 0, 0.03675], + "1.0833": [-27.33777, 0, 0.01837], + "1.125": [20, 0, 0], + "1.4583": [20, 0, 0], + "2.2083": ["6.7583+math.sin(q.anim_time*120*1-90)*2", 13.08015, -0.3358] + } + }, + "head": { + "rotation": { + "0.0": [-6.51534, -5.80445, -5.73293], + "0.0417": { + "pre": [0.9841, -6.48466, -5.34771], + "post": [0.9841, -6.48466, -5.34771], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-2.31817, 0, -4.65019], + "lerp_mode": "catmullrom" + }, + "0.9583": [-20.87227, 0, 0], + "1.0": [-20.87227, 0, 0], + "1.0417": [-24.93613, 0, 0], + "1.0833": [-18.71807, 0, 0], + "1.125": [2.5, 0, 0], + "1.4583": [2.5, 0, 0], + "1.9167": [15.79156, -3.19245, -3.15311], + "2.2083": [-6.51534, -5.80445, -5.73293] + } + }, + "helmet": { + "rotation": { + "0.0": [0, 0, 0], + "1.1667": [3, 0, 0], + "1.2083": [-0.15, 0, 0], + "1.25": [0.86, 0, 0], + "1.2917": [-0.19, 0, 0], + "2.2083": [0, 0, 0] + } + }, + "hair": { + "rotation": { + "0.0": [-38.3157, 0.43349, 4], + "0.0417": [-40.7868, 1.60074, 6.39542], + "0.125": { + "pre": [-33.07548, 1.39194, 5.56123], + "post": [-33.07548, 1.39194, 5.56123], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-26.71982, 1.28755, 5.14414], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [20.78018, 1.28755, 5.14414], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [21.70611, 1.28755, 5.14414], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-11.71982, 1.28755, 5.14414], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-57.77298, 1.28583, 5.13728], + "lerp_mode": "catmullrom" + }, + "1.4583": [-51.71982, 1.28755, 5.14414], + "2.2083": [-38.3157, 0.43349, 4] + } + }, + "hair2": { + "rotation": { + "0.0": [-14, 0, 0], + "0.0417": [-14, 0, 0], + "2.2083": [-14, 0, 0] + } + }, + "hair3": { + "rotation": { + "0.0": [-37.5, 0, 0], + "0.0417": [-40, 0, 0], + "0.6667": { + "pre": [-5.39134, 0.03923, -0.38643], + "post": [-5.39134, 0.03923, -0.38643], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-3.44979, 0.04013, -0.39151], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-22.18, 0.04, -0.39], + "lerp_mode": "catmullrom" + }, + "1.4583": [-22.18, 0.04, -0.39], + "2.2083": [-37.5, 0, 0] + } + }, + "hair4": { + "rotation": { + "0.0": [-30, 0, 0], + "0.0417": [-40, 0, 0], + "0.6667": { + "pre": [-5.9793, 0.48117, -0.27785], + "post": [-5.9793, 0.48117, -0.27785], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [14.0207, 0.48117, -0.27785], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-7.55387, 0.48035, -0.27936], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-3.48, 0.48, -0.28], + "lerp_mode": "catmullrom" + }, + "1.4583": [-3.48, 0.48, -0.28], + "2.2083": [-30, 0, 0] + } + }, + "hair5": { + "rotation": { + "0.0": [-45.5, 0, 0], + "0.0417": [-35.31, 0, 0], + "0.6667": { + "pre": [-0.31, 0, 0], + "post": [-0.31, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [14.46, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [5.78, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": [-15.5, 0, 0], + "2.2083": [-45.5, 0, 0] + } + }, + "hair6": { + "rotation": { + "0.0": [-38.4574, 0.83421, -0.47691], + "0.0417": [-36.00153, 0.0578, 0.05387], + "0.6667": { + "pre": [-5.25297, 0.51131, 0.4163], + "post": [-5.25297, 0.51131, 0.4163], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [2.49061, 0.5256, 0.42771], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [7.53768, 0.51591, 0.41997], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-10.25297, 0.51131, 0.4163], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-19.3307, 0.51349, 0.41808], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [12.76019, 0.52519, 0.4276], + "lerp_mode": "catmullrom" + }, + "1.4583": [7.24703, 0.51131, 0.4163], + "2.2083": [-38.4574, 0.83421, -0.47691] + }, + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, 0], + "1.0833": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": [0, 0, 0] + } + }, + "hair7": { + "rotation": { + "0.0": [180, 0, 0], + "0.0417": [180, 0, 0], + "0.6667": { + "pre": [-32.05341, -2.59382, 5.31791], + "post": [-32.05341, -2.59382, 5.31791], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [17.83808, -1.80923, 1.79565], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [10.99559, -1.53928, 0.71745], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [10.62, -1.47, 0.44], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-20.47345, -1.47464, 0.39141], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [14.36755, -1.49932, 0.35588], + "lerp_mode": "catmullrom" + }, + "1.4583": [5.62, -1.47, 0.44], + "2.2083": [180, 0, 0] + }, + "position": { + "0.0": [0, 5.91251, -11.4625], + "0.0417": [0, 5.91251, -11.4625], + "0.6667": { + "pre": [0, 0.91, -2.46], + "post": [0, 0.91, -2.46], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0.91, -2.46], + "lerp_mode": "catmullrom" + }, + "1.4583": [0, 0.91, -2.46], + "2.2083": [0, 5.91251, -11.4625] + } + }, + "arm_left3": { + "rotation": { + "0.0": [-10.10917, 2.75498, 55.44598], + "0.125": { + "pre": [-10.46157, 0.51447, 43.1426], + "post": [-10.46157, 0.51447, 43.1426], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-1.9637, 36.28478, 31.70204], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [5.23797, 19.96411, 43.53614], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [12.24878, 16.64968, 65.6577], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [12.24878, 16.64968, 65.6577], + "lerp_mode": "catmullrom" + }, + "1.0833": [24.86833, 2.58086, 69.25666], + "1.1667": [17.75941, 9.43278, 60.79511], + "1.3333": [21.82, 5.52, 65.63], + "1.4583": [21.82, 5.52, 65.63], + "1.5": { + "pre": [-10.46157, 0.51447, 43.1426], + "post": [-10.46157, 0.51447, 43.1426], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-1.9637, 36.28478, 31.70204], + "lerp_mode": "catmullrom" + }, + "2.0": [-10.46157, 0.51447, 43.1426], + "2.2083": [-10.10917, 2.75498, 55.44598] + }, + "position": { + "0.0": [0.4, -0.54793, 0.33131], + "0.125": { + "pre": [0.4, -0.54793, 0.33131], + "post": [0.4, -0.54793, 0.33131], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0.51849, -1.01966, 0.04731], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0.04048, -0.47634, 0.73555], + "lerp_mode": "catmullrom" + }, + "1.0833": [0.04048, -0.47634, 0.73555], + "1.3333": [0.04, -0.48, 0.74], + "1.4583": { + "pre": [0.04, -0.48, 0.74], + "post": [0.04, -0.48, 0.74], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0.51849, -1.01966, 0.04731], + "lerp_mode": "catmullrom" + }, + "2.0": [0.4, -0.54793, 0.33131], + "2.2083": [0.4, -0.54793, 0.33131] + } + }, + "arm_left4": { + "rotation": { + "0.0": ["161.1715+math.sin(q.anim_time*120*1-120)*2", 45.87992, "114.84+math.sin(q.anim_time*120*1-120)*2"], + "0.2083": [156.5749, 43.93499, 108.3334], + "0.5": { + "pre": [14.99737, 48.12565, -29.53667], + "post": [14.99737, 48.12565, -29.53667], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-2.09821, 12.30639, -4.19229], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-11.92494, 22.14348, -41.36647], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0.88235, 33.58879, -27.9667], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [7.61323, 34.17151, -17.80053], + "lerp_mode": "catmullrom" + }, + "1.0833": [-31.91655, 33.77399, -104.71577], + "1.125": [-33.21792, 39.05973, -95.43373], + "1.1667": [-30.71898, 42.83078, -87.59116], + "1.3333": [-33.21792, 39.05973, -95.43373], + "1.4583": [-33.21792, 39.05973, -95.43373], + "1.5": [-64.92073, 75.4097, -122.40809], + "1.6667": { + "pre": [-2.4964, 34.78889, -5.16983], + "post": [-2.4964, 34.78889, -5.16983], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [15.55348, 36.08575, 2.06077], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [38.32851, 44.75943, 15.46562], + "lerp_mode": "catmullrom" + }, + "1.8333": [112.23988, 63.3787, 76.43519], + "2.0": [156.5749, 43.93499, 108.3334], + "2.2083": ["161.1715+math.sin(q.anim_time*120*1-120)*2", 45.87992, "114.84+math.sin(q.anim_time*120*1-120)*2"] + }, + "position": { + "0.0": [1.40562, 1.46505, 0.19456], + "0.2083": { + "pre": [1.40562, 1.46505, 0.19456], + "post": [1.40562, 1.46505, 0.19456], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1.68754, 1.01387, -0.05653], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-0.24337, 1.43538, 0.22482], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [1.68754, 1.01387, -0.05653], + "lerp_mode": "catmullrom" + }, + "1.0833": [1.87436, 1.68025, -0.37438], + "1.125": [1.08084, 1.79896, 0.09159], + "1.3333": [1.08084, 1.79896, 0.09159], + "1.4583": { + "pre": [1.08084, 1.79896, 0.09159], + "post": [1.08084, 1.79896, 0.09159], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-0.24337, 1.43538, 0.22482], + "lerp_mode": "catmullrom" + }, + "2.0": [1.40562, 1.46505, 0.19456], + "2.2083": [1.40562, 1.46505, 0.19456] + } + }, + "lowerbody": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [0, -17.5, 0], + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, -1.67, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, -1.67, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -1.67, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, -1.6], + "2.2083": [0, 0, -1.6] + } + }, + "leg_left1": { + "rotation": { + "0.0": ["-59.9727-math.sin(q.anim_time*90*7)*2", -35.52872, -11.46254], + "0.0417": [-59.9727, -35.52872, -11.46254], + "0.5833": { + "pre": [-15, 0, 0], + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": [-15, 0, 0], + "1.6667": [5, 0, 0], + "1.9167": [-49.89831, -23.8356, 16.99848], + "2.2083": ["-59.9727-math.sin(q.anim_time*90*7)*2", -35.52872, -11.46254] + }, + "position": { + "0.0": [0, -2, -3.6], + "0.0417": [0, -2, -3.6], + "0.5833": { + "pre": [0, -2.3, 0], + "post": [0, -2.3, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, -2.3, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -2.3, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-0.0219, -2.23095, -3.64862], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0.00207, -0.39655, 1.07], + "lerp_mode": "catmullrom" + }, + "2.2083": [0, -2, -3.6] + } + }, + "leg_left2": { + "rotation": { + "0.0": ["81.4154+math.sin(q.anim_time*90*7)*2", 1.26962, 26.8333], + "0.0417": [81.4154, 1.26962, 26.8333], + "0.5833": { + "pre": [145, 0, 0], + "post": [145, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [145, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": [145, 0, 0], + "1.6667": [102.90666, 0.59249, 12.5222], + "1.9167": [100.06525, -0.464, 1.07], + "2.2083": ["81.4154+math.sin(q.anim_time*90*7)*2", 1.26962, 26.8333] + }, + "position": { + "0.0": [0, 1, 3], + "0.0417": [0, 1, 3], + "0.5833": { + "pre": [0, 2.80887, 4.6982], + "post": [0, 2.80887, 4.6982], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 2.80887, 4.6982], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 2.80887, 4.6982], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 2.81, 4.7], + "lerp_mode": "catmullrom" + }, + "2.2083": [0, 1, 3] + } + }, + "foot_left": { + "rotation": { + "0.0": [-10, 0, 0], + "0.0417": [-10, 0, 0], + "0.5833": [-17.5, 0, 0], + "1.0833": [-17.5, 0, 0], + "1.4583": [-17.5, 0, 0], + "1.6667": [-17.5, 0, 0], + "1.875": [-15.16235, -25.32264, 6.68651], + "2.2083": [-10, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, -0.5], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 1, -0.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 1, -0.5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 1, -0.5], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 1, -0.5], + "lerp_mode": "catmullrom" + }, + "2.2083": [0, 1, -0.5] + } + }, + "leg_right1": { + "rotation": { + "0.0": ["-61.5234-math.sin(q.anim_time*90*1)*1", 36.92791, 10.55655], + "0.0417": [-61.5234, 36.92791, 10.55655], + "0.375": { + "pre": [-12.5, 0, 0], + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-16.40781, -2.70589, -0.77353], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-16.40781, -2.70589, -0.77353], + "lerp_mode": "catmullrom" + }, + "1.4583": [-16.40781, -2.70589, -0.77353], + "1.6667": [5, 0, 0], + "2.2083": ["-61.5234-math.sin(q.anim_time*90*1)*1", 36.92791, 10.55655] + }, + "position": { + "0.0": [0, -2.4, -3.6], + "0.0417": [0, -2.4, -3.6], + "0.375": { + "pre": [0, -2.6, 0], + "post": [0, -2.6, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-0.02696, -3.49544, -0.66481], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-0.02696, -3.49544, -0.66481], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-0.02696, -3.49544, -0.66481], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-0.0219, -2.23095, -3.64862], + "lerp_mode": "catmullrom" + }, + "2.2083": [0, -2.4, -3.6] + } + }, + "leg_right2": { + "rotation": { + "0.0": [85.7123, -2.71, -28.71], + "0.0417": [85.7123, -2.70876, -28.7129], + "0.375": { + "pre": [147.5, 0, 0], + "post": [147.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [147.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": [147.5, 0, 0], + "1.6667": [102.90666, 0.59249, 12.5222], + "2.2083": [85.7123, -2.70876, -28.7129] + }, + "position": { + "0.0": [0, 1, 3], + "0.0417": [0, 1, 3], + "0.375": { + "pre": [0, 2.77805, 4.45195], + "post": [0, 2.77805, 4.45195], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 2.77805, 4.45195], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 2.77805, 4.45195], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 2.81, 4.7], + "lerp_mode": "catmullrom" + }, + "2.2083": [0, 1, 3] + } + }, + "foot_right": { + "rotation": { + "0.0": [-10, 0, 0], + "0.25": [-19.49542, 1.88298, -0.58532], + "0.375": { + "pre": [-44.24, 0, 0], + "post": [-44.24, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-21.74, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": [-21.74, 0, 0], + "1.4583": [-21.74, 0, 0], + "1.6667": [-17.5, 0, 0], + "2.2083": [-10, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 1, -0.5], + "lerp_mode": "catmullrom" + }, + "2.2083": [0, 0, 0] + } + }, + "arm_right3": { + "rotation": { + "0.0": [2.91783, -5.94383, -52.26198], + "0.0417": [2.91783, -5.94383, -52.26198], + "0.25": { + "pre": [-9.58013, -20.94514, -10.30886], + "post": [-9.58013, -20.94514, -10.30886], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-2.95277, -22.76159, -27.9892], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-0.06713, -35.36488, -31.75592], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [2.26844, -46.39684, -38.10589], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [2.26844, -46.39684, -38.10589], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [13.34668, -15.85349, -69.48024], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [13.34668, -15.85349, -69.48024], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [14.68567, -14.40443, -70.81131], + "lerp_mode": "catmullrom" + }, + "1.1667": [10.04147, -18.99502, -66.21941], + "1.3333": [11.93, -17.2, -68.08], + "1.4583": [11.93, -17.2, -68.08], + "1.9167": [4.12155, -40.03269, -48.64387], + "2.2083": [2.91783, -5.94383, -52.26198] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [-0.27249, -2.50379, -0.93616], + "post": [-0.27249, -2.50379, -0.93616], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-0.42736, -1.03014, 0.48591], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-0.27785, -0.78344, 0.39717], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-0.3546, -1.43927, -0.63766], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-0.3546, -1.43927, -0.63766], + "lerp_mode": "catmullrom" + }, + "1.0833": [0.41338, -0.47551, 0.74743], + "1.125": [0.0079, -0.56753, -0.05077], + "1.3333": [0.0079, -0.56753, -0.05077], + "1.4583": [0.0079, -0.56753, -0.05077], + "1.9167": [-1.17794, -2.01502, -1.37093], + "2.2083": [-0.02897, -1.16378, -0.29117] + } + }, + "hand_left": { + "rotation": { + "0.0": [-7.42005, 14.52015, 30.14732], + "0.0417": { + "pre": [-7.42005, 14.52015, 30.14732], + "post": [-7.42005, 14.52015, 30.14732], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-7.42005, 14.52015, 30.14732], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [7.39708, 6.13795, -28.97598], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [8.20048, -7.20592, -29.96073], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [10.09297, 10.10424, 76.97342], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-16.20791, 9.53689, 70.10266], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-16.20791, 9.53689, 70.10266], + "lerp_mode": "catmullrom" + }, + "1.0833": [16.78289, -13.28759, -58.67685], + "1.125": [19.50135, -7.39708, -76.50668], + "1.3333": [19.50135, -7.39708, -76.50668], + "1.4583": { + "pre": [19.50135, -7.39708, -76.50668], + "post": [19.50135, -7.39708, -76.50668], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [8.20048, -7.20592, -29.96073], + "lerp_mode": "catmullrom" + }, + "2.0": [-7.42005, 14.52015, 30.14732], + "2.2083": [-7.42005, 14.52015, 30.14732] + }, + "position": { + "0.0": [-0.25545, -0.26553, -0.33799], + "0.0417": { + "pre": [-0.25545, -0.26553, -0.33799], + "post": [-0.25545, -0.26553, -0.33799], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-0.25545, -0.26553, -0.33799], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-0.23852, -0.10481, -0.11989], + "lerp_mode": "catmullrom" + }, + "1.0833": [-0.24, -0.1, -0.12], + "1.125": [0.84957, 0.43065, 0.29382], + "1.3333": [0.84957, 0.43065, 0.29382], + "1.4583": { + "pre": [0.84957, 0.43065, 0.29382], + "post": [0.84957, 0.43065, 0.29382], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-0.23852, -0.10481, -0.11989], + "lerp_mode": "catmullrom" + }, + "2.0": [-0.25545, -0.26553, -0.33799], + "2.2083": [-0.25545, -0.26553, -0.33799] + } + }, + "arm_right4": { + "rotation": { + "0.0": ["111.6158+math.sin(q.anim_time*120*1-120)*2", "-55.3719-math.sin(q.anim_time*120*1-120)*2", -79.7584], + "0.0417": [111.6158, -55.3719, -79.7584], + "0.25": { + "pre": [-11.77832, -2.13833, 12.67252], + "post": [-11.77832, -2.13833, 12.67252], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-0.05685, -16.40737, 53.97284], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [4.28007, -21.83825, 42.04209], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-8.06816, -14.79432, 16.93931], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-8.06816, -14.79432, 16.93931], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-9.63793, -18.87604, 50.05102], + "lerp_mode": "catmullrom" + }, + "1.0417": [16.39147, -44.8279, 23.13843], + "1.0833": [-40.23342, -32.1377, 107.15152], + "1.125": [-40.23342, -32.1377, 107.15152], + "1.1667": [-35.50159, -37.83052, 96.94782], + "1.3333": [-40.23342, -32.1377, 107.15152], + "1.4583": [-40.23342, -32.1377, 107.15152], + "1.5417": [-40.75798, -31.08542, 109.12525], + "1.9167": [18.05655, -9.50683, 1.75903], + "2.2083": ["111.6158+math.sin(q.anim_time*120*1-120)*2", "-55.3719-math.sin(q.anim_time*120*1-120)*2", -79.7584] + }, + "position": { + "0.0": { + "post": [-0.07, -0.07, 0.26], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0.32889, -0.26997, 0.26257], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [1.09735, -0.28978, 0.48411], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0.11147, -0.34193, 0.41031], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [1.3604, -0.15933, 0.5218], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [1.3604, -0.15933, 0.5218], + "lerp_mode": "catmullrom" + }, + "1.3333": [1.52, -0.27, 0.94], + "1.4583": [1.52, -0.27, 0.94], + "1.75": [0.5943, -0.05448, 0.62915] + } + }, + "hand_right": { + "rotation": { + "0.0": [0, 0, "-33+math.sin(q.anim_time*120*1-120)*10"], + "0.0417": [0, 0, -33], + "0.25": { + "pre": [-3.18169, -7.94392, 31.46198], + "post": [-3.18169, -7.94392, 31.46198], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-6.10338, 1.41516, 33.7871], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [4.37635, -1.46448, 44.31581], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [15.07383, -0.73799, 24.46589], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [15.07383, -0.73799, 24.46589], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [2.52996, -5.09076, -72.5764], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-2.90416, -16.84809, -56.88], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.90416, -16.84809, -56.88], + "lerp_mode": "catmullrom" + }, + "1.0833": [5.48358, 6.24144, 46.51091], + "1.125": [5.48358, 6.24144, 46.51091], + "1.1667": [5.67239, 4.95651, 56.44496], + "1.3333": [5.48358, 6.24144, 46.51091], + "1.4583": [5.48358, 6.24144, 46.51091], + "1.5417": [4.83388, 6.94068, 39.50646], + "1.75": [5.9757, 2.85337, 55.23207], + "1.875": [-0.49485, 3.66666, -38.56455], + "2.2083": [0, 0, "-33+math.sin(q.anim_time*120*1-120)*10"] + }, + "position": { + "0.0": [0, 0, 0], + "1.0833": [-0.04182, 0.19056, -0.0068], + "1.125": [-0.04182, 0.19056, -0.0068], + "1.1667": [-0.46186, 0.65315, 0.00887], + "1.3333": [-0.04182, 0.19056, -0.0068], + "1.4583": [-0.04182, 0.19056, -0.0068], + "2.2083": [0, 0, 0] + } + }, + "haircorrection": { + "rotation": { + "0.0": [0, 0, 0], + "2.2083": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, "0+math.sin(q.anim_time*120*1-90)*0.5"], + "0.0417": [0, 0, -0.49], + "2.2083": [0, 0, "0+math.sin(q.anim_time*120*1-90)*0.5"] + } + }, + "hair8": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [-1.47408, 0.47009, 1.03154], + "0.6667": { + "pre": [-23.12483, 0.49266, 1.08105], + "post": [-23.12483, 0.49266, 1.08105], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [30.77053, 0.47663, 1.04587], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [12.60333, 0.47127, 1.03411], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [1.02592, 0.47009, 1.03154], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-23.09304, 0.47239, 1.03657], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [9.66555, 0.4831, 1.06008], + "lerp_mode": "catmullrom" + }, + "1.4583": [16.02592, 0.47009, 1.03154], + "2.2083": [0, 0, 0] + } + }, + "arm_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-3.16564, 30.44138, -25.40326], + "lerp_mode": "catmullrom" + }, + "1.0833": [-2.86877, 17.95853, -24.68335], + "1.3333": [-2.87, 17.96, -24.68], + "1.4583": { + "pre": [-2.87, 17.96, -24.68], + "post": [-2.87, 17.96, -24.68], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-3.16564, 30.44138, -25.40326], + "lerp_mode": "catmullrom" + }, + "2.0": [0, 0, 0], + "2.2083": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-0.1525, -0.79641, -0.85391], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-0.1525, -0.79641, -0.85391], + "lerp_mode": "catmullrom" + }, + "1.0833": [0, 0, 0], + "1.3333": [0, 0, 0], + "1.4583": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-0.1525, -0.79641, -0.85391], + "lerp_mode": "catmullrom" + }, + "2.0": [0, 0, 0], + "2.2083": [0, 0, 0] + } + }, + "arm_left2": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [3.04321, 19.8007, 7.96662], + "lerp_mode": "catmullrom" + }, + "1.0833": [3.09472, 22.29711, 8.11003], + "1.3333": [3.09, 22.3, 8.11], + "1.4583": { + "pre": [3.09, 22.3, 8.11], + "post": [3.09, 22.3, 8.11], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [3.04321, 19.8007, 7.96662], + "lerp_mode": "catmullrom" + }, + "2.0": [0, 0, 0], + "2.2083": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0.3901, 0.37396, -1.92027], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0.3901, 0.37396, -1.92027], + "lerp_mode": "catmullrom" + }, + "1.0833": [0.51781, -0.24146, -2.71206], + "1.3333": [0.52, -0.24, -2.71], + "1.4583": { + "pre": [0.52, -0.24, -2.71], + "post": [0.52, -0.24, -2.71], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0.3901, 0.37396, -1.92027], + "lerp_mode": "catmullrom" + }, + "2.0": [0, 0, 0], + "2.2083": [0, 0, 0] + } + }, + "arm_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [-14.85611, -20.3457, 42.69663], + "post": [-14.85611, -20.3457, 42.69663], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-3.25205, -32.93743, 25.56766], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-2.21133, -32.35827, 20.43412], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-2.21133, -32.35827, 20.43412], + "lerp_mode": "catmullrom" + }, + "1.0833": [-3.06, -23.95, 25.07], + "1.3333": [-3.06, -23.95, 25.07], + "1.4583": [-3.06, -23.95, 25.07], + "1.75": [-3.06, -23.95, 25.07], + "1.9167": [-3.06, -23.95, 25.07], + "2.2083": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [-0.96778, -0.54485, -1.98539], + "post": [-0.96778, -0.54485, -1.98539], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-0.77721, -0.70404, -2.6017], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-0.08428, -0.55098, -1.84241], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-0.08428, -0.55098, -1.84241], + "lerp_mode": "catmullrom" + }, + "1.0833": [-0.33, -0.47141, -1.09414], + "1.3333": [-0.33, -0.47, -1.09], + "1.4583": [-0.33, -0.47, -1.09], + "1.75": [-0.33, -0.47, -1.09], + "1.9167": [-0.33, -0.47, -1.09], + "2.2083": [0, 0, 0] + } + }, + "arm_right2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [6.79768, -7.66448, -32.6369], + "post": [6.79768, -7.66448, -32.6369], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [6.79768, -7.66448, -32.6369], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [2.94404, -5.81848, -7.24568], + "lerp_mode": "catmullrom" + }, + "1.0833": [2.94, -5.82, -7.25], + "1.3333": [2.94, -5.82, -7.25], + "1.4583": [2.94, -5.82, -7.25], + "1.75": [2.94, -5.82, -7.25], + "1.9167": [2.94, -5.82, -7.25], + "2.2083": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [-1.58236, -1.13901, -0.87259], + "post": [-1.58236, -1.13901, -0.87259], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-1.63832, -1.14108, -0.90536], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-0.03111, 0.61725, -0.20448], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-0.03111, 0.61725, -0.20448], + "lerp_mode": "catmullrom" + }, + "1.0833": [-0.42, -0.26, -1.69], + "1.3333": [-0.42, -0.26, -1.69], + "1.4583": [-0.42, -0.26, -1.69], + "1.75": [-0.42, -0.26, -1.69], + "1.9167": [-0.42, -0.26, -1.69], + "2.2083": [0.29, -0.33, -0.08] + } + }, + "upperbody": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": { + "pre": [7.5, 0, 0], + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": [7.5, 0, 0], + "2.2083": [0, 0, 0] + } + }, + "torso": { + "position": { + "0.0": [0, 0, 0], + "2.2083": [0, 0, 0] + } + }, + "blade2": { + "rotation": { + "0.0": [0, 0, 0], + "1.0417": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": [0, 0, 0] + } + }, + "blade": { + "rotation": { + "0.0": [0, 0, 0], + "1.0417": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": [0, 0, 0] + } + }, + "turnk": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [13.57, 0, 0], + "0.2917": [17.5, 0, 0], + "0.4583": [6, 0, 0], + "0.5417": [4, 0, 0], + "1.0": [-12.5, 0, 0], + "1.0417": [21.67, 0, 0], + "1.125": [0, 0, 0], + "1.4583": [0, 0, 0], + "2.2083": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.2917": [0.01815, -0.89786, 0.05933], + "0.4583": [0.03463, -2.09528, 0.16529], + "1.0": [0, 0, 0], + "1.125": [0, 0, 0], + "1.4583": [0, 0, 0], + "1.75": [-0.01387, 1.96556, -0.47579], + "2.2083": [0, 0, 0] + } + } + } + }, + "animation.kingambit.recoil": { + "animation_length": 0.875, + "bones": { + "waist": { + "rotation": { + "0.0833": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "chest": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [5, 0, 0], + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-25.53051, 11.31255, -5.35254], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [9.06, 0, 0], + "0.0833": [0, 0, 0], + "0.2083": [-32.5, 0, 0], + "0.4167": [-37.5, 0, 0], + "0.5": [-17.5, 0, 0], + "0.5833": [0.83016, -0.07263, 4.99947], + "0.625": [10, 0, 0], + "0.7083": [0, 0, 0] + } + }, + "hair": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [-12.5, 0, 0], + "0.0833": [0, 0, 0], + "0.2083": [64.35582, -14.1619, -4.34049], + "0.3333": [51.89304, -4.21997, -2.44009], + "0.4167": [60, 0, 0], + "0.5": [25, 0, 0], + "0.5833": [-4.31359, -0.37703, -4.9858], + "0.625": [-14.5, 0, 0], + "0.7083": [0, 0, 0] + } + }, + "hair2": { + "rotation": { + "0.0": [0, 0, 0], + "0.7083": [0, 0, 0] + } + }, + "hair3": { + "rotation": { + "0.0": [0, 0, 0], + "0.2083": [-22.5, 0, 0], + "0.7083": [0, 0, 0] + } + }, + "hair6": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": [20.92702, 1.78986, -4.66942], + "0.2083": [22.5, 0, 0], + "0.25": [29, 0, 0], + "0.2917": [28.36, 0, 0], + "0.3333": [30.52, 0, 0], + "0.375": [22.13, 0, 0], + "0.4167": [11.86, 0, 0], + "0.4583": [12.67, 0, 0], + "0.7083": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.0417": [0.11116, 1.63628, -2.50956], + "0.0833": [0.15392, 1.74468, -3.59426], + "0.125": [-1.49876, 0.95787, -1.82629], + "0.1667": [-2.19624, 0.17098, -0.63072], + "0.2083": [-0.40027, -0.47601, 0.70252], + "0.25": [-0.52582, -0.4043, -0.98423], + "0.2917": [-0.30826, -0.8838, -1.93817], + "0.3333": [0.09876, -0.91569, -3.48994], + "0.375": [0.0485, -0.55957, -1.07144], + "0.4167": [0.52124, -1.61719, 1.84349], + "0.4583": [0.07996, -0.07202, 1.04559], + "0.625": [0.17162, 2.08167, -3.05043], + "0.7083": [0, 0, 0] + } + }, + "arm_left4": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 25], + "0.5417": [0, 0, 20], + "0.625": [0, 0, -5], + "0.7083": [0, 0, 0] + } + }, + "hand_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 0, -22.5], + "0.5417": [0, 0, 0] + } + }, + "arm_right4": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 0, -27.5], + "0.375": [0, 0, -25], + "0.4583": [0, 0, 0], + "0.5": [0, 0, 10], + "0.5833": [0, 0, 0] + } + }, + "hand_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 35], + "0.7083": [0, 0, 0] + } + } + } + }, + "animation.kingambit.pose": { + "loop": true, + "bones": { + "kingambit": { + "position": [0, -3, 0] + }, + "waist": { + "rotation": [4.5, 0, 0], + "position": [0, 0, -0.2] + }, + "chest": { + "rotation": [0, -10, 0] + }, + "neck": { + "rotation": [11.75825, 13.08015, -0.3358] + }, + "head": { + "rotation": [7.94859, -5.01561, 1.08907] + }, + "helmet": { + "rotation": [0, 0, 0] + }, + "hair": { + "rotation": [-39.96679, -1.24738, 1.32085] + }, + "hair2": { + "rotation": [-27.5, 0, 0] + }, + "hair3": { + "rotation": [-34.5, 0, 0], + "position": [0.05185, 0.5281, 0.60698] + }, + "hair4": { + "rotation": [-48, 0, 0] + }, + "hair5": { + "rotation": [-10, 0, 0] + }, + "hair6": { + "rotation": [-44, 0, 0] + }, + "hair7": { + "rotation": [180, 0, 0], + "position": [0, 5.91251, -10.05198] + }, + "arm_left3": { + "rotation": [-10.46157, 0.51447, 43.1426], + "position": [0.4, -0.54793, 0.33131] + }, + "arm_left4": { + "rotation": [154.00523, 42.68037, 104.58787], + "position": [1.40562, 1.46505, 0.19456] + }, + "lowerbody": { + "position": [0, 0, -1.6] + }, + "leg_left1": { + "rotation": [-59.97271, -35.52872, -11.46254], + "position": [0, -2, -3.6] + }, + "leg_left2": { + "rotation": [81.41544, 1.26962, 26.8333], + "position": [0, 1, 3] + }, + "foot_left": { + "rotation": [-10, 0, 0] + }, + "leg_right1": { + "rotation": [-61.52344, 36.92791, 10.55655], + "position": [0, -2.4, -3.6] + }, + "leg_right2": { + "rotation": [85.71227, -2.70876, -28.7129], + "position": [0, 1, 3] + }, + "foot_right": { + "rotation": [-10, 0, 0] + }, + "arm_right3": { + "rotation": [-1.84032, -12.8713, -2.0444] + }, + "hand_left": { + "rotation": [-10.73307, 12.29989, 15.93405], + "position": [-0.25545, -0.26553, -0.33799] + }, + "arm_right4": { + "rotation": [38.65226, -18.48927, 10.88631] + }, + "hand_right": { + "rotation": [0, 0, 7] + }, + "arm_right2": { + "rotation": [0, -28, 0] + } + } + }, + "animation.kingambit.special": { + "animation_length": 2, + "bones": { + "kingambit": { + "rotation": { + "0.0": [0, 0, 0], + "2.0": [0, 0, 0] + }, + "position": { + "0.0": [0, -3.8, 0], + "2.0": [0, -3.8, 0] + } + }, + "body": { + "position": { + "0.0": [0, 0.25, 0], + "2.0": [0, 0.25, 0] + } + }, + "torso": { + "position": [0, 0, 0] + }, + "lowerbody": { + "rotation": { + "0.0": [0, 0, 0], + "2.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, -1.6], + "2.0": [0, 0, -1.6] + } + }, + "turnk": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "upperbody": { + "rotation": [0, 0, 0] + }, + "waist": { + "rotation": { + "0.0": ["6+math.sin(q.anim_time*120*1-180)*2", 0, 0], + "2.0": ["6+math.sin(q.anim_time*120*1-180)*2", 0, 0] + }, + "position": { + "0.0": [0, 0, -1.2], + "2.0": [0, 0, -1.2] + } + }, + "chest": { + "rotation": { + "0.0": ["18.5+math.sin(q.anim_time*120*1-90)*2", -10, 0], + "0.25": ["28.5+math.sin(q.anim_time*120*1-90)*2", -10, 0], + "0.7917": [15.57907, -10, 0], + "2.0": ["18.5+math.sin(q.anim_time*120*1-90)*2", -10, 0] + } + }, + "neck": { + "rotation": { + "0.0": ["6.7583+math.sin(q.anim_time*120*1-90)*2", 13.08015, -0.3358], + "2.0": ["6.7583+math.sin(q.anim_time*120*1-90)*2", 13.08015, -0.3358] + } + }, + "head": { + "rotation": { + "0.0": [-6.51534, -5.80445, -5.73293], + "0.25": [8.48466, -5.80445, -5.73293], + "0.7917": [-11.1582, -5.80445, -5.73293], + "2.0": [-6.51534, -5.80445, -5.73293] + }, + "position": { + "0.0": [0, 0, "0+math.sin(q.anim_time*120*1-90)*0.4 "], + "2.0": [0, 0, "0+math.sin(q.anim_time*120*1-90)*0.4 "] + } + }, + "blade2": { + "rotation": { + "0.0": [0, 0, 0], + "2.0": [0, 0, 0] + } + }, + "blade": { + "rotation": [0, 0, 0] + }, + "helmet": { + "rotation": { + "0.0": [0, 0, 0], + "2.0": [0, 0, 0] + } + }, + "hair": { + "rotation": { + "0.0": ["-38.3157-math.sin(q.anim_time*120*1-120)*3", 0.43349, 4], + "0.25": ["-38.3189-math.sin(q.anim_time*120*1-120)*3", 0.39079, 4.03048], + "0.7917": [-14.72642, 0.43349, 4], + "1.5": [-22.2066, 0.72033, 3.84447], + "2.0": ["-38.2764-math.sin(q.anim_time*120*1-120)*3", 0.9656, 3.57979] + } + }, + "hair2": { + "rotation": { + "0.0": [-14, 0, 0], + "0.25": [-24, 0, 0], + "0.7917": [-28.4, 0, 0], + "1.5": [-28.4, 0, 0], + "2.0": [-14, 0, 0] + } + }, + "hair3": { + "rotation": { + "0.0": ["-37.5+math.sin(q.anim_time*120*1-120)*1", 0, 0], + "0.25": ["-47.5+math.sin(q.anim_time*120*1-120)*1", 0, 0], + "0.7917": [-39.83, 0, 0], + "1.5": [-39.83, 0, 0], + "2.0": ["-37.5+math.sin(q.anim_time*120*1-120)*1", 0, 0] + } + }, + "hair4": { + "rotation": { + "0.0": ["-30-math.sin(q.anim_time*120*1-120)*2", 0, 0], + "2.0": ["-30-math.sin(q.anim_time*120*1-120)*2", 0, 0] + } + }, + "hair5": { + "rotation": { + "0.0": ["-45.5+math.sin(q.anim_time*120*1-120)*4", 0, 0], + "0.25": ["-40.5+math.sin(q.anim_time*120*1-120)*4", 0, 0], + "2.0": ["-45.5+math.sin(q.anim_time*120*1-120)*4", 0, 0] + } + }, + "hair6": { + "rotation": { + "0.0": ["-38.4574-math.sin(q.anim_time*120*1-120)*4", 0.83421, -0.47691], + "0.25": ["-40.9574-math.sin(q.anim_time*120*1-120)*4", 0.83421, -0.47691], + "2.0": ["-38.4574-math.sin(q.anim_time*120*1-120)*4", 0.83421, -0.47691] + }, + "position": { + "0.0": [0, 0, 0], + "2.0": [0, 0, 0] + } + }, + "haircorrection": { + "rotation": { + "0.0": [0, 0, 0], + "2.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, "0+math.sin(q.anim_time*120*1-90)*0.4 "], + "2.0": [0, 0, "0+math.sin(q.anim_time*120*1-90)*0.4 "] + } + }, + "hair7": { + "rotation": { + "0.0": [180, 0, 0], + "2.0": [180, 0, 0] + }, + "position": { + "0.0": [0, 5.91251, "-11.46250+math.sin(q.anim_time*120*1-90)*0.5"], + "2.0": [0, 5.91251, "-11.46250+math.sin(q.anim_time*120*1-90)*0.5"] + } + }, + "hair8": { + "rotation": [0, 0, 0] + }, + "arm_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.7917": { + "pre": [-2.81797, 27.47162, -1.30078], + "post": [-2.81797, 27.47162, -1.30078], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-2.81797, 27.47162, -1.30078], + "lerp_mode": "catmullrom" + }, + "2.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "2.0": [0, 0, 0] + } + }, + "arm_left2": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "arm_left3": { + "rotation": { + "0.0": [-10.10917, 2.75498, 55.44598], + "0.25": [-13.54119, 19.94581, 11.08659], + "0.7917": [-15.1294, 27.67127, 5.01794], + "1.5": [-15.1294, 27.67127, 5.01794], + "2.0": [-10.10917, 2.75498, 55.44598] + }, + "position": { + "0.0": [0.4, -0.54793, 0.33131], + "2.0": [0.4, -0.54793, 0.33131] + } + }, + "arm_left4": { + "rotation": { + "0.0": ["161.1715+math.sin(q.anim_time*120*1-120)*2", 45.87992, "114.84+math.sin(q.anim_time*120*1-120)*2"], + "0.25": ["177.3171+math.sin(q.anim_time*120*1-120)*2", 49.24325, "136.5888+math.sin(q.anim_time*120*1-120)*2"], + "0.7917": [34.90311, 18.67471, -27.34996], + "1.5": [34.90311, 18.67471, -27.34996], + "2.0": ["161.1715+math.sin(q.anim_time*120*1-120)*2", 45.87992, "114.84+math.sin(q.anim_time*120*1-120)*2"] + }, + "position": { + "0.0": [1.40562, 1.46505, 0.19456], + "0.2917": [1.57, 1.93, -0.34], + "0.625": [-0.38, 2.47, 1.19], + "0.7917": [0.41, 1.47, 0.19], + "1.5": [0.41, 1.47, 0.19], + "2.0": [1.40562, 1.46505, 0.19456] + } + }, + "hand_left": { + "rotation": { + "0.0": [25.37391, 8.39359, 44.12635], + "0.7917": [-0.75229, 26.62873, -30.44447], + "1.5": [-0.75229, 26.62873, -30.44447], + "2.0": [25.37391, 8.39359, 44.12635] + }, + "position": { + "0.0": [-0.25545, -0.26553, -0.33799], + "2.0": [-0.25545, -0.26553, -0.33799] + } + }, + "arm_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.7917": [0, -17.5, 0], + "1.5": [0, -17.5, 0], + "2.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "2.0": [0, 0, 0] + } + }, + "arm_right2": { + "rotation": { + "0.0": [0, 0, 0], + "2.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "2.0": [0, 0, 0] + } + }, + "arm_right3": { + "rotation": { + "0.0": [2.91783, -5.94383, -52.26198], + "0.25": [-0.45738, -6.60333, -22.08408], + "0.5": [-6.61749, -30.97633, -10.17249], + "1.5": [-6.61749, -30.97633, -10.17249], + "2.0": [2.91783, -5.94383, -52.26198] + }, + "position": { + "0.0": [0, 0, 0], + "2.0": [0, 0, 0] + } + }, + "arm_right4": { + "rotation": { + "0.0": ["111.6158+math.sin(q.anim_time*120*1-120)*2", "-55.3719-math.sin(q.anim_time*120*1-120)*2", -79.7584], + "0.25": ["169.9423+math.sin(q.anim_time*120*1-120)*2", "-80.1815-math.sin(q.anim_time*120*1-120)*2", -141.486], + "0.7917": ["4.2089+math.sin(q.anim_time*120*1-120)*2", "-20.529-math.sin(q.anim_time*120*1-120)*2", 26.158], + "1.5": ["4.2089+math.sin(q.anim_time*120*1-120)*2", "-20.529-math.sin(q.anim_time*120*1-120)*2", 26.158], + "2.0": ["111.6158+math.sin(q.anim_time*120*1-120)*2", "-55.3719-math.sin(q.anim_time*120*1-120)*2", -79.7584] + }, + "position": { + "0.0": { + "post": [-0.07, -0.07, 0.26], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0.93, -0.07, 0.26], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0.93, -0.07, 0.26], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-0.07, -0.07, 0.26], + "lerp_mode": "catmullrom" + } + } + }, + "hand_right": { + "rotation": { + "0.0": [0, 0, "-33+math.sin(q.anim_time*120*1-120)*10"], + "0.7917": [0, 0, "47+math.sin(q.anim_time*120*1-120)*10"], + "1.5": [0, 0, "47+math.sin(q.anim_time*120*1-120)*10"], + "2.0": [0, 0, "-33+math.sin(q.anim_time*120*1-120)*10"] + }, + "position": { + "0.0": [0, 0, 0], + "2.0": [0, 0, 0] + } + }, + "leg_left1": { + "rotation": { + "0.0": ["-59.9727-math.sin(q.anim_time*90*10)*2", -35.52872, -11.46254], + "2.0": ["-59.9727-math.sin(q.anim_time*90*10)*2", -35.52872, -11.46254] + }, + "position": { + "0.0": [0, -2, -3.6], + "2.0": [0, -2, -3.6] + } + }, + "leg_left2": { + "rotation": { + "0.0": ["81.4154+math.sin(q.anim_time*90*10)*2", 1.26962, 26.8333], + "2.0": ["81.4154+math.sin(q.anim_time*90*10)*2", 1.26962, 26.8333] + }, + "position": { + "0.0": [0, 1, 3], + "2.0": [0, 1, 3] + } + }, + "foot_left": { + "rotation": { + "0.0": ["-10+math.sin(q.anim_time*90*10 )*2", 0, 0], + "2.0": ["-10+math.sin(q.anim_time*90*10 )*2", 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, -0.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -0.5], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right1": { + "rotation": { + "0.0": ["-61.5234-math.sin(q.anim_time*90*1)*1", 36.92791, 10.55655], + "2.0": ["-61.5234-math.sin(q.anim_time*90*1)*1", 36.92791, 10.55655] + }, + "position": { + "0.0": [0, -2.4, -3.6], + "2.0": [0, -2.4, -3.6] + } + }, + "leg_right2": { + "rotation": { + "0.0": ["85.7123+math.sin(q.anim_time*90*1)*2", -2.70876, -28.7129], + "2.0": ["85.7123+math.sin(q.anim_time*90*1)*2", -2.70876, -28.7129] + }, + "position": { + "0.0": [0, 1, 3], + "2.0": [0, 1, 3] + } + }, + "foot_right": { + "rotation": { + "0.0": ["-10+math.sin(q.anim_time*90*1)*4", 0, 0], + "2.0": ["-10+math.sin(q.anim_time*90*1)*4", 0, 0] + }, + "position": { + "0.0": [0, 0, "0+math.sin(q.anim_time*120*1-90)*0.4 "], + "2.0": [0, 0, "0+math.sin(q.anim_time*120*1-90)*0.4 "] + } + } + } + }, + "animation.kingambit.idle": { + "loop": true, + "animation_length": 20.9583, + "bones": { + "kingambit": { + "position": [0, -3.8, 0] + }, + "waist": { + "rotation": ["-4+math.sin(q.anim_time*120*1-180)*2", 0, 0], + "position": [0, 0, -0.4] + }, + "chest": { + "rotation": ["8.4565+math.sin(q.anim_time*120*1-90)*2", 0, 0] + }, + "neck": { + "rotation": ["0+math.sin(q.anim_time*120*1-90)*2", 0, 0] + }, + "head": { + "rotation": [8.74212, 0, 0] + }, + "helmet": { + "rotation": [0, 0, 0] + }, + "hair": { + "rotation": ["-30.7661-math.sin(q.anim_time*120*1-120)*3", 1.18073, 2.20376] + }, + "hair2": { + "rotation": [-13.9872, 0, -2.42583] + }, + "hair3": { + "rotation": ["-45+math.sin(q.anim_time*120*1-120)*1", 0, 0] + }, + "hair4": { + "rotation": ["-32.5-math.sin(q.anim_time*120*1-120)*2", 0, 0] + }, + "hair5": { + "rotation": ["-38+math.sin(q.anim_time*120*1-120)*4", 0, 0] + }, + "hair6": { + "rotation": ["-33.4574-math.sin(q.anim_time*120*1-120)*4", 0.83421, -0.47691], + "position": [0, 0, 0] + }, + "hair7": { + "rotation": [182, 0, 0], + "position": [0, 5.91251, "-11.46250+math.sin(q.anim_time*120*1-90)*0.5"] + }, + "arm_left3": { + "rotation": [-7.93465, -11.53236, 45.09861], + "position": [0.4, -0.54793, 0.33131] + }, + "arm_left4": { + "rotation": ["154.4221+math.sin(q.anim_time*120*1-120)*2", 42.88997, "105.2057+math.sin(q.anim_time*120*1-120)*2"], + "position": [1.40562, 1.46505, 0.19456] + }, + "lowerbody": { + "position": [0, 0, -1.6] + }, + "leg_left1": { + "rotation": ["-61.5234-math.sin(q.anim_time*90*1)*1", -36.9279, -10.5566], + "position": [0, -2.4, -3.6] + }, + "leg_left2": { + "rotation": { + "0.0": ["85.7123+math.sin(q.anim_time*90*1)*2", 2.7088, 28.7129], + "20.9583": ["81.42+math.sin(q.anim_time*90*2)*2", 1.27, 26.83] + }, + "position": [0, 1, 3] + }, + "foot_left": { + "rotation": ["-10+math.sin(q.anim_time*90*1)*4", 0, 0] + }, + "leg_right1": { + "rotation": ["-61.5234-math.sin(q.anim_time*90*1)*1", 36.92791, 10.55655], + "position": [0, -2.4, -3.6] + }, + "leg_right2": { + "rotation": ["85.7123+math.sin(q.anim_time*90*1)*2", -2.70876, -28.7129], + "position": [0, 1, 3] + }, + "foot_right": { + "rotation": ["-10+math.sin(q.anim_time*90*1)*4", 0, 0] + }, + "arm_right3": { + "rotation": [-5.46237, 9.11037, -42.425], + "position": [0.4, -0.54793, 0.33131] + }, + "hand_left": { + "rotation": [11.31072, 24.27862, -2.82594], + "position": [-0.25545, -0.26553, -0.33799] + }, + "arm_right4": { + "rotation": ["152.409+math.sin(q.anim_time*120*1-120)*2", -41.72355, "-102.2154- math.sin(q.anim_time*120*1-120)*2"], + "position": [0.90183, 1.07657, -0.1968] + }, + "hand_right": { + "rotation": [9.04341, -25.16279, 8.24404], + "position": [-0.25545, -0.26553, -0.33799] + }, + "haircorrection": { + "rotation": [0, 0, 0], + "position": [0, 0, "0+math.sin(q.anim_time*120*1-90)*0.4 "] + }, + "arm_right2": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kubfu/kubfu.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kubfu/kubfu.animation.json new file mode 100644 index 0000000..e711544 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kubfu/kubfu.animation.json @@ -0,0 +1,1159 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.kubfu.ground_idle": { + "loop": true, + "bones": { + "torso": { + "position": [0, "math.sin(q.anim_time*2*16)*0.3", 0] + }, + "flap_left": { + "rotation": ["-52.5+math.sin(q.anim_time*45*1)*11", 0, 0], + "position": [0, 0, -1] + }, + "flap_right": { + "rotation": ["-52.5+math.sin(q.anim_time*45*1)*11", 0, 0], + "position": [0, 0, -1] + }, + "arms": { + "position": [0, "math.sin(q.anim_time*1*16)*0.3", 0] + }, + "arm_right": { + "rotation": [-2.00307, 14.8687, 44.7386] + }, + "forearm_right": { + "rotation": [-90.61742, 6.33681, 23.67361] + }, + "fingers_right": { + "rotation": [0, -17.5, 0] + }, + "arm_left": { + "rotation": [4.70379, -12.10264, -52.37761] + }, + "forearm_left": { + "rotation": [-106.73634, -5.188, -16.73634] + }, + "fingers_left": { + "rotation": [0, 22.5, 0] + } + } + }, + "animation.kubfu.faint": { + "loop": true, + "animation_length": 3.6667, + "bones": { + "1": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [0, 0, 0], + "0.7917": [0, 0, -50], + "2.75": [0, 0, -50], + "3.25": [0, 0, -27.5] + }, + "position": { + "0.0": [0, 0, 0], + "0.375": [0, 0, 0], + "0.7917": [0, -1, 0], + "2.75": [0, -1, 0], + "3.25": [0, -1.7, 0] + } + }, + "2": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [0, 0, 0], + "0.7917": [0, 0, 40], + "2.75": [0, 0, 40], + "3.25": [0, 0, 27.5] + }, + "position": { + "0.0": [0, 0, 0], + "0.375": [0, 0, 0], + "0.7917": [0, -1, 0], + "2.75": [0, -1, 0], + "3.25": [0, -1.7, 0] + } + }, + "torso": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-47.65291, 2.98407, -9.23523], + "0.5417": [-58.06957, 2.98407, -9.23523], + "1.0": [7.34709, 2.98407, -9.23523], + "2.0": [-5.15291, 2.98407, -9.23523], + "2.5": [37.34709, 2.98407, -9.23523], + "3.0": [37.34709, 2.98407, -9.23523], + "3.5": [-5.15291, 2.98407, -9.23523] + }, + "position": { + "0.0": [0, "math.sin(q.anim_time*2*16)*0.3", 0], + "1.0": [0, "math.sin(q.anim_time*2*16)*0.3", 0], + "2.0": [0, "math.sin(q.anim_time*2*16)*0.3", 0], + "2.5": [0, "math.sin(q.anim_time*2*16)*0.3", 0], + "3.0": [0, "math.sin(q.anim_time*2*16)*0.3", 0], + "3.5": [0, "math.sin(q.anim_time*2*16)*0.3", 0], + "3.5417": [0, "math.sin(q.anim_time*2*16)*0.3", -0.3], + "3.5833": [0, "math.sin(q.anim_time*2*16)*0.3", 0], + "3.625": [0, "math.sin(q.anim_time*2*16)*0.3", -0.3], + "3.6667": [0, "math.sin(q.anim_time*2*16)*0.3", 0] + } + }, + "flap_left": { + "rotation": ["-52.5+math.sin(q.anim_time*45*1)*11", 0, 0], + "position": [0, 0, -1] + }, + "flap_right": { + "rotation": ["-52.5+math.sin(q.anim_time*45*1)*11", 0, 0], + "position": [0, 0, -1] + }, + "arms": { + "position": [0, "math.sin(q.anim_time*1*16)*0.3", 0] + }, + "arm_right": { + "rotation": [-145.40354, 22.29065, 34.11599], + "position": [0, 0, -1] + }, + "forearm_right": { + "rotation": { + "0.0": [-84.25115, 2.74058, 93.84542], + "0.25": [-84.25115, 2.74058, 93.84542], + "0.5": [-84.25115, 2.74058, 93.84542], + "1.0": [-94.74324, 4.2518, -18.96839] + } + }, + "fingers_right": { + "rotation": { + "0.0": [0, -85, 0], + "0.5": [0, 0, 0] + }, + "position": { + "0.0": [-0.5, 0, 0], + "0.5": [0, 0, 0] + } + }, + "arm_left": { + "rotation": { + "0.0": [30.47226, -80.90269, -81.5455], + "1.0": [5.05754, -24.55773, -53.49576], + "1.75": [5.05754, -24.55773, -53.49576], + "2.0417": [5.05754, -24.55773, -53.49576], + "2.25": [-6.10412, -74.13068, -38.40029], + "2.5": [135.17557, -83.46886, -186.75136], + "3.0": [135.17557, -83.46886, -186.75136], + "3.5": [4.61409, -4.62735, -51.76231] + }, + "position": { + "0.0": [0, 0, 0], + "2.5": [0, 0, 0], + "2.5417": [0, -0.3, 0], + "2.5833": [0, 0, 0], + "2.625": [0, -0.3, 0], + "2.6667": [0, 0, 0], + "2.7083": [0, -0.3, 0], + "2.75": [0, 0, 0], + "2.7917": [0, -0.3, 0], + "2.8333": [0, 0, 0], + "3.0": [0, 0, 0] + } + }, + "forearm_left": { + "rotation": { + "0.0": [-204.91222, -59.67187, 13.51944], + "1.0": [-372.90406, -29.21308, 228.81411], + "1.75": [-372.90406, -29.21308, 228.81411], + "2.0417": [-372.90406, -29.21308, 228.81411], + "2.5": [-489.78455, 7.25706, 358.74555] + } + }, + "fingers_left": { + "rotation": [0, 22.5, 0] + }, + "head": { + "rotation": { + "0.0": [0, -40, 0], + "0.0833": [-42.5, -40, 0], + "0.5": [0, -40, 0], + "1.0": [-15.2904, -6.52599, -11.38812], + "1.0417": [-2.7904, -6.52599, -11.38812], + "1.0833": [-7.7904, -6.52599, -11.38812], + "1.125": [-2.7904, -6.52599, -11.38812], + "1.1667": [-7.7904, -6.52599, -11.38812] + } + }, + "finger1": { + "rotation": { + "0.0": [0, 0, 22.5], + "0.0833": [0, 0, 22.5], + "0.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, 0] + } + }, + "fingertip1": { + "rotation": [0, 0, 0] + }, + "finger2": { + "rotation": { + "0.0": [0, -10, 0], + "0.5": [0, 0, 0] + }, + "position": [0, 0, 0] + }, + "fingertip2": { + "rotation": { + "0.0": [0, -75, 0], + "0.5": [0, 0, 0] + } + }, + "finger3": { + "rotation": { + "0.0": [0, 0, -20], + "0.5": [0, 0, 0] + } + }, + "fingertip3": { + "rotation": { + "0.0": [43.07189, -46.52795, -22.98431], + "0.5": [0, 0, 0] + } + }, + "finger4": { + "rotation": { + "0.0": [-15.24689, 56.1582, -18.16842], + "0.5": [0, 0, 0] + } + }, + "fingertip4": { + "rotation": { + "0.0": [-78.00927, 46.11408, -95.45515], + "0.5": [0, 0, 0] + } + }, + "finger5": { + "rotation": { + "0.0": [0, 120, 0], + "0.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, -1], + "0.5": [0, 0, 0] + } + }, + "fingertip5": { + "rotation": { + "0.0": [0, 55, 0], + "0.5": [0, 0, 0] + } + }, + "finger6": { + "rotation": { + "0.0": [24.02393, 48.20277, 30.87463], + "0.5": [0, 0, 0] + } + }, + "fingertip6": { + "rotation": { + "0.0": [0, 0, 42.5], + "0.5": [0, 0, 0] + } + }, + "leg_right": { + "rotation": { + "0.0": [-20, -80, 0], + "0.5": [-20, -80, 0], + "0.75": [-136.04676, -48.90652, -2.84857], + "1.0": [-12.75735, -41.43341, -20.09685], + "1.0417": [-17.75735, -41.43341, -20.09685], + "1.0833": [-12.75735, -41.43341, -20.09685], + "1.125": [-17.75735, -41.43341, -20.09685], + "1.1667": [-12.75735, -41.43341, -20.09685] + } + }, + "leftcalf_right": { + "rotation": [20, 0, 0] + }, + "leg_left": { + "rotation": { + "0.0": [-20.0209, -2.26564, 1.0571], + "0.75": [-70.0209, -2.26564, 1.0571], + "1.0": [-15.0209, -2.26564, 1.0571], + "1.0417": [-22.5209, -2.26564, 1.0571], + "1.0833": [-15.0209, -2.26564, 1.0571], + "1.125": [-22.5209, -2.26564, 1.0571], + "1.1667": [-15.0209, -2.26564, 1.0571] + } + }, + "legcalf_left": { + "rotation": [17.5, 0, 0] + }, + "mainthing": { + "rotation": { + "0.0": [0, 60, 0], + "0.5": [0, 60, 0], + "1.0": [-80, 60, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "1.0": [0, -7, 0] + } + } + } + }, + "animation.kubfu.physical_attack": { + "loop": true, + "animation_length": 1.3333, + "bones": { + "torso": { + "rotation": { + "0.0": [0, 0, 0], + "1.0417": [0, 0, 0], + "1.0833": [0, 20, 0], + "1.125": [-2.22971, -33.69739, 2.93196], + "1.1667": [-3.91686, -57.4145, 4.64565], + "1.2917": [0, 0, 0] + }, + "position": { + "0.0": [0, "math.sin(q.anim_time*2*16)*0.3", 0], + "1.0417": [0, "math.sin(q.anim_time*2*16)*0.3", 0], + "1.0833": [1, "math.sin(q.anim_time*2*16)*0.3", 0], + "1.1667": [1, "math.sin(q.anim_time*2*16)*0.3", 0], + "1.2917": [0, "math.sin(q.anim_time*2*16)*0.3", 0] + } + }, + "flap_left": { + "rotation": { + "0.0": ["-52.5+math.sin(q.anim_time*45*1)*11", 0, 0], + "1.0417": ["-52.5+math.sin(q.anim_time*45*1)*11", 0, 0] + }, + "position": { + "0.0": [0, 0, -1], + "1.0417": [0, 0, -1] + } + }, + "flap_right": { + "rotation": { + "0.0": ["-52.5+math.sin(q.anim_time*45*1)*11", 0, 0], + "1.0417": ["-52.5+math.sin(q.anim_time*45*1)*11", 0, 0] + }, + "position": { + "0.0": [0, 0, -1], + "1.0417": [0, 0, -1] + } + }, + "arms": { + "position": { + "0.0": [0, "math.sin(q.anim_time*1*16)*0.3", 0], + "1.0417": [0, "math.sin(q.anim_time*1*16)*0.3", 0] + } + }, + "arm_right": { + "rotation": { + "0.0": [-147.78804, 9.74417, 25.54082], + "1.0417": [-147.78804, 9.74417, 25.54082], + "1.0833": [-185.06254, 44.53497, 3.22645], + "1.1667": [-147.78804, 9.74417, 25.54082] + }, + "position": { + "0.0": [-1, 0, 1], + "1.0417": [-1, 0, 1], + "1.0833": [0, 0, -2], + "1.1667": [-1, 0, 1] + } + }, + "forearm_right": { + "rotation": { + "0.0": [-84.25115, 2.74058, 93.84542], + "1.0417": [-84.25115, 2.74058, 93.84542], + "1.0833": [82.31291, 6.60663, 3.49018], + "1.1667": [-84.25115, 2.74058, 93.84542] + } + }, + "fingers_right": { + "rotation": { + "0.0": [0, -85, 0], + "1.0417": [0, -85, 0] + }, + "position": { + "0.0": [-0.5, 0, 0], + "1.0417": [-0.5, 0, 0] + } + }, + "arm_left": { + "rotation": { + "0.0": [30.47226, -80.90269, -81.5455], + "1.0417": [30.47226, -80.90269, -81.5455], + "1.125": [147.09832, -81.51153, -198.77477], + "1.1667": [144.16358, -65.58721, -194.61061], + "1.3333": [30.47226, -80.90269, -81.5455] + }, + "position": { + "0.0": [0, 0, 0], + "1.0417": [0, 0, 0], + "1.125": [0, 0, 1], + "1.1667": [1, 0, -2], + "1.3333": [0, 0, 0] + } + }, + "forearm_left": { + "rotation": { + "0.0": [-204.91222, -59.67187, 13.51944], + "1.0417": [-204.91222, -59.67187, 13.51944], + "1.125": [-194.80455, -33.65256, 0.00677], + "1.1667": [-192.3183, -4.44619, -7.35575], + "1.3333": [-204.91222, -59.67187, 13.51944] + } + }, + "fingers_left": { + "rotation": { + "0.0": [0, 22.5, 0], + "1.0417": [0, 22.5, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, -47.5, 0], + "1.0417": [0, -47.5, 0], + "1.125": [0, -47.5, 0] + } + }, + "finger1": { + "rotation": { + "0.0": [0, 0, 22.5], + "1.0417": [0, 0, 22.5] + }, + "position": { + "0.0": [0, 0, 0], + "1.0417": [0, 0, 0] + } + }, + "fingertip1": { + "rotation": { + "0.0": [-30, -60, 0], + "1.0417": [-30, -60, 0] + } + }, + "finger2": { + "rotation": { + "0.0": [0, -10, 0], + "1.0417": [0, -10, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.0417": [0, 0, 0] + } + }, + "fingertip2": { + "rotation": { + "0.0": [0, -75, 0], + "1.0417": [0, -75, 0] + } + }, + "finger3": { + "rotation": { + "0.0": [0, 0, -20], + "1.0417": [0, 0, -20] + } + }, + "fingertip3": { + "rotation": { + "0.0": [43.07189, -46.52795, -22.98431], + "1.0417": [43.07189, -46.52795, -22.98431] + } + }, + "finger4": { + "rotation": { + "0.0": [-15.24689, 56.1582, -18.16842], + "1.0417": [-15.24689, 56.1582, -18.16842] + } + }, + "fingertip4": { + "rotation": { + "0.0": [-78.00927, 46.11408, -95.45515], + "1.0417": [-78.00927, 46.11408, -95.45515] + } + }, + "finger5": { + "rotation": { + "0.0": [0, 120, 0], + "1.0417": [0, 120, 0] + }, + "position": { + "0.0": [0, 0, -1], + "1.0417": [0, 0, -1] + } + }, + "fingertip5": { + "rotation": { + "0.0": [0, 55, 0], + "1.0417": [0, 55, 0] + } + }, + "finger6": { + "rotation": { + "0.0": [24.02393, 48.20277, 30.87463], + "1.0417": [24.02393, 48.20277, 30.87463] + } + }, + "fingertip6": { + "rotation": { + "0.0": [0, 0, 42.5], + "1.0417": [0, 0, 42.5] + } + }, + "leg_right": { + "rotation": { + "0.0": [-20, -80, 0], + "1.0417": [-20, -80, 0], + "1.0833": [-20, -80, 0], + "1.1667": [-32.5, -80, 0], + "1.3333": [-20, -80, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.0417": [0, 0, 0], + "1.0833": [0, 0, 0], + "1.1667": [0, 0, 1], + "1.3333": [0, 0, 0] + } + }, + "leftcalf_right": { + "rotation": { + "0.0": [20, 0, 0], + "1.0417": [20, 0, 0], + "1.0833": [20, 0, 0], + "1.1667": [37.5, 0, 0], + "1.3333": [20, 0, 0] + } + }, + "leg_left": { + "rotation": { + "0.0": [-20.0209, -2.26564, 1.0571], + "1.0417": [-20.0209, -2.26564, 1.0571], + "1.0833": [-20.0209, -2.26564, 1.0571], + "1.1667": [-8.17089, -56.3895, 33.44376], + "1.3333": [-20.0209, -2.26564, 1.0571] + }, + "position": { + "0.0": [0, 0, 0], + "1.0417": [0, 0, 0], + "1.0833": [0, 0, 0], + "1.1667": [2, 0, -1], + "1.3333": [0, 0, 0] + } + }, + "legcalf_left": { + "rotation": { + "0.0": [17.5, 0, 0], + "1.0417": [17.5, 0, 0] + } + }, + "mainthing": { + "rotation": { + "0.0": [0, 60, 0], + "1.0417": [0, 60, 0], + "1.0833": [0, 60, 0], + "1.125": [0, 60, 0], + "1.1667": [0, 60, 0], + "1.3333": [0, 60, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.0417": [0, 0, 0], + "1.0833": [0, 0, 0], + "1.125": [0, 0, 0], + "1.1667": [0, 0, -2], + "1.3333": [0, 0, 0] + } + } + } + }, + "animation.kubfu.ground_walk": { + "loop": true, + "animation_length": 1.5, + "bones": { + "torso": { + "rotation": [37.5, 0, 0], + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 1, 0], + "0.5": [0, 0, 0], + "0.75": [0, 1, 0], + "1.0": [0, 0, 0], + "1.25": [0, 1, 0], + "1.5": [0, 0, 0] + } + }, + "flap_left": { + "rotation": { + "0.0": [-52.5, 0, 0], + "0.25": [-25, 0, 0], + "0.5": [-47.5, 0, 0], + "0.75": [-25, 0, 0], + "1.0": [-47.5, 0, 0], + "1.25": [-25, 0, 0], + "1.5": [-52.5, 0, 0] + }, + "position": { + "0.0": [0, 0, -1], + "1.5": [0, 0, -1] + } + }, + "flap_right": { + "rotation": { + "0.0": [-52.5, 0, 0], + "0.25": [-20, 0, 0], + "0.5": [-45, 0, 0], + "0.75": [-20, 0, 0], + "1.0": [-45, 0, 0], + "1.25": [-20, 0, 0], + "1.5": [-52.5, 0, 0] + }, + "position": { + "0.0": [0, 0, -1], + "1.5": [0, 0, -1] + } + }, + "arm_right": { + "rotation": { + "0.0": [83.93781, -45.04451, 25.14016], + "0.25": [81.42404, -45.47102, 21.64038], + "0.5": [83.93781, -45.04451, 25.14016], + "0.75": [81.42404, -45.47102, 21.64038], + "1.0": [81.42404, -45.47102, 21.64038], + "1.25": [81.42404, -45.47102, 21.64038], + "1.5": [83.93781, -45.04451, 25.14016] + }, + "position": { + "0.0": [0, 0, -1], + "0.25": [0, 1, -1], + "0.5": [0, 0, -1], + "1.5": [0, 0, -1] + } + }, + "forearm_right": { + "rotation": [-90.61742, 6.33681, 23.67361] + }, + "fingers_right": { + "rotation": [0, -17.5, 0] + }, + "arm_left": { + "rotation": { + "0.0": [71.9635, 51.95073, -25.20584], + "0.25": [78.70095, 51.7911, -15.63723], + "0.5": [71.9635, 51.95073, -25.20584], + "0.75": [78.70095, 51.7911, -15.63723], + "1.0": [71.9635, 51.95073, -25.20584], + "1.25": [78.70095, 51.7911, -15.63723], + "1.5": [71.9635, 51.95073, -25.20584] + } + }, + "forearm_left": { + "rotation": [-106.73634, -5.188, -16.73634] + }, + "fingers_left": { + "rotation": [0, 22.5, 0] + }, + "head": { + "rotation": [-20, 0, 0], + "position": [0, -1, 0] + }, + "eyebrows": { + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0.25, 0], + "0.5": [0, 0, 0], + "0.75": [0, 0.25, 0], + "1.0": [0, 0, 0], + "1.25": [0, 0.25, 0], + "1.5": [0, 0, 0] + } + }, + "leg_right": { + "rotation": { + "0.0": [32.5, 0, 0], + "0.25": [-47.5, 0, 0], + "0.5": [32.5, 0, 0], + "0.75": [-47.5, 0, 0], + "1.0": [32.5, 0, 0], + "1.25": [-47.5, 0, 0], + "1.5": [32.5, 0, 0] + } + }, + "leftcalf_right": { + "rotation": { + "0.0": [45, 0, 0], + "0.25": [30, 0, 0], + "0.5": [45, 0, 0], + "0.75": [30, 0, 0], + "1.0": [45, 0, 0], + "1.25": [30, 0, 0], + "1.5": [45, 0, 0] + } + }, + "leg_left": { + "rotation": { + "0.0": [-55, 0, 0], + "0.25": [45.21919, -0.21847, -0.99582], + "0.5": [-55, 0, 0], + "0.75": [45.21919, -0.21847, -0.99582], + "1.0": [-55, 0, 0], + "1.25": [45.21919, -0.21847, -0.99582], + "1.5": [-55, 0, 0] + } + }, + "legcalf_left": { + "rotation": { + "0.0": [30, 0, 0], + "0.25": [35, 0, 0], + "0.5": [30, 0, 0], + "0.75": [35, 0, 0], + "1.0": [30, 0, 0], + "1.25": [35, 0, 0], + "1.5": [30, 0, 0] + } + }, + "mainthing": { + "position": [0, -1, 0] + } + } + }, + "animation.kubfu.blink": { + "animation_length": 1, + "bones": { + "1": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, -27.5], + "0.0833": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, -1.7, 0], + "0.0833": [0, 0, 0] + } + }, + "2": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, 27.5], + "0.0833": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, -1.7, 0], + "0.0833": [0, 0, 0] + } + } + } + }, + "animation.kubfu.battle_idle": { + "loop": true, + "animation_length": 3, + "bones": { + "1": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, -8.75], + "1.0": [0, 0, 0], + "1.5": [0, 0, -8.75], + "2.0": [0, 0, 0], + "2.5": [0, 0, -8.75], + "3.0": [0, 0, 0] + } + }, + "2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 8.75], + "1.0": [0, 0, 0], + "1.5": [0, 0, 8.75], + "2.0": [0, 0, 0], + "2.5": [0, 0, 8.75], + "3.0": [0, 0, 0] + } + }, + "torso": { + "position": { + "0.0": [-1.03, -1.2, 0], + "0.5": [-0.08, -0.77, 0], + "1.0": [-1.03, -1.2, 0], + "1.5": [-0.08, -0.77, 0], + "2.0": [-1.03, -1.2, 0], + "2.5": [-0.08, -0.77, 0], + "3.0": [-1.03, -1.2, 0] + } + }, + "flap_left": { + "rotation": { + "0.0": [0, 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, -1], + "3.0": [0, 0, -1] + } + }, + "flap_right": { + "rotation": { + "0.0": [0, 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, -1], + "3.0": [0, 0, -1] + } + }, + "arms": { + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 1, 0], + "1.0": [0, 0, 0], + "1.5": [0, 1, 0], + "2.0": [0, 0, 0], + "2.5": [0, 1, 0], + "3.0": [0, 0, 0] + } + }, + "arm_right": { + "rotation": { + "0.0": [-145.40354, 22.29065, 34.11599], + "3.0": [-145.40354, 22.29065, 34.11599] + }, + "position": { + "0.0": [0, 0, -1], + "3.0": [0, 0, -1] + } + }, + "forearm_right": { + "rotation": { + "0.0": [-84.25115, 2.74058, 93.84542], + "3.0": [-84.25115, 2.74058, 93.84542] + } + }, + "fingers_right": { + "rotation": { + "0.0": [0, -85, 0], + "3.0": [0, -85, 0] + }, + "position": { + "0.0": [-0.5, 0, 0], + "3.0": [-0.5, 0, 0] + } + }, + "arm_left": { + "rotation": { + "0.0": [30.47226, -80.90269, -81.5455], + "3.0": [30.47226, -80.90269, -81.5455] + } + }, + "forearm_left": { + "rotation": { + "0.0": [-204.91222, -59.67187, 13.51944], + "3.0": [-204.91222, -59.67187, 13.51944] + } + }, + "fingers_left": { + "rotation": { + "0.0": [0, 22.5, 0], + "3.0": [0, 22.5, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, -40, 0], + "3.0": [0, -40, 0] + } + }, + "finger1": { + "rotation": { + "0.0": [0, 0, 22.5], + "3.0": [0, 0, 22.5] + }, + "position": { + "0.0": [0, 0, 0], + "3.0": [0, 0, 0] + } + }, + "fingertip1": { + "rotation": { + "0.0": [-30, -60, 0], + "3.0": [-30, -60, 0] + } + }, + "finger2": { + "rotation": { + "0.0": [0, -10, 0], + "3.0": [0, -10, 0] + }, + "position": { + "0.0": [0, 0, 0], + "3.0": [0, 0, 0] + } + }, + "fingertip2": { + "rotation": { + "0.0": [0, -75, 0], + "3.0": [0, -75, 0] + } + }, + "finger3": { + "rotation": { + "0.0": [0, 0, -20], + "3.0": [0, 0, -20] + } + }, + "fingertip3": { + "rotation": { + "0.0": [43.07189, -46.52795, -22.98431], + "3.0": [43.07189, -46.52795, -22.98431] + } + }, + "finger4": { + "rotation": { + "0.0": [-15.24689, 56.1582, -18.16842], + "3.0": [-15.24689, 56.1582, -18.16842] + } + }, + "fingertip4": { + "rotation": { + "0.0": [-78.00927, 46.11408, -95.45515], + "3.0": [-78.00927, 46.11408, -95.45515] + } + }, + "finger5": { + "rotation": { + "0.0": [0, 120, 0], + "3.0": [0, 120, 0] + }, + "position": { + "0.0": [0, 0, -1], + "3.0": [0, 0, -1] + } + }, + "fingertip5": { + "rotation": { + "0.0": [0, 55, 0], + "3.0": [0, 55, 0] + } + }, + "finger6": { + "rotation": { + "0.0": [24.02393, 48.20277, 30.87463], + "3.0": [24.02393, 48.20277, 30.87463] + } + }, + "fingertip6": { + "rotation": { + "0.0": [0, 0, 42.5], + "3.0": [0, 0, 42.5] + } + }, + "leg_right": { + "rotation": { + "0.0": [-20, -80, 0], + "3.0": [-20, -80, 0] + } + }, + "leftcalf_right": { + "rotation": { + "0.0": [20, 0, 0], + "3.0": [20, 0, 0] + } + }, + "leg_left": { + "rotation": { + "0.0": [-25.86274, 88.50261, -5.6919], + "0.25": [-25.86274, 88.50261, -5.6919], + "0.5": [-25.86274, 88.50261, -5.6919], + "0.75": [-25.86274, 88.50261, -5.6919], + "1.25": [-25.86274, 88.50261, -5.6919], + "1.5": [-25.86274, 88.50261, -5.6919], + "1.75": [-25.86274, 88.50261, -5.6919], + "2.25": [-25.86274, 88.50261, -5.6919], + "2.5": [-25.86274, 88.50261, -5.6919], + "2.75": [-25.86274, 88.50261, -5.6919], + "3.0": [-25.86274, 88.50261, -5.6919] + }, + "position": { + "0.0": [-1, 0, 0], + "0.25": [-1, 0, 0], + "0.5": [-1, 0, 0], + "0.75": [-1, 0, 0], + "1.25": [-1, 0, 0], + "1.5": [-1, 0, 0], + "1.75": [-1, 0, 0], + "2.25": [-1, 0, 0], + "2.5": [-1, 0, 0], + "2.75": [-1, 0, 0], + "3.0": [-1, 0, 0] + } + }, + "legcalf_left": { + "rotation": { + "0.0": [17.5, 0, 0], + "3.0": [17.5, 0, 0] + } + }, + "mainthing": { + "rotation": { + "0.0": [0, 60, 0], + "3.0": [0, 60, 0] + } + }, + "flaps": { + "rotation": { + "0.0": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "topleg": { + "rotation": { + "0.0": [-20, 0, 0], + "0.5": [0, 0, 0], + "1.0": [-20, 0, 0], + "1.5": [0, 0, 0], + "2.0": [-20, 0, 0], + "2.5": [0, 0, 0], + "3.0": [-20, 0, 0] + } + }, + "ltopleg": { + "rotation": { + "0.0": [-5, 0, 0], + "0.5": [-22.5, 0, 0], + "1.0": [-5, 0, 0], + "1.5": [-22.5, 0, 0], + "2.0": [-5, 0, 0], + "2.5": [-22.5, 0, 0], + "3.0": [-5, 0, 0] + } + } + } + }, + "animation.kubfu.sleep": { + "loop": true, + "bones": { + "1": { + "rotation": [0, 0, -30], + "position": [0, -1.7, 0] + }, + "2": { + "rotation": [0, 0, 25], + "position": [0, -1.7, 0] + }, + "torso": { + "position": [0, 0, "math.sin(q.anim_time*4*16)*0.1"] + }, + "head": { + "rotation": [17.5, 0, 0] + }, + "flap_left": { + "rotation": [0, -77.5, 0] + }, + "flap_right": { + "rotation": [0, 75, 0] + }, + "arm_right": { + "rotation": [0, 0, -55] + }, + "forearm_right": { + "rotation": [0, 0, -55] + }, + "fingers_right": { + "rotation": [-17.5, 27.5, 0] + }, + "arm_left": { + "rotation": [0, 0, 47.5] + }, + "forearm_left": { + "rotation": [0, 0, 62.5] + }, + "fingers_left": { + "rotation": [-20, -35, 0] + }, + "leg_left": { + "rotation": [-32.5, 0, 0] + }, + "legcalf_left": { + "rotation": [90, 0, 0] + }, + "mainthing": { + "rotation": [-92.5, 0, 0], + "position": [0, -8, -1] + } + } + }, + "animation.kubfu.cry": { + "animation_length": 1, + "bones": { + "1": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0] + } + }, + "2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-15, 0, 0], + "0.2917": [-17.5, 0, 0], + "0.3333": [-15, 0, 0], + "0.375": [-17.5, 0, 0], + "0.4167": [-15, 0, 0], + "0.4583": [-17.5, 0, 0], + "1.0": [0, 0, 0] + } + }, + "mouth": { + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kyogre/kyogre.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kyogre/kyogre.animation.json new file mode 100644 index 0000000..d5766fd --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kyogre/kyogre.animation.json @@ -0,0 +1,5377 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.kyogre.blink": { + "animation_length": 0.6, + "bones": { + "eye_right_lid": { + "position": { + "0.0": [0, 0, 0], + "0.5": [1, 0, 0] + } + }, + "eye_left_lid": { + "position": { + "0.0": [0, 0, 0], + "0.5": [-1, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.1": [2.5, 0, 0] + } + } + } + }, + "animation.kyogre.ground_idle": { + "loop": true, + "animation_length": 5, + "bones": { + "body": { + "position": { + "0.0": { + "post": [0, 6, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 6, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "position": { + "0.0": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + } + } + }, + "maxilla": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right": { + "rotation": { + "0.0": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 35], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right1": { + "rotation": { + "0.0": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right2": { + "rotation": { + "0.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left": { + "rotation": { + "0.0": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -35], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left1": { + "rotation": { + "0.0": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body_rear": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body_rear1": { + "rotation": { + "0.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main1": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1_1": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_1": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_2": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1_1": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_1": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_2": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "worm": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.kyogre.cry": { + "animation_length": 1.75, + "bones": { + "body_font": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "maxilla": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.kyogre.quirk_ground_idle": { + "animation_length": 1.75, + "bones": { + "body_font": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "maxilla": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.kyogre.special_attack": { + "animation_length": 2, + "bones": { + "body_font": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 2], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 2], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 3], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 3], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "maxilla": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [34.83, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [34.83, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [34.83, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [34.83, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [34.83, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body_rear": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body_rear1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.kyogre.water_idleold": { + "loop": true, + "animation_length": 5, + "bones": { + "body": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "maxilla": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right": { + "rotation": { + "0.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right3": { + "rotation": { + "0.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left": { + "rotation": { + "0.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left2": { + "rotation": { + "0.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left3": { + "rotation": { + "0.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "body_rear": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body_rear1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1_1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_2": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1_1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_2": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.kyogre.water_swim": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body_font": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "maxilla": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [26.21435, 29.75323, 5.01252], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [47.03973, -34.60922, 9.04423], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 4, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -7.5, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [4.32749, -15.20331, 7.58087], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.18947, -12.63189, 0.33409], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1.7759, -2.89552, 8.21898], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-0.68347, -5.78717, 6.83586], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.93608, -5.75183, 9.34834], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [26.21435, -29.7532, -5.0125], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [47.03973, 34.6092, -9.0442], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 4, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 7.5, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [4.32749, 15.2033, -7.5809], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.18947, 12.6319, -0.3341], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1.7759, 2.8955, -8.219], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-0.68347, 5.7872, -6.8359], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.93608, 5.7518, -9.3483], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body_rear": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body_rear1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [25.36, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [9.29, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [28.21, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [4.64, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [30.75791, -0.03479, 0.35199], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-4.69464, -0.24352, 2.46392], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "worm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.kyogre.ground_walk": { + "loop": true, + "animation_length": 5, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 6, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 6, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body_font": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "maxilla": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [26.21435, 29.75323, 5.01252], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.13354, -16.6484, 6.08306], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 4, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -7.5, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [5.66168, -14.76769, 2.42439], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.18947, -12.63189, 0.33409], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.25179, -2.54321, -1.78612], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-0.68347, -5.78717, 6.83586], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-7.92953, -5.81145, 4.32311], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [26.21435, -29.7532, -5.0125], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.13354, 16.6484, -6.0831], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 4, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 7.5, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [5.66168, 14.7677, -2.4244], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.18947, 12.6319, -0.3341], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.25179, 2.5432, 1.7861], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-0.68347, 5.7872, -6.8359], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-7.92953, 5.8115, -4.3231], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body_rear": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body_rear1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main1": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1_1": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_1": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_2": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1_1": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_1": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_2": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "worm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.kyogre.faint": { + "animation_length": 3, + "bones": { + "body_font": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [5, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-5, 0, 0] + } + }, + "eye_right_lid": { + "position": [1, 0, 0] + }, + "eye_left_lid": { + "position": [-1, 0, 0] + }, + "maxilla": { + "rotation": { + "0.0": [12.5, 0, 0], + "0.5": [-2.5, 0, 0] + } + }, + "fin_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 15] + } + }, + "fin_right1": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, -2.5] + } + }, + "fin_right2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, -2.5] + } + }, + "fin_right3": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, -7.5] + } + }, + "fin_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, -15] + } + }, + "fin_left1": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 2.5] + } + }, + "fin_left2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 2.5] + } + }, + "fin_left3": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 7.5] + } + }, + "body_rear": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-2.5, 0, 0] + } + }, + "body_rear1": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-7.5, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0] + } + }, + "tail_main1": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-2.5, 0, 0] + } + }, + "tail_main_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [2.5, 0, 0] + } + }, + "tail_main_right1": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [2.5, 0, 0] + } + }, + "tail_main_right1_1": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [5, 0, 0] + } + }, + "tail_main_right2_1": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [2.5, 0, 0] + } + }, + "tail_main_right2_2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [5, 0, 0] + } + }, + "tail_main_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [2.5, 0, 0] + } + }, + "tail_main_left1": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [2.5, 0, 0] + } + }, + "tail_main_left1_1": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [5, 0, 0] + } + }, + "tail_main_left2_1": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [2.5, 0, 0] + } + }, + "tail_main_left2_2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [5, 0, 0] + } + } + } + }, + "animation.kyogre.physical_attack": { + "loop": true, + "animation_length": 2, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-2.5, 0, 0], + "0.4583": [-32.5, 0, 0], + "1.0": { + "pre": [35, 0, 0], + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 15, 0], + "0.4583": [0, 44, 0], + "0.6667": { + "pre": [0, 146, 0], + "post": [0, 146, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 110, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": [0, 2, 0], + "1.375": [0, 0, 0], + "1.4167": [0, 2, 0], + "1.4583": [0, 0, 0], + "1.5": [0, 2, 0], + "1.5417": [0, 0, 0], + "1.5833": [0, 2, 0], + "1.625": [0, 0, 0], + "1.6667": [0, 2, 0], + "1.7083": [0, 0, 0], + "1.7917": [0, 0, 0] + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-27.86, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-28.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + } + }, + "body_font": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.81, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-10.62, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-8.13, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-11.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + } + }, + "maxilla": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [53.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": [0, 0, 0] + } + }, + "fin_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-9.96271, -0.86717, 30.07558], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-9.49153, 1.6074, 14.4103], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [25.61014, -9.46083, 7.79122], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-4.20155, -3.82295, -0.87487], + "lerp_mode": "catmullrom" + }, + "1.7917": [0, 0, 0] + } + }, + "fin_right1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, -8.75], + "lerp_mode": "catmullrom" + }, + "1.7917": [0, 0, 0] + } + }, + "fin_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.7917": [0, 0, 0] + } + }, + "fin_right3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [15, 0, -35], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [7.43967, 1.9194, 26.10316], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [4.43455, -1.32351, 18.23257], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-0.45512, 0.87123, -9.18161], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [2.22592, 0.63189, -8.33531], + "lerp_mode": "catmullrom" + }, + "1.7917": [0, 0, 0] + } + }, + "fin_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-12.5, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-12.48848, -0.54094, -19.94081], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [28.9286, 1.15896, -2.05664], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-7.74605, 2.81583, 8.72332], + "lerp_mode": "catmullrom" + }, + "1.7917": [0, 0, 0] + } + }, + "fin_left1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 3.75], + "lerp_mode": "catmullrom" + }, + "1.7917": [0, 0, 0] + } + }, + "fin_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 2.5, 5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0.05453, 1.24881, 5.00059], + "lerp_mode": "catmullrom" + }, + "1.7917": [0, 0, 0] + } + }, + "fin_left3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [17.25002, -2.99318, 19.54589], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-5.04156, -0.66301, -20.39622], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [4.8965, 1.31289, -7.94627], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5.05008, -0.43862, 11.97825], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [2.49635, -0.43848, 10.98441], + "lerp_mode": "catmullrom" + }, + "1.7917": [0, 0, 0] + } + }, + "body_rear": { + "rotation": { + "0.0": [-2.5, 0, 0], + "0.25": { + "pre": [-17.5, 0, 0], + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-50, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-6.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + } + }, + "body_rear1": { + "rotation": { + "0.0": [-7.5, 0, 0], + "0.25": [0, 0, 0], + "0.4583": [2.5, 0, 0], + "0.6667": { + "pre": [-25, 0, 0], + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [5, 0, 0], + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [8.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + } + }, + "tail_main1": { + "rotation": { + "0.0": [-2.5, 0, 0], + "0.25": { + "pre": [5, 0, 0], + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-6.67095, -1.69563, -3.37334], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-6.67095, -1.69563, -3.37334], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [7.91453, -0.84782, -1.68667], + "lerp_mode": "catmullrom" + }, + "1.8333": [-2.5, 0, 0] + } + }, + "bone16": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [2.5, 0, 0], + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [8.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + } + }, + "tail_main_left": { + "rotation": { + "0.0": [2.5, 0, 0], + "0.4583": { + "pre": [2.03, 0, 0], + "post": [2.03, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [11.56, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + } + }, + "tail_main_left1": { + "rotation": { + "0.0": [2.5, 0, 0], + "0.1667": { + "pre": [5.71, 0, 0], + "post": [5.71, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [15.74, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + } + }, + "tail_main_left1_1": { + "rotation": { + "0.0": [5, 0, 0], + "0.1667": [6.98, 0, 0], + "0.4583": { + "pre": [20, 0, 0], + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [2.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + } + }, + "tail_main_left2": { + "rotation": [0, 0, 0] + }, + "tail_main_left2_1": { + "rotation": { + "0.0": [2.5, 0, 0], + "0.1667": { + "pre": [5.81, 0, 0], + "post": [5.81, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [13.24, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + } + }, + "tail_main_left2_2": { + "rotation": { + "0.0": [5, 0, 0], + "0.1667": [6.61, 0, 0], + "0.4583": { + "pre": [20, 0, 0], + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [7.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + } + }, + "tail_main_right": { + "rotation": { + "0.0": [2.5, 0, 0], + "0.4583": { + "pre": [2.5, 0, 0], + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + } + }, + "tail_main_right1": { + "rotation": { + "0.0": [2.5, 0, 0], + "0.1667": { + "pre": [5.62, 0, 0], + "post": [5.62, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [18.24, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + } + }, + "tail_main_right1_1": { + "rotation": { + "0.0": [5, 0, 0], + "0.1667": [6.43, 0, 0], + "0.4583": { + "pre": [20, 0, 0], + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [8.13, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + } + }, + "tail_main_right2": { + "rotation": [0, 0, 0] + }, + "tail_main_right2_1": { + "rotation": { + "0.0": [2.5, 0, 0], + "0.1667": { + "pre": [5.32, 0, 0], + "post": [5.32, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [16.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + } + }, + "tail_main_right2_2": { + "rotation": { + "0.0": [5, 0, 0], + "0.1667": [5.86958, 0.10594, 0.16636], + "0.4583": { + "pre": [12.5, 0, 0], + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-32.47528, -1.34295, -2.10886], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-17.47528, -1.34295, -2.10886], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [18.76236, -0.67147, -1.05443], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + } + } + } + }, + "animation.kyogre.battle_idle": { + "loop": true, + "animation_length": 5, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 21, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 16, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 21, 0], + "lerp_mode": "catmullrom" + } + } + }, + "maxilla": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right": { + "rotation": { + "0.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [3, 0, 1.02512], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "3.8": { + "post": [-3, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6": { + "post": [-2.5, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right2": { + "rotation": { + "0.0": { + "post": [2.5, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.7": { + "post": [-2.5, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right3": { + "rotation": { + "0.0": { + "post": [2.5, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.8": { + "post": [-5, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left": { + "rotation": { + "0.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [3, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.8": { + "post": [-3, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6": { + "post": [-2.5, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left2": { + "rotation": { + "0.0": { + "post": [2.5, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.7": { + "post": [-2.5, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left3": { + "rotation": { + "0.0": { + "post": [2.5, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.8": { + "post": [-2.5, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "body_rear": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body_rear1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1_1": { + "rotation": { + "0.0": { + "post": [-2.46, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.7": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.46, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_2": { + "rotation": { + "0.0": { + "post": [-2.88, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.7": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.88, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1_1": { + "rotation": { + "0.0": { + "post": [-2.46, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.7": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.46, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_2": { + "rotation": { + "0.0": { + "post": [-1.9887, -0.04091, 0.41394], + "lerp_mode": "catmullrom" + }, + "1.7": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.7": { + "post": [-4.69464, -0.24352, 2.46392], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-1.9887, -0.04091, 0.41394], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1_2": { + "rotation": { + "0.0": { + "post": [-4.16, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.9": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-4.16, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_3": { + "rotation": { + "0.0": { + "post": [-5.22, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.9": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-5.22, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1_2": { + "rotation": { + "0.0": { + "post": [-2.72, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.9": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-5.22, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_3": { + "rotation": { + "0.0": { + "post": [-2.72, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.9": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-5.22, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body_font": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.kyogre.water_idle": { + "loop": true, + "animation_length": 5, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "maxilla": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right": { + "rotation": { + "0.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [3, 0, 1.02512], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "3.8": { + "post": [-3, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6": { + "post": [-2.5, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right2": { + "rotation": { + "0.0": { + "post": [2.5, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.7": { + "post": [-2.5, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right3": { + "rotation": { + "0.0": { + "post": [2.5, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.8": { + "post": [-5, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left": { + "rotation": { + "0.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [3, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.8": { + "post": [-3, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6": { + "post": [-2.5, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left2": { + "rotation": { + "0.0": { + "post": [2.5, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.7": { + "post": [-2.5, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left3": { + "rotation": { + "0.0": { + "post": [2.5, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.8": { + "post": [-2.5, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "body_rear": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body_rear1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1_1": { + "rotation": { + "0.0": { + "post": [-2.46, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.7": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.46, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_2": { + "rotation": { + "0.0": { + "post": [-2.88, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.7": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.88, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1_1": { + "rotation": { + "0.0": { + "post": [-2.46, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.7": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.46, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_2": { + "rotation": { + "0.0": { + "post": [-1.9887, -0.04091, 0.41394], + "lerp_mode": "catmullrom" + }, + "1.7": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.7": { + "post": [-4.69464, -0.24352, 2.46392], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-1.9887, -0.04091, 0.41394], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1_2": { + "rotation": { + "0.0": { + "post": [-4.16, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.9": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-4.16, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_3": { + "rotation": { + "0.0": { + "post": [-5.22, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.9": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-5.22, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1_2": { + "rotation": { + "0.0": { + "post": [-2.72, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.9": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-5.22, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_3": { + "rotation": { + "0.0": { + "post": [-2.72, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.9": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-5.22, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body_font": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kyogreprimal/kyogreprimal.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kyogreprimal/kyogreprimal.animation.json new file mode 100644 index 0000000..3aa1b9d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kyogreprimal/kyogreprimal.animation.json @@ -0,0 +1,5766 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.kyogreprimal.special_attack": { + "animation_length": 2, + "bones": { + "body_font": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 2], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 2], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 3], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 3], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "maxilla": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [34.83, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [34.83, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [34.83, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [34.83, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [34.83, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body_rear": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body_rear1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1_2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1_2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "position": [0, 21, 0] + } + } + }, + "animation.kyogreprimal.blink": { + "animation_length": 0.6, + "bones": { + "eye_right_lid": { + "position": { + "0.0": [0, 0, 0], + "0.5": [1, 0, 0] + } + }, + "eye_left_lid": { + "position": { + "0.0": [0, 0, 0], + "0.5": [-1, 0, 0] + } + } + } + }, + "animation.kyogreprimal.ground_idle": { + "loop": true, + "animation_length": 5, + "bones": { + "body": { + "position": { + "0.0": { + "post": [0, 6, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 6, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "position": { + "0.0": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + } + } + }, + "maxilla": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right": { + "rotation": { + "0.0": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 35], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right1": { + "rotation": { + "0.0": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right2": { + "rotation": { + "0.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left": { + "rotation": { + "0.0": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -35], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left1": { + "rotation": { + "0.0": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body_rear": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body_rear1": { + "rotation": { + "0.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main1": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1_1": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_1": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_2": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1_1": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_1": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_2": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "worm": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.kyogreprimal.cry": { + "animation_length": 1.75, + "bones": { + "body_font": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "maxilla": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.kyogreprimal.quirk_ground_idle": { + "animation_length": 1.75, + "bones": { + "body_font": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "maxilla": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.kyogreprimal.battle_idle": { + "loop": true, + "animation_length": 5, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 21, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 16, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 21, 0], + "lerp_mode": "catmullrom" + } + } + }, + "maxilla": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right": { + "rotation": { + "0.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [3, 0, 1.02512], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "3.8": { + "post": [-3, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6": { + "post": [-2.5, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right2": { + "rotation": { + "0.0": { + "post": [2.5, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.7": { + "post": [-2.5, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right3": { + "rotation": { + "0.0": { + "post": [2.5, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.8": { + "post": [-5, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left": { + "rotation": { + "0.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [3, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.8": { + "post": [-3, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6": { + "post": [-2.5, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left2": { + "rotation": { + "0.0": { + "post": [2.5, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.7": { + "post": [-2.5, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left3": { + "rotation": { + "0.0": { + "post": [2.5, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.8": { + "post": [-2.5, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "body_rear": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body_rear1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1_1": { + "rotation": { + "0.0": { + "post": [-2.46, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.7": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.46, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_2": { + "rotation": { + "0.0": { + "post": [-2.88, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.7": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.88, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1_1": { + "rotation": { + "0.0": { + "post": [-2.46, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.7": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.46, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_2": { + "rotation": { + "0.0": { + "post": [-1.9887, -0.04091, 0.41394], + "lerp_mode": "catmullrom" + }, + "1.7": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.7": { + "post": [-4.69464, -0.24352, 2.46392], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-1.9887, -0.04091, 0.41394], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1_2": { + "rotation": { + "0.0": { + "post": [-4.16, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.9": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-4.16, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_3": { + "rotation": { + "0.0": { + "post": [-5.22, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.9": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-5.22, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1_2": { + "rotation": { + "0.0": { + "post": [-2.72, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.9": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-5.22, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_3": { + "rotation": { + "0.0": { + "post": [-2.72, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.9": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-5.22, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body_font": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.kyogreprimal.water_idle": { + "loop": true, + "animation_length": 5, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "maxilla": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right": { + "rotation": { + "0.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [3, 0, 1.02512], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "3.8": { + "post": [-3, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6": { + "post": [-2.5, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right2": { + "rotation": { + "0.0": { + "post": [2.5, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.7": { + "post": [-2.5, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right3": { + "rotation": { + "0.0": { + "post": [2.5, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.8": { + "post": [-5, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left": { + "rotation": { + "0.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [3, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.8": { + "post": [-3, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6": { + "post": [-2.5, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left2": { + "rotation": { + "0.0": { + "post": [2.5, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.7": { + "post": [-2.5, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left3": { + "rotation": { + "0.0": { + "post": [2.5, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.8": { + "post": [-2.5, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "body_rear": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body_rear1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1_1": { + "rotation": { + "0.0": { + "post": [-2.46, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.7": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.46, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_2": { + "rotation": { + "0.0": { + "post": [-2.88, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.7": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.88, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1_1": { + "rotation": { + "0.0": { + "post": [-2.46, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.7": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.46, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_2": { + "rotation": { + "0.0": { + "post": [-1.9887, -0.04091, 0.41394], + "lerp_mode": "catmullrom" + }, + "1.7": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.7": { + "post": [-4.69464, -0.24352, 2.46392], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-1.9887, -0.04091, 0.41394], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1_2": { + "rotation": { + "0.0": { + "post": [-4.16, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.9": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-4.16, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_3": { + "rotation": { + "0.0": { + "post": [-5.22, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.9": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-5.22, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1_2": { + "rotation": { + "0.0": { + "post": [-2.72, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.9": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-5.22, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_3": { + "rotation": { + "0.0": { + "post": [-2.72, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.9": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-5.22, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body_font": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.kyogreprimal.water_idleold": { + "loop": true, + "animation_length": 5, + "bones": { + "body": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "maxilla": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right": { + "rotation": { + "0.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right3": { + "rotation": { + "0.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left": { + "rotation": { + "0.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left2": { + "rotation": { + "0.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left3": { + "rotation": { + "0.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "body_rear": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body_rear1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main1": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1_1": { + "rotation": { + "0.0": { + "post": [-2.46, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.7": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.46, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_2": { + "rotation": { + "0.0": { + "post": [-2.88, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.7": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.88, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1_1": { + "rotation": { + "0.0": { + "post": [-2.46, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.7": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.46, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_2": { + "rotation": { + "0.0": { + "post": [-1.9887, -0.04091, 0.41394], + "lerp_mode": "catmullrom" + }, + "1.7": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.7": { + "post": [-4.69464, -0.24352, 2.46392], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-1.9887, -0.04091, 0.41394], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1_2": { + "rotation": { + "0.0": { + "post": [-1.66, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.9": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-1.66, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_3": { + "rotation": { + "0.0": { + "post": [-2.72, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.9": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.72, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1_2": { + "rotation": { + "0.0": { + "post": [-2.72, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.9": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.72, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_3": { + "rotation": { + "0.0": { + "post": [-2.72, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.9": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.72, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.kyogreprimal.water_swim": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body_font": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "maxilla": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [26.21435, 29.75323, 5.01252], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [47.03973, -34.60922, 9.04423], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 4, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -7.5, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [4.32749, -15.20331, 7.58087], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.18947, -12.63189, 0.33409], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1.7759, -2.89552, 8.21898], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-0.68347, -5.78717, 6.83586], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.93608, -5.75183, 9.34834], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [26.21435, -29.7532, -5.0125], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [47.03973, 34.6092, -9.0442], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 4, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 7.5, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [4.32749, 15.2033, -7.5809], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.18947, 12.6319, -0.3341], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1.7759, 2.8955, -8.219], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-0.68347, 5.7872, -6.8359], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.93608, 5.7518, -9.3483], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body_rear": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body_rear1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1_1": { + "rotation": { + "0.0": { + "post": [-2.46, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.2": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-2.46, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_2": { + "rotation": { + "0.0": { + "post": [-2.88, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.2": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-2.88, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1_1": { + "rotation": { + "0.0": { + "post": [-2.46, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.2": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-2.46, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_2": { + "rotation": { + "0.0": { + "post": [-1.9887, -0.04091, 0.41394], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.2": { + "post": [-4.69464, -0.24352, 2.46392], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-1.9887, -0.04091, 0.41394], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1_2": { + "rotation": { + "0.0": { + "post": [-1.66, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.4": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-1.66, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_3": { + "rotation": { + "0.0": { + "post": [-2.72, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.4": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-2.72, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1_2": { + "rotation": { + "0.0": { + "post": [-2.72, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.4": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-2.72, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_3": { + "rotation": { + "0.0": { + "post": [-2.72, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.4": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-2.72, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.kyogreprimal.ground_walk": { + "loop": true, + "animation_length": 5, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 6, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 6, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body_font": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "maxilla": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [26.21435, 29.75323, 5.01252], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.13354, -16.6484, 6.08306], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 4, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -7.5, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [5.66168, -14.76769, 2.42439], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.18947, -12.63189, 0.33409], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.25179, -2.54321, -1.78612], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_right3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-0.68347, -5.78717, 6.83586], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-7.92953, -5.81145, 4.32311], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [26.21435, -29.7532, -5.0125], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.13354, 16.6484, -6.0831], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 4, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 7.5, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [5.66168, 14.7677, -2.4244], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.18947, 12.6319, -0.3341], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.25179, 2.5432, 1.7861], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fin_left3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-0.68347, 5.7872, -6.8359], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-7.92953, 5.8115, -4.3231], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body_rear": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body_rear1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main1": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1_1": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_1": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_2": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left1_1": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_1": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_2": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "worm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.kyogreprimal.faint": { + "animation_length": 3, + "bones": { + "body_font": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [5, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-5, 0, 0] + } + }, + "eye_right_lid": { + "position": [1, 0, 0] + }, + "eye_left_lid": { + "position": [-1, 0, 0] + }, + "maxilla": { + "rotation": { + "0.0": [12.5, 0, 0], + "0.5": [-2.5, 0, 0] + } + }, + "fin_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 15] + } + }, + "fin_right1": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, -2.5] + } + }, + "fin_right2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, -2.5] + } + }, + "fin_right3": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, -7.5] + } + }, + "fin_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, -15] + } + }, + "fin_left1": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 2.5] + } + }, + "fin_left2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 2.5] + } + }, + "fin_left3": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 7.5] + } + }, + "body_rear": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-2.5, 0, 0] + } + }, + "body_rear1": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-7.5, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0] + } + }, + "tail_main1": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-2.5, 0, 0] + } + }, + "tail_main_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [2.5, 0, 0] + } + }, + "tail_main_right1": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [2.5, 0, 0] + } + }, + "tail_main_right1_1": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [5, 0, 0] + } + }, + "tail_main_right2_1": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [2.5, 0, 0] + } + }, + "tail_main_right2_2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [5, 0, 0] + } + }, + "tail_main_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [2.5, 0, 0] + } + }, + "tail_main_left1": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [2.5, 0, 0] + } + }, + "tail_main_left1_1": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [5, 0, 0] + } + }, + "tail_main_left2_1": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [2.5, 0, 0] + } + }, + "tail_main_left2_2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [5, 0, 0] + } + } + } + }, + "animation.kyogreprimal.physical_attack": { + "loop": true, + "animation_length": 2, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-2.5, 0, 0], + "0.4583": [-32.5, 0, 0], + "1.0": { + "pre": [35, 0, 0], + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 15, 0], + "0.4583": [0, 44, 0], + "0.6667": { + "pre": [0, 146, 0], + "post": [0, 146, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 110, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": [0, 2, 0], + "1.375": [0, 0, 0], + "1.4167": [0, 2, 0], + "1.4583": [0, 0, 0], + "1.5": [0, 2, 0], + "1.5417": [0, 0, 0], + "1.5833": [0, 2, 0], + "1.625": [0, 0, 0], + "1.6667": [0, 2, 0], + "1.7083": [0, 0, 0], + "1.7917": [0, 0, 0] + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-27.86, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-28.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + } + }, + "body_font": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.81, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-10.62, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-8.13, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-11.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + } + }, + "maxilla": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [53.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": [0, 0, 0] + } + }, + "fin_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-9.96271, -0.86717, 30.07558], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-9.49153, 1.6074, 14.4103], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [25.61014, -9.46083, 7.79122], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-4.20155, -3.82295, -0.87487], + "lerp_mode": "catmullrom" + }, + "1.7917": [0, 0, 0] + } + }, + "fin_right1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, -8.75], + "lerp_mode": "catmullrom" + }, + "1.7917": [0, 0, 0] + } + }, + "fin_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.7917": [0, 0, 0] + } + }, + "fin_right3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [15, 0, -35], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [7.43967, 1.9194, 26.10316], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [4.43455, -1.32351, 18.23257], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-0.45512, 0.87123, -9.18161], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [2.22592, 0.63189, -8.33531], + "lerp_mode": "catmullrom" + }, + "1.7917": [0, 0, 0] + } + }, + "fin_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-12.5, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-12.48848, -0.54094, -19.94081], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [28.9286, 1.15896, -2.05664], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-7.74605, 2.81583, 8.72332], + "lerp_mode": "catmullrom" + }, + "1.7917": [0, 0, 0] + } + }, + "fin_left1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 3.75], + "lerp_mode": "catmullrom" + }, + "1.7917": [0, 0, 0] + } + }, + "fin_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 2.5, 5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0.05453, 1.24881, 5.00059], + "lerp_mode": "catmullrom" + }, + "1.7917": [0, 0, 0] + } + }, + "fin_left3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [17.25002, -2.99318, 19.54589], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-5.04156, -0.66301, -20.39622], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [4.8965, 1.31289, -7.94627], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5.05008, -0.43862, 11.97825], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [2.49635, -0.43848, 10.98441], + "lerp_mode": "catmullrom" + }, + "1.7917": [0, 0, 0] + } + }, + "body_rear": { + "rotation": { + "0.0": [-2.5, 0, 0], + "0.25": { + "pre": [-17.5, 0, 0], + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-50, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-6.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + } + }, + "body_rear1": { + "rotation": { + "0.0": [-7.5, 0, 0], + "0.25": [0, 0, 0], + "0.4583": [2.5, 0, 0], + "0.6667": { + "pre": [-25, 0, 0], + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [5, 0, 0], + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [8.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + } + }, + "tail_main1": { + "rotation": { + "0.0": [-2.5, 0, 0], + "0.25": { + "pre": [5, 0, 0], + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-6.67095, -1.69563, -3.37334], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-6.67095, -1.69563, -3.37334], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [7.91453, -0.84782, -1.68667], + "lerp_mode": "catmullrom" + }, + "1.8333": [-2.5, 0, 0] + } + }, + "bone16": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [2.5, 0, 0], + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [8.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + } + }, + "tail_main_left": { + "rotation": { + "0.0": [2.5, 0, 0], + "0.4583": { + "pre": [2.03, 0, 0], + "post": [2.03, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [11.56, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + } + }, + "tail_main_left1": { + "rotation": { + "0.0": [2.5, 0, 0], + "0.1667": { + "pre": [5.71, 0, 0], + "post": [5.71, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [15.74, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + } + }, + "tail_main_left1_1": { + "rotation": { + "0.0": [5, 0, 0], + "0.1667": [6.98, 0, 0], + "0.4583": { + "pre": [20, 0, 0], + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [2.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + } + }, + "tail_main_left2": { + "rotation": [0, 0, 0] + }, + "tail_main_left2_1": { + "rotation": { + "0.0": [2.5, 0, 0], + "0.1667": { + "pre": [5.81, 0, 0], + "post": [5.81, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [13.24, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + } + }, + "tail_main_left2_2": { + "rotation": { + "0.0": [5, 0, 0], + "0.1667": [6.61, 0, 0], + "0.4583": { + "pre": [20, 0, 0], + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [7.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + } + }, + "tail_main_right": { + "rotation": { + "0.0": [2.5, 0, 0], + "0.4583": { + "pre": [2.5, 0, 0], + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + } + }, + "tail_main_right1": { + "rotation": { + "0.0": [2.5, 0, 0], + "0.1667": { + "pre": [5.62, 0, 0], + "post": [5.62, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5.38, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [18.24, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + } + }, + "tail_main_right1_1": { + "rotation": { + "0.0": [5, 0, 0], + "0.1667": [6.43, 0, 0], + "0.4583": { + "pre": [20, 0, 0], + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [8.13, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + } + }, + "tail_main_right2": { + "rotation": [0, 0, 0] + }, + "tail_main_right2_1": { + "rotation": { + "0.0": [2.5, 0, 0], + "0.1667": { + "pre": [5.32, 0, 0], + "post": [5.32, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [16.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + } + }, + "tail_main_right2_2": { + "rotation": { + "0.0": [5, 0, 0], + "0.1667": [5.86958, 0.10594, 0.16636], + "0.4583": { + "pre": [12.5, 0, 0], + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-17.47528, -1.34295, -2.10886], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-17.47528, -1.34295, -2.10886], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [6.26236, -0.67147, -1.05443], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, 0, 0] + } + }, + "tail_main_left1_2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_left2_3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right1_2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_main_right2_3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kyurem/kyurem.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kyurem/kyurem.animation.json new file mode 100644 index 0000000..e1632f9 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kyurem/kyurem.animation.json @@ -0,0 +1,2314 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.kyurem.pose": { + "loop": true, + "bones": { + "neck": { + "rotation": [7.5, 0, 0] + }, + "body": { + "position": [0, -2, 0] + }, + "arm_right": { + "rotation": [0, 0, 42.5] + }, + "arm_left": { + "rotation": [0, 10, -47.5] + }, + "right_leg": { + "rotation": [0, 0, -12.5] + }, + "ankle_right": { + "rotation": [0, 0, 5] + }, + "foot_right": { + "rotation": [0, 0, 7.5] + }, + "left_leg": { + "rotation": [0, 0, 12.5] + }, + "ankle_left": { + "rotation": [0, 0, -5] + }, + "foot_left": { + "rotation": [0, 0, -7.5] + }, + "forearm_right": { + "rotation": [0, 70, 0] + }, + "forearm_left": { + "rotation": [0, -82.5, 0] + } + } + }, + "animation.kyurem.ground_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "neck": { + "rotation": [7.5, 0, 0] + }, + "body": { + "position": { + "0.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 42.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -12.5, 42.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 42.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 10, -47.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 25, -47.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 10, -47.5], + "lerp_mode": "catmullrom" + } + } + }, + "right_leg": { + "rotation": { + "0.0": [0, 0, -12.5], + "2.0": [0, 0, -17.5], + "4.0": [0, 0, -12.5] + } + }, + "ankle_right": { + "rotation": { + "0.0": [0, 0, 5], + "2.0": [0, 0, 10], + "4.0": [0, 0, 5] + } + }, + "foot_right": { + "rotation": [0, 0, 7.5] + }, + "left_leg": { + "rotation": { + "0.0": [0, 0, 12.5], + "2.0": [0, 0, 17.5], + "4.0": [0, 0, 12.5] + } + }, + "ankle_left": { + "rotation": { + "0.0": [0, 0, -5], + "2.0": [0, 0, -10], + "4.0": [0, 0, -5] + } + }, + "foot_left": { + "rotation": [0, 0, -7.5] + }, + "forearm_right": { + "rotation": { + "0.0": { + "post": [0, 70, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 62.5, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 70, 0], + "lerp_mode": "catmullrom" + } + } + }, + "forearm_left": { + "rotation": { + "0.0": { + "post": [0, -82.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -77.5, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, -82.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-5, -1, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-1.25, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-1.25, -1, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bodyice_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bodyice_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-7.51365, 2.41476, -0.64743], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-7.51365, -2.41476, 0.64743], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bodymain": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 3, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.kyurem.ground_walk": { + "loop": true, + "animation_length": 4, + "bones": { + "neck": { + "rotation": [7.5, "0+math.cos((query.anim_time)*180)*2", 0] + }, + "body": { + "position": [0, -2, 0] + }, + "arm_right": { + "rotation": ["0-math.cos((query.anim_time-0.2)*360)*5", "-10-math.cos((query.anim_time-0.2)*360)*2", "47.5-math.cos((query.anim_time-0.2)*360)*4"] + }, + "arm_left": { + "rotation": ["0-math.cos((query.anim_time-0.2)*360)*5", "10+math.cos((query.anim_time-0.2)*360)*2", "-47.5+math.cos((query.anim_time-0.2)*360)*4"] + }, + "right_leg": { + "rotation": { + "0.0": { + "post": [28.79338, 16.08367, -27.22772], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-9.40804, -3.40487, -19.71975], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-14.76117, -1.94088, -12.36228], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [12.32648, 2.86313, -6.93488], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [46.53632, 21.05515, -18.09811], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [28.79338, 16.08367, -27.22772], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-9.40804, -3.40487, -19.71975], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [-14.76117, -1.94088, -12.36228], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [12.32648, 2.86313, -6.93488], + "lerp_mode": "catmullrom" + }, + "3.8333": { + "post": [46.53632, 21.05515, -18.09811], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [28.79338, 16.08367, -27.22772], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.47, 3.38], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0.73, 1.99], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, -1.5, -0.75], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -2, 1.25], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -1.32, 1.8], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -2.23, 2.17], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, -3.5, 3.25], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -1.53, 3.38], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0.73, 1.99], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, -1.5, -0.75], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -3, 1.25], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, -1.32, 1.8], + "lerp_mode": "catmullrom" + }, + "3.4583": { + "post": [0, -2.23, 2.17], + "lerp_mode": "catmullrom" + }, + "3.8333": { + "post": [0, -3.5, 3.25], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, -1.53, 3.38], + "lerp_mode": "catmullrom" + } + } + }, + "ankle_right": { + "rotation": { + "0.0": { + "post": [-16.83, -3.53, -8.09], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-36.01061, -7.42618, -10.0833], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-17.51319, 1.66508, 2.02926], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-16.83, -3.53, -8.09], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-36.01061, -7.42618, -10.0833], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [-17.51319, 1.66508, 2.02926], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-16.83, -3.53, -8.09], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right": { + "rotation": { + "0.0": { + "post": [96.89, 1.85, -3.33], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [54.17, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [62.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [32.10382, -5.35355, 8.45862], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [19.82648, -2.86313, 6.93488], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [41.55488, -9.90169, -7.0991], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [96.89, 1.85, -3.33], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [54.17, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [62.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [32.10382, -5.35355, 8.45862], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [19.82648, -2.86313, 6.93488], + "lerp_mode": "catmullrom" + }, + "3.6667": { + "post": [41.55488, -9.90169, -7.0991], + "lerp_mode": "catmullrom" + }, + "3.8333": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [96.89, 1.85, -3.33], + "lerp_mode": "catmullrom" + } + } + }, + "left_leg": { + "rotation": { + "0.0": { + "post": [12.32648, -2.86313, 6.93488], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [46.53632, -21.05515, 18.09811], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [28.79338, -16.08367, 27.22772], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-9.40804, 3.40487, 19.71975], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-14.76117, 1.94088, 12.36228], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [12.32648, -2.86313, 6.93488], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [46.53632, -21.05515, 18.09811], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [28.79338, -16.08367, 27.22772], + "lerp_mode": "catmullrom" + }, + "3.375": { + "post": [-9.40804, 3.40487, 19.71975], + "lerp_mode": "catmullrom" + }, + "3.5833": { + "post": [-14.76117, 1.94088, 12.36228], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [12.32648, -2.86313, 6.93488], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -3, 1.25], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -1.32, 1.8], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, -2.23, 2.17], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, -3.5, 3.25], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -1.53, 3.38], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0.73, 1.99], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, -1.5, -0.75], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -3, 1.25], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, -1.32, 1.8], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, -2.23, 2.17], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, -3.5, 3.25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -1.53, 3.38], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, 0.73, 1.99], + "lerp_mode": "catmullrom" + }, + "3.5833": { + "post": [0, -1.5, -0.75], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, -3, 1.25], + "lerp_mode": "catmullrom" + } + } + }, + "ankle_left": { + "rotation": { + "0.0": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-16.83, 3.53, 8.09], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-36.01061, 7.42618, 10.0833], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-17.51319, -1.66508, -2.02926], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-16.83, 3.53, 8.09], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [-36.01061, 7.42618, 10.0833], + "lerp_mode": "catmullrom" + }, + "3.375": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5833": { + "post": [-17.51319, -1.66508, -2.02926], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left": { + "rotation": { + "0.0": { + "post": [19.82648, 2.86313, -6.93488], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [41.55488, 9.90169, 7.0991], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [96.89, -1.85, 3.33], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [54.17, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [62.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [32.10382, 5.35355, -8.45862], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [19.82648, 2.86313, -6.93488], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [41.55488, 9.90169, 7.0991], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [96.89, -1.85, 3.33], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [54.17, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.375": { + "post": [62.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5833": { + "post": [32.10382, 5.35355, -8.45862], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [19.82648, 2.86313, -6.93488], + "lerp_mode": "catmullrom" + } + } + }, + "forearm_right": { + "rotation": ["0-math.cos((query.anim_time-0.3)*360)*6", "82.5+math.cos((query.anim_time-0.3)*360)*2", 0] + }, + "forearm_left": { + "rotation": ["0-math.cos((query.anim_time-0.3)*360)*6", "-82.5-math.cos((query.anim_time-0.3)*360)*2", 0] + }, + "legs": { + "rotation": [0, 0, 0], + "position": [0, 0, -5] + }, + "toes_right": { + "rotation": { + "0.0": { + "post": [18.94, -0.24, -0.32], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-14.29, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-43.05244, 3.24767, 4.38677], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [28.94, -0.24, -0.32], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.125": { + "post": [-14.29, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.2917": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.6667": { + "post": [-43.05244, 3.24767, 4.38677], + "lerp_mode": "catmullrom" + }, + "3.8333": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [36.44, -0.24, -0.32], + "lerp_mode": "catmullrom" + } + } + }, + "toes_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-14.29, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-43.05244, -3.24767, -4.38677], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [26.44, 0.24, 0.32], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-14.29, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-43.05244, -3.24767, -4.38677], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [36.44, 0.24, 0.32], + "lerp_mode": "catmullrom" + }, + "3.2917": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bodymain": { + "rotation": [0, "0-math.cos((query.anim_time+0.2)*180)*3", "0-math.cos((query.anim_time+0.2)*180)*5"], + "position": [0, "0+math.clamp((math.sin((query.anim_time)*360)*2),0,2)", 0] + }, + "body1": { + "position": { + "0.5417": [0, 0, 0], + "0.5833": [0, 1, 0], + "0.625": [0, 0, 0], + "0.6667": [0, 1, 0], + "0.7083": [0, 0, 0], + "1.5417": [0, 0, 0], + "1.5833": [0, 1, 0], + "1.625": [0, 0, 0], + "1.6667": [0, 1, 0], + "1.7083": [0, 0, 0], + "2.5417": [0, 0, 0], + "2.5833": [0, 1, 0], + "2.625": [0, 0, 0], + "2.6667": [0, 1, 0], + "2.7083": [0, 0, 0], + "3.5417": [0, 0, 0], + "3.5833": [0, 1, 0], + "3.625": [0, 0, 0], + "3.6667": [0, 1, 0], + "3.7083": [0, 0, 0] + } + }, + "body2": { + "rotation": [0, "0-math.cos((query.anim_time)*180)*0.5", "0+math.cos((query.anim_time)*180)*2"] + }, + "body3": { + "rotation": [0, "0+math.cos((query.anim_time-0.2)*180)*1", 0] + }, + "head": { + "rotation": [0, "0+math.cos((query.anim_time)*180)*1", 0] + }, + "neck1": { + "rotation": ["-5-math.clamp((math.sin((query.anim_time-0.2)*360)*2),0,4)", 0, 0] + }, + "neck2": { + "rotation": ["0-math.clamp((math.sin((query.anim_time-0.3)*360)*1),0,4)", 0, 0] + } + } + }, + "animation.kyurem.cry": { + "loop": false, + "animation_length": 2.5, + "bones": { + "body": { + "position": [0, -2, 0] + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 42.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -30, 42.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -30, 42.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 42.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 10, -47.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-19.55933, 9.99038, -44.96148], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-19.55933, 9.99038, -44.96148], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 10, -47.5], + "lerp_mode": "catmullrom" + } + } + }, + "right_leg": { + "rotation": [0, 0, -12.5] + }, + "ankle_right": { + "rotation": [0, 0, 5] + }, + "foot_right": { + "rotation": [0, 0, 7.5] + }, + "left_leg": { + "rotation": [0, 0, 12.5] + }, + "ankle_left": { + "rotation": [0, 0, -5] + }, + "foot_left": { + "rotation": [0, 0, -7.5] + }, + "forearm_right": { + "rotation": { + "0.0": { + "post": [0, 70, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 55, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 55, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 70, 0], + "lerp_mode": "catmullrom" + } + } + }, + "forearm_left": { + "rotation": { + "0.0": { + "post": [0, -82.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -47.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -47.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -82.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bodymain": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 3], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 3], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.kyurem.physical_attack": { + "loop": false, + "animation_length": 2, + "bones": { + "neck": { + "rotation": [7.5, 0, 0] + }, + "body": { + "position": [0, -2, 0] + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 42.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -30, 42.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 42.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 10, -47.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-19.55933, 9.99038, -44.96148], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-19.55933, 9.99038, -44.96148], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-19.55933, 9.99038, -44.96148], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 10, -47.5], + "lerp_mode": "catmullrom" + } + } + }, + "right_leg": { + "rotation": [0, 0, -12.5] + }, + "ankle_right": { + "rotation": [0, 0, 5] + }, + "foot_right": { + "rotation": [0, 0, 7.5] + }, + "left_leg": { + "rotation": [0, 0, 12.5] + }, + "ankle_left": { + "rotation": [0, 0, -5] + }, + "foot_left": { + "rotation": [0, 0, -7.5] + }, + "forearm_right": { + "rotation": { + "0.0": { + "post": [0, 70, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 55, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 70, 0], + "lerp_mode": "catmullrom" + } + } + }, + "forearm_left": { + "rotation": { + "0.0": { + "post": [0, -82.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -47.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -82.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bodymain": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 4, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, -1.3, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, -1.3, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -1.3, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, -1.3, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 3], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 3], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.kyurem.faint": { + "loop": true, + "animation_length": 3, + "bones": { + "neck": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": [0, 0, 0] + }, + "position": { + "0.0": [0, -2, 0], + "1.1667": [0, -2, 0], + "1.3333": [0, -0.57, -7.43], + "1.4583": [0, -20, -13], + "3.0": [0, -20, -13] + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 42.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -30, 42.5], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [10.38469, -29.75659, 22.23402], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -30, 42.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 10, -47.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-19.55933, 9.99038, -44.96148], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-19.55933, 9.99038, -44.96148], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-14.397, 16.64557, -22.8523], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-19.55933, 9.99038, -44.96148], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-19.55933, 9.99038, -44.96148], + "lerp_mode": "catmullrom" + } + } + }, + "right_leg": { + "rotation": { + "0.0": [0, 0, -12.5], + "1.1667": [0, 0, -12.5], + "1.625": { + "pre": [100.23772, 12.3071, -10.29538], + "post": [100.23772, 12.3071, -10.29538], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [74.85424, 10.17689, -14.87114], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [69.71644, 9.39129, -15.95118], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [69.71644, 9.39129, -15.95118], + "lerp_mode": "catmullrom" + } + } + }, + "ankle_right": { + "rotation": [0, 0, 5] + }, + "foot_right": { + "rotation": { + "0.0": [0, 0, 7.5], + "1.1667": [0, 0, 7.5], + "1.4583": [55, 0, 7.5] + } + }, + "left_leg": { + "rotation": { + "0.0": [0, 0, 12.5], + "1.1667": [0, 0, 12.5], + "1.625": { + "pre": [84.92327, -9.96156, 13.38045], + "post": [84.92327, -9.96156, 13.38045], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [85, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [85, 0, 12.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "1.1667": [0, 0, 0], + "1.625": { + "pre": [0, -5, 0], + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, -7, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -7, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ankle_left": { + "rotation": [0, 0, -5] + }, + "foot_left": { + "rotation": { + "0.0": [0, 0, -7.5], + "1.1667": [0, 0, -7.5], + "1.4583": [60, 0, -7.5] + } + }, + "forearm_right": { + "rotation": { + "0.0": { + "post": [0, 70, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 55, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 55, 0], + "lerp_mode": "catmullrom" + } + } + }, + "forearm_left": { + "rotation": { + "0.0": { + "post": [0, -82.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -47.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -47.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bodymain": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 4, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, -1.3, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, -1.3, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, -1.3, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, -1.3, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, -1.3, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, -1.3, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, -1.3, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, -1.3, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, -1.3, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, -1.3, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [0, -1.3, 0], + "lerp_mode": "catmullrom" + }, + "2.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 3], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 3], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 3], + "lerp_mode": "catmullrom" + } + } + }, + "neck1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": [-7.5, 0, 0], + "3.0": [-7.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.375": [0, 0, 0], + "2.0417": [0, 0, 2], + "3.0": [0, 0, 2] + } + }, + "neck2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + } + } + }, + "neck3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-20.95, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-20.95, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-20.95, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + } + } + }, + "neck4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "legs": { + "rotation": [0, 0, 0], + "position": { + "0.0": [0, 0, 0], + "1.875": [0, 0, 0], + "2.0": [0, 1, 0], + "2.0417": [0, 0, 0], + "2.0833": [0, 1, 0], + "2.125": [0, 0, 0], + "2.1667": [0, 1, 0], + "2.2083": [0, 0, 0], + "2.25": [0, 1, 0], + "2.2917": [0, 0, 0], + "2.3333": [0, 1, 0], + "2.375": [0, 0, 0], + "2.4167": [0, 1, 0], + "2.4583": [0, 0, 0], + "2.5": [0, 1, 0], + "2.5417": [0, 0, 0], + "2.5833": [0, 1, 0], + "2.625": [0, 0, 0], + "2.6667": [0, 1, 0], + "2.7083": [0, 0, 0], + "2.75": [0, 1, 0], + "2.7917": [0, 0, 0], + "2.8333": [0, 1, 0], + "2.875": [0, 0, 0], + "2.9167": [0, 1, 0], + "2.9583": [0, 0, 0], + "3.0": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kyuremblack/kyuremblack.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kyuremblack/kyuremblack.animation.json new file mode 100644 index 0000000..658799f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kyuremblack/kyuremblack.animation.json @@ -0,0 +1,15672 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.kyuremblack.flash_tests": { + "loop": true, + "animation_length": 2.25, + "bones": { + "lowerbody": { + "rotation": [5, 0, 0] + }, + "torso": { + "rotation": [30, 0, 0], + "position": [0, 0, -3] + }, + "neck": { + "rotation": [-7.5, 0, 0] + }, + "neck2": { + "rotation": [5, 0, 0], + "position": [-0.00114, 0.22116, 0.20269] + }, + "wingattachment_left": { + "rotation": [-5, 0, 0] + }, + "bottomwire_left": { + "rotation": [20.05826, 11.46464, -50.13707] + }, + "wing_left": { + "rotation": [0, 0, -20] + }, + "leg_left": { + "rotation": [30.40773, 24.1782, 13.51584] + }, + "ankle_left": { + "rotation": [-17.5, 0, 0] + }, + "foot_left": { + "rotation": [-7.21924, -2.89997, -12.17586] + }, + "uppertorso": { + "rotation": [-5.20837, 0.78571, 2.47591], + "position": [-0.07844, -0.58855, 0.7399] + }, + "leg_right": { + "rotation": [30.40773, -24.1782, -13.5158], + "position": [0, 0, -10] + }, + "ankle_right": { + "rotation": [-17.5, 0, 0] + }, + "foot_right": { + "rotation": [-7.21924, 2.9, 12.1759] + }, + "shoulder_left": { + "rotation": [18.02506, -2.40582, -51.83485], + "position": [0, 2.92889, 0.64932] + }, + "forearm_left": { + "rotation": [0, -62.5, 0] + }, + "hand_left": { + "rotation": [-5.38152, -19.291, -26.58473], + "position": [-4.09297, -0.26559, -1.22563] + }, + "kyurem": { + "rotation": [0, 5, 0], + "position": [6, -3, 0] + }, + "tail": { + "rotation": [0.6254, 0.5704, -2.24443] + }, + "head": { + "rotation": [-3.28995, 0.02991, -2.53123] + }, + "shoulder_right": { + "rotation": [29.686, 30.15549, 53.3391], + "position": [2, 1.23964, 2.11439] + }, + "forearm_right": { + "rotation": [-42.5, 27.5, 0], + "position": [-1.05965, 0.76675, -1.13545] + }, + "hand_right": { + "rotation": [9.29638, 16.59775, 34.32971], + "position": [0.04647, 0.38031, 0.11647] + }, + "wingattachment_right": { + "rotation": [-10.17442, 1.41173, -0.35212], + "position": [0, 0, -2] + }, + "wing_right": { + "rotation": [0, 0, 20] + }, + "finger_left": { + "rotation": [0, 0, -37.5] + }, + "finger6": { + "rotation": [0, 0, 15] + }, + "finger4": { + "rotation": [23.30696, -9.30727, 20.57639], + "position": [1.44105, 1.17789, -0.9726] + }, + "chest": { + "rotation": [-14.78792, -2.90965, -1.69097] + }, + "finger5": { + "rotation": [0, 0, 15] + }, + "bottomwire_left2": { + "rotation": [14.01844, -12.07214, -6.53913] + }, + "bottomwire_left3": { + "rotation": [2.54459, -9.55634, 2.02033] + }, + "bottomwire_left4": { + "rotation": [-5.04292, -7.4713, 0.6574] + }, + "bottomwire_left5": { + "rotation": [-17.64168, 0, -2.26708] + }, + "bottomwire_left6": { + "rotation": [-15, 0, 0] + }, + "bottomwire_left7": { + "rotation": [-27.5, 0, 0] + }, + "bottomwire_left8": { + "rotation": [-20.28356, -9.39129, 3.45118] + }, + "bottomwire_left9": { + "rotation": [-23.0606, 11.4038, -5.03944] + }, + "bone9": { + "rotation": [-17.5, 0, 0] + }, + "bone10": { + "rotation": [0, 22.5, 0] + }, + "bumble_flash": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bumble_flash2": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bumble_flash3": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_flash_left2": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_flash_left": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_flash_left3": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_flash_left9": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_flash_left4": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_flash_left5": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_flash_left6": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_flash_left7": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_flash_left8": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_left": { + "rotation": [0, 0, 15] + }, + "topwire_left2": { + "rotation": [-2.18005, -16.93315, 0] + }, + "topwire_left3": { + "rotation": [6.8817, -24.09293, -16.47027] + }, + "topwire_left4": { + "rotation": [0, 0, 0] + }, + "topwire_left5": { + "rotation": [-10.54511, 12.11427, 0] + }, + "topwire_left6": { + "rotation": [-21.88023, 23.39896, -9.06159] + }, + "topwire_left7": { + "rotation": [-17.5, 10, 0] + }, + "topwire_left8": { + "rotation": [-20, 5, 0] + }, + "topwire_left9": { + "rotation": [-11.64798, 32.11187, -4.49976] + }, + "topwire_left10": { + "rotation": [-1.11086, 1.25066, -6.74323] + }, + "topwire_left11": { + "rotation": [-15.99962, 15.27479, -20.01713] + }, + "topwire_left12": { + "rotation": [-5, 10, 0] + }, + "topwire_left13": { + "rotation": [0, 0, 0] + }, + "topwire_flash_left9": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_flash_left": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_flash_left2": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_flash_left3": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_flash_left4": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_flash_left5": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_flash_left6": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_flash_left7": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_flash_left8": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_right": { + "rotation": [0, 15, 0] + }, + "bottomwire_flash_right": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_right2": { + "rotation": [0, -5, 0] + }, + "bottomwire_flash_right2": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_right3": { + "rotation": [-12.5, 22.5, 0] + }, + "bottomwire_flash_right3": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_right4": { + "rotation": [10, 12.5, 0] + }, + "bottomwire_flash_right4": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_right5": { + "rotation": [-9.9977, -4.84886, 1.73415] + }, + "bottomwire_flash_right5": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_right6": { + "rotation": [-20, 0, 0] + }, + "bottomwire_flash_right6": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_right7": { + "rotation": [-5.29819, -19.90235, 2.24504] + }, + "bottomwire_flash_right7": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_right8": { + "rotation": [-15.83489, -21.96714, -11.41517] + }, + "bottomwire_flash_right8": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_right9": { + "rotation": [-10, -27.5, 0] + }, + "bottomwire_flash_right9": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bone2": { + "rotation": [0, -7.5, 0] + }, + "bone3": { + "rotation": [0, -20, 0] + }, + "bone4": { + "rotation": [-0.26482, -20.03491, -2.97649] + }, + "bone5": { + "rotation": [-15.22074, -9.65594, 2.61298] + }, + "bone6": { + "rotation": [-17.94582, -11.73507, 4.3361] + }, + "topwire_right": { + "rotation": [10.12076, 12.45167, 1.10693] + }, + "topwire_flash_right": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_right2": { + "rotation": [5.36444, 7.02582, -1.66517] + }, + "topwire_flash_right2": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_flash_right3": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_right4": { + "rotation": [10, 0, 0] + }, + "topwire_flash_right4": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_right5": { + "rotation": [-17.5, 0, 0] + }, + "topwire_flash_right5": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_right6": { + "rotation": [-15.0547, -4.82922, 1.29717] + }, + "topwire_flash_right6": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_right7": { + "rotation": [-18.29388, -16.66577, 5.41615] + }, + "topwire_flash_right7": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_right8": { + "rotation": [-18.07779, -14.2906, 4.60659] + }, + "topwire_flash_right8": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_right9": { + "rotation": [-17.5, -10, 0] + }, + "topwire_flash_right9": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_right10": { + "rotation": [-21.15324, -17.79276, 13.51211] + }, + "topwire_right11": { + "rotation": [-3.1469, -14.0761, 5.23619] + }, + "topwire_right12": { + "rotation": [-10, 0, 0] + }, + "tail_flash": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bumble_flash4": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "waist_flash": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "crest_zek_flash": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bicep_flash": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "forearm_flash": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "hand_flash": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "shoulder_flash": { + "scale": { + "0.0417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.625": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.7917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.875": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + } + } + }, + "animation.kyuremblack.ground_idle": { + "loop": true, + "animation_length": 4.0417, + "bones": { + "lowerbody": { + "rotation": ["5+math.sin(q.anim_time*90*1-45)*2 ", 0, 0] + }, + "torso": { + "rotation": ["22.5+math.sin(q.anim_time*90*1-15 )*1.5 ", 0, 0], + "position": [0, 0, -3] + }, + "neck": { + "rotation": ["-2.46+math.sin(q.anim_time*90*1-90)*3 ", 0, 0] + }, + "neck2": { + "rotation": ["5+math.sin(q.anim_time*90*1-120)*2", 0, 0], + "position": [-0.00114, 0.82116, -0.29731] + }, + "wingattachment_left": { + "rotation": [-5, 0, 0] + }, + "bottomwire_left": { + "rotation": [20.05826, 11.46464, -50.13707] + }, + "wing_left": { + "rotation": ["0+math.sin(q.anim_time*90*1-90)*2 ", 0, -20] + }, + "leg_left": { + "rotation": [30.40773, 24.1782, 13.51584] + }, + "ankle_left": { + "rotation": [-17.5, 0, 0] + }, + "foot_left": { + "rotation": [-7.21924, -2.89997, -12.17586] + }, + "uppertorso": { + "rotation": ["-7.7084+math.sin(q.anim_time*90*1-45)*1.5", 0.78571, 2.47591], + "position": [-0.07844, -0.58855, 0.7399] + }, + "leg_right": { + "rotation": [30.40773, -24.1782, -13.5158], + "position": [0, 0, -10] + }, + "ankle_right": { + "rotation": [-17.5, 0, 0] + }, + "foot_right": { + "rotation": [-7.21924, 2.9, 12.1759] + }, + "shoulder_left": { + "rotation": [17.76105, -3.94291, "-47.0696+math.sin(q.anim_time*90*1-75)*4 "], + "position": [0, 2.92889, 0.64932] + }, + "forearm_left": { + "rotation": [0, -62.5, 0] + }, + "hand_left": { + "rotation": [-5.38152, -19.291, "-26.5847+math.sin(q.anim_time*90*1-120)*4 "], + "position": [-4.09297, -0.26559, -1.22563] + }, + "kyurem": { + "position": [0, -3, 0] + }, + "tail": { + "rotation": [0.6254, "0.5704 +math.sin(q.anim_time*90*1-60)*1 ", -2.2444] + }, + "head": { + "rotation": ["-math.sin(q.anim_time*90*1-170)*3", 0, 0] + }, + "shoulder_right": { + "rotation": [29.686, 30.15549, "50.8391-math.sin(q.anim_time*90*1-75)*4 "], + "position": [2, 1.23964, 2.11439] + }, + "forearm_right": { + "rotation": [-42.5, 27.5, 0], + "position": [-1.05965, 0.76675, -1.13545] + }, + "hand_right": { + "rotation": [9.29638, 16.59775, "34.3297-math.sin(q.anim_time*90*1-120)*4 "], + "position": [0.04647, 0.38031, 0.11647] + }, + "wingattachment_right": { + "rotation": [-10.17442, 1.41173, -0.35212], + "position": [0, 0, -2] + }, + "wing_right": { + "rotation": ["0+math.sin(q.anim_time*90*1-90)*2 ", 0, 20] + }, + "finger_left": { + "rotation": [0, 0, "-37.5+math.sin(q.anim_time*90*1-160)*4 "] + }, + "finger6": { + "rotation": [0, 0, "15-math.sin(q.anim_time*90*1-160)*4 "] + }, + "finger4": { + "rotation": [23.30696, -9.30727, "20.5764-math.sin(q.anim_time*90*1-160)*4 "], + "position": [1.44105, 1.17789, -0.9726] + }, + "chest": { + "rotation": ["-7.2879-math.sin(q.anim_time*90*1-60)*3 ", -2.90965, -1.69097] + }, + "finger5": { + "rotation": [0, 0, "25-math.sin(q.anim_time*90*1-160)*4 "] + }, + "bottomwire_left2": { + "rotation": [14.01844, -12.07214, -6.53913] + }, + "bottomwire_left3": { + "rotation": [2.54459, -9.55634, 2.02033] + }, + "bottomwire_left4": { + "rotation": [-5.04292, -7.4713, 0.6574] + }, + "bottomwire_left5": { + "rotation": [-17.64168, 0, -2.26708] + }, + "bottomwire_left6": { + "rotation": [-15, 0, 0] + }, + "bottomwire_left7": { + "rotation": [-27.5, 0, 0] + }, + "bottomwire_left8": { + "rotation": [-20.28356, -9.39129, 3.45118] + }, + "bottomwire_left9": { + "rotation": [-23.0606, 11.4038, -5.03944] + }, + "bone9": { + "rotation": [-17.5, 0, 0] + }, + "bone10": { + "rotation": [0, 22.5, 0] + }, + "bumble_flash": { + "scale": 0 + }, + "bumble_flash2": { + "scale": 0 + }, + "bumble_flash3": { + "scale": 0 + }, + "bottomwire_flash_left2": { + "scale": 0 + }, + "bottomwire_flash_left": { + "scale": 0 + }, + "bottomwire_flash_left3": { + "scale": 0 + }, + "bottomwire_flash_left9": { + "scale": 0 + }, + "bottomwire_flash_left4": { + "scale": 0 + }, + "bottomwire_flash_left5": { + "scale": 0 + }, + "bottomwire_flash_left6": { + "scale": 0 + }, + "bottomwire_flash_left7": { + "scale": 0 + }, + "bottomwire_flash_left8": { + "scale": 0 + }, + "topwire_left": { + "rotation": [0, 0, 15] + }, + "topwire_left2": { + "rotation": [-2.18005, -16.93315, 0] + }, + "topwire_left3": { + "rotation": [6.8817, -24.09293, -16.47027] + }, + "topwire_left4": { + "rotation": [0, 0, 0] + }, + "topwire_left5": { + "rotation": [-10.54511, 12.11427, 0] + }, + "topwire_left6": { + "rotation": [-21.88023, 23.39896, -9.06159] + }, + "topwire_left7": { + "rotation": [-17.5, 10, 0] + }, + "topwire_left8": { + "rotation": [-20, 5, 0] + }, + "topwire_left9": { + "rotation": [-11.64798, 32.11187, -4.49976] + }, + "topwire_left10": { + "rotation": [-1.11086, 1.25066, -6.74323] + }, + "topwire_left11": { + "rotation": [-15.99962, 15.27479, -20.01713] + }, + "topwire_left12": { + "rotation": [-5, 10, 0] + }, + "topwire_left13": { + "rotation": [0, 0, 0] + }, + "topwire_flash_left9": { + "scale": 0 + }, + "topwire_flash_left": { + "scale": 0 + }, + "topwire_flash_left2": { + "scale": 0 + }, + "topwire_flash_left3": { + "scale": 0 + }, + "topwire_flash_left4": { + "scale": 0 + }, + "topwire_flash_left5": { + "scale": 0 + }, + "topwire_flash_left6": { + "scale": 0 + }, + "topwire_flash_left7": { + "scale": 0 + }, + "topwire_flash_left8": { + "scale": 0 + }, + "bottomwire_right": { + "rotation": [0, 15, 0] + }, + "bottomwire_flash_right": { + "scale": 0 + }, + "bottomwire_right2": { + "rotation": [0, -5, 0] + }, + "bottomwire_flash_right2": { + "scale": 0 + }, + "bottomwire_right3": { + "rotation": [-12.5, 22.5, 0] + }, + "bottomwire_flash_right3": { + "scale": 0 + }, + "bottomwire_right4": { + "rotation": [10, 12.5, 0] + }, + "bottomwire_flash_right4": { + "scale": 0 + }, + "bottomwire_right5": { + "rotation": [-9.9977, -4.84886, 1.73415] + }, + "bottomwire_flash_right5": { + "scale": 0 + }, + "bottomwire_right6": { + "rotation": [-20, 0, 0] + }, + "bottomwire_flash_right6": { + "scale": 0 + }, + "bottomwire_right7": { + "rotation": [-5.29819, -19.90235, 2.24504] + }, + "bottomwire_flash_right7": { + "scale": 0 + }, + "bottomwire_right8": { + "rotation": [-15.83489, -21.96714, -11.41517] + }, + "bottomwire_flash_right8": { + "scale": 0 + }, + "bottomwire_right9": { + "rotation": [-10, -27.5, 0] + }, + "bottomwire_flash_right9": { + "scale": 0 + }, + "bone2": { + "rotation": [0, -7.5, 0] + }, + "bone3": { + "rotation": [0, -20, 0] + }, + "bone4": { + "rotation": [-0.26482, -20.03491, -2.97649] + }, + "bone5": { + "rotation": [-15.22074, -9.65594, 2.61298] + }, + "bone6": { + "rotation": [-17.94582, -11.73507, 4.3361] + }, + "topwire_right": { + "rotation": [10.12076, 12.45167, 1.10693] + }, + "topwire_flash_right": { + "scale": 0 + }, + "topwire_right2": { + "rotation": [5.36444, 7.02582, -1.66517] + }, + "topwire_flash_right2": { + "scale": 0 + }, + "topwire_flash_right3": { + "scale": 0 + }, + "topwire_right4": { + "rotation": [10, 0, 0] + }, + "topwire_flash_right4": { + "scale": 0 + }, + "topwire_right5": { + "rotation": [-17.5, 0, 0] + }, + "topwire_flash_right5": { + "scale": 0 + }, + "topwire_right6": { + "rotation": [-15.0547, -4.82922, 1.29717] + }, + "topwire_flash_right6": { + "scale": 0 + }, + "topwire_right7": { + "rotation": [-18.29388, -16.66577, 5.41615] + }, + "topwire_flash_right7": { + "scale": 0 + }, + "topwire_right8": { + "rotation": [-18.07779, -14.2906, 4.60659] + }, + "topwire_flash_right8": { + "scale": 0 + }, + "topwire_right9": { + "rotation": [-17.5, -10, 0] + }, + "topwire_flash_right9": { + "scale": 0 + }, + "topwire_right10": { + "rotation": [-21.15324, -17.79276, 13.51211] + }, + "topwire_right11": { + "rotation": [-3.1469, -14.0761, 5.23619] + }, + "topwire_right12": { + "rotation": [-10, 0, 0] + }, + "tail_flash": { + "scale": 0 + }, + "bumble_flash4": { + "scale": 0 + }, + "waist_flash": { + "scale": 0 + }, + "tail2": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1-90)*0.5 "] + }, + "bumble_on4": { + "scale": 0 + }, + "bumble_on": { + "scale": 0 + }, + "bumble_on2": { + "scale": 0 + }, + "bumble_on3": { + "scale": 0 + }, + "neck3": { + "rotation": ["-2.5917+math.sin(q.anim_time*90*1-150)*2 ", 0, 0] + }, + "bicep_on": { + "scale": 0 + }, + "forearm_on": { + "scale": 0 + }, + "hand_on": { + "scale": 0 + }, + "wires_left": { + "scale": 0 + }, + "wires_right": { + "scale": 0 + }, + "bodymain": { + "position": [0, "0+math.sin(q.anim_time*90*1-45)*1.5 ", 0] + }, + "finger_left2": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1-160)*4 "] + }, + "finger_left3": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1-160)*4 "] + }, + "crest_zek_flash": { + "scale": 0 + }, + "shoulder_flash": { + "scale": 0 + }, + "forearm_flash": { + "scale": 0 + }, + "hand_flash": { + "scale": 0 + } + } + }, + "animation.kyuremblack.ground_walk": { + "loop": true, + "animation_length": 4.0417, + "bones": { + "lowerbody": { + "rotation": ["-2.5+math.sin(q.anim_time*90*1-45)*2", 0, 0] + }, + "torso": { + "rotation": ["22.5+math.sin(q.anim_time*90*1-15 )*1.5 ", 0, 0], + "position": [0, 0, -3] + }, + "neck": { + "rotation": ["-2.46+math.sin(q.anim_time*90*1-90)*3 ", 0, 0] + }, + "neck2": { + "rotation": ["5+math.sin(q.anim_time*90*1-120)*2", 0, 0], + "position": [-0.00114, 0.82116, -0.29731] + }, + "wingattachment_left": { + "rotation": [-5, 0, 0] + }, + "bottomwire_left": { + "rotation": [20.05826, 11.46464, -50.13707] + }, + "wing_left": { + "rotation": { + "0.0": { + "post": [-9.52386, 4.98495, -42.77401], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-11.06993, 5.26411, -50.42641], + "lerp_mode": "catmullrom" + }, + "4.0417": { + "post": [-9.52386, 4.98495, -42.77401], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [27.86963, 8.9238, 4.69044], + "lerp_mode": "catmullrom" + }, + "4.0417": { + "post": [27.86963, 8.9238, 4.69044], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "4.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ankle_left": { + "rotation": [-12.5, 0, 0] + }, + "foot_left": { + "rotation": [34.89254, -2.89997, -12.17586] + }, + "uppertorso": { + "rotation": ["-7.7084+math.sin(q.anim_time*90*1-45)*1.5", 0.78571, 2.47591], + "position": [-0.07844, -0.58855, 0.7399] + }, + "leg_right": { + "rotation": { + "0.0": { + "post": [27.55588, -2.47951, -1.302], + "lerp_mode": "catmullrom" + }, + "4.0417": { + "post": [27.55588, -2.47951, -1.302], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 2, -10], + "lerp_mode": "catmullrom" + }, + "4.0417": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "ankle_right": { + "rotation": [7.5, 0, 0] + }, + "foot_right": { + "rotation": [29.47103, 2.9, 12.1759] + }, + "shoulder_left": { + "rotation": [17.76105, -3.94291, "-47.0696+math.sin(q.anim_time*90*1-75)*4 "], + "position": [0, 2.92889, 0.64932] + }, + "forearm_left": { + "rotation": [0, -62.5, 0] + }, + "hand_left": { + "rotation": [-5.38152, -19.291, "-26.5847+math.sin(q.anim_time*90*1-120)*4 "], + "position": [-4.09297, -0.26559, -1.22563] + }, + "kyurem": { + "position": [0, -3, 0] + }, + "tail": { + "rotation": [0.6254, "0.5704 +math.sin(q.anim_time*90*1-60)*1 ", -2.2444] + }, + "head": { + "rotation": ["-math.sin(q.anim_time*90*1-170)*3", 0, 0] + }, + "shoulder_right": { + "rotation": [29.686, 30.15549, "50.8391-math.sin(q.anim_time*90*1-75)*4 "], + "position": [2, 1.23964, 2.11439] + }, + "forearm_right": { + "rotation": [-42.5, 27.5, 0], + "position": [-1.05965, 0.76675, -1.13545] + }, + "hand_right": { + "rotation": [9.29638, 16.59775, "34.3297-math.sin(q.anim_time*90*1-120)*4 "], + "position": [0.04647, 0.38031, 0.11647] + }, + "wingattachment_right": { + "rotation": [-10.17442, 1.41173, -0.35212], + "position": [0, 0, -2] + }, + "wing_right": { + "rotation": { + "0.0": { + "post": [-4.37502, -4.98489, 49.89796], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-3.87976, -4.62397, 47.37506], + "lerp_mode": "catmullrom" + }, + "4.0417": { + "post": [-4.37502, -4.98489, 49.89796], + "lerp_mode": "catmullrom" + } + } + }, + "finger_left": { + "rotation": [0, 0, "-37.5+math.sin(q.anim_time*90*1-160)*4 "] + }, + "finger6": { + "rotation": [0, 0, "15-math.sin(q.anim_time*90*1-160)*4 "] + }, + "finger4": { + "rotation": [23.30696, -9.30727, "20.5764-math.sin(q.anim_time*90*1-160)*4 "], + "position": [1.44105, 1.17789, -0.9726] + }, + "chest": { + "rotation": ["-7.2879-math.sin(q.anim_time*90*1-60)*3 ", -2.90965, -1.69097] + }, + "finger5": { + "rotation": [0, 0, "25-math.sin(q.anim_time*90*1-160)*4 "] + }, + "bottomwire_left2": { + "rotation": [14.01844, -12.07214, -6.53913] + }, + "bottomwire_left3": { + "rotation": [2.54459, -9.55634, 2.02033] + }, + "bottomwire_left4": { + "rotation": [-5.04292, -7.4713, 0.6574] + }, + "bottomwire_left5": { + "rotation": [-17.64168, 0, -2.26708] + }, + "bottomwire_left6": { + "rotation": [-15, 0, 0] + }, + "bottomwire_left7": { + "rotation": [-27.5, 0, 0] + }, + "bottomwire_left8": { + "rotation": [-20.28356, -9.39129, 3.45118] + }, + "bottomwire_left9": { + "rotation": [-23.0606, 11.4038, -5.03944] + }, + "bone9": { + "rotation": [-17.5, 0, 0] + }, + "bone10": { + "rotation": [0, 22.5, 0] + }, + "bumble_flash": { + "scale": 0 + }, + "bumble_flash2": { + "scale": 0 + }, + "bumble_flash3": { + "scale": 0 + }, + "bottomwire_flash_left2": { + "scale": 0 + }, + "bottomwire_flash_left": { + "scale": 0 + }, + "bottomwire_flash_left3": { + "scale": 0 + }, + "bottomwire_flash_left9": { + "scale": 0 + }, + "bottomwire_flash_left4": { + "scale": 0 + }, + "bottomwire_flash_left5": { + "scale": 0 + }, + "bottomwire_flash_left6": { + "scale": 0 + }, + "bottomwire_flash_left7": { + "scale": 0 + }, + "bottomwire_flash_left8": { + "scale": 0 + }, + "topwire_left": { + "rotation": [0, 0, 15] + }, + "topwire_left2": { + "rotation": [-2.18005, -16.93315, 0] + }, + "topwire_left3": { + "rotation": [6.8817, -24.09293, -16.47027] + }, + "topwire_left4": { + "rotation": [0, 0, 0] + }, + "topwire_left5": { + "rotation": [-10.54511, 12.11427, 0] + }, + "topwire_left6": { + "rotation": [-21.88023, 23.39896, -9.06159] + }, + "topwire_left7": { + "rotation": [-17.5, 10, 0] + }, + "topwire_left8": { + "rotation": [-20, 5, 0] + }, + "topwire_left9": { + "rotation": [-11.64798, 32.11187, -4.49976] + }, + "topwire_left10": { + "rotation": [-1.11086, 1.25066, -6.74323] + }, + "topwire_left11": { + "rotation": [-15.99962, 15.27479, -20.01713] + }, + "topwire_left12": { + "rotation": [-5, 10, 0] + }, + "topwire_left13": { + "rotation": [0, 0, 0] + }, + "topwire_flash_left9": { + "scale": 0 + }, + "topwire_flash_left": { + "scale": 0 + }, + "topwire_flash_left2": { + "scale": 0 + }, + "topwire_flash_left3": { + "scale": 0 + }, + "topwire_flash_left4": { + "scale": 0 + }, + "topwire_flash_left5": { + "scale": 0 + }, + "topwire_flash_left6": { + "scale": 0 + }, + "topwire_flash_left7": { + "scale": 0 + }, + "topwire_flash_left8": { + "scale": 0 + }, + "bottomwire_right": { + "rotation": [0, 15, 0] + }, + "bottomwire_flash_right": { + "scale": 0 + }, + "bottomwire_right2": { + "rotation": [0, -5, 0] + }, + "bottomwire_flash_right2": { + "scale": 0 + }, + "bottomwire_right3": { + "rotation": [-12.5, 22.5, 0] + }, + "bottomwire_flash_right3": { + "scale": 0 + }, + "bottomwire_right4": { + "rotation": [10, 12.5, 0] + }, + "bottomwire_flash_right4": { + "scale": 0 + }, + "bottomwire_right5": { + "rotation": [-9.9977, -4.84886, 1.73415] + }, + "bottomwire_flash_right5": { + "scale": 0 + }, + "bottomwire_right6": { + "rotation": [-20, 0, 0] + }, + "bottomwire_flash_right6": { + "scale": 0 + }, + "bottomwire_right7": { + "rotation": [-5.29819, -19.90235, 2.24504] + }, + "bottomwire_flash_right7": { + "scale": 0 + }, + "bottomwire_right8": { + "rotation": [-15.83489, -21.96714, -11.41517] + }, + "bottomwire_flash_right8": { + "scale": 0 + }, + "bottomwire_right9": { + "rotation": [-10, -27.5, 0] + }, + "bottomwire_flash_right9": { + "scale": 0 + }, + "bone2": { + "rotation": [0, -7.5, 0] + }, + "bone3": { + "rotation": [0, -20, 0] + }, + "bone4": { + "rotation": [-0.26482, -20.03491, -2.97649] + }, + "bone5": { + "rotation": [-15.22074, -9.65594, 2.61298] + }, + "bone6": { + "rotation": [-17.94582, -11.73507, 4.3361] + }, + "topwire_right": { + "rotation": [10.12076, 12.45167, 1.10693] + }, + "topwire_flash_right": { + "scale": 0 + }, + "topwire_right2": { + "rotation": [5.36444, 7.02582, -1.66517] + }, + "topwire_flash_right2": { + "scale": 0 + }, + "topwire_flash_right3": { + "scale": 0 + }, + "topwire_right4": { + "rotation": [10, 0, 0] + }, + "topwire_flash_right4": { + "scale": 0 + }, + "topwire_right5": { + "rotation": [-17.5, 0, 0] + }, + "topwire_flash_right5": { + "scale": 0 + }, + "topwire_right6": { + "rotation": [-15.0547, -4.82922, 1.29717] + }, + "topwire_flash_right6": { + "scale": 0 + }, + "topwire_right7": { + "rotation": [-18.29388, -16.66577, 5.41615] + }, + "topwire_flash_right7": { + "scale": 0 + }, + "topwire_right8": { + "rotation": [-18.07779, -14.2906, 4.60659] + }, + "topwire_flash_right8": { + "scale": 0 + }, + "topwire_right9": { + "rotation": [-17.5, -10, 0] + }, + "topwire_flash_right9": { + "scale": 0 + }, + "topwire_right10": { + "rotation": [-21.15324, -17.79276, 13.51211] + }, + "topwire_right11": { + "rotation": [-3.1469, -14.0761, 5.23619] + }, + "topwire_right12": { + "rotation": [-10, 0, 0] + }, + "tail_flash": { + "scale": 0 + }, + "bumble_flash4": { + "scale": 0 + }, + "waist_flash": { + "scale": 0 + }, + "tail2": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1-90)*0.5 "] + }, + "bumble_on4": { + "scale": 0 + }, + "bumble_on": { + "scale": 0 + }, + "bumble_on2": { + "scale": 0 + }, + "bumble_on3": { + "scale": 0 + }, + "neck3": { + "rotation": ["-2.5917+math.sin(q.anim_time*90*1-150)*2 ", 0, 0] + }, + "bicep_on": { + "scale": 0 + }, + "forearm_on": { + "scale": 0 + }, + "hand_on": { + "scale": 0 + }, + "wires_left": { + "scale": 0 + }, + "wires_right": { + "scale": 0 + }, + "bodymain": { + "position": [0, "0+math.sin(q.anim_time*90*1-45)*1.5 ", 0] + }, + "finger_left2": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1-160)*4 "] + }, + "finger_left3": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1-160)*4 "] + }, + "body": { + "rotation": ["12.5+math.sin(q.anim_time*90*1)*2", 0, 0], + "position": { + "0.0": { + "post": [0, 24, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 33, 0], + "lerp_mode": "catmullrom" + }, + "4.0417": { + "post": [0, 24, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wingreg2_left": { + "rotation": { + "0.0": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "4.0417": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wingreg2_right": { + "rotation": { + "0.0": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0.23917, 32.42532, 1.68401], + "lerp_mode": "catmullrom" + }, + "4.0417": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "crest_zek_flash": { + "scale": 0 + }, + "shoulder_flash": { + "scale": 0 + } + } + }, + "animation.kyuremblack.battle_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "lowerbody": { + "rotation": ["5+math.sin(q.anim_time*90*1-45)*2 ", 0, 0] + }, + "torso": { + "rotation": ["22.5+math.sin(q.anim_time*90*1-15 )*1.5 ", 0, 0], + "position": [0, 0, -3] + }, + "neck": { + "rotation": ["-2.46+math.sin(q.anim_time*90*1-90)*3 ", 0, 0] + }, + "neck2": { + "rotation": ["5+math.sin(q.anim_time*90*1-120)*2", 0, 0], + "position": [-0.00114, 0.82116, -0.29731] + }, + "wingattachment_left": { + "rotation": [-5, 0, 0] + }, + "bottomwire_left": { + "rotation": { + "0.0": [20.05826, 11.46464, -50.13707], + "2.0": [23.61614, 13.51847, -54.78525], + "4.0": [20.05826, 11.46464, -50.13707] + } + }, + "wing_left": { + "rotation": ["0+math.sin(q.anim_time*90*1-90)*2 ", 0, -20] + }, + "leg_left": { + "rotation": [30.40773, 24.1782, 13.51584] + }, + "ankle_left": { + "rotation": [-17.5, 0, 0] + }, + "foot_left": { + "rotation": [-7.21924, -2.89997, -12.17586] + }, + "uppertorso": { + "rotation": ["-7.7084+math.sin(q.anim_time*90*1-45)*1.5", 0.78571, 2.47591], + "position": [-0.07844, -0.58855, 0.7399] + }, + "leg_right": { + "rotation": [30.40773, -24.1782, -13.5158], + "position": [0, 0, -10] + }, + "ankle_right": { + "rotation": [-17.5, 0, 0] + }, + "foot_right": { + "rotation": [-7.21924, 2.9, 12.1759] + }, + "shoulder_left": { + "rotation": [17.76105, -3.94291, "-47.0696+math.sin(q.anim_time*90*1-75)*4 "], + "position": [0, 2.92889, 0.64932] + }, + "forearm_left": { + "rotation": [0, -62.5, 0] + }, + "hand_left": { + "rotation": [-5.38152, -19.291, "-26.5847+math.sin(q.anim_time*90*1-120)*4 "], + "position": [-4.09297, -0.26559, -1.22563] + }, + "kyurem": { + "position": [0, -3, 0] + }, + "tail": { + "rotation": [0.6254, "0.5704 +math.sin(q.anim_time*90*1-60)*1 ", -2.2444] + }, + "head": { + "rotation": ["-math.sin(q.anim_time*90*1-170)*3", 0, 0] + }, + "shoulder_right": { + "rotation": [29.686, 30.15549, "50.8391-math.sin(q.anim_time*90*1-75)*4 "], + "position": [2, 1.23964, 2.11439] + }, + "forearm_right": { + "rotation": [-42.5, 27.5, 0], + "position": [-1.05965, 0.76675, -1.13545] + }, + "hand_right": { + "rotation": [9.29638, 16.59775, "34.3297-math.sin(q.anim_time*90*1-120)*4 "], + "position": [0.04647, 0.38031, 0.11647] + }, + "wingattachment_right": { + "rotation": [-10.17442, 1.41173, -0.35212], + "position": [0, 0, -2] + }, + "wing_right": { + "rotation": ["0+math.sin(q.anim_time*90*1-90)*2 ", 0, 20] + }, + "finger_left": { + "rotation": [0, 0, "-37.5+math.sin(q.anim_time*90*1-160)*4 "] + }, + "finger6": { + "rotation": [0, 0, "15-math.sin(q.anim_time*90*1-160)*4 "] + }, + "finger4": { + "rotation": [23.30696, -9.30727, "20.5764-math.sin(q.anim_time*90*1-160)*4 "], + "position": [1.44105, 1.17789, -0.9726] + }, + "chest": { + "rotation": ["-7.2879-math.sin(q.anim_time*90*1-60)*3 ", -2.90965, -1.69097] + }, + "finger5": { + "rotation": [0, 0, "25-math.sin(q.anim_time*90*1-160)*4 "] + }, + "bottomwire_left2": { + "rotation": [14.01844, -12.07214, -6.53913] + }, + "bottomwire_left3": { + "rotation": [2.54459, -9.55634, 2.02033] + }, + "bottomwire_left4": { + "rotation": [-5.04292, -7.4713, 0.6574] + }, + "bottomwire_left5": { + "rotation": [-17.64168, 0, -2.26708] + }, + "bottomwire_left6": { + "rotation": [-15, 0, 0] + }, + "bottomwire_left7": { + "rotation": [-27.5, 0, 0] + }, + "bottomwire_left8": { + "rotation": [-20.28356, -9.39129, 3.45118] + }, + "bottomwire_left9": { + "rotation": [-23.0606, 11.4038, -5.03944] + }, + "bone9": { + "rotation": [-17.5, 0, 0] + }, + "bone10": { + "rotation": [0, 22.5, 0] + }, + "bumble_flash": { + "scale": 0 + }, + "bumble_flash2": { + "scale": 0 + }, + "bumble_flash3": { + "scale": 0 + }, + "bottomwire_flash_left2": { + "scale": 0 + }, + "bottomwire_flash_left": { + "scale": 0 + }, + "bottomwire_flash_left3": { + "scale": 0 + }, + "bottomwire_flash_left9": { + "scale": 0 + }, + "bottomwire_flash_left4": { + "scale": 0 + }, + "bottomwire_flash_left5": { + "scale": 0 + }, + "bottomwire_flash_left6": { + "scale": 0 + }, + "bottomwire_flash_left7": { + "scale": 0 + }, + "bottomwire_flash_left8": { + "scale": 0 + }, + "topwire_left": { + "rotation": [0, 0, 15] + }, + "topwire_left2": { + "rotation": [-2.18005, -16.93315, 0] + }, + "topwire_left3": { + "rotation": [6.8817, -24.09293, -16.47027] + }, + "topwire_left4": { + "rotation": [0, 0, 0] + }, + "topwire_left5": { + "rotation": [-10.54511, 12.11427, 0] + }, + "topwire_left6": { + "rotation": [-21.88023, 23.39896, -9.06159] + }, + "topwire_left7": { + "rotation": [-17.5, 10, 0] + }, + "topwire_left8": { + "rotation": [-20, 5, 0] + }, + "topwire_left9": { + "rotation": [-11.64798, 32.11187, -4.49976] + }, + "topwire_left10": { + "rotation": [-1.11086, 1.25066, -6.74323] + }, + "topwire_left11": { + "rotation": [-15.99962, 15.27479, -20.01713] + }, + "topwire_left12": { + "rotation": [-5, 10, 0] + }, + "topwire_left13": { + "rotation": [0, 0, 0] + }, + "topwire_flash_left9": { + "scale": 0 + }, + "topwire_flash_left": { + "scale": 0 + }, + "topwire_flash_left2": { + "scale": 0 + }, + "topwire_flash_left3": { + "scale": 0 + }, + "topwire_flash_left4": { + "scale": 0 + }, + "topwire_flash_left5": { + "scale": 0 + }, + "topwire_flash_left6": { + "scale": 0 + }, + "topwire_flash_left7": { + "scale": 0 + }, + "topwire_flash_left8": { + "scale": 0 + }, + "bottomwire_right": { + "rotation": { + "0.0": [0, 15, 0], + "2.0": [5, 15, 0], + "4.0": [0, 15, 0] + } + }, + "bottomwire_flash_right": { + "scale": 0 + }, + "bottomwire_right2": { + "rotation": [0, -5, 0] + }, + "bottomwire_flash_right2": { + "scale": 0 + }, + "bottomwire_right3": { + "rotation": [-12.5, 22.5, 0] + }, + "bottomwire_flash_right3": { + "scale": 0 + }, + "bottomwire_right4": { + "rotation": [10, 12.5, 0] + }, + "bottomwire_flash_right4": { + "scale": 0 + }, + "bottomwire_right5": { + "rotation": [-9.9977, -4.84886, 1.73415] + }, + "bottomwire_flash_right5": { + "scale": 0 + }, + "bottomwire_right6": { + "rotation": [-20, 0, 0] + }, + "bottomwire_flash_right6": { + "scale": 0 + }, + "bottomwire_right7": { + "rotation": [-5.29819, -19.90235, 2.24504] + }, + "bottomwire_flash_right7": { + "scale": 0 + }, + "bottomwire_right8": { + "rotation": [-15.83489, -21.96714, -11.41517] + }, + "bottomwire_flash_right8": { + "scale": 0 + }, + "bottomwire_right9": { + "rotation": [-10, -27.5, 0] + }, + "bottomwire_flash_right9": { + "scale": 0 + }, + "bone2": { + "rotation": [0, -7.5, 0] + }, + "bone3": { + "rotation": [0, -20, 0] + }, + "bone4": { + "rotation": [-0.26482, -20.03491, -2.97649] + }, + "bone5": { + "rotation": [-15.22074, -9.65594, 2.61298] + }, + "bone6": { + "rotation": [-17.94582, -11.73507, 4.3361] + }, + "topwire_right": { + "rotation": { + "0.0": [10.12076, 12.45167, 1.10693], + "2.0": [15.12076, 12.45167, 1.10693], + "4.0": [10.12076, 12.45167, 1.10693] + } + }, + "topwire_flash_right": { + "scale": 0 + }, + "topwire_right2": { + "rotation": { + "0.0": [5.36444, 7.02582, -1.66517], + "4.0": [5.36444, 7.02582, -1.66517] + } + }, + "topwire_flash_right2": { + "scale": 0 + }, + "topwire_flash_right3": { + "scale": 0 + }, + "topwire_right4": { + "rotation": [10, 0, 0] + }, + "topwire_flash_right4": { + "scale": 0 + }, + "topwire_right5": { + "rotation": [-17.5, 0, 0] + }, + "topwire_flash_right5": { + "scale": 0 + }, + "topwire_right6": { + "rotation": [-15.0547, -4.82922, 1.29717] + }, + "topwire_flash_right6": { + "scale": 0 + }, + "topwire_right7": { + "rotation": [-18.29388, -16.66577, 5.41615] + }, + "topwire_flash_right7": { + "scale": 0 + }, + "topwire_right8": { + "rotation": [-18.07779, -14.2906, 4.60659] + }, + "topwire_flash_right8": { + "scale": 0 + }, + "topwire_right9": { + "rotation": { + "0.0": [-17.5, -10, 0], + "4.0": [-17.5, -10, 0] + } + }, + "topwire_flash_right9": { + "scale": 0 + }, + "topwire_right10": { + "rotation": [-21.15324, -17.79276, 13.51211] + }, + "topwire_right11": { + "rotation": [-3.1469, -14.0761, 5.23619] + }, + "topwire_right12": { + "rotation": [-10, 0, 0] + }, + "tail_flash": { + "scale": 0 + }, + "bumble_flash4": { + "scale": 0 + }, + "waist_flash": { + "scale": 0 + }, + "tail2": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1-90)*0.5 "] + }, + "bumble_on4": { + "scale": 0 + }, + "bumble_on": { + "scale": 0 + }, + "bumble_on2": { + "scale": 0 + }, + "bumble_on3": { + "scale": 0 + }, + "neck3": { + "rotation": ["-2.5917+math.sin(q.anim_time*90*1-150)*2 ", 0, 0] + }, + "bicep_on": { + "scale": 0 + }, + "forearm_on": { + "scale": 0 + }, + "hand_on": { + "scale": 0 + }, + "bodymain": { + "position": [0, "0+math.sin(q.anim_time*90*1-45)*1.5 ", 0] + }, + "finger_left2": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1-160)*4 "] + }, + "finger_left3": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1-160)*4 "] + }, + "crest_zek_flash": { + "scale": 0 + }, + "shoulder_flash": { + "scale": 0 + }, + "forearm_flash": { + "scale": 0 + }, + "hand_flash": { + "scale": 0 + } + } + }, + "animation.kyuremblack.physical_attack": { + "loop": true, + "animation_length": 2.25, + "bones": { + "lowerbody": { + "rotation": [5, 0, 0] + }, + "torso": { + "rotation": { + "0.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [23.08619, 17.07228, 3.90399], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [23.08619, 17.07228, 3.90399], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [27.92638, -14.63639, -3.31914], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [27.92638, -14.63639, -3.31914], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -3], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, -3], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [-2.46, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [1.6274, -20.17333, -22.68708], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [1.6274, -20.17333, -22.68708], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0.78926, 1.34276, -7.7378], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0.78926, 1.34276, -7.7378], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-2.46, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck2": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-5.23772, 12.3071, -2.20462], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-5.23772, 12.3071, -2.20462], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.00114, 0.82116, -0.29731], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-0.00114, 0.82116, -0.29731], + "lerp_mode": "catmullrom" + } + } + }, + "wingattachment_left": { + "rotation": [-5, 0, 0] + }, + "bottomwire_left": { + "rotation": { + "0.0": [20.05826, 11.46464, -50.13707], + "0.5": [56.4328, 13.13071, -59.84264], + "0.9583": [56.4328, 13.13071, -59.84264], + "1.0833": [-17.5052, 13.17724, -59.23576], + "1.2917": [-26.87355, 7.04397, -67.81634], + "1.5833": { + "pre": [-17.5052, 13.17724, -59.23576], + "post": [-17.5052, 13.17724, -59.23576], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [20.05826, 11.46464, -50.13707], + "lerp_mode": "catmullrom" + } + } + }, + "wing_left": { + "rotation": ["0+math.sin(q.anim_time*90*1-90)*2 ", 0, -20] + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [30.40773, 24.1782, 13.51584], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [12.90773, 24.1782, 13.51584], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [12.90773, 24.1782, 13.51584], + "lerp_mode": "catmullrom" + }, + "1.0833": [30.40773, 24.1782, 13.51584] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": [0, 0, 0] + } + }, + "ankle_left": { + "rotation": { + "0.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": [-17.5, 0, 0] + } + }, + "foot_left": { + "rotation": { + "0.0": { + "post": [-7.21924, -2.89997, -12.17586], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-7.21924, -2.89997, -12.17586], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-7.21924, -2.89997, -12.17586], + "lerp_mode": "catmullrom" + }, + "1.0833": [-7.21924, -2.89997, -12.17586] + } + }, + "uppertorso": { + "rotation": { + "0.0": { + "post": [-7.7084, 0.78571, 2.47591], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-8.11259, 18.12183, 0.04359], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-8.11259, 18.12183, 0.04359], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [4.22507, -9.30349, -2.00773], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [4.22507, -9.30349, -2.00773], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-7.7084, 0.78571, 2.47591], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.07844, -0.58855, 0.7399], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-0.07844, -0.58855, 0.7399], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": { + "0.0": { + "post": [30.40773, -24.1782, -13.5158], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [12.90773, -24.1782, -13.5158], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [12.90773, -24.1782, -13.5158], + "lerp_mode": "catmullrom" + }, + "1.0833": [30.40773, -24.1782, -13.5158] + }, + "position": { + "0.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 2, -10], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 2, -10], + "lerp_mode": "catmullrom" + }, + "1.0833": [0, 0, -10] + } + }, + "ankle_right": { + "rotation": { + "0.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": [-17.5, 0, 0] + } + }, + "foot_right": { + "rotation": { + "0.0": { + "post": [-7.21924, 2.9, 12.1759], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-9.71924, 2.9, 12.1759], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-9.71924, 2.9, 12.1759], + "lerp_mode": "catmullrom" + }, + "1.0833": [-7.21924, 2.9, 12.1759] + } + }, + "shoulder_left": { + "rotation": { + "0.0": { + "post": [17.76105, -3.94291, -47.0696], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-68.74636, -12.99675, 24.26268], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-68.74636, -12.99675, 24.26268], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-27.85584, -33.95875, -13.35336], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-27.85584, -33.95875, -13.35336], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [17.76105, -3.94291, -47.0696], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 2.92889, 0.64932], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 2.92889, 0.64932], + "lerp_mode": "catmullrom" + } + } + }, + "forearm_left": { + "rotation": { + "0.0": { + "post": [0, -62.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [28.93586, -47.04395, -79.08413], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [28.93586, -47.04395, -79.08413], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, -62.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "hand_left": { + "rotation": [-5.38152, -19.291, "-26.5847+math.sin(q.anim_time*90*1-120)*4 "], + "position": [-4.09297, -0.26559, -1.22563] + }, + "kyurem": { + "position": [0, -3, 0] + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": ["-math.sin(q.anim_time*90*1-170)*3", 0, 0] + }, + "shoulder_right": { + "rotation": { + "0.0": [29.686, 30.15549, 50.8391], + "0.75": [43.20781, 31.99308, 52.81838], + "0.9583": [43.20781, 31.99308, 52.81838], + "1.0833": [19.60109, -17.12294, 26.05179], + "1.5833": { + "pre": [19.60109, -17.12294, 26.05179], + "post": [19.60109, -17.12294, 26.05179], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [29.686, 30.15549, 50.8391], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [2, 1.23964, 2.11439], + "2.25": [2, 1.23964, 2.11439] + } + }, + "forearm_right": { + "rotation": { + "0.0": { + "post": [-42.5, 27.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-27.5, 27.5, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-27.5, 27.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-53.24429, 59.25575, -35.49269], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-53.24429, 59.25575, -35.49269], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-42.5, 27.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-1.05965, 0.76675, -1.13545], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-1.05965, 0.76675, -1.13545], + "lerp_mode": "catmullrom" + } + } + }, + "hand_right": { + "rotation": [9.29638, 16.59775, "34.3297-math.sin(q.anim_time*90*1-120)*4 "], + "position": [0.04647, 0.38031, 0.11647] + }, + "wingattachment_right": { + "rotation": [-10.17442, 1.41173, -0.35212], + "position": [0, 0, -2] + }, + "wing_right": { + "rotation": ["0+math.sin(q.anim_time*90*1-90)*2 ", 0, 20] + }, + "finger_left": { + "rotation": { + "0.0": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + } + } + }, + "finger6": { + "rotation": [0, 0, "15-math.sin(q.anim_time*90*1-160)*4 "] + }, + "finger4": { + "rotation": [23.30696, -9.30727, "20.5764-math.sin(q.anim_time*90*1-160)*4 "], + "position": [1.44105, 1.17789, -0.9726] + }, + "chest": { + "rotation": { + "0.0": { + "post": [-7.2879, -2.90965, -1.69097], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-12.36172, 6.86102, -3.82419], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-12.36172, 6.86102, -3.82419], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0.11195, -7.79431, -0.61823], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0.11195, -7.79431, -0.61823], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-7.2879, -2.90965, -1.69097], + "lerp_mode": "catmullrom" + } + } + }, + "finger5": { + "rotation": [0, 0, "25-math.sin(q.anim_time*90*1-160)*4 "] + }, + "bottomwire_left2": { + "rotation": { + "0.0": [14.01844, -12.07214, -6.53913], + "0.9583": [14.01844, -12.07214, -6.53913], + "1.0833": [-18.48156, -12.07214, -6.53913], + "1.5833": { + "pre": [-18.48156, -12.07214, -6.53913], + "post": [-18.48156, -12.07214, -6.53913], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [14.01844, -12.07214, -6.53913], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_left3": { + "rotation": { + "0.0": [2.54459, -9.55634, 2.02033], + "0.5": [20.04459, -9.55634, 2.02033], + "0.9583": [20.04459, -9.55634, 2.02033], + "1.0": [30.04459, -9.55634, 2.02033], + "1.0833": [20.04459, -9.55634, 2.02033], + "1.5833": { + "pre": [20.04459, -9.55634, 2.02033], + "post": [20.04459, -9.55634, 2.02033], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [2.54459, -9.55634, 2.02033], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_left4": { + "rotation": { + "0.0": [-5.04292, -7.4713, 0.6574], + "0.5": [20.25474, -12.16696, -1.08645], + "0.8333": [35.25474, -12.16696, -1.08645], + "0.9583": [20.25474, -12.16696, -1.08645], + "1.0833": [24.78562, 19.60457, -8.03467], + "1.5833": { + "pre": [24.78562, 19.60457, -8.03467], + "post": [24.78562, 19.60457, -8.03467], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-5.04292, -7.4713, 0.6574], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_left5": { + "rotation": { + "0.0": [-17.64168, 0, -2.26708], + "0.5": [-5.14168, 0, -2.26708], + "0.9583": [12.35832, 0, -2.26708], + "1.0833": [-15.14168, 0, -2.26708], + "1.5833": { + "pre": [-15.14168, 0, -2.26708], + "post": [-15.14168, 0, -2.26708], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-17.64168, 0, -2.26708], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_left6": { + "rotation": { + "0.0": [-15, 0, 0], + "0.5": [-32.5, 0, 0], + "0.8333": [-22.5, 0, 0], + "0.9583": [-32.5, 0, 0], + "1.0833": [-25, 0, 0], + "1.5833": { + "pre": [-25, 0, 0], + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_left7": { + "rotation": { + "0.0": [-27.5, 0, 0], + "0.5": [-21.50238, -21.07593, 8.0634], + "0.8333": [-9.00238, -21.07593, 8.0634], + "0.9583": [-6.50238, -21.07593, 8.0634], + "1.0": [-22.01382, -13.63399, 16.22705], + "1.0833": [-0.28356, -9.39129, 3.45118], + "1.5833": { + "pre": [-0.28356, -9.39129, 3.45118], + "post": [-0.28356, -9.39129, 3.45118], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_left8": { + "rotation": { + "0.0": [-20.28356, -9.39129, 3.45118], + "0.8333": [-20.28356, -9.39129, 3.45118], + "0.9583": [-22.78356, -9.39129, 3.45118], + "2.25": [-20.28356, -9.39129, 3.45118] + } + }, + "bottomwire_left9": { + "rotation": { + "0.0": [-23.0606, 11.4038, -5.03944], + "0.5": [-25.5606, 11.4038, -5.03944], + "0.8333": [-40.5606, 11.4038, -5.03944], + "0.9583": [-30.5606, 11.4038, -5.03944], + "1.0833": [-28.01094, 2.04774, -25.66925], + "1.5833": { + "pre": [-28.01094, 2.04774, -25.66925], + "post": [-28.01094, 2.04774, -25.66925], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-23.0606, 11.4038, -5.03944], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": [-17.5, 0, 0], + "0.5": [-11.38172, 6.71771, 18.88172], + "0.8333": [-18.88172, 6.71771, 18.88172], + "0.9583": [-11.38172, 6.71771, 18.88172], + "1.0833": [-11.38172, 6.71771, 18.88172], + "1.5833": { + "pre": [-11.38172, 6.71771, 18.88172], + "post": [-11.38172, 6.71771, 18.88172], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": [0, 22.5, 0], + "0.5": [-27.5, -2.5, 0], + "0.9583": [-27.5, -2.5, 0], + "1.0833": [-12.5, -2.5, 0], + "1.5833": { + "pre": [-12.5, -2.5, 0], + "post": [-12.5, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bumble_flash": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bumble_flash2": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bumble_flash3": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_flash_left2": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_flash_left": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_flash_left3": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_flash_left9": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_flash_left4": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_flash_left5": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_flash_left6": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_flash_left7": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_flash_left8": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_left": { + "rotation": { + "0.0": [0, 0, 15], + "0.5": [17.28006, -41.31491, 6.2754], + "0.8333": [46.89509, -72.20684, -27.61102], + "0.9583": [19.64846, -48.43136, 2.92548], + "1.0833": [14.78525, 29.04342, 25.18295], + "1.5833": { + "pre": [14.78525, 29.04342, 25.18295], + "post": [14.78525, 29.04342, 25.18295], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_left2": { + "rotation": { + "0.0": [-2.18005, -16.93315, 0], + "0.5": [27.58254, -27.20955, -28.19307], + "0.9583": [27.58254, -27.20955, -28.19307], + "1.0833": [27.15583, -9.21092, -18.96105], + "1.5833": { + "pre": [27.15583, -9.21092, -18.96105], + "post": [27.15583, -9.21092, -18.96105], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-2.18005, -16.93315, 0], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_left3": { + "rotation": { + "0.0": [6.8817, -24.09293, -16.47027], + "0.9583": [6.8817, -24.09293, -16.47027], + "1.0833": [-10.6183, -24.09293, -16.47027], + "1.2917": [-10.25877, -19.17556, -17.44453], + "1.5833": { + "pre": [-10.6183, -24.09293, -16.47027], + "post": [-10.6183, -24.09293, -16.47027], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [6.8817, -24.09293, -16.47027], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_left4": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-16.97511, 4.31793, 13.85534], + "0.9583": [-16.97511, 4.31793, 13.85534], + "1.0833": [-16.97511, 4.31793, 13.85534], + "1.5833": { + "pre": [-16.97511, 4.31793, 13.85534], + "post": [-16.97511, 4.31793, 13.85534], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_left5": { + "rotation": { + "0.0": [-10.54511, 12.11427, 0], + "0.9583": [-10.54511, 12.11427, 0], + "1.0833": [-8.04511, 12.11427, 0], + "1.5833": { + "pre": [-8.04511, 12.11427, 0], + "post": [-8.04511, 12.11427, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-10.54511, 12.11427, 0], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_left6": { + "rotation": { + "0.0": [-21.88023, 23.39896, -9.06159], + "0.8333": [-21.88023, 23.39896, -9.06159], + "0.9583": [-18.63903, 26.00033, -1.31669], + "2.25": [-21.88023, 23.39896, -9.06159] + } + }, + "topwire_left7": { + "rotation": { + "0.0": [-17.5, 10, 0], + "0.9583": [-17.5, 10, 0], + "1.0833": [-5.3228, 17.38272, -1.36092], + "1.5833": { + "pre": [-5.3228, 17.38272, -1.36092], + "post": [-5.3228, 17.38272, -1.36092], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-17.5, 10, 0], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_left8": { + "rotation": { + "0.0": [-20, 5, 0], + "0.9583": [-20, 5, 0], + "1.2917": [-12.64221, 9.88028, -1.09716], + "2.25": [-20, 5, 0] + } + }, + "topwire_left9": { + "rotation": { + "0.0": [-11.64798, 32.11187, -4.49976], + "0.5": [-32.08829, -1.2675, -1.53371], + "0.75": [-37.14795, -3.2611, -0.02396], + "0.9583": [-37.42649, -7.24008, 3.01726], + "1.0833": [-14.92649, -7.24008, 3.01726], + "1.5833": { + "pre": [-14.92649, -7.24008, 3.01726], + "post": [-14.92649, -7.24008, 3.01726], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-11.64798, 32.11187, -4.49976], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_left10": { + "rotation": { + "0.0": [-1.11086, 1.25066, -6.74323], + "0.5": [-8.65974, 6.19405, -7.49531], + "0.9583": [-8.61086, 1.25066, -6.74323], + "1.0": [-16.11086, 1.25066, -6.74323], + "1.0833": [-8.61086, 1.25066, -6.74323], + "1.5833": { + "pre": [-8.61086, 1.25066, -6.74323], + "post": [-8.61086, 1.25066, -6.74323], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-1.11086, 1.25066, -6.74323], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_left11": { + "rotation": { + "0.0": [-15.99962, 15.27479, -20.01713], + "0.5": [-23.49962, 15.27479, -20.01713], + "0.9583": [-23.49962, 15.27479, -20.01713], + "1.0833": [-3.49962, 15.27479, -20.01713], + "1.5833": { + "pre": [-3.49962, 15.27479, -20.01713], + "post": [-3.49962, 15.27479, -20.01713], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-15.99962, 15.27479, -20.01713], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_left12": { + "rotation": { + "0.0": [-5, 10, 0], + "0.5": [-4.94229, -4.94422, 1.29739], + "0.9583": [-5, 10, 0], + "1.0833": [-4.99885, -9.92544, 1.73415], + "1.5833": { + "pre": [-4.99885, -9.92544, 1.73415], + "post": [-4.99885, -9.92544, 1.73415], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-5, 10, 0], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_left13": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-20.28356, -9.39129, 3.45118], + "0.8333": [-20.6469, -14.0761, 5.23619], + "0.9583": [-20, 0, 0], + "1.0833": [-22.5, 0, 0], + "1.5833": { + "pre": [-22.5, 0, 0], + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_flash_left9": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_flash_left": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_flash_left2": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_flash_left3": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_flash_left4": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_flash_left5": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_flash_left6": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_flash_left7": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_flash_left8": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_right": { + "rotation": { + "0.0": [0, 15, 0], + "0.5": [6.2074, 0.00341, -0.3235], + "0.9583": [6.2074, 0.00341, -0.3235], + "1.0833": [-10.97707, 21.68507, 1.94314], + "1.5833": { + "pre": [-10.97707, 21.68507, 1.94314], + "post": [-10.97707, 21.68507, 1.94314], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_flash_right": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_right2": { + "rotation": { + "0.0": [0, -5, 0], + "0.9583": [0, -5, 0], + "1.0833": [-20, 7.5, 0], + "1.2917": [-20.50627, 14.53756, -2.64337], + "1.5833": { + "pre": [-20, 7.5, 0], + "post": [-20, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_flash_right2": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_right3": { + "rotation": { + "0.0": [-12.5, 22.5, 0], + "0.9583": [-12.29096, 20.05826, 0.57587], + "1.0833": [-12.74003, 24.93963, -0.59657], + "1.5833": { + "pre": [-12.74003, 24.93963, -0.59657], + "post": [-12.74003, 24.93963, -0.59657], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-12.5, 22.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_flash_right3": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_right4": { + "rotation": { + "0.0": [10, 12.5, 0], + "0.5": [14.49716, 2.73513, 1.48517], + "0.9583": [14.49716, 2.73513, 1.48517], + "1.0833": [-5.63458, 12.68818, 0.50715], + "1.5833": { + "pre": [-5.63458, 12.68818, 0.50715], + "post": [-5.63458, 12.68818, 0.50715], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [10, 12.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_flash_right4": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_right5": { + "rotation": { + "0.0": [-9.9977, -4.84886, 1.73415], + "0.5": [-10.58181, -19.61049, 4.4682], + "0.8333": [-7.4706, -36.76517, 8.42086], + "0.9583": [-10.58181, -19.61049, 4.4682], + "1.0833": [-22.80195, -14.69318, 3.52012], + "1.5833": { + "pre": [-22.80195, -14.69318, 3.52012], + "post": [-22.80195, -14.69318, 3.52012], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-9.9977, -4.84886, 1.73415], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_flash_right5": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_right6": { + "rotation": { + "0.0": [-20, 0, 0], + "0.5": [-20.6469, -14.0761, 5.23619], + "0.9583": [-20.6469, -14.0761, 5.23619], + "1.0833": [-26.45375, 3.40651, 6.06939], + "1.5833": { + "pre": [-26.45375, 3.40651, 6.06939], + "post": [-26.45375, 3.40651, 6.06939], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_flash_right6": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_right7": { + "rotation": { + "0.0": [-5.29819, -19.90235, 2.24504], + "0.5": [2.20181, -19.90235, 2.24504], + "0.9583": [2.20181, -19.90235, 2.24504], + "1.0833": [2.20181, -19.90235, 2.24504], + "1.2917": [14.53721, -2.49292, 3.44653], + "1.5833": { + "pre": [2.20181, -19.90235, 2.24504], + "post": [2.20181, -19.90235, 2.24504], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-5.29819, -19.90235, 2.24504], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_flash_right7": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_right8": { + "rotation": { + "0.0": [-15.83489, -21.96714, -11.41517], + "0.5": [-2.17454, -2.65736, -16.77591], + "0.8333": [7.89723, 14.81187, -16.77676], + "0.9583": [7.82546, -2.65736, -16.77591], + "1.0": [9.50468, -3.46984, -16.96157], + "1.0833": [12.86312, -5.09482, -17.3329], + "1.2917": [13.26127, -14.83739, -19.62485], + "1.5833": { + "pre": [12.86312, -5.09482, -17.3329], + "post": [12.86312, -5.09482, -17.3329], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-15.83489, -21.96714, -11.41517], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_flash_right8": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_right9": { + "rotation": { + "0.0": [-10, -27.5, 0], + "0.9583": [-10, -27.5, 0], + "1.0833": [-11.16942, -37.33119, 2.17331], + "1.2917": [-16.16942, -37.33119, 2.17331], + "1.5833": { + "pre": [-11.16942, -37.33119, 2.17331], + "post": [-11.16942, -37.33119, 2.17331], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-10, -27.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_flash_right9": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bone2": { + "rotation": { + "0.0": [0, -7.5, 0], + "0.9583": [0, -7.5, 0], + "1.0833": [-10, -7.5, 0], + "1.2917": [-12.76138, -14.88341, 1.34385], + "1.5833": { + "pre": [-10, -7.5, 0], + "post": [-10, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": [0, -20, 0], + "0.5": [-3.81397, -11.91276, 17.89807], + "0.9583": [-3.81397, -11.91276, 17.89807], + "1.0833": [8.90015, -19.06761, -44.74474], + "1.5833": { + "pre": [8.90015, -19.06761, -44.74474], + "post": [8.90015, -19.06761, -44.74474], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": [-0.26482, -20.03491, -2.97649] + }, + "bone5": { + "rotation": [-15.22074, -9.65594, 2.61298] + }, + "bone6": { + "rotation": [-17.94582, -11.73507, 4.3361] + }, + "topwire_right": { + "rotation": { + "0.0": [10.12076, 12.45167, 1.10693], + "0.5": [11.11183, 2.64255, -0.85712], + "0.8333": [10.08031, -16.3825, 5.81593], + "0.9583": [13.68846, -7.16962, -2.79007], + "1.0833": [11.44801, 35.66616, 6.35558], + "1.5833": { + "pre": [11.44801, 35.66616, 6.35558], + "post": [11.44801, 35.66616, 6.35558], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [10.12076, 12.45167, 1.10693], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_flash_right": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_right2": { + "rotation": { + "0.0": [5.36444, 7.02582, -1.66517], + "0.8333": [5.36444, 7.02582, -1.66517], + "0.9583": [15.36444, 7.02582, -1.66517], + "1.0833": [-19.43252, 16.9806, -0.69256], + "1.5833": { + "pre": [-19.43252, 16.9806, -0.69256], + "post": [-19.43252, 16.9806, -0.69256], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [5.36444, 7.02582, -1.66517], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_flash_right2": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_flash_right3": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_right4": { + "rotation": { + "0.0": [10, 0, 0], + "0.5": [38.30524, -22.13991, -4.11405], + "0.9583": [38.30524, -22.13991, -4.11405], + "1.0833": [38.30524, -22.13991, -4.11405], + "1.5833": { + "pre": [38.30524, -22.13991, -4.11405], + "post": [38.30524, -22.13991, -4.11405], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_flash_right4": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_right5": { + "rotation": { + "0.0": [-17.5, 0, 0], + "0.9583": [-17.5, 0, 0], + "1.0833": [-25, 0, 0], + "1.5833": { + "pre": [-25, 0, 0], + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_flash_right5": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_right6": { + "rotation": [-15.0547, -4.82922, 1.29717] + }, + "topwire_flash_right6": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_right7": { + "rotation": { + "0.0": [-18.29388, -16.66577, 5.41615], + "0.5": [-8.29388, -16.66577, 5.41615], + "0.8333": [1.66892, -11.66793, 5.56796], + "0.9583": [-8.29388, -16.66577, 5.41615], + "1.0833": [-8.29388, -16.66577, 5.41615], + "1.5833": { + "pre": [-8.29388, -16.66577, 5.41615], + "post": [-8.29388, -16.66577, 5.41615], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-18.29388, -16.66577, 5.41615], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_flash_right7": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_right8": { + "rotation": { + "0.0": [-18.07779, -14.2906, 4.60659], + "0.9583": [-18.07779, -14.2906, 4.60659], + "1.0833": [-20.06274, -4.76804, 1.50701], + "1.5833": { + "pre": [-20.06274, -4.76804, 1.50701], + "post": [-20.06274, -4.76804, 1.50701], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-18.07779, -14.2906, 4.60659], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_flash_right8": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_right9": { + "rotation": { + "0.0": [-17.5, -10, 0], + "0.9583": [-17.5, -10, 0], + "2.25": [-17.5, -10, 0] + } + }, + "topwire_flash_right9": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": [0, 0, 0], + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_right10": { + "rotation": { + "0.0": [-21.15324, -17.79276, 13.51211], + "0.9583": [-21.15324, -17.79276, 13.51211], + "2.25": [-21.15324, -17.79276, 13.51211] + } + }, + "topwire_right11": { + "rotation": { + "0.0": [-3.1469, -14.0761, 5.23619], + "0.9583": [-3.1469, -14.0761, 5.23619], + "1.0": [-0.98852, -22.48149, 5.80656], + "1.0833": [-17.59701, -2.17471, 1.3681], + "1.2917": [-17.84948, 9.73641, -2.43859], + "1.5833": { + "pre": [-17.59701, -2.17471, 1.3681], + "post": [-17.59701, -2.17471, 1.3681], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-3.1469, -14.0761, 5.23619], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_right12": { + "rotation": [-10, 0, 0] + }, + "tail_flash": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bumble_flash4": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "waist_flash": { + "scale": 0 + }, + "tail2": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1-90)*0.5 "] + }, + "bumble_on4": { + "scale": { + "0.0": [1, 1, 1], + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.625": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bumble_on": { + "scale": { + "0.0": [1, 1, 1], + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.625": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bumble_on2": { + "scale": { + "0.0": [1, 1, 1], + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.625": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bumble_on3": { + "scale": { + "0.0": [1, 1, 1], + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.625": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "neck3": { + "rotation": { + "0.0": { + "post": [-2.5917, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [7.5511, 1.65512, 9.86345], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [7.5511, 1.65512, 9.86345], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [4.54885, 11.06876, -11.87831], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [4.54885, 11.06876, -11.87831], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-2.5917, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bicep_on": { + "scale": { + "0.0": [0, 0, 0], + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0417": [1, 1, 1], + "1.875": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "forearm_on": { + "scale": { + "0.0": [0, 0, 0], + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0417": [1, 1, 1], + "1.875": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "hand_on": { + "scale": { + "0.0": [0, 0, 0], + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0417": [1, 1, 1], + "1.875": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bodymain": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "finger_left2": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1-160)*4 "] + }, + "finger_left3": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1-160)*4 "] + }, + "body": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 2], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 2], + "lerp_mode": "catmullrom" + }, + "1.0833": [0, 0, 0] + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-25.18908, 6.79382, -3.18458], + "0.9583": [-25.18908, 6.79382, -3.18458], + "1.0833": [-25.18908, 6.79382, -3.18458], + "1.5833": { + "pre": [-25.18908, 6.79382, -3.18458], + "post": [-25.18908, 6.79382, -3.18458], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone12": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-25.08957, 4.43385, -2.31336], + "0.9583": [-25.08957, 4.43385, -2.31336], + "1.0833": [-25.08957, 4.43385, -2.31336], + "1.2917": [-12.58957, 4.43385, -2.31336], + "1.5833": { + "pre": [-25.08957, 4.43385, -2.31336], + "post": [-25.08957, 4.43385, -2.31336], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone13": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [9.66663, 2.68217, -2.15629], + "0.9583": [-20.33337, 2.68217, -2.15629], + "1.0833": [9.66663, 2.68217, -2.15629], + "1.5833": { + "pre": [9.66663, 2.68217, -2.15629], + "post": [9.66663, 2.68217, -2.15629], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [5, 0, 0], + "0.9583": [5, 0, 0], + "1.0833": [5, 0, 0], + "1.5833": { + "pre": [5, 0, 0], + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "shoulder_flash": { + "scale": { + "1.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bicep_flash": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.1667": [0, 0, 0], + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "forearm_flash": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.1667": [0, 0, 0], + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "hand_flash": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.1667": [0, 0, 0], + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "topwire_right3": { + "rotation": { + "0.0": [0, 0, 0], + "0.9583": [0, 0, 0], + "1.0833": [-20.15874, 7.04533, -17.57816], + "1.5833": { + "pre": [-20.15874, 7.04533, -17.57816], + "post": [-20.15874, 7.04533, -17.57816], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_right13": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 3.5, 0], + "0.8333": [0, -15, 0], + "0.9583": [0, 17.5, 0], + "1.0833": [0, 0, 0], + "1.2917": [-15, 0, 0], + "1.5833": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_right14": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "0.8333": [0, 30, 0], + "0.9583": [0, 0, 0], + "2.25": [0, 0, 0] + } + }, + "crest_zek_flash": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.625": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.875": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + } + } + }, + "animation.kyuremblack.special_attack": { + "loop": true, + "animation_length": 2.5, + "bones": { + "torso": { + "rotation": { + "0.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -3], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -0.76, -2.53], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, -0.76, -2.53], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, -1, -5], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, -1, -5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -3], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, -4], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, -4], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.00114, 0.82116, -0.29731], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-0.00114, 0.82116, -0.29731], + "lerp_mode": "catmullrom" + } + } + }, + "wingattachment_left": { + "rotation": { + "0.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_left": { + "rotation": { + "0.0": { + "post": [20.05826, 11.46464, -50.13707], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [20.05826, 11.46464, -50.13707], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [6.64313, -10.34203, -85.56508], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [6.64313, -10.34203, -85.56508], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [20.05826, 11.46464, -50.13707], + "lerp_mode": "catmullrom" + } + } + }, + "wing_left": { + "rotation": { + "0.0": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [1.87938, 14.76492, -5.93582], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [1.87938, 14.76492, -5.93582], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [28.91146, 63.08323, 28.28283], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [28.91146, 63.08323, 28.28283], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": [30.40773, 24.1782, 13.51584] + }, + "ankle_left": { + "rotation": [-17.5, 0, 0] + }, + "foot_left": { + "rotation": [-7.21924, -2.89997, -12.17586] + }, + "uppertorso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.07844, -0.58855, 0.7399], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-0.07844, -0.58855, 0.7399], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": [30.40773, -24.1782, -13.5158], + "position": [0, 0, -10] + }, + "ankle_right": { + "rotation": [-17.5, 0, 0] + }, + "foot_right": { + "rotation": [-7.21924, 2.9, 12.1759] + }, + "shoulder_left": { + "rotation": { + "0.0": { + "post": [17.76105, -3.94291, -47.0696], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-8.51649, -48.3192, -22.52904], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-8.51649, -48.3192, -22.52904], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-5.66294, -3.61682, -28.55202], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-5.66294, -3.61682, -28.55202], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [17.76105, -3.94291, -47.0696], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 2.92889, 0.64932], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, -0.07, 3.65], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, -0.07, 3.65], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 2.92889, 0.64932], + "lerp_mode": "catmullrom" + } + } + }, + "forearm_left": { + "rotation": { + "0.0": { + "post": [0, -62.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-40.67712, -72.27643, -20.82343], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-40.67712, -72.27643, -20.82343], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-70.39265, -46.52788, 12.62304], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-70.39265, -46.52788, 12.62304], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -62.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "hand_left": { + "rotation": [-5.38152, -19.291, "-26.5847+math.sin(q.anim_time*90*1-120)*4 "], + "position": [-4.09297, -0.26559, -1.22563] + }, + "kyurem": { + "position": [0, -3, 0] + }, + "tail": { + "rotation": { + "0.0": { + "post": [90, 5, 90], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [90, 5, 90], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": ["-math.sin(q.anim_time*90*1-170)*3", 0, 0] + }, + "shoulder_right": { + "rotation": { + "0.0": { + "post": [29.686, 30.15549, 50.8391], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-8.44777, 40.47812, 16.01517], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-8.44777, 40.47812, 16.01517], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-16.41657, 0.78209, 21.43422], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-16.41657, 0.78209, 21.43422], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [29.686, 30.15549, 50.8391], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [2, 1.23964, 2.11439], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [2, 1.23964, 2.11439], + "lerp_mode": "catmullrom" + } + } + }, + "forearm_right": { + "rotation": { + "0.0": { + "post": [-42.5, 27.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-53.45006, 75.01045, 30.95125], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-53.45006, 75.01045, 30.95125], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-76.26843, 49.5425, 5.87797], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-76.26843, 49.5425, 5.87797], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-42.5, 27.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-1.05965, 0.76675, -1.13545], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-1.05965, 0.76675, -1.13545], + "lerp_mode": "catmullrom" + } + } + }, + "hand_right": { + "rotation": { + "0.0": { + "post": [9.29638, 16.59775, 34.3297], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [5.39493, 18.20313, 21.3354], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [5.39493, 18.20313, 21.3354], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [9.29638, 16.59775, 34.3297], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.04647, 0.38031, 0.11647], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0.04647, 0.38031, 0.11647], + "lerp_mode": "catmullrom" + } + } + }, + "wingattachment_right": { + "rotation": { + "0.0": { + "post": [-20.17442, 1.41173, -0.35212], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [14.82558, 1.41173, -0.35212], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [14.82558, 1.41173, -0.35212], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-15.17442, 1.41173, -0.35212], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-15.17442, 1.41173, -0.35212], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-20.17442, 1.41173, -0.35212], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + } + } + }, + "wing_right": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [1.23737, 3.40452, 5.33729], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [1.23737, 3.40452, 5.33729], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [8.54186, -42.25011, -9.98381], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [8.54186, -42.25011, -9.98381], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "finger_left": { + "rotation": [0, 0, "-37.5+math.sin(q.anim_time*90*1-160)*4 "] + }, + "finger6": { + "rotation": [0, 0, "15-math.sin(q.anim_time*90*1-160)*4 "] + }, + "finger4": { + "rotation": [23.30696, -9.30727, "20.5764-math.sin(q.anim_time*90*1-160)*4 "], + "position": [1.44105, 1.17789, -0.9726] + }, + "chest": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "finger5": { + "rotation": [0, 0, "25-math.sin(q.anim_time*90*1-160)*4 "] + }, + "bottomwire_left2": { + "rotation": [14.01844, -12.07214, -6.53913] + }, + "bottomwire_left3": { + "rotation": { + "0.0": { + "post": [2.54459, -9.55634, 2.02033], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [2.54459, -9.55634, 2.02033], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-22.45541, -9.55634, 2.02033], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-22.45541, -9.55634, 2.02033], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [2.54459, -9.55634, 2.02033], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_left4": { + "rotation": { + "0.0": { + "post": [-5.04292, -7.4713, 0.6574], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [5.08735, -14.94259, -0.01146], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [5.08735, -14.94259, -0.01146], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [10.08735, -14.94259, -0.01146], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [10.08735, -14.94259, -0.01146], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-5.04292, -7.4713, 0.6574], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_left5": { + "rotation": { + "0.0": { + "post": [-17.64168, 0, -2.26708], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-17.64168, 0, -2.26708], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [4.85832, 0, -2.26708], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [19.85832, 0, -2.26708], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-17.64168, 0, -2.26708], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_left6": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_left7": { + "rotation": { + "0.0": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-27.86082, -8.86042, 4.65468], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-27.86082, -8.86042, 4.65468], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_left8": { + "rotation": { + "0.0": { + "post": [-20.28356, -9.39129, 3.45118], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-20.07031, 4.69776, -1.71394], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-20.07031, 4.69776, -1.71394], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-7.57031, 4.69776, -1.71394], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-22.57031, 4.69776, -1.71394], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-20.28356, -9.39129, 3.45118], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_left9": { + "rotation": [-23.0606, 11.4038, -5.03944] + }, + "bone9": { + "rotation": { + "0.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-25.53051, -11.31255, 5.35254], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-25.53051, -11.31255, 5.35254], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-22.5, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-22.5, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bumble_flash": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.1667": [0, 0, 0], + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.8333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9167": [0, 0, 0] + } + }, + "bumble_flash2": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.1667": [0, 0, 0], + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.8333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9167": [0, 0, 0] + } + }, + "bumble_flash3": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.1667": [0, 0, 0], + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.8333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9167": [0, 0, 0] + } + }, + "bottomwire_flash_left2": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.625": [0, 0, 0], + "1.6667": [0, 0, 0], + "1.7917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.8333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_flash_left": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.625": [0, 0, 0], + "1.6667": [0, 0, 0], + "1.7917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.8333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_flash_left3": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.625": [0, 0, 0], + "1.6667": [0, 0, 0], + "1.7917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.8333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_flash_left9": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.625": [0, 0, 0], + "1.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.875": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_flash_left4": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.625": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.875": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_flash_left5": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.625": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.875": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_flash_left6": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.625": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.875": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_flash_left7": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.625": [0, 0, 0], + "1.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.875": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_flash_left8": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.625": [0, 0, 0], + "1.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.875": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_left": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-35, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-35, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_left2": { + "rotation": { + "0.0": { + "post": [-2.18005, -16.93315, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-2.18005, -16.93315, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-1.18283, -0.09447, -23.12467], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-1.18283, -0.09447, -23.12467], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.18005, -16.93315, 0], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_left3": { + "rotation": { + "0.0": { + "post": [6.8817, -24.09293, -16.47027], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [39.70644, -26.59938, -49.55603], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [39.70644, -26.59938, -49.55603], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [24.12375, -16.75302, -41.25335], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [24.12375, -16.75302, -41.25335], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [6.8817, -24.09293, -16.47027], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_left4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_left5": { + "rotation": [-10.54511, 12.11427, 0] + }, + "topwire_left6": { + "rotation": { + "0.0": { + "post": [-21.88023, 23.39896, -9.06159], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-28.7877, 13.65152, -30.49631], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-28.7877, 13.65152, -30.49631], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-16.2877, 13.65152, -30.49631], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-16.2877, 13.65152, -30.49631], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-21.88023, 23.39896, -9.06159], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_left7": { + "rotation": { + "0.0": { + "post": [-17.5, 10, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2.5, 10, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [2.5, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-17.5, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-17.5, 10, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-17.5, 10, 0], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_left8": { + "rotation": { + "0.0": { + "post": [-20, 5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-42.43397, -2.05035, 2.56032], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-19.93397, -2.05035, 2.56032], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-20, 5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_left9": { + "rotation": { + "0.0": { + "post": [-11.64798, 32.11187, -4.49976], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-17.5, 10, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-17.5, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [5, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [5, 10, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-11.64798, 32.11187, -4.49976], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_left10": { + "rotation": { + "0.0": { + "post": [-1.11086, 1.25066, -6.74323], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-36.11086, 1.25066, -6.74323], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-61.11086, 1.25066, -6.74323], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-16.28445, -8.3543, -3.95161], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-16.28445, -8.3543, -3.95161], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-1.11086, 1.25066, -6.74323], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_left11": { + "rotation": { + "0.0": { + "post": [-15.99962, 15.27479, -20.01713], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-10.90769, 12.90437, -17.85488], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-10.90769, 12.90437, -17.85488], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-15.60877, -8.80839, -13.24754], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-15.60877, -8.80839, -13.24754], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-15.99962, 15.27479, -20.01713], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_left12": { + "rotation": { + "0.0": { + "post": [-5, 10, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-7.4657, -7.43488, 1.51453], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-7.4657, -7.43488, 1.51453], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-10.41094, -44.52219, 7.88404], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-10.41094, -44.52219, 7.88404], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-5, 10, 0], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_left13": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-15, -26.44, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, -10, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, -10, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_flash_left9": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.625": [0, 0, 0], + "1.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.875": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_flash_left": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.625": [0, 0, 0], + "1.6667": [0, 0, 0], + "1.7917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.8333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_flash_left2": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.625": [0, 0, 0], + "1.6667": [0, 0, 0], + "1.7917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.8333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_flash_left3": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.625": [0, 0, 0], + "1.6667": [0, 0, 0], + "1.7917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.8333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_flash_left4": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.625": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.875": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_flash_left5": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.625": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.875": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_flash_left6": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.625": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.875": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_flash_left7": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.625": [0, 0, 0], + "1.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.875": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_flash_left8": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.625": [0, 0, 0], + "1.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.875": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_right": { + "rotation": { + "0.0": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-12.39583, 15, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-12.39583, 15, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_flash_right": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.625": [0, 0, 0], + "1.6667": [0, 0, 0], + "1.7917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.8333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_right2": { + "rotation": { + "0.0": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-5, -5, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-5, -5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_flash_right2": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.625": [0, 0, 0], + "1.6667": [0, 0, 0], + "1.7917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.8333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_right3": { + "rotation": { + "0.0": { + "post": [-12.5, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-12.5, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-7.28244, 15.02722, 0.6749], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-7.28244, 15.02722, 0.6749], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-12.5, 22.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_flash_right3": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.625": [0, 0, 0], + "1.6667": [0, 0, 0], + "1.7917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.8333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_right4": { + "rotation": { + "0.0": { + "post": [10, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [10, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [10, 12.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_flash_right4": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.625": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.875": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_right5": { + "rotation": { + "0.0": { + "post": [-9.9977, -4.84886, 1.73415], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [5.0023, -4.84886, 1.73415], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [5.0023, -4.84886, 1.73415], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-9.9977, -4.84886, 1.73415], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_flash_right5": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.625": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.875": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_right6": { + "rotation": [-20, 0, 0] + }, + "bottomwire_flash_right6": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.625": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.875": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_right7": { + "rotation": { + "0.0": { + "post": [-5.29819, -19.90235, 2.24504], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-5.29819, -19.90235, 2.24504], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-5.492, -24.88023, 2.75333], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-5.492, -24.88023, 2.75333], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-5.29819, -19.90235, 2.24504], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_flash_right7": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.625": [0, 0, 0], + "1.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.875": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_right8": { + "rotation": [-15.83489, -21.96714, -11.41517] + }, + "bottomwire_flash_right8": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.625": [0, 0, 0], + "1.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.875": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_right9": { + "rotation": { + "0.0": { + "post": [-10, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-27.5, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-27.5, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-13.77512, -15.38839, -3.33086], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-13.77512, -15.38839, -3.33086], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-10, -27.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_flash_right9": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.625": [0, 0, 0], + "1.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.875": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bone2": { + "rotation": [0, -7.5, 0] + }, + "bone3": { + "rotation": { + "0.0": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [-0.26482, -20.03491, -2.97649], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-0.26482, -20.03491, -2.97649], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-0.25487, -12.53499, -3.0119], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-0.25487, -12.53499, -3.0119], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-0.26482, -20.03491, -2.97649], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": [-15.22074, -9.65594, 2.61298] + }, + "bone6": { + "rotation": { + "0.0": { + "post": [-17.94582, -11.73507, 4.3361], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-17.94582, -11.73507, 4.3361], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-16.80328, -24.76393, 52.37322], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-16.80328, -24.76393, 52.37322], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-17.94582, -11.73507, 4.3361], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_right": { + "rotation": { + "0.0": { + "post": [10.12076, 12.45167, 1.10693], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [10.12076, 12.45167, 1.10693], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-2.27507, 12.45167, 1.10693], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-2.27507, 12.45167, 1.10693], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [10.12076, 12.45167, 1.10693], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_flash_right": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.625": [0, 0, 0], + "1.6667": [0, 0, 0], + "1.7917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.8333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_right2": { + "rotation": { + "0.0": { + "post": [5.36444, 7.02582, -1.66517], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [5.36444, 7.02582, -1.66517], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-7.13556, 7.02582, -1.66517], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-7.13556, 7.02582, -1.66517], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [5.36444, 7.02582, -1.66517], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_flash_right2": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.625": [0, 0, 0], + "1.6667": [0, 0, 0], + "1.7917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.8333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_flash_right3": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.625": [0, 0, 0], + "1.6667": [0, 0, 0], + "1.7917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.8333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_right4": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_flash_right4": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.625": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.875": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_right5": { + "rotation": [-17.5, 0, 0] + }, + "topwire_flash_right5": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.625": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.875": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_right6": { + "rotation": [-15.0547, -4.82922, 1.29717] + }, + "topwire_flash_right6": { + "scale": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.625": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.875": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_right7": { + "rotation": { + "0.0": { + "post": [-18.29388, -16.66577, 5.41615], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-17.64168, -7.15102, 2.26708], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-17.64168, -7.15102, 2.26708], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-17.89807, -11.91276, 3.81397], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-17.89807, -11.91276, 3.81397], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-18.29388, -16.66577, 5.41615], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_flash_right7": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.625": [0, 0, 0], + "1.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.875": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_right8": { + "rotation": [-18.07779, -14.2906, 4.60659] + }, + "topwire_flash_right8": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.625": [0, 0, 0], + "1.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.875": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_right9": { + "rotation": { + "0.0": { + "post": [-17.5, -10, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-17.5, -10, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [16.94645, -17.14293, 2.35408], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [16.94645, -17.14293, 2.35408], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-17.5, -10, 0], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_flash_right9": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": [0, 0, 0], + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.625": [0, 0, 0], + "1.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.875": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_right10": { + "rotation": { + "0.0": { + "post": [-21.15324, -17.79276, 13.51211], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-36.15324, -17.79276, 13.51211], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-36.15324, -17.79276, 13.51211], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-21.15324, -17.79276, 13.51211], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_right11": { + "rotation": [-3.1469, -14.0761, 5.23619] + }, + "topwire_right12": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-10.15108, -9.84655, 1.75378], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-10.15108, -9.84655, 1.75378], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_flash": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bumble_flash4": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.1667": [0, 0, 0], + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.8333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9167": [0, 0, 0] + } + }, + "waist_flash": { + "scale": 0 + }, + "tail2": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1-90)*0.5 "] + }, + "bumble_on4": { + "scale": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0417": [1, 1, 1], + "1.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bumble_on": { + "scale": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0417": [1, 1, 1], + "1.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bumble_on2": { + "scale": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0417": [1, 1, 1], + "1.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bumble_on3": { + "scale": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0417": [1, 1, 1], + "1.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "neck3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bicep_on": { + "scale": { + "0.0": [0, 0, 0], + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.875": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "forearm_on": { + "scale": { + "0.0": [0, 0, 0], + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.875": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "hand_on": { + "scale": { + "0.0": [0, 0, 0], + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.875": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bodymain": { + "position": { + "0.0": [0, 0, 0], + "0.875": [0, 0, 0], + "0.9583": [0, 0, 0], + "1.0417": [0, 0, 0], + "1.0833": [0, -1, 0], + "1.125": [0, 0, 0], + "1.1667": [0, -1, 0], + "1.2083": [0, 0, 0], + "1.25": [0, -1, 0], + "1.2917": [0, 0, 0], + "1.3333": [0, -1, 0], + "1.375": [0, 0, 0], + "1.4167": [0, -1, 0], + "1.4583": [0, 0, 0], + "1.5": [0, -1, 0], + "1.5417": [0, 0, 0], + "1.5833": [0, 0, 0], + "1.625": [0, -1, 0], + "1.6667": [0, 0, 0], + "1.7083": [0, -1, 0], + "1.75": [0, 0, 0], + "1.7917": [0, -1, 0], + "2.5": [0, 0, 0] + } + }, + "finger_left2": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1-160)*4 "] + }, + "finger_left3": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1-160)*4 "] + }, + "jaw": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [48.84, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [48.84, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [48.84, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [48.84, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [48.84, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [48.84, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [48.84, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-24.87, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone12": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone13": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-13.2, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_left14": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-25, -15, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-25, -15, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-53.55, -10.6575, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "shoulder_flash": { + "scale": { + "1.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bicep_flash": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.1667": [0, 0, 0], + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "forearm_flash": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.1667": [0, 0, 0], + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "hand_flash": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.1667": [0, 0, 0], + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "topwire_right13": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-15, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_right14": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-22.5, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "crest_zek_flash": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2083": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + }, + "1.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.875": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + } + } + }, + "animation.kyuremblack.cry": { + "animation_length": 1.75, + "bones": { + "torso": { + "rotation": { + "0.0": ["22.5+math.sin(q.anim_time*90*1-15 )*1.5 ", 0, 0], + "0.4167": ["7.5+math.sin(q.anim_time*90*1-15 )*1.5 ", 0, 0], + "1.25": ["7.5+math.sin(q.anim_time*90*1-15 )*1.5 ", 0, 0], + "1.75": ["22.5+math.sin(q.anim_time*90*1-15 )*1.5 ", 0, 0] + }, + "position": { + "0.0": [0, 0, -3], + "0.4167": [0, 0, -2], + "1.25": [0, 0, -2], + "1.75": [0, 0, -3] + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [-2.46, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-22.46, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-22.46, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-2.46, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck2": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.00114, 0.82116, -0.29731], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-0.00114, 0.82116, -0.29731], + "lerp_mode": "catmullrom" + } + } + }, + "wingattachment_left": { + "rotation": { + "0.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_left": { + "rotation": [20.05826, 11.46464, -50.13707] + }, + "wing_left": { + "rotation": { + "0.0": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-28.6978, 14.67054, -30.40372], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-28.6978, 14.67054, -30.40372], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": [30.40773, 24.1782, 13.51584] + }, + "ankle_left": { + "rotation": [-17.5, 0, 0] + }, + "foot_left": { + "rotation": [-7.21924, -2.89997, -12.17586] + }, + "uppertorso": { + "rotation": { + "0.0": { + "post": [-7.7084, 0.78571, 2.47591], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-10.2084, 0.78571, 2.47591], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-10.2084, 0.78571, 2.47591], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-7.7084, 0.78571, 2.47591], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.07844, -0.58855, 0.7399], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-0.08, -2.59, 0.74], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-0.08, -2.59, 0.74], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-0.07844, -0.58855, 0.7399], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": [30.40773, -24.1782, -13.5158], + "position": [0, 0, -10] + }, + "ankle_right": { + "rotation": [-17.5, 0, 0] + }, + "foot_right": { + "rotation": [-7.21924, 2.9, 12.1759] + }, + "shoulder_left": { + "rotation": [17.76105, -3.94291, -47.0696], + "position": [0, 2.92889, 0.64932] + }, + "forearm_left": { + "rotation": { + "0.0": [0, -62.5, 0], + "0.4167": [-60, -62.5, 0], + "1.25": [-60, -62.5, 0], + "1.75": [0, -62.5, 0] + } + }, + "hand_left": { + "rotation": [-5.38152, -19.291, "-26.5847+math.sin(q.anim_time*90*1-120)*4 "], + "position": [-4.09297, -0.26559, -1.22563] + }, + "kyurem": { + "position": [0, -3, 0] + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, -2.2444], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [180, 0, 176.92402], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [179.78642, 0, 176.92402], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0.6254, 0.5704, -2.2444], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": ["-math.sin(q.anim_time*90*1-170)*3", 0, 0] + }, + "shoulder_right": { + "rotation": { + "0.0": { + "post": [29.686, 30.15549, 50.8391], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-16.71064, 10.17441, 39.7375], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-16.71064, 10.17441, 39.7375], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [29.686, 30.15549, 50.8391], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [2, 1.23964, 2.11439], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [2, 1.23964, 2.11439], + "lerp_mode": "catmullrom" + } + } + }, + "forearm_right": { + "rotation": { + "0.0": [-42.5, 27.5, 0], + "0.4167": [-101.54388, 54.65149, -5.97964], + "1.25": [-101.54388, 54.65149, -5.97964], + "1.75": [-42.5, 27.5, 0] + }, + "position": { + "0.0": [-1.05965, 0.76675, -1.13545], + "1.75": [-1.05965, 0.76675, -1.13545] + } + }, + "hand_right": { + "rotation": [9.29638, 16.59775, "34.3297-math.sin(q.anim_time*90*1-120)*4 "], + "position": [0.04647, 0.38031, 0.11647] + }, + "wingattachment_right": { + "rotation": { + "0.0": { + "post": [-10.17442, 1.41173, -0.35212], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [14.82558, 1.41173, -0.35212], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [14.82558, 1.41173, -0.35212], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-10.17442, 1.41173, -0.35212], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + } + } + }, + "wing_right": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-5.6136, -28.85392, 26.25533], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-5.6136, -28.85392, 26.25533], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "finger_left": { + "rotation": [0, 0, "-37.5+math.sin(q.anim_time*90*1-160)*4 "] + }, + "finger6": { + "rotation": [0, 0, "15-math.sin(q.anim_time*90*1-160)*4 "] + }, + "finger4": { + "rotation": [23.30696, -9.30727, "20.5764-math.sin(q.anim_time*90*1-160)*4 "], + "position": [1.44105, 1.17789, -0.9726] + }, + "chest": { + "rotation": { + "0.0": ["-7.2879-math.sin(q.anim_time*90*1-60)*3 ", -2.90965, -1.69097], + "0.4167": ["-14.7879-math.sin(q.anim_time*90*1-60)*3 ", -2.90965, -1.69097], + "1.25": ["-14.7879-math.sin(q.anim_time*90*1-60)*3 ", -2.90965, -1.69097], + "1.75": ["-7.2879-math.sin(q.anim_time*90*1-60)*3 ", -2.90965, -1.69097] + } + }, + "finger5": { + "rotation": [0, 0, "25-math.sin(q.anim_time*90*1-160)*4 "] + }, + "bottomwire_left2": { + "rotation": [14.01844, -12.07214, -6.53913] + }, + "bottomwire_left3": { + "rotation": [2.54459, -9.55634, 2.02033] + }, + "bottomwire_left4": { + "rotation": [-5.04292, -7.4713, 0.6574] + }, + "bottomwire_left5": { + "rotation": [-17.64168, 0, -2.26708] + }, + "bottomwire_left6": { + "rotation": [-15, 0, 0] + }, + "bottomwire_left7": { + "rotation": [-27.5, 0, 0] + }, + "bottomwire_left8": { + "rotation": [-20.28356, -9.39129, 3.45118] + }, + "bottomwire_left9": { + "rotation": [-23.0606, 11.4038, -5.03944] + }, + "bone9": { + "rotation": [-17.5, 0, 0] + }, + "bone10": { + "rotation": [0, 22.5, 0] + }, + "bumble_flash": { + "scale": { + "0.0": [0, 0, 0], + "0.4167": [0, 0, 0], + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.625": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.875": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bumble_flash2": { + "scale": { + "0.0": [0, 0, 0], + "0.4167": [0, 0, 0], + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.625": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.875": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bumble_flash3": { + "scale": { + "0.0": [0, 0, 0], + "0.4167": [0, 0, 0], + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.625": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.875": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bottomwire_flash_left2": { + "scale": 0 + }, + "bottomwire_flash_left": { + "scale": 0 + }, + "bottomwire_flash_left3": { + "scale": 0 + }, + "bottomwire_flash_left9": { + "scale": 0 + }, + "bottomwire_flash_left4": { + "scale": 0 + }, + "bottomwire_flash_left5": { + "scale": 0 + }, + "bottomwire_flash_left6": { + "scale": 0 + }, + "bottomwire_flash_left7": { + "scale": 0 + }, + "bottomwire_flash_left8": { + "scale": 0 + }, + "topwire_left": { + "rotation": [0, 0, 15] + }, + "topwire_left2": { + "rotation": [-2.18005, -16.93315, 0] + }, + "topwire_left3": { + "rotation": [6.8817, -24.09293, -16.47027] + }, + "topwire_left4": { + "rotation": [0, 0, 0] + }, + "topwire_left5": { + "rotation": [-10.54511, 12.11427, 0] + }, + "topwire_left6": { + "rotation": [-21.88023, 23.39896, -9.06159] + }, + "topwire_left7": { + "rotation": [-17.5, 10, 0] + }, + "topwire_left8": { + "rotation": [-20, 5, 0] + }, + "topwire_left9": { + "rotation": [-11.64798, 32.11187, -4.49976] + }, + "topwire_left10": { + "rotation": [-1.11086, 1.25066, -6.74323] + }, + "topwire_left11": { + "rotation": [-15.99962, 15.27479, -20.01713] + }, + "topwire_left12": { + "rotation": [-5, 10, 0] + }, + "topwire_left13": { + "rotation": [0, 0, 0] + }, + "topwire_flash_left9": { + "scale": 0 + }, + "topwire_flash_left": { + "scale": 0 + }, + "topwire_flash_left2": { + "scale": 0 + }, + "topwire_flash_left3": { + "scale": 0 + }, + "topwire_flash_left4": { + "scale": 0 + }, + "topwire_flash_left5": { + "scale": 0 + }, + "topwire_flash_left6": { + "scale": 0 + }, + "topwire_flash_left7": { + "scale": 0 + }, + "topwire_flash_left8": { + "scale": 0 + }, + "bottomwire_right": { + "rotation": [0, 15, 0] + }, + "bottomwire_flash_right": { + "scale": 0 + }, + "bottomwire_right2": { + "rotation": [0, -5, 0] + }, + "bottomwire_flash_right2": { + "scale": 0 + }, + "bottomwire_right3": { + "rotation": [-12.5, 22.5, 0] + }, + "bottomwire_flash_right3": { + "scale": 0 + }, + "bottomwire_right4": { + "rotation": [10, 12.5, 0] + }, + "bottomwire_flash_right4": { + "scale": 0 + }, + "bottomwire_right5": { + "rotation": [-9.9977, -4.84886, 1.73415] + }, + "bottomwire_flash_right5": { + "scale": 0 + }, + "bottomwire_right6": { + "rotation": [-20, 0, 0] + }, + "bottomwire_flash_right6": { + "scale": 0 + }, + "bottomwire_right7": { + "rotation": [-5.29819, -19.90235, 2.24504] + }, + "bottomwire_flash_right7": { + "scale": 0 + }, + "bottomwire_right8": { + "rotation": [-15.83489, -21.96714, -11.41517] + }, + "bottomwire_flash_right8": { + "scale": 0 + }, + "bottomwire_right9": { + "rotation": [-10, -27.5, 0] + }, + "bottomwire_flash_right9": { + "scale": 0 + }, + "bone2": { + "rotation": [0, -7.5, 0] + }, + "bone3": { + "rotation": [0, -20, 0] + }, + "bone4": { + "rotation": [-0.26482, -20.03491, -2.97649] + }, + "bone5": { + "rotation": [-15.22074, -9.65594, 2.61298] + }, + "bone6": { + "rotation": [-17.94582, -11.73507, 4.3361] + }, + "topwire_right": { + "rotation": [10.12076, 12.45167, 1.10693] + }, + "topwire_flash_right": { + "scale": 0 + }, + "topwire_right2": { + "rotation": [5.36444, 7.02582, -1.66517] + }, + "topwire_flash_right2": { + "scale": 0 + }, + "topwire_flash_right3": { + "scale": 0 + }, + "topwire_right4": { + "rotation": [10, 0, 0] + }, + "topwire_flash_right4": { + "scale": 0 + }, + "topwire_right5": { + "rotation": [-17.5, 0, 0] + }, + "topwire_flash_right5": { + "scale": 0 + }, + "topwire_right6": { + "rotation": [-15.0547, -4.82922, 1.29717] + }, + "topwire_flash_right6": { + "scale": 0 + }, + "topwire_right7": { + "rotation": [-18.29388, -16.66577, 5.41615] + }, + "topwire_flash_right7": { + "scale": 0 + }, + "topwire_right8": { + "rotation": [-18.07779, -14.2906, 4.60659] + }, + "topwire_flash_right8": { + "scale": 0 + }, + "topwire_right9": { + "rotation": [-17.5, -10, 0] + }, + "topwire_flash_right9": { + "scale": 0 + }, + "topwire_right10": { + "rotation": [-21.15324, -17.79276, 13.51211] + }, + "topwire_right11": { + "rotation": [-3.1469, -14.0761, 5.23619] + }, + "topwire_right12": { + "rotation": [-10, 0, 0] + }, + "tail_flash": { + "scale": { + "0.0": [0, 0, 0], + "0.4167": [0, 0, 0], + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.625": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.875": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bumble_flash4": { + "scale": { + "0.0": [0, 0, 0], + "0.4167": [0, 0, 0], + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.625": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.875": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "waist_flash": { + "scale": 0 + }, + "tail2": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1-90)*0.5 "] + }, + "bumble_on4": { + "scale": 0 + }, + "bumble_on": { + "scale": { + "0.0": [0, 0, 0], + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": [1, 1, 1], + "1.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bumble_on2": { + "scale": { + "0.0": [0, 0, 0], + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": [1, 1, 1], + "1.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bumble_on3": { + "scale": { + "0.0": [0, 0, 0], + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": [1, 1, 1], + "1.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "neck3": { + "rotation": { + "0.0": ["-2.5917+math.sin(q.anim_time*90*1-150)*2 ", 0, 0], + "1.75": ["-2.5917+math.sin(q.anim_time*90*1-150)*2 ", 0, 0] + } + }, + "bicep_on": { + "scale": { + "0.0": [0, 0, 0], + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "forearm_on": { + "scale": { + "0.0": [0, 0, 0], + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "hand_on": { + "scale": { + "0.0": [0, 0, 0], + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "wires_left": { + "scale": 0 + }, + "wires_right": { + "scale": 0 + }, + "bodymain": { + "position": { + "0.0": [0, 0, 0], + "0.4167": [0, 0, 0], + "0.4583": [0, 2, 0], + "0.5": [0, 0, 0], + "0.5417": [0, 2, 0], + "0.5833": [0, 0, 0], + "0.625": [0, 1, 0], + "0.6667": [0, 0, 0], + "0.7083": [0, 1, 0], + "0.75": [0, 0, 0], + "0.7917": [0, 1, 0], + "0.8333": [0, 0, 0], + "0.875": [0, 1, 0], + "0.9167": [0, 0, 0], + "0.9583": [0, 1, 0], + "1.0": [0, 0, 0], + "1.0417": [0, 1, 0], + "1.0833": [0, 0, 0], + "1.125": [0, 1, 0], + "1.1667": [0, 0, 0], + "1.2083": [0, 1, 0], + "1.75": [0, 0, 0] + } + }, + "finger_left2": { + "rotation": { + "0.0": [0, 0, "0+math.sin(q.anim_time*90*1-160)*4 "], + "1.75": [0, 0, "0+math.sin(q.anim_time*90*1-160)*4 "] + } + }, + "finger_left3": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1-160)*4 "] + }, + "jaw": { + "rotation": { + "0.0": [0, 0, 0], + "0.4167": [47.5, 0, 0], + "0.4583": [41.75, 0, 0], + "0.5": [47.5, 0, 0], + "0.5417": [41.75, 0, 0], + "0.5833": [47.5, 0, 0], + "0.625": [41.75, 0, 0], + "0.6667": [47.5, 0, 0], + "0.7083": [41.75, 0, 0], + "0.75": [47.5, 0, 0], + "0.7917": [41.75, 0, 0], + "0.8333": [47.5, 0, 0], + "0.875": [41.75, 0, 0], + "0.9167": [47.5, 0, 0], + "0.9583": [41.75, 0, 0], + "1.0": [47.5, 0, 0], + "1.0417": [41.75, 0, 0], + "1.0833": [47.5, 0, 0], + "1.125": [41.75, 0, 0], + "1.1667": [47.5, 0, 0], + "1.2083": [41.75, 0, 0], + "1.25": [32.5, 0, 0], + "1.75": [0, 0, 0] + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-29.85169, 20.8022, -11.48154], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-29.85169, 20.8022, -11.48154], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "shoulder_flash": { + "scale": { + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "bicep_flash": { + "scale": { + "0.4167": [0, 0, 0], + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.625": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.875": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "forearm_flash": { + "scale": { + "0.4167": [0, 0, 0], + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.625": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.875": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "hand_flash": { + "scale": { + "0.4167": [0, 0, 0], + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.625": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.875": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "crest_zek_flash": { + "scale": { + "0.4167": [0, 0, 0], + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.625": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.875": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kyuremwhite/kyuremwhite.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kyuremwhite/kyuremwhite.animation.json new file mode 100644 index 0000000..6faeb69 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/kyuremwhite/kyuremwhite.animation.json @@ -0,0 +1,7954 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.kyuremwhite.starting": { + "loop": true, + "bones": { + "tail": { + "rotation": [0, 2.5, 0] + }, + "neck": { + "rotation": [32.5, 0, 0] + }, + "neck2": { + "rotation": [17.5, 0, 0] + }, + "head": { + "rotation": [-25, 0, 0], + "position": [0, -0.75829, -3.70058] + }, + "fire_crest": { + "rotation": [9.85108, -1.72794, 9.85108], + "position": [0.45579, 0.46018, -0.22025] + }, + "jaw": { + "rotation": [0, 0, 0] + }, + "arms": { + "rotation": [25, 0, 0] + }, + "neck3": { + "rotation": [30, 0, 0], + "position": [0, -0.16199, -1.49458] + }, + "ankle_right": { + "rotation": [37.35384, 0.16649, 0] + }, + "leg_right": { + "rotation": [10.80713, -21.16479, -15.11769], + "position": [3, -2.5, -5] + }, + "foot_right": { + "rotation": [-41.97619, 1.15386, 16.76033] + }, + "body5": { + "rotation": [-25, 0, 0], + "position": [0, -0.17365, -0.98481] + }, + "thighL_2": { + "rotation": [37.5, 0, 0], + "position": [-0.46937, 0.03172, -0.78863] + }, + "body4": { + "position": [0, 0.24311, 1.37873] + }, + "leg_left": { + "rotation": [10.80713, 21.1648, 15.1177], + "position": [-2.5, -2.5, -5.4] + }, + "thighL_4": { + "rotation": [37.5, 0, 0], + "position": [-0.46937, 0.03172, -0.78863] + }, + "ankle_left": { + "rotation": [37.35384, 0, 0] + }, + "foot_left": { + "rotation": [-41.97619, -1.1539, -16.7603] + } + } + }, + "animation.kyuremwhite.pose_cover": { + "animation_length": 3.25, + "bones": { + "tail": { + "rotation": [0, 2.5, 0] + }, + "tail1": { + "rotation": [19.82648, 2.86313, -6.93488] + }, + "neck": { + "rotation": [32.92638, 14.63639, 3.31914] + }, + "neck2": { + "rotation": [2.5, 0, 0] + }, + "head": { + "rotation": [-66.83284, -7.48318, -3.57464], + "position": [0, 2.24171, -3.70058] + }, + "fire_crest": { + "rotation": [9.85108, -1.72794, 9.85108], + "position": [0.45579, 0.46018, -0.22025] + }, + "fire_crest_end": { + "rotation": [8.13814, -21.71468, 26.53753] + }, + "jaw": { + "rotation": [27.5, 0, 0] + }, + "arms": { + "rotation": [25, 0, 0] + }, + "arm_right": { + "rotation": [0, 0, -25], + "position": [0, 1.96962, -0.3473] + }, + "shoulder_right": { + "rotation": [-5.66524, 69.42992, 43.87529], + "position": [0.18708, -0.12162, 1.86481] + }, + "bicep_right": { + "rotation": [0, 0, 7.5] + }, + "forearm_right": { + "rotation": [-58.13904, 45.12506, -71.68246] + }, + "wrist_right": { + "rotation": [-24.30047, 7.27427, -9.16607] + }, + "wingattachment_right": { + "rotation": [2.32131, -2.73109, -10.83401], + "position": [-1.8, -0.94413, -0.74741] + }, + "arm_left": { + "position": [1, 2.95442, -0.52094] + }, + "shoulder_left": { + "rotation": [-65.3845, -5.58366, -31.32741] + }, + "bicep_left": { + "rotation": [25.76926, -13.56626, -6.46066] + }, + "forearm_left": { + "rotation": [26.0795, -73.929, -39.14384] + }, + "wrist_left": { + "rotation": [-50.76588, -15.74419, -12.49325] + }, + "neck3": { + "rotation": [5, 0, 0], + "position": [0, -0.16199, -1.49458] + }, + "ankle_right": { + "rotation": [62.35384, 0.16649, 0] + }, + "leg_right": { + "rotation": [12.09254, -33.4187, -17.90462], + "position": [3, -2.5, -5] + }, + "foot_right": { + "rotation": [35.52381, 1.15386, 16.76033] + }, + "body5": { + "rotation": [-10, 0, 0], + "position": [0, -0.17365, -0.98481] + }, + "thighL_2": { + "rotation": [37.5, 0, 0], + "position": [-0.46937, 0.03172, -0.78863] + }, + "body4": { + "rotation": [5, 0, 0], + "position": [0, 0.24311, 1.37873] + }, + "fire_crest3": { + "rotation": [-13.5, 0, 0], + "position": [1.1, 0.09872, 0.89658] + }, + "wingattachment_left2": { + "rotation": [12.31594, -2.1539, 9.7676], + "position": [1.8, -0.94413, 0] + }, + "leg_left": { + "rotation": [6.81603, 16.26153, 33.58861], + "position": [-0.92156, -2.32964, -7.95495] + }, + "thighL_4": { + "rotation": [37.5, 0, 0], + "position": [-0.46937, -0.2487, -0.82555] + }, + "ankle_left": { + "rotation": [73.53917, 3.44994, -6.60047], + "position": [-0.20478, 1.5034, -0.5078] + }, + "foot_left": { + "rotation": [35.80579, -9.29574, -1.21877], + "position": [-0.04674, 0.66965, 0.19844] + }, + "tail_6": { + "rotation": [-22.99008, -11.53486, 4.8493] + }, + "tail9": { + "rotation": [20, 0, 0] + }, + "crests": { + "rotation": [5, 0, 0] + }, + "wires_right": { + "rotation": [0, 0, 10] + }, + "topwire_right": { + "rotation": [0, 3, 0], + "position": [-1.49794, -1.5, -1.3215] + }, + "bottomwire_right": { + "rotation": [0, 0, 7.5], + "position": [-9.12129, 1.20084, -0.9] + }, + "body": { + "position": [0, 31, 0] + } + } + }, + "animation.kyuremwhite.pose": { + "animation_length": 4.875, + "bones": { + "tail": { + "rotation": [0, 2.5, 0] + }, + "tail1": { + "rotation": [7.5, 0, 0] + }, + "neck": { + "rotation": [37.5, 0, 0] + }, + "neck2": { + "rotation": [17.5, 0, 0] + }, + "head": { + "rotation": [-25, 0, 0], + "position": [0, -0.75829, -3.70058] + }, + "fire_crest": { + "rotation": [9.85108, -1.72794, 9.85108], + "position": [0.45579, 0.46018, -0.22025] + }, + "fire_crest_end": { + "scale": 0 + }, + "jaw": { + "rotation": [0, 0, 0] + }, + "arms": { + "rotation": [25, 0, 0] + }, + "arm_right": { + "position": [0, 1.96962, -0.3473] + }, + "shoulder_right": { + "rotation": [42.9145, 0, 25.62963], + "position": [-2, 1.96962, -0.3473] + }, + "bicep_right": { + "rotation": [0, 0, 0] + }, + "forearm_right": { + "rotation": [0, 95, 0] + }, + "wrist_right": { + "rotation": [17.6813, 12.2379, 2.47909] + }, + "wingattachment_right": { + "rotation": [12.31594, 2.15393, -9.76758], + "position": [-1.8, -0.94413, -0.74741] + }, + "arm_left": { + "position": [1, 2.95442, -0.52094] + }, + "shoulder_left": { + "rotation": [15, 0, -33.45488] + }, + "bicep_left": { + "rotation": [24.58726, -15.69466, -1.78427] + }, + "forearm_left": { + "rotation": [0, -84.144, 0], + "position": [0.81246, 0.74802, 1.66745] + }, + "wrist_left": { + "rotation": [0, 0, 0] + }, + "neck3": { + "rotation": [30, 0, 0], + "position": [0, -0.16199, -1.49458] + }, + "ankle_right": { + "rotation": [-17.5, 0, 0] + }, + "leg_right": { + "rotation": [10.8071, -21.16479, -15.11769], + "position": [1.1, -2.5, -5] + }, + "foot_right": { + "rotation": [-26.998, 0.2462, 14.978], + "position": [0, 0, 0] + }, + "body5": { + "rotation": [-25, 0, 0], + "position": [0, -0.17365, -0.98481] + }, + "thighL_2": { + "rotation": [37.5, 0, 0], + "position": [-0.46937, 0.03172, -0.78863] + }, + "body4": { + "rotation": [0, 0, 0], + "position": [0, 0.24311, 1.37873] + }, + "fire_crest3": { + "rotation": [-13.5, 0, 0], + "position": [1.1, 0.09872, 0.89658] + }, + "wingattachment_left2": { + "rotation": [12.31594, -2.1539, 9.7676], + "position": [1.8, -0.94413, 0] + }, + "leg_left": { + "rotation": [0.6786, 17.58393, 12.71864], + "position": [-0.92156, -2.32964, -7.95495] + }, + "thighL_4": { + "rotation": [37.5, 0, 0], + "position": [-0.46937, -0.2487, -0.82555] + }, + "ankle_left": { + "rotation": [-36.4608, 3.44994, -19.10047], + "position": [-0.20478, 1.5034, -0.5078] + }, + "foot_left": { + "rotation": [-14.498, -24.7538, 3.522], + "position": [0, 0, 0] + }, + "body": { + "position": [0, 0, 0] + }, + "tail_6": { + "rotation": [0, 0, 0] + }, + "tail_7": { + "rotation": [0, 0, 0] + }, + "tail8": { + "rotation": [0, 0, 0] + }, + "tail9": { + "rotation": [0, 0, 0] + }, + "tail_10": { + "rotation": [0, 0, 0] + }, + "body2": { + "position": [0, -2, 0] + }, + "fire_crest_end_fire": { + "rotation": [0, 10.49226, 30.974] + }, + "wires_right": { + "rotation": [0, 0, 0] + }, + "bottomwire_right": { + "rotation": [4, 0, 0], + "position": [0, 0.9, -2.2] + }, + "wires_left": { + "rotation": [0, 0, 0] + }, + "bottomwire_left": { + "position": [0, 2.3, -1.3] + }, + "fire_crest6": { + "rotation": [0, 0, 0] + }, + "fire_crest5": { + "rotation": [0, 0, 0] + }, + "fire_crest4": { + "rotation": [0, 0, 0] + }, + "fire_crest_end_fire2": { + "rotation": [0, 0, 0] + }, + "ankle_right2": { + "rotation": [40, 0, 0] + }, + "ankle_left2": { + "rotation": [55, 0, 0] + } + } + }, + "animation.kyuremwhite.pose2": { + "animation_length": 5.25, + "bones": { + "tail": { + "rotation": [0, 2.5, 0] + }, + "tail1": { + "rotation": { + "0.0": [0, 0, 0], + "1.9167": [0, 0, 0], + "2.0417": [0, 0, "math.sin(query.anim_time * 3000) * 3"], + "2.375": [0, 0, "math.sin(query.anim_time * 3000) * 3"], + "2.8333": [0, 0, 0] + } + }, + "neck": { + "rotation": [37.5, 0, 0] + }, + "neck2": { + "rotation": [17.5, 0, 0] + }, + "head": { + "rotation": [-25, 0, 0], + "position": [0, -0.75829, -3.70058] + }, + "fire_crest": { + "rotation": [9.85108, -1.72794, 9.85108], + "position": [0.45579, 0.46018, -0.22025] + }, + "fire_crest_end": { + "scale": 0 + }, + "jaw": { + "rotation": [0, 0, 0] + }, + "arms": { + "rotation": [25, 0, 0] + }, + "arm_right": { + "position": [0, 1.96962, -0.3473] + }, + "shoulder_right": { + "rotation": [42.9145, 0, 25.62963], + "position": [-2, 1.96962, -0.3473] + }, + "bicep_right": { + "rotation": [0, 0, 0] + }, + "forearm_right": { + "rotation": [0, 95, 0] + }, + "wrist_right": { + "rotation": [17.6813, 12.2379, 2.47909] + }, + "wingattachment_right": { + "rotation": [12.31594, 2.15393, -9.76758], + "position": [-1.8, -0.94413, -0.74741] + }, + "arm_left": { + "position": [1, 2.95442, -0.52094] + }, + "shoulder_left": { + "rotation": [15, 0, -33.45488] + }, + "bicep_left": { + "rotation": [24.58726, -15.69466, -1.78427] + }, + "forearm_left": { + "rotation": [0, -84.144, 0], + "position": [0.81246, 0.74802, 1.66745] + }, + "wrist_left": { + "rotation": [0, 0, 0] + }, + "neck3": { + "rotation": [30, 0, 0], + "position": [0, -0.16199, -1.49458] + }, + "ankle_right": { + "rotation": [-17.5, 0, 0] + }, + "leg_right": { + "rotation": [10.8071, -21.16479, -15.11769], + "position": [1.1, -2.5, -5] + }, + "foot_right": { + "rotation": [-26.998, 0.2462, 14.978], + "position": [0, 0, 0] + }, + "body5": { + "rotation": [-25, 0, 0], + "position": [0, -0.17365, -0.98481] + }, + "thighL_2": { + "rotation": [37.5, 0, 0], + "position": [-0.46937, 0.03172, -0.78863] + }, + "body4": { + "rotation": [0, 0, 0], + "position": [0, 0.24311, 1.37873] + }, + "fire_crest3": { + "rotation": [-13.5, 0, 0], + "position": [1.1, 0.09872, 0.89658] + }, + "wingattachment_left2": { + "rotation": [12.31594, -2.1539, 9.7676], + "position": [1.8, -0.94413, 0] + }, + "leg_left": { + "rotation": [0.6786, 17.58393, 12.71864], + "position": [-0.92156, -2.32964, -7.95495] + }, + "thighL_4": { + "rotation": [37.5, 0, 0], + "position": [-0.46937, -0.2487, -0.82555] + }, + "ankle_left": { + "rotation": [-36.4608, 3.44994, -19.10047], + "position": [-0.20478, 1.5034, -0.5078] + }, + "foot_left": { + "rotation": [-14.498, -24.7538, 3.522], + "position": [0, 0, 0] + }, + "body": { + "position": [0, 0, 0] + }, + "tail_6": { + "rotation": [0, 0, 0] + }, + "tail_7": { + "rotation": [0, 0, 0] + }, + "tail8": { + "rotation": [0, 0, 0] + }, + "tail9": { + "rotation": [0, 0, 0] + }, + "tail_10": { + "rotation": [0, 0, 0] + }, + "body2": { + "position": [0, -2, 0] + }, + "fire_crest_end_fire": { + "rotation": [0, 10.49226, 30.974] + }, + "wires_right": { + "rotation": [0, 0, 0] + }, + "bottomwire_right": { + "rotation": [4, 0, 0], + "position": [0, 0.9, -2.2] + }, + "wires_left": { + "rotation": [0, 0, 0] + }, + "bottomwire_left": { + "position": [0, 2.3, -1.3] + }, + "fire_crest6": { + "rotation": [0, 0, 0] + }, + "fire_crest5": { + "rotation": [0, 0, 0] + }, + "fire_crest4": { + "rotation": [0, 0, 0] + }, + "fire_crest_end_fire2": { + "rotation": [0, 0, 0] + }, + "ankle_right2": { + "rotation": [40, 0, 0] + }, + "ankle_left2": { + "rotation": [55, 0, 0] + }, + "tail_flash": { + "scale": { + "0.0417": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9167": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + }, + "2.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.875": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + }, + "5.25": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + } + } + }, + "tail_flash_dim": { + "scale": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [1, 1, 1] + }, + "0.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.875": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "5.25": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + } + } + }, + "tail_flash2": { + "scale": { + "0.0417": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9167": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + }, + "2.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.875": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + }, + "5.25": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + } + } + }, + "tail_flash_dim2": { + "scale": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [1, 1, 1] + }, + "0.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.875": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "5.25": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + } + } + }, + "tail_flash3": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_right5": { + "scale": { + "0.0": [1, 1, 1], + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.625": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "topwire_right4": { + "scale": { + "0.0": [1, 1, 1], + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.7917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "topwire_right3": { + "scale": { + "0.0": [1, 1, 1], + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "topwire_right2": { + "scale": { + "0.0": [1, 1, 1], + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.6667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.875": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire": { + "scale": { + "0.0": [1, 1, 1], + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.6667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.875": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire2": { + "scale": { + "0.0": [1, 1, 1], + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire3": { + "scale": { + "0.0": [1, 1, 1], + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.7917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire4": { + "scale": { + "0.0": [1, 1, 1], + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.625": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire5": { + "scale": { + "0.0": [1, 1, 1], + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.625": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.8333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.875": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire6": { + "scale": { + "0.0": [1, 1, 1], + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.6667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.875": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire7": { + "scale": { + "0.0": [1, 1, 1], + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire8": { + "scale": { + "0.0": [1, 1, 1], + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.7917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire9": { + "scale": { + "0.0": [1, 1, 1], + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.625": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire10": { + "scale": { + "0.0": [1, 1, 1], + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.625": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.8333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.875": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "topwire_left5": { + "scale": { + "0.0": [1, 1, 1], + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.625": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "topwire_left4": { + "scale": { + "0.0": [1, 1, 1], + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.7917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "topwire_left3": { + "scale": { + "0.0": [1, 1, 1], + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "topwire_left2": { + "scale": { + "0.0": [1, 1, 1], + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.6667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.875": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + } + } + }, + "animation.kyuremwhite.physical_attack": { + "animation_length": 2.25, + "bones": { + "tail": { + "rotation": [0, 2.5, 0] + }, + "tail1": { + "rotation": { + "0.0": [10, 0, 0], + "0.8333": [10, 0, 0], + "1.0": [10, 0, 0], + "1.125": [0, 0, "math.sin(query.anim_time * 3000) * 3"], + "1.4583": [0, 0, "math.sin(query.anim_time * 3000) * 3"], + "2.25": [10, 0, 0] + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [38.18385, -8.40819, -9.28293], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [38.18385, -8.40819, -9.28293], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [33.40282, 20.93782, 14.47883], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [33.40282, 20.93782, 14.47883], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck2": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [27.519, -4.98093, -0.43688], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [27.519, -4.98093, -0.43688], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [27.50474, 2.49048, 0.21803], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [27.50474, 2.49048, 0.21803], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-60, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-60, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-67.5, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-67.5, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -0.75829, -3.70058], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, -0.75829, -3.70058], + "lerp_mode": "catmullrom" + } + } + }, + "fire_crest": { + "rotation": [9.85108, -1.72794, 9.85108], + "position": [0.45579, 0.46018, -0.22025] + }, + "fire_crest_end": { + "scale": 0 + }, + "jaw": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arms": { + "rotation": [25, 0, 0] + }, + "arm_right": { + "position": [0, 1.96962, -0.3473] + }, + "shoulder_right": { + "rotation": { + "0.0": { + "post": [42.9145, 0, 25.62963], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [49.00682, 21.27441, 57.26849], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [49.00682, 21.27441, 57.26849], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [21.47339, 4.49174, 46.06157], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [18.03802, 7.03658, 39.39196], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [18.03802, 7.03658, 39.39196], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [42.9145, 0, 25.62963], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-2, 1.96962, -0.3473], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-2, 1.96962, -0.3473], + "lerp_mode": "catmullrom" + } + } + }, + "bicep_right": { + "rotation": [0, 0, 0] + }, + "forearm_right": { + "rotation": { + "0.0": { + "post": [0, 95, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 45, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 45, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 95, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 95, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 95, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wrist_right": { + "rotation": [17.6813, 12.2379, 2.47909] + }, + "wingattachment_right": { + "rotation": { + "0.0": [12.31594, 2.15393, -9.76758], + "0.9583": [12.31594, 2.15393, -9.76758], + "1.0833": [-9.739, 3.87048, -13.14538], + "1.5833": [-9.739, 3.87048, -13.14538], + "2.25": [12.31594, 2.15393, -9.76758] + }, + "position": { + "0.0": [-1.8, -0.94413, -0.74741], + "0.9583": [-1.8, -0.94413, -0.74741], + "1.0833": [-1.8, -0.94413, -0.74741], + "1.5833": [-1.8, -0.94413, -0.74741], + "2.25": [-1.8, -0.94413, -0.74741] + } + }, + "arm_left": { + "position": [1, 2.95442, -0.52094] + }, + "shoulder_left": { + "rotation": { + "0.0": { + "post": [15, 0, -33.45488], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-63.81215, 21.26065, 29.42942], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-63.81215, 21.26065, 29.42942], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-45.84336, -46.95326, -31.54905], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-45.84336, -46.95326, -31.54905], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [15, 0, -33.45488], + "lerp_mode": "catmullrom" + } + } + }, + "bicep_left": { + "rotation": [24.58726, -15.69466, -1.78427] + }, + "forearm_left": { + "rotation": { + "0.0": [0, -84.144, 0], + "0.75": [-37.5, -34.14, 0], + "0.9583": [-37.5, -34.14, 0], + "1.0833": [-7.87567, -48.47963, -43.351], + "1.5833": { + "pre": [-7.87567, -48.47963, -43.351], + "post": [-7.87567, -48.47963, -43.351], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, -84.144, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0.81246, 0.74802, 1.66745], + "2.25": [0.81246, 0.74802, 1.66745] + } + }, + "wrist_left": { + "rotation": [0, 0, 0] + }, + "neck3": { + "rotation": [30, 0, 0], + "position": [0, -0.16199, -1.49458] + }, + "ankle_right": { + "rotation": { + "0.0": [-17.5, 0, 0], + "0.625": [-17.5, 0, 0], + "0.8333": [-17.5, 0, 0], + "0.9583": { + "pre": [-1, 0, 0], + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [60, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [60, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [19, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": { + "0.0": [10.8071, -21.16479, -15.11769], + "0.625": [10.8071, -21.16479, -15.11769], + "0.8333": [10.8071, -21.16479, -15.11769], + "0.9583": { + "pre": [-93.07067, -13.74667, -9.82925], + "post": [-93.07067, -13.74667, -9.82925], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-66.48918, -8.80126, -6.30362], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-66.48918, -8.80126, -6.30362], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-110.57067, -13.74667, -9.82925], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-96.91231, -15.90218, -11.36593], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-47.92641, -18.03612, -12.88723], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [10.8071, -21.16479, -15.11769], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [1.1, -2.5, -5], + "0.625": [1.1, -2.5, -5], + "0.8333": [1.1, -2.5, -5], + "1.6667": { + "pre": [1.1, -2.5, -5], + "post": [1.1, -2.5, -5], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [1.1, -2.5, -5], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right": { + "rotation": { + "0.0": [-26.998, 0.2462, 14.978], + "0.625": [-26.998, 0.2462, 14.978], + "0.8333": [-26.998, 0.2462, 14.978], + "1.0833": [-21.68313, -4.27806, 6.05211], + "1.6667": [-21.68313, -4.27806, 6.05211], + "1.9583": [-20.10007, -2.12996, 9.92127], + "2.0833": [-17.82489, -1.00287, 12.27071], + "2.1667": [-32.26925, -0.30789, 13.77119], + "2.25": [-26.998, 0.2462, 14.978] + }, + "position": { + "0.0": [0, 0, 0], + "0.625": [0, 0, 0], + "0.8333": [0, 0, 0], + "2.25": [0, 0, 0] + } + }, + "body5": { + "rotation": [-25, 0, 0], + "position": [0, -0.17365, -0.98481] + }, + "thighL_2": { + "rotation": [37.5, 0, 0], + "position": [-0.46937, 0.03172, -0.78863] + }, + "body4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [20, 27.5, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [20, 27.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [39.91713, -27.05748, -18.89946], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [39.91713, -27.05748, -18.89946], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.24311, 1.37873], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0.24311, 1.37873], + "lerp_mode": "catmullrom" + } + } + }, + "fire_crest3": { + "rotation": [-13.5, 0, 0], + "position": [1.1, 0.09872, 0.89658] + }, + "wingattachment_left2": { + "rotation": { + "0.0": [12.31594, -2.1539, 9.7676], + "0.75": [12.31594, -2.1539, 9.7676], + "0.9583": [12.31594, -2.1539, 9.7676], + "1.0833": [-10.37538, 10.03882, 7.00122], + "1.7083": [-10.37538, 10.03882, 7.00122], + "2.25": [12.31594, -2.1539, 9.7676] + }, + "position": { + "0.0": [1.8, -0.94413, 0], + "0.75": [1.8, -0.94413, 0], + "0.9583": [1.8, -0.94413, 0], + "1.7083": [1.8, -0.94413, 0], + "2.25": [1.8, -0.94413, 0] + } + }, + "leg_left": { + "rotation": { + "0.0": [0.6786, 17.58393, 12.71864], + "0.8333": [0.6786, 17.58393, 12.71864], + "0.9583": { + "pre": [23.68291, -9.12137, 19.36157], + "post": [23.68291, -9.12137, 19.36157], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [23.68291, -9.12137, 19.36157], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [23.68291, -9.12137, 19.36157], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0.6786, 17.58393, 12.71864], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [-0.92156, -2.32964, -7.95495], + "0.8333": [-0.92156, -2.32964, -7.95495], + "2.25": [-0.92156, -2.32964, -7.95495] + } + }, + "thighL_4": { + "rotation": [37.5, 0, 0], + "position": [-0.46937, -0.2487, -0.82555] + }, + "ankle_left": { + "rotation": { + "0.0": [-36.4608, 3.44994, -19.10047], + "0.8333": [-36.4608, 3.44994, -19.10047], + "0.9583": { + "pre": [18.5392, 3.44994, -19.10047], + "post": [18.5392, 3.44994, -19.10047], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [18.5392, 3.44994, -19.10047], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [18.5392, 3.44994, -19.10047], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-36.4608, 3.44994, -19.10047], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [-0.20478, 1.5034, -0.5078], + "0.8333": [-0.20478, 1.5034, -0.5078], + "2.25": [-0.20478, 1.5034, -0.5078] + } + }, + "foot_left": { + "rotation": { + "0.0": [-14.498, -24.7538, 3.522], + "0.8333": [-14.498, -24.7538, 3.522], + "0.9583": { + "pre": [-6.57184, -14.82341, 2.268], + "post": [-6.57184, -14.82341, 2.268], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-6.57184, -14.82341, 2.268], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-6.57184, -14.82341, 2.268], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-14.498, -24.7538, 3.522], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "0.8333": [0, 0, 0], + "2.25": [0, 0, 0] + } + }, + "body": { + "position": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 0], + "0.8333": [0, 0, 0], + "1.0833": [0, 0, -22], + "1.6667": [0, 0, -22], + "2.25": [0, 0, 0] + } + }, + "tail_6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_7": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail8": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail9": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_10": { + "rotation": [0, 0, 0] + }, + "body2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + } + } + }, + "fire_crest_end_fire": { + "rotation": [0, 10.49226, 30.974] + }, + "wires_right": { + "rotation": [0, 0, 0] + }, + "bottomwire_right": { + "rotation": [4, 0, 0], + "position": [0, 0.9, -2.2] + }, + "wires_left": { + "rotation": [0, 0, 0] + }, + "bottomwire_left": { + "position": [0, 2.3, -1.3] + }, + "fire_crest6": { + "rotation": [0, 0, 0] + }, + "fire_crest5": { + "rotation": [0, 0, 0] + }, + "fire_crest4": { + "rotation": [0, 0, 0] + }, + "fire_crest_end_fire2": { + "rotation": [0, 0, 0] + }, + "ankle_right2": { + "rotation": { + "0.0": [40, 0, 0], + "0.625": [40, 0, 0], + "0.8333": [40, 0, 0], + "0.9583": { + "pre": [94, 0, 0], + "post": [94, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [116.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [116.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ankle_left2": { + "rotation": { + "0.0": [55, 0, 0], + "0.8333": [55, 0, 0], + "0.9583": { + "pre": [20, 0, 0], + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [55, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_wholeright5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-7.46903, -7.66171, 2.13592], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-34.93806, -15.32342, 4.27184], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-34.93806, -15.32342, 4.27184], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-18.60598, 18.41083, 1.39249], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-18.60598, 18.41083, 1.39249], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-22.26733, 20.92437, 11.02825], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-20.46413, 22.4325, 16.80971], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_right5": { + "scale": { + "0.0": [1, 1, 1], + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.625": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "topwire_wholeright4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-7.44328, 0.11024, -9.3121], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0.0061, -9.26618, -11.04817], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [7.45539, -13.6426, -12.7837], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [20.41037, -19.46924, -22.15029], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [20.41037, -19.46924, -22.15029], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-1.01465, -14.72824, -34.25757], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-2.3107, -5.10329, -25.63532], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-5.92863, 3.92903, -15.49967], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-5.92863, 3.92903, -15.49967], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_right4": { + "scale": { + "0.0": [1, 1, 1], + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.7917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "topwire_wholeright3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [39.80691, -29.07584, -4.07655], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [39.99336, -30.70486, 3.45025], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [47.90034, -18.94476, -5.77125], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [58.84723, -14.8687, -26.44714], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [58.84723, -14.8687, -26.44714], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [15.53425, -2.17791, 6.15492], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [12.02952, -1.1806, 13.72396], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15.53425, -2.17791, 6.15492], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [26.11523, -6.87202, -0.93693], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [33.52427, -4.81131, -12.25997], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_right3": { + "scale": { + "0.0": [1, 1, 1], + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "topwire_wholeright2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [1.124, 0.71238, 0.92238], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [1.89269, 7.41999, -9.0807], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1.13036, 13.98478, -20.97104], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [4.19286, 9.64184, -7.78138], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [5.69862, 14.21853, -3.0528], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [8.83918, 19.64438, -4.57846], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [5.69862, 14.21853, -3.0528], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15.58462, 14.65957, -8.19588], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-24.88992, 6.43284, -27.31474], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-29.8511, 4.90533, -31.48299], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-31.73073, 9.28745, -27.35193], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-35.79002, 8.63441, -12.42451], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_right2": { + "scale": { + "0.0": [1, 1, 1], + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.6667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "bottomwire_wholeright5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-18.74424, -9.01392, 12.4741], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-18.74424, -9.01392, 12.4741], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-11.01903, 2.91885, 8.79747], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-10.83154, 8.77451, 12.77567], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-10.83154, 8.77451, 12.77567], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wire5": { + "scale": { + "0.0": [1, 1, 1], + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.625": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.8333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.875": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "bottomwire_wholeright4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-11.09544, -16.22029, 14.01437], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-13.53062, -25.93672, 8.57787], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-13.53062, -25.93672, 8.57787], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-21.57402, -14.9608, -18.79523], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-23.79688, -4.03672, -17.70984], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-16.6707, -1.90583, -10.50881], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-13.46682, -2.13244, -10.97052], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wire4": { + "scale": { + "0.0": [1, 1, 1], + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.625": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "bottomwire_wholeright3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [7.89123, -2.49207, 1.75554], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [17.98095, -4.82989, -1.62565], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [25.71988, -6.07351, -6.77287], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [33.62535, -3.87261, -12.34875], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [33.62535, -3.87261, -12.34875], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-12.24819, 18.56375, -20.03181], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-13.05457, 18.01611, -22.60092], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-13.05457, 18.01611, -22.60092], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-11.84418, 13.66408, -23.42111], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wire3": { + "scale": { + "0.0": [1, 1, 1], + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.7917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "bottomwire_wholeright2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [4.51788, 13.88834, -14.32458], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [6.88003, 16.1299, -11.52397], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [6.88003, 16.1299, -11.52397], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-0.74436, 17.48407, 3.5403], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-1.53063, 17.43443, 0.92006], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-1.53063, 17.43443, 0.92006], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-9.35787, 13.77213, -1.79657], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wire2": { + "scale": { + "0.0": [1, 1, 1], + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "bottomwire_wholeright1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-3.78179, -2.36876, -0.49302], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-7.56263, -4.73823, -3.49207], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-7.56263, -4.73823, -3.49207], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-7.13618, 13.2242, 19.05263], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-11.76634, -2.09061, 21.36968], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-6.04549, -14.7323, 12.95276], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-6.04549, -14.7323, 12.95276], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-6.04549, -14.7323, 12.95276], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-5.43479, -11.74453, 13.06823], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wire": { + "scale": { + "0.0": [1, 1, 1], + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.6667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire10": { + "scale": { + "0.0": [1, 1, 1], + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.625": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.8333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.875": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire9": { + "scale": { + "0.0": [1, 1, 1], + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.625": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire8": { + "scale": { + "0.0": [1, 1, 1], + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.7917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire7": { + "scale": { + "0.0": [1, 1, 1], + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire6": { + "scale": { + "0.0": [1, 1, 1], + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.6667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "topwire_left5": { + "scale": { + "0.0": [1, 1, 1], + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.625": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "topwire_left4": { + "scale": { + "0.0": [1, 1, 1], + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.7917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "topwire_left3": { + "scale": { + "0.0": [1, 1, 1], + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "topwire_left2": { + "scale": { + "0.0": [1, 1, 1], + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.6667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "tail_flash": { + "scale": { + "0.0417": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + }, + "1.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.8333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9583": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + } + } + }, + "tail_flash_dim": { + "scale": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [1, 1, 1] + }, + "1.0": { + "pre": [1, 1, 1], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "tail_flash2": { + "scale": { + "0.0417": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + }, + "1.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.8333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9583": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + } + } + }, + "tail_flash_dim2": { + "scale": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [1, 1, 1] + }, + "1.0": { + "pre": [1, 1, 1], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "tail_flash3": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.8333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "toes_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.8333": [0, 0, 0], + "0.9583": { + "pre": [-47.5, 0, 0], + "post": [-47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_wholeleft5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-3.17921, -4.15813, -0.86979], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [16.21172, -16.63254, -3.47914], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [21.94354, -18.7116, -3.91404], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [12.28371, -21.02776, -4.91466], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [21.94354, -18.7116, -3.91404], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [18.75237, -8.52468, -29.37455], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-2.62998, 11.84917, -80.29557], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-2.60859, 9.35178, -80.17935], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-2.62998, 11.84917, -80.29557], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [5.52004, 6.2413, -44.55885], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [5.80337, 4.46558, -34.71079], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_wholeleft4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [21.02317, 3.75527, -12.85002], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [38.35427, 16.89871, -57.82511], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [43.29475, 33.05434, -57.79321], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [38.35427, 16.89871, -57.82511], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [55.80075, 26.4015, -19.52272], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [50.93124, 17.40987, -32.487], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [55.80075, 26.4015, -19.52272], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [18.12506, 5.53014, -2.05675], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_wholeleft3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-33.13445, 21.44636, 22.6625], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-71.2689, 42.89272, 45.325], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-72.67946, 38.78583, 60.77096], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-71.2689, 42.89272, 45.325], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-31.65334, 66.12354, 72.50972], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-3.28525, 66.79831, 97.79206], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-10.40649, 65.81377, 96.20301], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-12.89717, 69.89935, 99.17254], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-31.65334, 66.12354, 72.50972], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_wholeleft2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [1.23915, -5.67887, 29.83505], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0.73536, -3.26539, 34.8916], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-13.61887, 9.05588, 48.24147], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0.73536, -3.26539, 34.8916], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [7.88211, -4.62378, 15.87422], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [21.91482, 3.4233, 9.61444], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [22.79791, 7.47605, 11.78219], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [20.73522, -5.71131, 8.80867], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [19.37797, 1.1036, 8.68145], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bottomwire_wholeleft1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-2.41202, -5.59416, -9.75726], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-3.60099, -0.89784, -14.95115], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-7.24901, 13.17459, -30.84798], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-20.86052, 12.68715, -25.13553], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-22.25728, 9.9276, -32.2484], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-20.86052, 12.68715, -25.13553], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [21.60521, -5.43878, -18.33914], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [24.30656, -12.34797, -28.80495], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [24.44877, -17.62504, -29.6688], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [26.28936, -14.118, -36.00341], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [19.32845, -7.11988, -6.52217], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "topwire_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [-2.66022, -19.98015, 0.90956], + "0.9583": [-2.66022, -19.98015, 0.90956], + "1.7083": [-2.66022, -19.98015, 0.90956], + "2.25": [0, 0, 0] + } + }, + "topwire_wholeleft5": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [-7.5, 0, 0], + "0.9583": [-7.5, 0, 0], + "1.0833": [-8.14711, 34.90454, -3.26003], + "1.25": [-17.63329, 38.49859, -10.39296], + "1.375": [-18.07556, 39.92972, -9.29371], + "1.7083": [-8.14711, 34.90454, -3.26003], + "2.0": [1.51402, 21.06423, -0.68985], + "2.0833": [2.25366, 13.90037, 4.69055], + "2.25": [0, 0, 0] + } + }, + "topwire_wholeleft4": { + "rotation": { + "0.0": [0, 0, 0], + "0.625": [-20.00261, 0.39737, -0.12528], + "0.75": [-15.01565, -2.38422, 0.7522], + "0.9583": [-15.01565, -2.38422, 0.7522], + "1.0833": [-12.53889, 20.10843, -11.81351], + "1.7083": [-12.53889, 20.10843, -11.81351], + "2.25": [0, 0, 0] + } + }, + "topwire_wholeleft3": { + "rotation": { + "0.0": [0, 0, 0], + "0.625": [51.77465, 20.76817, 40.49095], + "0.75": [52.26658, 26.41484, 46.84335], + "0.875": [41.51964, 23.15655, 51.0218], + "0.9583": [52.26658, 26.41484, 46.84335], + "1.0833": [41.72745, 17.87454, 41.60004], + "1.7083": [41.72745, 17.87454, 41.60004], + "2.25": [0, 0, 0] + } + }, + "topwire_wholeleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-8.28488, 0.87557, -5.92283], + "0.375": [-17.99455, 0.07021, -4.88087], + "0.625": [-24.15126, 2.78382, 0.74448], + "0.75": [-27.12355, -2.34587, -1.755], + "0.9583": [-27.12355, -2.34587, -1.755], + "1.0833": [11.14019, -22.36693, 28.14735], + "1.25": [8.16011, -26.09107, 35.79486], + "1.375": [6.6174, -25.75412, 39.19409], + "1.7083": [11.14019, -22.36693, 28.14735], + "2.0": [6.41071, -7.08032, 5.6985], + "2.0833": [4.85272, -4.12266, -3.69954], + "2.25": [0, 0, 0] + } + }, + "toes_right": { + "rotation": { + "0.0": [0, 0, 0], + "1.75": [0, 0, 0], + "2.0833": [-32.5, 0, 0], + "2.25": [0, 0, 0] + } + } + } + }, + "animation.kyuremwhite.battle_idle": { + "loop": true, + "bones": { + "tail": { + "rotation": [0, 2.5, 0] + }, + "tail1": { + "rotation": [7.5, 0, 0] + }, + "neck": { + "rotation": ["37.5+math.sin(q.anim_time*90*1.2-90)*1", 0, 0] + }, + "neck2": { + "rotation": ["17.5+math.sin(q.anim_time*90*1.2-120)*1", 0, 0] + }, + "head": { + "rotation": ["-25-math.sin(q.anim_time*90*1.2-180)*3 ", 0, 0], + "position": [0, -0.75829, -3.70058] + }, + "fire_crest": { + "rotation": [9.85108, -1.72794, 9.85108], + "position": [0.45579, 0.46018, -0.22025] + }, + "fire_crest_end": { + "scale": 0 + }, + "jaw": { + "rotation": [0, 0, 0] + }, + "arms": { + "rotation": [25, 0, 0] + }, + "arm_right": { + "position": [0, 1.96962, -0.3473] + }, + "shoulder_right": { + "rotation": ["42.9145+math.sin(q.anim_time*90*1.2)*1", "math.sin(q.anim_time*90*1.2)*2", 25.62963], + "position": [-2, 1.96962, -0.3473] + }, + "bicep_right": { + "rotation": [0, 0, 0] + }, + "forearm_right": { + "rotation": [0, "95+math.sin(q.anim_time*90*1.2)*4", 0] + }, + "wrist_right": { + "rotation": ["17.6813+math.sin(q.anim_time*90*1.2-45)*2", "12.2379+math.sin(q.anim_time*90*1.2)*4", 2.47909] + }, + "wingattachment_right": { + "rotation": [12.31594, 2.15393, -9.76758], + "position": [-1.8, -0.94413, -0.74741] + }, + "arm_left": { + "position": [1, 2.95442, -0.52094] + }, + "shoulder_left": { + "rotation": ["15+math.sin(q.anim_time*90*1.2)*1", "-math.sin(q.anim_time*90*1.2)*2", -33.45488] + }, + "bicep_left": { + "rotation": [24.58726, -15.69466, -1.78427] + }, + "forearm_left": { + "rotation": [0, "-84.144-math.sin(q.anim_time*90*1.2)*4", 0], + "position": [0.81246, 0.74802, 1.66745] + }, + "wrist_left": { + "rotation": ["math.sin(q.anim_time*90*1.2-45)*2", "-math.sin(q.anim_time*90*1.2)*3", 0] + }, + "neck3": { + "rotation": ["30+math.sin(q.anim_time*90*1.2-180)*3", 0, 0], + "position": [0, -0.16199, -1.49458] + }, + "ankle_right": { + "rotation": ["-17.5+math.sin(q.anim_time*90*1.2)*10", 0, 0] + }, + "leg_right": { + "rotation": ["10.8071-math.sin(q.anim_time*90*1.2)*5", -21.16479, -15.11769], + "position": [1.1, -2.5, -5] + }, + "foot_right": { + "rotation": ["-26.998-math.sin(q.anim_time*90*1.2)*5", "0.2462+math.sin(q.anim_time*90*1.2)*1", "14.978+math.sin(q.anim_time*90*1.2)*0.5"], + "position": ["0-math.sin(q.anim_time*90*1.2)*0.2", "0-math.sin(q.anim_time*90*1.2)*0.2", "0+math.sin(q.anim_time*90*1.2)*0.5"] + }, + "body5": { + "rotation": ["-25+math.sin(q.anim_time*90*1.2-45)*1", 0, 0], + "position": [0, -0.17365, -0.98481] + }, + "thighL_2": { + "rotation": [37.5, 0, 0], + "position": [-0.46937, 0.03172, -0.78863] + }, + "body4": { + "rotation": ["math.sin(q.anim_time*90*1.2)*1", 0, 0], + "position": [0, 0.24311, 1.37873] + }, + "fire_crest3": { + "rotation": ["-13.5+math.sin(q.anim_time*90*1-180 )*1", 0, 0], + "position": [1.1, 0.09872, 0.89658] + }, + "wingattachment_left2": { + "rotation": [12.31594, -2.1539, 9.7676], + "position": [1.8, -0.94413, 0] + }, + "leg_left": { + "rotation": ["0.6786-math.sin(q.anim_time*90*1.2)*5", 17.58393, 12.71864], + "position": [-0.92156, -2.32964, -7.95495] + }, + "thighL_4": { + "rotation": [37.5, 0, 0], + "position": [-0.46937, -0.2487, -0.82555] + }, + "ankle_left": { + "rotation": ["-36.4608+math.sin(q.anim_time*90*1.2)*10", 3.44994, -19.10047], + "position": [-0.20478, 1.5034, -0.5078] + }, + "foot_left": { + "rotation": ["-14.498-math.sin(q.anim_time*90*1.2)*6", "-24.7538+math.sin(q.anim_time*90*1.2)*1", "3.522+math.sin(q.anim_time*90*1.2)*3.5"], + "position": ["-math.sin(q.anim_time*90*1.2)*0.3", "-math.sin(q.anim_time*90*1.2)*0.3", "math.sin(q.anim_time*90*1.2)*0.5"] + }, + "body": { + "position": [0, "math.sin(q.anim_time*90*1.2)*1 ", 0] + }, + "tail_6": { + "rotation": ["0+math.sin(q.anim_time*90*1.2)*2", 0, 0] + }, + "tail_7": { + "rotation": ["0+math.sin(q.anim_time*90*1.2-45)*3", 0, 0] + }, + "tail8": { + "rotation": ["0+math.sin(q.anim_time*90*1.2-90)*3", 0, 0] + }, + "tail9": { + "rotation": ["0+math.sin(q.anim_time*90*1.2-120)*2", 0, 0] + }, + "tail_10": { + "rotation": ["0+math.sin(q.anim_time*90*1.2-160)*3", 0, 0] + }, + "body2": { + "position": [0, -2, 0] + }, + "fire_crest_end_fire": { + "rotation": ["7.6864+math.sin(q.anim_time*90*1-360)*4", 10.49226, 30.974] + }, + "wires_right": { + "rotation": ["0-math.sin(q.anim_time*90*1.2)*2", 0, 0] + }, + "bottomwire_right": { + "rotation": [4, 0, 0], + "position": [0, 0.9, -2.2] + }, + "wires_left": { + "rotation": ["0-math.sin(q.anim_time*90*1.2)*2", 0, 0] + }, + "bottomwire_left": { + "position": [0, 2.3, -1.3] + }, + "fire_crest6": { + "rotation": ["0+math.sin(q.anim_time*90*1-320)*4", 0, 0] + }, + "fire_crest5": { + "rotation": ["0+math.sin(q.anim_time*90*1-270)*4", 0, 0] + }, + "fire_crest4": { + "rotation": ["0+math.sin(q.anim_time*90*1-230)*4", 0, 0] + }, + "fire_crest_end_fire2": { + "rotation": ["0+math.sin(q.anim_time*90*1-400)*6", 0, 0] + }, + "ankle_right2": { + "rotation": [40, 0, 0] + }, + "ankle_left2": { + "rotation": [55, 0, 0] + } + } + }, + "animation.kyuremwhite.special_attack": { + "loop": true, + "animation_length": 4.4167, + "bones": { + "tail": { + "rotation": [0, 2.5, 0] + }, + "tail1": { + "rotation": { + "0.0": [7.5, 0, 0], + "0.9583": [7.5, 0, 0], + "1.0833": [7.5, 0, "math.sin(query.anim_time * 3000) * 3"], + "1.4167": [7.5, 0, "math.sin(query.anim_time * 3000) * 3"], + "1.875": [7.5, 0, 0], + "2.5": [7.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "2.5": [0, 0, 0] + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": [37.5, 0, 0] + } + }, + "neck2": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": [17.5, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-67.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-67.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-71.55, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-71.55, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": [-25, 0, 0] + }, + "position": { + "0.0": [0, -0.75829, -3.70058], + "2.5": [0, -0.75829, -3.70058] + } + }, + "fire_crest": { + "rotation": [9.85108, -1.72794, 9.85108], + "position": [0.45579, 0.46018, -0.22025] + }, + "fire_crest_end": { + "scale": 0 + }, + "jaw": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [20.71, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [20.71, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [20.71, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [20.71, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [20.71, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [20.71, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [18.21, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": [0, 0, 0] + } + }, + "arms": { + "rotation": [25, 0, 0] + }, + "arm_right": { + "position": [0, 1.96962, -0.3473] + }, + "shoulder_right": { + "rotation": { + "0.0": { + "post": [42.9145, 0, 25.62963], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-38.18644, 28.08236, 36.33254], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-38.18644, 28.08236, 36.33254], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-34.75102, -3.58341, 51.81981], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-35.34631, -12.6836, 56.0123], + "lerp_mode": "catmullrom" + }, + "2.5": [42.9145, 0, 25.62963] + }, + "position": { + "0.0": [-2, 1.96962, -0.3473], + "2.5": [-2, 1.96962, -0.3473] + } + }, + "bicep_right": { + "rotation": { + "0.0": [0, 0, 0], + "2.5": [0, 0, 0] + } + }, + "forearm_right": { + "rotation": { + "0.0": { + "post": [0, 95, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [162.50942, 66.34466, 161.01552], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [162.50942, 66.34466, 161.01552], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [126.59207, 81.36185, 124.02123], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [126.59207, 81.36185, 124.02123], + "lerp_mode": "catmullrom" + }, + "2.5": [0, 95, 0] + } + }, + "wrist_right": { + "rotation": { + "0.0": { + "post": [17.6813, 12.2379, 2.47909], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-34.8187, 12.2379, 2.47909], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-34.8187, 12.2379, 2.47909], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-34.8187, 12.2379, 2.47909], + "lerp_mode": "catmullrom" + }, + "2.5": [17.6813, 12.2379, 2.47909] + } + }, + "wingattachment_right": { + "rotation": [12.31594, 2.15393, -9.76758], + "position": [-1.8, -0.94413, -0.74741] + }, + "arm_left": { + "position": [1, 2.95442, -0.52094] + }, + "shoulder_left": { + "rotation": { + "0.0": { + "post": [15, 0, -33.45488], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-37.13295, -33.66781, -41.17427], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-37.13295, -33.66781, -41.17427], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-30.55931, 12.21773, -47.99001], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-30.55931, 12.21773, -47.99001], + "lerp_mode": "catmullrom" + }, + "2.5": [15, 0, -33.45488] + } + }, + "bicep_left": { + "rotation": { + "0.0": [24.58726, -15.69466, -1.78427], + "2.5": [24.58726, -15.69466, -1.78427] + } + }, + "forearm_left": { + "rotation": { + "0.0": { + "post": [0, -84.144, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -101.64, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, -101.64, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, -61.64, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, -61.64, 0], + "lerp_mode": "catmullrom" + }, + "2.5": [0, -84.144, 0] + }, + "position": { + "0.0": [0.81246, 0.74802, 1.66745], + "2.5": [0.81246, 0.74802, 1.66745] + } + }, + "wrist_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [-55, 0, 0], + "0.9583": [-55, 0, 0], + "1.0833": [-68.04, 0, 0], + "2.5": [0, 0, 0] + } + }, + "neck3": { + "rotation": { + "0.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": [30, 0, 0] + }, + "position": { + "0.0": [0, -0.16199, -1.49458], + "2.5": [0, -0.16199, -1.49458] + } + }, + "ankle_right": { + "rotation": ["-17.5+math.sin(q.anim_time*90*1.2)*10", 0, 0] + }, + "leg_right": { + "rotation": ["10.8071-math.sin(q.anim_time*90*1.2)*5", -21.16479, -15.11769], + "position": [1.1, -2.5, -5] + }, + "foot_right": { + "rotation": ["-26.998-math.sin(q.anim_time*90*1.2)*5", "0.2462+math.sin(q.anim_time*90*1.2)*1", "14.978+math.sin(q.anim_time*90*1.2)*0.5"], + "position": ["0-math.sin(q.anim_time*90*1.2)*0.2", "0-math.sin(q.anim_time*90*1.2)*0.2", "0+math.sin(q.anim_time*90*1.2)*0.5"] + }, + "body5": { + "rotation": { + "0.0": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": [-25, 0, 0] + }, + "position": { + "0.0": [0, -0.17365, -0.98481], + "2.5": [0, -0.17365, -0.98481] + } + }, + "thighL_2": { + "rotation": [37.5, 0, 0], + "position": [-0.46937, 0.03172, -0.78863] + }, + "body4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0.24311, 1.37873], + "2.5": [0, 0.24311, 1.37873] + } + }, + "fire_crest3": { + "rotation": ["-13.5+math.sin(q.anim_time*90*1-180 )*1", 0, 0], + "position": [1.1, 0.09872, 0.89658] + }, + "wingattachment_left2": { + "rotation": [12.31594, -2.1539, 9.7676], + "position": [1.8, -0.94413, 0] + }, + "leg_left": { + "rotation": ["0.6786-math.sin(q.anim_time*90*1.2)*5", 17.58393, 12.71864], + "position": [-0.92156, -2.32964, -7.95495] + }, + "thighL_4": { + "rotation": [37.5, 0, 0], + "position": [-0.46937, -0.2487, -0.82555] + }, + "ankle_left": { + "rotation": ["-36.4608+math.sin(q.anim_time*90*1.2)*10", 3.44994, -19.10047], + "position": [-0.20478, 1.5034, -0.5078] + }, + "foot_left": { + "rotation": ["-14.498-math.sin(q.anim_time*90*1.2)*6", "-24.7538+math.sin(q.anim_time*90*1.2)*1", "3.522+math.sin(q.anim_time*90*1.2)*3.5"], + "position": ["-math.sin(q.anim_time*90*1.2)*0.3", "-math.sin(q.anim_time*90*1.2)*0.3", "math.sin(q.anim_time*90*1.2)*0.5"] + }, + "body": { + "position": [0, "math.sin(q.anim_time*90*1.2)*1 ", 0] + }, + "tail_6": { + "rotation": ["0+math.sin(q.anim_time*90*1.2)*2", 0, 0] + }, + "tail_7": { + "rotation": ["0+math.sin(q.anim_time*90*1.2-45)*3", 0, 0] + }, + "tail8": { + "rotation": ["0+math.sin(q.anim_time*90*1.2-90)*3", 0, 0] + }, + "tail9": { + "rotation": ["0+math.sin(q.anim_time*90*1.2-120)*2", 0, 0] + }, + "tail_10": { + "rotation": ["0+math.sin(q.anim_time*90*1.2-160)*3", 0, 0] + }, + "body2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": [0, 0, 0] + }, + "position": { + "0.0": [0, -2, 0], + "1.0833": [0, -2, 0], + "1.125": [0, -3, 0], + "1.1667": [0, -2, 0], + "1.2083": [0, -3, 0], + "1.25": [0, -2, 0], + "1.2917": [0, -3, 0], + "1.3333": [0, -2, 0], + "1.375": [0, -3, 0], + "1.4167": [0, -2, 0], + "1.4583": [0, -3, 0], + "1.5": [0, -2, 0], + "1.5417": [0, -3, 0], + "1.5833": [0, -2, 0], + "1.625": [0, -3, 0], + "2.5": [0, -2, 0] + } + }, + "fire_crest_end_fire": { + "rotation": ["7.6864+math.sin(q.anim_time*90*1-360)*4", 10.49226, 30.974] + }, + "wires_right": { + "rotation": ["0-math.sin(q.anim_time*90*1.2)*2", 0, 0] + }, + "bottomwire_right": { + "rotation": { + "0.0": [4, 0, 0], + "0.75": [16.5, 0, 0], + "0.9583": [16.5, 0, 0], + "1.0833": [-12.11059, -7.33492, 1.5692], + "1.4167": [-12.11059, -7.33492, 1.5692], + "1.625": [-12.11059, -7.33492, 1.5692], + "2.5": [4, 0, 0] + }, + "position": { + "0.0": [0, 0.9, -2.2], + "0.75": [-1, -0.1, -6.2], + "0.9583": [-1, -0.1, -6.2], + "1.0833": [0.08, -0.02, -5.88], + "1.625": [0.08, -0.02, -5.88], + "2.5": [0, 0.9, -2.2] + } + }, + "wires_left": { + "rotation": ["0-math.sin(q.anim_time*90*1.2)*2", 0, 0] + }, + "bottomwire_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [12.5, 0, 0], + "0.9583": [12.5, 0, 0], + "1.0833": [1.58294, 7.34895, 1.50177], + "1.4167": [-3.41706, 7.34895, 1.50177], + "1.625": [1.58294, 7.34895, 1.50177], + "2.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 2.3, -1.3], + "0.75": [0, 2.3, -5.3], + "0.9583": [0, 2.3, -5.3], + "1.0833": [1, -2.7, -4.98], + "1.625": [1, -2.7, -4.98], + "2.5": [0, 2.3, -1.3] + } + }, + "fire_crest6": { + "rotation": ["0+math.sin(q.anim_time*90*1-320)*4", 0, 0] + }, + "fire_crest5": { + "rotation": ["0+math.sin(q.anim_time*90*1-270)*4", 0, 0] + }, + "fire_crest4": { + "rotation": ["0+math.sin(q.anim_time*90*1-230)*4", 0, 0] + }, + "fire_crest_end_fire2": { + "rotation": ["0+math.sin(q.anim_time*90*1-400)*6", 0, 0] + }, + "ankle_right2": { + "rotation": [40, 0, 0] + }, + "ankle_left2": { + "rotation": { + "0.0": [55, 0, 0], + "2.5": [55, 0, 0] + } + }, + "tail_flash": { + "scale": { + "0.0417": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + }, + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.25": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + }, + "4.4167": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + } + } + }, + "tail_flash_dim": { + "scale": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [1, 1, 1] + }, + "0.625": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "4.4167": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + } + } + }, + "tail_flash2": { + "scale": { + "0.0417": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + }, + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.25": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + }, + "4.4167": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + } + } + }, + "tail_flash_dim2": { + "scale": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [1, 1, 1] + }, + "0.625": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "4.4167": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + } + } + }, + "tail_flash3": { + "scale": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [12.5, 0, 0], + "0.9583": [12.5, 0, 0], + "1.625": [12.5, 0, 0], + "2.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.75": [-1, -2, -4], + "0.9583": [-1, -2, -4], + "1.625": [-1, -2, -4], + "2.5": [0, 0, 0] + } + }, + "topwire_right5": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.625": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "topwire_right4": { + "scale": { + "0.0": [1, 1, 1], + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.625": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "topwire_right3": { + "scale": { + "0.0": [1, 1, 1], + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "topwire_right2": { + "scale": { + "0.0": [1, 1, 1], + "0.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire": { + "scale": { + "0.0": [1, 1, 1], + "0.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire2": { + "scale": { + "0.0": [1, 1, 1], + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire3": { + "scale": { + "0.0": [1, 1, 1], + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.625": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire4": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.625": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire5": { + "scale": { + "0.0": [1, 1, 1], + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.6667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire6": { + "scale": { + "0.0": [1, 1, 1], + "0.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire7": { + "scale": { + "0.0": [1, 1, 1], + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire8": { + "scale": { + "0.0": [1, 1, 1], + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.625": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire9": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.625": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire10": { + "scale": { + "0.0": [1, 1, 1], + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.6667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "topwire_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [12.5, 0, 0], + "0.9583": [12.5, 0, 0], + "1.0833": [-26.01, 0, 0], + "1.4167": [-21.01, 0, 0], + "1.5": [-26.01, 0, 0], + "2.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.75": [1, -2, -3], + "0.9583": [1, -2, -3], + "1.0833": [0.92, -2.84, -0.76], + "1.5": [0.92, -2.84, -0.76], + "2.5": [0, 0, 0] + } + }, + "topwire_left5": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.625": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "topwire_left4": { + "scale": { + "0.0": [1, 1, 1], + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.625": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "topwire_left3": { + "scale": { + "0.0": [1, 1, 1], + "0.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "topwire_left2": { + "scale": { + "0.0": [1, 1, 1], + "0.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "bottomwire_wholeright1": { + "rotation": { + "0.0": [0, 0, 0], + "0.9583": [0, 7.5, 0], + "1.0833": [-18.37806, 16.63638, -24.98681], + "1.4167": [-19.34279, 10.29085, -28.18642], + "1.625": [-18.37806, 16.63638, -24.98681], + "2.5": [0, 0, 0] + } + }, + "bottomwire_wholeright2": { + "rotation": { + "0.0": [0, 0, 0], + "0.9583": [0, 0, 0], + "1.0833": [0, 15, -17.5], + "1.4167": [-0.91504, 10.34466, -22.58283], + "1.625": [0, 7.5, -17.5], + "2.5": [0, 0, 0] + } + }, + "bottomwire_wholeright3": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 0], + "0.9583": [0, 0, 0], + "1.0833": [24.12897, 19.09155, -3.57302], + "1.625": [24.12897, 19.09155, -3.57302], + "2.5": [0, 0, 0] + } + }, + "bottomwire_wholeright4": { + "rotation": { + "0.0": [0, 0, 0], + "0.9583": [0, 0, 0], + "1.0833": [-33.6411, -29.2186, 20.33459], + "1.625": [-33.6411, -29.2186, 20.33459], + "2.5": [0, 0, 0] + } + }, + "bottomwire_wholeright5": { + "rotation": { + "0.0": [0, 0, 0], + "0.9583": [0, 0, 0], + "1.0833": [0, 2.5, 0], + "1.625": [0, 2.5, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.0833": [-2, 0, -2] + } + }, + "topwire_wholeright5": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 0], + "0.9583": [0, 0, 0], + "1.0833": [-43.16584, -9.88744, 7.68615], + "1.625": [-43.16584, -9.88744, 7.68615], + "2.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.0833": [0, 0, 1], + "1.625": [0, 0, 1], + "2.5": [0, 0, 0] + } + }, + "topwire_wholeright4": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 0], + "0.9583": [0, 0, 0], + "1.0833": [-22.51153, 2.4407, -0.54143], + "1.625": [-22.51153, 2.4407, -0.54143], + "2.5": [0, 0, 0] + } + }, + "topwire_wholeright3": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 0], + "0.9583": [0, 0, 0], + "1.0417": [46.41723, -18.86904, -1.8828], + "1.0833": [66.75127, -24.22837, -5.23694], + "1.4167": [67.5335, -19.62045, -7.33002], + "1.625": [66.75127, -24.22837, -5.23694], + "2.5": [0, 0, 0] + } + }, + "topwire_wholeright2": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [2.49762, -0.10901, 4.99762], + "0.9583": [2.49762, -0.10901, 4.99762], + "1.0417": [-2.01122, -3.07892, -29.8533], + "1.0833": [-4.18666, -12.55166, -48.91727], + "1.4167": [-1.80095, -20.39383, -43.91015], + "1.625": [-4.18666, -12.55166, -48.91727], + "2.0": [-2.70425, -7.06121, -25.4358], + "2.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.0833": [2, 0, 0], + "1.625": [2, 0, 0], + "2.5": [0, 0, 0] + } + }, + "topwire_wholeleft5": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 0], + "0.9583": [0, 0, 0], + "1.0833": [-7.85952, 17.34551, -2.35666], + "1.5": [-7.85952, 17.34551, -2.35666], + "2.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.0833": [-1, 1, -2], + "1.5": [-1, 1, -2], + "2.5": [0, 0, 0] + } + }, + "topwire_wholeleft4": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 0], + "0.9583": [0, 0, 0], + "1.0833": [-12.54624, 4.88119, -1.08482], + "1.4167": [-27.54624, 4.88119, -1.08482], + "1.5": [-12.54624, 4.88119, -1.08482], + "2.5": [0, 0, 0] + } + }, + "topwire_wholeleft3": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 0], + "0.9583": [0, 0, 0], + "1.0833": [41.20292, 6.26625, 11.92287], + "1.4167": [51.34778, 4.31572, 13.49343], + "1.5": [41.20292, 6.26625, 11.92287], + "2.5": [0, 0, 0] + } + }, + "topwire_wholeleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [0, 0, -5], + "0.9583": [0, 0, -5], + "1.0833": [4.18908, -13.25992, 34.7623], + "1.4167": [-8.87294, -15.35381, 37.69746], + "1.5": [4.18908, -13.25992, 34.7623], + "2.5": [0, 0, 0] + } + }, + "bottomwire_wholeleft5": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 0], + "0.9583": [0, 0, 0], + "1.0833": [7.56397, -7.43547, -0.98448], + "1.625": [7.56397, -7.43547, -0.98448], + "2.5": [0, 0, 0] + } + }, + "bottomwire_wholeleft4": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 0], + "0.9583": [0, 0, 0], + "1.0833": [-55.37364, 15.46574, -19.71155], + "1.4167": [-55.37364, 15.46574, -19.71155], + "1.625": [-55.37364, 15.46574, -19.71155], + "2.5": [0, 0, 0] + } + }, + "bottomwire_wholeleft3": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [2.5, 0, 0], + "0.9583": [2.5, 0, 0], + "1.0833": [32.06145, -7.05302, 7.10708], + "1.4167": [32.06145, -7.05302, 7.10708], + "1.625": [32.06145, -7.05302, 7.10708], + "2.5": [0, 0, 0] + } + }, + "bottomwire_wholeleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [-2.5, 0, 0], + "0.9583": [-2.5, 0, 0], + "1.0833": [12.56136, -6.17808, 20.43057], + "1.625": [12.56136, -6.17808, 20.43057], + "2.5": [0, 0, 0] + } + }, + "bottomwire_wholeleft1": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 0], + "0.9583": [0, 0, 0], + "1.0833": [0.43688, -4.98093, -5.019], + "1.625": [0.43688, -4.98093, -5.019], + "2.5": [0, 0, 0] + } + }, + "body3": { + "position": { + "0.0": [0, 0, 0], + "1.0833": [0, 0, 0], + "1.125": [0, -1, 0], + "1.1667": [0, 0, 0], + "1.2083": [0, -1, 0], + "1.25": [0, 0, 0], + "1.2917": [0, -1, 0], + "1.3333": [0, 0, 0], + "1.375": [0, -1, 0], + "1.4167": [0, 0, 0], + "1.4583": [0, -1, 0], + "1.5": [0, 0, 0], + "1.5417": [0, -1, 0], + "1.5833": [0, 0, 0], + "1.625": [0, 0, 0] + } + } + } + }, + "animation.kyuremwhite.ground_idle": { + "loop": true, + "bones": { + "tail": { + "rotation": [0, 2.5, 0] + }, + "tail1": { + "rotation": [7.5, 0, 0] + }, + "neck": { + "rotation": ["37.5+math.sin(q.anim_time*90*1.2-90)*1", 0, 0] + }, + "neck2": { + "rotation": ["17.5+math.sin(q.anim_time*90*1.2-120)*1", 0, 0] + }, + "head": { + "rotation": ["-25-math.sin(q.anim_time*90*1.2-180)*3 ", 0, 0], + "position": [0, -0.75829, -3.70058] + }, + "fire_crest": { + "rotation": [9.85108, -1.72794, 9.85108], + "position": [0.45579, 0.46018, -0.22025] + }, + "jaw": { + "rotation": [0, 0, 0] + }, + "arms": { + "rotation": [25, 0, 0] + }, + "arm_right": { + "position": [0, 1.96962, -0.3473] + }, + "shoulder_right": { + "rotation": ["42.9145+math.sin(q.anim_time*90*1.2)*1", "math.sin(q.anim_time*90*1.2)*2", 25.62963], + "position": [-2, 1.96962, -0.3473] + }, + "bicep_right": { + "rotation": [0, 0, 0] + }, + "forearm_right": { + "rotation": [0, "95+math.sin(q.anim_time*90*1.2)*4", 0] + }, + "wrist_right": { + "rotation": ["17.6813+math.sin(q.anim_time*90*1.2-45)*2", "12.2379+math.sin(q.anim_time*90*1.2)*4", 2.47909] + }, + "wingattachment_right": { + "rotation": [12.31594, 2.15393, -9.76758], + "position": [-1.8, -0.94413, -0.74741] + }, + "arm_left": { + "position": [1, 2.95442, -0.52094] + }, + "shoulder_left": { + "rotation": ["15+math.sin(q.anim_time*90*1.2)*1", "-math.sin(q.anim_time*90*1.2)*2", -33.45488] + }, + "bicep_left": { + "rotation": [24.58726, -15.69466, -1.78427] + }, + "forearm_left": { + "rotation": [0, "-84.144-math.sin(q.anim_time*90*1.2)*4", 0], + "position": [0.81246, 0.74802, 1.66745] + }, + "wrist_left": { + "rotation": ["math.sin(q.anim_time*90*1.2-45)*2", "-math.sin(q.anim_time*90*1.2)*3", 0] + }, + "neck3": { + "rotation": ["30+math.sin(q.anim_time*90*1.2-180)*3", 0, 0], + "position": [0, -0.16199, -1.49458] + }, + "ankle_right": { + "rotation": ["-17.5+math.sin(q.anim_time*90*1.2)*10", 0, 0] + }, + "leg_right": { + "rotation": ["10.8071-math.sin(q.anim_time*90*1.2)*5", -21.16479, -15.11769], + "position": [1.1, -2.5, -5] + }, + "foot_right": { + "rotation": ["-26.998-math.sin(q.anim_time*90*1.2)*5", "0.2462+math.sin(q.anim_time*90*1.2)*1", "14.978+math.sin(q.anim_time*90*1.2)*0.5"], + "position": ["0-math.sin(q.anim_time*90*1.2)*0.2", "0-math.sin(q.anim_time*90*1.2)*0.2", "0+math.sin(q.anim_time*90*1.2)*0.5"] + }, + "body5": { + "rotation": ["-25+math.sin(q.anim_time*90*1.2-45)*1", 0, 0], + "position": [0, -0.17365, -0.98481] + }, + "thighL_2": { + "rotation": [37.5, 0, 0], + "position": [-0.46937, 0.03172, -0.78863] + }, + "body4": { + "rotation": ["math.sin(q.anim_time*90*1.2)*1", 0, 0], + "position": [0, 0.24311, 1.37873] + }, + "fire_crest3": { + "rotation": ["-13.5+math.sin(q.anim_time*90*1-180 )*1", 0, 0], + "position": [1.1, 0.09872, 0.89658] + }, + "wingattachment_left2": { + "rotation": [12.31594, -2.1539, 9.7676], + "position": [1.8, -0.94413, 0] + }, + "leg_left": { + "rotation": ["0.6786-math.sin(q.anim_time*90*1.2)*5", 17.58393, 12.71864], + "position": [-0.92156, -2.32964, -7.95495] + }, + "thighL_4": { + "rotation": [37.5, 0, 0], + "position": [-0.46937, -0.2487, -0.82555] + }, + "ankle_left": { + "rotation": ["-36.4608+math.sin(q.anim_time*90*1.2)*10", 3.44994, -19.10047], + "position": [-0.20478, 1.5034, -0.5078] + }, + "foot_left": { + "rotation": ["-14.498-math.sin(q.anim_time*90*1.2)*6", "-24.7538+math.sin(q.anim_time*90*1.2)*1", "3.522+math.sin(q.anim_time*90*1.2)*3.5"], + "position": ["-math.sin(q.anim_time*90*1.2)*0.3", "-math.sin(q.anim_time*90*1.2)*0.3", "math.sin(q.anim_time*90*1.2)*0.5"] + }, + "body": { + "position": [0, "math.sin(q.anim_time*90*1.2)*1 ", 0] + }, + "tail_6": { + "rotation": ["0+math.sin(q.anim_time*90*1.2)*2", 0, 0] + }, + "tail_7": { + "rotation": ["0+math.sin(q.anim_time*90*1.2-45)*3", 0, 0] + }, + "tail8": { + "rotation": ["0+math.sin(q.anim_time*90*1.2-90)*3", 0, 0] + }, + "tail9": { + "rotation": ["0+math.sin(q.anim_time*90*1.2-120)*2", 0, 0] + }, + "tail_10": { + "rotation": ["0+math.sin(q.anim_time*90*1.2-160)*3", 0, 0] + }, + "body2": { + "position": [0, -2, 0] + }, + "fire_crest_end_fire": { + "rotation": ["7.6864+math.sin(q.anim_time*90*1-360)*4", 10.49226, 30.974], + "scale": 0 + }, + "wires_right": { + "rotation": ["0-math.sin(q.anim_time*90*1.2)*2", 0, 0], + "scale": 0 + }, + "bottomwire_right": { + "rotation": [4, 0, 0], + "position": [0, 0.9, -2.2] + }, + "wires_left": { + "rotation": ["0-math.sin(q.anim_time*90*1.2)*2", 0, 0], + "scale": 0 + }, + "bottomwire_left": { + "position": [0, 2.3, -1.3] + }, + "fire_crest6": { + "rotation": ["0+math.sin(q.anim_time*90*1-320)*4", 0, 0] + }, + "fire_crest5": { + "rotation": ["0+math.sin(q.anim_time*90*1-270)*4", 0, 0] + }, + "fire_crest4": { + "rotation": ["0+math.sin(q.anim_time*90*1-230)*4", 0, 0] + }, + "fire_crest_end_fire2": { + "rotation": ["0+math.sin(q.anim_time*90*1-400)*6", 0, 0] + }, + "ankle_right2": { + "rotation": [40, 0, 0] + }, + "ankle_left2": { + "rotation": [55, 0, 0] + }, + "tail_fire": { + "scale": 0 + }, + "tail_fire1": { + "scale": 0 + }, + "tail_fire2": { + "scale": 0 + }, + "tail_fire3": { + "scale": 0 + }, + "tail_fire4": { + "scale": 0 + }, + "wing_fire": { + "scale": 0 + }, + "tail_flash2": { + "scale": 0 + }, + "tail_flash_dim2": { + "scale": 0 + }, + "tailring_fire": { + "scale": 0 + } + } + }, + "animation.kyuremwhite.ground_walk": { + "loop": true, + "bones": { + "tail": { + "rotation": [0, 2.5, 0] + }, + "tail1": { + "rotation": [10, 0, 0] + }, + "neck": { + "rotation": ["32.5+math.sin(q.anim_time*90*1.2-90)*1", 0, 0] + }, + "neck2": { + "rotation": ["17.5+math.sin(q.anim_time*90*1.2-120)*1", 0, 0] + }, + "head": { + "rotation": ["-75-math.sin(q.anim_time*90*1.2-180)*3 ", 0, 0], + "position": [0, -0.75829, -3.70058] + }, + "fire_crest": { + "rotation": [9.85108, -1.72794, 9.85108], + "position": [0.45579, 0.46018, -0.22025] + }, + "jaw": { + "rotation": [0, 0, 0] + }, + "arms": { + "rotation": [25, 0, 0] + }, + "arm_right": { + "position": [0, 1.96962, -0.3473] + }, + "shoulder_right": { + "rotation": ["-14.5855+math.sin(q.anim_time*90*1.2)*1", "math.sin(q.anim_time*90*1.2)*2", 25.62963], + "position": [-2, 1.96962, -0.3473] + }, + "bicep_right": { + "rotation": [0, 0, 0] + }, + "forearm_right": { + "rotation": [0, "95+math.sin(q.anim_time*90*1.2)*4", 0] + }, + "wrist_right": { + "rotation": ["17.6813+math.sin(q.anim_time*90*1.2-45)*2", "12.2379+math.sin(q.anim_time*90*1.2)*4", 2.47909] + }, + "wingattachment_right": { + "rotation": [12.31594, 2.15393, -9.76758], + "position": [-1.8, -0.94413, -0.74741] + }, + "arm_left": { + "position": [1, 2.95442, -0.52094] + }, + "shoulder_left": { + "rotation": ["-22.5+math.sin(q.anim_time*90*1.2)*1", "-math.sin(q.anim_time*90*1.2)*2", -33.45488] + }, + "bicep_left": { + "rotation": [24.58726, -15.69466, -1.78427] + }, + "forearm_left": { + "rotation": [0, "-84.144-math.sin(q.anim_time*90*1.2)*4", 0], + "position": [0.81246, 0.74802, 1.66745] + }, + "wrist_left": { + "rotation": ["math.sin(q.anim_time*90*1.2-45)*2", "-math.sin(q.anim_time*90*1.2)*3", 0] + }, + "neck3": { + "rotation": ["25+math.sin(q.anim_time*90*1.2-180)*3", 0, 0], + "position": [0, -0.16199, -1.49458] + }, + "ankle_right": { + "rotation": ["10+math.sin(q.anim_time*90*1.2)*10", 0, 0] + }, + "leg_right": { + "rotation": ["10.0885-math.sin(q.anim_time*90*1.2)*5", 3.43391, -10.56448], + "position": [1.1, -2.5, -5] + }, + "foot_right": { + "rotation": [67.2986, 5.4396, 0.8835], + "position": [0, 0, -2] + }, + "body5": { + "rotation": ["-25+math.sin(q.anim_time*90*1.2-45)*1", 0, 0], + "position": [0, -0.17365, -0.98481] + }, + "thighL_2": { + "rotation": [37.5, 0, 0], + "position": [-0.46937, 0.03172, -0.78863] + }, + "body4": { + "rotation": ["25+math.sin(q.anim_time*90*1.2)*1", 0, 0], + "position": [0, 0.24311, 1.37873] + }, + "fire_crest3": { + "rotation": ["-13.5+math.sin(q.anim_time*90*1-180 )*1", 0, 0], + "position": [1.1, 0.09872, 0.89658] + }, + "wingattachment_left2": { + "rotation": [12.31594, -2.1539, 9.7676], + "position": [1.8, -0.94413, 0] + }, + "leg_left": { + "rotation": ["5.6523-math.sin(q.anim_time*90*1.2)*5", -7.41444, 12.42946], + "position": [-0.92156, -2.32964, -7.95495] + }, + "thighL_4": { + "rotation": [37.5, 0, 0], + "position": [-0.46937, -0.2487, -0.82555] + }, + "ankle_left": { + "rotation": ["6.0392+math.sin(q.anim_time*90*1.2)*10", 3.44994, -19.10047], + "position": [-0.20478, 1.5034, -0.5078] + }, + "foot_left": { + "rotation": [61.8032, -2.7647, 8.4669], + "position": [0, 0, -1] + }, + "body": { + "rotation": ["20+math.sin(q.anim_time*90*1.2)*1 ", 0, 0], + "position": [0, "24+math.sin(q.anim_time*90*1.2)*3 ", 0] + }, + "tail_6": { + "rotation": ["0+math.sin(q.anim_time*90*1.2)*2", 0, 0] + }, + "tail_7": { + "rotation": ["0+math.sin(q.anim_time*90*1.2-45)*3", 0, 0] + }, + "tail8": { + "rotation": ["0+math.sin(q.anim_time*90*1.2-90)*3", 0, 0] + }, + "tail9": { + "rotation": ["0+math.sin(q.anim_time*90*1.2-120)*2", 0, 0] + }, + "tail_10": { + "rotation": ["0+math.sin(q.anim_time*90*1.2-160)*3", 0, 0] + }, + "body2": { + "position": [0, -2, 0] + }, + "fire_crest_end_fire": { + "rotation": ["7.6864+math.sin(q.anim_time*90*1-360)*4", 10.49226, 30.974], + "scale": 0 + }, + "wires_right": { + "rotation": ["0-math.sin(q.anim_time*90*1.2)*2", 0, 0], + "scale": 0 + }, + "bottomwire_right": { + "rotation": [4, 0, 0], + "position": [0, 0.9, -2.2] + }, + "wires_left": { + "rotation": ["0-math.sin(q.anim_time*90*1.2)*2", 0, 0], + "scale": 0 + }, + "bottomwire_left": { + "position": [0, 2.3, -1.3] + }, + "fire_crest6": { + "rotation": ["0+math.sin(q.anim_time*90*1-320)*4", 0, 0] + }, + "fire_crest5": { + "rotation": ["0+math.sin(q.anim_time*90*1-270)*4", 0, 0] + }, + "fire_crest4": { + "rotation": ["0+math.sin(q.anim_time*90*1-230)*4", 0, 0] + }, + "fire_crest_end_fire2": { + "rotation": ["0+math.sin(q.anim_time*90*1-400)*6", 0, 0] + }, + "ankle_right2": { + "rotation": [40, 0, 0] + }, + "ankle_left2": { + "rotation": [55, 0, 0] + }, + "tail_fire": { + "scale": 0 + }, + "tail_fire1": { + "scale": 0 + }, + "tail_fire2": { + "scale": 0 + }, + "tail_fire3": { + "scale": 0 + }, + "tail_fire4": { + "scale": 0 + }, + "wing_fire": { + "scale": 0 + }, + "tail_flash2": { + "scale": 0 + }, + "tail_flash_dim2": { + "scale": 0 + }, + "body3": { + "rotation": [-20, 0, 0] + } + } + }, + "animation.kyuremwhite.cry": { + "animation_length": 2, + "bones": { + "tail1": { + "rotation": { + "0.0833": [0, 0, 0], + "0.2083": [0, 0, "math.sin(query.anim_time * 3000) * 3"], + "0.5417": [0, 0, "math.sin(query.anim_time * 3000) * 3"], + "1.25": [0, 0, 0] + } + }, + "neck": { + "rotation": { + "0.0": ["37.5+math.sin(q.anim_time*90*1.2-90)*1", 0, 0], + "0.4167": ["17.5+math.sin(q.anim_time*90*1.2-90)*1", 0, 0], + "1.25": ["17.5+math.sin(q.anim_time*90*1.2-90)*1", 0, 0], + "2.0": ["37.5+math.sin(q.anim_time*90*1.2-90)*1", 0, 0] + } + }, + "neck2": { + "rotation": { + "0.0": ["17.5+math.sin(q.anim_time*90*1.2-120)*1", 0, 0], + "0.4167": ["-5+math.sin(q.anim_time*90*1.2-120)*1", 0, 0], + "1.25": ["-5+math.sin(q.anim_time*90*1.2-120)*1", 0, 0], + "2.0": ["17.5+math.sin(q.anim_time*90*1.2-120)*1", 0, 0] + } + }, + "head": { + "rotation": { + "0.0": ["-25-math.sin(q.anim_time*90*1.2-180)*3 ", 0, 0], + "0.4167": ["-47.5-math.sin(q.anim_time*90*1.2-180)*3 ", 0, 0], + "1.25": ["-47.5-math.sin(q.anim_time*90*1.2-180)*3 ", 0, 0], + "2.0": ["-25-math.sin(q.anim_time*90*1.2-180)*3 ", 0, 0] + }, + "position": { + "0.0": [0, -0.75829, -3.70058], + "2.0": [0, -0.75829, -3.70058] + } + }, + "fire_crest": { + "rotation": { + "0.0": [9.85108, -1.72794, 9.85108], + "1.75": [9.85108, -1.72794, 9.85108] + }, + "position": { + "0.0": [0.45579, 0.46018, -0.22025], + "1.75": [0.45579, 0.46018, -0.22025] + } + }, + "jaw": { + "rotation": { + "0.0": [0, 0, 0], + "0.4167": [35, 0, 0], + "0.4583": [27.5, 0, 0], + "0.5": [35, 0, 0], + "0.5417": [27.5, 0, 0], + "0.5833": [35, 0, 0], + "0.625": [27.5, 0, 0], + "0.6667": [35, 0, 0], + "0.7083": [27.5, 0, 0], + "0.75": [35, 0, 0], + "0.7917": [27.5, 0, 0], + "0.8333": [35, 0, 0], + "0.875": [27.5, 0, 0], + "0.9167": [35, 0, 0], + "1.2083": [27.5, 0, 0], + "1.25": [35, 0, 0], + "2.0": [0, 0, 0] + } + }, + "arms": { + "rotation": { + "0.0": [25, 0, 0], + "1.75": [25, 0, 0] + } + }, + "arm_right": { + "position": { + "0.0": [0, 1.96962, -0.3473], + "1.75": [0, 1.96962, -0.3473] + } + }, + "shoulder_right": { + "rotation": { + "0.0": ["42.9145+math.sin(q.anim_time*90*1.2)*1", "math.sin(q.anim_time*90*1.2)*2", 25.62963], + "0.4167": ["-72.4746+math.sin(q.anim_time*90*1.2)*1", "-8.5786+math.sin(q.anim_time*90*1.2)*2", 37.27968], + "1.25": ["-72.4746+math.sin(q.anim_time*90*1.2)*1", "-8.5786+math.sin(q.anim_time*90*1.2)*2", 37.27968], + "2.0": ["42.9145+math.sin(q.anim_time*90*1.2)*1", "math.sin(q.anim_time*90*1.2)*2", 25.62963] + }, + "position": { + "0.0": [-2, 1.96962, -0.3473], + "2.0": [-2, 1.96962, -0.3473] + } + }, + "bicep_right": { + "rotation": { + "0.0": [0, 0, 0], + "2.0": [0, 0, 0] + } + }, + "forearm_right": { + "rotation": { + "0.0": [0, "95+math.sin(q.anim_time*90*1.2)*4", 0], + "0.4167": [47.73975, "76.6774+math.sin(q.anim_time*90*1.2)*4", 48.18359], + "1.25": [147.28248, "73.1087+math.sin(q.anim_time*90*1.2)*4", 148.80377], + "2.0": [0, "95+math.sin(q.anim_time*90*1.2)*4", 0] + } + }, + "wrist_right": { + "rotation": { + "0.0": ["17.6813+math.sin(q.anim_time*90*1.2-45)*2", "12.2379+math.sin(q.anim_time*90*1.2)*4", 2.47909], + "0.4167": ["-72.3187+math.sin(q.anim_time*90*1.2-45)*2", "12.2379+math.sin(q.anim_time*90*1.2)*4", 2.47909], + "1.25": ["-72.3187+math.sin(q.anim_time*90*1.2-45)*2", "12.2379+math.sin(q.anim_time*90*1.2)*4", 2.47909], + "2.0": ["17.6813+math.sin(q.anim_time*90*1.2-45)*2", "12.2379+math.sin(q.anim_time*90*1.2)*4", 2.47909] + } + }, + "wingattachment_right": { + "rotation": { + "0.0": [12.31594, 2.15393, -9.76758], + "1.75": [12.31594, 2.15393, -9.76758] + }, + "position": { + "0.0": [-1.8, -0.94413, -0.74741], + "1.75": [-1.8, -0.94413, -0.74741] + } + }, + "arm_left": { + "position": { + "0.0": [1, 2.95442, -0.52094], + "1.75": [1, 2.95442, -0.52094] + } + }, + "shoulder_left": { + "rotation": { + "0.0": ["15+math.sin(q.anim_time*90*1.2)*1", "-math.sin(q.anim_time*90*1.2)*2", -33.45488], + "0.4167": ["-75.2143+math.sin(q.anim_time*90*1.2)*1", "18.1893-math.sin(q.anim_time*90*1.2)*2", -41.50627], + "1.25": ["-75.2143+math.sin(q.anim_time*90*1.2)*1", "18.1893-math.sin(q.anim_time*90*1.2)*2", -41.50627], + "2.0": ["15+math.sin(q.anim_time*90*1.2)*1", "-math.sin(q.anim_time*90*1.2)*2", -33.45488] + } + }, + "bicep_left": { + "rotation": { + "0.0": [24.58726, -15.69466, -1.78427], + "1.25": [23.62867, -1.9895, 4.40159], + "2.0": [24.58726, -15.69466, -1.78427] + } + }, + "forearm_left": { + "rotation": { + "0.0": [0, "-84.144-math.sin(q.anim_time*90*1.2)*4", 0], + "0.4167": [0, "-74.144-math.sin(q.anim_time*90*1.2)*4", 0], + "1.25": [0, "-99.144-math.sin(q.anim_time*90*1.2)*4", 0], + "2.0": [0, "-84.144-math.sin(q.anim_time*90*1.2)*4", 0] + }, + "position": { + "0.0": [0.81246, 0.74802, 1.66745], + "2.0": [0.81246, 0.74802, 1.66745] + } + }, + "wrist_left": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*1.2-45)*2", "-math.sin(q.anim_time*90*1.2)*3", 0], + "0.4167": ["-77.5+math.sin(q.anim_time*90*1.2-45)*2", "-math.sin(q.anim_time*90*1.2)*3", 0], + "1.25": ["-77.5+math.sin(q.anim_time*90*1.2-45)*2", "-math.sin(q.anim_time*90*1.2)*3", 0], + "2.0": ["math.sin(q.anim_time*90*1.2-45)*2", "-math.sin(q.anim_time*90*1.2)*3", 0] + } + }, + "neck3": { + "rotation": { + "0.0": ["30+math.sin(q.anim_time*90*1.2-180)*3", 0, 0], + "0.4167": ["-20+math.sin(q.anim_time*90*1.2-180)*3", 0, 0], + "1.25": ["-20+math.sin(q.anim_time*90*1.2-180)*3", 0, 0], + "2.0": ["30+math.sin(q.anim_time*90*1.2-180)*3", 0, 0] + }, + "position": { + "0.0": [0, -0.16199, -1.49458], + "0.4167": [0, -0.16, 0.51], + "1.25": [0, -0.16, 0.51], + "2.0": [0, -0.16199, -1.49458] + } + }, + "ankle_right": { + "rotation": { + "0.0": ["-17.5+math.sin(q.anim_time*90*1.2)*10", 0, 0], + "1.75": ["-17.5+math.sin(q.anim_time*90*1.2)*10", 0, 0] + } + }, + "leg_right": { + "rotation": { + "0.0": ["10.8071-math.sin(q.anim_time*90*1.2)*5", -21.16479, -15.11769], + "1.75": ["10.8071-math.sin(q.anim_time*90*1.2)*5", -21.16479, -15.11769] + }, + "position": { + "0.0": [1.1, -2.5, -5], + "1.75": [1.1, -2.5, -5] + } + }, + "foot_right": { + "rotation": { + "0.0": ["-26.998-math.sin(q.anim_time*90*1.2)*5", "0.2462+math.sin(q.anim_time*90*1.2)*1", "14.978+math.sin(q.anim_time*90*1.2)*0.5"], + "1.75": ["-26.998-math.sin(q.anim_time*90*1.2)*5", "0.2462+math.sin(q.anim_time*90*1.2)*1", "14.978+math.sin(q.anim_time*90*1.2)*0.5"] + }, + "position": { + "0.0": ["0-math.sin(q.anim_time*90*1.2)*0.2", "0-math.sin(q.anim_time*90*1.2)*0.2", "0+math.sin(q.anim_time*90*1.2)*0.5"], + "1.75": ["0-math.sin(q.anim_time*90*1.2)*0.2", "0-math.sin(q.anim_time*90*1.2)*0.2", "0+math.sin(q.anim_time*90*1.2)*0.5"] + } + }, + "body5": { + "rotation": { + "0.0": ["-25+math.sin(q.anim_time*90*1.2-45)*1", 0, 0], + "0.4167": ["-10+math.sin(q.anim_time*90*1.2-45)*1", 0, 0], + "1.25": ["-10+math.sin(q.anim_time*90*1.2-45)*1", 0, 0], + "2.0": ["-25+math.sin(q.anim_time*90*1.2-45)*1", 0, 0] + }, + "position": { + "0.0": [0, -0.17365, -0.98481], + "2.0": [0, -0.17365, -0.98481] + } + }, + "thighL_2": { + "rotation": { + "0.0": [37.5, 0, 0], + "1.75": [37.5, 0, 0] + }, + "position": { + "0.0": [-0.46937, 0.03172, -0.78863], + "1.75": [-0.46937, 0.03172, -0.78863] + } + }, + "body4": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*1.2)*1", 0, 0], + "0.4167": ["-10+math.sin(q.anim_time*90*1.2)*1", 0, 0], + "1.0": ["-10+math.sin(q.anim_time*90*1.2)*1", 0, 0], + "1.75": ["math.sin(q.anim_time*90*1.2)*1", 0, 0] + }, + "position": { + "0.0": [0, 0.24311, 1.37873], + "1.75": [0, 0.24311, 1.37873] + } + }, + "fire_crest3": { + "position": { + "0.0": [1.1, 0.09872, 0.89658], + "1.75": [1.1, 0.09872, 0.89658], + "2.0": [1.1, 0.09872, 0.89658] + } + }, + "wingattachment_left2": { + "rotation": { + "0.0": [12.31594, -2.1539, 9.7676], + "1.75": [12.31594, -2.1539, 9.7676] + }, + "position": { + "0.0": [1.8, -0.94413, 0], + "1.75": [1.8, -0.94413, 0] + } + }, + "leg_left": { + "rotation": { + "0.0": ["0.6786-math.sin(q.anim_time*90*1.2)*5", 17.58393, 12.71864], + "1.75": ["0.6786-math.sin(q.anim_time*90*1.2)*5", 17.58393, 12.71864] + }, + "position": { + "0.0": [-0.92156, -2.32964, -7.95495], + "1.75": [-0.92156, -2.32964, -7.95495] + } + }, + "thighL_4": { + "rotation": { + "0.0": [37.5, 0, 0], + "1.75": [37.5, 0, 0] + }, + "position": { + "0.0": [-0.46937, -0.2487, -0.82555], + "1.75": [-0.46937, -0.2487, -0.82555] + } + }, + "ankle_left": { + "rotation": { + "0.0": ["-36.4608+math.sin(q.anim_time*90*1.2)*10", 3.44994, -19.10047], + "1.75": ["-36.4608+math.sin(q.anim_time*90*1.2)*10", 3.44994, -19.10047] + }, + "position": { + "0.0": [-0.20478, 1.5034, -0.5078], + "1.75": [-0.20478, 1.5034, -0.5078] + } + }, + "foot_left": { + "rotation": { + "0.0": ["-14.498-math.sin(q.anim_time*90*1.2)*6", "-24.7538+math.sin(q.anim_time*90*1.2)*1", "3.522+math.sin(q.anim_time*90*1.2)*3.5"], + "1.75": ["-14.498-math.sin(q.anim_time*90*1.2)*6", "-24.7538+math.sin(q.anim_time*90*1.2)*1", "3.522+math.sin(q.anim_time*90*1.2)*3.5"] + }, + "position": { + "0.0": ["-math.sin(q.anim_time*90*1.2)*0.3", "-math.sin(q.anim_time*90*1.2)*0.3", "math.sin(q.anim_time*90*1.2)*0.5"], + "1.75": ["-math.sin(q.anim_time*90*1.2)*0.3", "-math.sin(q.anim_time*90*1.2)*0.3", "math.sin(q.anim_time*90*1.2)*0.5"] + } + }, + "body": { + "position": { + "0.0": [0, "math.sin(q.anim_time*90*1.2)*1 ", 0], + "1.75": [0, "math.sin(q.anim_time*90*1.2)*1 ", 0] + } + }, + "tail_6": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*90*1.2)*2", 0, 0], + "1.75": ["0+math.sin(q.anim_time*90*1.2)*2", 0, 0] + } + }, + "tail_7": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*90*1.2-45)*3", 0, 0], + "1.75": ["0+math.sin(q.anim_time*90*1.2-45)*3", 0, 0] + } + }, + "tail8": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*90*1.2-90)*3", 0, 0], + "1.75": ["0+math.sin(q.anim_time*90*1.2-90)*3", 0, 0] + } + }, + "tail9": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*90*1.2-120)*2", 0, 0], + "1.75": ["0+math.sin(q.anim_time*90*1.2-120)*2", 0, 0] + } + }, + "tail_10": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*90*1.2-160)*3", 0, 0], + "1.75": ["0+math.sin(q.anim_time*90*1.2-160)*3", 0, 0] + } + }, + "body2": { + "rotation": { + "0.0": [0, 0, 0], + "0.4167": [12.5, 0, 0], + "1.25": [12.5, 0, 0], + "2.0": [0, 0, 0] + }, + "position": { + "0.0": [0, -2, 0], + "0.4167": [0, -2, 0], + "0.4583": [0, -3, 0], + "0.5": [0, -2, 0], + "0.5417": [0, -3, 0], + "0.5833": [0, -2, 0], + "0.625": [0, -3, 0], + "0.6667": [0, -2, 0], + "0.7083": [0, -3, 0], + "0.75": [0, -3, 0], + "2.0": [0, -2, 0] + } + }, + "fire_crest_end_fire": { + "scale": 0 + }, + "wires_right": { + "rotation": { + "0.0": ["0-math.sin(q.anim_time*90*1.2)*2", 0, 0], + "1.75": ["0-math.sin(q.anim_time*90*1.2)*2", 0, 0] + }, + "scale": { + "0.0": [0, 0, 0], + "1.75": [0, 0, 0] + } + }, + "bottomwire_right": { + "rotation": { + "0.0": [4, 0, 0], + "1.75": [4, 0, 0] + }, + "position": { + "0.0": [0, 0.9, -2.2], + "1.75": [0, 0.9, -2.2] + } + }, + "wires_left": { + "rotation": { + "0.0": ["0-math.sin(q.anim_time*90*1.2)*2", 0, 0], + "1.75": ["0-math.sin(q.anim_time*90*1.2)*2", 0, 0] + }, + "scale": { + "0.0": [0, 0, 0], + "1.75": [0, 0, 0] + } + }, + "bottomwire_left": { + "position": { + "0.0": [0, 2.3, -1.3], + "1.75": [0, 2.3, -1.3] + } + }, + "ankle_right2": { + "rotation": { + "0.0": [40, 0, 0], + "1.75": [40, 0, 0] + } + }, + "ankle_left2": { + "rotation": { + "0.0": [55, 0, 0], + "1.75": [55, 0, 0] + } + }, + "tail_fire": { + "scale": { + "0.0": [0, 0, 0], + "1.75": [0, 0, 0] + } + }, + "tail_fire1": { + "scale": { + "0.0": [0, 0, 0], + "1.75": [0, 0, 0] + } + }, + "tail_fire2": { + "scale": { + "0.0": [0, 0, 0], + "1.75": [0, 0, 0] + } + }, + "tail_fire3": { + "scale": { + "0.0": [0, 0, 0], + "1.75": [0, 0, 0] + } + }, + "tail_fire4": { + "scale": { + "0.0": [0, 0, 0], + "1.75": [0, 0, 0] + } + }, + "wing_fire": { + "scale": { + "0.0": [0, 0, 0], + "1.75": [0, 0, 0] + } + }, + "body3": { + "rotation": { + "0.0": [0, 0, 0], + "0.4167": [12.5, 0, 0], + "1.25": [12.5, 0, 0], + "2.0": [0, 0, 0] + } + }, + "tail_flash": { + "scale": { + "0.0833": [0, 0, 0], + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + } + } + }, + "tail_flash_dim": { + "scale": { + "0.0833": [1, 1, 1], + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "tail_flash2": { + "scale": { + "0.0833": [0, 0, 0], + "0.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + } + } + }, + "tail_flash_dim2": { + "scale": { + "0.0833": [1, 1, 1], + "0.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "tail_flash3": { + "scale": { + "0.2083": [1, 1, 1], + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + }, + "topwire_right2": { + "scale": { + "0.2083": [0, 0, 0], + "0.9167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire": { + "scale": { + "0.2083": [0, 0, 0], + "0.9167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire6": { + "scale": { + "0.2083": [0, 0, 0], + "0.9167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "topwire_left2": { + "scale": { + "0.2083": [0, 0, 0], + "0.9167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + } + } + }, + "animation.kyuremwhite.quirk": { + "loop": true, + "animation_length": 9, + "bones": { + "tail1": { + "rotation": { + "0.0": [0, 0, 0], + "1.9167": [0, 0, 0], + "2.0417": [0, 0, "math.sin(query.anim_time * 3000) * 3"], + "2.375": [0, 0, "math.sin(query.anim_time * 3000) * 3"], + "2.8333": [0, 0, 0] + } + }, + "tail_flash": { + "scale": { + "0.0417": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9167": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + }, + "2.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.875": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + }, + "5.25": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + } + } + }, + "tail_flash_dim": { + "scale": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [1, 1, 1] + }, + "0.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.875": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "5.25": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + } + } + }, + "tail_flash2": { + "scale": { + "0.0417": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9167": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + }, + "2.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.875": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + }, + "5.25": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + } + } + }, + "tail_flash_dim2": { + "scale": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [1, 1, 1] + }, + "0.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.9167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.875": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "5.25": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + } + } + }, + "wire": { + "scale": { + "0.0": [1, 1, 1], + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.6667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.875": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire2": { + "scale": { + "0.0": [1, 1, 1], + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire3": { + "scale": { + "0.0": [1, 1, 1], + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.7917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire4": { + "scale": { + "0.0": [1, 1, 1], + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.625": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire5": { + "scale": { + "0.0": [1, 1, 1], + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.625": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.8333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.875": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire6": { + "scale": { + "0.0": [1, 1, 1], + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.6667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.875": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire7": { + "scale": { + "0.0": [1, 1, 1], + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire8": { + "scale": { + "0.0": [1, 1, 1], + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.7917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire9": { + "scale": { + "0.0": [1, 1, 1], + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.625": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire10": { + "scale": { + "0.0": [1, 1, 1], + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.625": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.8333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.875": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire11": { + "scale": { + "0.0": [1, 1, 1], + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.6667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.875": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire12": { + "scale": { + "0.0": [1, 1, 1], + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire13": { + "scale": { + "0.0": [1, 1, 1], + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.7917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire14": { + "scale": { + "0.0": [1, 1, 1], + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.625": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "wire15": { + "scale": { + "0.0": [1, 1, 1], + "0.4167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.625": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.6667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.8333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.875": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "topwire_right5": { + "scale": { + "0.0": [1, 1, 1], + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.625": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "topwire_right4": { + "scale": { + "0.0": [1, 1, 1], + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.7917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "topwire_right3": { + "scale": { + "0.0": [1, 1, 1], + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "topwire_right2": { + "scale": { + "0.0": [1, 1, 1], + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.6667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.875": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "topwire_right6": { + "scale": { + "0.0": [1, 1, 1], + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.7917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "topwire_left5": { + "scale": { + "0.0": [1, 1, 1], + "0.375": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.625": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.8333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.2083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.25": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "topwire_left4": { + "scale": { + "0.0": [1, 1, 1], + "0.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5833": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.7917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.0": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.1667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.2083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "topwire_left3": { + "scale": { + "0.0": [1, 1, 1], + "0.2917": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.7083": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.9167": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.125": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "topwire_left2": { + "scale": { + "0.0": [1, 1, 1], + "0.25": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.2917": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.4583": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.5": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.6667": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.7083": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.875": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9167": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.0833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "1.125": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.0417": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.75": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + } + } + }, + "tail_flash3": { + "scale": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "0.5833": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "0.9583": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "1.3333": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + }, + "2.0417": { + "pre": [0, 0, 0], + "post": [1, 1, 1] + }, + "2.75": { + "pre": [1, 1, 1], + "post": [0, 0, 0] + } + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/landorus/landorus.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/landorus/landorus.animation.json new file mode 100644 index 0000000..4bded67 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/landorus/landorus.animation.json @@ -0,0 +1,3871 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.landorus.cry": { + "animation_length": 1.9167, + "bones": { + "arm_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [16.98216, -14.98328, -49.74943], + "1.0": [16.98216, -14.98328, -49.74943], + "1.75": [0, 0, 0] + } + }, + "bicep_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-96.04711, -21.46111, -42.46794], + "1.0": [-96.04711, -21.46111, -42.46794], + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, -1, 0], + "1.0": [0, -1, 0], + "1.75": [0, 0, 0] + } + }, + "forearm_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-24.58534, -17.84677, 51.17054], + "1.0": [-24.58534, -17.84677, 51.17054], + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, -1, 0], + "1.0": [0, -1, 0], + "1.75": [0, 0, 0] + } + }, + "wrist_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [8.2345, 11.75167, 15.72207], + "1.0": [8.2345, 11.75167, 15.72207], + "1.75": [0, 0, 0] + } + }, + "hand_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 17.5, 0], + "1.0": [0, 17.5, 0], + "1.75": [0, 0, 0] + } + }, + "thumb_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [17.67066, 8.0592, -18.32028], + "1.0": [17.67066, 8.0592, -18.32028], + "1.75": [0, 0, 0] + } + }, + "rthumb_tip": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [22.5, 0, 0], + "1.0": [22.5, 0, 0], + "1.75": [0, 0, 0] + } + }, + "index_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 5, 0], + "1.0": [0, 5, 0], + "1.75": [0, 0, 0] + } + }, + "Rindex_tip": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 65, 0], + "1.0": [0, 65, 0], + "1.75": [0, 0, 0] + } + }, + "middle_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 12.5, 0], + "1.0": [0, 12.5, 0], + "1.75": [0, 0, 0] + } + }, + "Rmiddle_tip": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [21.32038, 75.73781, 15.29151], + "1.0": [21.32038, 75.73781, 15.29151], + "1.75": [0, 0, 0] + } + }, + "ring_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 17.5, 0], + "1.0": [0, 17.5, 0], + "1.75": [0, 0, 0] + } + }, + "Rring_tip": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 40, 0], + "1.0": [0, 40, 0], + "1.75": [0, 0, 0] + } + }, + "pinky_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 15, 0], + "1.0": [0, 15, 0], + "1.75": [0, 0, 0] + } + }, + "Rpinky_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 60, 0], + "1.0": [0, 60, 0], + "1.75": [0, 0, 0] + } + }, + "shoulder_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-66.6483, 59.90389, 70], + "1.0": [-66.6483, 59.90389, 70], + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [-1, -0.5, 0.3], + "1.0": [-1, -0.5, 0.3], + "1.75": [0, 0, 0] + } + }, + "bicep_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-98.09261, 38.92299, 7.48756], + "1.0": [-98.09261, 38.92299, 7.48756], + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, -1, 0], + "1.0": [0, -1, 0], + "1.75": [0, 0, 0] + } + }, + "forearm_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [141.3281, -14.50625, -205.5538], + "1.0": [141.3281, -14.50625, -205.5538], + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, -1, -2], + "1.0": [0, -1, -2], + "1.75": [0, 0, 0] + } + }, + "thumb_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-17.5, 0, 0], + "1.0": [-17.5, 0, 0], + "1.75": [0, 0, 0] + } + }, + "index_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -72.5, 0], + "1.0": [0, -72.5, 0], + "1.75": [0, 0, 0] + } + }, + "middle_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -87.5, 0], + "1.0": [0, -87.5, 0], + "1.75": [0, 0, 0] + } + }, + "ring_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -80, 0], + "1.0": [0, -80, 0], + "1.75": [0, 0, 0] + } + }, + "pinky_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -82.5, 0], + "1.0": [0, -82.5, 0], + "1.75": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": [5, 0, 0] + } + }, + "tail_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-18.84825, 11.83747, -12.17553], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-18.84825, 11.83747, -12.17553], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + } + }, + "tail_3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-6.81098, -0.54996, 3.1264], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-6.81098, -0.54996, 3.1264], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + } + }, + "tail_4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.5, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.5, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + } + }, + "tail_5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-10, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-10, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + } + }, + "tail_6": { + "rotation": { + "0.0": [0, 0, 0], + "1.75": [0, 0, 0] + } + }, + "tail_7": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-20, 0, 0], + "1.75": [0, 0, 0] + } + }, + "tip_8": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-30, 0, 0], + "1.75": [0, 0, 0] + } + }, + "mainthing": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + } + }, + "shoulder_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-54.60195, -27.28302, -8.26959], + "1.0": [-54.60195, -27.28302, -8.26959], + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, -1, -1], + "1.0": [0, -1, -1], + "1.75": [0, 0, 0] + } + }, + "indexleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -92.5, 0], + "1.0": [0, -92.5, 0], + "1.75": [0, 0, 0] + } + }, + "midleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -70, 0], + "1.0": [0, -70, 0], + "1.75": [0, 0, 0] + } + }, + "ringleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -67.5, 0], + "1.0": [0, -67.5, 0], + "1.75": [0, 0, 0] + } + }, + "pinkleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -75, 0], + "1.0": [0, -75, 0], + "1.75": [0, 0, 0] + } + }, + "thumbleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [65, 0, 0], + "1.0": [65, 0, 0], + "1.75": [0, 0, 0] + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + } + } + } + }, + "animation.landorus.faint": { + "loop": true, + "animation_length": 3, + "bones": { + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [16.98216, -14.98328, -49.74943], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [16.98216, -14.98328, -49.74943], + "lerp_mode": "catmullrom" + } + } + }, + "bicep_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-96.04711, -21.46111, -42.46794], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-96.04711, -21.46111, -42.46794], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + } + } + }, + "forearm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [133.19634, -57.67501, 213.10634], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [133.19634, -57.67501, 213.10634], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wrist_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [8.2345, 11.75167, 15.72207], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [8.2345, 11.75167, 15.72207], + "lerp_mode": "catmullrom" + } + } + }, + "hand_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "thumb_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-7.32934, 8.0592, -18.32028], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-7.32934, 8.0592, -18.32028], + "lerp_mode": "catmullrom" + } + } + }, + "rthumb_tip": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "index_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -67.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -67.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rindex_tip": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "middle_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -95, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -95, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rmiddle_tip": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [5.14118, 1.67114, -5.27798], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [5.14118, 1.67114, -5.27798], + "lerp_mode": "catmullrom" + } + } + }, + "ring_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -82.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -82.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rring_tip": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "pinky_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -105, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -105, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rpinky_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "shoulder_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-69.77781, 59.1272, 95.18024], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-69.77781, 59.1272, 95.18024], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-1, -0.5, 0.3], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-1, -0.5, 0.3], + "lerp_mode": "catmullrom" + } + } + }, + "bicep_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-96.6229, 39.23069, 25.04601], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-96.6229, 39.23069, 25.04601], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "forearm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-28.99325, 32.46598, -34.32634], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-28.99325, 32.46598, -34.32634], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "thumb_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-70, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-70, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "index_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + } + } + }, + "middle_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ring_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "pinky_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 40, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 40, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-33.74538, 24.3683, -5.7632], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-36.24538, -24.3683, 5.7632], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-35.9936, 21.93857, -5.123], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-33.74538, 24.3683, -5.7632], + "lerp_mode": "catmullrom" + } + } + }, + "tail_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-61.34825, 11.83747, -12.17553], + "lerp_mode": "catmullrom" + } + } + }, + "tail_3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-39.31098, -0.54996, 3.1264], + "lerp_mode": "catmullrom" + } + } + }, + "tail_4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-28.30005, 26.94622, -1.21217], + "lerp_mode": "catmullrom" + } + } + }, + "tail_5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-10, 12.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-20.49008, -11.53486, 4.8493], + "lerp_mode": "catmullrom" + } + } + }, + "tail_7": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-15.27399, -1.36594, -17.57352], + "lerp_mode": "catmullrom" + } + } + }, + "tip_8": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "mainthing": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 9, 0], + "lerp_mode": "catmullrom" + } + } + }, + "shoulder_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-73.27888, -29.05536, -39.33729], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-73.27888, -29.05536, -39.33729], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -1, -2], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -1, -2], + "lerp_mode": "catmullrom" + } + } + }, + "indexleft2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -47.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -47.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "midleft2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ringleft2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + } + } + }, + "pinkleft2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + } + } + }, + "thumbleft2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wrist_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [9.82895, 9.48648, 10.07344], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [9.82895, 9.48648, 10.07344], + "lerp_mode": "catmullrom" + } + } + }, + "hand_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-26.8934, 44.47916, 7.25782], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-26.8934, 44.47916, 7.25782], + "lerp_mode": "catmullrom" + } + } + }, + "tail_2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "browright": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [0, 0, -20] + }, + "scale": { + "0.0": [1, 1, 1], + "0.75": [1.3, 1, 1] + } + }, + "browleft": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 47.5] + }, + "position": { + "0.0": [0, 0, 0], + "0.75": [1, 0.3, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "0.75": [1.3, 1.1, 1] + } + } + } + }, + "animation.landorus.ground_idle": { + "loop": true, + "bones": { + "mainthing": { + "position": [0, "0-math.sin(q.anim_time*45*1)*1", 0] + }, + "upperbody": { + "position": [0, "-2-math.sin(q.anim_time*45*0.8)*1", 0] + }, + "tail_1": { + "rotation": ["-math.sin(q.anim_time*90*1)*2", 0, 0] + } + } + }, + "animation.landorus.ground_walk": { + "loop": true, + "bones": { + "head": { + "rotation": [-10, 0, 0], + "position": [0, 0, 0] + }, + "mainthing": { + "rotation": [17.5, 0, 0], + "position": [0, "3-math.sin(q.anim_time*45*2)*1", 0] + }, + "upperbody": { + "position": [0, "-2-math.sin(q.anim_time*45*0.8)*1", 0] + }, + "torso": { + "rotation": [-10, 0, 0], + "position": [0, -1, 0] + }, + "tail_1": { + "rotation": ["-math.sin(q.anim_time*90*1)*2", 0, 0] + } + } + }, + "animation.landorus.physical_attack": { + "loop": true, + "animation_length": 1.5, + "bones": { + "mainthing": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 3, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "upperbody": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 35, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 35, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-11.32607, -37.33289, 6.29298], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, -37.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-0.53889, -10.0593, -0.0117], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "shoulder_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-26.91312, -14.97402, -31.87535], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-26.91312, -14.97402, -31.87535], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-8.22225, -92.01206, -42.52995], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-8.22225, -92.01206, -42.52995], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "bicep_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-81.19352, -9.20493, -45.298], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-81.19352, -9.20493, -45.298], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-67.03836, 46.97727, -26.25487], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-67.03836, 46.97727, -26.25487], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "forearm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-70.19861, -59.35298, -120.68869], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-70.19861, -59.35298, -120.68869], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-128.87318, -84.02683, -61.13347], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-128.87318, -84.02683, -61.13347], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "wrist_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [17.25888, -2.48774, -34.32359], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [17.25888, -2.48774, -34.32359], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-2.5122, 9.26392, 7.26597], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-2.5122, 9.26392, 7.26597], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "hand_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-1.00966, -24.59477, -15.37066], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-1.00966, -24.59477, -15.37066], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-0.00933, 2.462, -20.43439], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-0.00933, 2.462, -20.43439], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "thumb_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [22.5, 0, -13.38192], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [22.5, 0, -13.38192], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "index_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, -40, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, -40, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 9.31, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 9.31, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "Rindex_tip": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [0, 57.5, 0], + "1.0417": [0, 57.5, 0] + } + }, + "middle_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, -42.5, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, -42.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -0.42, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, -0.42, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "Rmiddle_tip": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 68.65, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 68.65, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "ring_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -1.22, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, -1.22, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "Rring_tip": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 69.73, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 69.73, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "pinky_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, -62.5, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, -62.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 9.24, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 9.24, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "Rpinky_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [0, 60, 0], + "1.0417": [0, 60, 0] + } + }, + "shoulder_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-60.5225, 111.50559, 71.33008], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-60.5225, 111.50559, 71.33008], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-71.15754, 28.90419, 75.29225], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-71.15754, 28.90419, 75.29225], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "bicep_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-17.36402, 21.71077, 10.13189], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-17.36402, 21.71077, 10.13189], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-18.41514, 22.71095, 15.14233], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-18.41514, 22.71095, 15.14233], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "forearm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-165.40005, -20.8063, 123.59493], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-165.40005, -20.8063, 123.59493], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-40.60535, -17.35915, -22.33906], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-36.84695, 16.09878, -44.63458], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-30.23085, 72.40336, -39.37491], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-30.23085, 72.40336, -39.37491], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [1, -1, -3], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [1, -1, -3], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-1, -2, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-1, -2, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "wrist_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [22.50041, -4.68437, -7.49336], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [22.50041, -4.68437, -7.49336], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [96.898, -2.81022, 8.96797], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [96.898, -2.81022, 8.96797], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "hand_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-35.03536, 37.49986, 0.11167], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-35.03536, 37.49986, 0.11167], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "thumb_left": { + "rotation": { + "0.375": [-17.5, 0, 0], + "0.625": [-17.5, 0, 0] + } + }, + "thumbleft2": { + "rotation": { + "0.375": [65, 0, 0], + "0.625": [65, 0, 0] + } + }, + "index_left": { + "rotation": { + "0.375": [0, -72.5, 0], + "0.625": [0, -72.5, 0] + } + }, + "indexleft2": { + "rotation": { + "0.375": [0, -92.5, 0], + "0.625": [0, -92.5, 0] + } + }, + "middle_left": { + "rotation": { + "0.375": [0, -87.5, 0], + "0.625": [0, -87.5, 0] + } + }, + "midleft2": { + "rotation": { + "0.375": [0, -70, 0], + "0.625": [0, -70, 0] + } + }, + "ring_left": { + "rotation": { + "0.375": [0, -80, 0], + "0.625": [0, -80, 0] + } + }, + "ringleft2": { + "rotation": { + "0.375": [0, -67.5, 0], + "0.625": [0, -67.5, 0] + } + }, + "pinky_left": { + "rotation": { + "0.375": [0, -82.5, 0], + "0.625": [0, -82.5, 0] + } + }, + "pinkleft2": { + "rotation": { + "0.375": [0, -75, 0], + "0.625": [0, -75, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 47.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 47.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "tail_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-18.84825, 11.83747, -12.17553], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-18.84825, 11.83747, -12.17553], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "tail_3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-6.81098, -0.54996, 3.1264], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-6.81098, -0.54996, 3.1264], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "tail_4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.5, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-12.5, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "tail_5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-10, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-10, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "tail_6": { + "rotation": { + "0.0": [0, 0, 0], + "1.5": [0, 0, 0] + } + }, + "tail_7": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-20, 0, 0], + "1.5": [0, 0, 0] + } + }, + "tip_8": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-30, 0, 0], + "1.5": [0, 0, 0] + } + } + } + }, + "animation.landorus.status": { + "loop": true, + "animation_length": 2.6667, + "bones": { + "mainthing": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 3, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 3, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "shoulder_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [3.66507, -16.73043, -0.41274], + "1.1667": [3.66507, -16.73043, -0.41274], + "2.0": [3.66507, -16.73043, -0.41274], + "2.6667": [0, 0, 0] + } + }, + "bicep_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [1.85847, -2.43807, -32.13772], + "1.1667": [1.85847, -2.43807, -32.13772], + "2.0": [1.85847, -2.43807, -32.13772], + "2.6667": [0, 0, 0] + } + }, + "forearm_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-144.27194, -50.36074, -143.90337], + "1.1667": [-144.27194, -50.36074, -143.90337], + "2.0": [-144.27194, -50.36074, -143.90337], + "2.6667": [0, 0, 0] + } + }, + "wrist_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-2.11723, 26.3768, 9.4362], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-2.11723, 26.3768, 9.4362], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-2.11723, 26.3768, 9.4362], + "lerp_mode": "catmullrom" + }, + "2.6667": [0, 0, 0] + } + }, + "shoulder_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [11.41375, 35.92332, -22.46207], + "1.0": [11.41375, 35.92332, -22.46207], + "1.1667": [11.41375, 35.92332, -22.46207], + "1.5": [-5.82296, 47.54368, 17.07307], + "2.0": [-5.82296, 47.54368, 17.07307], + "2.6667": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 0, 0], + "1.1667": [0, 0, 0], + "1.5": [0, 0, 2], + "2.0": [0, 0, 2], + "2.6667": [0, 0, 0] + } + }, + "bicep_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0.68566, -7.44904, 3.88961], + "1.1667": [0.68566, -7.44904, 3.88961], + "1.5": [-0.7933, 14.92015, 6.74129], + "2.0": [-6.19379, 1.66763, 22.62878], + "2.6667": [0, 0, 0] + } + }, + "forearm_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-48.87584, 5.21666, 25.08964], + "0.75": [-47.6314, 7.60026, 23.6346], + "1.0": [-48.87584, 5.21666, 25.08964], + "1.1667": [-48.87584, 5.21666, 25.08964], + "1.5": [-159.71709, 40.85804, 89.09628], + "2.0": [-159.71709, 40.85804, 89.09628], + "2.6667": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.5": [0, 0, -2], + "2.0": [0, 0, -2], + "2.6667": [0, 0, 0] + } + }, + "wrist_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [112.45191, -32.31309, 2.15233], + "1.0": [112.45191, -32.31309, 2.15233], + "1.1667": [112.45191, -32.31309, 2.15233], + "1.5": [111.59573, -1.94047, -9.17444], + "2.0": [113.20444, -3.85231, 35.81432], + "2.6667": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 2, 0], + "1.1667": [0, 2, 0], + "2.6667": [0, 0, 0] + } + }, + "hand_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-29.84797, 49.93758, 1.37935], + "1.0": [-29.84797, 49.93758, 1.37935], + "1.1667": [-29.84797, 49.93758, 1.37935], + "1.5": [-29.78809, 20.06312, -1.39479], + "2.6667": [0, 0, 0] + } + }, + "thumbleft2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [95, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [95, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [95, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": [0, 0, 0] + } + }, + "middle_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -82.5, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, -82.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -82.5, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": [0, 0, 0] + } + }, + "midleft2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -70, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, -70, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -70, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": [0, 0, 0] + } + }, + "ring_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -70, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, -70, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -70, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": [0, 0, 0] + } + }, + "ringleft2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -100, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, -100, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -100, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": [0, 0, 0] + } + }, + "pinky_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -82.5, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, -82.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -82.5, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": [0, 0, 0] + } + }, + "pinkleft2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -75, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, -75, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -75, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [-20.28592, -52.30155, 25.03987], + "2.0": [-20.28592, -52.30155, 25.03987], + "2.6667": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, -1, 0], + "2.0": [0, -1, 0], + "2.6667": [0, 0, 0] + } + }, + "tail_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-18.84825, 11.83747, -12.17553], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-18.84825, 11.83747, -12.17553], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-6.81098, -0.54996, 3.1264], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-6.81098, -0.54996, 3.1264], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.5, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-12.5, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-10, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-10, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_6": { + "rotation": { + "0.0": [0, 0, 0], + "2.6667": [0, 0, 0] + } + }, + "tail_7": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-20, 0, 0], + "2.6667": [0, 0, 0] + } + }, + "tip_8": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-30, 0, 0], + "2.6667": [0, 0, 0] + } + } + } + }, + "animation.landorus.special_attack": { + "animation_length": 2.5, + "bones": { + "mainthing": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 30, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 30, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "upperbody": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "shoulder_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-27.04578, -5.7878, -45.85396], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [3.75662, -45.0473, -24.24284], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [3.75662, -45.0473, -24.24284], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bicep_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-9.68826, -16.18481, -57.94102], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-5.89379, -12.00199, -30.49633], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-5.89379, -12.00199, -30.49633], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "forearm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-178.36016, -7.76708, -181.99503], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-137.31772, -77.67383, -140.25249], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-137.04862, -44.93934, -143.79396], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-137.04862, -44.93934, -143.79396], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wrist_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [6.62672, -3.00141, -45.07426], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-0.59857, 31.8655, 21.88793], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-0.59857, 31.8655, 21.88793], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "hand_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -32.5, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "index_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -47.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -47.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "middle_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ring_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "pinky_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "shoulder_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-58.395, 99.67957, 50.37232], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-72.95317, -0.97263, 96.13048], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-72.95317, -0.97263, 96.13048], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bicep_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15.26684, 13.37341, 40.3758], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15.26684, 13.37341, 40.3758], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "forearm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-33.82896, 45.17121, -31.24996], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-39.07132, 46.68744, -15.43728], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-39.07132, 46.68744, -15.43728], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wrist_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0.61994, -22.00329, -12.07232], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "hand_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-12.5, 27.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -30, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [17.5, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [17.5, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -90], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-12.5, 0, -90], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-8.27166, -16.24478, -47.08751], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-12.01, 10.58608, -10.01879], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [1.54016, -28.50824, -1.26387], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [1.54016, -28.50824, -1.26387], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [1.89625, -19.49119, -10.5248], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [1.89625, -19.49119, -10.5248], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-30.21362, 6.49053, -3.76613], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-3.80155, -5.49882, -12.50527], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-3.80155, -5.49882, -12.50527], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-26.78135, 20.29348, -9.92926], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-1.48685, 16.5773, -1.81147], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-1.48685, 16.5773, -1.81147], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-3.38852, 16.41371, -6.15491], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-45.61607, -20.35421, -13.66426], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-27.38832, 20.98479, -11.19225], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_7": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-22.57734, -4.61854, 1.91757], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [3.47698, 1.16776, 49.20183], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-4.02302, 1.16776, 49.20183], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tip_8": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.landorus.quirk": { + "animation_length": 4, + "bones": { + "mainthing": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "upperbody": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -37.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -37.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [20, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [20, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0.19, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0.19, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [16.98216, -14.98328, -49.74943], + "1.0": [16.98216, -14.98328, -49.74943], + "1.5": [16.98216, -14.98328, -49.74943], + "2.0": [16.98216, -14.98328, -49.74943], + "3.0": [16.98216, -14.98328, -49.74943], + "3.5": [0, 0, 0] + } + }, + "shoulder_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-54.60195, -27.28302, -8.26959], + "1.0": [-54.60195, -27.28302, -8.26959], + "1.5": [64.91351, -17.06891, 125.75116], + "2.0": [64.91351, -17.06891, 125.75116], + "2.5": [27.10317, -12.2373, 80.65881], + "3.0": [27.10317, -12.2373, 80.65881], + "3.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, -1, -1], + "1.0": [0, -1, -1], + "1.5": [0, -1, -1], + "2.0": [0, -1, -1], + "2.5": [1, -0.67, -0.67], + "3.0": [1, -0.67, -0.67], + "3.5": [0, 0, 0] + } + }, + "bicep_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-96.04711, -21.46111, -42.46794], + "1.0": [-96.04711, -21.46111, -42.46794], + "1.5": [-95.62546, 6.13406, -43.21978], + "2.0": [-95.62546, 6.13406, -43.21978], + "2.5": [-89.79087, -22.03727, -29.21028], + "3.0": [-89.79087, -22.03727, -29.21028], + "3.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, -1, 0], + "1.0": [0, -1, 0], + "1.5": [0, -1, -1], + "2.0": [0, -1, -1], + "2.5": [0, 0.33, -0.67], + "3.0": [0, 0.33, -0.67], + "3.5": [0, 0, 0] + } + }, + "forearm_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-24.58534, -17.84677, 51.17054], + "1.0": [-24.58534, -17.84677, 51.17054], + "1.5": [-59.33406, -109.33522, -94.81321], + "2.0": [-59.33406, -109.33522, -94.81321], + "2.5": [-67.92997, -80.14271, -80.43778], + "3.0": [-67.92997, -80.14271, -80.43778], + "3.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, -1, 0], + "1.0": [0, -1, 0], + "1.5": [0, 0.25, 1], + "2.0": [0, 0.25, 1], + "3.5": [0, 0, 0] + } + }, + "wrist_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [8.2345, 11.75167, 15.72207], + "1.0": [8.2345, 11.75167, 15.72207], + "1.5": [58.96489, 13.34342, 0.78851], + "2.0": [58.96489, 13.34342, 0.78851], + "2.5": [6.78366, 16.37501, 1.08222], + "3.0": [6.78366, 16.37501, 1.08222], + "3.5": [0, 0, 0] + } + }, + "hand_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 17.5, 0], + "1.0": [0, 17.5, 0], + "1.5": [0, 12.5, 0], + "2.0": [0, 12.5, 0], + "3.5": [0, 0, 0] + } + }, + "thumb_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [17.67066, 8.0592, -18.32028], + "1.0": [17.67066, 8.0592, -18.32028], + "1.5": [17.67066, 8.0592, -18.32028], + "2.0": [17.67066, 8.0592, -18.32028], + "2.5": [17.67066, 8.0592, -18.32028], + "3.0": [17.67066, 8.0592, -18.32028], + "3.5": [0, 0, 0] + } + }, + "rthumb_tip": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [22.5, 0, 0], + "1.0": [22.5, 0, 0], + "1.5": [22.5, 0, 0], + "2.0": [22.5, 0, 0], + "2.5": [22.5, 0, 0], + "3.0": [22.5, 0, 0], + "3.5": [0, 0, 0] + } + }, + "index_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 5, 0], + "1.0": [0, 5, 0], + "1.5": [0, -35, 0], + "2.0": [0, -35, 0], + "2.5": [0, 5, 0], + "3.0": [0, 5, 0], + "3.5": [0, 0, 0] + } + }, + "Rindex_tip": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 65, 0], + "1.0": [0, 65, 0], + "1.5": [0, 25, 0], + "2.0": [0, 25, 0], + "2.5": [0, 65, 0], + "3.0": [0, 65, 0], + "3.5": [0, 0, 0] + } + }, + "middle_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 12.5, 0], + "1.0": [0, 12.5, 0], + "1.5": [0, -27.5, 0], + "2.0": [0, -27.5, 0], + "2.5": [0, 12.5, 0], + "3.0": [0, 12.5, 0], + "3.5": [0, 0, 0] + } + }, + "Rmiddle_tip": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [21.32038, 75.73781, 15.29151], + "1.0": [21.32038, 75.73781, 15.29151], + "1.5": [5.247, 11.63029, -4.3677], + "2.0": [5.247, 11.63029, -4.3677], + "2.5": [21.32038, 75.73781, 15.29151], + "3.0": [21.32038, 75.73781, 15.29151], + "3.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.5": [0, 0, 0], + "2.0": [0, 0, 0], + "3.5": [0, 0, 0] + } + }, + "ring_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 17.5, 0], + "1.0": [0, 17.5, 0], + "1.5": [0, -30, 0], + "2.0": [0, -30, 0], + "2.5": [0, 17.5, 0], + "3.0": [0, 17.5, 0], + "3.5": [0, 0, 0] + } + }, + "Rring_tip": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 40, 0], + "1.0": [0, 40, 0], + "1.5": [0, 22.5, 0], + "2.0": [0, 22.5, 0], + "2.5": [0, 40, 0], + "3.0": [0, 40, 0], + "3.5": [0, 0, 0] + } + }, + "pinky_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 15, 0], + "1.0": [0, 15, 0], + "1.5": [0, -30, 0], + "2.0": [0, -30, 0], + "2.5": [0, 15, 0], + "3.0": [0, 15, 0], + "3.5": [0, 0, 0] + } + }, + "Rpinky_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 60, 0], + "1.0": [0, 60, 0], + "1.5": [0, 15, 0], + "2.0": [0, 15, 0], + "2.5": [0, 60, 0], + "3.0": [0, 60, 0], + "3.5": [0, 0, 0] + } + }, + "shoulder_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-66.6483, 59.90389, 70], + "1.0": [-66.6483, 59.90389, 70], + "1.5": [26.70193, 67.06169, -17.42234], + "2.0": [26.70193, 67.06169, -17.42234], + "2.5": [-16.24493, 19.51236, 7.81181], + "3.0": [-16.24493, 19.51236, 7.81181], + "3.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [-1, -0.5, 0.3], + "1.0": [-1, -0.5, 0.3], + "1.5": [-1, -0.5, 0.3], + "2.0": [-1, -0.5, 0.3], + "2.5": [-0.67, -0.33, -0.8], + "3.0": [-0.67, -0.33, -0.8], + "3.5": [0, 0, 0] + } + }, + "bicep_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-98.09261, 38.92299, 7.48756], + "1.0": [-98.09261, 38.92299, 7.48756], + "1.5": [-96.19221, 39.235, 30.06451], + "2.0": [-96.19221, 39.235, 30.06451], + "2.5": [-95.6383, 31.832, 17.53096], + "3.0": [-95.6383, 31.832, 17.53096], + "3.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, -1, 0], + "1.0": [0, -1, 0], + "1.5": [0, -1, 0], + "2.0": [0, -1, 0], + "2.5": [0, -1, 0], + "3.0": [0, -1, 0], + "3.5": [0, 0, 0] + } + }, + "forearm_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [141.3281, -14.50625, -205.5538], + "1.0": [141.3281, -14.50625, -205.5538], + "1.5": [-22.35183, -14.94305, -41.6244], + "2.0": [-22.35183, -14.94305, -41.6244], + "2.5": [54.28556, 74.44633, -83.91033], + "3.0": [54.28556, 74.44633, -83.91033], + "3.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, -1, -2], + "1.0": [0, -1, -2], + "1.5": [0, -1, -2], + "2.0": [0, -1, -2], + "2.5": [0, -1, 0], + "3.0": [0, -1, 0], + "3.5": [0, 0, 0] + } + }, + "hand_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-6.64972, 35.95586, 12.57822], + "1.0": [-6.64972, 35.95586, 12.57822], + "1.5": [-12.5, 42.5, 0], + "2.0": [-12.5, 42.5, 0], + "3.0": [-12.5, 42.5, 0], + "3.5": [0, 0, 0] + } + }, + "thumb_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-17.5, 0, 0], + "1.0": [-17.5, 0, 0], + "1.5": [-17.5, 0, 0], + "2.0": [-17.5, 0, 0], + "2.5": [-17.5, 0, 0], + "3.0": [-17.5, 0, 0], + "3.5": [0, 0, 0] + } + }, + "thumbleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [65, 0, 0], + "1.0": [65, 0, 0], + "1.5": [65, 0, 0], + "2.0": [65, 0, 0], + "2.5": [65, 0, 0], + "3.0": [65, 0, 0], + "3.5": [0, 0, 0] + } + }, + "index_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -72.5, 0], + "1.0": [0, -72.5, 0], + "1.5": [0, -72.5, 0], + "2.0": [0, -72.5, 0], + "2.5": [0, -72.5, 0], + "3.0": [0, -72.5, 0], + "3.5": [0, 0, 0] + } + }, + "indexleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -92.5, 0], + "1.0": [0, -92.5, 0], + "1.5": [0, -92.5, 0], + "2.0": [0, -92.5, 0], + "2.5": [0, -92.5, 0], + "3.0": [0, -92.5, 0], + "3.5": [0, 0, 0] + } + }, + "middle_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -87.5, 0], + "1.0": [0, -87.5, 0], + "1.5": [0, -87.5, 0], + "2.0": [0, -87.5, 0], + "2.5": [0, -87.5, 0], + "3.0": [0, -87.5, 0], + "3.5": [0, 0, 0] + } + }, + "midleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -70, 0], + "1.0": [0, -70, 0], + "1.5": [0, -70, 0], + "2.0": [0, -70, 0], + "2.5": [0, -70, 0], + "3.0": [0, -70, 0], + "3.5": [0, 0, 0] + } + }, + "ring_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -80, 0], + "1.0": [0, -80, 0], + "1.5": [0, -80, 0], + "2.0": [0, -80, 0], + "2.5": [0, -80, 0], + "3.0": [0, -80, 0], + "3.5": [0, 0, 0] + } + }, + "ringleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -67.5, 0], + "1.0": [0, -67.5, 0], + "1.5": [0, -67.5, 0], + "2.0": [0, -67.5, 0], + "2.5": [0, -67.5, 0], + "3.0": [0, -67.5, 0], + "3.5": [0, 0, 0] + } + }, + "pinky_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -82.5, 0], + "1.0": [0, -82.5, 0], + "1.5": [0, -82.5, 0], + "2.0": [0, -82.5, 0], + "2.5": [0, -82.5, 0], + "3.0": [0, -82.5, 0], + "3.5": [0, 0, 0] + } + }, + "pinkleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -75, 0], + "1.0": [0, -75, 0], + "1.5": [0, -75, 0], + "2.0": [0, -75, 0], + "2.5": [0, -75, 0], + "3.0": [0, -75, 0], + "3.5": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [11.00966, 24.59477, 4.62934], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [11.00966, 24.59477, 4.62934], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-18.39322, 1.99781, 2.04869], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [-22.86553, 0.71324, 1.92306], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-18.39322, 1.99781, 2.04869], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-18.39322, 1.99781, 2.04869], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-22.86553, 0.71324, 1.92306], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [-18.39322, 1.99781, 2.04869], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-18.39322, 1.99781, 2.04869], + "lerp_mode": "catmullrom" + }, + "3.5": [5, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "3.5": [0, 0, 0] + } + }, + "tail_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-18.84825, 11.83747, -12.17553], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-18.84825, 11.83747, -12.17553], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-6.81098, -0.54996, 3.1264], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-6.81098, -0.54996, 3.1264], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.5, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.5, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-10, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-10, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_6": { + "rotation": { + "0.0": [0, 0, 0], + "3.5": [0, 0, 0] + } + }, + "tail_7": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-20, 0, 0], + "3.5": [0, 0, 0] + } + }, + "tip_8": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-30, 0, 0], + "3.5": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/latias/latias.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/latias/latias.animation.json new file mode 100644 index 0000000..ee364b9 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/latias/latias.animation.json @@ -0,0 +1,1169 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.latias.blink": { + "animation_length": 0.1667, + "bones": { + "eye_right": { + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [1, 0.8, 1], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "eye_left": { + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [1, 0.9, 1], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.latias.ground_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "rotation": ["math.sin(q.anim_time*90*1)*0.5", 0, "math.sin(q.anim_time*90*1)*1"], + "position": [0, "7-math.sin(q.anim_time*90*1)*1.5", 0] + }, + "wing_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wing_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": ["math.cos(q.anim_time*90*1)*1", 0, 0] + }, + "head": { + "rotation": ["math.cos(q.anim_time*90*1)*1", 0, 0] + }, + "neck2": { + "rotation": ["math.sin(q.anim_time*90*1)*1", 0, 0], + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, -0.2, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.latias.ground_walk": { + "loop": true, + "bones": { + "body": { + "rotation": ["math.sin(q.anim_time*180*1)*1", 0, 0], + "position": [0, "7-math.sin(q.anim_time*180*1)*0.5", 0] + }, + "wing_left": { + "rotation": [0, 0, "-12.5+math.sin(q.anim_time*180*1)*2 "] + }, + "wing_right": { + "rotation": [0, 0, "12.5-math.sin(q.anim_time*180*1)*2 "] + }, + "foot_left": { + "rotation": [0, "-math.sin(q.anim_time*180*1)*2 ", 0] + }, + "foot_right": { + "rotation": [0, "math.sin(q.anim_time*180*1)*2 ", 0] + }, + "arms": { + "position": [0, "math.cos(q.anim_time*180*1)*0.2", 0] + }, + "neck": { + "rotation": ["math.cos(q.anim_time*180*1)*1", 0, 0] + }, + "head": { + "rotation": ["math.cos(q.anim_time*180*1)*1", 0, 0] + }, + "neck2": { + "rotation": ["math.sin(q.anim_time*180*1)*1", 0, 0] + } + } + }, + "animation.latias.physical_attack": { + "animation_length": 3.0833, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [4.99527, -0.21782, 2.4905], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [14.95002, 1.22008, -4.00018], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-60.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-127.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-172.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-212.22, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-291.09, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": [-360, 0, 0], + "2.0833": { + "pre": [-360, 0, 0], + "post": [0, 0, 0] + } + }, + "position": { + "0.0": { + "post": [0, 7, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 28, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 35, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 28, -115], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 60.56, -156.38], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 97.62, -148], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 126.62, -67], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 119.62, 30], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 49.62, 51], + "lerp_mode": "catmullrom" + }, + "1.5833": [0, 7, 0], + "2.0833": [0, 7, 0] + } + }, + "wing_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "2.0833": [0, 0, 0] + } + }, + "wing_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "2.0833": [0, 0, 0] + } + }, + "foot_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": [0, 0, 0] + } + }, + "foot_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": [0, 0, 0] + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -10, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -10, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": [0, 0, 0] + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": [0, 0, 0] + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": [0, 0, 0] + } + }, + "mouth": { + "position": { + "0.0": [0, 0, 0], + "0.2917": [0, 0, -1], + "1.4583": [0, 0, -1], + "2.0833": [0, 0, 0] + } + }, + "neck2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": [0, 0, 0] + } + } + } + }, + "animation.latias.cry": { + "animation_length": 1.2083, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wing_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wing_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-12.5, 10, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-12.5, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-10, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-10, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "mouth": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.latias.special_attack": { + "animation_length": 2, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 7, 0], + "0.5": [0, 7, 0], + "0.5417": [0, 8, 0], + "0.5833": [0, 7, 0], + "0.625": [0, 8, 0], + "0.6667": [0, 7, 0], + "0.7083": [0, 8, 0], + "0.75": [0, 7, 0], + "0.7917": [0, 8, 0], + "0.8333": [0, 7, 0], + "0.875": [0, 8, 0], + "0.9167": [0, 7, 0], + "0.9583": [0, 8, 0], + "1.0": [0, 7, 0], + "1.0417": [0, 8, 0], + "1.0833": [0, 7, 0], + "1.125": [0, 8, 0], + "1.1667": [0, 7, 0], + "1.2083": [0, 8, 0], + "1.25": [0, 7, 0], + "1.2917": [0, 8, 0], + "1.3333": [0, 7, 0], + "1.375": [0, 8, 0], + "1.4167": [0, 7, 0], + "1.4583": [0, 8, 0], + "1.5": [0, 7, 0], + "1.5417": [0, 7, 0] + } + }, + "wing_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wing_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.5, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-12.5, 10, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-10, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-10, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "mouth": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left": { + "rotation": { + "0.0": [0, 0, 0], + "1.5417": [0, -32.5, 0], + "2.0": [0, 0, 0] + } + }, + "foot_right": { + "rotation": { + "0.0": [0, 0, 0], + "1.5417": [0, 40, 0], + "2.0": [0, 0, 0] + } + } + } + }, + "animation.latias.faint": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "rotation": ["math.sin(q.anim_time*90*1)*0.5", 0, "math.sin(q.anim_time*90*1)*1"], + "position": [0, "7-math.sin(q.anim_time*90*1)*1.5", 0] + }, + "wing_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wing_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [-10, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "1.5417": [-10, 0, 0] + } + }, + "neck2": { + "rotation": { + "0.0": [0, 0, 0], + "1.375": [-12.5, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, -0.2, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "mouth": { + "position": [0, 0, -1] + }, + "eye_right": { + "scale": { + "0.0": [1, 1, 1], + "1.25": [1, 1, 1], + "1.75": [1, 0.9, 1] + } + }, + "eye_left": { + "scale": { + "0.0": [1, 1, 1], + "1.25": [1, 1, 1], + "1.75": [1, 0.9, 1] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/latios/latios.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/latios/latios.animation.json new file mode 100644 index 0000000..172781a --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/latios/latios.animation.json @@ -0,0 +1,1172 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.latios.ground_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "rotation": ["math.sin(q.anim_time*90*1)*0.5", 0, "math.sin(q.anim_time*90*1)*1"], + "position": [0, "7-math.sin(q.anim_time*90*1)*1.5", 0] + }, + "wing_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wing_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": ["math.cos(q.anim_time*90*1)*1", 0, 0] + }, + "head": { + "rotation": ["math.cos(q.anim_time*90*1)*1", 0, 0] + }, + "neck2": { + "rotation": ["math.sin(q.anim_time*90*1)*1", 0, 0], + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, -0.2, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.latios.faint": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "rotation": ["math.sin(q.anim_time*90*1)*0.5", 0, "math.sin(q.anim_time*90*1)*1"], + "position": [0, "7-math.sin(q.anim_time*90*1)*1.5", 0] + }, + "wing_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wing_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [-10, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "1.5417": [-10, 0, 0] + } + }, + "neck2": { + "rotation": { + "0.0": [0, 0, 0], + "1.375": [-12.5, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, -0.2, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "mouth": { + "position": [0, 0, -1] + }, + "eye_right": { + "scale": { + "0.0": [1, 1, 1], + "1.25": [1, 1, 1], + "1.75": [1, 0.9, 1] + } + }, + "eye_left": { + "scale": { + "0.0": [1, 1, 1], + "1.25": [1, 1, 1], + "1.75": [1, 0.9, 1] + } + } + } + }, + "animation.latios.blink": { + "animation_length": 0.1667, + "bones": { + "eye_right": { + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [1, 0.8, 1], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "eye_left": { + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [1, 0.9, 1], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.latios.ground_walk": { + "loop": true, + "bones": { + "body": { + "rotation": ["math.sin(q.anim_time*180*1)*1", 0, 0], + "position": [0, "7-math.sin(q.anim_time*180*1)*0.5", 0] + }, + "wing_left": { + "rotation": [0, 0, "-12.5+math.sin(q.anim_time*180*1)*2 "] + }, + "wing_right": { + "rotation": [0, 0, "12.5-math.sin(q.anim_time*180*1)*2 "] + }, + "foot_left": { + "rotation": [0, "-math.sin(q.anim_time*180*1)*2 ", 0] + }, + "foot_right": { + "rotation": [0, "math.sin(q.anim_time*180*1)*2 ", 0] + }, + "arms": { + "position": [0, "math.cos(q.anim_time*180*1)*0.2", 0] + }, + "neck": { + "rotation": ["math.cos(q.anim_time*180*1)*1", 0, 0] + }, + "head": { + "rotation": ["math.cos(q.anim_time*180*1)*1", 0, 0] + }, + "neck2": { + "rotation": ["math.sin(q.anim_time*180*1)*1", 0, 0] + } + } + }, + "animation.latios.cry": { + "animation_length": 1.2083, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wing_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wing_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-12.5, 10, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-12.5, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-10, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-10, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "mouth": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.latios.special_attack": { + "animation_length": 2, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 7, 0], + "0.5": [0, 7, 0], + "0.5417": [0, 8, 0], + "0.5833": [0, 7, 0], + "0.625": [0, 8, 0], + "0.6667": [0, 7, 0], + "0.7083": [0, 8, 0], + "0.75": [0, 7, 0], + "0.7917": [0, 8, 0], + "0.8333": [0, 7, 0], + "0.875": [0, 8, 0], + "0.9167": [0, 7, 0], + "0.9583": [0, 8, 0], + "1.0": [0, 7, 0], + "1.0417": [0, 8, 0], + "1.0833": [0, 7, 0], + "1.125": [0, 8, 0], + "1.1667": [0, 7, 0], + "1.2083": [0, 8, 0], + "1.25": [0, 7, 0], + "1.2917": [0, 8, 0], + "1.3333": [0, 7, 0], + "1.375": [0, 8, 0], + "1.4167": [0, 7, 0], + "1.4583": [0, 8, 0], + "1.5": [0, 7, 0], + "1.5417": [0, 7, 0] + } + }, + "wing_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wing_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.5, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-12.5, 10, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-10, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-10, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "mouth": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left": { + "rotation": { + "0.0": [0, 0, 0], + "1.5417": [0, -32.5, 0], + "2.0": [0, 0, 0] + } + }, + "foot_right": { + "rotation": { + "0.0": [0, 0, 0], + "1.5417": [0, 40, 0], + "2.0": [0, 0, 0] + } + } + } + }, + "animation.latios.physical_attack": { + "animation_length": 3.0833, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [4.99527, -0.21782, 2.4905], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [14.95002, 1.22008, -4.00018], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-60.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-127.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-172.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-212.22, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-291.09, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": [-360, 0, 0], + "2.0833": { + "pre": [-360, 0, 0], + "post": [0, 0, 0] + } + }, + "position": { + "0.0": { + "post": [0, 7, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 28, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 35, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 28, -115], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 60.56, -156.38], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 97.62, -148], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 126.62, -67], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 119.62, 30], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 49.62, 51], + "lerp_mode": "catmullrom" + }, + "1.5833": [0, 7, 0], + "2.0833": { + "pre": [0, 7, 0], + "post": [0, 7, 0] + } + } + }, + "wing_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "2.0833": [0, 0, 0] + } + }, + "wing_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "2.0833": [0, 0, 0] + } + }, + "foot_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": [0, 0, 0] + } + }, + "foot_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": [0, 0, 0] + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -10, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -10, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": [0, 0, 0] + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": [0, 0, 0] + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": [0, 0, 0] + } + }, + "mouth": { + "position": { + "0.0": [0, 0, 0], + "0.2917": [0, 0, -1], + "1.4583": [0, 0, -1], + "2.0833": [0, 0, 0] + } + }, + "neck2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/leavanny/leavanny.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/leavanny/leavanny.animation.json new file mode 100644 index 0000000..2985d29 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/leavanny/leavanny.animation.json @@ -0,0 +1,966 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.leavanny.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "body": { + "rotation": [0, "-math.sin(query.anim_time*90*4+90)*4", 0], + "position": { + "0.0": [0, -0.1, 0], + "0.0833": [0, -1.1, 0], + "0.125": [0, -1.21, 0], + "0.1667": [0, -0.92, 0], + "0.2083": [0, -0.5, 0], + "0.25": [0, -0.15, 0], + "0.375": [0, -0.12, 0], + "0.4583": [0, -0.07, 0], + "0.5": [0, -0.2, 0], + "0.5417": [0, -0.4, 0], + "0.5833": [0, -1, 0], + "0.625": [0, -1.31, 0], + "0.6667": [0, -1.02, 0], + "0.7083": [0, -0.5, 0], + "0.75": [0, -0.1, 0], + "1.0": [0, -0.1, 0] + } + }, + "abdomen": { + "rotation": ["-math.sin(query.anim_time*90*8+90)", 0, 0] + }, + "abdomen2": { + "rotation": ["math.sin(query.anim_time*90*8+180)", 0, "-math.sin(query.anim_time*90*4+180)*2"] + }, + "waist": { + "rotation": ["5-math.sin(query.anim_time*90*8+180)", "-math.sin(query.anim_time*90*4+180)*1", "-math.sin(query.anim_time*90*4+180)"] + }, + "torso": { + "rotation": ["-5+math.sin(query.anim_time*90*8+270)", 0, 0] + }, + "arm_right": { + "rotation": { + "0.0": [ + "43.1719-math.sin(query.anim_time*90*4+90)*30", + "13.3624+math.sin(query.anim_time*90*4+90)*20", + "-49.6139-math.sin(query.anim_time*90*8+360)*1" + ], + "0.0417": [ + "42.3448-math.sin(query.anim_time*90*4+90)*30", + "13.6473+math.sin(query.anim_time*90*4+90)*20", + "-51.1175-math.sin(query.anim_time*90*8+360)*1" + ] + } + }, + "arm_right2": { + "rotation": [-2.7611, -4.4631, "17.4374+math.sin(query.anim_time*90*4+180)*9-5"] + }, + "hand_right": { + "rotation": [0, 0, "-7.5-math.sin(query.anim_time*90*4+270)*5"] + }, + "arm_left": { + "rotation": [ + "35.501+math.sin(query.anim_time*90*4+90)*30", + "-8.446+math.sin(query.anim_time*90*4+90)*20", + "56.3864-math.sin(query.anim_time*90*8+360)*1" + ] + }, + "arm_left2": { + "rotation": [-2.76108, 4.46315, "-17.4374+math.sin(query.anim_time*90*4+180)*9-5"] + }, + "hand_left": { + "rotation": [0, 0, "7.5-math.sin(query.anim_time*90*4+270)*5"] + }, + "neck": { + "rotation": ["-7.5-math.sin(query.anim_time*90*8+360)*2", 0, 0] + }, + "head": { + "rotation": ["12.5-math.sin(query.anim_time*90*8+90)", 0, 0] + }, + "antenna_left": { + "rotation": ["math.sin(query.anim_time*90*8+180)*2", 0, "25-math.sin(query.anim_time*90*8+180)*1"] + }, + "antenna_left2": { + "rotation": [0, 0, "math.sin(query.anim_time*90*8+270)*2"] + }, + "antenna_right": { + "rotation": ["math.sin(query.anim_time*90*8+180)*2", 0, "-25-math.sin(query.anim_time*90*8+180)*1"] + }, + "antenna_right2": { + "rotation": [0, 0, "-(math.sin(query.anim_time*90*8+270)*2)"] + }, + "hood": { + "rotation": ["math.sin(query.anim_time*90*8+180)*2", 0, 0] + }, + "hood_right": { + "rotation": [0, 0, "-(math.sin(query.anim_time*90*8+270)*1)"] + }, + "hood_left": { + "rotation": [0, 0, "math.sin(query.anim_time*90*8+270)*1"] + }, + "leg_left": { + "rotation": ["math.cos(q.anim_time*90*4)*20", 0, 0], + "position": { + "0.0": [0, 0, 0], + "0.125": [0, 0, 0], + "0.625": { + "pre": [0, 0.75, 0], + "post": [0, 0.75, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left2": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left": { + "rotation": [7.5, 0, 0] + }, + "foot_left2": { + "rotation": [-7.5, 0, 0] + }, + "leg_right": { + "rotation": ["-math.cos(q.anim_time*90*4)*20", 0, 0], + "position": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0.75, 0], + "post": [0, 0.75, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right": { + "rotation": [7.5, 0, 0] + }, + "foot_right2": { + "rotation": [-7.5, 0, 0] + }, + "coat": { + "rotation": ["math.sin(query.anim_time*90*8+180)*2", 0, 0] + }, + "coat2": { + "rotation": ["-math.sin(query.anim_time*90*8+270)*2", 0, 0] + }, + "coat3": { + "rotation": ["math.sin(query.anim_time*90*8+360)*7", 0, 0] + }, + "armleaf_right": { + "rotation": ["-math.sin(query.anim_time*90*8+90)*12.5", 0, 0] + }, + "armleaf_left": { + "rotation": ["-math.sin(query.anim_time*90*4+90)*12.5", 0, 0] + } + } + }, + "animation.leavanny.battle_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "rotation": [0, 5, 0], + "position": [0, -1.495, -0.5] + }, + "abdomen": { + "rotation": [0, "7.5+math.sin(query.anim_time*90*3+90)*2", 0], + "position": [0, -0.5, 0] + }, + "abdomen2": { + "rotation": ["10-math.sin(query.anim_time*90*3+180)*2", 0, "-math.sin(query.anim_time*90*3+180)*1"] + }, + "waist": { + "rotation": ["12.4167+math.sin(query.anim_time*90*3+180)*2", "-7.5588+math.sin(query.anim_time*90*3+180)*2", 0.54568] + }, + "torso": { + "rotation": ["-12.5-math.sin(query.anim_time*90*3+270)*1", 0, 0] + }, + "arm_right": { + "rotation": { + "0.0": [70.38988, "32.7891-math.sin(query.anim_time*90*3+360)*4", -55.68569], + "0.0417": [69.85377, "32.4692-math.sin(query.anim_time*90*3+360)*4", -56.7014] + }, + "position": [-0.2, -0.25, -0.25] + }, + "armleaf_right": { + "rotation": ["-math.sin(query.anim_time*90*3+90)*10", 0, 0] + }, + "arm_right2": { + "rotation": [0, 0, "70-math.sin(query.anim_time*90*3+90)*4"] + }, + "hand_right": { + "rotation": [0, 0, "-15-math.sin(query.anim_time*90*3+90)*2"] + }, + "arm_left": { + "rotation": [105.06566, "17.7451+math.sin(query.anim_time*90*3+360)*4", 47.769], + "position": [0, 0, -0.25] + }, + "armleaf_left": { + "rotation": ["-math.sin(query.anim_time*90*3+90)*10", 0, 0] + }, + "arm_left2": { + "rotation": [ + "-6.8457-math.sin(query.anim_time*90*3+90)*4", + "4.9571+math.sin(query.anim_time*90*3+90)*3", + "-47.4717+math.sin(query.anim_time*90*3+90)*4" + ] + }, + "hand_left": { + "rotation": [0, 0, "15+math.sin(query.anim_time*90*3+90)*2"] + }, + "neck": { + "rotation": ["-5.019+math.sin(query.anim_time*90*3+360)*2", -4.98093, 0.43688] + }, + "head": { + "rotation": ["15+math.sin(query.anim_time*90*3+90)*2.5", 0, 0] + }, + "antenna_left": { + "rotation": ["16.8086-math.sin(query.anim_time*90*3+180)*3", 26.48829, "22.6734+math.sin(query.anim_time*90*3+180)"] + }, + "antenna_right": { + "rotation": ["16.8086-math.sin(query.anim_time*90*3+180)*3", -26.48829, "-22.6734+math.sin(query.anim_time*90*3+180)"] + }, + "hood": { + "rotation": ["-math.sin(query.anim_time*90*3+180)*5", 0, 0] + }, + "hood_right": { + "rotation": [0, 0, "math.sin(query.anim_time*90*3+180)*4"] + }, + "hood_left": { + "rotation": [0, 0, "-(math.sin(query.anim_time*90*3+180)*4)"] + }, + "coat": { + "rotation": ["-0.1768+math.sin(query.anim_time*90*3+270)*0.2", "5.8917+math.sin(query.anim_time*90*3+90)*1", -2.93983] + }, + "coat2": { + "rotation": ["-math.sin(query.anim_time*90*3+360)*1", 0, 0] + }, + "coat3": { + "rotation": ["math.sin(query.anim_time*90*3+90)*2", 0, 0] + }, + "leg_left": { + "rotation": [-22.41448, 2.76557, 0.61077], + "position": [0, -0.75, -0.5] + }, + "leg_left2": { + "rotation": [35, 0, 0] + }, + "foot_left": { + "rotation": [12.5, 0, 0] + }, + "foot_left2": { + "rotation": [-25, 0, 0] + }, + "leg_right": { + "rotation": [0.26707, 19.69136, -0.96122], + "position": [0, 0, 0.5] + }, + "leg_right2": { + "rotation": [17.5, 0, 0] + }, + "foot_right": { + "rotation": [12.5, 0, 0] + }, + "foot_right2": { + "rotation": [-30, 0, 0] + } + } + }, + "animation.leavanny.ground_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "body": { + "position": [0, -0.65, 0] + }, + "abdomen2": { + "rotation": [2.5, 0, "math.sin(query.anim_time*90*2+180)*2"] + }, + "waist": { + "rotation": ["7.5+math.sin(query.anim_time*90*2+180)*1", "math.sin(query.anim_time*90*2+180)*1.5", "math.sin(query.anim_time*90*2+180)*0.5"], + "position": [0, "math.sin(query.anim_time*90*2+90)*0.1", 0] + }, + "torso": { + "rotation": ["-10-math.sin(query.anim_time*90*2+270)", 0, 0] + }, + "arm_right": { + "rotation": { + "0.0": [-24.34729, 11.46347, "-32.2619+math.sin(query.anim_time*90*2+360)*2"], + "0.0417": [-24.50904, 11.08091, "-33.114+math.sin(query.anim_time*90*2+360)*2"] + }, + "position": [0, -0.25, 0] + }, + "arm_right2": { + "rotation": [-20, "math.sin(query.anim_time*90*2+90)*2", "12.5-math.sin(query.anim_time*90*2+90)*5"] + }, + "hand_right": { + "rotation": [0, 0, "-15+math.sin(query.anim_time*90*2+180)*3"] + }, + "arm_left": { + "rotation": [0, "17.5+math.sin(query.anim_time*90*2+360)*2", "30-math.sin(query.anim_time*90*2+360)*1"], + "position": [0, -0.25, 0] + }, + "arm_left2": { + "rotation": [-24.40696, "9.0468-math.sin(query.anim_time*90*2+90)*4", "-5.6665+math.sin(query.anim_time*90*2+90)*3"] + }, + "hand_left": { + "rotation": [0, 0, "7.5-math.sin(query.anim_time*90*2+180)*4"] + }, + "neck": { + "rotation": [-2.5, 0, "math.sin(query.anim_time*90*2+360)*1"] + }, + "head": { + "rotation": [12.5, "-math.sin(query.anim_time*90*2+180)*1.5", "math.sin(query.anim_time*90*2+90)*0.1"] + }, + "antenna_left": { + "rotation": [0, 0, "15-math.sin(query.anim_time*90*2+180)*5"] + }, + "antenna_right": { + "rotation": [0, 0, "-15-math.sin(query.anim_time*90*2+180)*4"] + }, + "leg_left": { + "rotation": ["-7.5+math.sin(query.anim_time*90*2+90)", 10, 0], + "position": [0, 0, -0.25] + }, + "leg_left2": { + "rotation": ["7.5+math.sin(query.anim_time*90*2+90)", 0, 0] + }, + "foot_left": { + "rotation": [15, 0, 0], + "position": { + "0.0": { + "post": [0, -0.1, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0.1, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -0.1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left2": { + "rotation": ["-15-math.sin(query.anim_time*90*2+90)*5.1", 0, 0] + }, + "leg_right": { + "rotation": ["-20-math.sin(query.anim_time*90*2+90)", -10, 0], + "position": [0, -0.425, -0.1] + }, + "leg_right2": { + "rotation": ["15-math.sin(query.anim_time*90*2+90)", 0, 0] + }, + "foot_right": { + "rotation": [12.5, 0, 0] + }, + "foot_right2": { + "rotation": ["-7.5+math.sin(query.anim_time*90*2+90)*5.1", 0, 0] + }, + "abdomen": { + "rotation": [0, "math.sin(query.anim_time*90*2+90)*2", "math.sin(query.anim_time*90*2+90)*1"] + }, + "antenna_left2": { + "rotation": [0, 0, "math.sin(query.anim_time*90*2+270)*3"] + }, + "antenna_right2": { + "rotation": [0, 0, "math.sin(query.anim_time*90*2+270)*2"] + }, + "hood": { + "rotation": ["math.sin(query.anim_time*90*2+180)*2", 0, 0] + }, + "hood_right": { + "rotation": [0, 0, "math.sin(query.anim_time*90*2+270)*3"] + }, + "hood_left": { + "rotation": [0, 0, "math.sin(query.anim_time*90*2+270)*4"] + }, + "coat": { + "rotation": ["math.sin(query.anim_time*90*2+270)*2", 0, 0] + }, + "coat2": { + "rotation": ["-math.sin(query.anim_time*90*2+360)*3", 0, 0] + }, + "coat3": { + "rotation": ["math.sin(query.anim_time*90*2+90)*5", 0, 0] + }, + "armleaf_left": { + "rotation": ["12.5-math.sin(query.anim_time*90*2+90)*5", 0, 0] + }, + "armleaf_right": { + "rotation": ["22.5+math.sin(query.anim_time*90*2+90)*7", 0, 0] + } + } + }, + "animation.leavanny.sleeping": { + "loop": true, + "animation_length": 2, + "bones": { + "body": { + "rotation": [0, 0, 5], + "position": [0, -12, 0] + }, + "abdomen2": { + "rotation": [30, 0, 0] + }, + "waist": { + "rotation": ["2.5+math.sin(query.anim_time*90*2+90)", 0, 0], + "position": [0, "-math.sin(query.anim_time*90*2+90)*0.05", 0] + }, + "torso": { + "rotation": ["-5-math.sin(query.anim_time*90*2+180)", 0, 0] + }, + "arm_right": { + "rotation": { + "0.0": [79.47871, 11.74089, -56.10221], + "0.0417": [79.29469, 11.56891, -57.02455] + }, + "position": [0, -0.1, 0] + }, + "armleaf_right": { + "rotation": ["-40+math.sin(query.anim_time*90*2+360)*3", 0, 0] + }, + "arm_right2": { + "rotation": [31.8102, -10.89101, 43.24913] + }, + "hand_right": { + "rotation": [0, 0, -22.5] + }, + "arm_left": { + "rotation": [79.47871, -11.74089, 56.10221], + "position": [0, -0.1, 0] + }, + "armleaf_left": { + "rotation": ["-40+math.sin(query.anim_time*90*2+360)*3", 0, 0] + }, + "arm_left2": { + "rotation": [10.00933, -2.462, -52.93439] + }, + "hand_left": { + "rotation": [0, 0, 32.5] + }, + "neck": { + "rotation": ["26.4627+math.sin(query.anim_time*90*2+270)*1", -3.09807, "6.1951+math.sin(query.anim_time*90*2+270)*1"] + }, + "head": { + "rotation": ["27.5+math.sin(query.anim_time*90*2+360)", "math.sin(query.anim_time*90*2+360)*0.1", 0] + }, + "eyelids": { + "position": [0, 0, -0.1] + }, + "antenna_left": { + "rotation": ["29.3701-math.sin(query.anim_time*90*2+90)*5", -5.07855, "14.1327-math.sin(query.anim_time*90*2+90)*1"] + }, + "antenna_right": { + "rotation": ["19.3701-math.sin(query.anim_time*90*2+90)*4", 5.07855, "-14.1327-math.sin(query.anim_time*90*2+90)*3"] + }, + "mouth_open": { + "position": [0, 0, 0] + }, + "hood": { + "rotation": ["2.5-math.sin(query.anim_time*90*2+90)*2", 0, 0] + }, + "mouth_closed": { + "position": [0, 0, 0] + }, + "coat": { + "rotation": ["33.5071-math.sin(query.anim_time*90*2+90)", -0.32621, -2.47864] + }, + "coat2": { + "rotation": ["-20-math.sin(query.anim_time*90*2+180)", 0, 0] + }, + "coat3": { + "rotation": ["30+math.sin(query.anim_time*90*2+270)", 0, 0] + }, + "leg_left": { + "rotation": [-61.18815, -5.32487, 25.05668], + "position": [0, 1, 0] + }, + "leg_left2": { + "rotation": [25.98084, -11.43563, -9.77243] + }, + "foot_left": { + "rotation": [105, 0, 0], + "position": [0, 0.1, 0] + }, + "foot_left2": { + "rotation": [-5, 0, 0] + }, + "leg_right": { + "rotation": [-65.15377, -13.96572, 9.30816], + "position": [0, 1, 0] + }, + "leg_right2": { + "rotation": [50, 0, 0] + }, + "foot_right": { + "rotation": [90, 0, 0] + }, + "foot_right2": { + "rotation": [-7.5, 0, 0] + }, + "hood_right": { + "rotation": [0, 0, "math.sin(query.anim_time*90*2+180)*1"] + }, + "hood_left": { + "rotation": [0, 0, "math.sin(query.anim_time*90*2+180)*2"] + } + } + }, + "animation.leavanny.cry": { + "animation_length": 1.1667, + "bones": { + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0417": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "mouth_open": { + "position": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [0, 0, -0.1] + }, + "0.3333": { + "pre": [0, 0, -0.1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [0, 0, -0.1] + } + } + }, + "mouth_closed": { + "position": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, 0, 0], + "post": [0, 0, 0.1] + }, + "0.3333": { + "pre": [0, 0, 0.1], + "post": [0, 0, 0] + }, + "0.4167": { + "pre": [0, 0, 0], + "post": [0, 0, 0.1] + } + } + }, + "waist": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0417": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0417": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-2.23, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-2.38, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "hand_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 3.14], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 10.81], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "hand_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, -3.14], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, -8.31], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0417": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "antenna_left": { + "rotation": [0, 0, "-(math.sin(query.anim_time*90*28.25+90))"] + }, + "antenna_right": { + "rotation": [0, 0, "math.sin(query.anim_time*90*28.25+90)"] + }, + "hood": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0417": { + "post": [0.01604, 0.64967, -0.65914], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "armleaf_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "armleaf_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + }, + "sound_effects": { + "0.0": { + "effect": "leavanny_cry" + } + } + }, + "animation.leavanny.blink": { + "animation_length": 0.1667, + "bones": { + "eyelids": { + "position": { + "0.0": [0, 0, -0.1], + "0.1667": { + "pre": [0, 0, -0.1], + "post": [0, 0, 0] + } + } + }, + "arm_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ledian/ledian.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ledian/ledian.animation.json new file mode 100644 index 0000000..3eb01c8 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ledian/ledian.animation.json @@ -0,0 +1,166 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.ledian.ground_idle": { + "loop": true, + "bones": { + "head": { + "rotation": ["(math.sin(q.anim_time*90*2)*2)-10.25", 0, 0] + }, + "anthena_left": { + "rotation": ["(math.sin(q.anim_time*90*2)*2)-10.25", 0, 0] + }, + "anthena_right": { + "rotation": ["(math.sin(q.anim_time*90*2)*2)-10.25", 0, 0] + }, + "left_wing": { + "rotation": [41.5724, 8.53726, -47.37961] + }, + "right_wing": { + "rotation": [41.5724, -8.53726, 47.37961] + }, + "arm_top_left": { + "rotation": [0, 0, "17.5+Math.cos((query.anim_time) * 90 * 12 - 220) * -2"] + }, + "arm1_bone": { + "rotation": [0, 35, 0] + }, + "body": { + "rotation": ["7.5+Math.cos((query.anim_time) * 90 * 12 - 90) * -0.5", 0, 0], + "position": [0, "1+Math.cos((query.anim_time) * 90 * 2) * 0.6 + Math.cos((query.anim_time) * 90 * 12) * 0.1", -1] + }, + "arm_top_left2": { + "rotation": [0, 0, "40+Math.cos((query.anim_time) * 90 * 12 - 170) * -2"] + }, + "arm1_bone2": { + "rotation": [0, 17.5, 0] + }, + "arm_top_right2": { + "rotation": [0, 0, "-40+Math.cos((query.anim_time) * 90 * 12 - 170) * 2"] + }, + "arm1_bone3": { + "rotation": [0, -17.5, 0] + }, + "arm_top_right": { + "rotation": [0, 0, "-17.5+Math.cos((query.anim_time) * 90 * 12 - 220) * 2"] + }, + "arm1_bone4": { + "rotation": [0, -25, 0] + }, + "leg_left": { + "rotation": ["0+Math.cos((query.anim_time) * 90 * 12 - 140) * -2", 0, 0] + }, + "leg_left_2": { + "rotation": ["10.0136+Math.cos((query.anim_time) * 90 * 12 - 170) * -5", -2.41562, -0.64423] + }, + "leg_left_3": { + "rotation": ["(math.sin(q.anim_time*90*2)*2)+9.75", 0, 0] + }, + "leg_right": { + "rotation": ["0+Math.cos((query.anim_time) * 90 * 12 - 180) * -2", 0, 0] + }, + "leg_right_2": { + "rotation": ["22.6988+Math.cos((query.anim_time) * 90 * 12 - 150) * -5", 6.6887, 3.40057] + }, + "leg_right_3": { + "rotation": [0, 0, 0] + }, + "left_wing2": { + "rotation": [0, 0, "-17.5+Math.cos((query.anim_time) * 90 * 36) * 24"], + "scale": 1.1 + }, + "right_wing2": { + "rotation": [0, 0, "17.5+Math.cos((query.anim_time) * 90 * 36) *-24"], + "scale": 1.1 + }, + "body_position": { + "position": [0, 4, 0] + } + } + }, + "animation.ledian.ground_walk": { + "loop": true, + "bones": { + "head": { + "rotation": ["-50+Math.cos((query.anim_time) * 90 * 16 - 170) * 0.3", 0, "Math.cos((query.anim_time) * 90 * 2) * 5"] + }, + "anthena_left": { + "rotation": ["-25+Math.cos((query.anim_time) * 90 * 12 - 220) * -2", 0, 0] + }, + "anthena_right": { + "rotation": ["-25+Math.cos((query.anim_time) * 90 * 12 - 220) * -2", 0, 0] + }, + "left_wing": { + "rotation": [41.5724, 8.53726, -47.37961] + }, + "right_wing": { + "rotation": [41.5724, -8.53726, 47.37961] + }, + "arm_top_left": { + "rotation": [0, 0, "30+Math.cos((query.anim_time) * 90 * 12 - 220) * -2"] + }, + "arm1_bone": { + "rotation": [0, 35, 0] + }, + "body": { + "rotation": ["37.5+Math.cos((query.anim_time) * 90 * 16 - 85) * 0.7", 0, "Math.cos((query.anim_time) * 90 * 2) * 5"], + "position": [ + "Math.cos((query.anim_time) * 90 * 2-60) * 1", + "0+Math.cos((query.anim_time) * 90 * 16) * 0.2", + "0+Math.cos((query.anim_time) * 90 * 1) * 1" + ] + }, + "arm_top_left2": { + "rotation": [0, 0, "50+Math.cos((query.anim_time) * 90 * 12 - 170) * -2"] + }, + "arm1_bone2": { + "rotation": [0, 17.5, 0] + }, + "arm_top_right2": { + "rotation": [0, 0, "-55+Math.cos((query.anim_time) * 90 * 12 - 170) * 2"] + }, + "arm1_bone3": { + "rotation": [0, -17.5, 0] + }, + "arm_top_right": { + "rotation": [0, 0, "-32.5+Math.cos((query.anim_time) * 90 * 12 - 220) * 2"] + }, + "arm1_bone4": { + "rotation": [0, -25, 0] + }, + "leg_left": { + "rotation": ["20+Math.cos((query.anim_time) * 90 * 12 - 140) * -2", 0, 0] + }, + "leg_left_2": { + "rotation": ["10.0136+Math.cos((query.anim_time) * 90 * 12 - 170) * -5", -2.41562, -0.64423] + }, + "leg_left_3": { + "rotation": ["(math.sin(q.anim_time*90*2)*2)+9.75", 0, 0] + }, + "leg_right": { + "rotation": ["5+Math.cos((query.anim_time) * 90 * 12 - 180) * -2", 0, 0] + }, + "leg_right_2": { + "rotation": ["22.6988+Math.cos((query.anim_time) * 90 * 12 - 150) * -5", 6.6887, 3.40057] + }, + "leg_right_3": { + "rotation": [0, 0, 0] + }, + "left_wing2": { + "rotation": [0, 0, "-17.5+Math.cos((query.anim_time) * 90 * 36) * 24"], + "scale": 1.1 + }, + "right_wing2": { + "rotation": [0, 0, "17.5+Math.cos((query.anim_time) * 90 * 36) *-24"], + "scale": 1.1 + }, + "body_position": { + "position": [0, 4, 0] + }, + "neck": { + "rotation": [12.5, 0, 0] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ledyba/ledyba.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ledyba/ledyba.animation.json new file mode 100644 index 0000000..b5f73f7 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ledyba/ledyba.animation.json @@ -0,0 +1,311 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.ledyba.air_idle": { + "loop": true, + "bones": { + "ledyba": { + "position": [0, 5, 0] + }, + "body": { + "rotation": ["(math.sin(q.anim_time*90*2)*2)-2.75", 0, 0], + "position": [0, "math.sin(q.anim_time*90*1)*0.5+math.sin(q.anim_time*90*2)*1+2.5", "5+math.sin(q.anim_time*90*1)*1"] + }, + "torso": { + "rotation": [57.5, 0, 0] + }, + "arm_top_left": { + "rotation": [0, 25, "32.5+(math.sin(q.anim_time*90*2)*4)"] + }, + "arm1_bone": { + "rotation": [8.87221, "32.1883+math.sin(q.anim_time*180*1)*3", 4.75346] + }, + "arm_mid_left2": { + "rotation": [0, 25, "32.5+(math.sin(q.anim_time*90*2-60)*4)"] + }, + "arm1_bone2": { + "rotation": [0, 25, "32.5+(math.sin(q.anim_time*90*2-120)*3)"] + }, + "arm_bot_left3": { + "rotation": [6.8817, 24.09293, "48.9703+(math.sin(q.anim_time*90*2-180)*4)"] + }, + "arm1_bone3": { + "rotation": [-4.62934, 24.59477, "21.4903+(math.sin(q.anim_time*90*2-120)*3)"] + }, + "head": { + "rotation": ["(math.sin(q.anim_time*90*2)*2)-47.75", 0, 0] + }, + "left_wing": { + "rotation": [65, 18.0578, -42.5] + }, + "right_wing": { + "rotation": [63.60782, -18.05776, 51.24472] + }, + "left_wing2": { + "rotation": [5, 0, "-1+(-45+30*(math.sin(q.anim_time*90*4*6)*1+1))"], + "scale": 1.1 + }, + "right_wing2": { + "rotation": [5, 0, "1+(45-30*(math.sin(q.anim_time*90*4*6)*1+1))"], + "scale": 1.1 + }, + "arm_top_right": { + "rotation": [0, -25, "-32.5+(math.sin(q.anim_time*90*2)*-4)"] + }, + "arm1_bone4": { + "rotation": [-8.8722, "-32.1883+math.sin(q.anim_time*180*1)*-3", -4.7535] + }, + "arm_mid_right2": { + "rotation": [0, -25, "-32.5+(math.sin(q.anim_time*90*2-60)*-4)"] + }, + "arm1_bone5": { + "rotation": [0, -25, "-32.5+(math.sin(q.anim_time*90*2-120)*-3)"] + }, + "arm_bot_right3": { + "rotation": [-6.8817, -24.0929, "-48.9703+(math.sin(q.anim_time*90*2-180)*-4)"] + }, + "arm1_bone6": { + "rotation": [4.6293, -24.5948, "-21.4903+(math.sin(q.anim_time*90*2-120)*-3)"] + }, + "anthena_left": { + "rotation": ["math.sin(q.anim_time*90*3)*2", 0, 0] + }, + "anthena_right": { + "rotation": ["math.sin(q.anim_time*90*3)*2", 0, 0] + } + } + }, + "animation.ledyba.blink": { + "animation_length": 0.625, + "bones": { + "eye_in": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + }, + "eye_in_2": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + } + } + }, + "animation.ledyba.air_walk": { + "loop": true, + "bones": { + "ledyba": { + "position": [0, 5, 0] + }, + "body": { + "rotation": ["15+Math.cos((query.anim_time) * 90 * 16 - 85) * 0.7", 0, "0+Math.cos((query.anim_time) * 90 * 2) * 5"], + "position": [ + "Math.cos((query.anim_time) * 90 * 2-60) * 1", + "3+Math.cos((query.anim_time) * 90 * 16) * 0.2", + "5+Math.cos((query.anim_time) * 90 * 1) * 1" + ] + }, + "torso": { + "rotation": [57.5, 0, 0] + }, + "arm_top_left": { + "rotation": [22.56531, "47.9551+Math.cos((query.anim_time) * 90 * 16 - 50) * -8", 31.44407] + }, + "arm1_bone": { + "rotation": [0, 0, "15+Math.cos((query.anim_time) * 90 * 16 - 80) * -2"] + }, + "arm_mid_left2": { + "rotation": [22.56531, "47.9551+Math.cos((query.anim_time) * 90 * 16 - 100) * -8", 31.44407] + }, + "arm1_bone2": { + "rotation": [14.33956, "2.5399+Math.cos((query.anim_time) * 90 * 16 - 120) * -4", 14.95631] + }, + "arm_bot_left3": { + "rotation": [22.56531, "47.9551+Math.cos((query.anim_time) * 90 * 16 - 150) * -8", 31.44407] + }, + "arm1_bone3": { + "rotation": [0, 0, "15+Math.cos((query.anim_time) * 90 * 16 - 240) * -2"] + }, + "head": { + "rotation": ["(math.sin(q.anim_time*90*2)*4)-60.25", 0, 0] + }, + "left_wing": { + "rotation": [65, 18.0578, -42.5] + }, + "right_wing": { + "rotation": [63.60782, -18.05776, 51.24472] + }, + "left_wing2": { + "rotation": [5, 0, "-1+(-45+30*(math.sin(q.anim_time*90*4*6)*1+1))"], + "scale": 1.1 + }, + "right_wing2": { + "rotation": [5, 0, "1+(45-30*(math.sin(q.anim_time*90*4*6)*1+1))"], + "scale": 1.1 + }, + "arm_top_right": { + "rotation": [-22.5653, "-47.9551+Math.cos((query.anim_time) * 90 * 16 - 50) * 8", -31.4441] + }, + "arm1_bone4": { + "rotation": [0, 0, "-15+Math.cos((query.anim_time) * 90 * 16 - 80) * 2"] + }, + "arm_mid_right2": { + "rotation": [-22.5653, "-47.9551+Math.cos((query.anim_time) * 90 * 16 - 100) * 8", -31.4441] + }, + "arm1_bone5": { + "rotation": [-14.3396, "-2.5399+Math.cos((query.anim_time) * 90 * 16 - 120) * 4", -14.9563] + }, + "arm_bot_right3": { + "rotation": [-22.5653, "-47.9551+Math.cos((query.anim_time) * 90 * 16 - 150) * 8", -31.4441] + }, + "arm1_bone6": { + "rotation": [0, 0, "-15+Math.cos((query.anim_time) * 90 * 16 - 240) * 2"] + }, + "anthena_left": { + "rotation": ["math.sin(q.anim_time*90*3)*2", 0, 0] + }, + "anthena_right": { + "rotation": ["math.sin(q.anim_time*90*3)*2", 0, 0] + } + } + }, + "animation.ledyba.ground_walk": { + "loop": true, + "bones": { + "body": { + "rotation": [90, 0, 0], + "position": [0, 7, 7] + }, + "arm_top_right": { + "rotation": [0, "25+math.sin(q.anim_time*90*4*2+90)*15", "-math.clamp(math.sin(q.anim_time*90*4*2+180)*20,0,15)"], + "position": [0, "-(math.sin(q.anim_time*90*4*2*2)*1)*0.25", 0] + }, + "arm1_bone4": { + "rotation": [0, -62.5, 0] + }, + "arm_mid_right2": { + "rotation": [0, "12.5+math.sin(q.anim_time*90*4*2+90+180)*15", "0-math.clamp(math.sin(q.anim_time*90*4*2+180*2)*20,0,15)"], + "position": [0, "-(math.sin(q.anim_time*90*4*2*2)*1)*0.25", 0] + }, + "arm1_bone5": { + "rotation": [0, -45, 0] + }, + "arm_bot_right3": { + "rotation": [0, "25+math.sin(q.anim_time*90*4*2+90)*15", "-math.clamp(math.sin(q.anim_time*90*4*2+180)*20,0,15)"], + "position": [0, "-(math.sin(q.anim_time*90*4*2*2)*1)*0.25", 0] + }, + "arm1_bone6": { + "rotation": [0, -62.5, 0] + }, + "arm_top_left": { + "rotation": [0, "-25+math.sin(q.anim_time*90*4*2+90)*15", "-math.clamp(math.sin(q.anim_time*90*4*2+180)*20,0,15)"], + "position": [0, "-(math.sin(q.anim_time*90*4*2*2)*1)*0.25", 0] + }, + "arm1_bone": { + "rotation": [0, 62.5, 0] + }, + "arm_mid_left2": { + "rotation": [0, "-12.5+math.sin(q.anim_time*90*4*2+90+180)*15", "0-math.clamp(math.sin(q.anim_time*90*4*2+180*2)*20,0,15)"], + "position": [0, "-(math.sin(q.anim_time*90*4*2*2)*1)*0.25", 0] + }, + "arm1_bone2": { + "rotation": [0, 45, 0] + }, + "arm_bot_left3": { + "rotation": [0, "-25+math.sin(q.anim_time*90*4*2+90)*15", "-math.clamp(math.sin(q.anim_time*90*4*2+180)*20,0,15)"], + "position": [0, "-(math.sin(q.anim_time*90*4*2*2)*1)*0.25", 0] + }, + "arm1_bone3": { + "rotation": [0, 62.5, 0] + }, + "head": { + "rotation": ["-82.5+2*(math.sin(q.anim_time*90*4*1)*1-1)", 0, 0] + }, + "anthena_right": { + "rotation": ["-12.5+2*(math.sin(q.anim_time*90*4*1)*1-1)", 0, 0] + }, + "anthena_left": { + "rotation": ["-12.5+2*(math.sin(q.anim_time*90*4*1)*1-1)", 0, 0] + }, + "left_wing": { + "rotation": [-2.5, 0, 0] + }, + "right_wing": { + "rotation": [-2.5, 0, 0] + }, + "left_wing2": { + "rotation": [-2.5, 0, 0] + }, + "right_wing2": { + "rotation": [-2.5, 0, 0] + }, + "only_body": { + "rotation": [0, 0, 0], + "position": [0, "math.sin(q.anim_time*90*4*1)*0.4", "(math.sin(q.anim_time*90*4*4)*1)*0.4+0.1"] + } + } + }, + "animation.ledyba.ground_idle": { + "loop": true, + "bones": { + "body": { + "rotation": [90, 0, 0], + "position": [0, 7, 7] + }, + "arm1_bone4": { + "rotation": [0, -62.5, 0] + }, + "arm1_bone5": { + "rotation": [0, -62.5, 0] + }, + "arm1_bone6": { + "rotation": [0, -62.5, 0] + }, + "arm1_bone": { + "rotation": [0, 62.5, 0] + }, + "arm1_bone2": { + "rotation": [0, 62.5, 0] + }, + "arm1_bone3": { + "rotation": [0, 62.5, 0] + }, + "head": { + "rotation": ["-87.5+1*(math.sin(q.anim_time*90*4*1-90-45)*1-1)", 0, 0] + }, + "anthena_right": { + "rotation": ["-12.5+2*(math.sin(q.anim_time*90*4*1)*1-1)", 0, 0] + }, + "anthena_left": { + "rotation": ["-12.5+2*(math.sin(q.anim_time*90*4*1)*1-1)", 0, 0] + }, + "left_wing": { + "rotation": [-2.5, 0, 0] + }, + "right_wing": { + "rotation": [-2.5, 0, 0] + }, + "left_wing2": { + "rotation": [-2.5, 0, 0] + }, + "right_wing2": { + "rotation": [-2.5, 0, 0] + }, + "only_body": { + "position": [0, 0, "(math.sin(q.anim_time*90*4*1)*1)*0.2"] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/liepard/liepard.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/liepard/liepard.animation.json new file mode 100644 index 0000000..a04e86e --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/liepard/liepard.animation.json @@ -0,0 +1,419 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.liepard.ground_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "rotation": ["math.sin((q.anim_time*90)+90)/3", 0, 0] + }, + "neck": { + "rotation": ["math.sin((q.anim_time*90)+90)*3", 0, 0] + }, + "head": { + "rotation": ["-math.sin((q.anim_time*90)+90)*1", 0, 0] + }, + "tail": { + "rotation": ["35 + math.sin((q.anim_time*90)+180)*10", 0, 0] + }, + "tail_seg2": { + "rotation": [35, 0, 0] + }, + "tail_seg3": { + "rotation": [35, 0, 0] + }, + "tail_seg4": { + "rotation": ["-30 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "tail_seg5": { + "rotation": ["-35 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "tail_seg_end": { + "rotation": ["-25 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "tail_seg6": { + "rotation": ["-30 + math.sin((q.anim_time*90)+180)*5", 0, 0] + } + } + }, + "animation.liepard.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "tail": { + "rotation": ["35 + math.sin((q.anim_time*90*2)+180)*20", 0, 0] + }, + "tail_seg2": { + "rotation": [35, 0, 0] + }, + "tail_seg3": { + "rotation": [35, 0, 0] + }, + "tail_seg4": { + "rotation": [-25, 0, 0] + }, + "tail_seg5": { + "rotation": [-35, 0, 0] + }, + "tail_seg_end": { + "rotation": [-20, 0, 0] + }, + "tail_seg6": { + "rotation": [-25, 0, 0] + }, + "body": { + "rotation": { + "0.0": [0, 2.5, 0], + "0.5": [0, -2.5, 0], + "1.0": [0, 2.5, 0] + }, + "position": { + "0.0": [0, -1, 0], + "0.25": [0, -1.25, 0], + "0.5": [0, -1, 0], + "0.75": [0, -1.25, 0], + "1.0": [0, -1, 0] + } + }, + "neck": { + "rotation": [45, 0, 0] + }, + "head": { + "rotation": [-45, 0, 0] + }, + "shoulder_l": { + "rotation": { + "0.0": [10, 0, 0], + "0.25": [-25, 0, 0], + "0.5": [10, 0, 0], + "0.8333": [30, 0, 0], + "1.0": [10, 0, 0] + } + }, + "forearm_l": { + "rotation": { + "0.0": [-65, 0, 0], + "0.25": [0, 0, 0], + "1.0": [-65, 0, 0] + } + }, + "shoulder_r": { + "rotation": { + "0.0": [10, 0, 0], + "0.25": [30, 0, 0], + "0.5": [10, 0, 0], + "0.75": [-25, 0, 0], + "1.0": [10, 0, 0] + } + }, + "forearm_r": { + "rotation": { + "0.0": [-30, 0, 0], + "0.25": [-20, 0, 0], + "0.5": [-65, 0, 0], + "0.75": [0, 0, 0], + "1.0": [-30, 0, 0] + } + }, + "thigh_r": { + "rotation": { + "0.0": [30, 0, 0], + "0.25": [10, 0, 0], + "0.5": [-45, 0, 0], + "0.75": [10, 0, 0], + "1.0": [30, 0, 0] + } + }, + "knee_r": { + "rotation": { + "0.0": [-15, 0, 0], + "0.25": [5, 0, 0], + "0.5": [20, 0, 0], + "0.75": [5, 0, 0], + "1.0": [-15, 0, 0] + } + }, + "calf_r": { + "rotation": { + "0.0": [25, 0, 0], + "0.25": [-25, 0, 0], + "0.5": [-5, 0, 0], + "0.75": [-10, 0, 0], + "1.0": [25, 0, 0] + } + }, + "thigh_l": { + "rotation": { + "0.0": [-45, 0, 0], + "0.25": [10, 0, 0], + "0.5": [30, 0, 0], + "0.75": [10, 0, 0], + "1.0": [-45, 0, 0] + } + }, + "knee_l": { + "rotation": { + "0.0": [20, 0, 0], + "0.25": [5, 0, 0], + "0.5": [-15, 0, 0], + "0.75": [5, 0, 0], + "1.0": [20, 0, 0] + } + }, + "calf_l": { + "rotation": { + "0.0": [-5, 0, 0], + "0.25": [-10, 0, 0], + "0.5": [25, 0, 0], + "0.75": [-25, 0, 0], + "1.0": [-5, 0, 0] + } + } + } + }, + "animation.liepard.sleep": { + "loop": true, + "bones": { + "body": { + "position": [0, -11, 0] + }, + "neck": { + "rotation": [70, 0, 0], + "position": [0, -2, 2] + }, + "head": { + "rotation": [-37.5, 0, 0] + }, + "eye_r": { + "position": [0, 0, 0.5] + }, + "eye_l": { + "position": [0, 0, 0.5] + }, + "shoulder_l": { + "rotation": [-60, 0, 0] + }, + "forearm_l": { + "rotation": [0, 0, 70] + }, + "shoulder_r": { + "rotation": [-60, 0, 0] + }, + "forearm_r": { + "rotation": [0, 0, -70] + }, + "thigh_r": { + "rotation": [-67.5, 0, 0] + }, + "knee_r": { + "rotation": [50, 0, 0] + }, + "calf_r": { + "rotation": [-67.5, 0, 0] + }, + "thigh_l": { + "rotation": [-67.5, 0, 0] + }, + "knee_l": { + "rotation": [50, 0, 0] + }, + "calf_l": { + "rotation": [-67.5, 0, 0] + }, + "tail": { + "rotation": [-65, -60, 0] + }, + "tail_seg2": { + "rotation": [12.5, -55, 0] + }, + "tail_seg3": { + "rotation": [-17.5, -47.5, 0] + }, + "tail_seg4": { + "rotation": [-15, -5, 10] + }, + "tail_seg5": { + "rotation": [0, 0, 10] + }, + "tail_seg6": { + "rotation": [-10, 0, 10] + }, + "eye_l_closed": { + "position": [0.52, 0, 0] + }, + "eye_r_closed": { + "position": [-0.52, 0, 0] + } + } + }, + "animation.liepard.faint": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [0, 0, 0], + "1.5": [30, 0, 0], + "2.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 0, 0], + "1.5": [0, -2, 0], + "2.0": [0, -11, -2] + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [0, 0, 0], + "1.5": [35, 0, 0], + "2.0": [97.5, 0, 0] + }, + "position": { + "1.5": [0, 0, 0], + "2.0": [0, -3, 0] + } + }, + "head": { + "rotation": { + "1.5": [0, 0, 0], + "2.0": [-55, 0, 0] + } + }, + "eye_r": { + "position": { + "0.9583": [0, 0, 0], + "1.0": [0, 0, 0.5] + } + }, + "eye_l": { + "position": { + "0.9583": [0, 0, 0], + "1.0": [0, 0, 0.5] + } + }, + "shoulder_l": { + "rotation": { + "1.0": [0, 0, 0], + "1.5": [50, 0, 0], + "2.0": [82.5, 0, 0] + } + }, + "forearm_l": { + "rotation": { + "1.0": [0, 0, 0], + "1.5": [-77.5, 0, 0], + "2.0": [-125, 0, 0] + } + }, + "shoulder_r": { + "rotation": { + "1.0": [0, 0, 0], + "1.5": [50, 0, 0], + "2.0": [82.5, 0, 0] + } + }, + "forearm_r": { + "rotation": { + "1.0": [0, 0, 0], + "1.5": [-77.5, 0, 0], + "2.0": [-125, 0, 0] + } + }, + "thigh_r": { + "rotation": { + "1.5": [0, 0, 0], + "2.0": [-80, 0, 0] + } + }, + "knee_r": { + "rotation": { + "1.5": [0, 0, 0], + "2.0": [55, 0, 0] + } + }, + "calf_r": { + "rotation": { + "1.5": [0, 0, 0], + "2.0": [-60, 0, 0] + } + }, + "thigh_l": { + "rotation": { + "1.5": [0, 0, 0], + "2.0": [-77.5, 0, 0] + } + }, + "knee_l": { + "rotation": { + "1.5": [0, 0, 0], + "2.0": [55, 0, 0] + } + }, + "calf_l": { + "rotation": { + "1.5": [0, 0, 0], + "2.0": [-60, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": ["035 + math.sin((q.anim_time*90)+180)*10", 0, 0], + "1.0": ["035 + math.sin((q.anim_time*90)+180)*10", 0, 0], + "1.5": ["-15+math.sin((q.anim_time*90)+180)*10", 0, 0], + "2.0": [-15, 0, 0] + } + }, + "tail_seg2": { + "rotation": [35, 0, 0] + }, + "tail_seg3": { + "rotation": { + "0.0": [35, 0, 0], + "1.5": [35, 0, 0], + "2.0": [0, 0, 0] + } + }, + "tail_seg4": { + "rotation": { + "0.0": ["-30 + math.sin((q.anim_time*90)+180)*5", 0, 0], + "2.0": [-30, 0, 0] + } + }, + "tail_seg5": { + "rotation": { + "0.0": ["0-35 + math.sin((q.anim_time*90)+180)*5", 0, 0], + "2.0": [-35, 0, 0] + } + }, + "tail_seg6": { + "rotation": { + "0.0": ["-30 + math.sin((q.anim_time*90)+180)*5", 0, 0], + "2.0": [-30, 0, 0] + } + }, + "tail_seg_end": { + "rotation": { + "0.0": ["-25 + math.sin((q.anim_time*90)+180)*5", 0, 0], + "2.0": [-25, 0, 0] + } + }, + "eye_l_closed": { + "position": { + "0.9583": [0, 0, 0], + "1.0": [0.52, 0, 0] + } + }, + "eye_r_closed": { + "position": { + "0.9583": [0, 0, 0], + "1.0": [-0.52, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/litleo/litleo.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/litleo/litleo.animation.json new file mode 100644 index 0000000..57fc124 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/litleo/litleo.animation.json @@ -0,0 +1,1231 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.litleo.ground_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "tail_seg5": { + "rotation": ["-35 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "tail_seg6": { + "rotation": ["-30 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "neck": { + "rotation": ["math.sin((q.anim_time*90)+90)*2", 0, 0] + }, + "tail_seg2": { + "rotation": [35, 0, 0] + }, + "tail_seg3": { + "rotation": [45, 0, 0] + }, + "tail_seg4": { + "rotation": ["-40 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "tail_seg_end": { + "rotation": ["-25 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "body": { + "rotation": ["math.sin((q.anim_time*90)+90)/3", 0, 0] + }, + "head": { + "rotation": ["-math.sin((q.anim_time*90)+90)*2", 0, 0] + }, + "tail": { + "rotation": [20, "math.sin((q.anim_time*90)+180)*5", "math.sin((q.anim_time*90)+180)*5"] + }, + "tail2": { + "rotation": [-15, 0, 0] + }, + "tail3": { + "rotation": [15, 0, 0] + }, + "tail_fluff": { + "rotation": [5, 0, 0] + } + } + }, + "animation.litleo.battle_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "tail_seg5": { + "rotation": ["-35 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "tail_seg6": { + "rotation": ["-30 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "neck": { + "rotation": ["27.5+math.sin((q.anim_time*90)+90)*2", 0, 0] + }, + "tail_seg2": { + "rotation": [35, 0, 0] + }, + "tail_seg3": { + "rotation": [35, 0, 0] + }, + "tail_seg4": { + "rotation": ["-30 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "tail_seg_end": { + "rotation": ["-25 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "hair": { + "rotation": ["math.sin((q.anim_time*90*2)+180)*1", 0, 0] + }, + "hair2": { + "rotation": ["math.sin((q.anim_time*90*2)+180)*1", 0, 0] + }, + "hair3": { + "rotation": ["-5 + math.sin((q.anim_time*90*2)+180)*1", 0, 0] + }, + "hair4": { + "rotation": ["10 + math.sin((q.anim_time*90*2)+180)*5", 0, 0] + }, + "hair5": { + "rotation": ["5 +math.sin((q.anim_time*90*2)+135)*5", 0, 0] + }, + "hair10": { + "rotation": ["5+math.sin((q.anim_time*90*2)+90)*5", 0, 0] + }, + "hair6": { + "rotation": ["math.sin((q.anim_time*90*2)+45)*5", 0, 0] + }, + "hair7": { + "rotation": ["-15 + math.sin((q.anim_time*90*2)+0)*5", 0, 0] + }, + "hair8": { + "rotation": ["math.sin((q.anim_time*90*2)+320)*3", 0, 0] + }, + "hair9": { + "rotation": ["-20+math.sin((q.anim_time*90*2)+275)*5", 0, 0] + }, + "hair11": { + "rotation": ["math.sin((q.anim_time*90*2)+230)*5", 0, 0] + }, + "forearm_l": { + "rotation": [-10, 0, 0] + }, + "forearm_r": { + "rotation": [-10, 0, 0] + }, + "knee_r": { + "rotation": [10, 0, 0] + }, + "knee_l": { + "rotation": [10, 0, 0] + }, + "body": { + "rotation": ["math.sin((q.anim_time*90)+90)/3", 0, 0], + "position": [0, -0.25, 0] + }, + "head": { + "rotation": ["-math.sin((q.anim_time*90)+90)*2", 0, 0] + }, + "shoulder_r": { + "rotation": [-5, 0, 5] + }, + "shoulder_l": { + "rotation": [-5, 0, -5] + }, + "thigh_r": { + "rotation": [5, 0, 5] + }, + "calf_r": { + "rotation": [-5, 0, 0] + }, + "thigh_l": { + "rotation": [5, 0, -5] + }, + "calf_l": { + "rotation": [-5, 0, 0] + }, + "tail": { + "rotation": { + "0.0": [-60, "math.sin((q.anim_time*90)+180)*5", "math.sin((q.anim_time*90)+180)*5"], + "1.9167": [-60, "math.sin((q.anim_time*90)+180)*5", "math.sin((q.anim_time*90)+180)*5"] + } + }, + "tail2": { + "rotation": [-15, 0, 0] + }, + "tail3": { + "rotation": [15, 0, 0] + }, + "tail_fluff": { + "rotation": [5, 0, 0] + } + } + }, + "animation.litleo.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "body": { + "rotation": { + "0.0": [0, 2.5, 0], + "0.5": [0, -2.5, 0], + "1.0": [0, 2.5, 0] + }, + "position": { + "0.0": [0, -1, 0], + "0.25": [0, -1.25, 0], + "0.5": [0, -1, 0], + "0.75": [0, -1.25, 0], + "1.0": [0, -1, 0] + } + }, + "shoulder_r": { + "rotation": { + "0.0": [-40, 0, 0], + "0.25": [10, 0, 0], + "0.5": [30, 0, 0], + "0.75": [10, 0, 0], + "1.0": [-40, 0, 0] + } + }, + "shoulder_l": { + "rotation": { + "0.0": [30, 0, 0], + "0.25": [10, 0, 0], + "0.5": [-40, 0, 0], + "0.75": [10, 0, 0], + "1.0": [30, 0, 0] + } + }, + "thigh_r": { + "rotation": { + "0.0": [10, 0, 0], + "0.25": [30, 0, 0], + "0.5": [10, 0, 0], + "0.75": [-45, 0, 0], + "1.0": [10, 0, 0] + } + }, + "calf_r": { + "rotation": { + "0.0": [-10, 0, 0], + "0.25": [25, 0, 0], + "0.5": [-25, 0, 0], + "0.75": [-5, 0, 0], + "1.0": [-10, 0, 0] + } + }, + "thigh_l": { + "rotation": { + "0.0": [10, 0, 0], + "0.25": [-45, 0, 0], + "0.5": [10, 0, 0], + "0.75": [30, 0, 0], + "1.0": [10, 0, 0] + } + }, + "calf_l": { + "rotation": { + "0.0": [-25, 0, 0], + "0.25": [-5, 0, 0], + "0.5": [-10, 0, 0], + "0.75": [25, 0, 0], + "1.0": [-25, 0, 0] + } + } + } + }, + "animation.litleo.faint": { + "loop": true, + "animation_length": 1.5, + "bones": { + "body": { + "position": { + "0.0": [0, 0, 0], + "0.25": [0, -5, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [20, 0, 0] + } + }, + "eye_r": { + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0.25] + } + }, + "eye_l": { + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0.25] + } + }, + "shoulder_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-77.5, 0, 0] + } + }, + "shoulder_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-77.5, 0, 0] + } + }, + "thigh_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-77.5, 22.5, 0] + } + }, + "thigh_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-77.5, -22.5, 0] + } + }, + "closed_r": { + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, -0.5] + } + }, + "closed_l": { + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, -0.5] + } + } + } + }, + "animation.litleo.sleep": { + "loop": true, + "bones": { + "body": { + "position": [0, -5, 0] + }, + "head": { + "rotation": [20, 0, 0] + }, + "eye_r": { + "position": [0, 0, 0.25] + }, + "eye_l": { + "position": [0, 0, 0.25] + }, + "shoulder_r": { + "rotation": [-77.5, 0, 0] + }, + "shoulder_l": { + "rotation": [-77.5, 0, 0] + }, + "thigh_r": { + "rotation": [-77.5, 22.5, 0] + }, + "thigh_l": { + "rotation": [-77.5, -22.5, 0] + }, + "closed_r": { + "position": [0, 0, -0.5] + }, + "closed_l": { + "position": [0, 0, -0.5] + } + } + }, + "animation.litleo.blink": { + "animation_length": 0.25, + "bones": { + "eye_r": { + "position": { + "0.0": [0, 0, 0.25], + "0.2083": { + "pre": [0, 0, 0.25], + "post": [0, 0, 0.25] + }, + "0.25": { + "pre": [0, 0, 0.25], + "post": [0, 0, 0] + } + } + }, + "eye_l": { + "position": { + "0.0": [0, 0, 0.25], + "0.2083": { + "pre": [0, 0, 0.25], + "post": [0, 0, 0.25] + }, + "0.25": { + "pre": [0, 0, 0.25], + "post": [0, 0, 0] + } + } + }, + "closed_r": { + "position": { + "0.0": [0, 0, -0.5], + "0.2083": { + "pre": [0, 0, -0.5], + "post": [0, 0, -0.5] + }, + "0.25": { + "pre": [0, 0, -0.5], + "post": [0, 0, 0] + } + } + }, + "closed_l": { + "position": { + "0.0": [0, 0, -0.5], + "0.2083": { + "pre": [0, 0, -0.5], + "post": [0, 0, -0.5] + }, + "0.25": { + "pre": [0, 0, -0.5], + "post": [0, 0, 0] + } + } + } + } + }, + "animation.litleo.cry": { + "animation_length": 3, + "bones": { + "torso": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [5, 0, 0], + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [3, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [10.44, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-10.83, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "mouth": { + "position": { + "0.1667": [0, 0, 0], + "0.2083": { + "pre": [0, 0, 0], + "post": [0, 0, -0.25] + }, + "1.0": { + "pre": [0, 0, -0.25], + "post": [0, 0, -0.25] + }, + "1.0417": { + "pre": [0, 0, -0.25], + "post": [0, 0, 0] + } + } + } + }, + "sound_effects": { + "0.2083": { + "effect": "pokemon.squirtle.cry" + } + } + }, + "animation.litleo.recoil": { + "animation_length": 1.5, + "bones": { + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-2.9, 1.5, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-0.3, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "eye_r_closed": { + "position": { + "0.0": [-0.27, 0, 0], + "0.25": { + "pre": [-0.27, 0, 0], + "post": [-0.27, 0, 0] + }, + "0.2917": { + "pre": [-0.27, 0, 0], + "post": [0, 0, 0] + } + } + }, + "eye_l_closed": { + "position": { + "0.0": [0.27, 0, 0], + "0.25": { + "pre": [0.27, 0, 0], + "post": [0.27, 0, 0] + }, + "0.2917": { + "pre": [0.27, 0, 0], + "post": [0, 0, 0] + } + } + }, + "forearm_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "paw_fl": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [12, 0, 0], + "post": [12, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "forearm_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "paw_fr": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [12, 0, 0], + "post": [12, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "knee_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [15.5, 0, 0], + "post": [15.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-1.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "paw_br": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [8, 0, 0], + "post": [8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "knee_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [15.5, 0, 0], + "post": [15.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-1.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "paw_bl": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [8, 0, 0], + "post": [8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 1, 0], + "post": [-8, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [7.5, 0, 0], + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-2.9, 1.5, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-0.3, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "eye_r": { + "position": { + "0.0": [0, 0, 0.25], + "0.25": { + "pre": [0, 0, 0.25], + "post": [0, 0, 0.25] + }, + "0.2917": { + "pre": [0, 0, 0.25], + "post": [0, 0, 0] + } + } + }, + "eye_l": { + "position": { + "0.0": [0, 0, 0.25], + "0.25": { + "pre": [0, 0, 0.25], + "post": [0, 0, 0.25] + }, + "0.2917": { + "pre": [0, 0, 0.25], + "post": [0, 0, 0] + } + } + }, + "shoulder_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-3, 2.5, 0], + "post": [-3, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "shoulder_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-3, -2.5, 0], + "post": [-3, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "thigh_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "calf_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "thigh_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "calf_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "closed_r": { + "position": { + "0.0": [0, 0, -0.5], + "0.25": { + "pre": [0, 0, -0.5], + "post": [0, 0, -0.5] + }, + "0.2917": { + "pre": [0, 0, -0.5], + "post": [0, 0, 0] + } + } + }, + "closed_l": { + "position": { + "0.0": [0, 0, -0.5], + "0.25": { + "pre": [0, 0, -0.5], + "post": [0, 0, -0.5] + }, + "0.2917": { + "pre": [0, 0, -0.5], + "post": [0, 0, 0] + } + } + } + } + }, + "animation.litleo.physical": { + "animation_length": 1, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 5, 0], + "0.5": [0, -5, 0], + "0.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.125": [0, 0, 2], + "0.25": [0, 0, 2], + "0.5": [0, 0, 0] + } + }, + "shoulder_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-100, 20, -15], + "0.375": [-20, 0, -45], + "0.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 1, 0], + "0.375": [0, 1, -1], + "0.75": [0, 0, 0] + } + }, + "paw_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [90, 0, 0], + "0.5": [90, 0, 0], + "0.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, -2], + "0.5": [0, 0, -2], + "0.75": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.5": [5, 0, 0] + } + }, + "shoulder_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [-20, 0, 0], + "0.25": [-20, 0, 0], + "0.5": [0, 0, 0] + } + }, + "paw_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [17.5, 0, 0], + "0.25": [17.5, 0, 0], + "0.5": [0, 0, 0] + } + }, + "thigh_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [-25, 0, 0], + "0.25": [-25, 0, 0], + "0.5": [0, 0, 0] + } + }, + "calf_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [10, 0, 0], + "0.25": [10, 0, 0], + "0.5": [0, 0, 0] + } + }, + "foot_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [12.5, 0, 0], + "0.25": [12.5, 0, 0], + "0.5": [0, 0, 0] + } + }, + "thigh_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [-25, 0, 0], + "0.25": [-25, 0, 0], + "0.5": [0, 0, 0] + } + }, + "calf_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [10, 0, 0], + "0.25": [10, 0, 0], + "0.5": [0, 0, 0] + } + }, + "foot_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [12.5, 0, 0], + "0.25": [12.5, 0, 0], + "0.5": [0, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [-15, 0, 0], + "0.125": [-25, 0, 0], + "0.25": [-25, 0, 0], + "0.4167": [5, 0, 0], + "0.625": [-15, 0, 0] + } + }, + "tail2": { + "rotation": [10, 0, 0] + }, + "tail3": { + "rotation": [10, 0, 0] + } + } + }, + "animation.litleo.special": { + "animation_length": 2, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-10, 0, 0], + "0.2917": [-10, 0, 0], + "0.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 1, -2], + "0.2917": [0, 1, -2], + "0.5": [0, 0, -2] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [25, 0, 0], + "0.3333": [25, 0, 0], + "0.5": [0, 0, 0] + } + }, + "shoulder_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [17.5, 0, 0], + "0.2917": [17.5, 0, 0], + "0.5": [0, 0, 0] + } + }, + "shoulder_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [17.5, 0, 0], + "0.2917": [17.5, 0, 0], + "0.5": [0, 0, 0] + } + }, + "thigh_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [25, 0, 0], + "0.2917": [25, 0, 0] + } + }, + "calf_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-15, 0, 0], + "0.2917": [-15, 0, 0] + } + }, + "thigh_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [25, 0, 0] + } + }, + "calf_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-15, 0, 0] + } + } + }, + "particle_effects": { + "0.5": { + "effect": "fire_beam", + "locator": "fire" + } + } + }, + "animation.litleo.status": { + "loop": true, + "animation_length": 2, + "bones": { + "tail_seg5": { + "rotation": ["-35 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "tail_seg6": { + "rotation": ["-30 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "neck": { + "rotation": ["27.5+math.sin((q.anim_time*90)+90)*2", 0, 0] + }, + "tail_seg2": { + "rotation": [35, 0, 0] + }, + "tail_seg3": { + "rotation": [35, 0, 0] + }, + "tail_seg4": { + "rotation": ["-30 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "tail_seg_end": { + "rotation": ["-25 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "hair": { + "rotation": ["math.sin((q.anim_time*90*2)+180)*1", 0, 0] + }, + "hair2": { + "rotation": ["math.sin((q.anim_time*90*2)+180)*1", 0, 0] + }, + "hair3": { + "rotation": ["-5 + math.sin((q.anim_time*90*2)+180)*1", 0, 0] + }, + "hair4": { + "rotation": ["10 + math.sin((q.anim_time*90*2)+180)*5", 0, 0] + }, + "hair5": { + "rotation": ["5 +math.sin((q.anim_time*90*2)+135)*5", 0, 0] + }, + "hair10": { + "rotation": ["5+math.sin((q.anim_time*90*2)+90)*5", 0, 0] + }, + "hair6": { + "rotation": ["math.sin((q.anim_time*90*2)+45)*5", 0, 0] + }, + "hair7": { + "rotation": ["-15 + math.sin((q.anim_time*90*2)+0)*5", 0, 0] + }, + "hair8": { + "rotation": ["math.sin((q.anim_time*90*2)+320)*3", 0, 0] + }, + "hair9": { + "rotation": ["-20+math.sin((q.anim_time*90*2)+275)*5", 0, 0] + }, + "hair11": { + "rotation": ["math.sin((q.anim_time*90*2)+230)*5", 0, 0] + }, + "forearm_l": { + "rotation": [-10, 0, 0] + }, + "forearm_r": { + "rotation": [-10, 0, 0] + }, + "knee_r": { + "rotation": [10, 0, 0] + }, + "knee_l": { + "rotation": [10, 0, 0] + }, + "body": { + "position": [0, -0.25, 0] + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [15, 0, 0], + "0.5": [10, 0, 0], + "0.75": [15, 0, 0], + "1.0": [10, 0, 0], + "1.25": [15, 0, 0], + "1.5": [15, 0, 0], + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, -1, 0], + "1.5": [0, -1, 0], + "1.75": [0, 0, 0] + } + }, + "shoulder_r": { + "rotation": { + "0.0": [-5, 0, 5], + "0.125": [-45, 0, 5], + "0.25": [-5, 0, 5], + "0.5": [-5, 0, 5], + "0.625": [-45, 0, 5], + "0.75": [-5, 0, 5], + "1.0": [-5, 0, 5], + "1.125": [-45, 0, 5], + "1.25": [-5, 0, 5], + "1.5": [-5, 0, 5], + "1.625": [-45, 0, 5], + "1.75": [-5, 0, 5] + } + }, + "shoulder_l": { + "rotation": { + "0.0": [-5, 0, -5], + "0.25": [-5, 0, -5], + "0.375": [-45, 0, -5], + "0.5": [-5, 0, -5], + "0.75": [-5, 0, -5], + "0.875": [-45, 0, -5], + "1.0": [-5, 0, -5], + "1.25": [-5, 0, -5], + "1.375": [-45, 0, -5], + "1.5": [-5, 0, -5] + } + }, + "thigh_r": { + "rotation": { + "0.0": [5, 0, 5], + "0.375": [5, 0, 5], + "0.5": [-30, 0, 5], + "0.625": [5, 0, 5], + "0.875": [5, 0, 5], + "1.0": [-30, 0, 5], + "1.125": [5, 0, 5], + "1.375": [5, 0, 5], + "1.5": [-30, 0, 5], + "1.625": [5, 0, 5] + } + }, + "calf_r": { + "rotation": [-5, 0, 0] + }, + "thigh_l": { + "rotation": { + "0.0": [5, 0, -5], + "0.125": [5, 0, -5], + "0.25": [-30, 0, -5], + "0.375": [5, 0, -5], + "0.625": [5, 0, -5], + "0.75": [-30, 0, -5], + "0.875": [5, 0, -5], + "1.125": [5, 0, -5], + "1.25": [-30, 0, -5], + "1.375": [5, 0, -5] + } + }, + "calf_l": { + "rotation": [-5, 0, 0] + }, + "tail": { + "rotation": { + "0.0": [-30, "math.sin((q.anim_time*90)+180)*5", "math.sin((q.anim_time*90)+180)*5"], + "0.25": [55, "math.sin((q.anim_time*90)+180)*5", "math.sin((q.anim_time*90)+180)*5"], + "1.75": [55, "math.sin((q.anim_time*90)+180)*5", "math.sin((q.anim_time*90)+180)*5"], + "2.0": [-30, "math.sin((q.anim_time*90)+180)*5", "math.sin((q.anim_time*90)+180)*5"] + } + }, + "tail2": { + "rotation": [10, 0, 0] + }, + "tail3": { + "rotation": [10, 0, 0] + }, + "tail_fluff": { + "rotation": [-10, 0, 0] + } + } + }, + "animation.litleo.pose": { + "loop": true, + "bones": { + "body": { + "position": [0, -5, 0] + }, + "head": { + "rotation": [0, 0, 0], + "position": [0, -1, -1] + }, + "shoulder_r": { + "rotation": [-77.5, 0, 0] + }, + "shoulder_l": { + "rotation": [-77.5, 0, 0] + }, + "thigh_r": { + "rotation": [-77.5, 22.5, 0] + }, + "thigh_l": { + "rotation": [-77.5, -22.5, 0] + }, + "mouth": { + "position": [0, 0, -0.25] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/lokix/lokix.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/lokix/lokix.animation.json new file mode 100644 index 0000000..6a9406e --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/lokix/lokix.animation.json @@ -0,0 +1,215 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.lokix.pose": { + "loop": true, + "bones": { + "body": { + "rotation": [-68.98503, -13.73339, -14.21275], + "position": [0, -5, 8] + }, + "upper_body": { + "rotation": [47.5, 0, 0] + }, + "arm_left": { + "rotation": [-29.24336, -24.04173, 45.53269] + }, + "arm_left2": { + "rotation": [113.80763, 64.79572, 149.03672] + }, + "head2": { + "rotation": [37.5, 0, 0] + }, + "leg_left": { + "rotation": [-84.93957, -27.96833, 28.26829] + }, + "leg_left2": { + "rotation": [79.01508, 1.67605, 0.66295] + }, + "backleg_left": { + "rotation": [-15, 0, 0] + }, + "backleg_left2": { + "rotation": [2.5, 0, 0] + }, + "torso": { + "rotation": [-32.5, 0, 0] + }, + "backleg_right2": { + "rotation": [180, 0, 0] + }, + "leg_right": { + "rotation": [-29.35854, 19.94871, -4.40592] + }, + "leg_right2": { + "rotation": [0, 0, 0] + }, + "backleg_right": { + "rotation": [-174.44366, 3.62572, 19.66352] + }, + "arm_right": { + "rotation": [51.49054, 25.3588, 51.85638] + }, + "arm_right2": { + "rotation": [-92.28974, -62.39543, 95.40158] + } + } + }, + "animation.lokix.pose2": { + "loop": true, + "bones": { + "body": { + "position": [0, 10, 0] + }, + "upper_body": { + "rotation": [12.5, 0, 0] + }, + "arm_left": { + "rotation": [-2.09615, 39.95426, 71.73794], + "position": [0, 0, 0] + }, + "arm_left2": { + "rotation": [-101.65628, 14.68054, -5.26222] + }, + "head": { + "rotation": [-2.36638, -4.56489, 0.90439], + "position": [0, -1, 0] + }, + "head2": { + "rotation": [25, 0, 0], + "position": [0, 0, 0] + }, + "leg_left": { + "rotation": [-12.92638, -14.63639, 3.31914], + "position": [0, 0, 0] + }, + "leg_left2": { + "rotation": [17.5, 0, 0] + }, + "backleg_left": { + "rotation": [-165.05452, 1.29256, -4.83045], + "position": [0, 0, 0] + }, + "backleg_left2": { + "rotation": [175.00473, -0.21782, -2.4905] + }, + "leg_right": { + "position": [0, 0, 0] + }, + "backleg_right": { + "rotation": [-160, 0, 0], + "position": [0, 0, 0] + }, + "backleg_right2": { + "rotation": [167.5, 0, 0] + }, + "arm_right": { + "rotation": [0, 0, -70], + "position": [0, 0, 0] + }, + "arm_right2": { + "rotation": [0, -15, 0] + } + } + }, + "animation.lokix.ground_idle": { + "loop": true, + "bones": { + "body": { + "position": [0, "-0.5+math.sin(query.anim_time*90*2+15)*0.2", 0] + }, + "leg_left": { + "rotation": ["-11.1447+math.sin(query.anim_time*90*2)*3", -24.28619, -3.18756] + }, + "leg_left2": { + "rotation": ["12.5-math.sin(query.anim_time*90*2)*6", 0, 0] + }, + "leg_right": { + "rotation": ["-11.1447+math.sin(query.anim_time*90*2)*3", 24.2862, 3.1876] + }, + "leg_right2": { + "rotation": ["12.5-math.sin(query.anim_time*90*2)*6", 0, 0] + }, + "torso": { + "rotation": ["10-math.sin(query.anim_time*90*2)", 0, 0], + "position": [0, 0, 0] + }, + "backleg_left": { + "rotation": ["-10-math.sin(query.anim_time*90*2-50)*3", 0, 0] + }, + "backleg_right": { + "rotation": ["-10-math.sin(query.anim_time*90*2-50)*3", 0, 0] + }, + "upper_body": { + "rotation": ["-5-math.sin(query.anim_time*90*2-50)*2", 0, 0] + }, + "arm_left": { + "rotation": [22.63938, "-0.7849-math.sin(query.anim_time*90*2)*2", 72.80634] + }, + "arm_left2": { + "rotation": [0.68334, "17.4706-math.sin(query.anim_time*90*2-50)*5", 5.1626] + }, + "arm_right": { + "rotation": [22.8719, "-2.686+math.sin(query.anim_time*90*2)*2", -74.03861] + }, + "arm_right2": { + "rotation": [1.10693, "-12.4517+math.sin(query.anim_time*90*2-50)*5", -5.12076] + }, + "head2": { + "rotation": ["-math.sin(query.anim_time*90*2)*3", 0, 0] + } + } + }, + "animation.lokix.ground_walk": { + "loop": true, + "bones": { + "body": { + "rotation": [15, "-math.sin(query.anim_time*90*6+10)*3", 0], + "position": [0, "-1.5+math.sin(query.anim_time*90*12+60)*1.5", 0] + }, + "leg_left": { + "rotation": ["-32.4753+math.sin(query.anim_time*90*6)*30", -1.34295, -2.10886] + }, + "leg_left2": { + "rotation": ["30-math.sin(query.anim_time*90*6+70)*25", 0, 0] + }, + "leg_right": { + "rotation": ["-32.4753-math.sin(query.anim_time*90*6)*30", 1.34295, 2.10886] + }, + "leg_right2": { + "rotation": ["30+math.sin(query.anim_time*90*6+70)*25", 0, 0] + }, + "torso": { + "rotation": ["-math.sin(query.anim_time*90*12+90)", 0, 0] + }, + "backleg_left": { + "rotation": ["-20-math.sin(query.anim_time*90*12+90)*2", 0, 0] + }, + "backleg_right": { + "rotation": ["-20-math.sin(query.anim_time*90*12+90)*2", 0, 0] + }, + "upper_body": { + "rotation": ["math.sin(query.anim_time*90*12+90)", 0, 0] + }, + "arm_left": { + "rotation": [-5.43015, "2.6603+math.sin(query.anim_time*90*6+50)*20", 66.15248] + }, + "arm_left2": { + "rotation": [0, "30+math.sin(query.anim_time*90*6+50)*20", 0] + }, + "arm_right": { + "rotation": [0, "-2.6603+math.sin(query.anim_time*90*6+50)*20", -62.5] + }, + "arm_right2": { + "rotation": [0, "-30+math.sin(query.anim_time*90*6+50)*20", 0] + }, + "head": { + "rotation": ["-math.sin(query.anim_time*90*12+40)", 0, 0] + }, + "head2": { + "rotation": [-10, 0, 0] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/lurantis/lurantis.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/lurantis/lurantis.animation.json new file mode 100644 index 0000000..899d5e6 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/lurantis/lurantis.animation.json @@ -0,0 +1,3124 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.lurantis.ground_idle": { + "loop": true, + "bones": { + "ear_left": { + "rotation": ["-31.2822+2*(math.sin(q.anim_time*180-20)*2)", 9.29798, 14.89149] + }, + "antenna_left": { + "rotation": ["-12.3159-2*(math.sin(q.anim_time*180-20)*2)", 2.1539, 9.7676], + "scale": [0.7, 1, 1] + }, + "head": { + "rotation": [ + "4.7845+0.25*(math.sin(q.anim_time*180+40)*2)", + "12.5079+0.25*(math.sin(q.anim_time*180+40)*2)", + "-7.0002-1*(math.sin(q.anim_time*180+40)*2)" + ] + }, + "ear_left_bot": { + "rotation": ["0+2*(math.sin(q.anim_time*180-20)*2)", 0, "12.5+2*(math.sin(q.anim_time*180-20)*2)"], + "scale": [0.85, 0.85, 0.7] + }, + "body": { + "position": { + "0.0": { + "post": [ + 0, + "-0.04+math.clamp(0.075*(math.sin(q.anim_time*180)*2),-0.1125,1)+(0.06*(math.sin(q.anim_time*180)*2))-0.02*(math.sin(q.anim_time*180-40)*2)", + "0-math.clamp(0.075*(math.sin(q.anim_time*180-40)*2),-0.4,2)" + ], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [ + "1+math.clamp(0.005*(math.sin(q.anim_time*180)*2),-0.0075,0.015)+(0.003*(math.sin(q.anim_time*180)*2))", + "1+math.clamp(0.005*(math.sin(q.anim_time*180)*2),-0.0075,0.015)+(0.003*(math.sin(q.anim_time*180)*2))", + "1+math.clamp(0.005*(math.sin(q.anim_time*180)*2),-0.0075,0.015)+(0.003*(math.sin(q.anim_time*180)*2))" + ], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": [-7.5283, 4.95712, "-0.6543-0.3*(math.sin(q.anim_time*180)*2)"] + }, + "wing_left_bottom": { + "rotation": ["-7.5+2*(math.sin(q.anim_time*180-40)*2)", 0, "12.5-2*(math.sin(q.anim_time*180-120)*2)"] + }, + "arm_left": { + "rotation": ["-17.8265-0.25*(math.sin(q.anim_time*180-30)*2)", "-87.6143+2*(math.sin(q.anim_time*180)*2)", "57.4848-0.75*(math.sin(q.anim_time*180)*2)"], + "position": [-1, 0, 0] + }, + "skirt_left_frill": { + "rotation": [-2.5, 0, 0] + }, + "skirt_left_frill2": { + "rotation": [-15, 0, 0] + }, + "skirt_left_frill3": { + "rotation": [-12.5, 0, 0] + }, + "skirt_left_frill4": { + "rotation": [-12.5, 0, 0] + }, + "skirt_right_frill": { + "rotation": [-2.5, 0, 0] + }, + "skirt_right_frill2": { + "rotation": [-7.5, 0, 0] + }, + "skirt_right_frill3": { + "rotation": [-10, 0, 0] + }, + "skirt_right_frill4": { + "rotation": [-5, 0, 0] + }, + "arm_left5": { + "rotation": ["0+1*(math.sin(q.anim_time*180-40)*2)", 0, "10-1*(math.sin(q.anim_time*180-80)*2)"] + }, + "arm_left4": { + "rotation": ["0+1*(math.sin(q.anim_time*180-40)*2)", 0, "15-1*(math.sin(q.anim_time*180-60)*2)"] + }, + "arm_left3": { + "rotation": [ + "-44.9051+0.25*(math.sin(q.anim_time*180-40)*2)", + "32.7238-0.2*math.clamp(1*(math.sin(q.anim_time*180)*4),0,4)+0.2*math.clamp(-1*(math.sin(q.anim_time*180)*2),-0,3)", + "-3.6088+4*(math.sin(q.anim_time*180)*2)" + ], + "position": [0, 0, 0.5] + }, + "arm_left2": { + "rotation": [ + "8.7242+0.25*(math.sin(q.anim_time*180)*2)", + "47.7576+1*(math.sin(q.anim_time*180+40)*2)", + "-104.2193-0.5*(math.sin(q.anim_time*180)*2)-2*(math.sin(q.anim_time*180)-4)" + ] + }, + "leg_left2": { + "rotation": [0.3265, 2.4786, 7.50706] + }, + "leg_left3": { + "rotation": { + "0.0": { + "post": [7.5, 0, "0+0.45*(math.sin(q.anim_time*180)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left": { + "rotation": [0, 0, "0+0.15*(math.sin(q.anim_time*180)*2)"], + "scale": 1 + }, + "ear_left2": { + "rotation": ["-15-6*(math.sin(q.anim_time*180-60)*2)", 0, 0], + "scale": [1.25, 1, 1] + }, + "ear_left_bot2": { + "rotation": [0, 0, "-17.5+2*(math.sin(q.anim_time*180-40)*2)"], + "position": [-0.5, 0, 0.001] + }, + "ear_right_bot": { + "rotation": [0, 0, "-12.5-2*(math.sin(q.anim_time*180-20)*2)"], + "scale": [0.85, 0.85, 0.7] + }, + "ear_right_bot2": { + "rotation": [0, 0, "22.5-2*(math.sin(q.anim_time*180-20)*2)"], + "position": [0.75, 0, 0.001] + }, + "antenna_left2": { + "rotation": ["-5-2*(math.sin(q.anim_time*180-20)*2)", 0, 0] + }, + "antenna_left3": { + "rotation": ["-15-2*(math.sin(q.anim_time*180-20)*2)", 0, 0] + }, + "arm_right": { + "rotation": ["-17.8265-0.25*(math.sin(q.anim_time*180-30)*2)", "87.6143-2*(math.sin(q.anim_time*180)*2)", "-57.4848+0.75*(math.sin(q.anim_time*180)*2)"] + }, + "ear_right": { + "rotation": ["-31.2822+2*(math.sin(q.anim_time*180-20)*2)", -9.298, -14.8915] + }, + "ear_right2": { + "rotation": ["-15-6*(math.sin(q.anim_time*180-60)*2)", 0, 0], + "scale": [1.25, 1, 1] + }, + "antenna_right": { + "rotation": ["-12.3159-2*(math.sin(q.anim_time*180-20)*2)", -2.15393, -9.76758], + "scale": [0.7, 1, 1] + }, + "antenna_right2": { + "rotation": ["-5-2*(math.sin(q.anim_time*180-20)*2)", 0, 0] + }, + "antenna_right3": { + "rotation": ["-15-2*(math.sin(q.anim_time*180-20)*2)", 0, 0] + }, + "arm_right2": { + "rotation": [ + "-180+0.25*(math.sin(q.anim_time*180)*2)", + "-39.7812+1*(math.sin(q.anim_time*180+40)*2)", + "-180-0.5*(math.sin(q.anim_time*180)*2)-2*(math.sin(q.anim_time*180)-4)" + ] + }, + "arm_right3": { + "rotation": [ + "43.9498+4*(math.sin(q.anim_time*180-40)*2)", + "27.5869+4*math.clamp(1*(math.sin(q.anim_time*180)*4),0,4)-4*math.clamp(-1*(math.sin(q.anim_time*180)*2),-0,3)", + "-14.979-4*(math.sin(q.anim_time*180)*2)" + ], + "position": [0, 0, 0] + }, + "arm_right4": { + "rotation": [0, 0, "-15+1*(math.sin(q.anim_time*180-60)*2)"] + }, + "arm_right5": { + "rotation": [0, 0, "-10+1*(math.sin(q.anim_time*180-80)*2)"] + }, + "wing_right_bottom": { + "rotation": ["-7.5-2*(math.sin(q.anim_time*180-40)*2)", 0, "-12.5-2*(math.sin(q.anim_time*180-120)*2)"] + }, + "wing_right_top": { + "rotation": ["-13.6367+2*(math.sin(q.anim_time*180-50)*2)", -13.6611, "14.2338+4*(math.sin(q.anim_time*180+40)*2)"] + }, + "leg_right2": { + "rotation": [7.47178, 0.65182, -4.95744] + }, + "leg_right3": { + "rotation": [15, 0, "0-0.45*(math.sin(q.anim_time*180)*2)"] + }, + "foot_right": { + "rotation": [12.5, 0, "0-0.15*(math.sin(q.anim_time*180)*2)"] + }, + "foot_right2": { + "rotation": [-32.5, 0, 0] + }, + "neck": { + "rotation": ["0+1*(math.sin(q.anim_time*180+80)*2)", 0, 0] + }, + "torso": { + "rotation": ["0.0103+1*(math.sin(q.anim_time*180-40)*2)", 19.96817, 0.05756], + "position": [0, 0, 0] + }, + "claw_left": { + "rotation": [0, 0, "0-2*(math.sin(q.anim_time*180+40)*2)"] + }, + "claw_right": { + "rotation": [0, 0, "0+2*(math.sin(q.anim_time*180+40)*2)"] + }, + "wing_left_top": { + "rotation": ["-13.6367-2*(math.sin(q.anim_time*180-50)*2)", 13.6611, "-14.2338+4*(math.sin(q.anim_time*180+40)*2)"] + }, + "wing_left_top2": { + "rotation": ["0-2*(math.sin(q.anim_time*180-70)*2)", 0, 0] + }, + "wing_left_top3": { + "rotation": ["0-2*(math.sin(q.anim_time*180-90)*2)", 0, 0] + }, + "wing_right_top2": { + "rotation": ["0+2*(math.sin(q.anim_time*180-70)*2)", 0, 0] + }, + "wing_right_top3": { + "rotation": ["0+2*(math.sin(q.anim_time*180-90)*2)", 0, 0] + }, + "wing_left_bottom2": { + "rotation": ["+2*(math.sin(q.anim_time*180-80)*2)", 0, 0] + }, + "wing_left_bottom3": { + "rotation": ["+2*(math.sin(q.anim_time*180-120)*2)", 0, 0] + }, + "wing_right_bottom2": { + "rotation": ["-2*(math.sin(q.anim_time*180-80)*2)", 0, 0] + }, + "wing_right_bottom3": { + "rotation": ["0-2*(math.sin(q.anim_time*180-120)*2)", 0, 0] + }, + "abdomen": { + "rotation": ["0-1*(math.sin(q.anim_time*180-40)*2)", 0, 0], + "position": [0, "-0.10+0.02*(math.sin(q.anim_time*180-40)*2)", 0] + }, + "skirt_right": { + "rotation": [0, 0, "+3*(math.sin(q.anim_time*180-80)*2)"] + }, + "skirt_right2": { + "rotation": [0, 0, "+3*(math.sin(q.anim_time*180-80)*2)"] + }, + "skirt_left": { + "rotation": [0, 0, "-5-3*(math.sin(q.anim_time*180-80)*2)"] + }, + "skirt_left2": { + "rotation": [0, 0, "-3*(math.sin(q.anim_time*180-80)*2)"] + }, + "foot_left2": { + "rotation": [0, 0, 0] + }, + "leg_right": { + "rotation": [0, 0, "0+0.3*(math.sin(q.anim_time*180)*2)"] + } + } + }, + "animation.lurantis.ground_walk": { + "loop": true, + "animation_length": 1.1667, + "bones": { + "ear_left": { + "rotation": ["-32.6503+1.5*(math.sin(q.anim_time*620+180)*2)", 9.29798, 14.89149] + }, + "antenna_left": { + "rotation": ["-10.9478+1.5*(math.sin(q.anim_time*620+180)*2)", 2.1539, 9.7676], + "scale": [0.7, 1, 1] + }, + "head": { + "rotation": ["0+1*(math.sin(q.anim_time*620-80)*2)", 0, "0-1*(math.sin(q.anim_time*310-40)*2)"] + }, + "ear_left_bot": { + "rotation": [-1.36808, 0, "11.1319-1.5*(math.sin(q.anim_time*620+180)*2)"], + "scale": [0.85, 0.85, 0.7] + }, + "body": { + "position": { + "0.0": { + "post": [0, -0.72, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, -0.8, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, -0.35, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0.4, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, -0.7, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, -0.8, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -0.35, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0.4, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, -0.7, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, "1+0.01*(math.sin(q.anim_time*620-70)*2)", 1], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [-48.31, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-27.72, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-12.47, 0, 1], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-60, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-48.31, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wing_left_bottom": { + "rotation": ["5.9288-1.5*(math.sin(q.anim_time*620)*2)", 0, 9.0359] + }, + "arm_left": { + "rotation": [ + "-21.3238+1*(math.sin(q.anim_time*620-80)*2)", + "-110.2847+10*(math.sin(q.anim_time*310-70)*2)", + "13.473+4*(math.sin(q.anim_time*620-40)*2)" + ] + }, + "skirt_left_frill": { + "rotation": ["0+5*(math.sin(q.anim_time*310+60)*2)", 0, 0] + }, + "skirt_left_frill2": { + "rotation": ["-55-15*(math.sin(q.anim_time*310+60)*2)", 0, 0] + }, + "skirt_left_frill3": { + "rotation": ["-5-10*(math.sin(q.anim_time*310+80)*2)", 0, 0] + }, + "skirt_left_frill4": { + "rotation": ["-50-20*(math.sin(q.anim_time*310+60)*2)", 0, 0] + }, + "skirt_right_frill": { + "rotation": ["0+5*(math.sin(q.anim_time*310+60)*2)", 0, 0] + }, + "skirt_right_frill2": { + "rotation": ["-55-15*(math.sin(q.anim_time*310-120)*2)", 0, 0] + }, + "skirt_right_frill3": { + "rotation": ["5+10*(math.sin(q.anim_time*310-80)*2)", 0, 0] + }, + "skirt_right_frill4": { + "rotation": ["-50-20*(math.sin(q.anim_time*310-80)*2)", 0, 0] + }, + "arm_left5": { + "rotation": [-1.28558, 0, 11.96962] + }, + "arm_left4": { + "rotation": [-1.28558, 0, 16.73205] + }, + "arm_left3": { + "rotation": ["-187.4051+6*(math.sin(q.anim_time*620+100)*2)", 0, 0] + }, + "arm_left2": { + "rotation": ["-3.8238+10*(math.sin(q.anim_time*620-80)*2)", 69.7153, "-193.473+4*(math.sin(q.anim_time*620-40)*2)"] + }, + "leg_left2": { + "rotation": { + "0.0": { + "post": [-23.79, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-0.03, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [9.97, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [7.47178, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [14.97178, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-23.73, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [4.97, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left3": { + "rotation": { + "0.0": { + "post": [28.44, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [55, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [105, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [28.44, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left": { + "rotation": { + "0.0": { + "post": [13.78, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0417": { + "post": [10.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [15.58, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ear_left2": { + "rotation": ["-4.6077+1.5*(math.sin(q.anim_time*620+180)*2)", 0, 0], + "scale": [1.25, 1, 1] + }, + "ear_left_bot2": { + "rotation": [0, 0, "-20.0712-1.5*(math.sin(q.anim_time*620+180)*2)"], + "position": [-0.5, 0, 0.001] + }, + "ear_right_bot": { + "rotation": [0, 0, "-11.1319+1.5*(math.sin(q.anim_time*620+180)*2)"], + "scale": [0.85, 0.85, 0.7] + }, + "ear_right_bot2": { + "rotation": [0, 0, "23.8681+1.5*(math.sin(q.anim_time*620+180)*2)"], + "position": [0.75, 0, 0.001] + }, + "antenna_left2": { + "rotation": ["-3.6319+1.5*(math.sin(q.anim_time*620+180)*2)", 0, 0] + }, + "antenna_left3": { + "rotation": ["-13.6319+1.5*(math.sin(q.anim_time*620+180)*2)", 0, 0] + }, + "arm_right": { + "rotation": [ + "-21.3238+1*(math.sin(q.anim_time*620-80)*2)", + "110.2847+10*(math.sin(q.anim_time*310-70)*2)", + "-13.473+4*(math.sin(q.anim_time*620-40)*2)" + ] + }, + "ear_right": { + "rotation": ["-32.6503+1.5*(math.sin(q.anim_time*620+180)*2)", -9.298, -14.8915] + }, + "ear_right2": { + "rotation": ["-4.6077+1.5*(math.sin(q.anim_time*620+180)*2)", 0, 0], + "scale": [1.25, 1, 1] + }, + "antenna_right": { + "rotation": ["-10.9478+1.5*(math.sin(q.anim_time*620+180)*2)", -2.15393, -9.76758], + "scale": [0.7, 1, 1] + }, + "antenna_right2": { + "rotation": ["-3.6319+1.5*(math.sin(q.anim_time*620+180)*2)", 0, 0] + }, + "antenna_right3": { + "rotation": ["-13.6319+1.5*(math.sin(q.anim_time*620+180)*2)", 0, 0] + }, + "arm_right2": { + "rotation": ["-181.3238-10*(math.sin(q.anim_time*620-80)*2)", -69.7153, "-166.527+4*(math.sin(q.anim_time*620-40)*2)"] + }, + "arm_right3": { + "rotation": ["0+6*(math.sin(q.anim_time*620-100)*2)", 0, 0], + "position": [0, 0, 0] + }, + "arm_right4": { + "rotation": [0, 0, -16.73205] + }, + "arm_right5": { + "rotation": [0, 0, -11.96962] + }, + "wing_right_bottom": { + "rotation": ["5.9288-1.5*(math.sin(q.anim_time*620)*2)", 0, -9.0359] + }, + "wing_right_top": { + "rotation": ["-25-2.5*(math.sin(q.anim_time*620)*2)", -13.6611, 19.3761] + }, + "leg_right2": { + "rotation": { + "0.0": { + "post": [7.47178, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [14.97178, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-25.03, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-0.03, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [9.97, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [7.47178, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right3": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [55, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [105, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right2": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [1.09, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-13.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [14.65, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": [0, 0, 0] + }, + "torso": { + "rotation": { + "0.0": { + "post": [20.02, -0.78, -0.29], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [12.66, -3.84, -1.4], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [20.16, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [12.66, 3.84, 1.4], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [20.02, -0.78, -0.29], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [7.66, -3.84, -1.4], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "claw_left": { + "rotation": [0, 0, -2.57115] + }, + "claw_right": { + "rotation": [0, 0, 2.57115] + }, + "wing_left_top": { + "rotation": ["-25.7009-2.5*(math.sin(q.anim_time*620)*2)", 13.6611, -19.3761] + }, + "wing_left_top2": { + "rotation": ["3.7588-3.5*(math.sin(q.anim_time*620-80)*2)", 0, 0] + }, + "wing_left_top3": { + "rotation": ["4-3.5*(math.sin(q.anim_time*620-120)*2)", 0, 0] + }, + "wing_right_top2": { + "rotation": ["-3.7588-3.5*(math.sin(q.anim_time*620-80)*2)", 0, 0] + }, + "wing_right_top3": { + "rotation": ["-4-3.5*(math.sin(q.anim_time*620-120)*2)", 0, 0] + }, + "wing_left_bottom2": { + "rotation": ["-3.9392-4.5*(math.sin(q.anim_time*620-100)*2)", 0, 0] + }, + "wing_left_bottom3": { + "rotation": ["-3.4641-4.5*(math.sin(q.anim_time*620-100)*2)", 0, 0] + }, + "wing_right_bottom2": { + "rotation": ["3.9392-4.5*(math.sin(q.anim_time*620-100)*2)", 0, 0] + }, + "wing_right_bottom3": { + "rotation": ["3.4641-4.5*(math.sin(q.anim_time*620-100)*2)", 0, 0] + }, + "abdomen": { + "rotation": { + "0.0": { + "post": [20.16, -4.18, -1.53], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [12.66, 3.84, 1.4], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [20.16, 3.84, 1.4], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [12.66, -3.84, -1.4], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [20.16, -4.94, -1.81], + "lerp_mode": "catmullrom" + } + }, + "position": [0, 0.47429, -0.1] + }, + "skirt_right": { + "rotation": ["0+5*(math.sin(q.anim_time*310+60)*2)", 0, "7+4*(math.sin(q.anim_time*620+180)*2)"] + }, + "skirt_right2": { + "rotation": [0, 0, "+4.9574+4*(math.sin(q.anim_time*620-180)*2)"] + }, + "skirt_left": { + "rotation": ["0-5*(math.sin(q.anim_time*310+60)*2)", 0, "-7-4*(math.sin(q.anim_time*620+180)*2)"] + }, + "skirt_left2": { + "rotation": [0, 0, "-4.9574-4*(math.sin(q.anim_time*620-180)*2)"] + }, + "foot_left2": { + "rotation": { + "0.0": { + "post": [1.09, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-13.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [1.6, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-60, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-26.46, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-11.07, 0, -1], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.lurantis.blink": { + "animation_length": 0.625, + "bones": { + "pupil_left": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + }, + "pupil_right": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + } + } + }, + "animation.lurantis.cry": { + "animation_length": 1.5, + "bones": { + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "mouth": { + "position": { + "0.0": [0, 0, 0], + "0.25": [0, -1, -1], + "0.75": [0, -1, -1], + "1.0": [0, 0, 0] + } + } + }, + "sound_effects": { + "0.25": { + "effect": "pokemon.lurantis.cry" + } + } + }, + "animation.lurantis.sleep": { + "loop": true, + "bones": { + "body": { + "rotation": [17.5, 0, 0], + "position": [0, -12, "0-0.07*(math.sin(q.anim_time*45)*4)"] + }, + "neck": { + "rotation": [-2.5, 0, 0], + "position": [0, 0, -0.3] + }, + "head": { + "rotation": ["17.5-0.7*(math.sin(q.anim_time*45-40)*4)", 0, 0], + "position": [0, 0, 0.4] + }, + "pupil_left": { + "position": [-0.25, 0, 0], + "scale": [1.3, 0.1, 1] + }, + "pupil_right": { + "scale": [1.3, 0.1, 1] + }, + "antenna_left": { + "rotation": ["-52.5+0.5*(math.sin(q.anim_time*45-80)*4)", 0, 0] + }, + "antenna_left2": { + "rotation": ["-7.5+0.5*(math.sin(q.anim_time*45-80)*4)", 0, 0] + }, + "antenna_left3": { + "rotation": ["-17.5+0.5*(math.sin(q.anim_time*45-80)*4)", 0, 0] + }, + "antenna_right": { + "rotation": ["-52.5+0.5*(math.sin(q.anim_time*45-80)*4)", 0, 0] + }, + "antenna_right2": { + "rotation": ["-7.5+0.5*(math.sin(q.anim_time*45-80)*4)", 0, 0] + }, + "antenna_right3": { + "rotation": ["-17.5+0.5*(math.sin(q.anim_time*45-80)*4)", 0, 0] + }, + "ear_left": { + "rotation": ["-60+0.5*(math.sin(q.anim_time*45-80)*4)", 0, 0] + }, + "ear_left2": { + "rotation": ["-25+0.5*(math.sin(q.anim_time*45-80)*4)", 0, 0] + }, + "ear_left3": { + "rotation": [0, 0, 0] + }, + "ear_right": { + "rotation": ["-60+0.5*(math.sin(q.anim_time*45-80)*4)", 0, 0] + }, + "ear_right2": { + "rotation": ["-25+0.5*(math.sin(q.anim_time*45-80)*4)", 0, 0] + }, + "ear_left_bot": { + "rotation": ["0-1.7*(math.sin(q.anim_time*45-60)*4)", "22.5-0.7*(math.sin(q.anim_time*45-60)*4)", 0] + }, + "ear_left_bot2": { + "rotation": [0, "5-2.7*(math.sin(q.anim_time*45-60)*4)", 0] + }, + "ear_right_bot": { + "rotation": ["0+1.7*(math.sin(q.anim_time*45-60)*4)", "-22.5+0.7*(math.sin(q.anim_time*45-60)*4)", 0] + }, + "ear_right_bot2": { + "rotation": [0, "-2.5+2.7*(math.sin(q.anim_time*45-60)*4)", 0] + }, + "torso": { + "rotation": ["-12.5+1*(math.sin(q.anim_time*45+30)*4)", 0, 0] + }, + "arm_left": { + "rotation": ["-19.1053+1*(math.sin(q.anim_time*45-80)*6)", -96.83193, 12.28768] + }, + "arm_left2": { + "rotation": [0, 125, 0] + }, + "arm_left3": { + "rotation": ["52.3949+0.2*(math.sin(q.anim_time*45-80)*6)", -33.77615, "26.9812+0.2*(math.sin(q.anim_time*45-80)*6)"] + }, + "arm_left4": { + "rotation": [0, 0, 15] + }, + "arm_left5": { + "rotation": [7.5, 0, 20] + }, + "arm_right": { + "rotation": ["-11.6053+1*(math.sin(q.anim_time*45-80)*6)", 96.8319, -12.2877] + }, + "arm_right2": { + "rotation": [0, -135, 0] + }, + "arm_right3": { + "rotation": ["53.8949+0.2*(math.sin(q.anim_time*45-80)*6)", 33.7761, "-26.9812-0.2*(math.sin(q.anim_time*45-80)*6)"] + }, + "arm_right4": { + "rotation": [0, 0, -17.5] + }, + "arm_right5": { + "rotation": [0, 0, -20] + }, + "wing_left_top": { + "rotation": ["-7.5+0.5*(math.sin(q.anim_time*45-80)*6)", 0, "7.5-0.5*(math.sin(q.anim_time*45-80)*6)"] + }, + "wing_left_top2": { + "rotation": ["+0.5*(math.sin(q.anim_time*45-80)*6)", 0, 0] + }, + "wing_left_top3": { + "rotation": ["0+0.5*(math.sin(q.anim_time*45-80)*6)", 0, 0] + }, + "wing_right_top": { + "rotation": ["-7.5+0.5*(math.sin(q.anim_time*45-80)*6)", 0, "-7.5+0.5*(math.sin(q.anim_time*45-80)*6)"] + }, + "wing_right_top2": { + "rotation": ["+0.5*(math.sin(q.anim_time*45-80)*6)", 0, 0] + }, + "wing_right_top3": { + "rotation": ["0+0.5*(math.sin(q.anim_time*45-80)*6)", 0, 0] + }, + "wing_left_bottom": { + "rotation": ["-1.7307+0.5*(math.sin(q.anim_time*45-80)*6)", 13.5663, 28.9607] + }, + "wing_left_bottom2": { + "rotation": ["40+0.5*(math.sin(q.anim_time*45-100)*6)", 0, 0] + }, + "wing_left_bottom3": { + "rotation": ["15+0.5*(math.sin(q.anim_time*45-120)*6)", 0, 0] + }, + "wing_right_bottom": { + "rotation": ["-1.7307+0.5*(math.sin(q.anim_time*45-80)*6)", -13.56626, -28.96066] + }, + "wing_right_bottom2": { + "rotation": ["40+0.5*(math.sin(q.anim_time*45-100)*6)", 0, 0] + }, + "wing_right_bottom3": { + "rotation": ["15+0.5*(math.sin(q.anim_time*45-120)*6)", 0, 0] + }, + "abdomen": { + "rotation": ["-10-1*(math.sin(q.anim_time*45+30)*4)", 0, 0], + "position": [0, 0.5, 0.25] + }, + "skirt_right": { + "rotation": [0, 0, 12.5] + }, + "skirt_right_frill2": { + "rotation": [-82.5, 0, 0] + }, + "skirt_right_frill4": { + "rotation": [-55, 0, 0] + }, + "skirt_left": { + "rotation": [0, 0, -12.5] + }, + "skirt_left_frill2": { + "rotation": [-82.5, 0, 0] + }, + "skirt_left_frill4": { + "rotation": [-55, 0, 0] + }, + "leg_left": { + "rotation": [-74.5322, -8.5163, -17.533], + "position": [0, -0.75, 0] + }, + "leg_left2": { + "rotation": ["-35+1*(math.sin(q.anim_time*45)*4)", 0, 0] + }, + "leg_left3": { + "rotation": ["55.2375-1.5*(math.sin(q.anim_time*45)*4)", 4.5575, 5.9627] + }, + "foot_left": { + "rotation": [50, 0, 0] + }, + "foot_left2": { + "rotation": ["11.3608+0.5*(math.sin(q.anim_time*45+30)*4)", -5.24826, 24.47761], + "position": ["0+0.01*(math.sin(q.anim_time*45)*4)", "0+0.06*(math.sin(q.anim_time*45+30)*4)", "0+0.01*(math.sin(q.anim_time*45-30)*4)"] + }, + "leg_right": { + "rotation": [-74.53224, 8.51627, 17.53303], + "position": [0, -0.75, 0] + }, + "leg_right2": { + "rotation": ["-29.2561+1*(math.sin(q.anim_time*45)*4)", -10.21457, -2.81508] + }, + "leg_right3": { + "rotation": ["40.6049-1.3*(math.sin(q.anim_time*45)*4)", -8.36502, -9.22489] + }, + "foot_right": { + "rotation": [50.29812, 7.73383, "-6.5344+1.3*(math.sin(q.anim_time*45)*4)"] + }, + "foot_right2": { + "rotation": ["11.5752-0.7*(math.sin(q.anim_time*45+30)*4)", 4.75113, -22.01816], + "position": ["0+0.05*(math.sin(q.anim_time*45)*4)", "0+0.04*(math.sin(q.anim_time*45-30)*4)", "0-0.03*(math.sin(q.anim_time*45+30)*4)"] + } + } + }, + "animation.lurantis.eyes": { + "loop": true, + "bones": { + "eye_left": { + "position": [-0.15, 0, 0.15], + "scale": [1.1, 1, 1.1] + }, + "pupil_left": { + "position": [-0.025, 0, 0] + }, + "eye_shine_left": { + "rotation": [0, 0, 0], + "position": [0.9, 0.05, 0], + "scale": [0.7, 1, 1] + }, + "eye_right": { + "position": [0.15, 0, 0.15], + "scale": [1.1, 1, 1.1] + }, + "pupil_right": { + "position": [0.25, 0, 0] + }, + "eye_shine_right": { + "rotation": [0, 0, 0], + "position": [-0.9, 0.05, 0], + "scale": [0.7, 1, 1] + }, + "body": { + "scale": 1 + } + } + }, + "animation.lurantis.float": { + "loop": true, + "bones": { + "ear_left": { + "rotation": ["-31.2822+2*(math.sin(q.anim_time*180-20)*2)", 9.29798, 14.89149] + }, + "antenna_left": { + "rotation": ["-12.3159-2*(math.sin(q.anim_time*180-20)*2)", 2.1539, 9.7676], + "scale": [0.7, 1, 1] + }, + "head": { + "rotation": [ + "6.3046+0.25*(math.sin(q.anim_time*180+40)*2)", + "4.2829+0.25*(math.sin(q.anim_time*180+40)*2)", + "-0.2433-1*(math.sin(q.anim_time*180+40)*2)" + ] + }, + "ear_left_bot": { + "rotation": ["0+2*(math.sin(q.anim_time*180-20)*2)", 0, "12.5+2*(math.sin(q.anim_time*180-20)*2)"], + "scale": [0.85, 0.85, 0.7] + }, + "body": { + "position": { + "0.0": { + "post": [ + 0, + "-0.04+math.clamp(0.075*(math.sin(q.anim_time*180)*2),-0.1125,1)+(0.06*(math.sin(q.anim_time*180)*2))-0.02*(math.sin(q.anim_time*180-40)*2)", + "0-math.clamp(0.075*(math.sin(q.anim_time*180-40)*2),-0.4,2)" + ], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [ + "1+math.clamp(0.005*(math.sin(q.anim_time*180)*2),-0.0075,0.015)+(0.003*(math.sin(q.anim_time*180)*2))", + "1+math.clamp(0.005*(math.sin(q.anim_time*180)*2),-0.0075,0.015)+(0.003*(math.sin(q.anim_time*180)*2))", + "1+math.clamp(0.005*(math.sin(q.anim_time*180)*2),-0.0075,0.015)+(0.003*(math.sin(q.anim_time*180)*2))" + ], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": ["-7.5283+5*(math.cos(q.anim_time*180+40)*2)", 4.95712, "-0.6543-0.3*(math.sin(q.anim_time*180)*2)"] + }, + "wing_left_bottom": { + "rotation": ["-7.5+2*(math.sin(q.anim_time*180-40)*2)", 0, "12.5-2*(math.sin(q.anim_time*180-120)*2)"] + }, + "arm_left": { + "rotation": ["-12.5202-0.25*(math.sin(q.anim_time*180-30)*2)", "-102.9014+2*(math.sin(q.anim_time*180)*2)", "4.2462-0.75*(math.sin(q.anim_time*180)*2)"], + "position": [0, 0, 0] + }, + "skirt_left_frill": { + "rotation": [-2.5, 0, 0] + }, + "skirt_left_frill2": { + "rotation": [-15, 0, 0] + }, + "skirt_left_frill3": { + "rotation": [-12.5, 0, 0] + }, + "skirt_left_frill4": { + "rotation": [-12.5, 0, 0] + }, + "skirt_right_frill": { + "rotation": [-2.5, 0, 0] + }, + "skirt_right_frill2": { + "rotation": [-7.5, 0, 0] + }, + "skirt_right_frill3": { + "rotation": [-10, 0, 0] + }, + "skirt_right_frill4": { + "rotation": [-5, 0, 0] + }, + "arm_left5": { + "rotation": ["0+1*(math.sin(q.anim_time*180-40)*2)", 0, "10-1*(math.sin(q.anim_time*180-80)*2)"] + }, + "arm_left4": { + "rotation": ["0+1*(math.sin(q.anim_time*180-40)*2)", 0, "15-1*(math.sin(q.anim_time*180-60)*2)"] + }, + "arm_left3": { + "rotation": [ + "-24.0627-5*(math.sin(q.anim_time*180-40)*2)", + "3.8702-0.2*math.clamp(1*(math.sin(q.anim_time*180)*4),0,4)+0.2*math.clamp(-1*(math.sin(q.anim_time*180)*2),-0,3)", + "-93.9306+1*(math.sin(q.anim_time*180+60)*2)" + ], + "position": [0, 0, 0.5] + }, + "arm_left2": { + "rotation": [ + "10.4928+0.25*(math.sin(q.anim_time*180)*2)", + "47.8258-10*(math.sin(q.anim_time*180+40)*2)", + "3.9214-8*(math.sin(q.anim_time*180)*2)-2*(math.sin(q.anim_time*180)-4)" + ] + }, + "leg_left2": { + "rotation": ["-0.218+5*(math.cos(q.anim_time*180+40)*2)", 2.49048, -5.00474] + }, + "leg_left3": { + "rotation": { + "0.0": { + "post": ["7.5+10*(math.cos(q.anim_time*180-80)*2)", 0, "0+0.45*(math.sin(q.anim_time*180)*2)"], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left": { + "rotation": [0, 0, "0+0.15*(math.sin(q.anim_time*180)*2)"], + "scale": 1 + }, + "ear_left2": { + "rotation": ["-15-6*(math.sin(q.anim_time*180-60)*2)", 0, 0], + "scale": [1.25, 1, 1] + }, + "ear_left_bot2": { + "rotation": [0, 0, "-17.5+2*(math.sin(q.anim_time*180-40)*2)"], + "position": [-0.5, 0, 0.001] + }, + "ear_right_bot": { + "rotation": [0, 0, "-12.5-2*(math.sin(q.anim_time*180-20)*2)"], + "scale": [0.85, 0.85, 0.7] + }, + "ear_right_bot2": { + "rotation": [0, 0, "22.5-2*(math.sin(q.anim_time*180-20)*2)"], + "position": [0.75, 0, 0.001] + }, + "antenna_left2": { + "rotation": ["-5-2*(math.sin(q.anim_time*180-20)*2)", 0, 0] + }, + "antenna_left3": { + "rotation": ["-15-2*(math.sin(q.anim_time*180-20)*2)", 0, 0] + }, + "arm_right": { + "rotation": ["-17.8265-0.25*(math.sin(q.anim_time*180-30)*2)", "84.9612-1*(math.sin(q.anim_time*180)*2)", "-16.3496+5*(math.sin(q.anim_time*180+60)*2)"] + }, + "ear_right": { + "rotation": ["-31.2822+2*(math.sin(q.anim_time*180-20)*2)", -9.298, -14.8915] + }, + "ear_right2": { + "rotation": ["-15-6*(math.sin(q.anim_time*180-60)*2)", 0, 0], + "scale": [1.25, 1, 1] + }, + "antenna_right": { + "rotation": ["-12.3159-2*(math.sin(q.anim_time*180-20)*2)", -2.15393, -9.76758], + "scale": [0.7, 1, 1] + }, + "antenna_right2": { + "rotation": ["-5-2*(math.sin(q.anim_time*180-20)*2)", 0, 0] + }, + "antenna_right3": { + "rotation": ["-15-2*(math.sin(q.anim_time*180-20)*2)", 0, 0] + }, + "arm_right2": { + "rotation": [ + "-180+0.25*(math.sin(q.anim_time*180)*2)", + "-140.7174+1*(math.sin(q.anim_time*180+40)*2)", + "-180-0.5*(math.sin(q.anim_time*180)*2)-2*(math.sin(q.anim_time*180)-4)" + ] + }, + "arm_right3": { + "rotation": [ + "19.8851+10*(math.sin(q.anim_time*180-40)*2)", + "-19.4857-0.2*math.clamp(1*(math.sin(q.anim_time*180)*4),0,4)+0.2*math.clamp(-1*(math.sin(q.anim_time*180)*2),-0,3)", + "93.9485+1*(math.sin(q.anim_time*180-120)*2)" + ], + "position": [0, 0, 0] + }, + "arm_right4": { + "rotation": [0, 0, "-15+1*(math.sin(q.anim_time*180-60)*2)"] + }, + "arm_right5": { + "rotation": [0, 0, "-10+1*(math.sin(q.anim_time*180-80)*2)"] + }, + "wing_right_bottom": { + "rotation": ["-7.5-2*(math.sin(q.anim_time*180-40)*2)", 0, "-12.5-2*(math.sin(q.anim_time*180-120)*2)"] + }, + "wing_right_top": { + "rotation": ["-13.6367+2*(math.sin(q.anim_time*180-50)*2)", -13.6611, "14.2338+4*(math.sin(q.anim_time*180+40)*2)"] + }, + "leg_right2": { + "rotation": ["7.5+5*(math.sin(q.anim_time*180+40)*2)", 0, 0] + }, + "leg_right3": { + "rotation": ["15+10*(math.sin(q.anim_time*180-80)*2)", 0, "0-0.45*(math.sin(q.anim_time*180)*2)"] + }, + "foot_right": { + "rotation": [12.5, 0, "0-0.15*(math.sin(q.anim_time*180)*2)"] + }, + "foot_right2": { + "rotation": [-32.5, 0, 0] + }, + "neck": { + "rotation": ["0+1*(math.sin(q.anim_time*180+80)*2)", 0, 0] + }, + "torso": { + "rotation": ["0+1*(math.sin(q.anim_time*180-40)*2)", 2.47219, 0.4414], + "position": [0, 0, 0] + }, + "claw_left": { + "rotation": [0, 0, "0-2*(math.sin(q.anim_time*180+40)*2)"] + }, + "claw_right": { + "rotation": [0, 0, "0+2*(math.sin(q.anim_time*180+40)*2)"] + }, + "wing_left_top": { + "rotation": ["-13.6367-2*(math.sin(q.anim_time*180-50)*2)", 13.6611, "-14.2338+4*(math.sin(q.anim_time*180+40)*2)"] + }, + "wing_left_top2": { + "rotation": ["0-2*(math.sin(q.anim_time*180-70)*2)", 0, 0] + }, + "wing_left_top3": { + "rotation": ["0-2*(math.sin(q.anim_time*180-90)*2)", 0, 0] + }, + "wing_right_top2": { + "rotation": ["0+2*(math.sin(q.anim_time*180-70)*2)", 0, 0] + }, + "wing_right_top3": { + "rotation": ["0+2*(math.sin(q.anim_time*180-90)*2)", 0, 0] + }, + "wing_left_bottom2": { + "rotation": ["+2*(math.sin(q.anim_time*180-80)*2)", 0, 0] + }, + "wing_left_bottom3": { + "rotation": ["+2*(math.sin(q.anim_time*180-120)*2)", 0, 0] + }, + "wing_right_bottom2": { + "rotation": ["-2*(math.sin(q.anim_time*180-80)*2)", 0, 0] + }, + "wing_right_bottom3": { + "rotation": ["0-2*(math.sin(q.anim_time*180-120)*2)", 0, 0] + }, + "abdomen": { + "rotation": ["0-1*(math.sin(q.anim_time*180-40)*2)", 0, 0], + "position": [0, "-0.10+0.02*(math.sin(q.anim_time*180-40)*2)", 0] + }, + "skirt_right": { + "rotation": [0, 0, "5-3*(math.sin(q.anim_time*180+80)*2)"] + }, + "skirt_right2": { + "rotation": [0, 0, "+3*(math.sin(q.anim_time*180-80)*2)"] + }, + "skirt_left": { + "rotation": [0, 0, "-5-3*(math.sin(q.anim_time*180-80)*2)"] + }, + "skirt_left2": { + "rotation": [0, 0, "-3*(math.sin(q.anim_time*180-80)*2)"] + }, + "foot_left2": { + "rotation": [0, 0, 0] + }, + "leg_right": { + "rotation": ["0+5*(math.sin(q.anim_time*180+40)*2)", 0, "5+0.3*(math.sin(q.anim_time*180)*2)"] + }, + "pupil_left": { + "rotation": [0, 0, 17.5], + "scale": [1, 0.2, 1] + }, + "eye_shine_left": { + "position": [0.1, -0.9, 0] + }, + "pupil_right": { + "rotation": [0, 0, -17.5], + "scale": [1, 0.2, 1] + }, + "eye_shine_right": { + "position": [-0.1, -0.9, 0] + } + } + }, + "animation.lurantis.faint": { + "loop": true, + "animation_length": 3, + "bones": { + "ear_left": { + "rotation": { + "0.0": [-32.65028, 9.29798, 14.89149], + "0.6667": [2.34972, 9.29798, 14.89149], + "0.9167": [-32.65028, 9.29798, 14.89149], + "1.2083": [-70.15028, 9.29798, 14.89149], + "1.4167": [-77.65028, 9.29798, 14.89149], + "1.5": [-57.65028, 9.29798, 14.89149], + "1.5833": [-67.65028, 9.29798, 14.89149], + "1.7083": [-67.65, 9.3, 14.89], + "1.7917": [-80.15, 9.3, 14.89], + "1.9583": [-12.65, 9.3, 14.89], + "2.125": [14.85, 9.3, 14.89] + } + }, + "antenna_left": { + "rotation": { + "0.0": { + "post": [-14.45048, -20.50131, 11.73854], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [-20.68319, -3.50081, 28.23077], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-24.20088, -13.6611, 19.3761], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-20.68319, -3.50081, 28.23077], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-14.45048, -20.50131, 11.73854], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-20.68319, -3.50081, 28.23077], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-24.20088, -13.6611, 19.3761], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-20.68319, -3.50081, 28.23077], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-24.20088, -13.6611, 19.3761], + "lerp_mode": "catmullrom" + } + }, + "scale": [0.7, 1, 1] + }, + "head": { + "rotation": { + "0.0": { + "post": [5.10589, 12.82929, -8.28578], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-17.21969, 12.82929, -8.28578], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [32.60589, 12.82929, -8.28578], + "lerp_mode": "catmullrom" + } + } + }, + "ear_left_bot": { + "rotation": { + "0.0": [0, 0, -11.13192], + "0.5417": [0, 31.31148, -11.13192], + "1.0": [0, 11.4276, -11.13192], + "1.25": [0, -28.80391, -11.13192], + "1.4167": [0, -23.8, -11.13], + "1.5": [0, -3.7963, -11.13014], + "1.6667": [0, -21.58889, -11.13043], + "1.875": [0, -19.06772, -11.13078], + "2.0417": [0, 6.38247, -11.131], + "2.2083": [0, 20, -11.13192] + }, + "scale": [0.85, 0.85, 0.7] + }, + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-4.58, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -0.01429, 0.09642], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-0.75, 0.19, 0.68], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-1.75, 0.31, -0.63], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-1.75, 0.31, -2.9], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-2.5, -1.29, -9.65], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-1.75, -8.42, -12.51], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-1.75, -7.67, -13.76], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-1.75, -9.67, -15.01], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-1.75, -15.76, -17.65], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-1.75, -17.76, -20.15], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1.035, 1.0375, 1.035], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [1, 1, 1.4], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [-7.5283, 4.95712, -0.6543], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [9.90164, 7.25727, -13.01211], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [16.10837, 7.39454, -9.51942], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [13.22837, 8.63154, -15.30333], + "lerp_mode": "catmullrom" + } + } + }, + "wing_left_bottom": { + "rotation": { + "0.0": [-10.07115, 0, 15.9641], + "0.125": [-10.63075, 4.44613, 1.62372], + "0.25": [-10.08674, -0.74859, 18.34946], + "0.4167": [-10.32024, 2.98137, 6.41455], + "0.5417": [-17.57115, 0, 15.9641], + "0.7083": [-10.07115, 0, 15.9641], + "1.125": [17.42885, 0, 15.9641], + "1.3333": [17.42885, 0, 15.9641], + "1.4583": [34.92885, 0, 15.9641], + "1.5833": [42.42885, 0, 15.9641], + "1.7083": [2.42885, 0, 15.9641], + "1.8333": [-10.07115, 0, 15.9641], + "2.0": [-20.00777, 7.43669, 16.9393], + "2.0833": [-19.81217, 14.87117, 17.94829] + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [-17.5765, -87.6143, 57.4848], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-16.20599, -97.29657, 26.3939], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-33.20834, -55.53725, 35.26012], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-38.88821, -88.01361, 4.11898], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-73.88821, -88.01361, 4.11898], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-73.89613, -90.89588, 3.28669], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-81.39613, -90.89588, 3.28669], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "skirt_left_frill": { + "rotation": [-2.5, 0, 0] + }, + "skirt_left_frill2": { + "rotation": [-15, 0, 0] + }, + "skirt_left_frill3": { + "rotation": { + "0.0": [-12.5, 0, 0], + "1.0": [-12.5, 0, 0], + "1.4583": [40, 0, 0], + "1.6667": [10, 0, 0], + "1.8333": [10, 0, 0], + "1.9167": [27.5, 0, 0], + "2.0833": [-12.5, 0, 0] + } + }, + "skirt_left_frill4": { + "rotation": { + "0.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "skirt_right_frill": { + "rotation": [-2.5, 0, 0] + }, + "skirt_right_frill2": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "skirt_right_frill3": { + "rotation": { + "0.0": [-12.5, 0, 0], + "1.0": [-12.5, 0, 0], + "1.4583": [40, 0, 0], + "1.6667": [10, 0, 0], + "1.8333": [10, 0, 0], + "1.9167": [27.5, 0, 0], + "2.0833": [-12.5, 0, 0] + } + }, + "skirt_right_frill4": { + "rotation": { + "0.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left5": { + "rotation": { + "0.0": { + "post": [-1.28558, 0, 11.96962], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left4": { + "rotation": { + "0.0": { + "post": [-1.28558, 0, 16.73205], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left3": { + "rotation": { + "0.0": { + "post": [-45.22649, 32.7238, -3.6088], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-28.77975, 6.1705, -9.1112], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-8.74879, 0.82202, 19.53802], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-19.41, 0.52, 21.17], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-20.64859, 5.03178, 32.67583], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-28.74879, 0.82202, 19.53802], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-8.74879, 0.82202, 19.53802], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-16.24879, 0.82202, 19.53802], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left2": { + "rotation": { + "0.0": { + "post": [8.7242, 49.04318, -96.2193], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [96.20147, 34.00423, 1.83774], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [104.18392, 68.56369, 11.5987], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [97.46368, 46.4169, 3.78127], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [96.61449, 38.97306, 2.53162], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left2": { + "rotation": { + "0.0": { + "post": [0.3265, 2.4786, 7.50706], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-4.45859, 2.44071, 12.51153], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-20.68329, 2.37182, 5.00522], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [8.04141, 2.44071, 12.51153], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [15.54141, 2.44071, 12.51153], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [5.54141, 2.44071, 12.51153], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-21.95859, 2.44071, 12.51153], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-19.45859, 2.44071, 12.51153], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-21.96, 2.44, 12.51], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left3": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [62.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "ear_left2": { + "rotation": { + "0.0": [-4.6077, 0, 0], + "0.75": [17.89, 0, 0], + "1.0417": [-7.11, 0, 0], + "1.2917": [-27.11, 0, 0], + "1.4167": [-27.11, 0, 0], + "1.5": [-47.11, 0, 0], + "1.5833": [-29.61, 0, 0], + "1.7083": [-42.11, 0, 0], + "1.7917": [-22.11, 0, 0], + "1.9583": [15.39, 0, 0] + }, + "scale": [1.25, 1, 1] + }, + "ear_left_bot2": { + "rotation": { + "0.0": [0, 0, -23.86808], + "0.5417": [-2.5, 51.96721, -23.86808], + "1.0": [-2.24418, -51.46683, -20.78555], + "1.25": [0, -52.5, 0], + "1.5": [0, 40.56452, -4.61963], + "1.6667": [0, -28.52581, -7.69938], + "1.7917": [0, 17.69217, -10.0092], + "1.9167": [0, -32.5, 0], + "2.5417": [0, -32.5, 0] + }, + "position": { + "0.0": [-0.5, 0, 0.001], + "1.9167": [0, 0, 0], + "2.5417": [0, 0, 0] + } + }, + "ear_right_bot": { + "rotation": { + "0.0": [0, 0, -11.13192], + "0.5417": [0, -31.31148, -11.13192], + "1.0": [0, -11.4276, -11.13192], + "1.25": [0, 28.80391, -11.13192], + "1.4167": [0, 23.8, -11.13], + "1.5": [0, 3.7963, -11.13014], + "1.6667": [0, 21.58889, -11.13043], + "1.875": [0, 19.06772, -11.13078], + "2.0417": [0, -6.38247, -11.131], + "2.6667": [0, -10, -11.13192] + }, + "scale": [0.85, 0.85, 0.7] + }, + "ear_right_bot2": { + "rotation": { + "0.0": [0, 0, 23.86808], + "0.5417": [-2.5, -51.96721, 23.86808], + "1.0": [-2.24418, 51.46683, 20.78555], + "1.25": [0, 52.5, 0], + "1.5": [0, -40.56452, 4.61963], + "1.6667": [0, 28.52581, 7.69938], + "1.7917": [0, -17.69217, 10.0092], + "2.5417": [0, -15, 23.86808] + }, + "position": [0.75, 0, 0.001] + }, + "antenna_left2": { + "rotation": { + "0.0": [-3.63192, 0, 0], + "0.7083": [-3.63, 0, 0], + "0.7917": [-11.13, 0, 0], + "0.9583": [-23.63, 0, 0], + "1.2083": [-31.13, 0, 0], + "1.4167": [-46.13, 0, 0], + "1.5": [13.87, 0, 0], + "1.625": [-23.63, 0, 0], + "1.7083": [-1.13, 0, 0], + "1.7917": [23.87, 0, 0], + "1.875": [1.37, 0, 0], + "1.9583": [36.37, 0, 0] + } + }, + "antenna_left3": { + "rotation": [-13.63192, 0, 0] + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [-17.5765, 87.6143, -57.4848], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-16.99096, 95.15124, -33.62363], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-17.19246, 72.63328, -21.58642], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-20.49283, 72.54816, -5.22798], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-11.25727, 91.59983, 10.43858], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [3.33071, 77.602, 8.75872], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [4.16405, 84.20963, 9.16913], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [3.28035, 82.59369, 9.05129], + "lerp_mode": "catmullrom" + } + } + }, + "ear_right": { + "rotation": { + "0.0": [-32.65028, -9.29798, -14.89149], + "0.6667": [2.34972, -9.29798, -14.89149], + "0.9167": [-32.65028, -9.29798, -14.89149], + "1.2083": [-70.15028, -9.29798, -14.89149], + "1.4167": [-77.65028, -9.29798, -14.89149], + "1.5": [-57.65028, -9.29798, -14.89149], + "1.5833": [-67.65028, -9.29798, -14.89149], + "1.7083": [-67.65, -9.3, -14.89], + "1.7917": [-80.15, -9.3, -14.89], + "1.9583": [-12.65, -9.3, -14.89], + "2.125": [24.85, -9.3, -14.89] + } + }, + "ear_right2": { + "rotation": { + "0.0": [-4.6077, 0, 0], + "0.75": [17.89, 0, 0], + "1.0417": [-7.11, 0, 0], + "1.2917": [-27.11, 0, 0], + "1.4167": [-27.11, 0, 0], + "1.5": [-47.11, 0, 0], + "1.5833": [-29.61, 0, 0], + "1.7083": [-42.11, 0, 0], + "1.7917": [-22.11, 0, 0], + "1.9583": [15.39, 0, 0] + }, + "scale": [1.25, 1, 1] + }, + "antenna_right": { + "rotation": { + "0.0": { + "post": [-14.45048, 20.50131, -11.73854], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [-20.68319, 3.50081, -28.23077], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-24.20088, 13.6611, -19.3761], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-20.68319, 3.50081, -28.23077], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-14.45048, 20.50131, -11.73854], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-20.68319, 3.50081, -28.23077], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-24.20088, 13.6611, -19.3761], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-20.68319, 3.50081, -28.23077], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-24.20088, 13.6611, -19.3761], + "lerp_mode": "catmullrom" + } + }, + "scale": [0.7, 1, 1] + }, + "antenna_right2": { + "rotation": { + "0.0": [-3.63192, 0, 0], + "0.7083": [-3.63, 0, 0], + "0.7917": [-11.13, 0, 0], + "0.9583": [-23.63, 0, 0], + "1.2083": [-31.13, 0, 0], + "1.4167": [-46.13, 0, 0], + "1.5": [13.87, 0, 0], + "1.625": [-23.63, 0, 0], + "1.7083": [-1.13, 0, 0], + "1.7917": [23.87, 0, 0], + "1.875": [1.37, 0, 0], + "1.9583": [36.37, 0, 0] + } + }, + "antenna_right3": { + "rotation": [-13.63192, 0, 0] + }, + "arm_right2": { + "rotation": { + "0.0": { + "post": [-180, -38.49562, -172], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, -41.50438, -352], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -61.5, -352], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, -44, -352], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [5.91172, -40.39898, -338.90993], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 3.5, -352], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right3": { + "rotation": { + "0.0": { + "post": [38.8075, 27.5869, -14.979], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [82.29683, -2.12122, -10.64229], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [7.32349, 5.31799, -9.68829], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-0.17651, 5.31799, -9.68829], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-5.17651, 5.31799, -9.68829], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right4": { + "rotation": [0, 0, -16.73205] + }, + "arm_right5": { + "rotation": [0, 0, -11.96962] + }, + "wing_right_bottom": { + "rotation": { + "0.0": [-10.07115, 0, -15.9641], + "0.125": [-10.63075, -4.44613, -1.62372], + "0.25": [-10.08674, 0.74859, -18.34946], + "0.4167": [-10.32024, -2.98137, -6.41455], + "0.5417": [-17.57115, 0, -15.9641], + "0.7083": [-10.07115, 0, -15.9641], + "1.125": [17.42885, 0, -15.9641], + "1.3333": [17.42885, 0, -15.9641], + "1.4583": [34.92885, 0, -15.9641], + "1.5833": [42.42885, 0, -15.9641], + "1.7083": [2.42885, 0, -15.9641], + "1.8333": [-10.07115, 0, -15.9641], + "2.0": [-20.07115, 0, -15.9641], + "2.25": [-19.89287, -12.3934, -17.60598] + } + }, + "wing_right_top": { + "rotation": { + "0.0": { + "post": [-16.70088, -13.6611, 19.3761], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-14.45048, -20.50131, 11.73854], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-20.68319, -3.50081, 28.23077], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-24.20088, -13.6611, 19.3761], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-29.20088, -13.6611, 19.3761], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-39.20088, -13.6611, 19.3761], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-41.70088, -13.6611, 19.3761], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-37.76059, -34.45834, 9.8937], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-46.7, -13.66, 19.38], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-56.7, -13.66, 19.38], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-65.91755, -31.0599, 17.3471], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-65.69385, -23.5723, 16.8606], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [11.76751, -10.29223, -23.35577], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [29.85063, -18.50317, -33.06563], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right2": { + "rotation": { + "0.0": { + "post": [7.47178, 0.65182, -4.95744], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [4.97178, 0.65182, -4.95744], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-20.17693, -2.04202, 7.25086], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-2.67693, -2.04202, 7.25086], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [2.32307, -2.04202, 7.25086], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-12.67693, -2.04202, 7.25086], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-30.17693, -2.04202, 7.25086], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-35.17693, -2.04202, 7.25086], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right3": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [65, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [8.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right2": { + "rotation": { + "0.0": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [1.96962, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-18.52971, 0.9993, 0.58056], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [1.96962, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [42.46057, -13.49049, -7.83757], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [15.64694, -15.17681, -8.81727], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [14.96057, -13.49049, -7.83757], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [9.885, 0.76392, 1.37496], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [-1.27528, 19.96817, 0.05756], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-1.1986, -0.02727, 0.4937], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [21.3014, -0.02727, 0.4937], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [43.8014, -0.02727, 0.4937], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "claw_left": { + "rotation": [0, 0, -2.57115] + }, + "claw_right": { + "rotation": [0, 0, 2.57115] + }, + "wing_left_top": { + "rotation": { + "0.0": { + "post": [-16.70088, 13.6611, -19.3761], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-14.45048, 20.50131, -11.73854], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-20.68319, 3.50081, -28.23077], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-24.20088, 13.6611, -19.3761], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-29.20088, 13.6611, -19.3761], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-39.20088, 13.6611, -19.3761], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-41.70088, 13.6611, -19.3761], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-37.76059, 34.45834, -9.8937], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-46.7, 13.66, -19.38], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-56.7, 13.66, -19.38], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-65.91755, 31.0599, -17.3471], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-65.69385, 23.5723, -16.8606], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [11.76751, 10.29223, 23.35577], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [21.76751, 10.29223, 23.35577], + "lerp_mode": "catmullrom" + } + } + }, + "wing_left_top2": { + "rotation": { + "0.0": { + "post": [-3.75877, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-3.75877, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [6.24, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [13.74, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [3.74, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-8.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-18.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-26.26, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [1.24, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-11.26, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [1.24, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-6.26, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-6.25409, -0.27252, -2.48511], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-28.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-8.17996, 0.01962, 0.17893], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [17.61743, 0.01526, 0.13917], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [18.74123, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wing_left_top3": { + "rotation": { + "0.0": { + "post": [-4, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-4, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [11, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [18.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-16.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-11.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [11, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-11.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-9, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-8.99157, -0.39097, -2.46926], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-21.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-14, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-73.53, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [-79, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [-74, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wing_right_top2": { + "rotation": { + "0.0": { + "post": [-3.75877, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-3.75877, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [6.24, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [13.74, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [3.74, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-8.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-18.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-26.26, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [1.24, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-11.26, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [1.24, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-6.26, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-6.25409, 0.27252, 2.48511], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-28.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-8.17996, -0.01962, -0.17893], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [6.24123, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wing_right_top3": { + "rotation": { + "0.0": { + "post": [-4, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-4, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [11, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [18.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-16.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-11.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [11, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-11.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-9, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-8.99157, 0.39097, 2.46926], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-21.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-14, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-9, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [-31.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wing_left_bottom2": { + "rotation": { + "0.0": { + "post": [-3.93923, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-13.94, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0.38, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [13.03, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [32.88, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-1.9, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [10.56, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [22.44, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [3.56077, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-6.44, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wing_left_bottom3": { + "rotation": { + "0.0": [-3.4641, 0, 0], + "0.8333": [-3.46, 0, 0], + "1.1667": [29.04, 0, 0], + "1.2917": [22.97, 0, 0], + "1.4583": [-25.96, 0, 0], + "1.625": [19.04, 0, 0], + "1.7083": [-18.46, 0, 0], + "1.9167": [11.54, 0, 0], + "2.4167": [-33.46, 0, 0] + } + }, + "wing_right_bottom2": { + "rotation": { + "0.0": { + "post": [-3.93923, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-13.94, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0.38, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [13.03, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [32.88, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-1.9, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [10.56, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [22.44, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [1.06077, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-11.44, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wing_right_bottom3": { + "rotation": { + "0.0": [-3.4641, 0, 0], + "0.8333": [-3.46, 0, 0], + "1.1667": [29.04, 0, 0], + "1.2917": [22.97, 0, 0], + "1.4583": [-25.96, 0, 0], + "1.625": [19.04, 0, 0], + "1.7083": [-18.46, 0, 0], + "1.9167": [11.54, 0, 0], + "2.4167": [-33.46, 0, 0] + } + }, + "abdomen": { + "rotation": [1.28558, 0, 0], + "position": [0, -0.12571, 0] + }, + "skirt_right": { + "rotation": { + "0.0": { + "post": [0, 0, -0.90885], + "lerp_mode": "catmullrom" + } + } + }, + "skirt_right2": { + "rotation": { + "0.0": [0, 0, 5.90885], + "1.0": [0, 0, -20.91], + "1.25": [0, 0, -8.41], + "1.375": [0, 0, -8.41], + "1.4583": [0, 0, -18.41], + "1.5417": [0, 0, -5.91], + "1.6667": [0, 0, -10.91], + "1.8333": [0, 0, -0.91], + "2.0833": [0, 0, -5.90885] + } + }, + "skirt_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0.90885], + "lerp_mode": "catmullrom" + } + } + }, + "skirt_left2": { + "rotation": { + "0.0": [0, 0, 5.90885], + "1.0": [0, 0, 20.91], + "1.25": [0, 0, 8.41], + "1.375": [0, 0, 8.41], + "1.4583": [0, 0, 18.41], + "1.5417": [0, 0, 5.91], + "1.6667": [0, 0, 10.91], + "1.8333": [0, 0, 0.91], + "2.0833": [0, 0, 5.90885] + } + }, + "foot_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [11.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lurantis": { + "scale": { + "0.0": [1, 1, 1], + "1.5": { + "pre": [1, 1, 1], + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [1, 1.1, 1], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [1, 1.1, 1], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "mouth": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -1, -1], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -1, -1], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "pupil_left": { + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [1, 0.6, 1], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [1, 0.1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "pupil_right": { + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [1, 0.6, 1], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [1, 0.1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "ear_left3": { + "rotation": { + "0.0": [-4.6077, 0, 0], + "0.75": [17.89, 0, 0], + "1.0417": [-7.11, 0, 0], + "1.2917": [-27.11, 0, 0], + "1.4167": [-27.11, 0, 0], + "1.5": [-47.11, 0, 0], + "1.5833": [-29.61, 0, 0], + "1.7083": [-42.11, 0, 0], + "1.7917": [-22.11, 0, 0], + "1.9583": [-27.11, 0, 0] + } + }, + "ear_right3": { + "rotation": { + "0.0": [-4.6077, 0, 0], + "0.75": [17.89, 0, 0], + "1.0417": [-7.11, 0, 0], + "1.2917": [-27.11, 0, 0], + "1.4167": [-27.11, 0, 0], + "1.5": [-47.11, 0, 0], + "1.5833": [-29.61, 0, 0], + "1.7083": [-42.11, 0, 0], + "1.7917": [-22.11, 0, 0], + "1.9583": [-32.11, 0, 0] + } + }, + "eye_left": { + "position": [-0.15, 0, 0.15], + "scale": [1.1, 1, 1.1] + }, + "eye_right": { + "position": [0.15, 0, 0.15], + "scale": [1.1, 1, 1.1] + } + } + }, + "animation.lurantis.test": { + "loop": true, + "animation_length": 3.5, + "bones": { + "lurantis": { + "position": { + "0.0": [0, 0, 56], + "3.5": [0, 0, -48] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/lycanroc/lycanroc_midday.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/lycanroc/lycanroc_midday.animation.json new file mode 100644 index 0000000..ca5ef8a --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/lycanroc/lycanroc_midday.animation.json @@ -0,0 +1,157 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.lycanroc_midday.ground_idle": { + "loop": true, + "bones": { + "head": { + "rotation": ["0.1+math.sin(q.anim_time*90*1-240)*-2", 0, 0] + }, + "ear_left": { + "rotation": [0, 0, "-1-math.sin(q.anim_time*90*1*2)*2+math.sin(q.anim_time*90*1-60)*1"] + }, + "ear_right": { + "rotation": [0, 0, "1+math.sin(q.anim_time*90*1*2)*2-math.sin(q.anim_time*90*1-60)*1"] + }, + "tail_base": { + "rotation": ["1+math.sin(q.anim_time*90*1*2-90)*1", "math.cos(q.anim_time*90*1-90)*10", 0] + }, + "tail_2": { + "rotation": ["-1+math.sin(q.anim_time*90*1*2-90-30)*1", "0+math.cos(q.anim_time*90*1-90-30)*5", 0] + }, + "tail3": { + "rotation": ["-1+math.sin(q.anim_time*90*1*2-90-60)*1", "0+math.cos(q.anim_time*90*1-90-60)*5", 0] + }, + "tail4": { + "rotation": ["-1+math.sin(q.anim_time*90*1*2-90-120)*1", "0+math.cos(q.anim_time*90*1-90-120)*5", 0] + }, + "tail5": { + "rotation": ["1+math.sin(q.anim_time*90*1*2-90-150)*1", "math.cos(q.anim_time*90*1-90-120)*15", 0] + }, + "torso": { + "position": [0, "0.1+math.sin(q.anim_time*90*1-240)*0.3", 0] + }, + "neck": { + "rotation": [0, 0, "math.cos(q.anim_time*90*1/2-90-180)*2"] + } + } + }, + "animation.lycanroc_midday.ground_walk": { + "loop": true, + "bones": { + "body": { + "position": ["math.sin(q.anim_time*90*3-220)*0.25", "math.sin(q.anim_time*90*3*2-240)*0.1 +math.clamp(math.sin(q.anim_time*90*3*2-240)*0.1, 0, 1)", 0] + }, + "head": { + "rotation": ["1-math.sin(q.anim_time*90*3*2-280-180)*3", 0, 0] + }, + "ear_left": { + "rotation": [0, 0, "2-math.sin(q.anim_time*90*3*2)*2+math.sin(q.anim_time*90*3-60)*1"] + }, + "ear_right": { + "rotation": [0, 0, "-2+math.sin(q.anim_time*90*3*2)*2-math.sin(q.anim_time*90*3-60)*1"] + }, + "tail_base": { + "rotation": ["3.5+math.sin(q.anim_time*90*3*2-90)*2", "math.cos(q.anim_time*90*3-90)*20", 0], + "position": [0, "math.clamp(math.sin(q.anim_time*90*3*2-300)*0.2, 0, 1)", 0] + }, + "tail_2": { + "rotation": ["-1+math.sin(q.anim_time*90*3*2-90-30)*2", "0+math.cos(q.anim_time*90*3-90-30)*10 ", 0] + }, + "tail3": { + "rotation": ["-1+math.sin(q.anim_time*90*3*2-90-60)*2", "math.cos(q.anim_time*90*3-90-60)*10", 0] + }, + "tail4": { + "rotation": ["1+math.sin(q.anim_time*90*3*2-90-120)*2", "0+math.cos(q.anim_time*90*3-90-120)*10", 0] + }, + "tail5": { + "rotation": ["1+math.sin(q.anim_time*90*3*2-90-150)*2", "0+math.cos(q.anim_time*90*3-90-120)*25", 0] + }, + "leg_front_right4": { + "rotation": ["10+math.sin(q.anim_time*90*3+180)*20+math.clamp(math.sin(q.anim_time*90*3-20+180)*20, 0, 20)", 0, 0], + "position": [0, "-0.4+math.clamp(math.sin(q.anim_time*90*3+60+180)*0.8, -0.2, 1)", "0.5+math.cos(q.anim_time*90*3+180+180)*0.1"] + }, + "leg_front_right5": { + "rotation": [ + "-25+math.sin(q.anim_time*90*3+90+180)*20+math.clamp(math.sin(q.anim_time*90*3+90+30+180)*20, -20, 0)+math.clamp(math.sin(q.anim_time*90*3+110+180)*10, 0, 20)+math.clamp(math.sin(q.anim_time*90*3+70+180)*10, 0, 20)", + 0, + 0 + ], + "position": [0, 0, "-0.8-math.sin(q.anim_time*90*3-90+180)*0.8"] + }, + "leg_front_right6": { + "rotation": [ + "53+math.clamp(-math.sin(q.anim_time*90*3-100)*60-math.clamp(math.sin(q.anim_time*90*3-0)*60, -60, 0)-math.clamp(math.sin(q.anim_time*90*3-10)*30, 0, 30), -50, 100)+math.clamp(math.sin(q.anim_time*90*3-90-20+180)*10, -30, 0)", + 0, + 0 + ] + }, + "leg_front_left4": { + "rotation": ["10+math.sin(q.anim_time*90*3)*20+math.clamp(math.sin(q.anim_time*90*3-20)*20, 0, 20)", 0, 0], + "position": [0, "-0.4+math.clamp(math.sin(q.anim_time*90*3+60)*0.8, -0.2, 1)", "0.5+math.cos(q.anim_time*90*3+180)*0.1"] + }, + "leg_front_left5": { + "rotation": [ + "-25+math.sin(q.anim_time*90*3+90)*20+math.clamp(math.sin(q.anim_time*90*3+90+30)*20, -20, 0)+math.clamp(math.sin(q.anim_time*90*3+110)*10, 0, 20)+math.clamp(math.sin(q.anim_time*90*3+70)*10, 0, 20)", + 0, + 0 + ], + "position": [0, 0, "-0.8-math.sin(q.anim_time*90*3-90)*0.8"] + }, + "leg_front_left6": { + "rotation": [ + "53+math.clamp(-math.sin(q.anim_time*90*3-100-180)*60-math.clamp(math.sin(q.anim_time*90*3-0-180)*60, -60, 0)-math.clamp(math.sin(q.anim_time*90*3-10-180)*30, 0, 30), -50, 100)+math.clamp(math.sin(q.anim_time*90*3-20-80)*10, -30, 0)", + 0, + 0 + ] + }, + "leg_back_right4": { + "rotation": ["15+math.sin(q.anim_time*90*3-40)*20", 0, 0], + "position": [0, "-math.sin(q.anim_time*90*3-30+180)*0.5", 0] + }, + "leg_back_right5": { + "rotation": ["-10+math.sin(q.anim_time*90*3+40)*20+math.clamp(math.sin(q.anim_time*90*3+40)*10, -20, 0)", 0, 0] + }, + "leg_back_right6": { + "rotation": [ + "math.sin(q.anim_time*90*3+10+180)*10-math.clamp(math.sin(q.anim_time*90*3-20+180)*60, -60, 0)-math.clamp(math.sin(q.anim_time*90*3-20+180)*20, 0, 30)+math.clamp(math.sin(q.anim_time*90*3-20-40+180)*10, 0, 20)", + 0, + 0 + ] + }, + "leg_back_left4": { + "rotation": ["15+math.sin(q.anim_time*90*3+180-40)*20", 0, 0], + "position": [0, "-math.sin(q.anim_time*90*3-20)*0.5", 0] + }, + "leg_back_left5": { + "rotation": ["-10+math.sin(q.anim_time*90*3+180+40)*20+math.clamp(math.sin(q.anim_time*90*3+180+40)*10, -20, 0)", 0, 0] + }, + "leg_back_left6": { + "rotation": [ + "math.sin(q.anim_time*90*3+10)*10-math.clamp(math.sin(q.anim_time*90*3-20)*60, -60, 0)-math.clamp(math.sin(q.anim_time*90*3-20)*20, 0, 30) +math.clamp(math.sin(q.anim_time*90*3-20-40)*10, 0, 20)", + 0, + 0 + ] + }, + "torso": { + "position": ["math.sin(q.anim_time*90*3-200)*0.25", "0.2+math.clamp(math.sin(q.anim_time*90*3*2-240)*0.25, -0.2, 1)", 0] + }, + "spike6": { + "rotation": ["-2-math.sin(q.anim_time*90*3*2-210-180)*2", 0, 0] + }, + "spike4": { + "rotation": ["-2-math.sin(q.anim_time*90*3*2-210-180)*-2", 0, 0] + }, + "spike3": { + "rotation": ["-2-math.sin(q.anim_time*90*3*2-210-180)*-2", 0, 0] + }, + "spike2": { + "rotation": ["-2-math.sin(q.anim_time*90*3*2-210-180)*2", 0, 0] + }, + "neck": { + "rotation": ["2-math.sin(q.anim_time*90*3*2-240)*2", 0, 0] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/lycanroc_dusk/lycanroc_dusk.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/lycanroc_dusk/lycanroc_dusk.animation.json new file mode 100644 index 0000000..c80f51d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/lycanroc_dusk/lycanroc_dusk.animation.json @@ -0,0 +1,163 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.lycanroc_dusk.ground_idle": { + "loop": true, + "bones": { + "head": { + "rotation": ["0.1+math.sin(q.anim_time*90*1-240)*-2", 0, 0] + }, + "ear_left": { + "rotation": [0, 0, "-1-math.sin(q.anim_time*90*1*2)*2+math.sin(q.anim_time*90*1-60)*1"] + }, + "ear_right": { + "rotation": [0, 0, "1+math.sin(q.anim_time*90*1*2)*2-math.sin(q.anim_time*90*1-60)*1"] + }, + "tail_base": { + "rotation": ["1+math.sin(q.anim_time*90*1*2-90)*1", "math.cos(q.anim_time*90*1-90)*10", 0] + }, + "tail_2": { + "rotation": ["-1+math.sin(q.anim_time*90*1*2-90-30)*1", "0+math.cos(q.anim_time*90*1-90-30)*5", 0] + }, + "tail3": { + "rotation": ["-1+math.sin(q.anim_time*90*1*2-90-60)*1", "0+math.cos(q.anim_time*90*1-90-60)*5", 0] + }, + "tail4": { + "rotation": ["-1+math.sin(q.anim_time*90*1*2-90-120)*1", "0+math.cos(q.anim_time*90*1-90-120)*5", 0] + }, + "tail5": { + "rotation": ["1+math.sin(q.anim_time*90*1*2-90-150)*1", "math.cos(q.anim_time*90*1-90-120)*15", 0] + }, + "torso": { + "position": [0, "0.1+math.sin(q.anim_time*90*1-240)*0.3", 0] + }, + "neck": { + "rotation": [0, 0, "math.cos(q.anim_time*90*1/2-90-180)*2"] + } + } + }, + "animation.lycanroc_dusk.ground_walk": { + "loop": true, + "bones": { + "body": { + "position": ["math.sin(q.anim_time*90*3-220)*0.25", "math.sin(q.anim_time*90*3*2-240)*0.1 +math.clamp(math.sin(q.anim_time*90*3*2-240)*0.1, 0, 1)", 0] + }, + "head": { + "rotation": ["1-math.sin(q.anim_time*90*3*2-280-180)*3", 0, 0] + }, + "ear_left": { + "rotation": [0, 0, "2-math.sin(q.anim_time*90*3*2)*2+math.sin(q.anim_time*90*3-60)*1"] + }, + "ear_right": { + "rotation": [0, 0, "-2+math.sin(q.anim_time*90*3*2)*2-math.sin(q.anim_time*90*3-60)*1"] + }, + "tail_base": { + "rotation": ["3.5+math.sin(q.anim_time*90*3*2-90)*2", "math.cos(q.anim_time*90*3-90)*20", 0], + "position": [0, "math.clamp(math.sin(q.anim_time*90*3*2-300)*0.2, 0, 1)", 0] + }, + "tail_2": { + "rotation": ["-1+math.sin(q.anim_time*90*3*2-90-30)*2", "0+math.cos(q.anim_time*90*3-90-30)*10 ", 0] + }, + "tail3": { + "rotation": ["-1+math.sin(q.anim_time*90*3*2-90-60)*2", "math.cos(q.anim_time*90*3-90-60)*10", 0] + }, + "tail4": { + "rotation": ["1+math.sin(q.anim_time*90*3*2-90-120)*2", "0+math.cos(q.anim_time*90*3-90-120)*10", 0] + }, + "tail5": { + "rotation": ["1+math.sin(q.anim_time*90*3*2-90-150)*2", "0+math.cos(q.anim_time*90*3-90-120)*25", 0] + }, + "leg_front_right4": { + "rotation": ["10+math.sin(q.anim_time*90*3+180)*20+math.clamp(math.sin(q.anim_time*90*3-20+180)*20, 0, 20)", 0, 0], + "position": [0, "-0.4+math.clamp(math.sin(q.anim_time*90*3+60+180)*0.8, -0.2, 1)", "0.5+math.cos(q.anim_time*90*3+180+180)*0.1"] + }, + "leg_front_right5": { + "rotation": [ + "-25+math.sin(q.anim_time*90*3+90+180)*20+math.clamp(math.sin(q.anim_time*90*3+90+30+180)*20, -20, 0)+math.clamp(math.sin(q.anim_time*90*3+110+180)*10, 0, 20)+math.clamp(math.sin(q.anim_time*90*3+70+180)*10, 0, 20)", + 0, + 0 + ], + "position": [0, 0, "-0.8-math.sin(q.anim_time*90*3-90+180)*0.8"] + }, + "leg_front_right6": { + "rotation": [ + "53+math.clamp(-math.sin(q.anim_time*90*3-100)*60-math.clamp(math.sin(q.anim_time*90*3-0)*60, -60, 0)-math.clamp(math.sin(q.anim_time*90*3-10)*30, 0, 30), -50, 100)+math.clamp(math.sin(q.anim_time*90*3-90-20+180)*10, -30, 0)", + 0, + 0 + ] + }, + "leg_front_left4": { + "rotation": ["10+math.sin(q.anim_time*90*3)*20+math.clamp(math.sin(q.anim_time*90*3-20)*20, 0, 20)", 0, 0], + "position": [0, "-0.4+math.clamp(math.sin(q.anim_time*90*3+60)*0.8, -0.2, 1)", "0.5+math.cos(q.anim_time*90*3+180)*0.1"] + }, + "leg_front_left5": { + "rotation": [ + "-25+math.sin(q.anim_time*90*3+90)*20+math.clamp(math.sin(q.anim_time*90*3+90+30)*20, -20, 0)+math.clamp(math.sin(q.anim_time*90*3+110)*10, 0, 20)+math.clamp(math.sin(q.anim_time*90*3+70)*10, 0, 20)", + 0, + 0 + ], + "position": [0, 0, "-0.8-math.sin(q.anim_time*90*3-90)*0.8"] + }, + "leg_front_left6": { + "rotation": [ + "53+math.clamp(-math.sin(q.anim_time*90*3-100-180)*60-math.clamp(math.sin(q.anim_time*90*3-0-180)*60, -60, 0)-math.clamp(math.sin(q.anim_time*90*3-10-180)*30, 0, 30), -50, 100)+math.clamp(math.sin(q.anim_time*90*3-20-80)*10, -30, 0)", + 0, + 0 + ] + }, + "leg_back_right4": { + "rotation": ["15+math.sin(q.anim_time*90*3-40)*20", 0, 0], + "position": [0, "-math.sin(q.anim_time*90*3-30+180)*0.5", 0] + }, + "leg_back_right5": { + "rotation": ["-10+math.sin(q.anim_time*90*3+40)*20+math.clamp(math.sin(q.anim_time*90*3+40)*10, -20, 0)", 0, 0] + }, + "leg_back_right6": { + "rotation": [ + "math.sin(q.anim_time*90*3+10+180)*10-math.clamp(math.sin(q.anim_time*90*3-20+180)*60, -60, 0)-math.clamp(math.sin(q.anim_time*90*3-20+180)*20, 0, 30)+math.clamp(math.sin(q.anim_time*90*3-20-40+180)*10, 0, 20)", + 0, + 0 + ] + }, + "leg_back_left4": { + "rotation": ["15+math.sin(q.anim_time*90*3+180-40)*20", 0, 0], + "position": [0, "-math.sin(q.anim_time*90*3-20)*0.5", 0] + }, + "leg_back_left5": { + "rotation": ["-10+math.sin(q.anim_time*90*3+180+40)*20+math.clamp(math.sin(q.anim_time*90*3+180+40)*10, -20, 0)", 0, 0] + }, + "leg_back_left6": { + "rotation": [ + "math.sin(q.anim_time*90*3+10)*10-math.clamp(math.sin(q.anim_time*90*3-20)*60, -60, 0)-math.clamp(math.sin(q.anim_time*90*3-20)*20, 0, 30) +math.clamp(math.sin(q.anim_time*90*3-20-40)*10, 0, 20)", + 0, + 0 + ] + }, + "torso": { + "position": ["math.sin(q.anim_time*90*3-200)*0.25", "0.2+math.clamp(math.sin(q.anim_time*90*3*2-240)*0.25, -0.2, 1)", 0] + }, + "spike6": { + "rotation": ["-2-math.sin(q.anim_time*90*3*2-210-180)*2", 0, 0] + }, + "spike4": { + "rotation": ["-2-math.sin(q.anim_time*90*3*2-210-180)*-2", 0, 0] + }, + "spike3": { + "rotation": ["-2-math.sin(q.anim_time*90*3*2-210-180)*-2", 0, 0] + }, + "spike2": { + "rotation": ["-2-math.sin(q.anim_time*90*3*2-210-180)*2", 0, 0] + }, + "neck": { + "rotation": ["2-math.sin(q.anim_time*90*3*2-240)*2", 0, 0] + }, + "spike12": { + "rotation": ["-2-math.sin(q.anim_time*90*3*2-210-180)*1", 0, 0] + }, + "spike5": { + "rotation": ["-2-math.sin(q.anim_time*90*3*2-210-180)*2", 0, 0] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/lycanroc_midnight/lycanroc_midnight.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/lycanroc_midnight/lycanroc_midnight.animation.json new file mode 100644 index 0000000..955220c --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/lycanroc_midnight/lycanroc_midnight.animation.json @@ -0,0 +1,537 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.lycanroc_midnight.ground_idle": { + "loop": true, + "bones": { + "torso": { + "rotation": ["10+1*math.sin(q.anim_time*90*1+90)", 0, "0.2*math.sin(q.anim_time*90*2+90)"], + "position": [0, "0.4*math.sin(q.anim_time*90*1-20)", 0] + }, + "tail_1": { + "rotation": [0, "-6*math.sin(q.anim_time*90*1-20)", "-3*math.cos(q.anim_time*90*1-20)"] + }, + "tail_2": { + "rotation": [5, "-4*math.sin(q.anim_time*90*1-80)", 0] + }, + "mid_torso": { + "rotation": ["1*math.sin(q.anim_time*90*1+120)", 0, 0] + }, + "arm_right": { + "rotation": ["37.5317+2*math.sin(q.anim_time*90*1+150)", "-28.6407+2*math.sin(q.anim_time*90*1+150)", "-45.9385+6*math.sin(q.anim_time*90*1+150)"] + }, + "bone7": { + "rotation": [2.78237, "-39.9399+2*math.sin(q.anim_time*90*1+260)", -2.94074] + }, + "palm2": { + "rotation": [0, -20.5, 0] + }, + "arm_left": { + "rotation": ["40.1078-2*math.sin(q.anim_time*90*1+150)", "34.7415-2*math.sin(q.anim_time*90*1+160)", "48.7238-6*math.sin(q.anim_time*90*1+160)"] + }, + "bone8": { + "rotation": [5.35257, "37.2714-2*math.sin(q.anim_time*90*1+260)", 5.55915] + }, + "palm": { + "rotation": [0, 20.5, 0] + }, + "head": { + "rotation": ["-2*math.sin(q.anim_time*90*1+160)", 0, 0] + }, + "jaw": { + "rotation": ["10+Math.cos((query.anim_time) * 90 * 1 - 40) * 4", 0, 0] + }, + "ear_right": { + "rotation": ["-1+Math.cos((query.anim_time) * 90 * 1 - 90) * 3", 0, 0] + }, + "ear_left": { + "rotation": ["-1+Math.cos((query.anim_time) * 90 * 1 - 90) * 3", 0, 0] + }, + "leg_left": { + "rotation": [-5, 12.5, 0], + "position": [0, "0.2*math.sin(q.anim_time*90*1-20)", 0] + }, + "bone5": { + "rotation": [5, 0, 0], + "position": [0, 0, 0] + }, + "feet_right": { + "rotation": [0, 0, 0], + "position": [0, "-0.2*math.sin(q.anim_time*90*1-20)", 0] + }, + "leg_right": { + "rotation": [-5, -12.5, 0], + "position": [0, "0.2*math.sin(q.anim_time*90*1-20)", 0] + }, + "bone": { + "rotation": [5, 0, 0], + "position": [0, 0, 0] + }, + "bone3": { + "rotation": [0, 0, 0], + "position": [0, "-0.2*math.sin(q.anim_time*90*1-20)", 0] + } + } + }, + "animation.lycanroc_midnight.ground_walk": { + "loop": true, + "animation_length": 4, + "bones": { + "torso": { + "rotation": ["20+1*math.sin(q.anim_time*90*2)", "-16*math.sin(q.anim_time*90*4)", "6*math.cos(q.anim_time*90*4)"], + "position": [0, "2+math.clamp(3*math.sin(q.anim_time*90*8-20),-2,4)", 0] + }, + "tail_1": { + "rotation": [0, "-15*math.sin(q.anim_time*90*4-20)", "-3*math.cos(q.anim_time*90*4-20)"] + }, + "tail_2": { + "rotation": [0, "-9*math.sin(q.anim_time*90*4-80)", 0] + }, + "mid_torso": { + "rotation": ["5+1*math.sin(q.anim_time*90*8+120)", "6*math.sin(q.anim_time*90*4)", "-7*math.sin(q.anim_time*90*4)"] + }, + "arm_right": { + "rotation": ["4.1629-2*math.sin(q.anim_time*90*4+150)", "-1.1545-16*math.sin(q.anim_time*90*4+190)", "-27.28-6*math.sin(q.anim_time*90*8+160)"], + "position": [0, 0, "1*math.sin(q.anim_time*90*4)"] + }, + "bone7": { + "rotation": [15.31637, "-66.9252+15*math.sin(q.anim_time*90*4+220)", -16.57078] + }, + "palm2": { + "rotation": [0, -32.5, 0] + }, + "arm_left": { + "rotation": ["6.2264-2*math.sin(q.anim_time*90*4+150)", "0.4239-16*math.sin(q.anim_time*90*4+190)", "32.3005-6*math.sin(q.anim_time*90*8+160)"], + "position": [0, 0, "-1*math.sin(q.anim_time*90*4)"] + }, + "bone8": { + "rotation": [9.20859, "67.0488+15*math.sin(q.anim_time*90*4+220)", 10.86888] + }, + "palm": { + "rotation": [0, 25, 0] + }, + "head": { + "rotation": ["-12.5+5*math.sin(q.anim_time*90*8+150)", "0+5*math.sin(q.anim_time*90*4)", "0-7*math.sin(q.anim_time*90*4)"] + }, + "jaw": { + "rotation": ["10+Math.cos((query.anim_time) * 90 * 4*2 - 40) * 3", 0, 0] + }, + "ear_right": { + "rotation": ["10+Math.cos((query.anim_time) * 90 * 4*2 - 40) * 3", 0, 0] + }, + "ear_left": { + "rotation": ["10+Math.cos((query.anim_time) * 90 * 4*2 - 40) * 3", 0, 0] + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [23.34, 15.42, 3.28], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-7.5, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [8.75, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [44.22805, 8.79674, 6.35472], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-7.5, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [8.75, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [44.22805, 8.79674, 6.35472], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-7.5, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [44.22805, 8.79674, 6.35472], + "lerp_mode": "catmullrom" + }, + "3.2917": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "3.3333": { + "post": [-7.5, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "3.4583": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "3.6667": { + "post": [44.22805, 8.79674, 6.35472], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [23.34, 15.42, 3.28], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 2.32, 1.9], + "0.25": [0, 4.59, -1.37], + "0.3333": [0, 0, -1.56], + "0.4583": [0, 0, 4.44], + "0.5": [0, 0.37, 4.25], + "0.75": [0, 3.7, 5.11], + "0.875": [0, 1.19, 3.54], + "1.25": [0, 4.59, -1.37], + "1.3333": [0, 0, -1.56], + "1.4583": [0, 0, 4.44], + "1.5": [0, 0.37, 4.25], + "1.625": [0, 1.5, 3.68], + "1.75": [0, 3.7, 5.11], + "1.875": [0, 1.19, 3.54], + "2.25": [0, 4.59, -1.37], + "2.3333": [0, 0, -1.56], + "2.4583": [0, 0, 4.44], + "2.625": [0, 1.5, 3.68], + "2.75": [0, 3.7, 5.11], + "2.875": [0, 1.19, 3.54], + "3.25": [0, 4.59, -1.37], + "3.3333": [0, 0, -1.56], + "3.4583": [0, 0, 4.44], + "3.625": [0, 1.5, 3.68], + "3.75": [0, 3.7, 5.11], + "3.875": [0, 1.19, 3.54], + "4.0": [0, 2.32, 1.9] + } + }, + "bone5": { + "rotation": { + "0.0": [35, 0, 0], + "0.1667": [25, 0, 0], + "0.3333": [5, 0, 0], + "0.4583": [5, 0, 0], + "0.9167": [40, 0, 0], + "1.1667": [25, 0, 0], + "1.3333": [5, 0, 0], + "1.4583": [5, 0, 0], + "1.5": [8.18, 0, 0], + "1.9167": [40, 0, 0], + "2.1667": [25, 0, 0], + "2.3333": [5, 0, 0], + "2.4583": [5, 0, 0], + "2.9167": [40, 0, 0], + "3.1667": [25, 0, 0], + "3.3333": [5, 0, 0], + "3.4583": [5, 0, 0], + "3.9167": [40, 0, 0], + "4.0": [35, 0, 0] + } + }, + "feet_right": { + "rotation": { + "0.0": [-7.5, 0, 0], + "0.3333": [2.5, 0, 0], + "0.4583": [2.5, 0, 0], + "0.8333": [-12.5, 0, 0], + "1.3333": [2.5, 0, 0], + "1.4583": [2.5, 0, 0], + "1.5": [0.83, 0, 0], + "1.8333": [-12.5, 0, 0], + "2.3333": [2.5, 0, 0], + "2.4583": [2.5, 0, 0], + "2.8333": [-12.5, 0, 0], + "3.3333": [2.5, 0, 0], + "3.4583": [2.5, 0, 0], + "3.8333": [-12.5, 0, 0], + "4.0": [-7.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.3333": [0, 0, 0], + "0.4583": [0, 0, 0], + "1.3333": [0, 0, 0], + "1.4583": [0, 0, 0], + "1.5": [0, 0, 0], + "2.3333": [0, 0, 0], + "2.4583": [0, 0, 0], + "3.3333": [0, 0, 0], + "3.4583": [0, 0, 0], + "4.0": [0, 0, 0] + } + }, + "leg_right": { + "rotation": { + "0.0": { + "post": [8.75, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [44.22805, -8.79674, -6.35472], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-7.5, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [8.75, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [44.22805, -8.79674, -6.35472], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-7.5, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [44.22805, -8.79674, -6.35472], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-7.5, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "2.9583": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [44.22805, -8.79674, -6.35472], + "lerp_mode": "catmullrom" + }, + "3.7917": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "3.8333": { + "post": [-7.5, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "3.9583": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [8.75, -22.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0.37, 4.25], + "0.125": [0, 1.5, 3.68], + "0.25": [0, 3.7, 5.11], + "0.375": [0, 1.19, 3.54], + "0.75": [0, 4.59, -1.37], + "0.8333": [0, 0, -1.56], + "0.9583": [0, 0, 4.44], + "1.0": [0, 0.37, 4.25], + "1.125": [0, 1.5, 3.68], + "1.25": [0, 3.7, 5.11], + "1.375": [0, 1.19, 3.54], + "1.75": [0, 4.59, -1.37], + "1.8333": [0, 0, -1.56], + "1.9583": [0, 0, 4.44], + "2.125": [0, 1.5, 3.68], + "2.25": [0, 3.7, 5.11], + "2.375": [0, 1.19, 3.54], + "2.75": [0, 4.59, -1.37], + "2.8333": [0, 0, -1.56], + "2.9583": [0, 0, 4.44], + "3.125": [0, 1.5, 3.68], + "3.25": [0, 3.7, 5.11], + "3.375": [0, 1.19, 3.54], + "3.75": [0, 4.59, -1.37], + "3.8333": [0, 0, -1.56], + "3.9583": [0, 0, 4.44], + "4.0": [0, 0.37, 4.25] + } + }, + "bone": { + "rotation": { + "0.0": [8.18, 0, 0], + "0.4167": [40, 0, 0], + "0.6667": [25, 0, 0], + "0.8333": [5, 0, 0], + "0.9583": [5, 0, 0], + "1.0": [8.18, 0, 0], + "1.4167": [40, 0, 0], + "1.6667": [25, 0, 0], + "1.8333": [5, 0, 0], + "1.9583": [5, 0, 0], + "2.4167": [40, 0, 0], + "2.6667": [25, 0, 0], + "2.8333": [5, 0, 0], + "2.9583": [5, 0, 0], + "3.4167": [40, 0, 0], + "3.6667": [25, 0, 0], + "3.8333": [5, 0, 0], + "3.9583": [5, 0, 0] + } + }, + "feet_left": { + "rotation": { + "0.0": [0.83, 0, 0], + "0.3333": [-12.5, 0, 0], + "0.8333": [2.5, 0, 0], + "0.9583": [2.5, 0, 0], + "1.0": [0.83, 0, 0], + "1.3333": [-12.5, 0, 0], + "1.8333": [2.5, 0, 0], + "1.9583": [2.5, 0, 0], + "2.3333": [-12.5, 0, 0], + "2.8333": [2.5, 0, 0], + "2.9583": [2.5, 0, 0], + "3.3333": [-12.5, 0, 0], + "3.8333": [2.5, 0, 0], + "3.9583": [2.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.8333": [0, 0, 0], + "0.9583": [0, 0, 0], + "1.0": [0, 0, 0], + "1.8333": [0, 0, 0], + "1.9583": [0, 0, 0], + "2.8333": [0, 0, 0], + "2.9583": [0, 0, 0], + "3.8333": [0, 0, 0], + "3.9583": [0, 0, 0] + } + }, + "body": { + "position": { + "0.0": [0, -0.2, 0], + "0.375": [0, -0.7, 0], + "0.4167": [0, 0.05, 0], + "0.4583": [0, 0.38, 0], + "0.5417": [0, -0.2, 0], + "0.875": [0, 0, 0], + "0.9167": [0, 0.05, 0], + "0.9583": [0, 0.38, 0], + "1.0417": [0, -0.2, 0], + "1.3333": [0, -0.7, 0], + "1.375": [0, 0.05, 0], + "1.4167": [0, 0.38, 0], + "1.5": [0, -0.2, 0], + "1.8333": [0, -0.7, 0], + "1.875": [0, 0.05, 0], + "1.9167": [0, 0.38, 0], + "2.0": [0, -0.2, 0], + "2.3333": [0, -0.7, 0], + "2.375": [0, 0.05, 0], + "2.4167": [0, 0.38, 0], + "2.5": [0, -0.2, 0], + "2.8333": [0, -0.7, 0], + "2.875": [0, 0.05, 0], + "2.9167": [0, 0.38, 0], + "3.0": [0, -0.2, 0], + "3.3333": [0, -0.7, 0], + "3.375": [0, 0.05, 0], + "3.4167": [0, 0.38, 0], + "3.5": [0, -0.2, 0], + "3.8333": [0, -0.7, 0], + "3.875": [0, 0.05, 0], + "3.9167": [0, 0.38, 0], + "4.0": [0, -0.2, 0] + } + }, + "bone12": { + "rotation": { + "0.0": [-14.5, 0, 0], + "0.0417": [-17.5, 0, 0], + "0.4167": [-32.06, 0, 0], + "0.75": [-2.5, 0, 0], + "0.8333": [-2.5, 0, 0], + "1.0": [-14.5, 0, 0], + "1.0417": [-17.5, 0, 0], + "1.4167": [-32.06, 0, 0], + "1.75": [-2.5, 0, 0], + "1.8333": [-2.5, 0, 0], + "2.0417": [-17.5, 0, 0], + "2.4167": [-32.06, 0, 0], + "2.75": [-2.5, 0, 0], + "2.8333": [-2.5, 0, 0], + "3.0417": [-17.5, 0, 0], + "3.75": [-2.5, 0, 0] + } + }, + "bone13": { + "rotation": { + "0.0": [-7.79, 0, 0], + "0.1667": [-2.5, 0, 0], + "0.25": [-2.5, 0, 0], + "0.4167": [-14.5, 0, 0], + "0.4583": [-17.5, 0, 0], + "0.9167": [-32.06, 0, 0], + "1.25": [-2.5, 0, 0], + "1.4583": [-2.5, 0, 0], + "1.5": [-14.5, 0, 0], + "1.5417": [-17.5, 0, 0], + "1.9167": [-32.06, 0, 0], + "2.25": [-2.5, 0, 0], + "2.3333": [-2.5, 0, 0], + "2.5417": [-17.5, 0, 0], + "2.9167": [-32.06, 0, 0], + "3.25": [-2.5, 0, 0], + "3.3333": [-2.5, 0, 0], + "3.5417": [-17.5, 0, 0], + "4.0": [-7.79, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/manaphy.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/manaphy.animation.json new file mode 100644 index 0000000..d7936c6 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/manaphy.animation.json @@ -0,0 +1,1421 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.manaphy.ground_idle": { + "loop": true, + "animation_length": 2.2, + "bones": { + "manaphy": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.05": { + "post": [0, -3, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "head3": { + "rotation": { + "0.0": { + "post": [-12.5, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "1.05": { + "post": [2.5, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [-12.5, 7.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "head4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "head5": { + "rotation": { + "0.0": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -0.8, -0.05], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, -0.8, -0.05], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "head10": { + "rotation": { + "0.0": { + "post": [-47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [-47.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -0.9, -1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, -0.9, -1], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "head6": { + "rotation": { + "0.0": { + "post": [-52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [-52.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -4.9, 1.8], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, -4.9, 1.8], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "head7": { + "rotation": { + "0.0": { + "post": [-75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [-60, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [-75, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -9, 2], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [0, -8.5, 2], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, -9, 2], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "head8": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -23, 2.5], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [0, -20.5, 4.5], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, -23, 2.5], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1.1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1.1], + "lerp_mode": "catmullrom" + } + } + }, + "head2": { + "rotation": { + "0.0": { + "post": [-7.5, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [-2.5, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "1.4": { + "post": [-16.73077, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [-7.5, -7.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "head9": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "head11": { + "rotation": { + "0.0": { + "post": [-77.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [-77.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -8.8, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, -8.8, 1], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "head12": { + "rotation": { + "0.0": { + "post": [-92.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.15": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [-92.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -13.6, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, -13.6, 1], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "head13": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.15": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -30, 0], + "lerp_mode": "catmullrom" + }, + "1.15": { + "post": [0, -24, 4], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, -30, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1.1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1.1], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "right_arm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.05": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "left_arm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.95": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "body3": { + "rotation": { + "0.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body2": { + "rotation": { + "0.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.manaphy.ground_walk": { + "loop": true, + "animation_length": 2.2, + "bones": { + "manaphy": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.05": { + "post": [0, -3, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [-21.96383, -9.28733, 3.72387], + "lerp_mode": "catmullrom" + }, + "1.15": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6": { + "post": [-23.69785, 8.0248, -3.46856], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "head3": { + "rotation": { + "0.0": { + "post": [-12.5, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "1.05": { + "post": [2.5, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [-12.5, 7.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "head4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "head5": { + "rotation": { + "0.0": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -0.8, -0.05], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, -0.8, -0.05], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "head10": { + "rotation": { + "0.0": { + "post": [-47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [-47.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -0.9, -1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, -0.9, -1], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "head6": { + "rotation": { + "0.0": { + "post": [-52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [-52.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -4.9, 1.8], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, -4.9, 1.8], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "head7": { + "rotation": { + "0.0": { + "post": [-75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [-60, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [-75, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -9, 2], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [0, -8.5, 2], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, -9, 2], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "head8": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -23, 2.5], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [0, -20.5, 4.5], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, -23, 2.5], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1.1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1.1], + "lerp_mode": "catmullrom" + } + } + }, + "head2": { + "rotation": { + "0.0": { + "post": [-7.5, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [-2.5, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "1.4": { + "post": [-16.73077, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [-7.5, -7.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "head9": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "head11": { + "rotation": { + "0.0": { + "post": [-77.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [-77.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -8.8, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, -8.8, 1], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "head12": { + "rotation": { + "0.0": { + "post": [-92.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.15": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [-92.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -13.6, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, -13.6, 1], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "head13": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.15": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -30, 0], + "lerp_mode": "catmullrom" + }, + "1.15": { + "post": [0, -24, 4], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, -30, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1.1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1.1], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "right_arm": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.05": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "left_arm": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "0.95": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "body3": { + "rotation": { + "0.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body2": { + "rotation": { + "0.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.15": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/mandibuzz/mandibuzz.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/mandibuzz/mandibuzz.animation.json new file mode 100644 index 0000000..58d896d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/mandibuzz/mandibuzz.animation.json @@ -0,0 +1,564 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.mandibuzz.air_idle": { + "loop": true, + "bones": { + "neck_2": { + "rotation": ["0.5+math.sin(q.anim_time*90*3+180)*2", 0, 0] + }, + "head": { + "rotation": ["3.5+math.sin(q.anim_time*90*3+180)*-4", 0, 0] + }, + "tuff_head": { + "rotation": ["-4.5+math.sin(q.anim_time*90*3+180)*15", 0, 0] + }, + "wing_left_closed": { + "rotation": [0, 0, 0], + "position": [0.9, 0, 0], + "scale": 0.01 + }, + "wing_left_open": { + "rotation": ["12+math.sin(q.anim_time*90*3+0)*15", 0, "27+math.sin(q.anim_time*90*3+0)*45"] + }, + "wing_right_closed": { + "rotation": [1, 0, 0], + "scale": 0.01 + }, + "wing_right_open": { + "rotation": ["16-math.sin(q.anim_time*90*3+0)*15", 0, "-31-math.sin(q.anim_time*90*3+0)*45"] + }, + "body": { + "rotation": ["7.5+math.sin(q.anim_time*20*3+50)*4", "0+math.sin(q.anim_time*90*3+50)*1", "0+math.sin(q.anim_time*90*3+50)*1"], + "position": [0, "21+math.sin(q.anim_time*90*3-55)*5", 0] + }, + "torso": { + "rotation": ["7.5+math.sin(q.anim_time*90*3+180)*5", 0, 0] + }, + "neck_1": { + "rotation": ["-4.5+math.sin(q.anim_time*90*3+180)*5", 0, 0] + }, + "tuff_head_2": { + "rotation": ["0.5+math.sin(q.anim_time*90*3+180)*7", 0, 0] + }, + "tuff_front": { + "rotation": ["-7+math.sin(q.anim_time*90*3+125)*5.5", 0, 0] + }, + "tuff_back": { + "rotation": ["-6-math.sin(q.anim_time*90*3+125)*5.5", 0, 0] + }, + "jaw": { + "rotation": ["8.5+math.sin(q.anim_time*90*3+180)*5", 0, 0] + }, + "tail": { + "rotation": ["5+math.sin(q.anim_time*90*3+125)*12.5", 0, 0] + }, + "leg_right": { + "rotation": ["8.9905+math.sin(q.anim_time*90*3+180)*5", -24.59477, 9.62931], + "position": [0, 0, 0.8] + }, + "leg_lower_right": { + "rotation": ["40.0508+math.sin(q.anim_time*90*3+115)*10", 2.15188, 1.50107] + }, + "toes_right": { + "rotation": [20, 0, 0] + }, + "leg_left": { + "rotation": ["8.9625+math.sin(q.anim_time*90*3+180)*5", 4.92385, 4.12961], + "position": [0.3, 0, 0.4] + }, + "leg_lower_left": { + "rotation": ["22.5508+math.sin(q.anim_time*90*3+115)*10", 2.15188, 1.50107] + }, + "toes_left": { + "rotation": [34, 0, 0] + }, + "wing_left_middle": { + "rotation": [10.46535, "3.8586+math.sin(q.anim_time*90*3-50)*15", "7.395+math.sin(q.anim_time*90*3-50)*15"] + }, + "wing_left_outer": { + "rotation": [-3.59132, "-16.6421+math.sin(q.anim_time*90*3-50)*25", "-31.7375+math.sin(q.anim_time*90*3-50)*5"] + }, + "wing_left_outer_tuff": { + "rotation": [-5.5239, "4.5446+math.sin(q.anim_time*90*3-50)*2", "16.4433+math.sin(q.anim_time*90*3-50)*5"] + }, + "wing_right_middle": { + "rotation": [5.37935, "4.8316-math.sin(q.anim_time*90*3-50)*15", "-7.3427-math.sin(q.anim_time*90*3-50)*15"] + }, + "wing_right_outer": { + "rotation": [0.9626, "9.217-math.sin(q.anim_time*90*3-50)*25", "36.8859-math.sin(q.anim_time*90*3-50)*5"] + }, + "wing_right_outer_tuff": { + "rotation": [-11.43895, "7.2296+math.sin(q.anim_time*90*3-50)*2", "-21.8939+math.sin(q.anim_time*90*3-50)*5"] + } + } + }, + "animation.mandibuzz.air_fly": { + "loop": true, + "bones": { + "neck_2": { + "rotation": ["0.5+math.sin(q.anim_time*90*3+180)*2", 0, 0] + }, + "head": { + "rotation": ["3.5+math.sin(q.anim_time*90*3+180)*-4", 0, 0] + }, + "tuff_head": { + "rotation": ["-4.5+math.sin(q.anim_time*90*3+180)*15", 0, 0] + }, + "wing_left_closed": { + "rotation": [0, 0, 0], + "position": [0.9, 0, 0], + "scale": 0.01 + }, + "wing_left_open": { + "rotation": ["12+math.sin(q.anim_time*90*3+0)*15", 0, "27+math.sin(q.anim_time*90*3+0)*45"] + }, + "wing_right_closed": { + "rotation": [1, 0, 0], + "scale": 0.01 + }, + "wing_right_open": { + "rotation": ["16-math.sin(q.anim_time*90*3+0)*15", 0, "-31-math.sin(q.anim_time*90*3+0)*45"] + }, + "body": { + "rotation": ["7.5+math.sin(q.anim_time*20*3+50)*4", "0+math.sin(q.anim_time*90*3+50)*1", "0+math.sin(q.anim_time*90*3+50)*1"], + "position": [0, "21+math.sin(q.anim_time*90*3-55)*5", 0] + }, + "torso": { + "rotation": ["19.5+math.sin(q.anim_time*90*3+180)*5", 0, 0] + }, + "neck_1": { + "rotation": ["-17.5+math.sin(q.anim_time*90*3+180)*5", 0, 0] + }, + "tuff_head_2": { + "rotation": ["0.5+math.sin(q.anim_time*90*3+180)*7", 0, 0] + }, + "tuff_front": { + "rotation": ["-7+math.sin(q.anim_time*90*3+125)*5.5", 0, 0] + }, + "tuff_back": { + "rotation": ["-6-math.sin(q.anim_time*90*3+125)*5.5", 0, 0] + }, + "jaw": { + "rotation": ["8.5+math.sin(q.anim_time*90*3+180)*5", 0, 0] + }, + "tail": { + "rotation": ["5+math.sin(q.anim_time*90*3+125)*12.5", 0, 0] + }, + "leg_right": { + "rotation": ["8.9905+math.sin(q.anim_time*90*3+180)*5", -24.59477, 9.62931], + "position": [0, 0, 1.3] + }, + "leg_lower_right": { + "rotation": ["40.0508+math.sin(q.anim_time*90*3+115)*10", 2.15188, 1.50107] + }, + "toes_right": { + "rotation": [20, 0, 0] + }, + "leg_left": { + "rotation": ["8.9625+math.sin(q.anim_time*90*3+180)*5", 4.92385, 4.12961], + "position": [0.3, 0, 0.9] + }, + "leg_lower_left": { + "rotation": ["22.5508+math.sin(q.anim_time*90*3+115)*10", 2.15188, 1.50107] + }, + "toes_left": { + "rotation": [34, 0, 0] + }, + "wing_left_middle": { + "rotation": [10.46535, "3.8586+math.sin(q.anim_time*90*3-50)*15", "7.395+math.sin(q.anim_time*90*3-50)*15"] + }, + "wing_left_outer": { + "rotation": [-3.59132, "-16.6421+math.sin(q.anim_time*90*3-50)*25", "-31.7375+math.sin(q.anim_time*90*3-50)*5"] + }, + "wing_left_outer_tuff": { + "rotation": [-5.5239, "4.5446+math.sin(q.anim_time*90*3-50)*2", "16.4433+math.sin(q.anim_time*90*3-50)*5"] + }, + "wing_right_middle": { + "rotation": [5.37935, "4.8316-math.sin(q.anim_time*90*3-50)*15", "-7.3427-math.sin(q.anim_time*90*3-50)*15"] + }, + "wing_right_outer": { + "rotation": [0.9626, "9.217-math.sin(q.anim_time*90*3-50)*25", "36.8859-math.sin(q.anim_time*90*3-50)*5"] + }, + "wing_right_outer_tuff": { + "rotation": [-11.43895, "7.2296+math.sin(q.anim_time*90*3-50)*2", "-21.8939+math.sin(q.anim_time*90*3-50)*5"] + } + } + }, + "animation.mandibuzz.battle_idle": { + "loop": true, + "bones": { + "neck_2": { + "rotation": ["0.5+math.sin(q.anim_time*90*3+180)*2", 0, 0] + }, + "head": { + "rotation": ["3.5+math.sin(q.anim_time*90*3+180)*-4", 0, 0] + }, + "tuff_head": { + "rotation": ["-4.5+math.sin(q.anim_time*90*3+180)*15", 0, 0] + }, + "wing_left_closed": { + "rotation": [0, 0, 0], + "position": [0.9, 0, 0], + "scale": 0.01 + }, + "wing_left_open": { + "rotation": ["12+math.sin(q.anim_time*90*3+0)*15", 0, "27+math.sin(q.anim_time*90*3+0)*45"] + }, + "wing_right_closed": { + "rotation": [1, 0, 0], + "scale": 0.01 + }, + "wing_right_open": { + "rotation": ["16-math.sin(q.anim_time*90*3+0)*15", 0, "-31-math.sin(q.anim_time*90*3+0)*45"] + }, + "body": { + "rotation": ["7.5+math.sin(q.anim_time*20*3+50)*4", "0+math.sin(q.anim_time*90*3+50)*1", "0+math.sin(q.anim_time*90*3+50)*1"], + "position": [0, "21+math.sin(q.anim_time*90*3-55)*5", 0] + }, + "torso": { + "rotation": ["7.5+math.sin(q.anim_time*90*3+180)*5", 0, 0] + }, + "neck_1": { + "rotation": ["-4.5+math.sin(q.anim_time*90*3+180)*5", 0, 0] + }, + "tuff_head_2": { + "rotation": ["0.5+math.sin(q.anim_time*90*3+180)*7", 0, 0] + }, + "tuff_front": { + "rotation": ["-7+math.sin(q.anim_time*90*3+125)*5.5", 0, 0] + }, + "tuff_back": { + "rotation": ["-6-math.sin(q.anim_time*90*3+125)*5.5", 0, 0] + }, + "jaw": { + "rotation": ["8.5+math.sin(q.anim_time*90*3+180)*5", 0, 0] + }, + "tail": { + "rotation": ["5+math.sin(q.anim_time*90*3+125)*12.5", 0, 0] + }, + "leg_right": { + "rotation": ["8.9905+math.sin(q.anim_time*90*3+180)*5", -24.59477, 9.62931], + "position": [0, 0, 0.8] + }, + "leg_lower_right": { + "rotation": ["40.0508+math.sin(q.anim_time*90*3+115)*10", 2.15188, 1.50107] + }, + "toes_right": { + "rotation": [20, 0, 0] + }, + "leg_left": { + "rotation": ["8.9625+math.sin(q.anim_time*90*3+180)*5", 4.92385, 4.12961], + "position": [0.3, 0, 0.4] + }, + "leg_lower_left": { + "rotation": ["22.5508+math.sin(q.anim_time*90*3+115)*10", 2.15188, 1.50107] + }, + "toes_left": { + "rotation": [34, 0, 0] + }, + "wing_left_middle": { + "rotation": [10.46535, "3.8586+math.sin(q.anim_time*90*3-50)*15", "7.395+math.sin(q.anim_time*90*3-50)*15"] + }, + "wing_left_outer": { + "rotation": [-3.59132, "-16.6421+math.sin(q.anim_time*90*3-50)*25", "-31.7375+math.sin(q.anim_time*90*3-50)*5"] + }, + "wing_left_outer_tuff": { + "rotation": [-5.5239, "4.5446+math.sin(q.anim_time*90*3-50)*2", "16.4433+math.sin(q.anim_time*90*3-50)*5"] + }, + "wing_right_middle": { + "rotation": [5.37935, "4.8316-math.sin(q.anim_time*90*3-50)*15", "-7.3427-math.sin(q.anim_time*90*3-50)*15"] + }, + "wing_right_outer": { + "rotation": [0.9626, "9.217-math.sin(q.anim_time*90*3-50)*25", "36.8859-math.sin(q.anim_time*90*3-50)*5"] + }, + "wing_right_outer_tuff": { + "rotation": [-11.43895, "7.2296+math.sin(q.anim_time*90*3-50)*2", "-21.8939+math.sin(q.anim_time*90*3-50)*5"] + } + } + }, + "animation.mandibuzz.ground_idle": { + "loop": true, + "bones": { + "torso": { + "rotation": ["7.5+math.sin(q.anim_time*40*3+180)*4", 0, 0] + }, + "neck_2": { + "rotation": ["2.5+math.sin(q.anim_time*50*3+180)*5", 0, 0] + }, + "head": { + "rotation": ["5.5+math.sin(q.anim_time*50*3+180)*5", 0, 0] + }, + "tuff_head": { + "rotation": ["-2.5+math.sin(q.anim_time*50*3+180)*5", 0, 0] + }, + "tuff_head_2": { + "rotation": ["1.5+math.sin(q.anim_time*50*3+180)*5", 0, 0] + }, + "tuff_front": { + "rotation": ["-2.5+math.sin(q.anim_time*50*3+180)*5", 0, 0] + }, + "tuff_back": { + "rotation": ["5.5-math.sin(q.anim_time*50*3+180)*5", 0, 0] + }, + "wing_left_closed": { + "rotation": ["3.5+math.sin(q.anim_time*50*3+180)*5", 0, 0], + "position": [0.9, 0, 0] + }, + "jaw": { + "rotation": ["1.8042+math.sin(q.anim_time*50*3+180)*5", 0.35703, 2.53336] + }, + "tail": { + "rotation": ["3.5+math.sin(q.anim_time*30*3+180)*9", 0, 0] + }, + "wing_left_open": { + "scale": 0.01 + }, + "wing_right_closed": { + "rotation": ["2.5+math.sin(q.anim_time*50*3+180)*5", 0, 0] + }, + "wing_right_open": { + "scale": 0 + } + } + }, + "animation.mandibuzz.ground_walk": { + "loop": true, + "bones": { + "torso": { + "rotation": ["16+math.sin(q.anim_time*90*6-60)*2", "0+math.sin(q.anim_time*90*3-80+180)*1", 0], + "position": [0, "-1.2+math.sin(q.anim_time*90*6-60+180)*0.5", -2.1] + }, + "neck_2": { + "rotation": ["2.5+math.sin(q.anim_time*50*3+180)*5", 0, 0] + }, + "head": { + "rotation": ["5.5+math.sin(q.anim_time*50*3+180)*5", 0, 0] + }, + "tuff_head": { + "rotation": ["-2.5+math.sin(q.anim_time*50*3+180)*5", 0, 0] + }, + "tuff_head_2": { + "rotation": ["1.5+math.sin(q.anim_time*50*3+180)*5", 0, 0] + }, + "tuff_front": { + "rotation": ["-2.5+math.sin(q.anim_time*50*3+180)*5", 0, 0] + }, + "tuff_back": { + "rotation": ["5.5-math.sin(q.anim_time*50*3+180)*5", 0, 0] + }, + "wing_left_closed": { + "rotation": ["3.5+math.sin(q.anim_time*50*3+180)*5", 0, 0], + "position": [0.9, 0, 0] + }, + "jaw": { + "rotation": ["1.8042+math.sin(q.anim_time*50*3+180)*5", 0.35703, 2.53336] + }, + "tail": { + "rotation": ["16.5+math.sin(q.anim_time*30*3+180)*9", 0, 0] + }, + "wing_left_open": { + "scale": 0.01 + }, + "wing_right_closed": { + "rotation": ["2.5+math.sin(q.anim_time*50*3+180)*5", 0, 0] + }, + "wing_right_open": { + "scale": 0 + }, + "leg_right": { + "rotation": [ + "0.4218+math.clamp(math.sin(query.anim_time*90*3*1-20+180)*27.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*1-20+180)*22.5,0,22)", + "9.5438+math.sin(q.anim_time*90*3+20+180)*2", + 1.88981 + ], + "position": [0, "math.clamp(math.sin(query.anim_time*90*3*1+0)*0.75,-0.1,0.75)", "0+math.sin(q.anim_time*90*3-95+180)*1"] + }, + "leg_lower_right": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*1-75+180)*25,-25,14)", 0, 0] + }, + "leg_left": { + "rotation": [ + "0.4218+math.clamp(math.sin(query.anim_time*90*3*1-20)*27.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*1-20)*22.5,0,22)", + "-9.5438+math.sin(q.anim_time*90*3+20)*2", + -1.88981 + ], + "position": [0, "math.clamp(math.sin(query.anim_time*90*3*1+180)*0.75,-0.1,0.75)", "0+math.sin(q.anim_time*90*3-95)*1"] + }, + "leg_lower_left": { + "rotation": ["30+math.clamp(math.sin(query.anim_time*90*3*1-75)*25,-25,14)", 0, 0] + } + } + }, + "animation.mandibuzz.sleep": { + "loop": true, + "bones": { + "torso": { + "rotation": [4, 0, 0] + }, + "neck_2": { + "rotation": ["50+math.sin(q.anim_time*50*3+180)*2", 0, 0] + }, + "head": { + "rotation": ["-114+math.sin(q.anim_time*20*3+180)*2", 0, 0] + }, + "tuff_head": { + "rotation": ["34.7616+math.sin(q.anim_time*50*3+180)*5", -27.99907, 34.07528] + }, + "tuff_head_2": { + "rotation": ["1.5+math.sin(q.anim_time*50*3+180)*5", 0, 0] + }, + "tuff_front": { + "rotation": ["-2.5+math.sin(q.anim_time*20*3+180)*5", 0, 0] + }, + "tuff_back": { + "rotation": ["5.5-math.sin(q.anim_time*20*3+180)*5", 0, 0] + }, + "wing_left_closed": { + "rotation": ["3.5+math.sin(q.anim_time*50*3+180)*5", 0, 0], + "position": [0.9, 0, 0], + "scale": 0 + }, + "jaw": { + "rotation": [12.5, 0, 0] + }, + "tail": { + "rotation": ["-34+math.sin(q.anim_time*30*3+180)*9", 0, 0] + }, + "wing_left_open": { + "rotation": [0, 37.5, 0] + }, + "wing_right_closed": { + "rotation": [-41.874, 6.62792, 35.93621], + "position": [-0.7, 0, 0] + }, + "wing_right_open": { + "scale": 0 + }, + "body": { + "rotation": [67.5, 0, 0], + "position": [0, -19, 0] + }, + "eyelash_right": { + "position": [-0.2, -0.3, 0] + }, + "eyelid_right": { + "position": [-0.2, -0.5, 0.5], + "scale": [1, 1.08, 1] + }, + "eye_left": { + "position": [-0.2, 0, 0] + }, + "eyelash_left": { + "position": [0.4, -0.3, 0] + }, + "eyelid_left": { + "position": [0.2, -0.7, 0.5], + "scale": [1, 1.08, 1] + }, + "leg_right": { + "rotation": [0, 0, 27.5] + }, + "leg_left": { + "rotation": [-8.10969, -33.16347, -21.05215] + }, + "leg_lower_left": { + "rotation": [10, 0, 0] + }, + "wing_left_middle": { + "rotation": [0, -10, 0] + }, + "wing_left_outer": { + "rotation": [0, -2.5, 0] + }, + "wing_left_outer_tuff": { + "rotation": [-12.5, 0, 20] + } + } + }, + "animation.mandibuzz.blink": { + "animation_length": 0.16667, + "bones": { + "eye_right": { + "position": { + "0.0": [0.2, 0, 0], + "0.125": {"pre": [0.2, 0, 0], "post": [0.2, 0, 0]}, + "0.1667": {"pre": [0.2, 0, 0], "post": [0, 0, 0]} + } + }, + "eyelash_right": { + "position": { + "0.0": [-0.2, -0.3, 0], + "0.125": {"pre": [-0.2, -0.3, 0], "post": [-0.2, -0.3, 0]}, + "0.1667": {"pre": [-0.2, -0.3, 0], "post": [0, 0, 0]} + } + }, + "eyelid_right": { + "position": { + "0.0": [-0.2, -0.5, 0.5], + "0.125": {"pre": [-0.2, -0.5, 0.5], "post": [-0.2, -0.5, 0.5]}, + "0.1667": {"pre": [-0.2, -0.5, 0.5], "post": [0, 0, 0]} + }, + "scale": { + "0.0": [1, 1.08, 1], + "0.125": {"pre": [1, 1.08, 1], "post": [1, 1.08, 1]}, + "0.1667": {"pre": [1, 1.08, 1], "post": [1, 1, 1]} + } + }, + "eye_left": { + "position": { + "0.0": [-0.2, 0, 0], + "0.125": {"pre": [-0.2, 0, 0], "post": [-0.2, 0, 0]}, + "0.1667": {"pre": [-0.2, 0, 0], "post": [0, 0, 0]} + } + }, + "eyelash_left": { + "position": { + "0.0": [0.4, -0.3, 0], + "0.125": {"pre": [0.4, -0.3, 0], "post": [0.4, -0.3, 0]}, + "0.1667": {"pre": [0.4, -0.3, 0], "post": [0, 0, 0]} + } + }, + "eyelid_left": { + "position": { + "0.0": [0.2, -0.7, 0.5], + "0.125": {"pre": [0.2, -0.7, 0.5], "post": [0.2, -0.7, 0.5]}, + "0.1667": {"pre": [0.2, -0.7, 0.5], "post": [0, 0, 0]} + }, + "scale": { + "0.0": [1, 1.08, 1], + "0.125": {"pre": [1, 1.08, 1], "post": [1, 1.08, 1]}, + "0.1667": {"pre": [1, 1.08, 1], "post": [1, 1, 1]} + } + } + } + }, + "animation.mandibuzz.cry": { + "animation_length": 0.41667, + "bones": { + "neck_2": { + "rotation": { + "0.0": [2.5, 0, 0], + "0.25": [15, 0, 0], + "0.4167": [2.5, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-15, 0, 0], + "0.4167": [0, 0, 0] + } + }, + "beak": { + "rotation": { + "0.0": [-5, 0, 0], + "0.1667": [32.5, 0, 0], + "0.3333": [67.5, 0, 0], + "0.4167": [-4.61303, 0.66947, 1.78259] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/marill/marill.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/marill/marill.animation.json new file mode 100644 index 0000000..f51862f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/marill/marill.animation.json @@ -0,0 +1,613 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.marill.ground_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "bb_rightarm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bb_leaftarm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bb_upperbdody": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bb_tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -10, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lfoot": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rfoot": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.marill.ground_walk": { + "loop": true, + "animation_length": 1.83333, + "bones": { + "lfoot": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -1.7], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0.3, -1.6], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -1.7], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0.3, -1.6], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 0, -1.7], + "lerp_mode": "catmullrom" + } + } + }, + "rfoot": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0.3, -1.6], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, -1.7], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0.3, -1.6], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, -1.7], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bb_upperbdody": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bb_leaftarm": { + "rotation": { + "0.0": { + "post": [1, -20, -2.5], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-10, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [1, -20, -2.5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [1, -20, -2.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-10, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [1, -20, -2.5], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [1, -20, -2.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0.2, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0.2, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0.1, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bb_rightarm": { + "rotation": { + "0.0": { + "post": [-7.56, 10.28, -0.56], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [1, 20, -2.5], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [1, 20, -2.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-10, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [1, 20, -2.5], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [1, 20, -2.5], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-10, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-7.56, 10.28, -0.56], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.18, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-0.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-0.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-0.2, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-0.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-0.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-0.2, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-0.18, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bb_tail": { + "rotation": { + "0.0": { + "post": [0, -3.73, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, -3.73, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.marill.blink": { + "animation_length": 0.625, + "bones": { + "eye_left": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + }, + "eye_right": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + } + } + }, + "animation.marill.faint": { + "animation_length": 2.5 + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/marowak_alolan/marowak_alolan.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/marowak_alolan/marowak_alolan.animation.json new file mode 100644 index 0000000..480db88 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/marowak_alolan/marowak_alolan.animation.json @@ -0,0 +1,440 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.marowak_alolan.ground_idle": { + "loop": true, + "bones": { + "body": { + "position": [0, -0.75, 0] + }, + "torso": { + "rotation": ["15.0703+math.sin(q.anim_time*90*1.5-20)*1", "4.6978+math.sin(q.anim_time*90*1-20)*2", 1.71394], + "position": [0, 0, 0] + }, + "upper_torso": { + "rotation": ["2.4597+math.sin(q.anim_time*90*1.5-25)*2", "2.5021+math.sin(q.anim_time*90*1-20)*0.1", -0.76258], + "position": [0, 0, 0] + }, + "head": { + "rotation": ["-1.2452+math.sin(q.anim_time*90*1.5-50)*1.5", -0.5039, -0.87248] + }, + "jaw": { + "rotation": ["12.5+2*math.sin(q.anim_time*90*2-90)", 0, 0] + }, + "neck": { + "rotation": [-7.5, -5, 0] + }, + "left_upper_arm": { + "rotation": ["-7.7699+math.sin(q.anim_time*90*1.5-35+180)*3", "-21.0514+math.sin(q.anim_time*90*1-20+180)*2", 9.01518] + }, + "left_lower_arm": { + "rotation": [0, "35+math.sin(q.anim_time*90*1.5-45)*5", 0] + }, + "left_hand": { + "rotation": [0, 0, 0] + }, + "left_fingers": { + "rotation": [0.55517, -1.99375, 58.89287] + }, + "left_thumb": { + "rotation": [12.6371, 33.39639, 47.51087] + }, + "left_leg": { + "rotation": [-20, -25, 0], + "position": [0, 0, -1] + }, + "left_foot": { + "rotation": [20, 0, 0] + }, + "tail": { + "rotation": ["-33.0216+math.sin(q.anim_time*90*1.5-60)*4.5", "10.5053+math.sin(q.anim_time*90*1-75)*4.5", -0.53311] + }, + "tail2": { + "rotation": ["17.8981+math.sin(q.anim_time*90*1.5-80)*6", "11.9128+math.sin(q.anim_time*90*1-100)*5", 3.81397] + }, + "right_leg": { + "rotation": [-17.5, 22.5, 0], + "position": [0, 0, 0.5] + }, + "right_upper_arm": { + "rotation": [-12.81273, "20.4202+math.sin(q.anim_time*90*1.5-35+180)*3", 22.26933], + "position": [0.5, 0, 0.75] + }, + "right_lower_arm": { + "rotation": [0, -7.5, 0] + }, + "right_hand": { + "rotation": [1.15956, 24.87926, 34.37789], + "position": [0.75, -0.25, 0] + }, + "right_fingers": { + "rotation": [0, 0, -70] + }, + "right_foot": { + "rotation": [19, 0, 0] + }, + "tail3": { + "rotation": [12.5, 0, 0] + }, + "right_thumb": { + "rotation": [44.62203, -15.64077, -37.31906], + "position": [0, 0, 0] + }, + "fire_up": { + "rotation": [ + "25+6*(math.sin(q.anim_time*90*3*2-90)*1-1)+6*(math.sin(q.anim_time*90*3/2-90)*1-1)", + 20, + "-40+5*(math.sin(q.anim_time*90*3-150)*1-1)+6*(math.sin(q.anim_time*90*3/2-90)*1-1)" + ], + "position": [-1.775, -1, 0], + "scale": [0.6, "0.4-math.sin(q.anim_time*90*5*2-90)*0.02-1", "0.4-math.sin(q.anim_time*90*6*2)*0.02-1"] + }, + "fire_down": { + "rotation": [ + "0+6*(math.sin(q.anim_time*90*3*2-90)*1-1)+6*(math.sin(q.anim_time*90*3/2-90)*1-1)", + 17.5, + "-60-5*(math.sin(q.anim_time*90*3-150)*1-1)+6*(math.sin(q.anim_time*90*3/2-90)*1-1)" + ], + "position": [-0.975, 0, 0.75], + "scale": [0.6, "0.4-math.sin(q.anim_time*90*5*2-90)*0.02-1", "0.4-math.sin(q.anim_time*90*6*2)*0.02-1"] + } + } + }, + "animation.marowak_alolan.ground_walk": { + "loop": true, + "animation_length": 4, + "bones": { + "torso": { + "rotation": ["25+3*math.sin(q.anim_time*90*8-90)", "5*math.sin(q.anim_time*90*4-90)", 0], + "position": [0, "0.75+0.8*math.sin(q.anim_time*90*8-60)", "0.2*math.sin(q.anim_time*90*8)"] + }, + "upper_torso": { + "rotation": ["-5-1*math.sin(q.anim_time*90*2-150)", "2*math.sin(q.anim_time*90*4-120)", 0] + }, + "head": { + "rotation": ["-15-4*math.sin(q.anim_time*90*8-40)", "NaN-6*math.sin(q.anim_time*90*4-120)", 0], + "position": [0, 0, -0.25] + }, + "jaw": { + "rotation": ["7.5+2*math.sin(q.anim_time*90*4-90)", 0, 0] + }, + "left_upper_arm": { + "rotation": [0, "0-10*math.sin(q.anim_time*90*4)", "27.5+1*math.sin(q.anim_time*90*2-90)"] + }, + "left_lower_arm": { + "rotation": [0, "35+math.sin(q.anim_time*90*4-45)*5", 0] + }, + "left_hand": { + "rotation": [0, 0, 0] + }, + "left_fingers": { + "rotation": [0.55517, -1.99375, 58.89287] + }, + "left_thumb": { + "rotation": [12.6371, 33.39639, 47.51087] + }, + "left_leg": { + "rotation": { + "0.0": [42.5, -2.3575, -7.2492], + "0.3333": [-58.125, -2.3575, -7.2492], + "0.375": [-58.125, -2.3575, -7.2492], + "0.5": [-17.5, -2.3575, -7.2492], + "1.0": [42.5, -2.3575, -7.2492], + "1.3333": [-58.125, -2.3575, -7.2492], + "1.375": [-58.125, -2.3575, -7.2492], + "1.5": [-17.5, -2.3575, -7.2492], + "2.0": [42.5, -2.3575, -7.2492], + "2.3333": [-58.125, -2.3575, -7.2492], + "2.375": [-58.125, -2.3575, -7.2492], + "2.5": [-17.5, -2.3575, -7.2492], + "3.0": [42.5, -2.3575, -7.2492], + "3.3333": [-58.125, -2.3575, -7.2492], + "3.375": [-58.125, -2.3575, -7.2492], + "3.5": [-17.5, -2.3575, -7.2492], + "4.0": [42.5, -2.3575, -7.2492] + }, + "position": { + "0.0": { + "post": [0, 1.25, 1.75], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 1.5, 0.56], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 1.5, -1.81], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -3], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 1.25, 1.75], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 1.5, 0.56], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 1.5, -1.81], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -3], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 1.25, 1.75], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 1.5, 0.56], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 1.5, -1.81], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -3], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 1.25, 1.75], + "lerp_mode": "catmullrom" + }, + "3.125": { + "post": [0, 1.5, 0.56], + "lerp_mode": "catmullrom" + }, + "3.375": { + "post": [0, 1.5, -1.81], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, -3], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 1.25, 1.75], + "lerp_mode": "catmullrom" + } + } + }, + "left_foot": { + "rotation": { + "0.0": [37.5, 0, 7.5], + "0.2083": [-4.6875, 0, 7.5], + "0.4167": [-4.375, 0, 7.5], + "0.5": [17.5, 0, 7.5], + "1.0": [37.5, 0, 7.5], + "1.2083": [-4.6875, 0, 7.5], + "1.4167": [-4.375, 0, 7.5], + "1.5": [17.5, 0, 7.5], + "2.0": [37.5, 0, 7.5], + "2.2083": [-4.6875, 0, 7.5], + "2.4167": [-4.375, 0, 7.5], + "2.5": [17.5, 0, 7.5], + "3.0": [37.5, 0, 7.5], + "3.2083": [-4.6875, 0, 7.5], + "3.4167": [-4.375, 0, 7.5], + "3.5": [17.5, 0, 7.5], + "4.0": [37.5, 0, 7.5] + }, + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 0, 0], + "2.0": [0, 0, 0], + "3.0": [0, 0, 0], + "4.0": [0, 0, 0] + } + }, + "tail": { + "rotation": [-25, "-12*math.sin(q.anim_time*90*4)", 0] + }, + "tail2": { + "rotation": [7.5, "-12*math.sin(q.anim_time*90*4-90)", 0] + }, + "right_leg": { + "rotation": { + "0.0": [-17.5, 2.3575, 7.2492], + "0.5": [42.5, 2.3575, 7.2492], + "0.8333": [-58.125, 2.3575, 7.2492], + "0.875": [-58.125, 2.3575, 7.2492], + "1.0": [-17.5, 2.3575, 7.2492], + "1.5": [42.5, 2.3575, 7.2492], + "1.8333": [-58.125, 2.3575, 7.2492], + "1.875": [-58.125, 2.3575, 7.2492], + "2.0": [-17.5, 2.3575, 7.2492], + "2.5": [42.5, 2.3575, 7.2492], + "2.8333": [-58.125, 2.3575, 7.2492], + "2.875": [-58.125, 2.3575, 7.2492], + "3.0": [-17.5, 2.3575, 7.2492], + "3.5": [42.5, 2.3575, 7.2492], + "3.8333": [-58.125, 2.3575, 7.2492], + "3.875": [-58.125, 2.3575, 7.2492], + "4.0": [-17.5, 2.3575, 7.2492] + }, + "position": { + "0.0": { + "post": [0, 0, -3], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 1.25, 1.75], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 1.5, 0.56], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 1.5, -1.81], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -3], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 1.25, 1.75], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 1.5, 0.56], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 1.5, -1.81], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -3], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 1.25, 1.75], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 1.5, 0.56], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 1.5, -1.81], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -3], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 1.25, 1.75], + "lerp_mode": "catmullrom" + }, + "3.625": { + "post": [0, 1.5, 0.56], + "lerp_mode": "catmullrom" + }, + "3.875": { + "post": [0, 1.5, -1.81], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, -3], + "lerp_mode": "catmullrom" + } + } + }, + "right_upper_arm": { + "rotation": [0, "0-10*math.sin(q.anim_time*90*4)", "-25+1*math.sin(q.anim_time*90*2-90)"], + "position": [0.5, 0, 0.75] + }, + "right_lower_arm": { + "rotation": [0, -7.5, 0] + }, + "right_hand": { + "rotation": [1.15956, 24.87926, 34.37789], + "position": [0.75, -0.25, 0] + }, + "right_fingers": { + "rotation": [0, 0, -70] + }, + "right_foot": { + "rotation": { + "0.0": [17.5, 0, -7.5], + "0.5": [37.5, 0, -7.5], + "0.7083": [-4.6875, 0, -7.5], + "0.9167": [-4.375, 0, -7.5], + "1.0": [17.5, 0, -7.5], + "1.5": [37.5, 0, -7.5], + "1.7083": [-4.6875, 0, -7.5], + "1.9167": [-4.375, 0, -7.5], + "2.0": [17.5, 0, -7.5], + "2.5": [37.5, 0, -7.5], + "2.7083": [-4.6875, 0, -7.5], + "2.9167": [-4.375, 0, -7.5], + "3.0": [17.5, 0, -7.5], + "3.5": [37.5, 0, -7.5], + "3.7083": [-4.6875, 0, -7.5], + "3.9167": [-4.375, 0, -7.5], + "4.0": [17.5, 0, -7.5] + }, + "position": { + "0.5": [0, 0, 0], + "1.5": [0, 0, 0], + "2.5": [0, 0, 0], + "3.5": [0, 0, 0] + } + }, + "tail3": { + "rotation": [10, "-15*math.sin(q.anim_time*90*4-120)", 0] + }, + "right_thumb": { + "rotation": [44.62203, -15.64077, -37.31906], + "position": [0, 0, 0] + }, + "fire_up": { + "rotation": [ + "25+6*(math.sin(q.anim_time*90*4-90)*1-1)+6*(math.sin(q.anim_time*90*4-90)*1-1)", + 0, + "15+5*(math.sin(q.anim_time*90*4-150)*1-1)+6*(math.sin(q.anim_time*90*4-90)*1-1)" + ], + "position": [-1.775, 1, 0], + "scale": [0.6, "0.4-math.sin(q.anim_time*90*5*2-90)*0.02-1", "0.4-math.sin(q.anim_time*90*6*2)*0.02-1"] + }, + "fire_down": { + "rotation": [ + "0+6*(math.sin(q.anim_time*90*4-90)*1-1)+6*(math.sin(q.anim_time*90*4-90)*1-1)", + 0, + "-12.5-5*(math.sin(q.anim_time*90*4-150)*1-1)+6*(math.sin(q.anim_time*90*4-90)*1-1)" + ], + "position": [-0.975, 0.775, 0.75], + "scale": [0.6, "0.4-math.sin(q.anim_time*90*4-90)*0.02-1", "0.4-math.sin(q.anim_time*90*4*2)*0.02-1"] + } + } + }, + "animation.marowak_alolan.blink": { + "animation_length": 0.1667, + "bones": { + "left_eyelid": { + "position": { + "0.0": [0.1, 0, -0.1], + "0.125": {"pre": [0.1, 0, -0.1], "post": [0.1, 0, -0.1]}, + "0.1667": {"pre": [0.1, 0, -0.1], "post": [0, 0, 0]} + } + }, + "right_eyelid": { + "position": { + "0.0": [-0.1, 0, -0.1], + "0.125": {"pre": [-0.1, 0, -0.1], "post": [-0.1, 0, -0.1]}, + "0.1667": {"pre": [-0.1, 0, -0.1], "post": [0, 0, 0]} + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/marshadow/marshadow.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/marshadow/marshadow.animation.json new file mode 100644 index 0000000..aaf95d1 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/marshadow/marshadow.animation.json @@ -0,0 +1,1305 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.marshadow.ground_idle": { + "loop": true, + "bones": { + "right_shadow_4": { + "rotation": ["15-math.cos((query.anim_time)*90*2-270)*15", 0, 0] + }, + "right_shadow_5": { + "rotation": ["math.cos((query.anim_time)*90*2-315)*15", 0, 0] + }, + "right_shadow_6": { + "rotation": ["-math.cos((query.anim_time)*90*2-350)*25", 0, 0] + }, + "left_shadow_4": { + "rotation": ["15+math.cos((query.anim_time)*90*2-270)*15", 0, 0] + }, + "left_shadow_5": { + "rotation": ["-math.cos((query.anim_time)*90*2-315)*15", 0, 0] + }, + "left_shadow_6": { + "rotation": ["math.cos((query.anim_time)*90*2-350)*25", 0, 0] + }, + "body": { + "rotation": ["-1+2*math.sin(q.anim_time*90*1-20)", 0, 0], + "position": [0, "-0.2*math.sin(q.anim_time*90*1)", 0.25] + }, + "arm_right": { + "rotation": [0, 0, "-49.953+Math.cos((query.anim_time) * 90 * 1 - 150) * 2"] + }, + "hand_right_1": { + "rotation": [0, 0, "-15+Math.cos((query.anim_time) * 90 * 1 - 240) * 3"] + }, + "flamefist_alternate2": { + "scale": [0.1, 0.1, 1] + }, + "hand_right_2": { + "rotation": [0, 0, -7.5] + }, + "arm_left": { + "rotation": [0, 0, "49.953+Math.cos((query.anim_time) * 90 * 1 - 150) * -2"] + }, + "hand_left_1": { + "rotation": [0, 0, "15+Math.cos((query.anim_time) * 90 * 1 - 240) * -3"] + }, + "flamefist_alternate": { + "scale": [0.1, 0.1, 1] + }, + "hand_left_2": { + "rotation": [0, 0, 7.5] + }, + "scarf": { + "scale": [1, "2-math.sin(q.anim_time*90*5*1-90)*0.02-1", "1.9-math.sin(q.anim_time*90*6*1)*0.01-1"] + }, + "in_3": { + "rotation": ["165.9046-1*math.sin(query.anim_time*180-110)*15", -20, 165.90463] + }, + "in_4": { + "rotation": ["5.5981-1*math.sin(query.anim_time*180-130)*20", -38.08904, -13.26799] + }, + "scarf_alternate": { + "scale": 0 + }, + "head": { + "rotation": ["0-2*math.sin(q.anim_time*90*1+50)", 0, 0] + }, + "hoot_alternate": { + "scale": 0.1 + }, + "anthena_ball4": { + "rotation": ["-2.4981+math.sin(q.anim_time*90*3*2-90)*1-1*6", -0.08722, "-2.4985+math.sin(q.anim_time*90*5-150)*2-1)+6*(math.sin(q.anim_time*90*5/2-90)*10"], + "position": [0, 1, 0], + "scale": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.02-1", "1.9-math.sin(q.anim_time*90*6*2)*0.02-1"] + }, + "bone5": { + "rotation": ["-2.4981+math.sin(q.anim_time*90*3*2-90)*1-1*6", -0.08722, "-2.4985+math.sin(q.anim_time*90*5-150)*2-1)+6*(math.sin(q.anim_time*90*5/2-90)*10"], + "scale": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.02-1", "1.9-math.sin(q.anim_time*90*6*2)*0.02-1"] + }, + "bone6": { + "rotation": ["2.4981+math.sin(q.anim_time*90*3*2-90)*1-1*6", 0.0872, "2.4985+math.sin(q.anim_time*90*5-150)*2-1)+6*(math.sin(q.anim_time*90*5/2-90)*10"], + "scale": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.02-1", "1.9-math.sin(q.anim_time*90*6*2)*0.02-1"] + } + } + }, + "animation.marshadow.sleep": { + "loop": true, + "bones": { + "right_shadow_4": { + "rotation": ["15-math.cos((query.anim_time)*90*2-270)*15", 0, 0] + }, + "right_shadow_5": { + "rotation": ["math.cos((query.anim_time)*90*2-315)*15", 0, 0] + }, + "right_shadow_6": { + "rotation": ["-math.cos((query.anim_time)*90*2-350)*25", 0, 0] + }, + "left_shadow_4": { + "rotation": ["15+math.cos((query.anim_time)*90*2-270)*15", 0, 0] + }, + "left_shadow_5": { + "rotation": ["-math.cos((query.anim_time)*90*2-315)*15", 0, 0] + }, + "left_shadow_6": { + "rotation": ["math.cos((query.anim_time)*90*2-350)*25", 0, 0] + }, + "body": { + "rotation": ["-1+2*math.sin(q.anim_time*90*1-20)", 0, 0], + "position": [0, "-0.2*math.sin(q.anim_time*90*1)", 0.25] + }, + "arm_right": { + "rotation": [0, 0, "-49.953+Math.cos((query.anim_time) * 90 * 1 - 150) * 2"] + }, + "hand_right_1": { + "rotation": [0, 0, "-15+Math.cos((query.anim_time) * 90 * 1 - 240) * 3"] + }, + "flamefist_alternate2": { + "scale": [0.1, 0.1, 1] + }, + "hand_right_2": { + "rotation": [0, 0, -7.5] + }, + "arm_left": { + "rotation": [0, 0, "49.953+Math.cos((query.anim_time) * 90 * 1 - 150) * -2"] + }, + "hand_left_1": { + "rotation": [0, 0, "15+Math.cos((query.anim_time) * 90 * 1 - 240) * -3"] + }, + "flamefist_alternate": { + "scale": [0.1, 0.1, 1] + }, + "hand_left_2": { + "rotation": [0, 0, 7.5] + }, + "scarf": { + "scale": [1, "2-math.sin(q.anim_time*90*5*1-90)*0.02-1", "1.9-math.sin(q.anim_time*90*6*1)*0.01-1"] + }, + "in_3": { + "rotation": ["165.9046-1*math.sin(query.anim_time*180-110)*15", -20, 165.90463] + }, + "in_4": { + "rotation": ["5.5981-1*math.sin(query.anim_time*180-130)*20", -38.08904, -13.26799] + }, + "scarf_alternate": { + "scale": 0 + }, + "head": { + "rotation": ["20-2*math.sin(q.anim_time*90*1+50)", 0, 0] + }, + "hoot_alternate": { + "scale": 0.1 + }, + "anthena_ball4": { + "rotation": ["-2.4981+math.sin(q.anim_time*90*3*2-90)*1-1*6", -0.08722, "-2.4985+math.sin(q.anim_time*90*5-150)*2-1)+6*(math.sin(q.anim_time*90*5/2-90)*10"], + "position": [0, 1, 0], + "scale": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.02-1", "1.9-math.sin(q.anim_time*90*6*2)*0.02-1"] + }, + "bone5": { + "rotation": ["-2.4981+math.sin(q.anim_time*90*3*2-90)*1-1*6", -0.08722, "-2.4985+math.sin(q.anim_time*90*5-150)*2-1)+6*(math.sin(q.anim_time*90*5/2-90)*10"], + "scale": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.02-1", "1.9-math.sin(q.anim_time*90*6*2)*0.02-1"] + }, + "bone6": { + "rotation": ["2.4981+math.sin(q.anim_time*90*3*2-90)*1-1*6", 0.0872, "2.4985+math.sin(q.anim_time*90*5-150)*2-1)+6*(math.sin(q.anim_time*90*5/2-90)*10"], + "scale": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.02-1", "1.9-math.sin(q.anim_time*90*6*2)*0.02-1"] + }, + "eye_left": { + "scale": [1, 0, 1] + }, + "eye_right": { + "scale": [1, 0, 1] + } + } + }, + "animation.marshadow.battle_idle": { + "loop": true, + "bones": { + "right_shadow_4": { + "rotation": ["20-math.cos((query.anim_time)*90*2-270)*15", 0, 0], + "scale": [0.1, 0.1, 0] + }, + "right_shadow_5": { + "rotation": ["math.cos((query.anim_time)*90*2-315)*15", 0, 0] + }, + "right_shadow_6": { + "rotation": ["-math.cos((query.anim_time)*90*2-350)*25", 0, 0] + }, + "left_shadow_4": { + "rotation": ["30+math.cos((query.anim_time)*90*2-270)*15", 0, 0], + "scale": [0.1, 0.1, 0] + }, + "left_shadow_5": { + "rotation": ["-math.cos((query.anim_time)*90*2-315)*15", 0, 0] + }, + "left_shadow_6": { + "rotation": ["math.cos((query.anim_time)*90*2-350)*25", 0, 0] + }, + "body": { + "rotation": ["5.9139+1*math.sin(q.anim_time*90*8)", "34.0227-5*math.sin(q.anim_time*90*4-20)", "0.2853-1*math.sin(q.anim_time*90*1)"], + "position": [0, "0.25+0.2*math.sin(q.anim_time*90*8)", 0.25] + }, + "arm_right": { + "rotation": [-7.76076, "27.9686-20*math.sin(q.anim_time*90*4)", -46.47272], + "position": [-1, 0.5, 0.25] + }, + "hand_right_1": { + "rotation": [-26.00932, "-74.4271+9*math.sin(q.anim_time*90*4)", 26.44392] + }, + "flamefist_alternate2": { + "scale": 1 + }, + "hand_right_2": { + "rotation": [0, 0, -7.5] + }, + "arm_left": { + "rotation": ["-11.011-5*math.sin(q.anim_time*90*4+50)", "22.5029-15*math.sin(q.anim_time*90*4)", "29.5478+5*math.sin(q.anim_time*90*4-20)"], + "position": [1, 0.25, "0.5*math.sin(q.anim_time*90*4)"] + }, + "hand_left_1": { + "rotation": [-16.30513, "47.3481+20*math.sin(q.anim_time*90*4)", -3.9579] + }, + "flamefist_alternate": { + "scale": 1 + }, + "hand_left_2": { + "rotation": [0, 0, 7.5] + }, + "scarf": { + "rotation": [0, -7.5, 0], + "scale": 0.01 + }, + "in_3": { + "rotation": ["-14.0954-1*math.sin(query.anim_time*180-110)*15", -35, -14.09535] + }, + "in_4": { + "rotation": ["5.5981-1*math.sin(query.anim_time*180-130)*20", -38.08904, -13.26799] + }, + "scarf_alternate": { + "scale": [1, "2-math.sin(q.anim_time*90*5*1-90)*0.02-1", "1.9-math.sin(q.anim_time*90*6*1)*0.01-1"] + }, + "head": { + "rotation": ["-1.6694+1*math.sin(q.anim_time*90*8-50)", "-29.1884+5*math.sin(q.anim_time*90*4-20)", 4.45075], + "position": [0.15, 0, -0.2] + }, + "hoot_alternate": { + "scale": 1.01 + }, + "anthena_ball4": { + "rotation": ["-2.4981+math.sin(q.anim_time*90*3*2-90)*1-1*6", -0.08722, "-2.4985+math.sin(q.anim_time*90*5-150)*2-1)+6*(math.sin(q.anim_time*90*5/2-90)*10"], + "position": [0, 1, 0], + "scale": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.02-1", "1.9-math.sin(q.anim_time*90*6*2)*0.02-1"] + }, + "bone5": { + "rotation": ["-2.4981+math.sin(q.anim_time*90*3*2-90)*1-1*6", -0.08722, "-2.4985+math.sin(q.anim_time*90*5-150)*2-1)+6*(math.sin(q.anim_time*90*5/2-90)*10"], + "scale": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.02-1", "1.9-math.sin(q.anim_time*90*6*2)*0.02-1"] + }, + "bone6": { + "rotation": ["2.4981+math.sin(q.anim_time*90*3*2-90)*1-1*6", 0.0872, "2.4985+math.sin(q.anim_time*90*5-150)*2-1)+6*(math.sin(q.anim_time*90*5/2-90)*10"], + "scale": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.02-1", "1.9-math.sin(q.anim_time*90*6*2)*0.02-1"] + }, + "left_leg": { + "rotation": ["-22.5-1*math.sin(q.anim_time*90*8)", -17.5, "1*math.sin(q.anim_time*90*4)"], + "position": ["-0.5+0.2*math.sin(q.anim_time*90*4)", "-0.9+0.1*math.sin(q.anim_time*90*8)", -1.75] + }, + "left_leg_2": { + "rotation": ["22.5193-2*math.sin(q.anim_time*90*4)", -2.30959, "-0.9572+2*math.sin(q.anim_time*90*4)"] + }, + "right_leg": { + "rotation": ["8.7486-5*math.sin(q.anim_time*90*4)", "54.7128-5*math.sin(q.anim_time*90*4)", 34.40719], + "position": [0.25, "-1.1+0.1*math.sin(q.anim_time*90*8)", "1-0.2*math.sin(q.anim_time*90*4)"] + }, + "right_leg_2": { + "rotation": ["17.3517+10*math.sin(q.anim_time*90*4)", 7.04226, -16.68641] + }, + "flamefist_right": { + "scale": 0.01 + }, + "fire_effect3": { + "rotation": [0, 0, "-66.5954+9*math.sin(q.anim_time*90*2-4)"], + "scale": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.04-1", "1.9-math.sin(q.anim_time*90*6*2)*0.04-1"] + }, + "fire_effect4": { + "rotation": [0, 0, "48.4046+9*math.sin(q.anim_time*180*2-4)"] + }, + "flamefist_left": { + "scale": 0.01 + }, + "fire_effect": { + "rotation": [0, 0, "78.4046+9*math.sin(q.anim_time*90*2-4)"], + "scale": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.04-1", "1.9-math.sin(q.anim_time*90*6*2)*0.04-1"] + }, + "fire_effect2": { + "rotation": [0, 0, "-44.0954+9*math.sin(q.anim_time*180*2-4)"] + }, + "in_6": { + "rotation": ["-14.0954-1*math.sin(query.anim_time*270-110)*15", -52.5, -14.09535] + }, + "in_7": { + "rotation": ["5.5981-1*math.sin(query.anim_time*270-130)*20", -38.08904, -13.26799] + }, + "bone3": { + "rotation": ["0+Math.sin((query.anim_time) * 90 * 2) * 2", 0, "0+Math.cos((query.anim_time) * 90 * 2 - 40) * -4"], + "scale": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.02-1", "1.9-math.sin(q.anim_time*90*6*2)*0.02-1"] + }, + "bone4": { + "rotation": ["0+Math.sin((query.anim_time) * 90 * 2 - 90) * 2", 0, "0+Math.cos((query.anim_time) * 90 * 2 - 90) * -6"] + }, + "bone2": { + "rotation": ["0+Math.sin((query.anim_time) * 90 * 2) * 2", 0, "0+Math.cos((query.anim_time) * 90 * 2 - 40) * 4"], + "scale": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.02-1", "1.9-math.sin(q.anim_time*90*6*2)*0.02-1"] + }, + "bone": { + "rotation": ["0+Math.sin((query.anim_time) * 90 * 2 - 90) * 2", 0, "0+Math.cos((query.anim_time) * 90 * 2 - 90) * 6"] + }, + "anthena_ball2": { + "rotation": ["-2.4981+math.sin(q.anim_time*90*3*2-90)*1-1*6", -0.08722, "-2.4985+math.sin(q.anim_time*90*5-150)*2-1)+6*(math.sin(q.anim_time*90*5/2-90)*10"], + "position": [0, 1, 0], + "scale": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.02-1", "1.9-math.sin(q.anim_time*90*6*2)*0.02-1"] + }, + "hood_normal": { + "scale": 0.01 + } + } + }, + "animation.marshadow.physical": { + "loop": true, + "animation_length": 2, + "bones": { + "right_shadow_4": { + "rotation": ["20-math.cos((query.anim_time)*90*2-270)*15", 0, 0], + "scale": [0.1, 0.1, 0] + }, + "right_shadow_5": { + "rotation": ["math.cos((query.anim_time)*90*2-315)*15", 0, 0] + }, + "right_shadow_6": { + "rotation": ["-math.cos((query.anim_time)*90*2-350)*25", 0, 0] + }, + "left_shadow_4": { + "rotation": ["30+math.cos((query.anim_time)*90*2-270)*15", 0, 0], + "scale": [0.1, 0.1, 0] + }, + "left_shadow_5": { + "rotation": ["-math.cos((query.anim_time)*90*2-315)*15", 0, 0] + }, + "left_shadow_6": { + "rotation": ["math.cos((query.anim_time)*90*2-350)*25", 0, 0] + }, + "body": { + "rotation": { + "0.0": [5.9139, 34.0227, 0.2853], + "0.2083": [-0.01784, 19.9822, 0.01446], + "0.2917": [12.47076, -55.0178, 0.04451], + "0.3333": [7.47133, -19.18447, 0.02925], + "0.375": { + "pre": [9.97247, 52.4822, -0.00128], + "post": [9.97247, 52.4822, -0.00128], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-0.02892, 54.82509, -0.00339], + "lerp_mode": "catmullrom" + }, + "2.0": [5.9139, 34.0227, 0.2853] + }, + "position": { + "0.0": [0, 0.25, 0.25], + "0.2083": [0, -0.6, 0], + "0.2917": [0, -0.6, -0.5], + "0.3333": [0, -0.6, 0], + "0.375": [0, -0.6, -0.75], + "0.5": [0, -0.6, 0], + "2.0": [0, 0.25, 0.25] + } + }, + "arm_right": { + "rotation": [-7.76076, 27.9686, -46.47272], + "position": [-1, 0.5, 0.25] + }, + "hand_right_1": { + "rotation": [-26.00932, -74.4271, 26.44392] + }, + "flamefist_alternate2": { + "scale": 1 + }, + "hand_right_2": { + "rotation": [0, 0, -7.5] + }, + "arm_left": { + "rotation": [-11.011, 22.5029, 29.5478], + "position": [1, 0.25, 0.5], + "scale": { + "0.3333": [1, 1, 1], + "0.375": [1.7, 1, 1], + "0.4167": [1, 1, 1] + } + }, + "hand_left_1": { + "rotation": [-16.30513, 47.3481, -3.9579] + }, + "flamefist_alternate": { + "scale": 1 + }, + "hand_left_2": { + "rotation": [0, 0, 7.5] + }, + "scarf": { + "rotation": [0, -7.5, 0], + "scale": 0.01 + }, + "in_3": { + "rotation": ["-14.0954-1*math.sin(query.anim_time*180-110)*15", -35, -14.09535] + }, + "in_4": { + "rotation": ["5.5981-1*math.sin(query.anim_time*180-130)*20", -38.08904, -13.26799] + }, + "head": { + "rotation": { + "0.0": [-1.6694, -29.1884, 4.45075], + "0.2083": [19.6586, -9.52438, -3.88326], + "0.2917": [29.95875, 48.36493, 22.80549], + "0.375": { + "pre": [21.64651, -25.91799, -10.34124], + "post": [21.64651, -25.91799, -10.34124], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [21.64651, -25.91799, -10.34124], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [12.87227, -29.01271, -0.64854], + "lerp_mode": "catmullrom" + }, + "2.0": [-1.6694, -29.1884, 4.45075] + }, + "position": { + "0.0": [0.15, 0, -0.2], + "2.0": [0.15, 0, -0.2] + } + }, + "hoot_alternate": { + "scale": 1.01 + }, + "anthena_ball4": { + "rotation": ["-2.4981+math.sin(q.anim_time*90*3*2-90)*1-1*6", -0.08722, "-2.4985+math.sin(q.anim_time*90*5-150)*2-1)+6*(math.sin(q.anim_time*90*5/2-90)*10"], + "position": [0, 1, 0], + "scale": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.02-1", "1.9-math.sin(q.anim_time*90*6*2)*0.02-1"] + }, + "bone5": { + "rotation": ["-2.4981+math.sin(q.anim_time*90*3*2-90)*1-1*6", -0.08722, "-2.4985+math.sin(q.anim_time*90*5-150)*2-1)+6*(math.sin(q.anim_time*90*5/2-90)*10"], + "scale": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.02-1", "1.9-math.sin(q.anim_time*90*6*2)*0.02-1"] + }, + "bone6": { + "rotation": ["2.4981+math.sin(q.anim_time*90*3*2-90)*1-1*6", 0.0872, "2.4985+math.sin(q.anim_time*90*5-150)*2-1)+6*(math.sin(q.anim_time*90*5/2-90)*10"], + "scale": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.02-1", "1.9-math.sin(q.anim_time*90*6*2)*0.02-1"] + }, + "left_leg": { + "rotation": [-22.5, -17.5, 1], + "position": [-0.5, -0.9, -1.75] + }, + "left_leg_2": { + "rotation": [22.5193, -2.30959, -0.9572] + }, + "right_leg": { + "rotation": [8.7486, 54.7128, 34.40719], + "position": [0.25, -1.1, 1] + }, + "right_leg_2": { + "rotation": [17.3517, 7.04226, -16.68641] + }, + "flamefist_right": { + "scale": 0.01 + }, + "fire_effect3": { + "rotation": [0, 0, "-66.5954+9*math.sin(q.anim_time*90*2-4)"], + "scale": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.04-1", "1.9-math.sin(q.anim_time*90*6*2)*0.04-1"] + }, + "fire_effect4": { + "rotation": [0, 0, "48.4046+9*math.sin(q.anim_time*180*2-4)"] + }, + "flamefist_left": { + "scale": 0.01 + }, + "fire_effect": { + "rotation": [0, 0, "78.4046+9*math.sin(q.anim_time*90*2-4)"], + "scale": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.04-1", "1.9-math.sin(q.anim_time*90*6*2)*0.04-1"] + }, + "fire_effect2": { + "rotation": [0, 0, "-44.0954+9*math.sin(q.anim_time*180*2-4)"] + }, + "bone3": { + "rotation": ["0+Math.sin((query.anim_time) * 90 * 2) * 2", 0, "0+Math.cos((query.anim_time) * 90 * 2 - 40) * -4"], + "scale": { + "0.0": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.02-1", "1.9-math.sin(q.anim_time*90*6*2)*0.02-1"], + "0.3333": [1, 1, 1], + "0.375": [1, 1.7, 1], + "0.4167": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.02-1", "1.9-math.sin(q.anim_time*90*6*2)*0.02-1"] + } + }, + "bone4": { + "rotation": ["0+Math.sin((query.anim_time) * 90 * 2 - 90) * 2", 0, "0+Math.cos((query.anim_time) * 90 * 2 - 90) * -6"] + }, + "bone2": { + "rotation": ["0+Math.sin((query.anim_time) * 90 * 2) * 2", 0, "0+Math.cos((query.anim_time) * 90 * 2 - 40) * 4"], + "scale": { + "0.0": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.02-1", "1.9-math.sin(q.anim_time*90*6*2)*0.02-1"], + "0.3333": [1, 1, 1], + "0.375": [1, 1.7, 1], + "0.4167": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.02-1", "1.9-math.sin(q.anim_time*90*6*2)*0.02-1"] + } + }, + "bone": { + "rotation": ["0+Math.sin((query.anim_time) * 90 * 2 - 90) * 2", 0, "0+Math.cos((query.anim_time) * 90 * 2 - 90) * 6"] + }, + "anthena_ball2": { + "rotation": ["-2.4981+math.sin(q.anim_time*90*3*2-90)*1-1*6", -0.08722, "-2.4985+math.sin(q.anim_time*90*5-150)*2-1)+6*(math.sin(q.anim_time*90*5/2-90)*10"], + "position": [0, 1, 0], + "scale": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.02-1", "1.9-math.sin(q.anim_time*90*6*2)*0.02-1"] + }, + "hood_normal": { + "scale": 0.01 + }, + "in_6": { + "rotation": ["6.9733+math.sin(q.anim_time*90*3*2-90)*1-1*6", "-32.586+math.sin(q.anim_time*90*5-150)*2-1)+6*(math.sin(q.anim_time*90*5/2-90)*10", 0] + }, + "in_7": { + "rotation": ["6.9733+math.sin(q.anim_time*90*3*2-90)*1-1*6", "-32.586+math.sin(q.anim_time*90*5-150)*2-1)+6*(math.sin(q.anim_time*90*5/2-90)*10", 0] + }, + "whole_body": { + "position": { + "0.375": [0, 0, 0], + "0.4167": [0, -1, 0], + "0.4583": [0, 0.1, 0], + "0.5": [0, -0.8, 0], + "0.5417": [0, 0.1, 0], + "0.5833": [0, -0.4, 0], + "0.6667": [0, 0, 0] + } + } + } + }, + "animation.marshadow.status": { + "loop": true, + "animation_length": 2.9167, + "bones": { + "right_shadow_4": { + "rotation": ["20-math.cos((query.anim_time)*90*2-270)*15", 0, 0], + "scale": [0.1, 0.1, 0] + }, + "right_shadow_5": { + "rotation": ["math.cos((query.anim_time)*90*2-315)*15", 0, 0] + }, + "right_shadow_6": { + "rotation": ["-math.cos((query.anim_time)*90*2-350)*25", 0, 0] + }, + "left_shadow_4": { + "rotation": ["30+math.cos((query.anim_time)*90*2-270)*15", 0, 0], + "scale": [0.1, 0.1, 0] + }, + "left_shadow_5": { + "rotation": ["-math.cos((query.anim_time)*90*2-315)*15", 0, 0] + }, + "left_shadow_6": { + "rotation": ["math.cos((query.anim_time)*90*2-350)*25", 0, 0] + }, + "body": { + "rotation": { + "0.0": { + "post": [5.9139, 34.0227, 0.2853], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [5.53754, 6.41121, 0.03084], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [5.53754, 6.41121, 0.03084], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [5.9139, 34.0227, 0.2853], + "lerp_mode": "catmullrom" + } + }, + "position": [0, 0.25, 0.25] + }, + "arm_right": { + "rotation": [-7.76076, 27.9686, -46.47272], + "position": [-1, 0.5, 0.25] + }, + "hand_right_1": { + "rotation": [-26.00932, -74.4271, 26.44392] + }, + "flamefist_alternate2": { + "scale": 1 + }, + "hand_right_2": { + "rotation": [0, 0, -7.5] + }, + "arm_left": { + "rotation": [-11.011, 22.5029, 29.5478], + "position": [1, 0.25, 0.5] + }, + "hand_left_1": { + "rotation": [-16.30513, 47.3481, -3.9579] + }, + "flamefist_alternate": { + "scale": 1 + }, + "hand_left_2": { + "rotation": [0, 0, 7.5] + }, + "scarf": { + "rotation": [0, -7.5, 0], + "scale": 0.01 + }, + "in_3": { + "rotation": ["-14.0954-1*math.sin(query.anim_time*180-110)*15", -35, -14.09535] + }, + "in_4": { + "rotation": ["5.5981-1*math.sin(query.anim_time*180-130)*20", -38.08904, -13.26799] + }, + "head": { + "rotation": { + "0.0": [-1.6694, -29.1884, 4.45075], + "0.25": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1.85, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-6.83, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": [-1.6694, -29.1884, 4.45075] + }, + "position": [0.15, 0, -0.2] + }, + "hoot_alternate": { + "scale": 1.01 + }, + "anthena_ball4": { + "rotation": ["-2.4981+math.sin(q.anim_time*90*3*2-90)*1-1*6", -0.08722, "-2.4985+math.sin(q.anim_time*90*5-150)*2-1)+6*(math.sin(q.anim_time*90*5/2-90)*10"], + "position": [0, 1, 0], + "scale": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.02-1", "1.9-math.sin(q.anim_time*90*6*2)*0.02-1"] + }, + "bone5": { + "rotation": ["-2.4981+math.sin(q.anim_time*90*3*2-90)*1-1*6", -0.08722, "-2.4985+math.sin(q.anim_time*90*5-150)*2-1)+6*(math.sin(q.anim_time*90*5/2-90)*10"], + "scale": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.02-1", "1.9-math.sin(q.anim_time*90*6*2)*0.02-1"] + }, + "bone6": { + "rotation": ["2.4981+math.sin(q.anim_time*90*3*2-90)*1-1*6", 0.0872, "2.4985+math.sin(q.anim_time*90*5-150)*2-1)+6*(math.sin(q.anim_time*90*5/2-90)*10"], + "scale": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.02-1", "1.9-math.sin(q.anim_time*90*6*2)*0.02-1"] + }, + "left_leg": { + "rotation": [-22.5, -17.5, 1], + "position": [-0.5, -0.9, -1.75] + }, + "left_leg_2": { + "rotation": [22.5193, -2.30959, -0.9572] + }, + "right_leg": { + "rotation": [8.7486, 54.7128, 34.40719], + "position": [0.25, -1.1, 1] + }, + "right_leg_2": { + "rotation": [17.3517, 7.04226, -16.68641] + }, + "flamefist_right": { + "scale": 0.01 + }, + "fire_effect3": { + "rotation": [0, 0, "-66.5954+9*math.sin(q.anim_time*90*2-4)"], + "scale": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.04-1", "1.9-math.sin(q.anim_time*90*6*2)*0.04-1"] + }, + "fire_effect4": { + "rotation": [0, 0, "48.4046+9*math.sin(q.anim_time*180*2-4)"] + }, + "flamefist_left": { + "scale": 0.01 + }, + "fire_effect": { + "rotation": [0, 0, "78.4046+9*math.sin(q.anim_time*90*2-4)"], + "scale": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.04-1", "1.9-math.sin(q.anim_time*90*6*2)*0.04-1"] + }, + "fire_effect2": { + "rotation": [0, 0, "-44.0954+9*math.sin(q.anim_time*180*2-4)"] + }, + "bone3": { + "rotation": ["0+Math.sin((query.anim_time) * 90 * 2) * 2", 0, "0+Math.cos((query.anim_time) * 90 * 2 - 40) * -4"], + "scale": { + "0.0": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.02-1", "1.9-math.sin(q.anim_time*90*6*2)*0.02-1"], + "0.9167": [1, 1, 1], + "1.0": ["2+math.cos(q.anim_time*90*4*20+90)*1/2", "2.3+math.cos(q.anim_time*90*4*20)*1", 1], + "1.5833": ["2+math.cos(q.anim_time*90*4*20+90)*1/2", "2.3+math.cos(q.anim_time*90*4*20)*1", 1], + "2.5": [1, 1, 1] + } + }, + "bone4": { + "rotation": ["0+Math.sin((query.anim_time) * 90 * 2 - 90) * 2", 0, "0+Math.cos((query.anim_time) * 90 * 2 - 90) * -6"] + }, + "bone2": { + "rotation": ["0+Math.sin((query.anim_time) * 90 * 2) * 2", 0, "0+Math.cos((query.anim_time) * 90 * 2 - 40) * 4"], + "scale": { + "0.0": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.02-1", "1.9-math.sin(q.anim_time*90*6*2)*0.02-1"], + "0.9167": [1, 1, 1], + "1.0": ["2+math.cos(q.anim_time*90*4*20+90)*1/2", "2.3+math.cos(q.anim_time*90*4*20)*1", 1], + "1.5833": ["2+math.cos(q.anim_time*90*4*20+90)*1/2", "2.3+math.cos(q.anim_time*90*4*20)*1", 1], + "2.5": [1, 1, 1] + } + }, + "bone": { + "rotation": ["0+Math.sin((query.anim_time) * 90 * 2 - 90) * 2", 0, "0+Math.cos((query.anim_time) * 90 * 2 - 90) * 6"] + }, + "anthena_ball2": { + "rotation": ["-2.4981+math.sin(q.anim_time*90*3*2-90)*1-1*6", -0.08722, "-2.4985+math.sin(q.anim_time*90*5-150)*2-1)+6*(math.sin(q.anim_time*90*5/2-90)*10"], + "position": [0, 1, 0], + "scale": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.02-1", "1.9-math.sin(q.anim_time*90*6*2)*0.02-1"] + }, + "hood_normal": { + "scale": 0.01 + }, + "body_shake": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [2.5, 0, 0], + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [9, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [10.09, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [9, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.9167": [0, 0, 0] + }, + "position": { + "0.625": [0, 0, 0], + "1.3333": [0, "-0.2*math.sin(q.anim_time*90*70)", 0], + "1.7083": [0, 0, 0] + } + } + } + }, + "animation.marshadow.ground_walk": { + "loop": true, + "animation_length": 4, + "bones": { + "left_leg": { + "rotation": { + "0.0": { + "post": [-3.54, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-8.73, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [1.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-3.54, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-8.73, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [1.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-3.54, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.9583": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0833": { + "post": [-8.73, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.3333": { + "post": [1.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.6667": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-3.54, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": [0, "math.clamp(1*math.cos(q.anim_time*90*3),0,2)", "-1*math.sin(q.anim_time*90*1)"] + }, + "left_leg_2": { + "rotation": { + "0.0": { + "post": [59.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [5.55, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [1.66, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [19.22, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [59.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [5.55, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [1.66, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [19.22, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [59.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0833": { + "post": [5.55, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.3333": { + "post": [1.66, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.6667": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.8333": { + "post": [19.22, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [59.1, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_shadow_4": { + "scale": [1, 1, 0] + }, + "right_leg": { + "rotation": { + "0.0": { + "post": [1.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-3.54, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-8.73, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [1.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-3.54, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-8.73, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [1.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.3333": { + "post": [-3.54, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.625": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [-8.73, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [1.25, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": [0, "math.clamp(-1*math.cos(q.anim_time*90*3),0,2)", "1*math.sin(q.anim_time*90*1)"] + }, + "right_leg_2": { + "rotation": { + "0.0": { + "post": [1.66, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [19.22, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [59.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [5.55, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [1.66, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [19.22, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [59.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [5.55, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [1.66, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [19.22, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.3333": { + "post": [59.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.6667": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [5.55, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [1.66, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_shadow_4": { + "scale": [1, 1, 0] + }, + "body": { + "rotation": ["5+2*math.sin(q.anim_time*90*6-50)", "-16*math.sin(q.anim_time*90*3-20)", "1*math.sin(q.anim_time*90*1)"], + "position": { + "0.0": { + "post": [0, 0.09, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0.02, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0.02, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0.09, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0.02, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, 0.02, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0.09, 0], + "lerp_mode": "catmullrom" + }, + "3.0833": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "3.125": { + "post": [0, 0.02, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "3.7917": { + "post": [0, 0.02, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0.09, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": ["-0.8704+20*math.sin(q.anim_time*90*3+30)", "-0.0762-20*math.sin(q.anim_time*90*3+30)", "-60.0374+2*math.sin(q.anim_time*90*6+90)"], + "position": [-1, 0, "-0.2*math.sin(q.anim_time*90*3)"] + }, + "hand_right_1": { + "rotation": [0, "-10-10*math.sin(q.anim_time*90*3-60)", 0] + }, + "flamefist_alternate2": { + "scale": 0 + }, + "hand_right_2": { + "rotation": [0, 0, -7.5] + }, + "arm_left": { + "rotation": ["-0.8704-20*math.sin(q.anim_time*90*3+30)", "0.0762-10*math.sin(q.anim_time*90*3+30)", "60.0374-2*math.sin(q.anim_time*90*6+90)"], + "position": [1, 0, "0.2*math.sin(q.anim_time*90*3)"] + }, + "hand_left_1": { + "rotation": [0, "10-10*math.sin(q.anim_time*90*3-60)", 0] + }, + "flamefist_alternate": { + "scale": 0 + }, + "hand_left_2": { + "rotation": [0, 0, 7.5] + }, + "in_3": { + "rotation": ["-14.0954-1*math.sin(query.anim_time*270-110)*15", -32.5, -14.09535] + }, + "in_4": { + "rotation": ["5.5981-1*math.sin(query.anim_time*270-130)*20", -38.08904, -13.26799] + }, + "scarf_alternate": { + "scale": 0 + }, + "head": { + "rotation": ["-2.5+2*math.sin(q.anim_time*90*6+30)", "0+12*math.sin(q.anim_time*90*3)", 0] + }, + "hoot_alternate": { + "scale": 0 + }, + "bone6": { + "rotation": ["2.4981+math.sin(q.anim_time*90*3*2-90)*1-1*6", 0.0872, "2.4985+math.sin(q.anim_time*90*5-150)*2-1)+6*(math.sin(q.anim_time*90*5/2-90)*10"], + "scale": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.02-1", "1.9-math.sin(q.anim_time*90*6*2)*0.02-1"] + }, + "bone5": { + "rotation": ["-2.4981+math.sin(q.anim_time*90*3*2-90)*1-1*6", -0.08722, "-2.4985+math.sin(q.anim_time*90*5-150)*2-1)+6*(math.sin(q.anim_time*90*5/2-90)*10"], + "scale": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.02-1", "1.9-math.sin(q.anim_time*90*6*2)*0.02-1"] + }, + "anthena_ball4": { + "rotation": ["-7.5+2*math.sin(q.anim_time*90*6+30)", "0+20*math.sin(q.anim_time*90*3)", 0], + "scale": [1, "2-math.sin(q.anim_time*90*5*2-90)*0.02-1", "1.9-math.sin(q.anim_time*90*6*2)*0.02-1"] + } + } + }, + "animation.marshadow.recoil": { + "animation_length": 1.5, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 1, 0], + "post": [-8, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [17.5, 0, 0], + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-5.4, 1.5, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-0.3, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + } + } + }, + "animation.marshadow.blink": { + "animation_length": 0.625, + "bones": { + "eye_left": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + }, + "eye_right": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + } + } + }, + "animation.marshadow.cry": { + "animation_length": 1.5, + "bones": { + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/medicham/medicham.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/medicham/medicham.animation.json new file mode 100644 index 0000000..221b852 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/medicham/medicham.animation.json @@ -0,0 +1,2990 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.medicham.pose": { + "loop": true, + "bones": { + "body": { + "position": [0, -0.5, 0] + }, + "torso_lower": { + "rotation": [12.5, 0, 0] + }, + "torso": { + "rotation": [1.63042, -7.87643, -2.76964] + }, + "head": { + "rotation": [-7.5, 0, 0] + }, + "arm_left": { + "rotation": [0, -35, 0] + }, + "bone2": { + "rotation": [0, 100, 0] + }, + "bone21": { + "rotation": [-3.03513, -9.53274, 17.75313] + }, + "bone13": { + "rotation": [0, -22.5, 0] + }, + "bone17": { + "rotation": [40, 0, 0] + }, + "bone18": { + "rotation": [-40, 0, 0] + }, + "bone11": { + "rotation": [-16.23291, 27.49973, 4.02552] + }, + "bone12": { + "rotation": [30, 0, 0] + }, + "bone14": { + "rotation": [50, 0, 0] + }, + "bone15": { + "rotation": [-32.5, 0, 0] + }, + "bone22": { + "rotation": [2.61298, 9.65594, 15.22074] + }, + "bone23": { + "rotation": [5, 10, 7.5] + }, + "arm_right": { + "rotation": [10.96508, -54.06853, -16.6086] + }, + "bone24": { + "rotation": [0, -25, 0] + }, + "bone27": { + "rotation": [2.61298, -9.65594, -15.22074] + }, + "bone28": { + "rotation": [-2.61298, 9.65594, -15.22074] + }, + "bone25": { + "rotation": [0, 0, -22.5] + }, + "bone26": { + "rotation": [0, -15, -12.5] + }, + "bone3": { + "rotation": [0, 0, 20] + } + } + }, + "animation.medicham.ground_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "torso_lower": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [8.59, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 0, -47.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 10, -47.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -47.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -25, -5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + } + }, + "bone25": { + "rotation": [0, 0, -12.5] + }, + "bone26": { + "rotation": { + "0.0": { + "post": [10, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [10, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [10, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "bone27": { + "rotation": { + "0.0": { + "post": [0, -10, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -10, -15], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -10, -15], + "lerp_mode": "catmullrom" + } + } + }, + "bone28": { + "rotation": { + "0.0": { + "post": [0, 7.5, -20], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 7.5, -20], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 7.5, -20], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 45], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -10, 45], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 45], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 27.5, 10], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [10, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [10, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [10, 0, 12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "rotation": { + "0.0": { + "post": [0, 7.5, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 7.5, 15], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 7.5, 15], + "lerp_mode": "catmullrom" + } + } + }, + "bone21": { + "rotation": { + "0.0": { + "post": [0, -7.5, 20], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -7.5, 20], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -7.5, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone13": { + "rotation": [0, -20, 0] + }, + "bone11": { + "rotation": [0, 20, 0] + } + } + }, + "animation.medicham.battle_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "body": { + "position": { + "0.0": { + "post": [0, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0.75, -0.75, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -0.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso_lower": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [12.31594, -2.15393, 9.76758], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [1.63042, -7.87643, -2.76964], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [6.28877, -7.18059, -9.66935], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [9.13042, -7.87643, -2.76964], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [12.17148, -8.31474, 2.26129], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [1.63042, -7.87643, -2.76964], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-15.94, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [8.61775, -34.05444, -15.14371], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [0, 100, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-26.80611, 74.89725, -25.31851], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 100, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone21": { + "rotation": { + "0.0": { + "post": [-3.03513, -9.53274, 17.75313], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-3.03513, -9.53274, 17.75313], + "lerp_mode": "catmullrom" + } + } + }, + "bone13": { + "rotation": { + "0.0": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.06754, -22.40972, 5.40961], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [34.95924, 3.72966, -3.43701], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [-16.23291, 27.49973, 4.02552], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-36.92531, 41.79245, -1.54334], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-16.23291, 27.49973, 4.02552], + "lerp_mode": "catmullrom" + } + } + }, + "bone12": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "rotation": { + "0.0": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "rotation": { + "0.0": { + "post": [2.61298, 9.65594, 15.22074], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [2.61298, 9.65594, 15.22074], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [5, 10, 7.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [5, 10, 7.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [10.96508, -54.06853, -16.6086], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0.49471, -54.82152, -3.75724], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-11.66104, -53.7882, 11.19617], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [10.96508, -54.06853, -16.6086], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-3.45304, -24.54486, 8.26498], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [6.8817, -24.09293, -16.47027], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [6.80503, -23.87553, -16.42673], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone27": { + "rotation": { + "0.0": { + "post": [2.61298, -9.65594, -15.22074], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [2.61298, -9.65594, -15.22074], + "lerp_mode": "catmullrom" + } + } + }, + "bone28": { + "rotation": { + "0.0": { + "post": [-2.61298, 9.65594, -15.22074], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-2.61298, 9.65594, -15.22074], + "lerp_mode": "catmullrom" + } + } + }, + "bone25": { + "rotation": { + "0.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 42.5], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone26": { + "rotation": { + "0.0": { + "post": [0, -15, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [0, 0, -52.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 50], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -52.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.medicham.special": { + "animation_length": 2.4167, + "bones": { + "body": { + "position": { + "0.0": { + "post": [0, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, -0.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso_lower": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [1.63042, -7.87643, -2.76964], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [11.51968, -0.52853, -1.26173], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [11.51968, -0.52853, -1.26173], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [4.01968, -0.52853, -1.26173], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [4.01968, -0.52853, -1.26173], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [1.63042, -7.87643, -2.76964], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [10.96508, -54.06853, -16.6086], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [12.43912, -16.49157, -28.10853], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [12.43912, -16.49157, -28.10853], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [10.35381, -18.75016, -19.71391], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [10.96508, -54.06853, -16.6086], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -102.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -102.5, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, -120, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, -120, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone25": { + "rotation": { + "0.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-32.5, 0, 57.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-32.5, 0, 57.5], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-15.16063, 9.45919, 52.57997], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone26": { + "rotation": { + "0.0": { + "post": [0, -15, -12.5], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, -15, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone27": { + "rotation": { + "0.0": { + "post": [2.61298, -9.65594, -15.22074], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [2.61298, -9.65594, -15.22074], + "lerp_mode": "catmullrom" + } + } + }, + "bone28": { + "rotation": { + "0.0": { + "post": [-2.61298, 9.65594, -15.22074], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-2.61298, 9.65594, -15.22074], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [10.00859, 12.28568, 27.77477], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [10.00859, 12.28568, 27.77477], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [11.31898, 77.40566, 35.05334], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [11.31898, 77.40566, 35.05334], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [0, 105, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 108.12, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 108.12, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, 105, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-32.5, 0, -40], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-32.5, 0, -40], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [5, 10, 7.5], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [5, 10, 7.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "rotation": { + "0.0": { + "post": [2.61298, 9.65594, 15.22074], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [2.61298, 9.65594, 15.22074], + "lerp_mode": "catmullrom" + } + } + }, + "bone21": { + "rotation": { + "0.0": { + "post": [-3.03513, -9.53274, 17.75313], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-3.03513, -9.53274, 17.75313], + "lerp_mode": "catmullrom" + } + } + }, + "bone13": { + "rotation": { + "0.0": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [-16.23291, 27.49973, 4.02552], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-1.23291, 27.49973, 4.02552], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-24.86626, 36.66875, -0.69644], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-16.23291, 27.49973, 4.02552], + "lerp_mode": "catmullrom" + } + } + }, + "bone12": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "rotation": { + "0.0": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.medicham.physical": { + "animation_length": 1.9167, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.2083": [0, 0, 0], + "0.6667": [0, 60, 0], + "1.7917": [0, 0, 0] + }, + "position": { + "0.0": [0, -0.5, 0], + "0.2083": [0, -1.75, 0], + "0.4583": [0, 0.25, 0], + "0.6667": [-2.75, -1, -0.5], + "0.9167": [-2.75, -2, -0.5], + "1.25": [-2.75, -2, -0.5], + "1.5417": [0, 0.25, 0], + "1.7917": [0, -0.5, 0] + } + }, + "torso_lower": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [1.63042, -7.87643, -2.76964], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [9.13042, -7.87643, -2.76964], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [9.27648, -12.81214, -3.58231], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [13.99202, -6.64587, -2.13334], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [1.63042, -7.87643, -2.76964], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [6.0963, -34.84748, -3.49226], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [11.55212, -25.55269, -2.56078], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [10.96508, -54.06853, -16.6086], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [7.35841, -29.36576, -11.3162], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [12.09063, 21.35531, -12.09063], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [10.61658, 26.17869, -24.41042], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [12.71843, -27.61646, -22.52363], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10.96508, -54.06853, -16.6086], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, -50, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -82.5, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone25": { + "rotation": { + "0.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone26": { + "rotation": { + "0.0": { + "post": [0, -15, -12.5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, -15, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone27": { + "rotation": { + "0.0": { + "post": [2.61298, -9.65594, -15.22074], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [2.61298, -9.65594, -15.22074], + "lerp_mode": "catmullrom" + } + } + }, + "bone28": { + "rotation": { + "0.0": { + "post": [-2.61298, 9.65594, -15.22074], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-2.61298, 9.65594, -15.22074], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-33.02984, -63.59484, 51.11878], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-19.42929, -43.22079, 34.48558], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-33.9121, -34.09767, 57.40932], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-16.48457, -31.3213, 29.65098], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [0, 100, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 107.5, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 67.5, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 40, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 100, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [5, 10, 7.5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [5, 10, 7.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "rotation": { + "0.0": { + "post": [2.61298, 9.65594, 15.22074], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [2.61298, 9.65594, 15.22074], + "lerp_mode": "catmullrom" + } + } + }, + "bone21": { + "rotation": { + "0.0": { + "post": [-3.03513, -9.53274, 17.75313], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-3.03513, -9.53274, 17.75313], + "lerp_mode": "catmullrom" + } + } + }, + "bone13": { + "rotation": { + "0.0": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-7.5, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-17.5, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-64.5715, -9.15498, -80.33237], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-42.35631, 29.95786, -43.90323], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-17.5, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [29, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [-16.23291, 27.49973, 4.02552], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-26.23291, 27.49973, 4.02552], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-8.80174, 26.40423, -7.12937], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-16.23291, 27.49973, 4.02552], + "lerp_mode": "catmullrom" + } + } + }, + "bone12": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [49.32185, -9.54385, 8.11019], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "rotation": { + "0.0": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.medicham.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "body": { + "position": { + "0.0": { + "post": [0, -1.75, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -1.25, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -1.75, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -1.25, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -1.75, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso_lower": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-9.05, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-9.05, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 25, -47.5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 7.5, -47.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -10, -47.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 7.5, -47.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 25, -47.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [0, -20, -5], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, -12.5, -5], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, -28.92857, -5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -20, -5], + "lerp_mode": "catmullrom" + } + } + }, + "bone25": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone26": { + "rotation": { + "0.0": { + "post": [10, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [10, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "bone27": { + "rotation": { + "0.0": { + "post": [0, -10, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -10, -15], + "lerp_mode": "catmullrom" + } + } + }, + "bone28": { + "rotation": { + "0.0": { + "post": [0, 7.5, -20], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 7.5, -20], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 17.5, 45], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -7.5, 45], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -25, 45], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -7.5, 45], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 17.5, 45], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [0, 20, 10], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 30, 10], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 14.7619, 10], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 20, 10], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": [0, 0, 10], + "1.0": [0, 0, 10] + } + }, + "bone23": { + "rotation": { + "0.0": [10, 0, 12.5], + "1.0": [10, 0, 12.5] + } + }, + "bone22": { + "rotation": { + "0.0": [0, 7.5, 15], + "1.0": [0, 7.5, 15] + } + }, + "bone21": { + "rotation": { + "0.0": [0, -7.5, 20], + "1.0": [0, -7.5, 20] + } + }, + "bone13": { + "rotation": { + "0.0": [12.5, 0, 0], + "0.25": [-30, 0, 0], + "0.5": [-27.5, 0, 0], + "0.75": [-5, 0, 0], + "1.0": [12.5, 0, 0] + } + }, + "bone16": { + "rotation": { + "0.0": [17.5, 0, 0], + "0.25": [30, 0, 0], + "0.5": [22.5, 0, 0], + "0.75": [20, 0, 0], + "1.0": [17.5, 0, 0] + } + }, + "bone17": { + "rotation": { + "0.0": [5, 0, 0], + "1.0": [5, 0, 0] + } + }, + "bone18": { + "rotation": { + "0.0": [-32.5, 0, 0], + "0.25": [0, 0, 0], + "0.75": [-22.5, 0, 0], + "1.0": [-32.5, 0, 0] + } + }, + "bone11": { + "rotation": { + "0.0": [-27.5, 0, 0], + "0.25": [5, 0, 0], + "0.5": [10, 0, 0], + "0.75": [-27.5, 0, 0], + "1.0": [-27.5, 0, 0] + } + }, + "bone12": { + "rotation": { + "0.0": [25, 0, 0], + "0.25": [20, 0, 0], + "0.5": [30, 0, 0], + "1.0": [22.5, 0, 0] + } + }, + "bone14": { + "rotation": { + "0.0": [2.5, 0, 0], + "0.5": [35, 0, 0], + "1.0": [2.5, 0, 0] + } + }, + "bone15": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-20, 0, 0], + "0.5": [-5, 0, 0], + "1.0": [0, 0, 0] + } + } + } + }, + "animation.medicham.recoil": { + "animation_length": 0.9583, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": [-7.5, 0, 0], + "0.5": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, -0.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso_lower": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [3.05, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [1.63042, -7.87643, -2.76964], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [21.63042, -7.87643, -2.76964], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [28.60009, -7.87643, -2.76964], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [1.63042, -7.87643, -2.76964], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-25.41377, 37.15855, -16.0129], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [6.42064, 12.30468, -10.78556], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "position": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, -0.25, 0] + }, + "0.9583": { + "pre": [0, -0.25, 0], + "post": [0, 0, 0] + } + }, + "scale": { + "0.0": [1, 1, 1], + "0.1667": { + "pre": [1, 1, 1], + "post": [1, 0.1, 1] + }, + "0.9583": { + "pre": [1, 0.1, 1], + "post": [1, 1, 1] + } + } + }, + "bone10": { + "position": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, -0.25, 0] + }, + "0.9583": { + "pre": [0, -0.25, 0], + "post": [0, 0, 0] + } + }, + "scale": { + "0.0": [1, 1, 1], + "0.1667": { + "pre": [1, 1, 1], + "post": [1, 0.1, 1] + }, + "0.9583": { + "pre": [1, 0.1, 1], + "post": [1, 1, 1] + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [10.96508, -54.06853, -16.6086], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [7.89201, 0.17004, -30.63716], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [6.45732, -7.02429, -8.4856], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [10.96508, -54.06853, -16.6086], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, -79.24, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, -47.5, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone25": { + "rotation": { + "0.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone26": { + "rotation": { + "0.0": { + "post": [0, -15, -12.5], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, -15, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone27": { + "rotation": { + "0.0": { + "post": [2.61298, -9.65594, -15.22074], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [2.61298, -9.65594, -15.22074], + "lerp_mode": "catmullrom" + } + } + }, + "bone28": { + "rotation": { + "0.0": { + "post": [-2.61298, 9.65594, -15.22074], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-2.61298, 9.65594, -15.22074], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [17.17679, 53.10479, 21.13216], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [10.2248, -16.74524, 6.51102], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [0, 100, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 55, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 100, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [0, 0, -52.5], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, -52.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [5, 10, 7.5], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [5, 10, 7.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "rotation": { + "0.0": { + "post": [2.61298, 9.65594, 15.22074], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [2.61298, 9.65594, 15.22074], + "lerp_mode": "catmullrom" + } + } + }, + "bone21": { + "rotation": { + "0.0": { + "post": [-3.03513, -9.53274, 17.75313], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-3.03513, -9.53274, 17.75313], + "lerp_mode": "catmullrom" + } + } + }, + "bone13": { + "rotation": { + "0.0": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [-16.23291, 27.49973, 4.02552], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-48.73291, 27.49973, 4.02552], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-20.68363, 27.49973, 4.02552], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-16.23291, 27.49973, 4.02552], + "lerp_mode": "catmullrom" + } + } + }, + "bone12": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [6.99, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "rotation": { + "0.0": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.medicham.sleep": { + "loop": true, + "animation_length": 2, + "bones": { + "torso_lower": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [9.91615, 1.29876, -7.38733], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [9.85108, -1.72794, 9.85108], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [9.91615, 1.29876, -7.38733], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "position": [0, -0.25, 0], + "scale": [1, 0.1, 1] + }, + "bone10": { + "position": [0, -0.25, 0], + "scale": [1, 0.1, 1] + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [10.73052, -46.55847, -62.12771], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-6.76015, -46.99594, -38.29273], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [10.73052, -46.55847, -62.12771], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -35], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -16.44], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + } + } + }, + "bone25": { + "rotation": { + "0.0": [0, 0, -12.5], + "2.0": [0, 0, -12.5] + } + }, + "bone26": { + "rotation": { + "0.0": { + "post": [10, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [10, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "bone27": { + "rotation": { + "0.0": { + "post": [0, -10, -15], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -10, -15], + "lerp_mode": "catmullrom" + } + } + }, + "bone28": { + "rotation": { + "0.0": { + "post": [0, 7.5, -20], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 7.5, -20], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [-2.09615, 39.95426, 41.73794], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [11.2749, 38.62478, 62.71258], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-2.09615, 39.95426, 41.73794], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 31.06], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [10, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [10, 0, 12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "rotation": { + "0.0": { + "post": [0, 7.5, 15], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 7.5, 15], + "lerp_mode": "catmullrom" + } + } + }, + "bone21": { + "rotation": { + "0.0": { + "post": [0, -7.5, 20], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -7.5, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone13": { + "rotation": { + "0.0": [0, -20, 0], + "2.0": [0, -20, 0] + } + }, + "bone11": { + "rotation": { + "0.0": [0, 20, 0], + "2.0": [0, 20, 0] + } + } + } + }, + "animation.medicham.faint": { + "animation_length": 12.5417, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": [0, 0, 0], + "0.9167": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-82.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 4.25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso_lower": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [1.63042, -7.87643, -2.76964], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [21.63042, -7.87643, -2.76964], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [45.05066, -8.19613, -2.85005], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [21.63042, -7.87643, -2.76964], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [34.02306, -0.60147, -0.93991], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-0.86958, -7.87643, -2.76964], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [6.63042, -7.87643, -2.76964], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-0.86958, -7.87643, -2.76964], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-25.41377, 37.15855, -16.0129], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [3.10926, 37.97487, -17.67641], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-25.41377, 37.15855, -16.0129], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [20.30403, 61.25604, -5.40953], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "position": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, -0.25, 0] + }, + "0.9167": { + "pre": [0, -0.25, 0], + "post": [0, -0.25, 0] + } + }, + "scale": { + "0.0": [1, 1, 1], + "0.1667": { + "pre": [1, 1, 1], + "post": [1, 0.1, 1] + }, + "0.9167": { + "pre": [1, 0.1, 1], + "post": [1, 0.1, 1] + } + } + }, + "bone10": { + "position": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, -0.25, 0] + }, + "0.9167": { + "pre": [0, -0.25, 0], + "post": [0, -0.25, 0] + } + }, + "scale": { + "0.0": [1, 1, 1], + "0.1667": { + "pre": [1, 1, 1], + "post": [1, 0.1, 1] + }, + "0.9167": { + "pre": [1, 0.1, 1], + "post": [1, 0.1, 1] + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [10.96508, -54.06853, -16.6086], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [7.89201, 0.17004, -30.63716], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [7.89201, 0.17004, -30.63716], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-7.73889, -39.6338, -23.80688], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-33.95651, 22.44516, -27.37804], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, -79.24, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -79.24, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, -29.32, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, -11.74, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone25": { + "rotation": { + "0.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone26": { + "rotation": { + "0.0": { + "post": [0, -15, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone27": { + "rotation": { + "0.0": { + "post": [2.61298, -9.65594, -15.22074], + "lerp_mode": "catmullrom" + } + } + }, + "bone28": { + "rotation": { + "0.0": { + "post": [-2.61298, 9.65594, -15.22074], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [17.17679, 53.10479, 21.13216], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [17.17679, 53.10479, 21.13216], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [16.28081, 67.2014, 27.06764], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-12.18572, -8.01845, 5.79258], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [0, 100, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 55, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 55, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 22.53, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 32.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [0, 0, -52.5], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [5, 10, 7.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "rotation": { + "0.0": { + "post": [2.61298, 9.65594, 15.22074], + "lerp_mode": "catmullrom" + } + } + }, + "bone21": { + "rotation": { + "0.0": { + "post": [-3.03513, -9.53274, 17.75313], + "lerp_mode": "catmullrom" + } + } + }, + "bone13": { + "rotation": { + "0.0": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [-16.23291, 27.49973, 4.02552], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-48.73291, 27.49973, 4.02552], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-48.73291, 27.49973, 4.02552], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-3.73291, 27.49973, 4.02552], + "lerp_mode": "catmullrom" + } + } + }, + "bone12": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "rotation": { + "0.0": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/meditite/meditite.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/meditite/meditite.animation.json new file mode 100644 index 0000000..7b364f3 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/meditite/meditite.animation.json @@ -0,0 +1,2683 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.meditite.pose": { + "animation_length": 2, + "bones": { + "bone2": { + "rotation": [-82.32091, 28.9362, 4.43762] + }, + "bone10": { + "rotation": [0, 0, -87.5], + "position": [-1, 0, 0] + }, + "bone11": { + "rotation": [0, 0, -22.5] + }, + "bone16": { + "rotation": [-443.07829, -21.37772, -362.27279] + }, + "bone17": { + "rotation": [0, 0, 82.5], + "position": [1, 0, 0] + }, + "bone18": { + "rotation": [0, 0, 22.5] + }, + "torso": { + "rotation": [15, 0, 0] + }, + "arm_right": { + "rotation": [-120.48618, -24.29037, -38.0753] + }, + "bone26": { + "rotation": [0, 0, -37.5] + }, + "bone27": { + "rotation": [0, 0, -27.5] + }, + "bone28": { + "rotation": [0.0235, -4.56456, -5.46003] + }, + "bone29": { + "rotation": [0, 20, -15] + }, + "bone30": { + "rotation": [0, -7.5, -15] + }, + "arm_left": { + "rotation": [-127.60754, 42.47539, 42.29499] + }, + "bone3": { + "rotation": [1.91757, 4.61854, 22.57734] + }, + "bone22": { + "rotation": [0, 0, 20] + }, + "bone23": { + "rotation": [25.26795, 13.54818, 30.40531] + }, + "bone25": { + "rotation": [0, -17.5, 20] + }, + "bone24": { + "rotation": [0, 15, 22.5] + } + } + }, + "animation.meditite.ground_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "position": { + "0.0": { + "post": [0, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, -0.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [-14.94548, 1.29256, 4.83045], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-14.94548, 1.29256, 4.83045], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [-14.16577, -18.17448, -0.40125], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-14.16577, -18.17448, -0.40125], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-2.5, 0, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "whole": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [3.44, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, -10, -40], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 5, -40], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, -10, -40], + "lerp_mode": "catmullrom" + } + } + }, + "bone26": { + "rotation": { + "0.0": { + "post": [0, -32.5, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, -28.49, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, -47.55, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, -32.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone28": { + "rotation": { + "0.0": { + "post": [29.84838, -18.23612, -27.83909], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [29.84838, -18.23612, -27.83909], + "lerp_mode": "catmullrom" + } + } + }, + "bone29": { + "rotation": { + "0.0": { + "post": [0, 12.5, -32.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 12.5, -32.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone30": { + "rotation": { + "0.0": { + "post": [0, -12.5, -30], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, -12.5, -30], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 7.5, 40], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -2.5, 40], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 7.5, 40], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [0, 30, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 28.39, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 47.5, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 53.07, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 30, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [13.92809, 13.77546, 17.0883], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [13.92809, 13.77546, 17.0883], + "lerp_mode": "catmullrom" + } + } + }, + "bone25": { + "rotation": { + "0.0": { + "post": [0, -10, 17.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, -10, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [0, 15, 17.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 15, 17.5], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.meditite.goomba": { + "loop": true, + "bones": { + "bone10": { + "rotation": [0, 25, 0], + "position": [-1, 0, 0] + }, + "bone17": { + "rotation": [0, -25, 0], + "position": [1, 0, 0] + }, + "whole": { + "position": [0, -5, 0] + }, + "head": { + "position": [0, -6, 0] + }, + "arm_right": { + "scale": [0, 1, -0.1] + }, + "arm_left": { + "scale": [0, 1, 0] + } + } + }, + "animation.meditite.special": { + "animation_length": 2.5, + "bones": { + "body": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [-84.76484, 34.1141, -2.18883], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-84.76484, 34.1141, -2.18883], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [3.7791, -2.29296, -100.15767], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [3.7791, -2.29296, -100.15767], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [-0.75, 0, 0], + "2.5": [-0.75, 0, 0] + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [-83.85053, -25.63365, -1.24448], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-83.85053, -25.63365, -1.24448], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [3.49821, 0.06253, 94.76804], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [3.49821, 0.06253, 94.76804], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0.75, 0, 0], + "2.5": [0.75, 0, 0] + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "eyelid_left": { + "position": { + "0.0": [0, 0, 0], + "0.5": { + "pre": [0, 0, 0], + "post": [0, 0, -1] + }, + "1.0": { + "pre": [0, 0, -1], + "post": [0, 0, -1] + }, + "1.4583": { + "pre": [0, 0, -1], + "post": [0, 0, 0] + } + } + }, + "eyelid_right": { + "position": { + "0.0": [0, 0, 0], + "0.5": { + "pre": [0, 0, 0], + "post": [0, 0, -1] + }, + "1.0": { + "pre": [0, 0, -1], + "post": [0, 0, -1] + }, + "1.4167": { + "pre": [0, 0, -1], + "post": [0, 0, 0] + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [-120.48618, -24.29037, -38.0753], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [11.97015, -48.14833, -24.44605], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [11.97015, -48.14833, -24.44605], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [22.03847, -69.76965, -36.29954], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [22.03847, -69.76965, -36.29954], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-120.48618, -24.29037, -38.0753], + "lerp_mode": "catmullrom" + } + } + }, + "bone26": { + "rotation": { + "0.0": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [44.87834, -67.87973, -53.61243], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [44.87834, -67.87973, -53.61243], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [4.47091, -4.38951, 5.75597], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [4.47091, -4.38951, 5.75597], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone27": { + "rotation": { + "0.0": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-47.10382, 5.35355, 60.95862], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-47.10382, 5.35355, 60.95862], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-12.10382, 5.35355, 60.95862], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-12.10382, 5.35355, 60.95862], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone28": { + "rotation": { + "0.0": { + "post": [0.0235, -4.56456, -5.46003], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0.0235, -4.56456, -5.46003], + "lerp_mode": "catmullrom" + } + } + }, + "bone29": { + "rotation": { + "0.0": { + "post": [0, 20, -15], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 20, -15], + "lerp_mode": "catmullrom" + } + } + }, + "bone30": { + "rotation": { + "0.0": { + "post": [0, -7.5, -15], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -7.5, -15], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [-127.60754, 42.47539, 42.29499], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [22.89307, 49.74519, 29.66712], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [22.89307, 49.74519, 29.66712], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [9.899, 70.08427, 16.75864], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [9.899, 70.08427, 16.75864], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-127.60754, 42.47539, 42.29499], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [1.91757, 4.61854, 22.57734], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-8.25453, 75.89098, -6.71117], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-8.25453, 75.89098, -6.71117], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-2.14866, 21.0179, 0.52668], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-2.14866, 21.0179, 0.52668], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [1.91757, 4.61854, 22.57734], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-20, 0, -42.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-20, 0, -42.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-20, 0, -42.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [25.26795, 13.54818, 30.40531], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [25.26795, 13.54818, 30.40531], + "lerp_mode": "catmullrom" + } + } + }, + "bone25": { + "rotation": { + "0.0": { + "post": [0, -17.5, 20], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -17.5, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [0, 15, 22.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 15, 22.5], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.meditite.physical": { + "animation_length": 1.8333, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.6667": [0, 65, 0], + "0.9167": [0, 65, 0], + "1.25": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [-84.76484, 34.1141, -2.18883], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-39.94548, 1.29256, 4.83045], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-39.94548, 1.29256, 4.83045], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-84.76484, 34.1141, -2.18883], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [3.7791, -2.29296, -100.15767], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [83.96458, -1.31961, -2.49887], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [75, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [3.7791, -2.29296, -100.15767], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [-0.75, 0, 0], + "0.2083": [-0.16, 0.75, 0], + "0.4583": [0, 0, 0], + "0.7083": [0, 0, 0], + "0.9167": [0, 0, 0], + "1.0833": [0.38, 0.25, 0], + "1.25": [-0.75, 0, 0] + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0.5, 0.25], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [-83.85053, -25.63365, -1.24448], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-2.8221, -22.72963, -32.11098], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-5.9144, -38.80877, -81.80181], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-5.9144, -38.80877, -81.80181], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-83.85053, -25.63365, -1.24448], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [3.49821, 0.06253, 94.76804], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [51.07052, -21.79394, 6.7638], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [67.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [3.49821, 0.06253, 94.76804], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0.75, 0, 0], + "0.2083": [0.27, 0.08, 0], + "0.4583": [0, 0, 0], + "0.6667": [-0.05, 0, 0], + "0.9167": [-0.05, 0, 0], + "1.25": [0.75, 0, 0] + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [15, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0.5, 0.25], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "whole": { + "rotation": { + "0.4583": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [12.54624, -4.88119, -1.08482], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [12.54624, -4.88119, -1.08482], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [17.5, -45, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [17.5, -45, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "position": { + "0.0": [0, 0, 0], + "0.3333": [0.25, 0, 0], + "0.75": [0.25, 0, 0], + "1.8333": [0, 0, 0] + } + }, + "eyelid_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.4583": { + "pre": [0, 0, 0], + "post": [0, 0, -7.5] + }, + "1.0": { + "pre": [0, 0, -7.5], + "post": [0, 0, 0] + } + }, + "position": { + "0.0": [0, 0, 0], + "0.4583": { + "pre": [0, 0, 0], + "post": [0, 1.5, -1] + }, + "1.0": { + "pre": [0, 1.5, -1], + "post": [0, 0, 0] + } + } + }, + "eyelid_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.4583": { + "pre": [0, 0, 0], + "post": [0, 0, 15] + }, + "1.0": { + "pre": [0, 0, 15], + "post": [0, 0, 0] + } + }, + "position": { + "0.0": [0, 0, 0], + "0.4583": { + "pre": [0, 0, 0], + "post": [0, 1.5, -1] + }, + "1.0": { + "pre": [0, 1.5, -1], + "post": [0, 0, 0] + } + } + }, + "bone14": { + "position": { + "0.0": [0, 0, 0], + "0.3333": [0.5, 0, 0], + "0.75": [0, 0, 0], + "1.8333": [0, 0, 0] + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [-120.48618, -24.29037, -38.0753], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 22.5, -40], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 50, -40], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 50, -40], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-120.48618, -24.29037, -38.0753], + "lerp_mode": "catmullrom" + } + } + }, + "bone26": { + "rotation": { + "0.0": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, -67.5, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, -85, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone27": { + "rotation": { + "0.0": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone28": { + "rotation": { + "0.0": { + "post": [0.0235, -4.56456, -5.46003], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [29.84838, -18.23612, -27.83909], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0.0235, -4.56456, -5.46003], + "lerp_mode": "catmullrom" + } + } + }, + "bone29": { + "rotation": { + "0.0": { + "post": [0, 20, -15], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 12.5, -32.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 20, -15], + "lerp_mode": "catmullrom" + } + } + }, + "bone30": { + "rotation": { + "0.0": { + "post": [0, -7.5, -15], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, -12.5, -30], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -7.5, -15], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [-127.60754, 42.47539, 42.29499], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, -30, 40], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-58.23514, -57.67283, 69.16696], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-35, -40, 40], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-127.60754, 42.47539, 42.29499], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [1.91757, 4.61854, 22.57734], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 62.5, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [9.91833, 89.04733, 12.98227], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [1.91757, 4.61854, 22.57734], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [25.26795, 13.54818, 30.40531], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [13.92809, 13.77546, 17.0883], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [25.26795, 13.54818, 30.40531], + "lerp_mode": "catmullrom" + } + } + }, + "bone25": { + "rotation": { + "0.0": { + "post": [0, -17.5, 20], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, -10, 17.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -17.5, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [0, 15, 22.5], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 15, 17.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 15, 22.5], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.meditite.battle_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "bone2": { + "rotation": { + "0.0": { + "post": [-84.76484, 34.1141, -2.18883], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-84.76484, 34.1141, -2.18883], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [3.7791, -2.29296, -100.15767], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [3.7791, -2.29296, -100.15767], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [-0.75, 0, 0], + "4.0": [-0.75, 0, 0] + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [-83.85053, -25.63365, -1.24448], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-83.85053, -25.63365, -1.24448], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [3.49821, 0.06253, 94.76804], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [3.49821, 0.06253, 94.76804], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0.75, 0, 0], + "4.0": [0.75, 0, 0] + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [-120.48618, -24.29037, -38.0753], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-120.48618, -24.29037, -38.0753], + "lerp_mode": "catmullrom" + } + } + }, + "bone26": { + "rotation": { + "0.0": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -57.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone27": { + "rotation": { + "0.0": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, -42.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone28": { + "rotation": { + "0.0": { + "post": [0.0235, -4.56456, -5.46003], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0.0235, -4.56456, -5.46003], + "lerp_mode": "catmullrom" + } + } + }, + "bone29": { + "rotation": { + "0.0": { + "post": [0, 20, -15], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 20, -15], + "lerp_mode": "catmullrom" + } + } + }, + "bone30": { + "rotation": { + "0.0": { + "post": [0, -7.5, -15], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, -7.5, -15], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [-127.60754, 42.47539, 42.29499], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-127.60754, 42.47539, 42.29499], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [1.91757, 4.61854, 22.57734], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [3.54002, 3.53329, 45.10922], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [1.91757, 4.61854, 22.57734], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 35], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [25.26795, 13.54818, 30.40531], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [25.26795, 13.54818, 30.40531], + "lerp_mode": "catmullrom" + } + } + }, + "bone25": { + "rotation": { + "0.0": { + "post": [0, -17.5, 20], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, -17.5, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [0, 15, 22.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 15, 22.5], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [8.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.meditite.recoil": { + "animation_length": 1, + "bones": { + "body": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [-84.76484, 34.1141, -2.18883], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-84.76484, 34.1141, -2.18883], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [3.7791, -2.29296, -100.15767], + "lerp_mode": "catmullrom" + } + }, + "position": [-0.75, 0, 0] + }, + "bone11": { + "rotation": { + "0.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [-83.85053, -25.63365, -1.24448], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-83.85053, -25.63365, -1.24448], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [3.49821, 0.06253, 94.76804], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [3.49821, 0.06253, 94.76804], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0.75, 0, 0], + "0.75": [0.75, 0, 0] + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "whole": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [8.41, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [7.07959, 4.93801, -1.60478], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-18.29388, 16.66577, -5.41615], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "eyelid_left": { + "position": { + "0.0": [0, 0, 0], + "0.2917": { + "pre": [0, 0, 0], + "post": [0, 0, -1] + }, + "0.75": { + "pre": [0, 0, -1], + "post": [0, 0, 0] + } + } + }, + "eyelid_right": { + "position": { + "0.0": [0, 0, 0], + "0.2917": { + "pre": [0, 0, 0], + "post": [0, 0, -1] + }, + "0.75": { + "pre": [0, 0, -1], + "post": [0, 0, 0] + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [-120.48618, -24.29037, -38.0753], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-37.49067, -12.36505, -24.09994], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-120.48618, -24.29037, -38.0753], + "lerp_mode": "catmullrom" + } + } + }, + "bone26": { + "rotation": { + "0.0": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone27": { + "rotation": { + "0.0": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [37.5, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone28": { + "rotation": { + "0.0": { + "post": [0.0235, -4.56456, -5.46003], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0.0235, -4.56456, -5.46003], + "lerp_mode": "catmullrom" + } + } + }, + "bone29": { + "rotation": { + "0.0": { + "post": [0, 20, -15], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 20, -15], + "lerp_mode": "catmullrom" + } + } + }, + "bone30": { + "rotation": { + "0.0": { + "post": [0, -7.5, -15], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -7.5, -15], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [-127.60754, 42.47539, 42.29499], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-52.1772, 29.59285, 20.96478], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-84.30626, 37.15081, 3.23204], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-127.60754, 42.47539, 42.29499], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [1.91757, 4.61854, 22.57734], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [1.91757, 4.61854, 22.57734], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [35, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [25.26795, 13.54818, 30.40531], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [25.26795, 13.54818, 30.40531], + "lerp_mode": "catmullrom" + } + } + }, + "bone25": { + "rotation": { + "0.0": { + "post": [0, -17.5, 20], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -17.5, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [0, 15, 22.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 15, 22.5], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.meditite.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "body": { + "position": { + "0.0": { + "post": [0, -1.25, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -1.25, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -1.25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": [-35, 0, 0], + "0.25": [5, 0, 0], + "0.5": [10, 0, 0], + "0.75": [-27.5, 0, 0], + "1.0": [-35, 0, 0] + } + }, + "bone10": { + "rotation": { + "0.0": [35, 0, 0], + "0.25": [20, 0, 0], + "0.5": [57.5, 0, 0], + "0.75": [69.38, 0, 0], + "1.0": [35, 0, 0] + } + }, + "bone11": { + "rotation": { + "0.0": [-17.5, 0, 0], + "0.25": [-5, 0, 0], + "1.0": [-17.5, 0, 0] + } + }, + "bone13": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-17.5, 0, 0], + "1.0": [5, 0, 0] + } + }, + "bone12": { + "rotation": { + "0.0": [2.5, 0, 0], + "0.25": [-15, 0, 0], + "1.0": [2.5, 0, 0] + } + }, + "bone16": { + "rotation": { + "0.0": [12.5, 0, 0], + "0.25": [-40, 0, 0], + "0.5": [-32.5, 0, 0], + "0.75": [-5, 0, 0], + "1.0": [12.5, 0, 0] + } + }, + "bone17": { + "rotation": { + "0.0": [37.5, 0, 0], + "0.25": [57.5, 0, 0], + "0.5": [30, 0, 0], + "0.75": [20, 0, 0], + "1.0": [37.5, 0, 0] + } + }, + "bone18": { + "rotation": { + "0.0": [-15, 0, 2.5], + "0.25": [-2.5, 0, 2.5], + "0.5": [0, 0, 2.5], + "0.75": [-7.5, 0, 2.5], + "1.0": [-15, 0, 2.5] + } + }, + "bone19": { + "rotation": { + "0.0": [-32.5, 0, 0], + "0.25": [-7.5, 0, 0], + "1.0": [-17.5, 0, 0] + } + }, + "bone20": { + "rotation": { + "0.0": [-17.5, 0, 0], + "0.25": [0, 0, 0], + "1.0": [-15, 0, 0] + } + }, + "whole": { + "rotation": { + "0.0": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [-5.7632, 21.8683, -53.74538], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-5.26423, 1.9588, -51.77121], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-5.44576, -17.95569, -49.90548], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-5.26423, 1.9588, -51.77121], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5.7632, 21.8683, -53.74538], + "lerp_mode": "catmullrom" + } + } + }, + "bone26": { + "rotation": { + "0.0": { + "post": [0, -32.5, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, -32.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -32.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone28": { + "rotation": { + "0.0": { + "post": [29.84838, -18.23612, -27.83909], + "lerp_mode": "catmullrom" + } + } + }, + "bone29": { + "rotation": { + "0.0": { + "post": [0, 12.5, -32.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone30": { + "rotation": { + "0.0": { + "post": [0, -12.5, -30], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [5.123, 24.43857, 53.4936], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [4.75754, -0.47158, 51.32798], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [5.07013, -17.90832, 49.80312], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [4.75754, -0.47158, 51.32798], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5.123, 24.43857, 53.4936], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [0, 30, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 45, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 30, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [13.92809, 13.77546, 17.0883], + "lerp_mode": "catmullrom" + } + } + }, + "bone25": { + "rotation": { + "0.0": { + "post": [0, -10, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [0, 15, 17.5], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.meditite.faint": { + "animation_length": 6.2917, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "1.0417": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [-84.76484, 34.1141, -2.18883], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-29.76484, 34.1141, -2.18883], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-29.76484, 34.1141, -2.18883], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-57.26484, 34.1141, -2.18883], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [3.7791, -2.29296, -100.15767], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [51.80295, -3.05291, 5.0032], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [51.80295, -3.05291, 5.0032], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [-0.75, 0, 0], + "0.3333": [0, 0, 0], + "0.625": [0, 0, 0] + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [-83.85053, -25.63365, -1.24448], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-41.03624, -3.8981, -7.97502], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-41.03624, -3.8981, -7.97502], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [3.49821, 0.06253, 94.76804], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [29.42981, 1.28313, -3.97989], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [29.42981, 1.28313, -3.97989], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0.75, 0, 0], + "0.3333": [0, 0, 0], + "0.625": [0, 0, 0] + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "whole": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [7.07959, 4.93801, -1.60478], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-18.29388, 16.66577, -5.41615], + "lerp_mode": "catmullrom" + } + } + }, + "eyelid_left": { + "position": { + "0.0": [0, 0, 0], + "0.2917": {"pre": [0, 0, 0], "post": [0, 0, -1]} + } + }, + "eyelid_right": { + "position": { + "0.0": [0, 0, 0], + "0.2917": {"pre": [0, 0, 0], "post": [0, 0, -1]} + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [-120.48618, -24.29037, -38.0753], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-37.49067, -12.36505, -24.09994], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-37.49067, -12.36505, -24.09994], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-37.10719, -4.42232, -42.65401], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-31.33239, 25.26139, -46.56084], + "lerp_mode": "catmullrom" + } + } + }, + "bone26": { + "rotation": { + "0.0": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [15, -32.5, -37.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone27": { + "rotation": { + "0.0": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [37.5, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [37.5, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [102.3679, 0, -27.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone28": { + "rotation": { + "0.0": { + "post": [0.0235, -4.56456, -5.46003], + "lerp_mode": "catmullrom" + } + } + }, + "bone29": { + "rotation": { + "0.0": { + "post": [0, 20, -15], + "lerp_mode": "catmullrom" + } + } + }, + "bone30": { + "rotation": { + "0.0": { + "post": [0, -7.5, -15], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [-127.60754, 42.47539, 42.29499], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-52.1772, 29.59285, 20.96478], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-52.1772, 29.59285, 20.96478], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-46.43866, 16.46021, 37.1288], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-41.98781, -19.92766, 48.60896], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [1.91757, 4.61854, 22.57734], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [7.10233, 24.60651, 23.29858], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [35, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [35, 0, 20], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [94.70959, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [25.26795, 13.54818, 30.40531], + "lerp_mode": "catmullrom" + } + } + }, + "bone25": { + "rotation": { + "0.0": { + "post": [0, -17.5, 20], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [0, 15, 22.5], + "lerp_mode": "catmullrom" + } + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/megarayquaza/megarayquaza.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/megarayquaza/megarayquaza.animation.json new file mode 100644 index 0000000..47f04d3 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/megarayquaza/megarayquaza.animation.json @@ -0,0 +1,10139 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.megarayquaza.pose": { + "loop": true, + "bones": { + "body": { + "rotation": [-12.5, 0, 0], + "position": [0, 62, 0] + }, + "megarayquaza": { + "position": [0, 57, 0] + }, + "neck": { + "rotation": [20, 0, 0] + }, + "neck2": { + "rotation": [12.5, 0, 0] + }, + "head": { + "rotation": [17.5, 0, 0] + }, + "ribbon_top_right": { + "rotation": [0, -12.5, 85] + }, + "ribbon_top_right2": { + "rotation": [0, 17.5, 0] + }, + "ribbon_top_right3": { + "rotation": [0, 25, 0] + }, + "ribbon_top_right4": { + "rotation": [0, 25, 0] + }, + "ribbon_top_right5": { + "rotation": [0, -17.5, 0] + }, + "ribbon_top_right6": { + "rotation": [0, -20, 0] + }, + "ribbon_top_right7": { + "rotation": [0, -17.5, 0] + }, + "ribbon_top_right8": { + "rotation": [0, -20, 0] + }, + "ribbon_top_right9": { + "rotation": [0, 17.5, 0] + }, + "ribbon_top_right10": { + "rotation": [0, 27.5, 0] + }, + "ribbon_top_left": { + "rotation": [-25, 0, -67.5] + }, + "ribbon_top_left2": { + "rotation": [0, -17.5, 0] + }, + "ribbon_top_left3": { + "rotation": [0, -30, 0] + }, + "ribbon_top_left4": { + "rotation": [0, 17.5, 0] + }, + "ribbon_top_left5": { + "rotation": [0, 37.5, 0] + }, + "ribbon_top_left6": { + "rotation": [0, 32.5, 0] + }, + "ribbon_top_left7": { + "rotation": [0, -27.5, 0] + }, + "ribbon_top_left8": { + "rotation": [0, -27.5, 0] + }, + "ribbon_top_left9": { + "rotation": [0, -35, 0] + }, + "ribbon_top_left10": { + "rotation": [0, 37.5, 0] + }, + "ribbon_bottom_left": { + "rotation": [-8.08619, 17.07228, -3.90399] + }, + "ribbon_bottom_left2": { + "rotation": [-18.25612, 8.31087, 23.66235] + }, + "ribbon_bottom_left3": { + "rotation": [-41.5123, 10.07026, 11.17505] + }, + "ribbon_bottom_left4": { + "rotation": [-23.43148, 19.90349, -19.37626] + }, + "ribbon_bottom_left5": { + "rotation": [-40.25298, 19.58991, -15.84766] + }, + "ribbon_bottom_left6": { + "rotation": [29.57943, -0.57688, -35.4428] + }, + "ribbon_bottom_left7": { + "rotation": [12.99301, 35.49178, -68.32587] + }, + "ribbon_bottom_left8": { + "rotation": [0, 25, 0] + }, + "ribbon_bottom_left9": { + "rotation": [0, 27.5, 0] + }, + "ribbon_bottom_left10": { + "rotation": [0, 30, 0] + }, + "ribbon_bottom_left11": { + "rotation": [0, -35, 0] + }, + "ribbon_bottom_right": { + "rotation": [26.2884, -10.65433, -33.50199] + }, + "ribbon_bottom_right2": { + "rotation": [-45.36383, -16.94255, 5.06159] + }, + "ribbon_bottom_right3": { + "rotation": [-21.08502, 1.91503, 32.22403] + }, + "ribbon_bottom_right4": { + "rotation": [-38.7986, -1.67774, -1.30368] + }, + "ribbon_bottom_right5": { + "rotation": [-13.64037, -24.57559, -30.56661] + }, + "ribbon_bottom_right6": { + "rotation": [-11.76782, -4.2453, 5.4377] + }, + "ribbon_bottom_right7": { + "rotation": [15.06885, 29.14089, -56.06197] + }, + "ribbon_bottom_right8": { + "rotation": [0, 30, 0] + }, + "ribbon_bottom_right9": { + "rotation": [0, 22.5, 0] + }, + "ribbon_bottom_right10": { + "rotation": [0, 10, 0] + }, + "jaw": { + "rotation": [35.10882, 3.68425, 3.38262] + }, + "segment": { + "rotation": [-7.5, 0, 0] + }, + "segment2": { + "rotation": [-40, 0, 0] + }, + "segment3": { + "rotation": [-32.5, 0, 0] + }, + "segment4": { + "rotation": [-27.5, 0, 0] + }, + "segment5": { + "rotation": [52.5, 0, 0] + }, + "segment6": { + "rotation": [27.5, 0, 0] + }, + "segment7": { + "rotation": [22.5, 0, 0] + }, + "segment8": { + "rotation": [20, 0, 0] + }, + "segment9": { + "rotation": [21.78937, 6.27007, -21.78937] + }, + "segment10": { + "rotation": [26.66438, -3.03441, -25.00605] + }, + "segment11": { + "rotation": [-12.08504, -7.23314, 6.96377] + }, + "segment13": { + "rotation": [32.5, 0, -25] + }, + "tip": { + "rotation": [8.91439, -6.43694, -25.55065] + }, + "ribbon_tip_left": { + "rotation": [51.93035, 13.06852, -7.83517] + }, + "ribbon_tip_left2": { + "rotation": [32.5, 0, 0] + }, + "ribbon_tip_left4": { + "rotation": [29.05613, 6.60796, -16.24074] + }, + "ribbon_tip_left11": { + "rotation": [-20, 0, 0] + }, + "ribbon_tip_left12": { + "rotation": [-27.5, 0, 0] + }, + "ribbon_tip_left9": { + "rotation": [40, 0, 0] + }, + "ribbon_tip_left5": { + "rotation": [20, 0, 0] + }, + "ribbon_tip_left6": { + "rotation": [22.5, 0, 0] + }, + "ribbon_tip_left7": { + "rotation": [-12.5, 0, 0] + }, + "ribbon_tip_left8": { + "rotation": [-26.78135, -20.29348, 9.92926] + }, + "ribbon_tip_left10": { + "rotation": [28.06681, 11.06861, 5.84485] + }, + "ribbon_tip_right": { + "rotation": [57.5, 0, 0] + }, + "ribbon_tip_right2": { + "rotation": [22.5, 0, 0] + }, + "ribbon_tip_right3": { + "rotation": [25, 0, 0] + }, + "ribbon_tip_right4": { + "rotation": [25, 0, 0] + }, + "ribbon_tip_right5": { + "rotation": [33.7424, -14.6914, -9.61518] + }, + "ribbon_tip_right6": { + "rotation": [27.73121, -24.73906, -12.40748] + }, + "ribbon_tip_right7": { + "rotation": [22.5, 0, 0] + }, + "ribbon_tip_right8": { + "rotation": [7.5, 0, 0] + }, + "ribbon_tip_right9": { + "rotation": [-27.5, 0, 0] + }, + "ribbon_tip_right10": { + "rotation": [-30, 0, 0] + }, + "ribbon_tip_right11": { + "rotation": [-5, 0, 0] + }, + "ribbon_tip_right12": { + "rotation": [-77.5, 0, 0] + }, + "arm_left": { + "rotation": [27.7547, -31.8882, 44.9543] + }, + "arm_left3": { + "rotation": [0, 92.5, 0] + }, + "arm_right": { + "rotation": [20.36348, 31.88477, -42.2979] + }, + "arm_right3": { + "rotation": [0, -75, 0] + } + } + }, + "animation.megarayquaza.pose2": { + "loop": true, + "bones": { + "body": { + "rotation": [-12.5, 0, 0], + "position": [0, 62, 0] + }, + "megarayquaza": { + "position": [0, 57, 0] + }, + "neck": { + "rotation": [20, 0, 0] + }, + "neck2": { + "rotation": [12.5, 0, 0] + }, + "head": { + "rotation": [17.5, 0, 0] + }, + "jaw": { + "rotation": [35.10882, 0, 0] + }, + "segment": { + "rotation": [-7.5, 0, 0] + }, + "segment2": { + "rotation": [-40, 0, 0] + }, + "segment3": { + "rotation": [-32.5, 0, 0] + }, + "segment4": { + "rotation": [-27.5, 0, 0] + }, + "segment5": { + "rotation": [52.50467, 0, 0] + }, + "segment6": { + "rotation": [27.65212, 0, 0] + }, + "segment7": { + "rotation": [22.5134, 0, 0] + }, + "segment8": { + "rotation": [37.18867, 0, 0] + }, + "segment9": { + "rotation": [-5.99195, 0, 0] + }, + "segment10": { + "rotation": [-25.70459, 0, 0] + }, + "segment11": { + "rotation": [-15.46327, 0, 0] + }, + "segment13": { + "rotation": [23.51829, 0, 0] + }, + "tip": { + "rotation": [13.43584, 0, 0] + }, + "arm_left": { + "rotation": [27.7547, -31.8882, 44.9543] + }, + "arm_left3": { + "rotation": [0, 92.5, 0] + }, + "arm_right": { + "rotation": [20.36348, 31.88477, -42.2979] + }, + "arm_right3": { + "rotation": [0, -75, 0] + }, + "segment12": { + "rotation": [21.40242, 0, 0] + } + } + }, + "animation.megarayquaza.ground_walk": { + "loop": true, + "bones": { + "body": { + "rotation": ["math.sin(q.anim_time*120*1-160)*2", 0, 0], + "position": [0, "62+math.sin(q.anim_time*120*1-40)*12", 0] + }, + "megarayquaza": { + "position": [0, 57, 0] + }, + "neck": { + "rotation": ["math.sin(q.anim_time*120*1-160)*4", 0, 0] + }, + "neck2": { + "rotation": ["math.sin(q.anim_time*120*1-200)*6", 0, 0] + }, + "head": { + "rotation": ["math.sin(q.anim_time*120*1-200)*4", 0, 0] + }, + "jaw": { + "rotation": ["-2.5+math.sin(q.anim_time*120*1-300)*7", 0, 0] + }, + "segment": { + "rotation": ["math.sin(q.anim_time*120*1-200)*6", 0, 0] + }, + "segment2": { + "rotation": ["math.sin(q.anim_time*120*1-240)*8", 0, 0] + }, + "segment3": { + "rotation": ["math.sin(q.anim_time*120*1-280)*10", 0, 0] + }, + "segment4": { + "rotation": ["math.sin(q.anim_time*120*1-320)*12", 0, 0] + }, + "segment5": { + "rotation": ["math.sin(q.anim_time*120*1-360)*14", 0, 0] + }, + "segment6": { + "rotation": ["math.sin(q.anim_time*120*1-400)*16", 0, 0] + }, + "segment7": { + "rotation": ["0+math.sin(q.anim_time*120*1-440)*18", 0, 0] + }, + "segment8": { + "rotation": ["math.sin(q.anim_time*120*1-480)*20", 0, 0] + }, + "segment9": { + "rotation": ["math.sin(q.anim_time*120*1-520)*22", 0, 0] + }, + "segment10": { + "rotation": ["math.sin(q.anim_time*120*1-560)*24", 0, 0] + }, + "segment11": { + "rotation": ["math.sin(q.anim_time*120*1-600)*26", 0, 0] + }, + "segment13": { + "rotation": ["math.sin(q.anim_time*120*1-680)*32", 0, 0] + }, + "tip": { + "rotation": ["math.sin(q.anim_time*120*1-720)*34", 0, 0] + }, + "arm_left": { + "rotation": [49.05109, "-59.335+math.sin(q.anim_time*120*1+1)*5", 33.91244] + }, + "arm_left3": { + "rotation": [0, 27.5, 0] + }, + "arm_right": { + "rotation": [49.05109, "59.335-math.sin(q.anim_time*120*1+1)*5", -33.9124] + }, + "arm_right3": { + "rotation": [0, -17.5, 0] + }, + "segment12": { + "rotation": ["math.sin(q.anim_time*120*1-640)*28", 0, 0] + }, + "ribbon_top_right": { + "rotation": ["5.7116+math.sin(q.anim_time*120*1-40)*8", 20.26889, -9.98103] + }, + "ribbon_top_right2": { + "rotation": ["0+math.sin(q.anim_time*120*1-200)*10", 0, 0] + }, + "ribbon_top_right3": { + "rotation": ["0+math.sin(q.anim_time*120*1-240)*12", 0, 0] + }, + "ribbon_top_right4": { + "rotation": ["0+math.sin(q.anim_time*120*1-280)*14", 0, "0-math.sin(q.anim_time*120*1-280)*14"] + }, + "ribbon_top_right5": { + "rotation": ["math.sin(q.anim_time*120*1-320)*16", 0, 0] + }, + "ribbon_top_right6": { + "rotation": ["math.sin(q.anim_time*120*1-360)*18", 0, "0-math.sin(q.anim_time*120*1-280)*14"] + }, + "ribbon_top_right7": { + "rotation": ["0+math.sin(q.anim_time*120*1-400)*20", 0, 0] + }, + "ribbon_top_right8": { + "rotation": ["0+math.sin(q.anim_time*120*1-440)*22", 0, 0] + }, + "ribbon_top_right9": { + "rotation": ["0+math.sin(q.anim_time*120*1-480)*24", 0, 0] + }, + "ribbon_top_right10": { + "rotation": ["math.sin(q.anim_time*120*1-520)*26", 0, 0] + }, + "ribbon_top_left": { + "rotation": ["4.2277+math.sin(q.anim_time*120*1-40)*8", -13.55021, 6.49475] + }, + "ribbon_top_left2": { + "rotation": ["0+math.sin(q.anim_time*120*1-200)*10", 0, 0] + }, + "ribbon_top_left3": { + "rotation": ["0+math.sin(q.anim_time*120*1-240)*12", 0, 0] + }, + "ribbon_top_left4": { + "rotation": ["0+math.sin(q.anim_time*120*1-280)*14", 0, "0+math.sin(q.anim_time*120*1-280)*14"] + }, + "ribbon_top_left5": { + "rotation": ["math.sin(q.anim_time*120*1-320)*16", 0, 0] + }, + "ribbon_top_left6": { + "rotation": ["math.sin(q.anim_time*120*1-360)*18", 0, "0+math.sin(q.anim_time*120*1-280)*14"] + }, + "ribbon_top_left7": { + "rotation": ["0+math.sin(q.anim_time*120*1-400)*20", 0, 0] + }, + "ribbon_top_left8": { + "rotation": ["0+math.sin(q.anim_time*120*1-440)*22", 0, 0] + }, + "ribbon_top_left9": { + "rotation": ["0+math.sin(q.anim_time*120*1-480)*24", 0, 0] + }, + "ribbon_top_left10": { + "rotation": ["math.sin(q.anim_time*120*1-520)*26", 0, 0] + }, + "ribbon_bottom_left": { + "rotation": ["-0.0441+math.sin(q.anim_time*120*1-40)*8", 7.46964, -0.67605] + }, + "ribbon_bottom_left2": { + "rotation": ["0+math.sin(q.anim_time*120*1-200)*10", 0, 0] + }, + "ribbon_bottom_left3": { + "rotation": ["0+math.sin(q.anim_time*120*1-240)*12", 0, 0] + }, + "ribbon_bottom_left4": { + "rotation": ["0+math.sin(q.anim_time*120*1-280)*14", 0, "0+math.sin(q.anim_time*120*1-280)*14"] + }, + "ribbon_bottom_left5": { + "rotation": ["math.sin(q.anim_time*120*1-320)*16", 0, "math.sin(q.anim_time*120*1-280)*2"] + }, + "ribbon_bottom_left6": { + "rotation": ["math.sin(q.anim_time*120*1-360)*18", 0, "0+math.sin(q.anim_time*120*1-280)*14"] + }, + "ribbon_bottom_left7": { + "rotation": ["0+math.sin(q.anim_time*120*1-400)*20", 0, 0] + }, + "ribbon_bottom_left8": { + "rotation": ["0+math.sin(q.anim_time*120*1-440)*22", 0, 0] + }, + "ribbon_bottom_left9": { + "rotation": ["0+math.sin(q.anim_time*120*1-480)*24", 0, "math.sin(q.anim_time*120*1-280)*2"] + }, + "ribbon_bottom_left10": { + "rotation": ["math.sin(q.anim_time*120*1-520)*26", 0, 0] + }, + "ribbon_bottom_left11": { + "rotation": ["math.sin(q.anim_time*120*1-560)*28", 0, 0] + }, + "ribbon_bottom_right": { + "rotation": ["-0.0441+math.sin(q.anim_time*120*1-40)*8", -7.46964, 0.67604] + }, + "ribbon_bottom_right2": { + "rotation": ["0+math.sin(q.anim_time*120*1-200)*10", 0, 0] + }, + "ribbon_bottom_right3": { + "rotation": ["0+math.sin(q.anim_time*120*1-240)*12", 0, 0] + }, + "ribbon_bottom_right4": { + "rotation": ["0+math.sin(q.anim_time*120*1-280)*14", 0, "0-math.sin(q.anim_time*120*1-280)*14"] + }, + "ribbon_bottom_right5": { + "rotation": ["math.sin(q.anim_time*120*1-320)*16", 0, "-math.sin(q.anim_time*120*1-280)*2"] + }, + "ribbon_bottom_right6": { + "rotation": ["math.sin(q.anim_time*120*1-360)*18", 0, "0-math.sin(q.anim_time*120*1-280)*14"] + }, + "ribbon_bottom_right8": { + "rotation": ["0+math.sin(q.anim_time*120*1-440)*22", 0, 0] + }, + "ribbon_bottom_right9": { + "rotation": ["0+math.sin(q.anim_time*120*1-480)*24", 0, "math.sin(q.anim_time*120*1-280)*2"] + }, + "ribbon_bottom_right10": { + "rotation": ["math.sin(q.anim_time*120*1-520)*26", 0, 0] + }, + "ribbon_bottom_right11": { + "rotation": ["math.sin(q.anim_time*120*1-560)*28", 0, 0] + }, + "ribbon_tip_left": { + "rotation": ["math.sin(q.anim_time*120*1-760)*26", 0, 0] + }, + "ribbon_tip_left2": { + "rotation": ["math.sin(q.anim_time*120*1-800)*38", "math.sin(q.anim_time*120*1-800)*8", "math.sin(q.anim_time*120*1-800)*8"] + }, + "ribbon_tip_left3": { + "rotation": ["math.sin(q.anim_time*120*1-840)*40", 0, 0] + }, + "ribbon_tip_left4": { + "rotation": ["math.sin(q.anim_time*120*1-880)*42", 0, 0] + }, + "ribbon_tip_left5": { + "rotation": ["math.sin(q.anim_time*120*1-920)*44", 0, 0] + }, + "ribbon_tip_left6": { + "rotation": ["math.sin(q.anim_time*120*1-960)*46", 0, 0] + }, + "ribbon_tip_left7": { + "rotation": ["math.sin(q.anim_time*120*1-1000)*48", "math.sin(q.anim_time*120*1-1000)*8", "math.sin(q.anim_time*120*1-1000)*8"] + }, + "ribbon_tip_left8": { + "rotation": ["math.sin(q.anim_time*120*1-1040)*50", 0, 0] + }, + "ribbon_tip_left9": { + "rotation": ["math.sin(q.anim_time*120*1-1080)*52", 0, 0] + }, + "ribbon_tip_left10": { + "rotation": ["math.sin(q.anim_time*120*1-1120)*54", "math.sin(q.anim_time*120*1-800)*8", "math.sin(q.anim_time*120*1-800)*8"] + }, + "ribbon_tip_left11": { + "rotation": ["math.sin(q.anim_time*120*1-1160)*56", 0, 0] + }, + "ribbon_tip_left12": { + "rotation": ["math.sin(q.anim_time*120*1-1180)*58", 0, 0] + }, + "ribbon_tip_right": { + "rotation": ["math.sin(q.anim_time*120*1-760)*26", 0, 0] + }, + "ribbon_tip_right2": { + "rotation": ["math.sin(q.anim_time*120*1-800)*38", "-math.sin(q.anim_time*120*1-1000)*8", "-math.sin(q.anim_time*120*1-1000)*8"] + }, + "ribbon_tip_right3": { + "rotation": ["math.sin(q.anim_time*120*1-840)*40", 0, 0] + }, + "ribbon_tip_right4": { + "rotation": ["math.sin(q.anim_time*120*1-880)*42", 0, 0] + }, + "ribbon_tip_right5": { + "rotation": ["math.sin(q.anim_time*120*1-920)*44", 0, 0] + }, + "ribbon_tip_right6": { + "rotation": ["math.sin(q.anim_time*120*1-960)*46", 0, 0] + }, + "ribbon_tip_right7": { + "rotation": ["math.sin(q.anim_time*120*1-1000)*48", "-math.sin(q.anim_time*120*1-1000)*8", "-math.sin(q.anim_time*120*1-1000)*8"] + }, + "ribbon_tip_right8": { + "rotation": ["math.sin(q.anim_time*120*1-1040)*50", 0, 0] + }, + "ribbon_tip_right9": { + "rotation": ["math.sin(q.anim_time*120*1-1080)*52", 0, 0] + }, + "ribbon_tip_right10": { + "rotation": ["math.sin(q.anim_time*120*1-1120)*54", "-math.sin(q.anim_time*120*1-1000)*8", "-math.sin(q.anim_time*120*1-1000)*8"] + }, + "ribbon_tip_right11": { + "rotation": ["math.sin(q.anim_time*120*1-1160)*56", 0, 0] + }, + "ribbon_tip_right12": { + "rotation": ["math.sin(q.anim_time*120*1-1180)*58", 0, 0] + } + } + }, + "animation.megarayquaza.ground_idle": { + "loop": true, + "animation_length": 8, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 62, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-5, 66, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 70, 0], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [5, 66, 0], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [0, 62, 0], + "lerp_mode": "catmullrom" + } + } + }, + "megarayquaza": { + "position": [0, 57, 0] + }, + "neck": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [20.01754, -2.34914, -0.85553], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [20.01096, -2.05557, -0.74833], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck2": { + "rotation": [12.5, 0, 0] + }, + "head": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [35.10882, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [2.60882, 0, 0], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [35.10882, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "segment": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-7.50706, -2.4786, 0.32652], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [-7.50706, 2.4786, -0.3265], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "segment2": { + "rotation": { + "0.0": { + "post": [-40.00994, 0.12199, -0.10283], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-47.74258, -5.73853, 4.83711], + "lerp_mode": "catmullrom" + }, + "4.0417": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.0417": { + "post": [-47.74258, 5.7385, -4.8371], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [-40.00994, 0.12199, -0.10283], + "lerp_mode": "catmullrom" + } + } + }, + "segment3": { + "rotation": { + "0.0": { + "post": [-32.50013, 0.09135, -0.05823], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-32.52473, -2.10829, 1.34386], + "lerp_mode": "catmullrom" + }, + "4.0833": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.0833": { + "post": [-32.52473, 2.1083, -1.3439], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [-32.50013, 0.09135, -0.05823], + "lerp_mode": "catmullrom" + } + } + }, + "segment4": { + "rotation": { + "0.0": { + "post": [-27.43498, 0.05751, 0.06271], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.125": { + "post": [-15.1731, 1.48606, 1.62056], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [-27.43498, 0.05751, 0.06271], + "lerp_mode": "catmullrom" + } + } + }, + "segment5": { + "rotation": { + "0.0": { + "post": [52.50467, -0.4088, -0.53485], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [52.73749, 4.55749, 5.96275], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.1667": { + "post": [52.73749, -4.5575, -5.9627], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [52.50467, -0.4088, -0.53485], + "lerp_mode": "catmullrom" + } + } + }, + "segment6": { + "rotation": { + "0.0": { + "post": [27.65212, -0.2499, -0.13016], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [32.5228, 2.15434, 1.12212], + "lerp_mode": "catmullrom" + }, + "4.2083": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.2083": { + "post": [32.52235, -2.2174, -1.1549], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [27.65212, -0.2499, -0.13016], + "lerp_mode": "catmullrom" + } + } + }, + "segment7": { + "rotation": { + "0.0": { + "post": [22.5134, -1.2802, -0.53532], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [22.81179, 9.23186, 3.86032], + "lerp_mode": "catmullrom" + }, + "4.25": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.25": { + "post": [22.81179, -9.2319, -3.8603], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [22.5134, -1.2802, -0.53532], + "lerp_mode": "catmullrom" + } + } + }, + "segment8": { + "rotation": { + "0.0": { + "post": [37.18867, -1.27925, -1.02939], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [46.52211, 7.80034, 6.27683], + "lerp_mode": "catmullrom" + }, + "4.2917": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.2917": { + "post": [39.02211, -7.8003, -6.2768], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [37.18867, -1.27925, -1.02939], + "lerp_mode": "catmullrom" + } + } + }, + "segment9": { + "rotation": { + "0.0": { + "post": [-5.99195, -4.94383, 0.87285], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-33.60083, 5.72088, -0.18343], + "lerp_mode": "catmullrom" + }, + "4.3333": { + "post": [-4.85199, -4.16655, 0.90507], + "lerp_mode": "catmullrom" + }, + "6.3333": { + "post": [-26.10083, -5.7209, 0.1834], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [-5.99195, -4.94383, 0.87285], + "lerp_mode": "catmullrom" + } + } + }, + "segment10": { + "rotation": { + "0.0": { + "post": [-25.70459, 2.23547, -1.20916], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-32.88126, -8.64917, 5.03837], + "lerp_mode": "catmullrom" + }, + "4.375": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.375": { + "post": [-18.01488, 11.02758, -5.82023], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [-25.70459, 2.23547, -1.20916], + "lerp_mode": "catmullrom" + } + } + }, + "segment11": { + "rotation": { + "0.0": { + "post": [-15.46327, -3.31195, 0.24595], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-7.72944, 12.68821, 7.0753], + "lerp_mode": "catmullrom" + }, + "4.4167": { + "post": [-14.58504, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.4167": { + "post": [-17.01254, -13.99933, 3.99002], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [-15.46327, -3.31195, 0.24595], + "lerp_mode": "catmullrom" + } + } + }, + "segment13": { + "rotation": { + "0.0": { + "post": [23.51829, 1.06408, -4.52113], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [30.03504, -11.88005, 10.48203], + "lerp_mode": "catmullrom" + }, + "4.5": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.5": { + "post": [29.333, 1.0097, -16.7023], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [23.51829, 1.06408, -4.52113], + "lerp_mode": "catmullrom" + } + } + }, + "tip": { + "rotation": { + "0.0": { + "post": [13.43584, -4.42328, 9.96611], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [11.92974, 11.06933, -40.9925], + "lerp_mode": "catmullrom" + }, + "4.5417": { + "post": [13.91439, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.5417": { + "post": [11.4515, -14.37185, 27.80088], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [13.43584, -4.42328, 9.96611], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [27.7547, -31.8882, 44.9543], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [20.71861, -46.1266, 54.30347], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [27.48137, -43.05513, 44.68538], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [27.7547, -31.8882, 44.9543], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left3": { + "rotation": { + "0.0": { + "post": [0, 92.5, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 62.5, 0], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [0, 62.5, 0], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [0, 92.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [20.36348, 31.88477, -42.2979], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [14.31556, 44.40492, -50.61077], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [18.89682, 42.97399, -43.98285], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [20.36348, 31.88477, -42.2979], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right3": { + "rotation": { + "0.0": { + "post": [0, -75, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, -52.5, 0], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [0, -52.5, 0], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [0, -75, 0], + "lerp_mode": "catmullrom" + } + } + }, + "segment12": { + "rotation": { + "0.0": { + "post": [21.40242, -4.05249, -2.4654], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [32.99007, 21.36159, 13.30372], + "lerp_mode": "catmullrom" + }, + "4.4583": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.4583": { + "post": [31.34536, -12.88969, -7.7376], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [21.40242, -4.05249, -2.4654], + "lerp_mode": "catmullrom" + } + } + }, + "ribbon_top_right": { + "rotation": ["-21.7884+math.sin(q.anim_time*90*1-40)*8", 20.26889, -9.98103] + }, + "ribbon_top_right2": { + "rotation": ["0+math.sin(q.anim_time*90*1-200)*10", 0, 0] + }, + "ribbon_top_right3": { + "rotation": ["0+math.sin(q.anim_time*90*1-240)*12", 0, 0] + }, + "ribbon_top_right4": { + "rotation": ["0+math.sin(q.anim_time*90*1-280)*14", 0, "0-math.sin(q.anim_time*90*1-280)*14"] + }, + "ribbon_top_right5": { + "rotation": ["math.sin(q.anim_time*90*1-320)*16", 0, 0] + }, + "ribbon_top_right6": { + "rotation": ["math.sin(q.anim_time*90*1-360)*18", 0, "0-math.sin(q.anim_time*90*1-280)*14"] + }, + "ribbon_top_right7": { + "rotation": ["0+math.sin(q.anim_time*90*1-400)*20", 0, 0] + }, + "ribbon_top_right8": { + "rotation": ["0+math.sin(q.anim_time*90*1-440)*22", 0, 0] + }, + "ribbon_top_right9": { + "rotation": ["0+math.sin(q.anim_time*90*1-480)*24", 0, 0] + }, + "ribbon_top_right10": { + "rotation": ["math.sin(q.anim_time*90*1-520)*26", 0, 0] + }, + "ribbon_top_left": { + "rotation": ["-20.7723+math.sin(q.anim_time*90*1-40)*8", -13.55021, 6.49475] + }, + "ribbon_top_left2": { + "rotation": ["0+math.sin(q.anim_time*90*1-200)*10", 0, 0] + }, + "ribbon_top_left3": { + "rotation": ["0+math.sin(q.anim_time*90*1-240)*12", 0, 0] + }, + "ribbon_top_left4": { + "rotation": ["0+math.sin(q.anim_time*90*1-280)*14", 0, "0+math.sin(q.anim_time*90*1-280)*14"] + }, + "ribbon_top_left5": { + "rotation": ["math.sin(q.anim_time*90*1-320)*16", 0, 0] + }, + "ribbon_top_left6": { + "rotation": ["math.sin(q.anim_time*90*1-360)*18", 0, "0+math.sin(q.anim_time*90*1-280)*14"] + }, + "ribbon_top_left7": { + "rotation": ["0+math.sin(q.anim_time*90*1-400)*20", 0, 0] + }, + "ribbon_top_left8": { + "rotation": ["0+math.sin(q.anim_time*90*1-440)*22", 0, 0] + }, + "ribbon_top_left9": { + "rotation": ["0+math.sin(q.anim_time*90*1-480)*24", 0, 0] + }, + "ribbon_top_left10": { + "rotation": ["math.sin(q.anim_time*90*1-520)*26", 0, 0] + }, + "ribbon_bottom_left": { + "rotation": ["-24.2742-math.sin(q.anim_time*90*1-40)*2", "9.8578-math.sin(q.anim_time*90*1-40)*2", "11.343-math.sin(q.anim_time*90*1-40)*2"] + }, + "ribbon_bottom_left2": { + "rotation": ["1.4836-math.sin(q.anim_time*90*1-200)*3", "24.7818-math.sin(q.anim_time*90*1-200)*3", "28.81-math.sin(q.anim_time*90*1-200)*3"] + }, + "ribbon_bottom_left3": { + "rotation": [5.24037, "26.5223-math.sin(q.anim_time*90*1-240)*4", 26.8427] + }, + "ribbon_bottom_left4": { + "rotation": [-3.43148, "-16.9856-math.sin(q.anim_time*90*1-240)*5", 18.81149] + }, + "ribbon_bottom_left5": { + "rotation": ["-2.9949-math.sin(q.anim_time*90*1-280)*6", "-7.1663-math.sin(q.anim_time*90*1-280)*6", "11.5453-math.sin(q.anim_time*90*1-280)*6"] + }, + "ribbon_bottom_left6": { + "rotation": [0, "-math.sin(q.anim_time*90*1-320)*7", 0] + }, + "ribbon_bottom_left7": { + "rotation": ["-math.sin(q.anim_time*90*1-360)*8", "-math.sin(q.anim_time*90*1-360)*8", "-math.sin(q.anim_time*90*1-360)*8"] + }, + "ribbon_bottom_left8": { + "rotation": [0, "0-math.sin(q.anim_time*90*1-400)*9", 0] + }, + "ribbon_bottom_left9": { + "rotation": ["-0.1103-math.sin(q.anim_time*90*1-440)*10", "-4.9272-math.sin(q.anim_time*90*1-440)*10", "-0.8573-math.sin(q.anim_time*90*1-440)*10"] + }, + "ribbon_bottom_left10": { + "rotation": [0, "-math.sin(q.anim_time*90*1-480)*11", 0] + }, + "ribbon_bottom_left11": { + "rotation": [0, "-math.sin(q.anim_time*90*1-520)*12", 0] + }, + "ribbon_bottom_right": { + "rotation": ["-30.2647+math.sin(q.anim_time*90*1-40)*2", "-14.6255+math.sin(q.anim_time*90*1-40)*2", "-17.2889+math.sin(q.anim_time*90*1-40)*2"] + }, + "ribbon_bottom_right2": { + "rotation": ["8.682+math.sin(q.anim_time*90*1-200)*3", "-12.3992+math.sin(q.anim_time*90*1-200)*3", "-43.8108+math.sin(q.anim_time*90*1-200)*3"] + }, + "ribbon_bottom_right3": { + "rotation": [6.41232, "-19.0283+math.sin(q.anim_time*90*1-240)*4", -23.4565] + }, + "ribbon_bottom_right4": { + "rotation": [-4.27868, "14.1622+math.sin(q.anim_time*90*1-240)*5", -23.94982] + }, + "ribbon_bottom_right5": { + "rotation": ["-2.7369+math.sin(q.anim_time*90*1-280)*6", "7.2433+math.sin(q.anim_time*90*1-280)*6", "-9.9663+math.sin(q.anim_time*90*1-280)*6"] + }, + "ribbon_bottom_right6": { + "rotation": [0, "math.sin(q.anim_time*90*1-320)*7", 0] + }, + "ribbon_bottom_right7": { + "rotation": ["math.sin(q.anim_time*90*1-360)*8", "math.sin(q.anim_time*90*1-360)*8", "math.sin(q.anim_time*90*1-360)*8"] + }, + "ribbon_bottom_right8": { + "rotation": [0, "0+math.sin(q.anim_time*90*1-400)*9", 0] + }, + "ribbon_bottom_right9": { + "rotation": ["0.1103+math.sin(q.anim_time*90*1-440)*10", "4.9272+math.sin(q.anim_time*90*1-440)*10", "-0.8573+math.sin(q.anim_time*90*1-440)*10"] + }, + "ribbon_bottom_right10": { + "rotation": [0, "math.sin(q.anim_time*90*1-480)*11", 0] + }, + "ribbon_bottom_right11": { + "rotation": [0, "math.sin(q.anim_time*90*1-520)*12", 0] + }, + "ribbon_tip_left": { + "rotation": ["math.sin(q.anim_time*90*1-40)*16", "math.sin(q.anim_time*90*1-40)*8", "math.sin(q.anim_time*90*1-40)*8"] + }, + "ribbon_tip_left2": { + "rotation": ["math.sin(q.anim_time*90*1-80)*10", "math.sin(q.anim_time*90*1-80)*10", "math.sin(q.anim_time*90*1-80)*10"] + }, + "ribbon_tip_left3": { + "rotation": ["math.sin(q.anim_time*90*1-120)*12", "math.sin(q.anim_time*90*1-120)*12", "math.sin(q.anim_time*90*1-120)*12"] + }, + "ribbon_tip_left4": { + "rotation": ["math.sin(q.anim_time*90*1-160)*14", "math.sin(q.anim_time*90*1-160)*14", "math.sin(q.anim_time*90*1-160)*14"] + }, + "ribbon_tip_left5": { + "rotation": ["math.sin(q.anim_time*90*1-200)*16", "math.sin(q.anim_time*90*1-200)*16", "math.sin(q.anim_time*90*1-200)*16"] + }, + "ribbon_tip_left6": { + "rotation": ["math.sin(q.anim_time*90*1-240)*20", "math.sin(q.anim_time*90*1-240)*20", "math.sin(q.anim_time*90*1-240)*20"] + }, + "ribbon_tip_left7": { + "rotation": ["math.sin(q.anim_time*90*1-280)*24", "math.sin(q.anim_time*90*1-280)*24", "math.sin(q.anim_time*90*1-280)*24"] + }, + "ribbon_tip_left8": { + "rotation": ["math.sin(q.anim_time*90*1-320)*28", "math.sin(q.anim_time*90*1-320)*28", "math.sin(q.anim_time*90*1-320)*28"] + }, + "ribbon_tip_left9": { + "rotation": ["math.sin(q.anim_time*90*1-360)*32", "math.sin(q.anim_time*90*1-360)*32", "math.sin(q.anim_time*90*1-360)*32"] + }, + "ribbon_tip_left10": { + "rotation": ["math.sin(q.anim_time*90*1-400)*36", "math.sin(q.anim_time*90*1-400)*36", "math.sin(q.anim_time*90*1-400)*36"] + }, + "ribbon_tip_left11": { + "rotation": ["math.sin(q.anim_time*90*1-440)*40", "math.sin(q.anim_time*90*1-440)*40", "math.sin(q.anim_time*90*1-440)*40"] + }, + "ribbon_tip_left12": { + "rotation": ["math.sin(q.anim_time*90*1-480)*44", "math.sin(q.anim_time*90*1-480)*44", "math.sin(q.anim_time*90*1-480)*44"] + }, + "ribbon_tip_right": { + "rotation": ["math.sin(q.anim_time*90*1-40)*16", "math.sin(q.anim_time*90*1-40)*16", "math.sin(q.anim_time*90*1-40)*16"] + }, + "ribbon_tip_right2": { + "rotation": ["math.sin(q.anim_time*90*1-80)*10", "math.sin(q.anim_time*90*1-80)*10", "math.sin(q.anim_time*90*1-80)*10"] + }, + "ribbon_tip_right3": { + "rotation": ["math.sin(q.anim_time*90*1-120)*12", "math.sin(q.anim_time*90*1-120)*12", "math.sin(q.anim_time*90*1-120)*12"] + }, + "ribbon_tip_right4": { + "rotation": ["math.sin(q.anim_time*90*1-160)*14", "math.sin(q.anim_time*90*1-160)*14", "math.sin(q.anim_time*90*1-160)*14"] + }, + "ribbon_tip_right5": { + "rotation": ["math.sin(q.anim_time*90*1-200)*16", "math.sin(q.anim_time*90*1-200)*16", "math.sin(q.anim_time*90*1-200)*16"] + }, + "ribbon_tip_right6": { + "rotation": ["math.sin(q.anim_time*90*1-240)*20", "math.sin(q.anim_time*90*1-240)*20", "math.sin(q.anim_time*90*1-240)*20"] + }, + "ribbon_tip_right7": { + "rotation": ["math.sin(q.anim_time*90*1-280)*24", "math.sin(q.anim_time*90*1-280)*24", "math.sin(q.anim_time*90*1-280)*24"] + }, + "ribbon_tip_right8": { + "rotation": ["math.sin(q.anim_time*90*1-280)*24", "math.sin(q.anim_time*90*1-280)*24", "math.sin(q.anim_time*90*1-280)*24"] + }, + "ribbon_tip_right9": { + "rotation": ["math.sin(q.anim_time*90*1-360)*32", "math.sin(q.anim_time*90*1-360)*32", "math.sin(q.anim_time*90*1-360)*32"] + }, + "ribbon_tip_right10": { + "rotation": ["math.sin(q.anim_time*90*1-400)*36", "math.sin(q.anim_time*90*1-400)*36", "math.sin(q.anim_time*90*1-400)*36"] + }, + "ribbon_tip_right11": { + "rotation": ["math.sin(q.anim_time*90*1-440)*40", "math.sin(q.anim_time*90*1-440)*40", "math.sin(q.anim_time*90*1-440)*40"] + }, + "ribbon_tip_right12": { + "rotation": ["math.sin(q.anim_time*90*1-480)*44", "math.sin(q.anim_time*90*1-480)*44", "math.sin(q.anim_time*90*1-480)*44"] + } + } + }, + "animation.megarayquaza.cry": { + "animation_length": 8, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 62, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-1.48, 106.44, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-1.48, 106.44, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 70, 0], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [5, 66, 0], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [0, 62, 0], + "lerp_mode": "catmullrom" + } + } + }, + "megarayquaza": { + "position": { + "0.0": [0, 57, 0], + "0.75": [0, 58, 0], + "0.7917": [0, 57, 0], + "0.8333": [0, 58, 0], + "0.875": [0, 57, 0], + "0.9167": [0, 58, 0], + "0.9583": [0, 57, 0], + "1.0": [0, 58, 0], + "1.0417": [0, 57, 0], + "1.0833": [0, 58, 0], + "1.125": [0, 57, 0], + "1.1667": [0, 58, 0], + "1.2083": [0, 57, 0], + "1.25": [0, 58, 0], + "1.2917": [0, 57, 0] + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-27.4968, -0.3877, -0.14121], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-27.4968, -0.3877, -0.14121], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [20.01754, -2.34914, -0.85553], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [20.01096, -2.05557, -0.74833], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck2": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": [15, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [-9.89118, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [2.60882, 0, 0], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [35.10882, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "segment": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-47.5011, -0.73583, 0.09693], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-47.5011, -0.73583, 0.09693], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-7.50706, -2.4786, 0.32652], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [-7.50706, 2.4786, -0.3265], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "segment2": { + "rotation": { + "0.0": { + "post": [-40.00994, 0.12199, -0.10283], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-26.17431, -1.55885, 1.31398], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-26.17431, -1.55885, 1.31398], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [-47.74258, -5.73853, 4.83711], + "lerp_mode": "catmullrom" + }, + "4.0417": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.0417": { + "post": [-47.74258, 5.7385, -4.8371], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [-40.00994, 0.12199, -0.10283], + "lerp_mode": "catmullrom" + } + } + }, + "segment3": { + "rotation": { + "0.0": { + "post": [-32.50013, 0.09135, -0.05823], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-5.0037, -0.51819, 0.3303], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-5.0037, -0.51819, 0.3303], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-32.52473, -2.10829, 1.34386], + "lerp_mode": "catmullrom" + }, + "4.0833": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.0833": { + "post": [-32.52473, 2.1083, -1.3439], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [-32.50013, 0.09135, -0.05823], + "lerp_mode": "catmullrom" + } + } + }, + "segment4": { + "rotation": { + "0.0": { + "post": [-27.43498, 0.05751, 0.06271], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [12.34174, -0.05157, -0.05623], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [12.34174, -0.05157, -0.05623], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.125": { + "post": [-15.1731, 1.48606, 1.62056], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [-27.43498, 0.05751, 0.06271], + "lerp_mode": "catmullrom" + } + } + }, + "segment5": { + "rotation": { + "0.0": { + "post": [52.50467, -0.4088, -0.53485], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [25.05818, 1.38842, 1.81652], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [25.05818, 1.38842, 1.81652], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.1667": { + "post": [52.73749, -4.5575, -5.9627], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [52.50467, -0.4088, -0.53485], + "lerp_mode": "catmullrom" + } + } + }, + "segment6": { + "rotation": { + "0.0": { + "post": [27.65212, -0.2499, -0.13016], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [21.46175, 0.70791, 0.36872], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [21.46175, 0.70791, 0.36872], + "lerp_mode": "catmullrom" + }, + "4.2083": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.2083": { + "post": [32.52235, -2.2174, -1.1549], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [27.65212, -0.2499, -0.13016], + "lerp_mode": "catmullrom" + } + } + }, + "segment7": { + "rotation": { + "0.0": { + "post": [22.5134, -1.2802, -0.53532], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [21.41014, 3.62322, -1.31582], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [21.41014, 3.62322, -1.31582], + "lerp_mode": "catmullrom" + }, + "4.25": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.25": { + "post": [22.81179, -9.2319, -3.8603], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [22.5134, -1.2802, -0.53532], + "lerp_mode": "catmullrom" + } + } + }, + "segment8": { + "rotation": { + "0.0": { + "post": [37.18867, -1.27925, -1.02939], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [9.54801, -0.84351, -0.67876], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [9.54801, -0.84351, -0.67876], + "lerp_mode": "catmullrom" + }, + "4.2917": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.2917": { + "post": [39.02211, -7.8003, -6.2768], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [37.18867, -1.27925, -1.02939], + "lerp_mode": "catmullrom" + } + } + }, + "segment9": { + "rotation": { + "0.0": { + "post": [-5.99195, -4.94383, 0.87285], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2.92759, -4.9088, 0.9217], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [2.92759, -4.9088, 0.9217], + "lerp_mode": "catmullrom" + }, + "4.3333": { + "post": [-4.85199, -4.16655, 0.90507], + "lerp_mode": "catmullrom" + }, + "6.3333": { + "post": [-26.10083, -5.7209, 0.1834], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [-5.99195, -4.94383, 0.87285], + "lerp_mode": "catmullrom" + } + } + }, + "segment10": { + "rotation": { + "0.0": { + "post": [-25.70459, 2.23547, -1.20916], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [6.28934, 1.66179, -0.90928], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [6.28934, 1.66179, -0.90928], + "lerp_mode": "catmullrom" + }, + "4.375": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.375": { + "post": [-18.01488, 11.02758, -5.82023], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [-25.70459, 2.23547, -1.20916], + "lerp_mode": "catmullrom" + } + } + }, + "segment11": { + "rotation": { + "0.0": { + "post": [-15.46327, -3.31195, 0.24595], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [12.12472, -2.63069, -0.01744], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [12.12472, -2.63069, -0.01744], + "lerp_mode": "catmullrom" + }, + "4.4167": { + "post": [-14.58504, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.4167": { + "post": [-17.01254, -13.99933, 3.99002], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [-15.46327, -3.31195, 0.24595], + "lerp_mode": "catmullrom" + } + } + }, + "segment13": { + "rotation": { + "0.0": { + "post": [23.51829, 1.06408, -4.52113], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [18.12644, 1.09678, -3.76484], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [18.12644, 1.09678, -3.76484], + "lerp_mode": "catmullrom" + }, + "4.5": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.5": { + "post": [29.333, 1.0097, -16.7023], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [23.51829, 1.06408, -4.52113], + "lerp_mode": "catmullrom" + } + } + }, + "tip": { + "rotation": { + "0.0": { + "post": [13.43584, -4.42328, 9.96611], + "lerp_mode": "catmullrom" + }, + "4.5417": { + "post": [13.91439, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.5417": { + "post": [11.4515, -14.37185, 27.80088], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [13.43584, -4.42328, 9.96611], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [27.7547, -31.8882, 44.9543], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [32.37132, -28.01586, 41.24088], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [32.37132, -28.01586, 41.24088], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [20.71861, -46.1266, 54.30347], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [27.48137, -43.05513, 44.68538], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [27.7547, -31.8882, 44.9543], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left3": { + "rotation": { + "0.0": { + "post": [0, 92.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 23.92, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 23.92, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 92.5, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 62.5, 0], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [0, 62.5, 0], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [0, 92.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [20.36348, 31.88477, -42.2979], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [28.09003, 22.44268, -37.73221], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [28.09003, 22.44268, -37.73221], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [14.31556, 44.40492, -50.61077], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [18.89682, 42.97399, -43.98285], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [20.36348, 31.88477, -42.2979], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right3": { + "rotation": { + "0.0": { + "post": [0, -75, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -14.19, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, -14.19, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, -75, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, -52.5, 0], + "lerp_mode": "catmullrom" + }, + "6.0": { + "post": [0, -52.5, 0], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [0, -75, 0], + "lerp_mode": "catmullrom" + } + } + }, + "segment12": { + "rotation": { + "0.0": { + "post": [21.40242, -4.05249, -2.4654], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [3.01947, -2.89292, -1.76724], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [3.01947, -2.89292, -1.76724], + "lerp_mode": "catmullrom" + }, + "4.4583": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.4583": { + "post": [31.34536, -12.88969, -7.7376], + "lerp_mode": "catmullrom" + }, + "8.0": { + "post": [21.40242, -4.05249, -2.4654], + "lerp_mode": "catmullrom" + } + } + }, + "ribbon_top_right": { + "rotation": { + "0.0": ["-21.7884+math.sin(q.anim_time*360*1-40)*8", 20.26889, -9.98103], + "2.0": ["-21.7884+math.sin(q.anim_time*360*1-40)*8", 20.26889, -9.98103], + "2.75": ["-21.7884+math.sin(q.anim_time*90*1-40)*8", 20.26889, -9.98103] + } + }, + "ribbon_top_right2": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-200)*10", 0, 0], + "2.0": ["0+math.sin(q.anim_time*360*1-200)*10", 0, 0], + "2.75": ["0+math.sin(q.anim_time*90*1-200)*10", 0, 0] + } + }, + "ribbon_top_right3": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-240)*12", 0, 0], + "2.0": ["0+math.sin(q.anim_time*360*1-240)*12", 0, 0], + "2.75": ["0+math.sin(q.anim_time*90*1-240)*12", 0, 0] + } + }, + "ribbon_top_right4": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-280)*14", 0, "0-math.sin(q.anim_time*360*1-280)*14"], + "2.0": ["0+math.sin(q.anim_time*360*1-280)*14", 0, "0-math.sin(q.anim_time*360*1-280)*14"], + "2.75": ["0+math.sin(q.anim_time*90*1-280)*14", 0, "0-math.sin(q.anim_time*90*1-280)*14"] + } + }, + "ribbon_top_right5": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-320)*16", 0, 0], + "2.0": ["math.sin(q.anim_time*360*1-320)*16", 0, 0], + "2.75": ["math.sin(q.anim_time*90*1-320)*16", 0, 0] + } + }, + "ribbon_top_right6": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-360)*18", 0, "0-math.sin(q.anim_time*360*1-280)*14"], + "2.0": ["math.sin(q.anim_time*360*1-360)*18", 0, "0-math.sin(q.anim_time*360*1-280)*14"], + "2.75": ["math.sin(q.anim_time*90*1-360)*18", 0, "0-math.sin(q.anim_time*90*1-280)*14"] + } + }, + "ribbon_top_right7": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-400)*20", 0, 0], + "2.0": ["0+math.sin(q.anim_time*360*1-400)*20", 0, 0], + "2.75": ["0+math.sin(q.anim_time*90*1-400)*20", 0, 0] + } + }, + "ribbon_top_right8": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-440)*22", 0, 0], + "2.0": ["0+math.sin(q.anim_time*360*1-440)*22", 0, 0], + "2.75": ["0+math.sin(q.anim_time*90*1-440)*22", 0, 0] + } + }, + "ribbon_top_right9": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-480)*24", 0, 0], + "2.0": ["0+math.sin(q.anim_time*360*1-480)*24", 0, 0], + "2.75": ["0+math.sin(q.anim_time*90*1-480)*24", 0, 0] + } + }, + "ribbon_top_right10": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-520)*26", 0, 0], + "2.0": ["math.sin(q.anim_time*360*1-520)*26", 0, 0], + "2.75": ["math.sin(q.anim_time*90*1-520)*26", 0, 0] + } + }, + "ribbon_top_left": { + "rotation": { + "0.0": ["-20.7723+math.sin(q.anim_time*360*1-40)*8", -13.55021, 6.49475], + "2.0": ["-20.7723+math.sin(q.anim_time*360*1-40)*8", -13.55021, 6.49475], + "2.75": ["-20.7723+math.sin(q.anim_time*90*1-40)*8", -13.55021, 6.49475] + } + }, + "ribbon_top_left2": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-200)*10", 0, 0], + "2.0": ["0+math.sin(q.anim_time*360*1-200)*10", 0, 0], + "2.75": ["0+math.sin(q.anim_time*90*1-200)*10", 0, 0] + } + }, + "ribbon_top_left3": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-240)*12", 0, 0], + "2.0": ["0+math.sin(q.anim_time*360*1-240)*12", 0, 0], + "2.75": ["0+math.sin(q.anim_time*90*1-240)*12", 0, 0] + } + }, + "ribbon_top_left4": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-280)*14", 0, "0+math.sin(q.anim_time*360*1-280)*14"], + "2.0": ["0+math.sin(q.anim_time*360*1-280)*14", 0, "0+math.sin(q.anim_time*360*1-280)*14"], + "2.75": ["0+math.sin(q.anim_time*90*1-280)*14", 0, "0+math.sin(q.anim_time*90*1-280)*14"] + } + }, + "ribbon_top_left5": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-320)*16", 0, 0], + "2.0": ["math.sin(q.anim_time*360*1-320)*16", 0, 0], + "2.75": ["math.sin(q.anim_time*90*1-320)*16", 0, 0] + } + }, + "ribbon_top_left6": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-360)*18", 0, "0+math.sin(q.anim_time*360*1-280)*14"], + "2.0": ["math.sin(q.anim_time*360*1-360)*18", 0, "0+math.sin(q.anim_time*360*1-280)*14"], + "2.75": ["math.sin(q.anim_time*90*1-360)*18", 0, "0+math.sin(q.anim_time*90*1-280)*14"] + } + }, + "ribbon_top_left7": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-400)*20", 0, 0], + "2.0": ["0+math.sin(q.anim_time*360*1-400)*20", 0, 0], + "2.75": ["0+math.sin(q.anim_time*90*1-400)*20", 0, 0] + } + }, + "ribbon_top_left8": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-440)*22", 0, 0], + "2.0": ["0+math.sin(q.anim_time*360*1-440)*22", 0, 0], + "2.75": ["0+math.sin(q.anim_time*90*1-440)*22", 0, 0] + } + }, + "ribbon_top_left9": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-480)*24", 0, 0], + "2.0": ["0+math.sin(q.anim_time*360*1-480)*24", 0, 0], + "2.75": ["0+math.sin(q.anim_time*90*1-480)*24", 0, 0] + } + }, + "ribbon_top_left10": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-520)*26", 0, 0], + "2.0": ["math.sin(q.anim_time*360*1-520)*26", 0, 0], + "2.75": ["math.sin(q.anim_time*90*1-520)*26", 0, 0] + } + }, + "ribbon_bottom_left": { + "rotation": { + "0.0": ["-24.2742-math.sin(q.anim_time*360*1-40)*2", "9.8578-math.sin(q.anim_time*360*1-40)*2", "11.343-math.sin(q.anim_time*360*1-40)*2"], + "2.0": ["-24.2742-math.sin(q.anim_time*360*1-40)*2", "9.8578-math.sin(q.anim_time*360*1-40)*2", "11.343-math.sin(q.anim_time*360*1-40)*2"], + "2.75": ["-24.2742-math.sin(q.anim_time*90*1-40)*2", "9.8578-math.sin(q.anim_time*90*1-40)*2", "11.343-math.sin(q.anim_time*90*1-40)*2"] + } + }, + "ribbon_bottom_left2": { + "rotation": { + "0.0": ["1.4836-math.sin(q.anim_time*360*1-200)*4", "24.7818-math.sin(q.anim_time*360*1-200)*4", "28.81-math.sin(q.anim_time*360*1-200)*4"], + "2.0": ["1.4836-math.sin(q.anim_time*360*1-200)*4", "24.7818-math.sin(q.anim_time*360*1-200)*4", "28.81-math.sin(q.anim_time*360*1-200)*4"], + "2.75": ["1.4836-math.sin(q.anim_time*90*1-200)*3", "24.7818-math.sin(q.anim_time*90*1-200)*3", "28.81-math.sin(q.anim_time*90*1-200)*3"] + } + }, + "ribbon_bottom_left3": { + "rotation": { + "0.0": [5.24037, "26.5223-math.sin(q.anim_time*360*1-240)*6", 26.8427], + "2.0": [5.24037, "26.5223-math.sin(q.anim_time*360*1-240)*6", 26.8427], + "2.75": [5.24037, "26.5223-math.sin(q.anim_time*90*1-240)*4", 26.8427] + } + }, + "ribbon_bottom_left4": { + "rotation": { + "0.0": [-3.43148, "-16.9856-math.sin(q.anim_time*360*1-240)*8", 18.81149], + "2.0": [-3.43148, "-16.9856-math.sin(q.anim_time*360*1-240)*8", 18.81149], + "2.75": [-3.43148, "-16.9856-math.sin(q.anim_time*90*1-240)*5", 18.81149] + } + }, + "ribbon_bottom_left5": { + "rotation": { + "0.0": ["-2.9949-math.sin(q.anim_time*360*1-280)*10", "-7.1663-math.sin(q.anim_time*360*1-280)*10", "11.5453-math.sin(q.anim_time*360*1-280)*10"], + "2.0": ["-2.9949-math.sin(q.anim_time*360*1-280)*10", "-7.1663-math.sin(q.anim_time*360*1-280)*10", "11.5453-math.sin(q.anim_time*360*1-280)*10"], + "2.75": ["-2.9949-math.sin(q.anim_time*90*1-280)*6", "-7.1663-math.sin(q.anim_time*90*1-280)*6", "11.5453-math.sin(q.anim_time*90*1-280)*6"] + } + }, + "ribbon_bottom_left6": { + "rotation": { + "0.0": [0, "-math.sin(q.anim_time*360*1-320)*12", 0], + "2.0": [0, "-math.sin(q.anim_time*360*1-320)*12", 0], + "2.75": [0, "-math.sin(q.anim_time*90*1-320)*7", 0] + } + }, + "ribbon_bottom_left7": { + "rotation": { + "0.0": ["-math.sin(q.anim_time*360*1-360)*14", "-math.sin(q.anim_time*360*1-360)*14", "-math.sin(q.anim_time*360*1-360)*14"], + "2.0": ["-math.sin(q.anim_time*360*1-360)*14", "-math.sin(q.anim_time*360*1-360)*14", "-math.sin(q.anim_time*360*1-360)*14"], + "2.75": ["-math.sin(q.anim_time*90*1-360)*8", "-math.sin(q.anim_time*90*1-360)*8", "-math.sin(q.anim_time*90*1-360)*8"] + } + }, + "ribbon_bottom_left8": { + "rotation": { + "0.0": [0, "0-math.sin(q.anim_time*360*1-400)*16", 0], + "2.0": [0, "0-math.sin(q.anim_time*360*1-400)*16", 0], + "2.75": [0, "0-math.sin(q.anim_time*90*1-400)*9", 0] + } + }, + "ribbon_bottom_left9": { + "rotation": { + "0.0": ["-0.1103-math.sin(q.anim_time*360*1-440)*18", "-4.9272-math.sin(q.anim_time*360*1-440)*18", "-0.8573-math.sin(q.anim_time*360*1-440)*18"], + "2.0": ["-0.1103-math.sin(q.anim_time*360*1-440)*18", "-4.9272-math.sin(q.anim_time*360*1-440)*18", "-0.8573-math.sin(q.anim_time*360*1-440)*18"], + "2.75": ["-0.1103-math.sin(q.anim_time*90*1-440)*10", "-4.9272-math.sin(q.anim_time*90*1-440)*10", "-0.8573-math.sin(q.anim_time*90*1-440)*10"] + } + }, + "ribbon_bottom_left10": { + "rotation": { + "0.0": [0, "-math.sin(q.anim_time*360*1-480)*20", 0], + "2.0": [0, "-math.sin(q.anim_time*360*1-480)*20", 0], + "2.75": [0, "-math.sin(q.anim_time*90*1-480)*11", 0] + } + }, + "ribbon_bottom_left11": { + "rotation": { + "0.0": [0, "-math.sin(q.anim_time*360*1-520)*22", 0], + "2.0": [0, "-math.sin(q.anim_time*360*1-520)*22", 0], + "2.75": [0, "-math.sin(q.anim_time*90*1-520)*12", 0] + } + }, + "ribbon_bottom_right": { + "rotation": { + "0.0": ["-30.2647+math.sin(q.anim_time*360*1-40)*2", "-14.6255+math.sin(q.anim_time*360*1-40)*2", "-17.2889+math.sin(q.anim_time*360*1-40)*2"], + "2.0": ["-30.2647+math.sin(q.anim_time*360*1-40)*2", "-14.6255+math.sin(q.anim_time*360*1-40)*2", "-17.2889+math.sin(q.anim_time*360*1-40)*2"], + "2.75": ["-30.2647+math.sin(q.anim_time*90*1-40)*2", "-14.6255+math.sin(q.anim_time*90*1-40)*2", "-17.2889+math.sin(q.anim_time*90*1-40)*2"] + } + }, + "ribbon_bottom_right2": { + "rotation": { + "0.0": ["8.682+math.sin(q.anim_time*360*1-200)*4", "-12.3992+math.sin(q.anim_time*360*1-200)*4", "-43.8108+math.sin(q.anim_time*360*1-200)*4"], + "2.0": ["8.682+math.sin(q.anim_time*360*1-200)*4", "-12.3992+math.sin(q.anim_time*360*1-200)*4", "-43.8108+math.sin(q.anim_time*360*1-200)*4"], + "2.75": ["8.682+math.sin(q.anim_time*90*1-200)*3", "-12.3992+math.sin(q.anim_time*90*1-200)*3", "-43.8108+math.sin(q.anim_time*90*1-200)*3"] + } + }, + "ribbon_bottom_right3": { + "rotation": { + "0.0": [6.41232, "-19.0283+math.sin(q.anim_time*180*1-240)*6", -23.4565], + "2.0": [6.41232, "-19.0283+math.sin(q.anim_time*180*1-240)*6", -23.4565], + "2.75": [6.41232, "-19.0283+math.sin(q.anim_time*90*1-240)*4", -23.4565] + } + }, + "ribbon_bottom_right4": { + "rotation": { + "0.0": [-4.27868, "14.1622+math.sin(q.anim_time*360*1-240)*8", -23.94982], + "2.0": [-4.27868, "14.1622+math.sin(q.anim_time*360*1-240)*8", -23.94982], + "2.75": [-4.27868, "14.1622+math.sin(q.anim_time*90*1-240)*5", -23.94982] + } + }, + "ribbon_bottom_right5": { + "rotation": { + "0.0": ["-2.7369+math.sin(q.anim_time*360*1-280)*10", "7.2433+math.sin(q.anim_time*360*1-280)*10", "-9.9663+math.sin(q.anim_time*360*1-280)*10"], + "2.0": ["-2.7369+math.sin(q.anim_time*360*1-280)*10", "7.2433+math.sin(q.anim_time*360*1-280)*10", "-9.9663+math.sin(q.anim_time*360*1-280)*10"], + "2.75": ["-2.7369+math.sin(q.anim_time*90*1-280)*6", "7.2433+math.sin(q.anim_time*90*1-280)*6", "-9.9663+math.sin(q.anim_time*90*1-280)*6"] + } + }, + "ribbon_bottom_right6": { + "rotation": { + "0.0": [0, "math.sin(q.anim_time*360*1-320)*12", 0], + "2.0": [0, "math.sin(q.anim_time*360*1-320)*12", 0], + "2.75": [0, "math.sin(q.anim_time*90*1-320)*7", 0] + } + }, + "ribbon_bottom_right7": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-360)*14", "math.sin(q.anim_time*360*1-360)*14", "math.sin(q.anim_time*360*1-360)*14"], + "2.0": ["math.sin(q.anim_time*360*1-360)*14", "math.sin(q.anim_time*360*1-360)*14", "math.sin(q.anim_time*360*1-360)*14"], + "2.75": ["math.sin(q.anim_time*90*1-360)*8", "math.sin(q.anim_time*90*1-360)*8", "math.sin(q.anim_time*90*1-360)*8"] + } + }, + "ribbon_bottom_right8": { + "rotation": { + "0.0": [0, "0+math.sin(q.anim_time*360*1-400)*16", 0], + "2.0": [0, "0+math.sin(q.anim_time*360*1-400)*16", 0], + "2.75": [0, "0+math.sin(q.anim_time*90*1-400)*9", 0] + } + }, + "ribbon_bottom_right9": { + "rotation": { + "0.0": ["0.1103+math.sin(q.anim_time*360*1-440)*18", "4.9272+math.sin(q.anim_time*360*1-440)*18", "-0.8573+math.sin(q.anim_time*360*1-440)*18"], + "2.0": ["0.1103+math.sin(q.anim_time*360*1-440)*18", "4.9272+math.sin(q.anim_time*360*1-440)*18", "-0.8573+math.sin(q.anim_time*360*1-440)*18"], + "2.75": ["0.1103+math.sin(q.anim_time*90*1-440)*10", "4.9272+math.sin(q.anim_time*90*1-440)*10", "-0.8573+math.sin(q.anim_time*90*1-440)*10"] + } + }, + "ribbon_bottom_right10": { + "rotation": { + "0.0": [0, "math.sin(q.anim_time*360*1-480)*20", 0], + "2.0": [0, "math.sin(q.anim_time*360*1-480)*20", 0], + "2.75": [0, "math.sin(q.anim_time*90*1-480)*11", 0] + } + }, + "ribbon_bottom_right11": { + "rotation": { + "0.0": [0, "math.sin(q.anim_time*360*1-520)*22", 0], + "2.0": [0, "math.sin(q.anim_time*360*1-520)*22", 0], + "2.75": [0, "math.sin(q.anim_time*90*1-520)*12", 0] + } + }, + "ribbon_tip_left": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-40)*16", "math.sin(q.anim_time*360*1-40)*8", "math.sin(q.anim_time*360*1-40)*8"], + "1.375": ["math.sin(q.anim_time*360*1-40)*16", "math.sin(q.anim_time*360*1-40)*8", "math.sin(q.anim_time*360*1-40)*8"], + "2.75": ["math.sin(q.anim_time*90*1-40)*16", "math.sin(q.anim_time*90*1-40)*8", "math.sin(q.anim_time*90*1-40)*8"] + } + }, + "ribbon_tip_left2": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-80)*10", "math.sin(q.anim_time*360*1-80)*10", "math.sin(q.anim_time*360*1-80)*10"], + "1.375": ["math.sin(q.anim_time*360*1-80)*10", "math.sin(q.anim_time*360*1-80)*10", "math.sin(q.anim_time*360*1-80)*10"], + "2.75": ["math.sin(q.anim_time*90*1-80)*10", "math.sin(q.anim_time*90*1-80)*10", "math.sin(q.anim_time*90*1-80)*10"] + } + }, + "ribbon_tip_left3": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-120)*12", "math.sin(q.anim_time*360*1-120)*12", "math.sin(q.anim_time*360*1-120)*12"], + "1.375": ["math.sin(q.anim_time*360*1-120)*12", "math.sin(q.anim_time*360*1-120)*12", "math.sin(q.anim_time*360*1-120)*12"], + "2.75": ["math.sin(q.anim_time*90*1-120)*12", "math.sin(q.anim_time*90*1-120)*12", "math.sin(q.anim_time*90*1-120)*12"] + } + }, + "ribbon_tip_left4": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-160)*14", "math.sin(q.anim_time*360*1-160)*14", "math.sin(q.anim_time*360*1-160)*14"], + "1.375": ["math.sin(q.anim_time*360*1-160)*14", "math.sin(q.anim_time*360*1-160)*14", "math.sin(q.anim_time*360*1-160)*14"], + "2.75": ["math.sin(q.anim_time*90*1-160)*14", "math.sin(q.anim_time*90*1-160)*14", "math.sin(q.anim_time*90*1-160)*14"] + } + }, + "ribbon_tip_left5": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-200)*16", "math.sin(q.anim_time*360*1-200)*16", "math.sin(q.anim_time*360*1-200)*16"], + "1.375": ["math.sin(q.anim_time*360*1-200)*16", "math.sin(q.anim_time*360*1-200)*16", "math.sin(q.anim_time*360*1-200)*16"], + "2.75": ["math.sin(q.anim_time*90*1-200)*16", "math.sin(q.anim_time*90*1-200)*16", "math.sin(q.anim_time*90*1-200)*16"] + } + }, + "ribbon_tip_left6": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-240)*20", "math.sin(q.anim_time*360*1-240)*20", "math.sin(q.anim_time*360*1-240)*20"], + "1.375": ["math.sin(q.anim_time*360*1-240)*20", "math.sin(q.anim_time*360*1-240)*20", "math.sin(q.anim_time*360*1-240)*20"], + "2.75": ["math.sin(q.anim_time*90*1-240)*20", "math.sin(q.anim_time*90*1-240)*20", "math.sin(q.anim_time*90*1-240)*20"] + } + }, + "ribbon_tip_left7": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24"], + "1.375": ["math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24"], + "2.75": ["math.sin(q.anim_time*90*1-280)*24", "math.sin(q.anim_time*90*1-280)*24", "math.sin(q.anim_time*90*1-280)*24"] + } + }, + "ribbon_tip_left8": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-320)*28", "math.sin(q.anim_time*360*1-320)*28", "math.sin(q.anim_time*360*1-320)*28"], + "1.375": ["math.sin(q.anim_time*360*1-320)*28", "math.sin(q.anim_time*360*1-320)*28", "math.sin(q.anim_time*360*1-320)*28"], + "2.75": ["math.sin(q.anim_time*90*1-320)*28", "math.sin(q.anim_time*90*1-320)*28", "math.sin(q.anim_time*90*1-320)*28"] + } + }, + "ribbon_tip_left9": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-360)*32", "math.sin(q.anim_time*360*1-360)*32", "math.sin(q.anim_time*360*1-360)*32"], + "1.375": ["math.sin(q.anim_time*360*1-360)*32", "math.sin(q.anim_time*360*1-360)*32", "math.sin(q.anim_time*360*1-360)*32"], + "2.75": ["math.sin(q.anim_time*90*1-360)*32", "math.sin(q.anim_time*90*1-360)*32", "math.sin(q.anim_time*90*1-360)*32"] + } + }, + "ribbon_tip_left10": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-400)*36", "math.sin(q.anim_time*360*1-400)*36", "math.sin(q.anim_time*360*1-400)*36"], + "1.375": ["math.sin(q.anim_time*360*1-400)*36", "math.sin(q.anim_time*360*1-400)*36", "math.sin(q.anim_time*360*1-400)*36"], + "2.75": ["math.sin(q.anim_time*90*1-400)*36", "math.sin(q.anim_time*90*1-400)*36", "math.sin(q.anim_time*90*1-400)*36"] + } + }, + "ribbon_tip_left11": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-440)*40", "math.sin(q.anim_time*360*1-440)*40", "math.sin(q.anim_time*360*1-440)*40"], + "1.375": ["math.sin(q.anim_time*360*1-440)*40", "math.sin(q.anim_time*360*1-440)*40", "math.sin(q.anim_time*360*1-440)*40"], + "2.75": ["math.sin(q.anim_time*90*1-440)*40", "math.sin(q.anim_time*90*1-440)*40", "math.sin(q.anim_time*90*1-440)*40"] + } + }, + "ribbon_tip_left12": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-480)*44", "math.sin(q.anim_time*360*1-480)*44", "math.sin(q.anim_time*360*1-480)*44"], + "1.375": ["math.sin(q.anim_time*360*1-480)*44", "math.sin(q.anim_time*360*1-480)*44", "math.sin(q.anim_time*360*1-480)*44"], + "2.75": ["math.sin(q.anim_time*90*1-480)*44", "math.sin(q.anim_time*90*1-480)*44", "math.sin(q.anim_time*90*1-480)*44"] + } + }, + "ribbon_tip_right": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-40)*16", "math.sin(q.anim_time*360*1-40)*16", "math.sin(q.anim_time*360*1-40)*16"], + "1.375": ["math.sin(q.anim_time*360*1-40)*16", "math.sin(q.anim_time*360*1-40)*16", "math.sin(q.anim_time*360*1-40)*16"], + "2.75": ["math.sin(q.anim_time*90*1-40)*16", "math.sin(q.anim_time*90*1-40)*16", "math.sin(q.anim_time*90*1-40)*16"] + } + }, + "ribbon_tip_right2": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-80)*10", "math.sin(q.anim_time*360*1-80)*10", "math.sin(q.anim_time*360*1-80)*10"], + "1.375": ["math.sin(q.anim_time*360*1-80)*10", "math.sin(q.anim_time*360*1-80)*10", "math.sin(q.anim_time*360*1-80)*10"], + "2.75": ["math.sin(q.anim_time*90*1-80)*10", "math.sin(q.anim_time*90*1-80)*10", "math.sin(q.anim_time*90*1-80)*10"] + } + }, + "ribbon_tip_right3": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-120)*12", "math.sin(q.anim_time*360*1-120)*12", "math.sin(q.anim_time*360*1-120)*12"], + "1.375": ["math.sin(q.anim_time*360*1-120)*12", "math.sin(q.anim_time*360*1-120)*12", "math.sin(q.anim_time*360*1-120)*12"], + "2.75": ["math.sin(q.anim_time*90*1-120)*12", "math.sin(q.anim_time*90*1-120)*12", "math.sin(q.anim_time*90*1-120)*12"] + } + }, + "ribbon_tip_right4": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-160)*14", "math.sin(q.anim_time*360*1-160)*14", "math.sin(q.anim_time*360*1-160)*14"], + "1.375": ["math.sin(q.anim_time*360*1-160)*14", "math.sin(q.anim_time*360*1-160)*14", "math.sin(q.anim_time*360*1-160)*14"], + "2.75": ["math.sin(q.anim_time*90*1-160)*14", "math.sin(q.anim_time*90*1-160)*14", "math.sin(q.anim_time*90*1-160)*14"] + } + }, + "ribbon_tip_right5": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-200)*16", "math.sin(q.anim_time*360*1-200)*16", "math.sin(q.anim_time*360*1-200)*16"], + "1.375": ["math.sin(q.anim_time*360*1-200)*16", "math.sin(q.anim_time*360*1-200)*16", "math.sin(q.anim_time*360*1-200)*16"], + "2.75": ["math.sin(q.anim_time*90*1-200)*16", "math.sin(q.anim_time*90*1-200)*16", "math.sin(q.anim_time*90*1-200)*16"] + } + }, + "ribbon_tip_right6": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-240)*20", "math.sin(q.anim_time*360*1-240)*20", "math.sin(q.anim_time*360*1-240)*20"], + "1.375": ["math.sin(q.anim_time*360*1-240)*20", "math.sin(q.anim_time*360*1-240)*20", "math.sin(q.anim_time*360*1-240)*20"], + "2.75": ["math.sin(q.anim_time*90*1-240)*20", "math.sin(q.anim_time*90*1-240)*20", "math.sin(q.anim_time*90*1-240)*20"] + } + }, + "ribbon_tip_right7": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24"], + "1.375": ["math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24"], + "2.75": ["math.sin(q.anim_time*90*1-280)*24", "math.sin(q.anim_time*90*1-280)*24", "math.sin(q.anim_time*90*1-280)*24"] + } + }, + "ribbon_tip_right8": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24"], + "1.375": ["math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24"], + "2.75": ["math.sin(q.anim_time*90*1-280)*24", "math.sin(q.anim_time*90*1-280)*24", "math.sin(q.anim_time*90*1-280)*24"] + } + }, + "ribbon_tip_right9": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-360)*32", "math.sin(q.anim_time*360*1-360)*32", "math.sin(q.anim_time*360*1-360)*32"], + "1.375": ["math.sin(q.anim_time*360*1-360)*32", "math.sin(q.anim_time*360*1-360)*32", "math.sin(q.anim_time*360*1-360)*32"], + "2.75": ["math.sin(q.anim_time*90*1-360)*32", "math.sin(q.anim_time*90*1-360)*32", "math.sin(q.anim_time*90*1-360)*32"] + } + }, + "ribbon_tip_right10": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-400)*36", "math.sin(q.anim_time*360*1-400)*36", "math.sin(q.anim_time*360*1-400)*36"], + "1.375": ["math.sin(q.anim_time*360*1-400)*36", "math.sin(q.anim_time*360*1-400)*36", "math.sin(q.anim_time*360*1-400)*36"], + "2.75": ["math.sin(q.anim_time*90*1-400)*36", "math.sin(q.anim_time*90*1-400)*36", "math.sin(q.anim_time*90*1-400)*36"] + } + }, + "ribbon_tip_right11": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-440)*40", "math.sin(q.anim_time*360*1-440)*40", "math.sin(q.anim_time*360*1-440)*40"], + "1.375": ["math.sin(q.anim_time*360*1-440)*40", "math.sin(q.anim_time*360*1-440)*40", "math.sin(q.anim_time*360*1-440)*40"], + "2.75": ["math.sin(q.anim_time*90*1-440)*40", "math.sin(q.anim_time*90*1-440)*40", "math.sin(q.anim_time*90*1-440)*40"] + } + }, + "ribbon_tip_right12": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-480)*44", "math.sin(q.anim_time*360*1-480)*44", "math.sin(q.anim_time*360*1-480)*44"], + "1.375": ["math.sin(q.anim_time*360*1-480)*44", "math.sin(q.anim_time*360*1-480)*44", "math.sin(q.anim_time*360*1-480)*44"], + "2.75": ["math.sin(q.anim_time*90*1-480)*44", "math.sin(q.anim_time*90*1-480)*44", "math.sin(q.anim_time*90*1-480)*44"] + } + }, + "finger_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 12.5, 37.5], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 12.5, 37.5], + "lerp_mode": "catmullrom" + }, + "2.5": [0, 0, 0] + } + }, + "finger_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "2.5": [0, 0, 0] + } + }, + "finger_left3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -7.5, 50], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, -7.5, 50], + "lerp_mode": "catmullrom" + }, + "2.5": [0, 0, 0] + } + }, + "finger_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + }, + "2.5": [0, 0, 0] + } + }, + "finger_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "2.5": [0, 0, 0] + } + }, + "finger_right3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 10, -32.5], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 10, -32.5], + "lerp_mode": "catmullrom" + }, + "2.5": [0, 0, 0] + } + } + } + }, + "animation.megarayquaza.faint": { + "animation_length": 3.9167, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.9167": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 62, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-1.48, 106.44, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-1.51, 106.29, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-1.48, 106.44, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-1.51, 106.29, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-1.48, 106.44, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-1.51, 106.29, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-1.48, 106.44, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-1.48, 106.44, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-1.48, 100.44, 0], + "lerp_mode": "catmullrom" + }, + "3.9167": { + "post": [-1.48, 95.44, 0], + "lerp_mode": "catmullrom" + } + } + }, + "megarayquaza": { + "position": { + "0.0": [0, 57, 0], + "0.75": { + "pre": [0, 59.8, 0], + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "2.9583": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "3.0833": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "3.125": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "3.2083": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "3.2917": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "3.3333": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "3.375": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "3.4167": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "3.4583": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "3.5417": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "3.5833": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "3.625": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "3.6667": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "3.7083": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "3.9167": { + "post": [0, 57, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-27.4968, -0.3877, -0.14121], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-27.4968, -0.3877, -0.14121], + "lerp_mode": "catmullrom" + }, + "3.9167": { + "post": [-27.4968, -0.3877, -0.14121], + "lerp_mode": "catmullrom" + } + } + }, + "neck2": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": [15, 0, 0], + "3.9167": [15, 0, 0] + } + }, + "head": { + "rotation": [17.5, 0, 0] + }, + "jaw": { + "rotation": { + "0.0": { + "post": [-9.89118, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.9583": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0833": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.125": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.2083": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.2917": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.3333": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.375": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.4167": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.4583": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5417": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5833": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.625": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.6667": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.7083": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.7917": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.8333": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.875": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.9167": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "segment": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-47.5011, -0.73583, 0.09693], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-47.5011, -0.73583, 0.09693], + "lerp_mode": "catmullrom" + }, + "3.9167": { + "post": [-47.5011, -0.73583, 0.09693], + "lerp_mode": "catmullrom" + } + } + }, + "segment2": { + "rotation": { + "0.0": { + "post": [-40.00994, 0.12199, -0.10283], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-26.17431, -1.55885, 1.31398], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-26.17431, -1.55885, 1.31398], + "lerp_mode": "catmullrom" + }, + "3.9167": { + "post": [-26.17431, -1.55885, 1.31398], + "lerp_mode": "catmullrom" + } + } + }, + "segment3": { + "rotation": { + "0.0": { + "post": [-32.50013, 0.09135, -0.05823], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-5.0037, -0.51819, 0.3303], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-5.0037, -0.51819, 0.3303], + "lerp_mode": "catmullrom" + }, + "3.9167": { + "post": [-5.0037, -0.51819, 0.3303], + "lerp_mode": "catmullrom" + } + } + }, + "segment4": { + "rotation": { + "0.0": { + "post": [-27.43498, 0.05751, 0.06271], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [12.34174, -0.05157, -0.05623], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [12.34174, -0.05157, -0.05623], + "lerp_mode": "catmullrom" + }, + "3.9167": { + "post": [12.34174, -0.05157, -0.05623], + "lerp_mode": "catmullrom" + } + } + }, + "segment5": { + "rotation": { + "0.0": { + "post": [52.50467, -0.4088, -0.53485], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [25.05818, 1.38842, 1.81652], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [25.05818, 1.38842, 1.81652], + "lerp_mode": "catmullrom" + }, + "3.9167": { + "post": [25.05818, 1.38842, 1.81652], + "lerp_mode": "catmullrom" + } + } + }, + "segment6": { + "rotation": { + "0.0": { + "post": [27.65212, -0.2499, -0.13016], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [21.46175, 0.70791, 0.36872], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [21.46175, 0.70791, 0.36872], + "lerp_mode": "catmullrom" + }, + "3.9167": { + "post": [21.46175, 0.70791, 0.36872], + "lerp_mode": "catmullrom" + } + } + }, + "segment7": { + "rotation": { + "0.0": { + "post": [22.5134, -1.2802, -0.53532], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [21.41014, 3.62322, -1.31582], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [21.41014, 3.62322, -1.31582], + "lerp_mode": "catmullrom" + }, + "3.9167": { + "post": [21.41014, 3.62322, -1.31582], + "lerp_mode": "catmullrom" + } + } + }, + "segment8": { + "rotation": { + "0.0": { + "post": [37.18867, -1.27925, -1.02939], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [9.54801, -0.84351, -0.67876], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [9.54801, -0.84351, -0.67876], + "lerp_mode": "catmullrom" + }, + "3.9167": { + "post": [9.54801, -0.84351, -0.67876], + "lerp_mode": "catmullrom" + } + } + }, + "segment9": { + "rotation": { + "0.0": { + "post": [-5.99195, -4.94383, 0.87285], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2.92759, -4.9088, 0.9217], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [2.92759, -4.9088, 0.9217], + "lerp_mode": "catmullrom" + }, + "3.9167": { + "post": [2.92759, -4.9088, 0.9217], + "lerp_mode": "catmullrom" + } + } + }, + "segment10": { + "rotation": { + "0.0": { + "post": [-25.70459, 2.23547, -1.20916], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [6.28934, 1.66179, -0.90928], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [6.28934, 1.66179, -0.90928], + "lerp_mode": "catmullrom" + }, + "3.9167": { + "post": [6.28934, 1.66179, -0.90928], + "lerp_mode": "catmullrom" + } + } + }, + "segment11": { + "rotation": { + "0.0": { + "post": [-15.46327, -3.31195, 0.24595], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [12.12472, -2.63069, -0.01744], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [12.12472, -2.63069, -0.01744], + "lerp_mode": "catmullrom" + }, + "3.9167": { + "post": [12.12472, -2.63069, -0.01744], + "lerp_mode": "catmullrom" + } + } + }, + "segment13": { + "rotation": { + "0.0": { + "post": [23.51829, 1.06408, -4.52113], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [18.12644, 1.09678, -3.76484], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [18.12644, 1.09678, -3.76484], + "lerp_mode": "catmullrom" + }, + "3.9167": { + "post": [18.12644, 1.09678, -3.76484], + "lerp_mode": "catmullrom" + } + } + }, + "tip": { + "rotation": [13.43584, -4.42328, 9.96611] + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [27.7547, -31.8882, 44.9543], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [32.37132, -28.01586, 41.24088], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [32.37132, -28.01586, 41.24088], + "lerp_mode": "catmullrom" + }, + "3.9167": { + "post": [32.37132, -28.01586, 41.24088], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left3": { + "rotation": { + "0.0": { + "post": [0, 92.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 23.92, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 23.92, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 56.42, 0], + "lerp_mode": "catmullrom" + }, + "3.9167": { + "post": [0, 23.92, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [20.36348, 31.88477, -42.2979], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [28.09003, 22.44268, -37.73221], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [28.09003, 22.44268, -37.73221], + "lerp_mode": "catmullrom" + }, + "3.9167": { + "post": [28.09003, 22.44268, -37.73221], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right3": { + "rotation": { + "0.0": { + "post": [0, -75, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -14.19, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, -14.19, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, -49.19, 0], + "lerp_mode": "catmullrom" + }, + "3.9167": { + "post": [0, -14.19, 0], + "lerp_mode": "catmullrom" + } + } + }, + "segment12": { + "rotation": { + "0.0": { + "post": [21.40242, -4.05249, -2.4654], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [3.01947, -2.89292, -1.76724], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [3.01947, -2.89292, -1.76724], + "lerp_mode": "catmullrom" + }, + "3.9167": { + "post": [3.01947, -2.89292, -1.76724], + "lerp_mode": "catmullrom" + } + } + }, + "ribbon_top_right": { + "rotation": { + "0.0": ["-21.7884+math.sin(q.anim_time*360*1-40)*8", 20.26889, -9.98103], + "2.0": ["-21.7884+math.sin(q.anim_time*360*1-40)*8", 20.26889, -9.98103] + } + }, + "ribbon_top_right2": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-200)*10", 0, 0], + "2.0": ["0+math.sin(q.anim_time*360*1-200)*10", 0, 0] + } + }, + "ribbon_top_right3": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-240)*12", 0, 0], + "2.0": ["0+math.sin(q.anim_time*360*1-240)*12", 0, 0] + } + }, + "ribbon_top_right4": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-280)*14", 0, "0-math.sin(q.anim_time*360*1-280)*14"], + "2.0": ["0+math.sin(q.anim_time*360*1-280)*14", 0, "0-math.sin(q.anim_time*360*1-280)*14"] + } + }, + "ribbon_top_right5": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-320)*16", 0, 0], + "2.0": ["math.sin(q.anim_time*360*1-320)*16", 0, 0] + } + }, + "ribbon_top_right6": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-360)*18", 0, "0-math.sin(q.anim_time*360*1-280)*14"], + "2.0": ["math.sin(q.anim_time*360*1-360)*18", 0, "0-math.sin(q.anim_time*360*1-280)*14"] + } + }, + "ribbon_top_right7": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-400)*20", 0, 0], + "2.0": ["0+math.sin(q.anim_time*360*1-400)*20", 0, 0] + } + }, + "ribbon_top_right8": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-440)*22", 0, 0], + "2.0": ["0+math.sin(q.anim_time*360*1-440)*22", 0, 0] + } + }, + "ribbon_top_right9": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-480)*24", 0, 0], + "2.0": ["0+math.sin(q.anim_time*360*1-480)*24", 0, 0] + } + }, + "ribbon_top_right10": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-520)*26", 0, 0], + "2.0": ["math.sin(q.anim_time*360*1-520)*26", 0, 0] + } + }, + "ribbon_top_left": { + "rotation": { + "0.0": ["-20.7723+math.sin(q.anim_time*360*1-40)*8", -13.55021, 6.49475], + "2.0": ["-20.7723+math.sin(q.anim_time*360*1-40)*8", -13.55021, 6.49475] + } + }, + "ribbon_top_left2": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-200)*10", 0, 0], + "2.0": ["0+math.sin(q.anim_time*360*1-200)*10", 0, 0] + } + }, + "ribbon_top_left3": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-240)*12", 0, 0], + "2.0": ["0+math.sin(q.anim_time*360*1-240)*12", 0, 0] + } + }, + "ribbon_top_left4": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-280)*14", 0, "0+math.sin(q.anim_time*360*1-280)*14"], + "2.0": ["0+math.sin(q.anim_time*360*1-280)*14", 0, "0+math.sin(q.anim_time*360*1-280)*14"] + } + }, + "ribbon_top_left5": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-320)*16", 0, 0], + "2.0": ["math.sin(q.anim_time*360*1-320)*16", 0, 0] + } + }, + "ribbon_top_left6": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-360)*18", 0, "0+math.sin(q.anim_time*360*1-280)*14"], + "2.0": ["math.sin(q.anim_time*360*1-360)*18", 0, "0+math.sin(q.anim_time*360*1-280)*14"] + } + }, + "ribbon_top_left7": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-400)*20", 0, 0], + "2.0": ["0+math.sin(q.anim_time*360*1-400)*20", 0, 0] + } + }, + "ribbon_top_left8": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-440)*22", 0, 0], + "2.0": ["0+math.sin(q.anim_time*360*1-440)*22", 0, 0] + } + }, + "ribbon_top_left9": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-480)*24", 0, 0], + "2.0": ["0+math.sin(q.anim_time*360*1-480)*24", 0, 0] + } + }, + "ribbon_top_left10": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-520)*26", 0, 0], + "2.0": ["math.sin(q.anim_time*360*1-520)*26", 0, 0] + } + }, + "ribbon_bottom_left": { + "rotation": { + "0.0": ["-24.2742-math.sin(q.anim_time*360*1-40)*2", "9.8578-math.sin(q.anim_time*360*1-40)*2", "11.343-math.sin(q.anim_time*360*1-40)*2"], + "2.0": ["-24.2742-math.sin(q.anim_time*360*1-40)*2", "9.8578-math.sin(q.anim_time*360*1-40)*2", "11.343-math.sin(q.anim_time*360*1-40)*2"] + } + }, + "ribbon_bottom_left2": { + "rotation": { + "0.0": ["1.4836-math.sin(q.anim_time*360*1-200)*4", "24.7818-math.sin(q.anim_time*360*1-200)*4", "28.81-math.sin(q.anim_time*360*1-200)*4"], + "2.0": ["1.4836-math.sin(q.anim_time*360*1-200)*4", "24.7818-math.sin(q.anim_time*360*1-200)*4", "28.81-math.sin(q.anim_time*360*1-200)*4"] + } + }, + "ribbon_bottom_left3": { + "rotation": { + "0.0": [5.24037, "26.5223-math.sin(q.anim_time*360*1-240)*6", 26.8427], + "2.0": [5.24037, "26.5223-math.sin(q.anim_time*360*1-240)*6", 26.8427] + } + }, + "ribbon_bottom_left4": { + "rotation": { + "0.0": [-3.43148, "-16.9856-math.sin(q.anim_time*360*1-240)*8", 18.81149], + "2.0": [-3.43148, "-16.9856-math.sin(q.anim_time*360*1-240)*8", 18.81149] + } + }, + "ribbon_bottom_left5": { + "rotation": { + "0.0": ["-2.9949-math.sin(q.anim_time*360*1-280)*10", "-7.1663-math.sin(q.anim_time*360*1-280)*10", "11.5453-math.sin(q.anim_time*360*1-280)*10"], + "2.0": ["-2.9949-math.sin(q.anim_time*360*1-280)*10", "-7.1663-math.sin(q.anim_time*360*1-280)*10", "11.5453-math.sin(q.anim_time*360*1-280)*10"] + } + }, + "ribbon_bottom_left6": { + "rotation": { + "0.0": [0, "-math.sin(q.anim_time*360*1-320)*12", 0], + "2.0": [0, "-math.sin(q.anim_time*360*1-320)*12", 0] + } + }, + "ribbon_bottom_left7": { + "rotation": { + "0.0": ["-math.sin(q.anim_time*360*1-360)*14", "-math.sin(q.anim_time*360*1-360)*14", "-math.sin(q.anim_time*360*1-360)*14"], + "2.0": ["-math.sin(q.anim_time*360*1-360)*14", "-math.sin(q.anim_time*360*1-360)*14", "-math.sin(q.anim_time*360*1-360)*14"] + } + }, + "ribbon_bottom_left8": { + "rotation": { + "0.0": [0, "0-math.sin(q.anim_time*360*1-400)*16", 0], + "2.0": [0, "0-math.sin(q.anim_time*360*1-400)*16", 0] + } + }, + "ribbon_bottom_left9": { + "rotation": { + "0.0": ["-0.1103-math.sin(q.anim_time*360*1-440)*18", "-4.9272-math.sin(q.anim_time*360*1-440)*18", "-0.8573-math.sin(q.anim_time*360*1-440)*18"], + "2.0": ["-0.1103-math.sin(q.anim_time*360*1-440)*18", "-4.9272-math.sin(q.anim_time*360*1-440)*18", "-0.8573-math.sin(q.anim_time*360*1-440)*18"] + } + }, + "ribbon_bottom_left10": { + "rotation": { + "0.0": [0, "-math.sin(q.anim_time*360*1-480)*20", 0], + "2.0": [0, "-math.sin(q.anim_time*360*1-480)*20", 0] + } + }, + "ribbon_bottom_left11": { + "rotation": { + "0.0": [0, "-math.sin(q.anim_time*360*1-520)*22", 0], + "2.0": [0, "-math.sin(q.anim_time*360*1-520)*22", 0] + } + }, + "ribbon_bottom_right": { + "rotation": { + "0.0": ["-30.2647+math.sin(q.anim_time*360*1-40)*2", "-14.6255+math.sin(q.anim_time*360*1-40)*2", "-17.2889+math.sin(q.anim_time*360*1-40)*2"], + "2.0": ["-30.2647+math.sin(q.anim_time*360*1-40)*2", "-14.6255+math.sin(q.anim_time*360*1-40)*2", "-17.2889+math.sin(q.anim_time*360*1-40)*2"] + } + }, + "ribbon_bottom_right2": { + "rotation": { + "0.0": ["8.682+math.sin(q.anim_time*360*1-200)*4", "-12.3992+math.sin(q.anim_time*360*1-200)*4", "-43.8108+math.sin(q.anim_time*360*1-200)*4"], + "2.0": ["8.682+math.sin(q.anim_time*360*1-200)*4", "-12.3992+math.sin(q.anim_time*360*1-200)*4", "-43.8108+math.sin(q.anim_time*360*1-200)*4"] + } + }, + "ribbon_bottom_right3": { + "rotation": { + "0.0": [6.41232, "-19.0283+math.sin(q.anim_time*180*1-240)*6", -23.4565], + "2.0": [6.41232, "-19.0283+math.sin(q.anim_time*180*1-240)*6", -23.4565] + } + }, + "ribbon_bottom_right4": { + "rotation": { + "0.0": [-4.27868, "14.1622+math.sin(q.anim_time*360*1-240)*8", -23.94982], + "2.0": [-4.27868, "14.1622+math.sin(q.anim_time*360*1-240)*8", -23.94982] + } + }, + "ribbon_bottom_right5": { + "rotation": { + "0.0": ["-2.7369+math.sin(q.anim_time*360*1-280)*10", "7.2433+math.sin(q.anim_time*360*1-280)*10", "-9.9663+math.sin(q.anim_time*360*1-280)*10"], + "2.0": ["-2.7369+math.sin(q.anim_time*360*1-280)*10", "7.2433+math.sin(q.anim_time*360*1-280)*10", "-9.9663+math.sin(q.anim_time*360*1-280)*10"] + } + }, + "ribbon_bottom_right6": { + "rotation": { + "0.0": [0, "math.sin(q.anim_time*360*1-320)*12", 0], + "2.0": [0, "math.sin(q.anim_time*360*1-320)*12", 0] + } + }, + "ribbon_bottom_right7": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-360)*14", "math.sin(q.anim_time*360*1-360)*14", "math.sin(q.anim_time*360*1-360)*14"], + "2.0": ["math.sin(q.anim_time*360*1-360)*14", "math.sin(q.anim_time*360*1-360)*14", "math.sin(q.anim_time*360*1-360)*14"] + } + }, + "ribbon_bottom_right8": { + "rotation": { + "0.0": [0, "0+math.sin(q.anim_time*360*1-400)*16", 0], + "2.0": [0, "0+math.sin(q.anim_time*360*1-400)*16", 0] + } + }, + "ribbon_bottom_right9": { + "rotation": { + "0.0": ["0.1103+math.sin(q.anim_time*360*1-440)*18", "4.9272+math.sin(q.anim_time*360*1-440)*18", "-0.8573+math.sin(q.anim_time*360*1-440)*18"], + "2.0": ["0.1103+math.sin(q.anim_time*360*1-440)*18", "4.9272+math.sin(q.anim_time*360*1-440)*18", "-0.8573+math.sin(q.anim_time*360*1-440)*18"] + } + }, + "ribbon_bottom_right10": { + "rotation": { + "0.0": [0, "math.sin(q.anim_time*360*1-480)*20", 0], + "2.0": [0, "math.sin(q.anim_time*360*1-480)*20", 0] + } + }, + "ribbon_bottom_right11": { + "rotation": { + "0.0": [0, "math.sin(q.anim_time*360*1-520)*22", 0], + "2.0": [0, "math.sin(q.anim_time*360*1-520)*22", 0] + } + }, + "ribbon_tip_left": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-40)*16", "math.sin(q.anim_time*360*1-40)*8", "math.sin(q.anim_time*360*1-40)*8"], + "1.375": ["math.sin(q.anim_time*360*1-40)*16", "math.sin(q.anim_time*360*1-40)*8", "math.sin(q.anim_time*360*1-40)*8"] + } + }, + "ribbon_tip_left2": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-80)*10", "math.sin(q.anim_time*360*1-80)*10", "math.sin(q.anim_time*360*1-80)*10"], + "1.375": ["math.sin(q.anim_time*360*1-80)*10", "math.sin(q.anim_time*360*1-80)*10", "math.sin(q.anim_time*360*1-80)*10"] + } + }, + "ribbon_tip_left3": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-120)*12", "math.sin(q.anim_time*360*1-120)*12", "math.sin(q.anim_time*360*1-120)*12"], + "1.375": ["math.sin(q.anim_time*360*1-120)*12", "math.sin(q.anim_time*360*1-120)*12", "math.sin(q.anim_time*360*1-120)*12"] + } + }, + "ribbon_tip_left4": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-160)*14", "math.sin(q.anim_time*360*1-160)*14", "math.sin(q.anim_time*360*1-160)*14"], + "1.375": ["math.sin(q.anim_time*360*1-160)*14", "math.sin(q.anim_time*360*1-160)*14", "math.sin(q.anim_time*360*1-160)*14"] + } + }, + "ribbon_tip_left5": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-200)*16", "math.sin(q.anim_time*360*1-200)*16", "math.sin(q.anim_time*360*1-200)*16"], + "1.375": ["math.sin(q.anim_time*360*1-200)*16", "math.sin(q.anim_time*360*1-200)*16", "math.sin(q.anim_time*360*1-200)*16"] + } + }, + "ribbon_tip_left6": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-240)*20", "math.sin(q.anim_time*360*1-240)*20", "math.sin(q.anim_time*360*1-240)*20"], + "1.375": ["math.sin(q.anim_time*360*1-240)*20", "math.sin(q.anim_time*360*1-240)*20", "math.sin(q.anim_time*360*1-240)*20"] + } + }, + "ribbon_tip_left7": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24"], + "1.375": ["math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24"] + } + }, + "ribbon_tip_left8": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-320)*28", "math.sin(q.anim_time*360*1-320)*28", "math.sin(q.anim_time*360*1-320)*28"], + "1.375": ["math.sin(q.anim_time*360*1-320)*28", "math.sin(q.anim_time*360*1-320)*28", "math.sin(q.anim_time*360*1-320)*28"] + } + }, + "ribbon_tip_left9": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-360)*32", "math.sin(q.anim_time*360*1-360)*32", "math.sin(q.anim_time*360*1-360)*32"], + "1.375": ["math.sin(q.anim_time*360*1-360)*32", "math.sin(q.anim_time*360*1-360)*32", "math.sin(q.anim_time*360*1-360)*32"] + } + }, + "ribbon_tip_left10": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-400)*36", "math.sin(q.anim_time*360*1-400)*36", "math.sin(q.anim_time*360*1-400)*36"], + "1.375": ["math.sin(q.anim_time*360*1-400)*36", "math.sin(q.anim_time*360*1-400)*36", "math.sin(q.anim_time*360*1-400)*36"] + } + }, + "ribbon_tip_left11": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-440)*40", "math.sin(q.anim_time*360*1-440)*40", "math.sin(q.anim_time*360*1-440)*40"], + "1.375": ["math.sin(q.anim_time*360*1-440)*40", "math.sin(q.anim_time*360*1-440)*40", "math.sin(q.anim_time*360*1-440)*40"] + } + }, + "ribbon_tip_left12": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-480)*44", "math.sin(q.anim_time*360*1-480)*44", "math.sin(q.anim_time*360*1-480)*44"], + "1.375": ["math.sin(q.anim_time*360*1-480)*44", "math.sin(q.anim_time*360*1-480)*44", "math.sin(q.anim_time*360*1-480)*44"] + } + }, + "ribbon_tip_right": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-40)*16", "math.sin(q.anim_time*360*1-40)*16", "math.sin(q.anim_time*360*1-40)*16"], + "1.375": ["math.sin(q.anim_time*360*1-40)*16", "math.sin(q.anim_time*360*1-40)*16", "math.sin(q.anim_time*360*1-40)*16"] + } + }, + "ribbon_tip_right2": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-80)*10", "math.sin(q.anim_time*360*1-80)*10", "math.sin(q.anim_time*360*1-80)*10"], + "1.375": ["math.sin(q.anim_time*360*1-80)*10", "math.sin(q.anim_time*360*1-80)*10", "math.sin(q.anim_time*360*1-80)*10"] + } + }, + "ribbon_tip_right3": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-120)*12", "math.sin(q.anim_time*360*1-120)*12", "math.sin(q.anim_time*360*1-120)*12"], + "1.375": ["math.sin(q.anim_time*360*1-120)*12", "math.sin(q.anim_time*360*1-120)*12", "math.sin(q.anim_time*360*1-120)*12"] + } + }, + "ribbon_tip_right4": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-160)*14", "math.sin(q.anim_time*360*1-160)*14", "math.sin(q.anim_time*360*1-160)*14"], + "1.375": ["math.sin(q.anim_time*360*1-160)*14", "math.sin(q.anim_time*360*1-160)*14", "math.sin(q.anim_time*360*1-160)*14"] + } + }, + "ribbon_tip_right5": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-200)*16", "math.sin(q.anim_time*360*1-200)*16", "math.sin(q.anim_time*360*1-200)*16"], + "1.375": ["math.sin(q.anim_time*360*1-200)*16", "math.sin(q.anim_time*360*1-200)*16", "math.sin(q.anim_time*360*1-200)*16"] + } + }, + "ribbon_tip_right6": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-240)*20", "math.sin(q.anim_time*360*1-240)*20", "math.sin(q.anim_time*360*1-240)*20"], + "1.375": ["math.sin(q.anim_time*360*1-240)*20", "math.sin(q.anim_time*360*1-240)*20", "math.sin(q.anim_time*360*1-240)*20"] + } + }, + "ribbon_tip_right7": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24"], + "1.375": ["math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24"] + } + }, + "ribbon_tip_right8": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24"], + "1.375": ["math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24"] + } + }, + "ribbon_tip_right9": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-360)*32", "math.sin(q.anim_time*360*1-360)*32", "math.sin(q.anim_time*360*1-360)*32"], + "1.375": ["math.sin(q.anim_time*360*1-360)*32", "math.sin(q.anim_time*360*1-360)*32", "math.sin(q.anim_time*360*1-360)*32"] + } + }, + "ribbon_tip_right10": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-400)*36", "math.sin(q.anim_time*360*1-400)*36", "math.sin(q.anim_time*360*1-400)*36"], + "1.375": ["math.sin(q.anim_time*360*1-400)*36", "math.sin(q.anim_time*360*1-400)*36", "math.sin(q.anim_time*360*1-400)*36"] + } + }, + "ribbon_tip_right11": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-440)*40", "math.sin(q.anim_time*360*1-440)*40", "math.sin(q.anim_time*360*1-440)*40"], + "1.375": ["math.sin(q.anim_time*360*1-440)*40", "math.sin(q.anim_time*360*1-440)*40", "math.sin(q.anim_time*360*1-440)*40"] + } + }, + "ribbon_tip_right12": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-480)*44", "math.sin(q.anim_time*360*1-480)*44", "math.sin(q.anim_time*360*1-480)*44"], + "1.375": ["math.sin(q.anim_time*360*1-480)*44", "math.sin(q.anim_time*360*1-480)*44", "math.sin(q.anim_time*360*1-480)*44"] + } + }, + "finger_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 12.5, 37.5], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 12.5, 37.5], + "lerp_mode": "catmullrom" + }, + "3.9167": { + "post": [0, 12.5, 37.5], + "lerp_mode": "catmullrom" + } + } + }, + "finger_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "3.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + } + } + }, + "finger_left3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -7.5, 50], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, -7.5, 50], + "lerp_mode": "catmullrom" + }, + "3.9167": { + "post": [0, -7.5, 50], + "lerp_mode": "catmullrom" + } + } + }, + "finger_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + }, + "3.9167": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + } + } + }, + "finger_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "3.9167": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + } + } + }, + "finger_right3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 10, -32.5], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 10, -32.5], + "lerp_mode": "catmullrom" + }, + "3.9167": { + "post": [0, 10, -32.5], + "lerp_mode": "catmullrom" + } + } + }, + "iris_right": { + "position": [1, 0, 0] + }, + "iris_left": { + "position": [-1, 0, 0] + } + } + }, + "animation.megarayquaza.special_attack": { + "animation_length": 2.4583, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [26.78, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [26.78, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 62, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-0.21, 111.81, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-0.25, 27.49, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-0.25, 27.49, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 62, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, 62, 0], + "lerp_mode": "catmullrom" + } + } + }, + "megarayquaza": { + "position": { + "0.0": [0, 57, 0], + "0.75": { + "pre": [0, 59.8, 0], + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 58, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, 59.8, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": [0, 57, 0] + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-27.4968, -0.3877, -0.14121], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-27.4968, -0.3877, -0.14121], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck2": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [5.14, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": [15, 0, 0], + "2.25": { + "pre": [12.5, 0, 0], + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": [17.5, 0, 0], + "0.9167": [0, 0, 0], + "1.75": [0, 0, 0], + "2.25": [17.5, 0, 0], + "2.4583": [17.5, 0, 0] + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [-9.89118, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [30.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [35.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [-9.89118, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "segment": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-47.5011, -0.73583, 0.09693], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-40.45897, -0.79019, 0.10409], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-40.45897, -0.79019, 0.10409], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "segment2": { + "rotation": { + "0.0": { + "post": [-40.00994, 0.12199, -0.10283], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-26.17431, -1.55885, 1.31398], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-12.81937, -1.68188, 1.41769], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-12.81937, -1.68188, 1.41769], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-40.00994, 0.12199, -0.10283], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [-40.00994, 0.12199, -0.10283], + "lerp_mode": "catmullrom" + } + } + }, + "segment3": { + "rotation": { + "0.0": { + "post": [-32.50013, 0.09135, -0.05823], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-5.0037, -0.51819, 0.3303], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-0.46693, -0.56334, 0.35908], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-0.46693, -0.56334, 0.35908], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-32.50013, 0.09135, -0.05823], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [-32.50013, 0.09135, -0.05823], + "lerp_mode": "catmullrom" + } + } + }, + "segment4": { + "rotation": { + "0.0": { + "post": [-27.43498, 0.05751, 0.06271], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [12.34174, -0.05157, -0.05623], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [17.78569, -0.05961, -0.06501], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [17.78569, -0.05961, -0.06501], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-27.43498, 0.05751, 0.06271], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [-27.43498, 0.05751, 0.06271], + "lerp_mode": "catmullrom" + } + } + }, + "segment5": { + "rotation": { + "0.0": { + "post": [52.50467, -0.4088, -0.53485], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [25.05818, 1.38842, 1.81652], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [15.52511, 1.52155, 1.9907], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [15.52511, 1.52155, 1.9907], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [52.50467, -0.4088, -0.53485], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [52.50467, -0.4088, -0.53485], + "lerp_mode": "catmullrom" + } + } + }, + "segment6": { + "rotation": { + "0.0": { + "post": [27.65212, -0.2499, -0.13016], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [21.46175, 0.70791, 0.36872], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-1.4968, 0.77886, 0.40568], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-1.4968, 0.77886, 0.40568], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [27.65212, -0.2499, -0.13016], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [27.65212, -0.2499, -0.13016], + "lerp_mode": "catmullrom" + } + } + }, + "segment7": { + "rotation": { + "0.0": { + "post": [22.5134, -1.2802, -0.53532], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [21.41014, 3.62322, -1.31582], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [1.32842, 3.98643, -1.37363], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [1.32842, 3.98643, -1.37363], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [22.5134, -1.2802, -0.53532], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [22.5134, -1.2802, -0.53532], + "lerp_mode": "catmullrom" + } + } + }, + "segment8": { + "rotation": { + "0.0": { + "post": [37.18867, -1.27925, -1.02939], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [9.54801, -0.84351, -0.67876], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0.00056, -0.81123, -0.65279], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0.00056, -0.81123, -0.65279], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [37.18867, -1.27925, -1.02939], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [37.18867, -1.27925, -1.02939], + "lerp_mode": "catmullrom" + } + } + }, + "segment9": { + "rotation": { + "0.0": { + "post": [-5.99195, -4.94383, 0.87285], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2.92759, -4.9088, 0.9217], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-3.9117, -4.90621, 0.92532], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-3.9117, -4.90621, 0.92532], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-5.99195, -4.94383, 0.87285], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [-5.99195, -4.94383, 0.87285], + "lerp_mode": "catmullrom" + } + } + }, + "segment10": { + "rotation": { + "0.0": { + "post": [-25.70459, 2.23547, -1.20916], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [6.28934, 1.66179, -0.90928], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [3.65926, 1.6193, -0.88707], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [3.65926, 1.6193, -0.88707], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-25.70459, 2.23547, -1.20916], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [-25.70459, 2.23547, -1.20916], + "lerp_mode": "catmullrom" + } + } + }, + "segment11": { + "rotation": { + "0.0": { + "post": [-15.46327, -3.31195, 0.24595], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [12.12472, -2.63069, -0.01744], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [1.66827, -2.58023, -0.03695], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [1.66827, -2.58023, -0.03695], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-15.46327, -3.31195, 0.24595], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [-15.46327, -3.31195, 0.24595], + "lerp_mode": "catmullrom" + } + } + }, + "segment13": { + "rotation": { + "0.0": { + "post": [23.51829, 1.06408, -4.52113], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [18.12644, 1.09678, -3.76484], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [2.72705, 1.0992, -3.70881], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [2.72705, 1.0992, -3.70881], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [23.51829, 1.06408, -4.52113], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [23.51829, 1.06408, -4.52113], + "lerp_mode": "catmullrom" + } + } + }, + "tip": { + "rotation": { + "0.0": [13.43584, -4.42328, 9.96611], + "1.0833": [20.93584, -4.42328, 9.96611], + "1.75": [20.93584, -4.42328, 9.96611], + "2.25": [13.43584, -4.42328, 9.96611], + "2.4583": [13.43584, -4.42328, 9.96611] + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [27.7547, -31.8882, 44.9543], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [32.37132, -28.01586, 41.24088], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [41.97443, -61.81457, 34.79707], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [32.37132, -28.01586, 41.24088], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [27.7547, -31.8882, 44.9543], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left3": { + "rotation": { + "0.0": { + "post": [0, 92.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 23.92, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 23.92, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, 92.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [20.36348, 31.88477, -42.2979], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [28.09003, 22.44268, -37.73221], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [27.5612, 47.48566, -44.56995], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [28.09003, 22.44268, -37.73221], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [20.36348, 31.88477, -42.2979], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right3": { + "rotation": { + "0.0": { + "post": [0, -75, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -14.19, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, -14.19, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, -75, 0], + "lerp_mode": "catmullrom" + } + } + }, + "segment12": { + "rotation": { + "0.0": { + "post": [21.40242, -4.05249, -2.4654], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [3.01947, -2.89292, -1.76724], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-8.34223, -2.80703, -1.71552], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-8.34223, -2.80703, -1.71552], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [21.40242, -4.05249, -2.4654], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [21.40242, -4.05249, -2.4654], + "lerp_mode": "catmullrom" + } + } + }, + "ribbon_top_right": { + "rotation": { + "0.0": ["-21.7884+math.sin(q.anim_time*360*1-40)*8", 20.26889, -9.98103], + "2.0": ["-21.7884+math.sin(q.anim_time*360*1-40)*8", 20.26889, -9.98103], + "2.4583": ["-21.7884+math.sin(q.anim_time*360*1-40)*8", 20.26889, -9.98103] + } + }, + "ribbon_top_right2": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-200)*10", 0, 0], + "2.0": ["0+math.sin(q.anim_time*360*1-200)*10", 0, 0], + "2.4583": ["0+math.sin(q.anim_time*360*1-200)*10", 0, 0] + } + }, + "ribbon_top_right3": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-240)*12", 0, 0], + "2.0": ["0+math.sin(q.anim_time*360*1-240)*12", 0, 0], + "2.4583": ["0+math.sin(q.anim_time*360*1-240)*12", 0, 0] + } + }, + "ribbon_top_right4": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-280)*14", 0, "0-math.sin(q.anim_time*360*1-280)*14"], + "2.0": ["0+math.sin(q.anim_time*360*1-280)*14", 0, "0-math.sin(q.anim_time*360*1-280)*14"], + "2.4583": ["0+math.sin(q.anim_time*360*1-280)*14", 0, "0-math.sin(q.anim_time*360*1-280)*14"] + } + }, + "ribbon_top_right5": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-320)*16", 0, 0], + "2.0": ["math.sin(q.anim_time*360*1-320)*16", 0, 0], + "2.4583": ["math.sin(q.anim_time*360*1-320)*16", 0, 0] + } + }, + "ribbon_top_right6": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-360)*18", 0, "0-math.sin(q.anim_time*360*1-280)*14"], + "2.0": ["math.sin(q.anim_time*360*1-360)*18", 0, "0-math.sin(q.anim_time*360*1-280)*14"], + "2.4583": ["math.sin(q.anim_time*360*1-360)*18", 0, "0-math.sin(q.anim_time*360*1-280)*14"] + } + }, + "ribbon_top_right7": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-400)*20", 0, 0], + "2.0": ["0+math.sin(q.anim_time*360*1-400)*20", 0, 0], + "2.4583": ["0+math.sin(q.anim_time*360*1-400)*20", 0, 0] + } + }, + "ribbon_top_right8": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-440)*22", 0, 0], + "2.0": ["0+math.sin(q.anim_time*360*1-440)*22", 0, 0], + "2.4583": ["0+math.sin(q.anim_time*360*1-440)*22", 0, 0] + } + }, + "ribbon_top_right9": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-480)*24", 0, 0], + "2.0": ["0+math.sin(q.anim_time*360*1-480)*24", 0, 0], + "2.4583": ["0+math.sin(q.anim_time*360*1-480)*24", 0, 0] + } + }, + "ribbon_top_right10": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-520)*26", 0, 0], + "2.0": ["math.sin(q.anim_time*360*1-520)*26", 0, 0], + "2.4583": ["math.sin(q.anim_time*360*1-520)*26", 0, 0] + } + }, + "ribbon_top_left": { + "rotation": { + "0.0": ["-20.7723+math.sin(q.anim_time*360*1-40)*8", -13.55021, 6.49475], + "2.0": ["-20.7723+math.sin(q.anim_time*360*1-40)*8", -13.55021, 6.49475], + "2.4583": ["-20.7723+math.sin(q.anim_time*360*1-40)*8", -13.55021, 6.49475] + } + }, + "ribbon_top_left2": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-200)*10", 0, 0], + "2.0": ["0+math.sin(q.anim_time*360*1-200)*10", 0, 0], + "2.4583": ["0+math.sin(q.anim_time*360*1-200)*10", 0, 0] + } + }, + "ribbon_top_left3": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-240)*12", 0, 0], + "2.0": ["0+math.sin(q.anim_time*360*1-240)*12", 0, 0], + "2.4583": ["0+math.sin(q.anim_time*360*1-240)*12", 0, 0] + } + }, + "ribbon_top_left4": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-280)*14", 0, "0+math.sin(q.anim_time*360*1-280)*14"], + "2.0": ["0+math.sin(q.anim_time*360*1-280)*14", 0, "0+math.sin(q.anim_time*360*1-280)*14"], + "2.4583": ["0+math.sin(q.anim_time*360*1-280)*14", 0, "0+math.sin(q.anim_time*360*1-280)*14"] + } + }, + "ribbon_top_left5": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-320)*16", 0, 0], + "2.0": ["math.sin(q.anim_time*360*1-320)*16", 0, 0], + "2.4583": ["math.sin(q.anim_time*360*1-320)*16", 0, 0] + } + }, + "ribbon_top_left6": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-360)*18", 0, "0+math.sin(q.anim_time*360*1-280)*14"], + "2.0": ["math.sin(q.anim_time*360*1-360)*18", 0, "0+math.sin(q.anim_time*360*1-280)*14"], + "2.4583": ["math.sin(q.anim_time*360*1-360)*18", 0, "0+math.sin(q.anim_time*360*1-280)*14"] + } + }, + "ribbon_top_left7": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-400)*20", 0, 0], + "2.0": ["0+math.sin(q.anim_time*360*1-400)*20", 0, 0], + "2.4583": ["0+math.sin(q.anim_time*360*1-400)*20", 0, 0] + } + }, + "ribbon_top_left8": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-440)*22", 0, 0], + "2.0": ["0+math.sin(q.anim_time*360*1-440)*22", 0, 0], + "2.4583": ["0+math.sin(q.anim_time*360*1-440)*22", 0, 0] + } + }, + "ribbon_top_left9": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*360*1-480)*24", 0, 0], + "2.0": ["0+math.sin(q.anim_time*360*1-480)*24", 0, 0], + "2.4583": ["0+math.sin(q.anim_time*360*1-480)*24", 0, 0] + } + }, + "ribbon_top_left10": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-520)*26", 0, 0], + "2.0": ["math.sin(q.anim_time*360*1-520)*26", 0, 0], + "2.4583": ["math.sin(q.anim_time*360*1-520)*26", 0, 0] + } + }, + "ribbon_bottom_left": { + "rotation": { + "0.0": ["-11.7742-math.sin(q.anim_time*360*1-40)*2", "9.8578-math.sin(q.anim_time*360*1-40)*2", "11.343-math.sin(q.anim_time*360*1-40)*2"], + "2.4583": ["-11.7742-math.sin(q.anim_time*360*1-40)*2", "9.8578-math.sin(q.anim_time*360*1-40)*2", "11.343-math.sin(q.anim_time*360*1-40)*2"] + } + }, + "ribbon_bottom_left2": { + "rotation": { + "0.0": ["1.4836-math.sin(q.anim_time*360*1-200)*4", "24.7818-math.sin(q.anim_time*360*1-200)*4", "28.81-math.sin(q.anim_time*360*1-200)*4"], + "2.0": ["1.4836-math.sin(q.anim_time*360*1-200)*4", "24.7818-math.sin(q.anim_time*360*1-200)*4", "28.81-math.sin(q.anim_time*360*1-200)*4"], + "2.4583": ["1.4836-math.sin(q.anim_time*360*1-200)*4", "24.7818-math.sin(q.anim_time*360*1-200)*4", "28.81-math.sin(q.anim_time*360*1-200)*4"] + } + }, + "ribbon_bottom_left3": { + "rotation": { + "0.0": [5.24037, "26.5223-math.sin(q.anim_time*360*1-240)*6", 26.8427], + "2.0": [5.24037, "26.5223-math.sin(q.anim_time*360*1-240)*6", 26.8427], + "2.4583": [5.24037, "26.5223-math.sin(q.anim_time*360*1-240)*6", 26.8427] + } + }, + "ribbon_bottom_left4": { + "rotation": { + "0.0": [-3.43148, "-16.9856-math.sin(q.anim_time*360*1-240)*8", 18.81149], + "2.0": [-3.43148, "-16.9856-math.sin(q.anim_time*360*1-240)*8", 18.81149], + "2.4583": [-3.43148, "-16.9856-math.sin(q.anim_time*360*1-240)*8", 18.81149] + } + }, + "ribbon_bottom_left5": { + "rotation": { + "0.0": ["-2.9949-math.sin(q.anim_time*360*1-280)*10", "-7.1663-math.sin(q.anim_time*360*1-280)*10", "11.5453-math.sin(q.anim_time*360*1-280)*10"], + "2.0": ["-2.9949-math.sin(q.anim_time*360*1-280)*10", "-7.1663-math.sin(q.anim_time*360*1-280)*10", "11.5453-math.sin(q.anim_time*360*1-280)*10"], + "2.4583": ["-2.9949-math.sin(q.anim_time*360*1-280)*10", "-7.1663-math.sin(q.anim_time*360*1-280)*10", "11.5453-math.sin(q.anim_time*360*1-280)*10"] + } + }, + "ribbon_bottom_left6": { + "rotation": { + "0.0": [0, "-math.sin(q.anim_time*360*1-320)*12", 0], + "2.0": [0, "-math.sin(q.anim_time*360*1-320)*12", 0], + "2.4583": [0, "-math.sin(q.anim_time*360*1-320)*12", 0] + } + }, + "ribbon_bottom_left7": { + "rotation": { + "0.0": ["-math.sin(q.anim_time*360*1-360)*14", "-math.sin(q.anim_time*360*1-360)*14", "-math.sin(q.anim_time*360*1-360)*14"], + "2.0": ["-math.sin(q.anim_time*360*1-360)*14", "-math.sin(q.anim_time*360*1-360)*14", "-math.sin(q.anim_time*360*1-360)*14"], + "2.4583": ["-math.sin(q.anim_time*360*1-360)*14", "-math.sin(q.anim_time*360*1-360)*14", "-math.sin(q.anim_time*360*1-360)*14"] + } + }, + "ribbon_bottom_left8": { + "rotation": { + "0.0": [0, "0-math.sin(q.anim_time*360*1-400)*16", 0], + "2.0": [0, "0-math.sin(q.anim_time*360*1-400)*16", 0], + "2.4583": [0, "0-math.sin(q.anim_time*360*1-400)*16", 0] + } + }, + "ribbon_bottom_left9": { + "rotation": { + "0.0": ["-0.1103-math.sin(q.anim_time*360*1-440)*18", "-4.9272-math.sin(q.anim_time*360*1-440)*18", "-0.8573-math.sin(q.anim_time*360*1-440)*18"], + "2.0": ["-0.1103-math.sin(q.anim_time*360*1-440)*18", "-4.9272-math.sin(q.anim_time*360*1-440)*18", "-0.8573-math.sin(q.anim_time*360*1-440)*18"], + "2.4583": ["-0.1103-math.sin(q.anim_time*360*1-440)*18", "-4.9272-math.sin(q.anim_time*360*1-440)*18", "-0.8573-math.sin(q.anim_time*360*1-440)*18"] + } + }, + "ribbon_bottom_left10": { + "rotation": { + "0.0": [0, "-math.sin(q.anim_time*360*1-480)*20", 0], + "2.0": [0, "-math.sin(q.anim_time*360*1-480)*20", 0], + "2.4583": [0, "-math.sin(q.anim_time*360*1-480)*20", 0] + } + }, + "ribbon_bottom_left11": { + "rotation": { + "0.0": [0, "-math.sin(q.anim_time*360*1-520)*22", 0], + "2.0": [0, "-math.sin(q.anim_time*360*1-520)*22", 0], + "2.4583": [0, "-math.sin(q.anim_time*360*1-520)*22", 0] + } + }, + "ribbon_bottom_right": { + "rotation": { + "0.0": ["-20.2647+math.sin(q.anim_time*360*1-40)*2", "-14.6255+math.sin(q.anim_time*360*1-40)*2", "-17.2889+math.sin(q.anim_time*360*1-40)*2"], + "2.4583": ["-20.2647+math.sin(q.anim_time*360*1-40)*2", "-14.6255+math.sin(q.anim_time*360*1-40)*2", "-17.2889+math.sin(q.anim_time*360*1-40)*2"] + } + }, + "ribbon_bottom_right2": { + "rotation": { + "0.0": ["8.682+math.sin(q.anim_time*360*1-200)*4", "-12.3992+math.sin(q.anim_time*360*1-200)*4", "-43.8108+math.sin(q.anim_time*360*1-200)*4"], + "2.0": ["8.682+math.sin(q.anim_time*360*1-200)*4", "-12.3992+math.sin(q.anim_time*360*1-200)*4", "-43.8108+math.sin(q.anim_time*360*1-200)*4"], + "2.4583": ["8.682+math.sin(q.anim_time*360*1-200)*4", "-12.3992+math.sin(q.anim_time*360*1-200)*4", "-43.8108+math.sin(q.anim_time*360*1-200)*4"] + } + }, + "ribbon_bottom_right3": { + "rotation": { + "0.0": [6.41232, "-19.0283+math.sin(q.anim_time*180*1-240)*6", -23.4565], + "2.0": [6.41232, "-19.0283+math.sin(q.anim_time*180*1-240)*6", -23.4565], + "2.4583": [6.41232, "-19.0283+math.sin(q.anim_time*180*1-240)*6", -23.4565] + } + }, + "ribbon_bottom_right4": { + "rotation": { + "0.0": [-4.27868, "14.1622+math.sin(q.anim_time*360*1-240)*8", -23.94982], + "2.0": [-4.27868, "14.1622+math.sin(q.anim_time*360*1-240)*8", -23.94982], + "2.4583": [-4.27868, "14.1622+math.sin(q.anim_time*360*1-240)*8", -23.94982] + } + }, + "ribbon_bottom_right5": { + "rotation": { + "0.0": ["-2.7369+math.sin(q.anim_time*360*1-280)*10", "7.2433+math.sin(q.anim_time*360*1-280)*10", "-9.9663+math.sin(q.anim_time*360*1-280)*10"], + "2.0": ["-2.7369+math.sin(q.anim_time*360*1-280)*10", "7.2433+math.sin(q.anim_time*360*1-280)*10", "-9.9663+math.sin(q.anim_time*360*1-280)*10"], + "2.4583": ["-2.7369+math.sin(q.anim_time*360*1-280)*10", "7.2433+math.sin(q.anim_time*360*1-280)*10", "-9.9663+math.sin(q.anim_time*360*1-280)*10"] + } + }, + "ribbon_bottom_right6": { + "rotation": { + "0.0": [0, "math.sin(q.anim_time*360*1-320)*12", 0], + "2.0": [0, "math.sin(q.anim_time*360*1-320)*12", 0], + "2.4583": [0, "math.sin(q.anim_time*360*1-320)*12", 0] + } + }, + "ribbon_bottom_right7": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-360)*14", "math.sin(q.anim_time*360*1-360)*14", "math.sin(q.anim_time*360*1-360)*14"], + "2.0": ["math.sin(q.anim_time*360*1-360)*14", "math.sin(q.anim_time*360*1-360)*14", "math.sin(q.anim_time*360*1-360)*14"], + "2.4583": ["math.sin(q.anim_time*360*1-360)*14", "math.sin(q.anim_time*360*1-360)*14", "math.sin(q.anim_time*360*1-360)*14"] + } + }, + "ribbon_bottom_right8": { + "rotation": { + "0.0": [0, "0+math.sin(q.anim_time*360*1-400)*16", 0], + "2.0": [0, "0+math.sin(q.anim_time*360*1-400)*16", 0], + "2.4583": [0, "0+math.sin(q.anim_time*360*1-400)*16", 0] + } + }, + "ribbon_bottom_right9": { + "rotation": { + "0.0": ["0.1103+math.sin(q.anim_time*360*1-440)*18", "4.9272+math.sin(q.anim_time*360*1-440)*18", "-0.8573+math.sin(q.anim_time*360*1-440)*18"], + "2.0": ["0.1103+math.sin(q.anim_time*360*1-440)*18", "4.9272+math.sin(q.anim_time*360*1-440)*18", "-0.8573+math.sin(q.anim_time*360*1-440)*18"], + "2.4583": ["0.1103+math.sin(q.anim_time*360*1-440)*18", "4.9272+math.sin(q.anim_time*360*1-440)*18", "-0.8573+math.sin(q.anim_time*360*1-440)*18"] + } + }, + "ribbon_bottom_right10": { + "rotation": { + "0.0": [0, "math.sin(q.anim_time*360*1-480)*20", 0], + "2.0": [0, "math.sin(q.anim_time*360*1-480)*20", 0], + "2.4583": [0, "math.sin(q.anim_time*360*1-480)*20", 0] + } + }, + "ribbon_bottom_right11": { + "rotation": { + "0.0": [0, "math.sin(q.anim_time*360*1-520)*22", 0], + "2.0": [0, "math.sin(q.anim_time*360*1-520)*22", 0], + "2.4583": [0, "math.sin(q.anim_time*360*1-520)*22", 0] + } + }, + "ribbon_tip_left": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-40)*16", "math.sin(q.anim_time*360*1-40)*8", "math.sin(q.anim_time*360*1-40)*8"], + "1.375": ["math.sin(q.anim_time*360*1-40)*16", "math.sin(q.anim_time*360*1-40)*8", "math.sin(q.anim_time*360*1-40)*8"], + "2.4583": ["math.sin(q.anim_time*360*1-40)*16", "math.sin(q.anim_time*360*1-40)*8", "math.sin(q.anim_time*360*1-40)*8"] + } + }, + "ribbon_tip_left2": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-80)*10", "math.sin(q.anim_time*360*1-80)*10", "math.sin(q.anim_time*360*1-80)*10"], + "1.375": ["math.sin(q.anim_time*360*1-80)*10", "math.sin(q.anim_time*360*1-80)*10", "math.sin(q.anim_time*360*1-80)*10"], + "2.4583": ["math.sin(q.anim_time*360*1-80)*10", "math.sin(q.anim_time*360*1-80)*10", "math.sin(q.anim_time*360*1-80)*10"] + } + }, + "ribbon_tip_left3": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-120)*12", "math.sin(q.anim_time*360*1-120)*12", "math.sin(q.anim_time*360*1-120)*12"], + "1.375": ["math.sin(q.anim_time*360*1-120)*12", "math.sin(q.anim_time*360*1-120)*12", "math.sin(q.anim_time*360*1-120)*12"], + "2.4583": ["math.sin(q.anim_time*360*1-120)*12", "math.sin(q.anim_time*360*1-120)*12", "math.sin(q.anim_time*360*1-120)*12"] + } + }, + "ribbon_tip_left4": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-160)*14", "math.sin(q.anim_time*360*1-160)*14", "math.sin(q.anim_time*360*1-160)*14"], + "1.375": ["math.sin(q.anim_time*360*1-160)*14", "math.sin(q.anim_time*360*1-160)*14", "math.sin(q.anim_time*360*1-160)*14"], + "2.4583": ["math.sin(q.anim_time*360*1-160)*14", "math.sin(q.anim_time*360*1-160)*14", "math.sin(q.anim_time*360*1-160)*14"] + } + }, + "ribbon_tip_left5": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-200)*16", "math.sin(q.anim_time*360*1-200)*16", "math.sin(q.anim_time*360*1-200)*16"], + "1.375": ["math.sin(q.anim_time*360*1-200)*16", "math.sin(q.anim_time*360*1-200)*16", "math.sin(q.anim_time*360*1-200)*16"], + "2.4583": ["math.sin(q.anim_time*360*1-200)*16", "math.sin(q.anim_time*360*1-200)*16", "math.sin(q.anim_time*360*1-200)*16"] + } + }, + "ribbon_tip_left6": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-240)*20", "math.sin(q.anim_time*360*1-240)*20", "math.sin(q.anim_time*360*1-240)*20"], + "1.375": ["math.sin(q.anim_time*360*1-240)*20", "math.sin(q.anim_time*360*1-240)*20", "math.sin(q.anim_time*360*1-240)*20"], + "2.4583": ["math.sin(q.anim_time*360*1-240)*20", "math.sin(q.anim_time*360*1-240)*20", "math.sin(q.anim_time*360*1-240)*20"] + } + }, + "ribbon_tip_left7": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24"], + "1.375": ["math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24"], + "2.4583": ["math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24"] + } + }, + "ribbon_tip_left8": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-320)*28", "math.sin(q.anim_time*360*1-320)*28", "math.sin(q.anim_time*360*1-320)*28"], + "1.375": ["math.sin(q.anim_time*360*1-320)*28", "math.sin(q.anim_time*360*1-320)*28", "math.sin(q.anim_time*360*1-320)*28"], + "2.4583": ["math.sin(q.anim_time*360*1-320)*28", "math.sin(q.anim_time*360*1-320)*28", "math.sin(q.anim_time*360*1-320)*28"] + } + }, + "ribbon_tip_left9": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-360)*32", "math.sin(q.anim_time*360*1-360)*32", "math.sin(q.anim_time*360*1-360)*32"], + "1.375": ["math.sin(q.anim_time*360*1-360)*32", "math.sin(q.anim_time*360*1-360)*32", "math.sin(q.anim_time*360*1-360)*32"], + "2.4583": ["math.sin(q.anim_time*360*1-360)*32", "math.sin(q.anim_time*360*1-360)*32", "math.sin(q.anim_time*360*1-360)*32"] + } + }, + "ribbon_tip_left10": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-400)*36", "math.sin(q.anim_time*360*1-400)*36", "math.sin(q.anim_time*360*1-400)*36"], + "1.375": ["math.sin(q.anim_time*360*1-400)*36", "math.sin(q.anim_time*360*1-400)*36", "math.sin(q.anim_time*360*1-400)*36"], + "2.4583": ["math.sin(q.anim_time*360*1-400)*36", "math.sin(q.anim_time*360*1-400)*36", "math.sin(q.anim_time*360*1-400)*36"] + } + }, + "ribbon_tip_left11": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-440)*40", "math.sin(q.anim_time*360*1-440)*40", "math.sin(q.anim_time*360*1-440)*40"], + "1.375": ["math.sin(q.anim_time*360*1-440)*40", "math.sin(q.anim_time*360*1-440)*40", "math.sin(q.anim_time*360*1-440)*40"], + "2.4583": ["math.sin(q.anim_time*360*1-440)*40", "math.sin(q.anim_time*360*1-440)*40", "math.sin(q.anim_time*360*1-440)*40"] + } + }, + "ribbon_tip_left12": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-480)*44", "math.sin(q.anim_time*360*1-480)*44", "math.sin(q.anim_time*360*1-480)*44"], + "1.375": ["math.sin(q.anim_time*360*1-480)*44", "math.sin(q.anim_time*360*1-480)*44", "math.sin(q.anim_time*360*1-480)*44"], + "2.4583": ["math.sin(q.anim_time*360*1-480)*44", "math.sin(q.anim_time*360*1-480)*44", "math.sin(q.anim_time*360*1-480)*44"] + } + }, + "ribbon_tip_right": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-40)*16", "math.sin(q.anim_time*360*1-40)*16", "math.sin(q.anim_time*360*1-40)*16"], + "1.375": ["math.sin(q.anim_time*360*1-40)*16", "math.sin(q.anim_time*360*1-40)*16", "math.sin(q.anim_time*360*1-40)*16"], + "2.4583": ["math.sin(q.anim_time*360*1-40)*16", "math.sin(q.anim_time*360*1-40)*16", "math.sin(q.anim_time*360*1-40)*16"] + } + }, + "ribbon_tip_right2": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-80)*10", "math.sin(q.anim_time*360*1-80)*10", "math.sin(q.anim_time*360*1-80)*10"], + "1.375": ["math.sin(q.anim_time*360*1-80)*10", "math.sin(q.anim_time*360*1-80)*10", "math.sin(q.anim_time*360*1-80)*10"], + "2.4583": ["math.sin(q.anim_time*360*1-80)*10", "math.sin(q.anim_time*360*1-80)*10", "math.sin(q.anim_time*360*1-80)*10"] + } + }, + "ribbon_tip_right3": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-120)*12", "math.sin(q.anim_time*360*1-120)*12", "math.sin(q.anim_time*360*1-120)*12"], + "1.375": ["math.sin(q.anim_time*360*1-120)*12", "math.sin(q.anim_time*360*1-120)*12", "math.sin(q.anim_time*360*1-120)*12"], + "2.4583": ["math.sin(q.anim_time*360*1-120)*12", "math.sin(q.anim_time*360*1-120)*12", "math.sin(q.anim_time*360*1-120)*12"] + } + }, + "ribbon_tip_right4": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-160)*14", "math.sin(q.anim_time*360*1-160)*14", "math.sin(q.anim_time*360*1-160)*14"], + "1.375": ["math.sin(q.anim_time*360*1-160)*14", "math.sin(q.anim_time*360*1-160)*14", "math.sin(q.anim_time*360*1-160)*14"], + "2.4583": ["math.sin(q.anim_time*360*1-160)*14", "math.sin(q.anim_time*360*1-160)*14", "math.sin(q.anim_time*360*1-160)*14"] + } + }, + "ribbon_tip_right5": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-200)*16", "math.sin(q.anim_time*360*1-200)*16", "math.sin(q.anim_time*360*1-200)*16"], + "1.375": ["math.sin(q.anim_time*360*1-200)*16", "math.sin(q.anim_time*360*1-200)*16", "math.sin(q.anim_time*360*1-200)*16"], + "2.4583": ["math.sin(q.anim_time*360*1-200)*16", "math.sin(q.anim_time*360*1-200)*16", "math.sin(q.anim_time*360*1-200)*16"] + } + }, + "ribbon_tip_right6": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-240)*20", "math.sin(q.anim_time*360*1-240)*20", "math.sin(q.anim_time*360*1-240)*20"], + "1.375": ["math.sin(q.anim_time*360*1-240)*20", "math.sin(q.anim_time*360*1-240)*20", "math.sin(q.anim_time*360*1-240)*20"], + "2.4583": ["math.sin(q.anim_time*360*1-240)*20", "math.sin(q.anim_time*360*1-240)*20", "math.sin(q.anim_time*360*1-240)*20"] + } + }, + "ribbon_tip_right7": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24"], + "1.375": ["math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24"], + "2.4583": ["math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24"] + } + }, + "ribbon_tip_right8": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24"], + "1.375": ["math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24"], + "2.4583": ["math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24", "math.sin(q.anim_time*360*1-280)*24"] + } + }, + "ribbon_tip_right9": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-360)*32", "math.sin(q.anim_time*360*1-360)*32", "math.sin(q.anim_time*360*1-360)*32"], + "1.375": ["math.sin(q.anim_time*360*1-360)*32", "math.sin(q.anim_time*360*1-360)*32", "math.sin(q.anim_time*360*1-360)*32"], + "2.4583": ["math.sin(q.anim_time*360*1-360)*32", "math.sin(q.anim_time*360*1-360)*32", "math.sin(q.anim_time*360*1-360)*32"] + } + }, + "ribbon_tip_right10": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-400)*36", "math.sin(q.anim_time*360*1-400)*36", "math.sin(q.anim_time*360*1-400)*36"], + "1.375": ["math.sin(q.anim_time*360*1-400)*36", "math.sin(q.anim_time*360*1-400)*36", "math.sin(q.anim_time*360*1-400)*36"], + "2.4583": ["math.sin(q.anim_time*360*1-400)*36", "math.sin(q.anim_time*360*1-400)*36", "math.sin(q.anim_time*360*1-400)*36"] + } + }, + "ribbon_tip_right11": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-440)*40", "math.sin(q.anim_time*360*1-440)*40", "math.sin(q.anim_time*360*1-440)*40"], + "1.375": ["math.sin(q.anim_time*360*1-440)*40", "math.sin(q.anim_time*360*1-440)*40", "math.sin(q.anim_time*360*1-440)*40"], + "2.4583": ["math.sin(q.anim_time*360*1-440)*40", "math.sin(q.anim_time*360*1-440)*40", "math.sin(q.anim_time*360*1-440)*40"] + } + }, + "ribbon_tip_right12": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-480)*44", "math.sin(q.anim_time*360*1-480)*44", "math.sin(q.anim_time*360*1-480)*44"], + "1.375": ["math.sin(q.anim_time*360*1-480)*44", "math.sin(q.anim_time*360*1-480)*44", "math.sin(q.anim_time*360*1-480)*44"], + "2.4583": ["math.sin(q.anim_time*360*1-480)*44", "math.sin(q.anim_time*360*1-480)*44", "math.sin(q.anim_time*360*1-480)*44"] + } + }, + "finger_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 12.5, 37.5], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 12.5, 37.5], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "finger_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "finger_left3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -7.5, 50], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, -7.5, 50], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "finger_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "finger_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "finger_right3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 10, -32.5], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 10, -32.5], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.megarayquaza.physical_attack": { + "animation_length": 3.75, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [117.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [117.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [117.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-90, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-145, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-170, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-301.96, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-372.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": [-372.5, 0, 0], + "2.7083": [-372.5, 0, 0], + "2.75": {"pre": [-372.5, 0, 0], "post": [-12.5, 0, 0]} + }, + "position": { + "0.0": { + "post": [0, 62, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 106, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 293, -17], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 586, -17], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 622, -113], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 549, -143], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 366, -143], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 110, -143], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 40.98, -152], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -32, -256], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 23, -359], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 142, -359], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 188, -265], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 186, 68], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 49, 96], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": [0, 62, 0], + "2.7083": [0, 62, 0], + "2.75": {"pre": [0, 62, 0], "post": [0, 62, 0]} + } + }, + "megarayquaza": { + "rotation": [0, 0, 0], + "position": { + "0.0": [0, 57, 0], + "1.75": [0, 57, 18], + "2.7083": [0, 57, 0], + "2.75": [0, 57, 0] + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-50, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-48.32, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-0.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [6.99, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": [20, 0, 0], + "2.75": [20, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 1, 2], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 1, 2], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 1, 2], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 1, 2], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 2.14, 0.28], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 2.14, 0.28], + "lerp_mode": "catmullrom" + }, + "2.7083": [0, 0, 0], + "2.75": [0, 0, 0] + } + }, + "neck2": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-1.27, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0.64, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-18.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [1.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": [12.5, 0, 0], + "2.75": [12.5, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [1.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0.33, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-6.21, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-6.21, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": [17.5, 0, 0], + "2.75": [17.5, 0, 0] + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [30.10882, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [22.61, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-9.92, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-9.92, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [57.61, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [47.61, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [47.61, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-4.89, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-4.89, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-4.89, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-4.89, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": [30.10882, 0, 0], + "2.75": [30.10882, 0, 0] + } + }, + "segment": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-50, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-51, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [12.95, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [15.45, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": [-7.5, 0, 0], + "2.75": [-7.5, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 3, 1], + "lerp_mode": "catmullrom" + }, + "2.7083": [0, 0, 0], + "2.75": [0, 0, 0] + } + }, + "segment2": { + "rotation": { + "0.0": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-7.62, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-6.85, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [12.24, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [12.24, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": [-40, 0, 0], + "2.75": [-40, 0, 0] + } + }, + "segment3": { + "rotation": { + "0.0": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-7.31, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [12.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [14.9, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": [-32.5, 0, 0], + "2.75": [-32.5, 0, 0] + } + }, + "segment4": { + "rotation": { + "0.0": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-14.69, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-5.73152, 0.22985, -1.28529], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [1.02, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [14.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [4.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": [-27.5, 0, 0], + "2.75": [-27.5, 0, 0] + } + }, + "segment5": { + "rotation": { + "0.0": { + "post": [52.50467, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [2.50467, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [5.00467, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-4.83908, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-7.49533, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-0.00787, 0.27911, -0.01818], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-0.00787, 0.27911, -0.01818], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [7.49213, 0.27911, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [7.49213, 0.27911, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [4.99213, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [4.99213, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-0.00787, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [8.45, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [20.41504, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [12.91504, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": [52.50467, 0, 0], + "2.75": [52.50467, 0, 0] + } + }, + "segment6": { + "rotation": { + "0.0": { + "post": [27.65212, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [12.65212, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-2.34788, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-7.03538, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0.59482, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-13.26224, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-13.26224, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-24.56, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-0.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-0.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [9.24, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [9.24, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-1.08, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [1.74, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [1.83, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [11.83, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": [27.65212, 0, 0], + "2.75": [27.65212, 0, 0] + } + }, + "segment7": { + "rotation": { + "0.0": { + "post": [22.5134, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0.0134, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2.51342, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-14.9866, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-19.99, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-21.93, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0.01, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0.01, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-3.41, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [17.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [17.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [17.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [1.28, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [18.78, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": [22.5134, 0, 0], + "2.75": [22.5134, 0, 0] + } + }, + "segment8": { + "rotation": { + "0.0": { + "post": [37.18867, -1.27925, -1.02939], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-0.31133, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-0.31191, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-5.31191, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-7.81, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-5.29294, 1.91621, -0.35103], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [2.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [2.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [2.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [4.69, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [14.69, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [9.69, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [12.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [2.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [21.45081, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [16.45081, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": [37.18867, -1.27925, -1.02939], + "2.75": [37.18867, -1.27925, -1.02939] + } + }, + "segment9": { + "rotation": { + "0.0": { + "post": [-5.99195, -4.94383, 0.87285], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [9.00805, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-2.55231, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-2.55231, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-25.05, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-7.55, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-5.05, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-2.55, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-2.55, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [9.95, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [9.95, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-2.55, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [14.45351, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [6.95351, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": [-5.99195, -4.94383, 0.87285], + "2.75": [-5.99195, -4.94383, 0.87285] + } + }, + "segment10": { + "rotation": { + "0.0": { + "post": [-25.70459, 2.23547, -1.20916], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [9.29541, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-3.72739, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-3.72946, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-28.73, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-8.73, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-1.79, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [1.27, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [1.27, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [3.77, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [8.77, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [8.77, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [14.35843, 0.15092, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [3.77, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [5.71886, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [10.71886, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": [-25.70459, 2.23547, -1.20916], + "2.75": [-25.70459, 2.23547, -1.20916] + } + }, + "segment11": { + "rotation": { + "0.0": { + "post": [-15.46327, -3.31195, 0.24595], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [7.03673, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2.03673, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [2.26, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [2.53213, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [2.53213, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [2.53213, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [5.03213, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [5.03213, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [15.65213, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0.03213, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [7.25235, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0.03213, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": [-15.46327, -3.31195, 0.24595], + "2.75": [-15.46327, -3.31195, 0.24595] + } + }, + "segment13": { + "rotation": { + "0.0": { + "post": [23.51829, 1.06408, -4.52113], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [3.51829, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-1.48171, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-1.48171, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [1.02, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-13.98, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-4.63, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [1.02, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [1.02, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [3.52, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [11.02, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [11.02, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [10.89842, -0.29899, 1.50196], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [20.92107, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": [23.51829, 1.06408, -4.52113], + "2.75": [23.51829, 1.06408, -4.52113] + } + }, + "tip": { + "rotation": { + "0.0": { + "post": [13.43584, -4.42328, 9.96611], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [3.43584, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [3.43584, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [3.43584, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-1.56, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-26.56, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-1.56, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-1.56, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [13.12756, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [13.12756, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-4.37244, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [3.46853, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-4.37244, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": [13.43584, -4.42328, 9.96611], + "2.75": [13.43584, -4.42328, 9.96611] + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [27.7547, -31.8882, 44.9543], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [40.19312, -70.23364, 36.60226], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [40.19312, -70.23364, 36.60226], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [27.7547, -31.8882, 44.9543], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [27.7547, -31.8882, 44.9543], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [27.7547, -31.8882, 44.9543], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [40.82118, -52.78029, 25.96628], + "lerp_mode": "catmullrom" + }, + "2.7083": [27.7547, -31.8882, 44.9543], + "2.75": [27.7547, -31.8882, 44.9543] + } + }, + "arm_left3": { + "rotation": { + "0.0": { + "post": [0, 92.5, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 35, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 35, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 92.5, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 92.5, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 32.5, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": [0, 92.5, 0], + "2.75": [0, 92.5, 0] + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [20.36348, 31.88477, -42.2979], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [23.54817, 64.15922, -42.52669], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [23.54817, 64.15922, -42.52669], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [20.36348, 31.88477, -42.2979], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [20.36348, 31.88477, -42.2979], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [20.36348, 31.88477, -42.2979], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [32.58947, 56.73092, -25.26623], + "lerp_mode": "catmullrom" + }, + "2.7083": [20.36348, 31.88477, -42.2979], + "2.75": [20.36348, 31.88477, -42.2979] + } + }, + "arm_right3": { + "rotation": { + "0.0": { + "post": [0, -75, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -75, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, -75, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": [0, -75, 0], + "2.75": [0, -75, 0] + } + }, + "segment12": { + "rotation": { + "0.0": { + "post": [21.40242, -4.05249, -2.4654], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [8.90242, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [1.40242, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [1.40242, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-1.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-11.46224, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-18.57194, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-4.3623, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-2.58697, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-2.58697, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [4.80576, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [14.80576, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [14.80576, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-2.69424, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [12.94, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": [21.40242, -4.05249, -2.4654], + "2.75": [21.40242, -4.05249, -2.4654] + } + }, + "ribbon_bottom_left": { + "rotation": { + "0.0": ["-24.2742-math.sin(q.anim_time*360*1-40)*2", "9.8578-math.sin(q.anim_time*360*1-40)*2", "11.343-math.sin(q.anim_time*360*1-40)*2"], + "0.25": [-10, 0, 0], + "0.6667": { + "pre": [10.63, 0, 0], + "post": [10.63, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": [17.5, 0, 0], + "2.25": [17.5, 0, 0], + "2.75": ["-24.2742-math.sin(q.anim_time*360*1-40)*2", "9.8578-math.sin(q.anim_time*360*1-40)*2", "11.343-math.sin(q.anim_time*360*1-40)*2"] + } + }, + "ribbon_bottom_left2": { + "rotation": { + "0.0": ["1.4836-math.sin(q.anim_time*360*1-200)*4", "24.7818-math.sin(q.anim_time*360*1-200)*4", "28.81-math.sin(q.anim_time*360*1-200)*4"], + "0.25": [2.5, 0, 0], + "0.6667": { + "pre": [-18.12, 0, 0], + "post": [-18.12, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": [27.5, 0, 0], + "2.25": [27.5, 0, 0], + "2.75": ["1.4836-math.sin(q.anim_time*360*1-200)*4", "24.7818-math.sin(q.anim_time*360*1-200)*4", "28.81-math.sin(q.anim_time*360*1-200)*4"] + } + }, + "ribbon_bottom_left3": { + "rotation": { + "0.0": [5.24037, "26.5223-math.sin(q.anim_time*360*1-240)*6", 26.8427], + "0.25": [7.5, 0, 0], + "0.5": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": [5, 0, 0], + "2.25": [5, 0, 0], + "2.75": [5.24037, "26.5223-math.sin(q.anim_time*360*1-240)*6", 26.8427] + } + }, + "ribbon_bottom_left4": { + "rotation": { + "0.0": [-3.43148, "-16.9856-math.sin(q.anim_time*360*1-240)*8", 18.81149], + "0.25": [5, 0, 0], + "0.6667": { + "pre": [-0.94, 0, 0], + "post": [-0.94, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": [12.5, 0, 0], + "2.25": [12.5, 0, 0], + "2.75": [-3.43148, "-16.9856-math.sin(q.anim_time*360*1-240)*8", 18.81149] + } + }, + "ribbon_bottom_left5": { + "rotation": { + "0.0": ["-2.9949-math.sin(q.anim_time*360*1-280)*10", "-7.1663-math.sin(q.anim_time*360*1-280)*10", "11.5453-math.sin(q.anim_time*360*1-280)*10"], + "0.25": [10, 0, 0], + "0.5": { + "pre": [-5, 0, 0], + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [9, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": [15, 0, 0], + "2.25": [15, 0, 0], + "2.75": ["-2.9949-math.sin(q.anim_time*360*1-280)*10", "-7.1663-math.sin(q.anim_time*360*1-280)*10", "11.5453-math.sin(q.anim_time*360*1-280)*10"] + } + }, + "ribbon_bottom_left6": { + "rotation": { + "0.0": [0, "-math.sin(q.anim_time*360*1-320)*12", 0], + "0.25": [5, 0, 0], + "0.6667": { + "pre": [2.5, 0, 0], + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": [0, 0, 0], + "2.25": [0, 0, 0], + "2.75": [0, "-math.sin(q.anim_time*360*1-320)*12", 0] + } + }, + "ribbon_bottom_left7": { + "rotation": { + "0.0": ["-math.sin(q.anim_time*360*1-360)*14", "-math.sin(q.anim_time*360*1-360)*14", "-math.sin(q.anim_time*360*1-360)*14"], + "0.25": [7.5, 0, 0], + "0.5": { + "pre": [-5, 0, 0], + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [2, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": [10, 0, 0], + "2.25": [10, 0, 0], + "2.75": ["-math.sin(q.anim_time*360*1-360)*14", "-math.sin(q.anim_time*360*1-360)*14", "-math.sin(q.anim_time*360*1-360)*14"] + } + }, + "ribbon_bottom_left8": { + "rotation": { + "0.0": [0, "0-math.sin(q.anim_time*360*1-400)*16", 0], + "0.25": [7.5, 0, 0], + "0.5": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": [12.5, 0, 0], + "2.25": [12.5, 0, 0], + "2.75": [0, "0-math.sin(q.anim_time*360*1-400)*16", 0] + } + }, + "ribbon_bottom_left9": { + "rotation": { + "0.0": ["-0.1103-math.sin(q.anim_time*360*1-440)*18", "-4.9272-math.sin(q.anim_time*360*1-440)*18", "-0.8573-math.sin(q.anim_time*360*1-440)*18"], + "0.25": [7.5, 0, 0], + "0.5": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [2, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": [7.5, 0, 0], + "2.25": [7.5, 0, 0], + "2.75": ["-0.1103-math.sin(q.anim_time*360*1-440)*18", "-4.9272-math.sin(q.anim_time*360*1-440)*18", "-0.8573-math.sin(q.anim_time*360*1-440)*18"] + } + }, + "ribbon_bottom_left10": { + "rotation": { + "0.0": [0, "-math.sin(q.anim_time*360*1-480)*20", 0], + "0.25": [12.5, 0, 0], + "0.5": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": [15, 0, 0], + "2.25": [15, 0, 0], + "2.75": [0, "-math.sin(q.anim_time*360*1-480)*20", 0] + } + }, + "ribbon_bottom_left11": { + "rotation": { + "0.0": [0, "-math.sin(q.anim_time*360*1-520)*22", 0], + "0.25": [7.5, 0, 0], + "0.6667": { + "pre": [2.5, 0, 0], + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": [30, 0, 0], + "2.25": [30, 0, 0], + "2.75": [0, "-math.sin(q.anim_time*360*1-520)*22", 0] + } + }, + "ribbon_bottom_right": { + "rotation": { + "0.0": ["-30.2647+math.sin(q.anim_time*360*1-40)*2", "-14.6255+math.sin(q.anim_time*360*1-40)*2", "-17.2889+math.sin(q.anim_time*360*1-40)*2"], + "0.25": [-5, 0, 0], + "0.6667": { + "pre": [2.61, 0, 0], + "post": [2.61, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-16.87, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": [30, 0, 0], + "2.25": [30, 0, 0], + "2.75": ["-30.2647+math.sin(q.anim_time*360*1-40)*2", "-14.6255+math.sin(q.anim_time*360*1-40)*2", "-17.2889+math.sin(q.anim_time*360*1-40)*2"] + } + }, + "ribbon_bottom_right2": { + "rotation": { + "0.0": ["8.682+math.sin(q.anim_time*360*1-200)*4", "-12.3992+math.sin(q.anim_time*360*1-200)*4", "-43.8108+math.sin(q.anim_time*360*1-200)*4"], + "0.25": [2.5, 0, 0], + "0.6667": { + "pre": [3.75, 0, 0], + "post": [3.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": [12.5, 0, 0], + "2.25": [12.5, 0, 0], + "2.75": ["8.682+math.sin(q.anim_time*360*1-200)*4", "-12.3992+math.sin(q.anim_time*360*1-200)*4", "-43.8108+math.sin(q.anim_time*360*1-200)*4"] + } + }, + "ribbon_bottom_right3": { + "rotation": { + "0.0": [6.41232, "-19.0283+math.sin(q.anim_time*180*1-240)*6", -23.4565], + "0.25": [2.5, 0, 0], + "0.6667": { + "pre": [-1.25, 0, 0], + "post": [-1.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": [10, 0, 0], + "2.25": [10, 0, 0], + "2.75": [6.41232, "-19.0283+math.sin(q.anim_time*180*1-240)*6", -23.4565] + } + }, + "ribbon_bottom_right4": { + "rotation": { + "0.0": [-4.27868, "14.1622+math.sin(q.anim_time*360*1-240)*8", -23.94982], + "0.25": [2.5, 0, 0], + "0.6667": { + "pre": [-9.37, 0, 0], + "post": [-9.37, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": [12.5, 0, 0], + "2.25": [12.5, 0, 0], + "2.75": [-4.27868, "14.1622+math.sin(q.anim_time*360*1-240)*8", -23.94982] + } + }, + "ribbon_bottom_right5": { + "rotation": { + "0.0": ["-2.7369+math.sin(q.anim_time*360*1-280)*10", "7.2433+math.sin(q.anim_time*360*1-280)*10", "-9.9663+math.sin(q.anim_time*360*1-280)*10"], + "0.25": [12.5, 0, 0], + "0.5": { + "pre": [-2.5, 0, 0], + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": [2.5, 0, 0], + "2.25": [2.5, 0, 0], + "2.75": ["-2.7369+math.sin(q.anim_time*360*1-280)*10", "7.2433+math.sin(q.anim_time*360*1-280)*10", "-9.9663+math.sin(q.anim_time*360*1-280)*10"] + } + }, + "ribbon_bottom_right6": { + "rotation": { + "0.0": [0, "math.sin(q.anim_time*360*1-320)*12", 0], + "0.25": [2.5, 0, 0], + "0.5": { + "pre": [-5, 0, 0], + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-1.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": [27.5, 0, 0], + "2.25": [27.5, 0, 0], + "2.75": [0, "math.sin(q.anim_time*360*1-320)*12", 0] + } + }, + "ribbon_bottom_right7": { + "rotation": { + "0.0": ["math.sin(q.anim_time*360*1-360)*14", "math.sin(q.anim_time*360*1-360)*14", "math.sin(q.anim_time*360*1-360)*14"], + "0.25": [12.5, 0, 0], + "0.5": { + "pre": [2.5, 0, 0], + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": [-20, 0, 0], + "2.25": [-20, 0, 0], + "2.75": ["math.sin(q.anim_time*360*1-360)*14", "math.sin(q.anim_time*360*1-360)*14", "math.sin(q.anim_time*360*1-360)*14"] + } + }, + "ribbon_bottom_right8": { + "rotation": { + "0.0": [0, "0+math.sin(q.anim_time*360*1-400)*16", 0], + "0.25": [2.5, 0, 0], + "0.6667": { + "pre": [-3.44, 0, 0], + "post": [-3.44, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": [2.5, 0, 0], + "2.25": [2.5, 0, 0], + "2.75": [0, "0+math.sin(q.anim_time*360*1-400)*16", 0] + } + }, + "ribbon_bottom_right9": { + "rotation": { + "0.0": ["0.1103+math.sin(q.anim_time*360*1-440)*18", "4.9272+math.sin(q.anim_time*360*1-440)*18", "-0.8573+math.sin(q.anim_time*360*1-440)*18"], + "0.25": [17.5, 0, 0], + "0.5": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [3, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": [17.5, 0, 0], + "2.25": [17.5, 0, 0], + "2.75": ["0.1103+math.sin(q.anim_time*360*1-440)*18", "4.9272+math.sin(q.anim_time*360*1-440)*18", "-0.8573+math.sin(q.anim_time*360*1-440)*18"] + } + }, + "ribbon_bottom_right10": { + "rotation": { + "0.0": [0, "math.sin(q.anim_time*360*1-480)*20", 0], + "0.25": [2.5, 0, 0], + "0.6667": { + "pre": [3.02, 0, 0], + "post": [3.02, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-0.67, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [6.86, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [6.86, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [21.53, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [16.46, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [16.46, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [6.17, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": [10.65, 0, 0], + "2.25": [10.65, 0, 0], + "2.75": [0, "math.sin(q.anim_time*360*1-480)*20", 0] + } + }, + "ribbon_bottom_right11": { + "rotation": { + "0.0": [0, "math.sin(q.anim_time*360*1-520)*22", 0], + "0.25": [10, 0, 0], + "0.6667": { + "pre": [2.71, 0, 0], + "post": [2.71, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [2.33, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-2.77, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-2.77, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-7.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0.69, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0.69, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [5.57, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": [25.1, 0, 0], + "2.25": [25.1, 0, 0], + "2.75": [0, "math.sin(q.anim_time*360*1-520)*22", 0] + } + }, + "ribbon_top_right": { + "rotation": { + "0.0": ["-21.7884+math.sin(q.anim_time*90*1-40)*8", 20.26889, -9.98103], + "0.25": [-22.38775, 22.20909, -0.55735], + "0.6667": { + "pre": [-7.38775, 22.20909, -0.55735], + "post": [-7.38775, 22.20909, -0.55735], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-33.31763, 32.87171, -7.93524], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [19.47345, 24.31829, 3.51451], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [19.47345, 24.31829, 3.51451], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [44.90991, 7.41756, 6.72555], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [19.47345, 24.31829, 3.51451], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [14.47345, 24.31829, 3.51451], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [16.97345, 24.31829, 3.51451], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [19.47345, 24.31829, 3.51451], + "lerp_mode": "catmullrom" + }, + "2.25": [19.47345, 24.31829, 3.51451], + "2.3333": [19.47345, 24.31829, 3.51451], + "2.75": ["-21.7884+math.sin(q.anim_time*90*1-40)*8", 20.26889, -9.98103] + } + }, + "ribbon_top_right2": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*90*1-200)*10", 0, 0], + "0.25": [-12.5, 0, 0], + "0.6667": { + "pre": [5, 0, 0], + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": [7.5, 0, 0], + "2.3333": [7.5, 0, 0], + "2.75": ["0+math.sin(q.anim_time*90*1-200)*10", 0, 0] + } + }, + "ribbon_top_right3": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*90*1-240)*12", 0, 0], + "0.25": [22.5, 0, 0], + "0.6667": { + "pre": [-7.5, 0, 0], + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": [20, 0, 0], + "2.3333": [20, 0, 0], + "2.75": ["0+math.sin(q.anim_time*90*1-240)*12", 0, 0] + } + }, + "ribbon_top_right4": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*90*1-280)*14", 0, "0-math.sin(q.anim_time*90*1-280)*14"], + "0.25": [15, 0, 22.5], + "0.6667": { + "pre": [-2.50238, -2.49762, 22.60912], + "post": [-2.50238, -2.49762, 22.60912], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-20.06062, -12.48791, 23.05404], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-14.74126, 4.43232, 18.55916], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-14.74126, 4.43232, 18.55916], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-4.74126, 4.43232, 18.55916], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-2.24126, 4.43232, 18.55916], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-2.24126, 4.43232, 18.55916], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-9.74126, 4.43232, 18.55916], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-2.24126, 4.43232, 18.55916], + "lerp_mode": "catmullrom" + }, + "2.25": [-2.24126, 4.43232, 18.55916], + "2.3333": [-2.24126, 4.43232, 18.55916], + "2.75": ["0+math.sin(q.anim_time*90*1-280)*14", 0, "0-math.sin(q.anim_time*90*1-280)*14"] + } + }, + "ribbon_top_right5": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*1-320)*16", 0, 0], + "0.25": [22.52713, -6.24209, -6.50469], + "0.6667": { + "pre": [5.16712, -1.1118, -7.0246], + "post": [5.16712, -1.1118, -7.0246], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-4.71868, -0.19896, -16.98361], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [5.28132, -0.19896, -16.98361], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [5.28132, -0.19896, -16.98361], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-12.21868, -0.19896, -16.98361], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [55.28132, -0.19896, -16.98361], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [55.28132, -0.19896, -16.98361], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [10.28132, -0.19896, -16.98361], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [55.28132, -0.19896, -16.98361], + "lerp_mode": "catmullrom" + }, + "2.25": [55.28132, -0.19896, -16.98361], + "2.3333": [55.28132, -0.19896, -16.98361], + "2.75": ["math.sin(q.anim_time*90*1-320)*16", 0, 0] + } + }, + "ribbon_top_right6": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*1-360)*18", 0, "0-math.sin(q.anim_time*90*1-280)*14"], + "0.25": [5, 0, 0], + "0.6667": { + "pre": [-12.5, 0, 0], + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-10.10443, 7.32123, -1.63219], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-0.10443, 7.32123, -1.63219], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-0.10443, 7.32123, -1.63219], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [22.39557, 7.32123, -1.63219], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [12.39557, 7.32123, -1.63219], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [12.39557, 7.32123, -1.63219], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [4.89557, 7.32123, -1.63219], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [12.39557, 7.32123, -1.63219], + "lerp_mode": "catmullrom" + }, + "2.25": [12.39557, 7.32123, -1.63219], + "2.3333": [12.39557, 7.32123, -1.63219], + "2.75": ["math.sin(q.anim_time*90*1-360)*18", 0, "0-math.sin(q.anim_time*90*1-280)*14"] + } + }, + "ribbon_top_right7": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*90*1-400)*20", 0, 0], + "0.25": [10, 0, 0], + "0.6667": { + "pre": [2.5, 0, 0], + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": [15, 0, 0], + "2.3333": [15, 0, 0], + "2.75": ["0+math.sin(q.anim_time*90*1-400)*20", 0, 0] + } + }, + "ribbon_top_right8": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*90*1-440)*22", 0, 0], + "0.25": [10, 0, 0], + "0.6667": { + "pre": [-7.5, 0, 0], + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-4.76968, 1.50179, 17.43745], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": [-5, 0, 0], + "2.3333": [-5, 0, 0], + "2.75": ["0+math.sin(q.anim_time*90*1-440)*22", 0, 0] + } + }, + "ribbon_top_right9": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*90*1-480)*24", 0, 0], + "0.25": [10, 0, 0], + "0.6667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": [7.5, 0, 0], + "2.3333": [7.5, 0, 0], + "2.75": ["0+math.sin(q.anim_time*90*1-480)*24", 0, 0] + } + }, + "ribbon_top_right10": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*1-520)*26", 0, 0], + "0.25": [5, 0, 30], + "0.6667": { + "pre": [4.69986, 1.70818, 10.0701], + "post": [4.69986, 1.70818, 10.0701], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [4.76968, 1.50179, 12.56255], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-25.23032, 1.50179, 12.56255], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-25.23032, 1.50179, 12.56255], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-25.50568, 8.2804, 9.33945], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-15.50568, 8.2804, 9.33945], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-15.50568, 8.2804, 9.33945], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-15.34268, 1.04979, 11.33948], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-15.50568, 8.2804, 9.33945], + "lerp_mode": "catmullrom" + }, + "2.25": [-15.50568, 8.2804, 9.33945], + "2.3333": [-15.50568, 8.2804, 9.33945], + "2.75": ["math.sin(q.anim_time*90*1-520)*26", 0, 0] + } + }, + "ribbon_top_left": { + "rotation": { + "0.0": ["-20.7723+math.sin(q.anim_time*90*1-40)*8", -13.55021, 6.49475], + "0.25": [2.71994, -19.82169, -7.97532], + "0.6667": { + "pre": [0.90956, -19.98015, -2.66022], + "post": [0.90956, -19.98015, -2.66022], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-21.53872, -8.23537, 3.13001], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [19.70636, -16.75869, -22.43163], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [19.70636, -16.75869, -22.43163], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [64.78055, -24.48923, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [33.53739, -13.92244, -34.24274], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [28.53739, -13.92244, -34.24274], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [21.03739, -13.92244, -34.24274], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [33.53739, -13.92244, -34.24274], + "lerp_mode": "catmullrom" + }, + "2.25": [33.53739, -13.92244, -34.24274], + "2.3333": [33.53739, -13.92244, -34.24274], + "2.75": ["-20.7723+math.sin(q.anim_time*90*1-40)*8", -13.55021, 6.49475] + } + }, + "ribbon_top_left2": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*90*1-200)*10", 0, 0], + "0.25": [-17.5, 0, 0], + "0.6667": { + "pre": [-12.5, 0, 0], + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-17.64168, -7.15102, 2.26708], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-17.64168, -7.15102, 2.26708], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-21.73628, -5.45777, -3.77768], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [9.96413, 16.25053, 19.22636], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [9.96413, 16.25053, 19.22636], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [2.46413, 16.25053, 19.22636], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [9.96413, 16.25053, 19.22636], + "lerp_mode": "catmullrom" + }, + "2.25": [9.96413, 16.25053, 19.22636], + "2.3333": [9.96413, 16.25053, 19.22636], + "2.75": ["0+math.sin(q.anim_time*90*1-200)*10", 0, 0] + } + }, + "ribbon_top_left3": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*90*1-240)*12", 0, 0], + "0.25": [-7.5, 0, 0], + "0.6667": { + "pre": [-10, 0, 0], + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": [20, 0, 0], + "2.3333": [20, 0, 0], + "2.75": ["0+math.sin(q.anim_time*90*1-240)*12", 0, 0] + } + }, + "ribbon_top_left4": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*90*1-280)*14", 0, "0+math.sin(q.anim_time*90*1-280)*14"], + "0.25": [12.5, 0, -10], + "0.6667": { + "pre": [10, 0, -10], + "post": [10, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-20, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-15, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-16.36591, -2.84069, -18.43504], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [8.63409, -2.84069, -18.43504], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [8.63409, -2.84069, -18.43504], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [1.13409, -2.84069, -18.43504], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [8.63409, -2.84069, -18.43504], + "lerp_mode": "catmullrom" + }, + "2.25": [8.63409, -2.84069, -18.43504], + "2.3333": [8.63409, -2.84069, -18.43504], + "2.75": ["0+math.sin(q.anim_time*90*1-280)*14", 0, "0+math.sin(q.anim_time*90*1-280)*14"] + } + }, + "ribbon_top_left5": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*1-320)*16", 0, 0], + "0.25": [22.55673, 10.7471, -6.37615], + "0.6667": { + "pre": [16.72832, 5.76707, 5.21338], + "post": [16.72832, 5.76707, 5.21338], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-13.27168, 5.76707, 5.21338], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-0.76813, -1.73225, 5.31415], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-0.76813, -1.73225, 5.31415], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [6.58746, -9.26467, 6.07668], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [26.58746, -9.26467, 6.07668], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [26.58746, -9.26467, 6.07668], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [9.08746, -9.26467, 6.07668], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [26.58746, -9.26467, 6.07668], + "lerp_mode": "catmullrom" + }, + "2.25": [26.58746, -9.26467, 6.07668], + "2.3333": [26.58746, -9.26467, 6.07668], + "2.75": ["math.sin(q.anim_time*90*1-320)*16", 0, 0] + } + }, + "ribbon_top_left6": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*1-360)*18", 0, "0+math.sin(q.anim_time*90*1-280)*14"], + "0.25": [10, 0, 0], + "0.6667": { + "pre": [-19.8423, 2.55868, 7.05239], + "post": [-19.8423, 2.55868, 7.05239], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-9.8423, 2.55868, 7.05239], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [13.20985, -4.82797, 16.88263], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [13.20985, -4.82797, 16.88263], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [19.95791, 3.65714, 0.13959], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [24.95791, 3.65714, 0.13959], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [24.95791, 3.65714, 0.13959], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-7.54209, 3.65714, 0.13959], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [24.95791, 3.65714, 0.13959], + "lerp_mode": "catmullrom" + }, + "2.25": [24.95791, 3.65714, 0.13959], + "2.3333": [24.95791, 3.65714, 0.13959], + "2.75": ["math.sin(q.anim_time*90*1-360)*18", 0, "0+math.sin(q.anim_time*90*1-280)*14"] + } + }, + "ribbon_top_left7": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*90*1-400)*20", 0, 0], + "0.25": [12.5, 0, 0], + "0.6667": { + "pre": [2.5, 0, 0], + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": [12.5, 0, 0], + "2.3333": [12.5, 0, 0], + "2.75": ["0+math.sin(q.anim_time*90*1-400)*20", 0, 0] + } + }, + "ribbon_top_left8": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*90*1-440)*22", 0, 0], + "0.25": [7.5, 0, 0], + "0.6667": { + "pre": [-10, 0, 0], + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": [-10, 0, 0], + "2.3333": [-10, 0, 0], + "2.75": ["0+math.sin(q.anim_time*90*1-440)*22", 0, 0] + } + }, + "ribbon_top_left9": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*90*1-480)*24", 0, 0], + "0.25": [7.5, 0, 0], + "0.6667": { + "pre": [22.5, 0, 0], + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [13.19088, 2.01214, 7.79117], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": [-2.5, 0, 0], + "2.3333": [-2.5, 0, 0], + "2.75": ["0+math.sin(q.anim_time*90*1-480)*24", 0, 0] + } + }, + "ribbon_top_left10": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*1-520)*26", 0, 0], + "0.25": [17.5, 0, 0], + "0.6667": { + "pre": [17.25002, 2.99318, -9.54589], + "post": [17.25002, 2.99318, -9.54589], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [24.75002, 2.99318, -9.54589], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-2.66862, -2.86986, -5.73048], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-2.66862, -2.86986, -5.73048], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-0.16862, -2.86986, -5.73048], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [14.83138, -2.86986, -5.73048], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [14.83138, -2.86986, -5.73048], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [14.87708, -5.28633, -6.37296], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [14.83138, -2.86986, -5.73048], + "lerp_mode": "catmullrom" + }, + "2.25": [14.83138, -2.86986, -5.73048], + "2.3333": [14.83138, -2.86986, -5.73048], + "2.75": ["math.sin(q.anim_time*90*1-520)*26", 0, 0] + } + }, + "ribbon_tip_left": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*1-40)*16", "math.sin(q.anim_time*90*1-40)*8", "math.sin(q.anim_time*90*1-40)*8"], + "0.4583": [2.5, 0, 0], + "0.5": { + "pre": [2.5, 0, 0], + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": [7.5, 0, 0], + "2.625": [7.5, 0, 0], + "2.75": ["math.sin(q.anim_time*90*1-40)*16", "math.sin(q.anim_time*90*1-40)*8", "math.sin(q.anim_time*90*1-40)*8"] + } + }, + "ribbon_tip_left2": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*1-80)*10", "math.sin(q.anim_time*90*1-80)*10", "math.sin(q.anim_time*90*1-80)*10"], + "0.4583": [2.5, 0, 0], + "0.5": { + "pre": [2.5, 0, 0], + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": [2.5, 0, 0], + "2.625": [2.5, 0, 0], + "2.75": ["math.sin(q.anim_time*90*1-80)*10", "math.sin(q.anim_time*90*1-80)*10", "math.sin(q.anim_time*90*1-80)*10"] + } + }, + "ribbon_tip_left3": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*1-120)*12", "math.sin(q.anim_time*90*1-120)*12", "math.sin(q.anim_time*90*1-120)*12"], + "0.4583": [5, 0, 0], + "0.5": { + "pre": [5, 0, 0], + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": [5, 0, 0], + "2.625": [5, 0, 0], + "2.75": ["math.sin(q.anim_time*90*1-120)*12", "math.sin(q.anim_time*90*1-120)*12", "math.sin(q.anim_time*90*1-120)*12"] + } + }, + "ribbon_tip_left4": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*1-160)*14", "math.sin(q.anim_time*90*1-160)*14", "math.sin(q.anim_time*90*1-160)*14"], + "0.4583": [7.5, 0, 0], + "0.5": { + "pre": [7.5, 0, 0], + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": [5, 0, 0], + "2.625": [5, 0, 0], + "2.75": ["math.sin(q.anim_time*90*1-160)*14", "math.sin(q.anim_time*90*1-160)*14", "math.sin(q.anim_time*90*1-160)*14"] + } + }, + "ribbon_tip_left5": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*1-200)*16", "math.sin(q.anim_time*90*1-200)*16", "math.sin(q.anim_time*90*1-200)*16"], + "0.4583": [10, 0, 0], + "0.5": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-14.24523, 1.93851, 4.05779], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": [2.5, 0, 0], + "2.625": [2.5, 0, 0], + "2.75": ["math.sin(q.anim_time*90*1-200)*16", "math.sin(q.anim_time*90*1-200)*16", "math.sin(q.anim_time*90*1-200)*16"] + } + }, + "ribbon_tip_left6": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*1-240)*20", "math.sin(q.anim_time*90*1-240)*20", "math.sin(q.anim_time*90*1-240)*20"], + "0.4583": [5, 0, 0], + "0.5": { + "pre": [5, 0, 0], + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": [5, 0, 0], + "2.625": [5, 0, 0], + "2.75": ["math.sin(q.anim_time*90*1-240)*20", "math.sin(q.anim_time*90*1-240)*20", "math.sin(q.anim_time*90*1-240)*20"] + } + }, + "ribbon_tip_left7": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*1-280)*24", "math.sin(q.anim_time*90*1-280)*24", "math.sin(q.anim_time*90*1-280)*24"], + "0.4583": [10, 0, 0], + "0.5": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": [7.5, 0, 0], + "2.625": [7.5, 0, 0], + "2.75": ["math.sin(q.anim_time*90*1-280)*24", "math.sin(q.anim_time*90*1-280)*24", "math.sin(q.anim_time*90*1-280)*24"] + } + }, + "ribbon_tip_left8": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*1-320)*28", "math.sin(q.anim_time*90*1-320)*28", "math.sin(q.anim_time*90*1-320)*28"], + "0.4583": [7.5, 0, 0], + "0.5": { + "pre": [7.5, 0, 0], + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": [7.5, 0, 0], + "2.625": [7.5, 0, 0], + "2.75": ["math.sin(q.anim_time*90*1-320)*28", "math.sin(q.anim_time*90*1-320)*28", "math.sin(q.anim_time*90*1-320)*28"] + } + }, + "ribbon_tip_left9": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*1-360)*32", "math.sin(q.anim_time*90*1-360)*32", "math.sin(q.anim_time*90*1-360)*32"], + "0.4583": [12.5, 0, 0], + "0.5": { + "pre": [12.5, 0, 0], + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": [7.5, 0, 0], + "2.625": [7.5, 0, 0], + "2.75": ["math.sin(q.anim_time*90*1-360)*32", "math.sin(q.anim_time*90*1-360)*32", "math.sin(q.anim_time*90*1-360)*32"] + } + }, + "ribbon_tip_left10": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*1-400)*36", "math.sin(q.anim_time*90*1-400)*36", "math.sin(q.anim_time*90*1-400)*36"], + "0.4583": [7.5, 0, 0], + "0.5": { + "pre": [7.5, 0, 0], + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": [2.5, 0, 0], + "2.625": [2.5, 0, 0], + "2.75": ["math.sin(q.anim_time*90*1-400)*36", "math.sin(q.anim_time*90*1-400)*36", "math.sin(q.anim_time*90*1-400)*36"] + } + }, + "ribbon_tip_left11": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*1-440)*40", "math.sin(q.anim_time*90*1-440)*40", "math.sin(q.anim_time*90*1-440)*40"], + "0.4583": [10.05187, 0.35659, -0.36762], + "1.125": { + "pre": [10.05187, 0.35659, -0.36762], + "post": [10.05187, 0.35659, -0.36762], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [15.05187, 0.35659, -0.36762], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [15.05187, 0.35659, -0.36762], + "lerp_mode": "catmullrom" + }, + "2.5833": [15.05187, 0.35659, -0.36762], + "2.625": [15.05187, 0.35659, -0.36762], + "2.75": ["math.sin(q.anim_time*90*1-440)*40", "math.sin(q.anim_time*90*1-440)*40", "math.sin(q.anim_time*90*1-440)*40"] + } + }, + "ribbon_tip_left12": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*1-480)*44", "math.sin(q.anim_time*90*1-480)*44", "math.sin(q.anim_time*90*1-480)*44"], + "0.4583": [20, 0, 0], + "0.5": { + "pre": [20, 0, 0], + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": [5, 0, 0], + "2.625": [5, 0, 0], + "2.75": ["math.sin(q.anim_time*90*1-480)*44", "math.sin(q.anim_time*90*1-480)*44", "math.sin(q.anim_time*90*1-480)*44"] + } + }, + "ribbon_tip_right": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*1-40)*16", "math.sin(q.anim_time*90*1-40)*16", "math.sin(q.anim_time*90*1-40)*16"], + "0.4583": [-7.5, 0, 0], + "0.5": { + "pre": [-7.5, 0, 0], + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": [7.5, 0, 0], + "2.625": [7.5, 0, 0], + "2.75": ["math.sin(q.anim_time*90*1-40)*16", "math.sin(q.anim_time*90*1-40)*16", "math.sin(q.anim_time*90*1-40)*16"] + } + }, + "ribbon_tip_right2": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*1-80)*10", "math.sin(q.anim_time*90*1-80)*10", "math.sin(q.anim_time*90*1-80)*10"], + "0.4583": [15, 0, 0], + "0.5": { + "pre": [15, 0, 0], + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": [10, 0, 0], + "2.625": [10, 0, 0], + "2.75": ["math.sin(q.anim_time*90*1-80)*10", "math.sin(q.anim_time*90*1-80)*10", "math.sin(q.anim_time*90*1-80)*10"] + } + }, + "ribbon_tip_right3": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*1-120)*12", "math.sin(q.anim_time*90*1-120)*12", "math.sin(q.anim_time*90*1-120)*12"], + "0.4583": [7.5, 0, 0], + "0.5": { + "pre": [7.5, 0, 0], + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": [2.5, 0, 0], + "2.625": [2.5, 0, 0], + "2.75": ["math.sin(q.anim_time*90*1-120)*12", "math.sin(q.anim_time*90*1-120)*12", "math.sin(q.anim_time*90*1-120)*12"] + } + }, + "ribbon_tip_right4": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*1-160)*14", "math.sin(q.anim_time*90*1-160)*14", "math.sin(q.anim_time*90*1-160)*14"], + "0.4583": [12.5, 0, 0], + "0.5": { + "pre": [12.5, 0, 0], + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": [2.5, 0, 0], + "2.625": [2.5, 0, 0], + "2.75": ["math.sin(q.anim_time*90*1-160)*14", "math.sin(q.anim_time*90*1-160)*14", "math.sin(q.anim_time*90*1-160)*14"] + } + }, + "ribbon_tip_right5": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*1-200)*16", "math.sin(q.anim_time*90*1-200)*16", "math.sin(q.anim_time*90*1-200)*16"], + "0.4583": [2.5, 0, 0], + "0.5": { + "pre": [2.5, 0, 0], + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": [12.5, 0, 0], + "2.625": [12.5, 0, 0], + "2.75": ["math.sin(q.anim_time*90*1-200)*16", "math.sin(q.anim_time*90*1-200)*16", "math.sin(q.anim_time*90*1-200)*16"] + } + }, + "ribbon_tip_right6": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*1-240)*20", "math.sin(q.anim_time*90*1-240)*20", "math.sin(q.anim_time*90*1-240)*20"], + "0.4583": [15, 0, 0], + "0.5": { + "pre": [15, 0, 0], + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": [7.5, 0, 0], + "2.625": [7.5, 0, 0], + "2.75": ["math.sin(q.anim_time*90*1-240)*20", "math.sin(q.anim_time*90*1-240)*20", "math.sin(q.anim_time*90*1-240)*20"] + } + }, + "ribbon_tip_right7": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*1-280)*24", "math.sin(q.anim_time*90*1-280)*24", "math.sin(q.anim_time*90*1-280)*24"], + "0.4583": [2.5, 0, 0], + "0.5": { + "pre": [2.5, 0, 0], + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": [7.5, 0, 0], + "2.625": [7.5, 0, 0], + "2.75": ["math.sin(q.anim_time*90*1-280)*24", "math.sin(q.anim_time*90*1-280)*24", "math.sin(q.anim_time*90*1-280)*24"] + } + }, + "ribbon_tip_right8": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*1-280)*24", "math.sin(q.anim_time*90*1-280)*24", "math.sin(q.anim_time*90*1-280)*24"], + "0.4583": [7.5, 0, 0], + "0.5": { + "pre": [7.5, 0, 0], + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": [5, 0, 0], + "2.625": [5, 0, 0], + "2.75": ["math.sin(q.anim_time*90*1-280)*24", "math.sin(q.anim_time*90*1-280)*24", "math.sin(q.anim_time*90*1-280)*24"] + } + }, + "ribbon_tip_right9": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*1-360)*32", "math.sin(q.anim_time*90*1-360)*32", "math.sin(q.anim_time*90*1-360)*32"], + "0.4583": [2.5, 0, 0], + "0.5": { + "pre": [2.5, 0, 0], + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": [2.5, 0, 0], + "2.625": [2.5, 0, 0], + "2.75": ["math.sin(q.anim_time*90*1-360)*32", "math.sin(q.anim_time*90*1-360)*32", "math.sin(q.anim_time*90*1-360)*32"] + } + }, + "ribbon_tip_right10": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*1-400)*36", "math.sin(q.anim_time*90*1-400)*36", "math.sin(q.anim_time*90*1-400)*36"], + "0.4583": [7.5, 0, 0], + "0.5": { + "pre": [7.5, 0, 0], + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": [7.5, 0, 0], + "2.625": [7.5, 0, 0], + "2.75": ["math.sin(q.anim_time*90*1-400)*36", "math.sin(q.anim_time*90*1-400)*36", "math.sin(q.anim_time*90*1-400)*36"] + } + }, + "ribbon_tip_right11": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*1-440)*40", "math.sin(q.anim_time*90*1-440)*40", "math.sin(q.anim_time*90*1-440)*40"], + "0.4583": [15, 0, 0], + "0.5": { + "pre": [15, 0, 0], + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": [2.5, 0, 0], + "2.625": [2.5, 0, 0], + "2.75": ["math.sin(q.anim_time*90*1-440)*40", "math.sin(q.anim_time*90*1-440)*40", "math.sin(q.anim_time*90*1-440)*40"] + } + }, + "ribbon_tip_right12": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*1-480)*44", "math.sin(q.anim_time*90*1-480)*44", "math.sin(q.anim_time*90*1-480)*44"], + "0.4583": [7.5, 0, 0], + "0.5": { + "pre": [7.5, 0, 0], + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": [2.5, 0, 0], + "2.625": [2.5, 0, 0], + "2.75": ["math.sin(q.anim_time*90*1-480)*44", "math.sin(q.anim_time*90*1-480)*44", "math.sin(q.anim_time*90*1-480)*44"] + } + } + } + }, + "animation.megarayquaza.blink": { + "animation_length": 0.1667, + "bones": { + "eye_right": { + "position": [0, 0, 0] + }, + "iris_right": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "eye_left": { + "position": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, 0] + } + }, + "iris_left": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/melmetal/melmetal.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/melmetal/melmetal.animation.json new file mode 100644 index 0000000..4bab9c4 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/melmetal/melmetal.animation.json @@ -0,0 +1,188 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.melmetal.ground_walk": { + "loop": true, + "animation_length": 2, + "bones": { + "bot_torso": { + "rotation": ["-0-math.cos(q.anim_time*90*2*2)*3", "0+math.cos(q.anim_time*90*2)*6", "0-math.cos(q.anim_time*90*2)*3"], + "position": { + "0.0": [0, "0-math.sin(q.anim_time*90*2*2)*0.3", 0], + "0.3333": [0, "0-math.sin(q.anim_time*90*2*2)*0.3", 0], + "0.4167": [0, "0-math.sin(q.anim_time*90*2*20)*0.1", 0], + "0.7917": [0, "0-math.sin(q.anim_time*90*2*2)*0.3", 0], + "1.3333": [0, "0-math.sin(q.anim_time*90*2*2)*0.3", 0], + "1.4167": [0, "0-math.sin(q.anim_time*90*2*20)*0.1", 0], + "1.7917": [0, "0-math.sin(q.anim_time*90*2*2)*0.3", 0] + } + }, + "middle_torso": { + "rotation": ["7.5-math.cos(q.anim_time*90*2*2-60)*1", "math.cos(q.anim_time*90*2-60)*3", "-math.cos(q.anim_time*90*2)*3"] + }, + "top_torso": { + "rotation": { + "0.0": ["0-math.cos(q.anim_time*90*2*2-120)*3/2", "-0.1599+math.cos(q.anim_time*90*2-120)*2", 0.31658], + "0.375": ["0-math.cos(q.anim_time*90*2*2-120)*3/2", "-0.1599+math.cos(q.anim_time*90*2-120)*2", 0.32], + "0.4583": ["0-math.cos(q.anim_time*90*2*2-120)*3/2", "-0.1599+math.cos(q.anim_time*90*2-120)*2", 0.32], + "0.8333": ["0-math.cos(q.anim_time*90*2*2-120)*3/2", "-0.1599+math.cos(q.anim_time*90*2-120)*2", 0.31658], + "1.375": ["0-math.cos(q.anim_time*90*2*2-120)*3/2", "-0.1599+math.cos(q.anim_time*90*2-120)*2", 0.32], + "1.4583": ["0-math.cos(q.anim_time*90*2*2-120)*3/2", "-0.1599+math.cos(q.anim_time*90*2-120)*2", 0.32], + "1.9583": ["0-math.cos(q.anim_time*90*2*2-120)*3/2", "-0.1599+math.cos(q.anim_time*90*2-120)*2", 0.31658] + }, + "position": { + "0.0": [0, "-1-math.sin(q.anim_time*90*2*2)*0.3", 0], + "0.3333": [0, "-1-math.sin(q.anim_time*90*2*2)*0.3", 0], + "0.4167": [0, "-1-math.sin(q.anim_time*90*2*20)*0.1", 0], + "0.7917": [0, "-1-math.sin(q.anim_time*90*2*2)*0.3", 0], + "1.3333": [0, "-1-math.sin(q.anim_time*90*2*2)*0.3", 0], + "1.4167": [0, "-1-math.sin(q.anim_time*90*2*20)*0.1", 0], + "1.7917": [0, "-1-math.sin(q.anim_time*90*2*2)*0.3", 0] + } + }, + "eye": { + "position": [0, "0.4*math.sin(q.anim_time*90*4-20)", 0] + }, + "arm_l_3": { + "rotation": [0, 0, 7.5] + }, + "arm_l_4": { + "rotation": ["-0.2067-math.cos(q.anim_time*90*2*2-130)*1", "0.5209-math.cos(q.anim_time*90*2-160)*10", "-52.536-math.cos(q.anim_time*90*2-160)*2"] + }, + "bone2": { + "rotation": [0, "-49.5061-math.cos(q.anim_time*90*2-160)*8", -0.3703] + }, + "bone5": { + "rotation": [0, "-37.5061-math.cos(q.anim_time*90*2-160)*8", -0.3703] + }, + "arm_l_1": { + "rotation": [0, 0, -7.5] + }, + "arm_l_2": { + "rotation": ["0.1613-math.cos(q.anim_time*90*2*2-130)*1", "-0.5189-math.cos(q.anim_time*90*2-160)*10", "52.5286-math.cos(q.anim_time*90*2-160)*2"] + }, + "bone": { + "rotation": [0, "49.5061-math.cos(q.anim_time*90*2-160)*8", 0.37032] + }, + "bone8": { + "rotation": [0, "37.5061-math.cos(q.anim_time*90*2-160)*8", 0.37032] + }, + "tail_cone": { + "rotation": ["1-math.cos(q.anim_time*90*2*2-160)*5", 0, 0] + }, + "leg_left_top": { + "rotation": ["0-math.sin(q.anim_time*90*2)*10", -5, 0], + "position": { + "0.0": [0, "0+math.clamp(math.cos(q.anim_time*90*2)*5/2,0,20)", "0-math.sin(q.anim_time*90*2)*2"], + "0.3333": [0, "0+math.clamp(math.cos(q.anim_time*90*2)*5/2,0,20)", "0-math.sin(q.anim_time*90*2)*2"], + "0.4167": [0, "-0.5+math.clamp(math.cos(q.anim_time*90*2)*5/2,0,20)", "0-math.sin(q.anim_time*90*2)*2"], + "0.5": [0, "0+math.clamp(math.cos(q.anim_time*90*2)*5/2,0,20)", "0-math.sin(q.anim_time*90*2)*2"], + "1.0833": [0, "0+math.clamp(math.cos(q.anim_time*90*2)*5/2,0,20)", "0-math.sin(q.anim_time*90*2)*2"], + "1.5833": [0, "1.4+math.clamp(math.cos(q.anim_time*90*2)*5/2,0,20)", "-math.sin(q.anim_time*90*2)*2"], + "2.0": [0, "0+math.clamp(math.cos(q.anim_time*90*2)*5/2,0,20)", "0-math.sin(q.anim_time*90*2)*2"] + } + }, + "leg_bot": { + "rotation": { + "0.0": [6, -5, 0], + "0.3333": [-0.74, -5, 0], + "0.4583": [11, -5, 0], + "1.0": [0, -5, 0], + "1.5": [2.5, -5, 0], + "2.0": [6, -5, 0] + } + }, + "leg_right_top": { + "rotation": ["0+math.sin(q.anim_time*90*2)*10", 5, 0], + "position": { + "0.0": [0, "0+math.clamp(math.cos(q.anim_time*90*2-180)*5/2,0,20)", "0+math.sin(q.anim_time*90*2)*2"], + "0.2083": [0, "0+math.clamp(math.cos(q.anim_time*90*2-180)*5/2,0,20)", "0+math.sin(q.anim_time*90*2)*2"], + "0.625": [0, "1.6+math.clamp(math.cos(q.anim_time*90*2-180)*5/2,0,20)", "0+math.sin(q.anim_time*90*2)*2"], + "1.3333": [0, "0+math.clamp(math.cos(q.anim_time*90*2-180)*5/2,0,20)", "0+math.sin(q.anim_time*90*2)*2"], + "1.4167": [0, "-0.5+math.clamp(math.cos(q.anim_time*90*2-180)*5/2,0,20)", "0+math.sin(q.anim_time*90*2)*2"], + "1.5": [0, "0+math.clamp(math.cos(q.anim_time*90*2-180)*5/2,0,20)", "0+math.sin(q.anim_time*90*2)*2"] + } + }, + "leg_bot2": { + "rotation": { + "0.0": [0, 5, 0], + "0.5": [2.5, 5, 0], + "0.9583": { + "pre": [0.7227, 5, 2.25997], + "post": [0.7227, 5, 2.25997], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-3.24, 5, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": [11, 5, 0], + "2.0": [0, 5, 0] + } + } + } + }, + "animation.melmetal.ground_idle": { + "loop": true, + "bones": { + "bot_torso": { + "rotation": ["1+1*math.sin(q.anim_time*90*1+90)", 0, "0.1*math.sin(q.anim_time*90*2+90)"], + "position": [0, "0.4*math.sin(q.anim_time*90*1-20)", 0] + }, + "middle_torso": { + "rotation": ["2.5+1*math.sin(q.anim_time*90*1+120)", 0, 0] + }, + "top_torso": { + "rotation": ["1*math.sin(q.anim_time*90*1+150)", 0, 0], + "position": [0, -1, 0] + }, + "eye": { + "position": [0, "0-math.sin(q.anim_time*90*2)*0.3", 0] + }, + "arm_l_3": { + "rotation": [0, 0, 7.5] + }, + "arm_l_4": { + "rotation": ["-0.0086+2*math.sin(q.anim_time*90*1+150)", "0.1742-0.0773*math.sin(q.anim_time*90*1+150)", "-42.4922+6*math.sin(q.anim_time*90*1+150)"] + }, + "bone2": { + "rotation": [0, -40, "-52.5018+6*math.sin(q.anim_time*90*1+150)*0.2"] + }, + "bone5": { + "rotation": [4.40571, -37.26989, -28.86195] + }, + "arm_l_1": { + "rotation": [0, 0, -7.5] + }, + "arm_l_2": { + "rotation": ["-0.1995-2*math.sin(q.anim_time*90*1+150)", "0.8553-2*math.sin(q.anim_time*90*1+160)", "42.4922-6*math.sin(q.anim_time*90*1+160)"] + }, + "bone": { + "rotation": [0, 40, "52.5018-6*math.sin(q.anim_time*90*1+160)*0.2"] + }, + "bone8": { + "rotation": [4.40571, 37.26989, 28.86195] + }, + "tail_cone": { + "rotation": ["1*math.sin(q.anim_time*90*2-20)*5", "-6*math.sin(q.anim_time*90*2-20)*0.2", "-3*math.cos(q.anim_time*90*2-20)"] + }, + "leg_left_top": { + "rotation": [0, -7.5, 0], + "position": [0, "0.2*math.sin(q.anim_time*90*1-20)", 0] + }, + "leg_bot": { + "rotation": [0, 0, 0], + "position": [0, "-0.2*math.sin(q.anim_time*90*1-20)", 0] + }, + "leg_right_top": { + "rotation": [0, 7.5, 0], + "position": [0, "0.2*math.sin(q.anim_time*90*1-20)", 0] + }, + "leg_bot2": { + "rotation": [0, 0, 0], + "position": [0, "-0.2*math.sin(q.anim_time*90*1-20)", 0] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/meltan/meltan.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/meltan/meltan.animation.json new file mode 100644 index 0000000..889e920 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/meltan/meltan.animation.json @@ -0,0 +1,226 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.meltan.ground_idle": { + "loop": true, + "bones": { + "body2": { + "rotation": ["-1.25+math.sin(q.anim_time*90*1.5-60)*4", 0, "-math.sin(q.anim_time*90*0.75)*3"], + "position": [0, "math.sin(q.anim_time*90*1.5+30)*0.25", 0] + }, + "bodytop": { + "rotation": ["-1.25+math.sin(q.anim_time*90*1.5-120)*3", 0, "-math.sin(q.anim_time*90*0.75)*3"], + "position": [0, "-math.sin(q.anim_time*90*1.5-120)*0.25", 0] + }, + "arm_left": { + "rotation": [0, 0, "22-math.sin(q.anim_time*90*1.5+30)*8"] + }, + "arm_right": { + "rotation": [0, 0, "-22.25+math.sin(q.anim_time*90*1.5+30)*8"] + }, + "body": { + "position": [0, "0+math.sin(q.anim_time*90*1.5+30)*0.1", 0] + }, + "eyes2": { + "position": [0, "0+math.sin(q.anim_time*90*1.6+30)*0.5", 0] + }, + "bone3": { + "rotation": ["-1.25+math.sin(q.anim_time*90*1.5-120)*5", 0, 0] + } + } + }, + "animation.meltan.ground_walk": { + "loop": true, + "bones": { + "body": { + "rotation": ["2-math.cos(q.anim_time*90*4*2)*2", "0-math.sin(q.anim_time*90*4)*3", "0+math.cos(q.anim_time*90*4)*3"], + "position": [0, "-0.225+math.sin(q.anim_time*90*4*2)*0.2", "0+math.sin(q.anim_time*90*4*2)*0.1"] + }, + "body2": { + "rotation": ["5-math.cos(q.anim_time*90*4*2)*2", "0-math.sin(q.anim_time*90*4)*3", "0+math.cos(q.anim_time*90*4)*3"], + "position": [0, "0+math.sin(q.anim_time*90*4*2)*0.2", 0] + }, + "arm_left": { + "rotation": [0, 0, "6-math.sin(q.anim_time*90*5+30)*8-4"] + }, + "arm_right": { + "rotation": [0, 0, "-5+math.sin(q.anim_time*90*5+30)*8+4"] + }, + "eyes2": { + "position": [0, "0+math.sin(q.anim_time*90*5+30)*0.5", 0] + }, + "bone3": { + "rotation": ["8-math.sin(q.anim_time*90*5-30)*5", 0, 0] + } + } + }, + "animation.meltan.faint": { + "loop": true, + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.2917": [3.58, 0, 0], + "0.625": [5.75, 0, 0], + "1.0417": [6.96, 0, 0], + "1.2083": [5.94, 0, 0], + "1.3333": [1, 0, 0], + "1.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.2917": [0, -0.955, 0.355], + "0.625": [0, -1.25, 0.5], + "0.9583": [0, -1.375, 0.525], + "1.0417": [0, -1.62, 0.52], + "1.1667": [0, -1.745, 0.52], + "1.25": [0, -1.62, 0.27], + "1.3333": [0, -0.37, -2.48], + "1.5": [0, 0.63, -3.23], + "1.75": [0, 0.53, -3.78], + "1.9583": [0, 0.09, -3.98], + "2.0833": [0, -0.195, -3.98], + "2.25": [0, -0.53, -3.98], + "2.4583": [0, -0.695, -3.98] + } + }, + "body2": { + "rotation": { + "0.0": [-7.5, 0, 0], + "0.5": [13, 0, 0], + "0.8333": [18.25, 0, 0], + "1.0417": [12.8, 0, 0], + "1.2917": [28.25, 0, 0], + "1.5": [5.25, 0, "0+Math.cos((query.anim_time) * 90 * 12) * 5"], + "1.7083": [0, 0, "0+Math.cos((query.anim_time) * 90 * 12) * 5"], + "2.0": [-10, 0, "0+Math.cos((query.anim_time) * 90 * 12) * 5"], + "2.7083": [0, 0, 0] + }, + "position": { + "1.4167": [0, 0, 0], + "1.5417": [0, 0.375, 0], + "1.6667": [0, 0.5, 0], + "2.0": [0, 0, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "1.1667": [1, 1, 1], + "1.4583": [1, 0.9, 1] + } + }, + "bodytop": { + "rotation": { + "1.25": [0, 0, 0], + "1.5": [0, 0, "0+Math.cos((query.anim_time) * 90 * 12 - 70) * 5"], + "2.125": [-15, 0, "0+Math.cos((query.anim_time) * 90 * 12 - 70) * 5"], + "2.5": [-1.64, 0, 0.1], + "2.7083": [0, 0, 0] + } + }, + "arm_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 32.5, 21.5], + "0.8333": [0, 37.5, 27.5], + "1.125": [0, 24.37, 15.55], + "1.2917": [0, 16.87, -18], + "1.5": [0, 7.5, -29.06], + "1.6667": [0, 0, -32.5], + "2.3333": [0, 0, 19], + "2.6667": [0, 0, 27.5] + }, + "position": { + "1.25": [0, 0, 0], + "1.5417": [0, 1, 0], + "2.125": [0, 1, 0], + "2.5417": [0, -0.5, 0] + } + }, + "arm_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -32.5, -21.5], + "0.8333": [0, -37.5, -27.5], + "1.125": [0, -24.37, -15.55], + "1.2917": [0, -16.87, 18], + "1.5": [0, -7.5, 29.06], + "1.6667": [0, 0, 32.5], + "2.3333": [0, 0, -19], + "2.6667": [0, 0, -27.5] + }, + "position": { + "1.25": [0, 0, 0], + "1.5417": [0, 1, 0], + "2.125": [0, 1, 0], + "2.5417": [0, -0.5, 0] + } + } + } + }, + "animation.meltan.sleep": { + "loop": true, + "bones": { + "body": { + "position": [0, -0.75, 0] + }, + "body2": { + "rotation": ["-5+Math.cos((query.anim_time) * 90 * 1-90) * -3", 0, 0], + "position": [0, 0, 0] + }, + "bodytop": { + "rotation": ["17.5+Math.cos((query.anim_time) * 90 * 1-130) * -1", 0, 0], + "scale": [1, 1, 1.1] + }, + "arm_left": { + "rotation": [0, 35, 17.5] + }, + "arm_right": { + "rotation": [0, -35, -17.5] + }, + "eyes2": { + "position": [0, "0+math.sin(q.anim_time*90*1.5+30)*0.5", 0] + }, + "bone3": { + "rotation": [8, 0, 0] + } + } + }, + "animation.meltan.cry": { + "animation_length": 1.29167, + "bones": { + "body": { + "position": { + "0.0": [0, 0, 0], + "0.125": [0, -0.5, 0], + "0.4167": [0, 0.675, 0], + "1.0417": [0, 0.775, 0], + "1.1667": [0, 0.125, 0], + "1.2917": [0, 0, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "0.125": [1.1, 0.8, 1.4], + "0.2917": [0.86, 1.32, 1], + "0.4167": [0.8, 1.5, 0.9], + "1.0417": [0.8, 1.6, 0.9], + "1.2083": [1.04, 1.04, 1.04], + "1.2917": [1, 1, 1] + } + }, + "bodytop": { + "scale": { + "0.0": [1, 1, 1], + "0.125": [0.9, 0.9, 1.2], + "0.375": [0.9, 0.6, 1.2], + "1.0417": [0.9, 0.6, 1.2], + "1.2917": [1, 1, 1] + } + } + } + }, + "animation.meltan.blink": { + "animation_length": 0.16667 + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/meowstic/meowstic_f.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/meowstic/meowstic_f.animation.json new file mode 100644 index 0000000..f581f96 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/meowstic/meowstic_f.animation.json @@ -0,0 +1,1296 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.meowstic_f.ground_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "head": { + "rotation": { + "0.0": [0, 0, 0], + "2.0": [5, 0, 0], + "4.0": [0, 0, 0] + } + }, + "arm_r": { + "rotation": { + "0.0": [0, 0, 15], + "2.0": [0, 0, 17.5], + "4.0": [0, 0, 15] + } + }, + "arm_l": { + "rotation": { + "0.0": [-5, 0, -40], + "2.0": [-5, 0, -42.5], + "4.0": [-5, 0, -40] + } + }, + "tail": { + "rotation": { + "0.0": [0, 0, 0], + "2.0": [5, 0, 0], + "4.0": [0, 0, 0] + } + }, + "leg_r": { + "rotation": [15, 0, 0] + }, + "leg_l": { + "rotation": [-15, 0, 5] + } + } + }, + "animation.meowstic_f.battle_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "head": { + "rotation": { + "0.0": [0, -7.5, 0], + "2.0": [5, -5, 0], + "4.0": [0, -7.5, 0] + } + }, + "arm_r": { + "rotation": { + "0.0": [0, 0, 15], + "2.0": [0, 0, 17.5], + "4.0": [0, 0, 15] + } + }, + "arm_l": { + "rotation": { + "0.0": [-5, 0, -40], + "2.0": [-5, 0, -42.5], + "4.0": [-5, 0, -40] + } + }, + "tail": { + "rotation": { + "0.0": [0, 0, 0], + "2.0": [5, 0, 0], + "4.0": [0, 0, 0] + } + }, + "leg_r": { + "rotation": { + "0.0": [15, 0, 15], + "2.375": [20, 0, 15] + } + }, + "leg_l": { + "rotation": [-10, 0, -10] + }, + "body": { + "rotation": [2.5, 7.5, 0] + } + } + }, + "animation.meowstic_f.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "body": { + "position": { + "0.0": [0, -0.5, 0], + "0.25": [0, 0, 0], + "0.5": [0, -0.5, 0], + "0.75": [0, 0, 0], + "1.0": [0, -0.5, 0] + } + }, + "arm_r": { + "rotation": { + "0.0": [-20, 0, 0], + "0.5": [20, 0, 0], + "1.0": [-20, 0, 0] + } + }, + "arm_l": { + "rotation": { + "0.0": [20, 0, 0], + "0.5": [-20, 0, 0], + "1.0": [20, 0, 0] + } + }, + "leg_r": { + "rotation": { + "0.0": [20, 0, 0], + "0.5": [-20, 0, 0], + "1.0": [20, 0, 0] + } + }, + "leg_l": { + "rotation": { + "0.0": [-20, 0, 0], + "0.5": [20, 0, 0], + "1.0": [-20, 0, 0] + } + } + } + }, + "animation.meowstic_f.faint": { + "animation_length": 3.5, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [-5, 0, 0], + "0.75": [5, 0, 0], + "1.125": [-5, 0, 0], + "1.5": [5, 0, 0], + "2.25": [90, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.375": [0, 0, -0.5], + "0.75": [0, 0, 0.5], + "1.125": [0, 0, -0.5], + "1.5": [0, 0, 0.5], + "2.25": [0, 2, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [-5, 0, 0], + "0.75": [5, 0, 0], + "1.125": [-5, 0, 0], + "1.5": [-12.5, 0, 0] + } + }, + "eye_l": { + "position": { + "1.2083": [0, 0, 0], + "1.25": [0, 0, 0.04] + } + }, + "closed_l": { + "position": { + "1.2083": [0, 0, 0], + "1.25": [0, 0, -0.06] + } + }, + "eye_r": { + "position": [0, 0, 0.04] + }, + "closed_r": { + "position": [0, 0, -0.06] + }, + "arm_r": { + "rotation": { + "1.5": [0, 0, 0], + "2.0": [30, 0, 0], + "2.5": [-10, 0, 0] + } + }, + "arm_l": { + "rotation": { + "1.5": [0, 0, 0], + "2.0": [30, 0, 0], + "2.5": [-10, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [0, 0, 0], + "1.5": [0, 0, 0], + "2.25": [-102.48909, -0.23108, 0.03748] + } + }, + "leg_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [5, 0, 0], + "0.75": [-5, 0, 0], + "1.125": [5, 0, 0], + "1.5": [-5, 0, 0], + "2.25": [15, 0, 0] + } + }, + "leg_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [5, 0, 0], + "0.75": [-5, 0, 0], + "1.125": [5, 0, 0], + "1.5": [-5, 0, 0], + "2.25": [15, 0, 0] + } + } + } + }, + "animation.meowstic_f.sleep": { + "loop": true, + "animation_length": 0.25, + "bones": { + "body": { + "rotation": [0, 0, 90], + "position": [-10, 4, 0] + }, + "head": { + "rotation": [24.47761, 5.24826, -11.36081] + }, + "eye_l": { + "position": { + "0.0": [0, 0, 0.05], + "0.25": [0, 0, 0.05] + } + }, + "closed_l": { + "position": { + "0.0": [0, 0, -0.07], + "0.25": [0, 0, -0.07] + } + }, + "eye_r": { + "position": { + "0.0": [0, 0, 0.05], + "0.25": [0, 0, 0.05] + } + }, + "closed_r": { + "position": { + "0.0": [0, 0, -0.07], + "0.25": [0, 0, -0.07] + } + }, + "arm_r": { + "rotation": [-90, -32.5, 0] + }, + "arm_l": { + "rotation": [-90, 37.5, 0] + }, + "collar": { + "rotation": [40, 0, 0], + "position": [0, 0, 0] + }, + "tail": { + "rotation": [-197.5, 0, 0] + }, + "tail1": { + "rotation": [0, -7.5, 0] + }, + "tail2": { + "rotation": [1.22383, 15.24329, -14.26021] + }, + "leg_r": { + "rotation": [-90, 0, 0] + }, + "leg_l": { + "rotation": [-90, 0, 0] + } + } + }, + "animation.meowstic_f.blink": { + "animation_length": 0.25, + "bones": { + "eye_l": { + "position": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [0, 0, 0], + "post": [0, 0, 0.05] + }, + "0.2083": { + "pre": [0, 0, 0.05], + "post": [0, 0, 0.05] + }, + "0.25": { + "pre": [0, 0, 0.05], + "post": [0, 0, 0] + } + } + }, + "closed_l": { + "position": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [0, 0, 0], + "post": [0, 0, -0.07] + }, + "0.2083": { + "pre": [0, 0, -0.07], + "post": [0, 0, -0.07] + }, + "0.25": { + "pre": [0, 0, -0.07], + "post": [0, 0, 0] + } + } + }, + "eye_r": { + "position": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [0, 0, 0], + "post": [0, 0, 0.05] + }, + "0.2083": { + "pre": [0, 0, 0.05], + "post": [0, 0, 0.05] + }, + "0.25": { + "pre": [0, 0, 0.05], + "post": [0, 0, 0] + } + } + }, + "closed_r": { + "position": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [0, 0, 0], + "post": [0, 0, -0.07] + }, + "0.2083": { + "pre": [0, 0, -0.07], + "post": [0, 0, -0.07] + }, + "0.25": { + "pre": [0, 0, -0.07], + "post": [0, 0, 0] + } + } + } + } + }, + "animation.meowstic_f.cry": { + "animation_length": 2, + "bones": { + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [2.5, 0, 0], + "0.75": [-10, 0, 0], + "1.25": [-10, 0, 0], + "1.75": [-10, 0, 0], + "2.0": [0, 0, 0] + } + }, + "mouth": { + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "0.5417": [0, 0, -0.02], + "1.75": [0, 0, -0.02], + "1.7917": [0, 0, 0] + } + } + } + }, + "animation.meowstic_f.recoil": { + "animation_length": 1.5, + "bones": { + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-2.9, 1.5, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-0.3, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "eye_r_closed": { + "position": { + "0.0": [-0.27, 0, 0], + "0.25": { + "pre": [-0.27, 0, 0], + "post": [-0.27, 0, 0] + }, + "0.2917": { + "pre": [-0.27, 0, 0], + "post": [0, 0, 0] + } + } + }, + "eye_l_closed": { + "position": { + "0.0": [0.27, 0, 0], + "0.25": { + "pre": [0.27, 0, 0], + "post": [0.27, 0, 0] + }, + "0.2917": { + "pre": [0.27, 0, 0], + "post": [0, 0, 0] + } + } + }, + "shoulder_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-3, -2.5, 0], + "post": [-3, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "forearm_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "paw_fl": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [12, 0, 0], + "post": [12, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "shoulder_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-3, 2.5, 0], + "post": [-3, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "forearm_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "paw_fr": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [12, 0, 0], + "post": [12, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "thigh_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "knee_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [15.5, 0, 0], + "post": [15.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-1.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "calf_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "paw_br": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [8, 0, 0], + "post": [8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "thigh_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "knee_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [15.5, 0, 0], + "post": [15.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-1.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "calf_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "paw_bl": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [8, 0, 0], + "post": [8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "tail1_f": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.8333": [2.5, 0, 0], + "1.0833": [0, 0, 0] + } + }, + "tail1_g": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.8333": [2.5, 0, 0], + "1.0833": [0, 0, 0] + } + }, + "tail1_h": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.8333": [2.5, 0, 0], + "1.0833": [0, 0, 0] + } + }, + "tail1_f2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.8333": [2.5, 0, 0], + "1.0833": [0, 0, 0] + } + }, + "tail1_g2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.8333": [2.5, 0, 0], + "1.0833": [0, 0, 0] + } + }, + "tail1_h2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.8333": [2.5, 0, 0], + "1.0833": [0, 0, 0] + } + }, + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 1, 0], + "post": [-8, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [7.5, 0, 0], + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-2.9, 1.5, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-0.3, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "eye_l": { + "position": { + "0.0": [0, 0, 0.25], + "0.25": { + "pre": [0, 0, 0.25], + "post": [0, 0, 0.25] + }, + "0.2917": { + "pre": [0, 0, 0.25], + "post": [0, 0, 0] + } + } + }, + "closed_l": { + "position": { + "0.0": [0, 0, -0.27], + "0.25": { + "pre": [0, 0, -0.27], + "post": [0, 0, -0.27] + }, + "0.2917": { + "pre": [0, 0, -0.27], + "post": [0, 0, 0] + } + } + }, + "eye_r": { + "position": { + "0.0": [0, 0, 0.25], + "0.25": { + "pre": [0, 0, 0.25], + "post": [0, 0, 0.25] + }, + "0.2917": { + "pre": [0, 0, 0.25], + "post": [0, 0, 0] + } + } + }, + "closed_r": { + "position": { + "0.0": [0, 0, -0.27], + "0.25": { + "pre": [0, 0, -0.27], + "post": [0, 0, -0.27] + }, + "0.2917": { + "pre": [0, 0, -0.27], + "post": [0, 0, 0] + } + } + }, + "tail1_c": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.8333": [2.5, 0, 0], + "1.0833": [0, 0, 0] + } + }, + "tail1_d": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.8333": [2.5, 0, 0], + "1.0833": [0, 0, 0] + } + }, + "tail1_e": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.8333": [2.5, 0, 0], + "1.0833": [0, 0, 0] + } + }, + "tail1_c2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.8333": [2.5, 0, 0], + "1.0833": [0, 0, 0] + } + }, + "tail1_d2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.8333": [2.5, 0, 0], + "1.0833": [0, 0, 0] + } + }, + "tail1_e2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.8333": [2.5, 0, 0], + "1.0833": [0, 0, 0] + } + } + } + }, + "animation.meowstic_f.physical": { + "animation_length": 1.5, + "bones": { + "tail1_f": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 10, 0], + "0.375": [0, -15, 0], + "0.5": [0, -15, 0], + "0.75": [10, 10, 0], + "1.0": [0, 0, 0] + } + }, + "tail1_g": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 10, 0], + "0.375": [0, -15, 0], + "0.5": [0, -15, 0], + "0.75": [10, 10, 0], + "1.0": [0, 0, 0] + } + }, + "tail1_h": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 10, 0], + "0.375": [0, -15, 0], + "0.5": [0, -15, 0], + "0.75": [10, 10, 0], + "1.0": [0, 0, 0] + } + }, + "tail1_f2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 10, 0], + "0.375": [0, -15, 0], + "0.5": [0, -15, 0], + "0.75": [10, 10, 0], + "1.0": [0, 0, 0] + } + }, + "tail1_g2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 10, 0], + "0.375": [0, -15, 0], + "0.5": [0, -15, 0], + "0.75": [10, 10, 0], + "1.0": [0, 0, 0] + } + }, + "tail1_h2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 10, 0], + "0.375": [0, -15, 0], + "0.5": [0, -15, 0], + "0.75": [10, 10, 0], + "1.0": [0, 0, 0] + } + }, + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, -25, 0], + "0.5": [0, 35, 0], + "0.75": [0, 35, 0], + "1.25": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.5": [0, 0, -2], + "0.75": [0, 0, -2], + "1.25": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [5, 5, 0], + "0.5": [-5, -15, 0], + "0.75": [-5, -15, 0], + "1.25": [0, 0, 0] + } + }, + "arm_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-25, -12.5, -10], + "0.5": [10, 0, 10], + "0.75": [10, 0, 10], + "1.25": [0, 0, 0] + } + }, + "arm_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [25, 0, -5], + "0.375": [-45, 6.25, -32.5], + "0.5": [-115, 52.5, 0], + "0.75": [-115, 52.5, 0], + "1.25": [0, 0, 0] + } + }, + "collar": { + "rotation": { + "0.25": [0, 0, 0], + "0.5": [0, -5, 0], + "0.75": [0, -5, 0], + "1.25": [0, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, -10, 0], + "0.5": [0, 10, 0], + "0.75": [0, 15, 0], + "1.0": [0, 0, 0] + } + }, + "tail1_b": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 10, 0], + "0.375": [0, -15, 0], + "0.5": [0, -15, 0], + "0.75": [0, 10, 0], + "1.0": [0, 0, 0] + } + }, + "tail1_c": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 10, 0], + "0.375": [0, -15, 0], + "0.5": [0, -15, 0], + "0.75": [0, 10, 0], + "1.0": [0, 0, 0] + } + }, + "tail1_d": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 10, 0], + "0.375": [0, -15, 0], + "0.5": [0, -15, 0], + "0.75": [0, 10, 0], + "1.0": [0, 0, 0] + } + }, + "tail1_e": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 10, 0], + "0.375": [0, -15, 0], + "0.5": [0, -15, 0], + "0.75": [0, 10, 0], + "1.0": [0, 0, 0] + } + }, + "tail1_b2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 10, 0], + "0.375": [0, -15, 0], + "0.5": [0, -15, 0], + "0.75": [0, 10, 0], + "1.0": [0, 0, 0] + } + }, + "tail1_c2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 10, 0], + "0.375": [0, -15, 0], + "0.5": [0, -15, 0], + "0.75": [0, 10, 0], + "1.0": [0, 0, 0] + } + }, + "tail1_d2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 10, 0], + "0.375": [0, -15, 0], + "0.5": [0, -15, 0], + "0.75": [0, 10, 0], + "1.0": [0, 0, 0] + } + }, + "tail1_e2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 10, 0], + "0.375": [0, -15, 0], + "0.5": [0, -15, 0], + "0.75": [0, 10, 0], + "1.0": [0, 0, 0] + } + }, + "leg_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [12.5, 0, 0], + "0.5": [10, 0, 10], + "0.75": [10, 0, 10], + "1.25": [0, 0, 0] + } + }, + "leg_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.5": [-12.5, -25, 0], + "0.75": [-12.5, -25, 0], + "1.25": [0, 0, 0] + } + } + } + }, + "animation.meowstic_f.special": { + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [10, 0, 0], + "1.0": [10, 0, 0], + "1.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 1], + "1.0": [0, 0, 1], + "1.5": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [20, 0, 0], + "1.0": [20, 0, 0], + "1.25": [0, 0, 0], + "1.5": [-10, 0, 0] + } + }, + "eye_l": { + "position": { + "0.0": [0, 0, 0], + "0.0417": {"pre": [0, 0, 0], "post": [0, 0, 0.03]}, + "1.0": {"pre": [0, 0, 0.03], "post": [0, 0, 0.03]}, + "1.25": {"pre": [0, 0, 0.03], "post": [0, 0, 0]} + } + }, + "closed_l": { + "position": { + "0.0": [0, 0, 0], + "0.0417": {"pre": [0, 0, 0], "post": [0, 0, -0.05]}, + "1.0": {"pre": [0, 0, -0.05], "post": [0, 0, -0.05]}, + "1.0417": {"pre": [0, 0, -0.05], "post": [0, 0, 0]} + } + }, + "eye_r": { + "position": { + "0.0": [0, 0, 0], + "0.0417": {"pre": [0, 0, 0], "post": [0, 0, 0.03]}, + "1.0": {"pre": [0, 0, 0.03], "post": [0, 0, 0.03]}, + "1.25": {"pre": [0, 0, 0.03], "post": [0, 0, 0]} + } + }, + "closed_r": { + "position": { + "0.0": [0, 0, 0], + "0.0417": {"pre": [0, 0, 0], "post": [0, 0, -0.05]}, + "1.0": {"pre": [0, 0, -0.05], "post": [0, 0, -0.05]}, + "1.0417": {"pre": [0, 0, -0.05], "post": [0, 0, 0]} + } + }, + "ear_r": { + "rotation": { + "1.0": [0, 0, 0], + "1.375": [-20, 0, 20] + } + }, + "ear_ra": { + "rotation": { + "1.0": [0, 0, 0], + "1.375": [-120, 0, 0] + }, + "position": { + "1.0": [0, 0, 0], + "1.375": [0, 0, 3] + } + }, + "ear_l": { + "rotation": { + "1.0": [0, 0, 0], + "1.375": [-20, 0, -20] + } + }, + "ear_la": { + "rotation": { + "1.0": [0, 0, 0], + "1.375": [-120, 0, 0] + }, + "position": { + "1.0": [0, 0, 0], + "1.375": [0, 0, 3] + } + }, + "arm_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [-60, -15, 0], + "1.0": [-60, -15, 0], + "1.5": [0, 0, 0] + } + }, + "arm_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [-60, 15, 0], + "1.0": [-60, 15, 0], + "1.5": [0, 0, 0] + } + }, + "collar": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [20, 0, 0], + "1.0": [20, 0, 0], + "1.25": [0, 0, 0] + } + }, + "leg_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [-10, 0, 0], + "1.0": [-10, 0, 0], + "1.5": [0, 0, 0] + } + }, + "leg_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [-10, 0, 0], + "1.0": [-10, 0, 0], + "1.5": [0, 0, 0] + } + }, + "open_r": { + "position": { + "1.0": [0, 0, 0], + "1.0417": {"pre": [0, 0, 0], "post": [0, 0, -0.28]}, + "2.9583": {"pre": [0, 0, -0.28], "post": [0, 0, -0.28]}, + "3.0": {"pre": [0, 0, -0.28], "post": [0, 0, 0]} + } + }, + "open_l": { + "position": { + "1.0": [0, 0, 0], + "1.0417": {"pre": [0, 0, 0], "post": [0, 0, -0.28]}, + "2.9583": {"pre": [0, 0, -0.28], "post": [0, 0, -0.28]}, + "3.0": {"pre": [0, 0, -0.28], "post": [0, 0, 0]} + } + } + } + }, + "animation.meowstic_f.status": { + "animation_length": 1.75, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [7.5, 0, 0], + "1.5": [7.5, 0, 0], + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, "0.1*math.sin(q.anim_time*90*45)", -1.5], + "1.5": [0, "0.1*math.sin(q.anim_time*90*45)", -1.5], + "1.5417": [0, 0, -1.5], + "1.75": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [15, 10, 5], + "1.5": [15, 10, 5], + "1.75": [0, 0, 0] + } + }, + "eye_l": { + "position": { + "0.2083": [0, 0, 0], + "0.25": [0, 0, 0.5], + "1.5": [0, 0, 0.5], + "1.5417": [0, 0, 0] + } + }, + "closed_l": { + "position": { + "0.2083": [0, 0, 0], + "0.25": [0, 0, -0.7], + "1.5": [0, 0, -0.7], + "1.5417": [0, 0, 0] + } + }, + "eye_r": { + "position": { + "0.2083": [0, 0, 0], + "0.25": [0, 0, 0.5], + "1.5": [0, 0, 0.5], + "1.5417": [0, 0, 0] + } + }, + "closed_r": { + "position": { + "0.2083": [0, 0, 0], + "0.25": [0, 0, -0.7], + "1.5": [0, 0, -0.7], + "1.5417": [0, 0, 0] + } + }, + "arm_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-135, 15, -25], + "1.5": [-135, 15, -25], + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, -2], + "1.5": [0, 0, -2], + "1.75": [0, 0, 0] + } + }, + "arm_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [25, 0, -5], + "1.5": [25, 0, -5], + "1.75": [0, 0, 0] + } + }, + "leg_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-7.5, 0, 0], + "1.5": [-7.5, 0, 0], + "1.75": [0, 0, 0] + } + }, + "leg_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [15, 0, 0], + "1.5": [15, 0, 0], + "1.75": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/meowstic/meowstic_m.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/meowstic/meowstic_m.animation.json new file mode 100644 index 0000000..0e17579 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/meowstic/meowstic_m.animation.json @@ -0,0 +1,1462 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.meowstic_m.ground_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "arm_l": { + "rotation": [-5, 0, -10] + }, + "leg_r": { + "rotation": [10, 0, 5] + }, + "leg_l": { + "rotation": [-10, 0, -5] + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "2.0": [5, 0, 0], + "4.0": [0, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [0, 0, 0], + "2.0": [5, 0, 0], + "4.0": [0, 0, 0] + } + } + } + }, + "animation.meowstic_m.battle_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "arm_l": { + "rotation": [-5, 0, -15] + }, + "leg_r": { + "rotation": [10, 0, 10] + }, + "leg_l": { + "rotation": [-12.5, 0, -10] + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "2.0": [5, 0, 0], + "4.0": [0, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [0, 0, 0], + "2.0": [5, 0, 0], + "4.0": [0, 0, 0] + } + }, + "body": { + "rotation": [2.5, 0, 0] + }, + "arm_r": { + "rotation": [0, 0, 5] + } + } + }, + "animation.meowstic_m.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "body": { + "position": { + "0.0": [0, -0.5, 0], + "0.25": [0, 0, 0], + "0.5": [0, -0.5, 0], + "0.75": [0, 0, 0], + "1.0": [0, -0.5, 0] + } + }, + "arm_r": { + "rotation": { + "0.0": [-20, 0, 0], + "0.5": [20, 0, 0], + "1.0": [-20, 0, 0] + } + }, + "arm_l": { + "rotation": { + "0.0": [20, 0, 0], + "0.5": [-20, 0, 0], + "1.0": [20, 0, 0] + } + }, + "leg_r": { + "rotation": { + "0.0": [20, 0, 0], + "0.5": [-20, 0, 0], + "1.0": [20, 0, 0] + } + }, + "leg_l": { + "rotation": { + "0.0": [-20, 0, 0], + "0.5": [20, 0, 0], + "1.0": [-20, 0, 0] + } + } + } + }, + "animation.meowstic_m.faint": { + "animation_length": 3.5, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [-5, 0, 0], + "0.75": [5, 0, 0], + "1.125": [-5, 0, 0], + "1.5": [5, 0, 0], + "2.25": [90, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.375": [0, 0, -0.5], + "0.75": [0, 0, 0.5], + "1.125": [0, 0, -0.5], + "1.5": [0, 0, 0.5], + "2.25": [0, 2, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [-5, 0, 0], + "0.75": [5, 0, 0], + "1.125": [-5, 0, 0], + "1.5": [-12.5, 0, 0] + } + }, + "eye_l": { + "position": { + "1.2083": [0, 0, 0], + "1.25": [0, 0, 0.04] + } + }, + "closed_l": { + "position": { + "1.2083": [0, 0, 0], + "1.25": [0, 0, -0.06] + } + }, + "eye_r": { + "position": [0, 0, 0.04] + }, + "closed_r": { + "position": [0, 0, -0.06] + }, + "arm_r": { + "rotation": { + "1.5": [0, 0, 0], + "2.0": [30, 0, 0], + "2.5": [-10, 0, 0] + } + }, + "arm_l": { + "rotation": { + "1.5": [0, 0, 0], + "2.0": [30, 0, 0], + "2.5": [-10, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [0, 0, 0], + "1.5": [0, 0, 0], + "2.25": [-102.48909, -0.23108, 0.03748] + } + }, + "leg_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [5, 0, 0], + "0.75": [-5, 0, 0], + "1.125": [5, 0, 0], + "1.5": [-5, 0, 0], + "2.25": [15, 0, 0] + } + }, + "leg_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [5, 0, 0], + "0.75": [-5, 0, 0], + "1.125": [5, 0, 0], + "1.5": [-5, 0, 0], + "2.25": [15, 0, 0] + } + } + } + }, + "animation.meowstic_m.sleep": { + "loop": true, + "animation_length": 0.25, + "bones": { + "body": { + "rotation": [0, 0, 90], + "position": [-10, 4, 0] + }, + "arm_r": { + "rotation": [-90, -32.5, 0] + }, + "arm_l": { + "rotation": [-90, 37.5, 0] + }, + "tail1": { + "rotation": [0, -7.5, 0] + }, + "tail2": { + "rotation": [1.22383, 15.24329, -14.26021] + }, + "leg_r": { + "rotation": [-90, 0, 0] + }, + "leg_l": { + "rotation": [-90, 0, 0] + }, + "head": { + "rotation": [24.47761, 5.24826, -11.36081] + }, + "eye_l": { + "position": { + "0.0": [0, 0, 0.05], + "0.25": [0, 0, 0.05] + } + }, + "eye_r": { + "position": { + "0.0": [0, 0, 0.05], + "0.25": [0, 0, 0.05] + } + }, + "tail": { + "rotation": [-197.5, 0, 0] + }, + "closed_l": { + "position": { + "0.0": [0, 0, -0.07], + "0.25": [0, 0, -0.07] + } + }, + "closed_r": { + "position": { + "0.0": [0, 0, -0.07], + "0.25": [0, 0, -0.07] + } + }, + "collar": { + "rotation": [24.4776, 5.2483, -11.3608] + } + } + }, + "animation.meowstic_m.blink": { + "animation_length": 0.25, + "bones": { + "eye_l": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, 0.05], + "0.2083": [0, 0, 0.05], + "0.25": [0, 0, 0] + } + }, + "closed_l": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, -0.07], + "0.2083": [0, 0, -0.07], + "0.25": [0, 0, 0] + } + }, + "eye_r": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, 0.05], + "0.2083": [0, 0, 0.05], + "0.25": [0, 0, 0] + } + }, + "closed_r": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, -0.07], + "0.2083": [0, 0, -0.07], + "0.25": [0, 0, 0] + } + } + } + }, + "animation.meowstic_m.cry": { + "animation_length": 2, + "bones": { + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [2.5, 0, 0], + "0.75": [-10, 0, 0], + "1.25": [-10, 0, 0], + "1.75": [-10, 0, 0], + "2.0": [0, 0, 0] + } + }, + "mouth": { + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "0.5417": [0, 0, -0.02], + "1.75": [0, 0, -0.02], + "1.7917": [0, 0, 0] + } + } + } + }, + "animation.meowstic_m.recoil": { + "animation_length": 1.5, + "bones": { + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-2.9, 1.5, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-0.3, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "eye_r_closed": { + "position": { + "0.0": [-0.27, 0, 0], + "0.25": { + "pre": [-0.27, 0, 0], + "post": [-0.27, 0, 0] + }, + "0.2917": { + "pre": [-0.27, 0, 0], + "post": [0, 0, 0] + } + } + }, + "eye_l_closed": { + "position": { + "0.0": [0.27, 0, 0], + "0.25": { + "pre": [0.27, 0, 0], + "post": [0.27, 0, 0] + }, + "0.2917": { + "pre": [0.27, 0, 0], + "post": [0, 0, 0] + } + } + }, + "shoulder_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-3, -2.5, 0], + "post": [-3, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "forearm_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "paw_fl": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [12, 0, 0], + "post": [12, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "shoulder_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-3, 2.5, 0], + "post": [-3, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "forearm_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "paw_fr": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [12, 0, 0], + "post": [12, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "thigh_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "knee_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [15.5, 0, 0], + "post": [15.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-1.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "calf_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "paw_br": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [8, 0, 0], + "post": [8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "thigh_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "knee_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [15.5, 0, 0], + "post": [15.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-1.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "calf_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "paw_bl": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [8, 0, 0], + "post": [8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 1, 0], + "post": [-8, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [7.5, 0, 0], + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-2.9, 1.5, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-0.3, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "eye_l": { + "position": { + "0.0": [0, 0, 0.25], + "0.25": { + "pre": [0, 0, 0.25], + "post": [0, 0, 0.25] + }, + "0.2917": { + "pre": [0, 0, 0.25], + "post": [0, 0, 0] + } + } + }, + "closed_l": { + "position": { + "0.0": [0, 0, -0.27], + "0.25": { + "pre": [0, 0, -0.27], + "post": [0, 0, -0.27] + }, + "0.2917": { + "pre": [0, 0, -0.27], + "post": [0, 0, 0] + } + } + }, + "eye_r": { + "position": { + "0.0": [0, 0, 0.25], + "0.25": { + "pre": [0, 0, 0.25], + "post": [0, 0, 0.25] + }, + "0.2917": { + "pre": [0, 0, 0.25], + "post": [0, 0, 0] + } + } + }, + "closed_r": { + "position": { + "0.0": [0, 0, -0.27], + "0.25": { + "pre": [0, 0, -0.27], + "post": [0, 0, -0.27] + }, + "0.2917": { + "pre": [0, 0, -0.27], + "post": [0, 0, 0] + } + } + }, + "tail1_c": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.8333": [2.5, 0, 0], + "1.0833": [0, 0, 0] + } + }, + "tail1_d": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.8333": [2.5, 0, 0], + "1.0833": [0, 0, 0] + } + }, + "tail1_e": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.8333": [2.5, 0, 0], + "1.0833": [0, 0, 0] + } + }, + "tail1_f": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.8333": [2.5, 0, 0], + "1.0833": [0, 0, 0] + } + }, + "tail1_g": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.8333": [2.5, 0, 0], + "1.0833": [0, 0, 0] + } + }, + "tail1_h": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.8333": [2.5, 0, 0], + "1.0833": [0, 0, 0] + } + }, + "tail1_c2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.8333": [2.5, 0, 0], + "1.0833": [0, 0, 0] + } + }, + "tail1_d2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.8333": [2.5, 0, 0], + "1.0833": [0, 0, 0] + } + }, + "tail1_e2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.8333": [2.5, 0, 0], + "1.0833": [0, 0, 0] + } + }, + "tail1_f2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.8333": [2.5, 0, 0], + "1.0833": [0, 0, 0] + } + }, + "tail1_g2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.8333": [2.5, 0, 0], + "1.0833": [0, 0, 0] + } + }, + "tail1_h2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.8333": [2.5, 0, 0], + "1.0833": [0, 0, 0] + } + } + } + }, + "animation.meowstic_m.physical": { + "animation_length": 1.5, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, -25, 0], + "0.5": [0, 35, 0], + "0.75": [0, 35, 0], + "1.25": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.5": [0, 0, -2], + "0.75": [0, 0, -2], + "1.25": [0, 0, 0] + } + }, + "arm_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [25, 0, -5], + "0.375": [-45, 6.25, -32.5], + "0.5": [-115, 52.5, 0], + "0.75": [-115, 52.5, 0], + "1.25": [0, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, -10, 0], + "0.5": [0, 10, 0], + "0.75": [0, 15, 0], + "1.0": [0, 0, 0] + } + }, + "leg_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [12.5, 0, 0], + "0.5": [10, 0, 10], + "0.75": [10, 0, 10], + "1.25": [0, 0, 0] + } + }, + "leg_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.5": [-12.5, -25, 0], + "0.75": [-12.5, -25, 0], + "1.25": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [5, 5, 0], + "0.5": [-5, -15, 0], + "0.75": [-5, -15, 0], + "1.25": [0, 0, 0] + } + }, + "arm_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-25, -12.5, -10], + "0.5": [10, 0, 10], + "0.75": [10, 0, 10], + "1.25": [0, 0, 0] + } + }, + "tail1_b": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 10, 0], + "0.375": [0, -15, 0], + "0.5": [0, -15, 0], + "0.75": [0, 10, 0], + "1.0": [0, 0, 0] + } + }, + "tail1_c": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 10, 0], + "0.375": [0, -15, 0], + "0.5": [0, -15, 0], + "0.75": [0, 10, 0], + "1.0": [0, 0, 0] + } + }, + "tail1_d": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 10, 0], + "0.375": [0, -15, 0], + "0.5": [0, -15, 0], + "0.75": [0, 10, 0], + "1.0": [0, 0, 0] + } + }, + "tail1_e": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 10, 0], + "0.375": [0, -15, 0], + "0.5": [0, -15, 0], + "0.75": [0, 10, 0], + "1.0": [0, 0, 0] + } + }, + "tail1_f": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 10, 0], + "0.375": [0, -15, 0], + "0.5": [0, -15, 0], + "0.75": [10, 10, 0], + "1.0": [0, 0, 0] + } + }, + "tail1_g": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 10, 0], + "0.375": [0, -15, 0], + "0.5": [0, -15, 0], + "0.75": [10, 10, 0], + "1.0": [0, 0, 0] + } + }, + "tail1_h": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 10, 0], + "0.375": [0, -15, 0], + "0.5": [0, -15, 0], + "0.75": [10, 10, 0], + "1.0": [0, 0, 0] + } + }, + "tail1_b2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 10, 0], + "0.375": [0, -15, 0], + "0.5": [0, -15, 0], + "0.75": [0, 10, 0], + "1.0": [0, 0, 0] + } + }, + "tail1_c2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 10, 0], + "0.375": [0, -15, 0], + "0.5": [0, -15, 0], + "0.75": [0, 10, 0], + "1.0": [0, 0, 0] + } + }, + "tail1_d2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 10, 0], + "0.375": [0, -15, 0], + "0.5": [0, -15, 0], + "0.75": [0, 10, 0], + "1.0": [0, 0, 0] + } + }, + "tail1_e2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 10, 0], + "0.375": [0, -15, 0], + "0.5": [0, -15, 0], + "0.75": [0, 10, 0], + "1.0": [0, 0, 0] + } + }, + "tail1_f2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 10, 0], + "0.375": [0, -15, 0], + "0.5": [0, -15, 0], + "0.75": [10, 10, 0], + "1.0": [0, 0, 0] + } + }, + "tail1_g2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 10, 0], + "0.375": [0, -15, 0], + "0.5": [0, -15, 0], + "0.75": [10, 10, 0], + "1.0": [0, 0, 0] + } + }, + "tail1_h2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 10, 0], + "0.375": [0, -15, 0], + "0.5": [0, -15, 0], + "0.75": [10, 10, 0], + "1.0": [0, 0, 0] + } + } + } + }, + "animation.meowstic_m.special": { + "animation_length": 3, + "bones": { + "ear_r": { + "rotation": { + "1.0": [0, 0, 0], + "1.375": [-20, 0, 20] + } + }, + "ear_ra": { + "rotation": { + "1.0": [0, 0, 0], + "1.375": [-120, 0, 0] + }, + "position": { + "1.0": [0, 0, 0], + "1.375": [0, 0, 3] + } + }, + "ear_l": { + "rotation": { + "1.0": [0, 0, 0], + "1.375": [-20, 0, -20] + } + }, + "ear_la": { + "rotation": { + "1.0": [0, 0, 0], + "1.375": [-120, 0, 0] + }, + "position": { + "1.0": [0, 0, 0], + "1.375": [0, 0, 3] + } + }, + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [10, 0, 0], + "1.0": [10, 0, 0], + "1.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 1], + "1.0": [0, 0, 1], + "1.5": [0, 0, 0] + } + }, + "arm_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [-60, -15, 0], + "1.0": [-60, -15, 0], + "1.5": [0, 0, 0] + } + }, + "arm_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [-60, 15, 0], + "1.0": [-60, 15, 0], + "1.5": [0, 0, 0] + } + }, + "leg_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [-10, 0, 0], + "1.0": [-10, 0, 0], + "1.5": [0, 0, 0] + } + }, + "leg_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [-10, 0, 0], + "1.0": [-10, 0, 0], + "1.5": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [20, 0, 0], + "1.0": [20, 0, 0], + "1.25": [0, 0, 0], + "1.5": [-10, 0, 0] + } + }, + "eye_l": { + "position": { + "0.0": [0, 0, 0.03], + "1.0": { + "pre": [0, 0, 0.03], + "post": [0, 0, 0.03] + }, + "1.25": { + "pre": [0, 0, 0.03], + "post": [0, 0, 0] + } + } + }, + "eye_r": { + "position": { + "0.0": [0, 0, 0.03], + "1.0": { + "pre": [0, 0, 0.03], + "post": [0, 0, 0.03] + }, + "1.25": { + "pre": [0, 0, 0.03], + "post": [0, 0, 0] + } + } + }, + "closed_l": { + "position": { + "0.0": [0, 0, -0.05], + "1.0": { + "pre": [0, 0, -0.05], + "post": [0, 0, -0.05] + }, + "1.0417": { + "pre": [0, 0, -0.05], + "post": [0, 0, 0] + } + } + }, + "closed_r": { + "position": { + "0.0": [0, 0, -0.05], + "1.0": { + "pre": [0, 0, -0.05], + "post": [0, 0, -0.05] + }, + "1.0417": { + "pre": [0, 0, -0.05], + "post": [0, 0, 0] + } + } + }, + "open_l": { + "position": { + "1.0": [0, 0, 0], + "1.0417": { + "pre": [0, 0, 0], + "post": [0, 0, -0.28] + }, + "2.75": { + "pre": [0, 0, -0.28], + "post": [0, 0, -0.26] + }, + "3.0": { + "pre": [0, 0, -0.26], + "post": [0, 0, 0] + } + } + }, + "open_r": { + "position": { + "1.0": [0, 0, 0], + "1.0417": { + "pre": [0, 0, 0], + "post": [0, 0, -0.28] + }, + "2.75": { + "pre": [0, 0, -0.28], + "post": [0, 0, -0.26] + }, + "3.0": { + "pre": [0, 0, -0.26], + "post": [0, 0, 0] + } + } + } + } + }, + "animation.meowstic_m.status": { + "animation_length": 1.75, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [7.5, 0, 0], + "1.5": [7.5, 0, 0], + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, "0.1*math.sin(q.anim_time*90*45)", -1.5], + "1.5": [0, "0.1*math.sin(q.anim_time*90*45)", -1.5], + "1.5417": [0, 0, -1.5], + "1.75": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [15, 10, 5], + "1.5": [15, 10, 5], + "1.75": [0, 0, 0] + } + }, + "eye_l": { + "position": { + "0.2083": [0, 0, 0], + "0.25": [0, 0, 0.5], + "1.5": [0, 0, 0.5], + "1.5417": [0, 0, 0] + } + }, + "closed_l": { + "position": { + "0.2083": [0, 0, 0], + "0.25": [0, 0, -0.7], + "1.5": [0, 0, -0.7], + "1.5417": [0, 0, 0] + } + }, + "eye_r": { + "position": { + "0.2083": [0, 0, 0], + "0.25": [0, 0, 0.5], + "1.5": [0, 0, 0.5], + "1.5417": [0, 0, 0] + } + }, + "closed_r": { + "position": { + "0.2083": [0, 0, 0], + "0.25": [0, 0, -0.7], + "1.5": [0, 0, -0.7], + "1.5417": [0, 0, 0] + } + }, + "arm_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-135, 15, -25], + "1.5": [-135, 15, -25], + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, -2], + "1.5": [0, 0, -2], + "1.75": [0, 0, 0] + } + }, + "arm_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [25, 0, -5], + "1.5": [25, 0, -5], + "1.75": [0, 0, 0] + } + }, + "leg_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-7.5, 0, 0], + "1.5": [-7.5, 0, 0], + "1.75": [0, 0, 0] + } + }, + "leg_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [15, 0, 0], + "1.5": [15, 0, 0], + "1.75": [0, 0, 0] + } + } + } + }, + "animation.meowstic_m.caramel": { + "loop": true, + "animation_length": 3, + "bones": { + "arm_r": { + "rotation": { + "0.0": [-90, 0, 0], + "0.25": [-90, -30, 0], + "0.5": [-120, -30, 0], + "0.75": [-90, -30, 0], + "1.0": [-120, -30, 0], + "1.25": [-90, -30, 0], + "1.5": [-90, 0, 0], + "1.75": [-60, 0, 0], + "2.0": [-56.30993, 25.65891, 16.10211], + "2.25": [-60, 0, 0], + "2.5": [-56.30993, 25.65891, 16.10211], + "2.75": [-60, 0, 0], + "3.0": [-90, 0, 0] + } + }, + "arm_l": { + "rotation": { + "0.0": [-90, 0, 0], + "0.25": [-60, 0, 0], + "0.5": [-56.30993, -25.65891, -16.10211], + "0.75": [-60, 0, 0], + "1.0": [-56.30993, -25.65891, -16.10211], + "1.25": [-60, 0, 0], + "1.5": [-90, 0, 0], + "1.75": [-90, 30, 0], + "2.0": [-120, 30, 0], + "2.25": [-90, 30, 0], + "2.5": [-120, 30, 0], + "2.75": [-90, 30, 0], + "3.0": [-90, 0, 0] + } + } + } + }, + "animation.meowstic_m.special_alt": { + "animation_length": 3, + "bones": { + "ear_r": { + "rotation": { + "1.0": [0, 0, 0], + "1.375": [-20, 0, 20], + "2.75": [-20, 0, 20], + "3.0": [0, 0, 0] + } + }, + "ear_ra": { + "rotation": { + "1.0": [0, 0, 0], + "1.375": [-120, 0, 0], + "2.75": [-120, 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "1.0": [0, 0, 0], + "1.375": [0, 0, 3], + "2.75": [0, 0, 3], + "3.0": [0, 0, 0] + } + }, + "ear_l": { + "rotation": { + "1.0": [0, 0, 0], + "1.375": [-20, 0, -20], + "2.75": [-20, 0, -20], + "3.0": [0, 0, 0] + } + }, + "ear_la": { + "rotation": { + "1.0": [0, 0, 0], + "1.375": [-120, 0, 0], + "2.75": [-120, 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "1.0": [0, 0, 0], + "1.375": [0, 0, 3], + "2.75": [0, 0, 3], + "3.0": [0, 0, 0] + } + }, + "body": { + "rotation": { + "0.0": [2.5, 0, 0], + "0.75": [10, 0, 0], + "1.0": [10, 0, 0], + "1.5": [0, 0, 0], + "2.75": [0, 0, 0], + "3.0": [2.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 1], + "1.0": [0, 0, 1], + "1.5": [0, 0, 0], + "2.75": [0, 0, 0] + } + }, + "arm_r": { + "rotation": { + "0.0": [0, 0, 5], + "0.75": [-60, -15, 0], + "1.0": [-60, -15, 0], + "1.5": [0, 0, 0], + "2.75": [0, 0, 0], + "3.0": [0, 0, 5] + } + }, + "arm_l": { + "rotation": { + "0.0": [-5, 0, -15], + "0.75": [-60, 15, 0], + "1.0": [-60, 15, 0], + "1.5": [0, 0, 0], + "2.75": [0, 0, 0], + "3.0": [-5, 0, -15] + } + }, + "leg_r": { + "rotation": { + "0.0": [10, 0, 10], + "0.25": [0, 0, 0], + "0.75": [-10, 0, 0], + "1.0": [-10, 0, 0], + "1.5": [0, 0, 0], + "2.75": [0, 0, 0], + "3.0": [10, 0, 10] + } + }, + "leg_l": { + "rotation": { + "0.0": [-12.5, 0, -10], + "0.25": [0, 0, 0], + "0.75": [-10, 0, 0], + "1.0": [-10, 0, 0], + "1.5": [0, 0, 0], + "2.75": [0, 0, 0], + "3.0": [-12.5, 0, -10] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [20, 0, 0], + "1.0": [20, 0, 0], + "1.25": [0, 0, 0], + "1.5": [-10, 0, 0], + "2.75": [-10, 0, 0], + "3.0": [0, 0, 0] + } + }, + "eye_l": { + "position": { + "0.125": [0, 0, 0.03], + "1.0": {"pre": [0, 0, 0.03], "post": [0, 0, 0.03]}, + "1.25": {"pre": [0, 0, 0.03], "post": [0, 0, 0]} + } + }, + "eye_r": { + "position": { + "0.0": [0, 0, 0], + "0.125": {"pre": [0, 0, 0], "post": [0, 0, 0.03]}, + "1.0": {"pre": [0, 0, 0.03], "post": [0, 0, 0.03]}, + "1.25": {"pre": [0, 0, 0.03], "post": [0, 0, 0]} + } + }, + "closed_l": { + "position": { + "0.0": [0, 0, -0.05], + "1.0": {"pre": [0, 0, -0.05], "post": [0, 0, -0.05]}, + "1.0417": {"pre": [0, 0, -0.05], "post": [0, 0, 0]} + } + }, + "closed_r": { + "position": { + "0.0": [0, 0, 0], + "0.125": {"pre": [0, 0, 0], "post": [0, 0, -0.05]}, + "1.0": {"pre": [0, 0, -0.05], "post": [0, 0, -0.05]}, + "1.0417": {"pre": [0, 0, -0.05], "post": [0, 0, 0]} + } + }, + "open_l": { + "position": { + "1.0": [0, 0, 0], + "1.0417": {"pre": [0, 0, 0], "post": [0, 0, -0.28]}, + "3.0": {"pre": [0, 0, -0.28], "post": [0, 0, 0]} + } + }, + "open_r": { + "position": { + "1.0": [0, 0, 0], + "1.0417": {"pre": [0, 0, 0], "post": [0, 0, -0.28]}, + "3.0": {"pre": [0, 0, -0.28], "post": [0, 0, 0]} + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/mewtwo2/mewtwo2.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/mewtwo2/mewtwo2.animation.json new file mode 100644 index 0000000..79a7955 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/mewtwo2/mewtwo2.animation.json @@ -0,0 +1,1087 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.mewtwo2.ground_idle": { + "loop": true, + "bones": { + "torso_lower": { + "rotation": [0, -12.5, 0] + }, + "torso_middle": { + "rotation": ["0.0108+math.cos((query.anim_time - 0.2) * 90) * 4", 4.98347, 0.49808] + }, + "torso_upper": { + "rotation": ["0.0325-math.cos((query.anim_time - 0.2) * 90) * 4", 0.01634, 0.4962] + }, + "head": { + "rotation": ["17.2323-math.cos((query.anim_time - 0.5) * 90) * 4", 5.23986, -0.31117] + }, + "handle": { + "rotation": [-10, 0, 0], + "position": [0, 0, -1] + }, + "arm_left": { + "rotation": [0, "0+math.cos((query.anim_time - 0.5) * 90) * 4", 25], + "position": [0.5, 0, 0] + }, + "arm_left2": { + "rotation": [0, -35, "10+math.cos((query.anim_time - 0.7) * 90) * 4"] + }, + "arm_left3": { + "rotation": ["0+math.cos((query.anim_time - 1.1) * 90) * 4", 45, 35], + "position": [-1, 0, 0] + }, + "hand_left": { + "rotation": [0, 0, "20+math.cos((query.anim_time - 1.4) * 90) * 4"] + }, + "finger_middle_left": { + "rotation": [15, 0, 0] + }, + "finger_outer_left": { + "rotation": [37.5, 0, 0] + }, + "thumb_left": { + "rotation": [8.87221, -32.18826, -4.75346], + "position": [0.5, 0, 0] + }, + "tail": { + "rotation": [0, "math.cos((query.anim_time - 0.2) * 90) * 16", 0] + }, + "tail2": { + "rotation": [0, "math.cos((query.anim_time - 0.5) * 90) * 16", "math.cos((query.anim_time - 0.5) * 90) * 16"] + }, + "tail3": { + "rotation": [0, "math.cos((query.anim_time - 0.8) * 90) * 16", 0] + }, + "tail4": { + "rotation": [0, "math.cos((query.anim_time - 1.1) * 90) * 16", 0] + }, + "tail5": { + "rotation": [0, "math.cos((query.anim_time - 1.4) * 90) * 16", 0] + }, + "tail6": { + "rotation": [0, "math.cos((query.anim_time - 1.7) * 90) * 16", 0] + }, + "tail7": { + "rotation": [0, "math.cos((query.anim_time - 2.0) * 90) * 16", 0] + }, + "tail8": { + "rotation": [0, "math.cos((query.anim_time - 2.3) * 90) * 16", 0] + }, + "tail9": { + "rotation": [0, "math.cos((query.anim_time - 2.5) * 90) * 16", 0] + }, + "bone": { + "rotation": [5, 0, 0] + }, + "bone2": { + "rotation": [20, 0, 0] + }, + "bone3": { + "rotation": [22.5, 0, 0] + }, + "arm_right": { + "rotation": [0, "0-math.cos((query.anim_time - 0.5) * 90) * 4", -25], + "position": [-0.5, 0, 0] + }, + "arm_right2": { + "rotation": [-5.22207, 34.65745, "-19.1304-math.cos((query.anim_time - 0.7) * 90) * 4"] + }, + "arm_right3": { + "rotation": ["-7.4366-math.cos((query.anim_time - 1.1) * 90) * 4", -44.5119, -24.4532], + "position": [1, 0, 0] + }, + "hand_right": { + "rotation": [0, 0, "-20-math.cos((query.anim_time - 1.4) * 90) * 4"] + }, + "finger_middle_right": { + "rotation": [15, 0, 0] + }, + "bone4": { + "rotation": [20, 0, 0] + }, + "finger_outer_right": { + "rotation": [37.5, 0, 0] + }, + "bone5": { + "rotation": [22.5, 0, 0] + }, + "thumb_right": { + "rotation": [8.87221, 32.1883, 4.7535], + "position": [0.5, 0, 0] + }, + "bone6": { + "rotation": [5, 0, 0] + }, + "leg_left": { + "rotation": [0, -20, 0] + }, + "bone19": { + "position": [0, 0.25, 0] + }, + "bone20": { + "position": [0, 0.25, 0] + }, + "leg_right": { + "rotation": [0, 7.5, 0], + "position": [1, 0, -1] + } + } + }, + "animation.mewtwo2.ground_walk": { + "loop": true, + "animation_length": 2, + "bones": { + "torso": { + "rotation": ["-5+Math.cos((query.anim_time-0.2) * 90 * 2) * 2", 0, 0], + "position": [0, "-0.25+Math.cos((query.anim_time+0.1) * 90 * 4) * 0.5", 0] + }, + "waist": { + "rotation": [10, 0, 0] + }, + "chest": { + "rotation": ["12.5+Math.cos((query.anim_time-0.3) * 90 * 2) * 2", 0, 0] + }, + "inner_eyelid_right": { + "position": [0.875, 0, 0] + }, + "inner_eyelid_cover_right": { + "position": [0.125, 0, 0] + }, + "inner_eyelid_left": { + "position": [-0.9, 0, 0] + }, + "inner_eyelid_cover_left": { + "position": [-0.075, 0, 0] + }, + "tongue": { + "rotation": ["-35.1355+Math.cos((query.anim_time-0.3) * 90 * 4) * 2", -8.99719, 9.24241] + }, + "tongue2": { + "rotation": [19.30934, -21.08857, -32.02823] + }, + "tongue3": { + "rotation": ["8.622+Math.cos((query.anim_time-0.5) * 90 * 4) * 4", -49.39488, -6.09617] + }, + "tongue4": { + "rotation": [3.52414, -44.85128, -6.81991] + }, + "tongue5": { + "rotation": ["5.1652+Math.cos((query.anim_time-0.7) * 90 * 4) * 5", -27.0478, -11.24314] + }, + "tongue6": { + "rotation": ["Math.cos((query.anim_time-0.8) * 90 * 4) * 3", -25, 0] + }, + "tongue7": { + "rotation": ["Math.cos((query.anim_time-1) * 90 * 4) * 6", -27.5, 0] + }, + "toe_right": { + "rotation": { + "0.0": [-29.5, 0, 0], + "0.25": [-7, 0, 0], + "0.5": [22, 0, 0], + "0.625": [15.82, 0, 0], + "0.75": [4.68, 0, 0], + "0.875": [-13.09, 0, 0], + "1.0": [-19.5, 0, 0], + "1.1667": [-18.53, 0, 0], + "1.2917": [-15.87, 0, 0], + "1.4583": [2.54, 0, 0], + "1.5": [-7, 0, 0], + "1.6667": [-25.13, 0, 0], + "1.7083": [-32, 0, 0], + "2.0": [-29.5, 0, 0] + } + }, + "toe_back_right": { + "rotation": [25, 0, 0] + }, + "toe_back_left": { + "rotation": [25, 0, 0] + }, + "toe_left": { + "rotation": { + "0.0": [-19.5, 0, 0], + "0.1667": [-18.53, 0, 0], + "0.2917": [-15.87, 0, 0], + "0.4583": [2.54, 0, 0], + "0.5": [-7, 0, 0], + "0.6667": [-25.13, 0, 0], + "0.7083": [-32, 0, 0], + "1.0": [-29.5, 0, 0], + "1.25": [-7, 0, 0], + "1.5": [22, 0, 0], + "1.625": [15.82, 0, 0], + "1.75": [4.68, 0, 0], + "1.875": [-13.09, 0, 0], + "2.0": [-19.5, 0, 0] + } + }, + "bone12": { + "scale": 0 + }, + "bone15": { + "scale": 0 + }, + "bone17": { + "scale": 0 + }, + "shuriken_hand": { + "scale": 0 + }, + "shuriken_back2": { + "rotation": [-5.00954, 4.99523, -0.21865] + }, + "body": { + "position": [0, -2, 0] + }, + "torso_lower": { + "rotation": ["-5+Math.cos((query.anim_time-0.2) * 90 * 2) * 2", 0, 0], + "position": [0, "-0.25+Math.cos((query.anim_time+0.1) * 90 * 4) * 0.5", 0] + }, + "neck": { + "rotation": ["-7.5+Math.cos((query.anim_time-0.3) * 90 * 2) * -2", 0, 0] + }, + "head": { + "rotation": [27.5, 0, 0] + }, + "arm_left": { + "rotation": [5.41209, "Math.cos((query.anim_time) * 90 * 2) * -8.4214", 37.10125], + "position": [1, 0, 0] + }, + "arm_left2": { + "rotation": [0, "Math.cos((query.anim_time-0.3) * 90 * 2) * -10", 0] + }, + "arm_left3": { + "rotation": [0, 32.5, 0], + "position": [-1, 0, 0] + }, + "hand_left": { + "rotation": [0, 0, 15] + }, + "finger_middle_left": { + "rotation": [30, 0, 0] + }, + "finger_outer_left": { + "rotation": [180, 15, -135] + }, + "thumb_left": { + "rotation": [25.03149, -25.25199, -11.26653] + }, + "tail": { + "rotation": [20, 0, 0] + }, + "tail2": { + "rotation": [12.5, 0, 0] + }, + "tail3": { + "rotation": [20, 0, 0] + }, + "tail4": { + "rotation": [25, 0, 0] + }, + "tail5": { + "rotation": [-20, 0, 0] + }, + "tail6": { + "rotation": [-40, 0, 0] + }, + "tail7": { + "rotation": [-27.5, 0, 0] + }, + "tail8": { + "rotation": [-27.5, 0, 0] + }, + "tail9": { + "rotation": [-25, 0, 0] + }, + "bone": { + "rotation": [10, 0, 0] + }, + "bone2": { + "rotation": [20, 0, 0] + }, + "bone3": { + "rotation": [27.5, 0, 0] + }, + "arm_right": { + "rotation": [-4.65124, "18.5828-(Math.cos((query.anim_time) * 90 * 2) * 10)", -43.55331], + "position": [-1, 0, 0] + }, + "arm_right2": { + "rotation": [0, "-2.5+Math.cos((query.anim_time-0.3) * 90 * 2) * -10", 0] + }, + "arm_right3": { + "rotation": [7.85085, -31.63886, -14.72765], + "position": [1, 0, 0] + }, + "hand_right": { + "rotation": [0, 0, -15] + }, + "finger_middle_right": { + "rotation": [27.5, 0, 0] + }, + "bone4": { + "rotation": [15, 0, 0] + }, + "finger_outer_right": { + "rotation": [180, -10, 140] + }, + "bone5": { + "rotation": [20, 0, 0] + }, + "thumb_right": { + "rotation": [24.64445, 34.89321, 14.70516] + }, + "bone6": { + "rotation": [27.5, 0, 0] + }, + "leg_left": { + "rotation": { + "0.0": [-25.17098, -7.49282, -2.52154], + "0.125": [-23.72774, -6.89541, -2.65034], + "0.2917": [-16.49242, -5.27073, -3.00062], + "0.625": [0.92186, -2.60422, -3.5755], + "0.9167": [32.92186, -2.60422, -3.5755], + "1.0833": [38.42186, -2.60422, -3.5755], + "1.25": [34.22275, -3.21529, -3.44376], + "1.5417": [0.02365, -3.82637, -3.31201], + "1.7083": [-15.37456, -5.04852, -3.04852], + "1.875": [-23.72774, -6.89541, -2.65034], + "2.0": [-25.17098, -7.49282, -2.52154] + }, + "position": [-1, 0, 0] + }, + "leg_left2": { + "rotation": { + "0.0": [2.75, 0, 0], + "0.2917": [-3, 0, 0], + "0.6667": [5, 0, 0], + "1.125": [24, 0, 0], + "1.375": [64.33, 0, 0], + "1.5417": [57.75, 0, 0], + "1.75": [17.13, 0, 0], + "2.0": [2.75, 0, 0] + } + }, + "foot_left": { + "rotation": { + "0.0": [7.5, 0, 0], + "0.1667": [10, 0, 0], + "0.6667": [12.5, 0, 0], + "1.3333": [-7.5, 0, 0], + "1.5417": [-36.5, 0, 0], + "1.6667": [-29.5, 0, 0], + "1.8333": [-0.67, 0, 0], + "1.875": [2, 0, 0], + "2.0": [7.5, 0, 0] + } + }, + "bone19": { + "position": [0, 0.25, 0] + }, + "bone20": { + "position": [0, 0.25, 0] + }, + "leg_right": { + "rotation": { + "0.0": [35.67, 2.6, 3.58], + "0.0833": [38.42186, 2.60422, 3.5755], + "0.25": [34.22275, 3.21529, 3.44376], + "0.5417": [0.02365, 3.82637, 3.31201], + "0.7083": [-15.37456, 5.04852, 3.04852], + "0.875": [-23.72774, 6.89541, 2.65034], + "1.0": [-25.17098, 7.49282, 2.52154], + "1.125": [-23.72774, 6.89541, 2.65034], + "1.2917": [-16.49242, 5.27073, 3.00062], + "1.625": [0.92186, 2.60422, 3.5755], + "1.9167": [32.92186, 2.60422, 3.5755], + "2.0": [35.67, 2.6, 3.58] + }, + "position": [1, 0, 0] + }, + "leg_right2": { + "rotation": { + "0.0": [18.82, 0, 0], + "0.125": [24, 0, 0], + "0.375": [64.33, 0, 0], + "0.5417": [57.75, 0, 0], + "0.75": [17.13, 0, 0], + "1.0": [2.75, 0, 0], + "1.2917": [-3, 0, 0], + "1.6667": [5, 0, 0], + "2.0": [18.82, 0, 0] + } + }, + "foot_right": { + "rotation": { + "0.0": [2.5, 0, 0], + "0.3333": [-7.5, 0, 0], + "0.5417": [-36.5, 0, 0], + "0.6667": [-29.5, 0, 0], + "0.8333": [-0.67, 0, 0], + "0.875": [2, 0, 0], + "1.0": [7.5, 0, 0], + "1.1667": [10, 0, 0], + "1.6667": [12.5, 0, 0], + "2.0": [2.5, 0, 0] + } + } + } + }, + "animation.mewtwo2.air_idle": { + "loop": true, + "bones": { + "e": { + "rotation": [-2.5, 0, 0], + "position": [0, 0, 0] + }, + "shoulder_left": { + "rotation": [0, "0-math.cos((query.anim_time - 0.2) * 90) * 4", 20], + "position": [0, 0, 0.8] + }, + "finger_left_middle": { + "rotation": [0, "0-math.cos((query.anim_time - 0.8) * 90) * 4", 17.5], + "position": [-0.5, 0.5, 0] + }, + "finger_left_middle2": { + "rotation": [0, 0, 52.5], + "position": [-0.5, -0.1, 0] + }, + "finger_left_inner": { + "rotation": [0, "-30-math.cos((query.anim_time - 0.8) * 90) * 4", 17.5], + "position": [-0.5, -0.25, 0.75] + }, + "finger_left_inner2": { + "rotation": [0, 0, 45], + "position": [-0.5, -0.4, 0] + }, + "finger_left_outer": { + "rotation": [-34.78001, "-52.137-math.cos((query.anim_time - 0.8) * 90) * 4", -31.83619] + }, + "finger_left_outer2": { + "rotation": [0, 0, 17.5], + "position": [-0.2, -0.2, 0] + }, + "chest": { + "rotation": ["0-math.cos((query.anim_time - 0.2) * 90) * 4", 0, 0] + }, + "shoulder_right": { + "rotation": [-55, "0+math.cos((query.anim_time - 0.2) * 90) * 4", -20], + "position": [0, 0, 0.8] + }, + "bone9": { + "rotation": [0, "0+math.cos((query.anim_time - 0.8) * 90) * 4", -17.5], + "position": [0.5, 0.5, 0] + }, + "bone10": { + "rotation": [0, 0, -47.5], + "position": [0.5, -0.2, 0] + }, + "bone12": { + "rotation": [0, "30+math.cos((query.anim_time - 0.8) * 90) * 4", -17.5], + "position": [0.5, -0.25, 0.75] + }, + "bone16": { + "rotation": [0, 0, -50], + "position": [0.5, -0.4, 0] + }, + "bone18": { + "rotation": [0, "40+math.cos((query.anim_time - 0.8) * 90) * 4", -17.5] + }, + "leg_left3": { + "rotation": ["30+math.cos((query.anim_time - 0.2) * 90) * 4", 0, 0] + }, + "leg_left4": { + "rotation": ["30+math.cos((query.anim_time - 0.2) * 90) * 8", 0, 0] + }, + "bone45": { + "position": [0, 0, 0] + }, + "mewtwo2": { + "position": [0, 0, 0] + }, + "body": { + "position": [0, "5+math.cos((query.anim_time - 0.2) * 90) * 2", -3] + }, + "neck": { + "rotation": ["0-math.cos((query.anim_time - 0.2) * 90) * 4", 0, 0] + }, + "head": { + "rotation": [5, 0, 0] + }, + "arm_left": { + "rotation": [0, 0, 7.5] + }, + "arm_left2": { + "rotation": [-48.3167, 38.61152, 35.1924], + "position": [0, -1, 1] + }, + "arm_left3": { + "rotation": [10, 0, 120], + "position": [0, -2, 0] + }, + "hand_left": { + "rotation": [11.57518, -4.75113, 22.01816] + }, + "finger_middle_left": { + "rotation": [35, 0, 0] + }, + "finger_outer_left": { + "rotation": [35, 0, 0] + }, + "thumb_left": { + "rotation": [6.76733, -42.30053, -4.56615] + }, + "tail": { + "rotation": ["-10+math.cos((query.anim_time - 0.2) * 90) * 16", -40, 0] + }, + "tail2": { + "rotation": ["-15-math.cos((query.anim_time - 0.5) * 90) * 16", -15, 0] + }, + "tail3": { + "rotation": ["-7.5+math.cos((query.anim_time - 0.8) * 90) * 16", -20, 0] + }, + "tail4": { + "rotation": ["14.9302+math.cos((query.anim_time - 1.1) * 90) * 16", -19.99511, 0.23179] + }, + "tail5": { + "rotation": ["-10-math.cos((query.anim_time - 1.4) * 90) * 16", -20, 0] + }, + "tail6": { + "rotation": ["-2.5-math.cos((query.anim_time - 1.7) * 90) * 16", -22.5, 0] + }, + "tail7": { + "rotation": ["10-math.cos((query.anim_time - 2.0) * 90) * 16", -25, 0] + }, + "tail8": { + "rotation": ["0+math.cos((query.anim_time - 2.3) * 90) * 16", -27.5, 0] + }, + "tail9": { + "rotation": ["0+math.cos((query.anim_time - 2.5) * 90) * 16", -27.5, 0] + }, + "bone": { + "rotation": [15, 0, 0] + }, + "bone2": { + "rotation": [30, 0, 0] + }, + "bone3": { + "rotation": [22.5, 0, 0] + }, + "arm_right2": { + "rotation": [-19.91105, -29.18142, -77.99141], + "position": [-1, -1, 0] + }, + "arm_right3": { + "rotation": [0, 0, -95], + "position": [0, 0, 0] + }, + "hand_right": { + "rotation": [42.16569, 4.20854, -26.57947] + }, + "finger_middle_right": { + "rotation": [42.5, 0, 0] + }, + "bone4": { + "rotation": [45, 0, 0] + }, + "finger_outer_right": { + "rotation": [52.5, 0, 0] + }, + "bone5": { + "rotation": [35, 0, 0] + }, + "thumb_right": { + "rotation": [17.19212, 28.87909, 8.49878] + }, + "bone6": { + "rotation": [12.5, 0, 0] + }, + "leg_left": { + "rotation": [0, -15, 0], + "position": [-1, 0, 0] + }, + "foot_left": { + "rotation": ["45+math.cos((query.anim_time - 0.2) * 90) * 8", 0, 0], + "position": [0, 0, 0] + }, + "leg_right": { + "rotation": [0, 17.5, 0], + "position": [1, 0, 0] + }, + "leg_right2": { + "rotation": ["0+math.cos((query.anim_time - 0.2) * 90) * 4", 0, 0] + }, + "foot_right": { + "rotation": ["45+math.cos((query.anim_time - 0.2) * 90) * 8", 0, 0] + } + } + }, + "animation.mewtwo2.air_fly": { + "loop": true, + "bones": { + "e": { + "rotation": [-2.5, 0, 0], + "position": [0, 0, 0] + }, + "shoulder_left": { + "rotation": [0, "0-math.cos((query.anim_time - 0.2) * 90) * 4", 20], + "position": [0.5, 0.6, 0.8] + }, + "finger_left_middle": { + "rotation": [0, "0-math.cos((query.anim_time - 0.8) * 90) * 4", 17.5], + "position": [-0.5, 0.5, 0] + }, + "finger_left_middle2": { + "rotation": [0, 0, 52.5], + "position": [-0.5, -0.1, 0] + }, + "finger_left_inner": { + "rotation": [0, "-30-math.cos((query.anim_time - 0.8) * 90) * 4", 17.5], + "position": [-0.5, -0.25, 0.75] + }, + "finger_left_inner2": { + "rotation": [0, 0, 45], + "position": [-0.5, -0.4, 0] + }, + "finger_left_outer": { + "rotation": [0, "-40-math.cos((query.anim_time - 0.8) * 90) * 4", 17.5] + }, + "finger_left_outer2": { + "rotation": [0, 0, 52.5], + "position": [-0.2, -0.2, 0] + }, + "chest": { + "rotation": ["0-math.cos((query.anim_time - 0.2) * 90) * 4", 0, 0] + }, + "shoulder_right": { + "rotation": [-55, "0+math.cos((query.anim_time - 0.2) * 90) * 4", -20], + "position": [0, 0, 0.8] + }, + "bone9": { + "rotation": [0, "0+math.cos((query.anim_time - 0.8) * 90) * 4", -17.5], + "position": [0.5, 0.5, 0] + }, + "bone10": { + "rotation": [0, 0, -47.5], + "position": [0.5, -0.2, 0] + }, + "bone12": { + "rotation": [0, "30+math.cos((query.anim_time - 0.8) * 90) * 4", -17.5], + "position": [0.5, -0.25, 0.75] + }, + "bone16": { + "rotation": [0, 0, -50], + "position": [0.5, -0.4, 0] + }, + "bone18": { + "rotation": [0, "40+math.cos((query.anim_time - 0.8) * 90) * 4", -17.5] + }, + "leg_left3": { + "rotation": ["30+math.cos((query.anim_time - 0.2) * 90) * 4", 0, 0] + }, + "leg_left4": { + "rotation": ["30+math.cos((query.anim_time - 0.2) * 90) * 8", 0, 0] + }, + "mewtwo2": { + "position": [0, 0, 0] + }, + "body": { + "rotation": ["42.5+math.cos((query.anim_time - 0.2) * 90) * 4", 0, 0], + "position": [0, "4+math.cos((query.anim_time - 0.2) * 90) * 4", -3] + }, + "neck": { + "rotation": ["0-math.cos((query.anim_time - 0.2) * 90) * 4", 0, 0], + "position": [0, 1, 0] + }, + "head": { + "rotation": [-15, 0, 0], + "position": [0, -1, 0] + }, + "arm_left": { + "rotation": [29.31339, "-7.2983-math.cos((query.anim_time - 0.5) * 90) * 4", 10.05718], + "position": [0, 0.5, 0] + }, + "arm_left2": { + "rotation": [-14.71901, "4.592-math.cos((query.anim_time - 0.8) * 90) * 4", 38.00794], + "position": [0.25, -0.25, 0.5] + }, + "arm_left3": { + "rotation": [5.18892, 11.82278, 15.19865], + "position": [-1, 0, 0] + }, + "hand_left": { + "rotation": [84.87143, "-23.2143-math.cos((query.anim_time - 0.8) * 90) * 4", 0.15802], + "position": [0, -0.5, -1.5] + }, + "thumb_left": { + "rotation": [0, -32.5, 0] + }, + "tail": { + "rotation": [-32.5, "math.cos((query.anim_time - 0.2) * 90) * 16", 0], + "position": [0, 0, -2] + }, + "tail2": { + "rotation": [0, "math.cos((query.anim_time - 0.5) * 90) * 16", "math.cos((query.anim_time - 0.5) * 90) * 16"] + }, + "tail3": { + "rotation": [0, "math.cos((query.anim_time - 0.8) * 90) * 16", 0] + }, + "tail4": { + "rotation": [0, "math.cos((query.anim_time - 1.1) * 90) * 16", 0] + }, + "tail5": { + "rotation": [0, "math.cos((query.anim_time - 1.4) * 90) * 16", 0] + }, + "tail6": { + "rotation": [0, "math.cos((query.anim_time - 1.7) * 90) * 16", 0] + }, + "tail7": { + "rotation": [0, "math.cos((query.anim_time - 2.0) * 90) * 16", 0] + }, + "tail8": { + "rotation": [0, "math.cos((query.anim_time - 2.3) * 90) * 16", 0] + }, + "tail9": { + "rotation": [0, "math.cos((query.anim_time - 2.5) * 90) * 16", 0] + }, + "bone": { + "rotation": [15, 0, 0] + }, + "bone2": { + "rotation": [17.5, 0, 0] + }, + "bone3": { + "rotation": [12.5, 0, 0] + }, + "arm_right": { + "rotation": [29.31339, "7.2983-math.cos((query.anim_time - 0.5) * 90) * 4", -10.0572], + "position": [0, 0.5, 0] + }, + "arm_right2": { + "rotation": [112.44331, "-4.2215+math.cos((query.anim_time - 0.8) * 90) * 4", -32.27689], + "position": [0.25, -0.75, -1.3] + }, + "arm_right3": { + "rotation": [0, 0, 20], + "position": [1, 0, 0] + }, + "hand_right": { + "rotation": [-17.5, "-27.5+math.cos((query.anim_time - 0.8) * 90) * 4", -17.5] + }, + "bone4": { + "rotation": [27.5, 0, 0] + }, + "bone5": { + "rotation": [37.5, 0, 0] + }, + "thumb_right": { + "rotation": [0, 32.5, 0], + "position": [-1, 0, 0] + }, + "bone6": { + "rotation": [20, 0, 0], + "position": [0, 0, 0] + }, + "leg_left": { + "rotation": [0, -15, 0], + "position": [-1, 0, 0] + }, + "leg_left2": { + "rotation": [32.5, 0, 0] + }, + "foot_left": { + "rotation": ["37.5+math.cos((query.anim_time - 0.2) * 90) * 8", 0, 0], + "position": [0, 0, 0] + }, + "leg_right": { + "rotation": [0, 17.5, 0], + "position": [1, 0, 0] + }, + "leg_right2": { + "rotation": ["0+math.cos((query.anim_time - 0.2) * 90) * 4", 0, 0] + }, + "foot_right": { + "rotation": ["45+math.cos((query.anim_time - 0.2) * 90) * 8", 0, 0] + } + } + }, + "animation.mewtwo2.battle_idle": { + "loop": true, + "bones": { + "tail": { + "rotation": ["-10+math.cos((query.anim_time - 0.2) * 90) * 16", -40, 0] + }, + "tail2": { + "rotation": ["-15-math.cos((query.anim_time - 0.5) * 90) * 16", -15, 0] + }, + "tail3": { + "rotation": ["-7.5+math.cos((query.anim_time - 0.8) * 90) * 16", -20, 0] + }, + "tail4": { + "rotation": ["14.9302+math.cos((query.anim_time - 1.1) * 90) * 16", -19.99511, 0.23179] + }, + "tail5": { + "rotation": ["-10-math.cos((query.anim_time - 1.4) * 90) * 16", -20, 0] + }, + "tail6": { + "rotation": ["-2.5-math.cos((query.anim_time - 1.7) * 90) * 16", -22.5, 0] + }, + "tail7": { + "rotation": ["10-math.cos((query.anim_time - 2.0) * 90) * 16", -25, 0] + }, + "tail8": { + "rotation": ["0+math.cos((query.anim_time - 2.3) * 90) * 16", -27.5, 0] + }, + "tail9": { + "rotation": ["0+math.cos((query.anim_time - 2.5) * 90) * 16", -27.5, 0] + }, + "torso_upper": { + "rotation": ["0-math.cos((query.anim_time - 0.2) * 90) * 4", 0, 0] + }, + "head": { + "rotation": ["23.941-math.cos((query.anim_time - 0.5) * 90) * 4", -29.39453, -3.28662] + }, + "handle": { + "rotation": [-13.23944, 8.37578, -21.29539], + "position": [1, 0, -1] + }, + "bone8": { + "position": [0, 0, 0] + }, + "torso_lower": { + "rotation": ["0+math.cos((query.anim_time - 0.2) * 90) * 4", 0, 0] + }, + "body": { + "rotation": [0, 32.5, 0], + "position": [-2, 0, 0] + }, + "torso_middle": { + "rotation": ["0+math.cos((query.anim_time - 0.2) * 90) * 4", 0, 0] + }, + "arm_left": { + "rotation": [0, "0+math.cos((query.anim_time - 0.5) * 90) * 4", 15], + "position": [0.5, 0, 0] + }, + "arm_left2": { + "rotation": [0, "-40+math.cos((query.anim_time - 0.7) * 90) * 4", 30] + }, + "arm_left3": { + "rotation": [-180, "80+math.cos((query.anim_time - 1.1) * 90) * 4", -160], + "position": [0, 0, 1.5] + }, + "hand_left": { + "rotation": [-76.00631, 26.91782, 5.33001], + "position": [0, -1, 1] + }, + "finger_middle_left": { + "rotation": [192.5, 5, -115] + }, + "finger_outer_left": { + "rotation": [0, 5, 67.5] + }, + "thumb_left": { + "rotation": [61.92691, -40.68316, -15.71033], + "position": [0, 0, 0] + }, + "bone2": { + "rotation": [90, 0, 0] + }, + "bone": { + "rotation": [22.5, 0, 0] + }, + "bone3": { + "rotation": [95, 0, 0] + }, + "arm_right": { + "rotation": [-17.5, "0-math.cos((query.anim_time - 0.5) * 90) * 4", -12.5], + "position": [-0.5, 0, 0] + }, + "arm_right2": { + "rotation": [-46.68827, "60.281-math.cos((query.anim_time - 0.7) * 90) * 4", -16.00344], + "position": [1, -0.5, -0.5] + }, + "arm_right3": { + "rotation": [-30.23619, "-14.0761-math.cos((query.anim_time - 1.1) * 90) * 4", -69.3531], + "position": [-1, 0, 1] + }, + "hand_right": { + "rotation": [0, 0, "-45-math.cos((query.anim_time - 1.4) * 90) * 4"] + }, + "finger_middle_right": { + "rotation": [32.5, 0, 0] + }, + "bone4": { + "rotation": [37.5, 0, 0] + }, + "finger_outer_right": { + "rotation": [37.5, 0, 0] + }, + "bone5": { + "rotation": [32.5, 0, 0] + }, + "thumb_right": { + "rotation": [20.14371, 34.05444, 8.61775], + "position": [0, 0, 0] + }, + "bone6": { + "rotation": [15, 0, 0] + }, + "leg_left": { + "rotation": [0, -37.5, 0], + "position": [-1, 0, -1] + }, + "bone19": { + "position": [0, 0.25, 0] + }, + "bone20": { + "position": [0, 0.25, 0] + }, + "leg_right": { + "rotation": [0, 25, 0], + "position": [0, 0, -1] + } + } + }, + "animation.mewtwo2.battle_idle2": { + "loop": true, + "bones": { + "tail": { + "rotation": ["-10+math.cos((query.anim_time - 0.2) * 90) * 16", -40, 0] + }, + "tail2": { + "rotation": ["-15-math.cos((query.anim_time - 0.5) * 90) * 16", -15, 0] + }, + "tail3": { + "rotation": ["-7.5+math.cos((query.anim_time - 0.8) * 90) * 16", -20, 0] + }, + "tail4": { + "rotation": ["14.9302+math.cos((query.anim_time - 1.1) * 90) * 16", -19.99511, 0.23179] + }, + "tail5": { + "rotation": ["-10-math.cos((query.anim_time - 1.4) * 90) * 16", -20, 0] + }, + "tail6": { + "rotation": ["-2.5-math.cos((query.anim_time - 1.7) * 90) * 16", -22.5, 0] + }, + "tail7": { + "rotation": ["10-math.cos((query.anim_time - 2.0) * 90) * 16", -25, 0] + }, + "tail8": { + "rotation": ["0+math.cos((query.anim_time - 2.3) * 90) * 16", -27.5, 0] + }, + "tail9": { + "rotation": ["0+math.cos((query.anim_time - 2.5) * 90) * 16", -27.5, 0] + }, + "torso_upper": { + "rotation": ["0-math.cos((query.anim_time - 0.2) * 90) * 4", 0, 0] + }, + "head": { + "rotation": ["23.941-math.cos((query.anim_time - 0.5) * 90) * 4", -29.39453, -3.28662] + }, + "handle": { + "rotation": [-13.23944, 8.37578, -21.29539], + "position": [1, 0, -1] + }, + "bone8": { + "position": [0, 0, 0] + }, + "torso_lower": { + "rotation": ["0+math.cos((query.anim_time - 0.2) * 90) * 4", 0, 0] + }, + "body": { + "rotation": [0, 32.5, 0], + "position": [-2, 0, 0] + }, + "torso_middle": { + "rotation": ["0+math.cos((query.anim_time - 0.2) * 90) * 4", 0, 0] + }, + "arm_left": { + "rotation": [0, "0+math.cos((query.anim_time - 0.5) * 90) * 4", 15], + "position": [0.5, 0, 0] + }, + "arm_left2": { + "rotation": [-17.05763, "47.0877+math.cos((query.anim_time - 0.7) * 90) * 4", 0.24865] + }, + "arm_left3": { + "rotation": [-358.92472, "-0.9096+math.cos((query.anim_time - 1.1) * 90) * 4", -375.01441], + "position": [0, 0, 0] + }, + "hand_left": { + "rotation": [-1.41712, 13.33352, -65.96241], + "position": [-1, -1, 0] + }, + "finger_middle_left": { + "rotation": [90, 5, -115], + "position": [0, 0, 0] + }, + "finger_outer_left": { + "rotation": [-72.5, 5, 67.5], + "position": [0, 0, 0] + }, + "thumb_left": { + "rotation": [24.78052, -12.45711, -27.28687], + "position": [0, -0.5, 0] + }, + "bone2": { + "rotation": [42.5, 0, 0] + }, + "bone": { + "rotation": [22.5, 0, 0] + }, + "bone3": { + "rotation": [42.5, 0, 0] + }, + "arm_right": { + "rotation": [-17.5, "0-math.cos((query.anim_time - 0.5) * 90) * 4", -12.5], + "position": [-0.5, 0, 0] + }, + "arm_right2": { + "rotation": [-46.68827, "60.281-math.cos((query.anim_time - 0.7) * 90) * 4", -16.00344], + "position": [1, -0.5, -0.5] + }, + "arm_right3": { + "rotation": [-30.23619, "-14.0761-math.cos((query.anim_time - 1.1) * 90) * 4", -69.3531], + "position": [-1, 0, 1] + }, + "hand_right": { + "rotation": [0, 0, "-45-math.cos((query.anim_time - 1.4) * 90) * 4"] + }, + "finger_middle_right": { + "rotation": [32.5, 0, 0] + }, + "bone4": { + "rotation": [37.5, 0, 0] + }, + "finger_outer_right": { + "rotation": [37.5, 0, 0] + }, + "bone5": { + "rotation": [32.5, 0, 0] + }, + "thumb_right": { + "rotation": [20.14371, 34.05444, 8.61775], + "position": [0, 0, 0] + }, + "bone6": { + "rotation": [15, 0, 0] + }, + "leg_left": { + "rotation": [0, -37.5, 0], + "position": [-1, 0, -1] + }, + "bone19": { + "position": [0, 0.25, 0] + }, + "bone20": { + "position": [0, 0.25, 0] + }, + "leg_right": { + "rotation": [0, 25, 0], + "position": [0, 0, -1] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/milotic/milotic.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/milotic/milotic.animation.json new file mode 100644 index 0000000..a6cbf2c --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/milotic/milotic.animation.json @@ -0,0 +1,669 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.milotic.ground_idle": { + "loop": true, + "bones": { + "body": { + "rotation": ["Math.cos((query.anim_time-0.2) * 90 * 1) * 2", 0, 0], + "position": [0, 4, 0] + }, + "neck2": { + "rotation": [7.5, 0, 0] + }, + "head_rotation": { + "rotation": ["10+Math.cos((query.anim_time-0.8) * 90 * 1) * -6", 0, 0] + }, + "segment1": { + "rotation": [22.72183, 9.6955, 1.73294] + }, + "segment2": { + "rotation": ["26.1834+Math.cos((query.anim_time) * 90 * 1) * -3", 12.82271, 16.62149] + }, + "segment3": { + "rotation": [29.45793, -12.49746, -4.64042] + }, + "segment6": { + "rotation": [-31.4594, -45.46957, 10.44053] + }, + "segment7": { + "rotation": [-14.10989, -36.34266, 3.57809] + }, + "segment8": { + "rotation": ["29.1777+Math.cos((query.anim_time-0.2) * 90 * 1) * -4", "-49.7585+Math.cos((query.anim_time-0.6) * 90 * 1) * -4", -0.58851] + }, + "segment9": { + "rotation": [14.43461, -46.65934, -8.71674] + }, + "segment4": { + "rotation": [47.65469, -44.92991, -28.03723] + }, + "segment5": { + "rotation": [22.01394, "-35.962+Math.cos((query.anim_time) * 90 * 1) * 1", -0.07478] + }, + "neck": { + "rotation": ["-12.5+Math.cos((query.anim_time-0.6) * 90 * 1) * 4", 0, 0] + }, + "eye_left": { + "position": [0, 0, 0] + }, + "pupil_left": { + "position": [0, 0, 0] + }, + "eye_right": { + "position": [0, 0, 0] + }, + "bone17": { + "rotation": [15, 0, 0], + "position": [0, 0.2, 0] + }, + "bone18": { + "rotation": [0, 14, 0] + }, + "bone19": { + "rotation": ["-73-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", 0, 0] + }, + "bone20": { + "rotation": ["-10-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", "7.5-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", 0] + }, + "bone21": { + "rotation": [1.28032, 2.85572, 0.23166] + }, + "bone22": { + "rotation": ["15-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", "0-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", 0] + }, + "bone23": { + "rotation": [28.59762, 5.67247, 11.75414] + }, + "bone24": { + "rotation": [10, 0, 0] + }, + "bone25": { + "rotation": [22.5, 0, 0] + }, + "bone2": { + "rotation": [21.5, 0, 0], + "position": [0, -0.9, 0] + }, + "bone3": { + "rotation": [ + "48.8885-math.sin(q.anim_time*90*4)*1-(math.sin(q.anim_time*90*4)*1)", + "30.9856-math.sin(q.anim_time*90*4)*1-(math.sin(q.anim_time*90*4)*1)", + 4.67287 + ], + "position": [0, -0.2, -0.4] + }, + "bone4": { + "rotation": [0, "5+math.sin(q.anim_time*90*4)*1+(math.sin(q.anim_time*90*4)*1)", 0] + }, + "bone5": { + "rotation": [0, -14, 0] + }, + "bone6": { + "rotation": [0, "-41-math.sin(q.anim_time*90*4)*1-(math.sin(q.anim_time*90*4)*1)", 0] + }, + "bone7": { + "rotation": [0, "-11+math.sin(q.anim_time*90*4)*1+(math.sin(q.anim_time*90*4)*1)", 0] + }, + "tail": { + "rotation": ["0-Math.cos((query.anim_time) * 20 * 4 - 60) * 5", 0, 0] + }, + "bone26": { + "rotation": [19.5, 0, 0], + "position": [0, -0.8, 0] + }, + "bone27": { + "rotation": ["46.9855-math.sin(q.anim_time*90*4)*1-(math.sin(q.anim_time*90*4)*1)", -15.32224, -15.8659] + }, + "bone28": { + "rotation": [0, "-8-math.sin(q.anim_time*90*4)*1-(math.sin(q.anim_time*90*4)*1)", 0] + }, + "bone29": { + "rotation": [0, "13+math.sin(q.anim_time*90*4)*1+(math.sin(q.anim_time*90*4)*1)", 0] + }, + "bone30": { + "rotation": [0, "38-math.sin(q.anim_time*90*4)*1-(math.sin(q.anim_time*90*4)*1)", 0] + }, + "bone31": { + "rotation": [0, "16+math.sin(q.anim_time*90*4)*1+(math.sin(q.anim_time*90*4)*1)", 0] + }, + "bone8": { + "rotation": [10.01345, -2.95438, -0.52141] + }, + "bone9": { + "rotation": [-4, -10, 0], + "position": [0, 0, -0.1] + }, + "bone10": { + "rotation": ["-38.6158-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", -9.42966, 7.45552] + }, + "bone11": { + "rotation": [-27, 0, 0] + }, + "bone12": { + "rotation": [ + "-14.0741-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", + "5.8211-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", + -1.45655 + ] + }, + "bone13": { + "rotation": [7, 0, 0] + }, + "bone14": { + "rotation": ["0.5-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", "0-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", 0] + }, + "bone15": { + "rotation": [19, 0, 0] + }, + "bone16": { + "rotation": [19, 0, 0] + } + } + }, + "animation.milotic.ground_walk": { + "loop": true, + "bones": { + "body": { + "position": [0, 2, "Math.cos((query.anim_time) * 90 * 2) * 1"] + }, + "neck": { + "rotation": ["-20+Math.cos((query.anim_time-0.3) * 90 * 2) * -5", 0, 0] + }, + "neck2": { + "rotation": [17.4538, -0.15388, 0.65402] + }, + "head_rotation": { + "rotation": ["10+Math.cos((query.anim_time-0.8) * 90 * 1) * -6", 0, 0] + }, + "segment1": { + "rotation": [22.72183, 9.6955, 1.73294] + }, + "segment2": { + "rotation": ["52.5+Math.cos((query.anim_time-0.3) * 90 * 2) * 5", 0, "0+Math.cos((query.anim_time-1.25) * 90 * 4) * -5"] + }, + "segment3": { + "rotation": [14.5, "0+Math.cos((query.anim_time) * 90 * 4) * 10", 0] + }, + "segment4": { + "rotation": [0, "Math.cos((query.anim_time) * 90 * 4 - 60) * 10", 0] + }, + "segment5": { + "rotation": [0, "Math.cos((query.anim_time) * 90 * 4 - 120) * 10", 0] + }, + "segment6": { + "rotation": [0, "Math.cos((query.anim_time) * 90 * 4 - 180) * 10", 0] + }, + "segment7": { + "rotation": [0, "Math.cos((query.anim_time) * 90 * 4 - 240) * 15", 0] + }, + "segment8": { + "rotation": [0, "Math.cos((query.anim_time) * 90 * 4 - 300) * 20", 0] + }, + "segment9": { + "rotation": [0, "Math.cos((query.anim_time) * 90 * 4 - 360) * 5", 0] + }, + "bone17": { + "rotation": [15, 0, 0], + "position": [0, 0.2, 0] + }, + "bone18": { + "rotation": [0, 14, 0] + }, + "bone19": { + "rotation": ["-73-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", "0-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", 0] + }, + "bone20": { + "rotation": [-10.39086, 17.34294, -1.81027] + }, + "bone21": { + "rotation": [1.28032, 2.85572, 0.23166] + }, + "bone22": { + "rotation": [ + "15.0547-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", + "4.8292-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", + 1.29717 + ] + }, + "bone23": { + "rotation": ["10-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", "0-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", 0] + }, + "bone24": { + "rotation": ["10-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", "0-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", 0] + }, + "bone25": { + "rotation": [22.5, 0, 0] + }, + "bone2": { + "rotation": [19, 0, 0], + "position": [0, -0.6, 0] + }, + "bone3": { + "rotation": ["48.8885-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", 30.98562, 4.67287], + "position": [0, -0.2, -0.4] + }, + "bone4": { + "rotation": [0, 5, 0] + }, + "bone5": { + "rotation": ["0-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", -14, 0] + }, + "bone6": { + "rotation": ["0-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", -41, 0] + }, + "bone7": { + "rotation": [0, -11, 0] + }, + "tail": { + "rotation": ["5-Math.cos((query.anim_time) * 90 * 4 - 360) * 5", 0, 0] + }, + "bone26": { + "rotation": [19.5, 0, 0], + "position": [0, -0.8, 0] + }, + "bone27": { + "rotation": ["46.9855-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", -15.32224, -15.8659] + }, + "bone28": { + "rotation": [0, -8, 0] + }, + "bone29": { + "rotation": ["0-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", 13, 0] + }, + "bone30": { + "rotation": ["0-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", 38, 0] + }, + "bone31": { + "rotation": [0, 16, 0] + }, + "bone8": { + "rotation": [10.01345, -2.95438, -0.52141] + }, + "bone10": { + "rotation": [ + "-38.6158-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", + "-9.4297-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", + 7.45552 + ] + }, + "bone11": { + "rotation": [-27, 0, 0] + }, + "bone12": { + "rotation": [ + "-14.0741-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", + "5.8211-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", + -1.45655 + ] + }, + "bone13": { + "rotation": [7, 0, 0] + }, + "bone14": { + "rotation": [0.5, 0, 0] + }, + "bone15": { + "rotation": ["47-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", "0-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", 0] + }, + "bone16": { + "rotation": [19, 0, 0] + } + } + }, + "animation.milotic.water_idle": { + "loop": true, + "bones": { + "body": { + "rotation": ["Math.cos((query.anim_time-0.2) * 90 * 1) * 2", 0, 0], + "position": [0, 4, 0] + }, + "neck2": { + "rotation": [7.5, 0, 0] + }, + "head_rotation": { + "rotation": ["10+Math.cos((query.anim_time-0.8) * 90 * 1) * -6", 0, 0] + }, + "segment1": { + "rotation": [22.72183, 9.6955, 1.73294] + }, + "segment2": { + "rotation": ["26.1834+Math.cos((query.anim_time) * 90 * 1) * -3", 12.82271, 16.62149] + }, + "segment3": { + "rotation": [29.45793, -12.49746, -4.64042] + }, + "segment6": { + "rotation": [-31.4594, -45.46957, 10.44053] + }, + "segment7": { + "rotation": [-14.10989, -36.34266, 3.57809] + }, + "segment8": { + "rotation": ["29.1777+Math.cos((query.anim_time-0.2) * 90 * 1) * -4", "-49.7585+Math.cos((query.anim_time-0.6) * 90 * 1) * -4", -0.58851] + }, + "segment9": { + "rotation": [14.43461, -46.65934, -8.71674] + }, + "segment4": { + "rotation": [47.65469, -44.92991, -28.03723] + }, + "segment5": { + "rotation": [22.01394, "-35.962+Math.cos((query.anim_time) * 90 * 1) * 1", -0.07478] + }, + "neck": { + "rotation": ["-12.5+Math.cos((query.anim_time-0.6) * 90 * 1) * 4", 0, 0] + }, + "eye_left": { + "position": [0, 0, 0] + }, + "pupil_left": { + "position": [0, 0, 0] + }, + "eye_right": { + "position": [0, 0, 0] + }, + "bone17": { + "rotation": [15, 0, 0], + "position": [0, 0.2, 0] + }, + "bone18": { + "rotation": [0, 14, 0] + }, + "bone19": { + "rotation": [-73, 0, 0] + }, + "bone20": { + "rotation": [-10, 7.5, 0] + }, + "bone21": { + "rotation": [1.28032, 2.85572, 0.23166] + }, + "bone22": { + "rotation": [15, 0, 0] + }, + "bone23": { + "rotation": [10, 0, 0] + }, + "bone24": { + "rotation": [10, 0, 0] + }, + "bone25": { + "rotation": [22.5, 0, 0] + }, + "bone2": { + "rotation": [21.5, 0, 0], + "position": [0, -0.9, 0] + }, + "bone3": { + "rotation": [48.88846, 30.98562, 4.67287], + "position": [0, -0.2, -0.4] + }, + "bone4": { + "rotation": [0, 5, 0] + }, + "bone5": { + "rotation": [0, -14, 0] + }, + "bone6": { + "rotation": [0, -41, 0] + }, + "bone7": { + "rotation": [0, -11, 0] + }, + "tail": { + "rotation": ["0-Math.cos((query.anim_time) * 20 * 4 - 60) * 5", 0, 0] + }, + "bone26": { + "rotation": [19.5, 0, 0], + "position": [0, -0.8, 0] + }, + "bone27": { + "rotation": [41.98546, -15.32224, -15.8659] + }, + "bone28": { + "rotation": [0, -8, 0] + }, + "bone29": { + "rotation": [0, 13, 0] + }, + "bone30": { + "rotation": [0, 38, 0] + }, + "bone31": { + "rotation": [0, 16, 0] + }, + "bone8": { + "rotation": [10.01345, -2.95438, -0.52141] + }, + "bone9": { + "rotation": [-4, -10, 0], + "position": [0, 0, -0.1] + }, + "bone10": { + "rotation": [-38.61576, -9.42966, 7.45552] + }, + "bone11": { + "rotation": [-27, 0, 0] + }, + "bone12": { + "rotation": [-14.07406, 5.82115, -1.45655] + }, + "bone13": { + "rotation": [7, 0, 0] + }, + "bone14": { + "rotation": [0.5, 0, 0] + }, + "bone16": { + "rotation": [19, 0, 0] + }, + "milotic": { + "position": [0, -3, 0] + } + } + }, + "animation.milotic.water_swim": { + "loop": true, + "bones": { + "body": { + "position": [0, 2, "Math.cos((query.anim_time) * 90 * 2) * 1"] + }, + "neck": { + "rotation": ["-10+Math.cos((query.anim_time-0.3) * 90 * 2) * -5", 0, 0] + }, + "neck2": { + "rotation": [17.4538, -0.15388, 0.65402] + }, + "head_rotation": { + "rotation": ["10+Math.cos((query.anim_time-0.8) * 90 * 1) * -6", 0, 0] + }, + "segment1": { + "rotation": [-13.27817, 9.6955, 1.73294] + }, + "segment2": { + "rotation": ["4+Math.cos((query.anim_time-0.3) * 90 * 2) * 5", 0, "Math.cos((query.anim_time-1.25) * 90 * 4) * -5"] + }, + "segment3": { + "rotation": [2, "0+Math.cos((query.anim_time) * 90 * 4) * 10", 0] + }, + "segment4": { + "rotation": [0, "Math.cos((query.anim_time) * 90 * 4 - 60) * 10", 0] + }, + "segment5": { + "rotation": [0, "Math.cos((query.anim_time) * 90 * 4 - 120) * 10", 0] + }, + "segment6": { + "rotation": [0, "Math.cos((query.anim_time) * 90 * 4 - 180) * 10", 0] + }, + "segment7": { + "rotation": [0, "Math.cos((query.anim_time) * 90 * 4 - 240) * 15", 0] + }, + "segment8": { + "rotation": [0, "Math.cos((query.anim_time) * 90 * 4 - 300) * 20", 0] + }, + "segment9": { + "rotation": [0, "Math.cos((query.anim_time) * 90 * 4 - 360) * 5", 0] + }, + "bone17": { + "rotation": ["15+math.sin(q.anim_time*30*4)*1+(math.sin(q.anim_time*30*4)*1)", 0, 0], + "position": [0, 0.2, 0] + }, + "bone18": { + "rotation": ["0-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", 14, 0] + }, + "bone19": { + "rotation": [-10.5, 0, 0] + }, + "bone20": { + "rotation": ["-10.3909-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", 17.34294, -1.81027] + }, + "bone21": { + "rotation": [1.28032, 2.85572, 0.23166] + }, + "bone22": { + "rotation": ["15.0547-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", 4.82922, 1.29717] + }, + "bone23": { + "rotation": ["10+math.sin(q.anim_time*30*4)*1+(math.sin(q.anim_time*30*4)*1)", 0, 0] + }, + "bone24": { + "rotation": ["21-math.sin(q.anim_time*30*4)*3+(math.sin(q.anim_time*30*4)*3)", 0, 0] + }, + "bone25": { + "rotation": ["22.5-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", 0, 0] + }, + "bone2": { + "rotation": [19, 0, 0], + "position": [0, -0.6, 0] + }, + "bone3": { + "rotation": [48.88846, 30.98562, 4.67287], + "position": [0, -0.2, -0.4] + }, + "bone4": { + "rotation": [0, 5, 0] + }, + "bone5": { + "rotation": [0, -14, 0] + }, + "bone6": { + "rotation": [0, -41, 0] + }, + "bone7": { + "rotation": [0, -11, 0] + }, + "tail": { + "rotation": ["5-Math.cos((query.anim_time) * 90 * 4 - 360) * 5", 0, 0] + }, + "bone26": { + "rotation": [19.5, 0, 0], + "position": [0, -0.8, 0] + }, + "bone27": { + "rotation": [38.98546, -15.32224, -15.8659] + }, + "bone28": { + "rotation": [0, -8, 0] + }, + "bone29": { + "rotation": [0, 13, 0] + }, + "bone30": { + "rotation": [0, 38, 0] + }, + "bone31": { + "rotation": [0, 16, 0] + }, + "bone8": { + "rotation": [10.01345, -2.95438, -0.52141] + }, + "bone10": { + "rotation": ["16.3842+math.sin(q.anim_time*30*4)*1+(math.sin(q.anim_time*30*4)*1)", -9.42966, 7.45552] + }, + "bone11": { + "rotation": ["-27+math.sin(q.anim_time*30*4)*1+(math.sin(q.anim_time*30*4)*1)", 0, 0] + }, + "bone12": { + "rotation": ["-14.0741-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", 5.82115, -1.45655] + }, + "bone13": { + "rotation": ["9-math.sin(q.anim_time*30*4)*4+(math.sin(q.anim_time*30*4)*1)", 0, 0] + }, + "bone14": { + "rotation": ["0.5-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", 0, 0] + }, + "bone15": { + "rotation": ["47+math.sin(q.anim_time*30*4)*3+(math.sin(q.anim_time*30*4)*3)", 0, 0] + }, + "bone16": { + "rotation": ["19-math.sin(q.anim_time*30*4)*1-(math.sin(q.anim_time*30*4)*1)", 0, 0] + }, + "milotic": { + "rotation": [95, 0, 0], + "position": [0, -60.9, -70.6] + }, + "head": { + "rotation": [-102.5, 0, 0], + "position": [0, -2, -4.2] + } + } + }, + "animation.milotic.blink": { + "animation_length": 0.16667, + "bones": { + "eyelid_left": { + "position": { + "0.0": [0.1, 0, 0], + "0.125": [0.1, 0, 0], + "0.1667": [0, 0, 0] + } + }, + "eyelid_right": { + "position": { + "0.0": [-0.1, 0, 0], + "0.125": [-0.1, 0, 0], + "0.1667": [0, 0, 0] + } + } + } + }, + "animation.milotic.cry": { + "animation_length": 1.08333, + "bones": { + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "mouth": { + "position": [0, -2, 1.1], + "scale": [0.69, 1, 0.61] + } + }, + "sound_effects": { + "0.0833": { + "effect": "pokemon.serperior.cry" + } + } + }, + "animation.milotic.static pose": { + "loop": true + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/minccino/minccino.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/minccino/minccino.animation.json new file mode 100644 index 0000000..8ffc3fe --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/minccino/minccino.animation.json @@ -0,0 +1,78 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.minccino.ground_walk": { + "loop": true, + "bones": { + "body": { + "position": [0, "2*math.abs(math.sin(q.anim_time*90*6-30))", 0] + }, + "body2": { + "rotation": ["0+math.sin(q.anim_time*90*8-30)*2", "0+math.sin(q.anim_time*90*6-75+180)*7.5", "0+math.sin(q.anim_time*90*6+15)*4"] + }, + "head": { + "rotation": ["2.5*math.sin(q.anim_time*90*12)", "-2.5*math.sin(q.anim_time*90*6)", 0] + }, + "cowlick": { + "rotation": ["2.5*math.sin(q.anim_time*90*12)*3", 0, 0] + }, + "ear_right": { + "rotation": ["2.5*math.sin(q.anim_time*90*12)", 0, 0] + }, + "ear_left": { + "rotation": ["2.5*math.sin(q.anim_time*90*12)", 0, 0] + }, + "arm_right": { + "rotation": [0, "0-5*math.sin(q.anim_time*90*6)*5", "-45-5*math.sin(q.anim_time*90*12)"] + }, + "arm_left": { + "rotation": [0, "0-5*math.sin(q.anim_time*90*6)*5", "40+5*math.sin(q.anim_time*90*12)"] + }, + "tail0": { + "rotation": ["5*math.sin(q.anim_time*90*12)*3", 0, 0] + }, + "leg_right": { + "rotation": ["20*math.sin(q.anim_time*90*6)", 0, 0] + }, + "leg_left": { + "rotation": ["-20*math.sin(q.anim_time*90*6)", 0, 0] + } + } + }, + "animation.minccino.ground_idle": { + "loop": true, + "bones": { + "body2": { + "rotation": ["01+math.sin(q.anim_time*90*3)*1", 0, 0], + "position": [0, "0+math.sin(q.anim_time*90*3*2)*0.1", 0] + }, + "head": { + "rotation": ["0+math.sin(q.anim_time*90*3-60)*2", 0, 0] + }, + "cowlick": { + "rotation": ["0+math.sin(q.anim_time*90*3-55)*7.5", 0, "0+math.sin(q.anim_time*90*1.5-25)*4"] + }, + "ear_right": { + "rotation": ["0-math.sin(q.anim_time*90*3*1)*3", 0, 0] + }, + "ear_left": { + "rotation": ["0-math.sin(q.anim_time*90*3*1)*3", 0, 0] + }, + "arm_right": { + "rotation": [0, 0, "-37.5+math.sin(q.anim_time*90*3)*-5"], + "position": [0, "0+math.sin(q.anim_time*90*2*2)*0.1", 0] + }, + "arm_left": { + "rotation": [0.7661, -0.64276, "39.9957+math.sin(q.anim_time*90*3)*5"], + "position": [0, "0+math.sin(q.anim_time*90*2*2)*0.1", 0] + }, + "tail1": { + "rotation": [0, "6*(math.sin(q.anim_time*90*3-90)*1)+0*(math.sin(q.anim_time*90*0/2-90)*1)", 0] + }, + "tail2": { + "rotation": [0, "6*(math.sin(q.anim_time*90*3-90)*1)+0*(math.sin(q.anim_time*90*0/2-90)*1)", 0] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/minior/minior.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/minior/minior.animation.json new file mode 100644 index 0000000..8cf7a4d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/minior/minior.animation.json @@ -0,0 +1,85 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.minior.ground_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "minior": { + "position": [0, 10, 0] + }, + "body": { + "position": ["0+math.sin(q.anim_time*90*2)*2", "0-math.sin(q.anim_time*90*4)*2", 0] + }, + "torso": { + "rotation": { + "0.0": [0, 0, 0], + "2.0": [0, 0, -180], + "4.0": [0, 0, -360] + } + }, + "armor": { + "rotation": { + "0.0": [0, 0, 0], + "2.0": [0, 0, -180], + "4.0": [0, 0, -360] + } + } + } + }, + "animation.minior.ground_walk": { + "loop": true, + "animation_length": 4, + "bones": { + "minior": { + "rotation": [10, 0, 0], + "position": [0, 10, 0] + }, + "body": { + "position": ["0+math.sin(q.anim_time*90*2)*2", "0-math.sin(q.anim_time*90*4)*2", 0] + }, + "torso": { + "rotation": { + "0.0": [0, 0, 0], + "2.0": [0, 0, -180], + "4.0": [0, 0, -360] + } + }, + "armor": { + "rotation": { + "0.0": [0, 0, 0], + "2.0": [0, 0, -180], + "4.0": [0, 0, -360] + } + } + } + }, + "animation.minior.sleep": { + "loop": true, + "animation_length": 12, + "bones": { + "minior": { + "position": [0, 10, 0] + }, + "body": { + "position": ["0+math.sin(q.anim_time*90*2)*0.3", "0-math.sin(q.anim_time*90*4)*0.3", 0] + }, + "torso": { + "rotation": { + "0.0": [0, 0, 0], + "6.0": [0, 0, -180], + "12.0": [0, 0, -360] + } + }, + "armor": { + "rotation": { + "0.0": [0, 0, 0], + "6.0": [0, 0, -180], + "12.0": [0, 0, -360] + } + } + } + } + }, + "geckolib_format_version": 2 +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/moltres2/moltres2.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/moltres2/moltres2.animation.json new file mode 100644 index 0000000..4c50b99 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/moltres2/moltres2.animation.json @@ -0,0 +1,1130 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.moltres2.ground_idle": { + "loop": true, + "bones": { + "body": { + "position": [0, -0.1, 0] + }, + "torso": { + "rotation": [-15, 0, 0] + }, + "neck": { + "rotation": [30, 0, 0] + }, + "head": { + "rotation": [-10, 0, 0] + }, + "hair4": { + "rotation": [-20, 0, 0] + }, + "leg_left": { + "rotation": [1.94714, -14.21826, -7.70881], + "position": [-3, 0, 0] + }, + "foot_left": { + "rotation": [0, 0, 7.5] + }, + "hair3": { + "rotation": [-10, 0, 0] + }, + "hair5": { + "rotation": [15, 0, 0] + }, + "hair6": { + "rotation": [15, 0, 0] + }, + "upper_torso": { + "rotation": [-10, 0, 0] + }, + "wing_open_right": { + "scale": 0 + }, + "tail": { + "rotation": [-10, 0, 0] + }, + "leg_right": { + "rotation": [2.56834, 13.90237, 10.26538], + "position": [2, 0, 0] + }, + "foot_right": { + "rotation": [0, 0, -10] + }, + "wing_right": { + "rotation": [7.5, 60, -62.5], + "position": [-1, 0, -2] + }, + "wing_right2": { + "rotation": [0, -152.5, 0], + "position": [1, -0.01, 4] + }, + "wing_right3": { + "rotation": [0, 60, 0], + "position": [1, 0.1, -2] + }, + "jaw": { + "rotation": [-2.5, 0, 0] + }, + "bone": { + "rotation": [0, 47.5, 0], + "position": [0, -0.01, 0] + }, + "wing_left": { + "rotation": [7.5, -60, 62.5], + "position": [1, 0, -2] + }, + "wing_left2": { + "rotation": [0, 152.5, 0], + "position": [-1, -0.01, 4] + }, + "wing_left3": { + "rotation": [0, -60, 0], + "position": [-1, 0.1, -2] + }, + "bone2": { + "rotation": [0, -47.5, 0], + "position": [0, -0.01, 0] + } + } + }, + "animation.moltres2.ground_walk": { + "loop": true, + "bones": { + "torso": { + "rotation": ["-15+math.sin(q.anim_time*90*6+0+180)*2", "0+math.sin(q.anim_time*90*3-60+180)*2.5", "0+math.sin(q.anim_time*90*3+0)*2.5"] + }, + "tail_left": { + "rotation": ["2.5+math.sin(q.anim_time*90*6-25+180)*2", "math.sin(q.anim_time*90*3-20+180)*0.75", 0] + }, + "tail_left2": { + "rotation": ["2.5+math.sin(q.anim_time*90*6-50+180)*3", "math.sin(q.anim_time*90*3-40+180)*1", 0] + }, + "tail_right": { + "rotation": ["2.5+math.sin(q.anim_time*90*6-25+180)*2", "math.sin(q.anim_time*90*3-20+180)*0.75", 0] + }, + "tail_right2": { + "rotation": ["2.5+math.sin(q.anim_time*90*6-50+180)*3", "math.sin(q.anim_time*90*3-40+180)*1", 0] + }, + "hair": { + "rotation": ["0+math.sin(q.anim_time*90*6-95+180)*3", 0, 0] + }, + "hair_left": { + "rotation": ["0+math.sin(q.anim_time*90*6-90+180)*4", 0, 0] + }, + "hair_right": { + "rotation": ["0+math.sin(q.anim_time*90*6-90+180)*4", 0, 0] + }, + "hair_left2": { + "rotation": ["0+math.sin(q.anim_time*90*6-85+180)*3", 0, 0] + }, + "hair_right2": { + "rotation": ["0+math.sin(q.anim_time*90*6-85+180)*3", 0, 0] + }, + "wing_closed_left": { + "rotation": [-15.01365, 2.41476, -0.64743] + }, + "wing_closed_left2": { + "rotation": [27.58957, -4.43385, -2.31336] + }, + "wing_closed_left3": { + "rotation": [17.64168, -7.15102, -2.26708] + }, + "wing_closed_right": { + "rotation": [-15.01365, -2.41476, 0.64743] + }, + "wing_closed_right2": { + "rotation": [27.58957, 4.43385, 2.31336] + }, + "wing_closed_right3": { + "rotation": [17.64168, 7.15102, 2.26708] + }, + "wing_open_right": { + "scale": 0 + }, + "wing_open_left": { + "scale": 0 + }, + "body": { + "position": [0, "0+math.clamp(math.sin(query.anim_time*90*6*-1-30)*1,-0,1)+math.clamp(math.sin(query.anim_time*90*6*-1-30)*1,-0.9,0)", 0] + }, + "neck": { + "rotation": [-7.5, 0, 0] + }, + "head": { + "rotation": ["20+math.sin(q.anim_time*90*6-40)*3", 0, "0+math.sin(q.anim_time*90*3-50)*0.25"] + }, + "leg_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-50)*17.5,-17.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-50)*22.5,-0,20)", 0, 0], + "position": [-1, "0+math.clamp(math.sin(query.anim_time*90*3*-1-60)*1,0.3,1)", "math.sin(q.anim_time*90*3-80)*2"] + }, + "leg_left2": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-150)*35.5,-32.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-150)*17.5,-0,15)", 0, 0] + }, + "foot_left": { + "rotation": ["-7.5+math.clamp(math.sin(query.anim_time*90*3*-1-175)*7.5,-7.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-175)*22.5,-0,20)", 0, 0] + }, + "toe_middle_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", 0, 0] + }, + "claw_middle_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330)*15,-0,12.5)", 0, 0] + }, + "toe_back_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-300)*27.5,-0,25)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*22.5,-20,0)", 0, 0] + }, + "claw_back_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330)*15,-12.5,0)", 0, 0] + }, + "toe_outer_left": { + "rotation": ["-1.5203+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", -7.13182, 4.77156] + }, + "claw_outer_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330)*15,-0,12.5)", 0, 0] + }, + "toe_inner_left": { + "rotation": ["-1.5203+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", 7.13182, -4.77156] + }, + "claw_inner_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330)*15,-0,12.5)", 0, 0] + }, + "leg_right": { + "rotation": [ + "0+math.clamp(math.sin(query.anim_time*90*3*-1-50+180)*17.5,-17.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-50+180)*22.5,-0,20)", + 0, + 0 + ], + "position": [1, "0+math.clamp(math.sin(query.anim_time*90*3*-1-60+180)*1,0.3,1)", "-math.sin(q.anim_time*90*3-80)*2"] + }, + "leg_right2": { + "rotation": [ + "0+math.clamp(math.sin(query.anim_time*90*3*-1-150+180)*35.5,-32.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-150+180)*17.5,-0,15)", + 0, + 0 + ] + }, + "foot_right": { + "rotation": [ + "-7.5+math.clamp(math.sin(query.anim_time*90*3*-1-175+180)*7.5,-7.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-175+180)*22.5,-0,20)", + 0, + 0 + ] + }, + "toe_middle_right": { + "rotation": [ + "0+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", + 0, + 0 + ] + }, + "claw_middle_right": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330+180)*15,-0,12.5)", 0, 0] + }, + "toe_back_right": { + "rotation": [ + "0+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*27.5,-0,25)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*22.5,-20,0)", + 0, + 0 + ] + }, + "claw_back_right": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330+180)*15,-12.5,0)", 0, 0] + }, + "toe_inner_right": { + "rotation": [ + "-1.3208+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", + -2.79056, + 4.67594 + ] + }, + "claw_inner_right": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330+180)*15,-0,12.5)", 0, 0] + }, + "toe_outer_right": { + "rotation": [ + "-1.3208+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", + 2.79056, + -4.67594 + ] + }, + "claw_outer_right": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330+180)*15,-0,12.5)", 0, 0] + }, + "wing_right": { + "rotation": [7.5, 60, -62.5], + "position": [-1, 0, -2] + }, + "wing_right2": { + "rotation": [0, -152.5, 0], + "position": [1, -0.01, 4] + }, + "wing_right3": { + "rotation": [0, 60, 0], + "position": [1, 0.1, -2] + }, + "jaw": { + "rotation": [-2.5, 0, 0] + }, + "bone": { + "rotation": [0, 47.5, 0], + "position": [0, -0.01, 0] + }, + "wing_left": { + "rotation": [7.5, -60, 62.5], + "position": [1, 0, -2] + }, + "wing_left2": { + "rotation": [0, 152.5, 0], + "position": [-1, -0.01, 4] + }, + "wing_left3": { + "rotation": [0, -60, 0], + "position": [-1, 0.1, -2] + }, + "bone2": { + "rotation": [0, -47.5, 0], + "position": [0, -0.01, 0] + } + } + }, + "animation.moltres2.air_idle": { + "loop": true, + "bones": { + "body": { + "rotation": ["-10+math.sin(q.anim_time*90*3-60)*-1", 0, 0], + "position": [0, "math.sin(q.anim_time*90*3-30)*-2", "math.sin(q.anim_time*90*3-30)*-0.5"] + }, + "torso": { + "rotation": ["-15+math.sin(q.anim_time*90*3-60)*-3", 0, 0] + }, + "wing_closed_left": { + "rotation": [-93.47882, -7.48957, -87.29442], + "position": [0, -1, 6], + "scale": 0 + }, + "wing_closed_left2": { + "rotation": [5.08957, -4.43385, -2.31336] + }, + "wing_closed_left3": { + "rotation": [0.14168, -7.15102, -2.26708] + }, + "tail_left": { + "rotation": [8.0352, -0.67621, 4.9829] + }, + "tail_right": { + "rotation": [8.27991, 1.031, -7.46967] + }, + "tail_left2": { + "rotation": [12.64619, -1.47498, 22.81474] + }, + "tail_right2": { + "rotation": [12.64619, 1.47498, -22.81474] + }, + "neck": { + "rotation": ["30+math.sin(q.anim_time*90*3-70)*-5", 0, 0] + }, + "head": { + "rotation": ["-5+math.sin(q.anim_time*90*3-70)*10", 0, 0] + }, + "hair4": { + "rotation": ["5+math.sin(q.anim_time*90*3-150)*25", 0, 0] + }, + "leg_left": { + "rotation": ["math.sin(q.anim_time*90*3-90)*-2.5", 0, 0] + }, + "foot_left": { + "rotation": ["15+math.sin(q.anim_time*90*3-150)*5", 0, 7.5] + }, + "hair2": { + "rotation": ["math.sin(q.anim_time*90*3-90)*1", 0, 0] + }, + "hair3": { + "rotation": ["math.sin(q.anim_time*90*3-90)*5+4", 0, 0] + }, + "hair5": { + "rotation": ["math.sin(q.anim_time*90*3-210)*20-20", 0, 0] + }, + "hair6": { + "rotation": ["math.sin(q.anim_time*90*3-300)*50+2.5", 0, 0] + }, + "leg_left2": { + "rotation": ["-15+math.sin(q.anim_time*90*3-120)*15", 0, 0] + }, + "toe_back_left": { + "rotation": [-60, 0, 0] + }, + "claw_back_left": { + "rotation": [-23.06545, -0.03421, -1.5838] + }, + "toe_inner_left": { + "rotation": [37.5, 0, 0] + }, + "claw_inner_left": { + "rotation": [25, 0, 0] + }, + "toe_middle_left": { + "rotation": [35, 0, 0] + }, + "claw_middle_left": { + "rotation": [20, 0, 0] + }, + "toe_outer_left": { + "rotation": [55, 0, 0] + }, + "claw_outer_left": { + "rotation": [20, 0, 0] + }, + "wing_open_right4": { + "rotation": [0, 0, "math.sin(q.anim_time*90*3-140)*40"] + }, + "wing_open_left4": { + "rotation": [0, 0, "-(math.sin(q.anim_time*90*3-140)*40)"] + }, + "wing_closed_right": { + "rotation": [-93.47882, 7.48957, 87.29442], + "position": [0, -1, 6], + "scale": 0 + }, + "wing_closed_right2": { + "rotation": [5.08957, 4.43385, 2.31336] + }, + "wing_closed_right3": { + "rotation": [0.14168, 7.15102, 2.26708] + }, + "wing_open_right": { + "rotation": [-10, -5, "-5-math.sin(q.anim_time*90*3)*-60"], + "position": [0, "math.sin(q.anim_time*90*3)*-0.5", 0] + }, + "wing_open_right2": { + "rotation": [0.30239, -7.019, "-7.218-math.sin(q.anim_time*90*3-70)*-40"], + "position": [1, 0, 0] + }, + "wing_open_right3": { + "rotation": [0, 0, "(math.sin(q.anim_time*90*3-120)*30)"] + }, + "tail": { + "rotation": ["-10+math.sin(q.anim_time*90*3)*10", 0, 0] + }, + "jaw": { + "rotation": [-2.5, 0, 0] + }, + "leg_right": { + "rotation": ["math.sin(q.anim_time*90*3-90)*-17.5", 0, 0] + }, + "leg_right2": { + "rotation": ["-15+math.sin(q.anim_time*90*3-120)*15", 0, 0] + }, + "foot_right": { + "rotation": ["15+math.sin(q.anim_time*90*3-150)*5", 0, -7.5] + }, + "toe_middle_right": { + "rotation": [35, 0, 0] + }, + "claw_middle_right": { + "rotation": [20, 0, 0] + }, + "toe_back_right": { + "rotation": [-60, 0, 0] + }, + "claw_back_right": { + "rotation": [-23.06545, 0.03421, 1.5838] + }, + "toe_inner_right": { + "rotation": [37.5, 0, 0] + }, + "claw_inner_right": { + "rotation": [25, 0, 0] + }, + "toe_outer_right": { + "rotation": [55, 0, 0] + }, + "claw_outer_right": { + "rotation": [20, 0, 0] + }, + "tail4": { + "rotation": ["-10+math.sin(q.anim_time*90*3)*10", 0, 0] + }, + "bone3": { + "rotation": [-27.5, 0, 0] + }, + "bone4": { + "rotation": [55, 0, 0] + }, + "bone5": { + "rotation": [-40, 0, 0] + }, + "wing_right": { + "rotation": [-10, -5, "-5-math.sin(q.anim_time*90*3)*-60"], + "position": [0, "math.sin(q.anim_time*90*3)*-0.5", 0] + }, + "wing_right2": { + "rotation": [0.30239, -7.019, "-7.218-math.sin(q.anim_time*90*3-70)*-40"], + "position": [1, 0, 0] + }, + "wing_right3": { + "rotation": [0, 0, "(math.sin(q.anim_time*90*3-120)*30)"] + }, + "wing_left": { + "rotation": [-10, 5, "5+math.sin(q.anim_time*90*3)*-60"], + "position": [0, "math.sin(q.anim_time*90*3)*-0.5", 0] + }, + "wing_left2": { + "rotation": [0.30239, 7.01899, "7.218+math.sin(q.anim_time*90*3-70)*-40"] + }, + "wing_left3": { + "rotation": [0, 0, "-(math.sin(q.anim_time*90*3-120)*30)"] + } + } + }, + "animation.moltres2.air_fly": { + "loop": true, + "animation_length": 5.2917, + "bones": { + "torso": { + "rotation": { + "0.0": ["-15+math.sin(q.anim_time*90*3-60)*-3", 0, 0], + "2.0": [-15, 0, 0], + "4.0": [-15, 0, 0], + "5.2917": ["-15+math.sin(q.anim_time*90*3-60)*-3", 0, 0] + } + }, + "toe_outer_right2": { + "rotation": [60, 0, 0] + }, + "toe_middle_right2": { + "rotation": [60, 0, 0] + }, + "toe_inner_right2": { + "rotation": [60, 0, 0] + }, + "toe_inner_left2": { + "rotation": [60, 0, 0] + }, + "toe_middle_left2": { + "rotation": [60, 0, 0] + }, + "toe_outer_left2": { + "rotation": [60, 0, 0] + }, + "wing_closed_left": { + "scale": [1, 0, 0] + }, + "wing_closed_right": { + "scale": 0 + }, + "wing_open_right": { + "rotation": { + "0.0": [-10, -5, "-5+math.sin(q.anim_time*90*3)*60"], + "2.0": [-10.55954, -3.65972, 2.40059], + "4.0": [-10.55954, -3.65972, 2.40059], + "5.2917": [-10, -5, "-5+math.sin(q.anim_time*90*3)*60"] + }, + "position": { + "0.0": [0, "math.sin(q.anim_time*90*3)*-0.5", 0], + "2.0": [0, 0, 0], + "4.0": [0, 0, 0], + "5.2917": [0, "math.sin(q.anim_time*90*3)*-0.5", 0] + } + }, + "wing_open_right2": { + "rotation": { + "0.0": [0.3024, -7.01899, "-7.218+math.sin(q.anim_time*90*3-70)*40"], + "2.0": [-0.62346, -6.9988, 0.33845], + "4.0": [-0.62346, -6.9988, 0.33845], + "5.2917": [0.3024, -7.01899, "-7.218+math.sin(q.anim_time*90*3-70)*40"] + } + }, + "wing_open_right3": { + "rotation": { + "0.0": [0, 0, "math.sin(q.anim_time*90*3-120)*30"], + "2.0": [0, 30, 0], + "2.0417": ["0-Math.cos((query.anim_time - 0.5) * 720) * 2", 30, 0], + "4.0": [0, 30, 0], + "5.2917": [0, 0, "math.sin(q.anim_time*90*3-120)*30"] + } + }, + "wing_open_right4": { + "rotation": { + "0.0": [0, 0, "math.sin(q.anim_time*90*3-140)*40"], + "2.0": [0, 0, 0], + "2.0417": ["0-Math.cos((query.anim_time - 0.5) * 720) * 2", 0, 0], + "4.0": [0, 0, 0], + "5.2917": [0, 0, "math.sin(q.anim_time*90*3-140)*40"] + } + }, + "wing_open_left": { + "rotation": { + "0.0": [-10, 5, "5+math.sin(q.anim_time*90*3)*-60"], + "2.0": [-10.55954, 3.65972, -2.40057], + "4.0": [-10.55954, 3.65972, -2.40057], + "5.2917": [-10, 5, "5+math.sin(q.anim_time*90*3)*-60"] + }, + "position": { + "0.0": [0, "math.sin(q.anim_time*90*3)*-0.5", 0], + "2.0": [0, 0, 0], + "4.0": [0, 0, 0], + "5.2917": [0, "math.sin(q.anim_time*90*3)*-0.5", 0] + } + }, + "wing_open_left2": { + "rotation": { + "0.0": [0.30239, 7.01899, "7.218+math.sin(q.anim_time*90*3-70)*-40"], + "2.0": [-0.62095, 6.9981, -0.3385], + "4.0": [-0.62095, 6.9981, -0.3385], + "5.2917": [0.30239, 7.01899, "7.218+math.sin(q.anim_time*90*3-70)*-40"] + } + }, + "wing_open_left3": { + "rotation": { + "0.0": [0, 0, "-(math.sin(q.anim_time*90*3-120)*30)"], + "2.0": [0, -30, 0], + "2.0417": ["0-Math.cos((query.anim_time - 0.5) * 720) * 2", -30, 0], + "4.0": [0, -30, 0], + "5.2917": [0, 0, "-(math.sin(q.anim_time*90*3-120)*30)"] + } + }, + "wing_open_left4": { + "rotation": { + "0.0": [0, 0, "-(math.sin(q.anim_time*90*3-140)*40)"], + "2.0": [0, 0, 0], + "2.0417": ["0-Math.cos((query.anim_time - 0.5) * 720) * 2", 0, 0], + "4.0": [0, 0, 0], + "5.2917": [0, 0, "-(math.sin(q.anim_time*90*3-140)*40)"] + } + }, + "hair3": { + "rotation": ["0-Math.cos((query.anim_time - 0.2) * 720) * 2", 0, 0] + }, + "hair4": { + "rotation": ["0-Math.cos((query.anim_time - 0.5) * 720) * 2", 0, 0] + }, + "hair5": { + "rotation": ["0-Math.cos((query.anim_time - 0.8) * 720) * 2", 0, 0] + }, + "hair6": { + "rotation": ["0-Math.cos((query.anim_time - 0.5) * 720) * 2", 0, 0] + }, + "bone7": { + "rotation": ["0-Math.cos((query.anim_time - 0.5) * 720) * 2", 0, 0] + }, + "bone8": { + "rotation": ["0-Math.cos((query.anim_time - 0.5) * 720) * 2", 0, 0] + }, + "bone10": { + "rotation": ["0-Math.cos((query.anim_time - 0.5) * 720) * 2", 0, 0] + }, + "bone9": { + "rotation": ["0-Math.cos((query.anim_time - 0.5) * 720) * 2", 0, 0] + }, + "body": { + "rotation": { + "0.0": ["77.5+math.sin(q.anim_time*90*3-60)*-1", 0, 0], + "2.0": ["77.5-Math.cos((query.anim_time - 0.5) * 360) * 1", 0, 0], + "4.0": ["77.5-Math.cos((query.anim_time - 0.5) * 360) * 1", 0, 0], + "5.2917": ["77.5+math.sin(q.anim_time*90*3-60)*-1", 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "5.2917": [0, 0, 0] + } + }, + "tail": { + "rotation": ["-80.7223-Math.cos((query.anim_time - 0.5) * 720) * 2", 0, 0], + "position": [0, -4, 0] + }, + "tail4": { + "rotation": ["-90.7223-Math.cos((query.anim_time - 0.5) * 720) * 2", 28.6912, 24.3497], + "position": [-1, -4, -3] + }, + "upper_torso": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*3-60)*-1", 0, 0], + "2.0": ["-Math.cos((query.anim_time - 0.5) * 360) * 1", 0, 0], + "4.0": ["0-Math.cos((query.anim_time - 0.5) * 360) * 1", 0, 0], + "5.2917": ["0+math.sin(q.anim_time*90*3-60)*-1", 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "5.2917": [0, 0, 0] + } + }, + "neck": { + "rotation": [0.5, 0, 0], + "position": [0, 0, 0] + }, + "head": { + "rotation": [-77.5, 0, 0], + "position": [0, 2, -3] + }, + "bone3": { + "rotation": ["0-Math.cos((query.anim_time - 0.2) * 720) * 2", 0, 0] + }, + "bone4": { + "rotation": ["0-Math.cos((query.anim_time - 0.5) * 720) * 2", 0, 0] + }, + "bone5": { + "rotation": ["0-Math.cos((query.anim_time - 0.8) * 720) * 2", 0, 0] + }, + "leg_left": { + "rotation": [-42.34892, -9.84655, -1.75378], + "position": [0, 1, 0.25] + }, + "leg_left2": { + "rotation": { + "0.0": ["-15+math.sin(q.anim_time*90*3-120)*15", 0, 0], + "2.0": [-15, 0, 0], + "4.0": [-15, 0, 0], + "5.2917": ["-15+math.sin(q.anim_time*90*3-120)*15", 0, 0] + } + }, + "foot_left": { + "rotation": { + "0.0": ["15+math.sin(q.anim_time*90*3-150)*5", 0, 7.5], + "2.0": [15, 0, 7.5], + "4.0": [15, 0, 7.5], + "5.2917": ["15+math.sin(q.anim_time*90*3-150)*5", 0, 7.5] + } + }, + "toe_middle_left": { + "rotation": [45, 0, 0] + }, + "claw_middle_left": { + "rotation": [45, 0, 0] + }, + "toe_back_left": { + "rotation": [-60, 0, 0] + }, + "claw_back_left": { + "rotation": [-45, 0, 0] + }, + "toe_outer_left": { + "rotation": [45, 0, 0] + }, + "claw_outer_left": { + "rotation": [45, 0, 0] + }, + "toe_inner_left": { + "rotation": [45, 0, 0] + }, + "claw_inner_left": { + "rotation": [45, 0, 0] + }, + "leg_right": { + "rotation": [-42.41547, 7.38542, 1.30962], + "position": [0, 1, 0.25] + }, + "leg_right2": { + "rotation": { + "0.0": ["-15+math.sin(q.anim_time*90*3-120)*15", 0, 0], + "2.0": [-15, 0, 0], + "4.0": [-15, 0, 0], + "5.2917": ["-15+math.sin(q.anim_time*90*3-120)*15", 0, 0] + } + }, + "foot_right": { + "rotation": { + "0.0": ["15+math.sin(q.anim_time*90*3-150)*5", 0, -7.5], + "2.0": [15, 0, -7.5], + "4.0": [15, 0, -7.5], + "5.2917": ["15+math.sin(q.anim_time*90*3-150)*5", 0, -7.5] + } + }, + "toe_middle_right": { + "rotation": [45, 0, 0] + }, + "claw_middle_right": { + "rotation": [45, 0, 0] + }, + "toe_back_right": { + "rotation": [-60, 0, 0] + }, + "claw_back_right": { + "rotation": [-45, 0, 0] + }, + "toe_inner_right": { + "rotation": [45, 0, 0] + }, + "claw_inner_right": { + "rotation": [45, 0, 0] + }, + "toe_outer_right": { + "rotation": [45, 0, 0] + }, + "claw_outer_right": { + "rotation": [45, 0, 0] + }, + "bone6": { + "rotation": ["0-Math.cos((query.anim_time - 0.5) * 720) * 2", 0, 0] + }, + "wing_right": { + "rotation": { + "0.0": [-90, "-5+math.sin(q.anim_time*90*3)*60", -5], + "2.0": [-88.86956, -2.75886, 2.09224], + "4.0": [-88.86956, -2.75886, 2.09224], + "5.2917": [-90, "-5+math.sin(q.anim_time*90*3)*60", -5] + }, + "position": { + "0.0": [0, "math.sin(q.anim_time*90*3)*-0.5", 0], + "2.0": [0, 0, 0], + "4.0": [0, 0, 0], + "5.2917": [0, "math.sin(q.anim_time*90*3)*-0.5", 0] + } + }, + "wing_right2": { + "rotation": { + "0.0": [0.30014, 0.48091, "-7.1786+math.sin(q.anim_time*90*3-70)*40"], + "2.0": [-0.62346, -6.9988, 0.33845], + "4.0": [-0.62346, -6.9988, 0.33845], + "5.2917": [0.3024, -7.01899, "-7.218+math.sin(q.anim_time*90*3-70)*40"] + }, + "position": [0, 0, 0] + }, + "wing_right3": { + "rotation": { + "0.0": [0, 0, "math.sin(q.anim_time*90*3-120)*30"], + "2.0": [0, 30, 0], + "2.0417": ["0-Math.cos((query.anim_time - 0.5) * 720) * 2", 30, 0], + "4.0": [0, 30, 0], + "5.2917": [0, 0, "math.sin(q.anim_time*90*3-120)*30"] + }, + "position": [0, 0, 0] + }, + "fire_right": { + "rotation": ["0-Math.cos((query.anim_time - 0.5) * 720) * 2", 0, 0] + }, + "fire_right2": { + "rotation": ["0-Math.cos((query.anim_time - 0.5) * 720) * 2", 0, 0] + }, + "jaw": { + "rotation": [-2.5, 0, 0] + }, + "wing_left": { + "rotation": { + "0.0": [-90, "5-math.sin(q.anim_time*90*3)*60", 5], + "2.0": [-88.86956, 2.7589, -2.0922], + "4.0": [-88.86956, 2.7589, -2.0922], + "5.2917": [-90, "5-math.sin(q.anim_time*90*3)*60", 5] + }, + "position": { + "0.0": [0, "math.sin(q.anim_time*90*3)*-0.5", 0], + "2.0": [0, 0, 0], + "4.0": [0, 0, 0], + "5.2917": [0, "math.sin(q.anim_time*90*3)*-0.5", 0] + } + }, + "wing_left2": { + "rotation": { + "0.0": [0.30014, -0.4809, "7.1786-math.sin(q.anim_time*90*3-70)*40"], + "2.0": [-0.62346, -6.9988, 0.33845], + "4.0": [-0.62346, -6.9988, 0.33845], + "5.2917": [0.3024, 7.019, "7.218-math.sin(q.anim_time*90*3-70)*40"] + }, + "position": [0, 0, 0] + }, + "wing_left3": { + "rotation": { + "0.0": [0, 0, "-math.sin(q.anim_time*90*3-120)*30"], + "2.0": [0, -30, 0], + "2.0417": ["0+Math.cos((query.anim_time - 0.5) * 720) * 2", -30, 0], + "4.0": [0, -30, 0], + "5.2917": [0, 0, "-math.sin(q.anim_time*90*3-120)*30"] + }, + "position": [0, 0, 0] + } + } + }, + "animation.moltres2.cry": { + "animation_length": 1.08333, + "bones": { + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-2.94, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.pidgeot.render": { + "loop": true, + "bones": { + "torso": { + "rotation": [-2.50954, -4.99523, 0.21865] + }, + "wing_closed_left": { + "scale": 0 + }, + "wing_closed_right": { + "scale": 0 + }, + "wing_open_right": { + "rotation": [-18.95891, -15.0949, 31.1894], + "position": [4.5, -3, 2] + }, + "wing_open_right2": { + "rotation": [3.81397, -11.91276, 19.60193], + "position": [2, 0, 1] + }, + "wing_open_right3": { + "rotation": [-2.56513, 2.04249, 1.67099] + }, + "wing_open_right4": { + "rotation": [0, 15, 0] + }, + "wing_open_left": { + "rotation": [-18.95891, 15.09492, -31.18939], + "position": [-4.5, -1, 0] + }, + "wing_open_left2": { + "rotation": [3.28396, 12.06754, -22.15279], + "position": [-3, 0, 0] + }, + "wing_open_left3": { + "rotation": [-2.56358, 0.45502, -1.78282] + }, + "wing_open_left4": { + "rotation": [0, -15, 0] + }, + "tail_left2": { + "rotation": [0, 15, 0] + }, + "tail_right2": { + "rotation": [0, -12.5, 0] + }, + "hair3": { + "rotation": [9.27698, 7.95531, -15.83156] + }, + "hair4": { + "rotation": [25.96295, 15.58394, -8.88636] + }, + "hair5": { + "rotation": [34.29013, -1.41595, -7.66007] + }, + "hair6": { + "rotation": [27.86082, -8.86042, -4.65468] + }, + "wing_open_left_top2": { + "rotation": [0, 7.5, -17.5], + "position": [-1, 0, 0] + }, + "wing_open_right_top": { + "rotation": [0, -5, 7.5] + }, + "wing_open_right_top2": { + "rotation": [0, -7.5, 17.5], + "position": [2, 0, 0] + }, + "bone14": { + "rotation": [27.5, 0, 0], + "position": [0, -0.25, 0.5] + }, + "bone15": { + "rotation": [25, 0, 0], + "position": [0, -0.25, 0.5] + }, + "bone16": { + "rotation": [35, 0, 0], + "position": [0, 0.1, 0.5] + }, + "bone17": { + "rotation": [-47.5, 0, 0] + }, + "wing_open_left_top": { + "rotation": [0, 0, -7.5] + }, + "body": { + "rotation": [-42.5, 0, 0], + "position": [0, 11, 0] + }, + "wing_right": { + "rotation": [-80, 0, 0] + }, + "wing_right2": { + "rotation": [0, 0, -37.5] + }, + "wing_right3": { + "rotation": [0, 0, -32.5] + }, + "neck": { + "rotation": [49.8924, 3.82821, -3.21873], + "position": [0, -3, -1] + }, + "head": { + "rotation": [-14.96258, 4.92385, 0.87038], + "position": [0, 0, 1] + }, + "jaw": { + "rotation": [65, 0, 0] + }, + "leg_left": { + "rotation": [20, 0, -17.5] + }, + "leg_left2": { + "rotation": [-21.54514, 9.06524, 12.0012] + }, + "foot_left": { + "rotation": [-7.41193, -14.98539, -0.66963] + }, + "toe_middle_left": { + "rotation": [32.5, 0, 0] + }, + "claw_middle_left": { + "rotation": [22.5, 0, 0], + "position": [0, 0, 0.5] + }, + "toe_back_left": { + "rotation": [-35, 0, 0] + }, + "claw_back_left": { + "rotation": [-35, 0, 0] + }, + "toe_outer_left": { + "rotation": [27.5, -20, 0] + }, + "claw_outer_left": { + "rotation": [47.5, 0, 0], + "position": [0, 0, 0.5] + }, + "toe_inner_left": { + "rotation": [42.5, 22.5, 0] + }, + "claw_inner_left": { + "rotation": [33.88502, -0.71144, 1.94739], + "position": [0, 0, 0.5] + }, + "leg_right": { + "rotation": [-10.17583, -1.61888, 12.39638] + }, + "leg_right2": { + "rotation": [-27.24682, 17.04679, -14.9092] + }, + "foot_right": { + "rotation": [18.85088, 8.57499, -3.70573] + }, + "toe_middle_right": { + "rotation": [15, 0, 0] + }, + "claw_middle_right": { + "rotation": [30, 0, 0], + "position": [0, 0, 0.5] + }, + "toe_back_right": { + "rotation": [-42.5, 0, 0] + }, + "claw_back_right": { + "rotation": [-47.5, 0, 0], + "position": [0, 0.5, -0.5] + }, + "toe_inner_right": { + "rotation": [35, -15, 0] + }, + "claw_inner_right": { + "rotation": [22.5, 0, 0], + "position": [0, 0, 0.5] + }, + "toe_outer_right": { + "rotation": [30.39441, 10.95195, 6.6922] + }, + "claw_outer_right": { + "rotation": [57.5, 0, 0], + "position": [0, 0.5, 0.5] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/moltres_galar/moltres_galar.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/moltres_galar/moltres_galar.animation.json new file mode 100644 index 0000000..3f74b9c --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/moltres_galar/moltres_galar.animation.json @@ -0,0 +1,948 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.moltres_galar.ground_idle": { + "loop": true, + "bones": { + "body": { + "position": [0, -0.1, 0] + }, + "torso": { + "rotation": [-15, 0, 0] + }, + "neck": { + "rotation": [30, 0, 0] + }, + "head": { + "rotation": [-10, 0, 0] + }, + "hair4": { + "rotation": [-20, 0, 0] + }, + "leg_left": { + "rotation": [1.94714, -14.21826, -7.70881], + "position": [-3, 0, 0] + }, + "foot_left": { + "rotation": [0, 0, 7.5] + }, + "hair3": { + "rotation": [-10, 0, 0] + }, + "hair5": { + "rotation": [15, 0, 0] + }, + "hair6": { + "rotation": [15, 0, 0] + }, + "upper_torso": { + "rotation": [-10, 0, 0] + }, + "wing_open_right": { + "scale": 0 + }, + "tail": { + "rotation": [-10, 0, 0] + }, + "leg_right": { + "rotation": [2.56834, 13.90237, 10.26538], + "position": [2, 0, 0] + }, + "foot_right": { + "rotation": [0, 0, -10] + }, + "wing_right": { + "rotation": [7.5, 60, -62.5], + "position": [-1, 0, -2] + }, + "wing_right2": { + "rotation": [0, -145, 0], + "position": [1, -0.01, 4] + }, + "wing_right3": { + "rotation": [0, 60, 0], + "position": [1, 0.1, -2] + }, + "bone7": { + "rotation": [0, 47.5, 0], + "position": [0, -0.01, 0] + }, + "wing_left": { + "rotation": [7.5, -60, 62.5], + "position": [1, 0, -2] + }, + "wing_left2": { + "rotation": [0, 145, 0], + "position": [-1, -0.01, 4] + }, + "wing_left3": { + "rotation": [0, -60, 0], + "position": [-1, 0.1, -2] + }, + "bone8": { + "rotation": [0, -47.5, 0], + "position": [0, -0.01, 0] + } + } + }, + "animation.moltres_galar.ground_walk": { + "loop": true, + "bones": { + "torso": { + "rotation": ["-15+math.sin(q.anim_time*90*6+0+180)*2", "0+math.sin(q.anim_time*90*3-60+180)*2.5", "0+math.sin(q.anim_time*90*3+0)*2.5"] + }, + "tail_left": { + "rotation": ["2.5+math.sin(q.anim_time*90*6-25+180)*2", "math.sin(q.anim_time*90*3-20+180)*0.75", 0] + }, + "tail_left2": { + "rotation": ["2.5+math.sin(q.anim_time*90*6-50+180)*3", "math.sin(q.anim_time*90*3-40+180)*1", 0] + }, + "tail_right": { + "rotation": ["2.5+math.sin(q.anim_time*90*6-25+180)*2", "math.sin(q.anim_time*90*3-20+180)*0.75", 0] + }, + "tail_right2": { + "rotation": ["2.5+math.sin(q.anim_time*90*6-50+180)*3", "math.sin(q.anim_time*90*3-40+180)*1", 0] + }, + "hair": { + "rotation": ["0+math.sin(q.anim_time*90*6-95+180)*3", 0, 0] + }, + "hair_left": { + "rotation": ["0+math.sin(q.anim_time*90*6-90+180)*4", 0, 0] + }, + "hair_right": { + "rotation": ["0+math.sin(q.anim_time*90*6-90+180)*4", 0, 0] + }, + "hair_left2": { + "rotation": ["0+math.sin(q.anim_time*90*6-85+180)*3", 0, 0] + }, + "hair_right2": { + "rotation": ["0+math.sin(q.anim_time*90*6-85+180)*3", 0, 0] + }, + "wing_closed_left": { + "rotation": [-15.01365, 2.41476, -0.64743] + }, + "wing_closed_left2": { + "rotation": [27.58957, -4.43385, -2.31336] + }, + "wing_closed_left3": { + "rotation": [17.64168, -7.15102, -2.26708] + }, + "wing_closed_right": { + "rotation": [-15.01365, -2.41476, 0.64743] + }, + "wing_closed_right2": { + "rotation": [27.58957, 4.43385, 2.31336] + }, + "wing_closed_right3": { + "rotation": [17.64168, 7.15102, 2.26708] + }, + "wing_open_right": { + "scale": 0 + }, + "wing_open_left": { + "scale": 0 + }, + "body": { + "position": [0, "0+math.clamp(math.sin(query.anim_time*90*6*-1-30)*1,-0,1)+math.clamp(math.sin(query.anim_time*90*6*-1-30)*1,-0.9,0)", 0] + }, + "neck": { + "rotation": [20, 0, 0] + }, + "head": { + "rotation": ["2.5+math.sin(q.anim_time*90*6-40)*3", 0, "math.sin(q.anim_time*90*3-50)*0.25"] + }, + "leg_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-50)*17.5,-17.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-50)*22.5,-0,20)", 0, 0], + "position": [0, "0+math.clamp(math.sin(query.anim_time*90*3*-1-60)*1,0.3,1)", "-3+math.sin(q.anim_time*90*3-80)*2"] + }, + "leg_left2": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-150)*35.5,-32.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-150)*17.5,-0,15)", 0, 0] + }, + "foot_left": { + "rotation": ["-7.5+math.clamp(math.sin(query.anim_time*90*3*-1-175)*7.5,-7.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-175)*22.5,-0,20)", 0, 0] + }, + "toe_middle_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", 0, 0] + }, + "claw_middle_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330)*15,-0,12.5)", 0, 0] + }, + "toe_back_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-300)*27.5,-0,25)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*22.5,-20,0)", 0, 0] + }, + "claw_back_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330)*15,-12.5,0)", 0, 0] + }, + "toe_outer_left": { + "rotation": ["-1.5203+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", -7.13182, 4.77156] + }, + "claw_outer_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330)*15,-0,12.5)", 0, 0] + }, + "toe_inner_left": { + "rotation": ["-1.5203+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", 7.13182, -4.77156] + }, + "claw_inner_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330)*15,-0,12.5)", 0, 0] + }, + "leg_right": { + "rotation": [ + "0+math.clamp(math.sin(query.anim_time*90*3*-1-50+180)*17.5,-17.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-50+180)*22.5,-0,20)", + 0, + 0 + ], + "position": [0, "0+math.clamp(math.sin(query.anim_time*90*3*-1-60+180)*1,0.3,1)", "-3-math.sin(q.anim_time*90*3-80)*2"] + }, + "leg_right2": { + "rotation": [ + "0+math.clamp(math.sin(query.anim_time*90*3*-1-150+180)*35.5,-32.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-150+180)*17.5,-0,15)", + 0, + 0 + ] + }, + "foot_right": { + "rotation": [ + "-7.5+math.clamp(math.sin(query.anim_time*90*3*-1-175+180)*7.5,-7.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-175+180)*22.5,-0,20)", + 0, + 0 + ] + }, + "toe_middle_right": { + "rotation": [ + "0+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", + 0, + 0 + ] + }, + "claw_middle_right": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330+180)*15,-0,12.5)", 0, 0] + }, + "toe_back_right": { + "rotation": [ + "0+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*27.5,-0,25)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*22.5,-20,0)", + 0, + 0 + ] + }, + "claw_back_right": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330+180)*15,-12.5,0)", 0, 0] + }, + "toe_inner_right": { + "rotation": [ + "-1.3208+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", + -2.79056, + 4.67594 + ] + }, + "claw_inner_right": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330+180)*15,-0,12.5)", 0, 0] + }, + "toe_outer_right": { + "rotation": [ + "-1.3208+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", + 2.79056, + -4.67594 + ] + }, + "claw_outer_right": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330+180)*15,-0,12.5)", 0, 0] + }, + "wing_right": { + "rotation": [7.5, 60, -62.5], + "position": [-1, 0, -2] + }, + "wing_right2": { + "rotation": [0, -145, 0], + "position": [1, -0.01, 4] + }, + "wing_right3": { + "rotation": [0, 60, 0], + "position": [1, 0.1, -2] + }, + "bone7": { + "rotation": [0, 47.5, 0], + "position": [0, -0.01, 0] + }, + "wing_left": { + "rotation": [7.5, -60, 62.5], + "position": [1, 0, -2] + }, + "wing_left2": { + "rotation": [0, 145, 0], + "position": [-1, -0.01, 4] + }, + "wing_left3": { + "rotation": [0, -60, 0], + "position": [-1, 0.1, -2] + }, + "bone8": { + "rotation": [0, -47.5, 0], + "position": [0, -0.01, 0] + } + } + }, + "animation.moltres_galar.air_idle": { + "loop": true, + "bones": { + "body": { + "rotation": ["-10+math.sin(q.anim_time*90*3-60)*-1", 0, 0], + "position": [0, "math.sin(q.anim_time*90*3-30)*-2", "math.sin(q.anim_time*90*3-30)*-0.5"] + }, + "torso": { + "rotation": ["-15+math.sin(q.anim_time*90*3-60)*-3", 0, 0] + }, + "wing_closed_left": { + "rotation": [-93.47882, -7.48957, -87.29442], + "position": [0, -1, 6], + "scale": 0 + }, + "wing_closed_left2": { + "rotation": [5.08957, -4.43385, -2.31336] + }, + "wing_closed_left3": { + "rotation": [0.14168, -7.15102, -2.26708] + }, + "tail_left": { + "rotation": [8.0352, -0.67621, 4.9829] + }, + "tail_right": { + "rotation": [8.27991, 1.031, -7.46967] + }, + "tail_left2": { + "rotation": [12.64619, -1.47498, 22.81474] + }, + "tail_right2": { + "rotation": [12.64619, 1.47498, -22.81474] + }, + "neck": { + "rotation": ["30+math.sin(q.anim_time*90*3-70)*-5", 0, 0] + }, + "head": { + "rotation": ["-5+math.sin(q.anim_time*90*3-70)*10", 0, 0] + }, + "hair4": { + "rotation": ["5+math.sin(q.anim_time*90*3-150)*25", 0, 0] + }, + "leg_left": { + "rotation": ["math.sin(q.anim_time*90*3-90)*-2.5", 0, 0] + }, + "foot_left": { + "rotation": ["15+math.sin(q.anim_time*90*3-150)*5", 0, 7.5] + }, + "hair2": { + "rotation": ["math.sin(q.anim_time*90*3-90)*1", 0, 0] + }, + "hair3": { + "rotation": ["math.sin(q.anim_time*90*3-90)*5+4", 0, 0] + }, + "hair5": { + "rotation": ["math.sin(q.anim_time*90*3-210)*20-20", 0, 0] + }, + "hair6": { + "rotation": ["math.sin(q.anim_time*90*3-300)*50+2.5", 0, 0] + }, + "leg_left2": { + "rotation": ["-15+math.sin(q.anim_time*90*3-120)*15", 0, 0] + }, + "toe_back_left": { + "rotation": [-60, 0, 0] + }, + "claw_back_left": { + "rotation": [-23.06545, -0.03421, -1.5838] + }, + "toe_inner_left": { + "rotation": [37.5, 0, 0] + }, + "claw_inner_left": { + "rotation": [25, 0, 0] + }, + "toe_middle_left": { + "rotation": [35, 0, 0] + }, + "claw_middle_left": { + "rotation": [20, 0, 0] + }, + "toe_outer_left": { + "rotation": [55, 0, 0] + }, + "claw_outer_left": { + "rotation": [20, 0, 0] + }, + "wing_open_right4": { + "rotation": [0, 0, "math.sin(q.anim_time*90*3-140)*40"] + }, + "wing_open_left4": { + "rotation": [0, 0, "-(math.sin(q.anim_time*90*3-140)*40)"] + }, + "wing_closed_right": { + "rotation": [-93.47882, 7.48957, 87.29442], + "position": [0, -1, 6], + "scale": 0 + }, + "wing_closed_right2": { + "rotation": [5.08957, 4.43385, 2.31336] + }, + "wing_closed_right3": { + "rotation": [0.14168, 7.15102, 2.26708] + }, + "wing_open_right": { + "rotation": [-10, -5, "-5-math.sin(q.anim_time*90*3)*-60"], + "position": [0, "math.sin(q.anim_time*90*3)*-0.5", 0] + }, + "wing_open_right2": { + "rotation": [0.30239, -7.019, "-7.218-math.sin(q.anim_time*90*3-70)*-40"], + "position": [1, 0, 0] + }, + "wing_open_right3": { + "rotation": [0, 0, "(math.sin(q.anim_time*90*3-120)*30)"] + }, + "tail": { + "rotation": ["-10+math.sin(q.anim_time*90*3)*10", 0, 0] + }, + "jaw": { + "rotation": [25, 0, 0] + }, + "head_fire2": { + "rotation": [-7.5, 0, 0], + "position": [0, -6, -3] + }, + "leg_right": { + "rotation": ["math.sin(q.anim_time*90*3-90)*-17.5", 0, 0] + }, + "leg_right2": { + "rotation": ["-15+math.sin(q.anim_time*90*3-120)*15", 0, 0] + }, + "foot_right": { + "rotation": ["15+math.sin(q.anim_time*90*3-150)*5", 0, -7.5] + }, + "toe_middle_right": { + "rotation": [35, 0, 0] + }, + "claw_middle_right": { + "rotation": [20, 0, 0] + }, + "toe_back_right": { + "rotation": [-60, 0, 0] + }, + "claw_back_right": { + "rotation": [-23.06545, 0.03421, 1.5838] + }, + "toe_inner_right": { + "rotation": [37.5, 0, 0] + }, + "claw_inner_right": { + "rotation": [25, 0, 0] + }, + "toe_outer_right": { + "rotation": [55, 0, 0] + }, + "claw_outer_right": { + "rotation": [20, 0, 0] + }, + "tail4": { + "rotation": ["-10+math.sin(q.anim_time*90*3)*10", 0, 0] + }, + "bone": { + "rotation": [12.5, 0, 0] + }, + "bone2": { + "rotation": [-35, 0, 0] + }, + "bone3": { + "rotation": [-27.5, 0, 0] + }, + "bone4": { + "rotation": [55, 0, 0] + }, + "bone5": { + "rotation": [-40, 0, 0] + }, + "bone6": { + "rotation": [12.5, 0, 0] + }, + "wing_right": { + "rotation": [-10, -5, "-5-math.sin(q.anim_time*90*3)*-60"], + "position": [0, "math.sin(q.anim_time*90*3)*-0.5", 0] + }, + "wing_right2": { + "rotation": [0.30239, -7.019, "-7.218-math.sin(q.anim_time*90*3-70)*-40"], + "position": [1, 0, 0] + }, + "wing_right3": { + "rotation": [0, 0, "(math.sin(q.anim_time*90*3-120)*30)"] + }, + "wing_left": { + "rotation": [-10, 5, "5+math.sin(q.anim_time*90*3)*-60"], + "position": [0, "math.sin(q.anim_time*90*3)*-0.5", 0] + }, + "wing_left2": { + "rotation": [0.30239, 7.01899, "7.218+math.sin(q.anim_time*90*3-70)*-40"] + }, + "wing_left3": { + "rotation": [0, 0, "-(math.sin(q.anim_time*90*3-120)*30)"] + } + } + }, + "animation.moltres_galar.air_fly": { + "loop": true, + "animation_length": 5.2917, + "bones": { + "torso": { + "rotation": { + "0.0": ["-15+math.sin(q.anim_time*90*3-60)*-3", 0, 0], + "2.0": [-15, 0, 0], + "4.0": [-15, 0, 0], + "5.2917": ["-15+math.sin(q.anim_time*90*3-60)*-3", 0, 0] + } + }, + "toe_outer_right2": { + "rotation": [60, 0, 0] + }, + "toe_middle_right2": { + "rotation": [60, 0, 0] + }, + "toe_inner_right2": { + "rotation": [60, 0, 0] + }, + "toe_inner_left2": { + "rotation": [60, 0, 0] + }, + "toe_middle_left2": { + "rotation": [60, 0, 0] + }, + "toe_outer_left2": { + "rotation": [60, 0, 0] + }, + "wing_closed_left": { + "scale": [1, 0, 0] + }, + "wing_closed_right": { + "scale": 0 + }, + "wing_open_right": { + "rotation": { + "0.0": [-10, -5, "-5+math.sin(q.anim_time*90*3)*60"], + "2.0": [-10.55954, -3.65972, 2.40059], + "4.0": [-10.55954, -3.65972, 2.40059], + "5.2917": [-10, -5, "-5+math.sin(q.anim_time*90*3)*60"] + }, + "position": { + "0.0": [0, "math.sin(q.anim_time*90*3)*-0.5", 0], + "2.0": [0, 0, 0], + "4.0": [0, 0, 0], + "5.2917": [0, "math.sin(q.anim_time*90*3)*-0.5", 0] + } + }, + "wing_open_right2": { + "rotation": { + "0.0": [0.3024, -7.01899, "-7.218+math.sin(q.anim_time*90*3-70)*40"], + "2.0": [-0.62346, -6.9988, 0.33845], + "4.0": [-0.62346, -6.9988, 0.33845], + "5.2917": [0.3024, -7.01899, "-7.218+math.sin(q.anim_time*90*3-70)*40"] + } + }, + "wing_open_right3": { + "rotation": { + "0.0": [0, 0, "math.sin(q.anim_time*90*3-120)*30"], + "2.0": [0, 30, 0], + "2.0417": ["0-Math.cos((query.anim_time - 0.5) * 720) * 2", 30, 0], + "4.0": [0, 30, 0], + "5.2917": [0, 0, "math.sin(q.anim_time*90*3-120)*30"] + } + }, + "wing_open_right4": { + "rotation": { + "0.0": [0, 0, "math.sin(q.anim_time*90*3-140)*40"], + "2.0": [0, 0, 0], + "2.0417": ["0-Math.cos((query.anim_time - 0.5) * 720) * 2", 0, 0], + "4.0": [0, 0, 0], + "5.2917": [0, 0, "math.sin(q.anim_time*90*3-140)*40"] + } + }, + "wing_open_left": { + "rotation": { + "0.0": [-10, 5, "5+math.sin(q.anim_time*90*3)*-60"], + "2.0": [-10.55954, 3.65972, -2.40057], + "4.0": [-10.55954, 3.65972, -2.40057], + "5.2917": [-10, 5, "5+math.sin(q.anim_time*90*3)*-60"] + }, + "position": { + "0.0": [0, "math.sin(q.anim_time*90*3)*-0.5", 0], + "2.0": [0, 0, 0], + "4.0": [0, 0, 0], + "5.2917": [0, "math.sin(q.anim_time*90*3)*-0.5", 0] + } + }, + "wing_open_left2": { + "rotation": { + "0.0": [0.30239, 7.01899, "7.218+math.sin(q.anim_time*90*3-70)*-40"], + "2.0": [-0.62095, 6.9981, -0.3385], + "4.0": [-0.62095, 6.9981, -0.3385], + "5.2917": [0.30239, 7.01899, "7.218+math.sin(q.anim_time*90*3-70)*-40"] + } + }, + "wing_open_left3": { + "rotation": { + "0.0": [0, 0, "-(math.sin(q.anim_time*90*3-120)*30)"], + "2.0": [0, -30, 0], + "2.0417": ["0-Math.cos((query.anim_time - 0.5) * 720) * 2", -30, 0], + "4.0": [0, -30, 0], + "5.2917": [0, 0, "-(math.sin(q.anim_time*90*3-120)*30)"] + } + }, + "wing_open_left4": { + "rotation": { + "0.0": [0, 0, "-(math.sin(q.anim_time*90*3-140)*40)"], + "2.0": [0, 0, 0], + "2.0417": ["0-Math.cos((query.anim_time - 0.5) * 720) * 2", 0, 0], + "4.0": [0, 0, 0], + "5.2917": [0, 0, "-(math.sin(q.anim_time*90*3-140)*40)"] + } + }, + "hair3": { + "rotation": ["0-Math.cos((query.anim_time - 0.2) * 720) * 2", 0, 0] + }, + "hair4": { + "rotation": ["0-Math.cos((query.anim_time - 0.5) * 720) * 2", 0, 0] + }, + "hair5": { + "rotation": ["0-Math.cos((query.anim_time - 0.8) * 720) * 2", 0, 0] + }, + "hair6": { + "rotation": ["0-Math.cos((query.anim_time - 0.5) * 720) * 2", 0, 0] + }, + "bone10": { + "rotation": ["0-Math.cos((query.anim_time - 0.5) * 720) * 2", 0, 0] + }, + "bone9": { + "rotation": ["0-Math.cos((query.anim_time - 0.5) * 720) * 2", 0, 0] + }, + "body": { + "rotation": { + "0.0": ["77.5+math.sin(q.anim_time*90*3-60)*-1", 0, 0], + "2.0": ["77.5-Math.cos((query.anim_time - 0.5) * 360) * 1", 0, 0], + "4.0": ["77.5-Math.cos((query.anim_time - 0.5) * 360) * 1", 0, 0], + "5.2917": ["77.5+math.sin(q.anim_time*90*3-60)*-1", 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "5.2917": [0, 0, 0] + } + }, + "tail": { + "rotation": ["-90.7223+Math.cos((query.anim_time - 0.5) * 720) * 2", -28.6912, -24.3497], + "position": [-1, -4, -3] + }, + "tail4": { + "rotation": ["-90.7223-Math.cos((query.anim_time - 0.5) * 720) * 2", 28.6912, 24.3497], + "position": [-1, -4, -3] + }, + "upper_torso": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*3-60)*-1", 0, 0], + "2.0": ["-Math.cos((query.anim_time - 0.5) * 360) * 1", 0, 0], + "4.0": ["0-Math.cos((query.anim_time - 0.5) * 360) * 1", 0, 0], + "5.2917": ["0+math.sin(q.anim_time*90*3-60)*-1", 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "5.2917": [0, 0, 0] + } + }, + "neck": { + "rotation": [0.5, 0, 0], + "position": [0, 0, 0] + }, + "head": { + "rotation": [-77.5, 0, 0], + "position": [0, 2, -3] + }, + "bone6": { + "rotation": ["0-Math.cos((query.anim_time - 0.5) * 720) * 2", 0, 0] + }, + "bone3": { + "rotation": ["0-Math.cos((query.anim_time - 0.2) * 720) * 2", 0, 0] + }, + "bone4": { + "rotation": ["0-Math.cos((query.anim_time - 0.5) * 720) * 2", 0, 0] + }, + "bone5": { + "rotation": ["0-Math.cos((query.anim_time - 0.8) * 720) * 2", 0, 0] + }, + "leg_left": { + "rotation": [-42.34892, -9.84655, -1.75378], + "position": [0, 1, 0.25] + }, + "leg_left2": { + "rotation": { + "0.0": ["-15+math.sin(q.anim_time*90*3-120)*15", 0, 0], + "2.0": [-15, 0, 0], + "4.0": [-15, 0, 0], + "5.2917": ["-15+math.sin(q.anim_time*90*3-120)*15", 0, 0] + } + }, + "foot_left": { + "rotation": { + "0.0": ["15+math.sin(q.anim_time*90*3-150)*5", 0, 7.5], + "2.0": [15, 0, 7.5], + "4.0": [15, 0, 7.5], + "5.2917": ["15+math.sin(q.anim_time*90*3-150)*5", 0, 7.5] + } + }, + "toe_middle_left": { + "rotation": [45, 0, 0] + }, + "claw_middle_left": { + "rotation": [45, 0, 0] + }, + "toe_back_left": { + "rotation": [-60, 0, 0] + }, + "claw_back_left": { + "rotation": [-45, 0, 0] + }, + "toe_outer_left": { + "rotation": [45, 0, 0] + }, + "claw_outer_left": { + "rotation": [45, 0, 0] + }, + "toe_inner_left": { + "rotation": [45, 0, 0] + }, + "claw_inner_left": { + "rotation": [45, 0, 0] + }, + "leg_right": { + "rotation": [-42.41547, 7.38542, 1.30962], + "position": [0, 1, 0.25] + }, + "leg_right2": { + "rotation": { + "0.0": ["-15+math.sin(q.anim_time*90*3-120)*15", 0, 0], + "2.0": [-15, 0, 0], + "4.0": [-15, 0, 0], + "5.2917": ["-15+math.sin(q.anim_time*90*3-120)*15", 0, 0] + } + }, + "foot_right": { + "rotation": { + "0.0": ["15+math.sin(q.anim_time*90*3-150)*5", 0, -7.5], + "2.0": [15, 0, -7.5], + "4.0": [15, 0, -7.5], + "5.2917": ["15+math.sin(q.anim_time*90*3-150)*5", 0, -7.5] + } + }, + "toe_middle_right": { + "rotation": [45, 0, 0] + }, + "claw_middle_right": { + "rotation": [45, 0, 0] + }, + "toe_back_right": { + "rotation": [-60, 0, 0] + }, + "claw_back_right": { + "rotation": [-45, 0, 0] + }, + "toe_inner_right": { + "rotation": [45, 0, 0] + }, + "claw_inner_right": { + "rotation": [45, 0, 0] + }, + "toe_outer_right": { + "rotation": [45, 0, 0] + }, + "claw_outer_right": { + "rotation": [45, 0, 0] + }, + "wing_right": { + "rotation": { + "0.0": [-90, "-5+math.sin(q.anim_time*90*3)*60", -5], + "2.0": [-88.86956, -2.75886, 2.09224], + "4.0": [-88.86956, -2.75886, 2.09224], + "5.2917": [-90, "-5+math.sin(q.anim_time*90*3)*60", -5] + }, + "position": { + "0.0": [0, "math.sin(q.anim_time*90*3)*-0.5", 0], + "2.0": [0, 0, 0], + "4.0": [0, 0, 0], + "5.2917": [0, "math.sin(q.anim_time*90*3)*-0.5", 0] + } + }, + "wing_right2": { + "rotation": { + "0.0": [0.30014, 0.48091, "-7.1786+math.sin(q.anim_time*90*3-70)*40"], + "2.0": [-0.62346, -6.9988, 0.33845], + "4.0": [-0.62346, -6.9988, 0.33845], + "5.2917": [0.3024, -7.01899, "-7.218+math.sin(q.anim_time*90*3-70)*40"] + }, + "position": [0, 0, 0] + }, + "fire_right": { + "rotation": ["0-Math.cos((query.anim_time - 0.5) * 720) * 2", 0, 0] + }, + "wing_right3": { + "rotation": { + "0.0": [0, 0, "math.sin(q.anim_time*90*3-120)*30"], + "2.0": [0, 30, 0], + "2.0417": ["0-Math.cos((query.anim_time - 0.5) * 720) * 2", 30, 0], + "4.0": [0, 30, 0], + "5.2917": [0, 0, "math.sin(q.anim_time*90*3-120)*30"] + }, + "position": [0, 0, 0] + }, + "bone7": { + "rotation": ["0-Math.cos((query.anim_time - 0.5) * 720) * 2", 0, 0] + }, + "fire_right2": { + "rotation": ["0-Math.cos((query.anim_time - 0.5) * 720) * 2", 0, 0] + }, + "wing_left": { + "rotation": { + "0.0": [-90, "5-math.sin(q.anim_time*90*3)*60", 5], + "2.0": [-88.86956, 2.7589, -2.0922], + "4.0": [-88.86956, 2.7589, -2.0922], + "5.2917": [-90, "5-math.sin(q.anim_time*90*3)*60", 5] + }, + "position": { + "0.0": [0, "math.sin(q.anim_time*90*3)*-0.5", 0], + "2.0": [0, 0, 0], + "4.0": [0, 0, 0], + "5.2917": [0, "math.sin(q.anim_time*90*3)*-0.5", 0] + } + }, + "wing_left2": { + "rotation": { + "0.0": [0.30014, -0.4809, "7.1786-math.sin(q.anim_time*90*3-70)*40"], + "2.0": [-0.62346, -6.9988, 0.33845], + "4.0": [-0.62346, -6.9988, 0.33845], + "5.2917": [0.3024, 7.019, "7.218-math.sin(q.anim_time*90*3-70)*40"] + }, + "position": [0, 0, 0] + }, + "wing_left3": { + "rotation": { + "0.0": [0, 0, "-math.sin(q.anim_time*90*3-120)*30"], + "2.0": [0, -30, 0], + "2.0417": ["0+Math.cos((query.anim_time - 0.5) * 720) * 2", -30, 0], + "4.0": [0, -30, 0], + "5.2917": [0, 0, "-math.sin(q.anim_time*90*3-120)*30"] + }, + "position": [0, 0, 0] + }, + "bone8": { + "rotation": ["0-Math.cos((query.anim_time - 0.5) * 720) * 2", 0, 0] + } + } + }, + "animation.moltres_galar.cry": { + "animation_length": 1.08333, + "bones": { + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-2.94, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/morpeko/morpeko.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/morpeko/morpeko.animation.json new file mode 100644 index 0000000..bf2c9a3 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/morpeko/morpeko.animation.json @@ -0,0 +1,89 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.morpeko.ground_idle": { + "loop": true, + "bones": { + "arm_left": { + "rotation": [102.35646, 41.0582, 111.17019], + "position": [0.35, -0.175, -0.75] + }, + "arm_right": { + "rotation": [110.25666, -38.2668, -118.06511], + "position": [-0.35, -0.1, -1.25] + }, + "ear_left": { + "rotation": [0, 0, "math.sin(q.anim_time*90*3+30)*2-2"] + }, + "ear_right": { + "rotation": [0, 0, "-math.sin(q.anim_time*90*3+30)*2+2"] + }, + "body": { + "rotation": [0, "math.sin(q.anim_time*90*3)*1", 0], + "position": [0, "0.25+math.sin(q.anim_time*90*6-90)*0.1", 0] + } + } + }, + "animation.morpeko.ground_walk": { + "loop": true, + "bones": { + "arm_left": { + "rotation": [5, "5+math.sin(query.anim_time*90*4+45+180)*20", "10*(math.sin(query.anim_time*90*4+45+180)*1+1)"], + "position": [0, 0, "math.sin(q.anim_time*90*4-90+180*1)*0.5+0.65"] + }, + "arm_right": { + "rotation": [5, "-5-math.sin(query.anim_time*90*4+45+180*0)*20", "-10*(math.sin(query.anim_time*90*4+45+180*0)*1+1)"], + "position": [0, 0, "math.sin(q.anim_time*90*4-90+180*0)*0.5+0.65"] + }, + "ear_left": { + "rotation": ["(-math.sin(query.anim_time*90*8-90)*1+1)*4", 0, 0] + }, + "ear_right": { + "rotation": ["(-math.sin(query.anim_time*90*8-90)*1+1)*4", 0, 0] + }, + "body": { + "rotation": [ + "-math.clamp(math.sin(query.anim_time*90*4+20)*12,0,40)-math.clamp(math.sin(query.anim_time*90*4+20+180)*12,0,40)+7.5", + "math.clamp(math.sin(query.anim_time*90*4*2+45)*2,-2,0)-math.clamp(math.sin(query.anim_time*90*4*2+45+180)*0.5,-2,0)", + "math.sin(query.anim_time*90*4+20)*1" + ], + "position": [0, 0.25, 0] + }, + "foot_right": { + "rotation": [ + "math.clamp(math.sin(-query.anim_time*90*4-45+180)*25,0,25)+math.clamp(math.sin(-query.anim_time*90*4-45+180)*10,-25,0)-15*(math.clamp(math.sin(-query.anim_time*90*4+30+180)*1,-1,-0.5)*1+0.5)", + 0, + "-math.clamp(math.sin(query.anim_time*90*4+180)*0.7,0.1,0.6)-math.clamp(math.sin(-query.anim_time*90*4+180)*0.7,0.1,0.6)+0.2" + ], + "position": [ + 0, + "0.8+math.clamp(math.sin(query.anim_time*90*4+90+180)*1,-0.5,0)+math.clamp(math.sin(query.anim_time*90*4+150+180)*1,0,0.5)+2*(math.clamp(math.sin(-query.anim_time*90*4-20+180)*1,-1,-0.7)*0.5+0.7)", + "-0.5-math.clamp(math.sin(query.anim_time*90*4+45+180)*2,-2,1.5)" + ] + }, + "foot_left": { + "rotation": [ + "math.clamp(math.sin(-query.anim_time*90*4-45)*25,0,25)+math.clamp(math.sin(-query.anim_time*90*4-45)*10,-25,0)-15*(math.clamp(math.sin(-query.anim_time*90*4+30)*1,-1,-0.5)*1+0.5)", + 0, + "-math.clamp(math.sin(query.anim_time*90*4)*0.7,0.1,0.6)-math.clamp(math.sin(-query.anim_time*90*4+180)*0.7,0.1,0.6)+0.2" + ], + "position": [ + 0, + "0.7+math.clamp(math.sin(query.anim_time*90*4+90)*1,-0.5,0)+math.clamp(math.sin(query.anim_time*90*4+150)*1,0,0.5)+2*(math.clamp(math.sin(-query.anim_time*90*4-20)*1,-1,-0.7)*0.5+0.7)", + "-0.5-math.clamp(math.sin(query.anim_time*90*4+45)*2,-2,1.5)" + ] + }, + "main_torso_position": { + "position": [ + 0, + "1.75-math.clamp(math.sin(-query.anim_time*90*4+45/2)*1,0,1)-math.clamp(math.sin(-query.anim_time*90*4+45/2+180)*1,0,1)-4.6+math.clamp(math.sin(-query.anim_time*90*4+45/2-50)*3,2.2,3)+math.clamp(math.sin(-query.anim_time*90*4+45/2-50+180)*3,2.2,3)", + "-math.clamp(math.sin(query.anim_time*90*4)*0.7,0.1,0.6)-math.clamp(math.sin(-query.anim_time*90*4)*0.7,0.1,0.6)+0.2" + ] + }, + "walk_position": { + "position": [0, -0.725, 0] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/mrrime/mrrime.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/mrrime/mrrime.animation.json new file mode 100644 index 0000000..a2247dd --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/mrrime/mrrime.animation.json @@ -0,0 +1,153 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.mrrime.ground_idle": { + "loop": true, + "animation_length": 1.75, + "bones": { + "chest": { + "rotation": { + "0.0": [5, 0, 0], + "0.7917": [4.95744, 0.65182, -7.47178], + "1.75": [5, 0, 0] + } + }, + "shoulder_left": { + "rotation": { + "0.0": [0, 0, -2.5], + "0.75": [0, 0, 10], + "1.75": [0, 0, -2.5] + } + }, + "arm_left": { + "rotation": { + "0.0": [24.66569, -4.20854, 9.07947], + "1.75": [24.66569, -4.20854, 9.07947] + } + }, + "arm_left2": { + "rotation": [-35.96065, 37.42655, -50.04719] + }, + "arm_left3": { + "rotation": [-7.09999, 21.40584, -18.84359] + }, + "bone": { + "rotation": { + "0.0": [0, 0, 90], + "0.75": [0, 0, 90], + "1.75": [0, 0, 90] + }, + "position": { + "0.0": [1.39013, 1.64995, -0.88612], + "1.75": [1.39, 1.65, -0.89] + } + }, + "finger3_left_rotation": { + "rotation": { + "0.0": [0, 0, 107], + "1.75": [0, 0, 107] + }, + "position": { + "0.0": [-0.26169, 1.90247, 0.2227], + "1.75": [-0.26, 1.9, 0.22] + } + }, + "thumb_left_rotation": { + "rotation": { + "0.0": [0, 0, 92.5], + "1.75": [0, 0, 92.5] + } + }, + "shoulder_right": { + "rotation": { + "0.0": [0, 0, -25], + "0.75": [0, 0, 0], + "1.75": [0, 0, -25] + } + }, + "arm_right": { + "rotation": { + "0.0": [0, 0, 0], + "1.75": [0, 0, 0] + } + }, + "arm_right3": { + "rotation": { + "0.0": [4.69986, -1.70818, 59.9299], + "0.75": [3.9705, -3.04137, 77.39455], + "1.75": [4.69986, -1.70818, 59.9299] + } + }, + "wrist_right": { + "rotation": { + "0.0": [-90, 0, 17.5], + "0.75": [-90, 0, 2.5], + "1.75": [-90, 0, 17.5] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.7917": [0, 0, 10], + "1.75": [0, 0, 0] + } + }, + "leg_left2": { + "rotation": { + "0.0": [-13.87036, -13.74723, -4.97199], + "0.8333": [1.73972, -13.68462, -7.54458], + "1.75": [-13.87036, -13.74723, -4.97199] + } + }, + "foot_left": { + "rotation": { + "0.0": [-12.5, 0, 0], + "0.8333": [2.5, 0, 0], + "1.75": [-12.5, 0, 0] + } + }, + "foot_left2": { + "rotation": { + "0.0": [-5, 0, 0], + "1.75": [-7.5, 0, 0] + } + }, + "leg_right2": { + "rotation": { + "0.0": [-2.5, 20, 2.5], + "0.7917": [-2.5, 20, 2.5], + "1.75": [-2.5, 20, 2.5] + } + }, + "leg_right5": { + "rotation": { + "0.0": [10, 0, 0], + "1.75": [10, 0, 0] + } + }, + "leg_right3": { + "rotation": { + "0.0": [0, 15, 0], + "1.75": [0, 15, 0] + } + }, + "foot_right": { + "rotation": { + "0.0": [0, 0, 0], + "1.75": [0, 0, 0] + } + }, + "wrist_left": { + "rotation": { + "0.0": [-15, 0, 12.5], + "0.75": [-17.5, 0, 12.5], + "1.75": [-15, 0, 12.5] + } + }, + "eye_left": { + "scale": 1 + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/muk/muk_alolan.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/muk/muk_alolan.animation.json new file mode 100644 index 0000000..cd2e876 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/muk/muk_alolan.animation.json @@ -0,0 +1,50 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.muk_alolan.ground_idle": { + "loop": true, + "bones": { + "arm_right": { + "rotation": [45, 0, -15.5] + }, + "arm_right2": { + "rotation": [22.5, 0, 0] + }, + "arm_right3": { + "rotation": [22.5, 0, 0] + }, + "hand_right": { + "rotation": [22.5, 0, 0] + }, + "arm_left": { + "rotation": [0, 0, 15.5] + }, + "arm_left3": { + "rotation": [22.5, 0, 0] + }, + "hand_left": { + "rotation": [45, 0, 0] + } + } + }, + "animation.muk_alolan.blink": { + "animation_length": 0.1667, + "bones": { + "eyelid_right": { + "position": { + "0.0": [-0.1, 0, -0.1], + "0.125": [-0.1, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_left": { + "position": { + "0.0": [0.1, 0, -0.1], + "0.125": [0.1, 0, -0.1], + "0.1667": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/munna/munna.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/munna/munna.animation.json new file mode 100644 index 0000000..ed6fce1 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/munna/munna.animation.json @@ -0,0 +1,77 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.munna.blink": { + "animation_length": 0.625, + "bones": { + "eye_right": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + }, + "eye_left": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + } + } + }, + "animation.munna.ground_walk": { + "loop": true, + "bones": { + "head": { + "rotation": ["math.cos(q.anim_time*90*4)*2", 0, 0], + "position": [0, "math.cos(q.anim_time*90*4+90)*1", 0] + }, + "munna": { + "position": [0, 6, 0] + }, + "leg_front_left": { + "rotation": ["1+math.sin(q.anim_time*90*4+90)*5", 0, "1+math.sin(q.anim_time*90*4)*1.5"] + }, + "leg_back_left": { + "rotation": ["1+math.sin(q.anim_time*90*4-90)*5", 0, "1+math.sin(q.anim_time*90*4)*1.5"] + }, + "leg_front_right": { + "rotation": ["1+math.sin(q.anim_time*90*4-90)*5", 0, "1+math.sin(q.anim_time*90*4)*1.5"] + } + } + }, + "animation.munna.ground_idle": { + "loop": true, + "bones": { + "head": { + "rotation": ["2.5+math.sin(q.anim_time*90*3+90)*3", "0+math.sin(q.anim_time*90*1.5-90)*4", "0+math.sin(q.anim_time*90*1.5+60)*3"], + "position": ["0+math.sin(q.anim_time*90*1.5)*2", "0+math.sin(q.anim_time*90*3)*1", "0+math.sin(q.anim_time*90*3)*0.5"] + }, + "munna": { + "position": [0, 6, 0] + }, + "leg_front_left": { + "rotation": ["0+math.sin(q.anim_time*90*3+60)*4", 0, "0+math.sin(q.anim_time*90*1.5+60)*2"], + "position": [0, 0.1, 0] + }, + "leg_back_left": { + "rotation": ["0+math.sin(q.anim_time*90*3+60)*4", 0, "0+math.sin(q.anim_time*90*1.5+60)*2"], + "position": [0, 0.1, 0] + }, + "leg_front_right": { + "rotation": ["0+math.sin(q.anim_time*90*3+60)*4", 0, "0+math.sin(q.anim_time*90*1.5+60)*2"], + "position": [0, 0.1, 0] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/musharna/musharna.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/musharna/musharna.animation.json new file mode 100644 index 0000000..09c17d8 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/musharna/musharna.animation.json @@ -0,0 +1,85 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.musharna.ground_idle": { + "loop": true, + "bones": { + "leg_right2": { + "rotation": ["0+math.sin(q.anim_time*90*1.5)*2", 0, "0+math.sin(q.anim_time*90*0.75-90)*2"] + }, + "leg_left2": { + "rotation": ["0+math.sin(q.anim_time*90*1.5)*2", 0, "0+math.sin(q.anim_time*90*0.75-90)*2"] + }, + "leg_left": { + "rotation": ["0+math.sin(q.anim_time*90*1.5)*2", 0, "0+math.sin(q.anim_time*90*0.75-90)*2"] + }, + "bone3": { + "rotation": ["6.5623+math.sin(q.anim_time*90*2+140)*1.5", "2.3731+math.sin(q.anim_time*90*1+250)*6", -19.92086] + }, + "bone4": { + "rotation": ["-11.5+math.sin(q.anim_time*90*2+90)*2", "0+math.sin(q.anim_time*90*1+90)*2", 0] + }, + "bone5": { + "rotation": ["15+math.sin(q.anim_time*90*2+90)*3", "math.sin(q.anim_time*90*1+90)*3", 0] + }, + "bone6": { + "rotation": ["2-math.sin(q.anim_time*90*2+240)*1", 0, 0] + }, + "leg_right": { + "rotation": ["0+math.sin(q.anim_time*90*1.5)*2", 0, "0+math.sin(q.anim_time*90*0.75-90)*2"] + }, + "head": { + "rotation": ["0+math.sin(q.anim_time*90*1.5)*4", 0, "0+math.sin(q.anim_time*90*0.75)*0.8"], + "position": [0, "0+math.sin(q.anim_time*90*1-90)*0.2", 0] + }, + "body": { + "rotation": ["0+math.sin(q.anim_time*90*0.75-90)*3", 0, "0+math.sin(q.anim_time*90*1.5-90)*3"], + "position": ["0+math.sin(q.anim_time*90*0.75)*3", "0+math.sin(q.anim_time*90*1.5)*1", "0+math.sin(q.anim_time*90*1.5)*0.5"] + }, + "musharna": { + "position": [0, 11, 0] + } + } + }, + "animation.musharna.ground_walk": { + "loop": true, + "bones": { + "leg_right2": { + "rotation": ["0+math.sin(q.anim_time*90*1.5)*2", 0, "0+math.sin(q.anim_time*90*0.75-90)*2"] + }, + "leg_left2": { + "rotation": ["0+math.sin(q.anim_time*90*1.5)*2", 0, "0+math.sin(q.anim_time*90*0.75-90)*2"] + }, + "leg_left": { + "rotation": ["0+math.sin(q.anim_time*90*1.5)*2", 0, "0+math.sin(q.anim_time*90*0.75-90)*2"] + }, + "bone3": { + "rotation": ["6.5623+math.sin(q.anim_time*90*2+140)*1.5", "2.3731+math.sin(q.anim_time*90*1+250)*6", -19.92086] + }, + "bone4": { + "rotation": ["-11.5+math.sin(q.anim_time*90*2+90)*2", "0+math.sin(q.anim_time*90*1+90)*2", 0] + }, + "bone5": { + "rotation": ["15+math.sin(q.anim_time*90*2+90)*3", "math.sin(q.anim_time*90*1+90)*3", 0] + }, + "bone6": { + "rotation": ["2-math.sin(q.anim_time*90*2+240)*1", 0, 0] + }, + "leg_right": { + "rotation": ["0+math.sin(q.anim_time*90*1.5)*2", 0, "0+math.sin(q.anim_time*90*0.75-90)*2"] + }, + "head": { + "rotation": ["0+math.sin(q.anim_time*90*1.5)*4", 0, "0+math.sin(q.anim_time*90*0.75)*0.8"], + "position": [0, "0+math.sin(q.anim_time*90*1-90)*0.2", 0] + }, + "body": { + "rotation": ["0+math.sin(q.anim_time*90*0.75-90)*3", 0, "0+math.sin(q.anim_time*90*1.5-90)*3"], + "position": ["0+math.sin(q.anim_time*90*0.75)*3", "0+math.sin(q.anim_time*90*1.5)*1", "0+math.sin(q.anim_time*90*1.5)*0.5"] + }, + "musharna": { + "position": [0, 11, 0] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/naganadel/naganadel.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/naganadel/naganadel.animation.json new file mode 100644 index 0000000..5694531 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/naganadel/naganadel.animation.json @@ -0,0 +1,1432 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.naganadel.pose": { + "loop": true, + "bones": { + "neck": { + "rotation": [10, 0, 0] + }, + "neck2": { + "rotation": [7.5, 0, 0] + }, + "arm_right": { + "rotation": [10, -15, 20] + }, + "arm_left": { + "rotation": [10, 15, -20] + }, + "torso_bottom": { + "rotation": [-25, 0, 0] + }, + "body": { + "position": [0, 0, 5] + } + } + }, + "animation.naganadel.ground_idle": { + "loop": true, + "bones": { + "neck": { + "rotation": ["10-math.sin((query.anim_time-0.2)*190)*-7", 0, 0] + }, + "neck2": { + "rotation": [7.5, 0, 0] + }, + "arm_right": { + "rotation": [0.10715, -7.56307, 14.02282] + }, + "arm_left": { + "rotation": [0.10715, 7.56307, -14.02282] + }, + "torso_bottom": { + "rotation": ["-15-math.sin((query.anim_time)*190)*5", 0, "0+math.sin((query.anim_time-0.2)*95)*2"] + }, + "body": { + "rotation": ["42.4888+math.sin((query.anim_time)*190)*3", -0.68392, "1.8795+math.sin((query.anim_time)*95)*2"], + "position": ["0.1189+math.sin((query.anim_time)*95)*1", "9.7543+math.sin((query.anim_time-0.15)*190)*7", "-11.6266-math.cos((query.anim_time)*190)*1"] + }, + "head": { + "rotation": ["-40+math.sin((query.anim_time-0.2)*190)*-5", 0, 0] + }, + "arm_right2": { + "rotation": ["-math.sin((query.anim_time-0.7)*190)*-12", 24.98439, 0.91311] + }, + "arm_left2": { + "rotation": ["-math.sin((query.anim_time-0.7)*190)*-12", -24.98445, -0.91146] + }, + "wing_right": { + "rotation": ["0+math.sin((query.anim_time)*190)*10", "0.911-math.sin((query.anim_time)*190)*30", 4.37305] + }, + "wing_left": { + "rotation": ["0+math.sin((query.anim_time)*190)*10", "-0.911+math.sin((query.anim_time)*190)*30", -4.37305] + }, + "torso_top": { + "rotation": ["5-math.sin((query.anim_time-0.1)*190)*-5", 0, 0] + }, + "jaw": { + "rotation": [0, 0, 0] + }, + "wing_right2": { + "rotation": [0, "10-math.sin((query.anim_time-0.1)*190)*10", 0] + }, + "wing_right3": { + "rotation": [0, "-25-math.sin((query.anim_time-0.2)*190)*30", 0] + }, + "wing_left2": { + "rotation": [0, "-10+math.sin((query.anim_time-0.1)*190)*10", 0] + }, + "wing_left3": { + "rotation": [0, "25+math.sin((query.anim_time-0.2)*190)*30", 0] + } + } + }, + "animation.naganadel.ground_walk": { + "loop": true, + "bones": { + "neck": { + "rotation": ["10-math.sin((query.anim_time-0.2)*380)*-7", 0, 0] + }, + "neck2": { + "rotation": [7.5, 0, 0] + }, + "arm_right": { + "rotation": [0.10715, -7.56307, 14.02282] + }, + "arm_left": { + "rotation": [0.10715, 7.56307, -14.02282] + }, + "torso_bottom": { + "rotation": ["-15-math.sin((query.anim_time)*380)*5", 0, "0+math.sin((query.anim_time-0.2)*190)*2"] + }, + "body": { + "rotation": ["49.9888+math.sin((query.anim_time)*380)*3", -0.68392, "1.8795+math.sin((query.anim_time)*190)*2"], + "position": ["0.1189+math.sin((query.anim_time)*190)*1", "9.7543+math.sin((query.anim_time-0.15)*380)*7", "-11.6266-math.cos((query.anim_time)*380)*1"] + }, + "head": { + "rotation": ["-55+math.sin((query.anim_time-0.2)*380)*-5", 0, 0] + }, + "arm_right2": { + "rotation": ["-math.sin((query.anim_time-0.7)*380)*-12", 24.98439, 0.91311] + }, + "arm_left2": { + "rotation": ["-math.sin((query.anim_time-0.7)*380)*-12", -24.98445, -0.91146] + }, + "wing_right": { + "rotation": ["0+math.sin((query.anim_time)*380)*10", "0.911-math.sin((query.anim_time)*380)*30", 4.37305] + }, + "wing_left": { + "rotation": ["0+math.sin((query.anim_time)*380)*10", "-0.911+math.sin((query.anim_time)*380)*30", -4.37305] + }, + "torso_top": { + "rotation": ["5-math.sin((query.anim_time-0.1)*380)*-5", 0, 0] + }, + "jaw": { + "rotation": [0, 0, 0] + }, + "wing_right2": { + "rotation": [0, "10-math.sin((query.anim_time-0.1)*380)*10", 0] + }, + "wing_right3": { + "rotation": [0, "-25-math.sin((query.anim_time-0.2)*380)*30", 0] + }, + "wing_left2": { + "rotation": [0, "-10+math.sin((query.anim_time-0.1)*380)*10", 0] + }, + "wing_left3": { + "rotation": [0, "25+math.sin((query.anim_time-0.2)*380)*30", 0] + } + } + }, + "animation.naganadel.battle_idle": { + "loop": true, + "bones": { + "neck": { + "rotation": ["10-math.sin((query.anim_time-0.2)*190)*-7", 0, 0] + }, + "neck2": { + "rotation": [7.5, 0, 0] + }, + "arm_right": { + "rotation": [0.10715, -7.56307, 14.02282] + }, + "arm_left": { + "rotation": [0.10715, 7.56307, -14.02282] + }, + "torso_bottom": { + "rotation": ["-15-math.sin((query.anim_time)*190)*5", 0, "0+math.sin((query.anim_time-0.2)*95)*2"] + }, + "body": { + "rotation": ["42.4888+math.sin((query.anim_time)*190)*3", -0.68392, "1.8795+math.sin((query.anim_time)*95)*2"], + "position": ["0.1189+math.sin((query.anim_time)*95)*1", "9.7543+math.sin((query.anim_time-0.15)*190)*7", "-11.6266-math.cos((query.anim_time)*190)*1"] + }, + "head": { + "rotation": ["-40+math.sin((query.anim_time-0.2)*190)*-5", 0, 0] + }, + "arm_right2": { + "rotation": ["-math.sin((query.anim_time-0.7)*190)*-12", 24.98439, 0.91311] + }, + "arm_left2": { + "rotation": ["-math.sin((query.anim_time-0.7)*190)*-12", -24.98445, -0.91146] + }, + "wing_right": { + "rotation": ["0+math.sin((query.anim_time)*190)*10", "0.911-math.sin((query.anim_time)*190)*30", 4.37305] + }, + "wing_left": { + "rotation": ["0+math.sin((query.anim_time)*190)*10", "-0.911+math.sin((query.anim_time)*190)*30", -4.37305] + }, + "torso_top": { + "rotation": ["5-math.sin((query.anim_time-0.1)*190)*-5", 0, 0] + }, + "jaw": { + "rotation": [0, 0, 0] + }, + "wing_right2": { + "rotation": [0, "10-math.sin((query.anim_time-0.1)*190)*10", 0] + }, + "wing_right3": { + "rotation": [0, "-25-math.sin((query.anim_time-0.2)*190)*30", 0] + }, + "wing_left2": { + "rotation": [0, "-10+math.sin((query.anim_time-0.1)*190)*10", 0] + }, + "wing_left3": { + "rotation": [0, "25+math.sin((query.anim_time-0.2)*190)*30", 0] + } + } + }, + "animation.naganadel.special": { + "animation_length": 2.8333, + "bones": { + "neck": { + "rotation": { + "0.0": [10, 0, 0], + "0.625": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck2": { + "rotation": [7.5, 0, 0] + }, + "arm_right": { + "rotation": { + "0.0": [18.01934, 5.62551, 5.87206], + "0.4167": { + "pre": [-70.10791, 7.38472, -4.75666], + "post": [-70.10791, 7.38472, -4.75666], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-67.34631, 31.69441, 1.73787], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-78.59786, 53.26459, -13.31469], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [59.27789, 3.44948, 16.57084], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [59.27789, 3.44948, 11.57084], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [47.53, 13.69, 15.25], + "lerp_mode": "catmullrom" + }, + "2.4583": [18.01934, 5.62551, 5.87206] + } + }, + "arm_left": { + "rotation": { + "0.0": [17.54786, -6.07192, -11.7492], + "0.4167": { + "pre": [-70.10791, -7.2834, -4.75666], + "post": [-70.10791, -7.2834, -4.75666], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-64.58122, -28.88126, -5.18298], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-80.07686, -50.50116, 11.70455], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [41.3814, -25.87653, -14.8419], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [65.28422, -10.6302, -11.19493], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [53.30291, -14.4357, -13.86011], + "lerp_mode": "catmullrom" + }, + "2.4583": [17.54786, -6.07192, -11.7492] + } + }, + "torso_bottom": { + "rotation": { + "0.0": [-15, 0, 0], + "0.3333": { + "pre": [-15, 0, 0], + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-60, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-67.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-92.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-65, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "1.3333": [1, 1, 1], + "1.375": { + "pre": [1.2, 1.1, 1.04], + "post": [1.2, 1.1, 1.04], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": [42.4888, -0.68392, 0], + "0.25": { + "pre": [51.99, -0.68, 1.88], + "post": [51.99, -0.68, 1.88], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-3.51, -0.68, 1.88], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-6.01, -0.68, 1.88], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-6.5, -0.68, 1.88], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-34, -0.68, 1.88], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-6.5, -0.68, 1.88], + "lerp_mode": "catmullrom" + }, + "2.5833": [42.4888, -0.68392, 0] + }, + "position": { + "0.0": [0, 9, -11], + "0.4167": { + "pre": [0, 18, -11], + "post": [0, 18, -11], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 14, -11], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 16.34, -6], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 14, -11], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 20.35, -11], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 9, -11], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": [-40, 0, 0], + "0.2917": { + "pre": [-1.99984, -0.01063, -0.03324], + "post": [-1.99984, -0.01063, -0.03324], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [22.88377, -1.76161, 4.76588], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-6.56316, 0.13974, 0.25182], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-40.30949, 0.76529, 4.60215], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-52.53665, -1.48742, -2.20261], + "lerp_mode": "catmullrom" + }, + "2.8333": [-40, 0, 0] + } + }, + "arm_right2": { + "rotation": { + "0.0": [0.10715, -7.56307, 14.02282], + "0.5417": { + "pre": [-32, 0, 0], + "post": [-32, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-45.09755, -6.30675, 10.81428], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-45.09755, -6.30675, 10.81428], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [8.48111, -4.1763, 7.16117], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0.10715, -7.56307, 14.02282], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left2": { + "rotation": { + "0.0": [0.10715, -7.56307, 14.02282], + "0.5417": { + "pre": [-32, 0, 0], + "post": [-32, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-45.21349, 13.61397, 9.02249], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-46.25399, 10.37775, 1.6649], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [8.48111, -4.1763, 7.16117], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0.10715, -7.56307, 14.02282], + "lerp_mode": "catmullrom" + } + } + }, + "wing_right": { + "rotation": { + "0.0": [0, 0.911, 4.3731], + "0.3333": { + "pre": [0, 13.41, 4.37], + "post": [0, 13.41, 4.37], + "lerp_mode": "catmullrom" + }, + "0.625": [0, 0.911, 4.3731], + "1.2917": [0, 0.911, 4.3731], + "1.4167": [0, 25.91, 4.37], + "2.7083": [0, 0.911, 4.3731] + } + }, + "wing_left": { + "rotation": { + "0.0": [0, -0.911, -4.37305], + "0.3333": { + "pre": [0, -13.41, -4.37], + "post": [0, -13.41, -4.37], + "lerp_mode": "catmullrom" + }, + "0.625": [0, -0.911, -4.37305], + "1.2917": [0, -0.91, -4.37], + "1.4167": [0, -25.91, -4.37], + "2.7083": [0, -0.911, -4.37305] + } + }, + "torso_top": { + "rotation": [5, 0, 0] + }, + "jaw": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wing_right2": { + "rotation": { + "0.0": [0, 10, 0], + "0.6667": [0, -25, 0], + "1.0": [0, -20, 0], + "1.2917": [0, -32.5, 0], + "1.5": [0, 5, 0], + "1.8333": [0, -3.54, 0], + "2.7083": [0, 10, 0] + } + }, + "wing_right3": { + "rotation": { + "0.0": [0, -25, 0], + "0.4167": { + "pre": [0, 15, 0], + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, -62.5, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, -32.3, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": [0, -25, 0] + } + }, + "wing_left2": { + "rotation": { + "0.0": [0, -10, 0], + "0.6667": [0, 25, 0], + "1.0": [0, 20, 0], + "1.2917": [0, 32.5, 0], + "1.5": [0, -5, 0], + "1.8333": [0, 3.54, 0], + "2.7083": [0, -10, 0] + } + }, + "wing_left3": { + "rotation": { + "0.0": [0, 25, 0], + "0.4167": { + "pre": [0, -15, 0], + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 45, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 62.5, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 32.3, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": [0, 25, 0] + } + }, + "naganadel": { + "position": { + "0.6667": [0, 0, 0], + "0.7083": [0, -1.2, 0], + "0.75": [0, 0.1, 0], + "0.7917": [0, -0.8, 0], + "0.8333": [0, 0, 0], + "0.875": [0, -1.2, 0], + "0.9167": [0, 0.1, 0], + "0.9583": [0, -0.8, 0], + "1.0": [0, 0, 0], + "1.0417": [0, -1.2, 0], + "1.0833": [0, 0.1, 0], + "1.125": [0, -0.8, 0], + "1.1667": [0, 0, 0], + "1.2083": [0, -1.2, 0], + "1.25": [0, 0.1, 0], + "1.2917": [0, -0.8, 0], + "1.3333": [0, -1.2, 0], + "1.375": [0, 0.1, 0], + "1.4167": [0, -0.8, 0], + "1.4583": [0, 0.1, 0], + "1.5": [0, -0.4, 0], + "1.5833": [0, 0, 0], + "1.6667": [0, -0.2, 0], + "1.75": [0, 0, 0] + } + }, + "tusk_right2": { + "rotation": { + "0.25": [0, 0, 0], + "0.625": { + "pre": [0, 0, -50], + "post": [0, 0, -50], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -50], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tusk_left2": { + "rotation": { + "0.25": [0, 0, 0], + "0.625": { + "pre": [0, 0, 50], + "post": [0, 0, 50], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 50], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.naganadel.physical": { + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [42.4888, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [31.37873, 29.54836, 15.25476], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [53.4999, 35.83206, 20.18359], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [37.2878, -15.15169, -8.28887], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [39.608, -25.1398, -8.80894], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [42.4888, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 9, -11], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-2, 13, 3.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 3, -11], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 9, -11], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 9, -11], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": [0.10715, -7.56307, 14.02282], + "0.5833": { + "pre": [21.44899, -11.75499, 48.49759], + "post": [21.44899, -11.75499, 48.49759], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [51.22688, 47.47569, 93.56555], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [34.41503, 60.2844, 75.3574], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-62.28081, -1.76287, 40.36032], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0.10715, -7.56307, 14.02282], + "lerp_mode": "catmullrom" + }, + "2.8333": [0.10715, -7.56307, 14.02282] + }, + "scale": { + "1.25": [1, 1, 1], + "1.2917": [1, 1.7, 1], + "1.3333": [1, 1, 1] + } + }, + "torso_bottom": { + "rotation": [-15, 0, 0] + }, + "naganadel": { + "position": { + "1.3333": [0, 0, 0], + "1.375": [0, -1.2, 0], + "1.4167": [0, 0.1, 0], + "1.4583": [0, -0.8, 0], + "1.5": [0, 0.1, 0], + "1.5417": [0, -0.4, 0], + "1.625": [0, 0, 0], + "1.7083": [0, -0.2, 0], + "1.7917": [0, 0, 0] + } + }, + "torso_top": { + "rotation": [-5, 0, 0] + }, + "torso_top2": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [40.10753, 3.21154, 3.83424], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [27.60753, 3.21154, 3.83424], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [28.5396, -21.55764, -9.32061], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck2": { + "rotation": [7.5, 0, 0] + }, + "head": { + "rotation": { + "0.0": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-38.68939, -15.09492, 8.95891], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-23.27463, 19.50645, -4.50432], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-23.60844, 26.9663, -5.34861], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right2": { + "rotation": [-12, 24.98439, 0.91311] + }, + "arm_left": { + "rotation": { + "0.0": [0.10715, 7.56307, -14.02282], + "0.8333": { + "pre": [-1.26568, -23.69257, -39.72247], + "post": [-1.26568, -23.69257, -39.72247], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [29.78219, -0.07986, -38.22025], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [47.45586, 0.77466, -42.81424], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0.10715, 7.56307, -14.02282], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0.10715, 7.56307, -14.02282], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left2": { + "rotation": [-12, -24.98445, -0.91146] + }, + "wing_right": { + "rotation": [0, 0.911, 4.3731] + }, + "wing_right2": { + "rotation": { + "0.0": [0, 0, 0], + "0.875": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wing_right3": { + "rotation": { + "0.0": [0, -37.5, 0], + "0.875": { + "pre": [0, -60, 0], + "post": [0, -60, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 27.12, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, -47.5, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, -37.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wing_left": { + "rotation": [0, -0.911, -4.37305] + }, + "wing_left3": { + "rotation": { + "0.0": [0, 37.5, 0], + "0.875": { + "pre": [0, 55, 0], + "post": [0, 55, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -28.03, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.naganadel.cry": { + "animation_length": 1.8333, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [35, 0, 0], + "1.25": [35, 0, 0], + "1.5": [0, 0, 0] + } + }, + "tusk_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": [0, 0, -30], + "1.25": [0, 0, -30], + "1.4167": [0, 0, 0] + } + }, + "tusk_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": [0, 0, 30], + "1.25": [0, 0, 30], + "1.4167": [0, 0, 0] + } + }, + "torso_bottom": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.naganadel.status": { + "animation_length": 1.8333, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [35, 0, 0], + "1.25": [35, 0, 0], + "1.5": [0, 0, 0] + } + }, + "tusk_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": [0, 0, -30], + "1.25": [0, 0, -30], + "1.4167": [0, 0, 0] + } + }, + "tusk_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": [0, 0, 30], + "1.25": [0, 0, 30], + "1.4167": [0, 0, 0] + } + }, + "torso_bottom": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.naganadel.recoil": { + "animation_length": 1.5, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [-8, 1, 0], + "post": [-8, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "torso_top": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso_top2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tusk_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tusk_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.naganadel.headshake": { + "animation_length": 2.5, + "bones": { + "neck2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [6.27243, -4.97022, -0.5456], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [6.89839, 5.79838, 0.74486], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [6.27243, -4.97022, -0.5456], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [5.07673, -9.96156, -0.88045], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [5.04292, 7.4713, 0.6574], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [5.04292, -7.4713, -0.6574], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tusk_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tusk_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/necrozma/necrozma.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/necrozma/necrozma.animation.json new file mode 100644 index 0000000..3e8768f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/necrozma/necrozma.animation.json @@ -0,0 +1,1040 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.necrozma.ground_idle": { + "loop": true, + "bones": { + "left_leg": { + "rotation": ["-13.5831+math.sin(q.anim_time*90*1.5+150)*7.5", 1.7782, -15.36551], + "position": [-1, 0, -0.5] + }, + "left_leg2": { + "rotation": ["0+math.sin(q.anim_time*90*1.5-30)*5", 0, 0] + }, + "right_Arm5": { + "rotation": [0, -7.5, -85] + }, + "right_hand3": { + "rotation": ["-10+math.sin(q.anim_time*90*1.5+60)*7.5", "0+math.sin(q.anim_time*90*1.5+60)*2.5", -17.5] + }, + "right_finger3a": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*5,-2.5,5)"] + }, + "right_finger3b": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*30,-20,30)"] + }, + "right_finger1a": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*5,-2.5,5)"] + }, + "right_finger1b": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*30,-20,30)"] + }, + "right_finger2a": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*5,-2.5,5)"] + }, + "right_finger2b": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*30,-20,30)"] + }, + "left_arm": { + "rotation": ["-175+math.sin(q.anim_time*90*1.5-60)*2.5", "-180-math.sin(q.anim_time*90*1.5)*5", "-200-math.sin(q.anim_time*90*1.5-30)*5"], + "position": [0, 0, -1] + }, + "left_arm2": { + "rotation": [0, 7.5, -85], + "position": [0, 1, 0] + }, + "left_hand": { + "rotation": ["10-math.sin(q.anim_time*90*1.5+60)*7.5", "0-math.sin(q.anim_time*90*1.5+60)*2.5", -17.5] + }, + "left_finger1a": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*5,-2.5,5)"] + }, + "left_finger1b": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*30,-20,30)"] + }, + "left_finger2a": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*5,-2.5,5)"] + }, + "left_finger2b": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*30,-20,30)"] + }, + "left_finger3a": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*5,-2.5,5)"] + }, + "left_finger3b": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*30,-20,30)"] + }, + "right_arm": { + "rotation": ["175-math.sin(q.anim_time*90*1.5-60)*2.5", "180+math.sin(q.anim_time*90*1.5)*5", "200+math.sin(q.anim_time*90*1.5-30)*5"], + "position": [0, 0, -0.5] + }, + "right_arm2": { + "rotation": [0, -7.5, 85] + }, + "arm_spike2": { + "rotation": [7.5, 0, 30] + }, + "right_leg": { + "rotation": ["-13.5831+math.sin(q.anim_time*90*1.5+150)*7.5", 1.7782, 15.3655], + "position": [1, 0, -0.5] + }, + "arm_spike3": { + "rotation": [7.5, 0, -30] + }, + "body": { + "rotation": ["0-math.sin(q.anim_time*90*1.5)*2", 0, 0], + "position": [0, "6+math.sin(q.anim_time*90*1.5)*1.5", 0] + }, + "torso": { + "rotation": ["0-math.sin(q.anim_time*90*1.5-60)*2.5", 0, 0] + }, + "chest": { + "rotation": [0, 0, 0] + }, + "head": { + "rotation": ["0-math.sin(q.anim_time*90*1.5-60)*2.5", 0, 0] + }, + "arm_left": { + "rotation": ["-3.0947+math.sin(q.anim_time*90*1.5-60)*2.5", "-22.2971-math.sin(q.anim_time*90*1.5)*5", "-34.39-math.sin(q.anim_time*90*1.5-30)*5"], + "position": [-2, -1, 0] + }, + "bone25": { + "rotation": [0, 0, 40], + "position": [-1, -1, 0] + }, + "arm_left2": { + "rotation": [22.98725, 11.53607, 102.35196], + "position": [0, 1, 0] + }, + "finger_middle_left": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*5,-2.5,5)"] + }, + "finger_middle_left2": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*30,-20,30)"] + }, + "finger_back_left2": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*30,-20,30)"] + }, + "finger_front_left": { + "rotation": ["0+math.clamp(math.sin(q.anim_time*90*1.5-60)*5,-2.5,5)", "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*5,-2.5,5)", 0] + }, + "finger_front_left2": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*30,-20,30)"] + }, + "arm_right": { + "rotation": ["-3.0947+math.sin(q.anim_time*90*1.5-60)*2.5", "22.2971+math.sin(q.anim_time*90*1.5)*5", "34.39+math.sin(q.anim_time*90*1.5-30)*5"], + "position": [2, -1, 0] + }, + "bone2": { + "rotation": [0, 0, -40], + "position": [-1, -1, 0] + }, + "arm_right2": { + "rotation": [22.98725, -11.5361, -102.352], + "position": [0, -1, 0] + }, + "finger_middle_right2": { + "rotation": [0, 0, "0-math.clamp(math.sin(q.anim_time*90*1.5-60)*30,-20,30)"] + }, + "finger_back_right2": { + "rotation": [0, 0, "0-math.clamp(math.sin(q.anim_time*90*1.5-60)*30,-20,30)"] + }, + "finger_front_right": { + "rotation": ["0+math.clamp(math.sin(q.anim_time*90*1.5-60)*5,-2.5,5)", "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*5,-2.5,5)", 0] + }, + "finger_front_right2": { + "rotation": [0, 0, "0-math.clamp(math.sin(q.anim_time*90*1.5-60)*30,-20,30)"] + }, + "necrozma": { + "position": [0, 0, 0] + }, + "body_rotation": { + "position": [0, 15, 0] + }, + "prism": { + "scale": 0 + } + } + }, + "animation.necrozma.ground_walk": { + "loop": true, + "bones": { + "left_leg": { + "rotation": ["-13.5831+math.sin(q.anim_time*90*1.5+150)*7.5", 1.7782, -15.36551], + "position": [-1, 0, -0.5] + }, + "left_leg2": { + "rotation": ["0+math.sin(q.anim_time*90*1.5-30)*5", 0, 0] + }, + "right_Arm5": { + "rotation": [0, -7.5, -85] + }, + "right_hand3": { + "rotation": ["-10+math.sin(q.anim_time*90*1.5+60)*7.5", "0+math.sin(q.anim_time*90*1.5+60)*2.5", -17.5] + }, + "right_finger3a": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*5,-2.5,5)"] + }, + "right_finger3b": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*30,-20,30)"] + }, + "right_finger1a": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*5,-2.5,5)"] + }, + "right_finger1b": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*30,-20,30)"] + }, + "right_finger2a": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*5,-2.5,5)"] + }, + "right_finger2b": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*30,-20,30)"] + }, + "left_arm": { + "rotation": ["-175+math.sin(q.anim_time*90*1.5-60)*2.5", "-180-math.sin(q.anim_time*90*1.5)*5", "-200-math.sin(q.anim_time*90*1.5-30)*5"], + "position": [0, 0, -1] + }, + "left_arm2": { + "rotation": [0, 7.5, -85], + "position": [0, 1, 0] + }, + "left_hand": { + "rotation": ["10-math.sin(q.anim_time*90*1.5+60)*7.5", "0-math.sin(q.anim_time*90*1.5+60)*2.5", -17.5] + }, + "left_finger1a": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*5,-2.5,5)"] + }, + "left_finger1b": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*30,-20,30)"] + }, + "left_finger2a": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*5,-2.5,5)"] + }, + "left_finger2b": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*30,-20,30)"] + }, + "left_finger3a": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*5,-2.5,5)"] + }, + "left_finger3b": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*30,-20,30)"] + }, + "right_arm": { + "rotation": ["175-math.sin(q.anim_time*90*1.5-60)*2.5", "180+math.sin(q.anim_time*90*1.5)*5", "200+math.sin(q.anim_time*90*1.5-30)*5"], + "position": [0, 0, -0.5] + }, + "right_arm2": { + "rotation": [0, -7.5, 85] + }, + "arm_spike2": { + "rotation": [7.5, 0, 30] + }, + "right_leg": { + "rotation": ["-13.5831+math.sin(q.anim_time*90*1.5+150)*7.5", 1.7782, 15.3655], + "position": [1, 0, -0.5] + }, + "arm_spike3": { + "rotation": [7.5, 0, -30] + }, + "body": { + "rotation": ["0-math.sin(q.anim_time*90*1.5)*2", 0, 0], + "position": [0, "6+math.sin(q.anim_time*90*1.5)*1.5", 0] + }, + "torso": { + "rotation": ["0-math.sin(q.anim_time*90*1.5-60)*2.5", 0, 0] + }, + "chest": { + "rotation": [0, 0, 0] + }, + "head": { + "rotation": ["-27.5-math.sin(q.anim_time*90*1.5-60)*2.5", 0, 0], + "position": [0, -1.42246, -1.40592] + }, + "arm_left": { + "rotation": ["21.9772+math.sin(q.anim_time*90*1.5-60)*2.5", "-0.2423-math.sin(q.anim_time*90*1.5)*5", "-34.0211-math.sin(q.anim_time*90*1.5-30)*5"], + "position": [-2, -1, 0] + }, + "bone25": { + "rotation": [0, 0, 40], + "position": [-1, -1, 0] + }, + "arm_left2": { + "rotation": [22.98725, 11.53607, 102.35196], + "position": [0, 1, 0] + }, + "finger_middle_left": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*5,-2.5,5)"] + }, + "finger_middle_left2": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*30,-20,30)"] + }, + "finger_back_left2": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*30,-20,30)"] + }, + "finger_front_left": { + "rotation": ["0+math.clamp(math.sin(q.anim_time*90*1.5-60)*5,-2.5,5)", "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*5,-2.5,5)", 0] + }, + "finger_front_left2": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*30,-20,30)"] + }, + "arm_right": { + "rotation": ["21.3504+math.sin(q.anim_time*90*1.5-60)*2.5", "-0.8246+math.sin(q.anim_time*90*1.5)*5", "31.8519+math.sin(q.anim_time*90*1.5-30)*5"], + "position": [2, -1, 0] + }, + "bone2": { + "rotation": [0, 0, -40], + "position": [-1, -1, 0] + }, + "arm_right2": { + "rotation": [22.98725, -11.5361, -102.352], + "position": [0, -1, 0] + }, + "finger_middle_right2": { + "rotation": [0, 0, "0-math.clamp(math.sin(q.anim_time*90*1.5-60)*30,-20,30)"] + }, + "finger_back_right2": { + "rotation": [0, 0, "0-math.clamp(math.sin(q.anim_time*90*1.5-60)*30,-20,30)"] + }, + "finger_front_right": { + "rotation": ["0+math.clamp(math.sin(q.anim_time*90*1.5-60)*5,-2.5,5)", "0+math.clamp(math.sin(q.anim_time*90*1.5-60)*5,-2.5,5)", 0] + }, + "finger_front_right2": { + "rotation": [0, 0, "0-math.clamp(math.sin(q.anim_time*90*1.5-60)*30,-20,30)"] + }, + "necrozma": { + "position": [0, 0, 0] + }, + "body_rotation": { + "rotation": [27.5, 0, 0], + "position": [0, 15, 0] + }, + "prism": { + "scale": 0 + } + } + }, + "animation.necrozma.cry": { + "animation_length": 2.75, + "bones": { + "necrozma": { + "position": { + "0.0": [0, 0, 0], + "0.3333": [0, 0, 0], + "0.375": [0, 0, 0], + "2.75": [0, 0, 0] + } + }, + "body": { + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "0.5417": [-1, 0, 0], + "0.5833": [1, 0, 0], + "0.625": [-1, 0, 0], + "0.6667": [1, 0, 0], + "0.7083": [-1, 0, 0], + "0.75": [1, 0, 0], + "0.7917": [-1, 0, 0], + "0.8333": [1, 0, 0], + "0.875": [-1, 0, 0], + "0.9167": [1, 0, 0], + "0.9583": [-1, 0, 0], + "1.0": [1, 0, 0], + "1.0417": [-1, 0, 0], + "1.0833": [1, 0, 0], + "1.125": [-1, 0, 0], + "1.1667": [1, 0, 0], + "1.2083": [-1, 0, 0], + "1.25": [1, 0, 0], + "1.2917": [-1, 0, 0], + "1.3333": [1, 0, 0], + "1.375": [-1, 0, 0], + "1.4167": [1, 0, 0], + "1.4583": [-1, 0, 0], + "1.5": [1, 0, 0], + "1.5417": [-1, 0, 0], + "1.5833": [1, 0, 0], + "1.625": [-1, 0, 0], + "1.6667": [1, 0, 0], + "1.7083": [-1, 0, 0], + "1.75": [1, 0, 0], + "1.7917": [-1, 0, 0], + "1.8333": [1, 0, 0], + "1.875": [-1, 0, 0], + "1.9167": [1, 0, 0], + "1.9583": [-1, 0, 0], + "2.0": [1, 0, 0], + "2.0417": [-1, 0, 0], + "2.0833": [1, 0, 0], + "2.125": [-1, 0, 0], + "2.1667": [1, 0, 0], + "2.75": [0, 0, 0] + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "prism": { + "scale": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [1.01, 1.01, 1.01], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [1.01, 1.01, 1.01], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": [-3.0947, -22.2971, -34.39], + "0.375": { + "pre": [0, 40, 0], + "post": [0, 40, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-109.65736, -15.7627, 52.74765], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-109.65736, -15.7627, 52.74765], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-101.57989, -4.43471, 21.93871], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-119.71067, -20.09739, 78.57497], + "lerp_mode": "catmullrom" + }, + "2.75": [-3.0947, -22.2971, -34.39] + }, + "position": { + "0.0": [-2, -1, 0], + "2.75": [-2, -1, 0] + } + }, + "arm_left2": { + "rotation": { + "0.0": [22.98725, 11.53607, 102.35196], + "0.375": { + "pre": [46.65713, 60.89748, 61.29488], + "post": [46.65713, 60.89748, 61.29488], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [46.65713, 60.89748, 61.29488], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [28.72541, 49.77818, 38.14439], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [98.72082, 56.43979, 125.32345], + "lerp_mode": "catmullrom" + }, + "2.75": [22.98725, 11.53607, 102.35196] + }, + "position": { + "0.0": [0, 1, 0], + "2.75": [0, 1, 0] + } + }, + "hand_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-9.31242, 1.89828, 22.99574], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": [-3.0947, 22.2971, 34.39], + "0.375": { + "pre": [0, -40, 0], + "post": [0, -40, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-109.65736, 15.7627, -52.7476], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-109.65736, 15.7627, -52.7476], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-101.57989, 4.4347, -21.9387], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-119.71067, 20.0974, -78.575], + "lerp_mode": "catmullrom" + }, + "2.75": [-3.0947, 22.2971, 34.39] + }, + "position": { + "0.0": [2, -1, 0], + "2.75": [2, -1, 0] + } + }, + "arm_right2": { + "rotation": { + "0.0": [22.98725, -11.5361, -102.352], + "0.375": { + "pre": [13.23598, -49.2416, -38.01882], + "post": [13.23598, -49.2416, -38.01882], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [46.65713, -60.8975, -61.2949], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [28.72541, -49.7782, -38.1444], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [98.72082, -56.4398, -125.3235], + "lerp_mode": "catmullrom" + }, + "2.75": [22.98725, -11.5361, -102.352] + }, + "position": { + "0.0": [0, -1, 0], + "2.75": [0, -1, 0] + } + } + } + }, + "animation.necrozma.meme": { + "animation_length": 10, + "bones": { + "necrozma": { + "position": { + "0.0": [0, 0, 0], + "0.3333": [0, 0, 0], + "0.375": [0, 0, 0], + "2.75": [0, 0, 0] + } + }, + "body": { + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 0, 0], + "1.0417": [-1, 0, 0], + "1.0833": [1, 0, 0], + "1.125": [-1, 0, 0], + "1.1667": [1, 0, 0], + "1.2083": [-1, 0, 0], + "1.25": [1, 0, 0], + "1.2917": [-1, 0, 0], + "1.3333": [1, 0, 0], + "1.375": [-1, 0, 0], + "1.4167": [1, 0, 0], + "1.4583": [-1, 0, 0], + "1.5": [1, 0, 0], + "1.5417": [-1, 0, 0], + "1.5833": [1, 0, 0], + "1.625": [-1, 0, 0], + "1.6667": [1, 0, 0], + "1.7083": [-1, 0, 0], + "1.75": [1, 0, 0], + "1.7917": [-1, 0, 0], + "1.8333": [1, 0, 0], + "1.875": [-1, 0, 0], + "1.9167": [1, 0, 0], + "1.9583": [-1, 0, 0], + "2.0": [1, 0, 0], + "2.0417": [-1, 0, 0], + "2.0833": [1, 0, 0], + "2.125": [-1, 0, 0], + "2.1667": [1, 0, 0], + "2.2083": [-1, 0, 0], + "2.25": [1, 0, 0], + "2.2917": [-1, 0, 0], + "2.3333": [1, 0, 0], + "2.375": [-1, 0, 0], + "2.4167": [1, 0, 0], + "2.4583": [-1, 0, 0], + "2.5": [1, 0, 0], + "2.5417": [-1, 0, 0], + "2.5833": [1, 0, 0], + "2.625": [-1, 0, 0], + "2.6667": [1, 0, 0], + "2.7083": [-1, 0, 0], + "2.75": [1, 0, 0], + "2.7917": [-1, 0, 0], + "2.8333": [1, 0, 0], + "2.875": [-1, 0, 0], + "2.9167": [1, 0, 0], + "2.9583": [-1, 0, 0], + "3.0": [1, 0, 0], + "3.0417": [-1, 0, 0], + "3.0833": [1, 0, 0], + "3.125": [-1, 0, 0], + "3.1667": [1, 0, 0], + "3.2083": [-1, 0, 0], + "3.25": [1, 0, 0], + "3.2917": [-1, 0, 0], + "3.3333": [1, 0, 0], + "3.375": [-1, 0, 0], + "3.4167": [1, 0, 0], + "3.4583": [-1, 0, 0], + "3.5": [1, 0, 0], + "3.5417": [-1, 0, 0], + "3.5833": [1, 0, 0], + "3.625": [-1, 0, 0], + "3.6667": [1, 0, 0], + "3.7083": [-1, 0, 0], + "3.75": [1, 0, 0], + "3.7917": [-1, 0, 0], + "3.8333": [1, 0, 0], + "3.875": [-1, 0, 0], + "3.9167": [1, 0, 0], + "3.9583": [-1, 0, 0], + "4.75": [-1, 0, 0], + "4.7917": [1, 0, 0], + "4.8333": [-1, 0, 0], + "4.875": [1, 0, 0], + "4.9167": [-1, 0, 0], + "4.9583": [1, 0, 0], + "5.0": [-1, 0, 0], + "5.0417": [1, 0, 0], + "5.0833": [-1, 0, 0], + "5.125": [1, 0, 0], + "5.1667": [-1, 0, 0], + "5.2083": [1, 0, 0], + "5.25": [-1, 0, 0], + "5.2917": [1, 0, 0], + "5.3333": [-1, 0, 0], + "5.375": [1, 0, 0], + "5.4167": [-1, 0, 0], + "5.4583": [1, 0, 0], + "5.5": [-1, 0, 0], + "5.5417": [1, 0, 0], + "5.5833": [-1, 0, 0], + "5.625": [1, 0, 0], + "5.6667": [-1, 0, 0], + "5.7083": [1, 0, 0], + "5.75": [-1, 0, 0], + "5.7917": [1, 0, 0], + "5.8333": [-1, 0, 0], + "5.875": [1, 0, 0], + "5.9167": [-1, 0, 0], + "5.9583": [1, 0, 0], + "6.0": [-1, 0, 0], + "6.0417": [1, 0, 0], + "6.0833": [-1, 0, 0], + "6.125": [1, 0, 0], + "6.1667": [-1, 0, 0], + "6.2083": [1, 0, 0], + "6.25": [-1, 0, 0], + "6.2917": [1, 0, 0], + "6.3333": [-1, 0, 0], + "6.375": [1, 0, 0], + "6.4167": [-1, 0, 0], + "6.4583": [1, 0, 0], + "6.5": [-1, 0, 0], + "6.5417": [1, 0, 0], + "6.5833": [-1, 0, 0], + "6.625": [1, 0, 0], + "6.6667": [-1, 0, 0], + "6.7083": [1, 0, 0], + "6.75": [-1, 0, 0], + "6.7917": [1, 0, 0], + "6.8333": [-1, 0, 0], + "6.875": [1, 0, 0], + "6.9167": [-1, 0, 0], + "6.9583": [1, 0, 0], + "7.0": [-1, 0, 0], + "7.0417": [1, 0, 0], + "7.0833": [-1, 0, 0], + "7.125": [1, 0, 0], + "7.1667": [-1, 0, 0], + "7.2083": [1, 0, 0], + "7.25": [-1, 0, 0], + "7.2917": [1, 0, 0], + "7.3333": [-1, 0, 0], + "7.375": [1, 0, 0], + "7.4167": [-1, 0, 0], + "7.4583": [1, 0, 0], + "7.5": [-1, 0, 0], + "7.5417": [1, 0, 0], + "7.5833": [-1, 0, 0], + "7.625": [1, 0, 0], + "7.6667": [-1, 0, 0], + "7.7083": [1, 0, 0], + "7.75": [-1, 0, 0], + "7.7917": [1, 0, 0], + "7.8333": [-1, 0, 0], + "7.875": [1, 0, 0], + "7.9167": [-1, 0, 0], + "7.9583": [1, 0, 0], + "8.0": [-1, 0, 0], + "8.0417": [1, 0, 0], + "8.0833": [-1, 0, 0], + "8.125": [1, 0, 0], + "8.1667": [-1, 0, 0], + "8.2083": [1, 0, 0], + "8.25": [-1, 0, 0], + "8.2917": [1, 0, 0], + "8.3333": [-1, 0, 0], + "8.375": [1, 0, 0], + "8.4167": [-1, 0, 0], + "8.4583": [1, 0, 0], + "8.5": [-1, 0, 0], + "8.5417": [1, 0, 0], + "8.5833": [-1, 0, 0], + "8.625": [1, 0, 0], + "8.6667": [-1, 0, 0], + "8.7083": [1, 0, 0], + "8.75": [-1, 0, 0], + "8.7917": [1, 0, 0], + "8.8333": [-1, 0, 0], + "8.875": [1, 0, 0] + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.875": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "10.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "prism": { + "scale": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [1.01, 1.01, 1.01], + "lerp_mode": "catmullrom" + }, + "3.9583": { + "post": [1.01, 1.01, 1.01], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [1.01, 1.01, 1.01], + "lerp_mode": "catmullrom" + }, + "9.9583": { + "post": [1.01, 1.01, 1.01], + "lerp_mode": "catmullrom" + }, + "10.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 40, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 40, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 40, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-109.65736, -15.7627, 52.74765], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [-109.65736, -15.7627, 52.74765], + "lerp_mode": "catmullrom" + }, + "4.875": { + "post": [-101.57989, -4.43471, 21.93871], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-119.71067, -20.09739, 78.57497], + "lerp_mode": "catmullrom" + }, + "9.0": { + "post": [-119.71067, -20.09739, 78.57497], + "lerp_mode": "catmullrom" + }, + "10.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [46.65713, 60.89748, 61.29488], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [46.65713, 60.89748, 61.29488], + "lerp_mode": "catmullrom" + }, + "4.875": { + "post": [28.72541, 49.77818, 38.14439], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [98.72082, 56.43979, 125.32345], + "lerp_mode": "catmullrom" + }, + "9.0": { + "post": [36.21983, 43.73867, 49.75369], + "lerp_mode": "catmullrom" + }, + "10.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "hand_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-9.31242, 1.89828, 22.99574], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -40, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -40, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, -40, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-109.65736, 15.7627, -52.7476], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [-109.65736, 15.7627, -52.7476], + "lerp_mode": "catmullrom" + }, + "4.875": { + "post": [-101.57989, 4.4347, -21.9387], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-119.71067, 20.0974, -78.575], + "lerp_mode": "catmullrom" + }, + "9.0": { + "post": [-119.71067, 20.0974, -78.575], + "lerp_mode": "catmullrom" + }, + "10.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [13.23598, -49.2416, -38.01882], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [46.65713, -60.8975, -61.2949], + "lerp_mode": "catmullrom" + }, + "4.875": { + "post": [28.72541, -49.7782, -38.1444], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [98.72082, -56.4398, -125.3235], + "lerp_mode": "catmullrom" + }, + "9.0": { + "post": [13.23598, -49.2416, -38.01882], + "lerp_mode": "catmullrom" + }, + "10.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + }, + "sound_effects": { + "0.0": { + "effect": "imboutacuhharmonymadewithvoicemod.mp3" + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/nihilego/nihilego.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/nihilego/nihilego.animation.json new file mode 100644 index 0000000..9e28a09 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/nihilego/nihilego.animation.json @@ -0,0 +1,250 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.nihilego.ground_idle": { + "loop": true, + "bones": { + "nihilego": { + "rotation": [5, 0, 0], + "position": [0, "-0.4*(math.sin(q.anim_time*90*1.5-60)*4+1)", 0] + }, + "right_arm_front": { + "rotation": [-4.78197, 2.49048, "5.0048-4*math.clamp(math.sin(q.anim_time*90*1.5-60)*1+1,0,10)"] + }, + "bone7": { + "rotation": [5, 0, "-2*(math.sin(q.anim_time*90*1.5-80)*4+1)"], + "position": [0, "-0.1*(math.sin(q.anim_time*90*1.5-60)*4+1)", 0] + }, + "left_arm_front": { + "rotation": [-4.78197, 2.49048, "5.0048-4*math.clamp(math.sin(q.anim_time*90*1.5)*1+1,0,10)"] + }, + "bone6": { + "rotation": [5, 0, "-2*(math.sin(q.anim_time*90*1.5-60)*4+1)"], + "position": [0, "-0.1*(math.sin(q.anim_time*90*1.5-60)*4+1)", 0] + }, + "right_arm_back": { + "rotation": [-4.96687, 0.65264, "2.4907-0.2*(math.sin(q.anim_time*90*1.5-60)*4+1)"] + }, + "bone4": { + "rotation": [0.21803, 2.49048, "5.0048-4*math.clamp(math.sin(q.anim_time*90*1.5)*1+1,0,10)"] + }, + "bone5": { + "rotation": [5, 0, "-2*(math.sin(q.anim_time*90*1.5-60)*4+1)"], + "position": [0, "-0.1*(math.sin(q.anim_time*90*1.5-60)*4+1)", 0] + }, + "left_arm_back": { + "rotation": [-4.95868, 0.21782, "-2.4905-0.2*(math.sin(q.anim_time*90*1.5-40)*4+1)"] + }, + "bone2": { + "rotation": [0.21803, 2.49048, "5.0048-4*math.clamp(math.sin(q.anim_time*90*1.5-60)*1+1,0,10)"] + }, + "bone3": { + "rotation": [5, 0, "-2*(math.sin(q.anim_time*90*1.5-80)*4+1)"], + "position": [0, "-0.1*(math.sin(q.anim_time*90*1.5-60)*4+1)", 0] + }, + "tentacle_r_arm": { + "rotation": [-5, 5, 5] + }, + "middle_ten_r": { + "rotation": [0, -2.5, "0-4*math.clamp(math.sin(q.anim_time*90*1.5)*1+1,0,10)"] + }, + "tentacle_r_2": { + "rotation": [5, 0, "-2*(math.sin(q.anim_time*90*1.5-60)*4+1)"], + "position": [0, "-0.1*(math.sin(q.anim_time*90*1.5-60)*4+1)", 0] + }, + "tentacle_r_4": { + "rotation": [0, 0, "-10*math.clamp(math.sin(q.anim_time*90*1.5-60)*1+0,0,10)"] + }, + "tentacle_r_1": { + "rotation": [5, 0, "-2*(math.sin(q.anim_time*90*1.5-60)*4+1)"], + "position": [0, "-0.1*(math.sin(q.anim_time*90*1.5-60)*4+1)", 0] + }, + "tentacle_r_3": { + "rotation": [0, 0, "-10*math.clamp(math.sin(q.anim_time*90*1.5-60)*1+0,0,10)"] + }, + "tentacle_r_arm2": { + "rotation": [-5, -5, -5] + }, + "middle_ten_r2": { + "rotation": [0.21803, 2.49048, "5.0048-4*math.clamp(math.sin(q.anim_time*90*1.5)*1+1,0,10)"] + }, + "tentacle_r_5": { + "rotation": [5, 0, "-2*(math.sin(q.anim_time*90*1.5-60)*4+1)"], + "position": [0, "-0.1*(math.sin(q.anim_time*90*1.5-60)*4+1)", 0] + }, + "tentacle_r_6": { + "rotation": [0, 0, "-10*math.clamp(math.sin(q.anim_time*90*1.5-60)*1+0,0,10)"] + }, + "tentacle_r_7": { + "rotation": [5, 0, "-2*(math.sin(q.anim_time*90*1.5-60)*4+1)"], + "position": [0, "-0.1*(math.sin(q.anim_time*90*1.5-60)*4+1)", 0] + }, + "tentacle_r_8": { + "rotation": [0, 0, "-10*math.clamp(math.sin(q.anim_time*90*1.5-60)*1+0,0,10)"] + }, + "tentacle_mid_l4": { + "rotation": [0, 0, "-2*(math.sin(q.anim_time*90*1.5-60)*4+1)"] + }, + "tentacle_mid_l_5": { + "rotation": [5, 0, "-1*(math.sin(q.anim_time*90*1.5-60)*4+1)"] + }, + "tentacle_mid_l2": { + "rotation": [0, 0, "-2*(math.sin(q.anim_time*90*1.5-40)*4+1)"] + }, + "tentacle_mid_l_3": { + "rotation": [5, 0, "-1*(math.sin(q.anim_time*90*1.5-60)*4+1)"] + }, + "tentacle_mid_l3": { + "rotation": [0, 0, "-2*(math.sin(q.anim_time*90*1.5-80)*4+1)"] + }, + "tentacle_mid_l": { + "rotation": [0, 0, "-2*(math.sin(q.anim_time*90*1.5-60)*4+1)"] + }, + "ring": { + "rotation": [ + "1*math.sin(q.anim_time*90*1.6-35)+ 1*math.sin(q.anim_time*90*1.6*2-45)", + "math.sin(q.anim_time*90*1.6-90)*3", + "math.sin(q.anim_time*90*1.6-180)" + ], + "position": [0, -0.5, 1], + "scale": [1, "1 + math.sin(q.anim_time*90*1.6*2+90+90)*0.075", 1] + }, + "main": { + "position": [ + "0.05*math.sin(q.anim_time*90/2*1.6) +0.2*math.sin(q.anim_time*90*1.6)", + "7+0.1*math.sin(q.anim_time*90*1.6) +0.3*math.sin(q.anim_time*90*1.6*2)", + "0.05*math.sin(q.anim_time*90/2*1.6-160) +0.2*math.sin(q.anim_time*90*1.6-80)" + ], + "scale": [1, "1 + math.sin(q.anim_time*90*1.5+90)*0.025", 1] + }, + "head_blob": { + "rotation": [-2.5, 0, 0] + } + } + }, + "animation.nihilego.ground_walk": { + "loop": true, + "bones": { + "nihilego": { + "position": [0, "0.4+math.cos((query.anim_time) * 45*2) *2", 0] + }, + "right_arm_front": { + "rotation": [-7.5, 0, "12- 2*math.sin(q.anim_time*90*1.6-35+25-45)+ 4*math.sin(q.anim_time*90*1.6*2-45+25-45)"] + }, + "bone7": { + "rotation": [0, 0, "5+6*math.sin(q.anim_time*90*1.6*2-45-25-45)"] + }, + "left_arm_front": { + "rotation": [-7.5, 0, "-12+ 2*math.sin(q.anim_time*90*1.6-35+25-45)- 4*math.sin(q.anim_time*90*1.6*2-45+25-45)"] + }, + "bone6": { + "rotation": [0, 0, "-5+-6*math.sin(q.anim_time*90*1.6*2-90-25-45)"] + }, + "right_arm_back": { + "rotation": [0, 0, "15+ 2*math.sin(q.anim_time*90*1.6-35+25-90)+ 4*math.sin(q.anim_time*90*1.6*2-45+25-90)"] + }, + "bone4": { + "rotation": [0, 0, "-5+6*math.sin(q.anim_time*90*1.6*2-90+25-90)"] + }, + "bone5": { + "rotation": [0, 0, "8*math.sin(q.anim_time*90*1.6*2-90-90+25-90)"] + }, + "left_arm_back": { + "rotation": [0, 0, "-15- 2*math.sin(q.anim_time*90*1.6-35-90)- 4*math.sin(q.anim_time*90*1.6*2-45-90)"] + }, + "bone2": { + "rotation": [0, 0, "5-6*math.sin(q.anim_time*90*1.6*2-90-90)"] + }, + "bone3": { + "rotation": [0, 0, "5-8*math.sin(q.anim_time*90*1.6*2-90-90-90)"] + }, + "tentacle_r_arm": { + "rotation": [7.52832, 4.95712, "10.6542+ 2*math.sin(q.anim_time*90*1.6+24-90)+ 4*math.sin(q.anim_time*90*1.6*2+24-90)"] + }, + "middle_ten_r": { + "rotation": [0, 0, "0+ 6*math.sin(q.anim_time*90*1.6*2-90+24-90)"] + }, + "tentacle_r_2": { + "rotation": [0, 0, "0+ 8*math.sin(q.anim_time*90*1.6*2-90-90+24-90)"] + }, + "tentacle_r_4": { + "rotation": [0, 0, "0+ 8*math.sin(q.anim_time*90*1.6*2-90-90+24-90)"] + }, + "tentacle_r_1": { + "rotation": [0, 0, "0+ 8*math.sin(q.anim_time*90*1.6*2-45-90+24-90)"] + }, + "tentacle_r_3": { + "rotation": [0, 0, "0+ 8*math.sin(q.anim_time*90*1.6*2-45-90+24-90)"] + }, + "tentacle_r_arm2": { + "rotation": [7.42993, -6.25707, "-10.7298- 2*math.sin(q.anim_time*90*1.6+24-90)- 4*math.sin(q.anim_time*90*1.6*2+24-90)"] + }, + "middle_ten_r2": { + "rotation": [0, 0, "0- 6*math.sin(q.anim_time*90*1.6*2-90+24-90)"] + }, + "tentacle_r_5": { + "rotation": [0, 0, "0- 8*math.sin(q.anim_time*90*1.6*2-90-90+24-90)"] + }, + "tentacle_r_6": { + "rotation": [0, 0, "0- 8*math.sin(q.anim_time*90*1.6*2-90-90+24-90)"] + }, + "tentacle_r_7": { + "rotation": [0, 0, "0- 8*math.sin(q.anim_time*90*1.6*2-45-90+24-90)"] + }, + "tentacle_r_8": { + "rotation": [0, 0, "0- 8*math.sin(q.anim_time*90*1.6*2-90-90+24-90)"] + }, + "body_2": { + "rotation": ["5+5*math.sin(q.anim_time*90*1.6*2-90-25-90)", 0, 0] + }, + "tentacle_mid_l4": { + "rotation": [0, 0, "5-5*math.sin(q.anim_time*90*1.6*2-90-90-25-90)"] + }, + "tentacle_mid_l_5": { + "rotation": [0, 0, "-1*math.sin(q.anim_time*90*1.6*2-90-90-25-90)"] + }, + "tentacle_mid_l2": { + "rotation": [0, 0, "-5+5*math.sin(q.anim_time*90*1.6*2-90-90-25-90)"] + }, + "tentacle_mid_l_3": { + "rotation": [0, 0, "1*math.sin(q.anim_time*90*1.6*2-90-90-25-90)"] + }, + "tentacle_mid_l3": { + "rotation": ["7*math.sin(q.anim_time*90*1.6*2-90-90-25-90)", 0, 0] + }, + "tentacle_mid_l_4": { + "rotation": ["7*math.sin(q.anim_time*90*1.6*2-90-90-25-90)", 0, 0] + }, + "tentacle_mid_l": { + "rotation": ["7*math.sin(q.anim_time*90*1.6*2-90-90-25-90)", 0, 0] + }, + "tentacle_mid_l_2": { + "rotation": ["7*math.sin(q.anim_time*90*1.6*2-90-90-25-90)", 0, 0] + }, + "ring": { + "rotation": [ + "1*math.sin(q.anim_time*90*1.6-35)+ 1*math.sin(q.anim_time*90*1.6*2-45)", + "math.sin(q.anim_time*90*1.6-90)*3", + "math.sin(q.anim_time*90*1.6-180)" + ], + "position": [0, -0.5, 1], + "scale": [1, "1 + math.sin(q.anim_time*90*1.6*2+90+90)*0.075", 1] + }, + "main": { + "position": [ + "0.05*math.sin(q.anim_time*90/2*1.6) +0.2*math.sin(q.anim_time*90*1.6)", + "2+0.1*math.sin(q.anim_time*90*1.6) +0.3*math.sin(q.anim_time*90*1.6*2)", + "0.05*math.sin(q.anim_time*90/2*1.6-160) +0.2*math.sin(q.anim_time*90*1.6-80)" + ], + "scale": [1, "1 + math.sin(q.anim_time*90*1.6*2+90+90)*0.025", 1] + }, + "head": { + "rotation": [10, 0, 0] + }, + "body_1": { + "rotation": [5, 0, 0] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/noibat/noibat.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/noibat/noibat.animation.json new file mode 100644 index 0000000..16fbfab --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/noibat/noibat.animation.json @@ -0,0 +1,4240 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.noibat.pose": { + "loop": true, + "bones": { + "Chest": { + "rotation": [25, 0, 0] + }, + "head": { + "rotation": [-37.08194, 22.1947, -11.54717] + }, + "body": { + "rotation": [-9.99067, 0.43399, 2.46207] + }, + "Left_Leg": { + "rotation": [7.71783, -2.57594, -9.6658] + }, + "Left_Foot": { + "rotation": [40, 0, 0] + }, + "Right_Leg": { + "rotation": [5.12261, 1.93597, 7.24721] + }, + "Right_Foot": { + "rotation": [45, 0, 0] + }, + "jaw": { + "rotation": [5, 0, 0] + }, + "Left_wing1": { + "rotation": [15.02089, -1.05627, -2.26603] + }, + "Left_wing3": { + "rotation": [0, 25, 0] + }, + "Right_wing1": { + "rotation": [22.5, 7.5, 0] + }, + "Right_wing3": { + "rotation": [0, -25, 0] + }, + "Left_Calf": { + "rotation": [31.85444, -6.1419, 16.13744] + }, + "Right_Calf": { + "rotation": [5.06405, 7.45704, -21.84185] + }, + "Left_wing2": { + "rotation": [0, 2.5, 0] + }, + "Right_wing2": { + "rotation": [0, -5, 0] + } + } + }, + "animation.noibat.ground_base": { + "loop": true, + "bones": { + "Chest": { + "rotation": [25, 0, 0], + "position": [0, 0, 0] + }, + "head": { + "rotation": [-20.3988, 0, 0] + }, + "body": { + "rotation": [-9.99067, 0, 2.46207] + }, + "Left_Leg": { + "rotation": [7.7178, -2.57594, -9.6658] + }, + "Left_Foot": { + "rotation": [40, 0, 0] + }, + "Right_Leg": { + "rotation": [5.1226, 1.93597, 7.24721] + }, + "Right_Foot": { + "rotation": [45, 0, 0] + }, + "jaw": { + "rotation": [5, 0, 0] + }, + "Left_wing1": { + "rotation": [47.5209, -1.0563, -2.266] + }, + "Left_wing3": { + "rotation": [0, 25, 0] + }, + "Right_wing1": { + "rotation": [47.5209, 1.0563, 2.266] + }, + "Right_wing3": { + "rotation": [0, -25, 0] + }, + "Left_Calf": { + "rotation": [31.85444, -6.1419, 16.13744] + }, + "Right_Calf": { + "rotation": [5.06405, 7.45704, -21.84185] + }, + "Left_wing2": { + "rotation": [0, 2.5, 0] + }, + "Right_wing2": { + "rotation": [0, -2.5, 0] + }, + "ears": { + "rotation": [0, 0, 0] + } + } + }, + "animation.noibat.ground_idle": { + "loop": true, + "bones": { + "Chest": { + "rotation": [25, 0, 0], + "position": ["0+math.sin((query.anim_time)*320)*0.3", "0+math.sin((query.anim_time-0.15)*800)*1.5", 0] + }, + "head": { + "rotation": ["-20.3988+math.sin((query.anim_time-0.15)*800)*1.5", 0, 0] + }, + "body": { + "rotation": [-9.99067, 0, "2.4621-math.sin((query.anim_time-0.3)*320)*3"] + }, + "Left_Leg": { + "rotation": ["7.7178+math.sin((query.anim_time-0.2)*800)*2", -2.57594, -9.6658] + }, + "Left_Foot": { + "rotation": ["40+math.sin((query.anim_time-0.2)*800)*4", 0, 0] + }, + "Right_Leg": { + "rotation": ["5.1226+math.sin((query.anim_time-0.2)*800)*2", 1.93597, 7.24721] + }, + "Right_Foot": { + "rotation": ["45+math.sin((query.anim_time-0.2)*800)*4", 0, 0] + }, + "jaw": { + "rotation": [5, 0, 0] + }, + "Left_wing1": { + "rotation": ["47.5209+math.sin((query.anim_time)*800)*30", "-1.0563+math.sin((query.anim_time)*800)*60", "-2.266+math.sin((query.anim_time)*800)*30"] + }, + "Left_wing3": { + "rotation": [0, "25+math.sin((query.anim_time-0.2)*800)*40", 0] + }, + "Right_wing1": { + "rotation": ["47.5209+math.sin((query.anim_time)*800)*30", "1.0563-math.sin((query.anim_time)*800)*60", "2.266-math.sin((query.anim_time)*800)*30"] + }, + "Right_wing3": { + "rotation": [0, "-25-math.sin((query.anim_time-0.2)*800)*40", 0] + }, + "Left_Calf": { + "rotation": [31.85444, -6.1419, 16.13744] + }, + "Right_Calf": { + "rotation": [5.06405, 7.45704, -21.84185] + }, + "Left_wing2": { + "rotation": ["0+math.sin((query.anim_time-0.1)*800)*1", "2.5+math.sin((query.anim_time-0.1)*800)*20", "0+math.sin((query.anim_time-0.1)*800)*1"] + }, + "Right_wing2": { + "rotation": ["0-math.sin((query.anim_time-0.1)*800)*1", "-2.5-math.sin((query.anim_time-0.1)*800)*20", "0-math.sin((query.anim_time-0.1)*800)*1"] + }, + "ears": { + "rotation": ["0+math.sin((query.anim_time-0.2)*800)*2", 0, 0] + } + } + }, + "animation.noibat.ground_walk": { + "loop": true, + "bones": { + "Chest": { + "rotation": [37.5, 0, 0], + "position": ["0+math.sin((query.anim_time)*320)*0.3", "0+math.sin((query.anim_time-0.15)*800)*1.5", 0] + }, + "head": { + "rotation": ["-35.3988+math.sin((query.anim_time-0.15)*800)*1.5", 0, 0] + }, + "body": { + "rotation": [-9.99067, 0, "2.4621-math.sin((query.anim_time-0.3)*320)*2"] + }, + "Left_Leg": { + "rotation": ["17.7178+math.sin((query.anim_time-0.2)*800)*2", -2.57594, -9.6658] + }, + "Left_Foot": { + "rotation": ["32.5+math.sin((query.anim_time-0.2)*800)*4", 0, 0] + }, + "Right_Leg": { + "rotation": ["12.6226+math.sin((query.anim_time-0.2)*800)*2", 1.93597, 7.24721] + }, + "Right_Foot": { + "rotation": ["55+math.sin((query.anim_time-0.2)*800)*4", 0, 0] + }, + "jaw": { + "rotation": [5, 0, 0] + }, + "Left_wing1": { + "rotation": ["47.5209+math.sin((query.anim_time)*800)*30", "-1.0563+math.sin((query.anim_time)*800)*60", "-2.266+math.sin((query.anim_time)*800)*30"] + }, + "Left_wing3": { + "rotation": [0, "25+math.sin((query.anim_time-0.2)*800)*40", 0] + }, + "Right_wing1": { + "rotation": ["47.5209+math.sin((query.anim_time)*800)*30", "1.0563-math.sin((query.anim_time)*800)*60", "2.266-math.sin((query.anim_time)*800)*30"] + }, + "Right_wing3": { + "rotation": [0, "-25-math.sin((query.anim_time-0.2)*800)*40", 0] + }, + "Left_Calf": { + "rotation": [31.85444, -6.1419, 16.13744] + }, + "Right_Calf": { + "rotation": [5.06405, 7.45704, -21.84185] + }, + "Left_wing2": { + "rotation": ["0+math.sin((query.anim_time-0.1)*800)*1", "2.5+math.sin((query.anim_time-0.1)*800)*20", "0+math.sin((query.anim_time-0.1)*800)*1"] + }, + "Right_wing2": { + "rotation": ["0-math.sin((query.anim_time-0.1)*800)*1", "-2.5-math.sin((query.anim_time-0.1)*800)*20", "0-math.sin((query.anim_time-0.1)*800)*1"] + }, + "ears": { + "rotation": ["0+math.sin((query.anim_time-0.2)*800)*2", 0, 0] + } + } + }, + "animation.noibat.air_idle": { + "loop": true, + "bones": { + "Chest": { + "rotation": [25, 0, 0], + "position": ["0+math.sin((query.anim_time)*320)*0.5", "0+math.sin((query.anim_time-0.15)*800)*1.5", 0] + }, + "head": { + "rotation": ["-20.3988+math.sin((query.anim_time-0.15)*800)*1.5", 0, 0] + }, + "body": { + "rotation": [-9.99067, 0, "2.4621-math.sin((query.anim_time-0.3)*320)*3"] + }, + "Left_Leg": { + "rotation": ["7.7178+math.sin((query.anim_time-0.2)*800)*2", -2.57594, -9.6658] + }, + "Left_Foot": { + "rotation": ["40+math.sin((query.anim_time-0.2)*800)*4", 0, 0] + }, + "Right_Leg": { + "rotation": ["5.1226+math.sin((query.anim_time-0.2)*800)*2", 1.93597, 7.24721] + }, + "Right_Foot": { + "rotation": ["45+math.sin((query.anim_time-0.2)*800)*4", 0, 0] + }, + "jaw": { + "rotation": [5, 0, 0] + }, + "Left_wing1": { + "rotation": ["47.5209+math.sin((query.anim_time)*800)*30", "-1.0563+math.sin((query.anim_time)*800)*60", "-2.266+math.sin((query.anim_time)*800)*30"] + }, + "Left_wing3": { + "rotation": [0, "25+math.sin((query.anim_time-0.2)*800)*40", 0] + }, + "Right_wing1": { + "rotation": ["47.5209+math.sin((query.anim_time)*800)*30", "1.0563-math.sin((query.anim_time)*800)*60", "2.266-math.sin((query.anim_time)*800)*30"] + }, + "Right_wing3": { + "rotation": [0, "-25-math.sin((query.anim_time-0.2)*800)*40", 0] + }, + "Left_Calf": { + "rotation": [31.85444, -6.1419, 16.13744] + }, + "Right_Calf": { + "rotation": [5.06405, 7.45704, -21.84185] + }, + "Left_wing2": { + "rotation": ["0+math.sin((query.anim_time-0.1)*800)*1", "2.5+math.sin((query.anim_time-0.1)*800)*20", "0+math.sin((query.anim_time-0.1)*800)*1"] + }, + "Right_wing2": { + "rotation": ["0-math.sin((query.anim_time-0.1)*800)*1", "-2.5-math.sin((query.anim_time-0.1)*800)*20", "0-math.sin((query.anim_time-0.1)*800)*1"] + }, + "ears": { + "rotation": ["0+math.sin((query.anim_time-0.2)*800)*2", 0, 0] + } + } + }, + "animation.noibat.air_fly": { + "loop": true, + "bones": { + "Chest": { + "rotation": [37.5, 0, 0], + "position": ["0+math.sin((query.anim_time)*320)*0.3", "0+math.sin((query.anim_time-0.15)*800)*1.5", 0] + }, + "head": { + "rotation": ["-35.3988+math.sin((query.anim_time-0.15)*800)*1.5", 0, 0] + }, + "body": { + "rotation": [-9.99067, 0, "2.4621-math.sin((query.anim_time-0.3)*320)*2"] + }, + "Left_Leg": { + "rotation": ["17.7178+math.sin((query.anim_time-0.2)*800)*2", -2.57594, -9.6658] + }, + "Left_Foot": { + "rotation": ["32.5+math.sin((query.anim_time-0.2)*800)*4", 0, 0] + }, + "Right_Leg": { + "rotation": ["12.6226+math.sin((query.anim_time-0.2)*800)*2", 1.93597, 7.24721] + }, + "Right_Foot": { + "rotation": ["55+math.sin((query.anim_time-0.2)*800)*4", 0, 0] + }, + "jaw": { + "rotation": [5, 0, 0] + }, + "Left_wing1": { + "rotation": ["47.5209+math.sin((query.anim_time)*800)*30", "-1.0563+math.sin((query.anim_time)*800)*60", "-2.266+math.sin((query.anim_time)*800)*30"] + }, + "Left_wing3": { + "rotation": [0, "25+math.sin((query.anim_time-0.2)*800)*40", 0] + }, + "Right_wing1": { + "rotation": ["47.5209+math.sin((query.anim_time)*800)*30", "1.0563-math.sin((query.anim_time)*800)*60", "2.266-math.sin((query.anim_time)*800)*30"] + }, + "Right_wing3": { + "rotation": [0, "-25-math.sin((query.anim_time-0.2)*800)*40", 0] + }, + "Left_Calf": { + "rotation": [31.85444, -6.1419, 16.13744] + }, + "Right_Calf": { + "rotation": [5.06405, 7.45704, -21.84185] + }, + "Left_wing2": { + "rotation": ["0+math.sin((query.anim_time-0.1)*800)*1", "2.5+math.sin((query.anim_time-0.1)*800)*20", "0+math.sin((query.anim_time-0.1)*800)*1"] + }, + "Right_wing2": { + "rotation": ["0-math.sin((query.anim_time-0.1)*800)*1", "-2.5-math.sin((query.anim_time-0.1)*800)*20", "0-math.sin((query.anim_time-0.1)*800)*1"] + }, + "ears": { + "rotation": ["0+math.sin((query.anim_time-0.2)*800)*2", 0, 0] + } + } + }, + "animation.noibat.blink": { + "animation_length": 0.25, + "bones": { + "left_closed": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [0.25, 0, -0.25], + "0.2083": [0.25, 0, -0.25], + "0.25": [0, 0, 0] + } + }, + "right_closed": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [-0.25, 0, -0.25], + "0.2083": [-0.25, 0, -0.25], + "0.25": [0, 0, 0] + } + } + } + }, + "animation.noibat.recoil": { + "loop": true, + "animation_length": 1.5, + "bones": { + "Chest": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [22.58, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [16, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_closed": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [0.25, 0, -0.25], + "0.5833": [0.25, 0, -0.25], + "0.625": [0, 0, 0], + "0.9583": [0, 0, 0], + "1.0": [0.25, 0, -0.25], + "1.125": [0.25, 0, -0.25], + "1.1667": [0, 0, 0], + "1.25": [0, 0, 0], + "1.2917": [0.25, 0, -0.25], + "1.4167": [0.25, 0, -0.25], + "1.4583": [0, 0, 0] + } + }, + "right_closed": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [-0.25, 0, -0.25], + "0.5833": [-0.25, 0, -0.25], + "0.625": [0, 0, 0], + "0.9583": [0, 0, 0], + "1.0": [-0.25, 0, -0.25], + "1.125": [-0.25, 0, -0.25], + "1.1667": [0, 0, 0], + "1.25": [0, 0, 0], + "1.2917": [-0.25, 0, -0.25], + "1.4167": [-0.25, 0, -0.25], + "1.4583": [0, 0, 0] + } + } + } + }, + "animation.noibat.sleep": { + "loop": true, + "animation_length": 4.5, + "bones": { + "Chest": { + "position": [0, -10, 0] + }, + "Left_wing1": { + "rotation": [107.74147, 22.77665, 38.37238] + }, + "Left_wing2": { + "rotation": [0, 2.5, 0] + }, + "Left_wing3": { + "rotation": [0, -37.5, 0] + }, + "Right_wing1": { + "rotation": [107.74147, -22.77665, -38.37238] + }, + "Right_wing2": { + "rotation": [0, -2.5, 0] + }, + "Right_wing3": { + "rotation": [0, 37.5, 0] + }, + "head": { + "rotation": ["22.5+math.sin((query.anim_time-0.15)*160)*2.5", 0, 0] + }, + "ears": { + "scale": { + "1.0833": [1, 1, 1], + "1.1667": [1.02, 1.02, 1.02], + "1.25": [1, 1, 1], + "1.3333": [1.02, 1.02, 1.02], + "1.4167": [1, 1, 1] + } + }, + "body": { + "rotation": [-10, 0, 0] + }, + "Left_Leg": { + "rotation": [-51.76994, -12.9689, -13.5107] + }, + "Left_Calf": { + "rotation": [-25, -10, 0] + }, + "Right_Leg": { + "rotation": [-51.76994, 12.9689, 13.5107] + }, + "Right_Calf": { + "rotation": [-25, 10, 0] + }, + "left_closed": { + "position": [0.25, 0, -0.25] + }, + "right_closed": { + "position": [-0.25, 0, -0.25] + } + } + }, + "animation.noibat.faint": { + "animation_length": 3, + "bones": { + "Chest": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [24.81197, 3.1622, -6.80423], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [24.81197, -3.1622, 6.80423], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [24.24769, -6.27967, 13.64973], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": [92.5, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-2, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-1, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 3, 1.25], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 3, 1.25], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 3, 1.25], + "lerp_mode": "catmullrom" + }, + "2.4583": [0, -14, -4.75], + "2.5": [0, -13.5, -4.75], + "2.5417": [0, -14, -4.75], + "2.5833": [0, -13.5, -4.75], + "2.625": [0, -14, -4.75], + "2.6667": [0, -13.5, -4.75], + "2.7083": [0, -14, -4.75] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-20.3988, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [12.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [23.35282, 4.91101, 0.94028], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-12.40364, -2.37362, 1.13903], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [5.92, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [22.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-47.9, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": [-72.9, 0, 0] + } + }, + "body": { + "rotation": { + "0.0": { + "post": [-9.99067, 0, 2.46207], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-9.84188, -1.72635, -7.38929], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-9.9069, 1.29756, 9.8496], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-9.75846, -2.15194, -9.85421], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-9.99067, 0, 2.46207], + "lerp_mode": "catmullrom" + }, + "2.0417": [-14.99067, 0, 2.46207] + } + }, + "Left_Leg": { + "rotation": { + "0.0": { + "post": [7.7178, -2.57594, -9.6658], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [8.04526, -1.20125, -19.57649], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [7.15769, -3.87368, 0.26562], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [7.9858, -1.54991, -17.10021], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-42.2822, -2.57594, -9.6658], + "lerp_mode": "catmullrom" + }, + "2.7917": [-19.7822, -2.57594, -9.6658] + }, + "position": { + "0.0": [0, 0, 0], + "1.3333": [0, 0, 0], + "2.0417": [-0.00936, -0.13026, -1.74404], + "2.4583": [0, 0, 0] + } + }, + "Left_Foot": { + "rotation": { + "0.0": [40, 0, 0], + "1.7917": [40, 0, 0], + "2.0": [20, 0, 0], + "2.6667": [67.5, 0, 0] + } + }, + "Right_Leg": { + "rotation": { + "0.0": { + "post": [5.1226, 1.93597, 7.24721], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [4.82709, 2.58729, -0.23033], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5.33072, 1.25178, 14.71887], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [4.93504, 2.37453, 2.26294], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-32.3774, 1.93597, 7.24721], + "lerp_mode": "catmullrom" + }, + "2.7917": [-9.8774, 1.93597, 7.24721] + }, + "position": { + "0.0": [0, 0, 0], + "1.3333": [0, 0, 0], + "2.0417": [-0.00664, -0.08476, -1.2465], + "2.4583": [0, 0, 0] + } + }, + "Right_Foot": { + "rotation": { + "0.0": [45, 0, 0], + "1.7917": [45, 0, 0], + "2.0": [25, 0, 0], + "2.6667": [87.5, 0, 0] + } + }, + "jaw": { + "rotation": [5, 0, 0] + }, + "Left_wing1": { + "rotation": { + "0.0": { + "post": [47.5209, -1.0563, -2.266], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [53.43711, 23.35421, 27.01166], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [50.67208, -17.58151, -21.35061], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [47.5209, -1.0563, -2.266], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [53.43711, 23.35421, 27.01166], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [50.67208, -17.58151, -21.35061], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [47.5209, -1.0563, -2.266], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [53.43711, 23.35421, 27.01166], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [50.67208, -17.58151, -21.35061], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [47.5209, -1.0563, -2.266], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [53.43711, 23.35421, 27.01166], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [50.67208, -17.58151, -21.35061], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [47.5209, -1.0563, -2.266], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [5.60123, -17.57136, -2.22862], + "lerp_mode": "catmullrom" + }, + "2.625": [-11.31019, 23.04667, -9.0835] + } + }, + "Left_wing3": { + "rotation": { + "0.0": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, -21.67, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, -32.54, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": [0, -10, 0] + } + }, + "Right_wing1": { + "rotation": { + "0.0": { + "post": [47.5209, 1.0563, 2.266], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [53.43711, -23.35421, -27.01166], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [50.67208, 17.58151, 21.35061], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [47.5209, 1.0563, 2.266], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [53.43711, -23.35421, -27.01166], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [50.67208, 17.58151, 21.35061], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [47.5209, 1.0563, 2.266], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [53.43711, -23.35421, -27.01166], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [50.67208, 17.58151, 21.35061], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [47.5209, 1.0563, 2.266], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [53.43711, -23.35421, -27.01166], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [50.67208, 17.58151, 21.35061], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [47.5209, 1.0563, 2.266], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [5.60123, 17.57136, 2.22862], + "lerp_mode": "catmullrom" + }, + "2.625": [-11.31019, -23.04667, 9.0835] + } + }, + "Right_wing3": { + "rotation": { + "0.0": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 21.67, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -50, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 45, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -50, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 45, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -50, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 45, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, -50, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, 45, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, 32.54, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": [0, 10, 0] + } + }, + "Left_Calf": { + "rotation": { + "0.0": [31.85444, -6.1419, 16.13744], + "0.5": [32.33219, 1.86047, 3.43107], + "1.125": [31.85444, -6.1419, 16.13744], + "1.4583": [32.3707, -0.8163, 7.65477], + "1.7917": [-5.1293, -0.8163, 7.65477], + "2.4167": [39.8707, -0.8163, 7.65477] + } + }, + "Right_Calf": { + "rotation": { + "0.0": [5.06405, 7.45704, -21.84185], + "0.5": [4.0444, 8.05343, -29.38725], + "1.125": [6.28221, 6.46596, -11.81686], + "1.4583": [5.06405, 7.45704, -21.84185], + "1.7917": [-24.93595, 7.45704, -21.84185], + "2.4167": [15.06405, 7.45704, -21.84185] + } + }, + "Left_wing2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, -42.5, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, -32.5, 0], + "lerp_mode": "catmullrom" + }, + "2.75": [5, -15, 0] + } + }, + "Right_wing2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, 42.5, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, 35, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 32.5, 0], + "lerp_mode": "catmullrom" + }, + "2.75": [5, 15, 0] + } + }, + "ears": { + "rotation": [0, 0, 0] + }, + "left_closed": { + "position": { + "0.0": [0, 0, 0], + "0.8333": [0, 0, 0], + "0.875": [0.25, 0, -0.25], + "1.0417": [0.25, 0, -0.25], + "1.0833": [0, 0, 0], + "1.1667": [0.25, 0, -0.25], + "1.3333": [0.25, 0, -0.25], + "1.375": [0, 0, 0], + "1.8333": [0, 0, 0], + "1.875": [0.25, 0, -0.25], + "3.0": [0.25, 0, -0.25] + } + }, + "right_closed": { + "position": { + "0.0": [0, 0, 0], + "0.8333": [0, 0, 0], + "0.875": [-0.25, 0, -0.25], + "1.0417": [-0.25, 0, -0.25], + "1.0833": [0, 0, 0], + "1.1667": [-0.25, 0, -0.25], + "1.3333": [-0.25, 0, -0.25], + "1.375": [0, 0, 0], + "1.8333": [0, 0, 0], + "1.875": [-0.25, 0, -0.25], + "3.0": [-0.25, 0, -0.25] + } + } + } + }, + "animation.noibat.physical": { + "loop": true, + "animation_length": 3, + "bones": { + "Chest": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [47.39118, -3.68425, 3.38262], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-6, 5, 10], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [1, -2, -7], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [3.98, 0.85, -2.51], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [3.07, 1.47, 2.43], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [2, 0, 3], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0.93, 1.38, 1.54], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-20.3988, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [10.50167, -0.19099, -0.51522], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-17.9, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-46.24301, 1.03003, 2.77873], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-25.2385, 2.60758, 7.03454], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-10.3988, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [-20.3988, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-20.3988, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": { + "post": [-9.99067, 0, 2.46207], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-19.08973, -1.63896, -2.26233], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-34.88812, 2.86477, 6.56171], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [12.50933, 0, 2.46207], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-34.99067, 0, 2.46207], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-19.55314, -4.2434, -9.30643], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [-4.2385, 0.47699, 6.89745], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [-9.99067, 0, 2.46207], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-9.99067, 0, 2.46207], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Leg": { + "rotation": [7.7178, -2.57594, -9.6658] + }, + "Left_Foot": { + "rotation": { + "0.0": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [40.67815, 9.54385, 8.11019], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Leg": { + "rotation": [5.1226, 1.93597, 7.24721] + }, + "Right_Foot": { + "rotation": { + "0.0": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [29.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [62.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_wing1": { + "rotation": { + "0.0": { + "post": [47.5209, -1.0563, -2.266], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [30.02, -1.06, -2.27], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [26.04015, -23.42349, -21.87749], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [36.72333, 15.44347, 13.00183], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [53.65812, -23.73096, -29.7922], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [95.87122, 7.61613, 26.50465], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [54.57984, -25.19642, -32.01754], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [21.3877, -26.1536, -30.1296], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [36.56869, 39.11983, -3.02165], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [54.58, -25.2, -32.02], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [21.78848, -36.64126, -25.82141], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [29.94074, 26.98646, -5.18308], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [34.62953, 31.39784, -11.5508], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [54.58, -25.2, -32.02], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [31.69409, -30.33362, -25.8363], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [41.65813, 21.09963, -1.58811], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [47.03364, 33.53402, -1.85793], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [54.58, -25.2, -32.02], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [44.58, -25.2, -32.02], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [47.5209, -1.0563, -2.266], + "lerp_mode": "catmullrom" + } + } + }, + "Left_wing3": { + "rotation": { + "0.0": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 47.5, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 60, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, -42.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 35, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, -40, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 35, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 57.5, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, -37.5, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 65, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -37.5, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 65, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, -37.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 65, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, -37.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Right_wing1": { + "rotation": { + "0.0": { + "post": [47.5209, 1.0563, 2.266], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [30.02, 1.06, 2.27], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [26.04015, 23.42349, 21.87749], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [36.72333, -15.44347, -13.00183], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [53.65812, 23.73096, 29.7922], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [95.87122, -7.61613, -26.50465], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [54.57984, 25.19642, 32.01754], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [21.3877, 26.1536, 30.1296], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [36.56869, -39.11983, 3.02165], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [54.58, 25.2, 32.02], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [21.78848, 36.64126, 25.82141], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [29.94074, -26.98646, 5.18308], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [34.62953, -31.39784, 11.5508], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [54.58, 25.2, 32.02], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [31.69409, 30.33362, 25.8363], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [41.65813, -21.09963, 1.58811], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [47.03364, -33.53402, 1.85793], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [54.58, 25.2, 32.02], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [44.58, 25.2, 32.02], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [47.5209, 1.0563, 2.266], + "lerp_mode": "catmullrom" + } + } + }, + "Right_wing3": { + "rotation": { + "0.0": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -47.5, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, -60, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 42.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 40, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -57.5, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, -65, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, -65, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, -65, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Calf": { + "rotation": { + "0.0": { + "post": [31.85444, -6.1419, 16.13744], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-52.6293, -0.8163, 7.65477], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-3.14556, -6.1419, 16.13744], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [32.3707, -0.8163, 7.65477], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-22.6293, -0.8163, 7.65477], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [30.94229, -10.05348, 22.60247], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [40.98077, -13.92801, 14.57619], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [31.85444, -6.1419, 16.13744], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Calf": { + "rotation": { + "0.0": { + "post": [5.06405, 7.45704, -21.84185], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-19.36901, 4.01566, -18.93566], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [15.06405, 7.45704, -21.84185], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [5.99458, 6.73333, -14.31911], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-8.61223, 6.05759, -31.81314], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [6.28221, 6.46596, -11.81686], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [7.22121, 8.05653, -22.8874], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [5.06405, 7.45704, -21.84185], + "lerp_mode": "catmullrom" + } + } + }, + "Left_wing2": { + "rotation": { + "0.0": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 42.5, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, -32.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 32.5, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 32.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 40, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 45, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, 45, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 45, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 42.5, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Right_wing2": { + "rotation": { + "0.0": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -42.5, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 32.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, -32.5, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, -32.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, -40, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, -42.5, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ears": { + "rotation": [0, 0, 0] + }, + "Angry_eyes": { + "position": [0, 0, 0] + }, + "left_angry": { + "position": { + "0.0": [0, 0, 0], + "0.5833": [0, 0, 0], + "0.625": [1, 0, -1], + "1.9583": [1, 0, -1], + "2.0": [0, 0, 0] + } + }, + "right_angry": { + "position": { + "0.0": [0, 0, 0], + "0.5833": [0, 0, 0], + "0.625": [-1, 0, -1], + "1.9583": [-1, 0, -1], + "2.0": [0, 0, 0] + } + }, + "left_closed": { + "position": { + "1.2083": [0, 0, 0], + "1.25": [0.25, 0, -0.25], + "1.375": [0.25, 0, -0.25], + "1.4167": [0, 0, 0], + "2.2083": [0, 0, 0], + "2.25": [0.25, 0, -0.25], + "2.375": [0.25, 0, -0.25], + "2.4167": [0, 0, 0] + } + }, + "right_closed": { + "position": { + "1.2083": [0, 0, 0], + "1.25": [-0.25, 0, -0.25], + "1.375": [-0.25, 0, -0.25], + "1.4167": [0, 0, 0], + "2.2083": [0, 0, 0], + "2.25": [-0.25, 0, -0.25], + "2.375": [-0.25, 0, -0.25], + "2.4167": [0, 0, 0] + } + } + } + }, + "animation.noibat.special": { + "loop": true, + "animation_length": 3, + "bones": { + "Chest": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, -2.25], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 1, 3], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 1, 3], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -6], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 1, -7.25], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, -0.75, -7.25], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -0.25, -6.5], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, -0.75, -6.75], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, -0.25, -6.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -0.75, -6.75], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0.18, 1.38, 1.54], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-20.3988, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-11.87, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-20.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-47.9, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-42.9, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [-20.3988, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-20.3988, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": { + "post": [-9.99067, 0, 2.46207], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-37.49067, 0, 2.46207], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-62.49067, 0, 2.46207], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-62.49067, 0, 2.46207], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [22.50933, 0, 2.46207], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-9.99067, 0, 2.46207], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-34.87662, 0, 2.46207], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [13.96866, 0, 2.46207], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [-9.99067, 0, 2.46207], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-9.99067, 0, 2.46207], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Leg": { + "rotation": { + "0.0": { + "post": [7.7178, -2.57594, -9.6658], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-2.2822, -2.57594, -9.6658], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [7.7178, -2.57594, -9.6658], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.7178, -2.57594, -9.6658], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Foot": { + "rotation": { + "0.0": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [34.50269, 21.63471, -28.20867], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [67.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Leg": { + "rotation": { + "0.0": { + "post": [5.1226, 1.93597, 7.24721], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-2.3774, 1.93597, 7.24721], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [12.6226, 1.93597, 7.24721], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [5.1226, 1.93597, 7.24721], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [5.1226, 1.93597, 7.24721], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Foot": { + "rotation": { + "0.0": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [65, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [65, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [72.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [55, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [72.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [55, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [72.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_wing1": { + "rotation": { + "0.0": { + "post": [47.5209, -1.0563, -2.266], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-11.76229, -3.78346, 1.06339], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [2.7729, -51.72233, -12.83772], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [16.88613, 55.18689, -2.9235], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [34.62953, 31.39784, -11.5508], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [54.58, -25.2, -32.02], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-11.32414, -8.3729, -5.28235], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [34.62953, 31.39784, -11.5508], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [54.58, -25.2, -32.02], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-11.32414, -8.3729, -5.28235], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [34.62953, 31.39784, -11.5508], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [54.58, -25.2, -32.02], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-11.32414, -8.3729, -5.28235], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [29.94074, 26.98646, -5.18308], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [34.62953, 31.39784, -11.5508], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [54.58, -25.2, -32.02], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [31.69409, -30.33362, -25.8363], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [41.65813, 21.09963, -1.58811], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [47.03364, 33.53402, -1.85793], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [54.58, -25.2, -32.02], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [44.58, -25.2, -32.02], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [47.5209, -1.0563, -2.266], + "lerp_mode": "catmullrom" + } + } + }, + "Left_wing3": { + "rotation": { + "0.0": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, -30, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 65, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, -37.5, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 65, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, -37.5, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, 65, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, -37.5, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 65, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, -37.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 65, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, -37.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Right_wing1": { + "rotation": { + "0.0": { + "post": [47.5209, 1.0563, 2.266], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-11.76229, 3.78346, -1.06339], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [2.7729, 51.72233, 12.83772], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [16.88613, -55.18689, 2.9235], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [34.62953, -31.39784, 11.5508], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [54.58, 25.2, 32.02], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-11.32414, 8.3729, 5.28235], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [34.62953, -31.39784, 11.5508], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [54.58, 25.2, 32.02], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-11.32414, 8.3729, 5.28235], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [34.62953, -31.39784, 11.5508], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [54.58, 25.2, 32.02], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-11.32414, 8.3729, 5.28235], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [29.94074, -26.98646, 5.18308], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [34.62953, -31.39784, 11.5508], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [54.58, 25.2, 32.02], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [31.69409, 30.33362, 25.8363], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [41.65813, -21.09963, 1.58811], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [47.03364, -33.53402, 1.85793], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [54.58, 25.2, 32.02], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [44.58, 25.2, 32.02], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [47.5209, 1.0563, 2.266], + "lerp_mode": "catmullrom" + } + } + }, + "Right_wing3": { + "rotation": { + "0.0": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, -37.5, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 30, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, -65, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, -65, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, -65, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, -65, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, -65, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Calf": { + "rotation": { + "0.0": { + "post": [31.85444, -6.1419, 16.13744], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [4.35444, -6.1419, 16.13744], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [1.85444, -6.1419, 16.13744], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-28.14556, -6.1419, 16.13744], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [31.85444, -6.1419, 16.13744], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [31.85444, -6.1419, 16.13744], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Calf": { + "rotation": { + "0.0": { + "post": [5.06405, 7.45704, -21.84185], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-9.93595, 7.45704, -21.84185], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.43595, 7.45704, -21.84185], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-12.44, 7.46, -21.84], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-34.94, 7.46, -21.84], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [5.06405, 7.45704, -21.84185], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [5.06405, 7.45704, -21.84185], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_wing2": { + "rotation": { + "0.0": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 47.5, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 45, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 45, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 45, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 45, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, 45, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 45, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 42.5, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Right_wing2": { + "rotation": { + "0.0": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, -47.5, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, -10, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, -42.5, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ears": { + "rotation": { + "0.0": [0, 0, 0], + "0.875": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": [1, 1, 1], + "0.875": [1, 1, 1], + "0.9167": [1.15, 1.15, 1.15], + "0.9583": [1, 1, 1], + "1.0": [1.15, 1.15, 1.15], + "1.0417": [1, 1, 1], + "1.0833": [1.15, 1.15, 1.15], + "1.125": [1, 1, 1], + "1.1667": [1.15, 1.15, 1.15], + "1.2083": [1, 1, 1], + "1.25": [1.15, 1.15, 1.15], + "1.2917": [1, 1, 1], + "1.3333": [1.15, 1.15, 1.15], + "1.375": [1, 1, 1], + "1.4167": [1.15, 1.15, 1.15], + "1.4583": [1, 1, 1], + "1.5": [1.15, 1.15, 1.15], + "1.5417": [1, 1, 1], + "1.5833": [1.15, 1.15, 1.15], + "1.625": [1, 1, 1] + } + }, + "left_angry": { + "position": { + "0.0": [0, 0, 0], + "0.6667": [1, 0, -1], + "2.0417": [1, 0, -1], + "2.0833": [0, 0, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "2.0833": [1, 1, 1] + } + }, + "right_angry": { + "position": { + "0.0": [0, 0, 0], + "0.6667": [-1, 0, -1], + "2.0417": [-1, 0, -1], + "2.0833": [0, 0, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "2.0833": [1, 1, 1] + } + }, + "left_closed": { + "position": { + "0.4583": [0, 0, 0], + "0.5": [0.25, 0, -0.25], + "0.6667": [0.25, 0, -0.25], + "0.7083": [0, 0, 0], + "2.0": [0, 0, 0], + "2.0417": [0.25, 0, -0.25], + "2.1667": [0.25, 0, -0.25], + "2.2083": [0, 0, 0] + } + }, + "right_closed": { + "position": { + "0.4583": [0, 0, 0], + "0.5": [-0.25, 0, -0.25], + "0.6667": [-0.25, 0, -0.25], + "0.7083": [0, 0, 0], + "2.0": [0, 0, 0], + "2.0417": [-0.25, 0, -0.25], + "2.1667": [-0.25, 0, -0.25], + "2.2083": [0, 0, 0] + } + } + } + }, + "animation.noibat.status": { + "loop": true, + "animation_length": 3, + "bones": { + "Chest": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, -2.25], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 1, 3], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 1, 3], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -6], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 1, -7.25], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, -0.75, -7.25], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -0.25, -6.5], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, -0.75, -6.75], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, -0.25, -6.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -0.75, -6.75], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0.18, 1.38, 1.54], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-20.3988, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-11.87, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-20.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-47.9, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-42.9, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [-20.3988, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-20.3988, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": { + "post": [-9.99067, 0, 2.46207], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-37.49067, 0, 2.46207], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-62.49067, 0, 2.46207], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-62.49067, 0, 2.46207], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [22.50933, 0, 2.46207], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-9.99067, 0, 2.46207], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-34.87662, 0, 2.46207], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [13.96866, 0, 2.46207], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [-9.99067, 0, 2.46207], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-9.99067, 0, 2.46207], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Leg": { + "rotation": { + "0.0": { + "post": [7.7178, -2.57594, -9.6658], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-2.2822, -2.57594, -9.6658], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [7.7178, -2.57594, -9.6658], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.7178, -2.57594, -9.6658], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Foot": { + "rotation": { + "0.0": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [34.50269, 21.63471, -28.20867], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [67.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Leg": { + "rotation": { + "0.0": { + "post": [5.1226, 1.93597, 7.24721], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-2.3774, 1.93597, 7.24721], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [12.6226, 1.93597, 7.24721], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [5.1226, 1.93597, 7.24721], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [5.1226, 1.93597, 7.24721], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Foot": { + "rotation": { + "0.0": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [65, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [65, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [72.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [55, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [72.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [55, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [72.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_wing1": { + "rotation": { + "0.0": { + "post": [47.5209, -1.0563, -2.266], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-11.76229, -3.78346, 1.06339], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [2.7729, -51.72233, -12.83772], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [16.88613, 55.18689, -2.9235], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [34.62953, 31.39784, -11.5508], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [54.58, -25.2, -32.02], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-11.32414, -8.3729, -5.28235], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [34.62953, 31.39784, -11.5508], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [54.58, -25.2, -32.02], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-11.32414, -8.3729, -5.28235], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [34.62953, 31.39784, -11.5508], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [54.58, -25.2, -32.02], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-11.32414, -8.3729, -5.28235], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [29.94074, 26.98646, -5.18308], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [34.62953, 31.39784, -11.5508], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [54.58, -25.2, -32.02], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [31.69409, -30.33362, -25.8363], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [41.65813, 21.09963, -1.58811], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [47.03364, 33.53402, -1.85793], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [54.58, -25.2, -32.02], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [44.58, -25.2, -32.02], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [47.5209, -1.0563, -2.266], + "lerp_mode": "catmullrom" + } + } + }, + "Left_wing3": { + "rotation": { + "0.0": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, -30, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 65, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, -37.5, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 65, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, -37.5, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, 65, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, -37.5, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 65, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, -37.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 65, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, -37.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Right_wing1": { + "rotation": { + "0.0": { + "post": [47.5209, 1.0563, 2.266], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-11.76229, 3.78346, -1.06339], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [2.7729, 51.72233, 12.83772], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [16.88613, -55.18689, 2.9235], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [34.62953, -31.39784, 11.5508], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [54.58, 25.2, 32.02], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-11.32414, 8.3729, 5.28235], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [34.62953, -31.39784, 11.5508], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [54.58, 25.2, 32.02], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-11.32414, 8.3729, 5.28235], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [34.62953, -31.39784, 11.5508], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [54.58, 25.2, 32.02], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-11.32414, 8.3729, 5.28235], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [29.94074, -26.98646, 5.18308], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [34.62953, -31.39784, 11.5508], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [54.58, 25.2, 32.02], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [31.69409, 30.33362, 25.8363], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [41.65813, -21.09963, 1.58811], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [47.03364, -33.53402, 1.85793], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [54.58, 25.2, 32.02], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [44.58, 25.2, 32.02], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [47.5209, 1.0563, 2.266], + "lerp_mode": "catmullrom" + } + } + }, + "Right_wing3": { + "rotation": { + "0.0": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, -37.5, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 30, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, -65, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, -65, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, -65, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, -65, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, -65, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_Calf": { + "rotation": { + "0.0": { + "post": [31.85444, -6.1419, 16.13744], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [4.35444, -6.1419, 16.13744], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [1.85444, -6.1419, 16.13744], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-28.14556, -6.1419, 16.13744], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [31.85444, -6.1419, 16.13744], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [31.85444, -6.1419, 16.13744], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Right_Calf": { + "rotation": { + "0.0": { + "post": [5.06405, 7.45704, -21.84185], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-9.93595, 7.45704, -21.84185], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.43595, 7.45704, -21.84185], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-12.44, 7.46, -21.84], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-34.94, 7.46, -21.84], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [5.06405, 7.45704, -21.84185], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [5.06405, 7.45704, -21.84185], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_wing2": { + "rotation": { + "0.0": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 47.5, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 45, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 45, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 45, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 45, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, 45, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 45, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 42.5, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Right_wing2": { + "rotation": { + "0.0": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, -47.5, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, -10, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, -42.5, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ears": { + "rotation": { + "0.0": [0, 0, 0], + "0.875": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": [1, 1, 1], + "0.875": [1, 1, 1], + "0.9167": [1.15, 1.15, 1.15], + "0.9583": [1, 1, 1], + "1.0": [1.15, 1.15, 1.15], + "1.0417": [1, 1, 1], + "1.0833": [1.15, 1.15, 1.15], + "1.125": [1, 1, 1], + "1.1667": [1.15, 1.15, 1.15], + "1.2083": [1, 1, 1], + "1.25": [1.15, 1.15, 1.15], + "1.2917": [1, 1, 1], + "1.3333": [1.15, 1.15, 1.15], + "1.375": [1, 1, 1], + "1.4167": [1.15, 1.15, 1.15], + "1.4583": [1, 1, 1], + "1.5": [1.15, 1.15, 1.15], + "1.5417": [1, 1, 1], + "1.5833": [1.15, 1.15, 1.15], + "1.625": [1, 1, 1] + } + }, + "left_angry": { + "position": { + "0.0": [0, 0, 0], + "0.6667": [1, 0, -1], + "2.0417": [1, 0, -1], + "2.0833": [0, 0, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "2.0833": [1, 1, 1] + } + }, + "right_angry": { + "position": { + "0.0": [0, 0, 0], + "0.6667": [-1, 0, -1], + "2.0417": [-1, 0, -1], + "2.0833": [0, 0, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "2.0833": [1, 1, 1] + } + }, + "left_closed": { + "position": { + "0.4583": [0, 0, 0], + "0.5": [0.25, 0, -0.25], + "0.6667": [0.25, 0, -0.25], + "0.7083": [0, 0, 0], + "2.0": [0, 0, 0], + "2.0417": [0.25, 0, -0.25], + "2.1667": [0.25, 0, -0.25], + "2.2083": [0, 0, 0] + } + }, + "right_closed": { + "position": { + "0.4583": [0, 0, 0], + "0.5": [-0.25, 0, -0.25], + "0.6667": [-0.25, 0, -0.25], + "0.7083": [0, 0, 0], + "2.0": [0, 0, 0], + "2.0417": [-0.25, 0, -0.25], + "2.1667": [-0.25, 0, -0.25], + "2.2083": [0, 0, 0] + } + } + } + }, + "animation.noibat.echo": { + "animation_length": 2, + "bones": { + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-14.74085, 29.96112, -0.50093], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-14.74085, 29.96112, -0.50093], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-7, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-16.73202, -34.71046, 2.35229], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-16.73202, -34.71046, 2.35229], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ears": { + "scale": { + "0.0": [1, 1, 1], + "0.375": [1, 1, 1], + "0.4167": [1.15, 1.15, 1.15], + "0.4583": [1, 1, 1], + "0.5": [1.15, 1.15, 1.15], + "0.5417": [1, 1, 1], + "1.375": [1, 1, 1], + "1.4167": [1.15, 1.15, 1.15], + "1.4583": [1, 1, 1], + "1.5": [1.15, 1.15, 1.15], + "1.5417": [1, 1, 1] + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [28.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [28.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.noibat.cry": { + "animation_length": 3, + "bones": { + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.25": [0, 0, 0], + "0.5": [35, 0, 0], + "0.625": [25, 0, 0], + "0.75": [35, 0, 0], + "1.625": { + "pre": [35, 0, 0], + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + }, + "sound_effects": { + "0.5": { + "effect": "pokemon.noibat.cry" + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/noivern/noivern.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/noivern/noivern.animation.json new file mode 100644 index 0000000..89a9983 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/noivern/noivern.animation.json @@ -0,0 +1,9383 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.noivern.pose": { + "loop": true, + "bones": { + "Chest": { + "rotation": [42.48878, -0.68392, 1.87947], + "position": [0.11886, 9.75427, -10.62664] + }, + "Midsection": { + "rotation": [5, 0, 0] + }, + "Hips": { + "rotation": [-15, 0, 0] + }, + "Left_wing1": { + "rotation": [17.37229, -22.01609, -12.15123] + }, + "Left_wing2": { + "rotation": [0, -10, 0] + }, + "Left_wing3": { + "rotation": [0, 25, 0] + }, + "Left_wing4": { + "rotation": [0, 22.5, 0] + }, + "Left_wing5": { + "rotation": [0, 20, 0] + }, + "Right_wing1": { + "rotation": [19.87229, 22.01609, 12.15123] + }, + "Right_wing2": { + "rotation": [0, 0, 0] + }, + "Right_wing3": { + "rotation": [0, -27.5, 0] + }, + "Right_wing4": { + "rotation": [0, -17.5, 0] + }, + "Right_wing5": { + "rotation": [0, -12.5, 0] + }, + "head": { + "rotation": [10, 0, 0] + }, + "Ear": { + "rotation": [15, 0, 0] + }, + "Right_outertoe": { + "rotation": [32.88687, 14.7386, 2.00187] + }, + "Right_foot": { + "rotation": [-15, 0, 0] + }, + "Right_calf": { + "rotation": [15, 0, 0] + }, + "Right_thigh": { + "rotation": [27.5, 17.5, 0] + }, + "Left_thigh": { + "rotation": [27.5, -22.5, 0] + }, + "Left_calf": { + "rotation": [20, 0, 0] + }, + "Left_foot": { + "rotation": [-20, 0, 0] + }, + "Left_innertoe": { + "rotation": [33.33641, 19.19813, 2.84226] + }, + "Left_outertoe": { + "rotation": [35, -17.5, 0] + }, + "Right_innertoe": { + "rotation": [28.33923, -21.91876, -2.48626] + }, + "Left_outertoe2": { + "rotation": [70, 0, 0] + }, + "Left_innertoe2": { + "rotation": [72.5, 0, 0] + }, + "Right_innertoe2": { + "rotation": [75, 0, 0] + }, + "Right_outertoe2": { + "rotation": [70, 0, 0] + }, + "Tail7": { + "rotation": [-12.5, 0, 0] + }, + "Tail6": { + "rotation": [-7.5, 0, 0] + }, + "Tail5": { + "rotation": [-7.5, 0, 0] + }, + "Tail4": { + "rotation": [-5, 0, 0] + }, + "Tail3": { + "rotation": [7.5, 0, 0] + }, + "Tail2": { + "rotation": [7.5, 0, 0] + }, + "Tail1": { + "rotation": [30, 0, 0] + }, + "Left_fingers": { + "rotation": [35, 0, 0] + }, + "Right_fingers": { + "rotation": [25, 0, 0] + } + } + }, + "animation.noivern.pose2": { + "loop": true, + "bones": { + "Chest": { + "rotation": [42.48878, -0.68392, 1.87947], + "position": [0.11886, 9.75427, -10.62664] + }, + "Midsection": { + "rotation": [-2.5, 0, 0] + }, + "Hips": { + "rotation": [-22.5, 0, 0] + }, + "Left_wing1": { + "rotation": [26.93424, -52.33124, -27.37104] + }, + "Left_wing2": { + "rotation": [0, -10, 0] + }, + "Left_wing3": { + "rotation": [0, 25, 0] + }, + "Left_wing4": { + "rotation": [0, 5, 0] + }, + "Left_wing5": { + "rotation": [0, 22.5, 0] + }, + "Right_wing1": { + "rotation": [24.51326, 40.57614, 20.95596] + }, + "Right_wing2": { + "rotation": [0, 12.5, 0] + }, + "Right_wing3": { + "rotation": [0, -20, 0] + }, + "Right_wing4": { + "rotation": [0, 2.5, 0] + }, + "Right_wing5": { + "rotation": [0, -22.5, 0] + }, + "head": { + "rotation": [10, 0, 0] + }, + "Ear": { + "rotation": [15, 0, 0] + }, + "Right_outertoe": { + "rotation": [32.88687, 14.7386, 2.00187] + }, + "Right_foot": { + "rotation": [-42.93717, -7.35559, 6.79333] + }, + "Right_calf": { + "rotation": [15, 0, 0] + }, + "Right_thigh": { + "rotation": [-7.5, 17.5, 0] + }, + "Left_thigh": { + "rotation": [26.44467, -18.37699, 3.01956] + }, + "Left_calf": { + "rotation": [0, 0, 0] + }, + "Left_foot": { + "rotation": [-17.52718, 1.84293, -1.68956] + }, + "Left_innertoe": { + "rotation": [33.33641, 19.19813, 2.84226] + }, + "Left_outertoe": { + "rotation": [35, -17.5, 0] + }, + "Right_innertoe": { + "rotation": [28.33923, -21.91876, -2.48626] + }, + "Left_outertoe2": { + "rotation": [70, 0, 0] + }, + "Left_innertoe2": { + "rotation": [72.5, 0, 0] + }, + "Right_innertoe2": { + "rotation": [75, 0, 0] + }, + "Right_outertoe2": { + "rotation": [70, 0, 0] + }, + "Tail7": { + "rotation": [-12.5, 0, 0] + }, + "Tail6": { + "rotation": [-7.5, 0, 0] + }, + "Tail5": { + "rotation": [-7.5, 0, 0] + }, + "Tail4": { + "rotation": [-5, 0, 0] + }, + "Tail3": { + "rotation": [12.5, 0, 0] + }, + "Tail2": { + "rotation": [15, 0, 0] + }, + "Tail1": { + "rotation": [40, 0, 0] + }, + "Left_fingers": { + "rotation": [35, 0, 0] + }, + "Right_fingers": { + "rotation": [25, 0, 0] + }, + "Jaw": { + "rotation": [0, 0, 0] + } + } + }, + "animation.noivern.ground_base2": { + "loop": true, + "bones": { + "Chest": { + "rotation": [52.5, 0, 0], + "position": [0, -26.75, -10] + }, + "Midsection": { + "rotation": [12.5, 0, 0] + }, + "Hips": { + "rotation": [17.5, 0, 0] + }, + "Left_thigh": { + "rotation": [-62.36149, -11.42562, 21.68697] + }, + "Left_calf": { + "rotation": [60.07906, 2.20474, 4.47683] + }, + "Left_foot": { + "rotation": [-40, 0, 0] + }, + "Left_innertoe": { + "rotation": [-55.32031, 20.16107, -20.31839] + }, + "Left_innertoe2": { + "rotation": [25, 0, 0] + }, + "Left_outertoe": { + "rotation": [-50.17087, -3.99699, 10.78614] + }, + "Left_outertoe2": { + "rotation": [30, 0, 0] + }, + "Right_thigh": { + "rotation": [-62.36149, 11.42562, -21.68697] + }, + "Right_calf": { + "rotation": [60.07906, -2.20474, -4.47683] + }, + "Right_foot": { + "rotation": [-40, 0, 0] + }, + "Right_innertoe": { + "rotation": [-55.32031, -20.16107, 20.31839] + }, + "Right_innertoe2": { + "rotation": [25, 0, 0] + }, + "Right_outertoe": { + "rotation": [-50.17087, 3.99699, -10.78614] + }, + "Right_outertoe2": { + "rotation": [30, 0, 0] + }, + "Tail1": { + "rotation": [-15, 0, 0] + }, + "Tail2": { + "rotation": [-17.5, 0, 0] + }, + "Tail3": { + "rotation": [-2.5, 0, 0] + }, + "Tail4": { + "rotation": [22.5, 0, 0] + }, + "Tail5": { + "rotation": [15, 0, 0] + }, + "Tail6": { + "rotation": [7.5, 0, 0] + }, + "Tail7": { + "rotation": [-15, 0, 0] + }, + "Left_wing1": { + "rotation": [61.59067, 41.53806, 5.47021] + }, + "Left_wing2": { + "rotation": [10.06861, 23.9692, 19.82226] + }, + "Left_wing3": { + "rotation": [-0.68966, -47.61904, 18.60091] + }, + "Left_wing4": { + "rotation": [2.4905, -0.21782, 7.49527] + }, + "Left_wing5": { + "rotation": [2.47864, -0.32621, 17.49294] + }, + "Left_fingers": { + "rotation": [-17.5, 0, 0] + }, + "Right_wing1": { + "rotation": [61.59067, -41.53806, -5.47021] + }, + "Right_wing2": { + "rotation": [10.06861, -23.9692, -19.82226] + }, + "Right_wing3": { + "rotation": [-0.68966, 47.61904, -18.60091] + }, + "Right_wing4": { + "rotation": [2.4905, 0.21782, -7.49527] + }, + "Right_wing5": { + "rotation": [2.47864, 0.32621, -17.49294] + }, + "Neck": { + "rotation": [-7.5, 0, 0] + }, + "head": { + "rotation": [2.5, 0, 0] + }, + "Ear": { + "rotation": [10, 0, 0] + }, + "Right_fingers": { + "rotation": [-17.5, 0, 0] + } + } + }, + "animation.noivern.pose3": { + "loop": true, + "bones": { + "Chest": { + "rotation": [12.97597, -4.46002, -5.98019], + "position": [0.11886, 9.75427, -10.62664] + }, + "Midsection": { + "rotation": [-7.5, 0, 0] + }, + "Hips": { + "rotation": [-22.5, 0, 0] + }, + "Left_wing1": { + "rotation": [13.52951, -10.20228, -10.99927] + }, + "Left_wing2": { + "rotation": [0, 7.5, 0], + "scale": 1 + }, + "Left_wing3": { + "rotation": [0, 2.5, 0] + }, + "Left_wing4": { + "rotation": [0, 10, 0] + }, + "Left_wing5": { + "rotation": [0, 14.47751, 0] + }, + "Right_wing1": { + "rotation": [19.87229, 22.01609, 12.15123] + }, + "Right_wing2": { + "rotation": [0, 0, 0] + }, + "Right_wing3": { + "rotation": [0, -27.5, 0] + }, + "Right_wing4": { + "rotation": [0, -17.5, 0] + }, + "Right_wing5": { + "rotation": [0, -12.5, 0] + }, + "head": { + "rotation": [-12.54624, -4.88119, 1.08482], + "scale": 1 + }, + "Ear": { + "rotation": [15, 0, 0], + "scale": 1.01 + }, + "Right_outertoe": { + "rotation": [32.88687, 14.7386, 2.00187] + }, + "Right_foot": { + "rotation": [2.5, 0, 0] + }, + "Right_calf": { + "rotation": [15.18649, -4.07107, 3.38077] + }, + "Right_thigh": { + "rotation": [49.37287, 37.40686, 4.25838], + "position": [0.75, 0, 0] + }, + "Left_thigh": { + "rotation": [5, -32.5, 0] + }, + "Left_calf": { + "rotation": [40.67815, 9.54385, 8.11019] + }, + "Left_foot": { + "rotation": [-1.08482, 4.88119, -12.54624] + }, + "Left_innertoe": { + "rotation": [33.33641, 19.19813, 2.84226] + }, + "Left_outertoe": { + "rotation": [37.33563, -25.58173, -6.33984] + }, + "Right_innertoe": { + "rotation": [28.33923, -21.91876, -2.48626] + }, + "Left_outertoe2": { + "rotation": [70, 0, 0] + }, + "Left_innertoe2": { + "rotation": [72.5, 0, 0] + }, + "Right_innertoe2": { + "rotation": [75, 0, 0] + }, + "Right_outertoe2": { + "rotation": [70, 0, 0] + }, + "Tail7": { + "rotation": [0, 0, 0] + }, + "Tail6": { + "rotation": [5, 0, 0] + }, + "Tail5": { + "rotation": [2.52154, 7.49282, 0.32902] + }, + "Tail4": { + "rotation": [0.88574, 6.69791, -34.73113] + }, + "Tail3": { + "rotation": [3.47875, 6.64851, -62.29788] + }, + "Tail2": { + "rotation": [-0.22, 20.15748, -31.39869] + }, + "Tail1": { + "rotation": [60.17995, -19.73695, 9.84201], + "position": [0, 2.75, 0] + }, + "Left_fingers": { + "rotation": [35, 0, 0] + }, + "Right_fingers": { + "rotation": [25, 0, 0] + }, + "Left_wing6": { + "rotation": [0, 0, 0] + }, + "Neck": { + "rotation": [45, 0, 0] + }, + "Collar_fluff": { + "rotation": [17.5, 0, 0] + }, + "Back_Fluff1": { + "rotation": [42.5, 0, 0] + }, + "Back_Fluff2": { + "rotation": [17.5, 0, 0] + } + } + }, + "animation.noivern.air_fly2": { + "loop": true, + "animation_length": 3.7917, + "bones": { + "Chest": { + "rotation": { + "0.0": ["72.4888-math.sin((query.anim_time)*380)*6", -0.68392, "1.8795+math.sin((query.anim_time)*190)*2"], + "1.25": ["100.0528-math.sin((query.anim_time)*380)*6", -0.68392, "1.8795+math.sin((query.anim_time)*190)*2"] + }, + "position": ["0.1189+math.sin((query.anim_time)*190)*1", "11.7543+math.sin((query.anim_time-0.15)*380)*7", "-12.6266-math.cos((query.anim_time)*380)*1"] + }, + "Midsection": { + "rotation": ["5-math.sin((query.anim_time-0.1)*380)*8", 0, "0+math.sin((query.anim_time-0.1)*190)*2"] + }, + "Hips": { + "rotation": { + "0.0": ["-15-math.sin((query.anim_time)*380)*4", 0, "0+math.sin((query.anim_time-0.2)*190)*2"], + "1.25": ["-2.6787-math.sin((query.anim_time)*380)*4", 0, "math.sin((query.anim_time-0.2)*190)*2"] + } + }, + "Left_wing1": { + "rotation": { + "0.0": ["18.4707+math.sin((query.anim_time)*380)*10", "-0.911+math.sin((query.anim_time)*380)*60", -4.37305], + "1.25": ["-19.8737+math.sin((query.anim_time)*380)*10", "3.9747+math.sin((query.anim_time)*380)*60", -31.16554] + } + }, + "Left_wing2": { + "rotation": [0, "-10+math.sin((query.anim_time-0.1)*380)*20", 0] + }, + "Left_wing3": { + "rotation": [0, "25+math.sin((query.anim_time-0.2)*380)*15", 0] + }, + "Left_wing4": { + "rotation": [0, "7.5+math.sin((query.anim_time-0.35)*380)*60", 0] + }, + "Left_wing5": { + "rotation": [0, "20+math.sin((query.anim_time-0.4)*380)*20", 0] + }, + "Right_wing1": { + "rotation": { + "0.0": ["18.4707+math.sin((query.anim_time)*380)*10", "0.911-math.sin((query.anim_time)*380)*60", 4.37305], + "1.25": ["-18.8163+math.sin((query.anim_time)*380)*10", "1.4668-math.sin((query.anim_time)*380)*60", 17.33359] + } + }, + "Right_wing2": { + "rotation": { + "0.0": [0, "10-math.sin((query.anim_time-0.1)*380)*20", 0], + "1.25": [0, "2.5-math.sin((query.anim_time-0.1)*380)*20", 0] + } + }, + "Right_wing3": { + "rotation": { + "0.0": [0, "-25-math.sin((query.anim_time-0.2)*380)*15", 0], + "1.25": [0, "-7.5-math.sin((query.anim_time-0.2)*380)*15", 0] + } + }, + "Right_wing4": { + "rotation": [0, "-7.5-math.sin((query.anim_time-0.35)*380)*60", 0] + }, + "Right_wing5": { + "rotation": [0, "-20-math.sin((query.anim_time-0.4)*380)*20", 0] + }, + "head": { + "rotation": { + "0.0": ["-30+math.sin((query.anim_time-0.2)*380)*5", 0, 0], + "1.25": ["-47.1402+math.sin((query.anim_time-0.2)*380)*5", 3.48359, 3.56379] + } + }, + "Ear": { + "rotation": [15, 0, 0] + }, + "Right_outertoe": { + "rotation": ["35-math.sin((query.anim_time-0.4)*380)*4", 17.5, 0] + }, + "Right_foot": { + "rotation": ["7.4297-math.sin((query.anim_time-0.4)*380)*2", 4.69776, -1.71394] + }, + "Right_calf": { + "rotation": ["5.7767-math.sin((query.anim_time-0.3)*380)*2", -9.65007, "12.5619+math.sin((query.anim_time-0.3)*380)*3"] + }, + "Right_thigh": { + "rotation": ["35-math.sin((query.anim_time-0.4)*380)*6", "22.5+math.sin((query.anim_time-0.4)*380)*4", 0] + }, + "Left_thigh": { + "rotation": ["32.5-math.sin((query.anim_time-0.3)*380)*6", "-22.5+math.sin((query.anim_time-0.3)*380)*4", 0] + }, + "Left_calf": { + "rotation": ["10.7767-math.sin((query.anim_time-0.3)*380)*2", 9.65007, "-12.5619+math.sin((query.anim_time-0.3)*380)*3"] + }, + "Left_foot": { + "rotation": ["-2.5703-math.sin((query.anim_time-0.4)*380)*2", -4.69776, 1.71394] + }, + "Left_innertoe": { + "rotation": ["33.3364-math.sin((query.anim_time-0.4)*380)*4", 19.19813, 2.84226] + }, + "Left_outertoe": { + "rotation": ["35-math.sin((query.anim_time-0.4)*380)*4", -17.5, 0] + }, + "Right_innertoe": { + "rotation": ["33.3364-math.sin((query.anim_time-0.4)*380)*4", -19.19813, -2.84226] + }, + "Left_outertoe2": { + "rotation": ["70-math.sin((query.anim_time-0.4)*380)*4", 0, 0] + }, + "Left_innertoe2": { + "rotation": ["72.5-math.sin((query.anim_time-0.4)*380)*4", 0, 0] + }, + "Right_innertoe2": { + "rotation": ["72.5-math.sin((query.anim_time-0.4)*380)*4", 0, 0] + }, + "Right_outertoe2": { + "rotation": ["70-math.sin((query.anim_time-0.4)*380)*4", 0, 0] + }, + "Tail7": { + "rotation": ["-7.5-math.sin((query.anim_time-0.7)*380)*20", 0, "0-math.sin((query.anim_time-0.7)*190)*5"] + }, + "Tail6": { + "rotation": ["-2.5-math.sin((query.anim_time-0.6)*380)*20", 0, "0-math.sin((query.anim_time-0.6)*190)*5"] + }, + "Tail5": { + "rotation": ["-5-math.sin((query.anim_time-0.5)*380)*20", 0, "-math.sin((query.anim_time-0.5)*190)*1"] + }, + "Tail4": { + "rotation": ["-5-math.sin((query.anim_time-0.4)*380)*15", 0, "0-math.sin((query.anim_time-0.4)*190)*1"] + }, + "Tail3": { + "rotation": { + "0.0": ["-2.5-math.sin((query.anim_time-0.3)*380)*6", 0, "0-math.sin((query.anim_time-0.3)*190)*5"], + "1.25": ["2.482-math.sin((query.anim_time-0.3)*380)*6", 0, "0-math.sin((query.anim_time-0.3)*190)*5"] + } + }, + "Tail2": { + "rotation": { + "0.0": ["2.5-math.sin((query.anim_time-0.2)*380)*5", 0, "0-math.sin((query.anim_time-0.2)*190)*5"], + "1.25": ["5-math.sin((query.anim_time-0.2)*380)*5", 0, "-math.sin((query.anim_time-0.2)*190)*5"] + } + }, + "Tail1": { + "rotation": ["12.5-math.sin((query.anim_time-0.1)*380)*5", 0, "-math.sin((query.anim_time-0.1)*190)*1"] + }, + "Left_fingers": { + "rotation": { + "0.0": [35, 0, 0], + "1.25": [2.5, 0, 0] + } + }, + "Right_fingers": { + "rotation": { + "0.0": [25, 0, 0], + "1.25": [7.5, 0, 0] + } + }, + "Neck": { + "rotation": ["2.5-math.sin((query.anim_time-0.2)*380)*7", 0, 0] + }, + "Left_collar_fluff_front": { + "rotation": [0, "0-math.sin((query.anim_time-0.1)*380)*15", 0] + }, + "Right_collar_fluff_front": { + "rotation": [0, "0-math.sin((query.anim_time-0.1)*380)*15", 0] + }, + "Left_collar_fluff_middle": { + "rotation": ["0-math.sin((query.anim_time-0.1)*380)*15", "0-math.sin((query.anim_time-0.1)*380)*6", 0] + }, + "Right_collar_fluff_middle": { + "rotation": ["0-math.sin((query.anim_time-0.1)*380)*15", "0-math.sin((query.anim_time-0.1)*380)*6", 0] + }, + "Left_collar_fluff_back": { + "rotation": ["0-math.sin((query.anim_time-0.1)*380)*10", 0, 0] + }, + "Right_collar_fluff_back": { + "rotation": ["0-math.sin((query.anim_time-0.1)*380)*10", 0, 0] + }, + "Back_Fluff1": { + "rotation": { + "0.0": ["0-math.sin((query.anim_time-0.2)*380)*9", 0, 0], + "1.25": ["-15-math.sin((query.anim_time-0.2)*380)*9", 0, 0] + } + }, + "Back_Fluff2": { + "rotation": ["0-math.sin((query.anim_time-0.2)*380)*8", 0, 0] + }, + "collar_fluff_back": { + "rotation": ["0-math.sin((query.anim_time-0.1)*380)*10", 0, 0] + }, + "Left_wing6": { + "rotation": [0, "0+math.sin((query.anim_time-0.45)*380)*10", 0] + }, + "Right_wing6": { + "rotation": [0, "0-math.sin((query.anim_time-0.45)*380)*10", 0] + }, + "Jaw": { + "rotation": { + "0.0": [0, 0, 0], + "1.25": [37.5, 0, 0] + } + } + } + }, + "animation.noivern.wing_flap_test": { + "animation_length": 0.5, + "bones": { + "Left_wing1": { + "rotation": { + "0.0": { + "post": [0, 30, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 30, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_wing2": { + "rotation": { + "0.0": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_wing3": { + "rotation": { + "0.0": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_wing4": { + "rotation": { + "0.0": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 15.9, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_wing5": { + "rotation": { + "0.0": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 29.64, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_wing6": { + "rotation": { + "0.0": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.noivern.ground_base": { + "animation_length": 5.5833, + "bones": { + "Chest": { + "rotation": [52.5, 0, 0], + "position": [0, -26.75, -10] + }, + "Midsection": { + "rotation": [12.5, 0, 0] + }, + "Hips": { + "rotation": [17.5, 0, 0] + }, + "Left_thigh": { + "rotation": [-62.36149, -11.42562, 21.68697] + }, + "Left_calf": { + "rotation": [60.07906, 2.20474, 4.47683] + }, + "Left_foot": { + "rotation": [-40, 0, 0] + }, + "Left_innertoe": { + "rotation": [-55.32031, 20.16107, -20.31839] + }, + "Left_innertoe2": { + "rotation": [25, 0, 0] + }, + "Left_outertoe": { + "rotation": [-50.17087, -3.99699, 10.78614] + }, + "Left_outertoe2": { + "rotation": [30, 0, 0] + }, + "Right_thigh": { + "rotation": [-62.36149, 11.42562, -21.68697] + }, + "Right_calf": { + "rotation": [60.07906, -2.20474, -4.47683] + }, + "Right_foot": { + "rotation": [-40, 0, 0] + }, + "Right_innertoe": { + "rotation": [-55.32031, -20.16107, 20.31839] + }, + "Right_innertoe2": { + "rotation": [25, 0, 0] + }, + "Right_outertoe": { + "rotation": [-50.17087, 3.99699, -10.78614] + }, + "Right_outertoe2": { + "rotation": [30, 0, 0] + }, + "Tail1": { + "rotation": [-15, 0, 0] + }, + "Tail2": { + "rotation": [-17.5, 0, 0] + }, + "Tail3": { + "rotation": [-2.5, 0, 0] + }, + "Tail4": { + "rotation": [22.5, 0, 0] + }, + "Tail5": { + "rotation": [15, 0, 0] + }, + "Tail6": { + "rotation": [7.5, 0, 0] + }, + "Tail7": { + "rotation": [-15, 0, 0] + }, + "Left_wing1": { + "rotation": [61.59067, 41.53806, 5.47021] + }, + "Left_wing2": { + "rotation": [10.06861, 23.9692, 19.82226] + }, + "Left_wing3": { + "rotation": [-0.68966, -47.61904, 18.60091] + }, + "Left_wing4": { + "rotation": { + "0.0": [2.4905, -0.21782, 7.49527], + "5.5833": [-4.99026, -0.21782, 7.49527] + } + }, + "Left_wing5": { + "rotation": [2.47864, -0.32621, 17.49294] + }, + "Left_fingers": { + "rotation": [-17.5, 0, 0] + }, + "Right_wing1": { + "rotation": [61.59067, -41.53806, -5.47021] + }, + "Right_wing2": { + "rotation": [10.06861, -23.9692, -19.82226] + }, + "Right_wing3": { + "rotation": [-0.68966, 47.61904, -18.60091] + }, + "Right_wing4": { + "rotation": [2.4905, 0.21782, -7.49527] + }, + "Right_wing5": { + "rotation": [2.47864, 0.32621, -17.49294] + }, + "Neck": { + "rotation": [-7.5, 0, 0] + }, + "head": { + "rotation": [2.5, 0, 0] + }, + "Ear": { + "rotation": [10, 0, 0] + }, + "Right_fingers": { + "rotation": [-17.5, 0, 0] + } + } + }, + "animation.noivern.air_base": { + "animation_length": 0.3333, + "bones": { + "Chest": { + "rotation": [42.48878, -0.68392, 1.87947], + "position": [0.11886, 9.75427, -12.62664] + }, + "Midsection": { + "rotation": [5, 0, 0] + }, + "Hips": { + "rotation": [-15, 0, 0] + }, + "Left_wing1": { + "rotation": [17.37229, -22.01609, -12.15123] + }, + "Left_wing2": { + "rotation": [0, -10, 0] + }, + "Left_wing3": { + "rotation": [0, 25, 0] + }, + "Left_wing4": { + "rotation": [0, 22.5, 0] + }, + "Left_wing5": { + "rotation": [0, 20, 0] + }, + "Right_wing1": { + "rotation": [19.87229, 22.01609, 12.15123] + }, + "Right_wing2": { + "rotation": [0, 0, 0] + }, + "Right_wing3": { + "rotation": [0, -27.5, 0] + }, + "Right_wing4": { + "rotation": [0, -17.5, 0] + }, + "Right_wing5": { + "rotation": [0, -12.5, 0] + }, + "head": { + "rotation": [10, 0, 0] + }, + "Ear": { + "rotation": [15, 0, 0] + }, + "Right_outertoe": { + "rotation": [32.88687, 14.7386, 2.00187] + }, + "Right_foot": { + "rotation": [-15, 0, 0] + }, + "Right_calf": { + "rotation": [15, 0, 0] + }, + "Right_thigh": { + "rotation": [27.5, 17.5, 0] + }, + "Left_thigh": { + "rotation": [27.5, -22.5, 0] + }, + "Left_calf": { + "rotation": [20, 0, 0] + }, + "Left_foot": { + "rotation": [-20, 0, 0] + }, + "Left_innertoe": { + "rotation": [33.33641, 19.19813, 2.84226] + }, + "Left_outertoe": { + "rotation": [35, -17.5, 0] + }, + "Right_innertoe": { + "rotation": [28.33923, -21.91876, -2.48626] + }, + "Left_outertoe2": { + "rotation": [70, 0, 0] + }, + "Left_innertoe2": { + "rotation": [72.5, 0, 0] + }, + "Right_innertoe2": { + "rotation": [75, 0, 0] + }, + "Right_outertoe2": { + "rotation": [70, 0, 0] + }, + "Tail7": { + "rotation": [-12.5, 0, 0] + }, + "Tail6": { + "rotation": [-7.5, 0, 0] + }, + "Tail5": { + "rotation": [-7.5, 0, 0] + }, + "Tail4": { + "rotation": [-5, 0, 0] + }, + "Tail3": { + "rotation": [7.5, 0, 0] + }, + "Tail2": { + "rotation": [7.5, 0, 0] + }, + "Tail1": { + "rotation": [30, 0, 0] + }, + "Left_fingers": { + "rotation": [35, 0, 0] + }, + "Right_fingers": { + "rotation": [25, 0, 0] + } + } + }, + "animation.noivern.air_idle": { + "loop": true, + "animation_length": 3.7917, + "bones": { + "Chest": { + "rotation": ["42.4888+math.sin((query.anim_time)*380)*3", -0.68392, "1.8795+math.sin((query.anim_time)*190)*2"], + "position": [ + "0.1189+math.sin((query.anim_time)*190)*1", + "-24.2457+math.sin((query.anim_time-0.15)*380)*7", + "-11.6266-math.cos((query.anim_time)*380)*1" + ] + }, + "Midsection": { + "rotation": ["5-math.sin((query.anim_time-0.1)*380)*8", 0, "0+math.sin((query.anim_time-0.1)*190)*2"] + }, + "Hips": { + "rotation": ["-15-math.sin((query.anim_time)*380)*4", 0, "0+math.sin((query.anim_time-0.2)*190)*2"] + }, + "Left_wing1": { + "rotation": ["18.4707+math.sin((query.anim_time)*380)*10", "-0.911+math.sin((query.anim_time)*380)*60", -4.37305] + }, + "Left_wing2": { + "rotation": [0, "-10+math.sin((query.anim_time-0.1)*380)*20", 0] + }, + "Left_wing3": { + "rotation": [0, "25+math.sin((query.anim_time-0.2)*380)*15", 0] + }, + "Left_wing4": { + "rotation": [0, "7.5+math.sin((query.anim_time-0.35)*380)*60", 0] + }, + "Left_wing5": { + "rotation": [0, "20+math.sin((query.anim_time-0.4)*380)*20", 0] + }, + "Right_wing1": { + "rotation": ["18.4707+math.sin((query.anim_time)*380)*10", "0.911-math.sin((query.anim_time)*380)*60", 4.37305] + }, + "Right_wing2": { + "rotation": [0, "10-math.sin((query.anim_time-0.1)*380)*20", 0] + }, + "Right_wing3": { + "rotation": [0, "-25-math.sin((query.anim_time-0.2)*380)*15", 0] + }, + "Right_wing4": { + "rotation": [0, "-7.5-math.sin((query.anim_time-0.35)*380)*60", 0] + }, + "Right_wing5": { + "rotation": [0, "-20-math.sin((query.anim_time-0.4)*380)*20", 0] + }, + "head": { + "rotation": ["-2.5+math.sin((query.anim_time-0.2)*380)*5", 0, 0] + }, + "Ear": { + "rotation": [15, 0, 0] + }, + "Right_outertoe": { + "rotation": ["35-math.sin((query.anim_time-0.4)*380)*4", 17.5, 0] + }, + "Right_foot": { + "rotation": ["-20.0703-math.sin((query.anim_time-0.4)*380)*2", 4.69776, -1.71394] + }, + "Right_calf": { + "rotation": ["18.2767-math.sin((query.anim_time-0.3)*380)*2", -9.65007, "12.5619+math.sin((query.anim_time-0.3)*380)*3"] + }, + "Right_thigh": { + "rotation": ["27.5-math.sin((query.anim_time-0.4)*380)*6", "22.5+math.sin((query.anim_time-0.4)*380)*4", 0] + }, + "Left_thigh": { + "rotation": ["27.5-math.sin((query.anim_time-0.3)*380)*6", "-22.5+math.sin((query.anim_time-0.3)*380)*4", 0] + }, + "Left_calf": { + "rotation": ["18.2767-math.sin((query.anim_time-0.3)*380)*2", 9.65007, "-12.5619+math.sin((query.anim_time-0.3)*380)*3"] + }, + "Left_foot": { + "rotation": ["-20.0703-math.sin((query.anim_time-0.4)*380)*2", -4.69776, 1.71394] + }, + "Left_innertoe": { + "rotation": ["33.3364-math.sin((query.anim_time-0.4)*380)*4", 19.19813, 2.84226] + }, + "Left_outertoe": { + "rotation": ["35-math.sin((query.anim_time-0.4)*380)*4", -17.5, 0] + }, + "Right_innertoe": { + "rotation": ["33.3364-math.sin((query.anim_time-0.4)*380)*4", -19.19813, -2.84226] + }, + "Left_outertoe2": { + "rotation": ["70-math.sin((query.anim_time-0.4)*380)*4", 0, 0] + }, + "Left_innertoe2": { + "rotation": ["72.5-math.sin((query.anim_time-0.4)*380)*4", 0, 0] + }, + "Right_innertoe2": { + "rotation": ["72.5-math.sin((query.anim_time-0.4)*380)*4", 0, 0] + }, + "Right_outertoe2": { + "rotation": ["70-math.sin((query.anim_time-0.4)*380)*4", 0, 0] + }, + "Tail7": { + "rotation": ["-7.5-math.sin((query.anim_time-0.4)*380)*10", 0, "0-math.sin((query.anim_time-0.4)*190)*5"] + }, + "Tail6": { + "rotation": ["-2.5-math.sin((query.anim_time-0.35)*380)*9", 0, "0-math.sin((query.anim_time-0.35)*190)*5"] + }, + "Tail5": { + "rotation": ["-5-math.sin((query.anim_time-0.3)*380)*8", 0, "-math.sin((query.anim_time-0.3)*190)*5"] + }, + "Tail4": { + "rotation": ["-5-math.sin((query.anim_time-0.25)*380)*7", 0, "0-math.sin((query.anim_time-0.25)*190)*5"] + }, + "Tail3": { + "rotation": ["-2.5-math.sin((query.anim_time-0.2)*380)*6", 0, "0-math.sin((query.anim_time-0.2)*190)*5"] + }, + "Tail2": { + "rotation": ["2.5-math.sin((query.anim_time-0.15)*380)*5", 0, "0-math.sin((query.anim_time-0.15)*190)*5"] + }, + "Tail1": { + "rotation": ["30-math.sin((query.anim_time-0.1)*380)*5", 0, "0-math.sin((query.anim_time-0.1)*190)*5"] + }, + "Left_fingers": { + "rotation": [35, 0, 0] + }, + "Right_fingers": { + "rotation": [25, 0, 0] + }, + "Neck": { + "rotation": ["10-math.sin((query.anim_time-0.2)*380)*7", 0, 0] + }, + "Left_collar_fluff_front": { + "rotation": [0, "0-math.sin((query.anim_time-0.1)*380)*10", 0] + }, + "Right_collar_fluff_front": { + "rotation": [0, "0-math.sin((query.anim_time-0.1)*380)*10", 0] + }, + "Left_collar_fluff_middle": { + "rotation": ["0-math.sin((query.anim_time-0.1)*380)*15", "0-math.sin((query.anim_time-0.1)*380)*6", 0] + }, + "Right_collar_fluff_middle": { + "rotation": ["0-math.sin((query.anim_time-0.1)*380)*15", "0-math.sin((query.anim_time-0.1)*380)*6", 0] + }, + "Left_collar_fluff_back": { + "rotation": ["0-math.sin((query.anim_time-0.1)*380)*10", 0, 0] + }, + "Right_collar_fluff_back": { + "rotation": ["0-math.sin((query.anim_time-0.1)*380)*10", 0, 0] + }, + "Back_Fluff1": { + "rotation": ["0-math.sin((query.anim_time-0.2)*380)*5", 0, 0] + }, + "Back_Fluff2": { + "rotation": ["0-math.sin((query.anim_time-0.2)*380)*5", 0, 0] + }, + "collar_fluff_back": { + "rotation": ["0-math.sin((query.anim_time-0.1)*380)*7", 0, 0] + } + } + }, + "animation.noivern.air_fly": { + "loop": true, + "animation_length": 3.7917, + "bones": { + "Chest": { + "rotation": ["72.4888-math.sin((query.anim_time)*380)*6", -0.68392, "1.8795+math.sin((query.anim_time)*190)*2"], + "position": [ + "0.1189+math.sin((query.anim_time)*190)*1", + "-25.2457+math.sin((query.anim_time-0.15)*380)*7", + "-12.6266-math.cos((query.anim_time)*380)*1" + ] + }, + "Midsection": { + "rotation": ["5-math.sin((query.anim_time-0.1)*380)*8", 0, "0+math.sin((query.anim_time-0.1)*190)*2"] + }, + "Hips": { + "rotation": ["-15-math.sin((query.anim_time)*380)*4", 0, "0+math.sin((query.anim_time-0.2)*190)*2"] + }, + "Left_wing1": { + "rotation": ["18.4707+math.sin((query.anim_time)*380)*10", "-0.911+math.sin((query.anim_time)*380)*60", -4.37305] + }, + "Left_wing2": { + "rotation": [0, "-10+math.sin((query.anim_time-0.1)*380)*20", 0] + }, + "Left_wing3": { + "rotation": [0, "25+math.sin((query.anim_time-0.2)*380)*15", 0] + }, + "Left_wing4": { + "rotation": [0, "7.5+math.sin((query.anim_time-0.35)*380)*60", 0] + }, + "Left_wing5": { + "rotation": [0, "20+math.sin((query.anim_time-0.4)*380)*20", 0] + }, + "Right_wing1": { + "rotation": ["18.4707+math.sin((query.anim_time)*380)*10", "0.911-math.sin((query.anim_time)*380)*60", 4.37305] + }, + "Right_wing2": { + "rotation": [0, "10-math.sin((query.anim_time-0.1)*380)*20", 0] + }, + "Right_wing3": { + "rotation": [0, "-25-math.sin((query.anim_time-0.2)*380)*15", 0] + }, + "Right_wing4": { + "rotation": [0, "-7.5-math.sin((query.anim_time-0.35)*380)*60", 0] + }, + "Right_wing5": { + "rotation": [0, "-20-math.sin((query.anim_time-0.4)*380)*20", 0] + }, + "head": { + "rotation": ["-30+math.sin((query.anim_time-0.2)*380)*5", 0, 0] + }, + "Ear": { + "rotation": [15, 0, 0] + }, + "Right_outertoe": { + "rotation": ["35-math.sin((query.anim_time-0.4)*380)*4", 17.5, 0] + }, + "Right_foot": { + "rotation": ["7.4297-math.sin((query.anim_time-0.4)*380)*2", 4.69776, -1.71394] + }, + "Right_calf": { + "rotation": ["5.7767-math.sin((query.anim_time-0.3)*380)*2", -9.65007, "12.5619+math.sin((query.anim_time-0.3)*380)*3"] + }, + "Right_thigh": { + "rotation": ["35-math.sin((query.anim_time-0.4)*380)*6", "22.5+math.sin((query.anim_time-0.4)*380)*4", 0] + }, + "Left_thigh": { + "rotation": ["32.5-math.sin((query.anim_time-0.3)*380)*6", "-22.5+math.sin((query.anim_time-0.3)*380)*4", 0] + }, + "Left_calf": { + "rotation": ["10.7767-math.sin((query.anim_time-0.3)*380)*2", 9.65007, "-12.5619+math.sin((query.anim_time-0.3)*380)*3"] + }, + "Left_foot": { + "rotation": ["-2.5703-math.sin((query.anim_time-0.4)*380)*2", -4.69776, 1.71394] + }, + "Left_innertoe": { + "rotation": ["33.3364-math.sin((query.anim_time-0.4)*380)*4", 19.19813, 2.84226] + }, + "Left_outertoe": { + "rotation": ["35-math.sin((query.anim_time-0.4)*380)*4", -17.5, 0] + }, + "Right_innertoe": { + "rotation": ["33.3364-math.sin((query.anim_time-0.4)*380)*4", -19.19813, -2.84226] + }, + "Left_outertoe2": { + "rotation": ["70-math.sin((query.anim_time-0.4)*380)*4", 0, 0] + }, + "Left_innertoe2": { + "rotation": ["72.5-math.sin((query.anim_time-0.4)*380)*4", 0, 0] + }, + "Right_innertoe2": { + "rotation": ["72.5-math.sin((query.anim_time-0.4)*380)*4", 0, 0] + }, + "Right_outertoe2": { + "rotation": ["70-math.sin((query.anim_time-0.4)*380)*4", 0, 0] + }, + "Tail7": { + "rotation": ["-7.5-math.sin((query.anim_time-0.7)*380)*20", 0, "0-math.sin((query.anim_time-0.7)*190)*5"] + }, + "Tail6": { + "rotation": ["-2.5-math.sin((query.anim_time-0.6)*380)*20", 0, "0-math.sin((query.anim_time-0.6)*190)*5"] + }, + "Tail5": { + "rotation": ["-5-math.sin((query.anim_time-0.5)*380)*20", 0, "-math.sin((query.anim_time-0.5)*190)*1"] + }, + "Tail4": { + "rotation": ["-5-math.sin((query.anim_time-0.4)*380)*15", 0, "0-math.sin((query.anim_time-0.4)*190)*1"] + }, + "Tail3": { + "rotation": ["-2.5-math.sin((query.anim_time-0.3)*380)*6", 0, "0-math.sin((query.anim_time-0.3)*190)*5"] + }, + "Tail2": { + "rotation": ["2.5-math.sin((query.anim_time-0.2)*380)*5", 0, "0-math.sin((query.anim_time-0.2)*190)*5"] + }, + "Tail1": { + "rotation": ["12.5-math.sin((query.anim_time-0.1)*380)*5", 0, "-math.sin((query.anim_time-0.1)*190)*1"] + }, + "Left_fingers": { + "rotation": [35, 0, 0] + }, + "Right_fingers": { + "rotation": [25, 0, 0] + }, + "Neck": { + "rotation": ["2.5-math.sin((query.anim_time-0.2)*380)*7", 0, 0] + }, + "Left_collar_fluff_front": { + "rotation": [0, "0-math.sin((query.anim_time-0.1)*380)*15", 0] + }, + "Right_collar_fluff_front": { + "rotation": [0, "0-math.sin((query.anim_time-0.1)*380)*15", 0] + }, + "Left_collar_fluff_middle": { + "rotation": ["0-math.sin((query.anim_time-0.1)*380)*15", "0-math.sin((query.anim_time-0.1)*380)*6", 0] + }, + "Right_collar_fluff_middle": { + "rotation": ["0-math.sin((query.anim_time-0.1)*380)*15", "0-math.sin((query.anim_time-0.1)*380)*6", 0] + }, + "Left_collar_fluff_back": { + "rotation": ["0-math.sin((query.anim_time-0.1)*380)*10", 0, 0] + }, + "Right_collar_fluff_back": { + "rotation": ["0-math.sin((query.anim_time-0.1)*380)*10", 0, 0] + }, + "Back_Fluff1": { + "rotation": ["0-math.sin((query.anim_time-0.2)*380)*9", 0, 0] + }, + "Back_Fluff2": { + "rotation": ["0-math.sin((query.anim_time-0.2)*380)*8", 0, 0] + }, + "collar_fluff_back": { + "rotation": ["0-math.sin((query.anim_time-0.1)*380)*10", 0, 0] + }, + "Left_wing6": { + "rotation": [0, "0+math.sin((query.anim_time-0.45)*380)*5", 0] + }, + "Right_wing6": { + "rotation": [0, "0-math.sin((query.anim_time-0.45)*380)*5", 0] + } + } + }, + "animation.noivern.ground_idle": { + "loop": true, + "animation_length": 3, + "bones": { + "Chest": { + "rotation": ["52.5-math.sin((query.anim_time-0.2)*240)*3", 0, 0], + "position": [0, "-27.75+math.sin((query.anim_time)*240)*1", "-10+math.sin((query.anim_time)*240)*0.5"] + }, + "Midsection": { + "rotation": ["12.5+math.sin((query.anim_time-0.1)*240)*3", 0, 0] + }, + "Hips": { + "rotation": ["17.5-math.sin((query.anim_time-0.1)*240)*1", 0, 0] + }, + "Left_thigh": { + "rotation": ["-63.9235+math.sin((query.anim_time)*240)*5", -14.81809, 28.55657], + "position": [0, "0+math.sin((query.anim_time)*240)*0.4", 1] + }, + "Left_calf": { + "rotation": ["60.3318-math.sin((query.anim_time)*240)*3", 15.52128, 2.57299], + "position": [0, "-0.5+math.sin((query.anim_time)*240)*0.1", "1-math.sin((query.anim_time)*240)*0.5"] + }, + "Left_foot": { + "rotation": ["-35+math.sin((query.anim_time)*240)*2", 0, 0], + "position": [0, "0+math.sin((query.anim_time+0.1)*240)*0.3", "0-math.sin((query.anim_time+0.3)*240)*0.2"] + }, + "Left_innertoe": { + "rotation": ["-72.8203+math.sin((query.anim_time)*240)*9", 20.16107, -20.31839] + }, + "Left_innertoe2": { + "rotation": ["40-math.sin((query.anim_time)*240)*15", 0, 0] + }, + "Left_outertoe": { + "rotation": ["-62.82+math.sin((query.anim_time)*240)*9", -3.99699, 10.78614] + }, + "Left_outertoe2": { + "rotation": ["30-math.sin((query.anim_time)*240)*17", 0, 0] + }, + "Right_thigh": { + "rotation": ["-63.9235+math.sin((query.anim_time)*240)*5", 14.82, -28.56], + "position": [0, "0+math.sin((query.anim_time)*240)*0.4", 1] + }, + "Right_calf": { + "rotation": ["60.3318-math.sin((query.anim_time)*240)*3", -15.52, -2.57], + "position": [0, "-0.5+math.sin((query.anim_time)*240)*0.1", "1-math.sin((query.anim_time)*240)*0.5"] + }, + "Right_foot": { + "rotation": ["-35+math.sin((query.anim_time)*240)*2", 0, 0], + "position": [0, "0+math.sin((query.anim_time+0.1)*240)*0.3", "0-math.sin((query.anim_time+0.3)*240)*0.2"] + }, + "Right_innertoe": { + "rotation": ["-72.8203+math.sin((query.anim_time)*240)*9", -20.16, 20.32] + }, + "Right_innertoe2": { + "rotation": ["40-math.sin((query.anim_time)*240)*15", 0, 0] + }, + "Right_outertoe": { + "rotation": ["-62.82+math.sin((query.anim_time)*240)*9", 4, -10.79] + }, + "Right_outertoe2": { + "rotation": ["30-math.sin((query.anim_time)*240)*17", 0, 0] + }, + "Tail1": { + "rotation": [-2.5, 0, "0-math.sin((query.anim_time-0.1)*240)*6"] + }, + "Tail2": { + "rotation": [-17.5, 0, "0-math.sin((query.anim_time-0.2)*240)*4"] + }, + "Tail3": { + "rotation": [-2.5, 0, "0-math.sin((query.anim_time-0.3)*240)*4"] + }, + "Tail4": { + "rotation": [22.5, 0, "0-math.sin((query.anim_time-0.4)*240)*8"] + }, + "Tail5": { + "rotation": [15, 0, "0-math.sin((query.anim_time-0.5)*240)*12"] + }, + "Tail6": { + "rotation": [7.5, 0, "0-math.sin((query.anim_time-0.6)*240)*15"] + }, + "Tail7": { + "rotation": [-15, 0, "0-math.sin((query.anim_time-0.7)*240)*15"] + }, + "Left_wing1": { + "rotation": [68.4133, "35.7699+math.sin((query.anim_time)*240)*5", 19.47054], + "position": ["0+math.sin((query.anim_time)*240)*0.4", "0.2888+math.sin((query.anim_time)*240)*0.2", "0.4082+math.sin((query.anim_time)*240)*0.3"] + }, + "Left_wing2": { + "rotation": [10.84512, 21.0571, "21.9918+math.sin((query.anim_time)*240)*6"] + }, + "Left_wing3": { + "rotation": [-0.725, -50.11885, 18.64782] + }, + "Left_wing4": { + "rotation": [-4.90321, 0.97413, "14.9606+math.sin((query.anim_time-0.1)*240)*1"] + }, + "Left_wing5": { + "rotation": [2.46207, -0.43399, "19.9906+math.sin((query.anim_time-0.2)*240)*1"] + }, + "Left_fingers": { + "rotation": ["-37.5+math.sin((query.anim_time-0.1)*240)*12", 0, 0] + }, + "Right_wing1": { + "rotation": [68.4133, "-35.7699-math.sin((query.anim_time)*240)*5", -19.47054], + "position": ["0-math.sin((query.anim_time)*240)*0.4", "0.2888+math.sin((query.anim_time)*240)*0.2", "0.4082+math.sin((query.anim_time)*240)*0.3"] + }, + "Right_wing2": { + "rotation": [10.84512, -21.0571, "-21.9918-math.sin((query.anim_time)*240)*6"] + }, + "Right_wing3": { + "rotation": [-0.725, 50.11885, -18.64782] + }, + "Right_wing4": { + "rotation": [-4.90321, -0.97413, "-14.9606-math.sin((query.anim_time-0.1)*240)*1"] + }, + "Right_wing5": { + "rotation": [2.46207, 0.43399, "-19.9906-math.sin((query.anim_time-0.2)*240)*1"] + }, + "Neck": { + "rotation": ["12.5+math.sin((query.anim_time)*240)*5", 0, 0] + }, + "head": { + "rotation": [-17.5, 0, 0] + }, + "Ear": { + "rotation": [10, 0, 0] + }, + "Right_fingers": { + "rotation": ["-37.5+math.sin((query.anim_time-0.1)*240)*12", 0, 0] + } + } + }, + "animation.noivern.ground_walk": { + "loop": true, + "animation_length": 3, + "bones": { + "Chest": { + "rotation": ["52.5+math.sin((query.anim_time)*480)*2", "0+math.sin((query.anim_time)*240)*6", "0+math.sin((query.anim_time-0.3)*240)*2"], + "position": [0, "-26.75+math.sin((query.anim_time)*480)*1", -10] + }, + "Midsection": { + "rotation": [12.5, 0, "0+math.sin((query.anim_time-0.3)*240)*2"], + "position": [0, 0, 0] + }, + "Hips": { + "rotation": [17.5, 0, "0+math.sin((query.anim_time)*240)*10"] + }, + "Left_thigh": { + "rotation": [ + "-62.4653-math.clamp((math.sin((query.anim_time-0.4)*240)*15),0,50)", + -8.99284, + "22.2722+math.clamp((math.sin((query.anim_time-0.4)*240)*5),0,50)" + ], + "position": [0, "0-math.sin((query.anim_time)*240)*2", "0-math.sin((query.anim_time)*480)*1"] + }, + "Left_calf": { + "rotation": ["60.119+math.clamp((math.sin((query.anim_time-0.4)*240)*7),0,50)", "7.1087+math.clamp((math.sin((query.anim_time-0.4)*240)*7),0,50)", -3.083] + }, + "Left_foot": { + "rotation": [ + "-40.0618-math.clamp((math.sin((query.anim_time-0.4)*240)*20),0,50)", + "5.4367+math.sin((query.anim_time)*240)*5", + "-1.3018-math.clamp((math.sin((query.anim_time-0.4)*240)*10),0,50)" + ] + }, + "Left_innertoe": { + "rotation": ["-57.8203+math.clamp((math.sin((query.anim_time-0.4)*240)*20),0,50)", 20.16107, -20.31839] + }, + "Left_innertoe2": { + "rotation": ["25+math.clamp((math.sin((query.anim_time-0.4)*240)*20),0,50)", 0, 0] + }, + "Left_outertoe": { + "rotation": ["-57.6709+math.clamp((math.sin((query.anim_time-0.4)*240)*20),0,50)", -3.99699, 10.78614] + }, + "Left_outertoe2": { + "rotation": ["25+math.clamp((math.sin((query.anim_time-0.4)*240)*20),0,50)", 0, 0] + }, + "Right_thigh": { + "rotation": [ + "-62.5719-math.clamp((math.sin((query.anim_time+0.4)*240)*15),0,50)", + 9.20867, + "-22.8616-math.clamp((math.sin((query.anim_time+0.4)*240)*5),0,50)" + ], + "position": [0, "0+math.sin((query.anim_time)*240)*2", "0-math.sin((query.anim_time)*480)*1"] + }, + "Right_calf": { + "rotation": ["59.8677+math.clamp((math.sin((query.anim_time+0.4)*240)*7),0,50)", "2.4549-math.clamp((math.sin((query.anim_time+0.4)*240)*7),0,50)", -1.3961] + }, + "Right_foot": { + "rotation": [ + "-40.2426-math.clamp((math.sin((query.anim_time+0.4)*240)*20),0,50)", + "-5.7385-math.sin((query.anim_time)*240)*5", + "4.8371+math.clamp((math.sin((query.anim_time+0.4)*240)*10),0,50)" + ] + }, + "Right_innertoe": { + "rotation": ["-57.8203+math.clamp((math.sin((query.anim_time+0.4)*240)*20),0,50)", -20.16107, 20.31839] + }, + "Right_innertoe2": { + "rotation": ["25+math.clamp((math.sin((query.anim_time+0.4)*240)*20),0,50)", 0, 0] + }, + "Right_outertoe": { + "rotation": ["-55.1709+math.clamp((math.sin((query.anim_time+0.4)*240)*20),0,50)", 3.99699, -10.78614] + }, + "Right_outertoe2": { + "rotation": ["25+math.clamp((math.sin((query.anim_time+0.4)*240)*20),0,50)", 0, 0] + }, + "Tail1": { + "rotation": ["-15-math.sin((query.anim_time-0.1)*480)*5", 0, "0+math.sin((query.anim_time-0.1)*240)*5"] + }, + "Tail2": { + "rotation": ["-15-math.sin((query.anim_time-0.2)*480)*1", 0, "0+math.sin((query.anim_time-0.25)*240)*5"] + }, + "Tail3": { + "rotation": ["2.5-math.sin((query.anim_time-0.3)*480)*1", 0, "0+math.sin((query.anim_time-0.3)*240)*3"] + }, + "Tail4": { + "rotation": ["25-math.sin((query.anim_time-0.4)*480)*5", 0, "0+math.sin((query.anim_time-0.4)*240)*5"] + }, + "Tail5": { + "rotation": ["15-math.sin((query.anim_time-0.5)*480)*10", 0, "0+math.sin((query.anim_time-0.5)*240)*6"] + }, + "Tail6": { + "rotation": [7.5, 0, "0+math.sin((query.anim_time-0.7)*240)*6"] + }, + "Tail7": { + "rotation": ["-15-math.sin((query.anim_time-0.4)*480)*5", 0, "0+math.sin((query.anim_time-0.8)*240)*8"] + }, + "Left_wing1": { + "rotation": [ + "63.6584-math.sin((query.anim_time)*240)*5", + "46.6093-math.clamp((math.sin((query.anim_time+0.4)*240)*30),0,50)", + "11.6087-math.sin((query.anim_time)*240)*5" + ] + }, + "Left_wing2": { + "rotation": [10.23898, 17.2895, "23.2911-math.clamp((math.sin((query.anim_time+0.4)*240)*20),0,50)"] + }, + "Left_wing3": { + "rotation": [-0.68966, -47.61904, 18.60091] + }, + "Left_wing4": { + "rotation": [-0.99904, -0.26164, "4.9957+math.sin((query.anim_time)*240)*3"] + }, + "Left_wing5": { + "rotation": [2.46207, -0.43399, "19.9906+math.sin((query.anim_time)*240)*4"] + }, + "Left_fingers": { + "rotation": ["-32.3093-math.clamp((math.sin((query.anim_time+0.9)*240)*10),0,50)", -1.92391, 1.69109] + }, + "Right_wing1": { + "rotation": [ + "64.5974-math.sin((query.anim_time)*240)*5", + "-46.5912+math.clamp((math.sin((query.anim_time-0.4)*240)*30),0,50)", + "-12.2103-math.sin((query.anim_time)*240)*5" + ] + }, + "Right_wing2": { + "rotation": [10.23898, -17.2895, "-23.2911+math.clamp((math.sin((query.anim_time-0.4)*240)*20),0,50)"] + }, + "Right_wing3": { + "rotation": [-0.68966, 47.61904, -18.60091] + }, + "Right_wing4": { + "rotation": [-1.01804, 0.17358, "-9.9949+math.sin((query.anim_time)*240)*3"] + }, + "Right_wing5": { + "rotation": [2.46207, 0.43399, "-19.9906+math.sin((query.anim_time)*240)*4"] + }, + "Neck": { + "rotation": ["-7.5+math.sin((query.anim_time-0.2)*480)*3", 0, 0] + }, + "head": { + "rotation": ["2.5+math.sin((query.anim_time-0.3)*480)*1", 0, "0+math.sin((query.anim_time-0.3)*240)*2"] + }, + "Ear": { + "rotation": [10, 0, 0] + }, + "Right_fingers": { + "rotation": ["-32.3093-math.clamp((math.sin((query.anim_time+0.3)*240)*10),0,50)", 1.92391, -1.69109] + } + } + }, + "animation.noivern.battle_idle": { + "loop": true, + "animation_length": 3, + "bones": { + "Chest": { + "rotation": ["52.5-math.sin((query.anim_time-0.2)*240)*3", 0, 0], + "position": [0, "-27.75+math.sin((query.anim_time)*240)*1", "-10+math.sin((query.anim_time)*240)*0.5"] + }, + "Midsection": { + "rotation": ["12.5+math.sin((query.anim_time-0.1)*240)*3", 0, 0] + }, + "Hips": { + "rotation": ["17.5-math.sin((query.anim_time-0.1)*240)*1", 0, 0] + }, + "Left_thigh": { + "rotation": ["-63.9235+math.sin((query.anim_time)*240)*5", -14.81809, 28.55657], + "position": [0, "0+math.sin((query.anim_time)*240)*0.4", 1] + }, + "Left_calf": { + "rotation": ["60.3318-math.sin((query.anim_time)*240)*3", 15.52128, 2.57299], + "position": [0, "-0.5+math.sin((query.anim_time)*240)*0.1", "1-math.sin((query.anim_time)*240)*0.5"] + }, + "Left_foot": { + "rotation": ["-35+math.sin((query.anim_time)*240)*2", 0, 0], + "position": [0, "0+math.sin((query.anim_time+0.1)*240)*0.3", "0-math.sin((query.anim_time+0.3)*240)*0.2"] + }, + "Left_innertoe": { + "rotation": ["-72.8203+math.sin((query.anim_time)*240)*9", 20.16107, -20.31839] + }, + "Left_innertoe2": { + "rotation": ["40-math.sin((query.anim_time)*240)*15", 0, 0] + }, + "Left_outertoe": { + "rotation": ["-62.82+math.sin((query.anim_time)*240)*9", -3.99699, 10.78614] + }, + "Left_outertoe2": { + "rotation": ["30-math.sin((query.anim_time)*240)*17", 0, 0] + }, + "Right_thigh": { + "rotation": ["-63.9235+math.sin((query.anim_time)*240)*5", 14.82, -28.56], + "position": [0, "0+math.sin((query.anim_time)*240)*0.4", 1] + }, + "Right_calf": { + "rotation": ["60.3318-math.sin((query.anim_time)*240)*3", -15.52, -2.57], + "position": [0, "-0.5+math.sin((query.anim_time)*240)*0.1", "1-math.sin((query.anim_time)*240)*0.5"] + }, + "Right_foot": { + "rotation": ["-35+math.sin((query.anim_time)*240)*2", 0, 0], + "position": [0, "0+math.sin((query.anim_time+0.1)*240)*0.3", "0-math.sin((query.anim_time+0.3)*240)*0.2"] + }, + "Right_innertoe": { + "rotation": ["-72.8203+math.sin((query.anim_time)*240)*9", -20.16, 20.32] + }, + "Right_innertoe2": { + "rotation": ["40-math.sin((query.anim_time)*240)*15", 0, 0] + }, + "Right_outertoe": { + "rotation": ["-62.82+math.sin((query.anim_time)*240)*9", 4, -10.79] + }, + "Right_outertoe2": { + "rotation": ["30-math.sin((query.anim_time)*240)*17", 0, 0] + }, + "Tail1": { + "rotation": [-2.5, 0, "0-math.sin((query.anim_time-0.1)*240)*8"] + }, + "Tail2": { + "rotation": [-17.5, 0, "0-math.sin((query.anim_time-0.2)*240)*5"] + }, + "Tail3": { + "rotation": [-2.5, 0, "0-math.sin((query.anim_time-0.3)*240)*6"] + }, + "Tail4": { + "rotation": [22.5, 0, "0-math.sin((query.anim_time-0.4)*240)*15"] + }, + "Tail5": { + "rotation": [15, 0, "0-math.sin((query.anim_time-0.5)*240)*20"] + }, + "Tail6": { + "rotation": [7.5, 0, "0-math.sin((query.anim_time-0.6)*240)*20"] + }, + "Tail7": { + "rotation": [-15, 0, "0-math.sin((query.anim_time-0.7)*240)*20"] + }, + "Left_wing1": { + "rotation": [68.4133, "35.7699+math.sin((query.anim_time)*240)*5", 19.47054], + "position": ["0+math.sin((query.anim_time)*240)*0.4", "0.2888+math.sin((query.anim_time)*240)*0.2", "0.4082+math.sin((query.anim_time)*240)*0.3"] + }, + "Left_wing2": { + "rotation": [10.84512, 21.0571, "21.9918+math.sin((query.anim_time)*240)*6"] + }, + "Left_wing3": { + "rotation": [-0.725, -50.11885, 18.64782] + }, + "Left_wing4": { + "rotation": [-4.90321, 0.97413, "14.9606+math.sin((query.anim_time-0.1)*240)*1"] + }, + "Left_wing5": { + "rotation": [2.46207, -0.43399, "19.9906+math.sin((query.anim_time-0.2)*240)*1"] + }, + "Left_fingers": { + "rotation": ["-37.5+math.sin((query.anim_time-0.1)*240)*12", 0, 0] + }, + "Right_wing1": { + "rotation": [68.4133, "-35.7699-math.sin((query.anim_time)*240)*5", -19.47054], + "position": ["0-math.sin((query.anim_time)*240)*0.4", "0.2888+math.sin((query.anim_time)*240)*0.2", "0.4082+math.sin((query.anim_time)*240)*0.3"] + }, + "Right_wing2": { + "rotation": [10.84512, -21.0571, "-21.9918-math.sin((query.anim_time)*240)*6"] + }, + "Right_wing3": { + "rotation": [-0.725, 50.11885, -18.64782] + }, + "Right_wing4": { + "rotation": [-2.47873, -0.10695, "-14.9976-math.sin((query.anim_time-0.1)*240)*1"] + }, + "Right_wing5": { + "rotation": [2.46207, 0.43399, "-19.9906-math.sin((query.anim_time-0.2)*240)*1"] + }, + "Neck": { + "rotation": ["12.5+math.sin((query.anim_time)*240)*5", 0, 0] + }, + "head": { + "rotation": [-17.5, 0, 0] + }, + "Ear": { + "rotation": [10, 0, 0] + }, + "Right_fingers": { + "rotation": ["-37.5+math.sin((query.anim_time-0.1)*240)*12", 0, 0] + } + } + }, + "animation.noivern.blink": { + "animation_length": 0.25, + "bones": { + "Left_eyeclosed": { + "position": { + "0.0": [0.98, 0, -0.3], + "0.2083": [0.98, 0, -0.3], + "0.25": [0, 0, 0] + } + }, + "Right_eyeclosed": { + "position": { + "0.0": [-0.98, 0, -0.3], + "0.2083": [-0.98, 0, -0.3], + "0.25": [0, 0, 0] + } + } + } + }, + "animation.noivern.recoil": { + "animation_length": 1.5, + "bones": { + "Neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [11.13626, 19.65251, 3.78765], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [9.99123, -22.41676, -3.41386], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [11.13626, 19.65251, 3.78765], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [9.99123, -22.41676, -3.41386], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Jaw": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_eyeclosed": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [0.98, 0, -0.3], + "0.6667": [0.98, 0, -0.3], + "0.7083": [0, 0, 0], + "0.875": [0, 0, 0], + "0.9167": [0.98, 0, -0.3], + "1.0833": [0.98, 0, -0.3], + "1.125": [0, 0, 0], + "1.1667": [0, 0, 0], + "1.2083": [0.98, 0, -0.3], + "1.3333": [0.98, 0, -0.3], + "1.375": [0, 0, 0] + } + }, + "Right_eyeclosed": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [-0.98, 0, -0.3], + "0.6667": [-0.98, 0, -0.3], + "0.7083": [0, 0, 0], + "0.875": [0, 0, 0], + "0.9167": [-0.98, 0, -0.3], + "1.0833": [-0.98, 0, -0.3], + "1.125": [0, 0, 0], + "1.1667": [0, 0, 0], + "1.2083": [-0.98, 0, -0.3], + "1.3333": [-0.98, 0, -0.3], + "1.375": [0, 0, 0] + } + } + } + }, + "animation.noivern.physical": { + "animation_length": 3, + "bones": { + "Chest": { + "rotation": { + "0.0": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-9.21, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-14.56, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -26.75, -10], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, -31.75, -15], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, -33.75, -15], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -7.75, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 4.1, 8.32], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 2.25, 9], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0.25, 8], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -12.75, -37], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, -14.42, -21.33], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, -10.75, -7], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -12.75, -4], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, -9.75, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, -20.75, -6], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, -26.75, -10], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -26.75, -10], + "lerp_mode": "catmullrom" + } + } + }, + "Midsection": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [18.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Hips": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [26.59, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [17.36, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_thigh": { + "rotation": { + "0.0": { + "post": [-62.36149, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-92.36149, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-110.2737, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-39.86149, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-32.86149, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-49.86149, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-39.86149, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-24.86149, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-42.36149, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-19.86149, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [-67.71863, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-62.36149, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-62.36149, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + } + } + }, + "Left_calf": { + "rotation": { + "0.0": { + "post": [60.07906, 2.20474, 4.47683], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [69.91969, 6.25491, 8.77228], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [68.15453, 6.40492, 8.93137], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [42.41969, 6.25491, 8.77228], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [42.42, 6.25, 8.77], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [57.42, 6.25, 8.77], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [42.42, 6.25, 8.77], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [60.07906, 2.20474, 4.47683], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [40.9871, 1.92376, 4.17867], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [60.07906, 2.20474, 4.47683], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [60.07906, 2.20474, 4.47683], + "lerp_mode": "catmullrom" + } + } + }, + "Left_foot": { + "rotation": { + "0.0": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-50.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [-47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [-34.62, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_innertoe": { + "rotation": { + "0.0": { + "post": [-55.32031, 20.16107, -20.31839], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-46.49204, 20.16099, -20.31852], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-42.18471, 20.16084, -20.31874], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-16.52186, 20.16024, -20.31964], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-53.18, 20.16, -20.32], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-35.68, 20.16, -20.32], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-53.18, 20.16, -20.32], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-25.68, 20.16, -20.32], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-38.18, 20.16, -20.32], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-93.18, 20.16, -20.32], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-55.32031, 20.16107, -20.31839], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-55.32031, 20.16107, -20.31839], + "lerp_mode": "catmullrom" + } + } + }, + "Left_innertoe2": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [32.84, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [87.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [72.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_outertoe": { + "rotation": { + "0.0": { + "post": [-50.17087, -3.99699, 10.78614], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-41.89624, -3.99677, 10.78586], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-35.88516, -3.99699, 10.78614], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-11.31408, -3.99912, 10.78887], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-50.89, -4, 10.79], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-40.89, -4, 10.79], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-50.89, -4, 10.79], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-25.89, -4, 10.79], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-45.89, -4, 10.79], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-70.17087, -3.99699, 10.78614], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-50.17087, -3.99699, 10.78614], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-50.17087, -3.99699, 10.78614], + "lerp_mode": "catmullrom" + } + } + }, + "Left_outertoe2": { + "rotation": { + "0.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [33.2, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [55, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [97.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [65, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Right_thigh": { + "rotation": { + "0.0": { + "post": [-62.36149, 11.42562, -21.68697], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-92.36149, 11.42562, -21.68697], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-110.2737, 11.42562, -21.68697], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-39.86149, 11.42562, -21.68697], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-32.86149, 11.42562, -21.68697], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-49.86149, 11.42562, -21.68697], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-39.86149, 11.42562, -21.68697], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-24.86149, 11.42562, -21.68697], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-42.36149, 11.42562, -21.68697], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-19.86149, 11.42562, -21.68697], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [-67.71863, 11.42562, -21.68697], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-62.36149, 11.42562, -21.68697], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-62.36149, 11.42562, -21.68697], + "lerp_mode": "catmullrom" + } + } + }, + "Right_calf": { + "rotation": { + "0.0": { + "post": [60.07906, -2.20474, -4.47683], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [69.91969, -6.25491, -8.77228], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [68.15453, -6.40492, -8.93137], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [42.41969, -6.25491, -8.77228], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [42.42, -6.25, -8.77], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [57.42, -6.25, -8.77], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [42.42, -6.25, -8.77], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [60.07906, -2.20474, -4.47683], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [40.9871, -1.92376, -4.17867], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [60.07906, -2.20474, -4.47683], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [60.07906, -2.20474, -4.47683], + "lerp_mode": "catmullrom" + } + } + }, + "Right_foot": { + "rotation": { + "0.0": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-50.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [-47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [-34.62, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Right_innertoe": { + "rotation": { + "0.0": { + "post": [-55.32031, -20.16107, 20.31839], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-46.49204, -20.16099, 20.31852], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-42.18471, -20.16084, 20.31874], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-16.52186, -20.16024, 20.31964], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-53.18, -20.16, 20.32], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-35.68, -20.16, 20.32], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-53.18, -20.16, 20.32], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-25.68, -20.16, 20.32], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-38.18, -20.16, 20.32], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-93.18, -20.16, 20.32], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-55.32031, -20.16107, 20.31839], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-55.32031, -20.16107, 20.31839], + "lerp_mode": "catmullrom" + } + } + }, + "Right_innertoe2": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [32.84, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [87.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [72.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Right_outertoe": { + "rotation": { + "0.0": { + "post": [-50.17087, 3.99699, -10.78614], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-41.89624, 3.99677, -10.78586], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-35.88516, 3.99699, -10.78614], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-11.31408, 3.99912, -10.78887], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-50.89, 4, -10.79], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-40.89, 4, -10.79], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-50.89, 4, -10.79], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-25.89, 4, -10.79], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-45.89, 4, -10.79], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-70.17087, 3.99699, -10.78614], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-50.17087, 3.99699, -10.78614], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-50.17087, 3.99699, -10.78614], + "lerp_mode": "catmullrom" + } + } + }, + "Right_outertoe2": { + "rotation": { + "0.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [33.2, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [55, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [97.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [65, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail1": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [-9.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [87.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0.94, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [8.44, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail2": { + "rotation": { + "0.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [4.91, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [11.99, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail3": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [-3.91, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-2.67, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [12.61, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail4": { + "rotation": { + "0.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [-7.56, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-5.27, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [28.42, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail5": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [1.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-4.06, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [21, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail6": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [8.56, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [11.49, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [10.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail7": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [2.06, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [20.53, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [14.57, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_wing1": { + "rotation": { + "0.0": [61.59067, 41.53806, 5.47021], + "0.1667": [54.71713, 36.24247, -5.44616], + "0.25": [39.25631, 22.69829, -22.69896], + "0.6667": { + "pre": [-13.71217, 26.94622, -28.30005], + "post": [-13.71217, 26.94622, -28.30005], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [21.23551, -45.54796, -28.52396], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [12.2127, -43.65747, -17.40744], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-30.98824, 27.21443, -22.44356], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [12.2127, -43.65747, -17.40744], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-20.29487, 20.27981, -40.404], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [61.59067, 41.53806, 5.47021], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [61.59067, 41.53806, 5.47021], + "lerp_mode": "catmullrom" + } + } + }, + "Left_wing2": { + "rotation": { + "0.0": [10.06861, 23.9692, 19.82226], + "0.1667": [7.34801, 19.7801, 13.70077], + "0.25": [9.97974, 45.83166, 19.48689], + "0.5": { + "pre": [7.44601, 20.08709, 15.40721], + "post": [7.44601, 20.08709, 15.40721], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [10.06861, 23.9692, 19.82226], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10.06861, 23.9692, 19.82226], + "lerp_mode": "catmullrom" + } + } + }, + "Left_wing3": { + "rotation": { + "0.0": [-0.68966, -47.61904, 18.60091], + "0.1667": [-0.55034, -36.8714, 15.32937], + "0.25": [-0.59119, -46.8395, 13.47495], + "0.6667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [-0.68966, -47.61904, 18.60091], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.68966, -47.61904, 18.60091], + "lerp_mode": "catmullrom" + } + } + }, + "Left_wing4": { + "rotation": { + "0.0": [-2.51646, 0.11149, 14.98805], + "0.1667": [-2.55919, -0.54094, 14.98848], + "0.375": [-0.97742, 2.89475, 3.44686], + "0.5": [1.85741, 16.04878, 9.87676], + "0.6667": { + "pre": [0, 17.5, 0], + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 15.9, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [-2.50921, 0.22112, 17.48565], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.51646, 0.11149, 14.98805], + "lerp_mode": "catmullrom" + } + } + }, + "Left_wing5": { + "rotation": { + "0.0": [2.47864, -0.32621, 17.49294], + "0.1667": [2.46207, -0.43399, 19.99067], + "0.375": [1.68681, -12.37444, 13.10916], + "0.5": [1.20214, 20.1386, 9.17562], + "0.6667": { + "pre": [0, 25, 0], + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 29.64, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [2.47864, -0.32621, 17.49294], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.47864, -0.32621, 17.49294], + "lerp_mode": "catmullrom" + } + } + }, + "Left_fingers": { + "rotation": { + "0.0": [-17.5, 0, 0], + "0.1667": [-37.5, 0, 0], + "0.2917": [-27.5, 0, 0], + "0.4167": [30, 0, 0], + "2.7083": [-17.5, 0, 0], + "2.9167": [-42.5, 0, 0], + "3.0": [-17.5, 0, 0] + } + }, + "Right_wing1": { + "rotation": { + "0.0": [61.59067, -41.53806, -5.47021], + "0.1667": [54.71713, -36.24247, 5.44616], + "0.25": [39.25631, -22.69829, 22.69896], + "0.6667": { + "pre": [-13.71217, -26.94622, 28.30005], + "post": [-13.71217, -26.94622, 28.30005], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 45, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [21.23551, 45.54796, 28.52396], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [12.2127, 43.65747, 17.40744], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-30.98824, -27.21443, 22.44356], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [12.2127, 43.65747, 17.40744], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-20.29487, -20.27981, 40.404], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [61.59067, -41.53806, -5.47021], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [61.59067, -41.53806, -5.47021], + "lerp_mode": "catmullrom" + } + } + }, + "Right_wing2": { + "rotation": { + "0.0": [10.06861, -23.9692, -19.82226], + "0.1667": [7.34801, -19.7801, -13.70077], + "0.25": [9.97974, -45.83166, -19.48689], + "0.5": { + "pre": [7.44601, -20.08709, -15.40721], + "post": [7.44601, -20.08709, -15.40721], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [10.06861, -23.9692, -19.82226], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10.06861, -23.9692, -19.82226], + "lerp_mode": "catmullrom" + } + } + }, + "Right_wing3": { + "rotation": { + "0.0": [-0.68966, 47.61904, -18.60091], + "0.1667": [-0.55034, 36.8714, -15.32937], + "0.25": [-0.59119, 46.8395, -13.47495], + "0.6667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [-0.68966, 47.61904, -18.60091], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.68966, 47.61904, -18.60091], + "lerp_mode": "catmullrom" + } + } + }, + "Right_wing4": { + "rotation": { + "0.0": [-2.51646, -0.11149, -14.98805], + "0.1667": [-2.55919, 0.54094, -14.98848], + "0.375": [-0.97742, -2.89475, -3.44686], + "0.5": [1.85741, -16.04878, -9.87676], + "0.6667": { + "pre": [0, -17.5, 0], + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, -15.9, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 27.5, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 27.5, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 27.5, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [-2.50921, -0.22112, -17.48565], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.51646, -0.11149, -14.98805], + "lerp_mode": "catmullrom" + } + } + }, + "Right_wing5": { + "rotation": { + "0.0": [2.47864, 0.32621, -17.49294], + "0.1667": [2.46207, 0.43399, -19.99067], + "0.375": [1.68681, 12.37444, -13.10916], + "0.5": [1.20214, -20.1386, -9.17562], + "0.6667": { + "pre": [0, -25, 0], + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, -29.64, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [2.47864, 0.32621, -17.49294], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.47864, 0.32621, -17.49294], + "lerp_mode": "catmullrom" + } + } + }, + "Neck": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [7.86, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [20.23, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [10.83, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Ear": { + "rotation": [10, 0, 0] + }, + "Right_fingers": { + "rotation": { + "0.0": [-17.5, 0, 0], + "0.1667": [-37.5, 0, 0], + "0.2917": [-27.5, 0, 0], + "0.4167": [30, 0, 0], + "2.7083": [-17.5, 0, 0], + "2.9167": [-42.5, 0, 0], + "3.0": [-17.5, 0, 0] + } + }, + "Jaw": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [28.82, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [33.62, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Back_Fluff1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Back_Fluff2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_wing6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, -0.52, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 29.31, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, -10.4, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Right_wing6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0.52, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, -29.31, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 10.4, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.noivern.special": { + "animation_length": 3, + "bones": { + "Chest": { + "rotation": { + "0.0": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [58.23, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -26.75, -10], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, -31.75, -15], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, -33.75, -15], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 13.25, 11], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 4.02, -2.73], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 20.03, 0.36], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 11.88, -0.09], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, -2.75, -3], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, 7.75, 5], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0, -26.75, -10], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -26.75, -10], + "lerp_mode": "catmullrom" + } + } + }, + "Midsection": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [30.29, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Hips": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_thigh": { + "rotation": { + "0.0": { + "post": [-62.36149, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-92.36149, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-110.2737, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-39.86149, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-32.86149, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-25.36149, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-35.36149, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-22.86149, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-44.86149, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [-62.36149, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-62.36149, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + } + } + }, + "Left_calf": { + "rotation": { + "0.0": { + "post": [60.07906, 2.20474, 4.47683], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [69.91969, 6.25491, 8.77228], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [68.15453, 6.40492, 8.93137], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [42.41969, 6.25491, 8.77228], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [16.50624, 4.69683, 0.17248], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-2.2255, 4.87257, -2.58146], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [33.55456, 6.09747, -10.44633], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-17.91373, 7.66946, 0.36862], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [60.07906, 2.20474, 4.47683], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [60.07906, 2.20474, 4.47683], + "lerp_mode": "catmullrom" + } + } + }, + "Left_foot": { + "rotation": { + "0.0": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-63.23, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [4.95016, -1.09124, -0.76135], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [24.12784, 0.15833, 0.11046], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [19.60999, -1.53808, -1.07311], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [-32.76237, -1.08586, -0.7576], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [-53.12871, 0.08043, 0.05612], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_innertoe": { + "rotation": { + "0.0": { + "post": [-55.32031, 20.16107, -20.31839], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-46.49204, 20.16099, -20.31852], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-42.18471, 20.16084, -20.31874], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-16.52186, 20.16024, -20.31964], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-53.18, 20.16, -20.32], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-35.68, 20.16, -20.32], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-54.17743, 15.87274, -13.84658], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-55.68, 20.16, -20.32], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-48.18, 20.16, -20.32], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-69.79934, 20.16092, -20.31862], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [-47.82031, 20.16107, -20.31839], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-55.32031, 20.16107, -20.31839], + "lerp_mode": "catmullrom" + } + } + }, + "Left_innertoe2": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [32.84, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [55, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [60, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [75, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [63.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_outertoe": { + "rotation": { + "0.0": { + "post": [-50.17087, -3.99699, 10.78614], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-41.89624, -3.99677, 10.78586], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-35.88516, -3.99699, 10.78614], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-11.31408, -3.99912, 10.78887], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-50.89, -4, 10.79], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-43.39, -4, 10.79], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-63.67731, -7.36873, 17.52502], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-58.39, -4, 10.79], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-50.89, -4, 10.79], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-63.05437, -3.99741, 10.78668], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [-45.17087, -3.99699, 10.78614], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-50.17087, -3.99699, 10.78614], + "lerp_mode": "catmullrom" + } + } + }, + "Left_outertoe2": { + "rotation": { + "0.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [33.2, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [60, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [67.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [92.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [75.82, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail1": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [-9.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-3.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-17.43, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-12.71, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [19.35, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-1.53, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [16.87, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail2": { + "rotation": { + "0.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [4.91, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-2.59, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [9.91, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [6.81, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-2.59, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-0.09, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [2.41, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [7.41, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail3": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [-3.91, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-2.67, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail4": { + "rotation": { + "0.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [-7.56, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-5.27, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [11.77, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [6.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail5": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [1.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-4.06, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [7.21, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [10.94, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [6.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail6": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [8.56, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [11.49, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-8.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [11.99, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [8.68, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-13.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [11.49, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [11.49, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-13.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [11.49, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail7": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [2.06, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [20.53, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-16.97, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [11.96, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-6.97, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [5.53, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [4.28, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-6.97, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [5.53, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_wing1": { + "rotation": { + "0.0": [61.59067, 41.53806, 5.47021], + "0.1667": [54.71713, 36.24247, -5.44616], + "0.25": [39.25631, 22.69829, -22.69896], + "0.4583": [6.43028, 5.36576, -15.56675], + "0.6667": { + "pre": [-18.16543, 18.1804, 4.46881], + "post": [-18.16543, 18.1804, 4.46881], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [25, 30, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [5, -5, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [21.93006, 19.10821, -19.18346], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [61.59067, 41.53806, 5.47021], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [61.59067, 41.53806, 5.47021], + "lerp_mode": "catmullrom" + } + } + }, + "Left_wing2": { + "rotation": { + "0.0": [10.06861, 23.9692, 19.82226], + "0.1667": [7.34801, 19.7801, 13.70077], + "0.25": [9.97974, 45.83166, 19.48689], + "0.5": { + "pre": [7.44601, 20.08709, 15.40721], + "post": [7.44601, 20.08709, 15.40721], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [10.06861, 23.9692, 19.82226], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10.06861, 23.9692, 19.82226], + "lerp_mode": "catmullrom" + } + } + }, + "Left_wing3": { + "rotation": { + "0.0": [-0.68966, -47.61904, 18.60091], + "0.1667": [-0.55034, -36.8714, 15.32937], + "0.25": [-0.59119, -46.8395, 13.47495], + "0.6667": { + "pre": [0, 15, 0], + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 4.26, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [-0.68966, -47.61904, 18.60091], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.68966, -47.61904, 18.60091], + "lerp_mode": "catmullrom" + } + } + }, + "Left_wing4": { + "rotation": { + "0.0": [-2.51646, 0.11149, 14.98805], + "0.1667": [-2.55919, -0.54094, 14.98848], + "0.375": [-0.97742, 2.89475, 3.44686], + "0.5": [1.85741, 16.04878, 9.87676], + "0.6667": { + "pre": [0, 17.5, 0], + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 15.9, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 15.9, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [-2.5095, -0.21782, 7.49527], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.51893, 0.00165, 12.49046], + "lerp_mode": "catmullrom" + } + } + }, + "Left_wing5": { + "rotation": { + "0.0": [2.47864, -0.32621, 17.49294], + "0.1667": [2.46207, -0.43399, 19.99067], + "0.375": [1.68681, -12.37444, 13.10916], + "0.5": [1.20214, 20.1386, 9.17562], + "0.6667": { + "pre": [0, 25, 0], + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 29.64, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 29.64, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, -22.5, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-0.06252, 27.78108, -0.42139], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [2.47864, -0.32621, 17.49294], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.47864, -0.32621, 17.49294], + "lerp_mode": "catmullrom" + } + } + }, + "Left_fingers": { + "rotation": { + "0.0": [-17.5, 0, 0], + "0.1667": [-37.5, 0, 0], + "0.2917": [-27.5, 0, 0], + "0.4167": [30, 0, 0], + "2.0417": [30, 0, 0], + "2.9167": [-40.87, 0, 0], + "3.0": [-17.5, 0, 0] + } + }, + "Right_wing1": { + "rotation": { + "0.0": [61.59067, -41.53806, -5.47021], + "0.1667": [54.71713, -36.24247, 5.44616], + "0.25": [39.25631, -22.69829, 22.69896], + "0.4583": [6.43028, -5.36576, 15.56675], + "0.6667": { + "pre": [-18.16543, -18.1804, -4.46881], + "post": [-18.16543, -18.1804, -4.46881], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 45, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [25, -30, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 45, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [5, 5, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [21.93006, -19.10821, 19.18346], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [61.59067, -41.53806, -5.47021], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [61.59067, -41.53806, -5.47021], + "lerp_mode": "catmullrom" + } + } + }, + "Right_wing2": { + "rotation": { + "0.0": [10.06861, -23.9692, -19.82226], + "0.1667": [7.34801, -19.7801, -13.70077], + "0.25": [9.97974, -45.83166, -19.48689], + "0.5": { + "pre": [7.44601, -20.08709, -15.40721], + "post": [7.44601, -20.08709, -15.40721], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [10.06861, -23.9692, -19.82226], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10.06861, -23.9692, -19.82226], + "lerp_mode": "catmullrom" + } + } + }, + "Right_wing3": { + "rotation": { + "0.0": [-0.68966, 47.61904, -18.60091], + "0.1667": [-0.55034, 36.8714, -15.32937], + "0.25": [-0.59119, 46.8395, -13.47495], + "0.6667": { + "pre": [0, -15, 0], + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, -4.26, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [-0.68966, 47.61904, -18.60091], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.68966, 47.61904, -18.60091], + "lerp_mode": "catmullrom" + } + } + }, + "Right_wing4": { + "rotation": { + "0.0": [-2.51646, -0.11149, -14.98805], + "0.1667": [-2.55919, 0.54094, -14.98848], + "0.375": [-0.97742, -2.89475, -3.44686], + "0.5": [1.85741, -16.04878, -9.87676], + "0.6667": { + "pre": [0, -17.5, 0], + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, -15.9, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 27.5, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, -15.9, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 27.5, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 27.5, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [-2.5095, 0.21782, -7.49527], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.51893, -0.00165, -12.49046], + "lerp_mode": "catmullrom" + } + } + }, + "Right_wing5": { + "rotation": { + "0.0": [2.47864, 0.32621, -17.49294], + "0.1667": [2.46207, 0.43399, -19.99067], + "0.375": [1.68681, 12.37444, -13.10916], + "0.5": [1.20214, -20.1386, -9.17562], + "0.6667": { + "pre": [0, -25, 0], + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, -29.64, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, -29.64, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-0.06252, -27.78108, 0.42139], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [2.47864, 0.32621, -17.49294], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.47864, 0.32621, -17.49294], + "lerp_mode": "catmullrom" + } + } + }, + "Neck": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [42.82, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [9.62, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [16.38, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-66.3, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-72.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [12.64, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0.14, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-17.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Ear": { + "rotation": [10, 0, 0], + "scale": { + "0.0": [1, 1, 1], + "0.9583": [1, 1, 1], + "1.0": [1.17, 1.17, 1.17], + "1.0417": [1, 1, 1], + "1.0833": [1.17, 1.17, 1.17], + "1.125": [1, 1, 1], + "1.1667": [1.17, 1.17, 1.17], + "1.2083": [1, 1, 1], + "1.25": [1.17, 1.17, 1.17], + "1.2917": [1, 1, 1], + "1.3333": [1.17, 1.17, 1.17], + "1.375": [1, 1, 1], + "1.4167": [1.17, 1.17, 1.17], + "1.4583": [1, 1, 1], + "1.5": [1.17, 1.17, 1.17], + "1.5417": [1, 1, 1] + } + }, + "Right_fingers": { + "rotation": { + "0.0": [-17.5, 0, 0], + "0.1667": [-37.5, 0, 0], + "0.2917": [-27.5, 0, 0], + "0.4167": [30, 0, 0], + "2.0417": [30, 0, 0], + "2.9167": [-40.87, 0, 0], + "3.0": [-17.5, 0, 0] + } + }, + "Jaw": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [20.64, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [20.64, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [20.64, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [20.64, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Back_Fluff1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.37, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-0.94, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-12.37, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Back_Fluff2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-10.08, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-10.08, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_wing6": { + "rotation": { + "0.6667": { + "pre": [0, 5, 0], + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, -10.18, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Right_thigh": { + "rotation": { + "0.0": { + "post": [-62.36149, 11.42562, -21.68697], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-92.36149, 11.42562, -21.68697], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-110.2737, 11.42562, -21.68697], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-14.51198, 16.91214, -10.09653], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-22.86149, 11.42562, -21.68697], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-37.86149, 11.42562, -21.68697], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-35.36149, 11.42562, -21.68697], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [-62.36149, 11.42562, -21.68697], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-62.36149, 11.42562, -21.68697], + "lerp_mode": "catmullrom" + } + } + }, + "Right_calf": { + "rotation": { + "0.0": { + "post": [60.07906, -2.20474, -4.47683], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [69.91969, -6.25491, -8.77228], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [68.15453, -6.40492, -8.93137], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [42.41969, -6.25491, -8.77228], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [23.25207, -5.9465, -7.46733], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [16.50624, -4.69683, -0.17248], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [38.55456, -6.09747, 10.44633], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [64.71577, -2.5054, -3.28593], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [60.07906, -2.20474, -4.47683], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [60.07906, -2.20474, -4.47683], + "lerp_mode": "catmullrom" + } + } + }, + "Right_foot": { + "rotation": { + "0.0": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-63.23, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [27.45016, 1.09124, 0.76135], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-8.46001, -14.53333, -3.12042], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-3.10493, -11.77894, -2.55338], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [28.93035, -2.77675, -0.64068], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [-15.26237, 1.08586, 0.7576], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [-53.12871, -0.08043, -0.05612], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Right_innertoe": { + "rotation": { + "0.0": { + "post": [-55.32031, -20.16107, 20.31839], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-46.49204, -20.16099, 20.31852], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-42.18471, -20.16084, 20.31874], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-16.52186, -20.16024, 20.31964], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-53.18, -20.16, 20.32], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-35.68, -20.16, 20.32], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-54.17743, -15.87274, 13.84658], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-55.68, -20.16, 20.32], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-48.18, -20.16, 20.32], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [-67.82031, -20.16107, 20.31839], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-55.32031, -20.16107, 20.31839], + "lerp_mode": "catmullrom" + } + } + }, + "Right_innertoe2": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [32.84, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [55, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [60, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [75, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [63.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Right_outertoe": { + "rotation": { + "0.0": { + "post": [-50.17087, 3.99699, -10.78614], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-41.89624, 3.99677, -10.78586], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-35.88516, 3.99699, -10.78614], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-11.31408, 3.99912, -10.78887], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-50.89, 4, -10.79], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-43.39, 4, -10.79], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-63.67731, 7.36873, -17.52502], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-58.39, 4, -10.79], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-50.89, 4, -10.79], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [-62.67087, 3.99699, -10.78614], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-50.17087, 3.99699, -10.78614], + "lerp_mode": "catmullrom" + } + } + }, + "Right_outertoe2": { + "rotation": { + "0.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [33.2, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [60, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [67.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [92.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [75.82, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Right_wing6": { + "rotation": { + "0.6667": { + "pre": [0, -5, 0], + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 10.18, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.noivern.status": { + "animation_length": 3, + "bones": { + "Chest": { + "rotation": { + "0.0": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -26.75, -10], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, -33.75, -15], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -23.75, -16], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -22.25, -16], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, -23.75, -16], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, -26.75, -10], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -26.75, -10], + "lerp_mode": "catmullrom" + } + } + }, + "Midsection": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [30.29, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Hips": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_thigh": { + "rotation": { + "0.0": { + "post": [-62.36149, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-92.36149, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-110.2737, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-49.86149, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-44.86149, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-49.86149, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-58.93556, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-63.71566, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-62.36149, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-62.36149, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + } + } + }, + "Left_calf": { + "rotation": { + "0.0": { + "post": [60.07906, 2.20474, 4.47683], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [69.91969, 6.25491, 8.77228], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [68.15453, 6.40492, 8.93137], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [50.07906, 2.20474, 4.47683], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [40.07906, 2.20474, 4.47683], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [50.07906, 2.20474, 4.47683], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [66.28277, 2.20474, 4.47683], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [60.07906, 2.20474, 4.47683], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [60.07906, 2.20474, 4.47683], + "lerp_mode": "catmullrom" + } + } + }, + "Left_foot": { + "rotation": { + "0.0": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-52.07555, 7.9185, 6.12673], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-46.39, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_innertoe": { + "rotation": { + "0.0": { + "post": [-55.32031, 20.16107, -20.31839], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-46.49204, 20.16099, -20.31852], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-42.18471, 20.16084, -20.31874], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-16.52186, 20.16024, -20.31964], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-62.82031, 20.16107, -20.31839], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-62.82031, 20.16107, -20.31839], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-53.09809, 20.16107, -20.31839], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-46.10156, 20.16107, -20.31839], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-55.32031, 20.16107, -20.31839], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-55.32031, 20.16107, -20.31839], + "lerp_mode": "catmullrom" + } + } + }, + "Left_innertoe2": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [32.84, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_outertoe": { + "rotation": { + "0.0": { + "post": [-50.17087, -3.99699, 10.78614], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-41.89624, -3.99677, 10.78586], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-35.88516, -3.99699, 10.78614], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-11.31408, -3.99912, 10.78887], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-62.67087, -3.99699, 10.78614], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-62.67087, -3.99699, 10.78614], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-51.46717, -3.99699, 10.78614], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-42.61879, -3.99699, 10.78614], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-50.17087, -3.99699, 10.78614], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-50.17087, -3.99699, 10.78614], + "lerp_mode": "catmullrom" + } + } + }, + "Left_outertoe2": { + "rotation": { + "0.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [33.2, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail1": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [-9.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-0.97, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-17.43, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-12.71, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [9.35, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-1.53, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail2": { + "rotation": { + "0.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [4.91, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-2.59, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [6.81, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-2.59, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-0.09, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail3": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [-3.91, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-2.67, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail4": { + "rotation": { + "0.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [-7.56, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-5.27, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [11.77, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail5": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [1.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-4.06, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [7.21, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [10.94, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail6": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [8.56, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [11.49, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-8.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [11.99, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [8.68, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-13.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [11.49, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail7": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [2.06, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [20.53, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-16.97, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [11.96, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-6.97, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [5.53, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_wing1": { + "rotation": { + "0.0": { + "post": [61.59067, 41.53806, 5.47021], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [42.45988, 18.0314, -12.89384], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [62.09512, 28.17299, 7.29902], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [90.37561, 42.70712, 25.24713], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [90.37561, 42.70712, 25.24713], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [61.59067, 41.53806, 5.47021], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [61.59067, 41.53806, 5.47021], + "lerp_mode": "catmullrom" + } + } + }, + "Left_wing2": { + "rotation": { + "0.0": { + "post": [10.06861, 23.9692, 19.82226], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [9.97974, 45.83166, 19.48689], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [10.06861, 23.9692, 19.82226], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [10.52727, 18.15825, 24.8407], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [10.52727, 18.15825, 24.8407], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [10.06861, 23.9692, 19.82226], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10.06861, 23.9692, 19.82226], + "lerp_mode": "catmullrom" + } + } + }, + "Left_wing3": { + "rotation": { + "0.0": { + "post": [-0.68966, -47.61904, 18.60091], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-0.59119, -46.8395, 13.47495], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-0.68966, -47.61904, 18.60091], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [3.86, -47.32, 25.99], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [3.86, -47.32, 25.99], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-0.68966, -47.61904, 18.60091], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.68966, -47.61904, 18.60091], + "lerp_mode": "catmullrom" + } + } + }, + "Left_wing4": { + "rotation": { + "0.0": { + "post": [-2.51646, 0.11149, 14.98805], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-2.55919, -0.54094, 14.98848], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-2.5095, -0.21782, 7.49527], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.51, -0.22, 7.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-2.51, -0.22, 7.5], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-2.5095, -0.21782, 7.49527], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.51646, 0.11149, 14.98805], + "lerp_mode": "catmullrom" + } + } + }, + "Left_wing5": { + "rotation": { + "0.0": { + "post": [2.47864, -0.32621, 17.49294], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [2.46207, -0.43399, 19.99067], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [2.38846, -0.73755, 27.15266], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [2.47864, -0.32621, 17.49294], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.44184, -0.54483, 22.48553], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [2.41577, -0.65079, 24.98342], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [2.47864, -0.32621, 17.49294], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.47864, -0.32621, 17.49294], + "lerp_mode": "catmullrom" + } + } + }, + "Left_fingers": { + "rotation": { + "0.0": [-17.5, 0, 0], + "0.1667": [-37.5, 0, 0], + "0.2917": [-27.5, 0, 0], + "0.5": [-32.5, 0, 0], + "0.75": [-2.5, 0, 0], + "1.0": [-10, 0, 0], + "1.5": [-10, 0, 0], + "2.25": [-17.5, 0, 0], + "3.0": [-17.5, 0, 0] + } + }, + "Right_wing1": { + "rotation": { + "0.0": { + "post": [61.59067, -41.53806, -5.47021], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [42.45988, -18.0314, 12.89384], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [62.09512, -28.17299, -7.29902], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [90.37561, -42.70712, -25.24713], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [90.37561, -42.70712, -25.24713], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [61.59067, -41.53806, -5.47021], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [61.59067, -41.53806, -5.47021], + "lerp_mode": "catmullrom" + } + } + }, + "Right_wing2": { + "rotation": { + "0.0": { + "post": [10.06861, -23.9692, -19.82226], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [9.97974, -45.83166, -19.48689], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [10.06861, -23.9692, -19.82226], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [10.52727, -18.15825, -24.8407], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [10.52727, -18.15825, -24.8407], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [10.06861, -23.9692, -19.82226], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10.06861, -23.9692, -19.82226], + "lerp_mode": "catmullrom" + } + } + }, + "Right_wing3": { + "rotation": { + "0.0": { + "post": [-0.68966, 47.61904, -18.60091], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-0.59119, 46.8395, -13.47495], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-0.68966, 47.61904, -18.60091], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [3.86, 47.32, -25.99], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [3.86, 47.32, -25.99], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-0.68966, 47.61904, -18.60091], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.68966, 47.61904, -18.60091], + "lerp_mode": "catmullrom" + } + } + }, + "Right_wing4": { + "rotation": { + "0.0": { + "post": [-2.51646, -0.11149, -14.98805], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-2.55919, 0.54094, -14.98848], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-2.5095, 0.21782, -7.49527], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.51, 0.22, -7.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-2.51, 0.22, -7.5], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-2.5095, 0.21782, -7.49527], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2.51646, -0.11149, -14.98805], + "lerp_mode": "catmullrom" + } + } + }, + "Right_wing5": { + "rotation": { + "0.0": { + "post": [2.47864, 0.32621, -17.49294], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [2.46207, 0.43399, -19.99067], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [2.38846, 0.73755, -27.15266], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [2.47864, 0.32621, -17.49294], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.44184, 0.54483, -22.48553], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [2.41577, 0.65079, -24.98342], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [2.47864, 0.32621, -17.49294], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.47864, 0.32621, -17.49294], + "lerp_mode": "catmullrom" + } + } + }, + "Neck": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [42.82, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [25.32, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [10.16651, 1.78266, -9.84141], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-4.68, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10.16651, 1.78266, 9.8414], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-66.3, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-38.26159, -7.43152, -13.29946], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-48.86621, 0.37986, -3.51453], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-37.61826, -6.56185, 6.23389], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Ear": { + "rotation": { + "0.0": [10, 0, 0], + "0.75": [10, 0, 0], + "1.75": [10, 0, 0], + "2.25": [10, 0, 0], + "3.0": [10, 0, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "0.75": [1, 1, 1], + "0.9583": [1, 1, 1], + "1.0": [1.17, 1.17, 1.17], + "1.0417": [1, 1, 1], + "1.0833": [1.17, 1.17, 1.17], + "1.125": [1, 1, 1], + "1.1667": [1.17, 1.17, 1.17], + "1.2083": [1, 1, 1], + "1.25": [1.17, 1.17, 1.17], + "1.2917": [1, 1, 1], + "1.3333": [1.17, 1.17, 1.17], + "1.375": [1, 1, 1], + "1.4167": [1.17, 1.17, 1.17], + "1.4583": [1, 1, 1], + "1.5": [1.17, 1.17, 1.17], + "1.5417": [1, 1, 1], + "1.75": [1, 1, 1], + "2.25": [1, 1, 1], + "3.0": [1, 1, 1] + } + }, + "Right_fingers": { + "rotation": { + "0.0": [-17.5, 0, 0], + "0.1667": [-37.5, 0, 0], + "0.2917": [-27.5, 0, 0], + "0.5": [-32.5, 0, 0], + "0.75": [-2.5, 0, 0], + "1.0": [-10, 0, 0], + "1.5": [-10, 0, 0], + "2.25": [-17.5, 0, 0], + "3.0": [-17.5, 0, 0] + } + }, + "Jaw": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [41.97, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [54.92, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [40.27, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [55.18, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [40.09, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [46.91, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Back_Fluff1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Back_Fluff2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Right_thigh": { + "rotation": { + "0.0": { + "post": [-62.36149, 11.42562, -21.68697], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-92.36149, 11.42562, -21.68697], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-110.2737, 11.42562, -21.68697], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-49.86149, 11.42562, -21.68697], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-44.86149, 11.42562, -21.68697], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-49.86149, 11.42562, -21.68697], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-58.93556, 11.42562, -21.68697], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-63.71566, 11.42562, -21.68697], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-62.36149, 11.42562, -21.68697], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-62.36149, 11.42562, -21.68697], + "lerp_mode": "catmullrom" + } + } + }, + "Right_calf": { + "rotation": { + "0.0": { + "post": [60.07906, -2.20474, -4.47683], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [69.91969, -6.25491, -8.77228], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [68.15453, -6.40492, -8.93137], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [50.07906, -2.20474, -4.47683], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [40.07906, -2.20474, -4.47683], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [50.07906, -2.20474, -4.47683], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [66.28277, -2.20474, -4.47683], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [60.07906, -2.20474, -4.47683], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [60.07906, -2.20474, -4.47683], + "lerp_mode": "catmullrom" + } + } + }, + "Right_foot": { + "rotation": { + "0.0": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-52.07555, -7.9185, -6.12673], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-46.39, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Right_innertoe": { + "rotation": { + "0.0": { + "post": [-55.32031, -20.16107, 20.31839], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-46.49204, -20.16099, 20.31852], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-42.18471, -20.16084, 20.31874], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-16.52186, -20.16024, 20.31964], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-62.82031, -20.16107, 20.31839], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-62.82031, -20.16107, 20.31839], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-53.09809, -20.16107, 20.31839], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-46.10156, -20.16107, 20.31839], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-55.32031, -20.16107, 20.31839], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-55.32031, -20.16107, 20.31839], + "lerp_mode": "catmullrom" + } + } + }, + "Right_innertoe2": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [32.84, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Right_outertoe": { + "rotation": { + "0.0": { + "post": [-50.17087, 3.99699, -10.78614], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-41.89624, 3.99677, -10.78586], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-35.88516, 3.99699, -10.78614], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-11.31408, 3.99912, -10.78887], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-62.67087, 3.99699, -10.78614], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-62.67087, 3.99699, -10.78614], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-51.46717, 3.99699, -10.78614], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-42.61879, 3.99699, -10.78614], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-50.17087, 3.99699, -10.78614], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-50.17087, 3.99699, -10.78614], + "lerp_mode": "catmullrom" + } + } + }, + "Right_outertoe2": { + "rotation": { + "0.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [33.2, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.noivern.faint": { + "animation_length": 3, + "bones": { + "Chest": { + "rotation": { + "0.0": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [34.89743, 2.86544, -4.09918], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [22.39743, -2.86544, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [22.39743, -2.86544, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [72.5, 0, 0] + }, + "position": { + "0.0": { + "post": [0, -26.75, -10], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, -18.75, -5], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, -16.94, -4.17], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, -17.07, -4.11], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, -16.76, -4.09], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -16.92, -4.05], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, -18.75, -5], + "lerp_mode": "catmullrom" + }, + "1.8333": [0, -41.75, -16] + } + }, + "Midsection": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [22.48072, -0.95645, 2.30991], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [22.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.0833": [0, 0, 0], + "1.125": [0, -0.25, 0], + "1.1667": [0, 0, 0], + "1.2083": [0, -0.25, 0], + "1.25": [0, 0, 0] + } + }, + "Hips": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [27.58957, 4.43385, 2.31336], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [27.5, 0, 0] + } + }, + "Left_thigh": { + "rotation": { + "0.0": { + "post": [-62.36149, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-79.86149, -11.42562, 21.68697], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-28.41385, -20.01606, 16.3627], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-28.41385, -20.01606, 16.3627], + "lerp_mode": "catmullrom" + }, + "1.8333": [30.87558, -18.45082, 2.91423] + }, + "position": { + "0.0": [0, 0, 0], + "0.2083": { + "pre": [0, -0.08716, -0.99619], + "post": [0, -0.08716, -0.99619], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": [0, 0, 1] + } + }, + "Left_calf": { + "rotation": { + "0.0": { + "post": [60.07906, 2.20474, 4.47683], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [72.57906, 2.20474, 4.47683], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [42.57906, 2.20474, 4.47683], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [42.57906, 2.20474, 4.47683], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [53.70197, 2.2765, 2.71016], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [43.67291, 11.05715, -7.48177], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [16.55768, 7.38627, -5.38524], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [1.8142, 4.93902, -3.98755], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-42.92929, 2.49177, -2.58986], + "lerp_mode": "catmullrom" + }, + "2.0": [-42.93, 2.49, -2.59] + } + }, + "Left_foot": { + "rotation": { + "0.0": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-15.89, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-53.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": [15, 0, 0] + } + }, + "Left_innertoe": { + "rotation": { + "0.0": { + "post": [-55.32031, 20.16107, -20.31839], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-55.32, 20.16, -20.32], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-55.32031, 20.16107, -20.31839], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-55.32031, 20.16107, -20.31839], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-142.82031, 20.16107, -20.31839], + "lerp_mode": "catmullrom" + }, + "1.8333": [49.67969, 20.16107, -20.31839] + } + }, + "Left_innertoe2": { + "rotation": { + "0.0": [25, 0, 0], + "0.2083": [15, 0, 0] + } + }, + "Left_outertoe": { + "rotation": { + "0.0": { + "post": [-50.17087, -3.99699, 10.78614], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-50.59, -4, 10.79], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-52.67087, -3.99699, 10.78614], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-52.67087, -3.99699, 10.78614], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-57.00905, -10.17082, 4.25531], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-102.81832, 0.33162, -3.49558], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-116.17253, 16.14267, 7.1586], + "lerp_mode": "catmullrom" + }, + "1.8333": [49.97644, -28.69229, -15.33717] + } + }, + "Left_outertoe2": { + "rotation": { + "0.0": [30, 0, 0], + "0.2083": [20, 0, 0] + } + }, + "Right_thigh": { + "rotation": { + "0.0": { + "post": [-62.36149, 11.42562, -21.68697], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-79.86149, 11.42562, -21.68697], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-67.73142, 15.72084, -19.02484], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-28.41385, 20.01606, -16.3627], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-28.41385, 20.01606, -16.3627], + "lerp_mode": "catmullrom" + }, + "1.8333": [30.87558, 18.45082, -2.91423] + }, + "position": { + "0.0": [0, 0, 0], + "0.2083": { + "pre": [0, -0.08716, -0.99619], + "post": [0, -0.08716, -0.99619], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-0.00881, -1.04135, -0.58253], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": [0, 0, 1] + } + }, + "Right_calf": { + "rotation": { + "0.0": { + "post": [60.07906, -2.20474, -4.47683], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [72.57906, -2.20474, -4.47683], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [42.57906, -2.20474, -4.47683], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [42.57906, -2.20474, -4.47683], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [53.70197, -2.2765, -2.71016], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [43.67291, -11.05715, 7.48177], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [16.55768, -7.38627, 5.38524], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [1.8142, -4.93902, 3.98755], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-42.92929, -2.49177, 2.58986], + "lerp_mode": "catmullrom" + }, + "2.0": [-42.93, -2.49, 2.59] + } + }, + "Right_foot": { + "rotation": { + "0.0": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-50.26, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-15.89, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-53.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": [15, 0, 0] + } + }, + "Right_innertoe": { + "rotation": { + "0.0": { + "post": [-55.32031, -20.16107, 20.31839], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-55.32, -20.16, 20.32], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-42.82031, -20.16107, 20.31839], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-55.32031, -20.16107, 20.31839], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-55.32031, -20.16107, 20.31839], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-142.82031, -20.16107, 20.31839], + "lerp_mode": "catmullrom" + }, + "1.8333": [49.67969, -20.16107, 20.31839] + } + }, + "Right_innertoe2": { + "rotation": { + "0.0": [25, 0, 0], + "0.2083": [15, 0, 0], + "0.5417": [55, 0, 0], + "0.9167": [15, 0, 0] + } + }, + "Right_outertoe": { + "rotation": { + "0.0": { + "post": [-50.17087, 3.99699, -10.78614], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-50.59, 4, -10.79], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-38.71776, 3.99699, -10.78614], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-52.67087, 3.99699, -10.78614], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-52.67087, 3.99699, -10.78614], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-57.00905, 10.17082, -4.25531], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-102.81832, -0.33162, 3.49558], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-116.17253, -16.14267, -7.1586], + "lerp_mode": "catmullrom" + }, + "1.8333": [49.97644, 28.69229, 15.33717] + } + }, + "Right_outertoe2": { + "rotation": { + "0.0": [30, 0, 0], + "0.2083": [15, 0, 0], + "0.5417": [45, 0, 0], + "0.9167": [15, 0, 0] + } + }, + "Tail1": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": [-57.5, 0, 0] + } + }, + "Tail2": { + "rotation": { + "0.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": [-2.5, 0, 0] + } + }, + "Tail3": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-9.31, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [5.32, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": [10, 0, 0] + } + }, + "Tail4": { + "rotation": { + "0.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-0.22, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [8.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [9.77, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail5": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-13.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [5.37, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": [2.5, 0, 0] + } + }, + "Tail6": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-10.31, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [9.74, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Tail7": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-17.67, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-22.66, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [20.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": [-2.01, 0, 0] + } + }, + "Left_wing1": { + "rotation": { + "0.0": { + "post": [61.59067, 41.53806, 5.47021], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [85.12447, 51.58531, 31.47333], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [95.86095, 57.03074, 37.0754], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [68.25488, 59.04159, 9.82138], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [39.74082, 27.25561, -27.72303], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [15.46747, 11.2507, -32.32793], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [15.47, 11.25, -32.33], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [15.46747, 11.2507, -32.32793], + "lerp_mode": "catmullrom" + }, + "1.9583": [15.46747, 11.2507, -32.32793] + } + }, + "Left_wing2": { + "rotation": { + "0.0": { + "post": [10.06861, 23.9692, 19.82226], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [6.13475, 10.29209, 9.40782], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-3.78719, 6.78239, -19.3393], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-0.05344, -26.96125, -9.02214], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [2.78407, -19.78997, 19.52468], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [3.41593, 10.5705, 34.98164], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [3.40359, -9.39481, 33.79806], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [3.37389, 5.57927, 34.68268], + "lerp_mode": "catmullrom" + }, + "1.9583": [3.41593, 10.5705, 34.98164] + } + }, + "Left_wing3": { + "rotation": { + "0.0": { + "post": [-0.68966, -47.61904, 18.60091], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-0.55192, -32.6199, 18.38899], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2.21, 2.05, 28.88], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [3.40168, 17.05895, 31.03074], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [1.09879, -5.02365, 0.56405], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [1.10395, 7.47406, 0.8039], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [1.09879, -5.02365, 0.56405], + "lerp_mode": "catmullrom" + }, + "2.0": [1.09879, -5.02365, 0.56405] + } + }, + "Left_wing4": { + "rotation": { + "0.0": { + "post": [-2.5095, -0.21782, 7.49527], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-2.54614, -9.7692, 17.92765], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [6.26332, 9.91415, 15.51158], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [7.6436, -1.61927, 13.61585], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-2.35738, -13.52952, 17.12689], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-3.07687, -8.74864, 17.12424], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-2.51, 0.22, 17.49], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-2.53291, 7.71276, 17.15949], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-2.51, 0.22, 17.49], + "lerp_mode": "catmullrom" + }, + "2.0": [-2.51, 0.22, 17.49] + } + }, + "Left_wing5": { + "rotation": { + "0.0": { + "post": [2.47864, -0.32621, 17.49294], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-0.13001, -5.60514, 34.71872], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [1.02333, -5.78394, 32.34005], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [2.26595, -20.45274, 20.4654], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [2.24091, -6.49499, 19.93805], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-2.52, -0.33, 17.49], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-2.52834, 4.66515, 17.26971], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-2.54364, -7.8227, 17.82191], + "lerp_mode": "catmullrom" + }, + "2.0": [-2.52, -0.33, 17.49] + } + }, + "Left_fingers": { + "rotation": { + "0.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [48.95, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": [-12.5, 0, 0], + "2.0": [-2.5, 0, 0] + } + }, + "Right_wing1": { + "rotation": { + "0.0": { + "post": [61.59067, -41.53806, -5.47021], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [69.79, -54.77, -5.84], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [68.25488, -59.04159, -9.82138], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [39.74082, -27.25561, 27.72303], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [15.46747, -11.2507, 32.32793], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [15.47, -11.25, 32.33], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [15.46747, -11.2507, 32.32793], + "lerp_mode": "catmullrom" + }, + "1.9583": [15.46747, -11.2507, 32.32793] + } + }, + "Right_wing2": { + "rotation": { + "0.0": { + "post": [10.06861, -23.9692, -19.82226], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-4.3478, -3.93398, 24.16932], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-0.05344, 26.96125, 9.02214], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [2.78407, 19.78997, -19.52468], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [3.41593, -10.5705, -34.98164], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [3.40359, 9.39481, -33.79806], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [3.37389, -5.57927, -34.68268], + "lerp_mode": "catmullrom" + }, + "1.9583": [3.41593, -10.5705, -34.98164] + } + }, + "Right_wing3": { + "rotation": { + "0.0": { + "post": [-0.68966, 47.61904, -18.60091], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-0.49508, 20.12042, -18.26177], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2.21, -2.05, -28.88], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [3.40168, -17.05895, -31.03074], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [1.09879, 5.02365, -0.56405], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [1.10395, -7.47406, -0.8039], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [1.09879, 5.02365, -0.56405], + "lerp_mode": "catmullrom" + }, + "2.0": [1.09879, 5.02365, -0.56405] + } + }, + "Right_wing4": { + "rotation": { + "0.0": { + "post": [-2.5095, 0.21782, -7.49527], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-2.54614, 9.7692, -17.92765], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [6.26332, -9.91415, -15.51158], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [7.6436, 1.61927, -13.61585], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-2.35738, 13.52952, -17.12689], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-3.07687, 8.74864, -17.12424], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-2.51, -0.22, -17.49], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-2.53291, -7.71276, -17.15949], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-2.51, -0.22, -17.49], + "lerp_mode": "catmullrom" + }, + "2.0": [-2.51, -0.22, -17.49] + } + }, + "Right_wing5": { + "rotation": { + "0.0": { + "post": [2.47864, 0.32621, -17.49294], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-0.13001, 5.60514, -34.71872], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [1.02333, 5.78394, -32.34005], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [2.26595, 20.45274, -20.4654], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [2.24091, 6.49499, -19.93805], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-2.52, 0.33, -17.49], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-2.52834, -4.66515, -17.26971], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-2.54364, 7.8227, -17.82191], + "lerp_mode": "catmullrom" + }, + "2.0": [-2.52, 0.33, -17.49] + } + }, + "Neck": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-22.21893, -1.06081, -4.88645], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": [22.5, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [36.01, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-73.04559, -1.47607, -0.52754], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-68.04559, -1.47607, -0.52754], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-73.04559, -1.47607, -0.52754], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-68.04559, -1.47607, -0.52754], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-70.54559, -1.47607, -0.52754], + "lerp_mode": "catmullrom" + }, + "2.0833": [-68.04559, -1.47607, -0.52754] + } + }, + "Ear": { + "rotation": [10, 0, 0] + }, + "Right_fingers": { + "rotation": { + "0.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [48.95, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": [-12.5, 0, 0], + "2.0": [-2.5, 0, 0] + } + }, + "Left_wing6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-1.4679, -7.33011, 11.34079], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-1.30962, -7.38542, 10.08453], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-1.36113, -17.38501, 10.32058], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-1.31, -7.39, 10.08], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-1.31065, 7.60612, 9.73797], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-1.31871, -9.88934, 10.138], + "lerp_mode": "catmullrom" + }, + "2.0": [-1.31, -7.39, 10.08] + } + }, + "Right_wing6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-1.4679, 7.33011, -11.34079], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-1.30962, 7.38542, -10.08453], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-1.36113, 17.38501, -10.32058], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-1.31, 7.39, -10.08], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-1.31065, -7.60612, -9.73797], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-1.31871, 9.88934, -10.138], + "lerp_mode": "catmullrom" + }, + "2.0": [-1.31, 7.39, -10.08] + } + }, + "Jaw": { + "rotation": { + "0.9167": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [62.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Left_eyeclosed": { + "position": { + "0.0833": [0, 0, 0], + "0.125": [0.98, 0, -0.3], + "0.2917": [0.98, 0, -0.3], + "0.3333": [0, 0, 0], + "0.4583": [0, 0, 0], + "0.5": [0.98, 0, -0.3], + "0.6667": [0.98, 0, -0.3], + "0.7083": [0, 0, 0], + "0.9583": [0, 0, 0], + "1.0": [0.98, 0, -0.3] + } + }, + "Right_eyeclosed": { + "position": { + "0.0833": [0, 0, 0], + "0.125": [-0.98, 0, -0.3], + "0.2917": [-0.98, 0, -0.3], + "0.3333": [0, 0, 0], + "0.4583": [0, 0, 0], + "0.5": [-0.98, 0, -0.3], + "0.6667": [-0.98, 0, -0.3], + "0.7083": [0, 0, 0], + "0.9583": [0, 0, 0], + "1.0": [-0.98, 0, -0.3] + } + } + } + }, + "animation.noivern.sleep": { + "loop": true, + "animation_length": 6, + "bones": { + "Chest": { + "rotation": [75, 0, 0], + "position": [0, -41.75, -10] + }, + "Midsection": { + "rotation": [12.39638, 1.61888, -7.32417] + }, + "Hips": { + "rotation": [-4.83045, -1.29256, -14.94548] + }, + "Left_thigh": { + "rotation": [-106.57031, -1.7857, 36.40877], + "position": [0, 0.5221, 3.96578] + }, + "Left_calf": { + "rotation": [72.57906, 2.20474, 4.47683] + }, + "Left_foot": { + "rotation": [-52.32648, 2.86313, 6.93488] + }, + "Left_innertoe": { + "rotation": [-15.32031, 20.16107, -20.31839] + }, + "Left_innertoe2": { + "rotation": [30, 0, 0] + }, + "Left_outertoe": { + "rotation": [-12.67087, -3.99699, 10.78614] + }, + "Left_outertoe2": { + "rotation": [30, 0, 0] + }, + "Right_thigh": { + "rotation": [-106.57031, 1.7857, -36.40877], + "position": [0, 0.5221, 3.96578] + }, + "Right_calf": { + "rotation": [72.57906, -2.20474, -4.47683] + }, + "Right_foot": { + "rotation": [-57.04679, 7.02678, 0.72432] + }, + "Right_innertoe": { + "rotation": [-13.48104, -21.40548, 15.1383] + }, + "Right_innertoe2": { + "rotation": [30, 0, 0] + }, + "Right_outertoe": { + "rotation": [-10.27136, 8.91774, -11.67876] + }, + "Right_outertoe2": { + "rotation": [30, 0, 0] + }, + "Tail1": { + "rotation": [-13.56841, 1.01033, -26.01308] + }, + "Tail2": { + "rotation": [-8.57621, 5.90027, -32.70095] + }, + "Tail3": { + "rotation": [2.71622, 11.414, "-31.1123-math.sin((query.anim_time-0.1)*60)*2"] + }, + "Tail4": { + "rotation": [-5.33477, 2.03272, "-17.3818-math.sin((query.anim_time-0.2)*60)*3"] + }, + "Tail5": { + "rotation": [-2.26519, 4.19569, "-19.5358-math.sin((query.anim_time-0.3)*60)*3"] + }, + "Tail6": { + "rotation": [-0.25279, 1.93597, "-14.8774-math.sin((query.anim_time-0.4)*60)*3"] + }, + "Tail7": { + "rotation": [0, 0, "-20-math.sin((query.anim_time-0.5)*60)*3"] + }, + "Left_wing1": { + "rotation": [-4.24776, 30.64966, -72.21633], + "position": [0, 0.38823, 1.44889] + }, + "Left_wing2": { + "rotation": [7.82143, -6.92812, 5.28381] + }, + "Left_wing3": { + "rotation": [-0.46486, -0.1211, 18.09245] + }, + "Left_wing4": { + "rotation": [-2.41848, -6.73457, 30.2902] + }, + "Left_wing5": { + "rotation": [-0.22899, 3.93982, 35.17702] + }, + "Left_fingers": { + "rotation": [5, 0, 0] + }, + "Right_wing1": { + "rotation": [0.63417, -27.45817, 63.44767], + "position": [0, 0.19411, 0.72444] + }, + "Right_wing2": { + "rotation": [8.89886, 5.47049, 4.66801] + }, + "Right_wing3": { + "rotation": [-0.46486, 0.1211, -18.09245] + }, + "Right_wing4": { + "rotation": [-2.41848, 6.73457, -30.2902] + }, + "Right_wing5": { + "rotation": [-0.22899, -3.93982, -35.17702] + }, + "Neck": { + "rotation": ["5.6842+math.sin((query.anim_time-0.2)*60)*2", 2.61806, 24.81729] + }, + "head": { + "rotation": ["-68.0095-math.sin((query.anim_time-0.2)*60)*2", -12.19908, 27.62113] + }, + "Ear": { + "rotation": [10, 0, 0], + "scale": { + "1.0": [1, 1, 1], + "1.0833": [1.02, 1.02, 1.02], + "1.1667": [1, 1, 1], + "1.25": [1.02, 1.02, 1.02], + "1.3333": [1, 1, 1], + "4.0": [1, 1, 1], + "4.0833": [1.02, 1.02, 1.02], + "4.1667": [1, 1, 1], + "4.25": [1.02, 1.02, 1.02], + "4.3333": [1, 1, 1] + } + }, + "Right_fingers": { + "rotation": [10, 0, 0] + }, + "Left_wing6": { + "rotation": [0, 0, 15] + }, + "Right_wing6": { + "rotation": [0, 0, -15] + }, + "Left_eyeclosed": { + "position": [0.98, 0, -0.3] + }, + "Right_eyeclosed": { + "position": [-0.98, 0, -0.3] + } + } + }, + "animation.noivern.echo": { + "animation_length": 2, + "bones": { + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-14.74085, 29.96112, -0.50093], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-14.74085, 29.96112, -0.50093], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-7, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-16.73202, -34.71046, 2.35229], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-16.73202, -34.71046, 2.35229], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Jaw": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [28.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [28.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Ear": { + "scale": { + "0.0": [1, 1, 1], + "0.375": [1, 1, 1], + "0.4167": [1.15, 1.15, 1.15], + "0.4583": [1, 1, 1], + "0.5": [1.15, 1.15, 1.15], + "0.5417": [1, 1, 1], + "1.375": [1, 1, 1], + "1.4167": [1.15, 1.15, 1.15], + "1.4583": [1, 1, 1], + "1.5": [1.15, 1.15, 1.15], + "1.5417": [1, 1, 1] + } + } + } + }, + "animation.noivern.cry": { + "animation_length": 3, + "bones": { + "Neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-4.01765, 12.47764, 0.75328], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-11.07065, -15.73078, 2.15706], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Jaw": { + "rotation": { + "0.375": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + }, + "sound_effects": { + "0.5": { + "effect": "pokemon.noivern.cry" + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/nymble/nymble.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/nymble/nymble.animation.json new file mode 100644 index 0000000..f17831a --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/nymble/nymble.animation.json @@ -0,0 +1,118 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.nymble.ground_idle": { + "loop": true, + "bones": { + "head": { + "rotation": [32.5, 0, 0] + }, + "torso": { + "rotation": [340, 0, 0] + }, + "leg_left": { + "rotation": [55.01663, -41.72585, -53.21714] + }, + "leg_left2": { + "rotation": [-91.28882, 0.11244, -70.02853] + }, + "leg_left3": { + "rotation": [2.72535, 47.44052, 3.69768] + }, + "leg_left4": { + "rotation": [-90, 0, -95] + }, + "leg_right": { + "rotation": [53.57934, 41.22132, 52.52439] + }, + "leg_right2": { + "rotation": [-63.08132, 1.63918, 71.10998] + }, + "leg_right3": { + "rotation": [0, -47.5, 0] + }, + "leg_right4": { + "rotation": [-92.5, 0, 90] + }, + "body": { + "position": [0, -3, 0] + } + } + }, + "animation.nymble.sleep": { + "loop": true, + "bones": { + "body": { + "rotation": [0, 0, -47.5], + "position": [0, -4, 0] + }, + "leg_left": { + "rotation": [0, -77.5, -137.5] + }, + "leg_left2": { + "rotation": [0, 60, 0] + }, + "leg_right": { + "rotation": [-53.8713, 14.11572, 63.37365] + }, + "leg_right2": { + "rotation": [0, -70, 0] + }, + "head": { + "rotation": [22.5, 0, 0] + }, + "leg_right3": { + "rotation": [0, 0, 77.5] + }, + "leg_right4": { + "rotation": [0, -50, 0] + }, + "leg_left3": { + "rotation": [0, 0, -135] + }, + "leg_left4": { + "rotation": [0, 72.5, 0] + } + } + }, + "animation.nymble.ground_walk": { + "loop": true, + "bones": { + "head": { + "rotation": [32.5, 0, 0] + }, + "torso": { + "rotation": [340, 0, 0] + }, + "leg_left": { + "rotation": [55.01663, -41.72585, -53.21714] + }, + "leg_left2": { + "rotation": [-91.29249, 0.05612, -72.5279] + }, + "leg_left3": { + "rotation": [2.72535, 47.44052, 3.69768] + }, + "leg_left4": { + "rotation": [-90, 0, -95] + }, + "leg_right": { + "rotation": [53.57934, 41.22132, 52.52439] + }, + "leg_right2": { + "rotation": [-63.08132, 1.63918, 71.10998] + }, + "leg_right3": { + "rotation": [0, -47.5, 0] + }, + "leg_right4": { + "rotation": [-92.5, 0, 90] + }, + "body": { + "rotation": ["-math.sin(query.anim_time*90*7-60)*10", 0, 0], + "position": [0, "11+math.clamp(math.sin(query.anim_time*90*7)*15,-14,15)", "-math.sin(query.anim_time*90*7-80)*5"] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ogerpon/ogerpon.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ogerpon/ogerpon.animation.json new file mode 100644 index 0000000..33478c5 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ogerpon/ogerpon.animation.json @@ -0,0 +1,495 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.ogerpon.ground_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "rotation": ["-2.5-4*math.sin(q.anim_time*90*4-90)*1", "0+4*math.sin(q.anim_time*90*2-90)*1", "0-8*math.sin(q.anim_time*90*2-90)*1"], + "position": [0, "0.8*math.sin(q.anim_time*90*4+20)", 0] + }, + "tealmask": { + "rotation": [0, 0, "0-8*math.sin(q.anim_time*90*2-180)*0.2"], + "position": [0, 0, 4], + "scale": [0.1, 0.1, 1] + }, + "knot": { + "rotation": [0, 0, "0-8*math.sin(q.anim_time*90*2-90)*3"] + }, + "knot_2": { + "rotation": [0, 0, "0-8*math.sin(q.anim_time*90*2-180)*2"] + }, + "knot_3": { + "rotation": [0, 0, "0-8*math.sin(q.anim_time*90*2-270)*1"] + }, + "arm_right": { + "rotation": [0, 0, "-7.5+5*math.sin(q.anim_time*90*4-150)*0.5"] + }, + "bone15": { + "rotation": [0, 0, "-7.5+5*math.sin(q.anim_time*90*4-170)*0.5"] + }, + "arm_left": { + "rotation": [0, 0, "7.5-5*math.sin(q.anim_time*90*4-150)*0.5"] + }, + "bone13": { + "rotation": [0, 0, "7.5-5*math.sin(q.anim_time*90*4-170)*0.5"] + }, + "skirt_left": { + "rotation": ["-2.5-4*math.sin(q.anim_time*90*4-180)*1", 0, 0] + }, + "skirt_right": { + "rotation": ["-2.5-4*math.sin(q.anim_time*90*4-180)*1", 0, 0] + }, + "skirt_back": { + "rotation": ["-2.5-4*math.sin(q.anim_time*90*4-180)*2", 0, 0] + }, + "skirt_front": { + "rotation": ["-2.5-4*math.sin(q.anim_time*90*4-180)*2", 0, 0] + }, + "leg_right_1": { + "rotation": ["2.3567+math.clamp(math.sin(q.anim_time*90*2-90)*10,-100,0)", "17.3649-math.clamp(math.sin(q.anim_time*90*2-90)*5,-10,0)", 7.85035], + "position": [ + "-(math.clamp(-1*math.sin(q.anim_time*90*2-90),0,1))", + "math.clamp(-0.5*math.sin(q.anim_time*90*2-80),0,1)", + "1+math.clamp(2*math.sin(q.anim_time*90*2-90),-2,0)" + ] + }, + "feet_right": { + "rotation": { + "0.0": ["10.5052+10*math.sin(q.anim_time*90*12-80)", -1.92623, -11.50943], + "0.5": [0, 10, -7.5], + "1.0": [0, 10, -7.5], + "1.5417": [0, 10, -7.5], + "2.0": ["10.5052+10*math.sin(q.anim_time*90*12-80)", -1.92623, -11.50943], + "2.5": [0, 10, -7.5], + "3.0": [0, 10, -7.5], + "3.5417": [0, 10, -7.5], + "4.0": ["10.5052+10*math.sin(q.anim_time*90*12-80)", -1.92623, -11.50943] + } + }, + "leg_left_1": { + "rotation": ["2.3567+math.clamp(-math.sin(q.anim_time*90*2-90)*10,-100,0)", "-17.3649+math.clamp(-math.sin(q.anim_time*90*2-90)*5,-10,0)", -7.85035], + "position": [ + "math.clamp(1*math.sin(q.anim_time*90*2-90),0,1)", + "math.clamp(0.5*math.sin(q.anim_time*90*2-80),0,1)", + "1+math.clamp(-2*math.sin(q.anim_time*90*2-90),-2,0)" + ] + }, + "feet_left": { + "rotation": { + "0.0": [0, -10, 7.5], + "0.5417": [0, -10, 7.5], + "0.875": ["10.0572+10*math.sin(q.anim_time*90*12-80)", 4.81216, 8.85922], + "1.5": [0, -10, 7.5], + "2.0": [0, -10, 7.5], + "2.5417": [0, -10, 7.5], + "2.875": ["10.0572+10*math.sin(q.anim_time*90*12-80)", 4.81216, 8.85922], + "3.5": [0, -10, 7.5], + "4.0": [0, -10, 7.5] + } + } + } + }, + "animation.ogerpon.sleep": { + "loop": true, + "bones": { + "body_position": { + "position": [0, -12, 0] + }, + "body": { + "rotation": ["5-math.cos(q.anim_time*90*1)*1", 0, 0] + }, + "eye_right": { + "scale": [1, 0, 1] + }, + "eye_left": { + "scale": [1, 0, 1] + }, + "skirt_left": { + "rotation": [0, 0, -55] + }, + "skirt_right": { + "rotation": [0, 0, 52.5] + }, + "skirt_back": { + "rotation": ["39.7+math.cos(q.anim_time*90*1)*5", 0, 0] + }, + "skirt_front": { + "rotation": [-72.5, 0, 0] + }, + "knot": { + "rotation": ["5-math.cos(q.anim_time*90*1)*5", 0, 0] + }, + "knot_2": { + "rotation": ["5-math.cos(q.anim_time*90*1)*1", 0, 0] + }, + "arm_right": { + "rotation": [0, -5, "-1-math.cos(q.anim_time*90*1-60)*2"] + }, + "arm_left": { + "rotation": [0, 0, "1+math.cos(q.anim_time*90*1-60)*2"] + }, + "tealmask": { + "scale": 0 + }, + "leg_right_1": { + "rotation": [-90, 20, 0] + }, + "leg_left_1": { + "rotation": [-89.93795, -17.48791, -0.55958] + } + } + }, + "animation.ogerpon.blink": { + "animation_length": 0.625, + "bones": { + "eye_right": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + }, + "eye_left": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + } + } + }, + "animation.ogerpon.battle_idle": { + "loop": true, + "bones": { + "body": { + "rotation": ["10-math.cos(q.anim_time*90*3/2)*1", 2.5, 0], + "position": [0, "-0.825-math.sin(q.anim_time*90*3/2)*0.3", 0] + }, + "skirt_back": { + "rotation": ["0+math.cos(q.anim_time*90*3/2-260)*4", 0, 0] + }, + "skirt_front": { + "rotation": ["0+math.cos(q.anim_time*90*3/2-260)*4", 0, 0] + }, + "knot": { + "rotation": ["7.5-math.cos(q.anim_time*90*3/2-60)*5", 0, 0] + }, + "knot_2": { + "rotation": ["0-math.cos(q.anim_time*90*3/2-120)*3/2", 0, 0] + }, + "arm_right": { + "rotation": [0, "30-math.cos(q.anim_time*90*3/2-160)*2", "0-math.cos(q.anim_time*90*3/2-130)*1"] + }, + "bone15": { + "rotation": [0, 0, "0-math.cos(q.anim_time*90*3/2-210)*4"] + }, + "arm_left": { + "rotation": [0, "-22.5+math.cos(q.anim_time*90*3/2-160)*2", "0-math.cos(q.anim_time*90*3/2-130)*1"] + }, + "bone13": { + "rotation": [0, 0, "0-math.cos(q.anim_time*90*3/2-210)*-4"] + }, + "leg_right_1": { + "rotation": [0, 0, 10], + "position": [0, -0.55, 0] + }, + "leg_right_2": { + "rotation": [17.5, 0, 0] + }, + "feet_right": { + "rotation": [-17.44447, 8.94248, -13.2712] + }, + "leg_left_1": { + "rotation": [-22.5, 0, -15], + "position": [0, -0.825, 0] + }, + "leg_left_2": { + "rotation": [20, 0, 0] + }, + "feet_left": { + "rotation": [3.17802, -15.61486, 14.24992] + } + } + }, + "animation.ogerpon.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "body": { + "rotation": ["-2.5+Math.cos((query.anim_time-0.4) * 90 * 4*2) * 3", 0, 0], + "position": [0, "Math.cos((query.anim_time) * 90 * 4*2) * 0.3", 0] + }, + "skirt_left": { + "rotation": [0, 0, "5+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -7"] + }, + "skirt_right": { + "rotation": [0, 0, "-5+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -7"] + }, + "skirt_back": { + "rotation": ["5+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -8", 0, 0] + }, + "skirt_front": { + "rotation": [0, 0, "0+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -2"] + }, + "knot": { + "rotation": ["5+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -4", 0, 0] + }, + "knot_2": { + "rotation": ["5+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -3", 0, 0] + }, + "arm_right": { + "rotation": [0, "0-10*math.sin(q.anim_time*90*4)", "Math.cos((query.anim_time-0.6) * 90 * 2*2) * 2"] + }, + "bone15": { + "rotation": [0, "0-10*math.sin(q.anim_time*90*4)*0.3", "Math.cos((query.anim_time-0.6) * 90 * 2*2) * 2"] + }, + "arm_left": { + "rotation": [0, "0-10*math.sin(q.anim_time*90*4)", "Math.cos((query.anim_time-0.6) * 90 * 2*2) * 2"] + }, + "bone13": { + "rotation": [0, "0-10*math.sin(q.anim_time*90*4)*0.3", "Math.cos((query.anim_time-0.6) * 90 * 2*2) * 2"] + }, + "tealmask": { + "position": [0, 0, 4], + "scale": [0.1, 0.1, 1] + }, + "leg_right_1": { + "rotation": { + "0.0": [31.94, -4.07, 5.92], + "0.0417": [34.01816, -4.75113, 8.57518], + "0.125": [28.23141, -3.47957, 13.25477], + "0.2917": [0.08439, 1.60667, 17.97314], + "0.4167": [-31.76625, 0.64267, 17.18925], + "0.5": [-37, 0, 12], + "0.5833": [-33.42857, 0, 4.57143], + "0.7917": [2, 0, 0], + "0.9583": [29.87012, -3.39366, 3.26799], + "1.0": [31.94, -4.07, 5.92] + }, + "position": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, 0], + "0.25": [0, 1, 0], + "0.5": [0, 0, 0], + "1.0": [0, 0, 0] + } + }, + "leg_right_2": { + "rotation": { + "0.0": [12.92, 0, 0], + "0.0417": [15, 0, 0], + "0.2917": [25, 0, 0], + "0.5": [7.5, 0, 0], + "0.7917": [2.5, 0, 0], + "1.0": [12.92, 0, 0] + } + }, + "feet_right": { + "rotation": { + "0.0": [-5.42, 0, 0], + "0.0417": [-7.5, 0, 0], + "0.2917": [15.91527, 19.291, 5.38152], + "0.5": [15, 5, 0], + "0.7917": [5, 0, 0], + "1.0": [-5.42, 0, 0] + } + }, + "toe_right": { + "rotation": { + "0.0": [-14.91, 0, 0], + "0.0833": [-20, 0, 0], + "0.5": [-22.5, 0, 0], + "0.5417": [-24, 0, 0], + "0.625": [-32.5, 0, 0], + "0.75": [-2.5, 0, 0], + "0.7917": [-2.19, 0, 0], + "1.0": [-14.91, 0, 0] + } + }, + "leg_left_1": { + "rotation": { + "0.0": [-38, 0, -12], + "0.0833": [-34.42857, 0, -4.57143], + "0.2917": [2, 0, 0], + "0.4583": [29.87012, 3.39366, -3.26799], + "0.5417": [34.01816, 4.75113, -8.57518], + "0.625": [28.23141, 3.47957, -13.25477], + "0.7917": [0.08439, -1.60667, -17.97314], + "0.9167": [-32.76625, -0.64267, -17.18925], + "1.0": [-38, 0, -12] + }, + "position": { + "0.0": [0, 0, 0], + "0.5833": [0, 0, 0], + "0.75": [0, 1, 0], + "1.0": [0, 0, 0] + } + }, + "leg_left_2": { + "rotation": { + "0.0": [7.5, 0, 0], + "0.2917": [2.5, 0, 0], + "0.5417": [15, 0, 0], + "0.7917": [25, 0, 0], + "1.0": [7.5, 0, 0] + } + }, + "feet_left": { + "rotation": { + "0.0": [15, -5, 0], + "0.2917": [5, 0, 0], + "0.5417": [-7.5, 0, 0], + "0.7917": [15.91527, -19.291, -5.38152], + "1.0": [15, -5, 0] + } + }, + "bone": { + "rotation": { + "0.0": [-22.5, 0, 0], + "0.0417": [-24, 0, 0], + "0.125": [-32.5, 0, 0], + "0.25": [-2.5, 0, 0], + "0.2917": [-2.19, 0, 0], + "0.5833": [-20, 0, 0], + "1.0": [-22.5, 0, 0] + } + } + } + }, + "animation.ogerpon.ground_run": { + "loop": true, + "animation_length": 0.5, + "bones": { + "body_position": { + "position": { + "0.0": [0, 1.85, 0], + "0.0417": [0, 1.67, 0], + "0.125": [0, 0, 0], + "0.2083": { + "pre": [0, 1.67, 0], + "post": [0, 1.67, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 1.85, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 1.67, 0], + "lerp_mode": "catmullrom" + }, + "0.375": [0, 0, 0], + "0.4583": [0, 1.67, 0], + "0.5": [0, 1.85, 0] + } + }, + "body": { + "rotation": ["15+Math.cos((query.anim_time) * 90 * 8*2 - 90) * 2", 0, "Math.cos((query.anim_time) * 90 * 8 - 90) * 2"], + "position": [0, "Math.cos((query.anim_time) * 90 * 8*2 - 10) * 0.2", 0] + }, + "skirt_left": { + "rotation": [0, 0, "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * -20"] + }, + "skirt_right": { + "rotation": [0, 0, "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * -20"] + }, + "skirt_back": { + "rotation": ["0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * 20", 0, 0] + }, + "skirt_front": { + "rotation": ["-55+Math.cos((query.anim_time) * 90 * 8*2 - 90) * 20", 0, 0] + }, + "knot": { + "rotation": ["-5+Math.cos((query.anim_time) * 90 * 8*2 - 120) * 6", 0, 0] + }, + "arm_right": { + "rotation": [0, "10+Math.cos((query.anim_time) * 90 * 8) * 15", "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * 5"], + "position": [0, 0, 1] + }, + "bone15": { + "rotation": [0, "-0+Math.cos((query.anim_time) * 90 * 8) * -0.2", "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * -2"] + }, + "arm_left": { + "rotation": [0, "-10+Math.cos((query.anim_time) * 90 * 8) * -15", "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * -5"], + "position": [0, 0, 1] + }, + "bone13": { + "rotation": [0, "-0+Math.cos((query.anim_time) * 90 * 8) * -0.2", "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * -2"] + }, + "tealmask": { + "scale": 1 + }, + "leg_right_1": { + "rotation": { + "0.0": [55, 0, 0], + "0.0833": [36.67, 0, 0], + "0.1667": [-32.08, 0, 0], + "0.25": [-55, 0, 0], + "0.3333": [-32.08, 0, 0], + "0.4167": [36.67, 0, 0], + "0.5": [55, 0, 0] + } + }, + "leg_right_2": { + "rotation": { + "0.0": [17.5, 0, 0], + "0.125": { + "pre": [43.75, 0, 0], + "post": [43.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [17.5, 0, 0] + } + }, + "leg_left_1": { + "rotation": { + "0.0": [-55, 0, 0], + "0.0833": [-32.08, 0, 0], + "0.1667": [36.67, 0, 0], + "0.25": [55, 0, 0], + "0.3333": [36.67, 0, 0], + "0.4167": [-32.08, 0, 0], + "0.5": [-55, 0, 0] + } + }, + "leg_left_2": { + "rotation": { + "0.0": [10, 0, 0], + "0.1667": { + "pre": [-20, 0, 0], + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [43.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [10, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ogerpon_fire/ogerpon_fire.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ogerpon_fire/ogerpon_fire.animation.json new file mode 100644 index 0000000..4489704 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ogerpon_fire/ogerpon_fire.animation.json @@ -0,0 +1,480 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.ogerpon_fire.ground_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "rotation": ["-2.5-4*math.sin(q.anim_time*90*4-90)*1", "0+4*math.sin(q.anim_time*90*2-90)*1", "0-8*math.sin(q.anim_time*90*2-90)*1"], + "position": [0, "0.8*math.sin(q.anim_time*90*4+20)", 0] + }, + "knot": { + "rotation": [0, 0, "0-8*math.sin(q.anim_time*90*2-90)*3"] + }, + "knot_2": { + "rotation": [0, 0, "0-8*math.sin(q.anim_time*90*2-180)*2"] + }, + "knot_3": { + "rotation": [0, 0, "0-8*math.sin(q.anim_time*90*2-270)*1"] + }, + "arm_right": { + "rotation": [0, 0, "-7.5+5*math.sin(q.anim_time*90*4-150)*0.5"] + }, + "bone15": { + "rotation": [0, 0, "-7.5+5*math.sin(q.anim_time*90*4-170)*0.5"] + }, + "arm_left": { + "rotation": [0, 0, "7.5-5*math.sin(q.anim_time*90*4-150)*0.5"] + }, + "bone13": { + "rotation": [0, 0, "7.5-5*math.sin(q.anim_time*90*4-170)*0.5"] + }, + "skirt_left": { + "rotation": ["-2.5-4*math.sin(q.anim_time*90*4-180)*1", 0, 0] + }, + "skirt_right": { + "rotation": ["-2.5-4*math.sin(q.anim_time*90*4-180)*1", 0, 0] + }, + "skirt_back": { + "rotation": ["-2.5-4*math.sin(q.anim_time*90*4-180)*2", 0, 0] + }, + "skirt_front": { + "rotation": ["-2.5-4*math.sin(q.anim_time*90*4-180)*2", 0, 0] + }, + "leg_right_1": { + "rotation": ["2.3567+math.clamp(math.sin(q.anim_time*90*2-90)*10,-100,0)", "17.3649-math.clamp(math.sin(q.anim_time*90*2-90)*5,-10,0)", 7.85035], + "position": [ + "-(math.clamp(-1*math.sin(q.anim_time*90*2-90),0,1))", + "math.clamp(-0.5*math.sin(q.anim_time*90*2-80),0,1)", + "1+math.clamp(2*math.sin(q.anim_time*90*2-90),-2,0)" + ] + }, + "feet_right": { + "rotation": { + "0.0": ["10.5052+10*math.sin(q.anim_time*90*12-80)", -1.92623, -11.50943], + "0.5": [0, 10, -7.5], + "1.0": [0, 10, -7.5], + "1.5417": [0, 10, -7.5], + "2.0": ["10.5052+10*math.sin(q.anim_time*90*12-80)", -1.92623, -11.50943], + "2.5": [0, 10, -7.5], + "3.0": [0, 10, -7.5], + "3.5417": [0, 10, -7.5], + "4.0": ["10.5052+10*math.sin(q.anim_time*90*12-80)", -1.92623, -11.50943] + } + }, + "leg_left_1": { + "rotation": ["2.3567+math.clamp(-math.sin(q.anim_time*90*2-90)*10,-100,0)", "-17.3649+math.clamp(-math.sin(q.anim_time*90*2-90)*5,-10,0)", -7.85035], + "position": [ + "math.clamp(1*math.sin(q.anim_time*90*2-90),0,1)", + "math.clamp(0.5*math.sin(q.anim_time*90*2-80),0,1)", + "1+math.clamp(-2*math.sin(q.anim_time*90*2-90),-2,0)" + ] + }, + "feet_left": { + "rotation": { + "0.0": [0, -10, 7.5], + "0.5417": [0, -10, 7.5], + "0.875": ["10.0572+10*math.sin(q.anim_time*90*12-80)", 4.81216, 8.85922], + "1.5": [0, -10, 7.5], + "2.0": [0, -10, 7.5], + "2.5417": [0, -10, 7.5], + "2.875": ["10.0572+10*math.sin(q.anim_time*90*12-80)", 4.81216, 8.85922], + "3.5": [0, -10, 7.5], + "4.0": [0, -10, 7.5] + } + } + } + }, + "animation.ogerpon_fire.sleep": { + "loop": true, + "bones": { + "body_position": { + "position": [0, -12, 0] + }, + "body": { + "rotation": ["5-math.cos(q.anim_time*90*1)*1", 0, 0] + }, + "eye_right": { + "scale": [1, 0, 1] + }, + "eye_left": { + "scale": [1, 0, 1] + }, + "skirt_left": { + "rotation": [0, 0, -55] + }, + "skirt_right": { + "rotation": [0, 0, 52.5] + }, + "skirt_back": { + "rotation": ["39.7+math.cos(q.anim_time*90*1)*5", 0, 0] + }, + "skirt_front": { + "rotation": [-72.5, 0, 0] + }, + "knot": { + "rotation": ["5-math.cos(q.anim_time*90*1)*5", 0, 0] + }, + "knot_2": { + "rotation": ["5-math.cos(q.anim_time*90*1)*1", 0, 0] + }, + "arm_right": { + "rotation": [0, -5, "-1-math.cos(q.anim_time*90*1-60)*2"] + }, + "arm_left": { + "rotation": [0, 0, "1+math.cos(q.anim_time*90*1-60)*2"] + }, + "leg_right_1": { + "rotation": [-90, 20, 0] + }, + "leg_left_1": { + "rotation": [-89.93795, -17.48791, -0.55958] + } + } + }, + "animation.ogerpon_fire.blink": { + "animation_length": 0.625, + "bones": { + "eye_right": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + }, + "eye_left": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + } + } + }, + "animation.ogerpon_fire.ground_run": { + "loop": true, + "animation_length": 0.5, + "bones": { + "body_position": { + "position": { + "0.0": [0, 1.85, 0], + "0.0417": [0, 1.67, 0], + "0.125": [0, 0, 0], + "0.2083": { + "pre": [0, 1.67, 0], + "post": [0, 1.67, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 1.85, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 1.67, 0], + "lerp_mode": "catmullrom" + }, + "0.375": [0, 0, 0], + "0.4583": [0, 1.67, 0], + "0.5": [0, 1.85, 0] + } + }, + "body": { + "rotation": ["15+Math.cos((query.anim_time) * 90 * 8*2 - 90) * 2", 0, "Math.cos((query.anim_time) * 90 * 8 - 90) * 2"], + "position": [0, "Math.cos((query.anim_time) * 90 * 8*2 - 10) * 0.2", 0] + }, + "skirt_left": { + "rotation": [0, 0, "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * -20"] + }, + "skirt_right": { + "rotation": [0, 0, "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * -20"] + }, + "skirt_back": { + "rotation": ["0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * 20", 0, 0] + }, + "skirt_front": { + "rotation": ["-55+Math.cos((query.anim_time) * 90 * 8*2 - 90) * 20", 0, 0] + }, + "knot": { + "rotation": ["-5+Math.cos((query.anim_time) * 90 * 8*2 - 120) * 6", 0, 0] + }, + "arm_right": { + "rotation": [0, "10+Math.cos((query.anim_time) * 90 * 8) * 15", "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * 5"], + "position": [0, 0, 1] + }, + "bone15": { + "rotation": [0, "-0+Math.cos((query.anim_time) * 90 * 8) * -0.2", "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * -2"] + }, + "arm_left": { + "rotation": [0, "-10+Math.cos((query.anim_time) * 90 * 8) * -15", "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * -5"], + "position": [0, 0, 1] + }, + "bone13": { + "rotation": [0, "-0+Math.cos((query.anim_time) * 90 * 8) * -0.2", "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * -2"] + }, + "leg_right_1": { + "rotation": { + "0.0": [55, 0, 0], + "0.0833": [36.67, 0, 0], + "0.1667": [-32.08, 0, 0], + "0.25": [-55, 0, 0], + "0.3333": [-32.08, 0, 0], + "0.4167": [36.67, 0, 0], + "0.5": [55, 0, 0] + } + }, + "leg_right_2": { + "rotation": { + "0.0": [17.5, 0, 0], + "0.125": { + "pre": [43.75, 0, 0], + "post": [43.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [17.5, 0, 0] + } + }, + "leg_left_1": { + "rotation": { + "0.0": [-55, 0, 0], + "0.0833": [-32.08, 0, 0], + "0.1667": [36.67, 0, 0], + "0.25": [55, 0, 0], + "0.3333": [36.67, 0, 0], + "0.4167": [-32.08, 0, 0], + "0.5": [-55, 0, 0] + } + }, + "leg_left_2": { + "rotation": { + "0.0": [10, 0, 0], + "0.1667": { + "pre": [-20, 0, 0], + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [43.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [10, 0, 0] + } + } + } + }, + "animation.ogerpon_fire.battle_idle": { + "loop": true, + "bones": { + "body": { + "rotation": ["10-math.cos(q.anim_time*90*3/2)*1", 2.5, 0], + "position": [0, "-0.825-math.sin(q.anim_time*90*3/2)*0.3", 0] + }, + "skirt_back": { + "rotation": ["0+math.cos(q.anim_time*90*3/2-260)*4", 0, 0] + }, + "skirt_front": { + "rotation": ["0+math.cos(q.anim_time*90*3/2-260)*4", 0, 0] + }, + "knot": { + "rotation": ["7.5-math.cos(q.anim_time*90*3/2-60)*5", 0, 0] + }, + "knot_2": { + "rotation": ["0-math.cos(q.anim_time*90*3/2-120)*3/2", 0, 0] + }, + "arm_right": { + "rotation": [0, "30-math.cos(q.anim_time*90*3/2-160)*2", "0-math.cos(q.anim_time*90*3/2-130)*1"] + }, + "bone15": { + "rotation": [0, 0, "0-math.cos(q.anim_time*90*3/2-210)*4"] + }, + "arm_left": { + "rotation": [0, "-22.5+math.cos(q.anim_time*90*3/2-160)*2", "0-math.cos(q.anim_time*90*3/2-130)*1"] + }, + "bone13": { + "rotation": [0, 0, "0-math.cos(q.anim_time*90*3/2-210)*-4"] + }, + "leg_right_1": { + "rotation": [0, 0, 10], + "position": [0, -0.55, 0] + }, + "leg_right_2": { + "rotation": [17.5, 0, 0] + }, + "feet_right": { + "rotation": [-17.44447, 8.94248, -13.2712] + }, + "leg_left_1": { + "rotation": [-22.5, 0, -15], + "position": [0, -0.825, 0] + }, + "leg_left_2": { + "rotation": [20, 0, 0] + }, + "feet_left": { + "rotation": [3.17802, -15.61486, 14.24992] + } + } + }, + "animation.ogerpon_fire.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "body": { + "rotation": ["-2.5+Math.cos((query.anim_time-0.4) * 90 * 4*2) * 3", 0, 0], + "position": [0, "Math.cos((query.anim_time) * 90 * 4*2) * 0.3", 0] + }, + "skirt_left": { + "rotation": [0, 0, "5+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -7"] + }, + "skirt_right": { + "rotation": [0, 0, "-5+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -7"] + }, + "skirt_back": { + "rotation": ["5+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -8", 0, 0] + }, + "skirt_front": { + "rotation": [0, 0, "0+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -2"] + }, + "knot": { + "rotation": ["5+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -4", 0, 0] + }, + "knot_2": { + "rotation": ["5+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -3", 0, 0] + }, + "arm_right": { + "rotation": [0, "0-10*math.sin(q.anim_time*90*4)", "Math.cos((query.anim_time-0.6) * 90 * 2*2) * 2"] + }, + "bone15": { + "rotation": [0, "0-10*math.sin(q.anim_time*90*4)*0.3", "Math.cos((query.anim_time-0.6) * 90 * 2*2) * 2"] + }, + "arm_left": { + "rotation": [0, "0-10*math.sin(q.anim_time*90*4)", "Math.cos((query.anim_time-0.6) * 90 * 2*2) * 2"] + }, + "bone13": { + "rotation": [0, "0-10*math.sin(q.anim_time*90*4)*0.3", "Math.cos((query.anim_time-0.6) * 90 * 2*2) * 2"] + }, + "leg_right_1": { + "rotation": { + "0.0": [31.94, -4.07, 5.92], + "0.0417": [34.01816, -4.75113, 8.57518], + "0.125": [28.23141, -3.47957, 13.25477], + "0.2917": [0.08439, 1.60667, 17.97314], + "0.4167": [-31.76625, 0.64267, 17.18925], + "0.5": [-37, 0, 12], + "0.5833": [-33.42857, 0, 4.57143], + "0.7917": [2, 0, 0], + "0.9583": [29.87012, -3.39366, 3.26799], + "1.0": [31.94, -4.07, 5.92] + }, + "position": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, 0], + "0.25": [0, 1, 0], + "0.5": [0, 0, 0], + "1.0": [0, 0, 0] + } + }, + "leg_right_2": { + "rotation": { + "0.0": [12.92, 0, 0], + "0.0417": [15, 0, 0], + "0.2917": [25, 0, 0], + "0.5": [7.5, 0, 0], + "0.7917": [2.5, 0, 0], + "1.0": [12.92, 0, 0] + } + }, + "feet_right": { + "rotation": { + "0.0": [-5.42, 0, 0], + "0.0417": [-7.5, 0, 0], + "0.2917": [15.91527, 19.291, 5.38152], + "0.5": [15, 5, 0], + "0.7917": [5, 0, 0], + "1.0": [-5.42, 0, 0] + } + }, + "toe_right": { + "rotation": { + "0.0": [-14.91, 0, 0], + "0.0833": [-20, 0, 0], + "0.5": [-22.5, 0, 0], + "0.5417": [-24, 0, 0], + "0.625": [-32.5, 0, 0], + "0.75": [-2.5, 0, 0], + "0.7917": [-2.19, 0, 0], + "1.0": [-14.91, 0, 0] + } + }, + "leg_left_1": { + "rotation": { + "0.0": [-38, 0, -12], + "0.0833": [-34.42857, 0, -4.57143], + "0.2917": [2, 0, 0], + "0.4583": [29.87012, 3.39366, -3.26799], + "0.5417": [34.01816, 4.75113, -8.57518], + "0.625": [28.23141, 3.47957, -13.25477], + "0.7917": [0.08439, -1.60667, -17.97314], + "0.9167": [-32.76625, -0.64267, -17.18925], + "1.0": [-38, 0, -12] + }, + "position": { + "0.0": [0, 0, 0], + "0.5833": [0, 0, 0], + "0.75": [0, 1, 0], + "1.0": [0, 0, 0] + } + }, + "leg_left_2": { + "rotation": { + "0.0": [7.5, 0, 0], + "0.2917": [2.5, 0, 0], + "0.5417": [15, 0, 0], + "0.7917": [25, 0, 0], + "1.0": [7.5, 0, 0] + } + }, + "feet_left": { + "rotation": { + "0.0": [15, -5, 0], + "0.2917": [5, 0, 0], + "0.5417": [-7.5, 0, 0], + "0.7917": [15.91527, -19.291, -5.38152], + "1.0": [15, -5, 0] + } + }, + "bone": { + "rotation": { + "0.0": [-22.5, 0, 0], + "0.0417": [-24, 0, 0], + "0.125": [-32.5, 0, 0], + "0.25": [-2.5, 0, 0], + "0.2917": [-2.19, 0, 0], + "0.5833": [-20, 0, 0], + "1.0": [-22.5, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ogerpon_rock/ogerpon_rock.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ogerpon_rock/ogerpon_rock.animation.json new file mode 100644 index 0000000..f9aec38 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ogerpon_rock/ogerpon_rock.animation.json @@ -0,0 +1,480 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.ogerpon_rock.ground_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "rotation": ["-2.5-4*math.sin(q.anim_time*90*4-90)*1", "0+4*math.sin(q.anim_time*90*2-90)*1", "0-8*math.sin(q.anim_time*90*2-90)*1"], + "position": [0, "0.8*math.sin(q.anim_time*90*4+20)", 0] + }, + "knot": { + "rotation": [0, 0, "0-8*math.sin(q.anim_time*90*2-90)*3"] + }, + "knot_2": { + "rotation": [0, 0, "0-8*math.sin(q.anim_time*90*2-180)*2"] + }, + "knot_3": { + "rotation": [0, 0, "0-8*math.sin(q.anim_time*90*2-270)*1"] + }, + "arm_right": { + "rotation": [0, 0, "-7.5+5*math.sin(q.anim_time*90*4-150)*0.5"] + }, + "bone15": { + "rotation": [0, 0, "-7.5+5*math.sin(q.anim_time*90*4-170)*0.5"] + }, + "arm_left": { + "rotation": [0, 0, "7.5-5*math.sin(q.anim_time*90*4-150)*0.5"] + }, + "bone13": { + "rotation": [0, 0, "7.5-5*math.sin(q.anim_time*90*4-170)*0.5"] + }, + "skirt_left": { + "rotation": ["-2.5-4*math.sin(q.anim_time*90*4-180)*1", 0, 0] + }, + "skirt_right": { + "rotation": ["-2.5-4*math.sin(q.anim_time*90*4-180)*1", 0, 0] + }, + "skirt_back": { + "rotation": ["-2.5-4*math.sin(q.anim_time*90*4-180)*2", 0, 0] + }, + "skirt_front": { + "rotation": ["-2.5-4*math.sin(q.anim_time*90*4-180)*2", 0, 0] + }, + "leg_right_1": { + "rotation": ["2.3567+math.clamp(math.sin(q.anim_time*90*2-90)*10,-100,0)", "17.3649-math.clamp(math.sin(q.anim_time*90*2-90)*5,-10,0)", 7.85035], + "position": [ + "-(math.clamp(-1*math.sin(q.anim_time*90*2-90),0,1))", + "math.clamp(-0.5*math.sin(q.anim_time*90*2-80),0,1)", + "1+math.clamp(2*math.sin(q.anim_time*90*2-90),-2,0)" + ] + }, + "feet_right": { + "rotation": { + "0.0": ["10.5052+10*math.sin(q.anim_time*90*12-80)", -1.92623, -11.50943], + "0.5": [0, 10, -7.5], + "1.0": [0, 10, -7.5], + "1.5417": [0, 10, -7.5], + "2.0": ["10.5052+10*math.sin(q.anim_time*90*12-80)", -1.92623, -11.50943], + "2.5": [0, 10, -7.5], + "3.0": [0, 10, -7.5], + "3.5417": [0, 10, -7.5], + "4.0": ["10.5052+10*math.sin(q.anim_time*90*12-80)", -1.92623, -11.50943] + } + }, + "leg_left_1": { + "rotation": ["2.3567+math.clamp(-math.sin(q.anim_time*90*2-90)*10,-100,0)", "-17.3649+math.clamp(-math.sin(q.anim_time*90*2-90)*5,-10,0)", -7.85035], + "position": [ + "math.clamp(1*math.sin(q.anim_time*90*2-90),0,1)", + "math.clamp(0.5*math.sin(q.anim_time*90*2-80),0,1)", + "1+math.clamp(-2*math.sin(q.anim_time*90*2-90),-2,0)" + ] + }, + "feet_left": { + "rotation": { + "0.0": [0, -10, 7.5], + "0.5417": [0, -10, 7.5], + "0.875": ["10.0572+10*math.sin(q.anim_time*90*12-80)", 4.81216, 8.85922], + "1.5": [0, -10, 7.5], + "2.0": [0, -10, 7.5], + "2.5417": [0, -10, 7.5], + "2.875": ["10.0572+10*math.sin(q.anim_time*90*12-80)", 4.81216, 8.85922], + "3.5": [0, -10, 7.5], + "4.0": [0, -10, 7.5] + } + } + } + }, + "animation.ogerpon_rock.sleep": { + "loop": true, + "bones": { + "body_position": { + "position": [0, -12, 0] + }, + "body": { + "rotation": ["5-math.cos(q.anim_time*90*1)*1", 0, 0] + }, + "eye_right": { + "scale": [1, 0, 1] + }, + "eye_left": { + "scale": [1, 0, 1] + }, + "skirt_left": { + "rotation": [0, 0, -55] + }, + "skirt_right": { + "rotation": [0, 0, 52.5] + }, + "skirt_back": { + "rotation": ["39.7+math.cos(q.anim_time*90*1)*5", 0, 0] + }, + "skirt_front": { + "rotation": [-72.5, 0, 0] + }, + "knot": { + "rotation": ["5-math.cos(q.anim_time*90*1)*5", 0, 0] + }, + "knot_2": { + "rotation": ["5-math.cos(q.anim_time*90*1)*1", 0, 0] + }, + "arm_right": { + "rotation": [0, -5, "-1-math.cos(q.anim_time*90*1-60)*2"] + }, + "arm_left": { + "rotation": [0, 0, "1+math.cos(q.anim_time*90*1-60)*2"] + }, + "leg_right_1": { + "rotation": [-90, 20, 0] + }, + "leg_left_1": { + "rotation": [-89.93795, -17.48791, -0.55958] + } + } + }, + "animation.ogerpon_rock.blink": { + "animation_length": 0.625, + "bones": { + "eye_right": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + }, + "eye_left": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + } + } + }, + "animation.ogerpon_rock.battle_idle": { + "loop": true, + "bones": { + "body": { + "rotation": ["10-math.cos(q.anim_time*90*3/2)*1", 2.5, 0], + "position": [0, "-0.825-math.sin(q.anim_time*90*3/2)*0.3", 0] + }, + "skirt_back": { + "rotation": ["0+math.cos(q.anim_time*90*3/2-260)*4", 0, 0] + }, + "skirt_front": { + "rotation": ["0+math.cos(q.anim_time*90*3/2-260)*4", 0, 0] + }, + "knot": { + "rotation": ["7.5-math.cos(q.anim_time*90*3/2-60)*5", 0, 0] + }, + "knot_2": { + "rotation": ["0-math.cos(q.anim_time*90*3/2-120)*3/2", 0, 0] + }, + "arm_right": { + "rotation": [0, "30-math.cos(q.anim_time*90*3/2-160)*2", "0-math.cos(q.anim_time*90*3/2-130)*1"] + }, + "bone15": { + "rotation": [0, 0, "0-math.cos(q.anim_time*90*3/2-210)*4"] + }, + "arm_left": { + "rotation": [0, "-22.5+math.cos(q.anim_time*90*3/2-160)*2", "0-math.cos(q.anim_time*90*3/2-130)*1"] + }, + "bone13": { + "rotation": [0, 0, "0-math.cos(q.anim_time*90*3/2-210)*-4"] + }, + "leg_right_1": { + "rotation": [0, 0, 10], + "position": [0, -0.55, 0] + }, + "leg_right_2": { + "rotation": [17.5, 0, 0] + }, + "feet_right": { + "rotation": [-17.44447, 8.94248, -13.2712] + }, + "leg_left_1": { + "rotation": [-22.5, 0, -15], + "position": [0, -0.825, 0] + }, + "leg_left_2": { + "rotation": [20, 0, 0] + }, + "feet_left": { + "rotation": [3.17802, -15.61486, 14.24992] + } + } + }, + "animation.ogerpon_rock.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "body": { + "rotation": ["-2.5+Math.cos((query.anim_time-0.4) * 90 * 4*2) * 3", 0, 0], + "position": [0, "Math.cos((query.anim_time) * 90 * 4*2) * 0.3", 0] + }, + "skirt_left": { + "rotation": [0, 0, "5+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -7"] + }, + "skirt_right": { + "rotation": [0, 0, "-5+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -7"] + }, + "skirt_back": { + "rotation": ["5+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -8", 0, 0] + }, + "skirt_front": { + "rotation": [0, 0, "0+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -2"] + }, + "knot": { + "rotation": ["5+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -4", 0, 0] + }, + "knot_2": { + "rotation": ["5+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -3", 0, 0] + }, + "arm_right": { + "rotation": [0, "0-10*math.sin(q.anim_time*90*4)", "Math.cos((query.anim_time-0.6) * 90 * 2*2) * 2"] + }, + "bone15": { + "rotation": [0, "0-10*math.sin(q.anim_time*90*4)*0.3", "Math.cos((query.anim_time-0.6) * 90 * 2*2) * 2"] + }, + "arm_left": { + "rotation": [0, "0-10*math.sin(q.anim_time*90*4)", "Math.cos((query.anim_time-0.6) * 90 * 2*2) * 2"] + }, + "bone13": { + "rotation": [0, "0-10*math.sin(q.anim_time*90*4)*0.3", "Math.cos((query.anim_time-0.6) * 90 * 2*2) * 2"] + }, + "leg_right_1": { + "rotation": { + "0.0": [31.94, -4.07, 5.92], + "0.0417": [34.01816, -4.75113, 8.57518], + "0.125": [28.23141, -3.47957, 13.25477], + "0.2917": [0.08439, 1.60667, 17.97314], + "0.4167": [-31.76625, 0.64267, 17.18925], + "0.5": [-37, 0, 12], + "0.5833": [-33.42857, 0, 4.57143], + "0.7917": [2, 0, 0], + "0.9583": [29.87012, -3.39366, 3.26799], + "1.0": [31.94, -4.07, 5.92] + }, + "position": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, 0], + "0.25": [0, 1, 0], + "0.5": [0, 0, 0], + "1.0": [0, 0, 0] + } + }, + "leg_right_2": { + "rotation": { + "0.0": [12.92, 0, 0], + "0.0417": [15, 0, 0], + "0.2917": [25, 0, 0], + "0.5": [7.5, 0, 0], + "0.7917": [2.5, 0, 0], + "1.0": [12.92, 0, 0] + } + }, + "feet_right": { + "rotation": { + "0.0": [-5.42, 0, 0], + "0.0417": [-7.5, 0, 0], + "0.2917": [15.91527, 19.291, 5.38152], + "0.5": [15, 5, 0], + "0.7917": [5, 0, 0], + "1.0": [-5.42, 0, 0] + } + }, + "toe_right": { + "rotation": { + "0.0": [-14.91, 0, 0], + "0.0833": [-20, 0, 0], + "0.5": [-22.5, 0, 0], + "0.5417": [-24, 0, 0], + "0.625": [-32.5, 0, 0], + "0.75": [-2.5, 0, 0], + "0.7917": [-2.19, 0, 0], + "1.0": [-14.91, 0, 0] + } + }, + "leg_left_1": { + "rotation": { + "0.0": [-38, 0, -12], + "0.0833": [-34.42857, 0, -4.57143], + "0.2917": [2, 0, 0], + "0.4583": [29.87012, 3.39366, -3.26799], + "0.5417": [34.01816, 4.75113, -8.57518], + "0.625": [28.23141, 3.47957, -13.25477], + "0.7917": [0.08439, -1.60667, -17.97314], + "0.9167": [-32.76625, -0.64267, -17.18925], + "1.0": [-38, 0, -12] + }, + "position": { + "0.0": [0, 0, 0], + "0.5833": [0, 0, 0], + "0.75": [0, 1, 0], + "1.0": [0, 0, 0] + } + }, + "leg_left_2": { + "rotation": { + "0.0": [7.5, 0, 0], + "0.2917": [2.5, 0, 0], + "0.5417": [15, 0, 0], + "0.7917": [25, 0, 0], + "1.0": [7.5, 0, 0] + } + }, + "feet_left": { + "rotation": { + "0.0": [15, -5, 0], + "0.2917": [5, 0, 0], + "0.5417": [-7.5, 0, 0], + "0.7917": [15.91527, -19.291, -5.38152], + "1.0": [15, -5, 0] + } + }, + "bone": { + "rotation": { + "0.0": [-22.5, 0, 0], + "0.0417": [-24, 0, 0], + "0.125": [-32.5, 0, 0], + "0.25": [-2.5, 0, 0], + "0.2917": [-2.19, 0, 0], + "0.5833": [-20, 0, 0], + "1.0": [-22.5, 0, 0] + } + } + } + }, + "animation.ogerpon_rock.ground_run": { + "loop": true, + "animation_length": 0.5, + "bones": { + "body_position": { + "position": { + "0.0": [0, 1.85, 0], + "0.0417": [0, 1.67, 0], + "0.125": [0, 0, 0], + "0.2083": { + "pre": [0, 1.67, 0], + "post": [0, 1.67, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 1.85, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 1.67, 0], + "lerp_mode": "catmullrom" + }, + "0.375": [0, 0, 0], + "0.4583": [0, 1.67, 0], + "0.5": [0, 1.85, 0] + } + }, + "body": { + "rotation": ["15+Math.cos((query.anim_time) * 90 * 8*2 - 90) * 2", 0, "Math.cos((query.anim_time) * 90 * 8 - 90) * 2"], + "position": [0, "Math.cos((query.anim_time) * 90 * 8*2 - 10) * 0.2", 0] + }, + "skirt_left": { + "rotation": [0, 0, "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * -20"] + }, + "skirt_right": { + "rotation": [0, 0, "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * -20"] + }, + "skirt_back": { + "rotation": ["0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * 20", 0, 0] + }, + "skirt_front": { + "rotation": ["-55+Math.cos((query.anim_time) * 90 * 8*2 - 90) * 20", 0, 0] + }, + "knot": { + "rotation": ["-5+Math.cos((query.anim_time) * 90 * 8*2 - 120) * 6", 0, 0] + }, + "arm_right": { + "rotation": [0, "10+Math.cos((query.anim_time) * 90 * 8) * 15", "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * 5"], + "position": [0, 0, 1] + }, + "bone15": { + "rotation": [0, "-0+Math.cos((query.anim_time) * 90 * 8) * -0.2", "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * -2"] + }, + "arm_left": { + "rotation": [0, "-10+Math.cos((query.anim_time) * 90 * 8) * -15", "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * -5"], + "position": [0, 0, 1] + }, + "bone13": { + "rotation": [0, "-0+Math.cos((query.anim_time) * 90 * 8) * -0.2", "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * -2"] + }, + "leg_right_1": { + "rotation": { + "0.0": [55, 0, 0], + "0.0833": [36.67, 0, 0], + "0.1667": [-32.08, 0, 0], + "0.25": [-55, 0, 0], + "0.3333": [-32.08, 0, 0], + "0.4167": [36.67, 0, 0], + "0.5": [55, 0, 0] + } + }, + "leg_right_2": { + "rotation": { + "0.0": [17.5, 0, 0], + "0.125": { + "pre": [43.75, 0, 0], + "post": [43.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [17.5, 0, 0] + } + }, + "leg_left_1": { + "rotation": { + "0.0": [-55, 0, 0], + "0.0833": [-32.08, 0, 0], + "0.1667": [36.67, 0, 0], + "0.25": [55, 0, 0], + "0.3333": [36.67, 0, 0], + "0.4167": [-32.08, 0, 0], + "0.5": [-55, 0, 0] + } + }, + "leg_left_2": { + "rotation": { + "0.0": [10, 0, 0], + "0.1667": { + "pre": [-20, 0, 0], + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [43.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [10, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ogerpon_teal/ogerpon_teal.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ogerpon_teal/ogerpon_teal.animation.json new file mode 100644 index 0000000..9277a1b --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ogerpon_teal/ogerpon_teal.animation.json @@ -0,0 +1,483 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.ogerpon_teal.ground_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "rotation": ["-2.5-4*math.sin(q.anim_time*90*4-90)*1", "0+4*math.sin(q.anim_time*90*2-90)*1", "0-8*math.sin(q.anim_time*90*2-90)*1"], + "position": [0, "0.8*math.sin(q.anim_time*90*4+20)", 0] + }, + "knot": { + "rotation": [0, 0, "0-8*math.sin(q.anim_time*90*2-90)*3"] + }, + "knot_2": { + "rotation": [0, 0, "0-8*math.sin(q.anim_time*90*2-180)*2"] + }, + "knot_3": { + "rotation": [0, 0, "0-8*math.sin(q.anim_time*90*2-270)*1"] + }, + "arm_right": { + "rotation": [0, 0, "-7.5+5*math.sin(q.anim_time*90*4-150)*0.5"] + }, + "bone15": { + "rotation": [0, 0, "-7.5+5*math.sin(q.anim_time*90*4-170)*0.5"] + }, + "arm_left": { + "rotation": [0, 0, "7.5-5*math.sin(q.anim_time*90*4-150)*0.5"] + }, + "bone13": { + "rotation": [0, 0, "7.5-5*math.sin(q.anim_time*90*4-170)*0.5"] + }, + "skirt_left": { + "rotation": ["-2.5-4*math.sin(q.anim_time*90*4-180)*1", 0, 0] + }, + "skirt_right": { + "rotation": ["-2.5-4*math.sin(q.anim_time*90*4-180)*1", 0, 0] + }, + "skirt_back": { + "rotation": ["-2.5-4*math.sin(q.anim_time*90*4-180)*2", 0, 0] + }, + "skirt_front": { + "rotation": ["-2.5-4*math.sin(q.anim_time*90*4-180)*2", 0, 0] + }, + "leg_right_1": { + "rotation": ["2.3567+math.clamp(math.sin(q.anim_time*90*2-90)*10,-100,0)", "17.3649-math.clamp(math.sin(q.anim_time*90*2-90)*5,-10,0)", 7.85035], + "position": [ + "-(math.clamp(-1*math.sin(q.anim_time*90*2-90),0,1))", + "math.clamp(-0.5*math.sin(q.anim_time*90*2-80),0,1)", + "1+math.clamp(2*math.sin(q.anim_time*90*2-90),-2,0)" + ] + }, + "feet_right": { + "rotation": { + "0.0": ["10.5052+10*math.sin(q.anim_time*90*12-80)", -1.92623, -11.50943], + "0.5": [0, 10, -7.5], + "1.0": [0, 10, -7.5], + "1.5417": [0, 10, -7.5], + "2.0": ["10.5052+10*math.sin(q.anim_time*90*12-80)", -1.92623, -11.50943], + "2.5": [0, 10, -7.5], + "3.0": [0, 10, -7.5], + "3.5417": [0, 10, -7.5], + "4.0": ["10.5052+10*math.sin(q.anim_time*90*12-80)", -1.92623, -11.50943] + } + }, + "leg_left_1": { + "rotation": ["2.3567+math.clamp(-math.sin(q.anim_time*90*2-90)*10,-100,0)", "-17.3649+math.clamp(-math.sin(q.anim_time*90*2-90)*5,-10,0)", -7.85035], + "position": [ + "math.clamp(1*math.sin(q.anim_time*90*2-90),0,1)", + "math.clamp(0.5*math.sin(q.anim_time*90*2-80),0,1)", + "1+math.clamp(-2*math.sin(q.anim_time*90*2-90),-2,0)" + ] + }, + "feet_left": { + "rotation": { + "0.0": [0, -10, 7.5], + "0.5417": [0, -10, 7.5], + "0.875": ["10.0572+10*math.sin(q.anim_time*90*12-80)", 4.81216, 8.85922], + "1.5": [0, -10, 7.5], + "2.0": [0, -10, 7.5], + "2.5417": [0, -10, 7.5], + "2.875": ["10.0572+10*math.sin(q.anim_time*90*12-80)", 4.81216, 8.85922], + "3.5": [0, -10, 7.5], + "4.0": [0, -10, 7.5] + } + } + } + }, + "animation.ogerpon_teal.sleep": { + "loop": true, + "bones": { + "body_position": { + "position": [0, -12, 0] + }, + "body": { + "rotation": ["5-math.cos(q.anim_time*90*1)*1", 0, 0] + }, + "eye_right": { + "scale": [1, 0, 1] + }, + "eye_left": { + "scale": [1, 0, 1] + }, + "skirt_left": { + "rotation": [0, 0, -55] + }, + "skirt_right": { + "rotation": [0, 0, 52.5] + }, + "skirt_back": { + "rotation": ["39.7+math.cos(q.anim_time*90*1)*5", 0, 0] + }, + "skirt_front": { + "rotation": [-72.5, 0, 0] + }, + "knot": { + "rotation": ["5-math.cos(q.anim_time*90*1)*5", 0, 0] + }, + "knot_2": { + "rotation": ["5-math.cos(q.anim_time*90*1)*1", 0, 0] + }, + "arm_right": { + "rotation": [0, -5, "-1-math.cos(q.anim_time*90*1-60)*2"] + }, + "arm_left": { + "rotation": [0, 0, "1+math.cos(q.anim_time*90*1-60)*2"] + }, + "leg_right_1": { + "rotation": [-90, 20, 0] + }, + "leg_left_1": { + "rotation": [-89.93795, -17.48791, -0.55958] + } + } + }, + "animation.ogerpon_teal.blink": { + "animation_length": 0.625, + "bones": { + "eye_right": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + }, + "eye_left": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + } + } + }, + "animation.ogerpon_teal.battle_idle": { + "loop": true, + "bones": { + "body": { + "rotation": ["10-math.cos(q.anim_time*90*3/2)*1", 2.5, 0], + "position": [0, "-0.825-math.sin(q.anim_time*90*3/2)*0.3", 0] + }, + "skirt_back": { + "rotation": ["0+math.cos(q.anim_time*90*3/2-260)*4", 0, 0] + }, + "skirt_front": { + "rotation": ["0+math.cos(q.anim_time*90*3/2-260)*4", 0, 0] + }, + "knot": { + "rotation": ["7.5-math.cos(q.anim_time*90*3/2-60)*5", 0, 0] + }, + "knot_2": { + "rotation": ["0-math.cos(q.anim_time*90*3/2-120)*3/2", 0, 0] + }, + "arm_right": { + "rotation": [0, "30-math.cos(q.anim_time*90*3/2-160)*2", "0-math.cos(q.anim_time*90*3/2-130)*1"] + }, + "bone15": { + "rotation": [0, 0, "0-math.cos(q.anim_time*90*3/2-210)*4"] + }, + "arm_left": { + "rotation": [0, "-22.5+math.cos(q.anim_time*90*3/2-160)*2", "0-math.cos(q.anim_time*90*3/2-130)*1"] + }, + "bone13": { + "rotation": [0, 0, "0-math.cos(q.anim_time*90*3/2-210)*-4"] + }, + "leg_right_1": { + "rotation": [0, 0, 10], + "position": [0, -0.55, 0] + }, + "leg_right_2": { + "rotation": [17.5, 0, 0] + }, + "feet_right": { + "rotation": [-17.44447, 8.94248, -13.2712] + }, + "leg_left_1": { + "rotation": [-22.5, 0, -15], + "position": [0, -0.825, 0] + }, + "leg_left_2": { + "rotation": [20, 0, 0] + }, + "feet_left": { + "rotation": [3.17802, -15.61486, 14.24992] + } + } + }, + "animation.ogerpon_teal.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "body": { + "rotation": ["-2.5+Math.cos((query.anim_time-0.4) * 90 * 4*2) * 3", 0, 0], + "position": [0, "Math.cos((query.anim_time) * 90 * 4*2) * 0.3", 0] + }, + "skirt_left": { + "rotation": [0, 0, "5+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -7"] + }, + "skirt_right": { + "rotation": [0, 0, "-5+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -7"] + }, + "skirt_back": { + "rotation": ["5+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -8", 0, 0] + }, + "skirt_front": { + "rotation": [0, 0, "0+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -2"] + }, + "knot": { + "rotation": ["5+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -4", 0, 0] + }, + "knot_2": { + "rotation": ["5+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -3", 0, 0] + }, + "arm_right": { + "rotation": [0, "0-10*math.sin(q.anim_time*90*4)", "Math.cos((query.anim_time-0.6) * 90 * 2*2) * 2"] + }, + "bone15": { + "rotation": [0, "0-10*math.sin(q.anim_time*90*4)*0.3", "Math.cos((query.anim_time-0.6) * 90 * 2*2) * 2"] + }, + "arm_left": { + "rotation": [0, "0-10*math.sin(q.anim_time*90*4)", "Math.cos((query.anim_time-0.6) * 90 * 2*2) * 2"] + }, + "bone13": { + "rotation": [0, "0-10*math.sin(q.anim_time*90*4)*0.3", "Math.cos((query.anim_time-0.6) * 90 * 2*2) * 2"] + }, + "leg_right_1": { + "rotation": { + "0.0": [31.94, -4.07, 5.92], + "0.0417": [34.01816, -4.75113, 8.57518], + "0.125": [28.23141, -3.47957, 13.25477], + "0.2917": [0.08439, 1.60667, 17.97314], + "0.4167": [-31.76625, 0.64267, 17.18925], + "0.5": [-37, 0, 12], + "0.5833": [-33.42857, 0, 4.57143], + "0.7917": [2, 0, 0], + "0.9583": [29.87012, -3.39366, 3.26799], + "1.0": [31.94, -4.07, 5.92] + }, + "position": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, 0], + "0.25": [0, 1, 0], + "0.5": [0, 0, 0], + "1.0": [0, 0, 0] + } + }, + "leg_right_2": { + "rotation": { + "0.0": [12.92, 0, 0], + "0.0417": [15, 0, 0], + "0.2917": [25, 0, 0], + "0.5": [7.5, 0, 0], + "0.7917": [2.5, 0, 0], + "1.0": [12.92, 0, 0] + } + }, + "feet_right": { + "rotation": { + "0.0": [-5.42, 0, 0], + "0.0417": [-7.5, 0, 0], + "0.2917": [15.91527, 19.291, 5.38152], + "0.5": [15, 5, 0], + "0.7917": [5, 0, 0], + "1.0": [-5.42, 0, 0] + } + }, + "toe_right": { + "rotation": { + "0.0": [-14.91, 0, 0], + "0.0833": [-20, 0, 0], + "0.5": [-22.5, 0, 0], + "0.5417": [-24, 0, 0], + "0.625": [-32.5, 0, 0], + "0.75": [-2.5, 0, 0], + "0.7917": [-2.19, 0, 0], + "1.0": [-14.91, 0, 0] + } + }, + "leg_left_1": { + "rotation": { + "0.0": [-38, 0, -12], + "0.0833": [-34.42857, 0, -4.57143], + "0.2917": [2, 0, 0], + "0.4583": [29.87012, 3.39366, -3.26799], + "0.5417": [34.01816, 4.75113, -8.57518], + "0.625": [28.23141, 3.47957, -13.25477], + "0.7917": [0.08439, -1.60667, -17.97314], + "0.9167": [-32.76625, -0.64267, -17.18925], + "1.0": [-38, 0, -12] + }, + "position": { + "0.0": [0, 0, 0], + "0.5833": [0, 0, 0], + "0.75": [0, 1, 0], + "1.0": [0, 0, 0] + } + }, + "leg_left_2": { + "rotation": { + "0.0": [7.5, 0, 0], + "0.2917": [2.5, 0, 0], + "0.5417": [15, 0, 0], + "0.7917": [25, 0, 0], + "1.0": [7.5, 0, 0] + } + }, + "feet_left": { + "rotation": { + "0.0": [15, -5, 0], + "0.2917": [5, 0, 0], + "0.5417": [-7.5, 0, 0], + "0.7917": [15.91527, -19.291, -5.38152], + "1.0": [15, -5, 0] + } + }, + "bone": { + "rotation": { + "0.0": [-22.5, 0, 0], + "0.0417": [-24, 0, 0], + "0.125": [-32.5, 0, 0], + "0.25": [-2.5, 0, 0], + "0.2917": [-2.19, 0, 0], + "0.5833": [-20, 0, 0], + "1.0": [-22.5, 0, 0] + } + } + } + }, + "animation.ogerpon_teal.ground_run": { + "loop": true, + "animation_length": 0.5, + "bones": { + "body_position": { + "position": { + "0.0": [0, 1.85, 0], + "0.0417": [0, 1.67, 0], + "0.125": [0, 0, 0], + "0.2083": { + "pre": [0, 1.67, 0], + "post": [0, 1.67, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 1.85, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 1.67, 0], + "lerp_mode": "catmullrom" + }, + "0.375": [0, 0, 0], + "0.4583": [0, 1.67, 0], + "0.5": [0, 1.85, 0] + } + }, + "body": { + "rotation": ["15+Math.cos((query.anim_time) * 90 * 8*2 - 90) * 2", 0, "Math.cos((query.anim_time) * 90 * 8 - 90) * 2"], + "position": [0, "Math.cos((query.anim_time) * 90 * 8*2 - 10) * 0.2", 0] + }, + "skirt_left": { + "rotation": [0, 0, "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * -20"] + }, + "skirt_right": { + "rotation": [0, 0, "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * -20"] + }, + "skirt_back": { + "rotation": ["0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * 20", 0, 0] + }, + "skirt_front": { + "rotation": ["-55+Math.cos((query.anim_time) * 90 * 8*2 - 90) * 20", 0, 0] + }, + "knot": { + "rotation": ["-5+Math.cos((query.anim_time) * 90 * 8*2 - 120) * 6", 0, 0] + }, + "arm_right": { + "rotation": [0, "10+Math.cos((query.anim_time) * 90 * 8) * 15", "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * 5"], + "position": [0, 0, 1] + }, + "bone15": { + "rotation": [0, "-0+Math.cos((query.anim_time) * 90 * 8) * -0.2", "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * -2"] + }, + "arm_left": { + "rotation": [0, "-10+Math.cos((query.anim_time) * 90 * 8) * -15", "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * -5"], + "position": [0, 0, 1] + }, + "bone13": { + "rotation": [0, "-0+Math.cos((query.anim_time) * 90 * 8) * -0.2", "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * -2"] + }, + "tealmask": { + "scale": 1 + }, + "leg_right_1": { + "rotation": { + "0.0": [55, 0, 0], + "0.0833": [36.67, 0, 0], + "0.1667": [-32.08, 0, 0], + "0.25": [-55, 0, 0], + "0.3333": [-32.08, 0, 0], + "0.4167": [36.67, 0, 0], + "0.5": [55, 0, 0] + } + }, + "leg_right_2": { + "rotation": { + "0.0": [17.5, 0, 0], + "0.125": { + "pre": [43.75, 0, 0], + "post": [43.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [17.5, 0, 0] + } + }, + "leg_left_1": { + "rotation": { + "0.0": [-55, 0, 0], + "0.0833": [-32.08, 0, 0], + "0.1667": [36.67, 0, 0], + "0.25": [55, 0, 0], + "0.3333": [36.67, 0, 0], + "0.4167": [-32.08, 0, 0], + "0.5": [-55, 0, 0] + } + }, + "leg_left_2": { + "rotation": { + "0.0": [10, 0, 0], + "0.1667": { + "pre": [-20, 0, 0], + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [43.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [10, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ogerpon_water/ogerpon_water.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ogerpon_water/ogerpon_water.animation.json new file mode 100644 index 0000000..e1b0fb7 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ogerpon_water/ogerpon_water.animation.json @@ -0,0 +1,483 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.ogerpon_water.ground_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "rotation": ["-2.5-4*math.sin(q.anim_time*90*4-90)*1", "0+4*math.sin(q.anim_time*90*2-90)*1", "0-8*math.sin(q.anim_time*90*2-90)*1"], + "position": [0, "0.8*math.sin(q.anim_time*90*4+20)", 0] + }, + "knot": { + "rotation": [0, 0, "0-8*math.sin(q.anim_time*90*2-90)*3"] + }, + "knot_2": { + "rotation": [0, 0, "0-8*math.sin(q.anim_time*90*2-180)*2"] + }, + "knot_3": { + "rotation": [0, 0, "0-8*math.sin(q.anim_time*90*2-270)*1"] + }, + "arm_right": { + "rotation": [0, 0, "-7.5+5*math.sin(q.anim_time*90*4-150)*0.5"] + }, + "bone15": { + "rotation": [0, 0, "-7.5+5*math.sin(q.anim_time*90*4-170)*0.5"] + }, + "arm_left": { + "rotation": [0, 0, "7.5-5*math.sin(q.anim_time*90*4-150)*0.5"] + }, + "bone13": { + "rotation": [0, 0, "7.5-5*math.sin(q.anim_time*90*4-170)*0.5"] + }, + "skirt_left": { + "rotation": ["-2.5-4*math.sin(q.anim_time*90*4-180)*1", 0, 0] + }, + "skirt_right": { + "rotation": ["-2.5-4*math.sin(q.anim_time*90*4-180)*1", 0, 0] + }, + "skirt_back": { + "rotation": ["-2.5-4*math.sin(q.anim_time*90*4-180)*2", 0, 0] + }, + "skirt_front": { + "rotation": ["-2.5-4*math.sin(q.anim_time*90*4-180)*2", 0, 0] + }, + "leg_right_1": { + "rotation": ["2.3567+math.clamp(math.sin(q.anim_time*90*2-90)*10,-100,0)", "17.3649-math.clamp(math.sin(q.anim_time*90*2-90)*5,-10,0)", 7.85035], + "position": [ + "-(math.clamp(-1*math.sin(q.anim_time*90*2-90),0,1))", + "math.clamp(-0.5*math.sin(q.anim_time*90*2-80),0,1)", + "1+math.clamp(2*math.sin(q.anim_time*90*2-90),-2,0)" + ] + }, + "feet_right": { + "rotation": { + "0.0": ["10.5052+10*math.sin(q.anim_time*90*12-80)", -1.92623, -11.50943], + "0.5": [0, 10, -7.5], + "1.0": [0, 10, -7.5], + "1.5417": [0, 10, -7.5], + "2.0": ["10.5052+10*math.sin(q.anim_time*90*12-80)", -1.92623, -11.50943], + "2.5": [0, 10, -7.5], + "3.0": [0, 10, -7.5], + "3.5417": [0, 10, -7.5], + "4.0": ["10.5052+10*math.sin(q.anim_time*90*12-80)", -1.92623, -11.50943] + } + }, + "leg_left_1": { + "rotation": ["2.3567+math.clamp(-math.sin(q.anim_time*90*2-90)*10,-100,0)", "-17.3649+math.clamp(-math.sin(q.anim_time*90*2-90)*5,-10,0)", -7.85035], + "position": [ + "math.clamp(1*math.sin(q.anim_time*90*2-90),0,1)", + "math.clamp(0.5*math.sin(q.anim_time*90*2-80),0,1)", + "1+math.clamp(-2*math.sin(q.anim_time*90*2-90),-2,0)" + ] + }, + "feet_left": { + "rotation": { + "0.0": [0, -10, 7.5], + "0.5417": [0, -10, 7.5], + "0.875": ["10.0572+10*math.sin(q.anim_time*90*12-80)", 4.81216, 8.85922], + "1.5": [0, -10, 7.5], + "2.0": [0, -10, 7.5], + "2.5417": [0, -10, 7.5], + "2.875": ["10.0572+10*math.sin(q.anim_time*90*12-80)", 4.81216, 8.85922], + "3.5": [0, -10, 7.5], + "4.0": [0, -10, 7.5] + } + } + } + }, + "animation.ogerpon_water.sleep": { + "loop": true, + "bones": { + "body_position": { + "position": [0, -12, 0] + }, + "body": { + "rotation": ["5-math.cos(q.anim_time*90*1)*1", 0, 0] + }, + "eye_right": { + "scale": [1, 0, 1] + }, + "eye_left": { + "scale": [1, 0, 1] + }, + "skirt_left": { + "rotation": [0, 0, -55] + }, + "skirt_right": { + "rotation": [0, 0, 52.5] + }, + "skirt_back": { + "rotation": ["39.7+math.cos(q.anim_time*90*1)*5", 0, 0] + }, + "skirt_front": { + "rotation": [-72.5, 0, 0] + }, + "knot": { + "rotation": ["5-math.cos(q.anim_time*90*1)*5", 0, 0] + }, + "knot_2": { + "rotation": ["5-math.cos(q.anim_time*90*1)*1", 0, 0] + }, + "arm_right": { + "rotation": [0, -5, "-1-math.cos(q.anim_time*90*1-60)*2"] + }, + "arm_left": { + "rotation": [0, 0, "1+math.cos(q.anim_time*90*1-60)*2"] + }, + "leg_right_1": { + "rotation": [-90, 20, 0] + }, + "leg_left_1": { + "rotation": [-89.93795, -17.48791, -0.55958] + } + } + }, + "animation.ogerpon_water.blink": { + "animation_length": 0.625, + "bones": { + "eye_right": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + }, + "eye_left": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + } + } + }, + "animation.ogerpon_water.battle_idle": { + "loop": true, + "bones": { + "body": { + "rotation": ["10-math.cos(q.anim_time*90*3/2)*1", 2.5, 0], + "position": [0, "-0.825-math.sin(q.anim_time*90*3/2)*0.3", 0] + }, + "skirt_back": { + "rotation": ["0+math.cos(q.anim_time*90*3/2-260)*4", 0, 0] + }, + "skirt_front": { + "rotation": ["0+math.cos(q.anim_time*90*3/2-260)*4", 0, 0] + }, + "knot": { + "rotation": ["7.5-math.cos(q.anim_time*90*3/2-60)*5", 0, 0] + }, + "knot_2": { + "rotation": ["0-math.cos(q.anim_time*90*3/2-120)*3/2", 0, 0] + }, + "arm_right": { + "rotation": [0, "30-math.cos(q.anim_time*90*3/2-160)*2", "0-math.cos(q.anim_time*90*3/2-130)*1"] + }, + "bone15": { + "rotation": [0, 0, "0-math.cos(q.anim_time*90*3/2-210)*4"] + }, + "arm_left": { + "rotation": [0, "-22.5+math.cos(q.anim_time*90*3/2-160)*2", "0-math.cos(q.anim_time*90*3/2-130)*1"] + }, + "bone13": { + "rotation": [0, 0, "0-math.cos(q.anim_time*90*3/2-210)*-4"] + }, + "leg_right_1": { + "rotation": [0, 0, 10], + "position": [0, -0.55, 0] + }, + "leg_right_2": { + "rotation": [17.5, 0, 0] + }, + "feet_right": { + "rotation": [-17.44447, 8.94248, -13.2712] + }, + "leg_left_1": { + "rotation": [-22.5, 0, -15], + "position": [0, -0.825, 0] + }, + "leg_left_2": { + "rotation": [20, 0, 0] + }, + "feet_left": { + "rotation": [3.17802, -15.61486, 14.24992] + } + } + }, + "animation.ogerpon_water.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "body": { + "rotation": ["-2.5+Math.cos((query.anim_time-0.4) * 90 * 4*2) * 3", 0, 0], + "position": [0, "Math.cos((query.anim_time) * 90 * 4*2) * 0.3", 0] + }, + "skirt_left": { + "rotation": [0, 0, "5+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -7"] + }, + "skirt_right": { + "rotation": [0, 0, "-5+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -7"] + }, + "skirt_back": { + "rotation": ["5+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -8", 0, 0] + }, + "skirt_front": { + "rotation": [0, 0, "0+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -2"] + }, + "knot": { + "rotation": ["5+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -4", 0, 0] + }, + "knot_2": { + "rotation": ["5+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -3", 0, 0] + }, + "arm_right": { + "rotation": [0, "0-10*math.sin(q.anim_time*90*4)", "Math.cos((query.anim_time-0.6) * 90 * 2*2) * 2"] + }, + "bone15": { + "rotation": [0, "0-10*math.sin(q.anim_time*90*4)*0.3", "Math.cos((query.anim_time-0.6) * 90 * 2*2) * 2"] + }, + "arm_left": { + "rotation": [0, "0-10*math.sin(q.anim_time*90*4)", "Math.cos((query.anim_time-0.6) * 90 * 2*2) * 2"] + }, + "bone13": { + "rotation": [0, "0-10*math.sin(q.anim_time*90*4)*0.3", "Math.cos((query.anim_time-0.6) * 90 * 2*2) * 2"] + }, + "leg_right_1": { + "rotation": { + "0.0": [31.94, -4.07, 5.92], + "0.0417": [34.01816, -4.75113, 8.57518], + "0.125": [28.23141, -3.47957, 13.25477], + "0.2917": [0.08439, 1.60667, 17.97314], + "0.4167": [-31.76625, 0.64267, 17.18925], + "0.5": [-37, 0, 12], + "0.5833": [-33.42857, 0, 4.57143], + "0.7917": [2, 0, 0], + "0.9583": [29.87012, -3.39366, 3.26799], + "1.0": [31.94, -4.07, 5.92] + }, + "position": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, 0], + "0.25": [0, 1, 0], + "0.5": [0, 0, 0], + "1.0": [0, 0, 0] + } + }, + "leg_right_2": { + "rotation": { + "0.0": [12.92, 0, 0], + "0.0417": [15, 0, 0], + "0.2917": [25, 0, 0], + "0.5": [7.5, 0, 0], + "0.7917": [2.5, 0, 0], + "1.0": [12.92, 0, 0] + } + }, + "feet_right": { + "rotation": { + "0.0": [-5.42, 0, 0], + "0.0417": [-7.5, 0, 0], + "0.2917": [15.91527, 19.291, 5.38152], + "0.5": [15, 5, 0], + "0.7917": [5, 0, 0], + "1.0": [-5.42, 0, 0] + } + }, + "toe_right": { + "rotation": { + "0.0": [-14.91, 0, 0], + "0.0833": [-20, 0, 0], + "0.5": [-22.5, 0, 0], + "0.5417": [-24, 0, 0], + "0.625": [-32.5, 0, 0], + "0.75": [-2.5, 0, 0], + "0.7917": [-2.19, 0, 0], + "1.0": [-14.91, 0, 0] + } + }, + "leg_left_1": { + "rotation": { + "0.0": [-38, 0, -12], + "0.0833": [-34.42857, 0, -4.57143], + "0.2917": [2, 0, 0], + "0.4583": [29.87012, 3.39366, -3.26799], + "0.5417": [34.01816, 4.75113, -8.57518], + "0.625": [28.23141, 3.47957, -13.25477], + "0.7917": [0.08439, -1.60667, -17.97314], + "0.9167": [-32.76625, -0.64267, -17.18925], + "1.0": [-38, 0, -12] + }, + "position": { + "0.0": [0, 0, 0], + "0.5833": [0, 0, 0], + "0.75": [0, 1, 0], + "1.0": [0, 0, 0] + } + }, + "leg_left_2": { + "rotation": { + "0.0": [7.5, 0, 0], + "0.2917": [2.5, 0, 0], + "0.5417": [15, 0, 0], + "0.7917": [25, 0, 0], + "1.0": [7.5, 0, 0] + } + }, + "feet_left": { + "rotation": { + "0.0": [15, -5, 0], + "0.2917": [5, 0, 0], + "0.5417": [-7.5, 0, 0], + "0.7917": [15.91527, -19.291, -5.38152], + "1.0": [15, -5, 0] + } + }, + "bone": { + "rotation": { + "0.0": [-22.5, 0, 0], + "0.0417": [-24, 0, 0], + "0.125": [-32.5, 0, 0], + "0.25": [-2.5, 0, 0], + "0.2917": [-2.19, 0, 0], + "0.5833": [-20, 0, 0], + "1.0": [-22.5, 0, 0] + } + } + } + }, + "animation.ogerpon_water.ground_run": { + "loop": true, + "animation_length": 0.5, + "bones": { + "body_position": { + "position": { + "0.0": [0, 1.85, 0], + "0.0417": [0, 1.67, 0], + "0.125": [0, 0, 0], + "0.2083": { + "pre": [0, 1.67, 0], + "post": [0, 1.67, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 1.85, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 1.67, 0], + "lerp_mode": "catmullrom" + }, + "0.375": [0, 0, 0], + "0.4583": [0, 1.67, 0], + "0.5": [0, 1.85, 0] + } + }, + "body": { + "rotation": ["15+Math.cos((query.anim_time) * 90 * 8*2 - 90) * 2", 0, "Math.cos((query.anim_time) * 90 * 8 - 90) * 2"], + "position": [0, "Math.cos((query.anim_time) * 90 * 8*2 - 10) * 0.2", 0] + }, + "skirt_left": { + "rotation": [0, 0, "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * -20"] + }, + "skirt_right": { + "rotation": [0, 0, "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * -20"] + }, + "skirt_back": { + "rotation": ["0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * 20", 0, 0] + }, + "skirt_front": { + "rotation": ["-55+Math.cos((query.anim_time) * 90 * 8*2 - 90) * 20", 0, 0] + }, + "knot": { + "rotation": ["-5+Math.cos((query.anim_time) * 90 * 8*2 - 120) * 6", 0, 0] + }, + "arm_right": { + "rotation": [0, "10+Math.cos((query.anim_time) * 90 * 8) * 15", "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * 5"], + "position": [0, 0, 1] + }, + "bone15": { + "rotation": [0, "-0+Math.cos((query.anim_time) * 90 * 8) * -0.2", "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * -2"] + }, + "arm_left": { + "rotation": [0, "-10+Math.cos((query.anim_time) * 90 * 8) * -15", "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * -5"], + "position": [0, 0, 1] + }, + "bone13": { + "rotation": [0, "-0+Math.cos((query.anim_time) * 90 * 8) * -0.2", "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * -2"] + }, + "water_mask": { + "scale": 1 + }, + "leg_right_1": { + "rotation": { + "0.0": [55, 0, 0], + "0.0833": [36.67, 0, 0], + "0.1667": [-32.08, 0, 0], + "0.25": [-55, 0, 0], + "0.3333": [-32.08, 0, 0], + "0.4167": [36.67, 0, 0], + "0.5": [55, 0, 0] + } + }, + "leg_right_2": { + "rotation": { + "0.0": [17.5, 0, 0], + "0.125": { + "pre": [43.75, 0, 0], + "post": [43.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [17.5, 0, 0] + } + }, + "leg_left_1": { + "rotation": { + "0.0": [-55, 0, 0], + "0.0833": [-32.08, 0, 0], + "0.1667": [36.67, 0, 0], + "0.25": [55, 0, 0], + "0.3333": [36.67, 0, 0], + "0.4167": [-32.08, 0, 0], + "0.5": [-55, 0, 0] + } + }, + "leg_left_2": { + "rotation": { + "0.0": [10, 0, 0], + "0.1667": { + "pre": [-20, 0, 0], + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [43.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [10, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/orbeetle/orbeetle.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/orbeetle/orbeetle.animation.json new file mode 100644 index 0000000..c12e6d2 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/orbeetle/orbeetle.animation.json @@ -0,0 +1,135 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.orbeetle.ground_idle": { + "loop": true, + "bones": { + "body": { + "rotation": ["3-1*(math.cos(q.anim_time*90+2)*2)", 0, "3-1*(math.cos(q.anim_time*90+2)*2)-3+1*(math.sin(q.anim_time*90+2)*2)"], + "position": [-1, 0, 0] + }, + "leftshell": { + "scale": 1 + }, + "leftarm": { + "rotation": [0, 0, "40-1*(math.cos(q.anim_time*90+2)*4)"] + }, + "rightarm": { + "rotation": [0, 0, "-40+1*(math.cos(q.anim_time*90+2)*4)"] + }, + "torso": { + "rotation": ["25+1*(math.cos(q.anim_time*90+2)*4)", 0, 0], + "position": [0, "0+0.1*(math.cos(q.anim_time*90+2)*4)", 1] + }, + "waist": { + "rotation": [0, 0, 0] + }, + "legleft": { + "rotation": ["3+1*(math.cos(q.anim_time*90+2)*4)", -10.30856, -11.00303] + }, + "legright": { + "rotation": ["3+1*(math.cos(q.anim_time*90+2)*4)", 24.59477, 4.62934] + }, + "abdomen": { + "rotation": [-18.04941, 1.70134, -0.93514], + "position": [0, -0.5, -0.025] + }, + "rightknee": { + "rotation": ["70+1*(math.cos(q.anim_time*90+2)*4)", 0, 0] + }, + "leftknee": { + "rotation": ["70+1*(math.cos(q.anim_time*90+2)*4)", 0, 0] + }, + "lefthand": { + "rotation": [0, "37.5-1*(math.cos(q.anim_time*90+2)*4)", 0] + }, + "leftpalm": { + "rotation": [0, 0, 27.5] + }, + "leftclawb": { + "rotation": [0, 0, 65] + }, + "leftclawf": { + "rotation": [0, 0, 67.5] + }, + "righthand": { + "rotation": [0, "-37.5+1*(math.cos(q.anim_time*90+2)*4)", 0] + }, + "rightpalm": { + "rotation": [0, 0, -17.5] + }, + "rightclawf": { + "rotation": [0, 0, -57.5] + }, + "rightclawb": { + "rotation": [0, 0, -62.5] + } + } + }, + "animation.orbeetle.ground_walk": { + "loop": true, + "bones": { + "body": { + "rotation": ["15.5-1*(math.cos(q.anim_time*90+2)*4)", 0, "3-1*(math.cos(q.anim_time*90+2)*4)-3+1*(math.sin(q.anim_time*90+2)*4)"], + "position": [-1, 0, 0] + }, + "leftshell": { + "scale": 1 + }, + "leftarm": { + "rotation": [0, -27.5, "40-1*(math.cos(q.anim_time*90+2)*4)"] + }, + "rightarm": { + "rotation": [0, 27.5, "-40+1*(math.cos(q.anim_time*90+2)*4)"] + }, + "torso": { + "rotation": ["25+1*(math.cos(q.anim_time*90+2)*4)", 0, 0], + "position": [0, "0+0.1*(math.cos(q.anim_time*90+2)*4)", 1] + }, + "waist": { + "rotation": [0, 0, 0] + }, + "legleft": { + "rotation": ["25.5+1*(math.cos(q.anim_time*90+2)*4)", -10.30856, -11.00303] + }, + "legright": { + "rotation": ["25.5+1*(math.cos(q.anim_time*90+2)*4)", 24.59477, 4.62934] + }, + "abdomen": { + "rotation": [-18.04941, 1.70134, -0.93514], + "position": [0, -0.5, -0.025] + }, + "rightknee": { + "rotation": ["70+1*(math.cos(q.anim_time*90+2)*4)", 0, 0] + }, + "leftknee": { + "rotation": ["70+1*(math.cos(q.anim_time*90+2)*4)", 0, 0] + }, + "lefthand": { + "rotation": [0, "37.5-1*(math.cos(q.anim_time*90+2)*4)", 0] + }, + "leftpalm": { + "rotation": [0, 0, 27.5] + }, + "leftclawb": { + "rotation": [0, 0, 65] + }, + "leftclawf": { + "rotation": [0, 0, 67.5] + }, + "righthand": { + "rotation": [0, "-37.5+1*(math.cos(q.anim_time*90+2)*4)", 0] + }, + "rightpalm": { + "rotation": [0, 0, -17.5] + }, + "rightclawf": { + "rotation": [0, 0, -57.5] + }, + "rightclawb": { + "rotation": [0, 0, -62.5] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/orthworm/orthworm.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/orthworm/orthworm.animation.json new file mode 100644 index 0000000..19d598f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/orthworm/orthworm.animation.json @@ -0,0 +1,662 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.orthworm.ground_idle": { + "loop": true, + "bones": { + "bone12": { + "position": [-7, 0, 0] + }, + "bone10": { + "position": [-8, 0, 0] + }, + "bone11": { + "position": [-8, 0, 0] + }, + "bone13": { + "position": [-2, 0, 0] + }, + "bone14": { + "position": [-1, 0, 0] + }, + "bone15": { + "position": [-1, 0, 0] + }, + "bone5": { + "rotation": [-15, 0, 0], + "position": [0, 14, -8] + }, + "bone": { + "rotation": [17.5, 0, 0] + }, + "bone6": { + "rotation": [-45, 0, 0], + "position": [0, 0, -2] + }, + "bone7": { + "rotation": [10, 0, 0] + }, + "bone8": { + "rotation": [47.5, 0, 0] + }, + "bone17": { + "position": [9, 0, 0] + } + } + }, + "animation.orthworm.cry": { + "loop": "hold_on_last_frame", + "animation_length": 2, + "bones": { + "bone12": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [-9, 0, 0], + "0.25": [-9, 0, 0], + "0.5": [-1, 0, 0], + "0.75": [-2, 0, 0], + "1.0": [-1, 0, 0], + "1.25": [0, 0, 0], + "1.5": [-1, 0, 0], + "1.75": [-1, 0, 0], + "2.0": [-9, 0, 0] + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [-9, 0, 0], + "0.25": [-9, 0, 0], + "0.5": [-1, 0, 0], + "0.75": [-2, 0, 0], + "1.0": [-1, 0, 0], + "1.25": [0, 0, 0], + "1.5": [-1, 0, 0], + "1.75": [-1, 0, 0], + "2.0": [-9, 0, 0] + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [-9, 0, 0], + "0.25": [-9, 0, 0], + "0.5": [-1, 0, 0], + "0.75": [-2, 0, 0], + "1.0": [-1, 0, 0], + "1.25": [0, 0, 0], + "1.5": [-1, 0, 0], + "1.75": [-1, 0, 0], + "2.0": [-9, 0, 0] + } + }, + "bone13": { + "rotation": { + "0.5": { + "pre": [0, -15, 0], + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.5": { + "pre": [0, -15, 0], + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + } + }, + "position": [-1, 0, 0] + }, + "bone15": { + "rotation": { + "0.5": { + "pre": [0, -15, 0], + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + } + }, + "position": [-1, 0, 0] + }, + "bone5": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-57.5, 0, 0], + "1.75": [-57.5, 0, 0], + "2.0": [0, 0, 0] + }, + "position": { + "0.0": [0, -1, -8], + "0.5": [0, 14, -8], + "1.75": [0, 14, -8], + "2.0": [0, -1, -8] + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-10.47479, 17.22575, -3.13388], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-10.23772, -12.3071, 2.20462], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-10.47479, 17.22575, -3.13388], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [5, 0, 0], + "1.75": [5, 0, 0], + "2.0": [0, 0, 0] + }, + "position": { + "0.5": [0, 0, -2], + "1.75": [0, 0, -2] + } + }, + "bone7": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [10, 0, 0], + "1.75": [10, 0, 0], + "2.0": [0, 0, 0] + } + }, + "bone8": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [47.5, 0, 0], + "1.75": [47.5, 0, 0], + "2.0": [0, 0, 0] + } + }, + "bone17": { + "position": [9, 0, 0] + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.5": [-9, 0, 0], + "1.0": [-9, 0, 0], + "1.5": [-9, 0, 0], + "1.75": [-9, 0, 0], + "2.0": [0, 0, 0] + } + }, + "bone19": { + "rotation": { + "0.5": { + "pre": [0, -15, 0], + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone20": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.5": [-9, 0, 0], + "1.0": [-9, 0, 0], + "1.5": [-9, 0, 0], + "1.75": [-9, 0, 0], + "2.0": [0, 0, 0] + } + }, + "bone21": { + "rotation": { + "0.5": { + "pre": [0, -15, 0], + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + } + }, + "position": [0, 0, 0] + }, + "bone22": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.5": [-9, 0, 0], + "1.0": [-9, 0, 0], + "1.5": [-9, 0, 0], + "1.75": [-9, 0, 0], + "2.0": [0, 0, 0] + } + }, + "bone9": { + "rotation": { + "0.0": [0, 0, 0], + "2.0": [0, 0, 0] + } + }, + "bone2": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [37.5, 0, 0], + "2.0": [0, 0, 0] + } + } + } + }, + "animation.orthworm.ground_walk": { + "loop": true, + "bones": { + "bone5": { + "rotation": [0, "0+Math.cos((query.anim_time - 0.5) * 180) * 8", 0], + "position": [0, -1, 0] + }, + "bone12": { + "position": [-9, 0, 0] + }, + "bone10": { + "position": [-9, 0, 0] + }, + "bone11": { + "position": [-9, 0, 0] + }, + "bone18": { + "position": [9, 0, 0] + }, + "bone20": { + "position": [9, 0, 0] + }, + "bone22": { + "position": [9, 0, 0] + }, + "bone6": { + "rotation": [0, "0+Math.cos((query.anim_time - 0.2) * 180) * 8", 0] + }, + "bone7": { + "rotation": [0, "0+Math.cos((query.anim_time - 0.5) * 180) * 8", 0] + }, + "bone8": { + "rotation": [0, "0+Math.cos((query.anim_time - 0.8) * 180) * 8", 0] + }, + "bone9": { + "rotation": [0, "0+Math.cos((query.anim_time - 1.1) * 180) * 8", 0] + }, + "bone": { + "rotation": [0, "0-Math.cos((query.anim_time - 0.2) * 180) * 8", 0] + } + } + }, + "animation.orthworm.sleep": { + "loop": true, + "bones": { + "bone5": { + "rotation": [0, -52.5, 0], + "position": [-4, 0, -7] + }, + "bone12": { + "position": [-9, 0, 0] + }, + "bone10": { + "position": [-9, 0, 0] + }, + "bone11": { + "position": [-9, 0, 0] + }, + "bone18": { + "position": [9, 0, 0] + }, + "bone20": { + "position": [9, 0, 0] + }, + "bone22": { + "position": [9, 0, 0] + }, + "bone6": { + "rotation": [0, 67.5, 0] + }, + "bone7": { + "rotation": [0, 40, 0] + }, + "bone8": { + "rotation": [0, 65, 0] + }, + "bone9": { + "rotation": [0, 37.5, 0] + }, + "bone": { + "rotation": [0, -60, 0] + }, + "bone26": { + "position": [0, 0, 1] + }, + "bone25": { + "position": [0, 0, 1] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/palafin/palafin.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/palafin/palafin.animation.json new file mode 100644 index 0000000..62d4e35 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/palafin/palafin.animation.json @@ -0,0 +1,356 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.palafin.water_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "bone2": { + "rotation": ["-math.clamp(math.sin(q.anim_time*90*2)*2,0,2)-math.clamp(math.sin(q.anim_time*90*2)*2,-2,0)", 0, 0], + "position": [0, "-math.clamp(math.sin(q.anim_time*90*2-45)*0.25,0,5)-math.clamp(math.sin(q.anim_time*90*2-45)*0.5,-3,0)-0.5", 0] + }, + "back_tail": { + "rotation": ["0+math.cos(query.anim_time*90*2)*8", 0, 0] + }, + "bone": { + "rotation": ["-12.5+math.cos((query.anim_time)*90*2-120)*15", 0, 0] + }, + "fin_left": { + "rotation": [ + "-5.6312+math.clamp(math.sin(q.anim_time*90*1+180)*8,0,10)-math.clamp(math.sin(q.anim_time*90*1+180)*8,-10,0)+math.clamp(math.sin(q.anim_time*90*2+180)*4,-10,0)", + "-18.2772+math.clamp(math.sin(q.anim_time*90*2+45+180)*10,10,20)-math.clamp(math.sin(q.anim_time*90*1)*15,0,20)-math.clamp(math.sin(q.anim_time*90*1+180)*15,0,20)", + "34.4081-math.clamp(math.sin(q.anim_time*90*2-10+180)*40,0,50)+math.clamp(math.sin(q.anim_time*90*2+5)*20,-10,20)-math.clamp(math.sin(q.anim_time*90*2+180)*15,-10,0)" + ], + "position": [-0.325, 0.075, -0.125] + }, + "bone4": { + "rotation": [ + 0, + 0, + "math.clamp(math.sin(q.anim_time*90*2-45+180)*5,0,200)+math.clamp(math.sin(q.anim_time*90*2)*10,0,8)-math.clamp(math.sin(q.anim_time*90*2-45+180)*25,-20,15)" + ] + }, + "fin_right": { + "rotation": [ + "math.clamp(math.sin(q.anim_time*90*1+180)*8,0,10)-math.clamp(math.sin(q.anim_time*90*1+180)*8,-10,0)+math.clamp(math.sin(q.anim_time*90*2+180)*4,-10,0)", + "17.5-math.clamp(math.sin(q.anim_time*90*2+45+180)*10,10,20)+math.clamp(math.sin(q.anim_time*90*1)*15,0,20)+math.clamp(math.sin(q.anim_time*90*1+180)*15,0,20)", + "-27.5+math.clamp(math.sin(q.anim_time*90*2-10+180)*40,0,200)-math.clamp(math.sin(q.anim_time*90*2+5)*20,-10,20)+math.clamp(math.sin(q.anim_time*90*2+180)*15,-10,0)" + ], + "position": [0.55, 0.2, -0.125] + }, + "bone3": { + "rotation": [ + 0, + 0, + "-math.clamp(math.sin(q.anim_time*90*2-45+180)*5,0,200)-math.clamp(math.sin(q.anim_time*90*2)*10,0,8)+math.clamp(math.sin(q.anim_time*90*2-45+180)*25,-20,15)" + ] + }, + "bone6": { + "rotation": ["0+math.cos((query.anim_time)*90*2-90)*10", 0, 0] + } + } + }, + "animation.palafin.water_swim": { + "loop": true, + "animation_length": 1, + "bones": { + "body": { + "rotation": ["math.cos(q.anim_time*90*4)*20", 0, 0], + "position": [0, "math.cos(q.anim_time*90*4+90)*3", 0] + }, + "fin_left": { + "rotation": [0, 0, "-math.cos(q.anim_time*90*4)*20"] + }, + "bone4": { + "rotation": [0, 0, "-math.cos(q.anim_time*90*4-90)*20"] + }, + "fin_right": { + "rotation": [0, 0, "math.cos(q.anim_time*90*4)*20"] + }, + "bone3": { + "rotation": [0, 0, "math.cos(q.anim_time*90*4-90)*20"] + }, + "bone5": { + "rotation": ["math.cos(q.anim_time*90*4-90)*20", 0, 0] + }, + "bone6": { + "rotation": ["math.cos(q.anim_time*90*4-180)*25", 0, 0] + }, + "bone": { + "rotation": ["-10+math.cos(q.anim_time*90*4-180+90)*30", 0, 0] + } + } + }, + "animation.palafin.quirk": { + "animation_length": 2, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [360, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [380, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [360, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 7, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 7, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, -1.38, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.25": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.75": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.3333": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone": { + "rotation": { + "0.4167": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "1.0833": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.palafin.faint": { + "loop": true, + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [-15, 0, 0], + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 90], + "lerp_mode": "catmullrom" + }, + "0.625": [0, 0, 90], + "0.875": ["math.cos(q.anim_time*90*4*4+90)*20+q.anim_time*90*2*1", 0, 90], + "1.5": ["math.cos(q.anim_time*90*4*4+90)*20+q.anim_time*90*2*1", 0, 90], + "1.75": [0, 0, 90] + }, + "position": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [0, 2, 5], + "post": [0, 2, 5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 2, 5], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.875": ["math.cos(q.anim_time*90*2)*5", 0, "5+math.cos(q.anim_time*90*2+90)*5"], + "1.5": ["math.cos(q.anim_time*90*2)*5", 0, "5+math.cos(q.anim_time*90*2+90)*5"], + "1.75": [0, 0, 5] + } + }, + "fin_left": { + "rotation": { + "0.25": [0, 0, 0], + "0.375": [0, 0, -67.5], + "0.625": [0, 0, 0], + "0.875": [0, 0, 25], + "1.5": [0, 0, 25], + "1.625": [0, 0, 87.5], + "1.75": [0, 0, 25] + } + }, + "fin_right": { + "rotation": { + "0.25": [0, 0, 0], + "0.375": [0, 0, -67.5], + "0.625": [0, 0, 0], + "0.875": [0, 0, -92.5] + } + }, + "bone3": { + "rotation": { + "0.875": [0, 0, 0], + "0.9583": [0, 0, -60] + } + }, + "bone5": { + "rotation": { + "0.625": [0, 0, 0], + "0.875": ["math.cos(q.anim_time*90*4*4)*20", 0, 0], + "1.5": ["math.cos(q.anim_time*90*4*4)*20", 0, 0], + "1.5417": [38.33, 0, 0], + "1.75": [0, 0, 0] + } + }, + "bone6": { + "rotation": { + "0.625": [0, 0, 0], + "0.875": ["math.cos(q.anim_time*90*4*4-90)*20", 0, 0], + "1.5": ["math.cos(q.anim_time*90*4*4-90)*20", 0, 0], + "1.5417": [39.43, 0, 0], + "1.75": [0, 0, 0] + } + }, + "bone": { + "rotation": { + "0.625": [0, 0, 0], + "0.875": ["math.cos(q.anim_time*90*4*4-120)*20", 0, 0], + "1.5": ["math.cos(q.anim_time*90*4*4-120)*20", 0, 0], + "1.5417": [38.33, 0, 0], + "1.75": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/palossand/palossand.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/palossand/palossand.animation.json new file mode 100644 index 0000000..f600419 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/palossand/palossand.animation.json @@ -0,0 +1,74 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.palossand.ground_idle": { + "loop": true, + "bones": { + "top_section": { + "rotation": ["math.sin(q.anim_time*90*0.5-150+100)*1.5", 0, "math.sin(q.anim_time*90*1-150+100)*0.5"], + "position": [0, "math.clamp(math.sin(q.anim_time*90*1+120)*0.2,-0.1,0.1)-math.sin(-q.anim_time*90*1-90)*0.1", 0] + }, + "shovel": { + "rotation": [0, "(q.anim_time*90*1.05)", 0] + }, + "body": { + "rotation": ["math.sin(q.anim_time*90*0.5-150+100)*3", 0, "math.sin(q.anim_time*90*1-150+100)*1"], + "position": [0, "math.clamp(math.sin(q.anim_time*90*1+120)*0.2,-0.1,0.1)-math.sin(-q.anim_time*90*1-120)*0.3", 0] + }, + "bot_arm_right": { + "position": ["math.clamp(math.sin(q.anim_time*90*1+90)*-0.2,-0.1,0.1)-math.sin(-q.anim_time*90*1-90)*-0.3", 0, 0] + }, + "bone": { + "rotation": [0, 0, "math.sin(q.anim_time*90*1-150+100)*4"], + "position": [0, "math.clamp(math.sin(q.anim_time*90*1+120)*0.2,-0.1,0.1)-math.sin(-q.anim_time*90*1-120)*0.3", 0] + }, + "bot_arm_left": { + "position": ["math.clamp(math.sin(q.anim_time*90*1+90)*0.2,-0.1,0.1)-math.sin(-q.anim_time*90*1-90)*0.3", 0, 0] + }, + "bone3": { + "rotation": [0, 0, "math.sin(q.anim_time*90*1-150+100)*-4"], + "position": [0, "math.clamp(math.sin(q.anim_time*90*1+120)*0.2,-0.1,0.1)-math.sin(-q.anim_time*90*1-120)*0.3", 0] + }, + "mouth": { + "position": [0, "math.clamp(math.sin(q.anim_time*90*1+90*0.5)*0.2,-0.1,0.1)-math.sin(-q.anim_time*90*1-90*0.5)*0.2", 0] + } + } + }, + "animation.palossand.ground_walk": { + "loop": true, + "bones": { + "top_section": { + "rotation": ["0+math.sin(q.anim_time*90*2*2-45)*3", 0, 0], + "position": [0, "math.clamp(math.sin(q.anim_time*90*1+120)*0.2,-0.1,0.1)-math.sin(-q.anim_time*90*2-90)*0.1", 0] + }, + "shovel": { + "rotation": [0, "(q.anim_time*90*1.05)", 0] + }, + "body": { + "rotation": ["10+math.sin(q.anim_time*90*2*2-45)*2", 0, 0], + "position": [0, "-math.sin(q.anim_time*90*2*2-20)*0.2-0.1", "-math.sin(q.anim_time*90*2*2+90)*0.5+0.2"] + }, + "bot_arm_right": { + "position": ["-math.sin(q.anim_time*90*2*2+90)*-0.5-0.2", 0, 0] + }, + "bone": { + "rotation": [0, 0, "math.sin(q.anim_time*90*2*2-45)*4"], + "position": [0, "math.clamp(math.sin(q.anim_time*90*1+120)*0.2,-0.1,0.1)-math.sin(-q.anim_time*90*1-120)*0.3", 0] + }, + "bot_arm_left": { + "position": ["-math.sin(q.anim_time*90*2*2+90)*0.5+0.2", 0, 0] + }, + "bone3": { + "rotation": [0, 0, "math.sin(q.anim_time*90*2*2-45)*-4"], + "position": [0, "math.clamp(math.sin(q.anim_time*90*1+120)*0.2,-0.1,0.1)-math.sin(-q.anim_time*90*1-120)*0.3", 0] + }, + "mouth": { + "position": [0, "math.clamp(math.sin(q.anim_time*90*1+90*0.5)*0.2,-0.1,0.1)-math.sin(-q.anim_time*90*1-90*0.5)*0.2", 0] + }, + "ground": { + "position": [0, 0, "-math.sin(q.anim_time*90*2*2-20)*0.2+0.3"] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/pawmi/pawmi.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/pawmi/pawmi.animation.json new file mode 100644 index 0000000..07edcb7 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/pawmi/pawmi.animation.json @@ -0,0 +1,137 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.pawmi.ground_walk": { + "loop": true, + "bones": { + "body": { + "rotation": ["79.5-14*math.sin(q.anim_time*45*12)", 0, 0], + "position": [0, "-3.6+5*math.abs(math.sin(q.anim_time*45*6-30))", 0] + }, + "rightleg": { + "rotation": ["-45-25*math.sin(q.anim_time*90*6)", 0, 0], + "position": [0, -0.5, -0.9] + }, + "righfoot": { + "rotation": ["-20*math.sin(q.anim_time*90*6)", 0, 0], + "position": [0, -0.4, 0] + }, + "leftleg": { + "rotation": ["-45-25*math.sin(q.anim_time*90*6)", 0, 0], + "position": [0, -0.5, -0.9] + }, + "righfoot2": { + "rotation": ["-20*math.sin(q.anim_time*90*6)", 0, 0], + "position": [0, -0.4, 0] + }, + "torso": { + "rotation": [16.5, 0, 0], + "position": [0, 0, "0.4+math.sin(q.anim_time*30*3*2)*0.1"] + }, + "tail": { + "rotation": ["-92-math.sin(q.anim_time*180*3*1)*26", "0-math.sin(q.anim_time*30*3*1)*3", 0], + "position": [0, -0.9, -0.3] + }, + "rightarm2": { + "rotation": [-72.13119, "62.3623+25*math.sin(q.anim_time*90*6)", -78.66122], + "position": [0, 0.5, 1.3] + }, + "righthand": { + "rotation": [14.74887, 5.80465, "11.6946+10*math.sin(q.anim_time*90*6)"], + "position": ["-0.9+math.sin(q.anim_time*30*3*2)*0.1", 0.1, 0.4] + }, + "leftarm2": { + "rotation": [-72.13119, "-62.3623-25*math.sin(q.anim_time*90*6)", 78.6612], + "position": [0, 0.5, 1.3] + }, + "lefthand": { + "rotation": [14.74887, -5.8046, "-11.6946-10*math.sin(q.anim_time*90*6)"], + "position": ["0.9-math.sin(q.anim_time*30*3*2)*0.1", 0.1, 0.4] + }, + "neck": { + "rotation": [-13, 0, 0], + "position": [0, 0.8, 0.4] + }, + "head": { + "rotation": ["-74.5-3*math.sin(q.anim_time*45*12)", 0, 0], + "position": [0, 1.5, -2.8] + }, + "hair": { + "rotation": ["0-math.sin(q.anim_time*90*3*1)*3", 0, "0-math.sin(q.anim_time*180*3*1)*8"] + }, + "rightear": { + "rotation": ["0-math.sin(q.anim_time*180*3*1)*20", 0, "0+math.sin(q.anim_time*180*3*1)*10"] + }, + "leftear": { + "rotation": ["0-math.sin(q.anim_time*180*3*1)*20", 0, "0-math.sin(q.anim_time*180*3*1)*10"] + } + } + }, + "animation.pawmi.ground_idle": { + "loop": true, + "bones": { + "body": { + "rotation": [82, 0, 0], + "position": [0, -3.6, 0] + }, + "rightleg": { + "rotation": ["-57.5+math.sin(q.anim_time*30*3-60)*1.2", 0, 0], + "position": [0, -0.5, -0.9] + }, + "righfoot": { + "rotation": ["-20-math.sin(q.anim_time*30*3-60)*1.2", 0, 0], + "position": [0, -0.4, 0] + }, + "leftleg": { + "rotation": ["-57.5+math.sin(q.anim_time*30*3-60)*1.2", 0, 0], + "position": [0, -0.5, -0.9] + }, + "righfoot2": { + "rotation": ["-20-math.sin(q.anim_time*30*3-60)*1.2", 0, 0], + "position": [0, -0.4, 0] + }, + "torso": { + "rotation": [9, 0, 0], + "position": [0, 0, "0.4+math.sin(q.anim_time*30*3*2)*0.1"] + }, + "tail": { + "rotation": ["-67-math.sin(q.anim_time*60*3*1)*3", "0-math.sin(q.anim_time*30*3*1)*3", 0], + "position": [0, -0.9, -0.3] + }, + "rightarm2": { + "rotation": [-72.13119, 62.36234, -78.66122], + "position": [0, 0.5, 1.3] + }, + "righthand": { + "rotation": [14.74887, 5.80465, 11.69456], + "position": ["-0.9+math.sin(q.anim_time*30*3*2)*0.1", 0.1, -0.1] + }, + "leftarm2": { + "rotation": [-72.13119, -62.3623, 78.6612], + "position": [0, 0.5, 1.3] + }, + "lefthand": { + "rotation": [14.74887, -5.8046, -11.6946], + "position": ["0.9-math.sin(q.anim_time*30*3*2)*0.1", 0.1, -0.1] + }, + "neck": { + "rotation": [-17, 0, 0], + "position": [0, 0.3, 0.6] + }, + "head": { + "rotation": ["-69+math.sin(q.anim_time*30*3-60)*1.2", 0, 0], + "position": [0, 1.4, -3] + }, + "hair": { + "rotation": ["0-math.sin(q.anim_time*45*3*1)*1", 0, "0-math.sin(q.anim_time*45*3*1)*1"] + }, + "rightear": { + "rotation": ["0-math.sin(q.anim_time*90*3*1)*3", 0, 0] + }, + "leftear": { + "rotation": ["0-math.sin(q.anim_time*90*3*1)*3", 0, 0] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/pawmo/pawmo.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/pawmo/pawmo.animation.json new file mode 100644 index 0000000..1adbdce --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/pawmo/pawmo.animation.json @@ -0,0 +1,89 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.pawmo.ground_idle": { + "loop": true, + "bones": { + "torso": { + "rotation": ["01+math.sin(q.anim_time*60*3)*1", 0, 0], + "position": [0, "0+math.sin(q.anim_time*60*3*2)*0.1", 0] + }, + "tail": { + "rotation": ["0-math.sin(q.anim_time*90*3*1)*6", 0, "0-math.sin(q.anim_time*45*3*1)*2"] + }, + "rightarm2": { + "rotation": [0.7661, "-0.6428+math.sin(q.anim_time*45*3)*5", "39.9957+math.sin(q.anim_time*45*3)*2"] + }, + "righthand": { + "rotation": [90, "12.5+math.sin(q.anim_time*45*3)*5", 0] + }, + "leftarm2": { + "rotation": [0.7661, "-0.6428-math.sin(q.anim_time*45*3)*5", "-39.9957+math.sin(q.anim_time*45*3)*2"] + }, + "lefthand": { + "rotation": [90, "-12.5-math.sin(q.anim_time*45*3)*5", 0] + }, + "head": { + "rotation": ["0+math.sin(q.anim_time*60*3-60)*2", 0, 0] + }, + "hair": { + "rotation": ["0-math.sin(q.anim_time*45*3*1)*1", 0, "0-math.sin(q.anim_time*45*3*1)*2"] + }, + "rightear": { + "rotation": ["0-math.sin(q.anim_time*90*3*1)*3", 0, 0] + }, + "leftear": { + "rotation": ["0-math.sin(q.anim_time*90*3*1)*3", 0, 0] + } + } + }, + "animation.pawmo.ground_walk": { + "loop": true, + "bones": { + "torso": { + "rotation": ["2.5-math.sin(q.anim_time*90*8)*2", "math.sin(q.anim_time*90*4)*4", 0], + "position": [0, "0+math.sin(q.anim_time*60*3*2)*0.1", 0] + }, + "tail": { + "rotation": ["0-math.sin(q.anim_time*180*3*1)*8", 0, "0-math.sin(q.anim_time*90*3*1)*4"] + }, + "rightarm2": { + "rotation": [0.7661, "-0.6428+math.sin(q.anim_time*45*8)*10", "39.9957+math.sin(q.anim_time*45*3)*2"] + }, + "righthand": { + "rotation": [90, "12.5+math.sin(q.anim_time*45*3)*5", 0] + }, + "leftarm2": { + "rotation": [0.7661, "-0.6428+math.sin(q.anim_time*45*8)*10", "-39.9957+math.sin(q.anim_time*45*3)*2"] + }, + "lefthand": { + "rotation": [90, "-12.5-math.sin(q.anim_time*45*3)*5", 0] + }, + "head": { + "rotation": ["math.sin(query.anim_time*90*6*1.5+80)*2.5", "math.sin(query.anim_time*90*3*1.5+60)*2.5", "math.sin(query.anim_time*90*3*1.5+60)*2.5"] + }, + "hair": { + "rotation": ["0-math.sin(q.anim_time*45*3*1)*1", 0, "0-math.sin(q.anim_time*180*3*1)*4"] + }, + "rightear": { + "rotation": ["0-math.sin(q.anim_time*90*7)*6", 0, "0-math.sin(q.anim_time*45*7)*4"] + }, + "leftear": { + "rotation": ["0-math.sin(q.anim_time*90*7)*6", 0, "0+math.sin(q.anim_time*45*7)*4"] + }, + "rightleg": { + "rotation": ["-20*math.sin(q.anim_time*90*4)", 0, 0] + }, + "righfoot": { + "rotation": ["-20*math.sin(q.anim_time*90*4)", 0, 0] + }, + "leftleg": { + "rotation": ["20*math.sin(q.anim_time*90*4)", 0, 0] + }, + "righfoot2": { + "rotation": ["20*math.sin(q.anim_time*90*4)", 0, 0] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/pawmot/pawmot.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/pawmot/pawmot.animation.json new file mode 100644 index 0000000..4b436f2 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/pawmot/pawmot.animation.json @@ -0,0 +1,89 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.pawmot.ground_walk": { + "loop": true, + "bones": { + "torso": { + "rotation": ["2.5-math.sin(q.anim_time*90*8)*2", "math.sin(q.anim_time*90*4)*4", 0], + "position": [0, "0+math.sin(q.anim_time*60*3*2)*0.1", 0] + }, + "tail": { + "rotation": ["0-math.sin(q.anim_time*180*3*1)*8", 0, "0-math.sin(q.anim_time*90*3*1)*4"] + }, + "rightarm2": { + "rotation": [0.7661, "-0.6428+math.sin(q.anim_time*45*8)*10", "39.9957+math.sin(q.anim_time*45*3)*2"] + }, + "righthand": { + "rotation": [90, "12.5+math.sin(q.anim_time*45*3)*5", 0] + }, + "leftarm2": { + "rotation": [0.7661, "-0.6428+math.sin(q.anim_time*45*8)*10", "-39.9957+math.sin(q.anim_time*45*3)*2"] + }, + "lefthand": { + "rotation": [90, "-12.5-math.sin(q.anim_time*45*3)*5", 0] + }, + "head": { + "rotation": ["math.sin(query.anim_time*90*6*1.5+80)*2.5", "math.sin(query.anim_time*90*3*1.5+60)*2.5", "math.sin(query.anim_time*90*3*1.5+60)*2.5"] + }, + "hair": { + "rotation": ["0-math.sin(q.anim_time*45*3*1)*1", 0, "0-math.sin(q.anim_time*180*3*1)*4"] + }, + "rightear": { + "rotation": ["0-math.sin(q.anim_time*90*7)*6", 0, "0-math.sin(q.anim_time*45*7)*4"] + }, + "leftear": { + "rotation": ["0-math.sin(q.anim_time*90*7)*6", 0, "0+math.sin(q.anim_time*45*7)*4"] + }, + "rightleg": { + "rotation": ["-20*math.sin(q.anim_time*90*4)", 0, 0] + }, + "righfoot": { + "rotation": ["-20*math.sin(q.anim_time*90*4)", 0, 0] + }, + "leftleg": { + "rotation": ["20*math.sin(q.anim_time*90*4)", 0, 0] + }, + "righfoot2": { + "rotation": ["20*math.sin(q.anim_time*90*4)", 0, 0] + } + } + }, + "animation.pawmot.ground_idle": { + "loop": true, + "bones": { + "torso": { + "rotation": ["01+math.sin(q.anim_time*60*3)*1", 0, 0], + "position": [0, "0+math.sin(q.anim_time*60*3*2)*0.1", 0] + }, + "tail": { + "rotation": ["0-math.sin(q.anim_time*90*3*1)*6", 0, "0-math.sin(q.anim_time*45*3*1)*2"] + }, + "rightarm2": { + "rotation": [0.7661, "-0.6428+math.sin(q.anim_time*45*3)*5", "39.9957+math.sin(q.anim_time*45*3)*2"] + }, + "righthand": { + "rotation": [90, "12.5+math.sin(q.anim_time*45*3)*5", 0] + }, + "leftarm2": { + "rotation": [0.7661, "-0.6428-math.sin(q.anim_time*45*3)*5", "-39.9957+math.sin(q.anim_time*45*3)*2"] + }, + "lefthand": { + "rotation": [90, "-12.5-math.sin(q.anim_time*45*3)*5", 0] + }, + "head": { + "rotation": ["0+math.sin(q.anim_time*60*3-60)*2", 0, 0] + }, + "hair": { + "rotation": ["0-math.sin(q.anim_time*45*3*1)*1", 0, "0-math.sin(q.anim_time*45*3*1)*2"] + }, + "rightear": { + "rotation": ["0-math.sin(q.anim_time*90*3*1)*3", 0, 0] + }, + "leftear": { + "rotation": ["0-math.sin(q.anim_time*90*3*1)*3", 0, 0] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/pawniard/pawniard.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/pawniard/pawniard.animation.json new file mode 100644 index 0000000..ce6ad96 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/pawniard/pawniard.animation.json @@ -0,0 +1,1428 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.pawniard.ground_idle": { + "loop": true, + "animation_length": 2.5, + "bones": { + "mainthing": { + "position": { + "0.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + } + } + }, + "larm": { + "rotation": { + "0.0": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "larmseg2": { + "rotation": { + "0.0": { + "post": [0, 60, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 45, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 60, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lleg": { + "rotation": { + "0.0": { + "post": [-29.82944, -17.97254, 54.94021], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-23.13905, -22.59575, 36.88672], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-29.82944, -17.97254, 54.94021], + "lerp_mode": "catmullrom" + } + } + }, + "lleg2": { + "rotation": { + "0.0": { + "post": [0, 0, -82.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -55], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -82.5], + "lerp_mode": "catmullrom" + } + } + }, + "feetis2": { + "rotation": { + "0.0": { + "post": [5, 0, 30], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [7.47178, 0.65182, 20.04256], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [5, 0, 30], + "lerp_mode": "catmullrom" + } + } + }, + "rleg": { + "rotation": { + "0.0": { + "post": [17.48436, -0.75155, 49.88443], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [17.10967, 3.73171, 35.56155], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [17.48436, -0.75155, 49.88443], + "lerp_mode": "catmullrom" + } + } + }, + "rleg2": { + "rotation": { + "0.0": { + "post": [0, 0, -77.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -57.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -77.5], + "lerp_mode": "catmullrom" + } + } + }, + "feetis1": { + "rotation": { + "0.0": { + "post": [-12.5, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-12.39638, -1.61888, 20.17583], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-12.5, 0, 27.5], + "lerp_mode": "catmullrom" + } + } + }, + "rarm": { + "rotation": { + "0.0": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-40.02687, 1.91486, -1.60757], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rarmseg2": { + "rotation": { + "0.0": { + "post": [0, -57.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -47.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -57.5, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.pawniard.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "mainthing": { + "position": { + "0.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rleg": { + "rotation": { + "0.0": { + "post": [0, 0, 50], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -35], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -55], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 37.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 50], + "lerp_mode": "catmullrom" + } + } + }, + "rleg2": { + "rotation": { + "0.0": { + "post": [0, 0, -52.5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -70], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -30.83], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -52.5], + "lerp_mode": "catmullrom" + } + } + }, + "feetis1": { + "rotation": { + "0.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + } + } + }, + "lleg": { + "rotation": { + "0.0": { + "post": [0, 0, -52.5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 62.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 50], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -33.75], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -52.5], + "lerp_mode": "catmullrom" + } + } + }, + "lleg2": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -55], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -52.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -47.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "larm": { + "rotation": { + "0.0": { + "post": [38.28761, 22.22485, 16.62484], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [50.67731, -42.14507, -39.32269], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [38.28761, 22.22485, 16.62484], + "lerp_mode": "catmullrom" + } + } + }, + "larmseg2": { + "rotation": { + "0.0": { + "post": [0, 82.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 82.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "nekc": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + } + }, + "noleg": { + "rotation": { + "0.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + } + } + }, + "rarm": { + "rotation": { + "0.0": { + "post": [-54.73561, 30, -35.26439], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-54.73561, -30, 35.26439], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-54.73561, 30, -35.26439], + "lerp_mode": "catmullrom" + } + } + }, + "rarmseg2": { + "rotation": { + "0.0": { + "post": [0, -77.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -77.5, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.pawniard.cry": { + "animation_length": 1, + "bones": { + "nekc": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 15], + "0.2917": [0, 0, 12.5], + "0.3333": [0, 0, 15], + "0.375": [0, 0, 12.5], + "0.4167": [0, 0, 15], + "0.4583": [0, 0, 12.5], + "0.5": [0, 0, 15], + "0.5417": [0, 0, 12.5], + "1.0": [0, 0, 0] + } + } + } + }, + "animation.pawniard.battle_idle": { + "loop": true, + "animation_length": 2.5, + "bones": { + "mainthing": { + "rotation": [0, -47.5, 0], + "position": { + "0.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rleg": { + "rotation": { + "0.0": { + "post": [43.72773, 20.66195, 56.94273], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [38.26946, 30.5458, 44.39991], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [43.72773, 20.66195, 56.94273], + "lerp_mode": "catmullrom" + } + } + }, + "rleg2": { + "rotation": { + "0.0": { + "post": [0, 0, -77.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -55], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -77.5], + "lerp_mode": "catmullrom" + } + } + }, + "feetis1": { + "rotation": { + "0.0": { + "post": [-12.5, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-7.2127, -2.68507, 15.2873], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-12.5, 0, 27.5], + "lerp_mode": "catmullrom" + } + } + }, + "lleg": { + "rotation": { + "0.0": { + "post": [-29.82944, -17.97254, 54.94021], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-23.13905, -22.59575, 36.88672], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-29.82944, -17.97254, 54.94021], + "lerp_mode": "catmullrom" + } + } + }, + "lleg2": { + "rotation": { + "0.0": { + "post": [0, 0, -82.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -55], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -82.5], + "lerp_mode": "catmullrom" + } + } + }, + "feetis2": { + "rotation": { + "0.0": { + "post": [5, 0, 30], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [7.47178, 0.65182, 20.04256], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [5, 0, 30], + "lerp_mode": "catmullrom" + } + } + }, + "larm": { + "rotation": { + "0.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-18.54835, -19.03771, 6.24605], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "larmseg2": { + "rotation": { + "0.0": { + "post": [0, 30, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 35, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 30, 0], + "lerp_mode": "catmullrom" + } + } + }, + "nekc": { + "rotation": [0, 37.5, 0] + }, + "noleg": { + "rotation": [0, 0, -7.5] + }, + "rarm": { + "rotation": { + "0.0": { + "post": [-38.40659, -12.60837, 8.19252], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-37.82635, -8.67358, 5.05281], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-38.40659, -12.60837, 8.19252], + "lerp_mode": "catmullrom" + } + } + }, + "rarmseg2": { + "rotation": { + "0.0": { + "post": [-22.31144, -54.26887, 6.39889], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-11.13618, -49.954, 1.53071], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-22.31144, -54.26887, 6.39889], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.pawniard.physical_attack": { + "animation_length": 1.4583, + "bones": { + "mainthing": { + "rotation": { + "0.0": { + "post": [0, -47.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -47.5, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 47.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 47.5, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -47.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -3, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-1.5, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-3, -2, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-3, -3, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-2.11, 0.22, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rleg": { + "rotation": { + "0.0": { + "post": [43.72773, 20.66195, 56.94273], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [46.64187, 9.98752, 67.89021], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [29.57345, 38.97385, 29.24833], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [43.72773, 20.66195, 56.94273], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [46.64187, 9.98752, 67.89021], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [36.21692, 32.5992, 40.79435], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [43.72773, 20.66195, 56.94273], + "lerp_mode": "catmullrom" + } + } + }, + "rleg2": { + "rotation": { + "0.0": { + "post": [0, 0, -77.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -102.5], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, -62.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -77.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -102.5], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, -53.1], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, -77.5], + "lerp_mode": "catmullrom" + } + } + }, + "feetis1": { + "rotation": { + "0.0": { + "post": [-12.5, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.45392, 1.08089, 32.38206], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-11.93845, -3.73171, 10.39033], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-12.5, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-12.45392, 1.08089, 32.38206], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-10.53703, -6.74193, -4.75749], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-12.5, 0, 27.5], + "lerp_mode": "catmullrom" + } + } + }, + "lleg": { + "rotation": { + "0.0": { + "post": [-29.82944, -17.97254, 54.94021], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-34.35396, -1.75627, 80.65927], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-23.48043, -25.8845, 38.08496], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-29.82944, -17.97254, 54.94021], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-34.35396, -1.75627, 80.65927], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-23.57399, -22.1918, 43.43118], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-29.82944, -17.97254, 54.94021], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-56.43421, -5.96999, 74.43931], + "lerp_mode": "catmullrom" + } + } + }, + "lleg2": { + "rotation": { + "0.0": { + "post": [0, 0, -82.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -107.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -82.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -107.5], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, -70.6], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, -82.5], + "lerp_mode": "catmullrom" + } + } + }, + "feetis2": { + "rotation": { + "0.0": { + "post": [5, 0, 30], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [4.99527, 0.21782, 27.5095], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [4.53359, 2.11089, 5.08357], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [5, 0, 30], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [4.99527, 0.21782, 27.5095], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [3.31314, 3.74529, -18.45165], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [5, 0, 30], + "lerp_mode": "catmullrom" + } + } + }, + "larm": { + "rotation": { + "0.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-21.76315, -17.60194, 3.6419], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [34.32669, 57.77464, 30.0129], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [34.32669, 57.77464, 30.0129], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "larmseg2": { + "rotation": { + "0.0": { + "post": [0, 30, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 30, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 70, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 70, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 30, 0], + "lerp_mode": "catmullrom" + } + } + }, + "nekc": { + "rotation": { + "0.0": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [11.23272, -36.01651, -18.66201], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [11.23272, -36.01651, -18.66201], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "noleg": { + "rotation": { + "0.0": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + } + } + }, + "rarm": { + "rotation": { + "0.0": { + "post": [-38.40659, -12.60837, 8.19252], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-38.40659, -12.60837, 8.19252], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [3.17969, 24.60389, -22.05671], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [3.17969, 24.60389, -22.05671], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-38.40659, -12.60837, 8.19252], + "lerp_mode": "catmullrom" + } + } + }, + "rarmseg2": { + "rotation": { + "0.0": { + "post": [-22.31144, -54.26887, 6.39889], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-19.06258, -47.24838, 2.21265], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [7.34513, -18.55436, -11.33356], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [7.34513, -18.55436, -11.33356], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-22.31144, -54.26887, 6.39889], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.pawniard.faint": { + "animation_length": 3, + "bones": { + "mainthing": { + "rotation": { + "0.0": [0, -47.5, 0], + "0.5": [0, -47.5, 0], + "0.75": [-150.26723, 4.0701, 147.18755], + "1.1667": [-159.33654, 76.5359, 107.48446], + "3.0": [-159.33654, 76.5359, 107.48446] + }, + "position": { + "0.0": [0, -2, 0], + "0.5": [0, -2, 0], + "1.1667": [0, 0, 0], + "3.0": [0, 0, 0] + } + }, + "rleg": { + "rotation": { + "0.0": { + "post": [43.72773, 20.66195, 56.94273], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [43.72773, 20.66195, 56.94273], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [43.72773, 20.66195, 56.94273], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [45.87407, -13.79598, 90.21426], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [44.37447, 18.92353, 58.85228], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [44.37447, 18.92353, 58.85228], + "lerp_mode": "catmullrom" + } + } + }, + "rleg2": { + "rotation": { + "0.0": { + "post": [0, 0, -77.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -77.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -77.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + } + }, + "feetis1": { + "rotation": { + "0.0": { + "post": [-12.5, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.5, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.5, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-11.76782, -4.2453, 7.9377], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-11.76782, -4.2453, 7.9377], + "lerp_mode": "catmullrom" + } + } + }, + "lleg": { + "rotation": { + "0.0": { + "post": [-29.82944, -17.97254, 54.94021], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-29.82944, -17.97254, 54.94021], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-34.03395, 5.28782, 90.99694], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-31.40527, 14.80189, 105.93355], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-31.12343, -15.43526, 59.43897], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-31.12343, -15.43526, 59.43897], + "lerp_mode": "catmullrom" + } + } + }, + "lleg2": { + "rotation": { + "0.0": { + "post": [0, 0, -82.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -82.5], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, -62.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -62.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + } + } + }, + "feetis2": { + "rotation": { + "0.0": { + "post": [5, 0, 30], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [5, 0, 30], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [4.69986, 1.70818, 10.0701], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [3.83424, 3.21154, -9.89247], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [3.83424, 3.21154, -9.89247], + "lerp_mode": "catmullrom" + } + } + }, + "noleg": { + "rotation": { + "0.0": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "nekc": { + "rotation": { + "0.0": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [20.98998, 31.81666, 36.04466], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-13.8299, 14.6928, -45.37154], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-7.83249, 16.36113, -15.00299], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-5.35136, 19.37474, -16.99409], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-7.83249, 16.36113, -15.00299], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5.35136, 19.37474, -16.99409], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-5.35136, 19.37474, -16.99409], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + } + } + }, + "larm": { + "rotation": { + "0.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-17.75313, -9.53274, 3.03513], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-17.75313, -9.53274, 3.03513], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-21.05215, 33.16347, -11.89031], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-18.07779, -14.2906, 4.60659], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-18.07779, -14.2906, 4.60659], + "lerp_mode": "catmullrom" + } + } + }, + "larmseg2": { + "rotation": { + "0.0": { + "post": [0, 30, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 30, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rarm": { + "rotation": { + "0.0": { + "post": [-38.40659, -12.60837, 8.19252], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-38.40659, -12.60837, 8.19252], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [8.87898, 2.20961, 10.5386], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [11.56133, -39.68542, 2.75105], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [8.99988, 9.61876, 11.70945], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [8.99988, 9.61876, 11.70945], + "lerp_mode": "catmullrom" + } + } + }, + "rarmseg2": { + "rotation": { + "0.0": { + "post": [-22.31144, -54.26887, 6.39889], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-22.31144, -54.26887, 6.39889], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-18.23282, -44.87952, 1.06065], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-18.23282, -44.87952, 1.06065], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-13.17973, -13.5033, -8.89518], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-13.17973, -13.5033, -8.89518], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.pawniard.recoil": { + "animation_length": 2.625, + "bones": { + "nekc": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, 17.5], + "0.25": [0, 0, 12.5], + "0.5": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [0, 0, 22.5], + "0.3333": [0, 0, 15], + "0.5": [0, 0, 0] + } + }, + "larm": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [0, -7.5, 0], + "0.3333": [0, -5, 0], + "0.5": [0, 0, 0] + } + }, + "larmseg2": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [0, -10, 0], + "0.3333": [0, -5, 0], + "0.5": [0, 0, 0] + } + }, + "rarm": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [0, 7.5, 0], + "0.3333": [0, 5, 0], + "0.5": [0, 0, 0] + } + }, + "rarmseg2": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [0, 10, 0], + "0.3333": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/pecharunt/pecharunt.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/pecharunt/pecharunt.animation.json new file mode 100644 index 0000000..0e80b6a --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/pecharunt/pecharunt.animation.json @@ -0,0 +1,82 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.pecharunt.ground_walk": { + "loop": true, + "bones": { + "body": { + "rotation": ["15+2.5*math.sin(q.anim_time*90*2)*0.75", 0, "2.5*math.sin(q.anim_time*90*2+90)*0.75"], + "position": [0, "math.sin(q.anim_time*90*4)*0.75", 0] + }, + "wing_left": { + "rotation": [0, "0+math.sin(q.anim_time*90*4+90)*2", "0+math.sin(q.anim_time*90*4)*1.5"], + "position": [0, "0+math.sin(q.anim_time*90*3+90)*1", "0+math.sin(q.anim_time*90*3)*0.5"] + }, + "wing_right": { + "rotation": [0, "0+math.sin(q.anim_time*90*4+90)*2", "0+math.sin(q.anim_time*90*4)*1.5"], + "position": [0, "0+math.sin(q.anim_time*90*3-90)*1", "0+math.sin(q.anim_time*90*3)*0.5"] + }, + "bone3": { + "rotation": ["math.sin(q.anim_time*90*3+125)*5", 0, 0] + }, + "bone4": { + "rotation": ["math.sin(q.anim_time*90*3+105)*7.5", 0, 0] + }, + "bone6": { + "rotation": ["0+math.sin(q.anim_time*90*3+90)*9", 0, 0] + }, + "pecharunt": { + "position": [0, 8, 0] + } + } + }, + "animation.pecharunt.ground_idle": { + "loop": true, + "bones": { + "body": { + "rotation": ["2.5*math.sin(q.anim_time*90*2)*0.5", 0, "2.5*math.sin(q.anim_time*90*2+90)*0.5"], + "position": ["0+math.sin(q.anim_time*90*1.5)*2", "0+math.sin(q.anim_time*90*3)*1", "0+math.sin(q.anim_time*90*3)*0.5"] + }, + "wing_left": { + "rotation": [0, "0+math.sin(q.anim_time*90*2-90)*5", "0+math.sin(q.anim_time*90*4)*1.5"], + "position": [0, "0+math.sin(q.anim_time*90*3+90)*1", "0+math.sin(q.anim_time*90*3)*0.5"] + }, + "wing_right": { + "rotation": [0, "0+math.sin(q.anim_time*90*2+90)*5", "0+math.sin(q.anim_time*90*4)*1.5"], + "position": [0, "0+math.sin(q.anim_time*90*3-90)*1", "0+math.sin(q.anim_time*90*3)*0.5"] + }, + "hand": { + "position": [0, "0+math.sin(q.anim_time*90*3+90)*0.5", 0] + }, + "bone3": { + "rotation": [0, "0+math.sin(q.anim_time*90*3+125)*5", 0] + }, + "bone4": { + "rotation": [0, "math.sin(q.anim_time*90*3+105)*8", 0] + }, + "bone6": { + "rotation": [0, "math.sin(q.anim_time*90*3+90)*10", 0] + }, + "pecharunt": { + "position": [0, 8, 0] + } + } + }, + "animation.pecharunt.blink": { + "animation_length": 0.625, + "bones": { + "eye": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/phione.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/phione.animation.json new file mode 100644 index 0000000..dfcff85 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/phione.animation.json @@ -0,0 +1,1019 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.phione.ground_idle": { + "loop": true, + "animation_length": 1.75, + "bones": { + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.45": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [-15.7533, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -10.1, -5.2], + "lerp_mode": "catmullrom" + }, + "0.45": { + "post": [0, -10.98, -4.9], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [0, -8.45, -3.1], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, -10.1, -5.2], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -4.8, -6], + "lerp_mode": "catmullrom" + }, + "0.45": { + "post": [0, -6, -6.1], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [0, -4.45, -5], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, -4.8, -6], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.45": { + "post": [-60, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [-46.92763, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.25, -3.2], + "lerp_mode": "catmullrom" + }, + "0.45": { + "post": [0, -0.6, -2.76], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0.25, -3.2], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.45": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "right_arm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.95": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.95": { + "post": [1, 1.8, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.95": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.95": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.95": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.95": { + "post": [0, 1.5, 37.5], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.95": { + "post": [-1, 3.3, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.95": { + "post": [4.24917, 0.78116, 26.89677], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.95": { + "post": [-1, 1.5, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.95": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "phione": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.95": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.phione.ground_walk": { + "loop": true, + "animation_length": 2.1, + "bones": { + "head": { + "rotation": { + "0.0": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [-30.38126, 8.64917, -5.03837], + "lerp_mode": "catmullrom" + }, + "1.55": { + "post": [-30.5921, -9.91705, 5.80619], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [0, 1, 1], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -10.1, -5.2], + "lerp_mode": "catmullrom" + }, + "0.7": { + "post": [0, -9.7, -4.2], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [0, -10.1, -5.2], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -4.8, -6], + "lerp_mode": "catmullrom" + }, + "0.7": { + "post": [0, -4.3, -5], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [0, -4.8, -6], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7": { + "post": [-47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.25, -3.2], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [0, 0.25, -3.2], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "right_arm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 10], + "2.1": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 7.5], + "2.1": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1, -1, 0], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1, -1, 0], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "phione": { + "rotation": { + "0.0": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.15": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.1": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/poipole/poipole.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/poipole/poipole.animation.json new file mode 100644 index 0000000..b99b901 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/poipole/poipole.animation.json @@ -0,0 +1,152 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.poipole.ground_idle": { + "loop": true, + "bones": { + "head": { + "rotation": ["Math.cos((query.anim_time) * 90 * 1 - 90) * 4", 0, "0+Math.cos((query.anim_time) * 90 * 1/2 + 60) * 2"] + }, + "arm_right": { + "rotation": [0, 0, "-15.1208+Math.cos((query.anim_time) * 90 * 1 - 90) * 7"] + }, + "arm_right2": { + "rotation": [0, 0, 10] + }, + "arm_left": { + "rotation": [0, 0, "15.1208+Math.cos((query.anim_time) * 90 * 1 + 90) * 7"] + }, + "arm_left2": { + "rotation": [0, 0, -10] + }, + "tail": { + "rotation": ["1+Math.cos((query.anim_time) * 90 * 1 - 55) * 8", "5+math.sin(q.anim_time*90*1+150)*10", 0] + }, + "tail2": { + "rotation": ["1+Math.cos((query.anim_time) * 90 * 1 - 55) * 8", "5+math.sin(q.anim_time*90*1+125)*12.5", 0] + }, + "tail3": { + "rotation": ["1+Math.cos((query.anim_time) * 90 * 1 - 55) * 8", "math.sin(q.anim_time*90*1+105)*15", 0] + }, + "body": { + "rotation": ["5+Math.cos((query.anim_time) * 90 * 1 - 90) * -1.5", 0, "0+Math.cos((query.anim_time) * 90 * 1/2 - 60) * 1"], + "position": [0, "3+Math.cos((query.anim_time) * 90 * 1 - 45) * 2", 0] + }, + "torso_top": { + "rotation": [2.5, 0, 0] + }, + "torso_bottom": { + "rotation": ["1+Math.cos((query.anim_time) * 90 * 1 - 90) * -3", 0, "0+Math.cos((query.anim_time) * 90 * 1/2 -75) * 4"] + }, + "leg_right": { + "rotation": ["-1+math.sin(q.anim_time*90*1+190)*5", 0, 0] + }, + "leg_right2": { + "rotation": ["1+math.sin(q.anim_time*90*1+110)*10", 0, 0] + }, + "leg_left": { + "rotation": ["-1+math.sin(q.anim_time*90*1+180)*5", 0, 0] + }, + "leg_left2": { + "rotation": ["1+math.sin(q.anim_time*90*1+115)*10", 0, 0] + } + } + }, + "animation.poipole.ground_walk": { + "loop": true, + "bones": { + "head": { + "rotation": ["-7.5+math.sin(q.anim_time*90*4+125)*4", 0, "Math.cos((query.anim_time) * 90 * 4 + 45) * 1"] + }, + "arm_right": { + "rotation": [30, "-5+Math.cos((query.anim_time) * 90 * 4 - 120) * 4", "-25+Math.cos((query.anim_time) * 90 * 2 - 90) * 5"] + }, + "arm_right2": { + "rotation": [0, 0, 15] + }, + "arm_left": { + "rotation": [30, "-5+Math.cos((query.anim_time) * 90 * 4 - 120) * -4", "25+Math.cos((query.anim_time) * 90 * 2 - 90) * 5"] + }, + "arm_left2": { + "rotation": [0, 0, -15] + }, + "tail": { + "rotation": ["-30+math.sin(q.anim_time*90*4+150)*-10", 0, 0] + }, + "tail2": { + "rotation": ["-5+math.sin(q.anim_time*90*4+125)*-12.5", 0, 0] + }, + "tail3": { + "rotation": ["-5+math.sin(q.anim_time*90*4+125)*-12.5", 0, 0] + }, + "body": { + "rotation": ["22.5+Math.cos((query.anim_time) * 90 * 4 - 90) * 3", 0, "0+Math.cos((query.anim_time) * 90 * 2 - 45) * 3"], + "position": [ + "0+Math.cos((query.anim_time) * 90 * 2 - 45) * -2", + "3+Math.cos((query.anim_time) * 90 * 4) * 1 +Math.cos((query.anim_time) * 90 * 1) * 1 ", + "-3+Math.cos((query.anim_time) * 90 * 4 - 90) * 0.5" + ] + }, + "neck": { + "rotation": [-5, 0, 0] + }, + "leg_right": { + "rotation": ["10+Math.cos((query.anim_time) * 90 * 4 - 120) * -4", "0+Math.cos((query.anim_time) * 90 * 2 - 90) * 5", 0] + }, + "leg_left": { + "rotation": ["10+Math.cos((query.anim_time) * 90 * 4 - 120) * -4", "0+Math.cos((query.anim_time) * 90 * 2 - 90) * 5", 0] + }, + "leg_right2": { + "rotation": ["Math.cos((query.anim_time) * 90 * 4 - 180) * -6", 0, 0] + }, + "leg_left2": { + "rotation": ["Math.cos((query.anim_time) * 90 * 4 - 180) * -6", 0, 0] + } + } + }, + "animation.poipole.blink": { + "animation_length": 0.1667, + "bones": { + "eyelid_right": { + "position": { + "0.0": [-0.1, 0, -0.1], + "0.125": [-0.1, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_left": { + "position": { + "0.0": [0.1, 0, -0.1], + "0.125": [0.1, 0, -0.1], + "0.1667": [0, 0, 0] + } + } + } + }, + "animation.poipole.cry": { + "animation_length": 1.375, + "bones": { + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/poltchageist/poltchageist.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/poltchageist/poltchageist.animation.json new file mode 100644 index 0000000..a32ed39 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/poltchageist/poltchageist.animation.json @@ -0,0 +1,110 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.poltchageist.ground_idle": { + "loop": true, + "bones": { + "hand_right": { + "rotation": [23.03788, 31.82375, -23.1808], + "position": [0, 0, -2.675] + }, + "teadrop2": { + "position": [0, "0+math.sin(q.anim_time*90*2-90)*-0.5", 0] + }, + "hand_left": { + "rotation": [-50.00188, -28.12806, 29.33087], + "position": [0, 2.375, 0] + }, + "bone2": { + "rotation": [24.5, 0, 0], + "position": [0, 0.275, 0.25] + }, + "bone7": { + "rotation": [41, 0, 0] + }, + "bone6": { + "rotation": [5.75, 0, 0] + }, + "teadrop": { + "position": [0, "0+math.sin(q.anim_time*90*2-90)*0.5", 0] + }, + "spoon": { + "rotation": [95.16963, -0.76588, 3.84611], + "position": [-3.725, -0.225, 1.85] + }, + "pot": { + "rotation": ["0+math.sin(q.anim_time*90*0.75-90)*3", 0, "0+math.sin(q.anim_time*90*1.5-90)*3"], + "position": ["0+math.sin(q.anim_time*90*1.5)*3", "0+math.sin(q.anim_time*90*3)*1", "0+math.sin(q.anim_time*90*3)*0.5"] + }, + "cap": { + "rotation": ["0+math.sin(q.anim_time*90*3-90)*2", 0, "0-math.sin(q.anim_time*90*1.5-90)*-9"], + "position": [0, "0.25+math.sin(q.anim_time*90*3)*0.2", 0] + }, + "ghost": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1.5-60)*2.5"], + "position": [0, "0+math.sin(q.anim_time*90*3-90)*0.2", 0] + }, + "head": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1.5-60)*3"], + "position": [0, "-0.625+math.sin(q.anim_time*90*3-90)*0.4", 0] + }, + "hand_l_movement": { + "rotation": ["0+math.sin(q.anim_time*90*3)*10", 0, "0+math.sin(q.anim_time*90*1.5-90)*10"], + "position": [0, "0+math.sin(q.anim_time*90*3-90)*0.4", 0] + }, + "hand_r_movement": { + "rotation": ["0+math.sin(q.anim_time*90*3)*10", 0, "0+math.sin(q.anim_time*90*1.5-120)*10"], + "position": [0, "0+math.sin(q.anim_time*90*3-120)*-0.4", 0] + } + } + }, + "animation.poltchageist.ground_walk": { + "loop": true, + "bones": { + "hand_right": { + "rotation": [23.03788, 31.82375, -23.1808], + "position": [0, 0, -2.675] + }, + "teadrop2": { + "position": [0, "0+math.sin(q.anim_time*90*2-90)*-0.5", 0] + }, + "hand_left": { + "rotation": [-50.00188, -28.12806, 29.33087], + "position": [0, 2.375, 0] + }, + "bone2": { + "rotation": [24.5, 0, 0], + "position": [0, 0.275, 0.25] + }, + "bone7": { + "rotation": [41, 0, 0] + }, + "bone6": { + "rotation": [5.75, 0, 0] + }, + "teadrop": { + "position": [0, "0+math.sin(q.anim_time*90*2-90)*0.5", 0] + }, + "spoon": { + "rotation": [95.16963, -0.76588, 3.84611], + "position": [-3.725, -0.225, 1.85] + }, + "pot": { + "rotation": [10, "0+math.sin(q.anim_time*90*1.5-90)*4", "0+math.sin(q.anim_time*90*1.5+60)*3"], + "position": ["0+math.sin(q.anim_time*90*1.5)*2", "0+math.sin(q.anim_time*90*3)*1", "0+math.sin(q.anim_time*90*3)*0.5"] + }, + "ghost": { + "position": [0, -10, 0] + }, + "hand_l_movement": { + "rotation": ["0+math.sin(q.anim_time*90*3)*10", 0, "0+math.sin(q.anim_time*90*1.5-90)*10"], + "position": [0, "0+math.sin(q.anim_time*90*3-90)*0.4", 0] + }, + "hand_r_movement": { + "rotation": ["0+math.sin(q.anim_time*90*3)*10", 0, "0+math.sin(q.anim_time*90*1.5-120)*10"], + "position": [0, "0+math.sin(q.anim_time*90*3-120)*-0.4", 0] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/polteageist/polteageist.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/polteageist/polteageist.animation.json new file mode 100644 index 0000000..cbd7b3e --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/polteageist/polteageist.animation.json @@ -0,0 +1,134 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.polteageist.ground_idle": { + "loop": true, + "bones": { + "polteageist": { + "position": [0, 3, 0] + }, + "body": { + "rotation": ["0+math.sin(q.anim_time*90*0.75-90)*3", 0, "0+math.sin(q.anim_time*90*1.5-90)*3"], + "position": ["0+math.sin(q.anim_time*90*1.5)*3", "0+math.sin(q.anim_time*90*3)*1", "0+math.sin(q.anim_time*90*3)*0.5"] + }, + "head": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1.5-60)*2.5"], + "position": [0, "0+math.sin(q.anim_time*90*3-90)*0.2", 0] + }, + "lid": { + "rotation": ["0+math.sin(q.anim_time*90*3-90)*2", "0-math.sin(q.anim_time*90*1.5-90)*5", "0-math.sin(q.anim_time*90*1.5-90)*5"], + "position": [0, 0.25, 0] + }, + "hand_right": { + "position": ["0+math.sin(q.anim_time*90*1.5-90)*0.2", "0+math.sin(q.anim_time*90*3-90)*0.2", 0] + }, + "hand_left": { + "position": ["0+math.sin(q.anim_time*90*1.5-90)*0.2", "0+math.sin(q.anim_time*90*3-90)*0.2", 0] + }, + "leg_right": { + "rotation": ["0+math.sin(q.anim_time*90*3)*10", 0, "0+math.sin(q.anim_time*90*1.5-90)*10"] + }, + "leg_left": { + "rotation": ["0+math.sin(q.anim_time*90*3)*10", 0, "0+math.sin(q.anim_time*90*1.5-90)*10"] + }, + "hand_right2": { + "position": ["0-math.sin(q.anim_time*90*1.5-90)*0.1", "0-math.sin(q.anim_time*90*3-90)*0.1", 0] + }, + "hand_left2": { + "position": ["0-math.sin(q.anim_time*90*1.5-90)*0.1", "-math.sin(q.anim_time*90*3-90)*0.1", 0] + } + } + }, + "animation.polteageist.ground_walk": { + "loop": true, + "bones": { + "body": { + "rotation": ["10+math.sin(q.anim_time*90*3-90)*3", 0, "0+math.sin(q.anim_time*90*1.5-90)*3"], + "position": ["0+math.sin(q.anim_time*90*1.5)*3", "0+math.sin(q.anim_time*90*3)*1", "0+math.sin(q.anim_time*90*3)*0.5"] + }, + "head": { + "rotation": [0, 0, "10+math.sin(q.anim_time*90*1.5-60)*2.5"], + "position": [0, "0+math.sin(q.anim_time*90*3-90)*0.2", 0] + }, + "lid": { + "rotation": ["0+math.sin(q.anim_time*90*3-90)*2", "0-math.sin(q.anim_time*90*1.5-90)*5", "0-math.sin(q.anim_time*90*1.5-90)*5"], + "position": [0, 0.25, 0] + }, + "hand_right": { + "position": ["0+math.sin(q.anim_time*90*1.5-90)*0.2", "0+math.sin(q.anim_time*90*3-90)*0.2", 0] + }, + "hand_left": { + "position": ["0+math.sin(q.anim_time*90*1.5-90)*0.2", "0+math.sin(q.anim_time*90*3-90)*0.2", 0] + }, + "leg_right": { + "rotation": ["103.1481+math.sin(q.anim_time*90*3)*10", -49.99891, "102.8073+math.sin(q.anim_time*90*1.5-90)*10"], + "position": [-0.65, 0, 0.5] + }, + "leg_left": { + "rotation": ["103.1481+math.sin(q.anim_time*90*3)*10", -49.99891, "102.8073+math.sin(q.anim_time*90*1.5-90)*10"], + "position": [0.1, 0, 0.25] + }, + "hand_right2": { + "position": ["0-math.sin(q.anim_time*90*1.5-90)*0.1", "0-math.sin(q.anim_time*90*3-90)*0.1", 0] + }, + "hand_left2": { + "position": ["0-math.sin(q.anim_time*90*1.5-90)*0.1", "-math.sin(q.anim_time*90*3-90)*0.1", 0] + }, + "polteageist": { + "position": [0, 3, 0] + } + } + }, + "animation.polteageist.sleep": { + "loop": true, + "bones": { + "body": { + "rotation": ["0+math.sin(q.anim_time*90*0.75)*0.5", 0, 0], + "position": [0, -3.5, 0] + }, + "head": { + "rotation": [0, 0, 0], + "position": [0, "-2.50+math.sin(q.anim_time*90*1.5)*0.1", 0] + }, + "eyelid_left": { + "position": [0.1, 0, 0] + }, + "eyelid_right": { + "position": [0.1, 0, 0] + }, + "hand_right": { + "position": [-2, -4, 0] + }, + "hand_left": { + "position": [-2, -4, 0] + }, + "leg_right": { + "position": [-1, 5, 0] + }, + "leg_left": { + "position": [-1, 5, 0] + } + } + }, + "animation.polteageist.blink": { + "animation_length": 0.16667, + "bones": { + "eyelid_left": { + "position": { + "0.0": [0.1, 0, 0], + "0.125": [0.1, 0, 0], + "0.1667": [0, 0, 0] + } + }, + "eyelid_right": { + "position": { + "0.0": [0.1, 0, 0], + "0.125": [0.1, 0, 0], + "0.1667": [0, 0, 0] + } + } + } + } + }, + "geckolib_format_version": 2 +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/purrloin/purrloin.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/purrloin/purrloin.animation.json new file mode 100644 index 0000000..4588854 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/purrloin/purrloin.animation.json @@ -0,0 +1,231 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.purrloin.deja_vu": { + "loop": true, + "animation_length": 1, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 180, 0], + "1.0": [0, 360, 0] + } + } + } + }, + "animation.purrloin.ground_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "shoulder_r": { + "rotation": [0, 0, -45] + }, + "shoulder_l": { + "rotation": [0, 0, 45] + }, + "tail": { + "rotation": ["30 + math.sin((q.anim_time*90)+180)*10", 0, 0] + }, + "tail_2": { + "rotation": [32.5, 0, 0] + }, + "tail_3": { + "rotation": [-20, 0, 0] + }, + "head": { + "rotation": ["math.sin((q.anim_time*90)+180)*3", 0, 0] + } + } + }, + "animation.purrloin.faint": { + "loop": true, + "animation_length": 4, + "bones": { + "shoulder_r": { + "rotation": [0, 0, -45] + }, + "shoulder_l": { + "rotation": [0, 0, 45] + }, + "tail": { + "rotation": ["30 + math.sin((q.anim_time*90)+180)*10", 0, 0] + }, + "tail_2": { + "rotation": [32.5, 0, 0] + }, + "tail_3": { + "rotation": [-20, 0, 0] + }, + "head": { + "rotation": ["math.sin((q.anim_time*90)+180)*3", 0, 0] + }, + "body": { + "rotation": { + "1.0": [0, 0, 0], + "1.5": [90, 0, 0] + }, + "position": { + "1.0": [0, 0, 0], + "1.5": [0, 1, 9] + } + } + } + }, + "animation.purrloin.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "shoulder_r": { + "rotation": { + "0.0": [0, -10, -45], + "0.5": [0, 10, -45], + "1.0": [0, -10, -45] + } + }, + "shoulder_l": { + "rotation": { + "0.0": [0, -10, 45], + "0.5": [0, 10, 45], + "1.0": [0, -10, 45] + } + }, + "tail": { + "rotation": ["30 + math.sin((q.anim_time*90*4)+180)*5", 0, 0] + }, + "tail_2": { + "rotation": [32.5, 0, 0] + }, + "tail_3": { + "rotation": [-20, 0, 0] + }, + "head": { + "rotation": [0, 0, 0] + }, + "body": { + "rotation": { + "0.0": [0, 0, -1], + "0.5": [0, 0, 1], + "1.0": [0, 0, -1] + } + }, + "thigh_r": { + "rotation": { + "0.0": [15, 0, 0], + "0.5": [-15, 0, 0], + "1.0": [15, 0, 0] + } + }, + "leg_r": { + "rotation": { + "0.0": [15, 0, 0], + "0.5": [0, 0, 0], + "1.0": [15, 0, 0] + } + }, + "calf_r": { + "rotation": { + "0.0": [-20, 0, 0], + "0.5": [10, 0, 0], + "1.0": [-20, 0, 0] + } + }, + "thigh_l": { + "rotation": { + "0.0": [-15, 0, 0], + "0.5": [15, 0, 0], + "1.0": [-15, 0, 0] + } + }, + "leg_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [15, 0, 0], + "1.0": [0, 0, 0] + } + }, + "calf_l": { + "rotation": { + "0.0": [10, 0, 0], + "0.5": [-20, 0, 0], + "1.0": [10, 0, 0] + } + } + } + }, + "animation.purrloin.sleep": { + "loop": true, + "animation_length": 4.29167, + "bones": { + "body": { + "rotation": [40, 0, 0], + "position": [0, -3, 4] + }, + "head": { + "rotation": [5, 0, 0] + }, + "eye_r": { + "position": [0, 0, 0] + }, + "eye_r_closed": { + "position": [0, 0, -0.02] + }, + "eye_l": { + "position": [0, 0, 0] + }, + "eye_l_closed": { + "position": [0, 0, -0.02] + }, + "shoulder_r": { + "rotation": [0, -50, -85], + "position": [0, -1, -1] + }, + "shoulder_l": { + "rotation": [0, 50, 85], + "position": [0, -1, -1] + }, + "tail": { + "rotation": [50, 0, 0] + }, + "tail_2": { + "rotation": [-20, 0, 0] + }, + "tail_3": { + "rotation": [22.5, 0, 0] + }, + "thigh_r": { + "rotation": [-90, 0, 0], + "position": [0, 2, -1] + }, + "leg_r": { + "rotation": [112.5, 0, 0] + }, + "calf_r": { + "rotation": [-85, 0, 0] + }, + "foot_r": { + "rotation": [25, 0, 0] + }, + "thigh_l": { + "rotation": [-90, 0, 0], + "position": [0, 2, -1] + }, + "leg_l": { + "rotation": [112.5, 0, 0] + }, + "calf_l": { + "rotation": [-85, 0, 0] + }, + "foot_l": { + "rotation": [25, 0, 0] + }, + "eye_l_open": { + "position": [0, 0, 0.25] + }, + "eye_r_open": { + "position": [0, 0, 0.25] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/purugly/purugly.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/purugly/purugly.animation.json new file mode 100644 index 0000000..a43b093 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/purugly/purugly.animation.json @@ -0,0 +1,177 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.purugly.ground_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "body": { + "position": { + "0.0": [0, 0, 0], + "1.0": [0, -0.25, 0], + "2.0": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [2.5, 0, 0], + "2.0": [0, 0, 0] + } + }, + "thigh_fr": { + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 0.25, 0], + "2.0": [0, 0, 0] + } + }, + "thigh_fl": { + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 0.25, 0], + "2.0": [0, 0, 0] + } + }, + "thigh_br": { + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 0.25, 0], + "2.0": [0, 0, 0] + } + }, + "thigh_bl": { + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 0.25, 0], + "2.0": [0, 0, 0] + } + } + } + }, + "animation.purugly.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "body": { + "position": { + "0.0": [0, -0.5, 0], + "0.25": [0, 0, 0], + "0.5": [0, -0.5, 0], + "0.75": [0, 0, 0], + "1.0": [0, -0.5, 0] + } + }, + "thigh_fr": { + "rotation": { + "0.0": [-25, 0, 0], + "0.25": [0, 0, 0], + "0.5": [25, 0, 0], + "0.75": [0, 0, 0], + "1.0": [-25, 0, 0] + } + }, + "leg_fr": { + "rotation": { + "0.0": [15, 0, 0], + "0.5": [0, 0, 0], + "0.75": [-30, 0, 0], + "1.0": [15, 0, 0] + } + }, + "thigh_fl": { + "rotation": { + "0.0": [25, 0, 0], + "0.25": [0, 0, 0], + "0.5": [-25, 0, 0], + "0.75": [0, 0, 0], + "1.0": [25, 0, 0] + } + }, + "leg_fl": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-30, 0, 0], + "0.5": [15, 0, 0], + "0.75": [0, 0, 0], + "1.0": [0, 0, 0] + } + }, + "thigh_br": { + "rotation": { + "0.0": [35, 0, 0], + "0.5": [-35, 0, 0], + "1.0": [35, 0, 0] + } + }, + "thigh_bl": { + "rotation": { + "0.0": [-35, 0, 0], + "0.5": [35, 0, 0], + "1.0": [-35, 0, 0] + } + } + } + }, + "animation.purugly.faint": { + "loop": "hold_on_last_frame", + "animation_length": 0.5, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 90] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 3, 0] + } + } + } + }, + "animation.purugly.sleep": { + "loop": true, + "animation_length": 3, + "bones": { + "body": { + "rotation": [0, 0, 0], + "position": [0, -4, 0] + }, + "neck": { + "rotation": [20, 0, 0] + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "1.5": [5, 0, 0], + "3.0": [0, 0, 0] + } + }, + "eye_l": { + "position": [0, 0, 0.03] + }, + "eyelid_l": { + "position": [0, 0, -0.04] + }, + "eye_r": { + "position": [0, 0, 0.03] + }, + "eyelid_r": { + "position": [0, 0, -0.04] + }, + "thigh_fr": { + "rotation": [-60, 0, 0] + }, + "thigh_fl": { + "rotation": [-60, 0, 0] + }, + "thigh_br": { + "rotation": [65, 0, 0] + }, + "thigh_bl": { + "rotation": [65, 0, 0] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/pyroar/pyroar_f.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/pyroar/pyroar_f.animation.json new file mode 100644 index 0000000..60d2abc --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/pyroar/pyroar_f.animation.json @@ -0,0 +1,2192 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.pyroar_f.ground_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "tail_seg5": { + "rotation": ["-35 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "tail_seg6": { + "rotation": ["-30 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "body": { + "rotation": ["math.sin((q.anim_time*90)+90)/3", 0, 0] + }, + "neck": { + "rotation": ["math.sin((q.anim_time*90)+90)*2", 0, 0] + }, + "head": { + "rotation": ["-math.sin((q.anim_time*90)+90)*1", 0, 0] + }, + "tail": { + "rotation": [-70, "math.sin((q.anim_time*90)+180)*5", "math.sin((q.anim_time*90)+180)*5"] + }, + "tail_seg2": { + "rotation": [35, 0, 0] + }, + "tail_seg3": { + "rotation": [35, 0, 0] + }, + "tail_seg4": { + "rotation": ["-30 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "tail_seg_end": { + "rotation": ["-25 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "hair": { + "rotation": ["math.sin((q.anim_time*90*2)+180)*1", 0, 0] + }, + "hair2": { + "rotation": ["math.sin((q.anim_time*90*2)+180)*1", 0, 0] + }, + "hair3": { + "rotation": ["-5 + math.sin((q.anim_time*90*2)+180)*1", 0, 0] + }, + "hair4": { + "rotation": ["10 + math.sin((q.anim_time*90*2)+180)*5", 0, 0] + }, + "hair5": { + "rotation": ["5 +math.sin((q.anim_time*90*2)+135)*5", 0, 0] + }, + "hair10": { + "rotation": ["5+math.sin((q.anim_time*90*2)+90)*5", 0, 0] + }, + "hair6": { + "rotation": ["math.sin((q.anim_time*90*2)+45)*5", 0, 0] + }, + "hair7": { + "rotation": ["-15 + math.sin((q.anim_time*90*2)+0)*5", 0, 0] + }, + "hair8": { + "rotation": ["math.sin((q.anim_time*90*2)+320)*3", 0, 0] + }, + "hair9": { + "rotation": ["-20+math.sin((q.anim_time*90*2)+275)*5", 0, 0] + }, + "hair11": { + "rotation": ["math.sin((q.anim_time*90*2)+230)*5", 0, 0] + } + } + }, + "animation.pyroar_f.battle_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "tail_seg5": { + "rotation": ["-35 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "tail_seg6": { + "rotation": ["-30 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "body": { + "rotation": ["math.sin((q.anim_time*90)+90)/3", 0, 0], + "position": [0, -1, 0] + }, + "neck": { + "rotation": ["27.5+math.sin((q.anim_time*90)+90)*2", 0, 0] + }, + "head": { + "rotation": ["-22.5-math.sin((q.anim_time*90)+90)*1", 0, 0] + }, + "tail": { + "rotation": { + "0.0": [-60, "math.sin((q.anim_time*90)+180)*5", "math.sin((q.anim_time*90)+180)*5"], + "1.9167": [-60, "math.sin((q.anim_time*90)+180)*5", "math.sin((q.anim_time*90)+180)*5"] + } + }, + "tail_seg2": { + "rotation": [35, 0, 0] + }, + "tail_seg3": { + "rotation": [35, 0, 0] + }, + "tail_seg4": { + "rotation": ["-30 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "tail_seg_end": { + "rotation": ["-25 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "hair": { + "rotation": ["math.sin((q.anim_time*90*2)+180)*1", 0, 0] + }, + "hair2": { + "rotation": ["math.sin((q.anim_time*90*2)+180)*1", 0, 0] + }, + "hair3": { + "rotation": ["-5 + math.sin((q.anim_time*90*2)+180)*1", 0, 0] + }, + "hair4": { + "rotation": ["10 + math.sin((q.anim_time*90*2)+180)*5", 0, 0] + }, + "hair5": { + "rotation": ["5 +math.sin((q.anim_time*90*2)+135)*5", 0, 0] + }, + "hair10": { + "rotation": ["5+math.sin((q.anim_time*90*2)+90)*5", 0, 0] + }, + "hair6": { + "rotation": ["math.sin((q.anim_time*90*2)+45)*5", 0, 0] + }, + "hair7": { + "rotation": ["-15 + math.sin((q.anim_time*90*2)+0)*5", 0, 0] + }, + "hair8": { + "rotation": ["math.sin((q.anim_time*90*2)+320)*3", 0, 0] + }, + "hair9": { + "rotation": ["-20+math.sin((q.anim_time*90*2)+275)*5", 0, 0] + }, + "hair11": { + "rotation": ["math.sin((q.anim_time*90*2)+230)*5", 0, 0] + }, + "shoulder_l": { + "rotation": [10, 0, -5] + }, + "forearm_l": { + "rotation": [-10, 0, 0] + }, + "shoulder_r": { + "rotation": [10, 0, 5] + }, + "forearm_r": { + "rotation": [-10, 0, 0] + }, + "thigh_r": { + "rotation": [-5, 0, 5] + }, + "knee_r": { + "rotation": [10, 0, 0] + }, + "calf_r": { + "rotation": [-5, 0, 0] + }, + "thigh_l": { + "rotation": [-5, 0, -5] + }, + "knee_l": { + "rotation": [10, 0, 0] + }, + "calf_l": { + "rotation": [-5, 0, 0] + } + } + }, + "animation.pyroar_f.ground_walk": { + "loop": true, + "animation_length": 4, + "bones": { + "tail_seg5": { + "rotation": [-35, 0, 0] + }, + "tail_seg6": { + "rotation": [-25, 0, 0] + }, + "body": { + "rotation": { + "0.0": [0, 2.5, 0], + "0.5": [0, -2.5, 0], + "1.0": [0, 2.5, 0], + "1.5": [0, -2.5, 0], + "2.0": [0, 2.5, 0], + "2.5": [0, -2.5, 0], + "3.0": [0, 2.5, 0], + "3.5": [0, -2.5, 0], + "4.0": [0, 2.5, 0] + }, + "position": { + "0.0": [0, -1, 0], + "0.25": [0, -1.25, 0], + "0.5": [0, -1, 0], + "0.75": [0, -1.25, 0], + "1.0": [0, -1, 0], + "1.25": [0, -1.25, 0], + "1.5": [0, -1, 0], + "1.75": [0, -1.25, 0], + "2.0": [0, -1, 0], + "2.25": [0, -1.25, 0], + "2.5": [0, -1, 0], + "2.75": [0, -1.25, 0], + "3.0": [0, -1, 0], + "3.25": [0, -1.25, 0], + "3.5": [0, -1, 0], + "3.75": [0, -1.25, 0], + "4.0": [0, -1, 0] + } + }, + "neck": { + "rotation": [30, 0, 0] + }, + "head": { + "rotation": [-30, 0, 0] + }, + "shoulder_l": { + "rotation": { + "0.0": [10, 0, 0], + "0.25": [-25, 0, 0], + "0.5": [10, 0, 0], + "0.8333": [30, 0, 0], + "1.0": [10, 0, 0], + "1.25": [-25, 0, 0], + "1.5": [10, 0, 0], + "1.8333": [30, 0, 0], + "2.0": [10, 0, 0], + "2.25": [-25, 0, 0], + "2.5": [10, 0, 0], + "2.8333": [30, 0, 0], + "3.0": [10, 0, 0], + "3.25": [-25, 0, 0], + "3.5": [10, 0, 0], + "3.8333": [30, 0, 0], + "4.0": [10, 0, 0] + } + }, + "forearm_l": { + "rotation": { + "0.0": [-50, 0, 0], + "0.25": [0, 0, 0], + "1.0": [-50, 0, 0], + "1.25": [0, 0, 0], + "2.0": [-50, 0, 0], + "2.25": [0, 0, 0], + "3.0": [-50, 0, 0], + "3.25": [0, 0, 0], + "4.0": [-50, 0, 0] + } + }, + "shoulder_r": { + "rotation": { + "0.0": [10, 0, 0], + "0.25": [30, 0, 0], + "0.5": [10, 0, 0], + "0.75": [-25, 0, 0], + "1.0": [10, 0, 0], + "1.25": [30, 0, 0], + "1.5": [10, 0, 0], + "1.75": [-25, 0, 0], + "2.0": [10, 0, 0], + "2.25": [30, 0, 0], + "2.5": [10, 0, 0], + "2.75": [-25, 0, 0], + "3.0": [10, 0, 0], + "3.25": [30, 0, 0], + "3.5": [10, 0, 0], + "3.75": [-25, 0, 0], + "4.0": [10, 0, 0] + } + }, + "forearm_r": { + "rotation": { + "0.0": [-10, 0, 0], + "0.25": [-20, 0, 0], + "0.5": [-50, 0, 0], + "0.75": [0, 0, 0], + "1.25": [-20, 0, 0], + "1.5": [-50, 0, 0], + "1.75": [0, 0, 0], + "2.25": [-20, 0, 0], + "2.5": [-50, 0, 0], + "2.75": [0, 0, 0], + "3.25": [-20, 0, 0], + "3.5": [-50, 0, 0], + "3.75": [0, 0, 0], + "4.0": [-10, 0, 0] + } + }, + "thigh_r": { + "rotation": { + "0.0": [30, 0, 0], + "0.25": [10, 0, 0], + "0.5": [-35, 0, 0], + "0.75": [10, 0, 0], + "1.0": [30, 0, 0], + "1.25": [10, 0, 0], + "1.5": [-30, 0, 0], + "1.75": [10, 0, 0], + "2.0": [30, 0, 0], + "2.25": [10, 0, 0], + "2.5": [-30, 0, 0], + "2.75": [10, 0, 0], + "3.0": [30, 0, 0], + "3.25": [10, 0, 0], + "3.5": [-30, 0, 0], + "3.75": [10, 0, 0], + "4.0": [30, 0, 0] + } + }, + "knee_r": { + "rotation": { + "0.0": [-15, 0, 0], + "0.25": [5, 0, 0], + "0.5": [20, 0, 0], + "0.75": [5, 0, 0], + "1.0": [-15, 0, 0], + "1.25": [5, 0, 0], + "1.5": [20, 0, 0], + "1.75": [5, 0, 0], + "2.0": [-15, 0, 0], + "2.25": [5, 0, 0], + "2.5": [20, 0, 0], + "2.75": [5, 0, 0], + "3.0": [-15, 0, 0], + "3.25": [5, 0, 0], + "3.5": [20, 0, 0], + "3.75": [5, 0, 0], + "4.0": [-15, 0, 0] + } + }, + "calf_r": { + "rotation": { + "0.0": [25, 0, 0], + "0.25": [-25, 0, 0], + "0.5": [-5, 0, 0], + "0.75": [-10, 0, 0], + "1.0": [25, 0, 0], + "1.25": [-25, 0, 0], + "1.5": [-5, 0, 0], + "1.75": [-10, 0, 0], + "2.0": [25, 0, 0], + "2.25": [-25, 0, 0], + "2.5": [-5, 0, 0], + "2.75": [-10, 0, 0], + "3.0": [25, 0, 0], + "3.25": [-25, 0, 0], + "3.5": [-5, 0, 0], + "3.75": [-10, 0, 0], + "4.0": [25, 0, 0] + } + }, + "thigh_l": { + "rotation": { + "0.0": [-30, 0, 0], + "0.25": [10, 0, 0], + "0.5": [30, 0, 0], + "0.75": [10, 0, 0], + "1.0": [-30, 0, 0], + "1.25": [10, 0, 0], + "1.5": [30, 0, 0], + "1.75": [10, 0, 0], + "2.0": [-30, 0, 0], + "2.25": [10, 0, 0], + "2.5": [30, 0, 0], + "2.75": [10, 0, 0], + "3.0": [-30, 0, 0], + "3.25": [10, 0, 0], + "3.5": [30, 0, 0], + "3.75": [10, 0, 0], + "4.0": [-30, 0, 0] + } + }, + "knee_l": { + "rotation": { + "0.0": [20, 0, 0], + "0.25": [5, 0, 0], + "0.5": [-15, 0, 0], + "0.75": [5, 0, 0], + "1.0": [20, 0, 0], + "1.25": [5, 0, 0], + "1.5": [-15, 0, 0], + "1.75": [5, 0, 0], + "2.0": [20, 0, 0], + "2.25": [5, 0, 0], + "2.5": [-15, 0, 0], + "2.75": [5, 0, 0], + "3.0": [20, 0, 0], + "3.25": [5, 0, 0], + "3.5": [-15, 0, 0], + "3.75": [5, 0, 0], + "4.0": [20, 0, 0] + } + }, + "calf_l": { + "rotation": { + "0.0": [-5, 0, 0], + "0.25": [-10, 0, 0], + "0.5": [25, 0, 0], + "0.75": [-25, 0, 0], + "1.0": [-5, 0, 0], + "1.25": [-10, 0, 0], + "1.5": [25, 0, 0], + "1.75": [-25, 0, 0], + "2.0": [-5, 0, 0], + "2.25": [-10, 0, 0], + "2.5": [25, 0, 0], + "2.75": [-25, 0, 0], + "3.0": [-5, 0, 0], + "3.25": [-10, 0, 0], + "3.5": [25, 0, 0], + "3.75": [-25, 0, 0], + "4.0": [-5, 0, 0] + } + }, + "tail": { + "rotation": [-20, "math.sin((q.anim_time*90*4)+180)*10", 0] + }, + "tail_seg2": { + "rotation": [35, 0, 0] + }, + "tail_seg3": { + "rotation": [35, "math.sin((q.anim_time*90*4)+180)*10", 0] + }, + "tail_seg4": { + "rotation": [-25, 0, 0] + }, + "tail_seg_end": { + "rotation": [-20, "math.sin((q.anim_time*90*4)+180)*5", 0] + }, + "hair": { + "rotation": ["math.sin((q.anim_time*90*2)+180)*1", 0, 0] + }, + "hair2": { + "rotation": ["math.sin((q.anim_time*90*2)+180)*1", 0, 0] + }, + "hair3": { + "rotation": ["-5 + math.sin((q.anim_time*90*2)+180)*1", 0, 0] + }, + "hair4": { + "rotation": ["10 + math.sin((q.anim_time*90*2)+180)*5", 0, 0] + }, + "hair5": { + "rotation": ["5 +math.sin((q.anim_time*90*2)+135)*5", 0, 0] + }, + "hair10": { + "rotation": ["5+math.sin((q.anim_time*90*2)+90)*5", 0, 0] + }, + "hair6": { + "rotation": ["math.sin((q.anim_time*90*2)+45)*5", 0, 0] + }, + "hair7": { + "rotation": ["-15 + math.sin((q.anim_time*90*2)+0)*5", 0, 0] + }, + "hair8": { + "rotation": ["math.sin((q.anim_time*90*2)+320)*3", 0, 0] + }, + "hair9": { + "rotation": ["-20+math.sin((q.anim_time*90*2)+275)*5", 0, 0] + }, + "hair11": { + "rotation": ["math.sin((q.anim_time*90*2)+230)*5", 0, 0] + }, + "paw_fl": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [25, 0, 0], + "0.5": [0, 0, 0], + "1.0": [0, 0, 0], + "1.25": [25, 0, 0], + "1.5": [0, 0, 0], + "2.0": [0, 0, 0], + "2.25": [25, 0, 0], + "2.5": [0, 0, 0], + "3.0": [0, 0, 0], + "3.25": [25, 0, 0], + "3.5": [0, 0, 0], + "4.0": [0, 0, 0] + } + }, + "paw_fr": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.5": [0, 0, 0], + "0.75": [25, 0, 0], + "1.0": [0, 0, 0], + "1.5": [0, 0, 0], + "1.75": [25, 0, 0], + "2.0": [0, 0, 0], + "2.5": [0, 0, 0], + "2.75": [25, 0, 0], + "3.0": [0, 0, 0], + "3.5": [0, 0, 0], + "3.75": [25, 0, 0], + "4.0": [0, 0, 0] + } + } + } + }, + "animation.pyroar_f.faint": { + "loop": true, + "animation_length": 3.5, + "bones": { + "tail_seg5": { + "rotation": [0, 0, 10] + }, + "tail_seg6": { + "rotation": [-10, 0, 10] + }, + "body": { + "rotation": { + "0.5": [0, 0, 0], + "1.5": [5, 0, 0] + }, + "position": { + "0.5": [0, 0, 0], + "1.5": [0, -11, 0] + } + }, + "neck": { + "rotation": { + "0.5": [0, 0, 0], + "1.5": [70, 0, 0] + }, + "position": { + "0.5": [0, 0, 0], + "1.5": [0, -2, 2] + } + }, + "head": { + "rotation": { + "0.5": [0, 0, 0], + "1.5": [-37.5, 0, 0] + } + }, + "eye_r": { + "position": { + "0.0": [0, 0, 0], + "0.3333": [0, 0, 0], + "0.375": { + "pre": [0, 0, 0], + "post": [0, 0, 0.5] + } + } + }, + "eye_r_closed": { + "position": { + "0.0": [0, 0, 0], + "0.3333": [0, 0, 0], + "0.375": { + "pre": [0, 0, 0], + "post": [-0.52, 0, 0] + } + } + }, + "eye_l": { + "position": { + "0.0": [0, 0, 0], + "0.3333": [0, 0, 0], + "0.375": { + "pre": [0, 0, 0], + "post": [0, 0, 0.5] + } + } + }, + "eye_l_closed": { + "position": { + "0.0": [0, 0, 0], + "0.3333": [0, 0, 0], + "0.375": { + "pre": [0, 0, 0], + "post": [0.52, 0, 0] + } + } + }, + "shoulder_l": { + "rotation": { + "0.5": [0, 0, 0], + "1.5": [-75, -5, 0] + } + }, + "forearm_l": { + "rotation": { + "0.5": [0, 0, 0], + "1.5": [-5, 0, 0] + } + }, + "shoulder_r": { + "rotation": { + "0.5": [0, 0, 0], + "1.5": [-75, 5, 0] + } + }, + "forearm_r": { + "rotation": { + "0.5": [0, 0, 0], + "1.5": [-5, 0, 0] + } + }, + "thigh_r": { + "rotation": { + "0.5": [0, 0, 0], + "1.5": [80, 0, 0] + } + }, + "knee_r": { + "rotation": [0, 0, 0] + }, + "calf_r": { + "rotation": [0, 0, 0] + }, + "thigh_l": { + "rotation": { + "0.5": [0, 0, 0], + "1.5": [80, 0, 0] + } + }, + "knee_l": { + "rotation": [0, 0, 0] + }, + "calf_l": { + "rotation": [0, 0, 0] + }, + "tail": { + "rotation": [-25, 0, 0] + }, + "tail_seg2": { + "rotation": [7.5, 0, 0] + }, + "tail_seg3": { + "rotation": [7.5, 0, 0] + }, + "tail_seg4": { + "rotation": [17.5, 0, 0] + }, + "hair": { + "rotation": { + "0.5": [0, 0, 0], + "1.5": [-15, 0, 0] + } + }, + "hair7": { + "rotation": { + "0.5": [0, 0, 0], + "1.5": [-25, 0, 0] + } + }, + "hair9": { + "rotation": { + "0.5": [0, 0, 0], + "1.5": [-15, 0, 0] + } + }, + "paw_fl": { + "rotation": { + "0.5": [0, 0, 0], + "1.5": [0, 0, 0] + } + }, + "paw_fr": { + "rotation": { + "0.5": [0, 0, 0], + "1.5": [0, 0, 0] + } + }, + "tongue": { + "rotation": { + "0.25": [0, 0, 0], + "0.5": [35, 0, 0] + }, + "position": { + "0.25": [0, 0, 0], + "0.5": [0, 0, -4] + } + } + } + }, + "animation.pyroar_f.sleep": { + "loop": true, + "bones": { + "tail_seg5": { + "rotation": [0, 0, 10] + }, + "tail_seg6": { + "rotation": [-10, 0, 10] + }, + "body": { + "rotation": [0, 0, 90], + "position": [-13, 5, 0] + }, + "neck": { + "rotation": [80, 0, 0], + "position": [0, -2, 0] + }, + "head": { + "rotation": [-52.5, 15, 0] + }, + "eye_r": { + "position": [0, 0, 0.5] + }, + "eye_r_closed": { + "position": [-0.52, 0, 0] + }, + "eye_l": { + "position": [0, 0, 0.5] + }, + "eye_l_closed": { + "position": [0.52, 0, 0] + }, + "hair4": { + "rotation": [0, -5, 0] + }, + "shoulder_l": { + "rotation": [15, 0, 0] + }, + "forearm_l": { + "rotation": [-5, 0, 0] + }, + "paw_fl": { + "rotation": [10, 0, 0] + }, + "shoulder_r": { + "rotation": [35, 0, -10] + }, + "forearm_r": { + "rotation": [-5, 0, -15] + }, + "paw_fr": { + "rotation": [17.5, 0, 0] + }, + "thigh_r": { + "rotation": [15, 0, -32.5] + }, + "knee_r": { + "rotation": [0, 0, 0] + }, + "calf_r": { + "rotation": [0, 0, 0] + }, + "paw_br": { + "rotation": [20, 0, 0] + }, + "thigh_l": { + "rotation": [57.5, 0, 0] + }, + "knee_l": { + "rotation": [0, 0, 0] + }, + "calf_l": { + "rotation": [0, 0, 0] + }, + "paw_bl": { + "rotation": [27.5, 0, 0] + }, + "tail": { + "rotation": [-25, 10, 0] + }, + "tail_seg2": { + "rotation": [10, 15, 0] + }, + "tail_seg3": { + "rotation": [0, 5, 0] + }, + "tail_seg4": { + "rotation": [20, -30, 0] + }, + "tail_seg_end": { + "rotation": [10, 0, 0] + } + } + }, + "animation.pyroar_f.blink": { + "animation_length": 0.1667, + "bones": { + "eye_r": { + "position": { + "0.0": [0, 0, 0.1], + "0.125": [0, 0, 0.1], + "0.1667": [0, 0, 0] + } + }, + "eye_r_closed": { + "position": { + "0.0": [-0.12, 0, 0], + "0.125": [-0.12, 0, 0], + "0.1667": [0, 0, 0] + } + }, + "eye_l": { + "position": { + "0.0": [0, 0, 0.1], + "0.125": [0, 0, 0.1], + "0.1667": [0, 0, 0] + } + }, + "eye_l_closed": { + "position": { + "0.0": [0.12, 0, 0], + "0.125": [0.12, 0, 0], + "0.1667": [0, 0, 0] + } + } + } + }, + "animation.pyroar_f.cry": { + "animation_length": 3, + "bones": { + "torso": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [5, 0, 0], + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [3, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [10.44, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-10.83, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-2.9, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-8.71, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "snout": { + "position": { + "0.1667": [0, 0, 0], + "0.2083": { + "pre": [0, 0, 0], + "post": [0, -0.1, -0.1] + }, + "0.75": { + "pre": [0, -0.1, -0.1], + "post": [0, -0.1, -0.1] + }, + "0.7917": { + "pre": [0, -0.1, -0.1], + "post": [0, 0, 0] + } + } + } + }, + "sound_effects": { + "0.2083": { + "effect": "pokemon.squirtle.cry" + } + } + }, + "animation.pyroar_f.recoil": { + "animation_length": 1.5, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 1, 0], + "post": [-8, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-2.9, 1.5, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-0.3, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [7.5, 0, 0], + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-2.9, 1.5, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-0.3, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "eye_r": { + "position": { + "0.0": [0, 0, 0.25], + "0.25": { + "pre": [0, 0, 0.25], + "post": [0, 0, 0.25] + }, + "0.2917": { + "pre": [0, 0, 0.25], + "post": [0, 0, 0] + } + } + }, + "eye_r_closed": { + "position": { + "0.0": [-0.27, 0, 0], + "0.25": { + "pre": [-0.27, 0, 0], + "post": [-0.27, 0, 0] + }, + "0.2917": { + "pre": [-0.27, 0, 0], + "post": [0, 0, 0] + } + } + }, + "eye_l": { + "position": { + "0.0": [0, 0, 0.25], + "0.25": { + "pre": [0, 0, 0.25], + "post": [0, 0, 0.25] + }, + "0.2917": { + "pre": [0, 0, 0.25], + "post": [0, 0, 0] + } + } + }, + "eye_l_closed": { + "position": { + "0.0": [0.27, 0, 0], + "0.25": { + "pre": [0.27, 0, 0], + "post": [0.27, 0, 0] + }, + "0.2917": { + "pre": [0.27, 0, 0], + "post": [0, 0, 0] + } + } + }, + "shoulder_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-3, -2.5, 0], + "post": [-3, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "forearm_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "paw_fl": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [12, 0, 0], + "post": [12, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "shoulder_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-3, 2.5, 0], + "post": [-3, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "forearm_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "paw_fr": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [12, 0, 0], + "post": [12, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "thigh_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "knee_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [15.5, 0, 0], + "post": [15.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-1.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "calf_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "paw_br": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [8, 0, 0], + "post": [8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "thigh_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "knee_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [15.5, 0, 0], + "post": [15.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-1.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "calf_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "paw_bl": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [8, 0, 0], + "post": [8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + } + } + }, + "animation.pyroar_f.physical": { + "animation_length": 1, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [12.5, 0, 0], + "0.2917": [-10, 0, 0], + "0.375": [-5, 0, 0], + "0.4583": [7.5, 0, 0], + "0.5417": [27.5, 0, 0], + "0.5833": [12.5, 0, 0], + "0.6667": [12.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, -4, 6], + "0.2917": [0, -1, 0], + "0.375": [0, 1, -10], + "0.4583": [0, 2, -19], + "0.5417": [0, 0, -25], + "0.5833": [0, -3, -31], + "0.6667": [0, -3, -42] + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [20, 0, 0], + "0.2917": [65, 0, 0], + "0.5": [50, 0, 0], + "0.5417": [60, 0, 0], + "0.5833": [60, 0, 0], + "0.625": [60, 0, 0], + "0.6667": [75, -10, -5], + "0.7083": [45, -10, -20] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.2917": [0, -1, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-22.5, 0, 0], + "0.2917": [-57.5, 0, 0], + "0.5": [-72.5, 0, 0], + "0.5417": [-87.5, 0, 0], + "0.5833": [-80, 0, 0], + "0.625": [-80, 0, 0], + "0.6667": [-70, 0, 0], + "0.7083": [-80, 0, 0] + } + }, + "hair2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [5, 0, 0], + "0.2917": [-2.5, 0, 0], + "0.3333": [-2.5, 0, 0], + "0.6667": [-2.5, 0, 0], + "0.7083": [2.5, 0, 0] + } + }, + "hair3": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "0.5417": [12.5, 0, 0], + "0.5833": [0, 0, 0], + "0.6667": [0, 0, 0], + "0.7083": [15, 0, 0] + } + }, + "hair4": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [2.5, 0, 0], + "0.2917": [2.5, 0, 0], + "0.3333": [10, 0, 0], + "0.375": [12.5, 0, 0], + "0.4167": [16.25, 0, 0], + "0.4583": [15, 0, 0], + "0.5417": [30, 0, 0], + "0.625": [30, 0, 0], + "0.6667": [17.5, 0, 0], + "0.7083": [17.5, 0, 0] + } + }, + "hair5": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [5, 0, 0], + "0.2917": [2.5, 0, 0], + "0.3333": [7.5, 0, 0], + "0.375": [12.5, 0, 0], + "0.4167": [12.5, 0, 0], + "0.4583": [17.5, 0, 0], + "0.5": [15, 0, 0], + "0.5417": [12.5, 0, 0] + } + }, + "hair10": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.2917": [5, 0, 0], + "0.3333": [15, 0, 0], + "0.375": [20, 0, 0], + "0.4167": [22.5, 0, 0], + "0.4583": [17.5, 0, 0], + "0.5": [12.5, 0, 0], + "0.5417": [7.5, 0, 0] + } + }, + "hair6": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.375": [-10, 0, 0], + "0.4167": [-14.17, 0, 0], + "0.5": [-15, 0, 0], + "0.5417": [-17.5, 0, 0] + } + }, + "hair7": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-7.5, 0, 0], + "0.4583": [-17.5, 0, 0], + "0.5417": [-17.5, 0, 0] + } + }, + "hair8": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [2.5, 0, 0], + "0.2917": [-5, 0, 0], + "0.3333": [-15, 0, 0] + } + }, + "hair9": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-10, 0, 0], + "0.4583": [-17.5, 0, 0] + } + }, + "hair11": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-10, 0, 0] + } + }, + "shoulder_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [37.5, 0, 0], + "0.2917": [20, 0, 0], + "0.375": [-15, -7.5, 0], + "0.5": [-10, -7.5, 0], + "0.5417": [12.5, -3.75, 0], + "0.5833": [27.5, 0, 0], + "0.625": [32.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 1, 0] + } + }, + "forearm_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-55, 0, 0], + "0.2917": [-10, 0, 0], + "0.375": [-60, 0, 0], + "0.5": [-60, 0, 0], + "0.5417": [-62.5, 0, 0], + "0.5833": [-55, 0, 0], + "0.6667": [0, 0, 0] + } + }, + "paw_fl": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [2.5, 0, 0], + "0.2917": [10, 0, 0], + "0.375": [17.5, 0, 0], + "0.5": [17.5, 0, 0], + "0.5833": [27.5, 0, 0], + "0.625": [25, 0, 0] + } + }, + "shoulder_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [37.5, 0, 0], + "0.2917": [20, 0, 0], + "0.375": [-10, 7.5, 0], + "0.5": [-10, 7.5, 0], + "0.5417": [12.5, 3.75, 0], + "0.5833": [27.5, 0, 0], + "0.625": [32.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 1, 0] + } + }, + "forearm_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-55, 0, 0], + "0.2917": [-10, 0, 0], + "0.375": [-60, 0, 0], + "0.5": [-60, 0, 0], + "0.5417": [-62.5, 0, 0], + "0.5833": [-55, 0, 0], + "0.6667": [0, 0, 0] + } + }, + "paw_fr": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [2.5, 0, 0], + "0.2917": [10, 0, 0], + "0.375": [17.5, 0, 0], + "0.5": [17.5, 0, 0], + "0.5833": [27.5, 0, 0], + "0.625": [25, 0, 0] + } + }, + "thigh_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-20, 0, 0], + "0.2917": [0, 0, 0], + "0.375": [32.5, 0, 0], + "0.4583": [32.5, 0, 0], + "0.5417": [-20, 10, 0], + "0.5833": [-40, 10, 0], + "0.6667": [15, 10, 0] + } + }, + "knee_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [25, 0, 0], + "0.2917": [20, 0, 0], + "0.375": [5, 0, 0], + "0.4583": [5, 0, 0], + "0.5417": [27.5, 0, 0], + "0.5833": [15, 0, 0] + } + }, + "calf_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-40, 0, 0], + "0.2917": [-32.5, 0, 0], + "0.375": [0, 0, 0], + "0.4583": [0, 0, 0], + "0.5417": [-55, 0, 0], + "0.5833": [-20, 0, 0], + "0.625": [-25, 0, 0], + "0.6667": [-20, 0, 0] + } + }, + "paw_br": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [22.5, 0, 0], + "0.2917": [22.5, 0, 0], + "0.375": [42.5, 0, 0], + "0.4583": [42.5, 0, 0], + "0.5417": [25, 0, 0], + "0.5833": [37.5, 0, 0], + "0.625": [7.5, 0, 0] + } + }, + "thigh_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-20, 0, 0], + "0.2917": [0, 0, 0], + "0.375": [32.5, 0, 0], + "0.4583": [32.5, 0, 0], + "0.5417": [-20, -10, 0], + "0.5833": [-40, -10, 0], + "0.6667": [15, -10, 0] + } + }, + "knee_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [25, 0, 0], + "0.2917": [20, 0, 0], + "0.375": [5, 0, 0], + "0.4583": [5, 0, 0], + "0.5417": [27.5, 0, 0], + "0.5833": [15, 0, 0] + } + }, + "calf_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-40, 0, 0], + "0.2917": [-32.5, 0, 0], + "0.375": [0, 0, 0], + "0.4583": [0, 0, 0], + "0.5417": [-55, 0, 0], + "0.5833": [-20, 0, 0], + "0.625": [-25, 0, 0], + "0.6667": [-20, 0, 0] + } + }, + "paw_bl": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [22.5, 0, 0], + "0.2917": [22.5, 0, 0], + "0.375": [42.5, 0, 0], + "0.4583": [42.5, 0, 0], + "0.5417": [25, 0, 0], + "0.5833": [37.5, 0, 0], + "0.625": [7.5, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [-10, 0, 0], + "0.25": [12.5, 0, 0], + "0.5833": [57.5, 0, 0], + "0.625": [80, 0, 0], + "0.6667": [100, 0, 0], + "0.75": [57.5, 0, 0] + } + }, + "tail_seg2": { + "rotation": { + "0.0": [10, 0, 0], + "0.25": [30, 0, 0], + "0.5833": [43.33, 0, 0], + "0.625": [50, 0, 0], + "0.6667": [50, 0, 0], + "0.75": [43.33, 0, 0] + } + }, + "tail_seg3": { + "rotation": { + "0.0": [10, 0, 0], + "0.25": [30, 0, 0], + "0.5833": [25, 0, 0], + "0.625": [22.5, 0, 0], + "0.6667": [30, 0, 0], + "0.75": [25, 0, 0] + } + }, + "tail_seg4": { + "rotation": { + "0.0": [10, 0, 0], + "0.25": [30, 0, 0], + "0.5833": [16.67, 0, 0], + "0.625": [10, 0, 0], + "0.6667": [0, 0, 0], + "0.75": [16.67, 0, 0] + } + }, + "tail_seg_end": { + "rotation": { + "0.0": [10, 0, 0], + "0.25": [20, 0, 0], + "0.5833": [6.67, 0, 0], + "0.625": [0, 0, 0], + "0.6667": [0, 0, 0], + "0.75": [6.67, 0, 0] + } + } + } + }, + "animation.pyroar_f.special": { + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [12.5, 0, 0], + "0.3333": [-17.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, -4, 6], + "0.2917": [0, -3, -0.5], + "0.3333": [0, "-2+0.1*math.sin(q.anim_time*90*45)", -7] + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [20, 0, 0], + "0.3333": [65, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.3333": [0, -1, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-22.5, 0, 0], + "0.3333": [-57.5, 0, 0] + } + }, + "hair2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [5, 0, 0], + "0.2917": [-2.5, 0, 0], + "0.3333": ["5+math.sin((q.anim_time*90*8)+270)*1", 0, 0] + } + }, + "hair3": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": ["math.sin((q.anim_time*90*8)+225)*1", 0, 0] + } + }, + "hair4": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [2.5, 0, 0], + "0.2917": [2.5, 0, 0], + "0.3333": ["10 + math.sin((q.anim_time*90*8)+180)*5", 0, 0] + } + }, + "hair5": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [5, 0, 0], + "0.2917": [2.5, 0, 0], + "0.3333": ["5 +math.sin((q.anim_time*90*8)+135)*5", 0, 0] + } + }, + "hair10": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.2917": [5, 0, 0], + "0.3333": ["5+math.sin((q.anim_time*90*2)+90)*5", 0, 0] + } + }, + "hair6": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.3333": ["-10+math.sin((q.anim_time*90*8)+45)*5", 0, 0] + } + }, + "hair7": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-7.5, 0, 0], + "0.3333": ["-15 + math.sin((q.anim_time*90*8)+0)*5", 0, 0] + } + }, + "hair8": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [2.5, 0, 0], + "0.2917": [-5, 0, 0], + "0.3333": ["-15 + math.sin((q.anim_time*90*8)+315)*5", 0, 0] + } + }, + "hair9": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-10, 0, 0], + "0.3333": ["-20+math.sin((q.anim_time*90*8)+270)*5", 0, 0] + } + }, + "hair11": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-10, 0, 0], + "0.3333": ["math.sin((q.anim_time*90*8)+225)*5", 0, 0] + } + }, + "shoulder_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [37.5, 0, 0], + "0.2917": [42.5, 0, 0], + "0.3333": [32.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 1, 0], + "0.3333": [0, 0, 0] + } + }, + "forearm_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-55, 0, 0], + "0.2917": [-45, 0, 0], + "0.3333": [0, 0, 0] + } + }, + "paw_fl": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [2.5, 0, 0], + "0.3333": [-7.5, 0, 0] + } + }, + "shoulder_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [37.5, 0, 0], + "0.2917": [42.5, 0, 0], + "0.3333": [32.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 1, 0], + "0.3333": [0, 0, 0] + } + }, + "forearm_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-55, 0, 0], + "0.2917": [-45, 0, 0], + "0.3333": [0, 0, 0] + } + }, + "paw_fr": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [2.5, 0, 0], + "0.3333": [-7.5, 0, 0] + } + }, + "thigh_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-20, 0, 0], + "0.3333": [27.5, 0, 0] + } + }, + "knee_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [25, 0, 0], + "0.3333": [35, 0, 0] + } + }, + "calf_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-40, 0, 0], + "0.3333": [-27.5, 0, 0] + } + }, + "paw_br": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [22.5, 0, 0], + "0.3333": [-15, 0, 0] + } + }, + "thigh_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-20, 0, 0], + "0.3333": [27.5, 0, 0] + } + }, + "knee_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [25, 0, 0], + "0.3333": [35, 0, 0] + } + }, + "calf_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-40, 0, 0], + "0.3333": [-27.5, 0, 0] + } + }, + "paw_bl": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [22.5, 0, 0], + "0.3333": [-15, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [-50, 0, 0], + "0.25": [-20, 0, 0], + "0.3333": [-10, 0, 0] + } + }, + "tail_seg2": { + "rotation": [12.5, 0, 0] + }, + "tail_seg3": { + "rotation": [10, 0, 0] + }, + "tail_seg4": { + "rotation": [12.5, 0, 0] + }, + "tail_seg_end": { + "rotation": [-17.5, 0, 0] + }, + "tongue": { + "rotation": { + "0.25": [0, 0, 0], + "0.3333": ["math.sin((q.anim_time*90*12)+180)*5", 0, 0], + "2.75": ["math.sin((q.anim_time*90*12)+180)*5", 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "0.25": [0, 0, 0], + "0.3333": [0, 0, -4], + "2.75": [0, 0, -4], + "3.0": [0, 0, 0] + } + } + }, + "particle_effects": { + "0.3333": { + "effect": "fire_beam", + "locator": "fire" + } + } + }, + "animation.pyroar_f.status": { + "animation_length": 3, + "bones": { + "tail_seg5": { + "rotation": ["-35 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "tail_seg6": { + "rotation": ["-30 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "body": { + "rotation": { + "0.0": ["math.sin((q.anim_time*90)+90)/3", 0, 0], + "0.25": ["-42.5+math.sin((q.anim_time*90)+90)/3", 0, 0], + "2.75": ["-42.5+math.sin((q.anim_time*90)+90)/3", 0, 0], + "3.0": ["math.sin((q.anim_time*90)+90)/3", 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, -2, 0], + "2.75": [0, -2, 0], + "3.0": [0, 0, 0] + } + }, + "neck": { + "rotation": { + "0.0": ["math.sin((q.anim_time*90)+90)*2", 0, 0], + "0.25": ["50+math.sin((q.anim_time*90)+90)*2", 0, 0], + "0.5": ["80+math.sin((q.anim_time*90)+90)*2", 0, 0], + "0.8333": ["80+math.sin((q.anim_time*90)+90)*2", 0, 0], + "1.0": ["97.5+math.sin((q.anim_time*90)+90)*2", 0, 0], + "1.2083": ["102.5+math.sin((q.anim_time*90)+90)*2", 0, 0], + "1.4167": ["97.5+math.sin((q.anim_time*90)+90)*2", 0, 0], + "1.6667": ["102.5+math.sin((q.anim_time*90)+90)*2", 0, 0], + "1.9167": ["97.5+math.sin((q.anim_time*90)+90)*2", 0, 0], + "2.125": ["102.5+math.sin((q.anim_time*90)+90)*2", 0, 0], + "2.375": ["97.5+math.sin((q.anim_time*90)+90)*2", 0, 0], + "2.7083": ["80+math.sin((q.anim_time*90)+90)*2", 0, 0], + "2.75": ["80+math.sin((q.anim_time*90)+90)*2", 0, 0], + "3.0": ["math.sin((q.anim_time*90)+90)*2", 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, -1, 0], + "0.5": [0, -2, 0], + "2.75": [0, -2, 0], + "3.0": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": ["-math.sin((q.anim_time*90)+90)*1", 0, 0], + "0.5": ["-math.sin((q.anim_time*90)+90)*1", 0, 0], + "0.6667": ["10-math.sin((q.anim_time*90)+90)*1", 7.5, 0], + "0.8333": ["-25-math.sin((q.anim_time*90)+90)*1", 7.5, 0], + "1.0": ["5-math.sin((q.anim_time*90)+90)*1", 7.5, 0], + "2.2083": ["5-math.sin((q.anim_time*90)+90)*1", 7.5, 0], + "2.25": ["5-math.sin((q.anim_time*90)+90)*1", 0, 0], + "2.375": ["10-math.sin((q.anim_time*90)+90)*1", 7.5, 0], + "2.5417": ["-25-math.sin((q.anim_time*90)+90)*1", 7.5, 0], + "2.7083": ["-math.sin((q.anim_time*90)+90)*1", 0, 0], + "2.75": ["-math.sin((q.anim_time*90)+90)*1", 0, 0], + "3.0": ["-math.sin((q.anim_time*90)+90)*1", 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [-70, "math.sin((q.anim_time*90)+180)*5", "math.sin((q.anim_time*90)+180)*5"], + "0.25": [15, "math.sin((q.anim_time*90)+180)*5", "math.sin((q.anim_time*90)+180)*5"], + "2.75": [15, "math.sin((q.anim_time*90)+180)*5", "math.sin((q.anim_time*90)+180)*5"], + "3.0": [-70, "math.sin((q.anim_time*90)+180)*5", "math.sin((q.anim_time*90)+180)*5"] + } + }, + "tail_seg2": { + "rotation": [35, 0, 0] + }, + "tail_seg3": { + "rotation": [35, 0, 0] + }, + "tail_seg4": { + "rotation": ["-30 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "tail_seg_end": { + "rotation": ["-25 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "hair2": { + "rotation": ["math.sin((q.anim_time*90*2)+180)*1", 0, 0] + }, + "hair3": { + "rotation": ["-5 + math.sin((q.anim_time*90*2)+180)*1", 0, 0] + }, + "hair4": { + "rotation": { + "0.0": ["10+math.sin((q.anim_time*90*2)+180)*1", 0, 0], + "0.25": ["math.sin((q.anim_time*90*2)+180)*1", 0, 0], + "0.5": ["-10+math.sin((q.anim_time*90*2)+180)*1", 0, 0], + "0.8333": ["-2.5+math.sin((q.anim_time*90*2)+180)*1", 0, 0], + "1.0": ["-20+math.sin((q.anim_time*90*2)+180)*1", 0, 0], + "2.375": ["-20+math.sin((q.anim_time*90*2)+180)*1", 0, 0], + "2.5833": ["-10+math.sin((q.anim_time*90*2)+180)*1", 0, 0], + "3.0": ["math.sin((q.anim_time*90*2)+180)*1", 0, 0] + } + }, + "hair5": { + "rotation": { + "0.0": ["5 +math.sin((q.anim_time*90*2)+135)*5", 0, 0], + "1.0": ["-10 +math.sin((q.anim_time*90*2)+135)*5", 0, 0], + "2.375": ["-15 +math.sin((q.anim_time*90*2)+135)*5", 0, 0], + "2.5833": ["5 +math.sin((q.anim_time*90*2)+135)*5", 0, 0] + } + }, + "hair10": { + "rotation": ["5+math.sin((q.anim_time*90*2)+90)*5", 0, 0] + }, + "hair6": { + "rotation": ["math.sin((q.anim_time*90*2)+45)*5", 0, 0] + }, + "hair7": { + "rotation": ["-15 + math.sin((q.anim_time*90*2)+0)*5", 0, 0] + }, + "hair8": { + "rotation": ["math.sin((q.anim_time*90*2)+320)*3", 0, 0] + }, + "hair9": { + "rotation": ["-20+math.sin((q.anim_time*90*2)+275)*5", 0, 0] + }, + "hair11": { + "rotation": ["math.sin((q.anim_time*90*2)+230)*5", 0, 0] + }, + "shoulder_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [37.5, 0, 0], + "2.75": [37.5, 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, -1], + "2.75": [0, 0, -1], + "3.0": [0, 0, 0] + } + }, + "forearm_l": { + "rotation": { + "2.75": [0, 0, 0], + "3.0": [0, 0, 0] + } + }, + "paw_fl": { + "rotation": { + "2.75": [0, 0, 0], + "3.0": [0, 0, 0] + } + }, + "shoulder_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [37.5, 0, 0], + "0.5": [-7.5, 0, 0], + "0.8333": [-7.5, 0, 0], + "1.0": [-37.5, 5, 15], + "1.2083": [-12.5, 5, 15], + "1.25": [-12.5, 5, 15], + "1.4583": [-37.5, 5, 15], + "1.7083": [-12.5, 5, 15], + "1.75": [-12.5, 5, 15], + "1.9583": [-37.5, 5, 15], + "2.1667": [-12.5, 5, 15], + "2.2083": [-12.5, 5, 15], + "2.375": [-7.5, 0, 0], + "2.7083": [-7.5, 0, 0], + "2.75": [-7.5, 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, -1], + "2.75": [0, 0, -1], + "3.0": [0, 0, 0] + } + }, + "forearm_r": { + "rotation": { + "0.25": [0, 0, 0], + "0.5": [-65, -7.5, -5], + "0.8333": [-65, -7.5, -5], + "1.0": [-65, -7.5, -10], + "2.75": [-65, -7.5, -10], + "3.0": [0, 0, 0] + } + }, + "paw_fr": { + "rotation": { + "0.25": [0, 0, 0], + "0.5": [112.5, 0, 0], + "0.8333": [112.5, 0, 0], + "1.0": [112.5, 15, -15], + "2.75": [112.5, 15, -15], + "3.0": [0, 0, 0] + }, + "position": { + "0.25": [0, 0, 0], + "0.5": [0, -2, -3], + "2.75": [0, -2, -3], + "3.0": [0, 0, 0] + } + }, + "thigh_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-22.5, 0, 15], + "2.75": [-22.5, 0, 15], + "3.0": [0, 0, 0] + }, + "position": [0, 0, 0] + }, + "knee_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [25, 0, 0], + "2.75": [25, 0, 0], + "3.0": [0, 0, 0] + } + }, + "calf_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-42.5, 0, 0], + "2.75": [-42.5, 0, 0], + "3.0": [0, 0, 0] + } + }, + "paw_br": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [80, 0, 0], + "2.75": [80, 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, -2], + "2.75": [0, 0, -2], + "3.0": [0, 0, 0] + } + }, + "thigh_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-22.5, 0, -15], + "2.75": [-22.5, 0, -15], + "3.0": [0, 0, 0] + }, + "position": [0, 0, 0] + }, + "knee_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [25, 0, 0], + "2.75": [25, 0, 0], + "3.0": [0, 0, 0] + } + }, + "calf_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-42.5, 0, 0], + "2.75": [-42.5, 0, 0], + "3.0": [0, 0, 0] + } + }, + "paw_bl": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [80, 0, 0], + "2.75": [80, 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, -2], + "2.75": [0, 0, -2], + "3.0": [0, 0, 0] + } + }, + "tongue": { + "rotation": { + "0.5833": [0, 0, 0], + "0.6667": [50, 0, 0], + "0.8333": [50, 0, 0], + "0.9167": [0, 0, 0], + "2.2917": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + }, + "2.375": [50, 0, 0], + "2.5417": [50, 0, 0], + "2.625": [0, 0, 0] + }, + "position": { + "0.5833": [0, 0, 0], + "0.6667": [0, 0, -4], + "0.8333": [0, 0, -4], + "0.9167": [0, 0, 0], + "2.2917": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + }, + "2.375": [0, 0, -4], + "2.5417": [0, 0, -4], + "2.625": [0, 0, 0] + } + } + } + }, + "animation.pyroar_f.deja_vu": { + "loop": true, + "animation_length": 2, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "1.0833": [0, 180, 0], + "2.0": [0, 360, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/pyroar/pyroar_m.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/pyroar/pyroar_m.animation.json new file mode 100644 index 0000000..457c65b --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/pyroar/pyroar_m.animation.json @@ -0,0 +1,2426 @@ +{ + "format_version": "1.8.0", + "animations": { + "ground_walk": { + "loop": true, + "animation_length": 4, + "bones": { + "tail_seg5": { + "rotation": [-35, 0, 0] + }, + "tail_seg6": { + "rotation": [-25, 0, 0] + }, + "hair10": { + "rotation": ["5+math.sin((q.anim_time*90*2)+90)*5", 0, 0] + }, + "hair7": { + "rotation": ["-15 + math.sin((q.anim_time*90*2)+0)*5", 0, 0] + }, + "hair8": { + "rotation": ["math.sin((q.anim_time*90*2)+320)*3", 0, 0] + }, + "hair9": { + "rotation": ["-20+math.sin((q.anim_time*90*2)+275)*5", 0, 0] + }, + "hair11": { + "rotation": ["math.sin((q.anim_time*90*2)+230)*5", 0, 0] + }, + "body": { + "rotation": { + "0.0": [0, 2.5, 0], + "0.5": [0, -2.5, 0], + "1.0": [0, 2.5, 0], + "1.5": [0, -2.5, 0], + "2.0": [0, 2.5, 0], + "2.5": [0, -2.5, 0], + "3.0": [0, 2.5, 0], + "3.5": [0, -2.5, 0], + "4.0": [0, 2.5, 0] + }, + "position": { + "0.0": [0, -1, 0], + "0.25": [0, -1.25, 0], + "0.5": [0, -1, 0], + "0.75": [0, -1.25, 0], + "1.0": [0, -1, 0], + "1.25": [0, -1.25, 0], + "1.5": [0, -1, 0], + "1.75": [0, -1.25, 0], + "2.0": [0, -1, 0], + "2.25": [0, -1.25, 0], + "2.5": [0, -1, 0], + "2.75": [0, -1.25, 0], + "3.0": [0, -1, 0], + "3.25": [0, -1.25, 0], + "3.5": [0, -1, 0], + "3.75": [0, -1.25, 0], + "4.0": [0, -1, 0] + } + }, + "neck": { + "rotation": [30, 0, 0] + }, + "head": { + "rotation": [-30, 0, 0] + }, + "hair": { + "rotation": ["math.sin((q.anim_time*90*2)+180)*1", 0, 0] + }, + "hair2": { + "rotation": ["math.sin((q.anim_time*90*2)+180)*1", 0, 0] + }, + "hair3": { + "rotation": ["-5 + math.sin((q.anim_time*90*2)+180)*1", 0, 0] + }, + "hair6": { + "rotation": ["math.sin((q.anim_time*90*2)+45)*5", 0, 0] + }, + "hair4": { + "rotation": ["10 + math.sin((q.anim_time*90*2)+180)*5", 0, 0] + }, + "hair5": { + "rotation": ["5 +math.sin((q.anim_time*90*2)+135)*5", 0, 0] + }, + "shoulder_l": { + "rotation": { + "0.0": [10, 0, 0], + "0.25": [-25, 0, 0], + "0.5": [10, 0, 0], + "0.8333": [30, 0, 0], + "1.0": [10, 0, 0], + "1.25": [-25, 0, 0], + "1.5": [10, 0, 0], + "1.8333": [30, 0, 0], + "2.0": [10, 0, 0], + "2.25": [-25, 0, 0], + "2.5": [10, 0, 0], + "2.8333": [30, 0, 0], + "3.0": [10, 0, 0], + "3.25": [-25, 0, 0], + "3.5": [10, 0, 0], + "3.8333": [30, 0, 0], + "4.0": [10, 0, 0] + } + }, + "forearm_l": { + "rotation": { + "0.0": [-65, 0, 0], + "0.25": [0, 0, 0], + "1.0": [-65, 0, 0], + "1.25": [0, 0, 0], + "2.0": [-65, 0, 0], + "2.25": [0, 0, 0], + "3.0": [-65, 0, 0], + "3.25": [0, 0, 0], + "4.0": [-65, 0, 0] + } + }, + "paw_fl": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [25, 0, 0], + "0.5": [0, 0, 0], + "1.0": [0, 0, 0], + "1.25": [25, 0, 0], + "1.5": [0, 0, 0], + "2.0": [0, 0, 0], + "2.25": [25, 0, 0], + "2.5": [0, 0, 0], + "3.0": [0, 0, 0], + "3.25": [25, 0, 0], + "3.5": [0, 0, 0], + "4.0": [0, 0, 0] + } + }, + "shoulder_r": { + "rotation": { + "0.0": [10, 0, 0], + "0.25": [30, 0, 0], + "0.5": [10, 0, 0], + "0.75": [-25, 0, 0], + "1.0": [10, 0, 0], + "1.25": [30, 0, 0], + "1.5": [10, 0, 0], + "1.75": [-25, 0, 0], + "2.0": [10, 0, 0], + "2.25": [30, 0, 0], + "2.5": [10, 0, 0], + "2.75": [-25, 0, 0], + "3.0": [10, 0, 0], + "3.25": [30, 0, 0], + "3.5": [10, 0, 0], + "3.75": [-25, 0, 0], + "4.0": [10, 0, 0] + } + }, + "forearm_r": { + "rotation": { + "0.0": [-30, 0, 0], + "0.25": [-20, 0, 0], + "0.5": [-65, 0, 0], + "0.75": [0, 0, 0], + "1.0": [-30, 0, 0], + "1.25": [-20, 0, 0], + "1.5": [-65, 0, 0], + "1.75": [0, 0, 0], + "2.0": [-30, 0, 0], + "2.25": [-20, 0, 0], + "2.5": [-65, 0, 0], + "2.75": [0, 0, 0], + "3.0": [-30, 0, 0], + "3.25": [-20, 0, 0], + "3.5": [-65, 0, 0], + "3.75": [0, 0, 0], + "4.0": [-30, 0, 0] + } + }, + "paw_fr": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "0.75": [25, 0, 0], + "1.0": [0, 0, 0], + "1.5": [0, 0, 0], + "1.75": [25, 0, 0], + "2.0": [0, 0, 0], + "2.5": [0, 0, 0], + "2.75": [25, 0, 0], + "3.0": [0, 0, 0], + "3.5": [0, 0, 0], + "3.75": [25, 0, 0], + "4.0": [0, 0, 0] + } + }, + "thigh_r": { + "rotation": { + "0.0": [30, 0, 0], + "0.25": [10, 0, 0], + "0.5": [-45, 0, 0], + "0.75": [10, 0, 0], + "1.0": [30, 0, 0], + "1.25": [10, 0, 0], + "1.5": [-45, 0, 0], + "1.75": [10, 0, 0], + "2.0": [30, 0, 0], + "2.25": [10, 0, 0], + "2.5": [-45, 0, 0], + "2.75": [10, 0, 0], + "3.0": [30, 0, 0], + "3.25": [10, 0, 0], + "3.5": [-45, 0, 0], + "3.75": [10, 0, 0], + "4.0": [30, 0, 0] + } + }, + "knee_r": { + "rotation": { + "0.0": [-15, 0, 0], + "0.25": [5, 0, 0], + "0.5": [20, 0, 0], + "0.75": [5, 0, 0], + "1.0": [-15, 0, 0], + "1.25": [5, 0, 0], + "1.5": [20, 0, 0], + "1.75": [5, 0, 0], + "2.0": [-15, 0, 0], + "2.25": [5, 0, 0], + "2.5": [20, 0, 0], + "2.75": [5, 0, 0], + "3.0": [-15, 0, 0], + "3.25": [5, 0, 0], + "3.5": [20, 0, 0], + "3.75": [5, 0, 0], + "4.0": [-15, 0, 0] + } + }, + "calf_r": { + "rotation": { + "0.0": [25, 0, 0], + "0.25": [-25, 0, 0], + "0.5": [-5, 0, 0], + "0.75": [-10, 0, 0], + "1.0": [25, 0, 0], + "1.25": [-25, 0, 0], + "1.5": [-5, 0, 0], + "1.75": [-10, 0, 0], + "2.0": [25, 0, 0], + "2.25": [-25, 0, 0], + "2.5": [-5, 0, 0], + "2.75": [-10, 0, 0], + "3.0": [25, 0, 0], + "3.25": [-25, 0, 0], + "3.5": [-5, 0, 0], + "3.75": [-10, 0, 0], + "4.0": [25, 0, 0] + } + }, + "thigh_l": { + "rotation": { + "0.0": [-45, 0, 0], + "0.25": [10, 0, 0], + "0.5": [30, 0, 0], + "0.75": [10, 0, 0], + "1.0": [-45, 0, 0], + "1.25": [10, 0, 0], + "1.5": [30, 0, 0], + "1.75": [10, 0, 0], + "2.0": [-45, 0, 0], + "2.25": [10, 0, 0], + "2.5": [30, 0, 0], + "2.75": [10, 0, 0], + "3.0": [-45, 0, 0], + "3.25": [10, 0, 0], + "3.5": [30, 0, 0], + "3.75": [10, 0, 0], + "4.0": [-45, 0, 0] + } + }, + "knee_l": { + "rotation": { + "0.0": [20, 0, 0], + "0.25": [5, 0, 0], + "0.5": [-15, 0, 0], + "0.75": [5, 0, 0], + "1.0": [20, 0, 0], + "1.25": [5, 0, 0], + "1.5": [-15, 0, 0], + "1.75": [5, 0, 0], + "2.0": [20, 0, 0], + "2.25": [5, 0, 0], + "2.5": [-15, 0, 0], + "2.75": [5, 0, 0], + "3.0": [20, 0, 0], + "3.25": [5, 0, 0], + "3.5": [-15, 0, 0], + "3.75": [5, 0, 0], + "4.0": [20, 0, 0] + } + }, + "calf_l": { + "rotation": { + "0.0": [-5, 0, 0], + "0.25": [-10, 0, 0], + "0.5": [25, 0, 0], + "0.75": [-25, 0, 0], + "1.0": [-5, 0, 0], + "1.25": [-10, 0, 0], + "1.5": [25, 0, 0], + "1.75": [-25, 0, 0], + "2.0": [-5, 0, 0], + "2.25": [-10, 0, 0], + "2.5": [25, 0, 0], + "2.75": [-25, 0, 0], + "3.0": [-5, 0, 0], + "3.25": [-10, 0, 0], + "3.5": [25, 0, 0], + "3.75": [-25, 0, 0], + "4.0": [-5, 0, 0] + } + }, + "tail": { + "rotation": [-20, "math.sin((q.anim_time*90*4)+180)*10", 0] + }, + "tail_seg2": { + "rotation": [35, 0, 0] + }, + "tail_seg3": { + "rotation": [35, "math.sin((q.anim_time*90*4)+180)*10", 0] + }, + "tail_seg4": { + "rotation": [-25, 0, 0] + }, + "tail_seg_end": { + "rotation": [-20, "math.sin((q.anim_time*90*4)+180)*5", 0] + } + } + }, + "blink": { + "animation_length": 0.1667, + "bones": { + "eye_r": { + "position": { + "0.0": [0, 0, 0.1], + "0.125": [0, 0, 0.1], + "0.1667": [0, 0, 0] + } + }, + "eye_r_closed": { + "position": { + "0.0": [-0.12, 0, 0], + "0.125": [-0.12, 0, 0], + "0.1667": [0, 0, 0] + } + }, + "eye_l": { + "position": { + "0.0": [0, 0, 0.1], + "0.125": [0, 0, 0.1], + "0.1667": [0, 0, 0] + } + }, + "eye_l_closed": { + "position": { + "0.0": [0.12, 0, 0], + "0.125": [0.12, 0, 0], + "0.1667": [0, 0, 0] + } + } + } + }, + "cry": { + "animation_length": 3, + "bones": { + "mouth": { + "position": { + "0.1667": [0, 0, 0], + "0.2083": { + "pre": [0, 0, 0], + "post": [0, -0.1, -0.1] + }, + "0.75": { + "pre": [0, -0.1, -0.1], + "post": [0, -0.1, -0.1] + }, + "0.7917": { + "pre": [0, -0.1, -0.1], + "post": [0, 0, 0] + } + } + }, + "torso": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [5, 0, 0], + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [3, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [10.44, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-10.83, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-2.9, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-8.71, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + }, + "sound_effects": { + "0.2083": { + "effect": "pokemon.squirtle.cry" + } + } + }, + "animation.pyroar_m.ground_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "tail_seg5": { + "rotation": ["-35 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "tail_seg6": { + "rotation": ["-30 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "body": { + "rotation": ["math.sin((q.anim_time*90)+90)/3", 0, 0] + }, + "neck": { + "rotation": ["math.sin((q.anim_time*90)+90)*2", 0, 0] + }, + "head": { + "rotation": ["-math.sin((q.anim_time*90)+90)*1", 0, 0] + }, + "tail": { + "rotation": [20, "math.sin((q.anim_time*90)+180)*5", "math.sin((q.anim_time*90)+180)*5"] + }, + "tail_seg2": { + "rotation": [35, 0, 0] + }, + "tail_seg3": { + "rotation": [45, 0, 0] + }, + "tail_seg4": { + "rotation": ["-40 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "tail_seg_end": { + "rotation": ["-25 + math.sin((q.anim_time*90)+180)*5", 0, 0] + } + } + }, + "animation.pyroar_m.battle_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "tail_seg5": { + "rotation": ["-35 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "tail_seg6": { + "rotation": ["-30 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "hair10": { + "rotation": ["5+math.sin((q.anim_time*90*2)+90)*5", 0, 0] + }, + "hair7": { + "rotation": ["-15 + math.sin((q.anim_time*90*2)+0)*5", 0, 0] + }, + "hair8": { + "rotation": ["math.sin((q.anim_time*90*2)+320)*3", 0, 0] + }, + "hair9": { + "rotation": ["-20+math.sin((q.anim_time*90*2)+275)*5", 0, 0] + }, + "hair11": { + "rotation": ["math.sin((q.anim_time*90*2)+230)*5", 0, 0] + }, + "body": { + "rotation": ["math.sin((q.anim_time*90)+90)/3", 0, 0], + "position": [0, -1, 0] + }, + "neck": { + "rotation": ["27.5+math.sin((q.anim_time*90)+90)*2", 0, 0] + }, + "head": { + "rotation": ["-22.5-math.sin((q.anim_time*90)+90)*1", 0, 0] + }, + "shoulder_l": { + "rotation": [10, 0, -5] + }, + "forearm_l": { + "rotation": [-10, 0, 0] + }, + "shoulder_r": { + "rotation": [10, 0, 5] + }, + "forearm_r": { + "rotation": [-10, 0, 0] + }, + "thigh_r": { + "rotation": [-5, 0, 5] + }, + "knee_r": { + "rotation": [10, 0, 0] + }, + "calf_r": { + "rotation": [-5, 0, 0] + }, + "thigh_l": { + "rotation": [-5, 0, -5] + }, + "knee_l": { + "rotation": [10, 0, 0] + }, + "calf_l": { + "rotation": [-5, 0, 0] + }, + "tail": { + "rotation": { + "0.0": [-60, "math.sin((q.anim_time*90)+180)*5", "math.sin((q.anim_time*90)+180)*5"], + "1.9167": [-60, "math.sin((q.anim_time*90)+180)*5", "math.sin((q.anim_time*90)+180)*5"] + } + }, + "tail_seg2": { + "rotation": [35, 0, 0] + }, + "tail_seg3": { + "rotation": [35, 0, 0] + }, + "tail_seg4": { + "rotation": ["-30 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "tail_seg_end": { + "rotation": ["-25 + math.sin((q.anim_time*90)+180)*5", 0, 0] + } + } + }, + "animation.pyroar_m.ground_walk": { + "loop": true, + "animation_length": 4, + "bones": { + "tail_seg5": { + "rotation": [-35, 0, 0] + }, + "tail_seg6": { + "rotation": [-25, 0, 0] + }, + "hair10": { + "rotation": ["5+math.sin((q.anim_time*90*2)+90)*5", 0, 0] + }, + "hair7": { + "rotation": ["-15 + math.sin((q.anim_time*90*2)+0)*5", 0, 0] + }, + "hair8": { + "rotation": ["math.sin((q.anim_time*90*2)+320)*3", 0, 0] + }, + "hair9": { + "rotation": ["-20+math.sin((q.anim_time*90*2)+275)*5", 0, 0] + }, + "hair11": { + "rotation": ["math.sin((q.anim_time*90*2)+230)*5", 0, 0] + }, + "body": { + "rotation": { + "0.0": [0, 2.5, 0], + "0.5": [0, -2.5, 0], + "1.0": [0, 2.5, 0], + "1.5": [0, -2.5, 0], + "2.0": [0, 2.5, 0], + "2.5": [0, -2.5, 0], + "3.0": [0, 2.5, 0], + "3.5": [0, -2.5, 0], + "4.0": [0, 2.5, 0] + }, + "position": { + "0.0": [0, -1, 0], + "0.25": [0, -1.25, 0], + "0.5": [0, -1, 0], + "0.75": [0, -1.25, 0], + "1.0": [0, -1, 0], + "1.25": [0, -1.25, 0], + "1.5": [0, -1, 0], + "1.75": [0, -1.25, 0], + "2.0": [0, -1, 0], + "2.25": [0, -1.25, 0], + "2.5": [0, -1, 0], + "2.75": [0, -1.25, 0], + "3.0": [0, -1, 0], + "3.25": [0, -1.25, 0], + "3.5": [0, -1, 0], + "3.75": [0, -1.25, 0], + "4.0": [0, -1, 0] + } + }, + "neck": { + "rotation": [30, 0, 0] + }, + "head": { + "rotation": [-30, 0, 0] + }, + "shoulder_l": { + "rotation": { + "0.0": [10, 0, 0], + "0.25": [-25, 0, 0], + "0.5": [10, 0, 0], + "0.8333": [30, 0, 0], + "1.0": [10, 0, 0], + "1.25": [-25, 0, 0], + "1.5": [10, 0, 0], + "1.8333": [30, 0, 0], + "2.0": [10, 0, 0], + "2.25": [-25, 0, 0], + "2.5": [10, 0, 0], + "2.8333": [30, 0, 0], + "3.0": [10, 0, 0], + "3.25": [-25, 0, 0], + "3.5": [10, 0, 0], + "3.8333": [30, 0, 0], + "4.0": [10, 0, 0] + } + }, + "forearm_l": { + "rotation": { + "0.0": [-65, 0, 0], + "0.25": [0, 0, 0], + "1.0": [-65, 0, 0], + "1.25": [0, 0, 0], + "2.0": [-65, 0, 0], + "2.25": [0, 0, 0], + "3.0": [-65, 0, 0], + "3.25": [0, 0, 0], + "4.0": [-65, 0, 0] + } + }, + "paw_fl": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [25, 0, 0], + "0.5": [0, 0, 0], + "1.0": [0, 0, 0], + "1.25": [25, 0, 0], + "1.5": [0, 0, 0], + "2.0": [0, 0, 0], + "2.25": [25, 0, 0], + "2.5": [0, 0, 0], + "3.0": [0, 0, 0], + "3.25": [25, 0, 0], + "3.5": [0, 0, 0], + "4.0": [0, 0, 0] + } + }, + "shoulder_r": { + "rotation": { + "0.0": [10, 0, 0], + "0.25": [30, 0, 0], + "0.5": [10, 0, 0], + "0.75": [-25, 0, 0], + "1.0": [10, 0, 0], + "1.25": [30, 0, 0], + "1.5": [10, 0, 0], + "1.75": [-25, 0, 0], + "2.0": [10, 0, 0], + "2.25": [30, 0, 0], + "2.5": [10, 0, 0], + "2.75": [-25, 0, 0], + "3.0": [10, 0, 0], + "3.25": [30, 0, 0], + "3.5": [10, 0, 0], + "3.75": [-25, 0, 0], + "4.0": [10, 0, 0] + } + }, + "forearm_r": { + "rotation": { + "0.0": [-30, 0, 0], + "0.25": [-20, 0, 0], + "0.5": [-65, 0, 0], + "0.75": [0, 0, 0], + "1.0": [-30, 0, 0], + "1.25": [-20, 0, 0], + "1.5": [-65, 0, 0], + "1.75": [0, 0, 0], + "2.0": [-30, 0, 0], + "2.25": [-20, 0, 0], + "2.5": [-65, 0, 0], + "2.75": [0, 0, 0], + "3.0": [-30, 0, 0], + "3.25": [-20, 0, 0], + "3.5": [-65, 0, 0], + "3.75": [0, 0, 0], + "4.0": [-30, 0, 0] + } + }, + "paw_fr": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "0.75": [25, 0, 0], + "1.0": [0, 0, 0], + "1.5": [0, 0, 0], + "1.75": [25, 0, 0], + "2.0": [0, 0, 0], + "2.5": [0, 0, 0], + "2.75": [25, 0, 0], + "3.0": [0, 0, 0], + "3.5": [0, 0, 0], + "3.75": [25, 0, 0], + "4.0": [0, 0, 0] + } + }, + "thigh_r": { + "rotation": { + "0.0": [30, 0, 0], + "0.25": [10, 0, 0], + "0.5": [-45, 0, 0], + "0.75": [10, 0, 0], + "1.0": [30, 0, 0], + "1.25": [10, 0, 0], + "1.5": [-45, 0, 0], + "1.75": [10, 0, 0], + "2.0": [30, 0, 0], + "2.25": [10, 0, 0], + "2.5": [-45, 0, 0], + "2.75": [10, 0, 0], + "3.0": [30, 0, 0], + "3.25": [10, 0, 0], + "3.5": [-45, 0, 0], + "3.75": [10, 0, 0], + "4.0": [30, 0, 0] + } + }, + "knee_r": { + "rotation": { + "0.0": [-15, 0, 0], + "0.25": [5, 0, 0], + "0.5": [20, 0, 0], + "0.75": [5, 0, 0], + "1.0": [-15, 0, 0], + "1.25": [5, 0, 0], + "1.5": [20, 0, 0], + "1.75": [5, 0, 0], + "2.0": [-15, 0, 0], + "2.25": [5, 0, 0], + "2.5": [20, 0, 0], + "2.75": [5, 0, 0], + "3.0": [-15, 0, 0], + "3.25": [5, 0, 0], + "3.5": [20, 0, 0], + "3.75": [5, 0, 0], + "4.0": [-15, 0, 0] + } + }, + "calf_r": { + "rotation": { + "0.0": [25, 0, 0], + "0.25": [-25, 0, 0], + "0.5": [-5, 0, 0], + "0.75": [-10, 0, 0], + "1.0": [25, 0, 0], + "1.25": [-25, 0, 0], + "1.5": [-5, 0, 0], + "1.75": [-10, 0, 0], + "2.0": [25, 0, 0], + "2.25": [-25, 0, 0], + "2.5": [-5, 0, 0], + "2.75": [-10, 0, 0], + "3.0": [25, 0, 0], + "3.25": [-25, 0, 0], + "3.5": [-5, 0, 0], + "3.75": [-10, 0, 0], + "4.0": [25, 0, 0] + } + }, + "thigh_l": { + "rotation": { + "0.0": [-45, 0, 0], + "0.25": [10, 0, 0], + "0.5": [30, 0, 0], + "0.75": [10, 0, 0], + "1.0": [-45, 0, 0], + "1.25": [10, 0, 0], + "1.5": [30, 0, 0], + "1.75": [10, 0, 0], + "2.0": [-45, 0, 0], + "2.25": [10, 0, 0], + "2.5": [30, 0, 0], + "2.75": [10, 0, 0], + "3.0": [-45, 0, 0], + "3.25": [10, 0, 0], + "3.5": [30, 0, 0], + "3.75": [10, 0, 0], + "4.0": [-45, 0, 0] + } + }, + "knee_l": { + "rotation": { + "0.0": [20, 0, 0], + "0.25": [5, 0, 0], + "0.5": [-15, 0, 0], + "0.75": [5, 0, 0], + "1.0": [20, 0, 0], + "1.25": [5, 0, 0], + "1.5": [-15, 0, 0], + "1.75": [5, 0, 0], + "2.0": [20, 0, 0], + "2.25": [5, 0, 0], + "2.5": [-15, 0, 0], + "2.75": [5, 0, 0], + "3.0": [20, 0, 0], + "3.25": [5, 0, 0], + "3.5": [-15, 0, 0], + "3.75": [5, 0, 0], + "4.0": [20, 0, 0] + } + }, + "calf_l": { + "rotation": { + "0.0": [-5, 0, 0], + "0.25": [-10, 0, 0], + "0.5": [25, 0, 0], + "0.75": [-25, 0, 0], + "1.0": [-5, 0, 0], + "1.25": [-10, 0, 0], + "1.5": [25, 0, 0], + "1.75": [-25, 0, 0], + "2.0": [-5, 0, 0], + "2.25": [-10, 0, 0], + "2.5": [25, 0, 0], + "2.75": [-25, 0, 0], + "3.0": [-5, 0, 0], + "3.25": [-10, 0, 0], + "3.5": [25, 0, 0], + "3.75": [-25, 0, 0], + "4.0": [-5, 0, 0] + } + }, + "tail": { + "rotation": [-20, "math.sin((q.anim_time*90*4)+180)*10", 0] + }, + "tail_seg2": { + "rotation": [35, 0, 0] + }, + "tail_seg3": { + "rotation": [35, "math.sin((q.anim_time*90*4)+180)*10", 0] + }, + "tail_seg4": { + "rotation": [-25, 0, 0] + }, + "tail_seg_end": { + "rotation": [-20, "math.sin((q.anim_time*90*4)+180)*5", 0] + } + } + }, + "animation.pyroar_m.faint": { + "loop": true, + "animation_length": 3.5, + "bones": { + "tail_seg5": { + "rotation": [0, 0, 10] + }, + "tail_seg6": { + "rotation": [-10, 0, 10] + }, + "hair7": { + "rotation": { + "0.5": [0, 0, 0], + "1.5": [-25, 0, 0] + } + }, + "hair9": { + "rotation": { + "0.5": [0, 0, 0], + "1.5": [-15, 0, 0] + } + }, + "body": { + "rotation": { + "0.5": [0, 0, 0], + "1.5": [5, 0, 0] + }, + "position": { + "0.5": [0, 0, 0], + "1.5": [0, -11, 0] + } + }, + "neck": { + "rotation": { + "0.5": [0, 0, 0], + "1.5": [70, 0, 0] + }, + "position": { + "0.5": [0, 0, 0], + "1.5": [0, -2, 2] + } + }, + "head": { + "rotation": { + "0.5": [0, 0, 0], + "1.5": [-37.5, 0, 0] + } + }, + "eye_r": { + "position": { + "0.0": [0, 0, 0], + "0.3333": [0, 0, 0], + "0.375": [0, 0, 0.5] + } + }, + "eye_r_closed": { + "position": { + "0.0": [0, 0, 0], + "0.3333": [0, 0, 0], + "0.375": [-0.52, 0, 0] + } + }, + "eye_l": { + "position": { + "0.0": [0, 0, 0], + "0.3333": [0, 0, 0], + "0.375": [0, 0, 0.5] + } + }, + "eye_l_closed": { + "position": { + "0.0": [0, 0, 0], + "0.3333": [0, 0, 0], + "0.375": [0.52, 0, 0] + } + }, + "hair": { + "rotation": { + "0.5": [0, 0, 0], + "1.5": [-15, 0, 0] + } + }, + "shoulder_l": { + "rotation": { + "0.5": [0, 0, 0], + "1.5": [-75, -5, 0] + } + }, + "forearm_l": { + "rotation": { + "0.5": [0, 0, 0], + "1.5": [-5, 0, 0] + } + }, + "paw_fl": { + "rotation": { + "0.5": [0, 0, 0], + "1.5": [0, 0, 0] + } + }, + "shoulder_r": { + "rotation": { + "0.5": [0, 0, 0], + "1.5": [-75, 5, 0] + } + }, + "forearm_r": { + "rotation": { + "0.5": [0, 0, 0], + "1.5": [-5, 0, 0] + } + }, + "paw_fr": { + "rotation": { + "0.5": [0, 0, 0], + "1.5": [0, 0, 0] + } + }, + "thigh_r": { + "rotation": { + "0.5": [0, 0, 0], + "1.5": [80, 0, 0] + } + }, + "knee_r": { + "rotation": [0, 0, 0] + }, + "calf_r": { + "rotation": [0, 0, 0] + }, + "thigh_l": { + "rotation": { + "0.5": [0, 0, 0], + "1.5": [80, 0, 0] + } + }, + "knee_l": { + "rotation": [0, 0, 0] + }, + "calf_l": { + "rotation": [0, 0, 0] + }, + "tail": { + "rotation": [-25, 0, 0] + }, + "tail_seg2": { + "rotation": [7.5, 0, 0] + }, + "tail_seg3": { + "rotation": [7.5, 0, 0] + }, + "tail_seg4": { + "rotation": [17.5, 0, 0] + } + } + }, + "animation.pyroar_m.sleep": { + "loop": true, + "bones": { + "tail_seg5": { + "rotation": [0, 0, 10] + }, + "tail_seg6": { + "rotation": [-10, 0, 10] + }, + "body": { + "rotation": [0, 0, 90], + "position": [-13, 6, 0] + }, + "neck": { + "rotation": [80, 10, 0], + "position": [0, -2, 2] + }, + "head": { + "rotation": [-52.5, 15, -15] + }, + "eye_r": { + "position": [0, 0, 0.5] + }, + "eye_r_closed": { + "position": [-0.52, 0, 0] + }, + "eye_l": { + "position": [0, 0, 0.5] + }, + "eye_l_closed": { + "position": [0.52, 0, 0] + }, + "shoulder_l": { + "rotation": [15, 0, 0] + }, + "forearm_l": { + "rotation": [-5, 0, 0] + }, + "paw_fl": { + "rotation": [10, 0, 0] + }, + "shoulder_r": { + "rotation": [35, 0, -27.5] + }, + "forearm_r": { + "rotation": [-5, 0, 0] + }, + "paw_fr": { + "rotation": [17.5, 0, 0] + }, + "thigh_r": { + "rotation": [15, 0, -32.5] + }, + "knee_r": { + "rotation": [0, 0, 0] + }, + "calf_r": { + "rotation": [0, 0, 0] + }, + "paw_br": { + "rotation": [20, 0, 0] + }, + "thigh_l": { + "rotation": [57.5, 0, 0] + }, + "knee_l": { + "rotation": [0, 0, 0] + }, + "calf_l": { + "rotation": [0, 0, 0] + }, + "paw_bl": { + "rotation": [27.5, 0, 0] + }, + "tail": { + "rotation": [-25, 10, 0] + }, + "tail_seg2": { + "rotation": [10, 15, 0] + }, + "tail_seg3": { + "rotation": [0, 5, 0] + }, + "tail_seg4": { + "rotation": [20, -30, 0] + }, + "tail_seg_end": { + "rotation": [10, 0, 0] + } + } + }, + "animation.pyroar_m.blink": { + "animation_length": 0.1667, + "bones": { + "eye_r": { + "position": { + "0.0": [0, 0, 0.1], + "0.125": [0, 0, 0.1], + "0.1667": [0, 0, 0] + } + }, + "eye_r_closed": { + "position": { + "0.0": [-0.12, 0, 0], + "0.125": [-0.12, 0, 0], + "0.1667": [0, 0, 0] + } + }, + "eye_l": { + "position": { + "0.0": [0, 0, 0.1], + "0.125": [0, 0, 0.1], + "0.1667": [0, 0, 0] + } + }, + "eye_l_closed": { + "position": { + "0.0": [0.12, 0, 0], + "0.125": [0.12, 0, 0], + "0.1667": [0, 0, 0] + } + } + } + }, + "animation.pyroar_m.cry": { + "animation_length": 3, + "bones": { + "mouth": { + "position": { + "0.1667": [0, 0, 0], + "0.2083": { + "pre": [0, 0, 0], + "post": [0, -0.1, -0.1] + }, + "0.75": { + "pre": [0, -0.1, -0.1], + "post": [0, -0.1, -0.1] + }, + "0.7917": { + "pre": [0, -0.1, -0.1], + "post": [0, 0, 0] + } + } + }, + "torso": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [5, 0, 0], + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [3, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [10.44, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-10.83, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-2.9, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-8.71, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + }, + "sound_effects": { + "0.2083": { + "effect": "pokemon.squirtle.cry" + } + } + }, + "animation.pyroar_m.recoil": { + "animation_length": 1.5, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 1, 0], + "post": [-8, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-2.9, 1.5, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-0.3, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [7.5, 0, 0], + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-2.9, 1.5, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-0.3, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "eye_r": { + "position": { + "0.0": [0, 0, 0.25], + "0.25": { + "pre": [0, 0, 0.25], + "post": [0, 0, 0.25] + }, + "0.2917": { + "pre": [0, 0, 0.25], + "post": [0, 0, 0] + } + } + }, + "eye_r_closed": { + "position": { + "0.0": [-0.27, 0, 0], + "0.25": { + "pre": [-0.27, 0, 0], + "post": [-0.27, 0, 0] + }, + "0.2917": { + "pre": [-0.27, 0, 0], + "post": [0, 0, 0] + } + } + }, + "eye_l": { + "position": { + "0.0": [0, 0, 0.25], + "0.25": { + "pre": [0, 0, 0.25], + "post": [0, 0, 0.25] + }, + "0.2917": { + "pre": [0, 0, 0.25], + "post": [0, 0, 0] + } + } + }, + "eye_l_closed": { + "position": { + "0.0": [0.27, 0, 0], + "0.25": { + "pre": [0.27, 0, 0], + "post": [0.27, 0, 0] + }, + "0.2917": { + "pre": [0.27, 0, 0], + "post": [0, 0, 0] + } + } + }, + "shoulder_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-3, -2.5, 0], + "post": [-3, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "forearm_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "paw_fl": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [12, 0, 0], + "post": [12, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "shoulder_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-3, 2.5, 0], + "post": [-3, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "forearm_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "paw_fr": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [12, 0, 0], + "post": [12, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "thigh_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "knee_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [15.5, 0, 0], + "post": [15.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-1.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "calf_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "paw_br": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [8, 0, 0], + "post": [8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "thigh_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "knee_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [15.5, 0, 0], + "post": [15.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-1.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "calf_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-8, 0, 0], + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "paw_bl": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [8, 0, 0], + "post": [8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + } + } + }, + "animation.pyroar_m.physical": { + "animation_length": 1, + "bones": { + "hair10": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.2917": [5, 0, 0], + "0.3333": [15, 0, 0], + "0.375": [20, 0, 0], + "0.4167": [22.5, 0, 0], + "0.4583": [17.5, 0, 0], + "0.5": [12.5, 0, 0], + "0.5417": [7.5, 0, 0] + } + }, + "hair7": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-7.5, 0, 0], + "0.4583": [-17.5, 0, 0], + "0.5417": [-17.5, 0, 0] + } + }, + "hair8": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [2.5, 0, 0], + "0.2917": [-5, 0, 0], + "0.3333": [-15, 0, 0] + } + }, + "hair9": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-10, 0, 0], + "0.4583": [-17.5, 0, 0] + } + }, + "hair11": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-10, 0, 0] + } + }, + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [12.5, 0, 0], + "0.2917": [-10, 0, 0], + "0.375": [-5, 0, 0], + "0.4583": [7.5, 0, 0], + "0.5417": [27.5, 0, 0], + "0.5833": [12.5, 0, 0], + "0.6667": [12.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, -4, 6], + "0.2917": [0, -1, 0], + "0.375": [0, 1, -10], + "0.4583": [0, 2, -19], + "0.5417": [0, 0, -25], + "0.5833": [0, -3, -31], + "0.6667": [0, -3, -42] + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [20, 0, 0], + "0.2917": [65, 0, 0], + "0.5": [50, 0, 0], + "0.5417": [60, 0, 0], + "0.5833": [60, 0, 0], + "0.625": [60, 0, 0], + "0.6667": [75, -10, -5], + "0.7083": [45, -10, -20] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.2917": [0, -1, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-22.5, 0, 0], + "0.2917": [-57.5, 0, 0], + "0.5": [-72.5, 0, 0], + "0.5417": [-87.5, 0, 0], + "0.5833": [-80, 0, 0], + "0.625": [-80, 0, 0], + "0.6667": [-70, 0, 0], + "0.7083": [-80, 0, 0] + } + }, + "hair2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [5, 0, 0], + "0.2917": [-2.5, 0, 0], + "0.3333": [-2.5, 0, 0], + "0.6667": [-2.5, 0, 0], + "0.7083": [2.5, 0, 0] + } + }, + "shoulder_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [37.5, 0, 0], + "0.2917": [20, 0, 0], + "0.375": [-15, -7.5, 0], + "0.5": [-10, -7.5, 0], + "0.5417": [12.5, -3.75, 0], + "0.5833": [27.5, 0, 0], + "0.625": [32.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 1, 0] + } + }, + "forearm_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-55, 0, 0], + "0.2917": [-10, 0, 0], + "0.375": [-60, 0, 0], + "0.5": [-60, 0, 0], + "0.5417": [-62.5, 0, 0], + "0.5833": [-55, 0, 0], + "0.6667": [0, 0, 0] + } + }, + "paw_fl": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [2.5, 0, 0], + "0.2917": [10, 0, 0], + "0.375": [17.5, 0, 0], + "0.5": [17.5, 0, 0], + "0.5833": [27.5, 0, 0], + "0.625": [25, 0, 0] + } + }, + "shoulder_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [37.5, 0, 0], + "0.2917": [20, 0, 0], + "0.375": [-10, 7.5, 0], + "0.5": [-10, 7.5, 0], + "0.5417": [12.5, 3.75, 0], + "0.5833": [27.5, 0, 0], + "0.625": [32.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 1, 0] + } + }, + "forearm_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-55, 0, 0], + "0.2917": [-10, 0, 0], + "0.375": [-60, 0, 0], + "0.5": [-60, 0, 0], + "0.5417": [-62.5, 0, 0], + "0.5833": [-55, 0, 0], + "0.6667": [0, 0, 0] + } + }, + "paw_fr": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [2.5, 0, 0], + "0.2917": [10, 0, 0], + "0.375": [17.5, 0, 0], + "0.5": [17.5, 0, 0], + "0.5833": [27.5, 0, 0], + "0.625": [25, 0, 0] + } + }, + "thigh_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-20, 0, 0], + "0.2917": [0, 0, 0], + "0.375": [32.5, 0, 0], + "0.4583": [32.5, 0, 0], + "0.5417": [-20, 10, 0], + "0.5833": [-40, 10, 0], + "0.6667": [15, 10, 0] + } + }, + "knee_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [25, 0, 0], + "0.2917": [20, 0, 0], + "0.375": [5, 0, 0], + "0.4583": [5, 0, 0], + "0.5417": [27.5, 0, 0], + "0.5833": [15, 0, 0] + } + }, + "calf_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-40, 0, 0], + "0.2917": [-32.5, 0, 0], + "0.375": [0, 0, 0], + "0.4583": [0, 0, 0], + "0.5417": [-55, 0, 0], + "0.5833": [-20, 0, 0], + "0.625": [-25, 0, 0], + "0.6667": [-20, 0, 0] + } + }, + "paw_br": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [22.5, 0, 0], + "0.2917": [22.5, 0, 0], + "0.375": [42.5, 0, 0], + "0.4583": [42.5, 0, 0], + "0.5417": [25, 0, 0], + "0.5833": [37.5, 0, 0], + "0.625": [7.5, 0, 0] + } + }, + "thigh_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-20, 0, 0], + "0.2917": [0, 0, 0], + "0.375": [32.5, 0, 0], + "0.4583": [32.5, 0, 0], + "0.5417": [-20, -10, 0], + "0.5833": [-40, -10, 0], + "0.6667": [15, -10, 0] + } + }, + "knee_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [25, 0, 0], + "0.2917": [20, 0, 0], + "0.375": [5, 0, 0], + "0.4583": [5, 0, 0], + "0.5417": [27.5, 0, 0], + "0.5833": [15, 0, 0] + } + }, + "calf_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-40, 0, 0], + "0.2917": [-32.5, 0, 0], + "0.375": [0, 0, 0], + "0.4583": [0, 0, 0], + "0.5417": [-55, 0, 0], + "0.5833": [-20, 0, 0], + "0.625": [-25, 0, 0], + "0.6667": [-20, 0, 0] + } + }, + "paw_bl": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [22.5, 0, 0], + "0.2917": [22.5, 0, 0], + "0.375": [42.5, 0, 0], + "0.4583": [42.5, 0, 0], + "0.5417": [25, 0, 0], + "0.5833": [37.5, 0, 0], + "0.625": [7.5, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [-10, 0, 0], + "0.25": [12.5, 0, 0], + "0.5833": [57.5, 0, 0], + "0.625": [80, 0, 0], + "0.6667": [100, 0, 0], + "0.75": [57.5, 0, 0] + } + }, + "tail_seg2": { + "rotation": { + "0.0": [10, 0, 0], + "0.25": [30, 0, 0], + "0.5833": [43.33, 0, 0], + "0.625": [50, 0, 0], + "0.6667": [50, 0, 0], + "0.75": [43.33, 0, 0] + } + }, + "tail_seg3": { + "rotation": { + "0.0": [10, 0, 0], + "0.25": [30, 0, 0], + "0.5833": [25, 0, 0], + "0.625": [22.5, 0, 0], + "0.6667": [30, 0, 0], + "0.75": [25, 0, 0] + } + }, + "tail_seg4": { + "rotation": { + "0.0": [10, 0, 0], + "0.25": [30, 0, 0], + "0.5833": [16.67, 0, 0], + "0.625": [10, 0, 0], + "0.6667": [0, 0, 0], + "0.75": [16.67, 0, 0] + } + }, + "tail_seg_end": { + "rotation": { + "0.0": [10, 0, 0], + "0.25": [20, 0, 0], + "0.5833": [6.67, 0, 0], + "0.625": [0, 0, 0], + "0.6667": [0, 0, 0], + "0.75": [6.67, 0, 0] + } + } + } + }, + "animation.pyroar_m.special": { + "animation_length": 3, + "bones": { + "hair10": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.2917": [5, 0, 0], + "0.3333": ["5+math.sin((q.anim_time*90*2)+90)*5", 0, 0] + } + }, + "hair7": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-7.5, 0, 0], + "0.3333": ["-15 + math.sin((q.anim_time*90*8)+0)*5", 0, 0] + } + }, + "hair8": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [2.5, 0, 0], + "0.2917": [-5, 0, 0], + "0.3333": ["-15 + math.sin((q.anim_time*90*8)+315)*5", 0, 0] + } + }, + "hair9": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-10, 0, 0], + "0.3333": ["-20+math.sin((q.anim_time*90*8)+270)*5", 0, 0] + } + }, + "hair11": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-10, 0, 0], + "0.3333": ["math.sin((q.anim_time*90*8)+225)*5", 0, 0] + } + }, + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [12.5, 0, 0], + "0.3333": [-17.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, -4, 6], + "0.2917": [0, -3, -0.5], + "0.3333": [0, "-2+0.1*math.sin(q.anim_time*90*45)", -7] + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [20, 0, 0], + "0.3333": [65, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.3333": [0, -1, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-22.5, 0, 0], + "0.3333": [-57.5, 0, 0] + } + }, + "shoulder_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [37.5, 0, 0], + "0.2917": [42.5, 0, 0], + "0.3333": [32.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 1, 0], + "0.3333": [0, 0, 0] + } + }, + "forearm_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-55, 0, 0], + "0.2917": [-45, 0, 0], + "0.3333": [0, 0, 0] + } + }, + "paw_fl": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [2.5, 0, 0], + "0.3333": [-7.5, 0, 0] + } + }, + "shoulder_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [37.5, 0, 0], + "0.2917": [42.5, 0, 0], + "0.3333": [32.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 1, 0], + "0.3333": [0, 0, 0] + } + }, + "forearm_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-55, 0, 0], + "0.2917": [-45, 0, 0], + "0.3333": [0, 0, 0] + } + }, + "paw_fr": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [2.5, 0, 0], + "0.3333": [-7.5, 0, 0] + } + }, + "thigh_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-20, 0, 0], + "0.3333": [27.5, 0, 0] + } + }, + "knee_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [25, 0, 0], + "0.3333": [35, 0, 0] + } + }, + "calf_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-40, 0, 0], + "0.3333": [-27.5, 0, 0] + } + }, + "paw_br": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [22.5, 0, 0], + "0.3333": [-15, 0, 0] + } + }, + "thigh_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-20, 0, 0], + "0.3333": [27.5, 0, 0] + } + }, + "knee_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [25, 0, 0], + "0.3333": [35, 0, 0] + } + }, + "calf_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-40, 0, 0], + "0.3333": [-27.5, 0, 0] + } + }, + "paw_bl": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [22.5, 0, 0], + "0.3333": [-15, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [-50, 0, 0], + "0.25": [-20, 0, 0], + "0.3333": [-10, 0, 0] + } + }, + "tail_seg2": { + "rotation": [12.5, 0, 0] + }, + "tail_seg3": { + "rotation": [10, 0, 0] + }, + "tail_seg4": { + "rotation": [12.5, 0, 0] + }, + "tail_seg_end": { + "rotation": [-17.5, 0, 0] + }, + "tongue": { + "rotation": { + "0.25": [0, 0, 0], + "0.3333": ["math.sin((q.anim_time*90*12)+180)*5", 0, 0], + "2.75": ["math.sin((q.anim_time*90*12)+180)*5", 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "0.25": [0, 0, 0], + "0.3333": [0, 0, -4], + "2.75": [0, 0, -4], + "3.0": [0, 0, 0] + } + } + }, + "particle_effects": { + "0.3333": { + "effect": "fire_beam", + "locator": "fire" + } + } + }, + "animation.pyroar_m.status": { + "animation_length": 3, + "bones": { + "tail_seg5": { + "rotation": ["-35 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "tail_seg6": { + "rotation": ["-30 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "hair10": { + "rotation": ["5+math.sin((q.anim_time*90*2)+90)*5", 0, 0] + }, + "hair7": { + "rotation": ["-15 + math.sin((q.anim_time*90*2)+0)*5", 0, 0] + }, + "hair8": { + "rotation": ["math.sin((q.anim_time*90*2)+320)*3", 0, 0] + }, + "hair9": { + "rotation": ["-20+math.sin((q.anim_time*90*2)+275)*5", 0, 0] + }, + "hair11": { + "rotation": ["math.sin((q.anim_time*90*2)+230)*5", 0, 0] + }, + "body": { + "rotation": { + "0.0": ["math.sin((q.anim_time*90)+90)/3", 0, 0], + "0.25": ["-42.5+math.sin((q.anim_time*90)+90)/3", 0, 0], + "2.75": ["-42.5+math.sin((q.anim_time*90)+90)/3", 0, 0], + "3.0": ["math.sin((q.anim_time*90)+90)/3", 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, -2, 0], + "2.75": [0, -2, 0], + "3.0": [0, 0, 0] + } + }, + "neck": { + "rotation": { + "0.0": ["math.sin((q.anim_time*90)+90)*2", 0, 0], + "0.25": ["50+math.sin((q.anim_time*90)+90)*2", 0, 0], + "0.5": ["80+math.sin((q.anim_time*90)+90)*2", 0, 0], + "0.8333": ["80+math.sin((q.anim_time*90)+90)*2", 0, 0], + "1.0": ["97.5+math.sin((q.anim_time*90)+90)*2", 0, 0], + "1.2083": ["102.5+math.sin((q.anim_time*90)+90)*2", 0, 0], + "1.4167": ["97.5+math.sin((q.anim_time*90)+90)*2", 0, 0], + "1.6667": ["102.5+math.sin((q.anim_time*90)+90)*2", 0, 0], + "1.9167": ["97.5+math.sin((q.anim_time*90)+90)*2", 0, 0], + "2.125": ["102.5+math.sin((q.anim_time*90)+90)*2", 0, 0], + "2.375": ["97.5+math.sin((q.anim_time*90)+90)*2", 0, 0], + "2.7083": ["80+math.sin((q.anim_time*90)+90)*2", 0, 0], + "2.75": ["80+math.sin((q.anim_time*90)+90)*2", 0, 0], + "3.0": ["math.sin((q.anim_time*90)+90)*2", 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, -1, 0], + "0.5": [0, -2, 0], + "2.75": [0, -2, 0], + "3.0": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": ["-math.sin((q.anim_time*90)+90)*1", 0, 0], + "0.5": ["-math.sin((q.anim_time*90)+90)*1", 0, 0], + "0.6667": ["10-math.sin((q.anim_time*90)+90)*1", 7.5, 0], + "0.8333": ["-25-math.sin((q.anim_time*90)+90)*1", 7.5, 0], + "1.0": ["5-math.sin((q.anim_time*90)+90)*1", 7.5, 0], + "2.2083": ["5-math.sin((q.anim_time*90)+90)*1", 7.5, 0], + "2.25": ["5-math.sin((q.anim_time*90)+90)*1", 0, 0], + "2.375": ["10-math.sin((q.anim_time*90)+90)*1", 7.5, 0], + "2.5417": ["-25-math.sin((q.anim_time*90)+90)*1", 7.5, 0], + "2.7083": ["-math.sin((q.anim_time*90)+90)*1", 0, 0], + "2.75": ["-math.sin((q.anim_time*90)+90)*1", 0, 0], + "3.0": ["-math.sin((q.anim_time*90)+90)*1", 0, 0] + } + }, + "tongue": { + "rotation": { + "0.5833": [0, 0, 0], + "0.6667": [50, 0, 0], + "0.8333": [50, 0, 0], + "0.9167": [0, 0, 0], + "2.2917": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + }, + "2.375": [50, 0, 0], + "2.5417": [50, 0, 0], + "2.625": [0, 0, 0] + }, + "position": { + "0.5833": [0, 0, 0], + "0.6667": [0, 0, -4], + "0.8333": [0, 0, -4], + "0.9167": [0, 0, 0], + "2.2917": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + }, + "2.375": [0, 0, -4], + "2.5417": [0, 0, -4], + "2.625": [0, 0, 0] + } + }, + "shoulder_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [37.5, 0, 0], + "2.75": [37.5, 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, -1], + "2.75": [0, 0, -1], + "3.0": [0, 0, 0] + } + }, + "forearm_l": { + "rotation": { + "2.75": [0, 0, 0], + "3.0": [0, 0, 0] + } + }, + "paw_fl": { + "rotation": { + "2.75": [0, 0, 0], + "3.0": [0, 0, 0] + } + }, + "shoulder_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [37.5, 0, 0], + "0.5": [-7.5, 0, 0], + "0.8333": [-7.5, 0, 0], + "1.0": [-37.5, 5, 15], + "1.2083": [-12.5, 5, 15], + "1.25": [-12.5, 5, 15], + "1.4583": [-37.5, 5, 15], + "1.7083": [-12.5, 5, 15], + "1.75": [-12.5, 5, 15], + "1.9583": [-37.5, 5, 15], + "2.1667": [-12.5, 5, 15], + "2.2083": [-12.5, 5, 15], + "2.375": [-7.5, 0, 0], + "2.7083": [-7.5, 0, 0], + "2.75": [-7.5, 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, -1], + "2.75": [0, 0, -1], + "3.0": [0, 0, 0] + } + }, + "forearm_r": { + "rotation": { + "0.25": [0, 0, 0], + "0.5": [-65, -7.5, -5], + "0.8333": [-65, -7.5, -5], + "1.0": [-65, -7.5, -10], + "2.75": [-65, -7.5, -10], + "3.0": [0, 0, 0] + } + }, + "paw_fr": { + "rotation": { + "0.25": [0, 0, 0], + "0.5": [112.5, 0, 0], + "0.8333": [112.5, 0, 0], + "1.0": [112.5, 15, -15], + "2.75": [112.5, 15, -15], + "3.0": [0, 0, 0] + }, + "position": { + "0.25": [0, 0, 0], + "0.5": [0, -2, -3], + "2.75": [0, -2, -3], + "3.0": [0, 0, 0] + } + }, + "thigh_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-22.5, 0, 15], + "2.75": [-22.5, 0, 15], + "3.0": [0, 0, 0] + }, + "position": [0, 0, 0] + }, + "knee_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [25, 0, 0], + "2.75": [25, 0, 0], + "3.0": [0, 0, 0] + } + }, + "calf_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-42.5, 0, 0], + "2.75": [-42.5, 0, 0], + "3.0": [0, 0, 0] + } + }, + "paw_br": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [80, 0, 0], + "2.75": [80, 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, -2], + "2.75": [0, 0, -2], + "3.0": [0, 0, 0] + } + }, + "thigh_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-22.5, 0, -15], + "2.75": [-22.5, 0, -15], + "3.0": [0, 0, 0] + }, + "position": [0, 0, 0] + }, + "knee_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [25, 0, 0], + "2.75": [25, 0, 0], + "3.0": [0, 0, 0] + } + }, + "calf_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-42.5, 0, 0], + "2.75": [-42.5, 0, 0], + "3.0": [0, 0, 0] + } + }, + "paw_bl": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [80, 0, 0], + "2.75": [80, 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, 0, -2], + "2.75": [0, 0, -2], + "3.0": [0, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [-70, "math.sin((q.anim_time*90)+180)*5", "math.sin((q.anim_time*90)+180)*5"], + "0.25": [15, "math.sin((q.anim_time*90)+180)*5", "math.sin((q.anim_time*90)+180)*5"], + "2.75": [15, "math.sin((q.anim_time*90)+180)*5", "math.sin((q.anim_time*90)+180)*5"], + "3.0": [-70, "math.sin((q.anim_time*90)+180)*5", "math.sin((q.anim_time*90)+180)*5"] + } + }, + "tail_seg2": { + "rotation": [35, 0, 0] + }, + "tail_seg3": { + "rotation": [35, 0, 0] + }, + "tail_seg4": { + "rotation": ["-30 + math.sin((q.anim_time*90)+180)*5", 0, 0] + }, + "tail_seg_end": { + "rotation": ["-25 + math.sin((q.anim_time*90)+180)*5", 0, 0] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ragingbolt.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ragingbolt.animation.json new file mode 100644 index 0000000..0090c28 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ragingbolt.animation.json @@ -0,0 +1,3527 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.ragingbolt.ground_idle": { + "loop": true, + "animation_length": 2.45, + "bones": { + "rag": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.7, -2.2], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0.7, -2.2], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "head_w": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "beard": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "mark": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "head_main": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "body_main": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -0.9, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "body_b": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.05": { + "post": [4, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "leg_b_left": { + "rotation": { + "0.0": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -0.3, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, -0.3, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [0, 5, -5], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 5, -5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "leg_b_right": { + "rotation": { + "0.0": { + "post": [-4.99318, 0.26135, -12.0114], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [-4.99318, 0.26135, -12.0114], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -0.9, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, -0.9, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [-2, -7.5, 15], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [-2, -7.5, 15], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "leg_f_right": { + "rotation": { + "0.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone13": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [0, -0.8, 1.7], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone12": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [0, 1.1, 1.7], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [0.44067, -9.99038, 9.96148], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0.44067, -9.99038, 9.96148], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [-8, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "leg_f_left": { + "rotation": { + "0.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [4, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [0, -0.4, 2], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, -2.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [-3, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [0, 0, 1.1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [0.32902, 7.49282, 2.52154], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0.32902, 7.49282, 2.52154], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [0, 1.3, 1.3], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "neck5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "neck2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "neck3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "neck4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone19": { + "rotation": { + "0.0": { + "post": [-1451, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1": { + "post": [-1456, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [-1451, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone20": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone21": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "leg_f_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "leg_f_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [0, -0.8, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "leg_b_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9": { + "post": [0, -0.3, -0.6], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "leg_b_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -0.9], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9": { + "post": [9, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9": { + "post": [0, 0, -1.4], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0.4, -1.9], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "tail8": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9": { + "post": [0, 2.1, 7.8], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9": { + "post": [0, 10.2, 8.2], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "tail3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9": { + "post": [-22, 1, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "tail4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9": { + "post": [0, 0, 47], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "tail6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "tail7": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9": { + "post": [0, 1.9, 0.6], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.ragingbolt.ground_walk": { + "loop": true, + "animation_length": 1.45, + "bones": { + "rag": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.7, -2.2], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0.7, -2.2], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "head_w": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "beard": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "mark": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "head_main": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "body_main": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7": { + "post": [0, -1.4, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "body_b": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "leg_b_left": { + "rotation": { + "0.0": { + "post": [-17, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "0.7": { + "post": [21, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [-17, 0, 12.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -0.3, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, -0.3, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "0.7": { + "post": [-6, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [16, 5, -5], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [16, 5, -5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "leg_b_right": { + "rotation": { + "0.0": { + "post": [19.00682, 0.26135, -12.0114], + "lerp_mode": "catmullrom" + }, + "0.7": { + "post": [-7.99318, 0.26135, -12.0114], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [19.00682, 0.26135, -12.0114], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -2.4, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, -2.4, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7": { + "post": [-21.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [-16, -7.5, 15], + "lerp_mode": "catmullrom" + }, + "0.7": { + "post": [11, -7.5, 15], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [-16, -7.5, 15], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "leg_f_right": { + "rotation": { + "0.0": { + "post": [-21, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "0.7": { + "post": [7, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [-21, 0, -17.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone11": { + "rotation": { + "0.0": { + "post": [-10.98529, -0.57217, 2.05502], + "lerp_mode": "catmullrom" + }, + "0.7": { + "post": [14.98037, -0.77613, 7.89795], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [-10.98529, -0.57217, 2.05502], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone13": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone12": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [0.44067, -9.99038, 9.96148], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0.44067, -9.99038, 9.96148], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [13, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [13, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 4, -1.5], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 4, -1.5], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "leg_f_left": { + "rotation": { + "0.0": { + "post": [16, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.7": { + "post": [-28, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [16, 0, 10], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [-16, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "0.7": { + "post": [17, 0, -2.5], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [-16, 0, -2.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone8": { + "rotation": { + "0.0": { + "post": [7, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [7, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [0.32902, 7.49282, 2.52154], + "lerp_mode": "catmullrom" + }, + "0.7": { + "post": [8.32902, 7.49282, 2.52154], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0.32902, 7.49282, 2.52154], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone18": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone10": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "neck5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "neck2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "neck3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "neck4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone19": { + "rotation": { + "0.0": { + "post": [-1451, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3": { + "post": [-1447, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-1443.36, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [-1451, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone20": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone21": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [16, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3": { + "post": [-4, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [5.06, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.15": { + "post": [-1.87, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "leg_f_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "leg_f_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "leg_b_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "leg_b_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone24": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone23": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "tail8": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7": { + "post": [28, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7": { + "post": [0, -6.8, 11], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7": { + "post": [0, 1.3, 11.4], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "tail3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "tail4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "tail6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "tail7": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7": { + "post": [-28, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7": { + "post": [0, -4.1, 0], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.45": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "tail2": { + "rotation": { + "0.0": [0, 0, 0], + "0.45": [-30.17847, -10.21394, 1.61287], + "1.05": [-12, 18, 0], + "1.45": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.45": [-5.81, -14.09, -7.84], + "1.05": [9.3, -5.8, -1.5], + "1.45": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/rayquaza/rayquaza.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/rayquaza/rayquaza.animation.json new file mode 100644 index 0000000..5b48a03 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/rayquaza/rayquaza.animation.json @@ -0,0 +1,8127 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.rayquaza.pose": { + "animation_length": 3.5, + "bones": { + "rayquaza": { + "position": [0, -21, 0] + }, + "bodyseg1": { + "rotation": [-20, 0, 0], + "position": [0, 62, 106] + }, + "bodyseg2": { + "rotation": [-37.5, 0, 0], + "position": [0, 0, -2] + }, + "bodyseg3": { + "rotation": [-37.5, 0, 0], + "position": [0, 3.06879, -1.83917] + }, + "smallr": { + "rotation": [22.81171, 46.1379, 45.7567] + }, + "rarm2": { + "rotation": [-67.5, 0, -107.5] + }, + "rhand": { + "rotation": [20, 0, 0] + }, + "rfinger3": { + "rotation": [-9.57151, -11.60364, -5.02521] + }, + "rfinger2": { + "rotation": [0, 0, 20] + }, + "rfinger": { + "rotation": [26.26629, 39.66109, 12.42432] + }, + "bodyseg4": { + "rotation": [-5.08394, -14.12356, 23.67547], + "position": [1, -0.13945, -1.59391] + }, + "bodyseg5": { + "rotation": [0, -42.5, 0], + "position": [0.97152, 0.31661, -1.61428] + }, + "bodyseg6": { + "rotation": [30, -40, 0] + }, + "bodyseg7": { + "rotation": [37.93855, -7.05302, -7.10708], + "position": [-0.09095, 0.66874, -2.76125] + }, + "bodyseg8": { + "rotation": [16.35707, -12.27659, -12.56853] + }, + "bodyseg9": { + "rotation": [30, 0, 0] + }, + "seg10": { + "rotation": [25, 0, 0] + }, + "seg11": { + "rotation": [25.18908, 6.79382, 3.18458], + "position": [0, -2.4, 0] + }, + "seg12": { + "rotation": [30.38126, 8.64917, 5.03837] + }, + "seg13": { + "rotation": [20, 0, 0], + "position": [0, -1.3, 0] + }, + "seg14": { + "rotation": [17.56274, 4.76804, 1.50701] + }, + "tip": { + "rotation": [10.59409, 8.33133, 30.22586] + }, + "head": { + "rotation": [40.5, 0, 0], + "position": [0, 3.93741, 3.86712] + }, + "jaw": { + "rotation": [25, 0, 0] + }, + "smalll": { + "rotation": [25.70094, -31.77203, -42.42906], + "position": [0, 0, -2] + }, + "larm2": { + "rotation": [0, 0, 82.5] + }, + "lhand": { + "rotation": [-55, 0, 0] + }, + "lfing1": { + "rotation": [-2.89983, 19.79718, 26.49387] + }, + "fling2": { + "rotation": [0, 0, -17.5] + }, + "lfinggne3": { + "rotation": [8.19971, -23.69913, 22.77678] + } + } + }, + "animation.rayquaza.wiggly": { + "animation_length": 4.125, + "bones": { + "head": { + "rotation": [15, 0, 0] + }, + "bodyseg2": { + "rotation": [-12.5, 0, 0] + }, + "bodyseg3": { + "rotation": [12.5, 0, 0] + }, + "smalll": { + "rotation": [0, 0, 37.5] + }, + "larm2": { + "rotation": [0, 65, 0] + }, + "fling2": { + "rotation": [0, 0, -20] + }, + "smallr": { + "rotation": [0, 0, -37.5] + }, + "rarm2": { + "rotation": [0, -65, 0] + }, + "rfinger2": { + "rotation": [0, 0, 17.5] + }, + "bodyseg4": { + "rotation": [20, 0, 0] + }, + "bodyseg5": { + "rotation": [-15, 0, 0] + }, + "bodyseg6": { + "rotation": [-22.5, 0, 0] + }, + "bodyseg7": { + "rotation": [7.5, 0, 0] + }, + "bodyseg8": { + "rotation": [10, 0, 0] + }, + "bodyseg9": { + "rotation": [17.5, 0, 0] + }, + "seg10": { + "rotation": [-7.5, 0, 0] + }, + "seg11": { + "rotation": [-20, 0, 0] + }, + "seg12": { + "rotation": [-7.5, 0, 0] + }, + "seg13": { + "rotation": [12.5, 0, 0] + }, + "tip": { + "rotation": [20, 0, 0] + }, + "jaw": { + "rotation": [-15, 0, 0] + } + } + }, + "animation.rayquaza.ground_idle": { + "loop": true, + "animation_length": 4.125, + "bones": { + "rayquaza": { + "position": { + "0.0": { + "post": [0, -21, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, -21, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg1": { + "rotation": { + "0.0": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 62, 106], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 50, 106], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, 62, 106], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg2": { + "rotation": { + "0.0": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg3": { + "rotation": { + "0.0": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 3.06879, -1.83917], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, 3.06879, -1.83917], + "lerp_mode": "catmullrom" + } + } + }, + "smallr": { + "rotation": { + "0.0": { + "post": [22.81171, 46.1379, 45.7567], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [31.39279, 41.5601, 58.10874], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [22.81171, 46.1379, 45.7567], + "lerp_mode": "catmullrom" + } + } + }, + "rarm2": { + "rotation": { + "0.0": { + "post": [-67.5, 0, -107.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-67.67352, -2.86313, -100.56512], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [-67.5, 0, -107.5], + "lerp_mode": "catmullrom" + } + } + }, + "rhand": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rfinger3": { + "rotation": { + "0.0": { + "post": [-9.57151, -11.60364, -5.02521], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-7.40152, -13.08335, -15.15008], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [-9.57151, -11.60364, -5.02521], + "lerp_mode": "catmullrom" + } + } + }, + "rfinger2": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 40], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "rfinger": { + "rotation": { + "0.0": { + "post": [26.26629, 39.66109, 12.42432], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.62097, 46.33932, -24.42898], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [26.26629, 39.66109, 12.42432], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg4": { + "rotation": { + "0.0": { + "post": [-5.08394, -14.12356, 23.67547], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-0.08394, -14.12356, 23.67547], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [-5.08394, -14.12356, 23.67547], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [1, -0.13945, -1.59391], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [1, -0.13945, -1.59391], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg5": { + "rotation": { + "0.0": { + "post": [0, -42.5, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, -42.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.97152, 0.31661, -1.61428], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0.97152, 0.31661, -1.61428], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg6": { + "rotation": { + "0.0": { + "post": [30, -40, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [30, -40, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [30, -40, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg7": { + "rotation": { + "0.0": { + "post": [37.93855, -7.05302, -7.10708], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [37.93855, -7.05302, -7.10708], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.09095, 0.66874, -2.76125], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [-0.09095, 0.66874, -2.76125], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg8": { + "rotation": { + "0.0": { + "post": [16.35707, -12.27659, -12.56853], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [16.35707, -12.27659, -12.56853], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg9": { + "rotation": { + "0.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "seg10": { + "rotation": { + "0.0": { + "post": [25.02856, -1.54449, -0.72188], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [25.08377, -4.53051, -2.11751], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [25.02856, -1.54449, -0.72188], + "lerp_mode": "catmullrom" + } + } + }, + "seg11": { + "rotation": { + "0.0": { + "post": [25.77777, 5.08051, 2.31993], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [28.32388, 13.36887, 6.85821], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [25.77777, 5.08051, 2.31993], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -2.4, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, -2.4, 0], + "lerp_mode": "catmullrom" + } + } + }, + "seg12": { + "rotation": { + "0.0": { + "post": [30.81276, 8.25815, 4.78426], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [32.70061, 6.54743, 3.67251], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [30.81276, 8.25815, 4.78426], + "lerp_mode": "catmullrom" + } + } + }, + "seg13": { + "rotation": { + "0.0": { + "post": [20.00818, -0.54625, -0.1993], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [20.07031, -4.69776, -1.71394], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [20.00818, -0.54625, -0.1993], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1.3, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, -1.3, 0], + "lerp_mode": "catmullrom" + } + } + }, + "seg14": { + "rotation": { + "0.0": { + "post": [17.98569, 8.64598, 2.75279], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [22.75313, -9.53274, -3.03513], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [17.98569, 8.64598, 2.75279], + "lerp_mode": "catmullrom" + } + } + }, + "tip": { + "rotation": { + "0.0": { + "post": [10.59409, 8.33133, 30.22586], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-1.67805, -21.61321, 54.25539], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [10.59409, 8.33133, 30.22586], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [40.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [41.68921, 3.52918, -0.20234], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [43, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [44.37458, -3.45509, 0.11471], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [40.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 3.93741, 3.86712], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, 3.93741, 3.86712], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "smalll": { + "rotation": { + "0.0": { + "post": [25.70094, -31.77203, -42.42906], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [30.70555, -36.88105, -48.91292], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [25.70094, -31.77203, -42.42906], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + } + } + }, + "larm2": { + "rotation": { + "0.0": { + "post": [0, 0, 82.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 72.5], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, 0, 82.5], + "lerp_mode": "catmullrom" + } + } + }, + "lhand": { + "rotation": { + "0.0": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lfing1": { + "rotation": { + "0.0": { + "post": [-2.89983, 19.79718, 26.49387], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-3.42923, 37.27109, 25.39849], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [-2.89983, 19.79718, 26.49387], + "lerp_mode": "catmullrom" + } + } + }, + "fling2": { + "rotation": { + "0.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + } + } + }, + "lfinggne3": { + "rotation": { + "0.0": { + "post": [8.19971, -23.69913, 22.77678], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [2.55905, -24.87706, 36.43546], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [8.19971, -23.69913, 22.77678], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.rayquaza.faint": { + "loop": true, + "animation_length": 4.125, + "bones": { + "rayquaza": { + "position": { + "0.0": { + "post": [0, -21, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, -21, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg1": { + "rotation": { + "0.0": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 62, 106], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 50, 106], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, 62, 106], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg2": { + "rotation": { + "0.0": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg3": { + "rotation": { + "0.0": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 3.06879, -1.83917], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, 3.06879, -1.83917], + "lerp_mode": "catmullrom" + } + } + }, + "smallr": { + "rotation": { + "0.0": { + "post": [22.81171, 46.1379, 45.7567], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-15.55254, 61.52176, -4.38997], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [-15.55254, 61.52176, -4.38997], + "lerp_mode": "catmullrom" + } + } + }, + "rarm2": { + "rotation": { + "0.0": { + "post": [-67.5, 0, -107.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-85.24246, 2.97158, -28.82798], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [-85.24246, 2.97158, -28.82798], + "lerp_mode": "catmullrom" + } + } + }, + "rhand": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rfinger3": { + "rotation": { + "0.0": { + "post": [-9.57151, -11.60364, -5.02521], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-7.40152, -13.08335, -15.15008], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [-7.40152, -13.08335, -15.15008], + "lerp_mode": "catmullrom" + } + } + }, + "rfinger2": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 40], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, 0, 40], + "lerp_mode": "catmullrom" + } + } + }, + "rfinger": { + "rotation": { + "0.0": { + "post": [26.26629, 39.66109, 12.42432], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.62097, 46.33932, -24.42898], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0.62097, 46.33932, -24.42898], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg4": { + "rotation": { + "0.0": { + "post": [-5.08394, -14.12356, 23.67547], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-0.08394, -14.12356, 23.67547], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [-0.08394, -14.12356, 23.67547], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [1, -0.13945, -1.59391], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [1, -0.13945, -1.59391], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg5": { + "rotation": { + "0.0": { + "post": [0, -42.5, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, -42.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.97152, 0.31661, -1.61428], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0.97152, 0.31661, -1.61428], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg6": { + "rotation": { + "0.0": { + "post": [30, -40, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [30, -40, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [30, -40, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg7": { + "rotation": { + "0.0": { + "post": [37.93855, -7.05302, -7.10708], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [37.93855, -7.05302, -7.10708], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.09095, 0.66874, -2.76125], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [-0.09095, 0.66874, -2.76125], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg8": { + "rotation": { + "0.0": { + "post": [16.35707, -12.27659, -12.56853], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [16.35707, -12.27659, -12.56853], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg9": { + "rotation": { + "0.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "seg10": { + "rotation": { + "0.0": { + "post": [25.02856, -1.54449, -0.72188], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [25.08377, -4.53051, -2.11751], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [25.02856, -1.54449, -0.72188], + "lerp_mode": "catmullrom" + } + } + }, + "seg11": { + "rotation": { + "0.0": { + "post": [25.77777, 5.08051, 2.31993], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [28.32388, 13.36887, 6.85821], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [25.77777, 5.08051, 2.31993], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -2.4, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, -2.4, 0], + "lerp_mode": "catmullrom" + } + } + }, + "seg12": { + "rotation": { + "0.0": { + "post": [30.81276, 8.25815, 4.78426], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [32.70061, 6.54743, 3.67251], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [30.81276, 8.25815, 4.78426], + "lerp_mode": "catmullrom" + } + } + }, + "seg13": { + "rotation": { + "0.0": { + "post": [20.00818, -0.54625, -0.1993], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [20.07031, -4.69776, -1.71394], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [20.00818, -0.54625, -0.1993], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1.3, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, -1.3, 0], + "lerp_mode": "catmullrom" + } + } + }, + "seg14": { + "rotation": { + "0.0": { + "post": [17.98569, 8.64598, 2.75279], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [22.75313, -9.53274, -3.03513], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [17.98569, 8.64598, 2.75279], + "lerp_mode": "catmullrom" + } + } + }, + "tip": { + "rotation": { + "0.0": { + "post": [10.59409, 8.33133, 30.22586], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-1.67805, -21.61321, 54.25539], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [10.59409, 8.33133, 30.22586], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [40.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [41.68921, 3.52918, -0.20234], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [43, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [44.37458, -3.45509, 0.11471], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [40.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 3.93741, 3.86712], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, 3.93741, 3.86712], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-12.49, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [-12.49, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "smalll": { + "rotation": { + "0.0": { + "post": [25.70094, -31.77203, -42.42906], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-23.86178, -60.82429, 27.88976], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [-23.86178, -60.82429, 27.88976], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + } + } + }, + "larm2": { + "rotation": { + "0.0": { + "post": [0, 0, 82.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-2.11751, -4.53051, 27.58377], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [-2.11751, -4.53051, 27.58377], + "lerp_mode": "catmullrom" + } + } + }, + "lhand": { + "rotation": { + "0.0": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lfing1": { + "rotation": { + "0.0": { + "post": [-2.89983, 19.79718, 26.49387], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-3.42923, 37.27109, 25.39849], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [-2.89983, 19.79718, 26.49387], + "lerp_mode": "catmullrom" + } + } + }, + "fling2": { + "rotation": { + "0.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + } + } + }, + "lfinggne3": { + "rotation": { + "0.0": { + "post": [8.19971, -23.69913, 22.77678], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [2.55905, -24.87706, 36.43546], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [8.19971, -23.69913, 22.77678], + "lerp_mode": "catmullrom" + } + } + }, + "blinkder1": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "blinkder2": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.rayquaza.ground_walk": { + "loop": true, + "animation_length": 6, + "bones": { + "bodyseg1": { + "rotation": ["0+math.sin(q.anim_time*120*1-40)*8", 0, 0], + "position": [0, 0, 0] + }, + "jaw": { + "rotation": ["0+math.sin(q.anim_time*90*1-300)*7", 0, 0] + }, + "bone": { + "rotation": ["0+math.sin(q.anim_time*60*1-80)*4", 0, 0] + }, + "bodyseg2": { + "rotation": ["0+math.sin(q.anim_time*120*1-120)*6", 0, 0] + }, + "bodyseg3": { + "rotation": ["math.sin(q.anim_time*120*1-160)*8", 0, 0] + }, + "smalll": { + "rotation": [0, -57.5, 60] + }, + "larm2": { + "rotation": [0, 95, 0] + }, + "lhand": { + "rotation": [40, 0, 0] + }, + "lfing1": { + "rotation": [0, 12.5, 0] + }, + "fling2": { + "rotation": [0, 0, -15] + }, + "lfinggne3": { + "rotation": [0, -15, 0] + }, + "smallr": { + "rotation": [-17.68453, 37.06337, -43.27707] + }, + "rarm2": { + "rotation": [94.66703, -51.87581, -116.62449] + }, + "rhand": { + "rotation": [-135, 0, 0] + }, + "rfinger3": { + "rotation": [-7.5, 0, -20] + }, + "rfinger2": { + "rotation": [0, 0, 22.5] + }, + "rfinger": { + "rotation": [20, 0, -25] + }, + "bodyseg4": { + "rotation": ["0+math.sin(q.anim_time*120*1-200)*10", 0, 0] + }, + "bodyseg5": { + "rotation": ["0+math.sin(q.anim_time*120*1-240)*12", 0, 0] + }, + "bodyseg6": { + "rotation": ["0+math.sin(q.anim_time*120*1-280)*14", 0, 0] + }, + "bodyseg7": { + "rotation": ["math.sin(q.anim_time*120*1-320)*16", 0, 0] + }, + "bodyseg8": { + "rotation": ["math.sin(q.anim_time*120*1-360)*18", 0, 0] + }, + "bodyseg9": { + "rotation": ["0+math.sin(q.anim_time*120*1-400)*20", 0, 0] + }, + "seg10": { + "rotation": ["0+math.sin(q.anim_time*120*1-440)*22", 0, 0] + }, + "seg11": { + "rotation": ["0+math.sin(q.anim_time*120*1-480)*24", 0, 0] + }, + "seg12": { + "rotation": ["math.sin(q.anim_time*120*1-520)*26", 0, 0] + }, + "seg13": { + "rotation": ["math.sin(q.anim_time*120*1-560)*28", 0, 0] + }, + "seg14": { + "rotation": ["math.sin(q.anim_time*120*1-600)*30", 0, 0] + }, + "tip": { + "rotation": ["math.sin(q.anim_time*120*1-640)*32", 0, 0] + }, + "rayquaza": { + "position": [0, "-10+math.sin(q.anim_time*120*1-40)*8", 0] + }, + "head": { + "rotation": ["0+math.sin(q.anim_time*60*1-40)*2", 0, 0] + } + } + }, + "animation.rayquaza.physicalold": { + "animation_length": 4.75, + "bones": { + "rayquaza": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -140, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, -320, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -360, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, -360, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -21, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 56, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 204, 6], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 284, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 284, 0], + "lerp_mode": "catmullrom" + }, + "3.6667": { + "post": [0, 284, 0], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [0, -21, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg1": { + "rotation": { + "0.0": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-72.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-87.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [90, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-67.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-160, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-182.59969, -29.10188, -2.04768], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-180, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-181.16994, -0.62936, -0.42752], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-180, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-132.46747, 23.96693, 24.72011], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [-67.07267, -10.90539, 16.11369], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 62, 106], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 85, 106], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 85, 106], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 68, 18], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 3, -41], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -159, -41], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, -254, -41], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, -323, -121], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, -238, -205], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, -124, -126], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-129, -110, 149], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-129, -110, 149], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [-1, 33, 206], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [28, 169, 177], + "lerp_mode": "catmullrom" + }, + "3.6667": { + "post": [28, 169, 177], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [0, 62, 106], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg2": { + "rotation": { + "0.0": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-2.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [2.01215, -2.49846, -0.08775], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [1.55, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [-4.71119, 0.09254, 0.00325], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [-37.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg3": { + "rotation": { + "0.0": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-0.05366, 1.1021, 4.12564], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-12.55366, 1.1021, 4.12564], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-2.55366, 1.1021, 4.12564], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-2.55366, 1.1021, 4.12564], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [7.44634, 1.1021, 4.12564], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [19.94634, 1.1021, 4.12564], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-3.53022, 1.1021, 4.12564], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [2.51639, 13.59047, 4.67022], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [2.44634, 1.1021, 4.12564], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-0.68666, 7.49005, 3.84736], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [-3.58846, -3.32733, 3.93052], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [-18.72881, -2.89806, 3.95016], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [-12.39997, 0.55989, -0.08035], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 3.06879, -1.83917], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 1.07, -1.84], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 3.06879, -1.83917], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, 0.17, -1.84], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 2.07, -1.84], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [0, 3.06879, -1.83917], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [0, 3.06879, -1.83917], + "lerp_mode": "catmullrom" + } + } + }, + "smallr": { + "rotation": { + "0.0": { + "post": [22.81171, 46.1379, 45.7567], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-36.51315, 50.3539, -34.1022], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-19.46839, 47.35447, -10.16868], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-22.84555, -2.10403, -57.3648], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-22.84555, -2.10403, -57.3648], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [22.81171, 46.1379, 45.7567], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [22.81171, 46.1379, 45.7567], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rarm2": { + "rotation": { + "0.0": { + "post": [-67.5, 0, -107.5], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-87.12518, 5.16704, -24.17576], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-83.85376, -62.19041, -29.87578], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-83.85376, -62.19041, -29.87578], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [-67.5, 0, -107.5], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [-67.5, 0, -107.5], + "lerp_mode": "catmullrom" + } + } + }, + "rhand": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rfinger3": { + "rotation": { + "0.0": { + "post": [-9.57151, -11.60364, -5.02521], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [-9.57151, -11.60364, -5.02521], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [-9.57151, -11.60364, -5.02521], + "lerp_mode": "catmullrom" + } + } + }, + "rfinger2": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "rfinger": { + "rotation": { + "0.0": { + "post": [26.26629, 39.66109, 12.42432], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [26.26629, 39.66109, 12.42432], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [26.26629, 39.66109, 12.42432], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg4": { + "rotation": { + "0.0": { + "post": [-5.08394, -14.12356, 23.67547], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [6.86557, 4.79731, 1.77661], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-3.11494, 10.54275, 1.86403], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-14.21637, 12.55997, 1.69426], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [-16.11895, -3.96861, 4.19011], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [8.04143, -2.4407, -12.51153], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [-5.08394, -14.12356, 23.67547], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [-5.08394, -14.12356, 23.67547], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [1, -0.13945, -1.59391], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -0.13945, -1.59391], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [1, -0.13945, -1.59391], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [1, -0.13945, -1.59391], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg5": { + "rotation": { + "0.0": { + "post": [0, -42.5, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [15.16, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-2.17, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [2.59, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-0.13114, 13.65884, 0.09771], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-0.70737, 27.11642, 0.65043], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [-0.01772, 6.2267, 0.99524], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [17.4199, -7.04883, 2.56851], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [-10.10778, 7.33691, -1.31305], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [0, -42.5, 0], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [0, -42.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.97152, 0.31661, -1.61428], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [0.97152, 0.31661, -1.61428], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [0.97152, 0.31661, -1.61428], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg6": { + "rotation": { + "0.0": { + "post": [30, -40, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [22.94205, -10.70017, 15.86691], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0.6719, -9.94847, 0.82983], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-2.56, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-4.92385, 0.03728, 0.86717], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-3.72562, 7.85458, -0.5687], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [2.53668, 3.13037, -1.01102], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [5, 15, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-7.21002, 12.54446, 0.42336], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [-3.27277, -2.28131, 3.71388], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [-6.09525, -1.85556, -1.13299], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [30, -40, 0], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [30, -40, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg7": { + "rotation": { + "0.0": { + "post": [37.93855, -7.05302, -7.10708], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [10.43855, -7.05302, -7.10708], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-2.06145, -7.05302, -7.10708], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-11.78367, -7.05302, -7.10708], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-7.06145, -7.05302, -7.10708], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [2.93855, -7.05302, -7.10708], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [10.35885, 0.32414, -5.75195], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [15.35885, 0.32414, -5.75195], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [13.73885, 0.32414, -5.75195], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-0.15621, -1.20587, -5.41999], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [5.48238, -2.25173, -5.24409], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0.13157, 1.6215, -6.4926], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0.71523, 2.65546, -3.47321], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-5.66224, 6.24843, -2.37981], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [-18.71567, -9.71906, 1.58305], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [-1.68089, -2.13713, -1.37743], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [37.93855, -7.05302, -7.10708], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [37.93855, -7.05302, -7.10708], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.09095, 0.66874, -2.76125], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [-0.09095, 0.66874, -2.76125], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [-0.09095, 0.66874, -2.76125], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg8": { + "rotation": { + "0.0": { + "post": [16.35707, -12.27659, -12.56853], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [1.35707, -12.27659, -12.56853], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-9.45238, 0.90938, 0.931], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [18.78423, 0.20637, -0.2233], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-4.20095, 5.37403, 3.34592], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [6.83191, 14.71658, 1.35259], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0.51028, 7.83225, 2.06957], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [2.85361, 14.58149, 2.08925], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [7.37868, 6.33289, 1.13494], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [6.38749, -24.26749, 1.99558], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [16.35707, -12.27659, -12.56853], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [16.35707, -12.27659, -12.56853], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg9": { + "rotation": { + "0.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-2.50954, 4.99523, -0.21865], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-5.80659, 5.65604, -0.12215], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-15.00954, 4.99523, -0.21865], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-23.50821, -2.85622, -3.26148], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [3.99179, -2.85622, -3.26148], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [21.49179, -2.85622, -3.26148], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [19.72688, -2.85622, -3.26148], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [3.21982, -3.71597, -0.03843], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0.85763, -3.30871, 2.19232], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-7.7483, 6.8274, -5.74614], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [-9.1724, -4.69438, -5.73739], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-1.30135, 1.55956, -7.20871], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [1.95269, 2.52393, -7.13112], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [1.90144, 8.3909, -6.80597], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [-7.86907, -4.06398, -7.08008], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [-1.3151, -8.43785, -6.98028], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "seg10": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-20.30725, 0.7446, -1.52715], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-0.30725, 0.7446, -1.52715], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [9.69275, 0.7446, -1.52715], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [4.77574, 10.71066, -0.69872], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [1.18869, 1.67358, 0.55272], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0.19655, 11.1137, 1.81212], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-3.47151, 2.60498, 1.67718], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-16.51878, 27.41559, -2.79147], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [-11.64545, 12.01609, -0.65186], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [-7.11655, -1.64444, 2.46563], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [2.83045, 1.00463, 2.24773], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "seg11": { + "rotation": { + "0.0": { + "post": [25.18908, 6.79382, 3.18458], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [2.68908, 6.79382, 3.18458], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [15.06949, -5.55211, -12.64889], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [5.019, 4.98093, 0.43688], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [5.019, 4.98093, 0.43688], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [17.519, 4.98093, 0.43688], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [13.31365, -4.50396, -1.82356], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [12.11531, 5.3482, 0.46909], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-5.00474, 7.47144, 0.21803], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [2.47658, 8.8755, 0.3876], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0.82948, 13.64876, 1.13974], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-11.77735, 7.93997, 4.17352], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [-16.12702, -2.79978, 6.73027], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [-4.07049, -11.00615, 5.29311], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [25.18908, 6.79382, 3.18458], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [25.18908, 6.79382, 3.18458], + "lerp_mode": "catmullrom" + } + } + }, + "seg12": { + "rotation": { + "0.0": { + "post": [30.38126, 8.64917, 5.03837], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [25.38126, 8.64917, 5.03837], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [6.67067, -13.22303, -2.19211], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [10.07098, -0.48105, 0.35462], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [4.62533, -10.36062, -5.09233], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [14.62533, -10.36062, -5.09233], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [4.97942, -6.80406, -5.35033], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [4.53365, -0.62249, 0.51672], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [16.67952, -3.38271, -5.59232], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [9.63143, -0.36083, -5.15739], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-6.78281, 12.12538, -0.10312], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [3.31686, 7.15981, 0.49131], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-1.79843, -0.31609, 1.01699], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [-3.88259, 6.45794, 0.79739], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-1.95113, 16.56081, 0.10422], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [2.02051, -2.96781, 0.09924], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [5.86912, -0.28976, 1.3617], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [30.38126, 8.64917, 5.03837], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [30.38126, 8.64917, 5.03837], + "lerp_mode": "catmullrom" + } + } + }, + "seg13": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-10.00329, -2.89604, -2.02793], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0.07563, -2.71965, -2.79555], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [7.57563, -2.71965, -2.79555], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-7.29526, -3.65416, -3.78646], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0.20474, -3.65416, -3.78646], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-4.79526, -3.65416, -3.78646], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [17.70474, -3.65416, -3.78646], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [2.68678, -6.14538, -3.57633], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-6.34949, 16.37754, -5.46037], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-4.33562, 28.97016, -6.18289], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [-3.79363, 1.53642, -4.18171], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-10.18363, -8.13397, -2.9148], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [-23.17426, 28.64203, -9.97295], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [-3.89904, -13.43019, -3.17293], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1.3, 0], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [0, -1.3, 0], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [0, -1.3, 0], + "lerp_mode": "catmullrom" + } + } + }, + "seg14": { + "rotation": { + "0.0": { + "post": [17.56274, 4.76804, 1.50701], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [17.56274, 4.76804, 1.50701], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-4.93726, 4.76804, 1.50701], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-9.93726, 4.76804, 1.50701], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [2.56274, 4.76804, 1.50701], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [17.56274, 4.76804, 1.50701], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [14.03925, 26.68104, 6.85222], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [11.55435, 10.97336, 3.50868], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [19.9739, 15.52338, 3.94302], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [-1.04624, 16.05443, 4.08877], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [-12.19953, 2.08564, 3.11742], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [17.56274, 4.76804, 1.50701], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [17.56274, 4.76804, 1.50701], + "lerp_mode": "catmullrom" + } + } + }, + "tip": { + "rotation": { + "0.0": { + "post": [10.59409, 8.33133, 30.22586], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [11.04023, -2.60036, 18.96454], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [3.78126, -1.14664, 11.60264], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-18.47346, 3.6699, 0.83151], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-1.16599, 0.32596, 4.24824], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-1.16599, 0.32596, 4.24824], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-3.87615, 12.58219, 7.32145], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [-4.50277, 2.85292, 8.69292], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [-15.28595, 4.32864, 17.23705], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [10.59409, 8.33133, 30.22586], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [10.59409, 8.33133, 30.22586], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [40.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-2, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [20.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-27, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-14.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [42.68804, 5.49482, -2.39299], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [18.08663, 6.62868, -2.88678], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [-3.23443, 7.06477, -3.0767], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [22.04866, 6.01884, -2.62119], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [40.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [40.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 3.93741, 3.86712], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -0.06, 3.87], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [0, 3.93741, 3.86712], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [0, 3.93741, 3.86712], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "smalll": { + "rotation": { + "0.0": { + "post": [25.70094, -31.77203, -42.42906], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [25.70094, -31.77203, -42.42906], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [25.70094, -31.77203, -42.42906], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [4.52861, -44.8029, -7.02876], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-26.89945, -7.08374, 51.76044], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-26.89945, -7.08374, 51.76044], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [25.70094, -31.77203, -42.42906], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [25.70094, -31.77203, -42.42906], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + } + } + }, + "larm2": { + "rotation": { + "0.0": { + "post": [0, 0, 82.5], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 60, 30], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 60, 30], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [0, 0, 82.5], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [0, 0, 82.5], + "lerp_mode": "catmullrom" + } + } + }, + "lhand": { + "rotation": { + "0.0": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lfing1": { + "rotation": { + "0.0": { + "post": [-2.89983, 19.79718, 26.49387], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [-2.89983, 19.79718, 26.49387], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [-2.89983, 19.79718, 26.49387], + "lerp_mode": "catmullrom" + } + } + }, + "fling2": { + "rotation": { + "0.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + } + } + }, + "lfinggne3": { + "rotation": { + "0.0": { + "post": [8.19971, -23.69913, 22.77678], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [8.19971, -23.69913, 22.77678], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [8.19971, -23.69913, 22.77678], + "lerp_mode": "catmullrom" + } + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [2.52461, 4.89763, 0.16013], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [2.69927, -7.57258, -0.39262], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [2.25859, 4.99614, 0.1968], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [-13.26, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [-19.4616, -14.54998, 4.9324], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rarm1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.rayquaza.physical_attackold2": { + "animation_length": 3.75, + "bones": { + "rayquaza": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, -140, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, -320, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -360, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, -360, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -21, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 56, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 204, 6], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 284, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 284, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 144, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, -21, 0], + "lerp_mode": "catmullrom" + }, + "3.0833": { + "post": [0, -21, -25], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, -21, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg1": { + "rotation": { + "0.0": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-72.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-87.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [90, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-67.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-158.49762, -21.07593, -8.0634], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-182.59969, -29.10188, -2.04768], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-184.72059, 12.66573, -5.07161], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-211.66001, 20.32892, -13.80723], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [-233.17, 10.41, -22.61], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-300.89837, 3.47829, -26.32434], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-334.65231, 0.29161, -18.39868], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-355, 4.23813, 0], + "lerp_mode": "catmullrom" + }, + "2.9167": [-380, 0, 0], + "3.0417": [-380, 0, 0], + "3.25": { + "pre": [-380, 0, 0], + "post": [-20, 0, 0] + }, + "3.75": { + "pre": [-20, 0, 0], + "post": [-20, 0, 0] + } + }, + "position": { + "0.0": { + "post": [0, 62, 106], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 85, 106], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 85, 106], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 68, 18], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 3, -41], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, -159.06084, -33.35988], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, -254.38393, -14.81178], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, -323.9133, -75.95103], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-83.74249, -239.00743, -160.15382], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-83.33698, -124.71448, -89.45637], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-129, -110, 149], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-87.1, -46.7, 205.09], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-33, -24, 295], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, -27, 189], + "lerp_mode": "catmullrom" + }, + "3.0833": { + "post": [0, 56, 118], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [0, 62, 106], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 62, 106], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg2": { + "rotation": { + "0.0": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [17.64168, -7.15102, -2.26708], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-2.34, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [2.66, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [4.16395, 0.6947, 0.19009], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [6.16, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [7.98511, -0.05146, -0.01408], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [7.88287, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0833": { + "post": [0.38, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg3": { + "rotation": { + "0.0": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-0.05366, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-12.55366, 1.1021, 4.12564], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-2.55366, 1.1021, 4.12564], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-2.55366, 1.1021, 4.12564], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [7.44634, 1.1021, 4.12564], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [19.94634, 1.1021, 4.12564], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-3.53022, 1.1021, 4.12564], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [2.51639, 13.59047, 4.67022], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [9.75412, 3.73817, 2.93578], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [-3.66479, -0.96031, 1.27919], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [19.7449, -3.32182, 0.40306], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [9.62942, -4.45247, 0.309], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [19.75274, -5.81989, 0.30465], + "lerp_mode": "catmullrom" + }, + "3.0833": { + "post": [2.25274, 0, 0.30465], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 3.06879, -1.83917], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 1.07, -1.84], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 3.06879, -1.83917], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [0, 3.06879, -1.83917], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 3.06879, -1.83917], + "lerp_mode": "catmullrom" + } + } + }, + "smallr": { + "rotation": { + "0.0": { + "post": [22.81171, 46.1379, 45.7567], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-36.51315, 50.3539, -34.1022], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-19.46839, 47.35447, -10.16868], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-22.84555, -2.10403, -57.3648], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-22.84555, -2.10403, -57.3648], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [22.81171, 46.1379, 45.7567], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rarm2": { + "rotation": { + "0.0": { + "post": [-67.5, 0, -107.5], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-87.12518, 5.16704, -24.17576], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-83.85376, -62.19041, -29.87578], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-83.85376, -62.19041, -29.87578], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-83.85376, -62.19041, -29.87578], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [-67.5, 0, -107.5], + "lerp_mode": "catmullrom" + } + } + }, + "rhand": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rfinger3": { + "rotation": { + "0.0": { + "post": [-9.57151, -11.60364, -5.02521], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [-9.57151, -11.60364, -5.02521], + "lerp_mode": "catmullrom" + } + } + }, + "rfinger2": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "rfinger": { + "rotation": { + "0.0": { + "post": [26.26629, 39.66109, 12.42432], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [26.26629, 39.66109, 12.42432], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg4": { + "rotation": { + "0.0": { + "post": [-5.08394, -14.12356, 23.67547], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [2.38743, -3.30856, -0.72433], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [2.47142, 5.0047, -0.21865], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [5.73803, -3.21369, -1.16419], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [9.93303, 0.07984, -1.08337], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [19.93303, 0.07984, -1.08337], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [10.71009, 0.08483, -1.15108], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [22.43303, 0.07984, -1.08337], + "lerp_mode": "catmullrom" + }, + "3.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [-5.08394, -14.12356, 23.67547], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [-5.08394, -14.12356, 23.67547], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [1, -0.13945, -1.59391], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -0.13945, -1.59391], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [1, -0.13945, -1.59391], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg5": { + "rotation": { + "0.0": { + "post": [0, -42.5, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [15.16, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [2.59, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [4.86342, 0, -1.05751], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [10.03742, -4.92385, -0.87038], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [23.82993, -6.76816, -0.97396], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [12.59366, -7.65553, -1.07531], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [17.53742, -4.92385, -0.87038], + "lerp_mode": "catmullrom" + }, + "3.0833": { + "post": [5.03742, 0, -0.87038], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [4.64319, -37.25009, -3.26735], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, -42.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg6": { + "rotation": { + "0.0": { + "post": [30, -40, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [22.94205, -10.70017, 15.86691], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-2.56, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0.07733, 10.03727, 0.8806], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0.07801, 12.53727, 0.88405], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [-1.1778, -4.76965, 1.07958], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0.07622, -2.46272, 0.86385], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [20.16875, -3.01827, 0.8631], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [5.07622, -2.46272, 0.86385], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [5.1489, -9.93297, 0.19205], + "lerp_mode": "catmullrom" + }, + "3.0833": { + "post": [5.07152, 0.02749, 1.08498], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [30, -40, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg7": { + "rotation": { + "0.0": { + "post": [37.93855, -7.05302, -7.10708], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [10.43855, -7.05302, -7.10708], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-2.06145, -7.05302, -7.10708], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-11.78367, -7.05302, -7.10708], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-7.06145, -7.05302, -7.10708], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [2.93855, -7.05302, -7.10708], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [15.35885, 0.32414, -5.75195], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [13.73885, 0.32414, -5.75195], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [5.48238, -2.25173, -5.24409], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [5.50096, 5.21394, -4.5266], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [5.47818, 0.23685, -5.00531], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [10.47818, 0.23685, -5.00531], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [7.51797, 0.22378, -5.00311], + "lerp_mode": "catmullrom" + }, + "3.0833": { + "post": [37.97818, 0, -5.00531], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [37.93855, -7.05302, -7.10708], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.09095, 0.66874, -2.76125], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [-0.09095, 0.66874, -2.76125], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg8": { + "rotation": { + "0.0": { + "post": [16.35707, -12.27659, -12.56853], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [1.35707, -12.27659, -12.56853], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-9.45238, 0.90938, 0.931], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [18.78423, 0.20637, -0.2233], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-4.20095, 5.37403, 3.34592], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [5.81745, 0.38739, 3.71174], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [4.1787, -3.44257, 2.40256], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [3.63639, -8.84377, 0.15982], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [16.35707, -12.27659, -12.56853], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg9": { + "rotation": { + "0.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-2.50954, 4.99523, -0.21865], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-5.80659, 5.65604, -0.12215], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-15.00954, 4.99523, -0.21865], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-23.50821, -2.85622, -3.26148], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [3.99179, -2.85622, -3.26148], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [21.49179, -2.85622, -3.26148], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [19.72688, -2.85622, -3.26148], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0.85657, 1.69073, 2.2671], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0.88315, 14.1893, 2.45832], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [1.04569, 18.22646, 2.65442], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0.85657, 1.69073, 2.2671], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [26.58101, -14.63975, -4.08584], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [14.93954, -2.87969, -1.02652], + "lerp_mode": "catmullrom" + }, + "3.0833": { + "post": [25.6596, 0, 2.56597], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "seg10": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-0.30725, 0.7446, -1.52715], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [9.69275, 0.7446, -1.52715], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [4.69454, -1.74702, -1.73172], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [4.77574, 10.71066, -0.69872], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [4.69454, -1.74702, -1.73172], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [17.34174, -6.28758, -3.83107], + "lerp_mode": "catmullrom" + }, + "3.0833": { + "post": [7.34174, -6.28758, -3.83107], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "seg11": { + "rotation": { + "0.0": { + "post": [25.18908, 6.79382, 3.18458], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [2.68908, 6.79382, 3.18458], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [15.06949, -5.55211, -12.64889], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [5.019, 4.98093, 0.43688], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [5.019, 4.98093, 0.43688], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [17.519, 4.98093, 0.43688], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [12.11531, 5.3482, 0.46909], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-5.00474, 7.47144, 0.21803], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [7.22115, 19.92157, -0.93275], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [7.11566, 17.4411, -1.26204], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [7.73395, 2.095, -3.45899], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [11.95776, -9.7547, -5.24344], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [35.72261, -10.01252, -5.26248], + "lerp_mode": "catmullrom" + }, + "3.0833": { + "post": [1.793, 0, -3.69238], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [25.18908, 6.79382, 3.18458], + "lerp_mode": "catmullrom" + } + } + }, + "seg12": { + "rotation": { + "0.0": { + "post": [30.38126, 8.64917, 5.03837], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [25.38126, 8.64917, 5.03837], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [6.67067, -13.22303, -2.19211], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [10.07098, -0.48105, 0.35462], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [4.62533, -10.36062, -5.09233], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [14.62533, -10.36062, -5.09233], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [4.9446, 0.66791, -4.70115], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [16.67952, -3.38271, -5.59232], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [9.63143, -0.36083, -5.15739], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-0.36857, -0.36083, -5.15739], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [9.17122, -0.24281, -5.40212], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [7.25049, -2.90332, -6.00932], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [30.38126, 8.64917, 5.03837], + "lerp_mode": "catmullrom" + } + } + }, + "seg13": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-10.00329, -2.89604, -2.02793], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0.07563, -2.71965, -2.79555], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [7.57563, -2.71965, -2.79555], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-7.29526, -3.65416, -3.78646], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0.20474, -3.65416, -3.78646], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-4.79526, -3.65416, -3.78646], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [17.76387, 5.87287, -0.74336], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [2.67736, 3.84372, -3.10889], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-4.77549, 11.33541, -2.7526], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [7.72451, 11.33541, -2.7526], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [7.78807, 2.70496, -3.86425], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0.11505, -6.01043, -5.08182], + "lerp_mode": "catmullrom" + }, + "3.0833": { + "post": [25.11505, -6.01043, -5.08182], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1.3, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, -1.3, 0], + "lerp_mode": "catmullrom" + } + } + }, + "seg14": { + "rotation": { + "0.0": { + "post": [17.56274, 4.76804, 1.50701], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [17.56274, 4.76804, 1.50701], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-4.93726, 4.76804, 1.50701], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-9.93726, 4.76804, 1.50701], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [2.56274, 4.76804, 1.50701], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [17.56274, 4.76804, 1.50701], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [17.4419, -2.50594, -1.53466], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [12.61992, 7.20793, 2.05495], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0.02907, 2.32771, 0.96296], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0.02973, 12.32771, 0.96812], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [1.42245, -1.55129, 0.83897], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0.02917, 1.56771, 0.96259], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [0.02907, 2.32771, 0.96296], + "lerp_mode": "catmullrom" + }, + "3.0833": { + "post": [17.51415, -0.05633, 0.2102], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [17.56274, 4.76804, 1.50701], + "lerp_mode": "catmullrom" + } + } + }, + "tip": { + "rotation": { + "0.0": { + "post": [10.59409, 8.33133, 30.22586], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [11.04023, -2.60036, 18.96454], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [3.78126, -1.14664, 11.60264], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-18.47346, 3.6699, 0.83151], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-1.16599, 0.32596, 4.24824], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-0.04783, 3.16998, 4.3087], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-0.33872, -4.44038, 4.25029], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-1.22475, 17.82221, 3.87997], + "lerp_mode": "catmullrom" + }, + "3.0833": { + "post": [27.05491, -13.61205, -0.19505], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [10.59409, 8.33133, 30.22586], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [40.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-2, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [20.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-27, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-14.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [-24.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [40.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [40.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 3.93741, 3.86712], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, -0.06, 3.87], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 3.93741, 3.86712], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.7083": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "smalll": { + "rotation": { + "0.0": { + "post": [25.70094, -31.77203, -42.42906], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [25.70094, -31.77203, -42.42906], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [25.70094, -31.77203, -42.42906], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [4.52861, -44.8029, -7.02876], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-26.89945, -7.08374, 51.76044], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-26.89945, -7.08374, 51.76044], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [25.70094, -31.77203, -42.42906], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + } + } + }, + "larm2": { + "rotation": { + "0.0": { + "post": [0, 0, 82.5], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 60, 30], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 60, 30], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 82.5], + "lerp_mode": "catmullrom" + } + } + }, + "lhand": { + "rotation": { + "0.0": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lfing1": { + "rotation": { + "0.0": { + "post": [-2.89983, 19.79718, 26.49387], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [-2.89983, 19.79718, 26.49387], + "lerp_mode": "catmullrom" + } + } + }, + "fling2": { + "rotation": { + "0.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + } + } + }, + "lfinggne3": { + "rotation": { + "0.0": { + "post": [8.19971, -23.69913, 22.77678], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [8.19971, -23.69913, 22.77678], + "lerp_mode": "catmullrom" + } + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [2.03026, -2.80176, -0.1095], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [2.52461, 4.89763, 0.16013], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [7.51539, -0.09754, -0.05983], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [30.01539, -0.09754, -0.05983], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [13.11582, -2.53241, -0.62696], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-2.50863, -11.4639, 0.05305], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [-17.48461, -0.09754, -0.05983], + "lerp_mode": "catmullrom" + }, + "3.0833": { + "post": [-29.98461, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rarm1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.rayquaza.physical_attack": { + "animation_length": 4.75, + "bones": { + "rayquaza": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, -140, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, -320, 0], + "lerp_mode": "catmullrom" + }, + "0.75": [0, -360, 0], + "1.0417": {"pre": [0, -360, 0], "post": [0, 0, 0]}, + "2.0": {"pre": [0, 0, 0], "post": [0, 0, 0]}, + "2.625": {"pre": [0, 0, 0], "post": [0, 0, 0]}, + "3.25": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, -21, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 56, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 204, 6], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 284, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 284, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, 312, 0], + "lerp_mode": "catmullrom" + }, + "3.25": [0, -21, 0] + } + }, + "bodyseg1": { + "rotation": { + "0.0": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-72.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-87.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [90, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [70, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-105, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-177.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-177.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-255, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-332.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [-455, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": [-380, 0, 0], + "3.75": {"pre": [-380, 0, 0], "post": [-20, 0, 0]} + }, + "position": { + "0.0": { + "post": [0, 62, 106], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 85, 106], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 85, 106], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 68, 18], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 3, -41], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, -159.06084, -33.35988], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, -254.38393, -17.81178], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, -323.9133, -75.95103], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, -286.91, -153.95], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0, -214.91, -156.95], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, -189.91, -80.95], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, -189.91, 104.05], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, -276.91, 161.05], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, -333.91, 98.05], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, -236.91, 18.05], + "lerp_mode": "catmullrom" + }, + "3.25": [0, 62, 106], + "3.75": [0, 71, 106] + } + }, + "bodyseg2": { + "rotation": { + "0.0": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [14.91, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-0.55, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": [-37.5, 0, 0] + }, + "position": { + "0.0": [0, 0, -2], + "3.25": [0, 0, -2] + } + }, + "bodyseg3": { + "rotation": { + "0.0": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-0.05366, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-12.55366, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-2.55366, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-2.55366, 1.1021, 4.12564], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [7.44634, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [19.94634, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [19.95, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [12.29, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [2.45, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [7.45, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [12.45, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [12.45, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": [-37.5, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 3.06879, -1.83917], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 1.07, -1.84], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 3.06879, -1.83917], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0.07, -1.84], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0, -1.34, -1.84], + "lerp_mode": "catmullrom" + }, + "3.25": [0, 3.06879, -1.83917] + } + }, + "smallr": { + "rotation": { + "0.0": { + "post": [22.81171, 46.1379, 45.7567], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-36.51315, 50.3539, -34.1022], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-22.42564, 32.13121, -16.45186], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-22.84555, -2.10403, -57.3648], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-22.84555, -2.10403, -57.3648], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [29.71691, 64.88421, -29.58117], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [29.71691, 64.88421, -29.58117], + "lerp_mode": "catmullrom" + }, + "3.25": [22.81171, 46.1379, 45.7567] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "3.25": [0, 0, 0] + } + }, + "rarm2": { + "rotation": { + "0.0": { + "post": [-67.5, 0, -107.5], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-87.12518, 5.16704, -24.17576], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-86.28307, 1.81278, -86.50096], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-83.85376, -62.19041, -29.87578], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-83.85376, -62.19041, -29.87578], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-86.24738, -7.88399, -14.97028], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-86.24738, -7.88399, -14.97028], + "lerp_mode": "catmullrom" + }, + "3.25": [-67.5, 0, -107.5] + } + }, + "rhand": { + "rotation": { + "0.0": [20, 0, 0], + "3.25": [20, 0, 0] + } + }, + "rfinger3": { + "rotation": { + "0.0": [-9.57151, -11.60364, -5.02521], + "3.25": [-9.57151, -11.60364, -5.02521] + } + }, + "rfinger2": { + "rotation": { + "0.0": [0, 0, 20], + "3.25": [0, 0, 20] + } + }, + "rfinger": { + "rotation": { + "0.0": [26.26629, 39.66109, 12.42432], + "3.25": [26.26629, 39.66109, 12.42432] + } + }, + "bodyseg4": { + "rotation": { + "0.0": { + "post": [-5.08394, -14.12356, 23.67547], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [6.02, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [22.39, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-1.83, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": [-5.08394, -14.12356, 23.67547] + }, + "position": { + "0.0": { + "post": [1, -0.13945, -1.59391], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -0.13945, -1.59391], + "lerp_mode": "catmullrom" + }, + "3.25": [1, -0.13945, -1.59391] + } + }, + "bodyseg5": { + "rotation": { + "0.0": { + "post": [0, -42.5, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [15.55, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [3.92, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": [0, -42.5, 0] + }, + "position": { + "0.0": [0, 0, 0], + "3.25": [0, 0, 0] + } + }, + "bodyseg6": { + "rotation": { + "0.0": { + "post": [30, -40, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [22.94205, -10.70017, 15.86691], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [10.18, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [27.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0.16, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": [30, -40, 0] + } + }, + "bodyseg7": { + "rotation": { + "0.0": { + "post": [37.93855, -7.05302, -7.10708], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [10.43855, -7.05302, -7.10708], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-2.06145, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-6.78367, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-4.56145, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [2.93855, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-2.14115, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [12.86, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [17.86, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [20.36, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0.36, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [10.36, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [20.36, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [20.36, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": [37.93855, -7.05302, -7.10708] + }, + "position": { + "0.0": { + "post": [-0.09095, 0.66874, -2.76125], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [-0.09095, 0.66874, -2.76125], + "lerp_mode": "catmullrom" + }, + "3.25": [-0.09095, 0.66874, -2.76125] + } + }, + "bodyseg8": { + "rotation": { + "0.0": { + "post": [16.35707, -12.27659, -12.56853], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [1.35707, -12.27659, -12.56853], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-9.45238, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [14.87, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": [16.35707, -12.27659, -12.56853] + } + }, + "bodyseg9": { + "rotation": { + "0.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-2.50954, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-5.80659, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-15.00954, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-13.50821, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [3.99179, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [3.99, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [13.99, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [8.55, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [1.49, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [3.99, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [16.49, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [21.49, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": [30, 0, 0] + } + }, + "seg10": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-5.30725, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-5.31, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [14.69, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [19.08, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [26.86, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [2.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-0.31, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [19.69, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [19.69, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": [25, 0, 0] + } + }, + "seg11": { + "rotation": { + "0.0": { + "post": [25.18908, 6.79382, 3.18458], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [2.68908, 6.79382, 3.18458], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [15.06949, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [2.52643, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-2.481, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [12.52, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [20.02, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [7.52, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [2.52, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [12.52, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [12.52, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": [25.18908, 6.79382, 3.18458] + } + }, + "seg12": { + "rotation": { + "0.0": { + "post": [30.38126, 8.64917, 5.03837], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [25.38126, 8.64917, 5.03837], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [6.67067, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2.57098, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-2.87467, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [4.63, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [22.13, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [19.45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [17.64, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-0.37, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-2.87, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [2.13, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [12.13, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": [30.38126, 8.64917, 5.03837] + } + }, + "seg13": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-10.00329, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-9.92437, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-4.92437, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-7.29526, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0.20474, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [2.7, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [7.7, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [18.01, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [24.84, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [20.2, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [2.7, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [5.2, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [17.7, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": [20, 0, 0] + }, + "position": { + "0.0": [0, -1.3, 0], + "3.25": [0, -1.3, 0] + } + }, + "seg14": { + "rotation": { + "0.0": { + "post": [17.56274, 4.76804, 1.50701], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [17.56274, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-4.93726, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-9.93726, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-6.60393, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [2.56274, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [5.06274, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [12.56, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [12.56, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [2.56, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0.06, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [10.06, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": [17.56274, 4.76804, 1.50701] + } + }, + "tip": { + "rotation": { + "0.0": { + "post": [10.59409, 8.33133, 30.22586], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [11.04023, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [3.78126, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-18.47346, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-1.16599, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-3.67, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-8.67, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [3.83, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [18.83, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-3.67, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [1.33, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [1.33, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": [10.59409, 8.33133, 30.22586] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [40.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-2, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [20.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-27, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-14.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-7.09, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-26.58, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [58, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": [40.5, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 3.93741, 3.86712], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, -0.06, 3.87], + "lerp_mode": "catmullrom" + }, + "2.1667": [0, -5.49, 3.87], + "2.625": [0, 2.5, 3.87], + "3.25": [0, 3.93741, 3.86712] + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-13.12, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": [25, 0, 0] + } + }, + "smalll": { + "rotation": { + "0.0": { + "post": [25.70094, -31.77203, -42.42906], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [25.70094, -31.77203, -42.42906], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [25.70094, -31.77203, -42.42906], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-28.17017, -25.73003, 41.98847], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-26.89945, -7.08374, 51.76044], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-26.89945, -7.08374, 51.76044], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [16.04146, -63.19217, 53.16207], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [16.04146, -63.19217, 53.16207], + "lerp_mode": "catmullrom" + }, + "3.25": [25.70094, -31.77203, -42.42906] + }, + "position": { + "0.0": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "3.25": [0, 0, -2] + } + }, + "larm2": { + "rotation": { + "0.0": { + "post": [0, 0, 82.5], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 75], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 60, 30], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 60, 30], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-13.63971, 9.50245, 2.93396], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-13.63971, 9.50245, 2.93396], + "lerp_mode": "catmullrom" + }, + "3.25": [0, 0, 82.5] + } + }, + "lhand": { + "rotation": { + "0.0": [-55, 0, 0], + "3.25": [-55, 0, 0] + } + }, + "lfing1": { + "rotation": { + "0.0": [-2.89983, 19.79718, 26.49387], + "3.25": [-2.89983, 19.79718, 26.49387] + } + }, + "fling2": { + "rotation": { + "0.0": [0, 0, -17.5], + "3.25": [0, 0, -17.5] + } + }, + "lfinggne3": { + "rotation": { + "0.0": [8.19971, -23.69913, 22.77678], + "3.25": [8.19971, -23.69913, 22.77678] + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [10.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": [0, 0, 0] + } + } + } + }, + "animation.rayquaza.special_attack": { + "animation_length": 4.8333, + "bones": { + "rayquaza": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -21, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, -21, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -21, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, -21, 0], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [0, -21, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg1": { + "rotation": { + "0.0": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-120, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-103.8, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-103.8, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 62, 106], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 90, 106], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 42.57, 106], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 42.57, 106], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 62, 106], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [0, 62, 106], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [40.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [110.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [110.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [40.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [40.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 3.93741, 3.86712], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, -1.06, 3.87], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 2.94, 0.87], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 2.94, 0.87], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 3.93741, 3.86712], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [0, 3.93741, 3.86712], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.9583": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg2": { + "rotation": { + "0.0": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg3": { + "rotation": { + "0.0": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 3.06879, -1.83917], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, -0.93, -1.84], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -0.93, -1.84], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 3.06879, -1.83917], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [0, 3.06879, -1.83917], + "lerp_mode": "catmullrom" + } + } + }, + "smalll": { + "rotation": { + "0.0": { + "post": [25.70094, -31.77203, -42.42906], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [25.70094, -31.77203, -42.42906], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [26.41133, -34.01805, -43.7368], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [26.41133, -34.01805, -43.7368], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [25.70094, -31.77203, -42.42906], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [25.70094, -31.77203, -42.42906], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + } + } + }, + "larm2": { + "rotation": { + "0.0": { + "post": [0, 0, 82.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 82.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 82.5], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [0, 0, 82.5], + "lerp_mode": "catmullrom" + } + } + }, + "lhand": { + "rotation": [-55, 0, 0] + }, + "lfing1": { + "rotation": [-2.89983, 19.79718, 26.49387] + }, + "fling2": { + "rotation": [0, 0, -17.5] + }, + "lfinggne3": { + "rotation": [8.19971, -23.69913, 22.77678] + }, + "smallr": { + "rotation": { + "0.0": { + "post": [22.81171, 46.1379, 45.7567], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [22.81171, 46.1379, 45.7567], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [22.81171, 46.1379, 45.7567], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [22.81171, 46.1379, 45.7567], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [22.81171, 46.1379, 45.7567], + "lerp_mode": "catmullrom" + } + } + }, + "rarm2": { + "rotation": { + "0.0": { + "post": [-67.5, 0, -107.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-67.5, 0, -107.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-79.17223, -19.84302, -46.89942], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-79.17223, -19.84302, -46.89942], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-67.5, 0, -107.5], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [-67.5, 0, -107.5], + "lerp_mode": "catmullrom" + } + } + }, + "rhand": { + "rotation": [20, 0, 0] + }, + "rfinger3": { + "rotation": [-9.57151, -11.60364, -5.02521] + }, + "rfinger2": { + "rotation": [0, 0, 20] + }, + "rfinger": { + "rotation": [26.26629, 39.66109, 12.42432] + }, + "bodyseg4": { + "rotation": { + "0.0": { + "post": [-5.08394, -14.12356, 23.67547], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-5.08394, -14.12356, 23.67547], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-5.0187, 10.78238, 21.49063], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-5.08394, -14.12356, 23.67547], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [-5.08394, -14.12356, 23.67547], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [1, -0.13945, -1.59391], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [1, -0.13945, -1.59391], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1, -0.13945, -1.59391], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [1, -0.13945, -1.59391], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [1, -0.13945, -1.59391], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg5": { + "rotation": { + "0.0": { + "post": [0, -42.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [2.69553, -52.79913, 42.6424], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [1.63135, -2.82853, 44.7095], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-3.36865, -2.82853, 44.7095], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [11.63135, -2.82853, 44.7095], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, -42.5, 0], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [0, -42.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.97152, 0.31661, -1.61428], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0.97152, 0.31661, -1.61428], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [0.97152, 0.31661, -1.61428], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg6": { + "rotation": { + "0.0": { + "post": [30, -40, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [30, -40, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [23.39647, -15.29739, 13.84846], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-14.10353, -15.29739, 13.84846], + "lerp_mode": "catmullrom" + }, + "3.0833": { + "post": [28.39647, -15.29739, 13.84846], + "lerp_mode": "catmullrom" + }, + "4.0833": { + "post": [30, -40, 0], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [30, -40, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg7": { + "rotation": { + "0.0": { + "post": [37.93855, -7.05302, -7.10708], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [37.93855, -7.05302, -7.10708], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [17.93855, -7.05302, -7.10708], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-9.56145, -7.05302, -7.10708], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [21.17336, 16.36367, 1.74069], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [37.93855, -7.05302, -7.10708], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [37.93855, -7.05302, -7.10708], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.09095, 0.66874, -2.76125], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-0.09095, 0.66874, -2.76125], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [-0.09095, 0.66874, -2.76125], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [-0.09095, 0.66874, -2.76125], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg8": { + "rotation": { + "0.0": { + "post": [16.35707, -12.27659, -12.56853], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [16.35707, -12.27659, -12.56853], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5.70464, -6.91409, -2.8563], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [6.81201, 7.98147, -1.0842], + "lerp_mode": "catmullrom" + }, + "4.25": { + "post": [16.35707, -12.27659, -12.56853], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [16.35707, -12.27659, -12.56853], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg9": { + "rotation": { + "0.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.3333": { + "post": [4.91547, -7.38542, 1.30962], + "lerp_mode": "catmullrom" + }, + "4.3333": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "seg10": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.9583": { + "post": [14.86217, 5.1922, -0.40977], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [20.12076, 12.45167, 1.10693], + "lerp_mode": "catmullrom" + }, + "4.5": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "seg11": { + "rotation": { + "0.0": { + "post": [25.18908, 6.79382, 3.18458], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [25.18908, 6.79382, 3.18458], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0.18908, 6.79382, 3.18458], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [-7.31092, 6.79382, 3.18458], + "lerp_mode": "catmullrom" + }, + "2.9583": { + "post": [-3.42483, -3.18831, 3.78316], + "lerp_mode": "catmullrom" + }, + "3.5833": { + "post": [7.68908, 6.79382, 3.18458], + "lerp_mode": "catmullrom" + }, + "4.5833": { + "post": [25.18908, 6.79382, 3.18458], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [25.18908, 6.79382, 3.18458], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -2.4, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, -2.4, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, -1.4, 0], + "lerp_mode": "catmullrom" + }, + "4.5833": { + "post": [0, -2.4, 0], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [0, -2.4, 0], + "lerp_mode": "catmullrom" + } + } + }, + "seg12": { + "rotation": { + "0.0": { + "post": [30.38126, 8.64917, 5.03837], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [30.38126, 8.64917, 5.03837], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [2.88126, 8.64917, 5.03837], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-12.11874, 8.64917, 5.03837], + "lerp_mode": "catmullrom" + }, + "3.6667": { + "post": [10.38126, 8.64917, 5.03837], + "lerp_mode": "catmullrom" + }, + "4.6667": { + "post": [30.38126, 8.64917, 5.03837], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [30.38126, 8.64917, 5.03837], + "lerp_mode": "catmullrom" + } + } + }, + "seg13": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1.3, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, -1.3, 0], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [0, -1.3, 0], + "lerp_mode": "catmullrom" + } + } + }, + "seg14": { + "rotation": { + "0.0": { + "post": [17.56274, 4.76804, 1.50701], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [17.56274, 4.76804, 1.50701], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [5.06274, 4.76804, 1.50701], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-4.93726, 4.76804, 1.50701], + "lerp_mode": "catmullrom" + }, + "3.8333": { + "post": [7.56274, 4.76804, 1.50701], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [17.56274, 4.76804, 1.50701], + "lerp_mode": "catmullrom" + } + } + }, + "tip": { + "rotation": { + "0.0": { + "post": [10.59409, 8.33133, 30.22586], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [15.59409, 8.33133, 30.22586], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-9.40591, 8.33133, 30.22586], + "lerp_mode": "catmullrom" + }, + "2.9583": { + "post": [20.66504, -10.41326, 23.21903], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [25.59409, 8.33133, 30.22586], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [10.59409, 8.33133, 30.22586], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [10.59409, 8.33133, 30.22586], + "lerp_mode": "catmullrom" + } + } + }, + "bone": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [65, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [65, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 3], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 3], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.rayquaza.blink": { + "animation_length": 0.1667, + "bones": { + "blinkder1": { + "position": { + "0.0": [0, 0, 0], + "0.0833": [1, 0, 0], + "0.1667": [0, 0, 0] + } + }, + "blinkder2": { + "position": { + "0.0": [0, 0, 0], + "0.0833": [-1, 0, 0], + "0.1667": [0, 0, 0] + } + } + } + }, + "animation.rayquaza.cry": { + "animation_length": 4.125, + "bones": { + "rayquaza": { + "position": { + "0.0": { + "post": [0, -21, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, -21, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg1": { + "rotation": { + "0.0": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 62, 106], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 48, 106], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 48, 106], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, 62, 106], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg2": { + "rotation": { + "0.0": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg3": { + "rotation": { + "0.0": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 3.06879, -1.83917], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, 3.06879, -1.83917], + "lerp_mode": "catmullrom" + } + } + }, + "smallr": { + "rotation": { + "0.0": { + "post": [22.81171, 46.1379, 45.7567], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [21.37254, 41.31337, 43.66956], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [21.37254, 41.31337, 43.66956], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [31.39279, 41.5601, 58.10874], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [22.81171, 46.1379, 45.7567], + "lerp_mode": "catmullrom" + } + } + }, + "rarm2": { + "rotation": { + "0.0": { + "post": [-67.5, 0, -107.5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-76.74331, -18.33717, -54.32656], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-76.74331, -18.33717, -54.32656], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-67.67352, -2.86313, -100.56512], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [-67.5, 0, -107.5], + "lerp_mode": "catmullrom" + } + } + }, + "rhand": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rfinger3": { + "rotation": { + "0.0": { + "post": [-9.57151, -11.60364, -5.02521], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-7.40152, -13.08335, -15.15008], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [-9.57151, -11.60364, -5.02521], + "lerp_mode": "catmullrom" + } + } + }, + "rfinger2": { + "rotation": { + "0.0": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 40], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + } + } + }, + "rfinger": { + "rotation": { + "0.0": { + "post": [26.26629, 39.66109, 12.42432], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.62097, 46.33932, -24.42898], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [26.26629, 39.66109, 12.42432], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg4": { + "rotation": { + "0.0": { + "post": [-5.08394, -14.12356, 23.67547], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-0.08394, -14.12356, 23.67547], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [-5.08394, -14.12356, 23.67547], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [1, -0.13945, -1.59391], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [1, -0.13945, -1.59391], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg5": { + "rotation": { + "0.0": { + "post": [0, -42.5, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, -42.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.97152, 0.31661, -1.61428], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0.97152, 0.31661, -1.61428], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg6": { + "rotation": { + "0.0": { + "post": [30, -40, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [10.42924, -27.42998, 46.47259], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [10.42924, -27.42998, 46.47259], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [30, -40, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [30, -40, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg7": { + "rotation": { + "0.0": { + "post": [37.93855, -7.05302, -7.10708], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [38.12413, 8.76124, 5.17718], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [38.12413, 8.76124, 5.17718], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [37.93855, -7.05302, -7.10708], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.09095, 0.66874, -2.76125], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [-0.09095, 0.66874, -2.76125], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg8": { + "rotation": { + "0.0": { + "post": [16.35707, -12.27659, -12.56853], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [16.35707, -12.27659, -12.56853], + "lerp_mode": "catmullrom" + } + } + }, + "bodyseg9": { + "rotation": { + "0.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "seg10": { + "rotation": { + "0.0": { + "post": [25.02856, -1.54449, -0.72188], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [25.08377, -4.53051, -2.11751], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [25.02856, -1.54449, -0.72188], + "lerp_mode": "catmullrom" + } + } + }, + "seg11": { + "rotation": { + "0.0": { + "post": [25.77777, 5.08051, 2.31993], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [8.44002, 5.60867, 2.60912], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [8.44002, 5.60867, 2.60912], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [28.32388, 13.36887, 6.85821], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [25.77777, 5.08051, 2.31993], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -2.4, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0.6, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0.6, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, -2.4, 0], + "lerp_mode": "catmullrom" + } + } + }, + "seg12": { + "rotation": { + "0.0": { + "post": [30.81276, 8.25815, 4.78426], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [32.70061, 6.54743, 3.67251], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [30.81276, 8.25815, 4.78426], + "lerp_mode": "catmullrom" + } + } + }, + "seg13": { + "rotation": { + "0.0": { + "post": [20.00818, -0.54625, -0.1993], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [20.07031, -4.69776, -1.71394], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [20.00818, -0.54625, -0.1993], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1.3, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, -1.3, 0], + "lerp_mode": "catmullrom" + } + } + }, + "seg14": { + "rotation": { + "0.0": { + "post": [17.98569, 8.64598, 2.75279], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [22.75313, -9.53274, -3.03513], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [17.98569, 8.64598, 2.75279], + "lerp_mode": "catmullrom" + } + } + }, + "tip": { + "rotation": { + "0.0": { + "post": [10.59409, 8.33133, 30.22586], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-1.67805, -21.61321, 54.25539], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [10.59409, 8.33133, 30.22586], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [40.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [12.93841, 1.04252, -0.05391], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [12.93841, 1.04252, -0.05391], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [43, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [44.37458, -3.45509, 0.11471], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [40.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 3.93741, 3.86712], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, 3.93741, 3.86712], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [39.69, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [27.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [39.69, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [27.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [39.69, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [27.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [39.69, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [27.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [39.69, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [27.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [39.69, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [27.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [32.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "smalll": { + "rotation": { + "0.0": { + "post": [25.70094, -31.77203, -42.42906], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [30.70555, -36.88105, -48.91292], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [25.70094, -31.77203, -42.42906], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + } + } + }, + "larm2": { + "rotation": { + "0.0": { + "post": [0, 0, 82.5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 37.07], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 37.07], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 72.5], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, 0, 82.5], + "lerp_mode": "catmullrom" + } + } + }, + "lhand": { + "rotation": { + "0.0": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lfing1": { + "rotation": { + "0.0": { + "post": [-2.89983, 19.79718, 26.49387], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-3.42923, 37.27109, 25.39849], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [-2.89983, 19.79718, 26.49387], + "lerp_mode": "catmullrom" + } + } + }, + "fling2": { + "rotation": { + "0.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + } + } + }, + "lfinggne3": { + "rotation": { + "0.0": { + "post": [8.19971, -23.69913, 22.77678], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [2.55905, -24.87706, 36.43546], + "lerp_mode": "catmullrom" + }, + "4.125": { + "post": [8.19971, -23.69913, 22.77678], + "lerp_mode": "catmullrom" + } + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/reshiram/reshiram.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/reshiram/reshiram.animation.json new file mode 100644 index 0000000..58063f0 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/reshiram/reshiram.animation.json @@ -0,0 +1,4182 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.reshiram.ground_idle": { + "loop": true, + "bones": { + "reshiram": { + "position": [0, -1.9, 0] + }, + "tail": { + "rotation": ["-math.cos((query.anim_time-0.1)*90)*0.5", 0, 0] + }, + "tail2": { + "rotation": ["7.5+math.cos((query.anim_time-0.1)*90)*2", "math.cos((query.anim_time-0.1)*90)*2", "math.cos((query.anim_time-0.1)*90)*3"] + }, + "tail3": { + "rotation": ["60-math.cos((query.anim_time-0.2)*180)*4", "0+math.cos((query.anim_time-0.2)*180)*2", "0-math.cos((query.anim_time-0.2)*180)*4"], + "position": [0, -1, -2] + }, + "tail4": { + "rotation": ["-42.5+math.cos((query.anim_time-0.3)*90)*4", "0+math.cos((query.anim_time-0.3)*180)*5", "0+math.cos((query.anim_time-0.3)*90)*3"], + "position": [0, 1, -1] + }, + "tail5": { + "rotation": ["-2.5+math.cos((query.anim_time-0.4)*180)*5", "math.cos((query.anim_time-0.4)*360)*4", "math.cos((query.anim_time-0.4)*180)*3"] + }, + "body": { + "rotation": ["-math.cos(query.anim_time*180)*1", 0, 0] + }, + "neck": { + "rotation": ["math.cos((query.anim_time-0.1)*180)*1", 0, 0] + }, + "head": { + "rotation": ["5+math.cos((query.anim_time-0.2)*180)*1", 0, 0] + }, + "right_head2": { + "rotation": ["math.cos(query.anim_time*90)*4", 0, 0] + }, + "right_head3": { + "rotation": ["-math.cos((query.anim_time-0.1)*90)*7", 0, 0] + }, + "right_head4": { + "rotation": ["math.cos((query.anim_time-0.2)*180)*8", 0, 0] + }, + "right_head5": { + "rotation": ["-math.cos((query.anim_time-0.3)*180)*9", 0, 0] + }, + "right_head6": { + "rotation": ["math.cos((query.anim_time-0.4)*180)*10", 0, 0] + }, + "left_leg": { + "rotation": ["math.cos(query.anim_time*180)*2", 0, -10] + }, + "left_leg2": { + "rotation": ["0.0752-math.cos(query.anim_time*180)*4", 2.52181, 3.24979], + "position": [0, 1, 0] + }, + "left_leg3": { + "rotation": ["math.cos(query.anim_time*180)*1", 0, 0], + "position": [0, 0, 0] + }, + "left_leg4": { + "rotation": [0.32652, -2.4786, 4.99294] + }, + "left_arm": { + "rotation": [13.9042, -5.68422, "-18.1937+math.cos((query.anim_time-0.1)*180)*1"], + "position": [0, -1, 0] + }, + "left_arm2": { + "rotation": [-12.90805, 12.0318, "-10.1204+math.cos((query.anim_time-0.2)*180)*1"] + }, + "left_arm3": { + "rotation": [-1.18176, 0.60211, "26.9736+math.cos((query.anim_time-0.3)*180)*1"], + "position": [-1, 0, 0] + }, + "left_arm4": { + "rotation": ["-math.cos((query.anim_time-0.4)*180)*3", 0, 0] + }, + "left_arm5": { + "rotation": ["-math.cos((query.anim_time-0.5)*180)*3", 0, 0] + }, + "right_arm": { + "rotation": [13.36964, 6.86378, "13.3054-math.cos((query.anim_time-0.1)*180)*1"], + "position": [0, -1, 0] + }, + "right_arm2": { + "rotation": [-14.77085, -9.63372, "20.006-math.cos((query.anim_time-0.2)*180)*1"] + }, + "right_arm3": { + "rotation": [2.18979, 0.96475, "-35.7409-math.cos((query.anim_time-0.3)*180)*1"] + }, + "right_arm4": { + "rotation": ["-math.cos((query.anim_time-0.4)*180)*3", 0, 0] + }, + "right_arm5": { + "rotation": ["-math.cos((query.anim_time-0.5)*180)*3", 0, 0] + }, + "right_leg": { + "rotation": ["math.cos(query.anim_time*180)*2", 0, 10] + }, + "right_leg2": { + "rotation": ["0.0752-math.cos(query.anim_time*180)*4", -2.52181, -3.24979], + "position": [0, 1, 0] + }, + "right_leg3": { + "rotation": ["math.cos(query.anim_time*180)*1", 0, 0] + }, + "right_leg4": { + "rotation": [0.32652, 2.4786, -4.99294] + }, + "left_head2": { + "rotation": ["-math.cos(query.anim_time*90)*4", 0, 0] + }, + "left_head3": { + "rotation": ["math.cos((query.anim_time-0.1)*90)*7", 0, 0] + }, + "left_head4": { + "rotation": ["-math.cos((query.anim_time-0.2)*180)*8", 0, 0] + }, + "left_head5": { + "rotation": ["math.cos((query.anim_time-0.3)*180)*9", 0, 0] + }, + "left_head6": { + "rotation": ["-math.cos((query.anim_time-0.4)*90)*10", 0, 0] + }, + "upper": { + "rotation": ["math.cos(query.anim_time*180)*1", 0, 0] + }, + "left_arm2half": { + "rotation": [0, 0, 15] + }, + "right_arm2half": { + "rotation": [0, 0, -10] + } + } + }, + "animation.reshiram.cry": { + "animation_length": 4, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [10, 0, 0], + "2.0": [0, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": [0, 0, 0] + } + }, + "tail2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": [0, 0, 0] + } + }, + "tail3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": [0, 0, 0] + } + }, + "tail4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": [0, 0, 0] + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "2.0": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": [0, 0, 0] + } + }, + "bottomjaw": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [35.16, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": [0, 0, 0] + } + }, + "body2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": [0, 0, 0] + } + }, + "body3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": [0, 0, 0] + } + } + } + }, + "animation.reshiram.blink": { + "animation_length": 1, + "bones": { + "left_eyes": { + "position": { + "0.0": [0, 0, 0], + "0.0833": [-1, 0, 0], + "0.1667": [0, 0, 0] + } + }, + "right_eyes": { + "position": { + "0.0": [0, 0, 0], + "0.0833": [1, 0, 0], + "0.1667": [0, 0, 0] + } + } + } + }, + "animation.reshiram.fly": { + "loop": true, + "animation_length": 4, + "bones": { + "mainthing": { + "rotation": { + "0.0": { + "post": [33.24, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [33.24, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [33.24, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 4.24, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 6, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 4.24, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 6, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 4.24, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [-0.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-0.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-0.6, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [-11.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-11.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-11.76, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bottomjaw": { + "rotation": { + "0.0": { + "post": [5.28, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [5.28, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [5.28, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_head2": { + "rotation": { + "0.0": ["-math.cos(query.anim_time*90)*4", 0, 0], + "4.0": ["-math.cos(query.anim_time*90)*4", 0, 0] + } + }, + "left_head3": { + "rotation": { + "0.0": ["math.cos((query.anim_time-0.1)*90)*7", 0, 0], + "4.0": ["math.cos((query.anim_time-0.1)*90)*7", 0, 0] + } + }, + "left_head4": { + "rotation": { + "0.0": ["-math.cos((query.anim_time-0.2)*180)*8", 0, 0], + "4.0": ["-math.cos((query.anim_time-0.2)*180)*8", 0, 0] + } + }, + "left_head5": { + "rotation": { + "0.0": ["math.cos((query.anim_time-0.3)*180)*9", 0, 0], + "4.0": ["math.cos((query.anim_time-0.3)*180)*9", 0, 0] + } + }, + "left_head6": { + "rotation": { + "0.0": ["-math.cos((query.anim_time-0.4)*90)*10", 0, 0], + "4.0": ["-math.cos((query.anim_time-0.4)*90)*10", 0, 0] + } + }, + "right_head2": { + "rotation": { + "0.0": ["math.cos(query.anim_time*90)*4", 0, 0], + "4.0": ["math.cos(query.anim_time*90)*4", 0, 0] + } + }, + "right_head3": { + "rotation": { + "0.0": ["-math.cos((query.anim_time-0.1)*90)*7", 0, 0], + "4.0": ["-math.cos((query.anim_time-0.1)*90)*7", 0, 0] + } + }, + "right_head4": { + "rotation": { + "0.0": ["math.cos((query.anim_time-0.2)*180)*8", 0, 0], + "4.0": ["math.cos((query.anim_time-0.2)*180)*8", 0, 0] + } + }, + "right_head5": { + "rotation": { + "0.0": ["-math.cos((query.anim_time-0.3)*180)*9", 0, 0], + "4.0": ["-math.cos((query.anim_time-0.3)*180)*9", 0, 0] + } + }, + "right_head6": { + "rotation": { + "0.0": ["math.cos((query.anim_time-0.4)*180)*10", 0, 0], + "4.0": ["math.cos((query.anim_time-0.4)*180)*10", 0, 0] + } + }, + "body2": { + "rotation": { + "0.0": { + "post": [6.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [6.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [6.76, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body3": { + "rotation": { + "0.0": { + "post": [-1.02, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-1.02, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-1.02, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_arm": { + "rotation": { + "0.0": { + "post": [-28.45285, -4.53086, -8.18893], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-29.14743, 7.43547, 13.06431], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-28.07555, -11.0311, -19.7339], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-28.45285, -4.53086, -8.18893], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-29.14743, 7.43547, 13.06431], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-28.07555, -11.0311, -19.7339], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-28.45285, -4.53086, -8.18893], + "lerp_mode": "catmullrom" + } + } + }, + "right_arm2": { + "rotation": { + "0.0": { + "post": [0, 0, -5.12], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 22.28], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -5.12], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 22.28], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, -5.12], + "lerp_mode": "catmullrom" + } + } + }, + "right_arm2half": { + "rotation": { + "0.0": { + "post": [0, 0, -13.17], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 24.69], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -9.44], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -13.17], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 24.69], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, -9.44], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, -13.17], + "lerp_mode": "catmullrom" + } + } + }, + "right_arm3": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 17.22], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 9.51], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, 0, 17.22], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 9.51], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "left_arm": { + "rotation": { + "0.0": { + "post": [-30.764, 5.11023, 9.99992], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-31.53901, -8.47913, -11.89017], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-30.34301, 12.4921, 21.89083], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-30.764, 5.11023, 9.99992], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-31.53901, -8.47913, -11.89017], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-30.34301, 12.4921, 21.89083], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-30.764, 5.11023, 9.99992], + "lerp_mode": "catmullrom" + } + } + }, + "left_arm2": { + "rotation": { + "0.0": { + "post": [0, 0, -0.63], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -24.8], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -0.63], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, -24.8], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, -0.63], + "lerp_mode": "catmullrom" + } + } + }, + "left_arm2half": { + "rotation": { + "0.0": { + "post": [0, 0, 10.29], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 9.68], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 10.29], + "lerp_mode": "catmullrom" + }, + "2.9583": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 9.68], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 10.29], + "lerp_mode": "catmullrom" + } + } + }, + "left_arm3": { + "rotation": { + "0.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -12.13], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, -12.13], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "right_leg": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_leg2": { + "rotation": { + "0.0": { + "post": [-1.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-1.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-1.76, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_leg3": { + "rotation": { + "0.0": { + "post": [41.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [41.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [41.76, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_leg4": { + "rotation": { + "0.0": { + "post": [13.98, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [13.98, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [13.98, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_leg": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_leg2": { + "rotation": { + "0.0": { + "post": [-1.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-1.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-1.76, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_leg3": { + "rotation": { + "0.0": { + "post": [41.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [41.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [41.76, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_leg4": { + "rotation": { + "0.0": { + "post": [13.98, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [13.98, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [13.98, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": { + "post": [-18.24, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-18.24, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-18.24, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": ["-math.cos((query.anim_time-0.1)*90)*0.5", 0, 0], + "4.0": ["-math.cos((query.anim_time-0.1)*90)*0.5", 0, 0] + } + }, + "tail2": { + "rotation": { + "0.0": ["7.5+math.cos((query.anim_time-0.1)*90)*2", "math.cos((query.anim_time-0.1)*90)*2", "math.cos((query.anim_time-0.1)*90)*3"], + "4.0": ["7.5+math.cos((query.anim_time-0.1)*90)*2", "math.cos((query.anim_time-0.1)*90)*2", "math.cos((query.anim_time-0.1)*90)*3"] + } + }, + "tail3": { + "rotation": { + "0.0": ["25-math.cos((query.anim_time-0.2)*180)*4", "0+math.cos((query.anim_time-0.2)*180)*2", "0-math.cos((query.anim_time-0.2)*180)*4"], + "4.0": ["25-math.cos((query.anim_time-0.2)*180)*4", "0+math.cos((query.anim_time-0.2)*180)*2", "0-math.cos((query.anim_time-0.2)*180)*4"] + }, + "position": { + "0.0": [0, -1, -2], + "4.0": [0, -1, -2] + } + }, + "tail4": { + "rotation": { + "0.0": ["-35+math.cos((query.anim_time-0.3)*90)*4", "math.cos((query.anim_time-0.3)*180)*5", "math.cos((query.anim_time-0.3)*90)*3"], + "4.0": ["-35+math.cos((query.anim_time-0.3)*90)*4", "math.cos((query.anim_time-0.3)*180)*5", "math.cos((query.anim_time-0.3)*90)*3"] + }, + "position": { + "0.0": [0, 1, -1], + "4.0": [0, 1, -1] + } + } + } + }, + "animation.reshiram.ground_walk": { + "loop": true, + "animation_length": 4, + "bones": { + "mainthing": { + "rotation": { + "0.0": { + "post": [-11.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-11.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-11.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-11.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-11.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-11.76, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 9.24, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 4.24, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 13.24, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 4.24, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 13.24, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 9.24, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [11.9, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [11.9, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [11.9, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [11.9, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [11.9, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [11.9, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [11.9, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [15.74, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15.74, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [15.74, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [15.74, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [15.74, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [15.74, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [15.74, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bottomjaw": { + "rotation": { + "0.0": { + "post": [5.28, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [27.78, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5.28, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [5.28, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [27.78, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [5.28, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [5.28, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_head2": { + "rotation": { + "0.0": ["-math.cos(query.anim_time*90)*4", 0, 0], + "4.0": ["-math.cos(query.anim_time*90)*4", 0, 0] + } + }, + "left_head3": { + "rotation": { + "0.0": ["math.cos((query.anim_time-0.1)*90)*7", 0, 0], + "4.0": ["math.cos((query.anim_time-0.1)*90)*7", 0, 0] + } + }, + "left_head4": { + "rotation": { + "0.0": ["-math.cos((query.anim_time-0.2)*180)*8", 0, 0], + "4.0": ["-math.cos((query.anim_time-0.2)*180)*8", 0, 0] + } + }, + "left_head5": { + "rotation": { + "0.0": ["math.cos((query.anim_time-0.3)*180)*9", 0, 0], + "4.0": ["math.cos((query.anim_time-0.3)*180)*9", 0, 0] + } + }, + "left_head6": { + "rotation": { + "0.0": ["-math.cos((query.anim_time-0.4)*90)*10", 0, 0], + "4.0": ["-math.cos((query.anim_time-0.4)*90)*10", 0, 0] + } + }, + "right_head2": { + "rotation": { + "0.0": ["math.cos(query.anim_time*90)*4", 0, 0], + "4.0": ["math.cos(query.anim_time*90)*4", 0, 0] + } + }, + "right_head3": { + "rotation": { + "0.0": ["-math.cos((query.anim_time-0.1)*90)*7", 0, 0], + "4.0": ["-math.cos((query.anim_time-0.1)*90)*7", 0, 0] + } + }, + "right_head4": { + "rotation": { + "0.0": ["math.cos((query.anim_time-0.2)*180)*8", 0, 0], + "4.0": ["math.cos((query.anim_time-0.2)*180)*8", 0, 0] + } + }, + "right_head5": { + "rotation": { + "0.0": ["-math.cos((query.anim_time-0.3)*180)*9", 0, 0], + "4.0": ["-math.cos((query.anim_time-0.3)*180)*9", 0, 0] + } + }, + "right_head6": { + "rotation": { + "0.0": ["math.cos((query.anim_time-0.4)*180)*10", 0, 0], + "4.0": ["math.cos((query.anim_time-0.4)*180)*10", 0, 0] + } + }, + "body2": { + "rotation": { + "0.0": { + "post": [14.26, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [14.26, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [14.26, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [14.26, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [14.26, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [14.26, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [14.26, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body3": { + "rotation": { + "0.0": { + "post": [-1.02, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-1.02, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-1.02, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-1.02, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-1.02, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-1.02, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-1.02, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_arm": { + "rotation": { + "0.0": { + "post": [-28.45285, -4.53086, -8.18893], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-27.11771, 13.34855, 24.26701], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-27.11771, -13.34855, -24.26701], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-28.45285, -4.53086, -8.18893], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-27.11771, 13.34855, 24.26701], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-27.11771, -13.34855, -24.26701], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-28.45285, -4.53086, -8.18893], + "lerp_mode": "catmullrom" + } + } + }, + "right_arm2": { + "rotation": { + "0.0": { + "post": [0, 0, -5.12], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 22.28], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -5.12], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 22.28], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, -5.12], + "lerp_mode": "catmullrom" + } + } + }, + "right_arm2half": { + "rotation": { + "0.0": { + "post": [0, 0, -13.17], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 24.69], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -9.44], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -13.17], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 24.69], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, -9.44], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, -13.17], + "lerp_mode": "catmullrom" + } + } + }, + "right_arm3": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 17.22], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 9.51], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, 0, 17.22], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 9.51], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "left_arm": { + "rotation": { + "0.0": { + "post": [-30.764, 5.11023, 9.99992], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-29.30684, -14.82879, -22.89102], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-29.2819, 14.97921, 26.35655], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-30.764, 5.11023, 9.99992], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-29.30684, -14.82879, -22.89102], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-29.2819, 14.97921, 26.35655], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-30.764, 5.11023, 9.99992], + "lerp_mode": "catmullrom" + } + } + }, + "left_arm2": { + "rotation": { + "0.0": { + "post": [0, 0, -0.63], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -24.8], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -0.63], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, -24.8], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, -0.63], + "lerp_mode": "catmullrom" + } + } + }, + "left_arm2half": { + "rotation": { + "0.0": { + "post": [0, 0, 10.29], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 9.68], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 10.29], + "lerp_mode": "catmullrom" + }, + "2.9583": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 9.68], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 10.29], + "lerp_mode": "catmullrom" + } + } + }, + "left_arm3": { + "rotation": { + "0.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -12.13], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, -12.13], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "right_leg": { + "rotation": { + "0.0": { + "post": [4.47761, -5.24826, 11.36081], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [11.97761, -5.24826, 11.36081], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [4.47761, -5.24826, 11.36081], + "lerp_mode": "catmullrom" + } + } + }, + "right_leg2": { + "rotation": { + "0.0": { + "post": [-1.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-1.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-1.76, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_leg3": { + "rotation": { + "0.0": { + "post": [41.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [41.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [41.76, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_leg4": { + "rotation": { + "0.0": { + "post": [13.98, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [13.98, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [13.98, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_leg": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [7.5, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "left_leg2": { + "rotation": { + "0.0": { + "post": [-1.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-1.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-1.76, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_leg3": { + "rotation": { + "0.0": { + "post": [41.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [41.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [41.76, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_leg4": { + "rotation": { + "0.0": { + "post": [13.98, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [13.98, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [13.98, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": { + "post": [-23.24, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15.74, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-23.24, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-15.74, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-23.24, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-23.24, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": ["-math.cos((query.anim_time-0.1)*90)*0.5", 0, 0], + "4.0": ["-math.cos((query.anim_time-0.1)*90)*0.5", 0, 0] + } + }, + "tail2": { + "rotation": { + "0.0": ["7.5+math.cos((query.anim_time-0.1)*90)*2", "math.cos((query.anim_time-0.1)*90)*2", "math.cos((query.anim_time-0.1)*90)*3"], + "4.0": ["7.5+math.cos((query.anim_time-0.1)*90)*2", "math.cos((query.anim_time-0.1)*90)*2", "math.cos((query.anim_time-0.1)*90)*3"] + } + }, + "tail3": { + "rotation": { + "0.0": ["25-math.cos((query.anim_time-0.2)*180)*4", "0+math.cos((query.anim_time-0.2)*180)*2", "0-math.cos((query.anim_time-0.2)*180)*4"], + "4.0": ["25-math.cos((query.anim_time-0.2)*180)*4", "0+math.cos((query.anim_time-0.2)*180)*2", "0-math.cos((query.anim_time-0.2)*180)*4"] + }, + "position": { + "0.0": [0, -1, -2], + "4.0": [0, -1, -2] + } + }, + "tail4": { + "rotation": { + "0.0": ["-35+math.cos((query.anim_time-0.3)*90)*4", "math.cos((query.anim_time-0.3)*180)*5", "math.cos((query.anim_time-0.3)*90)*3"], + "4.0": ["-35+math.cos((query.anim_time-0.3)*90)*4", "math.cos((query.anim_time-0.3)*180)*5", "math.cos((query.anim_time-0.3)*90)*3"] + }, + "position": { + "0.0": [0, 1, -1], + "4.0": [0, 1, -1] + } + } + } + }, + "animation.reshiram.special_attack": { + "animation_length": 3.5, + "bones": { + "mainthing": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 42, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 42, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 52, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 66, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 69, 7], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 69, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 69, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + } + } + }, + "upper": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, -2, 4], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_arm": { + "rotation": { + "0.0": { + "post": [13.36964, 6.86378, 13.3054], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [3.84332, 2.0063, -35.35444], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-83.73095, -5.61497, 13.86137], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-83.73095, -5.61497, 13.86137], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-122.56432, -11.61157, 8.11672], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-120.74518, -26.8105, 22.18262], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-72.05382, 20.76014, 28.27448], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [-122.56432, -11.61157, 8.11672], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-120.74518, -26.8105, 22.18262], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [13.36964, 6.86378, 13.3054], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_arm2": { + "rotation": { + "0.0": { + "post": [-14.77085, -9.63372, 20.006], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-5.84199, -16.60573, -17.89233], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-10.17868, -27.26591, -2.74678], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-10.69619, -32.18333, -1.70404], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [2.37965, -33.65798, -25.51776], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-15.87175, -7.64926, 27.32225], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [2.37965, -33.65798, -25.51776], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-14.77085, -9.63372, 20.006], + "lerp_mode": "catmullrom" + } + } + }, + "right_arm2half": { + "rotation": { + "0.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -12.5, 15.58824], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, -12.5, 15.58824], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [3.72612, -17.90311, -22.82691], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [3.72612, -17.90311, -22.82691], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "right_arm3": { + "rotation": { + "0.0": { + "post": [2.18979, 0.96475, -35.7409], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [3.28919, 0.61509, 27.2726], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-0.00558, -1.74327, 18.30953], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-0.00558, -1.74327, 18.30953], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-6.11049, -4.43646, -29.48726], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-2.29749, 1.98892, 19.15134], + "lerp_mode": "catmullrom" + }, + "3.125": { + "post": [-6.11049, -4.43646, -29.48726], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [2.18979, 0.96475, -35.7409], + "lerp_mode": "catmullrom" + } + } + }, + "left_arm": { + "rotation": { + "0.0": { + "post": [13.9042, -5.68422, -18.1937], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [3.85286, -4.50066, 35.18636], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-72.25588, 5.80462, -12.85872], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-72.25588, 5.80462, -12.85872], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-118.66904, 20.05565, -8.04184], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-118.94347, 29.25575, -18.47458], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-79.96459, -27.88632, -22.03624], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [-118.66904, 20.05565, -8.04184], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-118.94347, 29.25575, -18.47458], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [13.9042, -5.68422, -18.1937], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_arm2": { + "rotation": { + "0.0": { + "post": [-12.90805, 12.0318, -10.1204], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-5.84199, 16.60573, 17.89236], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-11.91007, 23.40059, -4.71186], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-11.91007, 23.40059, -4.71186], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-2.68698, 25.97539, 17.14336], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-12.90805, 12.0318, -10.1204], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [-2.68698, 25.97539, 17.14336], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-12.90805, 12.0318, -10.1204], + "lerp_mode": "catmullrom" + } + } + }, + "left_arm2half": { + "rotation": { + "0.0": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-5.16118, 24.98039, -21.30436], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-5.16118, 24.98039, -21.30436], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [9.33203, 23.65508, 16.4684], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [9.33203, 23.65508, 16.4684], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + } + } + }, + "left_arm3": { + "rotation": { + "0.0": { + "post": [-1.18176, 0.60211, 26.9736], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [6.77379, 3.36482, -26.01666], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [6.33218, 12.92776, -21.57461], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [6.33218, 12.92776, -21.57461], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [5.14314, 5.28395, 45.55147], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [5.5195, 2.29132, -15.99569], + "lerp_mode": "catmullrom" + }, + "3.125": { + "post": [5.14314, 5.28395, 45.55147], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-1.18176, 0.60211, 26.9736], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-1, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bottomjaw": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_leg": { + "rotation": { + "0.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [7.5, 0, 10], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + } + } + }, + "right_leg2": { + "rotation": { + "0.0": { + "post": [0.0752, -2.52181, -3.24979], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [12.5752, -2.52181, -3.24979], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0.0752, -2.52181, -3.24979], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_leg3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [52.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_leg4": { + "rotation": { + "0.0": { + "post": [0.32652, 2.4786, -4.99294], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [42.82652, 2.4786, -4.99294], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [42.82652, 2.4786, -4.99294], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0.32652, 2.4786, -4.99294], + "lerp_mode": "catmullrom" + } + } + }, + "right_leg5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_leg": { + "rotation": { + "0.0": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [20, 0, -10], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "left_leg2": { + "rotation": { + "0.0": { + "post": [0.0752, 2.52181, 3.24979], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [20.0752, 2.52181, 3.24979], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0.0752, 2.52181, 3.24979], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_leg3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_leg4": { + "rotation": { + "0.0": { + "post": [0.32652, -2.4786, 4.99294], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [42.82652, -2.4786, 4.99294], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [42.82652, -2.4786, 4.99294], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0.32652, -2.4786, 4.99294], + "lerp_mode": "catmullrom" + } + } + }, + "left_leg5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-57.67982, 1.31364, -1.25095], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 1832.5], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-5, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rarm1memb": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-2, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-2, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-2, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-2, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [1.6, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [1.6, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [1.6, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1.6, 1, 1], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "rarm2memb": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-3, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-3, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-3, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-3, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [1.3, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [1.3, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [1.3, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1.3, 1, 1], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "larm1memb": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [3, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [3, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [3, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [3, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [1.8, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [1.8, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [1.8, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1.8, 1, 1], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "larm2memb": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [3, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [3, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [3, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [3, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [1.5, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [1.5, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [1.5, 1, 1], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1.5, 1, 1], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.reshiram.faint": { + "loop": true, + "animation_length": 4, + "bones": { + "mainthing": { + "rotation": { + "0.0": { + "post": [-11.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-11.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-11.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-11.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-11.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-11.76, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 9.24, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 4.24, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 13.24, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 4.24, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 13.24, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 9.24, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [11.9, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [11.9, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": [-18.1, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [15.74, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15.74, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": [-19.26, 0, 0] + } + }, + "bottomjaw": { + "rotation": { + "0.0": { + "post": [5.28, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [27.78, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [67.78, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": [0.28, 0, 0] + } + }, + "left_head2": { + "rotation": { + "0.0": ["-math.cos(query.anim_time*90)*4", 0, 0], + "4.0": ["-math.cos(query.anim_time*90)*4", 0, 0] + } + }, + "left_head3": { + "rotation": { + "0.0": ["math.cos((query.anim_time-0.1)*90)*7", 0, 0], + "4.0": ["math.cos((query.anim_time-0.1)*90)*7", 0, 0] + } + }, + "left_head4": { + "rotation": { + "0.0": ["-math.cos((query.anim_time-0.2)*180)*8", 0, 0], + "4.0": ["-math.cos((query.anim_time-0.2)*180)*8", 0, 0] + } + }, + "left_head5": { + "rotation": { + "0.0": ["math.cos((query.anim_time-0.3)*180)*9", 0, 0], + "4.0": ["math.cos((query.anim_time-0.3)*180)*9", 0, 0] + } + }, + "left_head6": { + "rotation": { + "0.0": ["-math.cos((query.anim_time-0.4)*90)*10", 0, 0], + "4.0": ["-math.cos((query.anim_time-0.4)*90)*10", 0, 0] + } + }, + "right_head2": { + "rotation": { + "0.0": ["math.cos(query.anim_time*90)*4", 0, 0], + "4.0": ["math.cos(query.anim_time*90)*4", 0, 0] + } + }, + "right_head3": { + "rotation": { + "0.0": ["-math.cos((query.anim_time-0.1)*90)*7", 0, 0], + "4.0": ["-math.cos((query.anim_time-0.1)*90)*7", 0, 0] + } + }, + "right_head4": { + "rotation": { + "0.0": ["math.cos((query.anim_time-0.2)*180)*8", 0, 0], + "4.0": ["math.cos((query.anim_time-0.2)*180)*8", 0, 0] + } + }, + "right_head5": { + "rotation": { + "0.0": ["-math.cos((query.anim_time-0.3)*180)*9", 0, 0], + "4.0": ["-math.cos((query.anim_time-0.3)*180)*9", 0, 0] + } + }, + "right_head6": { + "rotation": { + "0.0": ["math.cos((query.anim_time-0.4)*180)*10", 0, 0], + "4.0": ["math.cos((query.anim_time-0.4)*180)*10", 0, 0] + } + }, + "body2": { + "rotation": { + "0.0": { + "post": [14.26, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [14.26, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [14.26, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [14.26, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [14.26, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [14.26, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [14.26, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body3": { + "rotation": { + "0.0": { + "post": [-1.02, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-1.02, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-1.02, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-1.02, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-1.02, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-1.02, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-1.02, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_arm": { + "rotation": { + "0.0": { + "post": [-28.45285, -4.53086, -8.18893], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-27.11771, 13.34855, 24.26701], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-27.11771, -13.34855, -24.26701], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-28.45285, -4.53086, -8.18893], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-27.11771, 13.34855, 24.26701], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-27.11771, -13.34855, -24.26701], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-28.45285, -4.53086, -8.18893], + "lerp_mode": "catmullrom" + } + } + }, + "right_arm2": { + "rotation": { + "0.0": { + "post": [0, 0, -5.12], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 22.28], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -5.12], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, 22.28], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, -5.12], + "lerp_mode": "catmullrom" + } + } + }, + "right_arm2half": { + "rotation": { + "0.0": { + "post": [0, 0, -13.17], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 24.69], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -9.44], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -13.17], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 24.69], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, -9.44], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, -13.17], + "lerp_mode": "catmullrom" + } + } + }, + "right_arm3": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 17.22], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 9.51], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, 0, 17.22], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 9.51], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "left_arm": { + "rotation": { + "0.0": { + "post": [-30.764, 5.11023, 9.99992], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-29.30684, -14.82879, -22.89102], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-29.2819, 14.97921, 26.35655], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-30.764, 5.11023, 9.99992], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-29.30684, -14.82879, -22.89102], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [-29.2819, 14.97921, 26.35655], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-30.764, 5.11023, 9.99992], + "lerp_mode": "catmullrom" + } + } + }, + "left_arm2": { + "rotation": { + "0.0": { + "post": [0, 0, -0.63], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -24.8], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, -0.63], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [0, 0, -24.8], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, -0.63], + "lerp_mode": "catmullrom" + } + } + }, + "left_arm2half": { + "rotation": { + "0.0": { + "post": [0, 0, 10.29], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 9.68], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 10.29], + "lerp_mode": "catmullrom" + }, + "2.9583": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 9.68], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 10.29], + "lerp_mode": "catmullrom" + } + } + }, + "left_arm3": { + "rotation": { + "0.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -12.13], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, -12.13], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "right_leg": { + "rotation": { + "0.0": { + "post": [4.47761, -5.24826, 11.36081], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [11.97761, -5.24826, 11.36081], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [4.47761, -5.24826, 11.36081], + "lerp_mode": "catmullrom" + } + } + }, + "right_leg2": { + "rotation": { + "0.0": { + "post": [-1.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-1.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-1.76, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_leg3": { + "rotation": { + "0.0": { + "post": [41.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [41.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [41.76, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "right_leg4": { + "rotation": { + "0.0": { + "post": [13.98, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [13.98, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [13.98, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_leg": { + "rotation": { + "0.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [7.5, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "left_leg2": { + "rotation": { + "0.0": { + "post": [-1.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-1.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [-1.76, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_leg3": { + "rotation": { + "0.0": { + "post": [41.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [41.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [41.76, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "left_leg4": { + "rotation": { + "0.0": { + "post": [13.98, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [13.98, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [13.98, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": { + "post": [-23.24, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-23.24, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": [4.4, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": ["-math.cos((query.anim_time-0.1)*90)*0.5", 0, 0], + "4.0": ["-math.cos((query.anim_time-0.1)*90)*0.5", 0, 0] + } + }, + "tail2": { + "rotation": { + "0.0": ["7.5+math.cos((query.anim_time-0.1)*90)*2", "math.cos((query.anim_time-0.1)*90)*2", "math.cos((query.anim_time-0.1)*90)*3"], + "4.0": ["7.5+math.cos((query.anim_time-0.1)*90)*2", "math.cos((query.anim_time-0.1)*90)*2", "math.cos((query.anim_time-0.1)*90)*3"] + } + }, + "tail3": { + "rotation": { + "0.0": ["25-math.cos((query.anim_time-0.2)*180)*4", "0+math.cos((query.anim_time-0.2)*180)*2", "0-math.cos((query.anim_time-0.2)*180)*4"], + "4.0": ["25-math.cos((query.anim_time-0.2)*180)*4", "0+math.cos((query.anim_time-0.2)*180)*2", "0-math.cos((query.anim_time-0.2)*180)*4"] + }, + "position": { + "0.0": [0, -1, -2], + "4.0": [0, -1, -2] + } + }, + "tail4": { + "rotation": { + "0.0": ["-35+math.cos((query.anim_time-0.3)*90)*4", "math.cos((query.anim_time-0.3)*180)*5", "math.cos((query.anim_time-0.3)*90)*3"], + "4.0": ["-35+math.cos((query.anim_time-0.3)*90)*4", "math.cos((query.anim_time-0.3)*180)*5", "math.cos((query.anim_time-0.3)*90)*3"] + }, + "position": { + "0.0": [0, 1, -1], + "4.0": [0, 1, -1] + } + }, + "left_eyes": { + "position": { + "0.0": [0, 0, 0], + "1.0": [-1, 0, 0] + } + }, + "right_eyes": { + "position": { + "0.0": [0, 0, 0], + "1.0": [1, 0, 0] + } + }, + "smolone": { + "rotation": { + "0.0": [0, 0, 0], + "2.0": [30, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/reuniclus/reuniclus.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/reuniclus/reuniclus.animation.json new file mode 100644 index 0000000..cdbe555 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/reuniclus/reuniclus.animation.json @@ -0,0 +1,202 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.reuniclus.ground_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "rotation": ["-15+math.sin(query.anim_time*90*2+90)*1", 0, "0+math.sin(query.anim_time*90*2/2-90)*1"], + "position": ["0+math.sin(query.anim_time*90*2/2-0)*1", "6+math.sin(query.anim_time*90*2-0)*0.5", 0] + }, + "tail": { + "rotation": ["-45-math.sin(query.anim_time*90*2-120)*2", 0, 0] + }, + "torso": { + "rotation": ["-17.5+math.sin(query.anim_time*90*2-45)*2", 0, "0+math.sin(query.anim_time*90*2/2-45)*2"], + "position": [0, "0+math.sin(query.anim_time*90*2-60)*0.25", 0] + }, + "torso2": { + "rotation": [5, 0, 0] + }, + "head": { + "rotation": ["22.5-math.sin(query.anim_time*90*2-90)*2", 0, "0+math.sin(query.anim_time*90*2/2-90)*2"] + }, + "arm_left": { + "rotation": [0, 0, "15-math.sin(query.anim_time*90*2-30)*1"] + }, + "arm_left2": { + "rotation": [0.78795, 17.48281, "-17.3788-math.sin(query.anim_time*90*2-60)*2"] + }, + "arm_left3": { + "rotation": [0, 15, -0.00003], + "position": [-1.25, 0, 0] + }, + "arm_left4": { + "rotation": [-4.90709, "14.4672-math.sin(query.anim_time*90*2/2-90)*3", "-5.3039-math.sin(query.anim_time*90*2-90)*3"], + "position": [1.75, 0, 0] + }, + "thumb_left": { + "rotation": ["20-math.sin(query.anim_time*90*2-120)*3", 5, -15] + }, + "finger_left": { + "rotation": [0, "30+math.sin(query.anim_time*90*2-120)*3", -15] + }, + "pointer_left": { + "rotation": [0, "30+math.sin(query.anim_time*90*2-120)*3", 20] + }, + "leg_right": { + "rotation": ["35.5456-math.sin(query.anim_time*90*2-90)*3", 6.90651, 14.27634] + }, + "foot_right": { + "rotation": ["17.5-math.sin(query.anim_time*90*2-135)*4", 0, 0] + }, + "leg_left": { + "rotation": ["35.5456-math.sin(query.anim_time*90*2-90)*3", -6.90651, -14.27634] + }, + "foot_left": { + "rotation": ["17.5-math.sin(query.anim_time*90*2-135)*4", 0, 0] + }, + "arm_right2": { + "rotation": [0.78795, -17.48281, "17.3788+math.sin(query.anim_time*90*2-60)*2"] + }, + "arm_right3": { + "rotation": [0, -15, 0.00003], + "position": [1.25, 0, 0] + }, + "arm_right4": { + "rotation": [-4.90709, "-14.4672-math.sin(query.anim_time*90*2/2-90)*3", "5.3039+math.sin(query.anim_time*90*2-90)*3"] + }, + "thumb_right": { + "rotation": ["20-math.sin(query.anim_time*90*2-120)*3", -5, 15] + }, + "finger_right": { + "rotation": [0, "-30+math.sin(query.anim_time*90*2-120)*3", 15] + }, + "pointer_right": { + "rotation": [0, "-30+math.sin(query.anim_time*90*2-120)*3", -20] + }, + "ear_left": { + "rotation": ["0+math.sin(query.anim_time*90*2+70)*2", 0, "0+math.sin(query.anim_time*90*2/2-180)*2"] + }, + "ear_right": { + "rotation": ["0+math.sin(query.anim_time*90*2+70)*2", 0, "0-math.sin(query.anim_time*90*2/2-180)*2"] + }, + "arm_right": { + "rotation": [0, 0, "-15+math.sin(query.anim_time*90*2-30)*1"] + }, + "ear_right2": { + "position": [0, "0+math.sin(query.anim_time*90*2-80)*0.25", 0] + }, + "ear_left2": { + "position": [0, "0+math.sin(query.anim_time*90*2-80)*0.25", 0] + } + } + }, + "animation.reuniclus.ground_walk": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "rotation": ["2.5+math.sin(query.anim_time*90*2+90)*1", 0, "math.sin(query.anim_time*90*2/2-90)*1"], + "position": [0, "6+math.sin(query.anim_time*90*2-0)*0.5", "0+math.sin(query.anim_time*90*2+45)*1"] + }, + "tail": { + "rotation": ["-40-math.sin(query.anim_time*90*2-140)*4", 0, 0] + }, + "torso": { + "rotation": ["12.5+math.sin(query.anim_time*90*2-45)*2", 0, "0+math.sin(query.anim_time*90*2/2-45)*2"], + "position": [0, "0+math.sin(query.anim_time*90*2-60)*0.4", "2+math.sin(query.anim_time*90*2+45)*0.1"] + }, + "torso2": { + "rotation": [-7.5, 0, 0] + }, + "head": { + "rotation": ["-5-math.sin(query.anim_time*90*2-90)*2", 0, "0+math.sin(query.anim_time*90*2/2-90)*2"] + }, + "arm_left": { + "rotation": [0.91818, "-7.4398-math.sin(query.anim_time*90*2-30)*1", "7.4443-math.sin(query.anim_time*90*2-30)*1"] + }, + "arm_left2": { + "rotation": [0.78795, "17.4828-math.sin(query.anim_time*90*2-60)*2", "-17.3788-math.sin(query.anim_time*90*2-60)*2"] + }, + "arm_left3": { + "rotation": [0, 12.5, -0.00003], + "position": [-1.25, 0, 0] + }, + "arm_left4": { + "rotation": [-4.90709, "14.4672-math.sin(query.anim_time*90*2-90)*3", "-5.3039-math.sin(query.anim_time*90*2-90)*3"], + "position": [1.75, 0, 0] + }, + "thumb_left": { + "rotation": ["20-math.sin(query.anim_time*90*2-120)*6", 5, -15] + }, + "finger_left": { + "rotation": [0, "30-math.sin(query.anim_time*90*2-120)*6", -15] + }, + "pointer_left": { + "rotation": [0, "30-math.sin(query.anim_time*90*2-120)*6", 20] + }, + "leg_right": { + "rotation": ["20.5456-math.sin(query.anim_time*90*2-90)*3", 6.90651, 14.27634] + }, + "foot_right": { + "rotation": ["22.5-math.sin(query.anim_time*90*2-135)*4", 0, 0] + }, + "leg_left": { + "rotation": ["20.5456-math.sin(query.anim_time*90*2-90)*3", -6.90651, -14.27634] + }, + "foot_left": { + "rotation": ["22.5-math.sin(query.anim_time*90*2-135)*4", 0, 0] + }, + "arm_right2": { + "rotation": [0.78795, "-17.4828+math.sin(query.anim_time*90*2-60)*2", "17.3788+math.sin(query.anim_time*90*2-60)*2"] + }, + "arm_right3": { + "rotation": [0, -12.5, 0.00003], + "position": [1.25, 0, 0] + }, + "arm_right4": { + "rotation": [-4.90709, "-14.4672+math.sin(query.anim_time*90*2-90)*3", "5.3039+math.sin(query.anim_time*90*2-90)*3"] + }, + "thumb_right": { + "rotation": ["20-math.sin(query.anim_time*90*2-120)*6", -5, 15] + }, + "finger_right": { + "rotation": [0, "-30+math.sin(query.anim_time*90*2-120)*6", 15] + }, + "pointer_right": { + "rotation": [0, "-30+math.sin(query.anim_time*90*2-120)*6", -20] + }, + "ear_left": { + "rotation": ["-10+math.sin(query.anim_time*90*2+70)*3", 0, "0+math.sin(query.anim_time*90*2/2-180)*2"], + "position": [0, -0.7, 0] + }, + "ear_right": { + "rotation": ["-10+math.sin(query.anim_time*90*2+70)*3", 0, "0-math.sin(query.anim_time*90*2/2-180)*2"], + "position": [0, -0.7, 0] + }, + "arm_right": { + "rotation": [0.91818, "7.4398+math.sin(query.anim_time*90*2-30)*1", "-7.4443+math.sin(query.anim_time*90*2-30)*1"] + }, + "ear_right2": { + "position": [0, "0+math.sin(query.anim_time*90*2-80)*0.25", 0] + }, + "ear_left2": { + "position": [0, "0+math.sin(query.anim_time*90*2-80)*0.25", 0] + } + } + }, + "animation.reuniclus.blink": { + "animation_length": 0.16667, + "bones": { + "eyelids": { + "position": { + "0.0": [0, 0, -1], + "0.1667": {"pre": [0, 0, -1], "post": [0, 0, 0]} + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/roaringmoon/roaringmoon.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/roaringmoon/roaringmoon.animation.json new file mode 100644 index 0000000..2e9b843 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/roaringmoon/roaringmoon.animation.json @@ -0,0 +1,13738 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.roaringmoon.pose": { + "loop": true, + "bones": { + "body": { + "rotation": [-13.5, 0, 0], + "position": [0, 8, 0] + }, + "torso": { + "rotation": [-5, 0, 0], + "position": [0, -1, 0] + }, + "neck": { + "rotation": [15, 0, 0], + "position": [0, 0.43288, 1.95259] + }, + "head": { + "rotation": [7.5, 0, 0] + }, + "mouth": { + "rotation": [5, 0, 0] + }, + "wings": { + "position": [0, 0, 10] + }, + "tail": { + "rotation": [-7.5, 0, 0], + "position": [0, -0.21644, -0.9763] + }, + "tail2": { + "rotation": [20, 0, 0], + "position": [0, -0.46175, -0.88701] + }, + "tail3": { + "rotation": [2.5, 0, 0] + }, + "tail4": { + "rotation": [5, 0, 0] + }, + "tail5": { + "rotation": [-2.5, 0, 0] + }, + "leg_back_right": { + "rotation": [-9.19255, -65.20843, -6.1529], + "position": [0, -0.73041, 0.17087] + }, + "leg_back_left": { + "rotation": [-9.19255, 65.20843, 6.1529], + "position": [0, -0.73131, 0.1666] + }, + "leg_front_left2": { + "rotation": [30.9817, -55.95683, -36.93986], + "position": [2.26192, 4.07504, -0.24591] + }, + "leg_front_right": { + "rotation": [-63.48578, 6.80107, 108.09809], + "position": [-3, 2.51004, 0.09968] + }, + "leg_back_right2": { + "rotation": [99.31787, 34.09297, -126.85364], + "position": [-0.9705, 0.55057, -2.19831] + }, + "leg_front_left": { + "rotation": [-63.48576, -6.80107, -108.09808], + "position": [3, 2.51004, 0.09968] + }, + "leg_back_left2": { + "rotation": [102.25879, -34.68362, 131.05361], + "position": [0.91422, 0.19762, -2.54797] + }, + "leg_front_right2": { + "rotation": [30.9817, 55.95683, 36.93986], + "position": [-2.26196, 4.07504, -0.24591] + } + } + }, + "animation.roaringmoon.ground_idle": { + "loop": true, + "bones": { + "body": { + "rotation": [-13.5, 0, 0], + "position": [0, 8, 0] + }, + "torso": { + "rotation": ["math.sin(q.anim_time*90*2-150)*1", 0, 0], + "position": [0, -0.02763, -0.23345] + }, + "neck": { + "rotation": ["15+math.sin(q.anim_time*90*2-60)*2", 0, 0], + "position": [0, 0.43288, 1.95259] + }, + "head": { + "rotation": ["7.5+math.sin(q.anim_time*90*2+60)*2", 0, 0] + }, + "mouth": { + "rotation": ["5+math.sin(q.anim_time*90*2-60)*2", 0, 0] + }, + "wings": { + "position": [0, 0, 10] + }, + "tail": { + "rotation": ["-12.5-math.sin(q.anim_time*90*2-150)*1", "0+math.sin(q.anim_time*90*2+90)*1", 0], + "position": [0, -0.21644, -0.9763] + }, + "tail2": { + "rotation": [20, "0+math.sin(q.anim_time*90*2)*2", 0], + "position": [0, -0.46175, -0.88701] + }, + "tail3": { + "rotation": [2.5, "0+math.sin(q.anim_time*90*2-60)*3", 0] + }, + "tail4": { + "rotation": [5, "0+math.sin(q.anim_time*90*2-90)*3", 0] + }, + "tail5": { + "rotation": [-2.5, "0+math.sin(q.anim_time*90*2-120)*3", 0] + }, + "leg_back_right": { + "rotation": ["-9.1926+math.sin(q.anim_time*90*2-180)*0.5", -65.20843, -6.1529], + "position": [0, -0.73041, 0.17087] + }, + "leg_back_left": { + "rotation": ["-9.1926+math.sin(q.anim_time*90*2-180)*0.5", 65.20843, 6.1529], + "position": [0, -0.73131, 0.1666] + }, + "leg_front_left2": { + "rotation": [30.9817, -55.95683, -36.93986], + "position": [2.26192, 4.07504, -0.24591] + }, + "leg_front_right": { + "rotation": ["-63.4858+math.sin(q.anim_time*90*2-120)*0.5", 6.80107, 108.0981], + "position": [-3, 2.51004, 0.09968] + }, + "leg_back_right2": { + "rotation": [99.3179, 34.093, -126.8536], + "position": [-0.9705, 0.5506, -2.1983] + }, + "leg_front_left": { + "rotation": ["-63.4858+math.sin(q.anim_time*90*2-120)*0.5", -6.80107, -108.09808], + "position": [3, 2.51004, 0.09968] + }, + "leg_back_left2": { + "rotation": [102.25879, -34.68362, 131.05361], + "position": [0.91422, 0.19762, -2.54797] + }, + "leg_front_right2": { + "rotation": [30.9817, 55.95683, 36.93986], + "position": [-2.26196, 4.07504, -0.24591] + }, + "feather_right1": { + "rotation": ["0+math.sin(q.anim_time*90*2+90)*4", 0, 0] + }, + "feather_right2": { + "rotation": ["0+math.sin(q.anim_time*90*2+90)*4", 0, 0] + }, + "feather_right3": { + "rotation": ["0+math.sin(q.anim_time*90*2+90)*4", 0, 0] + }, + "feather_right4": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_right5": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_right6": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_right7": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_right8": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_right9": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_right10": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_right11": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_right12": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*2+90)*4"] + }, + "spike": { + "rotation": ["0+math.sin(q.anim_time*90*2+60)*4", 0, 0] + }, + "spike2": { + "rotation": ["0+math.sin(q.anim_time*90*2+90)*4", 0, 0] + }, + "spike3": { + "rotation": ["0+math.sin(q.anim_time*90*2+90)*4", 0, 0] + }, + "feather_left1": { + "rotation": ["0+math.sin(q.anim_time*90*2+90)*4", 0, 0] + }, + "feather_left2": { + "rotation": ["0+math.sin(q.anim_time*90*2+90)*4", 0, 0] + }, + "feather_left3": { + "rotation": ["0+math.sin(q.anim_time*90*2+90)*4", 0, 0] + }, + "feather_left4": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_left5": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_left6": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_left7": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_left8": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_left9": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_left10": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_left11": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_left12": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2+90)*4"] + }, + "spike4": { + "rotation": ["0+math.sin(q.anim_time*90*2+60)*4", 0, 0] + }, + "spike5": { + "rotation": ["0+math.sin(q.anim_time*90*2+90)*4", 0, 0] + }, + "spike6": { + "rotation": ["0+math.sin(q.anim_time*90*2+90)*4", 0, 0] + }, + "leg_back_right_feather1": { + "rotation": ["0+math.sin(q.anim_time*90*2-30)*1", 0, 0] + }, + "leg_back_right_feather2": { + "rotation": ["0+math.sin(q.anim_time*90*2-30)*1", 0, 0] + }, + "leg_back_right_feather3": { + "rotation": ["0+math.sin(q.anim_time*90*2-30)*1", 0, 0] + }, + "leg_back_left_feather1": { + "rotation": ["0+math.sin(q.anim_time*90*2-30)*1", 0, 0] + }, + "leg_back_left_feather2": { + "rotation": ["0+math.sin(q.anim_time*90*2-30)*1", 0, 0] + }, + "leg_back_left_feather3": { + "rotation": ["0+math.sin(q.anim_time*90*2-30)*1", 0, 0] + } + } + }, + "animation.roaringmoon.ground_walk": { + "loop": true, + "bones": { + "body": { + "rotation": [-13.5, 0, 0], + "position": [0, 8, 0] + }, + "torso": { + "rotation": ["0+math.sin(q.anim_time*90*4-150)*0.5", "0-math.sin(q.anim_time*90*2-30)*1", "0-math.sin(q.anim_time*90*2-150)*1.5"], + "position": [0, "-0.0276+math.sin(q.anim_time*90*4-150)*0.5", -0.23345] + }, + "neck": { + "rotation": ["15+math.sin(q.anim_time*90*4-60)*1", 0, 0], + "position": [0, 0.43288, 1.95259] + }, + "head": { + "rotation": ["7.5+math.sin(q.anim_time*90*2+60)*2", 0, 0] + }, + "mouth": { + "rotation": ["5+math.sin(q.anim_time*90*2-60)*2", 0, 0] + }, + "wings": { + "position": [0, 0, 10] + }, + "tail": { + "rotation": ["-12.5-math.sin(q.anim_time*90*2-150)*1", "0+math.sin(q.anim_time*90*2+90)*1", 0], + "position": [0, -0.21644, -0.9763] + }, + "tail2": { + "rotation": [20, "0+math.sin(q.anim_time*90*2)*2", 0], + "position": [0, -0.46175, -0.88701] + }, + "tail3": { + "rotation": [2.5, "0+math.sin(q.anim_time*90*2-60)*3", 0] + }, + "tail4": { + "rotation": [5, "0+math.sin(q.anim_time*90*2-90)*3", 0] + }, + "tail5": { + "rotation": [-2.5, "0+math.sin(q.anim_time*90*2-120)*3", 0] + }, + "leg_back_right": { + "rotation": [-9.1926, "-65.2084-math.sin(q.anim_time*90*2+90)*10", -6.1529], + "position": [0, "-0.7304+math.clamp(math.sin(q.anim_time*90*2+50+90)*0.5,0,0.5)", "0.1709+math.sin(q.anim_time*90*2+50+90)*0.5"] + }, + "leg_back_left": { + "rotation": [-9.1926, "65.2084-math.sin(q.anim_time*90*2+90)*5", 6.1529], + "position": [0, "-0.7313-math.clamp(math.sin(q.anim_time*90*2+50+90)*0.5,-0.5,0)", "0.1666-math.sin(q.anim_time*90*2+50+90)*0.5"] + }, + "leg_front_left2": { + "rotation": ["30.9817-math.sin(q.anim_time*90*2-90)*7.5", -55.9568, -36.93986], + "position": ["2.2619+math.clamp(math.sin(q.anim_time*90*2+60+90)*0.75,-0.75,0)", 4.07504, -0.24591] + }, + "leg_front_right": { + "rotation": [-63.4858, "6.8011-math.sin(q.anim_time*90*2)*5", 108.0981], + "position": [-3, "2.51-math.clamp(math.sin(q.anim_time*90*2+50)*0.5,-0.5,0)", "0.0997-math.sin(q.anim_time*90*2+50)*0.5"] + }, + "leg_back_right2": { + "rotation": ["99.3179-math.sin(q.anim_time*90*2-90)*5", 34.093, -126.8536], + "position": ["-0.9705+math.clamp(math.sin(q.anim_time*90*2+60)*1,-0.75,0.25)", 0.5506, -2.1983] + }, + "leg_front_left": { + "rotation": [-63.4858, "-6.8011-math.sin(q.anim_time*90*2)*5", -108.09808], + "position": [3, "2.51+math.clamp(math.sin(q.anim_time*90*2+50)*0.5,-0.5,0)", "0.0997+math.sin(q.anim_time*90*2+50)*0.5"] + }, + "leg_back_left2": { + "rotation": ["102.2588+math.sin(q.anim_time*90*2-90)*5", -34.68362, 131.05361], + "position": ["0.9142-math.clamp(math.sin(q.anim_time*90*2+60)*1,-0.75,0.25)", 0.19762, -2.54797] + }, + "leg_front_right2": { + "rotation": ["30.9817+math.sin(q.anim_time*90*2-90)*7.5", 55.9568, 36.93986], + "position": ["-2.262+math.clamp(math.sin(q.anim_time*90*2+60+90)*0.75,0,0.75)", 4.07504, -0.24591] + }, + "feather_right1": { + "rotation": ["0+math.sin(q.anim_time*90*4+90)*4", 0, 0] + }, + "feather_right2": { + "rotation": ["0+math.sin(q.anim_time*90*4+90)*4", 0, 0] + }, + "feather_right3": { + "rotation": ["0+math.sin(q.anim_time*90*4+90)*4", 0, 0] + }, + "feather_right4": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*4+90)*4"] + }, + "feather_right5": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*4+90)*4"] + }, + "feather_right6": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*4+90)*4"] + }, + "feather_right7": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*4+90)*4"] + }, + "feather_right8": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*4+90)*4"] + }, + "feather_right9": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*4+90)*4"] + }, + "feather_right10": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*4+90)*4"] + }, + "feather_right11": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*4+90)*4"] + }, + "feather_right12": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*4+90)*4"] + }, + "spike": { + "rotation": ["0+math.sin(q.anim_time*90*4+60)*4", 0, 0] + }, + "spike2": { + "rotation": ["0+math.sin(q.anim_time*90*4+90)*4", 0, 0] + }, + "spike3": { + "rotation": ["0+math.sin(q.anim_time*90*4+90)*4", 0, 0] + }, + "feather_left1": { + "rotation": ["0+math.sin(q.anim_time*90*4+90)*4", 0, 0] + }, + "feather_left2": { + "rotation": ["0+math.sin(q.anim_time*90*4+90)*4", 0, 0] + }, + "feather_left3": { + "rotation": ["0+math.sin(q.anim_time*90*4+90)*4", 0, 0] + }, + "feather_left4": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*4+90)*4"] + }, + "feather_left5": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*4+90)*4"] + }, + "feather_left6": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*4+90)*4"] + }, + "feather_left7": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*4+90)*4"] + }, + "feather_left8": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*4+90)*4"] + }, + "feather_left9": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*4+90)*4"] + }, + "feather_left10": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*4+90)*4"] + }, + "feather_left11": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*4+90)*4"] + }, + "feather_left12": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*4+90)*4"] + }, + "spike4": { + "rotation": ["0+math.sin(q.anim_time*90*4+60)*4", 0, 0] + }, + "spike5": { + "rotation": ["0+math.sin(q.anim_time*90*4+90)*4", 0, 0] + }, + "spike6": { + "rotation": ["0+math.sin(q.anim_time*90*4+90)*4", 0, 0] + }, + "leg_back_right_feather1": { + "rotation": ["0+math.sin(q.anim_time*90*4+30)*1.5", 0, 0] + }, + "leg_back_right_feather2": { + "rotation": ["0+math.sin(q.anim_time*90*4+30)*1.5", 0, 0] + }, + "leg_back_right_feather3": { + "rotation": ["0+math.sin(q.anim_time*90*4+30)*1.5", 0, 0] + }, + "leg_back_left_feather1": { + "rotation": ["0-math.sin(q.anim_time*90*4+30)*1.5", 0, 0] + }, + "leg_back_left_feather2": { + "rotation": ["0-math.sin(q.anim_time*90*4+30)*1.5", 0, 0] + }, + "leg_back_left_feather3": { + "rotation": ["0-math.sin(q.anim_time*90*4+30)*1.5", 0, 0] + } + } + }, + "animation.roaringmoon.air_idle": { + "loop": true, + "bones": { + "body": { + "rotation": ["-13.5-30", 0, 0], + "position": [0, "57-math.sin(q.anim_time*90*2-90)*1", 0] + }, + "torso": { + "rotation": ["0+math.sin(q.anim_time*90*2-150)*1", 0, 0], + "position": [0, -0.02763, -0.23345] + }, + "neck": { + "rotation": ["20+math.sin(q.anim_time*90*2+90)*2", 0, 0], + "position": [0, 0.43288, 1.95259] + }, + "head": { + "rotation": ["22.5+math.sin(q.anim_time*90*2+90)*2", 0, 0] + }, + "mouth": { + "rotation": ["5-math.sin(q.anim_time*90*2-150)*2", 0, 0] + }, + "wings": { + "position": [0, 0, 10] + }, + "tail": { + "rotation": ["-12.5-math.sin(q.anim_time*90*2-150)*1.5", "0+math.sin(q.anim_time*90*2+90)*1.5", 0], + "position": [0, -0.21644, -0.9763] + }, + "tail2": { + "rotation": [-20, "0+math.sin(q.anim_time*90*2)*2.5", 0], + "position": [0, -0.46175, -0.88701] + }, + "tail3": { + "rotation": [-10, "math.sin(q.anim_time*90*2-60)*3.5", 0] + }, + "tail4": { + "rotation": [5, "0+math.sin(q.anim_time*90*2-90)*3.5", 0] + }, + "tail5": { + "rotation": [-2.5, "0+math.sin(q.anim_time*90*2-120)*3.5", 0] + }, + "leg_back_right": { + "rotation": ["-9.1926+math.sin(q.anim_time*90*2-180)*0.5", -65.20843, "-6.1529+math.sin(q.anim_time*90*2-150)*2"], + "position": [0, -0.73041, 0.17087] + }, + "leg_back_left": { + "rotation": ["-9.1926+math.sin(q.anim_time*90*2-180)*0.5", 65.20843, "6.1529-math.sin(q.anim_time*90*2-150)*2"], + "position": [0, -0.73131, 0.1666] + }, + "leg_front_left2": { + "rotation": [73.4817, -55.95683, -36.93986], + "position": [3.50791, 1.63479, 0.456] + }, + "leg_front_right": { + "rotation": ["-63.4858+math.sin(q.anim_time*90*2-150)*2", 6.80107, 108.0981], + "position": [-3, 2.51004, 0.09968] + }, + "leg_back_right2": { + "rotation": [144.40249, 6.40848, -173.34814], + "position": [-1.06782, 0.27536, -0.49103] + }, + "leg_front_left": { + "rotation": ["-63.4858+math.sin(q.anim_time*90*2-150)*2", -6.80107, -108.09808], + "position": [3, 2.51004, 0.09968] + }, + "leg_back_left2": { + "rotation": [149.76607, -8.03894, 180.44266], + "position": [1.01153, -0.07762, -0.8407] + }, + "leg_front_right2": { + "rotation": [73.4817, 55.95683, 36.93986], + "position": [-3.5079, 1.6348, -0.456] + }, + "feather_right1": { + "rotation": ["0+math.sin(q.anim_time*90*2+90)*4", 0, 0] + }, + "feather_right2": { + "rotation": ["0+math.sin(q.anim_time*90*2+90)*4", 0, 0] + }, + "feather_right3": { + "rotation": ["0+math.sin(q.anim_time*90*2+90)*4", 0, 0] + }, + "feather_right4": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_right5": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_right6": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_right7": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_right8": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_right9": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_right10": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_right11": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_right12": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*2+90)*4"] + }, + "spike": { + "rotation": ["0+math.sin(q.anim_time*90*2+60)*4", 0, 0] + }, + "spike2": { + "rotation": ["0+math.sin(q.anim_time*90*2+90)*4", 0, 0] + }, + "spike3": { + "rotation": ["0+math.sin(q.anim_time*90*2+90)*4", 0, 0] + }, + "feather_left1": { + "rotation": ["0+math.sin(q.anim_time*90*2+90)*4", 0, 0] + }, + "feather_left2": { + "rotation": ["0+math.sin(q.anim_time*90*2+90)*4", 0, 0] + }, + "feather_left3": { + "rotation": ["0+math.sin(q.anim_time*90*2+90)*4", 0, 0] + }, + "feather_left4": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_left5": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_left6": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_left7": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_left8": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_left9": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_left10": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_left11": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_left12": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2+90)*4"] + }, + "spike4": { + "rotation": ["0+math.sin(q.anim_time*90*2+60)*4", 0, 0] + }, + "spike5": { + "rotation": ["0+math.sin(q.anim_time*90*2+90)*4", 0, 0] + }, + "spike6": { + "rotation": ["0+math.sin(q.anim_time*90*2+90)*4", 0, 0] + }, + "leg_back_right_feather1": { + "rotation": ["0+math.sin(q.anim_time*90*2-30)*1", 0, 0] + }, + "leg_back_right_feather2": { + "rotation": ["0+math.sin(q.anim_time*90*2-30)*1", 0, 0] + }, + "leg_back_right_feather3": { + "rotation": ["0+math.sin(q.anim_time*90*2-30)*1", 0, 0] + }, + "leg_back_left_feather1": { + "rotation": ["0+math.sin(q.anim_time*90*2-30)*1", 0, 0] + }, + "leg_back_left_feather2": { + "rotation": ["0+math.sin(q.anim_time*90*2-30)*1", 0, 0] + }, + "leg_back_left_feather3": { + "rotation": ["0+math.sin(q.anim_time*90*2-30)*1", 0, 0] + }, + "wing_right": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*2+180)*1.5,-2,2)"], + "position": [0, 0.3, 0] + }, + "wing_left": { + "rotation": [0, 0, "0-math.clamp(math.sin(q.anim_time*90*2+180)*1.5,-2,2)"], + "position": [0, 0.3, 0] + }, + "claw_front_right1": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_front_right2": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_front_right3": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_front_left1": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_front_left2": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_front_left3": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_right1": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_right2": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_right3": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_left1": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_left2": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_left3": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + } + } + }, + "animation.roaringmoon.air_fly": { + "loop": true, + "bones": { + "body": { + "rotation": [-33.5, 0, 0], + "position": [0, "57-math.sin(q.anim_time*90*4-90)*1", 0] + }, + "torso": { + "rotation": ["0+math.sin(q.anim_time*90*4-150)*1", 0, 0], + "position": [0, -0.02763, -0.23345] + }, + "neck": { + "rotation": ["20+math.sin(q.anim_time*90*4+90)*2", 0, 0], + "position": [0, 0.43288, 1.95259] + }, + "head": { + "rotation": ["22.5+math.sin(q.anim_time*90*4+90)*2", 0, 0] + }, + "mouth": { + "rotation": ["5-math.sin(q.anim_time*90*4-150)*2", 0, 0] + }, + "wings": { + "position": [0, 0, 10] + }, + "tail": { + "rotation": ["-12.5-math.sin(q.anim_time*90*4-150)*1.5", "0+math.sin(q.anim_time*90*4+90)*1.5", 0], + "position": [0, -0.21644, -0.9763] + }, + "tail2": { + "rotation": [-20, "0+math.sin(q.anim_time*90*4)*2.5", 0], + "position": [0, -0.46175, -0.88701] + }, + "tail3": { + "rotation": [-10, "math.sin(q.anim_time*90*4-60)*3.5", 0] + }, + "tail4": { + "rotation": [5, "0+math.sin(q.anim_time*90*4-90)*3.5", 0] + }, + "tail5": { + "rotation": [-2.5, "0+math.sin(q.anim_time*90*4-120)*3.5", 0] + }, + "leg_back_right": { + "rotation": ["-9.1926+math.sin(q.anim_time*90*4-180)*0.5", -65.20843, "-6.1529+math.sin(q.anim_time*90*4-150)*2"], + "position": [0, -0.73041, 0.17087] + }, + "leg_back_left": { + "rotation": ["-9.1926+math.sin(q.anim_time*90*4-180)*0.5", 65.20843, "6.1529-math.sin(q.anim_time*90*4-150)*2"], + "position": [0, -0.73131, 0.1666] + }, + "leg_front_left2": { + "rotation": [73.4817, -55.95683, -36.93986], + "position": [3.50791, 1.63479, 0.456] + }, + "leg_front_right": { + "rotation": ["-63.4858+math.sin(q.anim_time*90*4-150)*2", 6.80107, 108.0981], + "position": [-3, 2.51004, 0.09968] + }, + "leg_back_right2": { + "rotation": [144.40249, 6.40848, -173.34814], + "position": [-1.06782, 0.27536, -0.49103] + }, + "leg_front_left": { + "rotation": ["-63.4858+math.sin(q.anim_time*90*4-150)*2", -6.80107, -108.09808], + "position": [3, 2.51004, 0.09968] + }, + "leg_back_left2": { + "rotation": [149.76607, -8.03894, 180.44266], + "position": [1.01153, -0.07762, -0.8407] + }, + "leg_front_right2": { + "rotation": [73.4817, 55.95683, 36.93986], + "position": [-3.5079, 1.6348, -0.456] + }, + "feather_right1": { + "rotation": ["0+math.sin(q.anim_time*90*4+90)*4", 0, 0] + }, + "feather_right2": { + "rotation": ["0+math.sin(q.anim_time*90*4+90)*4", 0, 0] + }, + "feather_right3": { + "rotation": ["0+math.sin(q.anim_time*90*4+90)*4", 0, 0] + }, + "feather_right4": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*4+90)*4"] + }, + "feather_right5": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*4+90)*4"] + }, + "feather_right6": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*4+90)*4"] + }, + "feather_right7": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*4+90)*4"] + }, + "feather_right8": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*4+90)*4"] + }, + "feather_right9": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*4+90)*4"] + }, + "feather_right10": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*4+90)*4"] + }, + "feather_right11": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*4+90)*4"] + }, + "feather_right12": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*4+90)*4"] + }, + "spike": { + "rotation": ["0+math.sin(q.anim_time*90*4+60)*4", 0, 0] + }, + "spike2": { + "rotation": ["0+math.sin(q.anim_time*90*4+90)*4", 0, 0] + }, + "spike3": { + "rotation": ["0+math.sin(q.anim_time*90*4+90)*4", 0, 0] + }, + "feather_left1": { + "rotation": ["0+math.sin(q.anim_time*90*4+90)*4", 0, 0] + }, + "feather_left2": { + "rotation": ["0+math.sin(q.anim_time*90*4+90)*4", 0, 0] + }, + "feather_left3": { + "rotation": ["0+math.sin(q.anim_time*90*4+90)*4", 0, 0] + }, + "feather_left4": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*4+90)*4"] + }, + "feather_left5": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*4+90)*4"] + }, + "feather_left6": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*4+90)*4"] + }, + "feather_left7": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*4+90)*4"] + }, + "feather_left8": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*4+90)*4"] + }, + "feather_left9": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*4+90)*4"] + }, + "feather_left10": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*4+90)*4"] + }, + "feather_left11": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*4+90)*4"] + }, + "feather_left12": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*4+90)*4"] + }, + "spike4": { + "rotation": ["0+math.sin(q.anim_time*90*4+60)*4", 0, 0] + }, + "spike5": { + "rotation": ["0+math.sin(q.anim_time*90*4+90)*4", 0, 0] + }, + "spike6": { + "rotation": ["0+math.sin(q.anim_time*90*4+90)*4", 0, 0] + }, + "leg_back_right_feather1": { + "rotation": ["0+math.sin(q.anim_time*90*4-30)*1", 0, 0] + }, + "leg_back_right_feather2": { + "rotation": ["0+math.sin(q.anim_time*90*4-30)*1", 0, 0] + }, + "leg_back_right_feather3": { + "rotation": ["0+math.sin(q.anim_time*90*4-30)*1", 0, 0] + }, + "leg_back_left_feather1": { + "rotation": ["0+math.sin(q.anim_time*90*4-30)*1", 0, 0] + }, + "leg_back_left_feather2": { + "rotation": ["0+math.sin(q.anim_time*90*4-30)*1", 0, 0] + }, + "leg_back_left_feather3": { + "rotation": ["0+math.sin(q.anim_time*90*4-30)*1", 0, 0] + }, + "wing_right": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*4+180)*1.5,-2,2)"], + "position": [0, 0.3, 0] + }, + "wing_left": { + "rotation": [0, 0, "0-math.clamp(math.sin(q.anim_time*90*4+180)*1.5,-2,2)"], + "position": [0, 0.3, 0] + }, + "claw_front_right1": { + "rotation": ["30+math.sin(q.anim_time*90*4-30)*3", 0, 0] + }, + "claw_front_right2": { + "rotation": ["30+math.sin(q.anim_time*90*4-30)*3", 0, 0] + }, + "claw_front_right3": { + "rotation": ["30+math.sin(q.anim_time*90*4-30)*3", 0, 0] + }, + "claw_front_left1": { + "rotation": ["30+math.sin(q.anim_time*90*4-30)*3", 0, 0] + }, + "claw_front_left2": { + "rotation": ["30+math.sin(q.anim_time*90*4-30)*3", 0, 0] + }, + "claw_front_left3": { + "rotation": ["30+math.sin(q.anim_time*90*4-30)*3", 0, 0] + }, + "claw_back_right1": { + "rotation": ["-45+math.sin(q.anim_time*90*4-30)*3", 0, 0] + }, + "claw_back_right2": { + "rotation": ["-45+math.sin(q.anim_time*90*4-30)*3", 0, 0] + }, + "claw_back_right3": { + "rotation": ["-45+math.sin(q.anim_time*90*4-30)*3", 0, 0] + }, + "claw_back_left1": { + "rotation": ["-45+math.sin(q.anim_time*90*4-30)*3", 0, 0] + }, + "claw_back_left2": { + "rotation": ["-45+math.sin(q.anim_time*90*4-30)*3", 0, 0] + }, + "claw_back_left3": { + "rotation": ["-45+math.sin(q.anim_time*90*4-30)*3", 0, 0] + } + } + }, + "animation.roaringmoon.battle_idle": { + "loop": true, + "bones": { + "body": { + "rotation": ["-13.5-30", 0, 0], + "position": [0, "57-math.sin(q.anim_time*90*2-90)*1", 0] + }, + "torso": { + "rotation": ["0+math.sin(q.anim_time*90*2-150)*1", 0, 0], + "position": [0, -0.02763, -0.23345] + }, + "neck": { + "rotation": ["20+math.sin(q.anim_time*90*2+90)*2", 0, 0], + "position": [0, 0.43288, 1.95259] + }, + "head": { + "rotation": ["22.5+math.sin(q.anim_time*90*2+90)*2", 0, 0] + }, + "mouth": { + "rotation": ["5-math.sin(q.anim_time*90*2-150)*2", 0, 0] + }, + "wings": { + "position": [0, 0, 10] + }, + "tail": { + "rotation": ["-12.5-math.sin(q.anim_time*90*2-150)*1.5", "0+math.sin(q.anim_time*90*2+90)*1.5", 0], + "position": [0, -0.21644, -0.9763] + }, + "tail2": { + "rotation": [-20, "0+math.sin(q.anim_time*90*2)*2.5", 0], + "position": [0, -0.46175, -0.88701] + }, + "tail3": { + "rotation": [-10, "math.sin(q.anim_time*90*2-60)*3.5", 0] + }, + "tail4": { + "rotation": [5, "0+math.sin(q.anim_time*90*2-90)*3.5", 0] + }, + "tail5": { + "rotation": [-2.5, "0+math.sin(q.anim_time*90*2-120)*3.5", 0] + }, + "leg_back_right": { + "rotation": ["-9.1926+math.sin(q.anim_time*90*2-180)*0.5", -65.20843, "-6.1529+math.sin(q.anim_time*90*2-150)*2"], + "position": [0, -0.73041, 0.17087] + }, + "leg_back_left": { + "rotation": ["-9.1926+math.sin(q.anim_time*90*2-180)*0.5", 65.20843, "6.1529-math.sin(q.anim_time*90*2-150)*2"], + "position": [0, -0.73131, 0.1666] + }, + "leg_front_left2": { + "rotation": [73.4817, -55.95683, -36.93986], + "position": [3.50791, 1.63479, 0.456] + }, + "leg_front_right": { + "rotation": ["-63.4858+math.sin(q.anim_time*90*2-150)*2", 6.80107, 108.0981], + "position": [-3, 2.51004, 0.09968] + }, + "leg_back_right2": { + "rotation": [144.40249, 6.40848, -173.34814], + "position": [-1.06782, 0.27536, -0.49103] + }, + "leg_front_left": { + "rotation": ["-63.4858+math.sin(q.anim_time*90*2-150)*2", -6.80107, -108.09808], + "position": [3, 2.51004, 0.09968] + }, + "leg_back_left2": { + "rotation": [149.76607, -8.03894, 180.44266], + "position": [1.01153, -0.07762, -0.8407] + }, + "leg_front_right2": { + "rotation": [73.4817, 55.95683, 36.93986], + "position": [-3.5079, 1.6348, -0.456] + }, + "feather_right1": { + "rotation": ["0+math.sin(q.anim_time*90*2+90)*4", 0, 0] + }, + "feather_right2": { + "rotation": ["0+math.sin(q.anim_time*90*2+90)*4", 0, 0] + }, + "feather_right3": { + "rotation": ["0+math.sin(q.anim_time*90*2+90)*4", 0, 0] + }, + "feather_right4": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_right5": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_right6": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_right7": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_right8": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_right9": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_right10": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_right11": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_right12": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*2+90)*4"] + }, + "spike": { + "rotation": ["0+math.sin(q.anim_time*90*2+60)*4", 0, 0] + }, + "spike2": { + "rotation": ["0+math.sin(q.anim_time*90*2+90)*4", 0, 0] + }, + "spike3": { + "rotation": ["0+math.sin(q.anim_time*90*2+90)*4", 0, 0] + }, + "feather_left1": { + "rotation": ["0+math.sin(q.anim_time*90*2+90)*4", 0, 0] + }, + "feather_left2": { + "rotation": ["0+math.sin(q.anim_time*90*2+90)*4", 0, 0] + }, + "feather_left3": { + "rotation": ["0+math.sin(q.anim_time*90*2+90)*4", 0, 0] + }, + "feather_left4": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_left5": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_left6": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_left7": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_left8": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_left9": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_left10": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_left11": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2+90)*4"] + }, + "feather_left12": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2+90)*4"] + }, + "spike4": { + "rotation": ["0+math.sin(q.anim_time*90*2+60)*4", 0, 0] + }, + "spike5": { + "rotation": ["0+math.sin(q.anim_time*90*2+90)*4", 0, 0] + }, + "spike6": { + "rotation": ["0+math.sin(q.anim_time*90*2+90)*4", 0, 0] + }, + "leg_back_right_feather1": { + "rotation": ["0+math.sin(q.anim_time*90*2-30)*1", 0, 0] + }, + "leg_back_right_feather2": { + "rotation": ["0+math.sin(q.anim_time*90*2-30)*1", 0, 0] + }, + "leg_back_right_feather3": { + "rotation": ["0+math.sin(q.anim_time*90*2-30)*1", 0, 0] + }, + "leg_back_left_feather1": { + "rotation": ["0+math.sin(q.anim_time*90*2-30)*1", 0, 0] + }, + "leg_back_left_feather2": { + "rotation": ["0+math.sin(q.anim_time*90*2-30)*1", 0, 0] + }, + "leg_back_left_feather3": { + "rotation": ["0+math.sin(q.anim_time*90*2-30)*1", 0, 0] + }, + "wing_right": { + "rotation": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*2+180)*1.5,-2,2)"], + "position": [0, 0.3, 0] + }, + "wing_left": { + "rotation": [0, 0, "0-math.clamp(math.sin(q.anim_time*90*2+180)*1.5,-2,2)"], + "position": [0, 0.3, 0] + }, + "claw_front_right1": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_front_right2": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_front_right3": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_front_left1": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_front_left2": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_front_left3": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_right1": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_right2": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_right3": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_left1": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_left2": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_left3": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + } + } + }, + "animation.roaringmoon.physical": { + "animation_length": 2.25, + "bones": { + "body": { + "rotation": { + "0.0": [-43.5, 0, 0], + "0.3333": { + "pre": [-25, 0, 0], + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-43.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-53.5, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-53.5, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-43.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 57, 0], + "0.2917": { + "pre": [0, 50, 0], + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 57, -15], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 62, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 62, -15], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 54.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 57, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": ["0+math.sin(q.anim_time*90*2-150)*1", 0, 0], + "position": [0, -0.02763, -0.23345] + }, + "neck": { + "rotation": { + "0.0": [25, 0, 0], + "0.4583": { + "pre": [30, 0, 0], + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": [0, 0.43288, 1.95259] + }, + "head": { + "rotation": { + "0.0": [7.5, 0, 0], + "0.4583": [22.5, 0, 0], + "0.625": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "mouth": { + "rotation": { + "0.0": [5, 0, 0], + "0.375": { + "pre": [40, 0, 0], + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wings": { + "position": [0, 0, 10] + }, + "tail": { + "rotation": { + "0.0": ["-12.5-math.sin(q.anim_time*90*2-150)*1.5", "0+math.sin(q.anim_time*90*2+90)*1.5", 0], + "0.375": ["-12.5-math.sin(q.anim_time*90*2-150)*1.5", "0+math.sin(q.anim_time*90*2+90)*1.5", 0], + "0.4583": [-12.5, 0, 0], + "0.625": [-22.5, 0, 0], + "0.75": ["-22.5-math.sin(q.anim_time*90*2-150)*1.5", "0+math.sin(q.anim_time*90*10+90)*7.5", 0], + "1.5": ["-22.5-math.sin(q.anim_time*90*2-150)*1.5", "0+math.sin(q.anim_time*90*10+90)*7.5", 0], + "1.7917": [-12.5, 0, 0], + "1.875": ["-12.5-math.sin(q.anim_time*90*2-150)*1.5", "0+math.sin(q.anim_time*90*2+90)*1.5", 0] + }, + "position": [0, -0.21644, -0.9763] + }, + "tail2": { + "rotation": { + "0.0": [-20, "0+math.sin(q.anim_time*90*2)*2.5", 0], + "0.375": [-20, "0+math.sin(q.anim_time*90*2)*2.5", 0], + "0.4583": [-20, 0, 0], + "0.625": [-32.5, 0, 0], + "0.75": [-32.5, "0+math.sin(q.anim_time*90*10)*12.5", 0], + "1.5": [-32.5, "0+math.sin(q.anim_time*90*10)*12.5", 0], + "1.7917": [-20, 0, 0], + "1.875": [-20, "0+math.sin(q.anim_time*90*2)*2.5", 0] + }, + "position": [0, -0.46175, -0.88701] + }, + "tail3": { + "rotation": { + "0.0": [-10, "math.sin(q.anim_time*90*2-60)*3.5", 0], + "0.375": [-10, "math.sin(q.anim_time*90*2-60)*3.5", 0], + "0.4583": [-10, 0, 0], + "0.625": [-22.5, 0, 0], + "0.75": [-22.5, "math.sin(q.anim_time*90*10-60)*17.5", 0], + "1.5": [-22.5, "math.sin(q.anim_time*90*10-60)*17.5", 0], + "1.7917": [-10, 0, 0], + "1.875": [-10, "math.sin(q.anim_time*90*2-60)*3.5", 0] + } + }, + "tail4": { + "rotation": { + "0.0": [5, "0+math.sin(q.anim_time*90*2-90)*3.5", 0], + "0.375": [5, "0+math.sin(q.anim_time*90*2-90)*3.5", 0], + "0.4583": [5, 0, 0], + "0.625": [-17.5, 0, 0], + "0.75": [-17.5, "0+math.sin(q.anim_time*90*10-90)*17.5", 0], + "1.5": [-17.5, "0+math.sin(q.anim_time*90*10-90)*17.5", 0], + "1.7917": [5, 0, 0], + "1.875": [5, "0+math.sin(q.anim_time*90*2-90)*3.5", 0] + } + }, + "tail5": { + "rotation": { + "0.0": [-2.5, "0+math.sin(q.anim_time*90*2-120)*3.5", 0], + "0.375": [-2.5, "0+math.sin(q.anim_time*90*2-120)*3.5", 0], + "0.4583": [-2.5, 0, 0], + "0.625": [-17.5, 0, 0], + "0.75": [-17.5, "0+math.sin(q.anim_time*90*10-120)*17.5", 0], + "1.5": [-17.5, "0+math.sin(q.anim_time*90*10-120)*17.5", 0], + "1.7917": [-2.5, 0, 0], + "1.875": [-2.5, "0+math.sin(q.anim_time*90*2-120)*3.5", 0] + } + }, + "leg_back_right": { + "rotation": { + "0.0": [-7.2185, -57.7839, -8.3945], + "0.3333": { + "pre": [-6.02393, -50.3334, -9.8668], + "post": [-6.02393, -50.3334, -9.8668], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-8.40916, -62.7378, -7.0246], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-8.40916, -62.7378, -7.0246], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-6.02393, -50.3334, -9.8668], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-8.40916, -62.7378, -7.0246], + "lerp_mode": "catmullrom" + } + }, + "position": [0, -0.73041, 0.17087] + }, + "leg_back_left": { + "rotation": { + "0.0": [-7.2185, 57.7839, 8.39452], + "0.3333": { + "pre": [-6.02393, 50.33338, 9.86685], + "post": [-6.02393, 50.33338, 9.86685], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-8.40916, 62.7378, 7.02455], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-8.40916, 62.7378, 7.02455], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-6.02393, 50.33338, 9.86685], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-8.40916, 62.7378, 7.02455], + "lerp_mode": "catmullrom" + } + }, + "position": [0, -0.73131, 0.1666] + }, + "leg_front_left2": { + "rotation": { + "0.0": [73.4817, -55.95683, -36.93986], + "0.375": { + "pre": [80.98, -55.96, -36.94], + "post": [80.98, -55.96, -36.94], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [65.9817, -55.95683, -36.93986], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [65.9817, -55.95683, -36.93986], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [80.98, -55.96, -36.94], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [73.4817, -55.95683, -36.93986], + "lerp_mode": "catmullrom" + } + }, + "position": [3.50791, 1.63479, 0.456] + }, + "leg_front_right": { + "rotation": { + "0.0": [-63.4858, 6.8011, 108.0981], + "0.375": { + "pre": [71.12635, 9.4059, -26.9115], + "post": [71.12635, 9.4059, -26.9115], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-78.4858, 6.8011, 108.0981], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-78.4858, 6.8011, 108.0981], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-58.4858, 6.8011, 108.0981], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-65.9858, 6.8011, 108.0981], + "lerp_mode": "catmullrom" + } + }, + "position": [-3, 2.51004, 0.09968] + }, + "leg_back_right2": { + "rotation": { + "0.0": [149.76607, 8.0389, -180.4427], + "0.375": { + "pre": [142.26607, 8.0389, -180.4427], + "post": [142.26607, 8.0389, -180.4427], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [149.76607, 8.0389, -180.4427], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [149.76607, 8.0389, -180.4427], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [137.26607, 8.0389, -180.4427], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [149.76607, 8.0389, -180.4427], + "lerp_mode": "catmullrom" + } + }, + "position": [-1.06782, 0.27536, -0.49103] + }, + "leg_front_left": { + "rotation": { + "0.0": [-63.4858, -6.80107, -108.09808], + "0.375": { + "pre": [71.12635, -9.40594, 26.91148], + "post": [71.12635, -9.40594, 26.91148], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-78.4858, -6.80107, -108.09808], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-78.4858, -6.80107, -108.09808], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-58.4858, -6.80107, -108.09808], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-65.9858, -6.80107, -108.09808], + "lerp_mode": "catmullrom" + } + }, + "position": [3, 2.51004, 0.09968] + }, + "leg_back_left2": { + "rotation": { + "0.0": [149.76607, -8.03894, 180.44266], + "0.375": { + "pre": [142.26607, -8.03894, 180.44266], + "post": [142.26607, -8.03894, 180.44266], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [149.76607, -8.03894, 180.44266], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [149.76607, -8.03894, 180.44266], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [137.26607, -8.03894, 180.44266], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [149.76607, -8.03894, 180.44266], + "lerp_mode": "catmullrom" + } + }, + "position": [1.01153, -0.07762, -0.8407] + }, + "leg_front_right2": { + "rotation": { + "0.0": [73.4817, 55.9568, 36.9399], + "0.375": { + "pre": [80.98, 55.96, 36.94], + "post": [80.98, 55.96, 36.94], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [65.9817, 55.9568, 36.9399], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [65.9817, 55.9568, 36.9399], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [80.98, 55.96, 36.94], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [73.4817, 55.9568, 36.9399], + "lerp_mode": "catmullrom" + } + }, + "position": [-3.5079, 1.6348, -0.456] + }, + "feather_right1": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right2": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right3": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right4": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right5": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right6": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right7": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right8": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right9": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right10": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right11": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right12": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "spike": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [-10, 0, 0], + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "spike2": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [-10, 0, 0], + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "spike3": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [-10, 0, 0], + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left1": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left2": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left3": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left4": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left5": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left6": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left7": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left8": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left9": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left10": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left11": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left12": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "spike4": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [-10, 0, 0], + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "spike5": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [-10, 0, 0], + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "spike6": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [-10, 0, 0], + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_right_feather1": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_right_feather2": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_right_feather3": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_left_feather1": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_left_feather2": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_left_feather3": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wing_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0.3, 0], + "0.375": [0, 2.1, 0], + "1.9167": [0, 2.1, 0], + "2.25": [0, 0, 0] + } + }, + "wing_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0.3, 0], + "0.375": [0, 2.1, 0], + "1.9167": [0, 2.1, 0], + "2.25": [0, 0, 0] + } + }, + "claw_front_right1": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_front_right2": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_front_right3": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_front_left1": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_front_left2": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_front_left3": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_right1": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_right2": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_right3": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_left1": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_left2": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_left3": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + } + } + }, + "animation.roaringmoon.special": { + "animation_length": 2.25, + "bones": { + "body": { + "rotation": { + "0.0": [-43.5, 0, 0], + "0.3333": { + "pre": [-35, 0, 0], + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-43.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-53.5, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-53.5, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-43.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 57, 0], + "0.2917": { + "pre": [0, 50, 0], + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 57, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 62, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 62, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 54.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 57, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": ["0+math.sin(q.anim_time*90*2-150)*1", 0, 0], + "position": [0, -0.02763, -0.23345] + }, + "neck": { + "rotation": { + "0.0": [25, 0, 0], + "0.4583": { + "pre": [30, 0, 0], + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-10, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-10, -10, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": [0, 0.43288, 1.95259] + }, + "head": { + "rotation": { + "0.0": [7.5, 0, 0], + "0.4583": [22.5, 0, 0], + "0.625": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-10, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-10, -10, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "mouth": { + "rotation": { + "0.0": [5, 0, 0], + "0.4583": [5, 0, 0], + "0.625": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wings": { + "position": [0, 0, 10] + }, + "tail": { + "rotation": { + "0.0": ["-12.5-math.sin(q.anim_time*90*2-150)*1.5", "0+math.sin(q.anim_time*90*2+90)*1.5", 0], + "0.5": ["-12.5-math.sin(q.anim_time*90*2-150)*1.5", "0+math.sin(q.anim_time*90*2+90)*1.5", 0], + "0.75": ["-12.5-math.sin(q.anim_time*90*2-150)*1.5", "0+math.sin(q.anim_time*90*10+90)*7.5", 0], + "1.5": ["-12.5-math.sin(q.anim_time*90*2-150)*1.5", "0+math.sin(q.anim_time*90*10+90)*7.5", 0], + "1.7917": ["-12.5-math.sin(q.anim_time*90*2-150)*1.5", "0+math.sin(q.anim_time*90*2+90)*1.5", 0] + }, + "position": [0, -0.21644, -0.9763] + }, + "tail2": { + "rotation": { + "0.0": [-20, "0+math.sin(q.anim_time*90*2)*2.5", 0], + "0.5": [-20, "0+math.sin(q.anim_time*90*2)*2.5", 0], + "0.75": [-20, "0+math.sin(q.anim_time*90*10)*12.5", 0], + "1.5": [-20, "0+math.sin(q.anim_time*90*10)*12.5", 0], + "1.7917": [-20, "0+math.sin(q.anim_time*90*2)*2.5", 0] + }, + "position": [0, -0.46175, -0.88701] + }, + "tail3": { + "rotation": { + "0.0": [-10, "math.sin(q.anim_time*90*2-60)*3.5", 0], + "0.5": [-10, "math.sin(q.anim_time*90*2-60)*3.5", 0], + "0.75": [-10, "math.sin(q.anim_time*90*10-60)*17.5", 0], + "1.5": [-10, "math.sin(q.anim_time*90*10-60)*17.5", 0], + "1.7917": [-10, "math.sin(q.anim_time*90*2-60)*3.5", 0] + } + }, + "tail4": { + "rotation": { + "0.0": [5, "0+math.sin(q.anim_time*90*2-90)*3.5", 0], + "0.5": [5, "0+math.sin(q.anim_time*90*2-90)*3.5", 0], + "0.75": [5, "0+math.sin(q.anim_time*90*10-90)*17.5", 0], + "1.5": [5, "0+math.sin(q.anim_time*90*10-90)*17.5", 0], + "1.7917": [5, "0+math.sin(q.anim_time*90*2-90)*3.5", 0] + } + }, + "tail5": { + "rotation": { + "0.0": [-2.5, "0+math.sin(q.anim_time*90*2-120)*3.5", 0], + "0.5": [-2.5, "0+math.sin(q.anim_time*90*2-120)*3.5", 0], + "0.75": [-2.5, "0+math.sin(q.anim_time*90*10-120)*17.5", 0], + "1.5": [-2.5, "0+math.sin(q.anim_time*90*10-120)*17.5", 0], + "1.7917": [-2.5, "0+math.sin(q.anim_time*90*2-120)*3.5", 0] + } + }, + "leg_back_right": { + "rotation": { + "0.0": [-7.2185, -57.7839, -8.3945], + "0.3333": { + "pre": [-6.02393, -50.3334, -9.8668], + "post": [-6.02393, -50.3334, -9.8668], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-8.40916, -62.7378, -7.0246], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-8.40916, -62.7378, -7.0246], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-6.02393, -50.3334, -9.8668], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-8.40916, -62.7378, -7.0246], + "lerp_mode": "catmullrom" + } + }, + "position": [0, -0.73041, 0.17087] + }, + "leg_back_left": { + "rotation": { + "0.0": [-7.2185, 57.7839, 8.39452], + "0.3333": { + "pre": [-6.02393, 50.33338, 9.86685], + "post": [-6.02393, 50.33338, 9.86685], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-8.40916, 62.7378, 7.02455], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-8.40916, 62.7378, 7.02455], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-6.02393, 50.33338, 9.86685], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-8.40916, 62.7378, 7.02455], + "lerp_mode": "catmullrom" + } + }, + "position": [0, -0.73131, 0.1666] + }, + "leg_front_left2": { + "rotation": { + "0.0": [73.4817, -55.95683, -36.93986], + "0.375": { + "pre": [80.98, -55.96, -36.94], + "post": [80.98, -55.96, -36.94], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [65.9817, -55.95683, -36.93986], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [65.9817, -55.95683, -36.93986], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [80.98, -55.96, -36.94], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [73.4817, -55.95683, -36.93986], + "lerp_mode": "catmullrom" + } + }, + "position": [3.50791, 1.63479, 0.456] + }, + "leg_front_right": { + "rotation": { + "0.0": [-63.4858, 6.8011, 108.0981], + "0.375": { + "pre": [71.12635, 9.4059, -26.9115], + "post": [71.12635, 9.4059, -26.9115], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-78.4858, 6.8011, 108.0981], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-78.4858, 6.8011, 108.0981], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-58.4858, 6.8011, 108.0981], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-65.9858, 6.8011, 108.0981], + "lerp_mode": "catmullrom" + } + }, + "position": [-3, 2.51004, 0.09968] + }, + "leg_back_right2": { + "rotation": { + "0.0": [149.76607, 8.0389, -180.4427], + "0.375": { + "pre": [142.26607, 8.0389, -180.4427], + "post": [142.26607, 8.0389, -180.4427], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [149.76607, 8.0389, -180.4427], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [149.76607, 8.0389, -180.4427], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [137.26607, 8.0389, -180.4427], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [149.76607, 8.0389, -180.4427], + "lerp_mode": "catmullrom" + } + }, + "position": [-1.06782, 0.27536, -0.49103] + }, + "leg_front_left": { + "rotation": { + "0.0": [-63.4858, -6.80107, -108.09808], + "0.375": { + "pre": [71.12635, -9.40594, 26.91148], + "post": [71.12635, -9.40594, 26.91148], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-78.4858, -6.80107, -108.09808], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-78.4858, -6.80107, -108.09808], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-58.4858, -6.80107, -108.09808], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-65.9858, -6.80107, -108.09808], + "lerp_mode": "catmullrom" + } + }, + "position": [3, 2.51004, 0.09968] + }, + "leg_back_left2": { + "rotation": { + "0.0": [149.76607, -8.03894, 180.44266], + "0.375": { + "pre": [142.26607, -8.03894, 180.44266], + "post": [142.26607, -8.03894, 180.44266], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [149.76607, -8.03894, 180.44266], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [149.76607, -8.03894, 180.44266], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [137.26607, -8.03894, 180.44266], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [149.76607, -8.03894, 180.44266], + "lerp_mode": "catmullrom" + } + }, + "position": [1.01153, -0.07762, -0.8407] + }, + "leg_front_right2": { + "rotation": { + "0.0": [73.4817, 55.9568, 36.9399], + "0.375": { + "pre": [80.98, 55.96, 36.94], + "post": [80.98, 55.96, 36.94], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [65.9817, 55.9568, 36.9399], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [65.9817, 55.9568, 36.9399], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [80.98, 55.96, 36.94], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [73.4817, 55.9568, 36.9399], + "lerp_mode": "catmullrom" + } + }, + "position": [-3.5079, 1.6348, -0.456] + }, + "feather_right1": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right2": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right3": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right4": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right5": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right6": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right7": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right8": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right9": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right10": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right11": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right12": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "spike": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [-10, 0, 0], + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "spike2": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [-10, 0, 0], + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "spike3": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [-10, 0, 0], + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left1": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left2": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left3": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left4": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left5": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left6": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left7": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left8": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left9": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left10": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left11": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left12": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "spike4": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [-10, 0, 0], + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "spike5": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [-10, 0, 0], + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "spike6": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [-10, 0, 0], + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_right_feather1": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_right_feather2": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_right_feather3": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_left_feather1": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_left_feather2": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_left_feather3": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wing_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0.3, 0], + "0.375": [0, 2.1, 0], + "1.9167": [0, 2.1, 0], + "2.25": [0, 0, 0] + } + }, + "wing_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0.3, 0], + "0.375": [0, 2.1, 0], + "1.9167": [0, 2.1, 0], + "2.25": [0, 0, 0] + } + }, + "claw_front_right1": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_front_right2": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_front_right3": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_front_left1": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_front_left2": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_front_left3": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_right1": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_right2": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_right3": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_left1": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_left2": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_left3": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + } + }, + "sound_effects": { + "0.5833": { + "effect": "pokemon.roaringmoon.cry" + } + } + }, + "animation.roaringmoon.status": { + "animation_length": 2.25, + "bones": { + "body": { + "rotation": { + "0.0": [-43.5, 0, 0], + "0.3333": { + "pre": [-35, 0, 0], + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-43.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-53.5, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-53.5, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-43.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 57, 0], + "0.2917": { + "pre": [0, 50, 0], + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 57, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 62, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 62, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 54.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 57, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": ["0+math.sin(q.anim_time*90*2-150)*1", 0, 0], + "position": [0, -0.02763, -0.23345] + }, + "neck": { + "rotation": { + "0.0": [25, 0, 0], + "0.4583": { + "pre": [30, 0, 0], + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-10, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-10, -10, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": [0, 0.43288, 1.95259] + }, + "head": { + "rotation": { + "0.0": [7.5, 0, 0], + "0.4583": [22.5, 0, 0], + "0.625": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-10, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-10, -10, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "mouth": { + "rotation": { + "0.0": [5, 0, 0], + "0.4583": [5, 0, 0], + "0.625": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wings": { + "position": [0, 0, 10] + }, + "tail": { + "rotation": { + "0.0": ["-12.5-math.sin(q.anim_time*90*2-150)*1.5", "0+math.sin(q.anim_time*90*2+90)*1.5", 0], + "0.5": ["-12.5-math.sin(q.anim_time*90*2-150)*1.5", "0+math.sin(q.anim_time*90*2+90)*1.5", 0], + "0.75": ["-12.5-math.sin(q.anim_time*90*2-150)*1.5", "0+math.sin(q.anim_time*90*10+90)*7.5", 0], + "1.5": ["-12.5-math.sin(q.anim_time*90*2-150)*1.5", "0+math.sin(q.anim_time*90*10+90)*7.5", 0], + "1.7917": ["-12.5-math.sin(q.anim_time*90*2-150)*1.5", "0+math.sin(q.anim_time*90*2+90)*1.5", 0] + }, + "position": [0, -0.21644, -0.9763] + }, + "tail2": { + "rotation": { + "0.0": [-20, "0+math.sin(q.anim_time*90*2)*2.5", 0], + "0.5": [-20, "0+math.sin(q.anim_time*90*2)*2.5", 0], + "0.75": [-20, "0+math.sin(q.anim_time*90*10)*12.5", 0], + "1.5": [-20, "0+math.sin(q.anim_time*90*10)*12.5", 0], + "1.7917": [-20, "0+math.sin(q.anim_time*90*2)*2.5", 0] + }, + "position": [0, -0.46175, -0.88701] + }, + "tail3": { + "rotation": { + "0.0": [-10, "math.sin(q.anim_time*90*2-60)*3.5", 0], + "0.5": [-10, "math.sin(q.anim_time*90*2-60)*3.5", 0], + "0.75": [-10, "math.sin(q.anim_time*90*10-60)*17.5", 0], + "1.5": [-10, "math.sin(q.anim_time*90*10-60)*17.5", 0], + "1.7917": [-10, "math.sin(q.anim_time*90*2-60)*3.5", 0] + } + }, + "tail4": { + "rotation": { + "0.0": [5, "0+math.sin(q.anim_time*90*2-90)*3.5", 0], + "0.5": [5, "0+math.sin(q.anim_time*90*2-90)*3.5", 0], + "0.75": [5, "0+math.sin(q.anim_time*90*10-90)*17.5", 0], + "1.5": [5, "0+math.sin(q.anim_time*90*10-90)*17.5", 0], + "1.7917": [5, "0+math.sin(q.anim_time*90*2-90)*3.5", 0] + } + }, + "tail5": { + "rotation": { + "0.0": [-2.5, "0+math.sin(q.anim_time*90*2-120)*3.5", 0], + "0.5": [-2.5, "0+math.sin(q.anim_time*90*2-120)*3.5", 0], + "0.75": [-2.5, "0+math.sin(q.anim_time*90*10-120)*17.5", 0], + "1.5": [-2.5, "0+math.sin(q.anim_time*90*10-120)*17.5", 0], + "1.7917": [-2.5, "0+math.sin(q.anim_time*90*2-120)*3.5", 0] + } + }, + "leg_back_right": { + "rotation": { + "0.0": [-7.2185, -57.7839, -8.3945], + "0.3333": { + "pre": [-6.02393, -50.3334, -9.8668], + "post": [-6.02393, -50.3334, -9.8668], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-8.40916, -62.7378, -7.0246], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-8.40916, -62.7378, -7.0246], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-6.02393, -50.3334, -9.8668], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-8.40916, -62.7378, -7.0246], + "lerp_mode": "catmullrom" + } + }, + "position": [0, -0.73041, 0.17087] + }, + "leg_back_left": { + "rotation": { + "0.0": [-7.2185, 57.7839, 8.39452], + "0.3333": { + "pre": [-6.02393, 50.33338, 9.86685], + "post": [-6.02393, 50.33338, 9.86685], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-8.40916, 62.7378, 7.02455], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-8.40916, 62.7378, 7.02455], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-6.02393, 50.33338, 9.86685], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-8.40916, 62.7378, 7.02455], + "lerp_mode": "catmullrom" + } + }, + "position": [0, -0.73131, 0.1666] + }, + "leg_front_left2": { + "rotation": { + "0.0": [73.4817, -55.95683, -36.93986], + "0.375": { + "pre": [80.98, -55.96, -36.94], + "post": [80.98, -55.96, -36.94], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [65.9817, -55.95683, -36.93986], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [65.9817, -55.95683, -36.93986], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [80.98, -55.96, -36.94], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [73.4817, -55.95683, -36.93986], + "lerp_mode": "catmullrom" + } + }, + "position": [3.50791, 1.63479, 0.456] + }, + "leg_front_right": { + "rotation": { + "0.0": [-63.4858, 6.8011, 108.0981], + "0.375": { + "pre": [71.12635, 9.4059, -26.9115], + "post": [71.12635, 9.4059, -26.9115], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-78.4858, 6.8011, 108.0981], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-78.4858, 6.8011, 108.0981], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-58.4858, 6.8011, 108.0981], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-65.9858, 6.8011, 108.0981], + "lerp_mode": "catmullrom" + } + }, + "position": [-3, 2.51004, 0.09968] + }, + "leg_back_right2": { + "rotation": { + "0.0": [149.76607, 8.0389, -180.4427], + "0.375": { + "pre": [142.26607, 8.0389, -180.4427], + "post": [142.26607, 8.0389, -180.4427], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [149.76607, 8.0389, -180.4427], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [149.76607, 8.0389, -180.4427], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [137.26607, 8.0389, -180.4427], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [149.76607, 8.0389, -180.4427], + "lerp_mode": "catmullrom" + } + }, + "position": [-1.06782, 0.27536, -0.49103] + }, + "leg_front_left": { + "rotation": { + "0.0": [-63.4858, -6.80107, -108.09808], + "0.375": { + "pre": [71.12635, -9.40594, 26.91148], + "post": [71.12635, -9.40594, 26.91148], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-78.4858, -6.80107, -108.09808], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-78.4858, -6.80107, -108.09808], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-58.4858, -6.80107, -108.09808], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-65.9858, -6.80107, -108.09808], + "lerp_mode": "catmullrom" + } + }, + "position": [3, 2.51004, 0.09968] + }, + "leg_back_left2": { + "rotation": { + "0.0": [149.76607, -8.03894, 180.44266], + "0.375": { + "pre": [142.26607, -8.03894, 180.44266], + "post": [142.26607, -8.03894, 180.44266], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [149.76607, -8.03894, 180.44266], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [149.76607, -8.03894, 180.44266], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [137.26607, -8.03894, 180.44266], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [149.76607, -8.03894, 180.44266], + "lerp_mode": "catmullrom" + } + }, + "position": [1.01153, -0.07762, -0.8407] + }, + "leg_front_right2": { + "rotation": { + "0.0": [73.4817, 55.9568, 36.9399], + "0.375": { + "pre": [80.98, 55.96, 36.94], + "post": [80.98, 55.96, 36.94], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [65.9817, 55.9568, 36.9399], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [65.9817, 55.9568, 36.9399], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [80.98, 55.96, 36.94], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [73.4817, 55.9568, 36.9399], + "lerp_mode": "catmullrom" + } + }, + "position": [-3.5079, 1.6348, -0.456] + }, + "feather_right1": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right2": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right3": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right4": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right5": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right6": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right7": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right8": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right9": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right10": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right11": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right12": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "spike": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [-10, 0, 0], + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "spike2": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [-10, 0, 0], + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "spike3": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [-10, 0, 0], + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left1": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left2": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left3": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left4": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left5": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left6": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left7": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left8": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left9": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left10": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left11": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left12": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "spike4": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [-10, 0, 0], + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "spike5": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [-10, 0, 0], + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "spike6": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [-10, 0, 0], + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_right_feather1": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_right_feather2": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_right_feather3": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_left_feather1": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_left_feather2": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_left_feather3": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wing_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0.3, 0], + "0.375": [0, 2.1, 0], + "1.9167": [0, 2.1, 0], + "2.25": [0, 0, 0] + } + }, + "wing_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0.3, 0], + "0.375": [0, 2.1, 0], + "1.9167": [0, 2.1, 0], + "2.25": [0, 0, 0] + } + }, + "claw_front_right1": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_front_right2": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_front_right3": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_front_left1": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_front_left2": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_front_left3": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_right1": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_right2": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_right3": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_left1": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_left2": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_left3": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + } + }, + "sound_effects": { + "0.5833": { + "effect": "pokemon.roaringmoon.cry" + } + } + }, + "animation.roaringmoon.recoil": { + "animation_length": 1.5417, + "bones": { + "eyelid_left": { + "position": { + "0.0": [0.1, 0, 0], + "0.25": [0.1, 0, 0], + "0.2917": [0, 0, 0] + } + }, + "eyelid_right": { + "position": { + "0.0": [-0.1, 0, 0], + "0.25": [-0.1, 0, 0], + "0.2917": [0, 0, 0] + } + }, + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-7.5, 0, 0], + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.0833": [0, 0, 0] + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.2083": { + "pre": [25, 0, 0], + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-10, 0, 0], + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": [0, 0, 0] + } + }, + "wing_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.2083": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.125": [0, 1.75, 0] + } + }, + "feather_right1": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + } + }, + "feather_right2": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + } + }, + "feather_right3": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + } + }, + "feather_right4": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + } + }, + "feather_right5": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + } + }, + "feather_right6": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + } + }, + "feather_right7": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + } + }, + "feather_right8": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + } + }, + "feather_right9": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + } + }, + "feather_right10": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + } + }, + "feather_right11": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + } + }, + "feather_right12": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + } + }, + "spike": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + } + }, + "spike2": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + } + }, + "spike3": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + } + }, + "wing_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.2083": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.125": [0, 1.75, 0] + } + }, + "feather_left1": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + } + }, + "feather_left2": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + } + }, + "feather_left3": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + } + }, + "feather_left4": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + } + }, + "feather_left5": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + } + }, + "feather_left6": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + } + }, + "feather_left7": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + } + }, + "feather_left8": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + } + }, + "feather_left9": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + } + }, + "feather_left10": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + } + }, + "feather_left11": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + } + }, + "feather_left12": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + } + }, + "spike4": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + } + }, + "spike5": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + } + }, + "spike6": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [-17.5, 0, 0], + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": [0, 0, 0] + } + }, + "leg_back_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [17.5, 0, 5], + "1.125": [0, 0, 0] + } + }, + "leg_front_right2": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-20, 0, 0], + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + } + }, + "leg_back_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [17.5, 0, -5], + "1.125": [0, 0, 0] + } + }, + "leg_front_left2": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [-20, 0, 0], + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + } + }, + "leg_front_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [17.5, 0, 0], + "1.125": [0, 0, 0] + } + }, + "leg_back_right2": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, 20], + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + } + }, + "leg_front_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [17.5, 0, 0], + "1.125": [0, 0, 0] + } + }, + "leg_back_left2": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [0, 0, -20], + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [0, 0, 0] + } + } + } + }, + "animation.roaringmoon.sleep": { + "loop": true, + "bones": { + "body": { + "rotation": [-6, 0, 0], + "position": [0, 0, 0] + }, + "torso": { + "rotation": ["2.5+math.sin(q.anim_time*90*1-150)*1", 0, 0], + "position": [0, -0.02763, -0.23345] + }, + "neck": { + "rotation": [10.9466, -8.33774, 1.34229], + "position": [0, 0.43288, 2.95259] + }, + "head": { + "rotation": ["2.5+math.sin(q.anim_time*90*1+60)*2", 0, 0] + }, + "mouth": { + "rotation": ["5+math.sin(q.anim_time*90*1-60)*2", 0, 0] + }, + "wings": { + "position": [0, 0, 10] + }, + "tail": { + "rotation": ["-7.5-math.sin(q.anim_time*90*1-150)*1", "0+math.sin(q.anim_time*90*1+90)*1", 0], + "position": [0, -0.21644, -0.9763] + }, + "tail2": { + "rotation": [5.69285, "-16.8856+math.sin(q.anim_time*90*1)*2", -4.6653], + "position": [0, -0.46175, -1.88701] + }, + "tail3": { + "rotation": [5.46372, "-29.9675+math.sin(q.anim_time*90*1-60)*3", -1.48289], + "position": [0, 0, -2] + }, + "tail4": { + "rotation": [-0.00812, "-2.4976+math.sin(q.anim_time*90*1-90)*3", 0.10952], + "position": [0, 0, -1] + }, + "tail5": { + "rotation": [-2.70487, "-19.9799+math.sin(q.anim_time*90*1-120)*3", 0.92577], + "position": [0, 0, -1] + }, + "leg_back_right": { + "rotation": ["-211.6421+math.sin(q.anim_time*90*1-180)*0.5", -69.16911, 155.3254], + "position": [1, 0.26959, 0.17087] + }, + "leg_back_left": { + "rotation": ["-211.6421+math.sin(q.anim_time*90*1-180)*0.5", 69.16912, -155.32564], + "position": [-1, 0.26869, 0.1666] + }, + "leg_front_left2": { + "rotation": [30.9817, -55.95683, -36.93986], + "position": [2.26192, 4.07504, -0.24591] + }, + "leg_front_right": { + "rotation": ["78.6116+math.sin(q.anim_time*90*1-120)*0.5", 23.24735, -64.18944], + "position": [-3, 2.51004, 0.09968] + }, + "leg_back_right2": { + "rotation": [115.05716, 12.37406, -143.66018], + "position": [-0.9705, 0.5506, -1.1983] + }, + "leg_front_left": { + "rotation": ["80.108+math.sin(q.anim_time*90*1-120)*0.5", -23.20047, 70.52963], + "position": [3, 2.51004, 0.09968] + }, + "leg_back_left2": { + "rotation": [113.11512, -17.92482, 143.02685], + "position": [0.91422, 0.19762, -1.54797] + }, + "leg_front_right2": { + "rotation": [30.9817, 55.95683, 36.93986], + "position": [-2.26196, 4.07504, -0.24591] + }, + "feather_right1": { + "rotation": ["0+math.sin(q.anim_time*90*1+90)*4", 0, 0] + }, + "feather_right2": { + "rotation": ["0+math.sin(q.anim_time*90*1+90)*4", 0, 0] + }, + "feather_right3": { + "rotation": ["0+math.sin(q.anim_time*90*1+90)*4", 0, 0] + }, + "feather_right4": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1+90)*4"] + }, + "feather_right5": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1+90)*4"] + }, + "feather_right6": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1+90)*4"] + }, + "feather_right7": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1+90)*4"] + }, + "feather_right8": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1+90)*4"] + }, + "feather_right9": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1+90)*4"] + }, + "feather_right10": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1+90)*4"] + }, + "feather_right11": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1+90)*4"] + }, + "feather_right12": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1+90)*4"] + }, + "spike": { + "rotation": ["0+math.sin(q.anim_time*90*1+60)*4", 0, 0] + }, + "spike2": { + "rotation": ["0+math.sin(q.anim_time*90*1+90)*4", 0, 0] + }, + "spike3": { + "rotation": ["0+math.sin(q.anim_time*90*1+90)*4", 0, 0] + }, + "feather_left1": { + "rotation": ["0+math.sin(q.anim_time*90*1+90)*4", 0, 0] + }, + "feather_left2": { + "rotation": ["0+math.sin(q.anim_time*90*1+90)*4", 0, 0] + }, + "feather_left3": { + "rotation": ["0+math.sin(q.anim_time*90*1+90)*4", 0, 0] + }, + "feather_left4": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*1+90)*4"] + }, + "feather_left5": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*1+90)*4"] + }, + "feather_left6": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*1+90)*4"] + }, + "feather_left7": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*1+90)*4"] + }, + "feather_left8": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*1+90)*4"] + }, + "feather_left9": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*1+90)*4"] + }, + "feather_left10": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*1+90)*4"] + }, + "feather_left11": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*1+90)*4"] + }, + "feather_left12": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*1+90)*4"] + }, + "spike4": { + "rotation": ["0+math.sin(q.anim_time*90*1+60)*4", 0, 0] + }, + "spike5": { + "rotation": ["0+math.sin(q.anim_time*90*1+90)*4", 0, 0] + }, + "spike6": { + "rotation": ["0+math.sin(q.anim_time*90*1+90)*4", 0, 0] + }, + "leg_back_right_feather1": { + "rotation": ["0+math.sin(q.anim_time*90*1-30)*1", 0, 0] + }, + "leg_back_right_feather2": { + "rotation": ["0+math.sin(q.anim_time*90*1-30)*1", 0, 0] + }, + "leg_back_right_feather3": { + "rotation": ["0+math.sin(q.anim_time*90*1-30)*1", 0, 0] + }, + "leg_back_left_feather1": { + "rotation": ["0+math.sin(q.anim_time*90*1-30)*1", 0, 0] + }, + "leg_back_left_feather2": { + "rotation": ["0+math.sin(q.anim_time*90*1-30)*1", 0, 0] + }, + "leg_back_left_feather3": { + "rotation": ["0+math.sin(q.anim_time*90*1-30)*1", 0, 0] + }, + "eyelid_left": { + "position": [0.1, 0, 0] + }, + "eyelid_right": { + "position": [-0.1, 0, 0] + } + } + }, + "animation.roaringmoon.faint": { + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": [-43.5, 0, 0], + "0.3333": { + "pre": [-35, 0, 0], + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-43.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-53.5, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-53.5, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-43.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-43.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-3.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 57, 0], + "0.2917": { + "pre": [0, 50, 0], + "post": [0, 50, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 57, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 62, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 62, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 54.5, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": [0, 0, 0], + "position": [0, -0.02763, -0.23345] + }, + "neck": { + "rotation": { + "0.0": [25, 0, 0], + "0.4583": { + "pre": [30, 0, 0], + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-10, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-10, -10, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": [0, 0.43288, 1.95259] + }, + "head": { + "rotation": { + "0.0": [7.5, 0, 0], + "0.4583": [22.5, 0, 0], + "0.625": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-10, 10, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-10, -10, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "mouth": { + "rotation": { + "0.0": [5, 0, 0], + "0.4583": [5, 0, 0], + "0.625": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wings": { + "position": [0, 0, 10] + }, + "tail": { + "rotation": { + "0.0": ["-12.5-math.sin(q.anim_time*90*2-150)*1.5", "0+math.sin(q.anim_time*90*2+90)*1.5", 0], + "0.5": ["-12.5-math.sin(q.anim_time*90*2-150)*1.5", "0+math.sin(q.anim_time*90*2+90)*1.5", 0], + "0.75": ["-12.5-math.sin(q.anim_time*90*2-150)*1.5", "0+math.sin(q.anim_time*90*10+90)*7.5", 0], + "1.5": ["-12.5-math.sin(q.anim_time*90*2-150)*1.5", "0+math.sin(q.anim_time*90*10+90)*7.5", 0], + "1.5833": ["-12.5-math.sin(q.anim_time*90*2-150)*1.5", "0+math.sin(q.anim_time*90*2+90)*1.5", 0], + "1.625": [-12.5, 0, 0], + "1.9583": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": [0, -0.21644, -0.9763] + }, + "tail2": { + "rotation": { + "0.0": [-20, "0+math.sin(q.anim_time*90*2)*2.5", 0], + "0.5": [-20, "0+math.sin(q.anim_time*90*2)*2.5", 0], + "0.75": [-20, "0+math.sin(q.anim_time*90*10)*12.5", 0], + "1.5": [-20, "0+math.sin(q.anim_time*90*10)*12.5", 0], + "1.5833": [-20, "0+math.sin(q.anim_time*90*2)*2.5", 0], + "1.625": [-12.5, 0, 0], + "1.9583": { + "pre": [32.5, 0, 0], + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": [0, -0.46175, -0.88701] + }, + "tail3": { + "rotation": { + "0.0": [-10, "math.sin(q.anim_time*90*2-60)*3.5", 0], + "0.5": [-10, "math.sin(q.anim_time*90*2-60)*3.5", 0], + "0.75": [-10, "math.sin(q.anim_time*90*10-60)*17.5", 0], + "1.5": [-10, "math.sin(q.anim_time*90*10-60)*17.5", 0], + "1.5833": [-10, "math.sin(q.anim_time*90*2-60)*3.5", 0], + "1.625": [-12.5, 0, 0], + "1.9583": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail4": { + "rotation": { + "0.0": [5, "0+math.sin(q.anim_time*90*2-90)*3.5", 0], + "0.5": [5, "0+math.sin(q.anim_time*90*2-90)*3.5", 0], + "0.75": [5, "0+math.sin(q.anim_time*90*10-90)*17.5", 0], + "1.5": [5, "0+math.sin(q.anim_time*90*10-90)*17.5", 0], + "1.5833": [5, "0+math.sin(q.anim_time*90*2-90)*3.5", 0], + "1.625": [-12.5, 0, 0], + "1.9583": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail5": { + "rotation": { + "0.0": [-2.5, "0+math.sin(q.anim_time*90*2-120)*3.5", 0], + "0.5": [-2.5, "0+math.sin(q.anim_time*90*2-120)*3.5", 0], + "0.75": [-2.5, "0+math.sin(q.anim_time*90*10-120)*17.5", 0], + "1.5": [-2.5, "0+math.sin(q.anim_time*90*10-120)*17.5", 0], + "1.5833": [-2.5, "0+math.sin(q.anim_time*90*2-120)*3.5", 0], + "1.625": [-12.5, 0, 0], + "1.9583": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_right": { + "rotation": { + "0.0": [-7.2185, -57.7839, -8.3945], + "0.3333": { + "pre": [-6.02393, -50.3334, -9.8668], + "post": [-6.02393, -50.3334, -9.8668], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-8.40916, -62.7378, -7.0246], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-8.40916, -62.7378, -7.0246], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-33.52393, -50.3334, -9.8668], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-63.40916, -62.7378, -7.0246], + "lerp_mode": "catmullrom" + } + }, + "position": [0, -0.73041, 0.17087] + }, + "leg_back_left": { + "rotation": { + "0.0": [-7.2185, 57.7839, 8.39452], + "0.3333": { + "pre": [-6.02393, 50.33338, 9.86685], + "post": [-6.02393, 50.33338, 9.86685], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-8.40916, 62.7378, 7.02455], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-8.40916, 62.7378, 7.02455], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-33.52393, 50.33338, 9.86685], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-63.40916, 62.7378, 7.02455], + "lerp_mode": "catmullrom" + } + }, + "position": [0, -0.73131, 0.1666] + }, + "leg_front_left2": { + "rotation": { + "0.0": [73.4817, -55.95683, -36.93986], + "0.375": { + "pre": [80.98, -55.96, -36.94], + "post": [80.98, -55.96, -36.94], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [65.9817, -55.95683, -36.93986], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [65.9817, -55.95683, -36.93986], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [80.98, -55.96, -36.94], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [73.4817, -55.95683, -36.93986], + "lerp_mode": "catmullrom" + } + }, + "position": [3.50791, 1.63479, 0.456] + }, + "leg_front_right": { + "rotation": { + "0.0": [-63.4858, 6.8011, 108.0981], + "0.375": { + "pre": [71.12635, 9.4059, -26.9115], + "post": [71.12635, 9.4059, -26.9115], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-78.4858, 6.8011, 108.0981], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-78.4858, 6.8011, 108.0981], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-92.02096, 6.8011, 108.0981], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-88.4858, 6.8011, 108.0981], + "lerp_mode": "catmullrom" + } + }, + "position": [-3, 2.51004, 0.09968] + }, + "leg_back_right2": { + "rotation": { + "0.0": [149.76607, 8.0389, -180.4427], + "0.375": { + "pre": [142.26607, 8.0389, -180.4427], + "post": [142.26607, 8.0389, -180.4427], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [149.76607, 8.0389, -180.4427], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [149.76607, 8.0389, -180.4427], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [137.26607, 8.0389, -180.4427], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [149.76607, 8.0389, -180.4427], + "lerp_mode": "catmullrom" + } + }, + "position": [-1.06782, 0.27536, -0.49103] + }, + "leg_front_left": { + "rotation": { + "0.0": [-63.4858, -6.80107, -108.09808], + "0.375": { + "pre": [71.12635, -9.40594, 26.91148], + "post": [71.12635, -9.40594, 26.91148], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-78.4858, -6.80107, -108.09808], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-78.4858, -6.8011, -108.0981], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-92.02096, -6.8011, -108.0981], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-88.4858, -6.8011, -108.0981], + "lerp_mode": "catmullrom" + } + }, + "position": [3, 2.51004, 0.09968] + }, + "leg_back_left2": { + "rotation": { + "0.0": [149.76607, -8.03894, 180.44266], + "0.375": { + "pre": [142.26607, -8.03894, 180.44266], + "post": [142.26607, -8.03894, 180.44266], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [149.76607, -8.03894, 180.44266], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [149.76607, -8.03894, 180.44266], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [137.26607, -8.03894, 180.44266], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [149.76607, -8.03894, 180.44266], + "lerp_mode": "catmullrom" + } + }, + "position": [1.01153, -0.07762, -0.8407] + }, + "leg_front_right2": { + "rotation": { + "0.0": [73.4817, 55.9568, 36.9399], + "0.375": { + "pre": [80.98, 55.96, 36.94], + "post": [80.98, 55.96, 36.94], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [65.9817, 55.9568, 36.9399], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [65.9817, 55.9568, 36.9399], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [80.98, 55.96, 36.94], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [73.4817, 55.9568, 36.9399], + "lerp_mode": "catmullrom" + } + }, + "position": [-3.5079, 1.6348, -0.456] + }, + "feather_right1": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right2": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right3": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right4": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right5": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right6": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right7": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right8": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right9": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right10": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right11": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_right12": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "spike": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [-10, 0, 0], + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "spike2": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [-10, 0, 0], + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "spike3": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [-10, 0, 0], + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left1": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left2": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left3": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left4": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left5": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left6": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left7": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left8": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left9": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left10": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left11": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "feather_left12": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 15], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "spike4": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [-10, 0, 0], + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "spike5": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [-10, 0, 0], + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "spike6": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [-10, 0, 0], + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_right_feather1": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_right_feather2": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_right_feather3": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_left_feather1": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_left_feather2": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_back_left_feather3": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wing_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 0, 5.52], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0.3, 0], + "0.375": [0, 2.1, 0], + "1.9167": [0, 2.1, 0], + "2.125": [0, 1.29, 0], + "2.2083": [0, 0, 0] + } + }, + "wing_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 0, -5.52], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0.3, 0], + "0.375": [0, 2.1, 0], + "1.9167": [0, 2.1, 0], + "2.125": [0, 1.29, 0], + "2.2083": [0, 0, 0] + } + }, + "claw_front_right1": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_front_right2": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_front_right3": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_front_left1": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_front_left2": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_front_left3": { + "rotation": ["30+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_right1": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_right2": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_right3": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_left1": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_left2": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "claw_back_left3": { + "rotation": ["-45+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "eyelid_left": { + "position": { + "0.0": [0, 0, 0], + "0.8333": [0.1, 0, 0] + } + }, + "eyelid_right": { + "position": { + "0.0": [0, 0, 0], + "0.8333": [-0.1, 0, 0] + } + } + }, + "sound_effects": { + "0.5833": { + "effect": "pokemon.roaringmoon.cry" + } + } + }, + "animation.roaringmoon.blink": { + "animation_length": 0.1667, + "bones": { + "eyelid_left": { + "position": { + "0.0": [0.1, 0, 0], + "0.125": [0.1, 0, 0], + "0.1667": [0, 0, 0] + } + }, + "eyelid_right": { + "position": { + "0.0": [-0.1, 0, 0], + "0.125": [-0.1, 0, 0], + "0.1667": [0, 0, 0] + } + } + } + }, + "animation.roaringmoon.cry": { + "animation_length": 1.9167, + "bones": { + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-10, 10, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-10, -10, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-10, 10, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-10, -10, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "mouth": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + }, + "sound_effects": { + "0.2917": { + "effect": "pokemon.roaringmoon.cry" + } + } + } + }, + "geckolib_format_version": 2 +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/rockruff/rockruff.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/rockruff/rockruff.animation.json new file mode 100644 index 0000000..753d77f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/rockruff/rockruff.animation.json @@ -0,0 +1,328 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.rockruff.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "torso": { + "rotation": ["0+Math.cos((query.anim_time) * 90 * 4*2 - 90) * -2", 0, "0+Math.cos((query.anim_time) * 90 * 4 - 120) * -8"], + "position": [0, "0.25+Math.cos((query.anim_time) * 90 * 4*2) * 0.5", 0] + }, + "head2": { + "rotation": ["0+Math.cos((query.anim_time) * 90 * 4*2) * 2", 0, "0+Math.cos((query.anim_time) * 90 * 4 -120) * 3"] + }, + "ruff": { + "rotation": ["0+Math.cos((query.anim_time) * 90 * 4*2 - 45) * -0.5", 0, "0+Math.cos((query.anim_time) * 90 * 4 - 6) * 0.2"] + }, + "ear_right2": { + "rotation": ["-1+Math.cos((query.anim_time) * 90 * 4*2 - 40) * 8", 0, "-1+Math.cos((query.anim_time) * 90 * 4 - 40) * 4"] + }, + "ear_left": { + "rotation": ["-1+Math.cos((query.anim_time) * 90 * 4*2 - 40) * 8", 0, "1+Math.cos((query.anim_time) * 90 * 4 - 40) * 4"] + }, + "torso2": { + "rotation": [0, "0+Math.cos((query.anim_time) * 90 * 4 - 90) * -2", "0+Math.cos((query.anim_time) * 90 * 4 - 90) * -2"] + }, + "tail": { + "rotation": ["-2+Math.cos((query.anim_time) * 90 * 4*2 - 90) * 8", "0+Math.cos((query.anim_time) * 90 * 4 - 90) * 12", 0] + }, + "leg_back_left1": { + "rotation": { + "0.0": [13.89, 0, 0], + "0.0833": [-0.04, 0, 0], + "0.2083": [-19.67, 0, 0], + "0.2917": [-26.5, 0, 0], + "0.3333": [-25.08, 0, 0], + "0.375": [-19.67, 0, 0], + "0.5": [-0.04, 0, 0], + "0.7083": [-0.04, 0, 0], + "0.8333": [22.33, 0, 0], + "0.875": [26.46, 0, 0], + "0.9583": [20.86, 0, 0], + "1.0": [13.89, 0, 0] + }, + "position": { + "0.0": [0, 0.67, 0.63], + "0.2083": [0, 1.09, -0.31], + "0.2917": [0, 1, -0.75], + "0.375": [0, 0.35, -0.85], + "0.5": [0, 0, -0.75], + "0.7917": [0, 0, 0.75], + "0.9167": [0, 0.5, 1], + "1.0": [0, 0.67, 0.63] + } + }, + "leg_back_left2": { + "rotation": { + "0.0": [-7.83, 0, 0], + "0.0833": { + "pre": [1.5, 0, 0], + "post": [1.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [18.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": [2.5, 0, 0], + "0.5": [2, 0, 0], + "0.5417": [3, 0, 0], + "0.625": [0, 0, 0], + "0.8333": [0, 0, 0], + "0.9583": [-10, 0, 0], + "1.0": [-7.83, 0, 0] + } + }, + "leg_back_right1": { + "rotation": { + "0.0": [-0.04, 0, 0], + "0.2083": [-0.04, 0, 0], + "0.3333": [22.33, 0, 0], + "0.375": [26.46, 0, 0], + "0.4583": [20.86, 0, 0], + "0.5833": [-0.04, 0, 0], + "0.7083": [-19.67, 0, 0], + "0.7917": [-26.5, 0, 0], + "0.8333": [-25.08, 0, 0], + "0.875": [-19.67, 0, 0], + "1.0": [-0.04, 0, 0] + }, + "position": { + "0.0": [0, 0, -0.75], + "0.2917": [0, 0, 0.75], + "0.4167": [0, 0.5, 1], + "0.7083": [0, 1.09, -0.31], + "0.7917": [0, 1, -0.75], + "0.875": [0, 0.35, -0.85], + "1.0": [0, 0, -0.75] + } + }, + "leg_back_right2": { + "rotation": { + "0.0": [2, 0, 0], + "0.0417": [3, 0, 0], + "0.125": [0, 0, 0], + "0.3333": [0, 0, 0], + "0.4583": [-10, 0, 0], + "0.5833": { + "pre": [1.5, 0, 0], + "post": [1.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [18.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": [2.5, 0, 0], + "1.0": [2, 0, 0] + } + }, + "leg_front_right1": { + "rotation": { + "0.0": [-27.5, 0, 0], + "0.0417": { + "pre": [-26.08, 0, 0], + "post": [-26.08, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [-20.67, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": [-1.04, 0, 0], + "0.4167": [-1.04, 0, 0], + "0.5417": [21.33, 0, 0], + "0.5833": [25.46, 0, 0], + "0.6667": { + "pre": [19.86, 0, 0], + "post": [19.86, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-1.04, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-20.67, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": [-27.5, 0, 0] + }, + "position": { + "0.0": [0, 1, -0.75], + "0.0833": { + "pre": [0, 0.35, -0.85], + "post": [0, 0.35, -0.85], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0, -0.75], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0.75], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0.5, 1], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 1.09, -0.31], + "lerp_mode": "catmullrom" + }, + "1.0": [0, 1, -0.75] + } + }, + "leg_front_right2": { + "rotation": { + "0.0": [20, 0, 0], + "0.125": [-7, 0, 0], + "0.1667": [0, 0, 0], + "0.4167": [0, 0, 0], + "0.5417": [-10, 0, 0], + "0.6667": { + "pre": [1.5, 0, 0], + "post": [1.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [18.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": [20, 0, 0] + } + }, + "leg_front_left1": { + "rotation": { + "0.0": [13.87, 0, 0], + "0.0417": [21.33, 0, 0], + "0.0833": [25.46, 0, 0], + "0.1667": { + "pre": [19.86, 0, 0], + "post": [19.86, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-1.04, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-20.67, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [-27.5, 0, 0], + "0.5417": { + "pre": [-26.08, 0, 0], + "post": [-26.08, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-20.67, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": [-1.04, 0, 0], + "0.9167": [-1.04, 0, 0], + "1.0": [13.87, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0.75], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0.5, 1], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 1.09, -0.31], + "lerp_mode": "catmullrom" + }, + "0.5": [0, 1, -0.75], + "0.5833": { + "pre": [0, 0.35, -0.85], + "post": [0, 0.35, -0.85], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, -0.75], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0.75], + "lerp_mode": "catmullrom" + } + } + }, + "leg_front_left2": { + "rotation": { + "0.0": [-6.67, 0, 0], + "0.0417": [-10, 0, 0], + "0.1667": { + "pre": [1.5, 0, 0], + "post": [1.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [18.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [20, 0, 0], + "0.625": [-7, 0, 0], + "0.6667": [0, 0, 0], + "0.9167": [0, 0, 0], + "1.0": [-6.67, 0, 0] + } + }, + "mouth_bot": { + "rotation": ["10+Math.cos((query.anim_time) * 90 * 4*2 - 40) * 8", 0, 0] + } + } + }, + "animation.rockruff.ground_idle": { + "loop": true, + "bones": { + "torso": { + "rotation": ["0+Math.cos((query.anim_time) * 90 * 2 - 90) * -1", 0, 0], + "position": [0, "0+Math.cos((query.anim_time) * 90 * 2) * 0.15", 0] + }, + "head": { + "rotation": ["0+Math.cos((query.anim_time) * 90 * 2 - 90) * 2", 0, 0] + }, + "ear_right": { + "rotation": ["1+Math.cos((query.anim_time) * 90 * 2 - 90) * 3", 0, "-1+Math.cos((query.anim_time) * 90 * 2 - 90) * -3"] + }, + "ear_left": { + "rotation": [0, 0, "-1+Math.cos((query.anim_time) * 90 * 2 - 90) * 3"] + }, + "torso2": { + "rotation": [0, "0+Math.cos((query.anim_time) * 90 * 8 + 90) * 0.5", 0] + }, + "tail": { + "rotation": [ + "-5+Math.cos((query.anim_time) * 90 * 2 - 180) * -3", + "0+Math.cos((query.anim_time) * 90 * 8) * 5", + "0+Math.cos((query.anim_time) * 90 * 8) * 5" + ] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/runerigus/runerigus.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/runerigus/runerigus.animation.json new file mode 100644 index 0000000..7d37c04 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/runerigus/runerigus.animation.json @@ -0,0 +1,602 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.runerigus.pose": { + "loop": true, + "bones": { + "neck": { + "rotation": [22.12165, 4.98093, -8.6822] + }, + "ghost_neck": { + "rotation": [-55, 0, 0] + }, + "ghost_neck2": { + "rotation": [-35, 0, 0] + }, + "ghost_neck3": { + "rotation": [42.5, 0, 0] + }, + "head": { + "rotation": [16.73634, -5.188, 16.73634] + }, + "arm_ghost_right": { + "rotation": [-61.06197, -29.14089, -15.06885], + "position": [4, 0, 2] + }, + "ghost_right": { + "rotation": [0, 2.5, 67.5], + "position": [1.8, -1.25, 0] + }, + "ghost_right2": { + "rotation": [0, 2.5, -60], + "position": [1.75, 1, 0] + }, + "arm_right": { + "rotation": [-4.95744, 0.65182, 49.97178], + "position": [2, 0, 0] + }, + "arm_ghost_left": { + "rotation": [-55.71535, -1.81366, 15.27564] + }, + "ghost_left": { + "rotation": [0, 102.5, 0] + }, + "ghost_left2": { + "rotation": [0, -102.5, 0] + }, + "arm_left": { + "rotation": [-17.5, 15, -17.5] + }, + "finger_right6": { + "rotation": [12.5, 0, 0] + }, + "finger_right7": { + "rotation": [15, 0, 0] + }, + "finger_right8": { + "rotation": [12.5, 0, 0] + }, + "finger_right9": { + "rotation": [12.5, 0, 0] + }, + "finger_right10": { + "rotation": [12.5, 0, 0] + }, + "tail_ghost": { + "rotation": [0, 0, -77.5], + "position": [4.5, 4.5, 4] + }, + "ghost_tail1": { + "rotation": [0, -2.5, 52.5], + "position": [1.6, -0.8, 0] + }, + "ghost_tail2": { + "rotation": [0, 2.5, 15], + "position": [0.5, 0, 0] + }, + "ghost_tail3": { + "rotation": [0, 1, -12.5], + "position": [0.5, 0, 0] + }, + "ghost_tail4": { + "rotation": [0, -1, -12.5], + "position": [0.5, 0, 0] + }, + "ghost_tail5": { + "rotation": [0, 1, 30], + "position": [1, -0.2, 0] + }, + "ghost_tail6": { + "rotation": [0, -52.5, 0] + }, + "ghost_tail7": { + "rotation": [0, -85.5, 0] + }, + "tail": { + "rotation": [-207.62113, -12.19908, 113.00946], + "position": [-2, -4.75, -2.5] + }, + "ghost_tail0": { + "rotation": [0, 2.5, 20], + "position": [0.8, -0.15, 0] + }, + "ghost_tail": { + "rotation": [0, -27.5, 0] + }, + "ghost_tail17": { + "rotation": [7.59001, 15.81499, 26.05573], + "position": [1, -0.25, 0] + }, + "ghost_tail16": { + "rotation": [0, -2.5, 47.5], + "position": [1.8, -0.8, 0] + }, + "ghost_tail15": { + "rotation": [0, 1, 27.5], + "position": [0.9, -0.1, 0] + }, + "ghost_tail14": { + "rotation": [0, -25, 0] + }, + "ghost_tail13": { + "rotation": [0, -2.5, 15], + "position": [0.5, 0, 0] + }, + "ghost_tail12": { + "rotation": [0, -10, 0] + }, + "ghost_tail11": { + "rotation": [0, 2.5, -17.5], + "position": [0.6, 0, 0] + }, + "ghost_tail10": { + "rotation": [0, 0, -12.5], + "position": [0.3, 0, 0] + }, + "ghost_tail9": { + "rotation": [0, -2.5, 7.5], + "position": [0.3, 0, 0] + }, + "ghost_tail8": { + "rotation": [0, -1, 22.5], + "position": [0.75, -0.25, 0] + } + } + }, + "animation.runerigus.ground_idle": { + "loop": true, + "bones": { + "neck": { + "rotation": [22.12165, "4.9809+math.sin(q.anim_time*90*2)*2.5", "-8.6822+math.sin(q.anim_time*90*2+30)*5"] + }, + "ghost_neck": { + "rotation": ["-55-math.sin(q.anim_time*90*1+60)*5", 0, 0] + }, + "ghost_neck2": { + "rotation": ["-35+math.sin(q.anim_time*90*1+60)*1", 0, 0] + }, + "ghost_neck3": { + "rotation": [42.5, 0, 0] + }, + "head": { + "rotation": [16.73634, -5.188, "16.7363-math.sin(q.anim_time*90*1+90)*2.5"] + }, + "arm_ghost_right": { + "rotation": ["-61.062-math.sin(q.anim_time*90*1)*10", -29.1409, "-15.0688+math.sin(q.anim_time*90*2)*2.5"], + "position": [4, 0, 2] + }, + "ghost_right": { + "rotation": [0, "2.5-math.sin(q.anim_time*90*1+60)*7.5", "67.5+math.sin(q.anim_time*90*1+60)*10"], + "position": [1.8, -1.25, 0] + }, + "ghost_right2": { + "rotation": [0, "2.5-math.sin(q.anim_time*90*1+90)*5", -60], + "position": [1.75, 1, 0] + }, + "arm_right": { + "rotation": ["-4.9574-math.sin(q.anim_time*90*1)*5", "0.6518+math.sin(q.anim_time*90*1)*10", "49.9718+math.sin(q.anim_time*90*1)*5"], + "position": [2, 0, 0] + }, + "arm_ghost_left": { + "rotation": [-55.71535, -1.8137, "15.2756-math.sin(q.anim_time*90*2)*2.5"] + }, + "ghost_left": { + "rotation": [0, "102.5+math.sin(q.anim_time*90*1+60)*25", 0] + }, + "ghost_left2": { + "rotation": [0, "-102.5-math.sin(q.anim_time*90*1+90)*25", 0] + }, + "arm_left": { + "rotation": [-17.5, 15, "-17.5+math.sin(q.anim_time*90*1)*10"] + }, + "finger_right6": { + "rotation": ["12.5-math.sin(q.anim_time*90*1-90)*10", 0, "0+math.sin(q.anim_time*90*1-90)*15"] + }, + "finger_right7": { + "rotation": ["15-math.sin(q.anim_time*90*1-90)*10", 0, "0-math.sin(q.anim_time*90*1-90)*15"] + }, + "finger_right8": { + "rotation": ["12.5-math.sin(q.anim_time*90*1-90)*10", 0, "0-math.sin(q.anim_time*90*1-60)*7.5"], + "position": [0, 0, 0.5] + }, + "finger_right9": { + "rotation": ["12.5-math.sin(q.anim_time*90*1-90)*10", 0, "0+math.sin(q.anim_time*90*1-60)*7.5"], + "position": [0, 0, 0.5] + }, + "finger_right10": { + "rotation": ["12.5-math.sin(q.anim_time*90*1-90)*10", 0, "0+math.sin(q.anim_time*90*1-60)*7.5"], + "position": [0, 0, 0.5] + }, + "tail_ghost": { + "rotation": [0, 5, -77.5], + "position": [4.5, "4.5+math.sin(q.anim_time*90*2-30)*0.25", 4] + }, + "ghost_tail1": { + "rotation": [0, -2.5, "52.5+math.sin(q.anim_time*90*2)*2.5"], + "position": [1.6, -0.8, 0] + }, + "ghost_tail2": { + "rotation": [0, 2.5, "15+math.sin(q.anim_time*90*2+30)*2.5"], + "position": [0.5, 0, 0] + }, + "ghost_tail3": { + "rotation": [0, 1, "-12.5-math.sin(q.anim_time*90*2+60)*2.5"], + "position": [0.5, 0, 0] + }, + "ghost_tail4": { + "rotation": [0, -1, "-12.5-math.sin(q.anim_time*90*2+90)*2.5"], + "position": [0.5, 0, 0] + }, + "ghost_tail5": { + "rotation": [0, 1, "30+math.sin(q.anim_time*90*2-60)*2.5"], + "position": [1, -0.2, 0] + }, + "ghost_tail6": { + "rotation": [0, -52.5, "0+math.sin(q.anim_time*90*2-90)*2.5"] + }, + "ghost_tail7": { + "rotation": [0, -85.5, "0+math.sin(q.anim_time*90*2+30)*2.5"] + }, + "tail": { + "rotation": ["-207.6211-math.sin(q.anim_time*90*2+390)*5", -12.1991, 113.0095], + "position": [-2, -4.75, -2.5] + }, + "ghost_tail0": { + "rotation": [0, 2.5, "20+math.sin(q.anim_time*90*2-30)*0.5"], + "position": [0.8, -0.15, 0] + }, + "ghost_tail": { + "rotation": [0, -27.5, "0+math.sin(q.anim_time*90*2+60)*0.5"] + }, + "ghost_tail17": { + "rotation": [7.59001, "15.815+math.sin(q.anim_time*90*2+360)*2.5", "26.0557-15-math.sin(q.anim_time*90*2+360)*5"], + "position": [1, 0, 0] + }, + "ghost_tail16": { + "rotation": [0, -2.5, "47.5+math.sin(q.anim_time*90*2+330)*2.5"], + "position": [1.8, -0.8, 0] + }, + "ghost_tail15": { + "rotation": [0, 1, "27.5+math.sin(q.anim_time*90*2+300)*5"], + "position": [0.9, -0.1, 0] + }, + "ghost_tail14": { + "rotation": [0, -25, "0-math.sin(q.anim_time*90*2+270)*2.5"] + }, + "ghost_tail13": { + "rotation": [0, -2.5, "15+math.sin(q.anim_time*90*2+240)*2.5"], + "position": [0.5, 0, 0] + }, + "ghost_tail12": { + "rotation": [0, -10, "0+math.sin(q.anim_time*90*2+210)*5"] + }, + "ghost_tail11": { + "rotation": [0, 2.5, "-17.5-math.sin(q.anim_time*90*2+180)*2.5"], + "position": [0.6, 0, 0] + }, + "ghost_tail10": { + "rotation": [0, 0, "-12.5-math.sin(q.anim_time*90*2+150)*2.5"], + "position": [0.3, 0, 0] + }, + "ghost_tail9": { + "rotation": [0, -2.5, "7.5-math.sin(q.anim_time*90*2+120)*5"], + "position": [0.3, 0, 0] + }, + "ghost_tail8": { + "rotation": [0, -1, "22.5+math.sin(q.anim_time*90*2+90)*0.5"], + "position": [0.75, -0.25, 0] + }, + "finger_left6": { + "rotation": ["0-math.sin(q.anim_time*90*1-90)*10", 0, "0+math.sin(q.anim_time*90*1-90)*15"] + }, + "finger_left7": { + "rotation": ["0-math.sin(q.anim_time*90*1-90)*10", 0, "0-math.sin(q.anim_time*90*1-90)*15"] + }, + "finger_left8": { + "rotation": ["0-math.sin(q.anim_time*90*1-90)*10", 0, 0], + "position": [0, 0, 0.5] + }, + "finger_left9": { + "rotation": ["0-math.sin(q.anim_time*90*1-90)*10", 0, "0+math.sin(q.anim_time*90*1-60)*7.5"], + "position": [0, 0, 0.5] + }, + "finger_left10": { + "rotation": ["0-math.sin(q.anim_time*90*1-90)*10", 0, "0+math.sin(q.anim_time*90*1-60)*7.5"], + "position": [0, 0, 0.5] + } + } + }, + "animation.runerigus.ground_walk": { + "loop": true, + "bones": { + "neck": { + "rotation": [22.12165, "4.9809+math.sin(q.anim_time*90*2)*2.5", "-8.6822+math.sin(q.anim_time*90*2+30)*5"] + }, + "ghost_neck": { + "rotation": ["-55-math.sin(q.anim_time*90*1+60)*5", 0, 0] + }, + "ghost_neck2": { + "rotation": ["-35+math.sin(q.anim_time*90*1+60)*1", 0, 0] + }, + "ghost_neck3": { + "rotation": [42.5, 0, 0] + }, + "head": { + "rotation": [16.73634, -5.188, "16.7363-math.sin(q.anim_time*90*1+90)*2.5"] + }, + "arm_ghost_right": { + "rotation": ["-61.062-math.sin(q.anim_time*90*1)*10", -29.1409, "-15.0688+math.sin(q.anim_time*90*2)*2.5"], + "position": [4, 0, 2] + }, + "ghost_right": { + "rotation": [0, "2.5-math.sin(q.anim_time*90*1+60)*7.5", "67.5+math.sin(q.anim_time*90*1+60)*10"], + "position": [1.8, -1.25, 0] + }, + "ghost_right2": { + "rotation": [0, "2.5-math.sin(q.anim_time*90*1+90)*5", -60], + "position": [1.75, 1, 0] + }, + "arm_right": { + "rotation": ["-4.9574-math.sin(q.anim_time*90*1)*5", "0.6518+math.sin(q.anim_time*90*1)*10", "49.9718+math.sin(q.anim_time*90*1)*5"], + "position": [2, 0, 0] + }, + "arm_ghost_left": { + "rotation": [-55.71535, -1.8137, "15.2756-math.sin(q.anim_time*90*2)*2.5"] + }, + "ghost_left": { + "rotation": [0, "102.5+math.sin(q.anim_time*90*1+60)*25", 0] + }, + "ghost_left2": { + "rotation": [0, "-102.5-math.sin(q.anim_time*90*1+90)*25", 0] + }, + "arm_left": { + "rotation": [-17.5, 15, "-17.5+math.sin(q.anim_time*90*1)*10"] + }, + "finger_right6": { + "rotation": ["12.5-math.sin(q.anim_time*90*1-90)*10", 0, "0+math.sin(q.anim_time*90*1-90)*15"] + }, + "finger_right7": { + "rotation": ["15-math.sin(q.anim_time*90*1-90)*10", 0, "0-math.sin(q.anim_time*90*1-90)*15"] + }, + "finger_right8": { + "rotation": ["12.5-math.sin(q.anim_time*90*1-90)*10", 0, "0-math.sin(q.anim_time*90*1-60)*7.5"], + "position": [0, 0, 0.5] + }, + "finger_right9": { + "rotation": ["12.5-math.sin(q.anim_time*90*1-90)*10", 0, "0+math.sin(q.anim_time*90*1-60)*7.5"], + "position": [0, 0, 0.5] + }, + "finger_right10": { + "rotation": ["12.5-math.sin(q.anim_time*90*1-90)*10", 0, "0+math.sin(q.anim_time*90*1-60)*7.5"], + "position": [0, 0, 0.5] + }, + "tail_ghost": { + "rotation": [0, 5, -77.5], + "position": [4.5, "4.5+math.sin(q.anim_time*90*2-30)*0.25", 4] + }, + "ghost_tail1": { + "rotation": [0, -2.5, "52.5+math.sin(q.anim_time*90*2)*2.5"], + "position": [1.6, -0.8, 0] + }, + "ghost_tail2": { + "rotation": [0, 2.5, "15+math.sin(q.anim_time*90*2+30)*2.5"], + "position": [0.5, 0, 0] + }, + "ghost_tail3": { + "rotation": [0, 1, "-12.5-math.sin(q.anim_time*90*2+60)*2.5"], + "position": [0.5, 0, 0] + }, + "ghost_tail4": { + "rotation": [0, -1, "-12.5-math.sin(q.anim_time*90*2+90)*2.5"], + "position": [0.5, 0, 0] + }, + "ghost_tail5": { + "rotation": [0, 1, "30+math.sin(q.anim_time*90*2-60)*2.5"], + "position": [1, -0.2, 0] + }, + "ghost_tail6": { + "rotation": [0, -52.5, "0+math.sin(q.anim_time*90*2-90)*2.5"] + }, + "ghost_tail7": { + "rotation": [0, -85.5, "0+math.sin(q.anim_time*90*2+30)*2.5"] + }, + "tail": { + "rotation": ["-207.6211-math.sin(q.anim_time*90*2+390)*5", -12.1991, 113.0095], + "position": [-2, -4.75, -2.5] + }, + "ghost_tail0": { + "rotation": [0, 2.5, "20+math.sin(q.anim_time*90*2-30)*0.5"], + "position": [0.8, -0.15, 0] + }, + "ghost_tail": { + "rotation": [0, -27.5, "0+math.sin(q.anim_time*90*2+60)*0.5"] + }, + "ghost_tail17": { + "rotation": [7.59001, "15.815+math.sin(q.anim_time*90*2+360)*2.5", "26.0557-15-math.sin(q.anim_time*90*2+360)*5"], + "position": [1, 0, 0] + }, + "ghost_tail16": { + "rotation": [0, -2.5, "47.5+math.sin(q.anim_time*90*2+330)*2.5"], + "position": [1.8, -0.8, 0] + }, + "ghost_tail15": { + "rotation": [0, 1, "27.5+math.sin(q.anim_time*90*2+300)*5"], + "position": [0.9, -0.1, 0] + }, + "ghost_tail14": { + "rotation": [0, -25, "0-math.sin(q.anim_time*90*2+270)*2.5"] + }, + "ghost_tail13": { + "rotation": [0, -2.5, "15+math.sin(q.anim_time*90*2+240)*2.5"], + "position": [0.5, 0, 0] + }, + "ghost_tail12": { + "rotation": [0, -10, "0+math.sin(q.anim_time*90*2+210)*5"] + }, + "ghost_tail11": { + "rotation": [0, 2.5, "-17.5-math.sin(q.anim_time*90*2+180)*2.5"], + "position": [0.6, 0, 0] + }, + "ghost_tail10": { + "rotation": [0, 0, "-12.5-math.sin(q.anim_time*90*2+150)*2.5"], + "position": [0.3, 0, 0] + }, + "ghost_tail9": { + "rotation": [0, -2.5, "7.5-math.sin(q.anim_time*90*2+120)*5"], + "position": [0.3, 0, 0] + }, + "ghost_tail8": { + "rotation": [0, -1, "22.5+math.sin(q.anim_time*90*2+90)*0.5"], + "position": [0.75, -0.25, 0] + }, + "finger_left6": { + "rotation": ["0-math.sin(q.anim_time*90*1-90)*10", 0, "0+math.sin(q.anim_time*90*1-90)*15"] + }, + "finger_left7": { + "rotation": ["0-math.sin(q.anim_time*90*1-90)*10", 0, "0-math.sin(q.anim_time*90*1-90)*15"] + }, + "finger_left8": { + "rotation": ["0-math.sin(q.anim_time*90*1-90)*10", 0, 0], + "position": [0, 0, 0.5] + }, + "finger_left9": { + "rotation": ["0-math.sin(q.anim_time*90*1-90)*10", 0, "0+math.sin(q.anim_time*90*1-60)*7.5"], + "position": [0, 0, 0.5] + }, + "finger_left10": { + "rotation": ["0-math.sin(q.anim_time*90*1-90)*10", 0, "0+math.sin(q.anim_time*90*1-60)*7.5"], + "position": [0, 0, 0.5] + } + } + }, + "animation.runerigus.sleep": { + "loop": true, + "bones": { + "neck": { + "position": [0, 0, 4.5] + }, + "ghost_neck": { + "position": [0, 0, 6] + }, + "ghost_neck2": { + "position": [0, 0, 7] + }, + "ghost_neck3": { + "position": [0, 0, 6] + }, + "head": { + "position": [0, 0, 1.5] + }, + "arm_ghost_right": { + "position": [8, 0, 0] + }, + "ghost_right": { + "position": [9, 0, 0] + }, + "ghost_right2": { + "position": [8, 0, 0] + }, + "finger_left6": { + "position": [6, 6, 0] + }, + "finger_left7": { + "position": [-6, 6, 0] + }, + "finger_left8": { + "position": [-2, 8, 0] + }, + "finger_left9": { + "position": [0, 10, 0] + }, + "finger_left10": { + "position": [2, 8, 0] + }, + "arm_ghost_left": { + "position": [-8, 0, 0] + }, + "ghost_left": { + "position": [-8, 0, 0] + }, + "ghost_left2": { + "position": [-9, 0, 0] + }, + "finger_right6": { + "position": [-6, 6, 0] + }, + "finger_right7": { + "position": [6, 6, 0] + }, + "finger_right8": { + "position": [2, 8, 0] + }, + "finger_right9": { + "position": [0, 10, 0] + }, + "finger_right10": { + "position": [-2, 8, 0] + }, + "ghost_tail0": { + "position": [8, 0, 0] + }, + "ghost_tail1": { + "position": [8, 0, 0] + }, + "ghost_tail2": { + "position": [8, 0, 0] + }, + "ghost_tail3": { + "position": [8, 0, 0] + }, + "ghost_tail4": { + "position": [8, 0, 0] + }, + "ghost_tail5": { + "position": [8, 0, 0] + }, + "ghost_tail6": { + "position": [8, 0, 0] + }, + "ghost_tail7": { + "position": [8, 0, 0] + }, + "ghost_tail": { + "position": [8, 0, 0] + }, + "tail": { + "position": [8, 0, 0] + }, + "ghost_tail8": { + "position": [8, 0, 0] + }, + "ghost_tail9": { + "position": [8, 0, 0] + }, + "ghost_tail10": { + "position": [9, 0, 0] + }, + "ghost_tail11": { + "position": [8, 0, 0] + }, + "ghost_tail12": { + "position": [8, 0, 0] + }, + "ghost_tail13": { + "position": [8, 0, 0] + }, + "ghost_tail14": { + "position": [8, 0, 0] + }, + "ghost_tail15": { + "position": [8, 0, 0] + }, + "ghost_tail16": { + "position": [8, 0, 0] + }, + "ghost_tail17": { + "position": [7, 0, 0] + } + } + } + }, + "geckolib_format_version": 2 +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/sandygast/sandygast.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/sandygast/sandygast.animation.json new file mode 100644 index 0000000..ac15ac3 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/sandygast/sandygast.animation.json @@ -0,0 +1,70 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.sandygast.ground_idle": { + "loop": true, + "bones": { + "arm_right": { + "position": ["math.clamp(math.sin(q.anim_time*90*1+90)*0.2,-0.1,0.1)-math.sin(-q.anim_time*90*1-90)*0.3", 0, 0] + }, + "body_bot": { + "rotation": ["math.sin(q.anim_time*90*0.5-150+100)*4", 0, "math.sin(q.anim_time*90*1-150+100)*2"], + "position": [0, "math.clamp(math.sin(q.anim_time*90*1+120)*0.2,-0.1,0.1)-math.sin(-q.anim_time*90*1-120)*0.3", 0] + }, + "arm_left": { + "position": ["math.clamp(math.sin(q.anim_time*90*1+90)*-0.2,-0.1,0.1)-math.sin(-q.anim_time*90*1-90)*-0.3", 0, 0] + }, + "shovel": { + "rotation": ["math.sin(q.anim_time*90*0.5-150+100)*1", "math.sin(q.anim_time*90*0.5-150+100)*3", "math.sin(q.anim_time*90*1-150+100)*2"] + }, + "mouth": { + "position": [0, "math.clamp(math.sin(q.anim_time*90*1+90*0.5)*0.2,-0.1,0.1)-math.sin(-q.anim_time*90*1-90*0.5)*0.2", 0] + }, + "hand_left": { + "rotation": ["math.sin(q.anim_time*90*1+140)*0.5", "math.sin(q.anim_time*90*1+140)*0.5", "math.sin(q.anim_time*90*1-90+140)*3"], + "position": [-0.175, "math.clamp(math.sin(q.anim_time*90*1+90)*0.2,-0.1,0.1)-math.sin(-q.anim_time*90*1-90)*0.3", 0] + }, + "hand_right": { + "rotation": ["math.sin(q.anim_time*90*1+140)*0.5", "math.sin(q.anim_time*90*1+140)*0.5", "math.sin(q.anim_time*90*1-90+140)*3"], + "position": [0.45, "math.clamp(math.sin(q.anim_time*90*1+90)*0.2,-0.1,0.1)-math.sin(-q.anim_time*90*1-90)*0.3", 0] + } + } + }, + "animation.sandygast.ground_walk": { + "loop": true, + "bones": { + "arm_right": { + "position": ["0-math.sin(q.anim_time*90*4*2-20)*0.2+0.3", 0, 0] + }, + "body_bot": { + "rotation": ["10+math.sin(q.anim_time*90*4*2-45)*2", 0, 0], + "position": [0, "-math.sin(q.anim_time*90*4*2-20)*0.2-0.1", "-math.sin(q.anim_time*90*4*2+90)*0.5+0.2"] + }, + "arm_left": { + "rotation": [0, 0, 0], + "position": ["-math.sin(q.anim_time*90*4*2-20)*-0.2-0.3", 0, 0] + }, + "shovel": { + "rotation": ["+math.sin(q.anim_time*90*4*2-45)*2", 0, 0] + }, + "mouth": { + "position": [0, "-math.sin(q.anim_time*90*4*2-20)*-0.2+0.1", 0] + }, + "hand_left": { + "rotation": ["0+math.sin(q.anim_time*90*4*2+45)*3", 0, 0], + "position": [-0.825, "-math.sin(q.anim_time*90*4*2-20)*-0.2-0.3", 0] + }, + "hand_right": { + "rotation": ["0+math.sin(q.anim_time*90*4*2+45)*3", 0, 0], + "position": [0.925, "-0.275+math.sin(q.anim_time*90*4*2-20)*0.20", 0] + }, + "flastsurface": { + "position": [0, 0, "-math.sin(q.anim_time*90*4*2-20)*0.2+0.3"] + }, + "arm_right_move": { + "position": [0, 0, 0] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/scovillain/scovillain.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/scovillain/scovillain.animation.json new file mode 100644 index 0000000..510dc39 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/scovillain/scovillain.animation.json @@ -0,0 +1,1500 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.scovillain.ground_idle": { + "loop": true, + "animation_length": 1.28, + "bones": { + "head_left": { + "rotation": { + "0.0": { + "post": [25.43039, 14.85384, -6.67139], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [23.41673, 17.95909, -13.78959], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [25.43039, 14.85384, -6.67139], + "lerp_mode": "catmullrom" + } + } + }, + "head_right": { + "rotation": { + "0.0": { + "post": [25.43039, -14.85384, 6.67139], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [30.43039, -14.85384, 6.67139], + "lerp_mode": "catmullrom" + }, + "0.44": { + "post": [22.74972, -14.85384, 6.67139], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [45.11238, -14.85384, 6.67139], + "lerp_mode": "catmullrom" + }, + "0.68": { + "post": [22.74972, -14.85384, 6.67139], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [45.11238, -14.85384, 6.67139], + "lerp_mode": "catmullrom" + }, + "1.04": { + "post": [30.43039, -14.85384, 6.67139], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [25.43039, -14.85384, 6.67139], + "lerp_mode": "catmullrom" + } + } + }, + "all": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -0.35, -0.2], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [0, -0.25, -0.5], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [0, -0.35, -0.2], + "lerp_mode": "catmullrom" + } + } + }, + "neck_left": { + "rotation": { + "0.0": { + "post": [21.29896, 68.60168, 49.44761], + "lerp_mode": "catmullrom" + }, + "0.44": { + "post": [13.0257, 71.57363, 47.37871], + "lerp_mode": "catmullrom" + }, + "0.84": { + "post": [16.29896, 68.60168, 49.44761], + "lerp_mode": "catmullrom" + }, + "1.16": { + "post": [20.21429, 68.47108, 49.53853], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [21.29896, 68.60168, 49.44761], + "lerp_mode": "catmullrom" + } + } + }, + "tongue_left": { + "rotation": { + "0.0": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + } + } + }, + "neck_right": { + "rotation": { + "0.0": { + "post": [21.29896, -68.60168, -49.44761], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [36.65067, -64.93165, -66.12736], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [45.21029, -60.84624, -75.79019], + "lerp_mode": "catmullrom" + }, + "0.92": { + "post": [36.39793, -64.03795, -66.06707], + "lerp_mode": "catmullrom" + }, + "1.16": { + "post": [26.97451, -67.578, -55.56397], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [21.29896, -68.60168, -49.44761], + "lerp_mode": "catmullrom" + } + } + }, + "tongue_right": { + "rotation": { + "0.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leaf_front_right": { + "rotation": { + "0.0": { + "post": [55, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [55, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [65, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [55, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leaf_back_right": { + "rotation": { + "0.0": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [-62.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leaf_front_left": { + "rotation": { + "0.0": { + "post": [55, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [65, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [55, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leaf_back_left": { + "rotation": { + "0.0": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [-62.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_1": { + "rotation": { + "0.0": { + "post": [-25.18908, 6.79382, -3.18458], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [-31.5667, -17.2294, 10.3141], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [-25.18908, 6.79382, -3.18458], + "lerp_mode": "catmullrom" + } + } + }, + "tail_2": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [19.33352, 17.1029, 6.42296], + "lerp_mode": "catmullrom" + }, + "0.84": { + "post": [14.73977, -24.27357, -6.17275], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.scovillain.ground_walk": { + "loop": true, + "animation_length": 1.12, + "bones": { + "all": { + "position": [0, 0.4, 0] + }, + "neck_left": { + "rotation": { + "0.0": { + "post": [0, 47.5, 25], + "lerp_mode": "catmullrom" + }, + "0.16": { + "post": [4.79692, 42.78511, 28.11707], + "lerp_mode": "catmullrom" + }, + "0.36": { + "post": [0, 47.5, 25], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [0, 47.5, 25], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [4.79692, 42.78511, 28.11707], + "lerp_mode": "catmullrom" + }, + "0.92": { + "post": [0, 47.5, 25], + "lerp_mode": "catmullrom" + }, + "1.12": { + "post": [0, 47.5, 25], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.08": { + "post": [0, -0.2, 0], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [0, -0.2, 0], + "lerp_mode": "catmullrom" + }, + "0.88": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.12": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head_left": { + "rotation": { + "0.0": { + "post": [26.10019, 31.60176, 6.92517], + "lerp_mode": "catmullrom" + }, + "0.28": { + "post": [31.02373, 26.80687, 16.98737], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [29.38442, 25.90376, 13.17305], + "lerp_mode": "catmullrom" + }, + "0.84": { + "post": [24.59704, 30.45535, 3.06377], + "lerp_mode": "catmullrom" + }, + "1.12": { + "post": [26.10019, 31.60176, 6.92517], + "lerp_mode": "catmullrom" + } + } + }, + "neck_right": { + "rotation": { + "0.0": { + "post": [0, -47.5, -25], + "lerp_mode": "catmullrom" + }, + "0.16": { + "post": [4.79692, -42.78511, -28.11707], + "lerp_mode": "catmullrom" + }, + "0.36": { + "post": [0, -47.5, -25], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [0, -47.5, -25], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [4.79692, -42.78511, -28.11707], + "lerp_mode": "catmullrom" + }, + "0.92": { + "post": [0, -47.5, -25], + "lerp_mode": "catmullrom" + }, + "1.12": { + "post": [0, -47.5, -25], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.08": { + "post": [0, -0.2, 0], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [0, -0.2, 0], + "lerp_mode": "catmullrom" + }, + "0.88": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.12": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head_right": { + "rotation": { + "0.0": { + "post": [21.10019, -31.60176, -6.92517], + "lerp_mode": "catmullrom" + }, + "0.16": { + "post": [38.6, -31.6, -6.93], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [21.02321, -26.80517, -16.99206], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [33.6, -31.6, -6.93], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [18.6, -31.6, -6.93], + "lerp_mode": "catmullrom" + }, + "0.88": { + "post": [38.52321, -26.80517, -16.99206], + "lerp_mode": "catmullrom" + }, + "1.12": { + "post": [21.10019, -31.60176, -6.92517], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": [12.5, 0, 0], + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.08": { + "post": [0, -0.2, 0], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [0, -0.2, 0], + "lerp_mode": "catmullrom" + }, + "0.88": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.12": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [10.26899, -39.87727, -9.95822], + "lerp_mode": "catmullrom" + }, + "0.16": { + "post": [5.50966, -33.12716, -2.52829], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [10.26899, -39.87727, -9.95822], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [10.26899, -39.87727, -9.95822], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [5.50966, -33.12716, -2.52829], + "lerp_mode": "catmullrom" + }, + "0.88": { + "post": [10.26899, -39.87727, -9.95822], + "lerp_mode": "catmullrom" + }, + "1.12": { + "post": [10.26899, -39.87727, -9.95822], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [10.26899, 39.87727, 9.95822], + "lerp_mode": "catmullrom" + }, + "0.16": { + "post": [5.50966, 33.12716, 2.52829], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [10.26899, 39.87727, 9.95822], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [10.26899, 39.87727, 9.95822], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [5.50966, 33.12716, 2.52829], + "lerp_mode": "catmullrom" + }, + "0.88": { + "post": [10.26899, 39.87727, 9.95822], + "lerp_mode": "catmullrom" + }, + "1.12": { + "post": [10.26899, 39.87727, 9.95822], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": { + "0.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.28": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.84": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.12": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "0.28": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "0.84": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.12": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.28": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.84": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.12": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "0.28": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "0.84": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.12": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + } + } + }, + "tail_1": { + "rotation": { + "0.0": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.16": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.36": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.92": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.12": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_2": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.16": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.36": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.92": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.12": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.scovillain.faint": { + "loop": true, + "animation_length": 2.886, + "bones": { + "all": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.44": { + "post": [-67.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.68": { + "post": [-82.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -0.35, -0.2], + "lerp_mode": "catmullrom" + }, + "0.44": { + "post": [0, -0.35, -0.2], + "lerp_mode": "catmullrom" + }, + "0.68": { + "post": [0, 1.15, -0.2], + "lerp_mode": "catmullrom" + } + } + }, + "neck_left": { + "rotation": { + "0.0": { + "post": [13.95311, 56.65984, 41.22357], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [54.62343, 54.04495, 86.83831], + "lerp_mode": "catmullrom" + }, + "0.44": { + "post": [58.16348, 49.87786, 91.32923], + "lerp_mode": "catmullrom" + }, + "0.68": { + "post": [-55.62704, 52.9799, -34.63209], + "lerp_mode": "catmullrom" + }, + "0.76": { + "post": [-62.67824, 42.21676, -44.12906], + "lerp_mode": "catmullrom" + }, + "0.88": { + "post": [-55.62704, 52.9799, -34.63209], + "lerp_mode": "catmullrom" + } + } + }, + "head_left": { + "rotation": { + "0.0": { + "post": [25.43039, 14.85384, -6.67139], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [25.16943, 12.59357, -7.7711], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [24.64784, -5.57881, -16.17511], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [36.01868, -45.10311, -40.8704], + "lerp_mode": "catmullrom" + }, + "0.68": { + "post": [58.35887, -40.98988, -36.97708], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [68.50062, -33.11156, -52.34877], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [58.35887, -40.98988, -36.97708], + "lerp_mode": "catmullrom" + } + } + }, + "jaw_green": { + "rotation": { + "0.68": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + } + } + }, + "tongue_left": { + "rotation": { + "0.0": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "0.76": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "0.88": { + "post": [26.03345, -50.33155, -9.89769], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [23.69191, -45.7935, -6.75275], + "lerp_mode": "catmullrom" + }, + "1.04": { + "post": [26.03345, -50.33155, -9.89769], + "lerp_mode": "catmullrom" + } + } + }, + "neck_right": { + "rotation": { + "0.0": { + "post": [12.37193, -51.79058, -39.27649], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [60.95175, -45.56519, -95.09447], + "lerp_mode": "catmullrom" + }, + "0.44": { + "post": [62.12145, -43.36719, -96.76394], + "lerp_mode": "catmullrom" + }, + "0.68": { + "post": [-45.89857, -60.76105, 23.05355], + "lerp_mode": "catmullrom" + }, + "0.76": { + "post": [-55.62704, -52.9799, 34.63209], + "lerp_mode": "catmullrom" + }, + "0.88": { + "post": [-51.37747, -57.00297, 29.44814], + "lerp_mode": "catmullrom" + } + } + }, + "head_right": { + "rotation": { + "0.0": { + "post": [25.43039, -14.85384, 6.67139], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [24.5727, -3.51681, 12.01437], + "lerp_mode": "catmullrom" + }, + "0.4": { + "post": [37.00644, -1.52114, 13.52167], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [42.81256, 27.70412, 37.9693], + "lerp_mode": "catmullrom" + }, + "0.68": { + "post": [60.08521, 42.0408, 55.25006], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [45.21421, 33.78801, 43.31255], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [60.08521, 42.0408, 55.25006], + "lerp_mode": "catmullrom" + } + } + }, + "jaw_red": { + "rotation": { + "0.52": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.84": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + } + } + }, + "tongue_right": { + "rotation": { + "0.0": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "0.76": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "0.88": { + "post": [26.03345, 50.33155, 9.89769], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [23.69191, 45.7935, 6.75275], + "lerp_mode": "catmullrom" + }, + "1.04": { + "post": [26.03345, 50.33155, 9.89769], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leaf_front_right": { + "rotation": { + "0.0": { + "post": [55, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [55, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [75, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leaf_back_right": { + "rotation": { + "0.0": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leaf_front_left": { + "rotation": { + "0.0": { + "post": [55, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [55, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [75, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leaf_back_left": { + "rotation": { + "0.0": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [-127.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.44": { + "post": [-97.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [-97.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.76": { + "post": [-217.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.88": { + "post": [-205, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.04": { + "post": [-217.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [-127.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.44": { + "post": [-97.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [-97.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.76": { + "post": [-217.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.88": { + "post": [-205, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.04": { + "post": [-217.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.44": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.68": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.44": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.68": { + "post": [0, 0, -0.3], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.44": { + "post": [-60, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.68": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.44": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.68": { + "post": [0, 0, -0.3], + "lerp_mode": "catmullrom" + } + } + }, + "tail_1": { + "rotation": { + "0.0": { + "post": [-25.18908, 6.79382, -3.18458], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [-10.18908, 6.79382, -3.18458], + "lerp_mode": "catmullrom" + }, + "0.44": { + "post": [64.81092, 6.79382, -3.18458], + "lerp_mode": "catmullrom" + } + } + }, + "tail_2": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.44": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.scovillain.sleep": { + "loop": true, + "animation_length": 1.28, + "bones": { + "all": { + "position": { + "0.0": [0, -4, 0], + "0.64": [0, -4, -0.35], + "1.28": [0, -4, 0] + } + }, + "neck_left": { + "rotation": { + "0.0": { + "post": [11.21792, 41.26755, 16.7357], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [9.04107, 41.70738, 13.4502], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [11.21792, 41.26755, 16.7357], + "lerp_mode": "catmullrom" + } + } + }, + "head_left": { + "rotation": { + "0.0": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + } + } + }, + "tongue_left": { + "rotation": { + "0.0": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck_right": { + "rotation": { + "0.0": { + "post": [11.21792, -41.26755, -16.7357], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [7.49344, -41.51495, -14.88761], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [9.04107, -41.70738, -13.4502], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [12.37695, -41.00939, -18.26421], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [11.21792, -41.26755, -16.7357], + "lerp_mode": "catmullrom" + } + } + }, + "head_right": { + "rotation": { + "0.0": { + "post": [12.5, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [2.5, 0, -18.28125], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [7.5, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [0.46875, 0, -18.54492], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [12.5, 0, -22.5], + "lerp_mode": "catmullrom" + } + } + }, + "tongue_right": { + "rotation": { + "0.0": { + "post": [0, 27.5, 0], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [0, 27.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.64": [2.5, 0, 0], + "1.28": [0, 0, 0] + } + }, + "leaf_front_right": { + "rotation": { + "0.0": { + "post": [62.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [67.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [62.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leaf_back_right": { + "rotation": { + "0.0": { + "post": [-67.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [-62.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [-67.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leaf_front_left": { + "rotation": { + "0.0": { + "post": [62.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [67.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [62.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leaf_back_left": { + "rotation": { + "0.0": { + "post": [-67.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [-62.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [-67.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [-14.87739, 1.93597, 7.24721], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [-14.87739, 1.93597, 7.24721], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [-14.87739, -1.93597, -7.24721], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [-14.87739, -1.93597, -7.24721], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": { + "0.0": { + "post": [-90, 30, 0], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [-92.5, 30, 0], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [-90, 30, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [-90, -30, 0], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [-92.5, -30, 0], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [-90, -30, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_1": { + "rotation": { + "0.0": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [-5.90569, 19.87119, -2.65585], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_2": { + "rotation": { + "0.0": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [2.5, 25, 0], + "lerp_mode": "catmullrom" + }, + "1.28": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + } + } + } + } + } + }, + "geckolib_format_version": 2 +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/screamtail/screamtail.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/screamtail/screamtail.animation.json new file mode 100644 index 0000000..65bbf1f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/screamtail/screamtail.animation.json @@ -0,0 +1,419 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.screamtail.ground_idle": { + "loop": true, + "bones": { + "body": { + "position": [0, "math.sin(q.anim_time*90*6-90)*0.125+0.125", "-math.sin(q.anim_time*90*6-90)*0.1-0.1"] + }, + "torso": { + "rotation": [0, 0, "math.sin(q.anim_time*90*1.5-90)*2"], + "position": [0, "0.25+math.sin(q.anim_time*90*6-90)*0.1", 0] + }, + "ear_right": { + "rotation": ["(-math.sin(query.anim_time*90*6-90)*1+1)*1", 0, 0] + }, + "arm_right": { + "rotation": [5, "-5-math.sin(query.anim_time*90*1.5-90)*4", "-5*(math.sin(query.anim_time*90*3-90)*1-1)-15"] + }, + "arm_left": { + "rotation": [5, "5-math.sin(query.anim_time*90*1.5-90)*4", "-5*(-math.sin(query.anim_time*90*3-90)*1+1)+15"] + }, + "foot_right": { + "rotation": ["math.sin(q.anim_time*90*6-90)*5+5", 0, 0] + }, + "foot_right2": { + "rotation": ["-math.sin(q.anim_time*90*6-90)*5-5", 0, 0] + }, + "foot_left": { + "rotation": ["math.sin(q.anim_time*90*6-90)*5+5", 0, 0] + }, + "foot_left2": { + "rotation": ["-math.sin(q.anim_time*90*6-90)*5-5", 0, 0] + }, + "ear_left": { + "rotation": ["(-math.sin(query.anim_time*90*6-90)*1+1)*1", 0, 0] + }, + "tuft3": { + "rotation": ["math.sin(q.anim_time*90*1.5-90)*2", 0, 0] + }, + "tuft5": { + "rotation": [0, "math.sin(q.anim_time*90*1.5-180)*8", 0] + }, + "tuft7": { + "rotation": [0, "math.sin(q.anim_time*90*1.5-270)*8", 0] + } + } + }, + "animation.screamtail.ground_walk": { + "loop": true, + "bones": { + "body": { + "position": [ + 0, + "1.75-math.clamp(math.sin(-query.anim_time*90*4+45/2)*1,0,1)-math.clamp(math.sin(-query.anim_time*90*4+45/2+180)*1,0,1)-4.6+math.clamp(math.sin(-query.anim_time*90*4+45/2-50)*3,2.2,3)+math.clamp(math.sin(-query.anim_time*90*4+45/2-50+180)*3,2.2,3)", + "-math.clamp(math.sin(query.anim_time*90*4)*0.7,0.1,0.6)-math.clamp(math.sin(-query.anim_time*90*4)*0.7,0.1,0.6)+0.2" + ] + }, + "torso": { + "rotation": [ + "-math.clamp(math.sin(query.anim_time*90*4+20)*12,0,40)-math.clamp(math.sin(query.anim_time*90*4+20+180)*12,0,40)+7.5", + "math.clamp(math.sin(query.anim_time*90*4*2+45)*2,-2,0)-math.clamp(math.sin(query.anim_time*90*4*2+45+180)*0.5,-2,0)", + "math.sin(query.anim_time*90*4+20)*1" + ] + }, + "arm_right": { + "rotation": [5, "-5-math.sin(query.anim_time*90*4+45+180*0)*20", "-10*(math.sin(query.anim_time*90*4+45+180*0)*1+1)"], + "position": [0, 0, "math.sin(q.anim_time*90*4-90+180*0)*0.5+0.65"] + }, + "arm_left": { + "rotation": [5, "5+math.sin(query.anim_time*90*4+45+180)*20", "10*(math.sin(query.anim_time*90*4+45+180)*1+1)"], + "position": [0, 0, "math.sin(q.anim_time*90*4-90+180*1)*0.5+0.65"] + }, + "leg_right": { + "rotation": [ + "math.clamp(math.sin(-query.anim_time*90*4-45+180)*25,0,25)+math.clamp(math.sin(-query.anim_time*90*4-45+180)*10,-25,0)-15*(math.clamp(math.sin(-query.anim_time*90*4+30+180)*1,-1,-0.5)*1+0.5)", + 0, + "-math.clamp(math.sin(query.anim_time*90*4+180)*0.7,0.1,0.6)-math.clamp(math.sin(-query.anim_time*90*4+180)*0.7,0.1,0.6)+0.2" + ], + "position": [ + 0, + "-0.25+math.clamp(math.sin(query.anim_time*90*4+90+180)*1,-0.5,0)+math.clamp(math.sin(query.anim_time*90*4+150+180)*1,0,0.5)+2*(math.clamp(math.sin(-query.anim_time*90*4-20+180)*1,-1,-0.7)*1+0.7)", + "-0.5-math.clamp(math.sin(query.anim_time*90*4+45+180)*2,-2,1.5)" + ] + }, + "foot_right": { + "rotation": ["math.clamp(math.sin(-query.anim_time*90*4-45+180)*5,-20,0)+math.clamp(math.sin(query.anim_time*90*4+110+180)*5,-5,-0.5)", 0, 0] + }, + "leg_left": { + "rotation": [ + "math.clamp(math.sin(-query.anim_time*90*4-45)*25,0,25)+math.clamp(math.sin(-query.anim_time*90*4-45)*10,-25,0)-15*(math.clamp(math.sin(-query.anim_time*90*4+30)*1,-1,-0.5)*1+0.5)", + 0, + "-math.clamp(math.sin(query.anim_time*90*4)*0.7,0.1,0.6)-math.clamp(math.sin(-query.anim_time*90*4+180)*0.7,0.1,0.6)+0.2" + ], + "position": [ + 0, + "-0.25+math.clamp(math.sin(query.anim_time*90*4+90)*1,-0.5,0)+math.clamp(math.sin(query.anim_time*90*4+150)*1,0,0.5)+2*(math.clamp(math.sin(-query.anim_time*90*4-20)*1,-1,-0.7)*1+0.7)", + "-0.5-math.clamp(math.sin(query.anim_time*90*4+45)*2,-2,1.5)" + ] + }, + "foot_left": { + "rotation": ["math.clamp(math.sin(-query.anim_time*90*4-45)*5,-20,0)+math.clamp(math.sin(query.anim_time*90*4+110)*5,-5,-0.5)", 0, 0] + }, + "ear_right": { + "rotation": ["(-math.sin(query.anim_time*90*8-90)*1+1)*4", 0, 0] + }, + "foot_right2": { + "rotation": ["-math.clamp(math.sin(q.anim_time*90*4+90)*10,0,10)", 0, 0] + }, + "foot_left2": { + "rotation": ["-math.clamp(math.sin(q.anim_time*90*4-90)*10,0,10)", 0, 0] + }, + "ear_left": { + "rotation": ["(-math.sin(query.anim_time*90*8-90)*1+1)*4", 0, 0] + }, + "tuft4": { + "rotation": ["-1+math.sin(q.anim_time*90*4-80)*2", "0+math.sin(q.anim_time*90*4-100+180)*2.5", 0] + }, + "tuft5": { + "rotation": ["17.5+math.sin(q.anim_time*90*4-100)*3", "0+math.sin(q.anim_time*90*4-120+180)*3.5", 0] + }, + "tuft6": { + "rotation": ["12.5+math.sin(q.anim_time*90*6-120)*4", "0+math.sin(q.anim_time*90*4-135+180)*5", 0] + } + } + }, + "animation.screamtail.faint": { + "loop": true, + "animation_length": 3, + "bones": { + "torso": { + "rotation": { + "0.0": [0, 0, "math.sin(q.anim_time*90*1.5-90)*2"], + "0.125": [0, 0, "0+math.sin(q.anim_time*90*1.5-90)*2"], + "2.5": [0, 0, 0] + }, + "position": { + "0.0": [0, "0.25+math.sin(q.anim_time*90*6-90)*0.1", 0], + "0.5833": [0, "0.25+math.sin(q.anim_time*90*6-90)*0.1", 1], + "0.625": [0, "0.25+math.sin(q.anim_time*90*6-90)*0.1", 1], + "2.5": [0, 0, 1] + } + }, + "ear_right": { + "rotation": { + "0.0": ["(-math.sin(query.anim_time*90*6-90)*1+1)*1", 0, 0], + "0.2083": ["(-math.sin(query.anim_time*90*6-90)*1+1)*1", 0, 0], + "0.375": ["22.5+(-math.sin(query.anim_time*90*6-90)*1+1)*1", 0, 0], + "0.6667": ["40+(-math.sin(query.anim_time*90*6-90)*1+1)*1", 0, 0], + "1.2917": ["40+(-math.sin(query.anim_time*90*6-90)*1+1)*1", 0, 0], + "1.375": ["27.5+(-math.sin(query.anim_time*90*6-90)*1+1)*1", 0, 0], + "1.5833": ["5+(-math.sin(query.anim_time*90*6-90)*1+1)*1", 0, 0], + "1.9583": ["17.5+(-math.sin(query.anim_time*90*6-90)*1+1)*1", 0, 0], + "2.6667": ["-2.5+(-math.sin(query.anim_time*90*6-90)*1+1)*1", 0, 0] + }, + "position": [0, 0, 0] + }, + "arm_right": { + "rotation": { + "0.0": [5, "-5-math.sin(query.anim_time*90*1.5-90)*4", "-5*(math.sin(query.anim_time*90*3-90)*1-1)-15"], + "0.125": [5.45448, "-27.409-math.sin(query.anim_time*90*1.5-90)*4", "-5*(math.sin(query.anim_time*90*3-90)*1-1)-17.0849"], + "1.0833": [4.90377, "-12.4697-math.sin(query.anim_time*90*1.5-90)*4", "-5*(math.sin(query.anim_time*90*3-90)*1-1)-15.6268"], + "1.25": [4.73379, "-2.5048-math.sin(query.anim_time*90*1.5-90)*4", "-5*(math.sin(query.anim_time*90*3-90)*1-1)-14.7709"], + "1.2917": [4.71214, "7.4615-math.sin(query.anim_time*90*1.5-90)*4", "-5*(math.sin(query.anim_time*90*3-90)*1-1)-13.9483"], + "1.5": [4.8041, -11.59816, -6.69088], + "1.75": [4.8041, -11.59816, -6.69088], + "1.9583": [4.8041, -11.59816, -6.69088], + "2.125": [4.67623, "7.4613-math.sin(query.anim_time*90*1.5-90)*4", "-5*(math.sin(query.anim_time*90*3-90)*1-1)-13.9528"] + }, + "position": [0, 0, 0] + }, + "arm_left": { + "rotation": { + "0.0": [5, "5-math.sin(query.anim_time*90*1.5-90)*4", "-5*(-math.sin(query.anim_time*90*3-90)*1+1)+15"], + "0.125": [5.51198, "22.4277-math.sin(query.anim_time*90*1.5-90)*4", "-5*(-math.sin(query.anim_time*90*3-90)*1+1)+16.6752"], + "1.0833": [5.51198, "22.4277-math.sin(query.anim_time*90*1.5-90)*4", "-5*(-math.sin(query.anim_time*90*3-90)*1+1)+16.6752"], + "1.25": [5.25563, "9.9824-math.sin(query.anim_time*90*1.5-90)*4", "-5*(-math.sin(query.anim_time*90*3-90)*1+1)+15.4772"], + "1.2917": [5.23927, "0.0241-math.sin(query.anim_time*90*1.5-90)*4", "-5*(-math.sin(query.anim_time*90*3-90)*1+1)+14.5636"], + "1.5": [5.30172, 9.60614, 7.25154], + "1.75": [5.30172, 9.60614, 7.25154], + "1.9583": [5.30172, 9.60614, 7.25154], + "2.125": [5.40527, "-12.4223-math.sin(query.anim_time*90*1.5-90)*4", "-5*(-math.sin(query.anim_time*90*3-90)*1+1)+13.3946"], + "2.25": [5.34435, "-9.9333-math.sin(query.anim_time*90*1.5-90)*4", "-5*(-math.sin(query.anim_time*90*3-90)*1+1)+13.6363"] + }, + "position": [0, 0, 0] + }, + "foot_right": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*6-90)*5+5", 0, 0], + "2.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "2.5": [0, 0, 0] + } + }, + "foot_right2": { + "rotation": { + "0.0": [4.98093, -0.01893, 0.43523], + "1.125": [0, 0, 0], + "1.3333": [7.5, 0, 0], + "1.5417": [0, 0, 0], + "2.0833": [0, 0, 0], + "2.2083": [10, 0, 0], + "2.5": [17.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.125": [0, 0, 0], + "2.0833": [0, 0, 0], + "2.2083": [0, 0, 0.15], + "2.5": [0, 0, 0.25] + } + }, + "foot_left": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*6-90)*5+5", 0, 0], + "2.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "2.5": [0, 0, 0] + } + }, + "foot_left2": { + "rotation": { + "0.0": ["-math.sin(q.anim_time*90*6-90)*5-5", 0, 0], + "1.125": ["-math.sin(q.anim_time*90*6-90)*5-5", 0, 0], + "1.3333": ["-math.sin(q.anim_time*90*6-90)*5+5", 0, 0], + "1.5417": ["-math.sin(q.anim_time*90*6-90)*5-5", 0, 0], + "2.0833": ["-math.sin(q.anim_time*90*6-90)*5-5", 0, 0], + "2.2083": ["-math.sin(q.anim_time*90*6-90)*5+5", 0, 0], + "2.5": [7.4721, -0.09953, -0.64558] + }, + "position": { + "0.0": [0, 0, 0], + "1.125": [0, 0, 0], + "2.0833": [0, 0, 0], + "2.5": [0, 0, 0.1] + } + }, + "jigglypuff": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [-5, 0, 0], + "0.7083": [-32.5, 0, 0], + "1.0833": [-45.15625, 0, 0], + "1.1667": [-47.65625, 0, 0], + "1.25": [-52.65625, 0, 0], + "1.4167": [-62.66, 0, 0], + "2.0": [-92.66, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.125": [0, 3, 0], + "0.375": [0, 4, 0.55], + "0.5833": [0, 4, 0], + "0.7083": [0, 4, 0], + "1.0833": [0, 3, 1], + "1.25": [0, 3, 1], + "1.2917": [0, 3.59, 1.13], + "1.3333": [0, 4.14, 1.26], + "1.625": [0, 6.02, 2.17], + "1.7083": [0, 6.02, 2.42], + "2.0": [0, 5.27, 2.92], + "2.2083": [0, 5.47, 3.12], + "2.4167": [0, 5.27, 2.92] + } + }, + "mouth_open": { + "rotation": [0, 0, 0], + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, -0.2], + "2.0": [0, 0, -0.2], + "2.0417": [0, 0, 0] + } + }, + "eyelid_left": { + "position": [0, 0, -0.175] + }, + "tuft": { + "rotation": { + "0.0": [0, 0, 0], + "0.2083": [0, 0, 0], + "0.375": [-4.61088, 1.95474, -0.28099], + "0.6667": [-13.7896, 6.06239, -1.32428], + "1.125": [2.17515, -1.25894, 0.05149], + "1.2917": [2.17515, -1.25894, 0.05149], + "1.4167": [-4.52238, 2.13581, -0.29238], + "2.0417": [-16.02995, 7.23429, -1.7379] + }, + "position": { + "0.0": [0, 0, 0], + "0.2083": [0, 0, 0] + } + }, + "leg_right": { + "rotation": { + "0.0": [0, 0, 0], + "1.125": [0, 0, 0], + "1.25": [12.5, 0, 0], + "1.375": [-2.5, 0, 0], + "2.0833": [-2.5, 0, 0], + "2.2083": [1.79, 0, 0], + "2.5": [10, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.125": [0, 0, 0] + } + }, + "leg_left": { + "rotation": { + "0.0": [0, 0, 0], + "1.125": [0, 0, 0], + "1.25": [17.5, 0, 0], + "1.375": [-2.5, 0, 0], + "2.0833": [-2.5, 0, 0], + "2.2083": [2.14, 0, 0], + "2.5": [12.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.125": [0, 0, 0], + "2.5": [0, 0, 0] + } + }, + "eyelid_right": { + "position": [0, 0, -0.175] + } + } + }, + "animation.screamtail.sleep": { + "animation_length": 31.58333, + "bones": { + "body": { + "rotation": [-2.5, 0, 0], + "position": [0, -1.25, 0] + }, + "torso": { + "rotation": ["5+math.sin(q.anim_time*90*1)*1", 0, "math.sin(q.anim_time*90*2)*0.2"], + "position": [0, 0, 0.25] + }, + "eyelid_left": { + "position": [0, 0, -0.175] + }, + "ear_right": { + "rotation": [7.52829, 2.22219, -25.38636] + }, + "tuft": { + "rotation": [10.00477, -2.4905, 0.21782] + }, + "arm_right": { + "rotation": [103.96884, -54.07437, -85.52222] + }, + "arm_left": { + "rotation": [93.36397, 56.70533, 80.26143] + }, + "leg_right": { + "rotation": [-95.27665, 40.788, -42.81403], + "position": [-0.5, 0, -2.5] + }, + "foot_right": { + "rotation": [19.71975, -3.40487, -3.09196] + }, + "foot_right2": { + "rotation": [7.5, 0, 0] + }, + "leg_left": { + "rotation": [-88.19733, -37.06829, 30.0608], + "position": [0.75, 0, -2.25] + }, + "foot_left": { + "rotation": [22.43745, 1.50179, 10.23032] + }, + "foot_left2": { + "rotation": [15, 0, 0] + }, + "tuft4": { + "rotation": ["5+math.sin(q.anim_time*90*1)*5", 0, "math.sin(q.anim_time*90*2)*0.2"] + }, + "tuft5": { + "rotation": ["5+math.sin(q.anim_time*45*1)*3", 0, "math.sin(q.anim_time*90*2)*0.2"] + }, + "eyelid_right": { + "position": [0, 0, -0.175] + } + } + }, + "animation.screamtail.blink": { + "animation_length": 0.625, + "bones": { + "eye_right": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + }, + "eye_left": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/sewaddle/sewaddle.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/sewaddle/sewaddle.animation.json new file mode 100644 index 0000000..27aadcf --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/sewaddle/sewaddle.animation.json @@ -0,0 +1,428 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.sewaddle.ground_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "waist": { + "rotation": [-2.5, 0, 0] + }, + "torso": { + "rotation": ["-2.5+math.sin(query.anim_time*90*2)*2", 0, 0] + }, + "neck": { + "rotation": ["-40-math.sin(query.anim_time*90*2+90)*2", 0, 0] + }, + "head": { + "rotation": ["-25+math.sin(query.anim_time*90*2+90)*1", 0, 0] + }, + "leg_left2": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [3.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [3, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [3.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [6.77, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [6.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [6.27, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -0.3, 0.25], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -0.26, 0.25], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -0.225, 0.25], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -0.26, 0.25], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -0.3, 0.25], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, -0.365, 0.25], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -0.375, 0.25], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, -0.34, 0.25], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -0.3, 0.25], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right2": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [3.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [3, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [3.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [6.77, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [6.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [6.27, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -0.3, 0.25], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -0.26, 0.25], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -0.225, 0.25], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -0.26, 0.25], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -0.3, 0.25], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, -0.365, 0.25], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -0.375, 0.25], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, -0.34, 0.25], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -0.3, 0.25], + "lerp_mode": "catmullrom" + } + } + }, + "torso2": { + "rotation": [-12.5, 0, 0] + }, + "hood3": { + "rotation": ["22.5+math.sin(query.anim_time*90*2+360)*7", 0, 0] + }, + "hood2": { + "rotation": ["10-math.sin(query.anim_time*90*2+270)*3", 0, 0] + }, + "hood": { + "rotation": ["-5+math.sin(query.anim_time*90*2+180)*3", 0, 0] + }, + "mouth_open": { + "position": [0, 0.1, 0] + }, + "hood_right": { + "rotation": [0, 0, 0] + }, + "arm_right": { + "rotation": ["-5-math.sin(query.anim_time*90*2+180)*3", "5-math.sin(query.anim_time*90*2+180)*2", "-5-math.sin(query.anim_time*90*2+180)*3"] + }, + "arm_left": { + "rotation": ["-5-math.sin(query.anim_time*90*2+180)*3", "-5-math.sin(query.anim_time*90*2+180)*2", "5-math.sin(query.anim_time*90*2+180)*3"] + } + } + }, + "animation.sewaddle.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "neck": { + "rotation": ["-27.5+math.sin(query.anim_time*90*4+45)*2", 0, 0] + }, + "head": { + "rotation": ["-52.5-math.sin(query.anim_time*90*4+45)*2", 0, 0] + }, + "body": { + "position": [0, 0, "math.sin(query.anim_time*90*4+90)*0.3"] + }, + "leg_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-10.83, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0.25, 1], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0.58, -0.17], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, -0.5], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-10.83, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -0.5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0.25, 1], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0.58, -0.17], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, -0.5], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-10.83, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -0.5], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0.25, 1], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0.58, -0.17], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, -0.5], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-10.83, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0.25, 1], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0.58, -0.17], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, -0.5], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + } + } + }, + "hood": { + "rotation": ["-2.5-math.sin(query.anim_time*90*4+90)*2", 0, 0] + }, + "hood_left": { + "rotation": [0, "math.sin(query.anim_time*90*4+135)*2", 0] + }, + "hood_right": { + "rotation": [0, "-math.sin(query.anim_time*90*4+90)*2", 0] + }, + "hood2": { + "rotation": [-12.5, 0, 0] + }, + "hood3": { + "rotation": ["30+math.sin(query.anim_time*90*4+135)*5", 0, 0] + } + } + }, + "animation.sewaddle.blink": { + "animation_length": 0.1667, + "bones": { + "eyelids": { + "position": { + "0.0": [0, -0.1, 0], + "0.1667": {"pre": [0, -0.1, 0], "post": [0, 0, 0]} + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/shaymin/shaymin.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/shaymin/shaymin.animation.json new file mode 100644 index 0000000..f2f6f4c --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/shaymin/shaymin.animation.json @@ -0,0 +1,183 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.shaymin.ground_walk": { + "loop": true, + "bones": { + "leave2": { + "rotation": ["-0+math.cos(q.anim_time*90*3*2-200)*2", 0, 0] + }, + "flower2": { + "rotation": ["0+math.cos(q.anim_time*90*3*2-60)*1", 0, "0+math.cos(q.anim_time*90*3-60)*1"] + }, + "leave": { + "rotation": ["-0+math.cos(q.anim_time*90*3*2-200)*2", 0, 0] + }, + "flower": { + "rotation": ["0+math.cos(q.anim_time*90*3*2-60)*1", 0, "0+math.cos(q.anim_time*90*3-60)*1"] + }, + "leg_back_right2": { + "rotation": ["0+math.sin(q.anim_time*90*3)*10", 0, 0], + "position": [-0.25, "0+math.clamp(math.cos(q.anim_time*90*3-180)*1,0,1)", "-0.25+math.sin(q.anim_time*90*3)*1/2"] + }, + "leg_back_left2": { + "rotation": ["0-math.sin(q.anim_time*90*3)*10", 0, 0], + "position": [0.25, "0+math.clamp(math.cos(q.anim_time*90*3)*1,0,1)", "-0.25-math.sin(q.anim_time*90*3)*1/2"] + }, + "leg_front_right": { + "rotation": ["0-math.sin(q.anim_time*90*3)*10", 0, 0], + "position": [-0.25, "0+math.clamp(math.cos(q.anim_time*90*3)*1,0,1)", "0.5-math.sin(q.anim_time*90*3)*1/2"] + }, + "leg_front_left": { + "rotation": ["0+math.sin(q.anim_time*90*3)*10", 0, 0], + "position": [0.25, "0+math.clamp(math.cos(q.anim_time*90*3-180)*1,0,1)", "0.5+math.sin(q.anim_time*90*3)*1/2"] + }, + "backfur": { + "rotation": ["0+math.cos(q.anim_time*90*3*2-60)*1", 0, "0+math.cos(q.anim_time*90*3-60)*1"] + }, + "torso": { + "rotation": ["0+math.cos(q.anim_time*90*3*2)*1", "0-math.cos(q.anim_time*90*3)*1", "0+math.cos(q.anim_time*90*3+30)*2"], + "position": [0, "0.2*math.sin(q.anim_time*90*3*2)", 0] + }, + "nose": { + "rotation": ["0+math.cos(q.anim_time*90*3*2-60)*1", 0, "0+math.cos(q.anim_time*90*3-60)*1"] + } + } + }, + "animation.shaymin.ground_battle": { + "loop": true, + "bones": { + "torso": { + "rotation": ["0+math.cos(q.anim_time*90*3)*1", 0, "0+math.cos(q.anim_time*90*3/2+30)*1"], + "position": [0, "0.1*math.sin(q.anim_time*90*3)", 0] + }, + "backfur": { + "rotation": ["0+math.cos(q.anim_time*90*3-60)*1", 0, "0+math.cos(q.anim_time*90*3/2-60)*1"], + "position": [0, "0.1*math.sin(q.anim_time*90*3-60)", 0] + }, + "flower2": { + "rotation": ["0+math.cos(q.anim_time*90*3-160)*3", 0, 0] + }, + "flower": { + "rotation": ["0+math.cos(q.anim_time*90*3-160)*3", 0, 0] + } + } + }, + "animation.shaymin.ground_idle": { + "loop": true, + "bones": { + "torso": { + "rotation": ["-12.5+math.cos(q.anim_time*90*3)*1", 0, "math.cos(q.anim_time*90*3/2+30)*1"], + "position": [0, "-0.9+0.1*math.sin(q.anim_time*90*3)", 0] + }, + "backfur": { + "rotation": ["0+math.cos(q.anim_time*90*3-60)*1", 0, "0+math.cos(q.anim_time*90*3/2-60)*1"], + "position": [0, "0.1*math.sin(q.anim_time*90*3-60)", 0] + }, + "flower2": { + "rotation": ["0+math.cos(q.anim_time*90*3-160)*3", 0, 0] + }, + "flower": { + "rotation": ["0+math.cos(q.anim_time*90*3-160)*3", 0, 0] + }, + "leg_back_right2": { + "rotation": [-90, 14.25, 0], + "position": [0, -3, 1] + }, + "leg_back_left2": { + "rotation": [-90, -14.25, 0], + "position": [0, -3, 1] + } + } + }, + "animation.shaymin.blink": { + "animation_length": 0.16667, + "bones": { + "eyelid_r": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_l": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + } + } + }, + "animation.shaymin.blink_alternate": { + "animation_length": 0.625, + "bones": { + "eyelid_r": { + "scale": 1 + }, + "eye_right": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + }, + "eye_left": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + } + } + }, + "animation.shaymin.ground_sleep": { + "loop": true, + "bones": { + "torso": { + "rotation": ["0+math.cos(q.anim_time*90*3)*1", 0, "0+math.cos(q.anim_time*90*3/2+30)*1"], + "position": [0, "0.1*math.sin(q.anim_time*90*1)", 0] + }, + "backfur": { + "rotation": ["0+math.cos(q.anim_time*90*2-60)*0.5", 0, "0+math.cos(q.anim_time*90*2/2-60)*0.5"], + "position": [0, "0.1*math.sin(q.anim_time*90*2-60)", 0] + }, + "flower2": { + "rotation": ["0+math.cos(q.anim_time*90*3-160)*3", 0, 0] + }, + "flower": { + "rotation": ["0+math.cos(q.anim_time*90*3-160)*3", 0, 0] + }, + "body": { + "position": [0, -2.725, 0] + }, + "eyelid_r": { + "position": [0, 0, -0.1] + }, + "eyelid_l": { + "position": [0, 0, -0.125] + }, + "leg_back_right2": { + "rotation": [82.47168, -4.95712, 0.65426] + }, + "leg_back_left2": { + "rotation": [82.47168, 4.95712, -0.65426] + }, + "leg_front_right": { + "rotation": [-79.84892, 9.84655, 1.75378] + }, + "leg_front_left": { + "rotation": [-84.84892, -9.84655, -1.75378] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/shaymin_sky/shaymin_sky.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/shaymin_sky/shaymin_sky.animation.json new file mode 100644 index 0000000..1adbf8f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/shaymin_sky/shaymin_sky.animation.json @@ -0,0 +1,420 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.shaymin_sky.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "neck": { + "rotation": ["0+Math.cos((query.anim_time) * 90 * 4*2) * -5", 0, "Math.cos((query.anim_time) * 90 * 4 - 30) * 2"] + }, + "scarf": { + "rotation": [0, "0+Math.cos((query.anim_time) * 90 * 4 - 90) * 15", 0] + }, + "head2": { + "rotation": ["1+Math.cos((query.anim_time) * 90 * 4*2) * 2", 0, 0] + }, + "bone5": { + "rotation": ["-0.1+Math.cos((query.anim_time) * 90 * 4*2) * -2", "0+Math.cos((query.anim_time) * 90 * 4 - 90) * 5", 0] + }, + "bone3": { + "rotation": ["-0.1+Math.cos((query.anim_time) * 90 * 4*2) * -2", "0+Math.cos((query.anim_time) * 90 * 4 - 90) * 5", 0] + }, + "wing_right": { + "rotation": [0, 0, "0-Math.cos((query.anim_time) * 90 * 4*2) * 4"] + }, + "wing_left": { + "rotation": [0, 0, "0+Math.cos((query.anim_time) * 90 * 4*2) * 4"] + }, + "torso": { + "rotation": ["2.5+Math.cos((query.anim_time) * 90 * 4*2 - 90) * 2", 0, "0+Math.cos((query.anim_time) * 90 * 4) * 4"], + "position": [0, "0+Math.cos((query.anim_time) * 90 * 4*2) * 0.5", 0] + }, + "bone": { + "rotation": ["-2+Math.cos((query.anim_time) * 90 * 4*2) * -9", "0+Math.cos((query.anim_time) * 90 * 4 - 90) * 15", 0] + }, + "leg_front_right": { + "rotation": { + "0.0": [26.5, 0, 0], + "0.1667": [22.71, 0, 0], + "0.4167": [-15.08, 0, 0], + "0.5": [-18, 0, 0], + "0.5833": [-15.08, 0, 0], + "0.9167": [22.71, 0, 0], + "1.0": [26.5, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0.21, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0.55, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0.6, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0.75, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0.21, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [0, 0, 0], + "0.7083": [0, 0.2, 0], + "0.9167": [0, 0, 0], + "1.0": [0, 0.21, 0] + } + }, + "leg_front_right2": { + "rotation": { + "0.0": [-17, 0, 0], + "0.0833": [-18.75, 0, 0], + "0.2917": [-40, 0, 0], + "0.5": [-12.5, 0, 0], + "0.7083": [-3.12, 0, 0], + "1.0": [-17, 0, 0] + } + }, + "leg_front_right3": { + "rotation": { + "0.0": [4.38, 0, 0], + "0.0417": [7.5, 0, 0], + "0.25": [55, 0, 0], + "0.5": [22.5, 0, 0], + "0.5417": [35, 0, 0], + "0.7083": [10, 0, 0], + "0.875": [-5, 0, 0], + "1.0": [4.38, 0, 0] + } + }, + "leg_back_right": { + "rotation": { + "0.0": [-18, 0, 0], + "0.0833": [-15.08, 0, 0], + "0.4167": [22.71, 0, 0], + "0.5": [26.5, 0, 0], + "0.6667": [22.71, 0, 0], + "0.9167": [-15.08, 0, 0], + "1.0": [-18, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.4167": [0, 0, 0], + "0.5": { + "pre": [0, 0.21, 0], + "post": [0, 0.21, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0.65, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0.6, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0.65, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0.21, 0], + "lerp_mode": "catmullrom" + }, + "1.0": [0, 0, 0] + } + }, + "leg_back_right2": { + "rotation": { + "0.0": [-12.5, 0, 0], + "0.2083": [-15.62, 0, 0], + "0.5": { + "pre": [-9.5, 0, 0], + "post": [-9.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-35.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": [-48.75, 0, 0], + "0.9167": [-21, 0, 0], + "1.0": [-12.5, 0, 0] + } + }, + "leg_back_right3": { + "rotation": { + "0.0": [35, 0, 0], + "0.2083": [10, 0, 0], + "0.375": [-5, 0, 0], + "0.5417": [7.5, 0, 0], + "0.75": [55, 0, 0], + "0.875": [13.75, 0, 0], + "1.0": [35, 0, 0] + } + }, + "leg_back_left": { + "rotation": { + "0.0": [26.5, 0, 0], + "0.1667": [22.71, 0, 0], + "0.4167": [-15.08, 0, 0], + "0.5": [-18, 0, 0], + "0.5833": [-15.08, 0, 0], + "0.9167": [22.71, 0, 0], + "1.0": [26.5, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0.21, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0.55, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0.6, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0.75, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0.21, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [0, 0, 0], + "0.7083": [0, 0.2, 0], + "0.9167": [0, 0, 0], + "1.0": [0, 0.21, 0] + } + }, + "leg_back_left2": { + "rotation": { + "0.0": { + "post": [-9.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-35.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": [-48.75, 0, 0], + "0.4167": [-21, 0, 0], + "0.5": [-12.5, 0, 0], + "0.7083": [-15.62, 0, 0], + "1.0": [-9.5, 0, 0] + } + }, + "leg_back_left3": { + "rotation": { + "0.0": [35, 0, 0], + "0.2083": [10, 0, 0], + "0.375": [-5, 0, 0], + "0.5417": [7.5, 0, 0], + "0.75": [22.5, 0, 0], + "0.875": [13.75, 0, 0], + "1.0": [35, 0, 0] + } + }, + "chest": { + "rotation": ["-2.5+Math.cos((query.anim_time) * 90 * 4*2) * 2", 0, "0+Math.cos((query.anim_time) * 90 * 4) * -6"], + "position": [0, 0.3, 0] + }, + "leg_front_left": { + "rotation": { + "0.0": [-18, 0, 0], + "0.0833": [-15.08, 0, 0], + "0.4167": [22.71, 0, 0], + "0.5": [26.5, 0, 0], + "0.6667": [22.71, 0, 0], + "0.9167": [-15.08, 0, 0], + "1.0": [-18, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.4167": [0, 0, 0], + "0.5": { + "pre": [0, 0.21, 0], + "post": [0, 0.21, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0.65, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0.6, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0.65, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0.21, 0], + "lerp_mode": "catmullrom" + }, + "1.0": [0, 0, 0] + } + }, + "leg_front_left2": { + "rotation": { + "0.0": [-12.5, 0, 0], + "0.2083": [-3.12, 0, 0], + "0.5": [-17, 0, 0], + "0.5833": [-18.75, 0, 0], + "0.7917": [-40, 0, 0], + "1.0": [-12.5, 0, 0] + } + }, + "leg_front_left3": { + "rotation": { + "0.0": [22.5, 0, 0], + "0.0417": [35, 0, 0], + "0.2083": [10, 0, 0], + "0.375": [-5, 0, 0], + "0.5417": [7.5, 0, 0], + "0.75": [55, 0, 0], + "0.9167": [15.42, 0, 0], + "1.0": [22.5, 0, 0] + } + } + } + }, + "animation.shaymin_sky.ground_idle": { + "loop": true, + "bones": { + "torso": { + "rotation": ["2.5+Math.cos((query.anim_time) * 90 * 2 - 90) * -1", 0, 0] + }, + "chest": { + "rotation": [-2.5, 0, 0] + }, + "neck": { + "rotation": ["2+Math.cos((query.anim_time) * 90 * 2 - 90) * -2", 0, 0] + }, + "scarf": { + "rotation": [0, "0+Math.cos((query.anim_time) * 90 * 2 - 45) * 4", 0] + }, + "head2": { + "rotation": ["-1+Math.cos((query.anim_time) * 90 * 2 - 45) * 4", 0, 0] + }, + "bone5": { + "rotation": ["-1+Math.cos((query.anim_time) * 90 * 2 - 45) * 4", 0, 0] + }, + "bone3": { + "rotation": ["-1+Math.cos((query.anim_time) * 90 * 2 - 45) * 4", 0, 0] + }, + "wing_right": { + "rotation": [0, 0, "0-Math.cos((query.anim_time) * 90 * 2 - 90) * 4"] + }, + "wing_left": { + "rotation": [0, 0, "0+Math.cos((query.anim_time) * 90 * 2 - 90) * 4"] + }, + "bone": { + "rotation": ["-1+Math.cos((query.anim_time) * 90 * 2 - 90) * 4", "0+Math.cos((query.anim_time) * 90 * 4 - 45) * 4", 0] + } + } + }, + "animation.shaymin_sky.cry": { + "animation_length": 0.9167, + "bones": { + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [12.75, 0, 0], + "post": [12.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [12.92, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": [-5.25, 0, 0], + "0.2917": [-7.5, 0, 0], + "0.625": [-6.25, 0, 0], + "0.875": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, -0.92], + "0.125": [0, 0, -1], + "0.2083": [0, 0, -0.25], + "0.2917": [0, 0, 0] + } + }, + "head2": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": [17.5, 0, 0], + "0.2917": { + "pre": [-5.5, 0, 0], + "post": [-5.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": [0, 0, 0] + } + }, + "mouth": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": [0, 0, 0], + "0.2917": { + "pre": [77.5, 0, 0], + "post": [77.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [58.12, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": [0, 0, 0] + } + } + } + }, + "animation.shaymin_sky.blink": { + "animation_length": 0.625, + "bones": { + "eye_right": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + }, + "eye_left": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/shellos/shellos.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/shellos/shellos.animation.json new file mode 100644 index 0000000..4dc44b2 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/shellos/shellos.animation.json @@ -0,0 +1,68 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.shellos.ground_idle": { + "loop": true, + "bones": { + "torso": { + "rotation": ["0+math.cos(q.anim_time*90*3)*1", 0, "0+math.cos(q.anim_time*90*3/2+30)*1"], + "position": [0, "0.1*math.sin(q.anim_time*90*3)", 0] + }, + "neck": { + "rotation": ["0+math.cos(q.anim_time*90*3-60)*1", 0, "0+math.cos(q.anim_time*90*3/2-60)*1"], + "position": [0, "0.1*math.sin(q.anim_time*90*3-60)", 0] + }, + "head": { + "rotation": ["0+math.cos(q.anim_time*90*3-60)*1", 0, "0+math.cos(q.anim_time*90*3/2-60)*1"], + "position": [0, "0.1*math.sin(q.anim_time*90*3-60)", 0] + }, + "ear_left": { + "rotation": ["0+math.cos(q.anim_time*90*3-160)*5", 0, 0] + }, + "ear_right": { + "rotation": ["0+math.cos(q.anim_time*90*3-160)*5", 0, 0] + } + } + }, + "animation.shellos.ground_walk": { + "loop": true, + "bones": { + "head": { + "rotation": ["-math.cos(q.anim_time*90*6*2-30)*2", 0, 0] + }, + "ear_right": { + "rotation": [0, "math.cos(q.anim_time*90*6-80)*3+math.cos(q.anim_time*90*6*2-80)*2", "math.cos(q.anim_time*90*6-80)*5 "] + }, + "ri9ght_back_leg": { + "rotation": ["0-math.sin(q.anim_time*90*6+180)*9", 0, 0], + "position": [0, "0+math.clamp(math.cos(q.anim_time*90*6+180)*0.6,0,1)", "0-math.sin(q.anim_time*90*6+180)*0.5"] + }, + "right_front_leg": { + "rotation": ["0-math.sin(q.anim_time*90*6)*9", 0, 0], + "position": [0, "0+math.clamp(math.cos(q.anim_time*90*6+50)*0.7,0,1)", "0.75-math.sin(q.anim_time*90*6+50)*0.5"] + }, + "left_back_leg": { + "rotation": ["0-math.sin(q.anim_time*90*6+50)*9", 0, 0], + "position": [0, "0+math.clamp(math.cos(q.anim_time*90*6)*0.6,0,1)", "0-math.sin(q.anim_time*90*6)*0.5"] + }, + "left_front_leg": { + "rotation": ["0-math.sin(q.anim_time*90*6+230)*9", 0, 0], + "position": [0, "0+math.clamp(math.cos(q.anim_time*90*6+230)*0.7,0,1)", "0.75-math.sin(q.anim_time*90*6+230)*0.5"] + }, + "shelltop": { + "position": [0, "0+math.sin(q.anim_time*90*6*2)*0.2", 0] + }, + "torso": { + "rotation": ["0-math.cos(q.anim_time*90*6)*1", "0-math.sin(q.anim_time*90*6)*2", "0+math.sin(q.anim_time*90*6)*2"], + "position": [0, "0+math.sin(q.anim_time*90*6*2)*0.3", 0] + }, + "neck": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*3*2)*4"] + }, + "ear_left": { + "rotation": [0, "math.cos(q.anim_time*90*6-90)*-3+math.cos(q.anim_time*90*6*2-90)*-2", "math.cos(q.anim_time*90*6-80)*5"] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/shuppet/shuppet.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/shuppet/shuppet.animation.json new file mode 100644 index 0000000..a2cda90 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/shuppet/shuppet.animation.json @@ -0,0 +1,124 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.shuppet.ground_idle": { + "loop": true, + "bones": { + "torso": { + "position": [0, "0-math.sin(q.anim_time*90*2)*1", "0-math.sin(q.anim_time*90*2)*0.75"] + }, + "head": { + "rotation": ["0-math.sin(q.anim_time*90*2+60)*5", "0-math.sin(q.anim_time*90*2+60)*3", "0+math.sin(q.anim_time*90*2+75)*3"] + }, + "tail": { + "rotation": ["0+math.sin(q.anim_time*90*2)*15", 0, "0+math.sin(q.anim_time*90*2+75)*15"], + "position": [0, 0.75, 0] + }, + "tail2": { + "rotation": ["0-math.sin(q.anim_time*90*2+90)*10", 0, 0] + }, + "tail3": { + "rotation": ["0+math.sin(q.anim_time*90*2+150)*10", 0, 0] + }, + "tail4": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*2+180)*10"] + }, + "tail5": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*2+120)*10"] + } + } + }, + "animation.shuppet.ground_walk": { + "loop": true, + "bones": { + "torso": { + "rotation": [15, 0, 0], + "position": [0, "0-math.sin(q.anim_time*90*3)*1", "0-math.sin(q.anim_time*90*3)*0.75"] + }, + "head": { + "rotation": ["0-math.sin(q.anim_time*90*3+60)*5", "0-math.sin(q.anim_time*90*3+60)*3", "0+math.sin(q.anim_time*90*3+75)*3"] + }, + "tail": { + "rotation": ["0+math.sin(q.anim_time*90*3)*15", 0, "0+math.sin(q.anim_time*90*3+75)*15"], + "position": [0, 0.75, 0] + }, + "tail2": { + "rotation": ["0-math.sin(q.anim_time*90*3+90)*10", 0, 0] + }, + "tail3": { + "rotation": ["0+math.sin(q.anim_time*90*3+150)*10", 0, 0] + }, + "tail4": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*3+180)*10"] + }, + "tail5": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*3+120)*10"] + }, + "tail5_sub": { + "rotation": [0, 0, 0] + } + } + }, + "animation.shuppet.sleep": { + "loop": true, + "bones": { + "eyelid_right": { + "position": [0, 0, -0.1] + }, + "eyelid_right2": { + "position": [-0.1, 0, 0] + }, + "eyelid_left": { + "position": [0, 0, -0.1] + }, + "eyelid_left2": { + "position": [0.1, 0, 0] + }, + "torso": { + "position": [0, "0-math.sin(q.anim_time*90*1)*0.5", 0] + }, + "head": { + "rotation": ["0-math.sin(q.anim_time*90*1+60)*5", "0-math.sin(q.anim_time*90*1+60)*3", "0+math.sin(q.anim_time*90*1+75)*3"] + }, + "tail": { + "rotation": ["0+math.sin(q.anim_time*90*1)*10", 0, "0+math.sin(q.anim_time*90*1+75)*10"], + "position": [0, 0.75, 0] + } + } + }, + "animation.shuppet.blink": { + "animation_length": 0.16667, + "bones": { + "eyelid_right": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_right2": { + "position": { + "0.0": [-0.1, 0, 0], + "0.125": [-0.1, 0, 0], + "0.1667": [0, 0, 0] + } + }, + "eyelid_left": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_left2": { + "position": { + "0.0": [0.1, 0, 0], + "0.125": [0.1, 0, 0], + "0.1667": [0, 0, 0] + } + } + } + } + }, + "geckolib_format_version": 2 +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/sinistcha/sinistcha.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/sinistcha/sinistcha.animation.json new file mode 100644 index 0000000..46633cc --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/sinistcha/sinistcha.animation.json @@ -0,0 +1,45 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.sinistcha.ground_idle": { + "loop": true, + "bones": { + "head": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1.5-60)*2.5"], + "position": [0, "0+math.sin(q.anim_time*90*3-90)*0.2", 0] + }, + "right_leg": { + "rotation": ["0+math.sin(q.anim_time*90*3)*10", 0, "0+math.sin(q.anim_time*90*1.5-90)*10"] + }, + "left_leg": { + "rotation": ["0+math.sin(q.anim_time*90*3)*10", 0, "0+math.sin(q.anim_time*90*1.5-90)*10"] + }, + "body_whole": { + "rotation": ["0+math.sin(q.anim_time*90*3+90)*3", "0.5184+math.sin(q.anim_time*90*1.5-90)*4", "0+math.sin(q.anim_time*90*1.5+60)*3"], + "position": ["0+math.sin(q.anim_time*90*1.5)*2", "2.65+math.sin(q.anim_time*90*3)*1", "0+math.sin(q.anim_time*90*3)*0.5"] + } + } + }, + "animation.sinistcha.ground_walk": { + "loop": true, + "bones": { + "head": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1.5-60)*3"], + "position": [0, "0+math.sin(q.anim_time*90*3-90)*0.3", 0] + }, + "right_leg": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1-60)*3"], + "position": [0, "0+math.sin(q.anim_time*90*3-75)*0.3", 0] + }, + "left_leg": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1-60)*3"], + "position": [0, "0+math.sin(q.anim_time*90*3-90)*0.3", 0] + }, + "body_whole": { + "rotation": [0, "0+math.sin(q.anim_time*90*1.5-90)*4", "0+math.sin(q.anim_time*90*1.5+60)*3"], + "position": ["0+math.sin(q.anim_time*90*1.5)*2", "2.725+math.sin(q.anim_time*90*3)*1", "0+math.sin(q.anim_time*90*3)*0.5"] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/sinistea/sinistea.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/sinistea/sinistea.animation.json new file mode 100644 index 0000000..f25a3b1 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/sinistea/sinistea.animation.json @@ -0,0 +1,116 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.sinistea.ground_idle": { + "loop": true, + "bones": { + "sinistea": { + "position": [0, 3, 0] + }, + "body": { + "rotation": ["2.5+math.sin(q.anim_time*90*3+90)*3", "0+math.sin(q.anim_time*90*1.5-90)*4", "0+math.sin(q.anim_time*90*1.5+60)*3"], + "position": ["0+math.sin(q.anim_time*90*1.5)*2", "0+math.sin(q.anim_time*90*3)*1", "0+math.sin(q.anim_time*90*3)*0.5"] + }, + "drip": { + "rotation": ["0+math.sin(q.anim_time*90*3+60)*4", 0, "0+math.sin(q.anim_time*90*1.5+60)*2"], + "position": [0, 0.1, 0] + }, + "arm_left": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*3+60)*2"] + }, + "finger": { + "rotation": ["0+math.sin(q.anim_time*90*3+60)*4", 0, "0-math.sin(q.anim_time*90*3+60)*2"] + }, + "thumb": { + "rotation": ["0+math.sin(q.anim_time*90*3+60)*4", 0, "0+math.sin(q.anim_time*90*3+60)*4"] + } + } + }, + "animation.sinistea.ground_walk": { + "loop": true, + "bones": { + "sinistea": { + "position": [0, 3, 0] + }, + "body": { + "rotation": [10, "0+math.sin(q.anim_time*90*1.5-90)*4", "0+math.sin(q.anim_time*90*1.5+60)*3"], + "position": ["0+math.sin(q.anim_time*90*1.5)*2", "0+math.sin(q.anim_time*90*3)*1", "0+math.sin(q.anim_time*90*3)*0.5"] + }, + "drip": { + "rotation": ["0+math.sin(q.anim_time*90*3+60)*4", 0, "0+math.sin(q.anim_time*90*1.5+60)*2"], + "position": [0, 0.1, 0] + }, + "arm_left": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*3+60)*2"] + }, + "finger": { + "rotation": ["0+math.sin(q.anim_time*90*3+60)*4", 0, "0-math.sin(q.anim_time*90*3+60)*2"] + }, + "thumb": { + "rotation": ["0+math.sin(q.anim_time*90*3+60)*4", 0, "0+math.sin(q.anim_time*90*3+60)*4"] + } + } + }, + "animation.sinistea.sleep": { + "loop": true, + "bones": { + "body": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*0.75)*0.5"] + }, + "drip": { + "rotation": [-25, 0, -25], + "position": [-2, -1.25, 3] + }, + "arm_left": { + "rotation": [0, 0, 30], + "position": [5.9, -3, 0], + "scale": 0.65 + }, + "segment1": { + "rotation": [0, 0, 15] + }, + "segment2": { + "rotation": [0, 0, 20] + }, + "segment3": { + "rotation": [0, 0, 40] + }, + "segment4": { + "rotation": [0, 0, 27.5] + }, + "segment5": { + "rotation": [0, 0, -17.5] + }, + "eyelid_right": { + "position": [0, 0, -0.1] + }, + "eyelid_left": { + "position": [0, 0, -0.1] + }, + "mouth_closed": { + "position": [0, 0, -0.1] + } + } + }, + "animation.sinistea.blink": { + "animation_length": 0.16667, + "bones": { + "eyelid_right": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_left": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + } + } + } + }, + "geckolib_format_version": 2 +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/skiddo/skiddo.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/skiddo/skiddo.animation.json new file mode 100644 index 0000000..1ca17f6 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/skiddo/skiddo.animation.json @@ -0,0 +1,142 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.skiddo.ground_walk": { + "loop": true, + "bones": { + "body": { + "position": [0, "-1.75+math.clamp(math.sin(q.anim_time*90*4)*1.1,0.5,1)+math.clamp(math.sin(q.anim_time*90*4+180)*1.1,0.5,1)", 0] + }, + "torso": { + "rotation": ["math.sin(q.anim_time*90*4-90)*0.2+0.5", 0, "math.clamp(math.sin(q.anim_time*90*4-90)*1,-0.8,0.8)+math.sin(q.anim_time*90*4-180)*1"] + }, + "head2": { + "rotation": ["5+math.cos(q.anim_time*90*4*2+30)*-1", 0, "0+math.sin(q.anim_time*90*4)*2"] + }, + "ear_left2": { + "rotation": [0, 0, "3*Math.cos((query.anim_time-0.3) * 90 * 8)"] + }, + "ear_left": { + "rotation": [0, 0, "-3*Math.cos((query.anim_time-0.3) * 90 * 8)"] + }, + "ruff": { + "rotation": ["5+math.cos(q.anim_time*90*4*2+30)*1", 0, "0+math.sin(q.anim_time*90*4)*2"] + }, + "tail3": { + "rotation": ["math.sin(q.anim_time*90*8-180-60)*2", "math.sin(q.anim_time*90*4-180-60)*4", 0] + }, + "leg_front_right": { + "rotation": ["20-math.clamp(19*(math.sin(q.anim_time*90*4-90+33)*1+1),-0,60)", 0, 0], + "position": [ + 0, + "0.8*(math.clamp(math.sin(q.anim_time*90*4-155)*1.6,1,1.6)-0.2)+0.5*(math.clamp(math.sin(q.anim_time*90*4-75)*1.8,1,1.8)-1)-0.2*(math.clamp(math.sin(q.anim_time*90*4)*1.4,1,1.4)+1)-math.clamp(math.sin(q.anim_time*90*4-180)*1,0,0.75)", + 0 + ] + }, + "leg_front_right2": { + "rotation": [ + "math.clamp(math.sin(q.anim_time*90*4-180*0+33)*40,0,40)+(math.clamp(math.sin(q.anim_time*90*2-90*0)*1,0.5,1)*1-0.5)*30+(math.clamp(math.sin(q.anim_time*90*2-90*2)*1,0.5,1)*1-0.5)*30", + 0, + 0 + ] + }, + "leg_front_right3": { + "rotation": ["-20+math.clamp(10*(math.sin(q.anim_time*90*4-90-180*0)*1+1),-0,60)+math.clamp(math.sin(q.anim_time*90*4-180*0+10)*30,-5,30)", 0, 0], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4-120)*1.1,0.9,1)-0.9+math.clamp(math.sin(q.anim_time*90*2-130)*1.3,0.9,1)-0.9", 0] + }, + "leg_front_left": { + "rotation": ["20-math.clamp(19*(math.sin(q.anim_time*90*4-90+33+180)*1+1),-0,60)", 0, 0], + "position": [ + 0, + "0.8*(math.clamp(math.sin(q.anim_time*90*4-155+180)*1.6,1,1.6)-0.2)+0.5*(math.clamp(math.sin(q.anim_time*90*4-75+180)*1.8,1,1.8)-1)-0.2*(math.clamp(math.sin(q.anim_time*90*4+180)*1.4,1,1.4)+1)-math.clamp(math.sin(q.anim_time*90*4)*1,0,0.75)", + 0 + ] + }, + "leg_front_left2": { + "rotation": [ + "math.clamp(math.sin(q.anim_time*90*4-180*1+33)*40,0,40)+(math.clamp(math.sin(q.anim_time*90*2-90*3)*1,0.5,1)*1-0.5)*30+(math.clamp(math.sin(q.anim_time*90*2-90*1)*1,0.5,1)*1-0.5)*30", + 0, + 0 + ] + }, + "leg_front_left3": { + "rotation": ["-20+math.clamp(10*(math.sin(q.anim_time*90*4-90-180*1)*1+1),-0,60)+math.clamp(math.sin(q.anim_time*90*4-180*1+10)*30,-5,30)", 0, 0], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4-120+180)*1.1,0.9,1)-0.9+math.clamp(math.sin(q.anim_time*90*2-130+90)*1.3,0.9,1)-0.9", 0] + }, + "leg_back_right": { + "rotation": ["-20+math.clamp(15*(math.sin(q.anim_time*90*4-90)*1+1),-0,60)", 0, 0], + "position": [ + 0, + "-math.clamp(-math.sin(q.anim_time*90*4+90+180*0)*0.01,0,0.01)+math.clamp(-math.sin(q.anim_time*90*4+20+180*0)*1,0.4,1)-0.4+math.clamp(math.sin(q.anim_time*90*4-130+180*0)*1.5,0.4,0.6)-0.3+(math.clamp(-math.sin(q.anim_time*90*2+70+180*0)*1,0.5,1)-0.5)*0.5+(math.clamp(-math.sin(q.anim_time*90*2+70+180*1)*1,0.5,1))*0.5", + 0 + ] + }, + "leg_back_right2": { + "rotation": [ + "math.clamp(math.sin(q.anim_time*90*4)*10,0,10)-math.clamp(math.sin(q.anim_time*90*4-95)*10,0,45)-math.clamp(math.sin(q.anim_time*90*4+180)*10,0,45)", + 0, + 0 + ], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4-130+180*0)*1,0.5,1)-math.clamp(math.sin(q.anim_time*90*4-40+180*0)*1,0.75,1)+0.25", 0] + }, + "leg_back_right3": { + "rotation": [ + "-math.clamp(math.sin(q.anim_time*90*4+180*0)*10,0,10)+math.clamp(math.sin(q.anim_time*90*4+10+180*1)*25,0,45)-(-20+math.clamp(11*(math.sin(q.anim_time*90*4-90+180*0)*1+1),-0,60))+math.clamp(math.sin(q.anim_time*90*4-130+180*0)*00,50,100)-50", + 0, + 0 + ], + "position": [0, "(math.clamp(math.sin(q.anim_time*90*4-110+180)*1,0.5,1)-0.5)*0.7", 0] + }, + "leg_back_left": { + "rotation": ["-20+math.clamp(15*(math.sin(q.anim_time*90*4-90+180)*1+1),-0,60)", 0, 0], + "position": [ + 0, + "-math.clamp(-math.sin(q.anim_time*90*4+90+180*1)*0.01,0,0.01)+math.clamp(-math.sin(q.anim_time*90*4+20+180*1)*1,0.4,0.8)-0.4+math.clamp(math.sin(q.anim_time*90*4-130+180*1)*1.5,0.4,0.6)-0.3+(math.clamp(-math.sin(q.anim_time*90*2+70+180*1)*1,0.5,1)-0.5)*0.5+(math.clamp(-math.sin(q.anim_time*90*2+70+180*0)*1,0.5,1))*0.5", + 0 + ] + }, + "leg_back_left2": { + "rotation": [ + "math.clamp(math.sin(q.anim_time*90*4+180)*10,0,10)-math.clamp(math.sin(q.anim_time*90*4-95+180)*10,0,45)-math.clamp(math.sin(q.anim_time*90*4+180*0)*10,0,45)", + 0, + 0 + ], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4-130+180*1)*1,0.5,1)-math.clamp(math.sin(q.anim_time*90*4-40+180*1)*1,0.75,1)+0.25", 0] + }, + "leg_back_left3": { + "rotation": [ + "-math.clamp(math.sin(q.anim_time*90*4+180*1)*10,0,10)+math.clamp(math.sin(q.anim_time*90*4+10+180*0)*25,0,45)-(-20+math.clamp(11*(math.sin(q.anim_time*90*4-90+180*1)*1+1),-0,60))+math.clamp(math.sin(q.anim_time*90*4-130+180*1)*00,50,100)-50", + 0, + 0 + ], + "position": [0, "(math.clamp(math.sin(q.anim_time*90*4-110+180*0)*1,0.5,1)-0.5)*0.7", 0] + } + } + }, + "animation.skiddo.ground_idle": { + "loop": true, + "bones": { + "torso": { + "rotation": [0, 0, "Math.cos((query.anim_time) * 90 * 1.5) * 0.5"], + "position": [0, "Math.cos((query.anim_time) * 90 * 3) * 0.1", 0] + }, + "head2": { + "rotation": ["-math.sin(q.anim_time*90*3-90)*1", 0, 0], + "position": [0, "-math.cos(q.anim_time*90*3-90)*0.05", 0] + }, + "ear_left2": { + "rotation": [0, 0, "3*Math.cos((query.anim_time-0.8) * 90 * 3)"] + }, + "ear_left": { + "rotation": [0, 0, "-3*Math.cos((query.anim_time-0.8) * 90 * 3)"] + }, + "ruff": { + "rotation": [0, 0, "Math.cos((query.anim_time) * 90 * 1.5) * -0.5"] + }, + "tail3": { + "rotation": ["-2*Math.cos((query.anim_time-0.8) * 90 * 3)", "4*Math.cos((query.anim_time-0.8) * 90 * 1.5)", 0] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/skiploom/skiploom.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/skiploom/skiploom.animation.json new file mode 100644 index 0000000..5424141 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/skiploom/skiploom.animation.json @@ -0,0 +1,549 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.skiploom.blink": { + "animation_length": 0.1667, + "bones": { + "eye_left": { + "position": { + "0.0": [0, 0, 0.1], + "0.1667": { + "pre": [0, 0, 0.1], + "post": [0, 0, 0] + } + } + }, + "eye_right": { + "position": { + "0.0": [0, 0, 0.2], + "0.1667": { + "pre": [0, 0, 0.2], + "post": [0, 0, 0] + } + } + }, + "eyelid_left": { + "position": { + "0.0": [0, 0, -0.2], + "0.1667": { + "pre": [0, 0, -0.2], + "post": [0, 0, 0] + } + } + }, + "eyelid_right": { + "position": { + "0.0": [0, 0, -0.3], + "0.1667": { + "pre": [0, 0, -0.3], + "post": [0, 0, 0] + } + } + } + } + }, + "animation.skiploom.ground_idle": { + "loop": true, + "bones": { + "body": { + "position": [0, -1, 0] + }, + "leg_left": { + "rotation": [-90, 0, 0] + }, + "leg_right": { + "rotation": [-90, 0, 0] + }, + "head": { + "rotation": ["-17.5+math.sin(query.anim_time*90*4)*2", "math.sin(query.anim_time*90*2)", "math.sin(query.anim_time*90*2)*1.5"] + }, + "tail": { + "rotation": ["-25-math.sin(query.anim_time*90*4+90)*3", "-math.sin(query.anim_time*90*2+90)*3", "-math.sin(query.anim_time*90*2+90)*3"], + "position": [0, 0.25, -0.25] + }, + "tail2": { + "rotation": ["27.5+math.sin(query.anim_time*90*4+180)*4", 0, 0] + }, + "arm_right": { + "rotation": ["50.1217-math.sin(query.anim_time*90*4+90)*4", "-1.7349+NaN-math.sin(query.anim_time*90*2+90)*3", -1.80423], + "position": [0, 0, 0.6] + }, + "arm_left": { + "rotation": ["49.9331-math.sin(query.anim_time*90*4+90)*4", "1.7378-math.sin(query.anim_time*90*2+90)*3", 1.79851], + "position": [0, 0, 0.6] + }, + "ear_right": { + "rotation": [0, 0, "-17.5+math.sin(query.anim_time*90*4+90)*2"] + }, + "ear_right2": { + "rotation": [0, 0, "20-math.sin(query.anim_time*90*4+180)*4"] + }, + "ear_left": { + "rotation": [0, 0, "17.5-math.sin(query.anim_time*90*4+90)*2"] + }, + "ear_left2": { + "rotation": [0, 0, "-20+math.sin(query.anim_time*90*4+180)*4"] + }, + "petal_northeast": { + "rotation": [0, 0, 5] + }, + "petal_northeast2": { + "rotation": [0, 0, -2.5] + }, + "petal_northwest": { + "rotation": [0, 0, -10] + }, + "petal_northwest2": { + "rotation": [0, 0, 5] + }, + "petal_southeast": { + "rotation": [0, 0, 5] + }, + "petal_southeast2": { + "rotation": [0, 0, -2.5] + }, + "petal_southwest": { + "rotation": [0, 0, -5] + }, + "petal_southwest2": { + "rotation": [0, 0, 2.5] + }, + "petal_east": { + "rotation": [0, 0, 10] + }, + "petal_east2": { + "rotation": [0, 0, -5] + }, + "petal_west": { + "rotation": [0, 0, -10] + }, + "petal_west2": { + "rotation": [0, 0, 7.5] + }, + "petal_south": { + "rotation": [10, 0, 0] + }, + "petal_south2": { + "rotation": [-5, 0, 0] + }, + "petal_north": { + "rotation": [-10, 0, 0] + }, + "petal_north2": { + "rotation": [5, 0, 0] + } + } + }, + "animation.skiploom.air_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "propeller_left": { + "rotation": [0, -2.5, "22.5+math.sin(q.anim_time*90*2+90)*-5"] + }, + "propeller_left2": { + "rotation": [0, -2.5, 25] + }, + "propeller_left3": { + "rotation": [0, -5, "22.5+math.sin(q.anim_time*90*2+180)*-5"] + }, + "propeller_left4": { + "rotation": [0, -7.5, "7.5+math.sin(q.anim_time*90*2+270)*-5"] + }, + "propeller_left5": { + "rotation": [0, -7.5, "20+math.sin(q.anim_time*90*2+360)*-5"] + }, + "propeller_right": { + "rotation": [0, 2.5, "-22.5-math.sin(q.anim_time*90*2+90)*-5"] + }, + "propeller_right2": { + "rotation": [0, 2.5, -25] + }, + "propeller_right3": { + "rotation": [0, -5, "-22.5-math.sin(q.anim_time*90*2+180)*-5"] + }, + "propeller_right4": { + "rotation": [0, -7.5, "-7.5-math.sin(q.anim_time*90*2+270)*-5"] + }, + "propeller_right5": { + "rotation": [0, -7.5, "-20-math.sin(q.anim_time*90*2+360)*-5"] + }, + "body": { + "rotation": [0, 0, "-math.sin(query.anim_time*90*2+90)*-2.5"], + "position": ["math.sin(q.anim_time*90*2+45)", "math.sin(q.anim_time*90*2)", 0] + }, + "leg_left": { + "rotation": ["-2.5+math.sin(query.anim_time*90*2+180)*-5", 0, "math.sin(query.anim_time*90*2+180)+3"] + }, + "leg_right": { + "rotation": ["-2.5+math.sin(query.anim_time*90*2+180)*-5", 0, "-math.sin(query.anim_time*90*2+180)-3"] + }, + "tail": { + "rotation": ["-20-math.sin(query.anim_time*90*2-90)*-10", "math.sin(query.anim_time*90*2+90)*-5", 0], + "position": [0, 0, -0.5] + }, + "tail2": { + "rotation": ["35-math.sin(query.anim_time*90*2-180)*-5", 0, 0] + }, + "arm_right": { + "rotation": [0, "-math.sin(query.anim_time*90*2+180)-30", "-22.5+math.sin(query.anim_time*90*2+90)*-10"], + "position": [0.25, 0.25, 0.25] + }, + "arm_left": { + "rotation": [0, "math.sin(query.anim_time*90*2+180)+30", "22.5-math.sin(query.anim_time*90*2+90)*-10"], + "position": [-0.25, 0.25, 0.25] + }, + "ear_right": { + "rotation": [-0.46174, "-0.0667-(math.sin(query.anim_time*90*2+180)-0.9536)", "-10.0011-math.sin(query.anim_time*90*2+90)*6"] + }, + "ear_right2": { + "rotation": [0, 0, "10+math.sin(query.anim_time*90*2+180)*5"] + }, + "ear_left": { + "rotation": [-0.46174, "math.sin(query.anim_time*90*2+180)-0.8869", "10.0011+math.sin(query.anim_time*90*2+90)*6"] + }, + "ear_left2": { + "rotation": [0, 0, "-10-math.sin(query.anim_time*90*2+180)*5"] + }, + "propeller": { + "rotation": [0, "q.anim_time*90*4", 0] + } + } + }, + "animation.skiploom.air_fly": { + "loop": true, + "animation_length": 4, + "override_previous_animation": true, + "bones": { + "propeller_left": { + "rotation": [0, -2.5, "32.5+math.sin(q.anim_time*90*8+90)*-5"] + }, + "propeller_left2": { + "rotation": [0, -2.5, 22.5] + }, + "propeller_left3": { + "rotation": [0, -5, "25+math.sin(q.anim_time*90*8+180)*-5"] + }, + "propeller_left4": { + "rotation": [0, -7.5, "12.5+math.sin(q.anim_time*90*8+270)*-5"] + }, + "propeller_left5": { + "rotation": [0, -7.5, "7.5+math.sin(q.anim_time*90*8+360)*-5"] + }, + "propeller_right": { + "rotation": [0, -2.5, "-32.5-math.sin(q.anim_time*90*8+90)*-5"] + }, + "propeller_right2": { + "rotation": [0, -2.5, -22.5] + }, + "propeller_right3": { + "rotation": [0, -5, "-25-math.sin(q.anim_time*90*8+180)*-5"] + }, + "propeller_right4": { + "rotation": [0, -7.5, "-12.5-math.sin(q.anim_time*90*8+270)*-5"] + }, + "propeller_right5": { + "rotation": [0, -7.5, "-7.5-math.sin(q.anim_time*90*8+360)*-5"] + }, + "body": { + "rotation": ["math.sin(query.anim_time*90*2+30)+12.5", "math.sin(query.anim_time*90*4-90)", 0], + "position": [0, "math.sin(q.anim_time*90*4)", "math.sin(q.anim_time*90*4+90) "] + }, + "leg_left": { + "rotation": ["32.5-math.sin(query.anim_time*90*4+180)*-7.5", "math.sin(query.anim_time*90*4+90)+22.5", "math.sin(query.anim_time*90*4+180)+25"] + }, + "leg_right": { + "rotation": ["32.5-math.sin(query.anim_time*90*4+180)*-7.5", "-math.sin(query.anim_time*90*4+90)-22.5", "-math.sin(query.anim_time*90*4+180)-25"] + }, + "tail": { + "rotation": ["-25+math.sin(query.anim_time*90*4-90)*-5", 0, 0], + "position": [0, 0, -0.35] + }, + "tail2": { + "rotation": ["15+math.sin(query.anim_time*90*4-180)+20", 0, 0] + }, + "arm_right": { + "rotation": [0, "32.5-math.sin(query.anim_time*90*4-90)*-7.5", "-20-math.sin(query.anim_time*90*4+90)*-2.5"] + }, + "arm_left": { + "rotation": [0, "-32.5+math.sin(query.anim_time*90*4-90)*-7.5", "20+math.sin(query.anim_time*90*4+90)*-2.5"] + }, + "ear_right": { + "rotation": ["-13.7418-math.sin(query.anim_time*90*4+180)*-5", "6.1115+math.sin(query.anim_time*90*4+180)*-5", -14.47138], + "position": [0, -0.75, 0] + }, + "ear_right2": { + "rotation": [0, 0, "15+math.sin(query.anim_time*90*4+270)*8"] + }, + "ear_left": { + "rotation": ["-13.7418-math.sin(query.anim_time*90*4+180)*-5", "-6.1115-math.sin(query.anim_time*90*4+180)*-5", 14.47138], + "position": [0, -0.75, 0] + }, + "ear_left2": { + "rotation": [0, 0, "-15-math.sin(query.anim_time*90*4+270)*8"] + }, + "propeller": { + "rotation": [0, "q.anim_time*90*8", 0] + } + } + }, + "animation.skiploom.ground_walk": { + "loop": true, + "animation_length": 2, + "bones": { + "torso": { + "rotation": ["math.sin(query.anim_time*90*2+215)*8", 0, 0], + "position": [0, -0.5, 0] + }, + "propeller_left": { + "rotation": [0, 2.5, 25] + }, + "propeller_left2": { + "rotation": [0, 5, 20] + }, + "propeller_left3": { + "rotation": [0, 7.5, 12.5] + }, + "propeller_left4": { + "rotation": [0, 10, 10] + }, + "propeller_left5": { + "rotation": [0, 12.5, 7.5] + }, + "propeller_right": { + "rotation": [0, 5, -25] + }, + "propeller_right2": { + "rotation": [0, 5, -20] + }, + "propeller_right3": { + "rotation": [0, 7.5, -12.5] + }, + "propeller_right4": { + "rotation": [0, 10, -10] + }, + "propeller_right5": { + "rotation": [0, 12.5, -7.5] + }, + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [2, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, -1, 8], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -1, 7.25], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 1.26, 1.94], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 2, -4], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0.69, -8.12], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -1, -9], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [-90, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-90, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-62.45277, 1.78848, 2.61293], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-62.41043, 4.43385, 2.31336], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-90, -20, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-90, -12.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -0.1, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": { + "0.0": { + "post": [-90, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-90, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-62.45277, -1.78848, -2.61293], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-62.41043, -4.43385, -2.31336], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-90, 20, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-90, 12.5, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -0.1, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": ["-17.5+math.sin(query.anim_time*90*2+135)*13", 0, 0] + }, + "tail2": { + "rotation": ["27.5-math.sin(query.anim_time*90*2+215)*13", 0, 0] + }, + "arm_right": { + "rotation": ["math.sin(query.anim_time*90*2+165)*7", "27.5+math.sin(query.anim_time*90*2+165)*20", "-(math.sin(query.anim_time*90*2+135)*14)"], + "position": [0.5, 0, 0.25] + }, + "arm_left": { + "rotation": ["math.sin(query.anim_time*90*2+135)*7", "-27.5+math.sin(query.anim_time*90*2+135)*20", "math.sin(query.anim_time*90*2+135)*14"], + "position": [-0.5, 0, 0.25] + }, + "ear_right": { + "rotation": [ + "-0.0887+math.sin(query.anim_time*90*2+135)*9", + "1.38-math.sin(query.anim_time*90*2+135)*0.5", + "-12.424-math.sin(query.anim_time*90*2+90)*8" + ], + "position": [0, -0.25, 0] + }, + "ear_right2": { + "rotation": [0, 0, "12.5+math.sin(query.anim_time*90*2+135)*9"] + }, + "ear_left": { + "rotation": [ + "-0.0887+math.sin(query.anim_time*90*2+135)*9", + "-1.38-math.sin(query.anim_time*90*2+135)*0.5", + "12.424+math.sin(query.anim_time*90*2+90)*8" + ], + "position": [0, -0.25, 0] + }, + "ear_left2": { + "rotation": [0, 0, "-12.5-math.sin(query.anim_time*90*2+135)*9"] + }, + "propeller": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, -540, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/skitty/skitty.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/skitty/skitty.animation.json new file mode 100644 index 0000000..f85f7db --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/skitty/skitty.animation.json @@ -0,0 +1,262 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.skitty.ground_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "head": { + "rotation": { + "0.0": [-2.5, 0, 0], + "0.75": [2.5, 0, 0], + "1.0": [2.5, 0, 0], + "1.75": [-2.5, 0, 0], + "2.0": [-2.5, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [10, 0, 0], + "1.0": [10, 0, 0], + "1.75": [0, 0, 0], + "2.0": [0, 0, 0] + } + }, + "ear_r": { + "rotation": [0, 0, 0] + }, + "ear_l": { + "rotation": [0, 0, 0] + }, + "tail_end": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "1.0": [10, 0, 0], + "1.25": [10, 0, 0], + "2.0": [0, 0, 0] + } + }, + "tail_bulb": { + "rotation": { + "0.0": [3.33, 0, 0], + "0.25": [0, 0, 0], + "0.5": [0, 0, 0], + "1.25": [10, 0, 0], + "1.5": [10, 0, 0], + "2.0": [3.33, 0, 0] + } + } + } + }, + "animation.skitty.ground_walk": { + "loop": true, + "animation_length": 2, + "bones": { + "head": { + "rotation": { + "0.0": [2.5, 0, 0], + "0.25": [-2.5, 0, 0], + "0.5": [2.5, 0, 0], + "0.75": [-2.5, 0, 0], + "1.0": [2.5, 0, 0], + "1.25": [-2.5, 0, 0], + "1.5": [2.5, 0, 0], + "1.75": [-2.5, 0, 0], + "2.0": [2.5, 0, 0] + } + }, + "foot_fr": { + "rotation": { + "0.0": [-30, 0, 0], + "0.25": [0, 0, 0], + "0.5": [30, 0, 0], + "0.75": [0, 0, 0], + "1.0": [-30, 0, 0], + "1.25": [0, 0, 0], + "1.5": [30, 0, 0], + "1.75": [0, 0, 0], + "2.0": [-30, 0, 0] + } + }, + "foot_br": { + "rotation": { + "0.0": [30, 0, 0], + "0.25": [0, 0, 0], + "0.5": [-30, 0, 0], + "0.75": [0, 0, 0], + "1.0": [30, 0, 0], + "1.25": [0, 0, 0], + "1.5": [-30, 0, 0], + "1.75": [0, 0, 0], + "2.0": [30, 0, 0] + } + }, + "foot_fl": { + "rotation": { + "0.0": [30, 0, 0], + "0.25": [0, 0, 0], + "0.5": [-30, 0, 0], + "0.75": [0, 0, 0], + "1.0": [30, 0, 0], + "1.25": [0, 0, 0], + "1.5": [-30, 0, 0], + "1.75": [0, 0, 0], + "2.0": [30, 0, 0] + } + }, + "foot_bl": { + "rotation": { + "0.0": [-30, 0, 0], + "0.25": [0, 0, 0], + "0.5": [30, 0, 0], + "0.75": [0, 0, 0], + "1.0": [-30, 0, 0], + "1.25": [0, 0, 0], + "1.5": [30, 0, 0], + "1.75": [0, 0, 0], + "2.0": [-30, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [5, 0, 0], + "0.25": [-5, 0, 0], + "0.5": [5, 0, 0], + "0.75": [-5, 0, 0], + "1.0": [5, 0, 0], + "1.25": [-5, 0, 0], + "1.5": [5, 0, 0], + "1.75": [-5, 0, 0], + "2.0": [5, 0, 0] + } + }, + "tail_end": { + "rotation": { + "0.0": [2.5, 0, 0], + "0.25": [-2.5, 0, 0], + "0.5": [2.5, 0, 0], + "0.75": [-2.5, 0, 0], + "1.0": [2.5, 0, 0], + "1.25": [-2.5, 0, 0], + "1.5": [2.5, 0, 0], + "1.75": [-2.5, 0, 0], + "2.0": [2.5, 0, 0] + } + }, + "tail_bulb": { + "rotation": { + "0.0": [2.5, 0, 0], + "0.25": [-2.5, 0, 0], + "0.5": [2.5, 0, 0], + "0.75": [-2.5, 0, 0], + "1.0": [2.5, 0, 0], + "1.25": [-2.5, 0, 0], + "1.5": [2.5, 0, 0], + "1.75": [-2.5, 0, 0], + "2.0": [2.5, 0, 0] + } + } + } + }, + "animation.skitty.sleep": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "rotation": [0, 90, 0], + "position": [0, -2, 0] + }, + "head": { + "rotation": { + "0.0": [10.076, -75.11459, 5.03771], + "1.0": [7.576, -75.11459, 5.03771], + "2.0": [7.576, -75.11459, 5.03771], + "3.0": [10.076, -75.11459, 5.03771], + "4.0": [10.076, -75.11459, 5.03771] + } + }, + "foot_fr": { + "position": [0, 2, 0] + }, + "foot_br": { + "position": [0, 2, 0] + }, + "foot_fl": { + "position": [0, 2, 0] + }, + "foot_bl": { + "position": [0, 2, 0] + }, + "tail": { + "rotation": [10.43389, 31.97464, 41.90065] + }, + "tail_end": { + "rotation": [-15.60237, 69.23068, 0.43768] + }, + "tail_bulb": { + "rotation": [-2.01495, 40.66948, -4.99862] + } + } + }, + "animation.skitty.faint": { + "loop": "hold_on_last_frame", + "animation_length": 0.58333, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.5833": [-110, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5833": [0, 10, 5] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.5833": [60, 0, 0] + } + }, + "foot_fr": { + "rotation": { + "0.0": [0, 0, 0], + "0.5833": [-25, 5, 35] + } + }, + "foot_br": { + "rotation": { + "0.0": [0, 0, 0], + "0.5833": [45, 0, 0] + } + }, + "foot_fl": { + "rotation": { + "0.0": [0, 0, 0], + "0.5833": [-25, -5, -35] + } + }, + "foot_bl": { + "rotation": { + "0.0": [0, 0, 0], + "0.5833": [45, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [0, 0, 0], + "0.5833": [52.5, 0, 0] + } + }, + "tail_end": { + "rotation": [12.5, 0, 0] + }, + "tail_bulb": { + "rotation": [15, 0, 0] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/skorupi/skorupi.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/skorupi/skorupi.animation.json new file mode 100644 index 0000000..6a72456 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/skorupi/skorupi.animation.json @@ -0,0 +1,1837 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.skorupi.pose": { + "loop": true, + "bones": { + "bone4": { + "rotation": [20, 0, 0] + }, + "bone5": { + "rotation": [45, 0, 0] + }, + "bone6": { + "rotation": [52.5, 0, 0] + }, + "bone7": { + "rotation": [15, 0, 0] + }, + "bone9": { + "rotation": [20, 0, 0] + }, + "bone22": { + "scale": [0.6, 0.6, 1] + }, + "bone21": { + "scale": [0.6, 0.6, 1] + } + } + }, + "animation.skorupi.ground_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "scale": [0.6, 0.6, 1] + }, + "bone3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-13.82, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [-11.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone21": { + "scale": [0.6, 0.6, 1] + }, + "bone4": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.skorupi.ground_walk": { + "loop": true, + "animation_length": 0.5, + "bones": { + "torso": { + "rotation": [5, 0, "Math.cos((query.anim_time) * 90 * 8) * -2"], + "position": [0, "Math.cos((query.anim_time) * 90 * 8*2) * 0.2", 0] + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "scale": [0.6, 0.6, 1] + }, + "bone3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone21": { + "scale": [0.6, 0.6, 1] + }, + "bone4": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "rotation": { + "0.0": [-2.61435, 9.91358, -1.31845], + "0.125": [12.66253, -10.09152, -3.9374], + "0.25": [14.8968, -5.30767, -13.89137], + "0.375": [2.2227, 4.83983, -14.50942], + "0.5": [-2.61435, 9.91358, -1.31845] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": [14.8968, 5.30767, 13.89137], + "0.125": [2.2227, -4.83983, 14.50942], + "0.25": [-2.61435, -9.91358, 1.31845], + "0.375": [12.66253, 10.09152, 3.9374], + "0.5": [14.8968, 5.30767, 13.89137] + }, + "position": { + "0.0": { + "post": [0, 0, -0.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": [27.37083, 9.48516, 4.81714], + "0.125": [2.40937, 3.59749, 10.25743], + "0.25": [-8.14021, 0.82786, 19.78304], + "0.375": [-11.84792, -3.69295, 3.97898], + "0.5": [12.37083, 9.48516, 4.81714] + }, + "position": { + "0.0": { + "post": [0, 0, -0.5], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": [-15.7522, -25.11578, -14.51565], + "0.125": [-7.5, -6.25, -14], + "0.25": [0, 12.5, 0], + "0.375": [17.5, -1.25, -3], + "0.5": [-15.7522, -25.11578, -14.51565] + }, + "position": { + "0.0": { + "post": [0, 0, 0.5], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.skorupi.physical": { + "animation_length": 1.25, + "bones": { + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "scale": [0.6, 0.6, 1] + }, + "bone3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone21": { + "scale": [0.6, 0.6, 1] + }, + "mouth_open": { + "position": { + "0.0": [0, 0, 0], + "0.2083": { + "pre": [0, 0, 0], + "post": [0, 0, -1] + }, + "0.7917": { + "pre": [0, 0, -1], + "post": [0, 0, 0] + } + } + }, + "mouth": { + "position": { + "0.0": [0, 0, 0], + "0.2083": { + "pre": [0, 0, 0], + "post": [0, 0, -0.025] + }, + "0.7917": { + "pre": [0, 0, -0.025], + "post": [0, 0, 0] + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [67.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone12": { + "rotation": { + "0.0": [0, 0, 0], + "0.625": [0, 0, 0], + "0.875": [0, 25, 0], + "1.25": [0, 0, 0] + } + }, + "bone10": { + "rotation": { + "0.0": [0, 0, 0], + "0.625": [0, 0, 0], + "0.875": [0, -22.5, 0], + "1.25": [0, 0, 0] + } + }, + "bone15": { + "rotation": { + "0.0": [0, 0, 0], + "0.4167": [0, 0, 0], + "0.625": [25.54957, 24.37176, 1.22505], + "0.875": [25.54957, 24.37176, 1.22505], + "1.25": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0.25, -0.75], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0.75, -1.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": [0, 0, 0], + "0.4167": [0, 0, 0], + "0.625": [23.82408, -22.76366, -3.84913], + "0.875": [23.82408, -22.76366, -3.84913], + "1.25": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0.75, -0.75], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 1.25, -1.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0.75, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0.75, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0.75, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0.75, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.skorupi.special": { + "animation_length": 1.5, + "bones": { + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -0.5, 0.5], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "scale": { + "0.0": [0.6, 0.6, 1], + "0.375": { + "pre": [0.6, 0.6, 1], + "post": [0.6, 0.1, 1] + }, + "0.5417": { + "pre": [0.6, 0.1, 1], + "post": [0.6, 0.6, 1] + }, + "1.5": { + "pre": [0.6, 0.6, 1], + "post": [0.6, 0.6, 1] + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone21": { + "scale": { + "0.0": [0.6, 0.6, 1], + "0.375": { + "pre": [0.6, 0.6, 1], + "post": [0.6, 0.1, 1] + }, + "0.5417": { + "pre": [0.6, 0.1, 1], + "post": [0.6, 0.6, 1] + }, + "1.5": { + "pre": [0.6, 0.6, 1], + "post": [0.6, 0.6, 1] + } + } + }, + "mouth_open": { + "position": { + "0.0": [0, 0, 0], + "0.4583": { + "pre": [0, 0, 0], + "post": [0, 0, -1.025] + }, + "1.1667": { + "pre": [0, 0, -1.025], + "post": [0, 0, -1.025] + }, + "1.375": { + "pre": [0, 0, -1.025], + "post": [0, 0, 0] + } + } + }, + "mouth": { + "position": { + "0.0": [0, 0, 0], + "0.4583": { + "pre": [0, 0, 0], + "post": [0, 0, -0.05] + }, + "1.1667": { + "pre": [0, 0, -0.05], + "post": [0, 0, -0.05] + }, + "1.375": { + "pre": [0, 0, -0.05], + "post": [0, 0, 0] + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [6.72, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [6.72, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone12": { + "rotation": { + "0.0": [0, 0, 0], + "1.5": [0, 0, 0] + } + }, + "bone10": { + "rotation": { + "0.0": [0, 0, 0], + "1.5": [0, 0, 0] + } + }, + "bone15": { + "rotation": { + "0.0": [0, 0, 0], + "1.5": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": [0, 0, 0], + "1.5": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.skorupi.recoil": { + "animation_length": 0.9167, + "bones": { + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [15.34721, -12.06754, -3.28396], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -0.5, 0.5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-11.71875, -11.25, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [32.5, -20, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [36.84168, -12.16324, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "scale": { + "0.0": [0.6, 0.6, 1], + "0.125": { + "pre": [0.6, 0.6, 1], + "post": [0.6, 0.1, 1] + }, + "0.375": { + "pre": [0.6, 0.1, 1], + "post": [0.6, 0.6, 1] + }, + "0.9167": { + "pre": [0.6, 0.6, 1], + "post": [0.6, 0.6, 1] + } + } + }, + "bone21": { + "scale": { + "0.0": [0.6, 0.6, 1], + "0.125": { + "pre": [0.6, 0.6, 1], + "post": [0.6, 0.2, 1] + }, + "0.375": { + "pre": [0.6, 0.2, 1], + "post": [0.6, 0.6, 1] + }, + "0.9167": { + "pre": [0.6, 0.6, 1], + "post": [0.6, 0.6, 1] + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-0.12, 0.75, 0.25], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-0.25, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-0.16, 0.5, 0.31], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0.11, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0.5, -0.12], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 1.5], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0.47, 0.72], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.skorupi.faint": { + "animation_length": 6.7917, + "bones": { + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [11.38, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, -0.45, 0.4], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, -0.62, 0.24], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, -0.15, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -0.62, 0.24], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, -0.15, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, -0.62, 0.24], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, -0.15, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, -0.375], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -0.375], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -1.5, -0.37], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [29.25668, -12.18398, 50.31642], + "lerp_mode": "catmullrom" + } + } + }, + "bone22": { + "scale": { + "0.0": { + "post": [0.6, 0.6, 1], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0.6, 0.6, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone21": { + "scale": { + "0.0": { + "post": [0.6, 0.6, 1], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0.6, 0.6, 1], + "lerp_mode": "catmullrom" + } + } + }, + "bone4": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone5": { + "rotation": { + "0.0": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [52.91, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone6": { + "rotation": { + "0.0": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [48.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone7": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [33.76, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone9": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone15": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -42.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone17": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 37.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -1.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone16": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 35], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -1.25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bone14": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -1.5, 0], + "lerp_mode": "catmullrom" + } + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/skuntank/skuntank.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/skuntank/skuntank.animation.json new file mode 100644 index 0000000..1ba9e74 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/skuntank/skuntank.animation.json @@ -0,0 +1,355 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.skuntank.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "thigh_r": { + "rotation": { + "0.0": [20, 0, 0], + "0.25": [-5, 0, 0], + "0.5": [-35, 0, 0], + "1.0": [20, 0, 0] + } + }, + "body": { + "position": { + "0.0": [0, -0.5, 0], + "0.25": [0, 0, 0], + "0.5": [0, -0.5, 0], + "0.75": [0, 0, 0], + "1.0": [0, -0.5, 0] + } + }, + "shoulder_r": { + "rotation": { + "0.0": [-25, 0, 0], + "0.25": [0, 0, 0], + "0.5": [25, 0, 0], + "0.75": [0, 0, 0], + "1.0": [-25, 0, 0] + } + }, + "forearm_r": { + "rotation": { + "0.0": [7.5, 0, 0], + "0.5": [-7.5, 0, 0], + "0.75": [-22.5, 0, 0], + "1.0": [7.5, 0, 0] + } + }, + "shoulder_l": { + "rotation": { + "0.0": [25, 0, 0], + "0.25": [0, 0, 0], + "0.5": [-25, 0, 0], + "0.75": [0, 0, 0], + "1.0": [25, 0, 0] + } + }, + "forearm_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-22.5, 0, 0], + "0.5": [7.5, 0, 0], + "0.75": [0, 0, 0], + "1.0": [-7.5, 0, 0] + } + }, + "calf_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.5": [10, 0, 0], + "0.75": [0, 0, 0], + "1.0": [0, 0, 0] + } + }, + "thigh_r2": { + "rotation": { + "0.0": [-35, 0, 0], + "0.5": [20, 0, 0], + "0.75": [-5, 0, 0], + "1.0": [-35, 0, 0] + } + }, + "calf_r2": { + "rotation": { + "0.0": [10, 0, 0], + "0.25": [0, 0, 0], + "0.5": [0, 0, 0], + "0.75": [-5, 0, 0], + "1.0": [10, 0, 0] + } + } + } + }, + "animation.skuntank.ground_idle": { + "loop": true, + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "1.5": [2.5, 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.5": [0, -0.25, 0], + "3.0": [0, 0, 0] + } + }, + "shoulder_r": { + "rotation": { + "0.0": [0, 0, 0], + "1.5": [2.5, 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.5": [0, 0.25, 0], + "3.0": [0, 0, 0] + } + }, + "forearm_r": { + "rotation": { + "0.0": [0, 0, 0], + "1.5": [-5, 0, 0], + "3.0": [0, 0, 0] + } + }, + "hand_r": { + "rotation": { + "0.0": [0, 0, 0], + "1.5": [0, 0, 0], + "3.0": [0, 0, 0] + } + }, + "shoulder_l": { + "rotation": { + "0.0": [0, 0, 0], + "1.5": [2.5, 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.5": [0, 0.25, 0], + "3.0": [0, 0, 0] + } + }, + "forearm_l": { + "rotation": { + "0.0": [0, 0, 0], + "1.5": [-5, 0, 0], + "3.0": [0, 0, 0] + } + }, + "hand_l": { + "rotation": { + "0.0": [0, 0, 0], + "1.5": [0, 0, 0], + "3.0": [0, 0, 0] + } + } + } + }, + "animation.skuntank.sleep": { + "loop": true, + "bones": { + "body": { + "rotation": [0, 90, -2.5], + "position": [0, -3, 0] + }, + "head": { + "rotation": [0, -32.5, 0] + }, + "tail5": { + "rotation": [0, 0, 0] + }, + "tail9": { + "rotation": [0, 45, 0], + "position": [0.5, 0, -0.5] + }, + "tail6": { + "rotation": [0, 7.5, 0] + }, + "tail7": { + "rotation": [0, 12.5, -10] + }, + "thigh_r": { + "rotation": [-60, 0, 0], + "position": [0, -1, 1] + }, + "knee_r": { + "rotation": [42.5, 0, 0] + }, + "foot_r": { + "rotation": [10, 0, 0] + }, + "thigh_r2": { + "rotation": [-60, 0, 0], + "position": [0, -1, 1] + }, + "knee_r2": { + "rotation": [42.5, 0, 0] + }, + "foot_r2": { + "rotation": [10, 0, 0] + }, + "shoulder_r": { + "rotation": [-40, -12.5, 0] + }, + "forearm_r": { + "rotation": [-35, 0, 0] + }, + "hand_r": { + "rotation": [82.5, 0, 0], + "position": [0, 2, -1] + }, + "shoulder_l": { + "rotation": [-40, 0, 0] + }, + "forearm_l": { + "rotation": [-35, 0, 0] + }, + "hand_l": { + "rotation": [82.5, 0, 0], + "position": [0, 2, -1] + }, + "torso": { + "rotation": [0, -40, 0] + }, + "pupil_r": { + "position": [0, -0.25, 0], + "scale": [1, 0.5, 1] + }, + "pupil_l": { + "position": [0, -0.25, 0], + "scale": [1, 0.5, 1] + } + } + }, + "animation.skuntank.faint": { + "loop": true, + "animation_length": 3.25, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [10, 0, 0], + "0.5": [-10, 0, -10], + "0.75": [-30, 0, -5], + "1.0": [-50, 0, 0], + "1.125": [-50, 0, 0], + "1.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.25": [0, -1.75, 1.75], + "0.5": [1.5, 0.75, -0.75], + "0.75": [0.25, 3, -4], + "1.0": [0, 6.5, -5], + "1.125": [0, 6.5, -5], + "1.5": [0, -3.5, -6] + } + }, + "pupil_r": { + "position": [0, -0.25, 0], + "scale": [1, 0.5, 1] + }, + "pupil_l": { + "position": [0, -0.25, 0], + "scale": [1, 0.5, 1] + }, + "shoulder_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [35, 0, 0], + "0.9167": [-10, 0, 0], + "1.125": [-10, 0, 0], + "1.5": [-40, 10, 0] + } + }, + "forearm_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-45, 0, 0], + "0.5": [-20, 0, 0], + "1.0": [-20, 0, 0], + "1.5417": [-37.5, 0, 0] + } + }, + "shoulder_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [35, 0, 0], + "0.9167": [-10, 0, 0], + "1.125": [-10, 0, 0], + "1.5": [-40, -10, 0] + } + }, + "forearm_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-45, 0, 0], + "0.5": [-20, 0, 0], + "1.0": [-20, 0, 0], + "1.5417": [-37.5, 0, 0] + } + }, + "thigh_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-10, 0, 0], + "0.5": [-5, 0, 10], + "0.75": [20, 0, 5], + "1.0": [40, 0, 0] + } + }, + "knee_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [10, 0, 0], + "0.5": [20, 0, 0], + "0.75": [25, 0, 0] + } + }, + "calf_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-10, 0, 0], + "0.5": [-5, 0, 0], + "0.75": [-15, 0, 0] + } + }, + "thigh_r2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-10, 0, 0], + "0.5": [-5, 0, 0], + "0.75": [20, 0, 0], + "1.0": [40, 0, 0] + } + }, + "knee_r2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [10, 0, 0], + "0.5": [20, 0, 0], + "0.75": [25, 0, 0] + } + }, + "calf_r2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-10, 0, 0], + "0.5": [-5, 0, 0], + "0.75": [-15, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/slitherwing/slitherwing.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/slitherwing/slitherwing.animation.json new file mode 100644 index 0000000..5776823 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/slitherwing/slitherwing.animation.json @@ -0,0 +1,5008 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.slitherwing.pose": { + "animation_length": 2.5, + "bones": { + "body": { + "position": [0, 3, 0] + }, + "tummy": { + "rotation": [-5, 0, 0], + "position": [0, -0.25, 0] + }, + "hips": { + "rotation": [-5, 0, 0] + }, + "tail1": { + "rotation": [5, 0, 0] + }, + "tail2": { + "rotation": [5, 0, 0] + }, + "tail3": { + "rotation": [2.5, 0, 0] + }, + "tail4": { + "rotation": [2.5, 0, 0] + }, + "rightwing3": { + "rotation": [0, 0, -10], + "position": [1, 0, -2] + }, + "leftwing3": { + "rotation": [0, 0, 10], + "position": [-1, 0, -2] + }, + "chest": { + "rotation": [12.5, 0, 0], + "position": [0, 0, 1.25] + }, + "leftarm": { + "rotation": [-4.53359, 2.11089, 49.91643], + "position": [-1, -0.25, 0] + }, + "lefthand": { + "rotation": [0, 0, 20] + }, + "rightarm": { + "rotation": [-4.53359, -2.11089, -49.91643], + "position": [1, -0.25, 0] + }, + "righthand": { + "rotation": [0, 0, -20] + }, + "rightwing1": { + "rotation": [5, 0, -10], + "position": [1, 0, 1] + }, + "rightwing2": { + "rotation": [0, 0, -10], + "position": [1, 0, 0] + }, + "leftwing1": { + "rotation": [5, 0, 10], + "position": [-1, 0, 1] + }, + "leftwing2": { + "rotation": [0, 0, 10], + "position": [-1, 0, 0] + }, + "head": { + "rotation": [12.5, 0, 0], + "position": [0, 0, 1] + }, + "leftleg": { + "rotation": [20.23319, 9.66798, 62.50366], + "position": [0, 2.75, -4.75] + }, + "leftfoot": { + "rotation": [0, 0, 30], + "position": [-0.25, 0, 0] + }, + "rightleg": { + "rotation": [20.23316, -9.66798, -62.50369], + "position": [0, 2.5, -4.75] + }, + "rightfoot": { + "rotation": [0, 0, -30], + "position": [0.25, 0, 0] + }, + "lowewingfluff": { + "position": [0, 0, -1.25] + }, + "tummyfluff": { + "rotation": [10, 0, 0], + "position": [0, 0.5, 1] + }, + "backfluffleft": { + "position": [0, 0, 1] + }, + "backfluffright": { + "position": [0, 0, 1] + }, + "arms": { + "position": [0, 2.75, 0] + } + } + }, + "animation.slitherwing.pose2": { + "loop": true, + "bones": { + "body": { + "rotation": [-27.5, 0, 0], + "position": [0, 5, 0] + }, + "tummy": { + "rotation": [-32.5, 0, 0], + "position": [0, 4, 1] + }, + "hips": { + "rotation": [30, 0, 0], + "position": [0, 0, -1] + }, + "tail1": { + "rotation": [12.5, 0, 0] + }, + "tail2": { + "rotation": [12.5, 0, 0] + }, + "tail3": { + "rotation": [2.5, 0, 0] + }, + "tail4": { + "rotation": [2.5, 0, 0] + }, + "rightwing3": { + "rotation": [23.6822, 4.98093, -39.62165], + "position": [1, 0, -4] + }, + "leftwing3": { + "rotation": [23.6822, -4.98093, 39.62165], + "position": [-1, 0, -4] + }, + "chest": { + "rotation": [10, 0, 0], + "position": [0, 0, 0.25] + }, + "leftarm": { + "rotation": [55.16584, -16.58932, 87.92698], + "position": [-0.5, -1.5, 2.25] + }, + "lefthand": { + "rotation": [0, 0, 20] + }, + "rightarm": { + "rotation": [55.16584, 16.58934, -87.927], + "position": [0.5, -1.5, 2.25] + }, + "righthand": { + "rotation": [0, 0, -20] + }, + "rightwing1": { + "rotation": [34.06766, -0.47439, -22.44673], + "position": [1, 0.5, 2.25] + }, + "rightwing2": { + "rotation": [17.86098, -7.05585, -25.21752], + "position": [1, 0, -3] + }, + "leftwing1": { + "rotation": [24.47346, 3.45514, 19.8302], + "position": [-1, 0, 0.5] + }, + "leftwing2": { + "rotation": [20.21238, 5.97868, 25.39069], + "position": [-1, 0, -3] + }, + "head": { + "rotation": [57.5, 0, 0], + "position": [0, 0.5, 0.25] + }, + "leftleg": { + "rotation": [32.86614, 17.09488, 66.61007], + "position": [-0.5, 2.75, -7.25] + }, + "leftfoot": { + "rotation": [0, 0, 27.5], + "position": [-0.25, 0, 0] + }, + "rightleg": { + "rotation": [32.86614, -17.0949, -66.6101], + "position": [0.5, 2.75, -7.25] + }, + "rightfoot": { + "rotation": [0, 0, -27.5], + "position": [0.25, 0, 0] + }, + "lowewingfluff": { + "position": [0, 0, -4.25] + }, + "tummyfluff": { + "rotation": [10, 0, 0], + "position": [0, 0.5, 1] + }, + "hipfluff": { + "rotation": [-17.5, 0, 0], + "position": [0, -1.5, -1.25] + }, + "upperwingfluff": { + "rotation": [12.5, 0, 0], + "position": [0, -1, -2] + }, + "backfluffleft": { + "rotation": [9.91615, -1.29876, 14.88733], + "position": [1, -0.75, 0] + }, + "bumfluff": { + "rotation": [22.5, 0, 0], + "position": [0, 0, -2] + }, + "backfluffright": { + "rotation": [9.9162, 1.2988, -14.8873], + "position": [-1, -0.75, 0] + }, + "arms": { + "rotation": [-50, 0, 0], + "position": [0, 18, 0] + } + } + }, + "animation.slitherwing.ground_idle": { + "loop": true, + "animation_length": 2.5, + "bones": { + "body": { + "position": [0, 3, 0] + }, + "tummy": { + "rotation": [-5, 0, 0], + "position": [0, "-0.25-math.sin((query.anim_time-0.3)*144)*0.3", 0] + }, + "hips": { + "rotation": ["-10+math.sin((query.anim_time-0.1)*144)*2", 0, 0], + "position": [0, 0.75, -1.5] + }, + "tail1": { + "rotation": ["5-math.sin((query.anim_time+0.2)*144)*1", 0, 0] + }, + "tail2": { + "rotation": ["5-math.sin((query.anim_time+0.3)*144)*1", 0, 0] + }, + "tail3": { + "rotation": ["2.5-math.sin((query.anim_time+0.4)*144)*1", 0, 0] + }, + "tail4": { + "rotation": ["2.5-math.sin((query.anim_time+0.5)*144)*1", 0, 0] + }, + "rightwing3": { + "rotation": [2.5606, -12.4879, "-20.554-math.sin((query.anim_time-0.1)*144)*3"], + "position": [0.5, 0, -2] + }, + "leftwing3": { + "rotation": [2.56062, 12.48791, "20.554+math.sin((query.anim_time-0.1)*144)*3"], + "position": [-0.5, 0, -2] + }, + "chest": { + "rotation": [12.5, 0, 0], + "position": [0, 0, 1.25] + }, + "leftarm": { + "rotation": [-4.53359, 2.11089, "49.9164-math.sin((query.anim_time-0.3)*144)*4"], + "position": [-1, "-0.5-math.sin((query.anim_time-0.3)*144)*0.3", 0] + }, + "lefthand": { + "rotation": [0, 0, "20+math.sin((query.anim_time-0.3)*144)*6"] + }, + "rightarm": { + "rotation": [-4.53359, -2.11089, "-49.9164+math.sin((query.anim_time-0.3)*144)*4"], + "position": [1, "-0.5-math.sin((query.anim_time-0.3)*144)*0.3", 0] + }, + "righthand": { + "rotation": [0, 0, "-20-math.sin((query.anim_time-0.3)*144)*6"] + }, + "rightwing1": { + "rotation": [5, 0, "-10-math.sin((query.anim_time-0.1)*144)*0.5"], + "position": [1, 0, 1] + }, + "rightwing2": { + "rotation": [0, -10, "-10-math.sin((query.anim_time-0.1)*144)*2"], + "position": [1, 0, 0] + }, + "leftwing1": { + "rotation": [5, 0, "10+math.sin((query.anim_time-0.1)*144)*0.5"], + "position": [-1, 0, 1] + }, + "leftwing2": { + "rotation": [0, 10, "10+math.sin((query.anim_time-0.1)*144)*2"], + "position": [-1, 0, 0] + }, + "head": { + "rotation": ["12.5+math.sin((query.anim_time-0.5)*144)*1.6", 0, 0], + "position": [0, "0-math.sin((query.anim_time-0.3)*144)*0.2", 1] + }, + "leftleg": { + "rotation": [ + "20.2332+math.sin((query.anim_time-0.3)*144)*2", + "9.668+math.sin((query.anim_time-0.3)*144)*4", + "62.5037-math.sin((query.anim_time-0.3)*144)*4" + ], + "position": [0, "2.75-math.sin((query.anim_time-0.3)*144)*0.5", -4.75] + }, + "leftfoot": { + "rotation": ["0-math.sin((query.anim_time-0.3)*144)*2", "0-math.sin((query.anim_time-0.3)*144)*2", "30+math.sin((query.anim_time-0.3)*144)*7"], + "position": [-0.25, 0, 0] + }, + "rightleg": { + "rotation": [ + "20.2332+math.sin((query.anim_time-0.3)*144)*2", + "-9.668-math.sin((query.anim_time-0.3)*144)*4", + "-62.5037+math.sin((query.anim_time-0.3)*144)*4" + ], + "position": [0, "2.75-math.sin((query.anim_time-0.3)*144)*0.5", -4.75] + }, + "rightfoot": { + "rotation": ["0-math.sin((query.anim_time-0.3)*144)*2", "0+math.sin((query.anim_time-0.3)*144)*2", "-30-math.sin((query.anim_time-0.3)*144)*7"], + "position": [0.25, 0, 0] + }, + "lowewingfluff": { + "rotation": ["0+math.sin((query.anim_time-0.6)*144)*2.8", 0, 0], + "position": [0, 0, -1.25] + }, + "tummyfluff": { + "rotation": [10, 0, 0], + "position": [0, 0.5, 1] + }, + "backfluffleft": { + "rotation": ["10+math.sin((query.anim_time-0.4)*144)*4", 0, 0], + "position": [0, 0, 1] + }, + "backfluffright": { + "rotation": ["10+math.sin((query.anim_time-0.4)*144)*4", 0, 0], + "position": [0, 0, 1] + }, + "arms": { + "position": [0, 2.75, 0] + }, + "upperwingfluff": { + "rotation": ["5+math.sin((query.anim_time-0.5)*144)*3", 0, 0] + }, + "bumfluff": { + "rotation": [-30, 0, 0] + } + } + }, + "animation.slitherwing.ground_walk": { + "loop": true, + "animation_length": 5, + "bones": { + "body": { + "position": [0, 3, 0] + }, + "tummy": { + "rotation": [-5, "0+math.sin((query.anim_time)*144)*4", 0], + "position": [0, "-0.25+math.sin((query.anim_time)*288)*0.3", 0] + }, + "hips": { + "rotation": [-10, 0, 0], + "position": [0, 0.5, -1] + }, + "tail1": { + "rotation": [5, "0+math.sin((query.anim_time-0.3)*144)*4", 0] + }, + "tail2": { + "rotation": [5, "0+math.sin((query.anim_time-0.3)*144)*4", 0] + }, + "tail3": { + "rotation": [2.5, 0, 0] + }, + "tail4": { + "rotation": [2.5, 0, 0] + }, + "rightwing3": { + "rotation": [2.5606, -12.4879, "-20.554+math.sin((query.anim_time-0.1)*288)*0.5"], + "position": [0.5, 0, -2] + }, + "leftwing3": { + "rotation": [2.56062, 12.48791, "20.554+math.sin((query.anim_time-0.1)*288)*0.5"], + "position": [-0.5, 0, -2] + }, + "chest": { + "rotation": [12.5, "0-math.sin((query.anim_time)*144)*7", 0], + "position": [0, 0, 1.25] + }, + "leftarm": { + "rotation": { + "0.0": { + "post": [-0.55, 0.64, 45.82], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-0.55404, -12.48791, 45.06062], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-0.48, -6.46, 32.5], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-0.52618, 9.4224, 39.85297], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-0.54562, 7.51119, 44.86949], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-0.55, 0.64, 45.82], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [-0.55404, -12.48791, 45.06062], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [-0.48, -6.46, 32.5], + "lerp_mode": "catmullrom" + }, + "4.25": { + "post": [-0.52618, 9.4224, 39.85297], + "lerp_mode": "catmullrom" + }, + "4.5833": { + "post": [-0.54562, 7.51119, 44.86949], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-0.55, 0.64, 45.82], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -0.11, 0.16], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 1.25], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 1, 0.92], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0.38, 0.16], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, 0, -0.25], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -0.11, 0.16], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, 0, 1.25], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 1, 0.92], + "lerp_mode": "catmullrom" + }, + "4.25": { + "post": [0, 0.38, 0.16], + "lerp_mode": "catmullrom" + }, + "4.5833": { + "post": [0, 0, -0.25], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, -0.11, 0.16], + "lerp_mode": "catmullrom" + } + } + }, + "lefthand": { + "rotation": [0, 0, 0] + }, + "rightarm": { + "rotation": { + "0.0": { + "post": [-0.48, 6.46, -32.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-0.5196, -5.59897, -39.26312], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-0.54562, -7.51119, -44.86949], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-0.55, -0.64, -45.82], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-0.55404, 12.48791, -45.06062], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-0.48, 6.46, -32.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.5196, -5.59897, -39.26312], + "lerp_mode": "catmullrom" + }, + "3.3333": { + "post": [-0.54562, -7.51119, -44.86949], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [-0.55, -0.64, -45.82], + "lerp_mode": "catmullrom" + }, + "4.5": { + "post": [-0.55404, 12.48791, -45.06062], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-0.48, 6.46, -32.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.75, 1.17], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0.38, 0.16], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, -0.25], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -0.11, 0.16], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 1.25], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0.75, 1.17], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0.38, 0.16], + "lerp_mode": "catmullrom" + }, + "3.3333": { + "post": [0, 0, -0.25], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, -0.11, 0.16], + "lerp_mode": "catmullrom" + }, + "4.5": { + "post": [0, 0, 1.25], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0.75, 1.17], + "lerp_mode": "catmullrom" + } + } + }, + "righthand": { + "rotation": [0, -2.5, 0], + "position": [0, 0, 0] + }, + "rightwing1": { + "rotation": [5, 0, "-10-math.sin((query.anim_time-0.1)*288)*0.5"], + "position": [1, 0, 1] + }, + "rightwing2": { + "rotation": [0, -10, "-10-math.sin((query.anim_time-0.1)*144)*2"], + "position": [1, 0, 0] + }, + "leftwing1": { + "rotation": [5, 0, "10+math.sin((query.anim_time-0.1)*288)*0.5"], + "position": [-1, 0, 1] + }, + "leftwing2": { + "rotation": [0, 10, "10-math.sin((query.anim_time-0.1)*144)*2"], + "position": [-1, 0, 0] + }, + "head": { + "rotation": ["12.5+math.sin((query.anim_time)*288)*1", "0+math.sin((query.anim_time)*144)*2", 0], + "position": [0, "0+math.sin((query.anim_time-0.1)*288)*0.2", 0.75] + }, + "leftleg": { + "rotation": { + "0.0": { + "post": [3.46823, 6.48821, 26.73575], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [17.05662, 13.57591, 40.45016], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [32.81545, 17.63817, 63.94005], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-17.6814, -9.8812, 59.6814], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-3.65822, -5.31724, 35.71651], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [3.46823, 6.48821, 26.73575], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [17.05662, 13.57591, 40.45016], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [32.81545, 17.63817, 63.94005], + "lerp_mode": "catmullrom" + }, + "4.5": { + "post": [-17.6814, -9.8812, 59.6814], + "lerp_mode": "catmullrom" + }, + "4.7917": { + "post": [-3.65822, -5.31724, 35.71651], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [3.46823, 6.48821, 26.73575], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 2.75, -4.86], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 2.75, -5.25], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 2.75, -4.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 2.75, -4.86], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, 2.75, -5.25], + "lerp_mode": "catmullrom" + }, + "4.5": { + "post": [0, 2.75, -4.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 2.75, -4.86], + "lerp_mode": "catmullrom" + } + } + }, + "leftfoot": { + "rotation": { + "0.0": { + "post": [0, 0, 30.36], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 25.31], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0, 0, 37.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 30.36], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "3.875": { + "post": [0, 0, 25.31], + "lerp_mode": "catmullrom" + }, + "4.5": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "4.7917": { + "post": [0, 0, 37.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, 30.36], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [-0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.875": { + "post": [-0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.5": { + "post": [-0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [-0.25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightleg": { + "rotation": { + "0.0": { + "post": [32.81545, -17.63817, -63.94005], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-17.6814, 9.8812, -59.6814], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-3.65822, 5.31724, -35.71651], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [3.46823, -6.48821, -26.73575], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [17.05662, -13.57591, -40.45016], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [32.81545, -17.63817, -63.94005], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [-17.6814, 9.8812, -59.6814], + "lerp_mode": "catmullrom" + }, + "4.0417": { + "post": [-3.65822, 5.31724, -35.71651], + "lerp_mode": "catmullrom" + }, + "4.25": { + "post": [3.46823, -6.48821, -26.73575], + "lerp_mode": "catmullrom" + }, + "4.6667": { + "post": [17.05662, -13.57591, -40.45016], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [32.81545, -17.63817, -63.94005], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 2.75, -5.25], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 2.75, -4.5], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 2.75, -4.86], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 2.75, -5.25], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 2.75, -4.5], + "lerp_mode": "catmullrom" + }, + "4.25": { + "post": [0, 2.75, -4.86], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 2.75, -5.25], + "lerp_mode": "catmullrom" + } + } + }, + "rightfoot": { + "rotation": { + "0.0": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, -25.31], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, -30.36], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + }, + "3.125": { + "post": [0, 0, -25.31], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + }, + "4.0417": { + "post": [0, 0, -37.5], + "lerp_mode": "catmullrom" + }, + "4.25": { + "post": [0, 0, -30.36], + "lerp_mode": "catmullrom" + }, + "4.6667": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0, 0, -30], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.125": { + "post": [0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.25": { + "post": [0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [0.25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lowewingfluff": { + "rotation": ["-5+math.sin((query.anim_time-0.2)*288)*3", 0, 0], + "position": [0, 0, -1.25] + }, + "tummyfluff": { + "rotation": [10, 0, 0], + "position": [0, 0.5, 1] + }, + "backfluffleft": { + "rotation": ["15+math.sin((query.anim_time-0.4)*288)*3", 0, 0], + "position": [0, 0, 0] + }, + "backfluffright": { + "rotation": ["15+math.sin((query.anim_time-0.4)*288)*3", 0, 0], + "position": [0, 0, 0] + }, + "arms": { + "position": [0, 1.75, 0] + }, + "upperwingfluff": { + "rotation": ["2.5+math.sin((query.anim_time)*288)*2", 0, 0] + }, + "bumfluff": { + "rotation": [-27.5, 0, 0] + } + } + }, + "animation.slitherwing.battle_idle": { + "loop": true, + "animation_length": 2.5, + "bones": { + "body": { + "rotation": [-27.5, 0, 0], + "position": [0, 5, 0] + }, + "tummy": { + "rotation": ["-32.5+math.sin((query.anim_time-0.1)*144)*2", 0, 0], + "position": [0, "4-math.sin((query.anim_time-0.3)*144)*0.3", "1+math.sin((query.anim_time-0.3)*144)*0.3"] + }, + "hips": { + "rotation": ["30-math.sin((query.anim_time-0.5)*144)*1", 0, 0], + "position": [0, 0, -1] + }, + "tail1": { + "rotation": ["12.5+math.sin((query.anim_time-0.6)*144)*1", 0, 0] + }, + "tail2": { + "rotation": ["12.5+math.sin((query.anim_time-0.6)*144)*1", 0, 0] + }, + "tail3": { + "rotation": ["2.5+math.sin((query.anim_time-0.7)*144)*1", 0, 0] + }, + "tail4": { + "rotation": ["2.5+math.sin((query.anim_time-0.8)*144)*1", 0, 0] + }, + "rightwing3": { + "rotation": ["23.615+math.sin((query.anim_time-0.1)*144)*3", 2.678, "-40.6267-math.sin((query.anim_time-0.1)*144)*5"], + "position": [1, 0, -4] + }, + "leftwing3": { + "rotation": ["23.6171+math.sin((query.anim_time-0.1)*144)*3", -2.67797, "40.5968+math.sin((query.anim_time-0.1)*144)*5"], + "position": [-1, 0, -4] + }, + "chest": { + "rotation": ["10+math.sin((query.anim_time-0.3)*144)*1", 0, 0], + "position": [0, 0, 0.25] + }, + "leftarm": { + "rotation": [55.16584, "-16.5893-math.sin((query.anim_time-0.3)*144)*2", "87.927+math.sin((query.anim_time-0.3)*144)*4"], + "position": [-0.5, "-1.5-math.sin((query.anim_time-0.3)*144)*0.5", "2.25+math.sin((query.anim_time-0.3)*144)*0.5"] + }, + "lefthand": { + "rotation": [0, 0, 20] + }, + "rightarm": { + "rotation": [55.16584, "16.5893+math.sin((query.anim_time-0.3)*144)*2", "-87.927-math.sin((query.anim_time-0.3)*144)*4"], + "position": [0.5, "-1.5-math.sin((query.anim_time-0.3)*144)*0.5", "2.25+math.sin((query.anim_time-0.3)*144)*0.5"] + }, + "righthand": { + "rotation": [0, 0, -20] + }, + "rightwing1": { + "rotation": ["34.0677+math.sin((query.anim_time-0.1)*144)*2", -0.47439, "-22.4467-math.sin((query.anim_time-0.1)*144)*3"], + "position": [1, 0.5, 2.25] + }, + "rightwing2": { + "rotation": ["17.5501+math.sin((query.anim_time-0.1)*144)*2", -7.81628, "-22.8158-math.sin((query.anim_time-0.1)*144)*2"], + "position": [1, 0, -3] + }, + "leftwing1": { + "rotation": ["24.4735+math.sin((query.anim_time-0.1)*144)*2", 3.45514, "19.8302+math.sin((query.anim_time-0.1)*144)*3"], + "position": [-1, 0, 0.5] + }, + "leftwing2": { + "rotation": ["19.9483+math.sin((query.anim_time-0.1)*144)*2", 6.81672, "23.0206+math.sin((query.anim_time-0.1)*144)*2"], + "position": [-1, 0, -3] + }, + "head": { + "rotation": ["57.5-math.sin((query.anim_time-0.4)*144)*4", 0, 0], + "position": [0, "0.5-math.sin((query.anim_time-0.4)*144)*0.2", "0.25+math.sin((query.anim_time-0.4)*144)*0.2"] + }, + "leftleg": { + "rotation": [32.86614, "17.0949+math.sin((query.anim_time-0.3)*144)*2", "66.6101-math.sin((query.anim_time-0.3)*144)*4"], + "position": [-0.5, "2.75-math.sin((query.anim_time-0.3)*144)*0.5", -7.25] + }, + "leftfoot": { + "rotation": [0, "0+math.sin((query.anim_time-0.3)*144)*1", "27.5+math.sin((query.anim_time-0.3)*144)*5"], + "position": ["-0.25-math.sin((query.anim_time-0.3)*144)*0.1", "0-math.sin((query.anim_time-0.3)*144)*0.05", 0] + }, + "rightleg": { + "rotation": [32.86614, "-17.0949-math.sin((query.anim_time-0.3)*144)*2", "-66.6101+math.sin((query.anim_time-0.3)*144)*4"], + "position": [0.5, "2.75-math.sin((query.anim_time-0.3)*144)*0.5", -7.25] + }, + "rightfoot": { + "rotation": [0, "0-math.sin((query.anim_time-0.3)*144)*1", "-27.5-math.sin((query.anim_time-0.3)*144)*5"], + "position": ["0.25+math.sin((query.anim_time-0.3)*144)*0.1", "0-math.sin((query.anim_time-0.3)*144)*0.05", 0] + }, + "lowewingfluff": { + "rotation": ["0+math.sin((query.anim_time-0.4)*144)*5", 0, 0], + "position": [0, 0, -4.25] + }, + "tummyfluff": { + "rotation": [10, 0, 0], + "position": [0, 0.5, 1] + }, + "hipfluff": { + "rotation": [-17.5, 0, 0], + "position": [0, -1.5, -1.25] + }, + "upperwingfluff": { + "rotation": ["17.5+math.sin((query.anim_time-0.5)*144)*3.5", 0, 0], + "position": [0, -1, -2] + }, + "backfluffleft": { + "rotation": ["9.9162+math.sin((query.anim_time-0.3)*144)*3", -1.29876, 14.88733], + "position": [1, -0.75, 0] + }, + "bumfluff": { + "rotation": [22.5, 0, 0], + "position": [0, 0, -2] + }, + "backfluffright": { + "rotation": ["9.9162+math.sin((query.anim_time-0.3)*144)*3", 1.2988, -14.8873], + "position": [-1, -0.75, 0] + }, + "arms": { + "rotation": [-50, 0, 0], + "position": [0, 18, 0] + } + } + }, + "animation.slitherwing.faint": { + "animation_length": 3, + "bones": { + "body": { + "rotation": [-27.5, 0, 0], + "position": [0, 5, 0] + }, + "tummy": { + "rotation": { + "0.0": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": [17.5, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 4, 1], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 4.25, 1.25], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 4.25, -0.75], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, -3.75, -1.25], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, -8.25, 1], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, -7.5, 0.75], + "lerp_mode": "catmullrom" + }, + "1.9583": [0, -8.25, 1] + } + }, + "hips": { + "rotation": { + "0.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": [7.5, 0, 0] + }, + "position": { + "0.0": [0, 0, -1], + "1.5417": [0, 0, -1] + } + }, + "tail1": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": [2.5, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail2": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail3": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail4": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightwing3": { + "rotation": { + "0.0": [23.6822, 4.98093, -39.62165], + "0.5": [24.15439, 0.91794, -30.47017], + "0.5833": [23.6822, 4.98093, -39.62165], + "0.6667": [24.15439, 0.91794, -30.47017], + "0.75": [23.99979, 2.95884, -35.03753], + "0.8333": [24.15439, 0.91794, -30.47017], + "1.9583": [24.15, 0.92, -30.47] + }, + "position": { + "0.0": [1, 0, -4], + "1.9583": [1, 0, -4] + } + }, + "leftwing3": { + "rotation": { + "0.0": [23.6822, -4.98093, 39.62165], + "0.5": [24.15439, -0.91794, 30.47017], + "0.5833": [23.6822, -4.98093, 39.62165], + "0.6667": [24.15439, -0.91794, 30.47017], + "0.75": [23.99979, -2.95884, 35.03753], + "0.8333": [24.15439, -0.91794, 30.47017], + "1.9583": [24.15, -0.92, 30.47] + }, + "position": { + "0.0": [-1, 0, -4], + "1.9583": [-1, 0, -4] + } + }, + "chest": { + "rotation": [10, 0, 0], + "position": [0, 0, 0.25] + }, + "leftarm": { + "rotation": { + "0.0": { + "post": [55.16584, -16.58934, 87.927], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [51.40787, -28.64491, 97.62506], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [56.40205, 8.39881, 71.14699], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [54.70984, -18.63579, 89.43372], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [34.71338, 35.00531, 26.22898], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [24.16392, 42.44116, 9.47317], + "lerp_mode": "catmullrom" + }, + "1.9583": [39.69946, 28.94295, 35.61663] + }, + "position": { + "0.0": { + "post": [-0.5, -1.5, 2.25], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [-0.5, -0.5, 2.25], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-0.5, 1.25, 1], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-0.5, 1.25, 1], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-0.5, 1.25, 1], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0.5, -12.5, 4.5], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0.5, -18.75, 10], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0.5, -18, 9.5], + "lerp_mode": "catmullrom" + }, + "1.9583": [0.5, -18.75, 10.25] + } + }, + "lefthand": { + "rotation": [0, 0, 20] + }, + "rightarm": { + "rotation": { + "0.0": { + "post": [55.16584, 16.58934, -87.927], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [56.78327, -2.13524, -75.29185], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [55.16584, 16.58934, -87.927], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [50.47363, -30.66674, -53.866], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [34.71338, -35.00531, -26.22898], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [24.16392, -42.44116, -9.47317], + "lerp_mode": "catmullrom" + }, + "1.9583": [39.69946, -28.94295, -35.61663] + }, + "position": { + "0.0": { + "post": [0.5, -1.5, 2.25], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0.5, -0.5, 2.25], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0.5, 1.25, 1], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0.5, 1.25, 1], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0.5, 1.25, 1], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-0.5, -12.5, 4.5], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-0.5, -18.75, 10], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-0.5, -18, 9.5], + "lerp_mode": "catmullrom" + }, + "1.9583": [-0.5, -18.75, 10.25] + } + }, + "righthand": { + "rotation": [0, 0, -20] + }, + "rightwing1": { + "rotation": { + "0.0": [24.47346, -3.45514, -19.8302], + "0.5": [23.59246, -7.53652, -10.65676], + "0.5833": [24.47346, -3.45514, -19.8302], + "0.6667": [23.59246, -7.53652, -10.65676], + "0.75": [24.11583, -5.51338, -15.25924], + "0.8333": [23.59246, -7.53652, -10.65676], + "1.9583": [23.59, -7.54, -10.66] + }, + "position": { + "0.0": [1, 0, 0.5], + "1.9583": [1, 0, 0.5] + } + }, + "rightwing2": { + "rotation": { + "0.0": [17.86098, -7.05585, -25.21752], + "0.5": [16.42352, -10.01039, -15.55561], + "0.5833": [17.55009, -7.81628, -22.81575], + "0.6667": [16.42352, -10.01039, -15.55561], + "0.75": [17.20666, -8.56309, -20.4053], + "0.8333": [16.42352, -10.01039, -15.55561], + "1.9583": [16.42, -10.01, -15.56] + }, + "position": { + "0.0": [1, 0, -3], + "1.9583": [1, 0, -3] + } + }, + "leftwing1": { + "rotation": { + "0.0": [24.47346, 3.45514, 19.8302], + "0.5": [23.59246, 7.53652, 10.65676], + "0.5833": [24.47346, 3.45514, 19.8302], + "0.6667": [23.59246, 7.53652, 10.65676], + "0.75": [24.11583, 5.51338, 15.25924], + "0.8333": [23.59246, 7.53652, 10.65676], + "1.9583": [23.59, 7.54, 10.66] + }, + "position": { + "0.0": [-1, 0, 0.5], + "1.9583": [-1, 0, 0.5] + } + }, + "leftwing2": { + "rotation": { + "0.0": [17.86098, 7.05585, 25.21752], + "0.5": [16.42352, 10.01039, 15.55561], + "0.5833": [17.55009, 7.81628, 22.81575], + "0.6667": [16.42352, 10.01039, 15.55561], + "0.75": [17.20666, 8.56309, 20.4053], + "0.8333": [16.42352, 10.01039, 15.55561], + "1.9583": [16.42, 10.01, 15.56] + }, + "position": { + "0.0": [-1, 0, -3], + "1.9583": [-1, 0, -3] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [92.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [87.91255, -14.99049, 0.54016], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [82.60921, 11.12543, -2.7147], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [72.45048, -14.70179, 5.40239], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": [-10, 0, 0] + }, + "position": { + "0.0": [0, 0.5, 0.25], + "0.5417": [0, 0.5, -0.5], + "1.0833": [0, -0.75, 0] + } + }, + "leftleg": { + "rotation": { + "0.0": { + "post": [32.86614, 17.09488, 66.61007], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [33.90915, 1.85977, 71.56121], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [28.81714, 24.05749, 41.98392], + "lerp_mode": "catmullrom" + }, + "1.875": [15.84248, 27.36943, 24.83613] + }, + "position": { + "0.0": { + "post": [-0.5, 2.75, -7.25], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-0.5, 4, -9.25], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0.75, -10.25], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, -1.5, -10.25], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, -0.75, -10.25], + "lerp_mode": "catmullrom" + }, + "1.9583": [0, -1.25, -10.25] + } + }, + "leftfoot": { + "rotation": { + "0.0": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0.11246, 7.5118, 15.02641], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [4.67809, 5.88492, 52.75962], + "lerp_mode": "catmullrom" + }, + "1.875": [5.83957, 4.73465, 65.26065] + }, + "position": { + "0.0": { + "post": [-0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightleg": { + "rotation": { + "0.0": { + "post": [32.86614, -17.09488, -66.61007], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [33.90915, -1.85977, -71.56121], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [28.81714, -24.05749, -41.98392], + "lerp_mode": "catmullrom" + }, + "1.875": [15.84248, -27.36943, -24.83613] + }, + "position": { + "0.0": { + "post": [0.5, 2.75, -7.25], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0.5, 4, -9.25], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0.75, -10.25], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, -1.5, -10.25], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [0, -0.75, -10.25], + "lerp_mode": "catmullrom" + }, + "1.9583": [0, -1.25, -10.25] + } + }, + "rightfoot": { + "rotation": { + "0.0": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0.11246, -7.5118, -15.02641], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [4.67809, -5.88492, -52.75962], + "lerp_mode": "catmullrom" + }, + "1.875": [5.83957, -4.73465, -65.26065] + }, + "position": { + "0.0": { + "post": [0.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lowewingfluff": { + "position": [0, 0, -4.25] + }, + "tummyfluff": { + "rotation": { + "0.0": [10, 0, 0], + "0.5": [37.5, 0, 0], + "1.0": [10, 0, 0] + }, + "position": { + "0.0": [0, 0.5, 1], + "1.0": [0, 0.5, 1] + } + }, + "hipfluff": { + "rotation": [-17.5, 0, 0], + "position": [0, -1.5, -1.25] + }, + "upperwingfluff": { + "rotation": [12.5, 0, 0], + "position": [0, -1, -2] + }, + "bumfluff": { + "rotation": [22.5, 0, 0], + "position": [0, 0, -2] + }, + "backfluffright": { + "rotation": [9.9162, 1.2988, -14.8873], + "position": [-1, -0.75, 0] + }, + "arms": { + "rotation": [-50, 0, 0], + "position": [0, 18, 0] + }, + "chestfluff": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [27.5, 0, 0], + "1.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 0, 0] + } + } + } + }, + "animation.slitherwing.sleep": { + "loop": true, + "animation_length": 2.5, + "bones": { + "body": { + "position": [0, 3, 0] + }, + "tummy": { + "rotation": [-5, 0, 0], + "position": [0, "-4.25-math.sin((query.anim_time-0.3)*144)*0.1", 0] + }, + "hips": { + "rotation": ["-5+math.sin((query.anim_time-0.1)*144)*1", 0, 0] + }, + "tail1": { + "rotation": ["5-math.sin((query.anim_time+0.2)*144)*0.5", 0, 0] + }, + "tail2": { + "rotation": ["5-math.sin((query.anim_time+0.3)*144)*0.7", 0, 0] + }, + "tail3": { + "rotation": ["2.5-math.sin((query.anim_time+0.4)*144)*0.7", 0, 0] + }, + "tail4": { + "rotation": ["2.5-math.sin((query.anim_time+0.5)*144)*1", 0, 0] + }, + "rightwing3": { + "rotation": [2.5606, -12.4879, "-20.554-math.sin((query.anim_time-0.1)*144)*3"], + "position": [0.5, 0, -2] + }, + "leftwing3": { + "rotation": [2.56062, 12.48791, "20.554+math.sin((query.anim_time-0.1)*144)*3"], + "position": [-0.5, 0, -2] + }, + "chest": { + "rotation": [12.5, 0, 0], + "position": [0, 0, 1.25] + }, + "leftarm": { + "rotation": [-4.98107, -0.43523, "20.0188-math.sin((query.anim_time-0.3)*144)*2"], + "position": [0, "-3.5-math.sin((query.anim_time-0.3)*144)*0.3", 0] + }, + "lefthand": { + "rotation": [0, 0, "20+math.sin((query.anim_time-0.3)*144)*2"] + }, + "rightarm": { + "rotation": [-4.98107, 0.43523, "-20.0188+math.sin((query.anim_time-0.3)*144)*2"], + "position": [0, "-3.5-math.sin((query.anim_time-0.3)*144)*0.3", 0] + }, + "righthand": { + "rotation": [0, 0, "-20-math.sin((query.anim_time-0.3)*144)*2"] + }, + "rightwing1": { + "rotation": [5, 0, "-10-math.sin((query.anim_time-0.1)*144)*0.5"], + "position": [1, 0, 1] + }, + "rightwing2": { + "rotation": [0, -10, "-10-math.sin((query.anim_time-0.1)*144)*2"], + "position": [1, 0, 0] + }, + "leftwing1": { + "rotation": [5, 0, "10+math.sin((query.anim_time-0.1)*144)*0.5"], + "position": [-1, 0, 1] + }, + "leftwing2": { + "rotation": [0, 10, "10+math.sin((query.anim_time-0.1)*144)*2"], + "position": [-1, 0, 0] + }, + "head": { + "rotation": ["-7.5+math.sin((query.anim_time-0.5)*144)*0.7", 0, 0], + "position": [0, "0+math.sin((query.anim_time-0.3)*144)*0.1", 1] + }, + "leftleg": { + "rotation": [ + "20.2332+math.sin((query.anim_time-0.3)*144)*2", + "9.668+math.sin((query.anim_time-0.3)*144)*2", + "62.5037-math.sin((query.anim_time-0.3)*144)*2" + ], + "position": [0, "2.75-math.sin((query.anim_time-0.3)*144)*0.2", -4.75] + }, + "leftfoot": { + "rotation": ["0-math.sin((query.anim_time-0.3)*144)*1", "0-math.sin((query.anim_time-0.3)*144)*1", "30+math.sin((query.anim_time-0.3)*144)*2"], + "position": [-0.25, 0, 0] + }, + "rightleg": { + "rotation": [ + "20.2332+math.sin((query.anim_time-0.3)*144)*2", + "-9.668-math.sin((query.anim_time-0.3)*144)*2", + "-62.5037+math.sin((query.anim_time-0.3)*144)*2" + ], + "position": [0, "2.75-math.sin((query.anim_time-0.3)*144)*0.2", -4.75] + }, + "rightfoot": { + "rotation": ["0-math.sin((query.anim_time-0.3)*144)*1", "0+math.sin((query.anim_time-0.3)*144)*1", "-30-math.sin((query.anim_time-0.3)*144)*2"], + "position": [0.25, 0, 0] + }, + "lowewingfluff": { + "rotation": ["0+math.sin((query.anim_time-0.6)*144)*1.7", 0, 0], + "position": [0, 0, -1.25] + }, + "tummyfluff": { + "rotation": [10, 0, 0], + "position": [0, 0.5, 1] + }, + "backfluffleft": { + "rotation": ["10+math.sin((query.anim_time-0.4)*144)*2", 0, 0], + "position": [0, 0, 1] + }, + "backfluffright": { + "rotation": ["10+math.sin((query.anim_time-0.4)*144)*2", 0, 0], + "position": [0, 0, 1] + }, + "arms": { + "position": [0, 2.75, 0] + }, + "upperwingfluff": { + "rotation": ["5+math.sin((query.anim_time-0.5)*144)*1.5", 0, 0] + } + } + }, + "animation.slitherwing.cry": { + "animation_length": 3, + "bones": { + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [7.5, 12.5, -12.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [7.5, -12.5, 12.5], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + }, + "sound_effects": { + "0.7917": { + "effect": "pokemon.slitherwing.cry" + } + } + }, + "animation.slitherwing.recoil": { + "animation_length": 1.5, + "bones": { + "tummy": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0.75, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": [0, 0, 0] + }, + "leftarm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 1.75, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightarm": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 1.75, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.slitherwing.physical": { + "animation_length": 3, + "bones": { + "body": { + "rotation": [-27.5, 0, 0], + "position": [0, 5, 0] + }, + "tummy": { + "rotation": { + "0.0": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-52.55407, 25.24883, 12.37874], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-53.49987, 35.83206, 20.18359], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [2.71223, -15.15169, -8.28887], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [2.89203, -25.1398, -8.80894], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 4, 1], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-2, 7.25, 2.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, -1, 1], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0, 4, 1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 4, 1], + "lerp_mode": "catmullrom" + } + } + }, + "hips": { + "rotation": { + "0.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [50.10753, 3.21154, 3.83424], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [37.60753, 3.21154, 3.83424], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [39.44659, -16.46937, -11.76675], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + } + } + }, + "tail1": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [20.28356, -9.39129, -3.45118], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [20.07031, 4.69776, 1.71394], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [16.39577, -6.9554, -1.84842], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail2": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [20.44582, -11.73507, -4.3361], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [20.01754, 2.34914, 0.85553], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [20.15874, 7.04533, 2.57816], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [16.38662, -5.78075, -1.4175], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail3": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [10.47479, -17.22575, -3.13388], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [10.08453, 7.38542, 1.30962], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [4.70524, -9.48324, -0.48825], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail4": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [10.23772, -12.3071, -2.20462], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [10.23772, 12.3071, 2.20462], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [4.73792, -8.08011, -0.24314], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightwing3": { + "rotation": { + "0.0": { + "post": [23.6171, 2.67797, -40.5968], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [23.3224, 4.67036, -45.19237], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [23.53594, -3.35057, -26.85498], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [23.6171, 2.67797, -40.5968], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [23.6171, 2.67797, -40.5968], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [1, 0, -4], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [1, 0, -4], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1, 0, -4], + "lerp_mode": "catmullrom" + } + } + }, + "leftwing3": { + "rotation": { + "0.0": { + "post": [23.6171, -2.67797, 40.5968], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [23.3224, -4.67036, 45.19237], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [23.53594, 3.35057, 26.85498], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [23.6171, -2.67797, 40.5968], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [23.6171, -2.67797, 40.5968], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-1, 0, -4], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-1, 0, -4], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-1, 0, -4], + "lerp_mode": "catmullrom" + } + } + }, + "chest": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0.25], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [0, 0, 0.25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0.25], + "lerp_mode": "catmullrom" + } + } + }, + "leftarm": { + "rotation": { + "0.0": { + "post": [55.16584, -16.5893, 87.927], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [62.6012, 19.19421, 78.55224], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [74.70575, 3.86252, 87.91968], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [61.20851, -25.52949, 101.54794], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [17.79584, -62.84241, 158.38588], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [55.16584, -16.5893, 87.927], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [55.16584, -16.5893, 87.927], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.5, -1.5, 2.25], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-5.5, 2, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-3.31, -0.97, 0.14], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-0.5, -7.5, 3.25], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [4, -7.5, 9.25], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [4.36, -5.32, 7.7], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-0.5, -1.5, 2.25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.5, -1.5, 2.25], + "lerp_mode": "catmullrom" + } + } + }, + "lefthand": { + "rotation": [0, 0, 20] + }, + "rightarm": { + "rotation": { + "0.0": { + "post": [55.16584, 16.5893, -87.927], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [44.61369, -22.53764, -35.80073], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-14.50567, -26.90694, 27.19607], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0.62073, -30.37295, 7.60748], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [48.4425, 34.38922, -103.28723], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [55.16584, 16.5893, -87.927], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [55.16584, 16.5893, -87.927], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.5, -1.5, 2.25], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-4.5, 5.5, 5.25], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-3.25, 8.5, 8.25], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-1.57, -6.53, 4.81], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [2.5, -10, 5], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [0.5, -1.5, 2.25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.5, -1.5, 2.25], + "lerp_mode": "catmullrom" + } + } + }, + "righthand": { + "rotation": [0, 0, -20] + }, + "rightwing1": { + "rotation": { + "0.0": { + "post": [24.4735, -3.45514, -19.8302], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [46.47636, 8.43325, -38.67584], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [36.8154, -4.48781, -17.54794], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [24.4735, -3.45514, -19.8302], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [24.4735, -3.45514, -19.8302], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [1, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [1, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1, 0, 0.5], + "lerp_mode": "catmullrom" + } + } + }, + "rightwing2": { + "rotation": { + "0.0": { + "post": [19.9483, -6.81672, -23.0206], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [21.21172, 7.2453, -39.06749], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [18.09848, -10.90618, -11.06253], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [19.9483, -6.81672, -23.0206], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [19.9483, -6.81672, -23.0206], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [1, 0, -3], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [1, 0, -3], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1, 0, -3], + "lerp_mode": "catmullrom" + } + } + }, + "leftwing1": { + "rotation": { + "0.0": { + "post": [24.4735, 3.45514, 19.8302], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [42.14265, -1.75717, 31.1968], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [36.8154, 4.48781, 17.54794], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [24.4735, 3.45514, 19.8302], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [24.4735, 3.45514, 19.8302], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-1, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-1, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-1, 0, 0.5], + "lerp_mode": "catmullrom" + } + } + }, + "leftwing2": { + "rotation": { + "0.0": { + "post": [19.9483, 6.81672, 23.0206], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [20.78262, 3.32878, 32.43102], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [18.09848, 10.90618, 11.06253], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [19.9483, 6.81672, 23.0206], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [19.9483, 6.81672, 23.0206], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-1, 0, -3], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-1, 0, -3], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-1, 0, -3], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [65, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.5, 0.25], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 0.5, 0.25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0.5, 0.25], + "lerp_mode": "catmullrom" + } + } + }, + "leftleg": { + "rotation": { + "0.0": { + "post": [32.86614, 17.0949, 66.6101], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [51.35619, 44.97285, 61.21382], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [46.01016, 54.14468, 53.92955], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [68.81892, 62.53773, 80.35966], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [62.24695, 61.56254, 73.01673], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [71.59325, 45.39102, 84.51824], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [27.79813, 20.12694, 57.94949], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-5.50646, -1.9562, 54.73205], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [32.86614, 17.0949, 66.6101], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [32.86614, 17.0949, 66.6101], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.5, 2.75, -7.25], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-1.25, 3.5, -7.25], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-3.25, 3.5, -9.25], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-4.92, 3.33, -11.92], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-4.25, 3.25, -12.5], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-1.25, 2, -11.25], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-0.75, 2, -5], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-2, 2, -3.5], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-0.5, 2.75, -7.25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.5, 2.75, -7.25], + "lerp_mode": "catmullrom" + } + } + }, + "leftfoot": { + "rotation": { + "0.0": [0, 0, 27.5], + "0.375": [0, 0, 35], + "0.9167": [0, 0, 20], + "1.3333": [0, 0, 37.34], + "2.2083": [0, 0, 27.5], + "2.5": [0, 0, 27.5], + "3.0": [0, 0, 27.5] + }, + "position": { + "0.0": [-0.25, 0, 0], + "2.5": [-0.25, 0, 0], + "3.0": [-0.25, 0, 0] + } + }, + "rightleg": { + "rotation": { + "0.0": { + "post": [32.86614, -17.0949, -66.6101], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [45.03052, -23.18165, -65.92311], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [7.97458, -5.97128, -42.08698], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [20.87638, -21.00551, -44.89269], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [29.47749, -31.21355, -42.16213], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [32.86614, -17.0949, -66.6101], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [32.86614, -17.0949, -66.6101], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.5, 2.75, -7.25], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-1.25, 2.75, -4.75], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-1, 1, -7], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-0.5, 1, -8], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0.5, 2.75, -7.25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.5, 2.75, -7.25], + "lerp_mode": "catmullrom" + } + } + }, + "rightfoot": { + "rotation": { + "0.0": [0, 0, -27.5], + "0.75": [0, 0, -27.5], + "1.0417": [0, 0, -47.5], + "2.0": [0, 0, -47.5], + "2.375": [0, 0, -27.5], + "3.0": [0, 0, -27.5] + }, + "position": [0.25, 0, 0] + }, + "lowewingfluff": { + "rotation": { + "0.0": [0, 0, 0], + "1.2917": [30, 0, 0], + "2.2083": [0, 0, 0], + "3.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, -4.25], + "0.4167": [0, 0.08, -6.57], + "0.8333": [0, 0.16, -6.94], + "1.1667": [0, 0.73, -5.71], + "1.2917": [0, 0.75, -6.25], + "1.5417": [0, -0.25, -9.25], + "2.2083": [0, 0, -4.25], + "3.0": [0, 0, -4.25] + } + }, + "tummyfluff": { + "rotation": [10, 0, 0], + "position": [0, 0.5, 1] + }, + "hipfluff": { + "rotation": [-17.5, 0, 0], + "position": [0, -1.5, -1.25] + }, + "upperwingfluff": { + "rotation": { + "0.0": [17.5, 0, 0], + "0.6667": [57.97, 0, 0], + "1.5833": [50.47, 0, 0], + "2.1667": [17.5, 0, 0], + "3.0": [17.5, 0, 0] + }, + "position": { + "0.0": [0, -1, -2], + "2.1667": [0, -1, -2], + "3.0": [0, -1, -2] + } + }, + "backfluffleft": { + "rotation": { + "0.0": { + "post": [9.9162, -1.29876, 14.88733], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [10.80461, 23.30687, 19.43247], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [33.30461, 23.30687, 19.43247], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [31.12899, 12.71759, 12.43452], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [9.9162, -1.29876, 14.88733], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [9.9162, -1.29876, 14.88733], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [1, -0.75, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [1, -0.75, 0.5], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, -0.75, 0.5], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [1, -0.75, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1, -0.75, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bumfluff": { + "rotation": { + "0.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [50, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 0, -3], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, -4], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -3], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -2], + "lerp_mode": "catmullrom" + } + } + }, + "backfluffright": { + "rotation": { + "0.0": { + "post": [9.9162, 1.2988, -14.8873], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [14.88072, -15.08277, -33.72994], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [36.14621, -4.73847, -26.59539], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [36.84537, 11.39761, -14.71915], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [24.60646, -13.53195, -34.34583], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [9.9162, 1.2988, -14.8873], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [9.9162, 1.2988, -14.8873], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-1, -0.75, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-1, -2, 0.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-0.75, -1, 0.5], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-1, -3, -0.75], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-1, -0.75, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-1, -0.75, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arms": { + "rotation": [-50, 0, 0], + "position": [0, 18, 0] + } + } + }, + "animation.slitherwing.special": { + "animation_length": 3, + "bones": { + "body": { + "rotation": [-27.5, 0, 0], + "position": [0, 5, 0] + }, + "tummy": { + "rotation": { + "0.0": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 4, 1], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 2, 1], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 4.21, 1], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [0, 4, 1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 4, 1], + "lerp_mode": "catmullrom" + } + } + }, + "hips": { + "rotation": [30, 0, 0], + "position": [0, 0, -1] + }, + "tail1": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail2": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4167": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail3": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail4": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.875": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightwing3": { + "rotation": { + "0.0": { + "post": [23.6171, 2.67797, -40.5968], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [23.6171, 2.67797, -40.5968], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [8.97602, 9.36848, -59.46058], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [6.10388, 12.44322, -87.30454], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [6.10388, 12.44322, -87.30454], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [8.97602, 9.36848, -59.46058], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [23.64346, -2.34541, -29.15649], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [8.97602, 9.36848, -59.46058], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [6.10388, 12.44322, -87.30454], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [6.10388, 12.44322, -87.30454], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [8.97602, 9.36848, -59.46058], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [23.6171, 2.67797, -40.5968], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [23.6171, 2.67797, -40.5968], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [1, 0, -4], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [1, 0, -4], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-2, 0, -4], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [1, 0, -4], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-2, 0, -4], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [1, 0, -4], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1, 0, -4], + "lerp_mode": "catmullrom" + } + } + }, + "leftwing3": { + "rotation": { + "0.0": { + "post": [23.6171, -2.67797, 40.5968], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [23.6171, -2.67797, 40.5968], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [8.97602, -9.36848, 59.46058], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [6.10388, -12.44322, 87.30454], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [6.10388, -12.44322, 87.30454], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [8.97602, -9.36848, 59.46058], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [23.64346, 2.34541, 29.15649], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [8.97602, -9.36848, 59.46058], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [6.10388, -12.44322, 87.30454], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [6.10388, -12.44322, 87.30454], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [8.97602, -9.36848, 59.46058], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [23.6171, -2.67797, 40.5968], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [23.6171, -2.67797, 40.5968], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-1, 0, -4], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-1, 0, -4], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [2, 0, -4], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-1, 0, -4], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [2, 0, -4], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-1, 0, -4], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-1, 0, -4], + "lerp_mode": "catmullrom" + } + } + }, + "chest": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [21.8, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [1.8, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [6.8, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0.25], + "2.7083": [0, 0, 0.25], + "3.0": [0, 0, 0.25] + } + }, + "leftarm": { + "rotation": { + "0.0": { + "post": [55.16584, -16.5893, 87.927], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [74.27464, -20.72833, 60.13817], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [66.2463, -31.8859, 101.51331], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [66.2463, -31.8859, 101.51331], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [55.16584, -16.5893, 87.927], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [55.16584, -16.5893, 87.927], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.5, -1.5, 2.25], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, -0.5, 0.25], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0.25, 0.25], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, -0.5, 0.5], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [-0.5, -1.5, 2.25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.5, -1.5, 2.25], + "lerp_mode": "catmullrom" + } + } + }, + "lefthand": { + "rotation": [0, 0, 20] + }, + "rightarm": { + "rotation": { + "0.0": { + "post": [55.16584, 16.5893, -87.927], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [74.27464, 20.72833, -60.13817], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [66.2463, 31.8859, -101.51331], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [66.2463, 31.8859, -101.51331], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [55.16584, 16.5893, -87.927], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [55.16584, 16.5893, -87.927], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.5, -1.5, 2.25], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, -0.5, 0.25], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0.25, 0.25], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, -0.5, 0.5], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [0.5, -1.5, 2.25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.5, -1.5, 2.25], + "lerp_mode": "catmullrom" + } + } + }, + "righthand": { + "rotation": [0, 0, -20] + }, + "rightwing1": { + "rotation": { + "0.0": { + "post": [24.4735, -3.45514, -19.8302], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [24.4735, -3.45514, -19.8302], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [29.96246, -3.9964, -55.35423], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [44.85515, -15.66923, -81.84848], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [44.85515, -15.66923, -81.84848], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [29.96246, -3.9964, -55.35423], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [24.4735, -3.45514, -19.8302], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [29.96246, -3.9964, -55.35423], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [44.85515, -15.66923, -81.84848], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [44.85515, -15.66923, -81.84848], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [29.96246, -3.9964, -55.35423], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [24.4735, -3.45514, -19.8302], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [24.4735, -3.45514, -19.8302], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [1, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [1, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-3.75, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [1, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-2, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [1, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1, 0, 0.5], + "lerp_mode": "catmullrom" + } + } + }, + "rightwing2": { + "rotation": { + "0.0": { + "post": [19.9483, -6.81672, -23.0206], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [19.9483, -6.81672, -23.0206], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [13.25282, 2.88048, -51.40591], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [16.3326, -0.84747, -78.17447], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [16.35775, -3.24646, -78.87843], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [13.25282, 2.88048, -51.40591], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [19.9483, -6.81672, -23.0206], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [13.25282, 2.88048, -51.40591], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [16.41259, -5.64496, -79.58574], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [16.33692, 1.55165, -77.47139], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [13.25282, 2.88048, -51.40591], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [19.9483, -6.81672, -23.0206], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [19.9483, -6.81672, -23.0206], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [1, 0, -3], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [1, 0, -3], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-2, 0, -3], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [1, 0, -3], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-2, 0, -3], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [1, 0, -3], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1, 0, -3], + "lerp_mode": "catmullrom" + } + } + }, + "leftwing1": { + "rotation": { + "0.0": { + "post": [24.4735, 3.45514, 19.8302], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [24.4735, 3.45514, 19.8302], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [29.96246, 3.9964, 55.35423], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [44.85515, 15.66923, 81.84848], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [44.85515, 15.66923, 81.84848], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [29.96246, 3.9964, 55.35423], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [24.4735, 3.45514, 19.8302], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [29.96246, 3.9964, 55.35423], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [44.85515, 15.66923, 81.84848], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [44.85515, 15.66923, 81.84848], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [29.96246, 3.9964, 55.35423], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [24.4735, 3.45514, 19.8302], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [24.4735, 3.45514, 19.8302], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-1, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-1, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [3.75, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-1, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [2.25, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-1, 0, 0.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-1, 0, 0.5], + "lerp_mode": "catmullrom" + } + } + }, + "leftwing2": { + "rotation": { + "0.0": { + "post": [19.9483, 6.81672, 23.0206], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [19.9483, 6.81672, 23.0206], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [13.25282, -2.88048, 51.40591], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [16.3326, 0.84747, 78.17447], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [16.35775, 3.24646, 78.87843], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [13.25282, -2.88048, 51.40591], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [19.9483, 6.81672, 23.0206], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [13.25282, -2.88048, 51.40591], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [16.41259, 5.64496, 79.58574], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [16.33692, -1.55165, 77.47139], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [13.25282, -2.88048, 51.40591], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [19.9483, 6.81672, 23.0206], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [19.9483, 6.81672, 23.0206], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-1, 0, -3], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-1, 0, -3], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [2, 0, -3], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-1, 0, -3], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [2, 0, -3], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-1, 0, -3], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-1, 0, -3], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [67.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [75.27, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [67.47, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": [0, 0.5, 0.25] + }, + "leftleg": { + "rotation": { + "0.0": [32.86614, 17.0949, 66.6101], + "0.6667": [28.87793, 23.53162, 55.17336], + "1.0833": [32.86614, 17.0949, 66.6101] + }, + "position": { + "0.0": [-0.5, 2.75, -7.25], + "0.6667": [-0.5, 1.5, -7.5], + "1.0833": [-0.5, 2.75, -7.25] + } + }, + "leftfoot": { + "rotation": { + "0.0": [0, 0, 27.5], + "0.6667": [0, 0, 42.5], + "1.0833": [0, 0, 27.5], + "2.6667": [0, 0, 27.5], + "3.0": [0, 0, 27.5] + }, + "position": [-0.25, 0, 0] + }, + "rightleg": { + "rotation": { + "0.0": [32.86614, -17.0949, -66.6101], + "0.6667": [28.87793, -23.53162, -55.17336], + "1.0833": [32.86614, -17.0949, -66.6101] + }, + "position": { + "0.0": [0.5, 2.75, -7.25], + "0.6667": [0.5, 1.5, -7.5], + "1.0833": [0.5, 2.75, -7.25] + } + }, + "rightfoot": { + "rotation": { + "0.0": [0, 0, -27.5], + "0.6667": [0, 0, -42.5], + "1.0833": [0, 0, -27.5], + "2.6667": [0, 0, -27.5], + "3.0": [0, 0, -27.5] + }, + "position": [0.25, 0, 0] + }, + "lowewingfluff": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, -4.25], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0.5, -5.5], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 1, -5.5], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, -4.25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -4.25], + "lerp_mode": "catmullrom" + } + } + }, + "tummyfluff": { + "rotation": [10, 0, 0], + "position": [0, 0.5, 1] + }, + "hipfluff": { + "rotation": { + "0.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1.5, -1.25], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -4.25, -0.25], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, -1.5, -1.25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -1.5, -1.25], + "lerp_mode": "catmullrom" + } + } + }, + "upperwingfluff": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [44.64, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1, -2], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -2.5, -2.25], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, -1, -2], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -1, -2], + "lerp_mode": "catmullrom" + } + } + }, + "backfluffleft": { + "rotation": { + "0.0": { + "post": [9.9162, -1.29876, 14.88733], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [45.74953, -1.29876, 14.88733], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [3.24953, -1.29876, 14.88733], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [9.9162, -1.29876, 14.88733], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [9.9162, -1.29876, 14.88733], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [1, -0.75, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [1.25, -0.75, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [1.25, -0.75, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [1, -0.75, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1.25, -0.75, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bumfluff": { + "rotation": [22.5, 0, 0], + "position": [0, 0, -2] + }, + "backfluffright": { + "rotation": { + "0.0": { + "post": [9.9162, 1.29876, -14.88733], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [45.74953, 1.29876, -14.88733], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [3.24953, 1.29876, -14.88733], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [9.9162, 1.29876, -14.88733], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [9.9162, 1.29876, -14.88733], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-1, -0.75, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-1.25, -0.75, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-1.25, -0.75, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-1, -0.75, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-1.25, -0.75, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arms": { + "rotation": [-50, 0, 0], + "position": [0, 18, 0] + } + } + }, + "animation.slitherwing.status": { + "animation_length": 3, + "bones": { + "body": { + "rotation": [-27.5, 0, 0], + "position": [0, 5, 0] + }, + "tummy": { + "rotation": { + "0.0": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 4, 1], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 2.75, 0.25], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 2.75, 0.25], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 4.75, 0.75], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 4.75, 0.75], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0, 2.75, 0.25], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0, 4, 1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 4, 1], + "lerp_mode": "catmullrom" + } + } + }, + "hips": { + "rotation": { + "0.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": [0, 0, -1] + }, + "tail1": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail2": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail3": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail4": { + "rotation": { + "0.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rightwing3": { + "rotation": { + "0.0": [23.6171, 2.67797, -40.5968], + "1.0417": [23.62, 2.68, -40.6], + "1.125": [23.62, 2.68, -50.6], + "1.2083": [23.62, 2.68, -40.6], + "1.2917": [23.62, 2.68, -50.6], + "1.375": [23.62, 2.68, -40.6], + "1.4583": [23.62, 2.68, -50.6], + "2.625": [23.6171, 2.67797, -40.5968], + "3.0": [23.6171, 2.67797, -40.5968] + }, + "position": { + "0.0": [1, 0, -4], + "2.625": [1, 0, -4], + "3.0": [1, 0, -4] + } + }, + "leftwing3": { + "rotation": { + "0.0": [23.6171, -2.67797, 40.5968], + "1.0417": [23.62, -2.68, 40.6], + "1.125": [23.62, -2.68, 50.6], + "1.2083": [23.62, -2.68, 40.6], + "1.2917": [23.62, -2.68, 50.6], + "1.375": [23.62, -2.68, 40.6], + "1.4583": [23.62, -2.68, 50.6], + "2.625": [23.6171, -2.67797, 40.5968], + "3.0": [23.6171, -2.67797, 40.5968] + }, + "position": { + "0.0": [-1, 0, -4], + "2.625": [-1, 0, -4], + "3.0": [-1, 0, -4] + } + }, + "chest": { + "rotation": [10, 0, 0], + "position": [0, 0, 0.25] + }, + "leftarm": { + "rotation": { + "0.0": { + "post": [55.16584, -16.5893, 87.927], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [55.17, -9.09, 95.43], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [55.17, -31.59, 102.93], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [55.17, -31.59, 102.93], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [55.17, -31.59, 102.93], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [55.17, -31.59, 102.93], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [55.17, -31.59, 102.93], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [55.16584, -16.5893, 87.927], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [55.16584, -16.5893, 87.927], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.5, -1.5, 2.25], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-0.5, -4.5, 3.25], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-0.5, -4.5, 3.25], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0.25, 1, 0.25], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0.25, 1, 0.25], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-0.5, -3.5, 2.75], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [-0.5, -1.5, 2.25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.5, -1.5, 2.25], + "lerp_mode": "catmullrom" + } + } + }, + "lefthand": { + "rotation": [0, 0, 20] + }, + "rightarm": { + "rotation": { + "0.0": { + "post": [55.16584, 16.5893, -87.927], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [55.17, 9.09, -95.43], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [55.17, 31.59, -102.93], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [55.17, 31.59, -102.93], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [55.17, 31.59, -102.93], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [55.17, 31.59, -102.93], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [55.17, 31.59, -102.93], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [55.16584, 16.5893, -87.927], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [55.16584, 16.5893, -87.927], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0.5, -1.5, 2.25], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0.5, -4.5, 3.25], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0.5, -4.5, 3.25], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-0.25, 1, 0.25], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-0.25, 1, 0.25], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0.5, -3.5, 2.75], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [0.5, -1.5, 2.25], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.5, -1.5, 2.25], + "lerp_mode": "catmullrom" + } + } + }, + "righthand": { + "rotation": [0, 0, -20] + }, + "rightwing1": { + "rotation": { + "0.0": [24.4735, -3.45514, -19.8302], + "1.0417": [24.47, -3.46, -19.83], + "1.125": [24.47, -3.46, -29.83], + "1.2083": [24.47, -3.46, -19.83], + "1.2917": [24.47, -3.46, -29.83], + "1.375": [24.47, -3.46, -19.83], + "1.4583": [24.47, -3.46, -29.83], + "2.625": [24.4735, -3.45514, -19.8302], + "3.0": [24.4735, -3.45514, -19.8302] + }, + "position": { + "0.0": [1, 0, 0.5], + "2.625": [1, 0, 0.5], + "3.0": [1, 0, 0.5] + } + }, + "rightwing2": { + "rotation": { + "0.0": [19.9483, -6.81672, -23.0206], + "1.0417": [19.95, -6.82, -23.02], + "1.125": [19.95, -6.82, -33.02], + "1.2083": [19.95, -6.82, -23.02], + "1.2917": [19.95, -6.82, -33.02], + "1.375": [19.95, -6.82, -23.02], + "1.4583": [19.95, -6.82, -33.02], + "2.625": [19.9483, -6.81672, -23.0206], + "3.0": [19.9483, -6.81672, -23.0206] + }, + "position": { + "0.0": [1, 0, -3], + "2.625": [1, 0, -3], + "3.0": [1, 0, -3] + } + }, + "leftwing1": { + "rotation": { + "0.0": [24.4735, 3.45514, 19.8302], + "1.0417": [24.47, 3.46, 19.83], + "1.125": [24.47, 3.46, 29.83], + "1.2083": [24.47, 3.46, 19.83], + "1.2917": [24.47, 3.46, 29.83], + "1.375": [24.47, 3.46, 19.83], + "1.4583": [24.47, 3.46, 29.83], + "2.625": [24.4735, 3.45514, 19.8302], + "3.0": [24.4735, 3.45514, 19.8302] + }, + "position": { + "0.0": [-1, 0, 0.5], + "2.625": [-1, 0, 0.5], + "3.0": [-1, 0, 0.5] + } + }, + "leftwing2": { + "rotation": { + "0.0": [19.9483, 6.81672, 23.0206], + "1.0417": [19.95, 6.82, 23.02], + "1.125": [19.95, 6.82, 33.02], + "1.2083": [19.95, 6.82, 23.02], + "1.2917": [19.95, 6.82, 33.02], + "1.375": [19.95, 6.82, 23.02], + "1.4583": [19.95, 6.82, 33.02], + "2.625": [19.9483, 6.81672, 23.0206], + "3.0": [19.9483, 6.81672, 23.0206] + }, + "position": { + "0.0": [-1, 0, -3], + "2.625": [-1, 0, -3], + "3.0": [-1, 0, -3] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [75, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [55, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [65, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [57.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0.5, 0.25], + "1.125": [0, 0.5, 0.25], + "1.25": [0, 0.5, 0], + "1.2917": [0, 0.5, 0.28], + "1.3333": [0, 0.5, 0], + "1.375": [0, 0.5, 0.28], + "1.4167": [0, 0.5, 0], + "1.4583": [0, 0.5, 0.28], + "1.5833": [0, 0.5, 0.25], + "2.4583": [0, 0.5, 0.25], + "3.0": [0, 0.5, 0.25] + } + }, + "leftleg": { + "rotation": { + "0.0": [32.86614, 17.0949, 66.6101], + "0.5833": [32.87, 22.09, 61.61], + "0.875": [32.87, 22.09, 61.61], + "1.0833": [32.86614, 17.0949, 66.6101], + "2.0833": [32.87, 22.09, 61.61], + "3.0": [32.86614, 17.0949, 66.6101] + }, + "position": { + "0.0": [-0.5, 2.75, -7.25], + "0.5833": [-0.5, 2, -7.25], + "0.875": [-0.5, 2, -7.25], + "1.0833": [-0.5, 2.75, -7.25], + "2.0833": [-0.5, 2, -7.25], + "3.0": [-0.5, 2.75, -7.25] + } + }, + "leftfoot": { + "rotation": { + "0.0": [0, 0, 27.5], + "0.5833": [0, 0, 35], + "0.875": [0, 0, 35], + "1.0833": [0, 0, 27.5], + "2.0833": [0, 0, 35], + "3.0": [0, 0, 27.5] + }, + "position": { + "0.0": [-0.25, 0, 0], + "0.5833": [-0.25, 0, 0], + "0.875": [-0.25, 0, 0], + "1.0833": [-0.25, 0, 0], + "2.0833": [-0.25, 0, 0], + "3.0": [-0.25, 0, 0] + } + }, + "rightleg": { + "rotation": { + "0.0": [32.86614, -17.0949, -66.6101], + "0.5833": [32.87, -22.09, -61.61], + "0.875": [32.87, -22.09, -61.61], + "1.0833": [32.86614, -17.0949, -66.6101], + "2.0833": [32.87, -22.09, -61.61], + "3.0": [32.86614, -17.0949, -66.6101] + }, + "position": { + "0.0": [0.5, 2.75, -7.25], + "0.5833": [0.5, 2, -7.25], + "0.875": [0.5, 2, -7.25], + "1.0833": [0.5, 2.75, -7.25], + "2.0833": [0.5, 2, -7.25], + "3.0": [0.5, 2.75, -7.25] + } + }, + "rightfoot": { + "rotation": { + "0.0": [0, 0, -27.5], + "0.5833": [0, 0, -35], + "0.875": [0, 0, -35], + "1.0833": [0, 0, -27.5], + "2.0833": [0, 0, -35], + "3.0": [0, 0, -27.5] + }, + "position": { + "0.0": [0.25, 0, 0], + "0.5833": [0.25, 0, 0], + "0.875": [0.25, 0, 0], + "1.0833": [0.25, 0, 0], + "2.0833": [0.25, 0, 0], + "3.0": [0.25, 0, 0] + } + }, + "lowewingfluff": { + "rotation": [0, 0, 0], + "position": [0, 0, -4.25] + }, + "tummyfluff": { + "rotation": [10, 0, 0], + "position": [0, 0.5, 1] + }, + "hipfluff": { + "rotation": [-17.5, 0, 0], + "position": [0, -1.5, -1.25] + }, + "upperwingfluff": { + "rotation": { + "0.0": [17.5, 0, 0], + "0.5833": [35, 0, 0], + "1.5833": [17.5, 0, 0], + "3.0": [17.5, 0, 0] + }, + "position": [0, -1, -2] + }, + "backfluffleft": { + "rotation": [9.9162, -1.29876, 14.88733], + "position": [1, -0.75, 0] + }, + "bumfluff": { + "rotation": [22.5, 0, 0], + "position": [0, 0, -2] + }, + "backfluffright": { + "rotation": [9.9162, 1.2988, -14.8873], + "position": [-1, -0.75, 0] + }, + "arms": { + "rotation": [-50, 0, 0], + "position": [0, 18, 0] + } + } + }, + "animation.slitherwing.battle_base": { + "loop": true, + "animation_length": 3, + "bones": { + "body": { + "rotation": [-27.5, 0, 0], + "position": [0, 5, 0] + }, + "tummy": { + "rotation": [-32.5, 0, 0], + "position": [0, 4, 1] + }, + "hips": { + "rotation": [30, 0, 0], + "position": [0, 0, -1] + }, + "tail1": { + "rotation": [12.5, 0, 0] + }, + "tail2": { + "rotation": [12.5, 0, 0] + }, + "tail3": { + "rotation": [2.5, 0, 0] + }, + "tail4": { + "rotation": [2.5, 0, 0] + }, + "rightwing3": { + "rotation": [23.615, 2.678, -40.6267], + "position": [1, 0, -4] + }, + "leftwing3": { + "rotation": [23.6171, -2.67797, 40.5968], + "position": [-1, 0, -4] + }, + "chest": { + "rotation": [10, 0, 0], + "position": [0, 0, 0.25] + }, + "leftarm": { + "rotation": [55.16584, -16.5893, 87.927], + "position": [-0.5, -1.5, 2.25] + }, + "lefthand": { + "rotation": [0, 0, 20] + }, + "rightarm": { + "rotation": [55.16584, 16.5893, -87.927], + "position": [0.5, -1.5, 2.25] + }, + "righthand": { + "rotation": [0, 0, -20] + }, + "rightwing1": { + "rotation": [34.0677, -0.47439, -22.4467], + "position": [1, 0.5, 2.25] + }, + "rightwing2": { + "rotation": [17.5501, -7.81628, -22.8158], + "position": [1, 0, -3] + }, + "leftwing1": { + "rotation": [24.4735, 3.45514, 19.8302], + "position": [-1, 0, 0.5] + }, + "leftwing2": { + "rotation": [19.9483, 6.81672, 23.0206], + "position": [-1, 0, -3] + }, + "head": { + "rotation": [57.5, 0, 0], + "position": [0, 0.5, 0.25] + }, + "leftleg": { + "rotation": [32.86614, 17.0949, 66.6101], + "position": [-0.5, 2.75, -7.25] + }, + "leftfoot": { + "rotation": [0, 0, 27.5], + "position": [-0.25, 0, 0] + }, + "rightleg": { + "rotation": [32.86614, -17.0949, -66.6101], + "position": [0.5, 2.75, -7.25] + }, + "rightfoot": { + "rotation": [0, 0, -27.5], + "position": [0.25, 0, 0] + }, + "lowewingfluff": { + "rotation": [0, 0, 0], + "position": [0, 0, -4.25] + }, + "tummyfluff": { + "rotation": [10, 0, 0], + "position": [0, 0.5, 1] + }, + "hipfluff": { + "rotation": [-17.5, 0, 0], + "position": [0, -1.5, -1.25] + }, + "upperwingfluff": { + "rotation": [17.5, 0, 0], + "position": [0, -1, -2] + }, + "backfluffleft": { + "rotation": [9.9162, -1.29876, 14.88733], + "position": [1, -0.75, 0] + }, + "bumfluff": { + "rotation": [22.5, 0, 0], + "position": [0, 0, -2] + }, + "backfluffright": { + "rotation": [9.9162, 1.2988, -14.8873], + "position": [-1, -0.75, 0] + }, + "arms": { + "rotation": [-50, 0, 0], + "position": [0, 18, 0] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/snom/snom.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/snom/snom.animation.json new file mode 100644 index 0000000..0d0f2f0 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/snom/snom.animation.json @@ -0,0 +1,80 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.snom.ground_idle": { + "loop": true, + "bones": { + "torso": { + "rotation": ["0+math.sin(q.anim_time*90*2)*0.5", 0, 0] + }, + "mouth_left": { + "rotation": [0, "0+math.sin(q.anim_time*90*2+60)*1", 0] + }, + "mouth_right": { + "rotation": [0, "0-math.sin(q.anim_time*90*2+60)*1", 0] + } + } + }, + "animation.snom.ground_walk": { + "loop": true, + "bones": { + "torso": { + "rotation": ["0+math.sin(q.anim_time*90*4)*1", 0, 0], + "position": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*4-60)*0.2,-0.2, 0.175)"] + }, + "mouth_left": { + "rotation": ["0-math.sin(q.anim_time*90*4+90)*1.5", "0+math.sin(q.anim_time*90*2+60)*1", 0] + }, + "mouth_right": { + "rotation": ["0-math.sin(q.anim_time*90*4+90)*1.5", "0-math.sin(q.anim_time*90*2+60)*1", 0] + } + } + }, + "animation.snom.sleep": { + "loop": true, + "bones": { + "torso": { + "rotation": ["0+math.sin(q.anim_time*90*2)*0.25", 0, 0] + }, + "mouth_left": { + "rotation": [0, "0+math.sin(q.anim_time*90*2+60)*0.5", 0] + }, + "mouth_right": { + "rotation": [0, "0-math.sin(q.anim_time*90*2+60)*0.5", 0] + }, + "eyelid_right": { + "position": [0.1, 0, 0] + }, + "eyelid_left": { + "position": [-0.1, 0, 0] + } + } + }, + "animation.snom.blink": { + "animation_length": 0.16667, + "bones": { + "eyelid_right": { + "position": { + "0.0": [0.1, 0, 0], + "0.125": [0.1, 0, 0], + "0.1667": [0, 0, 0] + } + }, + "eye_left": { + "position": [0, 0, 0] + }, + "eyelid_left": { + "position": { + "0.0": [-0.1, 0, 0], + "0.125": [-0.1, 0, 0], + "0.1667": [0, 0, 0] + } + } + } + }, + "animation.snom.new": { + "loop": true + } + }, + "geckolib_format_version": 2 +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/snorunt/snorunt.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/snorunt/snorunt.animation.json new file mode 100644 index 0000000..f5504e8 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/snorunt/snorunt.animation.json @@ -0,0 +1,769 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.snorunt.cry": { + "animation_length": 1, + "bones": { + "body": { + "position": { + "0.0": [0, 0, 0], + "0.0833": ["0+0.05*(math.sin(q.anim_time*3600)*0.5)", "0+0.1*(math.sin(q.anim_time*3600)*0.5)", "0+0.05*(math.sin(q.anim_time*3600)*0.5)"], + "0.5": ["0+0.05*(math.sin(q.anim_time*3600)*0.5)", "0+0.1*(math.sin(q.anim_time*3600)*0.5)", "0+0.05*(math.sin(q.anim_time*3600)*0.5)"], + "1.0": [0, 0, 0] + } + }, + "eye_right": { + "rotation": [0, 0, 15] + }, + "eye_left": { + "rotation": [0, 0, -15] + }, + "mouth_closed": { + "position": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [0, 0, 0], + "post": [0, 0, 1] + }, + "0.1667": { + "pre": [0, 0, 1], + "post": [0, 0, 1] + }, + "0.2083": { + "pre": [0, 0, 1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [0, 0, 1] + }, + "0.5": { + "pre": [0, 0, 1], + "post": [0, 0, 1] + }, + "0.5417": { + "pre": [0, 0, 1], + "post": [0, 0, 0] + } + } + }, + "mouth_open": { + "position": { + "0.0": [0, 0, 0], + "0.0417": { + "pre": [0, 0, 0], + "post": [0, 0, -1] + }, + "0.1667": { + "pre": [0, 0, -1], + "post": [0, 0, -1] + }, + "0.2083": { + "pre": [0, 0, -1], + "post": [0, 0, 0] + }, + "0.3333": { + "pre": [0, 0, 0], + "post": [0, 0, 0] + }, + "0.375": { + "pre": [0, 0, 0], + "post": [0, 0, -1] + }, + "0.5": { + "pre": [0, 0, -1], + "post": [0, 0, -1] + }, + "0.5417": { + "pre": [0, 0, -1], + "post": [0, 0, 0] + } + } + } + } + }, + "animation.snorunt.faint": { + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-2.86, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [33.83, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [44.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [57.67, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [90, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [90, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [90, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 2.05, -1.79], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, -1.2, -3.23], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0.45, -3.6], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -0.82, -4.47], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, -2.66, -4.48], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, -4.5, -4.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -4.3, -4.5], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, -4.6, -4.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -4.6, -4.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -4.6, -4.5], + "lerp_mode": "catmullrom" + } + } + }, + "eyelid_right": { + "position": { + "0.0": [0, 0, 0], + "0.875": [0, 0, 0], + "0.9583": [0, 0, -1] + } + }, + "eyelid_left": { + "position": { + "0.0": [0, 0, 0], + "0.875": [0, 0, 0], + "0.9583": [0, 0, -1] + } + }, + "hand_left": { + "position": { + "0.0": [0, 0, 0], + "0.5417": [0.25, 1, 0] + } + }, + "hand_right": { + "position": { + "0.0": [0, -1.5, 0], + "0.5417": [-0.25, -0.5, 0] + } + }, + "cloak_front_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5417": [0, 0, 12.5] + } + }, + "cloak_front_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5417": [0, 0, -12.5] + } + }, + "foot_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.4583": [24.75, 0, 0], + "0.5833": [17.5, 0, 0], + "0.7917": [35, 0, 0], + "1.0": [77.5, 0, 0], + "1.1667": [100, 0, 0], + "1.3333": [87.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.4583": [0, 1.91, -0.5], + "0.5833": [0, 1.3, 0], + "0.7917": [0, 2.5, -0.6], + "1.0": [0, 4.1, -0.6], + "1.1667": [0, 5.6, -2.1], + "1.25": [0, 6, -2.1], + "1.3333": [0, 5.6, -2.1] + } + }, + "foot_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.4583": [24.75, 0, 0], + "0.5833": [17.5, 0, 0], + "0.7917": [35, 0, 0], + "1.0": [77.5, 0, 0], + "1.1667": [100, 0, 0], + "1.3333": [87.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.4583": [0, 1.91, -0.5], + "0.5833": [0, 1.3, 0], + "0.7917": [0, 2.5, -0.6], + "1.0": [0, 4.1, -0.6], + "1.1667": [0, 5.6, -2.1], + "1.25": [0, 6, -2.1], + "1.3333": [0, 5.6, -2.1] + } + }, + "eye_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [0, 0, -17.5] + } + }, + "eye_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [0, 0, 17.5] + } + } + } + }, + "animation.snorunt.battle_idle": { + "loop": true, + "bones": { + "body": { + "rotation": ["0-1*(math.sin(q.anim_time*360+40)*1)", "0+3*(math.sin(q.anim_time*3600)*0.5)", "0+3*(math.sin(q.anim_time*180+40)*1)"], + "position": [0, "0+0.3*(math.sin(q.anim_time*360)*0.5)", 0] + }, + "hand_left": { + "rotation": [0, 0, -15], + "position": ["0+0.2*(math.sin(q.anim_time*360)*0.5)", "0+0.2*(math.sin(q.anim_time*360)*0.5)", 0] + }, + "hand_right": { + "rotation": [0, 0, 12.5], + "position": ["0-0.2*(math.sin(q.anim_time*360)*0.5)", "-1+0.3*(math.sin(q.anim_time*360)*0.5)", 0.025] + }, + "cloak": { + "rotation": ["2.5-1*(math.sin(q.anim_time*360+40)*1)", 0, 0] + }, + "foot_right": { + "rotation": ["3+3*(math.sin(q.anim_time*360+40)*1)", 0, 0], + "position": [0, "0.3+0.3*(math.sin(q.anim_time*360+40)*1)", "0-0.2*(math.sin(q.anim_time*360+40)*1)"] + }, + "foot_left": { + "rotation": ["3+3*(math.sin(q.anim_time*360+40)*1)", 0, 0], + "position": [0, "0.3+0.3*(math.sin(q.anim_time*360+40)*1)", "0-0.2*(math.sin(q.anim_time*360+40)*1)"] + }, + "cloak_front_left": { + "rotation": [0, "0-2*(math.sin(q.anim_time*180)*0.5)", "0+3*(math.sin(q.anim_time*360)*0.5)"] + }, + "cloak_front_right": { + "rotation": [0, "0+2*(math.sin(q.anim_time*180)*0.5)", "0-3*(math.sin(q.anim_time*360)*0.5)"] + }, + "eye_right": { + "rotation": [0, 0, 25] + }, + "eye_left": { + "rotation": [0, 0, -25] + } + } + }, + "animation.snorunt.ground_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "body": { + "rotation": ["0-1*(math.sin(q.anim_time*360+40)*1)", 0, "0+3*(math.sin(q.anim_time*180+40)*1)"], + "position": [0, "0+0.3*(math.sin(q.anim_time*360)*0.5)", 0] + }, + "hand_left": { + "rotation": [0, 0, -15], + "position": ["0+0.2*(math.sin(q.anim_time*360)*0.5)", "0+0.2*(math.sin(q.anim_time*360)*0.5)", 0] + }, + "hand_right": { + "rotation": [0, 0, 12.5], + "position": ["0-0.2*(math.sin(q.anim_time*360)*0.5)", "-1+0.2*(math.sin(q.anim_time*360)*0.5)", 0.025] + }, + "cloak": { + "rotation": ["2.5-1*(math.sin(q.anim_time*360+40)*1)", 0, 0] + }, + "foot_right": { + "rotation": ["3+3*(math.sin(q.anim_time*360+40)*1)", 0, 0], + "position": [0, "0.3+0.3*(math.sin(q.anim_time*360+40)*1)", "0-0.2*(math.sin(q.anim_time*360+40)*1)"] + }, + "foot_left": { + "rotation": ["3+3*(math.sin(q.anim_time*360+40)*1)", 0, 0], + "position": [0, "0.3+0.3*(math.sin(q.anim_time*360+40)*1)", "0-0.2*(math.sin(q.anim_time*360+40)*1)"] + }, + "cloak_front_left": { + "rotation": [0, "0-2*(math.sin(q.anim_time*180)*0.5)", "0+3*(math.sin(q.anim_time*360)*0.5)"] + }, + "cloak_front_right": { + "rotation": [0, "0+2*(math.sin(q.anim_time*180)*0.5)", "0-3*(math.sin(q.anim_time*360)*0.5)"] + } + } + }, + "animation.snorunt.ground_walk": { + "loop": true, + "animation_length": 2, + "bones": { + "body": { + "rotation": [ + "0-1*(math.sin(q.anim_time*360+40)*1)", + "0+0.3*(math.sin(q.anim_time*360)*0.5)+3*(math.sin(q.anim_time*3600)*0.5)", + "0+3*(math.sin(q.anim_time*180+40)*1)" + ], + "position": [0, "0+0.3*(math.sin(q.anim_time*360)*0.5)+0.1*(math.sin(q.anim_time*3600)*0.5)", 0] + }, + "hand_left": { + "rotation": [-0.00976, 0.11162, -9.99938], + "position": ["0+0.05*(math.sin(q.anim_time*360)*0.5)", "0+0.2*(math.sin(q.anim_time*360)*0.5)", 0] + }, + "hand_right": { + "rotation": [-0.0055, -0.0839, 7.49953], + "position": ["0-0.05*(math.sin(q.anim_time*360)*0.5)", "-1+0.2*(math.sin(q.anim_time*360)*0.5)", 0.025] + }, + "cloak_front_left": { + "rotation": [0, "0-2*(math.sin(q.anim_time*180)*0.5)", "0+3*(math.sin(q.anim_time*360)*0.5)"] + }, + "cloak_front_right": { + "rotation": [0, "0+2*(math.sin(q.anim_time*180)*0.5)", "0-3*(math.sin(q.anim_time*360)*0.5)"] + }, + "foot_right": { + "rotation": { + "0.0": [5, 0, 0], + "0.1667": [4.59465, 0, 0], + "0.2083": [4.30407, 0, 0], + "0.25": [3.88388, 0, 0], + "0.2917": [3.28095, 0, 0], + "0.3333": [2.42996, 0, 0], + "0.375": [1.36898, 0, 0], + "0.4167": [0.46995, 0, 0], + "0.4583": [0, 0, 0], + "0.75": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [2, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": [2, 0, 0], + "1.5833": [2.2253, 0, 0], + "1.6667": [3.43176, 0, 0], + "1.7083": [3.91239, 0, 0], + "2.0": [5, 0, 0] + }, + "position": { + "0.0": [0, 1, 0], + "0.0417": [0, 0.99573, -0.22438], + "0.0833": [0, 0.98178, -0.43672], + "0.125": [0, 0.95583, -0.6257], + "0.1667": [0, 0.91472, -0.77681], + "0.2083": [0, 0.85374, -0.88056], + "0.25": [0, 0.76598, -0.94133], + "0.2917": [0, 0.64144, -0.97271], + "0.3333": [0, 0.47036, -0.98745], + "0.375": [0, 0.26839, -0.99384], + "0.4167": [0, 0.1055, -0.99655], + "0.4583": [0, 0.02221, -0.99814], + "0.5": [0, 0, -1], + "0.5417": [-0.00015, -0.00021, -0.98878], + "0.5833": [-0.00049, -0.00065, -0.95318], + "0.625": [-0.00093, -0.0012, -0.89654], + "0.6667": [-0.00145, -0.0018, -0.82189], + "0.7083": [-0.002, -0.00243, -0.73202], + "0.75": [-0.00257, -0.00306, -0.62943], + "1.0417": [-0.00623, -0.00661, 0.26134], + "1.1667": [-0.00699, -0.007, 0.6247], + "1.2083": [-0.007, -0.00683, 0.72825], + "1.25": [-0.00683, -0.00645, 0.81914], + "1.2917": [-0.00639, -0.00578, 0.89477], + "1.3333": [-0.00555, -0.0047, 0.95231], + "1.375": [-0.00395, -0.00298, 0.98854], + "1.4167": [0, 0, 1], + "1.4583": [0.00441, 0.02752, 0.99815], + "1.5": [0.00612, 0.10428, 0.99662], + "1.5417": [0.00685, 0.22359, 0.99427], + "1.625": [0.00682, 0.5033, 0.97955], + "1.6667": [0.00636, 0.62635, 0.96141], + "1.7083": [0.00572, 0.72898, 0.93053], + "1.75": [0.00494, 0.81147, 0.88154], + "1.7917": [0.00407, 0.87586, 0.80875], + "1.8333": [0.00313, 0.92452, 0.70728], + "1.875": [0.00217, 0.95954, 0.57436], + "1.9167": [0.00124, 0.98282, 0.41009], + "1.9583": [0.00043, 0.99588, 0.21723], + "2.0": [0, 1, 0] + } + }, + "foot_left": { + "rotation": { + "0.0": { + "post": [0.64, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [2, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": [2, 0, 0], + "0.5833": [2.2253, 0, 0], + "0.6667": [3.43176, 0, 0], + "0.7083": [3.91239, 0, 0], + "1.0": [5, 0, 0], + "1.1667": [4.59465, 0, 0], + "1.2083": [4.30407, 0, 0], + "1.25": [3.88388, 0, 0], + "1.2917": [3.28095, 0, 0], + "1.3333": [2.42996, 0, 0], + "1.375": [1.36898, 0, 0], + "1.4167": [0.46995, 0, 0], + "1.4583": [0, 0, 0], + "1.75": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.64, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0.01, -0.01, 0.13], + "0.0417": [-0.00123, 0.00049, 0.2878], + "0.0833": [-0.00589, 0.00462, 0.4757], + "0.125": [-0.00723, 0.00515, 0.64444], + "0.1667": [-0.0066, 0.00372, 0.77132], + "0.2083": [-0.00477, 0.0014, 0.86067], + "0.25": [-0.00229, -0.00103, 0.92176], + "0.2917": [0.00035, -0.00291, 0.96187], + "0.3333": [0.00257, -0.0037, 0.98611], + "0.4167": [0, 0, 1], + "0.4583": [-0.00496, 0.02752, 0.99815], + "0.5": [-0.00668, 0.10428, 0.99662], + "0.5417": [-0.00701, 0.22359, 0.99427], + "0.625": [-0.0059, 0.5033, 0.97955], + "0.6667": [-0.00499, 0.62635, 0.96141], + "0.7083": [-0.00403, 0.72898, 0.93053], + "0.75": [-0.00308, 0.81147, 0.88154], + "0.7917": [-0.00221, 0.87586, 0.80875], + "0.8333": [-0.00146, 0.92452, 0.70728], + "0.875": [-0.00084, 0.95954, 0.57436], + "0.9167": [-0.00038, 0.98282, 0.41009], + "0.9583": [-0.0001, 0.99588, 0.21723], + "1.0": [0, 1, 0], + "1.0417": [0, 0.99573, -0.22438], + "1.0833": [0, 0.98178, -0.43672], + "1.125": [0, 0.95583, -0.6257], + "1.1667": [0, 0.91472, -0.77681], + "1.2083": [0, 0.85374, -0.88056], + "1.25": [0, 0.76598, -0.94133], + "1.2917": [0, 0.64144, -0.97271], + "1.3333": [0, 0.47036, -0.98745], + "1.375": [0, 0.26839, -0.99384], + "1.4167": [0, 0.1055, -0.99655], + "1.4583": [0, 0.02221, -0.99814], + "1.5": [0, 0, -1], + "1.5417": [0.00059, -0.00078, -0.99631], + "1.5833": [0.00225, -0.00279, -0.97983], + "1.625": [0.00482, -0.00566, -0.94915], + "1.6667": [0.00814, -0.00905, -0.90259], + "1.7083": [0.01197, -0.0127, -0.83828], + "1.75": [0.01604, -0.01633, -0.7542], + "1.7917": [0.02001, -0.01965, -0.6484], + "1.8333": [0.0234, -0.02229, -0.51947], + "1.875": [0.02556, -0.02379, -0.36778], + "1.9583": [0.02137, -0.01982, -0.02352], + "2.0": [0.01, -0.01, 0.13] + } + } + } + }, + "animation.snorunt.ground_run": { + "loop": true, + "animation_length": 1, + "bones": { + "body": { + "rotation": [ + "14.9919-1*(math.sin(q.anim_time*720+40)*1)", + "-0.4989+0.3*(math.sin(q.anim_time*720)*0.5)+0.1*(math.sin(q.anim_time*3600)*0.5)", + "-0.0657+3*(math.sin(q.anim_time*720+40)*1)" + ], + "position": [0, "0+0.2*(math.sin(q.anim_time*1440)*0.5)", -2] + }, + "hand_left": { + "rotation": [-0.00976, 0.11162, -9.99938], + "position": ["0+0.05*(math.sin(q.anim_time*720)*0.5)", "0+0.4*(math.sin(q.anim_time*720)*0.5)", 0] + }, + "hand_right": { + "rotation": [-0.0055, -0.0839, 7.49953], + "position": ["0-0.05*(math.sin(q.anim_time*720)*0.5)", "-1+0.4*(math.sin(q.anim_time*720)*0.5)", 0.025] + }, + "cloak_front_left": { + "rotation": [0, "0-2*(math.sin(q.anim_time*360)*0.5)", "0+3*(math.sin(q.anim_time*720)*0.5)"] + }, + "cloak_front_right": { + "rotation": [0, "0+2*(math.sin(q.anim_time*360)*0.5)", "0-3*(math.sin(q.anim_time*720)*0.5)"] + }, + "foot_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left": { + "rotation": { + "0.0": { + "post": [21.09, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [21.09, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 2.53, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 2.53, 0], + "lerp_mode": "catmullrom" + } + } + }, + "cloak": { + "rotation": ["-4.8756-1*(math.sin(q.anim_time*1440+40)*1)", 0.00112, 0.05834] + } + } + }, + "animation.snorunt.blink": { + "animation_length": 0.16667, + "bones": { + "eyelid_right": { + "position": { + "0.0": [0, 0, -1], + "0.125": [0, 0, -1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_left": { + "position": { + "0.0": [0, 0, -1], + "0.125": [0, 0, -1], + "0.1667": [0, 0, 0] + } + } + } + }, + "animation.snorunt.sleep": { + "loop": true, + "bones": { + "body": { + "rotation": ["2.5+3*(math.sin(q.anim_time*90)*0.5)", 0, "3*(math.sin(q.anim_time*45)*0.5)"] + }, + "hand_left": { + "rotation": [0, 0, 12.5], + "position": [0, "0.75+0.2*(math.sin(q.anim_time*90)*0.5)", 0] + }, + "hand_right": { + "rotation": [0, 0, -10], + "position": [0, "-0.5+0.2*(math.sin(q.anim_time*90)*0.5)", 0.025] + }, + "cloak": { + "rotation": [-2.5, 0, 0] + }, + "cloak_front_left": { + "rotation": [0, 0, "10+4*(math.sin(q.anim_time*90)*0.5)"] + }, + "cloak_front_right": { + "rotation": [0, 0, "-10-4*(math.sin(q.anim_time*90)*0.5)"] + }, + "eyelid_right": { + "rotation": [0, 0, 0], + "position": [0, 0, -1] + }, + "eyelid_left": { + "position": [0, 0, -1] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/solosis/solosis.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/solosis/solosis.animation.json new file mode 100644 index 0000000..cb5818a --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/solosis/solosis.animation.json @@ -0,0 +1,49 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.solosis.ground_idle": { + "loop": true, + "animation_length": 30.33333, + "bones": { + "head": { + "rotation": ["-math.sin(query.anim_time*90*2+90)*1.5", 0, "-math.sin(query.anim_time*90*2/2+90)*1"], + "position": ["math.sin(query.anim_time*90*2/2+90)*0.5", "0.75+math.sin(query.anim_time*90*2+90)*0.55", 0] + }, + "shell": { + "position": ["math.sin(query.anim_time*90*2/2+120)*0.45", "0.75+math.sin(query.anim_time*90*2+120)*0.5", 0] + } + } + }, + "animation.solosis.ground_walk": { + "loop": true, + "bones": { + "head": { + "rotation": ["math.sin(query.anim_time*90*2+90)*3", 0, "-math.sin(query.anim_time*90*2/2+90)*1"], + "position": [ + "math.sin(query.anim_time*90*2/2+90)*0.5", + "0.75+math.sin(query.anim_time*90*2+90)*0.55", + "-math.sin(query.anim_time*90*2+90)*0.5" + ] + }, + "shell": { + "position": ["math.sin(query.anim_time*90*2/2+120)*0.45", "0.75+math.sin(query.anim_time*90*2+120)*0.5", 0] + }, + "body": { + "rotation": ["7.5-math.sin(query.anim_time*90*2+135)*1.5", 0, 0], + "position": [0, 0, "-math.sin(query.anim_time*90*2+135)*1.5"] + } + } + }, + "animation.solosis.blink": { + "animation_length": 0.16667, + "bones": { + "eyelids": { + "position": { + "0.0": [0, 0, -1], + "0.1667": {"pre": [0, 0, -1], "post": [0, 0, 0]} + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/stunky/stunky.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/stunky/stunky.animation.json new file mode 100644 index 0000000..8707507 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/stunky/stunky.animation.json @@ -0,0 +1,246 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.stunky.ground_walk": { + "loop": true, + "animation_length": 2, + "bones": { + "leg_fr": { + "rotation": { + "0.0": [-30, 0, 0], + "0.25": [0, 0, 0], + "0.5": [30, 0, 0], + "0.75": [0, 0, 0], + "1.0": [-30, 0, 0], + "1.25": [0, 0, 0], + "1.5": [30, 0, 0], + "1.75": [0, 0, 0], + "2.0": [-30, 0, 0] + } + }, + "leg_br": { + "rotation": { + "0.0": [30, 0, 0], + "0.25": [0, 0, 0], + "0.5": [-30, 0, 0], + "0.75": [0, 0, 0], + "1.0": [30, 0, 0], + "1.25": [0, 0, 0], + "1.5": [-30, 0, 0], + "1.75": [0, 0, 0], + "2.0": [30, 0, 0] + } + }, + "leg_fl": { + "rotation": { + "0.0": [30, 0, 0], + "0.25": [0, 0, 0], + "0.5": [-30, 0, 0], + "0.75": [0, 0, 0], + "1.0": [30, 0, 0], + "1.25": [0, 0, 0], + "1.5": [-30, 0, 0], + "1.75": [0, 0, 0], + "2.0": [30, 0, 0] + } + }, + "leg_bl": { + "rotation": { + "0.0": [-30, 0, 0], + "0.25": [0, 0, 0], + "0.5": [30, 0, 0], + "0.75": [0, 0, 0], + "1.0": [-30, 0, 0], + "1.25": [0, 0, 0], + "1.5": [30, 0, 0], + "1.75": [0, 0, 0], + "2.0": [-30, 0, 0] + } + }, + "tail": { + "rotation": ["math.sin((q.anim_time*90*4)+180)*4", 0, 0] + } + } + }, + "animation.stunky.ground_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "earR": { + "rotation": [0, 0, 0] + }, + "earL": { + "rotation": [0, 0, 0] + }, + "tail_bulb": { + "rotation": { + "0.0": [3.33, 0, 0], + "0.25": [0, 0, 0], + "0.5": [0, 0, 0], + "1.25": [10, 0, 0], + "1.5": [10, 0, 0], + "2.0": [3.33, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [-2.5, 0, 0], + "0.75": [1, 0, 0], + "1.0": [1, 0, 0], + "1.75": [-2.5, 0, 0], + "2.0": [-2.5, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [5, 0, 0], + "1.0": [5, 0, 0], + "1.75": [0, 0, 0], + "2.0": [0, 0, 0] + } + }, + "tail_end": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "1.0": [10, 0, 0], + "1.25": [10, 0, 0], + "2.0": [0, 0, 0] + } + } + } + }, + "animation.stunky.sleep": { + "loop": true, + "bones": { + "stunky": { + "position": [0, -3, 0] + }, + "head": { + "rotation": [17.5, 0, 0] + }, + "leg_fr": { + "rotation": [-90, 25, 0], + "position": [0, 1, 0] + }, + "leg_br": { + "rotation": [90, -25, 0], + "position": [0, 1, 0] + }, + "leg_fl": { + "rotation": [-90, -25, 0], + "position": [0, 1, 0] + }, + "leg_bl": { + "rotation": [90, 25, 0], + "position": [0, 1, 0] + }, + "tail": { + "rotation": [-15, 0, 0] + }, + "tail3": { + "rotation": [-7.5, 0, 0] + }, + "pupil_r": { + "position": [0, -0.25, 0], + "scale": [1, 0.5, 1] + }, + "pupil_l": { + "position": [0, -0.25, 0], + "scale": [1, 0.5, 1] + } + } + }, + "animation.stunky.faint": { + "loop": true, + "animation_length": 4, + "bones": { + "stunky": { + "position": { + "0.0": [0, 0, 0], + "0.5": [0, -3, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [17.5, 0, 0] + } + }, + "leg_fr": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-90, 25, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 1, 0] + } + }, + "leg_br": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [90, -25, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 1, 0] + } + }, + "leg_fl": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-90, -25, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 1, 0] + } + }, + "leg_bl": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [90, 25, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 1, 0] + } + }, + "tail": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-15, 0, 0] + } + }, + "tail3": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-7.5, 0, 0] + } + }, + "pupil_r": { + "position": { + "0.0": [0, 0, 0], + "0.5": [0, -0.25, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "0.5": [1, 0.5, 1] + } + }, + "pupil_l": { + "position": { + "0.0": [0, 0, 0], + "0.5": [0, -0.25, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "0.5": [1, 0.5, 1] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/swablu/swablu.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/swablu/swablu.animation.json new file mode 100644 index 0000000..562f536 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/swablu/swablu.animation.json @@ -0,0 +1,169 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.swablu.ground_idle": { + "loop": true, + "bones": { + "swablu": { + "position": [0, 6, 0] + }, + "body": { + "rotation": [0, "0+math.sin(q.anim_time*90*1.5-60)*5", "0+math.sin(q.anim_time*90*1.5)*3"], + "position": ["0+math.sin(q.anim_time*90*1.5-60)*0.75", "0+math.sin(q.anim_time*90*3)*0.5", 0] + }, + "hair_right": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*3-60)*2"] + }, + "hair_right2": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*3-60)*3"] + }, + "hair_right3": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*3-60)*4"] + }, + "hair_left": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*3-60)*2"] + }, + "hair_left2": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*3-60)*3"] + }, + "hair_left3": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*3-60)*4"] + }, + "tail": { + "rotation": ["0+math.sin(q.anim_time*90*3-60)*4", "0+math.sin(q.anim_time*90*1.5-60)*4", 0] + }, + "wing_right": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*3+90)*30"], + "position": [0, 0, 0] + }, + "wing_left": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*3+90)*30"], + "position": [0, 0, 0] + }, + "leg_right": { + "rotation": ["0-math.sin(q.anim_time*90*3-60)*4", "0-math.sin(q.anim_time*90*1.5-60)*4", 0] + }, + "leg_left": { + "rotation": ["0-math.sin(q.anim_time*90*3-60)*4", "0-math.sin(q.anim_time*90*1.5-60)*4", 0] + } + } + }, + "animation.swablu.ground_walk": { + "loop": true, + "bones": { + "swablu": { + "rotation": [10, 0, 0], + "position": [0, 6, 0] + }, + "body": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1.5*1.25)*3"], + "position": ["0+math.sin(q.anim_time*90*1.5*1.25-60)*0.25", "0+math.sin(q.anim_time*90*3*1.25)*0.5", 0] + }, + "hair_right": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*3*1.25-60)*2"] + }, + "hair_right2": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*3*1.25-60)*3"] + }, + "hair_right3": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*3*1.25-60)*4"] + }, + "hair_left": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*3*1.25-60)*2"] + }, + "hair_left2": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*3*1.25-60)*3"] + }, + "hair_left3": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*3*1.25-60)*4"] + }, + "tail": { + "rotation": ["0+math.sin(q.anim_time*90*3*1.25-60)*4", "0+math.sin(q.anim_time*90*1.5*1.25-60)*4", 0] + }, + "wing_right": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*3*1.25+90)*30"], + "position": [0, 0, 0] + }, + "wing_left": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*3*1.25+90)*30"], + "position": [0, 0, 0] + }, + "leg_right": { + "rotation": ["0-math.sin(q.anim_time*90*3*1.25-60)*4", "0-math.sin(q.anim_time*90*1.5*1.25-60)*4", 0] + }, + "leg_left": { + "rotation": ["0-math.sin(q.anim_time*90*3*1.25-60)*4", "0-math.sin(q.anim_time*90*1.5*1.25-60)*4", 0] + } + } + }, + "animation.swablu.sleep": { + "loop": true, + "bones": { + "eyelid_right": { + "position": [0, 0, -0.1] + }, + "eyelid_left": { + "position": [0, 0, -0.1] + }, + "swablu": { + "position": [0, -0.85, 0] + }, + "torso": { + "position": [0, "0+math.sin(q.anim_time*90*0.75*1.25)*0.05", 0] + }, + "hair_right": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*0.75*1.25)*1.5"] + }, + "hair_right2": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*0.75*1.25)*1.0"] + }, + "hair_right3": { + "rotation": [0, 0, "0-math.sin(q.anim_time*90*0.75*1.25)*0.5"] + }, + "hair_left": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*0.75*1.25)*1.5"] + }, + "hair_left2": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*0.75*1.25)*1.0"] + }, + "hair_left3": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*0.75*1.25)*0.5"] + }, + "wing_right": { + "rotation": [0, 0, 10], + "position": [-0.75, 0, 0] + }, + "wing_left": { + "rotation": [0, 0, -10], + "position": [0.75, 0, 0] + }, + "leg_right": { + "rotation": [-30, 0, 0] + }, + "leg_left": { + "rotation": [-30, 0, 0] + } + } + }, + "animation.swablu.blink": { + "animation_length": 0.16667, + "bones": { + "eyelid_right": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_left": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + } + } + } + }, + "geckolib_format_version": 2 +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/swadloon/swadloon.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/swadloon/swadloon.animation.json new file mode 100644 index 0000000..c0e192d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/swadloon/swadloon.animation.json @@ -0,0 +1,137 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.swadloon.ground_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "arm_right": { + "rotation": [0, -55, 0] + }, + "arm_right2": { + "rotation": [-20.07031, -4.69776, 1.71394] + }, + "arm_left": { + "rotation": [0, 55, 0] + }, + "arm_left2": { + "rotation": [-20.07031, 4.69776, -1.71394] + }, + "sleeve_right": { + "rotation": [0, -65, 0] + }, + "sleeve_right2": { + "rotation": [0, "-10-math.sin(query.anim_time*90*2)*1", 0] + }, + "sleeve_right3": { + "rotation": [0, -17.5, 0] + }, + "sleeve_left": { + "rotation": [0, "65+math.sin(query.anim_time*90*2)*1", 0] + }, + "sleeve_left2": { + "rotation": [0, "10-math.sin(query.anim_time*90*2)*1", 0] + }, + "sleeve_left3": { + "rotation": [0, 15, 0] + }, + "hair_right": { + "rotation": ["5+math.sin(query.anim_time*90*2)*0.825", 0, "math.sin(query.anim_time*90*2)*1"] + }, + "hair_right2": { + "rotation": ["-5-math.sin(query.anim_time*90*2+90)*4", 0, 0] + }, + "hair_left": { + "rotation": ["5+math.sin(query.anim_time*90*2)*0.825", 0, "math.sin(query.anim_time*90*2+45)*1"] + }, + "hair_left2": { + "rotation": ["-5-math.sin(query.anim_time*90*2+90)*4", 0, 0] + }, + "groundflap_right2": { + "rotation": [-4.99288, 0.1086, -0.00711] + }, + "groundflap_left2": { + "rotation": [-4.99288, -0.1086, 0.00711] + }, + "tail": { + "rotation": ["-12.5-math.sin(query.anim_time*90*2+90)*2", 0, 0] + }, + "tail2": { + "rotation": ["12+math.sin(query.anim_time*90*2+90)*3", 0, 0] + }, + "groundflap_right3": { + "rotation": [0, 0, "-5+math.sin(query.anim_time*90*2+180)*2"] + }, + "groundflap_left3": { + "rotation": [0, 0, "5-(math.sin(query.anim_time*90*2+180)*2)"] + }, + "leafthumb_left2": { + "rotation": [0, 0, "-2.5+math.sin(query.anim_time*90*2)*1"] + }, + "leafpinky_left2": { + "rotation": [0, 0, "-2.5+math.sin(query.anim_time*90*2)*1"] + }, + "armleaf_left2": { + "rotation": [0, 0, "-2.5+math.sin(query.anim_time*90*2)*1"] + }, + "leafthumb_right2": { + "rotation": [0, 0, "2.5+math.sin(query.anim_time*90*2)*1"] + }, + "leafpinky_right2": { + "rotation": [0, 0, "2.5+math.sin(query.anim_time*90*2)*1"] + }, + "armleaf_right2": { + "rotation": [0, 0, "2.5+math.sin(query.anim_time*90*2)*1"] + }, + "groundflap_right": { + "rotation": [0, 0, "-2.5-math.sin(query.anim_time*90*2+90)*2"] + }, + "groundflap_left": { + "rotation": [0, 0, "2.5-math.sin(query.anim_time*90*2+90)*2"] + }, + "fringe": { + "rotation": ["-math.sin(query.anim_time*90*2+90)*1", 0, 0] + }, + "body": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0.05, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -0.045, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": [1, "1+math.sin(query.anim_time*90*2)*0.00625", 1] + } + } + }, + "animation.swadloon.blink": { + "animation_length": 0.16667, + "bones": { + "eyelids": { + "position": { + "0.0": [0, 0, -0.1], + "0.1667": { + "pre": [0, 0, -0.1], + "post": [0, 0, 0] + } + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/tadbulb/tadbulb.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/tadbulb/tadbulb.animation.json new file mode 100644 index 0000000..0eb7292 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/tadbulb/tadbulb.animation.json @@ -0,0 +1,69 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.tadbulb.ground_idle": { + "loop": true, + "bones": { + "head": { + "rotation": ["math.sin(q.anim_time*90*0.5+15)*2", 0, "math.sin(q.anim_time*90*1+35)*5"], + "position": [0, "math.sin(q.anim_time*90*2)*2*math.sin(q.anim_time*90*1)*0.2", 0] + }, + "tail": { + "rotation": [0, 0, "math.sin(q.anim_time*90*1-30)*5"], + "position": [0, 0, 0] + }, + "tail_2": { + "rotation": [0, 0, "math.sin(q.anim_time*90*1-60)*2"] + }, + "bone2": { + "rotation": ["math.sin(q.anim_time*90*0.5)*5", 0, "math.sin(q.anim_time*90*1)*5"] + } + } + }, + "animation.tadbulb.ground_walk": { + "loop": true, + "bones": { + "head": { + "rotation": ["5+math.sin(q.anim_time*90*4+50)*1", 0, "math.sin(q.anim_time*90*1+35)*-2"], + "position": [0, "math.sin(q.anim_time*90*4)*0.3", "math.sin(q.anim_time*90*4)*-0.2"] + }, + "tail": { + "rotation": ["5+math.sin(q.anim_time*90*4+40)*5", 0, "math.sin(q.anim_time*90*1-30)*2"] + }, + "tail_2": { + "rotation": ["5+math.sin(q.anim_time*90*4+60)*-8", 0, "math.sin(q.anim_time*90*1-60)*1"] + }, + "bone2": { + "rotation": ["5+math.sin(q.anim_time*90*4+20)*3", 0, "math.sin(q.anim_time*90*1)*5"] + } + } + }, + "animation.tadbulb.blink": { + "animation_length": 0.625, + "bones": { + "right_eye": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + }, + "left_eye": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/tauros/tauros_aqua.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/tauros/tauros_aqua.animation.json new file mode 100644 index 0000000..54c824a --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/tauros/tauros_aqua.animation.json @@ -0,0 +1,844 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.tauros.blink": { + "animation_length": 0.1667, + "bones": { + "eyelid_right": { + "position": { + "0.0": [-0.1, 0, -0.1], + "0.125": [-0.1, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_left": { + "position": { + "0.0": [0.1, 0, -0.1], + "0.125": [0.1, 0, -0.1], + "0.1667": [0, 0, 0] + } + } + } + }, + "animation.tauros.ground_walk": { + "loop": true, + "bones": { + "body": { + "rotation": [0, 0, "math.clamp(math.sin(q.anim_time*90*4-90)*1,-0.8,0.8)+math.sin(q.anim_time*90*4-180)*1"], + "position": [0, "-1.75+math.clamp(math.sin(q.anim_time*90*4)*1.1,0.5,1)+math.clamp(math.sin(q.anim_time*90*4+180)*1.1,0.5,1)", 0] + }, + "torso": { + "rotation": ["math.sin(q.anim_time*90*4-90)*0.5+0.5", 0, 0] + }, + "head": { + "rotation": [ + "-math.sin(q.anim_time*90*4-90)*0.5+math.sin(q.anim_time*90*4*2-45)*1", + 0, + "-math.clamp(math.sin(q.anim_time*90*4-90)*1,-0.8,0.8)-math.sin(q.anim_time*90*4-180)*1" + ], + "position": ["math.sin(q.anim_time*90*4-45)*0.1", "math.sin(-q.anim_time*90*4*2-45)*0.1", 0] + }, + "mane_top": { + "rotation": ["math.sin(q.anim_time*90*8+90)*4-4", 0, 0] + }, + "mane_bottom": { + "rotation": ["-math.sin(q.anim_time*90*8+90)*4-4", 0, 0] + }, + "tail": { + "rotation": ["-math.sin(q.anim_time*90*3-33*5-120)*10+5", "-math.sin(q.anim_time*90*1.5-33*5-120)*4", 0] + }, + "tail2": { + "rotation": ["-math.sin(q.anim_time*90*3-33*6-120)*8", "math.sin(q.anim_time*90*1.5-33*6-120)*6", 0] + }, + "tail3": { + "rotation": ["-math.sin(q.anim_time*90*3-33*7-120)*8", "math.sin(q.anim_time*90*1.5-33*4-120)*8", 0] + }, + "tail4": { + "rotation": ["-math.sin(q.anim_time*90*3-33*8-120)*8", "math.sin(q.anim_time*90*1.5-33*3-120)*8", 0] + }, + "tail5": { + "rotation": ["-math.sin(q.anim_time*90*3-33*9-120)*10", "-math.sin(q.anim_time*90*1.5-33*2-120)*10", 0] + }, + "leg_front_right": { + "rotation": [ + "20-math.clamp(20*(math.sin(q.anim_time*90*4-90+33+180)*1+1),-0,60)", + 0, + "math.clamp(math.sin(q.anim_time*90*4-90+180)*1,-0.8,0.8)+math.sin(q.anim_time*90*4-180*0)*1" + ], + "position": [ + 0, + "0.8*(math.clamp(math.sin(q.anim_time*90*4-155+180)*1.6,1,1.6)-0.2)+0.5*(math.clamp(math.sin(q.anim_time*90*4-75+180)*1.8,1,1.8)-1)-0.2*(math.clamp(math.sin(q.anim_time*90*4+180)*1.4,1,1.4)+1)-math.clamp(math.sin(q.anim_time*90*4)*1,0,0.75)", + 0 + ] + }, + "leg_front_right2": { + "rotation": [ + "math.clamp(math.sin(q.anim_time*90*4-180*1+33)*40,0,40)+(math.clamp(math.sin(q.anim_time*90*2-90*3)*1,0.5,1)*1-0.5)*30+(math.clamp(math.sin(q.anim_time*90*2-90*1)*1,0.5,1)*1-0.5)*30", + 0, + 0 + ] + }, + "leg_front_right3": { + "rotation": ["-20+math.clamp(10*(math.sin(q.anim_time*90*4-90-180*1)*1+1),-0,60)+math.clamp(math.sin(q.anim_time*90*4-180*1+10)*30,-2.5,30)", 0, 0], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4-120+180)*1.1,0.9,1)-0.9+math.clamp(math.sin(q.anim_time*90*2-130+90)*1.3,0.9,1)-0.9", 0] + }, + "leg_front_left": { + "rotation": [ + "20-math.clamp(20*(math.sin(q.anim_time*90*4-90+33)*1+1),-0,60)", + 0, + "-math.clamp(math.sin(q.anim_time*90*4-90)*1,-0.8,0.8)-math.sin(q.anim_time*90*4-180)*1" + ], + "position": [ + 0, + "0.8*(math.clamp(math.sin(q.anim_time*90*4-155)*1.6,1,1.6)-0.2)+0.5*(math.clamp(math.sin(q.anim_time*90*4-75)*1.8,1,1.8)-1)-0.2*(math.clamp(math.sin(q.anim_time*90*4)*1.4,1,1.4)+1)-math.clamp(math.sin(q.anim_time*90*4-180)*1,0,0.75)", + 0 + ] + }, + "leg_front_left2": { + "rotation": [ + "math.clamp(math.sin(q.anim_time*90*4-180*0+33)*40,0,40)+(math.clamp(math.sin(q.anim_time*90*2-90*0)*1,0.5,1)*1-0.5)*30+(math.clamp(math.sin(q.anim_time*90*2-90*2)*1,0.5,1)*1-0.5)*30", + 0, + 0 + ] + }, + "leg_front_left3": { + "rotation": ["-20+math.clamp(10*(math.sin(q.anim_time*90*4-90-180*0)*1+1),-0,60)+math.clamp(math.sin(q.anim_time*90*4-180*0+10)*30,-5,30)", 0, 0], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4-120)*1.1,0.9,1)-0.9+math.clamp(math.sin(q.anim_time*90*2-130)*1.3,0.9,1)-0.9", 0] + }, + "leg_back_right": { + "rotation": [ + "-20+math.clamp(15*(math.sin(q.anim_time*90*4-90+180)*1+1),-0,60)", + 0, + "math.clamp(math.sin(q.anim_time*90*4-90+180)*1,-0.8,0.8)+math.sin(q.anim_time*90*4-180*0)*1" + ], + "position": [ + 0, + "-math.clamp(-math.sin(q.anim_time*90*4+90+180*1)*0.01,0,0.01)+math.clamp(-math.sin(q.anim_time*90*4+20+180*1)*1,0.4,1)-0.4+math.clamp(math.sin(q.anim_time*90*4-130+180*1)*1.5,0.4,0.6)-0.3+(math.clamp(-math.sin(q.anim_time*90*2+70+180*1)*1,0.5,1)-0.5)*0.5+(math.clamp(-math.sin(q.anim_time*90*2+70+180*0)*1,0.5,1)+0.5)*0.5", + 0 + ] + }, + "leg_back_right2": { + "rotation": [ + "math.clamp(math.sin(q.anim_time*90*4+180)*10,0,10)-math.clamp(math.sin(q.anim_time*90*4-95+180)*10,0,45)-math.clamp(math.sin(q.anim_time*90*4+180*0)*10,0,45)", + 0, + 0 + ], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4-130+180)*1,0.5,1)-math.clamp(math.sin(q.anim_time*90*4-40+180)*1,0.75,1)+0.25", 0] + }, + "leg_back_right3": { + "rotation": [ + "-math.clamp(math.sin(q.anim_time*90*4+180*1)*10,0,10)+math.clamp(math.sin(q.anim_time*90*4+10+180*0)*25,0,45)-(-20+math.clamp(11*(math.sin(q.anim_time*90*4-90+180*1)*1+1),-0,60))+math.clamp(math.sin(q.anim_time*90*4-130+180*1)*00,50,100)-50", + 0, + 0 + ], + "position": [0, "(math.clamp(math.sin(q.anim_time*90*4-110+180*0)*1,0.5,1)-0.5)*0.7", 0] + }, + "leg_back_left": { + "rotation": [ + "-20+math.clamp(15*(math.sin(q.anim_time*90*4-90)*1+1),-0,60)", + 0, + "-math.clamp(math.sin(q.anim_time*90*4-90)*1,-0.8,0.8)-math.sin(q.anim_time*90*4-180)*1" + ], + "position": [ + 0, + "-math.clamp(-math.sin(q.anim_time*90*4+90+180*0)*0.01,0,0.01)+math.clamp(-math.sin(q.anim_time*90*4+20+180*0)*1,0.4,1)-0.4+math.clamp(math.sin(q.anim_time*90*4-130+180*0)*1.5,0.4,0.6)-0.3+(math.clamp(-math.sin(q.anim_time*90*2+70+180*0)*1,0.5,1)-0.5)*0.5+(math.clamp(-math.sin(q.anim_time*90*2+70+180*1)*1,0.5,1)+0)*0.5", + 0 + ] + }, + "leg_back_left2": { + "rotation": [ + "math.clamp(math.sin(q.anim_time*90*4)*10,0,10)-math.clamp(math.sin(q.anim_time*90*4-95)*10,0,45)-math.clamp(math.sin(q.anim_time*90*4+180)*10,0,45)", + 0, + 0 + ], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4-130)*1,0.5,1)-math.clamp(math.sin(q.anim_time*90*4-40)*1,0.75,1)+0.25", 0] + }, + "leg_back_left3": { + "rotation": [ + "-math.clamp(math.sin(q.anim_time*90*4+180*0)*10,0,10)+math.clamp(math.sin(q.anim_time*90*4+10+180*1)*25,0,45)-(-20+math.clamp(11*(math.sin(q.anim_time*90*4-90+180*0)*1+1),-0,60))+math.clamp(math.sin(q.anim_time*90*4-130+180*0)*00,50,100)-50", + 0, + 0 + ], + "position": [0, "(math.clamp(math.sin(q.anim_time*90*4-110+180)*1,0.5,1)-0.5)*0.7", 0] + }, + "tail6": { + "rotation": ["-math.sin(q.anim_time*90*3-33*9+120)*6", "-math.sin(q.anim_time*90*1.5-33*2+120)*10", 0] + }, + "tail_left": { + "rotation": ["-math.sin(q.anim_time*90*3-33*5)*10+5", "-math.sin(q.anim_time*90*1.5-33*5)*4", 0] + }, + "tail_left2": { + "rotation": ["-math.sin(q.anim_time*90*3-33*6)*8", "math.sin(q.anim_time*90*1.5-33*6)*6", 0] + }, + "tail_left3": { + "rotation": ["-math.sin(q.anim_time*90*3-33*7)*8", "math.sin(q.anim_time*90*1.5-33*4)*8", 0] + }, + "tail_left4": { + "rotation": ["-math.sin(q.anim_time*90*3-33*8)*8", "math.sin(q.anim_time*90*1.5-33*3)*8", 0] + }, + "tail_left5": { + "rotation": ["-math.sin(q.anim_time*90*3-33*9)*10", "-math.sin(q.anim_time*90*1.5-33*2)*10", 0] + }, + "tail_left6": { + "rotation": ["-math.sin(q.anim_time*90*3-33*9)*6", "-math.sin(q.anim_time*90*1.5-33*2)*10", 0] + }, + "tail_right": { + "rotation": ["-math.sin(q.anim_time*90*3-33*5+120)*10+5", "-math.sin(q.anim_time*90*1.5-33*5+120)*4", 0] + }, + "tail_right2": { + "rotation": ["-math.sin(q.anim_time*90*3-33*6+120)*8", "math.sin(q.anim_time*90*1.5-33*6+120)*6", 0] + }, + "tail_right3": { + "rotation": ["-math.sin(q.anim_time*90*3-33*7+120)*8", "math.sin(q.anim_time*90*1.5-33*4+120)*8", 0] + }, + "tail_right4": { + "rotation": ["-math.sin(q.anim_time*90*3-33*8+120)*8", "math.sin(q.anim_time*90*1.5-33*3+120)*8", 0] + }, + "tail_right5": { + "rotation": ["-math.sin(q.anim_time*90*3-33*9+120)*10", "-math.sin(q.anim_time*90*1.5-33*2+120)*10", 0] + }, + "tail_right6": { + "rotation": ["-math.sin(q.anim_time*90*3-33*9+120)*6", "-math.sin(q.anim_time*90*1.5-33*2+120)*10", 0] + } + } + }, + "animation.tauros.ground_run": { + "loop": true, + "bones": { + "body": { + "rotation": ["-math.sin(q.anim_time*90*4*2+45)*6", 0, 0], + "position": [ + 0, + "-1.5+math.clamp(math.sin(q.anim_time*90*4)*1.1,0.4,1.1)+math.clamp(math.sin(q.anim_time*90*4+180)*1.1,0.4,1.1)", + "math.sin(q.anim_time*90*4*2-33)*1" + ] + }, + "torso": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "head": { + "rotation": ["math.sin(q.anim_time*90*4*2+45)*6+math.sin(q.anim_time*90*4*2-45)*4", 0, 0], + "position": ["math.sin(q.anim_time*90*4-45)*0.1", "math.sin(-q.anim_time*90*4*2-45)*0.1", 0] + }, + "mane_top": { + "rotation": ["-math.sin(q.anim_time*90*4*2-45)*20-5", 0, 0] + }, + "mane_bottom": { + "rotation": ["-math.sin(q.anim_time*90*4*2)*20+10", 0, 0] + }, + "tail": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*5+45)*10+5", "-math.sin(q.anim_time*90*4-33*6+45)*2", 0] + }, + "tail2": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*6+45)*12", "-math.sin(q.anim_time*90*4-33*7+45)*2", 0] + }, + "tail3": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*7+45)*14", "-math.sin(q.anim_time*90*4-33*8+45)*2", 0] + }, + "tail4": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*8+45)*16", "-math.sin(q.anim_time*90*4-33*9+45)*2", 0] + }, + "tail5": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*9+45)*16", "-math.sin(q.anim_time*90*4-33*10+45)*4", 0] + }, + "leg_front_right": { + "rotation": ["15-math.clamp(30*(math.sin(q.anim_time*90*4*2-90)*1+1),-0,60)", 0, 0], + "position": [ + 0, + "0.8*(math.clamp(math.sin(q.anim_time*90*4*2-155)*1.6,1,1.6)-0.2)+0.5*(math.clamp(math.sin(q.anim_time*90*4*2-75)*1.8,1,1.8)-1)-0.2*(math.clamp(math.sin(q.anim_time*90*4*2)*1.4,1,1.4)+1)", + 0 + ] + }, + "leg_front_right2": { + "rotation": [ + "5+math.clamp(math.sin(q.anim_time*90*4*2-180*0)*50,-10,50)+(math.clamp(math.sin(q.anim_time*90*2*2-180*0)*1,0.6,1)*1-0.5)*50+(math.clamp(math.sin(q.anim_time*90*2*2-180*1)*1,0.6,1)*1-0.5)*50", + 0, + 0 + ] + }, + "leg_front_right3": { + "rotation": ["-12.5+math.clamp(30*(math.sin(q.anim_time*90*4*2-90-180*0)*1+1),-0,60)+math.clamp(math.sin(q.anim_time*90*4*2-180*0+10)*70,0,100)", 0, 0], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4*2-120)*1.1,0.9,1)-0.9+math.clamp(math.sin(q.anim_time*90*2*2-130)*1.3,0.9,1)-0.9", 0] + }, + "leg_front_left": { + "rotation": ["15-math.clamp(30*(math.sin(q.anim_time*90*4*2-90)*1+1),-0,60)", 0, 0], + "position": [ + 0, + "0.8*(math.clamp(math.sin(q.anim_time*90*4*2-155)*1.6,1,1.6)-0.2)+0.5*(math.clamp(math.sin(q.anim_time*90*4*2-75)*1.8,1,1.8)-1)-0.2*(math.clamp(math.sin(q.anim_time*90*4*2)*1.4,1,1.4)+1)", + 0 + ] + }, + "leg_front_left2": { + "rotation": [ + "5+math.clamp(math.sin(q.anim_time*90*4*2-180*0)*50,-10,50)+(math.clamp(math.sin(q.anim_time*90*2*2-180*0)*1,0.6,1)*1-0.5)*50+(math.clamp(math.sin(q.anim_time*90*2*2-180*1)*1,0.6,1)*1-0.5)*50", + 0, + 0 + ] + }, + "leg_front_left3": { + "rotation": ["-12.5+math.clamp(30*(math.sin(q.anim_time*90*4*2-90-180*0)*1+1),-0,60)+math.clamp(math.sin(q.anim_time*90*4*2-180*0+10)*70,0,100)", 0, 0], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4*2-120)*1.1,0.9,1)-0.9+math.clamp(math.sin(q.anim_time*90*2*2-130)*1.3,0.9,1)-0.9", 0] + }, + "leg_back_right": { + "rotation": ["-20+math.clamp(25*(math.sin(q.anim_time*90*4*2-90)*1+1),-0,48)+5*math.sin(q.anim_time*90*4*2-90)", 0, 0], + "position": [ + 0, + "-(math.clamp(-math.sin(q.anim_time*90*4*2+50)*1,0.5,1)-0.5)*0.5+(math.clamp(-math.sin(q.anim_time*90*2*2+70+180*0)*1,0.5,1)-0.5)*2+(math.clamp(-math.sin(q.anim_time*90*2*2+70+180*1)*1,0.5,1)-0.5)*2", + -0.1 + ] + }, + "leg_back_right2": { + "rotation": [ + "math.clamp(math.sin(q.anim_time*90*4*2)*10,0,10)+math.clamp(math.sin(q.anim_time*90*4*2-95)*20,0,45)-math.clamp(math.sin(q.anim_time*90*4*2+180)*50,0,45)", + 0, + 0 + ], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4-130)*1,0.5,1)-math.clamp(math.sin(q.anim_time*90*4-40)*1,0.75,1)+0.25", 0] + }, + "leg_back_right3": { + "rotation": [ + "-math.clamp(math.sin(q.anim_time*90*4*2+180*0)*10,0,10)+math.clamp(math.sin(q.anim_time*90*4*2+10+180*1)*25,0,45)-(-20+math.clamp(11*(math.sin(q.anim_time*90*4*2-90+180*0)*1+1),-0,60))+math.clamp(math.sin(q.anim_time*90*4*2-130+180*0)*00,50,100)-50", + 0, + 0 + ], + "position": [0, "(math.clamp(math.sin(q.anim_time*90*4-110+180)*1,0.5,1)-0.5)*0.7", 0] + }, + "leg_back_left": { + "rotation": ["-20+math.clamp(25*(math.sin(q.anim_time*90*4*2-90)*1+1),-0,48)+5*math.sin(q.anim_time*90*4*2-90)", 0, 0], + "position": [ + 0, + "-(math.clamp(-math.sin(q.anim_time*90*4*2+50)*1,0.5,1)-0.5)*0.5+(math.clamp(-math.sin(q.anim_time*90*2*2+70+180*0)*1,0.5,1)-0.5)*2+(math.clamp(-math.sin(q.anim_time*90*2*2+70+180*1)*1,0.5,1)-0.5)*2", + -0.1 + ] + }, + "leg_back_left2": { + "rotation": [ + "math.clamp(math.sin(q.anim_time*90*4*2)*10,0,10)+math.clamp(math.sin(q.anim_time*90*4*2-95)*20,0,45)-math.clamp(math.sin(q.anim_time*90*4*2+180)*50,0,45)", + 0, + 0 + ], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4-130)*1,0.5,1)-math.clamp(math.sin(q.anim_time*90*4-40)*1,0.75,1)+0.25", 0] + }, + "leg_back_left3": { + "rotation": [ + "-math.clamp(math.sin(q.anim_time*90*4*2+180*0)*10,0,10)+math.clamp(math.sin(q.anim_time*90*4*2+10+180*1)*25,0,45)-(-20+math.clamp(11*(math.sin(q.anim_time*90*4*2-90+180*0)*1+1),-0,60))+math.clamp(math.sin(q.anim_time*90*4*2-130+180*0)*00,50,100)-50", + 0, + 0 + ], + "position": [0, "(math.clamp(math.sin(q.anim_time*90*4-110+180)*1,0.5,1)-0.5)*0.7", 0] + }, + "head_angle": { + "rotation": [15, 0, 0] + }, + "tail6": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*9+45)*14", "-math.sin(q.anim_time*90*4-33*10+45)*6", 0] + }, + "tail_left": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*3+45)*12+5", "-math.sin(q.anim_time*90*2-33*3+180)*1-5", 0] + }, + "tail_left2": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*4+45)*10", "math.sin(q.anim_time*90*2-33*4+180)*2-5", 0] + }, + "tail_left3": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*5+45)*14", "math.sin(q.anim_time*90*2-33*5+180)*3-2.5", 0] + }, + "tail_left4": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*6+45)*16", "math.sin(q.anim_time*90*2-33*6+180)*3-5", 0] + }, + "tail_left5": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*7+45)*16", "math.sin(q.anim_time*90*2-33*7+180)*6", 0] + }, + "tail_left6": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*7+45)*14", "math.sin(q.anim_time*90*2-33*7+180)*10", 0] + }, + "tail_right": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*4+45)*10+5", "math.sin(q.anim_time*90*2-33*4)*1+5", 0] + }, + "tail_right2": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*5+45)*12", "-math.sin(q.anim_time*90*2-33*5)*2+5", 0] + }, + "tail_right3": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*6+45)*14", "-math.sin(q.anim_time*90*2-33*6)*3+2.5", 0] + }, + "tail_right4": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*7+45)*16", "-math.sin(q.anim_time*90*2-33*7)*3+5", 0] + }, + "tail_right5": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*8+45)*16", "-math.sin(q.anim_time*90*2-33*8)*6", 0] + }, + "tail_right6": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*8+45)*14", "-math.sin(q.anim_time*90*2-33*8)*10", 0] + } + } + }, + "animation.tauros.ground_idle": { + "loop": true, + "bones": { + "torso": { + "rotation": ["math.sin(q.anim_time*90*4-90)*0.5+1", "math.sin(q.anim_time*90*2+33*1)*1", 0], + "position": [0, "-math.sin(q.anim_time*90*4-45)*0.15", 0] + }, + "head": { + "rotation": ["math.sin(q.anim_time*90*4+45)*1", 0, 0] + }, + "head_correction": { + "rotation": ["-math.sin(q.anim_time*90*4-90)*0.5-1", 0, 0] + }, + "mane_top": { + "rotation": ["math.sin(q.anim_time*90*4-45)*4-4", 0, 0] + }, + "mane_bottom": { + "rotation": ["-math.sin(q.anim_time*90*4-45)*4-4", 0, 0] + }, + "tail": { + "rotation": ["-math.sin(q.anim_time*90*3-33*5-120)*10+5", "-math.sin(q.anim_time*90*1.5-33*5-120)*4", 0] + }, + "tail2": { + "rotation": ["-math.sin(q.anim_time*90*3-33*6-120)*8", "math.sin(q.anim_time*90*1.5-33*6-120)*6", 0] + }, + "tail3": { + "rotation": ["-math.sin(q.anim_time*90*3-33*7-120)*8", "math.sin(q.anim_time*90*1.5-33*4-120)*8", 0] + }, + "tail4": { + "rotation": ["-math.sin(q.anim_time*90*3-33*8-120)*8", "math.sin(q.anim_time*90*1.5-33*3-120)*8", 0] + }, + "tail5": { + "rotation": ["-math.sin(q.anim_time*90*3-33*9-120)*10", "-math.sin(q.anim_time*90*1.5-33*2-120)*10", 0] + }, + "leg_front_right": { + "rotation": ["-math.sin(q.anim_time*90*4-66)*3-3", 0, "-math.sin(q.anim_time*90*2+66)*0.5-math.sin(q.anim_time*90*2-45)*0.2"], + "position": [ + "-math.sin(q.anim_time*90*2+33*1)*0.2", + "-0.15-math.sin(q.anim_time*90*4-75)*0.14-math.sin(q.anim_time*90*4+15)*0.02", + "math.sin(q.anim_time*90*4-66)*0.13" + ] + }, + "leg_front_right2": { + "rotation": ["math.sin(q.anim_time*90*4-66)*5+5", 0, 0], + "position": ["-0.1*(math.sin(q.anim_time*90*2+33*6)*1+1)+0.1", 0, 0] + }, + "leg_front_right3": { + "rotation": ["-math.sin(q.anim_time*90*4-66)*2-2", 0, 0] + }, + "leg_front_left": { + "rotation": ["-math.sin(q.anim_time*90*4-66)*3-3", 0, "-math.sin(q.anim_time*90*2+66)*0.5-math.sin(q.anim_time*90*2-45)*0.2"], + "position": [ + "-math.sin(q.anim_time*90*2+33*1)*0.2", + "-0.15-math.sin(q.anim_time*90*4-75)*0.14-math.sin(q.anim_time*90*4+15)*0.02", + "math.sin(q.anim_time*90*4-66)*0.13" + ] + }, + "leg_front_left2": { + "rotation": ["math.sin(q.anim_time*90*4-66)*5+5", 0, 0], + "position": ["-0.1*(math.sin(q.anim_time*90*2+33*6)*1+1)+0.1", 0, 0] + }, + "leg_front_left3": { + "rotation": ["-math.sin(q.anim_time*90*4-66)*2-2", 0, 0] + }, + "leg_back_right": { + "rotation": ["math.sin(q.anim_time*90*4-90)*1+3", 0, 0], + "position": [0, "-math.sin(q.anim_time*90*4-75)*0.15-0.25-math.sin(q.anim_time*90*4+15)*0.04", "math.sin(q.anim_time*90*4+60)*0.02"] + }, + "leg_back_right2": { + "rotation": ["-math.sin(q.anim_time*90*4-90)*2-6.5", 0, 0], + "position": [0, "(math.sin(q.anim_time*90*4-33*1)*1+1)*0.1-0.1", 0] + }, + "leg_back_right3": { + "rotation": ["-3.5-1*(math.sin(q.anim_time*90*4-90)*1+1+math.sin(q.anim_time*90*4-90)*2-2-math.sin(q.anim_time*90*4-90)*4-6)", 0, 0] + }, + "leg_back_left": { + "rotation": ["math.sin(q.anim_time*90*4-90)*1+3", 0, 0], + "position": [0, "-math.sin(q.anim_time*90*4-75)*0.15-0.25-math.sin(q.anim_time*90*4+15)*0.04", "math.sin(q.anim_time*90*4+60)*0.02"] + }, + "leg_back_left2": { + "rotation": ["-math.sin(q.anim_time*90*4-90)*2-6.5", 0, 0], + "position": [0, "(math.sin(q.anim_time*90*4-33*1)*1+1)*0.1-0.1", 0] + }, + "leg_back_left3": { + "rotation": ["-3.5-1*(math.sin(q.anim_time*90*4-90)*1+1+math.sin(q.anim_time*90*4-90)*2-2-math.sin(q.anim_time*90*4-90)*4-6)", 0, 0] + }, + "tail6": { + "rotation": ["-math.sin(q.anim_time*90*3-33*9-120)*6", "-math.sin(q.anim_time*90*1.5-33*2-120)*10", 0] + }, + "tail_left": { + "rotation": ["-math.sin(q.anim_time*90*3-33*5)*10+5", "-math.sin(q.anim_time*90*1.5-33*5)*4", 0] + }, + "tail_left2": { + "rotation": ["-math.sin(q.anim_time*90*3-33*6)*8", "math.sin(q.anim_time*90*1.5-33*6)*6", 0] + }, + "tail_left3": { + "rotation": ["-math.sin(q.anim_time*90*3-33*7)*8", "math.sin(q.anim_time*90*1.5-33*4)*8", 0] + }, + "tail_left4": { + "rotation": ["-math.sin(q.anim_time*90*3-33*8)*8", "math.sin(q.anim_time*90*1.5-33*3)*8", 0] + }, + "tail_left5": { + "rotation": ["-math.sin(q.anim_time*90*3-33*9)*10", "-math.sin(q.anim_time*90*1.5-33*2)*10", 0] + }, + "tail_left6": { + "rotation": ["-math.sin(q.anim_time*90*3-33*9)*6", "-math.sin(q.anim_time*90*1.5-33*2)*10", 0] + }, + "tail_right": { + "rotation": ["-math.sin(q.anim_time*90*3-33*5+120)*10+5", "-math.sin(q.anim_time*90*1.5-33*5+120)*4", 0] + }, + "tail_right2": { + "rotation": ["-math.sin(q.anim_time*90*3-33*6+120)*8", "math.sin(q.anim_time*90*1.5-33*6+120)*6", 0] + }, + "tail_right3": { + "rotation": ["-math.sin(q.anim_time*90*3-33*7+120)*8", "math.sin(q.anim_time*90*1.5-33*4+120)*8", 0] + }, + "tail_right4": { + "rotation": ["-math.sin(q.anim_time*90*3-33*8+120)*8", "math.sin(q.anim_time*90*1.5-33*3+120)*8", 0] + }, + "tail_right5": { + "rotation": ["-math.sin(q.anim_time*90*3-33*9+120)*10", "-math.sin(q.anim_time*90*1.5-33*2+120)*10", 0] + }, + "tail_right6": { + "rotation": ["-math.sin(q.anim_time*90*3-33*9+120)*6", "-math.sin(q.anim_time*90*1.5-33*2+120)*10", 0] + } + } + }, + "animation.tauros.render": { + "loop": true, + "bones": { + "torso": { + "rotation": [5, 0, 0] + }, + "head_angle": { + "rotation": [7.5, 0, 0] + }, + "tail": { + "rotation": [47.5, 0, 0] + }, + "tail2": { + "rotation": [10.15375, 12.42297, 0.88796] + }, + "tail3": { + "rotation": [-5.03364, 9.99043, -0.22117] + }, + "tail4": { + "rotation": [0, 7.5, 0] + }, + "tail5": { + "rotation": [17.5, -5, -5] + }, + "leg_front_right": { + "rotation": [-7.5, 0, 0] + }, + "leg_front_right2": { + "rotation": [22.5, 0, 0] + }, + "leg_front_right3": { + "rotation": [22.5, 0, 0] + }, + "leg_front_left2": { + "rotation": [-7.5, 0, 0] + }, + "leg_front_left3": { + "rotation": [7.5, 0, 0] + }, + "leg_back_right2": { + "rotation": [-10, 0, 0] + }, + "leg_back_right3": { + "rotation": [10, 0, 0] + }, + "tail_left": { + "rotation": [-5, 0, 0] + }, + "tail_left2": { + "rotation": [17.61435, 9.91358, -6.18155] + }, + "tail_left3": { + "rotation": [12.92638, 14.63639, 3.31914] + }, + "tail_left4": { + "rotation": [0, 37.5, 0] + }, + "tail_left5": { + "rotation": [0, 52.5, 0] + }, + "tail_right": { + "rotation": [28.49002, 17.28889, 10.8585] + }, + "tail_right2": { + "rotation": [-2.61298, -9.65594, 15.22074] + }, + "tail_right3": { + "rotation": [0, -15, 0] + }, + "tail_right4": { + "rotation": [0, -27.5, 0] + }, + "tail_right5": { + "rotation": [0, -17.5, 0] + } + } + }, + "animation.tauros.cry": { + "animation_length": 2.125, + "bones": { + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [3, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0.41, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [2.54, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-25.0209, 2.26564, -1.0571], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-28.97053, 1.96592, -0.90958], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-27.05903, 1.51496, -0.69057], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-29.04105, 1.01977, -0.45016], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-28.03083, -0.29418, 0.18797], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-29.39821, -3.12415, 1.55957], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-9.4956, -1.78923, 0.88879], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [2, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.5417": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_front_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": [0, 0, 0], + "1.7917": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": [0, 0, 0], + "1.7917": [0, 0, 0] + } + }, + "leg_front_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [55, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": [0, 0, 0], + "1.7917": [0, 0, 0] + } + }, + "leg_front_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": [0, 0, 0], + "1.7917": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, -1, 1.25], + "lerp_mode": "catmullrom" + }, + "0.5417": [0, 0, 0], + "1.7917": [0, 0, 0] + } + }, + "leg_front_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [28, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": [0, 0, 0], + "1.7917": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5417": [0, 0, 0], + "1.7917": [0, 0, 0] + } + }, + "leg_front_left3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-0.00259, -0.29316, -0.18789], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "position": { + "0.0": [0, 0, 0], + "0.5833": [0, 0, 0], + "0.625": [0, -0.4, 0], + "0.6667": [0, 0, 0], + "0.7083": [0, -0.1, 0], + "0.75": [0, 0, 0], + "0.7917": [0, -0.1, 0], + "0.8333": [0, 0, 0] + } + } + }, + "sound_effects": { + "0.625": { + "effect": "pokemon.tauros.cry" + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/tauros/tauros_blaze.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/tauros/tauros_blaze.animation.json new file mode 100644 index 0000000..526edca --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/tauros/tauros_blaze.animation.json @@ -0,0 +1,797 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.tauros.ground_walk": { + "loop": true, + "bones": { + "body": { + "rotation": [0, 0, "math.clamp(math.sin(q.anim_time*90*4-90)*1,-0.8,0.8)+math.sin(q.anim_time*90*4-180)*1"], + "position": [0, "-1.75+math.clamp(math.sin(q.anim_time*90*4)*1.1,0.5,1)+math.clamp(math.sin(q.anim_time*90*4+180)*1.1,0.5,1)", 0] + }, + "torso": { + "rotation": ["math.sin(q.anim_time*90*4-90)*0.5+0.5", 0, 0] + }, + "head": { + "rotation": [ + "-math.sin(q.anim_time*90*4-90)*0.5+math.sin(q.anim_time*90*4*2-45)*1", + 0, + "-math.clamp(math.sin(q.anim_time*90*4-90)*1,-0.8,0.8)-math.sin(q.anim_time*90*4-180)*1" + ], + "position": ["math.sin(q.anim_time*90*4-45)*0.1", "math.sin(-q.anim_time*90*4*2-45)*0.1", 0] + }, + "mane_top": { + "rotation": ["math.sin(q.anim_time*90*8+90)*4-4", 0, 0] + }, + "mane_bottom": { + "rotation": ["-math.sin(q.anim_time*90*8+90)*4-4", 0, 0] + }, + "tail": { + "relative_to": { + "rotation": "entity" + }, + "rotation": ["-math.sin(q.anim_time*90*3-33*5-120)*10-2.5", "0-math.sin(q.anim_time*90*1.5-33*5-120)*4", 0] + }, + "tail2": { + "relative_to": { + "rotation": "entity" + }, + "rotation": ["25-math.sin(q.anim_time*90*3-33*6-120)*8", "0+math.sin(q.anim_time*90*1.5-33*6-120)*6", 0], + "position": [0, -0.1, -1.1] + }, + "tail3": { + "relative_to": { + "rotation": "entity" + }, + "rotation": ["2.5-math.sin(q.anim_time*90*3-33*7-120)*8", "0+math.sin(q.anim_time*90*1.5-33*4-120)*8", 0], + "position": [0, 0, -0.1] + }, + "tail4": { + "rotation": ["-45-math.sin(q.anim_time*90*3-33*8-120)*8", "0+math.sin(q.anim_time*90*1.5-33*3-120)*8", 0] + }, + "tail5": { + "rotation": ["-math.sin(q.anim_time*90*3-33*9-120)*10", "-math.sin(q.anim_time*90*1.5-33*2-120)*10", 0] + }, + "leg_front_right": { + "rotation": [ + "20-math.clamp(20*(math.sin(q.anim_time*90*4-90+33+180)*1+1),-0,60)", + 0, + "math.clamp(math.sin(q.anim_time*90*4-90+180)*1,-0.8,0.8)+math.sin(q.anim_time*90*4-180*0)*1" + ], + "position": [ + 0, + "0.8*(math.clamp(math.sin(q.anim_time*90*4-155+180)*1.6,1,1.6)-0.2)+0.5*(math.clamp(math.sin(q.anim_time*90*4-75+180)*1.8,1,1.8)-1)-0.2*(math.clamp(math.sin(q.anim_time*90*4+180)*1.4,1,1.4)+1)-math.clamp(math.sin(q.anim_time*90*4)*1,0,0.75)", + 0 + ] + }, + "leg_front_right2": { + "rotation": [ + "math.clamp(math.sin(q.anim_time*90*4-180*1+33)*40,0,40)+(math.clamp(math.sin(q.anim_time*90*2-90*3)*1,0.5,1)*1-0.5)*30+(math.clamp(math.sin(q.anim_time*90*2-90*1)*1,0.5,1)*1-0.5)*30", + 0, + 0 + ] + }, + "leg_front_right3": { + "rotation": ["-20+math.clamp(10*(math.sin(q.anim_time*90*4-90-180*1)*1+1),-0,60)+math.clamp(math.sin(q.anim_time*90*4-180*1+10)*30,-2.5,30)", 0, 0], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4-120+180)*1.1,0.9,1)-0.9+math.clamp(math.sin(q.anim_time*90*2-130+90)*1.3,0.9,1)-0.9", 0] + }, + "leg_front_left": { + "rotation": [ + "20-math.clamp(20*(math.sin(q.anim_time*90*4-90+33)*1+1),-0,60)", + 0, + "-math.clamp(math.sin(q.anim_time*90*4-90)*1,-0.8,0.8)-math.sin(q.anim_time*90*4-180)*1" + ], + "position": [ + 0, + "0.8*(math.clamp(math.sin(q.anim_time*90*4-155)*1.6,1,1.6)-0.2)+0.5*(math.clamp(math.sin(q.anim_time*90*4-75)*1.8,1,1.8)-1)-0.2*(math.clamp(math.sin(q.anim_time*90*4)*1.4,1,1.4)+1)-math.clamp(math.sin(q.anim_time*90*4-180)*1,0,0.75)", + 0 + ] + }, + "leg_front_left2": { + "rotation": [ + "math.clamp(math.sin(q.anim_time*90*4-180*0+33)*40,0,40)+(math.clamp(math.sin(q.anim_time*90*2-90*0)*1,0.5,1)*1-0.5)*30+(math.clamp(math.sin(q.anim_time*90*2-90*2)*1,0.5,1)*1-0.5)*30", + 0, + 0 + ] + }, + "leg_front_left3": { + "rotation": ["-20+math.clamp(10*(math.sin(q.anim_time*90*4-90-180*0)*1+1),-0,60)+math.clamp(math.sin(q.anim_time*90*4-180*0+10)*30,-5,30)", 0, 0], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4-120)*1.1,0.9,1)-0.9+math.clamp(math.sin(q.anim_time*90*2-130)*1.3,0.9,1)-0.9", 0] + }, + "leg_back_right": { + "rotation": [ + "-20+math.clamp(15*(math.sin(q.anim_time*90*4-90+180)*1+1),-0,60)", + 0, + "math.clamp(math.sin(q.anim_time*90*4-90+180)*1,-0.8,0.8)+math.sin(q.anim_time*90*4-180*0)*1" + ], + "position": [ + 0, + "-math.clamp(-math.sin(q.anim_time*90*4+90+180*1)*0.01,0,0.01)+math.clamp(-math.sin(q.anim_time*90*4+20+180*1)*1,0.4,1)-0.4+math.clamp(math.sin(q.anim_time*90*4-130+180*1)*1.5,0.4,0.6)-0.3+(math.clamp(-math.sin(q.anim_time*90*2+70+180*1)*1,0.5,1)-0.5)*0.5+(math.clamp(-math.sin(q.anim_time*90*2+70+180*0)*1,0.5,1)+0.5)*0.5", + 0 + ] + }, + "leg_back_right2": { + "rotation": [ + "math.clamp(math.sin(q.anim_time*90*4+180)*10,0,10)-math.clamp(math.sin(q.anim_time*90*4-95+180)*10,0,45)-math.clamp(math.sin(q.anim_time*90*4+180*0)*10,0,45)", + 0, + 0 + ], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4-130+180)*1,0.5,1)-math.clamp(math.sin(q.anim_time*90*4-40+180)*1,0.75,1)+0.25", 0] + }, + "leg_back_right3": { + "rotation": [ + "-math.clamp(math.sin(q.anim_time*90*4+180*1)*10,0,10)+math.clamp(math.sin(q.anim_time*90*4+10+180*0)*25,0,45)-(-20+math.clamp(11*(math.sin(q.anim_time*90*4-90+180*1)*1+1),-0,60))+math.clamp(math.sin(q.anim_time*90*4-130+180*1)*00,50,100)-50", + 0, + 0 + ], + "position": [0, "(math.clamp(math.sin(q.anim_time*90*4-110+180*0)*1,0.5,1)-0.5)*0.7", 0] + }, + "leg_back_left": { + "rotation": [ + "-20+math.clamp(15*(math.sin(q.anim_time*90*4-90)*1+1),-0,60)", + 0, + "-math.clamp(math.sin(q.anim_time*90*4-90)*1,-0.8,0.8)-math.sin(q.anim_time*90*4-180)*1" + ], + "position": [ + 0, + "-math.clamp(-math.sin(q.anim_time*90*4+90+180*0)*0.01,0,0.01)+math.clamp(-math.sin(q.anim_time*90*4+20+180*0)*1,0.4,1)-0.4+math.clamp(math.sin(q.anim_time*90*4-130+180*0)*1.5,0.4,0.6)-0.3+(math.clamp(-math.sin(q.anim_time*90*2+70+180*0)*1,0.5,1)-0.5)*0.5+(math.clamp(-math.sin(q.anim_time*90*2+70+180*1)*1,0.5,1)+0)*0.5", + 0 + ] + }, + "leg_back_left2": { + "rotation": [ + "math.clamp(math.sin(q.anim_time*90*4)*10,0,10)-math.clamp(math.sin(q.anim_time*90*4-95)*10,0,45)-math.clamp(math.sin(q.anim_time*90*4+180)*10,0,45)", + 0, + 0 + ], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4-130)*1,0.5,1)-math.clamp(math.sin(q.anim_time*90*4-40)*1,0.75,1)+0.25", 0] + }, + "leg_back_left3": { + "rotation": [ + "-math.clamp(math.sin(q.anim_time*90*4+180*0)*10,0,10)+math.clamp(math.sin(q.anim_time*90*4+10+180*1)*25,0,45)-(-20+math.clamp(11*(math.sin(q.anim_time*90*4-90+180*0)*1+1),-0,60))+math.clamp(math.sin(q.anim_time*90*4-130+180*0)*00,50,100)-50", + 0, + 0 + ], + "position": [0, "(math.clamp(math.sin(q.anim_time*90*4-110+180)*1,0.5,1)-0.5)*0.7", 0] + }, + "tail6": { + "rotation": ["-math.sin(q.anim_time*90*3-33*9+120)*6", "-math.sin(q.anim_time*90*1.5-33*2+120)*10", 0] + }, + "tail7": { + "rotation": ["-math.sin(q.anim_time*90*3-33*5-120)*10-2.7505", "9.0354-math.sin(q.anim_time*90*1.5-33*5-120)*4", -4.29685] + }, + "tail10": { + "rotation": ["-math.sin(q.anim_time*90*3-33*5-120)*10+18.2495", "9.0354-math.sin(q.anim_time*90*1.5-33*5-120)*4", -4.29685], + "position": [0, -0.2, 0] + } + } + }, + "animation.tauros.ground_idle": { + "loop": true, + "animation_length": 1, + "bones": { + "torso": { + "rotation": { + "0.0": [2.5, 0, 0], + "0.5": [7.5, 0, 0], + "1.0": [2.5, 0, 0] + } + }, + "head_angle": { + "rotation": { + "0.0": [12.5, 0, 0], + "0.5": [0, 0, 0], + "1.0": [12.5, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [20, 0, 0], + "1.0": [20, 0, 0] + } + }, + "tail3": { + "rotation": { + "0.0": [7.5, 0, 0], + "0.5": [-7.5, 0, 0], + "1.0": [7.5, 0, 0] + } + }, + "tail5": { + "rotation": { + "0.0": [37.5, 0, 0], + "0.375": [2.5, 0, 0], + "1.0": [37.5, 0, 0] + } + }, + "leg_front_right": { + "rotation": { + "0.0": [0, 0, 7.5], + "0.5": [0, 0, 0], + "1.0": [0, 0, 7.5] + } + }, + "leg_front_right2": { + "rotation": { + "0.0": [0, 0, -10], + "0.5": [0, 0, 0], + "1.0": [0, 0, -10] + } + }, + "leg_front_left": { + "rotation": { + "0.0": [2.47864, 0.32621, -7.49294], + "0.5": [2.49762, 0.10901, -2.49762], + "1.0": [2.47864, 0.32621, -7.49294] + } + }, + "leg_front_left2": { + "rotation": [0, 0, 7.5] + }, + "leg_back_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [7.5, 0, 0], + "1.0": [0, 0, 0] + } + }, + "leg_back_right2": { + "rotation": { + "0.0": [-5, 0, 0], + "0.5": [-17.5, 0, 0], + "1.0": [-5, 0, 0] + } + }, + "leg_back_right3": { + "rotation": { + "0.0": [10, 0, 0], + "0.5": [32.5, 0, 0], + "1.0": [10, 0, 0] + } + }, + "leg_back_left": { + "rotation": { + "0.0": [-5, 0, 0], + "0.5": [2.51862, -0.00539, -0.30445], + "1.0": [-5, 0, 0] + } + }, + "leg_back_left2": { + "rotation": [-7.5, 0, 0] + }, + "leg_back_left3": { + "rotation": [27.5, 0, 0] + } + } + }, + "animation.tauros.blink": { + "animation_length": 0.1667, + "bones": { + "eyelid_right": { + "position": { + "0.0": [-0.1, 0, -0.1], + "0.125": [-0.1, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_left": { + "position": { + "0.0": [0.1, 0, -0.1], + "0.125": [0.1, 0, -0.1], + "0.1667": [0, 0, 0] + } + } + } + }, + "animation.tauros.cry": { + "animation_length": 2.125, + "bones": { + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [3, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0.41, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [2.54, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-25.0209, 2.26564, -1.0571], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-28.97053, 1.96592, -0.90958], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-27.05903, 1.51496, -0.69057], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-29.04105, 1.01977, -0.45016], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-28.03083, -0.29418, 0.18797], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-29.39821, -3.12415, 1.55957], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-9.4956, -1.78923, 0.88879], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [2, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.5417": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_front_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": [0, 0, 0], + "1.7917": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": [0, 0, 0], + "1.7917": [0, 0, 0] + } + }, + "leg_front_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [55, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": [0, 0, 0], + "1.7917": [0, 0, 0] + } + }, + "leg_front_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": [0, 0, 0], + "1.7917": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, -1, 1.25], + "lerp_mode": "catmullrom" + }, + "0.5417": [0, 0, 0], + "1.7917": [0, 0, 0] + } + }, + "leg_front_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [28, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": [0, 0, 0], + "1.7917": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5417": [0, 0, 0], + "1.7917": [0, 0, 0] + } + }, + "leg_front_left3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-0.00259, -0.29316, -0.18789], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "position": { + "0.0": [0, 0, 0], + "0.5833": [0, 0, 0], + "0.625": [0, -0.4, 0], + "0.6667": [0, 0, 0], + "0.7083": [0, -0.1, 0], + "0.75": [0, 0, 0], + "0.7917": [0, -0.1, 0], + "0.8333": [0, 0, 0] + } + } + }, + "sound_effects": { + "0.625": { + "effect": "pokemon.tauros.cry" + } + } + }, + "animation.tauros.ground_run": { + "loop": true, + "bones": { + "body": { + "rotation": ["-math.sin(q.anim_time*90*4*2+45)*6", 0, 0], + "position": [ + 0, + "-1.5+math.clamp(math.sin(q.anim_time*90*4)*1.1,0.4,1.1)+math.clamp(math.sin(q.anim_time*90*4+180)*1.1,0.4,1.1)", + "math.sin(q.anim_time*90*4*2-33)*1" + ] + }, + "torso": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "head": { + "rotation": ["math.sin(q.anim_time*90*4*2+45)*6+math.sin(q.anim_time*90*4*2-45)*4", 0, 0], + "position": ["math.sin(q.anim_time*90*4-45)*0.1", "math.sin(-q.anim_time*90*4*2-45)*0.1", 0] + }, + "mane_top": { + "rotation": ["-math.sin(q.anim_time*90*4*2-45)*20-5", 0, 0] + }, + "mane_bottom": { + "rotation": ["-math.sin(q.anim_time*90*4*2)*20+10", 0, 0] + }, + "tail_right": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*4+45)*10+5", "math.sin(q.anim_time*90*2-33*4)*1+5", 0] + }, + "tail_right2": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*5+45)*12", "-math.sin(q.anim_time*90*2-33*5)*2+5", 0] + }, + "tail_right3": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*6+45)*14", "-math.sin(q.anim_time*90*2-33*6)*3+2.5", 0] + }, + "tail_right4": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*7+45)*16", "-math.sin(q.anim_time*90*2-33*7)*3+5", 0] + }, + "tail_right5": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*8+45)*16", "-math.sin(q.anim_time*90*2-33*8)*6", 0] + }, + "tail": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*5+45)*10+5", "-math.sin(q.anim_time*90*4-33*6+45)*2", 0] + }, + "tail2": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*6+45)*12", "-math.sin(q.anim_time*90*4-33*7+45)*2", 0] + }, + "tail3": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*7+45)*14", "-math.sin(q.anim_time*90*4-33*8+45)*2", 0] + }, + "tail4": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*8+45)*16", "-math.sin(q.anim_time*90*4-33*9+45)*2", 0] + }, + "tail5": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*9+45)*16", "-math.sin(q.anim_time*90*4-33*10+45)*4", 0] + }, + "tail_left": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*3+45)*12+5", "-math.sin(q.anim_time*90*2-33*3+180)*1-5", 0] + }, + "tail_left2": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*4+45)*10", "math.sin(q.anim_time*90*2-33*4+180)*2-5", 0] + }, + "tail_left3": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*5+45)*14", "math.sin(q.anim_time*90*2-33*5+180)*3-2.5", 0] + }, + "tail_left4": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*6+45)*16", "math.sin(q.anim_time*90*2-33*6+180)*3-5", 0] + }, + "tail_left5": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*7+45)*16", "math.sin(q.anim_time*90*2-33*7+180)*6", 0] + }, + "leg_front_right": { + "rotation": ["15-math.clamp(30*(math.sin(q.anim_time*90*4*2-90)*1+1),-0,60)", 0, 0], + "position": [ + 0, + "0.8*(math.clamp(math.sin(q.anim_time*90*4*2-155)*1.6,1,1.6)-0.2)+0.5*(math.clamp(math.sin(q.anim_time*90*4*2-75)*1.8,1,1.8)-1)-0.2*(math.clamp(math.sin(q.anim_time*90*4*2)*1.4,1,1.4)+1)", + 0 + ] + }, + "leg_front_right2": { + "rotation": [ + "5+math.clamp(math.sin(q.anim_time*90*4*2-180*0)*50,-10,50)+(math.clamp(math.sin(q.anim_time*90*2*2-180*0)*1,0.6,1)*1-0.5)*50+(math.clamp(math.sin(q.anim_time*90*2*2-180*1)*1,0.6,1)*1-0.5)*50", + 0, + 0 + ] + }, + "leg_front_right3": { + "rotation": ["-12.5+math.clamp(30*(math.sin(q.anim_time*90*4*2-90-180*0)*1+1),-0,60)+math.clamp(math.sin(q.anim_time*90*4*2-180*0+10)*70,0,100)", 0, 0], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4*2-120)*1.1,0.9,1)-0.9+math.clamp(math.sin(q.anim_time*90*2*2-130)*1.3,0.9,1)-0.9", 0] + }, + "leg_front_left": { + "rotation": ["15-math.clamp(30*(math.sin(q.anim_time*90*4*2-90)*1+1),-0,60)", 0, 0], + "position": [ + 0, + "0.8*(math.clamp(math.sin(q.anim_time*90*4*2-155)*1.6,1,1.6)-0.2)+0.5*(math.clamp(math.sin(q.anim_time*90*4*2-75)*1.8,1,1.8)-1)-0.2*(math.clamp(math.sin(q.anim_time*90*4*2)*1.4,1,1.4)+1)", + 0 + ] + }, + "leg_front_left2": { + "rotation": [ + "5+math.clamp(math.sin(q.anim_time*90*4*2-180*0)*50,-10,50)+(math.clamp(math.sin(q.anim_time*90*2*2-180*0)*1,0.6,1)*1-0.5)*50+(math.clamp(math.sin(q.anim_time*90*2*2-180*1)*1,0.6,1)*1-0.5)*50", + 0, + 0 + ] + }, + "leg_front_left3": { + "rotation": ["-12.5+math.clamp(30*(math.sin(q.anim_time*90*4*2-90-180*0)*1+1),-0,60)+math.clamp(math.sin(q.anim_time*90*4*2-180*0+10)*70,0,100)", 0, 0], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4*2-120)*1.1,0.9,1)-0.9+math.clamp(math.sin(q.anim_time*90*2*2-130)*1.3,0.9,1)-0.9", 0] + }, + "leg_back_right": { + "rotation": ["-20+math.clamp(25*(math.sin(q.anim_time*90*4*2-90)*1+1),-0,48)+5*math.sin(q.anim_time*90*4*2-90)", 0, 0], + "position": [ + 0, + "-(math.clamp(-math.sin(q.anim_time*90*4*2+50)*1,0.5,1)-0.5)*0.5+(math.clamp(-math.sin(q.anim_time*90*2*2+70+180*0)*1,0.5,1)-0.5)*2+(math.clamp(-math.sin(q.anim_time*90*2*2+70+180*1)*1,0.5,1)-0.5)*2", + -0.1 + ] + }, + "leg_back_right2": { + "rotation": [ + "math.clamp(math.sin(q.anim_time*90*4*2)*10,0,10)+math.clamp(math.sin(q.anim_time*90*4*2-95)*20,0,45)-math.clamp(math.sin(q.anim_time*90*4*2+180)*50,0,45)", + 0, + 0 + ], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4-130)*1,0.5,1)-math.clamp(math.sin(q.anim_time*90*4-40)*1,0.75,1)+0.25", 0] + }, + "leg_back_right3": { + "rotation": [ + "-math.clamp(math.sin(q.anim_time*90*4*2+180*0)*10,0,10)+math.clamp(math.sin(q.anim_time*90*4*2+10+180*1)*25,0,45)-(-20+math.clamp(11*(math.sin(q.anim_time*90*4*2-90+180*0)*1+1),-0,60))+math.clamp(math.sin(q.anim_time*90*4*2-130+180*0)*00,50,100)-50", + 0, + 0 + ], + "position": [0, "(math.clamp(math.sin(q.anim_time*90*4-110+180)*1,0.5,1)-0.5)*0.7", 0] + }, + "leg_back_left": { + "rotation": ["-20+math.clamp(25*(math.sin(q.anim_time*90*4*2-90)*1+1),-0,48)+5*math.sin(q.anim_time*90*4*2-90)", 0, 0], + "position": [ + 0, + "-(math.clamp(-math.sin(q.anim_time*90*4*2+50)*1,0.5,1)-0.5)*0.5+(math.clamp(-math.sin(q.anim_time*90*2*2+70+180*0)*1,0.5,1)-0.5)*2+(math.clamp(-math.sin(q.anim_time*90*2*2+70+180*1)*1,0.5,1)-0.5)*2", + -0.1 + ] + }, + "leg_back_left2": { + "rotation": [ + "math.clamp(math.sin(q.anim_time*90*4*2)*10,0,10)+math.clamp(math.sin(q.anim_time*90*4*2-95)*20,0,45)-math.clamp(math.sin(q.anim_time*90*4*2+180)*50,0,45)", + 0, + 0 + ], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4-130)*1,0.5,1)-math.clamp(math.sin(q.anim_time*90*4-40)*1,0.75,1)+0.25", 0] + }, + "leg_back_left3": { + "rotation": [ + "-math.clamp(math.sin(q.anim_time*90*4*2+180*0)*10,0,10)+math.clamp(math.sin(q.anim_time*90*4*2+10+180*1)*25,0,45)-(-20+math.clamp(11*(math.sin(q.anim_time*90*4*2-90+180*0)*1+1),-0,60))+math.clamp(math.sin(q.anim_time*90*4*2-130+180*0)*00,50,100)-50", + 0, + 0 + ], + "position": [0, "(math.clamp(math.sin(q.anim_time*90*4-110+180)*1,0.5,1)-0.5)*0.7", 0] + }, + "head_angle": { + "rotation": [15, 0, 0] + }, + "tail_right6": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*8+45)*14", "-math.sin(q.anim_time*90*2-33*8)*10", 0] + }, + "tail6": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*9+45)*14", "-math.sin(q.anim_time*90*4-33*10+45)*6", 0] + }, + "tail_left6": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*7+45)*14", "math.sin(q.anim_time*90*2-33*7+180)*10", 0] + } + } + }, + "animation.tauros.render": { + "loop": true, + "bones": { + "torso": { + "rotation": [5, 0, 0] + }, + "head_angle": { + "rotation": [7.5, 0, 0] + }, + "tail_right": { + "rotation": [28.49002, 17.28889, 10.8585] + }, + "tail_right2": { + "rotation": [-2.61298, -9.65594, 15.22074] + }, + "tail_right3": { + "rotation": [0, -15, 0] + }, + "tail_right4": { + "rotation": [0, -27.5, 0] + }, + "tail_right5": { + "rotation": [0, -17.5, 0] + }, + "tail": { + "rotation": [47.5, 0, 0] + }, + "tail2": { + "rotation": [10.15375, 12.42297, 0.88796] + }, + "tail3": { + "rotation": [-5.03364, 9.99043, -0.22117] + }, + "tail4": { + "rotation": [0, 7.5, 0] + }, + "tail5": { + "rotation": [17.5, -5, -5] + }, + "tail_left": { + "rotation": [-5, 0, 0] + }, + "tail_left2": { + "rotation": [17.61435, 9.91358, -6.18155] + }, + "tail_left3": { + "rotation": [12.92638, 14.63639, 3.31914] + }, + "tail_left4": { + "rotation": [0, 37.5, 0] + }, + "tail_left5": { + "rotation": [0, 52.5, 0] + }, + "leg_front_right": { + "rotation": [-7.5, 0, 0] + }, + "leg_front_right2": { + "rotation": [22.5, 0, 0] + }, + "leg_front_right3": { + "rotation": [22.5, 0, 0] + }, + "leg_front_left2": { + "rotation": [-7.5, 0, 0] + }, + "leg_front_left3": { + "rotation": [7.5, 0, 0] + }, + "leg_back_right2": { + "rotation": [-10, 0, 0] + }, + "leg_back_right3": { + "rotation": [10, 0, 0] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/tauros/tauros_combat.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/tauros/tauros_combat.animation.json new file mode 100644 index 0000000..49750ce --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/tauros/tauros_combat.animation.json @@ -0,0 +1,844 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.tauros.ground_walk": { + "loop": true, + "bones": { + "body": { + "rotation": [0, 0, "math.clamp(math.sin(q.anim_time*90*4-90)*1,-0.8,0.8)+math.sin(q.anim_time*90*4-180)*1"], + "position": [0, "-1.75+math.clamp(math.sin(q.anim_time*90*4)*1.1,0.5,1)+math.clamp(math.sin(q.anim_time*90*4+180)*1.1,0.5,1)", 0] + }, + "torso": { + "rotation": ["math.sin(q.anim_time*90*4-90)*0.5+0.5", 0, 0] + }, + "head": { + "rotation": [ + "-math.sin(q.anim_time*90*4-90)*0.5+math.sin(q.anim_time*90*4*2-45)*1", + 0, + "-math.clamp(math.sin(q.anim_time*90*4-90)*1,-0.8,0.8)-math.sin(q.anim_time*90*4-180)*1" + ], + "position": ["math.sin(q.anim_time*90*4-45)*0.1", "math.sin(-q.anim_time*90*4*2-45)*0.1", 0] + }, + "mane_top": { + "rotation": ["math.sin(q.anim_time*90*8+90)*4-4", 0, 0] + }, + "mane_bottom": { + "rotation": ["-math.sin(q.anim_time*90*8+90)*4-4", 0, 0] + }, + "tail_right": { + "rotation": ["-math.sin(q.anim_time*90*3-33*5+120)*10+5", "-math.sin(q.anim_time*90*1.5-33*5+120)*4", 0] + }, + "tail_right2": { + "rotation": ["-math.sin(q.anim_time*90*3-33*6+120)*8", "math.sin(q.anim_time*90*1.5-33*6+120)*6", 0] + }, + "tail_right3": { + "rotation": ["-math.sin(q.anim_time*90*3-33*7+120)*8", "math.sin(q.anim_time*90*1.5-33*4+120)*8", 0] + }, + "tail_right4": { + "rotation": ["-math.sin(q.anim_time*90*3-33*8+120)*8", "math.sin(q.anim_time*90*1.5-33*3+120)*8", 0] + }, + "tail_right5": { + "rotation": ["-math.sin(q.anim_time*90*3-33*9+120)*10", "-math.sin(q.anim_time*90*1.5-33*2+120)*10", 0] + }, + "tail": { + "rotation": ["-math.sin(q.anim_time*90*3-33*5-120)*10+5", "-math.sin(q.anim_time*90*1.5-33*5-120)*4", 0] + }, + "tail2": { + "rotation": ["-math.sin(q.anim_time*90*3-33*6-120)*8", "math.sin(q.anim_time*90*1.5-33*6-120)*6", 0] + }, + "tail3": { + "rotation": ["-math.sin(q.anim_time*90*3-33*7-120)*8", "math.sin(q.anim_time*90*1.5-33*4-120)*8", 0] + }, + "tail4": { + "rotation": ["-math.sin(q.anim_time*90*3-33*8-120)*8", "math.sin(q.anim_time*90*1.5-33*3-120)*8", 0] + }, + "tail5": { + "rotation": ["-math.sin(q.anim_time*90*3-33*9-120)*10", "-math.sin(q.anim_time*90*1.5-33*2-120)*10", 0] + }, + "tail_left": { + "rotation": ["-math.sin(q.anim_time*90*3-33*5)*10+5", "-math.sin(q.anim_time*90*1.5-33*5)*4", 0] + }, + "tail_left2": { + "rotation": ["-math.sin(q.anim_time*90*3-33*6)*8", "math.sin(q.anim_time*90*1.5-33*6)*6", 0] + }, + "tail_left3": { + "rotation": ["-math.sin(q.anim_time*90*3-33*7)*8", "math.sin(q.anim_time*90*1.5-33*4)*8", 0] + }, + "tail_left4": { + "rotation": ["-math.sin(q.anim_time*90*3-33*8)*8", "math.sin(q.anim_time*90*1.5-33*3)*8", 0] + }, + "tail_left5": { + "rotation": ["-math.sin(q.anim_time*90*3-33*9)*10", "-math.sin(q.anim_time*90*1.5-33*2)*10", 0] + }, + "leg_front_right": { + "rotation": [ + "20-math.clamp(20*(math.sin(q.anim_time*90*4-90+33+180)*1+1),-0,60)", + 0, + "math.clamp(math.sin(q.anim_time*90*4-90+180)*1,-0.8,0.8)+math.sin(q.anim_time*90*4-180*0)*1" + ], + "position": [ + 0, + "0.8*(math.clamp(math.sin(q.anim_time*90*4-155+180)*1.6,1,1.6)-0.2)+0.5*(math.clamp(math.sin(q.anim_time*90*4-75+180)*1.8,1,1.8)-1)-0.2*(math.clamp(math.sin(q.anim_time*90*4+180)*1.4,1,1.4)+1)-math.clamp(math.sin(q.anim_time*90*4)*1,0,0.75)", + 0 + ] + }, + "leg_front_right2": { + "rotation": [ + "math.clamp(math.sin(q.anim_time*90*4-180*1+33)*40,0,40)+(math.clamp(math.sin(q.anim_time*90*2-90*3)*1,0.5,1)*1-0.5)*30+(math.clamp(math.sin(q.anim_time*90*2-90*1)*1,0.5,1)*1-0.5)*30", + 0, + 0 + ] + }, + "leg_front_right3": { + "rotation": ["-20+math.clamp(10*(math.sin(q.anim_time*90*4-90-180*1)*1+1),-0,60)+math.clamp(math.sin(q.anim_time*90*4-180*1+10)*30,-2.5,30)", 0, 0], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4-120+180)*1.1,0.9,1)-0.9+math.clamp(math.sin(q.anim_time*90*2-130+90)*1.3,0.9,1)-0.9", 0] + }, + "leg_front_left": { + "rotation": [ + "20-math.clamp(20*(math.sin(q.anim_time*90*4-90+33)*1+1),-0,60)", + 0, + "-math.clamp(math.sin(q.anim_time*90*4-90)*1,-0.8,0.8)-math.sin(q.anim_time*90*4-180)*1" + ], + "position": [ + 0, + "0.8*(math.clamp(math.sin(q.anim_time*90*4-155)*1.6,1,1.6)-0.2)+0.5*(math.clamp(math.sin(q.anim_time*90*4-75)*1.8,1,1.8)-1)-0.2*(math.clamp(math.sin(q.anim_time*90*4)*1.4,1,1.4)+1)-math.clamp(math.sin(q.anim_time*90*4-180)*1,0,0.75)", + 0 + ] + }, + "leg_front_left2": { + "rotation": [ + "math.clamp(math.sin(q.anim_time*90*4-180*0+33)*40,0,40)+(math.clamp(math.sin(q.anim_time*90*2-90*0)*1,0.5,1)*1-0.5)*30+(math.clamp(math.sin(q.anim_time*90*2-90*2)*1,0.5,1)*1-0.5)*30", + 0, + 0 + ] + }, + "leg_front_left3": { + "rotation": ["-20+math.clamp(10*(math.sin(q.anim_time*90*4-90-180*0)*1+1),-0,60)+math.clamp(math.sin(q.anim_time*90*4-180*0+10)*30,-5,30)", 0, 0], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4-120)*1.1,0.9,1)-0.9+math.clamp(math.sin(q.anim_time*90*2-130)*1.3,0.9,1)-0.9", 0] + }, + "leg_back_right": { + "rotation": [ + "-20+math.clamp(15*(math.sin(q.anim_time*90*4-90+180)*1+1),-0,60)", + 0, + "math.clamp(math.sin(q.anim_time*90*4-90+180)*1,-0.8,0.8)+math.sin(q.anim_time*90*4-180*0)*1" + ], + "position": [ + 0, + "-math.clamp(-math.sin(q.anim_time*90*4+90+180*1)*0.01,0,0.01)+math.clamp(-math.sin(q.anim_time*90*4+20+180*1)*1,0.4,1)-0.4+math.clamp(math.sin(q.anim_time*90*4-130+180*1)*1.5,0.4,0.6)-0.3+(math.clamp(-math.sin(q.anim_time*90*2+70+180*1)*1,0.5,1)-0.5)*0.5+(math.clamp(-math.sin(q.anim_time*90*2+70+180*0)*1,0.5,1)+0.5)*0.5", + 0 + ] + }, + "leg_back_right2": { + "rotation": [ + "math.clamp(math.sin(q.anim_time*90*4+180)*10,0,10)-math.clamp(math.sin(q.anim_time*90*4-95+180)*10,0,45)-math.clamp(math.sin(q.anim_time*90*4+180*0)*10,0,45)", + 0, + 0 + ], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4-130+180)*1,0.5,1)-math.clamp(math.sin(q.anim_time*90*4-40+180)*1,0.75,1)+0.25", 0] + }, + "leg_back_right3": { + "rotation": [ + "-math.clamp(math.sin(q.anim_time*90*4+180*1)*10,0,10)+math.clamp(math.sin(q.anim_time*90*4+10+180*0)*25,0,45)-(-20+math.clamp(11*(math.sin(q.anim_time*90*4-90+180*1)*1+1),-0,60))+math.clamp(math.sin(q.anim_time*90*4-130+180*1)*00,50,100)-50", + 0, + 0 + ], + "position": [0, "(math.clamp(math.sin(q.anim_time*90*4-110+180*0)*1,0.5,1)-0.5)*0.7", 0] + }, + "leg_back_left": { + "rotation": [ + "-20+math.clamp(15*(math.sin(q.anim_time*90*4-90)*1+1),-0,60)", + 0, + "-math.clamp(math.sin(q.anim_time*90*4-90)*1,-0.8,0.8)-math.sin(q.anim_time*90*4-180)*1" + ], + "position": [ + 0, + "-math.clamp(-math.sin(q.anim_time*90*4+90+180*0)*0.01,0,0.01)+math.clamp(-math.sin(q.anim_time*90*4+20+180*0)*1,0.4,1)-0.4+math.clamp(math.sin(q.anim_time*90*4-130+180*0)*1.5,0.4,0.6)-0.3+(math.clamp(-math.sin(q.anim_time*90*2+70+180*0)*1,0.5,1)-0.5)*0.5+(math.clamp(-math.sin(q.anim_time*90*2+70+180*1)*1,0.5,1)+0)*0.5", + 0 + ] + }, + "leg_back_left2": { + "rotation": [ + "math.clamp(math.sin(q.anim_time*90*4)*10,0,10)-math.clamp(math.sin(q.anim_time*90*4-95)*10,0,45)-math.clamp(math.sin(q.anim_time*90*4+180)*10,0,45)", + 0, + 0 + ], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4-130)*1,0.5,1)-math.clamp(math.sin(q.anim_time*90*4-40)*1,0.75,1)+0.25", 0] + }, + "leg_back_left3": { + "rotation": [ + "-math.clamp(math.sin(q.anim_time*90*4+180*0)*10,0,10)+math.clamp(math.sin(q.anim_time*90*4+10+180*1)*25,0,45)-(-20+math.clamp(11*(math.sin(q.anim_time*90*4-90+180*0)*1+1),-0,60))+math.clamp(math.sin(q.anim_time*90*4-130+180*0)*00,50,100)-50", + 0, + 0 + ], + "position": [0, "(math.clamp(math.sin(q.anim_time*90*4-110+180)*1,0.5,1)-0.5)*0.7", 0] + }, + "tail_right6": { + "rotation": ["-math.sin(q.anim_time*90*3-33*9+120)*6", "-math.sin(q.anim_time*90*1.5-33*2+120)*10", 0] + }, + "tail6": { + "rotation": ["-math.sin(q.anim_time*90*3-33*9+120)*6", "-math.sin(q.anim_time*90*1.5-33*2+120)*10", 0] + }, + "tail_left6": { + "rotation": ["-math.sin(q.anim_time*90*3-33*9)*6", "-math.sin(q.anim_time*90*1.5-33*2)*10", 0] + } + } + }, + "animation.tauros.ground_run": { + "loop": true, + "bones": { + "body": { + "rotation": ["-math.sin(q.anim_time*90*4*2+45)*6", 0, 0], + "position": [ + 0, + "-1.5+math.clamp(math.sin(q.anim_time*90*4)*1.1,0.4,1.1)+math.clamp(math.sin(q.anim_time*90*4+180)*1.1,0.4,1.1)", + "math.sin(q.anim_time*90*4*2-33)*1" + ] + }, + "torso": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "head": { + "rotation": ["math.sin(q.anim_time*90*4*2+45)*6+math.sin(q.anim_time*90*4*2-45)*4", 0, 0], + "position": ["math.sin(q.anim_time*90*4-45)*0.1", "math.sin(-q.anim_time*90*4*2-45)*0.1", 0] + }, + "mane_top": { + "rotation": ["-math.sin(q.anim_time*90*4*2-45)*20-5", 0, 0] + }, + "mane_bottom": { + "rotation": ["-math.sin(q.anim_time*90*4*2)*20+10", 0, 0] + }, + "tail_right": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*4+45)*10+5", "math.sin(q.anim_time*90*2-33*4)*1+5", 0] + }, + "tail_right2": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*5+45)*12", "-math.sin(q.anim_time*90*2-33*5)*2+5", 0] + }, + "tail_right3": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*6+45)*14", "-math.sin(q.anim_time*90*2-33*6)*3+2.5", 0] + }, + "tail_right4": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*7+45)*16", "-math.sin(q.anim_time*90*2-33*7)*3+5", 0] + }, + "tail_right5": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*8+45)*16", "-math.sin(q.anim_time*90*2-33*8)*6", 0] + }, + "tail": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*5+45)*10+5", "-math.sin(q.anim_time*90*4-33*6+45)*2", 0] + }, + "tail2": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*6+45)*12", "-math.sin(q.anim_time*90*4-33*7+45)*2", 0] + }, + "tail3": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*7+45)*14", "-math.sin(q.anim_time*90*4-33*8+45)*2", 0] + }, + "tail4": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*8+45)*16", "-math.sin(q.anim_time*90*4-33*9+45)*2", 0] + }, + "tail5": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*9+45)*16", "-math.sin(q.anim_time*90*4-33*10+45)*4", 0] + }, + "tail_left": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*3+45)*12+5", "-math.sin(q.anim_time*90*2-33*3+180)*1-5", 0] + }, + "tail_left2": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*4+45)*10", "math.sin(q.anim_time*90*2-33*4+180)*2-5", 0] + }, + "tail_left3": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*5+45)*14", "math.sin(q.anim_time*90*2-33*5+180)*3-2.5", 0] + }, + "tail_left4": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*6+45)*16", "math.sin(q.anim_time*90*2-33*6+180)*3-5", 0] + }, + "tail_left5": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*7+45)*16", "math.sin(q.anim_time*90*2-33*7+180)*6", 0] + }, + "leg_front_right": { + "rotation": ["15-math.clamp(30*(math.sin(q.anim_time*90*4*2-90)*1+1),-0,60)", 0, 0], + "position": [ + 0, + "0.8*(math.clamp(math.sin(q.anim_time*90*4*2-155)*1.6,1,1.6)-0.2)+0.5*(math.clamp(math.sin(q.anim_time*90*4*2-75)*1.8,1,1.8)-1)-0.2*(math.clamp(math.sin(q.anim_time*90*4*2)*1.4,1,1.4)+1)", + 0 + ] + }, + "leg_front_right2": { + "rotation": [ + "5+math.clamp(math.sin(q.anim_time*90*4*2-180*0)*50,-10,50)+(math.clamp(math.sin(q.anim_time*90*2*2-180*0)*1,0.6,1)*1-0.5)*50+(math.clamp(math.sin(q.anim_time*90*2*2-180*1)*1,0.6,1)*1-0.5)*50", + 0, + 0 + ] + }, + "leg_front_right3": { + "rotation": ["-12.5+math.clamp(30*(math.sin(q.anim_time*90*4*2-90-180*0)*1+1),-0,60)+math.clamp(math.sin(q.anim_time*90*4*2-180*0+10)*70,0,100)", 0, 0], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4*2-120)*1.1,0.9,1)-0.9+math.clamp(math.sin(q.anim_time*90*2*2-130)*1.3,0.9,1)-0.9", 0] + }, + "leg_front_left": { + "rotation": ["15-math.clamp(30*(math.sin(q.anim_time*90*4*2-90)*1+1),-0,60)", 0, 0], + "position": [ + 0, + "0.8*(math.clamp(math.sin(q.anim_time*90*4*2-155)*1.6,1,1.6)-0.2)+0.5*(math.clamp(math.sin(q.anim_time*90*4*2-75)*1.8,1,1.8)-1)-0.2*(math.clamp(math.sin(q.anim_time*90*4*2)*1.4,1,1.4)+1)", + 0 + ] + }, + "leg_front_left2": { + "rotation": [ + "5+math.clamp(math.sin(q.anim_time*90*4*2-180*0)*50,-10,50)+(math.clamp(math.sin(q.anim_time*90*2*2-180*0)*1,0.6,1)*1-0.5)*50+(math.clamp(math.sin(q.anim_time*90*2*2-180*1)*1,0.6,1)*1-0.5)*50", + 0, + 0 + ] + }, + "leg_front_left3": { + "rotation": ["-12.5+math.clamp(30*(math.sin(q.anim_time*90*4*2-90-180*0)*1+1),-0,60)+math.clamp(math.sin(q.anim_time*90*4*2-180*0+10)*70,0,100)", 0, 0], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4*2-120)*1.1,0.9,1)-0.9+math.clamp(math.sin(q.anim_time*90*2*2-130)*1.3,0.9,1)-0.9", 0] + }, + "leg_back_right": { + "rotation": ["-20+math.clamp(25*(math.sin(q.anim_time*90*4*2-90)*1+1),-0,48)+5*math.sin(q.anim_time*90*4*2-90)", 0, 0], + "position": [ + 0, + "-(math.clamp(-math.sin(q.anim_time*90*4*2+50)*1,0.5,1)-0.5)*0.5+(math.clamp(-math.sin(q.anim_time*90*2*2+70+180*0)*1,0.5,1)-0.5)*2+(math.clamp(-math.sin(q.anim_time*90*2*2+70+180*1)*1,0.5,1)-0.5)*2", + -0.1 + ] + }, + "leg_back_right2": { + "rotation": [ + "math.clamp(math.sin(q.anim_time*90*4*2)*10,0,10)+math.clamp(math.sin(q.anim_time*90*4*2-95)*20,0,45)-math.clamp(math.sin(q.anim_time*90*4*2+180)*50,0,45)", + 0, + 0 + ], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4-130)*1,0.5,1)-math.clamp(math.sin(q.anim_time*90*4-40)*1,0.75,1)+0.25", 0] + }, + "leg_back_right3": { + "rotation": [ + "-math.clamp(math.sin(q.anim_time*90*4*2+180*0)*10,0,10)+math.clamp(math.sin(q.anim_time*90*4*2+10+180*1)*25,0,45)-(-20+math.clamp(11*(math.sin(q.anim_time*90*4*2-90+180*0)*1+1),-0,60))+math.clamp(math.sin(q.anim_time*90*4*2-130+180*0)*00,50,100)-50", + 0, + 0 + ], + "position": [0, "(math.clamp(math.sin(q.anim_time*90*4-110+180)*1,0.5,1)-0.5)*0.7", 0] + }, + "leg_back_left": { + "rotation": ["-20+math.clamp(25*(math.sin(q.anim_time*90*4*2-90)*1+1),-0,48)+5*math.sin(q.anim_time*90*4*2-90)", 0, 0], + "position": [ + 0, + "-(math.clamp(-math.sin(q.anim_time*90*4*2+50)*1,0.5,1)-0.5)*0.5+(math.clamp(-math.sin(q.anim_time*90*2*2+70+180*0)*1,0.5,1)-0.5)*2+(math.clamp(-math.sin(q.anim_time*90*2*2+70+180*1)*1,0.5,1)-0.5)*2", + -0.1 + ] + }, + "leg_back_left2": { + "rotation": [ + "math.clamp(math.sin(q.anim_time*90*4*2)*10,0,10)+math.clamp(math.sin(q.anim_time*90*4*2-95)*20,0,45)-math.clamp(math.sin(q.anim_time*90*4*2+180)*50,0,45)", + 0, + 0 + ], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4-130)*1,0.5,1)-math.clamp(math.sin(q.anim_time*90*4-40)*1,0.75,1)+0.25", 0] + }, + "leg_back_left3": { + "rotation": [ + "-math.clamp(math.sin(q.anim_time*90*4*2+180*0)*10,0,10)+math.clamp(math.sin(q.anim_time*90*4*2+10+180*1)*25,0,45)-(-20+math.clamp(11*(math.sin(q.anim_time*90*4*2-90+180*0)*1+1),-0,60))+math.clamp(math.sin(q.anim_time*90*4*2-130+180*0)*00,50,100)-50", + 0, + 0 + ], + "position": [0, "(math.clamp(math.sin(q.anim_time*90*4-110+180)*1,0.5,1)-0.5)*0.7", 0] + }, + "head_angle": { + "rotation": [15, 0, 0] + }, + "tail_right6": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*8+45)*14", "-math.sin(q.anim_time*90*2-33*8)*10", 0] + }, + "tail6": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*9+45)*14", "-math.sin(q.anim_time*90*4-33*10+45)*6", 0] + }, + "tail_left6": { + "rotation": ["-math.sin(q.anim_time*90*4*2-33*7+45)*14", "math.sin(q.anim_time*90*2-33*7+180)*10", 0] + } + } + }, + "animation.tauros.ground_idle": { + "loop": true, + "bones": { + "torso": { + "rotation": ["math.sin(q.anim_time*90*4-90)*0.5+1", "math.sin(q.anim_time*90*2+33*1)*1", 0], + "position": [0, "-math.sin(q.anim_time*90*4-45)*0.15", 0] + }, + "head": { + "rotation": ["math.sin(q.anim_time*90*4+45)*1", 0, 0] + }, + "head_correction": { + "rotation": ["-math.sin(q.anim_time*90*4-90)*0.5-1", 0, 0] + }, + "mane_top": { + "rotation": ["math.sin(q.anim_time*90*4-45)*4-4", 0, 0] + }, + "mane_bottom": { + "rotation": ["-math.sin(q.anim_time*90*4-45)*4-4", 0, 0] + }, + "tail_right": { + "rotation": ["-math.sin(q.anim_time*90*3-33*5+120)*10+5", "-math.sin(q.anim_time*90*1.5-33*5+120)*4", 0] + }, + "tail_right2": { + "rotation": ["-math.sin(q.anim_time*90*3-33*6+120)*8", "math.sin(q.anim_time*90*1.5-33*6+120)*6", 0] + }, + "tail_right3": { + "rotation": ["-math.sin(q.anim_time*90*3-33*7+120)*8", "math.sin(q.anim_time*90*1.5-33*4+120)*8", 0] + }, + "tail_right4": { + "rotation": ["-math.sin(q.anim_time*90*3-33*8+120)*8", "math.sin(q.anim_time*90*1.5-33*3+120)*8", 0] + }, + "tail_right5": { + "rotation": ["-math.sin(q.anim_time*90*3-33*9+120)*10", "-math.sin(q.anim_time*90*1.5-33*2+120)*10", 0] + }, + "tail": { + "rotation": ["-math.sin(q.anim_time*90*3-33*5-120)*10+5", "-math.sin(q.anim_time*90*1.5-33*5-120)*4", 0] + }, + "tail2": { + "rotation": ["-math.sin(q.anim_time*90*3-33*6-120)*8", "math.sin(q.anim_time*90*1.5-33*6-120)*6", 0] + }, + "tail3": { + "rotation": ["-math.sin(q.anim_time*90*3-33*7-120)*8", "math.sin(q.anim_time*90*1.5-33*4-120)*8", 0] + }, + "tail4": { + "rotation": ["-math.sin(q.anim_time*90*3-33*8-120)*8", "math.sin(q.anim_time*90*1.5-33*3-120)*8", 0] + }, + "tail5": { + "rotation": ["-math.sin(q.anim_time*90*3-33*9-120)*10", "-math.sin(q.anim_time*90*1.5-33*2-120)*10", 0] + }, + "tail_left": { + "rotation": ["-math.sin(q.anim_time*90*3-33*5)*10+5", "-math.sin(q.anim_time*90*1.5-33*5)*4", 0] + }, + "tail_left2": { + "rotation": ["-math.sin(q.anim_time*90*3-33*6)*8", "math.sin(q.anim_time*90*1.5-33*6)*6", 0] + }, + "tail_left3": { + "rotation": ["-math.sin(q.anim_time*90*3-33*7)*8", "math.sin(q.anim_time*90*1.5-33*4)*8", 0] + }, + "tail_left4": { + "rotation": ["-math.sin(q.anim_time*90*3-33*8)*8", "math.sin(q.anim_time*90*1.5-33*3)*8", 0] + }, + "tail_left5": { + "rotation": ["-math.sin(q.anim_time*90*3-33*9)*10", "-math.sin(q.anim_time*90*1.5-33*2)*10", 0] + }, + "leg_front_right": { + "rotation": ["-math.sin(q.anim_time*90*4-66)*3-3", 0, "-math.sin(q.anim_time*90*2+66)*0.5-math.sin(q.anim_time*90*2-45)*0.2"], + "position": [ + "-math.sin(q.anim_time*90*2+33*1)*0.2", + "-0.15-math.sin(q.anim_time*90*4-75)*0.14-math.sin(q.anim_time*90*4+15)*0.02", + "math.sin(q.anim_time*90*4-66)*0.13" + ] + }, + "leg_front_right2": { + "rotation": ["math.sin(q.anim_time*90*4-66)*5+5", 0, 0], + "position": ["-0.1*(math.sin(q.anim_time*90*2+33*6)*1+1)+0.1", 0, 0] + }, + "leg_front_right3": { + "rotation": ["-math.sin(q.anim_time*90*4-66)*2-2", 0, 0] + }, + "leg_front_left": { + "rotation": ["-math.sin(q.anim_time*90*4-66)*3-3", 0, "-math.sin(q.anim_time*90*2+66)*0.5-math.sin(q.anim_time*90*2-45)*0.2"], + "position": [ + "-math.sin(q.anim_time*90*2+33*1)*0.2", + "-0.15-math.sin(q.anim_time*90*4-75)*0.14-math.sin(q.anim_time*90*4+15)*0.02", + "math.sin(q.anim_time*90*4-66)*0.13" + ] + }, + "leg_front_left2": { + "rotation": ["math.sin(q.anim_time*90*4-66)*5+5", 0, 0], + "position": ["-0.1*(math.sin(q.anim_time*90*2+33*6)*1+1)+0.1", 0, 0] + }, + "leg_front_left3": { + "rotation": ["-math.sin(q.anim_time*90*4-66)*2-2", 0, 0] + }, + "leg_back_right": { + "rotation": ["math.sin(q.anim_time*90*4-90)*1+3", 0, 0], + "position": [0, "-math.sin(q.anim_time*90*4-75)*0.15-0.25-math.sin(q.anim_time*90*4+15)*0.04", "math.sin(q.anim_time*90*4+60)*0.02"] + }, + "leg_back_right2": { + "rotation": ["-math.sin(q.anim_time*90*4-90)*2-6.5", 0, 0], + "position": [0, "(math.sin(q.anim_time*90*4-33*1)*1+1)*0.1-0.1", 0] + }, + "leg_back_right3": { + "rotation": ["-3.5-1*(math.sin(q.anim_time*90*4-90)*1+1+math.sin(q.anim_time*90*4-90)*2-2-math.sin(q.anim_time*90*4-90)*4-6)", 0, 0] + }, + "leg_back_left": { + "rotation": ["math.sin(q.anim_time*90*4-90)*1+3", 0, 0], + "position": [0, "-math.sin(q.anim_time*90*4-75)*0.15-0.25-math.sin(q.anim_time*90*4+15)*0.04", "math.sin(q.anim_time*90*4+60)*0.02"] + }, + "leg_back_left2": { + "rotation": ["-math.sin(q.anim_time*90*4-90)*2-6.5", 0, 0], + "position": [0, "(math.sin(q.anim_time*90*4-33*1)*1+1)*0.1-0.1", 0] + }, + "leg_back_left3": { + "rotation": ["-3.5-1*(math.sin(q.anim_time*90*4-90)*1+1+math.sin(q.anim_time*90*4-90)*2-2-math.sin(q.anim_time*90*4-90)*4-6)", 0, 0] + }, + "tail_right6": { + "rotation": ["-math.sin(q.anim_time*90*3-33*9+120)*6", "-math.sin(q.anim_time*90*1.5-33*2+120)*10", 0] + }, + "tail6": { + "rotation": ["-math.sin(q.anim_time*90*3-33*9-120)*6", "-math.sin(q.anim_time*90*1.5-33*2-120)*10", 0] + }, + "tail_left6": { + "rotation": ["-math.sin(q.anim_time*90*3-33*9)*6", "-math.sin(q.anim_time*90*1.5-33*2)*10", 0] + } + } + }, + "animation.tauros.render": { + "loop": true, + "bones": { + "torso": { + "rotation": [5, 0, 0] + }, + "head_angle": { + "rotation": [7.5, 0, 0] + }, + "tail_right": { + "rotation": [28.49002, 17.28889, 10.8585] + }, + "tail_right2": { + "rotation": [-2.61298, -9.65594, 15.22074] + }, + "tail_right3": { + "rotation": [0, -15, 0] + }, + "tail_right4": { + "rotation": [0, -27.5, 0] + }, + "tail_right5": { + "rotation": [0, -17.5, 0] + }, + "tail": { + "rotation": [47.5, 0, 0] + }, + "tail2": { + "rotation": [10.15375, 12.42297, 0.88796] + }, + "tail3": { + "rotation": [-5.03364, 9.99043, -0.22117] + }, + "tail4": { + "rotation": [0, 7.5, 0] + }, + "tail5": { + "rotation": [17.5, -5, -5] + }, + "tail_left": { + "rotation": [-5, 0, 0] + }, + "tail_left2": { + "rotation": [17.61435, 9.91358, -6.18155] + }, + "tail_left3": { + "rotation": [12.92638, 14.63639, 3.31914] + }, + "tail_left4": { + "rotation": [0, 37.5, 0] + }, + "tail_left5": { + "rotation": [0, 52.5, 0] + }, + "leg_front_right": { + "rotation": [-7.5, 0, 0] + }, + "leg_front_right2": { + "rotation": [22.5, 0, 0] + }, + "leg_front_right3": { + "rotation": [22.5, 0, 0] + }, + "leg_front_left2": { + "rotation": [-7.5, 0, 0] + }, + "leg_front_left3": { + "rotation": [7.5, 0, 0] + }, + "leg_back_right2": { + "rotation": [-10, 0, 0] + }, + "leg_back_right3": { + "rotation": [10, 0, 0] + } + } + }, + "animation.tauros.blink": { + "animation_length": 0.1667, + "bones": { + "eyelid_right": { + "position": { + "0.0": [-0.1, 0, -0.1], + "0.125": [-0.1, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_left": { + "position": { + "0.0": [0.1, 0, -0.1], + "0.125": [0.1, 0, -0.1], + "0.1667": [0, 0, 0] + } + } + } + }, + "animation.tauros.cry": { + "animation_length": 2.125, + "bones": { + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [3, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0.41, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [2.54, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-25.0209, 2.26564, -1.0571], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-28.97053, 1.96592, -0.90958], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-27.05903, 1.51496, -0.69057], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-29.04105, 1.01977, -0.45016], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-28.03083, -0.29418, 0.18797], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-29.39821, -3.12415, 1.55957], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [-9.4956, -1.78923, 0.88879], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [2, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.5417": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_front_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": [0, 0, 0], + "1.7917": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": [0, 0, 0], + "1.7917": [0, 0, 0] + } + }, + "leg_front_right2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [55, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": [0, 0, 0], + "1.7917": [0, 0, 0] + } + }, + "leg_front_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": [0, 0, 0], + "1.7917": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, -1, 1.25], + "lerp_mode": "catmullrom" + }, + "0.5417": [0, 0, 0], + "1.7917": [0, 0, 0] + } + }, + "leg_front_left2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [28, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": [0, 0, 0], + "1.7917": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5417": [0, 0, 0], + "1.7917": [0, 0, 0] + } + }, + "leg_front_left3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-0.00259, -0.29316, -0.18789], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "position": { + "0.0": [0, 0, 0], + "0.5833": [0, 0, 0], + "0.625": [0, -0.4, 0], + "0.6667": [0, 0, 0], + "0.7083": [0, -0.1, 0], + "0.75": [0, 0, 0], + "0.7917": [0, -0.1, 0], + "0.8333": [0, 0, 0] + } + } + }, + "sound_effects": { + "0.625": { + "effect": "pokemon.tauros.cry" + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/thundurus/thundurus.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/thundurus/thundurus.animation.json new file mode 100644 index 0000000..2e5d7cd --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/thundurus/thundurus.animation.json @@ -0,0 +1,3904 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.thundurus.cry": { + "animation_length": 1.9167, + "bones": { + "arm_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [16.98216, -14.98328, -49.74943], + "1.0": [16.98216, -14.98328, -49.74943], + "1.75": [0, 0, 0] + } + }, + "bicep_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-96.04711, -21.46111, -42.46794], + "1.0": [-96.04711, -21.46111, -42.46794], + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, -0.5, 0], + "1.0": [0, -0.5, 0], + "1.75": [0, 0, 0] + } + }, + "forearm_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-24.58534, -17.84677, 51.17054], + "1.0": [-24.58534, -17.84677, 51.17054], + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, -1, 0], + "1.0": [0, -1, 0], + "1.75": [0, 0, 0] + } + }, + "wrist_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [8.2345, 11.75167, 15.72207], + "1.0": [8.2345, 11.75167, 15.72207], + "1.75": [0, 0, 0] + } + }, + "hand_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 17.5, 0], + "1.0": [0, 17.5, 0], + "1.75": [0, 0, 0] + } + }, + "thumb_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [17.67066, 8.0592, -18.32028], + "1.0": [17.67066, 8.0592, -18.32028], + "1.75": [0, 0, 0] + } + }, + "rthumb_tip": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [22.5, 0, 0], + "1.0": [22.5, 0, 0], + "1.75": [0, 0, 0] + } + }, + "index_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 5, 0], + "1.0": [0, 5, 0], + "1.75": [0, 0, 0] + } + }, + "Rindex_tip": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 65, 0], + "1.0": [0, 65, 0], + "1.75": [0, 0, 0] + } + }, + "middle_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 12.5, 0], + "1.0": [0, 12.5, 0], + "1.75": [0, 0, 0] + } + }, + "Rmiddle_tip": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [21.32038, 75.73781, 15.29151], + "1.0": [21.32038, 75.73781, 15.29151], + "1.75": [0, 0, 0] + } + }, + "ring_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 17.5, 0], + "1.0": [0, 17.5, 0], + "1.75": [0, 0, 0] + } + }, + "Rring_tip": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 40, 0], + "1.0": [0, 40, 0], + "1.75": [0, 0, 0] + } + }, + "pinky_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 15, 0], + "1.0": [0, 15, 0], + "1.75": [0, 0, 0] + } + }, + "Rpinky_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 60, 0], + "1.0": [0, 60, 0], + "1.75": [0, 0, 0] + } + }, + "shoulder_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-66.6483, 59.90389, 70], + "1.0": [-66.6483, 59.90389, 70], + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [-1, -0.5, 0.3], + "1.0": [-1, -0.5, 0.3], + "1.75": [0, 0, 0] + } + }, + "bicep_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-98.09261, 38.92299, 7.48756], + "1.0": [-98.09261, 38.92299, 7.48756], + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, -1, 0], + "1.0": [0, -1, 0], + "1.75": [0, 0, 0] + } + }, + "forearm_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [141.3281, -14.50625, -205.5538], + "1.0": [141.3281, -14.50625, -205.5538], + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, -1, -2], + "1.0": [0, -1, -2], + "1.75": [0, 0, 0] + } + }, + "thumb_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-17.5, 0, 0], + "1.0": [-17.5, 0, 0], + "1.75": [0, 0, 0] + } + }, + "index_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -72.5, 0], + "1.0": [0, -72.5, 0], + "1.75": [0, 0, 0] + } + }, + "middle_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -87.5, 0], + "1.0": [0, -87.5, 0], + "1.75": [0, 0, 0] + } + }, + "ring_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -80, 0], + "1.0": [0, -80, 0], + "1.75": [0, 0, 0] + } + }, + "pinky_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -82.5, 0], + "1.0": [0, -82.5, 0], + "1.75": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": [5, 0, 0] + } + }, + "tail_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-18.84825, 11.83747, -12.17553], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-18.84825, 11.83747, -12.17553], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + } + }, + "tail_3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-6.81098, -0.54996, 3.1264], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-6.81098, -0.54996, 3.1264], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + } + }, + "tail_4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.5, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.5, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + } + }, + "tail_5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-10, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-10, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + } + }, + "tail_6": { + "rotation": { + "0.0": [0, 0, 0], + "1.75": [0, 0, 0] + } + }, + "tail_7": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-20, 0, 0], + "1.75": [0, 0, 0] + } + }, + "tip_8": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-30, 0, 0], + "1.75": [0, 0, 0] + } + }, + "mainthing": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + } + }, + "shoulder_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-54.60195, -27.28302, -8.26959], + "1.0": [-54.60195, -27.28302, -8.26959], + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0, -1], + "1.0": [0, 0, -1], + "1.75": [0, 0, 0] + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + } + }, + "thumbleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [65, 0, 0], + "1.0": [65, 0, 0], + "1.75": [0, 0, 0] + } + }, + "indexleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -92.5, 0], + "1.0": [0, -92.5, 0], + "1.75": [0, 0, 0] + } + }, + "midleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -70, 0], + "1.0": [0, -70, 0], + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [1, 0, -1], + "1.0": [1, 0, -1], + "1.75": [0, 0, 0] + } + }, + "ringleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -67.5, 0], + "1.0": [0, -67.5, 0], + "1.75": [0, 0, 0] + } + }, + "pinkleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -75, 0], + "1.0": [0, -75, 0], + "1.75": [0, 0, 0] + } + } + } + }, + "animation.thundurus.faint": { + "loop": true, + "animation_length": 3, + "bones": { + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [16.98216, -14.98328, -49.74943], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [16.98216, -14.98328, -49.74943], + "lerp_mode": "catmullrom" + } + } + }, + "bicep_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-96.04711, -21.46111, -42.46794], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-96.04711, -21.46111, -42.46794], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + } + } + }, + "forearm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [133.19634, -57.67501, 213.10634], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [133.19634, -57.67501, 213.10634], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wrist_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [8.2345, 11.75167, 15.72207], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [8.2345, 11.75167, 15.72207], + "lerp_mode": "catmullrom" + } + } + }, + "hand_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "thumb_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-7.32934, 8.0592, -18.32028], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-7.32934, 8.0592, -18.32028], + "lerp_mode": "catmullrom" + } + } + }, + "rthumb_tip": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "index_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -67.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -67.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rindex_tip": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "middle_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -95, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -95, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rmiddle_tip": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [5.14118, 1.67114, -5.27798], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [5.14118, 1.67114, -5.27798], + "lerp_mode": "catmullrom" + } + } + }, + "ring_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -82.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -82.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rring_tip": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "pinky_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -105, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -105, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rpinky_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "shoulder_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-69.77781, 59.1272, 95.18024], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-69.77781, 59.1272, 95.18024], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-1, -0.5, 0.3], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-1, -0.5, 0.3], + "lerp_mode": "catmullrom" + } + } + }, + "bicep_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-96.6229, 39.23069, 25.04601], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-96.6229, 39.23069, 25.04601], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "forearm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-28.99325, 32.46598, -34.32634], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-28.99325, 32.46598, -34.32634], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "thumb_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-70, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-70, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "index_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + } + } + }, + "middle_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ring_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "pinky_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 40, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 40, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-33.74538, 24.3683, -5.7632], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-36.24538, -24.3683, 5.7632], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-35.9936, 21.93857, -5.123], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-33.74538, 24.3683, -5.7632], + "lerp_mode": "catmullrom" + } + } + }, + "tail_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-61.34825, 11.83747, -12.17553], + "lerp_mode": "catmullrom" + } + } + }, + "tail_3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-39.31098, -0.54996, 3.1264], + "lerp_mode": "catmullrom" + } + } + }, + "tail_4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-28.30005, 26.94622, -1.21217], + "lerp_mode": "catmullrom" + } + } + }, + "tail_5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-10, 12.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-20.49008, -11.53486, 4.8493], + "lerp_mode": "catmullrom" + } + } + }, + "tail_7": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-15.27399, -1.36594, -17.57352], + "lerp_mode": "catmullrom" + } + } + }, + "tip_8": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "mainthing": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 9, 0], + "lerp_mode": "catmullrom" + } + } + }, + "shoulder_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-73.27888, -29.05536, -39.33729], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-73.27888, -29.05536, -39.33729], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -1, -2], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -1, -2], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wrist_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [9.82895, 9.48648, 10.07344], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [9.82895, 9.48648, 10.07344], + "lerp_mode": "catmullrom" + } + } + }, + "hand_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-26.8934, 44.47916, 7.25782], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-26.8934, 44.47916, 7.25782], + "lerp_mode": "catmullrom" + } + } + }, + "tail_2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "browright": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [0, 0, -20] + }, + "scale": { + "0.0": [1, 1, 1], + "0.75": [1.3, 1, 1] + } + }, + "browleft": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 47.5] + }, + "position": { + "0.0": [0, 0, 0], + "0.75": [1, 0.3, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "0.75": [1.3, 1.1, 1] + } + }, + "thumbleft2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "indexleft2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -47.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -47.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "midleft2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ringleft2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + } + } + }, + "pinkleft2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.thundurus.ground_idle": { + "loop": true, + "bones": { + "mainthing": { + "position": [0, "0-math.sin(q.anim_time*45*1)*1", 0] + }, + "upperbody": { + "position": [0, "-2-math.sin(q.anim_time*45*0.8)*1", 0] + }, + "tail_1": { + "rotation": ["-math.sin(q.anim_time*90*1)*2", 0, 0] + }, + "hair": { + "rotation": ["math.sin(q.anim_time*90*2)*2", 0, 0] + } + } + }, + "animation.thundurus.ground_walk": { + "loop": true, + "bones": { + "head": { + "rotation": [-10, 0, 0], + "position": [0, 0, 0] + }, + "mainthing": { + "rotation": [17.5, 0, 0], + "position": [0, "3-math.sin(q.anim_time*45*2)*1", 0] + }, + "upperbody": { + "position": [0, "-2-math.sin(q.anim_time*45*0.8)*1", 0] + }, + "torso": { + "rotation": [-10, 0, 0], + "position": [0, -1, 0] + }, + "tail_1": { + "rotation": ["-math.sin(q.anim_time*90*1)*2", 0, 0] + }, + "hair": { + "rotation": ["math.sin(q.anim_time*90*2)*2", 0, 0] + } + } + }, + "animation.thundurus.physical_attack": { + "loop": true, + "animation_length": 1.5, + "bones": { + "mainthing": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 3, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "upperbody": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 35, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 35, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-11.32607, -37.33289, 6.29298], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, -37.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-0.53889, -10.0593, -0.0117], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, -12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "shoulder_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-26.91312, -14.97402, -31.87535], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-26.91312, -14.97402, -31.87535], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-8.22225, -92.01206, -42.52995], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-8.22225, -92.01206, -42.52995], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "bicep_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-81.19352, -9.20493, -45.298], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-81.19352, -9.20493, -45.298], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-67.03836, 46.97727, -26.25487], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-67.03836, 46.97727, -26.25487], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "forearm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-70.19861, -59.35298, -120.68869], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-70.19861, -59.35298, -120.68869], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-128.87318, -84.02683, -61.13347], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-128.87318, -84.02683, -61.13347], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "wrist_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [17.25888, -2.48774, -34.32359], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [17.25888, -2.48774, -34.32359], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-2.5122, 9.26392, 7.26597], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-2.5122, 9.26392, 7.26597], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "hand_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-1.00966, -24.59477, -15.37066], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-1.00966, -24.59477, -15.37066], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-0.00933, 2.462, -20.43439], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-0.00933, 2.462, -20.43439], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "thumb_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [22.5, 0, -13.38192], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [22.5, 0, -13.38192], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "index_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, -40, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, -40, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 9.31, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 9.31, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "Rindex_tip": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [0, 57.5, 0], + "1.0417": [0, 57.5, 0] + } + }, + "middle_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, -42.5, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, -42.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -0.42, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, -0.42, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "Rmiddle_tip": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 68.65, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 68.65, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "ring_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -1.22, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, -1.22, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "Rring_tip": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 69.73, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 69.73, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "pinky_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, -62.5, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, -62.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 9.24, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 9.24, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "Rpinky_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [0, 60, 0], + "1.0417": [0, 60, 0] + } + }, + "shoulder_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-60.5225, 111.50559, 71.33008], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-60.5225, 111.50559, 71.33008], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-71.15754, 28.90419, 75.29225], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-71.15754, 28.90419, 75.29225], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "bicep_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-17.36402, 21.71077, 10.13189], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-17.36402, 21.71077, 10.13189], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-18.41514, 22.71095, 15.14233], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-18.41514, 22.71095, 15.14233], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "forearm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-165.40005, -20.8063, 123.59493], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-165.40005, -20.8063, 123.59493], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-40.60535, -17.35915, -22.33906], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-36.84695, 16.09878, -44.63458], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-30.23085, 72.40336, -39.37491], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-30.23085, 72.40336, -39.37491], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [1, -1, -3], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [1, -1, -3], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-1, -2, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-1, -2, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "wrist_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [22.50041, -4.68437, -7.49336], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [22.50041, -4.68437, -7.49336], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [96.898, -2.81022, 8.96797], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [96.898, -2.81022, 8.96797], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "hand_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-35.03536, 37.49986, 0.11167], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-35.03536, 37.49986, 0.11167], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "thumb_left": { + "rotation": { + "0.375": [-17.5, 0, 0], + "0.625": [-17.5, 0, 0] + } + }, + "index_left": { + "rotation": { + "0.375": [0, -72.5, 0], + "0.625": [0, -72.5, 0] + } + }, + "middle_left": { + "rotation": { + "0.375": [0, -87.5, 0], + "0.625": [0, -87.5, 0] + } + }, + "ring_left": { + "rotation": { + "0.375": [0, -80, 0], + "0.625": [0, -80, 0] + } + }, + "pinky_left": { + "rotation": { + "0.375": [0, -82.5, 0], + "0.625": [0, -82.5, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 47.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 47.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "tail_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-18.84825, 11.83747, -12.17553], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-18.84825, 11.83747, -12.17553], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "tail_3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-6.81098, -0.54996, 3.1264], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-6.81098, -0.54996, 3.1264], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "tail_4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.5, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-12.5, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "tail_5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-10, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-10, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "tail_6": { + "rotation": { + "0.0": [0, 0, 0], + "1.5": [0, 0, 0] + } + }, + "tail_7": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-20, 0, 0], + "1.5": [0, 0, 0] + } + }, + "tip_8": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-30, 0, 0], + "1.5": [0, 0, 0] + } + }, + "thumbleft2": { + "rotation": { + "0.375": [65, 0, 0], + "0.625": [65, 0, 0] + } + }, + "indexleft2": { + "rotation": { + "0.375": [0, -92.5, 0], + "0.625": [0, -92.5, 0] + } + }, + "midleft2": { + "rotation": { + "0.375": [0, -70, 0], + "0.625": [0, -70, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.375": [1, 0, -1], + "1.0833": [1, 0, -1], + "1.5": [0, 0, 0] + } + }, + "ringleft2": { + "rotation": { + "0.375": [0, -67.5, 0], + "0.625": [0, -67.5, 0] + } + }, + "pinkleft2": { + "rotation": { + "0.375": [0, -75, 0], + "0.625": [0, -75, 0] + } + } + } + }, + "animation.thundurus.status": { + "loop": true, + "animation_length": 2.6667, + "bones": { + "mainthing": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 3, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 3, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "shoulder_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [3.66507, -16.73043, -0.41274], + "1.1667": [3.66507, -16.73043, -0.41274], + "2.0": [3.66507, -16.73043, -0.41274], + "2.6667": [0, 0, 0] + } + }, + "bicep_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [1.85847, -2.43807, -32.13772], + "1.1667": [1.85847, -2.43807, -32.13772], + "2.0": [1.85847, -2.43807, -32.13772], + "2.6667": [0, 0, 0] + } + }, + "forearm_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-144.27194, -50.36074, -143.90337], + "1.1667": [-144.27194, -50.36074, -143.90337], + "2.0": [-144.27194, -50.36074, -143.90337], + "2.6667": [0, 0, 0] + } + }, + "wrist_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-2.11723, 26.3768, 9.4362], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-2.11723, 26.3768, 9.4362], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-2.11723, 26.3768, 9.4362], + "lerp_mode": "catmullrom" + }, + "2.6667": [0, 0, 0] + } + }, + "shoulder_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [11.41375, 35.92332, -22.46207], + "1.0": [11.41375, 35.92332, -22.46207], + "1.1667": [11.41375, 35.92332, -22.46207], + "1.5": [-5.82296, 47.54368, 17.07307], + "2.0": [-5.82296, 47.54368, 17.07307], + "2.6667": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 0, 0], + "1.1667": [0, 0, 0], + "1.5": [0, 0, 2], + "2.0": [0, 0, 2], + "2.6667": [0, 0, 0] + } + }, + "bicep_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0.68566, -7.44904, 3.88961], + "1.1667": [0.68566, -7.44904, 3.88961], + "1.5": [-0.7933, 14.92015, 6.74129], + "2.0": [-6.19379, 1.66763, 22.62878], + "2.6667": [0, 0, 0] + } + }, + "forearm_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-48.87584, 5.21666, 25.08964], + "0.75": [-47.6314, 7.60026, 23.6346], + "1.0": [-48.87584, 5.21666, 25.08964], + "1.1667": [-48.87584, 5.21666, 25.08964], + "1.5": [-159.71709, 40.85804, 89.09628], + "2.0": [-159.71709, 40.85804, 89.09628], + "2.6667": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.5": [0, 0, -2], + "2.0": [0, 0, -2], + "2.6667": [0, 0, 0] + } + }, + "wrist_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [112.45191, -32.31309, 2.15233], + "1.0": [112.45191, -32.31309, 2.15233], + "1.1667": [112.45191, -32.31309, 2.15233], + "1.5": [111.59573, -1.94047, -9.17444], + "2.0": [113.20444, -3.85231, 35.81432], + "2.6667": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 2, 0], + "1.1667": [0, 2, 0], + "2.6667": [0, 0, 0] + } + }, + "hand_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-29.84797, 49.93758, 1.37935], + "1.0": [-29.84797, 49.93758, 1.37935], + "1.1667": [-29.84797, 49.93758, 1.37935], + "1.5": [-29.78809, 20.06312, -1.39479], + "2.6667": [0, 0, 0] + } + }, + "middle_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -82.5, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, -82.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -82.5, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": [0, 0, 0] + } + }, + "ring_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -70, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, -70, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -70, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": [0, 0, 0] + } + }, + "pinky_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -82.5, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, -82.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -82.5, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [-20.28592, -52.30155, 25.03987], + "2.0": [-20.28592, -52.30155, 25.03987], + "2.6667": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, -1, 0], + "2.0": [0, -1, 0], + "2.6667": [0, 0, 0] + } + }, + "tail_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-18.84825, 11.83747, -12.17553], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-18.84825, 11.83747, -12.17553], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-6.81098, -0.54996, 3.1264], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-6.81098, -0.54996, 3.1264], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.5, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-12.5, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-10, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-10, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_6": { + "rotation": { + "0.0": [0, 0, 0], + "2.6667": [0, 0, 0] + } + }, + "tail_7": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-20, 0, 0], + "2.6667": [0, 0, 0] + } + }, + "tip_8": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-30, 0, 0], + "2.6667": [0, 0, 0] + } + }, + "thumbleft2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [95, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [95, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [95, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": [0, 0, 0] + } + }, + "midleft2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -70, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, -70, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -70, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [1, 0, -1], + "1.1667": [1, 0, -1], + "2.0": [1, 0, -1], + "2.6667": [0, 0, 0] + } + }, + "ringleft2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -100, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, -100, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -100, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": [0, 0, 0] + } + }, + "pinkleft2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -75, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, -75, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -75, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": [0, 0, 0] + } + } + } + }, + "animation.thundurus.special_attack": { + "animation_length": 2.5, + "bones": { + "mainthing": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 30, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 30, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "upperbody": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "shoulder_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-27.04578, -5.7878, -45.85396], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [3.75662, -45.0473, -24.24284], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [3.75662, -45.0473, -24.24284], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bicep_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-9.68826, -16.18481, -57.94102], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-5.89379, -12.00199, -30.49633], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-5.89379, -12.00199, -30.49633], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "forearm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-178.36016, -7.76708, -181.99503], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-137.31772, -77.67383, -140.25249], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-137.04862, -44.93934, -143.79396], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-137.04862, -44.93934, -143.79396], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wrist_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [6.62672, -3.00141, -45.07426], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-0.59857, 31.8655, 21.88793], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-0.59857, 31.8655, 21.88793], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "hand_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -32.5, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "index_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -47.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -47.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "middle_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ring_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "pinky_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "shoulder_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-58.395, 99.67957, 50.37232], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-72.95317, -0.97263, 96.13048], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-72.95317, -0.97263, 96.13048], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bicep_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15.26684, 13.37341, 40.3758], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15.26684, 13.37341, 40.3758], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "forearm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-33.82896, 45.17121, -31.24996], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-39.07132, 46.68744, -15.43728], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-39.07132, 46.68744, -15.43728], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -2, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wrist_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0.61994, -22.00329, -12.07232], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "hand_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-12.5, 27.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -30, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [17.5, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [17.5, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -90], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-12.5, 0, -90], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-8.27166, -16.24478, -47.08751], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-12.01, 10.58608, -10.01879], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [1.54016, -28.50824, -1.26387], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [1.54016, -28.50824, -1.26387], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [1.89625, -19.49119, -10.5248], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [1.89625, -19.49119, -10.5248], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-30.21362, 6.49053, -3.76613], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-3.80155, -5.49882, -12.50527], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-3.80155, -5.49882, -12.50527], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-26.78135, 20.29348, -9.92926], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-1.48685, 16.5773, -1.81147], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-1.48685, 16.5773, -1.81147], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-3.38852, 16.41371, -6.15491], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-45.61607, -20.35421, -13.66426], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-27.38832, 20.98479, -11.19225], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_7": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-22.57734, -4.61854, 1.91757], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [3.47698, 1.16776, 49.20183], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-4.02302, 1.16776, 49.20183], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tip_8": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.thundurus.quirk": { + "animation_length": 4, + "bones": { + "mainthing": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "upperbody": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -37.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -37.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [20, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [20, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0.19, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0.19, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [16.98216, -14.98328, -49.74943], + "1.0": [16.98216, -14.98328, -49.74943], + "1.5": [16.98216, -14.98328, -49.74943], + "2.0": [16.98216, -14.98328, -49.74943], + "3.0": [16.98216, -14.98328, -49.74943], + "3.5": [0, 0, 0] + } + }, + "shoulder_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-54.60195, -27.28302, -8.26959], + "1.0": [-54.60195, -27.28302, -8.26959], + "1.5": [64.91351, -17.06891, 125.75116], + "2.0": [64.91351, -17.06891, 125.75116], + "2.5": [27.10317, -12.2373, 80.65881], + "3.0": [27.10317, -12.2373, 80.65881], + "3.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, -1, -1], + "1.0": [0, -1, -1], + "1.5": [0, -1, -1], + "2.0": [0, -1, -1], + "2.5": [1, -0.67, -0.67], + "3.0": [1, -0.67, -0.67], + "3.5": [0, 0, 0] + } + }, + "bicep_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-96.04711, -21.46111, -42.46794], + "1.0": [-96.04711, -21.46111, -42.46794], + "1.5": [-95.62546, 6.13406, -43.21978], + "2.0": [-95.62546, 6.13406, -43.21978], + "2.5": [-89.79087, -22.03727, -29.21028], + "3.0": [-89.79087, -22.03727, -29.21028], + "3.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, -1, 0], + "1.0": [0, -1, 0], + "1.5": [0, -1, -1], + "2.0": [0, -1, -1], + "2.5": [0, 0.33, -0.67], + "3.0": [0, 0.33, -0.67], + "3.5": [0, 0, 0] + } + }, + "forearm_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-24.58534, -17.84677, 51.17054], + "1.0": [-24.58534, -17.84677, 51.17054], + "1.5": [-59.33406, -109.33522, -94.81321], + "2.0": [-59.33406, -109.33522, -94.81321], + "2.5": [-67.92997, -80.14271, -80.43778], + "3.0": [-67.92997, -80.14271, -80.43778], + "3.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, -1, 0], + "1.0": [0, -1, 0], + "1.5": [0, 0.25, 1], + "2.0": [0, 0.25, 1], + "3.5": [0, 0, 0] + } + }, + "wrist_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [8.2345, 11.75167, 15.72207], + "1.0": [8.2345, 11.75167, 15.72207], + "1.5": [58.96489, 13.34342, 0.78851], + "2.0": [58.96489, 13.34342, 0.78851], + "2.5": [6.78366, 16.37501, 1.08222], + "3.0": [6.78366, 16.37501, 1.08222], + "3.5": [0, 0, 0] + } + }, + "hand_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 17.5, 0], + "1.0": [0, 17.5, 0], + "1.5": [0, 12.5, 0], + "2.0": [0, 12.5, 0], + "3.5": [0, 0, 0] + } + }, + "thumb_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [17.67066, 8.0592, -18.32028], + "1.0": [17.67066, 8.0592, -18.32028], + "1.5": [17.67066, 8.0592, -18.32028], + "2.0": [17.67066, 8.0592, -18.32028], + "2.5": [17.67066, 8.0592, -18.32028], + "3.0": [17.67066, 8.0592, -18.32028], + "3.5": [0, 0, 0] + } + }, + "rthumb_tip": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [22.5, 0, 0], + "1.0": [22.5, 0, 0], + "1.5": [22.5, 0, 0], + "2.0": [22.5, 0, 0], + "2.5": [22.5, 0, 0], + "3.0": [22.5, 0, 0], + "3.5": [0, 0, 0] + } + }, + "index_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 5, 0], + "1.0": [0, 5, 0], + "1.5": [0, -35, 0], + "2.0": [0, -35, 0], + "2.5": [0, 5, 0], + "3.0": [0, 5, 0], + "3.5": [0, 0, 0] + } + }, + "Rindex_tip": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 65, 0], + "1.0": [0, 65, 0], + "1.5": [0, 25, 0], + "2.0": [0, 25, 0], + "2.5": [0, 65, 0], + "3.0": [0, 65, 0], + "3.5": [0, 0, 0] + } + }, + "middle_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 12.5, 0], + "1.0": [0, 12.5, 0], + "1.5": [0, -27.5, 0], + "2.0": [0, -27.5, 0], + "2.5": [0, 12.5, 0], + "3.0": [0, 12.5, 0], + "3.5": [0, 0, 0] + } + }, + "Rmiddle_tip": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [21.32038, 75.73781, 15.29151], + "1.0": [21.32038, 75.73781, 15.29151], + "1.5": [5.247, 11.63029, -4.3677], + "2.0": [5.247, 11.63029, -4.3677], + "2.5": [21.32038, 75.73781, 15.29151], + "3.0": [21.32038, 75.73781, 15.29151], + "3.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.5": [0, 0, 0], + "2.0": [0, 0, 0], + "3.5": [0, 0, 0] + } + }, + "ring_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 17.5, 0], + "1.0": [0, 17.5, 0], + "1.5": [0, -30, 0], + "2.0": [0, -30, 0], + "2.5": [0, 17.5, 0], + "3.0": [0, 17.5, 0], + "3.5": [0, 0, 0] + } + }, + "Rring_tip": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 40, 0], + "1.0": [0, 40, 0], + "1.5": [0, 22.5, 0], + "2.0": [0, 22.5, 0], + "2.5": [0, 40, 0], + "3.0": [0, 40, 0], + "3.5": [0, 0, 0] + } + }, + "pinky_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 15, 0], + "1.0": [0, 15, 0], + "1.5": [0, -30, 0], + "2.0": [0, -30, 0], + "2.5": [0, 15, 0], + "3.0": [0, 15, 0], + "3.5": [0, 0, 0] + } + }, + "Rpinky_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 60, 0], + "1.0": [0, 60, 0], + "1.5": [0, 15, 0], + "2.0": [0, 15, 0], + "2.5": [0, 60, 0], + "3.0": [0, 60, 0], + "3.5": [0, 0, 0] + } + }, + "shoulder_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-66.6483, 59.90389, 70], + "1.0": [-66.6483, 59.90389, 70], + "1.5": [26.70193, 67.06169, -17.42234], + "2.0": [26.70193, 67.06169, -17.42234], + "2.5": [-16.24493, 19.51236, 7.81181], + "3.0": [-16.24493, 19.51236, 7.81181], + "3.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [-1, -0.5, 0.3], + "1.0": [-1, -0.5, 0.3], + "1.5": [-1, -0.5, 0.3], + "2.0": [-1, -0.5, 0.3], + "2.5": [-0.67, -0.33, -0.8], + "3.0": [-0.67, -0.33, -0.8], + "3.5": [0, 0, 0] + } + }, + "bicep_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-98.09261, 38.92299, 7.48756], + "1.0": [-98.09261, 38.92299, 7.48756], + "1.5": [-96.19221, 39.235, 30.06451], + "2.0": [-96.19221, 39.235, 30.06451], + "2.5": [-95.6383, 31.832, 17.53096], + "3.0": [-95.6383, 31.832, 17.53096], + "3.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, -1, 0], + "1.0": [0, -1, 0], + "1.5": [0, -1, 0], + "2.0": [0, -1, 0], + "2.5": [0, -1, 0], + "3.0": [0, -1, 0], + "3.5": [0, 0, 0] + } + }, + "forearm_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [141.3281, -14.50625, -205.5538], + "1.0": [141.3281, -14.50625, -205.5538], + "1.5": [-22.35183, -14.94305, -41.6244], + "2.0": [-22.35183, -14.94305, -41.6244], + "2.5": [54.28556, 74.44633, -83.91033], + "3.0": [54.28556, 74.44633, -83.91033], + "3.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, -1, -2], + "1.0": [0, -1, -2], + "1.5": [0, -1, -2], + "2.0": [0, -1, -2], + "2.5": [0, -1, 0], + "3.0": [0, -1, 0], + "3.5": [0, 0, 0] + } + }, + "hand_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-6.64972, 35.95586, 12.57822], + "1.0": [-6.64972, 35.95586, 12.57822], + "1.5": [-12.5, 42.5, 0], + "2.0": [-12.5, 42.5, 0], + "3.0": [-12.5, 42.5, 0], + "3.5": [0, 0, 0] + } + }, + "thumb_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-17.5, 0, 0], + "1.0": [-17.5, 0, 0], + "1.5": [-17.5, 0, 0], + "2.0": [-17.5, 0, 0], + "2.5": [-17.5, 0, 0], + "3.0": [-17.5, 0, 0], + "3.5": [0, 0, 0] + } + }, + "thumbleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [65, 0, 0], + "1.0": [65, 0, 0], + "1.5": [65, 0, 0], + "2.0": [65, 0, 0], + "2.5": [65, 0, 0], + "3.0": [65, 0, 0], + "3.5": [0, 0, 0] + } + }, + "index_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -72.5, 0], + "1.0": [0, -72.5, 0], + "1.5": [0, -72.5, 0], + "2.0": [0, -72.5, 0], + "2.5": [0, -72.5, 0], + "3.0": [0, -72.5, 0], + "3.5": [0, 0, 0] + } + }, + "indexleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -92.5, 0], + "1.0": [0, -92.5, 0], + "1.5": [0, -92.5, 0], + "2.0": [0, -92.5, 0], + "2.5": [0, -92.5, 0], + "3.0": [0, -92.5, 0], + "3.5": [0, 0, 0] + } + }, + "middle_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -87.5, 0], + "1.0": [0, -87.5, 0], + "1.5": [0, -87.5, 0], + "2.0": [0, -87.5, 0], + "2.5": [0, -87.5, 0], + "3.0": [0, -87.5, 0], + "3.5": [0, 0, 0] + } + }, + "midleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -70, 0], + "1.0": [0, -70, 0], + "1.5": [0, -70, 0], + "2.0": [0, -70, 0], + "2.5": [0, -70, 0], + "3.0": [0, -70, 0], + "3.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [1, 0, -1], + "1.0": [1, 0, -1], + "1.5": [1, 0, -1], + "2.0": [1, 0, -1], + "3.0": [1, 0, -1] + } + }, + "ring_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -80, 0], + "1.0": [0, -80, 0], + "1.5": [0, -80, 0], + "2.0": [0, -80, 0], + "2.5": [0, -80, 0], + "3.0": [0, -80, 0], + "3.5": [0, 0, 0] + } + }, + "ringleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -67.5, 0], + "1.0": [0, -67.5, 0], + "1.5": [0, -67.5, 0], + "2.0": [0, -67.5, 0], + "2.5": [0, -67.5, 0], + "3.0": [0, -67.5, 0], + "3.5": [0, 0, 0] + } + }, + "pinky_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -82.5, 0], + "1.0": [0, -82.5, 0], + "1.5": [0, -82.5, 0], + "2.0": [0, -82.5, 0], + "2.5": [0, -82.5, 0], + "3.0": [0, -82.5, 0], + "3.5": [0, 0, 0] + } + }, + "pinkleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -75, 0], + "1.0": [0, -75, 0], + "1.5": [0, -75, 0], + "2.0": [0, -75, 0], + "2.5": [0, -75, 0], + "3.0": [0, -75, 0], + "3.5": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [11.00966, 24.59477, 4.62934], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [11.00966, 24.59477, 4.62934], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-18.39322, 1.99781, 2.04869], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [-22.86553, 0.71324, 1.92306], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-18.39322, 1.99781, 2.04869], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-18.39322, 1.99781, 2.04869], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-22.86553, 0.71324, 1.92306], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [-18.39322, 1.99781, 2.04869], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-18.39322, 1.99781, 2.04869], + "lerp_mode": "catmullrom" + }, + "3.5": [5, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "3.5": [0, 0, 0] + } + }, + "tail_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-18.84825, 11.83747, -12.17553], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-18.84825, 11.83747, -12.17553], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-6.81098, -0.54996, 3.1264], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-6.81098, -0.54996, 3.1264], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.5, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.5, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-10, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-10, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_6": { + "rotation": { + "0.0": [0, 0, 0], + "3.5": [0, 0, 0] + } + }, + "tail_7": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-20, 0, 0], + "3.5": [0, 0, 0] + } + }, + "tip_8": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-30, 0, 0], + "3.5": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/toedscool/toedscool.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/toedscool/toedscool.animation.json new file mode 100644 index 0000000..326d6d9 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/toedscool/toedscool.animation.json @@ -0,0 +1,218 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.toedscool.render": { + "loop": true, + "bones": { + "body": { + "rotation": [-9.85108, -1.72794, -24.85108] + }, + "torso": { + "rotation": [0.87038, 4.92385, 10.03742] + }, + "flap_left": { + "rotation": [0, 0, -5] + }, + "tentacle_left": { + "rotation": [119.12306, -68.52886, -113.13665] + }, + "tentacle_left_2": { + "rotation": [-40, 0, 0] + }, + "tentacle_left_3": { + "rotation": [-45, 0, 0] + }, + "tentacle_left_4": { + "rotation": [-55, 0, 0] + }, + "tentacle_left_5": { + "rotation": [-44.58682, 8.17773, 5.77509] + }, + "tentacle_right": { + "rotation": [-8.66744, 6.48146, 21.57041] + }, + "tentacle_right_2": { + "rotation": [-30, 0, 0] + }, + "tentacle_right_3": { + "rotation": [-30, 0, 0] + }, + "tentacle_right_4": { + "rotation": [-25, 0, 0] + }, + "tentacle_right_5": { + "rotation": [42.06341, 6.73717, -7.40702] + } + } + }, + "animation.toedscool.ground_idle": { + "loop": true, + "bones": { + "body": { + "position": [0, "-8.5-0.25*(math.sin(q.anim_time*90*1.5-40)*2)", 0] + }, + "torso": { + "rotation": ["5+0.5*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "flap_left": { + "rotation": [0, 0, "-1.8*math.sin(q.anim_time*90*1.5-60)*2"] + }, + "flap_right": { + "rotation": [0, 0, "1.8*math.sin(q.anim_time*90*1.5-60)*2"] + }, + "flap_back": { + "rotation": ["1.8*math.sin(q.anim_time*90*1.5-60)*2", 0, 0] + }, + "tentacle_left": { + "rotation": ["40+1.5*math.sin(q.anim_time*90*1.5-40)*2", -7.5, -6.5] + }, + "tentacle_left_2": { + "rotation": ["-20-1*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_left_3": { + "rotation": ["-30-1*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_left_4": { + "rotation": ["-40-1*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_left_5": { + "rotation": ["-40+1.5*math.sin(q.anim_time*90*1.5-40)*2", -6, 5] + }, + "tentacle_right": { + "rotation": ["40+1.5*math.sin(q.anim_time*90*1.5-40)*2", 7.5, 6.5] + }, + "tentacle_right_2": { + "rotation": ["-20-1*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_right_3": { + "rotation": ["-30-1*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_right_4": { + "rotation": ["-40-1*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_right_5": { + "rotation": ["-40+1.5*math.sin(q.anim_time*90*1.5-40)*2", 6, -5] + } + } + }, + "animation.toedscool.ground_sleep": { + "loop": true, + "bones": { + "body": { + "rotation": [-25, 0, 0], + "position": [0, -21, 0] + }, + "torso": { + "rotation": ["12+0.5*math.sin(q.anim_time*90*1-40)*4+1", 0, 0] + }, + "eyelid_left": { + "position": [0, 0, -0.1] + }, + "eyelid_right": { + "position": [0, 0, -0.1] + }, + "flap_left": { + "rotation": [0, 0, "-20+0.5*math.sin(q.anim_time*90*1-40)*4+1"] + }, + "flap_right": { + "rotation": [0, 0, "20-0.5*math.sin(q.anim_time*90*1-40)*4+1"] + }, + "flap_back": { + "rotation": ["37.5-0.8*math.sin(q.anim_time*90*1-40)*4+1", 0, 0] + }, + "tentacle_left": { + "rotation": [-5, -5.5, -47.25] + }, + "tentacle_left_2": { + "rotation": [-37.5, 0, 0] + }, + "tentacle_left_3": { + "rotation": [-10, 0, 0] + }, + "tentacle_left_4": { + "rotation": [-7.5, 0, 0] + }, + "tentacle_left_5": { + "rotation": [-2.75, -2, 15] + }, + "tentacle_right": { + "rotation": [-5, 5.5, 47.25] + }, + "tentacle_right_2": { + "rotation": [-37.5, 0, 0] + }, + "tentacle_right_3": { + "rotation": [-10, 0, 0] + }, + "tentacle_right_4": { + "rotation": [-7.5, 0, 0] + }, + "tentacle_right_5": { + "rotation": [-2.75, 2, -15] + } + } + }, + "animation.toedscool.blink": { + "animation_length": 0.16667, + "bones": { + "eyelid_right": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_left": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + } + } + }, + "animation.toedscool.ground_walk": { + "loop": true, + "animation_length": 146.54167, + "bones": { + "body": { + "position": [0, "-5 + math.cos(q.anim_time*800*2)*1.6", 0] + }, + "torso": { + "rotation": ["-17 + math.sin(q.anim_time*800*2)*-6", 0, "math.sin(q.anim_time*400*2)*-3"], + "position": [0, 0, 0.4] + }, + "tentacle_left": { + "rotation": ["math.cos(q.anim_time*400*2)*-30", "math.cos(q.anim_time*400*2)*-10", 0] + }, + "tentacle_left_2": { + "rotation": ["math.cos(q.anim_time*400*2)*-20", 0, 0] + }, + "tentacle_left_3": { + "rotation": ["math.sin(q.anim_time*400*2)*-40", 0, 0] + }, + "tentacle_left_4": { + "rotation": ["math.sin(q.anim_time*400*2)*-20", 0, 0] + }, + "tentacle_left_5": { + "rotation": ["-58 + math.cos(q.anim_time*400*2)* -40", 0, 0] + }, + "tentacle_right": { + "rotation": ["math.cos(q.anim_time*400*2)*30", "math.cos(q.anim_time*400*2)*-10", 0] + }, + "tentacle_right_2": { + "rotation": ["math.cos(q.anim_time*400*2)*20", 0, 0] + }, + "tentacle_right_3": { + "rotation": ["math.sin(q.anim_time*400*2)*40", 0, 0] + }, + "tentacle_right_4": { + "rotation": ["math.sin(q.anim_time*400*2)*20", 0, 0] + }, + "tentacle_right_5": { + "rotation": ["-58 + math.cos(q.anim_time*400*2)* 40", 0, 0] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/toedscruel/toedscruel.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/toedscruel/toedscruel.animation.json new file mode 100644 index 0000000..70af683 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/toedscruel/toedscruel.animation.json @@ -0,0 +1,1762 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.toedscruel.render": { + "loop": true, + "bones": { + "tentacle_left_front": { + "rotation": [-35.79539, -33.57298, -11.02156], + "position": [2, 0, 0] + }, + "tentacle_left_front_2": { + "rotation": [-20, 0, 0] + }, + "tentacle_left_front_3": { + "rotation": [-30, 0, 0] + }, + "tentacle_left_front_4": { + "rotation": [-25, 0, 0] + }, + "tentacle_left_front_5": { + "rotation": [45, 0, 0] + }, + "tentacle_left_2": { + "rotation": [-105.61454, 109.6121, -160.30206] + }, + "tentacle_left_2_2": { + "rotation": [-10, 0, 0] + }, + "tentacle_left_2_3": { + "rotation": [-10, 0, 0] + }, + "tentacle_left_2_4": { + "rotation": [-15, 0, 0] + }, + "tentacle_left_2_5": { + "rotation": [-15, 0, 0] + }, + "tentacle_left_3": { + "rotation": [0, 180, -32.5] + }, + "tentacle_left_3_2": { + "rotation": [-10, 0, 0] + }, + "tentacle_left_3_3": { + "rotation": [-25, 0, 0] + }, + "tentacle_left_3_4": { + "rotation": [-15, 0, 0] + }, + "tentacle_left_3_5": { + "rotation": [-15, 0, 0] + }, + "tentacle_left_4": { + "rotation": [46.40425, 184.78384, -23.85039] + }, + "tentacle_left_4_2": { + "rotation": [-10, 0, 0] + }, + "tentacle_left_4_3": { + "rotation": [-20, 0, 0] + }, + "tentacle_left_4_4": { + "rotation": [-27.5, 0, 0] + }, + "tentacle_left_4_5": { + "rotation": [-15, 0, 0] + }, + "tentacle_left_5": { + "rotation": [58.18371, 214.30744, 40.43587] + }, + "tentacle_left_5_2": { + "rotation": [-10, 0, 0] + }, + "tentacle_left_5_3": { + "rotation": [-10, 0, 0] + }, + "tentacle_left_5_4": { + "rotation": [-15, 0, 0] + }, + "tentacle_left_5_5": { + "rotation": [-15, 0, 0] + }, + "tentacle_right_front": { + "rotation": [-31.28822, 17.33038, 3.83581], + "position": [-2, 0, 0] + }, + "tentacle_right_front_2": { + "rotation": [-42.5, 0, 0] + }, + "tentacle_right_front_3": { + "rotation": [-15, 0, 0] + }, + "tentacle_right_front_4": { + "rotation": [-15, 0, 0] + }, + "tentacle_right_front_5": { + "rotation": [33.44102, 8.42106, -20.94102] + }, + "tentacle_right_2": { + "rotation": [-80.69405, 265.81404, -212.74679] + }, + "tentacle_right_2_2": { + "rotation": [-10, 0, 0] + }, + "tentacle_right_2_3": { + "rotation": [-22.5, 0, 0] + }, + "tentacle_right_2_4": { + "rotation": [-25, 0, 0] + }, + "tentacle_right_2_5": { + "rotation": [-15, 0, 0] + }, + "tentacle_right_3": { + "rotation": [-23.44413, 232.24335, 75.53125] + }, + "tentacle_right_3_2": { + "rotation": [-10, 0, 0] + }, + "tentacle_right_3_3": { + "rotation": [-10, 0, 0] + }, + "tentacle_right_3_4": { + "rotation": [-15, 0, 0] + }, + "tentacle_right_3_5": { + "rotation": [-15, 0, 0] + }, + "tentacle_right_4": { + "rotation": [204.74484, 297.04971, 218.89898] + }, + "tentacle_right_4_2": { + "rotation": [-20, 0, 0] + }, + "tentacle_right_4_3": { + "rotation": [-17.48436, -0.75155, -2.38443] + }, + "tentacle_right_4_4": { + "rotation": [-15, 0, 0] + }, + "tentacle_right_4_5": { + "rotation": [17.5, 0, 0] + }, + "tentacle_right_5": { + "rotation": [-10, 267.5, 0] + }, + "tentacle_right_5_2": { + "rotation": [-10, 0, 0] + }, + "tentacle_right_5_3": { + "rotation": [-10, 0, 0] + }, + "tentacle_right_5_4": { + "rotation": [-15, 0, 0] + }, + "tentacle_right_5_5": { + "rotation": [-15, 0, 0] + }, + "body": { + "rotation": [5, 0, 0], + "position": [0, -4, 0] + } + } + }, + "animation.toedscruel.ground_idle": { + "loop": true, + "bones": { + "body": { + "position": [0, "-8.5-0.1*(math.sin(q.anim_time*90*1.5-40)*2)", 0] + }, + "torso": { + "rotation": ["1+0.5*math.sin(q.anim_time*90*1.5-40)*2", 0, 0], + "position": [0, "-0.025*(math.sin(q.anim_time*90*1.5-60)*2)", 0] + }, + "brim_front": { + "rotation": ["-1.5*math.sin(q.anim_time*90*1.5-60)*2", 0, 0] + }, + "brim_left": { + "rotation": [0, 0, "-1*math.sin(q.anim_time*90*1.5-60)*2"] + }, + "brim_right": { + "rotation": [0, 0, "1*math.sin(q.anim_time*90*1.5-60)*2"] + }, + "brim_back": { + "rotation": ["1*math.sin(q.anim_time*90*1.5-60)*2", 0, 0] + }, + "tentacle_left_front": { + "rotation": ["-15+3*math.sin(q.anim_time*90*1.5-60)*2", "-20-1.5*math.sin(q.anim_time*90*1.5-40)*2", 0] + }, + "tentacle_left_front_2": { + "rotation": ["-35-2*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_left_front_3": { + "rotation": ["-35-2*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_left_front_4": { + "rotation": ["-35-2*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_left_front_5": { + "rotation": ["40+3*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_left_2": { + "rotation": ["-15+1.5*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_left_2_2": { + "rotation": ["-15-1*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_left_2_3": { + "rotation": ["-20-1*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_left_2_4": { + "rotation": ["-17.5-1*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_left_2_5": { + "rotation": ["45+1.5*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_left_3": { + "rotation": ["-15+1.5*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_left_3_2": { + "rotation": ["-15-1*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_left_3_3": { + "rotation": ["-20-1*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_left_3_4": { + "rotation": ["-17.5-1*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_left_3_5": { + "rotation": ["45+1.5*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_left_4": { + "rotation": ["-15+1.5*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_left_4_2": { + "rotation": ["-15-1*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_left_4_3": { + "rotation": ["-20-1*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_left_4_4": { + "rotation": ["-17.5-1*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_left_4_5": { + "rotation": ["45+1.5*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_left_5": { + "rotation": ["-15+1.5*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_left_5_2": { + "rotation": ["-15-1*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_left_5_3": { + "rotation": ["-20-1*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_left_5_4": { + "rotation": ["-17.5-1*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_left_5_5": { + "rotation": ["45+1.5*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_right_front": { + "rotation": ["-15+3*math.sin(q.anim_time*90*1.5-60)*2", "20+1.5*math.sin(q.anim_time*90*1.5-40)*2", 0] + }, + "tentacle_right_front_2": { + "rotation": ["-35-2*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_right_front_3": { + "rotation": ["-35-2*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_right_front_4": { + "rotation": ["-35-2*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_right_front_5": { + "rotation": ["40+3*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_right_2": { + "rotation": ["-15+1.5*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_right_2_2": { + "rotation": ["-15-1*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_right_2_3": { + "rotation": ["-20-1*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_right_2_4": { + "rotation": ["-17.5-1*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_right_2_5": { + "rotation": ["45+1.5*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_right_3": { + "rotation": ["-15+1.5*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_right_3_2": { + "rotation": ["-15-1*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_right_3_3": { + "rotation": ["-20-1*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_right_3_4": { + "rotation": ["-17.5-1*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_right_3_5": { + "rotation": ["45+1.5*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_right_4": { + "rotation": ["-15+1.5*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_right_4_2": { + "rotation": ["-15-1*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_right_4_3": { + "rotation": ["-20-1*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_right_4_4": { + "rotation": ["-17.5-1*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_right_4_5": { + "rotation": ["45+1.5*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_right_5": { + "rotation": ["-15+1.5*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_right_5_2": { + "rotation": ["-15-1*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_right_5_3": { + "rotation": ["-20-1*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_right_5_4": { + "rotation": ["-17.5-1*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + }, + "tentacle_right_5_5": { + "rotation": ["45+1.5*math.sin(q.anim_time*90*1.5-40)*2", 0, 0] + } + } + }, + "animation.toedscruel.ground_walk": { + "loop": true, + "animation_length": 1.16667, + "bones": { + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-7, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, "-5+math.cos(q.anim_time*150 *2) * 17", 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [0, "-5 + math.cos(q.anim_time*150*2) *17", 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_left_front": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-31.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_left_front_2": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_left_front_3": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [55.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_left_front_4": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [105, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [105, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_left_front_5": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_left_2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-27, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_left_2_2": { + "rotation": { + "0.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_left_2_3": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [56.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_left_2_4": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [105, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [105, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_left_2_5": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_left_3": { + "rotation": { + "0.0": { + "post": [90, 12.5, -102.5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [75, 12.5, -102.5], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [90, 12.5, -102.5], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_left_3_2": { + "rotation": { + "0.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-4.8522, 1.20816, 13.94881], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_left_3_3": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [41.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_left_3_4": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [105, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [105, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_left_3_5": { + "rotation": { + "0.0": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_left_4": { + "rotation": { + "0.4583": { + "pre": [-35, 0, 0], + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_left_4_2": { + "rotation": { + "0.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-11, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_left_4_3": { + "rotation": { + "0.25": { + "pre": [20, 0, 0], + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_left_4_4": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [106.56644, -1.68161, -1.00753], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [106.56644, -1.68161, -1.00753], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_left_4_5": { + "rotation": { + "0.0": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_left_5": { + "rotation": { + "0.0": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_left_5_2": { + "rotation": { + "0.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_left_5_3": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_left_5_4": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [105, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [105, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_left_5_5": { + "rotation": { + "0.0": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_right_front": { + "rotation": { + "0.0": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-31.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_right_front_2": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_right_front_3": { + "rotation": { + "0.0": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [55.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_right_front_4": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [105, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [105, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_right_front_5": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_right_2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-27, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_right_2_2": { + "rotation": { + "0.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_right_2_3": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [56.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_right_2_4": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [105, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [105, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_right_2_5": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_right_3": { + "rotation": { + "0.0": { + "post": [90, -12.5, 102.5], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [75, -12.5, 102.5], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [90, -12.5, 102.5], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_right_3_2": { + "rotation": { + "0.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-4.8522, -1.20816, -13.94881], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_right_3_3": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [41.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_right_3_4": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [105, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [105, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_right_3_5": { + "rotation": { + "0.0": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_right_4": { + "rotation": { + "0.4583": { + "pre": [-35, 0, 0], + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_right_4_2": { + "rotation": { + "0.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-11, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_right_4_3": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [45.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_right_4_4": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [106.56644, 1.68161, 1.00753], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [106.56644, 1.68161, 1.00753], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_right_4_5": { + "rotation": { + "0.0": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_right_5": { + "rotation": { + "0.0": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_right_5_2": { + "rotation": { + "0.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_right_5_3": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_right_5_4": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [105, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [105, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tentacle_right_5_5": { + "rotation": { + "0.0": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-57.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [40, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.toedscruel.ground_sleep": { + "loop": true, + "bones": { + "body": { + "position": [0, "-10-0.1*(math.sin(q.anim_time*90*1-40)*2)", 0] + }, + "torso": { + "rotation": ["8.5+0.5*math.sin(q.anim_time*90*1-40)*2", 0, 0], + "position": [0, "-0.025*(math.sin(q.anim_time*90*1-60)*2)", 0] + }, + "brim_front": { + "rotation": ["-1.5*math.sin(q.anim_time*90*1-60)*2", 0, 0] + }, + "brim_left": { + "rotation": [0, 0, "-1*math.sin(q.anim_time*90*1-60)*2"] + }, + "brim_right": { + "rotation": [0, 0, "1*math.sin(q.anim_time*90*1-60)*2"] + }, + "brim_back": { + "rotation": ["1*math.sin(q.anim_time*90*1-60)*2", 0, 0] + }, + "eyelid_left": { + "position": [0, 0, -0.1] + }, + "eyelid_right": { + "position": [0, 0, -0.1] + }, + "tentacle_left_front": { + "rotation": ["7.5+1.5*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_left_front_2": { + "rotation": ["-15-1*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_left_front_3": { + "rotation": ["-22.5-1*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_left_front_4": { + "rotation": ["-22.5-1*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_left_front_5": { + "rotation": ["-30+1.5*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_left_2": { + "rotation": ["5+1.5*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_left_2_2": { + "rotation": ["-15-1*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_left_2_3": { + "rotation": ["-20-1*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_left_2_4": { + "rotation": ["-17.5-1*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_left_2_5": { + "rotation": ["-30+1.5*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_left_3": { + "rotation": ["5+1.5*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_left_3_2": { + "rotation": ["-15-1*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_left_3_3": { + "rotation": ["-20-1*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_left_3_4": { + "rotation": ["-17.5-1*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_left_3_5": { + "rotation": ["-30+1.5*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_left_4": { + "rotation": ["5+1.5*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_left_4_2": { + "rotation": ["-15-1*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_left_4_3": { + "rotation": ["-20-1*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_left_4_4": { + "rotation": ["-17.5-1*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_left_4_5": { + "rotation": ["-30+1.5*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_left_5": { + "rotation": ["5+1.5*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_left_5_2": { + "rotation": ["-15-1*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_left_5_3": { + "rotation": ["-20-1*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_left_5_4": { + "rotation": ["-17.5-1*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_left_5_5": { + "rotation": ["-30+1.5*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_right_front": { + "rotation": ["7.5+1.5*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_right_front_2": { + "rotation": ["-15-1*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_right_front_3": { + "rotation": ["-22.5-1*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_right_front_4": { + "rotation": ["-22.5-1*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_right_front_5": { + "rotation": ["-30+1.5*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_right_2": { + "rotation": ["5+1.5*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_right_2_2": { + "rotation": ["-15-1*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_right_2_3": { + "rotation": ["-20-1*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_right_2_4": { + "rotation": ["-17.5-1*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_right_2_5": { + "rotation": ["-30+1.5*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_right_3": { + "rotation": ["5+1.5*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_right_3_2": { + "rotation": ["-15-1*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_right_3_3": { + "rotation": ["-20-1*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_right_3_4": { + "rotation": ["-17.5-1*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_right_3_5": { + "rotation": ["-30+1.5*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_right_4": { + "rotation": ["5+1.5*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_right_4_2": { + "rotation": ["-15-1*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_right_4_3": { + "rotation": ["-20-1*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_right_4_4": { + "rotation": ["-17.5-1*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_right_4_5": { + "rotation": ["-30+1.5*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_right_5": { + "rotation": ["5+1.5*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_right_5_2": { + "rotation": ["-15-1*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_right_5_3": { + "rotation": ["-20-1*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_right_5_4": { + "rotation": ["-17.5-1*math.sin(q.anim_time*90*1-40)*2", 0, 0] + }, + "tentacle_right_5_5": { + "rotation": ["-30+1.5*math.sin(q.anim_time*90*1-40)*2", 0, 0] + } + } + }, + "animation.toedscruel.blink": { + "animation_length": 0.16667, + "bones": { + "eyelid_right": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_left": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/togedemaru/togedemaru.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/togedemaru/togedemaru.animation.json new file mode 100644 index 0000000..4bc0b31 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/togedemaru/togedemaru.animation.json @@ -0,0 +1,122 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.togedemaru.ground_idle": { + "loop": true, + "bones": { + "tail": { + "rotation": ["math.sin(query.anim_time*90*4)*6", "math.sin(query.anim_time*90*4)*6", 0] + }, + "body": { + "rotation": ["0 - math.cos(query.anim_time * 90 * 4) * -3", 0, 0], + "position": [0, "0-math.cos(query.anim_time * 90 * 8-90) * 0.1", 0] + }, + "ear_left": { + "rotation": ["0 - math.cos(query.anim_time * 90 * 4) * -5", 0, 0] + }, + "ear_right": { + "rotation": ["0 - math.cos(query.anim_time * 90 * 4) * -5", 0, 0] + }, + "hand_left": { + "rotation": [0, 0, "0 - math.cos(query.anim_time * 90 * 4) * 3"] + }, + "hand_right": { + "rotation": [0, 0, "0 - math.cos(query.anim_time * 90 * 4) * -3"] + }, + "bone4": { + "rotation": [0, "0 - math.cos(query.anim_time * 90 * 4) * -3", 0] + }, + "bone5": { + "rotation": [0, "0 - math.cos(query.anim_time * 90 * 4) * -3", 0] + }, + "bone6": { + "rotation": [0, "0 - math.cos(query.anim_time * 90 * 4) * -3", 0] + }, + "bone2": { + "rotation": [0, "0 - math.cos(query.anim_time * 90 * 4) * 3", 0] + }, + "bone3": { + "rotation": [0, "0 - math.cos(query.anim_time * 90 * 4) * 3", 0] + }, + "bone": { + "rotation": [0, "0 - math.cos(query.anim_time * 90 * 4) * 3", 0] + } + } + }, + "animation.togedemaru.ground_walk": { + "loop": true, + "bones": { + "tail": { + "rotation": [125, 0, 0], + "position": [0, 0, 2.425] + }, + "nose": { + "rotation": [7.5, 0, 0] + }, + "bone4": { + "rotation": [0, 17.5, 0] + }, + "bone5": { + "rotation": [0, 17.5, 0] + }, + "bone6": { + "rotation": [0, 17.5, 0] + }, + "bone8": { + "rotation": [0, -12.5, 0] + }, + "bone7": { + "rotation": [0, 12.5, 0] + }, + "bone2": { + "rotation": [0, -17.5, 0] + }, + "bone3": { + "rotation": [0, -17.5, 0] + }, + "bone": { + "rotation": [0, -17.5, 0] + }, + "leg_left": { + "rotation": [-7.5, 0, 0] + }, + "leg_right": { + "rotation": [-7.5, 0, 0] + }, + "eyelid": { + "position": [0, 0, -0.075] + }, + "eyelid2": { + "position": [0, 0, -0.075] + }, + "togedemaru": { + "rotation": ["(q.anim_time*90*10.05)", 0, "math.sin(q.anim_time*90*5)*3"], + "position": [ + "math.sin(q.anim_time*90*2.5)*0.5", + "math.clamp((math.sin(q.anim_time*90*4*2.5-90)*1+1)*5,0,2.5)+math.clamp((math.sin(q.anim_time*90*4*2.5-90)*1+1)*0.5,0,2)", + 0 + ] + } + } + }, + "animation.togedemaru.blink": { + "animation_length": 0.25, + "bones": { + "eyelid": { + "position": { + "0.0": [0, 0, -0.075], + "0.1667": [0, 0, -0.075], + "0.2083": [0, 0, -0.02] + } + }, + "eyelid2": { + "position": { + "0.0": [0, 0, -0.075], + "0.1667": [0, 0, -0.075], + "0.2083": [0, 0, -0.02] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/tornadus/tornadus.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/tornadus/tornadus.animation.json new file mode 100644 index 0000000..f3121ba --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/tornadus/tornadus.animation.json @@ -0,0 +1,4162 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.tornadus.cry": { + "animation_length": 1.9167, + "bones": { + "arm_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [16.98216, -14.98328, -49.74943], + "1.0": [16.98216, -14.98328, -49.74943], + "1.75": [0, 0, 0] + } + }, + "bicep_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-96.04711, -21.46111, -42.46794], + "1.0": [-96.04711, -21.46111, -42.46794], + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, -0.5, 0], + "1.0": [0, -0.5, 0], + "1.75": [0, 0, 0] + } + }, + "forearm_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-24.58534, -17.84677, 51.17054], + "1.0": [-24.58534, -17.84677, 51.17054], + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, -1, 0], + "1.0": [0, -1, 0], + "1.75": [0, 0, 0] + } + }, + "wrist_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-56.7655, 11.75167, 15.72207], + "1.0": [-56.7655, 11.75167, 15.72207], + "1.75": [0, 0, 0] + } + }, + "hand_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 17.5, 0], + "1.0": [0, 17.5, 0], + "1.75": [0, 0, 0] + } + }, + "thumb_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [17.67066, 8.0592, -18.32028], + "1.0": [17.67066, 8.0592, -18.32028], + "1.75": [0, 0, 0] + } + }, + "rthumb_tip": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [22.5, 0, 0], + "1.0": [22.5, 0, 0], + "1.75": [0, 0, 0] + } + }, + "index_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 5, 0], + "1.0": [0, 5, 0], + "1.75": [0, 0, 0] + } + }, + "Rindex_tip": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 65, 0], + "1.0": [0, 65, 0], + "1.75": [0, 0, 0] + } + }, + "middle_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 12.5, 0], + "1.0": [0, 12.5, 0], + "1.75": [0, 0, 0] + } + }, + "Rmiddle_tip": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [21.32038, 75.73781, 15.29151], + "1.0": [21.32038, 75.73781, 15.29151], + "1.75": [0, 0, 0] + } + }, + "ring_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 17.5, 0], + "1.0": [0, 17.5, 0], + "1.75": [0, 0, 0] + } + }, + "Rring_tip": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 40, 0], + "1.0": [0, 40, 0], + "1.75": [0, 0, 0] + } + }, + "pinky_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 15, 0], + "1.0": [0, 15, 0], + "1.75": [0, 0, 0] + } + }, + "Rpinky_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 60, 0], + "1.0": [0, 60, 0], + "1.75": [0, 0, 0] + } + }, + "shoulder_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-40.059, 61.94246, 64.30172], + "1.0": [-65.059, 61.94246, 64.30172], + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [-1, -0.5, -0.7], + "1.0": [-1, -0.5, -0.7], + "1.75": [0, 0, 0] + } + }, + "bicep_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-88.72526, 12.07608, 24.19559], + "1.0": [-88.72526, 12.07608, 24.19559], + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0, -1], + "1.0": [0, 0, -1], + "1.75": [0, 0, 0] + } + }, + "forearm_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [262.34598, 11.14607, -351.19338], + "1.0": [262.34598, 11.14607, -351.19338], + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, -1, 1], + "1.0": [0, -1, 1], + "1.75": [0, 0, 0] + } + }, + "thumb_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 35], + "1.0": [0, 0, 35], + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "1.0": [0, 0, 0], + "1.75": [0, 0, 0] + } + }, + "index_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -22.5, 0], + "1.0": [0, -22.5, 0], + "1.75": [0, 0, 0] + } + }, + "middle_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -27.5, 0], + "1.0": [0, -27.5, 0], + "1.75": [0, 0, 0] + } + }, + "ring_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -17.5, 0], + "1.0": [0, -17.5, 0], + "1.75": [0, 0, 0] + } + }, + "pinky_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -10, 0], + "1.0": [0, -10, 0], + "1.75": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": [5, 0, 0] + } + }, + "tail_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-18.84825, 11.83747, -12.17553], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-18.84825, 11.83747, -12.17553], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + } + }, + "tail_3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-6.81098, -0.54996, 3.1264], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-6.81098, -0.54996, 3.1264], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + } + }, + "tail_4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.5, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.5, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + } + }, + "tail_5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-10, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-10, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + } + }, + "tail_6": { + "rotation": { + "0.0": [0, 0, 0], + "1.75": [0, 0, 0] + } + }, + "tail_7": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-20, 0, 0], + "1.0": [-20, 0, 0], + "1.75": [0, 0, 0] + } + }, + "tip_8": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-30, 0, 0], + "1.0": [-30, 0, 0], + "1.75": [0, 0, 0] + } + }, + "mainthing": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + } + }, + "shoulder_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-38.09836, -52.19569, -10.59801], + "1.0": [-55.59836, -52.19569, -10.59801], + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0, -1], + "1.0": [0, 0, -1], + "1.75": [0, 0, 0] + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + } + }, + "thumbleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [65, 0, 0], + "1.0": [65, 0, 0], + "1.75": [0, 0, 0] + } + }, + "indexleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -57.5, 0], + "1.0": [0, -57.5, 0], + "1.75": [0, 0, 0] + } + }, + "midleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -55, 0], + "1.0": [0, -55, 0], + "1.75": [0, 0, 0] + } + }, + "ringleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -77.5, 0], + "1.0": [0, -77.5, 0], + "1.75": [0, 0, 0] + } + }, + "pinkleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -90, 0], + "1.0": [0, -90, 0], + "1.75": [0, 0, 0] + } + }, + "wrist_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-12.51758, 14.99961, 0.11051], + "1.0": [-12.51758, 14.99961, 0.11051], + "1.75": [0, 0, 0] + } + } + } + }, + "animation.tornadus.ground_idle": { + "loop": true, + "bones": { + "mainthing": { + "position": [0, "0-math.sin(q.anim_time*45*1)*1", 0] + }, + "upperbody": { + "position": [0, "-2-math.sin(q.anim_time*45*0.8)*1", 0] + }, + "tail_1": { + "rotation": ["-math.sin(q.anim_time*90*1)*2", 0, 0] + } + } + }, + "animation.tornadus.ground_walk": { + "loop": true, + "bones": { + "head": { + "rotation": [-10, 0, 0], + "position": [0, 0, 0] + }, + "mainthing": { + "rotation": [17.5, 0, 0], + "position": [0, "3-math.sin(q.anim_time*45*2)*1", 0] + }, + "upperbody": { + "position": [0, "-2-math.sin(q.anim_time*45*0.8)*1", 0] + }, + "torso": { + "rotation": [-10, 0, 0], + "position": [0, -1, 0] + }, + "tail_1": { + "rotation": ["-math.sin(q.anim_time*90*1)*2", 0, 0] + } + } + }, + "animation.tornadus.status": { + "loop": true, + "animation_length": 2.6667, + "bones": { + "mainthing": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 3, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 3, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "shoulder_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [3.66507, -16.73043, -0.41274], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [3.66507, -16.73043, -0.41274], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [3.66507, -16.73043, -0.41274], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bicep_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1.85847, -2.43807, -32.13772], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [1.85847, -2.43807, -32.13772], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [1.85847, -2.43807, -32.13772], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "forearm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-144.27194, -50.36074, -143.90337], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-144.27194, -50.36074, -143.90337], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-144.27194, -50.36074, -143.90337], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wrist_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-2.11723, 26.3768, 9.4362], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-2.11723, 26.3768, 9.4362], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-2.11723, 26.3768, 9.4362], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "shoulder_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [11.41375, 35.92332, -22.46207], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [11.41375, 35.92332, -22.46207], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [11.41375, 35.92332, -22.46207], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-2.85579, 41.89002, 8.30493], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-5.82296, 47.54368, 17.07307], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 2], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 2], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bicep_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1.14151, 9.99247, 2.38386], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0.68566, -7.44904, 3.88961], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-0.96817, 4.98453, 7.889], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-6.19379, 1.66763, 22.62878], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "forearm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [8.17376, 37.67609, -10.76218], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [10.8309, 33.18947, -14.21648], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [10.8309, 33.18947, -14.21648], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [7.26886, 52.08762, -17.09028], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [7.9832, 49.8101, -18.3446], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wrist_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-1.14336, 3.69649, 8.10754], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [1.41121, -1.31933, 7.58996], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-1.14336, 3.69649, 8.10754], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-28.55921, -13.90496, -14.16023], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-25.29671, 22.02927, 7.33877], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "middle_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ring_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "pinky_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-20.28592, -52.30155, 25.03987], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-20.28592, -52.30155, 25.03987], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-18.84825, 11.83747, -12.17553], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-18.84825, 11.83747, -12.17553], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-6.81098, -0.54996, 3.1264], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-6.81098, -0.54996, 3.1264], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.5, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-12.5, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-10, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-10, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_7": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tip_8": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "thumbleft2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [62.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [62.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "midleft2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -72.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -72.5, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ringleft2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -87.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -87.5, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "pinkleft2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -80, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -80, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "thumb_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "index_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 67.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 67.5, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "indexleft2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 27.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 27.5, 0], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0, -0.1], + "2.0": [0, 0, -0.1], + "2.6667": [0, 0, 0] + } + } + } + }, + "animation.tornadus.quirk": { + "animation_length": 3.5, + "bones": { + "mainthing": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "upperbody": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -37.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -37.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [20, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [20, -2.5, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0.19, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0.19, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [16.98216, -14.98328, -49.74943], + "1.0": [16.98216, -14.98328, -49.74943], + "1.5": [16.98216, -14.98328, -49.74943], + "2.0": [16.98216, -14.98328, -49.74943], + "3.0": [16.98216, -14.98328, -49.74943], + "3.5": [0, 0, 0] + } + }, + "shoulder_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-38.09836, -52.19569, -10.59801], + "1.0": [-38.09836, -52.19569, -10.59801], + "1.5": [64.91351, -17.06891, 125.75116], + "2.0": [64.91351, -17.06891, 125.75116], + "2.5": [27.10317, -12.2373, 80.65881], + "3.0": [27.10317, -12.2373, 80.65881], + "3.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0, -1], + "1.0": [0, 0, -1], + "1.5": [0, -1, -1], + "2.0": [0, -1, -1], + "2.5": [1, -0.67, -0.67], + "3.0": [1, -0.67, -0.67], + "3.5": [0, 0, 0] + } + }, + "bicep_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-96.04711, -21.46111, -42.46794], + "1.0": [-96.04711, -21.46111, -42.46794], + "1.5": [-95.62546, 6.13406, -43.21978], + "2.0": [-95.62546, 6.13406, -43.21978], + "2.5": [-89.79087, -22.03727, -29.21028], + "3.0": [-89.79087, -22.03727, -29.21028], + "3.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, -0.5, 0], + "1.0": [0, -0.5, 0], + "1.5": [0, -1, -1], + "2.0": [0, -1, -1], + "2.5": [0, 0.33, -0.67], + "3.0": [0, 0.33, -0.67], + "3.5": [0, 0, 0] + } + }, + "forearm_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-24.58534, -17.84677, 51.17054], + "1.0": [-24.58534, -17.84677, 51.17054], + "1.5": [-59.33406, -109.33522, -94.81321], + "2.0": [-59.33406, -109.33522, -94.81321], + "2.5": [-67.92997, -80.14271, -80.43778], + "3.0": [-67.92997, -80.14271, -80.43778], + "3.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, -1, 0], + "1.0": [0, -1, 0], + "1.5": [0, 0.25, 1], + "2.0": [0, 0.25, 1], + "3.5": [0, 0, 0] + } + }, + "wrist_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-56.7655, 11.75167, 15.72207], + "1.0": [-56.7655, 11.75167, 15.72207], + "1.5": [1.46489, 13.34342, 0.78851], + "2.0": [1.46489, 13.34342, 0.78851], + "2.5": [1.46489, 13.34342, 0.78851], + "3.0": [1.46489, 13.34342, 0.78851], + "3.5": [0, 0, 0] + } + }, + "hand_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 17.5, 0], + "1.0": [0, 17.5, 0], + "1.5": [0, 12.5, 0], + "2.0": [0, 12.5, 0], + "3.5": [0, 0, 0] + } + }, + "thumb_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [17.67066, 8.0592, -18.32028], + "1.0": [17.67066, 8.0592, -18.32028], + "1.5": [17.67066, 8.0592, -18.32028], + "2.0": [17.67066, 8.0592, -18.32028], + "2.5": [17.67066, 8.0592, -18.32028], + "3.0": [17.67066, 8.0592, -18.32028], + "3.5": [0, 0, 0] + } + }, + "rthumb_tip": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [22.5, 0, 0], + "1.0": [22.5, 0, 0], + "1.5": [22.5, 0, 0], + "2.0": [22.5, 0, 0], + "2.5": [22.5, 0, 0], + "3.0": [22.5, 0, 0], + "3.5": [0, 0, 0] + } + }, + "index_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 5, 0], + "1.0": [0, 5, 0], + "1.5": [0, -35, 0], + "2.0": [0, -35, 0], + "2.5": [0, 5, 0], + "3.0": [0, 5, 0], + "3.5": [0, 0, 0] + } + }, + "Rindex_tip": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 65, 0], + "1.0": [0, 65, 0], + "1.5": [0, 25, 0], + "2.0": [0, 25, 0], + "2.5": [0, 65, 0], + "3.0": [0, 65, 0], + "3.5": [0, 0, 0] + } + }, + "middle_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 12.5, 0], + "1.0": [0, 12.5, 0], + "1.5": [0, -27.5, 0], + "2.0": [0, -27.5, 0], + "2.5": [0, 12.5, 0], + "3.0": [0, 12.5, 0], + "3.5": [0, 0, 0] + } + }, + "Rmiddle_tip": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [21.32038, 75.73781, 15.29151], + "1.0": [21.32038, 75.73781, 15.29151], + "1.5": [5.247, 11.63029, -4.3677], + "2.0": [5.247, 11.63029, -4.3677], + "2.5": [21.32038, 75.73781, 15.29151], + "3.0": [21.32038, 75.73781, 15.29151], + "3.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.5": [0, 0, 0], + "2.0": [0, 0, 0], + "3.5": [0, 0, 0] + } + }, + "ring_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 17.5, 0], + "1.0": [0, 17.5, 0], + "1.5": [0, -30, 0], + "2.0": [0, -30, 0], + "2.5": [0, 17.5, 0], + "3.0": [0, 17.5, 0], + "3.5": [0, 0, 0] + } + }, + "Rring_tip": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 40, 0], + "1.0": [0, 40, 0], + "1.5": [0, 22.5, 0], + "2.0": [0, 22.5, 0], + "2.5": [0, 40, 0], + "3.0": [0, 40, 0], + "3.5": [0, 0, 0] + } + }, + "pinky_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 15, 0], + "1.0": [0, 15, 0], + "1.5": [0, -30, 0], + "2.0": [0, -30, 0], + "2.5": [0, 15, 0], + "3.0": [0, 15, 0], + "3.5": [0, 0, 0] + } + }, + "Rpinky_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 60, 0], + "1.0": [0, 60, 0], + "1.5": [0, 15, 0], + "2.0": [0, 15, 0], + "2.5": [0, 60, 0], + "3.0": [0, 60, 0], + "3.5": [0, 0, 0] + } + }, + "shoulder_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-40.059, 61.94246, 64.30172], + "1.0": [-40.059, 61.94246, 64.30172], + "1.5": [26.70193, 67.06169, -17.42234], + "2.0": [26.70193, 67.06169, -17.42234], + "2.5": [-16.24493, 19.51236, 7.81181], + "3.0": [-16.24493, 19.51236, 7.81181], + "3.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [-1, -0.5, -0.7], + "1.0": [-1, -0.5, -0.7], + "1.5": [-1, -0.5, 0.3], + "2.0": [-1, -0.5, 0.3], + "2.5": [-0.67, -0.33, -0.8], + "3.0": [-0.67, -0.33, -0.8], + "3.5": [0, 0, 0] + } + }, + "bicep_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-88.72526, 12.07608, 24.19559], + "1.0": [-88.72526, 12.07608, 24.19559], + "1.5": [-90.05174, 13.17638, 36.71744], + "2.0": [-90.05174, 13.17638, 36.71744], + "2.5": [-90.05174, 13.17638, 36.71744], + "3.0": [-90.05174, 13.17638, 36.71744], + "3.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0, -1], + "1.0": [0, 0, -1], + "1.5": [0, 0, -1], + "2.0": [0, 0, -1], + "2.5": [0, 0, -1], + "3.0": [0, 0, -1], + "3.5": [0, 0, 0] + } + }, + "forearm_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [262.34598, 11.14607, -351.19338], + "1.0": [262.34598, 11.14607, -351.19338], + "1.5": [-161.27276, 14.86739, 95.53949], + "2.0": [-161.27276, 14.86739, 95.53949], + "2.5": [-188.53617, 95.54023, 150.94913], + "3.0": [-188.53617, 95.54023, 150.94913], + "3.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, -1, 1], + "1.0": [0, -1, 1], + "1.5": [0, -1, 0], + "2.0": [0, -1, 0], + "2.5": [2, 1, 0], + "3.0": [2, 1, 0], + "3.5": [0, 0, 0] + } + }, + "hand_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-9.60636, -7.78364, 1.33793], + "1.0": [-9.60636, -7.78364, 1.33793], + "1.5": [-9.60636, -7.78364, 1.33793], + "2.0": [-9.60636, -7.78364, 1.33793], + "2.5": [-9.60636, -7.78364, 1.33793], + "3.0": [-9.60636, -7.78364, 1.33793], + "3.5": [0, 0, 0] + } + }, + "thumb_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 35], + "1.0": [0, 0, 35], + "1.5": [0, 0, 35], + "2.0": [0, 0, 35], + "2.5": [0, 0, 35], + "3.0": [0, 0, 35], + "3.5": [0, 0, 0] + }, + "position": { + "0.5": [0, 0, 0], + "1.0": [0, 0, 0], + "1.5": [0, 0, 0], + "2.0": [0, 0, 0], + "2.5": [0, 0, 0], + "3.0": [0, 0, 0] + } + }, + "thumbleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [65, 0, 0], + "1.0": [65, 0, 0], + "1.5": [65, 0, 0], + "2.0": [65, 0, 0], + "2.5": [65, 0, 0], + "3.0": [65, 0, 0], + "3.5": [0, 0, 0] + } + }, + "index_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -22.5, 0], + "1.0": [0, -22.5, 0], + "1.5": [0, -22.5, 0], + "2.0": [0, -22.5, 0], + "2.5": [0, -22.5, 0], + "3.0": [0, -22.5, 0], + "3.5": [0, 0, 0] + } + }, + "indexleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -57.5, 0], + "1.0": [0, -57.5, 0], + "1.5": [0, -57.5, 0], + "2.0": [0, -57.5, 0], + "2.5": [0, -57.5, 0], + "3.0": [0, -57.5, 0], + "3.5": [0, 0, 0] + } + }, + "middle_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -27.5, 0], + "1.0": [0, -27.5, 0], + "1.5": [0, -27.5, 0], + "2.0": [0, -27.5, 0], + "2.5": [0, -27.5, 0], + "3.0": [0, -27.5, 0], + "3.5": [0, 0, 0] + } + }, + "midleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -55, 0], + "1.0": [0, -55, 0], + "1.5": [0, -55, 0], + "2.0": [0, -55, 0], + "2.5": [0, -55, 0], + "3.0": [0, -55, 0], + "3.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [1, 0, -1], + "1.0": [1, 0, -1], + "1.5": [1, 0, -1], + "2.0": [1, 0, -1], + "2.5": [1, 0, -1], + "3.0": [1, 0, -1], + "3.5": [0, 0, 0] + } + }, + "ring_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -17.5, 0], + "1.0": [0, -17.5, 0], + "1.5": [0, -17.5, 0], + "2.0": [0, -17.5, 0], + "2.5": [0, -17.5, 0], + "3.0": [0, -17.5, 0], + "3.5": [0, 0, 0] + } + }, + "ringleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -77.5, 0], + "1.0": [0, -77.5, 0], + "1.5": [0, -77.5, 0], + "2.0": [0, -77.5, 0], + "2.5": [0, -77.5, 0], + "3.0": [0, -77.5, 0], + "3.5": [0, 0, 0] + } + }, + "pinky_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -22.5, 0], + "1.0": [0, -22.5, 0], + "1.5": [0, -22.5, 0], + "2.0": [0, -22.5, 0], + "2.5": [0, -22.5, 0], + "3.0": [0, -22.5, 0], + "3.5": [0, 0, 0] + } + }, + "pinkleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -90, 0], + "1.0": [0, -90, 0], + "1.5": [0, -90, 0], + "2.0": [0, -90, 0], + "2.5": [0, -90, 0], + "3.0": [0, -90, 0], + "3.5": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [11.00966, 24.59477, 4.62934], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [11.00966, 24.59477, 4.62934], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-18.39322, 1.99781, 2.04869], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [-22.86553, 0.71324, 1.92306], + "lerp_mode": "catmullrom" + }, + "2.6667": { + "post": [-18.39322, 1.99781, 2.04869], + "lerp_mode": "catmullrom" + }, + "2.75": { + "post": [-18.39322, 1.99781, 2.04869], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-22.86553, 0.71324, 1.92306], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [-18.39322, 1.99781, 2.04869], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-18.39322, 1.99781, 2.04869], + "lerp_mode": "catmullrom" + }, + "3.5": [5, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "3.5": [0, 0, 0] + } + }, + "tail_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-18.84825, 11.83747, -12.17553], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-18.84825, 11.83747, -12.17553], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-6.81098, -0.54996, 3.1264], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-6.81098, -0.54996, 3.1264], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.5, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.5, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-10, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-10, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "3.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_6": { + "rotation": { + "0.0": [0, 0, 0], + "3.5": [0, 0, 0] + } + }, + "tail_7": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-20, 0, 0], + "3.5": [0, 0, 0] + } + }, + "tip_8": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-30, 0, 0], + "3.5": [0, 0, 0] + } + }, + "wrist_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-12.93856, 14.94727, 15.1163], + "1.0": [-12.93856, 14.94727, 15.1163], + "1.5": [-12.93856, 14.94727, 15.1163], + "2.0": [-12.93856, 14.94727, 15.1163], + "2.5": [52.06144, 14.94727, 15.1163], + "3.0": [52.06144, 14.94727, 15.1163], + "3.5": [0, 0, 0] + } + } + } + }, + "animation.tornadus.faint": { + "loop": true, + "animation_length": 3, + "bones": { + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [16.98216, -14.98328, -49.74943], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [16.98216, -14.98328, -49.74943], + "lerp_mode": "catmullrom" + } + } + }, + "bicep_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-96.04711, -21.46111, -42.46794], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-96.04711, -21.46111, -42.46794], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + } + } + }, + "forearm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [133.19634, -57.67501, 213.10634], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [133.19634, -57.67501, 213.10634], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wrist_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [8.2345, 11.75167, 15.72207], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [8.2345, 11.75167, 15.72207], + "lerp_mode": "catmullrom" + } + } + }, + "hand_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "thumb_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-7.32934, 8.0592, -18.32028], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-7.32934, 8.0592, -18.32028], + "lerp_mode": "catmullrom" + } + } + }, + "rthumb_tip": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "index_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -67.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -67.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rindex_tip": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "middle_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -95, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -95, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rmiddle_tip": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [5.14118, 1.67114, -5.27798], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [5.14118, 1.67114, -5.27798], + "lerp_mode": "catmullrom" + } + } + }, + "ring_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -82.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -82.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rring_tip": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "pinky_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -105, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -105, 0], + "lerp_mode": "catmullrom" + } + } + }, + "Rpinky_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 22.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "shoulder_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-69.77781, 59.1272, 95.18024], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-69.77781, 59.1272, 95.18024], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-1, -0.5, 0.3], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-1, -0.5, 0.3], + "lerp_mode": "catmullrom" + } + } + }, + "bicep_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-95.83558, 17.19945, 29.71022], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-95.83558, 17.19945, 29.71022], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -1, -1], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -1, -1], + "lerp_mode": "catmullrom" + } + } + }, + "forearm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [164.28222, 72.6418, -151.72971], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [164.28222, 72.6418, -151.72971], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [1, -1, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1, -1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "thumb_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-70, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-70, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "index_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + } + } + }, + "middle_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 10, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ring_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "pinky_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 40, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 40, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-33.74538, 24.3683, -5.7632], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-36.24538, -24.3683, 5.7632], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-35.9936, 21.93857, -5.123], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-33.74538, 24.3683, -5.7632], + "lerp_mode": "catmullrom" + } + } + }, + "tail_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-27.46136, 2.40449, -2.47315], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-61.34825, 11.83747, -12.17553], + "lerp_mode": "catmullrom" + } + } + }, + "tail_3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-39.31098, -0.54996, 3.1264], + "lerp_mode": "catmullrom" + } + } + }, + "tail_4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-35.74845, 5.47345, -0.24622], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-28.30005, 26.94622, -1.21217], + "lerp_mode": "catmullrom" + } + } + }, + "tail_5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-10, 12.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-20.49008, -11.53486, 4.8493], + "lerp_mode": "catmullrom" + } + } + }, + "tail_7": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-15.27399, -1.36594, -17.57352], + "lerp_mode": "catmullrom" + } + } + }, + "tip_8": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "mainthing": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 9, 0], + "lerp_mode": "catmullrom" + } + } + }, + "shoulder_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-73.27888, -29.05536, -39.33729], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-73.27888, -29.05536, -39.33729], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -1, -2], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -1, -2], + "lerp_mode": "catmullrom" + } + } + }, + "indexleft2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -47.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -47.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "midleft2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -17.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ringleft2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + } + } + }, + "pinkleft2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -45, 0], + "lerp_mode": "catmullrom" + } + } + }, + "thumbleft2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [37.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wrist_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-65.17105, 9.48648, 10.07344], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-65.17105, 9.48648, 10.07344], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "0.75": [0, 0, -1], + "3.0": [0, 0, -1] + } + }, + "hand_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-25.737, 14.5412, 9.52558], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-25.737, 14.5412, 9.52558], + "lerp_mode": "catmullrom" + } + } + }, + "tail_2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "browright": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [0, 0, -20] + }, + "scale": { + "0.0": [1, 1, 1], + "0.75": [1.3, 1, 1] + } + }, + "browleft": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 47.5] + }, + "position": { + "0.0": [0, 0, 0], + "0.75": [1, 0.3, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "0.75": [1.3, 1.1, 1] + } + } + } + }, + "animation.tornadus.special_attack": { + "animation_length": 2.5, + "bones": { + "mainthing": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 30, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, 30, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "upperbody": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -15, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 20, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "shoulder_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-27.04578, -5.7878, -45.85396], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [3.75662, -45.0473, -24.24284], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [3.75662, -45.0473, -24.24284], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bicep_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-9.68826, -16.18481, -57.94102], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-5.89379, -12.00199, -30.49633], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-5.89379, -12.00199, -30.49633], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "forearm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-178.36016, -7.76708, -181.99503], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-137.31772, -77.67383, -140.25249], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-137.04862, -44.93934, -143.79396], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-137.04862, -44.93934, -143.79396], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wrist_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [6.62672, -3.00141, -45.07426], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-0.59857, 31.8655, 21.88793], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-0.59857, 31.8655, 21.88793], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "hand_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -32.5, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "index_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -47.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -47.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "middle_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -20, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ring_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "pinky_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -27.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "shoulder_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-58.395, 99.67957, 50.37232], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-72.95317, -0.97263, 96.13048], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-72.95317, -0.97263, 96.13048], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "bicep_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 17.5, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-15.26684, 13.37341, 40.3758], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15.26684, 13.37341, 40.3758], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "forearm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [127.10581, 70.63684, -141.79222], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [84.04797, 36.78782, -146.68224], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [1, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [1.86, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wrist_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-101.34951, 2.10037, 8.62454], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-58.72776, 2.78547, -8.01414], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "0.75": [1, 0, -1] + } + }, + "hand_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-12.5, 27.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -30, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [17.5, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [17.5, 22.5, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -90], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-12.5, 0, -90], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-8.27166, -16.24478, -47.08751], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-12.01, 10.58608, -10.01879], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [1.54016, -28.50824, -1.26387], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [1.54016, -28.50824, -1.26387], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [1.89625, -19.49119, -10.5248], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [1.89625, -19.49119, -10.5248], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-30.21362, 6.49053, -3.76613], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-3.80155, -5.49882, -12.50527], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-3.80155, -5.49882, -12.50527], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-26.78135, 20.29348, -9.92926], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-1.48685, 16.5773, -1.81147], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-1.48685, 16.5773, -1.81147], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_6": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-3.38852, 16.41371, -6.15491], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-45.61607, -20.35421, -13.66426], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-27.38832, 20.98479, -11.19225], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_7": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-22.57734, -4.61854, 1.91757], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [3.47698, 1.16776, 49.20183], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-4.02302, 1.16776, 49.20183], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tip_8": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.tornadus.physical_attack": { + "loop": true, + "animation_length": 1.5, + "bones": { + "mainthing": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 3, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "upperbody": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 35, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 35, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-11.32607, -37.33289, 6.29298], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, -37.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 25, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-0.53889, -10.0593, -0.0117], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-0.53889, -10.0593, -0.0117], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "shoulder_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-26.91312, -14.97402, -31.87535], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-26.91312, -14.97402, -31.87535], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-8.22225, -92.01206, -42.52995], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-8.22225, -92.01206, -42.52995], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "bicep_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-81.19352, -9.20493, -45.298], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-81.19352, -9.20493, -45.298], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-67.03836, 46.97727, -26.25487], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-67.03836, 46.97727, -26.25487], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "forearm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-70.19861, -59.35298, -120.68869], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-70.19861, -59.35298, -120.68869], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-128.87318, -84.02683, -61.13347], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-128.87318, -84.02683, -61.13347], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "wrist_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [17.25888, -2.48774, -34.32359], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [17.25888, -2.48774, -34.32359], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-2.5122, 9.26392, 7.26597], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-2.5122, 9.26392, 7.26597], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "hand_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-1.00966, -24.59477, -15.37066], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-1.00966, -24.59477, -15.37066], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-0.00933, 2.462, -20.43439], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-0.00933, 2.462, -20.43439], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "thumb_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [22.5, 0, -13.38192], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [22.5, 0, -13.38192], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "index_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, -40, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, -40, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 9.31, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 9.31, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "Rindex_tip": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [0, 57.5, 0], + "1.0417": [0, 57.5, 0] + } + }, + "middle_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, -42.5, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, -42.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -0.42, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, -0.42, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "Rmiddle_tip": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 68.65, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 68.65, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "ring_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -1.22, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, -1.22, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "Rring_tip": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 69.73, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 69.73, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "pinky_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, -62.5, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, -62.5, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 9.24, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 9.24, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "Rpinky_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [0, 60, 0], + "1.0417": [0, 60, 0] + } + }, + "shoulder_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-60.38208, 86.50635, 71.57169], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-60.5225, 111.50559, 71.33008], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-63.88113, 27.58839, 63.00051], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-63.88113, 27.58839, 63.00051], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "bicep_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-17.36402, 21.71077, 10.13189], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-17.36402, 21.71077, 10.13189], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [1.1722, 34.87832, 12.68937], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [7.43538, 22.41112, 27.66754], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [7.43538, 22.41112, 27.66754], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.75": [0, -1, 0], + "1.0417": [0, -1, 0] + } + }, + "forearm_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-27.49394, 30.08495, -7.44009], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-27.49394, 30.08495, -7.44009], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-127.04372, 32.0507, 59.82264], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-309.01793, 0.62974, 233.69494], + "lerp_mode": "catmullrom" + }, + "0.75": [-289.61396, 77.01653, 199.49359], + "1.0417": [-289.61396, 77.01653, 199.49359], + "1.5": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [1, -1, -2], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [1, -1, -2], + "lerp_mode": "catmullrom" + }, + "0.75": [1, 0, 0], + "1.0417": [1, 0, 0], + "1.5": [0, 0, 0] + } + }, + "wrist_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [22.50041, -4.68437, -7.49336], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [22.50041, -4.68437, -7.49336], + "lerp_mode": "catmullrom" + }, + "0.75": [68.77449, 11.18703, 14.91948], + "1.0417": [68.77449, 11.18703, 14.91948], + "1.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.75": [0, 1, 0], + "1.0417": [0, 1, 0], + "1.5": [0, 0, 0] + } + }, + "thumb_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [30, 0, 40] + } + }, + "index_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [0, -17.5, 0] + } + }, + "middle_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [0, -27.5, 0] + } + }, + "ring_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [0, -20, 0] + } + }, + "pinky_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [0, -10, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 47.5, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 47.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "tail_1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-18.84825, 11.83747, -12.17553], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-18.84825, 11.83747, -12.17553], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "tail_3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-6.81098, -0.54996, 3.1264], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-6.81098, -0.54996, 3.1264], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "tail_4": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-12.5, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-12.5, 0, 12.5], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "tail_5": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-10, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-10, 12.5, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "tail_6": { + "rotation": { + "0.0": [0, 0, 0], + "1.5": [0, 0, 0] + } + }, + "tail_7": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-20, 0, 0], + "1.5": [0, 0, 0] + } + }, + "tip_8": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-30, 0, 0], + "1.5": [0, 0, 0] + } + }, + "thumbleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [20, 0, 0] + } + }, + "indexleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [0, -100, 0] + } + }, + "midleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [0, -87.5, 0] + }, + "position": [0, 0, 0] + }, + "ringleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [0, -82.5, 0] + } + }, + "pinkleft2": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [0, -95, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.375": [0.5, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/toxicroak/toxicroak.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/toxicroak/toxicroak.animation.json new file mode 100644 index 0000000..296cf44 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/toxicroak/toxicroak.animation.json @@ -0,0 +1,1208 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.toxicroak.ground_idle": { + "loop": true, + "bones": { + "leg_right": { + "rotation": ["4*Math.abs(math.cos(query.anim_time * 270)) + 20.0053", 28.48042, 9.8491], + "position": [ + "-0.1*Math.abs(math.cos(query.anim_time * 270))", + "0.2*Math.abs(math.cos(query.anim_time * 270))", + "-0.5*Math.abs(math.cos(query.anim_time * 270))" + ] + }, + "leg_2_right": { + "rotation": [15, 0, 0] + }, + "foot_right": { + "rotation": ["-4*Math.abs(math.cos(query.anim_time * 270))", 0, 0], + "position": [ + "-0.2*Math.abs(math.cos(query.anim_time * 270))", + "-0.2*Math.abs(math.cos(query.anim_time * 270))", + "-0.2*Math.abs(math.cos(query.anim_time * 270))" + ] + }, + "toe_right_right": { + "rotation": [-30.66307, 13.58401, -16.57142], + "position": [0, 0.25, 0.25] + }, + "toe_right_left": { + "rotation": [-33.36042, -25.85866, 3.97125], + "position": [0, 0.5, 0.5] + }, + "toe_right_middle": { + "rotation": [-32.27733, -4.02155, -6.33586], + "position": [0, 0.5, 0] + }, + "leg_left": { + "rotation": ["4*Math.abs(math.cos(query.anim_time * 270))-7.8595", -17.34551, 2.35666], + "position": [ + "0.2*Math.abs(math.cos(query.anim_time * 270)) + 0.5", + "0.2*Math.abs(math.cos(query.anim_time * 270))", + "-0.5*Math.abs(math.cos(query.anim_time * 270))" + ] + }, + "foot_left": { + "rotation": ["-4*Math.abs(math.cos(query.anim_time * 270))+17.5", 0, 0] + }, + "toe_left_middle": { + "rotation": [-7.5, 0, 0] + }, + "toe_left_right": { + "rotation": [-10.17995, -12.39135, 1.6575] + }, + "toe_left_left": { + "rotation": [-7.67995, 12.39135, -1.6575] + }, + "body": { + "rotation": [10, 0, 0], + "position": [0, "0.75*Math.abs(math.cos(query.anim_time * 270))", 0] + }, + "arm_left": { + "rotation": [-12.06099, 10.25367, "3*math.cos((query.anim_time - 0.5) * 540) -21.4347"] + }, + "hand_left": { + "rotation": [-27.5, 47.5, "3*math.cos((query.anim_time - 0.75) * 540)"] + }, + "thumb_left": { + "rotation": [40, 0, 0] + }, + "finger_front_left": { + "rotation": [11.14843, 22.52101, 27.22644] + }, + "finger_back_left": { + "rotation": [-11.70092, -19.3546, 32.00206] + }, + "claw_left": { + "rotation": [0, 0, -7.5] + }, + "arm_right": { + "rotation": [5.96606, -8.31223, "-3*math.cos((query.anim_time - 0.5) * 540) -24.3619"] + }, + "hand_right": { + "rotation": [-15.19185, -56.64466, "-3*math.cos((query.anim_time - 0.75) * 540) + 19.9217"] + }, + "claw_right": { + "rotation": [0, 0, 7.5] + }, + "thumb_right": { + "rotation": [40, 0, 0] + }, + "finger_back_right": { + "rotation": [-11.70092, 19.3546, -32.00206] + }, + "finger_front_right": { + "rotation": [11.14843, -22.52101, -27.22644] + }, + "head": { + "rotation": [-5, 0, 0] + }, + "throat_sack": { + "rotation": [-7.5, 0, 0], + "position": [0, 0.25, "0.3*math.cos(query.anim_time * 180) + 1"] + } + } + }, + "animation.toxicroak.ground_walk": { + "loop": true, + "animation_length": 0.96, + "bones": { + "leg_right": { + "rotation": { + "0.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [72.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_2_right": { + "rotation": { + "0.0": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "toe_right_right": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.12": { + "post": [2.66, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "toe_right_left": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.12": { + "post": [2.66, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "toe_right_middle": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.12": { + "post": [2.97, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [72.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [72.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + } + } + }, + "leg_2_left": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "toe_left_middle": { + "rotation": { + "0.0": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [2.97, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [12.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "toe_left_right": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [2.66, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "toe_left_left": { + "rotation": { + "0.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6": { + "post": [3.28, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "body": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.16": { + "post": [0, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [0, -0.5, 0], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [-9.2528, -51.72463, 15.50697], + "lerp_mode": "catmullrom" + }, + "0.16": { + "post": [-15.33377, -50.6579, 23.3056], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [-9.2528, -51.72463, 15.50697], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [-15.33377, -50.6579, 23.3056], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [-9.2528, -51.72463, 15.50697], + "lerp_mode": "catmullrom" + } + } + }, + "hand_left": { + "rotation": { + "0.08": { + "pre": [0, 5, 0], + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [0.43688, 4.98093, 5.019], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [0.43688, 4.98093, 5.019], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [0, 5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "thumb_left": { + "rotation": [17.5, -37.5, 0] + }, + "finger_front_left": { + "rotation": [0, 5, 0] + }, + "finger_back_left": { + "rotation": [0, -12.5, 0] + }, + "claw_left": { + "rotation": [0, 0, -2.5] + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [-9.2528, 51.72463, -15.50697], + "lerp_mode": "catmullrom" + }, + "0.16": { + "post": [-15.33377, 50.6579, -23.3056], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [-9.2528, 51.72463, -15.50697], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [-15.33377, 50.6579, -23.3056], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [-9.2528, 51.72463, -15.50697], + "lerp_mode": "catmullrom" + } + } + }, + "hand_right": { + "rotation": { + "0.0": [0, -5, 0], + "0.08": { + "pre": [0, -5, 0], + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [0.43688, -4.98093, -5.019], + "lerp_mode": "catmullrom" + }, + "0.56": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "0.72": { + "post": [0.43688, -4.98093, -5.019], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "thumb_right": { + "rotation": [17.5, 37.5, 0] + }, + "finger_back_right": { + "rotation": [0, 12.5, 0] + }, + "finger_front_right": { + "rotation": [0, -5, 0] + }, + "head": { + "rotation": [-12.5, 0, 0] + }, + "throat_sack": { + "rotation": [-5, 0, 0], + "position": { + "0.0": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [0, 0.25, 1], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [0, 0.25, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.toxicroak.faint": { + "loop": true, + "animation_length": 2.885, + "bones": { + "leg_right": { + "rotation": { + "0.0": { + "post": [16.73634, -5.188, 16.73634], + "lerp_mode": "catmullrom" + }, + "0.12": { + "post": [-28.26366, -5.188, 16.73634], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [-52.92557, 8.8448, 27.22417], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [-57.92557, 8.8448, 27.22417], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [-105.27647, 3.2947, 5.2861], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [-82.77647, 3.2947, 5.2861], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [-85.27647, 3.2947, 5.2861], + "lerp_mode": "catmullrom" + }, + "1.12": { + "post": [-82.77647, 3.2947, 5.2861], + "lerp_mode": "catmullrom" + } + } + }, + "leg_2_right": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.12": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.88": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.04": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right": { + "rotation": { + "0.0": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + } + } + }, + "toe_right_right": { + "rotation": [-39.23412, 15.74419, -12.49325] + }, + "toe_right_left": { + "rotation": [-37.15846, -18.26883, 13.36473] + }, + "toe_right_middle": { + "rotation": [-37.5, 0, 0], + "position": [0, 0.25, -0.25] + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [-21.17283, -18.74724, 7.09597], + "lerp_mode": "catmullrom" + }, + "0.12": { + "post": [-33.61059, -13.37926, 15.88055], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [-53.67283, -18.74724, 7.09597], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [-66.17283, -18.74724, 7.09597], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [-95.33949, -18.03394, 20.25027], + "lerp_mode": "catmullrom" + }, + "0.8": { + "post": [-80.33949, -18.03394, 20.25027], + "lerp_mode": "catmullrom" + }, + "0.96": { + "post": [-82.83949, -18.03394, 20.25027], + "lerp_mode": "catmullrom" + }, + "1.12": { + "post": [-80.33949, -18.03394, 20.25027], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left": { + "rotation": [-12.5, 0, 0] + }, + "toe_left_middle": { + "rotation": [-20, 0, 0] + }, + "toe_left_right": { + "rotation": [-12.92638, -14.63639, 3.31914] + }, + "toe_left_left": { + "rotation": [-15.34721, 12.06754, -3.28396] + }, + "body": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.12": { + "post": [12.2127, -2.68507, 12.2127], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [-10.30526, -2.85288, 12.97599], + "lerp_mode": "catmullrom" + }, + "0.36": { + "post": [-32.7873, -2.68507, 12.2127], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [-62.7873, -2.68507, 12.2127], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [-77.7873, -2.68507, 12.2127], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [-7.12284, 29.21893, -14.35885], + "lerp_mode": "catmullrom" + }, + "0.12": { + "post": [-15.14005, 21.94623, -26.5677], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [30.43711, 39.4584, 10.85701], + "lerp_mode": "catmullrom" + }, + "0.44": { + "post": [15.43711, 39.4584, 10.85701], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [19.23375, 51.40131, 16.15568], + "lerp_mode": "catmullrom" + }, + "0.88": { + "post": [12.23849, -14.18898, -2.14019], + "lerp_mode": "catmullrom" + }, + "1.04": { + "post": [11.94625, -6.85492, -0.54325], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [12.23849, -14.18898, -2.14019], + "lerp_mode": "catmullrom" + } + } + }, + "hand_left": { + "rotation": { + "0.0": { + "post": [-42.40748, 24.73906, -27.73121], + "lerp_mode": "catmullrom" + }, + "0.12": { + "post": [-27.56512, 40.84577, -0.9428], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [-35.78134, 34.24651, -14.36433], + "lerp_mode": "catmullrom" + }, + "0.44": { + "post": [-43.04844, 14.15592, -28.17587], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [9.45156, 14.15592, -28.17587], + "lerp_mode": "catmullrom" + }, + "0.88": { + "post": [66.65704, 19.86939, 16.18857], + "lerp_mode": "catmullrom" + } + } + }, + "thumb_left": { + "rotation": [25, 0, 0] + }, + "finger_front_left": { + "rotation": [0, 15, 32.5] + }, + "finger_back_left": { + "rotation": [0, -22.5, 32.5] + }, + "claw_left": { + "rotation": [0, 0, -5] + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 10, -25], + "lerp_mode": "catmullrom" + }, + "0.12": { + "post": [0, -5, -25], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [-1.30423, 7.66759, -10.22857], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [-1.33709, -14.82659, -9.71231], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [-1.4899, -29.82209, -9.31345], + "lerp_mode": "catmullrom" + }, + "0.88": { + "post": [-1.40074, 22.66346, -10.59434], + "lerp_mode": "catmullrom" + }, + "1.04": { + "post": [-1.35654, 17.66491, -10.46623], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [-1.40074, 22.66346, -10.59434], + "lerp_mode": "catmullrom" + } + } + }, + "hand_right": { + "rotation": { + "0.0": { + "post": [-22.5, -77.5, 0], + "lerp_mode": "catmullrom" + }, + "0.12": { + "post": [-10.52451, -63.0339, -12.61629], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [-77.86267, -57.12988, 57.19579], + "lerp_mode": "catmullrom" + }, + "0.44": { + "post": [-35.93563, -53.7906, 42.8565], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [14.94305, -59.49708, 15.87965], + "lerp_mode": "catmullrom" + }, + "0.88": { + "post": [86.44306, -27.60079, 6.81763], + "lerp_mode": "catmullrom" + } + } + }, + "claw_right": { + "rotation": [0, 0, 5] + }, + "thumb_right": { + "rotation": [17.5, 0, 0] + }, + "finger_back_right": { + "rotation": [0, 10, 0] + }, + "finger_front_right": { + "rotation": [0, -10, 0] + }, + "head": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.12": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.44": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.88": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.04": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "eye_left": { + "position": [0, 0, 1] + }, + "eye_right": { + "position": [0, 0, 1] + }, + "throat_sack": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.52": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.88": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.84": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 2], + "lerp_mode": "catmullrom" + }, + "0.32": { + "post": [0, 0, 2], + "lerp_mode": "catmullrom" + }, + "0.44": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "0.52": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "2.84": { + "post": [0, 0, 3.47], + "lerp_mode": "catmullrom" + } + } + }, + "all": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.12": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.36": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [4.62934, 0, -11.00966], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [2.12934, 0, -11.00966], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.12": { + "post": [1, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.24": { + "post": [1, 1, 10], + "lerp_mode": "catmullrom" + }, + "0.36": { + "post": [1, 1, 14], + "lerp_mode": "catmullrom" + }, + "0.48": { + "post": [2, -3, 18], + "lerp_mode": "catmullrom" + }, + "0.64": { + "post": [2, -8, 19], + "lerp_mode": "catmullrom" + } + } + }, + "leg_2_left": { + "rotation": { + "0.64": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.88": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.04": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2": { + "post": [27.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.toxicroak.sleep": { + "loop": true, + "bones": { + "leg_right": { + "rotation": [-19.65736, -15.7627, -37.25235] + }, + "foot_right": { + "rotation": ["-3*Math.abs(math.cos(query.anim_time * 270))-15", 0, 0] + }, + "toe_right_right": { + "rotation": [0, 7.5, 0] + }, + "toe_right_left": { + "rotation": [0, -7.5, 0] + }, + "toe_right_middle": { + "rotation": [-7.5, 0, 0] + }, + "leg_left": { + "rotation": [0, 0, 22.5] + }, + "foot_left": { + "rotation": [-10, 0, 0] + }, + "toe_left_right": { + "rotation": [17.5, -5, 0] + }, + "toe_left_left": { + "rotation": [17.5, 5, 0] + }, + "body": { + "rotation": ["0.5*math.cos(query.anim_time * 90) -2.5", 0, 0], + "position": [0, 0, -1] + }, + "arm_left": { + "rotation": [-95.85463, -13.83447, -54.28912] + }, + "hand_left": { + "rotation": [-6.01146, 67.36871, -6.50882] + }, + "arm_right": { + "rotation": [-95.85463, 13.83447, 54.28912] + }, + "hand_right": { + "rotation": [-6.01146, -67.36871, 6.50882] + }, + "head": { + "rotation": ["1*math.cos(query.anim_time * 90) -10", 0, 0] + }, + "eye_left": { + "position": [0, 0, 1] + }, + "eye_right": { + "position": [0, 0, 1] + }, + "throat_sack": { + "position": [0, 0, "0.5*math.cos(query.anim_time * 90)"] + }, + "all": { + "rotation": [-75, 0, 0], + "position": [0, 0, -13] + } + } + } + }, + "geckolib_format_version": 2 +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/tynamo/tynamo.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/tynamo/tynamo.animation.json new file mode 100644 index 0000000..001748f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/tynamo/tynamo.animation.json @@ -0,0 +1,167 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.tynamo.ground_idle": { + "loop": true, + "bones": { + "tynamo": { + "rotation": [ + "2.5-math.sin(q.anim_time*90*4)*1-(math.sin(q.anim_time*90*4)*1)", + "0-math.sin(q.anim_time*90*4)*1-(math.sin(q.anim_time*90*4)*1)", + "0-math.sin(q.anim_time*90*4)*1-(math.sin(q.anim_time*90*4)*1)" + ], + "position": [ + "0+math.sin(q.anim_time*10*4)*2+(math.sin(q.anim_time*5*4)*2)*2-(math.sin(q.anim_time*10*4)*2):+(math.sin(q.anim_time*10*4)*2)", + "9-math.sin(q.anim_time*20*4)*2-(math.sin(q.anim_time*20*4)*1)", + "-7+math.sin(q.anim_time*5*1)*2+(math.sin(q.anim_time*4*1)*2)" + ] + }, + "head": { + "rotation": [0, "2.5-math.sin(q.anim_time*90*4)*4+math.sin(q.anim_time*90*4)*4", 0] + }, + "Torso": { + "rotation": [0, "-4.5-math.sin(q.anim_time*90*4)*6-(math.sin(q.anim_time*90*4)*6)", 0] + }, + "Tail1": { + "rotation": [0, "8+math.sin(q.anim_time*90*4)*8+(math.sin(q.anim_time*90*4)*8)", 0] + }, + "Tail2": { + "rotation": [0, "-5.5-math.sin(q.anim_time*50*4)*5-(math.sin(q.anim_time*50*4)*5)", 0] + }, + "Fin2": { + "position": [0, 0, -1.8], + "scale": [1, 1, 1.37] + } + } + }, + "animation.tynamo.water_idle": { + "loop": true, + "bones": { + "tynamo": { + "rotation": [ + "2.5-math.sin(q.anim_time*90*4)*1-(math.sin(q.anim_time*90*4)*1)", + "0-math.sin(q.anim_time*90*4)*1-(math.sin(q.anim_time*90*4)*1)", + "0-math.sin(q.anim_time*90*4)*1-(math.sin(q.anim_time*90*4)*1)" + ], + "position": [ + "0+math.sin(q.anim_time*10*4)*2+(math.sin(q.anim_time*5*4)*2)*2-(math.sin(q.anim_time*10*4)*2):+(math.sin(q.anim_time*10*4)*2)", + "9-math.sin(q.anim_time*20*4)*2-(math.sin(q.anim_time*20*4)*1)", + "-7+math.sin(q.anim_time*5*1)*2+(math.sin(q.anim_time*4*1)*2)" + ] + }, + "head": { + "rotation": [0, "2.5-math.sin(q.anim_time*90*4)*4+math.sin(q.anim_time*90*4)*4", 0] + }, + "Torso": { + "rotation": [0, "-4.5-math.sin(q.anim_time*90*4)*6-(math.sin(q.anim_time*90*4)*6)", 0] + }, + "Tail1": { + "rotation": [0, "8+math.sin(q.anim_time*90*4)*8+(math.sin(q.anim_time*90*4)*8)", 0] + }, + "Tail2": { + "rotation": [0, "-5.5-math.sin(q.anim_time*50*4)*5-(math.sin(q.anim_time*50*4)*5)", 0] + }, + "Fin2": { + "position": [0, 0, -1.8], + "scale": [1, 1, 1.37] + } + } + }, + "animation.tynamo.water_swim": { + "loop": true, + "bones": { + "tynamo": { + "rotation": [ + "2.5-math.sin(q.anim_time*90*4)*1-(math.sin(q.anim_time*90*4)*1)", + "0-math.sin(q.anim_time*90*4)*1-(math.sin(q.anim_time*90*4)*1)", + "0-math.sin(q.anim_time*90*4)*1-(math.sin(q.anim_time*90*4)*1)" + ], + "position": [ + "0+math.sin(q.anim_time*10*4)*2+(math.sin(q.anim_time*5*4)*2)*2-(math.sin(q.anim_time*10*4)*2):+(math.sin(q.anim_time*10*4)*2)", + "9-math.sin(q.anim_time*20*4)*2-(math.sin(q.anim_time*20*4)*1)", + "-7+math.sin(q.anim_time*5*1)*2+(math.sin(q.anim_time*4*1)*2)" + ] + }, + "head": { + "rotation": [0, "2.5-math.sin(q.anim_time*90*4)*4+math.sin(q.anim_time*90*4)*4", 0] + }, + "Torso": { + "rotation": [0, "-4.5-math.sin(q.anim_time*90*4)*6-(math.sin(q.anim_time*90*4)*6)", 0] + }, + "Tail1": { + "rotation": [0, "8+math.sin(q.anim_time*90*4)*8+(math.sin(q.anim_time*90*4)*8)", 0] + }, + "Tail2": { + "rotation": [0, "-5.5-math.sin(q.anim_time*50*4)*5-(math.sin(q.anim_time*50*4)*5)", 0] + }, + "Fin2": { + "position": [0, 0, -1.8], + "scale": [1, 1, 1.37] + } + } + }, + "animation.tynamo.blink": { + "animation_length": 0.08333, + "bones": { + "Righteyae": { + "position": { + "0.0": [0, 1.8, 0], + "0.0417": [0, 1.8, 0], + "0.0833": [0, 0, 0] + }, + "scale": { + "0.0": [1, 0.1, 1], + "0.0417": [1, 0.1, 1], + "0.0833": [1, 1, 1] + } + }, + "lefteye": { + "position": { + "0.0": [0, 1.8, 0], + "0.0417": [0, 1.8, 0], + "0.0833": [0, 0, 0] + }, + "scale": { + "0.0": [1, 0.1, 1], + "0.0417": [1, 0.1, 1], + "0.0833": [1, 1, 1] + } + } + } + }, + "animation.tynamo.ground_walk": { + "loop": true, + "bones": { + "tynamo": { + "rotation": [ + "2.5-math.sin(q.anim_time*90*4)*1-(math.sin(q.anim_time*90*4)*1)", + "0-math.sin(q.anim_time*90*4)*1-(math.sin(q.anim_time*90*4)*1)", + "0-math.sin(q.anim_time*90*4)*1-(math.sin(q.anim_time*90*4)*1)" + ], + "position": [ + "0+math.sin(q.anim_time*10*4)*2+(math.sin(q.anim_time*5*4)*2)*2-(math.sin(q.anim_time*10*4)*2):+(math.sin(q.anim_time*10*4)*2)", + "9-math.sin(q.anim_time*20*4)*2-(math.sin(q.anim_time*20*4)*1)", + "-7+math.sin(q.anim_time*5*1)*2+(math.sin(q.anim_time*4*1)*2)" + ] + }, + "head": { + "rotation": [0, "2.5-math.sin(q.anim_time*90*4)*4+math.sin(q.anim_time*90*4)*4", 0] + }, + "Torso": { + "rotation": ["5-math.sin(q.anim_time*90*4)*6-(math.sin(q.anim_time*90*4)*6)", "-4.5-math.sin(q.anim_time*90*4)*6-(math.sin(q.anim_time*90*4)*6)", 0] + }, + "Tail1": { + "rotation": ["0+math.sin(q.anim_time*90*4)*8+(math.sin(q.anim_time*90*4)*8)", "8+math.sin(q.anim_time*90*4)*8+(math.sin(q.anim_time*90*4)*8)", 0] + }, + "Tail2": { + "rotation": ["-9-math.sin(q.anim_time*50*4)*5-(math.sin(q.anim_time*50*4)*5)", "-5.5-math.sin(q.anim_time*50*4)*5-(math.sin(q.anim_time*50*4)*5)", 0], + "position": [0, 0, -0.5] + }, + "Fin2": { + "position": [0, 0, -1.8], + "scale": [1, 1, 1.37] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/unown/unown.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/unown/unown.animation.json new file mode 100644 index 0000000..43132a2 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/unown/unown.animation.json @@ -0,0 +1,14 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.unown.ground_idle": { + "loop": true, + "bones": { + "unown": { + "position": ["0+math.sin(q.anim_time*90*2)*3", "3-math.clamp(math.sin(q.anim_time*90*4-90)*1+1,0,2)", 0] + } + } + } + }, + "geckolib_format_version": 2 +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ursaluna_bloodmoon/ursaluna_bloodmoon.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ursaluna_bloodmoon/ursaluna_bloodmoon.animation.json new file mode 100644 index 0000000..9ff5997 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/ursaluna_bloodmoon/ursaluna_bloodmoon.animation.json @@ -0,0 +1,251 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.ursaluna_bloodmoon.ground_idle": { + "loop": true, + "bones": { + "torso": { + "rotation": [-20, 0, 0] + }, + "shoulder_left": { + "rotation": [0, -22.5, 52.5] + }, + "arm_left": { + "rotation": ["15.1821-Math.cos((query.anim_time - 0.2) * 90) * -3", "-9.6445-Math.cos((query.anim_time - 0.2) * 90) * -3", 17.34556] + }, + "spikes_torso_main": { + "rotation": [20, 0, 0], + "position": [0, -1, -6] + }, + "tail": { + "rotation": [12.5, 0, 0] + }, + "arm_left2": { + "rotation": [2.38383, "1.8134-Math.cos((query.anim_time - 0.5) * 90) * -2", 3.75676] + }, + "hand_left": { + "rotation": [-178.93093, -72.5066, 179.05158], + "position": [0, 0, 0] + }, + "leg_left_rotate": { + "rotation": [0, -5, 0] + }, + "thigh_left": { + "rotation": [5, 0, 0] + }, + "thumb_left": { + "rotation": [-67.5, 0, 0] + }, + "shoulder_right": { + "rotation": [0, 22.5, -55] + }, + "arm_right": { + "rotation": [15.51532, 10.1498, -19.71456] + }, + "arm_right2": { + "rotation": [2.30251, -1.9156, -1.2575] + }, + "hand_right": { + "rotation": [178.9309, 72.5066, -179.0516], + "position": [0, 0.2, 0] + }, + "thumb_right": { + "rotation": [-67.5, 0, 0] + }, + "leg_left": { + "rotation": [10, 0, 0] + }, + "foot_left": { + "rotation": [-15, 0, 0] + }, + "thigh_right": { + "rotation": [5, 0, 0] + }, + "leg_right": { + "rotation": [10, 0, 0] + }, + "foot_right": { + "rotation": [-15, 0, 0] + }, + "leg_right_rotate": { + "rotation": [0, 5, 0] + }, + "head": { + "rotation": [55, 0, 0], + "position": [0, 0, 0] + }, + "spike_bottom_main": { + "rotation": [10, 0, 0] + }, + "eye_left": { + "position": [0, 0, 0] + }, + "hip": { + "rotation": [-67.5, 0, 0] + }, + "upper_body": { + "rotation": ["37.5-Math.cos((query.anim_time - 0.2) * 90) * -3", 0, 0] + }, + "bone": { + "position": [0, 0, 0] + } + } + }, + "animation.ursaluna_bloodmoon.ground_walk": { + "loop": true, + "bones": { + "torso": { + "rotation": [-20, 0, 0] + }, + "shoulder_left": { + "rotation": [0, -22.5, 52.5] + }, + "arm_left": { + "rotation": [5.52427, "math.sin(query.anim_time*90*3.5+30+180*1)*12+math.clamp(math.sin(query.anim_time*90*3.5+30+180*1)*5,0,30)-18.1291", 7.74557] + }, + "spikes_torso_main": { + "rotation": [20, 0, 0], + "position": [0, -1, -6] + }, + "tail": { + "rotation": [12.5, 0, 0] + }, + "arm_left2": { + "rotation": [5.54096, "28.9321-math.sin(query.anim_time*90*3.5+30)*4", 24.49478] + }, + "hand_left": { + "rotation": [-178.93093, -72.5066, 179.05158], + "position": [0, 0, 0] + }, + "leg_left_rotate": { + "rotation": [0, -5, 0] + }, + "thigh_left": { + "rotation": [ + "-5-math.clamp(math.sin(query.anim_time*90*3.5+45+180*0)*10,-1,10)+math.clamp(-math.sin(query.anim_time*90*3.5+20+180)*12,5,12)", + "math.clamp(math.sin(query.anim_time*90*3.5+30+180*0)*6,0,20)", + "-2.5-math.clamp(math.sin(query.anim_time*90*3.5+20+180*0)*2,0,30)+math.clamp(math.sin(query.anim_time*90*3.5+20+180*1)*3.5,1,30)" + ], + "position": [ + 0, + "-math.clamp(-math.sin(query.anim_time*90*3.5+20+180*0)*0.4,0.3,3)+math.clamp(-math.sin(query.anim_time*90*3.5-30+180)*0.8,0.5,1)-math.clamp(-math.sin(query.anim_time*90*3.5-120+180)*0.7,0,1)+math.clamp(-math.sin(query.anim_time*90*3.5-45+180*0)*2.6,1,1.8)-1.3", + "0.25-math.clamp(math.sin(query.anim_time*90*3.5+180*0)*1,-0.2,1)-math.clamp(math.sin(query.anim_time*90*3.5+90+180*0)*2,0.5,2)-math.clamp(math.sin(query.anim_time*90*3.5+180*0)*0.4,-0.8,0)" + ] + }, + "thumb_left": { + "rotation": [-67.5, 0, 0] + }, + "shoulder_right": { + "rotation": [0, 22.5, -55] + }, + "arm_right": { + "rotation": [-0.01188, "-math.sin(query.anim_time*90*3.5+30)*12-math.clamp(math.sin(query.anim_time*90*3.5+30+180*0)*5,0,30)+14.12", -9.41049] + }, + "arm_right2": { + "rotation": [6.57521, "-34.0451-math.sin(query.anim_time*90+3.5+40)*4", -20.66383] + }, + "hand_right": { + "rotation": [178.9309, 72.5066, -179.0516], + "position": [0, 0.2, 0] + }, + "thumb_right": { + "rotation": [-67.5, 0, 0] + }, + "leg_left": { + "rotation": [10, 0, 0] + }, + "foot_left": { + "rotation": [-15, 0, 0] + }, + "thigh_right": { + "rotation": [ + "-5-math.clamp(math.sin(query.anim_time*90*3.5+45+180)*10,-1,10)+math.clamp(-math.sin(query.anim_time*90*3.5+20)*12,5,12)", + "-math.clamp(math.sin(query.anim_time*90*3.5+30+180)*6,0,20)", + "2.5+math.clamp(math.sin(query.anim_time*90*3.5+20+180)*2,0,30)-math.clamp(math.sin(query.anim_time*90*3.5+20+180*0)*3.5,1,30)" + ], + "position": [ + 0, + "-math.clamp(-math.sin(query.anim_time*90*3.5+20+180)*0.4,0.3,3)+math.clamp(-math.sin(query.anim_time*90*3.5-30)*0.8,0.5,1)-math.clamp(-math.sin(query.anim_time*90*3.5-120)*0.7,0,1)+math.clamp(-math.sin(query.anim_time*90*3.5-45+180)*2.6,1,1.8)-1.3", + "0.25-math.clamp(math.sin(query.anim_time*90*3.5+180)*1,-0.2,1)-math.clamp(math.sin(query.anim_time*90*3.5+90+180)*2,0.5,2)-math.clamp(math.sin(query.anim_time*90*3.5+180)*0.4,-0.8,0)" + ] + }, + "leg_right": { + "rotation": [10, 0, 0] + }, + "foot_right": { + "rotation": [-15, 0, 0] + }, + "leg_right_rotate": { + "rotation": [0, 5, 0] + }, + "head": { + "rotation": [55, 0, 0], + "position": [0, 0, 0] + }, + "spike_bottom_main": { + "rotation": [10, 0, 0] + }, + "eye_left": { + "position": [0, 0, 0] + }, + "hip": { + "rotation": [-67.5, 0, 0] + }, + "upper_body": { + "rotation": [37.5, 0, 0] + }, + "bone": { + "position": [0, 0, 0] + }, + "body": { + "rotation": [7.5, 0, "0-math.clamp(math.sin(query.anim_time*90*3.5+60)*2,-10,10)"], + "position": [ + 0, + "-1-math.clamp(math.sin(query.anim_time*90*3.5*2+20+180*0)*0.75,0,30)-math.clamp(math.sin(query.anim_time*90*3.5*2+20+180*0)*0.5,-10,0)", + 0 + ] + } + } + }, + "animation.ursaluna_bloodmoon.blink": { + "animation_length": 0.16667, + "bones": { + "eyelid_left": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0.1] + } + }, + "eyelid_right": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0.1] + } + } + } + }, + "animation.ursaluna_bloodmoon.cry": { + "animation_length": 2, + "bones": { + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": [-12.5, 0, 0], + "1.8333": [-12.5, 0, 0], + "2.0": [0, 0, 0] + } + }, + "jaw": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [55, 0, 0], + "1.7083": [55, 0, 0], + "1.9583": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/urshifu/urshifu.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/urshifu/urshifu.animation.json new file mode 100644 index 0000000..0df4997 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/urshifu/urshifu.animation.json @@ -0,0 +1,3419 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.urshifu.singlestrike": { + "loop": true, + "bones": { + "mainthing": { + "rotation": [0, -60, 0], + "position": [0, -5.6, 0] + }, + "torso_clothes": { + "position": [0, 0, 0] + }, + "arm_left": { + "rotation": [0, 0, 15], + "position": [-2, -1, 0] + }, + "bicepleft": { + "rotation": [0, 0, "125-math.sin(q.anim_time*90*1-50)*2"], + "position": [0, 0, 0] + }, + "forearmleft": { + "rotation": [182.22764, 20.15563, 28.30359] + }, + "thumb1": { + "rotation": [0, 22.5, 0] + }, + "thunmbseg": { + "rotation": [20.02717, 1.68868, 1.84373] + }, + "fingers": { + "rotation": [0, 0, -60] + }, + "fingerseg": { + "rotation": [0, 0, -60] + }, + "arm_right": { + "rotation": [-5.16524, 27.0478, -11.24314] + }, + "bicepright": { + "rotation": [58.28573, 33.45406, 10.91547] + }, + "forearmright": { + "rotation": [182.5, 75, -180], + "position": [-1, 0, -2] + }, + "thumbright": { + "rotation": [30, 0, 0] + }, + "thungbmbrseg2": { + "rotation": [40, 0, 0] + }, + "fingers_right": { + "rotation": [0, 0, 70] + }, + "fingerrseg2": { + "rotation": [0, 0, 62.5] + }, + "neck": { + "rotation": [-10.65119, 24.83901, -1.90415], + "position": [-1, 1, 0] + }, + "head": { + "rotation": [19.46618, 12.92343, -2.05977], + "scale": [0.9, 0.8, 1] + }, + "hair": { + "rotation": [0, 0, 2.5] + }, + "headband_left": { + "rotation": [9.54046, "-58.8842+math.sin(q.anim_time*90*1-50)*10", 42.2072], + "position": [-1, -1, 0] + }, + "headband_right": { + "rotation": [-17.4812, "40.6549-math.sin(q.anim_time*90*1-50)*10", -38.42136] + }, + "whiteneck": { + "rotation": [0, 15, 0], + "position": [0, -1, 0] + }, + "leg_left": { + "rotation": [-52.90208, 67.83409, 3.18262] + }, + "lknee": { + "rotation": [82.5, 0, 0] + }, + "leftfoot": { + "rotation": [-15, 0, 0] + }, + "leg_right": { + "rotation": [-28.81328, -82.01058, -30.93292] + }, + "rknee": { + "rotation": [67.5, 0, 0] + }, + "front": { + "rotation": [-17.5, 0, 0] + }, + "back": { + "rotation": [69.97365, 1.5216, -1.98385], + "position": [0, 5, 0] + }, + "bone": { + "rotation": [42.5, 0, 0] + }, + "furhead2": { + "rotation": [0, 0, "127.5+math.sin(q.anim_time*90*1-200)*4"] + }, + "furhead3": { + "rotation": ["127.5+math.sin(q.anim_time*90*1-200)*4", 0, 0] + }, + "furhead1": { + "rotation": [0, 0, "-140+math.sin(q.anim_time*90*1-200)*4"] + }, + "bandseg1": { + "rotation": [6.70127, "-3.0932-math.sin(q.anim_time*90*1-100)*15", 9.67518] + }, + "bandseg2": { + "rotation": [-6.36991, "29.9706-math.sin(q.anim_time*90*1-200)*25", 9.55406] + }, + "bandseg3": { + "rotation": [5.54163, "-1.6719-math.sin(q.anim_time*90*1-200)*25", -4.43478] + }, + "lband1": { + "rotation": [14.34255, "-22.4485-math.sin(q.anim_time*90*1-100)*15", 12.43407] + }, + "lband2": { + "rotation": [-7.21604, "40.4825+math.sin(q.anim_time*90*1-200)*25", 7.68073] + }, + "lband3": { + "rotation": [-2.33411, "33.3552+math.sin(q.anim_time*90*1-200)*25", 2.92364] + }, + "fur1": { + "rotation": ["-115+math.sin(q.anim_time*90*1-200)*4", 0, 0], + "position": [0, -2, 0] + }, + "fur3": { + "rotation": [107.5, 0, 0], + "position": [0, -2, 0] + }, + "fyur2": { + "rotation": [0, 0, "115+math.sin(q.anim_time*90*1-200)*4"], + "position": [1, -3, 0] + }, + "fur4": { + "rotation": [0, 0, "-117.5+math.sin(q.anim_time*90*1-200)*4"] + }, + "fur2": { + "rotation": ["-110+math.sin(q.anim_time*90*1-200)*4", 0, 0], + "position": [0, -2, 0] + }, + "fur6": { + "rotation": [0, 0, "87.5-math.sin(q.anim_time*90*1-200)*4"], + "position": [1, -3, 0] + }, + "fyur3": { + "rotation": [0, 0, "-95-math.sin(q.anim_time*90*1-200)*4"], + "position": [0, -3, 0] + }, + "fur5": { + "rotation": [110, 0, 0] + }, + "lowjaw": { + "rotation": [0, 0, 0] + }, + "ear2": { + "rotation": [0, 0, -35] + }, + "ear1": { + "rotation": [0, 0, 40] + }, + "frontcloth1": { + "rotation": ["-18.2938-math.sin(q.anim_time*90*1-50)*2", -14.04833, "2.8551-math.sin(q.anim_time*90*1-50)*2"], + "position": [0, 2, 0] + }, + "fc2": { + "rotation": ["5-math.sin(q.anim_time*90*1-150)*6", 0, "-2.5-math.sin(q.anim_time*90*1-150)*6"] + }, + "fc3": { + "rotation": ["-2.4905-math.sin(q.anim_time*90*1-150)*8", -0.21782, "-7.4953-math.sin(q.anim_time*90*1-150)*8"] + }, + "fc4": { + "rotation": ["-14.9539-math.sin(q.anim_time*90*1-150)*12", -1.08089, "-4.8821-math.sin(q.anim_time*90*1-150)*10"] + }, + "bc1": { + "rotation": ["-25.7246+math.sin(q.anim_time*90*1-50)*4", -13.77624, 5.99253] + }, + "bc2": { + "rotation": ["-13.4773+math.sin(q.anim_time*90*1-100)*8", 4.58164, "2.4306+math.sin(q.anim_time*90*1-100)*8"] + }, + "bc3": { + "rotation": ["2.7377+math.sin(q.anim_time*90*1-150)*10", 12.3071, "2.2046+math.sin(q.anim_time*90*1-150)*10"] + }, + "bc4": { + "rotation": ["-19.8489+math.sin(q.anim_time*90*1-200)*12", 9.84655, "1.7538+math.sin(q.anim_time*90*1-200)*12"] + }, + "shoulderleft": { + "rotation": [0, 0, 15] + }, + "feetis": { + "rotation": [5, 0, 0] + }, + "torso": { + "position": [0, "math.sin(q.anim_time*4*16)*0.3", 0] + }, + "tail": { + "position": [0, 3, 0] + }, + "arms": { + "position": [0, "math.sin(q.anim_time*4*16)*0.3", 0] + } + } + }, + "animation.urshifu.ssphysical_attack": { + "loop": true, + "animation_length": 3.25, + "bones": { + "mainthing": { + "rotation": { + "0.0": [0, -60, 0], + "1.0": [0, -60, 0], + "2.5": [0, -60, 0] + }, + "position": { + "0.0": [0, -5.6, 0], + "1.0": [0, -5.6, 0], + "1.1667": [0, -5.6, -14], + "2.2083": [0, -5.6, -14], + "2.25": [0, 1.4, -14], + "2.5": [0, -5.6, 0], + "2.5417": [0, -6.2, 0], + "2.5833": [0, -5.6, 0], + "2.625": [0, -6.2, 0], + "2.6667": [0, -5.6, 0], + "2.7083": [0, -6.2, 0], + "2.75": [0, -5.6, 0], + "2.7917": [0, -6.2, 0] + } + }, + "torso_clothes": { + "position": { + "0.0": [0, 0, 0], + "2.5": [0, 0, 0] + } + }, + "arm_left": { + "rotation": { + "0.0": [0, 0, 15], + "1.1667": [2.59022, 2.49237, 22.58304], + "2.25": [2.59022, 2.49237, 22.58304], + "2.5": [0, 0, 15] + }, + "position": { + "0.0": [-2, -1, 0], + "0.75": [-1, -2, 0], + "1.0": [-1, -2, 0], + "1.1667": [0, -2, 0], + "2.25": [0, -2, 0], + "2.5": [-2, -1, 0] + } + }, + "bicepleft": { + "rotation": { + "0.0": [0, 0, "125-math.sin(q.anim_time*90*1-50)*2"], + "0.75": [177.5, 0, "40-math.sin(q.anim_time*90*1-50)*2"], + "1.0": [177.5, 0, "40-math.sin(q.anim_time*90*1-50)*2"], + "1.1667": [164.83931, -3.50478, "-84.0037-math.sin(q.anim_time*90*1-50)*2"], + "2.25": [164.83931, -3.50478, "-84.0037-math.sin(q.anim_time*90*1-50)*2"], + "2.5": [0, 0, "125-math.sin(q.anim_time*90*1-50)*2"] + }, + "position": { + "0.0": [0, 0, 0], + "2.5": [0, 0, 0] + } + }, + "forearmleft": { + "rotation": { + "0.0": [182.22764, 20.15563, 28.30359], + "0.75": [178.76287, 20.37532, 3.06937], + "1.0": [178.76287, 20.37532, 3.06937], + "1.1667": [175.76126, 10.28382, 50.87039], + "2.25": [175.76126, 10.28382, 50.87039], + "2.5": [182.22764, 20.15563, 28.30359] + } + }, + "thumb1": { + "rotation": { + "0.0": [0, 22.5, 0], + "0.75": [-35, 22.5, 0], + "1.0": [-35, 22.5, 0], + "1.1667": [10, 22.5, 0], + "2.25": [10, 22.5, 0], + "2.5": [0, 22.5, 0] + } + }, + "thunmbseg": { + "rotation": { + "0.0": [20.02717, 1.68868, 1.84373], + "0.75": [5.02717, 1.68868, 1.84373], + "1.0": [5.02717, 1.68868, 1.84373], + "1.1667": [25.02717, 1.68868, 1.84373], + "2.25": [25.02717, 1.68868, 1.84373], + "2.5": [20.02717, 1.68868, 1.84373] + } + }, + "fingers": { + "rotation": { + "0.0": [0, 0, -60], + "0.75": [0, 0, 47.5], + "1.0": [0, 0, 47.5], + "1.1667": [0, 0, -55], + "2.25": [0, 0, -55], + "2.5": [0, 0, -60] + } + }, + "fingerseg": { + "rotation": { + "0.0": [0, 0, -60], + "0.75": [0, 0, -22.5], + "1.0": [0, 0, -22.5], + "1.1667": [0, 0, -60], + "2.25": [0, 0, -60], + "2.5": [0, 0, -60] + } + }, + "arm_right": { + "rotation": { + "0.0": [-5.16524, 27.0478, -11.24314], + "1.0": [-8.89674, 26.12797, -19.56838], + "1.1667": [9.39331, 44.51442, -21.85539], + "2.25": [9.39331, 44.51442, -21.85539], + "2.5": [-5.16524, 27.0478, -11.24314] + } + }, + "bicepright": { + "rotation": { + "0.0": [58.28573, 33.45406, 10.91547], + "1.0": [58.28573, 33.45406, 10.91547], + "1.1667": [-3.1762, -0.17018, -26.43149], + "2.25": [-3.1762, -0.17018, -26.43149], + "2.5": [58.28573, 33.45406, 10.91547] + }, + "position": { + "0.0": [0, 0, 0], + "1.0": [1, 0, 0], + "1.1667": [2, 0, 0], + "2.25": [2, 0, 0], + "2.5": [0, 0, 0] + } + }, + "forearmright": { + "rotation": { + "0.0": [182.5, 75, -180], + "1.0": [182.5, 75, -180], + "1.0833": [272.72014, 48.78229, -96.27946], + "1.1667": [360.97854, -17.40718, -15.03479], + "2.25": [360.97854, -17.40718, -15.03479], + "2.5": [182.5, 75, -180] + }, + "position": { + "0.0": [-1, 0, -2], + "1.0": [-1, 0, 0], + "1.1667": [0, 0, 0], + "2.25": [0, 0, 0], + "2.5": [-1, 0, -2] + } + }, + "thumbright": { + "rotation": { + "0.0": [30, 0, 0], + "2.5": [30, 0, 0] + } + }, + "thungbmbrseg2": { + "rotation": { + "0.0": [40, 0, 0], + "2.5": [40, 0, 0] + } + }, + "fingers_right": { + "rotation": { + "0.0": [0, 0, 70], + "2.5": [0, 0, 70] + } + }, + "fingerrseg2": { + "rotation": { + "0.0": [0, 0, 62.5], + "2.5": [0, 0, 62.5] + } + }, + "neck": { + "rotation": { + "0.0": [-10.65119, 24.83901, -1.90415], + "1.0": [-10.65119, 24.83901, -1.90415], + "1.1667": [12.59404, -61.97362, -16.62713], + "2.25": [12.59404, -61.97362, -16.62713], + "2.5": [-10.65119, 24.83901, -1.90415] + }, + "position": { + "0.0": [-1, 1, 0], + "2.5": [-1, 1, 0] + } + }, + "head": { + "rotation": { + "0.0": [19.46618, 12.92343, -2.05977], + "0.75": [29.9257, 31.63207, 5.6333], + "1.0": [29.9257, 31.63207, 5.6333], + "1.0417": [11.96628, 26.72396, 3.52332], + "1.1667": [18.08802, 11.99962, -2.80664], + "2.25": [18.08802, 11.99962, -2.80664], + "2.5": [19.46618, 12.92343, -2.05977] + }, + "scale": { + "0.0": [0.9, 0.8, 1], + "2.5": [0.9, 0.8, 1] + } + }, + "hair": { + "rotation": { + "0.0": [0, 0, 2.5], + "2.5": [0, 0, 2.5] + } + }, + "headband_left": { + "rotation": { + "0.0": [9.54046, "-58.8842+math.sin(q.anim_time*90*1-50)*10", 42.2072], + "1.0": [9.54046, "-58.8842+math.sin(q.anim_time*90*1-50)*10", 42.2072], + "1.1667": [3.02031, "-53.5668+math.sin(q.anim_time*90*1-50)*10", 4.32529], + "2.75": [9.54046, "-58.8842+math.sin(q.anim_time*90*1-50)*10", 42.2072] + }, + "position": { + "0.0": [-1, -1, 0], + "1.0": [-1, -1, 0], + "2.75": [-1, -1, 0] + } + }, + "headband_right": { + "rotation": { + "0.0": [-17.4812, "40.6549-math.sin(q.anim_time*90*1-50)*10", -38.42136], + "1.0": [-17.4812, "40.6549-math.sin(q.anim_time*90*1-50)*10", -38.42136], + "1.1667": [-29.16716, "-0.9715-math.sin(q.anim_time*90*1-50)*10", -21.68209], + "2.75": [-17.4812, "40.6549-math.sin(q.anim_time*90*1-50)*10", -38.42136] + } + }, + "whiteneck": { + "rotation": { + "0.0": [0, 15, 0], + "0.75": [0, 20, 0], + "1.0": [0, 20, 0], + "2.5": [0, 15, 0] + }, + "position": { + "0.0": [0, -1, 0], + "2.5": [0, -1, 0] + } + }, + "leg_left": { + "rotation": { + "0.0": [-52.90208, 67.83409, 3.18262], + "0.75": [-52.90208, 67.83409, 3.18262], + "1.0": [-52.90208, 67.83409, 3.18262], + "1.0833": [74.15441, 72.26701, 101.22011], + "1.1667": [74.15441, 72.26701, 101.22011], + "2.25": [74.15441, 72.26701, 101.22011], + "2.5": [-52.90208, 67.83409, 3.18262] + }, + "position": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 0], + "1.0": [0, 0, 0], + "1.0833": [0, 0, 0], + "1.1667": [2, 0, -3], + "2.25": [2, 0, -3], + "2.5": [0, 0, 0] + } + }, + "lknee": { + "rotation": { + "0.0": [82.5, 0, 0], + "0.75": [82.5, 0, 0], + "1.0": [82.5, 0, 0], + "1.0833": [148.24252, -81.26783, -128.67995], + "1.1667": [148.24252, -81.26783, -128.67995], + "2.25": [148.24252, -81.26783, -128.67995], + "2.5": [82.5, 0, 0] + } + }, + "leftfoot": { + "rotation": { + "0.0": [-15, 0, 0], + "0.75": [-15, 0, 0], + "1.0": [-15, 0, 0], + "1.0833": [-18.61244, -10.44077, -28.28447], + "1.1667": [-26.11244, -10.44077, -28.28447], + "2.25": [-18.61244, -10.44077, -28.28447], + "2.5": [-15, 0, 0] + } + }, + "leg_right": { + "rotation": { + "0.0": [-28.81328, -82.01058, -30.93292], + "0.75": [-28.81328, -82.01058, -30.93292], + "1.0": [51.03459, -80.70903, -101.39242], + "1.1667": [56.03459, -80.70903, -101.39242], + "2.25": [56.03459, -80.70903, -101.39242], + "2.5": [-28.81328, -82.01058, -30.93292] + }, + "position": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 0], + "1.0": [0, 0, 4], + "1.1667": [0, 0, 5], + "2.25": [0, 0, 5], + "2.5": [0, 0, 0] + } + }, + "rknee": { + "rotation": { + "0.0": [67.5, 0, 0], + "0.75": [77.39557, 7.32123, -1.63219], + "1.0": [60.38176, 34.30439, 3.88543], + "1.1667": [43.11669, 8.28616, -0.55515], + "2.25": [43.11669, 8.28616, -0.55515], + "2.5": [67.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 0], + "0.7917": [0, 0.3, 0], + "0.8333": [0, 0, 0], + "2.5": [0, 0, 0] + } + }, + "front": { + "rotation": { + "0.0": [-17.5, 0, 0], + "2.5": [-17.5, 0, 0] + } + }, + "back": { + "rotation": { + "0.0": [69.97365, 1.5216, -1.98385], + "2.5": [69.97365, 1.5216, -1.98385] + }, + "position": { + "0.0": [0, 5, 0], + "2.5": [0, 5, 0] + } + }, + "bone": { + "rotation": { + "0.0": [42.5, 0, 0], + "3.25": [42.5, 0, 0] + } + }, + "furhead2": { + "rotation": [0, 0, "127.5+math.sin(q.anim_time*90*1-200)*4"] + }, + "furhead3": { + "rotation": ["127.5+math.sin(q.anim_time*90*1-200)*4", 0, 0] + }, + "furhead1": { + "rotation": [0, 0, "-140+math.sin(q.anim_time*90*1-200)*4"] + }, + "bandseg1": { + "rotation": { + "0.0": [6.70127, "-3.0932-math.sin(q.anim_time*90*1-100)*15", 9.67518], + "1.0": [6.70127, "-3.0932-math.sin(q.anim_time*90*1-100)*15", 9.67518], + "1.1667": [6.12783, "26.7276-math.sin(q.anim_time*90*1-100)*15", 13.03512], + "2.75": [6.70127, "-3.0932-math.sin(q.anim_time*90*1-100)*15", 9.67518] + } + }, + "bandseg2": { + "rotation": [-6.36991, "29.9706-math.sin(q.anim_time*90*1-200)*25", 9.55406] + }, + "bandseg3": { + "rotation": [5.54163, "-1.6719-math.sin(q.anim_time*90*1-200)*25", -4.43478] + }, + "lband1": { + "rotation": { + "0.0": [14.34255, "-22.4485-math.sin(q.anim_time*90*1-100)*15", 12.43407], + "1.0": [14.34255, "-22.4485-math.sin(q.anim_time*90*1-100)*15", 12.43407], + "1.1667": [-0.68462, "-4.9499-math.sin(q.anim_time*90*1-100)*15", 12.22815], + "2.75": [14.34255, "-22.4485-math.sin(q.anim_time*90*1-100)*15", 12.43407] + } + }, + "lband2": { + "rotation": [-7.21604, "40.4825+math.sin(q.anim_time*90*1-200)*25", 7.68073] + }, + "lband3": { + "rotation": [-2.33411, "33.3552+math.sin(q.anim_time*90*1-200)*25", 2.92364] + }, + "fur1": { + "rotation": { + "0.0": ["-115+math.sin(q.anim_time*90*1-200)*4", 0, 0], + "1.75": ["-115+math.sin(q.anim_time*90*1-200)*4", 0, 0] + }, + "position": { + "0.0": [0, -2, 0], + "1.75": [0, -2, 0] + } + }, + "fur3": { + "rotation": { + "0.0": [107.5, 0, 0], + "1.75": [107.5, 0, 0] + }, + "position": { + "0.0": [0, -2, 0], + "1.75": [0, -2, 0] + } + }, + "fyur2": { + "rotation": { + "0.0": [0, 0, "115+math.sin(q.anim_time*90*1-200)*4"], + "1.75": [0, 0, "115+math.sin(q.anim_time*90*1-200)*4"] + }, + "position": { + "0.0": [1, -3, 0], + "1.75": [1, -3, 0] + } + }, + "fur4": { + "rotation": { + "0.0": [0, 0, "-117.5+math.sin(q.anim_time*90*1-200)*4"], + "2.5": [0, 0, "-117.5+math.sin(q.anim_time*90*1-200)*4"] + } + }, + "fur2": { + "rotation": { + "0.0": ["-110+math.sin(q.anim_time*90*1-200)*4", 0, 0], + "2.5": ["-110+math.sin(q.anim_time*90*1-200)*4", 0, 0] + }, + "position": { + "0.0": [0, -2, 0], + "2.5": [0, -2, 0] + } + }, + "fur6": { + "rotation": { + "0.0": [0, 0, "87.5-math.sin(q.anim_time*90*1-200)*4"], + "2.5": [0, 0, "87.5-math.sin(q.anim_time*90*1-200)*4"] + }, + "position": { + "0.0": [1, -3, 0], + "2.5": [1, -3, 0] + } + }, + "fyur3": { + "rotation": { + "0.0": [0, 0, "-95-math.sin(q.anim_time*90*1-200)*4"], + "1.75": [0, 0, "-95-math.sin(q.anim_time*90*1-200)*4"] + }, + "position": { + "0.0": [0, -3, 0], + "1.75": [0, -3, 0] + } + }, + "fur5": { + "rotation": { + "0.0": [110, 0, 0], + "2.5": [110, 0, 0] + } + }, + "lowjaw": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [15, 0, 0], + "1.0417": [40, 0, 0], + "1.0833": [40, 0, 0], + "1.1667": [0, 0, 0], + "2.25": [0, 0, 0], + "2.5": [0, 0, 0] + } + }, + "ear2": { + "rotation": { + "0.0": [0, 0, -35], + "3.25": [0, 0, -35] + } + }, + "ear1": { + "rotation": { + "0.0": [0, 0, 40], + "3.25": [0, 0, 40] + } + }, + "frontcloth1": { + "rotation": { + "0.0": ["-18.2938-math.sin(q.anim_time*90*1-50)*2", -14.04833, "2.8551-math.sin(q.anim_time*90*1-50)*2"], + "1.0": ["-18.2938-math.sin(q.anim_time*90*1-50)*2", -14.04833, "2.8551-math.sin(q.anim_time*90*1-50)*2"], + "1.1667": ["-35.7938-math.sin(q.anim_time*90*1-50)*2", -14.04833, "2.8551-math.sin(q.anim_time*90*1-50)*2"], + "2.75": ["-18.2938-math.sin(q.anim_time*90*1-50)*2", -14.04833, "2.8551-math.sin(q.anim_time*90*1-50)*2"], + "3.25": ["-18.2938-math.sin(q.anim_time*90*1-50)*2", -14.04833, "2.8551-math.sin(q.anim_time*90*1-50)*2"] + }, + "position": { + "0.0": [0, 2, 0], + "1.0": [0, 2, 0], + "2.75": [0, 2, 0], + "3.25": [0, 2, 0] + } + }, + "fc2": { + "rotation": { + "0.0": ["5-math.sin(q.anim_time*90*1-150)*6", 0, "-2.5-math.sin(q.anim_time*90*1-150)*6"], + "1.0": ["5-math.sin(q.anim_time*90*1-150)*6", 0, "-2.5-math.sin(q.anim_time*90*1-150)*6"], + "1.1667": ["-40-math.sin(q.anim_time*90*1-150)*6", 0, "-2.5-math.sin(q.anim_time*90*1-150)*6"], + "2.5": ["5-math.sin(q.anim_time*90*1-150)*6", 0, "-2.5-math.sin(q.anim_time*90*1-150)*6"], + "3.25": ["5-math.sin(q.anim_time*90*1-150)*6", 0, "-2.5-math.sin(q.anim_time*90*1-150)*6"] + } + }, + "fc3": { + "rotation": { + "0.0": ["-2.4905-math.sin(q.anim_time*90*1-150)*8", -0.21782, "-7.4953-math.sin(q.anim_time*90*1-150)*8"], + "1.0": ["-2.4905-math.sin(q.anim_time*90*1-150)*8", -0.21782, "-7.4953-math.sin(q.anim_time*90*1-150)*8"], + "1.1667": ["-29.9905-math.sin(q.anim_time*90*1-150)*8", -0.21782, "-7.4953-math.sin(q.anim_time*90*1-150)*8"], + "2.5": ["-2.4905-math.sin(q.anim_time*90*1-150)*8", -0.21782, "-7.4953-math.sin(q.anim_time*90*1-150)*8"], + "3.25": ["-2.4905-math.sin(q.anim_time*90*1-150)*8", -0.21782, "-7.4953-math.sin(q.anim_time*90*1-150)*8"] + } + }, + "fc4": { + "rotation": { + "0.0": ["-14.9539-math.sin(q.anim_time*90*1-150)*12", -1.08089, "-4.8821-math.sin(q.anim_time*90*1-150)*10"], + "1.0": ["-14.9539-math.sin(q.anim_time*90*1-150)*12", -1.08089, "-4.8821-math.sin(q.anim_time*90*1-150)*10"], + "1.1667": ["-47.4539-math.sin(q.anim_time*90*1-150)*12", -1.08089, "-4.8821-math.sin(q.anim_time*90*1-150)*10"], + "2.75": ["-14.9539-math.sin(q.anim_time*90*1-150)*12", -1.08089, "-4.8821-math.sin(q.anim_time*90*1-150)*10"], + "3.25": ["-14.9539-math.sin(q.anim_time*90*1-150)*12", -1.08089, "-4.8821-math.sin(q.anim_time*90*1-150)*10"] + } + }, + "bc1": { + "rotation": { + "0.0": ["-25.7246+math.sin(q.anim_time*90*1-50)*4", -13.77624, 5.99253], + "1.0": ["-25.7246+math.sin(q.anim_time*90*1-50)*4", -13.77624, 5.99253], + "1.1667": ["-23.2246+math.sin(q.anim_time*90*1-50)*4", -13.77624, 5.99253], + "2.75": ["-25.7246+math.sin(q.anim_time*90*1-50)*4", -13.77624, 5.99253], + "3.25": ["-25.7246+math.sin(q.anim_time*90*1-50)*4", -13.77624, 5.99253] + }, + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 0, 0], + "1.1667": [0, -1, -3], + "2.75": [0, 0, 0] + } + }, + "bc2": { + "rotation": { + "0.0": ["-13.4773+math.sin(q.anim_time*90*1-100)*8", 4.58164, "2.4306+math.sin(q.anim_time*90*1-100)*8"], + "1.0": ["-13.4773+math.sin(q.anim_time*90*1-100)*8", 4.58164, "2.4306+math.sin(q.anim_time*90*1-100)*8"], + "1.1667": ["21.5227+math.sin(q.anim_time*90*1-100)*8", 4.58164, "2.4306+math.sin(q.anim_time*90*1-100)*8"], + "2.75": ["-13.4773+math.sin(q.anim_time*90*1-100)*8", 4.58164, "2.4306+math.sin(q.anim_time*90*1-100)*8"], + "3.25": ["-13.4773+math.sin(q.anim_time*90*1-100)*8", 4.58164, "2.4306+math.sin(q.anim_time*90*1-100)*8"] + } + }, + "bc3": { + "rotation": { + "0.0": ["2.7377+math.sin(q.anim_time*90*1-150)*10", 12.3071, "2.2046+math.sin(q.anim_time*90*1-150)*10"], + "1.0": ["2.7377+math.sin(q.anim_time*90*1-150)*10", 12.3071, "2.2046+math.sin(q.anim_time*90*1-150)*10"], + "1.1667": ["40.2377+math.sin(q.anim_time*90*1-150)*10", 12.3071, "2.2046+math.sin(q.anim_time*90*1-150)*10"], + "2.75": ["2.7377+math.sin(q.anim_time*90*1-150)*10", 12.3071, "2.2046+math.sin(q.anim_time*90*1-150)*10"], + "3.25": ["2.7377+math.sin(q.anim_time*90*1-150)*10", 12.3071, "2.2046+math.sin(q.anim_time*90*1-150)*10"] + } + }, + "bc4": { + "rotation": { + "0.0": ["-19.8489+math.sin(q.anim_time*90*1-200)*12", 9.84655, "1.7538+math.sin(q.anim_time*90*1-200)*12"], + "1.0": ["-19.8489+math.sin(q.anim_time*90*1-200)*12", 9.84655, "1.7538+math.sin(q.anim_time*90*1-200)*12"], + "1.1667": ["32.6511+math.sin(q.anim_time*90*1-200)*12", 9.84655, "1.7538+math.sin(q.anim_time*90*1-200)*12"], + "2.75": ["-19.8489+math.sin(q.anim_time*90*1-200)*12", 9.84655, "1.7538+math.sin(q.anim_time*90*1-200)*12"], + "3.25": ["-19.8489+math.sin(q.anim_time*90*1-200)*12", 9.84655, "1.7538+math.sin(q.anim_time*90*1-200)*12"] + } + }, + "shoulderleft": { + "rotation": { + "0.0": [0, 0, 15], + "1.0": [-8.99137, 15.78084, -2.44284], + "1.1667": [-20.2732, 71.77582, -20.93865], + "2.25": [-20.2732, 71.77582, -20.93865], + "2.5": [0, 0, 15] + }, + "position": { + "0.0": [0, 0, 0], + "1.0": [1, 0, 0], + "1.1667": [1, 0, 0], + "2.5": [0, 0, 0] + } + }, + "feetis": { + "rotation": { + "0.0": [5, 0, 0], + "0.75": [-2.46207, 0.43399, 9.99067], + "1.0": [6.95857, 56.1283, 21.03349], + "1.1667": [18.87067, -20.42794, 6.89939], + "2.25": [10.44464, -20.9011, 9.52304], + "2.5": [5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.1667": [0, 1, 0], + "2.5": [0, 0, 0] + } + }, + "torso": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [0, -32.5, 0], + "1.0": [0, -32.5, 0], + "1.1667": [0, 120, 0], + "2.25": [0, 120, 0], + "2.5": [0, 0, 0] + }, + "position": { + "0.0": [0, "math.sin(q.anim_time*4*16)*0.3", 0], + "0.75": [0, "math.sin(q.anim_time*4*16)*0.3", 3], + "1.0": [0, "math.sin(q.anim_time*4*16)*0.3", 3], + "1.1667": [-2, "-2+math.sin(q.anim_time*4*16)*0.3", 5], + "1.2083": [-2, "--1.5+math.sin(q.anim_time*4*16)*0.3", 5], + "1.25": [-2, "-2+math.sin(q.anim_time*4*16)*0.3", 5], + "1.2917": [-2, "--1.5+math.sin(q.anim_time*4*16)*0.3", 5], + "1.3333": [-2, "-2+math.sin(q.anim_time*4*16)*0.3", 5], + "1.375": [-2, "--1.5+math.sin(q.anim_time*4*16)*0.3", 5], + "1.4167": [-2, "-2+math.sin(q.anim_time*4*16)*0.3", 5], + "1.4583": [-2, "--1.5+math.sin(q.anim_time*4*16)*0.3", 5], + "1.5": [-2, "-2+math.sin(q.anim_time*4*16)*0.3", 5], + "1.5417": [-2, "--1.5+math.sin(q.anim_time*4*16)*0.3", 5], + "2.25": [-2, "-2+math.sin(q.anim_time*4*16)*0.3", 5], + "2.5": [0, "math.sin(q.anim_time*4*16)*0.3", 0] + } + }, + "tail": { + "position": { + "0.0": [0, 3, 0], + "2.5": [0, 3, 0] + } + }, + "arms": { + "position": { + "0.0": [0, "math.sin(q.anim_time*4*16)*0.3", 0], + "2.5": [0, "math.sin(q.anim_time*4*16)*0.3", 0] + } + }, + "hand_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 37.5], + "1.0": [0, 0, 37.5], + "1.1667": [0, 0, 12.5] + } + }, + "shoulderright": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [0, 0, -15], + "1.0833": [0, 7.5, 22.5], + "1.1667": [0, 0, -10] + } + }, + "hand_right": { + "rotation": { + "0.0": [0, 0, 0], + "1.0833": [0, 0, 32.5], + "1.1667": [0, 0, 5] + } + }, + "legs": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 0], + "1.0": [0, 0, 0], + "1.1667": [0, 175, 0], + "2.25": [0, 175, 0], + "2.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 0], + "1.0": [0, 0, 0], + "1.1667": [-3, 0, 7], + "2.25": [-3, 0, 7], + "2.5": [0, 0, 0] + } + } + } + }, + "animation.urshifu.rapidstrike": { + "loop": true, + "bones": { + "torso": { + "rotation": [0, 7.5, 0], + "position": [0, "math.sin(q.anim_time*4*16)*0.3", 0] + }, + "neck": { + "rotation": [2.5, 52.5, 0] + }, + "head": { + "rotation": [10.08453, -7.38542, -1.30962] + }, + "furhead2": { + "rotation": [0.49411, 1.25669, 2.10942], + "position": [0, -1, 0] + }, + "furhead3": { + "rotation": ["math.sin(q.anim_time*90*1-200)*4", 0, 0], + "position": [0, -1, 0] + }, + "furhead1": { + "rotation": [0, 0, -10], + "position": [0, -1, 0] + }, + "headband_left": { + "rotation": [-63.55989, "-94.0936-math.sin(q.anim_time*90*1-50)*10", 8.51181], + "position": [0, -2, 1] + }, + "lband1": { + "rotation": [0, "-97.5-math.sin(q.anim_time*90*1-100)*15", 0] + }, + "lband2": { + "rotation": [0, "27.5-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "lband3": { + "rotation": [0, "65-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "headband_right": { + "rotation": [-111.69454, "63.7406-math.sin(q.anim_time*90*1-50)*10", -47.51743], + "position": [0, -2, 0] + }, + "bandseg1": { + "rotation": [0, "82.5-math.sin(q.anim_time*90*1-100)*15", 0] + }, + "bandseg2": { + "rotation": [0, "80-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "bandseg3": { + "rotation": [0, "-40-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "tail": { + "rotation": [25, 0, 0] + }, + "arm_left": { + "rotation": [1.75378, -9.84655, "-2.6511-math.sin(q.anim_time*90*1-50)*1"], + "position": [0, -1, 0] + }, + "bicepleft": { + "rotation": [-6.28106, 11.01681, "65.4729-5-math.sin(q.anim_time*90*1-50)*2"] + }, + "forearmleft": { + "rotation": [0, 0, "37.5-math.sin(q.anim_time*90*1-50)*4"] + }, + "fingers": { + "rotation": [0, 0, -25] + }, + "fingerseg": { + "rotation": [0, 0, -52.5] + }, + "arm_right": { + "rotation": [2.5, -4.46375, "-53.165-math.sin(q.anim_time*90*1-50)*1"], + "position": [0, 0, 0] + }, + "bicepright": { + "rotation": [-151.85774, 19.32188, "-58.7808-math.sin(q.anim_time*90*1-50)*2"], + "position": [0, 1, 0] + }, + "forearmright": { + "rotation": [0, 0, "57.5-math.sin(q.anim_time*90*1-50)*4"] + }, + "leg_left": { + "rotation": ["-132.7708+math.sin(q.anim_time*20*4)*2", 52.97968, -39.67283] + }, + "fur1": { + "rotation": ["30+math.sin(q.anim_time*90*1-200)*4", 0, 0], + "position": [0, -1, -0.25] + }, + "fyur2": { + "rotation": [14.97546, 6.76746, "-20.956-math.sin(q.anim_time*90*1-200)*4"], + "position": [-0.5, 0, 0] + }, + "fyur3": { + "rotation": [0, 0, "35+math.sin(q.anim_time*90*1-200)*4"], + "position": [-1, -2, 0] + }, + "lknee": { + "rotation": ["117.5+math.sin(q.anim_time*20*4)*2", 0, 0], + "position": [-0.75, 0, -0.25] + }, + "leftfoot": { + "rotation": [32.5, 0, 0] + }, + "bc4": { + "rotation": ["2.5+math.sin(q.anim_time*90*1-50)*10", 0, 0] + }, + "bc3": { + "rotation": ["-7.5+math.sin(q.anim_time*90*1-50)*8", 0, 0] + }, + "bc2": { + "rotation": ["-12.5+math.sin(q.anim_time*90*1-50)*6", 0, 0] + }, + "bc1": { + "rotation": ["22.5+math.sin(q.anim_time*90*1-50)*4", 0, 0] + }, + "frontcloth1": { + "rotation": ["-25-math.sin(q.anim_time*90*1-50)*6", 0, 0] + }, + "fc2": { + "rotation": ["-12.5-math.sin(q.anim_time*90*1-150)*6", 0, 0] + }, + "fc3": { + "rotation": ["-10-math.sin(q.anim_time*90*1-150)*8", 0, 0] + }, + "fc4": { + "rotation": ["-5-math.sin(q.anim_time*90*1-150)*10", 0, 0] + }, + "shoulderright": { + "rotation": [3.90399, 17.07228, 0.58619] + }, + "shoulderleft": { + "rotation": [0, 0, "-math.sin(q.anim_time*90*1-50)*1"] + }, + "mainthing": { + "rotation": [0, 275, 0], + "position": [0, -1, 0] + }, + "fur2": { + "rotation": [12.5, 0, 0] + }, + "fur4": { + "rotation": [0, 0, 22.5] + }, + "fur6": { + "rotation": [0, 0, -22.5] + }, + "arms": { + "position": [0, "math.sin(q.anim_time*4*16)*0.3", 0] + }, + "hand_left": { + "rotation": [0, 0, -5] + } + } + }, + "animation.urshifu.rsphysical_attack": { + "loop": true, + "animation_length": 2, + "bones": { + "torso": { + "rotation": { + "0.0": [0, 7.5, 0], + "0.1667": { + "pre": [0, 7.5, 0], + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [9.32022, -39.76686, -3.72594], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [7.59801, 19.69744, 4.8414], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-8.40005, -17.52965, -3.95707], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [14.57773, 35.5108, 27.981], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [4.57773, 35.5108, 27.981], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [4.57773, 35.5108, 27.981], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [2.9139, 49.55325, 18.41109], + "lerp_mode": "catmullrom" + }, + "1.5417": [0, 7.5, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0.3, 2], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": [0, 0, 0] + } + }, + "neck": { + "rotation": { + "0.0": [2.5, 52.5, 0], + "0.5": [2.5, 52.5, 0], + "0.5833": [1.52308, 2.52546, -1.91672], + "1.5417": [2.5, 52.5, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5833": [0, 0, 0], + "1.5417": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [10.08453, -7.38542, -1.30962], + "0.375": [10.08453, -7.38542, -1.30962], + "0.5833": [8.12193, -14.70557, -4.61924], + "0.7083": [-7.92351, 34.77437, 2.95198], + "0.8333": [23.75816, 42.40006, 9.12376], + "1.5417": [10.08453, -7.38542, -1.30962] + }, + "position": { + "0.0": [0, 0, 0], + "1.5417": [0, 0, 0] + } + }, + "furhead2": { + "rotation": [0.49411, 1.25669, 2.10942], + "position": [0, -1, 0] + }, + "furhead3": { + "rotation": ["math.sin(q.anim_time*90*1-200)*4", 0, 0], + "position": [0, -1, 0] + }, + "furhead1": { + "rotation": [0, 0, -10], + "position": [0, -1, 0] + }, + "headband_left": { + "rotation": { + "0.0": [-63.55989, "-94.0936-math.sin(q.anim_time*90*1-50)*10", 8.51181], + "0.375": [-63.55989, "-94.0936-math.sin(q.anim_time*90*1-50)*10", 8.51181], + "0.5833": [23.34936, "13.1515-math.sin(q.anim_time*90*1-50)*10", -82.30936], + "0.6667": [22.72336, "-44.2728-math.sin(q.anim_time*90*1-50)*10", -79.15711], + "0.875": [23.39565, "20.6468-math.sin(q.anim_time*90*1-50)*10", -82.64626], + "1.5417": [-63.55989, "-94.0936-math.sin(q.anim_time*90*1-50)*10", 8.51181] + }, + "position": { + "0.0": [0, -2, 1], + "0.375": [0, -2, 1], + "1.5417": [0, -2, 1] + } + }, + "lband1": { + "rotation": { + "0.0": [0, "-97.5-math.sin(q.anim_time*90*1-100)*15", 0], + "0.5833": [0, "7.5-math.sin(q.anim_time*90*1-100)*15", 0], + "0.6667": [0, "-60-math.sin(q.anim_time*90*1-100)*15", 0], + "0.875": [0, "10-math.sin(q.anim_time*90*1-100)*15", 0], + "1.5417": [0, "-97.5-math.sin(q.anim_time*90*1-100)*15", 0] + } + }, + "lband2": { + "rotation": { + "0.0": [0, "27.5-math.sin(q.anim_time*90*1-200)*25", 0], + "0.5833": [0, "55-math.sin(q.anim_time*90*1-200)*25", 0], + "0.6667": [0, "-15-math.sin(q.anim_time*90*1-200)*25", 0], + "0.875": [0, "45-math.sin(q.anim_time*90*1-200)*25", 0], + "1.5417": [0, "27.5-math.sin(q.anim_time*90*1-200)*25", 0] + } + }, + "lband3": { + "rotation": { + "0.0": [0, "65-math.sin(q.anim_time*90*1-200)*25", 0], + "0.6667": [0, "-5-math.sin(q.anim_time*90*1-200)*25", 0], + "0.875": [0, "57.5-math.sin(q.anim_time*90*1-200)*25", 0], + "1.5417": [0, "65-math.sin(q.anim_time*90*1-200)*25", 0] + } + }, + "headband_right": { + "rotation": { + "0.0": [-111.69454, "63.7406-math.sin(q.anim_time*90*1-50)*10", -47.51743], + "0.875": [-22.58051, "18.8504-math.sin(q.anim_time*90*1-50)*10", 50.02008], + "1.5417": [-111.69454, "63.7406-math.sin(q.anim_time*90*1-50)*10", -47.51743] + }, + "position": { + "0.0": [0, -2, 0], + "1.5417": [0, -2, 0] + } + }, + "bandseg1": { + "rotation": { + "0.0": [0, "82.5-math.sin(q.anim_time*90*1-100)*15", 0], + "0.875": [-5, "42.5-math.sin(q.anim_time*90*1-100)*15", 0], + "1.5417": [0, "82.5-math.sin(q.anim_time*90*1-100)*15", 0] + } + }, + "bandseg2": { + "rotation": { + "0.0": [0, "80-math.sin(q.anim_time*90*1-200)*25", 0], + "0.875": [0, "55-math.sin(q.anim_time*90*1-200)*25", 0], + "1.5417": [0, "80-math.sin(q.anim_time*90*1-200)*25", 0] + } + }, + "bandseg3": { + "rotation": { + "0.0": [0, "-40-math.sin(q.anim_time*90*1-200)*25", 0], + "0.875": [0, "-17.5-math.sin(q.anim_time*90*1-200)*25", 0] + } + }, + "tail": { + "rotation": [25, 0, 0] + }, + "arm_left": { + "rotation": { + "0.0": [1.75378, -9.84655, "-2.6511-math.sin(q.anim_time*90*1-50)*1"], + "0.5833": [19.39869, 12.76253, 35.85762], + "0.7083": [26.19068, -33.85986, "25.1294-math.sin(q.anim_time*90*1-50)*1"], + "0.9583": [32.85923, -38.45118, -16.46484], + "1.5417": [1.75378, -9.84655, "-2.6511-math.sin(q.anim_time*90*1-50)*1"] + }, + "position": { + "0.0": [0, -1, 0], + "1.5417": [0, -1, 0] + } + }, + "bicepleft": { + "rotation": { + "0.0": [-6.28106, 11.01681, "65.4729-5-math.sin(q.anim_time*90*1-50)*2"], + "0.4583": [-7.36541, 8.32005, "38.0818-5-math.sin(q.anim_time*90*1-50)*2"], + "0.7083": [-6.99489, 5.17708, "8.2411-5-math.sin(q.anim_time*90*1-50)*2"], + "0.9583": [-6.21642, -13.20991, 18.56636], + "1.5417": [-6.28106, 11.01681, "65.4729-5-math.sin(q.anim_time*90*1-50)*2"] + } + }, + "forearmleft": { + "rotation": { + "0.0": [0, 0, "37.5-math.sin(q.anim_time*90*1-50)*4"], + "0.4583": [0, 0, "-2.5-math.sin(q.anim_time*90*1-50)*4"], + "0.7083": [0, -20, "-2.5-math.sin(q.anim_time*90*1-50)*4"], + "0.9583": [2.48818, -13.89135, 1.55128], + "1.5417": [0, 0, "37.5-math.sin(q.anim_time*90*1-50)*4"] + } + }, + "fingers": { + "rotation": { + "0.0": [0, 0, -25], + "0.4583": [0, 0, 12.5], + "1.5417": [0, 0, -25] + } + }, + "fingerseg": { + "rotation": { + "0.0": [0, 0, -52.5], + "0.4583": [0, 0, 2.5], + "1.5417": [0, 0, -52.5] + } + }, + "arm_right": { + "rotation": { + "0.0": [2.5, -4.46375, "-53.165-math.sin(q.anim_time*90*1-50)*1"], + "0.5833": [38.63023, 31.21704, "1.8252-math.sin(q.anim_time*90*1-50)*1"], + "1.5417": [2.5, -4.46375, "-53.165-math.sin(q.anim_time*90*1-50)*1"] + }, + "position": { + "0.0": [0, 0, 0], + "1.5417": [0, 0, 0] + } + }, + "bicepright": { + "rotation": { + "0.0": [-151.85774, 19.32188, "-58.7808-math.sin(q.anim_time*90*1-50)*2"], + "0.5": [-151.85774, 19.32188, "-58.7808-math.sin(q.anim_time*90*1-50)*2"], + "0.5833": [-161.14216, -61.29738, -48.93873], + "0.7083": [-64.58268, -27.88586, "-8.1037-math.sin(q.anim_time*90*1-50)*2"], + "0.8333": [-78.52491, 6.12224, -10.84956], + "1.5417": [-151.85774, 19.32188, "-58.7808-math.sin(q.anim_time*90*1-50)*2"] + }, + "position": { + "0.0": [0, 1, 0], + "0.5": [0, 1, 0], + "0.7083": [0, 0, -1], + "1.5417": [0, 1, 0] + } + }, + "forearmright": { + "rotation": { + "0.0": [0, 0, "57.5-math.sin(q.anim_time*90*1-50)*4"], + "0.5": [0, 0, "57.5-math.sin(q.anim_time*90*1-50)*4"], + "0.5833": [0, 0, -3.17], + "0.7083": [0, 0, "-12.5-math.sin(q.anim_time*90*1-50)*4"], + "1.5417": [0, 0, "57.5-math.sin(q.anim_time*90*1-50)*4"] + } + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [-132.7708, 52.97968, -39.67283], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [6.9438, 66.3814, 16.44406], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [6.9438, 66.3814, 16.44406], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [6.9438, 66.3814, 16.44406], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [39.39001, -5.96185, 102.14375], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [47.65871, -13.84024, 106.61773], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [24.66815, -15.28879, 114.11176], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [21.78371, -2.58391, 82.93999], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-25.08267, 7.6168, 59.03075], + "lerp_mode": "catmullrom" + }, + "1.5417": [-132.7708, 52.97968, -39.67283] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [2, 11, 4], + "lerp_mode": "catmullrom" + }, + "1.5417": [0, 0, 0] + } + }, + "fur1": { + "rotation": ["30+math.sin(q.anim_time*90*1-200)*4", 0, 0], + "position": [0, -1, -0.25] + }, + "fyur2": { + "rotation": [14.97546, 6.76746, "-20.956-math.sin(q.anim_time*90*1-200)*4"], + "position": [-0.5, 0, 0] + }, + "fyur3": { + "rotation": [0, 0, "35+math.sin(q.anim_time*90*1-200)*4"], + "position": [-1, -2, 0] + }, + "lknee": { + "rotation": { + "0.0": [117.5, 0, 0], + "0.25": [22.5, 0, 0], + "0.3333": [13.42219, -9.6742, -2.96535], + "0.5": { + "pre": [22.5, 0, 0], + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [15.34848, -1.56364, 17.69154], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-2.15152, -1.56364, 17.69154], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [92.09383, 21.04458, 17.11375], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [88.50727, 19.29273, 14.47548], + "lerp_mode": "catmullrom" + }, + "1.5417": [117.5, 0, 0] + }, + "position": { + "0.0": [-0.75, 0, -0.25], + "0.25": [-0.75, 0, -0.25], + "0.5": { + "pre": [-0.75, 0, -0.25], + "post": [-0.75, 0, -0.25], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-0.75, -0.3, -0.25], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-0.75, 0, -0.25], + "lerp_mode": "catmullrom" + }, + "1.5417": [-0.75, 0, -0.25] + } + }, + "leftfoot": { + "rotation": { + "0.0": [32.5, 0, 0], + "0.25": [-5, 0, 0], + "0.3333": [-5.5531, -15.46162, 1.58448], + "0.375": [-6.76733, -42.30053, 4.56615], + "0.5": [-5, 0, 0], + "0.625": [-5, 0, 0], + "0.6667": [-5, 0, 0], + "0.8333": [82.14, 0, 0], + "1.0": [82.14, 0, 0], + "1.5417": [32.5, 0, 0] + } + }, + "bc4": { + "rotation": { + "0.0": ["2.5+math.sin(q.anim_time*90*1-50)*10", 0, 0], + "0.625": ["2.5+math.sin(q.anim_time*90*1-50)*10", 0, 0], + "0.7917": ["20+math.sin(q.anim_time*90*1-50)*10", 0, 0], + "1.5417": ["-30+math.sin(q.anim_time*90*1-50)*10", 0, 0] + } + }, + "bc3": { + "rotation": { + "0.0": ["-7.5+math.sin(q.anim_time*90*1-50)*8", 0, 0], + "0.625": ["-7.5+math.sin(q.anim_time*90*1-50)*8", 0, 0], + "0.7917": ["15+math.sin(q.anim_time*90*1-50)*8", 0, 0], + "1.5417": ["-7.5+math.sin(q.anim_time*90*1-50)*8", 0, 0] + } + }, + "bc2": { + "rotation": { + "0.0": ["-12.5+math.sin(q.anim_time*90*1-50)*6", 0, 0], + "0.625": ["-12.5+math.sin(q.anim_time*90*1-50)*6", 0, 0], + "0.7917": ["30+math.sin(q.anim_time*90*1-50)*6", 0, 0], + "1.5417": ["-27.5+math.sin(q.anim_time*90*1-50)*6", 0, 0] + } + }, + "bc1": { + "rotation": { + "0.0": ["22.5+math.sin(q.anim_time*90*1-50)*4", 0, 0], + "0.625": ["22.5+math.sin(q.anim_time*90*1-50)*4", 0, 0], + "0.7917": ["67.5+math.sin(q.anim_time*90*1-50)*4", 0, 0], + "1.5417": ["22.5+math.sin(q.anim_time*90*1-50)*4", 0, 0] + } + }, + "frontcloth1": { + "rotation": { + "0.0": ["-25-math.sin(q.anim_time*90*1-50)*6", 0, 0], + "0.625": ["-25-math.sin(q.anim_time*90*1-50)*6", 0, 0], + "0.7917": ["-30-math.sin(q.anim_time*90*1-50)*6", 0, 0], + "1.5417": ["-25-math.sin(q.anim_time*90*1-50)*6", 0, 0] + } + }, + "fc2": { + "rotation": { + "0.0": ["-12.5-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "0.625": ["-12.5-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "0.7917": ["-25-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "1.5417": ["-12.5-math.sin(q.anim_time*90*1-150)*6", 0, 0] + } + }, + "fc3": { + "rotation": { + "0.0": ["-10-math.sin(q.anim_time*90*1-150)*8", 0, 0], + "0.625": ["-10-math.sin(q.anim_time*90*1-150)*8", 0, 0], + "0.7917": ["-22.5-math.sin(q.anim_time*90*1-150)*8", 0, 0], + "1.5417": ["-10-math.sin(q.anim_time*90*1-150)*8", 0, 0] + } + }, + "fc4": { + "rotation": { + "0.0": ["-5-math.sin(q.anim_time*90*1-150)*10", 0, 0], + "0.625": ["-5-math.sin(q.anim_time*90*1-150)*10", 0, 0], + "0.7917": ["-22.5-math.sin(q.anim_time*90*1-150)*10", 0, 0], + "1.5417": ["-5-math.sin(q.anim_time*90*1-150)*10", 0, 0] + } + }, + "shoulderright": { + "rotation": { + "0.0": [3.90399, 17.07228, 0.58619], + "0.5": [3.90399, 17.07228, 0.58619], + "0.5833": [94.52129, 8.68044, -1.15232], + "0.7083": [6.42402, 15.48191, 57.1885], + "0.8333": [-2.39697, 16.56391, 25.9654], + "1.5417": [3.90399, 17.07228, 0.58619] + } + }, + "shoulderleft": { + "rotation": { + "0.0": [0, 0, "-math.sin(q.anim_time*90*1-50)*1"], + "0.9583": [3.61644, -19.6835, "-10.6276-math.sin(q.anim_time*90*1-50)*1"], + "1.5417": [0, 0, "-math.sin(q.anim_time*90*1-50)*1"] + } + }, + "mainthing": { + "rotation": { + "0.0": [0, -85, 0], + "0.1667": [0, -85, 0], + "0.3333": [0, -97.5, 0], + "0.4583": [0, -85, 0], + "0.5": { + "pre": [0, -37.5, 0], + "post": [0, -37.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 84.17, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 156.98, 0], + "lerp_mode": "catmullrom" + }, + "1.125": [0, 275, 0] + }, + "position": { + "0.0": [0, -1, 0], + "0.4583": [3, -1, -5], + "0.5": { + "pre": [5, -1, -9], + "post": [5, -1, -9], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, -1, -18], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-4, -1, -21], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-11.5, -1, -23.17], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-11.1, -4.12, -18.13], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-9.9, -1, -12.3], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-9.95, 22, -8.15], + "lerp_mode": "catmullrom" + }, + "1.125": [0, -1, 0] + } + }, + "fur2": { + "rotation": [12.5, 0, 0] + }, + "fur4": { + "rotation": [0, 0, 22.5] + }, + "fur6": { + "rotation": [0, 0, -22.5] + }, + "arms": { + "position": [0, "math.sin(q.anim_time*4*16)*0.3", 0] + }, + "hand_left": { + "rotation": { + "0.0": [0, 0, -5], + "1.5417": [0, 0, -5] + } + }, + "whiteneck": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "0.5833": [0, -25, 0], + "0.7083": [0, 15, 0], + "1.5417": [0, 0, 0] + } + }, + "fingers_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.7083": [0, 0, 15], + "1.5417": [0, 0, 0] + } + }, + "leg_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.2083": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-8.39561, -15.84371, -33.42976], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [8.59552, -15.66561, -97.16773], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [8.59552, -15.66561, -97.16773], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-37.50593, -83.66938, -13.33174], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [138.6987, -81.56127, -173.40871], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [1.12953, -49.57928, 7.10142], + "lerp_mode": "catmullrom" + }, + "0.7917": [0, 0, 0], + "0.875": [0, 0, 0], + "1.5417": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.4583": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [1, 0, -4], + "lerp_mode": "catmullrom" + }, + "0.75": [-3, 0, -3], + "0.7917": [0, 0, 0], + "0.8333": [-3, 0, -3], + "0.875": [0, 0, 0], + "1.5417": [0, 0, 0] + } + }, + "rknee": { + "rotation": { + "0.0": [0, 0, 0], + "0.2083": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [87.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [78, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-17, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [46.53073, 3.55731, -3.52271], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [67.56146, 7.11462, -7.04541], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-1.03265, 2.90106, -1.91504], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-1.03265, 2.90106, -1.91504], + "lerp_mode": "catmullrom" + }, + "1.0": [0, 0, 0], + "1.5417": [0, 0, 0] + } + }, + "feetis": { + "rotation": { + "0.0": [0, 0, 0], + "0.2083": [0, 0, 0], + "0.3333": [50, 0, 0], + "0.5": [57.5, 0, 0], + "0.5833": [57.5, 0, 0], + "0.6667": [-20, 0, 0], + "0.75": [62.08727, -0.27471, 6.30985], + "1.0": [62.08727, -0.27471, 6.30985], + "1.125": [0, 0, 0], + "1.5417": [0, 0, 0] + } + } + } + }, + "animation.urshifu.blink": { + "animation_length": 1, + "bones": { + "eyebrow1": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, -5], + "0.0833": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, -1, 0], + "0.0833": [0, 0, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "0.0417": [1, 1.1, 1], + "0.0833": [1, 1, 1] + } + }, + "eyebrow": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, 5], + "0.0833": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, -1, 0], + "0.0833": [0, 0, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "0.0417": [1, 1.3, 1], + "0.0833": [1, 1, 1] + } + } + } + }, + "animation.urshifu.ground_idle": { + "loop": true, + "bones": { + "torso": { + "position": [0, "math.sin(q.anim_time*4*16)*0.3", 0] + }, + "neck": { + "position": [0, 0, 0] + }, + "furhead2": { + "rotation": [0, 0, "math.sin(q.anim_time*90*1-200)*4"] + }, + "furhead3": { + "rotation": ["math.sin(q.anim_time*90*1-200)*4", 0, 0] + }, + "furhead1": { + "rotation": [0, 0, "math.sin(q.anim_time*90*1-200)*4"] + }, + "headband_left": { + "rotation": [0, "-math.sin(q.anim_time*90*1-50)*10", 0] + }, + "lband1": { + "rotation": [0, "-5-math.sin(q.anim_time*90*1-100)*15", 0] + }, + "lband2": { + "rotation": [0, "0-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "lband3": { + "rotation": [0, "0-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "headband_right": { + "rotation": [0, "-math.sin(q.anim_time*90*1-50)*10", 0] + }, + "bandseg1": { + "rotation": [0, "-5-math.sin(q.anim_time*90*1-100)*15", 0] + }, + "bandseg2": { + "rotation": [0, "0-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "bandseg3": { + "rotation": [0, "0-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "lowjaw": { + "rotation": [0, 0, 0] + }, + "frontcloth1": { + "rotation": ["-7.5-math.sin(q.anim_time*90*1-50)*2", 0, 0] + }, + "fc2": { + "rotation": ["-2.5-math.sin(q.anim_time*90*1-100)*4", 0, 0] + }, + "fc3": { + "rotation": ["-5-math.sin(q.anim_time*90*1-150)*6", 0, 0] + }, + "fc4": { + "rotation": ["-5-math.sin(q.anim_time*90*1-150)*6", 0, 0] + }, + "bc1": { + "rotation": ["5+math.sin(q.anim_time*90*1-50)*4", 0, 0] + }, + "bc2": { + "rotation": ["15+math.sin(q.anim_time*90*1-100)*8", 0, 0] + }, + "bc3": { + "rotation": ["5+math.sin(q.anim_time*90*1-150)*10", 0, 0] + }, + "bc4": { + "rotation": ["5+math.sin(q.anim_time*90*1-200)*12", 0, 0] + }, + "arms": { + "position": [0, "math.sin(q.anim_time*4*16)*0.3", 0] + }, + "fingerseg": { + "rotation": [0, 0, "math.sin(q.anim_time*30*2+150)*2"] + }, + "fingerrseg2": { + "rotation": [0, 0, "-math.sin(q.anim_time*30*2+150)*2"] + }, + "fur1": { + "rotation": ["0+math.sin(q.anim_time*90*1-200)*4", 0, 0] + }, + "fyur2": { + "rotation": [0, 0, "math.sin(q.anim_time*90*1-200)*4"] + }, + "fur2": { + "rotation": ["math.sin(q.anim_time*90*1-200)*4", 0, 0] + }, + "fur4": { + "rotation": [0, 0, "math.sin(q.anim_time*90*1-200)*4"] + }, + "rknee": { + "position": [0, -0.5, 0] + } + } + }, + "animation.urshifu.ground_walk": { + "loop": true, + "animation_length": 4, + "bones": { + "torso": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 10, 0], + "1.0": [0, 0, 0], + "1.5": [0, -7.5, 0], + "2.0": [0, 0, 0], + "2.5": [0, 10, 0], + "3.0": [0, 0, 0], + "3.5": [0, -7.5, 0], + "4.0": [0, 0, 0] + }, + "position": { + "0.0": [0, "math.sin(q.anim_time*4*16)*0.3", 0], + "2.0": [0, "math.sin(q.anim_time*4*16)*0.3", 0], + "4.0": [0, "math.sin(q.anim_time*4*16)*0.3", 0] + } + }, + "neck": { + "position": [0, 0, 0] + }, + "furhead2": { + "rotation": [0, 0, "math.sin(q.anim_time*90*1-200)*4"] + }, + "furhead3": { + "rotation": ["math.sin(q.anim_time*90*1-200)*4", 0, 0] + }, + "furhead1": { + "rotation": [0, 0, "math.sin(q.anim_time*90*1-200)*4"] + }, + "headband_left": { + "rotation": [0, "-math.sin(q.anim_time*90*1-50)*10", 0] + }, + "lband1": { + "rotation": [0, "-5-math.sin(q.anim_time*90*1-100)*15", 0] + }, + "lband2": { + "rotation": [0, "0-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "lband3": { + "rotation": [0, "0-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "headband_right": { + "rotation": [0, "-math.sin(q.anim_time*90*1-50)*10", 0] + }, + "bandseg1": { + "rotation": [0, "-5-math.sin(q.anim_time*90*1-100)*15", 0] + }, + "bandseg2": { + "rotation": [0, "0-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "bandseg3": { + "rotation": [0, "0-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "lowjaw": { + "rotation": [0, 0, 0] + }, + "frontcloth1": { + "rotation": { + "0.0": ["-10-math.sin(q.anim_time*90*1-50)*2", 0, 0], + "0.25": [-49.08, 0, 0], + "0.5": [-49.08, 0, 0], + "1.0": ["-7.5-math.sin(q.anim_time*90*1-50)*2", 0, 0], + "1.25": ["-52.5-math.sin(q.anim_time*90*1-50)*2", 0, 0], + "1.5": ["-52.5-math.sin(q.anim_time*90*1-50)*2", 0, 0], + "2.0": ["-10-math.sin(q.anim_time*90*1-50)*2", 0, 0], + "2.25": [-49.08, 0, 0], + "2.5": [-49.08, 0, 0], + "3.0": ["-7.5-math.sin(q.anim_time*90*1-50)*2", 0, 0], + "3.25": ["-52.5-math.sin(q.anim_time*90*1-50)*2", 0, 0], + "3.5": ["-52.5-math.sin(q.anim_time*90*1-50)*2", 0, 0], + "4.0": ["-7.5-math.sin(q.anim_time*90*1-50)*2", 0, 0] + } + }, + "fc2": { + "rotation": { + "0.0": ["-2.5-math.sin(q.anim_time*90*1-100)*4", 0, 0], + "0.25": ["22.5-math.sin(q.anim_time*90*1-100)*4", 0, 0], + "0.5": ["12.5-math.sin(q.anim_time*90*1-100)*4", 0, 0], + "1.0": ["-2.5-math.sin(q.anim_time*90*1-100)*4", 0, 0], + "1.25": ["22.5-math.sin(q.anim_time*90*1-100)*4", 0, 0], + "1.5": ["22.5-math.sin(q.anim_time*90*1-100)*4", 0, 0], + "2.0": ["-2.5-math.sin(q.anim_time*90*1-100)*4", 0, 0], + "2.25": ["22.5-math.sin(q.anim_time*90*1-100)*4", 0, 0], + "2.5": ["12.5-math.sin(q.anim_time*90*1-100)*4", 0, 0], + "3.0": ["-2.5-math.sin(q.anim_time*90*1-100)*4", 0, 0], + "3.25": ["22.5-math.sin(q.anim_time*90*1-100)*4", 0, 0], + "3.5": ["22.5-math.sin(q.anim_time*90*1-100)*4", 0, 0], + "4.0": ["-2.5-math.sin(q.anim_time*90*1-100)*4", 0, 0] + } + }, + "fc3": { + "rotation": { + "0.0": ["-5-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "0.25": ["-30-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "0.5": ["12.5-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "1.0": ["-5-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "1.25": ["12.5-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "1.5": ["12.5-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "2.0": ["-5-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "2.25": ["-30-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "2.5": ["12.5-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "3.0": ["-5-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "3.25": ["12.5-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "3.5": ["12.5-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "4.0": ["-5-math.sin(q.anim_time*90*1-150)*6", 0, 0] + } + }, + "fc4": { + "rotation": { + "0.0": ["-5-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "0.25": ["-42.5-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "0.5": ["2.5-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "1.0": ["-5-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "1.25": ["-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "1.5": ["-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "2.0": ["-5-math.sin(q.anim_time*90*1-150)*6", 0, 0] + } + }, + "bc1": { + "rotation": ["40+math.sin(q.anim_time*90*1-50)*4", 0, 0] + }, + "bc2": { + "rotation": ["15+math.sin(q.anim_time*90*1-100)*8", 0, 0] + }, + "bc3": { + "rotation": ["5+math.sin(q.anim_time*90*1-150)*10", 0, 0] + }, + "bc4": { + "rotation": ["5+math.sin(q.anim_time*90*1-200)*12", 0, 0] + }, + "arms": { + "position": [0, "math.sin(q.anim_time*4*16)*0.3", 0] + }, + "fingerseg": { + "rotation": [0, 0, "math.sin(q.anim_time*30*2+150)*2"] + }, + "fingerrseg2": { + "rotation": [0, 0, "-math.sin(q.anim_time*30*2+150)*2"] + }, + "fur1": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*90*1-200)*4", 0, 0], + "2.0": ["0+math.sin(q.anim_time*90*1-200)*4", 0, 0], + "4.0": ["0+math.sin(q.anim_time*90*1-200)*4", 0, 0] + } + }, + "fyur2": { + "rotation": { + "0.0": [0, 0, "math.sin(q.anim_time*90*1-200)*4"], + "2.0": [0, 0, "math.sin(q.anim_time*90*1-200)*4"] + } + }, + "fur2": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*1-200)*4", 0, 0], + "2.0": ["math.sin(q.anim_time*90*1-200)*4", 0, 0] + } + }, + "fur4": { + "rotation": [0, 0, "math.sin(q.anim_time*90*1-200)*4"] + }, + "rknee": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [28.75, 0, 0], + "0.5": [47.5, 0, 0], + "1.0": [0, 0, 0], + "1.5": [2.5, 0, 0], + "2.0": [0, 0, 0], + "2.25": [28.75, 0, 0], + "2.5": [47.5, 0, 0], + "3.0": [0, 0, 0], + "3.5": [2.5, 0, 0], + "4.0": [0, 0, 0] + }, + "position": { + "0.0": [0, -0.5, 0], + "1.0": [0, -0.5, 0], + "2.0": [0, -0.5, 0], + "3.0": [0, -0.5, 0], + "4.0": [0, -0.5, 0] + } + }, + "mainthing": { + "position": { + "0.0": [0, 0, 0], + "0.5": [0, -4, 0], + "1.0": [0, 0, 0], + "1.5": [0, -2, 0], + "2.0": [0, 0, 0], + "2.5": [0, -4, 0], + "3.0": [0, 0, 0], + "3.5": [0, -2, 0], + "4.0": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -10, 0], + "1.0": [0, 0, 0], + "1.5": [0, 7.5, 0], + "2.0": [0, 0, 0], + "2.5": [0, -10, 0], + "3.0": [0, 0, 0], + "3.5": [0, 7.5, 0], + "4.0": [0, 0, 0] + } + }, + "arm_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -10, 0], + "1.0": [0, 0, 0], + "1.5": [-5.12076, 12.45167, -1.10693], + "2.0": [0, 0, 0], + "2.5": [0, -10, 0], + "3.0": [0, 0, 0], + "3.5": [-5.12076, 12.45167, -1.10693], + "4.0": [0, 0, 0] + } + }, + "arm_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -17.5, 0], + "1.0": [0, 0, 0], + "1.5": [0, 15, 0], + "2.0": [0, 0, 0], + "2.5": [0, -2.5, 0], + "3.0": [0, 0, 0], + "3.5": [0, 15, 0], + "4.0": [0, 0, 0] + } + }, + "leg_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [35, 0, 0], + "1.0": [0, 0, 0], + "1.25": [-52.5, 0, 0], + "1.5": [-45, 0, 0], + "2.0": [0, 0, 0], + "2.5": [35, 0, 0], + "3.0": [0, 0, 0], + "3.25": [-52.5, 0, 0], + "3.5": [-45, 0, 0], + "4.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 3], + "1.0": [0, 0, 0], + "1.5": [0, 0, -2], + "2.0": [0, 0, 0], + "2.5": [0, 0, 3], + "3.0": [0, 0, 0], + "3.5": [0, 0, -2], + "4.0": [0, 0, 0] + } + }, + "lknee": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [0, 0, 0], + "1.25": [32.5, 0, 0], + "1.5": [45, 0, 0], + "2.0": [0, 0, 0], + "3.0": [0, 0, 0], + "3.25": [32.5, 0, 0], + "3.5": [45, 0, 0], + "4.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 0, 0], + "1.25": [0, 0, 1], + "1.5": [0, 0, 0], + "2.0": [0, 0, 0], + "3.0": [0, 0, 0], + "3.25": [0, 0, 1], + "3.5": [0, 0, 0], + "4.0": [0, 0, 0] + } + }, + "leftfoot": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-27.5, 0, 0], + "1.0": [0, 0, 0], + "2.0": [0, 0, 0], + "2.5": [-27.5, 0, 0], + "3.0": [0, 0, 0], + "4.0": [0, 0, 0] + } + }, + "leg_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-52.5, 0, 0], + "0.5": [-55, 0, 0], + "1.0": [0, 0, 0], + "1.5": [30, 0, 0], + "2.0": [0, 0, 0], + "2.25": [-52.5, 0, 0], + "2.5": [-55, 0, 0], + "3.0": [0, 0, 0], + "3.5": [30, 0, 0], + "4.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 0, 0], + "1.5": [0, -2, 1], + "2.0": [0, 0, 0], + "3.0": [0, 0, 0], + "3.5": [0, -2, 1], + "4.0": [0, 0, 0] + } + }, + "feetis": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [9.17, 0, 0], + "1.0": [0, 0, 0], + "1.5": [-32.5, 0, 0], + "2.0": [0, 0, 0], + "2.5": [9.17, 0, 0], + "3.0": [0, 0, 0], + "3.5": [-32.5, 0, 0], + "4.0": [0, 0, 0] + } + } + } + }, + "animation.urshifu.cry": { + "loop": true, + "animation_length": 2, + "bones": { + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, "math.sin(q.anim_time*4*16)*0.3", 0], + "0.5": [0, "math.sin(q.anim_time*4*16)*0.3", 1], + "1.25": [0, "math.sin(q.anim_time*4*16)*0.3", 1], + "1.75": [0, "math.sin(q.anim_time*4*16)*0.3", 0] + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-5, 0, 0], + "0.75": [-5, 0, 0], + "1.25": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.25": [0, 0, 0] + } + }, + "furhead2": { + "rotation": [0, 0, "math.sin(q.anim_time*90*1-200)*4"] + }, + "furhead3": { + "rotation": ["math.sin(q.anim_time*90*1-200)*4", 0, 0] + }, + "furhead1": { + "rotation": [0, 0, "math.sin(q.anim_time*90*1-200)*4"] + }, + "headband_left": { + "rotation": { + "0.0": [0, "-math.sin(q.anim_time*90*1-50)*10", 0], + "0.5": [0, "55-math.sin(q.anim_time*90*1-50)*10", 0], + "1.0": [0, "55-math.sin(q.anim_time*90*1-50)*10", 0], + "1.75": [0, "-math.sin(q.anim_time*90*1-50)*10", 0], + "2.0": [0, "-math.sin(q.anim_time*90*1-50)*10", 0] + } + }, + "lband1": { + "rotation": [0, "-5-math.sin(q.anim_time*90*1-100)*15", 0] + }, + "lband2": { + "rotation": [0, "0-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "lband3": { + "rotation": [0, "0-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "headband_right": { + "rotation": { + "0.0": [0, "-math.sin(q.anim_time*90*1-50)*10", 0], + "0.5": [-28.09433, "-63.679-math.sin(q.anim_time*90*1-50)*10", -8.70801], + "1.0": [-28.09433, "-63.679-math.sin(q.anim_time*90*1-50)*10", -8.70801], + "1.75": [0, "-math.sin(q.anim_time*90*1-50)*10", 0], + "2.0": [0, "-math.sin(q.anim_time*90*1-50)*10", 0] + } + }, + "bandseg1": { + "rotation": [0, "-5-math.sin(q.anim_time*90*1-100)*15", 0] + }, + "bandseg2": { + "rotation": [0, "0-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "bandseg3": { + "rotation": [0, "0-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "lowjaw": { + "rotation": [0, 0, 0] + }, + "frontcloth1": { + "rotation": { + "0.0": ["-7.5-math.sin(q.anim_time*90*1-50)*2", 0, 0], + "0.5": ["-25-math.sin(q.anim_time*90*1-50)*2", 0, 0], + "1.25": ["-25-math.sin(q.anim_time*90*1-50)*2", 0, 0], + "1.75": ["-7.5-math.sin(q.anim_time*90*1-50)*2", 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 2, 0], + "1.25": [0, 2, 0], + "1.75": [0, 0, 0] + } + }, + "fc2": { + "rotation": ["-2.5-math.sin(q.anim_time*90*1-100)*4", 0, 0] + }, + "fc3": { + "rotation": ["-5-math.sin(q.anim_time*90*1-150)*6", 0, 0] + }, + "fc4": { + "rotation": ["-5-math.sin(q.anim_time*90*1-150)*6", 0, 0] + }, + "bc1": { + "rotation": { + "0.0": ["5+math.sin(q.anim_time*90*1-50)*4", 0, 0], + "0.5": ["math.sin(q.anim_time*90*1-50)*4", 0, 0], + "1.0": ["math.sin(q.anim_time*90*1-50)*4", 0, 0], + "1.75": ["5+math.sin(q.anim_time*90*1-50)*4", 0, 0] + } + }, + "bc2": { + "rotation": { + "0.0": ["15+math.sin(q.anim_time*90*1-100)*8", 0, 0], + "0.5": ["-2.5+math.sin(q.anim_time*90*1-100)*8", 0, 0], + "1.0": ["-2.5+math.sin(q.anim_time*90*1-100)*8", 0, 0], + "1.75": ["15+math.sin(q.anim_time*90*1-100)*8", 0, 0] + } + }, + "bc3": { + "rotation": { + "0.0": ["5+math.sin(q.anim_time*90*1-150)*10", 0, 0], + "1.75": ["5+math.sin(q.anim_time*90*1-150)*10", 0, 0] + } + }, + "bc4": { + "rotation": ["5+math.sin(q.anim_time*90*1-200)*12", 0, 0] + }, + "arms": { + "position": [0, "math.sin(q.anim_time*4*16)*0.3", 0] + }, + "fingerseg": { + "rotation": { + "0.0": [0, 0, "math.sin(q.anim_time*30*2+150)*2"], + "0.5": [0, 0, "-60+math.sin(q.anim_time*30*2+150)*2"], + "1.25": [0, 0, "-60+math.sin(q.anim_time*30*2+150)*2"], + "1.75": [0, 0, "math.sin(q.anim_time*30*2+150)*2"] + } + }, + "fingerrseg2": { + "rotation": { + "0.0": [0, 0, "-math.sin(q.anim_time*30*2+150)*2"], + "0.5": [0, 0, "-25-math.sin(q.anim_time*30*2+150)*2"], + "1.25": [0, 0, "-25-math.sin(q.anim_time*30*2+150)*2"], + "1.75": [0, 0, "-math.sin(q.anim_time*30*2+150)*2"] + } + }, + "fur1": { + "rotation": ["0+math.sin(q.anim_time*90*1-200)*4", 0, 0] + }, + "fyur2": { + "rotation": [0, 0, "math.sin(q.anim_time*90*1-200)*4"] + }, + "fur2": { + "rotation": ["math.sin(q.anim_time*90*1-200)*4", 0, 0] + }, + "fur4": { + "rotation": [0, 0, "math.sin(q.anim_time*90*1-200)*4"] + }, + "rknee": { + "rotation": [0, 0, 0], + "position": [0, -0.5, 0] + }, + "whiteneck": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-5, 0, 0], + "0.75": [-5, 0, 0], + "1.25": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + } + }, + "eyebrow1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + }, + "scale": { + "0.5": { + "pre": [1, 1.1, 1], + "post": [1, 1.1, 1], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [1, 1.1, 1], + "lerp_mode": "catmullrom" + }, + "1.75": [1, 1, 1] + } + }, + "eyebrow": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1, 1.3, 1], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [1, 1.3, 1], + "lerp_mode": "catmullrom" + }, + "1.75": [1, 1, 1] + } + }, + "arm_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, -7.5], + "1.25": [0, 0, -7.5], + "1.75": [0, 0, 0] + } + }, + "shoulderleft": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-10.16946, -38.03957, -3.78695], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-10.16946, -38.03957, -3.78695], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + } + }, + "bicepleft": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [68.79478, -23.1669, -58.59496], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [68.79478, -23.1669, -58.59496], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-1, 1, -1], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-1, 1, -1], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + } + }, + "forearmleft": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -15, 20], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -15, 20], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "hand_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, -12.5], + "1.25": [0, 0, -12.5], + "1.75": [0, 0, 0] + } + }, + "fingers": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, -65], + "1.25": [0, 0, -65], + "1.75": [0, 0, 0] + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 15, 7.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 15, 7.5], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + } + }, + "shoulderright": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [3.43964, 40.13688, 13.07776], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [3.43964, 40.13688, 13.07776], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + } + }, + "bicepright": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [42.83993, 20.36457, 31.67747], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [42.83993, 20.36457, 31.67747], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + } + }, + "forearmright": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 37.5, -42.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 37.5, -42.5], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + } + }, + "hand_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-2.04166, 3.89254, -21.89478], + "1.25": [-2.04166, 3.89254, -21.89478], + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [-1, -1, -0.5], + "1.25": [-1, -1, -0.5], + "1.75": [0, 0, 0] + } + }, + "leg_left": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "lknee": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "leftfoot": { + "rotation": [0, 0, 0] + }, + "leg_right": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "feetis": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + } + } + }, + "animation.urshifu.sleep": { + "loop": true, + "animation_length": 5.5, + "bones": { + "mainthing": { + "rotation": [-87.5, 0, 0], + "position": [0, 4, -18] + }, + "torso": { + "rotation": [10, 0, 0], + "position": [0, 0, "math.sin(q.anim_time*4*16)*0.3"] + }, + "eyebrow1": { + "rotation": [0, 0, -5], + "position": [0, -1, 0], + "scale": [1, 1.1, 1] + }, + "eyebrow": { + "rotation": [0, 0, 5], + "position": [0, -1, 0], + "scale": [1, 1.3, 1] + }, + "headband_left": { + "rotation": [0, -67.5, 0] + }, + "lband1": { + "rotation": [0, 0, 0] + }, + "lband3": { + "rotation": [0, 22.5, 0] + }, + "headband_right": { + "rotation": [0, 45, 0] + }, + "bandseg1": { + "rotation": [0, 22.5, 0] + }, + "bandseg2": { + "rotation": [0, 7.5, 0] + }, + "fc2": { + "rotation": [0, 0, 0] + }, + "fc3": { + "rotation": [22.5, 0, 0] + }, + "fc4": { + "rotation": [15, 0, 0] + }, + "arms": { + "position": [0, 0, "0-math.sin(q.anim_time*4*16)*0.3"] + }, + "arm_left": { + "rotation": [-20, 0, 60] + }, + "shoulderleft": { + "rotation": [-181.43455, 2.04767, 54.97436] + }, + "bicepleft": { + "rotation": [0, 0, -42.5] + }, + "forearmleft": { + "rotation": [0, 0, -62.5] + }, + "hand_left": { + "rotation": [57.5, 0, 0] + }, + "fingerseg": { + "rotation": [0, 0, 20] + }, + "arm_right": { + "rotation": [0, 0, -50], + "position": [0, 0, 0] + }, + "shoulderright": { + "rotation": [180.9467, -18.15324, -45.33277], + "position": [-1, 0, 0] + }, + "bicepright": { + "rotation": [0.002, 17.49999, 32.51465] + }, + "forearmright": { + "rotation": [47.7283, 15.42385, 76.37038] + }, + "hand_right": { + "rotation": [27.5, 0, 0] + }, + "leg_left": { + "rotation": [-72.5, 0, 0] + }, + "fur1": { + "rotation": [-112.5, 0, 0], + "position": [0, -2, 0] + }, + "fyur2": { + "rotation": [0, 0, 120], + "position": [0, -2, 0] + }, + "fyur3": { + "rotation": [0, 0, -80], + "position": [-1, -3, 0] + }, + "lknee": { + "rotation": [110.77463, 19.50645, 4.50432], + "position": [0, 0, 1] + }, + "leftfoot": { + "rotation": [47.5, 0, 0], + "position": [0, 2, 0] + }, + "fur2": { + "rotation": [25, 0, 0] + }, + "lowjaw": { + "rotation": { + "0.0": [0, 0, 0], + "1.75": [0, 0, 0], + "2.5": [30, 0, 0], + "2.5417": [27.5, 0, 0], + "2.5833": [30, 0, 0], + "2.625": [27.5, 0, 0], + "2.6667": [30, 0, 0], + "2.7083": [27.5, 0, 0], + "2.75": [30, 0, 0], + "2.7917": [27.5, 0, 0], + "3.9583": [0, 0, 0] + } + } + } + }, + "animation.urshifu.faint": { + "loop": true, + "animation_length": 3.25, + "bones": { + "mainthing": { + "rotation": [0, -60, 0], + "position": { + "0.0": [0, -5.6, 0], + "1.5": [0, -2.6, 0] + } + }, + "torso_clothes": { + "position": [0, 0, 0] + }, + "arm_left": { + "rotation": { + "0.0": [0, 0, 15], + "1.5": [0, 0, 2.5] + }, + "position": [-2, -1, 0] + }, + "bicepleft": { + "rotation": { + "0.0": [0, 0, "125-math.sin(q.anim_time*90*1-50)*2"], + "1.5": [181.09092, 0.29329, "9.7725-math.sin(q.anim_time*90*1-50)*2"] + }, + "position": [0, 0, 0] + }, + "forearmleft": { + "rotation": { + "0.0": [182.22764, 20.15563, 28.30359], + "1.5": [179.10971, 20.42174, 5.59288] + } + }, + "thumb1": { + "rotation": { + "0.0": [0, 22.5, 0], + "1.5": [-35, 22.5, 0] + } + }, + "thunmbseg": { + "rotation": [20.02717, 1.68868, 1.84373] + }, + "fingers": { + "rotation": { + "0.0": [0, 0, -60], + "1.5": [0, 0, -2.5] + } + }, + "fingerseg": { + "rotation": { + "0.0": [0, 0, -60], + "1.5": [0, 0, -5] + } + }, + "arm_right": { + "rotation": { + "0.0": [-5.16524, 27.0478, -11.24314], + "1.5": [26.31707, 10.91357, 15.65146] + }, + "position": { + "0.0": [0, 0, 0], + "1.5": [0, 0, -2] + } + }, + "bicepright": { + "rotation": { + "0.0": [58.28573, 33.45406, 10.91547], + "1.5": [7.28609, 13.38963, -17.00244] + } + }, + "forearmright": { + "rotation": { + "0.0": [182.5, 75, -180], + "1.5": [359.89088, -15.00237, -2.49286] + }, + "position": { + "0.0": [-1, 0, -2], + "1.5": [-1, 0, 0] + } + }, + "thumbright": { + "rotation": { + "0.0": [30, 0, 0], + "1.5": [-12.5, 0, 0] + } + }, + "thungbmbrseg2": { + "rotation": [40, 0, 0] + }, + "fingers_right": { + "rotation": { + "0.0": [0, 0, 70], + "1.5": [0, 0, 12.5] + } + }, + "fingerrseg2": { + "rotation": { + "0.0": [0, 0, 62.5], + "1.5": [0, 0, -2.5] + } + }, + "neck": { + "rotation": { + "0.0": [-10.65119, 24.83901, -1.90415], + "1.5": [16.37563, -7.34701, 0.55083] + }, + "position": [-1, 1, 0] + }, + "head": { + "rotation": [19.46618, 12.92343, -2.05977], + "scale": [0.9, 0.8, 1] + }, + "hair": { + "rotation": [0, 0, 2.5] + }, + "headband_left": { + "rotation": [9.54046, "-58.8842+math.sin(q.anim_time*90*1-50)*10", 42.2072], + "position": [-1, -1, 0] + }, + "headband_right": { + "rotation": [-17.4812, "40.6549-math.sin(q.anim_time*90*1-50)*10", -38.42136] + }, + "whiteneck": { + "rotation": [0, 15, 0], + "position": [0, -1, 0] + }, + "leg_left": { + "rotation": { + "0.0": [-52.90208, 67.83409, 3.18262], + "1.5": [-22.90208, 67.83409, 3.18262] + } + }, + "lknee": { + "rotation": { + "0.0": [82.5, 0, 0], + "1.5": [37.5, 0, 0] + } + }, + "leftfoot": { + "rotation": { + "0.0": [-15, 0, 0], + "1.5": [-5, 0, 0] + } + }, + "leg_right": { + "rotation": { + "0.0": [-28.81328, -82.01058, -30.93292], + "1.5": [111.97641, -80.79687, -143.46551] + } + }, + "rknee": { + "rotation": { + "0.0": [67.5, 0, 0], + "1.5": [40, 0, 0] + } + }, + "front": { + "rotation": [-17.5, 0, 0] + }, + "back": { + "rotation": [69.97365, 1.5216, -1.98385], + "position": [0, 5, 0] + }, + "bone": { + "rotation": [42.5, 0, 0] + }, + "furhead2": { + "rotation": [0, 0, "127.5+math.sin(q.anim_time*90*1-200)*4"] + }, + "furhead3": { + "rotation": ["127.5+math.sin(q.anim_time*90*1-200)*4", 0, 0] + }, + "furhead1": { + "rotation": [0, 0, "-140+math.sin(q.anim_time*90*1-200)*4"] + }, + "bandseg1": { + "rotation": [6.70127, "-3.0932-math.sin(q.anim_time*90*1-100)*15", 9.67518] + }, + "bandseg2": { + "rotation": [-6.36991, "29.9706-math.sin(q.anim_time*90*1-200)*25", 9.55406] + }, + "bandseg3": { + "rotation": [5.54163, "-1.6719-math.sin(q.anim_time*90*1-200)*25", -4.43478] + }, + "lband1": { + "rotation": [14.34255, "-22.4485-math.sin(q.anim_time*90*1-100)*15", 12.43407] + }, + "lband2": { + "rotation": [-7.21604, "40.4825+math.sin(q.anim_time*90*1-200)*25", 7.68073] + }, + "lband3": { + "rotation": [-2.33411, "33.3552+math.sin(q.anim_time*90*1-200)*25", 2.92364] + }, + "fur1": { + "rotation": ["-115+math.sin(q.anim_time*90*1-200)*4", 0, 0], + "position": [0, -2, 0] + }, + "fur3": { + "rotation": [107.5, 0, 0], + "position": [0, -2, 0] + }, + "fyur2": { + "rotation": [0, 0, "115+math.sin(q.anim_time*90*1-200)*4"], + "position": [1, -3, 0] + }, + "fur4": { + "rotation": [0, 0, "-117.5+math.sin(q.anim_time*90*1-200)*4"] + }, + "fur2": { + "rotation": ["-110+math.sin(q.anim_time*90*1-200)*4", 0, 0], + "position": [0, -2, 0] + }, + "fur6": { + "rotation": [0, 0, "87.5-math.sin(q.anim_time*90*1-200)*4"], + "position": [1, -3, 0] + }, + "fyur3": { + "rotation": [0, 0, "-95-math.sin(q.anim_time*90*1-200)*4"], + "position": [0, -3, 0] + }, + "fur5": { + "rotation": [110, 0, 0] + }, + "lowjaw": { + "rotation": [0, 0, 0] + }, + "ear2": { + "rotation": [0, 0, -35] + }, + "ear1": { + "rotation": [0, 0, 40] + }, + "frontcloth1": { + "rotation": ["-18.2938-math.sin(q.anim_time*90*1-50)*2", -14.04833, "2.8551-math.sin(q.anim_time*90*1-50)*2"], + "position": [0, 2, 0] + }, + "fc2": { + "rotation": ["5-math.sin(q.anim_time*90*1-150)*6", 0, "-2.5-math.sin(q.anim_time*90*1-150)*6"] + }, + "fc3": { + "rotation": ["-2.4905-math.sin(q.anim_time*90*1-150)*8", -0.21782, "-7.4953-math.sin(q.anim_time*90*1-150)*8"] + }, + "fc4": { + "rotation": ["-14.9539-math.sin(q.anim_time*90*1-150)*12", -1.08089, "-4.8821-math.sin(q.anim_time*90*1-150)*10"] + }, + "bc1": { + "rotation": ["-25.7246+math.sin(q.anim_time*90*1-50)*4", -13.77624, 5.99253] + }, + "bc2": { + "rotation": ["-13.4773+math.sin(q.anim_time*90*1-100)*8", 4.58164, "2.4306+math.sin(q.anim_time*90*1-100)*8"] + }, + "bc3": { + "rotation": ["2.7377+math.sin(q.anim_time*90*1-150)*10", 12.3071, "2.2046+math.sin(q.anim_time*90*1-150)*10"] + }, + "bc4": { + "rotation": ["-19.8489+math.sin(q.anim_time*90*1-200)*12", 9.84655, "1.7538+math.sin(q.anim_time*90*1-200)*12"] + }, + "shoulderleft": { + "rotation": { + "0.0": [0, 0, 15], + "1.5": [0, 0, -10] + } + }, + "feetis": { + "rotation": [5, 0, 0] + }, + "torso": { + "position": { + "0.0": [0, "math.sin(q.anim_time*4*16)*0.3", 0], + "1.5": [0, "math.sin(q.anim_time*4*16)*0.3", 1] + } + }, + "tail": { + "position": [0, 3, 0] + }, + "arms": { + "position": [0, "math.sin(q.anim_time*4*16)*0.3", 0] + }, + "eyebrow1": { + "rotation": { + "0.0": [0, 0, 0], + "1.5": [0, 0, -5] + }, + "position": { + "0.0": [0, 0, 0], + "1.5": [0, -1, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "1.5": [1, 1.1, 1] + } + }, + "eyebrow": { + "rotation": { + "0.0": [0, 0, 0], + "1.5": [0, 0, 5] + }, + "position": { + "0.0": [0, 0, 0], + "1.5": [0, -1, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "1.5": [1, 1.3, 1] + } + }, + "shoulderright": { + "rotation": { + "0.0": [0, 0, 0], + "1.5": [5, 0, 0] + } + } + } + }, + "animation.urshifu.rsfaint": { + "loop": true, + "animation_length": 3.25, + "bones": { + "torso": { + "rotation": [0, 7.5, 0], + "position": [0, "math.sin(q.anim_time*4*16)*0.3", 0] + }, + "neck": { + "rotation": { + "0.0": [2.5, 52.5, 0], + "1.5": [22.5, 52.5, 0] + } + }, + "head": { + "rotation": { + "0.0": [10.08453, -7.38542, -1.30962], + "1.5": [-3.57862, -13.4982, 3.37486] + } + }, + "furhead2": { + "rotation": [0.49411, 1.25669, 2.10942], + "position": [0, -1, 0] + }, + "furhead3": { + "rotation": ["math.sin(q.anim_time*90*1-200)*4", 0, 0], + "position": [0, -1, 0] + }, + "furhead1": { + "rotation": [0, 0, -10], + "position": [0, -1, 0] + }, + "headband_left": { + "rotation": [-63.55989, "-94.0936-math.sin(q.anim_time*90*1-50)*10", 8.51181], + "position": [0, -2, 1] + }, + "lband1": { + "rotation": [0, "-97.5-math.sin(q.anim_time*90*1-100)*15", 0] + }, + "lband2": { + "rotation": [0, "27.5-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "lband3": { + "rotation": [0, "65-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "headband_right": { + "rotation": [-111.69454, "63.7406-math.sin(q.anim_time*90*1-50)*10", -47.51743], + "position": [0, -2, 0] + }, + "bandseg1": { + "rotation": [0, "82.5-math.sin(q.anim_time*90*1-100)*15", 0] + }, + "bandseg2": { + "rotation": [0, "80-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "bandseg3": { + "rotation": [0, "-40-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "tail": { + "rotation": [25, 0, 0] + }, + "arm_left": { + "rotation": [1.75378, -9.84655, "-2.6511-math.sin(q.anim_time*90*1-50)*1"], + "position": { + "0.0": [0, -1, 0], + "1.5": [0, -3, 0] + } + }, + "bicepleft": { + "rotation": { + "0.0": [-6.28106, 11.01681, "65.4729-5-math.sin(q.anim_time*90*1-50)*2"], + "1.5": [-7.24095, 5.93795, "15.7063-5-math.sin(q.anim_time*90*1-50)*2"] + } + }, + "forearmleft": { + "rotation": { + "0.0": [0, 0, "37.5-math.sin(q.anim_time*90*1-50)*4"], + "1.5": [0, 0, "2.5-math.sin(q.anim_time*90*1-50)*4"] + } + }, + "fingers": { + "rotation": [0, 0, -25] + }, + "fingerseg": { + "rotation": [0, 0, -52.5] + }, + "arm_right": { + "rotation": { + "0.0": [2.5, -4.46375, "-53.165-math.sin(q.anim_time*90*1-50)*1"], + "1.5": [-2.02818, -4.69661, "-0.4843-math.sin(q.anim_time*90*1-50)*1"] + }, + "position": { + "0.0": [0, 0, 0], + "1.5": [0, -2, 0] + } + }, + "bicepright": { + "rotation": { + "0.0": [-151.85774, 19.32188, "-58.7808-math.sin(q.anim_time*90*1-50)*2"], + "1.5": [7.1193, -8.82127, "2.0786-math.sin(q.anim_time*90*1-50)*2"] + }, + "position": { + "0.0": [0, 1, 0], + "1.5": [0, 0, 0] + } + }, + "forearmright": { + "rotation": { + "0.0": [0, 0, "57.5-math.sin(q.anim_time*90*1-50)*4"], + "1.5": [0, 0, "-12.5-math.sin(q.anim_time*90*1-50)*4"] + } + }, + "leg_left": { + "rotation": { + "0.0": ["-132.7708+math.sin(q.anim_time*20*4)*2", 52.97968, -39.67283], + "1.5": [2.9219, 81.80066, 18.00272] + } + }, + "fur1": { + "rotation": ["30+math.sin(q.anim_time*90*1-200)*4", 0, 0], + "position": [0, -1, -0.25] + }, + "fyur2": { + "rotation": [14.97546, 6.76746, "-20.956-math.sin(q.anim_time*90*1-200)*4"], + "position": [-0.5, 0, 0] + }, + "fyur3": { + "rotation": [0, 0, "35+math.sin(q.anim_time*90*1-200)*4"], + "position": [-1, -2, 0] + }, + "lknee": { + "rotation": { + "0.0": ["117.5+math.sin(q.anim_time*20*4)*2", 0, 0], + "1.5": [27.3892, -2.98934, 7.09697] + }, + "position": [-0.75, 0, -0.25] + }, + "leftfoot": { + "rotation": { + "0.0": [32.5, 0, 0], + "1.5": [0, 0, 0] + } + }, + "bc4": { + "rotation": ["2.5+math.sin(q.anim_time*90*1-50)*10", 0, 0] + }, + "bc3": { + "rotation": ["-7.5+math.sin(q.anim_time*90*1-50)*8", 0, 0] + }, + "bc2": { + "rotation": ["-12.5+math.sin(q.anim_time*90*1-50)*6", 0, 0] + }, + "bc1": { + "rotation": ["22.5+math.sin(q.anim_time*90*1-50)*4", 0, 0] + }, + "frontcloth1": { + "rotation": ["-25-math.sin(q.anim_time*90*1-50)*6", 0, 0] + }, + "fc2": { + "rotation": ["-12.5-math.sin(q.anim_time*90*1-150)*6", 0, 0] + }, + "fc3": { + "rotation": ["-10-math.sin(q.anim_time*90*1-150)*8", 0, 0] + }, + "fc4": { + "rotation": ["-5-math.sin(q.anim_time*90*1-150)*10", 0, 0] + }, + "shoulderright": { + "rotation": { + "0.0": [3.90399, 17.07228, 0.58619], + "1.5": [8.28342, 15.46973, 16.12702] + } + }, + "shoulderleft": { + "rotation": [0, 0, "-math.sin(q.anim_time*90*1-50)*1"] + }, + "mainthing": { + "rotation": [0, 275, 0], + "position": [0, -1, 0] + }, + "fur2": { + "rotation": [12.5, 0, 0] + }, + "fur4": { + "rotation": [0, 0, 22.5] + }, + "fur6": { + "rotation": [0, 0, -22.5] + }, + "arms": { + "position": [0, "math.sin(q.anim_time*4*16)*0.3", 0] + }, + "hand_left": { + "rotation": [0, 0, -5] + }, + "eyebrow1": { + "rotation": { + "0.0": [0, 0, 0], + "1.5": [0, 0, -5] + }, + "position": { + "0.0": [0, 0, 0], + "1.5": [0, -1, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "1.5": [1, 1.1, 1] + } + }, + "eyebrow": { + "rotation": { + "0.0": [0, 0, 0], + "1.5": [0, 0, 5] + }, + "position": { + "0.0": [0, 0, 0], + "1.5": [0, -1, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "1.5": [1, 1.3, 1] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/urshifurs/urshifurs.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/urshifurs/urshifurs.animation.json new file mode 100644 index 0000000..e4a0399 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/urshifurs/urshifurs.animation.json @@ -0,0 +1,3423 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.urshifu.singlestrike": { + "loop": true, + "bones": { + "mainthing": { + "rotation": [0, -60, 0], + "position": [0, -5.6, 0] + }, + "torso_clothes": { + "position": [0, 0, 0] + }, + "arm_left": { + "rotation": [0, 0, 15], + "position": [-2, -1, 0] + }, + "bicepleft": { + "rotation": [0, 0, "125-math.sin(q.anim_time*90*1-50)*2"], + "position": [0, 0, 0] + }, + "forearmleft": { + "rotation": [182.22764, 20.15563, 28.30359] + }, + "thumb1": { + "rotation": [0, 22.5, 0] + }, + "thunmbseg": { + "rotation": [20.02717, 1.68868, 1.84373] + }, + "fingers": { + "rotation": [0, 0, -60] + }, + "fingerseg": { + "rotation": [0, 0, -60] + }, + "arm_right": { + "rotation": [-5.16524, 27.0478, -11.24314] + }, + "bicepright": { + "rotation": [58.28573, 33.45406, 10.91547] + }, + "forearmright": { + "rotation": [182.5, 75, -180], + "position": [-1, 0, -2] + }, + "thumbright": { + "rotation": [30, 0, 0] + }, + "thungbmbrseg2": { + "rotation": [40, 0, 0] + }, + "fingers_right": { + "rotation": [0, 0, 70] + }, + "fingerrseg2": { + "rotation": [0, 0, 62.5] + }, + "neck": { + "rotation": [-10.65119, 24.83901, -1.90415], + "position": [-1, 1, 0] + }, + "head": { + "rotation": [19.46618, 12.92343, -2.05977], + "scale": [0.9, 0.8, 1] + }, + "hair": { + "rotation": [0, 0, 2.5] + }, + "headband_left": { + "rotation": [9.54046, "-58.8842+math.sin(q.anim_time*90*1-50)*10", 42.2072], + "position": [-1, -1, 0] + }, + "headband_right": { + "rotation": [-17.4812, "40.6549-math.sin(q.anim_time*90*1-50)*10", -38.42136] + }, + "whiteneck": { + "rotation": [0, 15, 0], + "position": [0, -1, 0] + }, + "leg_left": { + "rotation": [-52.90208, 67.83409, 3.18262] + }, + "lknee": { + "rotation": [82.5, 0, 0] + }, + "leftfoot": { + "rotation": [-15, 0, 0] + }, + "leg_right": { + "rotation": [-28.81328, -82.01058, -30.93292] + }, + "rknee": { + "rotation": [67.5, 0, 0] + }, + "front": { + "rotation": [-17.5, 0, 0] + }, + "back": { + "rotation": [69.97365, 1.5216, -1.98385], + "position": [0, 5, 0] + }, + "bone": { + "rotation": [42.5, 0, 0] + }, + "furhead2": { + "rotation": [0, 0, "127.5+math.sin(q.anim_time*90*1-200)*4"] + }, + "furhead3": { + "rotation": ["127.5+math.sin(q.anim_time*90*1-200)*4", 0, 0] + }, + "furhead1": { + "rotation": [0, 0, "-140+math.sin(q.anim_time*90*1-200)*4"] + }, + "bandseg1": { + "rotation": [6.70127, "-3.0932-math.sin(q.anim_time*90*1-100)*15", 9.67518] + }, + "bandseg2": { + "rotation": [-6.36991, "29.9706-math.sin(q.anim_time*90*1-200)*25", 9.55406] + }, + "bandseg3": { + "rotation": [5.54163, "-1.6719-math.sin(q.anim_time*90*1-200)*25", -4.43478] + }, + "lband1": { + "rotation": [14.34255, "-22.4485-math.sin(q.anim_time*90*1-100)*15", 12.43407] + }, + "lband2": { + "rotation": [-7.21604, "40.4825+math.sin(q.anim_time*90*1-200)*25", 7.68073] + }, + "lband3": { + "rotation": [-2.33411, "33.3552+math.sin(q.anim_time*90*1-200)*25", 2.92364] + }, + "fur1": { + "rotation": ["-115+math.sin(q.anim_time*90*1-200)*4", 0, 0], + "position": [0, -2, 0] + }, + "fur3": { + "rotation": [107.5, 0, 0], + "position": [0, -2, 0] + }, + "fyur2": { + "rotation": [0, 0, "115+math.sin(q.anim_time*90*1-200)*4"], + "position": [1, -3, 0] + }, + "fur4": { + "rotation": [0, 0, "-117.5+math.sin(q.anim_time*90*1-200)*4"] + }, + "fur2": { + "rotation": ["-110+math.sin(q.anim_time*90*1-200)*4", 0, 0], + "position": [0, -2, 0] + }, + "fur6": { + "rotation": [0, 0, "87.5-math.sin(q.anim_time*90*1-200)*4"], + "position": [1, -3, 0] + }, + "fyur3": { + "rotation": [0, 0, "-95-math.sin(q.anim_time*90*1-200)*4"], + "position": [0, -3, 0] + }, + "fur5": { + "rotation": [110, 0, 0] + }, + "lowjaw": { + "rotation": [0, 0, 0] + }, + "ear2": { + "rotation": [0, 0, -35] + }, + "ear1": { + "rotation": [0, 0, 40] + }, + "frontcloth1": { + "rotation": ["-18.2938-math.sin(q.anim_time*90*1-50)*2", -14.04833, "2.8551-math.sin(q.anim_time*90*1-50)*2"], + "position": [0, 2, 0] + }, + "fc2": { + "rotation": ["5-math.sin(q.anim_time*90*1-150)*6", 0, "-2.5-math.sin(q.anim_time*90*1-150)*6"] + }, + "fc3": { + "rotation": ["-2.4905-math.sin(q.anim_time*90*1-150)*8", -0.21782, "-7.4953-math.sin(q.anim_time*90*1-150)*8"] + }, + "fc4": { + "rotation": ["-14.9539-math.sin(q.anim_time*90*1-150)*12", -1.08089, "-4.8821-math.sin(q.anim_time*90*1-150)*10"] + }, + "bc1": { + "rotation": ["-25.7246+math.sin(q.anim_time*90*1-50)*4", -13.77624, 5.99253] + }, + "bc2": { + "rotation": ["-13.4773+math.sin(q.anim_time*90*1-100)*8", 4.58164, "2.4306+math.sin(q.anim_time*90*1-100)*8"] + }, + "bc3": { + "rotation": ["2.7377+math.sin(q.anim_time*90*1-150)*10", 12.3071, "2.2046+math.sin(q.anim_time*90*1-150)*10"] + }, + "bc4": { + "rotation": ["-19.8489+math.sin(q.anim_time*90*1-200)*12", 9.84655, "1.7538+math.sin(q.anim_time*90*1-200)*12"] + }, + "shoulderleft": { + "rotation": [0, 0, 15] + }, + "feetis": { + "rotation": [5, 0, 0] + }, + "torso": { + "position": [0, "math.sin(q.anim_time*4*16)*0.3", 0] + }, + "tail": { + "position": [0, 3, 0] + }, + "arms": { + "position": [0, "math.sin(q.anim_time*4*16)*0.3", 0] + } + } + }, + "animation.urshifu.ssphysical_attack": { + "loop": true, + "animation_length": 3.25, + "bones": { + "mainthing": { + "rotation": { + "0.0": [0, -60, 0], + "1.0": [0, -60, 0], + "2.5": [0, -60, 0] + }, + "position": { + "0.0": [0, -5.6, 0], + "1.0": [0, -5.6, 0], + "1.1667": [0, -5.6, -14], + "2.2083": [0, -5.6, -14], + "2.25": [0, 1.4, -14], + "2.5": [0, -5.6, 0], + "2.5417": [0, -6.2, 0], + "2.5833": [0, -5.6, 0], + "2.625": [0, -6.2, 0], + "2.6667": [0, -5.6, 0], + "2.7083": [0, -6.2, 0], + "2.75": [0, -5.6, 0], + "2.7917": [0, -6.2, 0] + } + }, + "torso_clothes": { + "position": { + "0.0": [0, 0, 0], + "2.5": [0, 0, 0] + } + }, + "arm_left": { + "rotation": { + "0.0": [0, 0, 15], + "1.1667": [2.59022, 2.49237, 22.58304], + "2.25": [2.59022, 2.49237, 22.58304], + "2.5": [0, 0, 15] + }, + "position": { + "0.0": [-2, -1, 0], + "0.75": [-1, -2, 0], + "1.0": [-1, -2, 0], + "1.1667": [0, -2, 0], + "2.25": [0, -2, 0], + "2.5": [-2, -1, 0] + } + }, + "bicepleft": { + "rotation": { + "0.0": [0, 0, "125-math.sin(q.anim_time*90*1-50)*2"], + "0.75": [177.5, 0, "40-math.sin(q.anim_time*90*1-50)*2"], + "1.0": [177.5, 0, "40-math.sin(q.anim_time*90*1-50)*2"], + "1.1667": [164.83931, -3.50478, "-84.0037-math.sin(q.anim_time*90*1-50)*2"], + "2.25": [164.83931, -3.50478, "-84.0037-math.sin(q.anim_time*90*1-50)*2"], + "2.5": [0, 0, "125-math.sin(q.anim_time*90*1-50)*2"] + }, + "position": { + "0.0": [0, 0, 0], + "2.5": [0, 0, 0] + } + }, + "forearmleft": { + "rotation": { + "0.0": [182.22764, 20.15563, 28.30359], + "0.75": [178.76287, 20.37532, 3.06937], + "1.0": [178.76287, 20.37532, 3.06937], + "1.1667": [175.76126, 10.28382, 50.87039], + "2.25": [175.76126, 10.28382, 50.87039], + "2.5": [182.22764, 20.15563, 28.30359] + } + }, + "thumb1": { + "rotation": { + "0.0": [0, 22.5, 0], + "0.75": [-35, 22.5, 0], + "1.0": [-35, 22.5, 0], + "1.1667": [10, 22.5, 0], + "2.25": [10, 22.5, 0], + "2.5": [0, 22.5, 0] + } + }, + "thunmbseg": { + "rotation": { + "0.0": [20.02717, 1.68868, 1.84373], + "0.75": [5.02717, 1.68868, 1.84373], + "1.0": [5.02717, 1.68868, 1.84373], + "1.1667": [25.02717, 1.68868, 1.84373], + "2.25": [25.02717, 1.68868, 1.84373], + "2.5": [20.02717, 1.68868, 1.84373] + } + }, + "fingers": { + "rotation": { + "0.0": [0, 0, -60], + "0.75": [0, 0, 47.5], + "1.0": [0, 0, 47.5], + "1.1667": [0, 0, -55], + "2.25": [0, 0, -55], + "2.5": [0, 0, -60] + } + }, + "fingerseg": { + "rotation": { + "0.0": [0, 0, -60], + "0.75": [0, 0, -22.5], + "1.0": [0, 0, -22.5], + "1.1667": [0, 0, -60], + "2.25": [0, 0, -60], + "2.5": [0, 0, -60] + } + }, + "arm_right": { + "rotation": { + "0.0": [-5.16524, 27.0478, -11.24314], + "1.0": [-8.89674, 26.12797, -19.56838], + "1.1667": [9.39331, 44.51442, -21.85539], + "2.25": [9.39331, 44.51442, -21.85539], + "2.5": [-5.16524, 27.0478, -11.24314] + } + }, + "bicepright": { + "rotation": { + "0.0": [58.28573, 33.45406, 10.91547], + "1.0": [58.28573, 33.45406, 10.91547], + "1.1667": [-3.1762, -0.17018, -26.43149], + "2.25": [-3.1762, -0.17018, -26.43149], + "2.5": [58.28573, 33.45406, 10.91547] + }, + "position": { + "0.0": [0, 0, 0], + "1.0": [1, 0, 0], + "1.1667": [2, 0, 0], + "2.25": [2, 0, 0], + "2.5": [0, 0, 0] + } + }, + "forearmright": { + "rotation": { + "0.0": [182.5, 75, -180], + "1.0": [182.5, 75, -180], + "1.0833": [272.72014, 48.78229, -96.27946], + "1.1667": [360.97854, -17.40718, -15.03479], + "2.25": [360.97854, -17.40718, -15.03479], + "2.5": [182.5, 75, -180] + }, + "position": { + "0.0": [-1, 0, -2], + "1.0": [-1, 0, 0], + "1.1667": [0, 0, 0], + "2.25": [0, 0, 0], + "2.5": [-1, 0, -2] + } + }, + "thumbright": { + "rotation": { + "0.0": [30, 0, 0], + "2.5": [30, 0, 0] + } + }, + "thungbmbrseg2": { + "rotation": { + "0.0": [40, 0, 0], + "2.5": [40, 0, 0] + } + }, + "fingers_right": { + "rotation": { + "0.0": [0, 0, 70], + "2.5": [0, 0, 70] + } + }, + "fingerrseg2": { + "rotation": { + "0.0": [0, 0, 62.5], + "2.5": [0, 0, 62.5] + } + }, + "neck": { + "rotation": { + "0.0": [-10.65119, 24.83901, -1.90415], + "1.0": [-10.65119, 24.83901, -1.90415], + "1.1667": [12.59404, -61.97362, -16.62713], + "2.25": [12.59404, -61.97362, -16.62713], + "2.5": [-10.65119, 24.83901, -1.90415] + }, + "position": { + "0.0": [-1, 1, 0], + "2.5": [-1, 1, 0] + } + }, + "head": { + "rotation": { + "0.0": [19.46618, 12.92343, -2.05977], + "0.75": [29.9257, 31.63207, 5.6333], + "1.0": [29.9257, 31.63207, 5.6333], + "1.0417": [11.96628, 26.72396, 3.52332], + "1.1667": [18.08802, 11.99962, -2.80664], + "2.25": [18.08802, 11.99962, -2.80664], + "2.5": [19.46618, 12.92343, -2.05977] + }, + "scale": { + "0.0": [0.9, 0.8, 1], + "2.5": [0.9, 0.8, 1] + } + }, + "hair": { + "rotation": { + "0.0": [0, 0, 2.5], + "2.5": [0, 0, 2.5] + } + }, + "headband_left": { + "rotation": { + "0.0": [9.54046, "-58.8842+math.sin(q.anim_time*90*1-50)*10", 42.2072], + "1.0": [9.54046, "-58.8842+math.sin(q.anim_time*90*1-50)*10", 42.2072], + "1.1667": [3.02031, "-53.5668+math.sin(q.anim_time*90*1-50)*10", 4.32529], + "2.75": [9.54046, "-58.8842+math.sin(q.anim_time*90*1-50)*10", 42.2072] + }, + "position": { + "0.0": [-1, -1, 0], + "1.0": [-1, -1, 0], + "2.75": [-1, -1, 0] + } + }, + "headband_right": { + "rotation": { + "0.0": [-17.4812, "40.6549-math.sin(q.anim_time*90*1-50)*10", -38.42136], + "1.0": [-17.4812, "40.6549-math.sin(q.anim_time*90*1-50)*10", -38.42136], + "1.1667": [-29.16716, "-0.9715-math.sin(q.anim_time*90*1-50)*10", -21.68209], + "2.75": [-17.4812, "40.6549-math.sin(q.anim_time*90*1-50)*10", -38.42136] + } + }, + "whiteneck": { + "rotation": { + "0.0": [0, 15, 0], + "0.75": [0, 20, 0], + "1.0": [0, 20, 0], + "2.5": [0, 15, 0] + }, + "position": { + "0.0": [0, -1, 0], + "2.5": [0, -1, 0] + } + }, + "leg_left": { + "rotation": { + "0.0": [-52.90208, 67.83409, 3.18262], + "0.75": [-52.90208, 67.83409, 3.18262], + "1.0": [-52.90208, 67.83409, 3.18262], + "1.0833": [74.15441, 72.26701, 101.22011], + "1.1667": [74.15441, 72.26701, 101.22011], + "2.25": [74.15441, 72.26701, 101.22011], + "2.5": [-52.90208, 67.83409, 3.18262] + }, + "position": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 0], + "1.0": [0, 0, 0], + "1.0833": [0, 0, 0], + "1.1667": [2, 0, -3], + "2.25": [2, 0, -3], + "2.5": [0, 0, 0] + } + }, + "lknee": { + "rotation": { + "0.0": [82.5, 0, 0], + "0.75": [82.5, 0, 0], + "1.0": [82.5, 0, 0], + "1.0833": [148.24252, -81.26783, -128.67995], + "1.1667": [148.24252, -81.26783, -128.67995], + "2.25": [148.24252, -81.26783, -128.67995], + "2.5": [82.5, 0, 0] + } + }, + "leftfoot": { + "rotation": { + "0.0": [-15, 0, 0], + "0.75": [-15, 0, 0], + "1.0": [-15, 0, 0], + "1.0833": [-18.61244, -10.44077, -28.28447], + "1.1667": [-26.11244, -10.44077, -28.28447], + "2.25": [-18.61244, -10.44077, -28.28447], + "2.5": [-15, 0, 0] + } + }, + "leg_right": { + "rotation": { + "0.0": [-28.81328, -82.01058, -30.93292], + "0.75": [-28.81328, -82.01058, -30.93292], + "1.0": [51.03459, -80.70903, -101.39242], + "1.1667": [56.03459, -80.70903, -101.39242], + "2.25": [56.03459, -80.70903, -101.39242], + "2.5": [-28.81328, -82.01058, -30.93292] + }, + "position": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 0], + "1.0": [0, 0, 4], + "1.1667": [0, 0, 5], + "2.25": [0, 0, 5], + "2.5": [0, 0, 0] + } + }, + "rknee": { + "rotation": { + "0.0": [67.5, 0, 0], + "0.75": [77.39557, 7.32123, -1.63219], + "1.0": [60.38176, 34.30439, 3.88543], + "1.1667": [43.11669, 8.28616, -0.55515], + "2.25": [43.11669, 8.28616, -0.55515], + "2.5": [67.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 0], + "0.7917": [0, 0.3, 0], + "0.8333": [0, 0, 0], + "2.5": [0, 0, 0] + } + }, + "front": { + "rotation": { + "0.0": [-17.5, 0, 0], + "2.5": [-17.5, 0, 0] + } + }, + "back": { + "rotation": { + "0.0": [69.97365, 1.5216, -1.98385], + "2.5": [69.97365, 1.5216, -1.98385] + }, + "position": { + "0.0": [0, 5, 0], + "2.5": [0, 5, 0] + } + }, + "bone": { + "rotation": { + "0.0": [42.5, 0, 0], + "3.25": [42.5, 0, 0] + } + }, + "furhead2": { + "rotation": [0, 0, "127.5+math.sin(q.anim_time*90*1-200)*4"] + }, + "furhead3": { + "rotation": ["127.5+math.sin(q.anim_time*90*1-200)*4", 0, 0] + }, + "furhead1": { + "rotation": [0, 0, "-140+math.sin(q.anim_time*90*1-200)*4"] + }, + "bandseg1": { + "rotation": { + "0.0": [6.70127, "-3.0932-math.sin(q.anim_time*90*1-100)*15", 9.67518], + "1.0": [6.70127, "-3.0932-math.sin(q.anim_time*90*1-100)*15", 9.67518], + "1.1667": [6.12783, "26.7276-math.sin(q.anim_time*90*1-100)*15", 13.03512], + "2.75": [6.70127, "-3.0932-math.sin(q.anim_time*90*1-100)*15", 9.67518] + } + }, + "bandseg2": { + "rotation": [-6.36991, "29.9706-math.sin(q.anim_time*90*1-200)*25", 9.55406] + }, + "bandseg3": { + "rotation": [5.54163, "-1.6719-math.sin(q.anim_time*90*1-200)*25", -4.43478] + }, + "lband1": { + "rotation": { + "0.0": [14.34255, "-22.4485-math.sin(q.anim_time*90*1-100)*15", 12.43407], + "1.0": [14.34255, "-22.4485-math.sin(q.anim_time*90*1-100)*15", 12.43407], + "1.1667": [-0.68462, "-4.9499-math.sin(q.anim_time*90*1-100)*15", 12.22815], + "2.75": [14.34255, "-22.4485-math.sin(q.anim_time*90*1-100)*15", 12.43407] + } + }, + "lband2": { + "rotation": [-7.21604, "40.4825+math.sin(q.anim_time*90*1-200)*25", 7.68073] + }, + "lband3": { + "rotation": [-2.33411, "33.3552+math.sin(q.anim_time*90*1-200)*25", 2.92364] + }, + "fur1": { + "rotation": { + "0.0": ["-115+math.sin(q.anim_time*90*1-200)*4", 0, 0], + "1.75": ["-115+math.sin(q.anim_time*90*1-200)*4", 0, 0] + }, + "position": { + "0.0": [0, -2, 0], + "1.75": [0, -2, 0] + } + }, + "fur3": { + "rotation": { + "0.0": [107.5, 0, 0], + "1.75": [107.5, 0, 0] + }, + "position": { + "0.0": [0, -2, 0], + "1.75": [0, -2, 0] + } + }, + "fyur2": { + "rotation": { + "0.0": [0, 0, "115+math.sin(q.anim_time*90*1-200)*4"], + "1.75": [0, 0, "115+math.sin(q.anim_time*90*1-200)*4"] + }, + "position": { + "0.0": [1, -3, 0], + "1.75": [1, -3, 0] + } + }, + "fur4": { + "rotation": { + "0.0": [0, 0, "-117.5+math.sin(q.anim_time*90*1-200)*4"], + "2.5": [0, 0, "-117.5+math.sin(q.anim_time*90*1-200)*4"] + } + }, + "fur2": { + "rotation": { + "0.0": ["-110+math.sin(q.anim_time*90*1-200)*4", 0, 0], + "2.5": ["-110+math.sin(q.anim_time*90*1-200)*4", 0, 0] + }, + "position": { + "0.0": [0, -2, 0], + "2.5": [0, -2, 0] + } + }, + "fur6": { + "rotation": { + "0.0": [0, 0, "87.5-math.sin(q.anim_time*90*1-200)*4"], + "2.5": [0, 0, "87.5-math.sin(q.anim_time*90*1-200)*4"] + }, + "position": { + "0.0": [1, -3, 0], + "2.5": [1, -3, 0] + } + }, + "fyur3": { + "rotation": { + "0.0": [0, 0, "-95-math.sin(q.anim_time*90*1-200)*4"], + "1.75": [0, 0, "-95-math.sin(q.anim_time*90*1-200)*4"] + }, + "position": { + "0.0": [0, -3, 0], + "1.75": [0, -3, 0] + } + }, + "fur5": { + "rotation": { + "0.0": [110, 0, 0], + "2.5": [110, 0, 0] + } + }, + "lowjaw": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [15, 0, 0], + "1.0417": [40, 0, 0], + "1.0833": [40, 0, 0], + "1.1667": [0, 0, 0], + "2.25": [0, 0, 0], + "2.5": [0, 0, 0] + } + }, + "ear2": { + "rotation": { + "0.0": [0, 0, -35], + "3.25": [0, 0, -35] + } + }, + "ear1": { + "rotation": { + "0.0": [0, 0, 40], + "3.25": [0, 0, 40] + } + }, + "frontcloth1": { + "rotation": { + "0.0": ["-18.2938-math.sin(q.anim_time*90*1-50)*2", -14.04833, "2.8551-math.sin(q.anim_time*90*1-50)*2"], + "1.0": ["-18.2938-math.sin(q.anim_time*90*1-50)*2", -14.04833, "2.8551-math.sin(q.anim_time*90*1-50)*2"], + "1.1667": ["-35.7938-math.sin(q.anim_time*90*1-50)*2", -14.04833, "2.8551-math.sin(q.anim_time*90*1-50)*2"], + "2.75": ["-18.2938-math.sin(q.anim_time*90*1-50)*2", -14.04833, "2.8551-math.sin(q.anim_time*90*1-50)*2"], + "3.25": ["-18.2938-math.sin(q.anim_time*90*1-50)*2", -14.04833, "2.8551-math.sin(q.anim_time*90*1-50)*2"] + }, + "position": { + "0.0": [0, 2, 0], + "1.0": [0, 2, 0], + "2.75": [0, 2, 0], + "3.25": [0, 2, 0] + } + }, + "fc2": { + "rotation": { + "0.0": ["5-math.sin(q.anim_time*90*1-150)*6", 0, "-2.5-math.sin(q.anim_time*90*1-150)*6"], + "1.0": ["5-math.sin(q.anim_time*90*1-150)*6", 0, "-2.5-math.sin(q.anim_time*90*1-150)*6"], + "1.1667": ["-40-math.sin(q.anim_time*90*1-150)*6", 0, "-2.5-math.sin(q.anim_time*90*1-150)*6"], + "2.5": ["5-math.sin(q.anim_time*90*1-150)*6", 0, "-2.5-math.sin(q.anim_time*90*1-150)*6"], + "3.25": ["5-math.sin(q.anim_time*90*1-150)*6", 0, "-2.5-math.sin(q.anim_time*90*1-150)*6"] + } + }, + "fc3": { + "rotation": { + "0.0": ["-2.4905-math.sin(q.anim_time*90*1-150)*8", -0.21782, "-7.4953-math.sin(q.anim_time*90*1-150)*8"], + "1.0": ["-2.4905-math.sin(q.anim_time*90*1-150)*8", -0.21782, "-7.4953-math.sin(q.anim_time*90*1-150)*8"], + "1.1667": ["-29.9905-math.sin(q.anim_time*90*1-150)*8", -0.21782, "-7.4953-math.sin(q.anim_time*90*1-150)*8"], + "2.5": ["-2.4905-math.sin(q.anim_time*90*1-150)*8", -0.21782, "-7.4953-math.sin(q.anim_time*90*1-150)*8"], + "3.25": ["-2.4905-math.sin(q.anim_time*90*1-150)*8", -0.21782, "-7.4953-math.sin(q.anim_time*90*1-150)*8"] + } + }, + "fc4": { + "rotation": { + "0.0": ["-14.9539-math.sin(q.anim_time*90*1-150)*12", -1.08089, "-4.8821-math.sin(q.anim_time*90*1-150)*10"], + "1.0": ["-14.9539-math.sin(q.anim_time*90*1-150)*12", -1.08089, "-4.8821-math.sin(q.anim_time*90*1-150)*10"], + "1.1667": ["-47.4539-math.sin(q.anim_time*90*1-150)*12", -1.08089, "-4.8821-math.sin(q.anim_time*90*1-150)*10"], + "2.75": ["-14.9539-math.sin(q.anim_time*90*1-150)*12", -1.08089, "-4.8821-math.sin(q.anim_time*90*1-150)*10"], + "3.25": ["-14.9539-math.sin(q.anim_time*90*1-150)*12", -1.08089, "-4.8821-math.sin(q.anim_time*90*1-150)*10"] + } + }, + "bc1": { + "rotation": { + "0.0": ["-25.7246+math.sin(q.anim_time*90*1-50)*4", -13.77624, 5.99253], + "1.0": ["-25.7246+math.sin(q.anim_time*90*1-50)*4", -13.77624, 5.99253], + "1.1667": ["-23.2246+math.sin(q.anim_time*90*1-50)*4", -13.77624, 5.99253], + "2.75": ["-25.7246+math.sin(q.anim_time*90*1-50)*4", -13.77624, 5.99253], + "3.25": ["-25.7246+math.sin(q.anim_time*90*1-50)*4", -13.77624, 5.99253] + }, + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 0, 0], + "1.1667": [0, -1, -3], + "2.75": [0, 0, 0] + } + }, + "bc2": { + "rotation": { + "0.0": ["-13.4773+math.sin(q.anim_time*90*1-100)*8", 4.58164, "2.4306+math.sin(q.anim_time*90*1-100)*8"], + "1.0": ["-13.4773+math.sin(q.anim_time*90*1-100)*8", 4.58164, "2.4306+math.sin(q.anim_time*90*1-100)*8"], + "1.1667": ["21.5227+math.sin(q.anim_time*90*1-100)*8", 4.58164, "2.4306+math.sin(q.anim_time*90*1-100)*8"], + "2.75": ["-13.4773+math.sin(q.anim_time*90*1-100)*8", 4.58164, "2.4306+math.sin(q.anim_time*90*1-100)*8"], + "3.25": ["-13.4773+math.sin(q.anim_time*90*1-100)*8", 4.58164, "2.4306+math.sin(q.anim_time*90*1-100)*8"] + } + }, + "bc3": { + "rotation": { + "0.0": ["2.7377+math.sin(q.anim_time*90*1-150)*10", 12.3071, "2.2046+math.sin(q.anim_time*90*1-150)*10"], + "1.0": ["2.7377+math.sin(q.anim_time*90*1-150)*10", 12.3071, "2.2046+math.sin(q.anim_time*90*1-150)*10"], + "1.1667": ["40.2377+math.sin(q.anim_time*90*1-150)*10", 12.3071, "2.2046+math.sin(q.anim_time*90*1-150)*10"], + "2.75": ["2.7377+math.sin(q.anim_time*90*1-150)*10", 12.3071, "2.2046+math.sin(q.anim_time*90*1-150)*10"], + "3.25": ["2.7377+math.sin(q.anim_time*90*1-150)*10", 12.3071, "2.2046+math.sin(q.anim_time*90*1-150)*10"] + } + }, + "bc4": { + "rotation": { + "0.0": ["-19.8489+math.sin(q.anim_time*90*1-200)*12", 9.84655, "1.7538+math.sin(q.anim_time*90*1-200)*12"], + "1.0": ["-19.8489+math.sin(q.anim_time*90*1-200)*12", 9.84655, "1.7538+math.sin(q.anim_time*90*1-200)*12"], + "1.1667": ["32.6511+math.sin(q.anim_time*90*1-200)*12", 9.84655, "1.7538+math.sin(q.anim_time*90*1-200)*12"], + "2.75": ["-19.8489+math.sin(q.anim_time*90*1-200)*12", 9.84655, "1.7538+math.sin(q.anim_time*90*1-200)*12"], + "3.25": ["-19.8489+math.sin(q.anim_time*90*1-200)*12", 9.84655, "1.7538+math.sin(q.anim_time*90*1-200)*12"] + } + }, + "shoulderleft": { + "rotation": { + "0.0": [0, 0, 15], + "1.0": [-8.99137, 15.78084, -2.44284], + "1.1667": [-20.2732, 71.77582, -20.93865], + "2.25": [-20.2732, 71.77582, -20.93865], + "2.5": [0, 0, 15] + }, + "position": { + "0.0": [0, 0, 0], + "1.0": [1, 0, 0], + "1.1667": [1, 0, 0], + "2.5": [0, 0, 0] + } + }, + "feetis": { + "rotation": { + "0.0": [5, 0, 0], + "0.75": [-2.46207, 0.43399, 9.99067], + "1.0": [6.95857, 56.1283, 21.03349], + "1.1667": [18.87067, -20.42794, 6.89939], + "2.25": [10.44464, -20.9011, 9.52304], + "2.5": [5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.1667": [0, 1, 0], + "2.5": [0, 0, 0] + } + }, + "torso": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [0, -32.5, 0], + "1.0": [0, -32.5, 0], + "1.1667": [0, 120, 0], + "2.25": [0, 120, 0], + "2.5": [0, 0, 0] + }, + "position": { + "0.0": [0, "math.sin(q.anim_time*4*16)*0.3", 0], + "0.75": [0, "math.sin(q.anim_time*4*16)*0.3", 3], + "1.0": [0, "math.sin(q.anim_time*4*16)*0.3", 3], + "1.1667": [-2, "-2+math.sin(q.anim_time*4*16)*0.3", 5], + "1.2083": [-2, "--1.5+math.sin(q.anim_time*4*16)*0.3", 5], + "1.25": [-2, "-2+math.sin(q.anim_time*4*16)*0.3", 5], + "1.2917": [-2, "--1.5+math.sin(q.anim_time*4*16)*0.3", 5], + "1.3333": [-2, "-2+math.sin(q.anim_time*4*16)*0.3", 5], + "1.375": [-2, "--1.5+math.sin(q.anim_time*4*16)*0.3", 5], + "1.4167": [-2, "-2+math.sin(q.anim_time*4*16)*0.3", 5], + "1.4583": [-2, "--1.5+math.sin(q.anim_time*4*16)*0.3", 5], + "1.5": [-2, "-2+math.sin(q.anim_time*4*16)*0.3", 5], + "1.5417": [-2, "--1.5+math.sin(q.anim_time*4*16)*0.3", 5], + "2.25": [-2, "-2+math.sin(q.anim_time*4*16)*0.3", 5], + "2.5": [0, "math.sin(q.anim_time*4*16)*0.3", 0] + } + }, + "tail": { + "position": { + "0.0": [0, 3, 0], + "2.5": [0, 3, 0] + } + }, + "arms": { + "position": { + "0.0": [0, "math.sin(q.anim_time*4*16)*0.3", 0], + "2.5": [0, "math.sin(q.anim_time*4*16)*0.3", 0] + } + }, + "hand_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 37.5], + "1.0": [0, 0, 37.5], + "1.1667": [0, 0, 12.5] + } + }, + "shoulderright": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [0, 0, -15], + "1.0833": [0, 7.5, 22.5], + "1.1667": [0, 0, -10] + } + }, + "hand_right": { + "rotation": { + "0.0": [0, 0, 0], + "1.0833": [0, 0, 32.5], + "1.1667": [0, 0, 5] + } + }, + "legs": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 0], + "1.0": [0, 0, 0], + "1.1667": [0, 175, 0], + "2.25": [0, 175, 0], + "2.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 0], + "1.0": [0, 0, 0], + "1.1667": [-3, 0, 7], + "2.25": [-3, 0, 7], + "2.5": [0, 0, 0] + } + } + } + }, + "animation.urshifu.rapidstrike": { + "loop": true, + "bones": { + "torso": { + "rotation": [0, 7.5, 0], + "position": [0, "math.sin(q.anim_time*4*16)*0.3", 0] + }, + "neck": { + "rotation": [2.5, 52.5, 0] + }, + "head": { + "rotation": [10.08453, -7.38542, -1.30962] + }, + "furhead2": { + "rotation": [0.49411, 1.25669, 2.10942], + "position": [0, -1, 0] + }, + "furhead3": { + "rotation": ["math.sin(q.anim_time*90*1-200)*4", 0, 0], + "position": [0, -1, 0] + }, + "furhead1": { + "rotation": [0, 0, -10], + "position": [0, -1, 0] + }, + "headband_left": { + "rotation": [-63.55989, "-94.0936-math.sin(q.anim_time*90*1-50)*10", 8.51181], + "position": [0, -2, 1] + }, + "lband1": { + "rotation": [0, "-97.5-math.sin(q.anim_time*90*1-100)*15", 0] + }, + "lband2": { + "rotation": [0, "27.5-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "lband3": { + "rotation": [0, "65-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "headband_right": { + "rotation": [-111.69454, "63.7406-math.sin(q.anim_time*90*1-50)*10", -47.51743], + "position": [0, -2, 0] + }, + "bandseg1": { + "rotation": [0, "82.5-math.sin(q.anim_time*90*1-100)*15", 0] + }, + "bandseg2": { + "rotation": [0, "80-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "bandseg3": { + "rotation": [0, "-40-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "tail": { + "rotation": [25, 0, 0] + }, + "arm_left": { + "rotation": [1.75378, -9.84655, "-2.6511-math.sin(q.anim_time*90*1-50)*1"], + "position": [0, -1, 0] + }, + "bicepleft": { + "rotation": [-6.28106, 11.01681, "65.4729-5-math.sin(q.anim_time*90*1-50)*2"] + }, + "forearmleft": { + "rotation": [0, 0, "37.5-math.sin(q.anim_time*90*1-50)*4"] + }, + "fingers": { + "rotation": [0, 0, -25] + }, + "fingerseg": { + "rotation": [0, 0, -52.5] + }, + "arm_right": { + "rotation": [2.5, -4.46375, "-53.165-math.sin(q.anim_time*90*1-50)*1"], + "position": [0, 0, 0] + }, + "bicepright": { + "rotation": [-151.85774, 19.32188, "-58.7808-math.sin(q.anim_time*90*1-50)*2"], + "position": [0, 1, 0] + }, + "forearmright": { + "rotation": [0, 0, "57.5-math.sin(q.anim_time*90*1-50)*4"] + }, + "leg_left": { + "rotation": ["-132.7708+math.sin(q.anim_time*20*4)*2", 52.97968, -39.67283] + }, + "fur1": { + "rotation": ["30+math.sin(q.anim_time*90*1-200)*4", 0, 0], + "position": [0, -1, -0.25] + }, + "fyur2": { + "rotation": [14.97546, 6.76746, "-20.956-math.sin(q.anim_time*90*1-200)*4"], + "position": [-0.5, 0, 0] + }, + "fyur3": { + "rotation": [0, 0, "35+math.sin(q.anim_time*90*1-200)*4"], + "position": [-1, -2, 0] + }, + "lknee": { + "rotation": ["117.5+math.sin(q.anim_time*20*4)*2", 0, 0], + "position": [-0.75, 0, -0.25] + }, + "leftfoot": { + "rotation": [32.5, 0, 0] + }, + "bc4": { + "rotation": ["2.5+math.sin(q.anim_time*90*1-50)*10", 0, 0] + }, + "bc3": { + "rotation": ["-7.5+math.sin(q.anim_time*90*1-50)*8", 0, 0] + }, + "bc2": { + "rotation": ["-12.5+math.sin(q.anim_time*90*1-50)*6", 0, 0] + }, + "bc1": { + "rotation": ["22.5+math.sin(q.anim_time*90*1-50)*4", 0, 0] + }, + "frontcloth1": { + "rotation": ["-25-math.sin(q.anim_time*90*1-50)*6", 0, 0] + }, + "fc2": { + "rotation": ["-12.5-math.sin(q.anim_time*90*1-150)*6", 0, 0] + }, + "fc3": { + "rotation": ["-10-math.sin(q.anim_time*90*1-150)*8", 0, 0] + }, + "fc4": { + "rotation": ["-5-math.sin(q.anim_time*90*1-150)*10", 0, 0] + }, + "shoulderright": { + "rotation": [3.90399, 17.07228, 0.58619] + }, + "shoulderleft": { + "rotation": [0, 0, "-math.sin(q.anim_time*90*1-50)*1"] + }, + "mainthing": { + "rotation": [0, -85, 0], + "position": [0, -1, 0] + }, + "fur2": { + "rotation": [12.5, 0, 0] + }, + "fur4": { + "rotation": [0, 0, 22.5] + }, + "fur6": { + "rotation": [0, 0, -22.5] + }, + "arms": { + "position": [0, "math.sin(q.anim_time*4*16)*0.3", 0] + }, + "hand_left": { + "rotation": [0, 0, -5] + } + } + }, + "animation.urshifu.rsphysical_attack": { + "loop": true, + "animation_length": 2, + "bones": { + "torso": { + "rotation": { + "0.0": [0, 7.5, 0], + "0.1667": { + "pre": [0, 7.5, 0], + "post": [0, 7.5, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [9.32022, -39.76686, -3.72594], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [7.59801, 19.69744, 4.8414], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-8.40005, -17.52965, -3.95707], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [14.57773, 35.5108, 27.981], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [4.57773, 35.5108, 27.981], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [4.57773, 35.5108, 27.981], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [2.9139, 49.55325, 18.41109], + "lerp_mode": "catmullrom" + }, + "1.5417": [0, 7.5, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, 0.3, 2], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": [0, 0, 0] + } + }, + "neck": { + "rotation": { + "0.0": [2.5, 52.5, 0], + "0.5": [2.5, 52.5, 0], + "0.5833": [1.52308, 2.52546, -1.91672], + "1.5417": [2.5, 52.5, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5833": [0, 0, 0], + "1.5417": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [10.08453, -7.38542, -1.30962], + "0.375": [10.08453, -7.38542, -1.30962], + "0.5833": [8.12193, -14.70557, -4.61924], + "0.7083": [-7.92351, 34.77437, 2.95198], + "0.8333": [23.75816, 42.40006, 9.12376], + "1.5417": [10.08453, -7.38542, -1.30962] + }, + "position": { + "0.0": [0, 0, 0], + "1.5417": [0, 0, 0] + } + }, + "furhead2": { + "rotation": [0.49411, 1.25669, 2.10942], + "position": [0, -1, 0] + }, + "furhead3": { + "rotation": ["math.sin(q.anim_time*90*1-200)*4", 0, 0], + "position": [0, -1, 0] + }, + "furhead1": { + "rotation": [0, 0, -10], + "position": [0, -1, 0] + }, + "headband_left": { + "rotation": { + "0.0": [-63.55989, "-94.0936-math.sin(q.anim_time*90*1-50)*10", 8.51181], + "0.375": [-63.55989, "-94.0936-math.sin(q.anim_time*90*1-50)*10", 8.51181], + "0.5833": [23.34936, "13.1515-math.sin(q.anim_time*90*1-50)*10", -82.30936], + "0.6667": [22.72336, "-44.2728-math.sin(q.anim_time*90*1-50)*10", -79.15711], + "0.875": [23.39565, "20.6468-math.sin(q.anim_time*90*1-50)*10", -82.64626], + "1.5417": [-63.55989, "-94.0936-math.sin(q.anim_time*90*1-50)*10", 8.51181] + }, + "position": { + "0.0": [0, -2, 1], + "0.375": [0, -2, 1], + "1.5417": [0, -2, 1] + } + }, + "lband1": { + "rotation": { + "0.0": [0, "-97.5-math.sin(q.anim_time*90*1-100)*15", 0], + "0.5833": [0, "7.5-math.sin(q.anim_time*90*1-100)*15", 0], + "0.6667": [0, "-60-math.sin(q.anim_time*90*1-100)*15", 0], + "0.875": [0, "10-math.sin(q.anim_time*90*1-100)*15", 0], + "1.5417": [0, "-97.5-math.sin(q.anim_time*90*1-100)*15", 0] + } + }, + "lband2": { + "rotation": { + "0.0": [0, "27.5-math.sin(q.anim_time*90*1-200)*25", 0], + "0.5833": [0, "55-math.sin(q.anim_time*90*1-200)*25", 0], + "0.6667": [0, "-15-math.sin(q.anim_time*90*1-200)*25", 0], + "0.875": [0, "45-math.sin(q.anim_time*90*1-200)*25", 0], + "1.5417": [0, "27.5-math.sin(q.anim_time*90*1-200)*25", 0] + } + }, + "lband3": { + "rotation": { + "0.0": [0, "65-math.sin(q.anim_time*90*1-200)*25", 0], + "0.6667": [0, "-5-math.sin(q.anim_time*90*1-200)*25", 0], + "0.875": [0, "57.5-math.sin(q.anim_time*90*1-200)*25", 0], + "1.5417": [0, "65-math.sin(q.anim_time*90*1-200)*25", 0] + } + }, + "headband_right": { + "rotation": { + "0.0": [-111.69454, "63.7406-math.sin(q.anim_time*90*1-50)*10", -47.51743], + "0.875": [-22.58051, "18.8504-math.sin(q.anim_time*90*1-50)*10", 50.02008], + "1.5417": [-111.69454, "63.7406-math.sin(q.anim_time*90*1-50)*10", -47.51743] + }, + "position": { + "0.0": [0, -2, 0], + "1.5417": [0, -2, 0] + } + }, + "bandseg1": { + "rotation": { + "0.0": [0, "82.5-math.sin(q.anim_time*90*1-100)*15", 0], + "0.875": [-5, "42.5-math.sin(q.anim_time*90*1-100)*15", 0], + "1.5417": [0, "82.5-math.sin(q.anim_time*90*1-100)*15", 0] + } + }, + "bandseg2": { + "rotation": { + "0.0": [0, "80-math.sin(q.anim_time*90*1-200)*25", 0], + "0.875": [0, "55-math.sin(q.anim_time*90*1-200)*25", 0], + "1.5417": [0, "80-math.sin(q.anim_time*90*1-200)*25", 0] + } + }, + "bandseg3": { + "rotation": { + "0.0": [0, "-40-math.sin(q.anim_time*90*1-200)*25", 0], + "0.875": [0, "-17.5-math.sin(q.anim_time*90*1-200)*25", 0] + } + }, + "tail": { + "rotation": [25, 0, 0] + }, + "arm_left": { + "rotation": { + "0.0": [1.75378, -9.84655, "-2.6511-math.sin(q.anim_time*90*1-50)*1"], + "0.5833": [19.39869, 12.76253, 35.85762], + "0.7083": [26.19068, -33.85986, "25.1294-math.sin(q.anim_time*90*1-50)*1"], + "0.9583": [32.85923, -38.45118, -16.46484], + "1.5417": [1.75378, -9.84655, "-2.6511-math.sin(q.anim_time*90*1-50)*1"] + }, + "position": { + "0.0": [0, -1, 0], + "1.5417": [0, -1, 0] + } + }, + "bicepleft": { + "rotation": { + "0.0": [-6.28106, 11.01681, "65.4729-5-math.sin(q.anim_time*90*1-50)*2"], + "0.4583": [-7.36541, 8.32005, "38.0818-5-math.sin(q.anim_time*90*1-50)*2"], + "0.7083": [-6.99489, 5.17708, "8.2411-5-math.sin(q.anim_time*90*1-50)*2"], + "0.9583": [-6.21642, -13.20991, 18.56636], + "1.5417": [-6.28106, 11.01681, "65.4729-5-math.sin(q.anim_time*90*1-50)*2"] + } + }, + "forearmleft": { + "rotation": { + "0.0": [0, 0, "37.5-math.sin(q.anim_time*90*1-50)*4"], + "0.4583": [0, 0, "-2.5-math.sin(q.anim_time*90*1-50)*4"], + "0.7083": [0, -20, "-2.5-math.sin(q.anim_time*90*1-50)*4"], + "0.9583": [2.48818, -13.89135, 1.55128], + "1.5417": [0, 0, "37.5-math.sin(q.anim_time*90*1-50)*4"] + } + }, + "fingers": { + "rotation": { + "0.0": [0, 0, -25], + "0.4583": [0, 0, 12.5], + "1.5417": [0, 0, -25] + } + }, + "fingerseg": { + "rotation": { + "0.0": [0, 0, -52.5], + "0.4583": [0, 0, 2.5], + "1.5417": [0, 0, -52.5] + } + }, + "arm_right": { + "rotation": { + "0.0": [2.5, -4.46375, "-53.165-math.sin(q.anim_time*90*1-50)*1"], + "0.5833": [38.63023, 31.21704, "1.8252-math.sin(q.anim_time*90*1-50)*1"], + "1.5417": [2.5, -4.46375, "-53.165-math.sin(q.anim_time*90*1-50)*1"] + }, + "position": { + "0.0": [0, 0, 0], + "1.5417": [0, 0, 0] + } + }, + "bicepright": { + "rotation": { + "0.0": [-151.85774, 19.32188, "-58.7808-math.sin(q.anim_time*90*1-50)*2"], + "0.5": [-151.85774, 19.32188, "-58.7808-math.sin(q.anim_time*90*1-50)*2"], + "0.5833": [-161.14216, -61.29738, -48.93873], + "0.7083": [-64.58268, -27.88586, "-8.1037-math.sin(q.anim_time*90*1-50)*2"], + "0.8333": [-78.52491, 6.12224, -10.84956], + "1.5417": [-151.85774, 19.32188, "-58.7808-math.sin(q.anim_time*90*1-50)*2"] + }, + "position": { + "0.0": [0, 1, 0], + "0.5": [0, 1, 0], + "0.7083": [0, 0, -1], + "1.5417": [0, 1, 0] + } + }, + "forearmright": { + "rotation": { + "0.0": [0, 0, "57.5-math.sin(q.anim_time*90*1-50)*4"], + "0.5": [0, 0, "57.5-math.sin(q.anim_time*90*1-50)*4"], + "0.5833": [0, 0, -3.17], + "0.7083": [0, 0, "-12.5-math.sin(q.anim_time*90*1-50)*4"], + "1.5417": [0, 0, "57.5-math.sin(q.anim_time*90*1-50)*4"] + } + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [-132.7708, 52.97968, -39.67283], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [6.9438, 66.3814, 16.44406], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [6.9438, 66.3814, 16.44406], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [6.9438, 66.3814, 16.44406], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [39.39001, -5.96185, 102.14375], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [47.65871, -13.84024, 106.61773], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [24.66815, -15.28879, 114.11176], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [21.78371, -2.58391, 82.93999], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-25.08267, 7.6168, 59.03075], + "lerp_mode": "catmullrom" + }, + "1.5417": [-132.7708, 52.97968, -39.67283] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [2, 11, 4], + "lerp_mode": "catmullrom" + }, + "1.5417": [0, 0, 0] + } + }, + "fur1": { + "rotation": ["30+math.sin(q.anim_time*90*1-200)*4", 0, 0], + "position": [0, -1, -0.25] + }, + "fyur2": { + "rotation": [14.97546, 6.76746, "-20.956-math.sin(q.anim_time*90*1-200)*4"], + "position": [-0.5, 0, 0] + }, + "fyur3": { + "rotation": [0, 0, "35+math.sin(q.anim_time*90*1-200)*4"], + "position": [-1, -2, 0] + }, + "lknee": { + "rotation": { + "0.0": [117.5, 0, 0], + "0.25": [22.5, 0, 0], + "0.3333": [13.42219, -9.6742, -2.96535], + "0.5": { + "pre": [22.5, 0, 0], + "post": [22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [15.34848, -1.56364, 17.69154], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-2.15152, -1.56364, 17.69154], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [92.09383, 21.04458, 17.11375], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [88.50727, 19.29273, 14.47548], + "lerp_mode": "catmullrom" + }, + "1.5417": [117.5, 0, 0] + }, + "position": { + "0.0": [-0.75, 0, -0.25], + "0.25": [-0.75, 0, -0.25], + "0.5": { + "pre": [-0.75, 0, -0.25], + "post": [-0.75, 0, -0.25], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-0.75, -0.3, -0.25], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-0.75, 0, -0.25], + "lerp_mode": "catmullrom" + }, + "1.5417": [-0.75, 0, -0.25] + } + }, + "leftfoot": { + "rotation": { + "0.0": [32.5, 0, 0], + "0.25": [-5, 0, 0], + "0.3333": [-5.5531, -15.46162, 1.58448], + "0.375": [-6.76733, -42.30053, 4.56615], + "0.5": [-5, 0, 0], + "0.625": [-5, 0, 0], + "0.6667": [-5, 0, 0], + "0.8333": [82.14, 0, 0], + "1.0": [82.14, 0, 0], + "1.5417": [32.5, 0, 0] + } + }, + "bc4": { + "rotation": { + "0.0": ["2.5+math.sin(q.anim_time*90*1-50)*10", 0, 0], + "0.625": ["2.5+math.sin(q.anim_time*90*1-50)*10", 0, 0], + "0.7917": ["20+math.sin(q.anim_time*90*1-50)*10", 0, 0], + "1.5417": ["-30+math.sin(q.anim_time*90*1-50)*10", 0, 0] + } + }, + "bc3": { + "rotation": { + "0.0": ["-7.5+math.sin(q.anim_time*90*1-50)*8", 0, 0], + "0.625": ["-7.5+math.sin(q.anim_time*90*1-50)*8", 0, 0], + "0.7917": ["15+math.sin(q.anim_time*90*1-50)*8", 0, 0], + "1.5417": ["-7.5+math.sin(q.anim_time*90*1-50)*8", 0, 0] + } + }, + "bc2": { + "rotation": { + "0.0": ["-12.5+math.sin(q.anim_time*90*1-50)*6", 0, 0], + "0.625": ["-12.5+math.sin(q.anim_time*90*1-50)*6", 0, 0], + "0.7917": ["30+math.sin(q.anim_time*90*1-50)*6", 0, 0], + "1.5417": ["-27.5+math.sin(q.anim_time*90*1-50)*6", 0, 0] + } + }, + "bc1": { + "rotation": { + "0.0": ["22.5+math.sin(q.anim_time*90*1-50)*4", 0, 0], + "0.625": ["22.5+math.sin(q.anim_time*90*1-50)*4", 0, 0], + "0.7917": ["67.5+math.sin(q.anim_time*90*1-50)*4", 0, 0], + "1.5417": ["22.5+math.sin(q.anim_time*90*1-50)*4", 0, 0] + } + }, + "frontcloth1": { + "rotation": { + "0.0": ["-25-math.sin(q.anim_time*90*1-50)*6", 0, 0], + "0.625": ["-25-math.sin(q.anim_time*90*1-50)*6", 0, 0], + "0.7917": ["-30-math.sin(q.anim_time*90*1-50)*6", 0, 0], + "1.5417": ["-25-math.sin(q.anim_time*90*1-50)*6", 0, 0] + } + }, + "fc2": { + "rotation": { + "0.0": ["-12.5-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "0.625": ["-12.5-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "0.7917": ["-25-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "1.5417": ["-12.5-math.sin(q.anim_time*90*1-150)*6", 0, 0] + } + }, + "fc3": { + "rotation": { + "0.0": ["-10-math.sin(q.anim_time*90*1-150)*8", 0, 0], + "0.625": ["-10-math.sin(q.anim_time*90*1-150)*8", 0, 0], + "0.7917": ["-22.5-math.sin(q.anim_time*90*1-150)*8", 0, 0], + "1.5417": ["-10-math.sin(q.anim_time*90*1-150)*8", 0, 0] + } + }, + "fc4": { + "rotation": { + "0.0": ["-5-math.sin(q.anim_time*90*1-150)*10", 0, 0], + "0.625": ["-5-math.sin(q.anim_time*90*1-150)*10", 0, 0], + "0.7917": ["-22.5-math.sin(q.anim_time*90*1-150)*10", 0, 0], + "1.5417": ["-5-math.sin(q.anim_time*90*1-150)*10", 0, 0] + } + }, + "shoulderright": { + "rotation": { + "0.0": [3.90399, 17.07228, 0.58619], + "0.5": [3.90399, 17.07228, 0.58619], + "0.5833": [94.52129, 8.68044, -1.15232], + "0.7083": [6.42402, 15.48191, 57.1885], + "0.8333": [-2.39697, 16.56391, 25.9654], + "1.5417": [3.90399, 17.07228, 0.58619] + } + }, + "shoulderleft": { + "rotation": { + "0.0": [0, 0, "-math.sin(q.anim_time*90*1-50)*1"], + "0.9583": [3.61644, -19.6835, "-10.6276-math.sin(q.anim_time*90*1-50)*1"], + "1.5417": [0, 0, "-math.sin(q.anim_time*90*1-50)*1"] + } + }, + "mainthing": { + "rotation": { + "0.0": [0, -85, 0], + "0.1667": [0, -85, 0], + "0.3333": [0, -97.5, 0], + "0.4583": [0, -85, 0], + "0.5": { + "pre": [0, -37.5, 0], + "post": [0, -37.5, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 84.17, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 156.98, 0], + "lerp_mode": "catmullrom" + }, + "1.125": [0, 275, 0], + "1.25": [0, 275, 0], + "1.2917": {"pre": [0, 275, 0], "post": [0, -85, 0]} + }, + "position": { + "0.0": [0, -1, 0], + "0.4583": [3, -1, -5], + "0.5": { + "pre": [5, -1, -9], + "post": [5, -1, -9], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, -1, -18], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-4, -1, -21], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-11.5, -1, -23.17], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-11.1, -4.12, -18.13], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-9.9, -1, -12.3], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-9.95, 22, -8.15], + "lerp_mode": "catmullrom" + }, + "1.125": [0, -1, 0], + "1.25": [0, -1, 0], + "1.2917": {"pre": [0, -1, 0], "post": [0, -1, 0]} + } + }, + "fur2": { + "rotation": [12.5, 0, 0] + }, + "fur4": { + "rotation": [0, 0, 22.5] + }, + "fur6": { + "rotation": [0, 0, -22.5] + }, + "arms": { + "position": [0, "math.sin(q.anim_time*4*16)*0.3", 0] + }, + "hand_left": { + "rotation": { + "0.0": [0, 0, -5], + "1.5417": [0, 0, -5] + } + }, + "whiteneck": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "0.5833": [0, -25, 0], + "0.7083": [0, 15, 0], + "1.5417": [0, 0, 0] + } + }, + "fingers_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.7083": [0, 0, 15], + "1.5417": [0, 0, 0] + } + }, + "leg_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.2083": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-8.39561, -15.84371, -33.42976], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [8.59552, -15.66561, -97.16773], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [8.59552, -15.66561, -97.16773], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-37.50593, -83.66938, -13.33174], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [138.6987, -81.56127, -173.40871], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [1.12953, -49.57928, 7.10142], + "lerp_mode": "catmullrom" + }, + "0.7917": [0, 0, 0], + "0.875": [0, 0, 0], + "1.5417": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.4583": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [1, 0, -4], + "lerp_mode": "catmullrom" + }, + "0.75": [-3, 0, -3], + "0.7917": [0, 0, 0], + "0.8333": [-3, 0, -3], + "0.875": [0, 0, 0], + "1.5417": [0, 0, 0] + } + }, + "rknee": { + "rotation": { + "0.0": [0, 0, 0], + "0.2083": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [87.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [78, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-17, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [46.53073, 3.55731, -3.52271], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [67.56146, 7.11462, -7.04541], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-1.03265, 2.90106, -1.91504], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-1.03265, 2.90106, -1.91504], + "lerp_mode": "catmullrom" + }, + "1.0": [0, 0, 0], + "1.5417": [0, 0, 0] + } + }, + "feetis": { + "rotation": { + "0.0": [0, 0, 0], + "0.2083": [0, 0, 0], + "0.3333": [50, 0, 0], + "0.5": [57.5, 0, 0], + "0.5833": [57.5, 0, 0], + "0.6667": [-20, 0, 0], + "0.75": [62.08727, -0.27471, 6.30985], + "1.0": [62.08727, -0.27471, 6.30985], + "1.125": [0, 0, 0], + "1.5417": [0, 0, 0] + } + } + } + }, + "animation.urshifu.blink": { + "animation_length": 1, + "bones": { + "eyebrow1": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, -5], + "0.0833": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, -1, 0], + "0.0833": [0, 0, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "0.0417": [1, 1.1, 1], + "0.0833": [1, 1, 1] + } + }, + "eyebrow": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, 5], + "0.0833": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, -1, 0], + "0.0833": [0, 0, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "0.0417": [1, 1.3, 1], + "0.0833": [1, 1, 1] + } + } + } + }, + "animation.urshifu.ground_idle": { + "loop": true, + "bones": { + "torso": { + "position": [0, "math.sin(q.anim_time*4*16)*0.3", 0] + }, + "neck": { + "position": [0, 0, 0] + }, + "furhead2": { + "rotation": [0, 0, "math.sin(q.anim_time*90*1-200)*4"] + }, + "furhead3": { + "rotation": ["math.sin(q.anim_time*90*1-200)*4", 0, 0] + }, + "furhead1": { + "rotation": [0, 0, "math.sin(q.anim_time*90*1-200)*4"] + }, + "headband_left": { + "rotation": [0, "-math.sin(q.anim_time*90*1-50)*10", 0] + }, + "lband1": { + "rotation": [0, "-5-math.sin(q.anim_time*90*1-100)*15", 0] + }, + "lband2": { + "rotation": [0, "0-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "lband3": { + "rotation": [0, "0-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "headband_right": { + "rotation": [0, "-math.sin(q.anim_time*90*1-50)*10", 0] + }, + "bandseg1": { + "rotation": [0, "-5-math.sin(q.anim_time*90*1-100)*15", 0] + }, + "bandseg2": { + "rotation": [0, "0-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "bandseg3": { + "rotation": [0, "0-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "lowjaw": { + "rotation": [0, 0, 0] + }, + "frontcloth1": { + "rotation": ["-7.5-math.sin(q.anim_time*90*1-50)*2", 0, 0] + }, + "fc2": { + "rotation": ["-2.5-math.sin(q.anim_time*90*1-100)*4", 0, 0] + }, + "fc3": { + "rotation": ["-5-math.sin(q.anim_time*90*1-150)*6", 0, 0] + }, + "fc4": { + "rotation": ["-5-math.sin(q.anim_time*90*1-150)*6", 0, 0] + }, + "bc1": { + "rotation": ["5+math.sin(q.anim_time*90*1-50)*4", 0, 0] + }, + "bc2": { + "rotation": ["15+math.sin(q.anim_time*90*1-100)*8", 0, 0] + }, + "bc3": { + "rotation": ["5+math.sin(q.anim_time*90*1-150)*10", 0, 0] + }, + "bc4": { + "rotation": ["5+math.sin(q.anim_time*90*1-200)*12", 0, 0] + }, + "arms": { + "position": [0, "math.sin(q.anim_time*4*16)*0.3", 0] + }, + "fingerseg": { + "rotation": [0, 0, "math.sin(q.anim_time*30*2+150)*2"] + }, + "fingerrseg2": { + "rotation": [0, 0, "-math.sin(q.anim_time*30*2+150)*2"] + }, + "fur1": { + "rotation": ["0+math.sin(q.anim_time*90*1-200)*4", 0, 0] + }, + "fyur2": { + "rotation": [0, 0, "math.sin(q.anim_time*90*1-200)*4"] + }, + "fur2": { + "rotation": ["math.sin(q.anim_time*90*1-200)*4", 0, 0] + }, + "fur4": { + "rotation": [0, 0, "math.sin(q.anim_time*90*1-200)*4"] + }, + "rknee": { + "position": [0, -0.5, 0] + } + } + }, + "animation.urshifu.ground_walk": { + "loop": true, + "animation_length": 4, + "bones": { + "torso": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 10, 0], + "1.0": [0, 0, 0], + "1.5": [0, -7.5, 0], + "2.0": [0, 0, 0], + "2.5": [0, 10, 0], + "3.0": [0, 0, 0], + "3.5": [0, -7.5, 0], + "4.0": [0, 0, 0] + }, + "position": { + "0.0": [0, "math.sin(q.anim_time*4*16)*0.3", 0], + "2.0": [0, "math.sin(q.anim_time*4*16)*0.3", 0], + "4.0": [0, "math.sin(q.anim_time*4*16)*0.3", 0] + } + }, + "neck": { + "position": [0, 0, 0] + }, + "furhead2": { + "rotation": [0, 0, "math.sin(q.anim_time*90*1-200)*4"] + }, + "furhead3": { + "rotation": ["math.sin(q.anim_time*90*1-200)*4", 0, 0] + }, + "furhead1": { + "rotation": [0, 0, "math.sin(q.anim_time*90*1-200)*4"] + }, + "headband_left": { + "rotation": [0, "-math.sin(q.anim_time*90*1-50)*10", 0] + }, + "lband1": { + "rotation": [0, "-5-math.sin(q.anim_time*90*1-100)*15", 0] + }, + "lband2": { + "rotation": [0, "0-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "lband3": { + "rotation": [0, "0-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "headband_right": { + "rotation": [0, "-math.sin(q.anim_time*90*1-50)*10", 0] + }, + "bandseg1": { + "rotation": [0, "-5-math.sin(q.anim_time*90*1-100)*15", 0] + }, + "bandseg2": { + "rotation": [0, "0-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "bandseg3": { + "rotation": [0, "0-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "lowjaw": { + "rotation": [0, 0, 0] + }, + "frontcloth1": { + "rotation": { + "0.0": ["-10-math.sin(q.anim_time*90*1-50)*2", 0, 0], + "0.25": [-49.08, 0, 0], + "0.5": [-49.08, 0, 0], + "1.0": ["-7.5-math.sin(q.anim_time*90*1-50)*2", 0, 0], + "1.25": ["-52.5-math.sin(q.anim_time*90*1-50)*2", 0, 0], + "1.5": ["-52.5-math.sin(q.anim_time*90*1-50)*2", 0, 0], + "2.0": ["-10-math.sin(q.anim_time*90*1-50)*2", 0, 0], + "2.25": [-49.08, 0, 0], + "2.5": [-49.08, 0, 0], + "3.0": ["-7.5-math.sin(q.anim_time*90*1-50)*2", 0, 0], + "3.25": ["-52.5-math.sin(q.anim_time*90*1-50)*2", 0, 0], + "3.5": ["-52.5-math.sin(q.anim_time*90*1-50)*2", 0, 0], + "4.0": ["-7.5-math.sin(q.anim_time*90*1-50)*2", 0, 0] + } + }, + "fc2": { + "rotation": { + "0.0": ["-2.5-math.sin(q.anim_time*90*1-100)*4", 0, 0], + "0.25": ["22.5-math.sin(q.anim_time*90*1-100)*4", 0, 0], + "0.5": ["12.5-math.sin(q.anim_time*90*1-100)*4", 0, 0], + "1.0": ["-2.5-math.sin(q.anim_time*90*1-100)*4", 0, 0], + "1.25": ["22.5-math.sin(q.anim_time*90*1-100)*4", 0, 0], + "1.5": ["22.5-math.sin(q.anim_time*90*1-100)*4", 0, 0], + "2.0": ["-2.5-math.sin(q.anim_time*90*1-100)*4", 0, 0], + "2.25": ["22.5-math.sin(q.anim_time*90*1-100)*4", 0, 0], + "2.5": ["12.5-math.sin(q.anim_time*90*1-100)*4", 0, 0], + "3.0": ["-2.5-math.sin(q.anim_time*90*1-100)*4", 0, 0], + "3.25": ["22.5-math.sin(q.anim_time*90*1-100)*4", 0, 0], + "3.5": ["22.5-math.sin(q.anim_time*90*1-100)*4", 0, 0], + "4.0": ["-2.5-math.sin(q.anim_time*90*1-100)*4", 0, 0] + } + }, + "fc3": { + "rotation": { + "0.0": ["-5-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "0.25": ["-30-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "0.5": ["12.5-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "1.0": ["-5-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "1.25": ["12.5-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "1.5": ["12.5-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "2.0": ["-5-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "2.25": ["-30-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "2.5": ["12.5-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "3.0": ["-5-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "3.25": ["12.5-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "3.5": ["12.5-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "4.0": ["-5-math.sin(q.anim_time*90*1-150)*6", 0, 0] + } + }, + "fc4": { + "rotation": { + "0.0": ["-5-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "0.25": ["-42.5-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "0.5": ["2.5-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "1.0": ["-5-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "1.25": ["-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "1.5": ["-math.sin(q.anim_time*90*1-150)*6", 0, 0], + "2.0": ["-5-math.sin(q.anim_time*90*1-150)*6", 0, 0] + } + }, + "bc1": { + "rotation": ["40+math.sin(q.anim_time*90*1-50)*4", 0, 0] + }, + "bc2": { + "rotation": ["15+math.sin(q.anim_time*90*1-100)*8", 0, 0] + }, + "bc3": { + "rotation": ["5+math.sin(q.anim_time*90*1-150)*10", 0, 0] + }, + "bc4": { + "rotation": ["5+math.sin(q.anim_time*90*1-200)*12", 0, 0] + }, + "arms": { + "position": [0, "math.sin(q.anim_time*4*16)*0.3", 0] + }, + "fingerseg": { + "rotation": [0, 0, "math.sin(q.anim_time*30*2+150)*2"] + }, + "fingerrseg2": { + "rotation": [0, 0, "-math.sin(q.anim_time*30*2+150)*2"] + }, + "fur1": { + "rotation": { + "0.0": ["0+math.sin(q.anim_time*90*1-200)*4", 0, 0], + "2.0": ["0+math.sin(q.anim_time*90*1-200)*4", 0, 0], + "4.0": ["0+math.sin(q.anim_time*90*1-200)*4", 0, 0] + } + }, + "fyur2": { + "rotation": { + "0.0": [0, 0, "math.sin(q.anim_time*90*1-200)*4"], + "2.0": [0, 0, "math.sin(q.anim_time*90*1-200)*4"] + } + }, + "fur2": { + "rotation": { + "0.0": ["math.sin(q.anim_time*90*1-200)*4", 0, 0], + "2.0": ["math.sin(q.anim_time*90*1-200)*4", 0, 0] + } + }, + "fur4": { + "rotation": [0, 0, "math.sin(q.anim_time*90*1-200)*4"] + }, + "rknee": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [28.75, 0, 0], + "0.5": [47.5, 0, 0], + "1.0": [0, 0, 0], + "1.5": [2.5, 0, 0], + "2.0": [0, 0, 0], + "2.25": [28.75, 0, 0], + "2.5": [47.5, 0, 0], + "3.0": [0, 0, 0], + "3.5": [2.5, 0, 0], + "4.0": [0, 0, 0] + }, + "position": { + "0.0": [0, -0.5, 0], + "1.0": [0, -0.5, 0], + "2.0": [0, -0.5, 0], + "3.0": [0, -0.5, 0], + "4.0": [0, -0.5, 0] + } + }, + "mainthing": { + "position": { + "0.0": [0, 0, 0], + "0.5": [0, -4, 0], + "1.0": [0, 0, 0], + "1.5": [0, -2, 0], + "2.0": [0, 0, 0], + "2.5": [0, -4, 0], + "3.0": [0, 0, 0], + "3.5": [0, -2, 0], + "4.0": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -10, 0], + "1.0": [0, 0, 0], + "1.5": [0, 7.5, 0], + "2.0": [0, 0, 0], + "2.5": [0, -10, 0], + "3.0": [0, 0, 0], + "3.5": [0, 7.5, 0], + "4.0": [0, 0, 0] + } + }, + "arm_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -10, 0], + "1.0": [0, 0, 0], + "1.5": [-5.12076, 12.45167, -1.10693], + "2.0": [0, 0, 0], + "2.5": [0, -10, 0], + "3.0": [0, 0, 0], + "3.5": [-5.12076, 12.45167, -1.10693], + "4.0": [0, 0, 0] + } + }, + "arm_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -17.5, 0], + "1.0": [0, 0, 0], + "1.5": [0, 15, 0], + "2.0": [0, 0, 0], + "2.5": [0, -2.5, 0], + "3.0": [0, 0, 0], + "3.5": [0, 15, 0], + "4.0": [0, 0, 0] + } + }, + "leg_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [35, 0, 0], + "1.0": [0, 0, 0], + "1.25": [-52.5, 0, 0], + "1.5": [-45, 0, 0], + "2.0": [0, 0, 0], + "2.5": [35, 0, 0], + "3.0": [0, 0, 0], + "3.25": [-52.5, 0, 0], + "3.5": [-45, 0, 0], + "4.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 3], + "1.0": [0, 0, 0], + "1.5": [0, 0, -2], + "2.0": [0, 0, 0], + "2.5": [0, 0, 3], + "3.0": [0, 0, 0], + "3.5": [0, 0, -2], + "4.0": [0, 0, 0] + } + }, + "lknee": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [0, 0, 0], + "1.25": [32.5, 0, 0], + "1.5": [45, 0, 0], + "2.0": [0, 0, 0], + "3.0": [0, 0, 0], + "3.25": [32.5, 0, 0], + "3.5": [45, 0, 0], + "4.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 0, 0], + "1.25": [0, 0, 1], + "1.5": [0, 0, 0], + "2.0": [0, 0, 0], + "3.0": [0, 0, 0], + "3.25": [0, 0, 1], + "3.5": [0, 0, 0], + "4.0": [0, 0, 0] + } + }, + "leftfoot": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-27.5, 0, 0], + "1.0": [0, 0, 0], + "2.0": [0, 0, 0], + "2.5": [-27.5, 0, 0], + "3.0": [0, 0, 0], + "4.0": [0, 0, 0] + } + }, + "leg_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-52.5, 0, 0], + "0.5": [-55, 0, 0], + "1.0": [0, 0, 0], + "1.5": [30, 0, 0], + "2.0": [0, 0, 0], + "2.25": [-52.5, 0, 0], + "2.5": [-55, 0, 0], + "3.0": [0, 0, 0], + "3.5": [30, 0, 0], + "4.0": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 0, 0], + "1.5": [0, -2, 1], + "2.0": [0, 0, 0], + "3.0": [0, 0, 0], + "3.5": [0, -2, 1], + "4.0": [0, 0, 0] + } + }, + "feetis": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [9.17, 0, 0], + "1.0": [0, 0, 0], + "1.5": [-32.5, 0, 0], + "2.0": [0, 0, 0], + "2.5": [9.17, 0, 0], + "3.0": [0, 0, 0], + "3.5": [-32.5, 0, 0], + "4.0": [0, 0, 0] + } + } + } + }, + "animation.urshifu.cry": { + "loop": true, + "animation_length": 2, + "bones": { + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, "math.sin(q.anim_time*4*16)*0.3", 0], + "0.5": [0, "math.sin(q.anim_time*4*16)*0.3", 1], + "1.25": [0, "math.sin(q.anim_time*4*16)*0.3", 1], + "1.75": [0, "math.sin(q.anim_time*4*16)*0.3", 0] + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-5, 0, 0], + "0.75": [-5, 0, 0], + "1.25": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.25": [0, 0, 0] + } + }, + "furhead2": { + "rotation": [0, 0, "math.sin(q.anim_time*90*1-200)*4"] + }, + "furhead3": { + "rotation": ["math.sin(q.anim_time*90*1-200)*4", 0, 0] + }, + "furhead1": { + "rotation": [0, 0, "math.sin(q.anim_time*90*1-200)*4"] + }, + "headband_left": { + "rotation": { + "0.0": [0, "-math.sin(q.anim_time*90*1-50)*10", 0], + "0.5": [0, "55-math.sin(q.anim_time*90*1-50)*10", 0], + "1.0": [0, "55-math.sin(q.anim_time*90*1-50)*10", 0], + "1.75": [0, "-math.sin(q.anim_time*90*1-50)*10", 0], + "2.0": [0, "-math.sin(q.anim_time*90*1-50)*10", 0] + } + }, + "lband1": { + "rotation": [0, "-5-math.sin(q.anim_time*90*1-100)*15", 0] + }, + "lband2": { + "rotation": [0, "0-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "lband3": { + "rotation": [0, "0-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "headband_right": { + "rotation": { + "0.0": [0, "-math.sin(q.anim_time*90*1-50)*10", 0], + "0.5": [-28.09433, "-63.679-math.sin(q.anim_time*90*1-50)*10", -8.70801], + "1.0": [-28.09433, "-63.679-math.sin(q.anim_time*90*1-50)*10", -8.70801], + "1.75": [0, "-math.sin(q.anim_time*90*1-50)*10", 0], + "2.0": [0, "-math.sin(q.anim_time*90*1-50)*10", 0] + } + }, + "bandseg1": { + "rotation": [0, "-5-math.sin(q.anim_time*90*1-100)*15", 0] + }, + "bandseg2": { + "rotation": [0, "0-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "bandseg3": { + "rotation": [0, "0-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "lowjaw": { + "rotation": [0, 0, 0] + }, + "frontcloth1": { + "rotation": { + "0.0": ["-7.5-math.sin(q.anim_time*90*1-50)*2", 0, 0], + "0.5": ["-25-math.sin(q.anim_time*90*1-50)*2", 0, 0], + "1.25": ["-25-math.sin(q.anim_time*90*1-50)*2", 0, 0], + "1.75": ["-7.5-math.sin(q.anim_time*90*1-50)*2", 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 2, 0], + "1.25": [0, 2, 0], + "1.75": [0, 0, 0] + } + }, + "fc2": { + "rotation": ["-2.5-math.sin(q.anim_time*90*1-100)*4", 0, 0] + }, + "fc3": { + "rotation": ["-5-math.sin(q.anim_time*90*1-150)*6", 0, 0] + }, + "fc4": { + "rotation": ["-5-math.sin(q.anim_time*90*1-150)*6", 0, 0] + }, + "bc1": { + "rotation": { + "0.0": ["5+math.sin(q.anim_time*90*1-50)*4", 0, 0], + "0.5": ["math.sin(q.anim_time*90*1-50)*4", 0, 0], + "1.0": ["math.sin(q.anim_time*90*1-50)*4", 0, 0], + "1.75": ["5+math.sin(q.anim_time*90*1-50)*4", 0, 0] + } + }, + "bc2": { + "rotation": { + "0.0": ["15+math.sin(q.anim_time*90*1-100)*8", 0, 0], + "0.5": ["-2.5+math.sin(q.anim_time*90*1-100)*8", 0, 0], + "1.0": ["-2.5+math.sin(q.anim_time*90*1-100)*8", 0, 0], + "1.75": ["15+math.sin(q.anim_time*90*1-100)*8", 0, 0] + } + }, + "bc3": { + "rotation": { + "0.0": ["5+math.sin(q.anim_time*90*1-150)*10", 0, 0], + "1.75": ["5+math.sin(q.anim_time*90*1-150)*10", 0, 0] + } + }, + "bc4": { + "rotation": ["5+math.sin(q.anim_time*90*1-200)*12", 0, 0] + }, + "arms": { + "position": [0, "math.sin(q.anim_time*4*16)*0.3", 0] + }, + "fingerseg": { + "rotation": { + "0.0": [0, 0, "math.sin(q.anim_time*30*2+150)*2"], + "0.5": [0, 0, "-60+math.sin(q.anim_time*30*2+150)*2"], + "1.25": [0, 0, "-60+math.sin(q.anim_time*30*2+150)*2"], + "1.75": [0, 0, "math.sin(q.anim_time*30*2+150)*2"] + } + }, + "fingerrseg2": { + "rotation": { + "0.0": [0, 0, "-math.sin(q.anim_time*30*2+150)*2"], + "0.5": [0, 0, "-25-math.sin(q.anim_time*30*2+150)*2"], + "1.25": [0, 0, "-25-math.sin(q.anim_time*30*2+150)*2"], + "1.75": [0, 0, "-math.sin(q.anim_time*30*2+150)*2"] + } + }, + "fur1": { + "rotation": ["0+math.sin(q.anim_time*90*1-200)*4", 0, 0] + }, + "fyur2": { + "rotation": [0, 0, "math.sin(q.anim_time*90*1-200)*4"] + }, + "fur2": { + "rotation": ["math.sin(q.anim_time*90*1-200)*4", 0, 0] + }, + "fur4": { + "rotation": [0, 0, "math.sin(q.anim_time*90*1-200)*4"] + }, + "rknee": { + "rotation": [0, 0, 0], + "position": [0, -0.5, 0] + }, + "whiteneck": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-5, 0, 0], + "0.75": [-5, 0, 0], + "1.25": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + } + }, + "eyebrow1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + }, + "scale": { + "0.5": { + "pre": [1, 1.1, 1], + "post": [1, 1.1, 1], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [1, 1.1, 1], + "lerp_mode": "catmullrom" + }, + "1.75": [1, 1, 1] + } + }, + "eyebrow": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + }, + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1, 1.3, 1], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [1, 1.3, 1], + "lerp_mode": "catmullrom" + }, + "1.75": [1, 1, 1] + } + }, + "arm_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, -7.5], + "1.25": [0, 0, -7.5], + "1.75": [0, 0, 0] + } + }, + "shoulderleft": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-10.16946, -38.03957, -3.78695], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-10.16946, -38.03957, -3.78695], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + } + }, + "bicepleft": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [68.79478, -23.1669, -58.59496], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [68.79478, -23.1669, -58.59496], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-1, 1, -1], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-1, 1, -1], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + } + }, + "forearmleft": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -15, 20], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -15, 20], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "hand_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, -12.5], + "1.25": [0, 0, -12.5], + "1.75": [0, 0, 0] + } + }, + "fingers": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, -65], + "1.25": [0, 0, -65], + "1.75": [0, 0, 0] + } + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 15, 7.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 15, 7.5], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + } + }, + "shoulderright": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [3.43964, 40.13688, 13.07776], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [3.43964, 40.13688, 13.07776], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + } + }, + "bicepright": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [42.83993, 20.36457, 31.67747], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [42.83993, 20.36457, 31.67747], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + } + }, + "forearmright": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 37.5, -42.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 37.5, -42.5], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": [0, 0, 0] + } + }, + "hand_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-2.04166, 3.89254, -21.89478], + "1.25": [-2.04166, 3.89254, -21.89478], + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [-1, -1, -0.5], + "1.25": [-1, -1, -0.5], + "1.75": [0, 0, 0] + } + }, + "leg_left": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "lknee": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "leftfoot": { + "rotation": [0, 0, 0] + }, + "leg_right": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "feetis": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + } + } + }, + "animation.urshifu.sleep": { + "loop": true, + "animation_length": 5.5, + "bones": { + "mainthing": { + "rotation": [-87.5, 0, 0], + "position": [0, 4, -18] + }, + "torso": { + "rotation": [10, 0, 0], + "position": [0, 0, "math.sin(q.anim_time*4*16)*0.3"] + }, + "eyebrow1": { + "rotation": [0, 0, -5], + "position": [0, -1, 0], + "scale": [1, 1.1, 1] + }, + "eyebrow": { + "rotation": [0, 0, 5], + "position": [0, -1, 0], + "scale": [1, 1.3, 1] + }, + "headband_left": { + "rotation": [0, -67.5, 0] + }, + "lband1": { + "rotation": [0, 0, 0] + }, + "lband3": { + "rotation": [0, 22.5, 0] + }, + "headband_right": { + "rotation": [0, 45, 0] + }, + "bandseg1": { + "rotation": [0, 22.5, 0] + }, + "bandseg2": { + "rotation": [0, 7.5, 0] + }, + "fc2": { + "rotation": [0, 0, 0] + }, + "fc3": { + "rotation": [22.5, 0, 0] + }, + "fc4": { + "rotation": [15, 0, 0] + }, + "arms": { + "position": [0, 0, "0-math.sin(q.anim_time*4*16)*0.3"] + }, + "arm_left": { + "rotation": [-20, 0, 60] + }, + "shoulderleft": { + "rotation": [-181.43455, 2.04767, 54.97436] + }, + "bicepleft": { + "rotation": [0, 0, -42.5] + }, + "forearmleft": { + "rotation": [0, 0, -62.5] + }, + "hand_left": { + "rotation": [57.5, 0, 0] + }, + "fingerseg": { + "rotation": [0, 0, 20] + }, + "arm_right": { + "rotation": [0, 0, -50], + "position": [0, 0, 0] + }, + "shoulderright": { + "rotation": [180.9467, -18.15324, -45.33277], + "position": [-1, 0, 0] + }, + "bicepright": { + "rotation": [0.002, 17.49999, 32.51465] + }, + "forearmright": { + "rotation": [47.7283, 15.42385, 76.37038] + }, + "hand_right": { + "rotation": [27.5, 0, 0] + }, + "leg_left": { + "rotation": [-72.5, 0, 0] + }, + "fur1": { + "rotation": [-112.5, 0, 0], + "position": [0, -2, 0] + }, + "fyur2": { + "rotation": [0, 0, 120], + "position": [0, -2, 0] + }, + "fyur3": { + "rotation": [0, 0, -80], + "position": [-1, -3, 0] + }, + "lknee": { + "rotation": [110.77463, 19.50645, 4.50432], + "position": [0, 0, 1] + }, + "leftfoot": { + "rotation": [47.5, 0, 0], + "position": [0, 2, 0] + }, + "fur2": { + "rotation": [25, 0, 0] + }, + "lowjaw": { + "rotation": { + "0.0": [0, 0, 0], + "1.75": [0, 0, 0], + "2.5": [30, 0, 0], + "2.5417": [27.5, 0, 0], + "2.5833": [30, 0, 0], + "2.625": [27.5, 0, 0], + "2.6667": [30, 0, 0], + "2.7083": [27.5, 0, 0], + "2.75": [30, 0, 0], + "2.7917": [27.5, 0, 0], + "3.9583": [0, 0, 0] + } + } + } + }, + "animation.urshifu.faint": { + "loop": true, + "animation_length": 3.25, + "bones": { + "mainthing": { + "rotation": [0, -60, 0], + "position": { + "0.0": [0, -5.6, 0], + "1.5": [0, -2.6, 0] + } + }, + "torso_clothes": { + "position": [0, 0, 0] + }, + "arm_left": { + "rotation": { + "0.0": [0, 0, 15], + "1.5": [0, 0, 2.5] + }, + "position": [-2, -1, 0] + }, + "bicepleft": { + "rotation": { + "0.0": [0, 0, "125-math.sin(q.anim_time*90*1-50)*2"], + "1.5": [181.09092, 0.29329, "9.7725-math.sin(q.anim_time*90*1-50)*2"] + }, + "position": [0, 0, 0] + }, + "forearmleft": { + "rotation": { + "0.0": [182.22764, 20.15563, 28.30359], + "1.5": [179.10971, 20.42174, 5.59288] + } + }, + "thumb1": { + "rotation": { + "0.0": [0, 22.5, 0], + "1.5": [-35, 22.5, 0] + } + }, + "thunmbseg": { + "rotation": [20.02717, 1.68868, 1.84373] + }, + "fingers": { + "rotation": { + "0.0": [0, 0, -60], + "1.5": [0, 0, -2.5] + } + }, + "fingerseg": { + "rotation": { + "0.0": [0, 0, -60], + "1.5": [0, 0, -5] + } + }, + "arm_right": { + "rotation": { + "0.0": [-5.16524, 27.0478, -11.24314], + "1.5": [26.31707, 10.91357, 15.65146] + }, + "position": { + "0.0": [0, 0, 0], + "1.5": [0, 0, -2] + } + }, + "bicepright": { + "rotation": { + "0.0": [58.28573, 33.45406, 10.91547], + "1.5": [7.28609, 13.38963, -17.00244] + } + }, + "forearmright": { + "rotation": { + "0.0": [182.5, 75, -180], + "1.5": [359.89088, -15.00237, -2.49286] + }, + "position": { + "0.0": [-1, 0, -2], + "1.5": [-1, 0, 0] + } + }, + "thumbright": { + "rotation": { + "0.0": [30, 0, 0], + "1.5": [-12.5, 0, 0] + } + }, + "thungbmbrseg2": { + "rotation": [40, 0, 0] + }, + "fingers_right": { + "rotation": { + "0.0": [0, 0, 70], + "1.5": [0, 0, 12.5] + } + }, + "fingerrseg2": { + "rotation": { + "0.0": [0, 0, 62.5], + "1.5": [0, 0, -2.5] + } + }, + "neck": { + "rotation": { + "0.0": [-10.65119, 24.83901, -1.90415], + "1.5": [16.37563, -7.34701, 0.55083] + }, + "position": [-1, 1, 0] + }, + "head": { + "rotation": [19.46618, 12.92343, -2.05977], + "scale": [0.9, 0.8, 1] + }, + "hair": { + "rotation": [0, 0, 2.5] + }, + "headband_left": { + "rotation": [9.54046, "-58.8842+math.sin(q.anim_time*90*1-50)*10", 42.2072], + "position": [-1, -1, 0] + }, + "headband_right": { + "rotation": [-17.4812, "40.6549-math.sin(q.anim_time*90*1-50)*10", -38.42136] + }, + "whiteneck": { + "rotation": [0, 15, 0], + "position": [0, -1, 0] + }, + "leg_left": { + "rotation": { + "0.0": [-52.90208, 67.83409, 3.18262], + "1.5": [-22.90208, 67.83409, 3.18262] + } + }, + "lknee": { + "rotation": { + "0.0": [82.5, 0, 0], + "1.5": [37.5, 0, 0] + } + }, + "leftfoot": { + "rotation": { + "0.0": [-15, 0, 0], + "1.5": [-5, 0, 0] + } + }, + "leg_right": { + "rotation": { + "0.0": [-28.81328, -82.01058, -30.93292], + "1.5": [111.97641, -80.79687, -143.46551] + } + }, + "rknee": { + "rotation": { + "0.0": [67.5, 0, 0], + "1.5": [40, 0, 0] + } + }, + "front": { + "rotation": [-17.5, 0, 0] + }, + "back": { + "rotation": [69.97365, 1.5216, -1.98385], + "position": [0, 5, 0] + }, + "bone": { + "rotation": [42.5, 0, 0] + }, + "furhead2": { + "rotation": [0, 0, "127.5+math.sin(q.anim_time*90*1-200)*4"] + }, + "furhead3": { + "rotation": ["127.5+math.sin(q.anim_time*90*1-200)*4", 0, 0] + }, + "furhead1": { + "rotation": [0, 0, "-140+math.sin(q.anim_time*90*1-200)*4"] + }, + "bandseg1": { + "rotation": [6.70127, "-3.0932-math.sin(q.anim_time*90*1-100)*15", 9.67518] + }, + "bandseg2": { + "rotation": [-6.36991, "29.9706-math.sin(q.anim_time*90*1-200)*25", 9.55406] + }, + "bandseg3": { + "rotation": [5.54163, "-1.6719-math.sin(q.anim_time*90*1-200)*25", -4.43478] + }, + "lband1": { + "rotation": [14.34255, "-22.4485-math.sin(q.anim_time*90*1-100)*15", 12.43407] + }, + "lband2": { + "rotation": [-7.21604, "40.4825+math.sin(q.anim_time*90*1-200)*25", 7.68073] + }, + "lband3": { + "rotation": [-2.33411, "33.3552+math.sin(q.anim_time*90*1-200)*25", 2.92364] + }, + "fur1": { + "rotation": ["-115+math.sin(q.anim_time*90*1-200)*4", 0, 0], + "position": [0, -2, 0] + }, + "fur3": { + "rotation": [107.5, 0, 0], + "position": [0, -2, 0] + }, + "fyur2": { + "rotation": [0, 0, "115+math.sin(q.anim_time*90*1-200)*4"], + "position": [1, -3, 0] + }, + "fur4": { + "rotation": [0, 0, "-117.5+math.sin(q.anim_time*90*1-200)*4"] + }, + "fur2": { + "rotation": ["-110+math.sin(q.anim_time*90*1-200)*4", 0, 0], + "position": [0, -2, 0] + }, + "fur6": { + "rotation": [0, 0, "87.5-math.sin(q.anim_time*90*1-200)*4"], + "position": [1, -3, 0] + }, + "fyur3": { + "rotation": [0, 0, "-95-math.sin(q.anim_time*90*1-200)*4"], + "position": [0, -3, 0] + }, + "fur5": { + "rotation": [110, 0, 0] + }, + "lowjaw": { + "rotation": [0, 0, 0] + }, + "ear2": { + "rotation": [0, 0, -35] + }, + "ear1": { + "rotation": [0, 0, 40] + }, + "frontcloth1": { + "rotation": ["-18.2938-math.sin(q.anim_time*90*1-50)*2", -14.04833, "2.8551-math.sin(q.anim_time*90*1-50)*2"], + "position": [0, 2, 0] + }, + "fc2": { + "rotation": ["5-math.sin(q.anim_time*90*1-150)*6", 0, "-2.5-math.sin(q.anim_time*90*1-150)*6"] + }, + "fc3": { + "rotation": ["-2.4905-math.sin(q.anim_time*90*1-150)*8", -0.21782, "-7.4953-math.sin(q.anim_time*90*1-150)*8"] + }, + "fc4": { + "rotation": ["-14.9539-math.sin(q.anim_time*90*1-150)*12", -1.08089, "-4.8821-math.sin(q.anim_time*90*1-150)*10"] + }, + "bc1": { + "rotation": ["-25.7246+math.sin(q.anim_time*90*1-50)*4", -13.77624, 5.99253] + }, + "bc2": { + "rotation": ["-13.4773+math.sin(q.anim_time*90*1-100)*8", 4.58164, "2.4306+math.sin(q.anim_time*90*1-100)*8"] + }, + "bc3": { + "rotation": ["2.7377+math.sin(q.anim_time*90*1-150)*10", 12.3071, "2.2046+math.sin(q.anim_time*90*1-150)*10"] + }, + "bc4": { + "rotation": ["-19.8489+math.sin(q.anim_time*90*1-200)*12", 9.84655, "1.7538+math.sin(q.anim_time*90*1-200)*12"] + }, + "shoulderleft": { + "rotation": { + "0.0": [0, 0, 15], + "1.5": [0, 0, -10] + } + }, + "feetis": { + "rotation": [5, 0, 0] + }, + "torso": { + "position": { + "0.0": [0, "math.sin(q.anim_time*4*16)*0.3", 0], + "1.5": [0, "math.sin(q.anim_time*4*16)*0.3", 1] + } + }, + "tail": { + "position": [0, 3, 0] + }, + "arms": { + "position": [0, "math.sin(q.anim_time*4*16)*0.3", 0] + }, + "eyebrow1": { + "rotation": { + "0.0": [0, 0, 0], + "1.5": [0, 0, -5] + }, + "position": { + "0.0": [0, 0, 0], + "1.5": [0, -1, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "1.5": [1, 1.1, 1] + } + }, + "eyebrow": { + "rotation": { + "0.0": [0, 0, 0], + "1.5": [0, 0, 5] + }, + "position": { + "0.0": [0, 0, 0], + "1.5": [0, -1, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "1.5": [1, 1.3, 1] + } + }, + "shoulderright": { + "rotation": { + "0.0": [0, 0, 0], + "1.5": [5, 0, 0] + } + } + } + }, + "animation.urshifu.rsfaint": { + "loop": true, + "animation_length": 3.25, + "bones": { + "torso": { + "rotation": [0, 7.5, 0], + "position": [0, "math.sin(q.anim_time*4*16)*0.3", 0] + }, + "neck": { + "rotation": { + "0.0": [2.5, 52.5, 0], + "1.5": [22.5, 52.5, 0] + } + }, + "head": { + "rotation": { + "0.0": [10.08453, -7.38542, -1.30962], + "1.5": [-3.57862, -13.4982, 3.37486] + } + }, + "furhead2": { + "rotation": [0.49411, 1.25669, 2.10942], + "position": [0, -1, 0] + }, + "furhead3": { + "rotation": ["math.sin(q.anim_time*90*1-200)*4", 0, 0], + "position": [0, -1, 0] + }, + "furhead1": { + "rotation": [0, 0, -10], + "position": [0, -1, 0] + }, + "headband_left": { + "rotation": [-63.55989, "-94.0936-math.sin(q.anim_time*90*1-50)*10", 8.51181], + "position": [0, -2, 1] + }, + "lband1": { + "rotation": [0, "-97.5-math.sin(q.anim_time*90*1-100)*15", 0] + }, + "lband2": { + "rotation": [0, "27.5-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "lband3": { + "rotation": [0, "65-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "headband_right": { + "rotation": [-111.69454, "63.7406-math.sin(q.anim_time*90*1-50)*10", -47.51743], + "position": [0, -2, 0] + }, + "bandseg1": { + "rotation": [0, "82.5-math.sin(q.anim_time*90*1-100)*15", 0] + }, + "bandseg2": { + "rotation": [0, "80-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "bandseg3": { + "rotation": [0, "-40-math.sin(q.anim_time*90*1-200)*25", 0] + }, + "tail": { + "rotation": [25, 0, 0] + }, + "arm_left": { + "rotation": [1.75378, -9.84655, "-2.6511-math.sin(q.anim_time*90*1-50)*1"], + "position": { + "0.0": [0, -1, 0], + "1.5": [0, -3, 0] + } + }, + "bicepleft": { + "rotation": { + "0.0": [-6.28106, 11.01681, "65.4729-5-math.sin(q.anim_time*90*1-50)*2"], + "1.5": [-7.24095, 5.93795, "15.7063-5-math.sin(q.anim_time*90*1-50)*2"] + } + }, + "forearmleft": { + "rotation": { + "0.0": [0, 0, "37.5-math.sin(q.anim_time*90*1-50)*4"], + "1.5": [0, 0, "2.5-math.sin(q.anim_time*90*1-50)*4"] + } + }, + "fingers": { + "rotation": [0, 0, -25] + }, + "fingerseg": { + "rotation": [0, 0, -52.5] + }, + "arm_right": { + "rotation": { + "0.0": [2.5, -4.46375, "-53.165-math.sin(q.anim_time*90*1-50)*1"], + "1.5": [-2.02818, -4.69661, "-0.4843-math.sin(q.anim_time*90*1-50)*1"] + }, + "position": { + "0.0": [0, 0, 0], + "1.5": [0, -2, 0] + } + }, + "bicepright": { + "rotation": { + "0.0": [-151.85774, 19.32188, "-58.7808-math.sin(q.anim_time*90*1-50)*2"], + "1.5": [7.1193, -8.82127, "2.0786-math.sin(q.anim_time*90*1-50)*2"] + }, + "position": { + "0.0": [0, 1, 0], + "1.5": [0, 0, 0] + } + }, + "forearmright": { + "rotation": { + "0.0": [0, 0, "57.5-math.sin(q.anim_time*90*1-50)*4"], + "1.5": [0, 0, "-12.5-math.sin(q.anim_time*90*1-50)*4"] + } + }, + "leg_left": { + "rotation": { + "0.0": ["-132.7708+math.sin(q.anim_time*20*4)*2", 52.97968, -39.67283], + "1.5": [2.9219, 81.80066, 18.00272] + } + }, + "fur1": { + "rotation": ["30+math.sin(q.anim_time*90*1-200)*4", 0, 0], + "position": [0, -1, -0.25] + }, + "fyur2": { + "rotation": [14.97546, 6.76746, "-20.956-math.sin(q.anim_time*90*1-200)*4"], + "position": [-0.5, 0, 0] + }, + "fyur3": { + "rotation": [0, 0, "35+math.sin(q.anim_time*90*1-200)*4"], + "position": [-1, -2, 0] + }, + "lknee": { + "rotation": { + "0.0": ["117.5+math.sin(q.anim_time*20*4)*2", 0, 0], + "1.5": [27.3892, -2.98934, 7.09697] + }, + "position": [-0.75, 0, -0.25] + }, + "leftfoot": { + "rotation": { + "0.0": [32.5, 0, 0], + "1.5": [0, 0, 0] + } + }, + "bc4": { + "rotation": ["2.5+math.sin(q.anim_time*90*1-50)*10", 0, 0] + }, + "bc3": { + "rotation": ["-7.5+math.sin(q.anim_time*90*1-50)*8", 0, 0] + }, + "bc2": { + "rotation": ["-12.5+math.sin(q.anim_time*90*1-50)*6", 0, 0] + }, + "bc1": { + "rotation": ["22.5+math.sin(q.anim_time*90*1-50)*4", 0, 0] + }, + "frontcloth1": { + "rotation": ["-25-math.sin(q.anim_time*90*1-50)*6", 0, 0] + }, + "fc2": { + "rotation": ["-12.5-math.sin(q.anim_time*90*1-150)*6", 0, 0] + }, + "fc3": { + "rotation": ["-10-math.sin(q.anim_time*90*1-150)*8", 0, 0] + }, + "fc4": { + "rotation": ["-5-math.sin(q.anim_time*90*1-150)*10", 0, 0] + }, + "shoulderright": { + "rotation": { + "0.0": [3.90399, 17.07228, 0.58619], + "1.5": [8.28342, 15.46973, 16.12702] + } + }, + "shoulderleft": { + "rotation": [0, 0, "-math.sin(q.anim_time*90*1-50)*1"] + }, + "mainthing": { + "rotation": [0, 275, 0], + "position": [0, -1, 0] + }, + "fur2": { + "rotation": [12.5, 0, 0] + }, + "fur4": { + "rotation": [0, 0, 22.5] + }, + "fur6": { + "rotation": [0, 0, -22.5] + }, + "arms": { + "position": [0, "math.sin(q.anim_time*4*16)*0.3", 0] + }, + "hand_left": { + "rotation": [0, 0, -5] + }, + "eyebrow1": { + "rotation": { + "0.0": [0, 0, 0], + "1.5": [0, 0, -5] + }, + "position": { + "0.0": [0, 0, 0], + "1.5": [0, -1, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "1.5": [1, 1.1, 1] + } + }, + "eyebrow": { + "rotation": { + "0.0": [0, 0, 0], + "1.5": [0, 0, 5] + }, + "position": { + "0.0": [0, 0, 0], + "1.5": [0, -1, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "1.5": [1, 1.3, 1] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/veluza/veluza.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/veluza/veluza.animation.json new file mode 100644 index 0000000..0eb31c0 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/veluza/veluza.animation.json @@ -0,0 +1,65 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.veluza.water_swim": { + "loop": true, + "bones": { + "bodysec_1": { + "rotation": ["math.sin(q.anim_time*90*2)*1", "math.sin(q.anim_time*90*4-30)*4", 0], + "position": ["math.sin(q.anim_time*90*4+30)*2", "math.sin(q.anim_time*90*2+60)*2.4", 0] + }, + "fin_2": { + "rotation": [0, "math.sin(q.anim_time*90*4-30)*4", 0] + }, + "fin_1": { + "rotation": [0, "math.sin(q.anim_time*90*4-30)*4", 0] + }, + "head": { + "rotation": ["math.sin(q.anim_time*90*2+30)*2", "math.sin(q.anim_time*90*4)*4", 0] + }, + "jaw_bot": { + "rotation": ["2.5+math.sin(q.anim_time*90*2+60)*2", 0, 0] + }, + "bodysec_2": { + "rotation": ["math.sin(q.anim_time*90*2-30)*2", "math.sin(q.anim_time*90*4-60)*3", 0] + }, + "bodysec_3": { + "rotation": ["math.sin(q.anim_time*90*2-60)*4", "math.sin(q.anim_time*90*4-90)*5", 0] + }, + "tail": { + "rotation": ["math.sin(q.anim_time*90*2-90)*6", "math.sin(q.anim_time*90*4-120)*7", 0] + } + } + }, + "animation.veluza.water_idle": { + "loop": true, + "bones": { + "bodysec_1": { + "rotation": ["math.sin(q.anim_time*90*1-30)*2", "math.sin(q.anim_time*90*2-60)*-2", 0], + "position": ["math.sin(q.anim_time*90*1+30)*0.3", "math.sin(q.anim_time*90*2)*0.2", "math.sin(q.anim_time*90*2-90)*1.2"] + }, + "fin_2": { + "rotation": [0, "math.sin(q.anim_time*90*2-30)*-4", 0] + }, + "fin_1": { + "rotation": [0, "math.sin(q.anim_time*90*2-30)*4", 0] + }, + "head": { + "rotation": ["math.sin(q.anim_time*90*1-30)*-2", "math.sin(q.anim_time*90*2-60)*2", 0] + }, + "jaw_bot": { + "rotation": ["4+math.sin(q.anim_time*90*2+30)*1", 0, 0] + }, + "bodysec_2": { + "rotation": ["math.sin(q.anim_time*90*1)*-2", "math.sin(q.anim_time*90*2-30)*-1", 0] + }, + "bodysec_3": { + "rotation": ["math.sin(q.anim_time*90*1+30)*-4", "math.sin(q.anim_time*90*2)*-2", 0] + }, + "tail": { + "rotation": ["math.sin(q.anim_time*90*1)*-3", "math.sin(q.anim_time*90*2-60)*-2", 0] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/volcanion/volcanion.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/volcanion/volcanion.animation.json new file mode 100644 index 0000000..d2324c5 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/volcanion/volcanion.animation.json @@ -0,0 +1,547 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.volcanion.ground_idle": { + "loop": true, + "bones": { + "head": { + "rotation": [5, 0, 0] + }, + "head_bot": { + "rotation": ["1.5+2*(math.cos(q.anim_time*90+5)*1)", 0, 0] + }, + "head_top": { + "rotation": ["0+1*(math.cos(q.anim_time*90+2)*0.5)", 0, 0] + }, + "head_bot2": { + "rotation": [0, 0, 0] + }, + "body": { + "rotation": [0, 0, 0], + "position": [0, "0-0.2*(math.cos(q.anim_time*90+1)*1)", 0] + }, + "tail": { + "rotation": ["0-2*(math.sin(q.anim_time*90)*1)", 0, 0] + }, + "tail2": { + "rotation": ["0-1*(math.sin(q.anim_time*85)*1.5)", 0, 0] + }, + "tail3": { + "rotation": ["2-4*(math.sin(q.anim_time*100)*2)", 0, 0] + }, + "arm_left": { + "rotation": [0, 0, -32.5], + "position": [0.75, 2, 0], + "scale": 1 + }, + "leg_front_left": { + "rotation": [0, 0, "5-1*(math.cos(q.anim_time*90+2)*1)"] + }, + "leg_front_left3": { + "rotation": [0, 0, "0+1*(math.cos(q.anim_time*90+2)*1)"] + }, + "arm_left4": { + "rotation": [0, 0, -15], + "position": [-1.25, 0.25, 0] + }, + "arm_left3": { + "rotation": [0, 0, -20], + "position": [-1.5, -0.25, 0], + "scale": 1 + }, + "arm_left2": { + "rotation": [0, 0, -17.5], + "position": [-1, -0.5, 0] + }, + "arm_left9": { + "rotation": [0, 0, -12.5], + "position": [-0.65, -0.075, 0] + }, + "arm_left8": { + "rotation": [0, 0, -25], + "position": [-1.5, -1.25, 0] + }, + "arm_left7": { + "rotation": [0, 0, -22.5], + "position": [-1.5, 0.25, 0] + }, + "arm_left6": { + "rotation": [0, 0, -15], + "position": [-1.25, -0.2, 0] + }, + "arm_left5": { + "rotation": [0, 0, -20], + "position": [-1.25, -0.5, 0] + }, + "leg_front_left2": { + "rotation": [0, 0, -5] + }, + "leg_backleft_joint": { + "position": [0, "0+0.2*(math.cos(q.anim_time*90+1)*1)", 0] + }, + "leg_front_right": { + "rotation": [0, 0, "-5+1*(math.cos(q.anim_time*90+2)*1)"] + }, + "leg_front_right2": { + "rotation": [0, 0, 5] + }, + "leg_front_right3": { + "rotation": [0, 0, "0-1*(math.cos(q.anim_time*90+2)*1)"] + }, + "leg_backright_joint": { + "position": [0, "0+0.2*(math.cos(q.anim_time*90+1)*1)", 0] + }, + "hip": { + "rotation": [0, 0, 0] + }, + "claws_open_left": { + "scale": 0 + }, + "arm_left10": { + "rotation": [0, 0, -20] + }, + "arm_left11": { + "rotation": [0, 0, -20] + }, + "arm_left12": { + "rotation": [0, 0, -20] + }, + "arm_left13": { + "rotation": [0, 0, -20] + }, + "arm_left14": { + "rotation": [0, 0, -20] + }, + "arm_left15": { + "rotation": [0, 0, -20] + }, + "arm_left16": { + "rotation": [0, 0, -20] + }, + "arm_left17": { + "rotation": [0, 0, -25], + "position": [0.42262, -0.90631, 0] + }, + "arm_left18": { + "rotation": [0, 0, -15], + "position": [-0.65, -0.075, 0] + }, + "arm_right": { + "rotation": [0, 0, 32.5], + "position": [-0.5, 2.01, 0.01], + "scale": 1 + }, + "arm_right2": { + "rotation": [0, 0, 17.5], + "position": [1, -0.5, 0] + }, + "arm_right3": { + "rotation": [0, 0, 20], + "position": [1.5, -0.25, 0], + "scale": 1 + }, + "arm_right4": { + "rotation": [0, 0, 15], + "position": [1.25, 0.25, 0] + }, + "arm_right5": { + "rotation": [0, 0, 20], + "position": [1.25, -0.5, 0] + }, + "arm_right6": { + "rotation": [0, 0, 15], + "position": [1.25, -0.2, 0] + }, + "arm_right7": { + "rotation": [0, 0, 22.5], + "position": [1.5, 0.25, 0] + }, + "arm_right8": { + "rotation": [0, 0, 25], + "position": [1.5, -1.25, 0] + }, + "arm_right9": { + "rotation": [0, 0, 12.5], + "position": [0.65, -0.075, 0] + }, + "claws_open_right": { + "scale": 0 + } + } + }, + "animation.volcanion.cry": { + "animation_length": 1.75, + "bones": { + "head": { + "rotation": { + "0.0": [0, 0, 0], + "1.75": [0, 0, 0] + } + }, + "head_bot": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [20.28558, 0, 0], + "0.625": [29.95238, -0.01897, 0.43523], + "0.75": [29.60601, 0.00946, -0.21653], + "0.8333": [26.8473, 0, 0], + "0.9167": [29.09194, 0.01835, -0.2165], + "0.9583": [26.77355, 0.01501, -0.21658], + "1.0417": [18.75601, 0.00554, -0.37173], + "1.25": [15.5765, 0, 0], + "1.3333": [12.85285, 0, 0], + "1.5": [3, 0, 0], + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.875": [0, 0, 0], + "0.9583": [0, 0, -0.25], + "1.0417": [0, 0, 0], + "1.75": [0, 0, 0] + } + }, + "head_top": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": [-4.52185, 0, 0], + "0.25": [-7.04502, 0, 0], + "0.3333": [0.42402, 0, 0], + "0.375": [1.66, 0, 0], + "0.4167": [2.88581, 0, 0], + "0.4583": [0.36419, 0, 0], + "0.7083": [2.70536, 0, 0], + "0.75": [0.1751, 0, 0], + "0.875": [3.83, 0, 0], + "1.0": [-2.51745, 0, 0], + "1.5": [0, 0, 0], + "1.75": [0, 0, 0] + } + }, + "head_bot2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-10, 0, 0], + "0.2917": [-2.5, 0, 0], + "0.4167": [-7.5, 0, 0], + "1.0": [0, 0, 0], + "1.5": [0, 0, 0], + "1.75": [0, 0, 0] + } + }, + "body": { + "rotation": { + "0.0": [0, 0, 0], + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.4167": [0, -1.2, 0], + "0.5": [0, 0.11107, 0], + "0.5417": [0, -0.12922, 0], + "0.5833": [0, -0.61896, 0], + "0.6667": [0, -0.09696, 0], + "0.7917": [0, -0.31097, 0], + "1.75": [0, 0, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "0.4167": [1, 0.9708, 1], + "0.5": [1, 1.025, 1], + "0.5417": [1, 1, 1], + "0.5833": [1, 1, 1], + "0.6667": [1, 1, 1], + "0.7917": [1, 1.025, 1], + "0.8333": [1, 1, 1], + "0.875": [1, 1.025, 1], + "0.9167": [1, 1, 1], + "0.9583": [1, 1.025, 1], + "1.0": [1, 1.025, 1], + "1.5": [1, 1, 1], + "1.75": [1, 1, 1] + } + }, + "tail": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": ["2.5002+2*(math.sin(q.anim_time*95)*1)", -0.01693, 0.05513], + "0.5833": ["2.5002+2*(math.sin(q.anim_time*95)*1)", -0.01693, 0.05513], + "0.8333": ["-14.9828+2*(math.sin(q.anim_time*95)*1)", -0.11515, -0.69388], + "1.25": ["0+2*(math.sin(q.anim_time*95)*1)", 0, 0], + "1.75": [0, 0, 0] + } + }, + "tail2": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": ["10.0008-1*(math.sin(q.anim_time*85)*1.5)", -0.07742, 0.21693], + "0.5833": ["10.0008-1*(math.sin(q.anim_time*85)*1.5)", -0.07742, 0.21693], + "0.9167": ["-12.4774-1*(math.sin(q.anim_time*85)*1.5)", -0.23006, -0.70817], + "1.25": ["0-1*(math.sin(q.anim_time*85)*1.5)", 0, 0], + "1.75": [0, 0, 0] + } + }, + "tail3": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": ["17.001-4*(math.sin(q.anim_time*100)*2)", -0.13434, 0.31753], + "0.5833": ["17.001-4*(math.sin(q.anim_time*100)*2)", -0.13434, 0.31753], + "1.0": ["9.5075-4*(math.sin(q.anim_time*100)*2)", -0.14885, 0.02324], + "1.375": [14.98542, -0.08305, 0.64712], + "1.75": [0, 0, 0] + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.2083": [17.58453, -7.38542, -1.30962], + "0.4583": [12.5, 0, 0], + "0.625": [-2.5, 0, 0], + "0.7083": [-5, 0, 0], + "0.7917": [-19.99523, -0.0095, -0.21782], + "1.5": [0, 0, 0], + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.75": [0, 0, 0] + } + }, + "torso": { + "rotation": { + "0.0": [0, 0, 0], + "0.2917": [2.5, -5, 0], + "0.625": [0, 0, 0], + "1.75": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.375": [0, -2.25, 0], + "0.5417": [0, -3.5, 0], + "0.6667": [0, 0.25, 0], + "0.9167": [0, 0, 0], + "1.75": [0, 0, 0] + } + }, + "waist": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-0.00204, 2.49825, -0.09354], + "0.5417": [10.00489, 2.45991, 0.5591], + "0.7083": [0, 0, 0], + "1.75": [0, 0, 0] + } + }, + "hip": { + "rotation": { + "0.0": [0, 0, 0], + "0.5417": [7.48391, -0.01801, 0.48981], + "0.7083": [0, 0, 0], + "1.75": [0, 0, 0] + } + } + }, + "sound_effects": { + "0.0833": { + "effect": "pokemon.volcanion.cry" + } + } + }, + "animation.volcanion.profile": { + "loop": true, + "bones": { + "head": { + "rotation": [10.43321, -17.85152, -17.52521] + }, + "head_bot": { + "rotation": ["19+1*(math.cos(q.anim_time*90+2)*1)", 0, 0] + }, + "head_top": { + "rotation": ["0+1*(math.cos(q.anim_time*90+2)*0.5)", 0, 0] + }, + "head_bot2": { + "rotation": [-12.5, 0, 0] + }, + "torso": { + "position": [0, "0-0.2*(math.cos(q.anim_time*90+1)*1)", 0] + }, + "leg_backleft": { + "rotation": [0, -20, "0-1*(math.cos(q.anim_time*90+2)*1)"] + }, + "leg_backleft2": { + "rotation": [-15.12353, -7.24305, "1.9515+1*(math.cos(q.anim_time*90+2)*1)"] + }, + "tail": { + "rotation": ["0+2*(math.sin(q.anim_time*95)*1)", 0, 0] + }, + "tail2": { + "rotation": ["0-1*(math.sin(q.anim_time*85)*1.5)", 0, 0] + }, + "tail3": { + "rotation": ["2-4*(math.sin(q.anim_time*100)*2)", 0, 0] + }, + "arm_left": { + "rotation": [0, 0, -32.5], + "position": [0.75, 2, 0], + "scale": [1, 1, 1.1] + }, + "neck": { + "rotation": [-2.42327, -9.96156, -0.88045] + }, + "leg_front_left": { + "rotation": [0, 22.5, "-1*(math.cos(q.anim_time*90+2)*1)"] + }, + "leg_front_left3": { + "rotation": [0, -37.5, "0+1*(math.cos(q.anim_time*90+2)*1)"] + }, + "arm_left4": { + "rotation": [0, 0, -15], + "position": [-1.25, 0.25, 0] + }, + "arm_left3": { + "rotation": [0, 0, -20], + "position": [-1.5, -0.25, 0], + "scale": 1 + }, + "arm_left2": { + "rotation": [0, 0, -17.5], + "position": [-1, -0.5, 0] + }, + "arm_left9": { + "rotation": [0, 0, -12.5], + "position": [-0.65, -0.075, 0] + }, + "arm_left8": { + "rotation": [0, 0, -25], + "position": [-1.5, -1.25, 0] + }, + "arm_left7": { + "rotation": [0, 0, -22.5], + "position": [-1.5, 0.25, 0] + }, + "arm_left6": { + "rotation": [0, 0, -15], + "position": [-1.25, -0.2, 0] + }, + "arm_left5": { + "rotation": [0, 0, -20], + "position": [-1.25, -0.5, 0] + }, + "waist": { + "rotation": [0, 10, 0] + }, + "hip": { + "rotation": [0, 10, 0] + }, + "leg_front_right": { + "rotation": [0, 22.5, "-1*(math.cos(q.anim_time*90+2)*1)"] + }, + "leg_front_right3": { + "rotation": [0, -37.5, "0+1*(math.cos(q.anim_time*90+2)*1)"] + }, + "leg_backright": { + "rotation": [0, 20, "0+1*(math.cos(q.anim_time*90+2)*1)"] + }, + "leg_backright2": { + "rotation": [-15.1235, 7.243, "-1.9515-1*(math.cos(q.anim_time*90+2)*1)"] + }, + "claws_open_left": { + "scale": 0 + }, + "arm_left10": { + "rotation": [0, 0, -32.5], + "position": [0, 2, 0], + "scale": [1, 1, 1.1] + }, + "arm_left11": { + "rotation": [0, 0, -17.5], + "position": [-1, -0.5, 0] + }, + "arm_left12": { + "rotation": [0, 0, -20], + "position": [-1.5, -0.25, 0], + "scale": 1 + }, + "arm_left13": { + "rotation": [0, 0, -15], + "position": [-1.25, 0.25, 0] + }, + "arm_left14": { + "rotation": [0, 0, -20], + "position": [-1.25, -0.5, 0] + }, + "arm_left15": { + "rotation": [0, 0, -15], + "position": [-1.25, -0.2, 0] + }, + "arm_left16": { + "rotation": [0, 0, -22.5], + "position": [-1.5, 0.25, 0] + }, + "arm_left17": { + "rotation": [0, 0, -25], + "position": [-1.5, -1.25, 0] + }, + "arm_left18": { + "rotation": [0, 0, -12.5], + "position": [-0.65, -0.075, 0] + }, + "claws_open_left2": { + "scale": 0 + }, + "arm_right": { + "rotation": [0, 0, 32.5], + "position": [-0.5, 2, 0.01], + "scale": [1, 1, 1.1] + }, + "arm_right2": { + "rotation": [0, 0, 17.5], + "position": [1, -0.5, 0] + }, + "arm_right3": { + "rotation": [0, 0, 20], + "position": [1.5, -0.25, 0], + "scale": 1 + }, + "arm_right4": { + "rotation": [0, 0, 15], + "position": [1.25, 0.25, 0] + }, + "arm_right5": { + "rotation": [0, 0, 20], + "position": [1.25, -0.5, 0] + }, + "arm_right6": { + "rotation": [0, 0, 15], + "position": [1.25, -0.2, 0] + }, + "arm_right7": { + "rotation": [0, 0, 22.5], + "position": [1.5, 0.25, 0] + }, + "arm_right8": { + "rotation": [0, 0, 25], + "position": [1.5, -1.25, 0] + }, + "arm_right9": { + "rotation": [0, 0, 12.5], + "position": [0.65, -0.075, 0] + }, + "claws_open_right": { + "scale": 0 + } + } + }, + "animation.volcanion.new": { + "animation_length": 15, + "bones": { + "volcanion": { + "position": { + "0.0": [0, 0, 120], + "15.0": [0, 0, "-200+1*math.sin(q.anim_time*90*1-40)"] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/vullaby/vullaby.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/vullaby/vullaby.animation.json new file mode 100644 index 0000000..a0b23d9 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/vullaby/vullaby.animation.json @@ -0,0 +1,163 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.vullaby.ground_idle": { + "loop": true, + "bones": { + "torso": { + "rotation": ["3.5+math.sin(q.anim_time*40*3+180)*4", 0, 0] + }, + "fuzz": { + "rotation": ["-2.5+math.sin(q.anim_time*40*3+180)*4", 0, 0] + }, + "fuzz_outer": { + "rotation": ["-0.5+math.sin(q.anim_time*40*3+180)*4", 0, 0] + }, + "head": { + "rotation": ["1.5+math.sin(q.anim_time*40*3+180)*4", 0, 0] + }, + "tuff_main": { + "rotation": ["-4.5+math.sin(q.anim_time*40*3+180)*4", 0, 0] + }, + "wing_right": { + "rotation": ["7.5+math.sin(q.anim_time*40*3+180)*4", 0, 0] + }, + "wing_left": { + "rotation": ["7.5+math.sin(q.anim_time*40*3+180)*4", 0, 0] + } + } + }, + "animation.vullaby.air_fly": { + "loop": true, + "bones": { + "torso": { + "rotation": ["3.5+math.sin(q.anim_time*40*3+180)*4", 0, 0] + }, + "fuzz": { + "rotation": ["-2.5+math.sin(q.anim_time*40*3+180)*4", 0, 0] + }, + "fuzz_outer": { + "rotation": ["-0.5+math.sin(q.anim_time*40*3+180)*4", 0, 0] + }, + "head": { + "rotation": ["1.5+math.sin(q.anim_time*40*3+180)*4", 0, 0] + }, + "tuff_main": { + "rotation": ["-4.5+math.sin(q.anim_time*40*3+180)*4", 0, 0] + }, + "wing_right": { + "rotation": ["-12.5383-math.sin(q.anim_time*90*3+0)*15", -11.23912, "12.8684-math.sin(q.anim_time*90*3+0)*45"] + }, + "wing_left": { + "rotation": ["-8.5479+math.sin(q.anim_time*90*3+0)*15", 21.94128, "-11.6181+math.sin(q.anim_time*90*3+0)*45"] + }, + "body": { + "rotation": ["19.5+math.sin(q.anim_time*90*3+180)*5", 0, 0], + "position": [0, "21+math.sin(q.anim_time*90*3-55)*2", 0] + }, + "leg_right": { + "rotation": [13, 0, 0] + }, + "leg_lower_right": { + "rotation": [9, 0, 0] + }, + "leg_left": { + "rotation": [7, 0, 0] + }, + "leg_lower_left": { + "rotation": [12, 0, 0] + }, + "foot_left": { + "rotation": [7, 0, 0] + } + } + }, + "animation.vullaby.air_idle": { + "loop": true, + "bones": { + "torso": { + "rotation": ["3.5+math.sin(q.anim_time*40*3+180)*4", 0, 0] + }, + "fuzz": { + "rotation": ["-2.5+math.sin(q.anim_time*40*3+180)*4", 0, 0] + }, + "fuzz_outer": { + "rotation": ["-0.5+math.sin(q.anim_time*40*3+180)*4", 0, 0] + }, + "head": { + "rotation": ["1.5+math.sin(q.anim_time*40*3+180)*4", 0, 0] + }, + "tuff_main": { + "rotation": ["-4.5+math.sin(q.anim_time*40*3+180)*4", 0, 0] + }, + "wing_right": { + "rotation": ["-12.5383-math.sin(q.anim_time*90*3+0)*15", -11.23912, "12.8684-math.sin(q.anim_time*90*3+0)*45"] + }, + "wing_left": { + "rotation": ["-8.5479+math.sin(q.anim_time*90*3+0)*15", 21.94128, "-11.6181+math.sin(q.anim_time*90*3+0)*45"] + }, + "body": { + "rotation": ["19.5+math.sin(q.anim_time*90*3+180)*5", 0, 0], + "position": [0, "21+math.sin(q.anim_time*90*3-55)*2", 0] + }, + "leg_right": { + "rotation": [13, 0, 0] + }, + "leg_lower_right": { + "rotation": [9, 0, 0] + }, + "leg_left": { + "rotation": [7, 0, 0] + }, + "leg_lower_left": { + "rotation": [12, 0, 0] + }, + "foot_left": { + "rotation": [7, 0, 0] + } + } + }, + "animation.vullaby.ground_walk": { + "loop": true, + "bones": { + "torso": { + "rotation": ["3.5+math.sin(q.anim_time*40*3+180)*4", 0, 0] + }, + "fuzz": { + "rotation": ["-2.5+math.sin(q.anim_time*40*3+180)*4", 0, 0] + }, + "fuzz_outer": { + "rotation": ["-0.5+math.sin(q.anim_time*40*3+180)*4", 0, 0] + }, + "head": { + "rotation": ["1.5+math.sin(q.anim_time*40*3+180)*4", 0, 0] + }, + "tuff_main": { + "rotation": ["-4.5+math.sin(q.anim_time*40*3+180)*4", 0, 0] + }, + "wing_right": { + "rotation": ["7.5+math.sin(q.anim_time*40*3+180)*4", 0, 0] + }, + "wing_left": { + "rotation": ["7.5+math.sin(q.anim_time*40*3+180)*4", 0, 0] + }, + "leg_right": { + "rotation": [ + "-0.5782+math.clamp(math.sin(query.anim_time*90*3*1-20)*27.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*1-20)*12.5,0,12)", + "-9.5438+math.sin(q.anim_time*90*3+20)*2", + -1.88981 + ], + "position": [0, "math.clamp(math.sin(query.anim_time*90*3*1+180)*0.01,-0.01,0.05)", "-0.1+math.sin(q.anim_time*90*3-95)*0.2"] + }, + "leg_left": { + "rotation": [ + "0.4218+math.clamp(math.sin(query.anim_time*90*3*1-20+180)*27.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*1-20+180)*22.5,0,22)", + "9.5438+math.sin(q.anim_time*90*3+20+180)*2", + 1.88981 + ], + "position": [0, "math.clamp(math.sin(query.anim_time*90*3*1+0)*0.05,-0.01,0.05)", "0.7+math.sin(q.anim_time*90*3-95+180)*0.2"] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/wattrel/wattrel.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/wattrel/wattrel.animation.json new file mode 100644 index 0000000..0f921c8 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/wattrel/wattrel.animation.json @@ -0,0 +1,112 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.wattrel.ground_idle": { + "loop": true, + "bones": { + "wattrel": { + "scale": 1 + }, + "leg_right": { + "rotation": [0, 15, 0] + }, + "leg_left": { + "rotation": [0, -15, 0] + }, + "wing_closed_right2": { + "rotation": [7.5, 12.5, 0] + }, + "wing_closed_left2": { + "rotation": [7.5, -12.5, 0] + }, + "wing_open_right": { + "scale": 0 + }, + "wing_open_left": { + "scale": 0 + } + } + }, + "animation.wattrel.ground_walk": { + "loop": true, + "bones": { + "wattrel": { + "scale": 1 + }, + "leg_right": { + "rotation": [0, 15, 0] + }, + "leg_left": { + "rotation": [0, -15, 0] + }, + "wing_closed_right2": { + "rotation": [7.5, 12.5, 0] + }, + "wing_closed_left2": { + "rotation": [7.5, -12.5, 0] + }, + "wing_open_right": { + "scale": 0 + }, + "wing_open_left": { + "scale": 0 + } + } + }, + "animation.wattrel.sad": { + "loop": true, + "bones": { + "eyelid_right_side": { + "position": [-0.1, 0, -0.1] + }, + "eyelid_left_side": { + "position": [0.1, 0, -0.1] + } + } + }, + "animation.wattrel.happy": { + "loop": true, + "bones": { + "jaw": { + "rotation": [32.5, 0, 0] + }, + "eyelid_right_happy": { + "position": [-0.1, 0, -0.1] + }, + "eyelid_left_happy": { + "position": [0.1, 0, -0.1] + } + } + }, + "animation.wattrel.mad": { + "loop": true, + "bones": { + "eyelid_small_right": { + "position": [0, 0, -0.1] + }, + "eyelid_small_left": { + "position": [0, 0, -0.1] + } + } + }, + "animation.wattrel.blink": { + "animation_length": 0.1667, + "bones": { + "eyelid_right": { + "position": { + "0.0": [-0.1, 0, -0.1], + "0.125": [-0.1, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_left": { + "position": { + "0.0": [0.1, 0, -0.1], + "0.125": [0.1, 0, -0.1], + "0.1667": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/wiglett/wiglett.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/wiglett/wiglett.animation.json new file mode 100644 index 0000000..0816bc0 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/wiglett/wiglett.animation.json @@ -0,0 +1,222 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.wiglett.ground_idle": { + "loop": true, + "bones": { + "body": { + "rotation": ["math.sin(q.anim_time*90*4)*0.5", "math.sin(q.anim_time*90*4)*0.5", "math.sin(q.anim_time*90*4-90)*1"], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4)*0.2,-0.1,0.1)-math.sin(-q.anim_time*90*4)*0.3", 0], + "scale": [1, 0.8, 1] + }, + "diglett": { + "scale": [1, 1.4, 1] + }, + "body2": { + "rotation": [57, 0, 0], + "position": [0, -3.3, 0.7] + }, + "body3": { + "rotation": [6, 0, 0], + "position": [0, -0.7, -0.1] + }, + "body4": { + "rotation": [26, 0, 0], + "position": [0, -1.6, 0] + } + } + }, + "animation.wiglett.ground_walk": { + "loop": true, + "bones": { + "body": { + "rotation": ["6.4536+math.sin(q.anim_time*90*4)*0.5", "-3.0122+math.sin(q.anim_time*90*4)*0.5", "-1.8377+math.sin(q.anim_time*90*4-90)*1"], + "position": [0, "math.clamp(math.sin(q.anim_time*90*4)*0.2,-0.1,0.1)-math.sin(-q.anim_time*90*4)*0.3", 0], + "scale": [1, 0.8, 1] + }, + "diglett": { + "scale": [1, 1.4, 1] + }, + "body2": { + "rotation": [57, 0, 0], + "position": [0, -3.3, 0.7] + }, + "body3": { + "rotation": [6, 0, 0], + "position": [0, -0.7, -0.1] + }, + "body4": { + "rotation": [26, 0, 0], + "position": [0, -1.6, 0] + }, + "ground": { + "rotation": ["6.2289+math.sin(q.anim_time*120*9)*0.5", "-3.4541+math.sin(q.anim_time*120*9)*0.5", "2.1442+math.sin(q.anim_time*120*9-90)*1"] + } + } + }, + "animation.wiglett.faint": { + "loop": true, + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": ["9.9984+math.sin(q.anim_time*90*4)*0.5", "0.1736+math.sin(q.anim_time*90*4)*0.5", "0.0152+math.sin(q.anim_time*90*4-90)*1"], + "0.0417": ["-9.9994+math.sin(q.anim_time*90*4)*0.5", "-0.1429+math.sin(q.anim_time*90*4)*0.5", "-0.0784+math.sin(q.anim_time*90*4-90)*1"], + "0.1667": ["-20.0732+math.sin(q.anim_time*90*4)*0.5", "4.7469+math.sin(q.anim_time*90*4)*0.5", "-0.5705+math.sin(q.anim_time*90*4-90)*1"], + "0.2917": ["-14.9864+math.sin(q.anim_time*90*4)*0.5", "4.8206+math.sin(q.anim_time*90*4)*0.5", "-0.1104+math.sin(q.anim_time*90*4-90)*1"], + "0.4167": ["0.0028+math.sin(q.anim_time*90*4)*0.5", "7.3571+math.sin(q.anim_time*90*4)*0.5", "-0.0454+math.sin(q.anim_time*90*4-90)*1"], + "0.5417": ["-0.011+math.sin(q.anim_time*90*4)*0.5", "14.8205+math.sin(q.anim_time*90*4)*0.5", "-0.2056+math.sin(q.anim_time*90*4-90)*1"], + "0.7083": ["-0.0208+math.sin(q.anim_time*90*4)*0.5", "19.8203+math.sin(q.anim_time*90*4)*0.5", "-0.2393+math.sin(q.anim_time*90*4-90)*1"], + "0.8333": [-0.45, 6.89, -0.73], + "0.9583": ["-0.0422+math.sin(q.anim_time*90*4)*0.5", "-16.6799+math.sin(q.anim_time*90*4)*0.5", "-0.2192+math.sin(q.anim_time*90*4-90)*1"], + "1.125": ["-0.0192+math.sin(q.anim_time*90*4)*0.5", "-19.6797+math.sin(q.anim_time*90*4)*0.5", "-0.2297+math.sin(q.anim_time*90*4-90)*1"], + "1.2083": ["-0.0192+math.sin(q.anim_time*90*4)*0.5", "-19.6797+math.sin(q.anim_time*90*4)*0.5", "-0.2297+math.sin(q.anim_time*90*4-90)*1"], + "1.25": [-2.09, -14.25, -0.73], + "1.375": [-7.09, -4.25, -0.07], + "1.5": ["-10.0176+math.sin(q.anim_time*90*4)*0.5", "0.3203+math.sin(q.anim_time*90*4)*0.5", "-0.2395+math.sin(q.anim_time*90*4-90)*1"], + "1.75": ["-12.5175+math.sin(q.anim_time*90*4)*0.5", "0.342+math.sin(q.anim_time*90*4)*0.5", "-0.2392+math.sin(q.anim_time*90*4-90)*1"], + "1.8333": [-4.88018, -0.04695, -0.49598], + "1.9583": ["-0.019+math.sin(q.anim_time*90*4)*0.5", "0.5471+math.sin(q.anim_time*90*4)*0.5", "-0.2192+math.sin(q.anim_time*90*4-90)*1"], + "2.2083": ["-4.1398+math.sin(q.anim_time*90*4)*0.5", "-1.1504+math.sin(q.anim_time*90*4)*0.5", "-2.3556+math.sin(q.anim_time*90*4-90)*1"] + }, + "position": { + "0.0": [0, "math.clamp(math.sin(q.anim_time*90*4)*0.2,-0.1,0.1)-math.sin(-q.anim_time*90*4)*0.3", 0], + "0.0417": [0, "math.clamp(math.sin(q.anim_time*90*4)*0.2,-0.1,0.1)-math.sin(-q.anim_time*90*4)*0.3", 0.4], + "0.1667": [0, "math.clamp(math.sin(q.anim_time*90*4)*0.2,-0.1,0.1)-math.sin(-q.anim_time*90*4)*0.3", 0.7], + "0.2917": [0, "math.clamp(math.sin(q.anim_time*90*4)*0.2,-0.1,0.1)-math.sin(-q.anim_time*90*4)*0.3", 0.7], + "0.4167": [-0.4, "math.clamp(math.sin(q.anim_time*90*4)*0.2,-0.1,0.1)-math.sin(-q.anim_time*90*4)*0.3", -0.1], + "0.5417": [-0.8, "math.clamp(math.sin(q.anim_time*90*4)*0.2,-0.1,0.1)-math.sin(-q.anim_time*90*4)*0.3", 0.2], + "0.7083": [-0.1, "math.clamp(math.sin(q.anim_time*90*4)*0.2,-0.1,0.1)-math.sin(-q.anim_time*90*4)*0.3", 0.2], + "0.8333": [-0.37, "math.clamp(math.sin(q.anim_time*90*4)*0.2,-0.1,0.1)-math.sin(-q.anim_time*90*4)*0.3", 0.2], + "0.9583": [-0.1, "math.clamp(math.sin(q.anim_time*90*4)*0.2,-0.1,0.1)-math.sin(-q.anim_time*90*4)*0.3", 0.2], + "1.125": [1.3, 0, 0.2], + "1.2083": [1.3, 0, 0.2], + "1.25": [0.97, 0.61, 0.2], + "1.375": [0.32, -0.06, 0.2], + "1.5": [0, -0.9, 0.2], + "1.75": [0, -0.5, 0.2], + "1.8333": [0, -1.4, 0.2], + "1.9583": [0, -10.7, 0.2], + "2.2083": [0, -20.9, 0.2] + } + }, + "ground": { + "rotation": { + "0.0": [0, 0, 0], + "1.75": [0, 0, 0], + "1.9583": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.75": [0, 0, 0], + "1.9583": [0, 0, 0], + "2.0417": [0, -1, 0], + "2.1667": [0, -1.3, 0], + "2.2083": [0, -2.3, 0], + "2.25": [0, -1.3, 0], + "2.4167": [0, -1, 0] + } + }, + "eyelid_right": { + "position": { + "0.0": [0, 0, -0.1], + "0.1667": [0, 0, -0.13], + "0.2083": [0, 0, 0], + "0.2917": [0, 0, 0], + "0.3333": [0, 0, -0.1], + "0.4583": [0, 0, -0.13], + "0.5": [0, 0, 0], + "1.7083": [0, 0, 0], + "1.75": [0, 0, -0.13] + } + }, + "eyelid_left": { + "position": { + "0.0": [0, 0, -0.1], + "0.1667": [0, 0, -0.1], + "0.2083": [0, 0, 0], + "0.2917": [0, 0, 0], + "0.3333": [0, 0, -0.1], + "0.4583": [0, 0, -0.1], + "0.5": [0, 0, 0], + "1.7083": [0, 0, 0], + "1.75": [0, 0, -0.1] + } + }, + "body2": { + "rotation": { + "0.0": [40, 0, 0], + "1.2917": [25.71206, -1.01744, 4.89564], + "1.875": [-1, 0, 0] + }, + "position": { + "0.0": [0, -2.3, 0.3], + "1.875": [0, -2.3, 0] + } + }, + "body3": { + "rotation": { + "0.0": [15, 0, 0], + "1.2917": [6.79889, -7.94446, -0.94405], + "1.875": [3, 0, 0] + }, + "position": { + "0.0": [0, -1.9, 0], + "1.2917": [0, -1.9, -0.4], + "1.7083": [0, -1.9, 0.1] + } + }, + "body4": { + "rotation": { + "0.0": [27, 0, 0], + "1.2917": [32.74399, -12.6666, 20.57861], + "1.875": [5, 0, 0] + }, + "position": [0, -1.6, 0] + } + } + }, + "animation.wiglett.sleep": { + "loop": true, + "bones": { + "body": { + "rotation": [7.5, 0, 0], + "position": [0, -3.5, 0.25] + }, + "eyelid_right": { + "position": [0, 0, -0.1] + }, + "eyelid_left": { + "position": [0, 0, -0.1] + }, + "body2": { + "rotation": [63, 0, 0], + "position": [0, -3.6, 1.1] + }, + "body4": { + "rotation": [12, 0, 0], + "position": [0, -1.1, -0.1] + } + } + }, + "animation.wiglett.blink": { + "animation_length": 0.16667, + "bones": { + "eyelid_right": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_left": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/wugtrio/wugtrio.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/wugtrio/wugtrio.animation.json new file mode 100644 index 0000000..aab54d2 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/wugtrio/wugtrio.animation.json @@ -0,0 +1,179 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.wugtrio.ground_idle": { + "loop": true, + "bones": { + "body3": { + "rotation": ["-34+math.sin(q.anim_time*90*4)*0.5", "0+math.sin(q.anim_time*90*4)*0.5", "0+math.sin(q.anim_time*90*4-90)*1"], + "position": [0, "1.4+math.clamp(math.sin(q.anim_time*90*4)*0.2,-0.1,0.1)-math.sin(-q.anim_time*90*4)*0.2", 4.3], + "scale": [0.7, 1.2, 0.8] + }, + "body1": { + "rotation": ["9.3071+math.sin(q.anim_time*90*4+60)*0.5", "17.7273+math.sin(q.anim_time*90*4+60)*0.5", "-19.9796+math.sin(q.anim_time*90*4-90+60)*1"], + "position": [-0.8, "-0.2+math.clamp(math.sin(q.anim_time*90*4+90*2)*0.2,-0.1,0.1)-math.sin(-q.anim_time*90*4-90*2)*0.3", -1], + "scale": [0.7, 1.1, 0.7] + }, + "body1_2": { + "rotation": [0, 0, 5], + "position": [0.1, -0.1, 0] + }, + "body3_2": { + "rotation": [17.0772, -0.08102, -0.08073], + "position": [0, 0, -0.6] + }, + "nose3": { + "position": [0, 1.3, 0], + "scale": [1, 0.8, 1] + }, + "eyes3": { + "position": [0, 1.2, 0], + "scale": [1, 0.76, 1] + }, + "body2": { + "rotation": [-10.03504, 51.21198, 117.42894], + "position": [-4.4, "-0.2+math.clamp(math.sin(q.anim_time*90*4+90*2)*0.2,-0.1,0.1)-math.sin(-q.anim_time*50*4-21*2)*0.3", 6.5], + "scale": [0.8, 1.3, 0.8] + }, + "body1_3": { + "rotation": [0, 0, -44], + "position": [-0.1, -0.8, 0] + }, + "nose2": { + "scale": [1, 0.9, 1] + } + } + }, + "animation.wugtrio.ground_walk": { + "loop": true, + "bones": { + "body3": { + "rotation": ["-34+math.sin(q.anim_time*90*4)*0.5", "0+math.sin(q.anim_time*90*4)*0.5", "0+math.sin(q.anim_time*90*4-90)*1"], + "position": [0, "1.4+math.clamp(math.sin(q.anim_time*90*4)*0.2,-0.1,0.1)-math.sin(-q.anim_time*90*4)*0.2", 4.3], + "scale": [0.7, 1.2, 0.8] + }, + "body1": { + "rotation": ["9.3071+math.sin(q.anim_time*90*4+60)*0.5", "17.7273+math.sin(q.anim_time*90*4+60)*0.5", "-19.9796+math.sin(q.anim_time*90*4-90+60)*1"], + "position": [-0.8, "-0.2+math.clamp(math.sin(q.anim_time*90*4+90*2)*0.2,-0.1,0.1)-math.sin(-q.anim_time*90*4-90*2)*0.3", -1], + "scale": [0.7, 1.1, 0.7] + }, + "body1_2": { + "rotation": [0, 0, 5], + "position": [0.1, -0.1, 0] + }, + "body3_2": { + "rotation": [17.0772, -0.08102, -0.08073], + "position": [0, 0, -0.6] + }, + "nose3": { + "position": [0, 1.3, 0], + "scale": [1, 0.8, 1] + }, + "eyes3": { + "position": [0, 1.2, 0], + "scale": [1, 0.76, 1] + }, + "body2": { + "rotation": [-10.03504, 51.21198, 117.42894], + "position": [-4.4, "-0.2+math.clamp(math.sin(q.anim_time*90*4+90*2)*0.2,-0.1,0.1)-math.sin(-q.anim_time*50*4-21*2)*0.3", 6.5], + "scale": [0.8, 1.3, 0.8] + }, + "body1_3": { + "rotation": [0, 0, -44], + "position": [-0.1, -0.8, 0] + }, + "nose2": { + "scale": [1, 0.9, 1] + }, + "dugtrio": { + "rotation": [0, 0, 0] + } + } + }, + "animation.wugtrio.blink": { + "animation_length": 0.1667, + "bones": { + "eyelid_right": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_left": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_right1": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_left1": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + } + } + }, + "animation.wugtrio.blink2": { + "animation_length": 0.1667, + "bones": { + "eyelid_right": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_left": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + } + } + }, + "animation.wugtrio.blink3": { + "animation_length": 0.1667, + "bones": { + "eyelid_right": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_left": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_right3": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_left3": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/xurkitree/xurkitree.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/xurkitree/xurkitree.animation.json new file mode 100644 index 0000000..9c29f47 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/xurkitree/xurkitree.animation.json @@ -0,0 +1,5522 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.xurkitree.battle_idle": { + "loop": true, + "bones": { + "main_body": { + "rotation": [0, 0, 0], + "position": [0, -10, 0] + }, + "head": { + "rotation": ["10-math.cos((q.anim_time-0.1)*360*0.5)*6", "math.cos((q.anim_time-0.1)*360*0.25)*2 * math.cos((q.anim_time-0.2)*180*0.15)*3", 0], + "position": [0, "-1+math.sin(q.anim_time*90*1-25*1.25)*1.25", -1.2], + "scale": 0.9 + }, + "arm_left_7": { + "rotation": ["2.7118-math.cos((q.anim_time-0.2)*360/1.7*1)*4", -13.25039, -10.30972] + }, + "arm_left_8": { + "rotation": ["-2.6117-math.cos((q.anim_time-0.3)*360/1.7*1)*5", 22.86089, -5.70811] + }, + "arm_left_9": { + "rotation": ["-13.3506-math.cos((q.anim_time-0.4)*360/1.7*1)*8", 16.37998, -2.54008] + }, + "arm_left_10": { + "rotation": [ + "-12.0461-math.cos((q.anim_time-0.5)*360/3*1)*7", + "24.8403-math.cos((q.anim_time-1.3)*360/3*1)*8", + "1.007-math.cos((q.anim_time-1.3)*360/3*1)*8" + ] + }, + "arm_left_11": { + "rotation": ["19.0943-math.cos((q.anim_time-0.6)*360/3*1)*7", 22.20913, 26.42741], + "position": [-0.5, 0.6, -0.6] + }, + "arm_left_12": { + "rotation": ["13.8151-math.cos((q.anim_time-0.9)*360/3*1)*7", "23.7099-math.cos((q.anim_time-1.3)*360/3*1)*8", 18.64452], + "position": [-1.3, 0, -0.3] + }, + "arm_right_1_sec_1": { + "rotation": [ + "4.1513-math.cos((q.anim_time-0.2)*360*0.5)*2", + "7.3525+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + -57.62445 + ] + }, + "arm_right_1_sec_2": { + "rotation": [ + "11.177-math.cos((q.anim_time-0.4)*360*0.5)*8", + "6.5843+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + 26.54114 + ] + }, + "arm_right_3": { + "rotation": [ + "1.8167-math.cos((q.anim_time-0.5)*360*0.5)*7", + "-20.9556+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + 14.63832 + ] + }, + "arm_right_2": { + "rotation": [ + "3.8748-math.cos((q.anim_time-0.6)*360*0.5)*7", + "-7.5987+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + "18.7774-math.cos((q.anim_time-0.6)*360*0.5)*7" + ] + }, + "arm_right_4": { + "rotation": [ + "-1.4927-math.cos((q.anim_time-0.7)*360*0.5)*7", + "-19.7693+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + "28.6944-math.cos((q.anim_time-0.6)*360*0.5)*8" + ] + }, + "arm_right_5": { + "rotation": [ + "-3.1293-math.cos((q.anim_time-0.8)*360*0.5)*8", + "-13.1227+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + "16.7927-math.cos((q.anim_time-0.6)*360*0.5)*12" + ] + }, + "arm_right_finger_4_sec_1": { + "rotation": [0, 0, "70+math.cos((query.anim_time)*90*2-350)*25"] + }, + "arm_right_finger_1_sec_9": { + "rotation": [0, 0, -32.5] + }, + "arm_right_finger_1_sec_10": { + "rotation": [0, 0, 62.5] + }, + "arm_right_finger_1_sec_18": { + "rotation": [0, 0, -42.5] + }, + "arm_right_finger_3_sec_1": { + "rotation": [7.54628, 27.03402, "-24.3179+math.cos((query.anim_time)*90*2-350)*25"] + }, + "arm_right_finger_1_sec_4": { + "rotation": [0, 0, -30] + }, + "arm_right_finger_1_sec_7": { + "rotation": [0, 0, 50] + }, + "arm_right_finger_1_sec_14": { + "rotation": [0, 0, -32.5] + }, + "arm_right_finger_5_sec_1": { + "rotation": [22.79235, 48.59038, "64.7077+math.cos((query.anim_time)*90*2-350)*25"] + }, + "arm_right_finger_1_sec_12": { + "rotation": [0, 0, -37.5] + }, + "arm_right_finger_1_sec_13": { + "rotation": [0, 0, 52.5] + }, + "arm_right_finger_1_sec_19": { + "rotation": [0, 0, -50] + }, + "arm_right_finger_6_sec_1": { + "rotation": [10.95742, -31.42176, "32.3436+math.cos((query.anim_time)*90*2-350)*25"] + }, + "arm_right_finger_1_sec_8": { + "rotation": [0, 0, 55] + }, + "arm_right_finger_1_sec_11": { + "rotation": [0, 0, -57.5] + }, + "arm_right_finger_1_sec_17": { + "rotation": [0, 0, 65] + }, + "arm_right_finger_2_sec_1": { + "rotation": [-1.78082, -13.99545, "-30.5672+math.cos((query.anim_time)*90*2-350)*25"] + }, + "arm_right_finger_1_sec_5": { + "rotation": [0, 0, -42.5] + }, + "arm_right_finger_1_sec_6": { + "rotation": [0, 0, 32.5] + }, + "arm_right_finger_1_sec_16": { + "rotation": [0, 0, -25] + }, + "arm_right_finger_1_sec_1": { + "rotation": [0, 0, "-65+math.cos((query.anim_time)*90*2-350)*25"] + }, + "arm_right_finger_1_sec_2": { + "rotation": [0, 0, 27.5] + }, + "arm_right_finger_1_sec_3": { + "rotation": [0, 0, -42.5] + }, + "arm_right_finger_1_sec_15": { + "rotation": [0, 0, 20] + }, + "leg_right_sec_1": { + "rotation": [4.934, 4.00842, 7.85211], + "position": [-0.25, "-0.1-math.sin((query.anim_time)*144)*0.4", 0] + }, + "leg_right_sec_2": { + "rotation": ["-27.5-math.sin((query.anim_time)*144)*3", 0, 0] + }, + "leg_right_sec_3": { + "rotation": [-10, 0, 0] + }, + "leg_right_sec_4": { + "rotation": ["30+math.sin((query.anim_time)*144)*3", 0, 0] + }, + "leg_right_sec_5": { + "rotation": [20, 0, 0] + }, + "leg_right_sec_6": { + "rotation": ["14.7197+math.sin((query.anim_time)*144)*3", 3.40487, -9.40804], + "position": [0, 0.5, 0] + }, + "leg_left_sec_1": { + "rotation": [-15.0931, -8.22084, -5.4886], + "position": [-0.1, "-0.1+math.sin((query.anim_time)*144)*0.4", 0] + }, + "leg_left_sec_2": { + "rotation": ["-17.5+math.sin((query.anim_time)*144)*3", 0, 0] + }, + "leg_left_sec_3": { + "rotation": [-15, 0, 0] + }, + "leg_left_sec_4": { + "rotation": ["25-math.sin((query.anim_time)*144)*3", 0, 0] + }, + "leg_left_sec_5": { + "rotation": [7.47178, -0.65182, 4.95744] + }, + "leg_left_sec_6": { + "rotation": ["17.4907-math.sin((query.anim_time)*144)*3", -0.43399, 2.46207] + }, + "tail_rotation": { + "rotation": ["-77.5-math.cos((q.anim_time-0.1)*360/1.7*1)*1", 0, 0] + }, + "arm_left_1_sec_1": { + "rotation": [ + "3.496-math.cos((q.anim_time-0.1)*360*0.5)*1", + "-0.7865+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + 52.60258 + ] + }, + "arm_left_1_sec_2": { + "rotation": [ + "-10.6123-math.cos((q.anim_time-0.2)*360*0.5)*2", + "-3.1164+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + -14.68721 + ] + }, + "arm_left_3": { + "rotation": [ + "2.5-math.cos((q.anim_time-0.3)*360*0.5)*4", + "0+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + "0-math.cos((q.anim_time-0.6)*360*0.5)*7" + ] + }, + "arm_left_2": { + "rotation": [ + "-1.3705-math.cos((q.anim_time-0.3)*360*0.5)*7", + "51.3305+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + "-29.3776-math.cos((q.anim_time-0.6)*360*0.5)*7" + ] + }, + "arm_left_4": { + "rotation": [ + "-8.8709-math.cos((q.anim_time-0.5)*360*0.5)*7", + "14.3028+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + "-27.0764-math.cos((q.anim_time-0.6)*360*0.5)*7" + ] + }, + "arm_left_5": { + "rotation": [ + "-3.0691-math.cos((q.anim_time-0.6)*360*0.5)*7", + "13.4426+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + -13.19269 + ] + }, + "arm_left_finger_4_sec_1": { + "rotation": [0, 0, "-80-math.cos((query.anim_time)*90*2-350)*25"] + }, + "arm_left_finger_1_sec_9": { + "rotation": [0, 0, 32.5] + }, + "arm_left_finger_1_sec_10": { + "rotation": [0, 0, -42.5] + }, + "arm_left_finger_1_sec_18": { + "rotation": [0, 0, 32.5] + }, + "arm_left_finger_3_sec_1": { + "rotation": [-7.18122, -29.08424, "44.6492-math.cos((query.anim_time)*90*2-350)*25"] + }, + "arm_left_finger_1_sec_4": { + "rotation": [0, 0, -35] + }, + "arm_left_finger_1_sec_7": { + "rotation": [0, 0, 70] + }, + "arm_left_finger_1_sec_14": { + "rotation": [0, 0, -32.5] + }, + "arm_left_finger_5_sec_1": { + "rotation": [-0.93198, -22.8659, "-37.2099-math.cos((query.anim_time)*90*2-350)*25"] + }, + "arm_left_finger_1_sec_12": { + "rotation": [0, 0, 27.5] + }, + "arm_left_finger_1_sec_13": { + "rotation": [0, 0, -72.5] + }, + "arm_left_finger_1_sec_19": { + "rotation": [0, 0, 27.5] + }, + "arm_left_finger_6_sec_1": { + "rotation": [-7.85415, 41.56781, "-46.6963-math.cos((query.anim_time)*90*2-350)*25"] + }, + "arm_left_finger_1_sec_8": { + "rotation": [0, 0, 30] + }, + "arm_left_finger_1_sec_11": { + "rotation": [0, 0, -65] + }, + "arm_left_finger_1_sec_17": { + "rotation": [0, 0, 30] + }, + "arm_left_finger_2_sec_1": { + "rotation": [14.59007, 50.87002, "58.2724-math.cos((query.anim_time)*90*2-350)*25"] + }, + "arm_left_finger_1_sec_5": { + "rotation": [0, 0, -52.5] + }, + "arm_left_finger_1_sec_6": { + "rotation": [0, 0, 55] + }, + "arm_left_finger_1_sec_16": { + "rotation": [0, 0, -32.5] + }, + "arm_left_finger_1_sec_1": { + "rotation": [0, 0, "67.5-math.cos((query.anim_time)*90*2-350)*25"] + }, + "arm_left_finger_1_sec_2": { + "rotation": [0, 0, -42.5] + }, + "arm_left_finger_1_sec_3": { + "rotation": [0, 0, 65] + }, + "arm_left_finger_1_sec_15": { + "rotation": [0, 0, -62.5] + }, + "feet_lright": { + "rotation": [-25.9744, -1.43364, -2.04831], + "position": [0, 0.8, 0] + }, + "feet_left": { + "rotation": [2.5, -10, 0] + }, + "tip_plug": { + "rotation": [ + "-1.1444-math.cos((q.anim_time-1.3)*360/1.7*1)*24", + "16.4717-math.cos((q.anim_time-1.3)*360/1.7*1)*24", + "-3.0475-math.cos((q.anim_time-1.3)*360/1.7*1)*24" + ] + }, + "arm_left_1": { + "rotation": [ + "-0.6162-math.cos((q.anim_time-1.3)*360*0.5)*24", + "1.7913+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + -7.30923 + ] + }, + "arm_left_hand": { + "rotation": ["-math.cos((q.anim_time-1.3)*360*0.5)*24", "math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", 0] + }, + "arm_right_1": { + "rotation": ["-math.cos((q.anim_time-0.1)*360*0.5)*1", "math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", 0] + }, + "arm_right_hand": { + "rotation": ["-math.cos((q.anim_time-1.3)*360*0.5)*24", "math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", 0] + }, + "leg_right_sec_7_foot3": { + "rotation": [-7.5, 0, 0] + }, + "leg_left_sec_7_foot3": { + "rotation": [-4.73206, 0.53009, -1.54787] + }, + "tail_1": { + "rotation": ["-7.5-math.sin((query.anim_time)*144/1.7)*1", 0, 0], + "position": [0, -1.3, 5.3] + }, + "head_blackening": { + "scale": 0.1 + }, + "head_blackening2": { + "scale": 0.1 + }, + "head_blackening3": { + "scale": 0.1 + }, + "head_glowup": { + "scale": 0.1 + }, + "head_glowup2": { + "scale": 0.1 + } + } + }, + "animation.xurkitree.ground_idle": { + "loop": true, + "bones": { + "main_body": { + "rotation": [0, 0, 0], + "position": [0, -10, 0] + }, + "head": { + "rotation": ["10-math.cos((q.anim_time-0.1)*360*0.5)*6", "math.cos((q.anim_time-0.1)*360*0.25)*2 * math.cos((q.anim_time-0.2)*180*0.15)*3", 0], + "position": [0, "-1+math.sin(q.anim_time*90*1-25*1.25)*1.25", -1.2], + "scale": 0.9 + }, + "arm_left_7": { + "rotation": ["3.2985-math.cos((q.anim_time-0.2)*360/2*1)*4", -13.17319, -12.87648] + }, + "arm_left_8": { + "rotation": ["0.7672-math.cos((q.anim_time-0.3)*360/2*1)*5", 9.96821, 4.02053] + }, + "arm_left_9": { + "rotation": ["-29.2432-math.cos((q.anim_time-0.4)*360/2*1)*8", 1.31261, 8.96286], + "position": [0, 0.3, 0.7] + }, + "arm_left_10": { + "rotation": ["-4.4912-math.cos((q.anim_time-0.5)*360/2*1)*7", 3.01211, 11.6096] + }, + "arm_left_11": { + "rotation": ["3.4408-math.cos((q.anim_time-0.6)*360/2*1)*7", 7.40936, 23.89222], + "position": [0, 0, -0.4] + }, + "arm_left_12": { + "rotation": ["2.4059-math.cos((q.anim_time-0.9)*360/2*1)*7", 36.06783, 20.82049], + "position": [-1.3, 0.3, 0.3] + }, + "arm_right_1_sec_1": { + "rotation": [ + "4.1513-math.cos((q.anim_time-0.2)*360*0.5)*2", + "7.3525+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + -57.62445 + ] + }, + "arm_right_1_sec_2": { + "rotation": [ + "8.6831-math.cos((q.anim_time-0.4)*360*0.5)*8", + "8.2135+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + 13.89988 + ] + }, + "arm_right_3": { + "rotation": [ + "3.3362-math.cos((q.anim_time-0.5)*360*0.5)*7", + "-20.7307+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + 9.4175 + ] + }, + "arm_right_2": { + "rotation": [ + "-1.1252-math.cos((q.anim_time-0.6)*360*0.5)*7", + "-7.5987+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + "18.7774-math.cos((q.anim_time-0.6)*360*0.5)*7" + ] + }, + "arm_right_4": { + "rotation": [ + "-6.4927-math.cos((q.anim_time-0.7)*360*0.5)*7", + "-19.7693+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + "28.6944-math.cos((q.anim_time-0.6)*360*0.5)*8" + ] + }, + "arm_right_5": { + "rotation": [ + "-1.9516-math.cos((q.anim_time-0.8)*360*0.5)*8", + "-12.6077+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + "9.2184-math.cos((q.anim_time-0.6)*360*0.5)*12" + ] + }, + "arm_right_finger_4_sec_1": { + "rotation": [0, 0, "70+math.cos((query.anim_time)*90*2-350)*25"] + }, + "arm_right_finger_1_sec_9": { + "rotation": [0, 0, -32.5] + }, + "arm_right_finger_1_sec_10": { + "rotation": [0, 0, 62.5] + }, + "arm_right_finger_1_sec_18": { + "rotation": [0, 0, -42.5] + }, + "arm_right_finger_3_sec_1": { + "rotation": [7.54628, 27.03402, "-24.3179+math.cos((query.anim_time)*90*2-350)*25"] + }, + "arm_right_finger_1_sec_4": { + "rotation": [0, 0, -30] + }, + "arm_right_finger_1_sec_7": { + "rotation": [0, 0, 50] + }, + "arm_right_finger_1_sec_14": { + "rotation": [0, 0, -32.5] + }, + "arm_right_finger_5_sec_1": { + "rotation": [22.79235, 48.59038, "64.7077+math.cos((query.anim_time)*90*2-350)*25"] + }, + "arm_right_finger_1_sec_12": { + "rotation": [0, 0, -37.5] + }, + "arm_right_finger_1_sec_13": { + "rotation": [0, 0, 52.5] + }, + "arm_right_finger_1_sec_19": { + "rotation": [0, 0, -50] + }, + "arm_right_finger_6_sec_1": { + "rotation": [10.95742, -31.42176, "32.3436+math.cos((query.anim_time)*90*2-350)*25"] + }, + "arm_right_finger_1_sec_8": { + "rotation": [0, 0, 55] + }, + "arm_right_finger_1_sec_11": { + "rotation": [0, 0, -57.5] + }, + "arm_right_finger_1_sec_17": { + "rotation": [0, 0, 65] + }, + "arm_right_finger_2_sec_1": { + "rotation": [-1.78082, -13.99545, "-30.5672+math.cos((query.anim_time)*90*2-350)*25"] + }, + "arm_right_finger_1_sec_5": { + "rotation": [0, 0, -42.5] + }, + "arm_right_finger_1_sec_6": { + "rotation": [0, 0, 32.5] + }, + "arm_right_finger_1_sec_16": { + "rotation": [0, 0, -25] + }, + "arm_right_finger_1_sec_1": { + "rotation": [0, 0, "-65+math.cos((query.anim_time)*90*2-350)*25"] + }, + "arm_right_finger_1_sec_2": { + "rotation": [0, 0, 27.5] + }, + "arm_right_finger_1_sec_3": { + "rotation": [0, 0, -42.5] + }, + "arm_right_finger_1_sec_15": { + "rotation": [0, 0, 20] + }, + "leg_right_sec_1": { + "rotation": [4.934, 4.00842, 7.85211], + "position": [-0.25, "-0.1-math.sin((query.anim_time)*144)*0.4", 1.7] + }, + "leg_right_sec_2": { + "rotation": ["-27.4106-math.sin((query.anim_time)*144)*3", 2.30644, 4.43745] + }, + "leg_right_sec_3": { + "rotation": [-10, 0, 0] + }, + "leg_right_sec_4": { + "rotation": ["32.0021+math.sin((query.anim_time)*144)*2", 19.3546, 11.70092], + "position": [-0.4, 0, 0] + }, + "leg_right_sec_5": { + "rotation": [20, 0, 0] + }, + "leg_right_sec_6": { + "rotation": ["14.7197-math.sin((query.anim_time)*144)*3", 3.40487, -9.40804], + "position": [0, 0.5, 0] + }, + "leg_left_sec_1": { + "rotation": [-19.46674, -39.34807, 4.93472], + "position": [-0.1, "-0.1+math.sin((query.anim_time)*144)*0.4", 0] + }, + "leg_left_sec_2": { + "rotation": ["-17.5+math.sin((query.anim_time)*144)*3", 0, 0] + }, + "leg_left_sec_3": { + "rotation": [-15, 0, 0] + }, + "leg_left_sec_4": { + "rotation": ["24.6657-math.sin((query.anim_time)*144)*3", 4.20854, -9.07947] + }, + "leg_left_sec_5": { + "rotation": [7.47178, -0.65182, 4.95744] + }, + "leg_left_sec_6": { + "rotation": ["17.4907-math.sin((query.anim_time)*144)*3", -0.43399, 2.46207] + }, + "tail_rotation": { + "rotation": ["-82.5-math.cos((q.anim_time-0.1)*360/2*1)*6", 0, 0], + "position": [0, -6, -1] + }, + "arm_left_1_sec_1": { + "rotation": [ + "3.496-math.cos((q.anim_time-0.1)*360*0.5)*1", + "-0.7865+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + 52.60258 + ] + }, + "arm_left_1_sec_2": { + "rotation": [ + "-5.5144-math.cos((q.anim_time-0.2)*360*0.5)*2", + "-2.4909+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + -9.7255 + ] + }, + "arm_left_3": { + "rotation": [ + "1.8137-math.cos((q.anim_time-0.3)*360*0.5)*4", + "-0.034+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + "-10.0234-math.cos((q.anim_time-0.6)*360*0.5)*7" + ] + }, + "arm_left_2": { + "rotation": [ + "0.9885-math.cos((q.anim_time-0.3)*360*0.5)*7", + "-1.0507+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + "-25.0232-math.cos((q.anim_time-0.6)*360*0.5)*7" + ] + }, + "arm_left_4": { + "rotation": [ + "-8.8709-math.cos((q.anim_time-0.5)*360*0.5)*7", + "14.3028+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + "-27.0764-math.cos((q.anim_time-0.6)*360*0.5)*7" + ] + }, + "arm_left_5": { + "rotation": [ + "-3.0691-math.cos((q.anim_time-0.6)*360*0.5)*7", + "13.4426+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + -13.19269 + ] + }, + "arm_left_finger_4_sec_1": { + "rotation": [0, 0, "-80-math.cos((query.anim_time)*90*2-350)*25"] + }, + "arm_left_finger_1_sec_9": { + "rotation": [0, 0, 32.5] + }, + "arm_left_finger_1_sec_10": { + "rotation": [0, 0, -42.5] + }, + "arm_left_finger_1_sec_18": { + "rotation": [0, 0, 32.5] + }, + "arm_left_finger_3_sec_1": { + "rotation": [-7.18122, -29.08424, "44.6492-math.cos((query.anim_time)*90*2-350)*25"] + }, + "arm_left_finger_1_sec_4": { + "rotation": [0, 0, -35] + }, + "arm_left_finger_1_sec_7": { + "rotation": [0, 0, 70] + }, + "arm_left_finger_1_sec_14": { + "rotation": [0, 0, -32.5] + }, + "arm_left_finger_5_sec_1": { + "rotation": [-0.93198, -22.8659, "-37.2099-math.cos((query.anim_time)*90*2-350)*25"] + }, + "arm_left_finger_1_sec_12": { + "rotation": [0, 0, 27.5] + }, + "arm_left_finger_1_sec_13": { + "rotation": [0, 0, -72.5] + }, + "arm_left_finger_1_sec_19": { + "rotation": [0, 0, 27.5] + }, + "arm_left_finger_6_sec_1": { + "rotation": [-7.85415, 41.56781, "-46.6963-math.cos((query.anim_time)*90*2-350)*25"] + }, + "arm_left_finger_1_sec_8": { + "rotation": [0, 0, 30] + }, + "arm_left_finger_1_sec_11": { + "rotation": [0, 0, -65] + }, + "arm_left_finger_1_sec_17": { + "rotation": [0, 0, 30] + }, + "arm_left_finger_2_sec_1": { + "rotation": [14.59007, 50.87002, "58.2724-math.cos((query.anim_time)*90*2-350)*25"] + }, + "arm_left_finger_1_sec_5": { + "rotation": [0, 0, -52.5] + }, + "arm_left_finger_1_sec_6": { + "rotation": [0, 0, 55] + }, + "arm_left_finger_1_sec_16": { + "rotation": [0, 0, -32.5] + }, + "arm_left_finger_1_sec_1": { + "rotation": [0, 0, "67.5-math.cos((query.anim_time)*90*2-350)*25"] + }, + "arm_left_finger_1_sec_2": { + "rotation": [0, 0, -42.5] + }, + "arm_left_finger_1_sec_3": { + "rotation": [0, 0, 65] + }, + "arm_left_finger_1_sec_15": { + "rotation": [0, 0, -62.5] + }, + "feet_lright": { + "rotation": ["-25.9744+math.sin((query.anim_time)*144)*6", "-1.4336-math.sin((query.anim_time)*144)*6", -2.04831], + "position": [0, 0.8, 0] + }, + "feet_left": { + "rotation": ["2.5-math.sin((query.anim_time)*144)*2", -10, 0] + }, + "tip_plug": { + "rotation": [ + "18.8556-math.cos((q.anim_time-1.3)*360/2*1)*24", + "16.4717-math.cos((q.anim_time-1.3)*360/2*1)*24", + "-3.0475-math.cos((q.anim_time-1.3)*360/2*1)*24" + ] + }, + "arm_left_1": { + "rotation": [ + "0.3822-math.cos((q.anim_time-1.3)*360*0.5)*24", + "-1.8547+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + 7.27739 + ] + }, + "arm_left_hand": { + "rotation": ["-math.cos((q.anim_time-1.3)*360*0.5)*24", "math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", 0] + }, + "arm_right_1": { + "rotation": [ + "-25.3396-math.cos((q.anim_time-0.1)*360*0.5)*1", + "-0.0979+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + -5.01056 + ] + }, + "arm_right_hand": { + "rotation": [ + "0.4568-math.cos((q.anim_time-1.3)*360*0.5)*24", + "-2.482+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + 9.69861 + ] + }, + "leg_right_sec_7_foot3": { + "rotation": ["math.sin((query.anim_time)*144)*-4.5", 0, 0] + }, + "leg_left_sec_7_foot3": { + "rotation": ["-4.7321+math.sin((query.anim_time)*144)*4", 0.53009, -1.54787] + }, + "tail_1": { + "rotation": [0, "0+math.cos((q.anim_time-0.1)*360/3*1)*8", "0+math.cos((q.anim_time-0.1)*360/3*1)*8"] + }, + "leg_right_sec_7_foot": { + "rotation": ["0+math.sin((query.anim_time)*144)*2", 0, 0] + }, + "leg_right_sec_7_foot2": { + "rotation": ["0+math.sin((query.anim_time)*144)*2", 0, 0] + }, + "foot_left_back_1": { + "rotation": ["0+math.sin((query.anim_time)*144)*6", 0, 0] + }, + "foot_left_back_2": { + "rotation": ["0-math.sin((query.anim_time)*144)*6", 0, 0] + }, + "foot_right_back_1": { + "rotation": ["0+math.sin((query.anim_time)*144)*6", 0, 0] + }, + "foot_right_back_2": { + "rotation": ["0-math.sin((query.anim_time)*144)*6", 0, 0] + }, + "leg_left_sec_7_foot2": { + "rotation": ["0+math.sin((query.anim_time)*144)*1", 0, 0] + }, + "head_blackening": { + "scale": 0.1 + }, + "head_blackening2": { + "scale": 0.1 + }, + "head_blackening3": { + "scale": 0.1 + }, + "head_glowup": { + "scale": 0.1 + }, + "head_glowup2": { + "scale": 0.1 + } + } + }, + "animation.xurkitree.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "main_body": { + "rotation": { + "0.0": { + "post": [11, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": [ + 0, + "-17+math.clamp(math.sin(q.anim_time*360)*16,0.5,20)+math.clamp(math.sin(q.anim_time*360+180)*16,0.5,20)", + "0+math.clamp(math.sin(q.anim_time*360)*12,0.5,15)+math.clamp(math.sin(q.anim_time*360+180)*12,0.5,15)" + ], + "scale": { + "0.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [1, 1.21, 1], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [1, 1.21, 1], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": [7.5, 0, 0], + "position": { + "0.0": { + "post": [0, -5, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, -5.88, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, -12.21, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, -7.51, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -12, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, -12, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": 0.9 + }, + "arm_left_7": { + "rotation": ["3.76-math.cos((q.anim_time-0.2)*90*4-60)*4", -12.95697, "-14.9176+math.cos((q.anim_time-0.6)*90/2*8-60/85)*12"] + }, + "arm_left_8": { + "rotation": ["-3.2575-math.cos((q.anim_time-0.3)*90*4-60)*5", 9.11855, "-20.7661-math.cos((q.anim_time-0.6)*90/2*8-60/85)*8"] + }, + "arm_left_9": { + "rotation": ["25.6648-math.cos((q.anim_time-0.4)*90*4-60)*8", -12.69928, "-1.4697-math.cos((q.anim_time-0.6)*90/2*8-60/85)*15"], + "position": [0, 0.3, 0.7] + }, + "arm_left_10": { + "rotation": ["57.1627-math.cos((q.anim_time-0.5)*90*4-60)*7", 1.33959, "-11.8403-math.cos((q.anim_time-0.6)*90/2*8-60/85)*25"], + "position": [0, 1.1, 1.4] + }, + "arm_left_11": { + "rotation": [ + "6.1724-math.cos((q.anim_time-0.6)*90*4-60)*7", + "22.3915-math.cos((q.anim_time-0.6)*90/2*8-60/85)*3", + "24.6643-math.cos((q.anim_time-0.6)*90/4*8-60/255)*15" + ], + "position": [0, 0, -0.4] + }, + "arm_left_12": { + "rotation": [ + "2.4059-math.cos((q.anim_time-0.9)*90*4-60)*7", + "36.0678-math.cos((q.anim_time-0.6)*90/2*8-60/85)*2", + "20.8205-math.cos((q.anim_time-0.6)*90/8*8-60/85)*25" + ], + "position": [-1.3, 0.3, 0.3] + }, + "arm_right_1_sec_1": { + "rotation": ["4.1513-math.cos((q.anim_time-0.2)*90*4-60)*2", "7.3525+math.cos((q.anim_time-0.1)*90*4-60)*4 * math.cos((q.anim_time-0.2)*90*4-60)*1", -57.62445] + }, + "arm_right_1_sec_2": { + "rotation": ["8.6831-math.cos((q.anim_time-0.4)*90*4-60)*8", "8.2135+math.cos((q.anim_time-0.1)*90*4-60)*4 * math.cos((q.anim_time-0.2)*90*4-60)*1", 13.89988] + }, + "arm_right_3": { + "rotation": [ + "3.3362-math.cos((q.anim_time-0.5)*90*4-60)*7", + "-20.7307+math.cos((q.anim_time-0.1)*90*4-60)*4 * math.cos((q.anim_time-0.2)*90*4-60)*1", + 9.4175 + ] + }, + "arm_right_2": { + "rotation": [ + "-3.7925-math.cos((q.anim_time-0.6)*90*4-60)*7", + "-6.3298+math.cos((q.anim_time-0.1)*90*4-60)*4 * math.cos((q.anim_time-0.2)*90*4-60)*1", + "41.3979-math.cos((q.anim_time-0.6)*90*4-60)*7" + ] + }, + "arm_right_4": { + "rotation": [ + "-6.4927-math.cos((q.anim_time-0.7)*90*4-60)*7", + "-19.7693+math.cos((q.anim_time-0.1)*90*4-60)*4 * math.cos((q.anim_time-0.2)*90*4-60)*1", + "28.6944-math.cos((q.anim_time-0.6)*90*4-60)*8" + ] + }, + "arm_right_5": { + "rotation": { + "0.0": [ + "-1.4799-math.cos((q.anim_time-0.8)*90*4-60)*8", + "-8.8067+math.cos((q.anim_time-0.1)*90*4-60)*4 * math.cos((q.anim_time-0.2)*90*4-60)*1", + "-7.9002-math.cos((q.anim_time-0.6)*90*4-60)*12" + ], + "0.625": [-5.8441, -9.1471, 19.9353], + "1.0": [-1.4799, -8.8067, -7.9002] + } + }, + "arm_right_finger_4_sec_1": { + "rotation": [0, 0, 86] + }, + "arm_right_finger_1_sec_9": { + "rotation": [0, 0, -32.5] + }, + "arm_right_finger_1_sec_10": { + "rotation": [0, 0, 62.5] + }, + "arm_right_finger_1_sec_18": { + "rotation": [0, 0, -42.5] + }, + "arm_right_finger_3_sec_1": { + "rotation": [6.93191, 41.3617, -7.06017] + }, + "arm_right_finger_1_sec_4": { + "rotation": [0, 0, -30] + }, + "arm_right_finger_1_sec_7": { + "rotation": [0, 0, -22.5] + }, + "arm_right_finger_1_sec_14": { + "rotation": [0, 0, -32.5] + }, + "arm_right_finger_5_sec_1": { + "rotation": [22.79235, 48.59038, "64.7077+25"] + }, + "arm_right_finger_1_sec_12": { + "rotation": [0, 0, -37.5] + }, + "arm_right_finger_1_sec_13": { + "rotation": [0, 0, 52.5] + }, + "arm_right_finger_1_sec_19": { + "rotation": [0, 0, -50] + }, + "arm_right_finger_6_sec_1": { + "rotation": [10.95742, -31.42176, "32.3436+25"] + }, + "arm_right_finger_1_sec_8": { + "rotation": [0, 0, 55] + }, + "arm_right_finger_1_sec_11": { + "rotation": [0, 0, -57.5] + }, + "arm_right_finger_1_sec_17": { + "rotation": [0, 0, 65] + }, + "arm_right_finger_2_sec_1": { + "rotation": [-1.78082, -13.99545, "-30.56720+25"] + }, + "arm_right_finger_1_sec_5": { + "rotation": [0, 0, -42.5] + }, + "arm_right_finger_1_sec_6": { + "rotation": [0, 0, 32.5] + }, + "arm_right_finger_1_sec_16": { + "rotation": [0, 0, -25] + }, + "arm_right_finger_1_sec_1": { + "rotation": [0, 0, "-65+25"] + }, + "arm_right_finger_1_sec_2": { + "rotation": [0, 0, 27.5] + }, + "arm_right_finger_1_sec_3": { + "rotation": [0, 0, -42.5] + }, + "arm_right_finger_1_sec_15": { + "rotation": [0, 0, 20] + }, + "leg_right_sec_1": { + "rotation": { + "0.0": { + "post": [9.00287, -0.22169, 4.94567], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [21.40147, -2.79045, 4.6551], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [9.93404, -1.827, 4.92554], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-47.07603, 0.88999, 4.83878], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-28.5, 0, 4.39662], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [9.00287, -0.22169, 4.94567], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.5, -0.58, -0.64], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-0.5, -1.33, 2.46], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-0.5, 1.01, 3.03], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-0.5, 4.65, 0.3], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-0.5, 4.07, 1.85], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-0.5, -0.58, -0.64], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right_sec_2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-7, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-21.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-29, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 1.25, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, 0.93, 0.3], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0.8, 0.55], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 1.3, 0.55], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0.9, 0.3], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 1.39, 0.3], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 1.25, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right_sec_3": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [19.37, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [13.59, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [16.78, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right_sec_4": { + "rotation": { + "0.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [24.58866, 4.05525, -8.77751], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [24.66569, 4.20854, -9.07947], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right_sec_5": { + "rotation": { + "0.0": { + "post": [10.76795, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [40.77, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [45.85, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [50.77, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [33.27, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [20.76795, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [10.76795, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0.75, -0.25], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 1.25, -0.4], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0.42, -0.03], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right_sec_6": { + "rotation": { + "0.0": { + "post": [34.76795, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [30.77, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [50.77, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [49.05, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [43.27, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [20.76795, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [34.76795, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0.75, -0.25], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, -0.05, -0.3], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0.42, -0.03], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left_sec_1": { + "rotation": { + "0.0": { + "post": [9.93404, -1.827, 4.92554], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-14.57603, 0.88999, 4.83878], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-28.5, 0, 4.39662], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [9.00287, -0.22169, 4.94567], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-28.5, 0, 4.39662], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-14.57603, 0.88999, 4.83878], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [9.93404, -1.827, 4.92554], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.5, 1.01, 3.03], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-0.5, 4.65, 0.3], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-0.5, 4.07, 1.85], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-0.5, -1.94, 0.91], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-0.5, -0.58, -0.64], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-0.5, 4.07, 1.85], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-0.5, 4.65, 0.3], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-0.5, 1.01, 3.03], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left_sec_2": { + "rotation": { + "0.0": { + "post": [-21.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-29, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [-4, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [-4, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-29, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-21.5, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 1.3, 0.55], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0.9, 0.3], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, 1.39, 0.3], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 1.25, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 1.39, 0.3], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0.9, 0.3], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 1.3, 0.55], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left_sec_3": { + "rotation": { + "0.0": { + "post": [19.37, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [13.59, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [16.78, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [16.78, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [13.59, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [19.37, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left_sec_4": { + "rotation": { + "0.0": { + "post": [24.58866, 4.05525, -8.77751], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [24.66569, 4.20854, -9.07947], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [24.66569, 4.20854, -9.07947], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [24.58866, 4.05525, -8.77751], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left_sec_5": { + "rotation": { + "0.0": { + "post": [50.77, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [33.27, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [20.76795, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [10.76795, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [20.76795, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [33.27, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [50.77, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.75, -0.25], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 1.25, -0.4], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0.42, -0.03], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0.42, -0.03], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 1.25, -0.4], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0.75, -0.25], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left_sec_6": { + "rotation": { + "0.0": { + "post": [50.77, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [49.05, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [43.27, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [20.76795, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [34.76795, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [20.76795, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [43.27, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [43.27, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [50.77, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.75, -0.25], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, -0.05, -0.3], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0.42, -0.03], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0.42, -0.03], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, -0.05, -0.3], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0.75, -0.25], + "lerp_mode": "catmullrom" + } + } + }, + "tail_rotation": { + "rotation": ["-102.1063-math.cos((q.anim_time-0.1)*90*4-60)*6", 3.05241, 14.69313], + "position": [0, -6, -1] + }, + "arm_left_1_sec_1": { + "rotation": ["3.496-math.cos((q.anim_time-0.1)*90*4-60)*1", "-0.7865+math.cos((q.anim_time-0.1)*90*4-60)*4 * math.cos((q.anim_time-0.2)*90*4-60)*1", 52.60258] + }, + "arm_left_1_sec_2": { + "rotation": { + "0.0": [ + "-5.5144-math.cos((q.anim_time-0.2)*90*4-60)*2", + "-2.4909+math.cos((q.anim_time-0.1)*90*4-60)*4 * math.cos((q.anim_time-0.2)*90*4-60)*1", + -9.7255 + ], + "0.6667": ["-5.5669-math.cos((q.anim_time-0.2)*90*4-60)*2", "7.4724+math.cos((q.anim_time-0.1)*90*4-60)*4 * math.cos((q.anim_time-0.2)*90*4-60)*1", -10.58411], + "1.0": [ + "-5.5144-math.cos((q.anim_time-0.2)*90*4-60)*2", + "-2.4909+math.cos((q.anim_time-0.1)*90*4-60)*4 * math.cos((q.anim_time-0.2)*90*4-60)*1", + -9.7255 + ] + } + }, + "arm_left_3": { + "rotation": [ + "1.8137-math.cos((q.anim_time-0.3)*90*4-60)*4", + "-0.034+math.cos((q.anim_time-0.1)*90*4-60)*4 * math.cos((q.anim_time-0.2)*90*4-60)*1", + "-10.0234-math.cos((q.anim_time-0.6)*90*4-60)*7" + ] + }, + "arm_left_2": { + "rotation": [ + "1.9109-math.cos((q.anim_time-0.3)*90*4-60)*7", + "26.173+math.cos((q.anim_time-0.1)*90*4-60)*4 * math.cos((q.anim_time-0.2)*90*4-60)*1", + "-20.9911-math.cos((q.anim_time-0.6)*90*4-60)*7" + ] + }, + "arm_left_4": { + "rotation": [ + "-9.215-math.cos((q.anim_time-0.5)*90*4-60)*7", + "24.2563+math.cos((q.anim_time-0.1)*90*4-60)*4 * math.cos((q.anim_time-0.2)*90*4-60)*1", + "-28.1002-math.cos((q.anim_time-0.6)*90*4-60)*7" + ] + }, + "arm_left_5": { + "rotation": [ + "-3.0691-math.cos((q.anim_time-0.6)*90*4-60)*7", + "13.4426+math.cos((q.anim_time-0.1)*90*4-60)*4 * math.cos((q.anim_time-0.2)*90*4-60)*1", + -13.19269 + ] + }, + "arm_left_finger_4_sec_1": { + "rotation": [0, 0, -67] + }, + "arm_left_finger_1_sec_9": { + "rotation": [0, 0, 32.5] + }, + "arm_left_finger_1_sec_10": { + "rotation": [0, 0, -42.5] + }, + "arm_left_finger_1_sec_18": { + "rotation": [0, 0, 32.5] + }, + "arm_left_finger_3_sec_1": { + "rotation": [16.94204, -46.44484, 11.10653], + "position": [0, 0, -0.7] + }, + "arm_left_finger_1_sec_4": { + "rotation": [0, 0, -35] + }, + "arm_left_finger_1_sec_7": { + "rotation": [0, 0, 70] + }, + "arm_left_finger_1_sec_14": { + "rotation": [0, 0, -32.5] + }, + "arm_left_finger_5_sec_1": { + "rotation": [1.4243, -27.79847, -42.70836] + }, + "arm_left_finger_1_sec_12": { + "rotation": [0, 0, 27.5] + }, + "arm_left_finger_1_sec_13": { + "rotation": [0, 0, -72.5] + }, + "arm_left_finger_1_sec_19": { + "rotation": [0, 0, 27.5] + }, + "arm_left_finger_6_sec_1": { + "rotation": [-7.85415, 41.56781, -46.696] + }, + "arm_left_finger_1_sec_8": { + "rotation": [0, 0, 30] + }, + "arm_left_finger_1_sec_11": { + "rotation": [0, 0, -65] + }, + "arm_left_finger_1_sec_17": { + "rotation": [0, 0, 30] + }, + "arm_left_finger_2_sec_1": { + "rotation": [-4.89551, 32.34035, 29.63804] + }, + "arm_left_finger_1_sec_5": { + "rotation": [0, 0, -52.5] + }, + "arm_left_finger_1_sec_6": { + "rotation": [0, 0, 55] + }, + "arm_left_finger_1_sec_16": { + "rotation": [0, 0, -32.5] + }, + "arm_left_finger_1_sec_1": { + "rotation": [0, 0, 50.5] + }, + "arm_left_finger_1_sec_2": { + "rotation": [0, 0, -42.5] + }, + "arm_left_finger_1_sec_3": { + "rotation": [0, 0, 65] + }, + "arm_left_finger_1_sec_15": { + "rotation": [0, 0, -62.5] + }, + "feet_lright": { + "rotation": { + "0.0": { + "post": [-58, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-42.26, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-7, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-13.66, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-13, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [37.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-5.66, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-33.56, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-35.95, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-58, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 1, -0.5], + "0.75": [0, 1, -0.5], + "0.875": [0, 2.6, 0], + "1.0": [0, 1, -0.5] + } + }, + "feet_left": { + "rotation": { + "0.0": { + "post": [-13.66, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [-13, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [37.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-5.66, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-33.56, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-55.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-33.56, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-5.66, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [37.51, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-13, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-13.66, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.25": [0, 1, -0.5], + "0.375": [0, 2.6, 0], + "0.5": [0, 1, -0.5], + "0.625": [0, 2.6, 0], + "0.75": [0, 1, -0.5] + } + }, + "tip_plug": { + "rotation": [ + "18.8556-math.cos((q.anim_time-1.3)*90*4-60)*24", + "16.4717-math.cos((q.anim_time-0.6)*90/2*8-60/85)*15", + "-3.0475-math.cos((q.anim_time-1.3)*90*4-60)*24" + ] + }, + "arm_left_1": { + "rotation": { + "0.0": { + "post": [-20.57867, 4.6017, -1.95787], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-43.70758, 15.17396, 8.86067], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-20.57867, 4.6017, -1.95787], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [54.30995, -1.59201, -6.19081], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-20.57867, 4.6017, -1.95787], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 1.4, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-0.9, 0.89, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, -0.91, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left_hand": { + "rotation": ["-math.cos((q.anim_time-1.3)*90*4-60)*24", "math.cos((q.anim_time-0.1)*90*4-60)*4 * math.cos((q.anim_time-0.2)*90*4-60)*1", 0] + }, + "arm_right_1": { + "rotation": { + "0.0": { + "post": [20.5787, -4.6017, 1.9579], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [46.17386, 8.73918, 18.22349], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [12.20471, 7.2175, 25.63961], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-7.33408, 5.77103, 10.88719], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-7.84052, -24.85104, 14.18625], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [20.5787, -4.6017, 1.9579], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, -1.23, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, -2.2, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right_hand": { + "rotation": ["0.4568-math.cos((q.anim_time-1.3)*90*4-60)*24", "-2.482+math.cos((q.anim_time-0.1)*90*4-60)*4 * math.cos((q.anim_time-0.2)*90*4-60)*1", 9.69861] + }, + "leg_right_sec_7_foot3": { + "rotation": { + "0.0": { + "post": [-4, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0417": { + "post": [18.41, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [32.91, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-14, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-7.44, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-4, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-21, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-4, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left_sec_7_foot3": { + "rotation": { + "0.0": { + "post": [-7.44, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0833": { + "post": [-4, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-21, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-4, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-21, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [-4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-7.44, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_1": { + "rotation": [61.77272, "34.7045+math.cos((q.anim_time-0.1)*90*4-60)*8", "-63.8722+math.cos((q.anim_time-0.6)*90/2*8-60/85)*15"] + }, + "head_quirk": { + "rotation": [0, 0, 0] + }, + "rotateleg": { + "rotation": { + "0.0": { + "post": [-37.07723, -6.0681, -7.9634], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-24.47761, -5.24826, -11.36081], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [2.47864, 0.32621, -7.49294], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-23.96137, -3.2667, -7.30661], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-37.07723, -6.0681, -7.9634], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 1.83, 0], + "lerp_mode": "catmullrom" + }, + "0.125": { + "post": [0, -5.2, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, -5.2, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [0, 3.98, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, -11, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 1.83, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rotateleg2": { + "rotation": { + "0.0": { + "post": [2.49762, -0.10901, 2.49762], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-24.17, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-37.07723, 6.0681, 7.9634], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-24.17, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [2.49762, -0.10901, 2.49762], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.0417": { + "post": [0, 3.98, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, -11, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 1.83, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, -10.2, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, -5.2, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head_blackening": { + "rotation": [0, 0, 0], + "scale": 0.1 + }, + "head_blackening2": { + "rotation": [0, 0, 0], + "scale": 0.1 + }, + "head_blackening3": { + "rotation": [0, 0, 0], + "scale": 0.1 + }, + "head_glowup": { + "rotation": [0, 0, 0], + "scale": 0.1 + }, + "head_glowup2": { + "rotation": [0, 0, 0], + "scale": 0.1 + }, + "legs": { + "position": [0, 0, 2] + } + } + }, + "animation.xurkitree.special_old": { + "animation_length": 1.375, + "bones": { + "main_body": { + "position": { + "0.0": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, -17, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, -17, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, -25, 0], + "lerp_mode": "catmullrom" + } + }, + "scale": { + "0.0": [1, 1, 1], + "0.0833": [1, 1, 1], + "0.2083": ["1+math.random(0.05,0.1)", "1+math.random(0.05,0.1)", "1+math.random(0.05,0.1)"], + "1.3333": [1, 1, 1], + "1.375": { + "pre": [1, 1, 1], + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "scale": { + "0.0": [0.9, 0.9, 0.9], + "0.2083": { + "pre": [1, 1, 1], + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0.9, 0.9, 0.9], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left_7": { + "rotation": { + "0.0": [0, 0, -22.5], + "0.1667": { + "pre": [0, 0, -5], + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left_8": { + "rotation": { + "0.0": [0, 0, -20], + "0.1667": { + "pre": [0, 0, -5], + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -5], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, -20], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left_9": { + "rotation": { + "0.0": [0, 0, -12.5], + "0.1667": { + "pre": [0, 0, -22.5], + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left_10": { + "rotation": [0, 0, 0] + }, + "arm_left_11": { + "rotation": { + "0.0": [0, 0, 22.5], + "0.1667": { + "pre": [0, 0, 20], + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 20], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left_12": { + "rotation": { + "0.0": [0, 0, 30], + "0.1667": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tip_plug": { + "rotation": [0, 0, 2.5] + }, + "arm_right_1_sec_1": { + "rotation": { + "0.0": [0, 0, -67.5], + "0.1667": { + "pre": [0, 0, -92.5], + "post": [0, 0, -92.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -92.5], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, -67.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, -1, 0], + "0.1667": [0, 0, 0], + "1.0833": [0, -3.875, 0], + "1.375": { + "pre": [0, -1, 0], + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right_1_sec_2": { + "rotation": { + "0.0": [0, 0, 10], + "1.375": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right_3": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 7.5], + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right_2": { + "rotation": { + "0.0": [0, 0, 10], + "0.1667": { + "pre": [0, 0, 17.5], + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right_4": { + "rotation": { + "0.0": [0, 0, 7.5], + "1.375": { + "pre": [0, 0, 7.5], + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right_5": { + "rotation": { + "0.0": [0, 0, -25], + "0.1667": { + "pre": [0, 0, -17.5], + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + } + } + }, + "arm_right_hand": { + "rotation": { + "0.0": [0, 0, -25], + "0.1667": { + "pre": [0, 0, -22.5], + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -22.5], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, -25], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right_sec_1": { + "rotation": { + "0.0": [-14.5108, 3.841, 14.5108], + "0.1667": { + "pre": [-7.31696, 3.217, 9.5404], + "post": [-7.31696, 3.217, 9.5404], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-7.31696, 3.217, 9.5404], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-14.5108, 3.841, 14.5108], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 1.4, 0], + "0.1667": [0, 6.275, 0], + "1.0833": [0, 6.975, 0], + "1.375": { + "pre": [0, 1.4, 0], + "post": [0, 1.4, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right_sec_2": { + "rotation": { + "0.0": [-32.5, 0, 0], + "0.1667": { + "pre": [-12.5, 0, 0], + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right_sec_3": { + "rotation": { + "0.0": [-20, 0, 0], + "0.1667": [-10, 0, 0], + "1.0833": [-10, 0, 0], + "1.375": { + "pre": [-20, 0, 0], + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right_sec_4": { + "rotation": { + "0.0417": [19.9299, 1.70818, -4.69986], + "0.1667": { + "pre": [2.4299, 1.7082, -4.6999], + "post": [2.4299, 1.7082, -4.6999], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [2.4299, 1.7082, -4.6999], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [19.9299, 1.70818, -4.69986], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right_sec_5": { + "rotation": { + "0.0": [17.5, 0, 0], + "0.1667": { + "pre": [10.0701, -1.7082, 4.6999], + "post": [10.0701, -1.7082, 4.6999], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [10.0701, -1.7082, 4.6999], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right_sec_6": { + "rotation": { + "0.0": [30.71549, 12.0482, -5.8168], + "0.1667": { + "pre": [18.10945, 10.3508, -6.79219], + "post": [18.10945, 10.3508, -6.79219], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [18.10945, 10.3508, -6.79219], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [30.71549, 12.0482, -5.8168], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left_sec_1": { + "rotation": { + "0.0": [-14.51082, -3.84097, -14.51082], + "0.1667": { + "pre": [-7.31696, -3.21703, -9.54044], + "post": [-7.31696, -3.21703, -9.54044], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-7.31696, -3.21703, -9.54044], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-14.51082, -3.84097, -14.51082], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, 1.4, 0], + "0.1667": [0, 6.45, 0], + "1.0833": [0, 7.5, 0], + "1.375": { + "pre": [0, 1.4, 0], + "post": [0, 1.4, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left_sec_2": { + "rotation": { + "0.0": [-32.5, 0, 0], + "0.1667": { + "pre": [-12.5, 0, 0], + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left_sec_3": { + "rotation": { + "0.0": [-20, 0, 0], + "0.1667": [-10, 0, 0], + "1.0833": [-10, 0, 0], + "1.375": { + "pre": [-20, 0, 0], + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left_sec_4": { + "rotation": { + "0.0": [19.9299, -1.70818, 4.69986], + "0.1667": { + "pre": [2.4299, -1.70818, 4.69986], + "post": [2.4299, -1.70818, 4.69986], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [2.4299, -1.70818, 4.69986], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [19.9299, -1.70818, 4.69986], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left_sec_5": { + "rotation": { + "0.0": [17.5, 0, 0], + "1.375": { + "pre": [17.5, 0, 0], + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left_sec_6": { + "rotation": { + "0.0": [30.71549, -12.04823, 5.81675], + "0.1667": { + "pre": [8.51889, -9.14141, 4.48583], + "post": [8.51889, -9.14141, 4.48583], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [8.51889, -9.14141, 4.48583], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [30.71549, -12.04823, 5.81675], + "lerp_mode": "catmullrom" + } + } + }, + "tail_rotation": { + "rotation": [-90, 0, 0], + "position": { + "0.0": [0, -3, 0], + "0.1667": { + "pre": [0, 1.75, 0], + "post": [0, 1.75, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 1.75, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, -3, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left_1_sec_1": { + "rotation": { + "0.0": [0, 0, 67.5], + "0.1667": { + "pre": [0, 0, 92.5], + "post": [0, 0, 92.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 92.5], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 67.5], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, -1, 0], + "0.1667": [0, 0, 0], + "1.0833": [0, -3.875, 0], + "1.375": { + "pre": [0, -1, 0], + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left_1_sec_2": { + "rotation": { + "0.0": [0, 0, -10], + "1.375": { + "pre": [0, 0, -10], + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left_3": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, -7.5], + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left_2": { + "rotation": { + "0.0": [0, 0, -10], + "0.1667": { + "pre": [0, 0, -17.5], + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, -17.5], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left_4": { + "rotation": { + "0.0": [0, 0, -7.5], + "1.375": { + "pre": [0, 0, -7.5], + "post": [0, 0, -7.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left_5": { + "rotation": { + "0.0417": [0, 0, 25], + "0.1667": { + "pre": [0, 0, 17.5], + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 17.5], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left_hand": { + "rotation": { + "0.0": [0, 0, 25], + "0.1667": { + "pre": [0, 0, 22.5], + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 22.5], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 25], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.xurkitree.special": { + "loop": true, + "animation_length": 1.6667, + "bones": { + "main_body": { + "rotation": [0, 0, 0], + "position": { + "0.0": { + "post": [0, -10, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, -27, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": [0, -27, 0], + "0.5": [0, "-27-math.sin(q.anim_time*90*65)*0.2", 0], + "0.75": [0, "-27-math.sin(q.anim_time*90*65)*0.2", 0], + "0.9167": [0, -27, 0] + } + }, + "head": { + "rotation": { + "0.0": ["10-math.cos((q.anim_time-0.1)*360*0.5)*6", "math.cos((q.anim_time-0.1)*360*0.25)*2 * math.cos((q.anim_time-0.2)*180*0.15)*3", 0], + "0.0417": [4.5014, 5.68505, 0], + "0.375": [8.87338, 1.16482, 0], + "0.4583": [9.79226, 0.21478, 0], + "0.5": [10, 0, 0] + }, + "position": { + "0.0": [0, "-1+math.sin(q.anim_time*90*1-25*1.25)*1.25", -1.2], + "0.0417": [0, -1.62486, -1.15631], + "0.0833": [0, -1.5778, -1.06923], + "0.125": [0, -1.52044, -0.96308], + "0.3333": [0, -1.19095, -0.35335], + "0.375": [0, -1.12803, -0.23692], + "0.4167": [0, -1.07067, -0.13077], + "0.4583": [0, -1.02361, -0.04369], + "0.5": [0, -1, 0] + }, + "scale": 0.9 + }, + "arm_left_7": { + "rotation": { + "0.0": ["2.7118-math.cos((q.anim_time-0.2)*360/1.7*1)*4", -13.25039, -10.30972], + "0.5": [0, 0, -22.5] + } + }, + "arm_left_8": { + "rotation": { + "0.0": ["-2.6117-math.cos((q.anim_time-0.3)*360/1.7*1)*5", 22.86089, -5.70811], + "0.5": [0, 0, -22.5] + } + }, + "arm_left_9": { + "rotation": { + "0.0": ["-13.3506-math.cos((q.anim_time-0.4)*360/1.7*1)*8", 16.37998, -2.54008], + "0.2917": [41.53187, -8.23259, -9.88569], + "0.4583": [8.30637, -1.64652, 4.02286], + "0.5": [0, 0, 7.5] + } + }, + "arm_left_10": { + "rotation": { + "0.0": [ + "-12.0461-math.cos((q.anim_time-0.5)*360/3*1)*7", + "24.8403-math.cos((q.anim_time-1.3)*360/3*1)*8", + "1.007-math.cos((q.anim_time-1.3)*360/3*1)*8" + ], + "0.5": [0, 0, 0] + }, + "position": [0, 0, 0] + }, + "arm_left_11": { + "rotation": { + "0.0": ["19.0943-math.cos((q.anim_time-0.6)*360/3*1)*7", 22.20913, 26.42741], + "0.5": [0, 0, 22.5] + }, + "position": { + "0.0": [-0.5, 0.6, -0.6], + "0.5": [0, 0, 0] + } + }, + "arm_left_12": { + "rotation": { + "0.0": ["13.8151-math.cos((q.anim_time-0.9)*360/3*1)*7", "23.7099-math.cos((q.anim_time-1.3)*360/3*1)*8", 18.64452], + "0.5": [0, 0, 22.5] + }, + "position": { + "0.0": [-1.3, 0, -0.3], + "0.5": [0, 0, 0] + } + }, + "arm_right_1_sec_1": { + "rotation": { + "0.0": [ + "4.1513-math.cos((q.anim_time-0.2)*360*0.5)*2", + "7.3525+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + -57.62445 + ], + "0.5": [0, 0, -67.5] + }, + "position": [0, 1, 0] + }, + "arm_right_1_sec_2": { + "rotation": { + "0.0": [ + "11.177-math.cos((q.anim_time-0.4)*360*0.5)*8", + "6.5843+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + 26.54114 + ], + "0.5": [0, 0, 10] + } + }, + "arm_right_3": { + "rotation": { + "0.0": [ + "1.8167-math.cos((q.anim_time-0.5)*360*0.5)*7", + "-20.9556+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + 14.63832 + ], + "0.5": [0, 0, 0] + } + }, + "arm_right_2": { + "rotation": { + "0.0": [ + "3.8748-math.cos((q.anim_time-0.6)*360*0.5)*7", + "-7.5987+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + "18.7774-math.cos((q.anim_time-0.6)*360*0.5)*7" + ], + "0.5": [0, 0, 10] + } + }, + "arm_right_4": { + "rotation": { + "0.0": [ + "-1.4927-math.cos((q.anim_time-0.7)*360*0.5)*7", + "-19.7693+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + "28.6944-math.cos((q.anim_time-0.6)*360*0.5)*8" + ], + "0.5": [0, 0, 7.5] + } + }, + "arm_right_5": { + "rotation": { + "0.0": [ + "-3.1293-math.cos((q.anim_time-0.8)*360*0.5)*8", + "-13.1227+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + "16.7927-math.cos((q.anim_time-0.6)*360*0.5)*12" + ], + "0.5": [0, 0, -25] + } + }, + "arm_right_finger_4_sec_1": { + "rotation": { + "0.0": [0, 0, "70+math.cos((query.anim_time)*90*2-350)*25"], + "0.5": [0, 0, 0] + } + }, + "arm_right_finger_1_sec_9": { + "rotation": { + "0.0": [0, 0, -32.5], + "0.5": [0, 0, 0] + } + }, + "arm_right_finger_1_sec_10": { + "rotation": { + "0.0": [0, 0, 62.5], + "0.5": [0, 0, 0] + } + }, + "arm_right_finger_1_sec_18": { + "rotation": [0, 0, -42.5] + }, + "arm_right_finger_3_sec_1": { + "rotation": { + "0.0": [7.54628, 27.03402, "-24.3179+math.cos((query.anim_time)*90*2-350)*25"], + "0.5": [0, 0, 0] + } + }, + "arm_right_finger_1_sec_4": { + "rotation": { + "0.0": [0, 0, -30], + "0.5": [0, 0, 0] + } + }, + "arm_right_finger_1_sec_7": { + "rotation": { + "0.0": [0, 0, 50], + "0.5": [0, 0, 0] + } + }, + "arm_right_finger_1_sec_14": { + "rotation": [0, 0, -32.5] + }, + "arm_right_finger_5_sec_1": { + "rotation": { + "0.0": [22.79235, 48.59038, "64.7077+math.cos((query.anim_time)*90*2-350)*25"], + "0.5": [0, 0, 0] + } + }, + "arm_right_finger_1_sec_12": { + "rotation": { + "0.0": [0, 0, -37.5], + "0.5": [0, 0, 0] + } + }, + "arm_right_finger_1_sec_13": { + "rotation": { + "0.0": [0, 0, 52.5], + "0.5": [0, 0, 0] + } + }, + "arm_right_finger_1_sec_19": { + "rotation": [0, 0, -50] + }, + "arm_right_finger_6_sec_1": { + "rotation": { + "0.0": [10.95742, -31.42176, "32.3436+math.cos((query.anim_time)*90*2-350)*25"], + "0.5": [0, 0, 0] + } + }, + "arm_right_finger_1_sec_8": { + "rotation": { + "0.0": [0, 0, 55], + "0.5": [0, 0, 0] + } + }, + "arm_right_finger_1_sec_11": { + "rotation": { + "0.0": [0, 0, -57.5], + "0.5": [0, 0, 0] + } + }, + "arm_right_finger_1_sec_17": { + "rotation": [0, 0, 65] + }, + "arm_right_finger_2_sec_1": { + "rotation": { + "0.0": [-1.78082, -13.99545, "-30.5672+math.cos((query.anim_time)*90*2-350)*25"], + "0.5": [0, 0, 0] + } + }, + "arm_right_finger_1_sec_5": { + "rotation": { + "0.0": [0, 0, -42.5], + "0.5": [0, 0, 0] + } + }, + "arm_right_finger_1_sec_6": { + "rotation": { + "0.0": [0, 0, 32.5], + "0.5": [0, 0, 0] + } + }, + "arm_right_finger_1_sec_16": { + "rotation": [0, 0, -25] + }, + "arm_right_finger_1_sec_1": { + "rotation": { + "0.0": [0, 0, "-65+math.cos((query.anim_time)*90*2-350)*25"], + "0.5": [0, 0, 0] + } + }, + "arm_right_finger_1_sec_2": { + "rotation": { + "0.0": [0, 0, 27.5], + "0.5": [0, 0, 0] + } + }, + "arm_right_finger_1_sec_3": { + "rotation": { + "0.0": [0, 0, -42.5], + "0.5": [0, 0, 0] + } + }, + "arm_right_finger_1_sec_15": { + "rotation": [0, 0, 20] + }, + "leg_right_sec_1": { + "rotation": { + "0.0": { + "post": [4.934, 4.00842, 7.85211], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-14.5108, 3.841, 14.5108], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [-0.25, -0.1, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-0.07, 3.66, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 2.4, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right_sec_2": { + "rotation": { + "0.0": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right_sec_3": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right_sec_4": { + "rotation": { + "0.0": [30, 0, 0], + "0.0417": [29.6334, 0.06219, -0.1711], + "0.0833": [28.90264, 0.18614, -0.51216], + "0.3333": [22.8951, 1.2052, -3.31596], + "0.4167": [21.02726, 1.52204, -4.1877], + "0.4583": [20.2965, 1.64599, -4.52876], + "0.5": [19.9299, 1.70818, -4.69986] + } + }, + "leg_right_sec_5": { + "rotation": { + "0.0": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right_sec_6": { + "rotation": { + "0.0": { + "post": [14.7197, 3.40487, -9.40804], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [41.87457, 8.62188, -7.24041], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [30.71549, 12.0482, -5.8168], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left_sec_1": { + "rotation": { + "0.0": [-15.0931, -8.22084, -5.4886], + "0.5": [-14.51082, -3.84097, -14.51082] + }, + "position": { + "0.0": [-0.1, "-0.1+math.sin((query.anim_time)*144)*0.4", 0], + "0.3333": [-0.03, 4.33, 0], + "0.5": [0, 3.4, 0] + } + }, + "leg_left_sec_2": { + "rotation": { + "0.0": ["-17.5+math.sin((query.anim_time)*144)*3", 0, 0], + "0.5": [-32.5, 0, 0] + } + }, + "leg_left_sec_3": { + "rotation": { + "0.0": [-15, 0, 0], + "0.5": [-20, 0, 0] + } + }, + "leg_left_sec_4": { + "rotation": { + "0.0": ["25-math.sin((query.anim_time)*144)*3", 0, 0], + "0.5": [19.9299, -1.70818, 4.69986] + } + }, + "leg_left_sec_5": { + "rotation": { + "0.0": [7.47178, -0.65182, 4.95744], + "0.5": [17.5, 0, 0] + } + }, + "leg_left_sec_6": { + "rotation": { + "0.0": ["17.4907-math.sin((query.anim_time)*144)*3", -0.43399, 2.46207], + "0.5": [30.71549, -12.04823, 5.81675] + } + }, + "tail_rotation": { + "rotation": { + "0.0": ["-77.5-math.cos((q.anim_time-0.1)*360/1.7*1)*1", 0, 0], + "0.5": [-90, 0, 0] + }, + "position": [0, 1, 0] + }, + "arm_left_1_sec_1": { + "rotation": { + "0.0": [ + "3.496-math.cos((q.anim_time-0.1)*360*0.5)*1", + "-0.7865+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + 52.60258 + ], + "0.5": [0, 0, 67.5] + }, + "position": [0, -1, 0] + }, + "arm_left_1_sec_2": { + "rotation": { + "0.0": [ + "-10.6123-math.cos((q.anim_time-0.2)*360*0.5)*2", + "-3.1164+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + -14.68721 + ], + "0.5": [0, 0, -10] + } + }, + "arm_left_3": { + "rotation": { + "0.0": [ + "2.5-math.cos((q.anim_time-0.3)*360*0.5)*4", + "0+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + "0-math.cos((q.anim_time-0.6)*360*0.5)*7" + ], + "0.5": [0, 0, 0] + } + }, + "arm_left_2": { + "rotation": { + "0.0": [ + "0.9885-math.cos((q.anim_time-0.3)*360*0.5)*7", + "-1.0507+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + "-25.0232-math.cos((q.anim_time-0.6)*360*0.5)*7" + ], + "0.5": [0, 0, -10] + } + }, + "arm_left_4": { + "rotation": { + "0.0": [ + "-8.8709-math.cos((q.anim_time-0.5)*360*0.5)*7", + "14.3028+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + "-27.0764-math.cos((q.anim_time-0.6)*360*0.5)*7" + ], + "0.5": [0, 0, -7.5] + } + }, + "arm_left_5": { + "rotation": { + "0.0": [ + "-3.0691-math.cos((q.anim_time-0.6)*360*0.5)*7", + "13.4426+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + -13.19269 + ], + "0.5": [0, 0, 25] + } + }, + "arm_left_finger_4_sec_1": { + "rotation": { + "0.0": [0, 0, "-80-math.cos((query.anim_time)*90*2-350)*25"], + "0.5": [0, 0, 0] + } + }, + "arm_left_finger_1_sec_9": { + "rotation": { + "0.0": [0, 0, 32.5], + "0.5": [0, 0, 0] + } + }, + "arm_left_finger_1_sec_10": { + "rotation": { + "0.0": [0, 0, -42.5], + "0.5": [0, 0, 0] + } + }, + "arm_left_finger_1_sec_18": { + "rotation": [0, 0, 32.5] + }, + "arm_left_finger_3_sec_1": { + "rotation": { + "0.0": [-7.18122, -29.08424, "44.6492-math.cos((query.anim_time)*90*2-350)*25"], + "0.5": [15, 0, 0] + } + }, + "arm_left_finger_1_sec_4": { + "rotation": { + "0.0": [0, 0, -35], + "0.5": [0, 0, 0] + } + }, + "arm_left_finger_1_sec_7": { + "rotation": { + "0.0": [0, 0, 70], + "0.5": [0, 0, 0] + } + }, + "arm_left_finger_1_sec_14": { + "rotation": [0, 0, -32.5] + }, + "arm_left_finger_5_sec_1": { + "rotation": { + "0.0": [-0.93198, -22.8659, "-37.2099-math.cos((query.anim_time)*90*2-350)*25"], + "0.5": [0, 0, 0] + } + }, + "arm_left_finger_1_sec_12": { + "rotation": { + "0.0": [0, 0, 27.5], + "0.5": [0, 0, 0] + } + }, + "arm_left_finger_1_sec_13": { + "rotation": { + "0.0": [0, 0, -72.5], + "0.5": [0, 0, 0] + } + }, + "arm_left_finger_1_sec_19": { + "rotation": [0, 0, 27.5] + }, + "arm_left_finger_6_sec_1": { + "rotation": { + "0.0": [-7.85415, 41.56781, "-46.6963-math.cos((query.anim_time)*90*2-350)*25"], + "0.5": [0, 0, 0] + } + }, + "arm_left_finger_1_sec_8": { + "rotation": { + "0.0": [0, 0, 30], + "0.5": [0, 0, 0] + } + }, + "arm_left_finger_1_sec_11": { + "rotation": { + "0.0": [0, 0, -65], + "0.5": [0, 0, 0] + } + }, + "arm_left_finger_1_sec_17": { + "rotation": [0, 0, 30] + }, + "arm_left_finger_2_sec_1": { + "rotation": { + "0.0": [14.59007, 50.87002, "58.2724-math.cos((query.anim_time)*90*2-350)*25"], + "0.5": [0, 0, 0] + } + }, + "arm_left_finger_1_sec_5": { + "rotation": { + "0.0": [0, 0, -52.5], + "0.5": [0, 0, 0] + } + }, + "arm_left_finger_1_sec_6": { + "rotation": { + "0.0": [0, 0, 55], + "0.5": [0, 0, 0] + } + }, + "arm_left_finger_1_sec_16": { + "rotation": [0, 0, -32.5] + }, + "arm_left_finger_1_sec_1": { + "rotation": { + "0.0": [0, 0, "67.5-math.cos((query.anim_time)*90*2-350)*25"], + "0.5": [0, 0, 0] + } + }, + "arm_left_finger_1_sec_2": { + "rotation": { + "0.0": [0, 0, -42.5], + "0.5": [0, 0, 0] + } + }, + "arm_left_finger_1_sec_3": { + "rotation": { + "0.0": [0, 0, 65], + "0.5": [0, 0, 0] + } + }, + "arm_left_finger_1_sec_15": { + "rotation": [0, 0, -62.5] + }, + "feet_lright": { + "rotation": { + "0.0": [-25.9744, -1.43364, -2.04831], + "0.2917": [-23.32267, -0.59735, -0.85346], + "0.5": [0, 0, 0] + }, + "position": [0, 0.8, 0] + }, + "feet_left": { + "rotation": { + "0.0": [2.5, -10, 0], + "0.5": [0, 0, 0] + } + }, + "tip_plug": { + "rotation": { + "0.0": [ + "-1.1444-math.cos((q.anim_time-1.3)*360/1.7*1)*24", + "16.4717-math.cos((q.anim_time-1.3)*360/1.7*1)*24", + "-3.0475-math.cos((q.anim_time-1.3)*360/1.7*1)*24" + ], + "0.5": [0, 0, 2.5] + } + }, + "arm_left_1": { + "rotation": { + "0.0": [ + "-0.6162-math.cos((q.anim_time-1.3)*360*0.5)*24", + "1.7913+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + -7.30923 + ], + "0.5": [0, 0, 0] + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 2, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left_hand": { + "rotation": { + "0.0": ["-math.cos((q.anim_time-1.3)*360*0.5)*24", "math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", 0], + "0.5": [0, 8, 25] + } + }, + "arm_right_1": { + "rotation": { + "0.0": ["-math.cos((q.anim_time-0.1)*360*0.5)*1", "math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", 0], + "0.5": [0, 0, 0] + } + }, + "arm_right_hand": { + "rotation": { + "0.0": ["-math.cos((q.anim_time-1.3)*360*0.5)*24", "math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", 0], + "0.5": [0, -12.5, -25] + } + }, + "leg_right_sec_7_foot3": { + "rotation": { + "0.0": [-7.5, 0, 0], + "0.5": [15, 0, 0] + } + }, + "leg_left_sec_7_foot3": { + "rotation": { + "0.0": [-4.73206, 0.53009, -1.54787], + "0.5": [7.76794, 0.53009, -1.54787] + } + }, + "tail_1": { + "rotation": { + "0.0": ["-7.5-math.sin((query.anim_time)*144/1.7)*1", 0, 0], + "0.5": [0, 0, 0] + }, + "position": [0, -1.3, 5.3] + }, + "head_blackening": { + "scale": 0.1 + }, + "head_blackening2": { + "scale": 0.1 + }, + "head_blackening3": { + "scale": 0.1 + }, + "head_glowup": { + "scale": 0.1 + }, + "head_glowup2": { + "scale": 0.1 + }, + "rotateleg": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -15, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [-2, 0, 0] + } + }, + "foot_right_back_2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-10, 0, 0] + } + }, + "leg_left_sec_7_foot": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [20, 0, 0] + } + }, + "rotateleg2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 17.5, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [2, 0, 0] + } + }, + "leg_right_sec_7_foot": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [30, 0, 0] + } + }, + "foot_left_back_2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-10, 0, 0] + } + }, + "realhead": { + "scale": { + "0.3333": [1, 1, 1], + "0.4167": [1, 1, 1], + "0.5417": ["1+math.random(0.05,0.1)", "1+math.random(0.05,0.1)", "1+math.random(0.05,0.1)"], + "1.6667": [1, 1, 1], + "1.7083": { + "pre": [1, 1, 1], + "post": [1, 1, 1], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.xurkitree.physical": { + "loop": true, + "animation_length": 3, + "bones": { + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-3.48297, 58.29579, -18.81962], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-2.13072, 30.82569, -16.94761], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [62.91864, -66.1711, -38.33623], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [89.58926, -64.18883, -69.97891], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0, -2, -2], + "0.625": [0, -2.42, 0.37], + "0.875": [0, 0, 1], + "1.3333": [0, -6, -7], + "1.6667": [0, -6, -7], + "2.3333": [0, -2, -2], + "2.8333": [0, -2, -2], + "3.0": [0, -2, -2] + }, + "scale": 0.9 + }, + "main_body": { + "rotation": [0, 0, 0], + "position": [0, -10, 0] + }, + "tail_rotation": { + "rotation": [-52.5, 0, 0] + }, + "arm_left_7": { + "rotation": { + "0.0": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0.1091, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0.4344, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, -1.6184, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, -3.0816, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0, -3.4973, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, -0.386, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 2.754, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 2.75, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -7.5, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left_8": { + "rotation": { + "0.0": { + "post": [-0.98448, 7.43547, -7.56397], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-2.00307, 14.8687, -0.2614], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-4.60659, 14.2906, -10.57779], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-2.82174, -17.50636, 3.48747], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-2.70132, -5.02076, 2.87462], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-2.7, -5.02, 2.87], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 7.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-0.98448, 7.43547, -7.56397], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left_9": { + "rotation": { + "0.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 20, 2.5], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-3.61644, 19.6835, -8.12758], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-8.61644, 19.6835, -8.12758], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-9.11715, 27.09419, -9.38624], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-8.39578, -14.95471, -3.02465], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-8.31024, -1.86843, 0.11493], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-7.86409, -3.27875, -9.79539], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left_10": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0.79, 17.48, 7.62], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-3.90122, 17.07011, -8.08716], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0.33756, 16.88342, -10.69378], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [0.35464, 24.38328, -10.64541], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0.34511, -20.61596, -10.91334], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-1.14462, -5.50825, 4.2474], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [1.05711, -5.52566, -18.35868], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left_11": { + "rotation": { + "0.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0.55, 12.49, 5.06], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-3.8185, 11.91334, -15.39875], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [2.79097, 12.30826, -7.7384], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [3.14221, 29.78525, -6.77173], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [2.95485, -22.65046, -9.4726], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [1.0519, -5.75495, 8.99001], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [3.1788, -4.91347, -13.59354], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left_12": { + "rotation": { + "0.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0.55, 12.49, 5.06], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-3.8185, 11.91334, -15.39875], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [2.79097, 12.30826, -7.7384], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [3.14221, 29.78525, -6.77173], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [2.95485, -22.65046, -9.4726], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [1.0519, -5.75495, 8.99001], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [3.1788, -4.91347, -13.59354], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left_1": { + "rotation": [ + "-0.6162-math.cos((q.anim_time-1.3)*360*0.5)*24", + "1.7913+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + -7.30923 + ] + }, + "arm_left_1_sec_1": { + "rotation": { + "0.0": [ + "3.496-math.cos((q.anim_time-0.1)*360*0.5)*1", + "-0.7865+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + 52.60258 + ], + "0.6667": [0, 0, 17.5], + "0.875": { + "pre": [0, 0, 10], + "post": [0, 0, 10], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-9.78896, -1.82155, 52.69152], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-9.92655, 0.76082, 67.46944], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-43.3539, -9.79971, 72.77226], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [29.1432, 15.01847, 63.59039], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [29.11523, 24.70758, 51.07683], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [33.33066, 18.20651, 62.56136], + "lerp_mode": "catmullrom" + }, + "2.7083": [0, 0, 67.5], + "3.0": [ + "3.496-math.cos((q.anim_time-0.1)*360*0.5)*1", + "-0.7865+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + 52.60258 + ] + } + }, + "arm_left_1_sec_2": { + "rotation": { + "0.0": [ + "-10.6123-math.cos((q.anim_time-0.2)*360*0.5)*2", + "-3.1164+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + -14.68721 + ], + "0.5": [-5.35254, 11.31255, -20.53051], + "0.875": { + "pre": [-7.24677, 10.21235, -30.6484], + "post": [-7.24677, 10.21235, -30.6484], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-0.35723, -6.28151, -36.98847], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-3.08007, -1.56494, -29.61643], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-3.08006, -1.56494, -29.61643], + "lerp_mode": "catmullrom" + }, + "2.7083": [0, 0, -25], + "3.0": [ + "-10.6123-math.cos((q.anim_time-0.2)*360*0.5)*2", + "-3.1164+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + -14.68721 + ] + } + }, + "arm_left_3": { + "rotation": { + "0.0": [ + "-10.6123-math.cos((q.anim_time-0.2)*360*0.5)*2", + "-3.1164+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + -14.68721 + ], + "0.4583": [-2.00307, 14.8687, -5.2614], + "0.875": { + "pre": [-4.60659, 14.2906, -15.57779], + "post": [-4.60659, 14.2906, -15.57779], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-6.2428, 24.1607, -16.56918], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-0.93199, -12.93892, -14.273], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-2.93489, -7.58927, -4.29731], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-1.91388, -7.90699, -11.85973], + "lerp_mode": "catmullrom" + }, + "2.7083": [0, 0, -5], + "3.0": [ + "-10.6123-math.cos((q.anim_time-0.2)*360*0.5)*2", + "-3.1164+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + -14.68721 + ] + } + }, + "arm_left_2": { + "rotation": { + "0.0": [ + "0.9885-math.cos((q.anim_time-0.3)*360*0.5)*7", + "-1.0507+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + "-25.0232-math.cos((q.anim_time-0.6)*360*0.5)*7" + ], + "0.4583": [-3.03513, 9.53274, -12.75313], + "0.875": { + "pre": [-6.12673, 7.9185, -32.92444], + "post": [-6.12673, 7.9185, -32.92444], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-10.84171, 19.53437, -34.70492], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [2.49523, -15.54019, -32.18433], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-1.64008, -10.74661, -19.32187], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0.75294, -10.84379, -32.0476], + "lerp_mode": "catmullrom" + }, + "2.7083": [0, 0, -15], + "3.0": [ + "0.9885-math.cos((q.anim_time-0.3)*360*0.5)*7", + "-1.0507+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + "-25.0232-math.cos((q.anim_time-0.6)*360*0.5)*7" + ] + } + }, + "arm_left_4": { + "rotation": { + "0.0": [ + "0.9885-math.cos((q.anim_time-0.3)*360*0.5)*7", + "-1.0507+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + "-25.0232-math.cos((q.anim_time-0.6)*360*0.5)*7" + ], + "0.6667": [-6.79286, 10.51794, -28.12598], + "0.875": { + "pre": [-7.24677, 10.21235, -30.6484], + "post": [-7.24677, 10.21235, -30.6484], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-9.28643, 20.37296, -26.959], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [2.20453, -20.54071, -24.4811], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-2.17728, -8.25578, -16.78061], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0.79839, -8.49899, -36.99708], + "lerp_mode": "catmullrom" + }, + "2.7083": [0, 0, -27.5], + "3.0": [ + "0.9885-math.cos((q.anim_time-0.3)*360*0.5)*7", + "-1.0507+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + "-25.0232-math.cos((q.anim_time-0.6)*360*0.5)*7" + ] + } + }, + "arm_left_5": { + "rotation": { + "0.0": [ + "-3.0691-math.cos((q.anim_time-0.6)*360*0.5)*7", + "13.4426+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + -13.19269 + ], + "0.6667": [-3.28396, 12.06754, -10.34721], + "0.875": { + "pre": [-6.32526, 10.80355, -25.59871], + "post": [-6.32526, 10.80355, -25.59871], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-9.28643, 20.37296, -26.959], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [2.20453, -20.54071, -24.4811], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-2.89266, -8.03449, -11.73457], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0.79839, -8.49899, -36.99708], + "lerp_mode": "catmullrom" + }, + "2.7083": [0, 0, -10], + "3.0": [ + "-3.0691-math.cos((q.anim_time-0.6)*360*0.5)*7", + "13.4426+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + -13.19269 + ] + } + }, + "arm_left_finger_4_sec_1": { + "rotation": [0, 0, -47.5] + }, + "arm_left_finger_1_sec_9": { + "rotation": [0, 0, -52.5] + }, + "arm_left_finger_1_sec_10": { + "rotation": [0, 0, 50] + }, + "arm_left_finger_1_sec_18": { + "rotation": [0, 0, -70] + }, + "arm_left_finger_3_sec_1": { + "rotation": [-13.42009, -44.04266, 56.78396] + }, + "arm_left_finger_1_sec_4": { + "rotation": [0, 0, -40] + }, + "arm_left_finger_1_sec_7": { + "rotation": [0, 0, 45] + }, + "arm_left_finger_1_sec_14": { + "rotation": [0, 0, 42.5] + }, + "arm_left_finger_5_sec_1": { + "rotation": [-4.15742, -24.2306, -22.51676] + }, + "arm_left_finger_1_sec_12": { + "rotation": [0, 0, -60] + }, + "arm_left_finger_1_sec_13": { + "rotation": [0, 0, 35] + }, + "arm_left_finger_1_sec_19": { + "rotation": [0, 0, -70] + }, + "arm_left_finger_6_sec_1": { + "rotation": [2.52829, 27.96771, -28.71693] + }, + "arm_left_finger_1_sec_8": { + "rotation": [0, 0, -45] + }, + "arm_left_finger_1_sec_11": { + "rotation": [0, 0, 50] + }, + "arm_left_finger_1_sec_17": { + "rotation": [0, 0, -62.5] + }, + "arm_left_finger_2_sec_1": { + "rotation": [1.79457, 35.09789, 39.45633] + }, + "arm_left_finger_1_sec_5": { + "rotation": [0, 0, 35] + }, + "arm_left_finger_1_sec_6": { + "rotation": [0, 0, -45] + }, + "arm_left_finger_1_sec_16": { + "rotation": [0, 0, 40] + }, + "arm_left_finger_1_sec_1": { + "rotation": [0, 0, 60] + }, + "arm_left_finger_1_sec_2": { + "rotation": [0, 0, -35] + }, + "arm_left_finger_1_sec_3": { + "rotation": [0, 0, 60] + }, + "arm_left_finger_1_sec_15": { + "rotation": [0, 0, 30] + }, + "arm_right_1": { + "rotation": ["-math.cos((q.anim_time-0.1)*360*0.5)*1", "math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", 0] + }, + "arm_right_1_sec_1": { + "rotation": { + "0.0": [ + "4.1513-math.cos((q.anim_time-0.2)*360*0.5)*2", + "7.3525+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + -57.62445 + ], + "0.7917": [9.25249, -3.81024, -67.80843], + "1.0833": { + "pre": [2.18559, -9.76061, -12.68663], + "post": [2.18559, -9.76061, -12.68663], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0.44066, -9.99038, -2.53851], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-7.43237, -21.24622, 24.04061], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [35.46735, -19.91805, -10.41791], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [38.77519, -10.82875, -22.81091], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [26.81835, -6.81382, -20.1938], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [19.53597, 5.23215, -44.92391], + "lerp_mode": "catmullrom" + }, + "2.625": [0, 0, -67.5], + "3.0": [ + "4.1513-math.cos((q.anim_time-0.2)*360*0.5)*2", + "7.3525+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + -57.62445 + ] + } + }, + "arm_right_1_sec_2": { + "rotation": { + "0.0": [ + "11.177-math.cos((q.anim_time-0.4)*360*0.5)*8", + "6.5843+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + 26.54114 + ], + "0.7917": [1.2506, 2.16489, 25.02363], + "1.0833": { + "pre": [6.923, 10.32096, 43.19189], + "post": [6.923, 10.32096, 43.19189], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [8.21259, 9.33177, 50.73732], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-2.10903, 6.62409, 50.09589], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-4.00795, 5.68294, 32.51895], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-6.48473, 1.37128, 32.91552], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-8.9938, -2.91911, 33.4985], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-7.73349, -0.77711, 33.18344], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-7.73192, -0.77529, 33.18217], + "lerp_mode": "catmullrom" + }, + "2.625": [0, 0, 25], + "3.0": [ + "11.177-math.cos((q.anim_time-0.4)*360*0.5)*8", + "6.5843+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + 26.54114 + ] + } + }, + "arm_right_3": { + "rotation": { + "0.0": [ + "1.8167-math.cos((q.anim_time-0.5)*360*0.5)*7", + "-20.9556+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + 14.63832 + ], + "0.3333": [-0.56783, -4.30489, 5.02134], + "0.7917": { + "pre": [0.98448, 7.43547, 5.06397], + "post": [0.98448, 7.43547, 5.06397], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [1.7387, 9.70411, 25.3979], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [3.00109, 9.39352, 32.99692], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-0.77254, 7.20525, 25.32147], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-2.32093, 6.86648, 12.73086], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-3.95082, -5.50775, 13.40751], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-4.65604, -10.45099, 13.78301], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-5.02567, -12.92076, 13.99659], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-4.29325, -7.97854, 13.59178], + "lerp_mode": "catmullrom" + }, + "2.625": [0, 0, 5], + "3.0": [ + "1.8167-math.cos((q.anim_time-0.5)*360*0.5)*7", + "-20.9556+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + 14.63832 + ] + } + }, + "arm_right_2": { + "rotation": { + "0.0": [ + "3.8748-math.cos((q.anim_time-0.6)*360*0.5)*7", + "-7.5987+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + "18.7774-math.cos((q.anim_time-0.6)*360*0.5)*7" + ], + "0.3333": [-4.10189, -11.11854, 15.39942], + "0.7917": { + "pre": [2.57816, 7.04533, 15.15874], + "post": [2.57816, 7.04533, 15.15874], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-2.60106, 17.99794, 2.85806], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [7.02715, 16.80811, 34.30951], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-3.01125, 9.13576, 33.36296], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0.14684, 6.76537, 23.33197], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-3.76006, -7.7136, 23.78746], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-5.12172, -12.52865, 24.16721], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-5.82515, -14.93244, 24.40431], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-3.76272, -4.85381, 31.15823], + "lerp_mode": "catmullrom" + }, + "2.625": [0, 0, 15], + "3.0": [ + "3.8748-math.cos((q.anim_time-0.6)*360*0.5)*7", + "-7.5987+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + "18.7774-math.cos((q.anim_time-0.6)*360*0.5)*7" + ] + } + }, + "arm_right_4": { + "rotation": { + "0.0": [ + "-1.4927-math.cos((q.anim_time-0.7)*360*0.5)*7", + "-19.7693+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + "28.6944-math.cos((q.anim_time-0.6)*360*0.5)*8" + ], + "0.3333": [-5.52413, -14.81469, 15.71873], + "0.7917": { + "pre": [3.45118, 9.39129, 15.28356], + "post": [3.45118, 9.39129, 15.28356], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-0.27942, 25.46212, 6.04602], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [7.88732, 24.28907, 25.30901], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [2.24706, 6.94123, 28.75039], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [1.31757, 7.17484, 21.19669], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-0.7008, -32.7276, 6.53044], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-3.75929, -32.44206, 15.21606], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-3.39398, -32.46824, 15.12591], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-3.52129, -6.91028, 28.90404], + "lerp_mode": "catmullrom" + }, + "2.625": [0, 0, 7.5], + "3.0": [ + "-1.4927-math.cos((q.anim_time-0.7)*360*0.5)*7", + "-19.7693+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + "28.6944-math.cos((q.anim_time-0.6)*360*0.5)*8" + ] + } + }, + "arm_right_5": { + "rotation": { + "0.0": [ + "-1.9516-math.cos((q.anim_time-0.8)*360*0.5)*8", + "-12.6077+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + "9.2184-math.cos((q.anim_time-0.6)*360*0.5)*12" + ], + "0.3333": [-5.52413, -14.81469, 15.71873], + "0.7917": { + "pre": [3.45118, 9.39129, 15.28356], + "post": [3.45118, 9.39129, 15.28356], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-0.27942, 25.46212, 6.04602], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [7.88732, 24.28907, 25.30901], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [2.24706, 6.94123, 28.75039], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [1.31757, 7.17484, 21.19669], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [-0.7008, -32.7276, 6.53044], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-3.04504, -44.63936, 11.52494], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-3.75929, -32.44206, 15.21606], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-11.67134, -30.74338, 30.09273], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [-3.39398, -32.46824, 15.12591], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-3.52129, -6.91028, 28.90404], + "lerp_mode": "catmullrom" + }, + "2.625": [0, 0, 7.5], + "3.0": [ + "-1.9516-math.cos((q.anim_time-0.8)*360*0.5)*8", + "-12.6077+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + "9.2184-math.cos((q.anim_time-0.6)*360*0.5)*12" + ] + } + }, + "arm_right_finger_4_sec_1": { + "rotation": [0, 0, 47.5] + }, + "arm_right_finger_1_sec_9": { + "rotation": [0, 0, 50] + }, + "arm_right_finger_1_sec_10": { + "rotation": [0, 0, -35] + }, + "arm_right_finger_1_sec_18": { + "rotation": [0, 0, 65] + }, + "arm_right_finger_3_sec_1": { + "rotation": [-1.34154, 29.89373, -38.71764] + }, + "arm_right_finger_1_sec_4": { + "rotation": [0, 0, 35] + }, + "arm_right_finger_1_sec_7": { + "rotation": [0, 0, -65] + }, + "arm_right_finger_1_sec_14": { + "rotation": [0, 0, -45] + }, + "arm_right_finger_5_sec_1": { + "rotation": [-6.57316, 25.49671, 26.51653] + }, + "arm_right_finger_1_sec_12": { + "rotation": [0, 0, 52.5] + }, + "arm_right_finger_1_sec_13": { + "rotation": [0, 0, -37.5] + }, + "arm_right_finger_1_sec_19": { + "rotation": [0, 0, 40] + }, + "arm_right_finger_6_sec_1": { + "rotation": [-5.71376, -43.54823, 47.76402] + }, + "arm_right_finger_1_sec_8": { + "rotation": [0, 0, -25] + }, + "arm_right_finger_1_sec_11": { + "rotation": [0, 0, 65] + }, + "arm_right_finger_1_sec_17": { + "rotation": [0, 0, 32.5] + }, + "arm_right_finger_2_sec_1": { + "rotation": [14.11614, -59.89552, -56.32499] + }, + "arm_right_finger_1_sec_5": { + "rotation": [0, 0, 67.5] + }, + "arm_right_finger_1_sec_6": { + "rotation": [0, 0, -80] + }, + "arm_right_finger_1_sec_16": { + "rotation": [0, 0, -30] + }, + "arm_right_finger_1_sec_1": { + "rotation": [0, 0, -80] + }, + "arm_right_finger_1_sec_2": { + "rotation": [0, 0, 45] + }, + "arm_right_finger_1_sec_3": { + "rotation": [0, 0, -55] + }, + "arm_right_finger_1_sec_15": { + "rotation": [0, 0, -32.5] + }, + "leg_right_sec_1": { + "rotation": [4.934, 4.00842, 7.85211], + "position": { + "0.0": { + "post": [1, 0, -1], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [1, -3, -1], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [1, -1.25, -1], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-2, -5.5, -0.75], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [4, -6.5, -13.25], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [4, -6.5, -12.25], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [2.23, -6.1, -9.28], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [1, -2, -3], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [1, -1, -3], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1, 0, -1], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right_sec_2": { + "rotation": { + "0.0": { + "post": [-15.3592, 29.92351, 11.6936], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-41.35244, 65.36454, 1.95798], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-28.85244, 65.36454, 1.95798], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-39.58484, 10.25706, 5.99175], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [2.66799, -17.12932, 13.86848], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [2.10945, -46.79324, 8.99321], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-15.30306, -16.46279, 9.79566], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-15.3592, 29.92351, 11.6936], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-15.3592, 29.92351, 11.6936], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-15.3592, 29.92351, 11.6936], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": [0.9, 0, 0], + "0.5417": [0.41, 0.24, -1.6], + "1.375": [-0.6, 0.6, 0], + "3.0": [0.9, 0, 0] + } + }, + "leg_right_sec_3": { + "rotation": [-10, 0, 0] + }, + "leg_right_sec_4": { + "rotation": { + "0.0": { + "post": [34.8974, 2.86544, -4.09918], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [46.96858, 0.40106, -1.59931], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [54.79447, 4.84484, -5.6298], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [37.29447, 4.84484, -5.6298], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [62.23269, 2.92474, -3.10896], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [54.68846, 2.13093, -4.13447], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [37.1143, 3.64264, -6.12725], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [37.27534, 16.73514, -11.5257], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [59.46584, 5.76303, -2.38705], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [50.27218, -0.32186, 1.07371], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [34.8974, 2.86544, -4.09918], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [34.8974, 2.86544, -4.09918], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [34.8974, 2.86544, -4.09918], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [0, 0.68, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0.71, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, -0.25, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-0.25, 1.75, -0.25], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 1.25, -0.25], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right_sec_5": { + "rotation": [20, 0, 0] + }, + "leg_right_sec_6": { + "rotation": [14.7197, 3.40487, -9.40804] + }, + "feet_lright": { + "rotation": { + "0.0": [-34.9744, -1.43364, -2.04831], + "0.625": { + "pre": [-19.76419, 4.29654, 6.15396], + "post": [-19.76419, 4.29654, 6.15396], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-9.93076, 2.03397, 12.55343], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-10.02928, -1.46666, -7.14113], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-10.03, -1.47, -7.14], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-9.31892, -4.00488, -21.94246], + "lerp_mode": "catmullrom" + }, + "2.375": [-34.9744, -1.43364, -2.04831], + "3.0": [-34.9744, -1.43364, -2.04831] + }, + "position": { + "0.0": [0, 0, 0], + "0.625": [0, 0, 0], + "3.0": [0, 0, 0] + } + }, + "leg_right_sec_7_foot3": { + "rotation": { + "0.0": [0, 0, 0], + "0.625": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-30, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left_sec_1": { + "rotation": [-15.0931, -8.22084, -5.4886], + "position": { + "0.0": { + "post": [0, -2, -3], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-3, -1, -3], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-3.5, 0, -3], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-1.75, -3, -6.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, -4.75, -5.5], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-2, -14.75, -5.5], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-0.75, -3.25, -2.75], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, -2, -3], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, -2, -3], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, -2, -3], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left_sec_2": { + "rotation": { + "0.0": { + "post": [-21.616, -13.54835, -8.4039], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-16.28818, 7.24796, -15.5077], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-42.41347, 21.61146, -19.98588], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-65.8725, 0.38469, -18.1042], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-43.76395, -6.86963, -11.20557], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [-49.63626, -54.25604, -14.05607], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [-46.08, -43.27, -12.53], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [-21.616, -13.54835, -8.4039], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-21.616, -13.54835, -8.4039], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-21.616, -13.54835, -8.4039], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left_sec_3": { + "rotation": [-12.5, 0, 0] + }, + "leg_left_sec_4": { + "rotation": { + "0.0": { + "post": [34.8974, -2.86544, 4.09918], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [22.3974, -2.86544, 4.09918], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [38.6474, -2.86544, 4.09918], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [44.8974, -2.86544, 4.09918], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [44.9, -2.87, 4.1], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [61.81338, 5.59042, -1.48665], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [64.9, -2.87, 4.1], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [73.1234, -5.31963, 4.7775], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [72.39926, -5.32623, 4.77401], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [34.8974, -2.86544, 4.09918], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [34.8974, -2.86544, 4.09918], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [34.8974, -2.86544, 4.09918], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0.7], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [0, 0, 0.75], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0, 0, 2.03], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left_sec_5": { + "rotation": [7.47178, -0.65182, 4.95744] + }, + "leg_left_sec_6": { + "rotation": [17.4907, -0.43399, 2.46207] + }, + "feet_left": { + "rotation": { + "0.0": [-5, -10, 0], + "0.625": { + "pre": [-1.75378, -9.84655, 10.15108], + "post": [-1.75378, -9.84655, 10.15108], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [1.71981, 0.22408, -12.34547], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [28.48818, 1.45466, -14.34686], + "lerp_mode": "catmullrom" + }, + "2.125": { + "post": [21.71981, 0.22408, -12.34547], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-5, -10, 0], + "lerp_mode": "catmullrom" + } + }, + "position": [0, 0, 0] + }, + "leg_left_sec_7_foot3": { + "rotation": { + "2.125": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head_quirk": { + "rotation": [10, 0, 0] + }, + "body_top_position": { + "rotation": [0, 0, 0], + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 0, 0], + "1.4583": [0, -9, -4], + "1.75": [0, -9, -4], + "2.25": [0, 0, 0] + } + }, + "arm_left_hand": { + "rotation": ["-math.cos((q.anim_time-1.3)*360*0.5)*24", "math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", 0] + }, + "arm_right_hand": { + "rotation": [ + "-3.1293-math.cos((q.anim_time-0.8)*360*0.5)*8", + "-13.1227+math.cos((q.anim_time-0.1)*360*0.25)*4 * math.cos((q.anim_time-0.2)*180*0.15)*1", + "16.7927-math.cos((q.anim_time-0.6)*360*0.5)*12" + ] + }, + "head_blackening": { + "rotation": [10, 0, 0], + "scale": 0.1 + }, + "head_blackening2": { + "rotation": [10, 0, 0], + "scale": 0.1 + }, + "head_blackening3": { + "rotation": [10, 0, 0], + "scale": 0.1 + }, + "head_glowup": { + "rotation": [10, 0, 0], + "scale": 0.1 + }, + "head_glowup2": { + "rotation": [10, 0, 0], + "scale": 0.1 + } + } + }, + "animation.xurkitree.headshake": { + "animation_length": 2, + "bones": { + "head_quirk": { + "scale": { + "0.0": [0.9, 0.9, 0.9], + "0.0833": {"pre": [0.9, 0.9, 0.9], "post": [1, 1, 1]}, + "0.125": {"pre": [1, 1, 1], "post": ["1+math.random(0.05,0.1)", "1+math.random(0.05,0.1)", "1+math.random(0.05,0.1)"]}, + "1.75": {"pre": ["1+math.random(0.05,0.1)", "1+math.random(0.05,0.1)", "1+math.random(0.05,0.1)"], "post": ["1+math.random(0.1,0.2)", "1+math.random(0.1,0.2)", "1+math.random(0.1,0.2)"]}, + "2.0": [0.9, 0.9, 0.9] + } + }, + "head_blackening": { + "scale": { + "0.0": [0.9, 0.9, 0.9], + "0.0833": {"pre": [0.9, 0.9, 0.9], "post": [1, 1, 1]}, + "0.125": {"pre": [1, 1, 1], "post": ["1+math.random(0.05,0.1)", "1+math.random(0.05,0.1)", "1+math.random(0.05,0.1)"]}, + "1.75": {"pre": ["1+math.random(0.05,0.1)", "1+math.random(0.05,0.1)", "1+math.random(0.05,0.1)"], "post": ["1+math.random(0.1,0.2)", "1+math.random(0.1,0.2)", "1+math.random(0.1,0.2)"]}, + "2.0": [0.9, 0.9, 0.9] + } + }, + "head_blackening2": { + "scale": { + "0.0": [0.9, 0.9, 0.9], + "0.0833": {"pre": [0.9, 0.9, 0.9], "post": [1, 1, 1]}, + "0.125": {"pre": [1, 1, 1], "post": ["1+math.random(0.05,0.1)", "1+math.random(0.05,0.1)", "1+math.random(0.05,0.1)"]}, + "1.75": {"pre": ["1+math.random(0.05,0.1)", "1+math.random(0.05,0.1)", "1+math.random(0.05,0.1)"], "post": ["1+math.random(0.1,0.2)", "1+math.random(0.1,0.2)", "1+math.random(0.1,0.2)"]}, + "2.0": [0.9, 0.9, 0.9] + } + }, + "head_blackening3": { + "scale": { + "0.0": [0.9, 0.9, 0.9], + "0.0833": {"pre": [0.9, 0.9, 0.9], "post": [1, 1, 1]}, + "0.125": {"pre": [1, 1, 1], "post": ["1+math.random(0.05,0.1)", "1+math.random(0.05,0.1)", "1+math.random(0.05,0.1)"]}, + "1.75": {"pre": ["1+math.random(0.05,0.1)", "1+math.random(0.05,0.1)", "1+math.random(0.05,0.1)"], "post": ["1+math.random(0.1,0.2)", "1+math.random(0.1,0.2)", "1+math.random(0.1,0.2)"]}, + "2.0": [0.9, 0.9, 0.9] + } + }, + "head_glowup": { + "scale": { + "0.0": [0.9, 0.9, 0.9], + "0.0833": {"pre": [0.9, 0.9, 0.9], "post": ["1*10.8", "1*10.8", "1*10.8"]}, + "0.125": {"pre": ["1*10.8", "1*10.8", "1*10.8"], "post": ["1*10.8+math.random(0.05,0.1)", "1*10.8+math.random(0.05,0.1)", "1*10.8+math.random(0.05,0.1)"]}, + "1.75": {"pre": ["1*10.8+math.random(0.05,0.1)", "1*10.8+math.random(0.05,0.1)", "1*10.8+math.random(0.05,0.1)"], "post": ["1*10.8+math.random(0.1,0.2)", "1*10.8+math.random(0.1,0.2)", "1*10.8+math.random(0.1,0.2)"]}, + "2.0": [0.9, 0.9, 0.9] + } + }, + "head_glowup2": { + "scale": { + "0.0": [0.9, 0.9, 0.9], + "0.0833": {"pre": [0.9, 0.9, 0.9], "post": ["1*10.8", "1*10.8", "1*10.8"]}, + "0.125": {"pre": ["1*10.8", "1*10.8", "1*10.8"], "post": ["1*10.8+math.random(0.05,0.1)", "1*10.8+math.random(0.05,0.1)", "1*10.8+math.random(0.05,0.1)"]}, + "1.75": {"pre": ["1*10.8+math.random(0.05,0.1)", "1*10.8+math.random(0.05,0.1)", "1*10.8+math.random(0.05,0.1)"], "post": ["1*10.8+math.random(0.1,0.2)", "1*10.8+math.random(0.1,0.2)", "1*10.8+math.random(0.1,0.2)"]}, + "2.0": [0.9, 0.9, 0.9] + } + } + } + }, + "animation.xurkitree.cry": { + "animation_length": 2, + "bones": { + "head_quirk": { + "scale": { + "0.0": [0.9, 0.9, 0.9], + "0.0833": {"pre": [0.9, 0.9, 0.9], "post": [1, 1, 1]}, + "0.125": {"pre": [1, 1, 1], "post": ["0.99+math.random(0.05,0.1)", "0.99+math.random(0.05,0.1)", "0.99+math.random(0.05,0.1)"]}, + "1.75": {"pre": ["0.99+math.random(0.05,0.1)", "0.99+math.random(0.05,0.1)", "0.99+math.random(0.05,0.1)"], "post": ["0.99+math.random(0.1,0.2)", "0.99+math.random(0.1,0.2)", "0.99+math.random(0.1,0.2)"]}, + "2.0": [0.9, 0.9, 0.9] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [2, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [6, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [2, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "head_glowup": { + "scale": { + "0.0": [0.9, 0.9, 0.9], + "0.0833": {"pre": [0.9, 0.9, 0.9], "post": ["1*10.8", "1*10.8", "1*10.8"]}, + "0.125": {"pre": ["1*10.8", "1*10.8", "1*10.8"], "post": ["1*10.8+math.random(0.05,0.1)", "1*10.8+math.random(0.05,0.1)", "1*10.8+math.random(0.05,0.1)"]}, + "1.75": {"pre": ["1*10.8+math.random(0.05,0.1)", "1*10.8+math.random(0.05,0.1)", "1*10.8+math.random(0.05,0.1)"], "post": ["1*10.8+math.random(0.1,0.2)", "1*10.8+math.random(0.1,0.2)", "1*10.8+math.random(0.1,0.2)"]}, + "2.0": [0.9, 0.9, 0.9] + } + }, + "head_glowup2": { + "scale": { + "0.0": [0.9, 0.9, 0.9], + "0.0833": {"pre": [0.9, 0.9, 0.9], "post": ["1*10.8", "1*10.8", "1*10.8"]}, + "0.125": {"pre": ["1*10.8", "1*10.8", "1*10.8"], "post": ["1*10.8+math.random(0.05,0.1)", "1*10.8+math.random(0.05,0.1)", "1*10.8+math.random(0.05,0.1)"]}, + "1.75": {"pre": ["1*10.8+math.random(0.05,0.1)", "1*10.8+math.random(0.05,0.1)", "1*10.8+math.random(0.05,0.1)"], "post": ["1*10.8+math.random(0.1,0.2)", "1*10.8+math.random(0.1,0.2)", "1*10.8+math.random(0.1,0.2)"]}, + "2.0": [0.9, 0.9, 0.9] + } + }, + "realhead": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [6, 0, 0], + "0.5417": { + "pre": [6, 0, 0], + "post": [6, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": [6, 0, 0], + "0.625": {"pre": [6, 0, 0], "post": [9.44, 0, 0]}, + "0.6667": { + "pre": [9.44, 0, 0], + "post": [9.44, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": [9.44, 0, 0], + "0.75": {"pre": [9.44, 0, 0], "post": [2, 0, 0]}, + "0.7917": { + "pre": [2, 0, 0], + "post": [2, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": [2, 0, 0], + "0.875": {"pre": [2, 0, 0], "post": [1, 0, 0]}, + "0.9167": { + "pre": [1, 0, 0], + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": [1, 0, 0], + "1.0": {"pre": [1, 0, 0], "post": [6, 0, 0]}, + "1.0417": { + "pre": [6, 0, 0], + "post": [6, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": [6, 0, 0], + "1.125": {"pre": [6, 0, 0], "post": [1.86, 0, 0]}, + "1.1667": { + "pre": [1.86, 0, 0], + "post": [1.86, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": [1.86, 0, 0], + "1.25": { + "pre": [2, 0, 0], + "post": [2, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": [2, 0, 0], + "1.3333": { + "pre": [0.41, 0, 0], + "post": [0.41, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": [0.41, 0, 0], + "1.4167": {"pre": [0.41, 0, 0], "post": [6, 0, 0]}, + "1.4583": { + "pre": [6, 0, 0], + "post": [6, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [6, 0, 0], + "2.0": { + "pre": [2, 0, 0], + "post": [2, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.xurkitree.recoil": { + "animation_length": 1.5, + "bones": { + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.2917": { + "pre": [-12.5, 0, 0], + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.375": { + "pre": [0, 0, 2], + "post": [0, 0, 2], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "tail_rotation": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": { + "pre": [10, 0, 0], + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "arm_left_1_sec_1": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": { + "pre": [1.75378, 9.84655, -9.84892], + "post": [1.75378, 9.84655, -9.84892], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "arm_right_1_sec_1": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": { + "pre": [1.75378, -9.84655, 9.84892], + "post": [1.75378, -9.84655, 9.84892], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + } + } + }, + "animation.xurkitree.faint": { + "animation_length": 2, + "bones": { + "head_quirk": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": {"pre": [1, 1, 1], "post": [0.1, 0.1, 0.1]}, + "0.2917": {"pre": [0.1, 0.1, 0.1], "post": [1, 1, 1]}, + "0.375": {"pre": [1, 1, 1], "post": [0.1, 0.1, 0.1]}, + "0.4167": {"pre": [0.1, 0.1, 0.1], "post": [1, 1, 1]}, + "0.4583": {"pre": [1, 1, 1], "post": [0.1, 0.1, 0.1]}, + "0.5": {"pre": [0.1, 0.1, 0.1], "post": [0.1, 0.1, 0.1]}, + "0.5833": {"pre": [0.1, 0.1, 0.1], "post": [1, 1, 1]}, + "0.6667": {"pre": [1, 1, 1], "post": [0.1, 0.1, 0.1]}, + "0.7083": {"pre": [0.1, 0.1, 0.1], "post": [1, 1, 1]}, + "0.75": {"pre": [1, 1, 1], "post": [0.1, 0.1, 0.1]} + } + }, + "head_blackening": { + "scale": { + "0.0": [0.1, 0.1, 0.1], + "0.2083": {"pre": [0.1, 0.1, 0.1], "post": [1, 1, 1]}, + "0.25": {"pre": [1, 1, 1], "post": [1, 1, 1]}, + "0.2917": {"pre": [1, 1, 1], "post": [0.1, 0.1, 0.1]}, + "0.3333": {"pre": [0.1, 0.1, 0.1], "post": [0.1, 0.1, 0.1]}, + "0.375": {"pre": [0.1, 0.1, 0.1], "post": [1, 1, 1]}, + "0.4167": {"pre": [1, 1, 1], "post": [1, 1, 1]}, + "0.4583": {"pre": [1, 1, 1], "post": [1, 1, 1]}, + "0.5": {"pre": [1, 1, 1], "post": [1, 1, 1]}, + "0.5417": {"pre": [1, 1, 1], "post": [1, 1, 1]}, + "0.5833": {"pre": [1, 1, 1], "post": [0.1, 0.1, 0.1]}, + "0.625": {"pre": [0.1, 0.1, 0.1], "post": [0.1, 0.1, 0.1]}, + "0.6667": {"pre": [0.1, 0.1, 0.1], "post": [1, 1, 1]}, + "0.7083": {"pre": [1, 1, 1], "post": [1, 1, 1]}, + "0.75": {"pre": [1, 1, 1], "post": [1, 1, 1]}, + "0.9583": {"pre": [1, 1, 1], "post": [0.1, 0.1, 0.1]}, + "1.0417": {"pre": [0.1, 0.1, 0.1], "post": [1, 1, 1]}, + "1.0833": {"pre": [1, 1, 1], "post": [0.1, 0.1, 0.1]} + } + }, + "head_blackening2": { + "scale": { + "0.0": [0.1, 0.1, 0.1], + "0.9583": {"pre": [0.1, 0.1, 0.1], "post": [1, 1, 1]}, + "1.0417": {"pre": [1, 1, 1], "post": [0.1, 0.1, 0.1]}, + "1.0833": {"pre": [0.1, 0.1, 0.1], "post": [1, 1, 1]}, + "1.3333": {"pre": [1, 1, 1], "post": [0.1, 0.1, 0.1]} + } + }, + "head_blackening3": { + "scale": { + "0.0": [0.1, 0.1, 0.1], + "1.2917": {"pre": [0.1, 0.1, 0.1], "post": [0.1, 0.1, 0.1]}, + "1.3333": {"pre": [0.1, 0.1, 0.1], "post": [1, 1, 1]} + } + }, + "head_glowup": { + "scale": 0.1 + }, + "head_glowup2": { + "scale": 0.1 + } + } + }, + "animation.xurkitree.movetest": { + "animation_length": 3, + "bones": { + "xurkitree": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, -2.95904], + "0.0833": [0, 0, -7.31311], + "0.125": [0, 0, -12.06718], + "0.1667": [0, 0, -17.03381], + "0.2083": [0, 0, -22.13563], + "0.25": [0, 0, -27.33285], + "0.2917": [0, 0, -32.60036], + "0.3333": [0, 0, -37.92195], + "0.375": [0, 0, -43.28622], + "0.4167": [0, 0, -48.68459], + "0.4583": [0, 0, -54.11038], + "0.5": [0, 0, -59.55819], + "0.5417": [0, 0, -65.0237], + "0.5833": [0, 0, -70.5032], + "0.8333": [0, 0, -103.50858], + "0.9167": [0, 0, -114.4968], + "0.9583": [0, 0, -119.9763], + "1.0": [0, 0, -125.44181], + "1.0417": [0, 0, -130.88962], + "1.0833": [0, 0, -136.31541], + "1.125": [0, 0, -141.71378], + "1.1667": [0, 0, -147.07805], + "1.2083": [0, 0, -152.39964], + "1.25": [0, 0, -157.66715], + "1.2917": [0, 0, -162.86437], + "1.3333": [0, 0, -167.96619], + "1.375": [0, 0, -172.93282], + "1.4167": [0, 0, -177.68689], + "1.4583": [0, 0, -182.04096], + "1.5": [0, 0, -185], + "1.5417": [0, 0, -187.95904], + "1.5833": [0, 0, -192.31311], + "1.625": [0, 0, -197.06718], + "1.6667": [0, 0, -202.03381], + "1.7083": [0, 0, -207.13563], + "1.75": [0, 0, -212.33285], + "1.7917": [0, 0, -217.60036], + "1.8333": [0, 0, -222.92195], + "1.875": [0, 0, -228.28622], + "1.9167": [0, 0, -233.68459], + "1.9583": [0, 0, -239.11038], + "2.0": [0, 0, -244.55819], + "2.0417": [0, 0, -250.0237], + "2.0833": [0, 0, -255.5032], + "2.3333": [0, 0, -288.50858], + "2.4167": [0, 0, -299.4968], + "2.4583": [0, 0, -304.9763], + "2.5": [0, 0, -310.44181], + "2.5417": [0, 0, -315.88962], + "2.5833": [0, 0, -321.31541], + "2.625": [0, 0, -326.71378], + "2.6667": [0, 0, -332.07805], + "2.7083": [0, 0, -337.39964], + "2.75": [0, 0, -342.66715], + "2.7917": [0, 0, -347.86437], + "2.8333": [0, 0, -352.96619], + "2.875": [0, 0, -357.93282], + "2.9167": [0, 0, -362.68689], + "2.9583": [0, 0, -367.04096], + "3.0": [0, 0, "-185-185"] + } + }, + "main_body": { + "position": [0, 0, 210] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/yamask/yamask_galarian.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/yamask/yamask_galarian.animation.json new file mode 100644 index 0000000..3822df4 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/yamask/yamask_galarian.animation.json @@ -0,0 +1,138 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.yamask_galarian.pose": { + "loop": true, + "bones": { + "arm_right": { + "rotation": [10, 0, -15], + "position": [0, 0, -0.25] + }, + "arm_right2": { + "rotation": [0, 5, 10], + "position": [0.09659, -0.02549, -0.00449] + }, + "arm_left": { + "rotation": [10, 0, 15], + "position": [0, 0, -0.25] + }, + "arm_left2": { + "rotation": [0, -5, -10], + "position": [-0.09659, -0.02549, -0.00449] + } + } + }, + "animation.yamask_galarian.ground_idle": { + "loop": true, + "bones": { + "arm_right": { + "rotation": [10, 0, "-15-math.sin(q.anim_time*90*2+45)*5"], + "position": [0, 0, -0.25] + }, + "arm_right2": { + "rotation": [0, 5, "10-math.sin(q.anim_time*90*2+75)*2.5"], + "position": [0.09659, -0.02549, -0.00449] + }, + "arm_left": { + "rotation": [10, 0, "15+math.sin(q.anim_time*90*2+45)*5"], + "position": [0, 0, -0.25] + }, + "arm_left2": { + "rotation": [0, -5, "-10+math.sin(q.anim_time*90*2+75)*2.5"], + "position": [-0.09659, -0.02549, -0.00449] + }, + "torso": { + "rotation": ["0-math.sin(q.anim_time*90*2+30)*2.5", "0+math.sin(q.anim_time*90*1+30)*5", "0+math.sin(q.anim_time*90*1+30)*1"], + "position": [0, "2.5+math.clamp(math.sin(q.anim_time*90*2)*1,-0.75,1)+math.sin(q.anim_time*90*2)*1", 0] + }, + "tail": { + "rotation": ["0-math.sin(q.anim_time*90*2+60)*1", 0, "0-math.sin(q.anim_time*90*2+60)*1"] + }, + "tail2": { + "rotation": ["0-math.sin(q.anim_time*90*2+90)*2.5", 0, 0] + }, + "tail3": { + "rotation": ["0-math.sin(q.anim_time*90*2+120)*2.5", 0, 0] + }, + "tail4": { + "rotation": ["0-math.sin(q.anim_time*90*2+150)*2.5", 0, 0] + } + } + }, + "animation.yamask_galarian.ground_walk": { + "loop": true, + "bones": { + "arm_right": { + "rotation": [10, 0, "-15-math.sin(q.anim_time*90*3+45)*5"], + "position": [0, 0, -0.25] + }, + "arm_right2": { + "rotation": [0, 5, "10-math.sin(q.anim_time*90*3+75)*2.5"], + "position": [0.09659, -0.02549, -0.00449] + }, + "arm_left": { + "rotation": [10, 0, "15+math.sin(q.anim_time*90*3+45)*5"], + "position": [0, 0, -0.25] + }, + "arm_left2": { + "rotation": [0, -5, "-10+math.sin(q.anim_time*90*3+75)*2.5"], + "position": [-0.09659, -0.02549, -0.00449] + }, + "torso": { + "rotation": ["12.5-math.sin(q.anim_time*90*3+30)*2.5", "math.sin(q.anim_time*90*1.5+30)*5", "math.sin(q.anim_time*90*1.5+30)*1"], + "position": [0, "2.5+math.clamp(math.sin(q.anim_time*90*3)*1,-0.75,1)+math.sin(q.anim_time*90*3)*1", 0] + }, + "tail": { + "rotation": ["0-math.sin(q.anim_time*90*3+60)*1", 0, "0-math.sin(q.anim_time*90*3+60)*1"] + }, + "tail2": { + "rotation": ["0-math.sin(q.anim_time*90*3+90)*2.5", 0, 0] + }, + "tail3": { + "rotation": ["0-math.sin(q.anim_time*90*3+120)*2.5", 0, 0] + }, + "tail4": { + "rotation": ["0-math.sin(q.anim_time*90*3+150)*2.5", 0, 0] + } + } + }, + "animation.yamask_galarian.sleep": { + "loop": true, + "bones": { + "arm_right": { + "rotation": [10, 0, "-15-math.sin(q.anim_time*90*1+45)*5"], + "position": [0, 0, -0.25] + }, + "arm_right2": { + "rotation": [0, 5, "10-math.sin(q.anim_time*90*1+75)*2.5"], + "position": [0.09659, -0.02549, -0.00449] + }, + "arm_left": { + "rotation": [10, 0, "15+math.sin(q.anim_time*90*1+45)*5"], + "position": [0, 0, -0.25] + }, + "arm_left2": { + "rotation": [0, -5, "-10+math.sin(q.anim_time*90*1+75)*2.5"], + "position": [-0.09659, -0.02549, -0.00449] + }, + "torso": { + "rotation": ["0-math.sin(q.anim_time*90*1+30)*2.5", "0+math.sin(q.anim_time*90*0.5+30)*5", "0+math.sin(q.anim_time*90*0.5+30)*1"], + "position": [0, -2.75, 0] + }, + "tail": { + "rotation": ["0-math.sin(q.anim_time*90*1+60)*1", 0, "0-math.sin(q.anim_time*90*1+60)*1"] + }, + "tail2": { + "rotation": ["0-math.sin(q.anim_time*90*1+90)*2.5", 0, 0] + }, + "tail3": { + "rotation": ["0-math.sin(q.anim_time*90*1+120)*2.5", 0, 0] + }, + "tail4": { + "rotation": ["0-math.sin(q.anim_time*90*1+150)*2.5", 0, 0] + } + } + } + }, + "geckolib_format_version": 2 +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/zapdos2/zapdos2.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/zapdos2/zapdos2.animation.json new file mode 100644 index 0000000..9532799 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/zapdos2/zapdos2.animation.json @@ -0,0 +1,933 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.zapdos2.ground_idle": { + "loop": true, + "bones": { + "body": { + "position": [0, -0.1, 0] + }, + "torso": { + "rotation": [2.5, 0, 0], + "position": [0, 0, 3] + }, + "neck": { + "rotation": [20, 0, 0] + }, + "head": { + "rotation": [-20, 0, 0] + }, + "hair4": { + "rotation": [-20, 0, 0] + }, + "leg_right": { + "rotation": [2.56834, 13.90237, 10.26538] + }, + "foot_right": { + "rotation": [0, 0, -10] + }, + "leg_left": { + "rotation": [1.94714, -14.21826, -7.70881] + }, + "foot_left": { + "rotation": [0, 0, 7.5] + }, + "wing_open_right": { + "scale": 0 + }, + "wing_open_right2": { + "rotation": [2.82275, 60.05071, -2.38486], + "position": [0, 0.75, -0.75] + }, + "wing_open_right3": { + "rotation": [-1.44261, 29.96852, -2.88614] + }, + "wing_open_left": { + "scale": 0 + }, + "hair3": { + "rotation": [-10, 0, 0] + }, + "hair5": { + "rotation": [15, 0, 0] + }, + "hair6": { + "rotation": [15, 0, 0] + } + } + }, + "animation.zapdos2.ground_walk": { + "loop": true, + "bones": { + "tail_left": { + "rotation": ["2.5+math.sin(q.anim_time*90*6-25+180)*2", "math.sin(q.anim_time*90*3-20+180)*0.75", 0] + }, + "tail_left2": { + "rotation": ["2.5+math.sin(q.anim_time*90*6-50+180)*3", "math.sin(q.anim_time*90*3-40+180)*1", 0] + }, + "tail_right": { + "rotation": ["2.5+math.sin(q.anim_time*90*6-25+180)*2", "math.sin(q.anim_time*90*3-20+180)*0.75", 0] + }, + "tail_right2": { + "rotation": ["2.5+math.sin(q.anim_time*90*6-50+180)*3", "math.sin(q.anim_time*90*3-40+180)*1", 0] + }, + "hair": { + "rotation": ["0+math.sin(q.anim_time*90*6-95+180)*3", 0, 0] + }, + "hair_left": { + "rotation": ["0+math.sin(q.anim_time*90*6-90+180)*4", 0, 0] + }, + "hair_right": { + "rotation": ["0+math.sin(q.anim_time*90*6-90+180)*4", 0, 0] + }, + "hair_left2": { + "rotation": ["0+math.sin(q.anim_time*90*6-85+180)*3", 0, 0] + }, + "hair_right2": { + "rotation": ["0+math.sin(q.anim_time*90*6-85+180)*3", 0, 0] + }, + "wing_left2": { + "rotation": [0, -107.5, 0], + "position": [0, -0.01, 0] + }, + "wing_left3": { + "rotation": [0, -62.5, 0], + "position": [-1, -0.01, -2] + }, + "wing_right3": { + "rotation": [0, 62.5, 0], + "position": [1, -0.01, -1] + }, + "toe_right_middle": { + "rotation": [ + "0+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", + 0, + 0 + ] + }, + "toe_right_inner": { + "rotation": [ + "-1.3208+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", + -2.79056, + 4.67594 + ] + }, + "toe_right_outer": { + "rotation": [ + "-1.3208+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", + 2.79056, + -4.67594 + ] + }, + "toe_right_back": { + "rotation": ["math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*27.5,-0,25)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*22.5,-20,0)", 0, 0] + }, + "toe_left_middle": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", 0, 0] + }, + "toe_left_inner": { + "rotation": ["-1.5203+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", 7.13182, -4.77156] + }, + "toe_left_outer": { + "rotation": ["-1.5203+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", -7.13182, 4.77156] + }, + "toe_left_back": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-300)*27.5,-0,25)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*22.5,-20,0)", 0, 0] + }, + "body": { + "position": [0, "0+math.clamp(math.sin(query.anim_time*90*6*-1-30)*1,-0,1)+math.clamp(math.sin(query.anim_time*90*6*-1-30)*1,-0.9,0)", 0] + }, + "leg_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-50)*17.5,-17.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-50)*22.5,-0,20)", 0, 0], + "position": [0, "0+math.clamp(math.sin(query.anim_time*90*3*-1-60)*1,0.3,1)", "1+math.sin(q.anim_time*90*3-80)*2"] + }, + "leg_left2": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-150)*35.5,-32.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-150)*17.5,-0,15)", 0, 0] + }, + "foot_left": { + "rotation": ["-7.5+math.clamp(math.sin(query.anim_time*90*3*-1-175)*7.5,-7.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-175)*22.5,-0,20)", 0, 0] + }, + "toe_inner_left": { + "rotation": ["-1.5203+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", 7.13182, -4.77156] + }, + "claw_inner_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330)*15,-0,12.5)", 0, 0] + }, + "toe_outer_left": { + "rotation": ["-1.5203+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", -7.13182, 4.77156] + }, + "claw_outer_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330)*15,-0,12.5)", 0, 0] + }, + "toe_middle_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", 0, 0] + }, + "claw_middle_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330)*15,-0,12.5)", 0, 0] + }, + "toe_back_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-300)*27.5,-0,25)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*22.5,-20,0)", 0, 0] + }, + "claw_back_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330)*15,-12.5,0)", 0, 0] + }, + "leg_right": { + "rotation": [ + "0+math.clamp(math.sin(query.anim_time*90*3*-1-50+180)*17.5,-17.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-50+180)*22.5,-0,20)", + 0, + 0 + ], + "position": [0, "-1+math.clamp(math.sin(query.anim_time*90*3*-1-60+180)*1,0.3,1)", "1-math.sin(q.anim_time*90*3-80)*2"] + }, + "leg_right2": { + "rotation": [ + "0+math.clamp(math.sin(query.anim_time*90*3*-1-150+180)*35.5,-32.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-150+180)*17.5,-0,15)", + 0, + 0 + ] + }, + "foot_right": { + "rotation": [ + "-7.5+math.clamp(math.sin(query.anim_time*90*3*-1-175+180)*7.5,-7.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-175+180)*22.5,-0,20)", + 0, + 0 + ] + }, + "toe_inner_right": { + "rotation": [ + "-1.3208+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", + -2.79056, + 4.67594 + ] + }, + "claw_inner_right": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330+180)*15,-0,12.5)", 0, 0] + }, + "toe_outer_right": { + "rotation": [ + "-1.3208+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", + 2.79056, + -4.67594 + ] + }, + "claw_outer_right": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330+180)*15,-0,12.5)", 0, 0] + }, + "toe_middle_right": { + "rotation": [ + "0+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", + 0, + 0 + ] + }, + "claw_middle_right": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330+180)*15,-0,12.5)", 0, 0] + }, + "toe_back_right": { + "rotation": [ + "0+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*27.5,-0,25)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*22.5,-20,0)", + 0, + 0 + ] + }, + "claw_back_right": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330+180)*15,-12.5,0)", 0, 0] + }, + "torso": { + "rotation": ["math.sin(q.anim_time*90*6+0+180)*2", "0+math.sin(q.anim_time*90*3-60+180)*2.5", "0+math.sin(q.anim_time*90*3+0)*2.5"] + }, + "head": { + "rotation": ["2.5+math.sin(q.anim_time*90*6-40)*3", 0, "math.sin(q.anim_time*90*3-50)*0.25"] + }, + "wing_open_left": { + "scale": 0 + }, + "wing_open_right": { + "scale": 0 + } + } + }, + "animation.zapdos2.air_idle": { + "loop": true, + "animation_length": 1.33333, + "bones": { + "body": { + "rotation": ["-10+math.sin(q.anim_time*90*3-60)*-1", 0, 0], + "position": [0, "math.sin(q.anim_time*90*3-30)*-2", "math.sin(q.anim_time*90*3-30)*-0.5"] + }, + "torso": { + "rotation": ["-15+math.sin(q.anim_time*90*3-60)*-3", 0, 0] + }, + "tail_left": { + "rotation": [8.0352, -0.67621, 4.9829] + }, + "tail_right": { + "rotation": [8.27991, 1.031, -7.46967] + }, + "tail_left2": { + "rotation": [12.64619, -1.47498, 22.81474] + }, + "tail_right2": { + "rotation": [12.64619, 1.47498, -22.81474] + }, + "neck": { + "rotation": ["30+math.sin(q.anim_time*90*3-70)*-5", 0, 0] + }, + "head": { + "rotation": ["-5+math.sin(q.anim_time*90*3-70)*10", 0, 0], + "position": [0, -1, 1] + }, + "hair4": { + "rotation": ["5+math.sin(q.anim_time*90*3-150)*25", 0, 0] + }, + "leg_right": { + "rotation": ["math.sin(q.anim_time*90*3-90)*-10", 0, 0], + "position": [0, -3, 0] + }, + "foot_right": { + "rotation": ["-20+math.sin(q.anim_time*90*3-150)*5", 0, -7.5] + }, + "leg_left": { + "rotation": ["math.sin(q.anim_time*90*3-90)*-10", 0, 0], + "position": [0, -3, 0] + }, + "foot_left": { + "rotation": ["-20+math.sin(q.anim_time*90*3-150)*5", 0, 7.5] + }, + "wing_open_right": { + "rotation": [-10, -5, "-5+math.sin(q.anim_time*90*3)*60"], + "position": [0, "math.sin(q.anim_time*90*3)*-0.5", 0] + }, + "wing_open_right2": { + "rotation": [0.3024, -7.01899, "-7.218+math.sin(q.anim_time*90*3-70)*40"] + }, + "wing_open_right3": { + "rotation": [0, 0, "math.sin(q.anim_time*90*3-120)*30"] + }, + "hair2": { + "rotation": ["math.sin(q.anim_time*90*3-90)*1", 0, 0] + }, + "hair3": { + "rotation": ["math.sin(q.anim_time*90*3-90)*5+4", 0, 0] + }, + "hair5": { + "rotation": ["math.sin(q.anim_time*90*3-210)*20-20", 0, 0] + }, + "hair6": { + "rotation": ["math.sin(q.anim_time*90*3-300)*50+2.5", 0, 0] + }, + "leg_right2": { + "rotation": ["math.sin(q.anim_time*90*3-120)*15", 0, 0] + }, + "toe_back_right": { + "rotation": [-60, 0, 0] + }, + "claw_back_right": { + "rotation": [-23.06545, 0.03421, 1.5838] + }, + "toe_inner_right": { + "rotation": [37.5, 0, 0] + }, + "claw_inner_right": { + "rotation": [25, 0, 0] + }, + "toe_middle_right": { + "rotation": [35, 0, 0] + }, + "claw_middle_right": { + "rotation": [20, 0, 0] + }, + "toe_outer_right": { + "rotation": [55, 0, 0] + }, + "claw_outer_right": { + "rotation": [20, 0, 0] + }, + "leg_left2": { + "rotation": ["math.sin(q.anim_time*90*3-120)*15", 0, 0] + }, + "toe_back_left": { + "rotation": [-60, 0, 0] + }, + "claw_back_left": { + "rotation": [-23.06545, -0.03421, -1.5838] + }, + "toe_inner_left": { + "rotation": [37.5, 0, 0] + }, + "claw_inner_left": { + "rotation": [25, 0, 0] + }, + "toe_middle_left": { + "rotation": [35, 0, 0] + }, + "claw_middle_left": { + "rotation": [20, 0, 0] + }, + "toe_outer_left": { + "rotation": [55, 0, 0] + }, + "claw_outer_left": { + "rotation": [20, 0, 0] + }, + "wing_open_right4": { + "rotation": [0, 0, "math.sin(q.anim_time*90*3-140)*40"] + }, + "wing_open_left": { + "rotation": [-10, 5, "5+math.sin(q.anim_time*90*3)*-60"], + "position": [0, "math.sin(q.anim_time*90*3)*-0.5", 0] + }, + "wing_open_left2": { + "rotation": [0.30239, 7.01899, "7.218+math.sin(q.anim_time*90*3-70)*-40"] + }, + "wing_open_left3": { + "rotation": [0, 0, "-(math.sin(q.anim_time*90*3-120)*30)"] + }, + "wing_open_left4": { + "rotation": [0, 0, "-(math.sin(q.anim_time*90*3-140)*40)"] + }, + "wing_open_left_top2": { + "rotation": { + "0.0": [0.30106, 4.51902, "7.2048+math.sin(q.anim_time*90*3-70)*-40"], + "0.5833": [-0.30338, 7.01873, "2.2637+math.sin(q.anim_time*90*3-70)*-40"], + "0.75": [-0.91696, 6.96545, "-2.7735+math.sin(q.anim_time*90*3-70)*-40"] + } + }, + "wing_open_right_top2": { + "rotation": [0.30031, 2.01906, "7.1917-math.sin(q.anim_time*90*3-70)*-40"] + }, + "wing_open_right_top": { + "rotation": [0, -2.5, 0] + }, + "wing_closed_right": { + "scale": 0 + }, + "wing_closed_left": { + "scale": 0 + } + } + }, + "animation.zapdos2.air_fly": { + "loop": true, + "animation_length": 1.33333, + "bones": { + "torso": { + "rotation": [-5, 0, 0] + }, + "leg_right": { + "position": [0, -1, -1.75] + }, + "leg_right2": { + "rotation": [-60, 0, 0] + }, + "foot_right": { + "rotation": [35, 0, 0] + }, + "claw_back_right": { + "rotation": [-45, 0, 0] + }, + "toe_inner_right": { + "rotation": [45, 0, 0] + }, + "toe_outer_right": { + "rotation": [45, 0, 0] + }, + "claw_outer_right": { + "rotation": [45, 0, 0] + }, + "leg_left": { + "position": [0, -1, -1.75] + }, + "leg_left2": { + "rotation": [-65, 0, 0] + }, + "foot_left": { + "rotation": [45, 0, 0] + }, + "toe_back_left": { + "rotation": [-60, 0, 0] + }, + "toe_inner_left": { + "rotation": [45, 0, 0] + }, + "toe_outer_left": { + "rotation": [45, 0, 0] + }, + "body": { + "rotation": ["12.5+math.sin(q.anim_time*90*3-60)*-1", 0, 0], + "position": [0, "math.sin(q.anim_time*90*3-30)*-2", "math.sin(q.anim_time*90*3-30)*-0.5"] + }, + "head": { + "rotation": ["-20+math.sin(q.anim_time*90*3-70)*10", 0, 0], + "position": [0, -1, -1] + }, + "toe_back_right": { + "rotation": [-60, 0, 0] + }, + "claw_back_left": { + "rotation": [-45, 0, 0] + }, + "claw_inner_left": { + "rotation": [45, 0, 0] + }, + "claw_outer_left": { + "rotation": [45, 0, 0] + }, + "neck": { + "rotation": [24.67834, -0.65807, 1.02292] + }, + "hair2": { + "rotation": [0, 0, 0] + }, + "hair3": { + "rotation": [30, 0, 0] + }, + "hair4": { + "rotation": [-7.5, 0, 0] + }, + "hair5": { + "rotation": [7.5, 0, 0] + }, + "hair6": { + "rotation": [7.5, 0, 0] + }, + "toe_outer_right2": { + "rotation": [60, 0, 0] + }, + "toe_middle_right": { + "rotation": [45, 0, 0] + }, + "toe_middle_right2": { + "rotation": [60, 0, 0] + }, + "claw_middle_right": { + "rotation": [45, 0, 0] + }, + "toe_inner_right2": { + "rotation": [60, 0, 0] + }, + "toe_inner_left2": { + "rotation": [60, 0, 0] + }, + "toe_middle_left": { + "rotation": [45, 0, 0] + }, + "toe_middle_left2": { + "rotation": [60, 0, 0] + }, + "claw_middle_left": { + "rotation": [45, 0, 0] + }, + "toe_outer_left2": { + "rotation": [60, 0, 0] + }, + "wing_open_right": { + "rotation": [-10, -5, "-5+math.sin(q.anim_time*90*3)*60"], + "position": [0, "math.sin(q.anim_time*90*3)*-0.5", 0] + }, + "wing_open_right2": { + "rotation": [0.3024, -7.01899, "-7.218+math.sin(q.anim_time*90*3-70)*40"] + }, + "wing_open_right_top2": { + "rotation": [0.30239, 7.01899, "7.218-math.sin(q.anim_time*90*3-70)*-40"] + }, + "wing_open_left": { + "rotation": [-10, 5, "5-math.sin(q.anim_time*90*3)*60"], + "position": [0, "math.sin(q.anim_time*90*3)*-0.5", 0] + }, + "wing_open_left2": { + "rotation": [0.3024, 7.019, "7.218-math.sin(q.anim_time*90*3-70)*40"] + }, + "wing_open_left3": { + "rotation": [0, 0, "-(math.sin(q.anim_time*90*3-120)*30)"] + }, + "wing_open_left_top2": { + "rotation": [0.30239, -7.019, "-7.218+math.sin(q.anim_time*90*3-70)*-40"] + }, + "wing_open_right3": { + "rotation": [0, 0, "math.sin(q.anim_time*90*3-120)*30"] + }, + "wing_closed_right": { + "scale": 0 + }, + "wing_closed_left": { + "scale": 0 + } + } + }, + "animation.zapdos2.cry": { + "animation_length": 1.08333, + "bones": { + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-2.94, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + }, + "sound_effects": { + "0.0": { + "effect": "pokemon.pidgeot.cry" + } + } + }, + "animation.zapdos2.blink": { + "animation_length": 0.1667, + "bones": { + "eyelid_left": { + "position": { + "0.0": [0.1, 0, -0.1], + "0.125": [0.1, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_right": { + "position": { + "0.0": [-0.1, 0, -0.1], + "0.125": [-0.1, 0, -0.1], + "0.1667": [0, 0, 0] + } + } + } + }, + "animation.zapdos2.pose": { + "loop": true, + "bones": { + "body": { + "position": [0, -0.1, 0] + }, + "torso": { + "rotation": [-2.5, 0, 0] + }, + "tail_left": { + "rotation": [0, -5, 0] + }, + "tail_right": { + "rotation": [0, 5, 0] + }, + "tail_left2": { + "rotation": [-2.34484, -17.48462, 0.75259] + }, + "tail_right2": { + "rotation": [-2.35248, 14.98672, -0.64986] + }, + "neck": { + "rotation": [30.02824, -9.90705, -2.84919] + }, + "head": { + "rotation": [-10.21794, -4.66522, 0.19098] + }, + "hair2": { + "rotation": [4.95392, -1.08089, 4.88206] + }, + "hair3": { + "rotation": [-0.45572, -1.76309, -5.67259] + }, + "hair4": { + "rotation": [21.11224, -12.53839, -40.85809], + "position": [1, -2, 0] + }, + "hair5": { + "rotation": [-31.36964, 0.5665, -22.29949], + "position": [0, 0, 0] + }, + "hair6": { + "rotation": [-26.93488, 2.86313, 9.82648], + "position": [0, -0.75, 0] + }, + "pupil_left": { + "position": [0.25, -0.25, 0] + }, + "pupil_right": { + "position": [0.25, -0.25, 0] + }, + "leg_right": { + "rotation": [2.56834, 13.90237, 10.26538] + }, + "foot_right": { + "rotation": [0, 0, -10] + }, + "leg_left": { + "rotation": [1.94714, -14.21826, -7.70881] + }, + "foot_left": { + "rotation": [0, 0, 7.5] + }, + "wing_open_right": { + "rotation": [-25.57342, -1.43504, -15.40247] + }, + "wing_open_right2": { + "rotation": [3.09472, -22.29711, -8.11003], + "position": [1.5, 0, 0] + }, + "wing_open_right3": { + "rotation": [0, 10, 0] + }, + "wing_open_right4": { + "rotation": [0, 0, -10] + }, + "wing_open_left": { + "scale": 0 + }, + "wing_open_right_top2": { + "rotation": [0, -15, 0] + } + } + }, + "animation.zapdos2.render": { + "loop": true, + "animation_length": 4.16667, + "bones": { + "body": { + "rotation": [-42.5, 0, 0], + "position": [0, 11, 0] + }, + "torso": { + "rotation": [-2.50954, -4.99523, 0.21865] + }, + "wing_open_right": { + "rotation": [-18.95891, -15.0949, 31.1894], + "position": [3.5, -2, 0] + }, + "wing_open_right2": { + "rotation": [6.32526, -10.80355, 6.90129], + "position": [4, -1, 0] + }, + "wing_open_right3": { + "rotation": [-2.59943, 9.5349, 1.3316], + "position": [1, 0, 0] + }, + "wing_open_right4": { + "rotation": [0, 15, 0] + }, + "wing_open_left": { + "rotation": [-18.95891, 15.09492, -31.18939], + "position": [-3.5, -1, 0] + }, + "wing_open_left2": { + "rotation": [3.28396, 12.06754, -22.15279], + "position": [-2, -1, 0] + }, + "wing_open_left3": { + "rotation": [-2.59943, -9.53488, -1.33157], + "position": [-1, 0, 0] + }, + "wing_open_left4": { + "rotation": [0, -15, 0] + }, + "tail_left2": { + "rotation": [0, 15, 0] + }, + "tail_right2": { + "rotation": [0, -12.5, 0] + }, + "neck": { + "rotation": [49.8924, 3.82821, -3.21873], + "position": [0, -1, 0] + }, + "head": { + "rotation": { + "0.0": [10.03742, 4.92385, 0.87038], + "4.1667": [0.02105, -0.0641, 0.5407] + }, + "position": { + "0.0": [0, -1, -1], + "4.1667": [0, 0, 0] + } + }, + "hair3": { + "rotation": [9.27698, 7.95531, -15.83156] + }, + "hair4": { + "rotation": [25.96295, 15.58394, -8.88636] + }, + "hair5": { + "rotation": [34.29013, -1.41595, -7.66007] + }, + "hair6": { + "rotation": [27.86082, -8.86042, -4.65468] + }, + "jaw": { + "rotation": [65, 0, 0] + }, + "leg_right": { + "rotation": [-30.17583, -1.61888, 12.39638] + }, + "leg_right2": { + "rotation": [-27.24682, 17.04679, -14.9092] + }, + "foot_right": { + "rotation": [18.85088, 8.57499, -3.70573] + }, + "toe_back_right": { + "rotation": [-42.5, 0, 0] + }, + "claw_back_right": { + "rotation": [-47.5, 0, 0] + }, + "toe_inner_right": { + "rotation": [35, -15, 0] + }, + "claw_inner_right": { + "rotation": [22.5, 0, 0] + }, + "toe_middle_right": { + "rotation": [15, 0, 0] + }, + "claw_middle_right": { + "rotation": [30, 0, 0] + }, + "toe_outer_right": { + "rotation": [30.39441, 10.95195, 6.6922] + }, + "claw_outer_right": { + "rotation": [57.5, 0, 0] + }, + "leg_left": { + "rotation": [20, 0, -17.5] + }, + "leg_left2": { + "rotation": [-21.54514, 9.06524, 12.0012] + }, + "foot_left": { + "rotation": [-7.41193, -14.98539, -0.66963] + }, + "toe_back_left": { + "rotation": [-35, 0, 0] + }, + "claw_back_left": { + "rotation": [-35, 0, 0] + }, + "toe_inner_left": { + "rotation": [42.5, 22.5, 0] + }, + "claw_inner_left": { + "rotation": [33.88502, -0.71144, 1.94739] + }, + "toe_middle_left": { + "rotation": [32.5, 0, 0] + }, + "claw_middle_left": { + "rotation": [22.5, 0, 0] + }, + "toe_outer_left": { + "rotation": [27.5, -20, 0] + }, + "claw_outer_left": { + "rotation": [47.5, 0, 0] + }, + "zapdos": { + "position": [0, 7, 0] + }, + "wing_open_left_top": { + "rotation": [0, 0, -7.5], + "position": [-2, 0, 0] + }, + "wing_open_left_top2": { + "rotation": [0, 7.5, -20], + "position": [-1, 0, 0] + }, + "wing_open_right_top2": { + "rotation": [0, -5, 15], + "position": [1, 0, 0] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/zapdos_galar/zapdos_galar.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/zapdos_galar/zapdos_galar.animation.json new file mode 100644 index 0000000..9a6799d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/zapdos_galar/zapdos_galar.animation.json @@ -0,0 +1,349 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.zapdos_galar.ground_idle": { + "loop": true, + "bones": { + "wing_left": { + "rotation": ["Math.cos((query.anim_time - 0.5) * 90) * 5", 0, "Math.cos((query.anim_time - 0.5) * 90) * 5"] + }, + "wing_right": { + "rotation": ["Math.cos((query.anim_time - 0.5) * 90) * 5", 0, "Math.cos((query.anim_time - 0.5) * 90) * -5"] + }, + "torso": { + "rotation": ["Math.cos((query.anim_time - 0.2) * 90) * 2", 0, 0] + }, + "wing_right2": { + "rotation": ["Math.cos((query.anim_time - 0.5) * 90) * 5", 0, "-Math.cos((query.anim_time - 0.5) * 90) * -5"] + }, + "leg_right": { + "rotation": [0, 15, 0] + }, + "leg_left": { + "rotation": [0, -15, 0] + } + } + }, + "animation.zapdos_galar.ground_walk": { + "loop": true, + "bones": { + "tail_left": { + "rotation": ["2.5+math.sin(q.anim_time*90*6-25+180)*2", "math.sin(q.anim_time*90*3-20+180)*0.75", 0] + }, + "tail_left2": { + "rotation": ["2.5+math.sin(q.anim_time*90*6-50+180)*3", "math.sin(q.anim_time*90*3-40+180)*1", 0] + }, + "tail_right": { + "rotation": ["2.5+math.sin(q.anim_time*90*6-25+180)*2", "math.sin(q.anim_time*90*3-20+180)*0.75", 0] + }, + "tail_right2": { + "rotation": ["2.5+math.sin(q.anim_time*90*6-50+180)*3", "math.sin(q.anim_time*90*3-40+180)*1", 0] + }, + "hair": { + "rotation": ["0+math.sin(q.anim_time*90*6-95+180)*3", 0, 0] + }, + "hair_left": { + "rotation": ["0+math.sin(q.anim_time*90*6-90+180)*4", 0, 0] + }, + "hair_right": { + "rotation": ["0+math.sin(q.anim_time*90*6-90+180)*4", 0, 0] + }, + "hair_left2": { + "rotation": ["0+math.sin(q.anim_time*90*6-85+180)*3", 0, 0] + }, + "hair_right2": { + "rotation": ["0+math.sin(q.anim_time*90*6-85+180)*3", 0, 0] + }, + "wing_closed_left": { + "rotation": [-15.01365, 2.41476, -0.64743] + }, + "wing_closed_left2": { + "rotation": [27.58957, -4.43385, -2.31336] + }, + "wing_closed_left3": { + "rotation": [17.64168, -7.15102, -2.26708] + }, + "wing_closed_right": { + "rotation": [-15.01365, -2.41476, 0.64743] + }, + "wing_closed_right2": { + "rotation": [27.58957, 4.43385, 2.31336] + }, + "wing_closed_right3": { + "rotation": [17.64168, 7.15102, 2.26708] + }, + "wing_open_right": { + "scale": 0 + }, + "wing_open_left": { + "scale": 0 + }, + "wing_left2": { + "rotation": [0, -107.5, 0], + "position": [0, -0.01, 0] + }, + "wing_left3": { + "rotation": [0, -62.5, 0], + "position": [-1, -0.01, -2] + }, + "wing_right3": { + "rotation": [0, 62.5, 0], + "position": [1, -0.01, -1] + }, + "toe_middle_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", 0, 0] + }, + "claw_middle_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330)*15,-0,12.5)", 0, 0] + }, + "toe_back_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-300)*27.5,-0,25)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*22.5,-20,0)", 0, 0] + }, + "claw_back_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330)*15,-12.5,0)", 0, 0] + }, + "toe_outer_left": { + "rotation": ["-1.5203+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", -7.13182, 4.77156] + }, + "claw_outer_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330)*15,-0,12.5)", 0, 0] + }, + "toe_inner_left": { + "rotation": ["-1.5203+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", 7.13182, -4.77156] + }, + "claw_inner_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330)*15,-0,12.5)", 0, 0] + }, + "toe_middle_right": { + "rotation": [ + "0+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", + 0, + 0 + ] + }, + "claw_middle_right": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330+180)*15,-0,12.5)", 0, 0] + }, + "toe_back_right": { + "rotation": [ + "0+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*27.5,-0,25)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*22.5,-20,0)", + 0, + 0 + ] + }, + "claw_back_right": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330+180)*15,-12.5,0)", 0, 0] + }, + "toe_inner_right": { + "rotation": [ + "-1.3208+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", + -2.79056, + 4.67594 + ] + }, + "claw_inner_right": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330+180)*15,-0,12.5)", 0, 0] + }, + "toe_outer_right": { + "rotation": [ + "-1.3208+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", + 2.79056, + -4.67594 + ] + }, + "claw_outer_right": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330+180)*15,-0,12.5)", 0, 0] + }, + "body": { + "position": [0, "0+math.clamp(math.sin(query.anim_time*90*6*-1-30)*1,-0,1)+math.clamp(math.sin(query.anim_time*90*6*-1-30)*1,-0.9,0)", 0] + }, + "torso": { + "rotation": ["math.sin(q.anim_time*90*6+0+180)*2", "0+math.sin(q.anim_time*90*3-60+180)*2.5", "0+math.sin(q.anim_time*90*3+0)*2.5"] + }, + "head": { + "rotation": ["2.5+math.sin(q.anim_time*90*6-40)*3", 0, "math.sin(q.anim_time*90*3-50)*0.25"] + }, + "leg_right": { + "rotation": [ + "0+math.clamp(math.sin(query.anim_time*90*3*-1-50+180)*17.5,-17.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-50+180)*22.5,-0,20)", + 0, + 0 + ], + "position": [0, "-1+math.clamp(math.sin(query.anim_time*90*3*-1-60+180)*1,0.3,1)", "1-math.sin(q.anim_time*90*3-80)*2"] + }, + "leg_right2": { + "rotation": [ + "0+math.clamp(math.sin(query.anim_time*90*3*-1-150+180)*35.5,-32.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-150+180)*17.5,-0,15)", + 0, + 0 + ] + }, + "foot_right": { + "rotation": [ + "-7.5+math.clamp(math.sin(query.anim_time*90*3*-1-175+180)*7.5,-7.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-175+180)*22.5,-0,20)", + 0, + 0 + ] + }, + "toe_right_middle": { + "rotation": [ + "0+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", + 0, + 0 + ] + }, + "toe_right_inner": { + "rotation": [ + "-1.3208+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", + -2.79056, + 4.67594 + ] + }, + "toe_right_outer": { + "rotation": [ + "-1.3208+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", + 2.79056, + -4.67594 + ] + }, + "toe_right_back": { + "rotation": ["math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*27.5,-0,25)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*22.5,-20,0)", 0, 0] + }, + "leg_left": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-50)*17.5,-17.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-50)*22.5,-0,20)", 0, 0], + "position": [0, "0+math.clamp(math.sin(query.anim_time*90*3*-1-60)*1,0.3,1)", "1+math.sin(q.anim_time*90*3-80)*2"] + }, + "leg_left2": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-150)*35.5,-32.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-150)*17.5,-0,15)", 0, 0] + }, + "foot_left": { + "rotation": ["-7.5+math.clamp(math.sin(query.anim_time*90*3*-1-175)*7.5,-7.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-175)*22.5,-0,20)", 0, 0] + }, + "toe_left_middle": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", 0, 0] + }, + "toe_left_inner": { + "rotation": ["-1.5203+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", 7.13182, -4.77156] + }, + "toe_left_outer": { + "rotation": ["-1.5203+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", -7.13182, 4.77156] + }, + "toe_left_back": { + "rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-300)*27.5,-0,25)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*22.5,-20,0)", 0, 0] + } + } + }, + "animation.zapdos_galar.cry": { + "animation_length": 1.08333, + "bones": { + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-2.94, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [47.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + }, + "sound_effects": { + "0.0": { + "effect": "pokemon.pidgeot.cry" + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/zekrom/zekrom.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/zekrom/zekrom.animation.json new file mode 100644 index 0000000..aed0447 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/zekrom/zekrom.animation.json @@ -0,0 +1,1849 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.zekrom.cry": { + "animation_length": 2, + "bones": { + "torso": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -10], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "middleseg": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -15], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.75": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tailseg1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "upperseg": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -27.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.75": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 1, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, -12.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 27.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 30], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 5], + "lerp_mode": "catmullrom" + } + } + }, + "shuolderr": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-65, 0, -72.5], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-65, 0, -72.5], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [1, -1, -1], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [1, -1, -1], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "armr": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 37.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.75": { + "pre": [0, -1, 0], + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, -1, 0], + "lerp_mode": "catmullrom" + } + } + }, + "flapr": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [11.45384, 18.76656, -16.41177], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [11.45384, 18.76656, -16.41177], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rfingee": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [20, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "shoulderl": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [64.70085, -14.90159, -78.25395], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [64.70085, -14.90159, -78.25395], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arml": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, -35, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "flapl": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-7.5, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-7.5, -17.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lfingee": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-22.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "winger": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-7.80532, 11.95459, 8.19675], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-7.80532, 11.95459, 8.19675], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wingrseg1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-12.5, -50, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-12.5, -50, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wingel": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [15, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [15, 2.5, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "wingelseg1": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [19.85373, 45.30703, 22.46173], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [19.85373, 45.30703, 22.46173], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "MAINTHING": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + }, + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rleg": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rleg2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "rfoot": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lleg": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lleg2": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "lfoot": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "limbtops": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "seg3": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "looky": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-27.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.zekrom.physical_attack": { + "animation_length": 3.375, + "bones": { + "torso": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [0, 0, -10], + "0.875": [0, 0, -10], + "1.375": [0, 0, 17.5], + "1.625": [0, 0, 17.5], + "1.875": [0, 0, 17.5], + "2.125": [0, 0, 17.5], + "2.375": [0, 0, 17.5], + "3.375": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.375": [0, "math.sin(q.anim_time*30*2-150)*1", 0], + "1.625": [0, "math.sin(q.anim_time*30*2-150)*1", 0], + "1.875": [0, "math.sin(q.anim_time*30*2-150)*1", 0], + "2.125": [0, "math.sin(q.anim_time*30*2-150)*1", 0], + "2.375": [0, 0, 0], + "2.4167": [0, -2, 0], + "2.4583": [0, 0, 0], + "2.5": [0, -2, 0], + "2.5417": [0, 0, 0], + "2.5833": [0, -2, 0], + "2.625": [0, 0, 0], + "2.6667": [0, -2, 0], + "2.7083": [0, 0, 0], + "2.75": [0, -2, 0], + "2.7917": [0, 0, 0], + "2.8333": [0, -2, 0], + "2.875": [0, 0, 0], + "3.375": [0, 0, 0] + } + }, + "middleseg": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [0, 0, -15], + "0.875": [0, 0, -15], + "3.375": [0, 0, 0] + }, + "position": { + "0.375": [0, 0, 0], + "0.875": [0, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [0, 0, 0], + "0.4167": [0, 0, 2.5], + "0.4583": [0, 0, 0], + "0.5": [0, 0, 2.5], + "0.5417": [0, 0, 0], + "0.5833": [0, 0, 2.5], + "0.625": [0, 0, 0], + "0.6667": [0, 0, 2.5], + "0.7083": [0, 0, 0], + "0.75": [0, 0, 2.5], + "0.7917": [0, 0, 0], + "0.8333": [0, 0, 2.5], + "0.875": [0, 0, 0], + "1.375": [0, 0, "12.5+math.sin(q.anim_time*30*2-200)*1"], + "1.625": [0, 0, "12.5+math.sin(q.anim_time*30*2-200)*1"], + "2.875": [0, 0, "12.5+math.sin(q.anim_time*30*2-200)*1"], + "3.375": [0, 0, 0] + } + }, + "tailseg1": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [0, 0, 5], + "0.875": [0, 0, 5], + "1.375": [0, 0, "12.5+math.sin(q.anim_time*30*2-200)*2"], + "1.625": [0, 0, "12.5+math.sin(q.anim_time*30*2-200)*2"], + "3.375": [0, 0, 0] + } + }, + "upperseg": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [0, 0, -27.5], + "0.875": [0, 0, -27.5], + "1.375": [0, 0, 12.5], + "1.625": [0, 0, 12.5], + "1.875": [0, 0, 12.5], + "2.125": [0, 0, 12.5], + "2.375": [0, 0, 12.5], + "3.375": [0, 0, 0] + }, + "position": { + "0.375": [0, 0, 0], + "0.4167": [0, 1, 0], + "0.5": [0, 1, 0], + "0.5417": [0, 0, 0], + "0.5833": [0, 1, 0], + "0.625": [0, 0, 0], + "0.6667": [0, 1, 0], + "0.7083": [0, 0, 0], + "0.75": [0, 1, 0], + "0.7917": [0, 0, 0], + "0.8333": [0, 1, 0], + "0.875": [0, 0, 0] + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [0, 0, -12.5], + "0.875": [0, 0, -12.5], + "1.375": [0, 0, 17.5], + "1.625": [0, 0, 17.5], + "1.875": [0, 0, 17.5], + "2.125": [0, 0, -7.5], + "2.375": [0, 0, 17.5], + "3.375": [0, 0, 0] + } + }, + "jaw": { + "rotation": { + "0.0": [0, 0, 5], + "0.375": [0, 0, 30], + "0.4583": [0, 0, 30], + "0.5": [0, 0, 27.5], + "0.5417": [0, 0, 30], + "0.5833": [0, 0, 27.5], + "0.625": [0, 0, 30], + "0.6667": [0, 0, 27.5], + "0.7083": [0, 0, 27.5], + "0.75": [0, 0, 27.5], + "0.7917": [0, 0, 30], + "0.8333": [0, 0, 27.5], + "0.875": [0, 0, 30], + "1.375": [0, 0, "5+math.sin(q.anim_time*30*2-150)*4"], + "1.625": [0, 0, "5+math.sin(q.anim_time*30*2-150)*4"], + "2.125": [0, 0, "45+math.sin(q.anim_time*30*2-150)*4"], + "2.875": [0, 0, "5+math.sin(q.anim_time*30*2-150)*4"], + "3.375": [0, 0, 5] + } + }, + "shuolderr": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [-65, 0, -72.5], + "0.875": [-65, 0, -72.5], + "1.375": [-20.84377, 11.34991, -37.34913], + "1.625": [-20.84377, 11.34991, -37.34913], + "1.875": [-20.84377, 11.34991, -37.34913], + "2.1667": [-22.38644, -20.56281, -43.76904], + "2.375": [-22.38644, -20.56281, -43.76904], + "3.375": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.375": [1, -1, -1], + "0.875": [1, -1, -1], + "1.375": [0, "math.sin(q.anim_time*30*2-150)*1", 0], + "1.625": [0, "math.sin(q.anim_time*30*2-150)*1", 0], + "1.875": [0, "math.sin(q.anim_time*30*2-150)*1", 0], + "2.1667": [0, "math.sin(q.anim_time*30*2-150)*1", 0], + "2.375": [0, "math.sin(q.anim_time*30*2-150)*1", 0], + "3.375": [0, 0, 0] + } + }, + "armr": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [0, 37.5, 0], + "0.875": [0, 37.5, 0], + "1.375": [23.30698, 21.99265, -20.76649], + "1.625": [23.30698, 21.99265, -20.76649], + "2.125": [0.80698, 21.99265, -20.76649], + "2.875": [23.30698, 21.99265, -20.76649], + "3.375": [0, 0, 0] + }, + "position": { + "0.0": [0, -1, 0], + "0.375": [0, -1, 0], + "0.875": [0, -1, 0], + "1.375": [0, -1, 3], + "1.625": [0, -1, 3], + "2.125": [0, -1, 3], + "2.875": [0, -1, 3], + "3.375": [0, -1, 0] + } + }, + "flapr": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [11.45384, 18.76656, -16.41177], + "0.875": [11.45384, 18.76656, -16.41177], + "1.375": [5.082, 19.63677, 35.72136], + "1.625": [5.082, 19.63677, 35.72136], + "2.125": [0.96547, 34.83615, 1.09989], + "2.875": [5.082, 19.63677, 35.72136], + "3.375": [0, 0, 0] + }, + "position": { + "0.0": [0, 1, 0], + "0.375": [0, 0, 0], + "1.375": [0, 3, 0], + "1.625": [0, 3, 0], + "2.125": [0, 0, 0], + "2.875": [0, 3, 0], + "3.375": [0, 1, 0] + } + }, + "rfingee": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [20, 0, 0], + "0.875": [20, 0, 0], + "1.375": [10, 0, 0], + "1.625": [10, 0, 0], + "3.375": [0, 0, 0] + } + }, + "shoulderl": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [64.70085, -14.90159, -78.25395], + "0.875": [64.70085, -14.90159, -78.25395], + "1.375": [22.00175, -6.1643, -43.4261], + "1.625": [22.00175, -6.1643, -43.4261], + "1.875": [22.00175, -6.1643, -43.4261], + "2.125": [22.00175, -6.1643, -43.4261], + "2.375": [22.00175, -6.1643, -43.4261], + "3.375": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.375": [0, 0, 0], + "0.875": [0, 0, 0], + "1.375": [0, "math.sin(q.anim_time*30*2-150)*1", 0], + "1.625": [0, "math.sin(q.anim_time*30*2-150)*1", 0], + "1.875": [0, "math.sin(q.anim_time*30*2-150)*1", 0], + "2.125": [0, "math.sin(q.anim_time*30*2-150)*1", 0], + "2.375": [0, "math.sin(q.anim_time*30*2-150)*1", 0], + "3.375": [0, 0, 0] + } + }, + "arml": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [0, -35, 0], + "0.875": [0, -35, 0], + "1.375": [-40, -5, 0], + "1.625": [-40, -5, 0], + "2.125": [-0.4913, -23.43035, -19.19019], + "2.875": [-40, -5, 0], + "3.375": [0, 0, 0] + } + }, + "flapl": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [-7.5, -17.5, 0], + "0.875": [-7.5, -17.5, 0], + "2.125": [-2.98742, -14.89108, 4.01867], + "3.375": [0, 0, 0] + } + }, + "lfingee": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [-22.5, 0, 0], + "0.875": [-22.5, 0, 0], + "3.375": [0, 0, 0] + } + }, + "winger": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [-7.80532, 11.95459, 8.19675], + "0.875": [-7.80532, 11.95459, 8.19675], + "1.375": [16.00015, "44.9508+math.sin(q.anim_time*30*2-200)*2", -1.79827], + "1.625": [47.64529, "-39.495+math.sin(q.anim_time*30*4-150)*25", 27.6175], + "1.875": [47.64529, "-39.495+math.sin(q.anim_time*30*4-150)*25", 27.6175], + "2.125": [47.64529, "-39.495+math.sin(q.anim_time*30*4-150)*25", 27.6175], + "2.375": [16.00015, "44.9508+math.sin(q.anim_time*30*2-200)*2", -1.79827], + "3.375": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.375": [0, 0, 0], + "1.375": [0, 0, 0], + "1.625": [1, -3, 3], + "1.875": [1, -3, 3], + "2.125": [1, -3, 3], + "3.375": [0, 0, 0] + } + }, + "wingrseg1": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [-12.5, -50, 0], + "0.875": [-12.5, -50, 0], + "1.0": [-11.10885, -12.98672, -6.28623], + "1.25": [0, "-27.5+math.sin(q.anim_time*30*4-180)*35", 0], + "1.5": [0, "-27.5+math.sin(q.anim_time*30*4-180)*35", 0], + "1.75": [0, "-27.5+math.sin(q.anim_time*30*4-180)*35", 0], + "2.0": [-11.10885, -12.98672, -6.28623], + "3.375": [0, 0, 0] + } + }, + "wingel": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [15, 2.5, 0], + "0.875": [15, 2.5, 0], + "1.375": [0, "-37.5+math.sin(q.anim_time*30*2-200)*2", 0], + "1.625": [-57.32289, "26.7642-math.sin(q.anim_time*30*4-150)*25", 24.73162], + "1.875": [-57.32289, "26.7642-math.sin(q.anim_time*30*4-150)*25", 24.73162], + "2.125": [-57.32289, "26.7642-math.sin(q.anim_time*30*4-150)*25", 24.73162], + "2.375": [0, "-37.5+math.sin(q.anim_time*30*2-200)*2", 0], + "3.375": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.375": [0, 0, 0], + "1.375": [0, 0, 0], + "1.625": [-2, -3, -2], + "1.875": [-2, -3, -2], + "2.125": [-2, -3, -2], + "2.375": [0, 0, 0], + "3.375": [0, 0, 0] + } + }, + "wingelseg1": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [19.85373, 45.30703, 22.46173], + "0.875": [19.85373, 45.30703, 22.46173], + "1.375": [-4.68657, 19.64461, 6.1436], + "1.625": [-2.92071, "11.3959-math.sin(q.anim_time*30*4-180)*35", 23.7264], + "1.875": [-2.92071, "11.3959-math.sin(q.anim_time*30*4-180)*35", 23.7264], + "2.125": [-2.92071, "11.3959-math.sin(q.anim_time*30*4-180)*35", 23.7264], + "2.375": [-4.68657, 19.64461, 6.1436], + "3.375": [0, 0, 0] + } + }, + "MAINTHING": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [0, 0, 0], + "2.125": [0, 0, 0], + "2.375": [0, 0, 0], + "2.875": [0, 0, 0], + "3.375": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.375": [0, 0, 0], + "0.875": [0, 0, 0], + "1.375": [0, -6, 0], + "1.625": [0, "67+math.sin(q.anim_time*30*6-150)*3", 0], + "1.875": [0, "67+math.sin(q.anim_time*30*6-150)*3", 0], + "2.125": [0, "67+math.sin(q.anim_time*30*6-150)*3", 0], + "2.375": [0, -5, 0], + "2.875": [0, -5, 0], + "3.375": [0, 0, 0] + } + }, + "LEG": { + "position": { + "0.0": [0, 0, 0], + "0.375": [0, 0, 0], + "0.875": [0, 0, 0], + "1.375": [0, 2, 0], + "1.625": [0, 2, 0], + "3.375": [0, 0, 0] + } + }, + "rleg": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [0, 0, 0], + "1.375": [0, 0, 0], + "1.625": [0, 0, 47.5], + "1.875": [0, 0, 47.5], + "2.125": [0, 0, 47.5], + "2.375": [0, 0, 0], + "2.875": [0, 0, 0], + "3.375": [0, 0, 0] + } + }, + "rleg2": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [0, 0, 0], + "0.875": [0, 0, 0], + "1.375": [14.94548, -1.29256, 4.83045], + "1.625": [13.85549, -0.36433, 7.02147], + "1.875": [13.85549, -0.36433, 7.02147], + "2.125": [13.85549, -0.36433, 7.02147], + "2.375": [14.94548, -1.29256, 4.83045], + "2.875": [14.94548, -1.29256, 4.83045], + "3.375": [0, 0, 0] + } + }, + "rfoot": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [0, 0, 0], + "0.875": [0, 0, 0], + "1.375": [-17.44049, 0.42386, -0.10848], + "1.625": [-10.67448, -7.73655, 35.97206], + "1.875": [-10.67448, -7.73655, 35.97206], + "2.125": [-10.67448, -7.73655, 35.97206], + "2.375": [-17.44049, 0.42386, -0.10848], + "2.875": [-17.44049, 0.42386, -0.10848], + "3.375": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.375": [0, 0, 0], + "0.875": [0, 0, 0], + "1.375": [0, 2, 0], + "1.625": [0, 2, 0], + "1.875": [0, 2, 0], + "2.125": [0, 2, 0], + "2.375": [0, 2, 0], + "2.875": [0, 2, 0], + "3.375": [0, 0, 0] + } + }, + "lleg": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [0, 0, 0], + "1.375": [0, 0, 0], + "1.625": [0, 0, 60], + "1.875": [0, 0, 60], + "2.125": [0, 0, 60], + "2.375": [0, 0, 0], + "2.875": [0, 0, 0], + "3.375": [0, 0, 0] + } + }, + "lleg2": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [0, 0, 0], + "0.875": [0, 0, 0], + "1.375": [-19.71975, 3.40487, 9.40804], + "1.625": [-18.88172, -6.71771, -18.88172], + "1.875": [-18.88172, -6.71771, -18.88172], + "2.125": [-18.88172, -6.71771, -18.88172], + "2.375": [-19.71975, 3.40487, 9.40804], + "2.875": [-19.71975, 3.40487, 9.40804], + "3.375": [0, 0, 0] + } + }, + "lfoot": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [0, 0, 0], + "0.875": [0, 0, 0], + "1.375": [25, 0, 0], + "1.625": [34.29099, -23.89388, 42.34323], + "1.875": [34.29099, -23.89388, 42.34323], + "2.125": [34.29099, -23.89388, 42.34323], + "2.375": [25, 0, 0], + "2.875": [25, 0, 0], + "3.375": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.375": [0, 0, 0], + "0.875": [0, 0, 0], + "1.375": [0, 2, 0], + "1.625": [0, 2, 0], + "1.875": [0, 2, 0], + "2.125": [0, 2, 0], + "2.375": [0, 2, 0], + "2.875": [0, 2, 0], + "3.375": [0, 0, 0] + } + }, + "limbtops": { + "rotation": { + "0.0": [0, 0, 0], + "3.375": [0, 0, 0] + } + }, + "seg3": { + "rotation": { + "0.0": [0, 0, 0], + "3.375": [0, 0, 0] + } + }, + "bumble": { + "rotation": { + "0.0": [0, 0, 0], + "3.375": [0, 0, 0] + } + }, + "looky": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [-30, 0, 0], + "1.0": [-30, 0, 0], + "1.375": [-27.5, 0, 0], + "1.625": [-27.5, 0, 0], + "1.875": [-27.5, 0, 0], + "2.125": [-27.5, 0, 0], + "2.375": [0, 0, -17.5], + "3.375": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.375": [0, 0, 0], + "1.0": [0, 0, 0], + "2.125": [0, 0, 0], + "2.375": [1, 0, 0], + "3.375": [0, 0, 0] + } + } + } + }, + "animation.zekrom.blink": { + "animation_length": 1, + "bones": { + "eyer": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, -1], + "0.0833": [0, 0, 0] + } + }, + "eyel": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, 1], + "0.0833": [0, 0, 0] + } + } + } + }, + "animation.zekrom.ground_idle": { + "loop": true, + "animation_length": 6, + "bones": { + "torso": { + "position": [0, "math.sin(q.anim_time*30*2-150)*1", 0] + }, + "jaw": { + "rotation": [0, 0, "5+math.sin(q.anim_time*30*2-150)*4"] + }, + "shuolderr": { + "position": [0, "math.sin(q.anim_time*30*2-150)*1", 0] + }, + "shoulderl": { + "position": [0, "math.sin(q.anim_time*30*2-150)*1", 0] + }, + "winger": { + "rotation": [0, "math.sin(q.anim_time*30*2-200)*2", 0] + }, + "wingel": { + "rotation": [0, "math.sin(q.anim_time*30*2-200)*2", 0] + }, + "tail": { + "rotation": [0, 0, "math.sin(q.anim_time*30*2-200)*1"] + }, + "tailseg1": { + "rotation": [0, 0, "math.sin(q.anim_time*30*2-200)*2"] + }, + "rleg": { + "position": [0, 0, 0] + }, + "rleg2": { + "position": [0, 0, 0] + }, + "rfoot": { + "position": [0, 0, 0] + }, + "lleg": { + "position": [0, 0, 0] + }, + "lleg2": { + "position": [0, 0, 0] + }, + "lfoot": { + "position": [0, 0, 0] + }, + "rfingee": { + "rotation": ["math.sin(q.anim_time*30*2-150)*4", 0, 0] + }, + "lfingee": { + "rotation": ["-math.sin(q.anim_time*30*2-150)*4", 0, 0] + }, + "head": { + "rotation": [0, 0, 0] + } + } + }, + "animation.zekrom.fly": { + "loop": true, + "bones": { + "torso": { + "position": [0, "math.sin(q.anim_time*30*2-150)*1", 0] + }, + "jaw": { + "rotation": [4.33399, 0.27517, "16.7346+math.sin(q.anim_time*30*4-150)*8"] + }, + "shuolderr": { + "rotation": [0, 0, 5], + "position": [0, "math.sin(q.anim_time*30*4-150)*1", 0] + }, + "shoulderl": { + "rotation": [6.77478, -7.16366, -12.98069], + "position": [0, "math.sin(q.anim_time*30*4-150)*1", 0] + }, + "winger": { + "rotation": [0, "-22.5+math.sin(q.anim_time*30*4-150)*15", 0] + }, + "wingel": { + "rotation": [5, "22.5-math.sin(q.anim_time*30*4-150)*15", 0] + }, + "tail": { + "rotation": [-3.77293, -0.50239, "-32.0676+math.sin(q.anim_time*30*2-200)*1"] + }, + "tailseg1": { + "rotation": [0, 0, "math.sin(q.anim_time*30*2-200)*2"] + }, + "MAINTHING": { + "rotation": [82.76947, -20.25726, 80.71001], + "position": [0, "math.sin(q.anim_time*30*4-150)*2", 0] + }, + "rleg": { + "rotation": [-9.60693, -19.24795, 39.73883] + }, + "rleg2": { + "rotation": [0, -5, 7.5] + }, + "rfoot": { + "rotation": [-0.10733, 14.99451, 52.92097] + }, + "lleg": { + "rotation": [0, 5, 35] + }, + "lleg2": { + "rotation": [0, 10, 0] + }, + "lfoot": { + "rotation": [2.56594, -12.56621, 57.96821] + }, + "wingrseg1": { + "rotation": [0, "-12.5+math.sin(q.anim_time*30*4-180)*35", 0] + }, + "wingelseg1": { + "rotation": [2.40406, "22.6564-math.sin(q.anim_time*30*4-180)*35", 10.09428] + }, + "seg3": { + "rotation": [0, 0, 20] + }, + "neck": { + "rotation": [0, 0, "-12.5-math.sin(q.anim_time*30*4-150)*4"] + }, + "head": { + "rotation": [0, 0, 0], + "position": [0, 3, 0] + }, + "rfingee": { + "rotation": ["math.sin(q.anim_time*30*2-150)*4", 0, 0] + }, + "lfingee": { + "rotation": ["-math.sin(q.anim_time*30*2-150)*4", 0, 0] + }, + "LEG": { + "rotation": [0, 0, "math.sin(q.anim_time*45*2-150)*2"] + }, + "flapr": { + "rotation": [-34.2017, 9.78641, -2.20766] + }, + "arml": { + "rotation": [0, -15, 0] + }, + "flapl": { + "rotation": [27.49447, -12.53048, 0.78114] + }, + "looky": { + "rotation": [-22.5, 0, 0], + "position": [0, -2, 0] + } + } + }, + "animation.zekrom.ground_walk": { + "loop": true, + "bones": { + "torso": { + "position": [0, "math.sin(q.anim_time*30*2-150)*1", 0] + }, + "jaw": { + "rotation": [0, 0, "5+math.sin(q.anim_time*30*2-150)*4"] + }, + "shuolderr": { + "rotation": [5.91363, -20.26228, -11.61549], + "position": [-1, "-2+math.sin(q.anim_time*30*2-150)*1", 0] + }, + "shoulderl": { + "rotation": [-15.54717, 2.26077, -8.29786], + "position": [-1, "math.sin(q.anim_time*30*2-150)*1", 2] + }, + "winger": { + "rotation": [6.46052, "-1.5297+math.sin(q.anim_time*30*2-150)*15", 12.81132] + }, + "wingel": { + "rotation": [-4.25042, "0.8897-math.sin(q.anim_time*30*2-150)*15", 20.14542], + "position": [-1, -1, 0] + }, + "tail": { + "rotation": [-3.5793, 1.29531, "-4.6248+math.sin(q.anim_time*30*2-200)*1"] + }, + "tailseg1": { + "rotation": [0, 0, "math.sin(q.anim_time*30*2-200)*2"] + }, + "MAINTHING": { + "rotation": [-43.72275, -3.45699, -46.27725], + "position": [0, "13+math.sin(q.anim_time*30*2-150)*2", 0] + }, + "rleg": { + "rotation": [-7.18476, -10.95123, "8.2563+math.sin(q.anim_time*30*2-150)*2"] + }, + "rleg2": { + "rotation": [2.69136, -4.21541, "math.sin(q.anim_time*30*2-150)*3"] + }, + "rfoot": { + "rotation": [13.01691, 7.90484, 36.52521] + }, + "lleg": { + "rotation": [-1.7249, 4.87032, "18.1023+math.sin(q.anim_time*30*2-150)*2"] + }, + "lleg2": { + "rotation": [0, 10, "math.sin(q.anim_time*30*2-150)*3"] + }, + "lfoot": { + "rotation": [-3.20356, -8.22019, 41.90536] + }, + "wingrseg1": { + "rotation": [0, "-37.5+math.sin(q.anim_time*30*2-180)*25", 0] + }, + "wingelseg1": { + "rotation": [18.42748, "40.3838-math.sin(q.anim_time*30*2-180)*25", 18.53645] + }, + "seg3": { + "rotation": [0, 0, 20] + }, + "neck": { + "rotation": [0, 0, 10] + }, + "head": { + "rotation": [0, 0, 0], + "position": [0, 1, 0] + }, + "rfingee": { + "rotation": ["math.sin(q.anim_time*30*2-150)*4", 0, 0] + }, + "lfingee": { + "rotation": ["-math.sin(q.anim_time*30*2-150)*4", 0, 0] + }, + "armr": { + "rotation": [0, 15, 0] + }, + "flapr": { + "rotation": [0, 15, 0] + }, + "arml": { + "rotation": [0, -17.5, 0] + }, + "flapl": { + "rotation": [0, 5, 0] + }, + "LEG": { + "rotation": [0, 0, "math.sin(q.anim_time*30*2-150)*2"] + }, + "looky": { + "rotation": [-15, 0, 0], + "position": [0, -2, 0] + } + } + }, + "animation.zekrom.faint": { + "loop": true, + "animation_length": 3.5, + "bones": { + "torso": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, -10], + "1.2917": [0, 0, -10] + }, + "position": [0, "math.sin(q.anim_time*30*2-150)*1", 0] + }, + "jaw": { + "rotation": { + "0.0": [0, 0, "5+math.sin(q.anim_time*30*2-150)*4"], + "0.5": [0, 0, 30], + "0.5417": [0, 0, 27.5], + "0.5833": [0, 0, 30], + "0.625": [0, 0, 27.5], + "0.6667": [0, 0, 30], + "0.7083": [0, 0, 27.5], + "0.75": [0, 0, 30], + "0.7917": [0, 0, 27.5], + "0.8333": [0, 0, 27.5], + "0.875": [0, 0, 27.5], + "0.9167": [0, 0, 30], + "0.9583": [0, 0, 27.5], + "2.0": [0, 0, -5] + } + }, + "shuolderr": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-65, 0, -72.5], + "1.2917": [-65, 0, -72.5], + "2.25": [-77.81547, 17.69654, -83.31051] + }, + "position": { + "0.0": [0, "math.sin(q.anim_time*30*2-150)*1", 0], + "0.5": [1, -1, -1], + "1.2917": [1, -1, -1] + } + }, + "shoulderl": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [64.70085, -14.90159, -78.25395], + "1.2917": [64.70085, -14.90159, -78.25395], + "2.25": [62.43267, -44.63504, -80.19178] + }, + "position": { + "0.0": [0, "math.sin(q.anim_time*30*2-150)*1", 0], + "0.5": [0, 0, 0], + "1.2917": [0, 0, 0] + } + }, + "winger": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-7.80532, 11.95459, 8.19675], + "1.2917": [-7.80532, 11.95459, 8.19675], + "2.25": [62.5, "37.5+math.sin(q.anim_time*30*2-200)*2", 0] + } + }, + "wingel": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [15, 2.5, 0], + "1.2917": [15, 2.5, 0], + "2.25": [-72.5, "-32.5+math.sin(q.anim_time*30*2-200)*2", 0] + } + }, + "tail": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "0.5417": [0, 0, 2.5], + "0.5833": [0, 0, 0], + "0.625": [0, 0, 2.5], + "0.6667": [0, 0, 0], + "0.7083": [0, 0, 2.5], + "0.75": [0, 0, 0], + "0.7917": [0, 0, 2.5], + "0.8333": [0, 0, 0], + "0.875": [0, 0, 2.5], + "0.9167": [0, 0, 0], + "1.25": [0, 0, 2.5], + "1.2917": [0, 0, 0] + } + }, + "tailseg1": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 5], + "1.2917": [0, 0, 5] + } + }, + "middleseg": { + "rotation": { + "0.0": [0, 0, -7.5], + "0.5": [0, 0, -15] + }, + "position": [0, 0, 0] + }, + "upperseg": { + "rotation": { + "0.0": [0, 0, 12.5], + "0.5": [0, 0, -27.5] + }, + "position": { + "0.5": [0, 0, 0], + "0.5417": [0, 1, 0], + "0.5833": [0, 0, 0], + "0.625": [0, 1, 0], + "0.6667": [0, 0, 0], + "0.7083": [0, 1, 0], + "0.75": [0, 0, 0], + "0.7917": [0, 1, 0], + "0.8333": [0, 0, 0], + "0.875": [0, 1, 0], + "0.9167": [0, 0, 0], + "0.9583": [0, 1, 0] + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, -12.5], + "1.2917": [0, 0, -12.5], + "2.25": [0, 0, 12.5] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0] + } + }, + "armr": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 37.5, 0], + "1.2917": [0, 37.5, 0] + }, + "position": { + "0.5": [0, -1, 0], + "1.2917": [0, -1, 0] + } + }, + "flapr": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [11.45384, 18.76656, -16.41177], + "1.2917": [11.45384, 18.76656, -16.41177], + "2.25": [-4.55397, 29.48372, 72.1319] + }, + "position": { + "0.0": [0, 1, 0], + "0.5": [0, 1, 0], + "1.2917": [0, 1, 0], + "2.25": [3, 1, 0] + } + }, + "rfingee": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [20, 0, 0], + "1.2917": [20, 0, 0] + } + }, + "arml": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, -35, 0], + "1.2917": [0, -35, 0] + } + }, + "flapl": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-7.5, -17.5, 0], + "1.2917": [-7.5, -17.5, 0], + "2.25": [5.94703, -29.40046, 46.8791] + }, + "position": { + "0.0": [0, 0, 0], + "2.25": [2, 0, 0] + } + }, + "lfingee": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-22.5, 0, 0], + "1.2917": [-22.5, 0, 0] + } + }, + "MAINTHING": { + "rotation": [0, 0, 0], + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "1.2917": [0, -23, -24], + "1.3333": [0, -22, -24], + "1.375": [0, -23, -24], + "1.4167": [0, -22, -24], + "1.4583": [0, -23, -24], + "1.5": [0, -22, -24], + "1.5417": [0, -23, -24], + "1.5833": [0, -22, -24], + "1.625": [0, -23, -24], + "1.6667": [0, -22, -24], + "1.7083": [0, -23, -24] + } + }, + "rleg": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "1.2917": [0, 0, -35] + } + }, + "rleg2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "1.2917": [0, 0, 95] + } + }, + "rfoot": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "1.2917": [0, 0, 102.5] + } + }, + "lleg": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "1.2917": [0, 0, -22.5] + } + }, + "lleg2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "1.2917": [0, 0, 70] + } + }, + "lfoot": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 0], + "1.2917": [0, 0, 147.5] + } + }, + "wingrseg1": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-12.5, -50, 0], + "1.2917": [-12.5, -50, 0], + "2.25": [17.5, -50, 0] + } + }, + "wingelseg1": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [19.85373, 45.30703, 22.46173], + "1.2917": [19.85373, 45.30703, 22.46173] + } + }, + "eyer": { + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0, -2] + } + }, + "eyel": { + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0, 1] + } + }, + "seg3": { + "rotation": [0, 0, 0] + }, + "looky": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [22.5, 0, 0], + "1.2917": [22.5, 0, 0], + "2.25": [5, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "1.2917": [0, 0, 0], + "2.25": [174.26831, -10.50435, 172.01568] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/zeraora/zeraora.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/zeraora/zeraora.animation.json new file mode 100644 index 0000000..be10857 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/animations/zeraora/zeraora.animation.json @@ -0,0 +1,446 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.zeraora.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "thigh_r": { + "rotation": { + "0.0": [35, 0, 0], + "0.25": [0, 0, 0], + "0.5": [-35, 0, 0], + "0.75": [0, 0, 0], + "1.0": [35, 0, 0] + } + }, + "arm_r": { + "rotation": { + "0.0": [-10, 0, 0], + "0.5": [10, 0, 0], + "1.0": [-10, 0, 0] + } + }, + "arm_l": { + "rotation": { + "0.0": [10, 0, 0], + "0.5": [-10, 0, 0], + "1.0": [10, 0, 0] + } + }, + "waist": { + "position": { + "0.0": [0, -1, 0], + "0.25": [0, 0, 0], + "0.5": [0, -1, 0], + "0.75": [0, 0, 0], + "1.0": [0, -1, 0] + } + }, + "thigh_l": { + "rotation": { + "0.0": [-35, 0, 0], + "0.25": [0, 0, 0], + "0.5": [35, 0, 0], + "0.75": [0, 0, 0], + "1.0": [-35, 0, 0] + } + }, + "body": { + "rotation": [5, 0, 0] + }, + "leg_r": { + "rotation": { + "0.0": [5, 0, 0], + "0.25": [12.5, 0, 0], + "0.5": [0, 0, 0], + "0.75": [0, 0, 0], + "1.0": [5, 0, 0] + } + }, + "leg2_r": { + "rotation": { + "0.0": [-15, 0, 0], + "0.25": [-15, 0, 0], + "0.5": [20, 0, 0], + "0.75": [0, 0, 0], + "1.0": [-15, 0, 0] + } + }, + "foot_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.5": [15, 0, 0], + "0.75": [0, 0, 0], + "1.0": [0, 0, 0] + } + }, + "leg_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0], + "0.5": [5, 0, 0], + "0.75": [12.5, 0, 0], + "1.0": [0, 0, 0] + } + }, + "leg2_l": { + "rotation": { + "0.0": [20, 0, 0], + "0.25": [0, 0, 0], + "0.5": [-15, 0, 0], + "0.75": [-15, 0, 0], + "1.0": [20, 0, 0] + } + }, + "foot_l": { + "rotation": { + "0.0": [15, 0, 0], + "0.25": [0, 0, 0], + "0.75": [0, 0, 0], + "1.0": [15, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [5, 5, 0], + "0.5": [-5, -5, 0], + "1.0": [5, 5, 0] + } + }, + "tail2": { + "rotation": { + "0.0": [0, 2.5, 0], + "0.5": [0, -2.5, 0], + "1.0": [0, 2.5, 0] + } + }, + "tail3": { + "rotation": { + "0.0": [0, 5, 0], + "0.5": [0, -5, 0], + "1.0": [0, 5, 0] + } + }, + "tail4": { + "rotation": { + "0.0": [0, 5, 0], + "0.5": [0, -5, 0], + "1.0": [0, 5, 0] + } + } + } + }, + "animation.zeraora.ground_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "2.0": [2.5, 0, 0], + "4.0": [0, 0, 0] + } + }, + "arm_r": { + "rotation": { + "0.0": [0, 0, 0], + "2.0": [0, 0, 2.5], + "4.0": [0, 0, 0] + } + }, + "arm_l": { + "rotation": { + "0.0": [0, 0, 0], + "2.0": [0, 0, -2.5], + "4.0": [0, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [0, 5, 0], + "2.0": [0, 0, 0], + "3.0": [0, -5, 0], + "4.0": [0, 0, 0] + } + }, + "tail2": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [0, 2.5, 0], + "2.0": [0, 0, 0], + "3.0": [0, -2.5, 0], + "4.0": [0, 0, 0] + } + }, + "tail3": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [0, 5, 0], + "2.0": [0, 0, 0], + "3.0": [0, -5, 0], + "4.0": [0, 0, 0] + } + }, + "tail4": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [0, 5, 0], + "2.0": [0, 0, 0], + "3.0": [0, -5, 0], + "4.0": [0, 0, 0] + } + }, + "tail5": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [0, 5, 0], + "2.0": [0, 0, 0], + "3.0": [0, -5, 0], + "4.0": [0, 0, 0] + } + } + } + }, + "animation.zeraora.faint": { + "animation_length": 3.5, + "bones": { + "waist": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [0, 0, 0], + "0.75": [12.5, 0, 0], + "0.7917": [12.5, 0, 0], + "1.25": [90, 0, 0] + }, + "position": [0, 0, 0] + }, + "tail": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": [5, 0, 0], + "0.2917": [-7.5, 0, 0], + "0.4167": [-12.5, 0, 0], + "0.75": [5, 0, 0], + "0.7917": [5, 0, 0], + "1.25": [10, 0, 0], + "1.5": [-22.5, -45, 0] + } + }, + "body": { + "rotation": [0, 0, 0] + }, + "torso": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [15, 0, 0], + "0.375": [15, 0, 0], + "0.75": [0, 0, 0], + "0.7917": [0, 0, 0], + "1.25": [-15, 0, 0], + "1.2917": [-15, 0, 0] + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [10, 0, 0], + "0.375": [10, 0, 0], + "0.75": [0, 0, 0], + "0.7917": [0, 0, 0], + "1.25": [-5, 0, 0], + "1.2917": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [10, 0, 0], + "0.375": [10, 0, 0], + "0.75": [0, 0, 0], + "0.7917": [0, 0, 0], + "1.25": [-5, 0, 0], + "1.2917": [0, 0, 0] + } + }, + "eye_l": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, 1] + } + }, + "eye_l_closed": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, -1.01] + } + }, + "eye_r": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, 1] + } + }, + "eye_r_closed": { + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, 0, -1.01] + } + }, + "tail2": { + "rotation": { + "0.7917": [0, 0, 0], + "1.25": [5, 0, 0], + "1.5": [0, 0, 0] + } + }, + "tail3": { + "rotation": { + "0.7917": [0, 0, 0], + "1.25": [5, 0, 0], + "1.5": [0, 0, 0] + } + }, + "tail4": { + "rotation": { + "0.7917": [0, 0, 0], + "1.25": [5, 0, 0], + "1.5": [0, 0, 0] + } + }, + "arm_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.375": [-5, 0, 0], + "0.75": [10, 0, 0], + "0.7917": [10, 0, 0], + "1.25": [40, 0, 30], + "1.2917": [10, 0, 30] + } + }, + "forearm_r": { + "rotation": { + "0.0": [0, 0, 0], + "0.7917": [0, 0, 0], + "1.25": [-5, 80, 0], + "1.2917": [-5, 80, 0] + } + }, + "arm_l": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-5, 0, 0], + "0.375": [-5, 0, 0], + "0.75": [10, 0, 0], + "0.7917": [10, 0, 0], + "1.25": [40, 0, 0], + "1.2917": [20, 0, 0] + } + } + } + }, + "animation.zeraora.sleep": { + "loop": true, + "animation_length": 1, + "bones": { + "waist": { + "rotation": [0, 0, 90], + "position": [-17, 2, 3] + }, + "thigh_r": { + "rotation": [-24.24953, -23.04067, -25.62335] + }, + "leg_r": { + "rotation": [30, 0, 0] + }, + "leg2_r": { + "rotation": [40, 0, 0] + }, + "foot_r": { + "rotation": [50, 0, 0] + }, + "thigh_l": { + "rotation": [-45, 0, 7.5] + }, + "leg_l": { + "rotation": [30, 0, 0] + }, + "leg2_l": { + "rotation": [47.5, 0, 0] + }, + "body": { + "rotation": [15, 0, -5] + }, + "tail": { + "rotation": [-20, 0, 0] + }, + "tail2": { + "rotation": [5, 0, 0] + }, + "tail3": { + "rotation": [-37.5, 0, 0] + }, + "tail4": { + "rotation": [-20, 0, 0] + }, + "head": { + "rotation": [20, 0, 0] + }, + "eye_l": { + "position": [0, 0, 1] + }, + "eye_r": { + "position": [0, 0, 1] + }, + "arm_r": { + "rotation": [-50, -35, 0] + }, + "forearm_r": { + "rotation": [-90, 0, 0] + }, + "arm_l": { + "rotation": [-120, 0, 35] + }, + "forearm_l": { + "rotation": [-90, 0, 0] + }, + "neck": { + "rotation": [0, 0, -15] + }, + "eye_r_closed": { + "position": [0, 0, -1.01] + }, + "eye_l_closed": { + "position": [0, 0, -1.01] + }, + "torso": { + "rotation": [22.5, 0, 0] + } + } + }, + "animation.zeraora.cry": { + "animation_length": 1, + "bones": { + "eye_l": { + "rotation": [0, 0, -2.5], + "position": [0, 0, 0] + }, + "eye_r": { + "rotation": [0, 0, 2.5], + "position": [0, 0, 0] + }, + "jaw": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [25, 0, 0], + "0.75": [25, 0, 0], + "1.0": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/0896_glastrier/glastrier.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/0896_glastrier/glastrier.geo.json new file mode 100644 index 0000000..232f375 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/0896_glastrier/glastrier.geo.json @@ -0,0 +1,354 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.glastrier", + "texture_width": 256, + "texture_height": 256, + "visible_bounds_width": 11, + "visible_bounds_height": 8.5, + "visible_bounds_offset": [0, 3.75, 0] + }, + "bones": [ + { + "name": "root", + "pivot": [0, 0, 0] + }, + { + "name": "glastrier", + "parent": "root", + "pivot": [0, 0, 0], + "rotation": [-12, 0, 0] + }, + { + "name": "bodymain", + "parent": "glastrier", + "pivot": [-0.5, 38.8, -16.4], + "rotation": [9, 0, 0] + }, + { + "name": "body_b", + "parent": "bodymain", + "pivot": [-1.5, 34.8, 12.5], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-9.5, 29.32149, 1.39846], "size": [19, 15, 17], "inflate": -0.01, "pivot": [-1.5, 33.1, 10.4], "rotation": [4, 0, 0], "uv": [59, 58]}, + {"origin": [-9.5, 28.93277, 18.83854], "size": [19, 20, 19], "inflate": 1, "pivot": [-1.5, 36.9, 26.3], "rotation": [-16, 0, 0], "uv": [0, 36]}, + {"origin": [-1.5, 44.53277, 38.93854], "size": [3, 3, 11], "pivot": [-2.5, 44.5, 44.4], "rotation": [26, 0, 0], "uv": [199, 68]}, + {"origin": [-1.5, 44.63277, 46.33854], "size": [3, 3, 11], "inflate": -0.01, "pivot": [-2.5, 44.6, 51.8], "rotation": [-24, 0, 0], "uv": [198, 54]}, + {"origin": [-3, 16.93277, 61.83854], "size": [6, 0, 6], "pivot": [-3, 14.9, 63.3], "rotation": [-116, 0, 0], "uv": [51, 36]}, + {"origin": [-2, 40.93277, 56.53854], "size": [4, 4, 6], "pivot": [-3, 42.9, 58], "rotation": [-45, 0, 0], "uv": [104, 91]}, + {"origin": [0, 40.53277, 58.53854], "size": [11, 0, 15], "pivot": [-3, 40.5, 61], "rotation": [-68, 0, 0], "uv": [137, 112]}, + {"origin": [0, 27.73277, 63.23854], "size": [11, 0, 15], "pivot": [-3, 27.7, 65.7], "rotation": [-90, 0, 0], "uv": [125, 33]}, + {"origin": [-11, 27.73277, 63.23854], "size": [11, 0, 15], "pivot": [3, 27.7, 65.7], "rotation": [-90, 0, 0], "uv": [121, 97]}, + {"origin": [-11, 40.53277, 58.53854], "size": [11, 0, 15], "pivot": [3, 40.5, 61], "rotation": [-68, 0, 0], "uv": [130, 131]}, + {"origin": [-9.5, 38.23277, 7.23854], "size": [19, 12, 16], "pivot": [-1.5, 37.2, 12.7], "rotation": [6, 0, 0], "uv": [70, 20]} + ] + }, + { + "name": "neckhead", + "parent": "bodymain", + "pivot": [-0.5, 41.2, -16.4], + "rotation": [-8, 0, 0] + }, + { + "name": "neck", + "parent": "neckhead", + "pivot": [-0.5, 43.7, -7.4], + "rotation": [23, 0, 0], + "cubes": [ + {"origin": [-6.5, 36.53568, -12.17462], "size": [13, 12, 13.6], "inflate": -0.01, "pivot": [-0.5, 43.7, -11.5], "rotation": [94.5, 0, 0], "uv": [114, 48]}, + {"origin": [-4.5, 47.93568, -12.67462], "size": [9, 14, 16], "inflate": 0.2, "pivot": [-0.5, 57.1, -12], "rotation": [101.5, 0, 0], "uv": [102, 101]}, + {"origin": [-6.5, 35.13568, -7.47462], "size": [13, 13, 14], "inflate": -0.02, "pivot": [-0.5, 44.3, -6.8], "rotation": [107.5, 0, 0], "uv": [64, 90]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [-0.5, 66.9, -17.6], + "cubes": [ + {"origin": [-6.5, 60.13568, -17.77462], "size": [13, 15, 11], "inflate": -0.1, "pivot": [-0.5, 71.3, -16.1], "rotation": [103.5, 0, 0], "uv": [0, 142]}, + {"origin": [3.5, 65.03568, -15.77462], "size": [13, 12, 0], "pivot": [9.5, 73.2, -14.1], "rotation": [102.17666, -5.87369, 25.37295], "uv": [200, 0]}, + {"origin": [-16.5, 65.03568, -15.77462], "size": [13, 12, 0], "pivot": [-9.5, 73.2, -14.1], "rotation": [102.17666, 5.87369, -25.37295], "uv": [194, 42]}, + {"origin": [-6, 66.53568, -24.87462], "size": [12, 8, 7], "inflate": -0.2, "pivot": [0, 70.7, -23.2], "rotation": [85.5, 0, 0], "uv": [176, 178]}, + {"origin": [-5.49253, 64.93568, -27.87462], "size": [11, 14, 6], "pivot": [-0.49253, 72.1, -26.2], "rotation": [124.60968, 0.09006, -0.31407], "uv": [171, 91]}, + {"origin": [-6.5, 70.03568, -20.57462], "size": [13, 20, 9], "pivot": [-0.5, 79.2, -15.9], "rotation": [122.59383, 0, -0.44723], "uv": [63, 151]}, + {"origin": [-3.5, 85.13568, -10.57462], "size": [7, 11, 8], "pivot": [-0.5, 87.3, -6.9], "rotation": [135.59383, 0, -0.44723], "uv": [38, 193]}, + {"origin": [-1.51965, 94.13568, -2.57462], "size": [3, 9, 7], "pivot": [-0.51965, 94.3, 0.1], "rotation": [135.59383, 0, -0.44723], "uv": [140, 206]}, + {"origin": [-0.04746, 89.13568, -1.57462], "size": [0, 36, 14], "pivot": [-1.04746, 98.3, 5.1], "rotation": [135.59383, 0, -0.44723], "uv": [44, 103]}, + {"origin": [-3.5, 75.5265, -8.85905], "size": [7, 16, 2], "inflate": 0.2, "pivot": [-0.5, 73.2, -12.2], "rotation": [124.5, 0, 0], "uv": [0, 36]} + ] + }, + { + "name": "ears_in", + "parent": "head", + "pivot": [-4.5, 86, -16.9], + "rotation": [17, 0, 0], + "cubes": [ + {"origin": [-4.65525, 78.83981, -17.84579], "size": [10, 0, 11], "pivot": [0.7, 83.6, -16.5], "rotation": [149.56046, 58.91074, 54.13283], "uv": [178, 54]}, + {"origin": [-7.95525, 80.23981, -15.14579], "size": [10, 0, 11], "pivot": [-2.6, 85, -13.8], "rotation": [-149.19316, 59.04143, 125.07045], "uv": [176, 144]}, + {"origin": [-5.34475, 78.83981, -17.84579], "size": [10, 0, 11], "pivot": [-0.7, 83.6, -16.5], "rotation": [149.56046, -58.91074, -54.13283], "uv": [172, 155]}, + {"origin": [-2.04475, 80.23981, -15.14579], "size": [10, 0, 11], "pivot": [2.6, 85, -13.8], "rotation": [-149.19316, -59.04143, -125.07045], "uv": [172, 166]} + ] + }, + { + "name": "ears", + "parent": "head", + "pivot": [-4.5, 86.7, -16.7], + "rotation": [13, 0, 0], + "cubes": [ + {"origin": [-4.55525, 79.53981, -17.54579], "size": [10, 0, 11], "pivot": [0.8, 84.3, -16.2], "rotation": [149.56046, 58.91074, 54.13283], "uv": [21, 168]}, + {"origin": [-7.95525, 80.93981, -14.94579], "size": [10, 0, 11], "pivot": [-2.6, 85.7, -13.6], "rotation": [-149.19316, 59.04143, 125.07045], "uv": [156, 144]}, + {"origin": [-5.44475, 79.53981, -17.54579], "size": [10, 0, 11], "pivot": [-0.8, 84.3, -16.2], "rotation": [149.56046, -58.91074, -54.13283], "uv": [19, 106]}, + {"origin": [-2.04475, 80.93981, -14.94579], "size": [10, 0, 11], "pivot": [2.6, 85.7, -13.6], "rotation": [-149.19316, -59.04143, -125.07045], "uv": [99, 0]} + ] + }, + { + "name": "ice_right", + "parent": "head", + "pivot": [7.7, 80.5, -0.9], + "rotation": [-18, 30, 0], + "cubes": [ + {"origin": [6.1, 72.33568, 0.32538], "size": [0, 29, 14], "pivot": [5.1, 81.5, 7], "rotation": [119.62758, -2.60835, -1.9298], "uv": [107, 150]}, + {"origin": [3.74826, 80.83033, -1.01323], "size": [0, 14, 11], "pivot": [2.2, 73.5, 14.9], "rotation": [99.23634, 1.29877, -6.77884], "uv": [0, 194]}, + {"origin": [4.46644, 79.68608, 10.18911], "size": [0, 14, 11], "pivot": [3.2, 73.5, 14.9], "rotation": [110.59383, 0, -0.44723], "uv": [125, 188]}, + {"origin": [4.7, 79.03568, -1.77462], "size": [3, 11, 7], "pivot": [5.7, 79.2, 0.9], "rotation": [124.59383, 0, -0.44723], "uv": [201, 125]} + ] + }, + { + "name": "ice_left", + "parent": "head", + "pivot": [-7.7, 80.5, -0.9], + "rotation": [-18, -30, 0], + "cubes": [ + {"origin": [-4.46644, 79.68608, 10.18911], "size": [0, 14, 11], "pivot": [-3.2, 73.5, 14.9], "rotation": [110.59383, 0, 0.44723], "uv": [191, 100]}, + {"origin": [-3.74826, 80.83033, -1.01323], "size": [0, 14, 11], "pivot": [-2.2, 73.5, 14.9], "rotation": [99.23634, -1.29877, 6.77884], "uv": [68, 187]}, + {"origin": [-7.7, 79.03568, -1.77462], "size": [3, 11, 7], "pivot": [-5.7, 79.2, 0.9], "rotation": [124.59383, 0, 0.44723], "uv": [201, 125], "mirror": true}, + {"origin": [-6.1, 72.33568, 0.32538], "size": [0, 29, 14], "pivot": [-5.1, 81.5, 7], "rotation": [119.62758, 2.60835, 1.9298], "uv": [107, 150], "mirror": true} + ] + }, + { + "name": "body_f", + "parent": "bodymain", + "pivot": [-1.5, 32.2, -3.3], + "rotation": [-13, 0, 0], + "cubes": [ + {"origin": [-10.5, 37.28773, -10.26422], "size": [21, 14, 22], "inflate": 1, "pivot": [-1.5, 38.1, -6.2], "rotation": [7, 0, 0], "uv": [0, 0]}, + {"origin": [-8.5, 32.43568, -17.07462], "size": [17, 7, 12], "inflate": -0.01, "pivot": [-0.5, 40.6, -16.4], "rotation": [78.5, 0, 0], "uv": [119, 78]}, + {"origin": [-8.5, 42.3865, -13.46355], "size": [17, 7, 12], "pivot": [-0.5, 42.5, -16.5], "rotation": [-66.5, 0, 0], "uv": [64, 0]}, + {"origin": [-8.5, 30.47275, -10.67583], "size": [17, 16, 15], "inflate": -0.01, "pivot": [-1.5, 35.5, -2.9], "rotation": [-3, 0, 0], "uv": [0, 75]} + ] + }, + { + "name": "leg", + "parent": "glastrier", + "pivot": [13.7, 33.6, 30.1], + "rotation": [15, 0, 0] + }, + { + "name": "leg_b_right", + "parent": "leg", + "pivot": [10.5125, 20.58477, 44.71807], + "cubes": [ + {"origin": [7.2, 24.73296, 31.9338], "size": [7, 17, 10], "inflate": -0.2, "pivot": [14.2, 31.8, 34.4], "rotation": [29, 0, 0], "uv": [167, 117]}, + {"origin": [7.2, 11.00043, 34.42443], "size": [7, 21, 9], "inflate": -0.7, "pivot": [14.2, 22.7, 35.4], "rotation": [-5, 0, 0], "uv": [162, 24]}, + {"origin": [7.8, 14.40043, 31.72443], "size": [3, 10, 3], "pivot": [13.8, 21.1, 32.7], "rotation": [-21.4089, 40.96356, -14.41503], "uv": [64, 90]}, + {"origin": [6.2, 33.96042, 26.71103], "size": [8, 20, 14], "pivot": [14.2, 44, 31.7], "rotation": [8, 0, 0], "uv": [72, 117]}, + {"origin": [5.7, 7.3, 33.7], "size": [10, 5, 9], "inflate": -0.5, "pivot": [6.7, -0.7, 34.7], "rotation": [2, 0, 0], "uv": [0, 191]}, + {"origin": [10.9, 6.40903, 31.7261], "size": [5, 6, 4], "inflate": -0.5, "pivot": [13.9, 9.5, 33.2], "rotation": [-4.16694, -43.92422, 2.89328], "uv": [198, 211]}, + {"origin": [13.8, 11.40903, 34.0261], "size": [2, 5, 0], "pivot": [14.8, 12.5, 33.5], "rotation": [-19.16237, -72.74502, 15.71392], "uv": [79, 48]}, + {"origin": [12.4, 11.40903, 32.3261], "size": [2, 5, 0], "pivot": [13.4, 12.5, 31.8], "rotation": [-6.19374, -25.518, 0.03164], "uv": [55, 75]}, + {"origin": [5.77798, 6.40903, 31.00016], "size": [4, 3, 5], "inflate": -0.5, "pivot": [7.9, 9.5, 33.2], "rotation": [-3.28331, 23.96504, -1.33483], "uv": [153, 0]}, + {"origin": [8.4, 6.40903, 29.7261], "size": [4, 5, 4], "inflate": -0.5, "pivot": [11.4, 9.5, 31.2], "rotation": [-7, 0, 0], "uv": [42, 212]}, + {"origin": [9.1, 10.40903, 29.6261], "size": [2, 4, 0], "pivot": [12.1, 13.5, 31.1], "rotation": [-10.0238, 45.5595, -7.19267], "uv": [76, 117]}, + {"origin": [7.5, 10.60903, 27.5261], "size": [2, 4, 0], "pivot": [10.5, 13.7, 29], "rotation": [-170.89387, 39.64258, -174.1612], "uv": [72, 117]}, + {"origin": [8.4, 9.50903, 32.4261], "size": [5, 5, 5], "inflate": -0.5, "pivot": [10.4, 12.6, 34.9], "rotation": [-9.38182, 41.61661, -6.26211], "uv": [160, 211]}, + {"origin": [5.7, 6.3, 33.1], "size": [10, 3, 7], "inflate": -0.52, "pivot": [6.7, -0.7, 34.1], "rotation": [-1, 0, 0], "uv": [194, 32]}, + {"origin": [5.7, 8.2, 43.6], "size": [10, 3, 4], "inflate": -0.51, "pivot": [6.7, 1.2, 44.6], "rotation": [39, 0, 0], "uv": [207, 143]} + ] + }, + { + "name": "bone22", + "parent": "leg_b_right", + "pivot": [6.8, 12.1, 30], + "rotation": [0, 20, 0], + "cubes": [ + {"origin": [5.12645, 8.82776, 30.74783], "size": [2, 4, 0], "pivot": [8.4, 11.9, 32.1], "rotation": [-10.0238, 45.5595, -7.19267], "uv": [0, 115]}, + {"origin": [3.69765, 9.02776, 28.24472], "size": [2, 4, 0], "pivot": [6.8, 12.1, 30], "rotation": [-170.89387, 39.64258, -174.1612], "uv": [58, 112]} + ] + }, + { + "name": "leg_b_left", + "parent": "leg", + "pivot": [-10.5125, 20.58477, 44.71807], + "cubes": [ + {"origin": [-14.2, 24.73296, 31.9338], "size": [7, 17, 10], "inflate": -0.2, "pivot": [-14.2, 31.8, 34.4], "rotation": [29, 0, 0], "uv": [165, 63]}, + {"origin": [-14.2, 11.00043, 34.42443], "size": [7, 21, 9], "inflate": -0.7, "pivot": [-14.2, 22.7, 35.4], "rotation": [-5, 0, 0], "uv": [151, 155]}, + {"origin": [-10.8, 14.40043, 31.72443], "size": [3, 10, 3], "pivot": [-13.8, 21.1, 32.7], "rotation": [-21.4089, -40.96356, 14.41503], "uv": [0, 75]}, + {"origin": [-14.2, 33.96042, 26.71103], "size": [8, 20, 14], "pivot": [-14.2, 44, 31.7], "rotation": [8, 0, 0], "uv": [0, 106]}, + {"origin": [-15.7, 7.3, 33.7], "size": [10, 5, 9], "inflate": -0.5, "pivot": [-6.7, -0.7, 34.7], "rotation": [2, 0, 0], "uv": [61, 184]}, + {"origin": [-15.9, 6.40903, 31.7261], "size": [5, 6, 4], "inflate": -0.5, "pivot": [-13.9, 9.5, 33.2], "rotation": [-4.16694, 43.92422, -2.89328], "uv": [180, 211]}, + {"origin": [-15.8, 11.40903, 34.0261], "size": [2, 5, 0], "pivot": [-14.8, 12.5, 33.5], "rotation": [-19.16237, 72.74502, -15.71392], "uv": [15, 0]}, + {"origin": [-14.4, 11.40903, 32.3261], "size": [2, 5, 0], "pivot": [-13.4, 12.5, 31.8], "rotation": [-6.19374, 25.518, -0.03164], "uv": [0, 0]}, + {"origin": [-9.77798, 6.40903, 31.00016], "size": [4, 3, 5], "inflate": -0.5, "pivot": [-7.9, 9.5, 33.2], "rotation": [-3.28331, -23.96504, 1.33483], "uv": [98, 151]}, + {"origin": [-12.4, 6.40903, 29.7261], "size": [4, 5, 4], "inflate": -0.5, "pivot": [-11.4, 9.5, 31.2], "rotation": [-7, 0, 0], "uv": [90, 180]}, + {"origin": [-11.1, 10.40903, 29.6261], "size": [2, 4, 0], "pivot": [-12.1, 13.5, 31.1], "rotation": [-10.0238, -45.5595, 7.19267], "uv": [54, 112]}, + {"origin": [-9.5, 10.60903, 27.5261], "size": [2, 4, 0], "pivot": [-10.5, 13.7, 29], "rotation": [-170.89387, -39.64258, 174.1612], "uv": [55, 80]}, + {"origin": [-13.4, 9.50903, 32.4261], "size": [5, 5, 5], "inflate": -0.5, "pivot": [-10.4, 12.6, 34.9], "rotation": [-9.38182, -41.61661, 6.26211], "uv": [209, 188]}, + {"origin": [-15.7, 6.3, 33.1], "size": [10, 3, 7], "inflate": -0.52, "pivot": [-6.7, -0.7, 34.1], "rotation": [-1, 0, 0], "uv": [76, 48]}, + {"origin": [-15.7, 8.2, 43.6], "size": [10, 3, 4], "inflate": -0.51, "pivot": [-6.7, 1.2, 44.6], "rotation": [39, 0, 0], "uv": [153, 54]} + ] + }, + { + "name": "bone23", + "parent": "leg_b_left", + "pivot": [-6.8, 12.1, 30], + "rotation": [0, -20, 0], + "cubes": [ + {"origin": [-7.12645, 8.82776, 30.74783], "size": [2, 4, 0], "pivot": [-8.4, 11.9, 32.1], "rotation": [-10.0238, -45.5595, 7.19267], "uv": [50, 112]}, + {"origin": [-5.69765, 9.02776, 28.24472], "size": [2, 4, 0], "pivot": [-6.8, 12.1, 30], "rotation": [-170.89387, -39.64258, 174.1612], "uv": [55, 84]} + ] + }, + { + "name": "leg_f_right", + "parent": "leg", + "pivot": [14.3, 17.2, -8.4], + "cubes": [ + {"origin": [8.3, 12.40787, -14.81716], "size": [5, 17, 5], "inflate": 0.58, "pivot": [14.3, 17.2, -13.9], "rotation": [-12, 0, 0], "uv": [203, 150]}, + {"origin": [8.3, 12.17962, -10.48913], "size": [5, 13, 5], "inflate": -0.01, "pivot": [14.3, 17.2, -9.6], "rotation": [3, 0, 0], "uv": [22, 207]}, + {"origin": [6.3, 9.16042, -13.78897], "size": [9, 9, 8], "pivot": [14.3, 14.2, -11.9], "rotation": [-3, 0, 0], "uv": [91, 193]}, + {"origin": [15.7, 9.56042, -14.38897], "size": [5, 7, 3], "pivot": [18.7, 14.6, -17.5], "rotation": [-7.39423, -46.91586, 3.21227], "uv": [135, 174]}, + {"origin": [9.2, 9.56042, -18.48897], "size": [5, 9, 5], "pivot": [12.2, 14.6, -21.6], "rotation": [-7.50046, -0.99863, 0.05234], "uv": [105, 210]}, + {"origin": [2.8, 9.56042, -16.18897], "size": [5, 7, 3], "pivot": [5.8, 14.6, -20.3], "rotation": [-3.19215, 19.97142, -1.09128], "uv": [135, 164]}, + {"origin": [5.3, 9.16042, -14.18897], "size": [11, 6, 8], "pivot": [14.3, 14.2, -12.3], "rotation": [-3, 0, 0], "uv": [127, 185]}, + {"origin": [5.3, 7.56042, -8.38897], "size": [11, 5, 3], "inflate": -0.1, "pivot": [14.3, 12.6, -10.5], "rotation": [24, 0, 0], "uv": [207, 172]} + ] + }, + { + "name": "bone6", + "parent": "leg_f_right", + "pivot": [14.3, 22.8, -10.9], + "cubes": [ + {"origin": [7.3, 36.16042, -15.28897], "size": [7, 18, 15], "pivot": [14.3, 46.2, -9.3], "rotation": [8, 0, 0], "uv": [116, 131]} + ] + }, + { + "name": "bone7", + "parent": "bone6", + "pivot": [14.3, 38.3, -9.9], + "cubes": [ + {"origin": [7.3, 29.66042, -11.88897], "size": [7, 14, 9], "inflate": -0.2, "pivot": [14.3, 37.7, -10.9], "rotation": [-15, 0, 0], "uv": [168, 0]} + ] + }, + { + "name": "bone8", + "parent": "bone7", + "pivot": [14.3, 21.7, -11.8], + "rotation": [-7, 0, 0], + "cubes": [ + {"origin": [7.3, 21.53948, -13.80166], "size": [7, 10, 8], "inflate": -1, "pivot": [14.3, 27.8, -11.5], "rotation": [10, 0, 0], "uv": [187, 193]} + ] + }, + { + "name": "bone17", + "parent": "leg_f_right", + "pivot": [16.1, 21.6, -21.7], + "cubes": [ + {"origin": [5.2, 18.56042, -15.58897], "size": [3, 6, 0], "pivot": [7.2, 21.6, -21.7], "rotation": [-16.12343, 35.90129, -9.62091], "uv": [6, 112]}, + {"origin": [15.1, 18.56042, -15.58897], "size": [3, 6, 0], "pivot": [16.1, 21.6, -21.7], "rotation": [-16.12343, -35.90129, 9.62091], "uv": [56, 106]} + ] + }, + { + "name": "bone18", + "parent": "bone17", + "pivot": [22.1, 19.6, -14], + "rotation": [0, -49, 0], + "cubes": [ + {"origin": [11.2, 16.56042, -8.18897], "size": [3, 9, 0], "pivot": [13.2, 19.6, -14.3], "rotation": [-9.95814, 36.36384, -3.48319], "uv": [0, 106]}, + {"origin": [21.1, 16.16042, -8.18897], "size": [3, 9, 0], "pivot": [22.1, 19.2, -14.3], "rotation": [-10.01476, -36.7971, 8.49793], "uv": [49, 75]} + ] + }, + { + "name": "bone16", + "parent": "leg_f_right", + "pivot": [9.3, 19.2, -21.7], + "rotation": [0, 22, 0], + "cubes": [ + {"origin": [-1.6, 16.16042, -15.58897], "size": [3, 6, 0], "pivot": [0.4, 19.2, -21.7], "rotation": [-16.12343, 35.90129, -9.62091], "uv": [6, 106]}, + {"origin": [8.3, 16.16042, -15.58897], "size": [3, 6, 0], "pivot": [9.3, 19.2, -21.7], "rotation": [-16.12343, -35.90129, 9.62091], "uv": [50, 106]} + ] + }, + { + "name": "leg_f_left", + "parent": "leg", + "pivot": [-14.3, 17.2, -8.4], + "cubes": [ + {"origin": [-13.3, 12.40787, -14.81716], "size": [5, 17, 5], "inflate": 0.58, "pivot": [-14.3, 17.2, -13.9], "rotation": [-12, 0, 0], "uv": [0, 0]}, + {"origin": [-13.3, 12.17962, -10.48913], "size": [5, 13, 5], "inflate": -0.01, "pivot": [-14.3, 17.2, -9.6], "rotation": [3, 0, 0], "uv": [205, 82]}, + {"origin": [-15.3, 9.16042, -13.78897], "size": [9, 9, 8], "pivot": [-14.3, 14.2, -11.9], "rotation": [-3, 0, 0], "uv": [192, 15]}, + {"origin": [-20.7, 9.56042, -14.38897], "size": [5, 7, 3], "pivot": [-18.7, 14.6, -17.5], "rotation": [-7.39423, 46.91586, -3.21227], "uv": [110, 48]}, + {"origin": [-14.2, 9.56042, -18.48897], "size": [5, 9, 5], "pivot": [-12.2, 14.6, -21.6], "rotation": [-7.50046, 0.99863, -0.05234], "uv": [85, 210]}, + {"origin": [-7.8, 9.56042, -16.18897], "size": [5, 7, 3], "pivot": [-5.8, 14.6, -20.3], "rotation": [-3.19215, -19.97142, 1.09128], "uv": [57, 45]}, + {"origin": [-16.3, 9.16042, -14.18897], "size": [11, 6, 8], "pivot": [-14.3, 14.2, -12.3], "rotation": [-3, 0, 0], "uv": [32, 179]}, + {"origin": [-16.3, 7.56042, -8.38897], "size": [11, 5, 3], "inflate": -0.1, "pivot": [-14.3, 12.6, -10.5], "rotation": [24, 0, 0], "uv": [205, 100]} + ] + }, + { + "name": "bone11", + "parent": "leg_f_left", + "pivot": [-14.3, 22.8, -10.9], + "cubes": [ + {"origin": [-14.3, 36.16042, -15.28897], "size": [7, 18, 15], "pivot": [-14.3, 46.2, -9.3], "rotation": [8, 0, 0], "uv": [124, 0]} + ] + }, + { + "name": "bone12", + "parent": "bone11", + "pivot": [-14.3, 38.3, -9.9], + "cubes": [ + {"origin": [-14.3, 29.66042, -11.88897], "size": [7, 14, 9], "inflate": -0.2, "pivot": [-14.3, 37.7, -10.9], "rotation": [-15, 0, 0], "uv": [0, 168]} + ] + }, + { + "name": "bone13", + "parent": "bone12", + "pivot": [-14.3, 21.7, -11.8], + "rotation": [-7, 0, 0], + "cubes": [ + {"origin": [-14.3, 21.53948, -13.80166], "size": [7, 10, 8], "inflate": -1, "pivot": [-14.3, 27.8, -11.5], "rotation": [10, 0, 0], "uv": [157, 193]} + ] + }, + { + "name": "bone19", + "parent": "leg_f_left", + "pivot": [-16.1, 21.6, -21.7], + "cubes": [ + {"origin": [-8.2, 18.56042, -15.58897], "size": [3, 6, 0], "pivot": [-7.2, 21.6, -21.7], "rotation": [-16.12343, -35.90129, 9.62091], "uv": [104, 90]}, + {"origin": [-18.1, 18.56042, -15.58897], "size": [3, 6, 0], "pivot": [-16.1, 21.6, -21.7], "rotation": [-16.12343, 35.90129, -9.62091], "uv": [103, 48]} + ] + }, + { + "name": "bone20", + "parent": "bone19", + "pivot": [-22.1, 19.6, -14], + "rotation": [0, 49, 0], + "cubes": [ + {"origin": [-14.2, 16.56042, -8.18897], "size": [3, 9, 0], "pivot": [-13.2, 19.6, -14.3], "rotation": [-9.95814, -36.36384, 3.48319], "uv": [70, 0]}, + {"origin": [-24.1, 16.16042, -8.18897], "size": [3, 9, 0], "pivot": [-22.1, 19.2, -14.3], "rotation": [-10.01476, 36.7971, -8.49793], "uv": [64, 0]} + ] + }, + { + "name": "bone21", + "parent": "leg_f_left", + "pivot": [-9.3, 19.2, -21.7], + "rotation": [0, -22, 0], + "cubes": [ + {"origin": [-1.4, 16.16042, -15.58897], "size": [3, 6, 0], "pivot": [-0.4, 19.2, -21.7], "rotation": [-16.12343, -35.90129, 9.62091], "uv": [49, 84]}, + {"origin": [-11.3, 16.16042, -15.58897], "size": [3, 6, 0], "pivot": [-9.3, 19.2, -21.7], "rotation": [-16.12343, 35.90129, -9.62091], "uv": [73, 48]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/0897_spectrier/spectrier.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/0897_spectrier/spectrier.geo.json new file mode 100644 index 0000000..5994ccd --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/0897_spectrier/spectrier.geo.json @@ -0,0 +1,418 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.spectrier", + "texture_width": 256, + "texture_height": 256, + "visible_bounds_width": 14, + "visible_bounds_height": 7.5, + "visible_bounds_offset": [0, 3.25, 0] + }, + "bones": [ + { + "name": "root", + "pivot": [0, 0, 0] + }, + { + "name": "spectrier", + "parent": "root", + "pivot": [0, 0, 0], + "rotation": [-12, 0, 0] + }, + { + "name": "bone2", + "parent": "spectrier", + "pivot": [-1.9, 39.3, 11.7], + "rotation": [15, 0, 0] + }, + { + "name": "bone4", + "parent": "bone2", + "pivot": [13.7, 29.4, 30.1] + }, + { + "name": "leg_b_right", + "parent": "bone4", + "pivot": [8.5125, 16.38477, 40.71807], + "cubes": [ + {"origin": [5.2, 9.3, 33.9], "size": [7, 7, 7], "inflate": -1, "pivot": [5.2, 4.3, 34.9], "rotation": [22, 0, 0], "uv": [197, 96]}, + {"origin": [5.2, 20.69194, 28.67938], "size": [7, 17, 8], "inflate": -0.2, "pivot": [12.2, 27.6, 30.4], "rotation": [29, 0, 0], "uv": [166, 0]}, + {"origin": [5.2, 13.00043, 30.42443], "size": [7, 15, 7], "inflate": -0.7, "pivot": [12.2, 18.7, 31.4], "rotation": [-5, 0, 0], "uv": [171, 180]}, + {"origin": [4.2, 29.76042, 23.71103], "size": [8, 20, 13], "pivot": [12.2, 39.8, 27.7], "rotation": [8, 0, 0], "uv": [124, 0]}, + {"origin": [5, 1.3, 29.1], "size": [7, 5, 7], "inflate": -0.5, "pivot": [5, -3.7, 30.1], "rotation": [-1, 0, 0], "uv": [128, 202]}, + {"origin": [8.4, 1.3, 46.2], "size": [0, 13, 19], "pivot": [4.4, -3.7, 47.2], "rotation": [6, 0, 0], "uv": [85, 131]}, + {"origin": [8.4, 3.9, 62.2], "size": [0, 11, 19], "uv": [106, 63]}, + {"origin": [8.4, 1.3, 32.1], "size": [0, 10, 14], "pivot": [4.4, -3.7, 33.1], "rotation": [-1, 0, 0], "uv": [164, 98]} + ] + }, + { + "name": "leg_f_right", + "parent": "bone4", + "pivot": [13.3, 13, -8.4], + "cubes": [ + {"origin": [6.3, 3.96042, -13.38897], "size": [7, 4, 7], "inflate": -0.5, "pivot": [13.3, 13, -11.4], "rotation": [-3, 0, 0], "uv": [211, 36]} + ] + }, + { + "name": "bone6", + "parent": "leg_f_right", + "pivot": [13.3, 18.6, -10.9], + "cubes": [ + {"origin": [6.3, 31.96042, -13.28897], "size": [7, 16, 14], "uv": [0, 137]} + ] + }, + { + "name": "bone7", + "parent": "bone6", + "pivot": [13.3, 34.1, -9.9], + "cubes": [ + {"origin": [6.3, 24.26042, -11.88897], "size": [7, 14, 10], "inflate": -0.2, "pivot": [13.3, 32.3, -10.9], "rotation": [-15, 0, 0], "uv": [155, 156]} + ] + }, + { + "name": "bone8", + "parent": "bone7", + "pivot": [13.3, 17.5, -11.8], + "rotation": [-7, 0, 0], + "cubes": [ + {"origin": [6.3, 12.91156, -13.88811], "size": [7, 16, 8], "inflate": -1, "pivot": [13.3, 23, -10.5], "rotation": [2, 0, 0], "uv": [30, 172]} + ] + }, + { + "name": "bone9", + "parent": "bone8", + "pivot": [13.3, 17.5, -11.9], + "rotation": [-2, 0, 0], + "cubes": [ + {"origin": [6.3, 9.66974, -15.02779], "size": [7, 7, 8], "inflate": -1.5, "pivot": [13.3, 18.3, -11.7], "rotation": [23, 0, 0], "uv": [189, 40]} + ] + }, + { + "name": "leg_f_left", + "parent": "bone4", + "pivot": [-13.4, 13, -8.4], + "cubes": [ + {"origin": [-13.4, 3.96042, -13.38897], "size": [7, 4, 7], "inflate": -0.5, "pivot": [-13.4, 13, -11.4], "rotation": [-3, 0, 0], "uv": [205, 182]} + ] + }, + { + "name": "bone11", + "parent": "leg_f_left", + "pivot": [-13.4, 18.6, -10.9], + "cubes": [ + {"origin": [-13.4, 31.96042, -13.28897], "size": [7, 16, 14], "uv": [123, 136]} + ] + }, + { + "name": "bone12", + "parent": "bone11", + "pivot": [-13.4, 34.1, -9.9], + "cubes": [ + {"origin": [-13.4, 24.26042, -11.88897], "size": [7, 14, 10], "inflate": -0.2, "pivot": [-13.4, 32.3, -10.9], "rotation": [-15, 0, 0], "uv": [155, 33]} + ] + }, + { + "name": "bone13", + "parent": "bone12", + "pivot": [-13.4, 17.5, -12], + "rotation": [-6, 0, 0], + "cubes": [ + {"origin": [-13.4, 12.93599, -14.08875], "size": [7, 16, 8], "inflate": -1, "pivot": [-13.4, 23, -10.7], "rotation": [2, 0, 0], "uv": [0, 167]} + ] + }, + { + "name": "bone14", + "parent": "bone13", + "pivot": [-13.4, 17.5, -12.1], + "rotation": [-2, 0, 0], + "cubes": [ + {"origin": [-13.4, 9.69305, -15.22045], "size": [7, 7, 8], "inflate": -1.5, "pivot": [-13.4, 18.3, -11.9], "rotation": [23, 0, 0], "uv": [179, 25]} + ] + }, + { + "name": "leg_b_left", + "parent": "bone4", + "pivot": [15.7, 29.4, 30.1], + "cubes": [ + {"origin": [-11.5, 29.76042, 23.71103], "size": [8, 20, 13], "pivot": [-11.5, 39.8, 27.7], "rotation": [8, 0, 0], "uv": [95, 117]}, + {"origin": [-11.6, 20.69194, 28.37938], "size": [7, 17, 8], "inflate": -0.2, "pivot": [-11.6, 27.6, 30.1], "rotation": [29, 0, 0], "uv": [84, 163]}, + {"origin": [-11.5, 13.00043, 30.42443], "size": [7, 15, 7], "inflate": -0.7, "pivot": [-11.5, 18.7, 31.4], "rotation": [-5, 0, 0], "uv": [143, 180]}, + {"origin": [-11.5, 9.3, 33.9], "size": [7, 7, 7], "inflate": -1, "pivot": [-4.5, 4.3, 34.9], "rotation": [22, 0, 0], "uv": [192, 195]}, + {"origin": [-11.3, 1.3, 29.1], "size": [7, 5, 7], "inflate": -0.5, "pivot": [-4.3, -3.7, 30.1], "rotation": [-1, 0, 0], "uv": [40, 202]}, + {"origin": [-7.9, 1.3, 32.1], "size": [0, 10, 14], "pivot": [-11.9, -3.7, 33.1], "rotation": [-1, 0, 0], "uv": [164, 98]}, + {"origin": [-7.9, 1.3, 46.1], "size": [0, 13, 19], "pivot": [-11.9, -3.7, 47.1], "rotation": [6, 0, 0], "uv": [85, 131]}, + {"origin": [-7.9, 3.9, 62.5], "size": [0, 11, 19], "uv": [106, 63]} + ] + }, + { + "name": "bodymain", + "parent": "spectrier", + "pivot": [-0.5, 38.8, -16.4], + "rotation": [9, 0, 0] + }, + { + "name": "bone3", + "parent": "bodymain", + "pivot": [-1.5, 34.8, 12.5], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-9.5, 32.82149, 6.39846], "size": [19, 12, 15], "inflate": -0.01, "pivot": [-1.5, 33.6, 10.4], "rotation": [-6, 0, 0], "uv": [71, 19]}, + {"origin": [-9.5, 31.13277, 20.83854], "size": [19, 16, 14], "inflate": 1, "pivot": [-1.5, 36.1, 26.3], "rotation": [-4, 0, 0], "uv": [0, 71]}, + {"origin": [-9.5, 35.83277, 7.03854], "size": [19, 11, 17], "pivot": [-1.5, 34.8, 12.5], "rotation": [8, 0, 0], "uv": [65, 54]} + ] + }, + { + "name": "bone34", + "parent": "bone3", + "pivot": [-1.5, 35.8, 28.2], + "rotation": [-52, 0, 0], + "cubes": [ + {"origin": [-3.5, 42.33277, 24.53854], "size": [7, 7, 15], "pivot": [-1.5, 38.3, 30], "rotation": [38, 0, 0], "uv": [144, 71]}, + {"origin": [-5.5, 45.43277, 34.83854], "size": [11, 12, 13], "pivot": [-1.5, 42.4, 40.3], "rotation": [24, 0, 0], "uv": [120, 46]}, + {"origin": [-5.5, 43.93277, 40.83854], "size": [11, 13, 13], "inflate": -0.1, "pivot": [-1.5, 41.9, 46.3], "rotation": [-1, 0, 0], "uv": [37, 125]}, + {"origin": [-4.5, 47.43277, 52.43854], "size": [9, 9, 11], "inflate": -0.3, "pivot": [-1.5, 41.4, 55.9], "rotation": [19, 0, 0], "uv": [151, 129]}, + {"origin": [-3.5, 54.03277, 60.83854], "size": [7, 7, 12], "inflate": -0.3, "pivot": [-1.5, 46, 66.3], "rotation": [35, 0, 0], "uv": [159, 93]}, + {"origin": [-0.1, 58.93277, 66.33854], "size": [0, 12, 20], "pivot": [-1.1, 52.9, 71.8], "rotation": [35, 0, 0], "uv": [124, 97]} + ] + }, + { + "name": "bone35", + "parent": "bone34", + "pivot": [-1.5, 59.8, 70], + "rotation": [17, 0, 0] + }, + { + "name": "bone", + "parent": "bodymain", + "pivot": [-0.5, 41.2, -16.4], + "rotation": [-8, 0, 0] + }, + { + "name": "bone5", + "parent": "bone", + "pivot": [-1.5, 32.8, -3.3], + "cubes": [ + {"origin": [-10.5, 37.98773, -11.06422], "size": [21, 12, 22], "inflate": 1, "pivot": [-1.5, 36.8, -7], "rotation": [-4, 0, 0], "uv": [0, 0]}, + {"origin": [-8.5, 33.03568, -17.07462], "size": [17, 7, 12], "inflate": -0.01, "pivot": [-0.5, 41.2, -16.4], "rotation": [78.5, 0, 0], "uv": [64, 0]}, + {"origin": [-8.5, 42.9865, -13.66355], "size": [17, 7, 12], "pivot": [-0.5, 43.1, -16.7], "rotation": [-63.5, 0, 0], "uv": [50, 106]}, + {"origin": [-8.5, 30.77275, -11.07583], "size": [17, 13, 24], "inflate": -0.01, "pivot": [-1.5, 32.8, -3.3], "rotation": [17, 0, 0], "uv": [0, 34]} + ] + }, + { + "name": "bone10", + "parent": "bone", + "pivot": [-0.5, 43.7, -7.4], + "rotation": [23, 0, 0], + "cubes": [ + {"origin": [-6.5, 36.53568, -10.77462], "size": [13, 11, 13.6], "inflate": -0.01, "pivot": [-0.5, 43.7, -10.1], "rotation": [101.5, 0, 0], "uv": [107, 93]}, + {"origin": [-4.5, 51.93568, -12.67462], "size": [9, 9, 12], "inflate": 0.2, "pivot": [-0.5, 57.1, -12], "rotation": [101.5, 0, 0], "uv": [42, 151]}, + {"origin": [-6.5, 37.53568, -8.07462], "size": [13, 10, 14], "inflate": -0.02, "pivot": [-0.5, 43.7, -7.4], "rotation": [107.5, 0, 0], "uv": [66, 82]} + ] + }, + { + "name": "bone15", + "parent": "bone10", + "pivot": [-0.5, 64.4, -17.3], + "cubes": [ + {"origin": [-6.5, 60.93568, -16.67462], "size": [13, 15, 12], "pivot": [-0.5, 69.1, -15], "rotation": [94.5, 0, 0], "uv": [0, 101]}, + {"origin": [-0.8, 58.73568, -8.77462], "size": [9, 12, 0], "pivot": [5.2, 63.9, -18.1], "rotation": [93.54881, -2.76871, 37.91421], "uv": [146, 93]}, + {"origin": [-8.2, 58.83568, -9.87462], "size": [9, 12, 0], "pivot": [-5.2, 64, -19.2], "rotation": [93.54881, 2.76871, -37.91421], "uv": [38, 101]}, + {"origin": [-4.6, 63.33568, -27.57462], "size": [9, 14, 6], "pivot": [-0.6, 70.5, -25.9], "rotation": [108.58524, -2.10128, 0.63143], "uv": [173, 57]}, + {"origin": [-3.6, 69.3265, -9.25905], "size": [7, 16, 2], "inflate": 0.2, "pivot": [-0.6, 67, -12.6], "rotation": [104.5, 0, 0], "uv": [44, 230]} + ] + }, + { + "name": "bone21", + "parent": "bone15", + "pivot": [3, 81.4, -24.9], + "cubes": [ + {"origin": [-0.2, 67.9901, -36.60873], "size": [4, 2, 4], "pivot": [0.8, 79.7, -33.4], "rotation": [94.5, 0, 0], "uv": [52, 78]}, + {"origin": [1.4753, 78.54122, -31.09589], "size": [4, 0, 6], "pivot": [6, 79.4, -24], "rotation": [43.9688, -9.39256, -17.73757], "uv": [58, 6]}, + {"origin": [3.14126, 77.39566, -33.93261], "size": [4, 0, 6], "pivot": [7.9, 77.8, -25.5], "rotation": [72.77035, -40.59636, -9.84811], "uv": [58, 0]}, + {"origin": [5.72982, 71.70399, -35.49178], "size": [4, 0, 8], "pivot": [10.2, 71.9, -26.1], "rotation": [75.09204, -57.60301, -6.38765], "uv": [50, 34]}, + {"origin": [-0.8, 69.2901, -25.70873], "size": [4, 4, 5], "inflate": -0.5, "pivot": [0.2, 81, -22.5], "rotation": [90.5, 0, 0], "uv": [0, 128]}, + {"origin": [-1, 65.9901, -30.90873], "size": [4, 8, 5], "pivot": [0, 79.7, -27.7], "rotation": [94.5, 0, 0], "uv": [72, 125]}, + {"origin": [-1.5247, 80.9858, -28.22237], "size": [6, 0, 4], "pivot": [3, 81.4, -22.9], "rotation": [62.9688, -9.39256, -17.73757], "uv": [0, 17]} + ] + }, + { + "name": "bone32", + "parent": "bone15", + "pivot": [-4.5, 83.5, -15], + "cubes": [ + {"origin": [-0.75525, 76.33981, -15.84579], "size": [10, 0, 11], "pivot": [4.6, 81.1, -14.5], "rotation": [97.62628, 53.7576, 6.16347], "uv": [47, 46]}, + {"origin": [-6.05525, 76.33981, -12.44579], "size": [10, 0, 11], "pivot": [-0.7, 81.1, -11.1], "rotation": [-105.93544, 73.39516, 164.69732], "uv": [47, 46]}, + {"origin": [-9.83481, 75.87648, -15.84579], "size": [10, 0, 11], "pivot": [-4.3, 81.1, -14.5], "rotation": [96.35094, -44.82365, -4.48618], "uv": [99, 0]}, + {"origin": [-4.33481, 75.87648, -12.14579], "size": [10, 0, 11], "pivot": [1.2, 81.1, -10.8], "rotation": [-109.28297, -76.25587, -161.23], "uv": [99, 0]} + ] + }, + { + "name": "bone33", + "parent": "bone15", + "pivot": [-9.82477, 82.69226, -6.37202], + "cubes": [ + {"origin": [-7, 73.99129, -17.53756], "size": [14, 14, 4], "pivot": [-0.5, 79.9, -15], "rotation": [94.5, 0, 0], "uv": [114, 166]}, + {"origin": [-2.58354, 89.70372, -9.41148], "size": [7, 4, 3], "inflate": -0.1, "pivot": [9.92477, 82.69226, -6.97202], "rotation": [121.71753, -63.25704, 56.02729], "uv": [98, 46]}, + {"origin": [-4.01646, 89.70372, -9.41148], "size": [7, 4, 3], "inflate": -0.1, "pivot": [-9.52477, 82.69226, -6.97202], "rotation": [121.71753, 63.25704, -56.02729], "uv": [78, 46]} + ] + }, + { + "name": "bone19", + "parent": "bone10", + "pivot": [-0.5, 41.5, -11.8] + }, + { + "name": "bone17", + "parent": "bone19", + "pivot": [-6.1, 79, -15.9], + "rotation": [0.99663, -66.19681, -11.79155], + "cubes": [ + {"origin": [-5.64531, 43.07862, -0.69378], "size": [6, 11, 5], "inflate": -0.8, "pivot": [-2.64531, 48.57862, 1.80622], "rotation": [28.41566, -8.27768, 14.9008], "uv": [217, 221]}, + {"origin": [-4.34531, 58.30629, -9.48696], "size": [6, 12, 5], "inflate": -0.11, "pivot": [-1.34531, 64.30629, -6.98696], "rotation": [28.14449, -9.22532, 16.68282], "uv": [212, 148]}, + {"origin": [-5.44531, 50.30629, -4.98696], "size": [6, 12, 5], "inflate": -0.4, "pivot": [-2.44531, 56.30629, -2.48696], "rotation": [29.19677, 4.41799, -7.8488], "uv": [211, 19]}, + {"origin": [-4.95469, 67.13593, -15.19454], "size": [8, 14, 5], "inflate": -0.1, "pivot": [-0.95469, 74.13593, -12.69454], "rotation": [35.7864, 7.84451, -3.41821], "uv": [60, 183]} + ] + }, + { + "name": "bone23", + "parent": "bone17", + "pivot": [0.05864, 44.03943, 5.52031], + "rotation": [0, 0, -19], + "cubes": [ + {"origin": [-13.14531, 20.48629, 12.05988], "size": [10, 24, 0], "pivot": [-8.14531, 32.48629, 12.05988], "rotation": [27.51035, -11.09318, 20.27645], "uv": [196, 0]}, + {"origin": [-8.44531, 32.17111, 6.35925], "size": [6, 11, 5], "inflate": -0.8, "pivot": [-5.44531, 37.67111, 8.85925], "rotation": [25.12878, -15.98345, 30.41559], "uv": [62, 224]}, + {"origin": [-6.34531, 39.06004, 3.23652], "size": [6, 9, 5], "inflate": -0.5, "pivot": [-3.34531, 43.56004, 5.73652], "rotation": [29.5, 0, 0], "uv": [230, 122]} + ] + }, + { + "name": "bone18", + "parent": "bone19", + "pivot": [-6.4, 79.1, -10.7], + "rotation": [55.06553, -82.25626, -75.20892], + "cubes": [ + {"origin": [-12.63974, 67.52969, -10.96102], "size": [8, 14, 5], "inflate": -0.1, "pivot": [-8.63974, 74.52969, -8.46102], "rotation": [37.76533, -6.84178, 12.24359], "uv": [187, 117]}, + {"origin": [-14.83974, 60.30004, -5.55344], "size": [6, 12, 5], "inflate": -0.11, "pivot": [-11.83974, 66.30004, -3.05344], "rotation": [25.3842, -15.55677, 29.47581], "uv": [200, 209]}, + {"origin": [-16.83974, 53.40004, -1.05344], "size": [6, 12, 5], "inflate": -0.4, "pivot": [-13.83974, 59.40004, 1.44656], "rotation": [42.48504, 0.9847, -1.74088], "uv": [178, 209]} + ] + }, + { + "name": "bone31", + "parent": "bone18", + "pivot": [-15.42477, 55.99226, 3.32798], + "rotation": [11, 0, 19], + "cubes": [ + {"origin": [-17.73974, 42.4538, 6.97004], "size": [6, 9, 5], "inflate": -0.5, "pivot": [-14.73974, 46.9538, 9.47004], "rotation": [28.41566, 8.27768, -14.9008], "uv": [194, 226]}, + {"origin": [-17.13974, 34.56487, 10.49277], "size": [6, 11, 5], "inflate": -0.8, "pivot": [-14.13974, 40.06487, 12.99277], "rotation": [29.3653, -2.95045, 5.22676], "uv": [220, 193]}, + {"origin": [-16.43974, 22.48005, 16.1934], "size": [10, 24, 0], "pivot": [-11.43974, 34.48005, 16.1934], "rotation": [27.99746, 9.6959, -17.57735], "uv": [192, 163]}, + {"origin": [-17.83974, 47.27238, 3.73973], "size": [6, 11, 5], "inflate": -0.8, "pivot": [-14.83974, 52.77238, 6.23973], "rotation": [28.86672, -6.35977, 11.36157], "uv": [150, 219]} + ] + }, + { + "name": "bone24", + "parent": "bone19", + "pivot": [2.2, 77.79642, -9.39164], + "rotation": [20.05676, 25.80912, -9.18463] + }, + { + "name": "bone25", + "parent": "bone24", + "pivot": [-1.44275, 50.14236, -7.69993], + "rotation": [1.25315, 40.96515, 6.26227], + "cubes": [ + {"origin": [-4.44275, 41.32989, -9.06958], "size": [6, 11, 5], "inflate": -0.8, "pivot": [-1.44275, 46.82989, -6.56958], "rotation": [29.5, 0, 0], "uv": [85, 219]}, + {"origin": [-4.04275, 12.03757, 1.38408], "size": [10, 24, 0], "pivot": [0.95725, 24.03757, 1.38408], "rotation": [13.5, 14, 0], "uv": [0, 191]}, + {"origin": [-2.94275, 27.32238, -2.71655], "size": [6, 11, 5], "inflate": -0.8, "pivot": [0.05725, 32.82238, -0.21655], "rotation": [5.94651, 17.06729, -20.52364], "uv": [216, 0]}, + {"origin": [-4.44275, 35.21132, -5.13928], "size": [6, 9, 5], "inflate": -0.5, "pivot": [-1.44275, 39.71132, -2.63928], "rotation": [29.5, 0, 0], "uv": [172, 226]} + ] + }, + { + "name": "bone26", + "parent": "bone24", + "pivot": [5.35725, 79.64236, -0.09993], + "rotation": [-23.47657, -14.58788, 8.97954], + "cubes": [ + {"origin": [-3.64275, 63.6872, -6.77034], "size": [8, 14, 5], "inflate": -0.1, "pivot": [0.35725, 70.6872, -4.27034], "rotation": [29.3653, -2.95045, 5.22676], "uv": [186, 144]}, + {"origin": [-3.74275, 55.25756, -3.46276], "size": [6, 12, 5], "inflate": -0.11, "pivot": [-0.74275, 61.25756, -0.96276], "rotation": [14.24453, 2.73833, -10.65778], "uv": [208, 131]}, + {"origin": [-2.64275, 47.25756, -0.16276], "size": [6, 12, 5], "inflate": -0.4, "pivot": [0.35725, 53.25756, 2.33724], "rotation": [36.39561, 2.97167, -4.02289], "uv": [68, 207]} + ] + }, + { + "name": "bone27", + "parent": "bone19", + "pivot": [7.3, 78.2, -10.2], + "rotation": [-57.97514, 83.41642, -38.26626], + "cubes": [ + {"origin": [5.43974, 65.84583, -14.28555], "size": [8, 14, 5], "inflate": -0.1, "pivot": [10.82477, 77.79226, -11.87202], "rotation": [35.31663, -3.44046, 6.09983], "uv": [109, 184]}, + {"origin": [4.2758, 58.32305, -7.82805], "size": [6, 12, 5], "inflate": -0.11, "pivot": [7.92477, 68.29226, -4.47202], "rotation": [28.41566, 8.27768, -14.9008], "uv": [106, 203]}, + {"origin": [6.23974, 50.54265, -1.79511], "size": [6, 12, 5], "inflate": -0.4, "pivot": [9.23974, 57.50004, 1.24656], "rotation": [29.04683, -5.3914, 9.60238], "uv": [203, 55]} + ] + }, + { + "name": "bone30", + "parent": "bone27", + "pivot": [17.42477, 55.29226, 3.02798], + "rotation": [10, 0, -19], + "cubes": [ + {"origin": [6.03974, 42.14273, 4.69277], "size": [6, 9, 5], "inflate": -0.5, "pivot": [9.03974, 49.2538, 8.67004], "rotation": [28.14449, -9.22532, 16.68282], "uv": [107, 225]}, + {"origin": [3.13974, 34.86487, 9.69277], "size": [6, 11, 5], "inflate": -0.8, "pivot": [6.13974, 40.36487, 12.19277], "rotation": [28.86672, -6.35977, 11.36157], "uv": [0, 215]}, + {"origin": [1.83974, 22.98005, 15.3934], "size": [10, 24, 0], "pivot": [6.83974, 34.98005, 15.3934], "rotation": [29.46634, 1.47676, -2.61165], "uv": [86, 188]}, + {"origin": [5.73974, 47.27238, 2.73973], "size": [6, 11, 5], "inflate": -0.8, "pivot": [8.73974, 52.77238, 5.23973], "rotation": [29.31663, 3.44046, -6.09983], "uv": [128, 214]} + ] + }, + { + "name": "bone28", + "parent": "bone19", + "pivot": [6.3, 79, -17], + "rotation": [6.11607, 65.67499, 14.12662], + "cubes": [ + {"origin": [-2.65469, 43.27862, -1.79378], "size": [6, 11, 5], "inflate": -0.8, "pivot": [0.34531, 48.77862, 0.70622], "rotation": [28.41566, 8.27768, -14.9008], "uv": [40, 214]}, + {"origin": [-3.95469, 66.73593, -15.59454], "size": [8, 14, 5], "inflate": -0.1, "pivot": [0.04531, 73.73593, -13.09454], "rotation": [29.31663, -3.44046, 6.09983], "uv": [60, 183]}, + {"origin": [-2.95469, 58.30629, -10.58696], "size": [6, 12, 5], "inflate": -0.11, "pivot": [0.04531, 64.30629, -8.08696], "rotation": [28.76533, 6.84178, -12.24359], "uv": [156, 202]}, + {"origin": [-2.65469, 50.30629, -6.08696], "size": [6, 12, 5], "inflate": -0.4, "pivot": [0.34531, 56.30629, -3.58696], "rotation": [28.41566, -8.27768, 14.9008], "uv": [0, 0]} + ] + }, + { + "name": "bone29", + "parent": "bone28", + "pivot": [0.14136, 44.03943, 3.82031], + "rotation": [-10, 0, 19], + "cubes": [ + {"origin": [1.54531, 21.38629, 8.25988], "size": [10, 24, 0], "pivot": [6.54531, 33.38629, 8.25988], "rotation": [25.87162, 14.69164, -27.60788], "uv": [0, 34]}, + {"origin": [0.44531, 32.57111, 3.45925], "size": [6, 11, 5], "inflate": -0.8, "pivot": [3.44531, 38.07111, 5.95925], "rotation": [25.63181, 15.12613, -28.53994], "uv": [214, 72]}, + {"origin": [-2.05469, 38.76004, 0.73652], "size": [6, 9, 5], "inflate": -0.5, "pivot": [0.94531, 43.26004, 3.23652], "rotation": [29.5, 0, 0], "uv": [218, 88]} + ] + }, + { + "name": "bone20", + "parent": "bone19", + "pivot": [-2.8, 76.89642, -11.09164], + "rotation": [19.33436, -42.06896, -9.09641] + }, + { + "name": "bone22", + "parent": "bone20", + "pivot": [-3.31211, 38.33123, 5.71781], + "cubes": [ + {"origin": [-5.21211, 39.91876, -3.75184], "size": [6, 11, 5], "inflate": -0.8, "pivot": [-2.21211, 45.41876, -1.25184], "rotation": [29.19677, 4.41799, -7.8488], "uv": [22, 225]}, + {"origin": [-11.31211, 13.72643, 6.20183], "size": [10, 24, 0], "pivot": [-6.31211, 25.72643, 6.20183], "rotation": [13.68476, -4.28895, 2.56453], "uv": [20, 196]}, + {"origin": [-9.01211, 27.21125, 2.1012], "size": [6, 11, 5], "inflate": -0.8, "pivot": [-6.01211, 32.71125, 4.6012], "rotation": [7.65206, -5.62704, 17.12558], "uv": [225, 47]}, + {"origin": [-6.41211, 34.80018, 0.17847], "size": [6, 9, 5], "inflate": -0.5, "pivot": [-3.41211, 39.30018, 2.67847], "rotation": [27.84276, -10.16415, 18.47438], "uv": [129, 230]} + ] + }, + { + "name": "bone16", + "parent": "bone20", + "pivot": [-3.61211, 83.43123, -0.58219], + "rotation": [-11, 17, 0], + "cubes": [ + {"origin": [-3.31211, 65.07607, -8.75259], "size": [8, 14, 5], "inflate": -0.1, "pivot": [0.68789, 72.07607, -6.25259], "rotation": [19.33097, 24.71355, 8.34374], "uv": [188, 77]}, + {"origin": [-1.61211, 55.24642, -5.44501], "size": [6, 12, 5], "inflate": -0.11, "pivot": [1.38789, 61.24642, -2.94501], "rotation": [24.46398, 1.33978, -2.68955], "uv": [213, 110]}, + {"origin": [-3.31211, 47.04642, -0.64501], "size": [6, 12, 5], "inflate": -0.4, "pivot": [-0.31211, 53.04642, 1.85499], "rotation": [33.17718, -12.82262, 21.60727], "uv": [212, 165]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/0898_calyrex/calyrex.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/0898_calyrex/calyrex.geo.json new file mode 100644 index 0000000..bd8c01a --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/0898_calyrex/calyrex.geo.json @@ -0,0 +1,110 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.calyrex", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 3, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "root", + "pivot": [0, 0, 0] + }, + { + "name": "calyrex", + "parent": "root", + "pivot": [0, 12.60896, 0.14089], + "cubes": [ + {"origin": [-2, 13, -2], "size": [4, 4, 4], "inflate": -0.8, "uv": [46, 9]}, + {"origin": [-2, 9, -2], "size": [4, 5, 4], "uv": [45, 0]}, + {"origin": [-0.09532, 2.65447, 1.83564], "size": [7, 11, 0], "pivot": [0, 14.097, -0.2427], "rotation": [17, 0, -19], "uv": [42, 43]}, + {"origin": [-6.90468, 2.65447, 1.83564], "size": [7, 11, 0], "pivot": [0, 14.097, -0.2427], "rotation": [17, 0, 19], "uv": [28, 43]}, + {"origin": [1.56645, 6.95315, -0.4], "size": [1, 5, 1], "pivot": [0, 14.097, -0.2427], "rotation": [0, 0, -26], "uv": [16, 58]}, + {"origin": [-2.59265, 8.83179, -0.4], "size": [1, 5, 1], "inflate": 0.3, "pivot": [0, 14.097, -0.2427], "rotation": [0, 0, 26], "uv": [4, 58]}, + {"origin": [-2.56645, 6.95315, -0.4], "size": [1, 5, 1], "pivot": [0, 14.097, -0.2427], "rotation": [0, 0, 26], "uv": [8, 58]}, + {"origin": [1.59265, 8.83179, -0.4], "size": [1, 5, 1], "inflate": 0.3, "pivot": [0, 14.097, -0.2427], "rotation": [0, 0, -26], "uv": [12, 58]}, + {"origin": [0.8, 5, 0], "size": [1, 4, 1], "uv": [28, 29]}, + {"origin": [0.8, 0, 0], "size": [1, 5, 1], "uv": [56, 46]}, + {"origin": [-1.8, 5, 0], "size": [1, 4, 1], "uv": [27, 0]}, + {"origin": [-1.8, 0, 0], "size": [1, 5, 1], "uv": [0, 58]}, + {"origin": [-1, 13.79638, -4.43103], "size": [2, 2, 2], "inflate": 0.1, "pivot": [0, 14.097, -0.2427], "rotation": [10, 0, 0], "uv": [40, 0]}, + {"origin": [1.95235, 13.19511, -1.23403], "size": [2, 2, 2], "inflate": 0.2, "pivot": [0, 14.097, -0.2427], "rotation": [5.45535, 35.44866, -11.80963], "uv": [19, 24]}, + {"origin": [2.22689, 13.52621, -0.77064], "size": [2, 2, 2], "inflate": 0.4, "pivot": [0, 14.097, -0.2427], "rotation": [12.16734, -8.90406, -9.65851], "uv": [0, 24]}, + {"origin": [2.98695, 13.32477, -1.18552], "size": [2, 2, 2], "inflate": 0.5, "pivot": [0, 14.097, -0.2427], "rotation": [33.98563, -57.75198, -40.27646], "uv": [19, 20]}, + {"origin": [-4.98695, 13.32477, -1.18552], "size": [2, 2, 2], "inflate": 0.5, "pivot": [0, 14.097, -0.2427], "rotation": [33.98563, 57.75198, 40.27646], "uv": [0, 0]}, + {"origin": [-3.95235, 13.19511, -1.23403], "size": [2, 2, 2], "inflate": 0.2, "pivot": [0, 14.097, -0.2427], "rotation": [5.45535, -35.44866, 11.80963], "uv": [0, 4]}, + {"origin": [-4.22689, 13.52621, -0.77064], "size": [2, 2, 2], "inflate": 0.4, "pivot": [0, 14.097, -0.2427], "rotation": [12.16734, 8.90406, 9.65851], "uv": [0, 20]}, + {"origin": [-2, 16, -3], "size": [4, 4, 5], "uv": [27, 0]}, + {"origin": [2.01, 17.9678, -1.74791], "size": [0, 1, 2], "pivot": [0, 14.097, -0.2427], "rotation": [5, 0, 0], "uv": [4, 6]}, + {"origin": [-2.01, 17.9678, -1.74791], "size": [0, 1, 2], "pivot": [0, 14.097, -0.2427], "rotation": [5, 0, 0], "uv": [0, 6]}, + {"origin": [-1, 16.37754, -4.39436], "size": [2, 2, 3], "inflate": 0.2, "pivot": [0, 14.097, -0.2427], "rotation": [9, 0, 0], "uv": [51, 29]} + ] + }, + { + "name": "bone3", + "parent": "calyrex", + "pivot": [0, 0, 0] + }, + { + "name": "bone4", + "parent": "bone3", + "pivot": [7.34667, 20.2, -1.6], + "cubes": [ + {"origin": [-4.5, 20, -4.7], "size": [9, 11, 9], "uv": [0, 0]}, + {"origin": [-4.5, 21.27885, -1.8333], "size": [9, 9, 5], "inflate": -0.1, "pivot": [0, 14.097, -0.2427], "rotation": [-15, 0, 0], "uv": [28, 29]}, + {"origin": [-4.5, 21.25674, -3.56961], "size": [9, 9, 5], "inflate": -0.1, "pivot": [0, 14.097, -0.2427], "rotation": [15, 0, 0], "uv": [0, 38]}, + {"origin": [-1.58676, 21.27987, -4.7], "size": [5, 9, 9], "inflate": -0.1, "pivot": [0, 14.097, -0.2427], "rotation": [0, 0, 15], "uv": [27, 11]}, + {"origin": [-3.41324, 21.27987, -4.7], "size": [5, 9, 9], "inflate": -0.1, "pivot": [0, 14.097, -0.2427], "rotation": [0, 0, -15], "uv": [0, 20]} + ] + }, + { + "name": "bone2", + "parent": "bone3", + "pivot": [-6.64667, 25.2, -2.9], + "cubes": [ + {"origin": [-1.73956, 20.89772, -4.15299], "size": [5, 4, 0], "pivot": [0, 14.097, -0.2427], "rotation": [22.29391, -26.47856, -2.10631], "uv": [56, 42]}, + {"origin": [-1.72121, 14.36253, 6.41943], "size": [5, 4, 0], "pivot": [0, 14.097, -0.2427], "rotation": [109.29391, -26.47856, -2.10631], "uv": [56, 38]}, + {"origin": [-1.72564, 23.71729, -6.49587], "size": [5, 6, 0], "pivot": [0, 14.097, -0.2427], "rotation": [9.29391, -26.47856, -2.10631], "uv": [30, 54]} + ] + }, + { + "name": "bone6", + "parent": "bone3", + "pivot": [-6.44667, 25.2, 2.4], + "rotation": [-2, 0, 0], + "cubes": [ + {"origin": [-1.37786, 20.78173, 3.77648], "size": [5, 4, 0], "pivot": [0, 14.01154, 0.1464], "rotation": [-22.29391, 26.47856, -2.10631], "uv": [55, 21]}, + {"origin": [-1.3595, 13.99566, -6.49993], "size": [5, 4, 0], "pivot": [0, 14.01154, 0.1464], "rotation": [-109.29391, 26.47856, -2.10631], "uv": [55, 17]}, + {"origin": [-1.36394, 23.66512, 6.11968], "size": [5, 6, 0], "pivot": [0, 14.01154, 0.1464], "rotation": [-9.29391, 26.47856, -2.10631], "uv": [10, 52]} + ] + }, + { + "name": "bone7", + "parent": "bone3", + "pivot": [6.44667, 25.2, 2.4], + "rotation": [-2, 0, 0], + "cubes": [ + {"origin": [-3.62214, 20.78173, 3.77648], "size": [5, 4, 0], "pivot": [0, 14.01154, 0.1464], "rotation": [-22.29391, -26.47856, 2.10631], "uv": [50, 54]}, + {"origin": [-3.6405, 13.99566, -6.49993], "size": [5, 4, 0], "pivot": [0, 14.01154, 0.1464], "rotation": [-109.29391, -26.47856, 2.10631], "uv": [40, 54]}, + {"origin": [-3.63606, 23.66512, 6.11968], "size": [5, 6, 0], "pivot": [0, 14.01154, 0.1464], "rotation": [-9.29391, -26.47856, 2.10631], "uv": [0, 52]} + ] + }, + { + "name": "bone5", + "parent": "bone3", + "pivot": [6.64667, 25.2, -2.9], + "cubes": [ + {"origin": [-3.26044, 20.89772, -4.15299], "size": [5, 4, 0], "pivot": [0, 14.097, -0.2427], "rotation": [22.29391, 26.47856, 2.10631], "uv": [56, 34]}, + {"origin": [-3.27879, 14.36253, 6.41943], "size": [5, 4, 0], "pivot": [0, 14.097, -0.2427], "rotation": [109.29391, 26.47856, 2.10631], "uv": [55, 25]}, + {"origin": [-3.27436, 23.71729, -6.49587], "size": [5, 6, 0], "pivot": [0, 14.097, -0.2427], "rotation": [9.29391, 26.47856, 2.10631], "uv": [20, 54]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/absol/absol.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/absol/absol.geo.json new file mode 100644 index 0000000..1ff2c44 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/absol/absol.geo.json @@ -0,0 +1,753 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.absol", + "texture_width": 208, + "texture_height": 96, + "visible_bounds_width": 8, + "visible_bounds_height": 6, + "visible_bounds_offset": [0, 2, 0] + }, + "bones": [ + { + "name": "absol", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "absol", + "pivot": [0, 18, 1] + }, + { + "name": "body", + "parent": "torso", + "pivot": [-0.30319, 19, -7.5], + "rotation": [-2.5, 0, 0], + "cubes": [ + {"origin": [-5, 13.47458, -12.25038], "size": [10, 11, 11], "inflate": 0.05, "uv": [49, 34]} + ] + }, + { + "name": "body2", + "parent": "body", + "pivot": [0, 22.72505, -1.22857], + "rotation": [-2.5, 0, 0], + "cubes": [ + {"origin": [-4, 14.72505, -3.22857], "size": [8, 9, 11], "uv": [51, 56]} + ] + }, + { + "name": "body3", + "parent": "body2", + "pivot": [0, 21.72505, 7.52143], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-4.5, 14.1952, 4.90301], "size": [9, 10, 9], "inflate": 0.05, "uv": [52, 76]} + ] + }, + { + "name": "tail", + "parent": "body3", + "pivot": [-0.30319, 22.4452, 11.65301], + "rotation": [47.5, 0, 0], + "cubes": [ + {"origin": [0, 15.29585, 9.88079], "size": [0, 8, 27], "uv": [90, 59]} + ] + }, + { + "name": "neck_lower", + "parent": "body", + "pivot": [0.44681, 16.49911, -8.29056] + }, + { + "name": "neck_upper", + "parent": "neck_lower", + "pivot": [0, 26.74911, -10.54056], + "rotation": [7.5, 0, 0], + "cubes": [ + {"origin": [-5, 21.74911, -17.04056], "size": [10, 7, 9], "inflate": 0.01, "pivot": [0, 33.74911, -12.54056], "rotation": [15, 0, 0], "uv": [35, 18]} + ] + }, + { + "name": "head", + "parent": "neck_upper", + "pivot": [-0.05319, 28.03612, -12.00539], + "rotation": [-7.5, 0, 0], + "cubes": [ + {"origin": [-2.5, 32.29153, -18.11197], "size": [5, 1, 1], "uv": [26, 0]}, + {"origin": [-5, 28.74911, -13.04056], "size": [10, 10, 5], "pivot": [0, 33.74911, -12.54056], "rotation": [15, 0, 0], "uv": [0, 9]}, + {"origin": [-5, 34.74911, -18.04056], "size": [10, 4, 5], "pivot": [0, 33.74911, -12.54056], "rotation": [15, 0, 0], "uv": [0, 0]}, + {"origin": [-1, 35.84911, -18.14056], "size": [2, 3, 2], "inflate": 0.05, "pivot": [0, 33.74911, -12.54056], "rotation": [15, 0, 0], "uv": [86, 13]}, + {"origin": [-1, 35.84911, -18.14056], "size": [2, 3, 2], "inflate": 0.05, "pivot": [0, 33.74911, -12.54056], "rotation": [15, 0, 0], "uv": [86, 13]} + ] + }, + { + "name": "head_inner", + "parent": "head", + "pivot": [0, 31.39967, -14.12203], + "rotation": [7.5, 0, 0], + "cubes": [ + {"origin": [-4.5, 27.77524, -17.51984], "size": [9, 9, 9], "uv": [30, 0]} + ] + }, + { + "name": "snout", + "parent": "head_inner", + "pivot": [0, 29.35435, -16.79635], + "rotation": [30, 0, 0], + "cubes": [ + {"origin": [-2, 27.84185, -18.39988], "size": [4, 3, 2], "uv": [58, 3]}, + {"origin": [-0.5, 29.86685, -18.42488], "size": [1, 1, 1], "uv": [71, 4]} + ] + }, + { + "name": "mouth_closed", + "parent": "snout", + "pivot": [0, 28.61685, -18.42488], + "cubes": [ + {"origin": [-1, 28.11685, -18.42488], "size": [2, 1, 0], "uv": [59, 1]} + ] + }, + { + "name": "mouth_closed_edge", + "parent": "mouth_closed", + "pivot": [0, 29.11685, -18.42488], + "cubes": [ + {"origin": [-2, 28.61685, -18.42488], "size": [4, 1, 0], "uv": [58, 0]} + ] + }, + { + "name": "mouth_open", + "parent": "snout", + "pivot": [0, 29.56122, -17.39732], + "cubes": [ + {"origin": [-2, 27.87751, -17.4044], "size": [4, 2, 0], "uv": [68, 1]}, + {"origin": [-1.53472, 29.40308, -17.39378], "size": [1, 1, 0], "pivot": [-1.03472, 29.90308, -17.39378], "rotation": [-13.68392, 13.30952, 43.39593], "uv": [67, 0]}, + {"origin": [0.53472, 29.40308, -17.39378], "size": [1, 1, 0], "pivot": [1.03472, 29.90308, -17.39378], "rotation": [-13.68392, -13.30952, -43.39593], "uv": [71, 0], "mirror": true} + ] + }, + { + "name": "eye_left", + "parent": "head_inner", + "pivot": [2.625, 32.22505, -16.05357], + "rotation": [0, 0, -2], + "cubes": [ + {"origin": [0.59128, 30.47505, -17.55357], "size": [4, 3, 3], "uv": [114, 6]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [1.475, 32.22505, -15.05357], + "cubes": [ + {"origin": [0.625, 30.47505, -16.60357], "size": [3, 3, 3], "inflate": 0.05, "uv": [115, 0]} + ] + }, + { + "name": "pupil_left", + "parent": "eye_left", + "pivot": [3.09158, 31.97505, -17.60357], + "cubes": [ + {"origin": [2.59158, 31.47505, -17.60357], "size": [1, 1, 0], "uv": [114, 7]} + ] + }, + { + "name": "eye_right", + "parent": "head_inner", + "pivot": [-2.59128, 32.22505, -16.05357], + "rotation": [0, 0, 2], + "cubes": [ + {"origin": [-4.61628, 30.47505, -17.55357], "size": [4, 3, 3], "uv": [99, 6]} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-1.44128, 32.22505, -15.05357], + "cubes": [ + {"origin": [-3.59128, 30.47505, -16.60357], "size": [3, 3, 3], "inflate": 0.05, "uv": [100, 0]} + ] + }, + { + "name": "pupil_right", + "parent": "eye_right", + "pivot": [-3.09158, 31.97505, -17.60357], + "cubes": [ + {"origin": [-3.59158, 31.47505, -17.60357], "size": [1, 1, 0], "uv": [111, 7]} + ] + }, + { + "name": "horn", + "parent": "head", + "pivot": [-4.55319, 31.47505, -14.47857], + "rotation": [-10.11566, -1.77912, 12.40688], + "cubes": [ + {"origin": [-13.17933, 30.40729, -14.89098], "size": [13, 19, 0], "uv": [128, 0]} + ] + }, + { + "name": "hair_side", + "parent": "head", + "pivot": [4.99681, 38.27505, -13.90357], + "rotation": [3.53981, -8.95082, 67.28761], + "cubes": [ + {"origin": [5.23371, 35.16399, -19.06344], "size": [7, 3, 9], "uv": [67, 0]} + ] + }, + { + "name": "hair_side2", + "parent": "hair_side", + "pivot": [10.46363, 36.12853, -13.77628], + "rotation": [5.14686, 9.33294, 14.96959], + "cubes": [ + {"origin": [11.04073, 35.84427, -18.11531], "size": [4, 2, 7], "uv": [70, 12]} + ] + }, + { + "name": "hair_side3", + "parent": "hair_side2", + "pivot": [13.18111, 36.81607, -14.24067], + "rotation": [-2.06843, 29.75083, 1.97831], + "cubes": [ + {"origin": [12.71328, 36.35285, -16.87803], "size": [5, 1, 5], "uv": [71, 21]} + ] + }, + { + "name": "hair_side4", + "parent": "hair_side3", + "pivot": [16.11382, 36.78263, -14.97506], + "rotation": [0.8962, 17.48046, 2.61863], + "cubes": [ + {"origin": [16.81861, 36.88305, -12.63809], "size": [4, 4, 0], "pivot": [18.81861, 36.88305, -12.63809], "rotation": [90, 0, 0], "uv": [77, 28]} + ] + }, + { + "name": "neck_fluff", + "parent": "neck_lower", + "pivot": [0, 23.66815, -8.85763], + "rotation": [25, 0, 0], + "cubes": [ + {"origin": [-5.5, 21.16815, -14.35763], "size": [11, 7, 11], "uv": [2, 43]} + ] + }, + { + "name": "neck_fluff_back_left_bot", + "parent": "neck_fluff", + "pivot": [5.5, 24.13761, -4.24002], + "rotation": [-33.34411, 11.31335, 16.60179], + "cubes": [ + {"origin": [2.5, 24.13761, -4.24002], "size": [6, 0, 7], "uv": [29, 74]} + ] + }, + { + "name": "neck_fluff_back_right_bot", + "parent": "neck_fluff", + "pivot": [-5.5, 24.13761, -4.24002], + "rotation": [-33.34411, -11.31335, -16.60179], + "cubes": [ + {"origin": [-8.5, 24.13761, -4.24002], "size": [6, 0, 7], "uv": [-7, 74]} + ] + }, + { + "name": "neck_fluff_back_left_top", + "parent": "neck_fluff", + "pivot": [3.5, 26.13761, -4.24002], + "rotation": [-37.5139, 34.12092, -13.29216], + "cubes": [ + {"origin": [0.5, 26.13761, -5.24002], "size": [6, 0, 8], "uv": [28, 45]} + ] + }, + { + "name": "neck_fluff_back_midleft", + "parent": "neck_fluff", + "pivot": [2.5, 28.13761, -4.24002], + "rotation": [-37.5, 0, 0], + "cubes": [ + {"origin": [-0.5, 28.13761, -4.24002], "size": [6, 0, 8], "uv": [28, 36]} + ] + }, + { + "name": "neck_fluff_back_midright", + "parent": "neck_fluff", + "pivot": [-2.5, 28.13761, -4.24002], + "rotation": [-37.5, 0, 0], + "cubes": [ + {"origin": [-5.5, 28.13761, -4.24002], "size": [6, 0, 8], "uv": [-8, 36]} + ] + }, + { + "name": "neck_fluff_back_mid_top", + "parent": "neck_fluff", + "pivot": [-0.75, 28.38761, -5.24002], + "rotation": [-20, 0, 0], + "cubes": [ + {"origin": [-3.5, 28.38761, -5.24002], "size": [7, 0, 8], "uv": [9, 25]} + ] + }, + { + "name": "neck_fluff_back_mid_bot", + "parent": "neck_fluff", + "pivot": [-0.75, 24.63761, -4.24002], + "rotation": [-42.70826, -1.3324, 0.46217], + "cubes": [ + {"origin": [-3.5, 25.63761, -4.24002], "size": [7, 0, 8], "uv": [9, 34]} + ] + }, + { + "name": "neck_fluff_back_right_top", + "parent": "neck_fluff", + "pivot": [-3.5, 26.13761, -4.24002], + "rotation": [-37.5139, -34.12092, 13.29216], + "cubes": [ + {"origin": [-6.5, 26.13761, -5.24002], "size": [6, 0, 8], "uv": [-8, 45]} + ] + }, + { + "name": "neck_fluff_left", + "parent": "neck_fluff", + "pivot": [5.48348, 25.25161, -10.2339], + "rotation": [0, 0, 72.5], + "cubes": [ + {"origin": [3.48348, 25.25161, -12.7339], "size": [7, 0, 6], "uv": [19, 89]} + ] + }, + { + "name": "neck_fluff_right", + "parent": "neck_fluff", + "pivot": [-5.48348, 25.25161, -10.2339], + "rotation": [0, 0, -72.5], + "cubes": [ + {"origin": [-10.48348, 25.25161, -12.7339], "size": [7, 0, 6], "uv": [3, 89]} + ] + }, + { + "name": "neck_fluff_left_back", + "parent": "neck_fluff", + "pivot": [5.51698, 27.20783, -6.66794], + "rotation": [0, 0, 65], + "cubes": [ + {"origin": [5.54132, 27.17119, -9.35763], "size": [7, 0, 6], "uv": [19, 82]} + ] + }, + { + "name": "neck_fluff_right_back", + "parent": "neck_fluff", + "pivot": [-5.51698, 27.20783, -6.66794], + "rotation": [0, 0, -65], + "cubes": [ + {"origin": [-12.54132, 27.17119, -9.35763], "size": [7, 0, 6], "uv": [3, 82]} + ] + }, + { + "name": "neck_fluff_front", + "parent": "neck_fluff", + "pivot": [0, 28.16815, -14.35763], + "rotation": [-22.5, 0, 0], + "cubes": [ + {"origin": [-5.5, 23.16815, -14.35763], "size": [11, 5, 0], "uv": [13, 61]} + ] + }, + { + "name": "neck_fluff_front_left", + "parent": "neck_fluff_front", + "pivot": [5.5, 28.16815, -14.35763], + "rotation": [0, -87.5, 0], + "cubes": [ + {"origin": [5.5, 23.16815, -14.35763], "size": [4, 5, 0], "uv": [35, 61]} + ] + }, + { + "name": "neck_fluff_front_right", + "parent": "neck_fluff_front", + "pivot": [-5.5, 28.16815, -14.35763], + "rotation": [0, 87.5, 0], + "cubes": [ + {"origin": [-9.5, 23.16815, -14.35763], "size": [4, 5, 0], "uv": [5, 61]} + ] + }, + { + "name": "neck_fluff_front2", + "parent": "neck_fluff_front", + "pivot": [0, 23.16815, -14.35763], + "rotation": [17.5, 0, 0], + "cubes": [ + {"origin": [-5.5, 16.16815, -14.35763], "size": [11, 7, 0], "uv": [13, 66]} + ] + }, + { + "name": "neck_fluff_front_left2", + "parent": "neck_fluff_front2", + "pivot": [5.5, 23.16815, -14.35763], + "rotation": [0, -88.5, 0], + "cubes": [ + {"origin": [5.5, 18.16815, -14.35763], "size": [3, 5, 0], "uv": [7, 66]} + ] + }, + { + "name": "neck_fluff_front_left3", + "parent": "neck_fluff_front_left2", + "pivot": [6.52181, 18.16815, -14.35811], + "cubes": [ + {"origin": [5.5, 16.16815, -14.35763], "size": [1, 2, 0], "uv": [36, 71]} + ] + }, + { + "name": "neck_fluff_front_right2", + "parent": "neck_fluff_front2", + "pivot": [-5.5, 23.16815, -14.35763], + "rotation": [0, 88.5, 0], + "cubes": [ + {"origin": [-8.5, 18.16815, -14.35763], "size": [3, 5, 0], "uv": [35, 66]} + ] + }, + { + "name": "neck_fluff_front_right3", + "parent": "neck_fluff_front_right2", + "pivot": [-6.52181, 18.16815, -14.35811], + "cubes": [ + {"origin": [-6.5, 16.16815, -14.35763], "size": [1, 2, 0], "uv": [10, 71]} + ] + }, + { + "name": "neck_fluff_front3", + "parent": "neck_fluff_front2", + "pivot": [0, 16.16815, -14.35763], + "rotation": [17.5, 0, 0], + "cubes": [ + {"origin": [-5.5, 11.16815, -14.35763], "size": [11, 5, 0], "uv": [13, 73]} + ] + }, + { + "name": "leg_front_left", + "parent": "torso", + "pivot": [3.25, 16, -7.75], + "rotation": [12.5, 0, 0], + "cubes": [ + {"origin": [2.25, 11.68815, -9.89178], "size": [3, 8, 6], "inflate": 0.11, "uv": [115, 26]} + ] + }, + { + "name": "leg_front_left2", + "parent": "leg_front_left", + "pivot": [3.75, 12.58407, -4.78492], + "cubes": [ + {"origin": [2.25, 7.48815, -8.89178], "size": [3, 5, 4], "inflate": 0.1, "uv": [117, 40]} + ] + }, + { + "name": "leg_front_left3", + "parent": "leg_front_left2", + "pivot": [3.75, 7.83407, -6.73492], + "rotation": [-17.59923, 0, 0], + "cubes": [ + {"origin": [1.85, -0.00346, -8.7479], "size": [4, 10, 4], "uv": [116, 49]} + ] + }, + { + "name": "leg_front_left_heelspike", + "parent": "leg_front_left3", + "pivot": [3.75, 6.5359, -4.80118], + "cubes": [ + {"origin": [3.25, 6.09005, -6.63844], "size": [1, 1, 2], "pivot": [3.75, 13.0359, -5.45118], "rotation": [12.5, 0, 0], "uv": [133, 54]}, + {"origin": [3.75, 5.09005, -6.63844], "size": [0, 3, 3], "pivot": [3.75, 13.0359, -5.45118], "rotation": [12.5, 0, 0], "uv": [133, 55]} + ] + }, + { + "name": "foot_front_left", + "parent": "leg_front_left3", + "pivot": [3.75, 0.84367, -6.30375], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [1.35, -0.5655, -9.66633], "size": [5, 3, 5], "uv": [114, 63]} + ] + }, + { + "name": "foot_front_left2", + "parent": "foot_front_left", + "pivot": [3.85, 0.9345, -9.16633], + "cubes": [ + {"origin": [1.35, -0.5655, -11.66633], "size": [5, 3, 3], "inflate": 0.01, "uv": [116, 71]} + ] + }, + { + "name": "claw_right_front_left", + "parent": "foot_front_left2", + "pivot": [1.85, 0.33449, -11.41659], + "rotation": [0, 22.5, 0], + "cubes": [ + {"origin": [1.35, -0.41551, -13.41659], "size": [1, 1, 2], "uv": [118, 78]}, + {"origin": [1.85, -0.41551, -14.41659], "size": [0, 2, 4], "uv": [117, 78]} + ] + }, + { + "name": "claw_left_front_left", + "parent": "foot_front_left2", + "pivot": [5.85, 0.33449, -11.41659], + "rotation": [0, -22.5, 0], + "cubes": [ + {"origin": [5.85, -0.41551, -14.41659], "size": [0, 2, 4], "uv": [135, 78]}, + {"origin": [5.35, -0.41551, -13.41659], "size": [1, 1, 2], "uv": [136, 78]} + ] + }, + { + "name": "claw_mid_front_left", + "parent": "foot_front_left2", + "pivot": [3.85, -0.06551, -11.67758], + "cubes": [ + {"origin": [3.35, -0.41551, -13.66659], "size": [1, 1, 2], "uv": [127, 78]}, + {"origin": [3.85, -0.41551, -14.66659], "size": [0, 2, 4], "uv": [126, 78]} + ] + }, + { + "name": "leg_front_right", + "parent": "torso", + "pivot": [-3.25, 16, -7.75], + "rotation": [12.5, 0, 0], + "cubes": [ + {"origin": [-5.25, 11.68815, -9.89178], "size": [3, 8, 6], "inflate": 0.11, "uv": [91, 26]} + ] + }, + { + "name": "leg_front_right2", + "parent": "leg_front_right", + "pivot": [-3.75, 12.58407, -4.88492], + "cubes": [ + {"origin": [-5.25, 7.48815, -8.89178], "size": [3, 5, 4], "inflate": 0.1, "uv": [93, 40]} + ] + }, + { + "name": "leg_front_right3", + "parent": "leg_front_right2", + "pivot": [-3.75, 7.83407, -6.73492], + "rotation": [-17.59923, 0, 0], + "cubes": [ + {"origin": [-5.85, -0.00346, -8.7479], "size": [4, 10, 4], "uv": [92, 49]} + ] + }, + { + "name": "leg_front_right_heelspike", + "parent": "leg_front_right3", + "pivot": [-3.75, 6.5359, -4.75118], + "cubes": [ + {"origin": [-3.75, 5.09005, -6.63844], "size": [0, 3, 3], "pivot": [-3.75, 13.0359, -5.45118], "rotation": [12.5, 0, 0], "uv": [109, 55]}, + {"origin": [-4.25, 6.09005, -6.63844], "size": [1, 1, 2], "pivot": [-3.75, 13.0359, -5.45118], "rotation": [12.5, 0, 0], "uv": [109, 54]} + ] + }, + { + "name": "foot_front_right", + "parent": "leg_front_right3", + "pivot": [-3.75, 0.84367, -6.30375], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-6.25, -0.5655, -9.66633], "size": [5, 3, 5], "uv": [90, 63]} + ] + }, + { + "name": "foot_front_right2", + "parent": "foot_front_right", + "pivot": [-3.75, 0.9345, -9.16633], + "cubes": [ + {"origin": [-6.25, -0.5655, -11.66633], "size": [5, 3, 3], "inflate": 0.01, "uv": [92, 71]} + ] + }, + { + "name": "claw_right_front_right", + "parent": "foot_front_right2", + "pivot": [-5.75, 0.33449, -11.41659], + "rotation": [0, 22.5, 0], + "cubes": [ + {"origin": [-5.75, -0.41551, -14.41659], "size": [0, 2, 4], "uv": [90, 78]}, + {"origin": [-6.25, -0.41551, -13.41659], "size": [1, 1, 2], "uv": [92, 78]} + ] + }, + { + "name": "claw_mid_front_right", + "parent": "foot_front_right2", + "pivot": [-3.75, -0.06551, -11.67758], + "cubes": [ + {"origin": [-4.25, -0.41551, -13.66659], "size": [1, 1, 2], "uv": [100, 78]}, + {"origin": [-3.75, -0.41551, -14.66659], "size": [0, 2, 4], "uv": [99, 78]} + ] + }, + { + "name": "claw_left_front_right", + "parent": "foot_front_right2", + "pivot": [-1.75, 0.33449, -11.41659], + "rotation": [0, -22.5, 0], + "cubes": [ + {"origin": [-2.25, -0.41551, -13.41659], "size": [1, 1, 2], "uv": [108, 78]}, + {"origin": [-1.75, -0.41551, -14.41659], "size": [0, 2, 4], "uv": [108, 78]} + ] + }, + { + "name": "leg_back_left", + "parent": "torso", + "pivot": [4, 15.98145, 9.33059], + "rotation": [7.33691, -1.55887, -0.15454], + "cubes": [ + {"origin": [2, 11.48145, 5.33059], "size": [4, 10, 8], "uv": [176, 19]} + ] + }, + { + "name": "leg_back_left2", + "parent": "leg_back_left", + "pivot": [4, 11.47737, 5.33744], + "rotation": [32.5, 0, 0], + "cubes": [ + {"origin": [2.45, 3.4351, 5.38548], "size": [3, 8, 5], "inflate": 0.05, "uv": [179, 37]} + ] + }, + { + "name": "leg_back_left_heelspike", + "parent": "leg_back_left2", + "pivot": [4, 3.206, 10.98071], + "rotation": [-37.5, 0, 0], + "cubes": [ + {"origin": [4, 1.56334, 9.5535], "size": [0, 3, 3], "uv": [197, 57], "mirror": true}, + {"origin": [3.5, 2.56334, 9.5535], "size": [1, 1, 2], "uv": [197, 56], "mirror": true} + ] + }, + { + "name": "leg_back_left3", + "parent": "leg_back_left2", + "pivot": [4, 5.46187, 8.62118], + "rotation": [-52.59923, 0, 0], + "cubes": [ + {"origin": [2, -2.47845, 6.37818], "size": [4, 8, 5], "uv": [178, 50]} + ] + }, + { + "name": "foot_back_left", + "parent": "leg_back_left3", + "pivot": [4, -2.06581, 10.24076], + "rotation": [12.5, 0, 0], + "cubes": [ + {"origin": [1.5, -3.16527, 6.36649], "size": [5, 3, 5], "uv": [177, 63]} + ] + }, + { + "name": "foot_back_left2", + "parent": "foot_back_left", + "pivot": [4, -1.66527, 6.86649], + "cubes": [ + {"origin": [1.5, -3.16527, 4.36649], "size": [5, 3, 3], "inflate": 0.01, "uv": [179, 71]} + ] + }, + { + "name": "claw_left_back_left", + "parent": "foot_back_left2", + "pivot": [6, -2.66528, 4.60523], + "rotation": [0, -22.5, 0], + "cubes": [ + {"origin": [6, -3.01527, 1.61623], "size": [0, 2, 4], "uv": [189, 78]}, + {"origin": [5.5, -3.01527, 2.61623], "size": [1, 1, 2], "uv": [190, 78]} + ] + }, + { + "name": "claw_mid_back_left", + "parent": "foot_back_left2", + "pivot": [4, -2.26527, 4.36623], + "cubes": [ + {"origin": [4, -3.01527, 1.36623], "size": [0, 2, 4], "uv": [180, 78]}, + {"origin": [3.5, -3.01527, 2.36623], "size": [1, 1, 2], "uv": [181, 78]} + ] + }, + { + "name": "claw_right_back_left", + "parent": "foot_back_left2", + "pivot": [2, -2.26527, 4.61623], + "rotation": [0, 22.5, 0], + "cubes": [ + {"origin": [2, -3.01527, 1.61623], "size": [0, 2, 4], "uv": [171, 78]}, + {"origin": [1.5, -3.01527, 2.61623], "size": [1, 1, 2], "uv": [172, 78]} + ] + }, + { + "name": "leg_back_right", + "parent": "torso", + "pivot": [-4, 15.98145, 9.33059], + "rotation": [7.33691, 1.55887, 0.15454], + "cubes": [ + {"origin": [-6, 11.48145, 5.33059], "size": [4, 10, 8], "uv": [148, 19]} + ] + }, + { + "name": "leg_back_right2", + "parent": "leg_back_right", + "pivot": [-4, 11.47737, 5.33744], + "rotation": [32.5, 0, 0], + "cubes": [ + {"origin": [-5.45, 3.4351, 5.38548], "size": [3, 8, 5], "inflate": 0.05, "uv": [152, 37]} + ] + }, + { + "name": "leg_back_right_heelspike", + "parent": "leg_back_right2", + "pivot": [-4, 3.206, 10.98071], + "rotation": [-37.5, 0, 0], + "cubes": [ + {"origin": [-4, 1.56334, 9.5535], "size": [0, 3, 3], "uv": [170, 57]}, + {"origin": [-4.5, 2.56334, 9.5535], "size": [1, 1, 2], "uv": [170, 56]} + ] + }, + { + "name": "leg_back_right3", + "parent": "leg_back_right2", + "pivot": [-4, 5.46187, 8.62118], + "rotation": [-52.59923, 0, 0], + "cubes": [ + {"origin": [-6, -2.47845, 6.37818], "size": [4, 8, 5], "uv": [151, 50]} + ] + }, + { + "name": "foot_back_right", + "parent": "leg_back_right3", + "pivot": [-4, -2.06581, 10.24076], + "rotation": [12.5, 0, 0], + "cubes": [ + {"origin": [-6.5, -3.16527, 6.36649], "size": [5, 3, 5], "uv": [151, 63]} + ] + }, + { + "name": "foot_back_right2", + "parent": "foot_back_right", + "pivot": [-4, -1.66527, 6.86649], + "cubes": [ + {"origin": [-6.5, -3.16527, 4.36649], "size": [5, 3, 3], "inflate": 0.01, "uv": [153, 71]} + ] + }, + { + "name": "claw_right_back_right", + "parent": "foot_back_right2", + "pivot": [-6, -2.66528, 4.60523], + "rotation": [0, 22.5, 0], + "cubes": [ + {"origin": [-6, -3.01527, 1.61623], "size": [0, 2, 4], "uv": [144, 78]}, + {"origin": [-6.5, -3.01527, 2.61623], "size": [1, 1, 2], "uv": [145, 78]} + ] + }, + { + "name": "claw_mid_back_right", + "parent": "foot_back_right2", + "pivot": [-4, -2.26527, 4.36623], + "cubes": [ + {"origin": [-4, -3.01527, 1.36623], "size": [0, 2, 4], "uv": [153, 78]}, + {"origin": [-4.5, -3.01527, 2.36623], "size": [1, 1, 2], "uv": [154, 78]} + ] + }, + { + "name": "claw_left_back_right", + "parent": "foot_back_right2", + "pivot": [-2, -2.26527, 4.61623], + "rotation": [0, -22.5, 0], + "cubes": [ + {"origin": [-2.5, -3.01527, 2.61623], "size": [1, 1, 2], "uv": [163, 78]}, + {"origin": [-2, -3.01527, 1.61623], "size": [0, 2, 4], "uv": [162, 78]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/altaria/altaria.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/altaria/altaria.geo.json new file mode 100644 index 0000000..68ab37b --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/altaria/altaria.geo.json @@ -0,0 +1,302 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.altaria", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 5, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "altaria", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "altaria", + "pivot": [0, -6.5, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, -9.25, -2], + "cubes": [ + {"origin": [-5, 2.75, -3], "size": [10, 9, 13], "uv": [0, 22]}, + {"origin": [-5, 2.75, -3], "size": [10, 9, 13], "inflate": 0.2, "uv": [0, 0]} + ] + }, + { + "name": "neck", + "parent": "torso", + "pivot": [0, 10.9924, -0.66318], + "cubes": [ + {"origin": [-2, 10.5, -1.25], "size": [4, 9, 3], "pivot": [0, 14.5, 0.25], "rotation": [-10, 0, 0], "uv": [87, 18]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 19, 1.5], + "cubes": [ + {"origin": [-3, 19, -2.5], "size": [6, 6, 6], "uv": [37, 0]} + ] + }, + { + "name": "hair", + "parent": "head", + "pivot": [0, -6.5, 0] + }, + { + "name": "hair_left", + "parent": "hair", + "pivot": [0.2473, 24.96698, -0.06925], + "rotation": [0, -90, 120], + "cubes": [ + {"origin": [0.7473, 23.21698, -0.63623], "size": [0, 3, 2], "pivot": [0.7473, 24.71698, 0.36377], "rotation": [-45, 0, 90], "uv": [33, 45]} + ] + }, + { + "name": "hair_left2", + "parent": "hair_left", + "pivot": [1.63293, 24.71698, 1.10915], + "cubes": [ + {"origin": [1.31216, 24.71698, 0.17838], "size": [0, 3, 2], "pivot": [1.31216, 24.71698, 1.67838], "rotation": [-25, 0, 90], "uv": [45, 29]} + ] + }, + { + "name": "hair_left3", + "parent": "hair_left2", + "pivot": [3.89932, 24.71698, 2.3275], + "cubes": [ + {"origin": [3.75246, 24.7987, 1.39288], "size": [0, 4, 2], "pivot": [3.76723, 24.70221, 2.89288], "rotation": [-5, 0, 90], "uv": [25, 42]} + ] + }, + { + "name": "hair_left4", + "parent": "hair_left3", + "pivot": [7.80455, 24.71698, 2.74801], + "cubes": [ + {"origin": [9.80455, 22.71698, 1.74801], "size": [0, 4, 2], "pivot": [9.80455, 24.71698, 2.74801], "rotation": [0, 0, 90], "uv": [4, 42]} + ] + }, + { + "name": "hair_left5", + "parent": "hair_left4", + "pivot": [11.80455, 24.71698, 2.74801], + "cubes": [ + {"origin": [2.69329, 33.7987, 1.74801], "size": [0, 4, 2], "pivot": [2.70806, 24.70221, 3.24801], "rotation": [0, 0, 90], "uv": [0, 42]} + ] + }, + { + "name": "hair_left6", + "parent": "hair_left5", + "pivot": [15.80455, 24.71698, 2.74801], + "cubes": [ + {"origin": [17.30455, 23.21698, 1.74801], "size": [0, 3, 2], "pivot": [17.30455, 24.71698, 2.74801], "rotation": [0, 0, 90], "uv": [8, 30]} + ] + }, + { + "name": "hair_right", + "parent": "hair", + "pivot": [-0.2473, 24.96698, -0.06925], + "rotation": [0, 90, -120], + "cubes": [ + {"origin": [-0.7473, 23.21698, -0.63623], "size": [0, 3, 2], "pivot": [-0.7473, 24.71698, 0.36377], "rotation": [-45, 0, -90], "uv": [29, 45]} + ] + }, + { + "name": "hair_right8", + "parent": "hair_right", + "pivot": [-1.38293, 24.71698, 1.10915], + "cubes": [ + {"origin": [-1.31216, 24.71698, 0.17838], "size": [0, 3, 2], "pivot": [-1.31216, 24.71698, 1.67838], "rotation": [-25, 0, -90], "uv": [33, 42]} + ] + }, + { + "name": "hair_right9", + "parent": "hair_right8", + "pivot": [-3.89932, 24.71698, 2.3275], + "cubes": [ + {"origin": [-3.75246, 24.7987, 1.39288], "size": [0, 4, 2], "pivot": [-3.76723, 24.70221, 2.89288], "rotation": [-5, 0, -90], "uv": [41, 29]} + ] + }, + { + "name": "hair_right10", + "parent": "hair_right9", + "pivot": [-7.80455, 24.71698, 2.74801], + "cubes": [ + {"origin": [-3.69329, 28.7987, 1.74801], "size": [0, 4, 2], "pivot": [-3.70806, 24.70221, 3.24801], "rotation": [0, 0, -90], "uv": [37, 29]} + ] + }, + { + "name": "hair_right11", + "parent": "hair_right10", + "pivot": [-11.80455, 24.71698, 2.74801], + "cubes": [ + {"origin": [-2.69329, 33.7987, 1.74801], "size": [0, 4, 2], "pivot": [-2.70806, 24.70221, 3.24801], "rotation": [0, 0, -90], "uv": [37, 0]} + ] + }, + { + "name": "hair_right1", + "parent": "hair_right11", + "pivot": [-15.80455, 24.71698, 2.74801], + "cubes": [ + {"origin": [-17.30455, 23.21698, 1.74801], "size": [0, 3, 2], "pivot": [-17.30455, 24.71698, 2.74801], "rotation": [0, 0, -90], "uv": [29, 42]} + ] + }, + { + "name": "cheek", + "parent": "head", + "pivot": [0, 21.75, -1.5] + }, + { + "name": "cheek_right", + "parent": "cheek", + "pivot": [0, 21.75, -1.5], + "cubes": [ + {"origin": [2, 19.5, -2.51], "size": [1, 2, 0], "uv": [0, 5]}, + {"origin": [3.01, 19.5, -2.51], "size": [0, 2, 2], "uv": [0, 46]} + ] + }, + { + "name": "cheek_left", + "parent": "cheek", + "pivot": [-5, 21.75, -1.5], + "cubes": [ + {"origin": [-3, 19.5, -2.51], "size": [1, 2, 0], "uv": [0, 0]}, + {"origin": [-3.01, 19.5, -2.51], "size": [0, 2, 2], "uv": [8, 8]} + ] + }, + { + "name": "beak", + "parent": "head", + "pivot": [0.0005, 21.5, -3], + "cubes": [ + {"origin": [-1.5, 20.5, -4], "size": [3, 1, 2], "uv": [0, 10]}, + {"origin": [-1.499, 20, -3.5], "size": [3, 1, 1], "uv": [0, 32]} + ] + }, + { + "name": "eye_right", + "parent": "head", + "pivot": [1.75, 22.5, -2.51], + "cubes": [ + {"origin": [1.25, 21.5, -2.51], "size": [1, 2, 0], "uv": [0, 7]} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [1.75, 22.5, -2.41], + "cubes": [ + {"origin": [1.25, 21.5, -2.41], "size": [1, 2, 0], "inflate": 0.01, "uv": [87, 91]} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [-1.75, 22.25, -2.51], + "cubes": [ + {"origin": [-2.25, 21.5, -2.51], "size": [1, 2, 0], "uv": [6, 0]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [-1.75, 22.5, -2.41], + "cubes": [ + {"origin": [-2.25, 21.5, -2.41], "size": [1, 2, 0], "inflate": 0.01, "uv": [82, 92]} + ] + }, + { + "name": "wing_left", + "parent": "torso", + "pivot": [-4.075, 7.75, 2.5], + "cubes": [ + {"origin": [-13, 3.25, -2], "size": [8, 9, 9], "uv": [59, 53]}, + {"origin": [-13.15, 3.25, -2], "size": [8, 9, 9], "inflate": 0.2, "uv": [25, 53]} + ] + }, + { + "name": "wing_left2", + "parent": "wing_left", + "pivot": [-12.275, 7.75, 2.5], + "cubes": [ + {"origin": [-21, 3.25, -2], "size": [8, 9, 9], "uv": [0, 44]}, + {"origin": [-21.55, 3.25, -2], "size": [8, 9, 9], "inflate": 0.2, "uv": [37, 35]} + ] + }, + { + "name": "wing_left3", + "parent": "wing_left2", + "pivot": [-20.225, 7.75, 2.5], + "cubes": [ + {"origin": [-29, 3.25, -2], "size": [8, 9, 9], "uv": [37, 13]}, + {"origin": [-28.95, 3.25, -2], "size": [7, 9, 9], "inflate": 0.2, "uv": [0, 80]} + ] + }, + { + "name": "wing_right", + "parent": "torso", + "pivot": [4.075, 7.75, 2.5], + "cubes": [ + {"origin": [5, 3.25, -2], "size": [8, 9, 9], "uv": [59, 71]}, + {"origin": [5.15, 3.25, -2], "size": [8, 9, 9], "inflate": 0.2, "uv": [62, 0]} + ] + }, + { + "name": "wing_right2", + "parent": "wing_right", + "pivot": [12.275, 7.75, 2.5], + "cubes": [ + {"origin": [13, 3.25, -2], "size": [8, 9, 9], "uv": [62, 22]}, + {"origin": [13.55, 3.25, -2], "size": [8, 9, 9], "inflate": 0.2, "uv": [0, 62]} + ] + }, + { + "name": "wing_right3", + "parent": "wing_right2", + "pivot": [20.225, 7.75, 2.5], + "cubes": [ + {"origin": [21, 3.25, -2], "size": [8, 9, 9], "uv": [25, 71]}, + {"origin": [21.95, 3.25, -2], "size": [7, 9, 9], "inflate": 0.2, "uv": [84, 40]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 4.27441, 8.27829], + "cubes": [ + {"origin": [-1, 3.5, 7.75], "size": [2, 0, 10], "pivot": [-0.5, 3.5, 10.25], "rotation": [-25, 0, 0], "uv": [61, 40]}, + {"origin": [-3.25, 2.65476, 7.56262], "size": [2, 0, 9], "pivot": [-2.25, 2.65476, 12.06262], "rotation": [-25, -10, 0], "uv": [0, 22]}, + {"origin": [1.25, 2.65476, 7.56262], "size": [2, 0, 9], "pivot": [2.25, 2.65476, 12.06262], "rotation": [-25, 10, 0], "uv": [0, 0]}, + {"origin": [-5.5, 1.80953, 5.87523], "size": [2, 0, 13], "pivot": [-4.5, 1.80953, 12.37523], "rotation": [-25, -30, 0], "uv": [20, 22]}, + {"origin": [3.5, 1.80953, 5.87523], "size": [2, 0, 13], "pivot": [4.5, 1.80953, 12.37523], "rotation": [-25, 27.5, 0], "uv": [20, 0]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [2, 3.3619, 0.56274], + "cubes": [ + {"origin": [1, 1.25, -0.5], "size": [2, 3, 2], "uv": [0, 22]}, + {"origin": [1, 0.19151, -1.29247], "size": [2, 1, 3], "pivot": [-0.175, 0.6, -0.63397], "rotation": [20, 0, 0], "uv": [0, 28]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [-1.85, 3.3619, 0.56274], + "cubes": [ + {"origin": [-2.85, 1.25, -0.5], "size": [2, 3, 2], "uv": [0, 0]}, + {"origin": [-2.85, 0.19151, -1.29247], "size": [2, 1, 3], "pivot": [0.325, 0.6, -0.63397], "rotation": [20, 0, 0], "uv": [0, 6]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/amoonguss/amoonguss.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/amoonguss/amoonguss.geo.json new file mode 100644 index 0000000..e498263 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/amoonguss/amoonguss.geo.json @@ -0,0 +1,143 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 3, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "amoonguss", + "pivot": [0, 0, 0] + }, + { + "name": "body_bot", + "parent": "amoonguss", + "pivot": [0.06652, 0.09745, 0], + "cubes": [ + {"origin": [-4.93348, 0.09745, -5], "size": [10, 3, 10], "uv": [36, 54]}, + {"origin": [-5.43348, 2.09745, -5.5], "size": [11, 5, 11], "uv": [48, 0]} + ] + }, + { + "name": "body_top", + "parent": "body_bot", + "pivot": [3.06652, 0.09745, -3], + "cubes": [ + {"origin": [-4.43348, 3.09745, -4.5], "size": [9, 8, 9], "uv": [0, 50]} + ] + }, + { + "name": "arm_right", + "parent": "body_top", + "pivot": [-4.06652, 9.09745, 0], + "cubes": [ + {"origin": [-8.56652, 8.09745, -1], "size": [5, 2, 2], "inflate": 0.01, "uv": [28, 28], "mirror": true} + ] + }, + { + "name": "aime_bone_2", + "parent": "arm_right", + "pivot": [-8.06652, 9.09745, 0], + "cubes": [ + {"origin": [-12.56652, 8.09745, -1], "size": [5, 2, 2], "uv": [28, 24], "mirror": true} + ] + }, + { + "name": "bone2", + "parent": "aime_bone_2", + "pivot": [2.68348, 5.69745, -3], + "cubes": [ + {"origin": [-15.31652, 6.69745, -2.5], "size": [3, 5, 5], "inflate": 0.01, "uv": [0, 0], "mirror": true}, + {"origin": [-13.31652, 5.69745, -3.5], "size": [2, 7, 1], "inflate": 0.01, "uv": [13, 29], "mirror": true}, + {"origin": [-13.31652, 11.69745, -2.5], "size": [2, 1, 5], "inflate": 0.01, "uv": [0, 24], "mirror": true}, + {"origin": [-13.31652, 5.69745, -2.5], "size": [2, 1, 5], "inflate": 0.01, "uv": [0, 10], "mirror": true}, + {"origin": [-13.31652, 5.69745, 2.5], "size": [2, 7, 1], "inflate": 0.01, "uv": [0, 30], "mirror": true} + ] + }, + { + "name": "arm_left", + "parent": "body_top", + "pivot": [4.06652, 9.09745, 0], + "cubes": [ + {"origin": [3.56652, 8.09745, -1], "size": [5, 2, 2], "inflate": 0.01, "uv": [28, 28]} + ] + }, + { + "name": "aime_bone_1", + "parent": "arm_left", + "pivot": [8.06652, 9.09745, 0], + "cubes": [ + {"origin": [7.56652, 8.09745, -1], "size": [5, 2, 2], "uv": [28, 24]} + ] + }, + { + "name": "bone3", + "parent": "aime_bone_1", + "pivot": [-2.68348, 5.69745, -3], + "cubes": [ + {"origin": [12.31652, 6.69745, -2.5], "size": [3, 5, 5], "inflate": 0.01, "uv": [0, 0]}, + {"origin": [11.31652, 5.69745, -3.5], "size": [2, 7, 1], "inflate": 0.01, "uv": [13, 29]}, + {"origin": [11.31652, 11.69745, -2.5], "size": [2, 1, 5], "inflate": 0.01, "uv": [0, 24]}, + {"origin": [11.31652, 5.69745, -2.5], "size": [2, 1, 5], "inflate": 0.01, "uv": [0, 10]}, + {"origin": [11.31652, 5.69745, 2.5], "size": [2, 7, 1], "inflate": 0.01, "uv": [0, 30]} + ] + }, + { + "name": "head", + "parent": "body_top", + "pivot": [0.56652, 0.09745, 11], + "cubes": [ + {"origin": [-3.93348, 10.09745, -4], "size": [8, 8, 8], "uv": [56, 16]} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [-0.43348, 0.09745, 19.5], + "cubes": [ + {"origin": [-1.43348, 11.09745, -5], "size": [3, 3, 2], "uv": [9, 24]}, + {"origin": [-0.43348, 12.09745, -5.05], "size": [1, 1, 0], "uv": [0, 4]} + ] + }, + { + "name": "eye_right", + "parent": "head", + "pivot": [-2.60015, 14.26412, -4.05], + "cubes": [ + {"origin": [-3.43348, 13.09745, -4.025], "size": [2, 2, 0], "uv": [0, 0]}, + {"origin": [-3.43348, 13.09745, -4.075], "size": [1, 2, 0], "uv": [0, 10]}, + {"origin": [-2.93348, 14.09745, -4.05], "size": [1, 1, 0], "uv": [2, 4]} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [2.73318, 14.26412, -4.05], + "cubes": [ + {"origin": [1.56652, 13.09745, -4.025], "size": [2, 2, 0], "uv": [0, 2]}, + {"origin": [2.56652, 13.09745, -4.075], "size": [1, 2, 0], "uv": [2, 10]}, + {"origin": [2.06652, 14.09745, -4.05], "size": [1, 1, 0], "uv": [9, 10]} + ] + }, + { + "name": "cap", + "parent": "body_top", + "pivot": [17.06652, -4.90255, -4], + "cubes": [ + {"origin": [-7.93348, 18.09745, -8], "size": [16, 8, 16], "uv": [0, 0]}, + {"origin": [8.06652, 16.09745, -11], "size": [3, 4, 22], "uv": [28, 28]}, + {"origin": [-10.93348, 16.09745, -11], "size": [3, 4, 22], "uv": [0, 24]}, + {"origin": [-7.93348, 16.09745, 8], "size": [16, 4, 3], "uv": [56, 39]}, + {"origin": [-7.93348, 16.09745, -11], "size": [16, 4, 3], "uv": [56, 32]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/appletun/appletun.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/appletun/appletun.geo.json new file mode 100644 index 0000000..4991d34 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/appletun/appletun.geo.json @@ -0,0 +1,220 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 3, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "appletun", + "pivot": [0, 0, 0] + }, + { + "name": "overall_body", + "parent": "appletun", + "pivot": [7, 8, -8] + }, + { + "name": "body", + "parent": "overall_body", + "pivot": [7, 8, -8], + "cubes": [ + {"origin": [-7, 2, -8], "size": [14, 14, 16], "uv": [0, 27]}, + {"origin": [-8, 7.95, -9], "size": [16, 9, 18], "uv": [0, 0]} + ] + }, + { + "name": "neck", + "parent": "body", + "pivot": [1, 4.025, -6], + "cubes": [ + {"origin": [-2, 2.025, -12], "size": [4, 4, 6], "uv": [68, 40]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [1.5, 3.975, -10], + "cubes": [ + {"origin": [-2.5, 1.975, -15], "size": [5, 5, 5], "uv": [68, 30]}, + {"origin": [-2, 2.975, -18], "size": [4, 2, 3], "uv": [26, 63]}, + {"origin": [-2, 3.025, -18.925], "size": [4, 2, 2], "inflate": 0.01, "pivot": [-0.5, 4.025, -17.925], "rotation": [-22.5, 0, 0], "uv": [52, 70]}, + {"origin": [2.5, 1.975, -15], "size": [1, 3, 3], "uv": [64, 70]}, + {"origin": [-3.5, 1.975, -15], "size": [1, 3, 3], "uv": [70, 60]} + ] + }, + { + "name": "right_ear", + "parent": "head", + "pivot": [-2.95, 6.1, -12.5], + "rotation": [0, 0, -62.5], + "cubes": [ + {"origin": [-7.95, 6.1, -14], "size": [6, 0, 3], "inflate": 0.01, "uv": [0, 38]} + ] + }, + { + "name": "left_ear", + "parent": "head", + "pivot": [2.95, 6.1, -12.5], + "rotation": [0, 0, 62.5], + "cubes": [ + {"origin": [1.95, 6.1, -14], "size": [6, 0, 3], "inflate": 0.01, "uv": [52, 30]} + ] + }, + { + "name": "head_cap", + "parent": "head", + "pivot": [2, 4.975, -14.625], + "cubes": [ + {"origin": [-3, 4.975, -15.625], "size": [6, 4, 6], "uv": [52, 60]} + ] + }, + { + "name": "jaw", + "parent": "head", + "pivot": [0.5, 2.5, -14.875], + "rotation": [-5, 0, 0], + "cubes": [ + {"origin": [-1.5, 2.07179, -16.87595], "size": [3, 1, 2], "uv": [69, 51]} + ] + }, + { + "name": "appleleaves_top", + "parent": "body", + "pivot": [7, 8, -8] + }, + { + "name": "appleleave_right", + "parent": "appleleaves_top", + "pivot": [-0.02075, 16.97331, 0], + "rotation": [0, 0, -27.5], + "cubes": [ + {"origin": [-0.01431, 16.47948, -1.5], "size": [0, 9, 3], "inflate": 0.01, "uv": [0, 61]} + ] + }, + { + "name": "appleleave_left", + "parent": "appleleaves_top", + "pivot": [0.02075, 16.97331, 0], + "rotation": [0, 0, 27.5], + "cubes": [ + {"origin": [0.01431, 16.47948, -1.5], "size": [0, 9, 3], "inflate": 0.01, "uv": [6, 61]} + ] + }, + { + "name": "apple_crust", + "parent": "body", + "pivot": [0, 16.475, 0], + "cubes": [ + {"origin": [-6, 14.975, -10], "size": [4, 3, 20], "uv": [40, 37]}, + {"origin": [2, 14.975, -10], "size": [4, 3, 20], "uv": [48, 7]}, + {"origin": [2, 11.975, -10], "size": [4, 3, 1], "uv": [76, 17]}, + {"origin": [2, 11.975, 9], "size": [4, 3, 1], "uv": [76, 13]}, + {"origin": [-6, 11.975, 9], "size": [4, 3, 1], "uv": [76, 9]}, + {"origin": [-6, 11.975, -10], "size": [4, 3, 1], "uv": [76, 5]} + ] + }, + { + "name": "bone2", + "parent": "apple_crust", + "pivot": [-1, 17.475, 0], + "rotation": [0, -90, 0], + "cubes": [ + {"origin": [-7, 15.975, -10], "size": [4, 3, 18], "uv": [26, 60]}, + {"origin": [-7, 12.975, -10], "size": [4, 3, 1], "uv": [72, 74]}, + {"origin": [-7, 12.975, 7], "size": [4, 3, 1], "uv": [72, 74]}, + {"origin": [1, 12.975, -10], "size": [4, 3, 1], "uv": [72, 70]}, + {"origin": [1, 12.975, 7], "size": [4, 3, 1], "uv": [72, 70]}, + {"origin": [1, 15.975, -10], "size": [4, 3, 18], "uv": [0, 57]} + ] + }, + { + "name": "tails", + "parent": "body", + "pivot": [1, 4.175, 7], + "cubes": [ + {"origin": [-2, 2.175, 6], "size": [4, 4, 5], "uv": [0, 0]} + ] + }, + { + "name": "tails2", + "parent": "tails", + "pivot": [0.5, 4.325, 11], + "cubes": [ + {"origin": [-1.5, 2.725, 9], "size": [3, 3, 5], "uv": [0, 9]} + ] + }, + { + "name": "leg_front_right", + "parent": "overall_body", + "pivot": [-7, 5, -4.025], + "cubes": [ + {"origin": [-7.95, 1, -6.025], "size": [3, 5, 4], "inflate": 0.01, "uv": [50, 0]} + ] + }, + { + "name": "foot_front_right", + "parent": "leg_front_right", + "pivot": [-7, 1, -3.025], + "cubes": [ + {"origin": [-7.95, 0, -7.025], "size": [3, 1, 4], "uv": [64, 0]} + ] + }, + { + "name": "leg_front_left", + "parent": "overall_body", + "pivot": [7, 5, -4.025], + "cubes": [ + {"origin": [4.95, 1, -6.025], "size": [3, 5, 4], "inflate": 0.01, "uv": [50, 9]} + ] + }, + { + "name": "foot_front_left", + "parent": "leg_front_left", + "pivot": [7, 1, -3.025], + "cubes": [ + {"origin": [4.95, 0, -7.025], "size": [3, 1, 4], "uv": [26, 68]} + ] + }, + { + "name": "leg_back_right", + "parent": "overall_body", + "pivot": [-6.45, 6, 4.525], + "cubes": [ + {"origin": [-7.95, 1, 2.025], "size": [3, 6, 5], "inflate": 0.01, "uv": [0, 27]} + ] + }, + { + "name": "foot_back_right", + "parent": "leg_back_right", + "pivot": [-7, 1, 6.025], + "cubes": [ + {"origin": [-7.95, 0, 1.025], "size": [3, 1, 5], "uv": [0, 57]} + ] + }, + { + "name": "leg_back_left", + "parent": "overall_body", + "pivot": [6.45, 6, 4.525], + "cubes": [ + {"origin": [4.95, 1, 2.025], "size": [3, 6, 5], "inflate": 0.01, "uv": [44, 30]} + ] + }, + { + "name": "foot_back_left", + "parent": "leg_back_left", + "pivot": [7, 1, 6.025], + "cubes": [ + {"origin": [4.95, 0, 1.025], "size": [3, 1, 5], "uv": [26, 57]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/applin/applin.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/applin/applin.geo.json new file mode 100644 index 0000000..29a32b9 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/applin/applin.geo.json @@ -0,0 +1,62 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "bone", + "pivot": [0, 0, 0] + }, + { + "name": "bone2", + "parent": "bone", + "pivot": [0, 0, 0] + }, + { + "name": "head", + "parent": "bone2", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-4.5, 2, -4.5], "size": [9, 8, 9], "uv": [0, 0]}, + {"origin": [-4, 0, -4], "size": [8, 8, 8], "uv": [0, 31]} + ] + }, + { + "name": "eye", + "parent": "head", + "pivot": [0, 9.52369, -1.0125], + "cubes": [ + {"origin": [-2.85, 9.7, -1], "size": [4, 6, 0], "pivot": [-0.95, 10.2, -1], "rotation": [0, 0, -12.5], "uv": [0, 25]}, + {"origin": [1.2, 11.7, -1.025], "size": [1, 1, 0], "pivot": [2.5, 12.7, -1.025], "rotation": [0, 0, 12.5], "uv": [2, 6], "mirror": true}, + {"origin": [-1.15, 9.7, -1], "size": [4, 6, 0], "pivot": [0.95, 10.2, -1], "rotation": [0, 0, 12.5], "uv": [0, 25], "mirror": true}, + {"origin": [-2.2, 11.7, -1.025], "size": [1, 1, 0], "pivot": [-2.5, 12.7, -1.025], "rotation": [0, 0, -12.5], "uv": [2, 6]} + ] + }, + { + "name": "tail_1", + "parent": "bone2", + "pivot": [0.01888, 1.84136, 3.3167], + "cubes": [ + {"origin": [-1.4962, 0.78004, 3.32604], "size": [3, 3, 4], "pivot": [0.0038, 2.1036, 3.31855], "rotation": [-12.5, 0, 0], "uv": [24, 21]} + ] + }, + { + "name": "tail_2", + "parent": "tail_1", + "pivot": [0.0038, 1.09447, 6.9198], + "cubes": [ + {"origin": [-1.4962, -0.40553, 6.5448], "size": [3, 3, 4], "inflate": -0.35, "uv": [14, 18]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/araquanid/araquanid.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/araquanid/araquanid.geo.json new file mode 100644 index 0000000..507ab1b --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/araquanid/araquanid.geo.json @@ -0,0 +1,169 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.araquanid", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "all", + "pivot": [0, 0, 0] + }, + { + "name": "head", + "parent": "all", + "pivot": [0, 11.5, -4], + "cubes": [ + {"origin": [1.5, 10, -11], "size": [1, 2, 1], "uv": [4, 9]}, + {"origin": [2.5, 10, -11], "size": [3, 3, 3], "uv": [52, 54]}, + {"origin": [4.5, 11, -8], "size": [1, 2, 1], "uv": [4, 6]}, + {"origin": [-2.5, 10, -11], "size": [1, 2, 1], "uv": [4, 3]}, + {"origin": [-5.5, 10, -11], "size": [3, 3, 3], "uv": [40, 54]}, + {"origin": [-5.5, 11, -8], "size": [1, 2, 1], "uv": [4, 0]}, + {"origin": [-4.5, 9, -10], "size": [9, 6, 6], "uv": [0, 18]}, + {"origin": [-1.5, 14, -11], "size": [3, 2, 3], "uv": [51, 30]}, + {"origin": [-3.5, 15, -7], "size": [2, 1, 2], "uv": [38, 20]}, + {"origin": [1.5, 15, -7], "size": [2, 1, 2], "uv": [30, 20]}, + {"origin": [1.5, 8, -7], "size": [2, 1, 2], "uv": [60, 30]}, + {"origin": [1.5, 8, -10], "size": [2, 1, 2], "uv": [60, 51]}, + {"origin": [-3.5, 8, -10], "size": [2, 1, 2], "uv": [60, 48]}, + {"origin": [-3.5, 8, -7], "size": [2, 1, 2], "uv": [35, 44]}, + {"origin": [-6.5, 6.5, -13], "size": [13, 10, 0], "uv": [35, 10]}, + {"origin": [-6.5, 16.5, -13], "size": [13, 0, 9], "uv": [0, 9]}, + {"origin": [-6.5, 6.5, -13], "size": [0, 10, 9], "uv": [0, 21]}, + {"origin": [-6.5, 6.5, -13], "size": [13, 0, 9], "uv": [0, 0]}, + {"origin": [6.5, 6.5, -13], "size": [0, 10, 9], "uv": [18, 25]}, + {"origin": [-5.5, 13.5, -13.01], "size": [2, 2, 0], "uv": [67, 0]}, + {"origin": [-6.5, 6.5, -4], "size": [13, 10, 0], "uv": [35, 0]} + ] + }, + { + "name": "body", + "parent": "all", + "pivot": [0, 11.5, -4], + "cubes": [ + {"origin": [-3.5, 10, -3], "size": [7, 4, 7], "uv": [23, 23]}, + {"origin": [-1, 11, 4], "size": [2, 2, 2], "uv": [24, 18]}, + {"origin": [-1.5, 8, -4], "size": [3, 7, 1], "uv": [12, 60]}, + {"origin": [-3.5, 10, -4], "size": [2, 3, 1], "uv": [61, 16]}, + {"origin": [1.5, 10, -4], "size": [2, 3, 1], "uv": [61, 12]} + ] + }, + { + "name": "leg_left_front", + "parent": "body", + "pivot": [3, 14, -3], + "cubes": [ + {"origin": [2.5, 14, -3], "size": [6, 4, 0], "uv": [40, 60]} + ] + }, + { + "name": "foot_left_front", + "parent": "leg_left_front", + "pivot": [7.5, 17, -3], + "cubes": [ + {"origin": [10.5, 0, -4], "size": [0, 17, 2], "uv": [36, 52]}, + {"origin": [10, 5.5, -3.5], "size": [1, 2, 2], "pivot": [10.5, 7, -3], "rotation": [-45, 0, 0], "uv": [61, 8]}, + {"origin": [7.5, 17, -5.5], "size": [5, 5, 5], "uv": [0, 50]} + ] + }, + { + "name": "leg_left_middle", + "parent": "body", + "pivot": [3, 14, 0], + "cubes": [ + {"origin": [2.5, 14, 0], "size": [6, 4, 0], "uv": [56, 40]} + ] + }, + { + "name": "foot_left_middle", + "parent": "leg_left_middle", + "pivot": [7.5, 17, 0], + "cubes": [ + {"origin": [10, 5.5, -0.5], "size": [1, 2, 2], "pivot": [10.5, 7, 0], "rotation": [-45, 0, 0], "uv": [58, 60]}, + {"origin": [10.5, 0, -1], "size": [0, 17, 2], "uv": [24, 52]}, + {"origin": [7.5, 17, -2.5], "size": [5, 5, 5], "uv": [20, 44]} + ] + }, + { + "name": "leg_left_back", + "parent": "body", + "pivot": [3, 14, 3], + "cubes": [ + {"origin": [2.5, 14, 3], "size": [6, 4, 0], "uv": [56, 36]} + ] + }, + { + "name": "foot_left_back", + "parent": "leg_left_back", + "pivot": [7.5, 17, 3], + "cubes": [ + {"origin": [7.5, 17, 0.5], "size": [5, 5, 5], "uv": [0, 40]}, + {"origin": [10.5, 0, 2], "size": [0, 17, 2], "uv": [20, 52]}, + {"origin": [10, 5.5, 2.5], "size": [1, 2, 2], "pivot": [10.5, 7, 3], "rotation": [-45, 0, 0], "uv": [52, 60]} + ] + }, + { + "name": "leg_right_front", + "parent": "body", + "pivot": [-3, 14, -3], + "cubes": [ + {"origin": [-8.5, 14, -3], "size": [6, 4, 0], "uv": [0, 60]} + ] + }, + { + "name": "foot_right_front", + "parent": "leg_right_front", + "pivot": [-7.5, 17, -3], + "cubes": [ + {"origin": [-10.5, 0, -4], "size": [0, 17, 2], "uv": [32, 52]}, + {"origin": [-11, 5.5, -3.5], "size": [1, 2, 2], "pivot": [-10.5, 7, -3], "rotation": [-45, 0, 0], "uv": [61, 4]}, + {"origin": [-12.5, 17, -5.5], "size": [5, 5, 5], "uv": [40, 44]} + ] + }, + { + "name": "leg_right_middle", + "parent": "body", + "pivot": [-3, 14, 0], + "cubes": [ + {"origin": [-8.5, 14, 0], "size": [6, 4, 0], "uv": [59, 20]} + ] + }, + { + "name": "foot_right_middle", + "parent": "leg_right_middle", + "pivot": [-7.5, 17, 0], + "cubes": [ + {"origin": [-12.5, 17, -2.5], "size": [5, 5, 5], "uv": [44, 20]}, + {"origin": [-10.5, 0, -1], "size": [0, 17, 2], "uv": [28, 52]}, + {"origin": [-11, 5.5, -0.5], "size": [1, 2, 2], "pivot": [-10.5, 7, 0], "rotation": [-45, 0, 0], "uv": [61, 0]} + ] + }, + { + "name": "leg_right_back", + "parent": "body", + "pivot": [-3, 14, 3], + "cubes": [ + {"origin": [-8.5, 14, 3], "size": [6, 4, 0], "uv": [55, 44]} + ] + }, + { + "name": "foot_right_back", + "parent": "leg_right_back", + "pivot": [-7.5, 17, 3], + "cubes": [ + {"origin": [-12.5, 17, 0.5], "size": [5, 5, 5], "uv": [36, 34]}, + {"origin": [-10.5, 0, 2], "size": [0, 17, 2], "uv": [0, 0]}, + {"origin": [-11, 5.5, 2.5], "size": [1, 2, 2], "pivot": [-10.5, 7, 3], "rotation": [-45, 0, 0], "uv": [0, 19]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/arcanine_hisuian.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/arcanine_hisuian.geo.json new file mode 100644 index 0000000..0295b50 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/arcanine_hisuian.geo.json @@ -0,0 +1,970 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.arcanine", + "texture_width": 256, + "texture_height": 128, + "visible_bounds_width": 7, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "arcanine", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "arcanine", + "pivot": [0, -1, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0.5, 16, 7], + "cubes": [ + {"origin": [-5.5, 10, -4], "size": [11, 11, 15], "uv": [39, 16]} + ] + }, + { + "name": "upper_torso", + "parent": "torso", + "pivot": [0.5, 21, -1], + "cubes": [ + {"origin": [-6.5, 9, -14], "size": [13, 13, 13], "uv": [0, 31]} + ] + }, + { + "name": "neck", + "parent": "upper_torso", + "pivot": [0, 21.25, -7.5], + "rotation": [32.5, 0, 0], + "cubes": [ + {"origin": [-4.5, 17.25, -13.75], "size": [9, 12, 8], "uv": [82, 7]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 29.5, -7.75], + "rotation": [-32.5, 0, 0], + "cubes": [ + {"origin": [-5, 25, -13], "size": [10, 9, 9], "uv": [59, 67]}, + {"origin": [-5.61866, 32.10342, -13.6], "size": [4, 2, 4], "pivot": [-4, 32.4576, -13.52815], "rotation": [0, 0, 15], "uv": [61, 61], "mirror": true}, + {"origin": [1.61866, 32.10342, -13.6], "size": [4, 2, 4], "pivot": [4, 32.4576, -13.52815], "rotation": [0, 0, -15], "uv": [61, 61]}, + {"origin": [-4, 27.25, -16.75], "size": [8, 3, 4], "uv": [79, 0]}, + {"origin": [-3.5, 25.75, -13.02], "size": [7, 3, 0], "inflate": -0.01, "uv": [103, 37]}, + {"origin": [-1, 29.25, -16.75], "size": [2, 1, 1], "inflate": 0.01, "uv": [0, 3]} + ] + }, + { + "name": "eyes_open", + "parent": "head", + "pivot": [0, 30.7076, -12.02815] + }, + { + "name": "left_eye", + "parent": "eyes_open", + "pivot": [2, 31.4576, -12.52815], + "cubes": [ + {"origin": [2, 30.5, -13], "size": [3, 2, 2], "inflate": 0.01, "uv": [93, 104]}, + {"origin": [2.5, 31, -13.01], "size": [1, 1, 0], "inflate": 0.01, "uv": [10, 8]} + ] + }, + { + "name": "right_eye", + "parent": "eyes_open", + "pivot": [-2, 31.4576, -12.52815], + "cubes": [ + {"origin": [-5, 30.5, -13], "size": [3, 2, 2], "inflate": 0.01, "uv": [98, 52]}, + {"origin": [-3.5, 31, -13.01], "size": [1, 1, 0], "inflate": 0.01, "uv": [10, 6]} + ] + }, + { + "name": "left_eyelid", + "parent": "eyes_open", + "pivot": [3.4, 31.5, -11.9], + "cubes": [ + {"origin": [1.9, 30.5, -12.9], "size": [3, 2, 2], "inflate": 0.03, "uv": [162, 0]} + ] + }, + { + "name": "right_eyelid", + "parent": "eyes_open", + "pivot": [-3.4, 31.5, -11.9], + "cubes": [ + {"origin": [-4.9, 30.5, -12.9], "size": [3, 2, 2], "inflate": 0.03, "uv": [162, 4], "mirror": true} + ] + }, + { + "name": "jaw", + "parent": "head", + "pivot": [0, 27.2076, -12.52815], + "rotation": [-17.5, 0, 0], + "cubes": [ + {"origin": [-3.5, 25.25, -15], "size": [7, 2, 3], "inflate": 0.01, "uv": [122, 75]}, + {"origin": [-2.5, 25.25, -16], "size": [5, 2, 1], "inflate": 0.01, "uv": [0, 9]} + ] + }, + { + "name": "teeth2", + "parent": "jaw", + "pivot": [0, 27.3576, -11.02815] + }, + { + "name": "left_tooth2", + "parent": "teeth2", + "pivot": [2.15, 27.2076, -15.17815], + "rotation": [0, -12.5, 0], + "cubes": [ + {"origin": [1.55, 26.7, -15.25], "size": [1, 1, 0], "pivot": [2.17268, 27.2076, -15.17723], "rotation": [-33.16757, -28.26351, 54.0759], "uv": [10, 4]} + ] + }, + { + "name": "right_tooth2", + "parent": "teeth2", + "pivot": [-2.15, 27.2076, -15.17815], + "rotation": [0, 12.5, 0], + "cubes": [ + {"origin": [-2.55, 26.7, -15.25], "size": [1, 1, 0], "pivot": [-2.17268, 27.2076, -15.17723], "rotation": [-33.16757, 28.26351, -54.0759], "uv": [10, 3]} + ] + }, + { + "name": "left_ear", + "parent": "head", + "pivot": [5, 31, -9.25], + "rotation": [7.5, -40, -15], + "cubes": [ + {"origin": [4, 29, -9.25], "size": [9, 5, 0], "uv": [124, 46]} + ] + }, + { + "name": "right_ear", + "parent": "head", + "pivot": [-5, 31, -9.25], + "rotation": [7.5, 40, 15], + "cubes": [ + {"origin": [-13, 29, -9.25], "size": [9, 5, 0], "uv": [123, 0]} + ] + }, + { + "name": "head_fluff_top", + "parent": "head", + "pivot": [0, 30.75211, -7.02495], + "rotation": [7.5, 0, 0], + "cubes": [ + {"origin": [-3.5, 16.5, -11.75972], "size": [7, 18, 11], "inflate": -0.01, "pivot": [0, 32.87979, -3.8546], "rotation": [17.5, 0, 0], "uv": [210, 54]}, + {"origin": [-3.5, 23.75211, -12.52495], "size": [7, 12, 11], "uv": [23, 67]} + ] + }, + { + "name": "bone6", + "parent": "head_fluff_top", + "pivot": [0, 32.87979, -3.8546], + "rotation": [0, 15, 0], + "cubes": [ + {"origin": [-1.5, 28, -0.75972], "size": [3, 4, 4], "inflate": -0.01, "pivot": [0, 32.87979, -3.8546], "rotation": [12.5, 0, 0], "uv": [217, 61]}, + {"origin": [-1.5, 24, 0.24028], "size": [3, 4, 4], "inflate": -0.01, "pivot": [0, 32.87979, -3.8546], "rotation": [5, 0, 0], "uv": [217, 61]}, + {"origin": [-1.5, 21, 2.24028], "size": [3, 4, 4], "inflate": -0.01, "pivot": [0, 32.87979, -3.8546], "rotation": [-5, 0, 0], "uv": [217, 61]}, + {"origin": [-1.5, 31.5, -1.75972], "size": [3, 4, 4], "inflate": -0.01, "pivot": [0, 32.87979, -3.8546], "rotation": [22.5, 0, 0], "uv": [217, 61]} + ] + }, + { + "name": "bone", + "parent": "head_fluff_top", + "pivot": [0, 32.20216, -14.0301], + "rotation": [-7.5, 0, 0], + "cubes": [ + {"origin": [0, 29.75211, -8.52495], "size": [0, 12, 3], "uv": [156, 3]}, + {"origin": [7, 29.75211, -15.5], "size": [0, 12, 3], "pivot": [0, 32.20216, -14.0301], "rotation": [0, -90, 0], "uv": [156, 3]} + ] + }, + { + "name": "bone2", + "parent": "head_fluff_top", + "pivot": [-2, 29.21927, -14.29115], + "rotation": [-6.80423, -3.1622, -24.81197], + "cubes": [ + {"origin": [-2, 26.76922, -8.786], "size": [0, 12, 3], "uv": [156, 3]}, + {"origin": [5, 26.76922, -15.76105], "size": [0, 12, 3], "pivot": [-2, 29.21927, -14.29115], "rotation": [0, -90, 0], "uv": [156, 3]} + ] + }, + { + "name": "bone3", + "parent": "head_fluff_top", + "pivot": [2, 29.21927, -14.29115], + "rotation": [-6.80423, 3.1622, 24.81197], + "cubes": [ + {"origin": [2, 26.76922, -8.786], "size": [0, 12, 3], "uv": [156, 3], "mirror": true}, + {"origin": [-5, 26.76922, -15.76105], "size": [0, 12, 3], "pivot": [2, 29.21927, -14.29115], "rotation": [0, 90, 0], "uv": [156, 3], "mirror": true} + ] + }, + { + "name": "head_fluff_top2", + "parent": "head_fluff_top", + "pivot": [0, 34.75211, -12.52495] + }, + { + "name": "head_fluff_top3", + "parent": "head_fluff_top", + "pivot": [0, 36.75211, -10.52495], + "rotation": [-55, 0, 0] + }, + { + "name": "head_fluff_back", + "parent": "head_fluff_top", + "pivot": [0, 33.75211, -1.52495], + "rotation": [-140, 0, 0] + }, + { + "name": "head_fluff_top4", + "parent": "head_fluff_top", + "pivot": [0, 36.75211, -5.52495], + "rotation": [-60, 0, 0] + }, + { + "name": "head_fluff_top5", + "parent": "head_fluff_top", + "pivot": [0, 29.25211, -1.52495], + "rotation": [-145, 0, 0] + }, + { + "name": "head_fluff_left", + "parent": "head", + "pivot": [5, 29.5, -7], + "rotation": [-29, 30, -15] + }, + { + "name": "head_fluff_right", + "parent": "head", + "pivot": [-5, 29.5, -7], + "rotation": [-29, -30, 15] + }, + { + "name": "head_fluff_left2", + "parent": "head", + "pivot": [5, 27.5, -10], + "rotation": [-55.5, 38.75, -42.5] + }, + { + "name": "head_fluff_right2", + "parent": "head", + "pivot": [-5, 27.5, -10], + "rotation": [-55.5, -38.75, 42.5] + }, + { + "name": "teeth", + "parent": "head", + "pivot": [0, 27.3576, -11.02815] + }, + { + "name": "left_tooth", + "parent": "teeth", + "pivot": [3.4, 27.2076, -15.92815], + "rotation": [0, -12.5, 0], + "cubes": [ + {"origin": [2.8, 26.7, -16], "size": [1, 1, 0], "pivot": [3.42268, 27.2076, -15.92723], "rotation": [-33.16757, -28.26351, 54.0759], "uv": [10, 7]} + ] + }, + { + "name": "right_tooth", + "parent": "teeth", + "pivot": [-3.4, 27.2076, -15.92815], + "rotation": [0, 12.5, 0], + "cubes": [ + {"origin": [-3.8, 26.7, -16], "size": [1, 1, 0], "pivot": [-3.42268, 27.2076, -15.92723], "rotation": [-33.16757, 28.26351, -54.0759], "uv": [10, 5]} + ] + }, + { + "name": "chin_fluff", + "parent": "head", + "pivot": [0, 25, -13], + "rotation": [-22.5, 0, 0] + }, + { + "name": "left_chin_fluff", + "parent": "head", + "pivot": [5, 25, -10.5], + "rotation": [0, 0, -22.5], + "cubes": [ + {"origin": [5, 21, -13], "size": [0, 4, 5], "uv": [0, 35]} + ] + }, + { + "name": "right_chin_fluff", + "parent": "head", + "pivot": [-5, 25, -11], + "rotation": [0, 0, 22.5] + }, + { + "name": "head_fluff_top_left", + "parent": "head", + "pivot": [3.5, 34, -7.5], + "rotation": [0, 0, 30] + }, + { + "name": "head_fluff_top_right", + "parent": "head", + "pivot": [-3.5, 34, -7.5], + "rotation": [0, 0, -30] + }, + { + "name": "head_fluff_back_left", + "parent": "head", + "pivot": [3.5, 30.5, -4], + "rotation": [0, 30, 0] + }, + { + "name": "head_fluff_back_right", + "parent": "head", + "pivot": [-3.5, 30.5, -4], + "rotation": [0, -30, 0] + }, + { + "name": "forehead_fluff", + "parent": "head", + "pivot": [0, 34, -13], + "rotation": [40, 0, 0] + }, + { + "name": "chest_fluff", + "parent": "upper_torso", + "pivot": [0, 21.9, -12], + "rotation": [-7.5, 0, -15], + "cubes": [ + {"origin": [-1.5, 10.9, -14.5], "size": [7, 11, 0], "uv": [151, 56]}, + {"origin": [2, 12.9, -14.51], "size": [1, 5, 0], "uv": [151, 50]} + ] + }, + { + "name": "chest_fluff2", + "parent": "chest_fluff", + "pivot": [0, 10.9, -13.5], + "rotation": [32.5, 0, 0], + "cubes": [ + {"origin": [-1, 6.5, -14.3], "size": [6, 5, 0], "inflate": 0.01, "uv": [137, 98]} + ] + }, + { + "name": "bone5", + "parent": "upper_torso", + "pivot": [-4, 22.9, -12] + }, + { + "name": "chest_fluff11", + "parent": "bone5", + "pivot": [-4, 22.9, -12], + "rotation": [10.04582, 65.48061, 54.29089], + "cubes": [ + {"origin": [-7.04844, 15.30914, -12.6649], "size": [7, 8, 0], "uv": [151, 67], "mirror": true}, + {"origin": [-4.04844, 17.30914, -12.6749], "size": [1, 5, 0], "uv": [151, 50], "mirror": true} + ] + }, + { + "name": "chest_fluff12", + "parent": "chest_fluff11", + "pivot": [-1.54844, 15.30914, -11.6649], + "rotation": [22.5, 0, 0], + "cubes": [ + {"origin": [-6.54844, 10.90914, -12.4649], "size": [6, 5, 0], "inflate": 0.01, "uv": [138, 103], "mirror": true} + ] + }, + { + "name": "chest_fluff13", + "parent": "bone5", + "pivot": [-4, 23.9, -9], + "rotation": [53.38345, 46.75573, 104.84539], + "cubes": [ + {"origin": [-7.04844, 16.30914, -9.6649], "size": [7, 8, 0], "uv": [151, 67], "mirror": true}, + {"origin": [-4.04844, 18.30914, -9.6749], "size": [1, 5, 0], "uv": [151, 50], "mirror": true} + ] + }, + { + "name": "chest_fluff14", + "parent": "chest_fluff13", + "pivot": [-1.54844, 16.30914, -8.6649], + "rotation": [22.5, 0, 0], + "cubes": [ + {"origin": [-6.54844, 11.90914, -9.4649], "size": [6, 5, 0], "inflate": 0.01, "uv": [138, 103], "mirror": true} + ] + }, + { + "name": "chest_fluff15", + "parent": "bone5", + "pivot": [-3, 23.9, -7], + "rotation": [71.40836, 27.53594, 141.21236], + "cubes": [ + {"origin": [-6.04844, 16.30914, -7.6649], "size": [7, 8, 0], "uv": [151, 67], "mirror": true}, + {"origin": [-3.04844, 18.30914, -7.6749], "size": [1, 5, 0], "uv": [151, 50], "mirror": true} + ] + }, + { + "name": "chest_fluff16", + "parent": "chest_fluff15", + "pivot": [-0.54844, 16.30914, -6.6649], + "rotation": [22.5, 0, 0], + "cubes": [ + {"origin": [-5.54844, 11.90914, -7.4649], "size": [6, 5, 0], "inflate": 0.01, "uv": [138, 103], "mirror": true} + ] + }, + { + "name": "chest_fluff17", + "parent": "bone5", + "pivot": [-5, 22.9, -6], + "rotation": [89.43912, 44.03932, 127.83411], + "cubes": [ + {"origin": [-8.04844, 15.30914, -6.6649], "size": [7, 8, 0], "uv": [151, 67], "mirror": true} + ] + }, + { + "name": "chest_fluff18", + "parent": "chest_fluff17", + "pivot": [-2.54844, 15.30914, -5.6649], + "rotation": [22.5, 0, 0], + "cubes": [ + {"origin": [-7.54844, 10.90914, -6.4649], "size": [6, 5, 0], "inflate": 0.01, "uv": [138, 103], "mirror": true} + ] + }, + { + "name": "chest_fluff19", + "parent": "bone5", + "pivot": [-5, 22.9, -7], + "rotation": [16.94305, 82.03911, 45.10755], + "cubes": [ + {"origin": [-8.04844, 15.30914, -7.6649], "size": [7, 8, 0], "uv": [151, 67], "mirror": true} + ] + }, + { + "name": "chest_fluff20", + "parent": "chest_fluff19", + "pivot": [-2.54844, 15.30914, -6.6649], + "rotation": [22.5, 0, 0], + "cubes": [ + {"origin": [-7.54844, 10.90914, -7.4649], "size": [6, 5, 0], "inflate": 0.01, "uv": [138, 103], "mirror": true} + ] + }, + { + "name": "bone4", + "parent": "upper_torso", + "pivot": [4, 22.9, -12] + }, + { + "name": "chest_fluff5", + "parent": "bone4", + "pivot": [4, 22.9, -12], + "rotation": [10.04582, -65.48061, -54.29089], + "cubes": [ + {"origin": [0.04844, 15.30914, -12.6649], "size": [7, 8, 0], "uv": [151, 67]}, + {"origin": [3.04844, 17.30914, -12.6749], "size": [1, 5, 0], "uv": [151, 50]} + ] + }, + { + "name": "chest_fluff6", + "parent": "chest_fluff5", + "pivot": [1.54844, 15.30914, -11.6649], + "rotation": [22.5, 0, 0], + "cubes": [ + {"origin": [0.54844, 10.90914, -12.4649], "size": [6, 5, 0], "inflate": 0.01, "uv": [138, 103]} + ] + }, + { + "name": "chest_fluff7", + "parent": "bone4", + "pivot": [4, 23.9, -9], + "rotation": [53.38345, -46.75573, -104.84539], + "cubes": [ + {"origin": [0.04844, 16.30914, -9.6649], "size": [7, 8, 0], "uv": [151, 67]}, + {"origin": [3.04844, 18.30914, -9.6749], "size": [1, 5, 0], "uv": [151, 50]} + ] + }, + { + "name": "chest_fluff8", + "parent": "chest_fluff7", + "pivot": [1.54844, 16.30914, -8.6649], + "rotation": [22.5, 0, 0], + "cubes": [ + {"origin": [0.54844, 11.90914, -9.4649], "size": [6, 5, 0], "inflate": 0.01, "uv": [138, 103]} + ] + }, + { + "name": "chest_fluff9", + "parent": "bone4", + "pivot": [3, 23.9, -7], + "rotation": [71.40836, -27.53594, -141.21236], + "cubes": [ + {"origin": [-0.95156, 16.30914, -7.6649], "size": [7, 8, 0], "uv": [151, 67]}, + {"origin": [2.04844, 18.30914, -7.6749], "size": [1, 5, 0], "uv": [151, 50]} + ] + }, + { + "name": "chest_fluff10", + "parent": "chest_fluff9", + "pivot": [0.54844, 16.30914, -6.6649], + "rotation": [22.5, 0, 0], + "cubes": [ + {"origin": [-0.45156, 11.90914, -7.4649], "size": [6, 5, 0], "inflate": 0.01, "uv": [138, 103]} + ] + }, + { + "name": "chest_fluff21", + "parent": "bone4", + "pivot": [5, 22.9, -6], + "rotation": [89.43912, -44.03932, -127.83411], + "cubes": [ + {"origin": [1.04844, 15.30914, -6.6649], "size": [7, 8, 0], "uv": [151, 67]} + ] + }, + { + "name": "chest_fluff22", + "parent": "chest_fluff21", + "pivot": [2.54844, 15.30914, -5.6649], + "rotation": [22.5, 0, 0], + "cubes": [ + {"origin": [1.54844, 10.90914, -6.4649], "size": [6, 5, 0], "inflate": 0.01, "uv": [138, 103]} + ] + }, + { + "name": "chest_fluff23", + "parent": "bone4", + "pivot": [5, 22.9, -7], + "rotation": [16.94305, -82.03911, -45.10755], + "cubes": [ + {"origin": [1.04844, 15.30914, -7.6649], "size": [7, 8, 0], "uv": [151, 67]} + ] + }, + { + "name": "chest_fluff24", + "parent": "chest_fluff23", + "pivot": [2.54844, 15.30914, -6.6649], + "rotation": [22.5, 0, 0], + "cubes": [ + {"origin": [1.54844, 10.90914, -7.4649], "size": [6, 5, 0], "inflate": 0.01, "uv": [138, 103]} + ] + }, + { + "name": "chest_fluff3", + "parent": "upper_torso", + "pivot": [0, 21.9, -12], + "rotation": [-7.5, 0, 15], + "cubes": [ + {"origin": [-5.5, 10.9, -14.5], "size": [7, 11, 0], "uv": [151, 56], "mirror": true}, + {"origin": [-3, 12.9, -14.51], "size": [1, 5, 0], "uv": [151, 50], "mirror": true} + ] + }, + { + "name": "chest_fluff4", + "parent": "chest_fluff3", + "pivot": [0, 10.9, -13.5], + "rotation": [32.5, 0, 0], + "cubes": [ + {"origin": [-5, 6.5, -14.3], "size": [6, 5, 0], "inflate": 0.01, "uv": [137, 98], "mirror": true} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 19.75, 9.75], + "rotation": [-60, 0, 0], + "cubes": [ + {"origin": [-5, 19.5, 6.75], "size": [10, 10, 9], "inflate": 0.01, "uv": [218, 18]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 38.5, 16.75], + "rotation": [-95, 0, 0], + "cubes": [ + {"origin": [-4.5, 29.69216, 17.78299], "size": [9, 10, 9], "inflate": -0.01, "pivot": [-0.5, 35.04524, 23.55748], "rotation": [-115, 0, 0], "uv": [165, 107], "mirror": true} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 48.5, 26.75], + "rotation": [45, 0, 0] + }, + { + "name": "tail4", + "parent": "tail3", + "pivot": [0, 59.5, 23.25] + }, + { + "name": "tail_fluff5", + "parent": "tail4", + "pivot": [0, 63, 23.25] + }, + { + "name": "tail_fluff_left", + "parent": "tail3", + "pivot": [3.5, 56.5, 23.25], + "rotation": [0, 0, 20] + }, + { + "name": "tail_fluff_right", + "parent": "tail3", + "pivot": [-3.5, 56.5, 23.25], + "rotation": [0, 0, -20] + }, + { + "name": "tail_fluff4", + "parent": "tail2", + "pivot": [0, 48.5, 27.75], + "rotation": [25, 0, 0] + }, + { + "name": "tail5", + "parent": "tail", + "pivot": [1, 42.5, 5.75], + "rotation": [-55, 0, 0], + "cubes": [ + {"origin": [-10.5, 0.5, -15.25], "size": [11, 10, 12], "inflate": 0.01, "pivot": [-1.5, 22.04524, 3.55748], "rotation": [65, 0, 180], "uv": [1, 0], "mirror": true}, + {"origin": [-1.5, -8.5, -7.25], "size": [9, 10, 10], "inflate": 0.01, "pivot": [1.5, 22.04524, 3.55748], "rotation": [30, 0, -180], "uv": [164, 107]}, + {"origin": [0, -8.5, -4.25], "size": [6, 8, 8], "inflate": 0.01, "pivot": [1.5, 22.04524, 3.55748], "rotation": [10, 0, -180], "uv": [169, 109]}, + {"origin": [1, 2.5, -24.25], "size": [4, 6, 8], "inflate": 0.01, "pivot": [1.5, 22.04524, 3.55748], "rotation": [47.5, 0, -180], "uv": [171, 109]}, + {"origin": [-0.5, 44.78103, -11.52592], "size": [3, 4, 5], "inflate": 0.01, "pivot": [0.5, 50.04524, -5.44252], "rotation": [62.5, 0, -180], "uv": [175, 112]} + ] + }, + { + "name": "tail6", + "parent": "tail5", + "pivot": [1, 52.5, 15.75], + "rotation": [45, 0, 0] + }, + { + "name": "tail7", + "parent": "tail6", + "pivot": [1, 63.5, 12.25] + }, + { + "name": "tail_fluff6", + "parent": "tail7", + "pivot": [1, 67, 12.25] + }, + { + "name": "tail_fluff_left2", + "parent": "tail6", + "pivot": [4.5, 60.5, 12.25], + "rotation": [0, 0, 20] + }, + { + "name": "tail_fluff_right2", + "parent": "tail6", + "pivot": [-2.5, 60.5, 12.25], + "rotation": [0, 0, -20] + }, + { + "name": "tail_fluff7", + "parent": "tail5", + "pivot": [1, 52.5, 16.75], + "rotation": [25, 0, 0] + }, + { + "name": "tail_fluff", + "parent": "tail", + "pivot": [0, 38.5, 3.75], + "rotation": [-45, 0, 0] + }, + { + "name": "tail_fluff2", + "parent": "tail", + "pivot": [0, 35.5, 3.75], + "rotation": [25, 0, 0] + }, + { + "name": "tail_fluff3", + "parent": "tail", + "pivot": [0, 38.5, 7.5], + "rotation": [-60, 0, 0] + }, + { + "name": "left_thigh", + "parent": "body", + "pivot": [5.5, 15.75, 6.75], + "cubes": [ + {"origin": [2, 8.75, 2.75], "size": [6, 10, 9], "uv": [82, 33]} + ] + }, + { + "name": "left_knee", + "parent": "left_thigh", + "pivot": [5, 8.75, 2.75], + "rotation": [50, 0, 0], + "cubes": [ + {"origin": [2.5, 0.75, 2.75], "size": [5, 8, 6], "inflate": 0.01, "uv": [100, 67]} + ] + }, + { + "name": "left_ankle", + "parent": "left_knee", + "pivot": [5, 0.75, 8.75], + "rotation": [-50, 0, 0], + "cubes": [ + {"origin": [2.5, -6.25, 3.75], "size": [5, 7, 5], "uv": [17, 112]} + ] + }, + { + "name": "left_backpaw", + "parent": "left_ankle", + "pivot": [5, -6, 6.25], + "cubes": [ + {"origin": [2.5, -7.5, 1.25], "size": [5, 3, 7], "inflate": 0.02, "uv": [103, 27]} + ] + }, + { + "name": "left_ankle_fluff", + "parent": "left_ankle", + "pivot": [5, -3.75, 5.65], + "cubes": [ + {"origin": [2, -5.25, 2.9], "size": [6, 3, 3], "uv": [143, 0]}, + {"origin": [2, -5.25, 5.4], "size": [6, 5, 4], "inflate": 0.01, "uv": [116, 13]} + ] + }, + { + "name": "left_ankle_fluff2", + "parent": "left_ankle_fluff", + "pivot": [5, -5.25, 9.4], + "rotation": [27.5, 5, 2.5], + "cubes": [ + {"origin": [4, -5.25, 9.4], "size": [4, 5, 4], "uv": [114, 113]}, + {"origin": [4, -5.25, 11.4], "size": [4, 5, 5], "inflate": 0.01, "pivot": [5.5, -2.25, 12.65], "rotation": [-60, 0, 0], "uv": [113, 112]} + ] + }, + { + "name": "left_ankle_fluff6", + "parent": "left_ankle_fluff2", + "pivot": [7, -2.75, 14.4], + "rotation": [0, 30, 0] + }, + { + "name": "left_ankle_fluff7", + "parent": "left_ankle_fluff2", + "pivot": [3, -2.75, 14.4], + "rotation": [0, -30, 0] + }, + { + "name": "left_ankle_fluff8", + "parent": "left_ankle_fluff2", + "pivot": [5, -3.25, 11.4] + }, + { + "name": "left_ankle_fluff9", + "parent": "left_ankle_fluff2", + "pivot": [5, -3.25, 15.4] + }, + { + "name": "left_ankle_fluff4", + "parent": "left_ankle_fluff", + "pivot": [8, -2.75, 4.9], + "rotation": [0, 25, 0] + }, + { + "name": "left_ankle_fluff5", + "parent": "left_ankle_fluff", + "pivot": [2, -2.75, 4.9], + "rotation": [0, -25, 0] + }, + { + "name": "right_thigh", + "parent": "body", + "pivot": [-5.5, 15.75, 6.75], + "cubes": [ + {"origin": [-8, 8.75, 2.75], "size": [6, 10, 9], "uv": [0, 81]} + ] + }, + { + "name": "right_knee", + "parent": "right_thigh", + "pivot": [-5, 8.75, 2.75], + "rotation": [50, 0, 0], + "cubes": [ + {"origin": [-7.5, 0.75, 2.75], "size": [5, 8, 6], "inflate": 0.01, "uv": [0, 100]} + ] + }, + { + "name": "right_ankle", + "parent": "right_knee", + "pivot": [-5, 0.75, 8.75], + "rotation": [-50, 0, 0], + "cubes": [ + {"origin": [-7.5, -6.25, 3.75], "size": [5, 7, 5], "uv": [49, 111]} + ] + }, + { + "name": "right_backpaw", + "parent": "right_ankle", + "pivot": [-5, -6, 6.25], + "cubes": [ + {"origin": [-7.5, -7.5, 1.25], "size": [5, 3, 7], "inflate": 0.02, "uv": [54, 101]} + ] + }, + { + "name": "right_ankle_fluff", + "parent": "right_ankle", + "pivot": [-5, -3.75, 5.65], + "cubes": [ + {"origin": [-8, -5.25, 2.9], "size": [6, 3, 3], "uv": [128, 6]}, + {"origin": [-8, -5.25, 5.4], "size": [6, 5, 4], "inflate": 0.01, "uv": [114, 89]} + ] + }, + { + "name": "right_ankle_fluff2", + "parent": "right_ankle_fluff", + "pivot": [-5, -5.25, 9.4], + "rotation": [27.5, -5, -2.5], + "cubes": [ + {"origin": [-7, -5.25, 9.4], "size": [4, 5, 6], "uv": [36, 0]} + ] + }, + { + "name": "right_ankle_fluff6", + "parent": "right_ankle_fluff2", + "pivot": [-7, -2.75, 14.4], + "rotation": [0, -30, 0] + }, + { + "name": "right_ankle_fluff7", + "parent": "right_ankle_fluff2", + "pivot": [-3, -2.75, 14.4], + "rotation": [0, 30, 0] + }, + { + "name": "right_ankle_fluff8", + "parent": "right_ankle_fluff2", + "pivot": [-5, -3.25, 11.4] + }, + { + "name": "right_ankle_fluff9", + "parent": "right_ankle_fluff2", + "pivot": [-5, -3.25, 15.4] + }, + { + "name": "right_ankle_fluff4", + "parent": "right_ankle_fluff", + "pivot": [-8, -2.75, 4.9], + "rotation": [0, -25, 0] + }, + { + "name": "right_ankle_fluff5", + "parent": "right_ankle_fluff", + "pivot": [-2, -2.75, 4.9], + "rotation": [0, 25, 0] + }, + { + "name": "left_shoulder", + "parent": "body", + "pivot": [6, 15.5, -9], + "cubes": [ + {"origin": [3, 9.5, -11.5], "size": [5, 8, 5], "inflate": 0.01, "uv": [109, 47]} + ] + }, + { + "name": "left_elbow", + "parent": "left_shoulder", + "pivot": [5.5, 9.5, -6.5], + "cubes": [ + {"origin": [3, 1.5, -11.5], "size": [5, 8, 5], "uv": [108, 0]} + ] + }, + { + "name": "left_elbow_fluff", + "parent": "left_elbow", + "pivot": [7.5, 4.25, -9.1], + "rotation": [27.4063, 35.03991, 12.46367], + "cubes": [ + {"origin": [6.5, 1.75, -10.35], "size": [2, 3, 6], "uv": [120, 22]} + ] + }, + { + "name": "left_elbow_fluff2", + "parent": "left_elbow_fluff", + "pivot": [7.5, 4.25, -6.35], + "cubes": [ + {"origin": [7.5, 1.25, -8.35], "size": [0, 4, 8], "uv": [91, 19]} + ] + }, + { + "name": "left_elbow_fluff3", + "parent": "left_elbow_fluff", + "pivot": [8.5, 4.25, -7.35], + "rotation": [0, 22.5, 0] + }, + { + "name": "left_elbow_fluff4", + "parent": "left_elbow_fluff", + "pivot": [6.5, 4.25, -7.35], + "rotation": [0, -22.5, 0], + "cubes": [ + {"origin": [6.5, 2.75, -7.35], "size": [0, 1, 3], "uv": [48, 15]} + ] + }, + { + "name": "left_frontpaw", + "parent": "left_elbow", + "pivot": [5.5, 2, -9], + "cubes": [ + {"origin": [3, 0, -13], "size": [5, 3, 6], "inflate": 0.02, "uv": [113, 98]} + ] + }, + { + "name": "right_shoulder", + "parent": "body", + "pivot": [-6, 15.5, -9], + "cubes": [ + {"origin": [-8, 9.5, -11.5], "size": [5, 8, 5], "inflate": 0.01, "uv": [98, 104]} + ] + }, + { + "name": "right_elbow", + "parent": "right_shoulder", + "pivot": [-5.5, 9.5, -6.5], + "cubes": [ + {"origin": [-8, 1.5, -11.5], "size": [5, 8, 5], "uv": [78, 104]} + ] + }, + { + "name": "right_frontpaw", + "parent": "right_elbow", + "pivot": [-5.5, 2, -9], + "cubes": [ + {"origin": [-8, 0, -13], "size": [5, 3, 6], "inflate": 0.02, "uv": [112, 37]} + ] + }, + { + "name": "right_elbow_fluff", + "parent": "right_elbow", + "pivot": [-7.5, 4.25, -9.1], + "rotation": [27.4063, -35.03991, -12.46367], + "cubes": [ + {"origin": [-8.5, 1.75, -10.35], "size": [2, 3, 6], "uv": [120, 22], "mirror": true} + ] + }, + { + "name": "right_elbow_fluff2", + "parent": "right_elbow_fluff", + "pivot": [-7.5, 4.25, -6.35], + "cubes": [ + {"origin": [-7.5, 1.25, -8.35], "size": [0, 4, 8], "uv": [91, 19], "mirror": true} + ] + }, + { + "name": "right_elbow_fluff3", + "parent": "right_elbow_fluff", + "pivot": [-8.5, 4.25, -7.35], + "rotation": [0, -22.5, 0] + }, + { + "name": "right_elbow_fluff4", + "parent": "right_elbow_fluff", + "pivot": [-6.5, 4.25, -7.35], + "rotation": [0, 22.5, 0], + "cubes": [ + {"origin": [-6.5, 2.75, -7.35], "size": [0, 1, 3], "uv": [48, 15], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/archaludon/archaludon.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/archaludon/archaludon.geo.json new file mode 100644 index 0000000..27f3586 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/archaludon/archaludon.geo.json @@ -0,0 +1,439 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 5, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "archaludon", + "pivot": [0, 0, 0] + }, + { + "name": "torso_all", + "parent": "archaludon", + "pivot": [0, 8, 0] + }, + { + "name": "mid_ridge", + "parent": "torso_all", + "pivot": [0, 12, -8.5], + "cubes": [ + {"origin": [-5, 17, -12], "size": [10, 4, 7], "uv": [27, 42]}, + {"origin": [-0.5, 17, -5], "size": [1, 4, 2], "uv": [95, 34]} + ] + }, + { + "name": "topbridge", + "parent": "mid_ridge", + "pivot": [-1, 20.975, -11.975], + "rotation": [-25, 0, 0], + "cubes": [ + {"origin": [-5, 21, -12], "size": [10, 10, 7], "inflate": 0.01, "uv": [34, 0]}, + {"origin": [-0.5, 21, -5], "size": [1, 10, 2], "inflate": 0.01, "uv": [0, 30]}, + {"origin": [-4, 31, -12], "size": [8, 2, 6], "inflate": 0.01, "uv": [0, 47]}, + {"origin": [-4, 31, -7], "size": [8, 5, 2], "uv": [70, 12]}, + {"origin": [-1, 31.025, -5.275], "size": [2, 5, 5], "inflate": -0.04, "uv": [76, 74]}, + {"origin": [-0.5, 36.025, -4.95], "size": [1, 0, 4], "inflate": 0.01, "uv": [1, 1]}, + {"origin": [-1, 30, -5.1], "size": [2, 5, 5], "inflate": -0.05, "pivot": [0, 30, -4.1], "rotation": [15, 0, 0], "uv": [73, 21]}, + {"origin": [-1.03385, 33.00928, -11.999], "size": [5, 3, 6], "pivot": [3.99977, 36.01224, -11.5], "rotation": [0, 0, -45], "uv": [55, 36]}, + {"origin": [-3.96615, 33.00928, -11.999], "size": [5, 3, 6], "pivot": [-3.99977, 36.01224, -11.5], "rotation": [0, 0, 45], "uv": [54, 17]}, + {"origin": [4, 31, -12], "size": [1, 5, 7], "inflate": 0.01, "uv": [70, 38]}, + {"origin": [3, 33, -12.025], "size": [2, 13, 0], "inflate": 0.01, "uv": [0, 92]}, + {"origin": [-5, 33, -12.025], "size": [2, 13, 0], "inflate": 0.01, "uv": [72, 88]}, + {"origin": [-5, 31, -12], "size": [1, 5, 7], "inflate": 0.01, "uv": [65, 67]}, + {"origin": [4, 33, -5], "size": [1, 3, 5], "inflate": 0.02, "uv": [88, 86]}, + {"origin": [-5, 31.35, -6.05], "size": [1, 3, 6], "pivot": [-4, 32.425, -6.1], "rotation": [15, 0, 0], "uv": [62, 79]}, + {"origin": [-5, 33, -5], "size": [1, 3, 5], "inflate": 0.02, "uv": [60, 88]}, + {"origin": [4, 31.35, -6.05], "size": [1, 3, 6], "pivot": [4, 32.425, -6.1], "rotation": [15, 0, 0], "uv": [80, 44]} + ] + }, + { + "name": "neck", + "parent": "topbridge", + "pivot": [0, 30, -11.5], + "cubes": [ + {"origin": [-1, 32.575, -7.5], "size": [2, 4, 3], "inflate": 0.05, "pivot": [0, 32.575, -6.5], "rotation": [50, 0, 0], "uv": [91, 50]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [-0.00179, 36.42387, -9.52459], + "rotation": [37.5, 0, 0], + "cubes": [ + {"origin": [-2, 35.14715, -11.1383], "size": [4, 4, 3], "inflate": 0.05, "uv": [27, 0]}, + {"origin": [1, 37.14715, -8.0383], "size": [1, 2, 2], "inflate": 0.05, "uv": [0, 46]}, + {"origin": [1, 35.14715, -9.0883], "size": [1, 3, 1], "inflate": 0.04, "pivot": [1, 35.14715, -8.0883], "rotation": [-25.25, 0, 0], "uv": [22, 48]}, + {"origin": [-2, 35.14715, -9.0883], "size": [1, 3, 1], "inflate": 0.04, "pivot": [-1, 35.14715, -8.0883], "rotation": [-25.25, 0, 0], "uv": [22, 30]}, + {"origin": [-2, 37.14715, -8.0383], "size": [1, 2, 2], "inflate": 0.05, "uv": [0, 3]}, + {"origin": [-1.70711, 35.17215, -13.2383], "size": [3, 4, 3], "pivot": [-0.70711, 37.17215, -11.2383], "rotation": [0, -45, 0], "uv": [88, 43]}, + {"origin": [1, 34.99715, -12.6133], "size": [1, 3, 0], "inflate": 0.01, "pivot": [0, 36.99715, -10.6133], "rotation": [0, 45, 0], "uv": [27, 0]}, + {"origin": [-2, 37.99715, -12.6133], "size": [4, 2, 0], "inflate": 0.01, "pivot": [0, 39.99715, -10.6133], "rotation": [0, 45, 0], "uv": [54, 26]}, + {"origin": [-2, 34.99715, -12.6133], "size": [1, 3, 0], "inflate": 0.01, "pivot": [0, 36.99715, -10.6133], "rotation": [0, -45, 0], "uv": [2, 0]}, + {"origin": [-0.4, 37.14715, -11.1383], "size": [2, 1, 0], "pivot": [-1.4, 39.14715, -9.1383], "rotation": [0, 45, 0], "uv": [4, 46]}, + {"origin": [-1.6, 37.14715, -11.1383], "size": [2, 1, 0], "pivot": [1.4, 39.14715, -9.1383], "rotation": [0, -45, 0], "uv": [22, 34]}, + {"origin": [-1.85, 35.17215, -11.4133], "size": [2, 1, 0], "pivot": [1.15, 37.17215, -9.4133], "rotation": [0, -45, 0], "uv": [12, 31]}, + {"origin": [0.1, 35.52215, -12.34173], "size": [2, 1, 0], "pivot": [1.1, 36.02215, -12.34173], "rotation": [29.83757, -35.39626, -44.71911], "uv": [4, 31]}, + {"origin": [-0.15, 35.17215, -11.4133], "size": [2, 1, 0], "pivot": [-1.15, 37.17215, -9.4133], "rotation": [0, 45, 0], "uv": [4, 30]}, + {"origin": [-2.1, 35.52215, -12.34173], "size": [2, 1, 0], "pivot": [-1.1, 36.02215, -12.34173], "rotation": [29.83757, 35.39626, 44.71911], "uv": [12, 30]}, + {"origin": [-0.025, 37.32215, -11.5383], "size": [1, 1, 0], "pivot": [-1.025, 39.32215, -9.5383], "rotation": [0, 45, 0], "uv": [0, 4], "mirror": true}, + {"origin": [0.1, 37.49715, -11.6883], "size": [1, 1, 0], "pivot": [-0.9, 39.49715, -9.6883], "rotation": [0, 45, 0], "uv": [0, 50], "mirror": true}, + {"origin": [-1.1, 37.49715, -11.6883], "size": [1, 1, 0], "pivot": [0.9, 39.49715, -9.6883], "rotation": [0, -45, 0], "uv": [0, 50]}, + {"origin": [-0.975, 37.32215, -11.5383], "size": [1, 1, 0], "pivot": [1.025, 39.32215, -9.5383], "rotation": [0, -45, 0], "uv": [0, 4]}, + {"origin": [-0.12145, 35.22215, -13.08818], "size": [1, 4, 0], "inflate": 0.01, "pivot": [0.37855, 35.22215, -13.08818], "rotation": [-14.51082, -43.07952, 20.75357], "uv": [34, 53]}, + {"origin": [-0.87855, 35.22215, -13.08818], "size": [1, 4, 0], "inflate": 0.01, "pivot": [-0.37855, 35.22215, -13.08818], "rotation": [-14.51082, 43.07952, -20.75357], "uv": [0, 0]}, + {"origin": [-2, 37.99715, -12.6133], "size": [4, 2, 0], "inflate": 0.01, "pivot": [0, 39.99715, -10.6133], "rotation": [0, -45, 0], "uv": [22, 46]} + ] + }, + { + "name": "leftarm_1", + "parent": "topbridge", + "pivot": [-5, 23.5, -7.5], + "cubes": [ + {"origin": [-8, 22, -9], "size": [4, 3, 3], "inflate": 0.01, "uv": [0, 86]} + ] + }, + { + "name": "leftarm_2", + "parent": "leftarm_1", + "pivot": [-8.025, 23.775, -7.5], + "cubes": [ + {"origin": [-12.01, 22.01, -9.01], "size": [4, 3, 3], "uv": [85, 70]} + ] + }, + { + "name": "leftarm_3", + "parent": "leftarm_2", + "pivot": [-11.50687, 23.30651, -7.5353], + "cubes": [ + {"origin": [-14.01, 21.01, -11.01], "size": [3, 5, 7], "inflate": 0.02, "uv": [21, 53]}, + {"origin": [-14.01, 26.01, -10.01], "size": [3, 9, 5], "inflate": 0.02, "uv": [6, 60]}, + {"origin": [-14.01, 35.01, -9.01], "size": [3, 7, 3], "inflate": 0.02, "uv": [84, 0]}, + {"origin": [-13.485, 42.01, -9.01], "size": [2, 4, 3], "inflate": 0.02, "uv": [88, 63]}, + {"origin": [-14.01, 14.01, -10.51], "size": [3, 8, 4], "inflate": 0.01, "pivot": [-12.51, 26.01, -8.51], "rotation": [-7.5, 0, 0], "uv": [74, 61]}, + {"origin": [-14.01, 12.385, -12.06], "size": [3, 2, 4], "uv": [84, 57]}, + {"origin": [-14.01, 12.385, -7.06], "size": [3, 2, 4], "uv": [34, 53]}, + {"origin": [-14.01, 14.115, -6.785], "size": [3, 8, 4], "inflate": 0.012, "pivot": [-12.51, 12.115, -4.785], "rotation": [7.5, 0, 0], "uv": [6, 74]} + ] + }, + { + "name": "ligtning_right", + "parent": "leftarm_3", + "pivot": [-11.50687, 43.78151, -6.5353] + }, + { + "name": "ligtning_right_4", + "parent": "ligtning_right", + "pivot": [-11.50687, 43.78151, -6.5353], + "cubes": [ + {"origin": [-12.50687, 43.30651, -7.5353], "size": [0, 1, 25], "uv": [0, 80], "mirror": true} + ] + }, + { + "name": "ligtning_right_3", + "parent": "ligtning_right", + "pivot": [-11.50687, 43.78151, -6.5353], + "cubes": [ + {"origin": [-12.50687, 43.30651, -7.5353], "size": [0, 1, 25], "uv": [0, 80], "mirror": true} + ] + }, + { + "name": "ligtning_right_1", + "parent": "ligtning_right", + "pivot": [-11.50687, 43.78151, -8.5353], + "cubes": [ + {"origin": [-12.50687, 43.30651, -26.5353], "size": [0, 1, 18], "uv": [0, 87], "mirror": true} + ] + }, + { + "name": "rightarm_1", + "parent": "topbridge", + "pivot": [5, 23.5, -7.5], + "cubes": [ + {"origin": [4, 22, -9], "size": [4, 3, 3], "inflate": 0.01, "uv": [28, 87]} + ] + }, + { + "name": "rightarm_2", + "parent": "rightarm_1", + "pivot": [8.025, 23.625, -7.5], + "cubes": [ + {"origin": [8.01, 22.01, -9.01], "size": [4, 3, 3], "uv": [87, 25]} + ] + }, + { + "name": "rightarm_3", + "parent": "rightarm_2", + "pivot": [11.50687, 23.30651, -7.5353], + "cubes": [ + {"origin": [11.01, 21.01, -11.01], "size": [3, 5, 7], "inflate": 0.02, "uv": [41, 53]}, + {"origin": [11.01, 26.01, -10.01], "size": [3, 9, 5], "inflate": 0.02, "uv": [56, 60]}, + {"origin": [11.01, 35.01, -9.01], "size": [3, 7, 3], "inflate": 0.02, "uv": [76, 84]}, + {"origin": [11.485, 42.01, -9.01], "size": [2, 4, 3], "inflate": 0.02, "uv": [90, 10]}, + {"origin": [11.01, 14.01, -10.51], "size": [3, 8, 4], "inflate": 0.01, "pivot": [12.51, 26.01, -8.51], "rotation": [-7.5, 0, 0], "uv": [48, 75]}, + {"origin": [11.01, 12.385, -12.06], "size": [3, 2, 4], "uv": [86, 80]}, + {"origin": [11.01, 12.385, -7.06], "size": [3, 2, 4], "uv": [14, 86]}, + {"origin": [11.01, 14.115, -6.785], "size": [3, 8, 4], "inflate": 0.012, "pivot": [12.51, 12.115, -4.785], "rotation": [7.5, 0, 0], "uv": [34, 75]} + ] + }, + { + "name": "ligtning_left", + "parent": "rightarm_3", + "pivot": [11.50687, 43.78151, -6.5353] + }, + { + "name": "ligtning_left_4", + "parent": "ligtning_left", + "pivot": [11.50687, 43.78151, -6.5353], + "cubes": [ + {"origin": [12.50687, 43.30651, -7.5353], "size": [0, 1, 25], "uv": [0, 80]} + ] + }, + { + "name": "ligtning_left_3", + "parent": "ligtning_left", + "pivot": [11.50687, 43.78151, -6.5353], + "cubes": [ + {"origin": [12.50687, 43.30651, -7.5353], "size": [0, 1, 25], "uv": [0, 80]} + ] + }, + { + "name": "ligtning_left_1", + "parent": "ligtning_left", + "pivot": [11.50687, 43.78151, -8.5353], + "cubes": [ + {"origin": [12.50687, 43.30651, -26.5353], "size": [0, 1, 18], "uv": [0, 87]} + ] + }, + { + "name": "bone3", + "parent": "mid_ridge", + "pivot": [0, 17, -12.025], + "rotation": [27.5, 0, 0], + "cubes": [ + {"origin": [-5, 5, -12], "size": [10, 12, 7], "inflate": 0.02, "uv": [27, 23]}, + {"origin": [-0.5, 5, -5], "size": [1, 12, 2], "inflate": 0.02, "uv": [42, 87]} + ] + }, + { + "name": "bot_2", + "parent": "bone3", + "pivot": [-1, 4.975, -11.975], + "rotation": [25, 0, 0], + "cubes": [ + {"origin": [-5, 1, -12], "size": [10, 4, 7], "inflate": 0.01, "uv": [0, 35]}, + {"origin": [-0.5, 1, -5], "size": [1, 4, 2], "inflate": 0.01, "uv": [76, 95]} + ] + }, + { + "name": "bot_3", + "parent": "bot_2", + "pivot": [-1, 0.975, -11.975], + "rotation": [60, 0, 0], + "cubes": [ + {"origin": [-5, -22, -12], "size": [10, 23, 7], "uv": [0, 0]}, + {"origin": [-1.5, -22.025, -8], "size": [3, 0, 2], "uv": [90, 103]}, + {"origin": [-1, -22.025, -9], "size": [2, 0, 1], "uv": [98, 104]}, + {"origin": [-0.5, -22.025, -10], "size": [1, 0, 1], "uv": [100, 97]}, + {"origin": [-4.5, -22.025, -11], "size": [3, 0, 2], "uv": [95, 101]}, + {"origin": [-4, -22.025, -9], "size": [2, 0, 1], "uv": [98, 98]}, + {"origin": [2.5, -22.025, -8], "size": [1, 0, 1], "uv": [100, 95]}, + {"origin": [1.5, -22.025, -11], "size": [3, 0, 2], "uv": [95, 105]}, + {"origin": [2, -22.025, -9], "size": [2, 0, 1], "uv": [98, 103]}, + {"origin": [-3.5, -22.025, -8], "size": [1, 0, 1], "uv": [100, 94]}, + {"origin": [-0.5, -21.975, -5], "size": [1, 23, 2], "uv": [0, 55]}, + {"origin": [4, -22, -5], "size": [1, 3, 5], "inflate": 0.025, "uv": [88, 35]}, + {"origin": [-4.998, -20.6, -6.6], "size": [1, 3, 6], "pivot": [-3.975, -20.6, -5.6], "rotation": [-15, 0, 0], "uv": [20, 77]}, + {"origin": [-5, -22, -5], "size": [1, 3, 5], "inflate": 0.025, "uv": [48, 87]}, + {"origin": [3.998, -20.6, -6.6], "size": [1, 3, 6], "pivot": [3.975, -20.6, -5.6], "rotation": [-15, 0, 0], "uv": [79, 31]} + ] + }, + { + "name": "left_leg_rotation", + "parent": "torso_all", + "pivot": [4.5, 7.5, -2.5] + }, + { + "name": "left_leg", + "parent": "left_leg_rotation", + "pivot": [4.5, 7.5, -2.5], + "rotation": [90, 0, 0], + "cubes": [ + {"origin": [4, 6, -4], "size": [5, 3, 3], "inflate": 0.01, "uv": [101, 11]} + ] + }, + { + "name": "left_foot", + "parent": "left_leg", + "pivot": [9, 6, -3], + "cubes": [ + {"origin": [7, 3.975, -4], "size": [3, 7, 5], "inflate": 0.02, "uv": [68, 0]}, + {"origin": [7.5, 5.975, 1], "size": [2, 3, 2], "inflate": 0.02, "uv": [14, 30]}, + {"origin": [7, 6.725, -8], "size": [3, 4, 6], "inflate": 0.01, "pivot": [9, 10.725, -1], "rotation": [-12.5, 0, 0], "uv": [67, 51]}, + {"origin": [7, 4.275, -8], "size": [3, 4, 6], "inflate": 0.01, "pivot": [9, 4.275, -1], "rotation": [12.5, 0, 0], "uv": [38, 65]}, + {"origin": [7, 8.225, -9.6], "size": [3, 4, 2], "inflate": 0.02, "uv": [24, 93]}, + {"origin": [7, 2.775, -9.6], "size": [3, 4, 2], "inflate": 0.02, "uv": [14, 92]} + ] + }, + { + "name": "hidden_leftleg_1", + "parent": "left_foot", + "pivot": [8.51, 7.51, 1.49], + "rotation": [-90, 0, 0], + "cubes": [ + {"origin": [7.01, 7.01, -1.01], "size": [3, 9, 5], "uv": [56, 60]} + ] + }, + { + "name": "hidden_leftleg_2", + "parent": "hidden_leftleg_1", + "pivot": [8.01, 18.01, 3.49], + "cubes": [ + {"origin": [7.01, 16.01, -0.01], "size": [3, 7, 3], "uv": [76, 84]} + ] + }, + { + "name": "hidden_leftleg_3", + "parent": "hidden_leftleg_2", + "pivot": [7.485, 25.01, 3.49], + "cubes": [ + {"origin": [7.485, 23.01, -0.01], "size": [2, 4, 3], "uv": [90, 10]} + ] + }, + { + "name": "ligtning_left2", + "parent": "hidden_leftleg_3", + "pivot": [7.50687, 25.78151, 2.4647] + }, + { + "name": "ligtning_left_5", + "parent": "ligtning_left2", + "pivot": [7.50687, 25.78151, 2.4647], + "cubes": [ + {"origin": [8.50687, 25.30651, 1.4647], "size": [0, 1, 25], "uv": [-7, 80]} + ] + }, + { + "name": "ligtning_left_6", + "parent": "ligtning_left2", + "pivot": [7.50687, 25.78151, 2.4647], + "cubes": [ + {"origin": [8.50687, 25.30651, 1.4647], "size": [0, 1, 22], "uv": [-4, 83]} + ] + }, + { + "name": "ligtning_left_7", + "parent": "ligtning_left2", + "pivot": [7.50687, 25.78151, 0.4647], + "cubes": [ + {"origin": [8.50687, 25.30651, -23.5353], "size": [0, 1, 25], "uv": [-7, 80]} + ] + }, + { + "name": "ligtning_left_8", + "parent": "ligtning_left2", + "pivot": [7.50687, 25.78151, 0.4647], + "cubes": [ + {"origin": [8.50687, 25.30651, -23.5353], "size": [0, 1, 25], "uv": [-7, 80]} + ] + }, + { + "name": "right_leg_rotation", + "parent": "torso_all", + "pivot": [-6.5, 7.5, -2.5] + }, + { + "name": "right_leg", + "parent": "right_leg_rotation", + "pivot": [-6.5, 7.5, -2.5], + "rotation": [90, 0, 0], + "cubes": [ + {"origin": [-9, 6, -4], "size": [5, 3, 3], "inflate": 0.01, "uv": [101, 11], "mirror": true} + ] + }, + { + "name": "right_foot", + "parent": "right_leg", + "pivot": [-8, 6, -3], + "cubes": [ + {"origin": [-10, 3.975, -4], "size": [3, 7, 5], "inflate": 0.02, "uv": [22, 65]}, + {"origin": [-9.5, 5.975, 1], "size": [2, 3, 2], "inflate": 0.02, "uv": [6, 30]}, + {"origin": [-10, 6.725, -8], "size": [3, 4, 6], "inflate": 0.01, "pivot": [-9, 10.725, -1], "rotation": [-12.5, 0, 0], "uv": [61, 26]}, + {"origin": [-10, 4.275, -8], "size": [3, 4, 6], "inflate": 0.01, "pivot": [-9, 4.275, -1], "rotation": [12.5, 0, 0], "uv": [55, 47]}, + {"origin": [-10, 8.225, -9.6], "size": [3, 4, 2], "inflate": 0.02, "uv": [4, 92]}, + {"origin": [-10, 2.775, -9.6], "size": [3, 4, 2], "inflate": 0.02, "uv": [50, 17]} + ] + }, + { + "name": "hidden_rightleg_1", + "parent": "right_foot", + "pivot": [-8.51, 7.51, 1.49], + "rotation": [-90, 0, 0], + "cubes": [ + {"origin": [-10.01, 7.01, -1.01], "size": [3, 9, 5], "uv": [56, 60], "mirror": true} + ] + }, + { + "name": "hidden_rightleg_2", + "parent": "hidden_rightleg_1", + "pivot": [-8.01, 18.01, 3.49], + "cubes": [ + {"origin": [-10.01, 16.01, -0.01], "size": [3, 7, 3], "uv": [76, 84], "mirror": true} + ] + }, + { + "name": "hidden_rightleg_3", + "parent": "hidden_rightleg_2", + "pivot": [-7.485, 25.01, 3.49], + "cubes": [ + {"origin": [-9.485, 23.01, -0.01], "size": [2, 4, 3], "uv": [90, 10], "mirror": true} + ] + }, + { + "name": "ligtning_right2", + "parent": "hidden_rightleg_3", + "pivot": [-7.50687, 25.78151, 2.4647] + }, + { + "name": "ligtning_right_5", + "parent": "ligtning_right2", + "pivot": [-7.50687, 25.78151, 2.4647], + "cubes": [ + {"origin": [-8.50687, 25.30651, 1.4647], "size": [0, 1, 25], "uv": [-7, 80], "mirror": true} + ] + }, + { + "name": "ligtning_right_6", + "parent": "ligtning_right2", + "pivot": [-7.50687, 25.78151, 2.4647], + "cubes": [ + {"origin": [-8.50687, 25.30651, 1.4647], "size": [0, 1, 22], "uv": [-4, 83], "mirror": true} + ] + }, + { + "name": "ligtning_right_7", + "parent": "ligtning_right2", + "pivot": [-7.50687, 25.78151, 0.4647], + "cubes": [ + {"origin": [-8.50687, 25.30651, -23.5353], "size": [0, 1, 25], "uv": [-7, 80], "mirror": true} + ] + }, + { + "name": "ligtning_right_8", + "parent": "ligtning_right2", + "pivot": [-7.50687, 25.78151, 0.4647], + "cubes": [ + {"origin": [-8.50687, 25.30651, -23.5353], "size": [0, 1, 25], "uv": [-7, 80], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/arctibax.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/arctibax.geo.json new file mode 100644 index 0000000..ac283b9 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/arctibax.geo.json @@ -0,0 +1,264 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 4, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "arctibax", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "arctibax", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 7, 1], + "cubes": [ + {"origin": [-3, 1, 4], "size": [6, 6, 6], "pivot": [0, 0, 0], "rotation": [45, 0, 0], "uv": [0, 13]}, + {"origin": [-3, 5.15, -7], "size": [6, 7, 6], "inflate": -0.01, "pivot": [0, 0, 0], "rotation": [-15, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "neck", + "parent": "torso", + "pivot": [0, 9, -4], + "cubes": [ + {"origin": [-2.5, 1.75, -14.25], "size": [5, 5, 6], "inflate": 0.01, "pivot": [0, 1, 0], "rotation": [-45, 0, 0], "uv": [18, 19]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 13, -7], + "cubes": [ + {"origin": [-2.5, 10.2, -11], "size": [5, 5, 5], "uv": [30, 30]}, + {"origin": [-10, 10.8, -10], "size": [5, 2, 5], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [0, -45, 0], "uv": [24, 0]}, + {"origin": [5.6, 10.2, -9.6], "size": [4, 5, 4], "inflate": -0.01, "pivot": [0, 0, 0], "rotation": [0, 45, 0], "uv": [36, 14]}, + {"origin": [9.6, 12.2, -7.6], "size": [0, 2, 2], "pivot": [0, 0, 0], "rotation": [0, 45, 0], "uv": [24, 0]}, + {"origin": [-9.6, 12.2, -7.6], "size": [0, 2, 2], "pivot": [0, 0, 0], "rotation": [0, -45, 0], "uv": [18, 0]}, + {"origin": [9.6, 13, -7.2], "size": [0, 1, 1], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [0, 45, 0], "uv": [4, 12]}, + {"origin": [-9.6, 13, -7.2], "size": [0, 1, 1], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [0, -45, 0], "uv": [4, 12], "mirror": true} + ] + }, + { + "name": "jaw", + "parent": "head", + "pivot": [0, 11, -12], + "cubes": [ + {"origin": [0, 7.8, -13.5], "size": [0, 2, 3], "uv": [10, 30]}, + {"origin": [-10, 9.8, -10], "size": [3, 1, 3], "pivot": [0, 0, 0], "rotation": [0, -45, 0], "uv": [45, 29]} + ] + }, + { + "name": "bone4", + "parent": "head", + "pivot": [8, 0, -8], + "rotation": [0, 45, 0], + "cubes": [ + {"origin": [16.4, 7.55, -18], "size": [2, 2, 1], "inflate": -0.01, "pivot": [8, 0, -8], "rotation": [0, 0, -60], "uv": [48, 13]} + ] + }, + { + "name": "bone9", + "parent": "head", + "pivot": [0, 0, 0], + "rotation": [0, 45, 0], + "cubes": [ + {"origin": [8.7, 15, -3.8], "size": [1, 1, 2], "inflate": -0.01, "pivot": [0, 0, 0], "rotation": [15, 0, 0], "uv": [32, 46]}, + {"origin": [8.7, 15, -3.55], "size": [1, 1, 2], "inflate": -0.02, "pivot": [0, 0, 0], "rotation": [15, 0, 0], "uv": [45, 0]} + ] + }, + { + "name": "bone10", + "parent": "head", + "pivot": [0, 0, 0], + "rotation": [0, -45, 0], + "cubes": [ + {"origin": [-9.7, 15, -3.8], "size": [1, 1, 2], "inflate": -0.01, "pivot": [0, 0, 0], "rotation": [15, 0, 0], "uv": [24, 40]}, + {"origin": [-9.7, 15, -3.55], "size": [1, 1, 2], "inflate": -0.02, "pivot": [0, 0, 0], "rotation": [15, 0, 0], "uv": [39, 0]} + ] + }, + { + "name": "bone3", + "parent": "head", + "pivot": [-8, 0, -8], + "rotation": [0, -45, 0], + "cubes": [ + {"origin": [-18.4, 7.55, -18], "size": [2, 2, 1], "inflate": -0.01, "pivot": [-8, 0, -8], "rotation": [0, 0, 60], "uv": [48, 46]} + ] + }, + { + "name": "bone5", + "parent": "head", + "pivot": [8, 0, -8], + "rotation": [0, 45, 0] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 9, 4], + "cubes": [ + {"origin": [-2.5, 6.4, 4], "size": [5, 5, 6], "inflate": -0.01, "pivot": [0, 0, 0], "rotation": [10, 0, 0], "uv": [18, 7]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 10, 8], + "cubes": [ + {"origin": [-2, 7.8, 7], "size": [4, 4, 6], "inflate": -0.01, "pivot": [0, 0, 0], "rotation": [5, 0, 0], "uv": [10, 30]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 11, 12], + "cubes": [ + {"origin": [-1.5, 9.4, 12], "size": [3, 3, 4], "inflate": -0.01, "uv": [14, 40]} + ] + }, + { + "name": "tail4", + "parent": "tail3", + "pivot": [0, 11, 16], + "cubes": [ + {"origin": [-1, 11, 14], "size": [2, 2, 4], "inflate": -0.01, "pivot": [0, 0, 0], "rotation": [-5, 0, 0], "uv": [44, 40]} + ] + }, + { + "name": "tail5", + "parent": "tail4", + "pivot": [0, 10, 19], + "cubes": [ + {"origin": [-0.5, 13, 14], "size": [1, 1, 4], "inflate": -0.01, "pivot": [0, 0, 0], "rotation": [-10, 0, 0], "uv": [18, 0]} + ] + }, + { + "name": "bone17", + "parent": "torso", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [0, 3.5, 6.5], "size": [0, 8, 8], "inflate": -0.01, "pivot": [0, 0, 0], "rotation": [45, 0, 0], "uv": [0, 17]}, + {"origin": [-0.5, 13, 1.15], "size": [1, 5, 2], "inflate": 0.01, "uv": [10, 46]}, + {"origin": [-0.5, 5, 8], "size": [1, 4, 4], "pivot": [0, 0, 0], "rotation": [45, 0, 0], "uv": [38, 42]}, + {"origin": [0, 17, 1.15], "size": [0, 2, 2], "uv": [4, 32]}, + {"origin": [-0.5, 11, -6.85], "size": [1, 4, 1], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [-45, 0, 0], "uv": [40, 23]}, + {"origin": [-0.5, 8, 9.15], "size": [1, 4, 1], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [45, 0, 0], "uv": [0, 34]}, + {"origin": [0, 19, 1.65], "size": [0, 1, 1], "uv": [0, 0]}, + {"origin": [0, 9, 9.15], "size": [0, 4, 1], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [45, 0, 0], "uv": [14, 39]}, + {"origin": [0, 12, -6.85], "size": [0, 4, 1], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [-45, 0, 0], "uv": [16, 39]} + ] + }, + { + "name": "arm_left", + "parent": "torso", + "pivot": [2, 8, -4], + "cubes": [ + {"origin": [8, -5.5, -5], "size": [1, 3, 2], "inflate": -0.02, "pivot": [0, 0, 1], "rotation": [0, 0, -90], "uv": [16, 47]} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [5, 8.5, -4], + "cubes": [ + {"origin": [8, -8.48, -5], "size": [1, 3, 2], "inflate": -0.01, "pivot": [0, 0, 1], "rotation": [0, 0, -90], "uv": [34, 7]}, + {"origin": [-9, 3.52, -7.5], "size": [0, 5, 1], "pivot": [0, 0, 1], "rotation": [-30, 0, 90], "uv": [30, 39]}, + {"origin": [9, -13.48, -0.5], "size": [0, 5, 1], "pivot": [0, 0, 1], "rotation": [-30, 0, -90], "uv": [37, 39]}, + {"origin": [8, -9.48, -4], "size": [1, 3, 0], "inflate": -0.01, "pivot": [0, 0, 1], "rotation": [0, 0, -90], "uv": [0, 46]}, + {"origin": [8, -9.48, -3.25], "size": [1, 3, 0], "inflate": -0.01, "pivot": [0, 0, 1], "rotation": [0, 0, -90], "uv": [7, 46]}, + {"origin": [8, -9.48, -4.75], "size": [1, 3, 0], "inflate": -0.01, "pivot": [0, 0, 1], "rotation": [0, 0, -90], "uv": [46, 40]} + ] + }, + { + "name": "arm_right", + "parent": "torso", + "pivot": [-2, 8, -4], + "cubes": [ + {"origin": [-9, -5.5, -5], "size": [1, 3, 2], "inflate": -0.02, "pivot": [0, 0, 1], "rotation": [0, 0, 90], "uv": [16, 47], "mirror": true} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-5, 8.5, -4], + "cubes": [ + {"origin": [-9, -8.48, -5], "size": [1, 3, 2], "inflate": -0.01, "pivot": [0, 0, 1], "rotation": [0, 0, 90], "uv": [34, 7], "mirror": true}, + {"origin": [9, 3.52, -7.5], "size": [0, 5, 1], "pivot": [0, 0, 1], "rotation": [-30, 0, -90], "uv": [30, 39], "mirror": true}, + {"origin": [-9, -13.48, -0.5], "size": [0, 5, 1], "pivot": [0, 0, 1], "rotation": [-30, 0, 90], "uv": [37, 39], "mirror": true}, + {"origin": [-9, -9.48, -4], "size": [1, 3, 0], "inflate": -0.01, "pivot": [0, 0, 1], "rotation": [0, 0, 90], "uv": [0, 46], "mirror": true}, + {"origin": [-9, -9.48, -3.25], "size": [1, 3, 0], "inflate": -0.01, "pivot": [0, 0, 1], "rotation": [0, 0, 90], "uv": [7, 46], "mirror": true}, + {"origin": [-9, -9.48, -4.75], "size": [1, 3, 0], "inflate": -0.01, "pivot": [0, 0, 1], "rotation": [0, 0, 90], "uv": [46, 40], "mirror": true} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [3, 7, 2], + "rotation": [0, -15, 0], + "cubes": [ + {"origin": [1.60102, 3.5, -3.82843], "size": [3, 6, 4], "pivot": [-1.89898, 0, -0.82843], "rotation": [-30, 0, 0], "uv": [40, 3]} + ] + }, + { + "name": "leg_left2", + "parent": "leg_left", + "pivot": [3.10102, 4, 1.17157], + "cubes": [ + {"origin": [2.10102, -0.1, 0.27157], "size": [2, 5, 3], "inflate": -0.01, "pivot": [-1.89898, 0, -0.82843], "rotation": [15, 0, 0], "uv": [25, 46]} + ] + }, + { + "name": "foot_left", + "parent": "leg_left2", + "pivot": [3.10102, 1, 2.17157], + "cubes": [ + {"origin": [2.10102, 0, -1.82843], "size": [2, 1, 5], "uv": [28, 40]}, + {"origin": [3.10102, 0, -3.32843], "size": [0, 1, 5], "uv": [24, 27]}, + {"origin": [3.85102, 0, -3.32843], "size": [0, 1, 5], "uv": [24, 28]}, + {"origin": [2.35102, 0, -3.32843], "size": [0, 1, 5], "uv": [0, 28]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-3, 7, 2], + "rotation": [0, 15, 0], + "cubes": [ + {"origin": [-4.60102, 3.5, -3.82843], "size": [3, 6, 4], "pivot": [1.89898, 0, -0.82843], "rotation": [-30, 0, 0], "uv": [40, 3], "mirror": true} + ] + }, + { + "name": "leg_right2", + "parent": "leg_right", + "pivot": [-3.10102, 4, 1.17157], + "cubes": [ + {"origin": [-4.10102, -0.1, 0.27157], "size": [2, 5, 3], "inflate": -0.01, "pivot": [1.89898, 0, -0.82843], "rotation": [15, 0, 0], "uv": [25, 46], "mirror": true} + ] + }, + { + "name": "foot_right", + "parent": "leg_right2", + "pivot": [-3.10102, 1, 2.17157], + "cubes": [ + {"origin": [-4.10102, 0, -1.82843], "size": [2, 1, 5], "uv": [28, 40], "mirror": true}, + {"origin": [-3.10102, 0, -3.32843], "size": [0, 1, 5], "uv": [24, 27], "mirror": true}, + {"origin": [-3.85102, 0, -3.32843], "size": [0, 1, 5], "uv": [24, 28], "mirror": true}, + {"origin": [-2.35102, 0, -3.32843], "size": [0, 1, 5], "uv": [0, 28], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/articuno2.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/articuno2.geo.json new file mode 100644 index 0000000..63eb7aa --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/articuno2.geo.json @@ -0,0 +1,601 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.ArticunoNew", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 11, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "articuno", + "pivot": [0, 2, 2] + }, + { + "name": "body", + "parent": "articuno", + "pivot": [0, 2, 2] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 22, 2], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-5.5, 14.07991, 1.16973], "size": [11, 12, 9], "pivot": [0, 1.07991, 0.16973], "rotation": [10, 0, 0], "uv": [0, 2]}, + {"origin": [-4.5, -3.92009, 13.66973], "size": [9, 9, 7], "pivot": [0, 1.07991, 0.16973], "rotation": [75, 0, 0], "uv": [56, 55]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 16.07991, 9.16973], + "cubes": [ + {"origin": [-2.5, -14.92009, 16.16973], "size": [5, 9, 0], "pivot": [0, 1.07991, 0.16973], "rotation": [85, 0, 0], "uv": [60, 85]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 16.07991, 17.16973], + "cubes": [ + {"origin": [-3, -23.92009, 16.16973], "size": [6, 9, 0], "pivot": [0, 1.07991, 0.16973], "rotation": [85, 0, 0], "uv": [94, 8]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 15.07991, 26.16973], + "cubes": [ + {"origin": [-3.5, -32.92009, 16.16973], "size": [7, 9, 0], "pivot": [0, 1.07991, 0.16973], "rotation": [85, 0, 0], "uv": [72, 102]} + ] + }, + { + "name": "tail4", + "parent": "tail3", + "pivot": [0, 14.07991, 35.16973], + "cubes": [ + {"origin": [-3.5, -41.92009, 16.16973], "size": [7, 9, 0], "pivot": [0, 1.07991, 0.16973], "rotation": [85, 0, 0], "uv": [86, 102]} + ] + }, + { + "name": "tail6", + "parent": "tail4", + "pivot": [0, 13.07991, 44.16973], + "cubes": [ + {"origin": [-3.5, -50.92009, 16.16973], "size": [7, 9, 0], "pivot": [0, 1.07991, 0.16973], "rotation": [85, 0, 0], "uv": [100, 102]} + ] + }, + { + "name": "tail7", + "parent": "tail6", + "pivot": [0, 12.07991, 53.16973], + "cubes": [ + {"origin": [-3.5, -59.92009, 16.16973], "size": [7, 9, 0], "pivot": [0, 1.07991, 0.16973], "rotation": [85, 0, 0], "uv": [54, 102]} + ] + }, + { + "name": "tail8", + "parent": "tail7", + "pivot": [0, 12.07991, 62.16973], + "cubes": [ + {"origin": [-3, -68.92009, 16.16973], "size": [6, 9, 0], "pivot": [0, 1.07991, 0.16973], "rotation": [85, 0, 0], "uv": [105, 0]} + ] + }, + { + "name": "tail9", + "parent": "tail8", + "pivot": [0, 11.07991, 71.16973], + "cubes": [ + {"origin": [-2.5, -75.92009, 16.16973], "size": [5, 7, 0], "pivot": [0, 1.07991, 0.16973], "rotation": [85, 0, 0], "uv": [29, 87]} + ] + }, + { + "name": "chest", + "parent": "torso", + "pivot": [0, 26.07991, 0.16973], + "cubes": [ + {"origin": [-4.5, 25.07991, 1.66973], "size": [9, 7, 8], "pivot": [0, 1.07991, 0.16973], "rotation": [10, 0, 0], "uv": [2, 27]} + ] + }, + { + "name": "wing_open_left", + "parent": "chest", + "pivot": [4, 31.07991, -0.83027], + "cubes": [ + {"origin": [4, 30.07991, -3.83027], "size": [14, 0, 17], "pivot": [-1, 1.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [29, 34]}, + {"origin": [4, 29.07991, -4.83027], "size": [14, 2, 4], "pivot": [-1, 1.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [0, 122]} + ] + }, + { + "name": "wing_open_left2", + "parent": "wing_open_left", + "pivot": [18, 30.07991, -0.83027], + "cubes": [ + {"origin": [18, 29.07991, -4.83027], "size": [13, 2, 4], "pivot": [-1, 1.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [10, 109]} + ] + }, + { + "name": "bone6", + "parent": "wing_open_left2", + "pivot": [-1, 1.07991, 0.16973], + "cubes": [ + {"origin": [18, 30.07991, -0.83027], "size": [13, 0, 17], "pivot": [-1, 1.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [59, 111]} + ] + }, + { + "name": "wing_open_left3", + "parent": "wing_open_left2", + "pivot": [31, 31.07991, -0.83027], + "cubes": [ + {"origin": [38, 30.07791, -17.83027], "size": [13, 0, 6], "pivot": [-1, 1.07991, 0.16973], "rotation": [-5.3191, -19.92066, 1.81693], "uv": [39, 122]}, + {"origin": [42, 30.08091, -4.83027], "size": [13, 0, 3], "pivot": [-1, 1.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [99, 70]}, + {"origin": [28, 30.07891, -27.83027], "size": [13, 0, 3], "inflate": -0.002, "pivot": [-1, 1.07991, 0.16973], "rotation": [-6.76733, -42.30053, 4.56615], "uv": [99, 67]}, + {"origin": [31, 29.57991, -4.83027], "size": [13, 1, 4], "pivot": [-1, 1.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [94, 95]} + ] + }, + { + "name": "bone7", + "parent": "wing_open_left3", + "pivot": [-1, 1.07991, 0.16973], + "cubes": [ + {"origin": [31, 30.07991, -0.83027], "size": [21, 0, 17], "inflate": 0.001, "pivot": [-1, 1.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [-7, 51]} + ] + }, + { + "name": "wing_open_right", + "parent": "chest", + "pivot": [-4, 31.07991, -0.83027], + "cubes": [ + {"origin": [-18, 30.07991, -3.83027], "size": [14, 0, 17], "pivot": [1, 1.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [29, 34], "mirror": true}, + {"origin": [-18, 29.07991, -4.83027], "size": [14, 2, 4], "pivot": [1, 1.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [0, 122], "mirror": true} + ] + }, + { + "name": "wing_open_right2", + "parent": "wing_open_right", + "pivot": [-18, 30.07991, -0.83027], + "cubes": [ + {"origin": [-31, 29.07991, -4.83027], "size": [13, 2, 4], "pivot": [1, 1.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [10, 109], "mirror": true} + ] + }, + { + "name": "bone", + "parent": "wing_open_right2", + "pivot": [1, 1.07991, 0.16973], + "cubes": [ + {"origin": [-31, 30.07991, -0.83027], "size": [13, 0, 17], "pivot": [1, 1.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [59, 111], "mirror": true} + ] + }, + { + "name": "wing_open_right3", + "parent": "wing_open_right2", + "pivot": [-31, 31.07991, -0.83027], + "cubes": [ + {"origin": [-51, 30.07791, -17.83027], "size": [13, 0, 6], "pivot": [1, 1.07991, 0.16973], "rotation": [-5.3191, 19.92066, -1.81693], "uv": [39, 122], "mirror": true}, + {"origin": [-55, 30.08091, -4.83027], "size": [13, 0, 3], "pivot": [1, 1.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [99, 70], "mirror": true}, + {"origin": [-41, 30.07891, -27.83027], "size": [13, 0, 3], "inflate": -0.002, "pivot": [1, 1.07991, 0.16973], "rotation": [-6.76733, 42.30053, -4.56615], "uv": [99, 67], "mirror": true}, + {"origin": [-44, 29.57991, -4.83027], "size": [13, 1, 4], "pivot": [1, 1.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [94, 95], "mirror": true} + ] + }, + { + "name": "bone5", + "parent": "wing_open_right3", + "pivot": [1, 1.07991, 0.16973], + "cubes": [ + {"origin": [-52, 30.07991, -0.83027], "size": [21, 0, 17], "inflate": 0.001, "pivot": [1, 1.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [-7, 51], "mirror": true} + ] + }, + { + "name": "wing_closed_left", + "parent": "chest", + "pivot": [5, 31.07991, -1.83027], + "rotation": [-0.72597, -33.80613, 65.92832], + "cubes": [ + {"origin": [5, 29.07991, -5.83027], "size": [14, 2, 4], "pivot": [0, 1.07991, -0.83027], "rotation": [-5, 0, 0], "uv": [0, 122]} + ] + }, + { + "name": "wing_closed_left2", + "parent": "wing_closed_left", + "pivot": [20, 30.07991, 0.16973], + "rotation": [-176.82195, 32.36121, -174.07764], + "cubes": [ + {"origin": [20, 29.07991, -3.83027], "size": [13, 2, 4], "pivot": [1, 1.07991, 1.16973], "rotation": [-5, 0, 0], "uv": [10, 109]} + ] + }, + { + "name": "wing_closed_left3", + "parent": "wing_closed_left2", + "pivot": [32, 31.07991, -0.83027], + "rotation": [177.47053, -69.94473, -172.69932], + "cubes": [ + {"origin": [33, 29.57991, -4.83027], "size": [12, 1, 4], "pivot": [0, 1.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [94, 95]} + ] + }, + { + "name": "feathers", + "parent": "wing_closed_left3", + "pivot": [45, 30.07991, 1.16973], + "rotation": [0, -42.5, 0], + "cubes": [ + {"origin": [40, 30.08091, -14.83027], "size": [13, 0, 3], "pivot": [0, 1.07991, 1.16973], "rotation": [-5.17544, -14.94159, 1.3378], "uv": [99, 70]}, + {"origin": [29, 30.07891, -26.83027], "size": [13, 0, 3], "inflate": -0.002, "pivot": [0, 1.07991, 1.16973], "rotation": [-6.76733, -42.30053, 4.56615], "uv": [99, 67]}, + {"origin": [39, 30.07791, -16.83027], "size": [13, 0, 6], "pivot": [0, 1.07991, 1.16973], "rotation": [-5.3191, -19.92066, 1.81693], "uv": [39, 122]} + ] + }, + { + "name": "feathers2", + "parent": "wing_closed_left3", + "pivot": [41, 22.07991, 0.16973], + "cubes": [ + {"origin": [30, 30.07991, -1.83027], "size": [21, 0, 17], "inflate": 0.001, "pivot": [0, 1.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [-7, 51]} + ] + }, + { + "name": "wing_closed_right", + "parent": "chest", + "pivot": [-5, 31.07991, -1.83027], + "rotation": [-0.72597, 33.80613, -65.92832], + "cubes": [ + {"origin": [-19, 29.07991, -5.83027], "size": [14, 2, 4], "pivot": [0, 1.07991, -0.83027], "rotation": [-5, 0, 0], "uv": [0, 122], "mirror": true} + ] + }, + { + "name": "wing_closed_right2", + "parent": "wing_closed_right", + "pivot": [-20, 30.07991, 0.16973], + "rotation": [-176.82195, -32.36121, 174.07764], + "cubes": [ + {"origin": [-33, 29.07991, -3.83027], "size": [13, 2, 4], "pivot": [-1, 1.07991, 1.16973], "rotation": [-5, 0, 0], "uv": [10, 109], "mirror": true} + ] + }, + { + "name": "wing_closed_right3", + "parent": "wing_closed_right2", + "pivot": [-32, 31.07991, -0.83027], + "rotation": [177.47053, 69.94473, 172.69932], + "cubes": [ + {"origin": [-45, 29.57991, -4.83027], "size": [12, 1, 4], "pivot": [0, 1.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [94, 95], "mirror": true} + ] + }, + { + "name": "feathers3", + "parent": "wing_closed_right3", + "pivot": [-45, 30.07991, 1.16973], + "rotation": [0, 42.5, 0], + "cubes": [ + {"origin": [-53, 30.08091, -14.83027], "size": [13, 0, 3], "pivot": [0, 1.07991, 1.16973], "rotation": [-5.17544, 14.94159, -1.3378], "uv": [99, 70], "mirror": true}, + {"origin": [-42, 30.07891, -26.83027], "size": [13, 0, 3], "inflate": -0.002, "pivot": [0, 1.07991, 1.16973], "rotation": [-6.76733, 42.30053, -4.56615], "uv": [99, 67], "mirror": true}, + {"origin": [-52, 30.07791, -16.83027], "size": [13, 0, 6], "pivot": [0, 1.07991, 1.16973], "rotation": [-5.3191, 19.92066, -1.81693], "uv": [39, 122], "mirror": true} + ] + }, + { + "name": "feathers4", + "parent": "wing_closed_right3", + "pivot": [-41, 22.07991, 0.16973], + "cubes": [ + {"origin": [-51, 30.07991, -1.83027], "size": [21, 0, 17], "inflate": 0.001, "pivot": [0, 1.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [-7, 51], "mirror": true} + ] + }, + { + "name": "head", + "parent": "chest", + "pivot": [0, 31.07991, 0.16973], + "cubes": [ + {"origin": [-3.5, 30.07991, -5.83027], "size": [7, 9, 7], "pivot": [0, 1.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [40, 3], "mirror": true} + ] + }, + { + "name": "beak", + "parent": "head", + "pivot": [-14, 4.07991, 0.16973], + "cubes": [ + {"origin": [-1, 34.57991, -4.83027], "size": [2, 2, 3], "inflate": 0.01, "uv": [53, 76]}, + {"origin": [-0.5, 34.07991, -4.83027], "size": [1, 1, 0], "uv": [0, 4]} + ] + }, + { + "name": "bone8", + "parent": "beak", + "pivot": [0, 34.07991, -2.83027], + "cubes": [ + {"origin": [-1, 32.57991, -9.83027], "size": [2, 1, 8], "inflate": -0.01, "pivot": [0, 2.07991, 0.16973], "rotation": [-10, 0, 0], "uv": [62, 75]} + ] + }, + { + "name": "head_feathers", + "parent": "head", + "pivot": [0, 1.07991, 0.16973], + "cubes": [ + {"origin": [-1.5, 33.07991, -21.58027], "size": [3, 5, 0], "inflate": -0.01, "pivot": [0, 1.07991, 0.16973], "rotation": [-30, 0, 0], "uv": [18, 71]}, + {"origin": [-1.5, 35.57991, -6.33027], "size": [3, 4, 1], "inflate": -0.01, "pivot": [0, 1.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [76, 78]} + ] + }, + { + "name": "bone63", + "parent": "head_feathers", + "pivot": [-24, 13.07991, 0.16973], + "rotation": [0, 0, 45], + "cubes": [ + {"origin": [-25.25, 45.07991, -21.33027], "size": [3, 4, 0], "inflate": -0.01, "pivot": [-24, 13.07991, 0.16973], "rotation": [-30, 0, 0], "uv": [0, 71]}, + {"origin": [-25.25, 46.57991, -6.03027], "size": [3, 5, 1], "inflate": -0.01, "pivot": [-24, 13.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [0, 47]} + ] + }, + { + "name": "bone65", + "parent": "head_feathers", + "pivot": [24, 13.07991, 0.16973], + "rotation": [0, 0, -45], + "cubes": [ + {"origin": [22.25, 45.07991, -21.33027], "size": [3, 4, 0], "inflate": -0.01, "pivot": [24, 13.07991, 0.16973], "rotation": [-30, 0, 0], "uv": [0, 57]}, + {"origin": [22.25, 46.57991, -6.03027], "size": [3, 5, 1], "inflate": -0.01, "pivot": [24, 13.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [0, 25]} + ] + }, + { + "name": "bone10", + "parent": "head", + "pivot": [0, 1.07991, 0.16973], + "cubes": [ + {"origin": [1.8, 35.07991, -5.83027], "size": [1, 2, 0], "inflate": 0.01, "pivot": [0, 1.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [0, 2]}, + {"origin": [-2.8, 35.07991, -5.83027], "size": [1, 2, 0], "inflate": 0.01, "pivot": [0, 1.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "chest_feathers", + "parent": "chest", + "pivot": [0, 0.07991, 5.16973], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [-4.5, 22.07991, -5.33027], "size": [9, 8, 4], "inflate": -0.01, "pivot": [0, 0.07991, 5.16973], "rotation": [-7.5, 0, 0], "uv": [61, 20]}, + {"origin": [-4, 16.07991, -4.83027], "size": [8, 6, 3], "pivot": [0, 0.07991, 5.16973], "rotation": [-7.5, 0, 0], "uv": [69, 8]}, + {"origin": [-3, 26.07991, -4.83027], "size": [6, 6, 3], "pivot": [0, 0.07991, 5.16973], "rotation": [-7.5, 0, 0], "uv": [70, 8]}, + {"origin": [-3.5, 9.57991, -3.33027], "size": [7, 8, 0], "pivot": [0, 0.07991, 5.16973], "rotation": [-7.5, 0, 0], "uv": [1, 103]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-4, 18, 3], + "cubes": [ + {"origin": [-7, 11, 2], "size": [4, 8, 6], "pivot": [3, 0, 1], "rotation": [5, 0, 0], "uv": [108, 14], "mirror": true} + ] + }, + { + "name": "leg_right2", + "parent": "leg_right", + "pivot": [-5, 12, 5], + "cubes": [ + {"origin": [-6, 5.4, 5.6], "size": [2, 7, 2], "inflate": 0.01, "pivot": [-8, 0, -3], "rotation": [15, 0, 0], "uv": [38, 97], "mirror": true} + ] + }, + { + "name": "leg_right3", + "parent": "leg_right2", + "pivot": [-5, 8, 5], + "cubes": [ + {"origin": [-6, 2, 1.5], "size": [2, 8, 2], "pivot": [-8, 0, -3], "rotation": [-15, 0, 0], "uv": [38, 97], "mirror": true} + ] + }, + { + "name": "foot_right", + "parent": "leg_right3", + "pivot": [-5, 2, 4], + "cubes": [ + {"origin": [-6.5, 0, 1.5], "size": [3, 2, 4], "inflate": 0.01, "uv": [82, 55], "mirror": true} + ] + }, + { + "name": "toe_middle_right", + "parent": "foot_right", + "pivot": [-5, 2, 2], + "cubes": [ + {"origin": [-5.5, 0, -1.5], "size": [1, 2, 3], "uv": [87, 97], "mirror": true} + ] + }, + { + "name": "toe_middle_right2", + "parent": "toe_middle_right", + "pivot": [-5, 2, -1], + "cubes": [ + {"origin": [-5, 0, -6], "size": [0, 2, 2], "uv": [0, 52], "mirror": true}, + {"origin": [-6, 0, -4.5], "size": [2, 2, 3], "uv": [87, 97], "mirror": true} + ] + }, + { + "name": "bone13", + "parent": "toe_middle_right", + "pivot": [-5, 0, -3] + }, + { + "name": "toe_back_right", + "parent": "foot_right", + "pivot": [-5, 2, 5], + "cubes": [ + {"origin": [-5.5, 0, 5.5], "size": [1, 2, 2], "uv": [60, 97], "mirror": true} + ] + }, + { + "name": "toe_back_right2", + "parent": "toe_back_right", + "pivot": [-5, 2, 7], + "cubes": [ + {"origin": [-5.5, 0, 7.5], "size": [1, 2, 2], "uv": [62, 112], "mirror": true} + ] + }, + { + "name": "bone14", + "parent": "toe_back_right2", + "pivot": [-5, 0, 8], + "cubes": [ + {"origin": [-5, 0, 7], "size": [0, 2, 4], "uv": [46, 19], "mirror": true} + ] + }, + { + "name": "toe_outer_right", + "parent": "foot_right", + "pivot": [-6, 2, 2], + "rotation": [0, 20, 0], + "cubes": [ + {"origin": [-6.41928, 0, -0.8825], "size": [1, 2, 3], "uv": [96, 76], "mirror": true} + ] + }, + { + "name": "toe_outer_right2", + "parent": "toe_outer_right", + "pivot": [-6.16928, 2, -0.3825], + "cubes": [ + {"origin": [-6.16928, 0, -5.3825], "size": [0, 2, 4], "uv": [0, 49], "mirror": true}, + {"origin": [-6.91928, 0, -3.8825], "size": [2, 2, 3], "uv": [96, 76], "mirror": true} + ] + }, + { + "name": "bone15", + "parent": "toe_outer_right", + "pivot": [-6.16928, 0, -3.3825] + }, + { + "name": "toe_inner_right", + "parent": "foot_right", + "pivot": [-4, 2, 2], + "rotation": [0, -20, 0], + "cubes": [ + {"origin": [-4.58072, 0, -0.8825], "size": [1, 2, 3], "uv": [96, 76]} + ] + }, + { + "name": "toe_inner_right5", + "parent": "toe_inner_right", + "pivot": [-3.83072, 2, -0.3825], + "cubes": [ + {"origin": [-3.83072, 0, -5.3825], "size": [0, 2, 4], "uv": [0, 49]}, + {"origin": [-5.08072, 0, -3.8825], "size": [2, 2, 3], "uv": [96, 76]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [4, 18, 3], + "cubes": [ + {"origin": [3, 11, 2], "size": [4, 8, 6], "pivot": [-3, 0, 1], "rotation": [5, 0, 0], "uv": [108, 14]} + ] + }, + { + "name": "leg_left2", + "parent": "leg_left", + "pivot": [5, 12, 3], + "cubes": [ + {"origin": [4, 5.4, 5.6], "size": [2, 7, 2], "inflate": 0.01, "pivot": [8, 0, -3], "rotation": [15, 0, 0], "uv": [38, 97]} + ] + }, + { + "name": "leg_left3", + "parent": "leg_left2", + "pivot": [5, 8, 5], + "cubes": [ + {"origin": [4, 2, 1.5], "size": [2, 8, 2], "pivot": [8, 0, -3], "rotation": [-15, 0, 0], "uv": [38, 97]} + ] + }, + { + "name": "foot_left", + "parent": "leg_left3", + "pivot": [5, 2, 4], + "cubes": [ + {"origin": [3.5, 0, 1.5], "size": [3, 2, 4], "inflate": 0.01, "uv": [82, 55]} + ] + }, + { + "name": "toe_middle_left", + "parent": "foot_left", + "pivot": [5, 2, 2], + "cubes": [ + {"origin": [4.5, 0, -1.5], "size": [1, 2, 3], "uv": [87, 97]} + ] + }, + { + "name": "toe_middle_left2", + "parent": "toe_middle_left", + "pivot": [5, 2, -1], + "cubes": [ + {"origin": [5, 0, -6], "size": [0, 2, 2], "uv": [0, 52]}, + {"origin": [4, 0, -4.5], "size": [2, 2, 3], "uv": [87, 97]} + ] + }, + { + "name": "bone2", + "parent": "toe_middle_left", + "pivot": [5, 0, -3] + }, + { + "name": "toe_back_left", + "parent": "foot_left", + "pivot": [5, 2, 5], + "cubes": [ + {"origin": [4.5, 0, 5.5], "size": [1, 2, 2], "uv": [60, 97]} + ] + }, + { + "name": "toe_back_left2", + "parent": "toe_back_left", + "pivot": [5, 2, 7], + "cubes": [ + {"origin": [4.5, 0, 7.5], "size": [1, 2, 2], "uv": [62, 112]} + ] + }, + { + "name": "bone3", + "parent": "toe_back_left2", + "pivot": [5, 0, 8], + "cubes": [ + {"origin": [5, 0, 7], "size": [0, 2, 4], "uv": [46, 19]} + ] + }, + { + "name": "toe_outer_left", + "parent": "foot_left", + "pivot": [6, 2, 2], + "rotation": [0, -20, 0], + "cubes": [ + {"origin": [5.41928, 0, -0.8825], "size": [1, 2, 3], "uv": [96, 76]} + ] + }, + { + "name": "toe_outer_left2", + "parent": "toe_outer_left", + "pivot": [6.16928, 2, -0.3825], + "cubes": [ + {"origin": [6.16928, 0, -5.3825], "size": [0, 2, 4], "uv": [0, 49]}, + {"origin": [4.91928, 0, -3.8825], "size": [2, 2, 3], "uv": [96, 76]} + ] + }, + { + "name": "bone4", + "parent": "toe_outer_left", + "pivot": [6.16928, 0, -3.3825] + }, + { + "name": "toe_inner_left", + "parent": "foot_left", + "pivot": [4, 2, 2], + "rotation": [0, 20, 0], + "cubes": [ + {"origin": [3.58072, 0, -0.8825], "size": [1, 2, 3], "uv": [96, 76], "mirror": true} + ] + }, + { + "name": "toe_inner_left5", + "parent": "toe_inner_left", + "pivot": [3.83072, 2, -0.3825], + "cubes": [ + {"origin": [3.83072, 0, -5.3825], "size": [0, 2, 4], "uv": [0, 49], "mirror": true}, + {"origin": [3.08072, 0, -3.8825], "size": [2, 2, 3], "uv": [96, 76], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/articuno_galar.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/articuno_galar.geo.json new file mode 100644 index 0000000..643a2e5 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/articuno_galar.geo.json @@ -0,0 +1,564 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.ArticunoNew", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 5, + "visible_bounds_height": 6.5, + "visible_bounds_offset": [0, 2.75, 0] + }, + "bones": [ + { + "name": "articuno", + "pivot": [0, 2, 2] + }, + { + "name": "body", + "parent": "articuno", + "pivot": [0, 2, 2] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 23, 2], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-5, 15.07991, 1.16973], "size": [10, 12, 9], "pivot": [0, 2.07991, 0.16973], "rotation": [10, 0, 0], "uv": [1, 2]}, + {"origin": [-4.5, -2.92009, 13.66973], "size": [9, 9, 7], "pivot": [0, 2.07991, 0.16973], "rotation": [75, 0, 0], "uv": [56, 55]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 17.07991, 9.16973], + "cubes": [ + {"origin": [-2.5, -13.92009, 16.16973], "size": [5, 9, 0], "pivot": [0, 2.07991, 0.16973], "rotation": [85, 0, 0], "uv": [60, 85]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 17.07991, 17.16973], + "cubes": [ + {"origin": [-3, -22.92009, 16.16973], "size": [6, 9, 0], "pivot": [0, 2.07991, 0.16973], "rotation": [85, 0, 0], "uv": [94, 8]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 16.07991, 26.16973], + "cubes": [ + {"origin": [-3.5, -31.92009, 16.16973], "size": [7, 9, 0], "pivot": [0, 2.07991, 0.16973], "rotation": [85, 0, 0], "uv": [72, 102]} + ] + }, + { + "name": "tail4", + "parent": "tail3", + "pivot": [0, 15.07991, 35.16973], + "cubes": [ + {"origin": [-3.5, -40.92009, 16.16973], "size": [7, 9, 0], "pivot": [0, 2.07991, 0.16973], "rotation": [85, 0, 0], "uv": [86, 102]} + ] + }, + { + "name": "tail6", + "parent": "tail4", + "pivot": [0, 14.07991, 44.16973], + "cubes": [ + {"origin": [-3.5, -49.92009, 16.16973], "size": [7, 9, 0], "pivot": [0, 2.07991, 0.16973], "rotation": [85, 0, 0], "uv": [100, 102]} + ] + }, + { + "name": "tail7", + "parent": "tail6", + "pivot": [0, 13.07991, 53.16973], + "cubes": [ + {"origin": [-3.5, -58.92009, 16.16973], "size": [7, 9, 0], "pivot": [0, 2.07991, 0.16973], "rotation": [85, 0, 0], "uv": [54, 102]} + ] + }, + { + "name": "tail8", + "parent": "tail7", + "pivot": [0, 13.07991, 62.16973], + "cubes": [ + {"origin": [-3, -67.92009, 16.16973], "size": [6, 9, 0], "pivot": [0, 2.07991, 0.16973], "rotation": [85, 0, 0], "uv": [105, 0]} + ] + }, + { + "name": "tail9", + "parent": "tail8", + "pivot": [0, 12.07991, 71.16973], + "cubes": [ + {"origin": [-2.5, -74.92009, 16.16973], "size": [5, 7, 0], "pivot": [0, 2.07991, 0.16973], "rotation": [85, 0, 0], "uv": [29, 87]} + ] + }, + { + "name": "chest", + "parent": "torso", + "pivot": [0, 27.07991, 0.16973], + "cubes": [ + {"origin": [-4, 26.07991, 1.66973], "size": [8, 7, 8], "pivot": [0, 2.07991, 0.16973], "rotation": [10, 0, 0], "uv": [4, 27]} + ] + }, + { + "name": "wing_open_left", + "parent": "chest", + "pivot": [4, 32.07991, -0.83027], + "cubes": [ + {"origin": [4, 31.07991, -3.83027], "size": [14, 0, 17], "pivot": [-1, 2.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [29, 34]}, + {"origin": [4, 30.07991, -4.83027], "size": [14, 2, 4], "pivot": [-1, 2.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [0, 122]} + ] + }, + { + "name": "wing_open_left2", + "parent": "wing_open_left", + "pivot": [18, 31.07991, -0.83027], + "cubes": [ + {"origin": [18, 30.07991, -4.83027], "size": [13, 2, 4], "pivot": [-1, 2.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [10, 109]} + ] + }, + { + "name": "bone11", + "parent": "wing_open_left2", + "pivot": [-1, 2.07991, 0.16973], + "cubes": [ + {"origin": [18, 31.07991, -0.83027], "size": [13, 0, 17], "pivot": [-1, 2.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [59, 111]} + ] + }, + { + "name": "bone22", + "parent": "bone11", + "pivot": [-1, 2.07991, 0.16973], + "cubes": [ + {"origin": [16, 31.07991, -0.83027], "size": [4, 0, 17], "pivot": [-1, 2.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [65, 111]} + ] + }, + { + "name": "bone18", + "parent": "wing_open_left2", + "pivot": [-7, 2.07991, 0.16973] + }, + { + "name": "bone17", + "parent": "bone18", + "pivot": [-7, 2.07991, 0.16973] + }, + { + "name": "wing_open_left3", + "parent": "wing_open_left2", + "pivot": [31, 32.07991, -0.83027], + "cubes": [ + {"origin": [31, 30.57991, -4.83027], "size": [13, 1, 4], "pivot": [-1, 2.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [94, 95]} + ] + }, + { + "name": "bone12", + "parent": "wing_open_left3", + "pivot": [-1, 2.07991, 0.16973], + "cubes": [ + {"origin": [31, 31.07991, -0.83027], "size": [21, 0, 17], "inflate": 0.001, "pivot": [-1, 2.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [-7, 51]} + ] + }, + { + "name": "bone", + "parent": "wing_open_left3", + "pivot": [49, 31.07991, -1.83027], + "cubes": [ + {"origin": [44, 31.08091, -4.83027], "size": [16, 0, 5], "pivot": [4, 2.07991, -0.83027], "rotation": [-5, 0, 0], "uv": [91, 33]} + ] + }, + { + "name": "wing_open_right", + "parent": "chest", + "pivot": [-4, 32.07991, -0.83027], + "cubes": [ + {"origin": [-18, 31.07991, -3.83027], "size": [14, 0, 17], "pivot": [1, 2.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [29, 34], "mirror": true}, + {"origin": [-18, 30.07991, -4.83027], "size": [14, 2, 4], "pivot": [1, 2.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [0, 122], "mirror": true} + ] + }, + { + "name": "wing_open_right2", + "parent": "wing_open_right", + "pivot": [-18, 31.07991, -0.83027], + "cubes": [ + {"origin": [-31, 30.07991, -4.83027], "size": [13, 2, 4], "pivot": [1, 2.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [10, 109], "mirror": true} + ] + }, + { + "name": "bone9", + "parent": "wing_open_right2", + "pivot": [1, 2.07991, 0.16973], + "cubes": [ + {"origin": [-31, 31.07991, -0.83027], "size": [13, 0, 17], "inflate": 0.01, "pivot": [1, 2.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [59, 111], "mirror": true} + ] + }, + { + "name": "bone16", + "parent": "bone9", + "pivot": [1, 2.07991, 0.16973], + "cubes": [ + {"origin": [-20, 31.07991, -0.83027], "size": [4, 0, 17], "pivot": [1, 2.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [65, 111], "mirror": true} + ] + }, + { + "name": "bone19", + "parent": "wing_open_right2", + "pivot": [7, 2.07991, 0.16973] + }, + { + "name": "bone20", + "parent": "bone19", + "pivot": [7, 2.07991, 0.16973] + }, + { + "name": "wing_open_right3", + "parent": "wing_open_right2", + "pivot": [-31, 32.07991, -0.83027], + "cubes": [ + {"origin": [-44, 30.57991, -4.83027], "size": [13, 1, 4], "pivot": [1, 2.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [94, 95], "mirror": true} + ] + }, + { + "name": "bone21", + "parent": "wing_open_right3", + "pivot": [1, 2.07991, 0.16973], + "cubes": [ + {"origin": [-52, 31.07991, -0.83027], "size": [21, 0, 17], "inflate": 0.001, "pivot": [1, 2.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [-7, 51], "mirror": true} + ] + }, + { + "name": "bone23", + "parent": "wing_open_right3", + "pivot": [-49, 31.07991, -1.83027], + "cubes": [ + {"origin": [-60, 31.08091, -4.83027], "size": [16, 0, 5], "pivot": [-4, 2.07991, -0.83027], "rotation": [-5, 0, 0], "uv": [91, 33], "mirror": true} + ] + }, + { + "name": "head", + "parent": "chest", + "pivot": [0, 32.07991, 0.16973], + "cubes": [ + {"origin": [-3.5, 31.07991, -5.83027], "size": [7, 9, 7], "pivot": [0, 2.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [40, 3], "mirror": true} + ] + }, + { + "name": "beak", + "parent": "head", + "pivot": [-14, 5.07991, 0.16973], + "cubes": [ + {"origin": [-1, 35.57991, -4.83027], "size": [2, 2, 3], "inflate": 0.01, "uv": [53, 76]}, + {"origin": [-0.5, 35.07991, -4.83027], "size": [1, 1, 0], "uv": [0, 4]} + ] + }, + { + "name": "bone8", + "parent": "beak", + "pivot": [0, 3.07991, 0.16973], + "cubes": [ + {"origin": [-1, 33.57991, -9.83027], "size": [2, 1, 8], "inflate": -0.01, "pivot": [0, 3.07991, 0.16973], "rotation": [-10, 0, 0], "uv": [62, 75]} + ] + }, + { + "name": "head_feathers", + "parent": "head", + "pivot": [0, 2.07991, 0.16973], + "cubes": [ + {"origin": [-1.5, 0.07991, -39.58027], "size": [3, 6, 0], "inflate": -0.01, "pivot": [0, 2.07991, 0.16973], "rotation": [-90, 0, 0], "uv": [18, 71]}, + {"origin": [-1.5, 36.57991, -6.33027], "size": [3, 5, 1], "inflate": -0.01, "pivot": [0, 2.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [76, 78]} + ] + }, + { + "name": "bone5", + "parent": "head_feathers", + "pivot": [24, 14.07991, 0.16973], + "rotation": [0, 0, -45], + "cubes": [ + {"origin": [22.25, 12.07991, -37.8], "size": [3, 6, 0], "inflate": -0.01, "pivot": [24, 14.07991, 0.16973], "rotation": [-90, 0, 0], "uv": [0, 71], "mirror": true}, + {"origin": [22.25, 47.75, -6.03027], "size": [3, 4, 1], "inflate": -0.01, "pivot": [24, 14.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [0, 47], "mirror": true} + ] + }, + { + "name": "bone6", + "parent": "head_feathers", + "pivot": [-24, 14.07991, 0.16973], + "rotation": [0, 0, 45], + "cubes": [ + {"origin": [-25.25, 12.07991, -37.8], "size": [3, 6, 0], "inflate": -0.01, "pivot": [-24, 14.07991, 0.16973], "rotation": [-90, 0, 0], "uv": [0, 71]}, + {"origin": [-25.25, 47.75, -6.03027], "size": [3, 4, 1], "inflate": -0.01, "pivot": [-24, 14.07991, 0.16973], "rotation": [-5, 0, 0], "uv": [0, 47]} + ] + }, + { + "name": "bone10", + "parent": "head", + "pivot": [0, 2.07991, 0.16973], + "cubes": [ + {"origin": [-1.2, 35.07991, -6.7], "size": [8, 4, 0], "inflate": 0.01, "pivot": [0, 2.07991, 0.16973], "rotation": [-5.17544, -14.94159, 1.3378], "uv": [112, 84]}, + {"origin": [7.8, 35.07991, -6.7], "size": [3, 1, 0], "inflate": 0.02, "pivot": [0, 2.07991, 0.16973], "rotation": [-1.03913, -15.75987, -14.1975], "uv": [116, 76]} + ] + }, + { + "name": "bone7", + "parent": "head", + "pivot": [0, 2.07991, 0.16973], + "cubes": [ + {"origin": [-6.8, 35.07991, -6.7], "size": [8, 4, 0], "inflate": 0.01, "pivot": [0, 2.07991, 0.16973], "rotation": [-5.17544, 14.94159, -1.3378], "uv": [112, 84], "mirror": true}, + {"origin": [-10.8, 35.07991, -6.7], "size": [3, 1, 0], "inflate": 0.02, "pivot": [0, 2.07991, 0.16973], "rotation": [-1.03913, 15.75987, 14.1975], "uv": [114, 79], "mirror": true} + ] + }, + { + "name": "chest_feathers", + "parent": "chest", + "pivot": [0, 1.07991, 6.16973], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [-4.5, 23.07991, -4.33027], "size": [9, 8, 4], "inflate": -0.01, "pivot": [0, 1.07991, 6.16973], "rotation": [-7.5, 0, 0], "uv": [61, 20]}, + {"origin": [-4, 18.07991, 0.16973], "size": [8, 6, 3], "uv": [69, 8]}, + {"origin": [-3, 27.07991, -3.83027], "size": [6, 6, 3], "pivot": [0, 1.07991, 6.16973], "rotation": [-7.5, 0, 0], "uv": [70, 8]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-3, 18, 3], + "cubes": [ + {"origin": [-6, 12, 2], "size": [4, 8, 6], "pivot": [4, 0, 1], "rotation": [5, 0, 0], "uv": [108, 14], "mirror": true} + ] + }, + { + "name": "leg_right2", + "parent": "leg_right", + "pivot": [-4, 12, 5], + "cubes": [ + {"origin": [-5, 5.4, 5.6], "size": [2, 9, 2], "inflate": 0.01, "pivot": [-7, 0, -3], "rotation": [15, 0, 0], "uv": [38, 97], "mirror": true} + ] + }, + { + "name": "leg_right3", + "parent": "leg_right2", + "pivot": [-4, 8, 5], + "cubes": [ + {"origin": [-5, 2, 1.5], "size": [2, 8, 2], "pivot": [-7, 0, -3], "rotation": [-15, 0, 0], "uv": [38, 97], "mirror": true} + ] + }, + { + "name": "foot_right", + "parent": "leg_right3", + "pivot": [-4, 2, 4], + "cubes": [ + {"origin": [-5.5, 0, 1.5], "size": [3, 2, 4], "inflate": 0.01, "uv": [82, 55], "mirror": true} + ] + }, + { + "name": "toe_middle_right", + "parent": "foot_right", + "pivot": [-4, 2, 2], + "cubes": [ + {"origin": [-4.5, 0, -1.5], "size": [1, 2, 3], "uv": [87, 97], "mirror": true} + ] + }, + { + "name": "toe_middle_right2", + "parent": "toe_middle_right", + "pivot": [-4, 2, -1], + "cubes": [ + {"origin": [-4, 0, -6], "size": [0, 2, 2], "uv": [0, 52], "mirror": true}, + {"origin": [-5, 0, -4.5], "size": [2, 2, 3], "uv": [87, 97], "mirror": true} + ] + }, + { + "name": "bone13", + "parent": "toe_middle_right", + "pivot": [-4, 0, -3] + }, + { + "name": "toe_back_right", + "parent": "foot_right", + "pivot": [-4, 2, 5], + "cubes": [ + {"origin": [-4.5, 0, 5.5], "size": [1, 2, 2], "uv": [60, 97], "mirror": true} + ] + }, + { + "name": "toe_back_right2", + "parent": "toe_back_right", + "pivot": [-4, 2, 7], + "cubes": [ + {"origin": [-4.5, 0, 7.5], "size": [1, 2, 2], "uv": [62, 112], "mirror": true} + ] + }, + { + "name": "bone14", + "parent": "toe_back_right2", + "pivot": [-4, 0, 8], + "cubes": [ + {"origin": [-4, 0, 7], "size": [0, 2, 4], "uv": [46, 19], "mirror": true} + ] + }, + { + "name": "toe_outer_right", + "parent": "foot_right", + "pivot": [-5, 2, 2], + "rotation": [0, 20, 0], + "cubes": [ + {"origin": [-5.41928, 0, -0.8825], "size": [1, 2, 3], "uv": [96, 76], "mirror": true} + ] + }, + { + "name": "toe_outer_right2", + "parent": "toe_outer_right", + "pivot": [-5.16928, 2, -0.3825], + "cubes": [ + {"origin": [-5.16928, 0, -5.3825], "size": [0, 2, 4], "uv": [0, 49], "mirror": true}, + {"origin": [-5.91928, 0, -3.8825], "size": [2, 2, 3], "uv": [96, 76], "mirror": true} + ] + }, + { + "name": "bone15", + "parent": "toe_outer_right", + "pivot": [-5.16928, 0, -3.3825] + }, + { + "name": "toe_inner_right", + "parent": "foot_right", + "pivot": [-3, 2, 2], + "rotation": [0, -20, 0], + "cubes": [ + {"origin": [-3.58072, 0, -0.8825], "size": [1, 2, 3], "uv": [96, 76]} + ] + }, + { + "name": "toe_inner_right5", + "parent": "toe_inner_right", + "pivot": [-2.83072, 2, -0.3825], + "cubes": [ + {"origin": [-2.83072, 0, -5.3825], "size": [0, 2, 4], "uv": [0, 49]}, + {"origin": [-4.08072, 0, -3.8825], "size": [2, 2, 3], "uv": [96, 76]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [3, 18, 3], + "cubes": [ + {"origin": [2, 12, 2], "size": [4, 8, 6], "pivot": [-4, 0, 1], "rotation": [5, 0, 0], "uv": [108, 14]}, + {"origin": [2.5, 10, 3], "size": [3, 6, 4], "pivot": [-4, 0, 1], "rotation": [5, 0, 0], "uv": [110, 16]} + ] + }, + { + "name": "leg_left2", + "parent": "leg_left", + "pivot": [4, 12, 3], + "cubes": [ + {"origin": [3, 5.4, 5.6], "size": [2, 9, 2], "inflate": 0.01, "pivot": [7, 0, -3], "rotation": [15, 0, 0], "uv": [38, 97]} + ] + }, + { + "name": "leg_left3", + "parent": "leg_left2", + "pivot": [4, 8, 5], + "cubes": [ + {"origin": [3, 2, 1.5], "size": [2, 8, 2], "pivot": [7, 0, -3], "rotation": [-15, 0, 0], "uv": [38, 97]} + ] + }, + { + "name": "foot_left", + "parent": "leg_left3", + "pivot": [4, 2, 4], + "cubes": [ + {"origin": [2.5, 0, 1.5], "size": [3, 2, 4], "inflate": 0.01, "uv": [82, 55]} + ] + }, + { + "name": "toe_middle_left", + "parent": "foot_left", + "pivot": [4, 2, 2], + "cubes": [ + {"origin": [3.5, 0, -1.5], "size": [1, 2, 3], "uv": [87, 97]} + ] + }, + { + "name": "toe_middle_left2", + "parent": "toe_middle_left", + "pivot": [4, 2, -1], + "cubes": [ + {"origin": [4, 0, -6], "size": [0, 2, 2], "uv": [0, 52]}, + {"origin": [3, 0, -4.5], "size": [2, 2, 3], "uv": [87, 97]} + ] + }, + { + "name": "bone2", + "parent": "toe_middle_left", + "pivot": [4, 0, -3] + }, + { + "name": "toe_back_left", + "parent": "foot_left", + "pivot": [4, 2, 5], + "cubes": [ + {"origin": [3.5, 0, 5.5], "size": [1, 2, 2], "uv": [60, 97]} + ] + }, + { + "name": "toe_back_left2", + "parent": "toe_back_left", + "pivot": [4, 2, 7], + "cubes": [ + {"origin": [3.5, 0, 7.5], "size": [1, 2, 2], "uv": [62, 112]} + ] + }, + { + "name": "bone3", + "parent": "toe_back_left2", + "pivot": [4, 0, 8], + "cubes": [ + {"origin": [4, 0, 7], "size": [0, 2, 4], "uv": [46, 19]} + ] + }, + { + "name": "toe_outer_left", + "parent": "foot_left", + "pivot": [5, 2, 2], + "rotation": [0, -20, 0], + "cubes": [ + {"origin": [4.41928, 0, -0.8825], "size": [1, 2, 3], "uv": [96, 76]} + ] + }, + { + "name": "toe_outer_left2", + "parent": "toe_outer_left", + "pivot": [5.16928, 2, -0.3825], + "cubes": [ + {"origin": [5.16928, 0, -5.3825], "size": [0, 2, 4], "uv": [0, 49]}, + {"origin": [3.91928, 0, -3.8825], "size": [2, 2, 3], "uv": [96, 76]} + ] + }, + { + "name": "bone4", + "parent": "toe_outer_left", + "pivot": [5.16928, 0, -3.3825] + }, + { + "name": "toe_inner_left", + "parent": "foot_left", + "pivot": [3, 2, 2], + "rotation": [0, 20, 0], + "cubes": [ + {"origin": [2.58072, 0, -0.8825], "size": [1, 2, 3], "uv": [96, 76], "mirror": true} + ] + }, + { + "name": "toe_inner_left5", + "parent": "toe_inner_left", + "pivot": [2.83072, 2, -0.3825], + "cubes": [ + {"origin": [2.83072, 0, -5.3825], "size": [0, 2, 4], "uv": [0, 49], "mirror": true}, + {"origin": [2.08072, 0, -3.8825], "size": [2, 2, 3], "uv": [96, 76], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/avalugg_hisuian.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/avalugg_hisuian.geo.json new file mode 100644 index 0000000..e3fa659 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/avalugg_hisuian.geo.json @@ -0,0 +1,491 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.avalugg", + "texture_width": 512, + "texture_height": 256, + "visible_bounds_width": 9, + "visible_bounds_height": 5.5, + "visible_bounds_offset": [0, 2.25, 0] + }, + "bones": [ + { + "name": "avalugg", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "avalugg", + "pivot": [0, 24, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 24, 0], + "cubes": [ + {"origin": [-25, 31, -29], "size": [50, 12, 18], "inflate": 0.01, "uv": [0, 143]}, + {"origin": [-15.2, 30.7, -46.3], "size": [21, 12, 18], "inflate": 0.01, "pivot": [9.8, 36.7, -38.3], "rotation": [0, 45, 0], "uv": [0, 143]}, + {"origin": [-20, 24, -26], "size": [40, 7, 24], "uv": [193, 51]}, + {"origin": [-20, 28.9, -20], "size": [40, 7, 40], "pivot": [0, 43.9, 0], "rotation": [0, -45, 0], "uv": [0, 68]}, + {"origin": [-9, 22, 18], "size": [18, 10, 13], "uv": [97, 233]}, + {"origin": [-15, 19, -22.1], "size": [30, 10, 41], "pivot": [0, 29, -3], "rotation": [5, 0, 0], "uv": [162, 0]}, + {"origin": [-9.5, 35, 26.7], "size": [20, 8, 20], "pivot": [0, 37, 36.2], "rotation": [0, -45, 0], "uv": [0, 115]}, + {"origin": [-14.3, 43.2, -29.2], "size": [33, 0, 20], "uv": [319, 0]}, + {"origin": [-6, 27, 31], "size": [12, 5, 6], "uv": [0, 173]}, + {"origin": [-27, 29.7, -27], "size": [54, 14, 54], "inflate": 0.02, "pivot": [0, 36.7, 0], "rotation": [0, 45, 0], "uv": [0, 0], "mirror": true}, + {"origin": [-20, 22, -20], "size": [40, 7, 40], "pivot": [0, 37, 0], "rotation": [0, 45, 0], "uv": [0, 68], "mirror": true}, + {"origin": [-19, 32, -1], "size": [38, 11, 38], "inflate": 0.01, "pivot": [0, 37, 18], "rotation": [0, 45, 0], "uv": [98, 137], "mirror": true} + ] + }, + { + "name": "neck", + "parent": "torso", + "pivot": [0, 37, -29], + "cubes": [ + {"origin": [-7, 32, -31], "size": [14, 10, 4], "uv": [103, 190]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 37, -34], + "cubes": [ + {"origin": [-13.5, 35, -40], "size": [27, 8, 6], "inflate": 0.01, "uv": [264, 1]}, + {"origin": [-13.5, 35, -37], "size": [27, 8, 6], "uv": [264, 1]}, + {"origin": [44.6, 36, -27.1], "size": [19, 7, 19], "pivot": [0, 37, 36.5], "rotation": [0, 45, 0], "uv": [191, 82], "mirror": true} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [0, 39.5, -44.5] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [8.9, 39.5, -44.6], + "rotation": [0, -45, 0], + "cubes": [ + {"origin": [4.5, 37, -44.6], "size": [9, 5, 0], "uv": [180, 0]} + ] + }, + { + "name": "pupil_left", + "parent": "eye_left", + "pivot": [8.1, 39.4, -44.61], + "cubes": [ + {"origin": [7.1, 38.4, -44.61], "size": [2, 2, 0], "uv": [198, 0]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [9, 39.5, -44.01], + "cubes": [ + {"origin": [4.5, 37, -44.51], "size": [9, 5, 1], "inflate": 0.01, "uv": [180, 10]} + ] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-8.9, 39.5, -44.6], + "rotation": [0, 45, 0], + "cubes": [ + {"origin": [-13.5, 37, -44.6], "size": [9, 5, 0], "uv": [180, 0], "mirror": true} + ] + }, + { + "name": "pupil_right", + "parent": "eye_right", + "pivot": [-8.1, 39.4, -44.61], + "cubes": [ + {"origin": [-9.1, 38.4, -44.61], "size": [2, 2, 0], "uv": [198, 0], "mirror": true} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-9, 39.5, -44.01], + "cubes": [ + {"origin": [-13.5, 37, -44.51], "size": [9, 5, 1], "inflate": 0.01, "uv": [180, 10], "mirror": true} + ] + }, + { + "name": "jaw_left", + "parent": "head", + "pivot": [16, 31.9, -28.1], + "rotation": [-11.46041, 7.41838, -13.19488], + "cubes": [ + {"origin": [5.82359, 28.96704, -39.29656], "size": [18, 7, 3], "pivot": [14.93272, 37.06704, -37.60063], "rotation": [85.30614, -77.95901, -85.20103], "uv": [285, 194]}, + {"origin": [17.00126, 21.26704, -51.6326], "size": [3, 5, 3], "inflate": 0.25, "pivot": [8.63272, 26.26704, -54.30063], "rotation": [-5.4423, -24.68729, -2.7592], "uv": [265, 216]}, + {"origin": [17.00126, 26.26704, -51.6326], "size": [3, 6, 3], "inflate": 0.1, "pivot": [8.63272, 26.26704, -54.30063], "rotation": [-5.4423, -24.68729, -2.7592], "uv": [265, 216]}, + {"origin": [17.00126, 32.26704, -51.6326], "size": [3, 2, 3], "inflate": 0.01, "pivot": [8.63272, 26.26704, -54.30063], "rotation": [-5.4423, -24.68729, -2.7592], "uv": [265, 216]}, + {"origin": [17.00126, 20.26704, -51.6326], "size": [3, 2, 3], "inflate": 0.01, "pivot": [8.63272, 26.26704, -54.30063], "rotation": [-5.4423, -24.68729, -2.7592], "uv": [265, 216]}, + {"origin": [4.82359, 21.96704, -39.09656], "size": [19, 7, 3], "pivot": [14.93272, 30.06704, -37.60063], "rotation": [76.64543, -76.24604, -86.41976], "uv": [247, 149]}, + {"origin": [3.60126, 20.26704, -54.4326], "size": [16, 7, 3], "pivot": [8.63272, 26.26704, -54.30063], "rotation": [-6.94834, -44.5745, -0.14918], "uv": [265, 216]}, + {"origin": [3.60126, 26.26704, -54.4326], "size": [16, 8, 3], "pivot": [8.63272, 33.26704, -54.30063], "rotation": [0, -45, 0], "uv": [266, 127]}, + {"origin": [17.90709, 21.03205, -42.71847], "size": [0, 19, 9], "pivot": [14.63272, 32.26704, -42.10063], "rotation": [12.26204, 2.96531, -1.79741], "uv": [162, 12]} + ] + }, + { + "name": "jaw", + "parent": "head", + "pivot": [0, 36, -36], + "rotation": [50, 0, 0], + "cubes": [ + {"origin": [-10.5, 31, -40], "size": [21, 5, 7], "uv": [36, 173]} + ] + }, + { + "name": "jaw_spike", + "parent": "jaw", + "pivot": [0, 31, -35.5], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [0, 27.5, -37.5], "size": [0, 4, 4], "uv": [8, 8]} + ] + }, + { + "name": "jaw2", + "parent": "jaw", + "pivot": [0, 31, -40.05], + "rotation": [-7.5, 0, 0], + "cubes": [ + {"origin": [-8.5, 31.03916, -44.00257], "size": [17, 5, 4], "inflate": 0.01, "uv": [168, 91]} + ] + }, + { + "name": "jaw_spike2", + "parent": "jaw2", + "pivot": [0, 31.03916, -41.50257], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [0, 25.03916, -44.00257], "size": [0, 7, 5], "uv": [0, -5]} + ] + }, + { + "name": "jaw3", + "parent": "jaw2", + "pivot": [0, 31.03916, -44.00257], + "cubes": [ + {"origin": [-6.7, 31.03916, -49.70257], "size": [12, 5, 12], "pivot": [0, 33.03916, -43.00257], "rotation": [0, -45, 0], "uv": [248, 84]}, + {"origin": [-5.3, 31.03916, -49.70257], "size": [12, 5, 12], "pivot": [0, 33.03916, -43.00257], "rotation": [0, 45, 0], "uv": [248, 84], "mirror": true} + ] + }, + { + "name": "jaw_spike3", + "parent": "jaw3", + "pivot": [0, 31.03916, -47.50257], + "rotation": [25, 0, 0], + "cubes": [ + {"origin": [0, 26.53916, -49.50257], "size": [0, 6, 4], "uv": [32, -1]} + ] + }, + { + "name": "jaw_right", + "parent": "head", + "pivot": [-16, 31.9, -28.1], + "rotation": [-11.46041, -7.41838, 13.19488], + "cubes": [ + {"origin": [-19.60126, 26.26704, -54.4326], "size": [16, 8, 3], "pivot": [-8.63272, 33.26704, -54.30063], "rotation": [0, 45, 0], "uv": [266, 127], "mirror": true}, + {"origin": [-23.82359, 28.96704, -39.29656], "size": [18, 7, 3], "pivot": [-14.93272, 37.06704, -37.60063], "rotation": [85.30614, 77.95901, 85.20103], "uv": [285, 194], "mirror": true}, + {"origin": [-19.60126, 20.26704, -54.4326], "size": [16, 7, 3], "pivot": [-8.63272, 26.26704, -54.30063], "rotation": [-6.94834, 44.5745, 0.14918], "uv": [265, 216], "mirror": true}, + {"origin": [-20.00126, 21.26704, -51.6326], "size": [3, 5, 3], "inflate": 0.25, "pivot": [-8.63272, 26.26704, -54.30063], "rotation": [-5.4423, 24.68729, 2.7592], "uv": [265, 216], "mirror": true}, + {"origin": [-20.00126, 26.26704, -51.6326], "size": [3, 6, 3], "inflate": 0.1, "pivot": [-8.63272, 26.26704, -54.30063], "rotation": [-5.4423, 24.68729, 2.7592], "uv": [265, 216], "mirror": true}, + {"origin": [-20.00126, 32.26704, -51.6326], "size": [3, 2, 3], "inflate": 0.01, "pivot": [-8.63272, 26.26704, -54.30063], "rotation": [-5.4423, 24.68729, 2.7592], "uv": [265, 216], "mirror": true}, + {"origin": [-20.00126, 20.26704, -51.6326], "size": [3, 2, 3], "inflate": 0.01, "pivot": [-8.63272, 26.26704, -54.30063], "rotation": [-5.4423, 24.68729, 2.7592], "uv": [265, 216], "mirror": true}, + {"origin": [-23.82359, 21.96704, -39.09656], "size": [19, 7, 3], "pivot": [-14.93272, 30.06704, -37.60063], "rotation": [76.64543, 76.24604, 86.41976], "uv": [247, 149], "mirror": true}, + {"origin": [-17.90709, 21.03205, -42.71847], "size": [0, 19, 9], "pivot": [-14.63272, 32.26704, -42.10063], "rotation": [12.26204, -2.96531, 1.79741], "uv": [162, 12], "mirror": true} + ] + }, + { + "name": "jaw_left2", + "parent": "head", + "pivot": [12.5, 34, -40], + "rotation": [-1.44566, 10.56769, -7.70273] + }, + { + "name": "legs", + "parent": "body", + "pivot": [0, 37, 0] + }, + { + "name": "leg_front_left", + "parent": "legs", + "pivot": [18, 29, -14.5] + }, + { + "name": "leg_front_left1", + "parent": "leg_front_left", + "pivot": [16.5, 29, -14.5], + "cubes": [ + {"origin": [13.5, 23.5, -20], "size": [19, 11, 11], "pivot": [16.5, 29, -14.5], "rotation": [45, 0, 0], "uv": [159, 234]} + ] + }, + { + "name": "leg_front_left2", + "parent": "leg_front_left1", + "pivot": [32.5, 35.35, -14.5], + "cubes": [ + {"origin": [32.5, 24.5, -19], "size": [4, 9, 9], "pivot": [34.5, 29, -14.5], "rotation": [45, 0, 0], "uv": [0, 86]} + ] + }, + { + "name": "leg_front_left3", + "parent": "leg_front_left2", + "pivot": [37.5, 35.35, -14.5], + "cubes": [ + {"origin": [36.5, 22.5, -21], "size": [15, 13, 13], "pivot": [43.5, 29, -14.5], "rotation": [45, 0, 0], "uv": [56, 198]} + ] + }, + { + "name": "leg_front_left4", + "parent": "leg_front_left3", + "pivot": [49, 29, -14.5], + "cubes": [ + {"origin": [47, 21, -22.5], "size": [8, 16, 16], "pivot": [47, 29, -14.5], "rotation": [45, 0, 0], "uv": [1, 224]} + ] + }, + { + "name": "leg_front_right", + "parent": "legs", + "pivot": [-18, 29, -14.5] + }, + { + "name": "leg_front_right1", + "parent": "leg_front_right", + "pivot": [-16.5, 29, -14.5], + "cubes": [ + {"origin": [-32.5, 23.5, -20], "size": [19, 11, 11], "pivot": [-16.5, 29, -14.5], "rotation": [45, 0, 0], "uv": [159, 234], "mirror": true} + ] + }, + { + "name": "leg_front_right2", + "parent": "leg_front_right1", + "pivot": [-32.5, 35.35, -14.5], + "cubes": [ + {"origin": [-36.5, 24.5, -19], "size": [4, 9, 9], "pivot": [-34.5, 29, -14.5], "rotation": [45, 0, 0], "uv": [0, 86], "mirror": true} + ] + }, + { + "name": "leg_front_right3", + "parent": "leg_front_right2", + "pivot": [-37.5, 35.35, -14.5], + "cubes": [ + {"origin": [-51.5, 22.5, -21], "size": [15, 13, 13], "pivot": [-43.5, 29, -14.5], "rotation": [45, 0, 0], "uv": [56, 198], "mirror": true} + ] + }, + { + "name": "leg_front_right4", + "parent": "leg_front_right3", + "pivot": [-49, 29, -14.5], + "cubes": [ + {"origin": [-55, 21, -22.5], "size": [8, 16, 16], "pivot": [-47, 29, -14.5], "rotation": [45, 0, 0], "uv": [1, 224], "mirror": true} + ] + }, + { + "name": "claw_front_right", + "parent": "leg_front_right4", + "pivot": [-55, 29, -14.5] + }, + { + "name": "claw_front1_right", + "parent": "claw_front_right", + "pivot": [-55, 29, -22] + }, + { + "name": "claw_front_right2", + "parent": "leg_front_right4", + "pivot": [-55, 29, -14.5], + "rotation": [-60, 0, 0] + }, + { + "name": "claw_front1_right2", + "parent": "claw_front_right2", + "pivot": [-55, 29, -22] + }, + { + "name": "claw_front_right3", + "parent": "leg_front_right4", + "pivot": [-55, 29, -14.5], + "rotation": [60, 0, 0] + }, + { + "name": "claw_front1_right3", + "parent": "claw_front_right3", + "pivot": [-55, 29, -22] + }, + { + "name": "claw_front_right4", + "parent": "leg_front_right4", + "pivot": [-55, 29, -14.5] + }, + { + "name": "claw_front1_right4", + "parent": "claw_front_right4", + "pivot": [-55, 29, -7] + }, + { + "name": "leg_back_left", + "parent": "legs", + "pivot": [12.5, 29, 21.5] + }, + { + "name": "leg_back_left1", + "parent": "leg_back_left", + "pivot": [11, 29, 21.5], + "cubes": [ + {"origin": [8, 23.5, 16], "size": [19, 11, 11], "pivot": [11, 29, 21.5], "rotation": [45, 0, 0], "uv": [140, 115]} + ] + }, + { + "name": "leg_back_left2", + "parent": "leg_back_left1", + "pivot": [27, 35.35, 21.5], + "cubes": [ + {"origin": [27, 24.5, 17], "size": [4, 9, 9], "pivot": [29, 29, 21.5], "rotation": [45, 0, 0], "uv": [120, 86]} + ] + }, + { + "name": "leg_back_left3", + "parent": "leg_back_left2", + "pivot": [32, 35.35, 21.5], + "cubes": [ + {"origin": [31, 22.5, 15], "size": [15, 13, 13], "pivot": [38, 29, 21.5], "rotation": [45, 0, 0], "uv": [0, 198]} + ] + }, + { + "name": "leg_back_left4", + "parent": "leg_back_left3", + "pivot": [43.5, 29, 21.5], + "cubes": [ + {"origin": [41.5, 21, 13.5], "size": [8, 16, 16], "pivot": [41.5, 29, 21.5], "rotation": [45, 0, 0], "uv": [49, 224]} + ] + }, + { + "name": "claw_back_left", + "parent": "leg_back_left4", + "pivot": [49.5, 29, 21.5] + }, + { + "name": "claw_back1_left", + "parent": "claw_back_left", + "pivot": [49.5, 29, 14] + }, + { + "name": "claw_back_left2", + "parent": "leg_back_left4", + "pivot": [49.5, 29, 21.5], + "rotation": [-60, 0, 0] + }, + { + "name": "claw_back1_left2", + "parent": "claw_back_left2", + "pivot": [49.5, 29, 14] + }, + { + "name": "claw_back_left3", + "parent": "leg_back_left4", + "pivot": [49.5, 29, 21.5], + "rotation": [60, 0, 0] + }, + { + "name": "claw_back1_left3", + "parent": "claw_back_left3", + "pivot": [49.5, 29, 14] + }, + { + "name": "claw_back_left4", + "parent": "leg_back_left4", + "pivot": [49.5, 29, 21.5] + }, + { + "name": "claw_back1_left4", + "parent": "claw_back_left4", + "pivot": [49.5, 29, 29] + }, + { + "name": "leg_back_right", + "parent": "legs", + "pivot": [-12.5, 29, 21.5] + }, + { + "name": "leg_back_right1", + "parent": "leg_back_right", + "pivot": [-11, 29, 21.5], + "cubes": [ + {"origin": [-27, 23.5, 16], "size": [19, 11, 11], "pivot": [-11, 29, 21.5], "rotation": [45, 0, 0], "uv": [140, 115], "mirror": true} + ] + }, + { + "name": "leg_back_right2", + "parent": "leg_back_right1", + "pivot": [-27, 35.35, 21.5], + "cubes": [ + {"origin": [-31, 24.5, 17], "size": [4, 9, 9], "pivot": [-29, 29, 21.5], "rotation": [45, 0, 0], "uv": [120, 86], "mirror": true} + ] + }, + { + "name": "leg_back_right3", + "parent": "leg_back_right2", + "pivot": [-32, 35.35, 21.5], + "cubes": [ + {"origin": [-46, 22.5, 15], "size": [15, 13, 13], "pivot": [-38, 29, 21.5], "rotation": [45, 0, 0], "uv": [0, 198], "mirror": true} + ] + }, + { + "name": "leg_back_right4", + "parent": "leg_back_right3", + "pivot": [-43.5, 29, 21.5], + "cubes": [ + {"origin": [-49.5, 21, 13.5], "size": [8, 16, 16], "pivot": [-41.5, 29, 21.5], "rotation": [45, 0, 0], "uv": [49, 224], "mirror": true} + ] + }, + { + "name": "claw_back_right", + "parent": "leg_back_right4", + "pivot": [-49.5, 29, 21.5] + }, + { + "name": "claw_back1_right", + "parent": "claw_back_right", + "pivot": [-49.5, 29, 14] + }, + { + "name": "claw_back_right2", + "parent": "leg_back_right4", + "pivot": [-49.5, 29, 21.5], + "rotation": [-60, 0, 0] + }, + { + "name": "claw_back1_right2", + "parent": "claw_back_right2", + "pivot": [-49.5, 29, 14] + }, + { + "name": "claw_back_right3", + "parent": "leg_back_right4", + "pivot": [-49.5, 29, 21.5], + "rotation": [60, 0, 0] + }, + { + "name": "claw_back1_right3", + "parent": "claw_back_right3", + "pivot": [-49.5, 29, 14] + }, + { + "name": "claw_back_right4", + "parent": "leg_back_right4", + "pivot": [-49.5, 29, 21.5] + }, + { + "name": "claw_back1_right4", + "parent": "claw_back_right4", + "pivot": [-49.5, 29, 29] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/axew/axew.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/axew/axew.geo.json new file mode 100644 index 0000000..0742f6a --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/axew/axew.geo.json @@ -0,0 +1,229 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "axew", + "pivot": [0, 0, 0] + }, + { + "name": "Body", + "parent": "axew", + "pivot": [0, 7.36507, 0.50794], + "cubes": [ + {"origin": [-3, 2.16831, -1.48545], "size": [6, 4, 6], "inflate": 0.15, "pivot": [0, 4.91831, 1.76455], "rotation": [15, 0, 0], "uv": [20, 6]}, + {"origin": [-2.5, 5, -2.75], "size": [5, 3, 6], "inflate": -0.01, "pivot": [0, 8, -0.5], "rotation": [22.5, 0, 0], "uv": [20, 16]}, + {"origin": [-3, 6.75, -3.1], "size": [6, 2, 7], "inflate": -0.1, "pivot": [0, 8, -0.5], "rotation": [7.5, 0, 0], "uv": [0, 12]}, + {"origin": [-0.25, 5.9503, -2.78532], "size": [2, 2, 1], "pivot": [0, 7.7003, -2.78532], "rotation": [14.43276, -13.99545, 43.21918], "uv": [0, 12]} + ] + }, + { + "name": "head", + "parent": "Body", + "pivot": [0, 8.51515, -0.36357], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-3, 8.75, -4], "size": [6, 5, 7], "uv": [0, 0]}, + {"origin": [0, 10.8994, 3.24067], "size": [0, 8, 5], "pivot": [0, 17.1494, 4.99067], "rotation": [-35, 0, 0], "uv": [18, 27]}, + {"origin": [-3, 7.75, -2], "size": [6, 2, 5], "inflate": -0.001, "uv": [20, 25]}, + {"origin": [-2, 8.75, -6], "size": [4, 3, 5], "pivot": [0, 10.25, -4.25], "rotation": [12.5, 0, 0], "uv": [0, 31]}, + {"origin": [0.25, 9.04541, -5.86808], "size": [1, 1, 1], "inflate": 0.001, "pivot": [0.75, 9.54541, -5.11808], "rotation": [7.24677, -10.21235, 54.3516], "uv": [0, 5]}, + {"origin": [-0.1, 9.04541, -5.86808], "size": [1, 1, 1], "inflate": 0.002, "pivot": [0.75, 9.54541, -5.11808], "rotation": [7.24677, -10.21235, 54.3516], "uv": [19, 5]}, + {"origin": [-0.5, 9.25, 0.5], "size": [1, 6, 5], "pivot": [0, 13.75, 2], "rotation": [-42.5, 0, 0], "uv": [28, 32]}, + {"origin": [-0.9, 9.04541, -5.86808], "size": [1, 1, 1], "inflate": 0.002, "pivot": [-0.75, 9.54541, -5.11808], "rotation": [7.24677, 10.21235, -54.3516], "uv": [19, 5], "mirror": true}, + {"origin": [-1.25, 9.04541, -5.86808], "size": [1, 1, 1], "inflate": 0.001, "pivot": [-0.75, 9.54541, -5.11808], "rotation": [7.24677, 10.21235, -54.3516], "uv": [0, 5], "mirror": true}, + {"origin": [0.5, 8.76515, -4.61357], "size": [5, 0, 3], "pivot": [2.75, 8.76515, -3.86357], "rotation": [7.5, 0, 0], "uv": [49, 1]}, + {"origin": [5.25, 8.766, -4.11357], "size": [1, 0, 2], "pivot": [2.75, 8.76515, -3.86357], "rotation": [7.5, 0, 0], "uv": [50, 5]}, + {"origin": [-6.25, 8.766, -4.11357], "size": [1, 0, 2], "pivot": [-2.75, 8.76515, -3.86357], "rotation": [7.5, 0, 0], "uv": [50, 5], "mirror": true}, + {"origin": [-5.5, 8.76515, -4.61357], "size": [5, 0, 3], "pivot": [-2.75, 8.76515, -3.86357], "rotation": [7.5, 0, 0], "uv": [49, 1], "mirror": true} + ] + }, + { + "name": "Jaw", + "parent": "head", + "pivot": [0, 8.25, -1.75], + "cubes": [ + {"origin": [-2, 8, -5], "size": [4, 1, 3], "inflate": -0.01, "uv": [36, 16]}, + {"origin": [-3, 7.75, -3.5], "size": [6, 1, 2], "uv": [19, 0]} + ] + }, + { + "name": "Eyes", + "parent": "head", + "pivot": [0, 8.51515, -0.36357] + }, + { + "name": "Left_EyeOpen", + "parent": "Eyes", + "pivot": [-0.75, 8.26515, -0.86357], + "cubes": [ + {"origin": [2, 9.25, -3], "size": [1, 3, 3], "inflate": 0.001, "uv": [12, 39]}, + {"origin": [1.91, 9.25, -0.5], "size": [1, 3, 1], "inflate": 0.1, "uv": [0, 15]}, + {"origin": [2.01, 9.5, -3.75], "size": [1, 2, 1], "uv": [19, 16]}, + {"origin": [2.115, 9.35, -3.1], "size": [1, 3, 2], "inflate": -0.1, "uv": [0, 0]}, + {"origin": [2.02, 9.85, -2.6], "size": [1, 2, 1], "uv": [0, 21]}, + {"origin": [2.03, 11.1, -2.85], "size": [1, 1, 1], "uv": [14, 21]} + ] + }, + { + "name": "Right_EyeOpen", + "parent": "Eyes", + "pivot": [0.75, 8.26515, -0.86357], + "cubes": [ + {"origin": [-3.115, 9.35, -3.1], "size": [1, 3, 2], "inflate": -0.1, "uv": [0, 0], "mirror": true}, + {"origin": [-3.02, 9.85, -2.6], "size": [1, 2, 1], "uv": [0, 21], "mirror": true}, + {"origin": [-3.03, 11.1, -2.85], "size": [1, 1, 1], "uv": [14, 21], "mirror": true}, + {"origin": [-3.01, 9.5, -3.75], "size": [1, 2, 1], "uv": [19, 16], "mirror": true}, + {"origin": [-2.91, 9.25, -0.5], "size": [1, 3, 1], "inflate": 0.1, "uv": [0, 15], "mirror": true}, + {"origin": [-3, 9.25, -3], "size": [1, 3, 3], "inflate": 0.001, "uv": [12, 39], "mirror": true} + ] + }, + { + "name": "Left_EyesSleep", + "parent": "Eyes", + "pivot": [-1, 8.51515, -0.36357], + "cubes": [ + {"origin": [1.05, 9.25, -3], "size": [1, 3, 3], "inflate": 0.001, "uv": [20, 40]} + ] + }, + { + "name": "Right_EyesSleep", + "parent": "Eyes", + "pivot": [1, 8.51515, -0.36357], + "cubes": [ + {"origin": [-2.05, 9.25, -3], "size": [1, 3, 3], "inflate": 0.001, "uv": [20, 40], "mirror": true} + ] + }, + { + "name": "Tail_1", + "parent": "Body", + "pivot": [0, 3.5, 2], + "cubes": [ + {"origin": [-2, 1.5, 0], "size": [4, 4, 6], "inflate": -0.01, "uv": [0, 21]} + ] + }, + { + "name": "Tail_2", + "parent": "Tail_1", + "pivot": [0, 3.5, 5.5], + "cubes": [ + {"origin": [-1, 2, 3], "size": [2, 3, 5], "inflate": -0.01, "uv": [37, 20]} + ] + }, + { + "name": "Tail_3", + "parent": "Tail_2", + "pivot": [0, 3.5, 7.5], + "cubes": [ + {"origin": [-0.5, 2.5, 4.75], "size": [1, 2, 5], "inflate": -0.01, "uv": [37, 28]} + ] + }, + { + "name": "Left_Arm", + "parent": "Body", + "pivot": [2.5, 6.25, -0.5], + "cubes": [ + {"origin": [2, 5.25, -1.5], "size": [3, 2, 2], "inflate": -0.01, "uv": [38, 7]} + ] + }, + { + "name": "Left_Thumb", + "parent": "Left_Arm", + "pivot": [4.5, 6.25, -1.25], + "cubes": [ + {"origin": [4, 5.75, -1.25], "size": [2, 1, 0], "uv": [3, 5]} + ] + }, + { + "name": "Left_MiddleFinger", + "parent": "Left_Arm", + "pivot": [4.75, 6.75, -0.75], + "cubes": [ + {"origin": [4, 6.25, -0.75], "size": [2, 1, 0], "uv": [17, 21]} + ] + }, + { + "name": "Left_Pinky", + "parent": "Left_Arm", + "pivot": [4.75, 6.75, 0.25], + "cubes": [ + {"origin": [4, 6.25, 0.25], "size": [2, 1, 0], "uv": [3, 15]} + ] + }, + { + "name": "Right_Arm", + "parent": "Body", + "pivot": [-2.5, 6.25, -0.5], + "cubes": [ + {"origin": [-5, 5.25, -1.5], "size": [3, 2, 2], "inflate": -0.01, "uv": [38, 7], "mirror": true} + ] + }, + { + "name": "Right_Thumb", + "parent": "Right_Arm", + "pivot": [-4.5, 6.25, -1.25], + "cubes": [ + {"origin": [-6, 5.75, -1.25], "size": [2, 1, 0], "uv": [3, 5], "mirror": true} + ] + }, + { + "name": "Right_MiddleFinger", + "parent": "Right_Arm", + "pivot": [-4.5, 6.75, -0.75], + "cubes": [ + {"origin": [-6, 6.25, -0.75], "size": [2, 1, 0], "uv": [17, 21], "mirror": true} + ] + }, + { + "name": "Right_Pinky", + "parent": "Right_Arm", + "pivot": [-4.75, 6.75, 0.25], + "cubes": [ + {"origin": [-6, 6.25, 0.25], "size": [2, 1, 0], "uv": [3, 15], "mirror": true} + ] + }, + { + "name": "Left_Leg", + "parent": "axew", + "pivot": [3.5, 3.32634, 0.58696], + "cubes": [ + {"origin": [2.5, 1.51495, -1.31486], "size": [2, 3, 4], "pivot": [0, 3.26495, 0.93514], "rotation": [35, 0, 0], "uv": [0, 39]} + ] + }, + { + "name": "Left_Foot", + "parent": "Left_Leg", + "pivot": [3.5, 0.51495, -0.06486], + "cubes": [ + {"origin": [2.5, 0.01495, -1.06486], "size": [2, 1, 2], "inflate": -0.001, "uv": [14, 23]} + ] + }, + { + "name": "Right_Leg", + "parent": "axew", + "pivot": [-3.5, 3.32634, 0.58696], + "cubes": [ + {"origin": [-4.5, 1.51495, -1.31486], "size": [2, 3, 4], "pivot": [0, 3.26495, 0.93514], "rotation": [35, 0, 0], "uv": [38, 0]} + ] + }, + { + "name": "Right_Foot", + "parent": "Right_Leg", + "pivot": [-3.5, 0.51495, -0.06486], + "cubes": [ + {"origin": [-4.5, 0.01495, -1.06486], "size": [2, 1, 2], "inflate": -0.001, "uv": [14, 23], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/azumarill/azumarill.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/azumarill/azumarill.geo.json new file mode 100644 index 0000000..6c146d8 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/azumarill/azumarill.geo.json @@ -0,0 +1,147 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.azumarill", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 5, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "root", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "root", + "pivot": [0, 2, 0] + }, + { + "name": "bone", + "parent": "body", + "pivot": [0, 2, 0], + "cubes": [ + {"origin": [-4, 3, -4], "size": [8, 13, 8], "uv": [0, 0]}, + {"origin": [-2.7, 7.8, -4.01], "size": [2, 2, 0], "uv": [60, 4]}, + {"origin": [0.2, 8.4, -4.01], "size": [2, 2, 0], "uv": [60, 0]}, + {"origin": [-5.9, 7.7, -3.62], "size": [1, 1, 0], "pivot": [-4.4, 8.5, -4.01], "rotation": [0, 90, 0], "uv": [60, 2]}, + {"origin": [-3.8, 10.3, -4.01], "size": [1, 1, 0], "uv": [60, 2]}, + {"origin": [2.7, 10.1, -4.01], "size": [1, 1, 0], "uv": [60, 2]}, + {"origin": [4.9, 8.5, -3.62], "size": [1, 1, 0], "pivot": [4.4, 9, -4.01], "rotation": [0, -90, 0], "uv": [60, 2]}, + {"origin": [-3, 15, -3], "size": [6, 2, 6], "uv": [22, 23]}, + {"origin": [-3.5, 2, -3.5], "size": [7, 2, 7], "uv": [0, 43]} + ] + }, + { + "name": "face", + "parent": "bone", + "pivot": [0, 11.9, 3.9], + "cubes": [ + {"origin": [-0.5, 12.775, -4.325], "size": [1, 1, 1], "inflate": -0.275, "uv": [59, 10], "mirror": true}, + {"origin": [-1, 11.8, -4.0375], "size": [1, 1, 0], "uv": [32, 12]}, + {"origin": [0, 11.8, -4.0375], "size": [1, 1, 0], "uv": [32, 12], "mirror": true}, + {"origin": [-0.475, 11.375, -4.0125], "size": [1, 1, 0], "uv": [60, 13]} + ] + }, + { + "name": "eye1", + "parent": "face", + "pivot": [2, 14.125, -4.1], + "cubes": [ + {"origin": [1.225, 13.975, -4.325], "size": [1, 1, 1], "inflate": -0.2, "pivot": [2, 14.125, -4.1], "rotation": [0, 0, 5], "uv": [59, 7]}, + {"origin": [1.225, 12.95, -4.1], "size": [1, 2, 0], "pivot": [2, 14.125, -4.1], "rotation": [0, 0, 5], "uv": [21, 25]} + ] + }, + { + "name": "eye2", + "parent": "face", + "pivot": [-1.73563, 14.24018, -3.9626], + "cubes": [ + {"origin": [-2.225, 12.95, -4.1], "size": [1, 2, 0], "pivot": [-2, 14.125, -4.1], "rotation": [0, 0, -5], "uv": [21, 25], "mirror": true}, + {"origin": [-2.225, 13.975, -4.325], "size": [1, 1, 1], "inflate": -0.2, "pivot": [-2, 14.125, -4.1], "rotation": [0, 0, -5], "uv": [59, 7], "mirror": true} + ] + }, + { + "name": "leftEar", + "parent": "bone", + "pivot": [2.5, 15, 0], + "rotation": [2.5, 0, 10], + "cubes": [ + {"origin": [0.82635, 15.97936, -0.87512], "size": [3, 6, 1], "uv": [28, 36]}, + {"origin": [0.82635, 21.45473, -0.12646], "size": [3, 6, 1], "pivot": [2.5, 21, 0], "rotation": [55, 0, 0], "uv": [20, 36]} + ] + }, + { + "name": "rightEar", + "parent": "bone", + "pivot": [-2.5, 15, 0], + "rotation": [2.5, 2.5, -10], + "cubes": [ + {"origin": [-3.8318, 15.97936, -0.87524], "size": [3, 6, 1], "uv": [28, 36], "mirror": true}, + {"origin": [-3.82635, 21.45473, -0.12646], "size": [3, 6, 1], "pivot": [-2.5, 21, 0], "rotation": [75, 0, 0], "uv": [20, 36], "mirror": true} + ] + }, + { + "name": "leftArm", + "parent": "bone", + "pivot": [4, 8, 0], + "rotation": [20, 15, 47.5], + "cubes": [ + {"origin": [3, 7, -1], "size": [4, 2, 2], "uv": [0, 36]}, + {"origin": [6.5, 6.9, -1.5], "size": [3, 2, 3], "pivot": [6, 8.2, 0], "rotation": [0, 0, -15], "uv": [30, 31]} + ] + }, + { + "name": "rightArm", + "parent": "bone", + "pivot": [-4, 8, 0], + "rotation": [20, -15, -47.5], + "cubes": [ + {"origin": [-7, 7, -1], "size": [4, 2, 2], "uv": [0, 36], "mirror": true}, + {"origin": [-9.5, 6.9, -1.5], "size": [3, 2, 3], "pivot": [-6, 8.2, 0], "rotation": [0, 0, 15], "uv": [30, 31], "mirror": true} + ] + }, + { + "name": "tail", + "parent": "bone", + "pivot": [0, 3.2, 3.8], + "rotation": [-40, 0, 0], + "cubes": [ + {"origin": [0, 3, 3.8], "size": [0, 5, 5], "uv": [11, 24]} + ] + }, + { + "name": "bone2", + "parent": "tail", + "pivot": [0, 8, 8], + "cubes": [ + {"origin": [0, 7, 7.8], "size": [0, 3, 3], "uv": [0, 20]}, + {"origin": [-1.59341, 11, 9.40659], "size": [4, 4, 4], "pivot": [0, 13, 11.8], "rotation": [44.71911, 35.39626, 29.83757], "uv": [24, 0]} + ] + }, + { + "name": "leftFoot", + "parent": "body", + "pivot": [2.5, 1, 0], + "rotation": [0, -20, 0], + "cubes": [ + {"origin": [1, 0, -4], "size": [3, 2, 5], "uv": [0, 29]} + ] + }, + { + "name": "rightFoot", + "parent": "body", + "pivot": [-2.5, 1, 0], + "rotation": [0, 20, 0], + "cubes": [ + {"origin": [-4, 0, -4], "size": [3, 2, 5], "uv": [0, 29], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/azurill/azurill.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/azurill/azurill.geo.json new file mode 100644 index 0000000..e9c6dfa --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/azurill/azurill.geo.json @@ -0,0 +1,137 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.azurill", + "texture_width": 32, + "texture_height": 32, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "azurill", + "pivot": [0, 0, 0] + }, + { + "name": "tailball", + "parent": "azurill", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-2.5, 0, -2.5], "size": [5, 5, 5], "uv": [0, 0]} + ] + }, + { + "name": "tail", + "parent": "tailball", + "pivot": [0, 0.59521, 2.79703], + "rotation": [-30, 0, 0], + "cubes": [ + {"origin": [0, -1.65179, 3.63144], "size": [0, 4, 4], "pivot": [0, 2.23027, 5.6233], "rotation": [-90, 0, 0], "uv": [15, 6]} + ] + }, + { + "name": "bone", + "parent": "tail", + "pivot": [0, 2.7, 5.3], + "cubes": [ + {"origin": [0, 6.16864, 8.22142], "size": [0, 1, 4], "pivot": [0, 2.98659, 8.97956], "rotation": [90, 0, 0], "uv": [15, 0]}, + {"origin": [0, 6.36146, 7.56809], "size": [0, 1, 4], "pivot": [0, 3.7464, 8.26354], "rotation": [60, 0, 0], "uv": [15, 0]} + ] + }, + { + "name": "bone2", + "parent": "bone", + "pivot": [0, 6.7, 6.3], + "cubes": [ + {"origin": [0, 1.19619, 4.38782], "size": [0, 4, 1], "pivot": [0, 5.89526, 4.65745], "rotation": [-130, 0, 0], "uv": [0, 9]}, + {"origin": [0, 6.76874, 4.16639], "size": [0, 1, 4], "pivot": [0, 4.44568, 7.5487], "rotation": [15, 0, 0], "uv": [15, 0]} + ] + }, + { + "name": "bone3", + "parent": "bone2", + "pivot": [0, 8.1, 1], + "cubes": [ + {"origin": [0, 3.2448, -1.21673], "size": [0, 4, 1], "pivot": [0, 3.23027, 2.6233], "rotation": [-22.5, 0, 0], "uv": [0, 9]} + ] + }, + { + "name": "body", + "parent": "bone3", + "pivot": [0, 2.88397, -2.16506], + "rotation": [30, 0, 0], + "cubes": [ + {"origin": [-2.5, 2.88397, -4.66506], "size": [5, 5, 5], "uv": [0, 10]}, + {"origin": [-1.5, 3.08397, -0.06506], "size": [3, 2, 1], "pivot": [0, 3.38397, 0.83494], "rotation": [12.5, 0, 0], "uv": [0, 20]} + ] + }, + { + "name": "rightEar", + "parent": "body", + "pivot": [2, 6.88397, -2.16506], + "rotation": [0, 10, 20], + "cubes": [ + {"origin": [0.5, 6.88397, -2.66506], "size": [3, 3, 1], "uv": [15, 0]} + ] + }, + { + "name": "leftEar", + "parent": "body", + "pivot": [-2, 6.88397, -2.16506], + "rotation": [0, -10, -20], + "cubes": [ + {"origin": [-3.5, 6.88397, -2.66506], "size": [3, 3, 1], "uv": [15, 0], "mirror": true} + ] + }, + { + "name": "rightFoot", + "parent": "body", + "pivot": [1.9, 2.98397, -4.66506], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [1.4, 2.48397, -5.66506], "size": [1, 2, 1], "uv": [20, 5]} + ] + }, + { + "name": "leftFoot", + "parent": "body", + "pivot": [-1.9, 2.98397, -4.66506], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [-2.4, 2.48397, -5.66506], "size": [1, 2, 1], "uv": [20, 5]} + ] + }, + { + "name": "RightEye", + "parent": "body", + "pivot": [1.2, 6.01698, -4.6725], + "cubes": [ + {"origin": [0, 5.08397, -4.67], "size": [2, 2, 0], "uv": [0, 30], "mirror": true}, + {"origin": [0.9, 4.95, -4.675], "size": [1, 2, 0], "uv": [4, 30], "mirror": true} + ] + }, + { + "name": "LeftEye", + "parent": "body", + "pivot": [-1.2, 6.01698, -4.6725], + "cubes": [ + {"origin": [-2, 5.08397, -4.67], "size": [2, 2, 0], "uv": [0, 30]}, + {"origin": [-1.9, 4.95, -4.675], "size": [1, 2, 0], "uv": [4, 30]} + ] + }, + { + "name": "mouth", + "parent": "body", + "pivot": [0, 3.98397, -4.66506], + "cubes": [ + {"origin": [-1, 3.98397, -4.67], "size": [2, 1, 0], "uv": [6, 31]}, + {"origin": [-1, 3.48397, -4.675], "size": [2, 1, 0], "uv": [6, 30]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/banette/banette.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/banette/banette.geo.json new file mode 100644 index 0000000..afb1732 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/banette/banette.geo.json @@ -0,0 +1,310 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.banette", + "texture_width": 80, + "texture_height": 80, + "visible_bounds_width": 6, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "banette", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "banette", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 6.25, -0.5], + "cubes": [ + {"origin": [-3.5, 7, -3], "size": [7, 2, 5], "uv": [27, 0]}, + {"origin": [-4, 2, -3.5], "size": [8, 5, 6], "uv": [27, 22]} + ] + }, + { + "name": "neck", + "parent": "torso", + "pivot": [0, 8.5, -0.5], + "cubes": [ + {"origin": [-2, 9, -2], "size": [4, 1, 3], "uv": [47, 0]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 10, -0.5], + "cubes": [ + {"origin": [-4.5, 10, -4], "size": [9, 7, 7], "uv": [0, 13]} + ] + }, + { + "name": "hair", + "parent": "head", + "pivot": [0.005, 16.25, -0.625], + "cubes": [ + {"origin": [-4.49, 12.99, -3.5], "size": [9, 4, 8], "uv": [0, 0]} + ] + }, + { + "name": "hair8", + "parent": "hair", + "pivot": [0.005, 15.25, 4.375], + "cubes": [ + {"origin": [-3.5, 14.5, 4.25], "size": [7, 2, 4], "uv": [26, 13]} + ] + }, + { + "name": "hair2", + "parent": "hair8", + "pivot": [0, 15.5, 7.75], + "cubes": [ + {"origin": [-2.5, 15, 8.25], "size": [5, 1, 7], "uv": [0, 28]} + ] + }, + { + "name": "hair3", + "parent": "hair2", + "pivot": [0, 15.5, 15.25], + "cubes": [ + {"origin": [-2, 15.5, 15.25], "size": [4, 0, 6], "uv": [43, 14]} + ] + }, + { + "name": "hair4", + "parent": "hair3", + "pivot": [0, 15.5, 21.25], + "cubes": [ + {"origin": [-1.5, 15.5, 21.25], "size": [3, 0, 5], "uv": [49, 8]} + ] + }, + { + "name": "hair5", + "parent": "hair4", + "pivot": [0, 15.5, 26.25], + "cubes": [ + {"origin": [-1, 15.5, 26.25], "size": [2, 0, 4], "uv": [0, 48]} + ] + }, + { + "name": "hair6", + "parent": "hair5", + "pivot": [0, 15.5, 30.25], + "cubes": [ + {"origin": [-1, 15.5, 30.25], "size": [2, 0, 3], "uv": [32, 34]} + ] + }, + { + "name": "hair7", + "parent": "hair6", + "pivot": [0, 15.5, 33.25], + "cubes": [ + {"origin": [-0.5, 15.5, 33.25], "size": [1, 0, 3], "uv": [18, 28]} + ] + }, + { + "name": "horns", + "parent": "head", + "pivot": [0, 16, 0] + }, + { + "name": "horn_right", + "parent": "horns", + "pivot": [3.59679, 16.37421, -0.25], + "cubes": [ + {"origin": [1.83075, 14.017, -3.25], "size": [3, 4, 6], "pivot": [2.33075, 16.017, -0.25], "rotation": [-25, 0, 40], "uv": [19, 34]} + ] + }, + { + "name": "horn_mid", + "parent": "horns", + "pivot": [-0.01925, 18.31973, -0.38478], + "cubes": [ + {"origin": [-2.01925, 16.00821, -2.94581], "size": [4, 4, 5], "pivot": [-0.00983, 19.56517, -1.49245], "rotation": [-10, 0, 0], "uv": [38, 34]} + ] + }, + { + "name": "horn_left", + "parent": "horns", + "pivot": [-3.59679, 16.37421, -0.25], + "cubes": [ + {"origin": [-4.83075, 14.017, -3.25], "size": [3, 4, 6], "pivot": [-2.33075, 16.017, -0.25], "rotation": [-25, 0, -40], "uv": [0, 37]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [0, 0, 0] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [2.68632, 13.29469, -4.01], + "rotation": [0, 0, -20], + "cubes": [ + {"origin": [1.68632, 12.29469, -4.01], "size": [2, 2, 0], "uv": [27, 0], "mirror": true} + ] + }, + { + "name": "pupil_right", + "parent": "eye_right", + "pivot": [3.07201, 13.58577, -4.0225], + "rotation": [0, 0, -10], + "cubes": [ + {"origin": [2.14944, 12.59313, -4.02], "size": [1, 2, 0], "pivot": [2.95777, 12.93403, -4.1], "rotation": [0, 0, 15], "uv": [32, 34], "mirror": true}, + {"origin": [2.64944, 12.59313, -4.025], "size": [1, 2, 0], "pivot": [2.95777, 12.93403, -4.1], "rotation": [0, 0, 15], "uv": [32, 61], "mirror": true} + ] + }, + { + "name": "eyelid_out_right", + "parent": "eye_right", + "pivot": [2.74782, 14.24634, -4.1], + "cubes": [ + {"origin": [1.41132, 14.09469, -4.03], "size": [2, 1, 0], "pivot": [2.41132, 14.59469, -4.1], "rotation": [0, 0, -45], "uv": [0, 39], "mirror": true}, + {"origin": [1.61132, 14.84469, -4.04], "size": [2, 1, 0], "pivot": [2.41132, 14.59469, -4.1], "rotation": [0, 0, -45], "uv": [0, 66], "mirror": true}, + {"origin": [2.11843, 14.09469, -4.03], "size": [2, 1, 0], "pivot": [3.11843, 14.59469, -4.1], "rotation": [0, 0, 45], "uv": [13, 39], "mirror": true}, + {"origin": [1.91843, 14.84469, -4.04], "size": [2, 1, 0], "pivot": [3.11843, 14.59469, -4.1], "rotation": [0, 0, 45], "uv": [13, 63], "mirror": true}, + {"origin": [3.47198, 13.53403, -4.03], "size": [1, 1, 0], "uv": [0, 41], "mirror": true}, + {"origin": [3.87198, 14.18403, -4.04], "size": [1, 1, 0], "uv": [0, 61], "mirror": true}, + {"origin": [1.05777, 13.53403, -4.03], "size": [1, 1, 0], "uv": [40, 34], "mirror": true}, + {"origin": [0.65777, 14.18403, -4.04], "size": [1, 1, 0], "uv": [37, 61], "mirror": true} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [2.28632, 13.29469, -3.93], + "cubes": [ + {"origin": [1.28632, 12.29469, -3.93], "size": [3, 2, 0], "inflate": 0.01, "uv": [0, 16], "mirror": true} + ] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [-2.58632, 13.29469, -4.01], + "rotation": [0, 0, 20], + "cubes": [ + {"origin": [-3.58632, 12.29469, -4.01], "size": [2, 2, 0], "uv": [27, 0]} + ] + }, + { + "name": "pupil_left", + "parent": "eye_left", + "pivot": [-2.97201, 13.58577, -4.0225], + "rotation": [0, 0, 7.5], + "cubes": [ + {"origin": [-3.04944, 12.59313, -4.02], "size": [1, 2, 0], "pivot": [-2.85777, 12.93403, -4.1], "rotation": [0, 0, -15], "uv": [32, 34]}, + {"origin": [-3.54944, 12.59313, -4.025], "size": [1, 2, 0], "pivot": [-2.85777, 12.93403, -4.1], "rotation": [0, 0, -15], "uv": [32, 61]} + ] + }, + { + "name": "eyelid_out_left", + "parent": "eye_left", + "pivot": [-2.64782, 14.24634, -4.1], + "cubes": [ + {"origin": [-3.31132, 14.09469, -4.03], "size": [2, 1, 0], "pivot": [-2.31132, 14.59469, -4.1], "rotation": [0, 0, 45], "uv": [0, 39]}, + {"origin": [-3.51132, 14.84469, -4.04], "size": [2, 1, 0], "pivot": [-2.31132, 14.59469, -4.1], "rotation": [0, 0, 45], "uv": [0, 66]}, + {"origin": [-4.01843, 14.09469, -4.03], "size": [2, 1, 0], "pivot": [-3.01843, 14.59469, -4.1], "rotation": [0, 0, -45], "uv": [13, 39]}, + {"origin": [-3.81843, 14.84469, -4.04], "size": [2, 1, 0], "pivot": [-3.01843, 14.59469, -4.1], "rotation": [0, 0, -45], "uv": [13, 63]}, + {"origin": [-4.37198, 13.53403, -4.03], "size": [1, 1, 0], "uv": [0, 41]}, + {"origin": [-4.77198, 14.18403, -4.04], "size": [1, 1, 0], "uv": [0, 61]}, + {"origin": [-1.95777, 13.53403, -4.03], "size": [1, 1, 0], "uv": [40, 34]}, + {"origin": [-1.55777, 14.18403, -4.04], "size": [1, 1, 0], "uv": [37, 61]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [-2.18632, 13.29469, -3.93], + "cubes": [ + {"origin": [-4.18632, 12.29469, -3.93], "size": [3, 2, 0], "inflate": 0.01, "uv": [0, 16]} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [0.14508, 10.95771, -4.02], + "cubes": [ + {"origin": [-2, 10.5, -4.03], "size": [4, 1, 0], "uv": [18, 32]}, + {"origin": [2.03711, 10.65718, -4.02], "size": [2, 1, 0], "pivot": [2.73615, 9.40918, -4], "rotation": [0, 0, -12.5], "uv": [32, 38]}, + {"origin": [-3.79597, 10.8321, -4.02], "size": [2, 1, 0], "pivot": [-3.79597, 10.8321, -4], "rotation": [0, 0, 10], "uv": [38, 20]}, + {"origin": [-3.95442, 9.27094, -4.03], "size": [1, 3, 0], "pivot": [-4.95442, 10.02094, -4], "rotation": [0, 0, 10], "uv": [5, 4]} + ] + }, + { + "name": "arm_right", + "parent": "torso", + "pivot": [3, 8, -0.5], + "cubes": [ + {"origin": [3.5, 7.5, -1.5], "size": [5, 1, 2], "uv": [50, 21]} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [8.7712, 8.1875, -0.5], + "cubes": [ + {"origin": [14.3, 8.25, -2], "size": [1, 0, 1], "pivot": [14.3, 8.25, -1.5], "rotation": [0, 10, 0], "uv": [0, 30]}, + {"origin": [14.3, 8.25, 0], "size": [1, 0, 1], "pivot": [14.3, 8.25, 0.5], "rotation": [0, -10, 0], "uv": [0, 28]}, + {"origin": [14.5, 8.25, -1], "size": [1, 0, 1], "uv": [27, 3]}, + {"origin": [8.5, 7.5, -2], "size": [6, 1, 3], "uv": [35, 8]} + ] + }, + { + "name": "arm_left", + "parent": "torso", + "pivot": [-3, 8, -0.5], + "cubes": [ + {"origin": [-8.5, 7.5, -1.5], "size": [5, 1, 2], "uv": [50, 49]} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [-8.7712, 8.1875, -0.5], + "cubes": [ + {"origin": [-15.3, 8.25, -2], "size": [1, 0, 1], "pivot": [-14.3, 8.25, -1.5], "rotation": [0, -10, 0], "uv": [0, 32]}, + {"origin": [-15.3, 8.25, 0], "size": [1, 0, 1], "pivot": [-14.3, 8.25, 0.5], "rotation": [0, 10, 0], "uv": [33, 20]}, + {"origin": [-15.5, 8.25, -1], "size": [1, 0, 1], "uv": [0, 37]}, + {"origin": [-14.5, 7.5, -2], "size": [6, 1, 3], "uv": [45, 44]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 2.99984, 2.2831], + "cubes": [ + {"origin": [-0.5, 2.5, 2.5], "size": [1, 1, 2], "uv": [0, 0]}, + {"origin": [-1, 3.5, 4.5], "size": [3, 0, 3], "pivot": [-0.5, 3.5, 4.5], "rotation": [35, 0, 0], "uv": [28, 55]}, + {"origin": [-2, 1.9256, 4.31858], "size": [3, 0, 3], "pivot": [0, 1.9256, 5.31858], "rotation": [-35, 0, 0], "uv": [52, 34]}, + {"origin": [-2.28597, 3.5, 4.41015], "size": [3, 0, 3], "pivot": [-0.78597, 3.5, 4.91015], "rotation": [35, 0, -90], "uv": [47, 53]}, + {"origin": [0.28597, 3.5, 4.41015], "size": [3, 0, 3], "pivot": [0.78597, 3.5, 4.91015], "rotation": [35, 0, 90], "uv": [0, 53]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [2.25, 2, -0.5], + "cubes": [ + {"origin": [0.75, 0, -3], "size": [3, 3, 5], "uv": [33, 46]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [-2.25, 2, -0.5], + "cubes": [ + {"origin": [-3.75, 0, -3], "size": [3, 3, 5], "uv": [14, 47]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/barbaracle/barbaracle.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/barbaracle/barbaracle.geo.json new file mode 100644 index 0000000..3745c7d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/barbaracle/barbaracle.geo.json @@ -0,0 +1,576 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.barbaracle", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 5, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "barbaracle", + "pivot": [0, 0.4, 0] + }, + { + "name": "body", + "parent": "barbaracle", + "pivot": [0, 11.9, 2] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 10.9, 0.75], + "cubes": [ + {"origin": [-5, 10.9, -3.5], "size": [10, 3, 8], "uv": [46, 42]}, + {"origin": [-2.5, 16.9, -2], "size": [5, 6, 5], "uv": [0, 65]}, + {"origin": [-7, 13.9, -5], "size": [14, 3, 11], "uv": [0, 28]} + ] + }, + { + "name": "bone2", + "parent": "torso", + "pivot": [0, 22.9, 2.925], + "cubes": [ + {"origin": [-6, 22.9, -5], "size": [12, 4, 11], "uv": [0, 42]}, + {"origin": [-9, 25.9, -7.575], "size": [18, 5, 9], "pivot": [0, 28.4, -3.075], "rotation": [17.5, 0, 0], "uv": [0, 0]}, + {"origin": [-1.5, 30.925, -7.575], "size": [3, 0, 6], "pivot": [0.5, 28.425, -3.075], "rotation": [17.5, 0, 0], "uv": [80, 88]}, + {"origin": [5.5, 30.83641, -5.21561], "size": [3, 0, 3], "pivot": [7, 30.83641, -3.71561], "rotation": [17.5, 0, 0], "uv": [98, 6]}, + {"origin": [-8.5, 31.13641, 2.21561], "size": [3, 0, 3], "pivot": [-7, 31.13641, 3.71561], "rotation": [-17.5, 0, 0], "uv": [98, 88]}, + {"origin": [-7.5, 30.83641, -4.21561], "size": [2, 0, 2], "pivot": [-6, 30.83641, -3.71561], "rotation": [17.5, 0, 0], "uv": [82, 51]}, + {"origin": [-0.5, 26.36905, -4.44009], "size": [1, 5, 3], "inflate": -0.05, "pivot": [0, 28.86905, -3.44009], "rotation": [37.5, 0, 0], "uv": [64, 95]}, + {"origin": [-1, 26.775, -2.575], "size": [2, 5, 2], "pivot": [-3, 29.275, -3.075], "rotation": [32.5, 0, 0], "uv": [72, 100]}, + {"origin": [-9, 25.9, -0.5], "size": [18, 5, 9], "pivot": [0, 28.4, 4], "rotation": [-17.5, 0, 0], "uv": [0, 14]}, + {"origin": [-1.5, 23.49391, 6.59695], "size": [3, 6, 3], "pivot": [0, 26.49391, 8.09695], "rotation": [-24.03208, 42.406, -16.73634], "uv": [32, 93]}, + {"origin": [-12.975, 26.9, -0.5], "size": [4, 4, 6], "pivot": [-3.975, 28.4, 4], "rotation": [-17.5, 0, 0], "uv": [0, 76]}, + {"origin": [-13, 26.9, -4.575], "size": [4, 4, 6], "pivot": [-4, 28.4, -3.075], "rotation": [17.5, 0, 0], "uv": [74, 63]}, + {"origin": [8.975, 26.9, -0.5], "size": [4, 4, 6], "pivot": [17.975, 28.4, 4], "rotation": [-17.5, 0, 0], "uv": [60, 73]}, + {"origin": [9, 26.9, -4.575], "size": [4, 4, 6], "pivot": [18, 28.4, -3.075], "rotation": [17.5, 0, 0], "uv": [70, 53]}, + {"origin": [-1.5, 23.49391, -8.67195], "size": [3, 6, 3], "pivot": [0, 26.49391, -7.17195], "rotation": [24.03208, -42.406, -16.73634], "uv": [90, 51]} + ] + }, + { + "name": "arm_left2", + "parent": "bone2", + "pivot": [7.75, 30.9, 0.175], + "rotation": [-37.5, 0, -72.5], + "cubes": [ + {"origin": [5.66332, 29.00178, -0.96127], "size": [7, 3, 3], "uv": [80, 82]} + ] + }, + { + "name": "bone21", + "parent": "arm_left2", + "pivot": [12.66332, 32.00178, 0.53873], + "cubes": [ + {"origin": [12.66332, 29.00178, -0.96127], "size": [5, 3, 3], "uv": [56, 89]} + ] + }, + { + "name": "bone22", + "parent": "bone21", + "pivot": [17.66332, 32.00178, 0.53873], + "cubes": [ + {"origin": [17.66332, 28.50178, -1.46127], "size": [1, 4, 4], "uv": [54, 95]}, + {"origin": [18.66332, 28.50178, -2.46127], "size": [6, 4, 6], "uv": [54, 10]} + ] + }, + { + "name": "bone26", + "parent": "bone22", + "pivot": [24.66332, 32.00178, -1.46127], + "cubes": [ + {"origin": [24.66332, 29.00178, -1.96127], "size": [3, 3, 1], "uv": [24, 102]} + ] + }, + { + "name": "bone27", + "parent": "bone26", + "pivot": [27.71332, 32.00178, -1.41127], + "cubes": [ + {"origin": [27.58832, 29.00178, -1.96127], "size": [3, 3, 1], "inflate": -0.075, "uv": [32, 102]} + ] + }, + { + "name": "bone23", + "parent": "bone22", + "pivot": [24.66332, 32.00178, 0.53873], + "cubes": [ + {"origin": [24.66332, 29.00178, -0.96127], "size": [4, 3, 3], "uv": [72, 94]} + ] + }, + { + "name": "bone24", + "parent": "bone23", + "pivot": [28.63832, 31.87678, 0.53873], + "cubes": [ + {"origin": [28.53832, 29.00178, -0.46127], "size": [2, 3, 2], "inflate": -0.125, "uv": [100, 73]}, + {"origin": [28.53832, 29.00178, 0.03873], "size": [2, 3, 1], "inflate": -0.1, "uv": [26, 96]} + ] + }, + { + "name": "bone25", + "parent": "bone24", + "pivot": [30.41332, 31.75178, 0.53873], + "cubes": [ + {"origin": [30.18832, 29.00178, 0.03873], "size": [2, 3, 1], "inflate": -0.2, "uv": [8, 106]} + ] + }, + { + "name": "bone28", + "parent": "bone22", + "pivot": [24.66332, 32.00178, 2.53873], + "cubes": [ + {"origin": [24.66332, 29.00178, 2.03873], "size": [3, 3, 1], "uv": [102, 42]} + ] + }, + { + "name": "bone29", + "parent": "bone28", + "pivot": [27.71332, 32.00178, 2.58873], + "cubes": [ + {"origin": [27.58832, 29.00178, 2.03873], "size": [3, 3, 1], "inflate": -0.075, "uv": [102, 46]} + ] + }, + { + "name": "bone48", + "parent": "bone22", + "pivot": [22.16332, 28.47678, 0.53873], + "cubes": [ + {"origin": [21.66332, 28.47678, 0.03873], "size": [1, 0, 1], "uv": [60, 41]} + ] + }, + { + "name": "arm_right2", + "parent": "bone2", + "pivot": [-7.75, 30.9, 0.175], + "rotation": [-37.5, 0, 72.5], + "cubes": [ + {"origin": [-12.66332, 29.00178, -0.96127], "size": [7, 3, 3], "uv": [80, 82], "mirror": true} + ] + }, + { + "name": "bone30", + "parent": "arm_right2", + "pivot": [-12.66332, 32.00178, 0.53873], + "cubes": [ + {"origin": [-17.66332, 29.00178, -0.96127], "size": [5, 3, 3], "uv": [56, 89], "mirror": true} + ] + }, + { + "name": "bone31", + "parent": "bone30", + "pivot": [-17.66332, 32.00178, 0.53873], + "cubes": [ + {"origin": [-18.66332, 28.50178, -1.46127], "size": [1, 4, 4], "uv": [100, 24]}, + {"origin": [-24.66332, 28.50178, -2.46127], "size": [6, 4, 6], "uv": [54, 10], "mirror": true} + ] + }, + { + "name": "bone32", + "parent": "bone31", + "pivot": [-24.66332, 32.00178, -1.46127], + "cubes": [ + {"origin": [-27.66332, 29.00178, -1.96127], "size": [3, 3, 1], "uv": [104, 35]} + ] + }, + { + "name": "bone33", + "parent": "bone32", + "pivot": [-27.71332, 32.00178, -1.41127], + "cubes": [ + {"origin": [-30.58832, 29.00178, -1.96127], "size": [3, 3, 1], "inflate": -0.075, "uv": [40, 105]} + ] + }, + { + "name": "bone34", + "parent": "bone31", + "pivot": [-24.66332, 32.00178, 0.53873], + "cubes": [ + {"origin": [-28.66332, 29.00178, -0.96127], "size": [4, 3, 3], "uv": [0, 95]} + ] + }, + { + "name": "bone35", + "parent": "bone34", + "pivot": [-28.63832, 31.87678, 0.53873], + "cubes": [ + {"origin": [-30.53832, 29.00178, -0.46127], "size": [2, 3, 2], "inflate": -0.125, "uv": [0, 101]}, + {"origin": [-30.53832, 29.00178, 0.03873], "size": [2, 3, 1], "inflate": -0.1, "uv": [96, 106]} + ] + }, + { + "name": "bone36", + "parent": "bone35", + "pivot": [-30.41332, 31.75178, 0.53873], + "cubes": [ + {"origin": [-32.18832, 29.00178, 0.03873], "size": [2, 3, 1], "inflate": -0.2, "uv": [102, 106]} + ] + }, + { + "name": "bone37", + "parent": "bone31", + "pivot": [-24.66332, 32.00178, 2.53873], + "cubes": [ + {"origin": [-27.66332, 29.00178, 2.03873], "size": [3, 3, 1], "uv": [80, 105]} + ] + }, + { + "name": "bone38", + "parent": "bone37", + "pivot": [-27.71332, 32.00178, 2.58873], + "cubes": [ + {"origin": [-30.58832, 29.00178, 2.03873], "size": [3, 3, 1], "inflate": -0.075, "uv": [0, 106]} + ] + }, + { + "name": "bone51", + "parent": "bone31", + "pivot": [-22.16332, 28.47678, 0.53873], + "cubes": [ + {"origin": [-22.66332, 28.47678, 0.03873], "size": [1, 0, 1], "uv": [68, 41]} + ] + }, + { + "name": "arm_left", + "parent": "bone2", + "pivot": [7, 27.15, 0.175], + "rotation": [0, 0, 27.5], + "cubes": [ + {"origin": [6, 25.4, -1.075], "size": [9, 3, 3], "uv": [78, 10]} + ] + }, + { + "name": "bone3", + "parent": "arm_left", + "pivot": [15, 26.9, 1.925], + "cubes": [ + {"origin": [15, 25.4, -1.075], "size": [7, 3, 3], "uv": [26, 57]} + ] + }, + { + "name": "bone5", + "parent": "bone3", + "pivot": [22, 28.4, 0.425], + "cubes": [ + {"origin": [22, 24.9, -1.575], "size": [1, 4, 4], "uv": [54, 95]}, + {"origin": [23, 24.9, -2.575], "size": [6, 4, 6], "uv": [54, 10]} + ] + }, + { + "name": "bone11", + "parent": "bone5", + "pivot": [29, 28.4, -1.575], + "cubes": [ + {"origin": [29, 25.4, -2.075], "size": [3, 3, 1], "uv": [102, 9]} + ] + }, + { + "name": "bone12", + "parent": "bone11", + "pivot": [32.05, 28.4, -1.525], + "cubes": [ + {"origin": [31.925, 25.4, -2.075], "size": [3, 3, 1], "inflate": -0.075, "uv": [16, 102]} + ] + }, + { + "name": "bone6", + "parent": "bone5", + "pivot": [28.65, 27.9, 0.3], + "cubes": [ + {"origin": [29, 25.4, -1.075], "size": [4, 3, 3], "uv": [94, 67]} + ] + }, + { + "name": "bone7", + "parent": "bone6", + "pivot": [32.75, 27.9, 0.175], + "cubes": [ + {"origin": [32.875, 25.4, -0.575], "size": [2, 3, 2], "inflate": -0.125, "uv": [72, 89]}, + {"origin": [32.875, 25.4, -0.075], "size": [2, 3, 1], "inflate": -0.1, "uv": [20, 69]} + ] + }, + { + "name": "bone8", + "parent": "bone7", + "pivot": [34.725, 28.15, 0.45], + "cubes": [ + {"origin": [34.525, 25.4, -0.075], "size": [2, 3, 1], "inflate": -0.2, "uv": [20, 65]} + ] + }, + { + "name": "bone9", + "parent": "bone5", + "pivot": [29, 28.4, 2.425], + "cubes": [ + {"origin": [29, 25.4, 1.925], "size": [3, 3, 1], "uv": [44, 101]} + ] + }, + { + "name": "bone10", + "parent": "bone9", + "pivot": [32.05, 28.4, 2.475], + "cubes": [ + {"origin": [31.925, 25.4, 1.925], "size": [3, 3, 1], "inflate": -0.075, "uv": [8, 102]} + ] + }, + { + "name": "bone49", + "parent": "bone5", + "pivot": [26.5, 24.875, 0.425], + "cubes": [ + {"origin": [26, 24.875, -0.075], "size": [1, 0, 1], "uv": [56, 41]} + ] + }, + { + "name": "arm_right", + "parent": "bone2", + "pivot": [-7, 27.15, 0.175], + "rotation": [0, 0, -27.5], + "cubes": [ + {"origin": [-15, 25.4, -1.075], "size": [9, 3, 3], "uv": [78, 10], "mirror": true} + ] + }, + { + "name": "bone4", + "parent": "arm_right", + "pivot": [-15, 26.9, 1.925], + "cubes": [ + {"origin": [-22, 25.4, -1.075], "size": [7, 3, 3], "uv": [26, 57], "mirror": true} + ] + }, + { + "name": "bone13", + "parent": "bone4", + "pivot": [-22, 28.4, 0.425], + "cubes": [ + {"origin": [-23, 24.9, -1.575], "size": [1, 4, 4], "uv": [54, 95]}, + {"origin": [-29, 24.9, -2.575], "size": [6, 4, 6], "uv": [54, 10], "mirror": true} + ] + }, + { + "name": "bone14", + "parent": "bone13", + "pivot": [-29, 28.4, -1.575], + "cubes": [ + {"origin": [-32, 25.4, -2.075], "size": [3, 3, 1], "uv": [98, 102]} + ] + }, + { + "name": "bone15", + "parent": "bone14", + "pivot": [-32.05, 28.4, -1.525], + "cubes": [ + {"origin": [-34.925, 25.4, -2.075], "size": [3, 3, 1], "inflate": -0.075, "uv": [52, 103]} + ] + }, + { + "name": "bone16", + "parent": "bone13", + "pivot": [-28.65, 27.9, 0.3], + "cubes": [ + {"origin": [-33, 25.4, -1.075], "size": [4, 3, 3], "uv": [86, 94]} + ] + }, + { + "name": "bone17", + "parent": "bone16", + "pivot": [-32.75, 27.9, 0.175], + "cubes": [ + {"origin": [-34.875, 25.4, -0.575], "size": [2, 3, 2], "inflate": -0.125, "uv": [100, 97]}, + {"origin": [-34.875, 25.4, -0.075], "size": [2, 3, 1], "inflate": -0.1, "uv": [26, 106]} + ] + }, + { + "name": "bone18", + "parent": "bone17", + "pivot": [-34.725, 28.15, 0.45], + "cubes": [ + {"origin": [-36.525, 25.4, -0.075], "size": [2, 3, 1], "inflate": -0.2, "uv": [32, 106]} + ] + }, + { + "name": "bone19", + "parent": "bone13", + "pivot": [-29, 28.4, 2.425], + "cubes": [ + {"origin": [-32, 25.4, 1.925], "size": [3, 3, 1], "uv": [60, 103]} + ] + }, + { + "name": "bone20", + "parent": "bone19", + "pivot": [-32.05, 28.4, 2.475], + "cubes": [ + {"origin": [-34.925, 25.4, 1.925], "size": [3, 3, 1], "inflate": -0.075, "uv": [88, 103]} + ] + }, + { + "name": "bone50", + "parent": "bone13", + "pivot": [-26.5, 24.875, 0.425], + "cubes": [ + {"origin": [-27, 24.875, -0.075], "size": [1, 0, 1], "uv": [64, 41]} + ] + }, + { + "name": "head", + "parent": "bone2", + "pivot": [0, 31.4, 0.75], + "cubes": [ + {"origin": [-4.5, 29.9, -2.5], "size": [9, 6, 6], "uv": [50, 29]}, + {"origin": [0.55, 31.325, -2.55], "size": [3, 2, 0], "pivot": [2.05, 33.825, -2.55], "rotation": [0, 0, -17.5], "uv": [32, 90]}, + {"origin": [-3.55, 31.325, -2.55], "size": [3, 2, 0], "pivot": [-2.05, 33.825, -2.55], "rotation": [0, 0, 17.5], "uv": [26, 100]}, + {"origin": [2, 35.9, -2.5], "size": [2, 3, 6], "uv": [40, 84]}, + {"origin": [-2, 38.6, -4.625], "size": [4, 2, 8], "inflate": 0.05, "pivot": [1, 39.6, -1.125], "rotation": [10, 0, 0], "uv": [46, 53]}, + {"origin": [-2, 35.3, -2.5], "size": [4, 4, 6], "inflate": 0.05, "uv": [78, 0]}, + {"origin": [-4, 35.9, -2.5], "size": [2, 3, 6], "uv": [0, 86]}, + {"origin": [-1.55, 37.8, -7.55], "size": [1, 2, 3], "pivot": [-1.05, 38.8, -5.55], "rotation": [11.25, 0, 0], "uv": [100, 78]}, + {"origin": [0.45, 37.8, -7.55], "size": [1, 2, 3], "pivot": [0.95, 38.8, -5.55], "rotation": [11.25, 0, 0], "uv": [80, 100]} + ] + }, + { + "name": "mouth_open", + "parent": "head", + "pivot": [-1.5, 30.9, -1.25], + "cubes": [ + {"origin": [-1.5, 31.55, -2.275], "size": [3, 2, 0], "uv": [102, 13]} + ] + }, + { + "name": "bone46", + "parent": "head", + "pivot": [-1.5, 34.925, -2.525], + "cubes": [ + {"origin": [-2, 34.425, -2.525], "size": [1, 1, 0], "uv": [78, 18]} + ] + }, + { + "name": "bone47", + "parent": "head", + "pivot": [-1.5, 31.4, -1.5], + "cubes": [ + {"origin": [-1.5, 32.05, -2.525], "size": [3, 1, 0], "uv": [50, 41]} + ] + }, + { + "name": "bone45", + "parent": "head", + "pivot": [1.5, 34.9, -2.525], + "cubes": [ + {"origin": [1, 34.4, -2.525], "size": [1, 1, 0], "uv": [78, 16]} + ] + }, + { + "name": "bone41", + "parent": "head", + "pivot": [2.95, 39.35, -5.55], + "cubes": [ + {"origin": [2, 38.15, -4.625], "size": [2, 2, 8], "inflate": 0.025, "pivot": [3, 39.15, -1.125], "rotation": [10, 0, 0], "uv": [80, 16]}, + {"origin": [2.45, 37.35, -6.55], "size": [1, 2, 2], "pivot": [2.95, 38.35, -5.55], "rotation": [11.25, 0, 0], "uv": [14, 106]} + ] + }, + { + "name": "bone40", + "parent": "head", + "pivot": [-3.05, 39.35, -5.55], + "cubes": [ + {"origin": [-4, 38.15, -4.625], "size": [2, 2, 8], "inflate": 0.025, "pivot": [-3, 39.15, -1.125], "rotation": [10, 0, 0], "uv": [80, 26]}, + {"origin": [-3.55, 37.35, -6.55], "size": [1, 2, 2], "pivot": [-3.05, 38.35, -5.55], "rotation": [11.25, 0, 0], "uv": [20, 106]} + ] + }, + { + "name": "bone42", + "parent": "bone40", + "pivot": [-3.2, 31.11964, 0.23851], + "rotation": [-28.06681, 11.06861, -5.84485], + "cubes": [ + {"origin": [-4.175, 30.21672, -5.84884], "size": [2, 2, 5], "inflate": 0.025, "pivot": [-3.175, 31.275, 0.2], "rotation": [10, 0, 0], "uv": [94, 60]}, + {"origin": [-3.725, 28.975, -8.725], "size": [1, 2, 3], "pivot": [-3.225, 29.975, -6.725], "rotation": [11.25, 0, 0], "uv": [100, 83]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-3.275, 13.025, 0.925], + "rotation": [27.92649, -38.33999, -41.37385], + "cubes": [ + {"origin": [-12.275, 11.025, -1.325], "size": [9, 4, 4], "uv": [54, 20], "mirror": true} + ] + }, + { + "name": "leg_right_lower", + "parent": "leg_right", + "pivot": [-12.35, 15.075, 0.175], + "rotation": [0, 0, 31.75], + "cubes": [ + {"origin": [-12.47391, 9.10357, -1.825], "size": [5, 6, 5], "uv": [20, 73], "mirror": true} + ] + }, + { + "name": "bone39", + "parent": "leg_right_lower", + "pivot": [-7.97391, 9.10357, 0.675], + "cubes": [ + {"origin": [-12.47391, 5.10357, -1.825], "size": [5, 4, 5], "inflate": 0.05, "uv": [80, 73], "mirror": true}, + {"origin": [-10.97391, 5.02857, -0.3], "size": [2, 0, 2], "uv": [0, 0]} + ] + }, + { + "name": "bone43", + "parent": "bone39", + "pivot": [-12.22391, 5.10357, 0.675], + "cubes": [ + {"origin": [-14.97391, 5.10357, -0.825], "size": [3, 3, 3], "uv": [98, 0]}, + {"origin": [-15.97391, 5.10357, 2.025], "size": [4, 2, 1], "pivot": [-12.97391, 5.10357, 3.025], "rotation": [0, -6.25, 0], "uv": [88, 100]}, + {"origin": [-15.97391, 5.10357, -1.675], "size": [4, 2, 1], "pivot": [-12.97391, 5.10357, -1.675], "rotation": [0, 6.25, 0], "uv": [100, 94]}, + {"origin": [-16.97391, 5.10357, -0.325], "size": [2, 2, 2], "uv": [102, 54]}, + {"origin": [-16.97391, 5.10357, 0.175], "size": [2, 2, 1], "inflate": 0.025, "uv": [103, 58]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [3.275, 13.025, 0.925], + "rotation": [27.92649, 38.33999, 41.37385], + "cubes": [ + {"origin": [3.275, 11.025, -1.325], "size": [9, 4, 4], "uv": [54, 20]} + ] + }, + { + "name": "leg_left_lower", + "parent": "leg_left", + "pivot": [12.35, 15.075, 0.175], + "rotation": [0, 0, -31.75], + "cubes": [ + {"origin": [7.47391, 9.10357, -1.825], "size": [5, 6, 5], "uv": [20, 73]} + ] + }, + { + "name": "bone44", + "parent": "leg_left_lower", + "pivot": [7.97391, 9.10357, 0.675], + "cubes": [ + {"origin": [7.47391, 5.10357, -1.825], "size": [5, 4, 5], "inflate": 0.05, "uv": [80, 73]}, + {"origin": [8.97391, 5.02857, -0.325], "size": [2, 0, 2], "uv": [0, 0]} + ] + }, + { + "name": "bone", + "parent": "bone44", + "pivot": [12.22391, 5.35357, 0.675], + "cubes": [ + {"origin": [11.97391, 5.10357, -0.825], "size": [3, 3, 3], "uv": [14, 96]}, + {"origin": [11.97391, 5.10357, 2.025], "size": [4, 2, 1], "pivot": [12.97391, 5.10357, 3.025], "rotation": [0, 6.25, 0], "uv": [98, 91]}, + {"origin": [11.97391, 5.10357, -1.675], "size": [4, 2, 1], "pivot": [12.97391, 5.10357, -1.675], "rotation": [0, -6.25, 0], "uv": [100, 32]}, + {"origin": [14.97391, 5.10357, 0.175], "size": [2, 2, 1], "inflate": 0.025, "uv": [103, 58]}, + {"origin": [14.97391, 5.10357, -0.325], "size": [2, 2, 2], "uv": [102, 50]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/baxcalibur.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/baxcalibur.geo.json new file mode 100644 index 0000000..00853f1 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/baxcalibur.geo.json @@ -0,0 +1,302 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.Baxcalibur", + "texture_width": 256, + "texture_height": 256, + "visible_bounds_width": 7, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "baxcalibur", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "baxcalibur", + "pivot": [0, 18, 0], + "cubes": [ + {"origin": [-8, 10, -7], "size": [16, 16, 14], "uv": [0, 0]} + ] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 26, 0], + "cubes": [ + {"origin": [-6.5, 16, -6.5], "size": [13, 18, 12], "uv": [1, 31]} + ] + }, + { + "name": "neck", + "parent": "torso", + "pivot": [0, 33, 0], + "cubes": [ + {"origin": [-5, 23, -6], "size": [10, 18, 10], "uv": [42, 51]}, + {"origin": [-4, 28, -6], "size": [8, 21, 8], "inflate": 0.01, "uv": [4, 65]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 48, -3], + "cubes": [ + {"origin": [-4, 46, 4], "size": [8, 8, 9], "pivot": [0, 5, 1], "rotation": [15, 0, 0], "uv": [86, 4]}, + {"origin": [-4, 49, -2], "size": [8, 3, 7], "inflate": 0.01, "pivot": [0, 5, 1], "rotation": [15, 0, 0], "uv": [113, 55]}, + {"origin": [-0.5, 52, -2], "size": [1, 0, 7], "inflate": 0.02, "pivot": [0, 5, 1], "rotation": [15, 0, 0], "uv": [132, 12]}, + {"origin": [-4, 41.25, -26.25], "size": [8, 2, 2], "inflate": 0.02, "pivot": [0, 5, 1], "rotation": [-25, 0, 0], "uv": [46, 10]} + ] + }, + { + "name": "bone8", + "parent": "head", + "pivot": [0, 5, 1], + "cubes": [ + {"origin": [-4, 43, 23], "size": [8, 3, 5], "inflate": 0.03, "pivot": [0, 5, 1], "rotation": [45, 0, 0], "uv": [113, 2]}, + {"origin": [-0.5, 43.01, 23], "size": [1, 3, 5], "inflate": 0.03, "pivot": [0, 5, 1], "rotation": [45, 0, 0], "uv": [129, 11]}, + {"origin": [4.04, 44.5, 24.5], "size": [0, 1, 4], "inflate": 0.01, "pivot": [0, 5, 1], "rotation": [45, 0, 0], "uv": [1, 26]}, + {"origin": [-4.04, 44.5, 24], "size": [0, 1, 5], "inflate": 0.01, "pivot": [0, 5, 1], "rotation": [45, 0, 0], "uv": [0, 8]}, + {"origin": [-4, 50.9, 2], "size": [0, 2, 3], "inflate": 0.035, "pivot": [0, 5, 1], "rotation": [15, 0, 0], "uv": [8, 0]}, + {"origin": [4, 50.9, 2], "size": [0, 2, 3], "inflate": 0.035, "pivot": [0, 5, 1], "rotation": [15, 0, 0], "uv": [0, 0]}, + {"origin": [4, 50.9, 2.25], "size": [0, 2, 2], "inflate": 0.04, "pivot": [0, 5, 1], "rotation": [15, 0, 0], "uv": [32, 62]}, + {"origin": [-4, 50.9, 2.25], "size": [0, 2, 2], "inflate": 0.04, "pivot": [0, 5, 1], "rotation": [15, 0, 0], "uv": [4, 59]}, + {"origin": [4.01, 51.1, 2.5], "size": [0, 1, 1], "inflate": 0.035, "pivot": [0, 5, 1], "rotation": [15, 0, 0], "uv": [2, 1]}, + {"origin": [-4.01, 51.1, 2.5], "size": [0, 1, 1], "inflate": 0.035, "pivot": [0, 5, 1], "rotation": [15, 0, 0], "uv": [0, 1]} + ] + }, + { + "name": "bone12", + "parent": "bone8", + "pivot": [0, 5, 1], + "rotation": [45, 0, 0], + "cubes": [ + {"origin": [-19.3, 45.03, 19.95], "size": [3, 1, 3], "inflate": 0.02, "pivot": [0, 5, 1], "rotation": [0, 45, 0], "uv": [137, 0]}, + {"origin": [16.3, 45.03, 19.95], "size": [3, 1, 3], "inflate": 0.02, "pivot": [0, 5, 1], "rotation": [0, -45, 0], "uv": [153, 0], "mirror": true} + ] + }, + { + "name": "bone", + "parent": "bone8", + "pivot": [0, 5, 1], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [-40.6, 27.9, -2], "size": [2, 4, 1], "pivot": [0, 5, 1], "rotation": [0, 0, 60], "uv": [39, 35]}, + {"origin": [38.6, 27.9, -2], "size": [2, 4, 1], "pivot": [0, 5, 1], "rotation": [0, 0, -60], "uv": [39, 30]}, + {"origin": [4, 34.6, 32.75], "size": [0, 1, 1], "inflate": 0.02, "pivot": [0, 5, 1], "rotation": [45, 0, 0], "uv": [73, 58]}, + {"origin": [-4, 34.6, 32.75], "size": [0, 1, 1], "inflate": 0.02, "pivot": [0, 5, 1], "rotation": [45, 0, 0], "uv": [73, 58], "mirror": true} + ] + }, + { + "name": "bone11", + "parent": "head", + "pivot": [0, 47, -6], + "cubes": [ + {"origin": [-4, 46, -2], "size": [8, 3, 7], "inflate": 0.02, "pivot": [0, 5, 1], "rotation": [15, 0, 0], "uv": [112, 117]}, + {"origin": [-4, 46, -2], "size": [8, 3, 0], "inflate": 0.01, "pivot": [0, 5, 1], "rotation": [15, 0, 0], "uv": [118, 6]}, + {"origin": [-4, 46.1, -2], "size": [8, 0, 7], "inflate": 0.01, "pivot": [0, 5, 1], "rotation": [15, 0, 0], "uv": [120, 117]}, + {"origin": [4, 46, -2], "size": [0, 3, 7], "inflate": 0.01, "pivot": [0, 5, 1], "rotation": [15, 0, 0], "uv": [152, 82]}, + {"origin": [-4, 46, -2], "size": [0, 3, 7], "inflate": 0.01, "pivot": [0, 5, 1], "rotation": [15, 0, 0], "uv": [152, 82], "mirror": true}, + {"origin": [-4, 39, -24.25], "size": [8, 2, 2], "inflate": 0.03, "pivot": [0, 5, 1], "rotation": [-25, 0, 0], "uv": [52, 41]}, + {"origin": [4, 31.25, 31.75], "size": [0, 1, 1], "inflate": 0.015, "pivot": [0, 5, 1], "rotation": [60, 0, 0], "uv": [73, 58]}, + {"origin": [-4, 31.25, 31.75], "size": [0, 1, 1], "inflate": 0.015, "pivot": [0, 5, 1], "rotation": [60, 0, 0], "uv": [73, 58], "mirror": true}, + {"origin": [4, 33.3, 32.5], "size": [0, 1, 1], "inflate": 0.01, "pivot": [0, 5, 1], "rotation": [60, 0, 0], "uv": [73, 58]}, + {"origin": [-4, 33.3, 32.5], "size": [0, 1, 1], "inflate": 0.01, "pivot": [0, 5, 1], "rotation": [60, 0, 0], "uv": [73, 58], "mirror": true}, + {"origin": [4, 34.3, 31.5], "size": [0, 1, 1], "inflate": 0.01, "pivot": [0, 5, 1], "rotation": [60, 0, 0], "uv": [73, 58]}, + {"origin": [-4, 34.3, 31.5], "size": [0, 1, 1], "inflate": 0.01, "pivot": [0, 5, 1], "rotation": [60, 0, 0], "uv": [73, 58], "mirror": true}, + {"origin": [4, 44, 0.5], "size": [0, 2, 3], "inflate": 0.01, "pivot": [0, 5, 1], "rotation": [15, 0, 0], "uv": [6, 28]}, + {"origin": [-4, 44, 0.5], "size": [0, 2, 3], "inflate": 0.02, "pivot": [0, 5, 1], "rotation": [15, 0, 0], "uv": [0, 28]} + ] + }, + { + "name": "bone4", + "parent": "bone11", + "pivot": [10, 6, 6], + "rotation": [0, 0, -15], + "cubes": [ + {"origin": [11, 41, -13], "size": [3, 5, 0], "inflate": 0.01, "uv": [6, 38]}, + {"origin": [-7.3, 41, -2.75], "size": [3, 5, 0], "inflate": 0.01, "pivot": [10, 6, 6], "rotation": [0, -75, 0], "uv": [0, 38]} + ] + }, + { + "name": "bone5", + "parent": "bone11", + "pivot": [-10, 6, 6], + "rotation": [0, 0, 15], + "cubes": [ + {"origin": [-14, 41, -13], "size": [3, 5, 0], "inflate": 0.01, "uv": [6, 33]}, + {"origin": [4.3, 41, -2.75], "size": [3, 5, 0], "inflate": 0.01, "pivot": [-10, 6, 6], "rotation": [0, 75, 0], "uv": [0, 33]} + ] + }, + { + "name": "arm_left", + "parent": "torso", + "pivot": [6, 31, 0], + "cubes": [ + {"origin": [4.5, 29, -2.5], "size": [11, 4, 6], "uv": [102, 76]} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [15, 31, 1], + "cubes": [ + {"origin": [25.25, 33, -1], "size": [6, 0, 3], "uv": [25, 61]}, + {"origin": [15.5, 29, -2.5], "size": [9, 4, 6], "inflate": 0.01, "uv": [109, 35]}, + {"origin": [18.25, 33, -17], "size": [6, 0, 2], "pivot": [0, 0, 0], "rotation": [0, -45, 0], "uv": [62, 46]}, + {"origin": [15.25, 32.25, -18.5], "size": [4, 1, 4], "pivot": [0, 0, 0], "rotation": [0, -45, 0], "uv": [68, 41]}, + {"origin": [24.5, 30, 1.5], "size": [3, 2, 0], "uv": [72, 53]}, + {"origin": [17.25, 33, 15.5], "size": [6, 0, 2], "pivot": [0, 0, 0], "rotation": [0, 45, 0], "uv": [37, 41]}, + {"origin": [24.5, 30, -0.5], "size": [3, 2, 0], "uv": [72, 55]}, + {"origin": [24.5, 30, 0.5], "size": [3, 2, 0], "uv": [72, 51]} + ] + }, + { + "name": "arm_right", + "parent": "torso", + "pivot": [-6, 31, 0], + "cubes": [ + {"origin": [-15.5, 29, -2.5], "size": [11, 4, 6], "uv": [102, 76], "mirror": true} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-15, 31, 1], + "cubes": [ + {"origin": [-31.25, 33, -1], "size": [6, 0, 3], "uv": [25, 61], "mirror": true}, + {"origin": [-24.5, 29, -2.5], "size": [9, 4, 6], "inflate": 0.01, "uv": [109, 35], "mirror": true}, + {"origin": [-24.25, 33, -17], "size": [6, 0, 2], "pivot": [0, 0, 0], "rotation": [0, 45, 0], "uv": [62, 46], "mirror": true}, + {"origin": [-19.25, 32.25, -18.5], "size": [4, 1, 4], "pivot": [0, 0, 0], "rotation": [0, 45, 0], "uv": [68, 41], "mirror": true}, + {"origin": [-27.5, 30, 1.5], "size": [3, 2, 0], "uv": [72, 53], "mirror": true}, + {"origin": [-23.25, 33, 15.5], "size": [6, 0, 2], "pivot": [0, 0, 0], "rotation": [0, -45, 0], "uv": [37, 41], "mirror": true}, + {"origin": [-27.5, 30, -0.5], "size": [3, 2, 0], "uv": [72, 55], "mirror": true}, + {"origin": [-27.5, 30, 0.5], "size": [3, 2, 0], "uv": [72, 51], "mirror": true} + ] + }, + { + "name": "bone6", + "parent": "torso", + "pivot": [0, 1, -2], + "cubes": [ + {"origin": [-0.5, 23.5, 4], "size": [1, 13, 12], "uv": [0, 94]}, + {"origin": [0.5, 28.5, 0], "size": [0, 3, 12], "inflate": 0.02, "uv": [0, 124]}, + {"origin": [-0.5, 28.5, 0], "size": [0, 3, 12], "inflate": 0.02, "uv": [0, 124], "mirror": true}, + {"origin": [0.5, 21.5, 13], "size": [0, 3, 12], "inflate": 0.015, "pivot": [0, 1, -2], "rotation": [30, 0, 0], "uv": [0, 124]}, + {"origin": [-0.5, 21.5, 13], "size": [0, 3, 12], "inflate": 0.015, "pivot": [0, 1, -2], "rotation": [30, 0, 0], "uv": [0, 124], "mirror": true}, + {"origin": [0.5, 27.5, -17], "size": [0, 3, 12], "inflate": 0.015, "pivot": [0, -1, -2], "rotation": [-30, 0, 0], "uv": [0, 124]}, + {"origin": [-0.5, 27.5, -17], "size": [0, 3, 12], "inflate": 0.015, "pivot": [0, -1, -2], "rotation": [-30, 0, 0], "uv": [0, 124], "mirror": true}, + {"origin": [-0.5, 22, 15], "size": [1, 10, 7], "uv": [58, 114]}, + {"origin": [-0.5, 28, 15], "size": [1, 10, 7], "uv": [0, 119]}, + {"origin": [-0.5, 25, -19], "size": [1, 16, 16], "inflate": 0.01, "pivot": [0, 1, -2], "rotation": [-45, 0, 0], "uv": [68, 63]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-6, 18, 1], + "rotation": [0, 15, 0], + "cubes": [ + {"origin": [-12.9785, 10, -8.75908], "size": [8, 12, 9], "pivot": [3.0215, 0, -1.75908], "rotation": [-15, 0, 0], "uv": [84, 41]} + ] + }, + { + "name": "leg_right2", + "parent": "leg_right", + "pivot": [3.0215, 0, -1.75908], + "cubes": [ + {"origin": [-12.4785, 2, -4.75908], "size": [7, 10, 9], "pivot": [3.0215, 0, -1.75908], "rotation": [5, 0, 0], "uv": [59, 95]} + ] + }, + { + "name": "foot_right", + "parent": "leg_right2", + "pivot": [3.0215, 0, -1.75908], + "cubes": [ + {"origin": [-12.9785, 0, -6.75908], "size": [8, 3, 11], "uv": [86, 62]}, + {"origin": [-6.9785, 0, -8.75908], "size": [1, 3, 2], "uv": [46, 0]}, + {"origin": [-6.4785, -0.5, -10.75908], "size": [0, 3, 2], "uv": [28, 67]}, + {"origin": [-11.9785, 0, -8.75908], "size": [1, 3, 2], "uv": [0, 61]}, + {"origin": [-11.4785, -0.5, -10.75908], "size": [0, 3, 2], "uv": [6, 67]}, + {"origin": [-9.4785, 0, -8.75908], "size": [1, 3, 2], "uv": [6, 61]}, + {"origin": [-8.9785, -0.5, -10.75908], "size": [0, 3, 2], "uv": [6, 64]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [7, 18, 1], + "rotation": [0, -15, 0], + "cubes": [ + {"origin": [5.01257, 10, -8.50026], "size": [8, 12, 9], "pivot": [-2.98743, 0, -1.50026], "rotation": [-15, 0, 0], "uv": [84, 41], "mirror": true} + ] + }, + { + "name": "leg_left2", + "parent": "leg_left", + "pivot": [-2.98743, 0, -1.50026], + "cubes": [ + {"origin": [5.51257, 2, -4.50026], "size": [7, 10, 9], "pivot": [-2.98743, 0, -1.50026], "rotation": [5, 0, 0], "uv": [59, 95], "mirror": true} + ] + }, + { + "name": "foot_left", + "parent": "leg_left2", + "pivot": [-2.98743, 0, -1.50026], + "cubes": [ + {"origin": [5.01257, 0, -6.50026], "size": [8, 3, 11], "uv": [86, 62], "mirror": true}, + {"origin": [6.01257, 0, -8.50026], "size": [1, 3, 2], "uv": [46, 0], "mirror": true}, + {"origin": [6.51257, -0.5, -10.50026], "size": [0, 3, 2], "uv": [28, 67], "mirror": true}, + {"origin": [11.01257, 0, -8.50026], "size": [1, 3, 2], "uv": [0, 61], "mirror": true}, + {"origin": [11.51257, -0.5, -10.50026], "size": [0, 3, 2], "uv": [6, 67], "mirror": true}, + {"origin": [8.51257, 0, -8.50026], "size": [1, 3, 2], "uv": [6, 61], "mirror": true}, + {"origin": [9.01257, -0.5, -10.50026], "size": [0, 3, 2], "uv": [6, 64], "mirror": true} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [0, 14, 5], + "cubes": [ + {"origin": [-5.4, 10, -4], "size": [11, 11, 14], "pivot": [0, 0, 0], "rotation": [-30, 0, 0], "uv": [46, 16]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 7, 16], + "cubes": [ + {"origin": [-3.5, 8, 9], "size": [7, 9, 13], "pivot": [0, 0, 0], "rotation": [-15, 0, 0], "uv": [27, 81]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 6, 24], + "cubes": [ + {"origin": [-2.5, 3, 20], "size": [5, 7, 11], "uv": [80, 107]} + ] + }, + { + "name": "tail4", + "parent": "tail3", + "pivot": [0, 7, 31], + "cubes": [ + {"origin": [-1.5, -4, 31], "size": [3, 5, 6], "pivot": [0, 0, 0], "rotation": [15, 0, 0], "uv": [16, 122]} + ] + }, + { + "name": "tail5", + "parent": "tail4", + "pivot": [0, 8, 36], + "cubes": [ + {"origin": [-0.5, -3, 35], "size": [1, 3, 6], "pivot": [0, 0, 0], "rotation": [15, 0, 0], "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/bellibolt/bellibolt.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/bellibolt/bellibolt.geo.json new file mode 100644 index 0000000..46dbeed --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/bellibolt/bellibolt.geo.json @@ -0,0 +1,155 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 3, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "bellibolt", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "bellibolt", + "pivot": [7.5, 3, -5.5] + }, + { + "name": "left_leg", + "parent": "body", + "pivot": [-4, 4.975, 0], + "cubes": [ + {"origin": [-5.5, 2.475, -0.55], "size": [3, 3, 3], "uv": [0, 0], "mirror": true} + ] + }, + { + "name": "left_leg2", + "parent": "left_leg", + "pivot": [-4, 2.475, 0], + "cubes": [ + {"origin": [-5.5, 0.475, -2.5], "size": [3, 2, 5], "inflate": 0.2, "uv": [60, 34], "mirror": true} + ] + }, + { + "name": "right_leg", + "parent": "body", + "pivot": [4, 4.975, 0], + "cubes": [ + {"origin": [2.5, 2.475, -0.55], "size": [3, 3, 3], "uv": [0, 0]} + ] + }, + { + "name": "right_leg2", + "parent": "right_leg", + "pivot": [4, 2.475, 0], + "cubes": [ + {"origin": [2.5, 0.475, -2.5], "size": [3, 2, 5], "inflate": 0.2, "uv": [60, 34]} + ] + }, + { + "name": "torso_bot", + "parent": "body", + "pivot": [0, 10.09167, -0.91667], + "cubes": [ + {"origin": [-1, 8.675, -7.65], "size": [2, 2, 0], "uv": [0, 12]}, + {"origin": [-2, 9.675, 7.575], "size": [4, 4, 0], "uv": [0, 81]}, + {"origin": [-1, 10.675, 7.675], "size": [2, 2, 0], "uv": [0, 68]}, + {"origin": [-8.5, 2.675, -6.5], "size": [17, 11, 14], "uv": [0, 0]}, + {"origin": [-6, 3.675, -7.5], "size": [12, 12, 3], "uv": [30, 56]}, + {"origin": [-2, 7.675, -7.6], "size": [4, 4, 0], "uv": [0, 25]} + ] + }, + { + "name": "electric", + "parent": "torso_bot", + "pivot": [5, 3.675, -6.4], + "cubes": [ + {"origin": [-6, 3.675, -7.45], "size": [12, 12, 0], "uv": [48, 0]} + ] + }, + { + "name": "head", + "parent": "torso_bot", + "pivot": [0, 12.675, 0.5], + "cubes": [ + {"origin": [-7.5, 11.675, -5.5], "size": [15, 13, 12], "uv": [49, 73]} + ] + }, + { + "name": "big_eye_right", + "parent": "head", + "pivot": [-7.975, 20.175, 0.5], + "rotation": [0, 0, 7.5], + "cubes": [ + {"origin": [-10.475, 17.675, -1.5], "size": [5, 5, 4], "uv": [42, 25]}, + {"origin": [-9.3, 19.15, -1.55], "size": [1, 2, 0], "uv": [12, 3]}, + {"origin": [-9.3, 19.15, -1.35], "size": [1, 2, 1], "inflate": 0.175, "uv": [9, 0]} + ] + }, + { + "name": "big_eye_left", + "parent": "head", + "pivot": [7.975, 20.175, 0.5], + "rotation": [0, 0, -7.5], + "cubes": [ + {"origin": [5.475, 17.675, -1.5], "size": [5, 5, 4], "uv": [18, 47]}, + {"origin": [8.3, 19.15, -1.55], "size": [1, 2, 0], "uv": [12, 5]}, + {"origin": [8.3, 19.15, -1.35], "size": [1, 2, 1], "inflate": 0.175, "uv": [9, 6]} + ] + }, + { + "name": "eye_left2", + "parent": "head", + "pivot": [2.5, 19.675, -4.525], + "cubes": [ + {"origin": [1.5, 19.675, -5.525], "size": [1, 2, 0], "uv": [0, 0]} + ] + }, + { + "name": "eye_right2", + "parent": "head", + "pivot": [-2.5, 19.675, -4.525], + "cubes": [ + {"origin": [-2.5, 19.675, -5.525], "size": [1, 2, 0], "uv": [0, 6]} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [5, 18.675, -4.6], + "cubes": [ + {"origin": [-5, 18.675, -5.6], "size": [1, 1, 0], "uv": [12, 0]}, + {"origin": [-4.5, 18.15, -5.575], "size": [2, 1, 0], "uv": [8, 13]}, + {"origin": [-2.5, 17.65, -5.575], "size": [2, 1, 0], "uv": [4, 13]}, + {"origin": [-0.5, 17.65, -5.575], "size": [1, 1, 0], "uv": [0, 8]}, + {"origin": [0.5, 17.65, -5.575], "size": [2, 1, 0], "uv": [4, 12]}, + {"origin": [2.5, 18.15, -5.575], "size": [2, 1, 0], "uv": [8, 12]}, + {"origin": [4, 18.675, -5.6], "size": [1, 1, 0], "uv": [0, 2]} + ] + }, + { + "name": "arm_right", + "parent": "torso_bot", + "pivot": [-7, 13.5, -1], + "cubes": [ + {"origin": [-12.5, 12, -2.5], "size": [7, 3, 3], "uv": [59, 22]} + ] + }, + { + "name": "arm_left", + "parent": "torso_bot", + "pivot": [7, 13.5, -1], + "cubes": [ + {"origin": [5.5, 12, -2.5], "size": [7, 3, 3], "uv": [60, 28]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/binacle/binacle.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/binacle/binacle.geo.json new file mode 100644 index 0000000..57e3595 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/binacle/binacle.geo.json @@ -0,0 +1,320 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.binacle", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "binacle", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "binacle", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [-1.5, 0, 0], + "cubes": [ + {"origin": [-6, 2, -5], "size": [12, 4, 9], "uv": [0, 0]}, + {"origin": [-4, 6, -2], "size": [8, 2, 5], "uv": [0, 22]}, + {"origin": [-2, 6, -5], "size": [4, 1, 3], "uv": [34, 18]}, + {"origin": [-5, 0, -4], "size": [10, 2, 7], "uv": [0, 13]} + ] + }, + { + "name": "bone4", + "parent": "torso", + "pivot": [-3.25, 5.9, -1.5], + "rotation": [0, 0, -17.5], + "cubes": [ + {"origin": [-5.25, 4.9, -3], "size": [4, 3, 3], "uv": [22, 37]} + ] + }, + { + "name": "bone17", + "parent": "bone4", + "pivot": [-3, 7.8, -0.25], + "cubes": [ + {"origin": [-5.25, 7.8, -3], "size": [4, 3, 3], "inflate": -0.1, "uv": [42, 6]} + ] + }, + { + "name": "bone18", + "parent": "bone17", + "pivot": [-3.25, 10.45, -1.5], + "cubes": [ + {"origin": [-5.25, 10.4, -3], "size": [4, 3, 3], "uv": [0, 39]} + ] + }, + { + "name": "other_head", + "parent": "bone18", + "pivot": [-3.5, 13.15, -1.5], + "cubes": [ + {"origin": [-6.75, 13.9, -3.5], "size": [7, 6, 4], "uv": [26, 22]}, + {"origin": [-5.75, 12.9, -3.5], "size": [5, 1, 4], "uv": [22, 32]}, + {"origin": [-6.75, 18.4, -3.5], "size": [7, 2, 0], "pivot": [-3.75, 18.4, -3.5], "rotation": [2.5, 0, 0], "uv": [40, 32]}, + {"origin": [-6.775, 18.4, -3.5], "size": [0, 2, 4], "pivot": [-6.525, 18.5, -1.4], "rotation": [0, 0, -2.5], "uv": [50, 36]}, + {"origin": [-6.75, 18.4, 0.5], "size": [7, 2, 0], "pivot": [-3.75, 18.4, 0.5], "rotation": [-2.5, 0, 0], "uv": [40, 34]}, + {"origin": [0.25, 18.4, -3.5], "size": [0, 2, 4], "pivot": [0.25, 18.4, -1.5], "rotation": [0, 0, 2.5], "uv": [32, 50]}, + {"origin": [-2.725, 13.35, -3.55], "size": [2, 3, 0], "pivot": [-1.725, 14.35, -2.55], "rotation": [0, 0, 7.5], "uv": [24, 56]}, + {"origin": [-5.775, 13.35, -3.55], "size": [2, 3, 0], "pivot": [-4.775, 14.35, -2.55], "rotation": [0, 0, -7.5], "uv": [28, 56]} + ] + }, + { + "name": "bone19", + "parent": "other_head", + "pivot": [-0.75, 12.9, -0.5], + "cubes": [ + {"origin": [-4.75, 13.75, -2.525], "size": [3, 2, 0], "uv": [14, 41]} + ] + }, + { + "name": "bone20", + "parent": "other_head", + "pivot": [-3.25, 14.75, -3.525], + "cubes": [ + {"origin": [-4.75, 14.25, -3.525], "size": [3, 1, 0], "uv": [48, 31]} + ] + }, + { + "name": "bone21", + "parent": "other_head", + "pivot": [-3.025, 20, 0], + "cubes": [ + {"origin": [-4.775, 19.75, -3], "size": [3, 4, 3], "uv": [40, 43]} + ] + }, + { + "name": "bone22", + "parent": "bone21", + "pivot": [-3.225, 23.725, -0.125], + "cubes": [ + {"origin": [-3.775, 23.4, -3], "size": [1, 2, 3], "inflate": -0.125, "uv": [56, 0]}, + {"origin": [-4.275, 23.4, -3], "size": [2, 2, 3], "inflate": -0.15, "uv": [48, 23]} + ] + }, + { + "name": "bone23", + "parent": "bone22", + "pivot": [-3.225, 25.25, -0.25], + "cubes": [ + {"origin": [-3.775, 24.9, -3], "size": [1, 2, 3], "inflate": -0.225, "uv": [56, 5]} + ] + }, + { + "name": "bone24", + "parent": "other_head", + "pivot": [-0.8, 19.85, 0], + "cubes": [ + {"origin": [-1.3, 19.85, -3], "size": [1, 3, 3], "uv": [52, 12]} + ] + }, + { + "name": "bone25", + "parent": "bone24", + "pivot": [-0.8, 22.85, -0.15], + "cubes": [ + {"origin": [-1.3, 22.6, -3], "size": [1, 3, 3], "inflate": -0.125, "uv": [48, 50]} + ] + }, + { + "name": "bone26", + "parent": "other_head", + "pivot": [-5.8, 19.85, -0.025], + "cubes": [ + {"origin": [-6.3, 19.85, -3], "size": [1, 3, 3], "uv": [52, 12]} + ] + }, + { + "name": "bone27", + "parent": "bone26", + "pivot": [-5.725, 22.85, -0.15], + "cubes": [ + {"origin": [-6.3, 22.6, -3], "size": [1, 3, 3], "inflate": -0.125, "uv": [52, 42]} + ] + }, + { + "name": "bone28", + "parent": "other_head", + "pivot": [-3.25, 17.4, -3.5], + "cubes": [ + {"origin": [-4.75, 17.25, -3.55], "size": [3, 1, 0], "uv": [52, 48]}, + {"origin": [-6.25, 17.75, -3.55], "size": [2, 1, 0], "pivot": [-5.25, 18.25, -3.55], "rotation": [0, 0, 17.5], "uv": [24, 49]}, + {"origin": [-2.25, 17.75, -3.55], "size": [2, 1, 0], "pivot": [-1.25, 18.25, -3.55], "rotation": [0, 0, -17.5], "uv": [52, 49]} + ] + }, + { + "name": "bone29", + "parent": "other_head", + "pivot": [-4.7, 17.125, -3.525], + "cubes": [ + {"origin": [-5.2, 16.625, -3.525], "size": [1, 1, 0], "uv": [20, 41]} + ] + }, + { + "name": "bone30", + "parent": "other_head", + "pivot": [-1.8, 17.125, -3.525], + "cubes": [ + {"origin": [-2.3, 16.625, -3.525], "size": [1, 1, 0], "uv": [20, 42]} + ] + }, + { + "name": "bone", + "parent": "torso", + "pivot": [3.25, 5.9, -1.5], + "rotation": [0, 0, 17.5], + "cubes": [ + {"origin": [1.25, 4.9, -3], "size": [4, 3, 3], "uv": [22, 37]} + ] + }, + { + "name": "bone2", + "parent": "bone", + "pivot": [3, 7.8, -0.25], + "cubes": [ + {"origin": [1.25, 7.8, -3], "size": [4, 3, 3], "inflate": -0.1, "uv": [36, 37]} + ] + }, + { + "name": "bone3", + "parent": "bone2", + "pivot": [3.25, 10.45, -1.5], + "cubes": [ + {"origin": [1.25, 10.4, -3], "size": [4, 3, 3], "uv": [0, 39]} + ] + }, + { + "name": "head", + "parent": "bone3", + "pivot": [3.5, 13.15, -1.5], + "cubes": [ + {"origin": [-0.25, 13.9, -3.5], "size": [7, 6, 4], "uv": [26, 22]}, + {"origin": [0.75, 12.9, -3.5], "size": [5, 1, 4], "uv": [22, 32]}, + {"origin": [-0.25, 18.4, -3.5], "size": [7, 2, 0], "pivot": [3.75, 18.4, -3.5], "rotation": [2.5, 0, 0], "uv": [40, 32]}, + {"origin": [6.775, 18.4, -3.5], "size": [0, 2, 4], "pivot": [6.525, 18.5, -1.4], "rotation": [0, 0, 2.5], "uv": [32, 50]}, + {"origin": [-0.25, 18.4, 0.5], "size": [7, 2, 0], "pivot": [3.75, 18.4, 0.5], "rotation": [-2.5, 0, 0], "uv": [40, 34]}, + {"origin": [-0.25, 18.4, -3.5], "size": [0, 2, 4], "pivot": [-0.25, 18.4, -1.5], "rotation": [0, 0, -2.5], "uv": [50, 36]}, + {"origin": [0.725, 13.35, -3.55], "size": [2, 3, 0], "pivot": [1.725, 14.35, -2.55], "rotation": [0, 0, -7.5], "uv": [22, 29]}, + {"origin": [3.775, 13.35, -3.55], "size": [2, 3, 0], "pivot": [4.775, 14.35, -2.55], "rotation": [0, 0, 7.5], "uv": [48, 28]} + ] + }, + { + "name": "bone16", + "parent": "head", + "pivot": [0.75, 12.9, -0.5], + "cubes": [ + {"origin": [1.75, 13.75, -2.525], "size": [3, 2, 0], "uv": [14, 41]} + ] + }, + { + "name": "bone13", + "parent": "head", + "pivot": [3.25, 14.75, -3.525], + "cubes": [ + {"origin": [1.75, 14.25, -3.525], "size": [3, 1, 0], "uv": [42, 12]} + ] + }, + { + "name": "bone5", + "parent": "head", + "pivot": [3.025, 20, 0], + "cubes": [ + {"origin": [1.775, 19.75, -3], "size": [3, 4, 3], "uv": [40, 43]} + ] + }, + { + "name": "bone6", + "parent": "bone5", + "pivot": [3.225, 23.725, -0.125], + "cubes": [ + {"origin": [2.775, 23.4, -3], "size": [1, 2, 3], "inflate": -0.125, "uv": [16, 55]}, + {"origin": [2.275, 23.4, -3], "size": [2, 2, 3], "inflate": -0.15, "uv": [48, 18]} + ] + }, + { + "name": "bone7", + "parent": "bone6", + "pivot": [3.225, 25.25, -0.25], + "cubes": [ + {"origin": [2.775, 24.9, -3], "size": [1, 2, 3], "inflate": -0.225, "uv": [8, 55]} + ] + }, + { + "name": "bone10", + "parent": "head", + "pivot": [0.8, 19.85, 0], + "cubes": [ + {"origin": [0.3, 19.85, -3], "size": [1, 3, 3], "uv": [52, 12]} + ] + }, + { + "name": "bone11", + "parent": "bone10", + "pivot": [0.8, 22.85, -0.15], + "cubes": [ + {"origin": [0.3, 22.6, -3], "size": [1, 3, 3], "inflate": -0.125, "uv": [24, 50]} + ] + }, + { + "name": "bone8", + "parent": "head", + "pivot": [5.8, 19.85, -0.025], + "cubes": [ + {"origin": [5.3, 19.85, -3], "size": [1, 3, 3], "uv": [52, 12]} + ] + }, + { + "name": "bone9", + "parent": "bone8", + "pivot": [5.725, 22.85, -0.15], + "cubes": [ + {"origin": [5.3, 22.6, -3], "size": [1, 3, 3], "inflate": -0.125, "uv": [8, 49]} + ] + }, + { + "name": "bone12", + "parent": "head", + "pivot": [3.25, 17.4, -3.5], + "cubes": [ + {"origin": [1.75, 17.25, -3.55], "size": [3, 1, 0], "uv": [40, 36]}, + {"origin": [4.25, 17.75, -3.55], "size": [2, 1, 0], "pivot": [5.25, 18.25, -3.55], "rotation": [0, 0, -17.5], "uv": [46, 36]}, + {"origin": [0.25, 17.75, -3.55], "size": [2, 1, 0], "pivot": [1.25, 18.25, -3.55], "rotation": [0, 0, 17.5], "uv": [48, 12]} + ] + }, + { + "name": "bone15", + "parent": "head", + "pivot": [4.7, 17.125, -3.525], + "cubes": [ + {"origin": [4.2, 16.625, -3.525], "size": [1, 1, 0], "uv": [20, 40]} + ] + }, + { + "name": "bone31", + "parent": "bone15", + "pivot": [4.7, 17.125, -3.525] + }, + { + "name": "bone14", + "parent": "head", + "pivot": [1.8, 17.125, -3.525], + "cubes": [ + {"origin": [1.3, 16.625, -3.525], "size": [1, 1, 0], "uv": [20, 39]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/bisharp/bisharp.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/bisharp/bisharp.geo.json new file mode 100644 index 0000000..6141bac --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/bisharp/bisharp.geo.json @@ -0,0 +1,278 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.bisharp", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "bisharp", + "pivot": [-0.425, 0.025, 0] + }, + { + "name": "body", + "parent": "bisharp", + "pivot": [-0.425, 0.025, 0] + }, + { + "name": "leg_upper_right", + "parent": "body", + "pivot": [-1.725, 14.425, -0.5], + "cubes": [ + {"origin": [-6.185, 12.3, -2.66], "size": [5, 4, 5], "uv": [20, 41], "mirror": true}, + {"origin": [-5.64, 9.44, -2.31], "size": [4, 4, 4], "uv": [42, 27], "mirror": true}, + {"origin": [-7.17, 10.16, -3.115], "size": [6, 5, 6], "uv": [0, 30], "mirror": true} + ] + }, + { + "name": "bone13", + "parent": "leg_upper_right", + "pivot": [-3.2, 9.90112, -1.01732], + "cubes": [ + {"origin": [-4.45, 7.325, -2.21], "size": [2, 3, 2], "inflate": 0, "pivot": [-4.435, 10.74, -1.595], "rotation": [22.5, 0, 0], "uv": [46, 59], "mirror": true} + ] + }, + { + "name": "bone16", + "parent": "bone13", + "pivot": [-3.3, 8.125, 0.325], + "cubes": [ + {"origin": [-4.99, 5.75092, -1.18663], "size": [3, 3, 3], "inflate": -0.1, "pivot": [-3.49, 7.25092, 0.31337], "rotation": [22.5, 0, 0], "uv": [0, 51]}, + {"origin": [-4.99, 0.452, -1.71373], "size": [3, 7, 3], "inflate": -0.075, "pivot": [-3.765, 4.06095, -0.62645], "rotation": [-20, 0, 0], "uv": [48, 49]} + ] + }, + { + "name": "bone17", + "parent": "bone16", + "pivot": [-3.275, 2.21385, -0.64447], + "cubes": [ + {"origin": [-4.99, 0.10122, -3.15526], "size": [3, 2, 3], "inflate": 0.125, "pivot": [-3.705, 0.72661, -3.05336], "rotation": [0, 0, 0], "uv": [54, 26]}, + {"origin": [-2.59, 0.00122, -5.28026], "size": [0, 2, 3], "pivot": [-4.305, 0.62661, -5.17836], "rotation": [0, 0, 0], "uv": [22, 19]}, + {"origin": [-4.465, -0.02378, -5.28026], "size": [0, 2, 3], "pivot": [-6.18, 0.60161, -5.17836], "rotation": [0, 0, 0], "uv": [22, 17]}, + {"origin": [-4.99, 0.45122, -2.88026], "size": [3, 2, 2], "inflate": -0.25, "pivot": [-3.705, 1.07661, -2.77836], "rotation": [27.5, 0, 0], "uv": [15, 41]} + ] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0.075, 13.925, -0.15], + "cubes": [ + {"origin": [-1.425, 25.35, -1.35], "size": [3, 3, 2], "uv": [0, 14]}, + {"origin": [-2.425, 12.25, -2.3], "size": [5, 14, 4], "inflate": -0.05, "uv": [0, 68]}, + {"origin": [-4.85, 17.25, -7.525], "size": [10, 0, 10], "uv": [0, 0]}, + {"origin": [-4.85, 21.225, -7.525], "size": [10, 0, 10], "uv": [0, 0]} + ] + }, + { + "name": "arm_right", + "parent": "torso", + "pivot": [-1.85, 25.225, -0.8], + "rotation": [-0.74825, -0.40398, -4.92457], + "cubes": [ + {"origin": [-6.45, 23.225, -1.8], "size": [6, 3, 3], "inflate": -0.125, "pivot": [-1.85, 25.225, -0.8], "rotation": [0, 0, 27.5], "uv": [48, 11], "mirror": true} + ] + }, + { + "name": "bone9", + "parent": "arm_right", + "pivot": [-3.25, 25.375, -0.3], + "rotation": [0, 0, 82.5], + "cubes": [ + {"origin": [-3.75, 19.85, -0.8], "size": [1, 6, 1], "uv": [14, 60]} + ] + }, + { + "name": "bone10", + "parent": "bone9", + "pivot": [-3.25, 20.85, -0.9], + "cubes": [ + {"origin": [-4.65, 13.9, -2.35], "size": [2, 7, 4], "uv": [48, 0]}, + {"origin": [-4.025, 14.05, -3.45], "size": [1, 1, 2], "pivot": [-3.525, 14.55, -2.025], "rotation": [27.5, -12.5, 0], "uv": [18, 33]}, + {"origin": [-4.65, 19.6, -2.325], "size": [1, 3, 3], "inflate": -0.075, "pivot": [-4.15, 21.6, -0.325], "rotation": [45, 0, 0], "uv": [26, 57]} + ] + }, + { + "name": "bone11", + "parent": "bone10", + "pivot": [-4.1, 18.9, -1.5], + "cubes": [ + {"origin": [-9, 15.95, -0.35], "size": [5, 7, 0], "uv": [0, 0], "mirror": true} + ] + }, + { + "name": "bone14", + "parent": "bone10", + "pivot": [-3.5, 14.025, -0.85], + "cubes": [ + {"origin": [-4.125, 11.8, -1.875], "size": [1, 3, 3], "inflate": 0.05, "uv": [0, 57]} + ] + }, + { + "name": "bone18", + "parent": "bone14", + "pivot": [-3.5, 12.825, -0.85], + "cubes": [ + {"origin": [-4.125, 9.95, -1.325], "size": [1, 3, 2], "inflate": -0.1, "uv": [29, 50]} + ] + }, + { + "name": "arm_left", + "parent": "torso", + "pivot": [1.85, 25.225, -0.8], + "rotation": [-0.74825, 0.40398, 4.92457], + "cubes": [ + {"origin": [0.45, 23.225, -1.8], "size": [6, 3, 3], "inflate": -0.125, "pivot": [1.85, 25.225, -0.8], "rotation": [0, 0, -27.5], "uv": [48, 11]} + ] + }, + { + "name": "bone2", + "parent": "arm_left", + "pivot": [3.25, 25.375, -0.3], + "rotation": [0, 0, -82.5], + "cubes": [ + {"origin": [2.75, 19.85, -0.8], "size": [1, 6, 1], "uv": [60, 4]} + ] + }, + { + "name": "bone3", + "parent": "bone2", + "pivot": [3.25, 20.85, -0.9], + "cubes": [ + {"origin": [2.65, 13.9, -2.35], "size": [2, 7, 4], "uv": [48, 0]}, + {"origin": [3.025, 14.05, -3.45], "size": [1, 1, 2], "pivot": [3.525, 14.55, -2.025], "rotation": [27.5, 12.5, 0], "uv": [0, 32]}, + {"origin": [3.65, 19.6, -2.325], "size": [1, 3, 3], "inflate": -0.075, "pivot": [4.15, 21.6, -0.325], "rotation": [45, 0, 0], "uv": [9, 54]} + ] + }, + { + "name": "bone6", + "parent": "bone3", + "pivot": [4.1, 18.9, -1.5], + "cubes": [ + {"origin": [4, 15.75, -0.35], "size": [5, 7, 0], "uv": [0, 0]} + ] + }, + { + "name": "bone7", + "parent": "bone3", + "pivot": [3.5, 14.025, -0.85], + "cubes": [ + {"origin": [3.125, 11.8, -1.875], "size": [1, 3, 3], "inflate": 0.05, "uv": [0, 57]} + ] + }, + { + "name": "bone8", + "parent": "bone7", + "pivot": [3.5, 12.825, -0.85], + "cubes": [ + {"origin": [3.125, 9.95, -1.325], "size": [1, 3, 2], "inflate": -0.1, "uv": [29, 50]} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0.45, 27.525, -1.075], + "cubes": [ + {"origin": [-2.625, 27.075, -3.85], "size": [5, 5, 5], "inflate": -0.175, "pivot": [-0.625, 27.075, -0.85], "rotation": [0, -45, 0], "uv": [0, 41]}, + {"origin": [-0.55, 27.525, -2.075], "size": [2, 2, 2], "uv": [0, 0]} + ] + }, + { + "name": "helm", + "parent": "head", + "pivot": [0.075, 31.175, -0.5], + "rotation": [12.5, 0, 0], + "cubes": [ + {"origin": [3.075, 27.175, -3.6], "size": [0, 2, 6], "pivot": [0.075, 29.175, -0.6], "rotation": [0, -45, 0], "uv": [18, 25]}, + {"origin": [2.19632, 29.175, -1.47868], "size": [0, 5, 6], "pivot": [2.19632, 31.675, 1.52132], "rotation": [0, 135, 0], "uv": [116, 42]}, + {"origin": [2.19632, 29.175, -1.47868], "size": [0, 5, 6], "pivot": [2.19632, 31.675, 1.52132], "rotation": [0, 135, 0], "uv": [116, 42]}, + {"origin": [-2.925, 29.175, -3.6], "size": [6, 5, 6], "pivot": [0.075, 31.175, -0.6], "rotation": [0, -45, 0], "uv": [104, 42]}, + {"origin": [-5.04632, 29.175, 1.52132], "size": [6, 5, 0], "pivot": [-2.04632, 31.675, 1.52132], "rotation": [0, 135, 0], "uv": [116, 48]}, + {"origin": [-5.04632, 29.175, 1.52132], "size": [6, 5, 0], "pivot": [-2.04632, 31.675, 1.52132], "rotation": [0, -45, 0], "uv": [116, 48]}, + {"origin": [1.075, 27.175, -3.6], "size": [2, 2, 0], "pivot": [0.075, 31.175, -0.6], "rotation": [0, -45, 0], "uv": [30, 0]}, + {"origin": [-2.925, 27.175, 0.4], "size": [0, 2, 2], "pivot": [0.075, 31.175, -0.6], "rotation": [0, -45, 0], "uv": [30, 0]}, + {"origin": [-2.925, 27.175, 2.4], "size": [6, 2, 0], "pivot": [0.075, 31.175, -0.6], "rotation": [0, -45, 0], "uv": [30, 17]}, + {"origin": [0.075, 29.175, -8.5], "size": [0, 11, 11], "uv": [66, -11]} + ] + }, + { + "name": "bone12", + "parent": "head", + "pivot": [-1.90355, 30.075, -2.28566], + "cubes": [ + {"origin": [-3.01789, 29.1, -2.04289], "size": [2, 2, 0], "pivot": [-2.01789, 29.6, -2.04289], "rotation": [-12.2127, 43.65747, -17.40744], "uv": [22, 33]}, + {"origin": [-2.35355, 29.575, -2.21066], "size": [1, 1, 0], "pivot": [-1.85355, 30.075, -2.21066], "rotation": [-36.40051, 28.53623, -57.05902], "uv": [0, 14]} + ] + }, + { + "name": "bone", + "parent": "head", + "pivot": [1.97855, 30.125, -2.38566], + "cubes": [ + {"origin": [1.09289, 29.15, -2.14289], "size": [2, 2, 0], "pivot": [2.09289, 29.65, -2.14289], "rotation": [-12.2127, -43.65747, 17.40744], "uv": [26, 33]}, + {"origin": [1.40355, 29.625, -2.33566], "size": [1, 1, 0], "pivot": [1.90355, 30.125, -2.33566], "rotation": [-36.40051, -28.53623, 57.05902], "uv": [8, 14]} + ] + }, + { + "name": "bone19", + "parent": "bone", + "pivot": [2.11789, 29.65, -1.69289], + "cubes": [ + {"origin": [1.09289, 29.15, -1.69289], "size": [2, 2, 0], "pivot": [2.09289, 29.65, -1.69289], "rotation": [-12.2127, -43.65747, 17.40744], "uv": [30, 33]} + ] + }, + { + "name": "bone20", + "parent": "bone19", + "pivot": [-2.04289, 29.575, -1.54289], + "cubes": [ + {"origin": [-3.04289, 29.075, -1.54289], "size": [2, 2, 0], "pivot": [-2.04289, 29.575, -1.54289], "rotation": [-12.2127, 43.65747, -17.40744], "uv": [30, 33]} + ] + }, + { + "name": "leg_upper_left", + "parent": "body", + "pivot": [1.75, 14.425, -0.5], + "cubes": [ + {"origin": [1.21, 12.3, -2.66], "size": [5, 4, 5], "uv": [20, 41]}, + {"origin": [1.665, 9.44, -2.31], "size": [4, 4, 4], "uv": [42, 27]}, + {"origin": [1.195, 10.16, -3.115], "size": [6, 5, 6], "uv": [0, 30]} + ] + }, + { + "name": "bone4", + "parent": "leg_upper_left", + "pivot": [3.225, 9.90112, -1.01732], + "cubes": [ + {"origin": [2.475, 7.325, -2.21], "size": [2, 3, 2], "inflate": 0, "pivot": [4.46, 10.74, -1.595], "rotation": [22.5, 0, 0], "uv": [46, 59]} + ] + }, + { + "name": "bone15", + "parent": "bone4", + "pivot": [3.325, 8.125, 0.325], + "cubes": [ + {"origin": [2.015, 5.75092, -1.18663], "size": [3, 3, 3], "inflate": -0.1, "pivot": [3.515, 7.25092, 0.31337], "rotation": [22.5, 0, 0], "uv": [56, 41]}, + {"origin": [2.015, 0.452, -1.71373], "size": [3, 7, 3], "inflate": -0.075, "pivot": [3.79, 4.06095, -0.62645], "rotation": [-20, 0, 0], "uv": [17, 50]} + ] + }, + { + "name": "bone5", + "parent": "bone15", + "pivot": [3.3, 2.21385, -0.64447], + "cubes": [ + {"origin": [2.015, 0.10122, -3.15526], "size": [3, 2, 3], "inflate": 0.125, "pivot": [3.73, 0.72661, -3.05336], "rotation": [0, 0, 0], "uv": [55, 17]}, + {"origin": [2.615, 0.00122, -5.28026], "size": [0, 2, 3], "pivot": [4.33, 0.62661, -5.17836], "rotation": [0, 0, 0], "uv": [0, 27]}, + {"origin": [4.49, -0.02378, -5.28026], "size": [0, 2, 3], "pivot": [6.205, 0.60161, -5.17836], "rotation": [0, 0, 0], "uv": [22, 21]}, + {"origin": [2.015, 0.45122, -2.88026], "size": [3, 2, 2], "inflate": -0.25, "pivot": [3.73, 1.07661, -2.77836], "rotation": [27.5, 0, 0], "uv": [56, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/blacephalon/blacephalon.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/blacephalon/blacephalon.geo.json new file mode 100644 index 0000000..fc4fa2b --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/blacephalon/blacephalon.geo.json @@ -0,0 +1,509 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 256, + "texture_height": 256, + "visible_bounds_width": 8, + "visible_bounds_height": 7.5, + "visible_bounds_offset": [0, 3.25, 0] + }, + "bones": [ + { + "name": "blacephalon", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "blacephalon", + "pivot": [0, 39.625, 0] + }, + { + "name": "torso_bot", + "parent": "body", + "pivot": [0, 39.625, 0], + "cubes": [ + {"origin": [-8, 34.625, -5], "size": [16, 10, 10], "uv": [60, 0]} + ] + }, + { + "name": "ball_mid2", + "parent": "torso_bot", + "pivot": [0, 43.925, 5], + "cubes": [ + {"origin": [-3, 39.925, 5], "size": [6, 6, 6], "uv": [24, 109]} + ] + }, + { + "name": "torso_bot2", + "parent": "torso_bot", + "pivot": [0, 43.65, 0], + "cubes": [ + {"origin": [-2, 43.625, -2], "size": [4, 15, 4], "uv": [0, 40]} + ] + }, + { + "name": "torso_top", + "parent": "torso_bot2", + "pivot": [0, 57.925, 0], + "cubes": [ + {"origin": [-2, 57.625, -2], "size": [4, 16, 4], "inflate": 0.01, "uv": [0, 0]} + ] + }, + { + "name": "head_ball", + "parent": "torso_top", + "pivot": [0, 85.625, 0], + "cubes": [ + {"origin": [-10, 75.625, -10], "size": [20, 20, 20], "inflate": 0.225, "uv": [60, 20]}, + {"origin": [-10, 75.625, -10], "size": [20, 20, 20], "inflate": 0.1, "uv": [0, 40]}, + {"origin": [-10, 75.625, -10], "size": [20, 20, 20], "inflate": -0.25, "uv": [0, 0]} + ] + }, + { + "name": "cone_flat_test2", + "parent": "torso_top", + "pivot": [-0.23121, 74.34106, 0.5], + "cubes": [ + {"origin": [-4.6338, 74.725, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.1338, 73.725, 1.5], "rotation": [0, 0, -20], "uv": [66, 60]}, + {"origin": [-0.30589, 75.06702, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.80589, 74.06702, 1.5], "rotation": [0, 0, 20], "uv": [56, 60]} + ] + }, + { + "name": "cone_flat_test3", + "parent": "cone_flat_test2", + "pivot": [-0.23121, 74.34106, 0.5], + "rotation": [0, -17.5, 0], + "cubes": [ + {"origin": [-4.6338, 74.725, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.1338, 73.725, 1.5], "rotation": [0, 0, -20], "uv": [66, 60]}, + {"origin": [-0.30589, 75.06702, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.80589, 74.06702, 1.5], "rotation": [0, 0, 20], "uv": [56, 60]} + ] + }, + { + "name": "cone_flat_test4", + "parent": "cone_flat_test3", + "pivot": [-0.23121, 74.34106, 0.5], + "rotation": [0, -17.5, 0], + "cubes": [ + {"origin": [-4.6338, 74.725, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.1338, 73.725, 1.5], "rotation": [0, 0, -20], "uv": [66, 60]}, + {"origin": [-0.30589, 75.06702, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.80589, 74.06702, 1.5], "rotation": [0, 0, 20], "uv": [56, 60]} + ] + }, + { + "name": "cone_flat_test5", + "parent": "cone_flat_test4", + "pivot": [-0.23121, 74.34106, 0.5], + "rotation": [0, -17.5, 0], + "cubes": [ + {"origin": [-4.6338, 74.725, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.1338, 73.725, 1.5], "rotation": [0, 0, -20], "uv": [66, 60]}, + {"origin": [-0.30589, 75.06702, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.80589, 74.06702, 1.5], "rotation": [0, 0, 20], "uv": [56, 60]} + ] + }, + { + "name": "cone_flat_test6", + "parent": "cone_flat_test5", + "pivot": [-0.23121, 74.34106, 0.5], + "rotation": [0, -17.5, 0], + "cubes": [ + {"origin": [-4.6338, 74.725, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.1338, 73.725, 1.5], "rotation": [0, 0, -20], "uv": [66, 60]}, + {"origin": [-0.30589, 75.06702, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.80589, 74.06702, 1.5], "rotation": [0, 0, 20], "uv": [56, 60]} + ] + }, + { + "name": "cone_flat_test7", + "parent": "cone_flat_test6", + "pivot": [-0.23121, 74.34106, 0.5], + "rotation": [0, -17.5, 0], + "cubes": [ + {"origin": [-4.6338, 74.725, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.1338, 73.725, 1.5], "rotation": [0, 0, -20], "uv": [66, 60]}, + {"origin": [-0.30589, 75.06702, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.80589, 74.06702, 1.5], "rotation": [0, 0, 20], "uv": [56, 60]} + ] + }, + { + "name": "cone_flat_test8", + "parent": "cone_flat_test7", + "pivot": [-0.23121, 74.34106, 0.5], + "rotation": [0, -17.5, 0], + "cubes": [ + {"origin": [-4.6338, 74.725, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.1338, 73.725, 1.5], "rotation": [0, 0, -20], "uv": [66, 60]}, + {"origin": [-0.30589, 75.06702, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.80589, 74.06702, 1.5], "rotation": [0, 0, 20], "uv": [56, 60]} + ] + }, + { + "name": "cone_flat_test9", + "parent": "cone_flat_test8", + "pivot": [-0.23121, 74.34106, 0.5], + "rotation": [0, -17.5, 0], + "cubes": [ + {"origin": [-4.6338, 74.725, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.1338, 73.725, 1.5], "rotation": [0, 0, -20], "uv": [66, 60]}, + {"origin": [-0.30589, 75.06702, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.80589, 74.06702, 1.5], "rotation": [0, 0, 20], "uv": [56, 60]} + ] + }, + { + "name": "cone_flat_test10", + "parent": "cone_flat_test9", + "pivot": [-0.23121, 74.34106, 0.5], + "rotation": [0, -17.5, 0], + "cubes": [ + {"origin": [-4.6338, 74.725, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.1338, 73.725, 1.5], "rotation": [0, 0, -20], "uv": [66, 60]}, + {"origin": [-0.30589, 75.06702, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.80589, 74.06702, 1.5], "rotation": [0, 0, 20], "uv": [56, 60]} + ] + }, + { + "name": "cone_flat_test11", + "parent": "cone_flat_test10", + "pivot": [-0.23121, 74.34106, 0.5], + "rotation": [0, -17.5, 0], + "cubes": [ + {"origin": [-4.6338, 74.725, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.1338, 73.725, 1.5], "rotation": [0, 0, -20], "uv": [66, 60]}, + {"origin": [-0.30589, 75.06702, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.80589, 74.06702, 1.5], "rotation": [0, 0, 20], "uv": [56, 60]} + ] + }, + { + "name": "cone_flat_test12", + "parent": "cone_flat_test11", + "pivot": [-0.23121, 74.34106, 0.5], + "rotation": [0, -17.5, 0], + "cubes": [ + {"origin": [-4.6338, 74.725, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.1338, 73.725, 1.5], "rotation": [0, 0, -20], "uv": [66, 60]}, + {"origin": [-0.30589, 75.06702, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.80589, 74.06702, 1.5], "rotation": [0, 0, 20], "uv": [56, 60]} + ] + }, + { + "name": "cone_flat_test13", + "parent": "cone_flat_test12", + "pivot": [-0.23121, 74.34106, 0.5], + "rotation": [0, -17.5, 0], + "cubes": [ + {"origin": [-4.6338, 74.725, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.1338, 73.725, 1.5], "rotation": [0, 0, -20], "uv": [66, 60]}, + {"origin": [-0.30589, 75.06702, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.80589, 74.06702, 1.5], "rotation": [0, 0, 20], "uv": [56, 60]} + ] + }, + { + "name": "cone_flat_test14", + "parent": "cone_flat_test13", + "pivot": [-0.23121, 74.34106, 0.5], + "rotation": [0, -17.5, 0], + "cubes": [ + {"origin": [-4.6338, 74.725, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.1338, 73.725, 1.5], "rotation": [0, 0, -20], "uv": [66, 60]}, + {"origin": [-0.30589, 75.06702, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.80589, 74.06702, 1.5], "rotation": [0, 0, 20], "uv": [56, 60]} + ] + }, + { + "name": "cone_flat_test15", + "parent": "cone_flat_test14", + "pivot": [-0.23121, 74.34106, 0.5], + "rotation": [0, -17.5, 0], + "cubes": [ + {"origin": [-4.6338, 74.725, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.1338, 73.725, 1.5], "rotation": [0, 0, -20], "uv": [66, 60]}, + {"origin": [-0.30589, 75.06702, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.80589, 74.06702, 1.5], "rotation": [0, 0, 20], "uv": [56, 60]} + ] + }, + { + "name": "cone_flat_test16", + "parent": "cone_flat_test15", + "pivot": [-0.23121, 74.34106, 0.5], + "rotation": [0, -17.5, 0], + "cubes": [ + {"origin": [-4.6338, 74.725, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.1338, 73.725, 1.5], "rotation": [0, 0, -20], "uv": [66, 60]}, + {"origin": [-0.30589, 75.06702, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.80589, 74.06702, 1.5], "rotation": [0, 0, 20], "uv": [56, 60]} + ] + }, + { + "name": "cone_flat_test17", + "parent": "cone_flat_test16", + "pivot": [-0.23121, 74.34106, 0.5], + "rotation": [0, -17.5, 0], + "cubes": [ + {"origin": [-4.6338, 74.725, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.1338, 73.725, 1.5], "rotation": [0, 0, -20], "uv": [66, 60]}, + {"origin": [-0.30589, 75.06702, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.80589, 74.06702, 1.5], "rotation": [0, 0, 20], "uv": [56, 60]} + ] + }, + { + "name": "cone_flat_test18", + "parent": "cone_flat_test17", + "pivot": [-0.23121, 74.34106, 0.5], + "rotation": [0, -17.5, 0], + "cubes": [ + {"origin": [-4.6338, 74.725, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.1338, 73.725, 1.5], "rotation": [0, 0, -20], "uv": [66, 60]}, + {"origin": [-0.30589, 75.06702, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.80589, 74.06702, 1.5], "rotation": [0, 0, 20], "uv": [56, 60]} + ] + }, + { + "name": "cone_flat_test19", + "parent": "cone_flat_test18", + "pivot": [-0.23121, 74.34106, 0.5], + "rotation": [0, -17.5, 0], + "cubes": [ + {"origin": [-4.6338, 74.725, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.1338, 73.725, 1.5], "rotation": [0, 0, -20], "uv": [66, 60]}, + {"origin": [-0.30589, 75.06702, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.80589, 74.06702, 1.5], "rotation": [0, 0, 20], "uv": [56, 60]} + ] + }, + { + "name": "cone_flat_test20", + "parent": "cone_flat_test19", + "pivot": [-0.23121, 74.34106, 0.5], + "rotation": [0, -17.5, 0], + "cubes": [ + {"origin": [-4.6338, 74.725, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.1338, 73.725, 1.5], "rotation": [0, 0, -20], "uv": [66, 60]}, + {"origin": [-0.30589, 75.06702, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.80589, 74.06702, 1.5], "rotation": [0, 0, 20], "uv": [56, 60]} + ] + }, + { + "name": "cone_flat_test21", + "parent": "cone_flat_test20", + "pivot": [-0.23121, 74.34106, 0.5], + "rotation": [0, -17.5, 0], + "cubes": [ + {"origin": [-4.6338, 74.725, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.1338, 73.725, 1.5], "rotation": [0, 0, -20], "uv": [66, 60]}, + {"origin": [-0.30589, 75.06702, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.80589, 74.06702, 1.5], "rotation": [0, 0, 20], "uv": [56, 60]} + ] + }, + { + "name": "cone_flat_test22", + "parent": "cone_flat_test21", + "pivot": [-0.23121, 74.34106, 0.5], + "rotation": [0, -17.5, 0], + "cubes": [ + {"origin": [-4.6338, 74.725, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.1338, 73.725, 1.5], "rotation": [0, 0, -20], "uv": [66, 60]}, + {"origin": [-0.30589, 75.06702, -26], "size": [5, 0, 24], "inflate": 0.01, "pivot": [-0.80589, 74.06702, 1.5], "rotation": [0, 0, 20], "uv": [56, 60]} + ] + }, + { + "name": "arm_left", + "parent": "torso_top", + "pivot": [-1, 12.625, -1] + }, + { + "name": "arm_left_1", + "parent": "arm_left", + "pivot": [1, 66.0625, 0], + "cubes": [ + {"origin": [1, 64.625, -1.5], "size": [10, 3, 3], "uv": [112, 12], "mirror": true}, + {"origin": [9, 63, -3], "size": [6, 6, 6], "uv": [54, 103], "mirror": true} + ] + }, + { + "name": "arm_left_2", + "parent": "arm_left_1", + "pivot": [13, 66.125, 0], + "cubes": [ + {"origin": [14, 64.625, -1.5], "size": [12, 3, 3], "uv": [100, 72], "mirror": true} + ] + }, + { + "name": "arm_left_3", + "parent": "arm_left_2", + "pivot": [26, 66.075, 1.525], + "cubes": [ + {"origin": [26, 64.625, -1.5], "size": [13, 3, 3], "inflate": 0.01, "uv": [100, 60], "mirror": true}, + {"origin": [39.025, 58.625, -7.5], "size": [0, 15, 15], "uv": [0, 65]} + ] + }, + { + "name": "hand_left", + "parent": "arm_left_3", + "pivot": [39, 66, 0] + }, + { + "name": "hand_first_r2", + "parent": "hand_left", + "pivot": [39.25, 66.0875, 0], + "cubes": [ + {"origin": [41, 64.625, -1.5], "size": [3, 3, 3], "inflate": 0.01, "uv": [72, 103]}, + {"origin": [39, 65.05, -1], "size": [2, 2, 2], "inflate": 0.01, "uv": [12, 0]} + ] + }, + { + "name": "hand_mid_r2", + "parent": "hand_left", + "pivot": [43, 66.125, 0], + "cubes": [ + {"origin": [43, 63.625, -2.5], "size": [6, 5, 5], "inflate": 0.01, "uv": [48, 115]} + ] + }, + { + "name": "hand_tip_r2", + "parent": "hand_mid_r2", + "pivot": [48.51, 66.375, 0], + "rotation": [0, 0, -5], + "cubes": [ + {"origin": [48, 64.625, -1.5], "size": [4, 3, 3], "inflate": 0.01, "uv": [102, 0]}, + {"origin": [52.02, 65.625, -1.5], "size": [2, 2, 3], "inflate": 0.01, "uv": [60, 0]} + ] + }, + { + "name": "arm_right", + "parent": "torso_top", + "pivot": [1, 12.625, -1] + }, + { + "name": "arm_right_1", + "parent": "arm_right", + "pivot": [-1, 66.0625, 0], + "cubes": [ + {"origin": [-11, 64.625, -1.5], "size": [10, 3, 3], "uv": [112, 84]}, + {"origin": [-15, 63, -3], "size": [6, 6, 6], "uv": [78, 103]} + ] + }, + { + "name": "arm_right_2", + "parent": "arm_right_1", + "pivot": [-13, 66.125, 0], + "cubes": [ + {"origin": [-26, 64.625, -1.5], "size": [12, 3, 3], "uv": [100, 78]} + ] + }, + { + "name": "arm_right_3", + "parent": "arm_right_2", + "pivot": [-26, 66.075, 1.525], + "cubes": [ + {"origin": [-39, 64.625, -1.5], "size": [13, 3, 3], "inflate": 0.01, "uv": [100, 66]}, + {"origin": [-39.025, 58.625, -7.5], "size": [0, 15, 15], "uv": [30, 65]} + ] + }, + { + "name": "hand_right", + "parent": "arm_right_3", + "pivot": [-39, 66, 0] + }, + { + "name": "hand_first_r", + "parent": "hand_right", + "pivot": [-39.25, 66.0875, 0], + "cubes": [ + {"origin": [-44, 64.625, -1.5], "size": [3, 3, 3], "inflate": 0.01, "uv": [96, 103]}, + {"origin": [-41, 65.05, -1], "size": [2, 2, 2], "inflate": 0.01, "uv": [12, 40]} + ] + }, + { + "name": "hand_mid_r", + "parent": "hand_right", + "pivot": [-43, 66.125, 0], + "cubes": [ + {"origin": [-49, 63.625, -2.5], "size": [6, 5, 5], "inflate": 0.01, "uv": [70, 115]} + ] + }, + { + "name": "hand_tip_r", + "parent": "hand_mid_r", + "pivot": [-48.51, 66.375, 0], + "rotation": [0, 0, 5], + "cubes": [ + {"origin": [-52, 64.625, -1.5], "size": [4, 3, 3], "inflate": 0.01, "uv": [0, 121]}, + {"origin": [-54.02, 65.625, -1.5], "size": [2, 2, 3], "inflate": 0.01, "uv": [60, 5]} + ] + }, + { + "name": "ball_mid", + "parent": "torso_top", + "pivot": [0, 58.925, -2], + "cubes": [ + {"origin": [-3, 52.925, -8], "size": [6, 6, 6], "uv": [112, 0]} + ] + }, + { + "name": "left_leg", + "parent": "blacephalon", + "pivot": [6.5, 39.375, -0.25], + "cubes": [ + {"origin": [3, 30.625, -4], "size": [7, 11, 8], "uv": [60, 84]}, + {"origin": [4, 27.625, -3], "size": [5, 6, 5], "uv": [120, 18]} + ] + }, + { + "name": "pant_r2", + "parent": "left_leg", + "pivot": [6, 29, 0] + }, + { + "name": "leg_1_r2", + "parent": "pant_r2", + "pivot": [6.4125, 28.75083, -0.16726], + "cubes": [ + {"origin": [4.925, 16.275, -1.575], "size": [3, 5, 3], "pivot": [6.425, 20.625, 0.5], "rotation": [-8.25, 0, 0], "uv": [14, 121]}, + {"origin": [5.4, 20.625, -1], "size": [2, 8, 2], "uv": [76, 125]} + ] + }, + { + "name": "leg_2_r2", + "parent": "leg_1_r2", + "pivot": [6.45, 16.7067, -0.74996], + "cubes": [ + {"origin": [4.475, 5.275, -2.1], "size": [4, 12, 4], "pivot": [6.425, 20.625, 0.5], "rotation": [-8.25, 0, 0], "uv": [92, 115]}, + {"origin": [3.425, 11.71765, -9.08163], "size": [6, 6, 6], "pivot": [6.5, 14.21765, -11.35663], "rotation": [-8.25, 0, 0], "uv": [78, 103], "mirror": true} + ] + }, + { + "name": "feet_r2", + "parent": "leg_2_r2", + "pivot": [6.4625, 4.99816, -2.52147], + "cubes": [ + {"origin": [3.925, -0.31484, -10.87844], "size": [5, 4, 10], "pivot": [6.475, 4.63516, -10.47844], "rotation": [26.75, 0, 0], "uv": [0, 95]}, + {"origin": [4.5, -0.075, -2], "size": [4, 4, 4], "uv": [82, 84]} + ] + }, + { + "name": "toe_r2", + "parent": "feet_r2", + "pivot": [6.425, 2.06016, -9.12844], + "cubes": [ + {"origin": [3.925, 0.06016, -13.62844], "size": [5, 4, 5], "inflate": 0.01, "uv": [20, 95]} + ] + }, + { + "name": "right_leg", + "parent": "blacephalon", + "pivot": [-6.5, 39.375, -0.25], + "cubes": [ + {"origin": [-10, 30.625, -4], "size": [7, 11, 8], "uv": [90, 84]}, + {"origin": [-9, 27.625, -3], "size": [5, 6, 5], "uv": [120, 29]} + ] + }, + { + "name": "pant_r", + "parent": "right_leg", + "pivot": [-6, 29, 0] + }, + { + "name": "leg_1_r", + "parent": "pant_r", + "pivot": [-6.4125, 29.75083, -0.16726], + "cubes": [ + {"origin": [-7.925, 16.275, -1.575], "size": [3, 5, 3], "pivot": [-6.425, 20.625, 0.5], "rotation": [-8.25, 0, 0], "uv": [26, 121]}, + {"origin": [-7.4, 20.625, -1], "size": [2, 8, 2], "uv": [68, 125]} + ] + }, + { + "name": "leg_2_r", + "parent": "leg_1_r", + "pivot": [-6.45, 16.7067, -0.74996], + "cubes": [ + {"origin": [-8.475, 5.275, -2.1], "size": [4, 12, 4], "pivot": [-6.425, 20.625, 0.5], "rotation": [-8.25, 0, 0], "uv": [108, 115]}, + {"origin": [-9.425, 11.71765, -9.08163], "size": [6, 6, 6], "pivot": [-6.5, 14.21765, -11.35663], "rotation": [-8.25, 0, 0], "uv": [54, 103]} + ] + }, + { + "name": "feet_r", + "parent": "leg_2_r", + "pivot": [-6.4625, 4.99816, -2.52147], + "cubes": [ + {"origin": [-8.925, -0.31484, -10.87844], "size": [5, 4, 10], "pivot": [-6.475, 4.63516, -10.47844], "rotation": [26.75, 0, 0], "uv": [30, 95]}, + {"origin": [-8.5, -0.075, -2], "size": [4, 4, 4], "uv": [120, 99]} + ] + }, + { + "name": "toe_r", + "parent": "feet_r", + "pivot": [-6.425, 2.06016, -9.12844], + "cubes": [ + {"origin": [-8.925, 0.06016, -13.62844], "size": [5, 4, 5], "inflate": 0.01, "uv": [120, 90]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/blipbug/blipbug.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/blipbug/blipbug.geo.json new file mode 100644 index 0000000..7d0f431 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/blipbug/blipbug.geo.json @@ -0,0 +1,195 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "blipbug", + "pivot": [0, 0, 0] + }, + { + "name": "root", + "parent": "blipbug", + "pivot": [0, 18, -3] + }, + { + "name": "neck", + "parent": "root", + "pivot": [0, 18.25, -3], + "cubes": [ + {"origin": [-2.5, 16, -5.5], "size": [5, 2, 5], "uv": [0, 15]} + ] + }, + { + "name": "bow", + "parent": "neck", + "pivot": [0, 17, -5.5] + }, + { + "name": "bowleft", + "parent": "bow", + "pivot": [0.5, 17, -5.5], + "cubes": [ + {"origin": [-0.5, 15.5, -5.5], "size": [4, 3, 0], "inflate": 0.01, "uv": [23, 15]} + ] + }, + { + "name": "bowright", + "parent": "bow", + "pivot": [-0.5, 17, -5.5], + "cubes": [ + {"origin": [-3.5, 15.5, -5.5], "size": [4, 3, 0], "inflate": 0.01, "uv": [15, 15]} + ] + }, + { + "name": "torso", + "parent": "neck", + "pivot": [0, 16, -3], + "cubes": [ + {"origin": [-2, 13, -5], "size": [4, 4, 4], "inflate": -0.01, "uv": [0, 22]} + ] + }, + { + "name": "frontrightleg", + "parent": "torso", + "pivot": [-2, 14, -4.5], + "cubes": [ + {"origin": [-3, 13, -7], "size": [1, 2, 3], "uv": [16, 22]} + ] + }, + { + "name": "frontleftleg", + "parent": "torso", + "pivot": [2, 14, -4.5], + "cubes": [ + {"origin": [2, 13, -7], "size": [1, 2, 3], "uv": [24, 22]} + ] + }, + { + "name": "torso2", + "parent": "torso", + "pivot": [0, 13, -5], + "cubes": [ + {"origin": [-2, 8, -5], "size": [4, 5, 4], "uv": [0, 30]} + ] + }, + { + "name": "backrightleg", + "parent": "torso2", + "pivot": [-2, 10, -4.5], + "cubes": [ + {"origin": [-3, 9, -7], "size": [1, 2, 3], "uv": [16, 22]} + ] + }, + { + "name": "backleftleg", + "parent": "torso2", + "pivot": [2, 10, -4.5], + "cubes": [ + {"origin": [2, 9, -7], "size": [1, 2, 3], "uv": [24, 27]} + ] + }, + { + "name": "tail", + "parent": "torso2", + "pivot": [0, 8, -5], + "cubes": [ + {"origin": [-2, 3, -5], "size": [4, 5, 4], "inflate": 0.01, "uv": [28, 29]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 3, -1], + "cubes": [ + {"origin": [-3, 3, -1], "size": [6, 0, 5], "uv": [27, 24]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 18, -3], + "cubes": [ + {"origin": [-3.5, 18, -6], "size": [7, 9, 6], "uv": [0, 0]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [0, 22.5, -6], + "cubes": [ + {"origin": [-3.5, 19, -6], "size": [3, 6, 0], "inflate": 0.001, "uv": [0, 0]}, + {"origin": [0.5, 19, -6], "size": [3, 6, 0], "inflate": 0.001, "uv": [20, 0]} + ] + }, + { + "name": "eyesclosed", + "parent": "eyes", + "pivot": [0, 22.5, -5] + }, + { + "name": "eyeclosedr", + "parent": "eyesclosed", + "pivot": [-2, 22, -6], + "cubes": [ + {"origin": [-3.5, 19, -6], "size": [3, 6, 0], "inflate": 0.001, "uv": [32, 18]} + ] + }, + { + "name": "eyeclosedl", + "parent": "eyesclosed", + "pivot": [-2, 22, -6], + "cubes": [ + {"origin": [0.5, 19, -6], "size": [3, 6, 0], "inflate": 0.001, "uv": [38, 18]} + ] + }, + { + "name": "eyesattack", + "parent": "eyes", + "pivot": [0, 22.5, -6], + "cubes": [ + {"origin": [-3.5, 19, -6], "size": [3, 6, 0], "inflate": 0.001, "uv": [32, 12]}, + {"origin": [0.5, 19, -6], "size": [3, 6, 0], "inflate": 0.001, "uv": [38, 12]} + ] + }, + { + "name": "ears", + "parent": "head", + "pivot": [0, 23.5, -3] + }, + { + "name": "leftear", + "parent": "ears", + "pivot": [3.5, 23.5, -3], + "cubes": [ + {"origin": [3.5, 21, -3], "size": [4, 5, 0], "uv": [34, 7]} + ] + }, + { + "name": "rightear", + "parent": "ears", + "pivot": [-3.5, 23.5, -3], + "cubes": [ + {"origin": [-7.5, 21, -3], "size": [4, 5, 0], "uv": [26, 7]} + ] + }, + { + "name": "antennae", + "parent": "head", + "pivot": [0, 27, -3], + "cubes": [ + {"origin": [-4.5, 27, -3], "size": [9, 7, 0], "uv": [26, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/brutebonnet/brutebonnet.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/brutebonnet/brutebonnet.geo.json new file mode 100644 index 0000000..4415713 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/brutebonnet/brutebonnet.geo.json @@ -0,0 +1,264 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.brute_bonnet", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 3, + "visible_bounds_height": 2, + "visible_bounds_offset": [0, 1, 0] + }, + "bones": [ + { + "name": "amoongus", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "amoongus", + "pivot": [0, 5, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 5, 0], + "cubes": [ + {"origin": [-5, 3, -5], "size": [10, 7, 10], "uv": [0, 33]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 5.5, 5], + "cubes": [ + {"origin": [-2, 4, 4], "size": [4, 3, 5], "uv": [66, 0]}, + {"origin": [-1, 4.5, 9], "size": [2, 2, 3], "uv": [79, 0]} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 10, 0], + "cubes": [ + {"origin": [-4, 9, -4], "size": [8, 8, 8], "uv": [40, 25]}, + {"origin": [-3.5, 13.5, -4.01], "size": [2, 3, 0], "uv": [44, 57]}, + {"origin": [-2.75, 14, -4.02], "size": [1, 2, 0], "uv": [14, 0]}, + {"origin": [1.5, 13.5, -4.01], "size": [2, 3, 0], "uv": [16, 50]}, + {"origin": [1.75, 14, -4.02], "size": [1, 2, 0], "uv": [12, 4]}, + {"origin": [-2, 12.5, -6], "size": [4, 1, 2], "uv": [36, 28]}, + {"origin": [1, 11.5, -6], "size": [1, 1, 0], "uv": [14, 3]}, + {"origin": [2, 11.5, -6], "size": [0, 1, 1], "uv": [0, 0]}, + {"origin": [-2, 11.5, -5], "size": [0, 1, 1], "uv": [12, 0]}, + {"origin": [-1, 11.5, -6], "size": [1, 1, 0], "uv": [0, 0]} + ] + }, + { + "name": "jaw", + "parent": "head", + "pivot": [0.125, 11.75, -4.125], + "cubes": [ + {"origin": [-2, 10.5, -6], "size": [4, 1, 2], "uv": [0, 28]}, + {"origin": [0, 11.5, -6], "size": [1, 1, 0], "uv": [14, 2]}, + {"origin": [-2, 11.5, -6], "size": [1, 1, 0], "uv": [12, 0]}, + {"origin": [-2, 11.5, -6], "size": [0, 1, 1], "uv": [0, 3]}, + {"origin": [2, 11.5, -5], "size": [0, 1, 1], "uv": [0, 4]} + ] + }, + { + "name": "arm_right", + "parent": "head", + "pivot": [-4, 10.5, 0], + "cubes": [ + {"origin": [-7.5, 9.5, -1], "size": [5, 2, 2], "uv": [0, 4]} + ] + }, + { + "name": "arm_left2", + "parent": "arm_right", + "pivot": [-7.5, 10.5, 1], + "cubes": [ + {"origin": [-11.5, 9.5, -1], "size": [4, 2, 2], "inflate": 0.01, "uv": [28, 50]} + ] + }, + { + "name": "hand_right", + "parent": "arm_left2", + "pivot": [-10.5, 10.5, 0], + "cubes": [ + {"origin": [-12.5, 6.5, -4], "size": [2, 8, 8], "uv": [48, 0]}, + {"origin": [-12.5, 10, -4], "size": [1, 1, 2], "inflate": 0.01, "uv": [60, 44]}, + {"origin": [-12.5, 10, 2], "size": [1, 1, 2], "inflate": 0.01, "uv": [60, 41]} + ] + }, + { + "name": "arm_left", + "parent": "head", + "pivot": [4, 10.5, 0], + "cubes": [ + {"origin": [2.5, 9.5, -1], "size": [5, 2, 2], "uv": [0, 0]} + ] + }, + { + "name": "arm_right2", + "parent": "arm_left", + "pivot": [7.5, 10.5, 1], + "cubes": [ + {"origin": [7.5, 9.5, -1], "size": [4, 2, 2], "inflate": 0.01, "uv": [48, 19]} + ] + }, + { + "name": "hand_left", + "parent": "arm_right2", + "pivot": [10.5, 10.5, 0], + "cubes": [ + {"origin": [10.5, 6.5, -4], "size": [2, 8, 8], "uv": [40, 41]}, + {"origin": [11.5, 10, -4], "size": [1, 1, 2], "inflate": 0.01, "uv": [60, 22]}, + {"origin": [11.5, 10, 2], "size": [1, 1, 2], "inflate": 0.01, "uv": [60, 0]} + ] + }, + { + "name": "cap", + "parent": "head", + "pivot": [0, 16, 0], + "cubes": [ + {"origin": [-8, 16, -8], "size": [16, 3, 16], "inflate": 0.01, "uv": [0, 0]}, + {"origin": [-6, 19, -6], "size": [12, 2, 12], "uv": [0, 19]}, + {"origin": [-5.5, 21, -1.5], "size": [0, 3, 3], "pivot": [-5.5, 21, 0], "rotation": [0, 0, -45], "uv": [60, 16]}, + {"origin": [-4.5, 21, -6.5], "size": [0, 2, 3], "pivot": [-4.5, 21, -5], "rotation": [35, -45, -45], "uv": [54, 20]}, + {"origin": [-4.5, 21, 3.5], "size": [0, 2, 3], "pivot": [-4.5, 21, 5], "rotation": [-35, 45, -45], "uv": [48, 20]}, + {"origin": [4.5, 21, 3.5], "size": [0, 2, 3], "pivot": [4.5, 21, 5], "rotation": [-35, -45, 45], "uv": [0, 38]}, + {"origin": [5.5, 21, -1.5], "size": [0, 3, 3], "pivot": [5.5, 21, 0], "rotation": [0, 0, 45], "uv": [60, 0]}, + {"origin": [4.5, 21, -6.5], "size": [0, 2, 3], "pivot": [4.5, 21, -5], "rotation": [35, 45, 45], "uv": [30, 38]} + ] + }, + { + "name": "hair", + "parent": "cap", + "pivot": [0, 4, 0] + }, + { + "name": "hair_right_front", + "parent": "hair", + "pivot": [-8, 16, -6], + "cubes": [ + {"origin": [-8, 8, -8], "size": [0, 8, 4], "uv": [52, 37]} + ] + }, + { + "name": "hair_left_front", + "parent": "hair", + "pivot": [8, 16, -6], + "cubes": [ + {"origin": [8, 8, -8], "size": [0, 8, 4], "uv": [30, 29]} + ] + }, + { + "name": "hair_right_back", + "parent": "hair", + "pivot": [-8, 16, 4], + "cubes": [ + {"origin": [-8, 8, 4], "size": [0, 8, 4], "uv": [40, 37]} + ] + }, + { + "name": "hair_left_back", + "parent": "hair", + "pivot": [8, 16, 4], + "cubes": [ + {"origin": [8, 8, 4], "size": [0, 8, 4], "uv": [0, 29]} + ] + }, + { + "name": "hair_back_right", + "parent": "hair", + "pivot": [-6, 16, 8], + "cubes": [ + {"origin": [-8, 8, 8], "size": [4, 8, 0], "uv": [16, 59]} + ] + }, + { + "name": "hair_back_left", + "parent": "hair", + "pivot": [6, 16, 8], + "cubes": [ + {"origin": [4, 8, 8], "size": [4, 8, 0], "uv": [48, 0]} + ] + }, + { + "name": "hair_back", + "parent": "hair", + "pivot": [0, 16, 8], + "cubes": [ + {"origin": [-4, 7, 8], "size": [8, 9, 0], "uv": [0, 57]} + ] + }, + { + "name": "hair_right", + "parent": "hair", + "pivot": [-8, 16, 0], + "cubes": [ + {"origin": [-8, 9, -4], "size": [0, 7, 8], "uv": [0, 42]} + ] + }, + { + "name": "hair_left", + "parent": "hair", + "pivot": [8, 16, 0], + "cubes": [ + {"origin": [8, 9, -4], "size": [0, 7, 8], "uv": [0, 0]} + ] + }, + { + "name": "hair_front_right", + "parent": "hair", + "pivot": [-2, 16, -8], + "cubes": [ + {"origin": [-8, 7, -8], "size": [6, 9, 0], "uv": [0, 19]} + ] + }, + { + "name": "hair_front_left", + "parent": "hair", + "pivot": [2, 16, -8], + "cubes": [ + {"origin": [2, 7, -8], "size": [6, 9, 0], "uv": [36, 19]} + ] + }, + { + "name": "leg_right_front", + "parent": "body", + "pivot": [-2.5, 4.5, -2.5], + "cubes": [ + {"origin": [-5.5, 0, -5.5], "size": [4, 5, 4], "uv": [44, 58]} + ] + }, + { + "name": "leg_right_back", + "parent": "body", + "pivot": [-2.5, 4.5, 2.5], + "cubes": [ + {"origin": [-5.5, 0, 1.5], "size": [4, 5, 4], "uv": [28, 55]} + ] + }, + { + "name": "leg_left_front", + "parent": "body", + "pivot": [2.5, 4.5, -2.5], + "cubes": [ + {"origin": [1.5, 0, -5.5], "size": [4, 5, 4], "uv": [56, 53]} + ] + }, + { + "name": "leg_left_back", + "parent": "body", + "pivot": [2.5, 4.5, 2.5], + "cubes": [ + {"origin": [1.5, 0, 1.5], "size": [4, 5, 4], "uv": [16, 50]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/capsakid/capsakid.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/capsakid/capsakid.geo.json new file mode 100644 index 0000000..3948962 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/capsakid/capsakid.geo.json @@ -0,0 +1,89 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.capsakid", + "texture_width": 32, + "texture_height": 32, + "visible_bounds_width": 2, + "visible_bounds_height": 1.5, + "visible_bounds_offset": [0, 0.25, 0] + }, + "bones": [ + { + "name": "all", + "pivot": [0, 0, 0] + }, + { + "name": "head", + "parent": "all", + "pivot": [0, 3, 0], + "cubes": [ + {"origin": [-2.5, 3, -2.5], "size": [5, 5, 5], "uv": [0, 0]}, + {"origin": [-0.5, 3, -3], "size": [1, 1, 0], "uv": [0, 0]}, + {"origin": [-0.5, 4, -3.5], "size": [1, 1, 1], "uv": [14, 14]}, + {"origin": [-0.5, 6, 2.5], "size": [1, 1, 1], "uv": [18, 14]}, + {"origin": [-3.5, 2, 0.5], "size": [7, 7, 0], "uv": [0, 10]} + ] + }, + { + "name": "eyelid_right", + "parent": "head", + "pivot": [-0.51, 5, -1.01], + "cubes": [ + {"origin": [-1.51, 4, -1.51], "size": [2, 2, 1], "uv": [23, 0]} + ] + }, + { + "name": "eyelid_left", + "parent": "head", + "pivot": [0.51, 5, -1.01], + "cubes": [ + {"origin": [-0.49, 4, -1.51], "size": [2, 2, 1], "uv": [19, 0]} + ] + }, + { + "name": "body", + "parent": "all", + "pivot": [0, 3, 0], + "cubes": [ + {"origin": [-1.5, 1, -1], "size": [3, 2, 2], "uv": [14, 10]} + ] + }, + { + "name": "arm_left", + "parent": "body", + "pivot": [1.5, 2, 0], + "cubes": [ + {"origin": [1.5, 2, -1], "size": [1, 0, 2], "uv": [0, 2]} + ] + }, + { + "name": "arm_right", + "parent": "body", + "pivot": [-1.5, 2, 0], + "cubes": [ + {"origin": [-2.5, 2, -1], "size": [1, 0, 2], "uv": [0, 0]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-1, 1, 0], + "cubes": [ + {"origin": [-1.5, 0, -0.5], "size": [1, 1, 1], "uv": [15, 2]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [1, 1, 0], + "cubes": [ + {"origin": [0.5, 0, -0.5], "size": [1, 1, 1], "uv": [15, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/celebi/celebi.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/celebi/celebi.geo.json new file mode 100644 index 0000000..edcd981 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/celebi/celebi.geo.json @@ -0,0 +1,280 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "celebi", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "celebi", + "pivot": [-0.68604, 8.96653, 0.46533] + }, + { + "name": "torso", + "parent": "body", + "pivot": [-0.16635, 7.99042, 0.47013], + "cubes": [ + {"origin": [-0.66635, 7.13417, -1.37987], "size": [1, 1, 0], "uv": [2, 2]}, + {"origin": [-0.66635, 7.10917, 2.29513], "size": [1, 1, 0], "uv": [2, 2]}, + {"origin": [-2.16635, 5.18417, -1.52987], "size": [4, 4, 4], "inflate": -0.175, "uv": [22, 21]}, + {"origin": [-1.66635, 8.03417, -1.00487], "size": [3, 3, 3], "uv": [0, 28]} + ] + }, + { + "name": "neck", + "parent": "torso", + "pivot": [-0.16635, 15.03417, -0.52987], + "cubes": [ + {"origin": [-1.16635, 10.03417, -0.52987], "size": [2, 4, 2], "uv": [20, 33]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [-0.16635, 11.66019, 0.35709], + "cubes": [ + {"origin": [-3.16635, 11.33417, -3.02987], "size": [6, 6, 7], "pivot": [-0.16635, 14.33417, -0.02987], "rotation": [7.5, 0, 0], "uv": [0, 0]}, + {"origin": [-2.66635, 11.42762, -1.60567], "size": [5, 4, 8], "pivot": [-0.66635, 13.95917, -0.85487], "rotation": [32.75, 0, 0], "uv": [0, 13]}, + {"origin": [-1.66635, 15.1684, 1.40725], "size": [3, 3, 6], "pivot": [-1.66635, 16.95917, 3.14513], "rotation": [57.75, 0, 0], "uv": [20, 7]}, + {"origin": [-0.16635, 15.1684, 7.40725], "size": [0, 3, 4], "pivot": [-2.16635, 16.95917, 3.14513], "rotation": [57.75, 0, 0], "uv": [0, 9]} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [-0.16635, 14.33417, -0.02987], + "cubes": [ + {"origin": [-1.16635, 12.83417, -3.08487], "size": [2, 1, 0], "pivot": [-0.16635, 14.33417, -0.02987], "rotation": [7.5, 0, 0], "uv": [8, 39]}, + {"origin": [-1.16635, 12.35917, -3.07987], "size": [2, 1, 0], "pivot": [-0.16635, 14.33417, -0.02987], "rotation": [7.5, 0, 0], "uv": [8, 38]}, + {"origin": [-0.66635, 11.85917, -3.05487], "size": [1, 1, 0], "pivot": [-0.66635, 14.33417, -0.02987], "rotation": [7.5, 0, 0], "uv": [8, 40]} + ] + }, + { + "name": "anthena_right", + "parent": "head", + "pivot": [-1.69135, 15.90837, -3.25131], + "rotation": [39.59006, 6.24936, -7.49876], + "cubes": [ + {"origin": [-2.19135, 16.33417, -3.02987], "size": [1, 2, 0], "pivot": [0.80865, 14.33417, -0.02987], "rotation": [7.5, 0, 0], "uv": [6, 16], "mirror": true} + ] + }, + { + "name": "anthena_right2", + "parent": "anthena_right", + "pivot": [-1.69135, 18.88698, -3.67762], + "rotation": [-42.5, 0, 0], + "cubes": [ + {"origin": [-2.19135, 18.67639, -2.66953], "size": [1, 3, 0], "pivot": [0.80865, 16.67639, 0.33047], "rotation": [7.5, 0, 0], "uv": [19, 0], "mirror": true} + ] + }, + { + "name": "anthena_right3", + "parent": "anthena_right2", + "pivot": [-1.69135, 21.23698, -3.30262], + "rotation": [-42.5, 0, 0], + "cubes": [ + {"origin": [-2.19135, 21.65353, -3.06613], "size": [1, 3, 0], "pivot": [0.80865, 19.65353, -0.06613], "rotation": [7.5, 0, 0], "uv": [18, 13], "mirror": true} + ] + }, + { + "name": "anthena_left", + "parent": "head", + "pivot": [1.35865, 15.90837, -3.25131], + "rotation": [39.59006, -6.24936, 7.49876], + "cubes": [ + {"origin": [0.85865, 16.33417, -3.02987], "size": [1, 2, 0], "pivot": [-1.14135, 14.33417, -0.02987], "rotation": [7.5, 0, 0], "uv": [6, 16]} + ] + }, + { + "name": "anthena_left2", + "parent": "anthena_left", + "pivot": [1.35865, 18.88698, -3.67762], + "rotation": [-42.5, 0, 0], + "cubes": [ + {"origin": [0.85865, 18.67639, -2.66953], "size": [1, 3, 0], "pivot": [-1.14135, 16.67639, 0.33047], "rotation": [7.5, 0, 0], "uv": [19, 0]} + ] + }, + { + "name": "anthena_left3", + "parent": "anthena_left2", + "pivot": [1.35865, 21.23698, -3.30262], + "rotation": [-42.5, 0, 0], + "cubes": [ + {"origin": [0.85865, 21.65353, -3.06613], "size": [1, 3, 0], "pivot": [-1.14135, 19.65353, -0.06613], "rotation": [7.5, 0, 0], "uv": [18, 13]} + ] + }, + { + "name": "arm_right", + "parent": "torso", + "pivot": [-1.51635, 10.03417, 0.39513], + "cubes": [ + {"origin": [-5.16635, 9.03417, -0.60487], "size": [4, 2, 2], "inflate": -0.374, "uv": [21, 29]} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-4.81635, 9.38417, 0.39513], + "cubes": [ + {"origin": [-8.41735, 9.03517, -1.15587], "size": [4, 2, 3], "inflate": -0.376, "uv": [19, 0]} + ] + }, + { + "name": "arm_right3", + "parent": "arm_right2", + "pivot": [-8.41735, 10.03517, 0.39413] + }, + { + "name": "finger_l_4", + "parent": "arm_right3", + "pivot": [-8.41735, 10.03517, -0.00587], + "cubes": [ + {"origin": [-9.04123, 9.83728, -0.05587], "size": [2, 0, 1], "pivot": [-7.84235, 10.03517, 0.77113], "rotation": [0, 0, -27.75], "uv": [0, 2]} + ] + }, + { + "name": "finger_l_5", + "parent": "arm_right3", + "pivot": [-8.84235, 10.03517, 0.77113], + "rotation": [0, -8.75, 0], + "cubes": [ + {"origin": [-9.44601, 10.03517, 0.50882], "size": [2, 0, 1], "pivot": [-8.84235, 10.03517, 0.77113], "rotation": [0, 22.5, 0], "uv": [0, 1]} + ] + }, + { + "name": "finger_l_6", + "parent": "arm_right3", + "pivot": [-8.84235, 10.03517, -0.00587], + "rotation": [0, 10.25, 0], + "cubes": [ + {"origin": [-9.73746, 10.03517, -0.6589], "size": [2, 0, 1], "pivot": [-8.84235, 10.03517, 0.77113], "rotation": [0, -22.5, 0], "uv": [0, 0]} + ] + }, + { + "name": "arm_left", + "parent": "torso", + "pivot": [1.20865, 10.03417, 0.39513], + "cubes": [ + {"origin": [0.83365, 9.03417, -0.60487], "size": [4, 2, 2], "inflate": -0.374, "uv": [31, 31]} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [4.48365, 9.38417, 0.39513], + "cubes": [ + {"origin": [4.08465, 9.03517, -1.15587], "size": [4, 2, 3], "inflate": -0.376, "uv": [9, 26]} + ] + }, + { + "name": "arm_left3", + "parent": "arm_left2", + "pivot": [8.08465, 10.03517, 0.39413] + }, + { + "name": "finger_l_3", + "parent": "arm_left3", + "pivot": [8.08465, 10.03517, -0.00587], + "cubes": [ + {"origin": [6.70853, 9.83728, -0.05587], "size": [2, 0, 1], "pivot": [7.50965, 10.03517, 0.77113], "rotation": [0, 0, 27.75], "uv": [0, 3]} + ] + }, + { + "name": "finger_l_2", + "parent": "arm_left3", + "pivot": [8.50965, 10.03517, 0.77113], + "rotation": [0, 8.75, 0], + "cubes": [ + {"origin": [7.11331, 10.03517, 0.50882], "size": [2, 0, 1], "pivot": [8.50965, 10.03517, 0.77113], "rotation": [0, -22.5, 0], "uv": [0, 4]} + ] + }, + { + "name": "finger_l_1", + "parent": "arm_left3", + "pivot": [8.50965, 10.03517, -0.00587], + "rotation": [0, -10.25, 0], + "cubes": [ + {"origin": [7.40476, 10.03517, -0.6589], "size": [2, 0, 1], "pivot": [8.50965, 10.03517, 0.77113], "rotation": [0, 22.5, 0], "uv": [0, 5]} + ] + }, + { + "name": "wing_left", + "parent": "torso", + "pivot": [0.25351, 9.35395, 1.62871], + "rotation": [0, 22.5, 0], + "cubes": [ + {"origin": [-0.16635, 7.85395, 1.62871], "size": [0, 3, 6], "uv": [0, 19]} + ] + }, + { + "name": "wing_right", + "parent": "torso", + "pivot": [-0.58621, 9.35395, 1.62871], + "rotation": [0, -22.5, 0], + "cubes": [ + {"origin": [-0.16635, 7.85395, 1.62871], "size": [0, 3, 6], "uv": [0, 19]} + ] + }, + { + "name": "lef_left", + "parent": "body", + "pivot": [0.83365, 5.68417, 0.44513], + "cubes": [ + {"origin": [-0.16635, 3.03417, -0.55487], "size": [2, 4, 2], "inflate": -0.374, "uv": [12, 31]} + ] + }, + { + "name": "lef_left2", + "parent": "lef_left", + "pivot": [0.83365, 3.38217, -0.17987], + "cubes": [ + {"origin": [-0.16635, 0.78217, -0.55487], "size": [2, 3, 2], "inflate": -0.375, "uv": [0, 16]} + ] + }, + { + "name": "lef_left3", + "parent": "lef_left2", + "pivot": [0.83365, 1.53217, 0.47013], + "cubes": [ + {"origin": [-0.16635, 0.78217, -2.55487], "size": [2, 1, 4], "inflate": -0.125, "uv": [26, 16], "mirror": true} + ] + }, + { + "name": "lef_right", + "parent": "body", + "pivot": [-1.16635, 5.68417, 0.44513], + "cubes": [ + {"origin": [-2.16635, 3.03417, -0.55487], "size": [2, 4, 2], "inflate": -0.374, "uv": [12, 31], "mirror": true} + ] + }, + { + "name": "lef_right2", + "parent": "lef_right", + "pivot": [-1.16635, 3.38217, -0.17987], + "cubes": [ + {"origin": [-2.16635, 0.78217, -0.55487], "size": [2, 3, 2], "inflate": -0.375, "uv": [0, 16], "mirror": true} + ] + }, + { + "name": "lef_right3", + "parent": "lef_right2", + "pivot": [-1.16635, 1.53217, 0.47013], + "cubes": [ + {"origin": [-2.16635, 0.78217, -2.55487], "size": [2, 1, 4], "inflate": -0.125, "uv": [26, 16]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/chienpao/chienpao.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/chienpao/chienpao.geo.json new file mode 100644 index 0000000..c202941 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/chienpao/chienpao.geo.json @@ -0,0 +1,459 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 9, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "chienpao", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "chienpao", + "pivot": [0, 14, 2] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 12, 2] + }, + { + "name": "front_torso", + "parent": "torso", + "pivot": [2.5, 11.983, -9.14521], + "cubes": [ + {"origin": [-3.5, 8.983, -10.14521], "size": [7, 6, 10], "pivot": [2.5, 11.983, -9.14521], "rotation": [10, 0, 0], "uv": [24, 22]}, + {"origin": [-3.5, 8.983, -10.14521], "size": [7, 6, 10], "inflate": 0.125, "pivot": [2.5, 11.983, -9.14521], "rotation": [10, 0, 0], "uv": [0, 0]}, + {"origin": [-3.5, 10.458, -0.79521], "size": [7, 6, 6], "inflate": 0.01, "uv": [26, 66]}, + {"origin": [-3.5, 10.458, -0.79521], "size": [7, 6, 6], "inflate": 0.11, "uv": [0, 61]} + ] + }, + { + "name": "back_torso", + "parent": "torso", + "pivot": [2, 11.983, 13.35479], + "cubes": [ + {"origin": [-3.5, 8.46206, 4.49387], "size": [7, 6, 10], "inflate": -0.01, "pivot": [2.5, 11.46206, 16.49387], "rotation": [-10, 0, 0], "uv": [24, 6]}, + {"origin": [-3.5, 8.46206, 4.49387], "size": [7, 6, 10], "inflate": 0.09, "pivot": [2.5, 11.46206, 16.49387], "rotation": [-10, 0, 0], "uv": [0, 16]} + ] + }, + { + "name": "tail_1", + "parent": "back_torso", + "pivot": [0, 14.808, 14.47979], + "cubes": [ + {"origin": [-3.51, 8.82277, 13.88916], "size": [7, 6, 9], "inflate": -0.11, "uv": [23, 38]}, + {"origin": [-3.51, 8.82277, 13.88916], "size": [7, 6, 9], "inflate": -0.01, "uv": [0, 32]} + ] + }, + { + "name": "tail_2", + "parent": "tail_1", + "pivot": [0, 11.808, 21.47979], + "cubes": [ + {"origin": [-3, 9.308, 21.47979], "size": [6, 5, 9], "uv": [49, 14]}, + {"origin": [-3, 9.308, 21.47979], "size": [6, 5, 9], "inflate": 0.125, "uv": [46, 44]} + ] + }, + { + "name": "tail_3", + "parent": "tail_2", + "pivot": [0, 11.808, 28.80479], + "cubes": [ + {"origin": [-3, 9.308, 29.30479], "size": [6, 5, 9], "inflate": -0.25, "uv": [48, 0]}, + {"origin": [-3, 9.308, 29.30479], "size": [6, 5, 9], "inflate": -0.15, "uv": [0, 47]} + ] + }, + { + "name": "tail_4", + "parent": "tail_3", + "pivot": [0, 11.808, 37.02979], + "cubes": [ + {"origin": [-2.5, 9.783, 36.05479], "size": [5, 4, 9], "uv": [21, 53]} + ] + }, + { + "name": "tail_5", + "parent": "tail_4", + "pivot": [0, 10.958, 45.00479], + "cubes": [ + {"origin": [-1.95, 9.783, 44.05479], "size": [4, 4, 8], "inflate": -0.2, "uv": [70, 6]}, + {"origin": [-1.95, 9.783, 44.05479], "size": [4, 4, 8], "inflate": -0.1, "uv": [67, 63]} + ] + }, + { + "name": "tail_6", + "parent": "tail_5", + "pivot": [0.05, 9.958, 51.90479], + "cubes": [ + {"origin": [-1.95, 9.783, 51.65479], "size": [4, 4, 8], "inflate": -0.21, "uv": [69, 34]} + ] + }, + { + "name": "neck", + "parent": "torso", + "pivot": [0, 12.483, -7.89521], + "rotation": [40, 0, 0], + "cubes": [ + {"origin": [-2.5, 10.40439, -11.05801], "size": [5, 11, 5], "pivot": [0, 10.90439, -8.05801], "rotation": [-17.5, 0, 0], "uv": [52, 71]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 20.40439, -5.80801], + "rotation": [-37.5, 0, 0], + "cubes": [ + {"origin": [-3, 18.90439, -9.80801], "size": [6, 6, 7], "uv": [49, 58]}, + {"origin": [-3, 22.92939, -9.85801], "size": [3, 1, 0], "pivot": [-1, 23.42939, -9.85801], "rotation": [0, 0, 26.75], "uv": [70, 2]}, + {"origin": [0, 22.92939, -9.85801], "size": [3, 1, 0], "pivot": [1, 23.42939, -9.85801], "rotation": [0, 0, -26.75], "uv": [70, 2], "mirror": true}, + {"origin": [1.525, 21.90439, -9.83301], "size": [1, 2, 0], "uv": [72, 7], "mirror": true}, + {"origin": [-2.525, 21.90439, -9.83301], "size": [1, 2, 0], "uv": [72, 7]} + ] + }, + { + "name": "muzzle", + "parent": "head", + "pivot": [0, 22.15439, -9.80801] + }, + { + "name": "bone", + "parent": "muzzle", + "pivot": [0, 20.50552, -8.03515], + "rotation": [2.5, 0, 0], + "cubes": [ + {"origin": [-3.5, 19.95667, -11.14859], "size": [7, 2, 4], "inflate": 0.01, "uv": [24, 0]}, + {"origin": [2.5, 18.95667, -11.14859], "size": [1, 1, 0], "inflate": 0.01, "uv": [0, 96]}, + {"origin": [-3.5, 18.95667, -11.14859], "size": [1, 1, 0], "inflate": 0.01, "uv": [0, 96]}, + {"origin": [3.5, 16.95667, -11.14859], "size": [0, 3, 4], "inflate": 0.01, "uv": [24, 2]}, + {"origin": [-3.5, 16.95667, -11.14859], "size": [0, 3, 4], "inflate": 0.01, "uv": [0, 18]}, + {"origin": [-2.5, 19.95667, -13.14859], "size": [5, 2, 2], "inflate": 0.01, "uv": [67, 46]}, + {"origin": [2.5, 18.95667, -13.14859], "size": [0, 1, 1], "inflate": 0.01, "uv": [82, 47]}, + {"origin": [-2.5, 18.95667, -13.14859], "size": [0, 1, 1], "inflate": 0.01, "uv": [82, 47], "mirror": true}, + {"origin": [-1, 21.30667, -13.62359], "size": [2, 1, 1], "inflate": 0.01, "uv": [48, 14]}, + {"origin": [0.5, 17.93667, -13.14859], "size": [2, 2, 0], "inflate": 0.01, "uv": [40, 53]}, + {"origin": [-1.975, 16.93667, -13.14859], "size": [1, 1, 0], "inflate": 0.01, "uv": [32, 9]}, + {"origin": [-2.5, 17.93667, -13.14859], "size": [2, 2, 0], "inflate": 0.01, "uv": [53, 0]}, + {"origin": [0.975, 16.93667, -13.14859], "size": [1, 1, 0], "inflate": 0.01, "uv": [6, 36]} + ] + }, + { + "name": "wisker_right", + "parent": "bone", + "pivot": [-4.5, 20.77939, -8.80801], + "rotation": [0, 0, 12.5], + "cubes": [ + {"origin": [-8.03773, 20.4496, -8.79276], "size": [4, 1, 0], "uv": [24, 9]} + ] + }, + { + "name": "wisker_left", + "parent": "bone", + "pivot": [4.5, 20.77939, -8.80801], + "rotation": [0, 0, -12.5], + "cubes": [ + {"origin": [4.03773, 20.4496, -8.79276], "size": [4, 1, 0], "uv": [0, 25]} + ] + }, + { + "name": "sword_left2", + "parent": "muzzle", + "pivot": [1.73161, 21.79548, -11.85164], + "rotation": [2.84745, -48.68786, -3.78851], + "cubes": [ + {"origin": [0.73231, 11.40439, -12.24126], "size": [2, 11, 1], "inflate": -0.175, "uv": [32, 89]}, + {"origin": [0.73231, 11.42939, -12.56626], "size": [2, 11, 1], "inflate": -0.45, "uv": [26, 89]}, + {"origin": [1.23231, 5.10439, -12.36626], "size": [1, 4, 1], "inflate": -0.25, "uv": [4, 47]}, + {"origin": [1.23231, 4.90439, -12.24126], "size": [1, 1, 1], "inflate": -0.174, "pivot": [1.73231, 5.40439, -12.24126], "rotation": [0, 0, 45], "uv": [5, 54]}, + {"origin": [0.73231, 7.72939, -12.24126], "size": [2, 2, 1], "inflate": -0.15, "pivot": [1.73231, 8.72939, -12.24126], "rotation": [0, 0, -45], "uv": [21, 53]}, + {"origin": [-0.61414, 7.52584, -12.25126], "size": [4, 1, 1], "inflate": -0.175, "pivot": [2.38586, 8.02584, -12.24126], "rotation": [0, 0, -73.5], "uv": [46, 4]}, + {"origin": [-0.64625, 6.57584, -12.24126], "size": [4, 1, 1], "inflate": -0.175, "pivot": [1.35375, 7.07584, -12.24126], "rotation": [0, 0, 73.5], "uv": [24, 24]}, + {"origin": [0.73231, 10.62939, -12.24126], "size": [2, 2, 1], "inflate": -0.173, "pivot": [1.73231, 11.62939, -12.24126], "rotation": [0, 0, -45], "uv": [0, 52]}, + {"origin": [0.73231, 10.62939, -12.56626], "size": [2, 2, 1], "inflate": -0.449, "pivot": [1.73231, 11.62939, -12.56626], "rotation": [0, 0, -45], "uv": [48, 28]}, + {"origin": [0.73231, 7.62939, -12.56626], "size": [2, 2, 1], "inflate": -0.449, "pivot": [1.73231, 8.62939, -12.56626], "rotation": [0, 0, -45], "uv": [48, 6]}, + {"origin": [1.23231, 9.40439, -12.24126], "size": [1, 2, 1], "inflate": -0.175, "uv": [6, 0]} + ] + }, + { + "name": "sword_right2", + "parent": "muzzle", + "pivot": [-1.73161, 21.79548, -11.85164], + "rotation": [2.84745, 48.68786, 3.78851], + "cubes": [ + {"origin": [-2.73231, 11.40439, -12.24126], "size": [2, 11, 1], "inflate": -0.175, "uv": [32, 89], "mirror": true}, + {"origin": [-2.73231, 11.42939, -12.56626], "size": [2, 11, 1], "inflate": -0.45, "uv": [26, 89], "mirror": true}, + {"origin": [-2.23231, 5.10439, -12.36626], "size": [1, 4, 1], "inflate": -0.25, "uv": [4, 47], "mirror": true}, + {"origin": [-2.23231, 4.90439, -12.24126], "size": [1, 1, 1], "inflate": -0.174, "pivot": [-1.73231, 5.40439, -12.24126], "rotation": [0, 0, -45], "uv": [5, 54], "mirror": true}, + {"origin": [-2.73231, 7.72939, -12.24126], "size": [2, 2, 1], "inflate": -0.15, "pivot": [-1.73231, 8.72939, -12.24126], "rotation": [0, 0, 45], "uv": [21, 53], "mirror": true}, + {"origin": [-3.38586, 7.52584, -12.25126], "size": [4, 1, 1], "inflate": -0.175, "pivot": [-2.38586, 8.02584, -12.24126], "rotation": [0, 0, 73.5], "uv": [46, 4], "mirror": true}, + {"origin": [-3.35375, 6.57584, -12.24126], "size": [4, 1, 1], "inflate": -0.175, "pivot": [-1.35375, 7.07584, -12.24126], "rotation": [0, 0, -73.5], "uv": [24, 24], "mirror": true}, + {"origin": [-2.73231, 10.62939, -12.24126], "size": [2, 2, 1], "inflate": -0.173, "pivot": [-1.73231, 11.62939, -12.24126], "rotation": [0, 0, 45], "uv": [0, 52], "mirror": true}, + {"origin": [-1.08231, 11.15439, -12.24126], "size": [1, 1, 1], "inflate": -0.174, "uv": [2, 61], "mirror": true}, + {"origin": [-3.38231, 11.15439, -12.24126], "size": [1, 1, 1], "inflate": -0.174, "uv": [2, 61], "mirror": true}, + {"origin": [-2.73231, 10.62939, -12.56626], "size": [2, 2, 1], "inflate": -0.449, "pivot": [-1.73231, 11.62939, -12.56626], "rotation": [0, 0, 45], "uv": [48, 28], "mirror": true}, + {"origin": [-2.73231, 7.62939, -12.56626], "size": [2, 2, 1], "inflate": -0.449, "pivot": [-1.73231, 8.62939, -12.56626], "rotation": [0, 0, 45], "uv": [48, 6], "mirror": true}, + {"origin": [-2.23231, 9.40439, -12.24126], "size": [1, 2, 1], "inflate": -0.175, "uv": [6, 0], "mirror": true} + ] + }, + { + "name": "jaw", + "parent": "muzzle", + "pivot": [0, 19.75439, -9.33301], + "cubes": [ + {"origin": [-2, 18.92939, -11.57301], "size": [4, 1, 3], "uv": [42, 0]} + ] + }, + { + "name": "whisker_top_left", + "parent": "head", + "pivot": [2.75, 21.40439, -8.55801], + "rotation": [0, -10, -7.5] + }, + { + "name": "whisker_top_right", + "parent": "head", + "pivot": [-2.75, 21.40439, -8.55801], + "rotation": [0, 10, 7.5] + }, + { + "name": "whisker_middle_left", + "parent": "head", + "pivot": [3, 20.65439, -8.55801], + "rotation": [0, -15, 5] + }, + { + "name": "whisker_middle_right", + "parent": "head", + "pivot": [-3, 20.65439, -8.55801], + "rotation": [0, 15, -5] + }, + { + "name": "whisker_bottom_left", + "parent": "head", + "pivot": [2.75, 19.90439, -8.55801], + "rotation": [0, -20, 17.5] + }, + { + "name": "whisker_bottom_right", + "parent": "head", + "pivot": [-2.75, 19.90439, -8.55801], + "rotation": [0, 20, -17.5] + }, + { + "name": "ear_right", + "parent": "head", + "pivot": [-2.5, 22.90439, -5.80801], + "rotation": [-5, -30, -25], + "cubes": [ + {"origin": [-2.58551, 22.88392, -8.54204], "size": [1, 4, 4], "inflate": 0.01, "uv": [0, 0]} + ] + }, + { + "name": "ear_left", + "parent": "head", + "pivot": [2.5, 22.90439, -5.80801], + "rotation": [-5, 30, 25], + "cubes": [ + {"origin": [1.58551, 22.88392, -8.54204], "size": [1, 4, 4], "inflate": 0.01, "uv": [40, 54]} + ] + }, + { + "name": "leg_front_left1", + "parent": "body", + "pivot": [2.75, 12.71879, -6.71484], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [1.25, 7.2264, -8.88915], "size": [3, 7, 4], "inflate": 0.01, "uv": [84, 46]}, + {"origin": [1.25, 7.2264, -8.88915], "size": [3, 7, 4], "inflate": 0.11, "uv": [30, 78], "mirror": true} + ] + }, + { + "name": "leg_front_left2", + "parent": "leg_front_left1", + "pivot": [2.75, 7.05209, -5.39676], + "rotation": [-20, 0, 0], + "cubes": [ + {"origin": [1.25, 0.46849, -7.94923], "size": [3, 7, 3], "uv": [85, 30]} + ] + }, + { + "name": "leg_front_left3", + "parent": "leg_front_left2", + "pivot": [2.75, 0.48613, -5.51738], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [0.775, -0.30676, -10.04263], "size": [4, 2, 5], "inflate": 0.01, "uv": [83, 62]}, + {"origin": [3.075, -0.30676, -10.09263], "size": [1, 2, 0], "inflate": 0.01, "uv": [46, 38]}, + {"origin": [3.075, 1.71824, -10.09263], "size": [1, 0, 1], "inflate": 0.01, "uv": [7, 24]}, + {"origin": [1.475, -0.30676, -10.09263], "size": [1, 2, 0], "inflate": 0.01, "uv": [42, 0]}, + {"origin": [1.475, 1.71824, -10.09263], "size": [1, 0, 1], "inflate": 0.01, "uv": [7, 23]} + ] + }, + { + "name": "toe_front_left", + "parent": "leg_front_left3", + "pivot": [2.75, 0.69324, -7.04263] + }, + { + "name": "toe_front_left2", + "parent": "leg_front_left3", + "pivot": [1.75, 0.69324, -7.04263] + }, + { + "name": "toe_front_left3", + "parent": "leg_front_left3", + "pivot": [3.75, 0.69324, -7.04263] + }, + { + "name": "leg_front_right1", + "parent": "body", + "pivot": [-2.75, 12.71879, -6.71484], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-4.25, 7.2264, -8.88915], "size": [3, 7, 4], "inflate": 0.01, "uv": [0, 85]}, + {"origin": [-4.25, 7.2264, -8.88915], "size": [3, 7, 4], "inflate": 0.11, "uv": [30, 78]} + ] + }, + { + "name": "leg_front_right2", + "parent": "leg_front_right1", + "pivot": [-2.75, 7.05209, -5.39676], + "rotation": [-20, 0, 0], + "cubes": [ + {"origin": [-4.25, 0.46849, -7.94923], "size": [3, 7, 3], "uv": [87, 18]} + ] + }, + { + "name": "leg_front_right3", + "parent": "leg_front_right2", + "pivot": [-2.75, 0.48613, -5.51738], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [-4.775, -0.30676, -10.04263], "size": [4, 2, 5], "inflate": 0.01, "uv": [39, 84]}, + {"origin": [-4.075, -0.30676, -10.09263], "size": [1, 2, 0], "inflate": 0.01, "uv": [21, 49]}, + {"origin": [-4.075, 1.71824, -10.09263], "size": [1, 0, 1], "inflate": 0.01, "uv": [31, 6]}, + {"origin": [-2.475, -0.30676, -10.09263], "size": [1, 2, 0], "inflate": 0.01, "uv": [21, 47]}, + {"origin": [-2.475, 1.71824, -10.09263], "size": [1, 0, 1], "inflate": 0.01, "uv": [7, 25]} + ] + }, + { + "name": "toe_front_right", + "parent": "leg_front_right3", + "pivot": [-2.75, 0.69324, -7.04263] + }, + { + "name": "toe_front_right2", + "parent": "leg_front_right3", + "pivot": [-1.75, 0.69324, -7.04263] + }, + { + "name": "toe_front_right3", + "parent": "leg_front_right3", + "pivot": [-3.75, 0.69324, -7.04263] + }, + { + "name": "leg_back_right1", + "parent": "body", + "pivot": [-2.5, 11.75, 9.5], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-4.01396, 7.12487, 7.59214], "size": [3, 7, 5], "inflate": 0.01, "uv": [72, 75], "mirror": true}, + {"origin": [-4.06396, 7.62487, 8.11714], "size": [0, 6, 4], "inflate": 0.01, "uv": [59, 83], "mirror": true} + ] + }, + { + "name": "leg_back_right2", + "parent": "leg_back_right1", + "pivot": [-2.51396, 6.21203, 12.09595], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-4.01396, 0.37686, 10.11483], "size": [3, 7, 3], "uv": [86, 0], "mirror": true} + ] + }, + { + "name": "leg_back_right3", + "parent": "leg_back_right2", + "pivot": [-2.51396, 0.95321, 11.63002], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [-4.51396, -0.37314, 7.89522], "size": [4, 2, 5], "inflate": 0.01, "uv": [83, 82], "mirror": true}, + {"origin": [-3.78896, -0.37314, 7.87022], "size": [1, 2, 0], "inflate": 0.01, "uv": [29, 38], "mirror": true}, + {"origin": [-3.78896, 1.65186, 7.87022], "size": [1, 0, 1], "inflate": 0.01, "uv": [7, 3], "mirror": true}, + {"origin": [-2.18896, 1.65186, 7.87022], "size": [1, 0, 1], "inflate": 0.01, "uv": [7, 22], "mirror": true}, + {"origin": [-2.18896, -0.37314, 7.87022], "size": [1, 2, 0], "inflate": 0.01, "uv": [6, 39], "mirror": true} + ] + }, + { + "name": "toe_back_right", + "parent": "leg_back_right3", + "pivot": [-2.26396, 0.62686, 7.89522] + }, + { + "name": "toe_back_right2", + "parent": "leg_back_right3", + "pivot": [-3.26396, 0.62686, 7.89522] + }, + { + "name": "toe_back_right3", + "parent": "leg_back_right3", + "pivot": [-1.26396, 0.62686, 7.89522] + }, + { + "name": "leg_back_left1", + "parent": "body", + "pivot": [2.5, 12.75, 9.5], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [1, 7.15904, 7.33335], "size": [3, 7, 5], "inflate": 0.01, "uv": [72, 75]}, + {"origin": [4.05, 7.65904, 7.85835], "size": [0, 6, 4], "inflate": 0.01, "uv": [59, 83]} + ] + }, + { + "name": "leg_back_left2", + "parent": "leg_back_left1", + "pivot": [2.5, 6.24619, 11.83716], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [1, 0.41102, 9.85604], "size": [3, 7, 3], "uv": [86, 0]} + ] + }, + { + "name": "leg_back_left3", + "parent": "leg_back_left2", + "pivot": [2.5, 0.98738, 11.37123], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [0.5, -0.33898, 7.63642], "size": [4, 2, 5], "inflate": 0.01, "uv": [83, 82]}, + {"origin": [2.775, -0.33898, 7.61142], "size": [1, 2, 0], "inflate": 0.01, "uv": [29, 38]}, + {"origin": [2.775, 1.68602, 7.61142], "size": [1, 0, 1], "inflate": 0.01, "uv": [7, 3]}, + {"origin": [1.175, 1.68602, 7.61142], "size": [1, 0, 1], "inflate": 0.01, "uv": [7, 22]}, + {"origin": [1.175, -0.33898, 7.61142], "size": [1, 2, 0], "inflate": 0.01, "uv": [6, 39]} + ] + }, + { + "name": "toe_back_left", + "parent": "leg_back_left3", + "pivot": [2.25, 0.66102, 7.63642] + }, + { + "name": "toe_back_left2", + "parent": "leg_back_left3", + "pivot": [3.25, 0.66102, 7.63642] + }, + { + "name": "toe_back_left3", + "parent": "leg_back_left3", + "pivot": [1.25, 0.66102, 7.63642] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/chiyu.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/chiyu.geo.json new file mode 100644 index 0000000..f0af67e --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/chiyu.geo.json @@ -0,0 +1,148 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 4, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "bone10", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-3.25, 4, -3.25], "size": [5, 6, 5], "inflate": -0.01, "pivot": [0, 0, 0], "rotation": [0, -45, 0], "uv": [0, 25]}, + {"origin": [-2.75, 10, -2.75], "size": [1, 0, 1], "pivot": [0, 0, 0], "rotation": [0, -45, 0], "uv": [15, 28]}, + {"origin": [-2.5, 5, -0.5], "size": [5, 6, 7], "uv": [2, 1]} + ] + }, + { + "name": "bone2", + "parent": "bone10", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-3.5, 4, -1], "size": [7, 6, 8], "uv": [0, 0]} + ] + }, + { + "name": "bone14", + "parent": "bone10", + "pivot": [-3, 4, 2], + "cubes": [ + {"origin": [-3.5, 5, 0], "size": [7, 0, 4], "pivot": [0, 0, 0], "rotation": [0, 0, -45], "uv": [18, 4]} + ] + }, + { + "name": "bone13", + "parent": "bone10", + "pivot": [4, 4, 0], + "cubes": [ + {"origin": [-3.5, 5, 0], "size": [7, 0, 4], "pivot": [0, 0, 0], "rotation": [0, 0, 45], "uv": [18, 4], "mirror": true} + ] + }, + { + "name": "bone12", + "parent": "bone10", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [0, 9, 2], "size": [0, 7, 9], "uv": [0, 5]} + ] + }, + { + "name": "bone11", + "parent": "bone10", + "pivot": [0, 7, 7], + "cubes": [ + {"origin": [-2, 4.5, 4], "size": [4, 4, 7], "uv": [11, 14]} + ] + }, + { + "name": "bone3", + "parent": "bone11", + "pivot": [2, 8, 10], + "cubes": [ + {"origin": [-4, 3.5, 11], "size": [0, 6, 8], "pivot": [0, 0, 0], "rotation": [15, 30, 0], "uv": [0, 28]}, + {"origin": [-4, 6, 18], "size": [0, 2, 8], "pivot": [0, 0, 0], "rotation": [15, 30, 0], "uv": [0, 34]} + ] + }, + { + "name": "bone5", + "parent": "bone11", + "pivot": [2, 5, 11], + "cubes": [ + {"origin": [-4, 6, 14], "size": [0, 2, 8], "pivot": [0, 0, 0], "rotation": [-15, 30, 0], "uv": [0, 42]}, + {"origin": [-4, 3.5, 7], "size": [0, 6, 8], "pivot": [0, 0, 0], "rotation": [-15, 30, 0], "uv": [0, 36]} + ] + }, + { + "name": "bone15", + "parent": "bone11", + "pivot": [-2, 8, 11], + "cubes": [ + {"origin": [4, 6, 18], "size": [0, 2, 8], "pivot": [0, 0, 0], "rotation": [15, -30, 0], "uv": [0, 34], "mirror": true}, + {"origin": [4, 3.5, 11], "size": [0, 6, 8], "pivot": [0, 0, 0], "rotation": [15, -30, 0], "uv": [0, 28], "mirror": true} + ] + }, + { + "name": "bone6", + "parent": "bone11", + "pivot": [-2, 5, 11], + "cubes": [ + {"origin": [4, 6, 14], "size": [0, 2, 8], "pivot": [0, 0, 0], "rotation": [-15, -30, 0], "uv": [0, 42], "mirror": true}, + {"origin": [4, 3.5, 7], "size": [0, 6, 8], "pivot": [0, 0, 0], "rotation": [-15, -30, 0], "uv": [0, 36], "mirror": true} + ] + }, + { + "name": "bone", + "parent": "bone10", + "pivot": [0, 0, 0], + "rotation": [0, -45, 0], + "cubes": [ + {"origin": [3.75, 4, -3.75], "size": [2, 2, 1], "pivot": [0, 0, 0], "rotation": [0, 0, -45], "uv": [0, 3]}, + {"origin": [-7.2, 5.9, -3.75], "size": [4, 1, 1], "pivot": [0, 0, 0], "rotation": [0, 0, 45], "uv": [47, 0]}, + {"origin": [-6.8, 2.6, -3.75], "size": [4, 1, 1], "pivot": [0, 0, 0], "rotation": [0, 0, 45], "uv": [47, 0], "mirror": true}, + {"origin": [-7.2, 3.9, -3.75], "size": [1, 2, 1], "pivot": [0, 0, 0], "rotation": [0, 0, 45], "uv": [46, 12]}, + {"origin": [-3.8, 3.6, -3.75], "size": [1, 2, 1], "pivot": [0, 0, 0], "rotation": [0, 0, 45], "uv": [46, 12]} + ] + }, + { + "name": "bone7", + "parent": "bone10", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [3.5, 4.5, 1.5], "size": [0, 3, 2], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [-5, 0, 0], "uv": [31, 7]}, + {"origin": [3.5, 6, 3], "size": [0, 3, 2], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [-15, 0, 0], "uv": [31, 7]}, + {"origin": [3.5, 5.5, 5.1], "size": [0, 3, 2], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [15, 0, 0], "uv": [31, 7]} + ] + }, + { + "name": "bone8", + "parent": "bone10", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-3.5, 4.5, 1.5], "size": [0, 3, 2], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [-5, 0, 0], "uv": [31, 7], "mirror": true}, + {"origin": [-3.5, 6, 3], "size": [0, 3, 2], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [-15, 0, 0], "uv": [31, 7], "mirror": true}, + {"origin": [-3.5, 5.5, 5.1], "size": [0, 3, 2], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [15, 0, 0], "uv": [31, 7], "mirror": true} + ] + }, + { + "name": "bone9", + "parent": "bone10", + "pivot": [0, 0, 0], + "rotation": [0, 45, 0], + "cubes": [ + {"origin": [-5.75, 4, -3.75], "size": [2, 2, 1], "pivot": [0, 0, 0], "rotation": [0, 0, 45], "uv": [0, 3], "mirror": true}, + {"origin": [3.2, 5.9, -3.75], "size": [4, 1, 1], "pivot": [0, 0, 0], "rotation": [0, 0, -45], "uv": [47, 0], "mirror": true}, + {"origin": [2.8, 2.6, -3.75], "size": [4, 1, 1], "pivot": [0, 0, 0], "rotation": [0, 0, -45], "uv": [47, 0]}, + {"origin": [6.2, 3.9, -3.75], "size": [1, 2, 1], "pivot": [0, 0, 0], "rotation": [0, 0, -45], "uv": [46, 12], "mirror": true}, + {"origin": [2.8, 3.6, -3.75], "size": [1, 2, 1], "pivot": [0, 0, 0], "rotation": [0, 0, -45], "uv": [46, 12], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/cinccino/cinccino.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/cinccino/cinccino.geo.json new file mode 100644 index 0000000..fffb927 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/cinccino/cinccino.geo.json @@ -0,0 +1,343 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.pichu", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 4, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "pichu", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "pichu", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 4.25, 0.25] + }, + { + "name": "body2", + "parent": "torso", + "pivot": [0, 0.25, 0], + "cubes": [ + {"origin": [-3, 1.25, -2.25], "size": [6, 6, 5], "uv": [0, 15]} + ] + }, + { + "name": "bone", + "parent": "body2", + "pivot": [0.12817, 5.95589, -2.26402] + }, + { + "name": "scarf", + "parent": "body2", + "pivot": [0, 0.25, 0], + "cubes": [ + {"origin": [-3.55, 4.8, -3.425], "size": [2, 3, 7], "pivot": [-2.55, 6.8, 0.075], "rotation": [7.5, 0, 0], "uv": [0, 43]}, + {"origin": [-1.55, 4.8, 0.575], "size": [5, 4, 3], "pivot": [-2.55, 6.8, 0.075], "rotation": [7.5, 0, 0], "uv": [30, 46]}, + {"origin": [-2.2, 4.65, -4.3], "size": [5, 3, 2], "pivot": [-2.55, 6.8, 0.075], "rotation": [7.5, 0, 0], "uv": [21, 45]} + ] + }, + { + "name": "scarf_prai", + "parent": "scarf", + "pivot": [3.45, 5.92099, -2.78256] + }, + { + "name": "bone3", + "parent": "scarf_prai", + "pivot": [2.275, 5.92099, -2.78256], + "cubes": [ + {"origin": [2.45, 5.09599, -3.78256], "size": [2, 2, 2], "pivot": [3.45, 5.92099, -2.78256], "rotation": [7.5, 0, 0], "uv": [25, 41]} + ] + }, + { + "name": "bone4", + "parent": "bone3", + "pivot": [3.45, 5.92099, -2.78256], + "cubes": [ + {"origin": [3.125, 5.27099, -3.78256], "size": [3, 2, 2], "inflate": -0.225, "pivot": [3.45, 5.92099, -2.78256], "rotation": [7.5, 0, 0], "uv": [27, 37]} + ] + }, + { + "name": "bone2", + "parent": "scarf", + "pivot": [0, 0.25, 0] + }, + { + "name": "head", + "parent": "body2", + "pivot": [0, 7, 0.25], + "cubes": [ + {"origin": [-4.5, 7, -3.75], "size": [9, 7, 8], "uv": [0, 0]}, + {"origin": [-0.5, 9, -3.975], "size": [1, 1, 1], "inflate": -0.2, "uv": [35, 17]} + ] + }, + { + "name": "hair_left", + "parent": "head", + "pivot": [-2.43474, 15.5, -0.62013], + "cubes": [ + {"origin": [-4.43474, 13, -3.59513], "size": [4, 4, 8], "pivot": [-2.43474, 15.5, -0.62013], "rotation": [22.5, -20, 0], "uv": [40, 0], "mirror": true}, + {"origin": [-5.89629, 13.94077, 0.9187], "size": [4, 4, 8], "inflate": 0.075, "pivot": [-3.98474, 16.15, 3.37987], "rotation": [-67.5, -20, 0], "uv": [40, 0], "mirror": true} + ] + }, + { + "name": "hair_1_r2", + "parent": "hair_left", + "pivot": [-4.91484, 11.37884, 5.57132], + "rotation": [-15, 10, 0], + "cubes": [ + {"origin": [-6.74288, 8.45384, 3.38105], "size": [6, 3, 3], "inflate": 0.075, "pivot": [-4.71788, 10.02884, 5.60605], "rotation": [-89.17944, -29.74388, 48.79959], "uv": [39, 24], "mirror": true} + ] + }, + { + "name": "hair_2_r2", + "parent": "hair_1_r2", + "pivot": [-2.0851, 8.17419, 7.59114], + "rotation": [-4.59597, 18.74724, -21.17283], + "cubes": [ + {"origin": [-2.25301, 7.27567, 5.40722], "size": [6, 3, 3], "inflate": -0.15, "pivot": [-2.26788, 8.55384, 6.80605], "rotation": [-79.49097, -27.99682, 28.8907], "uv": [39, 24], "mirror": true} + ] + }, + { + "name": "hair_3_r2", + "parent": "hair_2_r2", + "pivot": [1.6149, 6.42419, 9.61614], + "cubes": [ + {"origin": [1.11812, 4.84308, 7.94724], "size": [6, 3, 3], "inflate": -0.25, "pivot": [1.6149, 6.42419, 9.61614], "rotation": [-89.17944, -29.74388, 48.79959], "uv": [39, 24], "mirror": true} + ] + }, + { + "name": "hair_4_r2", + "parent": "hair_3_r2", + "pivot": [4.10407, 3.47419, 11.97038], + "cubes": [ + {"origin": [4.61812, 4.84308, 6.89724], "size": [6, 3, 3], "inflate": -0.6, "pivot": [1.6149, 6.42419, 9.61614], "rotation": [-97.63618, -28.84469, 65.98403], "uv": [39, 24], "mirror": true} + ] + }, + { + "name": "hair_right", + "parent": "head", + "pivot": [2.43474, 15.5, -0.62013], + "cubes": [ + {"origin": [0.43474, 13, -3.59513], "size": [4, 4, 8], "pivot": [2.43474, 15.5, -0.62013], "rotation": [22.5, 20, 0], "uv": [40, 0]}, + {"origin": [1.89629, 13.94077, 0.9187], "size": [4, 4, 8], "inflate": 0.075, "pivot": [3.98474, 16.15, 3.37987], "rotation": [-67.5, 20, 0], "uv": [40, 0]} + ] + }, + { + "name": "hair_1_r", + "parent": "hair_right", + "pivot": [4.71484, 10.02884, 5.57132], + "cubes": [ + {"origin": [-0.37074, 9.50328, 4.4569], "size": [6, 3, 3], "inflate": 0.075, "pivot": [4.71484, 11.72884, 5.57132], "rotation": [-89.17944, 29.74388, -48.79959], "uv": [39, 24]} + ] + }, + { + "name": "hair_2_r", + "parent": "hair_1_r", + "pivot": [1.65707, 7.52419, 7.63141], + "rotation": [-2.18558, -9.76061, 12.68664], + "cubes": [ + {"origin": [-3.75003, 7.27567, 5.37249], "size": [6, 3, 3], "inflate": -0.15, "pivot": [2.26484, 8.55384, 6.77132], "rotation": [-79.49097, 27.99682, -28.8907], "uv": [39, 24]} + ] + }, + { + "name": "hair_3_r", + "parent": "hair_2_r", + "pivot": [-1.91793, 6.42419, 9.58141], + "rotation": [0, 0, 5], + "cubes": [ + {"origin": [-7.17116, 4.64308, 8.33751], "size": [6, 3, 3], "inflate": -0.25, "pivot": [-1.91793, 6.42419, 9.58141], "rotation": [-79.33013, -0.41611, -43.54007], "uv": [39, 24]} + ] + }, + { + "name": "hair_4_r", + "parent": "hair_3_r", + "pivot": [-4.99293, 3.04919, 9.33141], + "cubes": [ + {"origin": [-8.2625, 0.81329, 8.2115], "size": [5, 3, 3], "inflate": -0.6, "pivot": [-5.5125, 2.38829, 9.4365], "rotation": [-81.58344, -0.4005, -60.08315], "uv": [39, 24]} + ] + }, + { + "name": "cowlick", + "parent": "head", + "pivot": [-0.175, 13.31605, -2.76227], + "rotation": [34.3939, 27.73062, 17.6685] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [0.23584, 8.5, -3.78995], + "cubes": [ + {"origin": [-0.81416, 7.45, -4.0551], "size": [2, 1, 1], "inflate": -0.3, "pivot": [0.23584, 8.5, -3.78995], "rotation": [0, 0, -32.5], "uv": [0, 6]}, + {"origin": [-1.11416, 7.2, -4.0551], "size": [2, 1, 1], "inflate": -0.3, "pivot": [0.23584, 8.5, -3.78995], "rotation": [0, 0, 32.5], "uv": [0, 34]} + ] + }, + { + "name": "openmouth", + "parent": "head", + "pivot": [0, 8.5, -3.775] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [0, 10, -3.775], + "cubes": [ + {"origin": [-3.5, 9, -3.775], "size": [2, 3, 0], "pivot": [-2.5, 9, -3.775], "rotation": [0, 0, 5], "uv": [10, 35]}, + {"origin": [1.5, 9, -3.775], "size": [2, 3, 0], "pivot": [2.5, 9, -3.775], "rotation": [0, 0, -5], "uv": [6, 35]}, + {"origin": [1.9, 9.15, -3.603], "size": [1, 1, 1], "inflate": 0.175, "pivot": [2.25, 10.25, -3.785], "rotation": [0, 0, -5], "uv": [35, 15]}, + {"origin": [-2.9, 9.15, -3.603], "size": [1, 1, 1], "inflate": 0.175, "pivot": [-2.25, 10.25, -3.785], "rotation": [0, 0, 5], "uv": [34, 31]} + ] + }, + { + "name": "eyelid_right", + "parent": "eyes", + "pivot": [-2.5, 10, -3.175] + }, + { + "name": "eyelid_left", + "parent": "eyes", + "pivot": [2.5, 10, -3.175] + }, + { + "name": "ear_right", + "parent": "head", + "pivot": [-4.175, 11.5, 0.25], + "rotation": [-1.3378, 14.94159, -35.17544], + "cubes": [ + {"origin": [-7.81989, 11.24019, 0.21118], "size": [7, 4, 0], "uv": [0, 26], "mirror": true} + ] + }, + { + "name": "earfluff_right", + "parent": "ear_right", + "pivot": [-3.175, 4.5, 0], + "cubes": [ + {"origin": [-4.35299, 10.31911, -0.01372], "size": [1, 4, 0], "pivot": [-3.425, 11.875, 0.025], "rotation": [0, 0, -40], "uv": [14, 35]}, + {"origin": [-4.56989, 11.19019, -0.01382], "size": [2, 4, 0], "uv": [31, 15], "mirror": true} + ] + }, + { + "name": "ear_right2", + "parent": "ear_right", + "pivot": [-4.175, 15.5, 0.25], + "cubes": [ + {"origin": [-7.81989, 15.24019, 0.21118], "size": [7, 5, 0], "uv": [22, 19], "mirror": true} + ] + }, + { + "name": "ear_left", + "parent": "head", + "pivot": [4.175, 11.5, 0.25], + "rotation": [-2.00307, -14.8687, 37.7614], + "cubes": [ + {"origin": [0.81989, 11.24019, 0.21118], "size": [7, 4, 0], "uv": [0, 26]} + ] + }, + { + "name": "earfluff_left", + "parent": "ear_left", + "pivot": [3.175, 4.5, 0], + "cubes": [ + {"origin": [3.35299, 10.31911, -0.01372], "size": [1, 4, 0], "pivot": [3.425, 11.875, 0.025], "rotation": [0, 0, 40], "uv": [14, 35], "mirror": true}, + {"origin": [2.56989, 11.19019, -0.01382], "size": [2, 4, 0], "uv": [31, 15]} + ] + }, + { + "name": "ear_left2", + "parent": "ear_left", + "pivot": [4.175, 15.5, 0.25], + "cubes": [ + {"origin": [0.81989, 15.24019, 0.21118], "size": [7, 5, 0], "uv": [22, 19]} + ] + }, + { + "name": "arm_right", + "parent": "body2", + "pivot": [-3, 7, 0], + "cubes": [ + {"origin": [-7, 5, -1], "size": [4, 2, 2], "uv": [22, 29]} + ] + }, + { + "name": "arm_left", + "parent": "body2", + "pivot": [3, 7, 0], + "cubes": [ + {"origin": [3, 5, -1], "size": [4, 2, 2], "uv": [26, 4]} + ] + }, + { + "name": "tail0", + "parent": "body2", + "pivot": [0, 2.25, 2.75], + "rotation": [-25, 0, 0] + }, + { + "name": "tail1", + "parent": "tail0", + "pivot": [0, 2.25, 2.75], + "rotation": [25, 0, 0], + "cubes": [ + {"origin": [0, 1.75, 1.75], "size": [0, 2, 5], "uv": [14, 24]} + ] + }, + { + "name": "tail2", + "parent": "tail1", + "pivot": [0, 1.75, 5.75], + "cubes": [ + {"origin": [-0.01, 1.75, 5.75], "size": [0, 4, 7], "uv": [17, 8]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-1.75, 1.5, 0.5], + "rotation": [0, 10, 0], + "cubes": [ + {"origin": [-2.75, 1, -0.5], "size": [2, 1, 2], "inflate": 0.02, "uv": [0, 0]}, + {"origin": [-2.7424, 0, -1.08682], "size": [2, 1, 3], "inflate": 0.02, "uv": [7, 31]} + ] + }, + { + "name": "foot_right2", + "parent": "leg_right", + "pivot": [-1.75, 0, -1], + "cubes": [ + {"origin": [-2.7424, 0, -2.08682], "size": [2, 1, 1], "uv": [34, 10]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [1.75, 1.5, 0.5], + "rotation": [0, -10, 0], + "cubes": [ + {"origin": [0.75, 1, -0.5], "size": [2, 1, 2], "inflate": 0.02, "uv": [0, 3]}, + {"origin": [0.7576, 0, -0.91318], "size": [2, 1, 3], "inflate": 0.02, "uv": [0, 30]} + ] + }, + { + "name": "foot_left2", + "parent": "leg_left", + "pivot": [1.75, 0, -1], + "cubes": [ + {"origin": [0.7576, 0, -1.91318], "size": [2, 1, 1], "uv": [34, 8]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/corsola/corsola.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/corsola/corsola.geo.json new file mode 100644 index 0000000..82def27 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/corsola/corsola.geo.json @@ -0,0 +1,219 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.corsola", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "corsola", + "pivot": [0, 0, 0] + }, + { + "name": "swing", + "parent": "corsola", + "pivot": [0.35933, 8.283, 0.03077] + }, + { + "name": "head", + "parent": "swing", + "pivot": [0.35933, 8.283, 0.03077], + "cubes": [ + {"origin": [-5.86375, 2.39101, -6.46923], "size": [12, 12, 13], "uv": [0, 0]} + ] + }, + { + "name": "arms", + "parent": "head", + "pivot": [0.13625, -0.10899, 1.53077] + }, + { + "name": "arm_right", + "parent": "arms", + "pivot": [-4.86375, 6.39101, -5.46923], + "cubes": [ + {"origin": [-6.51375, 5.34101, -8.46923], "size": [2, 2, 4], "inflate": 0.05, "pivot": [-5.86375, 6.39101, -6.46923], "rotation": [4.5, 45, 0], "uv": [24, 34]} + ] + }, + { + "name": "arm_left", + "parent": "arms", + "pivot": [5.13625, 6.39101, -5.46923], + "cubes": [ + {"origin": [4.78625, 5.34101, -8.46923], "size": [2, 2, 4], "inflate": 0.05, "pivot": [6.13625, 6.39101, -6.46923], "rotation": [4.5, -45, 0], "uv": [24, 34], "mirror": true} + ] + }, + { + "name": "legs", + "parent": "head", + "pivot": [0.13625, -0.10899, 1.53077] + }, + { + "name": "right", + "parent": "legs", + "pivot": [-4.36375, 0.89101, -2.46923], + "cubes": [ + {"origin": [-6.36375, -0.10899, -4.96923], "size": [2, 4, 2], "pivot": [-4.36375, 0.89101, -2.46923], "rotation": [0, 0, 20], "uv": [42, 46]}, + {"origin": [-6.36375, -0.10899, 3.03077], "size": [2, 4, 2], "pivot": [-4.36375, 0.89101, -2.46923], "rotation": [0, 0, 20], "uv": [34, 45]} + ] + }, + { + "name": "left", + "parent": "legs", + "pivot": [-4.36375, 0.89101, -2.46923], + "cubes": [ + {"origin": [4.63625, -0.10899, -4.96923], "size": [2, 4, 2], "pivot": [4.63625, 0.89101, -2.46923], "rotation": [0, 0, -20], "uv": [16, 45]}, + {"origin": [4.63625, -0.10899, 3.03077], "size": [2, 4, 2], "pivot": [4.63625, 0.89101, -2.46923], "rotation": [0, 0, -20], "uv": [8, 45]} + ] + }, + { + "name": "bone", + "parent": "left", + "pivot": [0.44473, 26.24101, -3.17923] + }, + { + "name": "eye_left", + "parent": "bone", + "pivot": [-1.21375, 26.34101, -3.29923], + "rotation": [0, 0, 48.75] + }, + { + "name": "eye_right", + "parent": "bone", + "pivot": [1.48625, 26.34101, -3.29923], + "rotation": [0, 0, -48.75] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [0.13625, 7.0811, -6.55673], + "cubes": [ + {"origin": [-0.35, 6.0811, -6.48173], "size": [1, 1, 0], "uv": [52, 0]}, + {"origin": [0.65, 6.6311, -6.48173], "size": [1, 1, 0], "uv": [52, 0]}, + {"origin": [-1.35, 6.6311, -6.48173], "size": [1, 1, 0], "uv": [52, 0]} + ] + }, + { + "name": "eye_open", + "parent": "head", + "pivot": [3.2228, 9.05728, -6.32143] + }, + { + "name": "eyes_right", + "parent": "eye_open", + "pivot": [-2.9503, 9.05728, -6.32143], + "rotation": [0, 0, 10.5], + "cubes": [ + {"origin": [-3.97659, 7.3847, -6.47923], "size": [2, 3, 0], "uv": [9, 0], "mirror": true}, + {"origin": [-3.50159, 7.7597, -6.50423], "size": [1, 2, 0], "uv": [0, 0], "mirror": true}, + {"origin": [-3.40159, 8.6597, -6.73923], "size": [1, 1, 1], "inflate": -0.225, "uv": [0, 53], "mirror": true}, + {"origin": [-3.40159, 8.3347, -6.73923], "size": [1, 1, 1], "inflate": -0.225, "uv": [0, 53], "mirror": true} + ] + }, + { + "name": "eyes_left", + "parent": "eye_open", + "pivot": [3.2228, 9.05728, -6.32143], + "rotation": [0, 0, -10.5], + "cubes": [ + {"origin": [2.2491, 7.3847, -6.47923], "size": [2, 3, 0], "uv": [9, 0]}, + {"origin": [2.7741, 7.7597, -6.50423], "size": [1, 2, 0], "uv": [0, 0]}, + {"origin": [2.6741, 8.6597, -6.73923], "size": [1, 1, 1], "inflate": -0.225, "uv": [0, 53]}, + {"origin": [2.6741, 8.3347, -6.73923], "size": [1, 1, 1], "inflate": -0.225, "uv": [0, 53]} + ] + }, + { + "name": "eye_close", + "parent": "head", + "pivot": [-2.97659, 8.8847, -6.35423] + }, + { + "name": "bone4", + "parent": "eye_close", + "pivot": [-2.97659, 8.8847, -6.45423], + "rotation": [0, 0, 10.5], + "cubes": [ + {"origin": [-3.97659, 7.3847, -6.45423], "size": [2, 3, 0], "uv": [9, 0], "mirror": true} + ] + }, + { + "name": "bone3", + "parent": "eye_close", + "pivot": [3.2491, 8.8847, -6.45423], + "rotation": [0, 0, -10.5], + "cubes": [ + {"origin": [2.2491, 7.3847, -6.45423], "size": [2, 3, 0], "uv": [9, 0]} + ] + }, + { + "name": "horns", + "parent": "head", + "pivot": [0.13625, -0.10899, 1.53077] + }, + { + "name": "horn_mid", + "parent": "horns", + "pivot": [0.33625, 10.89101, -4.96923], + "cubes": [ + {"origin": [-0.80601, 10.68654, -13.6114], "size": [2, 2, 6], "pivot": [0.19399, 11.71154, -6.1114], "rotation": [-35, 0, 0], "uv": [0, 25]}, + {"origin": [-1.30601, 10.16154, -9.6114], "size": [3, 3, 4], "pivot": [0.69399, 11.71154, -6.1114], "rotation": [-35, 0, 0], "uv": [14, 53]} + ] + }, + { + "name": "rightfronthorn3", + "parent": "horns", + "pivot": [4.31125, 12.78268, 3.6391], + "rotation": [-26.0215, 2.24685, 41.40351], + "cubes": [ + {"origin": [2.31125, 12.11601, 1.80577], "size": [3, 6, 3], "inflate": 0.05, "uv": [0, 0], "mirror": true}, + {"origin": [2.81125, 18.11601, 2.33077], "size": [2, 5, 2], "uv": [37, 5], "mirror": true}, + {"origin": [2.81125, 20.11601, 0.33077], "size": [2, 2, 3], "inflate": -0.3, "pivot": [3.81125, 21.11601, 2.83077], "rotation": [-21.5, 0, 0], "uv": [37, 0], "mirror": true}, + {"origin": [2.81125, 18.11601, 2.48077], "size": [2, 2, 3], "inflate": -0.3, "pivot": [3.81125, 21.11601, 2.83077], "rotation": [28.25, 0, 0], "uv": [36, 34], "mirror": true} + ] + }, + { + "name": "leftfronthorn3", + "parent": "horns", + "pivot": [-4.03875, 12.78268, 3.6391], + "rotation": [-26.0215, -2.24685, -41.40351], + "cubes": [ + {"origin": [-5.03875, 12.11601, 1.80577], "size": [3, 6, 3], "inflate": 0.05, "uv": [0, 0]}, + {"origin": [-4.53875, 18.11601, 2.33077], "size": [2, 5, 2], "uv": [37, 5]}, + {"origin": [-4.53875, 20.11601, 0.33077], "size": [2, 2, 3], "inflate": -0.3, "pivot": [-3.53875, 21.11601, 2.83077], "rotation": [-21.5, 0, 0], "uv": [37, 0]}, + {"origin": [-4.53875, 18.11601, 2.48077], "size": [2, 2, 3], "inflate": -0.3, "pivot": [-3.53875, 21.11601, 2.83077], "rotation": [28.25, 0, 0], "uv": [36, 34]} + ] + }, + { + "name": "leftfronthorn", + "parent": "horns", + "pivot": [5.06125, 13.45768, -3.6359], + "rotation": [0, 0, 16.5], + "cubes": [ + {"origin": [3.06125, 12.79101, -5.46923], "size": [3, 6, 3], "inflate": 0.05, "uv": [0, 33]}, + {"origin": [3.56125, 18.79101, -4.94423], "size": [2, 5, 2], "uv": [45, 3]}, + {"origin": [3.53625, 15.89101, -3.31923], "size": [2, 2, 3], "pivot": [4.53625, 16.71601, -1.96923], "rotation": [28.75, 0, 0], "uv": [43, 32]}, + {"origin": [3.56125, 20.79101, -6.94423], "size": [2, 2, 3], "inflate": -0.3, "pivot": [4.56125, 21.79101, -4.44423], "rotation": [-21.5, 0, 0], "uv": [26, 42]} + ] + }, + { + "name": "rightfronthorn", + "parent": "horns", + "pivot": [-4.78875, 13.45768, -3.6359], + "rotation": [0, 0, -16.5], + "cubes": [ + {"origin": [-5.78875, 12.79101, -5.46923], "size": [3, 6, 3], "inflate": 0.05, "uv": [0, 33], "mirror": true}, + {"origin": [-5.28875, 18.79101, -4.94423], "size": [2, 5, 2], "uv": [45, 3], "mirror": true}, + {"origin": [-5.26375, 15.89101, -3.31923], "size": [2, 2, 3], "pivot": [-4.26375, 16.71601, -1.96923], "rotation": [28.75, 0, 0], "uv": [43, 32], "mirror": true}, + {"origin": [-5.28875, 20.79101, -6.94423], "size": [2, 2, 3], "inflate": -0.3, "pivot": [-4.28875, 21.79101, -4.44423], "rotation": [-21.5, 0, 0], "uv": [26, 42], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/corsola_galarian/corsola_galar.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/corsola_galarian/corsola_galar.geo.json new file mode 100644 index 0000000..0ceb541 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/corsola_galarian/corsola_galar.geo.json @@ -0,0 +1,221 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.corsola", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "corsola", + "pivot": [0, 0, 0] + }, + { + "name": "swing", + "parent": "corsola", + "pivot": [0.35933, 8.283, 0.03077] + }, + { + "name": "head", + "parent": "swing", + "pivot": [0.35933, 8.283, 0.03077], + "cubes": [ + {"origin": [-5.86375, 2.39101, -6.46923], "size": [12, 12, 13], "uv": [0, 0]} + ] + }, + { + "name": "arms", + "parent": "head", + "pivot": [0.13625, -0.10899, 1.53077] + }, + { + "name": "arm_right", + "parent": "arms", + "pivot": [-4.86375, 6.39101, -5.46923], + "cubes": [ + {"origin": [-6.51375, 5.34101, -8.46923], "size": [2, 2, 4], "inflate": 0.05, "pivot": [-5.86375, 6.39101, -6.46923], "rotation": [4.5, 45, 0], "uv": [24, 34]} + ] + }, + { + "name": "arm_left", + "parent": "arms", + "pivot": [5.13625, 6.39101, -5.46923], + "cubes": [ + {"origin": [4.78625, 5.34101, -8.46923], "size": [2, 2, 4], "inflate": 0.05, "pivot": [6.13625, 6.39101, -6.46923], "rotation": [4.5, -45, 0], "uv": [24, 34], "mirror": true} + ] + }, + { + "name": "legs", + "parent": "head", + "pivot": [0.13625, -0.10899, 1.53077] + }, + { + "name": "right", + "parent": "legs", + "pivot": [-4.36375, 0.89101, -2.46923], + "cubes": [ + {"origin": [-6.36375, -0.10899, -4.96923], "size": [2, 4, 2], "pivot": [-4.36375, 0.89101, -2.46923], "rotation": [0, 0, 20], "uv": [42, 46]}, + {"origin": [-6.36375, -0.10899, 3.03077], "size": [2, 4, 2], "pivot": [-4.36375, 0.89101, -2.46923], "rotation": [0, 0, 20], "uv": [34, 45]} + ] + }, + { + "name": "left", + "parent": "legs", + "pivot": [-4.36375, 0.89101, -2.46923], + "cubes": [ + {"origin": [4.63625, -0.10899, -4.96923], "size": [2, 4, 2], "pivot": [4.63625, 0.89101, -2.46923], "rotation": [0, 0, -20], "uv": [16, 45]}, + {"origin": [4.63625, -0.10899, 3.03077], "size": [2, 4, 2], "pivot": [4.63625, 0.89101, -2.46923], "rotation": [0, 0, -20], "uv": [8, 45]} + ] + }, + { + "name": "bone", + "parent": "left", + "pivot": [0.44473, 26.24101, -3.17923] + }, + { + "name": "eye_left", + "parent": "bone", + "pivot": [-1.21375, 26.34101, -3.29923], + "rotation": [0, 0, 48.75] + }, + { + "name": "eye_right", + "parent": "bone", + "pivot": [1.48625, 26.34101, -3.29923], + "rotation": [0, 0, -48.75] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [0.13625, 7.0811, -6.55673], + "cubes": [ + {"origin": [-0.35, 7.0811, -6.48173], "size": [1, 1, 0], "uv": [52, 0]}, + {"origin": [0.65, 6.6311, -6.48173], "size": [1, 1, 0], "uv": [52, 0]}, + {"origin": [-1.35, 6.6311, -6.48173], "size": [1, 1, 0], "uv": [52, 0]} + ] + }, + { + "name": "eye_open", + "parent": "head", + "pivot": [3.2228, 9.05728, -6.32143] + }, + { + "name": "eyes_right", + "parent": "eye_open", + "pivot": [-2.9503, 9.05728, -6.32143], + "rotation": [0, 0, 10.5], + "cubes": [ + {"origin": [-3.97659, 7.3847, -6.47923], "size": [2, 3, 0], "uv": [9, 0], "mirror": true}, + {"origin": [-4.05159, 9.1597, -6.64523], "size": [2, 1, 1], "inflate": -0.125, "pivot": [-2.97659, 9.8847, -6.52923], "rotation": [0, 0, -20], "uv": [0, 9], "mirror": true}, + {"origin": [-3.50159, 7.7597, -6.50423], "size": [1, 2, 0], "uv": [0, 0], "mirror": true}, + {"origin": [-3.40159, 8.6597, -6.73923], "size": [1, 1, 1], "inflate": -0.225, "uv": [0, 53], "mirror": true}, + {"origin": [-3.40159, 8.3347, -6.73923], "size": [1, 1, 1], "inflate": -0.225, "uv": [0, 53], "mirror": true} + ] + }, + { + "name": "eyes_left", + "parent": "eye_open", + "pivot": [3.2228, 9.05728, -6.32143], + "rotation": [0, 0, -10.5], + "cubes": [ + {"origin": [2.2491, 7.3847, -6.47923], "size": [2, 3, 0], "uv": [9, 0]}, + {"origin": [2.3241, 9.1597, -6.64523], "size": [2, 1, 1], "inflate": -0.125, "pivot": [3.2491, 9.8847, -6.52923], "rotation": [0, 0, 20], "uv": [0, 9]}, + {"origin": [2.7741, 7.7597, -6.50423], "size": [1, 2, 0], "uv": [0, 0]}, + {"origin": [2.6741, 8.6597, -6.73923], "size": [1, 1, 1], "inflate": -0.225, "uv": [0, 53]}, + {"origin": [2.6741, 8.3347, -6.73923], "size": [1, 1, 1], "inflate": -0.225, "uv": [0, 53]} + ] + }, + { + "name": "eye_close", + "parent": "head", + "pivot": [-2.97659, 8.8847, -6.35423] + }, + { + "name": "bone4", + "parent": "eye_close", + "pivot": [-2.97659, 8.8847, -6.45423], + "rotation": [0, 0, 10.5], + "cubes": [ + {"origin": [-3.97659, 7.3847, -6.45423], "size": [2, 3, 0], "uv": [9, 0], "mirror": true} + ] + }, + { + "name": "bone3", + "parent": "eye_close", + "pivot": [3.2491, 8.8847, -6.45423], + "rotation": [0, 0, -10.5], + "cubes": [ + {"origin": [2.2491, 7.3847, -6.45423], "size": [2, 3, 0], "uv": [9, 0]} + ] + }, + { + "name": "horns", + "parent": "head", + "pivot": [0.13625, -0.10899, 1.53077] + }, + { + "name": "horn_mid", + "parent": "horns", + "pivot": [0.33625, 10.89101, -4.96923], + "cubes": [ + {"origin": [-0.80601, 10.68654, -13.6114], "size": [2, 2, 6], "pivot": [0.19399, 11.71154, -6.1114], "rotation": [-35, 0, 0], "uv": [0, 25]}, + {"origin": [-1.30601, 10.16154, -9.6114], "size": [3, 3, 4], "pivot": [0.69399, 11.71154, -6.1114], "rotation": [-35, 0, 0], "uv": [14, 53]} + ] + }, + { + "name": "rightfronthorn3", + "parent": "horns", + "pivot": [4.31125, 12.78268, 3.6391], + "rotation": [-26.0215, 2.24685, 41.40351], + "cubes": [ + {"origin": [2.31125, 12.11601, 1.80577], "size": [3, 6, 3], "inflate": 0.05, "uv": [0, 0], "mirror": true}, + {"origin": [2.81125, 18.11601, 2.33077], "size": [2, 5, 2], "uv": [37, 5], "mirror": true}, + {"origin": [2.81125, 20.11601, 0.33077], "size": [2, 2, 3], "inflate": -0.3, "pivot": [3.81125, 21.11601, 2.83077], "rotation": [-21.5, 0, 0], "uv": [37, 0], "mirror": true}, + {"origin": [2.81125, 18.11601, 2.48077], "size": [2, 2, 3], "inflate": -0.3, "pivot": [3.81125, 21.11601, 2.83077], "rotation": [28.25, 0, 0], "uv": [36, 34], "mirror": true} + ] + }, + { + "name": "leftfronthorn3", + "parent": "horns", + "pivot": [-4.03875, 12.78268, 3.6391], + "rotation": [-26.0215, -2.24685, -41.40351], + "cubes": [ + {"origin": [-5.03875, 12.11601, 1.80577], "size": [3, 6, 3], "inflate": 0.05, "uv": [0, 0]}, + {"origin": [-4.53875, 18.11601, 2.33077], "size": [2, 5, 2], "uv": [37, 5]}, + {"origin": [-4.53875, 20.11601, 0.33077], "size": [2, 2, 3], "inflate": -0.3, "pivot": [-3.53875, 21.11601, 2.83077], "rotation": [-21.5, 0, 0], "uv": [37, 0]}, + {"origin": [-4.53875, 18.11601, 2.48077], "size": [2, 2, 3], "inflate": -0.3, "pivot": [-3.53875, 21.11601, 2.83077], "rotation": [28.25, 0, 0], "uv": [36, 34]} + ] + }, + { + "name": "leftfronthorn", + "parent": "horns", + "pivot": [5.06125, 13.45768, -3.6359], + "rotation": [0, 0, 16.5], + "cubes": [ + {"origin": [3.06125, 12.79101, -5.46923], "size": [3, 6, 3], "inflate": 0.05, "uv": [0, 33]}, + {"origin": [3.56125, 18.79101, -4.94423], "size": [2, 5, 2], "uv": [45, 3]}, + {"origin": [3.53625, 15.89101, -3.31923], "size": [2, 2, 3], "pivot": [4.53625, 16.71601, -1.96923], "rotation": [28.75, 0, 0], "uv": [43, 32]}, + {"origin": [3.56125, 20.79101, -6.94423], "size": [2, 2, 3], "inflate": -0.3, "pivot": [4.56125, 21.79101, -4.44423], "rotation": [-21.5, 0, 0], "uv": [26, 42]} + ] + }, + { + "name": "rightfronthorn", + "parent": "horns", + "pivot": [-4.78875, 13.45768, -3.6359], + "rotation": [0, 0, -16.5], + "cubes": [ + {"origin": [-5.78875, 12.79101, -5.46923], "size": [3, 6, 3], "inflate": 0.05, "uv": [0, 33], "mirror": true}, + {"origin": [-5.28875, 18.79101, -4.94423], "size": [2, 5, 2], "uv": [45, 3], "mirror": true}, + {"origin": [-5.26375, 15.89101, -3.31923], "size": [2, 2, 3], "pivot": [-4.26375, 16.71601, -1.96923], "rotation": [28.75, 0, 0], "uv": [43, 32], "mirror": true}, + {"origin": [-5.28875, 20.79101, -6.94423], "size": [2, 2, 3], "inflate": -0.3, "pivot": [-4.28875, 21.79101, -4.44423], "rotation": [-21.5, 0, 0], "uv": [26, 42], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/cramorant/cramorant.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/cramorant/cramorant.geo.json new file mode 100644 index 0000000..8f764e9 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/cramorant/cramorant.geo.json @@ -0,0 +1,389 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "camorant", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "camorant", + "pivot": [0, 7.5, 1.3162], + "cubes": [ + {"origin": [-2, 5.55, -4.1838], "size": [4, 5, 4], "uv": [0, 31]}, + {"origin": [-1.45, 5.575, -4.7588], "size": [3, 4, 1], "uv": [32, 36]}, + {"origin": [-3, 2, -3.1838], "size": [6, 6, 8], "pivot": [0, 7.5, 1.3162], "rotation": [-27.5, 0, 0], "uv": [0, 0]}, + {"origin": [-2, 3.025, 4.8162], "size": [4, 4, 1], "pivot": [0, 7.5, 1.3162], "rotation": [-27.5, 0, 0], "uv": [32, 31]} + ] + }, + { + "name": "back_feater", + "parent": "body", + "pivot": [-1, 8.82438, -0.17143], + "cubes": [ + {"origin": [0, 8.83655, -0.74035], "size": [2, 0, 4], "pivot": [1, 8.82438, -0.17143], "rotation": [40.86212, 21.48944, 17.58347], "uv": [0, 4]}, + {"origin": [-2, 8.83655, -0.74035], "size": [2, 0, 4], "pivot": [-1, 8.82438, -0.17143], "rotation": [40.86212, -21.48944, -17.58347], "uv": [0, 0]} + ] + }, + { + "name": "neck_head", + "parent": "body", + "pivot": [1, 0, -2.5838] + }, + { + "name": "neck_bot", + "parent": "neck_head", + "pivot": [0, 9.85992, -2.62304], + "cubes": [ + {"origin": [-1, 8.34606, -2.77355], "size": [2, 4, 2], "pivot": [0, 11.69606, -1.54855], "rotation": [-22.5, 0, 0], "uv": [0, 19]} + ] + }, + { + "name": "nek_top", + "parent": "neck_bot", + "pivot": [0, 12, -1.5838], + "cubes": [ + {"origin": [-1, 11.9997, -2.6187], "size": [2, 4, 2], "uv": [36, 7]} + ] + }, + { + "name": "head", + "parent": "nek_top", + "pivot": [0, 15.96636, -2.28537], + "cubes": [ + {"origin": [-2, 13.9997, -3.6187], "size": [4, 4, 4], "uv": [16, 31]}, + {"origin": [1.025, 15.4497, -3.1187], "size": [1, 1, 1], "uv": [0, 40]}, + {"origin": [-2.025, 15.4497, -3.1187], "size": [1, 1, 1], "uv": [0, 40], "mirror": true} + ] + }, + { + "name": "top_feature", + "parent": "head", + "pivot": [1, -0.0003, -2.6187] + }, + { + "name": "feater_bot", + "parent": "top_feature", + "pivot": [0, 17.9997, -1.6187], + "rotation": [-25, 0, 0], + "cubes": [ + {"origin": [-2, 17.9997, -1.6187], "size": [4, 2, 0], "uv": [20, 27]} + ] + }, + { + "name": "feater_top", + "parent": "feater_bot", + "pivot": [0, 19.9997, -1.6187], + "rotation": [-37.5, 0, 0], + "cubes": [ + {"origin": [-2, 19.9997, -1.6187], "size": [4, 3, 0], "uv": [0, 25]} + ] + }, + { + "name": "jawtop", + "parent": "head", + "pivot": [0, 15.9997, -3.2937], + "cubes": [ + {"origin": [-1, 14.9997, -10.6437], "size": [2, 2, 8], "uv": [0, 21]} + ] + }, + { + "name": "jawbot", + "parent": "head", + "pivot": [0, 14.9997, -3.0187], + "cubes": [ + {"origin": [-0.5, 13.9997, -9.6937], "size": [1, 1, 8], "uv": [20, 21]} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [0, 2.69732, 3.83716], + "rotation": [22.5, 0, 0], + "cubes": [ + {"origin": [-2, 2.69732, 3.83716], "size": [4, 0, 6], "uv": [14, 21]} + ] + }, + { + "name": "bone3", + "parent": "tail", + "pivot": [-0.6, 2.69732, 3.83716], + "cubes": [ + {"origin": [-2.15, 2.6983, 3.83716], "size": [3, 0, 6], "pivot": [-0.6, 2.69732, 3.83716], "rotation": [0, -35, 0], "uv": [24, 0]} + ] + }, + { + "name": "bone2", + "parent": "tail", + "pivot": [0.6, 2.69732, 3.83716], + "cubes": [ + {"origin": [-0.85, 2.6983, 3.83716], "size": [3, 0, 6], "pivot": [0.6, 2.69732, 3.83716], "rotation": [0, 35, 0], "uv": [24, 21]} + ] + }, + { + "name": "wings", + "parent": "body", + "pivot": [1.5, 0, -5.0838] + }, + { + "name": "wing_left4", + "parent": "wings", + "pivot": [3.175, 8.1, -0.325], + "rotation": [-77.60362, 1.61888, -7.32417] + }, + { + "name": "wing_left", + "parent": "wing_left4", + "pivot": [3.05297, 7.96465, -0.31492], + "cubes": [ + {"origin": [2.60297, 7.96465, -5.28992], "size": [5, 0, 9], "uv": [45, 55], "mirror": true} + ] + }, + { + "name": "wing_left2", + "parent": "wing_left", + "pivot": [7.57797, 7.90788, -1.28745], + "cubes": [ + {"origin": [7.60297, 7.96465, -5.28992], "size": [6, 0, 9], "inflate": 0.01, "uv": [-8, 55], "mirror": true} + ] + }, + { + "name": "wing_left3", + "parent": "wing_left2", + "pivot": [14.60297, 7.90788, -9.28745] + }, + { + "name": "wing_right4", + "parent": "wings", + "pivot": [-3.1, 8.05, -0.325], + "rotation": [-77.60362, -1.61888, 7.32417] + }, + { + "name": "wing_right", + "parent": "wing_right4", + "pivot": [-3.0337, 7.92548, -0.35353], + "cubes": [ + {"origin": [-7.6087, 7.92548, -5.32853], "size": [5, 0, 9], "uv": [45, 55]} + ] + }, + { + "name": "wing_right2", + "parent": "wing_right", + "pivot": [-7.5587, 7.8687, -1.40105], + "cubes": [ + {"origin": [-13.6087, 7.92548, -5.32853], "size": [6, 0, 9], "inflate": 0.01, "uv": [-8, 55]} + ] + }, + { + "name": "wing_right3", + "parent": "wing_right2", + "pivot": [-14.6087, 7.8687, -9.32605] + }, + { + "name": "leg_right", + "parent": "camorant", + "pivot": [-2.25, 4, -0.25], + "rotation": [5, 0, 0] + }, + { + "name": "leg_right2", + "parent": "leg_right", + "pivot": [-2.25, 2.75, 0.25], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-2.75, 0.75, -0.75], "size": [1, 2, 1], "uv": [0, 31]} + ] + }, + { + "name": "foot_right", + "parent": "leg_right2", + "pivot": [-2.25, 0.75, 0.25], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [-3.25, -0.07635, -1.98481], "size": [2, 1, 3], "uv": [33, 3]}, + {"origin": [-3.42111, 0.39865, -3.25414], "size": [1, 0, 2], "pivot": [-2.99611, 0.42365, -2.35414], "rotation": [0, 17.5, 0], "uv": [0, 2]}, + {"origin": [-2.14725, 0.39865, -3.28254], "size": [1, 0, 2], "pivot": [-1.64725, 0.39865, -2.60754], "rotation": [0, -25, 0], "uv": [0, 0]} + ] + }, + { + "name": "bone4", + "parent": "foot_right", + "pivot": [0.25, -0.07635, -2.55981], + "cubes": [ + {"origin": [-2.75, -0.07635, -3.55981], "size": [1, 1, 2], "uv": [36, 0]} + ] + }, + { + "name": "toe_back_right", + "parent": "foot_right", + "pivot": [-2.25, 0.92365, 1.01519], + "cubes": [ + {"origin": [-2.75, -0.07635, 0.76519], "size": [1, 1, 1], "inflate": 0.01, "uv": [0, 17]} + ] + }, + { + "name": "claw_back_right", + "parent": "toe_back_right", + "pivot": [-2.25, 0.92365, 3.01519] + }, + { + "name": "toe_inner_left3", + "parent": "foot_right", + "pivot": [-3.59968, 0.42365, -2.076], + "rotation": [0, 12.5, 0] + }, + { + "name": "claw_inner_left3", + "parent": "toe_inner_left3", + "pivot": [-6.32632, 0.92365, -3.49773] + }, + { + "name": "toe_inner_right2", + "parent": "foot_right", + "pivot": [-2.225, 0.92365, -1.73481], + "rotation": [0, 12.5, 0], + "cubes": [ + {"origin": [-3, -0.07635, -2.60981], "size": [1, 1, 2], "inflate": 0.01, "pivot": [-3.975, -0.07635, -0.73481], "rotation": [0, 32.5, 0], "uv": [12, 31]} + ] + }, + { + "name": "claw_inner_right2", + "parent": "toe_inner_right2", + "pivot": [-2.725, 0.92365, -3.73481] + }, + { + "name": "toe_inner_left4", + "parent": "foot_right", + "pivot": [-2.25, 0.92365, -1.73481], + "rotation": [0, -12.5, 0], + "cubes": [ + {"origin": [-2.475, -0.07635, -2.60981], "size": [1, 1, 2], "inflate": 0.01, "pivot": [-0.5, -0.07635, -0.73481], "rotation": [0, -32.5, 0], "uv": [0, 14]} + ] + }, + { + "name": "claw_inner_left4", + "parent": "toe_inner_left4", + "pivot": [-1.75, 0.92365, -3.73481] + }, + { + "name": "toe_outer_right", + "parent": "foot_right", + "pivot": [-2.25, 0.92365, -1.73481], + "rotation": [0, 12.5, 0] + }, + { + "name": "claw_outer_right", + "parent": "toe_outer_right", + "pivot": [-2.75, 0.92365, -3.73481] + }, + { + "name": "leg_left", + "parent": "camorant", + "pivot": [2.25, 4, -0.25], + "rotation": [5, 0, 0] + }, + { + "name": "leg_left2", + "parent": "leg_left", + "pivot": [2.25, 2.75, 0.25], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [1.75, 0.75, -0.75], "size": [1, 2, 1], "uv": [28, 31]} + ] + }, + { + "name": "foot_left", + "parent": "leg_left2", + "pivot": [2.25, 0.75, 0.25], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [1.25, -0.07635, -1.98481], "size": [2, 1, 3], "uv": [33, 24]}, + {"origin": [2.42111, 0.39865, -3.25414], "size": [1, 0, 2], "pivot": [2.99611, 0.42365, -2.35414], "rotation": [0, -17.5, 0], "uv": [0, 6]}, + {"origin": [1.14725, 0.39865, -3.28254], "size": [1, 0, 2], "pivot": [1.64725, 0.39865, -2.60754], "rotation": [0, 25, 0], "uv": [0, 4]} + ] + }, + { + "name": "bone", + "parent": "foot_left", + "pivot": [-0.25, -0.07635, -2.55981], + "cubes": [ + {"origin": [1.75, -0.07635, -3.55981], "size": [1, 1, 2], "uv": [37, 13]} + ] + }, + { + "name": "toe_back_left", + "parent": "foot_left", + "pivot": [2.25, 0.92365, 1.01519], + "cubes": [ + {"origin": [1.75, -0.07635, 0.76519], "size": [1, 1, 1], "inflate": 0.01, "uv": [30, 27]} + ] + }, + { + "name": "claw_back_left", + "parent": "toe_back_left", + "pivot": [2.25, 0.92365, 3.01519] + }, + { + "name": "toe_inner_left2", + "parent": "foot_left", + "pivot": [3.59968, 0.42365, -2.076], + "rotation": [0, -12.5, 0] + }, + { + "name": "claw_inner_left2", + "parent": "toe_inner_left2", + "pivot": [6.32632, 0.92365, -3.49773] + }, + { + "name": "toe_inner_right", + "parent": "foot_left", + "pivot": [2.225, 0.92365, -1.73481], + "rotation": [0, -12.5, 0], + "cubes": [ + {"origin": [2, -0.07635, -2.60981], "size": [1, 1, 2], "inflate": 0.01, "pivot": [3.975, -0.07635, -0.73481], "rotation": [0, -32.5, 0], "uv": [36, 19]} + ] + }, + { + "name": "claw_inner_right", + "parent": "toe_inner_right", + "pivot": [2.725, 0.92365, -3.73481] + }, + { + "name": "toe_inner_left", + "parent": "foot_left", + "pivot": [2.25, 0.92365, -1.73481], + "rotation": [0, 12.5, 0], + "cubes": [ + {"origin": [1.475, -0.07635, -2.60981], "size": [1, 1, 2], "inflate": 0.01, "pivot": [0.5, -0.07635, -0.73481], "rotation": [0, 32.5, 0], "uv": [37, 16]} + ] + }, + { + "name": "claw_inner_left", + "parent": "toe_inner_left", + "pivot": [1.75, 0.92365, -3.73481] + }, + { + "name": "toe_outer_left", + "parent": "foot_left", + "pivot": [2.25, 0.92365, -1.73481], + "rotation": [0, -12.5, 0] + }, + { + "name": "claw_outer_left", + "parent": "toe_outer_left", + "pivot": [2.75, 0.92365, -3.73481] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/cresselia.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/cresselia.geo.json new file mode 100644 index 0000000..545d8d1 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/cresselia.geo.json @@ -0,0 +1,237 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.cresselia", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 5, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "cresselia", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "cresselia", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-7, -0.5, -14], "size": [14, 16, 22], "uv": [0, 0]} + ] + }, + { + "name": "rings", + "parent": "body", + "pivot": [0, 2.43107, 13.78731], + "rotation": [30, 0, 0], + "cubes": [ + {"origin": [-16, 21.40989, 3.47207], "size": [32, 0, 41], "pivot": [0, 2.43107, 13.78731], "rotation": [7.5, 0, 0], "uv": [-41, 74]}, + {"origin": [-15.48814, 19.58032, -4.13348], "size": [16, 0, 27], "pivot": [-6, 17.43107, -1.21269], "rotation": [152.3186, -49.5555, -175.66382], "uv": [51, 8]}, + {"origin": [-0.51186, 19.58032, -4.13348], "size": [16, 0, 27], "pivot": [6, 17.43107, -1.21269], "rotation": [152.3186, 49.5555, 175.66382], "uv": [51, 8], "mirror": true} + ] + }, + { + "name": "arm_right", + "parent": "body", + "pivot": [1, 0, 0], + "cubes": [ + {"origin": [-5.0359, 1.65192, -15], "size": [4, 4, 2], "pivot": [-3, 3, -14], "rotation": [0, 2.5, -30], "uv": [78, 0], "mirror": true}, + {"origin": [-7.48894, 1.01795, -14.58052], "size": [4, 3, 2], "pivot": [-5, 2, -13], "rotation": [0, 12.5, -30], "uv": [100, 0], "mirror": true}, + {"origin": [-2.7885, 2.19772, -14.98744], "size": [3, 3, 2], "pivot": [-2, 4, -14], "rotation": [-1.03885, -0.33545, -74.75678], "uv": [90, 0], "mirror": true} + ] + }, + { + "name": "arm_left", + "parent": "body", + "pivot": [-1, 0, 0], + "cubes": [ + {"origin": [1.0359, 1.65192, -15], "size": [4, 4, 2], "pivot": [3, 3, -14], "rotation": [0, -2.5, 30], "uv": [78, 0]}, + {"origin": [3.48894, 1.01795, -14.58052], "size": [4, 3, 2], "pivot": [5, 2, -13], "rotation": [0, -12.5, 30], "uv": [100, 0]}, + {"origin": [-0.2115, 2.19772, -14.98744], "size": [3, 3, 2], "pivot": [2, 4, -14], "rotation": [-1.03885, 0.33545, 74.75678], "uv": [90, 0]} + ] + }, + { + "name": "neck", + "parent": "body", + "pivot": [0, 13, -12], + "rotation": [-20, 0, 0], + "cubes": [ + {"origin": [-3, 11.32169, -18.3261], "size": [6, 6, 13], "uv": [0, 38]} + ] + }, + { + "name": "neck2", + "parent": "neck", + "pivot": [0, 15.82169, -18.3261], + "rotation": [70, 0, 0], + "cubes": [ + {"origin": [-2, 14.19089, -20.57485], "size": [4, 10, 4], "uv": [18, 60]} + ] + }, + { + "name": "head", + "parent": "neck2", + "pivot": [-2, 27.19089, -17.57485], + "rotation": [-62.5, 0, 0] + }, + { + "name": "crescent", + "parent": "head", + "pivot": [-2, 27.19089, -17.57485] + }, + { + "name": "crescent_bottom_right", + "parent": "crescent", + "pivot": [-2, 27.19089, -17.57485], + "rotation": [70.38126, 8.64917, 5.03837] + }, + { + "name": "crescent_bottom_right2", + "parent": "crescent_bottom_right", + "pivot": [-4, -8.26523, -24.50419], + "rotation": [-45, 0, 0], + "cubes": [ + {"origin": [-6, 14.73477, -47.50419], "size": [4, 9, 5], "uv": [57, 52]} + ] + }, + { + "name": "crescent_bottom_right3", + "parent": "crescent_bottom_right2", + "pivot": [-4, 12.73477, -47.50419], + "rotation": [-32.5, 0, 0], + "cubes": [ + {"origin": [-5.5, 12.73477, -48.50419], "size": [3, 4, 3], "uv": [48, 64]} + ] + }, + { + "name": "crescent_bottom_right4", + "parent": "crescent_bottom_right3", + "pivot": [-4, 12.73477, -46.50419], + "rotation": [-25, 0, 0], + "cubes": [ + {"origin": [-5, 8.23477, -48.00419], "size": [2, 5, 2], "uv": [68, 12]} + ] + }, + { + "name": "crescent_bottom_left", + "parent": "crescent", + "pivot": [2, 27.19089, -17.57485], + "rotation": [70.38126, -8.64917, -5.03837] + }, + { + "name": "crescent_bottom_left2", + "parent": "crescent_bottom_left", + "pivot": [4, -8.26523, -24.50419], + "rotation": [-45, 0, 0], + "cubes": [ + {"origin": [2, 14.73477, -47.50419], "size": [4, 9, 5], "uv": [57, 52], "mirror": true} + ] + }, + { + "name": "crescent_bottom_left3", + "parent": "crescent_bottom_left2", + "pivot": [4, 12.73477, -47.50419], + "rotation": [-32.5, 0, 0], + "cubes": [ + {"origin": [2.5, 12.73477, -48.50419], "size": [3, 4, 3], "uv": [48, 64], "mirror": true} + ] + }, + { + "name": "crescent_bottom_left4", + "parent": "crescent_bottom_left3", + "pivot": [4, 12.73477, -46.50419], + "rotation": [-25, 0, 0], + "cubes": [ + {"origin": [3, 8.23477, -48.00419], "size": [2, 5, 2], "uv": [68, 12], "mirror": true} + ] + }, + { + "name": "crescent_top", + "parent": "crescent", + "pivot": [2, 27.89666, -18.52933], + "rotation": [-37.5, 0, 0], + "cubes": [ + {"origin": [-3, 25.90365, -22.47504], "size": [6, 5, 5], "uv": [0, 0]} + ] + }, + { + "name": "crescent_top2", + "parent": "crescent_top", + "pivot": [2, 25.10942, 18.52496], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [-2, 37.20365, -23.52056], "size": [4, 4, 4], "uv": [25, 38]}, + {"origin": [-1, 51.20365, -19.52056], "size": [2, 2, 4], "pivot": [2, 25.10942, 18.52496], "rotation": [20, 0, 0], "uv": [0, 45]} + ] + }, + { + "name": "face", + "parent": "head", + "pivot": [0, 9.99293, 14.28861], + "rotation": [27.5, 0, 0], + "cubes": [ + {"origin": [-2, 43.49293, 17.78861], "size": [4, 4, 6], "pivot": [0, 9.99293, 14.28861], "rotation": [50, 0, 0], "uv": [0, 10]}, + {"origin": [-5, 33.49293, -7.21139], "size": [10, 8, 4], "uv": [50, 0]}, + {"origin": [-3, 39.99293, 2.78861], "size": [6, 5, 7], "pivot": [0, 9.99293, 14.28861], "rotation": [27.5, 0, 0], "uv": [31, 52]} + ] + }, + { + "name": "bone22", + "parent": "face", + "pivot": [0, 9.99293, 14.28861], + "cubes": [ + {"origin": [3.02, 43.49293, 3.28861], "size": [0, 1, 1], "pivot": [0, 9.99293, 14.28861], "rotation": [27.5, 0, 0], "uv": [0, 1]}, + {"origin": [3.01, 42.49293, 2.78861], "size": [0, 2, 3], "pivot": [0, 9.99293, 14.28861], "rotation": [27.5, 0, 0], "uv": [0, 9]} + ] + }, + { + "name": "bone23", + "parent": "face", + "pivot": [0, 9.99293, 14.28861], + "cubes": [ + {"origin": [-3.02, 43.49293, 3.28861], "size": [0, 1, 1], "pivot": [0, 9.99293, 14.28861], "rotation": [27.5, 0, 0], "uv": [0, 0]}, + {"origin": [-3.01, 42.49293, 2.78861], "size": [0, 2, 3], "pivot": [0, 9.99293, 14.28861], "rotation": [27.5, 0, 0], "uv": [0, 7]} + ] + }, + { + "name": "bone21", + "parent": "face", + "pivot": [0, 11.99293, 16.28861], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-2, 34.49293, -9.91139], "size": [4, 4, 3], "pivot": [0, 11.99293, 16.28861], "rotation": [2.5, 0, 0], "uv": [58, 38]}, + {"origin": [-1, 29.19293, -17.21139], "size": [2, 3, 3], "pivot": [0, 11.99293, 16.28861], "rotation": [-10, 0, 0], "uv": [66, 45]} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [0, 14, 9], + "cubes": [ + {"origin": [-3, 10, 8], "size": [6, 6, 8], "uv": [38, 38]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 14, 14], + "cubes": [ + {"origin": [-2, 12, 16], "size": [4, 4, 5], "uv": [50, 12]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 16, 21], + "cubes": [ + {"origin": [-1, 14, 21], "size": [2, 2, 5], "uv": [34, 64]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/croagunk/croagunk.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/croagunk/croagunk.geo.json new file mode 100644 index 0000000..694bb73 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/croagunk/croagunk.geo.json @@ -0,0 +1,264 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.croagunk", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "all", + "pivot": [0, 0, 2] + }, + { + "name": "body", + "parent": "all", + "pivot": [0, 4.5, 1], + "cubes": [ + {"origin": [-4, 3.25, -2], "size": [8, 9, 6], "uv": [1, 0]} + ] + }, + { + "name": "arm_left", + "parent": "body", + "pivot": [4, 9.25, 1], + "cubes": [ + {"origin": [4, 8.25, 0], "size": [3, 2, 2], "uv": [24, 33]} + ] + }, + { + "name": "forearm_left", + "parent": "arm_left", + "pivot": [7, 9.25, 2], + "cubes": [ + {"origin": [7, 8.25, 0], "size": [3, 2, 2], "uv": [14, 32]} + ] + }, + { + "name": "finger_left_top", + "parent": "forearm_left", + "pivot": [10, 9.75, 1], + "cubes": [ + {"origin": [10, 9.75, 0.5], "size": [3, 1, 1], "uv": [0, 37]} + ] + }, + { + "name": "finger_left_middle", + "parent": "forearm_left", + "pivot": [10, 9.25, 1], + "cubes": [ + {"origin": [10, 8.75, 0.5], "size": [3, 1, 1], "uv": [24, 37]} + ] + }, + { + "name": "finger_left_bottom", + "parent": "forearm_left", + "pivot": [10, 8.75, 1], + "cubes": [ + {"origin": [10, 7.75, 0.5], "size": [3, 1, 1], "uv": [36, 35]} + ] + }, + { + "name": "arm_right", + "parent": "body", + "pivot": [-4, 9.25, 1], + "cubes": [ + {"origin": [-7, 8.25, 0], "size": [3, 2, 2], "uv": [30, 6]} + ] + }, + { + "name": "forearm_right", + "parent": "arm_right", + "pivot": [-7, 9.25, 2], + "cubes": [ + {"origin": [-10, 8.25, 0], "size": [3, 2, 2], "uv": [11, 28]} + ] + }, + { + "name": "finger_right_top", + "parent": "forearm_right", + "pivot": [-10, 9.75, 1], + "cubes": [ + {"origin": [-13, 9.75, 0.5], "size": [3, 1, 1], "uv": [17, 36]} + ] + }, + { + "name": "finger_right_middle", + "parent": "forearm_right", + "pivot": [-10, 9.25, 1], + "cubes": [ + {"origin": [-13, 8.75, 0.5], "size": [3, 1, 1], "uv": [23, 20]} + ] + }, + { + "name": "finger_right_bottom", + "parent": "forearm_right", + "pivot": [-10, 8.75, 1], + "cubes": [ + {"origin": [-13, 7.75, 0.5], "size": [3, 1, 1], "uv": [36, 33]} + ] + }, + { + "name": "head", + "parent": "body", + "pivot": [0, 12.25, 0.75], + "cubes": [ + {"origin": [-4, 12.25, -3], "size": [8, 5, 7], "uv": [0, 15]}, + {"origin": [1, 17.25, -2], "size": [3, 1, 5], "uv": [0, 28]}, + {"origin": [-4, 17.25, -2], "size": [3, 1, 5], "uv": [23, 0]}, + {"origin": [-4.01, 12.25, -2], "size": [0, 3, 3], "uv": [0, 36]}, + {"origin": [4.01, 12.25, -2], "size": [0, 3, 3], "uv": [0, 36]}, + {"origin": [-2, 11.75, -2.9], "size": [4, 3, 0], "uv": [49, 0]}, + {"origin": [-4, 14.25, -3], "size": [8, 0, 7], "uv": [9, 48]}, + {"origin": [4, 12.25, -3], "size": [0, 2, 7], "uv": [16, 50]}, + {"origin": [-4, 12.25, -3], "size": [0, 2, 7], "uv": [16, 52]}, + {"origin": [-4, 12.25, -3], "size": [8, 2, 0], "uv": [16, 61]} + ] + }, + { + "name": "blackeye_right", + "parent": "head", + "pivot": [-2.5, 15.25, -3.01], + "cubes": [ + {"origin": [-4, 13.75, -3.01], "size": [3, 3, 0], "uv": [39, 0]} + ] + }, + { + "name": "eye_right", + "parent": "blackeye_right", + "pivot": [-2.25, 15.5, -3.02], + "cubes": [ + {"origin": [-3.5, 14.5, -3.02], "size": [2, 2, 0], "uv": [45, 0]} + ] + }, + { + "name": "pupil_right", + "parent": "eye_right", + "pivot": [-2.25, 16, -3.03], + "cubes": [ + {"origin": [-3, 15.5, -3.03], "size": [1, 1, 0], "uv": [0, 0]} + ] + }, + { + "name": "blackeye_left", + "parent": "head", + "pivot": [2.5, 15.25, -3.01], + "cubes": [ + {"origin": [1, 13.75, -3.01], "size": [3, 3, 0], "uv": [39, 0]} + ] + }, + { + "name": "eye_left", + "parent": "blackeye_left", + "pivot": [2.25, 15.5, -3.02], + "cubes": [ + {"origin": [1.5, 14.5, -3.02], "size": [2, 2, 0], "uv": [45, 0]} + ] + }, + { + "name": "pupil_left", + "parent": "eye_left", + "pivot": [2.25, 16, -3.03], + "cubes": [ + {"origin": [2, 15.5, -3.03], "size": [1, 1, 0], "uv": [0, 0]} + ] + }, + { + "name": "jaw", + "parent": "head", + "pivot": [0, 12.25, 3.1], + "cubes": [ + {"origin": [-4, 11.25, -2.8], "size": [8, 2, 6], "inflate": -0.01, "uv": [0, 40]}, + {"origin": [-4, 11.25, 3.2], "size": [8, 2, 0], "inflate": -0.01, "uv": [0, 58]}, + {"origin": [-2, 11.35, -1.9], "size": [4, 2, 5], "inflate": -0.01, "uv": [46, 57]} + ] + }, + { + "name": "leg_right", + "parent": "all", + "pivot": [-3.5, 4.5, 1], + "cubes": [ + {"origin": [-5, 1, -1.5], "size": [3, 5, 5], "uv": [25, 23]} + ] + }, + { + "name": "foot_right", + "parent": "leg_right", + "pivot": [-3.5, 1, -1.5], + "cubes": [ + {"origin": [-5, 0, -2.5], "size": [3, 1, 2], "uv": [0, 34]} + ] + }, + { + "name": "toe_right_right", + "parent": "foot_right", + "pivot": [-4.5, 0.5, -2.5], + "cubes": [ + {"origin": [-5, 0, -5.5], "size": [1, 1, 3], "uv": [34, 0]} + ] + }, + { + "name": "toe_right_middle", + "parent": "foot_right", + "pivot": [-3.5, 0.5, -2.5], + "cubes": [ + {"origin": [-4, 0, -5.5], "size": [1, 1, 3], "uv": [34, 0]} + ] + }, + { + "name": "toe_right_left", + "parent": "foot_right", + "pivot": [-2.5, 0.5, -2.5], + "cubes": [ + {"origin": [-3, 0, -5.5], "size": [1, 1, 3], "uv": [34, 0]} + ] + }, + { + "name": "leg_left", + "parent": "all", + "pivot": [3.5, 4.5, 1], + "cubes": [ + {"origin": [2, 1, -1.5], "size": [3, 5, 5], "uv": [25, 10]} + ] + }, + { + "name": "foot_left", + "parent": "leg_left", + "pivot": [3.5, 1, -1.5], + "cubes": [ + {"origin": [2, 0, -2.5], "size": [3, 1, 2], "uv": [30, 20]} + ] + }, + { + "name": "toe_left_left", + "parent": "foot_left", + "pivot": [4.5, 0.5, -2.5], + "cubes": [ + {"origin": [4, 0, -5.5], "size": [1, 1, 3], "uv": [34, 0]} + ] + }, + { + "name": "toe_left_middle", + "parent": "foot_left", + "pivot": [3.5, 0.5, -2.5], + "cubes": [ + {"origin": [3, 0, -5.5], "size": [1, 1, 3], "uv": [34, 0]} + ] + }, + { + "name": "toe_left_right", + "parent": "foot_left", + "pivot": [2.5, 0.5, -2.5], + "cubes": [ + {"origin": [2, 0, -5.5], "size": [1, 1, 3], "uv": [34, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/cursola/cursola.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/cursola/cursola.geo.json new file mode 100644 index 0000000..520f4f4 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/cursola/cursola.geo.json @@ -0,0 +1,253 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 6, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "base", + "pivot": [0, 0, 0] + }, + { + "name": "swing", + "parent": "base", + "pivot": [-1, 0, 1], + "cubes": [ + {"origin": [-5, 2.5, -5], "size": [10, 4, 10], "uv": [0, 23]} + ] + }, + { + "name": "base_in", + "parent": "swing", + "pivot": [0, 6.5, 0], + "cubes": [ + {"origin": [-3, 6.5, -3], "size": [6, 1, 6], "uv": [0, 37]} + ] + }, + { + "name": "base_in_1", + "parent": "base_in", + "pivot": [0, 7, 0], + "cubes": [ + {"origin": [-1.5, 6.5, -1.5], "size": [3, 3, 3], "uv": [61, 55]} + ] + }, + { + "name": "base_in_2", + "parent": "base_in_1", + "pivot": [0, 9.75, 0], + "cubes": [ + {"origin": [-2.5, 9.5, -2.5], "size": [5, 3, 5], "uv": [19, 40]}, + {"origin": [-1.5, 12.5, -1.5], "size": [3, 4, 3], "uv": [33, 54]} + ] + }, + { + "name": "base_in_3", + "parent": "base_in_2", + "pivot": [0, 15.975, 0], + "cubes": [ + {"origin": [-3, 15.475, -3], "size": [6, 5, 6], "uv": [33, 0]} + ] + }, + { + "name": "head", + "parent": "base_in_3", + "pivot": [0, 20.5, 0], + "cubes": [ + {"origin": [-5.5, 20.5, -5.5], "size": [11, 12, 11], "uv": [0, 0]} + ] + }, + { + "name": "head_inside", + "parent": "head", + "pivot": [0, 26.5, -1.925], + "cubes": [ + {"origin": [-3, 23.5, -4.925], "size": [6, 6, 6], "uv": [34, 33]} + ] + }, + { + "name": "bone", + "parent": "head_inside", + "pivot": [0.30848, 26.35, -4.71], + "cubes": [ + {"origin": [-1.01652, 24.875, -5.16], "size": [1, 1, 1], "inflate": -0.225, "uv": [7, 5]}, + {"origin": [0.08348, 24.875, -5.16], "size": [1, 1, 1], "inflate": -0.225, "uv": [7, 5]}, + {"origin": [-0.46652, 25.175, -5.16], "size": [1, 1, 1], "inflate": -0.225, "uv": [7, 5]} + ] + }, + { + "name": "eye_left", + "parent": "bone", + "pivot": [-1.35, 26.45, -4.83], + "rotation": [0, 0, 48.75], + "cubes": [ + {"origin": [-1.85, 25.85, -5.21], "size": [1, 1, 1], "inflate": -0.25, "uv": [30, 29]}, + {"origin": [-1.85, 25.6, -4.95], "size": [1, 2, 0], "uv": [0, 0]}, + {"origin": [-1.85, 27.075, -4.958], "size": [1, 1, 0], "uv": [0, 10]} + ] + }, + { + "name": "eye_right", + "parent": "bone", + "pivot": [1.35, 26.45, -4.83], + "rotation": [0, 0, -48.75], + "cubes": [ + {"origin": [0.85, 25.85, -5.21], "size": [1, 1, 1], "inflate": -0.25, "uv": [30, 29], "mirror": true}, + {"origin": [0.85, 25.6, -4.95], "size": [1, 2, 0], "uv": [0, 0], "mirror": true}, + {"origin": [0.85, 27.075, -4.958], "size": [1, 1, 0], "uv": [0, 10], "mirror": true} + ] + }, + { + "name": "arm", + "parent": "head", + "pivot": [0, 30.50773, -4], + "cubes": [ + {"origin": [-1, 24, 5.5], "size": [2, 2, 3], "uv": [0, 5]}, + {"origin": [-1, 21, 4.5], "size": [2, 2, 3], "uv": [0, 0]} + ] + }, + { + "name": "horn", + "parent": "arm", + "pivot": [0, 31.08273, -4], + "cubes": [ + {"origin": [-6.13377, 29.83965, -5], "size": [6, 2, 2], "inflate": 0.03, "pivot": [0, 30.50773, -4], "rotation": [-90, -45, 90], "uv": [51, 0]} + ] + }, + { + "name": "arm_left4", + "parent": "arm", + "pivot": [4.30601, 22.251, -4.07159], + "cubes": [ + {"origin": [4.70513, 20.98273, -8.83013], "size": [2, 2, 4], "pivot": [4.83013, 22.98273, -6.83013], "rotation": [14.06164, -41.12772, 1.37344], "uv": [42, 61]} + ] + }, + { + "name": "arm_right4", + "parent": "arm", + "pivot": [-4.83013, 22.98273, -6.83013], + "cubes": [ + {"origin": [-6.70513, 20.98273, -8.83013], "size": [2, 2, 4], "pivot": [-4.83013, 22.98273, -6.83013], "rotation": [14.06164, 41.12772, -1.37344], "uv": [42, 61], "mirror": true} + ] + }, + { + "name": "arm_right3", + "parent": "arm", + "pivot": [-1.85254, 27.40031, 4.06487], + "rotation": [81.70923, 40.75583, 35.80166], + "cubes": [ + {"origin": [-2.85513, 26.50773, -1.93013], "size": [2, 2, 5], "inflate": 0.03, "pivot": [-1.85513, 27.50773, 4.06987], "rotation": [0, 90, 0], "uv": [13, 48]}, + {"origin": [-7.8674, 26.10255, -0.24013], "size": [2, 2, 4], "inflate": 0.02, "pivot": [-6.85741, 27.52755, 4.05987], "rotation": [0, 90, 32.5], "uv": [14, 55]}, + {"origin": [-7.8674, 29.10255, -2.46513], "size": [2, 2, 4], "inflate": 0.01, "pivot": [-6.85741, 27.52755, 4.05987], "rotation": [0, 90, -15], "uv": [52, 33]}, + {"origin": [-10.04027, 28.44877, 1.48272], "size": [1, 1, 3], "inflate": 0.01, "pivot": [-9.76527, 28.96069, 4.56987], "rotation": [180, 41.25, 165], "uv": [11, 44]} + ] + }, + { + "name": "arm_left3", + "parent": "arm", + "pivot": [1.85254, 27.40031, 4.06487], + "rotation": [81.70923, -40.75583, -35.80166], + "cubes": [ + {"origin": [0.85513, 26.50773, -1.93013], "size": [2, 2, 5], "inflate": 0.03, "pivot": [1.85513, 27.50773, 4.06987], "rotation": [0, -90, 0], "uv": [22, 50]}, + {"origin": [5.8674, 26.10255, -0.24013], "size": [2, 2, 4], "inflate": 0.02, "pivot": [6.85741, 27.52755, 4.05987], "rotation": [0, -90, -32.5], "uv": [57, 4]}, + {"origin": [5.8674, 29.10255, -2.46513], "size": [2, 2, 4], "inflate": 0.01, "pivot": [6.85741, 27.52755, 4.05987], "rotation": [0, -90, 15], "uv": [45, 55]} + ] + }, + { + "name": "arm_right2", + "parent": "arm", + "pivot": [-2.42754, 32.40031, 0.16487], + "rotation": [71.71253, 19.55624, 61.81354], + "cubes": [ + {"origin": [-3.43013, 31.50773, -5.83013], "size": [2, 2, 4], "inflate": 0.03, "pivot": [-2.43013, 32.50773, 0.16987], "rotation": [0, 90, 0], "uv": [0, 60], "mirror": true}, + {"origin": [-5.43013, 31.40773, -0.20513], "size": [2, 2, 3], "inflate": 0.04, "pivot": [-4.43013, 32.50773, 0.16987], "rotation": [0, 90, 25], "uv": [0, 28], "mirror": true}, + {"origin": [-6.58013, 32.50773, -5.63013], "size": [1, 1, 3], "pivot": [-2.43013, 32.50773, 0.16987], "rotation": [0, 32.5, 0], "uv": [8, 60]}, + {"origin": [-5.58013, 31.50773, 1.63013], "size": [1, 1, 3], "pivot": [-2.43013, 32.50773, 1.83013], "rotation": [0, -32.5, 0], "uv": [31, 48]}, + {"origin": [-8.4424, 31.12755, -4.14013], "size": [2, 2, 4], "inflate": 0.02, "pivot": [-7.43241, 32.52755, 0.15987], "rotation": [0, 90, 32.5], "uv": [58, 39], "mirror": true} + ] + }, + { + "name": "arm_left", + "parent": "arm", + "pivot": [5.85254, 25.40031, -0.83513], + "rotation": [44, 0, -25], + "cubes": [ + {"origin": [4.85513, 24.50773, -6.83013], "size": [2, 2, 7], "inflate": 0.03, "pivot": [5.85513, 25.50773, -0.83013], "rotation": [0, -90, 0], "uv": [32, 45]}, + {"origin": [6.75513, 24.50773, -6.63013], "size": [2, 2, 4], "pivot": [5.85513, 25.50773, -0.83013], "rotation": [0, -32.5, 0], "uv": [60, 29]}, + {"origin": [7.00513, 24.50773, 0.63013], "size": [2, 2, 3], "pivot": [5.85513, 25.50773, 0.83013], "rotation": [0, 32.5, 0], "uv": [54, 63]}, + {"origin": [9.8674, 24.82755, -5.34013], "size": [2, 2, 4], "inflate": 0.02, "pivot": [10.85741, 25.52755, -0.84013], "rotation": [0, -90, 25], "uv": [12, 61]} + ] + }, + { + "name": "arm_left2", + "parent": "arm", + "pivot": [2.42754, 32.40031, 0.16487], + "rotation": [71.71253, -19.55624, -61.81354], + "cubes": [ + {"origin": [1.43013, 31.50773, -5.83013], "size": [2, 2, 4], "inflate": 0.03, "pivot": [2.43013, 32.50773, 0.16987], "rotation": [0, -90, 0], "uv": [0, 60]}, + {"origin": [3.43013, 31.40773, -0.20513], "size": [2, 2, 3], "inflate": 0.04, "pivot": [4.43013, 32.50773, 0.16987], "rotation": [0, -90, -25], "uv": [0, 28]}, + {"origin": [3.58013, 32.50773, -5.63013], "size": [1, 1, 4], "pivot": [2.43013, 32.50773, 0.16987], "rotation": [0, -32.5, 0], "uv": [61, 61]}, + {"origin": [5.58013, 31.50773, 2.63013], "size": [1, 1, 3], "pivot": [2.43013, 32.50773, 1.83013], "rotation": [0, 32.5, 0], "uv": [38, 61]}, + {"origin": [6.4424, 31.12755, -4.14013], "size": [2, 2, 4], "inflate": 0.02, "pivot": [7.43241, 32.52755, 0.15987], "rotation": [0, -90, -32.5], "uv": [58, 39]} + ] + }, + { + "name": "arm_right", + "parent": "arm", + "pivot": [-5.82754, 25.40031, -0.83513], + "rotation": [44, 0, 25], + "cubes": [ + {"origin": [-6.83013, 24.50773, -6.83013], "size": [2, 2, 7], "inflate": 0.03, "pivot": [-5.83013, 25.50773, -0.83013], "rotation": [0, 90, 0], "uv": [32, 45], "mirror": true}, + {"origin": [-6.83013, 24.53273, -5.60513], "size": [1, 1, 3], "inflate": 0.03, "pivot": [-5.83013, 25.50773, -0.83013], "rotation": [0, 55, 0], "uv": [64, 35]}, + {"origin": [-8.98013, 24.50773, 0.63013], "size": [2, 2, 5], "pivot": [-5.83013, 25.50773, 0.83013], "rotation": [0, -32.5, 0], "uv": [54, 21]}, + {"origin": [-11.8424, 24.82755, -6.34013], "size": [2, 2, 5], "inflate": 0.02, "pivot": [-10.83241, 25.52755, -0.84013], "rotation": [0, 90, -25], "uv": [0, 53]}, + {"origin": [-12.8924, 24.82755, -4.89013], "size": [2, 2, 3], "inflate": 0.01, "pivot": [-10.83241, 25.52755, -0.84013], "rotation": [0, 22.5, -25], "uv": [63, 18]} + ] + }, + { + "name": "shell", + "parent": "swing", + "pivot": [0, 7, -5.5], + "cubes": [ + {"origin": [0.5, 4.5, 0.5], "size": [11, 5, 0], "pivot": [0.5, 7, -5.5], "rotation": [0, -90, 0], "uv": [43, 45]}, + {"origin": [-11.5, 4.5, 0.5], "size": [11, 5, 0], "pivot": [-0.5, 7, -5.5], "rotation": [0, 90, 0], "uv": [44, 11]}, + {"origin": [-5.5, 4.5, 5.5], "size": [11, 5, 0], "uv": [44, 16]}, + {"origin": [-5.5, 4.5, -5.5], "size": [11, 5, 0], "inflate": 0.01, "uv": [50, 50]} + ] + }, + { + "name": "legs", + "parent": "swing", + "pivot": [0, 0, 0] + }, + { + "name": "left", + "parent": "legs", + "pivot": [3.9, 3, 0], + "rotation": [0, 0, -20], + "cubes": [ + {"origin": [2.9, 0, -4.5], "size": [2, 4, 2], "uv": [0, 66]}, + {"origin": [2.9, 0, 2.5], "size": [2, 4, 2], "uv": [22, 65]} + ] + }, + { + "name": "right", + "parent": "legs", + "pivot": [-3.9, 3, 0], + "rotation": [0, 0, 20], + "cubes": [ + {"origin": [-4.9, 0, -4.5], "size": [2, 4, 2], "uv": [65, 2]}, + {"origin": [-4.9, 0, 2.5], "size": [2, 4, 2], "uv": [30, 23]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/cyclizar.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/cyclizar.geo.json new file mode 100644 index 0000000..8cb28da --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/cyclizar.geo.json @@ -0,0 +1,439 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 5, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "cyclizar", + "pivot": [0, -0.68, 0], + "rotation": [0, 0, 0] + }, + { + "name": "tail", + "parent": "cyclizar", + "pivot": [0, 8.41, 6.32], + "rotation": [34, 0, 0] + }, + { + "name": "tail_main", + "parent": "tail", + "pivot": [0, 8.20453, 6.65705] + }, + { + "name": "tail1", + "parent": "tail_main", + "pivot": [0, 8.76, 6.81], + "cubes": [ + {"origin": [-2.5, 7.19913, 11.30999], "size": [5, 8.1, 4], "inflate": 0.41, "pivot": [0, 6.3, 11.76], "rotation": [57, 0, 0], "uv": [20, 45]}, + {"origin": [-2.5, 4.81081, 4.31444], "size": [5, 4.1, 5], "inflate": 0.399, "pivot": [0, 8.76, 6.81], "rotation": [69, 0, 0], "uv": [51, 48]} + ] + }, + { + "name": "tail2", + "parent": "tail1", + "pivot": [0, 6.91, 9.56], + "rotation": [18, 0, 0], + "cubes": [ + {"origin": [-2.5, 0.25465, 7.28128], "size": [5, 7.1, 5], "pivot": [0, 7.20453, 10.15705], "rotation": [69, 0, 0], "uv": [48, 0]} + ] + }, + { + "name": "fin", + "parent": "tail2", + "pivot": [-5.48, 3.46, 18.61], + "cubes": [ + {"origin": [3, 5.335, 19.1533], "size": [0, 6.1, 3], "pivot": [0.5, 3.46, 18.61], "rotation": [68, 0, 0], "uv": [0, 0]}, + {"origin": [-3, 5.335, 22.1533], "size": [6, 6.1, 0], "pivot": [-0.5, 3.46, 18.61], "rotation": [68, 0, 0], "uv": [81, 46]}, + {"origin": [-2.98, 5.335, 19.1533], "size": [0, 6.1, 3], "pivot": [-5.48, 3.46, 18.61], "rotation": [68, 0, 0], "uv": [0, 9]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 4.46, 15.46], + "rotation": [19, 0, 0], + "cubes": [ + {"origin": [-2.5, -2.26452, 13.7456], "size": [5, 8, 6], "inflate": -0.7, "pivot": [0, 4.16, 16.36], "rotation": [69, 0, 0], "uv": [0, 27]} + ] + }, + { + "name": "tail4", + "parent": "tail3", + "pivot": [0, 2.56, 21.26], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [-1.5, -2.95849, 19.25841], "size": [3, 6, 4], "inflate": -0.3, "pivot": [0, 2.76, 21.26], "rotation": [69, 0, 0], "uv": [0, 73]} + ] + }, + { + "name": "tail5", + "parent": "tail4", + "pivot": [0, 0.96, 26.06], + "rotation": [-45, 0, 0], + "cubes": [ + {"origin": [-1.5, -4.34313, 24.15921], "size": [3, 7, 4], "inflate": -0.8, "pivot": [0, 0.96, 26.06], "rotation": [69, 0, 0], "uv": [28, 65]} + ] + }, + { + "name": "tail6", + "parent": "tail5", + "pivot": [0, -0.64, 29.86], + "cubes": [ + {"origin": [-1.5, -5.91366, 28.79419], "size": [3, 7, 3], "inflate": -0.9, "pivot": [0, -0.64, 29.86], "rotation": [45, 0, 0], "uv": [39, 73]} + ] + }, + { + "name": "bone", + "parent": "tail", + "pivot": [0, 10.82, 7.19], + "cubes": [ + {"origin": [-2.5, 7.89575, 3.81086], "size": [5, 5, 6], "inflate": 0.4, "pivot": [0, 10.82, 7.19], "rotation": [25, 0, 0], "uv": [22, 33]} + ] + }, + { + "name": "leg_left", + "parent": "cyclizar", + "pivot": [9.68714, 1.52, -0.16], + "rotation": [4.01646, -31.82434, -2.06407], + "cubes": [ + {"origin": [4.80259, 9.38555, 1.85051], "size": [4, 8, 4], "pivot": [6.55259, 11.22216, 1.59891], "rotation": [-59, 0, 0], "uv": [16, 57]} + ] + }, + { + "name": "legun2", + "parent": "leg_left", + "pivot": [9.28714, 1.32, -1.86], + "rotation": [0, 7, 0], + "cubes": [ + {"origin": [4.84414, 5.68706, 0.43667], "size": [3, 4, 3], "inflate": 0.19, "pivot": [6.34414, 8.18706, 1.93667], "rotation": [9.31565, 0.89172, 1.60228], "uv": [76, 78]}, + {"origin": [4.74414, 0.38706, 0.23667], "size": [3, 6, 4], "inflate": 0.2, "uv": [71, 48]}, + {"origin": [3.80607, -0.00984, -0.29947], "size": [5, 2, 5], "inflate": -0.2, "pivot": [9.28714, 1.32, -1.86], "rotation": [-3, 0, 0], "uv": [50, 57]} + ] + }, + { + "name": "bone3", + "parent": "legun2", + "pivot": [3.88714, -0.08, -1.56] + }, + { + "name": "bone25", + "parent": "bone3", + "pivot": [5.10635, 1.02025, -4.30842], + "rotation": [3, 0, 0], + "cubes": [ + {"origin": [5.55077, -0.32476, -4.17533], "size": [2, 2, 6], "inflate": -0.32, "pivot": [6.78714, -0.33, -1.36], "rotation": [-4.18213, 16.95733, -1.22174], "uv": [12, 69]}, + {"origin": [4.92351, -0.32476, -3.57533], "size": [2, 2, 5], "inflate": -0.319, "pivot": [5.68714, -0.33, -1.76], "rotation": [-4.00061, -0.99756, 0.06976], "uv": [76, 28]}, + {"origin": [5.10635, 0.03, -4.30842], "size": [1, 1, 1], "inflate": 0.1, "pivot": [5.10635, 0.98025, -4.30842], "rotation": [16.57843, 14.08378, -2.11626], "uv": [21, 16]} + ] + }, + { + "name": "bone4", + "parent": "bone3", + "pivot": [3.08714, -0.32, -1.13], + "rotation": [5.5001, 14.2004, -2.05176], + "cubes": [ + {"origin": [2.19077, -0.31476, -1.61533], "size": [2, 2, 4], "inflate": -0.32, "pivot": [3.42714, -0.32, -0.8], "rotation": [-4.82131, 33.90591, -2.69386], "uv": [84, 0]}, + {"origin": [1.99944, -0.31476, -1.62315], "size": [2, 2, 4], "inflate": -0.3, "pivot": [3.08714, -0.32, -0.91], "rotation": [-4.28356, 20.94643, -1.53384], "uv": [83, 68]} + ] + }, + { + "name": "bone5", + "parent": "bone3", + "pivot": [8.68714, -0.25, -0.76], + "rotation": [4.99697, -0.17428, 1.9924], + "cubes": [ + {"origin": [7.52351, -0.24476, -1.37533], "size": [2, 2, 4], "inflate": -0.32, "pivot": [8.28714, -0.25, -0.56], "rotation": [-5.00393, -36.8949, 3.009], "uv": [58, 83]}, + {"origin": [7.77484, -0.24476, -2.47315], "size": [2, 2, 5], "inflate": -0.3, "pivot": [8.68714, -0.25, -0.76], "rotation": [-4.18213, -16.95733, 1.22174], "uv": [23, 76]} + ] + }, + { + "name": "leg_right", + "parent": "cyclizar", + "pivot": [-9.85714, 1.54, -1.41], + "rotation": [1.79526, 32.36071, -0.25998], + "cubes": [ + {"origin": [-8.97259, 9.40555, 0.60051], "size": [4, 8, 4], "pivot": [-6.72259, 11.24216, 0.34891], "rotation": [-59, 0, 0], "uv": [34, 53]} + ] + }, + { + "name": "legun3", + "parent": "leg_right", + "pivot": [-9.45714, 1.34, -3.11], + "rotation": [0, -7, 0], + "cubes": [ + {"origin": [-8.01414, 5.70706, -0.81333], "size": [3, 4, 3], "inflate": 0.19, "pivot": [-6.51414, 8.20706, 0.68667], "rotation": [9.31565, -0.89172, -1.60228], "uv": [64, 76]}, + {"origin": [-7.91414, 0.40706, -1.01333], "size": [3, 6, 4], "inflate": 0.2, "uv": [65, 66]}, + {"origin": [-8.97607, 0.01016, -1.54947], "size": [5, 2, 5], "inflate": -0.2, "pivot": [-9.45714, 1.34, -3.11], "rotation": [-3, 0, 0], "uv": [56, 41]} + ] + }, + { + "name": "bone6", + "parent": "legun3", + "pivot": [-4.05714, -0.06, -2.81] + }, + { + "name": "bone7", + "parent": "bone6", + "pivot": [-5.27635, 1.04025, -5.55842], + "rotation": [3, 0, 0], + "cubes": [ + {"origin": [-7.72077, -0.30476, -5.42533], "size": [2, 2, 6], "inflate": -0.32, "pivot": [-6.95714, -0.31, -2.61], "rotation": [-4.18213, -16.95733, 1.22174], "uv": [64, 58]}, + {"origin": [-7.09351, -0.30476, -4.82533], "size": [2, 2, 5], "inflate": -0.319, "pivot": [-5.85714, -0.31, -3.01], "rotation": [-4.00061, 0.99756, -0.06976], "uv": [75, 61]}, + {"origin": [-6.27635, 0.05, -5.55842], "size": [1, 1, 1], "inflate": 0.1, "pivot": [-5.27635, 1.00025, -5.55842], "rotation": [16.57843, -14.08378, 2.11626], "uv": [0, 0]} + ] + }, + { + "name": "bone8", + "parent": "bone6", + "pivot": [-3.25714, -0.3, -2.38], + "rotation": [5.5001, -14.2004, 2.05176], + "cubes": [ + {"origin": [-4.36077, -0.29476, -2.86533], "size": [2, 2, 4], "inflate": -0.32, "pivot": [-3.59714, -0.3, -2.05], "rotation": [-4.82131, -33.90591, 2.69386], "uv": [33, 83]}, + {"origin": [-4.16944, -0.29476, -2.87315], "size": [2, 2, 4], "inflate": -0.3, "pivot": [-3.25714, -0.3, -2.16], "rotation": [-4.28356, -20.94643, 1.53384], "uv": [21, 83]} + ] + }, + { + "name": "bone26", + "parent": "bone6", + "pivot": [-8.85714, -0.23, -2.01], + "rotation": [4.99697, 0.17428, -1.9924], + "cubes": [ + {"origin": [-9.69351, -0.22476, -2.62533], "size": [2, 2, 4], "inflate": -0.32, "pivot": [-8.45714, -0.23, -1.81], "rotation": [-5.00393, 36.8949, -3.009], "uv": [0, 83]}, + {"origin": [-9.94484, -0.22476, -3.72315], "size": [2, 2, 5], "inflate": -0.3, "pivot": [-8.85714, -0.23, -2.01], "rotation": [-4.18213, 16.95733, -1.22174], "uv": [74, 71]} + ] + }, + { + "name": "body_main", + "parent": "cyclizar", + "pivot": [0, 19.22, 1.73], + "rotation": [34, 0, 0] + }, + { + "name": "bone2", + "parent": "body_main", + "pivot": [0, 19.22, 1.73], + "rotation": [-5, 0, 0] + }, + { + "name": "body1", + "parent": "bone2", + "pivot": [0, 21.92, 2.03], + "cubes": [ + {"origin": [-4.5, 25.14756, -2.64537], "size": [9, 3, 9], "inflate": 0.01, "pivot": [0, 26.32, 2.63], "rotation": [18, 0, 0], "uv": [0, 0]}, + {"origin": [-3.5, 18.42, -1.47], "size": [7, 8, 7], "pivot": [0, 21.92, 2.03], "rotation": [5, 0, 0], "uv": [0, 12]}, + {"origin": [-1.5, 16.97, -6.92], "size": [3, 9, 6], "inflate": 0.2, "uv": [38, 38]} + ] + }, + { + "name": "hand1", + "parent": "bone2", + "pivot": [-3.4, 22.12, 1.93], + "rotation": [-42.22403, -29.22334, -35.89329], + "cubes": [ + {"origin": [-12.3, 21.42, 0.73], "size": [11, 2, 2], "inflate": 0.3, "uv": [50, 37]} + ] + }, + { + "name": "handin1", + "parent": "hand1", + "pivot": [-11, 22.02, 2.03], + "rotation": [77.69328, -26.4649, -30.44704], + "cubes": [ + {"origin": [-18.9, 20.22, 0.73], "size": [8, 4, 4], "uv": [42, 18]} + ] + }, + { + "name": "bone16", + "parent": "handin1", + "pivot": [-19.2, 22.22, 2.73], + "rotation": [0, 0, -15], + "cubes": [ + {"origin": [-21.2, 21.22, 0.73], "size": [4, 2, 4], "inflate": 0.1, "uv": [68, 0]} + ] + }, + { + "name": "bone11", + "parent": "bone16", + "pivot": [-20.5, 21.52, 1.23], + "cubes": [ + {"origin": [-22.5, 21.52, -0.27], "size": [4, 2, 2], "inflate": -0.3, "pivot": [-20.5, 22.52, 1.23], "rotation": [0, -34, 0], "uv": [84, 59]}, + {"origin": [-23.5, 22.52, -0.27], "size": [5, 0, 2], "pivot": [-20.5, 21.52, 1.23], "rotation": [0, -34, 0], "uv": [33, 18]} + ] + }, + { + "name": "bone10", + "parent": "bone16", + "pivot": [-21.3, 23.52, 2.83], + "cubes": [ + {"origin": [-23.8, 21.52, 1.33], "size": [4, 2, 3], "inflate": -0.3, "uv": [11, 80]}, + {"origin": [-24.8, 22.52, 1.33], "size": [6, 0, 3], "uv": [71, 58]} + ] + }, + { + "name": "bone12", + "parent": "bone16", + "pivot": [-22, 21.02, 5.03], + "cubes": [ + {"origin": [-22.8, 21.02, 3.93], "size": [3, 2, 2], "inflate": -0.3, "pivot": [-21.3, 22.02, 4.43], "rotation": [0, 38, 0], "uv": [85, 29]}, + {"origin": [-23.5, 22.02, 4.53], "size": [4, 0, 2], "pivot": [-22, 21.02, 5.03], "rotation": [0, 38, 0], "uv": [35, 4]} + ] + }, + { + "name": "hand2", + "parent": "bone2", + "pivot": [3.4, 22.12, 1.93], + "rotation": [-41.85508, 28.48064, 36.65784], + "cubes": [ + {"origin": [1.3, 21.42, 0.73], "size": [11, 2, 2], "inflate": 0.3, "uv": [27, 0]} + ] + }, + { + "name": "handin2", + "parent": "hand2", + "pivot": [11, 22.02, 2.03], + "rotation": [75.557, 40.09114, 26.58222], + "cubes": [ + {"origin": [10.9, 20.22, 0.73], "size": [8, 4, 4], "uv": [0, 41]} + ] + }, + { + "name": "bone17", + "parent": "handin2", + "pivot": [19.2, 22.22, 2.73], + "rotation": [0, 0, 18], + "cubes": [ + {"origin": [17.2, 21.22, 0.73], "size": [4, 2, 4], "inflate": 0.1, "uv": [0, 58]} + ] + }, + { + "name": "bone13", + "parent": "bone17", + "pivot": [20.5, 21.52, 1.23], + "cubes": [ + {"origin": [18.5, 21.52, -0.27], "size": [4, 2, 2], "inflate": -0.3, "pivot": [20.5, 22.52, 1.23], "rotation": [0, 34, 0], "uv": [66, 83]}, + {"origin": [18.5, 22.52, -0.27], "size": [5, 0, 2], "pivot": [20.5, 21.52, 1.23], "rotation": [0, 34, 0], "uv": [25, 4]} + ] + }, + { + "name": "bone14", + "parent": "bone17", + "pivot": [21.3, 23.52, 2.83], + "cubes": [ + {"origin": [19.8, 21.52, 1.33], "size": [4, 2, 3], "inflate": -0.3, "uv": [76, 6]}, + {"origin": [18.8, 22.52, 1.33], "size": [6, 0, 3], "uv": [71, 35]} + ] + }, + { + "name": "bone15", + "parent": "bone17", + "pivot": [20.94816, 22.02, 4.81617], + "cubes": [ + {"origin": [19.8, 21.02, 3.93], "size": [3, 2, 2], "inflate": -0.3, "pivot": [21.3, 22.02, 4.43], "rotation": [0, -38, 0], "uv": [85, 25]}, + {"origin": [19.5, 22.02, 4.53], "size": [4, 0, 2], "pivot": [22, 21.02, 5.03], "rotation": [0, -38, 0], "uv": [25, 6]} + ] + }, + { + "name": "neck", + "parent": "bone2", + "pivot": [0, 25.52, 2.53], + "cubes": [ + {"origin": [-2.5, 24.34756, -1.74537], "size": [5, 4, 5], "pivot": [0, 25.52, 2.53], "rotation": [-4, 0, 0], "uv": [0, 49]} + ] + }, + { + "name": "body2", + "parent": "bone2", + "pivot": [0, 17.42, 2.53], + "cubes": [ + {"origin": [-3, 13.92, -0.47], "size": [6, 6, 6], "pivot": [0, 17.42, 2.53], "rotation": [-4.5, 0, 0], "uv": [30, 6]} + ] + }, + { + "name": "body3", + "parent": "bone2", + "pivot": [0.00172, 12.97366, -0.84033], + "cubes": [ + {"origin": [-3.5, 9.79, -1.92], "size": [7, 6, 7], "pivot": [0, 12.79, 1.58], "rotation": [-11, 0, 0], "uv": [21, 20]}, + {"origin": [-3.5, 9.56564, -3.72664], "size": [7, 4, 2], "inflate": -0.3, "pivot": [0, 10.06564, -2.72664], "rotation": [-24, 0, 0], "uv": [62, 13]}, + {"origin": [-2.49828, 10.47366, -2.34033], "size": [5, 5, 3], "inflate": -0.2, "pivot": [0.00172, 12.97366, -0.84033], "rotation": [-8.05855, 7.96082, 44.43834], "uv": [73, 38]} + ] + }, + { + "name": "head", + "parent": "body_main", + "pivot": [0.5, 29.71134, 0.47334], + "rotation": [13, 0, 0], + "cubes": [ + {"origin": [-3, 27.22, 1.105], "size": [6, 6, 3], "uv": [47, 64]}, + {"origin": [-3, 27.72, -1.595], "size": [6, 2, 4], "inflate": -0.001, "pivot": [0.5, 28.22, 0.905], "rotation": [-19, 0, 0], "uv": [61, 27]}, + {"origin": [-0.13, 29.97078, -5.19697], "size": [1, 1, 6], "inflate": -0.3, "uv": [21, 12]}, + {"origin": [-0.82, 29.97078, -5.19697], "size": [1, 1, 6], "inflate": -0.3, "uv": [21, 12]}, + {"origin": [-3, 29.52, -1.095], "size": [6, 4, 5], "inflate": 0.01, "uv": [44, 28]}, + {"origin": [-3.4, 28.72, 0.305], "size": [2, 2, 2], "inflate": 0.01, "uv": [63, 0]}, + {"origin": [1.4, 28.72, 0.305], "size": [2, 2, 2], "inflate": 0.01, "uv": [54, 12]}, + {"origin": [-2.5, 30.22, 3.705], "size": [5, 3, 3], "pivot": [0.5, 32.22, 3.705], "rotation": [-10, 0, 0], "uv": [74, 19]}, + {"origin": [-2.5, 27.72, 2.805], "size": [5, 3, 3], "inflate": -0.001, "pivot": [0.5, 29.72, 2.805], "rotation": [42, 0, 0], "uv": [51, 73]}, + {"origin": [-2, 30.72, 6.105], "size": [4, 2, 3], "pivot": [0, 32.72, 6.105], "rotation": [-16, 0, 0], "uv": [48, 80]}, + {"origin": [-2, 30.12, 8.205], "size": [4, 2, 3], "inflate": -0.4, "pivot": [0, 33.12, 9.205], "rotation": [-22, 0, 0], "uv": [80, 11]}, + {"origin": [-2, 30.1632, -4.87209], "size": [4, 3, 5], "inflate": 0.02, "pivot": [0, 30.32977, -2.00249], "rotation": [1, 0, 0], "uv": [0, 64]}, + {"origin": [-2, 29.46743, -4.79957], "size": [4, 1, 6], "inflate": 0.01, "pivot": [0, 30.32977, -2.30249], "rotation": [-9, 0, 0], "uv": [60, 20]} + ] + }, + { + "name": "mouse", + "parent": "head", + "pivot": [0, 30.32977, -2.40249], + "cubes": [ + {"origin": [-2, 28.58078, -4.80697], "size": [4, 1, 6], "pivot": [0, 30.32977, -2.40249], "rotation": [-9, 0, 0], "uv": [62, 6]} + ] + }, + { + "name": "eye1", + "parent": "head", + "pivot": [-0.52437, 36.29665, -1.31985], + "rotation": [8.97843, 0.62524, -3.95091], + "cubes": [ + {"origin": [-3.21603, 31.17237, -2.8529], "size": [1, 1, 1], "inflate": -0.28, "pivot": [-0.62437, 32.29665, -2.31985], "rotation": [0, -10, 0], "uv": [16, 27]}, + {"origin": [-2.90603, 31.12475, -2.86368], "size": [0, 1, 1], "pivot": [-0.62437, 32.49665, -2.31985], "rotation": [0, -10, 0], "uv": [6, 0]}, + {"origin": [-2.83062, 30.87475, -3.31368], "size": [1, 2, 2], "pivot": [-0.52437, 32.49665, -2.51985], "rotation": [0, -10, 0], "uv": [0, 27]} + ] + }, + { + "name": "eyein1", + "parent": "eye1", + "pivot": [-0.34048, 33.31336, -1.90005], + "cubes": [ + {"origin": [-2.85507, 32.17234, -3.3435], "size": [1, 1, 3], "inflate": 0.1, "pivot": [-0.34048, 33.31336, -1.90005], "rotation": [0, -10, 0], "uv": [38, 65]} + ] + }, + { + "name": "eye2", + "parent": "head", + "pivot": [0.52437, 36.29665, -1.31985], + "rotation": [8.97843, -0.62524, 3.95091], + "cubes": [ + {"origin": [2.21603, 31.17237, -2.8529], "size": [1, 1, 1], "inflate": -0.28, "pivot": [0.62437, 32.29665, -2.31985], "rotation": [0, 10, 0], "uv": [3, 1]}, + {"origin": [2.90603, 31.12475, -2.86368], "size": [0, 1, 1], "pivot": [0.62437, 32.49665, -2.31985], "rotation": [0, 10, 0], "uv": [0, 1]}, + {"origin": [1.83062, 30.87475, -3.31368], "size": [1, 2, 2], "pivot": [0.52437, 32.49665, -2.51985], "rotation": [0, 10, 0], "uv": [21, 12]} + ] + }, + { + "name": "eyein2", + "parent": "eye2", + "pivot": [0.34048, 33.31336, -1.90005], + "cubes": [ + {"origin": [1.85507, 32.17234, -3.3435], "size": [1, 1, 3], "inflate": 0.1, "pivot": [0.34048, 33.31336, -1.90005], "rotation": [0, 10, 0], "uv": [38, 34]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/darkrai.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/darkrai.geo.json new file mode 100644 index 0000000..60937e1 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/darkrai.geo.json @@ -0,0 +1,502 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.Darkrai", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 5, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "darkrai", + "pivot": [0, 1, 0] + }, + { + "name": "body", + "parent": "darkrai", + "pivot": [0, 1, 0] + }, + { + "name": "torso_lower", + "parent": "body", + "pivot": [0, 1, 0], + "cubes": [ + {"origin": [-5, 3, -3.5], "size": [10, 3, 10], "uv": [0, 0]}, + {"origin": [-1.5, -3, -4.75], "size": [3, 6, 0], "pivot": [0, 1, 0], "rotation": [-30, 0, 0], "uv": [60, 52]} + ] + }, + { + "name": "bone49", + "parent": "torso_lower", + "pivot": [0, 0, -3], + "rotation": [0, -72.5, 0], + "cubes": [ + {"origin": [1.5, -2, -8.5], "size": [3, 5, 0], "pivot": [0, 0, -3], "rotation": [-30, 0, 0], "uv": [28, 33], "mirror": true} + ] + }, + { + "name": "bone48", + "parent": "torso_lower", + "pivot": [0, 0, -3], + "rotation": [0, 72.5, 0], + "cubes": [ + {"origin": [-4.5, -2, -8.5], "size": [3, 5, 0], "pivot": [0, 0, -3], "rotation": [-30, 0, 0], "uv": [28, 33]} + ] + }, + { + "name": "torso_middle", + "parent": "torso_lower", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-2, 6, -2], "size": [6, 5, 6], "pivot": [0, 0, 0], "rotation": [0, -45, 0], "uv": [28, 32]} + ] + }, + { + "name": "torso_upper", + "parent": "torso_middle", + "pivot": [0, 2, 3], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [1.25, 15.5, 8.5], "size": [2, 2, 0], "inflate": -0.01, "pivot": [0, 2, 3], "rotation": [0, -45, 0], "uv": [48, 21]} + ] + }, + { + "name": "chest", + "parent": "torso_upper", + "pivot": [0, 2, 1], + "cubes": [ + {"origin": [-5, 10, 2.5], "size": [10, 6, 7], "inflate": -0.01, "uv": [0, 13]}, + {"origin": [2.5, 10, 3.5], "size": [7, 6, 7], "pivot": [0, 2, 1], "rotation": [0, -45, 0], "uv": [0, 26]} + ] + }, + { + "name": "bone32", + "parent": "chest", + "pivot": [0, 2, 3], + "cubes": [ + {"origin": [-3.85, 10, -0.9], "size": [7, 6, 7], "pivot": [0, 2, 3], "rotation": [0, -45, 0], "uv": [27, 19]}, + {"origin": [8.6, 5.9, 10.8], "size": [2, 0, 2], "pivot": [0, 2, 3], "rotation": [54.73561, 30, -54.73561], "uv": [25, 13]}, + {"origin": [-5.25, 15.5, -0.3], "size": [2, 2, 2], "inflate": -0.01, "pivot": [0, 2, 5], "rotation": [0, -45, 0], "uv": [12, 39]}, + {"origin": [-13.5, 11.5, 5], "size": [2, 4, 0], "inflate": -0.01, "pivot": [0, 2, 5], "rotation": [-90, -62.5, 90], "uv": [30, 0]} + ] + }, + { + "name": "bone18", + "parent": "bone32", + "pivot": [0, 2, 3], + "cubes": [ + {"origin": [-9.55, 4.8, 13.2], "size": [2, 1, 2], "pivot": [0, 2, 3], "rotation": [54.73561, -30, 54.73561], "uv": [58, 60]}, + {"origin": [-11.25, 4.9, 11.6], "size": [2, 1, 2], "inflate": 0.01, "pivot": [0, 2, 3], "rotation": [54.73561, -30, 54.73561], "uv": [59, 0]}, + {"origin": [-10.6, 5.9, 10.8], "size": [2, 0, 2], "pivot": [0, 2, 3], "rotation": [54.73561, -30, 54.73561], "uv": [25, 15]} + ] + }, + { + "name": "bone17", + "parent": "bone32", + "pivot": [0, 2, 3], + "cubes": [ + {"origin": [7.55, 4.8, 13.2], "size": [2, 1, 2], "pivot": [0, 2, 3], "rotation": [54.73561, 30, -54.73561], "uv": [25, 61]}, + {"origin": [9.25, 4.9, 11.6], "size": [2, 1, 2], "inflate": 0.01, "pivot": [0, 2, 3], "rotation": [54.73561, 30, -54.73561], "uv": [62, 30]} + ] + }, + { + "name": "bone34", + "parent": "bone32", + "pivot": [-2, 3, 6], + "rotation": [-30, 0, 0] + }, + { + "name": "bone41", + "parent": "bone34", + "pivot": [-2, 3, 5], + "rotation": [0, -45, 0], + "cubes": [ + {"origin": [6, 5, 10.2], "size": [5, 1, 5], "pivot": [-2, 3, 5], "rotation": [54.73561, 30, -54.73561], "uv": [27, 13]} + ] + }, + { + "name": "bone33", + "parent": "bone32", + "pivot": [0, 2, 1], + "cubes": [ + {"origin": [-8, 6, 12.5], "size": [2, 1, 2], "inflate": -0.02, "pivot": [0, 2, 1], "rotation": [0, -45, 90], "uv": [62, 23]}, + {"origin": [-5.75, 6, 14.75], "size": [2, 1, 2], "inflate": -0.02, "pivot": [0, 2, 1], "rotation": [0, -45, 90], "uv": [62, 20]}, + {"origin": [3.75, 6, 14.75], "size": [2, 1, 2], "inflate": -0.02, "pivot": [0, 2, 1], "rotation": [0, 45, -90], "uv": [46, 0]}, + {"origin": [6, 6, 12.5], "size": [2, 1, 2], "pivot": [0, 2, 1], "rotation": [0, 45, -90], "uv": [33, 51]} + ] + }, + { + "name": "head", + "parent": "torso_upper", + "pivot": [0, 2, 3], + "cubes": [ + {"origin": [-3, 15, 5.1], "size": [6, 5, 4], "inflate": 0.01, "uv": [30, 0]}, + {"origin": [-0.5, 15, 2.5], "size": [4, 5, 4], "inflate": 0.1, "pivot": [0, 2, 3], "rotation": [0, -45, 0], "uv": [0, 39]}, + {"origin": [0, 15.5, -20.75], "size": [0, 14, 5], "pivot": [0, 2, 3], "rotation": [-80, 0, 0], "uv": [0, 68]}, + {"origin": [-0.5, 15, 2.5], "size": [4, 5, 4], "pivot": [0, 2, 3], "rotation": [0, -45, 0], "uv": [16, 39]} + ] + }, + { + "name": "bone20", + "parent": "head", + "pivot": [0, 2, 3], + "cubes": [ + {"origin": [1, 17.5, 2.5], "size": [2, 2, 0], "inflate": 0.015, "pivot": [0, 2, 3], "rotation": [0, -45, 0], "uv": [0, 41]}, + {"origin": [1.5, 17.75, 2.48], "size": [1, 2, 0], "pivot": [0, 2, 3], "rotation": [0, -45, 0], "uv": [0, 0]} + ] + }, + { + "name": "bone21", + "parent": "head", + "pivot": [0, 2, 3], + "cubes": [ + {"origin": [-3, 17.5, 2.5], "size": [2, 2, 0], "inflate": 0.015, "pivot": [0, 2, 3], "rotation": [0, 45, 0], "uv": [0, 41], "mirror": true}, + {"origin": [-2.5, 17.75, 2.48], "size": [1, 2, 0], "pivot": [0, 2, 3], "rotation": [0, 45, 0], "uv": [0, 0], "mirror": true} + ] + }, + { + "name": "hair", + "parent": "head", + "pivot": [0, 2, 3], + "cubes": [ + {"origin": [-2, 15.5, -8.75], "size": [4, 5, 4], "pivot": [0, 2, 3], "rotation": [-45, 0, 0], "uv": [42, 9]} + ] + }, + { + "name": "hair2", + "parent": "hair", + "pivot": [0, 2, 3], + "cubes": [ + {"origin": [-1.5, 16.5, -12.75], "size": [3, 5, 3], "pivot": [0, 2, 3], "rotation": [-60, 0, 0], "uv": [48, 54]} + ] + }, + { + "name": "hair3", + "parent": "hair2", + "pivot": [0, 2, 3], + "cubes": [ + {"origin": [-1, 23.5, -7.5], "size": [2, 5, 3], "pivot": [0, 2, 3], "rotation": [-45, 0, 0], "uv": [7, 56]} + ] + }, + { + "name": "bone5", + "parent": "torso_middle", + "pivot": [5, 14, 2], + "rotation": [0, 0, -75], + "cubes": [ + {"origin": [7.25, 9.5, 2.9], "size": [4, 4, 4], "pivot": [0, 2, 3], "rotation": [15, 0, -15], "uv": [32, 43]} + ] + }, + { + "name": "bone6", + "parent": "bone5", + "pivot": [7, 16, 2], + "cubes": [ + {"origin": [6.75, 4.5, 12.9], "size": [3, 3, 5], "pivot": [0, 2, 3], "rotation": [45, 30, -15], "uv": [43, 46]} + ] + }, + { + "name": "bone2", + "parent": "bone6", + "pivot": [6, 18, 4], + "cubes": [ + {"origin": [7.25, 1, 16.9], "size": [2, 3, 5], "pivot": [0, 2, 3], "rotation": [60, 30, -15], "uv": [48, 18]} + ] + }, + { + "name": "bone3", + "parent": "bone2", + "pivot": [6, 21, 6], + "cubes": [ + {"origin": [7.75, 10.25, 18.25], "size": [1, 3, 5], "pivot": [0, 2, 3], "rotation": [30, 30, -15], "uv": [50, 27]} + ] + }, + { + "name": "bone4", + "parent": "bone3", + "pivot": [8, 24, 10], + "cubes": [ + {"origin": [8.25, 4.85, 24.25], "size": [0, 3, 5], "pivot": [0, 2, 3], "rotation": [45, 30, -15], "uv": [46, 30]} + ] + }, + { + "name": "bone27", + "parent": "bone5", + "pivot": [7, 12, 3], + "cubes": [ + {"origin": [9.25, 5.25, 5.9], "size": [0, 1, 2], "pivot": [0, 2, 3], "rotation": [15, 0, -15], "uv": [27, 17]}, + {"origin": [8.25, 4.5, 3.9], "size": [2, 6, 2], "pivot": [0, 2, 3], "rotation": [15, 0, -15], "uv": [17, 57]} + ] + }, + { + "name": "bone28", + "parent": "bone27", + "pivot": [9, 7, 4], + "cubes": [ + {"origin": [8.25, -2.5, 3.4], "size": [2, 7, 3], "pivot": [0, 2, 3], "rotation": [15, 0, -15], "uv": [0, 0]}, + {"origin": [9.25, 4.5, 5.25], "size": [0, 1, 2], "pivot": [0, 2, 3], "rotation": [5, 0, -15], "uv": [27, 15]}, + {"origin": [9.25, 3.5, 4.9], "size": [0, 1, 2], "pivot": [0, 2, 3], "rotation": [0, 0, -15], "uv": [0, 17]} + ] + }, + { + "name": "bone29", + "parent": "bone28", + "pivot": [11, 0, 5], + "cubes": [ + {"origin": [9.25, -4.5, 3.4], "size": [1, 2, 1], "pivot": [0, 2, 3], "rotation": [15, 0, -15], "uv": [46, 32]}, + {"origin": [11, 1, 3.9], "size": [1, 1, 0], "pivot": [0, 2, 3], "rotation": [12.73415, -7.99365, 16.60659], "uv": [7, 1]} + ] + }, + { + "name": "bone30", + "parent": "bone28", + "pivot": [11, 1, 6], + "cubes": [ + {"origin": [9.25, -4.5, 4.4], "size": [1, 2, 1], "pivot": [0, 2, 3], "rotation": [15, 0, -15], "uv": [32, 43]}, + {"origin": [11, 1, 4.9], "size": [1, 1, 0], "pivot": [0, 2, 3], "rotation": [12.73415, -7.99365, 16.60659], "uv": [7, 0]} + ] + }, + { + "name": "bone31", + "parent": "bone28", + "pivot": [11, 1, 7], + "cubes": [ + {"origin": [9.25, -4.5, 5.4], "size": [1, 2, 1], "pivot": [0, 2, 3], "rotation": [15, 0, -15], "uv": [40, 9]}, + {"origin": [11, 1, 5.9], "size": [1, 1, 0], "pivot": [0, 2, 3], "rotation": [12.73415, -7.99365, 16.60659], "uv": [0, 2]} + ] + }, + { + "name": "bone7", + "parent": "torso_middle", + "pivot": [-5, 14, 2], + "rotation": [0, 0, 75], + "cubes": [ + {"origin": [-11.25, 9.5, 2.9], "size": [4, 4, 4], "pivot": [0, 2, 3], "rotation": [15, 0, 15], "uv": [32, 43], "mirror": true} + ] + }, + { + "name": "bone8", + "parent": "bone7", + "pivot": [-7, 16, 2], + "cubes": [ + {"origin": [-9.75, 4.5, 12.9], "size": [3, 3, 5], "pivot": [0, 2, 3], "rotation": [45, -30, 15], "uv": [43, 46], "mirror": true} + ] + }, + { + "name": "bone9", + "parent": "bone8", + "pivot": [-6, 18, 4], + "cubes": [ + {"origin": [-9.25, 1, 16.9], "size": [2, 3, 5], "pivot": [0, 2, 3], "rotation": [60, -30, 15], "uv": [48, 18], "mirror": true} + ] + }, + { + "name": "bone10", + "parent": "bone9", + "pivot": [-6, 21, 6], + "cubes": [ + {"origin": [-8.75, 10.25, 18.25], "size": [1, 3, 5], "pivot": [0, 2, 3], "rotation": [30, -30, 15], "uv": [50, 27], "mirror": true} + ] + }, + { + "name": "bone11", + "parent": "bone10", + "pivot": [-8, 24, 10], + "cubes": [ + {"origin": [-8.25, 4.85, 24.25], "size": [0, 3, 5], "pivot": [0, 2, 3], "rotation": [45, -30, 15], "uv": [46, 30], "mirror": true} + ] + }, + { + "name": "bone12", + "parent": "bone7", + "pivot": [-7, 12, 3], + "cubes": [ + {"origin": [-9.25, 5.25, 5.9], "size": [0, 1, 2], "pivot": [0, 2, 3], "rotation": [15, 0, 15], "uv": [27, 17], "mirror": true}, + {"origin": [-10.25, 4.5, 3.9], "size": [2, 6, 2], "pivot": [0, 2, 3], "rotation": [15, 0, 15], "uv": [17, 57], "mirror": true} + ] + }, + { + "name": "bone13", + "parent": "bone12", + "pivot": [-9, 7, 4], + "cubes": [ + {"origin": [-10.25, -2.5, 3.4], "size": [2, 7, 3], "pivot": [0, 2, 3], "rotation": [15, 0, 15], "uv": [0, 0], "mirror": true}, + {"origin": [-9.25, 4.5, 5.25], "size": [0, 1, 2], "pivot": [0, 2, 3], "rotation": [5, 0, 15], "uv": [27, 15], "mirror": true}, + {"origin": [-9.25, 3.5, 4.9], "size": [0, 1, 2], "pivot": [0, 2, 3], "rotation": [0, 0, 15], "uv": [0, 17], "mirror": true} + ] + }, + { + "name": "bone14", + "parent": "bone13", + "pivot": [-11, 0, 5], + "cubes": [ + {"origin": [-10.25, -4.5, 3.4], "size": [1, 2, 1], "pivot": [0, 2, 3], "rotation": [15, 0, 15], "uv": [46, 32], "mirror": true}, + {"origin": [-12, 1, 3.9], "size": [1, 1, 0], "pivot": [0, 2, 3], "rotation": [12.73415, 7.99365, -16.60659], "uv": [7, 1], "mirror": true} + ] + }, + { + "name": "bone15", + "parent": "bone13", + "pivot": [-11, 1, 6], + "cubes": [ + {"origin": [-10.25, -4.5, 4.4], "size": [1, 2, 1], "pivot": [0, 2, 3], "rotation": [15, 0, 15], "uv": [32, 43], "mirror": true}, + {"origin": [-12, 1, 4.9], "size": [1, 1, 0], "pivot": [0, 2, 3], "rotation": [12.73415, 7.99365, -16.60659], "uv": [7, 0], "mirror": true} + ] + }, + { + "name": "bone19", + "parent": "bone13", + "pivot": [-11, 1, 7], + "cubes": [ + {"origin": [-10.25, -4.5, 5.4], "size": [1, 2, 1], "pivot": [0, 2, 3], "rotation": [15, 0, 15], "uv": [40, 9], "mirror": true}, + {"origin": [-12, 1, 5.9], "size": [1, 1, 0], "pivot": [0, 2, 3], "rotation": [12.73415, 7.99365, -16.60659], "uv": [0, 2], "mirror": true} + ] + }, + { + "name": "bone35", + "parent": "torso_lower", + "pivot": [0, 0, -3], + "rotation": [0, 45, 0], + "cubes": [ + {"origin": [-4.75, -3, -7.5], "size": [3, 6, 0], "pivot": [0, 0, -3], "rotation": [-30, 0, 0], "uv": [42, 59], "mirror": true} + ] + }, + { + "name": "bone43", + "parent": "torso_lower", + "pivot": [1, 0, -1], + "rotation": [0, 15, 0], + "cubes": [ + {"origin": [-3.5, -2, -5.5], "size": [3, 6, 0], "pivot": [1, 0, -1], "rotation": [-30, 0, 0], "uv": [28, 32]} + ] + }, + { + "name": "tail", + "parent": "torso_lower", + "pivot": [0, 1, -2], + "cubes": [ + {"origin": [-3, 4, 4.5], "size": [4, 0, 10], "pivot": [0, 1, -2], "rotation": [0, 0, 45], "uv": [57, 0]}, + {"origin": [-1, 4, 4.5], "size": [4, 0, 10], "pivot": [0, 1, -2], "rotation": [0, 0, -45], "uv": [57, 0], "mirror": true} + ] + }, + { + "name": "bone16", + "parent": "tail", + "pivot": [0, 5, 14], + "cubes": [ + {"origin": [-3, 4, 14.5], "size": [4, 0, 6], "pivot": [0, 1, 8], "rotation": [0, 0, 45], "uv": [66, 21]}, + {"origin": [-1, 4, 14.5], "size": [4, 0, 6], "pivot": [0, 1, 8], "rotation": [0, 0, -45], "uv": [66, 21], "mirror": true} + ] + }, + { + "name": "bone22", + "parent": "bone16", + "pivot": [0, 5, 21], + "cubes": [ + {"origin": [-3, 4, 20.5], "size": [4, 0, 8], "pivot": [0, 1, 14], "rotation": [0, 0, 45], "uv": [77, 9]}, + {"origin": [-1, 4, 20.5], "size": [4, 0, 8], "pivot": [0, 1, 14], "rotation": [0, 0, -45], "uv": [77, 9], "mirror": true} + ] + }, + { + "name": "bone50", + "parent": "torso_lower", + "pivot": [0, 0, 6], + "rotation": [0, 72.5, 0], + "cubes": [ + {"origin": [1.5, -2, 11.5], "size": [3, 6, 0], "pivot": [0, 0, 6], "rotation": [30, 0, 0], "uv": [28, 32], "mirror": true} + ] + }, + { + "name": "bone51", + "parent": "torso_lower", + "pivot": [0, 0, 6], + "rotation": [0, -72.5, 0], + "cubes": [ + {"origin": [-4.5, -2, 11.5], "size": [3, 5, 0], "pivot": [0, 0, 6], "rotation": [30, 0, 0], "uv": [28, 33]} + ] + }, + { + "name": "bone46", + "parent": "torso_lower", + "pivot": [1, 0, 4], + "rotation": [0, -15, 0], + "cubes": [ + {"origin": [-3.5, -2, 8.5], "size": [3, 6, 0], "pivot": [1, 0, 4], "rotation": [30, 0, 0], "uv": [0, 13]} + ] + }, + { + "name": "bone44", + "parent": "torso_lower", + "pivot": [-1, 0, -1], + "rotation": [0, -15, 0], + "cubes": [ + {"origin": [0.5, -2, -5.5], "size": [3, 6, 0], "pivot": [-1, 0, -1], "rotation": [-30, 0, 0], "uv": [21, 26]} + ] + }, + { + "name": "bone45", + "parent": "torso_lower", + "pivot": [-1, 0, 4], + "rotation": [0, 15, 0], + "cubes": [ + {"origin": [0.5, -2, 8.5], "size": [3, 6, 0], "pivot": [-1, 0, 4], "rotation": [30, 0, 0], "uv": [0, 26]} + ] + }, + { + "name": "bone38", + "parent": "torso_lower", + "pivot": [0, 0, 6], + "rotation": [0, -45, 0], + "cubes": [ + {"origin": [-4.75, -3, 10.5], "size": [3, 6, 0], "pivot": [0, 0, 6], "rotation": [30, 0, 0], "uv": [0, 59]} + ] + }, + { + "name": "bone40", + "parent": "torso_lower", + "pivot": [0, 0, 6], + "rotation": [0, 45, 0], + "cubes": [ + {"origin": [1.75, -3, 10.5], "size": [3, 6, 0], "pivot": [0, 0, 6], "rotation": [30, 0, 0], "uv": [58, 16]} + ] + }, + { + "name": "bone37", + "parent": "torso_lower", + "pivot": [-2, 0, -2], + "rotation": [0, 90, 0], + "cubes": [ + {"origin": [-7, -3, -6.75], "size": [3, 6, 0], "pivot": [-2, 0, -2], "rotation": [-30, 0, 0], "uv": [36, 59]} + ] + }, + { + "name": "bone42", + "parent": "torso_lower", + "pivot": [2, 0, -2], + "rotation": [0, -90, 0], + "cubes": [ + {"origin": [4, -3, -6.75], "size": [3, 6, 0], "pivot": [2, 0, -2], "rotation": [-30, 0, 0], "uv": [57, 26]} + ] + }, + { + "name": "bone36", + "parent": "torso_lower", + "pivot": [0, 0, -3], + "rotation": [0, -45, 0], + "cubes": [ + {"origin": [1.75, -3, -7.5], "size": [3, 6, 0], "pivot": [0, 0, -3], "rotation": [-30, 0, 0], "uv": [42, 59]} + ] + }, + { + "name": "bone", + "parent": "body", + "pivot": [0, 1, 0] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/delcatty.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/delcatty.geo.json new file mode 100644 index 0000000..31da641 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/delcatty.geo.json @@ -0,0 +1,316 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.delcatty", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 3, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "body", + "pivot": [0, 0, -3], + "cubes": [ + {"origin": [-3, 7.75, -7], "size": [6, 5, 13], "uv": [0, 0]} + ] + }, + { + "name": "neck", + "parent": "body", + "pivot": [0, 12.75, -5], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [-1.5, 12.25, -6.5], "size": [3, 3, 3], "uv": [53, 50]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 14.75, -5], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [-4.5, 14.75, -10], "size": [9, 5, 7], "uv": [0, 18]}, + {"origin": [-4.5, 19.75, -10], "size": [9, 2, 4], "uv": [0, 66]}, + {"origin": [-6, 15.75, -8.5], "size": [12, 3, 4], "uv": [25, 0]}, + {"origin": [-7, 16.75, -6.75], "size": [14, 1, 0], "uv": [40, 21]} + ] + }, + { + "name": "head_thing_f", + "parent": "head", + "pivot": [0, 20, -10], + "rotation": [-30, 0, 0], + "cubes": [ + {"origin": [-1.5, 20, -11.26], "size": [3, 4, 10], "uv": [18, 35]}, + {"origin": [1.5, 20, -11.25], "size": [4, 4, 10], "pivot": [1.5, 20, -10.25], "rotation": [0, 0, -20], "uv": [22, 21]}, + {"origin": [-5.5, 20, -11.25], "size": [4, 4, 10], "pivot": [-1.5, 20, -10.25], "rotation": [0, 0, 20], "uv": [0, 31]} + ] + }, + { + "name": "earR", + "parent": "head_thing_f", + "pivot": [-3.5, 21.75, -7.75], + "rotation": [0, 90, -70] + }, + { + "name": "ear_r_base", + "parent": "earR", + "pivot": [-5, 19.25, -4.75], + "rotation": [-7.5, 0, 0], + "cubes": [ + {"origin": [-9, 19.25, -7.75], "size": [8, 6, 3], "uv": [38, 12]} + ] + }, + { + "name": "ear_r_m", + "parent": "ear_r_base", + "pivot": [-5, 25.25, -4.75], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [-7.5, 24.75, -6.75], "size": [5, 2, 2], "uv": [50, 31]} + ] + }, + { + "name": "hairsR", + "parent": "ear_r_m", + "pivot": [-5, 26.75, -5.75], + "cubes": [ + {"origin": [-6.5, 25.75, -5.75], "size": [1, 3, 0], "pivot": [-6, 26.75, -5.75], "rotation": [0, 0, -20], "uv": [2, 21]}, + {"origin": [-5.5, 26.5, -5.75], "size": [1, 3, 0], "uv": [0, 21]}, + {"origin": [-4.5, 25.75, -5.75], "size": [1, 3, 0], "pivot": [-4, 26.75, -5.75], "rotation": [0, 0, 20], "uv": [4, 18]} + ] + }, + { + "name": "earL", + "parent": "head_thing_f", + "pivot": [3.5, 21.75, -7.75], + "rotation": [0, -90, 70] + }, + { + "name": "ear_l_base", + "parent": "earL", + "pivot": [5, 19.25, -4.75], + "rotation": [-7.5, 0, 0], + "cubes": [ + {"origin": [1, 19.25, -7.75], "size": [8, 6, 3], "uv": [34, 35]} + ] + }, + { + "name": "ear_l_m", + "parent": "ear_l_base", + "pivot": [5, 25.25, -4.75], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [2.5, 24.75, -6.75], "size": [5, 2, 2], "uv": [47, 7]} + ] + }, + { + "name": "hairsL", + "parent": "ear_l_m", + "pivot": [5, 26.75, -5.75], + "cubes": [ + {"origin": [3.5, 25.75, -5.75], "size": [1, 3, 0], "pivot": [4, 26.75, -5.75], "rotation": [0, 0, -20], "uv": [2, 18]}, + {"origin": [4.5, 26.5, -5.75], "size": [1, 3, 0], "uv": [0, 18]}, + {"origin": [5.5, 25.75, -5.75], "size": [1, 3, 0], "pivot": [6, 26.75, -5.75], "rotation": [0, 0, 20], "uv": [0, 0]} + ] + }, + { + "name": "eye_r", + "parent": "head", + "pivot": [-3, 18.75, -10.1], + "cubes": [ + {"origin": [-4.5, 17.75, -10.01], "size": [3, 2, 0], "pivot": [-3.5, 18.75, -10.01], "rotation": [0, 0, 7.5], "uv": [6, 9]} + ] + }, + { + "name": "open_r", + "parent": "eye_r", + "pivot": [-2.5, 18.75, -10.1], + "cubes": [ + {"origin": [-3.5, 18.25, -9.99], "size": [2, 0.5, 0], "uv": [1, 79]} + ] + }, + { + "name": "eye_l", + "parent": "head", + "pivot": [0, 14.75, -5], + "cubes": [ + {"origin": [1.5, 17.75, -10.01], "size": [3, 2, 0], "pivot": [3.5, 18.75, -10.01], "rotation": [0, 0, -7.5], "uv": [0, 9]} + ] + }, + { + "name": "open_l", + "parent": "eye_l", + "pivot": [2.5, 18.75, -10], + "cubes": [ + {"origin": [1.5, 18.25, -9.99], "size": [2, 0.5, 0], "uv": [2, 79]} + ] + }, + { + "name": "snout", + "parent": "head", + "pivot": [0, 16.25, -10], + "cubes": [ + {"origin": [-2.5, 15.5, -11], "size": [5, 2, 2], "uv": [53, 0]}, + {"origin": [-0.5, 16.75, -11.01], "size": [1, 0.5, 0], "uv": [3, 79]} + ] + }, + { + "name": "mouth", + "parent": "snout", + "pivot": [0, 16.25, -10], + "cubes": [ + {"origin": [-1, 15.5, -10.99], "size": [2, 1, 0], "uv": [2, 2]} + ] + }, + { + "name": "necklace", + "parent": "neck", + "pivot": [0, 12.25, -2], + "rotation": [12.5, 0, 0], + "cubes": [ + {"origin": [-3, 12.26, -4], "size": [6, 3, 4], "uv": [0, 45]}, + {"origin": [1.51, 12.25, -8], "size": [3, 3, 6], "uv": [38, 44]}, + {"origin": [1.5, 12.26, -11], "size": [3, 3, 3], "pivot": [4.5, 13.25, -8], "rotation": [0, 35, 0], "uv": [50, 44]}, + {"origin": [-4.51, 12.25, -8], "size": [3, 3, 6], "uv": [40, 22]}, + {"origin": [-4.5, 12.26, -11], "size": [3, 3, 3], "pivot": [-4.5, 13.25, -8], "rotation": [0, -35, 0], "uv": [52, 22]} + ] + }, + { + "name": "fr_line", + "parent": "necklace", + "pivot": [-4.5, 13.25, -8], + "rotation": [0, -35, 0], + "cubes": [ + {"origin": [-6.25, 13.25, -8.25], "size": [3, 0, 0.5], "uv": [0, 80], "mirror": true}, + {"origin": [-7, 12.75, -8.5], "size": [1, 1, 1], "uv": [8, 11]} + ] + }, + { + "name": "fl_line", + "parent": "necklace", + "pivot": [4.5, 13.25, -8], + "rotation": [0, -145, 0], + "cubes": [ + {"origin": [2.75, 13.25, -8.25], "size": [3, 0, 0.5], "uv": [0, 79]}, + {"origin": [2, 12.75, -8.5], "size": [1, 1, 1], "uv": [0, 11]} + ] + }, + { + "name": "br_line", + "parent": "necklace", + "pivot": [-4.5, 13.25, -5], + "cubes": [ + {"origin": [-6.25, 13.25, -5.25], "size": [3, 0, 0.5], "uv": [0, 80]}, + {"origin": [-7, 12.75, -5.5], "size": [1, 1, 1], "uv": [4, 11]} + ] + }, + { + "name": "br_line2", + "parent": "necklace", + "pivot": [4.5, 13.25, -5], + "rotation": [0, 180, 0], + "cubes": [ + {"origin": [2.75, 13.25, -5.25], "size": [3, 0, 0.5], "uv": [0, 79]}, + {"origin": [2, 12.75, -5.5], "size": [1, 1, 1], "uv": [9, 0]} + ] + }, + { + "name": "thigh_fr", + "parent": "body", + "pivot": [-2, 9, -4.5], + "cubes": [ + {"origin": [-3.5, 5, -6], "size": [3, 5, 3], "uv": [41, 53]} + ] + }, + { + "name": "foot_fr", + "parent": "thigh_fr", + "pivot": [-2, 5.5, -4.5], + "cubes": [ + {"origin": [-3, 0, -5.5], "size": [2, 6, 2], "uv": [19, 58]} + ] + }, + { + "name": "thigh_fl", + "parent": "body", + "pivot": [2, 9, -4.5], + "cubes": [ + {"origin": [0.5, 5, -6], "size": [3, 5, 3], "uv": [29, 50]} + ] + }, + { + "name": "foot_fl", + "parent": "thigh_fl", + "pivot": [2, 5.5, -4.5], + "cubes": [ + {"origin": [1, 0, -5.5], "size": [2, 6, 2], "uv": [56, 35]} + ] + }, + { + "name": "thigh_br", + "parent": "body", + "pivot": [-2.25, 10, 5], + "cubes": [ + {"origin": [-3.75, 5, 3.5], "size": [3, 6, 3], "uv": [17, 49]} + ] + }, + { + "name": "foot_br", + "parent": "thigh_br", + "pivot": [-2.25, 5.5, 5], + "cubes": [ + {"origin": [-3.25, 0, 4], "size": [2, 6, 2], "uv": [53, 56]} + ] + }, + { + "name": "thigh_bl", + "parent": "body", + "pivot": [2.25, 10, 5], + "cubes": [ + {"origin": [0.75, 5, 3.5], "size": [3, 6, 3], "uv": [0, 0]} + ] + }, + { + "name": "foot_bl", + "parent": "thigh_bl", + "pivot": [2.25, 5.5, 5], + "cubes": [ + {"origin": [1.25, 0, 4], "size": [2, 6, 2], "uv": [0, 31]} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [0, 12.25, 5], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [-0.5, 11.49118, 4.96593], "size": [1, 1, 4], "uv": [18, 35]} + ] + }, + { + "name": "tail_end", + "parent": "tail", + "pivot": [0, 12.25, 8], + "rotation": [45, 0, 0], + "cubes": [ + {"origin": [-0.5, 10.88397, 8.5], "size": [1, 1, 5], "uv": [9, 54]} + ] + }, + { + "name": "tail_bulb", + "parent": "tail_end", + "pivot": [0, 12.25, 12], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [-1.5, 9.81031, 12.34202], "size": [3, 3, 4], "uv": [0, 52]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/delibird.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/delibird.geo.json new file mode 100644 index 0000000..b3d9d39 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/delibird.geo.json @@ -0,0 +1,211 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.Delibird", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "delibird", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "delibird", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-5, 1.5, 0], "size": [10, 7, 5], "uv": [0, 0]}, + {"origin": [-4, 5, 0.5], "size": [8, 8, 4], "uv": [22, 20]}, + {"origin": [-0.5, 3.5, 0], "size": [1, 2, 0], "inflate": 0.01, "uv": [0, 24]} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 13, 3], + "cubes": [ + {"origin": [-3.5, 13, -0.5], "size": [7, 6, 6], "uv": [0, 12]} + ] + }, + { + "name": "bone11", + "parent": "head", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-5, 14.5, -0.51], "size": [10, 3, 0], "uv": [40, 9]}, + {"origin": [-3.5, 14, -0.51], "size": [3, 3, 0], "inflate": 0.01, "uv": [0, 12]}, + {"origin": [0.5, 15, -0.51], "size": [1, 1, 0], "inflate": 0.03, "uv": [0, 4]}, + {"origin": [12, 10.5, -0.51], "size": [6, 2, 0], "pivot": [0, 0, 0], "rotation": [0, 0, -45], "uv": [42, 51]}, + {"origin": [0.5, 14.5, -0.51], "size": [2, 2, 0], "inflate": 0.02, "uv": [0, 0]}, + {"origin": [-2.5, 14.5, -0.51], "size": [2, 2, 0], "inflate": 0.02, "uv": [0, 2]}, + {"origin": [-18, 10.5, -0.51], "size": [6, 2, 0], "pivot": [0, 0, 0], "rotation": [0, 0, 45], "uv": [0, 51]}, + {"origin": [9, 17.5, -0.51], "size": [3, 1, 0], "pivot": [0, 0, 0], "rotation": [0, 0, -15], "uv": [25, 46]}, + {"origin": [-12, 17.5, -0.51], "size": [3, 1, 0], "pivot": [0, 0, 0], "rotation": [0, 0, 15], "uv": [20, 17]}, + {"origin": [-1.5, 15, -0.51], "size": [1, 1, 0], "inflate": 0.03, "uv": [0, 4], "mirror": true}, + {"origin": [19, 0.5, -0.51], "size": [3, 1, 0], "pivot": [0, 0, 0], "rotation": [0, 0, -80], "uv": [9, 44]}, + {"origin": [-20, 10.5, -0.51], "size": [2, 2, 0], "pivot": [0, 0, 0], "rotation": [0, 0, 45], "uv": [30, 5]}, + {"origin": [18, 10.5, -0.51], "size": [2, 2, 0], "pivot": [0, 0, 0], "rotation": [0, 0, -45], "uv": [30, 5], "mirror": true}, + {"origin": [-22, 0.5, -0.51], "size": [3, 1, 0], "pivot": [0, 0, 0], "rotation": [0, 0, 80], "uv": [42, 22]}, + {"origin": [0.5, 14, -0.51], "size": [3, 3, 0], "inflate": 0.01, "uv": [0, 15]} + ] + }, + { + "name": "bone10", + "parent": "head", + "pivot": [0, 1, 0], + "cubes": [ + {"origin": [-1, 14, -2.5], "size": [2, 1, 6], "uv": [42, 17]}, + {"origin": [0, 14, -3.5], "size": [0, 1, 6], "inflate": -0.01, "uv": [0, 28]}, + {"origin": [-1, 13.5, -2], "size": [2, 1, 6], "inflate": -0.01, "uv": [30, 41]}, + {"origin": [-0.5, 14, -3], "size": [1, 1, 6], "inflate": -0.01, "uv": [40, 42]} + ] + }, + { + "name": "beard", + "parent": "head", + "pivot": [0, 1, 0], + "cubes": [ + {"origin": [-3.5, 12, -0.75], "size": [7, 1, 0], "pivot": [0, 1, 0], "rotation": [-5, 0, 0], "uv": [25, 4]}, + {"origin": [-4, 9.75, -2.75], "size": [8, 2, 0], "pivot": [0, 1, 0], "rotation": [-15, 0, 0], "uv": [38, 49]}, + {"origin": [-1, 8.25, -2.75], "size": [3, 2, 0], "pivot": [0, 1, 0], "rotation": [-14.33501, 4.46375, 16.93839], "uv": [9, 46]}, + {"origin": [3, 4.75, -2.75], "size": [3, 2, 0], "pivot": [0, 1, 0], "rotation": [-7.05309, -13.27207, -61.67841], "uv": [40, 45]}, + {"origin": [3.5, -0.5, -2.75], "size": [4, 3, 0], "pivot": [0, 1, 0], "rotation": [0, -15, -90], "uv": [12, 34]}, + {"origin": [-2, 8.25, -2.75], "size": [3, 2, 0], "pivot": [0, 1, 0], "rotation": [-14.33501, -4.46375, -16.93839], "uv": [0, 39]}, + {"origin": [-6, 4.75, -2.75], "size": [3, 2, 0], "pivot": [0, 1, 0], "rotation": [-7.05309, 13.27207, 61.67841], "uv": [0, 37]}, + {"origin": [-2.5, 8, -3], "size": [5, 6, 1], "pivot": [0, 1, 0], "rotation": [-15, 0, 0], "uv": [48, 41]} + ] + }, + { + "name": "bag", + "parent": "torso", + "pivot": [0, 4, 5], + "cubes": [ + {"origin": [-1, 2.5, 1], "size": [2, 2, 5], "uv": [46, 24]} + ] + }, + { + "name": "bone3", + "parent": "bag", + "pivot": [0, 4, 6], + "cubes": [ + {"origin": [-2, 1.5, 6], "size": [4, 4, 3], "uv": [14, 46]} + ] + }, + { + "name": "bone4", + "parent": "bone3", + "pivot": [0, 4, 9], + "cubes": [ + {"origin": [-2.5, 1, 9], "size": [5, 5, 4], "uv": [40, 0]} + ] + }, + { + "name": "bone6", + "parent": "bone4", + "pivot": [0, 4, 12], + "cubes": [ + {"origin": [-3, 0.5, 12], "size": [6, 6, 4], "uv": [0, 24]} + ] + }, + { + "name": "bone7", + "parent": "bone6", + "pivot": [0, 3, 16], + "cubes": [ + {"origin": [-2.5, 1, 13], "size": [5, 5, 4], "uv": [35, 32]} + ] + }, + { + "name": "bone8", + "parent": "bone7", + "pivot": [0, 4, 17], + "cubes": [ + {"origin": [-1.5, 2, 17], "size": [3, 3, 6], "uv": [0, 35]} + ] + }, + { + "name": "bone9", + "parent": "bone8", + "pivot": [0, 3, 23], + "cubes": [ + {"origin": [-1, 2.5, 23], "size": [2, 2, 5], "uv": [0, 44]}, + {"origin": [-4.5, -6.25, 25], "size": [2, 0, 3], "pivot": [0, 0, 0], "rotation": [15, 0, 90], "uv": [27, 34]}, + {"origin": [2.5, -6.25, 25], "size": [2, 0, 3], "pivot": [0, 0, 0], "rotation": [15, 0, -90], "uv": [17, 14]}, + {"origin": [-1, 9.75, 24], "size": [2, 0, 3], "pivot": [0, 0, 0], "rotation": [-15, 0, 0], "uv": [39, 19]}, + {"origin": [-1, -3, 26], "size": [2, 0, 3], "pivot": [0, 0, 0], "rotation": [15, 0, 0], "uv": [43, 26]} + ] + }, + { + "name": "wing_right", + "parent": "torso", + "pivot": [-4, 12, 2], + "cubes": [ + {"origin": [-15.5, 12.5, 0.5], "size": [5, 0, 4], "uv": [21, 60], "mirror": true}, + {"origin": [-10.5, 12, 0.5], "size": [7, 1, 4], "inflate": 0.01, "uv": [14, 41], "mirror": true} + ] + }, + { + "name": "wing_left", + "parent": "torso", + "pivot": [4, 12, 2], + "cubes": [ + {"origin": [3.5, 12, 0.5], "size": [7, 1, 4], "inflate": 0.01, "uv": [14, 41]} + ] + }, + { + "name": "bone14", + "parent": "wing_left", + "pivot": [11, 13, 3], + "cubes": [ + {"origin": [10.5, 12.5, 0.5], "size": [5, 0, 4], "uv": [21, 60]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-5, 5, 2], + "cubes": [ + {"origin": [-6, 1, -0.5], "size": [5, 4, 5], "pivot": [0, 0, 1], "rotation": [-5, 0, 0], "uv": [25, 7]} + ] + }, + { + "name": "foot_right", + "parent": "leg_right", + "pivot": [-3, 1, 3], + "cubes": [ + {"origin": [-5, 0, 0], "size": [3, 1, 4], "uv": [28, 48]}, + {"origin": [-5, 0, -2], "size": [3, 0, 4], "uv": [12, 24]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [3, 5, 2], + "cubes": [ + {"origin": [1, 1, -0.5], "size": [5, 4, 5], "pivot": [0, 0, 1], "rotation": [-5, 0, 0], "uv": [15, 32]} + ] + }, + { + "name": "foot_left", + "parent": "leg_left", + "pivot": [3, 1, 3], + "cubes": [ + {"origin": [2, 0, 0], "size": [3, 1, 4], "uv": [49, 31]}, + {"origin": [2, 0, -2], "size": [3, 0, 4], "uv": [36, 41]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/deoxys/deoxys.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/deoxys/deoxys.geo.json new file mode 100644 index 0000000..6b81ee7 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/deoxys/deoxys.geo.json @@ -0,0 +1,669 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 8, + "visible_bounds_height": 5.5, + "visible_bounds_offset": [0, 2.25, 0] + }, + "bones": [ + { + "name": "deoxys", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "deoxys", + "pivot": [0, 45.82143, 3.14286], + "cubes": [ + {"origin": [-4, 41.75, -2], "size": [8, 7, 7], "uv": [54, 46]}, + {"origin": [-5, 43.5, -3], "size": [10, 7, 9], "uv": [0, 22]}, + {"origin": [-2, 46.5, -0.25], "size": [4, 7, 4], "uv": [82, 63]}, + {"origin": [-2.5, 37.75, -1], "size": [5, 6, 5], "uv": [0, 72]}, + {"origin": [1, 44.25, 4.25], "size": [2, 2, 2], "inflate": -0.1, "uv": [32, 101]}, + {"origin": [-3, 44.25, 4.25], "size": [2, 2, 2], "inflate": -0.1, "uv": [50, 101]}, + {"origin": [-1, 46.25, 4.25], "size": [2, 2, 2], "inflate": -0.1, "uv": [40, 101]} + ] + }, + { + "name": "chestdetail", + "parent": "body", + "pivot": [0.5, 45.74536, 1.96954], + "cubes": [ + {"origin": [-3, 43.49536, -3.03046], "size": [2, 6, 0], "pivot": [-3, 46.49536, -3.03046], "rotation": [0, -45, 0], "uv": [0, 22]}, + {"origin": [-3, 47.5, -3], "size": [6, 2, 0], "pivot": [0, 49.5, -3], "rotation": [45, 0, 0], "uv": [40, 0]}, + {"origin": [1, 43.49536, -3.03046], "size": [2, 6, 0], "pivot": [3, 46.49536, -3.03046], "rotation": [0, 45, 0], "uv": [4, 22]}, + {"origin": [-3, 43.5, -3], "size": [6, 2, 0], "pivot": [0, 43.5, -3], "rotation": [-45, 0, 0], "uv": [18, 50]}, + {"origin": [-2, 44.5, -2.5], "size": [4, 4, 2], "uv": [48, 46]} + ] + }, + { + "name": "collar", + "parent": "body", + "pivot": [-0.5, 45.74536, 1.96954], + "cubes": [ + {"origin": [-3.5, 48.04429, 3.21505], "size": [7, 2, 3], "uv": [81, 0]}, + {"origin": [-3.5, 49.24768, -2.89023], "size": [7, 2, 9], "pivot": [-0.5, 50.24768, 1.60977], "rotation": [10, 0, 0], "uv": [58, 0]} + ] + }, + { + "name": "hips", + "parent": "body", + "pivot": [0, 38.25, 1.5], + "cubes": [ + {"origin": [-4.5, 32.75, -2], "size": [9, 5, 7], "uv": [56, 19]}, + {"origin": [-5, 34.75, -2.5], "size": [10, 4, 8], "uv": [0, 38]}, + {"origin": [-4, 33.76695, 5.51955], "size": [8, 5, 2], "pivot": [0, 38.80762, 5.46717], "rotation": [-27.5, 0, 0], "uv": [77, 46]} + ] + }, + { + "name": "left_humanarm", + "parent": "body", + "pivot": [5, 48.25, 2] + }, + { + "name": "left_bicep", + "parent": "left_humanarm", + "pivot": [0, 13.25, -1], + "cubes": [ + {"origin": [5, 47.25, -0.25], "size": [10, 2, 4], "uv": [20, 68]}, + {"origin": [5, 49.265, 0.25], "size": [10, 0, 3], "uv": [72, 60]} + ] + }, + { + "name": "left_forearm", + "parent": "left_bicep", + "pivot": [15, 48.25, 1.75], + "cubes": [ + {"origin": [15, 47.25, -0.25], "size": [11, 2, 4], "uv": [65, 37]} + ] + }, + { + "name": "left_hand", + "parent": "left_forearm", + "pivot": [26, 48.25, 1.75], + "cubes": [ + {"origin": [26, 49.02, 0.25], "size": [4, 0, 3], "uv": [26, 28]}, + {"origin": [26, 47, -0.25], "size": [4, 2, 4], "uv": [84, 53]} + ] + }, + { + "name": "left_index1", + "parent": "left_hand", + "pivot": [30, 48.25, 0.25], + "cubes": [ + {"origin": [30, 47.75, -0.25], "size": [2, 1, 1], "uv": [54, 60]} + ] + }, + { + "name": "left_index2", + "parent": "left_index1", + "pivot": [32, 48.25, 0.25], + "cubes": [ + {"origin": [32, 47.75, -0.25], "size": [2, 1, 1], "uv": [0, 44]} + ] + }, + { + "name": "left_middle1", + "parent": "left_hand", + "pivot": [30, 48.25, 1.25], + "cubes": [ + {"origin": [30, 47.75, 0.75], "size": [2, 1, 1], "uv": [24, 58]} + ] + }, + { + "name": "left_middle2", + "parent": "left_middle1", + "pivot": [32, 48.25, 1.25], + "cubes": [ + {"origin": [32, 47.75, 0.75], "size": [2, 1, 1], "uv": [52, 0]} + ] + }, + { + "name": "left_ring1", + "parent": "left_hand", + "pivot": [30, 48.25, 2.25], + "cubes": [ + {"origin": [30, 47.75, 1.75], "size": [2, 1, 1], "uv": [24, 56]} + ] + }, + { + "name": "left_ring2", + "parent": "left_ring1", + "pivot": [32, 48.25, 2.25], + "cubes": [ + {"origin": [32, 47.75, 1.75], "size": [2, 1, 1], "uv": [24, 52]} + ] + }, + { + "name": "left_pinky1", + "parent": "left_hand", + "pivot": [30, 48.25, 3.25], + "cubes": [ + {"origin": [30, 47.75, 2.75], "size": [2, 1, 1], "uv": [55, 19]} + ] + }, + { + "name": "left_pinky2", + "parent": "left_pinky1", + "pivot": [32, 48.25, 3.25], + "cubes": [ + {"origin": [32, 47.75, 2.75], "size": [2, 1, 1], "uv": [18, 54]} + ] + }, + { + "name": "left_thumb", + "parent": "left_hand", + "pivot": [28, 48, -0.25], + "cubes": [ + {"origin": [27.5, 47.5, -3.25], "size": [1, 1, 3], "uv": [0, 4]} + ] + }, + { + "name": "right_humanarm", + "parent": "body", + "pivot": [-5, 48.25, 2] + }, + { + "name": "right_bicep", + "parent": "right_humanarm", + "pivot": [0, 13.25, -1], + "cubes": [ + {"origin": [-15, 49.265, 0.25], "size": [10, 0, 3], "uv": [72, 60], "mirror": true}, + {"origin": [-15, 47.25, -0.25], "size": [10, 2, 4], "uv": [20, 68], "mirror": true} + ] + }, + { + "name": "right_forearm", + "parent": "right_bicep", + "pivot": [-15, 48.25, 1.75], + "cubes": [ + {"origin": [-26, 47.25, -0.25], "size": [11, 2, 4], "uv": [65, 37], "mirror": true} + ] + }, + { + "name": "right_hand", + "parent": "right_forearm", + "pivot": [-26, 48.25, 1.75], + "cubes": [ + {"origin": [-30, 49.02, 0.25], "size": [4, 0, 3], "uv": [26, 28], "mirror": true}, + {"origin": [-30, 47, -0.25], "size": [4, 2, 4], "uv": [84, 53], "mirror": true} + ] + }, + { + "name": "right_index1", + "parent": "right_hand", + "pivot": [-30, 48.25, 0.25], + "cubes": [ + {"origin": [-32, 47.75, -0.25], "size": [2, 1, 1], "uv": [54, 60], "mirror": true} + ] + }, + { + "name": "right_index2", + "parent": "right_index1", + "pivot": [-32, 48.25, 0.25], + "cubes": [ + {"origin": [-34, 47.75, -0.25], "size": [2, 1, 1], "uv": [0, 44], "mirror": true} + ] + }, + { + "name": "right_middle1", + "parent": "right_hand", + "pivot": [-30, 48.25, 1.25], + "cubes": [ + {"origin": [-32, 47.75, 0.75], "size": [2, 1, 1], "uv": [24, 58], "mirror": true} + ] + }, + { + "name": "right_middle2", + "parent": "right_middle1", + "pivot": [-32, 48.25, 1.25], + "cubes": [ + {"origin": [-34, 47.75, 0.75], "size": [2, 1, 1], "uv": [52, 0], "mirror": true} + ] + }, + { + "name": "right_ring1", + "parent": "right_hand", + "pivot": [-30, 48.25, 2.25], + "cubes": [ + {"origin": [-32, 47.75, 1.75], "size": [2, 1, 1], "uv": [24, 56], "mirror": true} + ] + }, + { + "name": "right_ring2", + "parent": "right_ring1", + "pivot": [-32, 48.25, 2.25], + "cubes": [ + {"origin": [-34, 47.75, 1.75], "size": [2, 1, 1], "uv": [24, 52], "mirror": true} + ] + }, + { + "name": "right_pinky1", + "parent": "right_hand", + "pivot": [-30, 48.25, 3.25], + "cubes": [ + {"origin": [-32, 47.75, 2.75], "size": [2, 1, 1], "uv": [55, 19], "mirror": true} + ] + }, + { + "name": "right_pinky2", + "parent": "right_pinky1", + "pivot": [-32, 48.25, 3.25], + "cubes": [ + {"origin": [-34, 47.75, 2.75], "size": [2, 1, 1], "uv": [18, 54], "mirror": true} + ] + }, + { + "name": "right_thumb", + "parent": "right_hand", + "pivot": [-28, 48, -0.25], + "cubes": [ + {"origin": [-28.5, 47.5, -3.25], "size": [1, 1, 3], "uv": [0, 4], "mirror": true} + ] + }, + { + "name": "left_arm", + "parent": "body", + "pivot": [5, 48.25, 1.5] + }, + { + "name": "leftarm_red1", + "parent": "left_arm", + "pivot": [5, 49.25, 1.5], + "cubes": [ + {"origin": [4, 48.25, 0.5], "size": [8, 2, 2], "uv": [82, 31]} + ] + }, + { + "name": "leftarm_red2", + "parent": "leftarm_red1", + "pivot": [12, 49.25, 1.5], + "rotation": [0, 10, 12.5], + "cubes": [ + {"origin": [12, 48.25, 0.5], "size": [7, 2, 2], "uv": [98, 90]} + ] + }, + { + "name": "leftarm_red3", + "parent": "leftarm_red2", + "pivot": [19, 49.25, 1.5], + "rotation": [0, -10, 0], + "cubes": [ + {"origin": [19, 48.25, 0.5], "size": [7, 2, 2], "uv": [98, 67]} + ] + }, + { + "name": "leftarm_red4", + "parent": "leftarm_red3", + "pivot": [26, 49.25, 1.5], + "rotation": [0, -7.5, -12.5], + "cubes": [ + {"origin": [26, 48.25, 0.5], "size": [7, 2, 2], "uv": [98, 57]} + ] + }, + { + "name": "leftarm_red5", + "parent": "leftarm_red4", + "pivot": [33, 49.25, 1.5], + "rotation": [0, -7.5, -12.5], + "cubes": [ + {"origin": [33, 48.25, 0.5], "size": [7, 2, 2], "uv": [96, 51]} + ] + }, + { + "name": "leftarm_red6", + "parent": "leftarm_red5", + "pivot": [40, 49.25, 1.5], + "rotation": [0, 12.5, 0], + "cubes": [ + {"origin": [40, 48.25, 0.5], "size": [7, 2, 2], "uv": [0, 95]} + ] + }, + { + "name": "leftarm_red7", + "parent": "leftarm_red6", + "pivot": [47, 49.25, 1.5], + "rotation": [0, 12.5, 12.5], + "cubes": [ + {"origin": [47, 48.25, 0.5], "size": [7, 2, 2], "pivot": [47, 49.25, 1.5], "rotation": [0, 0, -5], "uv": [18, 95]} + ] + }, + { + "name": "leftarm_blue1", + "parent": "left_arm", + "pivot": [5, 46.25, 1.5], + "cubes": [ + {"origin": [4, 45.25, 0.5], "size": [8, 2, 2], "uv": [81, 21]} + ] + }, + { + "name": "leftarm_blue2", + "parent": "leftarm_blue1", + "pivot": [12, 46.25, 1.5], + "rotation": [0, -10, -12.5], + "cubes": [ + {"origin": [12, 45.25, 0.5], "size": [7, 2, 2], "uv": [97, 45]} + ] + }, + { + "name": "leftarm_blue3", + "parent": "leftarm_blue2", + "pivot": [19, 46.25, 1.5], + "rotation": [0, 10, 0], + "cubes": [ + {"origin": [19, 45.25, 0.5], "size": [7, 2, 2], "uv": [80, 96]} + ] + }, + { + "name": "leftarm_blue4", + "parent": "leftarm_blue3", + "pivot": [26, 46.25, 1.5], + "rotation": [0, 7.5, 12.5], + "cubes": [ + {"origin": [26, 45.25, 0.5], "size": [7, 2, 2], "uv": [62, 96]} + ] + }, + { + "name": "leftarm_blue5", + "parent": "leftarm_blue4", + "pivot": [33, 46.25, 1.5], + "rotation": [0, 7.5, 12.5], + "cubes": [ + {"origin": [33, 45.25, 0.5], "size": [7, 2, 2], "uv": [95, 86]} + ] + }, + { + "name": "leftarm_blue6", + "parent": "leftarm_blue5", + "pivot": [40, 46.25, 1.5], + "rotation": [0, -12.5, 0], + "cubes": [ + {"origin": [40, 45.25, 0.5], "size": [7, 2, 2], "uv": [95, 82]} + ] + }, + { + "name": "leftarm_blue7", + "parent": "leftarm_blue6", + "pivot": [47, 46.25, 1.5], + "rotation": [0, -12.5, -12.5], + "cubes": [ + {"origin": [47, 45.25, 0.5], "size": [7, 2, 2], "pivot": [47, 46.25, 1.5], "rotation": [0, 0, 7.5], "uv": [95, 13]} + ] + }, + { + "name": "right_arm", + "parent": "body", + "pivot": [-5, 48.25, 1.5] + }, + { + "name": "rightarm_red1", + "parent": "right_arm", + "pivot": [-5, 49.25, 1.5], + "cubes": [ + {"origin": [-12, 48.25, 0.5], "size": [8, 2, 2], "uv": [82, 31], "mirror": true} + ] + }, + { + "name": "rightarm_red2", + "parent": "rightarm_red1", + "pivot": [-12, 49.25, 1.5], + "rotation": [0, -10, -12.5], + "cubes": [ + {"origin": [-19, 48.25, 0.5], "size": [7, 2, 2], "uv": [98, 90], "mirror": true} + ] + }, + { + "name": "rightarm_red3", + "parent": "rightarm_red2", + "pivot": [-19, 49.25, 1.5], + "rotation": [0, 10, 0], + "cubes": [ + {"origin": [-26, 48.25, 0.5], "size": [7, 2, 2], "uv": [98, 67], "mirror": true} + ] + }, + { + "name": "rightarm_red4", + "parent": "rightarm_red3", + "pivot": [-26, 49.25, 1.5], + "rotation": [0, 7.5, 12.5], + "cubes": [ + {"origin": [-33, 48.25, 0.5], "size": [7, 2, 2], "uv": [98, 57], "mirror": true} + ] + }, + { + "name": "rightarm_red5", + "parent": "rightarm_red4", + "pivot": [-33, 49.25, 1.5], + "rotation": [0, 7.5, 12.5], + "cubes": [ + {"origin": [-40, 48.25, 0.5], "size": [7, 2, 2], "uv": [96, 51], "mirror": true} + ] + }, + { + "name": "rightarm_red6", + "parent": "rightarm_red5", + "pivot": [-40, 49.25, 1.5], + "rotation": [0, -12.5, 0], + "cubes": [ + {"origin": [-47, 48.25, 0.5], "size": [7, 2, 2], "uv": [0, 95], "mirror": true} + ] + }, + { + "name": "rightarm_red7", + "parent": "rightarm_red6", + "pivot": [-47, 49.25, 1.5], + "rotation": [0, -12.5, -12.5], + "cubes": [ + {"origin": [-54, 48.25, 0.5], "size": [7, 2, 2], "pivot": [-47, 49.25, 1.5], "rotation": [0, 0, 5], "uv": [18, 95], "mirror": true} + ] + }, + { + "name": "rightarm_blue1", + "parent": "right_arm", + "pivot": [-5, 46.25, 1.5], + "cubes": [ + {"origin": [-12, 45.25, 0.5], "size": [8, 2, 2], "uv": [81, 21], "mirror": true} + ] + }, + { + "name": "rightarm_blue2", + "parent": "rightarm_blue1", + "pivot": [-12, 46.25, 1.5], + "rotation": [0, 10, 12.5], + "cubes": [ + {"origin": [-19, 45.25, 0.5], "size": [7, 2, 2], "uv": [97, 45], "mirror": true} + ] + }, + { + "name": "rightarm_blue3", + "parent": "rightarm_blue2", + "pivot": [-19, 46.25, 1.5], + "rotation": [0, -10, 0], + "cubes": [ + {"origin": [-26, 45.25, 0.5], "size": [7, 2, 2], "uv": [80, 96], "mirror": true} + ] + }, + { + "name": "rightarm_blue4", + "parent": "rightarm_blue3", + "pivot": [-26, 46.25, 1.5], + "rotation": [0, -7.5, -12.5], + "cubes": [ + {"origin": [-33, 45.25, 0.5], "size": [7, 2, 2], "uv": [62, 96], "mirror": true} + ] + }, + { + "name": "rightarm_blue5", + "parent": "rightarm_blue4", + "pivot": [-33, 46.25, 1.5], + "rotation": [0, -7.5, -12.5], + "cubes": [ + {"origin": [-40, 45.25, 0.5], "size": [7, 2, 2], "uv": [95, 86], "mirror": true} + ] + }, + { + "name": "rightarm_blue6", + "parent": "rightarm_blue5", + "pivot": [-40, 46.25, 1.5], + "rotation": [0, 12.5, 0], + "cubes": [ + {"origin": [-47, 45.25, 0.5], "size": [7, 2, 2], "uv": [95, 82], "mirror": true} + ] + }, + { + "name": "rightarm_blue7", + "parent": "rightarm_blue6", + "pivot": [-47, 46.25, 1.5], + "rotation": [0, 12.5, 12.5], + "cubes": [ + {"origin": [-54, 45.25, 0.5], "size": [7, 2, 2], "pivot": [-47, 46.25, 1.5], "rotation": [0, 0, -5], "uv": [95, 13], "mirror": true} + ] + }, + { + "name": "head", + "parent": "body", + "pivot": [0, 53.75506, 2.4037], + "cubes": [ + {"origin": [-4.5, 53.5, -3], "size": [9, 8, 9], "uv": [29, 29]}, + {"origin": [-3.5, 52.75, -3.25], "size": [7, 8, 9], "uv": [35, 2]}, + {"origin": [-3.5, 52.67083, 5.78609], "size": [7, 5, 1], "pivot": [0, 52.60809, 5.54355], "rotation": [20, 0, 0], "uv": [16, 99]}, + {"origin": [-3.5, 60.5, -2], "size": [7, 2, 7], "uv": [54, 60]} + ] + }, + { + "name": "ears", + "parent": "head", + "pivot": [0, 24.25, -2], + "cubes": [ + {"origin": [-9.82845, 55.42912, 0.5], "size": [6, 4, 2], "uv": [94, 61]}, + {"origin": [3.82845, 55.42912, 0.5], "size": [6, 4, 2], "uv": [98, 94]}, + {"origin": [-9.65138, 54.98478, 0.5], "size": [6, 4, 2], "inflate": -0.01, "pivot": [-4.65138, 57.23478, 2], "rotation": [0, 0, 5], "uv": [46, 93]}, + {"origin": [3.65138, 54.98478, 0.5], "size": [6, 4, 2], "inflate": -0.01, "pivot": [4.65138, 57.23478, 2], "rotation": [0, 0, -5], "uv": [0, 99]}, + {"origin": [5, 56.75, 0.5], "size": [4, 1, 1], "inflate": 0.01, "uv": [0, 8]}, + {"origin": [-9, 56.75, 0.5], "size": [4, 1, 1], "inflate": 0.01, "uv": [0, 19]} + ] + }, + { + "name": "lefteye", + "parent": "head", + "pivot": [2.3517, 57.16453, -2.368], + "rotation": [0, 0, -12.55], + "cubes": [ + {"origin": [3, 57, -3.25], "size": [1, 1, 2], "inflate": 0.01, "uv": [38, 6], "mirror": true}, + {"origin": [1.5, 56, -3.25], "size": [2, 2, 2], "inflate": 0.01, "uv": [0, 11], "mirror": true}, + {"origin": [1.6, 57, -3.7], "size": [1, 1, 2], "inflate": -0.3, "pivot": [2, 57.5, -2.75], "rotation": [0, 0, 10], "uv": [0, 28], "mirror": true}, + {"origin": [1.66, 56.84, -3.1], "size": [1, 1, 2], "inflate": 0.17, "uv": [0, 38], "mirror": true}, + {"origin": [1, 56, -3.25], "size": [1, 1, 2], "inflate": 0.01, "uv": [0, 41], "mirror": true} + ] + }, + { + "name": "righteye", + "parent": "head", + "pivot": [-2.3517, 57.16453, -2.368], + "rotation": [0, 0, 12.55], + "cubes": [ + {"origin": [-3.5, 56, -3.25], "size": [2, 2, 2], "inflate": 0.01, "uv": [0, 11]}, + {"origin": [-4, 57, -3.25], "size": [1, 1, 2], "inflate": 0.01, "uv": [38, 6]}, + {"origin": [-2.66, 56.84, -3.1], "size": [1, 1, 2], "inflate": 0.17, "uv": [0, 38]}, + {"origin": [-2, 56, -3.25], "size": [1, 1, 2], "inflate": 0.01, "uv": [0, 41]}, + {"origin": [-2.6, 57, -3.7], "size": [1, 1, 2], "inflate": -0.3, "pivot": [-2, 57.5, -2.75], "rotation": [0, 0, -10], "uv": [0, 28]} + ] + }, + { + "name": "eyelids", + "parent": "head", + "pivot": [0, 55.75506, 3.4037] + }, + { + "name": "righteyelid", + "parent": "eyelids", + "pivot": [0, 57, -1.25], + "cubes": [ + {"origin": [-3.25, 56, -2.25], "size": [2, 1, 2], "inflate": 0.01, "pivot": [-2.5, 57, -1.25], "rotation": [0, 0, 12.5], "uv": [102, 2]} + ] + }, + { + "name": "lefteyelid", + "parent": "eyelids", + "pivot": [0, 57, -1.25], + "cubes": [ + {"origin": [1.25, 56, -2.25], "size": [2, 1, 2], "inflate": 0.01, "pivot": [2.5, 57, -1.25], "rotation": [0, 0, -12.5], "uv": [102, 2], "mirror": true} + ] + }, + { + "name": "leftleg", + "parent": "deoxys", + "pivot": [4, 34, 1.5] + }, + { + "name": "left_thigh", + "parent": "leftleg", + "pivot": [-3, 12, -2.5], + "cubes": [ + {"origin": [2.5, 19.25, -1.5], "size": [6, 16, 6], "uv": [0, 50], "mirror": true} + ] + }, + { + "name": "leftlegguard", + "parent": "left_thigh", + "pivot": [5.82322, 33.06975, 1.5], + "rotation": [0, 12.5, 0], + "cubes": [ + {"origin": [-2, 33, -3.5], "size": [12, 1, 10], "pivot": [6, 35.25, 1.5], "rotation": [0, 0, -45], "uv": [0, 0], "mirror": true}, + {"origin": [-1.10907, 33.07031, -2.5], "size": [1, 0, 8], "pivot": [5.82322, 32.5026, 1.5], "rotation": [0, 0, -45], "uv": [0, 11], "mirror": true}, + {"origin": [11.89093, 33.07031, -2.5], "size": [3, 0, 8], "pivot": [5.82322, 32.5026, 1.5], "rotation": [0, 0, -45], "uv": [26, 0], "mirror": true} + ] + }, + { + "name": "left_calf", + "parent": "left_thigh", + "pivot": [5.5, 20, 1.25], + "cubes": [ + {"origin": [3, 11, -1], "size": [5, 9, 5], "uv": [43, 69], "mirror": true}, + {"origin": [3.5, 3, -0.5], "size": [4, 9, 4], "uv": [79, 79], "mirror": true}, + {"origin": [4, 0, 0], "size": [3, 9, 3], "uv": [0, 83], "mirror": true} + ] + }, + { + "name": "rightleg", + "parent": "deoxys", + "pivot": [-4, 34, 1.5] + }, + { + "name": "right_thigh", + "parent": "rightleg", + "pivot": [3, 12, -2.5], + "cubes": [ + {"origin": [-8.5, 19.25, -1.5], "size": [6, 16, 6], "uv": [0, 50]} + ] + }, + { + "name": "rightlegguard", + "parent": "right_thigh", + "pivot": [-5.82322, 33.06975, 1.5], + "rotation": [0, -12.5, 0], + "cubes": [ + {"origin": [0.10907, 33.07031, -2.5], "size": [1, 0, 8], "pivot": [-5.82322, 32.5026, 1.5], "rotation": [0, 0, 45], "uv": [0, 11]}, + {"origin": [-14.89093, 33.07031, -2.5], "size": [3, 0, 8], "pivot": [-5.82322, 32.5026, 1.5], "rotation": [0, 0, 45], "uv": [26, 0]}, + {"origin": [-10, 33, -3.5], "size": [12, 1, 10], "pivot": [-6, 35.25, 1.5], "rotation": [0, 0, 45], "uv": [0, 0]} + ] + }, + { + "name": "right_calf", + "parent": "right_thigh", + "pivot": [-5.5, 20, 1.25], + "cubes": [ + {"origin": [-8, 11, -1], "size": [5, 9, 5], "uv": [43, 69]}, + {"origin": [-7.5, 3, -0.5], "size": [4, 9, 4], "uv": [79, 79]}, + {"origin": [-7, 0, 0], "size": [3, 9, 3], "uv": [0, 83]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/deoxysattack/deoxys_attack.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/deoxysattack/deoxys_attack.geo.json new file mode 100644 index 0000000..14de5a2 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/deoxysattack/deoxys_attack.geo.json @@ -0,0 +1,537 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 9, + "visible_bounds_height": 5.5, + "visible_bounds_offset": [0, 2.25, 0] + }, + "bones": [ + { + "name": "deoxys", + "pivot": [0.5, 0.25, -1] + }, + { + "name": "body", + "parent": "deoxys", + "pivot": [0, 45.82143, 3.14286], + "cubes": [ + {"origin": [-7, 43.5, -3], "size": [14, 7, 9], "uv": [0, 0]}, + {"origin": [5.75, 44, -2], "size": [3, 6, 7], "uv": [53, 68]}, + {"origin": [-2, 46.5, -0.25], "size": [4, 7, 4], "uv": [78, 39]}, + {"origin": [-2.5, 37.75, -1], "size": [5, 6, 5], "inflate": 0.2, "uv": [73, 16]}, + {"origin": [1, 44.25, 4.25], "size": [2, 2, 2], "inflate": -0.1, "uv": [52, 43]}, + {"origin": [-3, 44.25, 4.25], "size": [2, 2, 2], "inflate": -0.1, "uv": [52, 43], "mirror": true}, + {"origin": [-1, 47.5, 4.25], "size": [2, 2, 2], "inflate": -0.1, "uv": [0, 21]}, + {"origin": [-4.5, 42.52, -2], "size": [9, 7, 7], "uv": [0, 34]}, + {"origin": [-8.75, 44, -2], "size": [3, 6, 7], "uv": [53, 68], "mirror": true}, + {"origin": [-6, 46.07143, -3.01], "size": [3, 2, 2], "uv": [0, 113]}, + {"origin": [-0.5, 49.57143, -3.01], "size": [1, 1, 2], "uv": [10, 113]}, + {"origin": [-0.5, 50.07143, -2.01], "size": [1, 1, 2], "uv": [10, 113]}, + {"origin": [-0.5, 51.07143, -0.26], "size": [1, 2, 1], "uv": [11, 114]}, + {"origin": [3, 46.07143, -3.01], "size": [3, 2, 2], "uv": [0, 113], "mirror": true} + ] + }, + { + "name": "chestdetail", + "parent": "body", + "pivot": [0.5, 45.74536, 1.96954], + "cubes": [ + {"origin": [-3, 43.49536, -3.03046], "size": [2, 6, 0], "pivot": [-3, 46.49536, -3.03046], "rotation": [0, -45, 0], "uv": [0, 3]}, + {"origin": [-3, 47.5, -3], "size": [6, 2, 0], "pivot": [0, 49.5, -3], "rotation": [45, 0, 0], "uv": [46, 71]}, + {"origin": [1, 43.49536, -3.03046], "size": [2, 6, 0], "pivot": [3, 46.49536, -3.03046], "rotation": [0, 45, 0], "uv": [0, 3], "mirror": true}, + {"origin": [-3, 43.5, -3], "size": [6, 2, 0], "pivot": [0, 43.5, -3], "rotation": [-45, 0, 0], "uv": [0, 89]}, + {"origin": [-2, 44.5, -2.5], "size": [4, 4, 2], "uv": [8, 100]} + ] + }, + { + "name": "collar", + "parent": "body", + "pivot": [-0.5, 45.74536, 1.96954], + "cubes": [ + {"origin": [-5, 48.99768, -2], "size": [10, 2, 7], "uv": [61, 107]} + ] + }, + { + "name": "hips", + "parent": "body", + "pivot": [0, 38.25, 1.5], + "cubes": [ + {"origin": [-3.5, 37, -2], "size": [7, 2, 7], "uv": [54, 43]}, + {"origin": [-4, 32.75, -2], "size": [8, 5, 7], "uv": [50, 20]}, + {"origin": [-4.5, 34, -2.5], "size": [9, 4, 8], "uv": [38, 8]}, + {"origin": [-2.5, 33.7756, 5.04986], "size": [5, 5, 4], "inflate": -0.1, "pivot": [0, 39.06627, 4.99749], "rotation": [-42.5, 0, 0], "uv": [16, 75]} + ] + }, + { + "name": "left_arm", + "parent": "body", + "pivot": [1, 47, 1.5] + }, + { + "name": "left_red", + "parent": "left_arm", + "pivot": [1.84375, 48.5, 1.5] + }, + { + "name": "Lred1", + "parent": "left_red", + "pivot": [1.84375, 48.5, 1.5], + "cubes": [ + {"origin": [0, 47.5, 0.5], "size": [8, 2, 2], "uv": [93, 92]} + ] + }, + { + "name": "Lred2", + "parent": "Lred1", + "pivot": [7.84375, 48.5, 1.5], + "cubes": [ + {"origin": [8, 47.5, 0.5], "size": [8, 2, 2], "uv": [92, 52]} + ] + }, + { + "name": "Lred3", + "parent": "Lred2", + "pivot": [15.84375, 48.5, 1.5], + "cubes": [ + {"origin": [16, 47.5, 0.5], "size": [8, 2, 2], "uv": [92, 48]} + ] + }, + { + "name": "Lred4", + "parent": "Lred3", + "pivot": [23.84375, 48.5, 1.5], + "cubes": [ + {"origin": [24, 47.5, 0.5], "size": [8, 2, 2], "uv": [20, 92]} + ] + }, + { + "name": "Lred5", + "parent": "Lred4", + "pivot": [31.84375, 48.5, 1.5], + "cubes": [ + {"origin": [32, 47.5, 0.5], "size": [8, 2, 2], "uv": [0, 91]} + ] + }, + { + "name": "Lred6", + "parent": "Lred5", + "pivot": [39.84375, 48.5, 1.5], + "cubes": [ + {"origin": [40, 47.5, 0.5], "size": [8, 2, 2], "uv": [66, 90]} + ] + }, + { + "name": "Lred7", + "parent": "Lred6", + "pivot": [47.84375, 48.5, 1.5], + "cubes": [ + {"origin": [47.75, 47.5, 0.5], "size": [8, 2, 2], "inflate": -0.2, "uv": [90, 38]} + ] + }, + { + "name": "Lred8", + "parent": "Lred7", + "pivot": [55.34375, 48.5, 1.5], + "cubes": [ + {"origin": [55.5, 48, 1], "size": [7, 1, 1], "uv": [94, 35]} + ] + }, + { + "name": "left_blue", + "parent": "left_arm", + "pivot": [1.84375, 46.5, 1.5] + }, + { + "name": "Lblue1", + "parent": "left_blue", + "pivot": [1.84375, 46.5, 1.5], + "cubes": [ + {"origin": [0, 45.5, 0.5], "size": [8, 2, 2], "uv": [93, 23]} + ] + }, + { + "name": "Lblue2", + "parent": "Lblue1", + "pivot": [7.84375, 46.5, 1.5], + "cubes": [ + {"origin": [8, 45.5, 0.5], "size": [8, 2, 2], "uv": [89, 75]} + ] + }, + { + "name": "Lblue3", + "parent": "Lblue2", + "pivot": [15.84375, 46.5, 1.5], + "cubes": [ + {"origin": [16, 45.5, 0.5], "size": [8, 2, 2], "uv": [89, 71]} + ] + }, + { + "name": "Lblue4", + "parent": "Lblue3", + "pivot": [23.84375, 46.5, 1.5], + "cubes": [ + {"origin": [24, 45.5, 0.5], "size": [8, 2, 2], "uv": [46, 89]} + ] + }, + { + "name": "Lblue5", + "parent": "Lblue4", + "pivot": [31.84375, 46.5, 1.5], + "cubes": [ + {"origin": [32, 45.5, 0.5], "size": [8, 2, 2], "uv": [84, 88]} + ] + }, + { + "name": "Lblue6", + "parent": "Lblue5", + "pivot": [39.84375, 46.5, 1.5], + "cubes": [ + {"origin": [40, 45.5, 0.5], "size": [8, 2, 2], "uv": [88, 15]} + ] + }, + { + "name": "Lblue7", + "parent": "Lblue6", + "pivot": [47.84375, 46.5, 1.5], + "cubes": [ + {"origin": [47.75, 45.5, 0.5], "size": [8, 2, 2], "inflate": -0.2, "uv": [87, 80]} + ] + }, + { + "name": "Lblue8", + "parent": "Lblue7", + "pivot": [55.34375, 46.5, 1.5], + "cubes": [ + {"origin": [55.5, 46, 1], "size": [7, 1, 1], "uv": [92, 60]} + ] + }, + { + "name": "right_arm", + "parent": "body", + "pivot": [-1, 47, 1.5] + }, + { + "name": "right_red", + "parent": "right_arm", + "pivot": [-1.84375, 48.5, 1.5] + }, + { + "name": "Rred1", + "parent": "right_red", + "pivot": [-1.84375, 48.5, 1.5], + "cubes": [ + {"origin": [-8, 47.5, 0.5], "size": [8, 2, 2], "uv": [93, 92], "mirror": true} + ] + }, + { + "name": "Rred2", + "parent": "Rred1", + "pivot": [-7.84375, 48.5, 1.5], + "cubes": [ + {"origin": [-16, 47.5, 0.5], "size": [8, 2, 2], "uv": [92, 52], "mirror": true} + ] + }, + { + "name": "Rred3", + "parent": "Rred2", + "pivot": [-15.84375, 48.5, 1.5], + "cubes": [ + {"origin": [-24, 47.5, 0.5], "size": [8, 2, 2], "uv": [92, 48], "mirror": true} + ] + }, + { + "name": "Rred4", + "parent": "Rred3", + "pivot": [-23.84375, 48.5, 1.5], + "cubes": [ + {"origin": [-32, 47.5, 0.5], "size": [8, 2, 2], "uv": [20, 92], "mirror": true} + ] + }, + { + "name": "Rred5", + "parent": "Rred4", + "pivot": [-31.84375, 48.5, 1.5], + "cubes": [ + {"origin": [-40, 47.5, 0.5], "size": [8, 2, 2], "uv": [0, 91], "mirror": true} + ] + }, + { + "name": "Rred6", + "parent": "Rred5", + "pivot": [-39.84375, 48.5, 1.5], + "cubes": [ + {"origin": [-48, 47.5, 0.5], "size": [8, 2, 2], "uv": [66, 90], "mirror": true} + ] + }, + { + "name": "Rred7", + "parent": "Rred6", + "pivot": [-47.84375, 48.5, 1.5], + "cubes": [ + {"origin": [-55.75, 47.5, 0.5], "size": [8, 2, 2], "inflate": -0.2, "uv": [90, 38], "mirror": true} + ] + }, + { + "name": "Rred8", + "parent": "Rred7", + "pivot": [-55.34375, 48.5, 1.5], + "cubes": [ + {"origin": [-62.5, 48, 1], "size": [7, 1, 1], "uv": [94, 35], "mirror": true} + ] + }, + { + "name": "right_blue", + "parent": "right_arm", + "pivot": [-1.84375, 46.5, 1.5] + }, + { + "name": "Rblue1", + "parent": "right_blue", + "pivot": [-1.84375, 46.5, 1.5], + "cubes": [ + {"origin": [-8, 45.5, 0.5], "size": [8, 2, 2], "uv": [93, 23], "mirror": true} + ] + }, + { + "name": "Rblue2", + "parent": "Rblue1", + "pivot": [-7.84375, 46.5, 1.5], + "cubes": [ + {"origin": [-16, 45.5, 0.5], "size": [8, 2, 2], "uv": [89, 75], "mirror": true} + ] + }, + { + "name": "Rblue3", + "parent": "Rblue2", + "pivot": [-15.84375, 46.5, 1.5], + "cubes": [ + {"origin": [-24, 45.5, 0.5], "size": [8, 2, 2], "uv": [89, 71], "mirror": true} + ] + }, + { + "name": "Rblue4", + "parent": "Rblue3", + "pivot": [-23.84375, 46.5, 1.5], + "cubes": [ + {"origin": [-32, 45.5, 0.5], "size": [8, 2, 2], "uv": [46, 89], "mirror": true} + ] + }, + { + "name": "Rblue5", + "parent": "Rblue4", + "pivot": [-31.84375, 46.5, 1.5], + "cubes": [ + {"origin": [-40, 45.5, 0.5], "size": [8, 2, 2], "uv": [84, 88], "mirror": true} + ] + }, + { + "name": "Rblue6", + "parent": "Rblue5", + "pivot": [-39.84375, 46.5, 1.5], + "cubes": [ + {"origin": [-48, 45.5, 0.5], "size": [8, 2, 2], "uv": [88, 15], "mirror": true} + ] + }, + { + "name": "Rblue7", + "parent": "Rblue6", + "pivot": [-47.84375, 46.5, 1.5], + "cubes": [ + {"origin": [-55.75, 45.5, 0.5], "size": [8, 2, 2], "inflate": -0.2, "uv": [87, 80], "mirror": true} + ] + }, + { + "name": "Rblue8", + "parent": "Rblue7", + "pivot": [-55.34375, 46.5, 1.5], + "cubes": [ + {"origin": [-62.5, 46, 1], "size": [7, 1, 1], "uv": [92, 60], "mirror": true} + ] + }, + { + "name": "head", + "parent": "body", + "pivot": [0, 55.81756, 1.4037], + "cubes": [ + {"origin": [-4.5, 53.5, -3], "size": [9, 8, 9], "uv": [0, 16]}, + {"origin": [-3.5, 61.25, -2], "size": [7, 1, 7], "uv": [37, 0]}, + {"origin": [-3.5, 52.75, -3.25], "size": [7, 8, 8], "uv": [28, 25]} + ] + }, + { + "name": "topspike", + "parent": "head", + "pivot": [-0.5, 22, -2.25], + "cubes": [ + {"origin": [1.25, 58.6649, -2.57771], "size": [2, 11.25, 3], "inflate": 0.02, "pivot": [1, 60.12541, -1.96513], "rotation": [-41.81615, -8.40819, -9.28293], "uv": [47, 93]}, + {"origin": [-1, 57.20384, 0.1903], "size": [2, 11, 3], "inflate": 0.01, "pivot": [0, 62.70384, 1.9403], "rotation": [-42.5, 0, 0], "uv": [57, 93]}, + {"origin": [-3.25, 58.6649, -2.57771], "size": [2, 11.25, 3], "inflate": 0.02, "pivot": [-1, 60.12541, -1.96513], "rotation": [-41.81615, 8.40819, 9.28293], "uv": [47, 93], "mirror": true}, + {"origin": [-1, 56.37541, -0.71513], "size": [2, 11, 3], "pivot": [-1, 59.12541, 1.03487], "rotation": [-30, 0, 0], "uv": [83, 92]} + ] + }, + { + "name": "ears", + "parent": "head", + "pivot": [0, 24.25, -2] + }, + { + "name": "left_ear", + "parent": "ears", + "pivot": [4.25498, 57.69465, -0.5], + "rotation": [8.29012, -39.27345, -12.96248], + "cubes": [ + {"origin": [3.08067, 59.02836, -1.5], "size": [9, 1, 2], "inflate": 0.01, "uv": [80, 0]}, + {"origin": [3.33067, 58.02836, -1.5], "size": [7, 2, 2], "uv": [0, 95]}, + {"origin": [3.33067, 57.02836, -1.5], "size": [5, 1, 2], "uv": [98, 62]}, + {"origin": [3.33067, 56.02836, -1.5], "size": [3, 1, 2], "uv": [54, 52]}, + {"origin": [2.32845, 54.92912, -1.5], "size": [11, 1, 2], "inflate": 0.01, "pivot": [4.32845, 55.42912, -0.5], "rotation": [0, 0, -27.5], "uv": [27, 20]}, + {"origin": [2.58067, 55.52836, -1.5], "size": [2, 1, 2], "uv": [28, 55]}, + {"origin": [4.33067, 57.52836, -1.5], "size": [5, 1, 1], "inflate": 0.02, "pivot": [5.83067, 57.52836, -1], "rotation": [0, 0, -7.5], "uv": [58, 2]} + ] + }, + { + "name": "right_ear", + "parent": "ears", + "pivot": [-4.25498, 57.69465, -0.5], + "rotation": [8.29012, 39.27345, 12.96248], + "cubes": [ + {"origin": [-13.32845, 54.92912, -1.5], "size": [11, 1, 2], "inflate": 0.01, "pivot": [-4.32845, 55.42912, -0.5], "rotation": [0, 0, 27.5], "uv": [27, 20], "mirror": true}, + {"origin": [-4.58067, 55.52836, -1.5], "size": [2, 1, 2], "uv": [28, 55], "mirror": true}, + {"origin": [-12.08067, 59.02836, -1.5], "size": [9, 1, 2], "inflate": 0.01, "uv": [80, 0], "mirror": true}, + {"origin": [-10.33067, 58.02836, -1.5], "size": [7, 2, 2], "uv": [0, 95], "mirror": true}, + {"origin": [-6.33067, 56.02836, -1.5], "size": [3, 1, 2], "uv": [54, 52], "mirror": true}, + {"origin": [-8.33067, 57.02836, -1.5], "size": [5, 1, 2], "uv": [98, 62], "mirror": true}, + {"origin": [-9.33067, 57.52836, -1.5], "size": [5, 1, 1], "inflate": 0.02, "pivot": [-5.83067, 57.52836, -1], "rotation": [0, 0, 7.5], "uv": [58, 2], "mirror": true} + ] + }, + { + "name": "lefteye", + "parent": "head", + "pivot": [2.3517, 57.16453, -2.368], + "rotation": [0, 0, -12.55], + "cubes": [ + {"origin": [3, 57, -3.25], "size": [1, 1, 2], "inflate": 0.01, "uv": [72, 16]}, + {"origin": [1.5, 56, -3.25], "size": [2, 2, 2], "inflate": 0.01, "uv": [66, 68]}, + {"origin": [1.6, 57, -3.7], "size": [1, 1, 2], "inflate": -0.3, "pivot": [2, 57.5, -2.75], "rotation": [0, 0, 10], "uv": [58, 4]}, + {"origin": [1.66, 56.84, -3.1], "size": [1, 1, 2], "inflate": 0.17, "uv": [0, 59]}, + {"origin": [1, 56, -3.25], "size": [1, 1, 2], "inflate": 0.01, "uv": [0, 62]} + ] + }, + { + "name": "righteye6", + "parent": "head", + "pivot": [-2.3517, 57.16453, -2.368], + "rotation": [0, 0, 12.55], + "cubes": [ + {"origin": [-3.5, 56, -3.25], "size": [2, 2, 2], "inflate": 0.01, "uv": [66, 68], "mirror": true}, + {"origin": [-4, 57, -3.25], "size": [1, 1, 2], "inflate": 0.01, "uv": [72, 16], "mirror": true}, + {"origin": [-2.66, 56.84, -3.1], "size": [1, 1, 2], "inflate": 0.17, "uv": [0, 59], "mirror": true}, + {"origin": [-2, 56, -3.25], "size": [1, 1, 2], "inflate": 0.01, "uv": [0, 62], "mirror": true}, + {"origin": [-2.6, 57, -3.7], "size": [1, 1, 2], "inflate": -0.3, "pivot": [-2, 57.5, -2.75], "rotation": [0, 0, -10], "uv": [58, 4], "mirror": true} + ] + }, + { + "name": "eyelids", + "parent": "head", + "pivot": [0, 55.81756, 2.4037] + }, + { + "name": "righteyelid", + "parent": "eyelids", + "pivot": [0, 57, -1.25], + "cubes": [ + {"origin": [-3.25, 56, -2.25], "size": [2, 1, 2], "inflate": 0.01, "pivot": [-2.5, 57, -1.25], "rotation": [0, 0, 12.5], "uv": [102, 2]} + ] + }, + { + "name": "lefteyelid", + "parent": "eyelids", + "pivot": [0, 57, -1.25], + "cubes": [ + {"origin": [1.25, 56, -2.25], "size": [2, 1, 2], "inflate": 0.01, "pivot": [2.5, 57, -1.25], "rotation": [0, 0, -12.5], "uv": [102, 2], "mirror": true} + ] + }, + { + "name": "collar2", + "parent": "body", + "pivot": [0.5, 45.74536, 1.96954] + }, + { + "name": "leftleg", + "parent": "deoxys", + "pivot": [4, 36, 1.5] + }, + { + "name": "left_thigh", + "parent": "leftleg", + "pivot": [-3, 14, -2.5], + "cubes": [ + {"origin": [3, 18.75, -1], "size": [5, 11, 5], "inflate": 0.1, "uv": [65, 0]}, + {"origin": [2.5, 25.75, -1.5], "size": [6, 10, 6], "inflate": 0.1, "uv": [36, 50]} + ] + }, + { + "name": "leftlegguard", + "parent": "left_thigh", + "pivot": [8.75, 36.28893, 1.75], + "rotation": [-0.21864, 9.9668, -20.02839], + "cubes": [ + {"origin": [-0.78247, 35.65437, -3.25], "size": [10, 1, 8], "pivot": [8.46753, 36.40437, 1.75], "rotation": [-2.5, 0, -27.5], "uv": [0, 50]}, + {"origin": [7.21753, 35.90437, -1], "size": [5, 0, 5], "pivot": [8.46753, 36.40437, 1.75], "rotation": [-8.49628, 44.54999, -38.2098], "uv": [17, 116]} + ] + }, + { + "name": "left_calf", + "parent": "left_thigh", + "pivot": [5.5, 20, 1.25], + "cubes": [ + {"origin": [3.5, 11, -0.5], "size": [4, 10, 4], "uv": [0, 75]}, + {"origin": [4, 5.25, 0], "size": [3, 10, 3], "uv": [34, 79]}, + {"origin": [4.5, 1, 0.5], "size": [2, 10, 2], "uv": [0, 99]}, + {"origin": [9.05563, 18.5, -2.81569], "size": [0, 5, 5], "pivot": [9.05563, 19, -2.06569], "rotation": [-45, -45, 0], "uv": [28, 45]} + ] + }, + { + "name": "rightleg", + "parent": "deoxys", + "pivot": [-4, 36, 1.5] + }, + { + "name": "right_thigh", + "parent": "rightleg", + "pivot": [3, 14, -2.5], + "cubes": [ + {"origin": [-8.5, 25.75, -1.5], "size": [6, 10, 6], "inflate": 0.1, "uv": [36, 50], "mirror": true}, + {"origin": [-8, 18.75, -1], "size": [5, 11, 5], "inflate": 0.1, "uv": [65, 0], "mirror": true} + ] + }, + { + "name": "rightlegguard", + "parent": "right_thigh", + "pivot": [-8.75, 36.28893, 1.75], + "rotation": [-0.21864, -9.9668, 20.02839], + "cubes": [ + {"origin": [-9.3347, 35.52261, -3.25093], "size": [10, 1, 8], "pivot": [-8.3347, 36.27261, 1.74907], "rotation": [-2.5, 0, 27.5], "uv": [24, 41]}, + {"origin": [-12.21753, 35.90437, -1], "size": [5, 0, 5], "pivot": [-8.46753, 36.40437, 1.75], "rotation": [-8.49628, -44.54999, 38.2098], "uv": [17, 116], "mirror": true} + ] + }, + { + "name": "right_calf", + "parent": "right_thigh", + "pivot": [-5.5, 20, 1.25], + "cubes": [ + {"origin": [-7.5, 11, -0.5], "size": [4, 10, 4], "uv": [0, 75], "mirror": true}, + {"origin": [-7, 5.25, 0], "size": [3, 10, 3], "uv": [34, 79], "mirror": true}, + {"origin": [-6.5, 1, 0.5], "size": [2, 10, 2], "uv": [0, 99], "mirror": true}, + {"origin": [-9.05563, 18.5, -2.81569], "size": [0, 5, 5], "pivot": [-9.05563, 19, -2.06569], "rotation": [-45, 45, 0], "uv": [28, 45], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/deoxysattack/deoxysattack.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/deoxysattack/deoxysattack.geo.json new file mode 100644 index 0000000..14de5a2 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/deoxysattack/deoxysattack.geo.json @@ -0,0 +1,537 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 9, + "visible_bounds_height": 5.5, + "visible_bounds_offset": [0, 2.25, 0] + }, + "bones": [ + { + "name": "deoxys", + "pivot": [0.5, 0.25, -1] + }, + { + "name": "body", + "parent": "deoxys", + "pivot": [0, 45.82143, 3.14286], + "cubes": [ + {"origin": [-7, 43.5, -3], "size": [14, 7, 9], "uv": [0, 0]}, + {"origin": [5.75, 44, -2], "size": [3, 6, 7], "uv": [53, 68]}, + {"origin": [-2, 46.5, -0.25], "size": [4, 7, 4], "uv": [78, 39]}, + {"origin": [-2.5, 37.75, -1], "size": [5, 6, 5], "inflate": 0.2, "uv": [73, 16]}, + {"origin": [1, 44.25, 4.25], "size": [2, 2, 2], "inflate": -0.1, "uv": [52, 43]}, + {"origin": [-3, 44.25, 4.25], "size": [2, 2, 2], "inflate": -0.1, "uv": [52, 43], "mirror": true}, + {"origin": [-1, 47.5, 4.25], "size": [2, 2, 2], "inflate": -0.1, "uv": [0, 21]}, + {"origin": [-4.5, 42.52, -2], "size": [9, 7, 7], "uv": [0, 34]}, + {"origin": [-8.75, 44, -2], "size": [3, 6, 7], "uv": [53, 68], "mirror": true}, + {"origin": [-6, 46.07143, -3.01], "size": [3, 2, 2], "uv": [0, 113]}, + {"origin": [-0.5, 49.57143, -3.01], "size": [1, 1, 2], "uv": [10, 113]}, + {"origin": [-0.5, 50.07143, -2.01], "size": [1, 1, 2], "uv": [10, 113]}, + {"origin": [-0.5, 51.07143, -0.26], "size": [1, 2, 1], "uv": [11, 114]}, + {"origin": [3, 46.07143, -3.01], "size": [3, 2, 2], "uv": [0, 113], "mirror": true} + ] + }, + { + "name": "chestdetail", + "parent": "body", + "pivot": [0.5, 45.74536, 1.96954], + "cubes": [ + {"origin": [-3, 43.49536, -3.03046], "size": [2, 6, 0], "pivot": [-3, 46.49536, -3.03046], "rotation": [0, -45, 0], "uv": [0, 3]}, + {"origin": [-3, 47.5, -3], "size": [6, 2, 0], "pivot": [0, 49.5, -3], "rotation": [45, 0, 0], "uv": [46, 71]}, + {"origin": [1, 43.49536, -3.03046], "size": [2, 6, 0], "pivot": [3, 46.49536, -3.03046], "rotation": [0, 45, 0], "uv": [0, 3], "mirror": true}, + {"origin": [-3, 43.5, -3], "size": [6, 2, 0], "pivot": [0, 43.5, -3], "rotation": [-45, 0, 0], "uv": [0, 89]}, + {"origin": [-2, 44.5, -2.5], "size": [4, 4, 2], "uv": [8, 100]} + ] + }, + { + "name": "collar", + "parent": "body", + "pivot": [-0.5, 45.74536, 1.96954], + "cubes": [ + {"origin": [-5, 48.99768, -2], "size": [10, 2, 7], "uv": [61, 107]} + ] + }, + { + "name": "hips", + "parent": "body", + "pivot": [0, 38.25, 1.5], + "cubes": [ + {"origin": [-3.5, 37, -2], "size": [7, 2, 7], "uv": [54, 43]}, + {"origin": [-4, 32.75, -2], "size": [8, 5, 7], "uv": [50, 20]}, + {"origin": [-4.5, 34, -2.5], "size": [9, 4, 8], "uv": [38, 8]}, + {"origin": [-2.5, 33.7756, 5.04986], "size": [5, 5, 4], "inflate": -0.1, "pivot": [0, 39.06627, 4.99749], "rotation": [-42.5, 0, 0], "uv": [16, 75]} + ] + }, + { + "name": "left_arm", + "parent": "body", + "pivot": [1, 47, 1.5] + }, + { + "name": "left_red", + "parent": "left_arm", + "pivot": [1.84375, 48.5, 1.5] + }, + { + "name": "Lred1", + "parent": "left_red", + "pivot": [1.84375, 48.5, 1.5], + "cubes": [ + {"origin": [0, 47.5, 0.5], "size": [8, 2, 2], "uv": [93, 92]} + ] + }, + { + "name": "Lred2", + "parent": "Lred1", + "pivot": [7.84375, 48.5, 1.5], + "cubes": [ + {"origin": [8, 47.5, 0.5], "size": [8, 2, 2], "uv": [92, 52]} + ] + }, + { + "name": "Lred3", + "parent": "Lred2", + "pivot": [15.84375, 48.5, 1.5], + "cubes": [ + {"origin": [16, 47.5, 0.5], "size": [8, 2, 2], "uv": [92, 48]} + ] + }, + { + "name": "Lred4", + "parent": "Lred3", + "pivot": [23.84375, 48.5, 1.5], + "cubes": [ + {"origin": [24, 47.5, 0.5], "size": [8, 2, 2], "uv": [20, 92]} + ] + }, + { + "name": "Lred5", + "parent": "Lred4", + "pivot": [31.84375, 48.5, 1.5], + "cubes": [ + {"origin": [32, 47.5, 0.5], "size": [8, 2, 2], "uv": [0, 91]} + ] + }, + { + "name": "Lred6", + "parent": "Lred5", + "pivot": [39.84375, 48.5, 1.5], + "cubes": [ + {"origin": [40, 47.5, 0.5], "size": [8, 2, 2], "uv": [66, 90]} + ] + }, + { + "name": "Lred7", + "parent": "Lred6", + "pivot": [47.84375, 48.5, 1.5], + "cubes": [ + {"origin": [47.75, 47.5, 0.5], "size": [8, 2, 2], "inflate": -0.2, "uv": [90, 38]} + ] + }, + { + "name": "Lred8", + "parent": "Lred7", + "pivot": [55.34375, 48.5, 1.5], + "cubes": [ + {"origin": [55.5, 48, 1], "size": [7, 1, 1], "uv": [94, 35]} + ] + }, + { + "name": "left_blue", + "parent": "left_arm", + "pivot": [1.84375, 46.5, 1.5] + }, + { + "name": "Lblue1", + "parent": "left_blue", + "pivot": [1.84375, 46.5, 1.5], + "cubes": [ + {"origin": [0, 45.5, 0.5], "size": [8, 2, 2], "uv": [93, 23]} + ] + }, + { + "name": "Lblue2", + "parent": "Lblue1", + "pivot": [7.84375, 46.5, 1.5], + "cubes": [ + {"origin": [8, 45.5, 0.5], "size": [8, 2, 2], "uv": [89, 75]} + ] + }, + { + "name": "Lblue3", + "parent": "Lblue2", + "pivot": [15.84375, 46.5, 1.5], + "cubes": [ + {"origin": [16, 45.5, 0.5], "size": [8, 2, 2], "uv": [89, 71]} + ] + }, + { + "name": "Lblue4", + "parent": "Lblue3", + "pivot": [23.84375, 46.5, 1.5], + "cubes": [ + {"origin": [24, 45.5, 0.5], "size": [8, 2, 2], "uv": [46, 89]} + ] + }, + { + "name": "Lblue5", + "parent": "Lblue4", + "pivot": [31.84375, 46.5, 1.5], + "cubes": [ + {"origin": [32, 45.5, 0.5], "size": [8, 2, 2], "uv": [84, 88]} + ] + }, + { + "name": "Lblue6", + "parent": "Lblue5", + "pivot": [39.84375, 46.5, 1.5], + "cubes": [ + {"origin": [40, 45.5, 0.5], "size": [8, 2, 2], "uv": [88, 15]} + ] + }, + { + "name": "Lblue7", + "parent": "Lblue6", + "pivot": [47.84375, 46.5, 1.5], + "cubes": [ + {"origin": [47.75, 45.5, 0.5], "size": [8, 2, 2], "inflate": -0.2, "uv": [87, 80]} + ] + }, + { + "name": "Lblue8", + "parent": "Lblue7", + "pivot": [55.34375, 46.5, 1.5], + "cubes": [ + {"origin": [55.5, 46, 1], "size": [7, 1, 1], "uv": [92, 60]} + ] + }, + { + "name": "right_arm", + "parent": "body", + "pivot": [-1, 47, 1.5] + }, + { + "name": "right_red", + "parent": "right_arm", + "pivot": [-1.84375, 48.5, 1.5] + }, + { + "name": "Rred1", + "parent": "right_red", + "pivot": [-1.84375, 48.5, 1.5], + "cubes": [ + {"origin": [-8, 47.5, 0.5], "size": [8, 2, 2], "uv": [93, 92], "mirror": true} + ] + }, + { + "name": "Rred2", + "parent": "Rred1", + "pivot": [-7.84375, 48.5, 1.5], + "cubes": [ + {"origin": [-16, 47.5, 0.5], "size": [8, 2, 2], "uv": [92, 52], "mirror": true} + ] + }, + { + "name": "Rred3", + "parent": "Rred2", + "pivot": [-15.84375, 48.5, 1.5], + "cubes": [ + {"origin": [-24, 47.5, 0.5], "size": [8, 2, 2], "uv": [92, 48], "mirror": true} + ] + }, + { + "name": "Rred4", + "parent": "Rred3", + "pivot": [-23.84375, 48.5, 1.5], + "cubes": [ + {"origin": [-32, 47.5, 0.5], "size": [8, 2, 2], "uv": [20, 92], "mirror": true} + ] + }, + { + "name": "Rred5", + "parent": "Rred4", + "pivot": [-31.84375, 48.5, 1.5], + "cubes": [ + {"origin": [-40, 47.5, 0.5], "size": [8, 2, 2], "uv": [0, 91], "mirror": true} + ] + }, + { + "name": "Rred6", + "parent": "Rred5", + "pivot": [-39.84375, 48.5, 1.5], + "cubes": [ + {"origin": [-48, 47.5, 0.5], "size": [8, 2, 2], "uv": [66, 90], "mirror": true} + ] + }, + { + "name": "Rred7", + "parent": "Rred6", + "pivot": [-47.84375, 48.5, 1.5], + "cubes": [ + {"origin": [-55.75, 47.5, 0.5], "size": [8, 2, 2], "inflate": -0.2, "uv": [90, 38], "mirror": true} + ] + }, + { + "name": "Rred8", + "parent": "Rred7", + "pivot": [-55.34375, 48.5, 1.5], + "cubes": [ + {"origin": [-62.5, 48, 1], "size": [7, 1, 1], "uv": [94, 35], "mirror": true} + ] + }, + { + "name": "right_blue", + "parent": "right_arm", + "pivot": [-1.84375, 46.5, 1.5] + }, + { + "name": "Rblue1", + "parent": "right_blue", + "pivot": [-1.84375, 46.5, 1.5], + "cubes": [ + {"origin": [-8, 45.5, 0.5], "size": [8, 2, 2], "uv": [93, 23], "mirror": true} + ] + }, + { + "name": "Rblue2", + "parent": "Rblue1", + "pivot": [-7.84375, 46.5, 1.5], + "cubes": [ + {"origin": [-16, 45.5, 0.5], "size": [8, 2, 2], "uv": [89, 75], "mirror": true} + ] + }, + { + "name": "Rblue3", + "parent": "Rblue2", + "pivot": [-15.84375, 46.5, 1.5], + "cubes": [ + {"origin": [-24, 45.5, 0.5], "size": [8, 2, 2], "uv": [89, 71], "mirror": true} + ] + }, + { + "name": "Rblue4", + "parent": "Rblue3", + "pivot": [-23.84375, 46.5, 1.5], + "cubes": [ + {"origin": [-32, 45.5, 0.5], "size": [8, 2, 2], "uv": [46, 89], "mirror": true} + ] + }, + { + "name": "Rblue5", + "parent": "Rblue4", + "pivot": [-31.84375, 46.5, 1.5], + "cubes": [ + {"origin": [-40, 45.5, 0.5], "size": [8, 2, 2], "uv": [84, 88], "mirror": true} + ] + }, + { + "name": "Rblue6", + "parent": "Rblue5", + "pivot": [-39.84375, 46.5, 1.5], + "cubes": [ + {"origin": [-48, 45.5, 0.5], "size": [8, 2, 2], "uv": [88, 15], "mirror": true} + ] + }, + { + "name": "Rblue7", + "parent": "Rblue6", + "pivot": [-47.84375, 46.5, 1.5], + "cubes": [ + {"origin": [-55.75, 45.5, 0.5], "size": [8, 2, 2], "inflate": -0.2, "uv": [87, 80], "mirror": true} + ] + }, + { + "name": "Rblue8", + "parent": "Rblue7", + "pivot": [-55.34375, 46.5, 1.5], + "cubes": [ + {"origin": [-62.5, 46, 1], "size": [7, 1, 1], "uv": [92, 60], "mirror": true} + ] + }, + { + "name": "head", + "parent": "body", + "pivot": [0, 55.81756, 1.4037], + "cubes": [ + {"origin": [-4.5, 53.5, -3], "size": [9, 8, 9], "uv": [0, 16]}, + {"origin": [-3.5, 61.25, -2], "size": [7, 1, 7], "uv": [37, 0]}, + {"origin": [-3.5, 52.75, -3.25], "size": [7, 8, 8], "uv": [28, 25]} + ] + }, + { + "name": "topspike", + "parent": "head", + "pivot": [-0.5, 22, -2.25], + "cubes": [ + {"origin": [1.25, 58.6649, -2.57771], "size": [2, 11.25, 3], "inflate": 0.02, "pivot": [1, 60.12541, -1.96513], "rotation": [-41.81615, -8.40819, -9.28293], "uv": [47, 93]}, + {"origin": [-1, 57.20384, 0.1903], "size": [2, 11, 3], "inflate": 0.01, "pivot": [0, 62.70384, 1.9403], "rotation": [-42.5, 0, 0], "uv": [57, 93]}, + {"origin": [-3.25, 58.6649, -2.57771], "size": [2, 11.25, 3], "inflate": 0.02, "pivot": [-1, 60.12541, -1.96513], "rotation": [-41.81615, 8.40819, 9.28293], "uv": [47, 93], "mirror": true}, + {"origin": [-1, 56.37541, -0.71513], "size": [2, 11, 3], "pivot": [-1, 59.12541, 1.03487], "rotation": [-30, 0, 0], "uv": [83, 92]} + ] + }, + { + "name": "ears", + "parent": "head", + "pivot": [0, 24.25, -2] + }, + { + "name": "left_ear", + "parent": "ears", + "pivot": [4.25498, 57.69465, -0.5], + "rotation": [8.29012, -39.27345, -12.96248], + "cubes": [ + {"origin": [3.08067, 59.02836, -1.5], "size": [9, 1, 2], "inflate": 0.01, "uv": [80, 0]}, + {"origin": [3.33067, 58.02836, -1.5], "size": [7, 2, 2], "uv": [0, 95]}, + {"origin": [3.33067, 57.02836, -1.5], "size": [5, 1, 2], "uv": [98, 62]}, + {"origin": [3.33067, 56.02836, -1.5], "size": [3, 1, 2], "uv": [54, 52]}, + {"origin": [2.32845, 54.92912, -1.5], "size": [11, 1, 2], "inflate": 0.01, "pivot": [4.32845, 55.42912, -0.5], "rotation": [0, 0, -27.5], "uv": [27, 20]}, + {"origin": [2.58067, 55.52836, -1.5], "size": [2, 1, 2], "uv": [28, 55]}, + {"origin": [4.33067, 57.52836, -1.5], "size": [5, 1, 1], "inflate": 0.02, "pivot": [5.83067, 57.52836, -1], "rotation": [0, 0, -7.5], "uv": [58, 2]} + ] + }, + { + "name": "right_ear", + "parent": "ears", + "pivot": [-4.25498, 57.69465, -0.5], + "rotation": [8.29012, 39.27345, 12.96248], + "cubes": [ + {"origin": [-13.32845, 54.92912, -1.5], "size": [11, 1, 2], "inflate": 0.01, "pivot": [-4.32845, 55.42912, -0.5], "rotation": [0, 0, 27.5], "uv": [27, 20], "mirror": true}, + {"origin": [-4.58067, 55.52836, -1.5], "size": [2, 1, 2], "uv": [28, 55], "mirror": true}, + {"origin": [-12.08067, 59.02836, -1.5], "size": [9, 1, 2], "inflate": 0.01, "uv": [80, 0], "mirror": true}, + {"origin": [-10.33067, 58.02836, -1.5], "size": [7, 2, 2], "uv": [0, 95], "mirror": true}, + {"origin": [-6.33067, 56.02836, -1.5], "size": [3, 1, 2], "uv": [54, 52], "mirror": true}, + {"origin": [-8.33067, 57.02836, -1.5], "size": [5, 1, 2], "uv": [98, 62], "mirror": true}, + {"origin": [-9.33067, 57.52836, -1.5], "size": [5, 1, 1], "inflate": 0.02, "pivot": [-5.83067, 57.52836, -1], "rotation": [0, 0, 7.5], "uv": [58, 2], "mirror": true} + ] + }, + { + "name": "lefteye", + "parent": "head", + "pivot": [2.3517, 57.16453, -2.368], + "rotation": [0, 0, -12.55], + "cubes": [ + {"origin": [3, 57, -3.25], "size": [1, 1, 2], "inflate": 0.01, "uv": [72, 16]}, + {"origin": [1.5, 56, -3.25], "size": [2, 2, 2], "inflate": 0.01, "uv": [66, 68]}, + {"origin": [1.6, 57, -3.7], "size": [1, 1, 2], "inflate": -0.3, "pivot": [2, 57.5, -2.75], "rotation": [0, 0, 10], "uv": [58, 4]}, + {"origin": [1.66, 56.84, -3.1], "size": [1, 1, 2], "inflate": 0.17, "uv": [0, 59]}, + {"origin": [1, 56, -3.25], "size": [1, 1, 2], "inflate": 0.01, "uv": [0, 62]} + ] + }, + { + "name": "righteye6", + "parent": "head", + "pivot": [-2.3517, 57.16453, -2.368], + "rotation": [0, 0, 12.55], + "cubes": [ + {"origin": [-3.5, 56, -3.25], "size": [2, 2, 2], "inflate": 0.01, "uv": [66, 68], "mirror": true}, + {"origin": [-4, 57, -3.25], "size": [1, 1, 2], "inflate": 0.01, "uv": [72, 16], "mirror": true}, + {"origin": [-2.66, 56.84, -3.1], "size": [1, 1, 2], "inflate": 0.17, "uv": [0, 59], "mirror": true}, + {"origin": [-2, 56, -3.25], "size": [1, 1, 2], "inflate": 0.01, "uv": [0, 62], "mirror": true}, + {"origin": [-2.6, 57, -3.7], "size": [1, 1, 2], "inflate": -0.3, "pivot": [-2, 57.5, -2.75], "rotation": [0, 0, -10], "uv": [58, 4], "mirror": true} + ] + }, + { + "name": "eyelids", + "parent": "head", + "pivot": [0, 55.81756, 2.4037] + }, + { + "name": "righteyelid", + "parent": "eyelids", + "pivot": [0, 57, -1.25], + "cubes": [ + {"origin": [-3.25, 56, -2.25], "size": [2, 1, 2], "inflate": 0.01, "pivot": [-2.5, 57, -1.25], "rotation": [0, 0, 12.5], "uv": [102, 2]} + ] + }, + { + "name": "lefteyelid", + "parent": "eyelids", + "pivot": [0, 57, -1.25], + "cubes": [ + {"origin": [1.25, 56, -2.25], "size": [2, 1, 2], "inflate": 0.01, "pivot": [2.5, 57, -1.25], "rotation": [0, 0, -12.5], "uv": [102, 2], "mirror": true} + ] + }, + { + "name": "collar2", + "parent": "body", + "pivot": [0.5, 45.74536, 1.96954] + }, + { + "name": "leftleg", + "parent": "deoxys", + "pivot": [4, 36, 1.5] + }, + { + "name": "left_thigh", + "parent": "leftleg", + "pivot": [-3, 14, -2.5], + "cubes": [ + {"origin": [3, 18.75, -1], "size": [5, 11, 5], "inflate": 0.1, "uv": [65, 0]}, + {"origin": [2.5, 25.75, -1.5], "size": [6, 10, 6], "inflate": 0.1, "uv": [36, 50]} + ] + }, + { + "name": "leftlegguard", + "parent": "left_thigh", + "pivot": [8.75, 36.28893, 1.75], + "rotation": [-0.21864, 9.9668, -20.02839], + "cubes": [ + {"origin": [-0.78247, 35.65437, -3.25], "size": [10, 1, 8], "pivot": [8.46753, 36.40437, 1.75], "rotation": [-2.5, 0, -27.5], "uv": [0, 50]}, + {"origin": [7.21753, 35.90437, -1], "size": [5, 0, 5], "pivot": [8.46753, 36.40437, 1.75], "rotation": [-8.49628, 44.54999, -38.2098], "uv": [17, 116]} + ] + }, + { + "name": "left_calf", + "parent": "left_thigh", + "pivot": [5.5, 20, 1.25], + "cubes": [ + {"origin": [3.5, 11, -0.5], "size": [4, 10, 4], "uv": [0, 75]}, + {"origin": [4, 5.25, 0], "size": [3, 10, 3], "uv": [34, 79]}, + {"origin": [4.5, 1, 0.5], "size": [2, 10, 2], "uv": [0, 99]}, + {"origin": [9.05563, 18.5, -2.81569], "size": [0, 5, 5], "pivot": [9.05563, 19, -2.06569], "rotation": [-45, -45, 0], "uv": [28, 45]} + ] + }, + { + "name": "rightleg", + "parent": "deoxys", + "pivot": [-4, 36, 1.5] + }, + { + "name": "right_thigh", + "parent": "rightleg", + "pivot": [3, 14, -2.5], + "cubes": [ + {"origin": [-8.5, 25.75, -1.5], "size": [6, 10, 6], "inflate": 0.1, "uv": [36, 50], "mirror": true}, + {"origin": [-8, 18.75, -1], "size": [5, 11, 5], "inflate": 0.1, "uv": [65, 0], "mirror": true} + ] + }, + { + "name": "rightlegguard", + "parent": "right_thigh", + "pivot": [-8.75, 36.28893, 1.75], + "rotation": [-0.21864, -9.9668, 20.02839], + "cubes": [ + {"origin": [-9.3347, 35.52261, -3.25093], "size": [10, 1, 8], "pivot": [-8.3347, 36.27261, 1.74907], "rotation": [-2.5, 0, 27.5], "uv": [24, 41]}, + {"origin": [-12.21753, 35.90437, -1], "size": [5, 0, 5], "pivot": [-8.46753, 36.40437, 1.75], "rotation": [-8.49628, -44.54999, 38.2098], "uv": [17, 116], "mirror": true} + ] + }, + { + "name": "right_calf", + "parent": "right_thigh", + "pivot": [-5.5, 20, 1.25], + "cubes": [ + {"origin": [-7.5, 11, -0.5], "size": [4, 10, 4], "uv": [0, 75], "mirror": true}, + {"origin": [-7, 5.25, 0], "size": [3, 10, 3], "uv": [34, 79], "mirror": true}, + {"origin": [-6.5, 1, 0.5], "size": [2, 10, 2], "uv": [0, 99], "mirror": true}, + {"origin": [-9.05563, 18.5, -2.81569], "size": [0, 5, 5], "pivot": [-9.05563, 19, -2.06569], "rotation": [-45, 45, 0], "uv": [28, 45], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/deoxysdefense/deoxysdefense.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/deoxysdefense/deoxysdefense.geo.json new file mode 100644 index 0000000..9d7a688 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/deoxysdefense/deoxysdefense.geo.json @@ -0,0 +1,398 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 256, + "texture_height": 256, + "visible_bounds_width": 7, + "visible_bounds_height": 5.5, + "visible_bounds_offset": [0, 2.25, 0] + }, + "bones": [ + { + "name": "deoxys", + "pivot": [0.5, 0.25, -1] + }, + { + "name": "hips", + "parent": "deoxys", + "pivot": [0, 35.5, 1.5], + "cubes": [ + {"origin": [-4.5, 32.75, -2], "size": [9, 4, 7], "uv": [89, 26]}, + {"origin": [-5, 33.75, -2.5], "size": [10, 4, 8], "uv": [77, 41]} + ] + }, + { + "name": "body", + "parent": "hips", + "pivot": [0, 50.02553, 0.85091], + "cubes": [ + {"origin": [1.49278, 50.25723, -3.31], "size": [2, 4, 1], "inflate": 0.2, "pivot": [2.99054, 49.27196, -4.63], "rotation": [0, 0, 27.5], "uv": [0, 22]}, + {"origin": [-8, 42.5, -3.5], "size": [16, 3, 10], "uv": [0, 22]}, + {"origin": [-11, 44.5, -3.5], "size": [22, 12, 10], "inflate": -0.01, "uv": [0, 0]}, + {"origin": [7.82322, 50.09472, -3.01], "size": [5, 5, 9], "inflate": -0.02, "pivot": [10.82322, 51.84472, 1.49], "rotation": [0, 0, 45], "uv": [111, 75]}, + {"origin": [10.18934, 53.85355, -3.5], "size": [1, 3, 10], "inflate": 0.1, "pivot": [9.93934, 55.60355, 1.5], "rotation": [0, 0, 30], "uv": [44, 123]}, + {"origin": [-5, 45.5, -1.5], "size": [10, 12, 9], "uv": [0, 44]}, + {"origin": [-3.49278, 50.25723, -3.31], "size": [2, 4, 1], "inflate": 0.2, "pivot": [-2.99054, 49.27196, -4.63], "rotation": [0, 0, -27.5], "uv": [0, 27]}, + {"origin": [-4, 36.25, -2], "size": [8, 6, 7], "uv": [142, 109]}, + {"origin": [-12.82322, 50.09472, -3.01], "size": [5, 5, 9], "inflate": -0.02, "pivot": [-10.82322, 51.84472, 1.49], "rotation": [0, 0, -45], "uv": [25, 108]}, + {"origin": [-11.18934, 53.85355, -3.5], "size": [1, 3, 10], "inflate": 0.1, "pivot": [-9.93934, 55.60355, 1.5], "rotation": [0, 0, -30], "uv": [22, 122]}, + {"origin": [-5, 40.75, -2.5], "size": [10, 7, 8], "inflate": -0.01, "uv": [0, 69]}, + {"origin": [-3.75, 47.27553, 5.60091], "size": [2, 2, 2], "uv": [150, 0], "mirror": true}, + {"origin": [1.75, 47.27553, 5.60091], "size": [2, 2, 2], "uv": [150, 0]}, + {"origin": [-1, 52.02553, 5.60091], "size": [2, 2, 2], "uv": [164, 0]} + ] + }, + { + "name": "chestdetail", + "parent": "body", + "pivot": [0.5, 45.74536, 1.46954], + "cubes": [ + {"origin": [-3, 43.49536, -3.53046], "size": [2, 6, 0], "pivot": [-3, 46.49536, -3.53046], "rotation": [0, -45, 0], "uv": [0, 44]}, + {"origin": [-3, 47.5, -3.5], "size": [6, 2, 0], "pivot": [0, 49.5, -3.5], "rotation": [45, 0, 0], "uv": [42, 30]}, + {"origin": [1, 43.49536, -3.53046], "size": [2, 6, 0], "pivot": [3, 46.49536, -3.53046], "rotation": [0, 45, 0], "uv": [4, 44]}, + {"origin": [-3, 43.5, -3.5], "size": [6, 2, 0], "pivot": [0, 43.5, -3.5], "rotation": [-45, 0, 0], "uv": [54, 5]}, + {"origin": [-2, 44.5, -3], "size": [4, 4, 2], "uv": [29, 44]} + ] + }, + { + "name": "collar", + "parent": "body", + "pivot": [-0.5, 44.74536, 1.96954] + }, + { + "name": "head", + "parent": "body", + "pivot": [0, 54.82304, 0.53143], + "cubes": [ + {"origin": [-5.5, 53.75, -4.75], "size": [11, 5, 11], "inflate": 0.02, "uv": [41, 33]}, + {"origin": [0.99278, 50.25723, -4.64], "size": [2, 4, 10], "inflate": 0.1, "pivot": [2.99054, 49.27196, -4.63], "rotation": [0, 0, 27.5], "uv": [121, 121]}, + {"origin": [-2.99278, 50.25723, -4.64], "size": [2, 4, 10], "inflate": 0.1, "pivot": [-2.99054, 49.27196, -4.63], "rotation": [0, 0, -27.5], "uv": [97, 121]}, + {"origin": [-4.5, 53, -4.25], "size": [9, 7, 10], "uv": [28, 60]}, + {"origin": [-3.5, 50.75, -5], "size": [7, 8, 9], "uv": [57, 75]}, + {"origin": [-3.5, 59, -3.25], "size": [7, 2, 8], "uv": [107, 111]}, + {"origin": [-3.49, 50.01, -4.74], "size": [7, 2, 2], "inflate": -0.01, "uv": [197, 32]} + ] + }, + { + "name": "ears", + "parent": "head", + "pivot": [0, 23.25, -3.25] + }, + { + "name": "lefteye", + "parent": "head", + "pivot": [2.3517, 55.16453, -4.118], + "rotation": [0, 0, -12.55], + "cubes": [ + {"origin": [3, 55, -5], "size": [1, 1, 2], "inflate": 0.01, "uv": [42, 56]}, + {"origin": [1.5, 54, -5], "size": [2, 2, 2], "inflate": 0.01, "uv": [0, 4]}, + {"origin": [1.6, 55, -5.45], "size": [1, 1, 2], "inflate": -0.3, "pivot": [2, 55.5, -4.5], "rotation": [0, 0, 10], "uv": [54, 25]}, + {"origin": [1.66, 54.84, -4.85], "size": [1, 1, 2], "inflate": 0.17, "uv": [54, 28]}, + {"origin": [1, 54, -5], "size": [1, 1, 2], "inflate": 0.01, "uv": [38, 55]} + ] + }, + { + "name": "righteye6", + "parent": "head", + "pivot": [-2.3517, 55.16453, -4.118], + "rotation": [0, 0, 12.55], + "cubes": [ + {"origin": [-3.5, 54, -5], "size": [2, 2, 2], "inflate": 0.01, "uv": [0, 4], "mirror": true}, + {"origin": [-4, 55, -5], "size": [1, 1, 2], "inflate": 0.01, "uv": [42, 56], "mirror": true}, + {"origin": [-2.66, 54.84, -4.85], "size": [1, 1, 2], "inflate": 0.17, "uv": [54, 28], "mirror": true}, + {"origin": [-2, 54, -5], "size": [1, 1, 2], "inflate": 0.01, "uv": [38, 55], "mirror": true}, + {"origin": [-2.6, 55, -5.45], "size": [1, 1, 2], "inflate": -0.3, "pivot": [-2, 55.5, -4.5], "rotation": [0, 0, -10], "uv": [54, 25], "mirror": true} + ] + }, + { + "name": "eyelids", + "parent": "head", + "pivot": [0, 54.82304, 1.53143] + }, + { + "name": "righteyelid", + "parent": "eyelids", + "pivot": [0, 55, -3], + "cubes": [ + {"origin": [-3.25, 54, -4], "size": [2, 1, 2], "inflate": 0.01, "pivot": [-2.5, 55, -3], "rotation": [0, 0, 12.5], "uv": [0, 0]} + ] + }, + { + "name": "lefteyelid", + "parent": "eyelids", + "pivot": [0, 55, -3], + "cubes": [ + {"origin": [1.25, 54, -4], "size": [2, 1, 2], "inflate": 0.01, "pivot": [2.5, 55, -3], "rotation": [0, 0, -12.5], "uv": [0, 0], "mirror": true} + ] + }, + { + "name": "Left_arm", + "parent": "body", + "pivot": [13, 52, 1.5] + }, + { + "name": "leftarm_red", + "parent": "Left_arm", + "pivot": [13.95, 53, 1.5], + "rotation": [0, 0, 75] + }, + { + "name": "Lred1", + "parent": "leftarm_red", + "pivot": [13.95, 53, 1.5], + "cubes": [ + {"origin": [14.25, 52.5, -2], "size": [9, 1, 7], "uv": [118, 47]} + ] + }, + { + "name": "Lred2", + "parent": "Lred1", + "pivot": [23.75, 53, 1.5], + "cubes": [ + {"origin": [23.25, 52.5, -2], "size": [9, 1, 7], "uv": [116, 9]} + ] + }, + { + "name": "Lred3", + "parent": "Lred2", + "pivot": [32.75, 53, 1.5], + "cubes": [ + {"origin": [32.25, 52.5, -2.5], "size": [9, 1, 8], "uv": [105, 38]} + ] + }, + { + "name": "Lred4", + "parent": "Lred3", + "pivot": [41.75, 53, 1.5], + "cubes": [ + {"origin": [41.25, 52.5, -2.5], "size": [9, 1, 8], "uv": [86, 102]} + ] + }, + { + "name": "Lred5", + "parent": "Lred4", + "pivot": [50.75, 53, 1.5], + "cubes": [ + {"origin": [50.25, 52.5, -2.5], "size": [11, 1, 8], "uv": [0, 84]} + ] + }, + { + "name": "leftarm_blue", + "parent": "Left_arm", + "pivot": [12.2, 51.25, 1.5], + "rotation": [0, 0, 77.5] + }, + { + "name": "Lblue1", + "parent": "leftarm_blue", + "pivot": [12.2, 51.25, 1.5], + "cubes": [ + {"origin": [12.5, 50.75, -2], "size": [9, 1, 7], "uv": [46, 115]} + ] + }, + { + "name": "Lblue2", + "parent": "Lblue1", + "pivot": [22, 51.25, 1.5], + "cubes": [ + {"origin": [21.5, 50.75, -2], "size": [9, 1, 7], "uv": [114, 24]} + ] + }, + { + "name": "Lblue3", + "parent": "Lblue2", + "pivot": [31, 51.25, 1.5], + "cubes": [ + {"origin": [30.5, 50.75, -2.5], "size": [9, 1, 8], "uv": [86, 93]} + ] + }, + { + "name": "Lblue4", + "parent": "Lblue3", + "pivot": [40, 51.25, 1.5], + "cubes": [ + {"origin": [39.5, 50.75, -2.5], "size": [9, 1, 8], "uv": [0, 93]} + ] + }, + { + "name": "Lblue5", + "parent": "Lblue4", + "pivot": [49, 51.25, 1.5], + "cubes": [ + {"origin": [48.5, 50.75, -2.5], "size": [11, 1, 8], "uv": [80, 75]} + ] + }, + { + "name": "Right_arm", + "parent": "body", + "pivot": [-13, 52.02553, 1.35091] + }, + { + "name": "rightarm_red", + "parent": "Right_arm", + "pivot": [-13.95, 53, 1.5], + "rotation": [0, 0, -75] + }, + { + "name": "Rred1", + "parent": "rightarm_red", + "pivot": [-13.75, 53, 1.5], + "cubes": [ + {"origin": [-23.25, 52.5, -2], "size": [9, 1, 7], "uv": [0, 115]} + ] + }, + { + "name": "Rred2", + "parent": "Rred1", + "pivot": [-23.75, 53, 1.5], + "cubes": [ + {"origin": [-32.25, 52.5, -2], "size": [9, 1, 7], "uv": [112, 102]} + ] + }, + { + "name": "Rred3", + "parent": "Rred2", + "pivot": [-32.75, 53, 1.5], + "cubes": [ + {"origin": [-41.25, 52.5, -2.5], "size": [9, 1, 8], "uv": [0, 102]} + ] + }, + { + "name": "Rred4", + "parent": "Rred3", + "pivot": [-41.75, 53, 1.5], + "cubes": [ + {"origin": [-50.25, 52.5, -2.5], "size": [9, 1, 8], "uv": [100, 62]} + ] + }, + { + "name": "Rred5", + "parent": "Rred4", + "pivot": [-50.75, 53, 1.5], + "cubes": [ + {"origin": [-61.25, 52.5, -2.5], "size": [11, 1, 8], "uv": [86, 15]} + ] + }, + { + "name": "rightarm_blue", + "parent": "Right_arm", + "pivot": [-12.2, 51.25, 1.5], + "rotation": [0, 0, -77.5] + }, + { + "name": "Rblue1", + "parent": "rightarm_blue", + "pivot": [-12.2, 51.25, 1.5], + "cubes": [ + {"origin": [-21.5, 50.75, -2], "size": [9, 1, 7], "uv": [116, 0]} + ] + }, + { + "name": "Rblue2", + "parent": "Rblue1", + "pivot": [-22.2, 51.25, 1.5], + "cubes": [ + {"origin": [-30.5, 50.75, -2], "size": [9, 1, 7], "uv": [112, 89]} + ] + }, + { + "name": "Rblue3", + "parent": "Rblue2", + "pivot": [-31.2, 51.25, 1.5], + "cubes": [ + {"origin": [-39.5, 50.75, -2.5], "size": [9, 1, 8], "uv": [92, 53]} + ] + }, + { + "name": "Rblue4", + "parent": "Rblue3", + "pivot": [-40.2, 51.25, 1.5], + "cubes": [ + {"origin": [-48.5, 50.75, -2.5], "size": [9, 1, 8], "uv": [90, 0]} + ] + }, + { + "name": "Rblue5", + "parent": "Rblue4", + "pivot": [-49.2, 51.25, 1.5], + "cubes": [ + {"origin": [-59.5, 50.75, -2.5], "size": [11, 1, 8], "uv": [81, 84]} + ] + }, + { + "name": "leftleg", + "parent": "deoxys", + "pivot": [5, 34, 2] + }, + { + "name": "left_thigh", + "parent": "leftleg", + "pivot": [5, 28, 0.5], + "cubes": [ + {"origin": [2.5, 19.25, -1.5], "size": [6, 16, 6], "inflate": 0.1, "uv": [38, 86]}, + {"origin": [4.9, 19, -1.75], "size": [1, 6, 1], "inflate": 0.02, "uv": [161, 14]} + ] + }, + { + "name": "leftlegguard", + "parent": "left_thigh", + "pivot": [5.82322, 32.56975, 1.5], + "rotation": [0, 32.5, 0], + "cubes": [ + {"origin": [-2, 32.5, -3.5], "size": [12, 1, 10], "pivot": [6, 34.75, 1.5], "rotation": [0, -10, -45], "uv": [52, 22]}, + {"origin": [-1.10907, 32.5, -2.5], "size": [1, 0, 8], "pivot": [5.82322, 32.0026, 1.5], "rotation": [0, -10, -45], "uv": [0, 0]}, + {"origin": [11.89093, 32.5, -2.5], "size": [3, 0, 8], "pivot": [5.82322, 32.0026, 1.5], "rotation": [0, -10, -45], "uv": [34, 22]} + ] + }, + { + "name": "left_calf", + "parent": "left_thigh", + "pivot": [6, 19.25, 1.5], + "cubes": [ + {"origin": [3.9, 18.5, -2], "size": [3, 3, 2], "inflate": 0.01, "uv": [38, 50]}, + {"origin": [3, 10.25, -1], "size": [5, 10, 5], "inflate": 0.1, "uv": [0, 123]}, + {"origin": [3.5, 0, -0.5], "size": [4, 11, 4], "inflate": 0.1, "uv": [126, 55]} + ] + }, + { + "name": "rightleg", + "parent": "deoxys", + "pivot": [-5, 34, 2] + }, + { + "name": "right_thigh", + "parent": "rightleg", + "pivot": [-5, 28, 0.5], + "cubes": [ + {"origin": [-8.5, 19.25, -1.5], "size": [6, 16, 6], "inflate": 0.1, "uv": [62, 92]}, + {"origin": [-5.9, 19, -1.75], "size": [1, 6, 1], "inflate": 0.02, "uv": [161, 14], "mirror": true} + ] + }, + { + "name": "rightlegguard", + "parent": "right_thigh", + "pivot": [-5.82322, 32.56975, 1.5], + "rotation": [0, -32.5, 0], + "cubes": [ + {"origin": [0.10907, 32.5, -2.5], "size": [1, 0, 8], "pivot": [-5.82322, 32.0026, 1.5], "rotation": [0, 10, 45], "uv": [0, 22]}, + {"origin": [-14.89093, 32.5, -2.5], "size": [3, 0, 8], "pivot": [-5.82322, 32.0026, 1.5], "rotation": [0, 10, 45], "uv": [40, 22]}, + {"origin": [-10, 32.5, -3.5], "size": [12, 1, 10], "pivot": [-6, 34.75, 1.5], "rotation": [0, 10, 45], "uv": [38, 49]} + ] + }, + { + "name": "right_calf", + "parent": "right_thigh", + "pivot": [-6, 19.25, 1.5], + "cubes": [ + {"origin": [-6.9, 18.5, -2], "size": [3, 3, 2], "inflate": 0.01, "uv": [38, 50], "mirror": true}, + {"origin": [-8, 10.25, -1], "size": [5, 10, 5], "inflate": 0.1, "uv": [66, 124]}, + {"origin": [-7.5, 0, -0.5], "size": [4, 11, 4], "inflate": 0.1, "uv": [16, 135]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/deoxysspeed/deoxysspeed.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/deoxysspeed/deoxysspeed.geo.json new file mode 100644 index 0000000..92912a8 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/deoxysspeed/deoxysspeed.geo.json @@ -0,0 +1,363 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 9, + "visible_bounds_height": 5.5, + "visible_bounds_offset": [0, 2.25, 0] + }, + "bones": [ + { + "name": "deoxys", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "deoxys", + "pivot": [0, 46.35, 2.925], + "cubes": [ + {"origin": [4.75, 44.5, -1], "size": [2, 5, 5], "uv": [85, 95]}, + {"origin": [-2, 46.5, -0.25], "size": [4, 7, 4], "uv": [82, 23]}, + {"origin": [-2.5, 37.75, -1], "size": [5, 6, 5], "inflate": 0.2, "uv": [79, 48]}, + {"origin": [1.5, 45, 3.75], "size": [2, 2, 2], "inflate": -0.1, "uv": [0, 32]}, + {"origin": [-3.5, 45, 3.75], "size": [2, 2, 2], "inflate": -0.1, "uv": [0, 32], "mirror": true}, + {"origin": [-1, 48.25, 3.75], "size": [2, 2, 2], "inflate": -0.1, "uv": [0, 0]}, + {"origin": [-6.75, 44.5, -1], "size": [2, 5, 5], "uv": [85, 95], "mirror": true}, + {"origin": [-5, 43.5, -2.5], "size": [10, 7, 8], "uv": [1, 1]}, + {"origin": [-3.5, 42.5, -2], "size": [7, 7, 7], "uv": [52, 53]}, + {"origin": [-0.5, 43.5, 4.5], "size": [1, 2, 1], "inflate": 0.01, "uv": [113, 74]} + ] + }, + { + "name": "chestdetail", + "parent": "body", + "pivot": [0.5, 45.74536, 2.46954], + "cubes": [ + {"origin": [-3, 43.49536, -2.53046], "size": [2, 6, 0], "pivot": [-3, 46.49536, -2.53046], "rotation": [0, -45, 0], "uv": [29, 0]}, + {"origin": [-3, 47.5, -2.5], "size": [6, 2, 0], "pivot": [0, 49.5, -2.5], "rotation": [45, 0, 0], "uv": [52, 29]}, + {"origin": [1, 43.49536, -2.53046], "size": [2, 6, 0], "pivot": [3, 46.49536, -2.53046], "rotation": [0, 45, 0], "uv": [52, 53]}, + {"origin": [-3, 43.5, -2.5], "size": [6, 2, 0], "pivot": [0, 43.5, -2.5], "rotation": [-45, 0, 0], "uv": [52, 31]}, + {"origin": [-2, 44.5, -2], "size": [4, 4, 2], "uv": [49, 0]} + ] + }, + { + "name": "collar", + "parent": "body", + "pivot": [-0.5, 45.74536, 1.96954], + "cubes": [ + {"origin": [-2.5, 48.99768, -1.64023], "size": [5, 2, 7], "pivot": [-0.5, 50.24768, 1.60977], "rotation": [7.5, 0, 0], "uv": [68, 14]}, + {"origin": [-0.5, 49.5, -2.5], "size": [1, 1, 2], "inflate": 0.01, "uv": [112, 70]}, + {"origin": [-0.5, 50.5, -0.25], "size": [1, 3, 1], "inflate": 0.01, "uv": [107, 71]} + ] + }, + { + "name": "hips", + "parent": "body", + "pivot": [0, 37.25, 1.5], + "cubes": [ + {"origin": [-3.5, 37, -2], "size": [7, 2, 7], "uv": [61, 29]}, + {"origin": [-4.5, 32.75, -2], "size": [9, 5, 7], "uv": [52, 41]}, + {"origin": [-5.5, 34, -2.5], "size": [11, 4, 8], "uv": [0, 103], "mirror": true} + ] + }, + { + "name": "left_arm", + "parent": "body", + "pivot": [5, 47.25, 1.5] + }, + { + "name": "Lred1", + "parent": "left_arm", + "pivot": [5, 47.25, 1.5], + "cubes": [ + {"origin": [1, 46.25, 0.5], "size": [8, 2, 2], "uv": [94, 95]} + ] + }, + { + "name": "Lred2", + "parent": "Lred1", + "pivot": [9, 47.25, 1.5], + "cubes": [ + {"origin": [9, 46.25, 0.5], "size": [8, 2, 2], "uv": [94, 45]} + ] + }, + { + "name": "Lred3", + "parent": "Lred2", + "pivot": [17, 47.25, 1.5], + "cubes": [ + {"origin": [17, 46.25, 0.5], "size": [8, 2, 2], "uv": [94, 20]} + ] + }, + { + "name": "Lred4", + "parent": "Lred3", + "pivot": [25, 47.25, 1.5], + "cubes": [ + {"origin": [25, 46.25, 0.5], "size": [8, 2, 2], "uv": [93, 59]} + ] + }, + { + "name": "Lred5", + "parent": "Lred4", + "pivot": [33, 47.25, 1.5], + "cubes": [ + {"origin": [33, 46.25, 0.5], "size": [8, 2, 2], "uv": [93, 0]} + ] + }, + { + "name": "Lred6", + "parent": "Lred5", + "pivot": [41, 47.25, 1.5], + "cubes": [ + {"origin": [41, 46.25, 0.5], "size": [8, 2, 2], "uv": [85, 91]} + ] + }, + { + "name": "Lred7", + "parent": "Lred6", + "pivot": [49, 47.25, 1.5], + "cubes": [ + {"origin": [49, 46.25, 0.5], "size": [8, 2, 2], "uv": [91, 77]} + ] + }, + { + "name": "right_arm", + "parent": "body", + "pivot": [-5, 47.25, 1.5] + }, + { + "name": "Rblue1", + "parent": "right_arm", + "pivot": [-5, 47.25, 1.5], + "cubes": [ + {"origin": [-9, 46.25, 0.5], "size": [8, 2, 2], "uv": [94, 49]} + ] + }, + { + "name": "Rblue2", + "parent": "Rblue1", + "pivot": [-9, 47.25, 1.5], + "cubes": [ + {"origin": [-17, 46.25, 0.5], "size": [8, 2, 2], "uv": [91, 38]} + ] + }, + { + "name": "Rblue3", + "parent": "Rblue2", + "pivot": [-17, 47.25, 1.5], + "cubes": [ + {"origin": [-25, 46.25, 0.5], "size": [8, 2, 2], "uv": [89, 34]} + ] + }, + { + "name": "Rblue4", + "parent": "Rblue3", + "pivot": [-25, 47.25, 1.5], + "cubes": [ + {"origin": [-33, 46.25, 0.5], "size": [8, 2, 2], "uv": [85, 16]} + ] + }, + { + "name": "Rblue5", + "parent": "Rblue4", + "pivot": [-33, 47.25, 1.5], + "cubes": [ + {"origin": [-41, 46.25, 0.5], "size": [8, 2, 2], "uv": [85, 12]} + ] + }, + { + "name": "Rblue6", + "parent": "Rblue5", + "pivot": [-41, 47.25, 1.5], + "cubes": [ + {"origin": [-49, 46.25, 0.5], "size": [8, 2, 2], "uv": [81, 73]} + ] + }, + { + "name": "Rblue7", + "parent": "Rblue6", + "pivot": [-49, 47.25, 1.5], + "cubes": [ + {"origin": [-57, 46.25, 0.5], "size": [8, 2, 2], "uv": [0, 65]} + ] + }, + { + "name": "head", + "parent": "body", + "pivot": [0, 54.81756, 2.1537], + "cubes": [ + {"origin": [-4.5, 53.5, -3], "size": [9, 8, 8], "uv": [30, 8]}, + {"origin": [-3.5, 61.25, -2], "size": [7, 1, 6], "uv": [29, 0]}, + {"origin": [-3.5, 52.75, -3.25], "size": [7, 8, 9], "uv": [29, 24]}, + {"origin": [-3.5, 52.67083, 5.78609], "size": [7, 5, 1], "pivot": [0, 52.60809, 5.54355], "rotation": [20, 0, 0], "uv": [42, 41]} + ] + }, + { + "name": "topspike", + "parent": "head", + "pivot": [0, 62.18884, 11.1226], + "rotation": [-2.5, 0, 0], + "cubes": [ + {"origin": [-2, 53.84405, 8.50863], "size": [4, 12, 6], "pivot": [0, 64.34405, 8.25863], "rotation": [-72.5, 0, 0], "uv": [41, 67]}, + {"origin": [-0.5, 71.59405, 8.50863], "size": [1, 4, 4], "pivot": [0, 64.34405, 8.25863], "rotation": [-72.5, 0, 0], "uv": [113, 20]}, + {"origin": [0, 70.84405, 8.50863], "size": [0, 8, 4], "pivot": [0, 64.34405, 8.25863], "rotation": [-72.5, 0, 0], "uv": [0, 12]}, + {"origin": [-1, 64.59405, 8.50863], "size": [2, 7, 5], "pivot": [0, 64.34405, 8.25863], "rotation": [-72.5, 0, 0], "uv": [84, 0], "mirror": true} + ] + }, + { + "name": "ears", + "parent": "head", + "pivot": [0, 24.25, -2] + }, + { + "name": "R_ear", + "parent": "ears", + "pivot": [0, 24.25, -2], + "cubes": [ + {"origin": [-5, 58.25, -2.25], "size": [0, 6, 5], "uv": [0, 40], "mirror": true}, + {"origin": [-5.25, 56.25, -0.25], "size": [1, 3, 1], "inflate": 0.02, "uv": [116, 30], "mirror": true}, + {"origin": [-5.25, 54.25, -2.75], "size": [1, 5, 6], "uv": [34, 85]} + ] + }, + { + "name": "L_ear", + "parent": "ears", + "pivot": [0, 24.25, -2], + "cubes": [ + {"origin": [5, 58.25, -2.25], "size": [0, 6, 5], "uv": [0, 40]}, + {"origin": [4.25, 56.25, -0.25], "size": [1, 3, 1], "inflate": 0.02, "uv": [116, 30]}, + {"origin": [4.25, 54.25, -2.75], "size": [1, 5, 6], "uv": [0, 86]} + ] + }, + { + "name": "lefteye", + "parent": "head", + "pivot": [2.3517, 57.16453, -2.368], + "rotation": [0, 0, -12.55], + "cubes": [ + {"origin": [3, 57, -3.25], "size": [1, 1, 2], "inflate": 0.01, "uv": [30, 67]}, + {"origin": [1.5, 56, -3.25], "size": [2, 2, 2], "inflate": 0.01, "uv": [42, 47]}, + {"origin": [1.6, 57, -3.7], "size": [1, 1, 2], "inflate": -0.3, "pivot": [2, 57.5, -2.75], "rotation": [0, 0, 10], "uv": [61, 33]}, + {"origin": [1.66, 56.84, -3.1], "size": [1, 1, 2], "inflate": 0.17, "uv": [61, 38]}, + {"origin": [1, 56, -3.25], "size": [1, 1, 2], "inflate": 0.01, "uv": [20, 65]} + ] + }, + { + "name": "righteye6", + "parent": "head", + "pivot": [-2.3517, 57.16453, -2.368], + "rotation": [0, 0, 12.55], + "cubes": [ + {"origin": [-3.5, 56, -3.25], "size": [2, 2, 2], "inflate": 0.01, "uv": [0, 36]}, + {"origin": [-4, 57, -3.25], "size": [1, 1, 2], "inflate": 0.01, "uv": [4, 52]}, + {"origin": [-2.66, 56.84, -3.1], "size": [1, 1, 2], "inflate": 0.17, "uv": [16, 51]}, + {"origin": [-2, 56, -3.25], "size": [1, 1, 2], "inflate": 0.01, "uv": [20, 52]}, + {"origin": [-2.6, 57, -3.7], "size": [1, 1, 2], "inflate": -0.3, "pivot": [-2, 57.5, -2.75], "rotation": [0, 0, -10], "uv": [0, 51]} + ] + }, + { + "name": "eyelids", + "parent": "head", + "pivot": [0, 55.75506, 3.4037] + }, + { + "name": "righteyelid", + "parent": "eyelids", + "pivot": [0, 57, -1.25], + "cubes": [ + {"origin": [-3.25, 56, -2.25], "size": [2, 1, 2], "inflate": 0.01, "pivot": [-2.5, 57, -1.25], "rotation": [0, 0, 12.5], "uv": [102, 2]} + ] + }, + { + "name": "lefteyelid", + "parent": "eyelids", + "pivot": [0, 55.75506, 3.4037], + "cubes": [ + {"origin": [1.25, 56, -2.25], "size": [2, 1, 2], "inflate": 0.01, "pivot": [2.5, 57, -1.25], "rotation": [0, 0, -12.5], "uv": [102, 2], "mirror": true} + ] + }, + { + "name": "leftleg", + "parent": "deoxys", + "pivot": [4, 36, 1.5] + }, + { + "name": "leftlegguard", + "parent": "leftleg", + "pivot": [7.25, 35.75, 4.25], + "rotation": [0, 0, 47.5], + "cubes": [ + {"origin": [6.25, 34.75, -2.75], "size": [2, 4, 11], "uv": [15, 61]}, + {"origin": [6.25, 27.25, -4], "size": [2, 10, 10], "uv": [50, 100]}, + {"origin": [7.25, 32.75, 3.25], "size": [0, 6, 9], "uv": [16, 36]}, + {"origin": [5.75, 27.75, -3.5], "size": [3, 10, 10], "uv": [0, 45]} + ] + }, + { + "name": "left_thigh", + "parent": "leftleg", + "pivot": [5.5, 33.44667, 1.58333], + "cubes": [ + {"origin": [4.5, 18.84, -1], "size": [2, 1, 1], "uv": [117, 80], "mirror": true}, + {"origin": [3, 18.75, -1], "size": [5, 9, 5], "inflate": -0.1, "uv": [76, 77]}, + {"origin": [3, 25.75, -1], "size": [5, 10, 5], "inflate": 0.1, "uv": [61, 67]} + ] + }, + { + "name": "left_calf", + "parent": "left_thigh", + "pivot": [5.5, 19.75, 1.5], + "cubes": [ + {"origin": [3.5, 11, -0.5], "size": [4, 10, 4], "uv": [57, 82]}, + {"origin": [4, 5.25, 0], "size": [3, 10, 3], "uv": [14, 90]}, + {"origin": [4, 0.25, 0], "size": [3, 10, 3], "inflate": -0.3, "uv": [14, 90]}, + {"origin": [5, 16, -0.5], "size": [1, 3, 1], "inflate": 0.01, "uv": [111, 80], "mirror": true} + ] + }, + { + "name": "rightleg", + "parent": "deoxys", + "pivot": [-4, 36, 1.5] + }, + { + "name": "rightleftguard", + "parent": "rightleg", + "pivot": [-7.25, 35.75, 4.25], + "rotation": [0, 0, -47.5], + "cubes": [ + {"origin": [-8.25, 27.25, -4], "size": [2, 10, 10], "uv": [50, 100], "mirror": true}, + {"origin": [-7.25, 32.75, 3], "size": [0, 6, 9], "uv": [30, 52]}, + {"origin": [-8.75, 27.75, -3.5], "size": [3, 10, 10], "uv": [0, 45], "mirror": true}, + {"origin": [-8.25, 34.75, -2.75], "size": [2, 4, 11], "uv": [15, 61], "mirror": true} + ] + }, + { + "name": "right_thigh", + "parent": "rightleg", + "pivot": [-5.5, 33.44667, 1.33333], + "cubes": [ + {"origin": [-6.5, 18.84, -1], "size": [2, 1, 1], "uv": [117, 80]}, + {"origin": [-8, 25.75, -1], "size": [5, 10, 5], "inflate": 0.1, "uv": [61, 67], "mirror": true}, + {"origin": [-8, 18.75, -1], "size": [5, 9, 5], "inflate": -0.1, "uv": [20, 76]} + ] + }, + { + "name": "right_calf", + "parent": "right_thigh", + "pivot": [-5.5, 19.75, 1.5], + "cubes": [ + {"origin": [-6, 16, -0.5], "size": [1, 3, 1], "inflate": 0.01, "uv": [111, 80]}, + {"origin": [-7.5, 11, -0.5], "size": [4, 10, 4], "uv": [81, 59]}, + {"origin": [-7, 0.25, 0], "size": [3, 10, 3], "inflate": -0.3, "uv": [14, 90], "mirror": true}, + {"origin": [-7, 5.25, 0], "size": [3, 10, 3], "uv": [14, 90], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/dewpider/dewpider.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/dewpider/dewpider.geo.json new file mode 100644 index 0000000..061efdf --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/dewpider/dewpider.geo.json @@ -0,0 +1,82 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.dewpider", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "all", + "pivot": [0, 0, 0] + }, + { + "name": "head", + "parent": "all", + "pivot": [0, 7, 0], + "cubes": [ + {"origin": [-4.5, 7, -4.5], "size": [9, 8, 9], "uv": [0, 0]}, + {"origin": [-3.5, 7, -3.5], "size": [7, 7, 7], "uv": [0, 17]}, + {"origin": [-1, 14, 1], "size": [2, 1, 2], "uv": [42, 24]}, + {"origin": [-3.5, 14, -2.5], "size": [2, 1, 2], "uv": [42, 21]}, + {"origin": [1.5, 14, -2.5], "size": [2, 1, 2], "uv": [42, 27]}, + {"origin": [-4.5, 7, 4.5], "size": [9, 8, 0], "uv": [46, 56]}, + {"origin": [-4.5, 7, -4.5], "size": [9, 8, 0], "pivot": [0, 11, -4.5], "rotation": [0, 180, 0], "uv": [46, 56]}, + {"origin": [1.5, 13, -4.49], "size": [2, 2, 0], "pivot": [0, 11, -4.5], "rotation": [0, 180, 0], "uv": [0, 62]}, + {"origin": [0, 7, 9], "size": [9, 8, 0], "pivot": [0, 11, 4.5], "rotation": [0, 90, 0], "uv": [46, 56]}, + {"origin": [-9, 7, 0], "size": [9, 8, 0], "pivot": [-4.5, 11, 0], "rotation": [0, -90, 0], "uv": [46, 56]}, + {"origin": [-4.5, 15, -4.5], "size": [9, 0, 9], "uv": [19, 55]}, + {"origin": [-4.5, 7, -4.5], "size": [9, 0, 9], "uv": [1, 55]} + ] + }, + { + "name": "body", + "parent": "all", + "pivot": [0, 7, 0], + "cubes": [ + {"origin": [-3.5, 6, -3.5], "size": [7, 1, 7], "uv": [21, 24]}, + {"origin": [-1.5, 2, -1.5], "size": [3, 4, 3], "uv": [21, 17]}, + {"origin": [-0.5, 1, -0.5], "size": [1, 1, 1], "uv": [0, 6]} + ] + }, + { + "name": "leg_back_right", + "parent": "body", + "pivot": [-1.5, 5.5, 1.5], + "cubes": [ + {"origin": [-5.5, 0, 1.5], "size": [4, 6, 0], "uv": [27, 0]} + ] + }, + { + "name": "leg_back_left", + "parent": "body", + "pivot": [1.5, 5.5, 1.5], + "cubes": [ + {"origin": [1.5, 0, 1.5], "size": [4, 6, 0], "uv": [0, 0]} + ] + }, + { + "name": "leg_front_right", + "parent": "body", + "pivot": [-1.5, 5.5, -1.5], + "cubes": [ + {"origin": [-5.5, 0, -1.5], "size": [4, 6, 0], "uv": [0, 31]} + ] + }, + { + "name": "leg_front_left", + "parent": "body", + "pivot": [1.5, 5.5, -1.5], + "cubes": [ + {"origin": [1.5, 0, -1.5], "size": [4, 6, 0], "uv": [8, 31]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/diancie.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/diancie.geo.json new file mode 100644 index 0000000..49fe75d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/diancie.geo.json @@ -0,0 +1,183 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.diancie", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "diancie", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "diancie", + "pivot": [0, 18, 0], + "cubes": [ + {"origin": [1, 14.5, -3], "size": [2, 3, 2], "pivot": [1, 13.8, -1], "rotation": [0, 90, 0], "uv": [34, 52]}, + {"origin": [-1.5, 16, -1.5], "size": [3, 1, 3], "pivot": [0, 16.5, 0], "rotation": [0, 45, 0], "uv": [0, 43]}, + {"origin": [-1, 17, -2], "size": [4, 1, 4], "pivot": [0.5, 17.5, 0.5], "rotation": [0, 90, 0], "uv": [17, 50]} + ] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 16, 0], + "cubes": [ + {"origin": [-2, 13, -2], "size": [4, 3, 4], "pivot": [0, 15, 0], "rotation": [-180, 45, 180], "uv": [19, 29]} + ] + }, + { + "name": "lowerBody", + "parent": "torso", + "pivot": [0, 13.5, 0], + "cubes": [ + {"origin": [-3, 11.5, -3], "size": [6, 2, 6], "pivot": [0, 12.5, 0], "rotation": [0, 45, 0], "uv": [0, 21]}, + {"origin": [-1, 0.5, -1], "size": [2, 2, 2], "pivot": [0, 1.5, 0], "rotation": [0, 45, 0], "uv": [42, 33]}, + {"origin": [-3.5, 6.5, -3.5], "size": [7, 5, 7], "pivot": [0, 9, 0], "rotation": [-180, 45, -180], "uv": [35, 52]}, + {"origin": [-2.5, 2.5, -2.5], "size": [5, 4, 5], "pivot": [0, 4.5, 0], "rotation": [-180, 45, -180], "uv": [41, 42]}, + {"origin": [-4.12132, 15.62132, -3], "size": [2, 0, 6], "pivot": [0, 13.5, 0], "rotation": [35.2644, -30, -54.7356], "uv": [10, 56]}, + {"origin": [-4.12132, 15.62132, -3], "size": [2, 0, 6], "pivot": [0, 13.5, 0], "rotation": [144.7356, -30, -125.2644], "uv": [19, 12]}, + {"origin": [-5.12132, 15.62132, -3], "size": [3, 0, 6], "pivot": [0, 13.5, 0], "rotation": [-144.7356, 30, -125.2644], "uv": [-6, 18]}, + {"origin": [-5.12132, 15.62132, -3], "size": [3, 0, 6], "pivot": [0, 13.5, 0], "rotation": [-35.2644, 30, -54.7356], "uv": [23, 58]}, + {"origin": [-4, 13.5, 0.25], "size": [4, 0, 4], "pivot": [0, 13.5, 4.25], "rotation": [-118.4835, 25.4967, -141.5732], "uv": [6, 41]}, + {"origin": [2, 6, -1.5], "size": [3, 6, 3], "pivot": [3.5, 9, 0], "rotation": [0, 45, 0], "uv": [17, 0]} + ], + "locators": { + "body_ik": [0, 0.5, 0] + } + }, + { + "name": "head", + "parent": "body", + "pivot": [0, 18, 0], + "cubes": [ + {"origin": [1.4, 21, -1.6], "size": [2, 3, 0], "pivot": [2.4, 21, -2.1], "rotation": [-165.2062, 8.962, -112.7707], "uv": [1, 30]}, + {"origin": [-3.4, 21, -2.6], "size": [2, 3, 0], "pivot": [-2.4, 21, -2.1], "rotation": [-14.7938, 8.962, -67.2293], "uv": [1, 30]}, + {"origin": [-3, 18, -3], "size": [6, 4, 6], "pivot": [0, 19, 0], "rotation": [0, 90, 0], "uv": [0, 30]}, + {"origin": [-2.5, 22.3, -4.6], "size": [5, 2, 5], "pivot": [0, 23.4, -2.1], "rotation": [67.7923, 20.7048, 40.8934], "uv": [0, 57]}, + {"origin": [-1.5, 20.7, 0.1], "size": [3, 4, 3], "pivot": [0, 20.7, 1.6], "rotation": [-92.47641, 2.4741, -135.05348], "uv": [19, 20]} + ], + "locators": { + "head_ik": { + "offset": [0, 23, 0], + "rotation": [0, 90, 0] + } + } + }, + { + "name": "jewelL", + "parent": "head", + "pivot": [1.2, 22, 1.2], + "cubes": [ + {"origin": [-0.8, 22, -0.8], "size": [4, 6, 4], "pivot": [1.2, 22, 1.2], "rotation": [-46.8596, -12.2437, 34.2715], "uv": [8, 10]} + ] + }, + { + "name": "jewelLL", + "parent": "head", + "pivot": [2.2, 22, 0.2], + "cubes": [ + {"origin": [0.2, 22, -1.8], "size": [4, 4, 4], "pivot": [2.2, 22, 0.2], "rotation": [-20.2907, 26.0379, 35.4663], "uv": [15, 42]} + ] + }, + { + "name": "jewelR", + "parent": "head", + "pivot": [-1.2, 22, 1.2], + "cubes": [ + {"origin": [-3.2, 22, -0.8], "size": [4, 6, 4], "pivot": [-1.2, 22, 1.2], "rotation": [-73.4375, -41.931, 44.4884], "uv": [0, 0]} + ] + }, + { + "name": "jewelRR", + "parent": "head", + "pivot": [-2.2, 22, 0.2], + "cubes": [ + {"origin": [-4.2, 22, -1.8], "size": [4, 4, 4], "pivot": [-2.2, 22, 0.2], "rotation": [-159.7093, 26.0379, 144.5337], "uv": [46, 33]} + ] + }, + { + "name": "bangL", + "parent": "head", + "pivot": [2.45, 21, 2.45], + "cubes": [ + {"origin": [4.45, 18, 1.45], "size": [2, 6, 2], "pivot": [5.45, 21, 2.45], "rotation": [-180, 45, -90], "uv": [21, 56]}, + {"origin": [9.95, 18, 0.95], "size": [3, 6, 3], "pivot": [11.45, 21, 2.45], "rotation": [-180, 45, -90], "uv": [33, 34]} + ] + }, + { + "name": "bangR", + "parent": "head", + "pivot": [-2.45, 21, 2.3], + "cubes": [ + {"origin": [-6.45, 18, 1.3], "size": [2, 6, 2], "pivot": [-5.45, 21, 2.3], "rotation": [0, 45, -90], "uv": [0, 10], "mirror": true}, + {"origin": [-12.95, 18, 0.8], "size": [3, 6, 3], "pivot": [-11.45, 21, 2.3], "rotation": [0, 45, -90], "uv": [3, 48], "mirror": true} + ] + }, + { + "name": "eyeRH", + "parent": "head", + "pivot": [1.95, 19, -2.905], + "cubes": [ + {"origin": [0.9, 20, -2.905], "size": [2, 1, 0], "inflate": 0.01, "uv": [0, 24]} + ] + }, + { + "name": "eyeLH", + "parent": "head", + "pivot": [-2, 19, -2.905], + "cubes": [ + {"origin": [-2.95, 20, -2.905], "size": [2, 1, 0], "inflate": 0.01, "uv": [0, 24]} + ] + }, + { + "name": "eyeL", + "parent": "head", + "pivot": [1.95, 19, -2.905], + "cubes": [ + {"origin": [0.9, 19, -2.905], "size": [2, 2, 0], "inflate": 0.01, "uv": [0, 24]} + ] + }, + { + "name": "eyeR", + "parent": "head", + "pivot": [-2, 19, -2.905], + "cubes": [ + {"origin": [-2.95, 19, -2.905], "size": [2, 2, 0], "inflate": 0.01, "uv": [0, 24]} + ] + }, + { + "name": "mouthOpen", + "parent": "head", + "pivot": [0, 18.7, -2.9], + "cubes": [ + {"origin": [-0.5, 18.2, -2.905], "size": [1, 1, 0], "uv": [4, 24]} + ] + }, + { + "name": "armR", + "parent": "body", + "pivot": [-2, 16.5, 0], + "cubes": [ + {"origin": [-3, 16.5, 0], "size": [2, 6, 2], "pivot": [-2, 16.5, 0], "rotation": [0, 90, -90], "uv": [32, 43]} + ] + }, + { + "name": "armL", + "parent": "body", + "pivot": [2, 16.5, 0], + "cubes": [ + {"origin": [-1, 18.5, -2], "size": [2, 6, 2], "pivot": [0, 16.5, 0], "rotation": [0, 90, 90], "uv": [56, 51]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/dipplin/dipplin.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/dipplin/dipplin.geo.json new file mode 100644 index 0000000..f14115e --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/dipplin/dipplin.geo.json @@ -0,0 +1,142 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 3, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "bone2", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "bone2", + "pivot": [0, 0, 0] + }, + { + "name": "bone", + "parent": "body", + "pivot": [0, 0, 0] + }, + { + "name": "top_sauce", + "parent": "bone", + "pivot": [5, 7.25, 0], + "cubes": [ + {"origin": [5, 4.25, -5], "size": [0, 6, 10], "uv": [0, 20]}, + {"origin": [-5, 10.25, -5], "size": [10, 0, 10], "uv": [26, 13]}, + {"origin": [-5, 4.25, -5], "size": [10, 6, 0], "uv": [40, 39]}, + {"origin": [-5, 4.25, -5], "size": [0, 6, 10], "uv": [0, 26]}, + {"origin": [-5, 4.25, 5], "size": [10, 6, 0], "uv": [20, 39]} + ] + }, + { + "name": "head_worm", + "parent": "bone", + "pivot": [3.5, 0, -3.5], + "cubes": [ + {"origin": [-4.5, 2, -4.5], "size": [9, 8, 9], "uv": [0, 13]} + ] + }, + { + "name": "head", + "parent": "head_worm", + "pivot": [4, 7.25, -1.025], + "cubes": [ + {"origin": [-2, 8.25, -2.075], "size": [4, 3, 4], "uv": [41, 0]}, + {"origin": [-1.5, 8.975, -4.425], "size": [3, 1, 3], "inflate": 0.025, "uv": [0, 0]}, + {"origin": [-1.5, 8.25, -3.9], "size": [3, 1, 2], "uv": [41, 7]} + ] + }, + { + "name": "anthena_1", + "parent": "head", + "pivot": [0, 10.725, 0], + "cubes": [ + {"origin": [-0.5, 11.2, -0.5], "size": [1, 6, 1], "uv": [27, 13]} + ] + }, + { + "name": "anthena_2", + "parent": "anthena_1", + "pivot": [0, 16.725, 0], + "cubes": [ + {"origin": [-0.5, 16.2, -0.5], "size": [1, 8, 1], "inflate": -0.175, "uv": [8, 4]} + ] + }, + { + "name": "eye", + "parent": "head", + "pivot": [1, 11.725, -0.95], + "cubes": [ + {"origin": [-3.65, 11.225, -1], "size": [4, 6, 0], "pivot": [-0.95, 11.725, -1], "rotation": [0, 0, -12.5], "uv": [0, 10]}, + {"origin": [-0.35, 11.225, -1], "size": [4, 6, 0], "pivot": [0.95, 11.725, -1], "rotation": [0, 0, 12.5], "uv": [0, 4]}, + {"origin": [-3, 13.225, -1.025], "size": [1, 1, 0], "pivot": [-2.5, 14.225, -1.025], "rotation": [0, 0, -12.5], "uv": [54, 11]}, + {"origin": [2, 13.225, -1.025], "size": [1, 1, 0], "pivot": [2.5, 14.225, -1.025], "rotation": [0, 0, 12.5], "uv": [54, 11], "mirror": true} + ] + }, + { + "name": "bot", + "parent": "body", + "pivot": [3, 0, -3] + }, + { + "name": "bot_body", + "parent": "bot", + "pivot": [-3, 0, -3], + "cubes": [ + {"origin": [-4, 0, -4], "size": [8, 8, 8], "uv": [28, 23]} + ] + }, + { + "name": "tail_1", + "parent": "bot", + "pivot": [0.01888, 1.84136, 3.3167], + "cubes": [ + {"origin": [-1.4962, 0.78004, 3.32604], "size": [3, 3, 4], "pivot": [0.0038, 2.1036, 3.31855], "rotation": [-12.5, 0, 0], "uv": [24, 45]} + ] + }, + { + "name": "tail_2", + "parent": "tail_1", + "pivot": [0.0038, 1.09447, 6.9198], + "cubes": [ + {"origin": [-1.4962, -0.40553, 6.5448], "size": [3, 3, 4], "inflate": -0.35, "uv": [10, 45]} + ] + }, + { + "name": "tail_3", + "parent": "tail_2", + "pivot": [0.0038, 0.84447, 9.6698], + "cubes": [ + {"origin": [-1.4962, -0.65553, 8.8948], "size": [3, 3, 4], "inflate": -0.6, "uv": [0, 42]} + ] + }, + { + "name": "tail_leaf", + "parent": "tail_3", + "pivot": [-0.62606, 1.84447, 11.24966], + "cubes": [ + {"origin": [-0.34134, 0.34447, 10.89966], "size": [1, 4, 0], "pivot": [0.63366, 1.84447, 11.24966], "rotation": [0, 0, 26.75], "uv": [2, 16]}, + {"origin": [-0.65106, 0.34447, 10.97466], "size": [1, 4, 0], "pivot": [-0.62606, 1.84447, 11.24966], "rotation": [0, 0, -26.75], "uv": [0, 16]} + ] + }, + { + "name": "floor", + "parent": "bone2", + "pivot": [6.5, 0, -6], + "cubes": [ + {"origin": [-7, 0.025, -6.5], "size": [14, 0, 13], "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/dottler/dottler.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/dottler/dottler.geo.json new file mode 100644 index 0000000..7038ab9 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/dottler/dottler.geo.json @@ -0,0 +1,87 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.dottler", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "dottler", + "pivot": [0, 0, -3] + }, + { + "name": "body", + "parent": "dottler", + "pivot": [0, 6.83333, -6], + "cubes": [ + {"origin": [-7.5, 2, -8], "size": [15, 9, 13], "uv": [2, 2]}, + {"origin": [-4.5, 4, -8.25], "size": [4, 6, 0], "uv": [0, 6]}, + {"origin": [0.5, 4, -8.25], "size": [4, 6, 0], "uv": [0, 0]} + ] + }, + { + "name": "whiskerr", + "parent": "body", + "pivot": [-7.5, 3.5, -8.25], + "cubes": [ + {"origin": [-13.5, 1, -8.25], "size": [6, 6, 0], "pivot": [-11, 4, -8.25], "rotation": [15, 0, 0], "uv": [45, 0]} + ] + }, + { + "name": "whiskerl", + "parent": "body", + "pivot": [7.5, 3.5, -8.25], + "cubes": [ + {"origin": [7.5, 1, -8.25], "size": [6, 6, 0], "pivot": [-11, 4, -8.25], "rotation": [15, 0, 0], "uv": [45, 7]} + ] + }, + { + "name": "shell", + "parent": "body", + "pivot": [0, 7.5, -0.5], + "cubes": [ + {"origin": [-8.5, 2, -9], "size": [17, 11, 17], "inflate": 0.01, "uv": [1, 36]} + ] + }, + { + "name": "foot_fr", + "parent": "body", + "pivot": [-5, 2, -6.5], + "cubes": [ + {"origin": [-6.5, 0, -10], "size": [3, 2, 5], "uv": [0, 31]} + ] + }, + { + "name": "foot_fl", + "parent": "body", + "pivot": [5, 2, -6.5], + "cubes": [ + {"origin": [3.5, 0, -10], "size": [3, 2, 5], "uv": [0, 24]} + ] + }, + { + "name": "foot_br", + "parent": "body", + "pivot": [-5, 2, 3.5], + "cubes": [ + {"origin": [-6.5, 0, 0], "size": [3, 2, 5], "uv": [27, 26]} + ] + }, + { + "name": "foot_bl", + "parent": "body", + "pivot": [5, 2, 3.5], + "cubes": [ + {"origin": [3.5, 0, 0], "size": [3, 2, 5], "uv": [16, 24]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/drapion/drapion.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/drapion/drapion.geo.json new file mode 100644 index 0000000..e14df8d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/drapion/drapion.geo.json @@ -0,0 +1,466 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.drapion", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 5, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "drapion", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "drapion", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 5.25, 0], + "cubes": [ + {"origin": [-6, 4.5, 4], "size": [12, 8, 4], "uv": [0, 34]}, + {"origin": [-6, 4.5, -8], "size": [12, 8, 4], "uv": [32, 34]}, + {"origin": [-7, 3.5, -5], "size": [14, 10, 10], "uv": [0, 0]} + ] + }, + { + "name": "bone3", + "parent": "torso", + "pivot": [0, 6.4, -7.9], + "rotation": [-40, 0, 0] + }, + { + "name": "bone6", + "parent": "bone3", + "pivot": [0, 6.51007, -8.03547], + "cubes": [ + {"origin": [-3.5, 6.51007, -12.06047], "size": [7, 5, 4], "inflate": 0.15, "uv": [22, 59]} + ] + }, + { + "name": "bone5", + "parent": "bone6", + "pivot": [0, 6.51007, -12.03547], + "cubes": [ + {"origin": [-3.5, 6.51007, -16.16047], "size": [7, 5, 4], "inflate": 0.075, "uv": [54, 55]} + ] + }, + { + "name": "bone4", + "parent": "bone5", + "pivot": [0, 11.51007, -16.03547], + "cubes": [ + {"origin": [-3.5, 6.51007, -20.21047], "size": [7, 5, 4], "uv": [54, 46]} + ] + }, + { + "name": "bone29", + "parent": "bone4", + "pivot": [0, 11.51007, -20.16047], + "cubes": [ + {"origin": [-3.5, 6.51007, -24.16047], "size": [7, 5, 4], "inflate": -0.05, "uv": [0, 53]} + ] + }, + { + "name": "head", + "parent": "bone29", + "pivot": [0, 11.51007, -24.03547], + "rotation": [40, 0, 0], + "cubes": [ + {"origin": [-6, 8.51007, -33.03547], "size": [12, 5, 9], "uv": [0, 20]}, + {"origin": [-6, 5.51007, -28.03547], "size": [12, 3, 4], "uv": [0, 46]}, + {"origin": [2.5, 6.58507, -33.06047], "size": [1, 2, 0], "uv": [30, 57]}, + {"origin": [-3.5, 6.61007, -33.06047], "size": [1, 2, 0], "uv": [60, 32]}, + {"origin": [-2, 11.01007, -34.03547], "size": [1, 1, 1], "uv": [56, 32]}, + {"origin": [1, 11.01007, -34.03547], "size": [1, 1, 1], "uv": [22, 57]}, + {"origin": [-0.5, 13.51007, -29.03547], "size": [1, 1, 1], "uv": [26, 57]} + ] + }, + { + "name": "bone", + "parent": "head", + "pivot": [0, 7.76007, -28.53547], + "cubes": [ + {"origin": [-6, 5.51007, -33.03547], "size": [12, 3, 5], "inflate": -0.025, "uv": [42, 20]}, + {"origin": [1, 7.83507, -33.06047], "size": [1, 2, 0], "uv": [20, 62]}, + {"origin": [-2, 7.83507, -33.06047], "size": [1, 2, 0], "uv": [20, 64]}, + {"origin": [-0.5, 7.83507, -33.06047], "size": [1, 2, 0], "uv": [62, 32]} + ] + }, + { + "name": "arm_right", + "parent": "head", + "pivot": [-5.7, 9.26007, -28.03547], + "cubes": [ + {"origin": [-10.7, 7.01007, -32.03547], "size": [4, 6, 7], "uv": [48, 0]}, + {"origin": [-11.1, 8.01007, -30.53547], "size": [2, 4, 4], "inflate": 0.1, "uv": [52, 82]}, + {"origin": [-8.1, 8.01007, -30.53547], "size": [2, 4, 4], "inflate": 0.1, "uv": [64, 82]}, + {"origin": [-10.2, 13.01007, -31.03547], "size": [3, 4, 5], "uv": [76, 46], "mirror": true} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-11.2, 11.51007, -28.53547], + "cubes": [ + {"origin": [-14.7, 7.51007, -31.03547], "size": [3, 5, 5], "uv": [64, 64], "mirror": true}, + {"origin": [-15.2, 8.01007, -30.53547], "size": [1, 4, 4], "uv": [92, 46]}, + {"origin": [-12.2, 8.01007, -30.53547], "size": [1, 4, 4], "uv": [92, 54]}, + {"origin": [-14.2, 11.51007, -30.03547], "size": [2, 4, 3], "uv": [0, 97]} + ] + }, + { + "name": "arm_right3", + "parent": "arm_right2", + "pivot": [-15.2, 11.26007, -28.53547], + "cubes": [ + {"origin": [-18.7, 7.51007, -31.03547], "size": [3, 5, 5], "inflate": 0.025, "uv": [20, 68], "mirror": true}, + {"origin": [-19.2, 8.01007, -30.53547], "size": [1, 4, 4], "inflate": 0.025, "uv": [94, 18]}, + {"origin": [-16.2, 8.01007, -30.53547], "size": [1, 4, 4], "inflate": 0.025, "uv": [94, 34]}, + {"origin": [-18.2, 11.51007, -30.03547], "size": [2, 4, 3], "uv": [10, 97]} + ] + }, + { + "name": "arm_right4", + "parent": "arm_right3", + "pivot": [-19.2, 11.01007, -28.53547], + "cubes": [ + {"origin": [-22.7, 7.51007, -31.03547], "size": [3, 5, 5], "uv": [70, 0], "mirror": true}, + {"origin": [-20.2, 8.01007, -30.53547], "size": [1, 4, 4], "uv": [94, 62]}, + {"origin": [-23.2, 8.01007, -30.53547], "size": [1, 4, 4], "uv": [84, 95]}, + {"origin": [-22.2, 11.51007, -30.03547], "size": [2, 4, 3], "uv": [20, 98]} + ] + }, + { + "name": "bone9", + "parent": "arm_right4", + "pivot": [-23.2, 11.51007, -28.53547], + "cubes": [ + {"origin": [-28.175, 7.51007, -31.03547], "size": [5, 5, 5], "inflate": -0.025, "uv": [64, 28]} + ] + }, + { + "name": "bone10", + "parent": "bone9", + "pivot": [-25.65, 9.76007, -26.88547], + "rotation": [0, -35, 0], + "cubes": [ + {"origin": [-26.95, 9.01007, -26.88547], "size": [2, 2, 4], "uv": [94, 95]}, + {"origin": [-27.175, 9.01007, -24.26047], "size": [2, 2, 4], "inflate": -0.125, "pivot": [-26.175, 9.01007, -23.26047], "rotation": [0, -62.5, 0], "uv": [96, 0]} + ] + }, + { + "name": "bone11", + "parent": "bone9", + "pivot": [-25.65, 9.76007, -30.18547], + "rotation": [0, 35, 0], + "cubes": [ + {"origin": [-26.95, 9.01007, -34.18547], "size": [2, 2, 4], "uv": [96, 6]}, + {"origin": [-27.25, 9.01007, -36.81047], "size": [2, 2, 4], "inflate": -0.125, "pivot": [-26.25, 9.01007, -33.81047], "rotation": [0, 62.5, 0], "uv": [96, 12]} + ] + }, + { + "name": "arm_left", + "parent": "head", + "pivot": [5.725, 9.26007, -28.53547], + "cubes": [ + {"origin": [6.725, 7.01007, -32.03547], "size": [4, 6, 7], "uv": [48, 0], "mirror": true}, + {"origin": [9.125, 8.01007, -30.53547], "size": [2, 4, 4], "inflate": 0.1, "uv": [82, 38]}, + {"origin": [6.125, 8.01007, -30.53547], "size": [2, 4, 4], "inflate": 0.1, "uv": [76, 82]}, + {"origin": [7.225, 13.01007, -31.03547], "size": [3, 4, 5], "uv": [76, 46]} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [11.225, 11.51007, -28.53547], + "cubes": [ + {"origin": [11.725, 7.51007, -31.03547], "size": [3, 5, 5], "uv": [64, 64]}, + {"origin": [14.225, 8.01007, -30.53547], "size": [1, 4, 4], "uv": [88, 71]}, + {"origin": [11.225, 8.01007, -30.53547], "size": [1, 4, 4], "uv": [88, 87]}, + {"origin": [12.225, 11.51007, -30.03547], "size": [2, 4, 3], "uv": [48, 96]} + ] + }, + { + "name": "arm_left3", + "parent": "arm_left2", + "pivot": [15.225, 11.26007, -28.53547], + "cubes": [ + {"origin": [15.725, 7.51007, -31.03547], "size": [3, 5, 5], "inflate": 0.025, "uv": [20, 68]}, + {"origin": [18.225, 8.01007, -30.53547], "size": [1, 4, 4], "inflate": 0.025, "uv": [88, 79]}, + {"origin": [15.225, 8.01007, -30.53547], "size": [1, 4, 4], "inflate": 0.025, "uv": [0, 89]}, + {"origin": [16.225, 11.51007, -30.03547], "size": [2, 4, 3], "uv": [58, 96]} + ] + }, + { + "name": "arm_left4", + "parent": "arm_left3", + "pivot": [19.225, 11.01007, -28.53547], + "cubes": [ + {"origin": [19.725, 7.51007, -31.03547], "size": [3, 5, 5], "uv": [70, 0]}, + {"origin": [19.225, 8.01007, -30.53547], "size": [1, 4, 4], "uv": [28, 90]}, + {"origin": [22.225, 8.01007, -30.53547], "size": [1, 4, 4], "inflate": -0.025, "uv": [38, 90]}, + {"origin": [20.225, 11.51007, -30.03547], "size": [2, 4, 3], "uv": [68, 96]} + ] + }, + { + "name": "bone2", + "parent": "arm_left4", + "pivot": [23.225, 11.51007, -28.28547], + "cubes": [ + {"origin": [23.2, 7.51007, -31.03547], "size": [5, 5, 5], "inflate": -0.025, "uv": [0, 62]} + ] + }, + { + "name": "bone8", + "parent": "bone2", + "pivot": [25.675, 9.76007, -26.88547], + "rotation": [0, 35, 0], + "cubes": [ + {"origin": [24.975, 9.01007, -26.88547], "size": [2, 2, 4], "uv": [72, 90]}, + {"origin": [25.2, 9.01007, -24.26047], "size": [2, 2, 4], "inflate": -0.125, "pivot": [26.2, 9.01007, -23.26047], "rotation": [0, 62.5, 0], "uv": [10, 91]} + ] + }, + { + "name": "bone7", + "parent": "bone2", + "pivot": [25.675, 9.76007, -30.18547], + "rotation": [0, -35, 0], + "cubes": [ + {"origin": [24.975, 9.01007, -34.18547], "size": [2, 2, 4], "uv": [48, 90]}, + {"origin": [25.275, 9.01007, -36.81047], "size": [2, 2, 4], "inflate": -0.125, "pivot": [26.275, 9.01007, -33.81047], "rotation": [0, -62.5, 0], "uv": [60, 90]} + ] + }, + { + "name": "bone31", + "parent": "head", + "pivot": [-4.5, 11.51007, -33.06047], + "cubes": [ + {"origin": [-5.82385, 9.61414, -33.06047], "size": [3, 6, 0], "pivot": [-4.82385, 11.61414, -33.06047], "rotation": [0, 0, -17.5], "uv": [78, 96]} + ] + }, + { + "name": "bone37", + "parent": "bone31", + "pivot": [-4.32385, 11.11414, -33.11047], + "cubes": [ + {"origin": [-4.82385, 10.61414, -33.11047], "size": [1, 1, 0], "uv": [46, 63]} + ] + }, + { + "name": "bone30", + "parent": "head", + "pivot": [4.5, 11.51007, -33.06047], + "cubes": [ + {"origin": [2.5, 9.51007, -33.06047], "size": [3, 6, 0], "pivot": [4.5, 11.51007, -33.06047], "rotation": [0, 0, 17.5], "uv": [30, 78]} + ] + }, + { + "name": "bone36", + "parent": "bone30", + "pivot": [4, 11.01007, -33.11047], + "cubes": [ + {"origin": [3.5, 10.51007, -33.11047], "size": [1, 1, 0], "uv": [44, 63]} + ] + }, + { + "name": "bone35", + "parent": "head", + "pivot": [6.725, 8.46007, -33.53547], + "cubes": [ + {"origin": [4.48931, 6.51007, -33.92019], "size": [0, 4, 5], "pivot": [4.75, 8.01007, -28.78547], "rotation": [0, -25, 0], "uv": [86, 9]}, + {"origin": [6.70591, 6.51007, -36.50701], "size": [0, 4, 3], "pivot": [6.725, 8.46007, -33.53547], "rotation": [0, -65, 0], "uv": [22, 91]} + ] + }, + { + "name": "bone34", + "parent": "head", + "pivot": [-6.725, 8.46007, -33.53547], + "cubes": [ + {"origin": [-4.48931, 6.51007, -33.92019], "size": [0, 4, 5], "pivot": [-4.75, 8.01007, -28.78547], "rotation": [0, 25, 0], "uv": [86, 0]}, + {"origin": [-6.70591, 6.51007, -36.50701], "size": [0, 4, 3], "pivot": [-6.725, 8.46007, -33.53547], "rotation": [0, 65, 0], "uv": [62, 13]} + ] + }, + { + "name": "bone12", + "parent": "torso", + "pivot": [-0.25, 8.75, 8], + "cubes": [ + {"origin": [-2, 7, 8.5], "size": [4, 4, 3], "uv": [48, 13]}, + {"origin": [-1.5, 11, 9], "size": [3, 2, 2], "uv": [22, 53]}, + {"origin": [-1.5, 7.25, 8], "size": [3, 3, 1], "inflate": 0.025, "uv": [56, 28]}, + {"origin": [-1.5, 7.25, 11], "size": [3, 3, 1], "inflate": 0.025, "uv": [36, 68]} + ] + }, + { + "name": "bone13", + "parent": "bone12", + "pivot": [-0.25, 7.5, 12], + "cubes": [ + {"origin": [-2, 7, 12.5], "size": [4, 4, 3], "uv": [16, 78]}, + {"origin": [-1.5, 11, 13], "size": [3, 2, 2], "uv": [44, 59]}, + {"origin": [-1.5, 7.25, 12], "size": [3, 3, 1], "uv": [44, 84]}, + {"origin": [-1.5, 7.25, 15], "size": [3, 3, 1], "uv": [98, 90]} + ] + }, + { + "name": "bone14", + "parent": "bone13", + "pivot": [-0.25, 7.5, 16], + "cubes": [ + {"origin": [-2, 7, 16.5], "size": [4, 4, 3], "uv": [80, 64]}, + {"origin": [-1.5, 11, 17], "size": [3, 2, 2], "uv": [84, 34]}, + {"origin": [-1.5, 7.25, 16], "size": [3, 3, 1], "inflate": 0.025, "uv": [94, 101]}, + {"origin": [-1.5, 7.25, 19], "size": [3, 3, 1], "inflate": 0.025, "uv": [30, 102]} + ] + }, + { + "name": "bone15", + "parent": "bone14", + "pivot": [-0.25, 7.5, 20], + "cubes": [ + {"origin": [-2, 7, 20.5], "size": [4, 4, 3], "uv": [16, 78]}, + {"origin": [-1.5, 11, 21], "size": [3, 2, 2], "uv": [44, 59]}, + {"origin": [-1.5, 7.25, 20], "size": [3, 3, 1], "uv": [38, 102]}, + {"origin": [-1.5, 7.25, 23], "size": [3, 3, 1], "uv": [102, 46]} + ] + }, + { + "name": "bone16", + "parent": "bone15", + "pivot": [-0.5, 8.425, 24.25], + "cubes": [ + {"origin": [-2.5, 6.425, 24], "size": [5, 5, 5], "uv": [44, 64]} + ] + }, + { + "name": "bone32", + "parent": "bone16", + "pivot": [1.8, 8.675, 26.4], + "rotation": [0, -35, 0], + "cubes": [ + {"origin": [1.8, 7.925, 25.7], "size": [4, 2, 2], "uv": [94, 42]}, + {"origin": [4.425, 7.925, 25.925], "size": [4, 2, 2], "inflate": -0.125, "pivot": [5.425, 7.925, 26.925], "rotation": [0, -62.5, 0], "uv": [98, 26]} + ] + }, + { + "name": "bone33", + "parent": "bone16", + "pivot": [-1.95, 8.675, 26.85], + "rotation": [0, 35, 0], + "cubes": [ + {"origin": [-5.95, 7.925, 26.15], "size": [4, 2, 2], "uv": [30, 98]}, + {"origin": [-8.575, 7.925, 26.45], "size": [4, 2, 2], "inflate": -0.125, "pivot": [-5.575, 7.925, 27.45], "rotation": [0, 62.5, 0], "uv": [98, 30]} + ] + }, + { + "name": "right_leg_rear", + "parent": "body", + "pivot": [-5.75, 9, 4.75], + "rotation": [0, 0, -42.5], + "cubes": [ + {"origin": [-10.25, 5.75, 2.5], "size": [5, 4, 4], "uv": [64, 38], "mirror": true} + ] + }, + { + "name": "bone27", + "parent": "right_leg_rear", + "pivot": [-9.55, 9.2, 4.75], + "cubes": [ + {"origin": [-14.05, 6.2, 3], "size": [4, 3, 3], "inflate": -0.075, "pivot": [-10.3, 9.2, 4.5], "rotation": [0, 0, -25], "uv": [42, 28], "mirror": true} + ] + }, + { + "name": "bone28", + "parent": "bone27", + "pivot": [-10.3, 9.2, 4.5], + "cubes": [ + {"origin": [-15.75711, 5.24289, 3.5], "size": [3, 2, 2], "pivot": [-13.05, 6.95, 4.4], "rotation": [0, 0, -45], "uv": [98, 86]} + ] + }, + { + "name": "left_leg_rear", + "parent": "body", + "pivot": [5.75, 9, 4.75], + "rotation": [0, 0, 42.5], + "cubes": [ + {"origin": [5.25, 5.75, 2.5], "size": [5, 4, 4], "uv": [64, 38]} + ] + }, + { + "name": "bone21", + "parent": "left_leg_rear", + "pivot": [9.55, 9.2, 4.75], + "cubes": [ + {"origin": [10.05, 6.2, 3], "size": [4, 3, 3], "inflate": -0.075, "pivot": [10.3, 9.2, 4.5], "rotation": [0, 0, 25], "uv": [42, 28]} + ] + }, + { + "name": "bone22", + "parent": "bone21", + "pivot": [10.3, 9.2, 4.5], + "cubes": [ + {"origin": [12.75711, 5.24289, 3.5], "size": [3, 2, 2], "pivot": [13.05, 6.95, 4.4], "rotation": [0, 0, 45], "uv": [98, 78]} + ] + }, + { + "name": "right_leg_front", + "parent": "body", + "pivot": [-5.75, 9, -4.25], + "rotation": [0, 0, -42.5], + "cubes": [ + {"origin": [-10.25, 5.75, -6.5], "size": [5, 4, 4], "uv": [64, 38], "mirror": true} + ] + }, + { + "name": "bone24", + "parent": "right_leg_front", + "pivot": [-9.55, 9.2, -4.25], + "cubes": [ + {"origin": [-14.05, 6.2, -6], "size": [4, 3, 3], "inflate": -0.075, "pivot": [-10.3, 9.2, -4.5], "rotation": [0, 0, -25], "uv": [42, 28], "mirror": true} + ] + }, + { + "name": "bone25", + "parent": "bone24", + "pivot": [-10.3, 9.2, -4.5], + "cubes": [ + {"origin": [-15.75711, 5.24289, -5.5], "size": [3, 2, 2], "pivot": [-13.05, 6.95, -4.6], "rotation": [0, 0, -45], "uv": [98, 82]} + ] + }, + { + "name": "left_leg_front", + "parent": "body", + "pivot": [5.9, 9, -4.25], + "rotation": [0, 0, 42.5], + "cubes": [ + {"origin": [5.4, 5.75, -6.5], "size": [5, 4, 4], "uv": [64, 38]} + ] + }, + { + "name": "bone18", + "parent": "left_leg_front", + "pivot": [9.7, 9.2, -4.25], + "cubes": [ + {"origin": [10.2, 6.2, -6], "size": [4, 3, 3], "inflate": -0.075, "pivot": [10.45, 9.2, -4.5], "rotation": [0, 0, 25], "uv": [42, 28]} + ] + }, + { + "name": "bone19", + "parent": "bone18", + "pivot": [10.45, 9.2, -4.5], + "cubes": [ + {"origin": [12.90711, 5.24289, -5.5], "size": [3, 2, 2], "pivot": [13.2, 6.95, -4.6], "rotation": [0, 0, 45], "uv": [98, 74]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/drilbur/drilbur.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/drilbur/drilbur.geo.json new file mode 100644 index 0000000..6ee1fb9 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/drilbur/drilbur.geo.json @@ -0,0 +1,181 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.drilbur", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "all", + "pivot": [0, 0, 0] + }, + { + "name": "leg_right", + "parent": "all", + "pivot": [-3, 3, 1], + "cubes": [ + {"origin": [-5, 1, -2], "size": [4, 4, 5], "uv": [21, 6]} + ] + }, + { + "name": "foot_right", + "parent": "leg_right", + "pivot": [-3, 1, 0.5], + "cubes": [ + {"origin": [-4, 0, -1.5], "size": [2, 1, 3], "uv": [29, 29]} + ] + }, + { + "name": "leg_left", + "parent": "all", + "pivot": [3, 3, 1], + "cubes": [ + {"origin": [1, 1, -2], "size": [4, 4, 5], "uv": [19, 17]} + ] + }, + { + "name": "foot_left", + "parent": "leg_left", + "pivot": [3, 1, 0.5], + "cubes": [ + {"origin": [2, 0, -1.5], "size": [2, 1, 3], "uv": [5, 32]} + ] + }, + { + "name": "body", + "parent": "all", + "pivot": [0, 3, 1], + "cubes": [ + {"origin": [-4, 2, -1.5], "size": [8, 6, 5], "uv": [0, 0]} + ] + }, + { + "name": "head", + "parent": "body", + "pivot": [0, 8, 0.49833], + "cubes": [ + {"origin": [-3, 8, -2.5], "size": [6, 5, 6], "uv": [0, 11]} + ] + }, + { + "name": "snoot", + "parent": "head", + "pivot": [0, 10.5, -2.5], + "cubes": [ + {"origin": [-1.5, 9, -5.5], "size": [3, 3, 3], "uv": [26, 0]} + ] + }, + { + "name": "nose", + "parent": "snoot", + "pivot": [0, 11, -5.5], + "cubes": [ + {"origin": [-1, 10, -7.5], "size": [2, 2, 2], "uv": [32, 15]} + ] + }, + { + "name": "eyelid_right", + "parent": "head", + "pivot": [-2.5, 10.5, -1.5], + "cubes": [ + {"origin": [-3, 9, -2.5], "size": [1, 3, 2], "inflate": 0.01, "uv": [38, 0]} + ] + }, + { + "name": "eyelid_left", + "parent": "head", + "pivot": [2.5, 10.5, -1.5], + "cubes": [ + {"origin": [2, 9, -2.5], "size": [1, 3, 2], "inflate": 0.01, "uv": [43, 0]} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [0, 8.5, -2.51], + "cubes": [ + {"origin": [-1, 8, -2.51], "size": [2, 1, 0], "uv": [0, 4]} + ] + }, + { + "name": "arm_right", + "parent": "body", + "pivot": [-4, 7.5, 1.5], + "cubes": [ + {"origin": [-8, 5, 0.5], "size": [4, 5, 2], "uv": [12, 26]}, + {"origin": [-7, 6.5, 0.49], "size": [2, 2, 0], "uv": [15, 33]} + ] + }, + { + "name": "claw_right_bottom", + "parent": "arm_right", + "pivot": [-8, 6.25, 0.75], + "cubes": [ + {"origin": [-11, 5, 0.5], "size": [3, 2, 1], "uv": [24, 37]}, + {"origin": [-12, 6, 0.5], "size": [1, 1, 0], "uv": [2, 11]} + ] + }, + { + "name": "claw_right_middle", + "parent": "arm_right", + "pivot": [-8, 7.5, 0.75], + "cubes": [ + {"origin": [-11, 6, 0.5], "size": [3, 3, 1], "uv": [24, 33]}, + {"origin": [-12, 7, 0.5], "size": [1, 1, 0], "uv": [0, 11]} + ] + }, + { + "name": "claw_right_top", + "parent": "arm_right", + "pivot": [-8, 9, 0.75], + "cubes": [ + {"origin": [-11, 8, 0.5], "size": [3, 2, 1], "uv": [24, 26]}, + {"origin": [-12, 8, 0.5], "size": [1, 1, 0], "uv": [2, 11]} + ] + }, + { + "name": "arm_left", + "parent": "body", + "pivot": [4, 7.5, 1.5], + "cubes": [ + {"origin": [4, 5, 0.5], "size": [4, 5, 2], "uv": [0, 22]}, + {"origin": [5, 6.5, 0.49], "size": [2, 2, 0], "uv": [19, 33]} + ] + }, + { + "name": "claw_left_bottom", + "parent": "arm_left", + "pivot": [8, 6, 0.75], + "cubes": [ + {"origin": [8, 5, 0.5], "size": [3, 2, 1], "uv": [0, 36]}, + {"origin": [11, 6, 0.5], "size": [1, 1, 0], "uv": [2, 11]} + ] + }, + { + "name": "claw_left_middle", + "parent": "arm_left", + "pivot": [8, 7.5, 0.75], + "cubes": [ + {"origin": [8, 6, 0.5], "size": [3, 3, 1], "uv": [0, 39]}, + {"origin": [11, 7, 0.5], "size": [1, 1, 0], "uv": [0, 11]} + ] + }, + { + "name": "claw_left_top", + "parent": "arm_left", + "pivot": [8, 9, 0.75], + "cubes": [ + {"origin": [8, 8, 0.5], "size": [3, 2, 1], "uv": [0, 29]}, + {"origin": [11, 8, 0.5], "size": [1, 1, 0], "uv": [2, 11]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/druddigon/druddigon.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/druddigon/druddigon.geo.json new file mode 100644 index 0000000..b4e64bb --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/druddigon/druddigon.geo.json @@ -0,0 +1,527 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.druddigon", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 5, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "druddigon", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "druddigon", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 10.5, 3.75], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [-4.475, 7.82473, 1.57247], "size": [9, 10, 10], "uv": [0, 0]}, + {"origin": [-1.5, 10.57473, 9.99747], "size": [3, 3, 2], "pivot": [0, 12.07473, 10.99747], "rotation": [0, 0, -45], "uv": [66, 80]}, + {"origin": [-3.75, 13.82473, 9.99747], "size": [3, 3, 2], "pivot": [-2.25, 15.32473, 10.99747], "rotation": [0, 0, -45], "uv": [14, 91]}, + {"origin": [0.75, 13.82473, 9.99747], "size": [3, 3, 2], "pivot": [2.25, 15.32473, 10.99747], "rotation": [0, 0, -45], "uv": [64, 91]}, + {"origin": [-2.475, 12.40774, 0.21445], "size": [5, 3, 3], "inflate": 0.3, "pivot": [0.025, 13.90774, 1.71445], "rotation": [47.5, 0, 0], "uv": [0, 81]}, + {"origin": [-2.475, 9.65774, -0.08555], "size": [5, 3, 3], "inflate": 0.025, "pivot": [0.025, 11.15774, 1.41445], "rotation": [60, 0, 0], "uv": [16, 85]}, + {"origin": [-2.45, 7.75774, 0.11445], "size": [5, 3, 3], "inflate": -0.2, "pivot": [0.05, 9.25774, 1.61445], "rotation": [85, 0, 0], "uv": [66, 85]}, + {"origin": [-2.475, 15.32136, 1.19254], "size": [5, 3, 3], "inflate": 0.5, "pivot": [0.025, 16.82136, 2.69254], "rotation": [32.5, 0, 0], "uv": [50, 80]} + ] + }, + { + "name": "torso_upper", + "parent": "torso", + "pivot": [-0.25, 17.47473, 9.99747], + "rotation": [7.5, 0, 0], + "cubes": [ + {"origin": [-2.45, 19.22136, 1.36754], "size": [5, 3, 3], "inflate": 0.25, "pivot": [0.05, 20.72136, 2.86754], "rotation": [32.5, 0, 0], "uv": [50, 80]}, + {"origin": [-3.45, 16.1676, 3.17948], "size": [7, 9, 7], "inflate": 0.1, "uv": [38, 0]}, + {"origin": [-2.4, 21.74089, 1.61362], "size": [5, 3, 3], "inflate": -0.1, "pivot": [0.1, 23.24089, 3.11362], "rotation": [32.5, 0, 0], "uv": [76, 79]} + ] + }, + { + "name": "bone4", + "parent": "torso_upper", + "pivot": [0.075, 24.3676, 9.47852], + "rotation": [-37.5, 0, 0], + "cubes": [ + {"origin": [-3.425, 20.59225, 2.17618], "size": [7, 7, 7], "inflate": -0.4, "pivot": [0.575, 24.59225, 5.17618], "rotation": [-30, 0, 0], "uv": [24, 47]}, + {"origin": [-1.9, 20.4381, 3.12503], "size": [4, 3, 3], "inflate": 0.1, "pivot": [0.1, 21.9381, 4.62503], "rotation": [-5, 0, 0], "uv": [0, 87]} + ] + }, + { + "name": "head", + "parent": "bone4", + "pivot": [-0.41667, 25.07558, 3.42618], + "rotation": [12.5, 0, 0], + "cubes": [ + {"origin": [-3.41667, 23.74225, -0.96549], "size": [7, 3, 3], "uv": [67, 1]}, + {"origin": [-3.41667, 26.74225, -1.99049], "size": [7, 3, 5], "uv": [0, 65]}, + {"origin": [-3.41667, 23.22903, 0.81717], "size": [7, 7, 4], "inflate": -0.01, "pivot": [0.08333, 26.72903, 0.71909], "rotation": [-35, 0, 0], "uv": [56, 61]}, + {"origin": [3.55833, 28.99225, 0.00951], "size": [0, 3, 3], "pivot": [3.55833, 30.49225, 1.50951], "rotation": [-17.5, 0, 0], "uv": [94, 21]}, + {"origin": [-3.39167, 28.99225, 0.00951], "size": [0, 3, 3], "pivot": [-3.39167, 30.49225, 1.50951], "rotation": [-17.5, 0, 0], "uv": [94, 66]}, + {"origin": [3.08333, 29.74225, -4.99049], "size": [0, 2, 3], "uv": [96, 47]}, + {"origin": [2.08333, 29.74225, -6.99049], "size": [0, 1, 2], "uv": [10, 93]}, + {"origin": [1.08333, 29.74225, -6.99049], "size": [1, 1, 0], "uv": [24, 46]}, + {"origin": [-2.91667, 29.74225, -4.99049], "size": [0, 2, 3], "uv": [50, 96]}, + {"origin": [-1.91667, 29.74225, -6.99049], "size": [0, 1, 2], "uv": [92, 99]}, + {"origin": [-1.91667, 29.74225, -6.99049], "size": [1, 1, 0], "uv": [26, 46]}, + {"origin": [-2.91667, 26.74225, -5.99049], "size": [6, 3, 4], "uv": [76, 72]}, + {"origin": [3.05833, 25.69225, -4.24049], "size": [0, 2, 2], "pivot": [3.05833, 27.19225, -3.74049], "rotation": [45, 0, 0], "uv": [20, 73]}, + {"origin": [-1.86667, 26.34225, -6.48338], "size": [0, 2, 2], "pivot": [-1.86667, 27.34225, -5.48338], "rotation": [46.47331, -19.68349, 3.61646], "uv": [16, 81]}, + {"origin": [2.03333, 26.34225, -6.50838], "size": [0, 2, 2], "pivot": [2.03333, 27.34225, -5.50838], "rotation": [46.47326, 19.68349, -3.61646], "uv": [60, 92]}, + {"origin": [-2.89167, 25.69225, -4.24049], "size": [0, 2, 2], "pivot": [-2.89167, 27.19225, -3.74049], "rotation": [45, 0, 0], "uv": [6, 97]}, + {"origin": [-1.91667, 26.74225, -6.99049], "size": [4, 3, 1], "uv": [50, 92]}, + {"origin": [3.40833, 24.70058, 3.85118], "size": [0, 2, 2], "pivot": [3.40833, 25.70058, 4.85118], "rotation": [6.67752, 14.52675, -13.05005], "uv": [44, 98]}, + {"origin": [3.40833, 23.17558, 3.22618], "size": [0, 2, 2], "pivot": [3.40833, 24.17558, 4.22618], "rotation": [6.67752, 14.52675, -13.05005], "uv": [74, 99]}, + {"origin": [-2.82509, 27.309, 4.82618], "size": [2, 0, 2], "pivot": [-1.82509, 27.309, 5.82618], "rotation": [12.39449, 43.41895, 7.79082], "uv": [96, 76]}, + {"origin": [0.84991, 27.309, 4.82618], "size": [2, 0, 2], "pivot": [1.84991, 27.309, 5.82618], "rotation": [9.89449, 43.41895, 7.79082], "uv": [96, 85]}, + {"origin": [-1.12509, 27.384, 5.42618], "size": [2, 0, 2], "pivot": [-0.12509, 27.384, 6.42618], "rotation": [9.89449, 43.41895, 7.79082], "uv": [96, 87]}, + {"origin": [-3.15833, 23.07558, 3.25118], "size": [0, 2, 2], "pivot": [-3.15833, 24.07558, 4.25118], "rotation": [10.10619, -11.14726, 5.64077], "uv": [96, 98]}, + {"origin": [-3.15833, 22.20058, 2.17618], "size": [0, 2, 2], "pivot": [-3.15833, 23.20058, 3.17618], "rotation": [10.10619, -11.14726, 5.64077], "uv": [88, 99]}, + {"origin": [-3.15833, 24.70058, 3.92618], "size": [0, 2, 2], "pivot": [-3.15833, 25.70058, 4.92618], "rotation": [6.67752, -14.52675, 13.05005], "uv": [84, 98]}, + {"origin": [3.40833, 22.20058, 2.10118], "size": [0, 2, 2], "pivot": [3.40833, 23.20058, 3.10118], "rotation": [10.10619, 11.14726, -5.64077], "uv": [80, 98]}, + {"origin": [-3.04167, 22.12558, 0.92618], "size": [2, 0, 2], "pivot": [-2.04167, 22.12558, 1.92618], "rotation": [-92.50477, 4.32875, 59.90532], "uv": [74, 14]}, + {"origin": [-0.91667, 21.50058, 0.92618], "size": [2, 0, 2], "pivot": [0.08333, 21.50058, 1.92618], "rotation": [-93.69066, 3.37562, 42.39121], "uv": [86, 41]}, + {"origin": [1.20833, 22.15058, 0.92618], "size": [2, 0, 2], "pivot": [2.20833, 22.15058, 1.92618], "rotation": [-94.33287, 2.49762, 29.9055], "uv": [92, 83]} + ] + }, + { + "name": "bone40", + "parent": "head", + "pivot": [-1.99167, 27.74225, -4.99049], + "cubes": [ + {"origin": [-2.94167, 27.21725, -4.99049], "size": [0, 2, 3], "pivot": [-2.94167, 28.21725, -2.99049], "rotation": [12.5, 0, 0], "uv": [56, 96]} + ] + }, + { + "name": "bone42", + "parent": "bone40", + "pivot": [-2.01667, 27.74225, -4.99049], + "cubes": [ + {"origin": [-1.96667, 27.21725, -4.99049], "size": [1, 2, 3], "pivot": [-1.96667, 28.21725, -2.99049], "rotation": [12.5, 0, 0], "uv": [62, 96]} + ] + }, + { + "name": "bone2", + "parent": "head", + "pivot": [4.08333, 27.74225, -4.99049], + "cubes": [ + {"origin": [3.13333, 27.21725, -4.99049], "size": [0, 2, 3], "pivot": [3.13333, 28.21725, -2.99049], "rotation": [12.5, 0, 0], "uv": [96, 52]} + ] + }, + { + "name": "bone41", + "parent": "bone2", + "pivot": [5.10833, 27.74225, -4.99049], + "cubes": [ + {"origin": [1.15833, 27.21725, -4.99049], "size": [1, 2, 3], "pivot": [2.15833, 28.21725, -2.99049], "rotation": [12.5, 0, 0], "uv": [95, 57]} + ] + }, + { + "name": "jaw", + "parent": "head", + "pivot": [-0.5, 25.74225, -0.57382], + "cubes": [ + {"origin": [-2.91667, 23.74296, -6.0232], "size": [6, 2, 5], "uv": [66, 7]}, + {"origin": [3.03333, 24.51529, -5.3161], "size": [0, 2, 2], "pivot": [3.03333, 25.51529, -4.3161], "rotation": [44.86759, 1.29876, 7.38733], "uv": [28, 97]}, + {"origin": [-2.86667, 24.51529, -5.3161], "size": [0, 2, 2], "pivot": [-2.86667, 25.51529, -4.3161], "rotation": [44.86759, -1.29876, -7.38733], "uv": [32, 97]}, + {"origin": [3.03333, 22.76796, -5.5232], "size": [0, 2, 2], "pivot": [3.03333, 24.26796, -5.0232], "rotation": [45, 0, 0], "uv": [36, 97]}, + {"origin": [-2.86667, 22.76796, -5.5232], "size": [0, 2, 2], "pivot": [-2.86667, 24.26796, -5.0232], "rotation": [45, 0, 0], "uv": [40, 97]}, + {"origin": [-1.91667, 23.74296, -7.0232], "size": [4, 2, 1], "uv": [94, 18]}, + {"origin": [-0.41667, 24.74296, -7.0732], "size": [2, 2, 0], "pivot": [0.08333, 26.24296, -7.0732], "rotation": [7.10708, -7.05302, 44.56145], "uv": [20, 77]}, + {"origin": [2.65833, 23.49225, -2.66549], "size": [1, 4, 2], "inflate": 0.01, "pivot": [-0.34167, 24.99225, -1.16549], "rotation": [-27.5, 0, 0], "uv": [16, 96]}, + {"origin": [-3.49167, 23.49225, -2.66549], "size": [1, 4, 2], "inflate": 0.01, "pivot": [-6.49167, 24.99225, -1.16549], "rotation": [-27.5, 0, 0], "uv": [96, 41]} + ] + }, + { + "name": "bone21", + "parent": "bone4", + "pivot": [-2.1, 22.94262, 8.88335], + "rotation": [27.5, 0, 0], + "cubes": [ + {"origin": [-2.175, 21.63102, 8.34177], "size": [0, 9, 4], "uv": [82, 85], "mirror": true} + ] + }, + { + "name": "bone22", + "parent": "bone21", + "pivot": [-2.175, 23.63102, 12.34177], + "cubes": [ + {"origin": [-2.175, 17.63102, 12.34177], "size": [0, 15, 12], "uv": [36, 20], "mirror": true} + ] + }, + { + "name": "bone23", + "parent": "bone22", + "pivot": [-2.175, 23.63102, 24.34177], + "cubes": [ + {"origin": [-2.175, 19.63102, 24.34177], "size": [0, 10, 8], "uv": [24, 61], "mirror": true} + ] + }, + { + "name": "bone18", + "parent": "bone4", + "pivot": [2.4, 22.94262, 8.88335], + "rotation": [27.5, 0, 0], + "cubes": [ + {"origin": [2.325, 21.63102, 8.34177], "size": [0, 9, 4], "uv": [82, 85]} + ] + }, + { + "name": "bone19", + "parent": "bone18", + "pivot": [2.325, 23.63102, 12.34177], + "cubes": [ + {"origin": [2.325, 17.63102, 12.34177], "size": [0, 15, 12], "uv": [36, 20]} + ] + }, + { + "name": "bone20", + "parent": "bone19", + "pivot": [2.325, 23.63102, 24.34177], + "cubes": [ + {"origin": [2.325, 19.63102, 24.34177], "size": [0, 10, 8], "uv": [24, 61]} + ] + }, + { + "name": "arm_right", + "parent": "torso_upper", + "pivot": [-2.75, 23.1953, 6.37524], + "rotation": [0.21181, -2.53774, -19.95725], + "cubes": [ + {"origin": [-5.75, 22.4453, 4.87524], "size": [4, 3, 3], "inflate": 0.075, "uv": [86, 27], "mirror": true}, + {"origin": [-5, 25.4453, 6.37524], "size": [3, 4, 0], "uv": [68, 96]}, + {"origin": [-11.75, 22.9453, 5.37524], "size": [6, 2, 2], "inflate": 0.075, "uv": [38, 16], "mirror": true} + ] + }, + { + "name": "bone24", + "parent": "arm_right", + "pivot": [-11.5, 23.8703, 7.20024], + "rotation": [0, 2.5, 0], + "cubes": [ + {"origin": [-17.25859, 21.9453, 4.1687], "size": [6, 4, 4], "uv": [56, 72], "mirror": true}, + {"origin": [-18.00859, 24.9453, 6.1687], "size": [3, 4, 0], "uv": [96, 72]}, + {"origin": [-14.25859, 24.9453, 6.1687], "size": [2, 3, 0], "uv": [100, 3]}, + {"origin": [-20.75859, 24.9453, 6.1687], "size": [2, 3, 0], "uv": [100, 6]}, + {"origin": [-21.98359, 22.4453, 4.6687], "size": [5, 3, 3], "inflate": -0.175, "uv": [78, 66], "mirror": true} + ] + }, + { + "name": "bone32", + "parent": "bone24", + "pivot": [-21.53359, 25.0453, 6.1687], + "cubes": [ + {"origin": [-24.48359, 22.4453, 4.6687], "size": [3, 3, 3], "uv": [88, 0]} + ] + }, + { + "name": "bone33", + "parent": "bone32", + "pivot": [-23.23359, 24.4453, 5.4187], + "rotation": [0, -50, 0], + "cubes": [ + {"origin": [-26.23359, 22.9453, 4.1687], "size": [3, 2, 2], "uv": [32, 93]} + ] + }, + { + "name": "bone34", + "parent": "bone33", + "pivot": [-25.73359, 24.4453, 5.4187], + "cubes": [ + {"origin": [-28.73359, 22.9453, 5.1687], "size": [3, 2, 0], "uv": [98, 35]} + ] + }, + { + "name": "bone35", + "parent": "bone32", + "pivot": [-22.73359, 24.4453, 7.1687], + "rotation": [0, 50, 0], + "cubes": [ + {"origin": [-25.73359, 22.9453, 5.9187], "size": [3, 2, 2], "uv": [94, 14]} + ] + }, + { + "name": "bone36", + "parent": "bone35", + "pivot": [-25.23359, 24.4453, 7.1687], + "cubes": [ + {"origin": [-28.23359, 22.9453, 6.9187], "size": [3, 2, 0], "uv": [98, 37]} + ] + }, + { + "name": "bone37", + "parent": "bone32", + "pivot": [-24.48359, 24.4453, 6.4187], + "cubes": [ + {"origin": [-27.48359, 22.9453, 5.1687], "size": [4, 2, 2], "uv": [88, 10]} + ] + }, + { + "name": "bone38", + "parent": "bone37", + "pivot": [-26.98359, 24.1953, 6.1687], + "cubes": [ + {"origin": [-29.98359, 22.9453, 6.1687], "size": [3, 2, 0], "uv": [98, 39]} + ] + }, + { + "name": "arm_left", + "parent": "torso_upper", + "pivot": [2.75, 23.1953, 6.37524], + "rotation": [0.21181, 2.53774, 19.95725], + "cubes": [ + {"origin": [1.75, 22.4453, 4.87524], "size": [4, 3, 3], "inflate": 0.075, "uv": [86, 27]}, + {"origin": [2, 25.4453, 6.37524], "size": [3, 4, 0], "uv": [54, 16]}, + {"origin": [5.75, 22.9453, 5.37524], "size": [6, 2, 2], "inflate": 0.075, "uv": [38, 16]} + ] + }, + { + "name": "bone25", + "parent": "arm_left", + "pivot": [11.5, 23.8703, 7.20024], + "rotation": [0, -2.5, 0], + "cubes": [ + {"origin": [11.25859, 21.9453, 4.1687], "size": [6, 4, 4], "uv": [56, 72]}, + {"origin": [15.00859, 24.9453, 6.1687], "size": [3, 4, 0], "uv": [96, 72], "mirror": true}, + {"origin": [12.25859, 24.9453, 6.1687], "size": [2, 3, 0], "uv": [100, 3], "mirror": true}, + {"origin": [18.75859, 24.9453, 6.1687], "size": [2, 3, 0], "uv": [100, 6], "mirror": true}, + {"origin": [16.98359, 22.4453, 4.6687], "size": [5, 3, 3], "inflate": -0.175, "uv": [78, 66]} + ] + }, + { + "name": "bone26", + "parent": "bone25", + "pivot": [21.53359, 25.0453, 6.1687], + "cubes": [ + {"origin": [21.48359, 22.4453, 4.6687], "size": [3, 3, 3], "uv": [88, 0], "mirror": true} + ] + }, + { + "name": "bone29", + "parent": "bone26", + "pivot": [23.23359, 24.4453, 5.4187], + "rotation": [0, 50, 0], + "cubes": [ + {"origin": [23.23359, 22.9453, 4.1687], "size": [3, 2, 2], "uv": [0, 93]} + ] + }, + { + "name": "bone31", + "parent": "bone29", + "pivot": [25.73359, 24.4453, 5.4187], + "cubes": [ + {"origin": [25.73359, 22.9453, 5.1687], "size": [3, 2, 0], "uv": [98, 33]} + ] + }, + { + "name": "bone28", + "parent": "bone26", + "pivot": [22.73359, 24.4453, 7.1687], + "rotation": [0, -50, 0], + "cubes": [ + {"origin": [22.73359, 22.9453, 5.9187], "size": [3, 2, 2], "uv": [92, 79]} + ] + }, + { + "name": "bone8", + "parent": "bone28", + "pivot": [25.23359, 24.4453, 7.1687], + "cubes": [ + {"origin": [25.23359, 22.9453, 6.9187], "size": [3, 2, 0], "uv": [74, 97]} + ] + }, + { + "name": "bone27", + "parent": "bone26", + "pivot": [24.48359, 24.4453, 6.4187], + "cubes": [ + {"origin": [23.48359, 22.9453, 5.1687], "size": [4, 2, 2], "uv": [88, 6]} + ] + }, + { + "name": "bone30", + "parent": "bone27", + "pivot": [26.23359, 24.1953, 6.1687], + "cubes": [ + {"origin": [25.98359, 22.9453, 6.1687], "size": [4, 2, 0], "uv": [66, 14]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0.025, 9.32473, 7.82247], + "rotation": [-55, 0, 0], + "cubes": [ + {"origin": [-3.975, 5.01881, 5.49277], "size": [8, 8, 10], "uv": [0, 20]}, + {"origin": [0.025, 8.01881, 13.49277], "size": [0, 8, 3], "uv": [44, 87]} + ] + }, + { + "name": "bone3", + "parent": "tail", + "pivot": [0.025, 9.01881, 15.49277], + "rotation": [12.5, 0, 0], + "cubes": [ + {"origin": [-2.975, 6.01881, 14.74277], "size": [6, 6, 7], "uv": [60, 30]}, + {"origin": [0.025, 8.01881, 18.49277], "size": [0, 8, 3], "pivot": [0.025, 11.51881, 19.99277], "rotation": [-5, 0, 0], "uv": [90, 85]} + ] + }, + { + "name": "bone5", + "parent": "bone3", + "pivot": [0.025, 9.01881, 20.49277], + "rotation": [2.5, 0, 0], + "cubes": [ + {"origin": [-1.975, 7.01881, 20.74277], "size": [4, 4, 5], "uv": [78, 43]}, + {"origin": [0.025, 10.01881, 22.74277], "size": [0, 4, 3], "uv": [10, 96]} + ] + }, + { + "name": "bone39", + "parent": "bone5", + "pivot": [0.025, 9.01881, 25.49277], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [-0.975, 7.51881, 24.74277], "size": [2, 3, 5], "uv": [36, 79]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-5.25, 13, 5], + "rotation": [60, 0, 0], + "cubes": [ + {"origin": [-7.75, 10, -3], "size": [5, 6, 8], "uv": [60, 16]}, + {"origin": [-8.25, 12, -1], "size": [2, 3, 4], "uv": [0, 43]} + ] + }, + { + "name": "bone6", + "parent": "leg_right", + "pivot": [-5.25, 11.5, -1.5], + "rotation": [-47.5, 0, 0], + "cubes": [ + {"origin": [-6.75, 6, -3], "size": [3, 6, 3], "uv": [104, 0]} + ] + }, + { + "name": "bone14", + "parent": "bone6", + "pivot": [-5.25, 6.5, -0.5], + "rotation": [-12.5, 0, 0], + "cubes": [ + {"origin": [-7.25, 4.7263, -4.71644], "size": [4, 2, 5], "uv": [78, 52], "mirror": true}, + {"origin": [-5.25, 4.7263, -0.71644], "size": [0, 2, 4], "pivot": [-5.25, 5.7263, -0.71644], "rotation": [30, 0, 0], "uv": [74, 91]} + ] + }, + { + "name": "bone7", + "parent": "bone14", + "pivot": [-4, 5.6763, -4.46644] + }, + { + "name": "bone15", + "parent": "bone7", + "pivot": [-4, 5.6763, -4.46644], + "rotation": [0, -22.5, 0], + "cubes": [ + {"origin": [-4.5, 5.1763, -6.46644], "size": [1, 1, 2], "inflate": 0.425, "uv": [96, 95]}, + {"origin": [-4, 4.7513, -8.71644], "size": [0, 2, 2], "uv": [75, 41]} + ] + }, + { + "name": "bone16", + "parent": "bone7", + "pivot": [-6.5, 5.6763, -4.46644], + "rotation": [0, 22.5, 0], + "cubes": [ + {"origin": [-7, 5.1763, -6.46644], "size": [1, 1, 2], "inflate": 0.425, "uv": [0, 97]}, + {"origin": [-6.5, 4.7013, -8.64144], "size": [0, 2, 2], "uv": [75, 41]} + ] + }, + { + "name": "bone17", + "parent": "bone7", + "pivot": [-5.25, 5.6763, -4.71644], + "cubes": [ + {"origin": [-5.75, 5.1763, -6.71644], "size": [1, 1, 2], "inflate": 0.425, "uv": [22, 97]}, + {"origin": [-5.225, 4.7513, -9.11644], "size": [0, 2, 2], "uv": [75, 41]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [5.25, 13, 5], + "rotation": [60, 0, 0], + "cubes": [ + {"origin": [2.75, 10, -3], "size": [5, 6, 8], "uv": [60, 16], "mirror": true}, + {"origin": [6.25, 12, -1], "size": [2, 3, 4], "uv": [0, 43]} + ] + }, + { + "name": "bone9", + "parent": "leg_left", + "pivot": [5.25, 11.5, -1.5], + "rotation": [-47.5, 0, 0], + "cubes": [ + {"origin": [3.75, 5.875, -3], "size": [3, 6, 3], "uv": [104, 0], "mirror": true} + ] + }, + { + "name": "bone10", + "parent": "bone9", + "pivot": [5.25, 6.5, -0.5], + "rotation": [-12.5, 0, 0], + "cubes": [ + {"origin": [3.25, 4.7263, -4.71644], "size": [4, 2, 5], "uv": [78, 52]}, + {"origin": [5.25, 4.7263, -0.71644], "size": [0, 2, 4], "pivot": [5.25, 5.7263, -0.71644], "rotation": [30, 0, 0], "uv": [24, 91]} + ] + }, + { + "name": "bone43", + "parent": "bone10", + "pivot": [4, 5.6763, -4.46644] + }, + { + "name": "bone13", + "parent": "bone43", + "pivot": [4, 5.6763, -4.46644], + "rotation": [0, 22.5, 0], + "cubes": [ + {"origin": [3.5, 5.1763, -6.46644], "size": [1, 1, 2], "inflate": 0.425, "uv": [96, 92]}, + {"origin": [4, 4.7513, -8.71644], "size": [0, 2, 2], "uv": [75, 41]} + ] + }, + { + "name": "bone12", + "parent": "bone43", + "pivot": [6.5, 5.6763, -4.46644], + "rotation": [0, -22.5, 0], + "cubes": [ + {"origin": [6, 5.1763, -6.46644], "size": [1, 1, 2], "inflate": 0.425, "uv": [90, 96]}, + {"origin": [6.5, 4.7513, -8.64144], "size": [0, 2, 2], "uv": [75, 41]} + ] + }, + { + "name": "bone11", + "parent": "bone43", + "pivot": [5.25, 5.6763, -4.71644], + "cubes": [ + {"origin": [4.75, 5.1763, -6.71644], "size": [1, 1, 2], "inflate": 0.425, "uv": [96, 89]}, + {"origin": [5.225, 4.7263, -9.11644], "size": [0, 2, 2], "uv": [75, 41]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ducklett/ducklett.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ducklett/ducklett.geo.json new file mode 100644 index 0000000..abcf789 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ducklett/ducklett.geo.json @@ -0,0 +1,177 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.ducklett", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 3, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "ducklett", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "ducklett", + "pivot": [0, 0, 0] + }, + { + "name": "legright", + "parent": "body", + "pivot": [-2, 4.2, 1.5], + "cubes": [ + {"origin": [-3, 2.2, 0.5], "size": [2, 2, 2], "uv": [20, 37]} + ] + }, + { + "name": "kneeright", + "parent": "legright", + "pivot": [-2, 2.2, 0.5], + "cubes": [ + {"origin": [-3, 0.2, 0.5], "size": [2, 2, 2], "uv": [20, 37]} + ] + }, + { + "name": "rightfoot", + "parent": "kneeright", + "pivot": [-2, 0.2, 2.25], + "cubes": [ + {"origin": [-4, 0.2, -0.5], "size": [4, 0, 3], "uv": [26, 22]}, + {"origin": [-5, 0.2, -4.5], "size": [6, 0, 4], "uv": [26, 45]} + ] + }, + { + "name": "legleft", + "parent": "body", + "pivot": [2, 4.2, 1.5], + "cubes": [ + {"origin": [1, 2.2, 0.5], "size": [2, 2, 2], "uv": [0, 18]} + ] + }, + { + "name": "kneeleft", + "parent": "legleft", + "pivot": [2, 2.2, 0.5], + "cubes": [ + {"origin": [1, 0.2, 0.5], "size": [2, 2, 2], "uv": [0, 18]} + ] + }, + { + "name": "leftfoot", + "parent": "kneeleft", + "pivot": [2, 0.2, 2], + "cubes": [ + {"origin": [-1, 0.2, -4.5], "size": [6, 0, 4], "uv": [0, 48]}, + {"origin": [0, 0.2, -1.5], "size": [4, 0, 4], "uv": [25, 18]} + ] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 4.42403, 1.55567], + "cubes": [ + {"origin": [-6.5, 6.2, -4.5], "size": [13, 8, 9], "uv": [0, 65]}, + {"origin": [-4.5, 7.96972, 2.00192], "size": [9, 8, 5], "pivot": [0, 6.96972, -2.49808], "rotation": [-17.5, 0, 0], "uv": [34, 0]} + ] + }, + { + "name": "neck", + "parent": "torso", + "pivot": [0, 14.7, -0.5], + "cubes": [ + {"origin": [-3, 13.2, -3.5], "size": [6, 2, 6], "uv": [32, 55]} + ] + }, + { + "name": "neck2", + "parent": "neck", + "pivot": [0, 15.3, -0.5], + "cubes": [ + {"origin": [-3, 15.2, -3.5], "size": [6, 2, 6], "uv": [32, 55]} + ] + }, + { + "name": "head", + "parent": "neck2", + "pivot": [0, 20.7554, -0.54444], + "cubes": [ + {"origin": [-5, 17.2, -5], "size": [10, 10, 9], "uv": [0, 18]}, + {"origin": [-3.8, 19.2, -7.7], "size": [4, 2, 3], "pivot": [-2, 20.2, -6], "rotation": [0, 0, -10], "uv": [56, 27]}, + {"origin": [-0.2, 19.2, -7.7], "size": [4, 2, 3], "pivot": [2, 20.2, -6], "rotation": [0, 0, 10], "uv": [50, 55]}, + {"origin": [-4.6, 21.2, -5], "size": [3, 4, 1], "inflate": 0.01, "uv": [57, 0], "mirror": true}, + {"origin": [1.6, 21.2, -5], "size": [3, 4, 1], "inflate": 0.01, "uv": [57, 0]}, + {"origin": [-1.74006, 22.71197, -4], "size": [5, 3, 7], "pivot": [12.25994, 10.71197, 0], "rotation": [0, 0, -20], "uv": [0, 52]}, + {"origin": [-3.25994, 22.71197, -4], "size": [5, 3, 7], "pivot": [-12.25994, 10.71197, 0], "rotation": [0, 0, 20], "uv": [38, 45]} + ] + }, + { + "name": "beak", + "parent": "head", + "pivot": [0, 19.2, -5], + "cubes": [ + {"origin": [-3, 18.2, -7], "size": [6, 2, 2], "uv": [55, 45]} + ] + }, + { + "name": "feathers", + "parent": "head", + "pivot": [0, 27.4071, -3], + "cubes": [ + {"origin": [-2.26966, 26.92276, -3], "size": [3, 5, 0], "pivot": [-0.76966, 29.32276, -3], "rotation": [0, 0, -32.5], "uv": [8, 0]}, + {"origin": [-0.73034, 26.92276, -3], "size": [3, 5, 0], "inflate": 0.01, "pivot": [0.76966, 29.32276, -3], "rotation": [0, 0, 32.5], "uv": [0, 0]} + ] + }, + { + "name": "pupils", + "parent": "head", + "pivot": [0, 23.9, -4.5], + "cubes": [ + {"origin": [-3.9, 22.9, -5], "size": [2, 2, 1], "inflate": 0.02, "uv": [0, 24], "mirror": true}, + {"origin": [1.9, 22.9, -5], "size": [2, 2, 1], "inflate": 0.02, "uv": [0, 24]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 9.89743, 7.15256], + "cubes": [ + {"origin": [-3.5, 5.15224, 11.04134], "size": [7, 5, 6], "pivot": [0, 0.15224, 5.54134], "rotation": [30, 0, 0], "uv": [0, 37]} + ] + }, + { + "name": "wingleft", + "parent": "torso", + "pivot": [6.5, 10.94211, -2.50829], + "cubes": [ + {"origin": [6.5, 6.2, -5.5], "size": [2, 6, 8], "pivot": [2, 5.2, 0], "rotation": [-25, 0, 0], "uv": [40, 13]}, + {"origin": [7, 4.53673, 2.77885], "size": [1, 5, 6], "pivot": [2, 4.53673, 1.27885], "rotation": [20, 0, 0], "uv": [56, 7]} + ] + }, + { + "name": "wingright", + "parent": "torso", + "pivot": [-6.5, 10.94211, -2.50829], + "cubes": [ + {"origin": [-8.5, 6.2, -5.5], "size": [2, 6, 8], "pivot": [-2, 5.2, 0], "rotation": [-25, 0, 0], "uv": [18, 45]}, + {"origin": [-8, 4.53673, 2.77885], "size": [1, 5, 6], "pivot": [-2, 4.53673, 1.27885], "rotation": [20, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "floatie", + "parent": "torso", + "pivot": [0, 6.60446, -2.83333], + "cubes": [ + {"origin": [-7.5, 4.2, -5.5], "size": [15, 4, 14], "uv": [70, 0]}, + {"origin": [-2.9, 7.9, -5.5], "size": [3, 4, 1], "pivot": [-1, 10.2, -5], "rotation": [0, 0, -15], "uv": [56, 32]}, + {"origin": [-0.1, 7.9, -5.5], "size": [3, 4, 1], "pivot": [1, 10.2, -5], "rotation": [0, 0, 15], "uv": [17, 48]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/dudunsparce/dudunsparce.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/dudunsparce/dudunsparce.geo.json new file mode 100644 index 0000000..5939d91 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/dudunsparce/dudunsparce.geo.json @@ -0,0 +1,148 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.dudunsparce", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 4, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "dudunsparce", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "dudunsparce", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 0, -10] + }, + { + "name": "bone6", + "parent": "torso", + "pivot": [0, 0.5, 2], + "cubes": [ + {"origin": [-3, 0.5, 8], "size": [6, 5, 1], "uv": [34, 6]}, + {"origin": [-4, 0, 1], "size": [8, 6, 7], "uv": [0, 27]} + ] + }, + { + "name": "bone5", + "parent": "bone6", + "pivot": [0, 0.5, 1], + "cubes": [ + {"origin": [-3, 0.5, -8], "size": [6, 5, 1], "uv": [30, 33]}, + {"origin": [-3, 0.5, 0], "size": [6, 5, 1], "uv": [30, 33]}, + {"origin": [-4, 0, -7], "size": [8, 6, 7], "uv": [0, 14]} + ] + }, + { + "name": "head", + "parent": "bone5", + "pivot": [-0.5, 2.75, -8.25], + "cubes": [ + {"origin": [-4.5, -0.75, -11], "size": [9, 2, 3], "uv": [30, 21]}, + {"origin": [-4.5, 1.25, -16], "size": [9, 6, 8], "uv": [0, 0]} + ] + }, + { + "name": "bone8", + "parent": "head", + "pivot": [-4.55, 4.25, -12.75], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [-4.525, 1.75, -15.25], "size": [0, 5, 5], "uv": [0, 40]}, + {"origin": [-4.55, 2.25, -14.75], "size": [0, 4, 4], "uv": [40, 48]}, + {"origin": [-4.575, 3.75, -14.75], "size": [0, 1, 4], "uv": [0, 50]} + ] + }, + { + "name": "bone7", + "parent": "head", + "pivot": [4.55, 4.25, -12.75], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [4.525, 1.75, -15.25], "size": [0, 5, 5], "uv": [30, 39]}, + {"origin": [4.55, 2.25, -14.75], "size": [0, 4, 4], "uv": [48, 0]}, + {"origin": [4.575, 3.75, -14.75], "size": [0, 1, 4], "uv": [30, 49]} + ] + }, + { + "name": "bone9", + "parent": "head", + "pivot": [-0.5, 1.25, -11], + "cubes": [ + {"origin": [-4.5, -0.725, -15.975], "size": [9, 2, 5], "inflate": -0.025, "uv": [30, 14]}, + {"origin": [-0.5, -0.5, -17.5], "size": [1, 1, 2], "pivot": [-0.5, 0, -15.5], "rotation": [37.5, 0, 0], "uv": [50, 39]}, + {"origin": [1.5, -0.5, -17.5], "size": [1, 1, 2], "pivot": [1.5, 0, -15.5], "rotation": [37.5, 0, 0], "uv": [50, 45]}, + {"origin": [-2.5, -0.5, -17.5], "size": [1, 1, 2], "pivot": [-2.5, 0, -15.5], "rotation": [37.5, 0, 0], "uv": [50, 42]} + ] + }, + { + "name": "bone12", + "parent": "bone5", + "pivot": [-3, 5, -5.75], + "rotation": [30.88164, 1.71192, -40.80199], + "cubes": [ + {"origin": [-3, 5, -6.25], "size": [0, 4, 5], "uv": [10, 40]} + ] + }, + { + "name": "bone11", + "parent": "bone5", + "pivot": [3, 5, -5.75], + "rotation": [30.88164, -1.71192, 40.80199], + "cubes": [ + {"origin": [3, 5, -6.25], "size": [0, 4, 5], "uv": [10, 40]} + ] + }, + { + "name": "bone4", + "parent": "bone6", + "pivot": [0, 2, 9], + "cubes": [ + {"origin": [-1, 2, 9], "size": [2, 2, 3], "uv": [48, 8]} + ] + }, + { + "name": "bone10", + "parent": "bone4", + "pivot": [0, 2, 12], + "cubes": [ + {"origin": [-2, 1, 12], "size": [4, 4, 3], "uv": [30, 26]}, + {"origin": [-1.5, 1.5, 15], "size": [3, 3, 2], "uv": [48, 48]}, + {"origin": [-1, 2, 17], "size": [2, 2, 3], "uv": [10, 49]}, + {"origin": [-1.5, 1.5, 18.25], "size": [3, 3, 2], "uv": [20, 49]}, + {"origin": [-1, 2, 20.25], "size": [2, 2, 2], "uv": [44, 35]} + ] + }, + { + "name": "bone14", + "parent": "bone6", + "pivot": [-3, 5, 3.25], + "rotation": [30.88164, 1.71192, -40.80199], + "cubes": [ + {"origin": [-3, 5, 2.75], "size": [0, 4, 5], "uv": [10, 40]} + ] + }, + { + "name": "bone13", + "parent": "bone6", + "pivot": [3, 5, 3.25], + "rotation": [30.88164, -1.71192, 40.80199], + "cubes": [ + {"origin": [3, 5, 2.75], "size": [0, 4, 5], "uv": [10, 40]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/dudunsparce/dudunsparce_three-segment.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/dudunsparce/dudunsparce_three-segment.geo.json new file mode 100644 index 0000000..36c99f8 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/dudunsparce/dudunsparce_three-segment.geo.json @@ -0,0 +1,180 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.dudunsparce_three_segment", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "dudunsparce_three_segment", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "dudunsparce_three_segment", + "pivot": [0, 0, 0] + }, + { + "name": "bone3", + "parent": "body", + "pivot": [0, 0, -10] + }, + { + "name": "bone16", + "parent": "bone3", + "pivot": [0, 0.5, 1], + "cubes": [ + {"origin": [-4, 0, -7], "size": [8, 6, 7], "uv": [30, 14]}, + {"origin": [-3, 0.5, 0], "size": [6, 5, 1], "uv": [44, 34]} + ] + }, + { + "name": "bone18", + "parent": "bone16", + "pivot": [3, 5, -4.75], + "rotation": [30.88164, -1.71192, 40.80199], + "cubes": [ + {"origin": [3, 5, -5.25], "size": [0, 4, 5], "uv": [0, 46]} + ] + }, + { + "name": "bone17", + "parent": "bone16", + "pivot": [-3, 5, -4.75], + "rotation": [30.88164, 1.71192, -40.80199], + "cubes": [ + {"origin": [-3, 5, -5.25], "size": [0, 4, 5], "uv": [0, 46]} + ] + }, + { + "name": "bone5", + "parent": "bone16", + "pivot": [0, 0.5, -7], + "cubes": [ + {"origin": [-3, 0.5, -16], "size": [6, 5, 1], "uv": [30, 34]}, + {"origin": [-3, 0.5, -8], "size": [6, 5, 1], "uv": [0, 40]}, + {"origin": [-4, 0, -15], "size": [8, 6, 7], "uv": [0, 14]} + ] + }, + { + "name": "head", + "parent": "bone5", + "pivot": [-0.5, 2.75, -16.25], + "cubes": [ + {"origin": [-4.5, -0.75, -19], "size": [9, 2, 3], "uv": [34, 0]}, + {"origin": [-4.5, 1.25, -24], "size": [9, 6, 8], "uv": [0, 0]} + ] + }, + { + "name": "bone8", + "parent": "head", + "pivot": [-4.55, 4.25, -20.75], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [-4.525, 1.75, -23.25], "size": [0, 5, 5], "uv": [38, 40]}, + {"origin": [-4.55, 2.25, -22.75], "size": [0, 4, 4], "uv": [38, 50]}, + {"origin": [-4.575, 3.75, -22.75], "size": [0, 1, 4], "uv": [30, 58]} + ] + }, + { + "name": "bone7", + "parent": "head", + "pivot": [4.55, 4.25, -20.75], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [4.525, 1.75, -23.25], "size": [0, 5, 5], "uv": [28, 40]}, + {"origin": [4.55, 2.25, -22.75], "size": [0, 4, 4], "uv": [30, 50]}, + {"origin": [4.575, 3.75, -22.75], "size": [0, 1, 4], "uv": [58, 27]} + ] + }, + { + "name": "jaw", + "parent": "head", + "pivot": [-0.5, 1.25, -19], + "cubes": [ + {"origin": [-4.5, -0.725, -23.975], "size": [9, 2, 5], "inflate": -0.025, "uv": [30, 27]}, + {"origin": [-0.5, -0.5, -25.5], "size": [1, 1, 2], "pivot": [-0.5, 0, -23.5], "rotation": [37.5, 0, 0], "uv": [58, 10]}, + {"origin": [1.5, -0.5, -25.5], "size": [1, 1, 2], "pivot": [1.5, 0, -23.5], "rotation": [37.5, 0, 0], "uv": [58, 35]}, + {"origin": [-2.5, -0.5, -25.5], "size": [1, 1, 2], "pivot": [-2.5, 0, -23.5], "rotation": [37.5, 0, 0], "uv": [58, 32]} + ] + }, + { + "name": "bone12", + "parent": "bone5", + "pivot": [-3, 5, -13.75], + "rotation": [30.88164, 1.71192, -40.80199], + "cubes": [ + {"origin": [-3, 5, -14.25], "size": [0, 4, 5], "uv": [0, 46]} + ] + }, + { + "name": "bone11", + "parent": "bone5", + "pivot": [3, 5, -13.75], + "rotation": [30.88164, -1.71192, 40.80199], + "cubes": [ + {"origin": [3, 5, -14.25], "size": [0, 4, 5], "uv": [0, 46]} + ] + }, + { + "name": "bone6", + "parent": "bone3", + "pivot": [0, 0.5, 2], + "cubes": [ + {"origin": [-3, 0.5, 8], "size": [6, 5, 1], "uv": [14, 40]}, + {"origin": [-4, 0, 1], "size": [8, 6, 7], "uv": [0, 27]} + ] + }, + { + "name": "bone4", + "parent": "bone6", + "pivot": [0, 2, 9], + "cubes": [ + {"origin": [-1, 2, 9], "size": [2, 2, 3], "uv": [0, 55]} + ] + }, + { + "name": "bone10", + "parent": "bone4", + "pivot": [0, 2, 12], + "cubes": [ + {"origin": [-2, 1, 12], "size": [4, 4, 3], "uv": [34, 5]}, + {"origin": [-1.5, 1.5, 15], "size": [3, 3, 2], "uv": [10, 55]}, + {"origin": [-1, 2, 17], "size": [2, 2, 3], "uv": [58, 0]}, + {"origin": [-1.5, 1.5, 18.25], "size": [3, 3, 2], "uv": [58, 5]}, + {"origin": [-1, 2, 20.25], "size": [2, 2, 2], "uv": [20, 46]} + ] + }, + { + "name": "bone14", + "parent": "bone6", + "pivot": [-3, 5, 3.25], + "rotation": [30.88164, 1.71192, -40.80199], + "cubes": [ + {"origin": [-3, 5, 2.75], "size": [0, 4, 5], "uv": [0, 46]} + ] + }, + { + "name": "bone13", + "parent": "bone6", + "pivot": [3, 5, 3.25], + "rotation": [30.88164, -1.71192, 40.80199], + "cubes": [ + {"origin": [3, 5, 2.75], "size": [0, 4, 5], "uv": [0, 46]} + ] + }, + { + "name": "bone15", + "parent": "bone6", + "pivot": [0, 0.5, 2] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/dunsparce/dunsparce.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/dunsparce/dunsparce.geo.json new file mode 100644 index 0000000..b4f78ca --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/dunsparce/dunsparce.geo.json @@ -0,0 +1,119 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.dunsparce", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "dunsparce", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "dunsparce", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-3, 0, -3], "size": [6, 6, 6], "uv": [0, 12]}, + {"origin": [-2, 0.5, 3], "size": [4, 5, 2], "uv": [24, 12]}, + {"origin": [-2, 0.5, -4], "size": [4, 5, 1], "uv": [30, 6]} + ] + }, + { + "name": "bone4", + "parent": "torso", + "pivot": [0, 2.75, -3.5], + "cubes": [ + {"origin": [-4, 1.5, -10.5], "size": [8, 5, 7], "uv": [0, 0]}, + {"origin": [3, -0.5, -5.5], "size": [1, 2, 2], "uv": [36, 32]}, + {"origin": [2, -0.5, -5.5], "size": [1, 2, 2], "uv": [20, 31]}, + {"origin": [-4, -0.5, -5.5], "size": [2, 2, 2], "uv": [36, 18]}, + {"origin": [-2, -0.5, -5.5], "size": [4, 2, 2], "uv": [8, 31]} + ] + }, + { + "name": "bone8", + "parent": "bone4", + "pivot": [0, 1.4, -5.45], + "cubes": [ + {"origin": [-4, -0.49339, -10.49521], "size": [8, 2, 5], "inflate": 0.025, "uv": [0, 24]}, + {"origin": [-2, -1.6, -11.2], "size": [0, 2, 1], "pivot": [-2, -0.6, -10.7], "rotation": [-40, 0, 0], "uv": [24, 19]}, + {"origin": [2, -1.6, -11.2], "size": [0, 2, 1], "pivot": [2, -0.6, -10.7], "rotation": [-40, 0, 0], "uv": [26, 37]} + ] + }, + { + "name": "bone7", + "parent": "bone4", + "pivot": [-5, -4.5, -4.5] + }, + { + "name": "bone3", + "parent": "bone4", + "pivot": [-4.0375, 4.1, -7.4], + "rotation": [-5, 0, 0], + "cubes": [ + {"origin": [-4.025, 2.1, -9.4], "size": [0, 4, 4], "uv": [8, 35]}, + {"origin": [-4.05, 2.6, -8.9], "size": [0, 3, 3], "uv": [36, 26]} + ] + }, + { + "name": "bone5", + "parent": "bone4", + "pivot": [4.0375, 4.1, -7.4], + "rotation": [-5, 0, 0], + "cubes": [ + {"origin": [4.025, 2.1, -9.4], "size": [0, 4, 4], "uv": [0, 31]}, + {"origin": [4.05, 2.6, -8.9], "size": [0, 3, 3], "uv": [36, 12]} + ] + }, + { + "name": "bone", + "parent": "torso", + "pivot": [0, 2.25, 5], + "cubes": [ + {"origin": [-1, 2.25, 5], "size": [2, 2, 2], "uv": [36, 22]} + ] + }, + { + "name": "drill", + "parent": "bone", + "pivot": [0, 2.25, 7], + "cubes": [ + {"origin": [-1.5, 1.75, 7], "size": [3, 3, 3], "uv": [30, 0]}, + {"origin": [-1, 2.25, 10], "size": [2, 2, 3], "uv": [16, 35]}, + {"origin": [-0.5, 2.75, 13], "size": [1, 1, 2], "uv": [36, 36]} + ] + }, + { + "name": "bone9", + "parent": "torso", + "pivot": [-2.25, 5.15, -2.5], + "rotation": [33.23426, 1.34789, -33.41293], + "cubes": [ + {"origin": [-2.25, 4.65, -2.5], "size": [0, 4, 5], "uv": [26, 19], "mirror": true} + ] + }, + { + "name": "bone6", + "parent": "torso", + "pivot": [2.25, 5.15, -2.5], + "rotation": [33.23426, -1.34789, 33.41293], + "cubes": [ + {"origin": [2.25, 4.65, -2.5], "size": [0, 4, 5], "uv": [26, 19]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/duosion/duosion.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/duosion/duosion.geo.json new file mode 100644 index 0000000..f39ff92 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/duosion/duosion.geo.json @@ -0,0 +1,116 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.duosion", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 3, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "duosion", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "duosion", + "pivot": [0.01667, 16, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 9.5, 0], + "cubes": [ + {"origin": [-1.5, 9.5, -1.5], "size": [3, 2, 3], "uv": [0, 13]}, + {"origin": [-2, 11.5, -2], "size": [4, 3, 4], "uv": [0, 0]} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 14.45, 1.8675], + "cubes": [ + {"origin": [-1, 16.5, -3.51], "size": [2, 2, 0], "pivot": [0, 17.5, -0.51], "rotation": [0, 0, 45], "uv": [9, 13]}, + {"origin": [-4.5, 14.5, -3.5], "size": [9, 7, 7], "uv": [32, 35]}, + {"origin": [1.9, 16.25, -3.51], "size": [2, 3, 0], "pivot": [2.9, 17.75, -3.51], "rotation": [0, 0, 7.5], "uv": [0, 0]}, + {"origin": [-3.9, 16.25, -3.51], "size": [2, 3, 0], "pivot": [-2.9, 17.75, -3.51], "rotation": [0, 0, -7.5], "uv": [0, 7]} + ] + }, + { + "name": "eyelids", + "parent": "head", + "pivot": [2.9, 17.75, -2.51] + }, + { + "name": "eyelid_right", + "parent": "eyelids", + "pivot": [-2.9, 17.75, -2.51], + "cubes": [ + {"origin": [-3.9, 16.25, -2.52], "size": [2, 3, 0], "pivot": [-2.9, 17.75, -2.51], "rotation": [0, 0, -7.5], "uv": [17, 10], "mirror": true} + ] + }, + { + "name": "eyelid_left", + "parent": "eyelids", + "pivot": [2.9, 17.75, -2.51], + "cubes": [ + {"origin": [1.9, 16.25, -2.52], "size": [2, 3, 0], "pivot": [2.9, 17.75, -2.51], "rotation": [0, 0, 7.5], "uv": [17, 10]} + ] + }, + { + "name": "hat", + "parent": "head", + "pivot": [0, 21.625, 0], + "cubes": [ + {"origin": [-2, 23.25, -2], "size": [4, 2, 4], "uv": [0, 7]} + ] + }, + { + "name": "arm_left", + "parent": "torso", + "pivot": [-1.25, 13, -2], + "cubes": [ + {"origin": [-1.75, 12.5, -3.5], "size": [1, 1, 2], "uv": [12, 7]} + ] + }, + { + "name": "arm_right", + "parent": "torso", + "pivot": [1.25, 13, -2], + "cubes": [ + {"origin": [0.75, 12.5, -3.5], "size": [1, 1, 2], "uv": [12, 0]} + ] + }, + { + "name": "shell", + "parent": "body", + "pivot": [0, 14.31875, -0.0625], + "cubes": [ + {"origin": [-9.5, 5.5, -10.5], "size": [19, 19, 21], "inflate": -17, "uv": [37, 68]}, + {"origin": [-4.5, 18.275, -5], "size": [9, 12, 10], "inflate": -8, "uv": [7, 56]} + ] + }, + { + "name": "shell_left", + "parent": "shell", + "pivot": [8.15, 6.5, 3.875], + "cubes": [ + {"origin": [0.825, 3.6, -4.125], "size": [12, 11, 7], "inflate": -8, "uv": [73, 24]} + ] + }, + { + "name": "shell_right", + "parent": "shell", + "pivot": [-8.15, 6.5, 3.875], + "cubes": [ + {"origin": [-12.825, 3.6, -4.125], "size": [12, 11, 7], "inflate": -8, "uv": [73, 24], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/duraludon/duraludon.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/duraludon/duraludon.geo.json new file mode 100644 index 0000000..047cfcf --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/duraludon/duraludon.geo.json @@ -0,0 +1,492 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "duraludon", + "pivot": [0, 0, 0] + }, + { + "name": "body_shake", + "parent": "duraludon", + "pivot": [-0.01832, 3.72591, -0.53758] + }, + { + "name": "body", + "parent": "body_shake", + "pivot": [-0.01832, 3.72591, -0.53758], + "cubes": [ + {"origin": [-3.51635, 4.12627, -4.53799], "size": [7, 5, 9], "inflate": 0.275, "uv": [23, 30]}, + {"origin": [-3.01635, 4.60127, -5.68799], "size": [6, 4, 2], "inflate": 0.275, "uv": [61, 46]}, + {"origin": [-3.04135, 4.47627, -5.36299], "size": [6, 4, 2], "uv": [61, 52]}, + {"origin": [-3.51635, 2.77627, -4.53799], "size": [7, 3, 10], "inflate": -0.45, "uv": [17, 0]} + ] + }, + { + "name": "body_top", + "parent": "body", + "pivot": [0.13781, 9.11117, -0.52769], + "cubes": [ + {"origin": [-3.01635, 8.00127, -4.06299], "size": [6, 10, 5], "inflate": -0.075, "pivot": [0.15865, 13.50127, -0.03799], "rotation": [-5, 0, 0], "uv": [0, 32]}, + {"origin": [2.15365, 6.34826, -1.90729], "size": [1, 13, 6], "inflate": -0.25, "pivot": [0.68365, 13.34826, -0.40729], "rotation": [25, 0, 0], "uv": [0, 47]}, + {"origin": [2.90965, 16.32202, -3.88816], "size": [0, 5, 5], "pivot": [3.48465, 19.52202, -1.46316], "rotation": [25, 0, 0], "uv": [17, 0]}, + {"origin": [-2.95965, 16.32202, -3.88816], "size": [0, 5, 5], "pivot": [-3.53465, 19.52202, -1.46316], "rotation": [25, 0, 0], "uv": [17, 0], "mirror": true}, + {"origin": [-3.24305, 16.35131, 1.99295], "size": [1, 1, 3], "inflate": -0.3, "pivot": [-2.06635, 21.65131, -0.03205], "rotation": [-65, 0, 0], "uv": [0, 75], "mirror": true}, + {"origin": [-3.24305, 16.90115, -3.95208], "size": [1, 1, 1], "inflate": -0.3, "pivot": [-2.74305, 17.52615, -3.37708], "rotation": [-5, 0, 0], "uv": [2, 77], "mirror": true}, + {"origin": [2.21035, 16.90115, -3.95208], "size": [1, 1, 1], "inflate": -0.3, "pivot": [2.71035, 17.52615, -3.37708], "rotation": [-5, 0, 0], "uv": [2, 77]}, + {"origin": [2.21035, 14.10924, -4.46568], "size": [1, 1, 3], "inflate": -0.3, "pivot": [2.70865, 14.55924, -2.89068], "rotation": [57.5, 0, 0], "uv": [0, 75]}, + {"origin": [2.21035, 12.60131, 1.76795], "size": [1, 1, 3], "inflate": -0.3, "pivot": [2.03365, 17.87631, -0.28205], "rotation": [-65, 0, 0], "uv": [0, 75]}, + {"origin": [2.21035, 10.33424, -5.71568], "size": [1, 1, 4], "inflate": -0.3, "pivot": [2.70865, 10.78424, -3.14068], "rotation": [57.5, 0, 0], "uv": [-1, 74]}, + {"origin": [-3.24305, 10.33424, -5.71568], "size": [1, 1, 4], "inflate": -0.3, "pivot": [-2.74135, 10.78424, -3.14068], "rotation": [57.5, 0, 0], "uv": [-1, 74], "mirror": true}, + {"origin": [-3.18635, 6.34826, -1.90729], "size": [1, 13, 6], "inflate": -0.25, "pivot": [-0.71635, 13.34826, -0.40729], "rotation": [25, 0, 0], "uv": [0, 47], "mirror": true}, + {"origin": [1.20865, 16.62631, 1.09295], "size": [1, 1, 10], "inflate": -0.3, "pivot": [2.05865, 17.12631, 1.99295], "rotation": [-65, 0, 0], "uv": [5, 5]}, + {"origin": [-2.20865, 16.62631, 1.09295], "size": [1, 1, 10], "inflate": -0.3, "pivot": [-2.05865, 17.12631, 1.99295], "rotation": [-65, 0, 0], "uv": [5, 5], "mirror": true}, + {"origin": [-2.51635, 7.18907, 1.60726], "size": [5, 10, 5], "inflate": 0.025, "pivot": [0.08365, 6.73907, 3.00726], "rotation": [25, 0, 0], "uv": [17, 44]} + ] + }, + { + "name": "bone5", + "parent": "body_top", + "pivot": [-0.04135, 8.97202, 5.0397], + "cubes": [ + {"origin": [-1.01635, 8.33403, 2.95411], "size": [2, 16, 3], "inflate": -0.1, "pivot": [-0.01635, 8.99702, 4.9897], "rotation": [17.5, 0, 0], "uv": [51, 44]}, + {"origin": [-0.51635, 23.68403, 3.15411], "size": [1, 1, 3], "inflate": -0.3, "pivot": [-0.04135, 9.12202, 5.3897], "rotation": [17.5, 0, 0], "uv": [17, 16]}, + {"origin": [-0.51635, 23.53403, 5.20411], "size": [1, 1, 1], "inflate": -0.3, "pivot": [-0.04135, 8.97202, 5.0397], "rotation": [17.5, 0, 0], "uv": [0, 3]} + ] + }, + { + "name": "hand_left", + "parent": "body_top", + "pivot": [3.48465, 19.52202, -1.53816] + }, + { + "name": "hand_1_l_motion", + "parent": "hand_left", + "pivot": [2.48465, 11.52202, 0.01184] + }, + { + "name": "hand_one_l3", + "parent": "hand_1_l_motion", + "pivot": [3.43291, 11.52202, -0.62322], + "cubes": [ + {"origin": [1.43291, 10.52202, -1.62322], "size": [4, 2, 2], "inflate": -0.025, "uv": [0, 66]} + ] + }, + { + "name": "hand_2_l_motion", + "parent": "hand_one_l3", + "pivot": [4.61624, 11.59634, -0.65655] + }, + { + "name": "hand_two_l3", + "parent": "hand_2_l_motion", + "pivot": [4.61624, 11.59634, -0.65655], + "cubes": [ + {"origin": [4.43291, 10.52202, -1.62322], "size": [4, 2, 2], "uv": [42, 63]}, + {"origin": [6.43291, 10.07202, -2.19822], "size": [5, 3, 3], "uv": [58, 60]} + ] + }, + { + "name": "bone22", + "parent": "hand_two_l3", + "pivot": [-8.84209, 19.52202, -1.62322], + "cubes": [ + {"origin": [7.35791, 9.69497, -2.64822], "size": [4, 4, 4], "uv": [14, 59]} + ] + }, + { + "name": "bone10", + "parent": "bone22", + "pivot": [11.83291, 13.19702, -0.64822], + "rotation": [0, -45, 0], + "cubes": [ + {"origin": [9.98282, 12.79117, -1.82656], "size": [3, 1, 3], "inflate": -0.1, "uv": [64, 27]}, + {"origin": [10.01125, 9.60107, -1.79813], "size": [3, 1, 3], "inflate": -0.1, "uv": [64, 16]} + ] + }, + { + "name": "bone8", + "parent": "bone22", + "pivot": [11.33291, 13.22202, -4.19716], + "cubes": [ + {"origin": [10.93291, 14.71247, -4.6222], "size": [3, 1, 3], "inflate": -0.1, "pivot": [11.35791, 13.2374, -4.19822], "rotation": [-90, 0, 45], "uv": [65, 4]} + ] + }, + { + "name": "bone9", + "parent": "bone8", + "pivot": [11.33291, 13.22202, -4.19716], + "cubes": [ + {"origin": [10.92556, 14.71937, -1.49859], "size": [3, 1, 3], "inflate": -0.1, "pivot": [11.35056, 13.23005, -1.06319], "rotation": [-90, 0, 45], "uv": [64, 31]} + ] + }, + { + "name": "hand_right", + "parent": "body_top", + "pivot": [-3.51735, 19.52202, -1.53816] + }, + { + "name": "hand_1_motion", + "parent": "hand_right", + "pivot": [-2.51735, 11.52202, 0.16184] + }, + { + "name": "hand_one_l2", + "parent": "hand_1_motion", + "pivot": [-3.57455, 11.52202, -0.44834], + "cubes": [ + {"origin": [-5.57455, 10.52202, -1.44834], "size": [4, 2, 2], "inflate": -0.025, "uv": [0, 66], "mirror": true} + ] + }, + { + "name": "hand_2_motion", + "parent": "hand_one_l2", + "pivot": [-4.75789, 11.59634, -0.48167] + }, + { + "name": "hand_two_l2", + "parent": "hand_2_motion", + "pivot": [-4.57455, 11.54702, -0.48584], + "cubes": [ + {"origin": [-8.57455, 10.52202, -1.44834], "size": [4, 2, 2], "uv": [42, 63], "mirror": true}, + {"origin": [-11.57455, 10.07202, -2.02334], "size": [5, 3, 3], "uv": [58, 60], "mirror": true} + ] + }, + { + "name": "bone11", + "parent": "hand_two_l2", + "pivot": [8.70045, 19.52202, -1.44834], + "cubes": [ + {"origin": [-11.49955, 9.69497, -2.47334], "size": [4, 4, 4], "uv": [14, 59], "mirror": true} + ] + }, + { + "name": "bone12", + "parent": "bone11", + "pivot": [-11.97455, 13.19702, -0.47334], + "rotation": [0, 45, 0], + "cubes": [ + {"origin": [-13.12446, 12.79117, -1.65167], "size": [3, 1, 3], "inflate": -0.1, "uv": [64, 27], "mirror": true}, + {"origin": [-13.15289, 9.60107, -1.62325], "size": [3, 1, 3], "inflate": -0.1, "uv": [64, 16], "mirror": true} + ] + }, + { + "name": "bone13", + "parent": "bone11", + "pivot": [-11.47455, 13.22202, -4.02228], + "cubes": [ + {"origin": [-14.07455, 14.71247, -4.44834], "size": [3, 1, 3], "inflate": -0.1, "pivot": [-11.49955, 13.2374, -4.02334], "rotation": [-90, 0, -45], "uv": [65, 4], "mirror": true} + ] + }, + { + "name": "bone23", + "parent": "bone13", + "pivot": [-11.47455, 13.22202, -4.02228], + "cubes": [ + {"origin": [-14.06721, 14.71937, -1.3237], "size": [3, 1, 3], "inflate": -0.1, "pivot": [-11.49221, 13.23005, -0.88831], "rotation": [-90, 0, -45], "uv": [64, 31], "mirror": true} + ] + }, + { + "name": "head", + "parent": "body_top", + "pivot": [-0.51635, 17.75127, 1.85536], + "rotation": [25, 0, 0], + "cubes": [ + {"origin": [1.20865, 20.65512, 0.74166], "size": [1, 2, 1], "inflate": -0.3, "pivot": [2.05865, 22.15512, 1.66666], "rotation": [-90, 0, 0], "uv": [0, 0]}, + {"origin": [-2.21635, 20.65512, 0.74166], "size": [1, 2, 1], "inflate": -0.3, "pivot": [-2.06635, 22.15512, 1.66666], "rotation": [-90, 0, 0], "uv": [10, 22]}, + {"origin": [-2.54135, 22.75901, -3.10462], "size": [5, 0, 5], "uv": [0, 0]}, + {"origin": [2.45865, 17.75901, -3.10462], "size": [0, 5, 5], "uv": [32, 39]}, + {"origin": [-2.54135, 17.75901, 1.87038], "size": [5, 5, 0], "inflate": 0.01, "uv": [17, 0]}, + {"origin": [-2.51535, 17.75901, -3.12962], "size": [0, 5, 5], "uv": [17, 27]}, + {"origin": [-2.20865, 21.65512, 0.81666], "size": [1, 1, 6], "inflate": -0.3, "pivot": [-2.05865, 22.15512, 1.71666], "rotation": [-90, 0, 0], "uv": [9, 9], "mirror": true}, + {"origin": [1.20865, 21.65512, 0.81666], "size": [1, 1, 6], "inflate": -0.3, "pivot": [2.05865, 22.15512, 1.71666], "rotation": [-90, 0, 0], "uv": [9, 9]} + ] + }, + { + "name": "bone4", + "parent": "head", + "pivot": [-1.51635, -1.26599, 3.89538], + "cubes": [ + {"origin": [-2.47635, 22.73381, -5.02962], "size": [2, 0, 3], "pivot": [-1.51635, 22.73401, -2.60462], "rotation": [0, -56.75, 0], "uv": [8, 5]}, + {"origin": [0.38365, 22.73391, -5.05462], "size": [2, 0, 3], "pivot": [1.48365, 22.73401, -2.60462], "rotation": [0, 55, 0], "uv": [8, 16]} + ] + }, + { + "name": "faceplate", + "parent": "head", + "pivot": [2.48365, 21.23401, -3.05462] + }, + { + "name": "plate_left", + "parent": "faceplate", + "pivot": [2.45865, 21.23401, -3.07962], + "cubes": [ + {"origin": [-0.54592, 19.73391, -3.01735], "size": [3, 3, 0], "pivot": [2.45408, 21.23391, -3.04235], "rotation": [0, -35, 0], "uv": [45, 44]} + ] + }, + { + "name": "eye", + "parent": "plate_left", + "pivot": [2.45865, 21.23401, -3.07962], + "cubes": [ + {"origin": [0.20408, 19.08391, -2.9925], "size": [1, 2, 0], "pivot": [2.45408, 21.23391, -3.04235], "rotation": [-15.00046, -31.99975, 26.82396], "uv": [13, 68]}, + {"origin": [0.79908, 21.53391, -4.52767], "size": [1, 1, 1], "inflate": -0.025, "pivot": [2.4461, 21.58391, -3.87767], "rotation": [32.5, 55, 0], "uv": [8, 71]}, + {"origin": [0.8961, 20.85891, -4.47767], "size": [1, 1, 1], "inflate": -0.15, "pivot": [2.4461, 21.58391, -3.90267], "rotation": [0, 55, 0], "uv": [-1, 74]}, + {"origin": [1.12308, 20.85891, -4.47767], "size": [1, 1, 1], "inflate": -0.375, "pivot": [2.4461, 21.58391, -3.90267], "rotation": [0, 55, 0], "uv": [-1, 74]}, + {"origin": [0.94708, 20.85891, -4.47767], "size": [1, 1, 1], "inflate": -0.2, "pivot": [2.4461, 21.58391, -3.90267], "rotation": [0, 55, 0], "uv": [4, 71]} + ] + }, + { + "name": "plate_right", + "parent": "faceplate", + "pivot": [-2.49135, 21.23401, -3.05462], + "cubes": [ + {"origin": [-2.472, 19.73381, -3.10411], "size": [3, 3, 0], "pivot": [-2.48499, 21.23381, -3.04236], "rotation": [0, 32.5, 0], "uv": [9, 27]} + ] + }, + { + "name": "eye2", + "parent": "plate_right", + "pivot": [-2.54135, 21.23401, -3.10462], + "rotation": [0, -2.5, 0], + "cubes": [ + {"origin": [-1.28446, 19.08381, -3.0428], "size": [1, 2, 0], "pivot": [-2.48446, 21.23381, -3.04265], "rotation": [-15.00046, 31.99975, -26.82396], "uv": [13, 68], "mirror": true}, + {"origin": [-1.87946, 21.53381, -4.60297], "size": [1, 1, 1], "inflate": -0.025, "pivot": [-2.52647, 21.58381, -3.92797], "rotation": [32.5, -55, 0], "uv": [8, 71], "mirror": true}, + {"origin": [-2.00147, 20.85881, -4.52797], "size": [1, 1, 1], "inflate": -0.15, "pivot": [-2.52647, 21.58381, -3.92797], "rotation": [0, -55, 0], "uv": [-1, 74], "mirror": true}, + {"origin": [-2.22846, 20.85881, -4.52797], "size": [1, 1, 1], "inflate": -0.375, "pivot": [-2.52647, 21.58381, -3.92797], "rotation": [0, -55, 0], "uv": [-1, 74], "mirror": true}, + {"origin": [-2.05246, 20.85881, -4.52797], "size": [1, 1, 1], "inflate": -0.2, "pivot": [-2.52647, 21.58381, -3.92797], "rotation": [0, -55, 0], "uv": [4, 71], "mirror": true} + ] + }, + { + "name": "bone14", + "parent": "head", + "pivot": [2.48365, 21.63401, -3.10462], + "cubes": [ + {"origin": [-2.62836, 20.13401, -2.89137], "size": [3, 2, 2], "pivot": [-2.51635, 21.63401, -3.10462], "rotation": [0, 32.5, 0], "uv": [12, 68]}, + {"origin": [-0.42934, 20.13411, -2.89137], "size": [3, 2, 2], "pivot": [2.48365, 21.63401, -3.10462], "rotation": [0, -32.5, 0], "uv": [12, 68], "mirror": true} + ] + }, + { + "name": "zigzack_l", + "parent": "body_top", + "pivot": [2.03365, 21.65131, -0.03205], + "cubes": [ + {"origin": [2.21035, 16.35131, 1.99295], "size": [1, 1, 3], "inflate": -0.3, "pivot": [2.03365, 21.65131, -0.03205], "rotation": [-65, 0, 0], "uv": [0, 75]} + ] + }, + { + "name": "bone17", + "parent": "zigzack_l", + "pivot": [2.03365, 21.65131, -0.03205] + }, + { + "name": "zigzack_r", + "parent": "body_top", + "pivot": [-2.06635, 21.65131, -0.03205], + "cubes": [ + {"origin": [-3.24305, 14.10924, -4.46568], "size": [1, 1, 3], "inflate": -0.3, "pivot": [-2.74135, 14.55924, -2.89068], "rotation": [57.5, 0, 0], "uv": [0, 75], "mirror": true} + ] + }, + { + "name": "bone16", + "parent": "zigzack_r", + "pivot": [-2.06635, 21.65131, -0.03205], + "cubes": [ + {"origin": [-3.24305, 12.60131, 1.76795], "size": [1, 1, 3], "inflate": -0.3, "pivot": [-2.06635, 17.87631, -0.28205], "rotation": [-65, 0, 0], "uv": [0, 75], "mirror": true} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [-0.51635, 0.00127, 0.46201], + "cubes": [ + {"origin": [-3.51635, 4.72627, 3.41201], "size": [7, 5, 9], "inflate": -0.125, "pivot": [-0.51635, 5.00127, 6.46201], "rotation": [15, 0, 0], "uv": [17, 16]} + ] + }, + { + "name": "right", + "parent": "tail", + "pivot": [-1.26635, 9.50127, 10.96201] + }, + { + "name": "bone20", + "parent": "right", + "pivot": [-1.51635, 8.50127, 11.23701], + "cubes": [ + {"origin": [-3.26635, 8.00127, 10.78701], "size": [2, 1, 1], "inflate": -0.225, "pivot": [-1.51635, 8.50127, 11.23701], "rotation": [14.51082, -3.84097, 14.51082], "uv": [1, 83], "mirror": true}, + {"origin": [-1.71635, 8.00127, 10.78701], "size": [1, 1, 1], "inflate": -0.225, "pivot": [-1.51635, 8.50127, 11.23701], "rotation": [14.51082, -3.84097, 14.51082], "uv": [1, 83], "mirror": true} + ] + }, + { + "name": "bone21", + "parent": "right", + "pivot": [-1.26635, 9.50127, 10.96201], + "cubes": [ + {"origin": [-3.01635, 9.00127, 10.51201], "size": [2, 1, 1], "inflate": -0.225, "pivot": [-1.26635, 9.50127, 10.96201], "rotation": [14.51082, -3.84097, 14.51082], "uv": [1, 83], "mirror": true}, + {"origin": [-1.46635, 9.00127, 10.51201], "size": [1, 1, 1], "inflate": -0.225, "pivot": [-1.26635, 9.50127, 10.96201], "rotation": [14.51082, -3.84097, 14.51082], "uv": [1, 83], "mirror": true} + ] + }, + { + "name": "left", + "parent": "tail", + "pivot": [1.23365, 9.50127, 10.96201] + }, + { + "name": "bone19", + "parent": "left", + "pivot": [1.48365, 8.50127, 11.23701], + "cubes": [ + {"origin": [1.23365, 8.00127, 10.78701], "size": [2, 1, 1], "inflate": -0.225, "pivot": [1.48365, 8.50127, 11.23701], "rotation": [14.51082, 3.84097, -14.51082], "uv": [1, 83]}, + {"origin": [0.68365, 8.00127, 10.78701], "size": [1, 1, 1], "inflate": -0.225, "pivot": [1.48365, 8.50127, 11.23701], "rotation": [14.51082, 3.84097, -14.51082], "uv": [1, 83]} + ] + }, + { + "name": "bone18", + "parent": "left", + "pivot": [1.23365, 9.50127, 10.96201], + "cubes": [ + {"origin": [0.98365, 9.00127, 10.51201], "size": [2, 1, 1], "inflate": -0.225, "pivot": [1.23365, 9.50127, 10.96201], "rotation": [14.51082, 3.84097, -14.51082], "uv": [1, 83]}, + {"origin": [0.43365, 9.00127, 10.51201], "size": [1, 1, 1], "inflate": -0.225, "pivot": [1.23365, 9.50127, 10.96201], "rotation": [14.51082, 3.84097, -14.51082], "uv": [1, 83]} + ] + }, + { + "name": "leg_left", + "parent": "duraludon", + "pivot": [4, 8, 0] + }, + { + "name": "leg_front_left", + "parent": "leg_left", + "pivot": [-4.7, 6.5, -0.4], + "rotation": [0, -90, 0] + }, + { + "name": "leg_front2_left", + "parent": "leg_front_left", + "pivot": [-5.7, 6.5, -6.4] + }, + { + "name": "leg_front3_left", + "parent": "leg_front2_left", + "pivot": [-5.7, 2, -10.4], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [-7.2, 2, -12.9], "size": [5, 6, 4], "uv": [46, 26], "mirror": true} + ] + }, + { + "name": "leg_front4_left", + "parent": "leg_front3_left", + "pivot": [-5.7, 8, -10.9], + "cubes": [ + {"origin": [-6.675, 6.075, -10.9], "size": [4, 3, 3], "pivot": [-5.7, 8, -10.9], "rotation": [-10, 0, 0], "uv": [0, 5], "mirror": true} + ] + }, + { + "name": "legspike_front_left", + "parent": "leg_front3_left", + "pivot": [-5.7, 8, -10.9], + "rotation": [-45, 0, 0] + }, + { + "name": "toe_front_left", + "parent": "leg_front2_left", + "pivot": [-5.7, 1, -14.4] + }, + { + "name": "bone2", + "parent": "toe_front_left", + "pivot": [-7.45, 0.5, -10.7] + }, + { + "name": "bone", + "parent": "bone2", + "pivot": [-6.0875, 3, -10.7125], + "cubes": [ + {"origin": [-8.225, 0, -13.225], "size": [7, 3, 5], "inflate": 0.01, "uv": [40, 13], "mirror": true}, + {"origin": [-8.45, 0, -11.7], "size": [2, 1, 2], "pivot": [-7.45, 0.5, -10.7], "rotation": [0, -45, 0], "uv": [17, 20], "mirror": true} + ] + }, + { + "name": "toe_front_left2", + "parent": "toe_front_left", + "pivot": [-5.7, 2, -16.4], + "rotation": [-10, 0, 0] + }, + { + "name": "leg_right", + "parent": "duraludon", + "pivot": [-4, 8, 0] + }, + { + "name": "leg_front_right", + "parent": "leg_right", + "pivot": [4.7, 6.5, -0.4], + "rotation": [0, 90, 0] + }, + { + "name": "leg_front2_right", + "parent": "leg_front_right", + "pivot": [5.7, 6.5, -6.4] + }, + { + "name": "leg_front3_right", + "parent": "leg_front2_right", + "pivot": [5.7, 2, -10.4], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [2.2, 2, -12.9], "size": [5, 6, 4], "uv": [46, 26]} + ] + }, + { + "name": "leg_front4_right", + "parent": "leg_front3_right", + "pivot": [5.7, 8, -10.9], + "cubes": [ + {"origin": [2.675, 6.075, -10.9], "size": [4, 3, 3], "pivot": [5.7, 8, -10.9], "rotation": [-10, 0, 0], "uv": [0, 5]} + ] + }, + { + "name": "legspike_front_right", + "parent": "leg_front3_right", + "pivot": [5.7, 8, -10.9], + "rotation": [-45, 0, 0] + }, + { + "name": "toe_front_right", + "parent": "leg_front2_right", + "pivot": [5.7, 1, -14.4] + }, + { + "name": "bone6", + "parent": "toe_front_right", + "pivot": [7.45, 0.5, -10.7] + }, + { + "name": "bone3", + "parent": "bone6", + "pivot": [6.0875, 3, -10.7125], + "cubes": [ + {"origin": [1.225, 0, -13.225], "size": [7, 3, 5], "inflate": 0.01, "uv": [40, 13]}, + {"origin": [6.45, 0, -11.7], "size": [2, 1, 2], "pivot": [7.45, 0.5, -10.7], "rotation": [0, 45, 0], "uv": [17, 20]} + ] + }, + { + "name": "toe_front_right2", + "parent": "toe_front_right", + "pivot": [5.7, 2, -16.4], + "rotation": [-10, 0, 0] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/eelektrik.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/eelektrik.geo.json new file mode 100644 index 0000000..58d78f6 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/eelektrik.geo.json @@ -0,0 +1,157 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.eelektrik", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 7, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "root", + "pivot": [0, 0, 0] + }, + { + "name": "eelektrik", + "parent": "root", + "pivot": [0, 0, 0] + }, + { + "name": "head", + "parent": "eelektrik", + "pivot": [-2, 3, 6], + "cubes": [ + {"origin": [-4, 0, -1], "size": [5, 5, 7], "uv": [0, 7]} + ] + }, + { + "name": "upperfin", + "parent": "head", + "pivot": [-1.6, 5.2, 2.6], + "cubes": [ + {"origin": [-1.5, 5, 0], "size": [0, 6, 5], "uv": [19, 27]} + ] + }, + { + "name": "downsyndromfin", + "parent": "head", + "pivot": [-1.6, 0, 3], + "cubes": [ + {"origin": [-1.5, -6, 0], "size": [0, 6, 5], "uv": [9, 25]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [0, 1.1, 4.2] + }, + { + "name": "righteye", + "parent": "eyes", + "pivot": [0, -0.5, 0.5], + "cubes": [ + {"origin": [1.01, 1.5, 1.5], "size": [0, 2, 2], "uv": [0, 6]} + ] + }, + { + "name": "eyeball_right", + "parent": "righteye", + "pivot": [0, -0.5, 0.5], + "cubes": [ + {"origin": [1.02, 2, 2], "size": [0, 1, 1], "uv": [4, 6]} + ] + }, + { + "name": "lefteye", + "parent": "eyes", + "pivot": [-5, -0.5, 0.5], + "cubes": [ + {"origin": [-4.01, 1.5, 1.5], "size": [0, 2, 2], "uv": [0, 4]} + ] + }, + { + "name": "eyeball_left", + "parent": "lefteye", + "pivot": [-5, -0.5, 0.5], + "cubes": [ + {"origin": [-4.02, 2, 2], "size": [0, 1, 1], "uv": [4, 5]} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [-1.6, 2.4, -0.8], + "cubes": [ + {"origin": [-3, 1, -1.02], "size": [3, 3, 0], "pivot": [-1.5, 2.5, -1.3], "rotation": [0, 0, 45], "uv": [0, 3]}, + {"origin": [-3, 1, -1.01], "size": [3, 3, 0], "uv": [0, 0]} + ] + }, + { + "name": "torso", + "parent": "eelektrik", + "pivot": [0, 0, 0] + }, + { + "name": "neck", + "parent": "torso", + "pivot": [-2, 2, 5.8], + "cubes": [ + {"origin": [-3.5, 0.5, 5], "size": [4, 4, 5], "uv": [22, 23]} + ] + }, + { + "name": "body1", + "parent": "neck", + "pivot": [-2.1, 2, 9.7], + "cubes": [ + {"origin": [-3.5, 0.5, 9], "size": [4, 4, 7], "inflate": 0.001, "uv": [0, 19]} + ] + }, + { + "name": "body2", + "parent": "body1", + "pivot": [-1.6, 2.5, 15.3], + "cubes": [ + {"origin": [-3.5, 0.5, 15], "size": [4, 4, 7], "uv": [17, 12]} + ] + }, + { + "name": "tail1", + "parent": "body2", + "pivot": [-2, 2, 22], + "cubes": [ + {"origin": [-3, 1, 21], "size": [3, 3, 7], "uv": [20, 0]} + ] + }, + { + "name": "tail2", + "parent": "tail1", + "pivot": [-3.6, 2, 27.4], + "cubes": [ + {"origin": [-2.5, 1.5, 27], "size": [2, 2, 5], "uv": [32, 10]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [-1.8, 2, 32], + "cubes": [ + {"origin": [-2.25, 2, 31], "size": [1.5, 1, 7], "uv": [0, 30]} + ] + }, + { + "name": "tailfin", + "parent": "tail3", + "pivot": [-1.9, 2.1, 36], + "cubes": [ + {"origin": [-7, 2.5, 35], "size": [10, 0, 7], "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/eelektross.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/eelektross.geo.json new file mode 100644 index 0000000..d5d5284 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/eelektross.geo.json @@ -0,0 +1,500 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.eelektross", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 9, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "eelektross", + "pivot": [0, 0, 0] + }, + { + "name": "head", + "parent": "eelektross", + "pivot": [0, 0, -16], + "cubes": [ + {"origin": [-5.5, 0.5, -13], "size": [6, 6, 5], "uv": [22, 48]} + ] + }, + { + "name": "hairthingy", + "parent": "head", + "pivot": [-2.5, 6.4197, -7.5219] + }, + { + "name": "front", + "parent": "hairthingy", + "pivot": [-2.5, 6.4197, -7.9219], + "cubes": [ + {"origin": [-3, 6.25, -9], "size": [1, 1, 3], "uv": [55, 12]} + ] + }, + { + "name": "front2", + "parent": "front", + "pivot": [-2.5, 6.9197, -6.1219], + "cubes": [ + {"origin": [-3.5, 6, -6], "size": [2, 2, 5], "uv": [65, 62]} + ] + }, + { + "name": "thing1", + "parent": "front2", + "pivot": [-2.5, 6.85837, -0.47046], + "rotation": [25, 0, 0], + "cubes": [ + {"origin": [-3.5, 6.13144, -0.88218], "size": [2, 2, 5], "uv": [44, 65]}, + {"origin": [-3.4, 5.33144, -1.28218], "size": [1.8, 2, 5], "pivot": [-2.5, 7.13144, 1.61782], "rotation": [17.5, 0, 0], "uv": [63, 54]}, + {"origin": [-2.5, 2.63144, -0.88218], "size": [0, 4, 5], "uv": [48, 6]} + ] + }, + { + "name": "thing2", + "parent": "thing1", + "pivot": [-2.5, 6.05114, 4.29592], + "cubes": [ + {"origin": [-3.5, 6.13144, 4.11782], "size": [2, 2, 8], "uv": [48, 29]}, + {"origin": [-2.5, 2.63144, 4.11782], "size": [0, 4, 8], "uv": [15, 8]} + ] + }, + { + "name": "thing3", + "parent": "thing2", + "pivot": [-2.5, 5.75114, 12.09592], + "cubes": [ + {"origin": [-3.5, 6.13144, 12.11782], "size": [2, 2, 8], "uv": [46, 16]}, + {"origin": [-2.5, 2.63144, 12.11782], "size": [0, 4, 8], "uv": [0, 30]} + ] + }, + { + "name": "thing4", + "parent": "thing3", + "pivot": [-2.5, 5.25114, 20.29592], + "cubes": [ + {"origin": [-3, 6.63144, 20.11782], "size": [1, 1, 4], "uv": [64, 69]}, + {"origin": [-2.5, 1.13144, 20.11782], "size": [0, 6, 4], "uv": [48, 22]} + ] + }, + { + "name": "thing5", + "parent": "thing4", + "pivot": [-2.5, 5.55114, 23.99592], + "cubes": [ + {"origin": [-3, 6.63144, 24.11782], "size": [1, 1, 4], "uv": [69, 35]}, + {"origin": [-2.5, 1.13144, 24.11782], "size": [0, 6, 4], "uv": [26, 64]} + ] + }, + { + "name": "thing6", + "parent": "thing5", + "pivot": [-2.5, 7.05114, 28.19592], + "cubes": [ + {"origin": [-3, 6.63144, 28.11782], "size": [1, 1, 4], "uv": [58, 67]}, + {"origin": [-2.5, 1.13144, 28.11782], "size": [0, 6, 4], "uv": [34, 64]} + ] + }, + { + "name": "thing7", + "parent": "thing6", + "pivot": [-2.5, 7.05114, 31.69592], + "cubes": [ + {"origin": [-3.5, 6.13144, 31.61782], "size": [2, 2, 5], "uv": [61, 46]} + ] + }, + { + "name": "thingend", + "parent": "thing7", + "pivot": [-2.5, 7.05114, 14.69592], + "cubes": [ + {"origin": [-3, 6.63144, 36.61782], "size": [1, 1, 1], "uv": [26, 0]} + ] + }, + { + "name": "right_eye", + "parent": "head", + "pivot": [0, 0, 0] + }, + { + "name": "r_around", + "parent": "right_eye", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [0.51, 2.75, -11.5], "size": [0, 3, 3], "uv": [0, 5]} + ] + }, + { + "name": "yummy", + "parent": "r_around", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [0.52, 3.25, -11], "size": [0, 2, 2], "uv": [48, 15]} + ] + }, + { + "name": "r_eyeball", + "parent": "yummy", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [0.53, 3.75, -10.5], "size": [0, 1, 1], "uv": [0, 1]} + ] + }, + { + "name": "lefteye", + "parent": "head", + "pivot": [-6.1, 0, 0] + }, + { + "name": "l_around", + "parent": "lefteye", + "pivot": [-6.1, 0, 0], + "cubes": [ + {"origin": [-5.59, 2.75, -11.5], "size": [0, 3, 3], "uv": [0, 0]} + ] + }, + { + "name": "yum", + "parent": "l_around", + "pivot": [-6.1, 0, 0], + "cubes": [ + {"origin": [-5.6, 3.25, -11], "size": [0, 2, 2], "uv": [48, 13]} + ] + }, + { + "name": "l_eyeball", + "parent": "yum", + "pivot": [-6.1, 0, 0], + "cubes": [ + {"origin": [-5.61, 3.75, -10.5], "size": [0, 1, 1], "uv": [0, 0]} + ] + }, + { + "name": "head2", + "parent": "head", + "pivot": [-2.4, 3.7, -7.5], + "cubes": [ + {"origin": [-5.5, 0.5, -9], "size": [6, 6, 5], "inflate": 0.001, "uv": [44, 48]} + ] + }, + { + "name": "head3", + "parent": "head2", + "pivot": [-2, 3.3, -3.7], + "cubes": [ + {"origin": [-5.5, 0.5, -6], "size": [6, 6, 5], "uv": [0, 43]} + ] + }, + { + "name": "head4", + "parent": "head3", + "pivot": [-3, 4, -0.6], + "cubes": [ + {"origin": [-5.5, 0.5, -2], "size": [6, 6, 5], "inflate": 0.001, "uv": [42, 0]} + ] + }, + { + "name": "torso", + "parent": "head4", + "pivot": [-3, 4, 4], + "cubes": [ + {"origin": [-5, 1, 2], "size": [5, 5, 6], "uv": [32, 37]} + ] + }, + { + "name": "body", + "parent": "torso", + "pivot": [-3.9, 3, 7], + "cubes": [ + {"origin": [-5, 1, 7], "size": [5, 5, 6], "uv": [32, 26]} + ] + }, + { + "name": "body2", + "parent": "body", + "pivot": [-2.9, 3.6, 12.4], + "cubes": [ + {"origin": [-5, 1, 12], "size": [5, 5, 6], "uv": [16, 32]} + ] + }, + { + "name": "body3", + "parent": "body2", + "pivot": [-2.3, 3.3, 17.6], + "cubes": [ + {"origin": [-5, 1, 17], "size": [5, 5, 6], "uv": [32, 13]} + ] + }, + { + "name": "body4", + "parent": "body3", + "pivot": [-2.4, 3, 22], + "cubes": [ + {"origin": [-5, 1, 22], "size": [5, 5, 6], "uv": [0, 27]} + ] + }, + { + "name": "body5", + "parent": "body4", + "pivot": [-2, 3.4, 27], + "cubes": [ + {"origin": [-5, 1, 27], "size": [5, 5, 6], "uv": [16, 21]} + ] + }, + { + "name": "body6", + "parent": "body5", + "pivot": [-2.7, 1.8, 32], + "cubes": [ + {"origin": [-5, 1, 32], "size": [5, 5, 6], "uv": [20, 2]}, + {"origin": [-2.5, 5, 33], "size": [0, 5, 5], "uv": [39, 43]} + ] + }, + { + "name": "lilhand_right", + "parent": "body6", + "pivot": [-0.5, 1.5, 31.5], + "cubes": [ + {"origin": [-0.5, 1.5, 30.5], "size": [2, 0, 2], "uv": [0, 11]}, + {"origin": [1.5, 1.5, 29.5], "size": [2, 0, 4], "uv": [32, 4]}, + {"origin": [3.5, 1.5, 28.5], "size": [3, 0, 6], "uv": [25, 13]} + ] + }, + { + "name": "lilhand_left", + "parent": "body6", + "pivot": [-5.5, 1.5, 31.5], + "cubes": [ + {"origin": [-6.5, 1.5, 30.5], "size": [2, 0, 2], "uv": [0, 0]}, + {"origin": [-8.5, 1.5, 29.5], "size": [2, 0, 4], "uv": [32, 0]}, + {"origin": [-11.5, 1.5, 28.5], "size": [3, 0, 6], "uv": [14, 0]} + ] + }, + { + "name": "tail", + "parent": "body6", + "pivot": [-3, 3, 38], + "cubes": [ + {"origin": [-4.5, 1.5, 37], "size": [4, 4, 7], "uv": [0, 16]}, + {"origin": [-2.5, 4, 38], "size": [0, 6, 6], "uv": [58, 12]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [-2.8, 3, 44], + "cubes": [ + {"origin": [-4, 2, 43], "size": [3, 3, 7], "uv": [0, 54]}, + {"origin": [-2.5, 4, 44], "size": [0, 6, 6], "uv": [0, 58]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [-3, 3, 50], + "cubes": [ + {"origin": [-3.5, 2.5, 49], "size": [2, 2, 7], "uv": [13, 59]}, + {"origin": [-2.5, 3, 50], "size": [0, 6, 6], "uv": [49, 53]} + ] + }, + { + "name": "tail4", + "parent": "tail3", + "pivot": [-2.5, 4, 56.5], + "cubes": [ + {"origin": [-3, 3, 55], "size": [1, 1, 7], "uv": [54, 59]}, + {"origin": [-2.5, 3, 56], "size": [0, 4, 6], "uv": [17, 37]} + ] + }, + { + "name": "right_arm", + "parent": "torso", + "pivot": [-0.5, 4, 7], + "cubes": [ + {"origin": [-1.5, 3, 6], "size": [6, 2, 2], "uv": [68, 22]} + ] + }, + { + "name": "right_arm2", + "parent": "right_arm", + "pivot": [4.8, 3, 8], + "cubes": [ + {"origin": [4.5, 3, 6], "size": [6, 2, 2], "uv": [10, 68]} + ] + }, + { + "name": "right_arm3", + "parent": "right_arm2", + "pivot": [9, 3.1, 7.1], + "cubes": [ + {"origin": [9.5, 3, 5.5], "size": [6, 2, 3], "uv": [60, 26]} + ] + }, + { + "name": "right_arm4", + "parent": "right_arm3", + "pivot": [15.5, 3.8, 7.4], + "cubes": [ + {"origin": [15, 3, 4.5], "size": [5, 2, 5], "uv": [58, 11]}, + {"origin": [16, 5.01, 6], "size": [3, 0, 2], "uv": [76, 0]} + ] + }, + { + "name": "right_arm5", + "parent": "right_arm4", + "pivot": [21, 3, 6.6], + "cubes": [ + {"origin": [20, 3, 4], "size": [7, 2, 6], "uv": [0, 8]}, + {"origin": [21.5, 5.01, 5], "size": [4, 0, 4], "uv": [74, 2]}, + {"origin": [21, 2.99, 4.5], "size": [5, 0, 5], "uv": [81, 1]}, + {"origin": [22.5, 2.98, 6], "size": [2, 0, 2], "uv": [85, 6]} + ] + }, + { + "name": "finger3", + "parent": "right_arm5", + "pivot": [26, 3.5, 7.7], + "cubes": [ + {"origin": [25.5, 2, 6], "size": [2, 2, 2], "uv": [0, 70]}, + {"origin": [26.5, 0.4, 6], "size": [0, 2, 2], "pivot": [26.5, 1.4, 7], "rotation": [-180, -45, 180], "uv": [42, 9]} + ] + }, + { + "name": "finger2", + "parent": "right_arm5", + "pivot": [23.4, 4, 10], + "cubes": [ + {"origin": [22.5, 2, 9], "size": [2, 2, 2], "uv": [70, 18]}, + {"origin": [23.5, 0.4, 9], "size": [0, 2, 2], "pivot": [23.5, 1.4, 10], "rotation": [-180, -45, 180], "uv": [0, 42]} + ] + }, + { + "name": "finger1", + "parent": "right_arm5", + "pivot": [24, 3, 5], + "cubes": [ + {"origin": [22.5, 2, 3], "size": [2, 2, 2], "uv": [70, 46]}, + {"origin": [23.5, 0.4, 3], "size": [0, 2, 2], "pivot": [23.5, 1.4, 4], "rotation": [0, 45, 0], "uv": [22, 47]} + ] + }, + { + "name": "left_arm", + "parent": "torso", + "pivot": [-4.5, 4, 7], + "cubes": [ + {"origin": [-9.5, 3, 6], "size": [6, 2, 2], "uv": [68, 22], "mirror": true} + ] + }, + { + "name": "left_arm2", + "parent": "left_arm", + "pivot": [-9.8, 3, 8], + "cubes": [ + {"origin": [-15.5, 3, 6], "size": [6, 2, 2], "uv": [10, 68], "mirror": true} + ] + }, + { + "name": "left_arm3", + "parent": "left_arm2", + "pivot": [-14, 3.1, 7.1], + "cubes": [ + {"origin": [-20.5, 3, 5.5], "size": [6, 2, 3], "uv": [60, 26], "mirror": true} + ] + }, + { + "name": "left_arm4", + "parent": "left_arm3", + "pivot": [-20.5, 3.8, 7.4], + "cubes": [ + {"origin": [-25, 3, 4.5], "size": [5, 2, 5], "uv": [58, 11], "mirror": true}, + {"origin": [-24, 5.01, 6], "size": [3, 0, 2], "uv": [76, 0], "mirror": true} + ] + }, + { + "name": "left_arm5", + "parent": "left_arm4", + "pivot": [-26, 3, 6.6], + "cubes": [ + {"origin": [-32, 3, 4], "size": [7, 2, 6], "uv": [0, 8], "mirror": true}, + {"origin": [-30.5, 5.01, 5], "size": [4, 0, 4], "uv": [74, 2], "mirror": true}, + {"origin": [-31, 2.99, 4.5], "size": [5, 0, 5], "uv": [81, 1], "mirror": true}, + {"origin": [-29.5, 2.98, 6], "size": [2, 0, 2], "uv": [85, 6], "mirror": true} + ] + }, + { + "name": "finger4", + "parent": "left_arm5", + "pivot": [-29, 3, 5], + "cubes": [ + {"origin": [-29.5, 2, 3], "size": [2, 2, 2], "uv": [70, 46], "mirror": true}, + {"origin": [-28.5, 0.4, 3], "size": [0, 2, 2], "pivot": [-28.5, 1.4, 4], "rotation": [0, -45, 0], "uv": [22, 47], "mirror": true} + ] + }, + { + "name": "finger5", + "parent": "left_arm5", + "pivot": [-28.4, 4, 10], + "cubes": [ + {"origin": [-29.5, 2, 9], "size": [2, 2, 2], "uv": [70, 18], "mirror": true}, + {"origin": [-28.5, 0.4, 9], "size": [0, 2, 2], "pivot": [-28.5, 1.4, 10], "rotation": [-180, 45, -180], "uv": [0, 42], "mirror": true} + ] + }, + { + "name": "finger7", + "parent": "left_arm5", + "pivot": [-32, 4, 7.5], + "cubes": [ + {"origin": [-32.5, 2, 6], "size": [2, 2, 2], "uv": [0, 70], "mirror": true}, + {"origin": [-31.5, 0.4, 6], "size": [0, 2, 2], "pivot": [-31.5, 1.4, 7], "rotation": [-180, 45, -180], "uv": [42, 9], "mirror": true} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [-2.2, 3, -14], + "cubes": [ + {"origin": [-6, 0, -15], "size": [7, 7, 2], "uv": [31, 59]} + ] + }, + { + "name": "teeth", + "parent": "mouth", + "pivot": [0, 0, -14], + "cubes": [ + {"origin": [0.1, 0, -17], "size": [1, 1, 2], "pivot": [0, 0, -14], "rotation": [0, 9, 0], "uv": [0, 27]} + ] + }, + { + "name": "t2", + "parent": "teeth", + "pivot": [0, 0, -14], + "cubes": [ + {"origin": [-6, 6, -16.2], "size": [1, 1, 2], "pivot": [0, 0, -14], "rotation": [0, -5, 0], "uv": [0, 16]} + ] + }, + { + "name": "t3", + "parent": "t2", + "pivot": [0, 0, -14], + "cubes": [ + {"origin": [-6.1, 0, -16.3], "size": [1, 1, 2], "pivot": [0, 0, -14], "rotation": [0, -6, 0], "uv": [0, 19]} + ] + }, + { + "name": "t4", + "parent": "t3", + "pivot": [0.5, 6.5, -16], + "rotation": [0, 0, 0], + "cubes": [ + {"origin": [0.1, 6, -16.7], "size": [1, 1, 2], "pivot": [0, 0, -14], "rotation": [0, 10, 0], "uv": [15, 20]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/espurr.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/espurr.geo.json new file mode 100644 index 0000000..ec10ef9 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/espurr.geo.json @@ -0,0 +1,174 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.espurr", + "texture_width": 32, + "texture_height": 32, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "espurr", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "espurr", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-2, 2, -2], "size": [4, 5, 4], "uv": [0, 12]}, + {"origin": [-4, 5.25, 2], "size": [2, 2, 0], "pivot": [-2, 5.25, 2], "rotation": [15, 27.5, 30], "uv": [4, 24]}, + {"origin": [2, 5.25, 2], "size": [2, 2, 0], "pivot": [2, 5.25, 2], "rotation": [15, -27.5, -30], "uv": [10, 24]}, + {"origin": [-4, 2, 0], "size": [2, 2, 0], "pivot": [-2, 2, 0], "rotation": [0, 0, 10], "uv": [20, 3]}, + {"origin": [2, 2, 0], "size": [2, 2, 0], "pivot": [2, 2, 0], "rotation": [0, 0, -10], "uv": [0, 4]} + ] + }, + { + "name": "head", + "parent": "body", + "pivot": [0, 7, 0], + "cubes": [ + {"origin": [-3.5, 7, -3], "size": [7, 6, 6], "uv": [0, 0]}, + {"origin": [-0.125, 8.25, -3.01], "size": [0.25, 0.25, 0], "uv": [31, 1]}, + {"origin": [-5.5, 7, 0], "size": [2, 2, 0], "pivot": [-3.5, 7, 0], "rotation": [-10, 0, 15], "uv": [12, 22]}, + {"origin": [-5.5, 9, 0], "size": [2, 2, 0], "pivot": [-3.5, 9, 0], "rotation": [-10, 0, 15], "uv": [8, 22]}, + {"origin": [-1.25, 12.75, -1], "size": [2, 2, 0], "pivot": [0, 13, -1], "rotation": [0, -10, 40], "uv": [10, 26]}, + {"origin": [0.75, 12.75, 1], "size": [2, 2, 0], "pivot": [1.75, 13, 1], "rotation": [0, 0, -25], "uv": [6, 26]}, + {"origin": [-2.5, 12.75, 2], "size": [2, 2, 0], "pivot": [-2, 13, 1], "rotation": [10, 40, 25], "uv": [0, 24]}, + {"origin": [-1.5, 12, -2.75], "size": [2, 2, 0], "pivot": [0.5, 12, -3], "rotation": [15, -30, -32.5], "uv": [0, 24]}, + {"origin": [1.5, 7, 0], "size": [2, 2, 0], "pivot": [3.5, 7, 0], "rotation": [10, 180, -15], "uv": [0, 22]}, + {"origin": [1.5, 9, 0], "size": [2, 2, 0], "pivot": [3.5, 9, 0], "rotation": [10, 180, -15], "uv": [4, 22]}, + {"origin": [-3.51, 11.25, -2.5], "size": [0, 2, 2], "uv": [24, 20]}, + {"origin": [-3.52, 11.75, -1.75], "size": [0, 1, 1], "uv": [26, 21]}, + {"origin": [3.51, 11.25, -2.5], "size": [0, 2, 2], "uv": [24, 22]}, + {"origin": [3.52, 11.75, -1.75], "size": [0, 1, 1], "uv": [26, 22]} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [0, 7, -2.75], + "cubes": [ + {"origin": [-0.5, 7, -2.77], "size": [1, 1, 0], "uv": [1, 31]} + ] + }, + { + "name": "eye_r", + "parent": "head", + "pivot": [-2, 6, -2], + "cubes": [ + {"origin": [-3, 8.25, -3.01], "size": [2, 2, 0], "uv": [20, 22]}, + {"origin": [-2.5, 8.75, -3.02], "size": [1, 1, 0], "uv": [4, 1]} + ] + }, + { + "name": "closed_r", + "parent": "eye_r", + "pivot": [-2, 9.5, -3], + "cubes": [ + {"origin": [-3, 8.5, -2.99], "size": [2, 0.25, 0], "uv": [28, 1]} + ] + }, + { + "name": "glow_r", + "parent": "eye_r", + "pivot": [-2, 6, -1.75], + "cubes": [ + {"origin": [-3, 8.25, -2.79], "size": [2, 2, 0], "uv": [20, 24]}, + {"origin": [-2.5, 8.75, -2.8], "size": [1, 1, 0], "uv": [4, 3]} + ] + }, + { + "name": "eye_l", + "parent": "head", + "pivot": [2, 6, -2], + "cubes": [ + {"origin": [1, 8.25, -3.01], "size": [2, 2, 0], "uv": [16, 22]}, + {"origin": [1.5, 8.75, -3.02], "size": [1, 1, 0], "uv": [3, 0]} + ] + }, + { + "name": "closed_l", + "parent": "eye_l", + "pivot": [2, 9.75, -2], + "cubes": [ + {"origin": [1, 8.5, -2.99], "size": [2, 0.25, 0], "uv": [28, 1]} + ] + }, + { + "name": "glow_l", + "parent": "eye_l", + "pivot": [2, 6, -1.75], + "cubes": [ + {"origin": [1, 8.25, -2.79], "size": [2, 2, 0], "uv": [16, 24]}, + {"origin": [1.5, 8.75, -2.8], "size": [1, 1, 0], "uv": [4, 4]} + ] + }, + { + "name": "ear_l", + "parent": "head", + "pivot": [3.5, 13, -1], + "rotation": [0, 27.5, 45], + "cubes": [ + {"origin": [2.5, 11.75, -2.5], "size": [4, 2, 3], "uv": [16, 17]} + ] + }, + { + "name": "ear_r", + "parent": "head", + "pivot": [-3.5, 13, -1], + "rotation": [0, -27.5, -45], + "cubes": [ + {"origin": [-6.5, 11.75, -2.5], "size": [4, 2, 3], "uv": [16, 12]} + ] + }, + { + "name": "arm_r", + "parent": "body", + "pivot": [-2, 6.5, 0], + "rotation": [0, 0, 45], + "cubes": [ + {"origin": [-2.29289, 3.29289, -0.5], "size": [1, 3, 1], "uv": [0, 12]} + ] + }, + { + "name": "arm_l", + "parent": "body", + "pivot": [2, 6.5, 0], + "rotation": [0, 0, -45], + "cubes": [ + {"origin": [1.29289, 3.29289, -0.5], "size": [1, 3, 1], "uv": [0, 0]} + ] + }, + { + "name": "leg_l", + "parent": "body", + "pivot": [1, 2, 0], + "cubes": [ + {"origin": [0.5, 0, -0.5], "size": [1, 2, 1], "uv": [20, 0]} + ] + }, + { + "name": "leg_r", + "parent": "body", + "pivot": [-1, 2, 0], + "cubes": [ + {"origin": [-1.5, 0, -0.5], "size": [1, 2, 1], "uv": [12, 12]} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [0, 2.5, 2], + "cubes": [ + {"origin": [0, 2, 2], "size": [0, 4, 3], "uv": [0, 23]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/eternatus/eternatus.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/eternatus/eternatus.geo.json new file mode 100644 index 0000000..2339939 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/eternatus/eternatus.geo.json @@ -0,0 +1,1001 @@ +{ + "format_version": "1.21.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 256, + "texture_height": 256, + "visible_bounds_width": 21, + "visible_bounds_height": 8, + "visible_bounds_offset": [0, 3, 0] + }, + "bones": [ + { + "name": "eternatus", + "pivot": [0, 0, 0] + }, + { + "name": "mainbody", + "parent": "eternatus", + "pivot": [0, 25, 0], + "rotation": [0, -90, 0] + }, + { + "name": "spine", + "parent": "mainbody", + "pivot": [0, 25, 0], + "rotation": [0, 0, 17.5] + }, + { + "name": "looky", + "parent": "spine", + "pivot": [-5.52608, 53.89349, 1.97795], + "rotation": [-163.43979, 71.79398, 15.77583] + }, + { + "name": "topspine", + "parent": "looky", + "pivot": [-5.08716, 54, 4.99619], + "rotation": [175.69594, 72.50819, 0.72471], + "cubes": [ + {"origin": [-13.13852, 51.61009, 3.56067], "size": [12, 6, 6], "uv": [26, 29]}, + {"origin": [-10.13852, 42.61009, 6.56067], "size": [2, 3, 0], "pivot": [-9.13852, 41.61009, 4.56067], "rotation": [0, 0, 27.5], "uv": [82, 97]}, + {"origin": [-9.13852, 49.61009, 2.56067], "size": [3, 4, 8], "uv": [92, 225]}, + {"origin": [-10.13852, 62.61009, 6.56067], "size": [2, 4, 0], "pivot": [-9.13852, 60.61009, 4.56067], "rotation": [0, 0, 27.5], "uv": [23, 12]}, + {"origin": [-9.13852, 54.61009, 2.56067], "size": [3, 4, 8], "uv": [190, 224]}, + {"origin": [-9.13852, 58.61009, 5.56067], "size": [3, 5, 2], "uv": [13, 96]}, + {"origin": [-9.13852, 44.61009, 5.56067], "size": [3, 5, 2], "uv": [28, 124]}, + {"origin": [-6.08852, 63.66009, 7.61067], "size": [-3.1, -5.1, -2.1], "uv": [0, 0]}, + {"origin": [-6.08852, 58.66009, 10.61067], "size": [-3.1, -4.1, -8.1], "uv": [0, 0]}, + {"origin": [-8.08852, 66.66009, 6.61067], "size": [-2.1, -4.1, -0.1], "pivot": [-9.13852, 60.61009, 4.56067], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [-3.08852, 57.66009, 9.61067], "size": [-10.1, -6.1, -6.1], "uv": [0, 0]}, + {"origin": [-6.08852, 53.66009, 10.61067], "size": [-3.1, -4.1, -8.1], "uv": [0, 0]}, + {"origin": [-8.08852, 45.66009, 6.61067], "size": [-2.1, -3.1, -0.1], "pivot": [-9.13852, 41.61009, 4.56067], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [-6.08852, 49.66009, 7.61067], "size": [-3.1, -5.1, -2.1], "uv": [0, 0]} + ] + }, + { + "name": "spineseg2", + "parent": "topspine", + "pivot": [-12.13852, 54.61009, 6.56067], + "rotation": [0, 0, -5], + "cubes": [ + {"origin": [-29.13297, 51.71531, 3.56067], "size": [18, 6, 6], "uv": [19, 30]}, + {"origin": [-25.13297, 46.71531, 5.56067], "size": [3, 3, 2], "uv": [126, 156]}, + {"origin": [-25.13297, 58.71531, 5.56067], "size": [3, 3, 2], "uv": [101, 156]}, + {"origin": [-25.13297, 54.71531, 2.56067], "size": [3, 4, 8], "uv": [227, 56]}, + {"origin": [-26.13297, 44.71531, 6.56067], "size": [2, 3, 0], "pivot": [-25.13297, 43.71531, 4.56067], "rotation": [0, 0, 27.5], "uv": [30, 99]}, + {"origin": [-26.13297, 60.71531, 6.56067], "size": [2, 4, 0], "pivot": [-25.13297, 58.71531, 4.56067], "rotation": [0, 0, 27.5], "uv": [8, 55]}, + {"origin": [-25.13297, 49.71531, 2.56067], "size": [3, 4, 8], "uv": [226, 91]}, + {"origin": [-17.13297, 58.71531, 5.56067], "size": [3, 4, 2], "uv": [85, 156]}, + {"origin": [-18.13297, 43.71531, 6.56067], "size": [2, 3, 0], "pivot": [-17.13297, 42.71531, 4.56067], "rotation": [0, 0, 27.5], "uv": [34, 99]}, + {"origin": [-17.13297, 45.71531, 5.56067], "size": [3, 4, 2], "uv": [75, 156]}, + {"origin": [-18.13297, 61.71531, 6.56067], "size": [2, 4, 0], "pivot": [-17.13297, 59.71531, 4.56067], "rotation": [0, 0, 27.5], "uv": [14, 73]}, + {"origin": [-17.13297, 49.71531, 2.56067], "size": [3, 4, 8], "uv": [226, 103]}, + {"origin": [-17.13297, 54.71531, 2.56067], "size": [3, 4, 8], "uv": [212, 225]}, + {"origin": [-14.08297, 58.76531, 10.61067], "size": [-3.1, -4.1, -8.1], "uv": [0, 0]}, + {"origin": [-14.08297, 53.76531, 10.61067], "size": [-3.1, -4.1, -8.1], "uv": [0, 0]}, + {"origin": [-16.08297, 65.76531, 6.61067], "size": [-2.1, -4.1, -0.1], "pivot": [-17.13297, 59.71531, 4.56067], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [-14.08297, 49.76531, 7.61067], "size": [-3.1, -4.1, -2.1], "uv": [0, 0]}, + {"origin": [-16.08297, 46.76531, 6.61067], "size": [-2.1, -3.1, -0.1], "pivot": [-17.13297, 42.71531, 4.56067], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [-14.08297, 62.76531, 7.61067], "size": [-3.1, -4.1, -2.1], "uv": [0, 0]}, + {"origin": [-22.08297, 53.76531, 10.61067], "size": [-3.1, -4.1, -8.1], "uv": [0, 0]}, + {"origin": [-24.08297, 64.76531, 6.61067], "size": [-2.1, -4.1, -0.1], "pivot": [-25.13297, 58.71531, 4.56067], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [-24.08297, 47.76531, 6.61067], "size": [-2.1, -3.1, -0.1], "pivot": [-25.13297, 43.71531, 4.56067], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [-22.08297, 58.76531, 10.61067], "size": [-3.1, -4.1, -8.1], "uv": [0, 0]}, + {"origin": [-22.08297, 61.76531, 7.61067], "size": [-3.1, -3.1, -2.1], "uv": [0, 0]}, + {"origin": [-22.08297, 49.76531, 7.61067], "size": [-3.1, -3.1, -2.1], "uv": [0, 0]}, + {"origin": [-11.08297, 57.76531, 9.61067], "size": [-18.1, -6.1, -6.1], "uv": [0, 0]} + ] + }, + { + "name": "spineseg3", + "parent": "spineseg2", + "pivot": [-26.13297, 52.71531, 6.56067], + "rotation": [0, 0, -10], + "cubes": [ + {"origin": [-46.63797, 51.89349, 3.53862], "size": [19, 6, 6], "uv": [19, 30]}, + {"origin": [-40.63797, 54.89349, 2.53862], "size": [3, 4, 8], "uv": [229, 142]}, + {"origin": [-40.63797, 58.89349, 5.53862], "size": [3, 2, 2], "uv": [101, 156]}, + {"origin": [-40.63797, 47.89349, 5.53862], "size": [3, 2, 2], "uv": [162, 37]}, + {"origin": [-41.63797, 59.89349, 6.53862], "size": [2, 3, 0], "pivot": [-40.63797, 57.89349, 4.53862], "rotation": [0, 0, 27.5], "uv": [54, 99]}, + {"origin": [-41.63797, 46.89349, 6.53862], "size": [2, 2, 0], "pivot": [-40.63797, 44.89349, 4.53862], "rotation": [0, 0, 27.5], "uv": [13, 104]}, + {"origin": [-40.63797, 49.89349, 2.53862], "size": [3, 4, 8], "uv": [229, 78]}, + {"origin": [-32.63797, 46.89349, 5.53862], "size": [3, 3, 2], "uv": [145, 156]}, + {"origin": [-33.63797, 60.89349, 6.53862], "size": [2, 3, 0], "pivot": [-32.63797, 58.89349, 4.53862], "rotation": [0, 0, 27.5], "uv": [50, 99]}, + {"origin": [-33.63797, 45.89349, 6.53862], "size": [2, 2, 0], "pivot": [-32.63797, 43.89349, 4.53862], "rotation": [0, 0, 27.5], "uv": [54, 102]}, + {"origin": [-32.63797, 49.89349, 2.53862], "size": [3, 4, 8], "uv": [36, 228]}, + {"origin": [-32.63797, 58.89349, 5.53862], "size": [3, 3, 2], "uv": [109, 159]}, + {"origin": [-32.63797, 54.89349, 2.53862], "size": [3, 4, 8], "uv": [114, 228]}, + {"origin": [-29.58797, 58.94349, 10.58862], "size": [-3.1, -4.1, -8.1], "uv": [0, 0]}, + {"origin": [-29.58797, 61.94349, 7.58862], "size": [-3.1, -3.1, -2.1], "uv": [0, 0]}, + {"origin": [-29.58797, 53.94349, 10.58862], "size": [-3.1, -4.1, -8.1], "uv": [0, 0]}, + {"origin": [-31.58797, 47.94349, 6.58862], "size": [-2.1, -2.1, -0.1], "pivot": [-32.63797, 43.89349, 4.53862], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [-31.58797, 63.94349, 6.58862], "size": [-2.1, -3.1, -0.1], "pivot": [-32.63797, 58.89349, 4.53862], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [-29.58797, 49.94349, 7.58862], "size": [-3.1, -3.1, -2.1], "uv": [0, 0]}, + {"origin": [-37.58797, 53.94349, 10.58862], "size": [-3.1, -4.1, -8.1], "uv": [0, 0]}, + {"origin": [-39.58797, 48.94349, 6.58862], "size": [-2.1, -2.1, -0.1], "pivot": [-40.63797, 44.89349, 4.53862], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [-39.58797, 62.94349, 6.58862], "size": [-2.1, -3.1, -0.1], "pivot": [-40.63797, 57.89349, 4.53862], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [-37.58797, 49.94349, 7.58862], "size": [-3.1, -2.1, -2.1], "uv": [0, 0]}, + {"origin": [-37.58797, 60.94349, 7.58862], "size": [-3.1, -2.1, -2.1], "uv": [0, 0]}, + {"origin": [-37.58797, 58.94349, 10.58862], "size": [-3.1, -4.1, -8.1], "uv": [0, 0]}, + {"origin": [-27.58797, 57.94349, 9.58862], "size": [-19.1, -6.1, -6.1], "uv": [0, 0]} + ] + }, + { + "name": "neck", + "parent": "spineseg3", + "pivot": [-45.64212, 53.97846, 7.50619], + "rotation": [2.93168, -2.0764, -16.60382], + "cubes": [ + {"origin": [-55.5885, 52.46802, 3.50619], "size": [12, 5, 6], "uv": [10, 31]}, + {"origin": [-44.5385, 57.51802, 9.55619], "size": [-11.1, -5.1, -6.1], "uv": [0, 0]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [-51.5885, 52.46802, 4.50619], + "rotation": [0, 0, -15], + "cubes": [ + {"origin": [-62.5885, 53.46802, 4.50619], "size": [12, 5, 4], "uv": [217, 167]}, + {"origin": [-62.5885, 53.46802, 6.50619], "size": [1, 3, 0], "uv": [10, 14]}, + {"origin": [-50.5385, 58.51802, 8.55619], "size": [-12.1, -5.1, -4.1], "uv": [0, 0]}, + {"origin": [-61.5385, 56.51802, 6.55619], "size": [-1.1, -3.1, -0.1], "uv": [0, 0]} + ] + }, + { + "name": "jaw", + "parent": "head", + "pivot": [-55.5885, 54.46802, 5.50619], + "rotation": [0, 0, -15], + "cubes": [ + {"origin": [-62.64212, 50.97846, 8.50619], "size": [5, 3, 1], "pivot": [-67.80572, 52.9363, 3.50619], "rotation": [0, -17.5, 0], "uv": [42, 138]}, + {"origin": [-62.64212, 53.97846, 9.50619], "size": [2, 1, 0], "pivot": [-67.80572, 56.9363, 3.50619], "rotation": [0, -17.5, 0], "uv": [0, 35]}, + {"origin": [-61.64212, 49.97846, 9.50619], "size": [1, 1, 0], "pivot": [-66.80572, 52.9363, 3.50619], "rotation": [0, -17.5, 0], "uv": [0, 1]}, + {"origin": [-53.64212, 51.97846, 0.50619], "size": [2, 1, 1], "pivot": [-64.80572, 52.9363, -5.49381], "rotation": [0, -70, 0], "uv": [8, 53]}, + {"origin": [-53.64212, 52.97846, 1.50619], "size": [1, 1, 0], "pivot": [-64.80572, 53.9363, -5.49381], "rotation": [0, -70, 0], "uv": [26, 27]}, + {"origin": [-53.64212, 50.97846, 1.50619], "size": [1, 1, 0], "pivot": [-64.80572, 51.9363, -5.49381], "rotation": [0, -70, 0], "uv": [8, 2]}, + {"origin": [-60.64212, 50.97846, 2.50619], "size": [3, 2, 1], "pivot": [-71.80572, 52.9363, -2.49381], "rotation": [0, -37.5, 0], "uv": [68, 70]}, + {"origin": [-59.64212, 52.97846, 3.50619], "size": [1, 1, 0], "pivot": [-71.80572, 54.9363, -2.49381], "rotation": [0, -37.5, 0], "uv": [6, 28]}, + {"origin": [-59.64212, 49.97846, 3.50619], "size": [2, 1, 0], "pivot": [-71.80572, 51.9363, -2.49381], "rotation": [0, -37.5, 0], "uv": [23, 16]}, + {"origin": [-60.64212, 48.97846, 11.50619], "size": [6, 3, 1], "pivot": [-61.80572, 50.9363, 5.50619], "rotation": [2.87048, 3.39656, -34.72722], "uv": [147, 78]}, + {"origin": [-57.80572, 46.9363, 12.50619], "size": [3, 4, 0], "pivot": [-59.80572, 49.9363, 5.50619], "rotation": [2.87048, 3.39656, -34.72722], "uv": [88, 0]}, + {"origin": [-50.64212, 52.97846, 5.50619], "size": [1, 1, 0], "pivot": [-58.80572, 53.9363, -1.49381], "rotation": [0, -105, 0], "uv": [0, 29]}, + {"origin": [-50.64212, 50.97846, 5.50619], "size": [1, 1, 0], "pivot": [-58.80572, 51.9363, -1.49381], "rotation": [0, -105, 0], "uv": [25, 26]}, + {"origin": [-51.64212, 51.97846, 4.50619], "size": [2, 1, 1], "pivot": [-58.80572, 52.9363, -1.49381], "rotation": [0, -105, 0], "uv": [20, 26]}, + {"origin": [-68.64212, 50.97846, 10.50619], "size": [4, 2, 1], "pivot": [-78.80572, 53.9363, 4.50619], "rotation": [0, 35, 0], "uv": [0, 14]}, + {"origin": [-67.64212, 52.97846, 10.50619], "size": [1, 1, 0], "pivot": [-78.80572, 55.9363, 4.50619], "rotation": [0, 35, 0], "uv": [0, 28]}, + {"origin": [-67.64212, 49.97846, 10.50619], "size": [2, 1, 0], "pivot": [-78.80572, 52.9363, 4.50619], "rotation": [0, 35, 0], "uv": [12, 4]}, + {"origin": [-61.85934, 50.44674, 0.50619], "size": [6, 3, 1], "pivot": [-62.80572, 52.9363, -5.49381], "rotation": [-7.01146, 1.64428, -33.9247], "uv": [0, 73]}, + {"origin": [-58.85934, 47.44674, 0.50619], "size": [3, 4, 0], "pivot": [-61.80572, 50.9363, -5.49381], "rotation": [-7.01146, 1.64428, -33.9247], "uv": [88, 8]}, + {"origin": [-65.64212, 50.97846, 2.50619], "size": [5, 3, 1], "pivot": [-69.80572, 53.9363, -3.49381], "rotation": [0, 12.5, 0], "uv": [16, 22]}, + {"origin": [-64.64212, 53.97846, 2.50619], "size": [2, 1, 0], "pivot": [-69.80572, 56.9363, -3.49381], "rotation": [0, 12.5, 0], "uv": [4, 35]}, + {"origin": [-64.64212, 49.97846, 2.50619], "size": [1, 1, 0], "pivot": [-69.80572, 52.9363, -3.49381], "rotation": [0, 12.5, 0], "uv": [1, 0]}, + {"origin": [-63.59212, 51.02846, 2.55619], "size": [-1.1, -1.1, -0.1], "pivot": [-69.80572, 52.9363, -3.49381], "rotation": [0, 12.5, 0], "uv": [0, 0]}, + {"origin": [-62.59212, 55.02846, 2.55619], "size": [-2.1, -1.1, -0.1], "pivot": [-69.80572, 56.9363, -3.49381], "rotation": [0, 12.5, 0], "uv": [0, 0]}, + {"origin": [-60.59212, 54.02846, 3.55619], "size": [-5.1, -3.1, -1.1], "pivot": [-69.80572, 53.9363, -3.49381], "rotation": [0, 12.5, 0], "uv": [0, 0]}, + {"origin": [-55.80934, 53.49674, 1.55619], "size": [-6.1, -3.1, -1.1], "pivot": [-62.80572, 52.9363, -5.49381], "rotation": [-7.01146, 1.64428, -33.9247], "uv": [0, 0]}, + {"origin": [-65.59212, 51.02846, 10.55619], "size": [-2.1, -1.1, -0.1], "pivot": [-78.80572, 52.9363, 4.50619], "rotation": [0, 35, 0], "uv": [0, 0]}, + {"origin": [-66.59212, 54.02846, 10.55619], "size": [-1.1, -1.1, -0.1], "pivot": [-78.80572, 55.9363, 4.50619], "rotation": [0, 35, 0], "uv": [0, 0]}, + {"origin": [-64.59212, 53.02846, 11.55619], "size": [-4.1, -2.1, -1.1], "pivot": [-78.80572, 53.9363, 4.50619], "rotation": [0, 35, 0], "uv": [0, 0]}, + {"origin": [-49.59212, 53.02846, 5.55619], "size": [-2.1, -1.1, -1.1], "pivot": [-58.80572, 52.9363, -1.49381], "rotation": [0, -105, 0], "uv": [0, 0]}, + {"origin": [-49.59212, 52.02846, 5.55619], "size": [-1.1, -1.1, -0.1], "pivot": [-58.80572, 51.9363, -1.49381], "rotation": [0, -105, 0], "uv": [0, 0]}, + {"origin": [-49.59212, 54.02846, 5.55619], "size": [-1.1, -1.1, -0.1], "pivot": [-58.80572, 53.9363, -1.49381], "rotation": [0, -105, 0], "uv": [0, 0]}, + {"origin": [-54.59212, 52.02846, 12.55619], "size": [-6.1, -3.1, -1.1], "pivot": [-61.80572, 50.9363, 5.50619], "rotation": [2.87048, 3.39656, -34.72722], "uv": [0, 0]}, + {"origin": [-57.59212, 51.02846, 3.55619], "size": [-2.1, -1.1, -0.1], "pivot": [-71.80572, 51.9363, -2.49381], "rotation": [0, -37.5, 0], "uv": [0, 0]}, + {"origin": [-58.59212, 54.02846, 3.55619], "size": [-1.1, -1.1, -0.1], "pivot": [-71.80572, 54.9363, -2.49381], "rotation": [0, -37.5, 0], "uv": [0, 0]}, + {"origin": [-57.59212, 53.02846, 3.55619], "size": [-3.1, -2.1, -1.1], "pivot": [-71.80572, 52.9363, -2.49381], "rotation": [0, -37.5, 0], "uv": [0, 0]}, + {"origin": [-52.59212, 52.02846, 1.55619], "size": [-1.1, -1.1, -0.1], "pivot": [-64.80572, 51.9363, -5.49381], "rotation": [0, -70, 0], "uv": [0, 0]}, + {"origin": [-52.59212, 54.02846, 1.55619], "size": [-1.1, -1.1, -0.1], "pivot": [-64.80572, 53.9363, -5.49381], "rotation": [0, -70, 0], "uv": [0, 0]}, + {"origin": [-51.59212, 53.02846, 1.55619], "size": [-2.1, -1.1, -1.1], "pivot": [-64.80572, 52.9363, -5.49381], "rotation": [0, -70, 0], "uv": [0, 0]}, + {"origin": [-60.59212, 51.02846, 9.55619], "size": [-1.1, -1.1, -0.1], "pivot": [-66.80572, 52.9363, 3.50619], "rotation": [0, -17.5, 0], "uv": [0, 0]}, + {"origin": [-60.59212, 55.02846, 9.55619], "size": [-2.1, -1.1, -0.1], "pivot": [-67.80572, 56.9363, 3.50619], "rotation": [0, -17.5, 0], "uv": [0, 0]}, + {"origin": [-57.59212, 54.02846, 9.55619], "size": [-5.1, -3.1, -1.1], "pivot": [-67.80572, 52.9363, 3.50619], "rotation": [0, -17.5, 0], "uv": [0, 0]} + ] + }, + { + "name": "hat", + "parent": "head", + "pivot": [-51.5885, 55.46802, 4.50619], + "rotation": [0, 0, -10], + "cubes": [ + {"origin": [-57.5885, 55.46802, 2.50619], "size": [6, 5, 8], "uv": [30, 96]}, + {"origin": [-55.5885, 56.46802, 1.50619], "size": [3, 3, 1], "uv": [96, 8]}, + {"origin": [-57.5885, 58.46802, 3.50619], "size": [2, 0, 2], "pivot": [-59.5885, 62.46802, -0.49381], "rotation": [0, 40, 0], "uv": [6, 4]}, + {"origin": [-57.5885, 58.46802, 13.50619], "size": [2, 0, 2], "pivot": [-59.5885, 62.46802, 9.50619], "rotation": [0, 40, 0], "uv": [4, 0]}, + {"origin": [-55.5885, 56.46802, 10.50619], "size": [3, 3, 1], "uv": [68, 66]}, + {"origin": [-60.64212, 60.97846, 6.50619], "size": [3, 9, 0], "pivot": [-60.5885, 64.46802, 4.50619], "rotation": [0, 0, 12.5], "uv": [8, 44]}, + {"origin": [-60.64212, 60.97846, 6.50619], "size": [3, 6, 0], "pivot": [-60.5885, 64.46802, 4.50619], "rotation": [0, 0, 12.5], "uv": [0, 64]}, + {"origin": [-67.5885, 56.46802, 3.50619], "size": [10, 5, 6], "uv": [122, 217]}, + {"origin": [-66.5885, 55.46802, 3.50619], "size": [2, 1, 0], "uv": [70, 76]}, + {"origin": [-62.5885, 55.46802, 3.50619], "size": [1, 1, 0], "uv": [70, 76]}, + {"origin": [-66.5885, 55.46802, 9.50619], "size": [2, 1, 0], "uv": [12, 69]}, + {"origin": [-61.5885, 55.46802, 9.50619], "size": [1, 1, 0], "uv": [13, 69]}, + {"origin": [-67.5885, 52.46802, 7.50619], "size": [0, 2, 2], "pivot": [-72.5885, 54.46802, 4.50619], "rotation": [45, 0, 0], "uv": [8, 6]}, + {"origin": [-67.5885, 52.46802, 4.50619], "size": [0, 2, 2], "pivot": [-72.5885, 54.46802, 1.50619], "rotation": [45, 0, 0], "uv": [8, 4]}, + {"origin": [-52.5885, 56.46802, 2.50619], "size": [5, 3, 8], "pivot": [-50.5885, 60.46802, 4.50619], "rotation": [0, 0, 20], "uv": [52, 219]}, + {"origin": [-50.64212, 55.97846, 1.50619], "size": [2, 5, 2], "pivot": [-48.5885, 60.46802, 2.50619], "rotation": [27.35617, -10.48038, 45.66574], "uv": [68, 59]}, + {"origin": [-46.64212, 57.97846, 0.50619], "size": [1, 4, 0], "pivot": [-45.5885, 63.46802, -0.49381], "rotation": [27.35617, -10.48038, 45.66574], "uv": [98, 68]}, + {"origin": [-45.64212, 58.97846, 12.50619], "size": [1, 4, 0], "pivot": [-44.5885, 64.46802, 11.50619], "rotation": [-21.09541, 26.85161, 50.08327], "uv": [86, 94]}, + {"origin": [-50.64212, 55.97846, 9.50619], "size": [2, 5, 2], "pivot": [-48.5885, 60.46802, 10.50619], "rotation": [-24.50076, 21.72569, 43.52165], "uv": [0, 28]}, + {"origin": [-52.5385, 59.51802, 2.55619], "size": [-3.1, -3.1, -1.1], "uv": [0, 0]}, + {"origin": [-55.5385, 58.51802, 5.55619], "size": [-2.1, -0.1, -2.1], "pivot": [-59.5885, 62.46802, -0.49381], "rotation": [0, 40, 0], "uv": [0, 0]}, + {"origin": [-55.5385, 58.51802, 15.55619], "size": [-2.1, -0.1, -2.1], "pivot": [-59.5885, 62.46802, 9.50619], "rotation": [0, 40, 0], "uv": [0, 0]}, + {"origin": [-52.5385, 59.51802, 11.55619], "size": [-3.1, -3.1, -1.1], "uv": [0, 0]}, + {"origin": [-57.59212, 70.02846, 6.55619], "size": [-3.1, -9.1, -0.1], "pivot": [-60.5885, 64.46802, 4.50619], "rotation": [0, 0, 12.5], "uv": [0, 0]}, + {"origin": [-57.59212, 67.02846, 6.55619], "size": [-3.1, -6.1, -0.1], "pivot": [-60.5885, 64.46802, 4.50619], "rotation": [0, 0, 12.5], "uv": [0, 0]}, + {"origin": [-57.5385, 61.51802, 9.55619], "size": [-10.1, -5.1, -6.1], "uv": [0, 0]}, + {"origin": [-64.5385, 56.51802, 3.55619], "size": [-2.1, -1.1, -0.1], "uv": [0, 0]}, + {"origin": [-64.5385, 56.51802, 9.55619], "size": [-2.1, -1.1, -0.1], "uv": [0, 0]}, + {"origin": [-67.5385, 54.51802, 9.55619], "size": [-0.1, -2.1, -2.1], "pivot": [-72.5885, 54.46802, 4.50619], "rotation": [45, 0, 0], "uv": [0, 0]}, + {"origin": [-67.5385, 54.51802, 6.55619], "size": [-0.1, -2.1, -2.1], "pivot": [-72.5885, 54.46802, 1.50619], "rotation": [45, 0, 0], "uv": [0, 0]}, + {"origin": [-47.5385, 59.51802, 10.55619], "size": [-5.1, -3.1, -8.1], "pivot": [-50.5885, 60.46802, 4.50619], "rotation": [0, 0, 20], "uv": [0, 0]}, + {"origin": [-48.59212, 61.02846, 3.55619], "size": [-2.1, -5.1, -2.1], "pivot": [-48.5885, 60.46802, 2.50619], "rotation": [27.35617, -10.48038, 45.66574], "uv": [0, 0]}, + {"origin": [-45.59212, 62.02846, 0.55619], "size": [-1.1, -4.1, -0.1], "pivot": [-45.5885, 63.46802, -0.49381], "rotation": [27.35617, -10.48038, 45.66574], "uv": [0, 0]}, + {"origin": [-44.59212, 63.02846, 12.55619], "size": [-1.1, -4.1, -0.1], "pivot": [-44.5885, 64.46802, 11.50619], "rotation": [-21.09541, 26.85161, 50.08327], "uv": [0, 0]}, + {"origin": [-48.59212, 61.02846, 11.55619], "size": [-2.1, -5.1, -2.1], "pivot": [-48.5885, 60.46802, 10.50619], "rotation": [-24.50076, 21.72569, 43.52165], "uv": [0, 0]}, + {"origin": [-51.5385, 60.51802, 10.55619], "size": [-6.1, -5.1, -8.1], "uv": [0, 0]} + ] + }, + { + "name": "crest", + "parent": "hat", + "pivot": [-75.5885, 62.46802, 1.50619], + "rotation": [0, 0, -2.5], + "cubes": [ + {"origin": [-57.34212, 64.27846, 13.80619], "size": [-6.6, -2.6, -4.6], "pivot": [-67.5885, 65.46802, 6.50619], "rotation": [3.30658, -18.17093, -44.83437], "uv": [0, 0]}, + {"origin": [-70.5885, 60.46802, 8.50619], "size": [5, 3, 2], "pivot": [-74.5885, 64.46802, 4.50619], "rotation": [-1.67745, -18.3856, -29.03397], "uv": [88, 132]}, + {"origin": [-66.64212, 60.97846, 8.50619], "size": [6, 2, 4], "pivot": [-70.5885, 64.46802, 5.50619], "rotation": [2.48388, -18.29723, -42.20553], "uv": [59, 136]}, + {"origin": [-63.64212, 61.97846, 9.50619], "size": [6, 2, 4], "pivot": [-67.5885, 65.46802, 6.50619], "rotation": [3.30658, -18.17093, -44.83437], "uv": [59, 136]}, + {"origin": [-63.64212, 64.97846, 11.50619], "size": [29, 2, 2], "pivot": [-67.5885, 68.46802, 7.50619], "rotation": [-3.32828, -18.1671, -23.77319], "uv": [162, 44]}, + {"origin": [-73.5885, 58.46802, 3.50619], "size": [5, 3, 2], "pivot": [-77.5885, 62.46802, -0.49381], "rotation": [0.84524, 18.44065, -31.66825], "uv": [88, 132]}, + {"origin": [-70.64212, 59.97846, 1.50619], "size": [6, 2, 4], "pivot": [-74.5885, 63.46802, -1.49381], "rotation": [0.84524, 18.44065, -31.66825], "uv": [59, 136]}, + {"origin": [-66.64212, 59.97846, 0.50619], "size": [6, 2, 4], "pivot": [-70.5885, 63.46802, -2.49381], "rotation": [-3.30658, 18.17093, -44.83437], "uv": [59, 136]}, + {"origin": [-66.64212, 62.97846, 0.50619], "size": [29, 2, 2], "pivot": [-70.5885, 66.46802, -4.49381], "rotation": [3.32828, 18.1671, -23.77319], "uv": [162, 44]}, + {"origin": [-71.5885, 54.46802, 0.50619], "size": [5, 3, 2], "pivot": [-75.5885, 58.46802, -3.49381], "rotation": [51.19241, 32.50122, -13.92821], "uv": [88, 132]}, + {"origin": [-69.64212, 55.97846, -2.49381], "size": [5, 2, 4], "pivot": [-72.5885, 59.46802, -5.49381], "rotation": [31.52065, 47.16978, -36.37166], "uv": [60, 136]}, + {"origin": [-66.64212, 56.97846, -4.49381], "size": [5, 2, 4], "pivot": [-69.5885, 60.46802, -7.49381], "rotation": [35.80127, 44.39524, -30.40332], "uv": [60, 136]}, + {"origin": [-66.64212, 56.97846, -3.49381], "size": [29, 2, 2], "pivot": [-69.5885, 60.46802, -7.49381], "rotation": [48.99287, 36.33835, -17.81628], "uv": [162, 44]}, + {"origin": [-69.5885, 61.46802, 13.50619], "size": [5, 3, 2], "pivot": [-73.5885, 65.46802, 9.50619], "rotation": [-37.71639, -41.36386, -22.36313], "uv": [88, 132]}, + {"origin": [-66.64212, 62.97846, 15.50619], "size": [5, 2, 4], "pivot": [-70.5885, 66.46802, 12.50619], "rotation": [-21.94171, -50.20312, -44.17974], "uv": [59, 136]}, + {"origin": [-63.64212, 63.97846, 17.50619], "size": [5, 2, 4], "pivot": [-67.5885, 67.46802, 14.50619], "rotation": [-21.94171, -50.20312, -44.17974], "uv": [59, 136]}, + {"origin": [-64.64212, 63.97846, 17.50619], "size": [29, 2, 2], "pivot": [-68.5885, 67.46802, 13.50619], "rotation": [-22.03954, -33.58048, -19.71543], "uv": [162, 44]}, + {"origin": [-71.5885, 58.46802, 5.50619], "size": [5, 3, 2], "pivot": [-75.5885, 62.46802, 1.50619], "rotation": [0, 0, -32.5], "uv": [88, 132]}, + {"origin": [-67.64212, 59.97846, 4.50619], "size": [6, 2, 4], "pivot": [-71.5885, 63.46802, 1.50619], "rotation": [0, 0, -40], "uv": [59, 136]}, + {"origin": [-63.64212, 59.97846, 4.50619], "size": [6, 2, 4], "pivot": [-67.5885, 63.46802, 1.50619], "rotation": [0, 0, -52.5], "uv": [59, 136]}, + {"origin": [-63.64212, 63.97846, 5.50619], "size": [29, 2, 2], "pivot": [-67.5885, 67.46802, 1.50619], "rotation": [0, 0, -25], "uv": [162, 44]}, + {"origin": [-34.59212, 66.02846, 7.55619], "size": [-29.1, -2.1, -2.1], "pivot": [-67.5885, 67.46802, 1.50619], "rotation": [0, 0, -25], "uv": [0, 0]}, + {"origin": [-61.59212, 62.02846, 8.55619], "size": [-6.1, -2.1, -4.1], "pivot": [-71.5885, 63.46802, 1.50619], "rotation": [0, 0, -40], "uv": [0, 0]}, + {"origin": [-66.5385, 61.51802, 7.55619], "size": [-5.1, -3.1, -2.1], "pivot": [-75.5885, 62.46802, 1.50619], "rotation": [0, 0, -32.5], "uv": [0, 0]}, + {"origin": [-35.59212, 66.02846, 19.55619], "size": [-29.1, -2.1, -2.1], "pivot": [-68.5885, 67.46802, 13.50619], "rotation": [-22.03954, -33.58048, -19.71543], "uv": [0, 0]}, + {"origin": [-61.59212, 65.02846, 19.55619], "size": [-5.1, -2.1, -4.1], "pivot": [-70.5885, 66.46802, 12.50619], "rotation": [-21.94171, -50.20312, -44.17974], "uv": [0, 0]}, + {"origin": [-64.5385, 64.51802, 15.55619], "size": [-5.1, -3.1, -2.1], "pivot": [-73.5885, 65.46802, 9.50619], "rotation": [-37.71639, -41.36386, -22.36313], "uv": [0, 0]}, + {"origin": [-37.59212, 59.02846, -1.44381], "size": [-29.1, -2.1, -2.1], "pivot": [-69.5885, 60.46802, -7.49381], "rotation": [48.99287, 36.33835, -17.81628], "uv": [0, 0]}, + {"origin": [-64.59212, 58.02846, 1.55619], "size": [-5.1, -2.1, -4.1], "pivot": [-72.5885, 59.46802, -5.49381], "rotation": [31.52065, 47.16978, -36.37166], "uv": [0, 0]}, + {"origin": [-66.5385, 57.51802, 2.55619], "size": [-5.1, -3.1, -2.1], "pivot": [-75.5885, 58.46802, -3.49381], "rotation": [51.19241, 32.50122, -13.92821], "uv": [0, 0]}, + {"origin": [-37.59212, 65.02846, 2.55619], "size": [-29.1, -2.1, -2.1], "pivot": [-70.5885, 66.46802, -4.49381], "rotation": [3.32828, 18.1671, -23.77319], "uv": [0, 0]}, + {"origin": [-64.59212, 62.02846, 5.55619], "size": [-6.1, -2.1, -4.1], "pivot": [-74.5885, 63.46802, -1.49381], "rotation": [0.84524, 18.44065, -31.66825], "uv": [0, 0]}, + {"origin": [-68.5385, 61.51802, 5.55619], "size": [-5.1, -3.1, -2.1], "pivot": [-77.5885, 62.46802, -0.49381], "rotation": [0.84524, 18.44065, -31.66825], "uv": [0, 0]}, + {"origin": [-34.59212, 67.02846, 13.55619], "size": [-29.1, -2.1, -2.1], "pivot": [-67.5885, 68.46802, 7.50619], "rotation": [-3.32828, -18.1671, -23.77319], "uv": [0, 0]}, + {"origin": [-60.59212, 63.02846, 12.55619], "size": [-6.1, -2.1, -4.1], "pivot": [-70.5885, 64.46802, 5.50619], "rotation": [-0.01612, -18.29723, -42.20553], "uv": [0, 0]}, + {"origin": [-60.59212, 63.02846, 12.55619], "size": [-6.1, -2.1, -4.1], "pivot": [-70.5885, 64.46802, 5.50619], "rotation": [2.48388, -18.29723, -42.20553], "uv": [0, 0]}, + {"origin": [-65.5385, 63.51802, 10.55619], "size": [-5.1, -3.1, -2.1], "pivot": [-74.5885, 64.46802, 4.50619], "rotation": [-1.67745, -18.3856, -29.03397], "uv": [0, 0]}, + {"origin": [-58.34212, 66.27846, 21.80619], "size": [-5.6, -2.6, -4.6], "pivot": [-67.5885, 67.46802, 14.50619], "rotation": [-21.94171, -50.20312, -44.17974], "uv": [0, 0]}, + {"origin": [-61.34212, 59.27846, -0.19381], "size": [-5.6, -2.6, -4.6], "pivot": [-69.5885, 60.46802, -7.49381], "rotation": [35.80127, 44.39524, -30.40332], "uv": [0, 0]}, + {"origin": [-60.34212, 62.27846, 4.80619], "size": [-6.6, -2.6, -4.6], "pivot": [-70.5885, 63.46802, -2.49381], "rotation": [-3.30658, 18.17093, -44.83437], "uv": [0, 0]}, + {"origin": [-57.34212, 62.27846, 8.80619], "size": [-6.6, -2.6, -4.6], "pivot": [-67.5885, 63.46802, 1.50619], "rotation": [0, 0, -52.5], "uv": [0, 0]} + ] + }, + { + "name": "semipermeablemembranelookingahh", + "parent": "crest", + "pivot": [-67.5885, 67.46802, 1.50619], + "cubes": [ + {"origin": [-78.64212, 61.97846, -6.49381], "size": [29, 0, 27], "pivot": [-73.5885, 64.46802, 1.50619], "rotation": [0, 0, -25], "uv": [1, 0]}, + {"origin": [-80.64212, 55.97846, -3.49381], "size": [28, 0, 13], "pivot": [-77.5885, 58.46802, -8.49381], "rotation": [28.18809, 31.55464, -14.98552], "uv": [2, 45]}, + {"origin": [-77.64212, 61.97846, 6.50619], "size": [27, 0, 13], "pivot": [-72.5885, 64.46802, 14.50619], "rotation": [-22.03954, -33.58048, -19.71543], "uv": [61, 45]} + ] + }, + { + "name": "lowspine", + "parent": "spine", + "pivot": [19, 56, 0] + }, + { + "name": "spinebackseg2", + "parent": "lowspine", + "pivot": [36, 55, 0], + "rotation": [0, 0, 2.5], + "cubes": [ + {"origin": [34, 52, -1], "size": [19, 6, 6], "uv": [4, 30]}, + {"origin": [38, 44, 1], "size": [3, 6, 2], "uv": [0, 96]}, + {"origin": [38, 59, 1], "size": [3, 5, 2], "uv": [13, 96]}, + {"origin": [38, 55, -2], "size": [3, 4, 8], "uv": [222, 212]}, + {"origin": [46, 59, 1], "size": [3, 5, 2], "uv": [13, 96]}, + {"origin": [46, 50, -2], "size": [3, 4, 8], "uv": [223, 0]}, + {"origin": [45, 43, 2], "size": [2, 3, 0], "pivot": [46, 42, 0], "rotation": [0, 0, 27.5], "uv": [97, 0]}, + {"origin": [45, 63, 2], "size": [2, 4, 0], "pivot": [46, 61, 0], "rotation": [0, 0, 27.5], "uv": [23, 0]}, + {"origin": [46, 45, 1], "size": [3, 5, 2], "uv": [0, 96]}, + {"origin": [38, 50, -2], "size": [3, 4, 8], "uv": [0, 224]}, + {"origin": [37, 42, 2], "size": [2, 3, 0], "pivot": [38, 41, 0], "rotation": [0, 0, 27.5], "uv": [97, 3]}, + {"origin": [37, 63, 2], "size": [2, 4, 0], "pivot": [38, 61, 0], "rotation": [0, 0, 27.5], "uv": [23, 4]}, + {"origin": [46, 55, -2], "size": [3, 4, 8], "uv": [22, 224]}, + {"origin": [53.05, 58.05, 5.05], "size": [-19.1, -6.1, -6.1], "uv": [0, 0]}, + {"origin": [41.05, 50.05, 3.05], "size": [-3.1, -6.1, -2.1], "uv": [0, 0]}, + {"origin": [41.05, 64.05, 3.05], "size": [-3.1, -5.1, -2.1], "uv": [0, 0]}, + {"origin": [41.05, 59.05, 6.05], "size": [-3.1, -4.1, -8.1], "uv": [0, 0]}, + {"origin": [49.05, 64.05, 3.05], "size": [-3.1, -5.1, -2.1], "uv": [0, 0]}, + {"origin": [49.05, 54.05, 6.05], "size": [-3.1, -4.1, -8.1], "uv": [0, 0]}, + {"origin": [47.05, 46.05, 2.05], "size": [-2.1, -3.1, -0.1], "pivot": [46, 42, 0], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [47.05, 67.05, 2.05], "size": [-2.1, -4.1, -0.1], "pivot": [46, 61, 0], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [49.05, 50.05, 3.05], "size": [-3.1, -5.1, -2.1], "uv": [0, 0]}, + {"origin": [41.05, 54.05, 6.05], "size": [-3.1, -4.1, -8.1], "uv": [0, 0]}, + {"origin": [39.05, 45.05, 2.05], "size": [-2.1, -3.1, -0.1], "pivot": [38, 41, 0], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [39.05, 67.05, 2.05], "size": [-2.1, -4.1, -0.1], "pivot": [38, 61, 0], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [49.05, 59.05, 6.05], "size": [-3.1, -4.1, -8.1], "uv": [0, 0]} + ] + }, + { + "name": "lleg", + "parent": "spinebackseg2", + "pivot": [36, 55, 0], + "cubes": [ + {"origin": [43, 53, -1], "size": [19, 5, 5], "pivot": [46, 55, 0], "rotation": [113.11665, 27.033, 110.92815], "uv": [181, 78]}, + {"origin": [62.05, 58.05, 4.05], "size": [-19.1, -5.1, -5.1], "pivot": [46, 55, 0], "rotation": [113.11665, 27.033, 110.92815], "uv": [0, 0]} + ] + }, + { + "name": "lfoot", + "parent": "lleg", + "pivot": [36, 55, 0], + "cubes": [ + {"origin": [62.05, 43.05, -6.95], "size": [-19.1, -3.1, -3.1], "pivot": [46, 42, -9], "rotation": [82.68034, 8.58433, 10.23536], "uv": [0, 0]}, + {"origin": [57.64514, 38.31273, -11.53378], "size": [-1.1, -1.1, -6.1], "pivot": [57, 37.32823, -11.68766], "rotation": [-92.87472, -10.03217, -105.75208], "uv": [0, 0]}, + {"origin": [57.64514, 38.31273, 9.46622], "size": [-1.1, -1.1, -5.1], "pivot": [57, 37.32823, -11.68766], "rotation": [-92.87472, -10.03217, -105.75208], "uv": [0, 0]}, + {"origin": [57.64514, 45.31273, -13.53378], "size": [-1.1, -1.1, -4.1], "pivot": [57, 37.32823, -11.68766], "rotation": [-82.87472, -10.03217, -105.75208], "uv": [0, 0]}, + {"origin": [57.64514, 45.31273, 8.46622], "size": [-1.1, -1.1, -5.1], "pivot": [57, 37.32823, -11.68766], "rotation": [-82.87472, -10.03217, -105.75208], "uv": [0, 0]}, + {"origin": [58.64514, 46.31273, 4.46622], "size": [-3.1, -3.1, -19.1], "pivot": [57, 37.32823, -11.68766], "rotation": [-82.87472, -10.03217, -105.75208], "uv": [0, 0]}, + {"origin": [57.64514, 33.31273, -11.53378], "size": [-1.1, -1.1, -7.1], "pivot": [57, 37.32823, -11.68766], "rotation": [-107.87472, -10.03217, -105.75208], "uv": [0, 0]}, + {"origin": [57.64514, 33.31273, 9.46622], "size": [-1.1, -1.1, -5.1], "pivot": [57, 37.32823, -11.68766], "rotation": [-107.87472, -10.03217, -105.75208], "uv": [0, 0]}, + {"origin": [58.64514, 34.31273, 4.46622], "size": [-3.1, -3.1, -19.1], "pivot": [57, 37.32823, -11.68766], "rotation": [-107.87472, -10.03217, -105.75208], "uv": [0, 0]}, + {"origin": [57.64514, 44.31273, -7.53378], "size": [-2.1, -12.1, -2.1], "pivot": [57, 37.32823, -11.68766], "rotation": [-92.87472, -10.03217, -105.75208], "uv": [0, 0]}, + {"origin": [58.64514, 39.31273, 4.46622], "size": [-3.1, -3.1, -19.1], "pivot": [57, 37.32823, -11.68766], "rotation": [-92.87472, -10.03217, -105.75208], "uv": [0, 0]}, + {"origin": [43, 40, -10], "size": [19, 3, 3], "pivot": [46, 42, -9], "rotation": [82.68034, 8.58433, 10.23536], "uv": [94, 62]}, + {"origin": [56.59514, 37.26273, -17.58378], "size": [1, 1, 6], "pivot": [57, 37.32823, -11.68766], "rotation": [-92.87472, -10.03217, -105.75208], "uv": [124, 8]}, + {"origin": [56.59514, 37.26273, 4.41622], "size": [1, 1, 5], "pivot": [57, 37.32823, -11.68766], "rotation": [-92.87472, -10.03217, -105.75208], "uv": [0, 149]}, + {"origin": [56.59514, 44.26273, -17.58378], "size": [1, 1, 4], "pivot": [57, 37.32823, -11.68766], "rotation": [-82.87472, -10.03217, -105.75208], "uv": [148, 14]}, + {"origin": [56.59514, 44.26273, 3.41622], "size": [1, 1, 5], "pivot": [57, 37.32823, -11.68766], "rotation": [-82.87472, -10.03217, -105.75208], "uv": [148, 22]}, + {"origin": [55.59514, 43.26273, -14.58378], "size": [3, 3, 19], "pivot": [57, 37.32823, -11.68766], "rotation": [-82.87472, -10.03217, -105.75208], "uv": [156, 78]}, + {"origin": [56.59514, 32.26273, -18.58378], "size": [1, 1, 7], "pivot": [57, 37.32823, -11.68766], "rotation": [-107.87472, -10.03217, -105.75208], "uv": [88, 0]}, + {"origin": [56.59514, 32.26273, 4.41622], "size": [1, 1, 5], "pivot": [57, 37.32823, -11.68766], "rotation": [-107.87472, -10.03217, -105.75208], "uv": [148, 8]}, + {"origin": [55.59514, 31.26273, -14.58378], "size": [3, 3, 19], "pivot": [57, 37.32823, -11.68766], "rotation": [-107.87472, -10.03217, -105.75208], "uv": [156, 78]}, + {"origin": [55.59514, 32.26273, -9.58378], "size": [2, 12, 2], "pivot": [57, 37.32823, -11.68766], "rotation": [-92.87472, -10.03217, -105.75208], "uv": [94, 62]}, + {"origin": [55.59514, 36.26273, -14.58378], "size": [3, 3, 19], "pivot": [57, 37.32823, -11.68766], "rotation": [-92.87472, -10.03217, -105.75208], "uv": [156, 78]} + ] + }, + { + "name": "rleg", + "parent": "spinebackseg2", + "pivot": [36, 55, 0], + "cubes": [ + {"origin": [45, 52, 4], "size": [19, 5, 5], "pivot": [48, 54, 5], "rotation": [-107.46542, -33.70811, 115.12504], "uv": [95, 178]}, + {"origin": [64.05, 57.05, 9.05], "size": [-19.1, -5.1, -5.1], "pivot": [48, 54, 5], "rotation": [-107.46542, -33.70811, 115.12504], "uv": [0, 0]} + ] + }, + { + "name": "rfoot", + "parent": "rleg", + "pivot": [48, 57, 14], + "cubes": [ + {"origin": [61, 55, -1], "size": [3, 3, 19], "pivot": [48, 57, 14], "rotation": [-98.60192, -1.60789, 97.18898], "uv": [162, 22]}, + {"origin": [56.57408, 36.92845, -2.93689], "size": [3, 3, 19], "pivot": [57, 38, 15], "rotation": [88.27929, -85.3773, -103.89087], "uv": [162, 22]}, + {"origin": [57.57408, 37.92845, 16.06311], "size": [1, 1, 3], "pivot": [57, 38, 15], "rotation": [88.27929, -85.3773, -103.89087], "uv": [8, 0]}, + {"origin": [51.57408, 36.92845, 12.06311], "size": [13, 2, 2], "pivot": [57, 38, 15], "rotation": [88.27929, -85.3773, -103.89087], "uv": [94, 62]}, + {"origin": [62.57408, 36.92845, -2.93689], "size": [3, 3, 19], "pivot": [57, 38, 15], "rotation": [159.31631, -76.81633, -175.43413], "uv": [162, 22]}, + {"origin": [63.57408, 37.92845, 15.06311], "size": [1, 1, 4], "pivot": [57, 38, 15], "rotation": [159.31631, -76.81633, -175.43413], "uv": [8, 55]}, + {"origin": [63.57408, 37.92845, -7.93689], "size": [1, 1, 5], "pivot": [57, 38, 15], "rotation": [159.31631, -76.81633, -175.43413], "uv": [117, 36]}, + {"origin": [49.57408, 36.92845, -2.93689], "size": [3, 3, 19], "pivot": [57, 38, 15], "rotation": [31.29863, -81.07927, -46.60718], "uv": [162, 22]}, + {"origin": [50.57408, 37.92845, -7.93689], "size": [1, 1, 5], "pivot": [57, 38, 15], "rotation": [31.29863, -81.07927, -46.60718], "uv": [147, 62]}, + {"origin": [50.57408, 37.92845, 13.06311], "size": [1, 1, 6], "pivot": [57, 38, 15], "rotation": [31.29863, -81.07927, -46.60718], "uv": [80, 28]}, + {"origin": [57.57408, 37.92845, -7.93689], "size": [1, 1, 5], "pivot": [57, 38, 15], "rotation": [88.27929, -85.3773, -103.89087], "uv": [147, 68]}, + {"origin": [58.62408, 38.97845, -2.88689], "size": [-1.1, -1.1, -5.1], "pivot": [57, 38, 15], "rotation": [88.27929, -85.3773, -103.89087], "uv": [0, 0]}, + {"origin": [51.62408, 38.97845, 19.11311], "size": [-1.1, -1.1, -6.1], "pivot": [57, 38, 15], "rotation": [31.29863, -81.07927, -46.60718], "uv": [0, 0]}, + {"origin": [51.62408, 38.97845, -2.88689], "size": [-1.1, -1.1, -5.1], "pivot": [57, 38, 15], "rotation": [31.29863, -81.07927, -46.60718], "uv": [0, 0]}, + {"origin": [52.62408, 39.97845, 16.11311], "size": [-3.1, -3.1, -19.1], "pivot": [57, 38, 15], "rotation": [31.29863, -81.07927, -46.60718], "uv": [0, 0]}, + {"origin": [64.62408, 38.97845, -2.88689], "size": [-1.1, -1.1, -5.1], "pivot": [57, 38, 15], "rotation": [159.31631, -76.81633, -175.43413], "uv": [0, 0]}, + {"origin": [64.62408, 38.97845, 19.11311], "size": [-1.1, -1.1, -4.1], "pivot": [57, 38, 15], "rotation": [159.31631, -76.81633, -175.43413], "uv": [0, 0]}, + {"origin": [65.62408, 39.97845, 16.11311], "size": [-3.1, -3.1, -19.1], "pivot": [57, 38, 15], "rotation": [159.31631, -76.81633, -175.43413], "uv": [0, 0]}, + {"origin": [64.62408, 38.97845, 14.11311], "size": [-13.1, -2.1, -2.1], "pivot": [57, 38, 15], "rotation": [88.27929, -85.3773, -103.89087], "uv": [0, 0]}, + {"origin": [58.62408, 38.97845, 19.11311], "size": [-1.1, -1.1, -3.1], "pivot": [57, 38, 15], "rotation": [88.27929, -85.3773, -103.89087], "uv": [0, 0]}, + {"origin": [59.62408, 39.97845, 16.11311], "size": [-3.1, -3.1, -19.1], "pivot": [57, 38, 15], "rotation": [88.27929, -85.3773, -103.89087], "uv": [0, 0]}, + {"origin": [64.05, 58.05, 18.05], "size": [-3.1, -3.1, -19.1], "pivot": [48, 57, 14], "rotation": [-98.60192, -1.60789, 97.18898], "uv": [0, 0]} + ] + }, + { + "name": "spinebackseg3", + "parent": "spinebackseg2", + "pivot": [54, 56, 0], + "rotation": [0, 0, -10], + "cubes": [ + {"origin": [51, 52, -1], "size": [19, 6, 6], "uv": [19, 28]}, + {"origin": [55, 46, 1], "size": [3, 4, 2], "uv": [0, 96]}, + {"origin": [54, 62, 2], "size": [2, 4, 0], "pivot": [55, 60, 0], "rotation": [0, 0, 27.5], "uv": [0, 22]}, + {"origin": [54, 44, 2], "size": [2, 3, 0], "pivot": [55, 43, 0], "rotation": [0, 0, 27.5], "uv": [54, 96]}, + {"origin": [55, 50, -2], "size": [3, 4, 8], "uv": [168, 222]}, + {"origin": [55, 55, -2], "size": [3, 4, 8], "uv": [78, 221]}, + {"origin": [55, 59, 1], "size": [3, 4, 2], "uv": [85, 156]}, + {"origin": [63, 47, 1], "size": [3, 3, 2], "uv": [0, 98]}, + {"origin": [63, 59, 1], "size": [3, 3, 2], "uv": [85, 156]}, + {"origin": [63, 55, -2], "size": [3, 4, 8], "uv": [137, 202]}, + {"origin": [63, 50, -2], "size": [3, 4, 8], "uv": [146, 220]}, + {"origin": [62, 45, 2], "size": [2, 3, 0], "pivot": [63, 44, 0], "rotation": [0, 0, 27.5], "uv": [50, 96]}, + {"origin": [62, 61, 2], "size": [2, 4, 0], "pivot": [63, 59, 0], "rotation": [0, 0, 27.5], "uv": [8, 10]}, + {"origin": [70.05, 58.05, 5.05], "size": [-19.1, -6.1, -6.1], "uv": [0, 0]}, + {"origin": [58.05, 50.05, 3.05], "size": [-3.1, -4.1, -2.1], "uv": [0, 0]}, + {"origin": [56.05, 66.05, 2.05], "size": [-2.1, -4.1, -0.1], "pivot": [55, 60, 0], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [56.05, 47.05, 2.05], "size": [-2.1, -3.1, -0.1], "pivot": [55, 43, 0], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [58.05, 54.05, 6.05], "size": [-3.1, -4.1, -8.1], "uv": [0, 0]}, + {"origin": [58.05, 59.05, 6.05], "size": [-3.1, -4.1, -8.1], "uv": [0, 0]}, + {"origin": [58.05, 63.05, 3.05], "size": [-3.1, -4.1, -2.1], "uv": [0, 0]}, + {"origin": [66.05, 50.05, 3.05], "size": [-3.1, -3.1, -2.1], "uv": [0, 0]}, + {"origin": [66.05, 62.05, 3.05], "size": [-3.1, -3.1, -2.1], "uv": [0, 0]}, + {"origin": [66.05, 59.05, 6.05], "size": [-3.1, -4.1, -8.1], "uv": [0, 0]}, + {"origin": [66.05, 54.05, 6.05], "size": [-3.1, -4.1, -8.1], "uv": [0, 0]}, + {"origin": [64.05, 48.05, 2.05], "size": [-2.1, -3.1, -0.1], "pivot": [63, 44, 0], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [64.05, 65.05, 2.05], "size": [-2.1, -4.1, -0.1], "pivot": [63, 59, 0], "rotation": [0, 0, 27.5], "uv": [0, 0]} + ] + }, + { + "name": "tail", + "parent": "spinebackseg3", + "pivot": [67, 53, 0], + "rotation": [0, 0, -10], + "cubes": [ + {"origin": [68, 52, -1], "size": [19, 6, 6], "uv": [19, 29]}, + {"origin": [81, 55, -2], "size": [3, 4, 8], "uv": [94, 109]}, + {"origin": [81, 59, 1], "size": [3, 2, 2], "uv": [85, 156]}, + {"origin": [81, 48, 1], "size": [3, 2, 2], "uv": [0, 100]}, + {"origin": [80, 60, 2], "size": [2, 3, 0], "pivot": [81, 58, 0], "rotation": [0, 0, 27.5], "uv": [30, 96]}, + {"origin": [80, 47, 2], "size": [2, 2, 0], "pivot": [81, 45, 0], "rotation": [0, 0, 27.5], "uv": [34, 102]}, + {"origin": [81, 50, -2], "size": [3, 4, 8], "uv": [0, 124]}, + {"origin": [72, 55, -2], "size": [3, 4, 8], "uv": [60, 124]}, + {"origin": [71, 46, 2], "size": [2, 2, 0], "pivot": [72, 44, 0], "rotation": [0, 0, 27.5], "uv": [50, 102]}, + {"origin": [72, 50, -2], "size": [3, 4, 8], "uv": [25, 149]}, + {"origin": [72, 59, 1], "size": [3, 3, 2], "uv": [85, 156]}, + {"origin": [71, 61, 2], "size": [2, 3, 0], "pivot": [72, 59, 0], "rotation": [0, 0, 27.5], "uv": [34, 96]}, + {"origin": [72, 47, 1], "size": [3, 3, 2], "uv": [0, 98]}, + {"origin": [87.05, 58.05, 5.05], "size": [-19.1, -6.1, -6.1], "uv": [0, 0]}, + {"origin": [84.05, 59.05, 6.05], "size": [-3.1, -4.1, -8.1], "uv": [0, 0]}, + {"origin": [84.05, 61.05, 3.05], "size": [-3.1, -2.1, -2.1], "uv": [0, 0]}, + {"origin": [84.05, 50.05, 3.05], "size": [-3.1, -2.1, -2.1], "uv": [0, 0]}, + {"origin": [82.05, 63.05, 2.05], "size": [-2.1, -3.1, -0.1], "pivot": [81, 58, 0], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [82.05, 49.05, 2.05], "size": [-2.1, -2.1, -0.1], "pivot": [81, 45, 0], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [84.05, 54.05, 6.05], "size": [-3.1, -4.1, -8.1], "uv": [0, 0]}, + {"origin": [75.05, 59.05, 6.05], "size": [-3.1, -4.1, -8.1], "uv": [0, 0]}, + {"origin": [73.05, 48.05, 2.05], "size": [-2.1, -2.1, -0.1], "pivot": [72, 44, 0], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [75.05, 54.05, 6.05], "size": [-3.1, -4.1, -8.1], "uv": [0, 0]}, + {"origin": [75.05, 62.05, 3.05], "size": [-3.1, -3.1, -2.1], "uv": [0, 0]}, + {"origin": [73.05, 64.05, 2.05], "size": [-2.1, -3.1, -0.1], "pivot": [72, 59, 0], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [75.05, 50.05, 3.05], "size": [-3.1, -3.1, -2.1], "uv": [0, 0]} + ] + }, + { + "name": "tailseg1", + "parent": "tail", + "pivot": [88, 52, 0], + "rotation": [0, 0, -5], + "cubes": [ + {"origin": [90, 55, -1], "size": [3, 3, 6], "uv": [118, 68]}, + {"origin": [90, 58, 1], "size": [3, 2, 2], "uv": [85, 156]}, + {"origin": [90, 50, 1], "size": [3, 2, 2], "uv": [161, 78]}, + {"origin": [89, 59, 2], "size": [2, 3, 0], "pivot": [90, 57, 0], "rotation": [0, 0, 27.5], "uv": [82, 94]}, + {"origin": [89, 49, 2], "size": [2, 2, 0], "pivot": [90, 47, 0], "rotation": [0, 0, 27.5], "uv": [30, 102]}, + {"origin": [90, 52, -1], "size": [3, 2, 6], "uv": [0, 136]}, + {"origin": [97, 55, -1], "size": [3, 3, 6], "uv": [30, 109]}, + {"origin": [97, 58, 1], "size": [3, 2, 2], "uv": [85, 156]}, + {"origin": [97, 50, 1], "size": [3, 2, 2], "uv": [25, 161]}, + {"origin": [96, 59, 2], "size": [2, 3, 0], "pivot": [97, 57, 0], "rotation": [0, 0, 27.5], "uv": [94, 71]}, + {"origin": [96, 49, 2], "size": [2, 2, 0], "pivot": [97, 47, 0], "rotation": [0, 0, 27.5], "uv": [100, 12]}, + {"origin": [97, 52, -1], "size": [3, 2, 6], "uv": [135, 41]}, + {"origin": [85, 53, 0], "size": [19, 4, 4], "uv": [22, 32]}, + {"origin": [93.05, 58.05, 5.05], "size": [-3.1, -3.1, -6.1], "uv": [0, 0]}, + {"origin": [93.05, 60.05, 3.05], "size": [-3.1, -2.1, -2.1], "uv": [0, 0]}, + {"origin": [93.05, 52.05, 3.05], "size": [-3.1, -2.1, -2.1], "uv": [0, 0]}, + {"origin": [91.05, 62.05, 2.05], "size": [-2.1, -3.1, -0.1], "pivot": [90, 57, 0], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [91.05, 51.05, 2.05], "size": [-2.1, -2.1, -0.1], "pivot": [90, 47, 0], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [93.05, 54.05, 5.05], "size": [-3.1, -2.1, -6.1], "uv": [0, 0]}, + {"origin": [100.05, 58.05, 5.05], "size": [-3.1, -3.1, -6.1], "uv": [0, 0]}, + {"origin": [100.05, 60.05, 3.05], "size": [-3.1, -2.1, -2.1], "uv": [0, 0]}, + {"origin": [100.05, 52.05, 3.05], "size": [-3.1, -2.1, -2.1], "uv": [0, 0]}, + {"origin": [98.05, 62.05, 2.05], "size": [-2.1, -3.1, -0.1], "pivot": [97, 57, 0], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [98.05, 51.05, 2.05], "size": [-2.1, -2.1, -0.1], "pivot": [97, 47, 0], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [100.05, 54.05, 5.05], "size": [-3.1, -2.1, -6.1], "uv": [0, 0]}, + {"origin": [104.05, 57.05, 4.05], "size": [-19.1, -4.1, -4.1], "uv": [0, 0]} + ] + }, + { + "name": "tailseg2", + "parent": "tailseg1", + "pivot": [104, 55, 0], + "rotation": [0, 0, -7.5], + "cubes": [ + {"origin": [113, 52, -1], "size": [3, 2, 6], "uv": [111, 133]}, + {"origin": [112, 49, 2], "size": [2, 2, 0], "pivot": [113, 47, 0], "rotation": [0, 0, 27.5], "uv": [88, 12]}, + {"origin": [112, 59, 2], "size": [2, 3, 0], "pivot": [113, 57, 0], "rotation": [0, 0, 27.5], "uv": [13, 0]}, + {"origin": [113, 50, 1], "size": [3, 2, 2], "uv": [8, 60]}, + {"origin": [113, 58, 1], "size": [3, 2, 2], "uv": [85, 156]}, + {"origin": [113, 55, -1], "size": [3, 3, 6], "uv": [0, 64]}, + {"origin": [106, 52, -1], "size": [3, 2, 6], "uv": [135, 33]}, + {"origin": [105, 49, 2], "size": [2, 2, 0], "pivot": [106, 47, 0], "rotation": [0, 0, 27.5], "uv": [96, 12]}, + {"origin": [105, 59, 2], "size": [2, 3, 0], "pivot": [106, 57, 0], "rotation": [0, 0, 27.5], "uv": [72, 73]}, + {"origin": [106, 50, 1], "size": [3, 2, 2], "uv": [107, 104]}, + {"origin": [106, 58, 1], "size": [3, 2, 2], "uv": [85, 156]}, + {"origin": [106, 55, -1], "size": [3, 3, 6], "uv": [94, 68]}, + {"origin": [102, 53, 0], "size": [17, 4, 4], "uv": [22, 31]}, + {"origin": [119.05, 57.05, 4.05], "size": [-17.1, -4.1, -4.1], "uv": [0, 0]}, + {"origin": [109.05, 58.05, 5.05], "size": [-3.1, -3.1, -6.1], "uv": [0, 0]}, + {"origin": [109.05, 60.05, 3.05], "size": [-3.1, -2.1, -2.1], "uv": [0, 0]}, + {"origin": [109.05, 52.05, 3.05], "size": [-3.1, -2.1, -2.1], "uv": [0, 0]}, + {"origin": [107.05, 62.05, 2.05], "size": [-2.1, -3.1, -0.1], "pivot": [106, 57, 0], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [107.05, 51.05, 2.05], "size": [-2.1, -2.1, -0.1], "pivot": [106, 47, 0], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [109.05, 54.05, 5.05], "size": [-3.1, -2.1, -6.1], "uv": [0, 0]}, + {"origin": [116.05, 58.05, 5.05], "size": [-3.1, -3.1, -6.1], "uv": [0, 0]}, + {"origin": [116.05, 60.05, 3.05], "size": [-3.1, -2.1, -2.1], "uv": [0, 0]}, + {"origin": [116.05, 52.05, 3.05], "size": [-3.1, -2.1, -2.1], "uv": [0, 0]}, + {"origin": [114.05, 62.05, 2.05], "size": [-2.1, -3.1, -0.1], "pivot": [113, 57, 0], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [114.05, 51.05, 2.05], "size": [-2.1, -2.1, -0.1], "pivot": [113, 47, 0], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [116.05, 54.05, 5.05], "size": [-3.1, -2.1, -6.1], "uv": [0, 0]} + ] + }, + { + "name": "tailtip", + "parent": "tailseg2", + "pivot": [119, 53, 3], + "rotation": [0, 0, -5], + "cubes": [ + {"origin": [117.90143, 53.74234, 1], "size": [19, 3, 2], "uv": [11, 28]}, + {"origin": [136.90143, 53.74234, 2], "size": [14, 3, 0], "uv": [0, 19]}, + {"origin": [129.90143, 52.74234, 0], "size": [3, 2, 4], "uv": [137, 138]}, + {"origin": [128.90143, 50.74234, 2], "size": [2, 2, 0], "pivot": [129.90143, 48.74234, 0], "rotation": [0, 0, 27.5], "uv": [64, 98]}, + {"origin": [128.90143, 57.74234, 2], "size": [2, 3, 0], "pivot": [129.90143, 55.74234, 0], "rotation": [0, 0, 27.5], "uv": [94, 68]}, + {"origin": [129.90143, 51.74234, 1], "size": [3, 1, 2], "uv": [0, 104]}, + {"origin": [129.90143, 57.74234, 1], "size": [3, 1, 2], "uv": [85, 156]}, + {"origin": [129.90143, 55.74234, 0], "size": [3, 2, 4], "uv": [124, 104]}, + {"origin": [122.90143, 52.74234, 0], "size": [3, 2, 4], "uv": [42, 109]}, + {"origin": [121.90143, 50.74234, 2], "size": [2, 2, 0], "pivot": [122.90143, 48.74234, 0], "rotation": [0, 0, 27.5], "uv": [96, 41]}, + {"origin": [121.90143, 58.74234, 2], "size": [2, 3, 0], "pivot": [122.90143, 56.74234, 0], "rotation": [0, 0, 27.5], "uv": [88, 4]}, + {"origin": [122.90143, 51.74234, 1], "size": [3, 1, 2], "uv": [94, 59]}, + {"origin": [122.90143, 58.74234, 1], "size": [3, 1, 2], "uv": [85, 156]}, + {"origin": [122.90143, 55.74234, 0], "size": [3, 3, 4], "uv": [124, 97]}, + {"origin": [136.95143, 56.79234, 3.05], "size": [-19.1, -3.1, -2.1], "uv": [0, 0]}, + {"origin": [150.95143, 56.79234, 2.05], "size": [-14.1, -3.1, -0.1], "uv": [0, 0]}, + {"origin": [132.95143, 54.79234, 4.05], "size": [-3.1, 0, -4.1], "uv": [0, 0]}, + {"origin": [130.95143, 52.79234, 2.05], "size": [-2.1, -2.1, -0.1], "pivot": [129.90143, 48.74234, 0], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [130.95143, 60.79234, 2.05], "size": [-2.1, -3.1, -0.1], "pivot": [129.90143, 55.74234, 0], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [132.95143, 52.79234, 3.05], "size": [-3.1, -1.1, -2.1], "uv": [0, 0]}, + {"origin": [132.95143, 58.79234, 3.05], "size": [-3.1, -1.1, -2.1], "uv": [0, 0]}, + {"origin": [132.95143, 57.79234, 4.05], "size": [-3.1, -2.1, -4.1], "uv": [0, 0]}, + {"origin": [125.95143, 54.79234, 4.05], "size": [-3.1, -2.1, -4.1], "uv": [0, 0]}, + {"origin": [123.95143, 52.79234, 2.05], "size": [-2.1, -2.1, -0.1], "pivot": [122.90143, 48.74234, 0], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [123.95143, 61.79234, 2.05], "size": [-2.1, -3.1, -0.1], "pivot": [122.90143, 56.74234, 0], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [125.95143, 52.79234, 3.05], "size": [-3.1, -1.1, -2.1], "uv": [0, 0]}, + {"origin": [125.95143, 59.79234, 3.05], "size": [-3.1, -1.1, -2.1], "uv": [0, 0]}, + {"origin": [125.95143, 58.79234, 4.05], "size": [-3.1, -3.1, -4.1], "uv": [0, 0]} + ] + }, + { + "name": "middlespine", + "parent": "spine", + "pivot": [0, 25, 0], + "cubes": [ + {"origin": [1, 56, -4], "size": [5, 5, 12], "uv": [195, 167]}, + {"origin": [2, 61, 1], "size": [4, 4, 2], "uv": [56, 155]}, + {"origin": [1, 61, 2], "size": [3, 5, 0], "pivot": [9, 60, 2], "rotation": [0, 0, 27.5], "uv": [80, 28]}, + {"origin": [10, 61, 2], "size": [3, 5, 0], "pivot": [18, 60, 2], "rotation": [0, 0, 27.5], "uv": [12, 64]}, + {"origin": [11, 61, 1], "size": [4, 4, 2], "uv": [56, 155]}, + {"origin": [1, 50, -3], "size": [5, 4, 10], "uv": [211, 128]}, + {"origin": [10, 49, -3], "size": [5, 5, 10], "uv": [30, 209]}, + {"origin": [10, 56, -4], "size": [5, 5, 12], "uv": [195, 167]}, + {"origin": [29, 56, -3], "size": [5, 5, 10], "uv": [0, 209]}, + {"origin": [29, 50, -3], "size": [5, 4, 10], "uv": [92, 211]}, + {"origin": [20, 50, -3], "size": [5, 4, 10], "uv": [210, 12]}, + {"origin": [30, 61, 1], "size": [4, 4, 2], "uv": [56, 155]}, + {"origin": [29, 61, 2], "size": [3, 4, 0], "pivot": [37, 60, 2], "rotation": [0, 0, 27.5], "uv": [64, 94]}, + {"origin": [20, 61, 2], "size": [3, 4, 0], "pivot": [28, 60, 2], "rotation": [0, 0, 27.5], "uv": [88, 29]}, + {"origin": [21, 61, 1], "size": [4, 4, 2], "uv": [56, 155]}, + {"origin": [20, 56, -3], "size": [5, 5, 10], "uv": [0, 209]}, + {"origin": [-1, 51, -2], "size": [36, 8, 8], "uv": [0, 28]}, + {"origin": [-8, 52, -1], "size": [11, 6, 6], "pivot": [10, 54, 0], "rotation": [0, 0, -2.5], "uv": [26, 30]}, + {"origin": [-6, 64, 2], "size": [2, 4, 0], "pivot": [-5, 62, 0], "rotation": [0, 0, 27.5], "uv": [23, 8]}, + {"origin": [-5, 59, 1], "size": [3, 6, 2], "uv": [13, 96]}, + {"origin": [-5, 55, -3], "size": [3, 4, 10], "uv": [28, 124]}, + {"origin": [-1.95, 59.05, 7.05], "size": [-3.1, -4.1, -10.1], "uv": [0, 0]}, + {"origin": [-3.95, 68.05, 2.05], "size": [-2.1, -4.1, -0.1], "pivot": [-5, 62, 0], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [-1.95, 65.05, 3.05], "size": [-3.1, -6.1, -2.1], "uv": [0, 0]}, + {"origin": [3.05, 58.05, 5.05], "size": [-11.1, -6.1, -6.1], "pivot": [10, 54, 0], "rotation": [0, 0, -2.5], "uv": [0, 0]}, + {"origin": [35.05, 59.05, 6.05], "size": [-36.1, -8.1, -8.1], "uv": [0, 0]}, + {"origin": [25.05, 61.05, 7.05], "size": [-5.1, -5.1, -10.1], "uv": [0, 0]}, + {"origin": [25.05, 65.05, 3.05], "size": [-4.1, -4.1, -2.1], "uv": [0, 0]}, + {"origin": [23.05, 65.05, 2.05], "size": [-3.1, -4.1, -0.1], "pivot": [28, 60, 2], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [32.05, 65.05, 2.05], "size": [-3.1, -4.1, -0.1], "pivot": [37, 60, 2], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [34.05, 65.05, 3.05], "size": [-4.1, -4.1, -2.1], "uv": [0, 0]}, + {"origin": [25.05, 54.05, 7.05], "size": [-5.1, -4.1, -10.1], "uv": [0, 0]}, + {"origin": [34.05, 54.05, 7.05], "size": [-5.1, -4.1, -10.1], "uv": [0, 0]}, + {"origin": [34.05, 61.05, 7.05], "size": [-5.1, -5.1, -10.1], "uv": [0, 0]}, + {"origin": [15.05, 61.05, 8.05], "size": [-5.1, -5.1, -12.1], "uv": [0, 0]}, + {"origin": [15.05, 54.05, 7.05], "size": [-5.1, -5.1, -10.1], "uv": [0, 0]}, + {"origin": [6.05, 54.05, 7.05], "size": [-5.1, -4.1, -10.1], "uv": [0, 0]}, + {"origin": [15.05, 65.05, 3.05], "size": [-4.1, -4.1, -2.1], "uv": [0, 0]}, + {"origin": [13.05, 66.05, 2.05], "size": [-3.1, -5.1, -0.1], "pivot": [18, 60, 2], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [4.05, 66.05, 2.05], "size": [-3.1, -5.1, -0.1], "pivot": [9, 60, 2], "rotation": [0, 0, 27.5], "uv": [0, 0]}, + {"origin": [6.05, 65.05, 3.05], "size": [-4.1, -4.1, -2.1], "uv": [0, 0]}, + {"origin": [6.05, 61.05, 8.05], "size": [-5.1, -5.1, -12.1], "uv": [0, 0]} + ] + }, + { + "name": "ribcage", + "parent": "middlespine", + "pivot": [0, 25, 0], + "cubes": [ + {"origin": [5, 32, -6], "size": [9, 17, 18], "pivot": [13, 43, 7], "rotation": [-42.5, 0, 0], "uv": [58, 59]}, + {"origin": [14, 36, -6], "size": [10, 13, 16], "pivot": [23, 44, 6], "rotation": [-42.5, 0, 0], "uv": [88, 0]}, + {"origin": [24, 37, -4], "size": [9, 13, 14], "pivot": [32, 45, 6], "rotation": [-42.5, 0, 0], "uv": [124, 97]}, + {"origin": [-6, 35, -11], "size": [11, 19, 18], "pivot": [4, 49, 3], "rotation": [42.5, 0, 0], "uv": [0, 59]} + ] + }, + { + "name": "core", + "parent": "ribcage", + "pivot": [12, 43, 3], + "cubes": [ + {"origin": [10, 39, 0], "size": [6, 6, 6], "uv": [64, 94]}, + {"origin": [7, 42, -3], "size": [12, 0, 12], "uv": [29, 61]} + ] + }, + { + "name": "ribrighttop", + "parent": "ribcage", + "pivot": [0, 25, 0], + "cubes": [ + {"origin": [-5, 46, -5], "size": [3, 3, 22], "pivot": [-3, 42, 9], "rotation": [-42.5, 0, 0], "uv": [0, 124]}, + {"origin": [2, 46, -6], "size": [3, 3, 20], "pivot": [4, 42, 8], "rotation": [-42.5, 0, 0], "uv": [2, 126]}, + {"origin": [11, 48, -7], "size": [3, 2, 20], "pivot": [13, 43, 7], "rotation": [-42.5, 0, 0], "uv": [147, 56]}, + {"origin": [21, 49, -8], "size": [3, 2, 18], "pivot": [23, 44, 6], "rotation": [-42.5, 0, 0], "uv": [157, 79]}, + {"origin": [30, 50, -9], "size": [3, 2, 18], "pivot": [32, 45, 5], "rotation": [-42.5, 0, 0], "uv": [157, 80]}, + {"origin": [-1.95, 49.05, 17.05], "size": [-3.1, -3.1, -22.1], "pivot": [-3, 42, 9], "rotation": [-42.5, 0, 0], "uv": [0, 0]}, + {"origin": [24.05, 51.05, 10.05], "size": [-3.1, -2.1, -18.1], "pivot": [23, 44, 6], "rotation": [-42.5, 0, 0], "uv": [0, 0]}, + {"origin": [14.05, 50.05, 13.05], "size": [-3.1, -2.1, -20.1], "pivot": [13, 43, 7], "rotation": [-42.5, 0, 0], "uv": [0, 0]}, + {"origin": [5.05, 49.05, 14.05], "size": [-3.1, -3.1, -20.1], "pivot": [4, 42, 8], "rotation": [-42.5, 0, 0], "uv": [0, 0]}, + {"origin": [33.05, 52.05, 9.05], "size": [-3.1, -2.1, -18.1], "pivot": [32, 45, 5], "rotation": [-42.5, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "rarm", + "parent": "ribrighttop", + "pivot": [1, 48, 14], + "rotation": [-85, 0, 0], + "cubes": [ + {"origin": [-2, 51.32823, 15.31234], "size": [3, 3, 13], "pivot": [0, 47.32823, 20.31234], "rotation": [61.61421, 26.66839, 27.40216], "uv": [162, 84]}, + {"origin": [7, 52.32823, 26.31234], "size": [5, 5, 7], "pivot": [10, 48.32823, 20.31234], "rotation": [45.4699, -30.4409, -35.03982], "uv": [64, 106]}, + {"origin": [8, 53.32823, 32.31234], "size": [3, 3, 17], "pivot": [10, 48.32823, 20.31234], "rotation": [45.4699, -30.4409, -35.03982], "uv": [37, 122]}, + {"origin": [12.05, 57.37823, 33.36234], "size": [-5.1, -5.1, -7.1], "pivot": [10, 48.32823, 20.31234], "rotation": [45.4699, -30.4409, -35.03982], "uv": [0, 0]}, + {"origin": [1.05, 54.37823, 28.36234], "size": [-3.1, -3.1, -13.1], "pivot": [0, 47.32823, 20.31234], "rotation": [61.61421, 26.66839, 27.40216], "uv": [0, 0]}, + {"origin": [11.05, 56.37823, 49.36234], "size": [-3.1, -3.1, -17.1], "pivot": [10, 48.32823, 20.31234], "rotation": [45.4699, -30.4409, -35.03982], "uv": [0, 0]} + ] + }, + { + "name": "rhand", + "parent": "rarm", + "pivot": [-9, 63.32823, 33.31234], + "rotation": [44.63818, 12.67885, -26.16605], + "cubes": [ + {"origin": [-9.40486, 62.26273, 24.41622], "size": [3, 3, 24], "pivot": [-8, 63.32823, 32.31234], "rotation": [62.86313, -30.03589, -63.83663], "uv": [34, 94]}, + {"origin": [-9.40486, 54.26273, 34.41622], "size": [2, 18, 2], "pivot": [-8, 63.32823, 32.31234], "rotation": [62.86313, -30.03589, -63.83663], "uv": [0, 44]}, + {"origin": [-9.40486, 53.26273, 24.41622], "size": [3, 3, 24], "pivot": [-8, 63.32823, 32.31234], "rotation": [47.86313, -30.03589, -63.83663], "uv": [34, 94]}, + {"origin": [-8.40486, 54.26273, 48.41622], "size": [1, 1, 10], "pivot": [-8, 63.32823, 32.31234], "rotation": [47.86313, -30.03589, -63.83663], "uv": [230, 16]}, + {"origin": [-8.40486, 54.26273, 19.41622], "size": [1, 1, 5], "pivot": [-8, 63.32823, 32.31234], "rotation": [47.86313, -30.03589, -63.83663], "uv": [101, 149]}, + {"origin": [-9.40486, 70.26273, 24.41622], "size": [3, 3, 24], "pivot": [-8, 63.32823, 32.31234], "rotation": [72.86313, -30.03589, -63.83663], "uv": [34, 94]}, + {"origin": [-8.40486, 71.26273, 47.41622], "size": [1, 1, 10], "pivot": [-8, 63.32823, 32.31234], "rotation": [72.86313, -30.03589, -63.83663], "uv": [230, 33]}, + {"origin": [-8.40486, 71.26273, 19.41622], "size": [1, 1, 5], "pivot": [-8, 63.32823, 32.31234], "rotation": [72.86313, -30.03589, -63.83663], "uv": [7, 150]}, + {"origin": [-8.40486, 63.26273, 48.41622], "size": [1, 1, 10], "pivot": [-8, 63.32823, 32.31234], "rotation": [62.86313, -30.03589, -63.83663], "uv": [48, 230]}, + {"origin": [-8.40486, 63.26273, 19.41622], "size": [1, 1, 5], "pivot": [-8, 63.32823, 32.31234], "rotation": [62.86313, -30.03589, -63.83663], "uv": [108, 150]}, + {"origin": [-6.35486, 65.31273, 48.46622], "size": [-3.1, -3.1, -24.1], "pivot": [-8, 63.32823, 32.31234], "rotation": [62.86313, -30.03589, -63.83663], "uv": [0, 0]}, + {"origin": [-7.35486, 64.31273, 24.46622], "size": [-1.1, -1.1, -5.1], "pivot": [-8, 63.32823, 32.31234], "rotation": [62.86313, -30.03589, -63.83663], "uv": [0, 0]}, + {"origin": [-7.35486, 64.31273, 58.46622], "size": [-1.1, -1.1, -10.1], "pivot": [-8, 63.32823, 32.31234], "rotation": [62.86313, -30.03589, -63.83663], "uv": [0, 0]}, + {"origin": [-7.35486, 72.31273, 24.46622], "size": [-1.1, -1.1, -5.1], "pivot": [-8, 63.32823, 32.31234], "rotation": [72.86313, -30.03589, -63.83663], "uv": [0, 0]}, + {"origin": [-7.35486, 72.31273, 57.46622], "size": [-1.1, -1.1, -10.1], "pivot": [-8, 63.32823, 32.31234], "rotation": [72.86313, -30.03589, -63.83663], "uv": [0, 0]}, + {"origin": [-6.35486, 73.31273, 48.46622], "size": [-3.1, -3.1, -24.1], "pivot": [-8, 63.32823, 32.31234], "rotation": [72.86313, -30.03589, -63.83663], "uv": [0, 0]}, + {"origin": [-7.35486, 55.31273, 24.46622], "size": [-1.1, -1.1, -5.1], "pivot": [-8, 63.32823, 32.31234], "rotation": [47.86313, -30.03589, -63.83663], "uv": [0, 0]}, + {"origin": [-7.35486, 55.31273, 58.46622], "size": [-1.1, -1.1, -10.1], "pivot": [-8, 63.32823, 32.31234], "rotation": [47.86313, -30.03589, -63.83663], "uv": [0, 0]}, + {"origin": [-6.35486, 56.31273, 48.46622], "size": [-3.1, -3.1, -24.1], "pivot": [-8, 63.32823, 32.31234], "rotation": [47.86313, -30.03589, -63.83663], "uv": [0, 0]}, + {"origin": [-7.35486, 72.31273, 36.46622], "size": [-2.1, -18.1, -2.1], "pivot": [-8, 63.32823, 32.31234], "rotation": [62.86313, -30.03589, -63.83663], "uv": [0, 0]} + ] + }, + { + "name": "ribrightbottom", + "parent": "ribrighttop", + "pivot": [0, 25, 0], + "cubes": [ + {"origin": [-5, 38, 11], "size": [3, 2, 12], "pivot": [-3, 34, 17], "rotation": [42.5, 0, 0], "uv": [209, 64]}, + {"origin": [2, 38, 10], "size": [3, 2, 12], "pivot": [4, 34, 16], "rotation": [42.5, 0, 0], "uv": [72, 207]}, + {"origin": [11, 40, 8], "size": [3, 1, 12], "pivot": [13, 36, 14], "rotation": [42.5, 0, 0], "uv": [204, 212]}, + {"origin": [21, 42, 6], "size": [3, 1, 12], "pivot": [23, 38, 12], "rotation": [42.5, 0, 0], "uv": [212, 43]}, + {"origin": [30, 43, 7], "size": [3, 1, 12], "pivot": [32, 39, 13], "rotation": [55, 0, 0], "uv": [211, 146]}, + {"origin": [14.05, 41.05, 20.05], "size": [-3.1, -1.1, -12.1], "pivot": [13, 36, 14], "rotation": [42.5, 0, 0], "uv": [0, 0]}, + {"origin": [33.05, 44.05, 19.05], "size": [-3.1, -1.1, -12.1], "pivot": [32, 39, 13], "rotation": [55, 0, 0], "uv": [0, 0]}, + {"origin": [24.05, 43.05, 18.05], "size": [-3.1, -1.1, -12.1], "pivot": [23, 38, 12], "rotation": [42.5, 0, 0], "uv": [0, 0]}, + {"origin": [5.05, 40.05, 22.05], "size": [-3.1, -2.1, -12.1], "pivot": [4, 34, 16], "rotation": [42.5, 0, 0], "uv": [0, 0]}, + {"origin": [-1.95, 40.05, 23.05], "size": [-3.1, -2.1, -12.1], "pivot": [-3, 34, 17], "rotation": [42.5, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "riblefttop", + "parent": "ribcage", + "pivot": [0, 25, 0], + "cubes": [ + {"origin": [-5, 52, -14], "size": [3, 3, 22], "pivot": [-3, 48, 2], "rotation": [42.5, 0, 0], "uv": [32, 121]}, + {"origin": [21, 55, -8], "size": [3, 2, 18], "pivot": [23, 50, 4], "rotation": [42.5, 0, 0], "uv": [163, 23]}, + {"origin": [30, 55, -7], "size": [3, 2, 17], "pivot": [32, 50, 4], "rotation": [42.5, 0, 0], "uv": [164, 24]}, + {"origin": [30, 55, -7], "size": [3, 0, 17], "pivot": [32, 50, 4], "rotation": [42.5, 0, 0], "uv": [0, 0]}, + {"origin": [11, 55, -11], "size": [3, 2, 21], "pivot": [13, 50, 4], "rotation": [42.5, 0, 0], "uv": [110, 127]}, + {"origin": [2, 53, -13], "size": [3, 3, 22], "pivot": [4, 49, 3], "rotation": [42.5, 0, 0], "uv": [32, 121]}, + {"origin": [5.05, 56.05, 9.05], "size": [-3.1, -3.1, -22.1], "pivot": [4, 49, 3], "rotation": [42.5, 0, 0], "uv": [0, 0]}, + {"origin": [14.05, 57.05, 10.05], "size": [-3.1, -2.1, -21.1], "pivot": [13, 50, 4], "rotation": [42.5, 0, 0], "uv": [0, 0]}, + {"origin": [33.05, 55.05, 10.05], "size": [-3.1, -0.1, -17.1], "pivot": [32, 50, 4], "rotation": [42.5, 0, 0], "uv": [0, 0]}, + {"origin": [33.05, 57.05, 10.05], "size": [-3.1, -2.1, -17.1], "pivot": [32, 50, 4], "rotation": [42.5, 0, 0], "uv": [0, 0]}, + {"origin": [24.05, 57.05, 10.05], "size": [-3.1, -2.1, -18.1], "pivot": [23, 50, 4], "rotation": [42.5, 0, 0], "uv": [0, 0]}, + {"origin": [-1.95, 55.05, 8.05], "size": [-3.1, -3.1, -22.1], "pivot": [-3, 48, 2], "rotation": [42.5, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "ribleftbottom", + "parent": "riblefttop", + "pivot": [0, 25, 0], + "cubes": [ + {"origin": [-5, 33, -20], "size": [3, 2, 12], "pivot": [-3, 29, -6], "rotation": [-42.5, 0, 0], "uv": [168, 208]}, + {"origin": [11, 35, -18], "size": [3, 1, 12], "pivot": [13, 31, -4], "rotation": [-45, 0, 0], "uv": [214, 199]}, + {"origin": [2, 34, -20], "size": [3, 2, 12], "pivot": [4, 30, -6], "rotation": [-42.5, 0, 0], "uv": [208, 108]}, + {"origin": [21, 37, -16], "size": [3, 1, 12], "pivot": [23, 33, -2], "rotation": [-45, 0, 0], "uv": [212, 184]}, + {"origin": [30, 38, -16], "size": [3, 1, 12], "pivot": [32, 34, -2], "rotation": [-45, 0, 0], "uv": [186, 211]}, + {"origin": [-1.95, 35.05, -7.95], "size": [-3.1, -2.1, -12.1], "pivot": [-3, 29, -6], "rotation": [-42.5, 0, 0], "uv": [0, 0]}, + {"origin": [14.05, 36.05, -5.95], "size": [-3.1, -1.1, -12.1], "pivot": [13, 31, -4], "rotation": [-45, 0, 0], "uv": [0, 0]}, + {"origin": [5.05, 36.05, -7.95], "size": [-3.1, -2.1, -12.1], "pivot": [4, 30, -6], "rotation": [-42.5, 0, 0], "uv": [0, 0]}, + {"origin": [24.05, 38.05, -3.95], "size": [-3.1, -1.1, -12.1], "pivot": [23, 33, -2], "rotation": [-45, 0, 0], "uv": [0, 0]}, + {"origin": [33.05, 39.05, -3.95], "size": [-3.1, -1.1, -12.1], "pivot": [32, 34, -2], "rotation": [-45, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "larm", + "parent": "riblefttop", + "pivot": [-3, 44, -8], + "cubes": [ + {"origin": [-2, 45, -17], "size": [3, 3, 14], "pivot": [0, 41, -9], "rotation": [49.11421, -26.66839, -27.40216], "uv": [167, 27]}, + {"origin": [0, 38, -20], "size": [5, 5, 7], "pivot": [4, 34, -16], "rotation": [41.04978, 39.13922, 12.70142], "uv": [0, 108]}, + {"origin": [1, 39, -36], "size": [3, 3, 17], "pivot": [4, 34, -16], "rotation": [41.04978, 39.13922, 12.70142], "uv": [5, 129]}, + {"origin": [1.05, 48.05, -2.95], "size": [-3.1, -3.1, -14.1], "pivot": [0, 41, -9], "rotation": [49.11421, -26.66839, -27.40216], "uv": [0, 0]}, + {"origin": [5.05, 43.05, -12.95], "size": [-5.1, -5.1, -7.1], "pivot": [4, 34, -16], "rotation": [41.04978, 39.13922, 12.70142], "uv": [0, 0]}, + {"origin": [4.05, 42.05, -18.95], "size": [-3.1, -3.1, -17.1], "pivot": [4, 34, -16], "rotation": [41.04978, 39.13922, 12.70142], "uv": [0, 0]} + ] + }, + { + "name": "lhand", + "parent": "larm", + "pivot": [-8, 28, -29], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [-9.42592, 28.92845, -45.93689], "size": [3, 3, 24], "pivot": [-9, 30, -28], "rotation": [79.34481, 33.50749, 62.67659], "uv": [64, 97]}, + {"origin": [-16.42592, 28.92845, -30.93689], "size": [18, 2, 2], "pivot": [-9, 30, -28], "rotation": [79.34481, 33.50749, 62.67659], "uv": [170, 120]}, + {"origin": [-0.42592, 28.92845, -45.93689], "size": [3, 3, 24], "pivot": [-9, 30, -28], "rotation": [71.76318, 30.37064, 48.40375], "uv": [64, 97]}, + {"origin": [0.57408, 29.92845, -21.93689], "size": [1, 1, 5], "pivot": [-9, 30, -28], "rotation": [71.76318, 30.37064, 48.40375], "uv": [56, 149]}, + {"origin": [0.57408, 29.92845, -55.93689], "size": [1, 1, 10], "pivot": [-9, 30, -28], "rotation": [71.76318, 30.37064, 48.40375], "uv": [224, 227]}, + {"origin": [-17.42592, 28.92845, -45.93689], "size": [3, 3, 24], "pivot": [-9, 30, -28], "rotation": [84.36893, 34.57235, 71.63896], "uv": [64, 97]}, + {"origin": [-16.42592, 29.92845, -55.93689], "size": [1, 1, 10], "pivot": [-9, 30, -28], "rotation": [84.36893, 34.57235, 71.63896], "uv": [228, 115]}, + {"origin": [-16.42592, 29.92845, -21.93689], "size": [1, 1, 5], "pivot": [-9, 30, -28], "rotation": [84.36893, 34.57235, 71.63896], "uv": [75, 149]}, + {"origin": [-8.42592, 29.92845, -55.93689], "size": [1, 1, 10], "pivot": [-9, 30, -28], "rotation": [79.34481, 33.50749, 62.67659], "uv": [230, 44]}, + {"origin": [-8.42592, 29.92845, -21.93689], "size": [1, 1, 5], "pivot": [-9, 30, -28], "rotation": [79.34481, 33.50749, 62.67659], "uv": [82, 150]}, + {"origin": [-7.37592, 30.97845, -16.88689], "size": [-1.1, -1.1, -5.1], "pivot": [-9, 30, -28], "rotation": [79.34481, 33.50749, 62.67659], "uv": [0, 0]}, + {"origin": [-7.37592, 30.97845, -45.88689], "size": [-1.1, -1.1, -10.1], "pivot": [-9, 30, -28], "rotation": [79.34481, 33.50749, 62.67659], "uv": [0, 0]}, + {"origin": [-15.37592, 30.97845, -16.88689], "size": [-1.1, -1.1, -5.1], "pivot": [-9, 30, -28], "rotation": [84.36893, 34.57235, 71.63896], "uv": [0, 0]}, + {"origin": [-15.37592, 30.97845, -45.88689], "size": [-1.1, -1.1, -10.1], "pivot": [-9, 30, -28], "rotation": [84.36893, 34.57235, 71.63896], "uv": [0, 0]}, + {"origin": [-14.37592, 31.97845, -21.88689], "size": [-3.1, -3.1, -24.1], "pivot": [-9, 30, -28], "rotation": [84.36893, 34.57235, 71.63896], "uv": [0, 0]}, + {"origin": [1.62408, 30.97845, -45.88689], "size": [-1.1, -1.1, -10.1], "pivot": [-9, 30, -28], "rotation": [71.76318, 30.37064, 48.40375], "uv": [0, 0]}, + {"origin": [1.62408, 30.97845, -16.88689], "size": [-1.1, -1.1, -5.1], "pivot": [-9, 30, -28], "rotation": [71.76318, 30.37064, 48.40375], "uv": [0, 0]}, + {"origin": [2.62408, 31.97845, -21.88689], "size": [-3.1, -3.1, -24.1], "pivot": [-9, 30, -28], "rotation": [71.76318, 30.37064, 48.40375], "uv": [0, 0]}, + {"origin": [1.62408, 30.97845, -28.88689], "size": [-18.1, -2.1, -2.1], "pivot": [-9, 30, -28], "rotation": [79.34481, 33.50749, 62.67659], "uv": [0, 0]}, + {"origin": [-6.37592, 31.97845, -21.88689], "size": [-3.1, -3.1, -24.1], "pivot": [-9, 30, -28], "rotation": [79.34481, 33.50749, 62.67659], "uv": [0, 0]} + ] + }, + { + "name": "schlong", + "parent": "middlespine", + "pivot": [0, 25, 0] + }, + { + "name": "shlognr", + "parent": "schlong", + "pivot": [0, 56, 5], + "rotation": [0, -12.5, -20], + "cubes": [ + {"origin": [-4, 56, 9], "size": [2, 2, 15], "pivot": [-3, 51, 10], "rotation": [18.29388, 16.66577, 5.41615], "uv": [126, 68]}, + {"origin": [-1.95, 58.05, 24.05], "size": [-2.1, -2.1, -15.1], "pivot": [-3, 51, 10], "rotation": [18.29388, 16.66577, 5.41615], "uv": [0, 0]} + ] + }, + { + "name": "rseg1", + "parent": "shlognr", + "pivot": [-6, 49, 10], + "rotation": [10, 17.5, 0] + }, + { + "name": "rseg2", + "parent": "rseg1", + "pivot": [-1, 58, 21], + "cubes": [ + {"origin": [-6.63553, 54.11339, 18.751], "size": [2, 2, 16], "pivot": [-5.63553, 49.11339, 9.751], "rotation": [18.29388, 16.66577, 5.41615], "uv": [125, 68]}, + {"origin": [-6.63553, 52.11339, 18.751], "size": [0, 2, 16], "pivot": [-5.63553, 49.11339, 9.751], "rotation": [18.29388, 16.66577, 5.41615], "uv": [40, 57]}, + {"origin": [-4.58553, 56.16339, 34.801], "size": [-2.1, -2.1, -16.1], "pivot": [-5.63553, 49.11339, 9.751], "rotation": [18.29388, 16.66577, 5.41615], "uv": [0, 0]}, + {"origin": [-7.63553, 48.11339, 30.751], "size": [4, 4, 14], "pivot": [-5.63553, 44.11339, 11.751], "rotation": [35.79388, 16.66577, 5.41615], "uv": [125, 69]}, + {"origin": [-3.58553, 52.16339, 44.801], "size": [-4.1, -4.1, -14.1], "pivot": [-5.63553, 44.11339, 11.751], "rotation": [35.79388, 16.66577, 5.41615], "uv": [0, 0]} + ] + }, + { + "name": "rseg3", + "parent": "rseg2", + "pivot": [1.36447, 68.11339, 34.751], + "cubes": [ + {"origin": [-4.10116, 51.00551, 41.16498], "size": [4, 4, 14], "pivot": [-2.10116, 47.00551, 22.16498], "rotation": [45.79388, 16.66577, 5.41615], "uv": [125, 69]}, + {"origin": [-0.05116, 55.05551, 55.21498], "size": [-4.1, -4.1, -14.1], "pivot": [-2.10116, 47.00551, 22.16498], "rotation": [45.79388, 16.66577, 5.41615], "uv": [0, 0]} + ] + }, + { + "name": "rseg4", + "parent": "rseg3", + "pivot": [5.89884, 73.00551, 39.16498], + "cubes": [ + {"origin": [-10.10116, 60.00551, 48.16498], "size": [4, 4, 19], "pivot": [-8.10116, 56.00551, 23.16498], "rotation": [1.32279, 52.14263, -32.19922], "uv": [120, 64]}, + {"origin": [-6.05116, 64.05551, 67.21498], "size": [-4.1, -4.1, -19.1], "pivot": [-8.10116, 56.00551, 23.16498], "rotation": [1.32279, 52.14263, -32.19922], "uv": [0, 0]} + ] + }, + { + "name": "rseg5", + "parent": "rseg4", + "pivot": [17.89884, 78.00551, 49.16498], + "cubes": [ + {"origin": [10.72445, 77.62282, 45.6676], "size": [4, 4, 15], "pivot": [14.89884, 78.00551, 44.16498], "rotation": [-26.17721, 52.14263, -32.19922], "uv": [124, 68]}, + {"origin": [14.77445, 81.67282, 60.7176], "size": [-4.1, -4.1, -15.1], "pivot": [14.89884, 78.00551, 44.16498], "rotation": [-26.17721, 52.14263, -32.19922], "uv": [0, 0]} + ] + }, + { + "name": "rseg6", + "parent": "rseg5", + "pivot": [23.89884, 78.00551, 50.16498], + "cubes": [ + {"origin": [9.72445, 80.62282, 56.6676], "size": [4, 4, 21], "pivot": [12.89884, 81.00551, 45.16498], "rotation": [-43.67721, 52.14263, -32.19922], "uv": [118, 62]}, + {"origin": [13.77445, 84.67282, 77.7176], "size": [-4.1, -4.1, -21.1], "pivot": [12.89884, 81.00551, 45.16498], "rotation": [-43.67721, 52.14263, -32.19922], "uv": [0, 0]} + ] + }, + { + "name": "rseg7", + "parent": "rseg6", + "pivot": [36.89884, 72.00551, 58.16498], + "cubes": [ + {"origin": [29.96711, 74.60573, 59.7681], "size": [3, 3, 15], "pivot": [31.89884, 76.00551, 57.16498], "rotation": [-61.17721, 52.14263, -32.19922], "uv": [125, 68]}, + {"origin": [33.01711, 77.65573, 74.8181], "size": [-3.1, -3.1, -15.1], "pivot": [31.89884, 76.00551, 57.16498], "rotation": [-61.17721, 52.14263, -32.19922], "uv": [0, 0]} + ] + }, + { + "name": "rseg8", + "parent": "rseg7", + "pivot": [44.89884, 66.00551, 60.16498], + "cubes": [ + {"origin": [29.96711, 76.60573, 69.7681], "size": [2, 2, 13], "pivot": [31.89884, 78.00551, 57.16498], "rotation": [-71.17721, 52.14263, -32.19922], "uv": [129, 70]}, + {"origin": [32.01711, 78.65573, 82.8181], "size": [-2.1, -2.1, -13.1], "pivot": [31.89884, 78.00551, 57.16498], "rotation": [-71.17721, 52.14263, -32.19922], "uv": [0, 0]} + ] + }, + { + "name": "rtip", + "parent": "rseg8", + "pivot": [50.89884, 50.00551, 63.16498], + "cubes": [ + {"origin": [30.96711, 76.17526, 77.81792], "size": [1, 1, 11], "pivot": [31.89884, 77.57504, 57.2148], "rotation": [-71.17721, 52.14263, -32.19922], "uv": [131, 72]}, + {"origin": [32.01711, 77.22526, 88.86792], "size": [-1.1, -1.1, -11.1], "pivot": [31.89884, 77.57504, 57.2148], "rotation": [-71.17721, 52.14263, -32.19922], "uv": [0, 0]} + ] + }, + { + "name": "schlongl", + "parent": "schlong", + "pivot": [0, 54, 0], + "rotation": [-2.61298, 9.65594, -15.22074], + "cubes": [ + {"origin": [-4, 55, -17], "size": [2, 2, 15], "pivot": [-3, 52, 0], "rotation": [-9.8225, -20.01833, -0.46322], "uv": [172, 191]}, + {"origin": [-1.95, 57.05, -1.95], "size": [-2.1, -2.1, -15.1], "pivot": [-3, 52, 0], "rotation": [-9.8225, -20.01833, -0.46322], "uv": [0, 0]} + ] + }, + { + "name": "lseg1", + "parent": "schlongl", + "pivot": [2, 56, -9], + "cubes": [ + {"origin": [-2.39806, 56.22905, -25.37701], "size": [2, 2, 15], "pivot": [-1.39806, 53.22905, -8.37701], "rotation": [-29.97799, -42.10993, 4.5854], "uv": [56, 149]}, + {"origin": [-2.39806, 54.22905, -25.37701], "size": [0, 2, 15], "pivot": [-1.39806, 53.22905, -8.37701], "rotation": [-29.97799, -42.10993, 4.5854], "uv": [40, 60]}, + {"origin": [-0.05152, 58.8279, -8.06884], "size": [-2.1, -2.1, -15.1], "pivot": [-1.39806, 58.22905, -8.37701], "rotation": [-29.97799, -42.10993, 4.5854], "uv": [0, 0]} + ] + }, + { + "name": "lsge2", + "parent": "lseg1", + "pivot": [6.60194, 58.22905, -11.37701], + "cubes": [ + {"origin": [-3.77633, 53.60554, -33.62902], "size": [4, 4, 14], "pivot": [-1.77633, 51.60554, -7.62902], "rotation": [-37.47799, -42.10993, 4.5854], "uv": [140, 38]}, + {"origin": [0.27367, 57.65554, -19.57902], "size": [-4.1, -4.1, -14.1], "pivot": [-1.77633, 51.60554, -7.62902], "rotation": [-37.47799, -42.10993, 4.5854], "uv": [0, 0]} + ] + }, + { + "name": "lseg3", + "parent": "lsge2", + "pivot": [9.22367, 68.60554, -19.62902], + "cubes": [ + {"origin": [-1.97543, 48.90097, -46.13717], "size": [4, 4, 15], "pivot": [0.02457, 46.90097, -10.13717], "rotation": [-52.47799, -42.10993, 4.5854], "uv": [139, 37]}, + {"origin": [2.07457, 52.95097, -31.08717], "size": [-4.1, -4.1, -15.1], "pivot": [0.02457, 46.90097, -10.13717], "rotation": [-52.47799, -42.10993, 4.5854], "uv": [0, 0]} + ] + }, + { + "name": "lseg4", + "parent": "lseg3", + "pivot": [15.02457, 72.90097, -23.13717], + "cubes": [ + {"origin": [-7.55457, 54.66421, -55.95863], "size": [4, 4, 19], "pivot": [-5.55457, 52.66421, -7.95863], "rotation": [15.00312, -63.11052, -55.36953], "uv": [135, 33]}, + {"origin": [-3.50457, 58.71421, -36.90863], "size": [-4.1, -4.1, -19.1], "pivot": [-5.55457, 52.66421, -7.95863], "rotation": [15.00312, -63.11052, -55.36953], "uv": [0, 0]} + ] + }, + { + "name": "lseg5", + "parent": "lseg4", + "pivot": [26.44543, 79.66421, -28.95863], + "cubes": [ + {"origin": [-13.55457, 62.66421, -65.95863], "size": [4, 4, 15], "pivot": [-11.55457, 60.66421, -9.95863], "rotation": [30.00312, -63.11052, -55.36953], "uv": [187, 12]}, + {"origin": [-9.50457, 66.71421, -50.90863], "size": [-4.1, -4.1, -15.1], "pivot": [-11.55457, 60.66421, -9.95863], "rotation": [30.00312, -63.11052, -55.36953], "uv": [0, 0]} + ] + }, + { + "name": "lseg6", + "parent": "lseg5", + "pivot": [31.44543, 82.66421, -32.95863], + "cubes": [ + {"origin": [30.58184, 79.65473, -51.92825], "size": [4, 4, 21], "pivot": [31.44543, 82.66421, -32.95863], "rotation": [32.00412, -59.8692, -45.09216], "uv": [119, 8]}, + {"origin": [34.63184, 83.70473, -30.87825], "size": [-4.1, -4.1, -21.1], "pivot": [31.44543, 82.66421, -32.95863], "rotation": [32.00412, -59.8692, -45.09216], "uv": [0, 0]} + ] + }, + { + "name": "lseg7", + "parent": "lseg6", + "pivot": [49.44543, 86.66421, -36.95863], + "cubes": [ + {"origin": [50.20107, 81.61715, -54.92825], "size": [3, 3, 16], "pivot": [50.06466, 84.62663, -40.95863], "rotation": [59.50412, -59.8692, -45.09216], "uv": [187, 12]}, + {"origin": [53.25107, 84.66715, -38.87825], "size": [-3.1, -3.1, -16.1], "pivot": [50.06466, 84.62663, -40.95863], "rotation": [59.50412, -59.8692, -45.09216], "uv": [0, 0]} + ] + }, + { + "name": "lseg8", + "parent": "lseg7", + "pivot": [59.06466, 78.62663, -40.95863], + "cubes": [ + {"origin": [53.20107, 82.61715, -61.92825], "size": [2, 2, 12], "pivot": [52.06466, 85.62663, -42.95863], "rotation": [79.50412, -59.8692, -45.09216], "uv": [192, 17]}, + {"origin": [55.25107, 84.66715, -49.87825], "size": [-2.1, -2.1, -12.1], "pivot": [52.06466, 85.62663, -42.95863], "rotation": [79.50412, -59.8692, -45.09216], "uv": [0, 0]} + ] + }, + { + "name": "tipl", + "parent": "lseg8", + "pivot": [59.06466, 76.62663, -37.95863], + "cubes": [ + {"origin": [54.20107, 82.61715, -66.92825], "size": [1, 1, 11], "pivot": [52.06466, 84.62663, -42.95863], "rotation": [79.50412, -59.8692, -45.09216], "uv": [194, 18]}, + {"origin": [55.25107, 83.66715, -55.87825], "size": [-1.1, -1.1, -11.1], "pivot": [52.06466, 84.62663, -42.95863], "rotation": [79.50412, -59.8692, -45.09216], "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/excadrill/excadrill.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/excadrill/excadrill.geo.json new file mode 100644 index 0000000..849f257 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/excadrill/excadrill.geo.json @@ -0,0 +1,193 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.excadrill", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "all", + "pivot": [0, 0, 0] + }, + { + "name": "leg_right", + "parent": "all", + "pivot": [-5, 3, 0], + "cubes": [ + {"origin": [-7, 0, -3], "size": [4, 6, 6], "uv": [35, 37]} + ] + }, + { + "name": "foot_right", + "parent": "leg_right", + "pivot": [-5, 0, 3], + "cubes": [ + {"origin": [-6, -3, 3], "size": [2, 3, 1], "uv": [0, 22]} + ] + }, + { + "name": "leg_left", + "parent": "all", + "pivot": [5, 3, 0], + "cubes": [ + {"origin": [3, 0, -3], "size": [4, 6, 6], "uv": [0, 37]} + ] + }, + { + "name": "foot_left", + "parent": "leg_left", + "pivot": [5, 0, 3], + "cubes": [ + {"origin": [4, -3, 3], "size": [2, 3, 1], "uv": [0, 18]} + ] + }, + { + "name": "body", + "parent": "all", + "pivot": [0, 5, 0.5], + "cubes": [ + {"origin": [-5, 4, -5], "size": [10, 8, 10], "uv": [0, 0]}, + {"origin": [-4, 12, -3], "size": [8, 3, 8], "uv": [0, 18]} + ] + }, + { + "name": "head", + "parent": "body", + "pivot": [0, 15, -0.5], + "cubes": [ + {"origin": [-3, 15, -2], "size": [6, 6, 5], "uv": [19, 32]}, + {"origin": [-2, 16, -6], "size": [4, 2, 4], "uv": [30, 49]}, + {"origin": [-3, 18, -6], "size": [6, 3, 4], "uv": [42, 21]}, + {"origin": [-2.01, 16.25, -4], "size": [0, 1, 2], "uv": [124, 125]}, + {"origin": [2.01, 16.25, -4], "size": [0, 1, 2], "uv": [124, 125]}, + {"origin": [2.01, 15, -4], "size": [0, 1, 2], "uv": [124, 125]}, + {"origin": [-2.01, 15, -4], "size": [0, 1, 2], "uv": [124, 125]} + ] + }, + { + "name": "snoot", + "parent": "head", + "pivot": [0, 17, -6], + "cubes": [ + {"origin": [-1, 16, -9], "size": [2, 2, 3], "uv": [36, 32]} + ] + }, + { + "name": "horn_drill", + "parent": "head", + "pivot": [0, 19.5, -3], + "cubes": [ + {"origin": [-3.5, 18.5, -8], "size": [7, 3, 6], "uv": [30, 0]}, + {"origin": [0, 18.5, -14], "size": [0, 6, 12], "uv": [0, 17]}, + {"origin": [-2.5, 18.5, -11], "size": [5, 2, 4], "uv": [0, 49]}, + {"origin": [-2.5, 18.5, -14], "size": [5, 0, 3], "uv": [61, 0]} + ] + }, + { + "name": "eye_right", + "parent": "head", + "pivot": [-2.01, 18, -4.25], + "cubes": [ + {"origin": [-2.01, 17.5, -4.75], "size": [0, 1, 1], "uv": [122, 126]} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [2.01, 18, -4.25], + "cubes": [ + {"origin": [2.01, 17.5, -4.75], "size": [0, 1, 1], "uv": [122, 126]} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [0, 15.5, -3], + "cubes": [ + {"origin": [-2, 15, -6], "size": [4, 1, 4], "uv": [49, 34]} + ] + }, + { + "name": "arm_left", + "parent": "body", + "pivot": [4, 14, 1], + "cubes": [ + {"origin": [4, 13, -1], "size": [2, 2, 4], "uv": [54, 54]}, + {"origin": [5, 15, -2], "size": [1, 0, 6], "uv": [2, 0]}, + {"origin": [6, 12.5, -3], "size": [5, 3, 8], "uv": [32, 10]} + ] + }, + { + "name": "claw_left_front", + "parent": "arm_left", + "pivot": [11, 13.5, -1.5], + "cubes": [ + {"origin": [11, 12.5, -3], "size": [4, 2, 3], "uv": [15, 52]}, + {"origin": [15, 12.5, -2], "size": [2, 0, 2], "uv": [0, 8]} + ] + }, + { + "name": "claw_left_middle", + "parent": "arm_left", + "pivot": [11, 13.5, 1], + "cubes": [ + {"origin": [11, 12.5, -1], "size": [5, 2, 4], "uv": [46, 28]}, + {"origin": [16, 12.5, 0], "size": [1, 0, 2], "uv": [4, 8]} + ] + }, + { + "name": "claw_left_back", + "parent": "arm_left", + "pivot": [11, 13.5, 3.5], + "cubes": [ + {"origin": [11, 12.5, 2], "size": [4, 2, 3], "uv": [50, 9]}, + {"origin": [15, 12.5, 2], "size": [2, 0, 2], "uv": [0, 4]} + ] + }, + { + "name": "arm_right", + "parent": "body", + "pivot": [-4, 14, 1], + "cubes": [ + {"origin": [-6, 13, -1], "size": [2, 2, 4], "uv": [42, 54]}, + {"origin": [-6, 15, -2], "size": [1, 0, 6], "uv": [0, 0]}, + {"origin": [-11, 12.5, -3], "size": [5, 3, 8], "uv": [24, 21]} + ] + }, + { + "name": "claw_right_front", + "parent": "arm_right", + "pivot": [-11, 13.5, -1.25], + "cubes": [ + {"origin": [-15, 12.5, -3], "size": [4, 2, 3], "uv": [46, 49]}, + {"origin": [-17, 12.5, -2], "size": [2, 0, 2], "uv": [0, 0]} + ] + }, + { + "name": "claw_right_back", + "parent": "arm_right", + "pivot": [-11, 13.5, 3.5], + "cubes": [ + {"origin": [-15, 12.5, 2], "size": [4, 2, 3], "uv": [50, 0]}, + {"origin": [-17, 12.5, 2], "size": [2, 0, 2], "uv": [0, 2]} + ] + }, + { + "name": "claw_right_middle", + "parent": "arm_right", + "pivot": [-11, 13.5, 1], + "cubes": [ + {"origin": [-16, 12.5, -1], "size": [5, 2, 4], "uv": [16, 45]}, + {"origin": [-17, 12.5, 0], "size": [1, 0, 2], "uv": [6, 6]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/feebas.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/feebas.geo.json new file mode 100644 index 0000000..04701a8 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/feebas.geo.json @@ -0,0 +1,135 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.feebas", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "root", + "pivot": [0, 0, 0] + }, + { + "name": "feebas", + "parent": "root", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "feebas", + "pivot": [0, 10.16667, -0.25], + "cubes": [ + {"origin": [-2.5, 4, -6.5], "size": [5, 11, 5], "inflate": 0.01, "uv": [15, 11]}, + {"origin": [-2, 5, -8.5], "size": [4, 9, 2], "uv": [30, 27]}, + {"origin": [0, 14.2, -5], "size": [0, 7, 7], "pivot": [0, 15, -4], "rotation": [-10, 0, 0], "uv": [0, 24]} + ] + }, + { + "name": "lipup", + "parent": "body", + "pivot": [0, 7.5, -8.25], + "rotation": [-7.5, 0, 0], + "cubes": [ + {"origin": [-2, 7, -8.25], "size": [4, 1, 1], "inflate": 0.01, "uv": [15, 2]}, + {"origin": [-2, 7, -9.25], "size": [4, 1, 1], "inflate": 0.01, "uv": [15, 2]} + ] + }, + { + "name": "lipdown", + "parent": "body", + "pivot": [0, 6.25, -8.15], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [-2, 5.75, -9.15], "size": [4, 1, 1], "inflate": 0.01, "uv": [15, 0]}, + {"origin": [-2, 5.75, -8.15], "size": [4, 1, 1], "inflate": 0.01, "uv": [15, 0]} + ] + }, + { + "name": "eyes", + "parent": "body", + "pivot": [0.5, 10.45, -5] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-2.615, 10.45, -4], + "cubes": [ + {"origin": [-2.53, 9.95, -4.9], "size": [0, 1, 1], "uv": [0, 0]} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-2.015, 10.45, -3.905], + "cubes": [ + {"origin": [-2.515, 8.95, -5.405], "size": [1, 3, 2], "inflate": 0.01, "uv": [20, 4]} + ] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [2.515, 10.45, -4.1], + "cubes": [ + {"origin": [2.529, 9.95, -5], "size": [0, 1, 1], "uv": [0, 1]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [1.915, 10.45, -4.005], + "cubes": [ + {"origin": [1.516, 8.95, -5.505], "size": [1, 3, 2], "inflate": 0.01, "uv": [35, 13]} + ] + }, + { + "name": "fin_right", + "parent": "body", + "pivot": [-2.5, 8, -4], + "rotation": [0, -30, 0], + "cubes": [ + {"origin": [-2.5, 5, -4], "size": [0, 4, 8], "uv": [12, 19]} + ] + }, + { + "name": "fin_left", + "parent": "body", + "pivot": [2.5, 8, -4], + "rotation": [0, 30, 0], + "cubes": [ + {"origin": [2.5, 5, -4], "size": [0, 4, 8], "uv": [14, 23]} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [0, 9.5, -2.5], + "cubes": [ + {"origin": [-2.5, 4, -2.5], "size": [5, 11, 5], "uv": [0, 0]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 9.5, 2], + "cubes": [ + {"origin": [-1.5, 5, 1], "size": [3, 9, 4], "uv": [30, 0]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 9.5, 5], + "cubes": [ + {"origin": [0, 2.5, 5], "size": [0, 14, 6], "uv": [0, 10]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/finizen/finizen.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/finizen/finizen.geo.json new file mode 100644 index 0000000..e3edf3b --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/finizen/finizen.geo.json @@ -0,0 +1,126 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.palafin", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 4, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "bone2", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "bone2", + "pivot": [-0.5, 9, -4.47189], + "cubes": [ + {"origin": [-4.5, 5, -12.47189], "size": [8, 8, 16], "uv": [0, 0]} + ] + }, + { + "name": "fin_left", + "parent": "body", + "pivot": [3.5, 7, -4.875], + "cubes": [ + {"origin": [3.5, 7, -7.375], "size": [6, 0, 5], "uv": [-5, 51]} + ] + }, + { + "name": "bone4", + "parent": "fin_left", + "pivot": [9.5, 7, -4.375], + "cubes": [ + {"origin": [9.5, 7, -6.375], "size": [4, 0, 4], "uv": [-4, 56]} + ] + }, + { + "name": "fin_right", + "parent": "body", + "pivot": [-4.6, 7, -4.875], + "cubes": [ + {"origin": [-10.6, 7, -7.375], "size": [6, 0, 5], "uv": [-5, 51], "mirror": true} + ] + }, + { + "name": "bone3", + "parent": "fin_right", + "pivot": [-10.6, 7, -4.375], + "cubes": [ + {"origin": [-14.6, 7, -6.375], "size": [4, 0, 4], "uv": [-4, 56], "mirror": true} + ] + }, + { + "name": "back_tail", + "parent": "body", + "pivot": [-0.5, 7.45, 2.52811], + "rotation": [-12.5, 0, 0] + }, + { + "name": "bone5", + "parent": "back_tail", + "pivot": [-0.5, 7.46173, 3.52804], + "cubes": [ + {"origin": [-2.525, 4.96173, 1.52804], "size": [4, 6, 7], "uv": [0, 24]} + ] + }, + { + "name": "bone6", + "parent": "bone5", + "pivot": [-0.5, 6.48205, 8.19014], + "cubes": [ + {"origin": [-2, 5.11228, 5.42875], "size": [3, 3, 7], "uv": [15, 30]} + ] + }, + { + "name": "bone", + "parent": "bone6", + "pivot": [-0.55, 6.78066, 11.93935], + "cubes": [ + {"origin": [-6.05, 5.86228, 11.35375], "size": [11, 0, 7], "pivot": [-0.575, 6.71228, 10.70375], "rotation": [12.5, 0, 0], "uv": [-7, 44]} + ] + }, + { + "name": "eye_right", + "parent": "body", + "pivot": [-1, 0, -3.47189], + "cubes": [ + {"origin": [-4.51, 7.5, -10.99689], "size": [1, 2, 1], "uv": [0, 37], "mirror": true}, + {"origin": [-4.69, 8.85, -11.32189], "size": [1, 1, 1], "inflate": -0.175, "uv": [0, 41], "mirror": true} + ] + }, + { + "name": "eye_left", + "parent": "body", + "pivot": [0, 0, -3.47189], + "cubes": [ + {"origin": [2.51, 7.5, -10.99689], "size": [1, 2, 1], "uv": [0, 37]}, + {"origin": [2.69, 8.85, -11.32189], "size": [1, 1, 1], "inflate": -0.175, "uv": [0, 41]} + ] + }, + { + "name": "mouth", + "parent": "body", + "pivot": [-0.525, 6.01288, -13.69827], + "cubes": [ + {"origin": [-2.025, 5.125, -15.09689], "size": [3, 1, 3], "pivot": [-0.025, 5.525, -11.89689], "rotation": [2.5, 0, 0], "uv": [1, 1]}, + {"origin": [-2.025, 5.975, -15.29689], "size": [3, 1, 3], "uv": [1, 6]} + ] + }, + { + "name": "fi_top", + "parent": "mouth", + "pivot": [0.04525, 13.05, -4.12338], + "cubes": [ + {"origin": [-5.25475, 12.075, -3.17338], "size": [8, 1, 4], "pivot": [0.04525, 13.05, -4.12338], "rotation": [0, 35, 90], "uv": [28, 30]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/flapple/flapple.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/flapple/flapple.geo.json new file mode 100644 index 0000000..61f3ec2 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/flapple/flapple.geo.json @@ -0,0 +1,335 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 4, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "flapple", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "flapple", + "pivot": [0, 19, 2] + }, + { + "name": "head_worm", + "parent": "body", + "pivot": [0, 8, 0] + }, + { + "name": "torso", + "parent": "head_worm", + "pivot": [0, 20, 1], + "rotation": [12.5, 0, 0] + }, + { + "name": "neck", + "parent": "torso", + "pivot": [0, 20, 1], + "rotation": [25, 0, 0], + "cubes": [ + {"origin": [-1, 19.25, -1.075], "size": [2, 3, 2], "pivot": [0, 21.75, -0.075], "rotation": [32.5, 0, 0], "uv": [46, 5]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 21.32319, 0.22936], + "rotation": [-17.5, 0, 0], + "cubes": [ + {"origin": [-2, 21.25, -2.075], "size": [4, 3, 4], "uv": [32, 33]}, + {"origin": [2, 21.25, -2.075], "size": [1, 2, 2], "uv": [6, 52]}, + {"origin": [-3, 21.25, -2.075], "size": [1, 2, 2], "uv": [27, 51]}, + {"origin": [-1.5, 21.975, -4.1], "size": [3, 1, 4], "inflate": 0.025, "uv": [36, 0]}, + {"origin": [-1, 21.975, -6.15], "size": [2, 1, 2], "inflate": 0.025, "uv": [15, 51]}, + {"origin": [-1, 22.325, -6.7], "size": [2, 1, 1], "inflate": 0.125, "pivot": [0, 22.825, -6.2], "rotation": [-45, 0, 0], "uv": [52, 5]} + ] + }, + { + "name": "jaw", + "parent": "head", + "pivot": [0, 21.25466, -2.07027], + "rotation": [-5, 0, 0], + "cubes": [ + {"origin": [-1.5, 21.24249, -4.09167], "size": [3, 1, 2], "uv": [46, 38]} + ] + }, + { + "name": "anthena_1", + "parent": "head", + "pivot": [0, 23.725, 0], + "cubes": [ + {"origin": [-2, 24.7, -2.075], "size": [4, 1, 4], "uv": [0, 35]}, + {"origin": [-1.5, 24.675, 1.925], "size": [3, 1, 2], "pivot": [0, 25.7, 1.975], "rotation": [-24.5, 0, 0], "uv": [10, 46]}, + {"origin": [-1, 24.7, -4.075], "size": [2, 1, 2], "pivot": [0, 25.7, -2.075], "rotation": [22.5, 0, 0], "uv": [48, 50]}, + {"origin": [-0.5, 24.2, -1.5], "size": [1, 4, 2], "uv": [36, 47]} + ] + }, + { + "name": "anthena_2", + "parent": "anthena_1", + "pivot": [-0.5, 27.725, -1], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-0.5, 27.2, -1.25], "size": [1, 6, 1], "inflate": -0.075, "uv": [23, 51]} + ] + }, + { + "name": "eye", + "parent": "head", + "pivot": [1, 23.725, -1.375] + }, + { + "name": "right_eye", + "parent": "eye", + "pivot": [-1.7, 22.925, -3.025], + "rotation": [-10.73052, 46.55847, -14.62771], + "cubes": [ + {"origin": [-4.85, 22.925, -3], "size": [4, 5, 0], "inflate": 0.01, "pivot": [-2.15, 23.425, -3], "rotation": [0, 0, -12.5], "uv": [20, 46], "mirror": true}, + {"origin": [-3.2, 24.225, -3.025], "size": [1, 1, 0], "pivot": [-2.7, 25.225, -3.025], "rotation": [0, 0, -12.5], "uv": [0, 1], "mirror": true} + ] + }, + { + "name": "left_eye", + "parent": "eye", + "pivot": [1.7, 22.925, -3.025], + "rotation": [-10.73052, -46.55847, 14.62771], + "cubes": [ + {"origin": [0.85, 22.925, -3], "size": [4, 5, 0], "inflate": 0.01, "pivot": [2.15, 23.425, -3], "rotation": [0, 0, 12.5], "uv": [20, 46]}, + {"origin": [2.2, 24.225, -3.025], "size": [1, 1, 0], "pivot": [2.7, 25.225, -3.025], "rotation": [0, 0, 12.5], "uv": [0, 1]} + ] + }, + { + "name": "torso_main_mid", + "parent": "torso", + "pivot": [0, 19.85, 1.425], + "rotation": [30, 0, 0], + "cubes": [ + {"origin": [-1.5, 16.35, -0.075], "size": [3, 4, 3], "pivot": [0, 17.85, 1.425], "rotation": [12.5, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "torso_2", + "parent": "torso_main_mid", + "pivot": [0, 16.325, 1.65], + "rotation": [-55, 0, 0], + "cubes": [ + {"origin": [-1, 13.725, 0.7], "size": [2, 3, 2], "inflate": 0.325, "pivot": [0, 16.225, 1.7], "rotation": [32.5, 0, 0], "uv": [44, 45]} + ] + }, + { + "name": "torso_3", + "parent": "torso_2", + "pivot": [0, 12.325, 2.65], + "rotation": [-37.5, 0, 0], + "cubes": [ + {"origin": [-1, 9.725, 1.7], "size": [2, 5, 2], "inflate": 0.125, "pivot": [0, 12.225, 2.7], "rotation": [32.5, 0, 0], "uv": [38, 40]} + ] + }, + { + "name": "torso_4", + "parent": "torso_3", + "pivot": [0, 10.95, 3.55], + "rotation": [-57.5, 0, 0], + "cubes": [ + {"origin": [-1, 6.55665, 4.20876], "size": [2, 5, 2], "inflate": -0.025, "pivot": [0, 9.05665, 5.20876], "rotation": [32.5, 0, 0], "uv": [30, 40]} + ] + }, + { + "name": "appleshell_bot", + "parent": "torso_4", + "pivot": [0, 8.70357, 4.48214], + "rotation": [107.86139, 17.05157, -42.30098], + "cubes": [ + {"origin": [-6, 6.025, -1.375], "size": [12, 1, 12], "uv": [0, 0]}, + {"origin": [-4.99072, 4.025, -0.375], "size": [10, 2, 10], "uv": [0, 13]}, + {"origin": [-6, 7.025, -1.375], "size": [11, 1, 1], "uv": [0, 25]}, + {"origin": [-3, 8.025, -1.375], "size": [5, 2, 1], "uv": [40, 22]}, + {"origin": [-1, 10.025, -1.375], "size": [3, 2, 1], "uv": [9, 49]}, + {"origin": [-5, 9.025, 9.625], "size": [3, 3, 1], "uv": [28, 47]}, + {"origin": [-6, 7.025, 9.625], "size": [5, 2, 1], "uv": [40, 28]}, + {"origin": [-1, 7.025, 9.625], "size": [3, 1, 1], "uv": [50, 45]}, + {"origin": [2, 7.025, 9.625], "size": [4, 5, 1], "uv": [20, 40]}, + {"origin": [-7, 10.025, 4.625], "size": [3, 2, 1], "pivot": [-5.5, 9.775, 5.125], "rotation": [0, 90, 0], "uv": [0, 50]}, + {"origin": [-7, 8.025, 4.625], "size": [5, 2, 1], "pivot": [-5.5, 7.775, 5.125], "rotation": [0, 90, 0], "uv": [40, 25]}, + {"origin": [2, 7.025, 1.625], "size": [5, 2, 1], "pivot": [5.5, 6.775, 2.125], "rotation": [0, -90, 0], "uv": [0, 7]}, + {"origin": [4, 7.025, 4.625], "size": [3, 1, 1], "pivot": [5.5, 6.775, 5.125], "rotation": [0, -90, 0], "uv": [50, 3]}, + {"origin": [4, 7.025, 7.625], "size": [3, 5, 1], "pivot": [5.5, 6.775, 8.125], "rotation": [0, -90, 0], "uv": [16, 27]}, + {"origin": [4, 9.025, 0.625], "size": [3, 3, 1], "pivot": [5.5, 8.775, 1.125], "rotation": [0, -90, 0], "uv": [46, 41]}, + {"origin": [-13, 7.025, 1.625], "size": [10, 1, 1], "pivot": [-5.5, 9.775, 2.125], "rotation": [0, 90, 0], "uv": [30, 13]} + ] + }, + { + "name": "torso_5", + "parent": "torso_4", + "pivot": [-0.5, 6.93165, 6.43376], + "rotation": [-31, 0, 0], + "cubes": [ + {"origin": [-1, 4.25746, 5.78945], "size": [2, 4, 1], "inflate": -0.05, "pivot": [0, 6.75746, 6.78945], "rotation": [32.5, 0, 0], "uv": [42, 50]} + ] + }, + { + "name": "arm_right", + "parent": "torso", + "pivot": [-1, 18.775, 1.85], + "cubes": [ + {"origin": [-5, 18.275, 0.85], "size": [4, 1, 1], "uv": [46, 20], "mirror": true} + ] + }, + { + "name": "wind_right", + "parent": "arm_right", + "pivot": [-2.2, 19.775, 1.425], + "rotation": [39.44218, 24.88481, 4.65717], + "cubes": [ + {"origin": [-10.2, 16.775, 1.425], "size": [4, 6, 1], "uv": [36, 5], "mirror": true}, + {"origin": [-9.2, 14.775, 1.425], "size": [2, 2, 1], "uv": [0, 53], "mirror": true}, + {"origin": [-6.2, 17.775, 1.425], "size": [4, 5, 1], "uv": [10, 40], "mirror": true}, + {"origin": [-6.2, 16.775, 1.425], "size": [1, 1, 1], "uv": [0, 35], "mirror": true} + ] + }, + { + "name": "bone3", + "parent": "wind_right", + "pivot": [-10.18536, 22.76, 2.42785], + "rotation": [0, -32.5, 0], + "cubes": [ + {"origin": [-17.20924, 17.765, 1.42331], "size": [7, 6, 1], "inflate": 0.01, "uv": [16, 33], "mirror": true}, + {"origin": [-16.20924, 15.765, 1.42331], "size": [4, 2, 1], "inflate": 0.01, "uv": [46, 0], "mirror": true}, + {"origin": [-15.20924, 13.765, 1.42331], "size": [2, 2, 1], "inflate": 0.01, "uv": [52, 47], "mirror": true} + ] + }, + { + "name": "bone4", + "parent": "bone3", + "pivot": [-17.25424, 20.265, 2.64831], + "rotation": [0, -40, 0], + "cubes": [ + {"origin": [-24.37562, 17.765, 1.45112], "size": [7, 7, 1], "inflate": 0.01, "uv": [0, 27], "mirror": true}, + {"origin": [-23.37562, 14.765, 1.45112], "size": [4, 3, 1], "inflate": 0.01, "uv": [0, 46], "mirror": true}, + {"origin": [-22.37562, 12.765, 1.45112], "size": [2, 2, 1], "inflate": 0.01, "uv": [52, 28], "mirror": true} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-5.025, 18.75, 1.85], + "cubes": [ + {"origin": [-9, 18.275, 0.85], "size": [4, 1, 1], "inflate": 0.01, "uv": [46, 10], "mirror": true} + ] + }, + { + "name": "arm_right5", + "parent": "arm_right2", + "pivot": [-8.375, 19.675, 2.3], + "rotation": [0, 0, -60], + "cubes": [ + {"origin": [-10.9, 19.025, 1.325], "size": [2, 1, 0], "inflate": 0.01, "uv": [36, 0], "mirror": true} + ] + }, + { + "name": "arm_right4", + "parent": "arm_right2", + "pivot": [-8.375, 18, 2.325], + "rotation": [0, 0, 60], + "cubes": [ + {"origin": [-10.875, 17.65, 1.35], "size": [2, 1, 0], "inflate": 0.01, "uv": [36, 1], "mirror": true} + ] + }, + { + "name": "arm_right3", + "parent": "arm_right2", + "pivot": [-8.025, 18.275, 2.3], + "cubes": [ + {"origin": [-10.4, 18.275, 1.3], "size": [3, 1, 0], "inflate": 0.01, "uv": [48, 37], "mirror": true} + ] + }, + { + "name": "arm_left", + "parent": "torso", + "pivot": [1, 18.775, 1.85], + "cubes": [ + {"origin": [1, 18.275, 0.85], "size": [4, 1, 1], "uv": [46, 20]} + ] + }, + { + "name": "wind_left", + "parent": "arm_left", + "pivot": [2.2, 19.775, 1.425], + "rotation": [39.44218, -24.88481, -4.65717], + "cubes": [ + {"origin": [6.2, 16.775, 1.425], "size": [4, 6, 1], "uv": [36, 5]}, + {"origin": [7.2, 14.775, 1.425], "size": [2, 2, 1], "uv": [0, 53]}, + {"origin": [2.2, 17.775, 1.425], "size": [4, 5, 1], "uv": [10, 40]}, + {"origin": [5.2, 16.775, 1.425], "size": [1, 1, 1], "uv": [0, 35]} + ] + }, + { + "name": "bone", + "parent": "wind_left", + "pivot": [10.18536, 22.76, 2.42785], + "rotation": [0, 32.5, 0], + "cubes": [ + {"origin": [10.20924, 17.765, 1.42331], "size": [7, 6, 1], "inflate": 0.01, "uv": [16, 33]}, + {"origin": [12.20924, 15.765, 1.42331], "size": [4, 2, 1], "inflate": 0.01, "uv": [46, 0]}, + {"origin": [13.20924, 13.765, 1.42331], "size": [2, 2, 1], "inflate": 0.01, "uv": [52, 47]} + ] + }, + { + "name": "bone2", + "parent": "bone", + "pivot": [17.25424, 20.265, 2.64831], + "rotation": [0, 40, 0], + "cubes": [ + {"origin": [17.37562, 17.765, 1.45112], "size": [7, 7, 1], "inflate": 0.01, "uv": [0, 27]}, + {"origin": [19.37562, 14.765, 1.45112], "size": [4, 3, 1], "inflate": 0.01, "uv": [0, 46]}, + {"origin": [20.37562, 12.765, 1.45112], "size": [2, 2, 1], "inflate": 0.01, "uv": [52, 28]} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [5.025, 18.75, 1.85], + "cubes": [ + {"origin": [5, 18.275, 0.85], "size": [4, 1, 1], "inflate": 0.01, "uv": [46, 10]} + ] + }, + { + "name": "arm_left5", + "parent": "arm_left2", + "pivot": [8.375, 19.675, 2.3], + "rotation": [0, 0, 60], + "cubes": [ + {"origin": [8.9, 19.025, 1.325], "size": [2, 1, 0], "inflate": 0.01, "uv": [36, 0]} + ] + }, + { + "name": "arm_left4", + "parent": "arm_left2", + "pivot": [8.375, 18, 2.325], + "rotation": [0, 0, -60], + "cubes": [ + {"origin": [8.875, 17.65, 1.35], "size": [2, 1, 0], "inflate": 0.01, "uv": [36, 1]} + ] + }, + { + "name": "arm_left3", + "parent": "arm_left2", + "pivot": [8.025, 18.275, 2.3], + "cubes": [ + {"origin": [7.4, 18.275, 1.3], "size": [3, 1, 0], "inflate": 0.01, "uv": [48, 37]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/fluttermane.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/fluttermane.geo.json new file mode 100644 index 0000000..11f90d3 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/fluttermane.geo.json @@ -0,0 +1,798 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.fluttermane", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 6, + "visible_bounds_height": 5.5, + "visible_bounds_offset": [0, 2.25, 0] + }, + "bones": [ + { + "name": "mainrt", + "pivot": [0, 0, 0] + }, + { + "name": "fluttermane", + "parent": "mainrt", + "pivot": [0, 0, 0] + }, + { + "name": "head_main", + "parent": "fluttermane", + "pivot": [0, 20.8, -1.8] + }, + { + "name": "head", + "parent": "head_main", + "pivot": [0.65007, 21.37957, -2.24204] + }, + { + "name": "head_group", + "parent": "head", + "pivot": [-0.07288, 25.85396, -0.81259], + "cubes": [ + {"origin": [-4.57288, 21.30396, -6.22926], "size": [9, 9, 9], "uv": [0, 0]}, + {"origin": [3.92712, 22.30396, -5.22926], "size": [2, 7, 7], "uv": [52, 48]}, + {"origin": [-6.07288, 22.30396, -5.22926], "size": [2, 7, 7], "uv": [18, 50]}, + {"origin": [-3.07288, 29.30396, -5.22926], "size": [6, 2, 7], "uv": [44, 16]}, + {"origin": [-3.07288, 23.10396, 1.77074], "size": [6, 6, 5], "uv": [49, 36]} + ] + }, + { + "name": "horn", + "parent": "head", + "pivot": [-0.07288, 21.30396, -1.22926] + }, + { + "name": "horn1", + "parent": "horn", + "pivot": [0.02712, 29.30396, -4.72926], + "rotation": [-20, 0, 0], + "cubes": [ + {"origin": [-1.07288, 30.57171, -5.61076], "size": [2, 3, 2], "uv": [94, 40]} + ] + }, + { + "name": "bone3", + "parent": "horn1", + "pivot": [-0.07288, 32.97171, -4.61076], + "cubes": [ + {"origin": [-0.57288, 32.57171, -5.11076], "size": [1, 3, 1], "uv": [0, 47]} + ] + }, + { + "name": "horn2", + "parent": "horn", + "pivot": [-0.07288, 29.80396, -0.92926], + "rotation": [-27, 0, 0], + "cubes": [ + {"origin": [-1.07288, 30.69427, -2.00352], "size": [2, 3, 2], "uv": [16, 86]} + ] + }, + { + "name": "bone4", + "parent": "horn2", + "pivot": [-0.07288, 32.99427, -1.00352], + "cubes": [ + {"origin": [-0.57288, 33.69427, -1.50352], "size": [1, 3, 1], "uv": [27, 32]} + ] + }, + { + "name": "horn3", + "parent": "horn", + "pivot": [-0.07288, 27.70396, -0.22926], + "rotation": [-52, 0, 0], + "cubes": [ + {"origin": [-1.07288, 29.80879, -1.41875], "size": [2, 4, 2], "uv": [0, 0]} + ] + }, + { + "name": "bone5", + "parent": "horn3", + "pivot": [-0.07288, 33.00879, -0.41875], + "cubes": [ + {"origin": [-0.57288, 32.80879, -0.91875], "size": [1, 3, 1], "uv": [12, 31]} + ] + }, + { + "name": "hair_R", + "parent": "head", + "pivot": [-0.07288, 27.30396, -1.22926] + }, + { + "name": "face_feather", + "parent": "hair_R", + "pivot": [2.16887, 30.21322, -6.31686], + "cubes": [ + {"origin": [2.12712, 32.50396, -6.83189], "size": [3, 0, 4], "pivot": [4.76887, 32.11322, -5.21686], "rotation": [72.36724, 2.76144, 12.06366], "uv": [90, 93]} + ] + }, + { + "name": "face_feather_2", + "parent": "face_feather", + "pivot": [2.96887, 29.61322, -6.31686], + "cubes": [ + {"origin": [4.48838, 32.70396, -7.14209], "size": [2.5, 0, 3], "pivot": [4.76887, 32.11322, -5.21686], "rotation": [81.14181, 4.67616, 49.90208], "uv": [34, 16]} + ] + }, + { + "name": "hair_top_R_whole", + "parent": "hair_R", + "pivot": [3.82712, 43.12896, -4.87926], + "rotation": [54.43625, 3.39756, 15.56672] + }, + { + "name": "hair_top_R", + "parent": "hair_top_R_whole", + "pivot": [7.32272, 36.5404, -16.45873] + }, + { + "name": "bone7", + "parent": "hair_top_R", + "pivot": [7.37806, 35.822, -16.28371], + "cubes": [ + {"origin": [5.37806, 34.822, -18.28371], "size": [4, 2, 4], "pivot": [7.37806, 35.822, -16.28371], "rotation": [25, -14, -2.55178], "uv": [83, 28]} + ] + }, + { + "name": "hair_t_middle_R", + "parent": "hair_top_R", + "pivot": [6.72197, 36.0027, -15.53687], + "rotation": [-22.5, 0, 0] + }, + { + "name": "hair_t_middle_R3", + "parent": "hair_t_middle_R", + "pivot": [7.79397, 37.1109, -13.82362], + "cubes": [ + {"origin": [5.82712, 36.65647, -16.31919], "size": [4, 1, 5], "pivot": [7.37639, 37.44933, -13.81919], "rotation": [29.95367, 18.50914, 10.85342], "uv": [80, 7]} + ] + }, + { + "name": "hair_t_middle_R2", + "parent": "hair_t_middle_R", + "pivot": [8.67119, 37.80308, -12.4175], + "cubes": [ + {"origin": [6.76073, 36.97882, -12.33813], "size": [4, 1, 8], "pivot": [8.76073, 37.47882, -8.53813], "rotation": [-4.77714, 1.73487, 3.78419], "uv": [47, 26]} + ] + }, + { + "name": "hair_t_t_R", + "parent": "hair_t_middle_R2", + "pivot": [8.63401, 37.77906, -4.9735], + "rotation": [17.25002, 2.99318, -9.54589], + "cubes": [ + {"origin": [6.30643, 37.49285, -5.18645], "size": [4, 1, 3], "pivot": [8.16958, 37.71394, -3.59052], "rotation": [9.92905, -11.79265, 21.09154], "uv": [94, 6]} + ] + }, + { + "name": "feather_t_front_R", + "parent": "hair_t_t_R", + "pivot": [8.67698, 38.10797, -4.10954], + "cubes": [ + {"origin": [6.7207, 38.2557, -4.54162], "size": [3, 0, 5], "pivot": [8.22034, 38.16067, -4.24777], "rotation": [37.3152, -1.3744, 19.269], "uv": [87, 59]}, + {"origin": [7.43643, 37.75267, -4.30486], "size": [3, 0, 4], "pivot": [8.83636, 37.73895, -4.41662], "rotation": [54.30005, 18.60176, 33.73811], "uv": [91, 74]} + ] + }, + { + "name": "feather_t_back_R", + "parent": "hair_t_t_R", + "pivot": [8.16811, 37.89674, -0.93964], + "rotation": [-41, -11, 0], + "cubes": [ + {"origin": [5.81516, 38.51232, -2.61116], "size": [3, 0, 5], "pivot": [7.26239, 38.51145, -0.59274], "rotation": [44.15468, -15.04277, 13.45663], "uv": [87, 50]}, + {"origin": [7.89743, 36.82601, -2.52069], "size": [3, 0, 4], "pivot": [9.39743, 36.82601, -1.02069], "rotation": [44.87372, 11.10712, 49.97157], "uv": [90, 69]} + ] + }, + { + "name": "feather_top_R", + "parent": "hair_t_t_R", + "pivot": [8.99619, 38.0923, -3.56412] + }, + { + "name": "hair_top_right2", + "parent": "feather_top_R", + "pivot": [12.35686, 40.34574, -1.51972], + "rotation": [0, 30, 0] + }, + { + "name": "feather_t_r_1", + "parent": "hair_top_right2", + "pivot": [10.70312, 37.36468, -5.56118], + "rotation": [0, 20, 0], + "cubes": [ + {"origin": [8.62301, 39.41547, -5.28105], "size": [4, 0, 7], "pivot": [10.62301, 38.51547, -1.78105], "rotation": [-4.09461, -0.4466, -160.71074], "uv": [64, 23]} + ] + }, + { + "name": "feather_t_r_2", + "parent": "hair_top_right2", + "pivot": [10.18934, 38.05628, -5.0408], + "rotation": [0, 15, 0], + "cubes": [ + {"origin": [6.02248, 40.0544, -5.97656], "size": [5, 0, 11], "pivot": [7.83278, 39.83012, -2.51285], "rotation": [13.38143, -39.48523, 21.96875], "uv": [22, 20]} + ] + }, + { + "name": "hair_side_R_whole", + "parent": "hair_R", + "pivot": [15.45212, 41.25396, -4.27926], + "rotation": [0, 47.5, 0] + }, + { + "name": "hair_side_R", + "parent": "hair_side_R_whole", + "pivot": [9.52226, 25.93545, -13.19672], + "cubes": [ + {"origin": [8.58417, 23.41289, -13.14274], "size": [2, 4, 5], "pivot": [9.58417, 25.81289, -10.54274], "rotation": [-9.89866, 22.99857, -0.52339], "uv": [0, 82]} + ] + }, + { + "name": "hair_s_middle_R", + "parent": "hair_side_R", + "pivot": [10.86129, 25.71384, -9.12945], + "cubes": [ + {"origin": [9.11399, 23.20396, -9.58713], "size": [1, 4, 7], "pivot": [9.56399, 25.99013, -6.08713], "rotation": [5.79389, -16.66577, -5.41615], "uv": [73, 31]} + ] + }, + { + "name": "hait_side_top_R", + "parent": "hair_s_middle_R", + "pivot": [8.95611, 24.89635, -2.13593], + "rotation": [7.65298, 29.1617, 14.33672], + "cubes": [ + {"origin": [3.63713, 23.90626, -6.82014], "size": [1, 5, 10], "pivot": [4.13713, 26.25626, -1.82014], "rotation": [73.6566, -69.92228, -59.61362], "uv": [36, 38]} + ] + }, + { + "name": "feather_side_R", + "parent": "hait_side_top_R", + "pivot": [0.28825, 27.12222, -1.52082], + "cubes": [ + {"origin": [-3.09284, 24.58293, -2.99822], "size": [2, 6, 6], "pivot": [-2.44284, 27.08293, 1.26355], "rotation": [6.30195, -37.11587, -6.26883], "uv": [33, 68]} + ] + }, + { + "name": "feather_side_front_R", + "parent": "feather_side_R", + "pivot": [1.10234, 27.03364, -2.46255], + "rotation": [1, 0, 0], + "cubes": [ + {"origin": [-1.25143, 26.12386, -0.8255], "size": [0, 5, 7], "pivot": [-1.35143, 28.62386, 2.6745], "rotation": [16.83793, -27.13736, -1.8444], "uv": [79, 60]} + ] + }, + { + "name": "feather_side_front_R2", + "parent": "feather_side_front_R", + "pivot": [0.41828, 26.23303, -1.59486], + "cubes": [ + {"origin": [-1.18172, 23.93303, -0.79486], "size": [0, 4, 6], "pivot": [-1.58172, 26.23303, 2.20514], "rotation": [-15.80738, -31.86638, -6.03374], "uv": [34, 86]} + ] + }, + { + "name": "feather_side_back_R", + "parent": "feather_side_R", + "pivot": [-3.54629, 27.04285, 1.25737], + "cubes": [ + {"origin": [-3.67258, 25.98496, -1.86261], "size": [0, 5, 7], "pivot": [-3.54629, 27.04285, 1.25737], "rotation": [16.61395, -43.68519, -8.43374], "uv": [25, 79]}, + {"origin": [-3.77249, 23.95057, -1.56469], "size": [0, 4, 6], "pivot": [-3.54629, 27.04285, 1.25737], "rotation": [-11.53121, -46.76443, -7.48828], "uv": [9, 86]} + ] + }, + { + "name": "feather_side_top_R", + "parent": "feather_side_R", + "pivot": [-3.3448, 29.08293, 3.42065] + }, + { + "name": "f_s_t_1", + "parent": "feather_side_top_R", + "pivot": [-4.64166, 31.03837, 6.46349], + "cubes": [ + {"origin": [-4.64166, 29.03837, 0.96349], "size": [0, 4, 11], "pivot": [-4.64166, 31.03837, 6.46349], "rotation": [26.54835, -19.03771, -6.24605], "uv": [37, 0]} + ] + }, + { + "name": "f_s_t_2", + "parent": "feather_side_top_R", + "pivot": [-4.24114, 26.73304, 4.75317], + "cubes": [ + {"origin": [-4.24114, 25.66785, 1.95317], "size": [0, 3, 9], "pivot": [-4.24114, 26.73304, 4.75317], "rotation": [1.02585, -21.33517, -15.96615], "uv": [62, 54]} + ] + }, + { + "name": "f_s_t_3", + "parent": "feather_side_top_R", + "pivot": [-3.8559, 24.41384, 4.29797], + "cubes": [ + {"origin": [-3.74837, 22.96785, -0.20203], "size": [0, 3, 8], "pivot": [-3.8559, 24.41384, 4.29797], "rotation": [-11.97153, -28.61244, -29.88542], "uv": [0, 70]} + ] + }, + { + "name": "hair_L", + "parent": "head", + "pivot": [-0.07288, 27.30396, -1.22926] + }, + { + "name": "face_featherL", + "parent": "hair_L", + "pivot": [-4.91463, 32.11322, -5.21686] + }, + { + "name": "hair_top_L_whole", + "parent": "hair_L", + "pivot": [-3.97288, 43.12896, -4.87926], + "rotation": [54.43625, -3.39756, -15.56672] + }, + { + "name": "hair_top_L", + "parent": "hair_top_L_whole", + "pivot": [-7.56502, 36.50476, -16.41469] + }, + { + "name": "bone8", + "parent": "hair_top_L", + "pivot": [-7.52382, 35.822, -16.28371], + "cubes": [ + {"origin": [-9.52382, 34.822, -18.28371], "size": [4, 2, 4], "pivot": [-7.52382, 35.822, -16.28371], "rotation": [25, 14, 2.55178], "uv": [81, 43]} + ] + }, + { + "name": "hair_t_middle_L", + "parent": "hair_top_L", + "pivot": [-7.00807, 36.12135, -15.41389], + "rotation": [-22.5, 0, 0] + }, + { + "name": "hair_t_middle_L2", + "parent": "hair_t_middle_L", + "pivot": [-7.93973, 37.07287, -13.76885], + "cubes": [ + {"origin": [-9.97288, 36.61843, -16.26443], "size": [4, 1, 5], "pivot": [-7.52215, 37.41129, -13.76443], "rotation": [29.95367, -18.50914, -10.85342], "uv": [64, 79]} + ] + }, + { + "name": "hair_t_middle_L3", + "parent": "hair_t_middle_L", + "pivot": [-8.7804, 37.8146, -12.20937], + "cubes": [ + {"origin": [-10.80649, 36.94078, -12.28337], "size": [4, 1, 8], "pivot": [-8.80649, 37.44078, -8.48337], "rotation": [-4.77714, -1.73487, -3.78419], "uv": [0, 47]} + ] + }, + { + "name": "hair_t_t_L", + "parent": "hair_t_middle_L3", + "pivot": [-8.76573, 36.88337, -4.72627], + "rotation": [17.25002, -2.99318, 9.54589], + "cubes": [ + {"origin": [-10.76019, 37.03934, -4.88207], "size": [4, 1, 3], "pivot": [-8.62334, 37.26043, -3.28614], "rotation": [9.92905, 11.79265, -21.09154], "uv": [90, 35]} + ] + }, + { + "name": "feather_t_front_L", + "parent": "hair_t_t_L", + "pivot": [-9.17662, 37.45186, -4.02161], + "cubes": [ + {"origin": [-10.09933, 37.52863, -4.16176], "size": [3, 0, 5], "pivot": [-8.83226, 37.43324, -4.20789], "rotation": [37.3152, 1.3744, -19.269], "uv": [65, 86]}, + {"origin": [-10.71849, 37.12575, -3.89032], "size": [3, 0, 4], "pivot": [-9.48701, 36.88188, -4.1153], "rotation": [54.30005, -18.60176, -33.73811], "uv": [9, 73]} + ] + }, + { + "name": "feather_t_back_L", + "parent": "hair_t_t_L", + "pivot": [-8.62187, 37.44323, -0.63526], + "rotation": [-41, 11, 0], + "cubes": [ + {"origin": [-9.26892, 38.05881, -2.30678], "size": [3, 0, 5], "pivot": [-7.71615, 38.05794, -0.28836], "rotation": [44.15468, 15.04277, -13.45663], "uv": [86, 0]}, + {"origin": [-11.35119, 36.3725, -2.21631], "size": [3, 0, 4], "pivot": [-9.85119, 36.3725, -0.71631], "rotation": [44.87372, -11.10712, -49.97157], "uv": [36, 32]} + ] + }, + { + "name": "feather_top_L", + "parent": "hair_t_t_L", + "pivot": [-9.3641, 38.06614, -3.26214] + }, + { + "name": "hair_top_left2", + "parent": "feather_top_L", + "pivot": [-12.81062, 39.89223, -1.21534], + "rotation": [0, -30, 0] + }, + { + "name": "feather_t_L_3", + "parent": "hair_top_left2", + "pivot": [-10.91824, 37.21448, -6.41559], + "rotation": [0, -20, 0], + "cubes": [ + {"origin": [-12.66605, 38.96196, -4.96494], "size": [4, 0, 7], "pivot": [-10.66605, 38.06196, -1.46494], "rotation": [-4.09461, 0.4466, 160.71074], "uv": [64, 15]} + ] + }, + { + "name": "feather_t_L_4", + "parent": "hair_top_left2", + "pivot": [-10.59498, 37.24674, -4.70594], + "rotation": [0, -15, 0], + "cubes": [ + {"origin": [-11.48249, 39.60089, -5.65868], "size": [5, 0, 11], "pivot": [-8.29279, 39.37661, -2.19497], "rotation": [13.38143, 39.48523, -21.96875], "uv": [0, 19]} + ] + }, + { + "name": "hair_side_L_whole", + "parent": "hair_L", + "pivot": [-15.59788, 41.25396, -4.27926], + "rotation": [0, -47.5, 0] + }, + { + "name": "hair_side_L", + "parent": "hair_side_L_whole", + "pivot": [-9.74472, 25.81289, -13.0762], + "cubes": [ + {"origin": [-10.72993, 23.41289, -13.14274], "size": [2, 4, 5], "pivot": [-9.72993, 25.81289, -10.54274], "rotation": [-9.89866, -22.99857, 0.52339], "uv": [81, 74]} + ] + }, + { + "name": "hair_s_middle_L", + "parent": "hair_side_L", + "pivot": [-11.18964, 25.61568, -8.88501], + "cubes": [ + {"origin": [-10.35975, 23.40396, -9.38713], "size": [1, 4, 7], "pivot": [-9.80975, 26.19013, -5.88713], "rotation": [5.79389, 16.66577, 5.41615], "uv": [69, 67]} + ] + }, + { + "name": "hait_side_top_L", + "parent": "hair_s_middle_L", + "pivot": [-9.39661, 25.53077, -2.79961], + "rotation": [7.65298, -29.1617, -14.33672], + "cubes": [ + {"origin": [-5.14311, 24.51888, -7.37632], "size": [1, 5, 10], "pivot": [-4.64311, 26.86888, -2.37632], "rotation": [73.6566, 69.92228, 59.61362], "uv": [23, 32]} + ] + }, + { + "name": "feather_side_L", + "parent": "hait_side_top_L", + "pivot": [-0.85736, 27.74221, -1.75289], + "cubes": [ + {"origin": [0.58686, 25.19555, -3.5544], "size": [2, 6, 6], "pivot": [1.93686, 27.69555, 0.70737], "rotation": [6.30195, 37.11587, 6.26883], "uv": [52, 67]} + ] + }, + { + "name": "feather_side_front_L", + "parent": "feather_side_L", + "pivot": [-1.20832, 28.14626, -1.81873], + "rotation": [1, 0, 0], + "cubes": [ + {"origin": [0.74545, 26.7575, -1.39022], "size": [0, 5, 7], "pivot": [0.84545, 29.2575, 2.10978], "rotation": [16.83793, 27.13736, 1.8444], "uv": [43, 74]} + ] + }, + { + "name": "feather_side_front_L2", + "parent": "feather_side_front_L", + "pivot": [1.07574, 26.86667, 1.64042], + "cubes": [ + {"origin": [0.67574, 24.56667, -1.35958], "size": [0, 4, 6], "pivot": [1.07574, 26.86667, 1.64042], "rotation": [-15.80738, 31.86638, 6.03374], "uv": [52, 81]} + ] + }, + { + "name": "feather_side_back_L", + "parent": "feather_side_L", + "pivot": [3.04031, 27.65547, 0.70119], + "cubes": [ + {"origin": [3.1666, 26.59758, -2.41879], "size": [0, 5, 7], "pivot": [3.04031, 27.65547, 0.70119], "rotation": [16.61395, 43.68519, 8.43374], "uv": [17, 73]}, + {"origin": [3.26651, 24.56319, -2.12087], "size": [0, 4, 6], "pivot": [3.04031, 27.65547, 0.70119], "rotation": [-11.53121, 46.76443, 7.48828], "uv": [81, 17]} + ] + }, + { + "name": "feather_side_top_L", + "parent": "feather_side_L", + "pivot": [2.83882, 29.69555, 2.86447] + }, + { + "name": "f_s_t_4", + "parent": "feather_side_top_L", + "pivot": [4.13568, 31.65099, 5.90731], + "cubes": [ + {"origin": [4.13568, 29.65099, 0.40731], "size": [0, 4, 11], "pivot": [4.13568, 31.65099, 5.90731], "rotation": [26.54835, 19.03771, 6.24605], "uv": [0, 31]} + ] + }, + { + "name": "f_s_t_5", + "parent": "feather_side_top_L", + "pivot": [3.73516, 27.34566, 4.19699], + "cubes": [ + {"origin": [3.73516, 26.28047, 1.39699], "size": [0, 3, 9], "pivot": [3.73516, 27.34566, 4.19699], "rotation": [1.02585, 21.33517, 15.96615], "uv": [61, 2]} + ] + }, + { + "name": "f_s_t_6", + "parent": "feather_side_top_L", + "pivot": [3.34992, 25.02646, 3.74179], + "cubes": [ + {"origin": [3.24239, 23.58047, -0.75821], "size": [0, 3, 8], "pivot": [3.34992, 25.02646, 3.74179], "rotation": [-11.97153, 28.61244, 29.88542], "uv": [64, 40]} + ] + }, + { + "name": "hair_back", + "parent": "head", + "pivot": [-0.07288, 23.37896, 5.77074] + }, + { + "name": "hair_back_R", + "parent": "hair_back", + "pivot": [2.92712, 27.27896, 3.87074], + "rotation": [0, 17.5, 0], + "cubes": [ + {"origin": [0.89009, 25.27896, 2.5113], "size": [4, 4, 6], "uv": [0, 59]} + ] + }, + { + "name": "hair_back2_joint", + "parent": "hair_back_R", + "pivot": [2.89009, 27.27896, 5.5113], + "cubes": [ + {"origin": [1.89009, 26.27896, 8.5113], "size": [2, 2, 3], "uv": [94, 21]}, + {"origin": [0.89009, 27.27896, 7.5113], "size": [4, 0, 4], "uv": [74, 54]} + ] + }, + { + "name": "hair_backR3", + "parent": "hair_back2_joint", + "pivot": [2.89009, 27.27896, 10.5113], + "cubes": [ + {"origin": [2.39009, 26.77896, 10.5113], "size": [1, 1, 3], "uv": [30, 51]}, + {"origin": [0.89009, 27.27896, 11.5113], "size": [4, 0, 2], "uv": [76, 52]} + ] + }, + { + "name": "hair_back_L", + "parent": "hair_back", + "pivot": [-3.12288, 27.27896, 3.87074], + "rotation": [0, -17.5, 0], + "cubes": [ + {"origin": [-5.03817, 25.27896, 2.49627], "size": [4, 4, 6], "uv": [37, 57]} + ] + }, + { + "name": "hair_back2_joint2", + "parent": "hair_back_L", + "pivot": [-3.03817, 27.27896, 5.49627], + "cubes": [ + {"origin": [-4.03817, 26.27896, 8.49627], "size": [2, 2, 3], "uv": [0, 94]}, + {"origin": [-5.03817, 27.27896, 7.49627], "size": [4, 0, 4], "uv": [73, 2]} + ] + }, + { + "name": "hair_backL3", + "parent": "hair_back2_joint2", + "pivot": [-3.03817, 27.27896, 10.49627], + "cubes": [ + {"origin": [-3.53817, 26.77896, 10.49627], "size": [1, 1, 3], "uv": [27, 106]}, + {"origin": [-5.03817, 27.27896, 11.49627], "size": [4, 0, 2], "uv": [75, 0]} + ] + }, + { + "name": "hair_back_M", + "parent": "hair_back", + "pivot": [-0.07288, 27.27896, 3.72074], + "cubes": [ + {"origin": [-2.07288, 25.17896, 4.27074], "size": [4, 4, 6], "uv": [49, 0]} + ] + }, + { + "name": "hair_back2_joint3", + "parent": "hair_back_M", + "pivot": [0.02712, 27.27896, 7.27074], + "cubes": [ + {"origin": [-1.07288, 26.27896, 10.27074], "size": [2, 2, 3], "uv": [63, 67]}, + {"origin": [-2.07288, 27.27896, 9.27074], "size": [4, 0, 4], "uv": [14, 34]} + ] + }, + { + "name": "hair_backM3", + "parent": "hair_back2_joint3", + "pivot": [-0.07288, 27.27896, 12.27074], + "cubes": [ + {"origin": [-0.57288, 26.77896, 12.27074], "size": [1, 1, 3], "uv": [39, 106]}, + {"origin": [-2.07288, 27.27896, 13.27074], "size": [4, 0, 2], "uv": [16, 32]} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [-0.07288, 13.15396, -1.22926] + }, + { + "name": "close", + "parent": "mouth", + "pivot": [0.02712, 21.05396, -6.23926], + "cubes": [ + {"origin": [-1.49788, 22.90396, -6.23926], "size": [2, 1, 0], "uv": [0, 7]} + ] + }, + { + "name": "bone6", + "parent": "close", + "pivot": [1.00212, 23.65396, -6.23926], + "cubes": [ + {"origin": [0.50212, 23.15396, -6.23926], "size": [1, 1, 0], "uv": [5, 7]} + ] + }, + { + "name": "open", + "parent": "mouth", + "pivot": [-0.07288, 22.15396, -5.03926], + "cubes": [ + {"origin": [-1.57288, 22.57896, -6.03926], "size": [3, 2, 1], "uv": [51, 106]} + ] + }, + { + "name": "neck", + "parent": "head", + "pivot": [-0.07288, 21.50396, -3.22926], + "rotation": [35, 0, 0], + "cubes": [ + {"origin": [-2.07288, 18.00396, -4.09529], "size": [4, 4, 4], "uv": [28, 0]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [-0.07288, 13.30396, -1.22926] + }, + { + "name": "eye_R", + "parent": "eyes", + "pivot": [3.62712, 23.80396, -5.85426], + "rotation": [0, 0, 2.5], + "cubes": [ + {"origin": [1.95736, 24.54306, -6.37426], "size": [3, 2, 1], "uv": [72, 59]} + ] + }, + { + "name": "closer", + "parent": "eye_R", + "pivot": [3.43236, 26.39306, -5.02426], + "cubes": [ + {"origin": [1.95736, 24.54306, -5.47426], "size": [3, 3, 1], "uv": [1, 102]}, + {"origin": [1.40736, 25.74306, -5.57426], "size": [4, 2, 1], "uv": [2, 108]} + ] + }, + { + "name": "pupil", + "parent": "eye_R", + "pivot": [3.51322, 26.35669, -5.91043], + "cubes": [ + {"origin": [2.42191, 25.06378, -6.38426], "size": [2, 2, 1], "uv": [44, 19]} + ] + }, + { + "name": "pupil3", + "parent": "eye_R", + "pivot": [3.50463, 26.64524, -5.9366], + "cubes": [ + {"origin": [2.90473, 25.64088, -6.4366], "size": [1, 2, 1], "uv": [49, 0]} + ] + }, + { + "name": "eyeliner_R", + "parent": "eye_R", + "pivot": [2.63712, 25.80396, -4.86426], + "cubes": [ + {"origin": [1.41722, 24.2996, -6.35426], "size": [4, 3, 1], "uv": [44, 68]} + ] + }, + { + "name": "eye_L", + "parent": "eyes", + "pivot": [-3.77288, 23.80396, -5.85426], + "rotation": [0, 0, -2.5], + "cubes": [ + {"origin": [-5.10312, 24.54306, -6.37426], "size": [3, 2, 1], "uv": [71, 7]} + ] + }, + { + "name": "closel", + "parent": "eye_L", + "pivot": [-3.57812, 26.39306, -4.02426], + "cubes": [ + {"origin": [-5.55312, 25.74306, -4.57426], "size": [4, 2, 1], "uv": [14, 109], "mirror": true}, + {"origin": [-5.10312, 24.54306, -4.47426], "size": [3, 3, 1], "uv": [13, 103], "mirror": true} + ] + }, + { + "name": "pupil2", + "parent": "eye_L", + "pivot": [-3.66757, 26.06814, -5.88426], + "cubes": [ + {"origin": [-4.56766, 25.06378, -6.38426], "size": [2, 2, 1], "uv": [41, 0]} + ] + }, + { + "name": "pupil4", + "parent": "eye_L", + "pivot": [-3.65039, 26.64524, -5.9366], + "cubes": [ + {"origin": [-4.05048, 25.64088, -6.4366], "size": [1, 2, 1], "uv": [17, 47]} + ] + }, + { + "name": "eyeliner_L", + "parent": "eye_L", + "pivot": [-2.78288, 25.80396, -4.86426], + "cubes": [ + {"origin": [-5.56298, 24.2996, -6.35426], "size": [4, 3, 1], "uv": [44, 26]} + ] + }, + { + "name": "necklace", + "parent": "head_main", + "pivot": [-0.07288, 21.42021, -2.01121], + "rotation": [7.5, 0, 0], + "cubes": [ + {"origin": [3.20717, 20.94881, -1.83349], "size": [1, 1, 1], "pivot": [4.10717, 20.94881, -1.63349], "rotation": [-84.44605, -85.47702, 79.6821], "uv": [17, 39]}, + {"origin": [-4.35293, 20.94881, -1.83349], "size": [1, 1, 1], "pivot": [-4.25293, 20.94881, -1.63349], "rotation": [-84.44605, 85.47702, -79.6821], "uv": [12, 39]} + ] + }, + { + "name": "bone", + "parent": "necklace", + "pivot": [-4.63705, 20.804, -3.77579], + "cubes": [ + {"origin": [3.4194, 19.80156, -4.39755], "size": [2, 2, 2], "pivot": [4.49129, 20.804, -3.77579], "rotation": [-19.54234, -75.12522, 14.96202], "uv": [98, 12]}, + {"origin": [-5.56516, 19.80156, -4.39755], "size": [2, 2, 2], "pivot": [-4.63705, 20.804, -3.77579], "rotation": [-19.54234, 75.12522, -14.96202], "uv": [80, 97]} + ] + }, + { + "name": "necklace2", + "parent": "bone", + "pivot": [-0.07288, 20.48129, -5.74662], + "cubes": [ + {"origin": [-4.27464, 19.5497, -6.38354], "size": [2, 2, 2], "pivot": [-3.47464, 21.1497, -6.38354], "rotation": [-6.0812, 35.88374, -2.70287], "uv": [98, 0]}, + {"origin": [2.12888, 19.5497, -6.38354], "size": [2, 2, 2], "pivot": [3.32888, 21.1497, -6.38354], "rotation": [-6.0812, -35.88374, 2.70287], "uv": [89, 98]} + ] + }, + { + "name": "necklace3", + "parent": "necklace2", + "pivot": [-0.07288, 20.62477, -6.43292], + "cubes": [ + {"origin": [-1.57288, 18.5765, -9.23595], "size": [3, 3, 3], "pivot": [-0.07288, 10.41047, -2.90198], "rotation": [-7.5, 0, 0], "uv": [88, 14]} + ] + }, + { + "name": "Body", + "parent": "fluttermane", + "pivot": [-0.08515, 20.50051, -0.5], + "rotation": [35, 0, 0], + "cubes": [ + {"origin": [-2.57288, 11.9136, -6.27013], "size": [5, 12, 0], "pivot": [-0.08515, 14.43003, -6.29452], "rotation": [-30, 0, 0], "uv": [83, 84]}, + {"origin": [-2.57288, 11.9136, 4.82605], "size": [5, 10, 0], "pivot": [-0.08515, 14.43003, 4.85044], "rotation": [30, 0, 0], "uv": [69, 92]}, + {"origin": [-2.57288, 9.12736, -5.52356], "size": [5, 10, 0], "pivot": [-0.08515, 14.43003, -0.72204], "rotation": [0, -90, -30], "uv": [58, 92]}, + {"origin": [-2.57288, 9.12736, 4.07948], "size": [5, 10, 0], "pivot": [-0.08515, 14.43003, -0.72204], "rotation": [0, -90, 30], "uv": [47, 92]}, + {"origin": [-2.57288, 9.12736, -5.52356], "size": [5, 10, 0], "pivot": [-0.08515, 14.43003, -0.72204], "rotation": [-30, -45, 0], "uv": [22, 92]}, + {"origin": [-2.57288, 9.12736, 4.07948], "size": [5, 10, 0], "pivot": [-0.08515, 14.43003, -0.72204], "rotation": [30, -45, 0], "uv": [0, 31]}, + {"origin": [-2.57288, 9.12736, -5.52356], "size": [5, 10, 0], "pivot": [-0.08515, 14.43003, -0.72204], "rotation": [150, -45, -180], "uv": [22, 19]}, + {"origin": [-2.57288, 9.12736, 4.07948], "size": [5, 10, 0], "pivot": [-0.08515, 14.43003, -0.72204], "rotation": [-150, -45, 180], "uv": [0, 19]} + ] + }, + { + "name": "bone2", + "parent": "Body", + "pivot": [-0.08515, 14.43003, -0.72204], + "cubes": [ + {"origin": [-0.34076, 10.66828, -6.14561], "size": [4, 4, 0], "pivot": [-0.08515, 14.43003, -6.29452], "rotation": [-25.49879, 23.29149, 39.66001], "uv": [11, 97]}, + {"origin": [-0.34076, 10.66828, 4.70153], "size": [4, 4, 0], "pivot": [-0.08515, 14.43003, 4.85044], "rotation": [25.49879, -23.29149, 39.66001], "uv": [33, 97]}, + {"origin": [1.86265, 8.46487, -5.19292], "size": [4, 4, 0], "pivot": [-0.08515, 14.43003, -0.72204], "rotation": [-90, -45, 56], "uv": [96, 79]}, + {"origin": [1.86265, 8.46487, 3.74884], "size": [4, 4, 0], "pivot": [-0.08515, 14.43003, -0.72204], "rotation": [-90, -45, 124], "uv": [96, 27]}, + {"origin": [1.86265, 8.46487, 3.74884], "size": [4, 4, 0], "pivot": [-0.08515, 14.43003, -0.72204], "rotation": [-20.60502, -51.22364, 69.39498], "uv": [94, 84]}, + {"origin": [1.86265, 8.46487, -5.19292], "size": [4, 4, 0], "pivot": [-0.08515, 14.43003, -0.72204], "rotation": [-53.05864, -12.73274, 36.94136], "uv": [41, 87]}, + {"origin": [1.86265, 8.46487, -5.19292], "size": [4, 4, 0], "pivot": [-0.08515, 14.43003, -0.72204], "rotation": [-159.39498, -51.22364, 110.60502], "uv": [33, 81]}, + {"origin": [1.86265, 8.46487, 3.74884], "size": [4, 4, 0], "pivot": [-0.08515, 14.43003, -0.72204], "rotation": [-126.94136, -12.73274, 143.05864], "uv": [36, 37]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/fomantis/fomantis2.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/fomantis/fomantis2.geo.json new file mode 100644 index 0000000..73a61b3 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/fomantis/fomantis2.geo.json @@ -0,0 +1,321 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.fomantis", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "fomantis", + "pivot": [0, 0, 0.5] + }, + { + "name": "body", + "parent": "fomantis", + "pivot": [0, 0, 0.5], + "cubes": [ + {"origin": [-2.5, 1, -1.5], "size": [5, 6, 3], "uv": [0, 22]}, + {"origin": [-0.5, 1.35, 0.5], "size": [1, 1, 1], "inflate": 0.2, "pivot": [-0.5, 2.35, 1], "rotation": [45, 0, 0], "uv": [24, 14]} + ] + }, + { + "name": "head", + "parent": "body", + "pivot": [0, 9, 0.5], + "cubes": [ + {"origin": [-3.5, 7, -3], "size": [7, 5, 6], "uv": [0, 0]} + ] + }, + { + "name": "eyelid_left", + "parent": "head", + "pivot": [2.15, 9.25, -2.25], + "cubes": [ + {"origin": [1.15, 8.75, -2.75], "size": [2, 1, 0], "inflate": 0.05, "uv": [13, 4]} + ] + }, + { + "name": "eyelid_right", + "parent": "head", + "pivot": [-2.15, 9.25, -2.25], + "cubes": [ + {"origin": [-3.15, 8.75, -2.75], "size": [2, 1, 0], "inflate": 0.05, "uv": [13, 1], "mirror": true} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [2.25, 8.75, -3.25], + "cubes": [ + {"origin": [1.11671, 7.7621, -3.025], "size": [2, 2, 0], "uv": [26, 24]} + ] + }, + { + "name": "eye_left_shine", + "parent": "eye_left", + "pivot": [2.61588, 9.24915, -2.531], + "cubes": [ + {"origin": [2.11588, 8.74915, -3.02601], "size": [1, 1, 0], "uv": [17, 25]} + ] + }, + { + "name": "eye_left_iris", + "parent": "eye_left", + "pivot": [2.07635, 8.73481, -3], + "cubes": [ + {"origin": [1.61588, 7.72415, -3.226], "size": [1, 2, 1], "inflate": -0.2, "uv": [13, 22]} + ] + }, + { + "name": "eye_right", + "parent": "head", + "pivot": [-2.25, 8.75, -3.25], + "cubes": [ + {"origin": [-3.11671, 7.7621, -3.025], "size": [2, 2, 0], "uv": [16, 26], "mirror": true} + ] + }, + { + "name": "eye_right_shine", + "parent": "eye_right", + "pivot": [-1.61588, 9.24915, -2.631], + "cubes": [ + {"origin": [-2.11588, 8.74915, -3.026], "size": [1, 1, 0], "uv": [27, 6], "mirror": true} + ] + }, + { + "name": "eye_right_iris", + "parent": "eye_right", + "pivot": [-2.07635, 8.73481, -3], + "cubes": [ + {"origin": [-2.61588, 7.72415, -3.226], "size": [1, 2, 1], "inflate": -0.2, "uv": [20, 0], "mirror": true} + ] + }, + { + "name": "headleaf_mid", + "parent": "head", + "pivot": [0, 11.75, -2.5], + "rotation": [-7.5, 0, 0], + "cubes": [ + {"origin": [-1.5, 10, -3.75], "size": [3, 3, 4], "uv": [22, 7]}, + {"origin": [-0.5, 9, -3.75], "size": [1, 1, 1], "uv": [26, 26]} + ] + }, + { + "name": "headleaf_left", + "parent": "head", + "pivot": [1, 11.5, -1.75], + "rotation": [0, 12.5, -15], + "cubes": [ + {"origin": [0.5, 10.5, -3.25], "size": [4, 2, 3], "uv": [23, 31]} + ] + }, + { + "name": "headleaf_right", + "parent": "head", + "pivot": [-1, 11.5, -1.75], + "rotation": [0, -12.5, 15], + "cubes": [ + {"origin": [-4.5, 10.5, -3.25], "size": [4, 2, 3], "uv": [27, 26]} + ] + }, + { + "name": "bulb", + "parent": "head", + "pivot": [0, 11.75, 1.5], + "rotation": [-20, 0, 0], + "cubes": [ + {"origin": [-3, 13.06908, -2.27606], "size": [6, 5, 6], "pivot": [0, 15.31908, 0.47394], "rotation": [-5, 0, 0], "uv": [0, 11]}, + {"origin": [-3, 11.31908, -2.52606], "size": [6, 2, 5], "inflate": 0.009, "uv": [1, 47]}, + {"origin": [-3, 11.09408, 2.47394], "size": [6, 2, 1], "inflate": 0.009, "uv": [0, 56]} + ] + }, + { + "name": "bulbleaf_front", + "parent": "bulb", + "pivot": [0, 12.33319, -2.71226], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [-2, 10.09923, -4.35505], "size": [4, 4, 2], "pivot": [0, 13.09923, -3.35505], "rotation": [40, 0, 0], "uv": [40, 22]} + ] + }, + { + "name": "bulbleaf_back", + "parent": "bulb", + "pivot": [0, 13.08319, 4.00216], + "cubes": [ + {"origin": [-2, 10.84923, 4.79495], "size": [4, 4, 2], "pivot": [0, 13.84923, 4.64495], "rotation": [-55, 0, 0], "uv": [35, 34]} + ] + }, + { + "name": "bulbleaf_front2", + "parent": "bulb", + "pivot": [2.83144, 13.08319, -1.15888], + "rotation": [0, -57.5, 0], + "cubes": [ + {"origin": [1.08144, 10.84923, -3.80167], "size": [4, 4, 2], "pivot": [2.83144, 13.84923, -1.80167], "rotation": [55.00103, -0.28679, -0.40958], "uv": [8, 40]} + ] + }, + { + "name": "bulbleaf_front3", + "parent": "bulb", + "pivot": [-2.83144, 13.08319, -1.15888], + "rotation": [0, 57.5, 0], + "cubes": [ + {"origin": [-5.08144, 10.84923, -3.80167], "size": [4, 4, 2], "pivot": [-2.83144, 13.84923, -1.80167], "rotation": [55.0041, 0.57356, 0.81918], "uv": [22, 36], "mirror": true} + ] + }, + { + "name": "bulbleaf_back2", + "parent": "bulb", + "pivot": [2.83144, 13.08319, 2.44878], + "rotation": [0, 57.5, 0], + "cubes": [ + {"origin": [1.33144, 10.84923, 3.34157], "size": [3, 4, 2], "pivot": [2.83144, 13.84923, 3.09157], "rotation": [-55, 0, 0], "uv": [0, 36]} + ] + }, + { + "name": "bulbleaf_back3", + "parent": "bulb", + "pivot": [-2.83144, 13.08319, 2.44878], + "rotation": [0, -57.5, 0], + "cubes": [ + {"origin": [-4.33144, 10.84923, 3.34157], "size": [3, 4, 2], "pivot": [-2.83144, 13.84923, 3.09157], "rotation": [-55, 0, 0], "uv": [12, 34]} + ] + }, + { + "name": "arm_left", + "parent": "body", + "pivot": [2.5, 6, -1.5], + "rotation": [0, 0, 0], + "cubes": [ + {"origin": [1.5, 6, -3], "size": [4, 0, 3], "uv": [33, 17]} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [5.5, 6, -1.5], + "cubes": [ + {"origin": [5.5, 6, -3], "size": [4, 0, 3], "uv": [44, 1]} + ] + }, + { + "name": "arm_right", + "parent": "body", + "pivot": [-2.5, 6, -1.5], + "rotation": [0, 0, 0], + "cubes": [ + {"origin": [-5.5, 6, -3], "size": [4, 0, 3], "uv": [33, 11]} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-5.5, 6, -1.5], + "cubes": [ + {"origin": [-9.5, 6, -3], "size": [4, 0, 3], "uv": [44, 5]} + ] + }, + { + "name": "wing_left", + "parent": "body", + "pivot": [0.75, 6.5, 1.5], + "rotation": [0, 0, -25], + "cubes": [ + {"origin": [-0.78158, 0.72988, 1.5], "size": [3, 6, 0], "uv": [0, 11]}, + {"origin": [0.21842, -0.27012, 1.5], "size": [1, 1, 0], "uv": [18, 12]} + ] + }, + { + "name": "wing_right", + "parent": "body", + "pivot": [-0.75, 6.5, 1.5], + "rotation": [0, 0, 25], + "cubes": [ + {"origin": [-2.21842, 0.72988, 1.5], "size": [3, 6, 0], "uv": [0, 0]}, + {"origin": [-1.21842, -0.27012, 1.5], "size": [1, 1, 0], "uv": [18, 11]} + ] + }, + { + "name": "neckleaves", + "parent": "body", + "pivot": [0, 9, 0.5] + }, + { + "name": "neck_front_right", + "parent": "neckleaves", + "pivot": [-2, 7, 0], + "rotation": [0, 45, 0], + "cubes": [ + {"origin": [-3, 6, -3], "size": [3, 1, 4], "uv": [0, 31]} + ] + }, + { + "name": "neck_front_left", + "parent": "neckleaves", + "pivot": [2, 7, 0], + "rotation": [0, -45, 0], + "cubes": [ + {"origin": [0, 6, -3], "size": [3, 1, 4], "uv": [16, 24]} + ] + }, + { + "name": "neck_back_right", + "parent": "neckleaves", + "pivot": [-2, 7, 0], + "rotation": [0, -45, 0], + "cubes": [ + {"origin": [-3, 6, -1], "size": [3, 1, 4], "uv": [32, 6]} + ] + }, + { + "name": "neck_back_left", + "parent": "neckleaves", + "pivot": [2, 7, 0], + "rotation": [0, 45, 0], + "cubes": [ + {"origin": [0, 6, -1], "size": [3, 1, 4], "uv": [20, 0]} + ] + }, + { + "name": "neck_front_mid", + "parent": "neckleaves", + "pivot": [0, 7, -1], + "cubes": [ + {"origin": [-1.5, 6, -4], "size": [3, 1, 4], "uv": [12, 29]} + ] + }, + { + "name": "neck_back_mid", + "parent": "neckleaves", + "pivot": [0, 7, 1], + "cubes": [ + {"origin": [-1.5, 6, 0], "size": [3, 1, 4], "uv": [30, 1]} + ] + }, + { + "name": "foot_right", + "parent": "body", + "pivot": [-1.95, 1.5, 0], + "cubes": [ + {"origin": [-2.45, 0, -1], "size": [1, 2, 2], "uv": [40, 0]} + ] + }, + { + "name": "foot_left", + "parent": "body", + "pivot": [1.9, 1.5, 0], + "cubes": [ + {"origin": [1.4, 0, -1], "size": [1, 2, 2], "uv": [18, 12]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/foongus/foongus.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/foongus/foongus.geo.json new file mode 100644 index 0000000..6c02449 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/foongus/foongus.geo.json @@ -0,0 +1,84 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "foongus", + "pivot": [0, 0, 0] + }, + { + "name": "body_bot", + "parent": "foongus", + "pivot": [0, 1.5, 0], + "cubes": [ + {"origin": [-3.5, 0, -3.5], "size": [7, 3, 7], "uv": [0, 40]} + ] + }, + { + "name": "body_top", + "parent": "body_bot", + "pivot": [0, 2, 0], + "cubes": [ + {"origin": [-3, 1, -3], "size": [6, 8, 6], "uv": [40, 18]}, + {"origin": [-2.5, 9, -2.5], "size": [5, 4, 5], "uv": [28, 41]} + ] + }, + { + "name": "eye", + "parent": "body_top", + "pivot": [0, 6, -3.025], + "cubes": [ + {"origin": [-2.15, 5, -3.025], "size": [1, 2, 0], "uv": [6, 6]}, + {"origin": [1.15, 5, -3.025], "size": [1, 2, 0], "uv": [0, 7]} + ] + }, + { + "name": "right_hand", + "parent": "body_top", + "pivot": [-2, 5.5, -1], + "cubes": [ + {"origin": [-4.5, 5, -1.5], "size": [3, 1, 1], "uv": [0, 2], "mirror": true} + ] + }, + { + "name": "left_hand", + "parent": "body_top", + "pivot": [2, 5.5, -1], + "cubes": [ + {"origin": [1.5, 5, -1.5], "size": [3, 1, 1], "uv": [0, 2]} + ] + }, + { + "name": "mouth", + "parent": "body_top", + "pivot": [0, 0, 2.5], + "cubes": [ + {"origin": [-1, 4, -3.5], "size": [2, 2, 1], "uv": [0, 4]}, + {"origin": [-0.5, 4.425, -3.8], "size": [1, 1, 1], "inflate": -0.275, "uv": [6, 4]} + ] + }, + { + "name": "hat", + "parent": "body_top", + "pivot": [1, -2, -1], + "cubes": [ + {"origin": [-6, 11, -6], "size": [12, 6, 12], "uv": [0, 0]}, + {"origin": [-6, 10, -8], "size": [12, 3, 2], "uv": [36, 5]}, + {"origin": [-6, 10, 6], "size": [12, 3, 2], "uv": [36, 0]}, + {"origin": [6, 10, -8], "size": [2, 3, 16], "uv": [20, 21]}, + {"origin": [-8, 10, -8], "size": [2, 3, 16], "uv": [0, 18]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/fraxure/fraxure.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/fraxure/fraxure.geo.json new file mode 100644 index 0000000..6dbe052 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/fraxure/fraxure.geo.json @@ -0,0 +1,339 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 5, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "fraxure", + "pivot": [0, 0, 0] + }, + { + "name": "Body", + "parent": "fraxure", + "pivot": [0, 9, 3], + "cubes": [ + {"origin": [-6.5, 13, -6.75], "size": [13, 7, 12], "pivot": [0, 19, -3], "rotation": [17.5, 0, 0], "uv": [0, 23]}, + {"origin": [-7, 6.53759, -4.71637], "size": [14, 10, 13], "pivot": [0, 12.03759, 2.03363], "rotation": [22.5, 0, 0], "uv": [0, 0]}, + {"origin": [-5.5, 4.5, -2], "size": [11, 10, 12], "uv": [38, 30]} + ] + }, + { + "name": "Crest", + "parent": "Body", + "pivot": [-0.03427, 26.80049, 0], + "rotation": [17.5, 0, 0], + "cubes": [ + {"origin": [-5.5, 16.96629, -11.21099], "size": [11, 5, 10], "inflate": -0.001, "pivot": [-0.01, 19.71629, -6.46099], "rotation": [15, 0, 0], "uv": [44, 13]}, + {"origin": [-4.01, 14.09023, -10.23021], "size": [6, 6, 2], "inflate": 0.01, "pivot": [-0.01, 18.09023, -12.98021], "rotation": [0, 0, -45], "uv": [20, 83]}, + {"origin": [-5.5, 19.75, -3.75], "size": [11, 9, 6], "inflate": 0.001, "pivot": [0, 24.25, -1], "rotation": [-5, 0, 0], "uv": [0, 63]}, + {"origin": [-3.44975, 24.89645, -3.25], "size": [7, 7, 5], "pivot": [0.05025, 28.39645, -1.5], "rotation": [0, 0, -45], "uv": [68, 0]} + ] + }, + { + "name": "head", + "parent": "Body", + "pivot": [0.5023, 21.82333, -3.91667], + "rotation": [2.5, 0, 0], + "cubes": [ + {"origin": [-4, 20.76076, -12.20067], "size": [8, 7, 10], "uv": [28, 52]}, + {"origin": [-4, 18.76076, -3.20067], "size": [8, 2, 1], "uv": [38, 85]}, + {"origin": [-3.30219, 18.69076, -15.90778], "size": [6, 8, 6], "inflate": -0.165, "pivot": [0.69781, 26.64576, -12.90778], "rotation": [0, 45, 0], "uv": [72, 28]}, + {"origin": [-1.57343, 21.10576, -14.94567], "size": [1, 1, 1], "pivot": [-1.07343, 21.60576, -14.44567], "rotation": [-12.2127, 43.65747, -17.40744], "uv": [0, 30]}, + {"origin": [-2.07356, 21.10652, -14.95], "size": [1, 1, 1], "inflate": 0.001, "pivot": [-1.07356, 21.60652, -14.44412], "rotation": [-12.2127, 43.65747, -17.40744], "uv": [4, 10]}, + {"origin": [0.55338, 21.10576, -14.94421], "size": [1, 1, 1], "pivot": [1.05338, 21.60576, -14.44421], "rotation": [-12.5, 45, 0], "uv": [0, 32]}, + {"origin": [0.56, 21.10652, -14.44266], "size": [1, 1, 1], "inflate": 0.001, "pivot": [1.05352, 21.60652, -14.44266], "rotation": [-12.5, 45, 0], "uv": [0, 0]}, + {"origin": [-3.30219, 20.65, -15.90778], "size": [6, 1, 6], "inflate": -0.18, "pivot": [0.69781, 26.64576, -12.90778], "rotation": [0, 45, 0], "uv": [54, 52]}, + {"origin": [0, 26.76076, -8.45067], "size": [0, 5, 5], "pivot": [0.5, 29.76076, -5.20067], "rotation": [5, 0, 0], "uv": [0, 0]}, + {"origin": [-4, 18.76076, -8.20067], "size": [8, 3, 5], "inflate": -0.01, "uv": [41, 4]} + ] + }, + { + "name": "Lower_Jaw", + "parent": "head", + "pivot": [0.50345, 20.74576, -8.05422], + "cubes": [ + {"origin": [-3.5, 18.78, -11.95067], "size": [7, 2, 4], "uv": [79, 71]}, + {"origin": [-4, 18.76076, -10.95067], "size": [8, 2, 3], "inflate": -0.001, "uv": [80, 77]}, + {"origin": [-4.036, 18.8, -15.67554], "size": [5, 2, 5], "inflate": -0.03, "pivot": [0.714, 21.23076, -14.42554], "rotation": [0, 45, 0], "uv": [75, 82]} + ] + }, + { + "name": "Eyes", + "parent": "head", + "pivot": [0.5, -0.73924, -3.45067] + }, + { + "name": "Left_EyeOpen", + "parent": "Eyes", + "pivot": [-0.5, -0.73924, -3.45067], + "cubes": [ + {"origin": [3.002, 22.76076, -10.25067], "size": [1, 2, 1], "inflate": 0.003, "uv": [8, 23]}, + {"origin": [2.92, 24.15347, -11.51568], "size": [1, 1, 4], "inflate": 0.09, "pivot": [3.5, 24.40347, -9.51568], "rotation": [22.5, 0, 0], "uv": [0, 0]}, + {"origin": [3, 22.01076, -11.20067], "size": [1, 3, 4], "inflate": 0.001, "pivot": [3.75, 23.26076, -8.95067], "rotation": [15, 0, 0], "uv": [0, 42]}, + {"origin": [3.0015, 22.21076, -10.75067], "size": [1, 3, 2], "inflate": 0.002, "uv": [27, 46]} + ] + }, + { + "name": "Right_EyeOpen", + "parent": "Eyes", + "pivot": [-0.5, -0.73924, -3.45067], + "cubes": [ + {"origin": [-4.002, 22.76076, -10.25067], "size": [1, 2, 1], "inflate": 0.003, "uv": [0, 23]}, + {"origin": [-3.92, 24.15347, -11.51568], "size": [1, 1, 4], "inflate": 0.09, "pivot": [-3.5, 24.40347, -9.51568], "rotation": [22.5, 0, 0], "uv": [0, 0], "mirror": true}, + {"origin": [-4.0015, 22.21076, -10.75067], "size": [1, 3, 2], "inflate": 0.002, "uv": [27, 46], "mirror": true}, + {"origin": [-4.001, 22.01076, -11.20067], "size": [1, 3, 4], "inflate": 0.001, "pivot": [-3.75, 23.26076, -8.95067], "rotation": [15, 0, 0], "uv": [0, 42], "mirror": true} + ] + }, + { + "name": "Right_EyeClosed", + "parent": "Eyes", + "pivot": [-2.473, 24.03599, -9.4341], + "cubes": [ + {"origin": [-2.94, 24.15347, -11.51568], "size": [1, 1, 4], "inflate": 0.09, "pivot": [-2.5, 24.40347, -9.51568], "rotation": [22.5, 0, 0], "uv": [0, 0], "mirror": true}, + {"origin": [-3.006, 22.01076, -11.20067], "size": [1, 3, 4], "inflate": 0.001, "pivot": [-2.75, 23.26076, -8.95067], "rotation": [15, 0, 0], "uv": [92, 1], "mirror": true} + ] + }, + { + "name": "Left_EyeClosed", + "parent": "Eyes", + "pivot": [2.48, 24.03599, -9.4341], + "cubes": [ + {"origin": [1.94, 24.15347, -11.51568], "size": [1, 1, 4], "inflate": 0.09, "pivot": [2.5, 24.40347, -9.51568], "rotation": [22.5, 0, 0], "uv": [0, 0]}, + {"origin": [2.02, 22.01076, -11.20067], "size": [1, 3, 4], "inflate": 0.001, "pivot": [2.75, 23.26076, -8.95067], "rotation": [15, 0, 0], "uv": [92, 1]} + ] + }, + { + "name": "Tusks", + "parent": "head", + "pivot": [0.5023, 21.82333, -3.91667], + "cubes": [ + {"origin": [-19.5023, 21.32333, -11.16667], "size": [16, 0, 4], "pivot": [-11.0023, 21.82333, -8.66667], "rotation": [12.5, 0, 0], "uv": [37, 0], "mirror": true}, + {"origin": [3.5023, 21.32333, -11.16667], "size": [16, 0, 4], "pivot": [11.0023, 21.82333, -8.66667], "rotation": [12.5, 0, 0], "uv": [37, 0]} + ] + }, + { + "name": "Left_Shoulder", + "parent": "Body", + "pivot": [4.96573, 17.80049, 0.5], + "cubes": [ + {"origin": [4.96573, 15.80049, -1.5], "size": [4, 4, 4], "uv": [84, 42]} + ] + }, + { + "name": "Left_Arm", + "parent": "Left_Shoulder", + "pivot": [8.46573, 17.80049, 0.5], + "cubes": [ + {"origin": [8.96573, 16.80049, -0.5], "size": [3, 2, 2], "inflate": 0.1, "uv": [27, 42]} + ] + }, + { + "name": "Left_Forearm", + "parent": "Left_Arm", + "pivot": [11.71573, 17.80049, 0.5], + "cubes": [ + {"origin": [11.96573, 16.80049, -0.5], "size": [3, 2, 2], "uv": [38, 31]} + ] + }, + { + "name": "Left_Thumb", + "parent": "Left_Forearm", + "pivot": [14.96573, 18.05049, -0.5], + "cubes": [ + {"origin": [14.96573, 17.55049, -0.5], "size": [2, 1, 0], "uv": [6, 32]} + ] + }, + { + "name": "Left_MiddleFinger", + "parent": "Left_Forearm", + "pivot": [14.96573, 18.30049, 0.5], + "cubes": [ + {"origin": [14.96573, 17.80049, 0.5], "size": [2, 1, 0], "uv": [6, 33]} + ] + }, + { + "name": "Left_Pinky", + "parent": "Left_Forearm", + "pivot": [14.96573, 18.05049, 1.5], + "cubes": [ + {"origin": [14.96573, 17.55049, 1.5], "size": [2, 1, 0], "uv": [8, 26]} + ] + }, + { + "name": "Right_Shoulder", + "parent": "Body", + "pivot": [-4.96573, 17.80049, 0.5], + "cubes": [ + {"origin": [-8.96573, 15.80049, -1.5], "size": [4, 4, 4], "uv": [84, 42], "mirror": true} + ] + }, + { + "name": "Right_Arm", + "parent": "Right_Shoulder", + "pivot": [-8.46573, 17.80049, 0.5], + "cubes": [ + {"origin": [-11.96573, 16.80049, -0.5], "size": [3, 2, 2], "inflate": 0.1, "uv": [27, 42], "mirror": true} + ] + }, + { + "name": "Right_Forearm", + "parent": "Right_Arm", + "pivot": [-11.71573, 17.80049, 0.5], + "cubes": [ + {"origin": [-14.96573, 16.80049, -0.5], "size": [3, 2, 2], "uv": [38, 31], "mirror": true} + ] + }, + { + "name": "Right_Thumb", + "parent": "Right_Forearm", + "pivot": [-14.96573, 18.05049, -0.5], + "cubes": [ + {"origin": [-16.96573, 17.55049, -0.5], "size": [2, 1, 0], "uv": [6, 32], "mirror": true} + ] + }, + { + "name": "Right_MiddleFinger", + "parent": "Right_Forearm", + "pivot": [-14.96573, 18.30049, 0.5], + "cubes": [ + {"origin": [-16.96573, 17.80049, 0.5], "size": [2, 1, 0], "uv": [6, 33], "mirror": true} + ] + }, + { + "name": "Right_Pinky", + "parent": "Right_Forearm", + "pivot": [-14.96573, 18.05049, 1.5], + "cubes": [ + {"origin": [-16.96573, 17.55049, 1.5], "size": [2, 1, 0], "uv": [8, 26], "mirror": true} + ] + }, + { + "name": "Tail_1", + "parent": "Body", + "pivot": [0, 9.5, 8.45], + "cubes": [ + {"origin": [-4, 5.5, 6.5], "size": [8, 8, 11], "uv": [0, 42]} + ] + }, + { + "name": "Tail_2", + "parent": "Tail_1", + "pivot": [0, 9.75, 16], + "cubes": [ + {"origin": [-2.5, 6.75, 14.75], "size": [5, 6, 9], "uv": [55, 60]} + ] + }, + { + "name": "Tail_3", + "parent": "Tail_2", + "pivot": [0, 10, 22.25], + "cubes": [ + {"origin": [-1.5, 7.75, 21], "size": [3, 4, 7], "uv": [76, 12]} + ] + }, + { + "name": "Tail_4", + "parent": "Tail_3", + "pivot": [0, 10, 28], + "cubes": [ + {"origin": [-1, 8.25, 26.75], "size": [2, 3, 4], "uv": [0, 23]} + ] + }, + { + "name": "Left_Leg", + "parent": "fraxure", + "pivot": [6, 7.5, 1], + "cubes": [ + {"origin": [4, 3, -2.5], "size": [6, 9, 7], "pivot": [6.5, 7.5, 1], "rotation": [-45, 0, 0], "uv": [74, 52]} + ] + }, + { + "name": "Left_Calf", + "parent": "Left_Leg", + "pivot": [5.5, 2.75, -1.75], + "cubes": [ + {"origin": [4.5, 0, -4], "size": [5, 7, 5], "uv": [0, 78]} + ] + }, + { + "name": "Left_Inner_Toe", + "parent": "Left_Calf", + "pivot": [4.75, 0.5, -2], + "cubes": [ + {"origin": [3.25, 0, -2.5], "size": [2, 1, 1], "uv": [6, 30]}, + {"origin": [1.75, 0, -2], "size": [2, 1, 0], "uv": [0, 26]} + ] + }, + { + "name": "Left_Middle_Toe", + "parent": "Left_Calf", + "pivot": [5.75, 0.5, -4], + "cubes": [ + {"origin": [5.25, 0, -5.5], "size": [1, 1, 2], "uv": [6, 10]}, + {"origin": [5.75, 0, -7], "size": [0, 1, 2], "uv": [0, 1]} + ] + }, + { + "name": "Left_Outer_Toe", + "parent": "Left_Calf", + "pivot": [8.25, 0.5, -4], + "cubes": [ + {"origin": [7.75, 0, -5.5], "size": [1, 1, 2], "uv": [0, 10]}, + {"origin": [8.25, 0, -7], "size": [0, 1, 2], "uv": [0, 0]} + ] + }, + { + "name": "Right_Leg", + "parent": "fraxure", + "pivot": [-6, 7.5, 1], + "cubes": [ + {"origin": [-10, 3, -2.5], "size": [6, 9, 7], "pivot": [-6.5, 7.5, 1], "rotation": [-45, 0, 0], "uv": [34, 69]} + ] + }, + { + "name": "Right_Calf", + "parent": "Right_Leg", + "pivot": [-5.5, 2.75, -1.75], + "cubes": [ + {"origin": [-9.5, 0, -4], "size": [5, 7, 5], "uv": [60, 75]} + ] + }, + { + "name": "Right_Inner_Toe", + "parent": "Right_Calf", + "pivot": [-5, 0.5, -2], + "cubes": [ + {"origin": [-3.75, 0, -2], "size": [2, 1, 0], "uv": [0, 26], "mirror": true}, + {"origin": [-5.25, 0, -2.5], "size": [2, 1, 1], "uv": [6, 30], "mirror": true} + ] + }, + { + "name": "Right_Middle_Toe", + "parent": "Right_Calf", + "pivot": [-5.75, 0.5, -4], + "cubes": [ + {"origin": [-5.75, 0, -7], "size": [0, 1, 2], "uv": [0, 1], "mirror": true}, + {"origin": [-6.25, 0, -5.5], "size": [1, 1, 2], "uv": [6, 10], "mirror": true} + ] + }, + { + "name": "Right_Outer_Toe", + "parent": "Right_Calf", + "pivot": [-8.25, 0.5, -4], + "cubes": [ + {"origin": [-8.25, 0, -7], "size": [0, 1, 2], "uv": [0, 0], "mirror": true}, + {"origin": [-8.75, 0, -5.5], "size": [1, 1, 2], "uv": [0, 10], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/frigibax.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/frigibax.geo.json new file mode 100644 index 0000000..a549bb9 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/frigibax.geo.json @@ -0,0 +1,261 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.Frigibax", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "frigibax", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "frigibax", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 7, 2], + "cubes": [ + {"origin": [-3.5, 4, 0], "size": [7, 5, 5], "inflate": 0.01, "pivot": [-2, 0, 0], "rotation": [5, 0, 0], "uv": [40, 26]}, + {"origin": [-1.5, 8, -1.5], "size": [3, 4, 4], "inflate": 0.01, "pivot": [-2, 0, 0], "rotation": [5, 0, 0], "uv": [16, 9]}, + {"origin": [-2.5, 2, 0], "size": [5, 3, 5], "pivot": [-2, 0, 0], "rotation": [5, 0, 0], "uv": [44, 56]}, + {"origin": [-1, 8.1, 1.25], "size": [2, 4, 3], "inflate": 0.1, "pivot": [-2, 0, 0], "rotation": [15, 0, 0], "uv": [0, 20]}, + {"origin": [-3.5, 9, 1], "size": [7, 4, 4], "inflate": 0.01, "pivot": [-2, 0, 0], "rotation": [5, 0, 0], "uv": [0, 0]}, + {"origin": [0, 6, 4], "size": [0, 5, 5], "inflate": 0.01, "pivot": [-2, 0, 0], "rotation": [5, 0, 0], "uv": [38, -5]} + ] + }, + { + "name": "arm_right", + "parent": "torso", + "pivot": [-3, 6, 1], + "cubes": [ + {"origin": [-5, 5, 1], "size": [2, 2, 1], "inflate": 0.01, "pivot": [2, 0, 0], "rotation": [5, 0, 0], "uv": [26, 17]} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-5, 6, 1], + "cubes": [ + {"origin": [-9.8, 0.9, 0.5], "size": [1, 1, 1], "inflate": 0.01, "pivot": [2, 0, 0], "rotation": [5, 0, 30], "uv": [0, 13]}, + {"origin": [-3.8, 8.5, 1.3], "size": [1, 1, 1], "inflate": 0.01, "pivot": [2, 0, 0], "rotation": [5, 0, -30], "uv": [0, 2]}, + {"origin": [-7.8, 5.5, 1], "size": [1, 1, 1], "inflate": 0.01, "pivot": [2, 0, 0], "rotation": [5, 0, 0], "uv": [0, 0]}, + {"origin": [-7, 5, 1], "size": [2, 2, 1], "inflate": 0.01, "pivot": [2, 0, 0], "rotation": [5, 0, 0], "uv": [9, 20]} + ] + }, + { + "name": "bone15", + "parent": "arm_right2", + "pivot": [-5, 5, 1], + "cubes": [ + {"origin": [-6, 3, 2], "size": [1, 3, 0], "inflate": 0.02, "pivot": [2, 0, 0], "rotation": [5, 0, 0], "uv": [0, 34], "mirror": true} + ] + }, + { + "name": "bone16", + "parent": "bone15", + "pivot": [-5.5, 3.25, 1.75], + "cubes": [ + {"origin": [-6, 1, 2], "size": [1, 2, 0], "inflate": 0.02, "pivot": [2, 0, 0], "rotation": [5, 0, 0], "uv": [0, 34], "mirror": true} + ] + }, + { + "name": "arm_left", + "parent": "torso", + "pivot": [3, 6, 1], + "cubes": [ + {"origin": [3, 5, 1], "size": [2, 2, 1], "inflate": 0.01, "pivot": [-2, 0, 0], "rotation": [5, 0, 0], "uv": [26, 17], "mirror": true} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [5, 6, 1], + "cubes": [ + {"origin": [8.8, 0.9, 0.5], "size": [1, 1, 1], "inflate": 0.01, "pivot": [-2, 0, 0], "rotation": [5, 0, -30], "uv": [0, 13], "mirror": true}, + {"origin": [2.8, 8.5, 1.3], "size": [1, 1, 1], "inflate": 0.01, "pivot": [-2, 0, 0], "rotation": [5, 0, 30], "uv": [0, 2], "mirror": true}, + {"origin": [6.8, 5.5, 1], "size": [1, 1, 1], "inflate": 0.01, "pivot": [-2, 0, 0], "rotation": [5, 0, 0], "uv": [0, 0], "mirror": true}, + {"origin": [5, 5, 1], "size": [2, 2, 1], "inflate": 0.01, "pivot": [-2, 0, 0], "rotation": [5, 0, 0], "uv": [9, 20], "mirror": true} + ] + }, + { + "name": "bone3", + "parent": "arm_left2", + "pivot": [5, 5, 1], + "cubes": [ + {"origin": [5, 3, 2], "size": [1, 3, 0], "inflate": 0.02, "pivot": [-2, 0, 0], "rotation": [5, 0, 0], "uv": [0, 34]} + ] + }, + { + "name": "bone4", + "parent": "bone3", + "pivot": [5.5, 3.25, 1.75], + "cubes": [ + {"origin": [5, 1, 2], "size": [1, 2, 0], "inflate": 0.02, "pivot": [-2, 0, 0], "rotation": [5, 0, 0], "uv": [0, 34]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 3, 4], + "cubes": [ + {"origin": [-1.5, 3, 1], "size": [3, 2, 5], "pivot": [-2, 0, 0], "rotation": [-5, 0, 0], "uv": [37, 43]} + ] + }, + { + "name": "bone5", + "parent": "tail", + "pivot": [-2, 0, 0], + "cubes": [ + {"origin": [-1, 3.5, 2], "size": [2, 1, 5], "pivot": [-2, 0, 0], "rotation": [-5, 0, 0], "uv": [44, 56]} + ] + }, + { + "name": "eye_right", + "parent": "torso", + "pivot": [-2, 0, -2], + "rotation": [5, 15, 0], + "cubes": [ + {"origin": [-4.02037, 8.38721, -1.41083], "size": [3, 5, 2], "inflate": 0.01, "pivot": [2.82963, -0.11279, -0.71083], "rotation": [0, 10, 0], "uv": [20, 0], "mirror": true}, + {"origin": [-3.67037, 9.38721, -1.41083], "size": [2, 3, 0], "inflate": 0.02, "pivot": [2.82963, -0.11279, -0.71083], "rotation": [0, 10, 0], "uv": [32, 2], "mirror": true}, + {"origin": [-2.92037, 9.88721, -1.43083], "size": [1, 2, 0], "inflate": 0.01, "pivot": [2.82963, -0.11279, -0.71083], "rotation": [0, 10, 0], "uv": [36, 0], "mirror": true} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [2.82963, -0.11279, -0.71083], + "cubes": [ + {"origin": [-3.67037, 9.38721, -1.41083], "size": [2, 3, 0], "inflate": 0.01, "pivot": [2.82963, -0.11279, -0.71083], "rotation": [0, 10, 0], "uv": [22, 2], "mirror": true} + ] + }, + { + "name": "angy", + "parent": "eye_right", + "pivot": [0.82963, 1.88721, 0.28917], + "rotation": [0, 0, 15], + "cubes": [ + {"origin": [-6.17037, 10.38721, -0.53083], "size": [2, 1, 0], "inflate": 0.01, "pivot": [0.82963, 1.88721, 0.28917], "rotation": [0, 10, 0], "uv": [22, 2], "mirror": true} + ] + }, + { + "name": "eye_left", + "parent": "torso", + "pivot": [-3, 0, -2], + "rotation": [5, -15, 0], + "cubes": [ + {"origin": [0.85, 8.5, -2.7], "size": [3, 5, 2], "inflate": 0.01, "pivot": [-3, 0, -2], "rotation": [0, -10, 0], "uv": [20, 0]}, + {"origin": [1.5, 9.5, -2.7], "size": [2, 3, 0], "inflate": 0.02, "pivot": [-3, 0, -2], "rotation": [0, -10, 0], "uv": [32, 2]}, + {"origin": [1.75, 10, -2.72], "size": [1, 2, 0], "inflate": 0.01, "pivot": [-3, 0, -2], "rotation": [0, -10, 0], "uv": [36, 0]} + ] + }, + { + "name": "bone", + "parent": "eye_left", + "pivot": [-3, 0, -2], + "cubes": [ + {"origin": [1.45, 9.5, -2.7], "size": [2, 3, 0], "inflate": 0.01, "pivot": [-3, 0, -2], "rotation": [0, -10, 0], "uv": [22, 2]} + ] + }, + { + "name": "angy2", + "parent": "eye_left", + "pivot": [-1, 2, -2], + "rotation": [0, 0, -15], + "cubes": [ + {"origin": [4, 10.5, -1.82], "size": [2, 1, 0], "inflate": 0.01, "pivot": [-1, 2, -2], "rotation": [0, -10, 0], "uv": [22, 2]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [-3, 0, -2], + "cubes": [ + {"origin": [1.5, 9.5, -2.7], "size": [2, 3, 0], "inflate": 0.01, "pivot": [-3, 0, -2], "rotation": [0, -10, 0], "uv": [22, 2]} + ] + }, + { + "name": "bone2", + "parent": "torso", + "pivot": [-4, 6, 0] + }, + { + "name": "mouth_left", + "parent": "bone2", + "pivot": [-4, 6, 0], + "rotation": [0, -5, 30], + "cubes": [ + {"origin": [-1.9, 10, -0.8], "size": [3, 1, 0], "inflate": 0.01, "pivot": [-4, 6, 0], "rotation": [5, 0, 0], "uv": [10, 31]} + ] + }, + { + "name": "mouth_right", + "parent": "bone2", + "pivot": [4, 6, 0], + "rotation": [0, 5, -30], + "cubes": [ + {"origin": [-1.1, 10, -0.8], "size": [3, 1, 0], "inflate": 0.01, "pivot": [4, 6, 0], "rotation": [5, 0, 0], "uv": [11, 31]} + ] + }, + { + "name": "gem", + "parent": "bone2", + "pivot": [-4, 6, 0], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-1.2, 9.5, -0.6], "size": [1, 1, 0], "inflate": 0.01, "pivot": [-4, 6, 0], "rotation": [0, 0, 45], "uv": [14, 13]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-2, 4, 2], + "rotation": [0, 15, 0], + "cubes": [ + {"origin": [-3.56695, 1.25, -3.08725], "size": [2, 5, 3], "pivot": [1.93305, 0, -1.08725], "rotation": [-45, 0, 0], "uv": [0, 56], "mirror": true} + ] + }, + { + "name": "foot_right", + "parent": "leg_right", + "pivot": [-2.06695, 1, 0.91275], + "cubes": [ + {"origin": [-3.06695, 0, -1.83725], "size": [1, 1, 1], "uv": [30, 0]}, + {"origin": [-0.56695, 0, -5.58725], "size": [1, 1, 1], "pivot": [3.93305, 0, -1.08725], "rotation": [0, 45, 0], "uv": [14, 29]}, + {"origin": [-3.56695, 0, -0.58725], "size": [1, 1, 1], "pivot": [-2.06695, 0, -1.08725], "rotation": [0, -45, 0], "uv": [10, 29]}, + {"origin": [-3.56695, 0, -1.08725], "size": [2, 1, 2], "uv": [26, 10]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [2, 4, 2], + "rotation": [0, -15, 0], + "cubes": [ + {"origin": [1.56695, 1.25, -3.08725], "size": [2, 5, 3], "pivot": [-1.93305, 0, -1.08725], "rotation": [-45, 0, 0], "uv": [0, 56]} + ] + }, + { + "name": "foot_left", + "parent": "leg_left", + "pivot": [3.06695, 1, 0.91275], + "cubes": [ + {"origin": [2.06695, 0, -1.83725], "size": [1, 1, 1], "uv": [16, 25]}, + {"origin": [-0.43305, 0, -5.58725], "size": [1, 1, 1], "pivot": [-3.93305, 0, -1.08725], "rotation": [0, -45, 0], "uv": [24, 7]}, + {"origin": [2.56695, 0, -0.58725], "size": [1, 1, 1], "pivot": [2.06695, 0, -1.08725], "rotation": [0, 45, 0], "uv": [20, 7]}, + {"origin": [1.56695, 0, -1.08725], "size": [2, 1, 2], "inflate": 0.01, "uv": [26, 7]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/froslass/froslass.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/froslass/froslass.geo.json new file mode 100644 index 0000000..d4bad68 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/froslass/froslass.geo.json @@ -0,0 +1,387 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.froslass", + "texture_width": 96, + "texture_height": 72, + "visible_bounds_width": 5, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "froslass", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "froslass", + "pivot": [0, 24, 0] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 23.28571, -1.28571], + "cubes": [ + {"origin": [-4.5, 23, -4.5], "size": [9, 8, 9], "inflate": 0.2, "uv": [0, 0]}, + {"origin": [-4.5, 48, -4.5], "size": [9, 9, 9], "inflate": -9.2, "pivot": [0, 39.5, 0], "rotation": [180, 0, 0], "uv": [0, 0]}, + {"origin": [-4.5, 21, -4.5], "size": [9, 10, 9], "uv": [0, 23]} + ] + }, + { + "name": "head2", + "parent": "head", + "pivot": [0, 26.15, 5], + "cubes": [ + {"origin": [-3.5, 22.15, 3.5], "size": [7, 8, 4], "uv": [37, 0]} + ] + }, + { + "name": "head3", + "parent": "head2", + "pivot": [0.5, 25.5, 6], + "cubes": [ + {"origin": [-2, 23.5, 5.5], "size": [4, 6, 5], "uv": [60, 0]}, + {"origin": [0.5, 23.47, 7.505], "size": [1, 4, 3], "uv": [28, 24]}, + {"origin": [-1.5, 23.47, 7.505], "size": [1, 4, 3], "uv": [28, 24]} + ] + }, + { + "name": "head4", + "parent": "head3", + "pivot": [1, 25.1, 9], + "cubes": [ + {"origin": [-1.5, 25.1, 8.5], "size": [3, 4, 5], "uv": [79, 0]} + ] + }, + { + "name": "horn_left", + "parent": "head", + "pivot": [2.475, 29.825, -2.1], + "rotation": [0, 0, 37.5], + "cubes": [ + {"origin": [0.975, 28.325, -3.6], "size": [3, 5, 3], "uv": [78, 14]}, + {"origin": [0.975, 33.075, -2.1], "size": [3, 2, 0], "pivot": [2.475, 31.575, -2.1], "rotation": [0, -45, 0], "uv": [84, 12]}, + {"origin": [0.975, 33.075, -2.1], "size": [3, 2, 0], "pivot": [2.475, 31.575, -2.1], "rotation": [-180, -45, 180], "uv": [78, 12]} + ] + }, + { + "name": "horn_right", + "parent": "head", + "pivot": [-2.475, 29.825, -2.1], + "rotation": [0, 0, -37.5], + "cubes": [ + {"origin": [-3.975, 28.325, -3.6], "size": [3, 5, 3], "uv": [65, 14], "mirror": true}, + {"origin": [-3.975, 33.075, -2.1], "size": [3, 2, 0], "pivot": [-2.475, 31.575, -2.1], "rotation": [0, 45, 0], "uv": [71, 12], "mirror": true}, + {"origin": [-3.975, 33.075, -2.1], "size": [3, 2, 0], "pivot": [-2.475, 31.575, -2.1], "rotation": [-180, 45, -180], "uv": [65, 12], "mirror": true} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [3.775, 25.5, -3.775], + "cubes": [ + {"origin": [4.525, 24, -4.525], "size": [0, 3, 3], "uv": [58, 14]}, + {"origin": [1.525, 24, -4.525], "size": [3, 3, 0], "uv": [52, 17]} + ] + }, + { + "name": "eyebrow_left", + "parent": "eye_left", + "pivot": [3.025, 26.5, -3.05], + "cubes": [ + {"origin": [1.525, 26, -4.55], "size": [3, 1, 3], "inflate": 0.02, "uv": [39, 13]} + ] + }, + { + "name": "pupil_left", + "parent": "eye_left", + "pivot": [0, 26, 0], + "cubes": [ + {"origin": [2.525, 24.75, -4.555], "size": [1, 2, 0], "uv": [54, 21]} + ] + }, + { + "name": "eye_left_closed", + "parent": "head", + "pivot": [2.775, 25.5, -2.775], + "cubes": [ + {"origin": [3.525, 24, -3.525], "size": [0, 3, 3], "uv": [58, 21]}, + {"origin": [0.525, 24, -3.525], "size": [3, 3, 0], "uv": [52, 24]} + ] + }, + { + "name": "eye_right_closed", + "parent": "head", + "pivot": [-2.775, 25.5, -2.775], + "cubes": [ + {"origin": [-3.525, 24, -3.525], "size": [0, 3, 3], "uv": [39, 21], "mirror": true}, + {"origin": [-3.525, 24, -3.525], "size": [3, 3, 0], "uv": [45, 24], "mirror": true} + ] + }, + { + "name": "eye_right", + "parent": "head", + "pivot": [-3.775, 25.5, -3.775], + "cubes": [ + {"origin": [-4.525, 24, -4.525], "size": [0, 3, 3], "uv": [39, 14], "mirror": true}, + {"origin": [-4.525, 24, -4.525], "size": [3, 3, 0], "uv": [45, 17], "mirror": true} + ] + }, + { + "name": "eyebrow_right", + "parent": "eye_right", + "pivot": [-3.025, 26.5, -3.05], + "cubes": [ + {"origin": [-4.525, 26, -4.55], "size": [3, 1, 3], "inflate": 0.02, "uv": [52, 13], "mirror": true} + ] + }, + { + "name": "pupil_right", + "parent": "eye_right", + "pivot": [0, 26, 0], + "cubes": [ + {"origin": [-3.525, 24.75, -4.555], "size": [1, 2, 0], "uv": [47, 21], "mirror": true} + ] + }, + { + "name": "arm_right", + "parent": "head", + "pivot": [-4.725, 23.849, 0.55], + "rotation": [0, 0, 0], + "cubes": [ + {"origin": [-7.725, 23.849, -0.45], "size": [4, 0, 2], "uv": [80, 46]} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-7.725, 23.849, 0.55], + "cubes": [ + {"origin": [-11.725, 23.849, -0.45], "size": [4, 0, 4], "uv": [69, 44]} + ] + }, + { + "name": "arm_right3", + "parent": "arm_right2", + "pivot": [-11.725, 23.849, 0.55], + "cubes": [ + {"origin": [-15.725, 23.849, -0.45], "size": [4, 0, 5], "uv": [59, 43]} + ] + }, + { + "name": "arm_right4", + "parent": "arm_right3", + "pivot": [-15.725, 23.849, 4.55], + "cubes": [ + {"origin": [-23.725, 23.849, -0.45], "size": [8, 0, 5], "uv": [42, 43]} + ] + }, + { + "name": "arm_right5", + "parent": "arm_right4", + "pivot": [-19.725, 23.849, 4.55], + "cubes": [ + {"origin": [-23.725, 23.849, 4.55], "size": [8, 0, 6], "uv": [41, 37]} + ] + }, + { + "name": "hand_right", + "parent": "arm_right4", + "pivot": [-23.725, 23.849, 1.55], + "cubes": [ + {"origin": [-24.725, 23.849, 0.05], "size": [1, 0, 3], "uv": [41, 45]} + ] + }, + { + "name": "finger_front_right", + "parent": "hand_right", + "pivot": [-24.725, 23.849, 0.55], + "cubes": [ + {"origin": [-25.725, 23.849, 0.05], "size": [1, 0, 1], "uv": [40, 48]} + ] + }, + { + "name": "finger_middle_Right", + "parent": "hand_right", + "pivot": [-24.725, 23.849, 1.575], + "cubes": [ + {"origin": [-25.725, 23.849, 1.075], "size": [1, 0, 1], "uv": [40, 46]} + ] + }, + { + "name": "finger_back_right", + "parent": "hand_right", + "pivot": [-24.725, 23.849, 2.6], + "cubes": [ + {"origin": [-25.725, 23.849, 2.1], "size": [1, 0, 1], "uv": [40, 44]} + ] + }, + { + "name": "arm_left", + "parent": "head", + "pivot": [4.725, 23.849, 0.55], + "rotation": [0, 0, 0], + "cubes": [ + {"origin": [3.725, 23.849, -0.45], "size": [4, 0, 2], "uv": [39, 33]} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [7.725, 23.849, 0.55], + "cubes": [ + {"origin": [7.725, 23.849, -0.45], "size": [4, 0, 4], "uv": [46, 31]} + ] + }, + { + "name": "arm_left3", + "parent": "arm_left2", + "pivot": [11.725, 23.849, 0.55], + "cubes": [ + {"origin": [11.725, 23.849, -0.45], "size": [4, 0, 5], "uv": [54, 30]} + ] + }, + { + "name": "arm_left4", + "parent": "arm_left3", + "pivot": [15.725, 23.849, 4.55], + "cubes": [ + {"origin": [15.74081, 23.849, -0.44988], "size": [8, 0, 5], "uv": [63, 30]} + ] + }, + { + "name": "arm_left5", + "parent": "arm_left4", + "pivot": [19.74081, 23.849, 4.55012], + "cubes": [ + {"origin": [15.74081, 23.849, 4.55012], "size": [8, 0, 6], "uv": [62, 24]} + ] + }, + { + "name": "hand_left", + "parent": "arm_left4", + "pivot": [23.74081, 23.849, 1.55012], + "cubes": [ + {"origin": [23.74081, 23.849, 0.05012], "size": [1, 0, 3], "uv": [82, 32]} + ] + }, + { + "name": "finger_front_left", + "parent": "hand_left", + "pivot": [24.74081, 23.849, 0.55012], + "cubes": [ + {"origin": [24.74081, 23.849, 0.05012], "size": [1, 0, 1], "uv": [87, 35]} + ] + }, + { + "name": "finger_middle_Left", + "parent": "hand_left", + "pivot": [24.74081, 23.849, 1.57512], + "cubes": [ + {"origin": [24.74081, 23.849, 1.07512], "size": [1, 0, 1], "uv": [87, 33]} + ] + }, + { + "name": "finger_back_left", + "parent": "hand_left", + "pivot": [24.74081, 23.849, 2.60012], + "cubes": [ + {"origin": [24.74081, 23.849, 2.10012], "size": [1, 0, 1], "uv": [87, 31]} + ] + }, + { + "name": "mouth_open", + "parent": "head", + "pivot": [0, 22.475, -3.025], + "cubes": [ + {"origin": [-1, 21.975, -3.525], "size": [2, 1, 1], "uv": [28, 19]} + ] + }, + { + "name": "head_spike", + "parent": "head", + "pivot": [0.05, 22.8, -4.7], + "rotation": [2.5, 0, 0], + "cubes": [ + {"origin": [3.675, 21.8, -4.7], "size": [1, 1, 0], "uv": [18, 19]}, + {"origin": [4.675, 20.8, -4.7], "size": [0, 2, 3], "uv": [20, 16]}, + {"origin": [-2, 20.8, -4.7], "size": [4, 2, 0], "uv": [9, 19]}, + {"origin": [-4.675, 21.8, -4.7], "size": [1, 1, 0], "uv": [6, 19], "mirror": true}, + {"origin": [-4.675, 20.8, -4.7], "size": [0, 2, 3], "uv": [0, 16], "mirror": true} + ] + }, + { + "name": "neck", + "parent": "torso", + "pivot": [0, 21, 0.5], + "cubes": [ + {"origin": [-1, 18, -0.5], "size": [2, 4, 2], "uv": [3, 45]} + ] + }, + { + "name": "body", + "parent": "neck", + "pivot": [0, 19.5, 0.5], + "cubes": [ + {"origin": [-2, 13.5, -1.5], "size": [4, 6, 4], "uv": [0, 53]} + ] + }, + { + "name": "body2", + "parent": "body", + "pivot": [0, 16.5, 0.5], + "cubes": [ + {"origin": [-2.5, 13.5, -2], "size": [5, 3, 5], "inflate": 0.1, "uv": [17, 54]} + ] + }, + { + "name": "body3", + "parent": "body2", + "pivot": [0, 14, 0.5], + "cubes": [ + {"origin": [-3, 10, -2.5], "size": [6, 4, 6], "inflate": 0.1, "uv": [13, 43]} + ] + }, + { + "name": "sash_left", + "parent": "body3", + "pivot": [1, 12.5, 3.1], + "cubes": [ + {"origin": [1, 10, 3.1], "size": [0, 8, 7], "uv": [56, 44]} + ] + }, + { + "name": "sash_right", + "parent": "body3", + "pivot": [-1, 12.5, 3.1], + "cubes": [ + {"origin": [-1, 10, 3.1], "size": [0, 8, 7], "uv": [40, 44]} + ] + }, + { + "name": "body4", + "parent": "body3", + "pivot": [0, 11.5, 0.5], + "cubes": [ + {"origin": [-3, 9.5, -2.5], "size": [6, 2, 6], "uv": [0, 64]} + ] + }, + { + "name": "body5", + "parent": "body4", + "pivot": [0.5, 10, 0], + "cubes": [ + {"origin": [-3.5, 8, -3], "size": [7, 2, 7], "uv": [25, 63]}, + {"origin": [3.5, 2, -3], "size": [0, 6, 7], "uv": [82, 59]}, + {"origin": [-3.5, 2, -3], "size": [0, 6, 7], "uv": [54, 59]}, + {"origin": [-3.5, 2, -3], "size": [7, 6, 0], "uv": [68, 66]}, + {"origin": [-3.5, 2, 4], "size": [7, 6, 0], "uv": [68, 60]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/frosmoth/frosmoth.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/frosmoth/frosmoth.geo.json new file mode 100644 index 0000000..6aa307b --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/frosmoth/frosmoth.geo.json @@ -0,0 +1,285 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.frosmoth", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 5, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "Frosmoth", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "Frosmoth", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 11.25, 0], + "cubes": [ + {"origin": [-7, 11, -7], "size": [14, 7, 14], "uv": [2, 24]}, + {"origin": [-6.5, 5, -6.5], "size": [13, 6, 13], "uv": [2, 47]} + ] + }, + { + "name": "tuff", + "parent": "torso", + "pivot": [0, 14.5, 0], + "cubes": [ + {"origin": [-7, 11, -7], "size": [14, 7, 14], "inflate": 0.2, "uv": [2, 1]} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 17.75, 0], + "cubes": [ + {"origin": [-5, 17.75, -5], "size": [10, 4, 10], "uv": [51, 38]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [0, 20.75, -5.01], + "cubes": [ + {"origin": [-0.5, 20.25, -5.01], "size": [1, 1, 0], "pivot": [0, 20.75, -5], "rotation": [0, 0, 45], "uv": [9, 32]} + ] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-1.5, 7, 0], + "cubes": [ + {"origin": [1.25, 18, -5.01], "size": [4, 2, 0], "pivot": [2.25, 19, -5], "rotation": [0, 0, -15], "uv": [0, 9]} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [3.21593, 19.25882, -4.91], + "cubes": [ + {"origin": [1.25, 17.5, -4.91], "size": [4, 3, 0], "inflate": 0.01, "pivot": [2.25, 19, -5], "rotation": [0, 0, -15], "uv": [44, 56]} + ] + }, + { + "name": "pupil2", + "parent": "eye_right", + "pivot": [-1.5, 7, 0], + "cubes": [ + {"origin": [2, 17.75, -5.03], "size": [2, 1, 0], "pivot": [2.25, 19, -5], "rotation": [0, 0, -15], "uv": [9, 8]}, + {"origin": [2, 19.25, -5.03], "size": [2, 1, 0], "pivot": [2.25, 19, -5], "rotation": [0, 0, -15], "uv": [9, 6]} + ] + }, + { + "name": "rim2", + "parent": "eye_right", + "pivot": [4.22922, 20.30679, -5.0075], + "cubes": [ + {"origin": [1.25, 19.5, -5.005], "size": [4, 1, 0], "pivot": [2.25, 19, -5], "rotation": [0, 0, -15], "uv": [0, 32]}, + {"origin": [5.15466, 18.22414, -5.01], "size": [1, 2, 0], "pivot": [1.15466, 19.22414, -5], "rotation": [0, 0, -15], "uv": [9, 29]} + ] + }, + { + "name": "movable_top3", + "parent": "rim2", + "pivot": [5.82081, 21.01002, -5.01], + "cubes": [ + {"origin": [6.28407, 19.24118, -5.01], "size": [2, 1, 0], "pivot": [1.28407, 18.74118, -5], "rotation": [0, 0, -15], "uv": [9, 4]} + ] + }, + { + "name": "movable_top4", + "parent": "movable_top3", + "pivot": [7.69851, 21.51903, -5.01], + "cubes": [ + {"origin": [7.35809, 21.80582, -5.01], "size": [2, 1, 0], "pivot": [8.85809, 22.30582, -5.005], "rotation": [0, 0, -35], "uv": [9, 2]} + ] + }, + { + "name": "movable_bot3", + "parent": "rim2", + "pivot": [5.98429, 20.01824, -5.01], + "cubes": [ + {"origin": [5.98429, 19.51824, -5.01], "size": [2, 1, 0], "uv": [9, 0]} + ] + }, + { + "name": "movable_bot4", + "parent": "movable_bot3", + "pivot": [7.76452, 20.09032, -5.01], + "cubes": [ + {"origin": [7.82006, 19.45117, -5.01], "size": [3, 1, 0], "pivot": [8.12006, 19.95117, -5.005], "rotation": [0, 0, 17.5], "uv": [0, 36]} + ] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [1.5, 7, 0], + "cubes": [ + {"origin": [-5.25, 18, -5.01], "size": [4, 2, 0], "pivot": [-2.25, 19, -5], "rotation": [0, 0, 15], "uv": [0, 12]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [-3.21593, 19.25882, -4.91], + "cubes": [ + {"origin": [-5.25, 17.5, -4.91], "size": [4, 3, 0], "inflate": 0.01, "pivot": [-2.25, 19, -5], "rotation": [0, 0, 15], "uv": [44, 53]} + ] + }, + { + "name": "pupil", + "parent": "eye_left", + "pivot": [1.5, 7, 0], + "cubes": [ + {"origin": [-4, 17.75, -5.03], "size": [2, 1, 0], "pivot": [-2.25, 19, -5], "rotation": [0, 0, 15], "uv": [9, 25]}, + {"origin": [-4, 19.25, -5.03], "size": [2, 1, 0], "pivot": [-2.25, 19, -5], "rotation": [0, 0, 15], "uv": [9, 27]} + ] + }, + { + "name": "rim", + "parent": "eye_left", + "pivot": [1.5, 7, 0], + "cubes": [ + {"origin": [-5.25, 19.5, -5.005], "size": [4, 1, 0], "pivot": [-2.25, 19, -5], "rotation": [0, 0, 15], "uv": [0, 34]}, + {"origin": [-6.15466, 18.22414, -5.01], "size": [1, 2, 0], "pivot": [-1.15466, 19.22414, -5], "rotation": [0, 0, 15], "uv": [12, 29]} + ] + }, + { + "name": "movable_top", + "parent": "rim", + "pivot": [-5.82081, 21.01002, -5.01], + "cubes": [ + {"origin": [-8.28407, 19.24118, -5.01], "size": [2, 1, 0], "pivot": [-1.28407, 18.74118, -5], "rotation": [0, 0, 15], "uv": [9, 23]} + ] + }, + { + "name": "movable_top2", + "parent": "movable_top", + "pivot": [-7.69851, 21.51903, -5.01], + "cubes": [ + {"origin": [-9.35809, 21.80582, -5.01], "size": [2, 1, 0], "pivot": [-8.85809, 22.30582, -5.005], "rotation": [0, 0, 35], "uv": [9, 10]} + ] + }, + { + "name": "movable_bot", + "parent": "rim", + "pivot": [-5.98429, 20.01824, -5.01], + "cubes": [ + {"origin": [-7.98429, 19.51824, -5.01], "size": [2, 1, 0], "uv": [9, 12]} + ] + }, + { + "name": "movable_bot2", + "parent": "movable_bot", + "pivot": [-7.76452, 20.09032, -5.01], + "cubes": [ + {"origin": [-10.82006, 19.45117, -5.01], "size": [3, 1, 0], "pivot": [-8.12006, 19.95117, -5.005], "rotation": [0, 0, -17.5], "uv": [7, 36]} + ] + }, + { + "name": "antenna_right", + "parent": "head", + "pivot": [1.01537, 20.59776, -5.01], + "cubes": [ + {"origin": [0.25, 19.75, -5.01], "size": [4, 6, 0], "pivot": [2.25, 20.75, -5.01], "rotation": [0, 0, 22.5], "uv": [0, 46]} + ] + }, + { + "name": "antenna_right2", + "parent": "antenna_right", + "pivot": [3.86444, 24.40925, -5.01], + "cubes": [ + {"origin": [4.66541, 23.17383, -5.01], "size": [4, 8, 0], "pivot": [6.66541, 27.17383, -5.01], "rotation": [0, 0, 50], "uv": [0, 0]}, + {"origin": [8.72744, 31.38426, -5.01], "size": [1, 2, 0], "pivot": [7.47744, 32.38426, -5.01], "rotation": [0, 0, 25], "uv": [43, 46]} + ] + }, + { + "name": "antenna_left", + "parent": "head", + "pivot": [-1.01537, 20.59776, -5.01], + "cubes": [ + {"origin": [-4.25, 19.75, -5.01], "size": [4, 6, 0], "pivot": [-2.25, 20.75, -5.01], "rotation": [0, 0, -22.5], "uv": [0, 53]} + ] + }, + { + "name": "antenna_left2", + "parent": "antenna_left", + "pivot": [-3.86444, 24.40925, -5.01], + "cubes": [ + {"origin": [-8.66541, 23.17383, -5.01], "size": [4, 8, 0], "pivot": [-6.66541, 27.17383, -5.01], "rotation": [0, 0, -50], "uv": [0, 23]}, + {"origin": [-9.72744, 31.38426, -5.01], "size": [1, 2, 0], "pivot": [-7.47744, 32.38426, -5.01], "rotation": [0, 0, -25], "uv": [43, 46], "mirror": true} + ] + }, + { + "name": "wing_right", + "parent": "torso", + "pivot": [-6, 14, 2], + "rotation": [0, 0, -5] + }, + { + "name": "wing_right2", + "parent": "wing_right", + "pivot": [-10.51142, 17.73853, 1.75], + "cubes": [ + {"origin": [-28.01142, 17.73853, 1.75], "size": [25, 14, 0], "uv": [46, 0]} + ] + }, + { + "name": "wing_right3", + "parent": "wing_right", + "pivot": [2.98858, 6.73853, 0], + "cubes": [ + {"origin": [-15.01142, 10.73853, 1.75], "size": [12, 7, 0], "uv": [65, 53]} + ] + }, + { + "name": "wing_right4", + "parent": "wing_right", + "pivot": [-6.51142, 10.73853, 1.75], + "cubes": [ + {"origin": [-12.01142, -1.26147, 1.75], "size": [9, 12, 0], "uv": [57, 60]} + ] + }, + { + "name": "wing_left", + "parent": "torso", + "pivot": [6, 14, 2], + "rotation": [0, 0, 5] + }, + { + "name": "wing_left2", + "parent": "wing_left", + "pivot": [10.51142, 17.73853, 1.75], + "cubes": [ + {"origin": [4.01142, 17.73853, 1.75], "size": [25, 14, 0], "uv": [46, 23]} + ] + }, + { + "name": "wing_left3", + "parent": "wing_left", + "pivot": [-1.98858, 6.73853, 0], + "cubes": [ + {"origin": [4.01142, 10.73853, 1.75], "size": [12, 7, 0], "uv": [61, 15]} + ] + }, + { + "name": "wing_left4", + "parent": "wing_left", + "pivot": [8.51142, 10.73853, 1.75], + "cubes": [ + {"origin": [4.01142, -1.26147, 1.75], "size": [9, 12, 0], "uv": [0, 67]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/galardarmanitanzen.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/galardarmanitanzen.geo.json new file mode 100644 index 0000000..68cc658 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/galardarmanitanzen.geo.json @@ -0,0 +1,75 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "Darmanitan", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-11.5, 0, -10.5], "size": [23, 23, 21], "uv": [0, 0]}, + {"origin": [-2, 3.5, -10.51], "size": [4, 1, 0], "uv": [7, 1]}, + {"origin": [-2, 0.5, -10.51], "size": [4, 1, 0], "uv": [8, 1]}, + {"origin": [3, 16.5, -10.51], "size": [3, 3, 0], "uv": [0, 8], "mirror": true}, + {"origin": [-6, 16.5, -10.51], "size": [3, 3, 0], "uv": [0, 8]}, + {"origin": [-7.5, 0.01, 4.8], "size": [15, 9, 5], "pivot": [0, -1, 11], "rotation": [-42.5, 0, 0], "uv": [54, 44]} + ] + }, + { + "name": "LHand", + "parent": "Darmanitan", + "pivot": [11, 9, 4], + "rotation": [0, -45, 0], + "cubes": [ + {"origin": [9.08579, 9, -8.41421], "size": [2, 9, 11], "uv": [61, 69]} + ] + }, + { + "name": "LThumb", + "parent": "LHand", + "pivot": [11, 14, 0], + "cubes": [ + {"origin": [9.07579, 16.67681, 4.99376], "size": [2, 5, 3], "pivot": [11, 8, 3], "rotation": [32.5, 0, 0], "uv": [7, 5]} + ] + }, + { + "name": "RHand", + "parent": "Darmanitan", + "pivot": [-11, 9, 4], + "rotation": [0, 45, 0], + "cubes": [ + {"origin": [-11.08579, 9, -8.41421], "size": [2, 9, 11], "uv": [67, 0]} + ] + }, + { + "name": "LThumb2", + "parent": "RHand", + "pivot": [-12, 14, 0], + "cubes": [ + {"origin": [-11.07579, 16.67681, 4.99376], "size": [2, 5, 3], "pivot": [-12, 8, 3], "rotation": [32.5, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "SnowmanHead", + "parent": "Darmanitan", + "pivot": [0, 25, -6], + "cubes": [ + {"origin": [-9, 22.5, -9], "size": [18, 18, 18], "uv": [0, 44]}, + {"origin": [-2, 28.5, -18.5], "size": [4, 4, 10], "pivot": [0, 30.5, -9], "rotation": [0, 0, 45], "uv": [100, 16]}, + {"origin": [-1.5, 29, -21], "size": [3, 3, 12], "uv": [98, 0]}, + {"origin": [-7.5, 29, -9.01], "size": [3, 3, 0], "uv": [0, 8]}, + {"origin": [4.5, 29, -9.01], "size": [3, 3, 0], "uv": [0, 8], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/gastrodon/gastrodon_e.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/gastrodon/gastrodon_e.geo.json new file mode 100644 index 0000000..68b8b40 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/gastrodon/gastrodon_e.geo.json @@ -0,0 +1,240 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 3, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "bone7", + "pivot": [0, -0.525, 0] + }, + { + "name": "body", + "parent": "bone7", + "pivot": [2.1, 6.35, -4.37297] + }, + { + "name": "torso", + "parent": "body", + "pivot": [2.1, 6.35, -4.37297], + "cubes": [ + {"origin": [-5.5, 6.43207, -11.91769], "size": [11, 8, 8], "uv": [51, 0]}, + {"origin": [-7, 0.36246, -11.65841], "size": [14, 6, 23], "inflate": -0.5, "pivot": [2, 3.08746, -4.65841], "rotation": [-1.25, 0, 0], "uv": [0, 31]}, + {"origin": [-7, 4.85, -11.37297], "size": [14, 8, 23], "pivot": [2.1, 6.35, -4.37297], "rotation": [-5, 0, 0], "uv": [0, 0]}, + {"origin": [-7, 4.85, 11.70203], "size": [14, 8, 0], "pivot": [2.1, 6.35, -4.37297], "rotation": [-5, 0, 0], "uv": [0, 105]}, + {"origin": [7.175, 4.85, -11.37297], "size": [0, 8, 23], "pivot": [2.1, 6.35, -4.37297], "rotation": [-5, 0, 0], "uv": [0, 65]}, + {"origin": [-7.175, 4.85, -11.37297], "size": [0, 8, 23], "pivot": [-2.1, 6.35, -4.37297], "rotation": [-5, 0, 0], "uv": [0, 65], "mirror": true} + ] + }, + { + "name": "back_wing_left", + "parent": "torso", + "pivot": [3, 12.16018, 3.92647], + "cubes": [ + {"origin": [3, 12.14877, -3.835], "size": [0, 6, 15], "pivot": [3, 12.16018, 3.92647], "rotation": [-4.76968, 1.50179, 17.43745], "uv": [0, 45]} + ] + }, + { + "name": "back_wing_right", + "parent": "torso", + "pivot": [-3, 12.16018, 3.92647], + "cubes": [ + {"origin": [-3, 12.14877, -3.835], "size": [0, 6, 15], "pivot": [-3, 12.16018, 3.92647], "rotation": [-4.76968, -1.50179, -17.43745], "uv": [0, 45], "mirror": true} + ] + }, + { + "name": "neck", + "parent": "torso", + "pivot": [0, 10.89783, -9.03699] + }, + { + "name": "neck_1", + "parent": "neck", + "pivot": [0, 9.58813, -9.08028], + "cubes": [ + {"origin": [-3.5, 13.92439, -11.44375], "size": [7, 12, 7], "pivot": [0, 12.39939, 14.95625], "rotation": [22.5, 0, 0], "uv": [23, 60]} + ] + }, + { + "name": "neck_2", + "parent": "neck_1", + "pivot": [0, 14.20753, -10.5937], + "cubes": [ + {"origin": [-2.5, 18.92439, -10.44375], "size": [5, 12, 5], "pivot": [0, 12.39939, 14.95625], "rotation": [22.5, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "head", + "parent": "neck_2", + "pivot": [0, 20.36531, -12.54925], + "cubes": [ + {"origin": [-4.5, 18.36531, -18.04925], "size": [9, 8, 9], "uv": [51, 31]} + ] + }, + { + "name": "eye_left2", + "parent": "head", + "pivot": [0, 12.97439, -4.05806], + "cubes": [ + {"origin": [-0.525, 23.44939, -18.08306], "size": [1, 2, 0], "uv": [81, 3]}, + {"origin": [-1, 22.97439, -18.05806], "size": [2, 3, 0], "uv": [81, 0]} + ] + }, + { + "name": "eye_right2", + "parent": "head", + "pivot": [2.5, 10.74939, -4.05806], + "cubes": [ + {"origin": [-2.975, 21.22439, -18.08306], "size": [1, 2, 0], "uv": [81, 3], "mirror": true}, + {"origin": [-3.5, 20.74939, -18.05806], "size": [2, 3, 0], "uv": [81, 0], "mirror": true} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [2.5, 10.74939, -4.05806], + "cubes": [ + {"origin": [1.975, 21.22439, -18.08306], "size": [1, 2, 0], "uv": [81, 3]}, + {"origin": [1.5, 20.74939, -18.05806], "size": [2, 3, 0], "uv": [81, 0]} + ] + }, + { + "name": "ear_left2", + "parent": "head", + "pivot": [-4.5, 22.36131, -12.98581], + "cubes": [ + {"origin": [-6.10399, 21.75161, -7.49655], "size": [2, 2, 3], "pivot": [-5.5, 22.744, -13.90969], "rotation": [19.87392, 3.12998, -28.2687], "uv": [0, 17], "mirror": true}, + {"origin": [-7.05399, 21.72661, -13.49655], "size": [4, 4, 7], "pivot": [-5.5, 22.744, -13.90969], "rotation": [19.87392, 3.12998, -28.2687], "uv": [0, 31], "mirror": true} + ] + }, + { + "name": "ear_left", + "parent": "head", + "pivot": [4.5, 22.36131, -12.98581], + "cubes": [ + {"origin": [4.10399, 21.75161, -7.49655], "size": [2, 2, 3], "pivot": [5.5, 22.744, -13.90969], "rotation": [19.87392, -3.12998, 28.2687], "uv": [0, 17]}, + {"origin": [3.05399, 21.72661, -13.49655], "size": [4, 4, 7], "pivot": [5.5, 22.744, -13.90969], "rotation": [19.87392, -3.12998, 28.2687], "uv": [0, 31]} + ] + }, + { + "name": "ear_right", + "parent": "head", + "pivot": [-4.5, 22.36131, -12.98581] + }, + { + "name": "all_left_leg", + "parent": "body", + "pivot": [-3, -0.525, 1] + }, + { + "name": "leg_r_3", + "parent": "all_left_leg", + "pivot": [-4.12787, 3.26203, 7.5], + "cubes": [ + {"origin": [-7, 1.475, 5], "size": [7, 4, 5], "pivot": [-3, -0.525, 16], "rotation": [0, 0, -20], "uv": [0, 74], "mirror": true} + ] + }, + { + "name": "bone4", + "parent": "leg_r_3", + "pivot": [-6.41781, 1.4613, 7.5], + "cubes": [ + {"origin": [-11.41781, -0.0387, 5], "size": [4, 3, 5], "inflate": -0.025, "uv": [46, 78], "mirror": true} + ] + }, + { + "name": "leg_r_2", + "parent": "all_left_leg", + "pivot": [-4.12787, 3.26203, 0], + "cubes": [ + {"origin": [-7, 1.475, -2.5], "size": [7, 4, 5], "pivot": [-3, -0.525, 8.5], "rotation": [0, 0, -20], "uv": [0, 74], "mirror": true} + ] + }, + { + "name": "bone6", + "parent": "leg_r_2", + "pivot": [-6.41781, 1.4613, 0], + "cubes": [ + {"origin": [-11.41781, -0.0387, -2.5], "size": [4, 3, 5], "inflate": -0.025, "uv": [46, 78], "mirror": true} + ] + }, + { + "name": "leg_r_1", + "parent": "all_left_leg", + "pivot": [-4.12787, 2.98703, -7.5], + "cubes": [ + {"origin": [-7, 1.475, -10], "size": [7, 4, 5], "pivot": [-3, -0.525, 1], "rotation": [0, 0, -20], "uv": [0, 74], "mirror": true} + ] + }, + { + "name": "bone2", + "parent": "leg_r_1", + "pivot": [-7.41781, 1.4613, -7.5], + "cubes": [ + {"origin": [-11.41781, -0.0387, -10], "size": [4, 3, 5], "inflate": -0.025, "uv": [46, 78], "mirror": true} + ] + }, + { + "name": "all_right_leg", + "parent": "body", + "pivot": [3, -0.525, 1] + }, + { + "name": "leg_l_3", + "parent": "all_right_leg", + "pivot": [4.12787, 3.26203, 7.5], + "cubes": [ + {"origin": [0, 1.475, 5], "size": [7, 4, 5], "pivot": [3, -0.525, 16], "rotation": [0, 0, 20], "uv": [0, 74]} + ] + }, + { + "name": "bone3", + "parent": "leg_l_3", + "pivot": [6.41781, 1.4613, 7.5], + "cubes": [ + {"origin": [7.41781, -0.0387, 5], "size": [4, 3, 5], "inflate": -0.025, "uv": [46, 78]} + ] + }, + { + "name": "leg_l_2", + "parent": "all_right_leg", + "pivot": [4.12787, 3.26203, 0], + "cubes": [ + {"origin": [1.33793, 1.06276, -2.5], "size": [7, 4, 5], "pivot": [4.83793, 3.06276, 0], "rotation": [0, 0, 20], "uv": [0, 74]} + ] + }, + { + "name": "bone5", + "parent": "leg_l_2", + "pivot": [6.41781, 1.4613, 0], + "cubes": [ + {"origin": [7.41781, -0.0387, -2.5], "size": [4, 3, 5], "inflate": -0.025, "uv": [46, 78]} + ] + }, + { + "name": "leg_l_1", + "parent": "all_right_leg", + "pivot": [4.12787, 2.98703, -7.5], + "cubes": [ + {"origin": [0, 1.475, -10], "size": [7, 4, 5], "pivot": [3, -0.525, 1], "rotation": [0, 0, 20], "uv": [0, 74]} + ] + }, + { + "name": "bone", + "parent": "leg_l_1", + "pivot": [7.41781, 1.4613, -7.5], + "cubes": [ + {"origin": [7.41781, -0.0387, -10], "size": [4, 3, 5], "inflate": -0.025, "uv": [46, 78]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/gastrodon/gastrodon_w.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/gastrodon/gastrodon_w.geo.json new file mode 100644 index 0000000..2f37c9a --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/gastrodon/gastrodon_w.geo.json @@ -0,0 +1,259 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 3, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "bone7", + "pivot": [0, -0.525, 0] + }, + { + "name": "body", + "parent": "bone7", + "pivot": [2.1, 6.35, -4.37297] + }, + { + "name": "torso", + "parent": "body", + "pivot": [2.1, 6.35, -4.37297], + "cubes": [ + {"origin": [-5.5, 6.43207, -11.91769], "size": [11, 8, 8], "uv": [51, 0]}, + {"origin": [-7, 0.36246, -11.65841], "size": [14, 6, 23], "inflate": -0.5, "pivot": [2, 3.08746, -4.65841], "rotation": [-1.25, 0, 0], "uv": [0, 31]}, + {"origin": [-7, 4.85, -11.37297], "size": [14, 8, 23], "pivot": [2.1, 6.35, -4.37297], "rotation": [-5, 0, 0], "uv": [0, 0]}, + {"origin": [-7, 4.85, 11.70203], "size": [14, 8, 0], "pivot": [2.1, 6.35, -4.37297], "rotation": [-5, 0, 0], "uv": [0, 105]}, + {"origin": [7.175, 4.85, -11.37297], "size": [0, 8, 23], "pivot": [2.1, 6.35, -4.37297], "rotation": [-5, 0, 0], "uv": [0, 65]}, + {"origin": [-7.175, 4.85, -11.37297], "size": [0, 8, 23], "pivot": [-2.1, 6.35, -4.37297], "rotation": [-5, 0, 0], "uv": [0, 65], "mirror": true}, + {"origin": [-2.5, 12.35, -3.37037], "size": [5, 3, 6], "pivot": [2.5, 6.35, -2.82037], "rotation": [-5, 0, 0], "uv": [96, 15]}, + {"origin": [-2.5, 12.35, 4.62963], "size": [5, 3, 6], "pivot": [2.5, 6.35, -2.82037], "rotation": [-5, 0, 0], "uv": [97, 24]} + ] + }, + { + "name": "back_wing_left", + "parent": "torso", + "pivot": [3, 12.16018, 3.92647] + }, + { + "name": "back_wing_right", + "parent": "torso", + "pivot": [-3, 12.16018, 3.92647] + }, + { + "name": "neck", + "parent": "torso", + "pivot": [0, 10.89783, -9.03699] + }, + { + "name": "neck_1", + "parent": "neck", + "pivot": [0, 9.58813, -9.08028], + "cubes": [ + {"origin": [-3.5, 13.92439, -11.44375], "size": [7, 12, 7], "pivot": [0, 12.39939, 14.95625], "rotation": [22.5, 0, 0], "uv": [23, 60]} + ] + }, + { + "name": "neck_2", + "parent": "neck_1", + "pivot": [0, 14.20753, -10.5937], + "cubes": [ + {"origin": [-2.5, 18.92439, -10.44375], "size": [5, 12, 5], "pivot": [0, 12.39939, 14.95625], "rotation": [22.5, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "head", + "parent": "neck_2", + "pivot": [0, 20.36531, -12.54925], + "cubes": [ + {"origin": [-4.5, 18.36531, -18.04925], "size": [9, 8, 9], "uv": [51, 31]} + ] + }, + { + "name": "eye_left2", + "parent": "head", + "pivot": [0, 12.97439, -4.05806], + "cubes": [ + {"origin": [-0.525, 23.44939, -18.08306], "size": [1, 2, 0], "uv": [81, 3]}, + {"origin": [-1, 22.97439, -18.05806], "size": [2, 3, 0], "uv": [81, 0]} + ] + }, + { + "name": "eye_right2", + "parent": "head", + "pivot": [2.5, 10.74939, -4.05806], + "cubes": [ + {"origin": [-2.975, 21.22439, -18.08306], "size": [1, 2, 0], "uv": [81, 3], "mirror": true}, + {"origin": [-3.5, 20.74939, -18.05806], "size": [2, 3, 0], "uv": [81, 0], "mirror": true} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [2.5, 10.74939, -4.05806], + "cubes": [ + {"origin": [1.975, 21.22439, -18.08306], "size": [1, 2, 0], "uv": [81, 3]}, + {"origin": [1.5, 20.74939, -18.05806], "size": [2, 3, 0], "uv": [81, 0]} + ] + }, + { + "name": "ear_right", + "parent": "head", + "pivot": [-4.5, 22.36131, -12.98581] + }, + { + "name": "bone10", + "parent": "ear_right", + "pivot": [-4.90361, 24.0178, -13.08247], + "rotation": [-0.25, 0, 0], + "cubes": [ + {"origin": [-4.67899, 18.89803, -15.48662], "size": [4, 4, 7], "pivot": [-4.125, 21.74041, -13.89976], "rotation": [90.65742, 0.12235, -55.85439], "uv": [0, 31], "mirror": true}, + {"origin": [-7.27899, 19.89803, -14.98662], "size": [2, 2, 3], "pivot": [-4.125, 21.74041, -13.89976], "rotation": [90.61305, 0.2671, -68.85366], "uv": [107, 0], "mirror": true} + ] + }, + { + "name": "bone11", + "parent": "bone10", + "pivot": [-4.125, 21.74041, -13.89976], + "cubes": [ + {"origin": [-9.03893, 23.53469, -14.6074], "size": [3, 3, 4], "pivot": [-7.6, 25.74041, -13.89976], "rotation": [90.66378, -0.081, -38.35556], "uv": [90, 0], "mirror": true} + ] + }, + { + "name": "ear_left", + "parent": "head", + "pivot": [4.5, 22.36131, -12.98581] + }, + { + "name": "bone8", + "parent": "ear_left", + "pivot": [4.90361, 24.0178, -13.08247], + "rotation": [-0.25, 0, 0], + "cubes": [ + {"origin": [0.67899, 18.89803, -15.48662], "size": [4, 4, 7], "pivot": [4.125, 21.74041, -13.89976], "rotation": [90.65742, -0.12235, 55.85439], "uv": [0, 31]}, + {"origin": [5.27899, 19.89803, -14.98662], "size": [2, 2, 3], "pivot": [4.125, 21.74041, -13.89976], "rotation": [90.61305, -0.2671, 68.85366], "uv": [107, 0]} + ] + }, + { + "name": "bone9", + "parent": "bone8", + "pivot": [4.125, 21.74041, -13.89976], + "cubes": [ + {"origin": [6.03893, 23.53469, -14.6074], "size": [3, 3, 4], "pivot": [7.6, 25.74041, -13.89976], "rotation": [90.66378, 0.081, 38.35556], "uv": [90, 0]} + ] + }, + { + "name": "all_left_leg", + "parent": "body", + "pivot": [-3, -0.525, 1] + }, + { + "name": "leg_r_3", + "parent": "all_left_leg", + "pivot": [-4.12787, 3.26203, 7.5], + "cubes": [ + {"origin": [-7, 1.475, 5], "size": [7, 4, 5], "pivot": [-3, -0.525, 16], "rotation": [0, 0, -20], "uv": [0, 74], "mirror": true} + ] + }, + { + "name": "bone4", + "parent": "leg_r_3", + "pivot": [-6.41781, 1.4613, 7.5], + "cubes": [ + {"origin": [-11.41781, -0.0387, 5], "size": [4, 3, 5], "inflate": -0.025, "uv": [46, 78], "mirror": true} + ] + }, + { + "name": "leg_r_2", + "parent": "all_left_leg", + "pivot": [-4.12787, 3.26203, 0], + "cubes": [ + {"origin": [-7, 1.475, -2.5], "size": [7, 4, 5], "pivot": [-3, -0.525, 8.5], "rotation": [0, 0, -20], "uv": [0, 74], "mirror": true} + ] + }, + { + "name": "bone6", + "parent": "leg_r_2", + "pivot": [-6.41781, 1.4613, 0], + "cubes": [ + {"origin": [-11.41781, -0.0387, -2.5], "size": [4, 3, 5], "inflate": -0.025, "uv": [46, 78], "mirror": true} + ] + }, + { + "name": "leg_r_1", + "parent": "all_left_leg", + "pivot": [-4.12787, 2.98703, -7.5], + "cubes": [ + {"origin": [-7, 1.475, -10], "size": [7, 4, 5], "pivot": [-3, -0.525, 1], "rotation": [0, 0, -20], "uv": [0, 74], "mirror": true} + ] + }, + { + "name": "bone2", + "parent": "leg_r_1", + "pivot": [-7.41781, 1.4613, -7.5], + "cubes": [ + {"origin": [-11.41781, -0.0387, -10], "size": [4, 3, 5], "inflate": -0.025, "uv": [46, 78], "mirror": true} + ] + }, + { + "name": "all_right_leg", + "parent": "body", + "pivot": [3, -0.525, 1] + }, + { + "name": "leg_l_3", + "parent": "all_right_leg", + "pivot": [4.12787, 3.26203, 7.5], + "cubes": [ + {"origin": [0, 1.475, 5], "size": [7, 4, 5], "pivot": [3, -0.525, 16], "rotation": [0, 0, 20], "uv": [0, 74]} + ] + }, + { + "name": "bone3", + "parent": "leg_l_3", + "pivot": [6.41781, 1.4613, 7.5], + "cubes": [ + {"origin": [7.41781, -0.0387, 5], "size": [4, 3, 5], "inflate": -0.025, "uv": [46, 78]} + ] + }, + { + "name": "leg_l_2", + "parent": "all_right_leg", + "pivot": [4.12787, 3.26203, 0], + "cubes": [ + {"origin": [1.33793, 1.06276, -2.5], "size": [7, 4, 5], "pivot": [4.83793, 3.06276, 0], "rotation": [0, 0, 20], "uv": [0, 74]} + ] + }, + { + "name": "bone5", + "parent": "leg_l_2", + "pivot": [6.41781, 1.4613, 0], + "cubes": [ + {"origin": [7.41781, -0.0387, -2.5], "size": [4, 3, 5], "inflate": -0.025, "uv": [46, 78]} + ] + }, + { + "name": "leg_l_1", + "parent": "all_right_leg", + "pivot": [4.12787, 2.98703, -7.5], + "cubes": [ + {"origin": [0, 1.475, -10], "size": [7, 4, 5], "pivot": [3, -0.525, 1], "rotation": [0, 0, 20], "uv": [0, 74]} + ] + }, + { + "name": "bone", + "parent": "leg_l_1", + "pivot": [7.41781, 1.4613, -7.5], + "cubes": [ + {"origin": [7.41781, -0.0387, -10], "size": [4, 3, 5], "inflate": -0.025, "uv": [46, 78]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/genesect/genesect.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/genesect/genesect.geo.json new file mode 100644 index 0000000..2a0a86e --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/genesect/genesect.geo.json @@ -0,0 +1,351 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "genesect", + "pivot": [0, 0, 0] + }, + { + "name": "mid_torso", + "parent": "genesect", + "pivot": [0, 19.7, 3] + }, + { + "name": "flight_movement", + "parent": "mid_torso", + "pivot": [0, 22, -4] + }, + { + "name": "flight_rotation", + "parent": "flight_movement", + "pivot": [0, 17.84604, -0.16012] + }, + { + "name": "right_leg_rotate", + "parent": "flight_rotation", + "pivot": [-3.12551, 15.67938, 3.82259] + }, + { + "name": "right_leg", + "parent": "right_leg_rotate", + "pivot": [-3.12551, 15.67938, 3.82259], + "rotation": [0, 15, 0] + }, + { + "name": "right_stick", + "parent": "right_leg", + "pivot": [-5.12551, 15.67938, 3.82259], + "cubes": [ + {"origin": [-5.62551, 15.17938, 3.32259], "size": [5, 1, 1], "uv": [48, 12]} + ] + }, + { + "name": "bone3", + "parent": "right_leg", + "pivot": [-6.80051, 12.17938, 3.32259] + }, + { + "name": "bone5", + "parent": "bone3", + "pivot": [-6.80051, 12.17938, 3.32259], + "rotation": [-25, 0, 0], + "cubes": [ + {"origin": [-8.18266, 7.84604, 1.64755], "size": [3, 9, 1], "pivot": [-6.68266, 3.84604, 4.14755], "rotation": [0, 45, 0], "uv": [72, 57]}, + {"origin": [-7.18266, 16.84604, 1.64755], "size": [2, 2, 1], "pivot": [-6.68266, 3.84604, 4.14755], "rotation": [0, 45, 0], "uv": [29, 14]}, + {"origin": [-5.18266, 7.84604, 1.64755], "size": [1, 9, 4], "pivot": [-6.68266, 3.84604, 4.14755], "rotation": [0, 45, 0], "uv": [32, 69]}, + {"origin": [-5.18266, 16.84604, 1.64755], "size": [1, 2, 3], "pivot": [-6.68266, 3.84604, 4.14755], "rotation": [0, 45, 0], "uv": [15, 26]} + ] + }, + { + "name": "bone9", + "parent": "bone5", + "pivot": [-6.68266, 7.84604, 4.14755], + "rotation": [25.81427, 0, 0], + "cubes": [ + {"origin": [-8.18266, -0.15396, 2.64755], "size": [3, 9, 3], "pivot": [-6.68266, 3.84604, 4.14755], "rotation": [0, 45, 0], "uv": [0, 0]} + ] + }, + { + "name": "bone10", + "parent": "bone9", + "pivot": [-6.68266, 0.37104, 4.1479], + "cubes": [ + {"origin": [-8.18266, -0.12896, -1.3521], "size": [3, 1, 5], "uv": [67, 51]} + ] + }, + { + "name": "leg_left_rotate", + "parent": "flight_rotation", + "pivot": [3.12551, 15.67938, 3.82259] + }, + { + "name": "left_leg", + "parent": "leg_left_rotate", + "pivot": [3.12551, 15.67938, 3.82259], + "rotation": [0, -15, 0] + }, + { + "name": "left_stick", + "parent": "left_leg", + "pivot": [5.12551, 15.67938, 3.82259], + "cubes": [ + {"origin": [0.62551, 15.17938, 3.32259], "size": [5, 1, 1], "uv": [46, 56]} + ] + }, + { + "name": "bone4", + "parent": "left_leg", + "pivot": [6.80051, 12.17938, 3.32259] + }, + { + "name": "bone7", + "parent": "bone4", + "pivot": [6.80051, 12.17938, 3.32259], + "rotation": [-25, 0, 0], + "cubes": [ + {"origin": [5.18266, 7.84604, 1.64755], "size": [3, 9, 1], "pivot": [6.68266, 3.84604, 4.14755], "rotation": [0, -45, 0], "uv": [64, 73]}, + {"origin": [5.18266, 16.84604, 1.64755], "size": [2, 2, 1], "pivot": [6.68266, 3.84604, 4.14755], "rotation": [0, -45, 0], "uv": [29, 17]}, + {"origin": [4.18266, 7.84604, 1.64755], "size": [1, 9, 4], "pivot": [6.68266, 3.84604, 4.14755], "rotation": [0, -45, 0], "uv": [42, 69]}, + {"origin": [4.18266, 16.84604, 1.64755], "size": [1, 2, 3], "pivot": [6.68266, 3.84604, 4.14755], "rotation": [0, -45, 0], "uv": [38, 14]} + ] + }, + { + "name": "bone6", + "parent": "bone7", + "pivot": [6.68266, 7.84604, 4.14755], + "rotation": [25.81427, 0, 0], + "cubes": [ + {"origin": [5.18266, -0.15396, 2.64755], "size": [3, 9, 3], "pivot": [6.68266, 3.84604, 4.14755], "rotation": [0, -45, 0], "uv": [0, 26]} + ] + }, + { + "name": "bone8", + "parent": "bone6", + "pivot": [6.68266, 0.37104, 4.1479], + "cubes": [ + {"origin": [5.18266, -0.12896, -1.3521], "size": [3, 1, 5], "uv": [14, 70]} + ] + }, + { + "name": "torso", + "parent": "flight_rotation", + "pivot": [0, 16.04604, 3.33988], + "rotation": [5, 0, 0] + }, + { + "name": "middle_chest", + "parent": "torso", + "pivot": [0, 15.10276, 2.98454] + }, + { + "name": "top_sec", + "parent": "middle_chest", + "pivot": [0, 22.10276, 2.98454], + "cubes": [ + {"origin": [-4.5, 21.10276, 0.04093], "size": [9, 6, 6], "inflate": 0.02, "uv": [35, 0]}, + {"origin": [-4.525, 20.60276, -0.52955], "size": [2, 7, 7], "inflate": 0.02, "uv": [18, 56]}, + {"origin": [3.55, 21.60276, 0.47045], "size": [2, 5, 5], "inflate": 0.02, "uv": [67, 18]}, + {"origin": [2.525, 20.60276, -0.52955], "size": [2, 7, 7], "inflate": 0.02, "uv": [0, 55]}, + {"origin": [-5.55, 21.60276, 0.47045], "size": [2, 5, 5], "inflate": 0.02, "uv": [0, 69]} + ] + }, + { + "name": "hand_right", + "parent": "top_sec", + "pivot": [-5.45, 24.10276, 3.27045], + "cubes": [ + {"origin": [-9.45, 23.10276, 2.27045], "size": [6, 2, 2], "inflate": -0.225, "uv": [59, 0]} + ] + }, + { + "name": "hand_right_2", + "parent": "hand_right", + "pivot": [-8.89751, 24.10276, 3.77705], + "cubes": [ + {"origin": [-13.3, 23.10276, 2.27045], "size": [5, 2, 2], "inflate": 0.01, "uv": [75, 0]}, + {"origin": [-13.575, 23.10276, 2.82045], "size": [5, 2, 2], "pivot": [-12.3, 24.10276, 4.27045], "rotation": [0, -20.75, 0], "uv": [72, 47]} + ] + }, + { + "name": "hand_right_3", + "parent": "hand_right_2", + "pivot": [-12.63333, 24.22776, 3.60378], + "cubes": [ + {"origin": [-15.3, 22.72776, -2.72955], "size": [3, 3, 9], "inflate": 0.01, "uv": [24, 44]}, + {"origin": [-14.3, 23.22776, -5.72955], "size": [2, 2, 3], "inflate": 0.01, "uv": [9, 69]}, + {"origin": [-14.8, 23.22776, 5.27045], "size": [2, 2, 4], "inflate": 0.01, "uv": [72, 73]} + ] + }, + { + "name": "hand_left", + "parent": "top_sec", + "pivot": [5.45, 24.10276, 3.27045], + "cubes": [ + {"origin": [3.45, 23.10276, 2.27045], "size": [6, 2, 2], "inflate": -0.225, "uv": [38, 23]} + ] + }, + { + "name": "hand_left_2", + "parent": "hand_left", + "pivot": [8.89751, 24.10276, 3.77705], + "cubes": [ + {"origin": [8.3, 23.10276, 2.27045], "size": [5, 2, 2], "inflate": 0.01, "uv": [29, 56]}, + {"origin": [8.575, 23.10276, 2.82045], "size": [5, 2, 2], "pivot": [12.3, 24.10276, 4.27045], "rotation": [0, 20.75, 0], "uv": [11, 55]} + ] + }, + { + "name": "hand_left_3", + "parent": "hand_left_2", + "pivot": [12.63333, 24.22776, 3.60378], + "cubes": [ + {"origin": [12.3, 22.72776, -2.72955], "size": [3, 3, 9], "inflate": 0.01, "uv": [0, 43]}, + {"origin": [12.3, 23.22776, -5.72955], "size": [2, 2, 3], "inflate": 0.01, "uv": [62, 17]}, + {"origin": [12.8, 23.22776, 5.27045], "size": [2, 2, 4], "inflate": 0.01, "uv": [39, 44]} + ] + }, + { + "name": "neck", + "parent": "top_sec", + "pivot": [0, 26.60276, 1.54093], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [-1.5, 25.10276, 0.04093], "size": [3, 5, 3], "inflate": 0.02, "uv": [72, 28]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 30.60276, 1.81887], + "rotation": [-7.5, 0, 0], + "cubes": [ + {"origin": [-13.1991, 29.10276, -9.02253], "size": [8, 5, 8], "inflate": 0.01, "pivot": [-7.1241, 31.60276, 7.12747], "rotation": [0, -45, 0], "uv": [28, 31]}, + {"origin": [-5.5, 29.10276, -2.93113], "size": [11, 5, 7], "inflate": 0.02, "uv": [0, 14]}, + {"origin": [2.8, 34.12776, -2.88113], "size": [1, 0, 2], "pivot": [4, 33.77776, -1.93113], "rotation": [0, 27.5, 0], "uv": [7, 26]}, + {"origin": [-3.8, 34.12776, -2.88113], "size": [1, 0, 2], "pivot": [-4, 33.77776, -1.93113], "rotation": [0, -27.5, 0], "uv": [2, 14]} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [4.44437, 32.62776, -4.53702], + "cubes": [ + {"origin": [3.94437, 30.62776, -6.63702], "size": [1, 2, 4], "pivot": [4.44437, 31.62776, -4.53702], "rotation": [5, 45, 0], "uv": [76, 63]} + ] + }, + { + "name": "eye_right", + "parent": "head", + "pivot": [-4.44437, 32.62776, -4.53702], + "cubes": [ + {"origin": [-4.94437, 30.62776, -6.63702], "size": [1, 2, 4], "pivot": [-4.44437, 31.62776, -4.53702], "rotation": [5, -45, 0], "uv": [76, 13]} + ] + }, + { + "name": "bone", + "parent": "head", + "pivot": [-0.5, 36.10276, -2.88113], + "cubes": [ + {"origin": [-1.5, 33.80276, -3.18113], "size": [3, 2, 3], "inflate": 0.01, "pivot": [0, 35.10276, -0.88113], "rotation": [45, 0, 0], "uv": [11, 76]}, + {"origin": [-2.5, 34.10276, -0.88113], "size": [5, 2, 5], "inflate": 0.02, "uv": [15, 31]} + ] + }, + { + "name": "cannon", + "parent": "top_sec", + "pivot": [-0.5, 25.10276, 6.04093], + "rotation": [47.5, 0, 0] + }, + { + "name": "stick_cannon", + "parent": "cannon", + "pivot": [-0.5, 24.10276, 4.04093], + "cubes": [ + {"origin": [-0.5, 23.10276, 3.04093], "size": [1, 3, 8], "uv": [62, 62]}, + {"origin": [-0.5, 23.10276, 11.04093], "size": [1, 5, 2], "uv": [0, 14]} + ] + }, + { + "name": "full_cannon", + "parent": "cannon", + "pivot": [0, 24.84604, 14.83988] + }, + { + "name": "top_cannon", + "parent": "full_cannon", + "pivot": [-0.5, 24.10276, 4.04093], + "cubes": [ + {"origin": [-1, 23.10276, 17.04093], "size": [2, 2, 2], "uv": [0, 43]}, + {"origin": [-2.5, 22.10276, 13.04093], "size": [5, 10, 5], "uv": [52, 23]}, + {"origin": [-3.5, 20.10276, 15.04093], "size": [7, 7, 2], "uv": [66, 38]} + ] + }, + { + "name": "cannon_topsie", + "parent": "top_cannon", + "pivot": [0.00833, 38.58609, 15.56593], + "cubes": [ + {"origin": [-2, 30.10276, 13.51593], "size": [4, 8, 4], "uv": [54, 56]} + ] + }, + { + "name": "cannontopsie_2", + "parent": "cannon_topsie", + "pivot": [0.0125, 41.32776, 15.59093], + "cubes": [ + {"origin": [-1.5, 36.07776, 14.04093], "size": [3, 7, 3], "uv": [52, 70]}, + {"origin": [-0.975, 43.07776, 14.56593], "size": [2, 0, 2], "inflate": 0.01, "uv": [7, 0]} + ] + }, + { + "name": "sheild", + "parent": "full_cannon", + "pivot": [-7.1241, 28.60276, 12.95439], + "rotation": [-90, 0, 0], + "cubes": [ + {"origin": [12.1991, 26.10276, 21.10439], "size": [1, 5, 7], "inflate": 0.01, "pivot": [7.1241, 28.60276, 12.95439], "rotation": [0, -45, 0], "uv": [62, 5]}, + {"origin": [-5.5, 30.10276, 10.01298], "size": [11, 1, 13], "inflate": 0.02, "uv": [0, 0]}, + {"origin": [4.5, 26.10276, 10.01298], "size": [1, 4, 13], "inflate": 0.02, "uv": [0, 26]}, + {"origin": [-5.5, 26.10276, 10.01298], "size": [1, 4, 13], "inflate": 0.02, "uv": [23, 14]}, + {"origin": [-12.1991, 30.10276, 21.10439], "size": [7, 1, 7], "inflate": 0.01, "pivot": [-7.1241, 28.60276, 12.95439], "rotation": [0, 45, 0], "uv": [39, 15]}, + {"origin": [-13.1991, 26.10276, 21.10439], "size": [1, 5, 8], "inflate": 0.01, "pivot": [-7.1241, 28.60276, 12.95439], "rotation": [0, 45, 0], "uv": [36, 56]} + ] + }, + { + "name": "bot_sec", + "parent": "middle_chest", + "pivot": [0, 19.60276, 3.54093], + "rotation": [-2.5, 0, 0], + "cubes": [ + {"origin": [-1.5, 17.10276, 2.04093], "size": [3, 5, 3], "inflate": 0.02, "pivot": [0, 19.60276, 3.54093], "rotation": [5, 0, 0], "uv": [71, 4]} + ] + }, + { + "name": "abodoment_rotate", + "parent": "bot_sec", + "pivot": [0, 15.10276, 6.74093], + "rotation": [5, 0, 0] + }, + { + "name": "abdoment", + "parent": "abodoment_rotate", + "pivot": [-0.70711, 15.10276, 3.04041], + "rotation": [0, -45, 0], + "cubes": [ + {"origin": [-2.70711, 13.37776, 0.04041], "size": [6, 6, 6], "uv": [48, 44]}, + {"origin": [-1.70711, 8.37776, 1.04041], "size": [4, 5, 4], "inflate": 0.02, "uv": [15, 43]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/geodude_alolan.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/geodude_alolan.geo.json new file mode 100644 index 0000000..55ab45d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/geodude_alolan.geo.json @@ -0,0 +1,295 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.geodude_alolan", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 4, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "geodude", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "geodude", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 4.5, 0], + "cubes": [ + {"origin": [-4.5, 2, -4.5], "size": [9, 6, 9], "uv": [0, 0]}, + {"origin": [-4.5, 0, -1.5], "size": [9, 2, 6], "inflate": 0.01, "uv": [0, 31]} + ] + }, + { + "name": "eye_right", + "parent": "torso", + "pivot": [-2.54168, 4.54548, -4.525], + "cubes": [ + {"origin": [-4, 3.5, -4.525], "size": [3, 2, 0], "inflate": 0.01, "pivot": [-2, 5, -4.525], "rotation": [0, 0, 5], "uv": [0, 0]}, + {"origin": [-5.2, 6, -5.125], "size": [3, 1, 1], "inflate": -0.3, "pivot": [-2, 5, -4.525], "rotation": [0, 0, 12], "uv": [0, 61]}, + {"origin": [-5.2, 4.6, -5.125], "size": [5, 2, 1], "inflate": -0.3, "pivot": [-2, 5, -4.525], "rotation": [0, 0, 12], "uv": [0, 61]}, + {"origin": [-4.43073, 8.98085, 1.575], "size": [3, 1, 0], "pivot": [-2.7, 8.9, -1.725], "rotation": [10, 0, 81], "uv": [2, 63]}, + {"origin": [-4.43073, 9.08085, -3.825], "size": [3, 1, 0], "pivot": [-2.7, 8.9, -1.725], "rotation": [-13.65033, -4.98779, 79.98477], "uv": [1, 62]}, + {"origin": [-3.93073, 7.88085, -2.025], "size": [3, 1, 0], "pivot": [-2.2, 8.9, -1.725], "rotation": [0, 0, 77], "uv": [2, 63]}, + {"origin": [-3.93073, 7.88085, -0.025], "size": [3, 1, 0], "pivot": [-2.2, 8.9, -1.725], "rotation": [0, 0, 76], "uv": [2, 63]} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-2.54168, 4.54548, -3.925], + "cubes": [ + {"origin": [-4, 3.5, -4.425], "size": [3, 2, 1], "inflate": 0.02, "pivot": [-2, 5, -4.425], "rotation": [0, 0, 5], "uv": [0, 2]} + ] + }, + { + "name": "eye_left", + "parent": "torso", + "pivot": [2.54168, 4.54548, -4.525], + "cubes": [ + {"origin": [1, 3.5, -4.525], "size": [3, 2, 0], "inflate": 0.01, "pivot": [2, 5, -4.525], "rotation": [0, 0, -5], "uv": [0, 0], "mirror": true}, + {"origin": [0.2, 4.6, -5.125], "size": [5, 2, 1], "inflate": -0.3, "pivot": [2, 5, -4.525], "rotation": [0, 0, -12], "uv": [0, 61], "mirror": true}, + {"origin": [2.2, 6, -5.125], "size": [3, 1, 1], "inflate": -0.3, "pivot": [2, 5, -4.525], "rotation": [0, 0, -12], "uv": [0, 61], "mirror": true}, + {"origin": [1.43073, 9.08085, -3.825], "size": [3, 1, 0], "pivot": [2.7, 8.9, -1.725], "rotation": [-13.65033, 4.98779, -79.98477], "uv": [1, 62], "mirror": true}, + {"origin": [0.93073, 7.88085, -2.025], "size": [3, 1, 0], "pivot": [2.2, 8.9, -1.725], "rotation": [0, 0, -77], "uv": [2, 63], "mirror": true}, + {"origin": [0.93073, 7.88085, -0.025], "size": [3, 1, 0], "pivot": [2.2, 8.9, -1.725], "rotation": [0, 0, -76], "uv": [2, 63], "mirror": true}, + {"origin": [1.43073, 8.98085, 1.575], "size": [3, 1, 0], "pivot": [2.7, 8.9, -1.725], "rotation": [10, 0, -81], "uv": [2, 63], "mirror": true} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [2.54168, 4.54548, -3.925], + "cubes": [ + {"origin": [1, 3.5, -4.425], "size": [3, 2, 1], "inflate": 0.02, "pivot": [2, 5, -4.425], "rotation": [0, 0, -5], "uv": [0, 2], "mirror": true} + ] + }, + { + "name": "jaw", + "parent": "torso", + "pivot": [0, 2, -1.5], + "cubes": [ + {"origin": [-4, 0, -4.25], "size": [8, 2, 3], "uv": [0, 39]} + ] + }, + { + "name": "arm_right", + "parent": "torso", + "pivot": [-4.5, 3.5, 0.25], + "cubes": [ + {"origin": [-9.5, 2.5, -0.75], "size": [5, 2, 2], "uv": [27, 4]} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-9.5, 3.5, 1.25], + "cubes": [ + {"origin": [-15.5, 2.5, -0.75], "size": [6, 3, 2], "inflate": 0.01, "uv": [16, 26]} + ] + }, + { + "name": "hand_right", + "parent": "arm_right2", + "pivot": [-15.5, 4.75, 0.25], + "cubes": [ + {"origin": [-18.5, 2.25, -0.75], "size": [3, 4, 2], "uv": [0, 18]} + ] + }, + { + "name": "finger_right_thumb", + "parent": "hand_right", + "pivot": [-17.5, 6, 0.25], + "cubes": [ + {"origin": [-19.5, 5.5, -0.75], "size": [2, 1, 1], "inflate": 0.01, "uv": [26, 17]} + ] + }, + { + "name": "finger_right_thumb2", + "parent": "finger_right_thumb", + "pivot": [-19.5, 6, -0.75], + "cubes": [ + {"origin": [-20.5, 5.5, -0.75], "size": [1, 1, 1], "uv": [16, 19]} + ] + }, + { + "name": "finger_right_index", + "parent": "hand_right", + "pivot": [-18.5, 5.75, 1.25], + "cubes": [ + {"origin": [-20.5, 5.25, 0.25], "size": [2, 1, 1], "inflate": 0.01, "uv": [20, 23]} + ] + }, + { + "name": "finger_right_index2", + "parent": "finger_right_index", + "pivot": [-20.5, 5.75, 1.25], + "cubes": [ + {"origin": [-22.5, 5.25, 0.25], "size": [2, 1, 1], "uv": [10, 19]} + ] + }, + { + "name": "finger_right_middle", + "parent": "hand_right", + "pivot": [-18.5, 4.75, 1.25], + "cubes": [ + {"origin": [-20.5, 4.25, 0.25], "size": [2, 1, 1], "inflate": 0.01, "uv": [20, 21]} + ] + }, + { + "name": "finger_right_middle2", + "parent": "finger_right_middle", + "pivot": [-20.5, 4.75, 1.25], + "cubes": [ + {"origin": [-22.5, 4.25, 0.25], "size": [2, 1, 1], "uv": [10, 21]} + ] + }, + { + "name": "finger_right_ring", + "parent": "hand_right", + "pivot": [-18.5, 3.75, 1.25], + "cubes": [ + {"origin": [-20.5, 3.25, 0.25], "size": [2, 1, 1], "inflate": 0.01, "uv": [20, 19]} + ] + }, + { + "name": "finger_right_ring2", + "parent": "finger_right_ring", + "pivot": [-20.5, 3.75, 1.25], + "cubes": [ + {"origin": [-22.5, 3.25, 0.25], "size": [2, 1, 1], "uv": [10, 23]} + ] + }, + { + "name": "finger_right_pinky", + "parent": "hand_right", + "pivot": [-18.5, 2.75, 1.25], + "cubes": [ + {"origin": [-20.5, 2.25, 0.25], "size": [2, 1, 1], "inflate": 0.01, "uv": [20, 17]} + ] + }, + { + "name": "finger_right_pinky2", + "parent": "finger_right_pinky", + "pivot": [-20.5, 2.75, 1.25], + "cubes": [ + {"origin": [-21.5, 2.25, 0.25], "size": [1, 1, 1], "uv": [16, 17]} + ] + }, + { + "name": "arm_left", + "parent": "torso", + "pivot": [4.5, 3.5, 0.25], + "cubes": [ + {"origin": [4.5, 2.5, -0.75], "size": [5, 2, 2], "uv": [27, 4], "mirror": true} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [9.5, 3.5, 1.25], + "cubes": [ + {"origin": [9.5, 2.5, -0.75], "size": [6, 3, 2], "inflate": 0.01, "uv": [16, 26], "mirror": true} + ] + }, + { + "name": "hand_left", + "parent": "arm_left2", + "pivot": [15.5, 4.75, 0.25], + "cubes": [ + {"origin": [15.5, 2.25, -0.75], "size": [3, 4, 2], "uv": [0, 18], "mirror": true} + ] + }, + { + "name": "finger_left_thumb", + "parent": "hand_left", + "pivot": [17.5, 6, 0.25], + "cubes": [ + {"origin": [17.5, 5.5, -0.75], "size": [2, 1, 1], "inflate": 0.01, "uv": [26, 17], "mirror": true} + ] + }, + { + "name": "finger_left_thumb2", + "parent": "finger_left_thumb", + "pivot": [19.5, 6, -0.75], + "cubes": [ + {"origin": [19.5, 5.5, -0.75], "size": [1, 1, 1], "uv": [16, 19], "mirror": true} + ] + }, + { + "name": "finger_left_index", + "parent": "hand_left", + "pivot": [18.5, 5.75, 1.25], + "cubes": [ + {"origin": [18.5, 5.25, 0.25], "size": [2, 1, 1], "inflate": 0.01, "uv": [20, 23], "mirror": true} + ] + }, + { + "name": "finger_left_index2", + "parent": "finger_left_index", + "pivot": [20.5, 5.75, 1.25], + "cubes": [ + {"origin": [20.5, 5.25, 0.25], "size": [2, 1, 1], "uv": [10, 19], "mirror": true} + ] + }, + { + "name": "finger_left_middle", + "parent": "hand_left", + "pivot": [18.5, 4.75, 1.25], + "cubes": [ + {"origin": [18.5, 4.25, 0.25], "size": [2, 1, 1], "inflate": 0.01, "uv": [20, 21], "mirror": true} + ] + }, + { + "name": "finger_left_middle2", + "parent": "finger_left_middle", + "pivot": [20.5, 4.75, 1.25], + "cubes": [ + {"origin": [20.5, 4.25, 0.25], "size": [2, 1, 1], "uv": [10, 21], "mirror": true} + ] + }, + { + "name": "finger_left_ring", + "parent": "hand_left", + "pivot": [18.5, 3.75, 1.25], + "cubes": [ + {"origin": [18.5, 3.25, 0.25], "size": [2, 1, 1], "inflate": 0.01, "uv": [20, 19], "mirror": true} + ] + }, + { + "name": "finger_left_ring2", + "parent": "finger_left_ring", + "pivot": [20.5, 3.75, 1.25], + "cubes": [ + {"origin": [20.5, 3.25, 0.25], "size": [2, 1, 1], "uv": [10, 23], "mirror": true} + ] + }, + { + "name": "finger_left_pinky", + "parent": "hand_left", + "pivot": [18.5, 2.75, 1.25], + "cubes": [ + {"origin": [18.5, 2.25, 0.25], "size": [2, 1, 1], "inflate": 0.01, "uv": [20, 17], "mirror": true} + ] + }, + { + "name": "finger_left_pinky2", + "parent": "finger_left_pinky", + "pivot": [20.5, 2.75, 1.25], + "cubes": [ + {"origin": [20.5, 2.25, 0.25], "size": [1, 1, 1], "uv": [16, 17], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/glalie/glalie.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/glalie/glalie.geo.json new file mode 100644 index 0000000..d47a6b0 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/glalie/glalie.geo.json @@ -0,0 +1,124 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.glalie", + "texture_width": 168, + "texture_height": 128, + "visible_bounds_width": 5, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "glalie", + "pivot": [0, 0, 0] + }, + { + "name": "root", + "parent": "glalie", + "pivot": [-0.0085, 19.03098, -2.34286] + }, + { + "name": "body", + "parent": "root", + "pivot": [-0.0085, 19.03098, -2.34286], + "cubes": [ + {"origin": [2.5, 25.05, -12.5], "size": [5, 1, 25], "inflate": 0.09, "uv": [101, 29]}, + {"origin": [-7.5, 25.05, -12.5], "size": [5, 1, 25], "inflate": 0.09, "uv": [101, 2]}, + {"origin": [-12.2, 15.8, -13.2], "size": [3, 10, 10], "inflate": -0.1, "pivot": [-11.2, 23.7, -7.7], "rotation": [0, 0, -52.5], "uv": [102, 56]}, + {"origin": [9.2, 15.725, -13.2], "size": [3, 10, 10], "inflate": -0.1, "pivot": [11.2, 23.7, -7.7], "rotation": [0, 0, 52.5], "uv": [129, 56]}, + {"origin": [-12.5, 0, -96.5], "size": [25, 25, 25], "inflate": -25.2, "pivot": [0, 12.5, -42], "rotation": [180, 0, 0], "uv": [0, 27]}, + {"origin": [-12.5, 0, -12.5], "size": [25, 25, 25], "inflate": 0.2, "uv": [0, 27]}, + {"origin": [-12.5, 0, -12.5], "size": [25, 25, 25], "uv": [0, 78]} + ] + }, + { + "name": "horn_left", + "parent": "body", + "pivot": [8.25, 21.4, 0], + "rotation": [0, 0, 52.5], + "cubes": [ + {"origin": [3.75, 15.4, -4.5], "size": [9, 16, 9], "uv": [58, 0]}, + {"origin": [5.75, 30.4, -2.5], "size": [5, 8, 5], "uv": [95, 12]}, + {"origin": [8.25, 38.4, -2.5], "size": [0, 6, 5], "uv": [98, -3]}, + {"origin": [8.25, 38.4, -2.5], "size": [0, 6, 5], "pivot": [8.25, 41.4, 0], "rotation": [0, -90, 0], "uv": [87, -3]} + ] + }, + { + "name": "horn_right", + "parent": "body", + "pivot": [-8.25, 21.4, 0], + "rotation": [0, 0, -52.5], + "cubes": [ + {"origin": [-12.75, 15.4, -4.5], "size": [9, 16, 9], "uv": [21, 0]}, + {"origin": [-10.75, 30.4, -2.5], "size": [5, 8, 5], "uv": [0, 12]}, + {"origin": [-8.25, 38.4, -2.5], "size": [0, 6, 5], "uv": [7, -3]}, + {"origin": [-8.25, 38.4, -2.5], "size": [0, 6, 5], "pivot": [-8.25, 41.4, 0], "rotation": [0, 90, 0], "uv": [18, -3]} + ] + }, + { + "name": "eye_left", + "parent": "body", + "pivot": [6, 16, -12.6], + "rotation": [0, 0, -5], + "cubes": [ + {"origin": [2.5, 13, -12.6], "size": [7, 6, 0], "uv": [77, 37]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [6, 18, -11.175], + "rotation": [0, 0, -12.5], + "cubes": [ + {"origin": [1.5, 16, -11.675], "size": [8, 3, 1], "inflate": 0.01, "uv": [82, 45]} + ] + }, + { + "name": "pupil_left", + "parent": "eye_left", + "pivot": [5.5, 17, -12.675], + "cubes": [ + {"origin": [4.5, 15, -12.675], "size": [2, 4, 0], "uv": [77, 45]} + ] + }, + { + "name": "eye_right", + "parent": "body", + "pivot": [-6, 16, -12.6], + "rotation": [0, 0, 5], + "cubes": [ + {"origin": [-9.5, 13, -12.6], "size": [7, 6, 0], "uv": [9, 37], "mirror": true} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-6, 18, -11.175], + "rotation": [0, 0, 12.5], + "cubes": [ + {"origin": [-9.5, 16, -11.675], "size": [8, 3, 1], "inflate": 0.01, "uv": [0, 45], "mirror": true} + ] + }, + { + "name": "pupil_right", + "parent": "eye_right", + "pivot": [-5.5, 17, -12.675], + "cubes": [ + {"origin": [-6.5, 15, -12.675], "size": [2, 4, 0], "uv": [19, 45], "mirror": true} + ] + }, + { + "name": "mouth_open", + "parent": "body", + "pivot": [0, 5.5, -10.625], + "cubes": [ + {"origin": [-7.5, 0, -10.625], "size": [15, 11, 0], "uv": [77, 79]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/glameow.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/glameow.geo.json new file mode 100644 index 0000000..a6cfebd --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/glameow.geo.json @@ -0,0 +1,441 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.glameow", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 4, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "glameow", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "glameow", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-2, 5, -4], "size": [4, 4, 10], "uv": [0, 0]}, + {"origin": [-1, 8.5, -0.75], "size": [1, 2, 0], "pivot": [-1, 9, -1], "rotation": [-15, -25, 0], "uv": [18, 0]}, + {"origin": [0, 8.5, -0.75], "size": [1, 2, 0], "pivot": [1, 9, -1], "rotation": [-15, 25, 0], "uv": [4, 16]}, + {"origin": [-1.5, 8.5, -2], "size": [0, 2, 1], "pivot": [-1.5, 9, -1.5], "rotation": [0, 15, -25], "uv": [4, 15]}, + {"origin": [-1.5, 8.5, -4], "size": [0, 2, 1], "pivot": [-1.5, 9, -3.5], "rotation": [17.5, -15, -25], "uv": [4, 15]}, + {"origin": [1.5, 8.5, -2], "size": [0, 2, 1], "pivot": [1.5, 9, -1.5], "rotation": [0, -15, 25], "uv": [0, 0]}, + {"origin": [1.5, 8.5, -4], "size": [0, 2, 1], "pivot": [1.5, 9, -3.5], "rotation": [15, 15, 25], "uv": [7, 0]} + ] + }, + { + "name": "neck", + "parent": "body", + "pivot": [0, 9, -1.5], + "cubes": [ + {"origin": [-1, 8.5, -3.5], "size": [2, 4, 2], "pivot": [0, 9, -2.5], "rotation": [15, 0, 0], "uv": [16, 27]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 11, -3.5], + "cubes": [ + {"origin": [-3.5, 11, -8], "size": [7, 6, 7], "uv": [0, 14]}, + {"origin": [-6, 12.25, -8.01], "size": [3, 0.25, 0], "pivot": [-3, 12.5, -8.01], "rotation": [0, 0, -10], "uv": [0, 39]}, + {"origin": [-6, 11.5, -8.01], "size": [3, 0.25, 0], "pivot": [-3, 11.75, -8.01], "rotation": [0, 0, -20], "uv": [0, 39]}, + {"origin": [3, 12.25, -8.01], "size": [3, 0.25, 0], "pivot": [3, 12.5, -8.01], "rotation": [0, 0, 10], "uv": [0, 39]}, + {"origin": [3, 11.5, -8.01], "size": [3, 0.25, 0], "pivot": [3, 11.75, -8.01], "rotation": [0, 0, 20], "uv": [0, 40]} + ] + }, + { + "name": "eye_l", + "parent": "head", + "pivot": [2.5, 15.25, -8.01], + "cubes": [ + {"origin": [0.5, 13.25, -8.01], "size": [2, 2, 0], "pivot": [2.5, 15.25, -8.01], "rotation": [0, 0, -25], "uv": [0, 16]}, + {"origin": [0.75, 13.25, -8.02], "size": [1, 1, 0], "pivot": [2.5, 15.25, -8.01], "rotation": [0, 0, -25], "uv": [0, 0]} + ] + }, + { + "name": "eyelid_l", + "parent": "eye_l", + "pivot": [-2.5, 15.25, -8.01], + "cubes": [ + {"origin": [0.5, 13.25, -8], "size": [2, 2, 0], "pivot": [2.5, 15.25, -8.01], "rotation": [0, 0, -25], "uv": [15, 45]} + ] + }, + { + "name": "eye_r", + "parent": "head", + "pivot": [2.5, 15.25, -8.01], + "cubes": [ + {"origin": [-2.5, 13.25, -8.01], "size": [2, 2, 0], "pivot": [-2.5, 15.25, -8.01], "rotation": [0, 0, 25], "uv": [0, 18]}, + {"origin": [-1.75, 13.25, -8.02], "size": [1, 1, 0], "pivot": [-2.5, 15.25, -8.01], "rotation": [0, 0, 25], "uv": [7, 0]} + ] + }, + { + "name": "eyelid_r", + "parent": "eye_r", + "pivot": [2.5, 15.25, -8.01], + "cubes": [ + {"origin": [-2.5, 13.25, -8], "size": [2, 2, 0], "pivot": [-2.5, 15.25, -8.01], "rotation": [0, 0, 25], "uv": [0, 45]} + ] + }, + { + "name": "snout", + "parent": "head", + "pivot": [2.5, 15.25, -8.01], + "cubes": [ + {"origin": [-2, 10.99, -8.5], "size": [4, 2, 1], "uv": [0, 7]}, + {"origin": [-0.25, 12.25, -8.51], "size": [0.5, 0.5, 0], "uv": [1, 40]} + ] + }, + { + "name": "mouth", + "parent": "snout", + "pivot": [2.5, 15.25, -8.01], + "cubes": [ + {"origin": [-1, 11, -8.49], "size": [2, 1, 0], "uv": [0, 20]} + ] + }, + { + "name": "ear_l", + "parent": "head", + "pivot": [3.5, 15.5, -4], + "rotation": [-10, -20, 55], + "cubes": [ + {"origin": [0.75, 12.25, -5], "size": [5, 4, 2], "uv": [0, 58]}, + {"origin": [0.75, 16.25, -5], "size": [4, 2, 2], "uv": [0, 54]}, + {"origin": [0.75, 18.25, -5], "size": [3, 2, 2], "uv": [0, 50]}, + {"origin": [1.25, 20.25, -5], "size": [2, 1, 2], "uv": [0, 47]} + ] + }, + { + "name": "ear_r", + "parent": "head", + "pivot": [-3.5, 15.5, -4], + "rotation": [-10, 20, -55], + "cubes": [ + {"origin": [-5.75, 12.25, -5], "size": [5, 4, 2], "uv": [15, 58]}, + {"origin": [-4.75, 16.25, -5], "size": [4, 2, 2], "uv": [15, 54]}, + {"origin": [-3.75, 18.25, -5], "size": [3, 2, 2], "uv": [15, 50]}, + {"origin": [-3.25, 20.25, -5], "size": [2, 1, 2], "uv": [15, 47]} + ] + }, + { + "name": "thigh_fr", + "parent": "body", + "pivot": [-1.5, 7, -2.75], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [-2.5, 4, -3.5], "size": [2, 4, 2], "uv": [8, 27]} + ] + }, + { + "name": "leg_fr", + "parent": "thigh_fr", + "pivot": [-1.5, 4, -1.5], + "rotation": [-20, 0, 0], + "cubes": [ + {"origin": [-2.51, 0, -3.5], "size": [2, 4, 2], "uv": [0, 27]}, + {"origin": [-2.52, -0.25, -4], "size": [2, 1, 2], "pivot": [-1.49, 1, -1.5], "rotation": [5, 0, 0], "uv": [28, 11]} + ] + }, + { + "name": "thigh_fl", + "parent": "body", + "pivot": [1.5, 7, -2.5], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [0.5, 4, -3.5], "size": [2, 4, 2], "uv": [31, 58]} + ] + }, + { + "name": "leg_fl", + "parent": "thigh_fl", + "pivot": [1.5, 4, -1.5], + "rotation": [-20, 0, 0], + "cubes": [ + {"origin": [0.51, 0, -3.5], "size": [2, 4, 2], "uv": [31, 52]}, + {"origin": [0.52, -0.25, -4], "size": [2, 1, 2], "pivot": [1.51, 1, -1.5], "rotation": [5, 0, 0], "uv": [31, 49]} + ] + }, + { + "name": "thigh_br", + "parent": "body", + "pivot": [-1.5, 7, 4.25], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-2.5, 4, 3], "size": [2, 4, 3], "uv": [0, 0]} + ] + }, + { + "name": "leg_br", + "parent": "thigh_br", + "pivot": [-1.5, 4, 6], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [-2.51, 0, 4], "size": [2, 4, 2], "uv": [0, 27]}, + {"origin": [-2.5, 0, 3.5], "size": [2, 1, 2], "pivot": [-1.5, 1, 6], "rotation": [5, 0, 0], "uv": [28, 11]} + ] + }, + { + "name": "thigh_bl", + "parent": "body", + "pivot": [1.5, 7, 4.25], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [0.5, 4, 3], "size": [2, 4, 3], "uv": [41, 57]} + ] + }, + { + "name": "leg_bl", + "parent": "thigh_bl", + "pivot": [1.5, 4, 6], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [0.51, 0, 4], "size": [2, 4, 2], "uv": [42, 51]}, + {"origin": [0.5, 0, 3.5], "size": [2, 1, 2], "pivot": [1.5, 1, 6], "rotation": [5, 0, 0], "uv": [42, 48]} + ] + }, + { + "name": "tail_base", + "parent": "body", + "pivot": [0, 8, 6], + "rotation": [37.5, 0, 0], + "cubes": [ + {"origin": [-0.5, 7.5, 5.5], "size": [1, 1, 3], "uv": [28, 7]} + ] + }, + { + "name": "curl", + "parent": "tail_base", + "pivot": [0.5, 8, 8.5], + "rotation": [0, 10, 0], + "cubes": [ + {"origin": [-2.5, 7.5, 7.5], "size": [3, 1, 1], "uv": [28, 23]} + ] + }, + { + "name": "curl2", + "parent": "curl", + "pivot": [-2.5, 7.5, 8], + "rotation": [0, 15, 45], + "cubes": [ + {"origin": [-5.5, 7.5, 7.5], "size": [3, 1, 1], "uv": [28, 23]} + ] + }, + { + "name": "curl3", + "parent": "curl2", + "pivot": [-5.5, 7.5, 8], + "rotation": [0, 15, 45], + "cubes": [ + {"origin": [-8.5, 7.5, 7.5], "size": [3, 1, 1], "uv": [28, 23]} + ] + }, + { + "name": "curl4", + "parent": "curl3", + "pivot": [-8.5, 7.5, 8], + "rotation": [0, 15, 45], + "cubes": [ + {"origin": [-11.5, 7.5, 7.5], "size": [3, 1, 1], "uv": [28, 23]} + ] + }, + { + "name": "curl5", + "parent": "curl4", + "pivot": [-11.5, 7.5, 8], + "rotation": [0, 15, 45], + "cubes": [ + {"origin": [-14.5, 7.5, 7.5], "size": [3, 1, 1], "uv": [28, 23]} + ] + }, + { + "name": "curl6", + "parent": "curl5", + "pivot": [-14.5, 7.5, 8], + "rotation": [0, 15, 45], + "cubes": [ + {"origin": [-17.5, 7.5, 7.5], "size": [3, 1, 1], "uv": [28, 23]} + ] + }, + { + "name": "curl7", + "parent": "curl6", + "pivot": [-17.5, 7.5, 8], + "rotation": [0, 15, 45], + "cubes": [ + {"origin": [-20.5, 7.5, 7.5], "size": [3, 1, 1], "uv": [28, 23]} + ] + }, + { + "name": "curl8", + "parent": "curl7", + "pivot": [-20.5, 7.5, 8], + "rotation": [0, 15, 45], + "cubes": [ + {"origin": [-23.5, 7.5, 7.5], "size": [3, 1, 1], "uv": [28, 23]} + ] + }, + { + "name": "curl9", + "parent": "curl8", + "pivot": [-23.5, 7.5, 8], + "rotation": [0, 15, 45], + "cubes": [ + {"origin": [-26.5, 7.5, 7.5], "size": [3, 1, 1], "uv": [28, 23]} + ] + }, + { + "name": "curl10", + "parent": "curl9", + "pivot": [-26.5, 7.5, 8], + "rotation": [0, 15, 45], + "cubes": [ + {"origin": [-29.5, 7.5, 7.5], "size": [3, 1, 1], "uv": [28, 23]} + ] + }, + { + "name": "curl11", + "parent": "curl10", + "pivot": [-29.5, 7.5, 8], + "rotation": [0, 15, 45], + "cubes": [ + {"origin": [-32.5, 7.5, 7.5], "size": [3, 1, 1], "uv": [28, 23]} + ] + }, + { + "name": "curl12", + "parent": "curl11", + "pivot": [-32.5, 7.5, 8], + "rotation": [0, 15, 45], + "cubes": [ + {"origin": [-35.5, 7.5, 7.5], "size": [3, 1, 1], "uv": [28, 23]} + ] + }, + { + "name": "curl13", + "parent": "curl12", + "pivot": [-35.5, 7.5, 8], + "rotation": [0, 15, 45], + "cubes": [ + {"origin": [-38.5, 7.5, 7.5], "size": [3, 1, 1], "uv": [28, 23]} + ] + }, + { + "name": "curl14", + "parent": "curl13", + "pivot": [-38.5, 7.5, 8], + "rotation": [0, 15, 45], + "cubes": [ + {"origin": [-41.5, 7.5, 7.5], "size": [3, 1, 1], "uv": [28, 23]} + ] + }, + { + "name": "curl15", + "parent": "curl14", + "pivot": [-41.5, 7.5, 8], + "rotation": [0, 15, 45], + "cubes": [ + {"origin": [-44.5, 7.5, 7.5], "size": [3, 1, 1], "uv": [28, 23]} + ] + }, + { + "name": "curl16", + "parent": "curl15", + "pivot": [-44.5, 7.5, 8], + "rotation": [0, 15, 45], + "cubes": [ + {"origin": [-47.5, 7.5, 7.5], "size": [3, 1, 1], "uv": [28, 23]} + ] + }, + { + "name": "curl17", + "parent": "curl16", + "pivot": [-47.5, 7.5, 8], + "rotation": [0, 15, 45], + "cubes": [ + {"origin": [-50.5, 7.5, 7.5], "size": [3, 1, 1], "uv": [28, 23]} + ] + }, + { + "name": "curl18", + "parent": "curl17", + "pivot": [-50.5, 7.5, 8], + "rotation": [0, 15, 45], + "cubes": [ + {"origin": [-53.5, 7.5, 7.5], "size": [3, 1, 1], "uv": [28, 23]} + ] + }, + { + "name": "curl19", + "parent": "curl18", + "pivot": [-53.5, 7.5, 8], + "rotation": [0, 15, 45], + "cubes": [ + {"origin": [-56.5, 7.5, 7.5], "size": [3, 1, 1], "uv": [28, 23]} + ] + }, + { + "name": "curl20", + "parent": "curl19", + "pivot": [-56.5, 7.5, 8], + "rotation": [0, 15, 45], + "cubes": [ + {"origin": [-59.5, 7.5, 7.5], "size": [3, 1, 1], "uv": [28, 23]} + ] + }, + { + "name": "curl21", + "parent": "curl20", + "pivot": [-59.5, 7.5, 8], + "rotation": [0, 15, 45], + "cubes": [ + {"origin": [-62.5, 7.5, 7.5], "size": [3, 1, 1], "uv": [28, 23]} + ] + }, + { + "name": "curl22", + "parent": "curl21", + "pivot": [-62.5, 7.5, 8], + "rotation": [0, 15, 45], + "cubes": [ + {"origin": [-65.5, 7.5, 7.5], "size": [3, 1, 1], "uv": [28, 23]} + ] + }, + { + "name": "curl23", + "parent": "curl22", + "pivot": [-65.5, 7.5, 8], + "rotation": [0, 15, 45], + "cubes": [ + {"origin": [-68.5, 7.5, 7.5], "size": [3, 1, 1], "uv": [28, 23]} + ] + }, + { + "name": "curl24", + "parent": "curl23", + "pivot": [-68.5, 7.5, 8], + "rotation": [0, 25, 45], + "cubes": [ + {"origin": [-71.5, 7.5, 7.5], "size": [3, 1, 1], "uv": [28, 23]} + ] + }, + { + "name": "curl25", + "parent": "curl24", + "pivot": [-71.5, 7.5, 8], + "rotation": [0, 40, 45], + "cubes": [ + {"origin": [-74.5, 7.5, 7.5], "size": [3, 1, 1], "uv": [28, 23]}, + {"origin": [-78.5, 6.5, 6.5], "size": [4, 3, 3], "uv": [21, 14]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/gogoat/gogoat.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/gogoat/gogoat.geo.json new file mode 100644 index 0000000..d5621db --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/gogoat/gogoat.geo.json @@ -0,0 +1,355 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 3, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "gogoat", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "gogoat", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 8.5, 3.75], + "cubes": [ + {"origin": [-4, 15.975, -4], "size": [8, 0, 13], "uv": [0, 0]}, + {"origin": [-4, 15.85, -4], "size": [8, 0, 13], "uv": [-13, 67]}, + {"origin": [-4, 7.75, 1], "size": [8, 8, 8], "uv": [26, 21]}, + {"origin": [-4, 7.75, -6], "size": [8, 8, 7], "inflate": 0.01, "uv": [29, 0]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0.005, 15.755, 8.74496], + "rotation": [27.5, 0, 0], + "cubes": [ + {"origin": [-1.475, 15.725, 9], "size": [3, 0, 7], "uv": [0, 0]}, + {"origin": [-0.475, 15.75, 9], "size": [2, 0, 4], "pivot": [0.025, 15.775, 9.025], "rotation": [0, 55, 0], "uv": [41, 15]}, + {"origin": [-2.475, 15.75, 11], "size": [2, 0, 4], "pivot": [0.025, 15.775, 9.025], "rotation": [0, 42.5, 0], "uv": [25, 0]}, + {"origin": [0.475, 15.75, 11], "size": [2, 0, 4], "pivot": [-0.025, 15.775, 9.025], "rotation": [0, -42.5, 0], "uv": [4, 7]}, + {"origin": [-1.525, 15.75, 9], "size": [2, 0, 4], "pivot": [-0.025, 15.775, 9.025], "rotation": [0, -52.5, 0], "uv": [34, 37]} + ] + }, + { + "name": "neck", + "parent": "torso", + "pivot": [0, 13, -6], + "rotation": [47.5, 0, 0], + "cubes": [ + {"origin": [-2, 11, -8], "size": [4, 6, 4], "uv": [50, 15]} + ] + }, + { + "name": "neck_wool", + "parent": "neck", + "pivot": [0.0125, 14.10977, -5.60287], + "rotation": [-62.5, 0, 0], + "cubes": [ + {"origin": [-5, 9.65246, -9.18191], "size": [10, 9, 7], "inflate": 0.025, "pivot": [0, 13.65246, -5.73191], "rotation": [-14.25, 0, 0], "uv": [0, 13]}, + {"origin": [-4.475, 10.10246, -8.75691], "size": [9, 8, 6], "inflate": 0.325, "pivot": [0, 13.65246, -5.73191], "rotation": [-14.25, 0, 0], "uv": [0, 31]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 17, -6] + }, + { + "name": "head_correction", + "parent": "head", + "pivot": [0, 17, -6], + "rotation": [-47.5, 0, 0] + }, + { + "name": "head_ai", + "parent": "head_correction", + "pivot": [0, 17, -6] + }, + { + "name": "head_angle", + "parent": "head_ai", + "pivot": [0, 17, -6], + "rotation": [47.5, 0, 0], + "cubes": [ + {"origin": [-2.5, 17, -8.5], "size": [5, 4, 5], "uv": [38, 37]}, + {"origin": [-2.5, 18, -10.5], "size": [5, 3, 2], "uv": [27, 15]}, + {"origin": [-1, 20, -10.5], "size": [2, 1, 1], "inflate": 0.01, "uv": [0, 17]} + ] + }, + { + "name": "eye_right", + "parent": "head_angle", + "pivot": [-2.525, 19.725, -7.5], + "rotation": [-50, 0, 0] + }, + { + "name": "eyebrow_right", + "parent": "eye_right", + "pivot": [-2.56, 20.35926, -7.96193], + "rotation": [-40.25, 0, 0], + "cubes": [ + {"origin": [-2.51, 18.73426, -7.46193], "size": [0, 3, 2], "uv": [67, -2], "mirror": true}, + {"origin": [-2.56, 19.18426, -8.46193], "size": [0, 2, 1], "uv": [4, 11], "mirror": true} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-1.885, 19.725, -7.5], + "cubes": [ + {"origin": [-2.84, 18.925, -8.3], "size": [1, 1, 2], "inflate": -0.3, "pivot": [1.485, 19.725, -7.5], "rotation": [-90, 0, 0], "uv": [9, 10], "mirror": true}, + {"origin": [-3.01, 18.7, -8.525], "size": [2, 2, 2], "inflate": -0.475, "uv": [74, 11], "mirror": true} + ] + }, + { + "name": "eyes", + "parent": "head_angle", + "pivot": [0, 13, -4] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [2.525, 19.725, -7.5], + "rotation": [-50, 0, 0] + }, + { + "name": "eyebrow_left", + "parent": "eye_left", + "pivot": [2.56, 20.35926, -7.96193], + "rotation": [-40.25, 0, 0], + "cubes": [ + {"origin": [2.51, 18.73426, -7.46193], "size": [0, 3, 2], "uv": [67, -2]}, + {"origin": [2.56, 19.18426, -8.46193], "size": [0, 2, 1], "uv": [4, 11]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [1.885, 19.725, -7.5], + "cubes": [ + {"origin": [1.84, 18.925, -8.3], "size": [1, 1, 2], "inflate": -0.3, "pivot": [-1.485, 19.725, -7.5], "rotation": [-90, 0, 0], "uv": [9, 10]}, + {"origin": [1.01, 18.7, -8.525], "size": [2, 2, 2], "inflate": -0.475, "uv": [74, 11]} + ] + }, + { + "name": "mouth", + "parent": "head_angle", + "pivot": [0, 13.5, -4], + "cubes": [ + {"origin": [-1, 18, -10.41], "size": [2, 2, 0], "uv": [0, 29]} + ] + }, + { + "name": "horns", + "parent": "head_angle", + "pivot": [1.5, 21.775, -5], + "rotation": [-28.25, 0, 0], + "cubes": [ + {"origin": [-0.95, 20.025, -6], "size": [2, 2, 3], "pivot": [1.5, 21.775, -5], "rotation": [27.5, 0, 0], "uv": [52, 0]}, + {"origin": [-0.475, 19.625, -7], "size": [1, 2, 2], "pivot": [1.5, 21.775, -5], "rotation": [27.5, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "horn_top_left", + "parent": "horns", + "pivot": [1.5, 21.775, -5], + "rotation": [-55, 15, 7.5], + "cubes": [ + {"origin": [0.5, 21.775, -5], "size": [2, 6, 2], "inflate": 0.01, "uv": [42, 58]} + ] + }, + { + "name": "horn_top_left2", + "parent": "horn_top_left", + "pivot": [1.5, 27.775, -5], + "rotation": [-50, 0, 0], + "cubes": [ + {"origin": [0.5, 27.775, -5], "size": [2, 5, 2], "uv": [8, 59]} + ] + }, + { + "name": "horn_top_left3", + "parent": "horn_top_left2", + "pivot": [1.5, 32.775, -4.75], + "rotation": [-25, 0, 0], + "cubes": [ + {"origin": [1, 32.775, -4.75], "size": [1, 4, 1], "inflate": 0.01, "uv": [0, 12]} + ] + }, + { + "name": "horn_top_right", + "parent": "horns", + "pivot": [-1.5, 21.775, -5], + "rotation": [-55, -15, -7.5], + "cubes": [ + {"origin": [-2.5, 21.775, -5], "size": [2, 6, 2], "inflate": 0.01, "uv": [42, 58], "mirror": true} + ] + }, + { + "name": "horn_top_right2", + "parent": "horn_top_right", + "pivot": [-1.5, 27.775, -5], + "rotation": [-50, 0, 0], + "cubes": [ + {"origin": [-2.5, 27.775, -5], "size": [2, 5, 2], "uv": [8, 59], "mirror": true} + ] + }, + { + "name": "horn_top_right3", + "parent": "horn_top_right2", + "pivot": [-1.5, 32.775, -4.75], + "rotation": [-25, 0, 0], + "cubes": [ + {"origin": [-2, 32.775, -4.75], "size": [1, 4, 1], "inflate": 0.01, "uv": [0, 12], "mirror": true} + ] + }, + { + "name": "ear_right2", + "parent": "head_angle", + "pivot": [-1.68474, 18.50825, -4.86995], + "rotation": [124.88928, 42.14994, 122.66465] + }, + { + "name": "ear_left3", + "parent": "head_angle", + "pivot": [-1.68474, 18.50825, -4.86995], + "rotation": [124.88928, 42.14994, 122.66465], + "cubes": [ + {"origin": [-2.44797, 17.99133, -8.5713], "size": [2, 1, 4], "inflate": 0.01, "uv": [37, 16], "mirror": true} + ] + }, + { + "name": "ear_left2", + "parent": "head_angle", + "pivot": [1.68474, 18.50825, -4.86995], + "rotation": [124.88928, -42.14994, -122.66465], + "cubes": [ + {"origin": [0.44797, 17.99133, -8.5713], "size": [2, 1, 4], "inflate": 0.01, "uv": [37, 16]} + ] + }, + { + "name": "leg_front_right", + "parent": "body", + "pivot": [-3.2, 12.5, -4], + "cubes": [ + {"origin": [-4.7, 6, -5.5], "size": [3, 8, 4], "uv": [28, 49]}, + {"origin": [-4.699, 5, -1.5], "size": [3, 1, 0], "uv": [74, 0], "mirror": true}, + {"origin": [-4.699, 4, -5.5], "size": [0, 2, 4], "uv": [73, -1], "mirror": true}, + {"origin": [-4.699, 5, -5.5], "size": [3, 1, 0], "uv": [74, 0]}, + {"origin": [-1.699, 4, -5.5], "size": [0, 2, 4], "uv": [73, -1], "mirror": true} + ] + }, + { + "name": "leg_front_right2", + "parent": "leg_front_right", + "pivot": [-3.2, 7, -4.75], + "cubes": [ + {"origin": [-4.2, 1.25, -4.75], "size": [2, 6, 2], "uv": [58, 33]} + ] + }, + { + "name": "leg_front_right3", + "parent": "leg_front_right2", + "pivot": [-3.2, 1.25, -3.75], + "cubes": [ + {"origin": [-4.2, 0, -5], "size": [2, 2, 2], "inflate": 0.01, "uv": [59, 49]} + ] + }, + { + "name": "leg_front_left", + "parent": "body", + "pivot": [3.2, 12.5, -4], + "cubes": [ + {"origin": [1.7, 6, -5.5], "size": [3, 8, 4], "uv": [14, 49]}, + {"origin": [1.7, 4, -5.5], "size": [0, 2, 4], "uv": [73, -1]}, + {"origin": [4.7, 4, -5.5], "size": [0, 2, 4], "uv": [73, -1]}, + {"origin": [1.7, 5, -5.5], "size": [3, 1, 0], "uv": [74, 0], "mirror": true}, + {"origin": [1.7, 5, -1.5], "size": [3, 1, 0], "uv": [74, 0]} + ] + }, + { + "name": "leg_front_left2", + "parent": "leg_front_left", + "pivot": [3.2, 7, -4.75], + "cubes": [ + {"origin": [2.2, 1.25, -4.75], "size": [2, 6, 2], "uv": [58, 25]} + ] + }, + { + "name": "leg_front_left3", + "parent": "leg_front_left2", + "pivot": [3.2, 1.25, -3.75], + "cubes": [ + {"origin": [2.2, 0, -5], "size": [2, 2, 2], "inflate": 0.01, "uv": [50, 25]} + ] + }, + { + "name": "leg_back_right", + "parent": "body", + "pivot": [-3.25, 12.5, 6.5], + "cubes": [ + {"origin": [-4.75, 6, 4.5], "size": [3, 8, 4], "uv": [45, 46]}, + {"origin": [-1.75, 5, 4.5], "size": [0, 1, 4], "uv": [74, 2]}, + {"origin": [-4.75, 5, 4.5], "size": [0, 1, 4], "uv": [74, 2]} + ] + }, + { + "name": "leg_back_right2", + "parent": "leg_back_right", + "pivot": [-3.25, 7.2, 8], + "cubes": [ + {"origin": [-4.25, 1.25, 6.75], "size": [2, 6, 2], "uv": [58, 33]} + ] + }, + { + "name": "leg_back_right3", + "parent": "leg_back_right2", + "pivot": [-3.25, 1.25, 7.75], + "cubes": [ + {"origin": [-4.25, 0, 6.5], "size": [2, 2, 2], "inflate": 0.01, "uv": [59, 49]} + ] + }, + { + "name": "leg_back_left", + "parent": "body", + "pivot": [3.25, 12.5, 6.5], + "cubes": [ + {"origin": [1.75, 6, 4.5], "size": [3, 8, 4], "uv": [0, 45]}, + {"origin": [4.75, 5, 4.5], "size": [0, 1, 4], "uv": [74, 2]}, + {"origin": [1.75, 5, 4.5], "size": [0, 1, 4], "uv": [74, 2]} + ] + }, + { + "name": "leg_back_left2", + "parent": "leg_back_left", + "pivot": [3.25, 7.2, 8], + "cubes": [ + {"origin": [2.25, 1.25, 6.75], "size": [2, 6, 2], "uv": [58, 25]} + ] + }, + { + "name": "leg_back_left3", + "parent": "leg_back_left2", + "pivot": [3.25, 1.25, 7.75], + "cubes": [ + {"origin": [2.25, 0, 6.5], "size": [2, 2, 2], "inflate": 0.01, "uv": [59, 49]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/golem_alolan.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/golem_alolan.geo.json new file mode 100644 index 0000000..83bc67e --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/golem_alolan.geo.json @@ -0,0 +1,381 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.golem_alolan", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "golem_alolan", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "golem_alolan", + "pivot": [-2, 23.1, 1.25] + }, + { + "name": "torso", + "parent": "body", + "pivot": [2, 24.1, 1.25], + "rotation": [0, 0, 1.5], + "cubes": [ + {"origin": [-7.5, 7, -6.25], "size": [15, 15, 15], "inflate": 0.1, "uv": [0, 0]}, + {"origin": [-7.5, 7, -6.25], "size": [15, 15, 15], "uv": [68, 83]}, + {"origin": [-2.5, 21.7, -2.75], "size": [5, 1, 7], "uv": [6, 120]}, + {"origin": [-5, 30.5, -4.25], "size": [3, 2, 11], "pivot": [-4, 21, 1.25], "rotation": [0, 0, -11], "uv": [5, 85]}, + {"origin": [2, 30.5, -4.25], "size": [3, 2, 11], "pivot": [4, 21, 1.25], "rotation": [0, 0, 11], "uv": [5, 85], "mirror": true}, + {"origin": [2, 20.5, -5.25], "size": [4, 10, 13], "pivot": [4, 21, 1.25], "rotation": [0, 0, 11], "uv": [2, 75], "mirror": true}, + {"origin": [-6, 20.5, -5.25], "size": [4, 10, 13], "pivot": [-4, 21, 1.25], "rotation": [0, 0, -11], "uv": [2, 75]} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 13.75, -6.25], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-3, 13.75, -9.25], "size": [6, 3, 4], "uv": [40, 54]}, + {"origin": [-3, 16.45, -11.25], "size": [1, 1, 2], "uv": [42, 56]}, + {"origin": [-3, 11.75, -12.25], "size": [6, 5, 3], "uv": [57, 58]}, + {"origin": [-3.5, 10.75, -9.25], "size": [7, 3, 4], "uv": [45, 0]}, + {"origin": [0.2, 11.95, -10.95], "size": [4, 2, 1], "inflate": -0.2, "pivot": [-0.9, 3.15, -9.05], "rotation": [9.87932, 1.55661, -2.86546], "uv": [59, 36]}, + {"origin": [2.6, 11.75, -11.95], "size": [3, 2, 1], "inflate": -0.5, "pivot": [-0.9, 3.15, -9.05], "rotation": [10.0379, -10.26389, -4.94302], "uv": [59, 36]}, + {"origin": [-5.6, 11.75, -11.95], "size": [3, 2, 1], "inflate": -0.5, "pivot": [0.9, 3.15, -9.05], "rotation": [10.0379, 10.26389, 4.94302], "uv": [59, 36], "mirror": true}, + {"origin": [-4.2, 11.95, -10.95], "size": [4, 2, 1], "inflate": -0.2, "pivot": [0.9, 3.15, -9.05], "rotation": [9.87932, -1.55661, 2.86546], "uv": [59, 36], "mirror": true}, + {"origin": [2, 16.75, -9.25], "size": [1, 1, 4], "uv": [40, 54], "mirror": true}, + {"origin": [2, 16.45, -11.25], "size": [1, 1, 2], "uv": [42, 56], "mirror": true}, + {"origin": [-3, 16.75, -9.25], "size": [1, 1, 4], "uv": [40, 54]} + ] + }, + { + "name": "left_eye", + "parent": "head", + "pivot": [5.91, 16.7, -11.2], + "cubes": [ + {"origin": [2.92, 13.3, -9.2], "size": [0, 2.9, 2.4], "inflate": 0.01, "uv": [111, 60]}, + {"origin": [2.91, 12.9, -11.3], "size": [0, 3, 3], "inflate": 0.01, "uv": [94, 66]}, + {"origin": [3.11, 14.2, -10.7], "size": [0, 1, 1], "inflate": 0.02, "uv": [97, 59]} + ] + }, + { + "name": "jaw", + "parent": "head", + "pivot": [0, 11.75, -9.25], + "cubes": [ + {"origin": [-2.5, 10.75, -12.25], "size": [5, 1, 3], "uv": [25, 41]}, + {"origin": [-3, 6.75, -9.25], "size": [6, 4, 3], "uv": [57, 34]}, + {"origin": [-2.1, 7.75, -7.55], "size": [6, 4, 3], "inflate": -0.2, "pivot": [0, 2.75, -9.75], "rotation": [10, 0, 0], "uv": [57, 34]}, + {"origin": [-2.25, 11.54952, -12.27181], "size": [1, 1, 0], "pivot": [-1.75, 12.24952, -12.27181], "rotation": [2.5, 0, 0], "uv": [11, 0]}, + {"origin": [1.25, 11.54952, -12.27181], "size": [1, 1, 0], "pivot": [1.75, 12.24952, -12.27181], "rotation": [2.5, 0, 0], "uv": [11, 0], "mirror": true}, + {"origin": [-2.8, 7.75, -9.65], "size": [6, 4, 3], "inflate": -0.2, "pivot": [0, 2.75, -9.75], "rotation": [10, 0, 0], "uv": [57, 34], "mirror": true}, + {"origin": [-2.2, 7.75, -7.55], "size": [6, 4, 3], "inflate": -0.2, "pivot": [0, 2.75, -9.75], "rotation": [10, 0, 0], "uv": [57, 34], "mirror": true}, + {"origin": [-3.9, 7.75, -7.55], "size": [6, 4, 3], "inflate": -0.2, "pivot": [0, 2.75, -9.75], "rotation": [10, 0, 0], "uv": [57, 34], "mirror": true} + ] + }, + { + "name": "right_eye", + "parent": "head", + "pivot": [-5.91, 16.7, -11.2], + "cubes": [ + {"origin": [-2.92, 13.3, -9.2], "size": [0, 2.9, 2.4], "inflate": 0.01, "uv": [111, 60], "mirror": true}, + {"origin": [-2.91, 12.9, -11.3], "size": [0, 3, 3], "inflate": 0.01, "uv": [94, 66], "mirror": true}, + {"origin": [-3.11, 14.2, -10.7], "size": [0, 1, 1], "inflate": 0.02, "uv": [97, 59], "mirror": true} + ] + }, + { + "name": "arm_right", + "parent": "torso", + "pivot": [-7.5, 12.75, -1.25], + "cubes": [ + {"origin": [-9.5, 14.55, 0.25], "size": [2, 1, 1], "inflate": 0.2, "uv": [12, 62]}, + {"origin": [-9.5, 14.55, -2.75], "size": [2, 1, 3], "inflate": 0.2, "uv": [10, 60]}, + {"origin": [-9.5, 11.15, 0.25], "size": [2, 3, 1], "inflate": 0.2, "uv": [12, 62]}, + {"origin": [-9.5, 11.15, -2.75], "size": [2, 3, 3], "inflate": 0.2, "uv": [10, 60]} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-9.5, 12.75, 0.25], + "cubes": [ + {"origin": [-13.5, 14.25, 0.25], "size": [4, 1, 1], "uv": [2, 8]}, + {"origin": [-13.5, 14.25, -2.75], "size": [4, 1, 3], "uv": [0, 6]}, + {"origin": [-13.5, 11.25, 0.25], "size": [4, 3, 1], "uv": [2, 8]}, + {"origin": [-13.5, 11.25, -2.75], "size": [4, 3, 3], "uv": [0, 6]} + ] + }, + { + "name": "hand_right", + "parent": "arm_right2", + "pivot": [-13.5, 12.75, -1.25], + "cubes": [ + {"origin": [-16.5, 11.35, 0.25], "size": [3, 3, 1], "inflate": 0.01, "uv": [2, 62]}, + {"origin": [-16.5, 11.35, -2.75], "size": [3, 3, 3], "inflate": 0.01, "uv": [0, 60]} + ] + }, + { + "name": "finger_right", + "parent": "hand_right", + "pivot": [-16.4, 12.8, -0.05], + "cubes": [ + {"origin": [-19.4, 11.8, -1.75], "size": [3, 2, 2], "uv": [51, 10]}, + {"origin": [-22.3, 11.8, -0.85], "size": [3, 2, 0], "uv": [64, 18]} + ] + }, + { + "name": "finger_right2", + "parent": "hand_right", + "pivot": [-15, 12.6, 1], + "cubes": [ + {"origin": [-15.9, 11.7, 1.1], "size": [2, 2, 3], "uv": [44, 40]}, + {"origin": [-14.9, 11.7, 4.1], "size": [0, 2, 3], "uv": [72, 12]} + ] + }, + { + "name": "finger_right3", + "parent": "hand_right", + "pivot": [-15, 12.9, -2.5], + "cubes": [ + {"origin": [-16, 11.8, -5.8], "size": [2, 2, 3], "uv": [39, 32]}, + {"origin": [-15, 11.8, -8.7], "size": [0, 2, 3], "uv": [64, 17]} + ] + }, + { + "name": "arm_left", + "parent": "torso", + "pivot": [7.5, 12.75, -1.25], + "cubes": [ + {"origin": [7.5, 11.15, -2.75], "size": [2, 3, 3], "inflate": 0.2, "uv": [10, 60], "mirror": true}, + {"origin": [7.5, 11.15, 0.25], "size": [2, 3, 1], "inflate": 0.2, "uv": [12, 62], "mirror": true}, + {"origin": [7.5, 14.55, -2.75], "size": [2, 1, 3], "inflate": 0.2, "uv": [10, 60], "mirror": true}, + {"origin": [7.5, 14.55, 0.25], "size": [2, 1, 1], "inflate": 0.2, "uv": [12, 62], "mirror": true} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [9.5, 12.75, 0.25], + "cubes": [ + {"origin": [9.5, 11.25, -2.75], "size": [4, 3, 3], "uv": [0, 6], "mirror": true}, + {"origin": [9.5, 11.25, 0.25], "size": [4, 3, 1], "uv": [2, 8], "mirror": true}, + {"origin": [9.5, 14.25, -2.75], "size": [4, 1, 3], "uv": [0, 6], "mirror": true}, + {"origin": [9.5, 14.25, 0.25], "size": [4, 1, 1], "uv": [2, 8], "mirror": true} + ] + }, + { + "name": "hand_left", + "parent": "arm_left2", + "pivot": [13.5, 12.75, -1.25], + "cubes": [ + {"origin": [13.5, 11.35, -2.75], "size": [3, 3, 3], "inflate": 0.01, "uv": [0, 60], "mirror": true}, + {"origin": [13.5, 11.35, 0.25], "size": [3, 3, 1], "inflate": 0.01, "uv": [2, 62], "mirror": true} + ] + }, + { + "name": "finger_left", + "parent": "hand_left", + "pivot": [16.4, 13.3, -0.35], + "cubes": [ + {"origin": [16.4, 11.8, -1.75], "size": [3, 2, 2], "uv": [51, 10], "mirror": true}, + {"origin": [19.3, 11.8, -0.85], "size": [3, 2, 0], "uv": [64, 18], "mirror": true} + ] + }, + { + "name": "finger_left2", + "parent": "hand_left", + "pivot": [15, 12.8, 1], + "cubes": [ + {"origin": [13.9, 11.7, 1.2], "size": [2, 2, 3], "uv": [44, 40], "mirror": true}, + {"origin": [14.9, 11.7, 4.2], "size": [0, 2, 3], "uv": [72, 12], "mirror": true} + ] + }, + { + "name": "finger_left3", + "parent": "hand_left", + "pivot": [15, 12.6, -2.5], + "cubes": [ + {"origin": [14, 11.8, -5.8], "size": [2, 2, 3], "uv": [39, 32], "mirror": true}, + {"origin": [15, 11.8, -8.7], "size": [0, 2, 3], "uv": [64, 17], "mirror": true} + ] + }, + { + "name": "electric6", + "parent": "torso", + "pivot": [4, 26.9, 1.25], + "cubes": [ + {"origin": [0, 26.6, 0.75], "size": [2, 1, 0], "pivot": [4, 17.5, 1.25], "rotation": [0, 0, 11], "uv": [60, 81], "mirror": true}, + {"origin": [0, 26.6, 0.75], "size": [2, 1, 0], "inflate": -0.1, "pivot": [4, 17.5, 1.25], "rotation": [0, 0, 11], "uv": [93, 127], "mirror": true} + ] + }, + { + "name": "electric7", + "parent": "electric6", + "pivot": [2, 26.9, 1.25], + "rotation": [0, 0, 19], + "cubes": [ + {"origin": [-2, 26.6, 0.75], "size": [2, 1, 0], "pivot": [2, 17.5, 1.25], "rotation": [0, 0, 11], "uv": [60, 81], "mirror": true}, + {"origin": [-2, 26.6, 0.75], "size": [2, 1, 0], "inflate": -0.1, "pivot": [2, 17.5, 1.25], "rotation": [0, 0, 11], "uv": [93, 127], "mirror": true} + ] + }, + { + "name": "electric8", + "parent": "electric7", + "pivot": [0.3, 27.5, 1.25], + "rotation": [0, 0, -43.5], + "cubes": [ + {"origin": [-3.8, 26.8, 0.75], "size": [2, 1, 0], "pivot": [0.3, 18.1, 1.25], "rotation": [0, 0, 11], "uv": [60, 81], "mirror": true}, + {"origin": [-3.8, 26.8, 0.75], "size": [2, 1, 0], "inflate": -0.1, "pivot": [0.3, 18.1, 1.25], "rotation": [0, 0, 11], "uv": [93, 127], "mirror": true} + ] + }, + { + "name": "electric9", + "parent": "electric8", + "pivot": [-1.3, 28, 1.25], + "rotation": [0, 0, 11.5], + "cubes": [ + {"origin": [-5.3, 27.5, 0.75], "size": [2, 1, 0], "pivot": [-1.3, 18.6, 1.25], "rotation": [0, 0, 11], "uv": [60, 81], "mirror": true}, + {"origin": [-5.3, 27.5, 0.75], "size": [2, 1, 0], "inflate": -0.1, "pivot": [-1.3, 18.6, 1.25], "rotation": [0, 0, 11], "uv": [93, 127], "mirror": true} + ] + }, + { + "name": "electric11", + "parent": "torso", + "pivot": [-1.3, 24.1, 1.25], + "rotation": [0, 0, -19], + "cubes": [ + {"origin": [-4.2, 23.3, 0.75], "size": [2, 1, 0], "pivot": [-0.2, 14.2, 1.25], "rotation": [0, 0, 33], "uv": [60, 81], "mirror": true} + ] + }, + { + "name": "electric12", + "parent": "electric11", + "pivot": [2.7, 24.1, 1.25], + "rotation": [0, 0, 19], + "cubes": [ + {"origin": [-1.3, 23.8, 0.75], "size": [2, 1, 0], "pivot": [2.7, 14.7, 1.25], "rotation": [0, 0, 11], "uv": [60, 81], "mirror": true}, + {"origin": [-1.3, 23.8, 0.75], "size": [2, 1, 0], "pivot": [2.7, 14.7, 1.25], "rotation": [0, 0, 11], "uv": [93, 127], "mirror": true} + ] + }, + { + "name": "electric13", + "parent": "electric12", + "pivot": [1, 24.7, 1.25], + "rotation": [0, 0, -43.5], + "cubes": [ + {"origin": [-3.1, 24, 0.75], "size": [2, 1, 0], "pivot": [1, 15.3, 1.25], "rotation": [0, 0, 11], "uv": [60, 81], "mirror": true}, + {"origin": [-3.1, 24, 0.75], "size": [2, 1, 0], "inflate": -0.1, "pivot": [1, 15.3, 1.25], "rotation": [0, 0, 11], "uv": [93, 127], "mirror": true} + ] + }, + { + "name": "electric14", + "parent": "electric13", + "pivot": [-0.6, 25.2, 1.25], + "rotation": [0, 0, 11.5], + "cubes": [ + {"origin": [-4.6, 24.7, 0.75], "size": [2, 1, 0], "pivot": [-0.6, 15.8, 1.25], "rotation": [0, 0, 11], "uv": [60, 81], "mirror": true}, + {"origin": [-4.6, 24.7, 0.75], "size": [2, 1, 0], "inflate": -0.1, "pivot": [-0.6, 15.8, 1.25], "rotation": [0, 0, 11], "uv": [93, 127], "mirror": true} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-6.25, 8, 1.25], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [-8.75, 4, -1.75], "size": [5, 5, 6], "inflate": 0.01, "uv": [41, 35]} + ] + }, + { + "name": "leg_right2", + "parent": "leg_right", + "pivot": [-6.25, 4, -1.75], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [-8.25, 0, -1.75], "size": [4, 4, 5], "uv": [56, 49]} + ] + }, + { + "name": "foot_right", + "parent": "leg_right2", + "pivot": [-6.25, 1, 0.75], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [-8.25, -1, -2.25], "size": [4, 2, 6], "inflate": 0.01, "uv": [40, 46]} + ] + }, + { + "name": "toe_right_back", + "parent": "foot_right", + "pivot": [-6.25, 1, 3.75], + "cubes": [ + {"origin": [-6.25, -1, 3.75], "size": [0, 2, 2], "uv": [0, 28]} + ] + }, + { + "name": "toes_right_front", + "parent": "foot_right", + "pivot": [-6.25, 1, -1.75], + "cubes": [ + {"origin": [-7.93026, -1, -5.14816], "size": [0, 2, 3], "pivot": [-8.42266, 0, -3.23498], "rotation": [0, 10, 0], "uv": [25, 29]}, + {"origin": [-6.85, -1, -5.25], "size": [0, 2, 3], "uv": [25, 31]}, + {"origin": [-5.65, -1, -5.25], "size": [0, 2, 3], "uv": [0, 39]}, + {"origin": [-4.56777, -1, -5.14781], "size": [0, 2, 3], "pivot": [-4.07537, 0, -3.23463], "rotation": [0, -10, 0], "uv": [7, 33]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [6.25, 8, 1.25], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [3.75, 4, -1.75], "size": [5, 5, 6], "inflate": 0.01, "uv": [25, 30]} + ] + }, + { + "name": "leg_left2", + "parent": "leg_left", + "pivot": [6.25, 4, -1.75], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [4.25, 0, -1.75], "size": [4, 4, 5], "uv": [55, 25]} + ] + }, + { + "name": "foot_left", + "parent": "leg_left2", + "pivot": [6.25, 1, 0.75], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [4.25, -1, -2.25], "size": [4, 2, 6], "inflate": 0.01, "uv": [45, 7]} + ] + }, + { + "name": "toe_left_back", + "parent": "foot_left", + "pivot": [6.25, 1, 3.75], + "cubes": [ + {"origin": [6.25, -1, 3.75], "size": [0, 2, 2], "uv": [11, 4]} + ] + }, + { + "name": "toes_left_front", + "parent": "foot_left", + "pivot": [6.25, 1, -1.75], + "cubes": [ + {"origin": [7.93026, -1, -5.14816], "size": [0, 2, 3], "pivot": [8.42266, 0, -3.23498], "rotation": [0, -10, 0], "uv": [6, 29]}, + {"origin": [6.85, -1, -5.25], "size": [0, 2, 3], "uv": [25, 27]}, + {"origin": [5.65, -1, -5.25], "size": [0, 2, 3], "uv": [6, 27]}, + {"origin": [4.56777, -1, -5.14781], "size": [0, 2, 3], "pivot": [4.07537, 0, -3.23463], "rotation": [0, 10, 0], "uv": [8, 9]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/gothita/gothita.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/gothita/gothita.geo.json new file mode 100644 index 0000000..0880c1f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/gothita/gothita.geo.json @@ -0,0 +1,226 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.gothita", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "gothita", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "gothita", + "pivot": [0, 6.5, 0] + }, + { + "name": "waist", + "parent": "body", + "pivot": [0, 4, 0], + "cubes": [ + {"origin": [-4, 4, -3], "size": [8, 7, 6], "uv": [0, 20]}, + {"origin": [-1, 5.5, -3.01], "size": [2, 2, 0], "uv": [22, 24]}, + {"origin": [-1, 5.5, 3.01], "size": [2, 2, 0], "uv": [6, 0]}, + {"origin": [4.01, 5.5, -1], "size": [0, 2, 2], "uv": [0, 6]}, + {"origin": [-4.01, 5.5, -1], "size": [0, 2, 2], "uv": [0, 6], "mirror": true}, + {"origin": [-4.01, 5.5, -3.01], "size": [2, 2, 1], "uv": [26, 40]}, + {"origin": [2.01, 5.5, -3.01], "size": [2, 2, 1], "uv": [40, 7]}, + {"origin": [2.01, 5.5, 2.01], "size": [2, 2, 1], "uv": [34, 7]}, + {"origin": [-4.01, 5.5, 2.01], "size": [2, 2, 1], "uv": [37, 37]} + ] + }, + { + "name": "bowtie", + "parent": "waist", + "pivot": [0, 11, -3.5], + "cubes": [ + {"origin": [0, 10.25, -4.5], "size": [4, 5, 2], "pivot": [0, 12, -3.5], "rotation": [17.39972, 7.45793, 36.0778], "uv": [34, 0]}, + {"origin": [-4, 10.25, -4.5], "size": [4, 5, 2], "pivot": [0, 12, -3.5], "rotation": [17.39972, -7.45793, -36.0778], "uv": [34, 0], "mirror": true} + ] + }, + { + "name": "arm_left", + "parent": "waist", + "pivot": [3.5, 10.5, 0.5], + "cubes": [ + {"origin": [3, 9.5, -1.5], "size": [3, 1, 3], "inflate": 0.02, "uv": [9, 33]} + ] + }, + { + "name": "elbow_left", + "parent": "arm_left", + "pivot": [6, 9.5, 2], + "cubes": [ + {"origin": [6, 9.5, -1.5], "size": [3, 1, 3], "uv": [37, 33]} + ] + }, + { + "name": "arm_right", + "parent": "waist", + "pivot": [-3.5, 10.5, 0.5], + "cubes": [ + {"origin": [-6, 9.5, -1.5], "size": [3, 1, 3], "inflate": 0.02, "uv": [9, 33], "mirror": true} + ] + }, + { + "name": "elbow_right", + "parent": "arm_right", + "pivot": [-6, 9.5, 2], + "cubes": [ + {"origin": [-9, 9.5, -1.5], "size": [3, 1, 3], "uv": [37, 33], "mirror": true} + ] + }, + { + "name": "chest", + "parent": "waist", + "pivot": [0, 11, 0], + "cubes": [ + {"origin": [-3, 10.5, -2.5], "size": [6, 2, 5], "uv": [28, 20]} + ] + }, + { + "name": "head", + "parent": "chest", + "pivot": [0, 12, 0], + "cubes": [ + {"origin": [-6, 12, -4.5], "size": [12, 10, 10], "uv": [0, 0]}, + {"origin": [1.5, 15, -4.52], "size": [3, 4, 0], "uv": [0, 20]}, + {"origin": [4.5, 15, -4.52], "size": [1, 3, 0], "uv": [8, 2]}, + {"origin": [-5.5, 15, -4.52], "size": [1, 3, 0], "uv": [8, 2], "mirror": true}, + {"origin": [-4.5, 15, -4.52], "size": [3, 4, 0], "uv": [0, 20], "mirror": true} + ] + }, + { + "name": "eyelid_left", + "parent": "head", + "pivot": [0, 6.25, 1.1], + "cubes": [ + {"origin": [1.5, 15, -4.42], "size": [4, 4, 0], "inflate": 0.05, "uv": [0, 4]} + ] + }, + { + "name": "eyelid_right", + "parent": "head", + "pivot": [0, 6.25, 1.1], + "cubes": [ + {"origin": [-5.5, 15, -4.42], "size": [4, 4, 0], "inflate": 0.05, "uv": [0, 4], "mirror": true} + ] + }, + { + "name": "pupil_left", + "parent": "head", + "pivot": [0, 6.5, 1], + "cubes": [ + {"origin": [1.75, 15.5, -4.54], "size": [2, 3, 0], "uv": [0, 33]} + ] + }, + { + "name": "pupilshine_left", + "parent": "pupil_left", + "pivot": [0, 6.5, 1], + "cubes": [ + {"origin": [2, 17.25, -4.56], "size": [1, 1, 0], "uv": [0, 0]} + ] + }, + { + "name": "pupil_right", + "parent": "head", + "pivot": [0, 6.5, 1], + "cubes": [ + {"origin": [-3.75, 15.5, -4.54], "size": [2, 3, 0], "uv": [0, 33], "mirror": true} + ] + }, + { + "name": "pupilshine_right", + "parent": "pupil_right", + "pivot": [0, 6.5, 1], + "cubes": [ + {"origin": [-3, 17.25, -4.56], "size": [1, 1, 0], "uv": [0, 0], "mirror": true} + ] + }, + { + "name": "hair", + "parent": "head", + "pivot": [0, 22, 1], + "cubes": [ + {"origin": [-1.5, 24, -0.5], "size": [3, 4, 3], "uv": [14, 37]}, + {"origin": [-1, 22, 0], "size": [2, 2, 2], "uv": [22, 20]} + ] + }, + { + "name": "bow_left", + "parent": "head", + "pivot": [6.5, 22, 1], + "cubes": [ + {"origin": [5.5, 18.25, 1], "size": [2, 7, 5], "pivot": [6.5, 22, 1], "rotation": [-20.6469, 14.0761, 9.76381], "uv": [0, 33]}, + {"origin": [5.5, 18.25, -4], "size": [2, 7, 5], "pivot": [6.5, 22, 1], "rotation": [20.6469, -14.0761, 9.76381], "uv": [23, 28]} + ] + }, + { + "name": "lip_top", + "parent": "head", + "pivot": [0, 14.75, -4.5], + "cubes": [ + {"origin": [-1, 14.75, -5.25], "size": [2, 1, 1], "inflate": 0.01, "pivot": [0, 14.75, -4.25], "rotation": [-2.5, 0, 0], "uv": [0, 24]} + ] + }, + { + "name": "bow_right", + "parent": "head", + "pivot": [-6.5, 22, 1], + "cubes": [ + {"origin": [-7.5, 18.25, 1], "size": [2, 7, 5], "pivot": [-6.5, 22, 1], "rotation": [-20.6469, -14.0761, -9.76381], "uv": [0, 33], "mirror": true}, + {"origin": [-7.5, 18.25, -4], "size": [2, 7, 5], "pivot": [-6.5, 22, 1], "rotation": [20.6469, 14.0761, -9.76381], "uv": [23, 28], "mirror": true} + ] + }, + { + "name": "lip_bottom", + "parent": "head", + "pivot": [0, 14.75, -4.5], + "cubes": [ + {"origin": [-1, 13.95, -5.25], "size": [2, 1, 1], "pivot": [0, 14.95, -4.25], "rotation": [12.5, 0, 0], "uv": [4, 8]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [1.75, 4, 0], + "cubes": [ + {"origin": [0.25, 1.5, -1.5], "size": [3, 3, 3], "uv": [32, 27]} + ] + }, + { + "name": "knee_left", + "parent": "leg_left", + "pivot": [1.75, 1.5, 0], + "cubes": [ + {"origin": [0.75, 0, -1], "size": [2, 2, 2], "uv": [0, 0]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-1.75, 4, 0], + "cubes": [ + {"origin": [-3.25, 1.5, -1.5], "size": [3, 3, 3], "uv": [32, 27], "mirror": true} + ] + }, + { + "name": "knee_right", + "parent": "leg_right", + "pivot": [-1.75, 1.5, 0], + "cubes": [ + {"origin": [-2.75, 0, -1], "size": [2, 2, 2], "uv": [0, 0], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/gothitelle/gothitelle.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/gothitelle/gothitelle.geo.json new file mode 100644 index 0000000..404e9a8 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/gothitelle/gothitelle.geo.json @@ -0,0 +1,351 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.gothitelle", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "gothitelle", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "gothitelle", + "pivot": [0, 21, -0.5] + }, + { + "name": "hips", + "parent": "body", + "pivot": [0, 5.5, 2], + "cubes": [ + {"origin": [-8, 9, -6.5], "size": [16, 2, 17], "uv": [0, 0]}, + {"origin": [-8, 0, -6.5], "size": [16, 9, 1], "uv": [66, 67]}, + {"origin": [-8, 0, 9.5], "size": [16, 9, 1], "uv": [32, 67]}, + {"origin": [7, 0, -5.5], "size": [1, 9, 15], "uv": [0, 57]}, + {"origin": [-7, 5.5, -5.5], "size": [14, 2, 15], "uv": [0, 19]}, + {"origin": [-8, 0, -5.5], "size": [1, 9, 15], "uv": [43, 21]} + ] + }, + { + "name": "hips_bow", + "parent": "hips", + "pivot": [0, 7.05, -8.1], + "cubes": [ + {"origin": [-2.49, 3.55, -8.1], "size": [3, 7, 5], "pivot": [0, 7.05, -8.1], "rotation": [-156.80327, 83.85951, -141.90874], "uv": [0, 0]}, + {"origin": [-0.51, 3.55, -8.1], "size": [3, 7, 5], "pivot": [0, 7.05, -8.1], "rotation": [-156.80327, -83.85951, 141.90874], "uv": [0, 0], "mirror": true} + ] + }, + { + "name": "waist", + "parent": "hips", + "pivot": [0, 11.05, 0.8], + "cubes": [ + {"origin": [-6.5, 10, -5.5], "size": [13, 8, 13], "uv": [0, 36]} + ] + }, + { + "name": "waist_bow", + "parent": "waist", + "pivot": [0, 15.05, -6.7], + "cubes": [ + {"origin": [-1.49, 12.55, -6.7], "size": [2, 5, 4], "pivot": [0, 15.05, -6.7], "rotation": [127.39455, 83.91725, 142.60545], "uv": [0, 19]}, + {"origin": [-0.51, 12.55, -6.7], "size": [2, 5, 4], "pivot": [0, 15.05, -6.7], "rotation": [127.39455, -83.91725, -142.60545], "uv": [0, 19], "mirror": true} + ] + }, + { + "name": "torso", + "parent": "waist", + "pivot": [0, 18.05, 0.05], + "cubes": [ + {"origin": [-5, 17, -4.5], "size": [10, 8, 9], "uv": [49, 0]} + ] + }, + { + "name": "torso_bow", + "parent": "torso", + "pivot": [0, 22.05, -5.7], + "cubes": [ + {"origin": [-1.49, 19.55, -5.7], "size": [2, 5, 4], "pivot": [0, 22.05, -5.7], "rotation": [112.70625, 82.14473, 128.02277], "uv": [0, 19]}, + {"origin": [-0.51, 19.55, -5.7], "size": [2, 5, 4], "pivot": [0, 22.05, -5.7], "rotation": [112.70625, -82.14473, -128.02277], "uv": [0, 19], "mirror": true} + ] + }, + { + "name": "chest", + "parent": "torso", + "pivot": [0.25, 25, -0.45], + "cubes": [ + {"origin": [-3.5, 24, -3.5], "size": [7, 7, 6], "uv": [74, 39]} + ] + }, + { + "name": "chest_bow", + "parent": "chest", + "pivot": [0, 28, -4.7], + "cubes": [ + {"origin": [-1.24, 26.25, -4.7], "size": [2, 4, 3], "pivot": [0.25, 28.75, -4.7], "rotation": [103.75504, 80.05611, 119.17743], "uv": [43, 19]}, + {"origin": [-0.76, 26.25, -4.7], "size": [2, 4, 3], "pivot": [-0.25, 28.75, -4.7], "rotation": [103.75504, -80.05611, -119.17743], "uv": [43, 19], "mirror": true} + ] + }, + { + "name": "neck", + "parent": "chest", + "pivot": [0, 31, -0.5], + "cubes": [ + {"origin": [-1, 30.5, -1.5], "size": [2, 3, 2], "uv": [49, 0]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 33, -0.5], + "cubes": [ + {"origin": [-5.5, 33, -5.5], "size": [11, 10, 10], "uv": [42, 47]}, + {"origin": [0.25, 38, -5.53], "size": [5, 1, 0], "inflate": 0.02, "uv": [0, 16]}, + {"origin": [-5.25, 38, -5.53], "size": [5, 1, 0], "inflate": 0.02, "uv": [0, 16], "mirror": true}, + {"origin": [5.5, 33.6, -6], "size": [10, 1, 11], "pivot": [5.5, 34.6, -1.5], "rotation": [0, 0, 22], "uv": [60, 17], "mirror": true}, + {"origin": [5.5, 41.4, -6], "size": [10, 1, 11], "pivot": [5.5, 41.4, -1.5], "rotation": [0, 0, -22], "uv": [60, 17], "mirror": true}, + {"origin": [5.5, 36.2, -6], "size": [10, 1, 11], "pivot": [5.5, 37.2, -1.5], "rotation": [0, 0, 6], "uv": [60, 17], "mirror": true}, + {"origin": [5.5, 38.8, -6], "size": [10, 1, 11], "pivot": [5.5, 38.8, -1.5], "rotation": [0, 0, -6], "uv": [60, 17], "mirror": true}, + {"origin": [-15.5, 33.6, -6], "size": [10, 1, 11], "pivot": [-5.5, 34.6, -1.5], "rotation": [0, 0, -22], "uv": [60, 17]}, + {"origin": [-15.5, 36.2, -6], "size": [10, 1, 11], "pivot": [-5.5, 37.2, -1.5], "rotation": [0, 0, -6], "uv": [60, 17]}, + {"origin": [-15.5, 38.8, -6], "size": [10, 1, 11], "pivot": [-5.5, 38.8, -1.5], "rotation": [0, 0, 6], "uv": [60, 17]}, + {"origin": [-15.5, 41.4, -6], "size": [10, 1, 11], "pivot": [-5.5, 41.4, -1.5], "rotation": [0, 0, 22], "uv": [60, 17]}, + {"origin": [-2.5, 42.8, -1.25], "size": [5, 1, 5], "pivot": [0.5, 42.9, 0.75], "rotation": [-5, 0, 0], "uv": [17, 57]}, + {"origin": [-1.5, 43.8, 0.25], "size": [3, 1, 3], "pivot": [0.5, 42.9, 0.75], "rotation": [-5, 0, 0], "uv": [0, 44]}, + {"origin": [-1, 44.8, 1], "size": [2, 2, 2], "pivot": [0.5, 42.9, 0.75], "rotation": [-5, 0, 0], "uv": [49, 5]}, + {"origin": [-0.5, 46.8, 1.75], "size": [1, 1, 1], "pivot": [0.5, 42.9, 0.75], "rotation": [-5, 0, 0], "uv": [0, 2]} + ] + }, + { + "name": "head_bow", + "parent": "head", + "pivot": [0, 43.75, 5.2], + "cubes": [ + {"origin": [-1.49, 41.25, 1.2], "size": [2, 5, 4], "pivot": [0, 43.75, 5.2], "rotation": [123.97729, -75.39759, -109.50721], "uv": [0, 19]}, + {"origin": [-0.51, 41.25, 1.2], "size": [2, 5, 4], "pivot": [0, 43.75, 5.2], "rotation": [123.97729, 75.39759, 109.50721], "uv": [0, 19], "mirror": true} + ] + }, + { + "name": "lip_top", + "parent": "head", + "pivot": [0, 34.5, -5.5], + "cubes": [ + {"origin": [-1, 34.5, -6.25], "size": [2, 1, 1], "inflate": 0.01, "pivot": [0, 34.5, -5.25], "rotation": [-2.5, 0, 0], "uv": [8, 19]} + ] + }, + { + "name": "lip_bottom", + "parent": "head", + "pivot": [0, 34.5, -5.5], + "cubes": [ + {"origin": [-1, 33.7, -6.25], "size": [2, 1, 1], "pivot": [0, 34.7, -5.25], "rotation": [12.5, 0, 0], "uv": [11, 3]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [0, 0, 0] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [3, 37.5, -5.51], + "cubes": [ + {"origin": [1, 36, -5.51], "size": [4, 3, 0], "uv": [50, 19]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [3, 37.475, -5.41], + "cubes": [ + {"origin": [1, 35.975, -5.41], "size": [4, 3, 0], "uv": [43, 31]} + ] + }, + { + "name": "iris_left", + "parent": "eye_left", + "pivot": [2.75, 37.25, -5.52], + "cubes": [ + {"origin": [1.75, 36.25, -5.52], "size": [2, 2, 0], "uv": [0, 0]} + ] + }, + { + "name": "pupil_left", + "parent": "iris_left", + "pivot": [2.75, 37.5, -5.53], + "cubes": [ + {"origin": [2.25, 37, -5.53], "size": [1, 1, 0], "uv": [3, 2]} + ] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-3, 37.5, -5.51], + "cubes": [ + {"origin": [-5, 36, -5.51], "size": [4, 3, 0], "uv": [50, 19], "mirror": true} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-3, 37.475, -5.41], + "cubes": [ + {"origin": [-5, 35.975, -5.41], "size": [4, 3, 0], "uv": [43, 31], "mirror": true} + ] + }, + { + "name": "iris_right", + "parent": "eye_right", + "pivot": [-2.75, 37.25, -5.52], + "cubes": [ + {"origin": [-3.75, 36.25, -5.52], "size": [2, 2, 0], "uv": [0, 0], "mirror": true} + ] + }, + { + "name": "pupil_right", + "parent": "iris_right", + "pivot": [-2.75, 37.5, -5.53], + "cubes": [ + {"origin": [-3.25, 37, -5.53], "size": [1, 1, 0], "uv": [3, 2], "mirror": true} + ] + }, + { + "name": "arm_left", + "parent": "chest", + "pivot": [3.5, 30, -0.5], + "cubes": [ + {"origin": [3, 28, -1.5], "size": [6, 2, 2], "uv": [0, 12]} + ] + }, + { + "name": "elbow_left", + "parent": "arm_left", + "pivot": [9, 28, 0.5], + "cubes": [ + {"origin": [9, 28, -1.5], "size": [8, 2, 2], "inflate": 0.02, "uv": [60, 29]} + ] + }, + { + "name": "wrist_left", + "parent": "elbow_left", + "pivot": [16, 28.5, 0], + "cubes": [ + {"origin": [16, 25.5, -4], "size": [2, 7, 7], "uv": [25, 77]} + ] + }, + { + "name": "hand_left", + "parent": "wrist_left", + "pivot": [18, 29, -0.5], + "cubes": [ + {"origin": [17.5, 28, -2], "size": [3, 2, 3], "uv": [43, 26]} + ] + }, + { + "name": "thumb_left", + "parent": "hand_left", + "pivot": [19, 30, -2], + "cubes": [ + {"origin": [19, 29, -4], "size": [1, 1, 2], "inflate": 0.01, "uv": [11, 0]} + ] + }, + { + "name": "fingers_left", + "parent": "hand_left", + "pivot": [20.5, 30, -0.5], + "cubes": [ + {"origin": [20.5, 29, -2], "size": [2, 1, 3], "inflate": 0.01, "uv": [39, 45]} + ] + }, + { + "name": "arm_right", + "parent": "chest", + "pivot": [-3.5, 30, -0.5], + "cubes": [ + {"origin": [-9, 28, -1.5], "size": [6, 2, 2], "uv": [0, 12], "mirror": true} + ] + }, + { + "name": "elbow_right", + "parent": "arm_right", + "pivot": [-9, 28, 0.5], + "cubes": [ + {"origin": [-17, 28, -1.5], "size": [8, 2, 2], "inflate": 0.02, "uv": [60, 29], "mirror": true} + ] + }, + { + "name": "wrist_right", + "parent": "elbow_right", + "pivot": [-16, 28.5, 0], + "cubes": [ + {"origin": [-18, 25.5, -4], "size": [2, 7, 7], "uv": [25, 77], "mirror": true} + ] + }, + { + "name": "hand_right", + "parent": "wrist_right", + "pivot": [-18, 29, -0.5], + "cubes": [ + {"origin": [-20.5, 28, -2], "size": [3, 2, 3], "uv": [43, 26], "mirror": true} + ] + }, + { + "name": "thumb_right", + "parent": "hand_right", + "pivot": [-19, 30, -2], + "cubes": [ + {"origin": [-20, 29, -4], "size": [1, 1, 2], "inflate": 0.01, "uv": [11, 0], "mirror": true} + ] + }, + { + "name": "fingers_right", + "parent": "hand_right", + "pivot": [-20.5, 30, -0.5], + "cubes": [ + {"origin": [-22.5, 29, -2], "size": [2, 1, 3], "inflate": 0.01, "uv": [39, 45], "mirror": true} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [3.5, 5.5, 2], + "cubes": [ + {"origin": [2.5, 2, 0.5], "size": [2, 5, 3], "uv": [0, 36], "mirror": true} + ] + }, + { + "name": "foot_right", + "parent": "leg_right", + "pivot": [3.5, 2, 0.5], + "cubes": [ + {"origin": [2.5, 0, -0.5], "size": [2, 2, 4], "inflate": 0.01, "uv": [0, 28], "mirror": true} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [-3.5, 5.5, 2], + "cubes": [ + {"origin": [-4.5, 2, 0.5], "size": [2, 5, 3], "uv": [0, 36]} + ] + }, + { + "name": "foot_left", + "parent": "leg_left", + "pivot": [-3.5, 2, 0.5], + "cubes": [ + {"origin": [-4.5, 0, -0.5], "size": [2, 2, 4], "inflate": 0.01, "uv": [0, 28]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/gothorita/gothorita.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/gothorita/gothorita.geo.json new file mode 100644 index 0000000..8117ccb --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/gothorita/gothorita.geo.json @@ -0,0 +1,246 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.gothorita", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "gothorita", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "gothorita", + "pivot": [0, 24, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 12, 0], + "cubes": [ + {"origin": [-3, 15, -2.5], "size": [6, 3, 5], "uv": [0, 37]}, + {"origin": [-5.5, 12, -5], "size": [11, 3, 10], "uv": [0, 24]}, + {"origin": [-3.25, 14, -5.25], "size": [3, 4, 2], "pivot": [-0.25, 15.5, -3.75], "rotation": [-22.37845, -15.15302, -22.26337], "uv": [20, 50], "mirror": true}, + {"origin": [0.25, 14, -5.25], "size": [3, 4, 2], "pivot": [0.25, 15.5, -3.75], "rotation": [-22.37845, 15.15302, 22.26337], "uv": [20, 50]}, + {"origin": [0.5, 14.85, 2.25], "size": [2, 3, 2], "pivot": [0.5, 16.35, 2.75], "rotation": [22.37845, -15.15302, 22.26337], "uv": [0, 54], "mirror": true}, + {"origin": [-2.5, 14.85, 2.25], "size": [2, 3, 2], "pivot": [-0.5, 16.35, 2.75], "rotation": [22.37845, 15.15302, -22.26337], "uv": [0, 54]} + ] + }, + { + "name": "chest", + "parent": "torso", + "pivot": [0, 18, -1.5], + "cubes": [ + {"origin": [-2, 17, -1.5], "size": [4, 5, 3], "uv": [19, 42]}, + {"origin": [0.25, 19, -3.26], "size": [3, 4, 2], "pivot": [0.25, 20.5, -1.75], "rotation": [-4.77264, 11.54158, 13.8603], "uv": [20, 50]}, + {"origin": [-3.25, 19, -3.26], "size": [3, 4, 2], "pivot": [-0.25, 20.5, -1.75], "rotation": [-4.77264, -11.54158, -13.8603], "uv": [20, 50], "mirror": true} + ] + }, + { + "name": "neck", + "parent": "chest", + "pivot": [0, 22.01135, 0], + "cubes": [ + {"origin": [-1, 21.5, -1], "size": [2, 2, 2], "uv": [8, 45]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 23.00993, 0], + "cubes": [ + {"origin": [-6.5, 23, -6], "size": [13, 12, 12], "uv": [0, 0]}, + {"origin": [-4.5, 35, -4], "size": [9, 1, 8], "uv": [32, 24]}, + {"origin": [6, 32.5, 0], "size": [2, 5, 4], "pivot": [6.5, 35, 0], "rotation": [-15, 0, 0], "uv": [8, 50]}, + {"origin": [-16.51, 32.5, -4], "size": [2, 5, 4], "pivot": [-16, 35, 0], "rotation": [15, 0, 0], "uv": [0, 0], "mirror": true}, + {"origin": [-16.5, 32.5, 0], "size": [2, 5, 4], "pivot": [-16, 35, 0], "rotation": [-15, 0, 0], "uv": [8, 50], "mirror": true}, + {"origin": [-8, 32.5, 0], "size": [2, 5, 4], "pivot": [-6.5, 35, 0], "rotation": [-15, 0, 0], "uv": [8, 50], "mirror": true}, + {"origin": [-8.01, 32.5, -4], "size": [2, 5, 4], "pivot": [-7.5, 35, 0], "rotation": [15, 0, 0], "uv": [0, 0], "mirror": true}, + {"origin": [6.01, 32.5, -4], "size": [2, 5, 4], "pivot": [7.5, 35, 0], "rotation": [15, 0, 0], "uv": [0, 0]}, + {"origin": [-14.5, 28, -3.5], "size": [7, 7, 7], "uv": [35, 33], "mirror": true}, + {"origin": [7.5, 28, -3.5], "size": [7, 7, 7], "uv": [35, 33]}, + {"origin": [14.51, 32.5, -4], "size": [2, 5, 4], "pivot": [16, 35, 0], "rotation": [15, 0, 0], "uv": [0, 0]}, + {"origin": [14.5, 32.5, 0], "size": [2, 5, 4], "pivot": [16, 35, 0], "rotation": [-15, 0, 0], "uv": [8, 50]} + ] + }, + { + "name": "ear_left", + "parent": "head", + "pivot": [11, 28, 0], + "cubes": [ + {"origin": [10, 25.5, -1], "size": [2, 3, 2], "uv": [54, 47]}, + {"origin": [9.5, 22, -1.5], "size": [3, 4, 3], "uv": [50, 9]} + ] + }, + { + "name": "ear_right", + "parent": "head", + "pivot": [-11, 28, 0], + "cubes": [ + {"origin": [-12, 25.5, -1], "size": [2, 3, 2], "uv": [54, 47], "mirror": true}, + {"origin": [-12.5, 22, -1.5], "size": [3, 4, 3], "uv": [50, 9], "mirror": true} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [3, 24.75, 0.1], + "cubes": [ + {"origin": [1, 27.25, -6.02], "size": [5, 3, 0], "uv": [0, 30]}, + {"origin": [1, 30, -6.06], "size": [5, 1, 0], "inflate": 0.02, "uv": [0, 11]} + ] + }, + { + "name": "pupil_left", + "parent": "eye_left", + "pivot": [1.5, 24.75, 0], + "cubes": [ + {"origin": [2, 27.75, -6.04], "size": [2, 3, 0], "uv": [0, 0]}, + {"origin": [2.5, 28.5, -6.06], "size": [1, 2, 0], "uv": [8, 0]} + ] + }, + { + "name": "eye_right", + "parent": "head", + "pivot": [-3, 24.75, 0.1], + "cubes": [ + {"origin": [-6, 27.25, -6.02], "size": [5, 3, 0], "uv": [0, 30], "mirror": true}, + {"origin": [-6, 30, -6.06], "size": [5, 1, 0], "inflate": 0.02, "uv": [0, 11], "mirror": true} + ] + }, + { + "name": "pupil_right", + "parent": "eye_right", + "pivot": [-1.5, 24.75, 0], + "cubes": [ + {"origin": [-4, 27.75, -6.04], "size": [2, 3, 0], "uv": [0, 0], "mirror": true}, + {"origin": [-3.5, 28.5, -6.06], "size": [1, 2, 0], "uv": [8, 0], "mirror": true} + ] + }, + { + "name": "eyelid_left", + "parent": "head", + "pivot": [3, 24.75, 0.1], + "cubes": [ + {"origin": [1, 27.25, -5.92], "size": [5, 3, 0], "uv": [31, 37], "mirror": true}, + {"origin": [1, 30, -5.96], "size": [5, 1, 0], "inflate": 0.02, "uv": [0, 11]} + ] + }, + { + "name": "eyelid_right", + "parent": "head", + "pivot": [-3, 24.75, 0.1], + "cubes": [ + {"origin": [-6, 27.25, -5.92], "size": [5, 3, 0], "uv": [31, 37]}, + {"origin": [-6, 30, -5.96], "size": [5, 1, 0], "inflate": 0.02, "uv": [0, 11], "mirror": true} + ] + }, + { + "name": "lip_top", + "parent": "head", + "pivot": [0, 25.25, -6], + "cubes": [ + {"origin": [-1, 25.25, -6.75], "size": [2, 1, 1], "inflate": 0.01, "pivot": [0, 25.25, -5.75], "rotation": [-2.5, 0, 0], "uv": [38, 4]} + ] + }, + { + "name": "lip_bottom", + "parent": "head", + "pivot": [0, 25.25, -6], + "cubes": [ + {"origin": [-1, 24.45, -6.75], "size": [2, 1, 1], "pivot": [0, 25.45, -5.75], "rotation": [12.5, 0, 0], "uv": [38, 2]} + ] + }, + { + "name": "arm_left", + "parent": "chest", + "pivot": [2, 20.75, 0], + "cubes": [ + {"origin": [1, 20.25, -0.5], "size": [6, 1, 1], "uv": [17, 37]} + ] + }, + { + "name": "elbow_left", + "parent": "arm_left", + "pivot": [7, 20.25, 0.5], + "cubes": [ + {"origin": [7, 20.25, -0.5], "size": [5, 1, 1], "uv": [0, 9]}, + {"origin": [10, 20.75, -1], "size": [3, 0, 2], "uv": [36, 0]} + ] + }, + { + "name": "arm_right", + "parent": "chest", + "pivot": [-2, 20.75, 0], + "cubes": [ + {"origin": [-7, 20.25, -0.5], "size": [6, 1, 1], "uv": [17, 37], "mirror": true} + ] + }, + { + "name": "elbow_right", + "parent": "arm_right", + "pivot": [-7, 20.25, 0.5], + "cubes": [ + {"origin": [-12, 20.25, -0.5], "size": [5, 1, 1], "uv": [0, 9], "mirror": true}, + {"origin": [-13, 20.75, -1], "size": [3, 0, 2], "uv": [36, 0], "mirror": true} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [2.25, 12, -0.5], + "cubes": [ + {"origin": [1.25, 7.5, -1], "size": [2, 5, 2], "uv": [32, 24], "mirror": true} + ] + }, + { + "name": "knee_left", + "parent": "leg_left", + "pivot": [2.25, 8, -1], + "cubes": [ + {"origin": [1, 2, -1.5], "size": [3, 6, 3], "uv": [30, 47], "mirror": true} + ] + }, + { + "name": "foot_left", + "parent": "knee_left", + "pivot": [2.5, 3, 0.5], + "cubes": [ + {"origin": [0.5, 0, -3.5], "size": [4, 3, 6], "uv": [38, 0], "mirror": true} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-2.25, 12, -0.5], + "cubes": [ + {"origin": [-3.25, 7.5, -1], "size": [2, 5, 2], "uv": [32, 24]} + ] + }, + { + "name": "knee_right", + "parent": "leg_right", + "pivot": [-2.25, 8, -1], + "cubes": [ + {"origin": [-4, 2, -1.5], "size": [3, 6, 3], "uv": [30, 47]} + ] + }, + { + "name": "foot_right", + "parent": "knee_right", + "pivot": [-2.5, 3, 0.5], + "cubes": [ + {"origin": [-4.5, 0, -3.5], "size": [4, 3, 6], "uv": [38, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/graveler_alolan.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/graveler_alolan.geo.json new file mode 100644 index 0000000..e9abac5 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/graveler_alolan.geo.json @@ -0,0 +1,528 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.graveler_alolan", + "texture_width": 64, + "texture_height": 128, + "visible_bounds_width": 5, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "graveler", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "graveler", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 4, -1], + "cubes": [ + {"origin": [-7, 4, -7], "size": [14, 14, 14], "uv": [0, 0]}, + {"origin": [-1, 10.75, -7], "size": [2, 1, 0], "inflate": 0.025, "uv": [10, 8]}, + {"origin": [-1, 10, -7], "size": [2, 1, 0], "inflate": 0.02, "uv": [10, 9]}, + {"origin": [2.6, 17.8, -6.2], "size": [4, 1, 4], "uv": [42, 8]}, + {"origin": [4.5, 16.6, -7.3], "size": [3, 2, 3], "uv": [49, 71]}, + {"origin": [5, 15.9, -7.2], "size": [2.3, 2, 2.6], "uv": [51, 72]}, + {"origin": [5, 9.2, -6.6], "size": [2.3, 2, 2.1], "uv": [51, 72]}, + {"origin": [5, 17, -7.2], "size": [2.3, 2, 2.6], "uv": [51, 72]}, + {"origin": [-5, 12, 7], "size": [4, 4, 1], "uv": [32, 51]}, + {"origin": [0, 5, 6.75], "size": [3, 3, 1], "uv": [6, 45]}, + {"origin": [1, 14, 6.75], "size": [3, 3, 1], "uv": [14, 34]}, + {"origin": [-7.75, 7, 1], "size": [1, 3, 3], "uv": [0, 53]}, + {"origin": [6.5, 13, -5], "size": [1, 2, 2], "uv": [14, 58]}, + {"origin": [-7.5, 5, -4], "size": [1, 2, 2], "uv": [56, 57]}, + {"origin": [7, 5, 1], "size": [1, 4, 4], "uv": [0, 45]}, + {"origin": [4, 9, 6.5], "size": [2, 2, 1], "uv": [5, 53]}, + {"origin": [-6, 7, 6.5], "size": [2, 2, 1], "uv": [17, 28]}, + {"origin": [-6, 17.75, -1], "size": [3, 1, 3], "uv": [10, 49]}, + {"origin": [-2, 17.5, 3], "size": [2, 1, 2], "uv": [31, 36]}, + {"origin": [-5, 3.5, 2], "size": [2, 1, 2], "uv": [56, 23]}, + {"origin": [2, 3.25, 3], "size": [3, 1, 3], "uv": [48, 29]}, + {"origin": [5.4, 9.1, -7], "size": [2, 1, 0.5], "inflate": 0.01, "pivot": [10.4, 2.1, -1], "rotation": [0, 0, -6], "uv": [58, 84]}, + {"origin": [5.3, 10.3, -7], "size": [2.1, 1, 0.5], "inflate": 0.01, "pivot": [10.1, 3.3, -1], "rotation": [0, 0, -6], "uv": [58, 84]}, + {"origin": [-7.4, 10.3, -7], "size": [2.1, 1, 0.5], "inflate": 0.01, "pivot": [-10.1, 3.3, -1], "rotation": [0, 0, 6], "uv": [58, 84], "mirror": true}, + {"origin": [-7.4, 9.1, -7], "size": [2, 1, 0.5], "inflate": 0.01, "pivot": [-10.4, 2.1, -1], "rotation": [0, 0, 6], "uv": [58, 84], "mirror": true}, + {"origin": [-1, 10.75, -7.4], "size": [2, 1, 0], "inflate": 0.031, "uv": [21, 65]} + ] + }, + { + "name": "mouth", + "parent": "torso", + "pivot": [0, 9, -7], + "cubes": [ + {"origin": [-5, 8, -7], "size": [10, 1, 0], "inflate": 0.01, "uv": [42, 13]}, + {"origin": [-5, 8.5, -7], "size": [9, 1, 0], "inflate": 0.01, "uv": [37, 28]} + ] + }, + { + "name": "mouth_open", + "parent": "torso", + "pivot": [0, 9, -6.9], + "cubes": [ + {"origin": [-5, 7, -6.9], "size": [10, 2, 0], "inflate": 0.01, "uv": [0, 62]}, + {"origin": [-5, 8.5, -6.9], "size": [10, 1, 0], "inflate": 0.02, "uv": [0, 64]} + ] + }, + { + "name": "mouth_grin", + "parent": "torso", + "pivot": [0, 9, -6.9], + "cubes": [ + {"origin": [-5, 7, -6.9], "size": [10, 2, 0], "inflate": 0.01, "uv": [0, 68]}, + {"origin": [-5, 8.5, -6.9], "size": [9, 1, 0], "inflate": 0.02, "uv": [0, 70]}, + {"origin": [4.03, 8.97, -6.9], "size": [1, 1, 0], "inflate": 0.02, "uv": [0, 71]} + ] + }, + { + "name": "eye_right", + "parent": "torso", + "pivot": [-2.29721, 11.38116, -7.05], + "cubes": [ + {"origin": [-4.5, 10, -7], "size": [4, 2, 0], "inflate": 0.01, "uv": [19, 49]} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-2.5, 11, -6.4], + "cubes": [ + {"origin": [-4.5, 10, -6.9], "size": [3, 2, 1], "inflate": 0.025, "uv": [53, 0]}, + {"origin": [-2, 10, -6.9], "size": [1, 2, 1], "inflate": 0.02, "uv": [60, 5]} + ] + }, + { + "name": "eye_left", + "parent": "torso", + "pivot": [2.29721, 11.38116, -7.05], + "cubes": [ + {"origin": [0.5, 10, -7], "size": [4, 2, 0], "inflate": 0.01, "uv": [53, 3]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [2.5, 11, -6.4], + "cubes": [ + {"origin": [1.5, 10, -6.9], "size": [3, 2, 1], "inflate": 0.025, "uv": [10, 65], "mirror": true}, + {"origin": [1, 10, -6.9], "size": [1, 2, 1], "inflate": 0.02, "uv": [18, 65], "mirror": true} + ] + }, + { + "name": "arm_right", + "parent": "torso", + "pivot": [-7, 13.5, 0], + "cubes": [ + {"origin": [-13, 10.5, -1.5], "size": [7, 3, 3], "uv": [20, 28]}, + {"origin": [-9.5, 13, -1], "size": [2, 1, 2], "uv": [34, 56]} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-13, 12, 1], + "cubes": [ + {"origin": [-19, 10.5, -2], "size": [5, 3, 4], "uv": [36, 36]}, + {"origin": [-14, 10.5, -1.5], "size": [1, 3, 3], "inflate": 0.01, "uv": [55, 5]}, + {"origin": [-15.5, 13, -1], "size": [3, 1, 2], "inflate": 0.01, "uv": [36, 62]}, + {"origin": [-15.3, 14, 0.2], "size": [0.3, 1, 0.4], "inflate": 0.01, "uv": [58, 84], "mirror": true}, + {"origin": [-15.3, 14, -0.9], "size": [0.3, 1, 0.4], "inflate": 0.01, "uv": [58, 84], "mirror": true}, + {"origin": [-13.2, 14, -0.9], "size": [0.3, 1, 0.4], "inflate": 0.01, "uv": [58, 84], "mirror": true}, + {"origin": [-14.2, 14, -0.9], "size": [0.3, 1, 0.4], "inflate": 0.01, "uv": [58, 84], "mirror": true}, + {"origin": [-13.2, 14, 0.2], "size": [0.3, 1, 0.4], "inflate": 0.01, "uv": [58, 84], "mirror": true}, + {"origin": [-14.2, 14, 0.2], "size": [0.3, 1, 0.4], "inflate": 0.01, "uv": [58, 84], "mirror": true}, + {"origin": [-17.1, 10.9, -5.1], "size": [3, 2, 3], "pivot": [-13.1, -7.1, -1.1], "rotation": [-6, 0, 0], "uv": [49, 71], "mirror": true} + ] + }, + { + "name": "hand_right", + "parent": "arm_right2", + "pivot": [-19, 12, 0.25], + "cubes": [ + {"origin": [-21.5, 10.5, -2.5], "size": [3, 3, 5], "inflate": 0.01, "uv": [42, 0]} + ] + }, + { + "name": "finger_right_middle", + "parent": "hand_right", + "pivot": [-21.5, 13.5, 1.25], + "cubes": [ + {"origin": [-23.5, 12.5, 0.25], "size": [2, 1, 2], "inflate": 0.01, "uv": [54, 61]} + ] + }, + { + "name": "finger_right_middle2", + "parent": "finger_right_middle", + "pivot": [-23.5, 13.5, 1.25], + "cubes": [ + {"origin": [-24.5, 12.5, 0.25], "size": [1, 1, 2], "uv": [44, 59]} + ] + }, + { + "name": "finger_right_index", + "parent": "hand_right", + "pivot": [-21.5, 13.5, -1.25], + "cubes": [ + {"origin": [-23.5, 12.5, -2.25], "size": [2, 1, 2], "inflate": 0.01, "uv": [55, 43]} + ] + }, + { + "name": "finger_right_index2", + "parent": "finger_right_index", + "pivot": [-23.5, 13.5, -1.25], + "cubes": [ + {"origin": [-24.5, 12.5, -2.25], "size": [1, 1, 2], "uv": [50, 59]} + ] + }, + { + "name": "thumb_right", + "parent": "hand_right", + "pivot": [-21, 11, -2], + "cubes": [ + {"origin": [-22.5, 10, -2.5], "size": [2, 2, 1], "inflate": 0.02, "uv": [20, 61]} + ] + }, + { + "name": "thumb_right2", + "parent": "thumb_right", + "pivot": [-22.5, 11, -2.5], + "cubes": [ + {"origin": [-23.5, 10, -2.5], "size": [1, 2, 1], "inflate": 0.01, "uv": [10, 0]} + ] + }, + { + "name": "arm_left", + "parent": "torso", + "pivot": [7, 13.5, 0], + "cubes": [ + {"origin": [6, 10.5, -1.5], "size": [7, 3, 3], "uv": [0, 28]}, + {"origin": [7.5, 13, -1], "size": [2, 1, 2], "uv": [42, 56]}, + {"origin": [9.4, 11.7, -4], "size": [3, 2, 3], "pivot": [8.4, -6.3, 0], "rotation": [-6, 0, 0], "uv": [49, 71]} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [13, 12, 1], + "cubes": [ + {"origin": [14, 10.5, -2], "size": [5, 3, 4], "uv": [0, 34]}, + {"origin": [13, 10.5, -1.5], "size": [1, 3, 3], "inflate": 0.01, "uv": [8, 53]}, + {"origin": [12.5, 13, -1], "size": [3, 1, 2], "inflate": 0.01, "uv": [24, 62]}, + {"origin": [12.9, 14, -0.9], "size": [0.3, 1, 0.4], "inflate": 0.01, "uv": [58, 84]}, + {"origin": [12.9, 14, 0.2], "size": [0.3, 1, 0.4], "inflate": 0.01, "uv": [58, 84]}, + {"origin": [13.9, 14, 0.2], "size": [0.3, 1, 0.4], "inflate": 0.01, "uv": [58, 84]}, + {"origin": [13.9, 14, -0.9], "size": [0.3, 1, 0.4], "inflate": 0.01, "uv": [58, 84]}, + {"origin": [15, 14, 0.2], "size": [0.3, 1, 0.4], "inflate": 0.01, "uv": [58, 84]}, + {"origin": [15, 14, -0.9], "size": [0.3, 1, 0.4], "inflate": 0.01, "uv": [58, 84]} + ] + }, + { + "name": "hand_left", + "parent": "arm_left2", + "pivot": [19, 12, 0.25], + "cubes": [ + {"origin": [18.5, 10.5, -2.5], "size": [3, 3, 5], "inflate": 0.01, "uv": [15, 41]} + ] + }, + { + "name": "finger_left_middle", + "parent": "hand_left", + "pivot": [21.5, 13.5, 1.25], + "cubes": [ + {"origin": [21.5, 12.5, 0.25], "size": [2, 1, 2], "inflate": 0.01, "uv": [48, 62]} + ] + }, + { + "name": "finger_left_middle2", + "parent": "finger_left_middle", + "pivot": [23.5, 13.5, 1.25], + "cubes": [ + {"origin": [23.5, 12.5, 0.25], "size": [1, 1, 2], "uv": [38, 59]} + ] + }, + { + "name": "finger_left_index", + "parent": "hand_left", + "pivot": [21.5, 13.5, -1.25], + "cubes": [ + {"origin": [21.5, 12.5, -2.25], "size": [2, 1, 2], "inflate": 0.01, "uv": [50, 56]} + ] + }, + { + "name": "finger_left_index2", + "parent": "finger_left_index", + "pivot": [23.5, 13.5, -1.25], + "cubes": [ + {"origin": [23.5, 12.5, -2.25], "size": [1, 1, 2], "uv": [32, 59]} + ] + }, + { + "name": "thumb_left", + "parent": "hand_left", + "pivot": [21, 11, -2], + "cubes": [ + {"origin": [20.5, 10, -2.5], "size": [2, 2, 1], "inflate": 0.02, "uv": [6, 59]} + ] + }, + { + "name": "thumb_left2", + "parent": "thumb_left", + "pivot": [22.5, 11, -2.5], + "cubes": [ + {"origin": [22.5, 10, -2.5], "size": [1, 2, 1], "inflate": 0.01, "uv": [0, 0]} + ] + }, + { + "name": "arm_bottom_right", + "parent": "torso", + "pivot": [-6.25, 7.25, -5.5], + "rotation": [0, -45, 0], + "cubes": [ + {"origin": [-9.25, 5.75, -6.5], "size": [4, 3, 2], "uv": [45, 46]} + ] + }, + { + "name": "arm_bottom_right2", + "parent": "arm_bottom_right", + "pivot": [-9.25, 7.25, -4.5], + "cubes": [ + {"origin": [-12.25, 5.75, -6.5], "size": [3, 3, 2], "inflate": 0.01, "uv": [52, 51]}, + {"origin": [-11.85, 6.75, -4.1], "size": [1, 1, 1], "inflate": 0.01, "pivot": [1.65, -0.5, -1.35], "rotation": [0, -6, 0], "uv": [54, 73]} + ] + }, + { + "name": "hand_bottom_right", + "parent": "arm_bottom_right2", + "pivot": [-12.25, 7.25, -4.5], + "cubes": [ + {"origin": [-14.25, 5.75, -6.5], "size": [2, 3, 2], "uv": [26, 55]} + ] + }, + { + "name": "thumb_bottom_right", + "parent": "hand_bottom_right", + "pivot": [-13.75, 8.5, -6], + "cubes": [ + {"origin": [-15.25, 8, -6.5], "size": [2, 1, 1], "inflate": 0.01, "uv": [44, 62]} + ] + }, + { + "name": "finger_bottom_right_index", + "parent": "hand_bottom_right", + "pivot": [-14.25, 7.5, -4.5], + "cubes": [ + {"origin": [-16.25, 7, -5.5], "size": [2, 1, 1], "uv": [32, 62]} + ] + }, + { + "name": "finger_bottom_right_pinky", + "parent": "hand_bottom_right", + "pivot": [-14.25, 6.25, -4.5], + "cubes": [ + {"origin": [-16.25, 5.75, -5.5], "size": [2, 1, 1], "uv": [25, 60]} + ] + }, + { + "name": "arm_bottom_left", + "parent": "torso", + "pivot": [6.25, 7.25, -5.5], + "rotation": [0, 45, 0], + "cubes": [ + {"origin": [5.25, 5.75, -6.5], "size": [4, 3, 2], "uv": [0, 8]} + ] + }, + { + "name": "arm_bottom_left2", + "parent": "arm_bottom_left", + "pivot": [9.25, 7.25, -4.5], + "cubes": [ + {"origin": [9.25, 5.75, -6.5], "size": [3, 3, 2], "inflate": 0.01, "uv": [42, 51]} + ] + }, + { + "name": "hand_bottom_left", + "parent": "arm_bottom_left2", + "pivot": [12.25, 7.25, -4.5], + "cubes": [ + {"origin": [12.25, 5.75, -6.5], "size": [2, 3, 2], "uv": [26, 41]} + ] + }, + { + "name": "thumb_bottom_left", + "parent": "hand_bottom_left", + "pivot": [13.75, 8.5, -6], + "cubes": [ + {"origin": [13.25, 8, -6.5], "size": [2, 1, 1], "inflate": 0.01, "uv": [58, 11]} + ] + }, + { + "name": "finger_bottom_left_index", + "parent": "hand_bottom_left", + "pivot": [14.25, 7.5, -4.5], + "cubes": [ + {"origin": [14.25, 7, -5.5], "size": [2, 1, 1], "uv": [57, 49]} + ] + }, + { + "name": "finger_bottom_left_pinky", + "parent": "hand_bottom_left", + "pivot": [14.25, 6.25, -4.5], + "cubes": [ + {"origin": [14.25, 5.75, -5.5], "size": [2, 1, 1], "uv": [13, 53]} + ] + }, + { + "name": "crest", + "parent": "torso", + "pivot": [0, 11.75, -7], + "rotation": [8, 0, 0], + "cubes": [ + {"origin": [-3, 14.75, -7], "size": [6, 2, 1], "inflate": 0.01, "uv": [41, 43]}, + {"origin": [-4.5, 11.75, -7], "size": [9, 3, 1], "inflate": 0.01, "uv": [0, 41]} + ] + }, + { + "name": "left_crest", + "parent": "crest", + "pivot": [0, 11.75, -7] + }, + { + "name": "crest2", + "parent": "left_crest", + "pivot": [-4, 11.75, -7], + "rotation": [0, 0, 55], + "cubes": [ + {"origin": [-8.75, 14.75, -7], "size": [4, 2, 1], "pivot": [-5.75, 15.75, -6.5], "rotation": [0, -2.5, 0], "uv": [0, 65]} + ] + }, + { + "name": "crest3", + "parent": "left_crest", + "pivot": [-4, 11.75, -7], + "rotation": [0, 0, 35], + "cubes": [ + {"origin": [-7.75, 13.25, -7], "size": [4, 2, 1], "pivot": [-4.75, 14.25, -6.5], "rotation": [0, -4, 0], "uv": [16, 55]} + ] + }, + { + "name": "crest4", + "parent": "left_crest", + "pivot": [-4.5, 11.75, -7], + "rotation": [0, 0, 12.5], + "cubes": [ + {"origin": [-6.5, 11.75, -7], "size": [2, 2, 1], "pivot": [-4.5, 12.75, -6.5], "rotation": [0, -7.5, 0], "uv": [0, 59]} + ] + }, + { + "name": "right_crest", + "parent": "crest", + "pivot": [0, 11.75, -7] + }, + { + "name": "crest5", + "parent": "right_crest", + "pivot": [4, 11.75, -7], + "rotation": [0, 0, -55], + "cubes": [ + {"origin": [4.75, 14.75, -7], "size": [4, 2, 1], "pivot": [5.75, 15.75, -6.5], "rotation": [0, 2.5, 0], "uv": [54, 40]} + ] + }, + { + "name": "crest6", + "parent": "right_crest", + "pivot": [4, 11.75, -7], + "rotation": [0, 0, -35], + "cubes": [ + {"origin": [3.75, 13.25, -7], "size": [4, 2, 1], "pivot": [4.75, 14.25, -6.5], "rotation": [0, 4, 0], "uv": [53, 33]} + ] + }, + { + "name": "crest7", + "parent": "right_crest", + "pivot": [4.5, 11.75, -7], + "rotation": [0, 0, -12.5], + "cubes": [ + {"origin": [4.5, 11.75, -7], "size": [2, 2, 1], "pivot": [4.5, 12.75, -6.5], "rotation": [0, 7.5, 0], "uv": [20, 58]} + ] + }, + { + "name": "eyebrow_left", + "parent": "torso", + "pivot": [-1, 10.75, -7], + "rotation": [0, 0, 22.5], + "cubes": [ + {"origin": [-5, 10.75, -7.4], "size": [4, 1, 0], "inflate": 0.03, "uv": [21, 65]}, + {"origin": [-6.6, 10.95, -7.4], "size": [3, 1, 0], "inflate": 0.032, "pivot": [-1.6, 0.95, -1], "rotation": [0, 0, 9], "uv": [21, 65]}, + {"origin": [-3.6, 10.75, -7.4], "size": [1, 1, 0], "inflate": 0.032, "pivot": [-0.6, 0.75, -1], "rotation": [0, 0, 9], "uv": [21, 65]} + ] + }, + { + "name": "eyebrow_right", + "parent": "torso", + "pivot": [1, 10.75, -7], + "rotation": [0, 0, -22.5], + "cubes": [ + {"origin": [1, 10.75, -7.4], "size": [4, 1, 0], "inflate": 0.03, "uv": [0, 13]}, + {"origin": [3.6, 11.15, -7.4], "size": [3, 1, 0], "inflate": 0.031, "pivot": [2.6, 1.15, -1], "rotation": [0, 0, -9], "uv": [0, 13]}, + {"origin": [2.3, 10.95, -7.4], "size": [1.3, 1, 0], "inflate": 0.031, "pivot": [1.3, 0.95, -1], "rotation": [0, 0, -9], "uv": [0, 13]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-3, 4, 0], + "cubes": [ + {"origin": [-4.5, 1, -2], "size": [3, 4, 4], "uv": [31, 43]} + ] + }, + { + "name": "foot_right1", + "parent": "leg_right", + "pivot": [-3, 2, 0], + "cubes": [ + {"origin": [-5, 0, -2.75], "size": [4, 2, 5], "uv": [35, 29]} + ] + }, + { + "name": "foot_right2", + "parent": "foot_right1", + "pivot": [-3, 0, -2.75], + "cubes": [ + {"origin": [-5, 0, -4.75], "size": [4, 2, 2], "inflate": 0.01, "uv": [20, 51]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [3, 4, 0], + "cubes": [ + {"origin": [1.5, 1, -2], "size": [3, 4, 4], "uv": [0, 0]} + ] + }, + { + "name": "foot_left1", + "parent": "leg_left", + "pivot": [3, 2, 0], + "cubes": [ + {"origin": [1, 0, -2.75], "size": [4, 2, 5], "uv": [18, 34]} + ] + }, + { + "name": "foot_left2", + "parent": "foot_left1", + "pivot": [3, 0, -2.75], + "cubes": [ + {"origin": [1, 0, -4.75], "size": [4, 2, 2], "inflate": 0.01, "uv": [50, 36]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/greattusk/greattusk.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/greattusk/greattusk.geo.json new file mode 100644 index 0000000..9c528da --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/greattusk/greattusk.geo.json @@ -0,0 +1,618 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.donphan_male", + "texture_width": 512, + "texture_height": 512, + "visible_bounds_width": 11, + "visible_bounds_height": 6, + "visible_bounds_offset": [0, 2, 0] + }, + "bones": [ + { + "name": "GreatTusk", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "GreatTusk", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 14, 0] + }, + { + "name": "torso_back", + "parent": "torso", + "pivot": [0, 40, 6], + "cubes": [ + {"origin": [-18, 9, 6], "size": [36, 30, 20], "uv": [0, 60]} + ] + }, + { + "name": "torso_front", + "parent": "torso", + "pivot": [0, 24, -9], + "cubes": [ + {"origin": [-18, 8.99, -24.01], "size": [36, 30, 30], "inflate": 0.01, "uv": [0, 0]}, + {"origin": [-18.01, 17.99, -8.76], "size": [0, 17, 16], "inflate": 0.01, "pivot": [-18.01, 24.49, -2.01], "rotation": [45, 0, 0], "uv": [226, 238]}, + {"origin": [18.01, 17.99, -8.76], "size": [0, 17, 16], "inflate": 0.01, "pivot": [18.01, 24.49, -2.01], "rotation": [45, 0, 0], "uv": [60, 232]} + ] + }, + { + "name": "head", + "parent": "torso_front", + "pivot": [0, 30.5, -23.5], + "cubes": [ + {"origin": [-12, 24, -41], "size": [24, 14, 20], "uv": [96, 122]}, + {"origin": [-12, 16, -35], "size": [24, 8, 14], "inflate": 0.01, "uv": [128, 206]}, + {"origin": [-12, 19, -41], "size": [24, 5, 6], "inflate": 0.01, "uv": [180, 0]} + ] + }, + { + "name": "tusk_left", + "parent": "head", + "pivot": [11, 24, -30], + "rotation": [17.701, 15.10501, 35.88614], + "cubes": [ + {"origin": [9.94, 19.2262, -34.7738], "size": [7, 10, 10], "inflate": 0.01, "uv": [259, 112]} + ] + }, + { + "name": "tusk_left2", + "parent": "tusk_left", + "pivot": [20.23, 28.56, -35.9975], + "rotation": [1.16524, 24.97457, 2.75806], + "cubes": [ + {"origin": [12.96, 20.4162, -35.3813], "size": [12, 7, 7], "inflate": 0.01, "uv": [262, 0]} + ] + }, + { + "name": "tusk_left3", + "parent": "tusk_left2", + "pivot": [26.42591, 27.24782, -33.06728], + "rotation": [-3.31914, 14.63639, -42.92638], + "cubes": [ + {"origin": [20.92591, 24.24782, -36.06728], "size": [12, 6, 6], "inflate": 0.01, "uv": [106, 270]} + ] + }, + { + "name": "tusk_left4", + "parent": "tusk_left3", + "pivot": [39.93091, 24.91662, -35.98098], + "rotation": [2.22153, 6.92625, -30.51445], + "cubes": [ + {"origin": [32.98091, 28.34282, -35.92478], "size": [13, 5, 5], "inflate": 0.01, "uv": [23, 272]} + ] + }, + { + "name": "tusk_left5", + "parent": "tusk_left4", + "pivot": [53.02091, 25.21412, -36.27848], + "rotation": [-4.52341, 9.30644, -47.67138], + "cubes": [ + {"origin": [50.82091, 33.33032, -37.31728], "size": [13, 5, 5], "inflate": 0.01, "uv": [214, 271]} + ] + }, + { + "name": "tusk_left6", + "parent": "tusk_left5", + "pivot": [64.92091, 25.21412, -36.27848], + "rotation": [-1.75404, 11.27253, -36.53224], + "cubes": [ + {"origin": [67.88841, 33.12782, -36.12728], "size": [10, 5, 4], "inflate": 0.01, "uv": [266, 276]} + ] + }, + { + "name": "tusk_left7", + "parent": "tusk_left6", + "pivot": [74.44091, 25.51162, -35.98098], + "rotation": [2.71994, 19.82169, -22.02468], + "cubes": [ + {"origin": [78.77651, 31.67722, -33.32788], "size": [7, 5, 3], "uv": [170, 252]} + ] + }, + { + "name": "tusk_left8", + "parent": "tusk_left7", + "pivot": [83.06841, 25.80912, -35.98098], + "rotation": [0, 22.5, -42.5], + "cubes": [ + {"origin": [86.65401, 28.91472, -30.48288], "size": [7, 3, 2], "uv": [150, 30]} + ] + }, + { + "name": "tusk_left9", + "parent": "tusk_left7", + "pivot": [89.8667, 39.8073, -35.18906], + "rotation": [-11.70092, 19.3546, -74.50206], + "cubes": [ + {"origin": [86.1167, 39.5573, -35.43906], "size": [6, 2, 1], "pivot": [89.3667, 40.3073, -34.93906], "rotation": [0, 0, -12.5], "uv": [14, 26]} + ] + }, + { + "name": "tusk_right", + "parent": "head", + "pivot": [-11, 24, -30], + "rotation": [17.701, -15.10501, -35.88614], + "cubes": [ + {"origin": [-16.94, 19.2262, -34.7738], "size": [7, 10, 10], "inflate": 0.01, "uv": [258, 244]} + ] + }, + { + "name": "tusk_right2", + "parent": "tusk_right", + "pivot": [-20.23, 28.56, -35.9975], + "rotation": [1.16524, -24.97457, -2.75806], + "cubes": [ + {"origin": [-24.96, 20.4162, -35.3813], "size": [12, 7, 7], "inflate": 0.01, "uv": [254, 62]} + ] + }, + { + "name": "tusk_right3", + "parent": "tusk_right2", + "pivot": [-26.42591, 27.24782, -33.06728], + "rotation": [-3.31914, -14.63639, 42.92638], + "cubes": [ + {"origin": [-32.92591, 24.24782, -36.06728], "size": [12, 6, 6], "inflate": 0.01, "uv": [258, 264]} + ] + }, + { + "name": "tusk_right4", + "parent": "tusk_right3", + "pivot": [-39.93091, 24.91662, -35.98098], + "rotation": [2.22153, -6.92625, 30.51445], + "cubes": [ + {"origin": [-45.98091, 28.34282, -35.92478], "size": [13, 5, 5], "inflate": 0.01, "uv": [271, 168]} + ] + }, + { + "name": "tusk_right5", + "parent": "tusk_right4", + "pivot": [-53.02091, 25.21412, -36.27848], + "rotation": [-4.52341, -9.30644, 47.67138], + "cubes": [ + {"origin": [-63.82091, 33.33032, -37.31728], "size": [13, 5, 5], "inflate": 0.01, "uv": [270, 201]} + ] + }, + { + "name": "tusk_right6", + "parent": "tusk_right5", + "pivot": [-64.92091, 25.21412, -36.27848], + "rotation": [-1.75404, -11.27253, 36.53224], + "cubes": [ + {"origin": [-77.88841, 33.12782, -36.12728], "size": [10, 5, 4], "inflate": 0.01, "uv": [272, 178]} + ] + }, + { + "name": "tusk_right7", + "parent": "tusk_right6", + "pivot": [-74.44091, 25.51162, -35.98098], + "rotation": [2.71994, -19.82169, 22.02468], + "cubes": [ + {"origin": [-85.77651, 31.67722, -33.32788], "size": [7, 5, 3], "uv": [30, 240]} + ] + }, + { + "name": "tusk_right8", + "parent": "tusk_right7", + "pivot": [-83.06841, 25.80912, -35.98098], + "rotation": [0, -22.5, 42.5], + "cubes": [ + {"origin": [-93.65401, 28.91472, -30.48288], "size": [7, 3, 2], "uv": [132, 30]} + ] + }, + { + "name": "tusk_right9", + "parent": "tusk_right7", + "pivot": [-89.8667, 39.8073, -35.18906], + "rotation": [-11.70092, -19.3546, 74.50206], + "cubes": [ + {"origin": [-92.1167, 39.5573, -35.43906], "size": [6, 2, 1], "pivot": [-89.3667, 40.3073, -34.93906], "rotation": [0, 0, 12.5], "uv": [0, 26]} + ] + }, + { + "name": "jaw", + "parent": "head", + "pivot": [-1, 24, -35], + "cubes": [ + {"origin": [-12, 16, -41], "size": [24, 8, 6], "uv": [112, 72]} + ] + }, + { + "name": "eye_right", + "parent": "head", + "pivot": [-10.02, 31.25, -37.02], + "cubes": [ + {"origin": [-12, 28.24, -41], "size": [4, 6, 8], "inflate": 0.01, "uv": [242, 273]} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-9.82, 31.25, -36.82], + "cubes": [ + {"origin": [-11.91, 28.23, -40.91], "size": [4, 6, 8], "inflate": 0.01, "uv": [59, 272]} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [10.02, 31.25, -37.02], + "cubes": [ + {"origin": [8, 28.24, -41], "size": [4, 6, 8], "inflate": 0.01, "uv": [166, 272], "mirror": true} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [9.82, 31.25, -36.82], + "cubes": [ + {"origin": [7.91, 28.23, -40.91], "size": [4, 6, 8], "inflate": 0.01, "uv": [142, 272]} + ] + }, + { + "name": "front_plate", + "parent": "torso_front", + "pivot": [0, 50, 2], + "rotation": [2.5, 0, 0], + "cubes": [ + {"origin": [-14, 39, -22], "size": [28, 12, 24], "uv": [88, 86]} + ] + }, + { + "name": "tread", + "parent": "front_plate", + "pivot": [0, 40, 4], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [-16, 36, -3], "size": [32, 16, 14], "uv": [102, 0]}, + {"origin": [11, 48, -2], "size": [0, 10, 14], "uv": [186, 253]}, + {"origin": [-11, 48, -2], "size": [0, 10, 14], "uv": [0, 252]}, + {"origin": [0, 48, -3], "size": [0, 11, 15], "uv": [72, 107]} + ] + }, + { + "name": "tread4", + "parent": "front_plate", + "pivot": [0, 49, -22], + "rotation": [7.5, 0, 0], + "cubes": [ + {"origin": [-15, 40.99, -29.01], "size": [30, 12, 14], "inflate": 0.01, "uv": [0, 146]}, + {"origin": [-11, 49.99, -28.01], "size": [0, 8, 14], "inflate": 0.01, "uv": [30, 218]}, + {"origin": [11, 49.99, -28.01], "size": [0, 8, 14], "inflate": 0.01, "uv": [128, 184]}, + {"origin": [0, 49.99, -29.01], "size": [0, 9, 15], "inflate": 0.01, "uv": [92, 207]} + ] + }, + { + "name": "head_plate", + "parent": "front_plate", + "pivot": [0, 50, -22], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [-13, 38, -46], "size": [26, 12, 24], "uv": [108, 36]} + ] + }, + { + "name": "tread5", + "parent": "head_plate", + "pivot": [0, 48.5, -44], + "cubes": [ + {"origin": [-11, 45.5, -51], "size": [22, 6, 14], "uv": [0, 212]}, + {"origin": [9, 50.5, -50], "size": [0, 7, 14], "uv": [78, 256]}, + {"origin": [-9, 50.5, -50], "size": [0, 7, 14], "uv": [254, 140]}, + {"origin": [0, 50.5, -51], "size": [0, 8, 15], "uv": [92, 216]} + ] + }, + { + "name": "trunk", + "parent": "head_plate", + "pivot": [0, 50, -46], + "cubes": [ + {"origin": [-10, 40, -64], "size": [20, 10, 18], "uv": [166, 138]}, + {"origin": [-8, 50, -65], "size": [0, 7, 8], "uv": [72, 102]}, + {"origin": [0, 50, -66], "size": [0, 7, 10], "uv": [0, 117]}, + {"origin": [8, 50, -65], "size": [0, 7, 8], "uv": [92, 52]} + ] + }, + { + "name": "tread6", + "parent": "trunk", + "pivot": [0, 49, -62], + "cubes": [ + {"origin": [-9, 46, -66], "size": [18, 6, 8], "uv": [254, 48]} + ] + }, + { + "name": "trunk2", + "parent": "trunk", + "pivot": [0, 49, -64], + "cubes": [ + {"origin": [-7.99, 40.99, -82.01], "size": [16, 8, 18], "inflate": 0.01, "uv": [202, 188]}, + {"origin": [0, 45.99, -79.01], "size": [0, 10, 9], "uv": [220, 103]} + ] + }, + { + "name": "trunk3", + "parent": "trunk2", + "pivot": [0, 48, -82], + "cubes": [ + {"origin": [-8, 42, -94], "size": [16, 6, 12], "uv": [110, 228]} + ] + }, + { + "name": "tread8", + "parent": "trunk3", + "pivot": [0, 47.5, -87], + "cubes": [ + {"origin": [-9, 44.5, -91], "size": [18, 6, 8], "uv": [220, 173]} + ] + }, + { + "name": "tread7", + "parent": "trunk2", + "pivot": [0, 48.5, -75], + "cubes": [ + {"origin": [-9, 45.5, -79], "size": [18, 6, 8], "uv": [252, 187]} + ] + }, + { + "name": "ear_left", + "parent": "head_plate", + "pivot": [13, 42, -27], + "cubes": [ + {"origin": [11, 42, -35], "size": [18, 0, 16], "uv": [200, 214]} + ] + }, + { + "name": "ear_left2", + "parent": "ear_left", + "pivot": [29, 42, -27], + "cubes": [ + {"origin": [29, 42, -33], "size": [14, 0, 16], "uv": [192, 54]} + ] + }, + { + "name": "ear_right", + "parent": "head_plate", + "pivot": [-13, 42, -27], + "cubes": [ + {"origin": [-29, 42, -35], "size": [18, 0, 16], "uv": [96, 182]} + ] + }, + { + "name": "ear_right2", + "parent": "ear_right", + "pivot": [-29, 42, -27], + "cubes": [ + {"origin": [-43, 42, -33], "size": [14, 0, 16], "uv": [32, 172]} + ] + }, + { + "name": "back_plate", + "parent": "front_plate", + "pivot": [0, 50, 2], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-12, 38, 2], "size": [24, 12, 24], "uv": [0, 110]} + ] + }, + { + "name": "tread2", + "parent": "back_plate", + "pivot": [0, 40.5, 24.5], + "rotation": [-27.5, 0, 0], + "cubes": [ + {"origin": [-14, 38, 17.5], "size": [28, 12, 14], "uv": [88, 156]}, + {"origin": [7, 46, 18.5], "size": [0, 10, 14], "uv": [0, 242]}, + {"origin": [-7, 46, 18.5], "size": [0, 10, 14], "uv": [122, 238]}, + {"origin": [0, 46, 17.5], "size": [0, 11, 15], "uv": [0, 0]} + ] + }, + { + "name": "tail", + "parent": "back_plate", + "pivot": [0, 48, 26], + "rotation": [-37.5, 0, 0], + "cubes": [ + {"origin": [-8, 36, 26], "size": [16, 12, 20], "uv": [168, 72]}, + {"origin": [-7, 33, 26], "size": [14, 7, 21], "uv": [171, 104]} + ] + }, + { + "name": "tread3", + "parent": "tail", + "pivot": [0, 46, 46], + "cubes": [ + {"origin": [-6, 44.5, 41], "size": [12, 6, 10], "uv": [254, 138]}, + {"origin": [0, 46.5, 41], "size": [0, 9, 11], "uv": [0, 99]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 45, 44], + "cubes": [ + {"origin": [-5, 39, 40], "size": [10, 8, 18], "uv": [54, 222]}, + {"origin": [-4, 32, 44], "size": [8, 8, 15], "uv": [250, 215]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0.5, 45, 57], + "cubes": [ + {"origin": [-4.5, 40, 53], "size": [9, 6, 16], "uv": [225, 116]}, + {"origin": [0, 45, 59], "size": [0, 6, 11], "uv": [92, 61]}, + {"origin": [-3.5, 33, 57], "size": [7, 8, 13], "uv": [254, 83]} + ] + }, + { + "name": "tail4", + "parent": "tail3", + "pivot": [0.5, 45, 69], + "cubes": [ + {"origin": [-3.5, 40.75, 65], "size": [7, 4, 16], "uv": [140, 252]}, + {"origin": [0, 44.75, 74], "size": [0, 4, 5], "uv": [19, 0]}, + {"origin": [-2.5, 35.5, 69], "size": [5, 6, 9], "uv": [0, 0]}, + {"origin": [-2.5, 37.5, 78], "size": [5, 4, 6], "uv": [77, 150]} + ] + }, + { + "name": "leg_front_left", + "parent": "body", + "pivot": [10.5, 20, -14], + "cubes": [ + {"origin": [3.5, 0, -23], "size": [16, 24, 16], "uv": [184, 14]}, + {"origin": [8.48, 3.73, -25.02], "size": [6, 7, 22], "inflate": 0.01, "uv": [220, 83]}, + {"origin": [20.48, 3.98, -20.02], "size": [0, 8, 10], "pivot": [20.48, 6.98, -20.02], "rotation": [52.83761, 9.05478, 4.26175], "uv": [204, 163]}, + {"origin": [20.48, 3.98, -15.02], "size": [0, 8, 10], "pivot": [20.48, 6.98, -15.02], "rotation": [35.91629, 13.35049, 6.37821], "uv": [164, 122]}, + {"origin": [14.52, 3.98, -24.02], "size": [6, 6, 18], "inflate": 0.01, "uv": [178, 243]}, + {"origin": [2.52, 3.98, -24.02], "size": [6, 6, 18], "inflate": 0.01, "uv": [148, 228]} + ] + }, + { + "name": "toe_front_left", + "parent": "leg_front_left", + "pivot": [11.5, 4, -23], + "cubes": [ + {"origin": [11.5, 0, -27], "size": [0, 4, 4], "uv": [0, 142]} + ] + }, + { + "name": "toe_front_left2", + "parent": "leg_front_left", + "pivot": [6.5, 4, -23], + "cubes": [ + {"origin": [6.5, 0, -27], "size": [0, 4, 4], "uv": [102, 122]} + ] + }, + { + "name": "toe_front_left3", + "parent": "leg_front_left", + "pivot": [16.5, 4, -23], + "cubes": [ + {"origin": [16.5, 0, -27], "size": [0, 4, 4], "uv": [102, 118]} + ] + }, + { + "name": "leg_back_left", + "parent": "body", + "pivot": [10.5, 20, 17.75], + "cubes": [ + {"origin": [3.5, 0, 8.75], "size": [16, 24, 16], "uv": [0, 172]}, + {"origin": [14.51, 3.99, 7.74], "size": [6, 6, 18], "inflate": 0.01, "uv": [92, 246]}, + {"origin": [2.51, 3.99, 7.74], "size": [6, 6, 18], "inflate": 0.01, "uv": [220, 230]}, + {"origin": [20.48, 3.98, 13.73], "size": [0, 8, 10], "pivot": [20.48, 6.98, 13.73], "rotation": [52.83761, 9.05478, 4.26175], "uv": [0, 109]}, + {"origin": [20.48, 3.98, 13.73], "size": [0, 8, 10], "pivot": [20.48, 6.98, 13.73], "rotation": [52.83761, 9.05478, 4.26175], "uv": [0, 109]}, + {"origin": [20.48, 3.98, 18.73], "size": [0, 8, 10], "pivot": [20.48, 6.98, 18.73], "rotation": [35.91629, 13.35049, 6.37821], "uv": [96, 123]}, + {"origin": [8.49, 3.74, 6.74], "size": [6, 7, 22], "inflate": 0.01, "uv": [182, 214]} + ] + }, + { + "name": "toe_front_left4", + "parent": "leg_back_left", + "pivot": [11.5, 4, 8.75], + "cubes": [ + {"origin": [11.5, 0, 4.75], "size": [0, 4, 4], "uv": [102, 0]} + ] + }, + { + "name": "toe_front_left5", + "parent": "leg_back_left", + "pivot": [6.5, 4, 8.75], + "cubes": [ + {"origin": [6.5, 0, 4.75], "size": [0, 4, 4], "uv": [100, 63]} + ] + }, + { + "name": "toe_front_left6", + "parent": "leg_back_left", + "pivot": [16.5, 4, 8.75], + "cubes": [ + {"origin": [16.5, 0, 4.75], "size": [0, 4, 4], "uv": [92, 63]} + ] + }, + { + "name": "leg_back_right", + "parent": "body", + "pivot": [-10.5, 20, 17.75], + "cubes": [ + {"origin": [-19.5, 0, 8.75], "size": [16, 24, 16], "uv": [156, 166]}, + {"origin": [-8.49, 3.99, 7.74], "size": [6, 6, 18], "inflate": 0.01, "uv": [30, 248]}, + {"origin": [-8.49, 3.99, 7.74], "size": [6, 6, 18], "inflate": 0.01, "uv": [30, 248]}, + {"origin": [-20.49, 3.99, 7.74], "size": [6, 6, 18], "inflate": 0.01, "uv": [232, 0]}, + {"origin": [-14.49, 3.74, 6.74], "size": [6, 7, 22], "inflate": 0.01, "uv": [220, 54]}, + {"origin": [-20.48, 3.98, 18.73], "size": [0, 8, 10], "pivot": [-20.48, 6.98, 18.73], "rotation": [35.91629, -13.35049, -6.37821], "uv": [0, 58]}, + {"origin": [-20.48, 3.98, 13.73], "size": [0, 8, 10], "pivot": [-20.48, 6.98, 13.73], "rotation": [52.83761, -9.05478, -4.26175], "uv": [0, 50]} + ] + }, + { + "name": "toe_front_right4", + "parent": "leg_back_right", + "pivot": [-11.5, 4, 8.75], + "cubes": [ + {"origin": [-11.5, 0, 4.75], "size": [0, 4, 4], "uv": [8, 72]} + ] + }, + { + "name": "toe_front_right5", + "parent": "leg_back_right", + "pivot": [-6.5, 4, 8.75], + "cubes": [ + {"origin": [-6.5, 0, 4.75], "size": [0, 4, 4], "uv": [0, 72]} + ] + }, + { + "name": "toe_front_right6", + "parent": "leg_back_right", + "pivot": [-16.5, 4, 8.75], + "cubes": [ + {"origin": [-16.5, 0, 4.75], "size": [0, 4, 4], "uv": [0, 0]} + ] + }, + { + "name": "leg_front_right", + "parent": "body", + "pivot": [-10.5, 20, -14], + "cubes": [ + {"origin": [-19.5, 0, -23], "size": [16, 24, 16], "uv": [64, 182]}, + {"origin": [-8.48, 3.98, -24.02], "size": [6, 6, 18], "inflate": 0.01, "uv": [248, 24]}, + {"origin": [-14.48, 3.73, -25.02], "size": [6, 7, 22], "inflate": 0.01, "uv": [220, 144]}, + {"origin": [-20.52, 3.98, -24.02], "size": [6, 6, 18], "inflate": 0.01, "uv": [0, 232], "mirror": true}, + {"origin": [-20.48, 3.98, -20.02], "size": [0, 8, 10], "pivot": [-20.48, 6.98, -20.02], "rotation": [55.33761, -9.05478, -4.26175], "uv": [220, 73]}, + {"origin": [-20.48, 3.98, -15.02], "size": [0, 8, 10], "pivot": [-20.48, 6.98, -15.02], "rotation": [35.91629, -13.35049, -6.37821], "uv": [178, 218]} + ] + }, + { + "name": "toe_front_right", + "parent": "leg_front_right", + "pivot": [-11.5, 4, -23], + "cubes": [ + {"origin": [-11.5, 0, -27], "size": [0, 4, 4], "uv": [80, 113]} + ] + }, + { + "name": "toe_front_right2", + "parent": "leg_front_right", + "pivot": [-6.5, 4, -23], + "cubes": [ + {"origin": [-6.5, 0, -27], "size": [0, 4, 4], "uv": [72, 113]} + ] + }, + { + "name": "toe_front_right3", + "parent": "leg_front_right", + "pivot": [-16.5, 4, -23], + "cubes": [ + {"origin": [-16.5, 0, -27], "size": [0, 4, 4], "uv": [102, 4]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/greavard/greavard.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/greavard/greavard.geo.json new file mode 100644 index 0000000..e18d706 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/greavard/greavard.geo.json @@ -0,0 +1,274 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.greavard", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "greavard", + "pivot": [0, 0, 0] + }, + { + "name": "rightleg", + "parent": "greavard", + "pivot": [-2.5, 5.75, 3.5], + "cubes": [ + {"origin": [-3.5, 2, 3], "size": [2, 4, 2], "uv": [42, 55]}, + {"origin": [-4.5, 0, 1], "size": [4, 3, 4], "uv": [49, 24]} + ] + }, + { + "name": "leftleg2", + "parent": "greavard", + "pivot": [2.5, 6, -2.5], + "cubes": [ + {"origin": [1.5, 3, -3], "size": [2, 3, 2], "uv": [22, 56]}, + {"origin": [0.5, 0, -5], "size": [4, 3, 4], "uv": [48, 48]} + ] + }, + { + "name": "rightleg2", + "parent": "greavard", + "pivot": [-2.5, 6, -2.5], + "cubes": [ + {"origin": [-4.5, 0, -5], "size": [4, 3, 4], "uv": [45, 31]}, + {"origin": [-3.5, 3, -3], "size": [2, 3, 2], "uv": [14, 56]} + ] + }, + { + "name": "leftleg", + "parent": "greavard", + "pivot": [2.5, 5.75, 3.5], + "cubes": [ + {"origin": [1.5, 2, 3], "size": [2, 4, 2], "uv": [50, 55]}, + {"origin": [0.5, 0, 1], "size": [4, 3, 4], "uv": [46, 6]} + ] + }, + { + "name": "body", + "parent": "greavard", + "pivot": [0, 6.21304, 0.97564], + "cubes": [ + {"origin": [-3.5, 5.9, -2.1], "size": [7, 8, 7], "pivot": [-0.5, -1, 0], "rotation": [-5, 0, 0], "uv": [0, 0]}, + {"origin": [-3.5, 6, -4], "size": [7, 8, 5], "pivot": [-0.5, -1, 0], "rotation": [7.5, 0, 0], "uv": [25, 22]}, + {"origin": [-3.5, 2.9, 6.9], "size": [7, 10, 0], "pivot": [-0.5, -1, 0], "rotation": [2.5, 0, 0], "uv": [38, 42]} + ] + }, + { + "name": "rightfur", + "parent": "body", + "pivot": [-3.46393, 13.37973, -0.29884], + "rotation": [0, -1.5, 0], + "cubes": [ + {"origin": [-6.6, 3.9, -2.1], "size": [0, 9, 7], "pivot": [-0.4, -1, 0], "rotation": [-4.88206, 1.08089, 12.45392], "uv": [14, 28]}, + {"origin": [-6.6, 3.9, -5.1], "size": [0, 9, 5], "pivot": [-0.4, -1, 0], "rotation": [2.61794, 1.08089, 12.45392], "uv": [0, 32]} + ] + }, + { + "name": "rightfur2", + "parent": "rightfur", + "pivot": [-5.64164, 4.99503, 0.29694], + "cubes": [ + {"origin": [-6.6, 1.9, 3.9], "size": [0, 2, 1], "pivot": [-0.4, -1, 0], "rotation": [-4.88206, 1.08089, 12.45392], "uv": [120, 91]}, + {"origin": [-6.6, 1.9, 2.7], "size": [0, 2, 1], "pivot": [-0.4, -1, 0], "rotation": [-4.88206, 1.08089, 12.45392], "uv": [120, 91]}, + {"origin": [-6.6, 1.9, 1.5], "size": [0, 2, 1], "pivot": [-0.4, -1, 0], "rotation": [-4.88206, 1.08089, 12.45392], "uv": [120, 91]}, + {"origin": [-6.6, 1.9, 0.3], "size": [0, 2, 1], "pivot": [-0.4, -1, 0], "rotation": [-4.88206, 1.08089, 12.45392], "uv": [120, 91]}, + {"origin": [-6.6, 1.9, -0.8], "size": [0, 2, 1], "pivot": [-0.4, -1, 0], "rotation": [-4.88206, 1.08089, 12.45392], "uv": [120, 91]}, + {"origin": [-6.6, 1.9, -1.1], "size": [0, 2, 1], "pivot": [-0.4, -1, 0], "rotation": [2.61794, 1.08089, 12.45392], "uv": [122, 79]}, + {"origin": [-6.6, 1.9, -2.3], "size": [0, 2, 1], "pivot": [-0.4, -1, 0], "rotation": [2.61794, 1.08089, 12.45392], "uv": [122, 79]}, + {"origin": [-6.6, 1.9, -3.4], "size": [0, 2, 1], "pivot": [-0.4, -1, 0], "rotation": [2.61794, 1.08089, 12.45392], "uv": [122, 79]}, + {"origin": [-6.6, 1.9, -4.6], "size": [0, 2, 1], "pivot": [-0.4, -1, 0], "rotation": [2.61794, 1.08089, 12.45392], "uv": [122, 79]} + ] + }, + { + "name": "leftfur", + "parent": "body", + "pivot": [3.46393, 13.37973, -0.29884], + "rotation": [0, 1, 0], + "cubes": [ + {"origin": [6.6, 3.9, -2.1], "size": [0, 9, 7], "pivot": [0.4, -1, 0], "rotation": [-4.88206, -1.08089, -12.45392], "uv": [14, 28], "mirror": true}, + {"origin": [6.6, 3.9, -5.1], "size": [0, 9, 5], "pivot": [0.4, -1, 0], "rotation": [2.61794, -1.08089, -12.45392], "uv": [0, 32], "mirror": true} + ] + }, + { + "name": "leftfur2", + "parent": "leftfur", + "pivot": [5.64164, 4.99503, 0.29694], + "cubes": [ + {"origin": [6.6, 1.9, 3.9], "size": [0, 2, 1], "pivot": [0.4, -1, 0], "rotation": [-4.88206, -1.08089, -12.45392], "uv": [120, 91], "mirror": true}, + {"origin": [6.6, 1.9, 2.7], "size": [0, 2, 1], "pivot": [0.4, -1, 0], "rotation": [-4.88206, -1.08089, -12.45392], "uv": [120, 91], "mirror": true}, + {"origin": [6.6, 1.9, 1.5], "size": [0, 2, 1], "pivot": [0.4, -1, 0], "rotation": [-4.88206, -1.08089, -12.45392], "uv": [120, 91], "mirror": true}, + {"origin": [6.6, 1.9, 0.3], "size": [0, 2, 1], "pivot": [0.4, -1, 0], "rotation": [-4.88206, -1.08089, -12.45392], "uv": [120, 91], "mirror": true}, + {"origin": [6.6, 1.9, -0.8], "size": [0, 2, 1], "pivot": [0.4, -1, 0], "rotation": [-4.88206, -1.08089, -12.45392], "uv": [120, 91], "mirror": true}, + {"origin": [6.6, 1.9, -1.1], "size": [0, 2, 1], "pivot": [0.4, -1, 0], "rotation": [2.61794, -1.08089, -12.45392], "uv": [122, 79], "mirror": true}, + {"origin": [6.6, 1.9, -2.3], "size": [0, 2, 1], "pivot": [0.4, -1, 0], "rotation": [2.61794, -1.08089, -12.45392], "uv": [122, 79], "mirror": true}, + {"origin": [6.6, 1.9, -3.4], "size": [0, 2, 1], "pivot": [0.4, -1, 0], "rotation": [2.61794, -1.08089, -12.45392], "uv": [122, 79], "mirror": true}, + {"origin": [6.6, 1.9, -4.6], "size": [0, 2, 1], "pivot": [0.4, -1, 0], "rotation": [2.61794, -1.08089, -12.45392], "uv": [122, 79], "mirror": true} + ] + }, + { + "name": "head", + "parent": "body", + "pivot": [0, 10.29621, -4.96635], + "cubes": [ + {"origin": [-3, 14.5, -11], "size": [6, 2, 5], "uv": [28, 35]}, + {"origin": [-4, 9, -12], "size": [0, 1, 7], "uv": [12, 38]}, + {"origin": [-4, 9.9, -13], "size": [8, 3, 1], "uv": [16, 52]}, + {"origin": [-3, 7.4, -17], "size": [6, 3.1, 3], "pivot": [0, -0.9, 2], "rotation": [-10, 0, 0], "uv": [43, 0]}, + {"origin": [-1.5, 16.5, -10], "size": [3, 3, 3], "uv": [21, 0]}, + {"origin": [-2, 18.5, -10.5], "size": [4, 2, 4], "uv": [0, 51]}, + {"origin": [-5.5, 7.2, -15.8], "size": [4, 3, 0], "pivot": [0, 0, 0], "rotation": [-17.5, 0, 5], "uv": [30, 57]}, + {"origin": [1.5, 7.2, -15.8], "size": [4, 3, 0], "pivot": [0, 0, 0], "rotation": [-17.5, 0, -5], "uv": [0, 57]}, + {"origin": [-4, 10, -12], "size": [8, 5, 7], "uv": [0, 15]}, + {"origin": [4, 9, -12], "size": [0, 1, 7], "uv": [37, 13]}, + {"origin": [-15.1, 9.6, -3], "size": [0, 1, 6], "pivot": [0, 0.2, 0], "rotation": [0, -90, 0], "uv": [21, 0]}, + {"origin": [-15, 9.6, -3], "size": [2, 1, 0], "pivot": [0, 0.2, 0], "rotation": [0, -90, 0], "uv": [0, 18]}, + {"origin": [13, 9.6, -3], "size": [2, 1, 0], "pivot": [0, 0.2, 0], "rotation": [0, 90, 0], "uv": [3, 15]}, + {"origin": [-0.5, 20.5, -9], "size": [1, 2, 1], "uv": [0, 15]} + ] + }, + { + "name": "rightear", + "parent": "head", + "pivot": [-3.9621, 14.42101, -8.5], + "cubes": [ + {"origin": [-7.1, 8.6, -11], "size": [0, 5, 5], "pivot": [0, 0, 0], "rotation": [0, 0, 12.5], "uv": [34, 47]}, + {"origin": [-7.1, 5.6, -12], "size": [0, 3, 7], "pivot": [0, 0, 0], "rotation": [0, 0, 12.5], "uv": [14, 41]} + ] + }, + { + "name": "rightear2", + "parent": "rightear", + "pivot": [-5.70614, 7.26059, -8.5], + "cubes": [ + {"origin": [-7.1, 2.6, -6], "size": [0, 2, 1], "pivot": [0, 0, 0], "rotation": [0, 0, 12.5], "uv": [31, 15]}, + {"origin": [-7.1, 2.6, -7.2], "size": [0, 2, 1], "pivot": [0, 0, 0], "rotation": [0, 0, 12.5], "uv": [31, 15]}, + {"origin": [-7.1, 2.6, -8.4], "size": [0, 2, 1], "pivot": [0, 0, 0], "rotation": [0, 0, 12.5], "uv": [31, 15]}, + {"origin": [-7.1, 2.6, -9.6], "size": [0, 2, 1], "pivot": [0, 0, 0], "rotation": [0, 0, 12.5], "uv": [31, 15]}, + {"origin": [-7.1, 2.6, -10.8], "size": [0, 2, 1], "pivot": [0, 0, 0], "rotation": [0, 0, 12.5], "uv": [31, 15]}, + {"origin": [-7.1, 2.6, -12], "size": [0, 2, 1], "pivot": [0, 0, 0], "rotation": [0, 0, 12.5], "uv": [31, 15]}, + {"origin": [-7.1, 4.6, -12], "size": [0, 1, 7], "pivot": [0, 0, 0], "rotation": [0, 0, 12.5], "uv": [25, 9]} + ] + }, + { + "name": "leftear", + "parent": "head", + "pivot": [3.9621, 14.42101, -8.5], + "cubes": [ + {"origin": [7.1, 8.6, -11], "size": [0, 5, 5], "pivot": [0, 0, 0], "rotation": [0, 0, -12.5], "uv": [14, 22]}, + {"origin": [7.1, 5.6, -12], "size": [0, 3, 7], "pivot": [0, 0, 0], "rotation": [0, 0, -12.5], "uv": [0, 41]} + ] + }, + { + "name": "leftear2", + "parent": "leftear", + "pivot": [5.60614, 7.26059, -8.5], + "cubes": [ + {"origin": [7.1, 4.6, -12], "size": [0, 1, 7], "pivot": [0, 0, 0], "rotation": [0, 0, -12.5], "uv": [25, 9], "mirror": true}, + {"origin": [7.1, 2.6, -12], "size": [0, 2, 1], "pivot": [0, 0, 0], "rotation": [0, 0, -12.5], "uv": [31, 15], "mirror": true}, + {"origin": [7.1, 2.6, -10.8], "size": [0, 2, 1], "pivot": [0, 0, 0], "rotation": [0, 0, -12.5], "uv": [31, 15], "mirror": true}, + {"origin": [7.1, 2.6, -9.6], "size": [0, 2, 1], "pivot": [0, 0, 0], "rotation": [0, 0, -12.5], "uv": [31, 15], "mirror": true}, + {"origin": [7.1, 2.6, -8.4], "size": [0, 2, 1], "pivot": [0, 0, 0], "rotation": [0, 0, -12.5], "uv": [31, 15], "mirror": true}, + {"origin": [7.1, 2.6, -7.2], "size": [0, 2, 1], "pivot": [0, 0, 0], "rotation": [0, 0, -12.5], "uv": [31, 15], "mirror": true}, + {"origin": [7.1, 2.6, -6], "size": [0, 2, 1], "pivot": [0, 0, 0], "rotation": [0, 0, -12.5], "uv": [31, 15], "mirror": true} + ] + }, + { + "name": "whisp", + "parent": "head", + "pivot": [0, 21.875, -8.5], + "cubes": [ + {"origin": [-1.5, 24.5, -10.5], "size": [3, -3, 4], "uv": [114, 0]}, + {"origin": [-1, 22, -10], "size": [2, 2, 3], "uv": [53, 15]}, + {"origin": [-0.5, 24, -9.5], "size": [1, 1, 2], "uv": [0, 2]}, + {"origin": [-1, 25.5, -10], "size": [2, -1, 3], "uv": [118, 121]} + ] + }, + { + "name": "jaw", + "parent": "head", + "pivot": [0, 10.689, -5.46981], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [-4, 7.96338, -12.15742], "size": [8, 1, 7], "pivot": [0, 9.20814, -5.09326], "rotation": [5, 0, 0], "uv": [23, 8]}, + {"origin": [-4, 8.96338, -12.15742], "size": [1, 1, 7], "pivot": [0, 9.20814, -5.09326], "rotation": [5, 0, 0], "uv": [44, 16]}, + {"origin": [3, 8.96338, -12.15742], "size": [1, 1, 7], "pivot": [0, 9.20814, -5.09326], "rotation": [5, 0, 0], "uv": [3, 40]}, + {"origin": [-3.5, 9.96338, -14.15742], "size": [0, 1, 2], "pivot": [0, 9.20814, -5.09326], "rotation": [5, 0, 0], "uv": [0, 4]}, + {"origin": [-3.5, 5.96338, -13.90742], "size": [7, 2, 0], "pivot": [0, 9.20814, -5.09326], "rotation": [5, 0, 0], "uv": [46, 13]}, + {"origin": [0.5, 6.96338, -8.90742], "size": [6, 1, 0], "pivot": [0, 9.20814, -5.09326], "rotation": [90, 85, 90], "uv": [12, 46]}, + {"origin": [-6.5, 6.96338, -8.90742], "size": [6, 1, 0], "pivot": [0, 9.20814, -5.09326], "rotation": [90, -85, -90], "uv": [12, 51]}, + {"origin": [-3.5, 7.96338, -14.15742], "size": [7, 2, 2], "pivot": [0, 9.20814, -5.09326], "rotation": [5, 0, 0], "uv": [50, 38]}, + {"origin": [14.1, 9.1, -3.5], "size": [0, 1, 7], "pivot": [0, 1.5, 0], "rotation": [0, 90, 0], "uv": [23, 13]}, + {"origin": [3.5, 9.96338, -14.15742], "size": [0, 1, 2], "pivot": [0, 9.20814, -5.09326], "rotation": [5, 0, 0], "uv": [0, 3]}, + {"origin": [3.9, 9.9, -12], "size": [0, 1, 7], "pivot": [0, 1.5, 0], "rotation": [2.5, 0, 0], "uv": [23, 14]}, + {"origin": [-4, 9.8, -12], "size": [0, 1, 7], "pivot": [0, 1.5, 0], "rotation": [2.5, 0, 0], "uv": [37, 14]}, + {"origin": [1, 8.96338, -8.15742], "size": [1, 1, 6], "pivot": [0, 9.20814, -5.09326], "rotation": [90, 85, 90], "uv": [45, 17]} + ] + }, + { + "name": "tongue", + "parent": "jaw", + "pivot": [0, 9.94736, -7.614], + "cubes": [ + {"origin": [-2, 8.96338, -14.15742], "size": [4, 1, 7], "pivot": [0, 9.20814, -5.09326], "rotation": [-5, 0, 0], "uv": [28, 0]} + ] + }, + { + "name": "tongue2", + "parent": "tongue", + "pivot": [0, 10.07955, -13.2721], + "cubes": [ + {"origin": [-1.5, 10.46338, -16.65742], "size": [3, 1, 3], "pivot": [0, 9.20814, -5.09326], "rotation": [5, 0, 0], "uv": [52, 42]} + ] + }, + { + "name": "tongue3", + "parent": "tongue2", + "pivot": [-0.1, 9.83922, -16.54168], + "cubes": [ + {"origin": [-1.1, 3.96338, -17.65742], "size": [2, 1, 2], "pivot": [0, 9.20814, -5.09326], "rotation": [-27.5, 0, 0], "uv": [53, 20]} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [0, 12.83098, 6.13259], + "cubes": [ + {"origin": [-1.5, 13.4, 4.9], "size": [3, 0, 2], "pivot": [-0.5, -1, 0], "rotation": [-5, 0, 0], "uv": [43, 38]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 12.6131, 8.62308], + "cubes": [ + {"origin": [-2, 13.4, 6.9], "size": [4, 0, 3], "pivot": [-0.5, -1, 0], "rotation": [-5, 0, 0], "uv": [11, 32]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 12.39521, 11.11356], + "cubes": [ + {"origin": [-2, 13.4, 9.9], "size": [4, 0, 2], "pivot": [-0.5, -1, 0], "rotation": [-5, 0, 0], "uv": [42, 24]} + ] + }, + { + "name": "tail4", + "parent": "tail3", + "pivot": [0, 12.17732, 13.20405], + "cubes": [ + {"origin": [-1.5, 13.4, 11.9], "size": [3, 0, 3], "pivot": [-0.5, -1, 0], "rotation": [-5, 0, 0], "uv": [38, 17]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/grimer_alolan.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/grimer_alolan.geo.json new file mode 100644 index 0000000..9987407 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/grimer_alolan.geo.json @@ -0,0 +1,215 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.grimer", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 4, + "visible_bounds_height": 3, + "visible_bounds_offset": [0, 0.5, 0] + }, + "bones": [ + { + "name": "grimer", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "grimer", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 1.5, 0.25], + "cubes": [ + {"origin": [-8.5, 0, -7.25], "size": [17, 3, 15], "uv": [0, 0]} + ] + }, + { + "name": "torso2", + "parent": "torso", + "pivot": [0, 3, 0], + "cubes": [ + {"origin": [-7, 1, -6], "size": [14, 6, 12], "uv": [0, 18]} + ] + }, + { + "name": "torso3", + "parent": "torso2", + "pivot": [0, 7, -0.5], + "cubes": [ + {"origin": [-6, 6, -5], "size": [12, 6, 9], "uv": [0, 36]} + ] + }, + { + "name": "head", + "parent": "torso3", + "pivot": [0, 12, -1.25], + "cubes": [ + {"origin": [-4, 11, -4.25], "size": [8, 8, 6], "uv": [36, 50]}, + {"origin": [-3.5, 12, -5.25], "size": [0, 3, 1], "inflate": 0.01, "uv": [0, 5]}, + {"origin": [3.5, 12, -5.25], "size": [0, 3, 1], "inflate": 0.01, "uv": [10, 1]}, + {"origin": [-4, 15, -7.25], "size": [8, 4, 3], "uv": [40, 18]} + ] + }, + { + "name": "jaw", + "parent": "head", + "pivot": [0, 12.75, -4.25], + "rotation": [40, 0, 0], + "cubes": [ + {"origin": [-3.5, 12, -6.5], "size": [7, 1, 3], "uv": [40, 25]}, + {"origin": [-3, 12, -7.5], "size": [6, 1, 1], "uv": [0, 12]} + ] + }, + { + "name": "eye_right", + "parent": "head", + "pivot": [-3, 17, -6.25], + "cubes": [ + {"origin": [-4, 15.5, -7.25], "size": [2, 3, 2], "inflate": 0.01, "uv": [0, 22], "mirror": true} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-2.9, 17, -6.15], + "cubes": [ + {"origin": [-3.9, 15.5, -7.15], "size": [2, 3, 2], "inflate": 0.02, "uv": [49, 0], "mirror": true} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [3, 17, -6.25], + "cubes": [ + {"origin": [2, 15.5, -7.25], "size": [2, 3, 2], "inflate": 0.01, "uv": [0, 36]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [2.9, 17, -6.15], + "cubes": [ + {"origin": [1.9, 15.5, -7.15], "size": [2, 3, 2], "inflate": 0.02, "uv": [49, 5]} + ] + }, + { + "name": "arm_right", + "parent": "torso3", + "pivot": [-5.25, 9.25, -2.5], + "cubes": [ + {"origin": [-9.25, 7.75, -4], "size": [5, 4, 3], "inflate": 0.01, "uv": [0, 51]} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-9.25, 9.5, -1], + "cubes": [ + {"origin": [-14.25, 8, -4], "size": [5, 3, 3], "uv": [0, 58]} + ] + }, + { + "name": "hand_right", + "parent": "arm_right2", + "pivot": [-14.25, 9.5, -2.5], + "cubes": [ + {"origin": [-16.25, 8, -4], "size": [2, 3, 3], "inflate": 0.01, "uv": [0, 6]} + ] + }, + { + "name": "finger_right_index", + "parent": "hand_right", + "pivot": [-16.25, 9.75, -3.5], + "cubes": [ + {"origin": [-18.25, 8.75, -4], "size": [2, 1, 1], "uv": [6, 18]} + ] + }, + { + "name": "finger_right_middle", + "parent": "hand_right", + "pivot": [-16.25, 11, -2.5], + "cubes": [ + {"origin": [-18.25, 10, -3], "size": [2, 1, 1], "uv": [6, 20]} + ] + }, + { + "name": "finger_right_ring", + "parent": "hand_right", + "pivot": [-16.25, 9.75, -1.5], + "cubes": [ + {"origin": [-18.25, 8.75, -2], "size": [2, 1, 1], "uv": [0, 20]} + ] + }, + { + "name": "arm_left", + "parent": "torso3", + "pivot": [5.25, 9.25, -2.5], + "cubes": [ + {"origin": [4.25, 7.75, -4], "size": [5, 4, 3], "inflate": 0.01, "uv": [16, 51]} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [9.25, 9.5, -1], + "cubes": [ + {"origin": [9.25, 8, -4], "size": [5, 3, 3], "uv": [16, 58]} + ] + }, + { + "name": "hand_left", + "parent": "arm_left2", + "pivot": [14.25, 9.5, -2.5], + "cubes": [ + {"origin": [14.25, 8, -4], "size": [2, 3, 3], "inflate": 0.01, "uv": [0, 0]} + ] + }, + { + "name": "finger_left_index", + "parent": "hand_left", + "pivot": [16.25, 9.75, -3.5], + "cubes": [ + {"origin": [16.25, 8.75, -4], "size": [2, 1, 1], "uv": [0, 18]} + ] + }, + { + "name": "finger_left_middle", + "parent": "hand_left", + "pivot": [16.25, 11, -2.5], + "cubes": [ + {"origin": [16.25, 10, -3], "size": [2, 1, 1], "uv": [7, 6]} + ] + }, + { + "name": "finger_left_ring", + "parent": "hand_left", + "pivot": [16.25, 9.75, -1.5], + "cubes": [ + {"origin": [16.25, 8.75, -2], "size": [2, 1, 1], "uv": [7, 0]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 1, 7.75], + "cubes": [ + {"origin": [-5, 0, 7.75], "size": [10, 2, 3], "uv": [33, 36]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 0.5, 10.75], + "cubes": [ + {"origin": [-3, 0, 10.75], "size": [6, 1, 2], "uv": [33, 41]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/groudon/groudon.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/groudon/groudon.geo.json new file mode 100644 index 0000000..e8f992b --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/groudon/groudon.geo.json @@ -0,0 +1,631 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 512, + "texture_height": 512, + "visible_bounds_width": 28, + "visible_bounds_height": 16.5, + "visible_bounds_offset": [0, 7.75, 0] + }, + "bones": [ + { + "name": "groudon", + "pivot": [-1.5, 0, 0] + }, + { + "name": "body", + "parent": "groudon", + "pivot": [-14, 14.5, 0] + }, + { + "name": "legs", + "parent": "body", + "pivot": [-11.75, 14.5, -9.75] + }, + { + "name": "lleg", + "parent": "legs", + "pivot": [13, 31.25, -2.25], + "cubes": [ + {"origin": [20, 9.87, -11.64], "size": [20, 23, 20], "inflate": -0.1, "pivot": [30, 21.37, 0.86], "rotation": [-22.5, 0, 0], "uv": [92, 204]} + ] + }, + { + "name": "lfoot", + "parent": "lleg", + "pivot": [-32, 12.75, -2.25], + "cubes": [ + {"origin": [20, 3.8, -15.08], "size": [20, 12, 20], "inflate": -0.2, "uv": [0, 212]}, + {"origin": [20, 0, -15], "size": [20, 10, 19], "uv": [238, 163]}, + {"origin": [20, -0.07, -4.97], "size": [20, 3, 14], "inflate": -0.1, "uv": [252, 50]}, + {"origin": [20, 1.99, 0.12], "size": [20, 23, 8], "inflate": -0.15, "pivot": [30, 9.99, 2.12], "rotation": [6.5, 0, 0], "uv": [250, 192]} + ] + }, + { + "name": "ltoe", + "parent": "lfoot", + "pivot": [30.25, 2.96, -14.125], + "rotation": [7, 0, 0], + "cubes": [ + {"origin": [26.96, 0.5989, -19.70954], "size": [6, 5, 8], "pivot": [30.435, 3.70468, -20.79677], "rotation": [8, 0, 0], "uv": [150, 50]}, + {"origin": [26.91, 2.36457, -22.1113], "size": [6, 4, 3], "pivot": [30.435, 3.51468, -16.45677], "rotation": [15.5, 0, 0], "uv": [34, 305]}, + {"origin": [26.91, 1.63457, -26.0413], "size": [6, 4, 6], "inflate": -0.5, "pivot": [30.435, 2.78468, -20.38677], "rotation": [24.5, 0, 0], "uv": [0, 326]}, + {"origin": [18.8, 1.39, -20], "size": [5, 4, 8], "inflate": -0.1, "pivot": [21.3, 3.64323, -18.59387], "rotation": [13.23483, 10.71469, 2.50372], "uv": [0, 314]}, + {"origin": [35.67, 0.23473, -18.89595], "size": [5, 4, 7], "inflate": -0.2, "pivot": [38.17, 2.83323, -17.82387], "rotation": [-5.55792, -10.43861, 0.53519], "uv": [108, 321]}, + {"origin": [36.67, 1.59521, -22.39707], "size": [3, 3, 5], "inflate": 0.2, "pivot": [38.17, 3.23323, -17.57387], "rotation": [27.88581, -11.65557, -0.70466], "uv": [60, 331]}, + {"origin": [35.67, 0.92, -19.23], "size": [5, 4, 8], "inflate": -0.1, "pivot": [38.17, 3.17323, -17.82387], "rotation": [12.85816, -11.16622, -0.51928], "uv": [82, 314]}, + {"origin": [19.8, 1.88521, -23.41707], "size": [3, 3, 5], "inflate": 0.2, "pivot": [21.3, 3.52323, -18.59387], "rotation": [28.23483, 10.71469, 2.50372], "uv": [102, 332]}, + {"origin": [18.8, 0.52473, -19.66595], "size": [5, 4, 7], "inflate": -0.2, "pivot": [21.3, 3.12323, -18.59387], "rotation": [-5, 10.71469, 2.50372], "uv": [320, 324]}, + {"origin": [26.96, 0.63911, -21.35459], "size": [6, 3, 8], "inflate": -0.1, "pivot": [30.435, 3.50468, -19.58677], "rotation": [-7.5, 0, 0], "uv": [92, 193]} + ] + }, + { + "name": "rleg", + "parent": "legs", + "pivot": [-13, 31.25, -2.25], + "cubes": [ + {"origin": [-40, 9.87, -11.64], "size": [20, 23, 20], "inflate": -0.1, "pivot": [-30, 21.37, 0.86], "rotation": [-22.5, 0, 0], "uv": [92, 204], "mirror": true} + ] + }, + { + "name": "rfoot", + "parent": "rleg", + "pivot": [32, 12.75, -2.25], + "cubes": [ + {"origin": [-40, 3.8, -15.08], "size": [20, 12, 20], "inflate": -0.2, "uv": [0, 212], "mirror": true}, + {"origin": [-40, 0, -15], "size": [20, 10, 19], "uv": [238, 163], "mirror": true}, + {"origin": [-40, -0.07, -4.97], "size": [20, 3, 14], "inflate": -0.1, "uv": [252, 50], "mirror": true}, + {"origin": [-40, 1.99, 0.12], "size": [20, 23, 8], "inflate": -0.15, "pivot": [-30, 9.99, 2.12], "rotation": [6.5, 0, 0], "uv": [250, 192], "mirror": true} + ] + }, + { + "name": "rtoe", + "parent": "rfoot", + "pivot": [-30.25, 2.96, -14.125], + "rotation": [7, 0, 0], + "cubes": [ + {"origin": [-32.96, 0.5989, -19.70954], "size": [6, 5, 8], "pivot": [-30.435, 3.70468, -20.79677], "rotation": [8, 0, 0], "uv": [150, 50], "mirror": true}, + {"origin": [-32.91, 2.36457, -22.1113], "size": [6, 4, 3], "pivot": [-30.435, 3.51468, -16.45677], "rotation": [15.5, 0, 0], "uv": [34, 305], "mirror": true}, + {"origin": [-32.91, 1.63457, -26.0413], "size": [6, 4, 6], "inflate": -0.5, "pivot": [-30.435, 2.78468, -20.38677], "rotation": [24.5, 0, 0], "uv": [0, 326], "mirror": true}, + {"origin": [-23.8, 1.39, -20], "size": [5, 4, 8], "inflate": -0.1, "pivot": [-21.3, 3.64323, -18.59387], "rotation": [13.23483, -10.71469, -2.50372], "uv": [0, 314], "mirror": true}, + {"origin": [-40.67, 0.23473, -18.89595], "size": [5, 4, 7], "inflate": -0.2, "pivot": [-38.17, 2.83323, -17.82387], "rotation": [-5.55792, 10.43861, -0.53519], "uv": [108, 321], "mirror": true}, + {"origin": [-39.67, 1.59521, -22.39707], "size": [3, 3, 5], "inflate": 0.2, "pivot": [-38.17, 3.23323, -17.57387], "rotation": [27.88581, 11.65557, 0.70466], "uv": [60, 331], "mirror": true}, + {"origin": [-40.67, 0.92, -19.23], "size": [5, 4, 8], "inflate": -0.1, "pivot": [-38.17, 3.17323, -17.82387], "rotation": [12.85816, 11.16622, 0.51928], "uv": [82, 314], "mirror": true}, + {"origin": [-22.8, 1.88521, -23.41707], "size": [3, 3, 5], "inflate": 0.2, "pivot": [-21.3, 3.52323, -18.59387], "rotation": [28.23483, -10.71469, -2.50372], "uv": [102, 332], "mirror": true}, + {"origin": [-23.8, 0.52473, -19.66595], "size": [5, 4, 7], "inflate": -0.2, "pivot": [-21.3, 3.12323, -18.59387], "rotation": [-5, -10.71469, -2.50372], "uv": [320, 324], "mirror": true}, + {"origin": [-32.96, 0.63911, -21.35459], "size": [6, 3, 8], "inflate": -0.1, "pivot": [-30.435, 3.50468, -19.58677], "rotation": [-7.5, 0, 0], "uv": [92, 193], "mirror": true} + ] + }, + { + "name": "middle", + "parent": "body", + "pivot": [-14, 14.5, 0], + "rotation": [-7.5, 0, 0] + }, + { + "name": "tail", + "parent": "middle", + "pivot": [0, 16.5, 26], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [-19, 12, 25], "size": [38, 29, 21], "pivot": [-14, 10.75, 33.75], "rotation": [65, 0, 0], "uv": [134, 63]} + ] + }, + { + "name": "leftspike6", + "parent": "tail", + "pivot": [0, 13.5, 24.5], + "rotation": [22.5, 0, 0], + "cubes": [ + {"origin": [15.9, 10.5, 21.5], "size": [7, 6, 6], "uv": [214, 314]}, + {"origin": [-28.4, 12.5, 23.5], "size": [3, 2, 2], "uv": [136, 266]}, + {"origin": [-26.4, 11.5, 22.5], "size": [4, 4, 4], "uv": [332, 192]}, + {"origin": [-22.9, 10.5, 21.5], "size": [7, 6, 6], "uv": [240, 314]}, + {"origin": [22.4, 11.5, 22.5], "size": [4, 4, 4], "uv": [332, 200]}, + {"origin": [25.4, 12.5, 23.5], "size": [3, 2, 2], "uv": [162, 266]} + ] + }, + { + "name": "tailseg1", + "parent": "tail", + "pivot": [-14, 9.65, 33.75], + "cubes": [ + {"origin": [-17.5, 6.9, 48.5], "size": [35, 30, 20], "pivot": [-15.5, 7.4, 57.5], "rotation": [80, 0, 0], "uv": [150, 0]} + ] + }, + { + "name": "leftspike7", + "parent": "tailseg1", + "pivot": [0, 8.12, 46.14], + "rotation": [-57.5, 0, 0], + "cubes": [ + {"origin": [17.5, 5.12, 43.14], "size": [4, 6, 6], "uv": [82, 326]}, + {"origin": [-27.5, 7.12, 45.14], "size": [3, 2, 2], "uv": [308, 44]}, + {"origin": [-25.5, 6.12, 44.14], "size": [4, 4, 4], "uv": [332, 208]}, + {"origin": [-21.5, 5.12, 43.14], "size": [4, 6, 6], "uv": [196, 326]}, + {"origin": [21.5, 6.12, 44.14], "size": [4, 4, 4], "uv": [334, 137]}, + {"origin": [24.5, 7.12, 45.14], "size": [3, 2, 2], "uv": [312, 113]} + ] + }, + { + "name": "tailseg2", + "parent": "tailseg1", + "pivot": [-14, 10.65, 28.75], + "cubes": [ + {"origin": [-15.5, 6.9, 70], "size": [31, 29, 15], "pivot": [-16.5, 6.9, 76.75], "rotation": [87.5, 0, 0], "uv": [0, 168]} + ] + }, + { + "name": "shovel", + "parent": "tailseg2", + "pivot": [-16.5, 7.37, 74.75], + "rotation": [11, 0, 0], + "cubes": [ + {"origin": [8.5, 24.37, 101], "size": [6, 11, 9], "pivot": [-16.5, 6.37, 104.25], "rotation": [87.5, 0, 0], "uv": [306, 217]}, + {"origin": [1, 24.37, 101], "size": [6, 11, 9], "pivot": [-24, 6.37, 104.25], "rotation": [87.5, 0, 0], "uv": [290, 308]}, + {"origin": [-7, 24.37, 101], "size": [6, 11, 9], "pivot": [-32, 6.37, 104.25], "rotation": [87.5, 0, 0], "uv": [310, 0]}, + {"origin": [-14.5, 24.37, 101], "size": [6, 11, 9], "pivot": [-39.5, 6.37, 104.25], "rotation": [87.5, 0, 0], "uv": [310, 117]}, + {"origin": [-14, 32.37, 114], "size": [5, 10, 7], "pivot": [-39.5, 10.87, 116.25], "rotation": [97.5, 0, 0], "uv": [312, 67]}, + {"origin": [-6.5, 32.37, 114], "size": [5, 10, 7], "pivot": [-32, 10.87, 116.25], "rotation": [97.5, 0, 0], "uv": [312, 84]}, + {"origin": [1.5, 32.37, 114], "size": [5, 10, 7], "pivot": [32, 10.87, 116.25], "rotation": [97.5, 0, 0], "uv": [312, 84], "mirror": true}, + {"origin": [9, 32.37, 114], "size": [5, 10, 7], "pivot": [-16.5, 10.87, 116.25], "rotation": [97.5, 0, 0], "uv": [146, 312]}, + {"origin": [12, 42.37, 120], "size": [0, 10, 6], "pivot": [-14, 20.87, 120.75], "rotation": [117.5, 0, 0], "uv": [80, 212]}, + {"origin": [4.5, 42.37, 120], "size": [0, 10, 6], "pivot": [-21.5, 20.87, 120.75], "rotation": [117.5, 0, 0], "uv": [80, 228]}, + {"origin": [-3.5, 42.37, 120], "size": [0, 10, 6], "pivot": [-29.5, 20.87, 120.75], "rotation": [117.5, 0, 0], "uv": [226, 272]}, + {"origin": [-11, 41.87, 119.5], "size": [0, 10, 6], "pivot": [-37, 20.37, 120.25], "rotation": [117.5, 0, 0], "uv": [34, 289]} + ] + }, + { + "name": "leftspike8", + "parent": "tailseg2", + "pivot": [0, 5.53, 66.3], + "rotation": [-45, 0, 0], + "cubes": [ + {"origin": [15.5, 2.53, 63.3], "size": [4, 6, 6], "uv": [216, 326]}, + {"origin": [-25.6, 4.53, 65.3], "size": [3, 2, 2], "uv": [108, 314]}, + {"origin": [-23.6, 3.53, 64.3], "size": [4, 4, 4], "uv": [334, 145]}, + {"origin": [-19.5, 2.53, 63.3], "size": [4, 6, 6], "uv": [236, 326]}, + {"origin": [19.6, 3.53, 64.3], "size": [4, 4, 4], "uv": [334, 237]}, + {"origin": [22.6, 4.53, 65.3], "size": [3, 2, 2], "uv": [320, 60]} + ] + }, + { + "name": "belly", + "parent": "middle", + "pivot": [-14, 14.5, 0], + "cubes": [ + {"origin": [-20.5, 15.8, -14.79], "size": [41, 29, 34], "pivot": [0, 30.3, 2.21], "rotation": [22.5, 0, 0], "uv": [0, 0]}, + {"origin": [-20, 7.89, -6.88], "size": [40, 17, 30], "inflate": -0.2, "pivot": [-0.5, 22.39, 16.12], "rotation": [-5.5, 0, 0], "uv": [0, 121]} + ] + }, + { + "name": "leftspike5", + "parent": "belly", + "pivot": [0, 40.37, -2.64], + "rotation": [-25.5, 0, 0], + "cubes": [ + {"origin": [24.5, 38.37, -4.64], "size": [4, 4, 4], "uv": [334, 245]}, + {"origin": [-30.5, 39.37, -3.64], "size": [3, 2, 2], "uv": [322, 113]}, + {"origin": [-28.5, 38.37, -4.64], "size": [4, 4, 4], "uv": [316, 335]}, + {"origin": [-24.5, 37.37, -5.64], "size": [7, 6, 6], "uv": [170, 315]}, + {"origin": [17.5, 37.37, -5.64], "size": [7, 6, 6], "uv": [170, 315], "mirror": true}, + {"origin": [27.5, 39.37, -3.64], "size": [3, 2, 2], "uv": [24, 326]} + ] + }, + { + "name": "tophalf", + "parent": "middle", + "pivot": [-6, 34.5, -3], + "cubes": [ + {"origin": [-19, 34.5, -12], "size": [38, 29, 29], "pivot": [-14, 33, 0], "rotation": [25, 0, 0], "uv": [0, 63]} + ] + }, + { + "name": "leftspike4", + "parent": "tophalf", + "pivot": [0, 51.5, -6.55], + "rotation": [-19.8582, 1.91994, 1.61624], + "cubes": [ + {"origin": [18.9, 50.08, -10.43], "size": [4, 6, 6], "uv": [326, 286]}, + {"origin": [-28.9, 52.08, -8.43], "size": [3, 2, 2], "uv": [332, 113]}, + {"origin": [-26.9, 51.08, -9.43], "size": [4, 4, 4], "uv": [332, 335]}, + {"origin": [-22.9, 50.08, -10.43], "size": [4, 6, 6], "uv": [170, 327]}, + {"origin": [22.9, 51.08, -9.43], "size": [4, 4, 4], "uv": [0, 336]}, + {"origin": [25.9, 52.08, -8.43], "size": [3, 2, 2], "uv": [334, 153]} + ] + }, + { + "name": "lowernecc", + "parent": "tophalf", + "pivot": [0, 62.5, -9], + "cubes": [ + {"origin": [-16, 54, -19], "size": [32, 26, 24], "pivot": [-14, 56.5, -11.25], "rotation": [45, 0, 0], "uv": [140, 113]} + ] + }, + { + "name": "leftspike3", + "parent": "lowernecc", + "pivot": [0, 72.44333, -21.81333], + "rotation": [-3, 0, 0], + "cubes": [ + {"origin": [12, 69.8, -25.75], "size": [8, 6, 6], "uv": [178, 50]}, + {"origin": [-25.9, 71.7, -23.65], "size": [3, 2, 2], "uv": [334, 253]}, + {"origin": [-23.9, 70.7, -24.65], "size": [4, 4, 4], "uv": [336, 60]}, + {"origin": [-20, 69.8, -25.75], "size": [8, 6, 6], "uv": [206, 50]}, + {"origin": [19.9, 70.7, -24.65], "size": [4, 4, 4], "uv": [336, 68]}, + {"origin": [22.9, 71.7, -23.65], "size": [3, 2, 2], "uv": [336, 232]} + ] + }, + { + "name": "midnecc", + "parent": "lowernecc", + "pivot": [1, 75, -23.5], + "cubes": [ + {"origin": [-13.5, 61.5, -34.5], "size": [27, 19, 22], "pivot": [-2, 70, -32], "rotation": [65, 0, 0], "uv": [140, 163]} + ] + }, + { + "name": "leftspike2", + "parent": "midnecc", + "pivot": [-29, 74.26, -32.8], + "rotation": [21, 0, 0], + "cubes": [ + {"origin": [17.6, 76.26, -34.3], "size": [4, 4, 4], "uv": [334, 245]}, + {"origin": [9.5, 75.26, -35.3], "size": [8, 6, 6], "uv": [206, 50]}, + {"origin": [-23.9, 77.06, -33.3], "size": [3.5, 2, 2], "uv": [86, 338]}, + {"origin": [-21.6, 76.26, -34.3], "size": [4, 4, 4], "uv": [316, 335]}, + {"origin": [-17.5, 75.26, -35.3], "size": [8, 6, 6], "uv": [312, 101]}, + {"origin": [20.4, 77.06, -33.3], "size": [3.5, 2, 2], "uv": [190, 338]} + ] + }, + { + "name": "neck", + "parent": "midnecc", + "pivot": [0.5, 80, -37], + "rotation": [2.5, 0, 0], + "cubes": [ + {"origin": [-11, 72.78316, -48.55133], "size": [22, 18, 17], "uv": [172, 204]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 82.28316, -43.45133], + "rotation": [17.23225, -2.47073, -1.04773], + "cubes": [ + {"origin": [-7, 89.28316, -60.45133], "size": [14, 4, 12], "pivot": [0, 91.28316, -54.45133], "rotation": [30, 0, 0], "uv": [250, 223]}, + {"origin": [-7, 89.85316, -51.64133], "size": [14, 4, 12], "inflate": -0.1, "pivot": [0, 91.85316, -45.64133], "rotation": [-25, 0, 0], "uv": [52, 271]}, + {"origin": [-7.14912, 86.58721, -64.00199], "size": [14, 4, 14], "pivot": [0.35088, 88.58721, -57.00199], "rotation": [19.74271, -43.71038, -13.87313], "uv": [260, 26]} + ] + }, + { + "name": "JAWTOP", + "parent": "head", + "pivot": [-2.5, 82.78316, -38.55133] + }, + { + "name": "stupid", + "parent": "JAWTOP", + "pivot": [-6, 79.78316, -65.55133], + "cubes": [ + {"origin": [-7.70251, 79.28316, -64.69496], "size": [17, 8, 17], "pivot": [-0.2, 86.78316, -56.9096], "rotation": [0, -45, 0], "uv": [0, 244]}, + {"origin": [5.24749, 81.28316, -64.69496], "size": [4, 8, 17], "pivot": [-0.25, 88.78316, -56.9096], "rotation": [0, -45, 0], "uv": [92, 168]}, + {"origin": [-9.24749, 81.28316, -64.69496], "size": [4, 8, 17], "pivot": [0.25, 88.78316, -56.9096], "rotation": [0, 45, 0], "uv": [104, 271]}, + {"origin": [6.90179, 84.31278, -63.37432], "size": [3, 4, 14], "inflate": -0.1, "pivot": [3.40179, 85.81278, -56.87432], "rotation": [0.56256, 43.48884, -22.79143], "uv": [86, 296]}, + {"origin": [-14.10709, 88.00316, -56.25501], "size": [3, 4, 15], "pivot": [-13.10709, 89.50316, -48.75501], "rotation": [-2.29773, -12.4787, 18.38804], "uv": [136, 247]}, + {"origin": [-9.90179, 84.31278, -63.37432], "size": [3, 4, 14], "inflate": -0.1, "pivot": [-3.40179, 85.81278, -56.87432], "rotation": [0.56256, -43.48884, 22.79143], "uv": [180, 297]}, + {"origin": [-3.55, 80.17316, -56.46133], "size": [16, 11, 14], "pivot": [15.45, 80.17316, -53.26133], "rotation": [0, 12.5, 0], "uv": [252, 67]}, + {"origin": [-12.45, 80.17316, -56.46133], "size": [16, 11, 14], "inflate": -0.01, "pivot": [-15.45, 80.17316, -53.26133], "rotation": [0, -12.5, 0], "uv": [252, 92]}, + {"origin": [-4.5, 79.35316, -67.92133], "size": [9, 8, 9], "inflate": -0.1, "pivot": [0, 82.85316, -63.42133], "rotation": [11, 0, 0], "uv": [294, 269]}, + {"origin": [-1.95952, 72.13605, -52.18485], "size": [16, 10, 13], "inflate": -0.11, "pivot": [0, 77.32242, -47.01096], "rotation": [-3.26033, 12.26673, -2.42224], "uv": [252, 117]}, + {"origin": [-14.04048, 72.13605, -52.18485], "size": [16, 10, 13], "inflate": -0.11, "pivot": [0, 77.32242, -47.01096], "rotation": [-3.26033, -12.26673, 2.42224], "uv": [252, 140]} + ] + }, + { + "name": "flaps", + "parent": "stupid", + "pivot": [-6, 115.10316, -63.79133], + "cubes": [ + {"origin": [12.35334, 75.36316, -54.97674], "size": [2, 11, 14], "pivot": [17.44747, 73.43398, -49.93196], "rotation": [0, 10.5, 0], "uv": [226, 289]}, + {"origin": [11.10709, 88.00316, -56.25501], "size": [3, 4, 15], "pivot": [13.10709, 89.50316, -48.75501], "rotation": [-2.29773, 12.4787, -18.38804], "uv": [290, 289]}, + {"origin": [12.7383, 69.21144, -50.94686], "size": [2, 8, 8], "pivot": [13.74886, 69.55933, -47.30376], "rotation": [-7.5, 10.5, 0], "uv": [320, 44]}, + {"origin": [13.75942, 59.90722, -50.25065], "size": [0, 10, 6], "pivot": [13.74886, 67.55933, -46.89376], "rotation": [-2.41529, 10.45959, 0.92544], "uv": [214, 297]}, + {"origin": [10.2266, 78.58316, -59.32224], "size": [1, 4, 4], "inflate": -0.3, "pivot": [10.7266, 82.08316, -58.32224], "rotation": [9, 38, 0], "uv": [132, 321]}, + {"origin": [8.7616, 76.40316, -65.32224], "size": [0, 7, 12], "pivot": [8.2616, 80.90316, -60.32224], "rotation": [10.2312, 42.92625, 1.12566], "uv": [34, 312]}, + {"origin": [-11.2266, 78.58316, -59.32224], "size": [1, 4, 4], "inflate": -0.3, "pivot": [-10.7266, 82.08316, -58.32224], "rotation": [9, -38, 0], "uv": [336, 216]}, + {"origin": [-8.7616, 76.40316, -65.32224], "size": [0, 7, 12], "pivot": [-8.2616, 80.90316, -60.32224], "rotation": [10.2312, -42.92625, -1.12566], "uv": [58, 312]}, + {"origin": [11.7964, 76.9655, -52.81232], "size": [2, 6, 6], "pivot": [16.61747, 73.16398, -53.03196], "rotation": [45, 10.5, 0], "uv": [234, 50]}, + {"origin": [11.75712, 79.3455, -55.7599], "size": [2, 6, 3], "pivot": [12.75712, 82.3455, -52.7599], "rotation": [-26, 10.5, 0], "uv": [238, 192]}, + {"origin": [11.79712, 76.0255, -54.8899], "size": [2, 6, 3], "pivot": [12.79712, 79.0255, -51.8899], "rotation": [0, 10.5, 0], "uv": [180, 287]}, + {"origin": [-13.7964, 76.9655, -52.81232], "size": [2, 6, 6], "pivot": [-16.61747, 73.16398, -53.03196], "rotation": [45, -10.5, 0], "uv": [152, 329]}, + {"origin": [-14.35334, 75.36316, -54.97674], "size": [2, 11, 14], "pivot": [-17.44747, 73.43398, -49.93196], "rotation": [0, -10.5, 0], "uv": [258, 289]}, + {"origin": [-13.75712, 79.3455, -55.7599], "size": [2, 6, 3], "pivot": [-12.75712, 82.3455, -52.7599], "rotation": [-26, -10.5, 0], "uv": [118, 332]}, + {"origin": [-13.79712, 76.0255, -54.8899], "size": [2, 6, 3], "pivot": [-12.79712, 79.0255, -51.8899], "rotation": [0, -10.5, 0], "uv": [336, 92]}, + {"origin": [-14.7383, 69.21144, -50.94686], "size": [2, 8, 8], "pivot": [-13.74886, 69.55933, -47.30376], "rotation": [-7.5, -10.5, 0], "uv": [320, 308]}, + {"origin": [-13.75942, 59.90722, -50.25065], "size": [0, 10, 6], "pivot": [-13.74886, 67.55933, -46.89376], "rotation": [-2.41529, -10.45959, -0.92544], "uv": [330, 269]} + ] + }, + { + "name": "spikes", + "parent": "flaps", + "pivot": [0, 80, -49], + "rotation": [-45, 0, 0] + }, + { + "name": "rightspike", + "parent": "spikes", + "pivot": [19.65001, 81.17638, -47.97364], + "rotation": [0, -12.5, 12.5], + "cubes": [ + {"origin": [13.46105, 78.7217, -50.03848], "size": [4, 6, 6], "pivot": [18.20747, 83.89776, -48.60595], "rotation": [-1.06109, 10.89245, -11.09481], "uv": [256, 328]}, + {"origin": [17.46105, 79.6217, -49.03848], "size": [4, 4, 4], "pivot": [18.20747, 83.89776, -48.60595], "rotation": [-1.06109, 10.89245, -11.09481], "uv": [336, 76]}, + {"origin": [20.46105, 80.6217, -48.03848], "size": [3, 2, 2], "pivot": [18.20747, 83.89776, -48.60595], "rotation": [-1.06109, 10.89245, -11.09481], "uv": [200, 338]} + ] + }, + { + "name": "leftspike", + "parent": "spikes", + "pivot": [-19.65001, 81.17638, -47.97364], + "rotation": [0, 12.5, -12.5], + "cubes": [ + {"origin": [-17.46105, 78.7217, -50.03848], "size": [4, 6, 6], "pivot": [-18.20747, 83.89776, -48.60595], "rotation": [-1.06109, -10.89245, 11.09481], "uv": [276, 328]}, + {"origin": [-21.46105, 79.6217, -49.03848], "size": [4, 4, 4], "pivot": [-18.20747, 83.89776, -48.60595], "rotation": [-1.06109, -10.89245, 11.09481], "uv": [336, 84]}, + {"origin": [-23.46105, 80.6217, -48.03848], "size": [3, 2, 2], "pivot": [-18.20747, 83.89776, -48.60595], "rotation": [-1.06109, -10.89245, 11.09481], "uv": [210, 338]} + ] + }, + { + "name": "crest", + "parent": "stupid", + "pivot": [-7.5, 82.78316, -56.85133], + "cubes": [ + {"origin": [2.68567, 87.20121, -51.54325], "size": [0, 10, 12], "pivot": [2.32336, 93.47691, -57.28148], "rotation": [41.01705, 4.36237, 1.43128], "uv": [310, 137]}, + {"origin": [1.44777, 87.00116, -64.13458], "size": [2, 10, 15], "pivot": [2.32336, 93.47691, -57.28148], "rotation": [41.01705, 4.36237, 1.43128], "uv": [192, 272]}, + {"origin": [-2.68567, 87.20121, -51.54325], "size": [0, 10, 12], "pivot": [-2.32336, 93.47691, -57.28148], "rotation": [41.01705, -4.36237, -1.43128], "uv": [310, 237]}, + {"origin": [-2.17797, 85.30111, -69.35932], "size": [2, 4, 8], "pivot": [0, 87.38467, -65.59506], "rotation": [57.95766, -9.44237, -7.41876], "uv": [296, 328]}, + {"origin": [-3.44777, 87.00116, -64.13458], "size": [2, 10, 15], "pivot": [-2.32336, 93.47691, -57.28148], "rotation": [41.01705, -4.36237, -1.43128], "uv": [52, 287]}, + {"origin": [0.17797, 85.30111, -69.35932], "size": [2, 4, 8], "pivot": [0, 87.38467, -65.59506], "rotation": [57.95766, 9.44237, 7.41876], "uv": [132, 329]}, + {"origin": [10.56224, 86.90082, -52.70796], "size": [0, 12, 13], "pivot": [10.19718, 93.32897, -52.0845], "rotation": [31.03242, 23.65449, 0.1292], "uv": [120, 296]}, + {"origin": [2.65546, 85.39965, -69.67559], "size": [2, 4, 10], "pivot": [3.65546, 87.39965, -64.67559], "rotation": [55.44018, 31.05273, 12.95237], "uv": [266, 314]}, + {"origin": [-10.56224, 86.90082, -52.70796], "size": [0, 12, 13], "pivot": [-10.19718, 93.32897, -52.0845], "rotation": [31.03242, -23.65449, -0.1292], "uv": [306, 192]}, + {"origin": [-10.79619, 88.72367, -63.46104], "size": [2, 10, 15], "pivot": [-10.19718, 93.32897, -52.0845], "rotation": [32.77726, -21.01042, -4.71779], "uv": [146, 287]}, + {"origin": [-4.65546, 85.39965, -69.67559], "size": [2, 4, 10], "pivot": [-3.65546, 87.39965, -64.67559], "rotation": [55.44018, -31.05273, -12.95237], "uv": [316, 20]}, + {"origin": [8.79619, 88.72367, -63.46104], "size": [2, 10, 15], "pivot": [10.19718, 93.32897, -52.0845], "rotation": [32.77726, 21.01042, 4.71779], "uv": [0, 289]} + ] + }, + { + "name": "nose", + "parent": "stupid", + "pivot": [-2, 82.78316, -78.05133], + "rotation": [17.5, 0, 0], + "cubes": [ + {"origin": [-3, 75.98936, -70.30311], "size": [6, 7, 6], "inflate": 0.1, "pivot": [0, 79.48936, -67.30311], "rotation": [14.68941, -43.54513, -10.19126], "uv": [316, 169]} + ] + }, + { + "name": "teeth", + "parent": "stupid", + "pivot": [0.5, 75.78316, -48.55133] + }, + { + "name": "teeths3", + "parent": "teeth", + "pivot": [-0.5, 75.78316, -48.55133], + "cubes": [ + {"origin": [6.5, 79.28316, -60.05133], "size": [0, 2, 2], "pivot": [7, 79.28316, -59.55133], "rotation": [-45, 45, 0], "uv": [134, 189]}, + {"origin": [4.5, 79.28316, -62.05133], "size": [0, 2, 2], "pivot": [5, 79.28316, -61.55133], "rotation": [-45, 45, 0], "uv": [136, 193]}, + {"origin": [2.5, 79.28316, -64.05133], "size": [0, 2, 2], "pivot": [3, 79.28316, -63.55133], "rotation": [-45, 45, 0], "uv": [136, 197]}, + {"origin": [0.5, 79.28316, -66.05133], "size": [0, 2, 2], "pivot": [1, 79.28316, -65.55133], "rotation": [-45, 45, 0], "uv": [238, 272]} + ] + }, + { + "name": "teeths2", + "parent": "teeth", + "pivot": [0.5, 75.78316, -48.55133], + "cubes": [ + {"origin": [-6.5, 79.28316, -60.05133], "size": [0, 2, 2], "pivot": [-7, 79.28316, -59.55133], "rotation": [-45, -45, 0], "uv": [238, 276]}, + {"origin": [-4.5, 79.28316, -62.05133], "size": [0, 2, 2], "pivot": [-5, 79.28316, -61.55133], "rotation": [-45, -45, 0], "uv": [238, 280]}, + {"origin": [-2.5, 79.28316, -64.05133], "size": [0, 2, 2], "pivot": [-3, 79.28316, -63.55133], "rotation": [-45, -45, 0], "uv": [238, 284]}, + {"origin": [-0.5, 79.28316, -66.05133], "size": [0, 2, 2], "pivot": [-1, 79.28316, -65.55133], "rotation": [-45, -45, 0], "uv": [46, 289]} + ] + }, + { + "name": "eyes2", + "parent": "JAWTOP", + "pivot": [7.6827, 84.90067, -59.30724], + "rotation": [-11.45534, 1.07094, 4.83065], + "cubes": [ + {"origin": [7.63619, 83.00619, -60.60199], "size": [1, 4, 4], "pivot": [8.20763, 84.48466, -59.0354], "rotation": [34.65747, 43.16811, 6.6271], "uv": [336, 224]}, + {"origin": [7.69331, 84.597, -60.17223], "size": [1, 2, 2], "pivot": [8.16589, 85.57557, -59.10687], "rotation": [34.05052, 42.34567, 5.86148], "uv": [134, 173]}, + {"origin": [7.99331, 84.747, -60.60223], "size": [1, 2, 2], "inflate": -0.4, "pivot": [8.46589, 85.72557, -59.53687], "rotation": [34.05052, 42.34567, 5.86148], "uv": [134, 177]}, + {"origin": [6.39943, 83.16897, -61.25257], "size": [1, 3, 2], "pivot": [7.14943, 84.16897, -60.25257], "rotation": [34.05052, 42.34567, 5.86148], "uv": [134, 113]}, + {"origin": [8.38553, 84.65557, -59.30433], "size": [1, 3, 3], "pivot": [8.88553, 85.65557, -58.30433], "rotation": [34.05052, 42.34567, 5.86148], "uv": [26, 314]}, + {"origin": [8.38553, 85.65557, -56.30433], "size": [1, 1, 1], "pivot": [8.88553, 85.65557, -58.30433], "rotation": [34.05052, 42.34567, 5.86148], "uv": [134, 118]} + ] + }, + { + "name": "eyelid2", + "parent": "eyes2", + "pivot": [9.20763, 84.48466, -59.0354], + "cubes": [ + {"origin": [6.93619, 83.00619, -62.60199], "size": [1, 4, 7], "pivot": [7.50763, 84.48466, -59.0354], "rotation": [34.65747, 43.16811, 6.6271], "uv": [120, 193]} + ] + }, + { + "name": "eyes3", + "parent": "JAWTOP", + "pivot": [-7.6827, 84.90067, -59.30724], + "rotation": [-11.45534, -1.07094, -4.83065], + "cubes": [ + {"origin": [-8.63619, 83.00619, -60.60199], "size": [1, 4, 4], "pivot": [-8.20763, 84.48466, -59.0354], "rotation": [34.65747, -43.16811, -6.6271], "uv": [76, 338]}, + {"origin": [-8.69331, 84.597, -60.17223], "size": [1, 2, 2], "pivot": [-8.16589, 85.57557, -59.10687], "rotation": [34.05052, -42.34567, -5.86148], "uv": [134, 181]}, + {"origin": [-8.99331, 84.747, -60.60223], "size": [1, 2, 2], "inflate": -0.4, "pivot": [-8.46589, 85.72557, -59.53687], "rotation": [34.05052, -42.34567, -5.86148], "uv": [134, 185]}, + {"origin": [-7.39943, 83.16897, -61.25257], "size": [1, 3, 2], "pivot": [-7.14943, 84.16897, -60.25257], "rotation": [34.05052, -42.34567, -5.86148], "uv": [134, 168]}, + {"origin": [-9.38553, 84.65557, -59.30433], "size": [1, 3, 3], "pivot": [-8.88553, 85.65557, -58.30433], "rotation": [34.05052, -42.34567, -5.86148], "uv": [26, 320]}, + {"origin": [-9.38553, 85.65557, -56.30433], "size": [1, 1, 1], "pivot": [-8.88553, 85.65557, -58.30433], "rotation": [34.05052, -42.34567, -5.86148], "uv": [136, 201]} + ] + }, + { + "name": "eyelid1", + "parent": "eyes3", + "pivot": [-9.20763, 84.48466, -59.0354], + "cubes": [ + {"origin": [-7.90619, 83.00619, -62.60199], "size": [1, 4, 7], "pivot": [-7.47763, 84.48466, -59.0354], "rotation": [34.65747, -43.16811, -6.6271], "uv": [196, 315]} + ] + }, + { + "name": "JAWBOT", + "parent": "head", + "pivot": [0.5, 76.78316, -49.20133], + "rotation": [17.5, 0, 0], + "cubes": [ + {"origin": [-0.87, 72.97316, -55.77133], "size": [13, 7, 13], "inflate": -0.1, "pivot": [0, 78.47316, -49.52133], "rotation": [-9, 0, 0], "uv": [0, 269]}, + {"origin": [-12.63, 72.97316, -55.77133], "size": [13, 7, 13], "inflate": -0.11, "pivot": [0, 78.47316, -49.52133], "rotation": [-9, 0, 0], "uv": [242, 269]}, + {"origin": [-6, 79.28316, -59.20133], "size": [11.5, 3.5, 12], "uv": [146, 272]}, + {"origin": [-11.54594, 74.28316, -64.91885], "size": [17, 7, 17], "pivot": [-2.82843, 80.78316, -52.20133], "rotation": [0, -45, 0], "uv": [68, 247]} + ] + }, + { + "name": "teeths", + "parent": "JAWBOT", + "pivot": [0.5, 76.78316, -49.20133], + "cubes": [ + {"origin": [-6.5, 80.28316, -60.70133], "size": [0, 2, 2], "pivot": [-7, 80.28316, -60.20133], "rotation": [-45, -45, 0], "uv": [46, 293]}, + {"origin": [-4.5, 80.28316, -62.70133], "size": [0, 2, 2], "pivot": [-5, 80.28316, -62.20133], "rotation": [-45, -45, 0], "uv": [46, 297]}, + {"origin": [-2.5, 80.28316, -64.70133], "size": [0, 2, 2], "pivot": [-3, 80.28316, -64.20133], "rotation": [-45, -45, 0], "uv": [46, 301]}, + {"origin": [-0.5, 80.28316, -66.70133], "size": [0, 2, 2], "pivot": [-1, 80.28316, -66.20133], "rotation": [-45, -45, 0], "uv": [302, 223]} + ] + }, + { + "name": "teeths4", + "parent": "teeths", + "pivot": [-8.5, 76.78316, -56.70133], + "rotation": [0, -90, 0], + "cubes": [ + {"origin": [-15.5, 80.28316, -68.20133], "size": [0, 2, 2], "pivot": [-16, 80.28316, -67.70133], "rotation": [-45, -45, 0], "uv": [302, 227]}, + {"origin": [-13.5, 80.28316, -70.20133], "size": [0, 2, 2], "pivot": [-14, 80.28316, -69.70133], "rotation": [-45, -45, 0], "uv": [302, 231]}, + {"origin": [-11.5, 80.28316, -72.20133], "size": [0, 2, 2], "pivot": [-12, 80.28316, -71.70133], "rotation": [-45, -45, 0], "uv": [302, 235]}, + {"origin": [-9.5, 80.28316, -74.20133], "size": [0, 2, 2], "pivot": [-10, 80.28316, -73.70133], "rotation": [-45, -45, 0], "uv": [310, 20]} + ] + }, + { + "name": "hands", + "parent": "tophalf", + "pivot": [-31, -6.5, 1.9] + }, + { + "name": "lshoulder", + "parent": "hands", + "pivot": [14, 64, -15.1], + "rotation": [53.99702, 21.3335, 28.03525], + "cubes": [ + {"origin": [9, 58.5, -22.1], "size": [19, 15, 15], "pivot": [12, 64, -15.35], "rotation": [-90, 0, 0], "uv": [242, 239]} + ] + }, + { + "name": "lforearm", + "parent": "lshoulder", + "pivot": [26.5, 61, -15.6], + "rotation": [0, 25, 0], + "cubes": [ + {"origin": [24, 55, -18.1], "size": [16, 17, 9], "uv": [260, 0]} + ] + }, + { + "name": "lhand", + "parent": "lforearm", + "pivot": [35.81242, 61.51486, -15.7561], + "rotation": [0, 20, 0], + "cubes": [ + {"origin": [34.81242, 52.51486, -18.7561], "size": [24, 22, 11], "uv": [172, 239]} + ] + }, + { + "name": "lfinge", + "parent": "lhand", + "pivot": [15.81242, 129.51486, -2.7561], + "rotation": [0, 0, 177.5], + "cubes": [ + {"origin": [-29.68758, 186.01486, -16.7561], "size": [9, 5, 5], "uv": [310, 259], "mirror": true}, + {"origin": [-32.18758, 186.51486, -19.7561], "size": [5, 4, 4], "pivot": [-40.68758, 185.51486, -19.0061], "rotation": [0, -15, 0], "uv": [86, 287], "mirror": true}, + {"origin": [-34.18758, 187.01486, -22.7561], "size": [5, 3, 3], "pivot": [-42.68758, 186.01486, -22.0061], "rotation": [0, -27.5, 0], "uv": [260, 44], "mirror": true}, + {"origin": [-32.18758, 194.51486, -19.7561], "size": [5, 4, 4], "pivot": [-40.68758, 193.51486, -19.0061], "rotation": [0, -15, 0], "uv": [326, 298], "mirror": true}, + {"origin": [-34.18758, 195.01486, -22.7561], "size": [5, 3, 3], "pivot": [-42.68758, 194.01486, -22.0061], "rotation": [0, -27.5, 0], "uv": [146, 266], "mirror": true}, + {"origin": [-29.68758, 194.01486, -16.7561], "size": [9, 5, 5], "uv": [316, 34], "mirror": true}, + {"origin": [-28.68758, 201.01486, -17.7561], "size": [9, 5, 5], "uv": [316, 159], "mirror": true}, + {"origin": [-32.18758, 201.51486, -20.7561], "size": [5, 4, 4], "pivot": [-40.68758, 200.51486, -20.0061], "rotation": [0, -15, 0], "uv": [24, 331], "mirror": true}, + {"origin": [-34.18758, 202.01486, -23.7561], "size": [5, 3, 3], "pivot": [-42.68758, 201.01486, -23.0061], "rotation": [0, -27.5, 0], "uv": [276, 44], "mirror": true} + ] + }, + { + "name": "lthum", + "parent": "lfinge", + "pivot": [-33.18758, 178.51486, -29.0061], + "rotation": [-51.82753, -23.06707, -46.43707], + "cubes": [ + {"origin": [-18.68758, 178.51486, -23.2561], "size": [8, 5, 5], "uv": [316, 182], "mirror": true}, + {"origin": [-20.18758, 179.01486, -27.2561], "size": [5, 4, 4], "pivot": [-28.68758, 178.01486, -26.5061], "rotation": [0, -22.5, 0], "uv": [42, 331], "mirror": true}, + {"origin": [-22.18758, 179.51486, -30.7561], "size": [5, 3, 3], "pivot": [-30.68758, 178.51486, -30.0061], "rotation": [0, -35, 0], "uv": [292, 44], "mirror": true} + ] + }, + { + "name": "rshoulder", + "parent": "hands", + "pivot": [-14, 64, -15.1], + "rotation": [53.99702, -21.3335, -28.03525], + "cubes": [ + {"origin": [-28, 58.5, -22.1], "size": [19, 15, 15], "pivot": [-12, 64, -15.35], "rotation": [-90, 0, 0], "uv": [242, 239], "mirror": true} + ] + }, + { + "name": "rforearm", + "parent": "rshoulder", + "pivot": [-26.5, 61, -15.6], + "rotation": [0, -25, 0], + "cubes": [ + {"origin": [-40, 55, -18.1], "size": [16, 17, 9], "uv": [260, 0], "mirror": true} + ] + }, + { + "name": "rhand", + "parent": "rforearm", + "pivot": [-35.81242, 61.51486, -15.7561], + "rotation": [0, -20, 0], + "cubes": [ + {"origin": [-58.81242, 52.51486, -18.7561], "size": [24, 22, 11], "uv": [172, 239], "mirror": true} + ] + }, + { + "name": "rfinge", + "parent": "rhand", + "pivot": [-15.81242, 129.51486, -2.7561], + "rotation": [0, 0, -177.5], + "cubes": [ + {"origin": [20.68758, 186.01486, -16.7561], "size": [9, 5, 5], "uv": [310, 259]}, + {"origin": [27.18758, 186.51486, -19.7561], "size": [5, 4, 4], "pivot": [40.68758, 185.51486, -19.0061], "rotation": [0, 15, 0], "uv": [86, 287]}, + {"origin": [29.18758, 187.01486, -22.7561], "size": [5, 3, 3], "pivot": [42.68758, 186.01486, -22.0061], "rotation": [0, 27.5, 0], "uv": [260, 44]}, + {"origin": [27.18758, 194.51486, -19.7561], "size": [5, 4, 4], "pivot": [40.68758, 193.51486, -19.0061], "rotation": [0, 15, 0], "uv": [326, 298]}, + {"origin": [29.18758, 195.01486, -22.7561], "size": [5, 3, 3], "pivot": [42.68758, 194.01486, -22.0061], "rotation": [0, 27.5, 0], "uv": [146, 266]}, + {"origin": [20.68758, 194.01486, -16.7561], "size": [9, 5, 5], "uv": [316, 34]}, + {"origin": [19.68758, 201.01486, -17.7561], "size": [9, 5, 5], "uv": [316, 159]}, + {"origin": [27.18758, 201.51486, -20.7561], "size": [5, 4, 4], "pivot": [40.68758, 200.51486, -20.0061], "rotation": [0, 15, 0], "uv": [24, 331]}, + {"origin": [29.18758, 202.01486, -23.7561], "size": [5, 3, 3], "pivot": [42.68758, 201.01486, -23.0061], "rotation": [0, 27.5, 0], "uv": [276, 44]} + ] + }, + { + "name": "rthum", + "parent": "rfinge", + "pivot": [33.18758, 178.51486, -29.0061], + "rotation": [-51.82753, 23.06707, 46.43707], + "cubes": [ + {"origin": [10.68758, 178.51486, -23.2561], "size": [8, 5, 5], "uv": [316, 182]}, + {"origin": [15.18758, 179.01486, -27.2561], "size": [5, 4, 4], "pivot": [28.68758, 178.01486, -26.5061], "rotation": [0, 22.5, 0], "uv": [42, 331]}, + {"origin": [17.18758, 179.51486, -30.7561], "size": [5, 3, 3], "pivot": [30.68758, 178.51486, -30.0061], "rotation": [0, 35, 0], "uv": [292, 44]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/groudonprimal/groudonprimal.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/groudonprimal/groudonprimal.geo.json new file mode 100644 index 0000000..3be9911 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/groudonprimal/groudonprimal.geo.json @@ -0,0 +1,662 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 512, + "texture_height": 512, + "visible_bounds_width": 28, + "visible_bounds_height": 16.5, + "visible_bounds_offset": [0, 7.75, 0] + }, + "bones": [ + { + "name": "groudon", + "pivot": [-1.5, 0, 0] + }, + { + "name": "body", + "parent": "groudon", + "pivot": [-14, 14.5, 0] + }, + { + "name": "legs", + "parent": "body", + "pivot": [-11.75, 14.5, -9.75] + }, + { + "name": "lleg", + "parent": "legs", + "pivot": [13, 31.25, -2.25], + "cubes": [ + {"origin": [20, 9.87, -11.64], "size": [20, 23, 20], "inflate": -0.1, "pivot": [30, 21.37, 0.86], "rotation": [-22.5, 0, 0], "uv": [92, 204]} + ] + }, + { + "name": "lfoot", + "parent": "lleg", + "pivot": [-32, 12.75, -2.25], + "cubes": [ + {"origin": [20, 3.8, -15.08], "size": [20, 12, 20], "inflate": -0.2, "uv": [0, 212]}, + {"origin": [20, 0, -15], "size": [20, 10, 19], "uv": [238, 163]}, + {"origin": [20, -0.07, -4.97], "size": [20, 3, 14], "inflate": -0.1, "uv": [252, 50]}, + {"origin": [20, 1.99, 0.12], "size": [20, 23, 8], "inflate": -0.15, "pivot": [30, 9.99, 2.12], "rotation": [6.5, 0, 0], "uv": [250, 192]} + ] + }, + { + "name": "ltoe", + "parent": "lfoot", + "pivot": [30.25, 2.96, -14.125], + "rotation": [7, 0, 0], + "cubes": [ + {"origin": [26.96, 0.5989, -19.70954], "size": [6, 5, 8], "pivot": [30.435, 3.70468, -20.79677], "rotation": [8, 0, 0], "uv": [150, 50]}, + {"origin": [26.91, 2.36457, -22.1113], "size": [6, 4, 3], "pivot": [30.435, 3.51468, -16.45677], "rotation": [15.5, 0, 0], "uv": [226, 323]}, + {"origin": [26.91, 1.63457, -26.0413], "size": [6, 4, 6], "inflate": -0.5, "pivot": [30.435, 2.78468, -20.38677], "rotation": [24.5, 0, 0], "uv": [316, 159]}, + {"origin": [18.8, 1.39, -20], "size": [5, 4, 8], "inflate": -0.1, "pivot": [21.3, 3.64323, -18.59387], "rotation": [13.23483, 10.71469, 2.50372], "uv": [310, 232]}, + {"origin": [35.67, 0.23473, -18.89595], "size": [5, 4, 7], "inflate": -0.2, "pivot": [38.17, 2.83323, -17.82387], "rotation": [-5.55792, -10.43861, 0.53519], "uv": [316, 30]}, + {"origin": [36.67, 1.59521, -22.39707], "size": [3, 3, 5], "inflate": 0.2, "pivot": [38.17, 3.23323, -17.57387], "rotation": [27.88581, -11.65557, -0.70466], "uv": [82, 326]}, + {"origin": [35.67, 0.92, -19.23], "size": [5, 4, 8], "inflate": -0.1, "pivot": [38.17, 3.17323, -17.82387], "rotation": [12.85816, -11.16622, -0.51928], "uv": [310, 256]}, + {"origin": [19.8, 1.88521, -23.41707], "size": [3, 3, 5], "inflate": 0.2, "pivot": [21.3, 3.52323, -18.59387], "rotation": [28.23483, 10.71469, 2.50372], "uv": [244, 325]}, + {"origin": [18.8, 0.52473, -19.66595], "size": [5, 4, 7], "inflate": -0.2, "pivot": [21.3, 3.12323, -18.59387], "rotation": [-5, 10.71469, 2.50372], "uv": [316, 19]}, + {"origin": [26.96, 0.63911, -21.35459], "size": [6, 3, 8], "inflate": -0.1, "pivot": [30.435, 3.50468, -19.58677], "rotation": [-7.5, 0, 0], "uv": [310, 148]} + ] + }, + { + "name": "rleg", + "parent": "legs", + "pivot": [-13, 31.25, -2.25], + "cubes": [ + {"origin": [-40, 9.87, -11.64], "size": [20, 23, 20], "inflate": -0.1, "pivot": [-30, 21.37, 0.86], "rotation": [-22.5, 0, 0], "uv": [92, 204], "mirror": true} + ] + }, + { + "name": "rfoot", + "parent": "rleg", + "pivot": [32, 12.75, -2.25], + "cubes": [ + {"origin": [-40, 3.8, -15.08], "size": [20, 12, 20], "inflate": -0.2, "uv": [0, 212], "mirror": true}, + {"origin": [-40, 0, -15], "size": [20, 10, 19], "uv": [238, 163], "mirror": true}, + {"origin": [-40, -0.07, -4.97], "size": [20, 3, 14], "inflate": -0.1, "uv": [252, 50], "mirror": true}, + {"origin": [-40, 1.99, 0.12], "size": [20, 23, 8], "inflate": -0.15, "pivot": [-30, 9.99, 2.12], "rotation": [6.5, 0, 0], "uv": [250, 192], "mirror": true} + ] + }, + { + "name": "rtoe", + "parent": "rfoot", + "pivot": [-30.25, 2.96, -14.125], + "rotation": [7, 0, 0], + "cubes": [ + {"origin": [-32.96, 0.5989, -19.70954], "size": [6, 5, 8], "pivot": [-30.435, 3.70468, -20.79677], "rotation": [8, 0, 0], "uv": [150, 50], "mirror": true}, + {"origin": [-32.91, 2.36457, -22.1113], "size": [6, 4, 3], "pivot": [-30.435, 3.51468, -16.45677], "rotation": [15.5, 0, 0], "uv": [226, 323], "mirror": true}, + {"origin": [-32.91, 1.63457, -26.0413], "size": [6, 4, 6], "inflate": -0.5, "pivot": [-30.435, 2.78468, -20.38677], "rotation": [24.5, 0, 0], "uv": [316, 159], "mirror": true}, + {"origin": [-23.8, 1.39, -20], "size": [5, 4, 8], "inflate": -0.1, "pivot": [-21.3, 3.64323, -18.59387], "rotation": [13.23483, -10.71469, -2.50372], "uv": [310, 232], "mirror": true}, + {"origin": [-40.67, 0.23473, -18.89595], "size": [5, 4, 7], "inflate": -0.2, "pivot": [-38.17, 2.83323, -17.82387], "rotation": [-5.55792, 10.43861, -0.53519], "uv": [316, 30], "mirror": true}, + {"origin": [-39.67, 1.59521, -22.39707], "size": [3, 3, 5], "inflate": 0.2, "pivot": [-38.17, 3.23323, -17.57387], "rotation": [27.88581, 11.65557, 0.70466], "uv": [82, 326], "mirror": true}, + {"origin": [-40.67, 0.92, -19.23], "size": [5, 4, 8], "inflate": -0.1, "pivot": [-38.17, 3.17323, -17.82387], "rotation": [12.85816, 11.16622, 0.51928], "uv": [310, 256], "mirror": true}, + {"origin": [-22.8, 1.88521, -23.41707], "size": [3, 3, 5], "inflate": 0.2, "pivot": [-21.3, 3.52323, -18.59387], "rotation": [28.23483, -10.71469, -2.50372], "uv": [244, 325], "mirror": true}, + {"origin": [-23.8, 0.52473, -19.66595], "size": [5, 4, 7], "inflate": -0.2, "pivot": [-21.3, 3.12323, -18.59387], "rotation": [-5, -10.71469, -2.50372], "uv": [316, 19], "mirror": true}, + {"origin": [-32.96, 0.63911, -21.35459], "size": [6, 3, 8], "inflate": -0.1, "pivot": [-30.435, 3.50468, -19.58677], "rotation": [-7.5, 0, 0], "uv": [310, 148], "mirror": true} + ] + }, + { + "name": "middle", + "parent": "body", + "pivot": [-14, 14.5, 0], + "rotation": [-7.5, 0, 0] + }, + { + "name": "tail", + "parent": "middle", + "pivot": [0, 16.5, 26], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [-19, 12, 25], "size": [38, 29, 21], "pivot": [-14, 10.75, 33.75], "rotation": [65, 0, 0], "uv": [134, 63]} + ] + }, + { + "name": "leftspike6", + "parent": "tail", + "pivot": [0, 13.5, 24.5], + "rotation": [22.5, 0, 0], + "cubes": [ + {"origin": [15.9, 10.5, 21.5], "size": [7, 6, 6], "inflate": 0.5, "uv": [310, 244]}, + {"origin": [-30.84, 12.5, 23.5], "size": [3, 2, 2], "inflate": 0.5, "uv": [312, 113], "mirror": true}, + {"origin": [-27.32, 11.5, 22.5], "size": [4, 4, 4], "inflate": 0.5, "uv": [24, 326], "mirror": true}, + {"origin": [-22.9, 10.5, 21.5], "size": [7, 6, 6], "inflate": 0.5, "uv": [310, 244], "mirror": true}, + {"origin": [23.32, 11.5, 22.5], "size": [4, 4, 4], "inflate": 0.5, "uv": [24, 326]}, + {"origin": [27.84, 12.5, 23.5], "size": [3, 2, 2], "inflate": 0.5, "uv": [312, 113]} + ] + }, + { + "name": "tailseg1", + "parent": "tail", + "pivot": [-14, 9.65, 33.75], + "cubes": [ + {"origin": [-17.5, 6.9, 48.5], "size": [35, 30, 20], "pivot": [-15.5, 7.4, 57.5], "rotation": [80, 0, 0], "uv": [150, 0]} + ] + }, + { + "name": "leftspike7", + "parent": "tailseg1", + "pivot": [0, 8.12, 46.14], + "rotation": [-57.5, 0, 0], + "cubes": [ + {"origin": [-33.61, 7.12, 45.14], "size": [3, 2, 2], "inflate": 1, "uv": [10, 332], "mirror": true}, + {"origin": [-29.26, 6.12, 44.14], "size": [4, 4, 4], "inflate": 1, "uv": [260, 329], "mirror": true}, + {"origin": [-23.36, 5.12, 43.14], "size": [6, 6, 6], "inflate": 1, "uv": [244, 313], "mirror": true}, + {"origin": [30.61, 7.12, 45.14], "size": [3, 2, 2], "inflate": 1, "uv": [10, 332]}, + {"origin": [25.26, 6.12, 44.14], "size": [4, 4, 4], "inflate": 1, "uv": [260, 329]}, + {"origin": [17.36, 5.12, 43.14], "size": [6, 6, 6], "inflate": 1, "uv": [244, 313]} + ] + }, + { + "name": "tailseg2", + "parent": "tailseg1", + "pivot": [-14, 10.65, 28.75], + "cubes": [ + {"origin": [-15.5, 6.9, 70], "size": [31, 29, 15], "pivot": [-16.5, 6.9, 76.75], "rotation": [87.5, 0, 0], "uv": [0, 168]} + ] + }, + { + "name": "shovel", + "parent": "tailseg2", + "pivot": [-16.5, 7.37, 74.75], + "rotation": [11, 0, 0] + }, + { + "name": "bone", + "parent": "shovel", + "pivot": [11.59667, 9.73824, 77.28553], + "rotation": [0, 22.5, 0], + "cubes": [ + {"origin": [9, 32.37, 118.91], "size": [5, 15, 7], "pivot": [-16.5, 10.87, 121.16], "rotation": [97.5, 0, 0], "uv": [270, 307]}, + {"origin": [8.5, 24.37, 101], "size": [6, 11, 9], "pivot": [-16.5, 6.37, 104.25], "rotation": [87.5, 0, 0], "uv": [188, 297]}, + {"origin": [11.79, 44.68, 128.91], "size": [0, 13, 6], "pivot": [-14.21, 23.18, 129.66], "rotation": [117.5, 0, 0], "uv": [80, 212]} + ] + }, + { + "name": "bone2", + "parent": "shovel", + "pivot": [4.10333, 9.73824, 77.28553], + "rotation": [0, 10, 0], + "cubes": [ + {"origin": [1, 24.37, 101], "size": [6, 11, 9], "pivot": [-24, 6.37, 104.25], "rotation": [87.5, 0, 0], "uv": [306, 192]}, + {"origin": [1.51, 32.37, 118.91], "size": [5, 15, 7], "pivot": [-23.99, 10.87, 121.16], "rotation": [97.5, 0, 0], "uv": [270, 307]}, + {"origin": [4.3, 44.68, 128.91], "size": [0, 13, 6], "pivot": [-21.7, 23.18, 129.66], "rotation": [117.5, 0, 0], "uv": [80, 212]} + ] + }, + { + "name": "bone4", + "parent": "shovel", + "pivot": [-11.59667, 9.73824, 77.28553], + "rotation": [0, -22.5, 0], + "cubes": [ + {"origin": [-14.5, 24.37, 101], "size": [6, 11, 9], "pivot": [-39.5, 6.37, 104.25], "rotation": [87.5, 0, 0], "uv": [306, 288]}, + {"origin": [-14, 32.37, 118.91], "size": [5, 15, 7], "pivot": [16.5, 10.87, 121.16], "rotation": [97.5, 0, 0], "uv": [270, 307], "mirror": true}, + {"origin": [-11.79, 44.68, 128.91], "size": [0, 13, 6], "pivot": [14.21, 23.18, 129.66], "rotation": [117.5, 0, 0], "uv": [80, 212], "mirror": true} + ] + }, + { + "name": "bone3", + "parent": "shovel", + "pivot": [-4.10333, 9.73824, 77.28553], + "rotation": [0, -10, 0], + "cubes": [ + {"origin": [-7, 24.37, 101], "size": [6, 11, 9], "pivot": [-32, 6.37, 104.25], "rotation": [87.5, 0, 0], "uv": [306, 212]}, + {"origin": [-6.51, 32.37, 118.91], "size": [5, 15, 7], "pivot": [23.99, 10.87, 121.16], "rotation": [97.5, 0, 0], "uv": [270, 307], "mirror": true}, + {"origin": [-4.3, 44.68, 128.91], "size": [0, 13, 6], "pivot": [21.7, 23.18, 129.66], "rotation": [117.5, 0, 0], "uv": [80, 212], "mirror": true} + ] + }, + { + "name": "leftspike8", + "parent": "tailseg2", + "pivot": [0, 5.45, 67.47], + "rotation": [-45, 0, 0], + "cubes": [ + {"origin": [-36.76, 7.24, 63.2], "size": [9, 2, 2], "inflate": 1.2, "pivot": [-24.46, 8.24, 64.2], "rotation": [-5.79478, -8.82127, 7.10681], "uv": [260, 44]}, + {"origin": [-28.76, 6.24, 62.2], "size": [6, 4, 4], "inflate": 1.3, "pivot": [-24.46, 8.24, 64.2], "rotation": [-5.79478, -8.82127, 7.10681], "uv": [32, 285]}, + {"origin": [-20.66, 5.24, 61.2], "size": [8, 6, 6], "inflate": 1.5, "pivot": [-24.46, 8.24, 64.2], "rotation": [-5.79478, -8.82127, 7.10681], "uv": [310, 136]}, + {"origin": [22.76, 6.24, 62.2], "size": [6, 4, 4], "inflate": 1.3, "pivot": [24.46, 8.24, 64.2], "rotation": [-5.79478, 8.82127, -7.10681], "uv": [32, 285], "mirror": true}, + {"origin": [27.76, 7.24, 63.2], "size": [9, 2, 2], "inflate": 1.2, "pivot": [24.46, 8.24, 64.2], "rotation": [-5.79478, 8.82127, -7.10681], "uv": [260, 44], "mirror": true}, + {"origin": [12.66, 5.24, 61.2], "size": [8, 6, 6], "inflate": 1.5, "pivot": [24.46, 8.24, 64.2], "rotation": [-5.79478, 8.82127, -7.10681], "uv": [310, 136], "mirror": true} + ] + }, + { + "name": "belly", + "parent": "middle", + "pivot": [-14, 14.5, 0], + "cubes": [ + {"origin": [-20.5, 15.8, -14.79], "size": [41, 29, 34], "pivot": [0, 30.3, 2.21], "rotation": [22.5, 0, 0], "uv": [0, 0]}, + {"origin": [-20.5, 15.8, -14.79], "size": [41, 29, 34], "pivot": [0, 30.3, 2.21], "rotation": [22.5, 0, 0], "uv": [0, 0]}, + {"origin": [-20, 7.89, -6.88], "size": [40, 17, 30], "inflate": -0.2, "pivot": [-0.5, 22.39, 16.12], "rotation": [-5.5, 0, 0], "uv": [0, 121]} + ] + }, + { + "name": "leftspike5", + "parent": "belly", + "pivot": [0, 32.37, -0.64], + "rotation": [-25.5, 0, 0], + "cubes": [ + {"origin": [-30.5, 39.76, -3.59], "size": [3, 2, 2], "uv": [0, 332]}, + {"origin": [-28.5, 38.76, -4.59], "size": [4, 4, 4], "uv": [184, 329]}, + {"origin": [-24.5, 37.76, -5.59], "size": [7, 6, 6], "uv": [312, 81]}, + {"origin": [27.5, 39.76, -3.59], "size": [3, 2, 2], "uv": [0, 332], "mirror": true}, + {"origin": [24.5, 38.76, -4.59], "size": [4, 4, 4], "uv": [184, 329], "mirror": true}, + {"origin": [17.5, 37.76, -5.59], "size": [7, 6, 6], "uv": [312, 81], "mirror": true} + ] + }, + { + "name": "tophalf", + "parent": "middle", + "pivot": [-6, 34.5, -3], + "cubes": [ + {"origin": [-19, 34.5, -12], "size": [38, 29, 29], "pivot": [-14, 33, 0], "rotation": [25, 0, 0], "uv": [0, 63]} + ] + }, + { + "name": "leftspike4", + "parent": "tophalf", + "pivot": [0, 47.5, -7.55], + "rotation": [-19.8582, 1.91994, 1.61624], + "cubes": [ + {"origin": [-28.9, 52.49, -9.14], "size": [3, 2, 2], "uv": [208, 331]}, + {"origin": [-26.9, 51.49, -10.14], "size": [4, 4, 4], "uv": [114, 329]}, + {"origin": [-22.9, 50.49, -11.14], "size": [4, 6, 6], "uv": [320, 53]}, + {"origin": [25.9, 54.49, -8.14], "size": [3, 2, 2], "uv": [208, 331], "mirror": true}, + {"origin": [22.9, 53.49, -9.14], "size": [4, 4, 4], "uv": [114, 329], "mirror": true}, + {"origin": [18.9, 52.49, -10.14], "size": [4, 6, 6], "uv": [320, 53], "mirror": true} + ] + }, + { + "name": "lowernecc", + "parent": "tophalf", + "pivot": [0, 62.5, -9], + "cubes": [ + {"origin": [-16, 54, -19], "size": [32, 26, 24], "pivot": [-14, 56.5, -11.25], "rotation": [45, 0, 0], "uv": [140, 113]} + ] + }, + { + "name": "leftspike3", + "parent": "lowernecc", + "pivot": [0, 72.04333, -19.72333], + "rotation": [-3, 0, 0], + "cubes": [ + {"origin": [12, 69.4, -23.66], "size": [8, 6, 6], "uv": [178, 50]}, + {"origin": [-25.9, 71.3, -21.56], "size": [3, 2, 2], "uv": [326, 284]}, + {"origin": [-23.9, 70.3, -22.56], "size": [4, 4, 4], "uv": [98, 329]}, + {"origin": [-20, 69.4, -23.66], "size": [8, 6, 6], "uv": [206, 50]}, + {"origin": [19.9, 70.3, -22.56], "size": [4, 4, 4], "uv": [66, 326]}, + {"origin": [22.9, 71.3, -21.56], "size": [3, 2, 2], "uv": [208, 317]} + ] + }, + { + "name": "midnecc", + "parent": "lowernecc", + "pivot": [1, 75, -23.5], + "cubes": [ + {"origin": [-13.5, 61.5, -34.5], "size": [27, 19, 22], "pivot": [-2, 70, -32], "rotation": [65, 0, 0], "uv": [140, 163]} + ] + }, + { + "name": "leftspike2", + "parent": "midnecc", + "pivot": [0, 77.85333, -32.06333], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [12, 75.58, -36], "size": [8, 6, 6], "uv": [178, 50]}, + {"origin": [-25.9, 77.48, -33.9], "size": [3, 2, 2], "uv": [326, 284]}, + {"origin": [-23.9, 76.48, -34.9], "size": [4, 4, 4], "uv": [98, 329]}, + {"origin": [-20, 75.58, -36], "size": [8, 6, 6], "uv": [206, 50]}, + {"origin": [19.9, 76.48, -34.9], "size": [4, 4, 4], "uv": [66, 326]}, + {"origin": [22.9, 77.48, -33.9], "size": [3, 2, 2], "uv": [208, 317]} + ] + }, + { + "name": "neck", + "parent": "midnecc", + "pivot": [0.5, 81.45, -38.09], + "rotation": [-17.5, 0, 0], + "cubes": [ + {"origin": [-11, 74.23316, -49.64133], "size": [22, 18, 17], "uv": [172, 204]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 83.73316, -44.54133], + "rotation": [29.73225, -2.47073, -1.04773], + "cubes": [ + {"origin": [-7, 90.73316, -61.54133], "size": [14, 4, 12], "pivot": [0, 92.73316, -55.54133], "rotation": [30, 0, 0], "uv": [250, 223]}, + {"origin": [-7, 91.30316, -52.73133], "size": [14, 4, 12], "inflate": -0.1, "pivot": [0, 93.30316, -46.73133], "rotation": [-25, 0, 0], "uv": [0, 269]}, + {"origin": [-7.14912, 88.03721, -65.09199], "size": [14, 4, 14], "pivot": [0.35088, 90.03721, -58.09199], "rotation": [19.74271, -43.71038, -13.87313], "uv": [260, 26]} + ] + }, + { + "name": "JAWTOP", + "parent": "head", + "pivot": [-2.5, 84.23316, -39.64133] + }, + { + "name": "stupid", + "parent": "JAWTOP", + "pivot": [-6, 81.23316, -66.64133], + "cubes": [ + {"origin": [-7.70251, 80.73316, -65.78496], "size": [17, 8, 17], "pivot": [-0.2, 88.23316, -57.9996], "rotation": [0, -45, 0], "uv": [0, 244]}, + {"origin": [5.24749, 82.73316, -65.78496], "size": [4, 8, 17], "pivot": [-0.25, 90.23316, -57.9996], "rotation": [0, -45, 0], "uv": [52, 270]}, + {"origin": [-9.24749, 82.73316, -65.78496], "size": [4, 8, 17], "pivot": [0.25, 90.23316, -57.9996], "rotation": [0, 45, 0], "uv": [94, 270]}, + {"origin": [6.90179, 85.76278, -64.46432], "size": [3, 4, 14], "inflate": -0.1, "pivot": [3.40179, 87.26278, -57.96432], "rotation": [0.56256, 43.48884, -22.79143], "uv": [68, 295]}, + {"origin": [-14.10709, 89.45316, -57.34501], "size": [3, 4, 15], "pivot": [-13.10709, 90.95316, -49.84501], "rotation": [-2.29773, -12.4787, 18.38804], "uv": [290, 269]}, + {"origin": [-9.90179, 85.76278, -64.46432], "size": [3, 4, 14], "inflate": -0.1, "pivot": [-3.40179, 87.26278, -57.96432], "rotation": [0.56256, -43.48884, 22.79143], "uv": [102, 295]}, + {"origin": [-3.55, 81.62316, -57.55133], "size": [16, 11, 14], "pivot": [15.45, 81.62316, -54.35133], "rotation": [0, 12.5, 0], "uv": [252, 67]}, + {"origin": [-12.45, 81.62316, -57.55133], "size": [16, 11, 14], "inflate": -0.01, "pivot": [-15.45, 81.62316, -54.35133], "rotation": [0, -12.5, 0], "uv": [252, 92]}, + {"origin": [-4.5, 80.80316, -69.01133], "size": [9, 8, 9], "inflate": -0.1, "pivot": [0, 84.30316, -64.51133], "rotation": [11, 0, 0], "uv": [32, 295]}, + {"origin": [-1.95952, 73.58605, -53.27485], "size": [16, 10, 13], "inflate": -0.11, "pivot": [0, 78.77242, -48.10096], "rotation": [-3.26033, 12.26673, -2.42224], "uv": [252, 117]}, + {"origin": [-14.04048, 73.58605, -53.27485], "size": [16, 10, 13], "inflate": -0.11, "pivot": [0, 78.77242, -48.10096], "rotation": [-3.26033, -12.26673, 2.42224], "uv": [252, 140]} + ] + }, + { + "name": "flaps", + "parent": "stupid", + "pivot": [-6, 116.55316, -64.88133], + "cubes": [ + {"origin": [12.35334, 76.81316, -56.06674], "size": [2, 11, 14], "pivot": [17.44747, 74.88398, -51.02196], "rotation": [0, 10.5, 0], "uv": [0, 285]}, + {"origin": [11.10709, 89.45316, -57.34501], "size": [3, 4, 15], "pivot": [13.10709, 90.95316, -49.84501], "rotation": [-2.29773, 12.4787, -18.38804], "uv": [270, 288]}, + {"origin": [12.7383, 70.66144, -52.03686], "size": [2, 8, 8], "pivot": [13.74886, 71.00933, -48.39376], "rotation": [-7.5, 10.5, 0], "uv": [218, 297]}, + {"origin": [13.75942, 61.35722, -51.34065], "size": [0, 10, 6], "pivot": [13.74886, 69.00933, -47.98376], "rotation": [-2.41529, 10.45959, 0.92544], "uv": [80, 231]}, + {"origin": [10.2266, 80.03316, -60.41224], "size": [1, 4, 4], "inflate": -0.3, "pivot": [10.7266, 83.53316, -59.41224], "rotation": [9, 38, 0], "uv": [292, 330]}, + {"origin": [8.7616, 77.85316, -66.41224], "size": [0, 7, 12], "pivot": [8.2616, 82.35316, -61.41224], "rotation": [10.2312, 42.92625, 1.12566], "uv": [310, 0]}, + {"origin": [-11.2266, 80.03316, -60.41224], "size": [1, 4, 4], "inflate": -0.3, "pivot": [-10.7266, 83.53316, -59.41224], "rotation": [9, -38, 0], "uv": [50, 331]}, + {"origin": [-8.7616, 77.85316, -66.41224], "size": [0, 7, 12], "pivot": [-8.2616, 82.35316, -61.41224], "rotation": [10.2312, -42.92625, -1.12566], "uv": [310, 117]}, + {"origin": [11.7964, 78.4155, -53.90232], "size": [2, 6, 6], "pivot": [16.61747, 74.61398, -54.12196], "rotation": [45, 10.5, 0], "uv": [234, 50]}, + {"origin": [11.75712, 80.7955, -56.8499], "size": [2, 6, 3], "pivot": [12.75712, 83.7955, -53.8499], "rotation": [-26, 10.5, 0], "uv": [238, 192]}, + {"origin": [11.79712, 77.4755, -55.9799], "size": [2, 6, 3], "pivot": [12.79712, 80.4755, -52.9799], "rotation": [0, 10.5, 0], "uv": [164, 330]}, + {"origin": [-13.7964, 78.4155, -53.90232], "size": [2, 6, 6], "pivot": [-16.61747, 74.61398, -54.12196], "rotation": [45, -10.5, 0], "uv": [318, 320]}, + {"origin": [-14.35334, 76.81316, -56.06674], "size": [2, 11, 14], "pivot": [-17.44747, 74.88398, -51.02196], "rotation": [0, -10.5, 0], "uv": [238, 288]}, + {"origin": [-13.75712, 80.7955, -56.8499], "size": [2, 6, 3], "pivot": [-12.75712, 83.7955, -53.8499], "rotation": [-26, -10.5, 0], "uv": [226, 330]}, + {"origin": [-13.79712, 77.4755, -55.9799], "size": [2, 6, 3], "pivot": [-12.79712, 80.4755, -52.9799], "rotation": [0, -10.5, 0], "uv": [174, 330]}, + {"origin": [-14.7383, 70.66144, -52.03686], "size": [2, 8, 8], "pivot": [-13.74886, 71.00933, -48.39376], "rotation": [-7.5, -10.5, 0], "uv": [100, 313]}, + {"origin": [-13.75942, 61.35722, -51.34065], "size": [0, 10, 6], "pivot": [-13.74886, 69.00933, -47.98376], "rotation": [-2.41529, -10.45959, -0.92544], "uv": [120, 313]} + ] + }, + { + "name": "spikes", + "parent": "flaps", + "pivot": [0, 81.45, -50.09], + "rotation": [-45, 0, 0] + }, + { + "name": "rightspike", + "parent": "spikes", + "pivot": [19.65001, 82.62638, -49.06364], + "rotation": [0, -12.5, 12.5], + "cubes": [ + {"origin": [13.46105, 80.1717, -51.12848], "size": [4, 6, 6], "pivot": [18.20747, 85.34776, -49.69595], "rotation": [-1.06109, 10.89245, -11.09481], "uv": [316, 169]}, + {"origin": [17.46105, 81.0717, -50.12848], "size": [4, 4, 4], "pivot": [18.20747, 85.34776, -49.69595], "rotation": [-1.06109, 10.89245, -11.09481], "uv": [326, 268]}, + {"origin": [20.46105, 82.0717, -49.12848], "size": [3, 2, 2], "pivot": [18.20747, 85.34776, -49.69595], "rotation": [-1.06109, 10.89245, -11.09481], "uv": [322, 113]} + ] + }, + { + "name": "leftspike", + "parent": "spikes", + "pivot": [-19.65001, 82.62638, -49.06364], + "rotation": [0, 12.5, -12.5], + "cubes": [ + {"origin": [-17.46105, 80.1717, -51.12848], "size": [4, 6, 6], "pivot": [-18.20747, 85.34776, -49.69595], "rotation": [-1.06109, -10.89245, 11.09481], "uv": [318, 308]}, + {"origin": [-21.46105, 81.0717, -50.12848], "size": [4, 4, 4], "pivot": [-18.20747, 85.34776, -49.69595], "rotation": [-1.06109, -10.89245, 11.09481], "uv": [326, 276]}, + {"origin": [-23.46105, 82.0717, -49.12848], "size": [3, 2, 2], "pivot": [-18.20747, 85.34776, -49.69595], "rotation": [-1.06109, -10.89245, 11.09481], "uv": [260, 325]} + ] + }, + { + "name": "crest", + "parent": "stupid", + "pivot": [-7.5, 84.23316, -57.94133], + "cubes": [ + {"origin": [2.68567, 88.65121, -52.63325], "size": [0, 10, 12], "pivot": [2.32336, 94.92691, -58.37148], "rotation": [41.01705, 4.36237, 1.43128], "uv": [294, 308]}, + {"origin": [1.44777, 88.45116, -65.22458], "size": [2, 10, 15], "pivot": [2.32336, 94.92691, -58.37148], "rotation": [41.01705, 4.36237, 1.43128], "uv": [136, 272]}, + {"origin": [-2.68567, 88.65121, -52.63325], "size": [0, 10, 12], "pivot": [-2.32336, 94.92691, -58.37148], "rotation": [41.01705, -4.36237, -1.43128], "uv": [0, 310]}, + {"origin": [-2.17797, 86.75111, -70.44932], "size": [2, 4, 8], "pivot": [0, 88.83467, -66.68506], "rotation": [57.95766, -9.44237, -7.41876], "uv": [320, 41]}, + {"origin": [-3.44777, 88.45116, -65.22458], "size": [2, 10, 15], "pivot": [-2.32336, 94.92691, -58.37148], "rotation": [41.01705, -4.36237, -1.43128], "uv": [204, 272]}, + {"origin": [0.17797, 86.75111, -70.44932], "size": [2, 4, 8], "pivot": [0, 88.83467, -66.68506], "rotation": [57.95766, 9.44237, 7.41876], "uv": [188, 317]}, + {"origin": [10.56224, 88.35082, -53.79796], "size": [0, 12, 13], "pivot": [10.19718, 94.77897, -53.1745], "rotation": [31.03242, 23.65449, 0.1292], "uv": [136, 297]}, + {"origin": [2.65546, 86.84965, -70.76559], "size": [2, 4, 10], "pivot": [3.65546, 88.84965, -65.76559], "rotation": [55.44018, 31.05273, 12.95237], "uv": [24, 312]}, + {"origin": [-10.56224, 88.35082, -53.79796], "size": [0, 12, 13], "pivot": [-10.19718, 94.77897, -53.1745], "rotation": [31.03242, -23.65449, -0.1292], "uv": [162, 297]}, + {"origin": [-10.79619, 90.17367, -64.55104], "size": [2, 10, 15], "pivot": [-10.19718, 94.77897, -53.1745], "rotation": [32.77726, -21.01042, -4.71779], "uv": [170, 272]}, + {"origin": [-4.65546, 86.84965, -70.76559], "size": [2, 4, 10], "pivot": [-3.65546, 88.84965, -65.76559], "rotation": [55.44018, -31.05273, -12.95237], "uv": [312, 67]}, + {"origin": [8.79619, 90.17367, -64.55104], "size": [2, 10, 15], "pivot": [10.19718, 94.77897, -53.1745], "rotation": [32.77726, 21.01042, 4.71779], "uv": [136, 247]} + ] + }, + { + "name": "nose", + "parent": "stupid", + "pivot": [-2, 84.23316, -79.14133], + "rotation": [17.5, 0, 0], + "cubes": [ + {"origin": [-3, 77.43936, -71.39311], "size": [6, 7, 6], "inflate": 0.1, "pivot": [0, 80.93936, -68.39311], "rotation": [14.68941, -43.54513, -10.19126], "uv": [76, 313]} + ] + }, + { + "name": "teeth", + "parent": "stupid", + "pivot": [0.5, 77.23316, -49.64133] + }, + { + "name": "teeths3", + "parent": "teeth", + "pivot": [-0.5, 77.23316, -49.64133], + "cubes": [ + {"origin": [6.5, 80.73316, -61.14133], "size": [0, 2, 2], "pivot": [7, 80.73316, -60.64133], "rotation": [-45, 45, 0], "uv": [222, 331]}, + {"origin": [4.5, 80.73316, -63.14133], "size": [0, 2, 2], "pivot": [5, 80.73316, -62.64133], "rotation": [-45, 45, 0], "uv": [20, 332]}, + {"origin": [2.5, 80.73316, -65.14133], "size": [0, 2, 2], "pivot": [3, 80.73316, -64.64133], "rotation": [-45, 45, 0], "uv": [332, 113]}, + {"origin": [0.5, 80.73316, -67.14133], "size": [0, 2, 2], "pivot": [1, 80.73316, -66.64133], "rotation": [-45, 45, 0], "uv": [332, 181]} + ] + }, + { + "name": "teeths2", + "parent": "teeth", + "pivot": [0.5, 77.23316, -49.64133], + "cubes": [ + {"origin": [-6.5, 80.73316, -61.14133], "size": [0, 2, 2], "pivot": [-7, 80.73316, -60.64133], "rotation": [-45, -45, 0], "uv": [302, 223]}, + {"origin": [-4.5, 80.73316, -63.14133], "size": [0, 2, 2], "pivot": [-5, 80.73316, -62.64133], "rotation": [-45, -45, 0], "uv": [302, 227]}, + {"origin": [-2.5, 80.73316, -65.14133], "size": [0, 2, 2], "pivot": [-3, 80.73316, -64.64133], "rotation": [-45, -45, 0], "uv": [132, 313]}, + {"origin": [-0.5, 80.73316, -67.14133], "size": [0, 2, 2], "pivot": [-1, 80.73316, -66.64133], "rotation": [-45, -45, 0], "uv": [132, 317]} + ] + }, + { + "name": "eyes2", + "parent": "JAWTOP", + "pivot": [7.6827, 86.35067, -60.39724], + "rotation": [-11.45534, 1.07094, 4.83065], + "cubes": [ + {"origin": [7.63619, 84.45619, -61.69199], "size": [1, 4, 4], "pivot": [8.20763, 85.93466, -60.1254], "rotation": [34.65747, 43.16811, 6.6271], "uv": [302, 330]}, + {"origin": [7.69331, 86.047, -61.26223], "size": [1, 2, 2], "pivot": [8.16589, 87.02557, -60.19687], "rotation": [34.05052, 42.34567, 5.86148], "uv": [310, 159]}, + {"origin": [7.99331, 86.197, -61.69223], "size": [1, 2, 2], "inflate": -0.4, "pivot": [8.46589, 87.17557, -60.62687], "rotation": [34.05052, 42.34567, 5.86148], "uv": [314, 44]}, + {"origin": [6.39943, 84.61897, -62.34257], "size": [1, 3, 2], "pivot": [7.14943, 85.61897, -61.34257], "rotation": [34.05052, 42.34567, 5.86148], "uv": [134, 113]}, + {"origin": [8.38553, 86.10557, -60.39433], "size": [1, 3, 3], "pivot": [8.88553, 87.10557, -59.39433], "rotation": [34.05052, 42.34567, 5.86148], "uv": [302, 232]}, + {"origin": [8.38553, 87.10557, -57.39433], "size": [1, 1, 1], "pivot": [8.88553, 87.10557, -59.39433], "rotation": [34.05052, 42.34567, 5.86148], "uv": [134, 118]} + ] + }, + { + "name": "eyelid2", + "parent": "eyes2", + "pivot": [9.20763, 85.93466, -60.1254], + "cubes": [ + {"origin": [6.93619, 84.45619, -63.69199], "size": [1, 4, 7], "pivot": [7.50763, 85.93466, -60.1254], "rotation": [34.65747, 43.16811, 6.6271], "uv": [316, 181]} + ] + }, + { + "name": "eyes3", + "parent": "JAWTOP", + "pivot": [-7.6827, 86.35067, -60.39724], + "rotation": [-11.45534, -1.07094, -4.83065], + "cubes": [ + {"origin": [-8.63619, 84.45619, -61.69199], "size": [1, 4, 4], "pivot": [-8.20763, 85.93466, -60.1254], "rotation": [34.65747, -43.16811, -6.6271], "uv": [40, 331]}, + {"origin": [-8.69331, 86.047, -61.26223], "size": [1, 2, 2], "pivot": [-8.16589, 87.02557, -60.19687], "rotation": [34.05052, -42.34567, -5.86148], "uv": [40, 326]}, + {"origin": [-8.99331, 86.197, -61.69223], "size": [1, 2, 2], "inflate": -0.4, "pivot": [-8.46589, 87.17557, -60.62687], "rotation": [34.05052, -42.34567, -5.86148], "uv": [236, 330]}, + {"origin": [-7.39943, 84.61897, -62.34257], "size": [1, 3, 2], "pivot": [-7.14943, 85.61897, -61.34257], "rotation": [34.05052, -42.34567, -5.86148], "uv": [310, 19]}, + {"origin": [-9.38553, 86.10557, -60.39433], "size": [1, 3, 3], "pivot": [-8.88553, 87.10557, -59.39433], "rotation": [34.05052, -42.34567, -5.86148], "uv": [200, 329]}, + {"origin": [-9.38553, 87.10557, -57.39433], "size": [1, 1, 1], "pivot": [-8.88553, 87.10557, -59.39433], "rotation": [34.05052, -42.34567, -5.86148], "uv": [92, 202]} + ] + }, + { + "name": "eyelid1", + "parent": "eyes3", + "pivot": [-9.20763, 85.93466, -60.1254], + "cubes": [ + {"origin": [-7.90619, 84.45619, -63.69199], "size": [1, 4, 7], "pivot": [-7.47763, 85.93466, -60.1254], "rotation": [34.65747, -43.16811, -6.6271], "uv": [132, 322]} + ] + }, + { + "name": "JAWBOT", + "parent": "head", + "pivot": [0.5, 78.23316, -50.29133], + "rotation": [17.5, 0, 0], + "cubes": [ + {"origin": [-0.37, 74.42316, -56.86133], "size": [12.5, 7, 12], "inflate": -0.1, "pivot": [0, 79.92316, -50.61133], "rotation": [-9, 0, 0], "uv": [93, 169]}, + {"origin": [-12.13, 74.42316, -56.86133], "size": [12.5, 7, 12], "inflate": -0.11, "pivot": [0, 79.92316, -50.61133], "rotation": [-9, 0, 0], "uv": [243, 270]}, + {"origin": [-6, 80.73316, -60.29133], "size": [11.5, 3.5, 12], "uv": [92, 187]}, + {"origin": [-11.54594, 75.73316, -66.00885], "size": [17, 7, 17], "pivot": [-2.82843, 82.23316, -53.29133], "rotation": [0, -45, 0], "uv": [68, 247]} + ] + }, + { + "name": "teeths", + "parent": "JAWBOT", + "pivot": [0.5, 78.23316, -50.29133], + "cubes": [ + {"origin": [-6.5, 81.73316, -61.79133], "size": [0, 2, 2], "pivot": [-7, 81.73316, -61.29133], "rotation": [-45, -45, 0], "uv": [238, 272]}, + {"origin": [-4.5, 81.73316, -63.79133], "size": [0, 2, 2], "pivot": [-5, 81.73316, -63.29133], "rotation": [-45, -45, 0], "uv": [238, 276]}, + {"origin": [-2.5, 81.73316, -65.79133], "size": [0, 2, 2], "pivot": [-3, 81.73316, -65.29133], "rotation": [-45, -45, 0], "uv": [238, 280]}, + {"origin": [-0.5, 81.73316, -67.79133], "size": [0, 2, 2], "pivot": [-1, 81.73316, -67.29133], "rotation": [-45, -45, 0], "uv": [238, 284]} + ] + }, + { + "name": "teeths4", + "parent": "teeths", + "pivot": [-8.5, 78.23316, -57.79133], + "rotation": [0, -90, 0], + "cubes": [ + {"origin": [-15.5, 81.73316, -69.29133], "size": [0, 2, 2], "pivot": [-16, 81.73316, -68.79133], "rotation": [-45, -45, 0], "uv": [184, 322]}, + {"origin": [-13.5, 81.73316, -71.29133], "size": [0, 2, 2], "pivot": [-14, 81.73316, -70.79133], "rotation": [-45, -45, 0], "uv": [312, 330]}, + {"origin": [-11.5, 81.73316, -73.29133], "size": [0, 2, 2], "pivot": [-12, 81.73316, -72.79133], "rotation": [-45, -45, 0], "uv": [60, 331]}, + {"origin": [-9.5, 81.73316, -75.29133], "size": [0, 2, 2], "pivot": [-10, 81.73316, -74.79133], "rotation": [-45, -45, 0], "uv": [218, 331]} + ] + }, + { + "name": "hands", + "parent": "tophalf", + "pivot": [-31, -6.5, 1.9] + }, + { + "name": "lshoulder", + "parent": "hands", + "pivot": [14, 64, -15.1], + "rotation": [53.99702, 21.3335, 28.03525], + "cubes": [ + {"origin": [9, 58.5, -22.1], "size": [19, 15, 15], "pivot": [12, 64, -15.35], "rotation": [-90, 0, 0], "uv": [242, 239]} + ] + }, + { + "name": "lforearm", + "parent": "lshoulder", + "pivot": [26.5, 61, -15.6], + "rotation": [0, 25, 0], + "cubes": [ + {"origin": [24, 55, -18.1], "size": [16, 17, 9], "uv": [260, 0]} + ] + }, + { + "name": "lhand", + "parent": "lforearm", + "pivot": [35.81242, 61.51486, -15.7561], + "rotation": [0, 20, 0], + "cubes": [ + {"origin": [34.81242, 52.51486, -18.7561], "size": [24, 22, 11], "uv": [172, 239]} + ] + }, + { + "name": "lfinge", + "parent": "lhand", + "pivot": [15.81242, 129.51486, -2.7561], + "rotation": [0, 0, 177.5], + "cubes": [ + {"origin": [-29.68758, 186.01486, -16.7561], "size": [9, 5, 5], "uv": [312, 93], "mirror": true}, + {"origin": [-32.18758, 186.51486, -19.7561], "size": [5, 4, 4], "pivot": [-40.68758, 185.51486, -19.0061], "rotation": [0, -15, 0], "uv": [148, 322], "mirror": true}, + {"origin": [-34.18758, 187.01486, -22.7561], "size": [5, 3, 3], "pivot": [-42.68758, 186.01486, -22.0061], "rotation": [0, -27.5, 0], "uv": [282, 44], "mirror": true}, + {"origin": [-32.18758, 194.51486, -19.7561], "size": [5, 4, 4], "pivot": [-40.68758, 193.51486, -19.0061], "rotation": [0, -15, 0], "uv": [48, 323], "mirror": true}, + {"origin": [-34.18758, 195.01486, -22.7561], "size": [5, 3, 3], "pivot": [-42.68758, 194.01486, -22.0061], "rotation": [0, -27.5, 0], "uv": [276, 329], "mirror": true}, + {"origin": [-29.68758, 194.01486, -16.7561], "size": [9, 5, 5], "uv": [312, 103], "mirror": true}, + {"origin": [-28.68758, 201.01486, -17.7561], "size": [9, 5, 5], "uv": [48, 313], "mirror": true}, + {"origin": [-32.18758, 201.51486, -20.7561], "size": [5, 4, 4], "pivot": [-40.68758, 200.51486, -20.0061], "rotation": [0, -15, 0], "uv": [208, 323], "mirror": true}, + {"origin": [-34.18758, 202.01486, -23.7561], "size": [5, 3, 3], "pivot": [-42.68758, 201.01486, -23.0061], "rotation": [0, -27.5, 0], "uv": [148, 330], "mirror": true} + ] + }, + { + "name": "lthum", + "parent": "lfinge", + "pivot": [-33.18758, 178.51486, -29.0061], + "rotation": [-51.82753, -23.06707, -46.43707], + "cubes": [ + {"origin": [-18.68758, 178.51486, -23.2561], "size": [8, 5, 5], "uv": [218, 313], "mirror": true}, + {"origin": [-20.18758, 179.01486, -27.2561], "size": [5, 4, 4], "pivot": [-28.68758, 178.01486, -26.5061], "rotation": [0, -22.5, 0], "uv": [166, 322], "mirror": true}, + {"origin": [-22.18758, 179.51486, -30.7561], "size": [5, 3, 3], "pivot": [-30.68758, 178.51486, -30.0061], "rotation": [0, -35, 0], "uv": [298, 44], "mirror": true} + ] + }, + { + "name": "rshoulder", + "parent": "hands", + "pivot": [-14, 64, -15.1], + "rotation": [53.99702, -21.3335, -28.03525], + "cubes": [ + {"origin": [-28, 58.5, -22.1], "size": [19, 15, 15], "pivot": [-12, 64, -15.35], "rotation": [-90, 0, 0], "uv": [242, 239], "mirror": true} + ] + }, + { + "name": "rforearm", + "parent": "rshoulder", + "pivot": [-26.5, 61, -15.6], + "rotation": [0, -25, 0], + "cubes": [ + {"origin": [-40, 55, -18.1], "size": [16, 17, 9], "uv": [260, 0], "mirror": true} + ] + }, + { + "name": "rhand", + "parent": "rforearm", + "pivot": [-35.81242, 61.51486, -15.7561], + "rotation": [0, -20, 0], + "cubes": [ + {"origin": [-58.81242, 52.51486, -18.7561], "size": [24, 22, 11], "uv": [172, 239], "mirror": true} + ] + }, + { + "name": "rfinge", + "parent": "rhand", + "pivot": [-15.81242, 129.51486, -2.7561], + "rotation": [0, 0, -177.5], + "cubes": [ + {"origin": [20.68758, 186.01486, -16.7561], "size": [9, 5, 5], "uv": [312, 93]}, + {"origin": [27.18758, 186.51486, -19.7561], "size": [5, 4, 4], "pivot": [40.68758, 185.51486, -19.0061], "rotation": [0, 15, 0], "uv": [148, 322]}, + {"origin": [29.18758, 187.01486, -22.7561], "size": [5, 3, 3], "pivot": [42.68758, 186.01486, -22.0061], "rotation": [0, 27.5, 0], "uv": [282, 44]}, + {"origin": [27.18758, 194.51486, -19.7561], "size": [5, 4, 4], "pivot": [40.68758, 193.51486, -19.0061], "rotation": [0, 15, 0], "uv": [48, 323]}, + {"origin": [29.18758, 195.01486, -22.7561], "size": [5, 3, 3], "pivot": [42.68758, 194.01486, -22.0061], "rotation": [0, 27.5, 0], "uv": [276, 329]}, + {"origin": [20.68758, 194.01486, -16.7561], "size": [9, 5, 5], "uv": [312, 103]}, + {"origin": [19.68758, 201.01486, -17.7561], "size": [9, 5, 5], "uv": [48, 313]}, + {"origin": [27.18758, 201.51486, -20.7561], "size": [5, 4, 4], "pivot": [40.68758, 200.51486, -20.0061], "rotation": [0, 15, 0], "uv": [208, 323]}, + {"origin": [29.18758, 202.01486, -23.7561], "size": [5, 3, 3], "pivot": [42.68758, 201.01486, -23.0061], "rotation": [0, 27.5, 0], "uv": [148, 330]} + ] + }, + { + "name": "rthum", + "parent": "rfinge", + "pivot": [33.18758, 178.51486, -29.0061], + "rotation": [-51.82753, 23.06707, 46.43707], + "cubes": [ + {"origin": [10.68758, 178.51486, -23.2561], "size": [8, 5, 5], "uv": [218, 313]}, + {"origin": [15.18758, 179.01486, -27.2561], "size": [5, 4, 4], "pivot": [28.68758, 178.01486, -26.5061], "rotation": [0, 22.5, 0], "uv": [166, 322]}, + {"origin": [17.18758, 179.51486, -30.7561], "size": [5, 3, 3], "pivot": [30.68758, 178.51486, -30.0061], "rotation": [0, 35, 0], "uv": [298, 44]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/growlithe_hisuian.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/growlithe_hisuian.geo.json new file mode 100644 index 0000000..9c70842 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/growlithe_hisuian.geo.json @@ -0,0 +1,516 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.growlithe", + "texture_width": 64, + "texture_height": 128, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "growlithe", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "growlithe", + "pivot": [0, 10, -1.5] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 10, 3], + "cubes": [ + {"origin": [-3.5, 6, -2], "size": [7, 7, 8], "uv": [22, 22]} + ] + }, + { + "name": "upper_torso", + "parent": "torso", + "pivot": [0, 10, -1.5], + "cubes": [ + {"origin": [-4, 5, -7.5], "size": [8, 8, 7], "inflate": 0.01, "uv": [0, 15]} + ] + }, + { + "name": "neck", + "parent": "upper_torso", + "pivot": [0, 10.25, -4.5], + "rotation": [30, 0, 0] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 14.25, -5], + "rotation": [-30, 0, 0], + "cubes": [ + {"origin": [-3.5, 12.25, -8.5], "size": [7, 7, 7], "uv": [23, 8]}, + {"origin": [-2.5, 12.45, -8.51], "size": [5, 1, 0], "uv": [52, 40]}, + {"origin": [-1, 18.25, -8.5], "size": [2, 1, 0], "inflate": 0.01, "uv": [28, 7]}, + {"origin": [-3, 13.25, -10.5], "size": [6, 2, 2], "pivot": [0, 13.25, -8.5], "rotation": [-2.5, 0, 0], "uv": [21, 0]} + ] + }, + { + "name": "eyes_open", + "parent": "head", + "pivot": [0, 15, -7.5] + }, + { + "name": "right_eye", + "parent": "eyes_open", + "pivot": [-2.5, 16, -8], + "cubes": [ + {"origin": [-3.5, 15, -8.5], "size": [2, 2, 2], "inflate": 0.01, "uv": [8, 36]}, + {"origin": [-3, 15.5, -8.52], "size": [1, 1, 0], "uv": [4, 1]} + ] + }, + { + "name": "right_eyelid", + "parent": "eyes_open", + "pivot": [-2.4, 16, -7.9], + "cubes": [ + {"origin": [-3.4, 15, -8.4], "size": [2, 2, 2], "inflate": 0.03, "uv": [16, 35]} + ] + }, + { + "name": "left_eye", + "parent": "eyes_open", + "pivot": [2.5, 16, -8], + "cubes": [ + {"origin": [1.5, 15, -8.5], "size": [2, 2, 2], "inflate": 0.01, "uv": [0, 36]}, + {"origin": [2, 15.5, -8.52], "size": [1, 1, 0], "uv": [4, 0]} + ] + }, + { + "name": "left_eyelid", + "parent": "eyes_open", + "pivot": [2.4, 16, -7.9], + "cubes": [ + {"origin": [1.4, 15, -8.4], "size": [2, 2, 2], "inflate": 0.03, "uv": [14, 39]} + ] + }, + { + "name": "jaw", + "parent": "head", + "pivot": [0, 13.25, -8], + "rotation": [-12.5, 0, 0], + "cubes": [ + {"origin": [-2.5, 12.2737, -10.03356], "size": [5, 1, 2], "inflate": 0.01, "uv": [21, 4]} + ] + }, + { + "name": "right_ear", + "parent": "head", + "pivot": [-3.5, 17.75, -4.75], + "rotation": [2.83677, 30.72046, 10.29169], + "cubes": [ + {"origin": [-7.5, 13.75, -4.75], "size": [5, 5, 0], "uv": [37, 0]} + ] + }, + { + "name": "left_ear", + "parent": "head", + "pivot": [3.5, 17.75, -4.75], + "rotation": [2.83677, -30.72046, -10.29169], + "cubes": [ + {"origin": [2.5, 13.75, -4.75], "size": [5, 5, 0], "uv": [37, 0], "mirror": true} + ] + }, + { + "name": "head_fluff", + "parent": "head", + "pivot": [0, 19.25, -6.5], + "cubes": [ + {"origin": [-3.5, 16.25, -8.5], "size": [7, 4, 7], "inflate": 0.03, "uv": [36, 64]}, + {"origin": [0, 18.25, -6.5], "size": [0, 4, 3], "uv": [56, 53]}, + {"origin": [1.5, 18.25, -8], "size": [0, 4, 3], "pivot": [0, 19.25, -6.5], "rotation": [-180, -87.5, 180], "uv": [56, 53]}, + {"origin": [0.7, 15, -9.25], "size": [4, 3, 2], "inflate": 0.03, "pivot": [2, 17.25, -8.5], "rotation": [0, 0, 47.5], "uv": [42, 84]}, + {"origin": [-4.7, 15, -9.25], "size": [4, 3, 2], "inflate": 0.03, "pivot": [-2, 17.25, -8.5], "rotation": [0, 0, -47.5], "uv": [52, 81], "mirror": true}, + {"origin": [-4.9, 14.75, -8], "size": [1, 2, 2], "inflate": 0.03, "pivot": [0, 19.25, -6.5], "rotation": [0, 0, -12.5], "uv": [58, 59], "mirror": true}, + {"origin": [3.9, 14.75, -8], "size": [1, 2, 2], "inflate": 0.03, "pivot": [0, 19.25, -6.5], "rotation": [0, 0, 12.5], "uv": [58, 63]} + ] + }, + { + "name": "bone", + "parent": "head_fluff", + "pivot": [4, 15.25, -3.5], + "cubes": [ + {"origin": [1.5, 12.25, -6.5], "size": [3, 3, 3], "inflate": 0.03, "pivot": [4, 15.25, -3.5], "rotation": [21.17283, -18.74724, -7.09597], "uv": [52, 75]}, + {"origin": [2, 12.75, -3.5], "size": [3, 3, 3], "inflate": 0.03, "pivot": [4, 15.25, -3.5], "rotation": [20, 0, 0], "uv": [30, 78]}, + {"origin": [-0.5, 13.75, -2.5], "size": [3, 3, 3], "inflate": 0.03, "pivot": [4, 15.25, -3.5], "rotation": [0, 10, 0], "uv": [30, 84]} + ] + }, + { + "name": "bone2", + "parent": "head_fluff", + "pivot": [-4, 15.25, -3.5], + "cubes": [ + {"origin": [-4.5, 12.25, -6.5], "size": [3, 3, 3], "inflate": 0.03, "pivot": [-4, 15.25, -3.5], "rotation": [21.17283, 18.74724, 7.09597], "uv": [52, 75], "mirror": true}, + {"origin": [-5, 12.75, -3.5], "size": [3, 3, 3], "inflate": 0.03, "pivot": [-4, 15.25, -3.5], "rotation": [20, 0, 0], "uv": [30, 78], "mirror": true}, + {"origin": [-2.5, 13.75, -2.5], "size": [3, 3, 3], "inflate": 0.03, "pivot": [-4, 15.25, -3.5], "rotation": [0, -10, 0], "uv": [30, 84], "mirror": true} + ] + }, + { + "name": "teeth", + "parent": "head", + "pivot": [0, 14.4, -4.75] + }, + { + "name": "left_tooth", + "parent": "teeth", + "pivot": [2.15, 13.5, -9.65], + "cubes": [ + {"origin": [1.65, 13, -9.65], "size": [1, 1, 0], "pivot": [2.15, 13.5, -9.65], "rotation": [-33.16757, -28.26351, 54.0759], "uv": [0, 73]} + ] + }, + { + "name": "right_tooth", + "parent": "teeth", + "pivot": [-2.15, 13.5, -9.65], + "cubes": [ + {"origin": [-2.65, 13, -9.65], "size": [1, 1, 0], "pivot": [-2.15, 13.5, -9.65], "rotation": [-33.16757, 28.26351, -54.0759], "uv": [0, 73], "mirror": true} + ] + }, + { + "name": "chest_fluff", + "parent": "upper_torso", + "pivot": [0, 9.9, -6.5], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-3, 4.9, -9], "size": [6, 7, 3], "inflate": 0.01, "uv": [29, 47]}, + {"origin": [-1.5, 4.98724, -10.9981], "size": [3, 3, 3], "inflate": 0.01, "pivot": [0, 9.9, -6.5], "rotation": [10, 0, 0], "uv": [27, 72]} + ] + }, + { + "name": "bone4", + "parent": "chest_fluff", + "pivot": [0, 0, 1], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [-1, 7.15, -9.21], "size": [1, 2, 0], "uv": [62, 67]}, + {"origin": [-0.5, 7.15, -9.21], "size": [1, 2, 0], "uv": [62, 67]}, + {"origin": [0, 7.7, -9.22], "size": [1, 1, 0], "uv": [2, 2]}, + {"origin": [-1.5, 6.75, -9.2], "size": [2, 2, 0], "uv": [60, 0]}, + {"origin": [-1, 6.75, -9.2], "size": [2, 2, 0], "uv": [60, 0]} + ] + }, + { + "name": "bone6", + "parent": "chest_fluff", + "pivot": [0, 9.9, -6.5], + "rotation": [14.0019, 44.136, 9.8511], + "cubes": [ + {"origin": [-1.5, 4.98724, -10.9981], "size": [3, 3, 3], "uv": [40, 75], "mirror": true} + ] + }, + { + "name": "bone9", + "parent": "bone6", + "pivot": [0, -1, -1], + "cubes": [ + {"origin": [-1, 5.95, -11.03], "size": [1, 2, 0], "uv": [62, 67]}, + {"origin": [-0.5, 5.95, -11.03], "size": [1, 2, 0], "uv": [62, 67]}, + {"origin": [0, 6.5, -11.04], "size": [1, 1, 0], "uv": [2, 2]}, + {"origin": [-1.5, 5.5, -11], "size": [2, 2, 0], "uv": [60, 0]}, + {"origin": [-1, 5.5, -11.02], "size": [2, 2, 0], "uv": [60, 0]} + ] + }, + { + "name": "bone7", + "parent": "chest_fluff", + "pivot": [0, 9.9, -6.5], + "rotation": [14.0019, -44.136, -9.8511], + "cubes": [ + {"origin": [-1.5, 4.98724, -10.9981], "size": [3, 3, 3], "uv": [40, 75], "mirror": true} + ] + }, + { + "name": "bone8", + "parent": "bone7", + "pivot": [0, -1, -1], + "cubes": [ + {"origin": [-0.5, 5.95, -11.03], "size": [1, 2, 0], "uv": [62, 67], "mirror": true}, + {"origin": [-1, 5.95, -11.03], "size": [1, 2, 0], "uv": [62, 67], "mirror": true}, + {"origin": [0, 6.5, -11.04], "size": [1, 1, 0], "uv": [2, 2], "mirror": true}, + {"origin": [-1, 5.5, -11], "size": [2, 2, 0], "uv": [60, 0], "mirror": true}, + {"origin": [-1.5, 5.5, -11.02], "size": [2, 2, 0], "uv": [60, 0], "mirror": true} + ] + }, + { + "name": "left_chest_fluff", + "parent": "chest_fluff", + "pivot": [3, 7.9, -8], + "rotation": [0, -45, 0] + }, + { + "name": "right_chest_fluff", + "parent": "chest_fluff", + "pivot": [-3, 7.9, -8], + "rotation": [0, 45, 0] + }, + { + "name": "bottom_chest_fluff", + "parent": "chest_fluff", + "pivot": [0, 4.9, -8], + "rotation": [22.5, 0, 0] + }, + { + "name": "front_chest_fluff", + "parent": "chest_fluff", + "pivot": [0, 9.9, -9], + "rotation": [-15, 0, 0] + }, + { + "name": "front_chest_fluff2", + "parent": "chest_fluff", + "pivot": [0, 7.4, -9], + "rotation": [-15, 0, 0] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 12.5, 5.5], + "rotation": [-45, 0, 0], + "cubes": [ + {"origin": [-3, 11.5, 3], "size": [6, 5, 5], "inflate": 0.05, "uv": [3, 2]} + ] + }, + { + "name": "bone3", + "parent": "tail", + "pivot": [0, 13.5, 6.5], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [-1.5, 15.32308, 2.5], "size": [3, 3, 3], "inflate": 0.051, "pivot": [0, 15.5, 2.5], "rotation": [60, 0, 0], "uv": [51, 4]}, + {"origin": [-1.5, 14, 3.5], "size": [3, 6, 3], "inflate": 0.05, "pivot": [0, 13.5, 6.5], "rotation": [37.5, 0, 0], "uv": [15, 73]} + ] + }, + { + "name": "bone5", + "parent": "bone3", + "pivot": [11, 13.69615, 8.52628], + "rotation": [90, 30, 90], + "cubes": [ + {"origin": [10, 20.1, -0.91], "size": [1, 2, 0], "uv": [62, 67]}, + {"origin": [10.5, 20.1, -0.91], "size": [1, 2, 0], "uv": [62, 67]}, + {"origin": [11, 21, -0.9], "size": [1, 1, 0], "uv": [1, 2]}, + {"origin": [9.5, 19.6, -0.92], "size": [2, 2, 0], "uv": [60, 0]}, + {"origin": [9.5, 20.6, -0.92], "size": [2, 2, 0], "uv": [60, 2]}, + {"origin": [10, 19.6, -0.915], "size": [2, 2, 0], "uv": [60, 0]} + ] + }, + { + "name": "bone10", + "parent": "bone3", + "pivot": [-11, 13.69615, 8.52628], + "rotation": [90, -30, -90], + "cubes": [ + {"origin": [-11, 20.1, -0.91], "size": [1, 2, 0], "uv": [62, 67], "mirror": true}, + {"origin": [-11.5, 20.1, -0.91], "size": [1, 2, 0], "uv": [62, 67], "mirror": true}, + {"origin": [-12, 21, -0.9], "size": [1, 1, 0], "uv": [1, 2], "mirror": true}, + {"origin": [-11.5, 19.6, -0.92], "size": [2, 2, 0], "uv": [60, 0], "mirror": true}, + {"origin": [-11.5, 20.6, -0.92], "size": [2, 2, 0], "uv": [60, 2], "mirror": true}, + {"origin": [-12, 19.6, -0.915], "size": [2, 2, 0], "uv": [60, 0], "mirror": true} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 19.5, 2], + "rotation": [-65, 0, 0], + "cubes": [ + {"origin": [-2, 19.5, 3], "size": [4, 4, 4], "inflate": 0.05, "uv": [0, 81]} + ] + }, + { + "name": "tail_fluff", + "parent": "tail2", + "pivot": [0, 21.5, 7.5], + "rotation": [-20, 0, 0], + "cubes": [ + {"origin": [-1, 16, 5], "size": [2, 3, 3], "inflate": 0.051, "pivot": [0, 12.5, 5.5], "rotation": [45, 0, 0], "uv": [44, 1]}, + {"origin": [-1, 12.5, -2], "size": [2, 5, 3], "inflate": 0.05, "pivot": [0, 7.5, 10.5], "rotation": [-22.5, 0, 0], "uv": [5, 73]} + ] + }, + { + "name": "bone11", + "parent": "tail_fluff", + "pivot": [11, 20.69615, 8.52628], + "rotation": [90, -45, 90], + "cubes": [ + {"origin": [9, 27.1, -1.41], "size": [1, 2, 0], "uv": [62, 67]}, + {"origin": [9.5, 27.1, -1.41], "size": [1, 2, 0], "uv": [62, 67]}, + {"origin": [8.5, 27.6, -1.4], "size": [1, 1, 0], "uv": [1, 2]}, + {"origin": [8.5, 26.6, -1.42], "size": [2, 2, 0], "uv": [60, 0]}, + {"origin": [10, 27.15, -1.42], "size": [2, 2, 0], "uv": [60, 2]}, + {"origin": [9, 26.6, -1.42], "size": [2, 2, 0], "uv": [60, 0]} + ] + }, + { + "name": "bone12", + "parent": "tail_fluff", + "pivot": [-11, 20.69615, 8.52628], + "rotation": [90, 45, -90], + "cubes": [ + {"origin": [-10, 27.1, -1.41], "size": [1, 2, 0], "uv": [62, 67], "mirror": true}, + {"origin": [-10.5, 27.1, -1.41], "size": [1, 2, 0], "uv": [62, 67], "mirror": true}, + {"origin": [-9.5, 27.6, -1.4], "size": [1, 1, 0], "uv": [1, 2], "mirror": true}, + {"origin": [-10.5, 26.6, -1.42], "size": [2, 2, 0], "uv": [60, 0], "mirror": true}, + {"origin": [-12, 27.15, -1.42], "size": [2, 2, 0], "uv": [60, 2], "mirror": true}, + {"origin": [-11, 26.6, -1.42], "size": [2, 2, 0], "uv": [60, 0], "mirror": true} + ] + }, + { + "name": "left_tail_fluff", + "parent": "tail2", + "pivot": [1.5, 26.5, 3.5], + "rotation": [20, 0, 0] + }, + { + "name": "right_tail_fluff", + "parent": "tail2", + "pivot": [-1.5, 26.5, 3.5], + "rotation": [20, 0, 0] + }, + { + "name": "left_shoulder", + "parent": "body", + "pivot": [3.25, 9, -4.5], + "cubes": [ + {"origin": [1.75, 4.75, -6], "size": [3, 6, 3], "uv": [12, 64]} + ] + }, + { + "name": "left_elbow", + "parent": "left_shoulder", + "pivot": [3.25, 4.75, -3], + "cubes": [ + {"origin": [1.75, 0.75, -6], "size": [3, 4, 3], "inflate": 0.01, "uv": [9, 57]} + ] + }, + { + "name": "left_frontpaw", + "parent": "left_elbow", + "pivot": [3.25, 1.75, -4.5], + "cubes": [ + {"origin": [1.75, 0, -6.25], "size": [3, 2, 3], "inflate": 0.02, "uv": [21, 57]} + ] + }, + { + "name": "left_front_claws", + "parent": "left_frontpaw", + "pivot": [3.25, 0, -6.25], + "cubes": [ + {"origin": [4.25, 0, -8.25], "size": [0, 2, 2], "uv": [0, 40]}, + {"origin": [2.25, 0, -8.25], "size": [0, 2, 2], "uv": [40, 37]} + ] + }, + { + "name": "right_shoulder", + "parent": "body", + "pivot": [-3.25, 9, -4.5], + "cubes": [ + {"origin": [-4.75, 4.75, -6], "size": [3, 6, 3], "uv": [0, 51]} + ] + }, + { + "name": "right_elbow", + "parent": "right_shoulder", + "pivot": [-3.25, 4.75, -3], + "cubes": [ + {"origin": [-4.75, 0.75, -6], "size": [3, 4, 3], "inflate": 0.01, "uv": [52, 28]} + ] + }, + { + "name": "right_frontpaw", + "parent": "right_elbow", + "pivot": [-3.25, 1.75, -4.5], + "cubes": [ + {"origin": [-4.75, 0, -6.25], "size": [3, 2, 3], "inflate": 0.02, "uv": [0, 61]} + ] + }, + { + "name": "right_front_claws", + "parent": "right_frontpaw", + "pivot": [-3.25, 0, -6.25], + "cubes": [ + {"origin": [-4.25, 0, -8.25], "size": [0, 2, 2], "uv": [40, 35]}, + {"origin": [-2.25, 0, -8.25], "size": [0, 2, 2], "uv": [0, 38]} + ] + }, + { + "name": "left_thigh", + "parent": "body", + "pivot": [3.5, 9.25, 3.25], + "cubes": [ + {"origin": [2, 5.5, 1], "size": [3, 6, 5], "inflate": 0.01, "uv": [13, 46]} + ] + }, + { + "name": "left_knee", + "parent": "left_thigh", + "pivot": [3.5, 5.5, 1], + "rotation": [45, 0, 0], + "cubes": [ + {"origin": [2, 0.5, 1], "size": [3, 5, 4], "uv": [24, 62]} + ] + }, + { + "name": "left_ankle", + "parent": "left_knee", + "pivot": [3.5, 0.5, 5], + "rotation": [-45, 0, 0], + "cubes": [ + {"origin": [2, -3.5, 2], "size": [3, 4, 3], "inflate": -0.01, "uv": [44, 56]} + ] + }, + { + "name": "left_foot", + "parent": "left_ankle", + "pivot": [3.5, -3.25, 3.5], + "cubes": [ + {"origin": [2, -4.25, 1.25], "size": [3, 2, 3], "inflate": 0.02, "uv": [52, 35]} + ] + }, + { + "name": "right_thigh", + "parent": "body", + "pivot": [-3.5, 9.25, 3.25], + "cubes": [ + {"origin": [-5, 5.5, 1], "size": [3, 6, 5], "inflate": 0.01, "uv": [46, 17]} + ] + }, + { + "name": "right_knee", + "parent": "right_thigh", + "pivot": [-3.5, 5.5, 1], + "rotation": [45, 0, 0], + "cubes": [ + {"origin": [-5, 0.5, 1], "size": [3, 5, 4], "uv": [47, 47]} + ] + }, + { + "name": "right_ankle", + "parent": "right_knee", + "pivot": [-3.5, 0.5, 5], + "rotation": [-45, 0, 0], + "cubes": [ + {"origin": [-5, -3.5, 2], "size": [3, 4, 3], "inflate": -0.01, "uv": [0, 66]} + ] + }, + { + "name": "right_foot", + "parent": "right_ankle", + "pivot": [-3.5, -3.25, 3.5], + "cubes": [ + {"origin": [-5, -4.25, 1.25], "size": [3, 2, 3], "inflate": 0.02, "uv": [44, 10]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/guzzlord/guzzlord.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/guzzlord/guzzlord.geo.json new file mode 100644 index 0000000..5b35a58 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/guzzlord/guzzlord.geo.json @@ -0,0 +1,478 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.guzzlord", + "texture_width": 2048, + "texture_height": 1024, + "visible_bounds_width": 50, + "visible_bounds_height": 22, + "visible_bounds_offset": [0, 8, 0] + }, + "bones": [ + { + "name": "all", + "pivot": [0, 0, 0] + }, + { + "name": "rotation", + "parent": "all", + "pivot": [0, 0, 0], + "rotation": [0, 180, 0] + }, + { + "name": "body", + "parent": "rotation", + "pivot": [0, 43.425, -2.47222], + "cubes": [ + {"origin": [-86, 168.75, 36.5], "size": [172, 0, 44], "uv": [-44, 936]}, + {"origin": [86, 17, 36.5], "size": [0, 152, 44], "uv": [936, 676]}, + {"origin": [-86, 17, 36.5], "size": [0, 152, 44], "uv": [936, 524]}, + {"origin": [-86, 30.9, 36.5], "size": [172, 0, 44], "uv": [-44, 980]}, + {"origin": [-86, 17, -80.5], "size": [172, 152, 161], "uv": [0, 0]}, + {"origin": [-86, 17, 80.5], "size": [172, 152, 0], "uv": [1420, 872]}, + {"origin": [26, 11, -11.5], "size": [22, 19, 94], "uv": [618, 629]}, + {"origin": [34, 15, 80.5], "size": [6, 35, 4], "uv": [756, 684]}, + {"origin": [37, 13, 82.5], "size": [0, 35, 12], "uv": [776, 676]}, + {"origin": [-11, 11, -11.5], "size": [22, 19, 94], "uv": [618, 629]}, + {"origin": [-3, 15, 80.5], "size": [6, 35, 4], "uv": [756, 684]}, + {"origin": [0, 13, 82.5], "size": [0, 35, 12], "uv": [776, 676]}, + {"origin": [-48, 11, -11.5], "size": [22, 19, 94], "uv": [618, 629]}, + {"origin": [-40, 15, 80.5], "size": [6, 35, 4], "uv": [756, 684]}, + {"origin": [-37, 13, 82.5], "size": [0, 35, 12], "uv": [776, 676]}, + {"origin": [0, 133, -119.5], "size": [0, 110, 125], "uv": [0, 348]}, + {"origin": [-86, 17, 36.5], "size": [172, 152, 0], "uv": [680, 872]}, + {"origin": [-64, 169, -52.5], "size": [128, 27, 133], "uv": [0, 313]} + ] + }, + { + "name": "wing_small_left", + "parent": "body", + "pivot": [-86, 75, -50.5], + "cubes": [ + {"origin": [-112, 59, -50.5], "size": [26, 33, 0], "uv": [107, 79]} + ] + }, + { + "name": "wing_big_left", + "parent": "body", + "pivot": [-86, 133, -50.5], + "cubes": [ + {"origin": [-112, 115, -50.5], "size": [26, 33, 0], "uv": [0, 717]} + ] + }, + { + "name": "wing_small_right", + "parent": "body", + "pivot": [86, 75, -50.5], + "cubes": [ + {"origin": [86, 59, -50.5], "size": [26, 33, 0], "uv": [107, 0]} + ] + }, + { + "name": "wing_big_right", + "parent": "body", + "pivot": [86, 133, -50.5], + "cubes": [ + {"origin": [86, 115, -50.5], "size": [26, 33, 0], "uv": [389, 313]} + ] + }, + { + "name": "tongue", + "parent": "body", + "pivot": [0, 57.61227, -28.66551], + "cubes": [ + {"origin": [-42, 27, -48.5], "size": [84, 41, 114], "uv": [1024, 869]}, + {"origin": [-41.5, 68, -34.5], "size": [83, 17, 0], "uv": [1138, 845]}, + {"origin": [-42, 68, -18.5], "size": [84, 17, 0], "uv": [1138, 828]}, + {"origin": [-41.5, 68, -1.5], "size": [83, 17, 0], "uv": [1138, 845]}, + {"origin": [-42, 68, 14.5], "size": [84, 17, 0], "uv": [1138, 828]}, + {"origin": [-41.5, 68, 31.5], "size": [83, 17, 0], "uv": [1138, 845]}, + {"origin": [-42, 68, 46.5], "size": [84, 17, 0], "uv": [1138, 828]}, + {"origin": [-41.5, 68, 65.5], "size": [83, 17, 0], "pivot": [0, 68, 65.5], "rotation": [-45, 0, 0], "uv": [1138, 845]}, + {"origin": [-42, 46, 65.5], "size": [84, 17, 0], "pivot": [0, 46, 65.5], "rotation": [-90, 0, 0], "uv": [1138, 828]} + ] + }, + { + "name": "tail_1", + "parent": "body", + "pivot": [0, 82, -80.5], + "cubes": [ + {"origin": [-64, 26, -160.5], "size": [128, 107, 80], "uv": [442, 393]}, + {"origin": [0, 133, -123], "size": [0, 14, 23], "uv": [141, 718]}, + {"origin": [0, 133, -158], "size": [0, 14, 23], "uv": [141, 718]} + ] + }, + { + "name": "tail_2", + "parent": "tail_1", + "pivot": [0, 65, -160.5], + "cubes": [ + {"origin": [-41.5, 29, -238.5], "size": [83, 77, 78], "uv": [505, 0]}, + {"origin": [0, 106, -197], "size": [0, 14, 23], "uv": [858, 450]}, + {"origin": [0, 106, -227], "size": [0, 8, 15], "uv": [0, 28]} + ] + }, + { + "name": "tail_3", + "parent": "tail_2", + "pivot": [0, 76, -238.5], + "cubes": [ + {"origin": [-25.5, 35, -285.5], "size": [51, 52, 47], "uv": [558, 753]}, + {"origin": [0, 87, -270], "size": [0, 8, 15], "uv": [0, 28]} + ] + }, + { + "name": "tail_4", + "parent": "tail_3", + "pivot": [0, 60.5, -285.5], + "cubes": [ + {"origin": [-16.5, 44, -297.5], "size": [33, 33, 21], "uv": [389, 387]} + ] + }, + { + "name": "tail_5", + "parent": "tail_4", + "pivot": [0, 60.5, -297.5], + "cubes": [ + {"origin": [-30.1, 83, -307], "size": [0, 28, 18], "pivot": [-30.5, 92, -298], "rotation": [-45, -45, 0], "uv": [36, 61]}, + {"origin": [41.52868, 76, -296.62868], "size": [0, 28, 18], "pivot": [41.37868, 106, -286.37868], "rotation": [-45, 45, 0], "uv": [36, 61]}, + {"origin": [-30.5, 31, -358.5], "size": [61, 61, 61], "uv": [0, 595]}, + {"origin": [-60.25, 66.25, -337], "size": [0, 28, 18], "pivot": [-43.25, 79, -328], "rotation": [0, 0, -90], "uv": [36, 61]}, + {"origin": [-44.5, 48, -337], "size": [0, 28, 18], "pivot": [-44.5, 62, -328], "rotation": [0, -90, -90], "uv": [36, 61]}, + {"origin": [0, 92, -337], "size": [0, 28, 18], "pivot": [0, 106, -328], "rotation": [0, -90, 0], "uv": [36, 61]}, + {"origin": [0, 92, -337], "size": [0, 28, 18], "uv": [36, 61]}, + {"origin": [39.85, -11.75, -297.8], "size": [0, 28, 18], "pivot": [40.5, 17, -288.5], "rotation": [-135, 45, 0], "uv": [36, 61]}, + {"origin": [-39.5, -11.25, -298.3], "size": [0, 28, 18], "pivot": [-39.5, 17, -288.5], "rotation": [-135, -45, 0], "uv": [36, 61]}, + {"origin": [0, 3, -337], "size": [0, 28, 18], "pivot": [0, 17, -328], "rotation": [180, -90, 0], "uv": [36, 61]}, + {"origin": [0, 3, -337], "size": [0, 28, 18], "pivot": [0, 17, -328], "rotation": [180, 0, 0], "uv": [36, 61]}, + {"origin": [39.3, -10.5, -375.2], "size": [0, 28, 18], "pivot": [38.5, 17, -367.5], "rotation": [135, -45, 0], "uv": [36, 61]}, + {"origin": [-39.5, -11, -375.6], "size": [0, 28, 18], "pivot": [-39.5, 17, -367.5], "rotation": [135, 45, 0], "uv": [36, 61]}, + {"origin": [0, 48, -381.5], "size": [0, 28, 18], "pivot": [0, 62, -372.5], "rotation": [90, 0, 90], "uv": [36, 61]}, + {"origin": [0, 63.5, -394], "size": [0, 28, 18], "pivot": [0, 76, -371], "rotation": [90, 0, 0], "uv": [36, 61]}, + {"origin": [-39.79289, 77.5, -377.45711], "size": [0, 28, 18], "pivot": [-39.79289, 106, -368.20711], "rotation": [45, 45, 0], "uv": [36, 61]}, + {"origin": [33.93934, 80.80761, -371.06066], "size": [0, 28, 18], "pivot": [33.93934, 96.80761, -362.06066], "rotation": [45, -45, 0], "uv": [36, 61]}, + {"origin": [44.5, 48, -337], "size": [0, 28, 18], "pivot": [44.5, 62, -328], "rotation": [0, 0, 90], "uv": [36, 61]}, + {"origin": [44.5, 48, -337], "size": [0, 28, 18], "pivot": [44.5, 62, -328], "rotation": [0, -90, 90], "uv": [36, 61]} + ] + }, + { + "name": "head_small", + "parent": "body", + "pivot": [0, 196, 30.5], + "cubes": [ + {"origin": [-17, 196, 13.5], "size": [34, 11, 34], "uv": [485, 313]}, + {"origin": [-14, 207, 16.5], "size": [28, 13, 28], "uv": [250, 473]}, + {"origin": [-9, 220, 21.5], "size": [18, 7, 18], "uv": [537, 367]}, + {"origin": [-5, 227, 25.5], "size": [10, 7, 10], "uv": [0, 0]}, + {"origin": [-3, 212, 44.5], "size": [6, 16, 6], "uv": [105, 392]}, + {"origin": [0, 228, 44.5], "size": [0, 8, 6], "uv": [30, 29]}, + {"origin": [-20, 212, 27.5], "size": [6, 16, 6], "uv": [0, 392]}, + {"origin": [-20, 228, 30.5], "size": [6, 8, 0], "uv": [36, 25]}, + {"origin": [14, 212, 27.5], "size": [6, 16, 6], "uv": [81, 392]}, + {"origin": [14, 228, 30.5], "size": [6, 8, 0], "uv": [30, 0]}, + {"origin": [-3, 212, 10.5], "size": [6, 16, 6], "uv": [0, 313]}, + {"origin": [0, 228, 10.5], "size": [0, 8, 6], "uv": [27, 11]} + ] + }, + { + "name": "horn_left", + "parent": "body", + "pivot": [-24.75, 196, 33.5], + "rotation": [0, 0, -20], + "cubes": [ + {"origin": [-52, 196, 20], "size": [27, 21, 27], "uv": [646, 580]}, + {"origin": [-49, 217, 20], "size": [24, 21, 27], "uv": [666, 155]} + ] + }, + { + "name": "horn_left_tip", + "parent": "horn_left", + "pivot": [-41, 238, 33.5], + "rotation": [0, 0, 40], + "cubes": [ + {"origin": [-41, 238, 24], "size": [16, 30, 19], "uv": [754, 580]}, + {"origin": [-36, 268, 24], "size": [11, 8, 19], "uv": [848, 413]} + ] + }, + { + "name": "horn_right", + "parent": "body", + "pivot": [24.75, 196, 33.5], + "rotation": [0, 0, 20], + "cubes": [ + {"origin": [25, 217, 20], "size": [24, 21, 27], "uv": [344, 656]}, + {"origin": [25, 196, 20], "size": [27, 21, 27], "uv": [0, 392]} + ] + }, + { + "name": "horn_right_tip", + "parent": "horn_right", + "pivot": [41, 238, 33.5], + "rotation": [0, 0, -40], + "cubes": [ + {"origin": [25, 238, 24], "size": [16, 30, 19], "uv": [778, 418]}, + {"origin": [25, 268, 24], "size": [11, 8, 19], "uv": [848, 440]} + ] + }, + { + "name": "arm_right", + "parent": "body", + "pivot": [71, 169, 27.25], + "cubes": [ + {"origin": [57, 169, 13], "size": [29, 50, 29], "uv": [754, 753]}, + {"origin": [86, 209, 27], "size": [5, 9, 0], "uv": [0, 0]} + ] + }, + { + "name": "forearm_right", + "parent": "arm_right", + "pivot": [71.5, 219, 27.5], + "cubes": [ + {"origin": [61, 219, 17], "size": [21, 50, 21], "uv": [214, 755]} + ] + }, + { + "name": "hand_right", + "parent": "forearm_right", + "pivot": [71.5, 269, 27.5], + "cubes": [ + {"origin": [60, 269, 16], "size": [23, 15, 23], "uv": [598, 347]} + ] + }, + { + "name": "finger_right_1", + "parent": "hand_right", + "pivot": [71.5, 276.5, 16], + "cubes": [ + {"origin": [65, 270, -1], "size": [13, 13, 17], "uv": [448, 580]}, + {"origin": [67, 272, -10], "size": [9, 9, 9], "uv": [0, 79]} + ] + }, + { + "name": "finger_right_2", + "parent": "hand_right", + "pivot": [83, 276.5, 38.5], + "cubes": [ + {"origin": [83, 270, 32], "size": [17, 13, 13], "uv": [0, 613]}, + {"origin": [100, 272, 34], "size": [9, 9, 9], "uv": [0, 97]} + ] + }, + { + "name": "finger_right_3", + "parent": "hand_right", + "pivot": [60, 276.5, 38.5], + "cubes": [ + {"origin": [43, 270, 32], "size": [17, 13, 13], "uv": [448, 610]}, + {"origin": [34, 272, 34], "size": [9, 9, 9], "uv": [0, 17]} + ] + }, + { + "name": "arm_left", + "parent": "body", + "pivot": [-71, 169, 27.25], + "cubes": [ + {"origin": [-86, 169, 13], "size": [29, 50, 29], "uv": [0, 313]}, + {"origin": [-91, 209, 27], "size": [5, 9, 0], "uv": [40, 8]} + ] + }, + { + "name": "forearm_left", + "parent": "arm_left", + "pivot": [-71.5, 219, 27.5], + "cubes": [ + {"origin": [-82, 219, 17], "size": [21, 50, 21], "uv": [778, 347]} + ] + }, + { + "name": "hand_left", + "parent": "forearm_left", + "pivot": [-71.5, 269, 27.5], + "cubes": [ + {"origin": [-83, 269, 16], "size": [23, 15, 23], "uv": [501, 719]} + ] + }, + { + "name": "finger_left_1", + "parent": "hand_left", + "pivot": [-71.5, 276.5, 16], + "cubes": [ + {"origin": [-78, 270, -1], "size": [13, 13, 17], "uv": [0, 583]}, + {"origin": [-76, 272, -10], "size": [9, 9, 9], "uv": [87, 313]} + ] + }, + { + "name": "finger_left_2", + "parent": "hand_left", + "pivot": [-83, 276.5, 38.5], + "cubes": [ + {"origin": [-100, 270, 32], "size": [17, 13, 13], "uv": [707, 753]}, + {"origin": [-109, 272, 34], "size": [9, 9, 9], "uv": [107, 112]} + ] + }, + { + "name": "finger_left_3", + "parent": "hand_left", + "pivot": [-60, 276.5, 38.5], + "cubes": [ + {"origin": [-60, 270, 32], "size": [17, 13, 13], "uv": [666, 203]}, + {"origin": [-43, 272, 34], "size": [9, 9, 9], "uv": [107, 33]} + ] + }, + { + "name": "muncher_left_1", + "parent": "body", + "pivot": [-65, 24, 44], + "cubes": [ + {"origin": [-82, 7, 44], "size": [34, 34, 76], "uv": [590, 237]} + ] + }, + { + "name": "muncher_left_2", + "parent": "muncher_left_1", + "pivot": [-65, 24, 120], + "cubes": [ + {"origin": [-79, 10, 120], "size": [28, 28, 51], "uv": [0, 0]}, + {"origin": [-65, 38, 155], "size": [0, 8, 15], "uv": [0, 28]} + ] + }, + { + "name": "muncher_left_3", + "parent": "muncher_left_2", + "pivot": [-65, 24, 171], + "cubes": [ + {"origin": [-76, 13, 171], "size": [22, 22, 52], "uv": [389, 313]}, + {"origin": [-65, 35, 192], "size": [0, 8, 15], "uv": [0, 28]} + ] + }, + { + "name": "muncher_left_head", + "parent": "muncher_left_3", + "pivot": [-65, 24, 223.5], + "cubes": [ + {"origin": [-90, 13, 223], "size": [50, 38, 57], "inflate": 0.1, "uv": [0, 717]} + ] + }, + { + "name": "muncher_left_jaw", + "parent": "muncher_left_head", + "pivot": [-65, 24, 223.5], + "cubes": [ + {"origin": [-90, 1, 223], "size": [50, 38, 57], "uv": [187, 660]} + ] + }, + { + "name": "muncher_right_1", + "parent": "body", + "pivot": [64, 24, 44], + "cubes": [ + {"origin": [48, 7, 44], "size": [34, 34, 76], "uv": [590, 237]} + ] + }, + { + "name": "muncher_right_2", + "parent": "muncher_right_1", + "pivot": [65, 24, 120], + "cubes": [ + {"origin": [51, 10, 120], "size": [28, 28, 51], "uv": [0, 0]}, + {"origin": [65, 38, 155], "size": [0, 8, 15], "uv": [0, 28]} + ] + }, + { + "name": "muncher_right_3", + "parent": "muncher_right_2", + "pivot": [64, 24, 171], + "cubes": [ + {"origin": [54, 13, 171], "size": [22, 22, 52], "uv": [389, 313]}, + {"origin": [65, 35, 192], "size": [0, 8, 15], "uv": [0, 28]} + ] + }, + { + "name": "muncher_right_head", + "parent": "muncher_right_3", + "pivot": [65, 24, 223.5], + "cubes": [ + {"origin": [40, 13, 223], "size": [50, 38, 57], "inflate": 0.1, "uv": [0, 717]} + ] + }, + { + "name": "muncher_right_jaw", + "parent": "muncher_right_head", + "pivot": [65, 24, 223.5], + "cubes": [ + {"origin": [40, 1, 223], "size": [50, 38, 57], "uv": [187, 660]} + ] + }, + { + "name": "tusk_right", + "parent": "body", + "pivot": [69, 140, 74], + "cubes": [ + {"origin": [61, 132, 84], "size": [18, 43, 18], "uv": [505, 0]}, + {"origin": [61, 175, 84], "size": [12, 16, 18], "uv": [382, 509]}, + {"origin": [61, 132, 66], "size": [18, 18, 18], "uv": [362, 473]} + ] + }, + { + "name": "tusk_left", + "parent": "body", + "pivot": [-69, 140, 74], + "cubes": [ + {"origin": [-79, 132, 84], "size": [18, 43, 18], "uv": [734, 250]}, + {"origin": [-79, 132, 66], "size": [18, 18, 18], "uv": [690, 347]}, + {"origin": [-73, 175, 84], "size": [12, 16, 18], "uv": [382, 543]} + ] + }, + { + "name": "eyebrow_right", + "parent": "body", + "pivot": [14, 172, 80.5], + "rotation": [0, -5, 0], + "cubes": [ + {"origin": [14, 172, 80.5], "size": [63, 48, 0], "uv": [1922, 0]} + ] + }, + { + "name": "eyebrow_left", + "parent": "body", + "pivot": [-14, 172, 80.5], + "rotation": [0, 5, 0], + "cubes": [ + {"origin": [-77, 172, 80.5], "size": [63, 48, 0], "uv": [1796, 0]} + ] + }, + { + "name": "head", + "parent": "body", + "pivot": [0, 43.425, -2.47222], + "cubes": [ + {"origin": [-1, 91.425, -3.47222], "size": [2, 2, 2], "uv": [1599, 454]} + ] + }, + { + "name": "leg_left", + "parent": "rotation", + "pivot": [-83, 40, -7], + "cubes": [ + {"origin": [-119, 0, -40], "size": [66, 73, 66], "uv": [448, 580]}, + {"origin": [-131, 0, 20], "size": [12, 12, 0], "uv": [108, 414]}, + {"origin": [-131, 0, -7], "size": [12, 12, 0], "uv": [413, 346]}, + {"origin": [-131, 0, -34], "size": [12, 12, 0], "uv": [389, 346]} + ] + }, + { + "name": "leg_right", + "parent": "rotation", + "pivot": [83, 40, -7], + "cubes": [ + {"origin": [53, 0, -40], "size": [66, 73, 66], "uv": [184, 517]}, + {"origin": [119, 0, 20], "size": [12, 12, 0], "uv": [334, 473]}, + {"origin": [119, 0, -7], "size": [12, 12, 0], "uv": [108, 426]}, + {"origin": [119, 0, -34], "size": [12, 12, 0], "uv": [250, 473]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/hawlucha.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/hawlucha.geo.json new file mode 100644 index 0000000..62ff104 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/hawlucha.geo.json @@ -0,0 +1,270 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.Hawlucha", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 3, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "hawlucha", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "hawlucha", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 19, 3], + "cubes": [ + {"origin": [-6.5, 16.5, -1.5], "size": [13, 8, 8], "inflate": 0.01, "uv": [0, 0]}, + {"origin": [-4.5, 5.5, 8.2], "size": [9, 11, 0], "inflate": 0.01, "pivot": [0, 4, 0], "rotation": [7.5, 0, 0], "uv": [0, 101]}, + {"origin": [-0.5, 22.5, -0.5], "size": [1, 1, 0], "inflate": 0.02, "uv": [0, 0]}, + {"origin": [-5.5, 14, -0.75], "size": [11, 3, 7], "uv": [0, 16]}, + {"origin": [-4.5, 12, 0.25], "size": [9, 2, 6], "uv": [30, 24]}, + {"origin": [-1.5, 13, 1.25], "size": [6, 0, 2], "pivot": [0, 4, 0], "rotation": [0, 0, -45], "uv": [22, 32]}, + {"origin": [-4.5, 13, 1.25], "size": [6, 0, 2], "pivot": [0, 4, 0], "rotation": [0, 0, 45], "uv": [40, 43]}, + {"origin": [-1.5, 13, 4], "size": [6, 0, 2], "pivot": [0, 4, 0], "rotation": [0, 0, -45], "uv": [58, 12]}, + {"origin": [-4.5, 13, 4], "size": [6, 0, 2], "pivot": [0, 4, 0], "rotation": [0, 0, 45], "uv": [40, 41]}, + {"origin": [-3.5, 7, -3.25], "size": [2, 5, 0], "pivot": [0, 4, 0], "rotation": [-30, 0, 10], "uv": [20, 40]}, + {"origin": [1.5, 7, -3.25], "size": [2, 5, 0], "pivot": [0, 4, 0], "rotation": [-30, 0, -10], "uv": [38, 0]}, + {"origin": [5.5, 6, -2.5], "size": [2, 5, 0], "pivot": [0, 4, 0], "rotation": [-30, 0, -20], "uv": [34, 0]}, + {"origin": [-7.5, 6, -2.5], "size": [2, 5, 0], "pivot": [0, 4, 0], "rotation": [-30, 0, 20], "uv": [0, 16]} + ] + }, + { + "name": "wings", + "parent": "torso", + "pivot": [0, 4, 1] + }, + { + "name": "wing_back", + "parent": "wings", + "pivot": [0, 4, 1] + }, + { + "name": "wing_back2", + "parent": "wing_back", + "pivot": [0, 4, 1] + }, + { + "name": "wing_left1", + "parent": "wing_back", + "pivot": [6, 22, 6] + }, + { + "name": "wing_left_bottom", + "parent": "wing_left1", + "pivot": [0, 4, 1] + }, + { + "name": "wing_left2", + "parent": "wing_left1", + "pivot": [14, 22, 6] + }, + { + "name": "wing_left2_bottom2", + "parent": "wing_left2", + "pivot": [0, 4, 1] + }, + { + "name": "wing_left3", + "parent": "wing_left2", + "pivot": [19, 22, 6] + }, + { + "name": "wing_right", + "parent": "wings", + "pivot": [-7, 22, 6] + }, + { + "name": "wing_right_bottom", + "parent": "wing_right", + "pivot": [0, 4, 1] + }, + { + "name": "wing_right2", + "parent": "wing_right", + "pivot": [-14, 22, 6] + }, + { + "name": "wing_right_bottom2", + "parent": "wing_right2", + "pivot": [0, 4, 1] + }, + { + "name": "wing_right3", + "parent": "wing_right2", + "pivot": [-19, 22, 6] + }, + { + "name": "neck", + "parent": "torso", + "pivot": [0, 25, 3], + "cubes": [ + {"origin": [-4, 24, 0.5], "size": [8, 3, 6], "uv": [32, 32]}, + {"origin": [1, 25.5, 0.5], "size": [1, 1, 1], "inflate": 0.01, "uv": [52, 0]}, + {"origin": [-2, 25.5, 0.5], "size": [1, 1, 1], "inflate": 0.01, "uv": [35, 18]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 24, 4], + "cubes": [ + {"origin": [-4, 27, -1.5], "size": [8, 6, 8], "inflate": 0.01, "uv": [0, 26]}, + {"origin": [-4, 28, 0.5], "size": [0, 3, 2], "inflate": 0.03, "uv": [38, 3]}, + {"origin": [4, 28, 0.5], "size": [0, 3, 2], "inflate": 0.03, "uv": [32, 32]}, + {"origin": [-4, 29, 0.5], "size": [0, 2, 1], "inflate": 0.04, "uv": [5, 0]}, + {"origin": [4.02, 29, 0.5], "size": [0, 2, 1], "inflate": 0.02, "uv": [0, 0]}, + {"origin": [-3, 26.25, 2.5], "size": [6, 6, 2], "pivot": [2, -2, -2], "rotation": [10, 0, 0], "uv": [0, 53]}, + {"origin": [-2, 25, -15], "size": [4, 5, 3], "inflate": -0.01, "pivot": [2, -2, -2], "rotation": [-20, 0, 0], "uv": [57, 29]}, + {"origin": [-1, 23.3, 10.34], "size": [2, 2, 2], "pivot": [2, -2, -2], "rotation": [30, 0, 0], "uv": [0, 28]} + ] + }, + { + "name": "feathers", + "parent": "head", + "pivot": [3, -2, -2], + "cubes": [ + {"origin": [-2.5, 24.25, 21], "size": [5, 0, 9], "pivot": [3, -2, -2], "rotation": [30, 0, 0], "uv": [33, 0]}, + {"origin": [11.5, 24.75, 19], "size": [4, 0, 6], "pivot": [3, -2, -2], "rotation": [36.04466, -31.81666, -20.98998], "uv": [-6, 74]}, + {"origin": [-14.5, 24.75, 15.25], "size": [4, 0, 6], "pivot": [3, -2, -2], "rotation": [36.04466, 31.8167, 20.99], "uv": [-6, 74], "mirror": true} + ] + }, + { + "name": "arm_left", + "parent": "torso", + "pivot": [7, 23, 3.5], + "cubes": [ + {"origin": [6, 21, 1.5], "size": [9, 3, 4], "uv": [20, 41]}, + {"origin": [4.75, 12, 10], "size": [3, 10, 0], "pivot": [2, 3, 0], "rotation": [15, 0, 2.5], "uv": [12, 65]}, + {"origin": [14, 11, 9.6], "size": [4, 10, 0], "pivot": [2, 3, 0], "rotation": [15, 0, -2.5], "uv": [68, 0], "mirror": true}, + {"origin": [7.75, 12, 10], "size": [4, 10, 0], "pivot": [2, 3, 0], "rotation": [15, 0, 5], "uv": [68, 0]} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [15, 22.5, 3.5], + "cubes": [ + {"origin": [15, 21.5, 2], "size": [10, 2, 3], "uv": [20, 48]}, + {"origin": [23, 9, 9], "size": [4, 9, 0], "pivot": [2, 3, 0], "rotation": [15, 0, -7.5], "uv": [68, 1]}, + {"origin": [29, 5, 8], "size": [3, 10, 0], "pivot": [2, 3, 0], "rotation": [15, 0, -15], "uv": [12, 65]}, + {"origin": [19, 9, 9.5], "size": [3, 11, 0], "pivot": [2, 3, 0], "rotation": [15, 0, -5], "uv": [12, 65]} + ] + }, + { + "name": "bone", + "parent": "arm_left2", + "pivot": [25, 23, 3], + "cubes": [ + {"origin": [25, 21.5, 1.5], "size": [3, 2, 4], "uv": [56, 37]}, + {"origin": [28, 21.5, 3.5], "size": [3, 2, 0], "uv": [54, 53]}, + {"origin": [28, 21.5, 5], "size": [3, 2, 0], "uv": [54, 51]}, + {"origin": [28, 21.5, 2], "size": [3, 2, 0], "uv": [25, 54]} + ] + }, + { + "name": "arm_right", + "parent": "torso", + "pivot": [-7, 23, 3.5], + "cubes": [ + {"origin": [-11.75, 12, 10], "size": [4, 10, 0], "pivot": [-2, 3, 0], "rotation": [15, 0, -5], "uv": [68, 0], "mirror": true}, + {"origin": [-7.75, 12, 10], "size": [3, 10, 0], "pivot": [-2, 3, 0], "rotation": [15, 0, -2.5], "uv": [12, 65], "mirror": true}, + {"origin": [-15, 21, 1.5], "size": [9, 3, 4], "uv": [20, 41], "mirror": true}, + {"origin": [-18, 11, 9.6], "size": [4, 10, 0], "pivot": [-2, 3, 0], "rotation": [15, 0, 2.5], "uv": [68, 0]} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-15, 22.5, 3.5], + "cubes": [ + {"origin": [-25, 21.5, 2], "size": [10, 2, 3], "uv": [20, 48], "mirror": true}, + {"origin": [-27, 9, 9], "size": [4, 9, 0], "pivot": [-2, 3, 0], "rotation": [15, 0, 7.5], "uv": [68, 1], "mirror": true}, + {"origin": [-32, 5, 8], "size": [3, 10, 0], "pivot": [-2, 3, 0], "rotation": [15, 0, 15], "uv": [12, 65], "mirror": true}, + {"origin": [-22, 9, 9.5], "size": [3, 11, 0], "pivot": [-2, 3, 0], "rotation": [15, 0, 5], "uv": [12, 65], "mirror": true} + ] + }, + { + "name": "bone2", + "parent": "arm_right2", + "pivot": [-25, 23, 3], + "cubes": [ + {"origin": [-28, 21.5, 1.5], "size": [3, 2, 4], "uv": [56, 37], "mirror": true}, + {"origin": [-31, 21.5, 3.5], "size": [3, 2, 0], "uv": [54, 53], "mirror": true}, + {"origin": [-31, 21.5, 5], "size": [3, 2, 0], "uv": [54, 51], "mirror": true}, + {"origin": [-31, 21.5, 2], "size": [3, 2, 0], "uv": [25, 54], "mirror": true} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [2, 12, 4], + "rotation": [0, 0, -15], + "cubes": [ + {"origin": [0, 1.60204, -2.25], "size": [4, 8, 4], "pivot": [7.65685, 2.20204, 8], "rotation": [-30, 0, 0], "uv": [52, 0], "mirror": true} + ] + }, + { + "name": "leg_left2", + "parent": "leg_left", + "pivot": [2, 6, 2], + "rotation": [0, 0, 15], + "cubes": [ + {"origin": [0.03407, -0.25882, 1.1], "size": [3, 8, 3], "pivot": [7.03407, -0.25882, 0], "rotation": [10, 0, 0], "uv": [16, 54]} + ] + }, + { + "name": "foot_left", + "parent": "leg_left2", + "pivot": [0.03407, -0.25882, 0], + "cubes": [ + {"origin": [0.03407, -0.25882, -0.1], "size": [3, 1, 4], "uv": [58, 51]}, + {"origin": [2.5, -0.25882, -1.1], "size": [0, 1, 4], "uv": [0, 23]}, + {"origin": [0.5, -0.25882, -1.1], "size": [0, 1, 4], "uv": [0, 22]}, + {"origin": [1.5, -0.25882, -1.1], "size": [0, 1, 4], "uv": [0, 3]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-2, 12, 4], + "rotation": [0, 0, 15], + "cubes": [ + {"origin": [-4, 1.60204, -2.25], "size": [4, 8, 4], "pivot": [-7.65685, 2.20204, 8], "rotation": [-30, 0, 0], "uv": [52, 0]} + ] + }, + { + "name": "leg_right2", + "parent": "leg_right", + "pivot": [-2, 6, 2], + "rotation": [0, 0, -15], + "cubes": [ + {"origin": [-3.03407, -0.25882, 1.1], "size": [3, 8, 3], "pivot": [-7.03407, -0.25882, 0], "rotation": [10, 0, 0], "uv": [16, 54], "mirror": true} + ] + }, + { + "name": "foot_right", + "parent": "leg_right2", + "pivot": [-0.03407, -0.25882, 0], + "cubes": [ + {"origin": [-3.03407, -0.25882, -0.1], "size": [3, 1, 4], "uv": [58, 51], "mirror": true}, + {"origin": [-2.5, -0.25882, -1.1], "size": [0, 1, 4], "uv": [0, 23], "mirror": true}, + {"origin": [-0.5, -0.25882, -1.1], "size": [0, 1, 4], "uv": [0, 22], "mirror": true}, + {"origin": [-1.5, -0.25882, -1.1], "size": [0, 1, 4], "uv": [0, 3], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/haxorus/haxorus.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/haxorus/haxorus.geo.json new file mode 100644 index 0000000..e8fbede --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/haxorus/haxorus.geo.json @@ -0,0 +1,484 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 256, + "texture_height": 256, + "visible_bounds_width": 12, + "visible_bounds_height": 6.5, + "visible_bounds_offset": [0, 2.75, 0] + }, + "bones": [ + { + "name": "haxorus", + "pivot": [0, 0, 0] + }, + { + "name": "Body", + "parent": "haxorus", + "pivot": [0, 3, 0] + }, + { + "name": "Hips", + "parent": "Body", + "pivot": [0, 30.70959, 1.64953], + "cubes": [ + {"origin": [-7.5, 18.71876, -8.05396], "size": [15, 14, 18], "pivot": [0, 25.71876, 0.44604], "rotation": [37.5, 0, 0], "uv": [52, 21]}, + {"origin": [-5.5, 34.89164, -14.42171], "size": [11, 12, 12], "inflate": 0.015, "pivot": [1.5, 39.89164, -2.17171], "rotation": [97.5, 0, 0], "uv": [106, 41]}, + {"origin": [-5.5, 34.39164, -16.42171], "size": [11, 10, 11], "pivot": [1.5, 39.89164, -2.17171], "rotation": [80, 0, 0], "uv": [47, 0]}, + {"origin": [-9, 12.15394, -0.07742], "size": [18, 21, 16], "pivot": [0, 23.15394, 7.92258], "rotation": [-17.5, 0, 0], "uv": [0, 39]}, + {"origin": [-4.5, 33.16, 1.17258], "size": [9, 0, 10], "pivot": [0, 23.15394, 7.92258], "rotation": [-17.5, 0, 0], "uv": [70, 0]} + ] + }, + { + "name": "Chest", + "parent": "Hips", + "pivot": [0, 37.63498, -2.97704], + "cubes": [ + {"origin": [-7, 29.14164, -1.17171], "size": [14, 13, 10], "pivot": [1.5, 35.39164, -2.67171], "rotation": [92.5, 0, 0], "uv": [92, 104]}, + {"origin": [-3.95201, 42.76598, -9.89962], "size": [8, 8, 2], "pivot": [0.04799, 46.76598, -10.58843], "rotation": [-7.52391, 7.49044, 44.7803], "uv": [0, 9]} + ] + }, + { + "name": "Neck1", + "parent": "Chest", + "pivot": [0.02394, 47.67598, -1.11087], + "cubes": [ + {"origin": [-6, 46.22371, -10.08923], "size": [12, 12, 10], "pivot": [1.5, 50.72371, -3.08923], "rotation": [107.5, 0, 0], "uv": [127, 65]}, + {"origin": [-2.5, 58.24, -3.08923], "size": [5, 0, 3], "pivot": [1.5, 50.72371, -3.08923], "rotation": [107.5, 0, 0], "uv": [65, 53]}, + {"origin": [-1.5, 50.83573, 2.00852], "size": [3, 8, 2], "pivot": [-0.25, 54.58573, 2.50852], "rotation": [120, 0, 0], "uv": [0, 107]}, + {"origin": [-1.5, 53.83573, 1.00852], "size": [3, 5, 2], "inflate": -0.01, "pivot": [-0.25, 54.58573, 2.50852], "rotation": [120, 0, 0], "uv": [0, 134]}, + {"origin": [-1.5, 49.49269, 2.94562], "size": [3, 8, 2], "inflate": -0.001, "pivot": [-0.25, 53.24269, 3.44562], "rotation": [145, 0, 0], "uv": [47, 0]} + ] + }, + { + "name": "Neck2", + "parent": "Neck1", + "pivot": [0, 52.71617, -5.51462], + "cubes": [ + {"origin": [-5, 49.84194, -9.06962], "size": [10, 11, 9], "inflate": -0.01, "pivot": [1.5, 54.34194, -4.81962], "rotation": [115, 0, 0], "uv": [68, 127]}, + {"origin": [-2.5, 60.86, -5.06962], "size": [5, 0, 5], "pivot": [1.5, 54.34194, -4.81962], "rotation": [115, 0, 0], "uv": [0, 39]}, + {"origin": [-1.5, 57.67065, -1.69317], "size": [3, 6, 2], "pivot": [0, 60.17065, -1.19317], "rotation": [132.5, 0, 0], "uv": [92, 106]}, + {"origin": [-1.5, 56.93653, -1.02188], "size": [3, 6, 2], "inflate": -0.01, "pivot": [0, 59.43653, -0.52188], "rotation": [155, 0, 0], "uv": [39, 76]} + ] + }, + { + "name": "Neck3", + "parent": "Neck2", + "pivot": [0, 57.9544, -6.91939], + "cubes": [ + {"origin": [-4.5, 51.81536, -16.72083], "size": [9, 9, 8], "inflate": -0.01, "pivot": [1.5, 58.81536, -11.47083], "rotation": [127.5, 0, 0], "uv": [131, 0]} + ] + }, + { + "name": "Neck4", + "parent": "Neck3", + "pivot": [0, 63.61526, -9.74623], + "cubes": [ + {"origin": [-4, 56.37782, -15.83722], "size": [8, 8, 7], "pivot": [1.5, 62.12782, -13.33722], "rotation": [137.5, 0, 0], "uv": [133, 120]} + ] + }, + { + "name": "head", + "parent": "Neck4", + "pivot": [0.00085, 68.74925, -14.42475], + "cubes": [ + {"origin": [-3.5, 65.8173, -22.61962], "size": [7, 6, 7], "pivot": [-0.5, 68.94855, -18.53537], "rotation": [25, 0, 0], "uv": [140, 38]}, + {"origin": [-3, 64.86823, -17.05586], "size": [6, 8, 5], "inflate": -0.01, "pivot": [0.5, 72.89715, -17.20935], "rotation": [-37.5, 0, 0], "uv": [124, 148]}, + {"origin": [-1.5, 73.2473, -22.21962], "size": [3, 3, 5], "pivot": [1, 73.0973, -16.71962], "rotation": [60, 0, 0], "uv": [0, 76]}, + {"origin": [-0.5, 65.6473, -27.51962], "size": [1, 4, 3], "pivot": [0, 68.28458, -24.64973], "rotation": [155, 0, 0], "uv": [100, 28]}, + {"origin": [-0.5, 70.89007, -22.17514], "size": [1, 2, 5], "pivot": [0, 70.89007, -20.17514], "rotation": [75, 0, 0], "uv": [114, 65]}, + {"origin": [-3, 65.55654, -23.91004], "size": [6, 4, 5], "pivot": [-0.5, 67.05654, -22.16004], "rotation": [-10, 0, 0], "uv": [145, 87]}, + {"origin": [-2, 65.8473, -25.6859], "size": [4, 3, 4], "pivot": [0, 66.26785, -24.1859], "rotation": [-12.5, 0, 0], "uv": [0, 84]}, + {"origin": [-1.25183, 64.28441, -26.94391], "size": [3, 4, 3], "inflate": -0.085, "pivot": [-0.00183, 67.28441, -25.69391], "rotation": [-14.86589, -44.18405, 10.50364], "uv": [74, 90]}, + {"origin": [-1.00204, 66.3973, -26.98244], "size": [3, 1, 3], "inflate": -0.1, "pivot": [-0.00204, 66.92227, -25.98244], "rotation": [-19.67386, -43.49388, 13.83526], "uv": [75, 53]}, + {"origin": [-0.75204, 67.2973, -26.73244], "size": [2, 1, 2], "pivot": [-0.00204, 66.92227, -25.98244], "rotation": [-19.67386, -43.49388, 13.83526], "uv": [111, 65]} + ] + }, + { + "name": "Right_eye", + "parent": "head", + "pivot": [-5, 68.5973, -22.46962], + "rotation": [22.5, 0, 0], + "cubes": [ + {"origin": [-3.5, 66.796, -21.11994], "size": [1, 2, 2], "inflate": 0.015, "pivot": [-3, 68.95085, -20.3483], "rotation": [-45, 0, 0], "uv": [11, 76]}, + {"origin": [-3.5, 69.37968, -17.67252], "size": [1, 1, 1], "inflate": 0.02, "pivot": [-3, 69.65796, -21.0554], "rotation": [-87.5, 0, 0], "uv": [5, 3]}, + {"origin": [-3.5, 67.94245, -22.24126], "size": [1, 3, 3], "inflate": 0.01, "pivot": [-5, 68.5973, -22.46962], "rotation": [-45, 0, 0], "uv": [0, 3]}, + {"origin": [-3.38, 68.91902, -19.45673], "size": [1, 5, 1], "inflate": 0.15, "pivot": [-2.98, 70.63431, -21.05291], "rotation": [-87.5, 0, 0], "uv": [0, 39]}, + {"origin": [-3.5, 67.61922, -20.44316], "size": [1, 1, 1], "inflate": 0.02555, "pivot": [-3, 68.77407, -20.17152], "rotation": [-45, 0, 0], "uv": [0, 84]}, + {"origin": [-3.5, 66.86922, -20.69316], "size": [1, 1, 1], "inflate": 0.025, "pivot": [-3, 68.77407, -20.17152], "rotation": [-45, 0, 0], "uv": [57, 53]} + ] + }, + { + "name": "Left_eye", + "parent": "head", + "pivot": [5, 68.5973, -22.46962], + "rotation": [22.5, 0, 0], + "cubes": [ + {"origin": [2.5, 69.37968, -17.67252], "size": [1, 1, 1], "inflate": 0.02, "pivot": [3, 69.65796, -21.0554], "rotation": [-87.5, 0, 0], "uv": [0, 78]}, + {"origin": [2.38, 68.91902, -19.45673], "size": [1, 5, 1], "inflate": 0.15, "pivot": [2.98, 70.63431, -21.05291], "rotation": [-87.5, 0, 0], "uv": [39, 84]}, + {"origin": [2.5, 67.94245, -22.24126], "size": [1, 3, 3], "inflate": 0.01, "pivot": [5, 68.5973, -22.46962], "rotation": [-45, 0, 0], "uv": [8, 44]}, + {"origin": [2.5, 66.86922, -20.69316], "size": [1, 1, 1], "inflate": 0.025, "pivot": [3, 68.77407, -20.17152], "rotation": [-45, 0, 0], "uv": [0, 76]}, + {"origin": [2.5, 67.61922, -20.44316], "size": [1, 1, 1], "inflate": 0.02555, "pivot": [3, 68.77407, -20.17152], "rotation": [-45, 0, 0], "uv": [61, 53]}, + {"origin": [2.5, 66.796, -21.11994], "size": [1, 2, 2], "inflate": 0.015, "pivot": [3, 68.95085, -20.3483], "rotation": [-45, 0, 0], "uv": [0, 45]} + ] + }, + { + "name": "Left_eyelid", + "parent": "head", + "pivot": [4, 68.5973, -22.46962], + "rotation": [22.5, 0, 0], + "cubes": [ + {"origin": [1.52, 69.37968, -17.67252], "size": [1, 1, 1], "inflate": 0.02, "pivot": [2, 69.65796, -21.0554], "rotation": [-87.5, 0, 0], "uv": [0, 78]}, + {"origin": [1.4, 68.91902, -19.45673], "size": [1, 5, 1], "inflate": 0.15, "pivot": [1.98, 70.63431, -21.05291], "rotation": [-87.5, 0, 0], "uv": [39, 84]}, + {"origin": [1.52, 67.94245, -22.24126], "size": [1, 3, 3], "inflate": 0.01, "pivot": [4, 68.5973, -22.46962], "rotation": [-45, 0, 0], "uv": [175, 2]} + ] + }, + { + "name": "Right_eyelid", + "parent": "head", + "pivot": [-4, 68.5973, -22.46962], + "rotation": [22.5, 0, 0], + "cubes": [ + {"origin": [-2.52, 69.37968, -17.67252], "size": [1, 1, 1], "inflate": 0.02, "pivot": [-2, 69.65796, -21.0554], "rotation": [-87.5, 0, 0], "uv": [5, 3]}, + {"origin": [-2.52, 67.94245, -22.24126], "size": [1, 3, 3], "inflate": 0.01, "pivot": [-4, 68.5973, -22.46962], "rotation": [-45, 0, 0], "uv": [167, 2]}, + {"origin": [-2.4, 68.91902, -19.45673], "size": [1, 5, 1], "inflate": 0.15, "pivot": [-1.98, 70.63431, -21.05291], "rotation": [-87.5, 0, 0], "uv": [0, 39]} + ] + }, + { + "name": "Left_Blades", + "parent": "head", + "pivot": [6.25226, 67.19358, -19.63468], + "rotation": [7.5, 0, 0], + "cubes": [ + {"origin": [4.3817, 66.27724, -30.72447], "size": [7, 0, 11], "pivot": [4.14117, 67.50807, -22.2566], "rotation": [2.34892, 9.84655, -1.75378], "uv": [87, 0]}, + {"origin": [4.68065, 66.6933, -21.01679], "size": [7, 0, 13], "pivot": [7.71847, 67.92399, -15.30203], "rotation": [2.31431, -0.14521, -2.16156], "uv": [77, 53]}, + {"origin": [3.29742, 67.04647, -8.89583], "size": [6, 0, 9], "pivot": [6.36295, 68.2719, -5.43783], "rotation": [2.32365, -5.14112, -2.36402], "uv": [0, 0]}, + {"origin": [2.24138, 66.2943, -23.67783], "size": [3, 0, 3], "pivot": [4.25085, 67.5242, -21.95996], "rotation": [2.31625, 2.35275, -2.06055], "uv": [0, 0]} + ] + }, + { + "name": "Right_Blades", + "parent": "head", + "pivot": [-6.25226, 67.19358, -19.63468], + "rotation": [7.5, 0, 0], + "cubes": [ + {"origin": [-11.3817, 66.27724, -30.72447], "size": [7, 0, 11], "pivot": [-4.14117, 67.50807, -22.2566], "rotation": [2.34892, -9.84655, 1.75378], "uv": [87, 0], "mirror": true}, + {"origin": [-9.29742, 67.04647, -8.89583], "size": [6, 0, 9], "pivot": [-6.36295, 68.2719, -5.43783], "rotation": [2.32365, 5.14112, 2.36402], "uv": [0, 0], "mirror": true}, + {"origin": [-5.24138, 66.2943, -23.67783], "size": [3, 0, 3], "pivot": [-4.25085, 67.5242, -21.95996], "rotation": [2.31625, -2.35275, 2.06055], "uv": [0, 0], "mirror": true}, + {"origin": [-11.68065, 66.6933, -21.01679], "size": [7, 0, 13], "pivot": [-7.71847, 67.92399, -15.30203], "rotation": [2.31431, 0.14521, 2.16156], "uv": [77, 53], "mirror": true} + ] + }, + { + "name": "Lower_Jaw", + "parent": "head", + "pivot": [0.00258, 66.10158, -19.67475], + "rotation": [-12.5, 0, 0], + "cubes": [ + {"origin": [-1.49915, 64.30515, -25.02516], "size": [3, 1, 3], "uv": [78, 123]}, + {"origin": [-1.49915, 64.45515, -25.02516], "size": [3, 1, 3], "uv": [69, 122]}, + {"origin": [-5.72818, 64.39, -24.06418], "size": [2, 1, 2], "inflate": 0.057, "pivot": [0.00603, 71.08981, -18.32997], "rotation": [0, -45, 0], "uv": [91, 17]}, + {"origin": [-1.99915, 63.88871, -22.77516], "size": [4, 2, 7], "inflate": -0.2, "uv": [74, 97]}, + {"origin": [-1.49915, 64.69871, -22.62003], "size": [3, 1, 3], "uv": [0, 117]} + ] + }, + { + "name": "Left_Bicep", + "parent": "Chest", + "pivot": [9.25, 44.25, -2.5], + "cubes": [ + {"origin": [15.5, 41, -4.5], "size": [3, 3, 3], "inflate": -0.1, "uv": [140, 30]}, + {"origin": [7, 41, -4.5], "size": [9, 3, 3], "inflate": 0.1, "uv": [91, 11]} + ] + }, + { + "name": "Left_Forearm", + "parent": "Left_Bicep", + "pivot": [17.5, 42.25, -3], + "cubes": [ + {"origin": [17.5, 41, -4.5], "size": [9, 3, 3], "uv": [90, 66]} + ] + }, + { + "name": "Left_Hand", + "parent": "Left_Forearm", + "pivot": [26.25, 43.75, -3], + "cubes": [ + {"origin": [25.5, 41, -4.5], "size": [3, 3, 3], "inflate": -0.2, "uv": [14, 134]} + ] + }, + { + "name": "Left_pinky", + "parent": "Left_Hand", + "pivot": [28.25, 43.25, -2], + "cubes": [ + {"origin": [27.25, 41.89678, -2.01542], "size": [3, 1, 0], "uv": [6, 54]} + ] + }, + { + "name": "Left_index", + "parent": "Left_Hand", + "pivot": [28.5, 43.5, -3.25], + "cubes": [ + {"origin": [27.25, 42.71967, -3.17678], "size": [3, 1, 0], "uv": [47, 10]}, + {"origin": [27.25, 42.71967, -3.17678], "size": [3, 1, 0], "uv": [0, 54]} + ] + }, + { + "name": "Left_thumb", + "parent": "Left_Hand", + "pivot": [28.25, 43.5, -4.25], + "cubes": [ + {"origin": [27.25, 42, -4.14645], "size": [3, 1, 0], "uv": [0, 49]}, + {"origin": [27.25, 42, -4.14645], "size": [3, 1, 0], "uv": [52, 53]} + ] + }, + { + "name": "Right_Bicep", + "parent": "Chest", + "pivot": [-9.25, 44.25, -2.5], + "cubes": [ + {"origin": [-16, 41, -4.5], "size": [9, 3, 3], "inflate": 0.1, "uv": [91, 11], "mirror": true}, + {"origin": [-18.5, 41, -4.5], "size": [3, 3, 3], "inflate": -0.1, "uv": [140, 30], "mirror": true} + ] + }, + { + "name": "Right_Forearm", + "parent": "Right_Bicep", + "pivot": [-17.5, 42.25, -3], + "cubes": [ + {"origin": [-26.5, 41, -4.5], "size": [9, 3, 3], "uv": [90, 66], "mirror": true} + ] + }, + { + "name": "Right_Hand", + "parent": "Right_Forearm", + "pivot": [-26.25, 43.75, -3], + "cubes": [ + {"origin": [-28.5, 41, -4.5], "size": [3, 3, 3], "inflate": -0.2, "uv": [14, 134], "mirror": true} + ] + }, + { + "name": "Right_pinky", + "parent": "Right_Hand", + "pivot": [-28.25, 43.25, -2], + "cubes": [ + {"origin": [-30.25, 41.89678, -2.01542], "size": [3, 1, 0], "uv": [6, 54], "mirror": true} + ] + }, + { + "name": "Right_index", + "parent": "Right_Hand", + "pivot": [-28.5, 43.5, -3.25], + "cubes": [ + {"origin": [-30.25, 42.71967, -3.17678], "size": [3, 1, 0], "uv": [0, 54], "mirror": true}, + {"origin": [-30.25, 42.71967, -3.17678], "size": [3, 1, 0], "uv": [47, 10], "mirror": true} + ] + }, + { + "name": "Right_thumb", + "parent": "Right_Hand", + "pivot": [-28.25, 43.5, -4.25], + "cubes": [ + {"origin": [-30.25, 42, -4.14645], "size": [3, 1, 0], "uv": [52, 53], "mirror": true}, + {"origin": [-30.25, 42, -4.14645], "size": [3, 1, 0], "uv": [0, 49], "mirror": true} + ] + }, + { + "name": "Back_Plate", + "parent": "Chest", + "pivot": [-0.03855, 47.18394, 6.57172], + "cubes": [ + {"origin": [-13.44011, 44.89653, 2.15182], "size": [6, 2, 8], "inflate": -0.01, "pivot": [-7.94011, 45.64653, 6.15182], "rotation": [111.67413, -35.49178, -12.99301], "uv": [140, 20]}, + {"origin": [-6.25, 45.91699, 0.75959], "size": [8, 2, 8], "inflate": -0.01, "pivot": [0, 45.91699, 7.00959], "rotation": [102.56853, 12.27659, -43.64293], "uv": [130, 138]}, + {"origin": [7.44011, 44.89653, 2.15182], "size": [6, 2, 8], "inflate": -0.01, "pivot": [7.94011, 45.64653, 6.15182], "rotation": [111.67413, 35.49178, 12.99301], "uv": [140, 20], "mirror": true}, + {"origin": [-8, 40.62641, -16.36962], "size": [16, 2, 8], "pivot": [-1.5, 50.37641, -4.61962], "rotation": [107.5, 0, 0], "uv": [100, 28]}, + {"origin": [-8, 40.62641, -16.36962], "size": [16, 2, 8], "pivot": [-1.5, 50.37641, -4.61962], "rotation": [107.5, 0, 0], "uv": [100, 28]}, + {"origin": [-1.5, 45.37955, 7.51491], "size": [3, 7, 2], "pivot": [0, 49.37955, 8.01491], "rotation": [117.5, 0, 0], "uv": [97, 127]}, + {"origin": [-1.5, 48.37955, 6.01491], "size": [3, 4, 2], "inflate": -0.01, "pivot": [0, 49.37955, 8.01491], "rotation": [117.5, 0, 0], "uv": [80, 147]}, + {"origin": [-1.5, 51.37778, 10.86398], "size": [3, 8, 2], "inflate": -0.001, "pivot": [0, 51.21592, 11.41558], "rotation": [147.5, 0, 0], "uv": [127, 65]} + ] + }, + { + "name": "Tail_1", + "parent": "Hips", + "pivot": [0, 17.90351, 13.95271], + "cubes": [ + {"origin": [-6.5, 11.40351, 10.95271], "size": [13, 18, 21], "uv": [0, 0]} + ] + }, + { + "name": "Tail_2", + "parent": "Tail_1", + "pivot": [-0.25, 19.40351, 30.95271], + "cubes": [ + {"origin": [-5.5, 13.90351, 27.95271], "size": [11, 14, 19], "uv": [49, 57]} + ] + }, + { + "name": "Tail_3", + "parent": "Tail_2", + "pivot": [-0.25, 20.15351, 46.95271], + "cubes": [ + {"origin": [-3.5, 15.65351, 41.70271], "size": [7, 11, 17], "uv": [100, 0]} + ] + }, + { + "name": "Tail_4", + "parent": "Tail_3", + "pivot": [-0.25, 21.15351, 60.45271], + "cubes": [ + {"origin": [-2.5, 16.65351, 53.95271], "size": [5, 9, 16], "uv": [26, 122]} + ] + }, + { + "name": "Tail_5", + "parent": "Tail_4", + "pivot": [-0.25, 22.15351, 70.70271], + "cubes": [ + {"origin": [-1, 17.90351, 66.95271], "size": [2, 7, 10], "uv": [0, 134]}, + {"origin": [-0.5, 23.90351, 66.95271], "size": [1, 1, 6], "inflate": 0.01, "uv": [39, 84]} + ] + }, + { + "name": "Tail_6", + "parent": "Tail_5", + "pivot": [0, 21.65351, 76.45271], + "cubes": [ + {"origin": [-0.5, 19.65351, 76.70271], "size": [1, 4, 6], "uv": [0, 44]} + ] + }, + { + "name": "Right_Leg", + "parent": "haxorus", + "pivot": [2, -5, 0] + }, + { + "name": "Right_Thigh", + "parent": "Right_Leg", + "pivot": [-14, 22.86965, 5.41842], + "cubes": [ + {"origin": [-18, 15, -10], "size": [9, 14, 18], "uv": [38, 90]}, + {"origin": [-18, 17, 0.5], "size": [8, 12, 13], "uv": [0, 109], "mirror": true}, + {"origin": [-17, 17, -11.5], "size": [7, 10, 9], "pivot": [-14, 21.5, -4], "rotation": [7.5, 0, 0], "uv": [106, 127]}, + {"origin": [-19, 16, -6.5], "size": [11, 14, 17], "uv": [0, 76], "mirror": true}, + {"origin": [-16, 15.75, -12], "size": [5, 7, 7], "pivot": [-14, 19.25, -4.5], "rotation": [20, 0, 0], "uv": [52, 122], "mirror": true} + ] + }, + { + "name": "Right_Calf", + "parent": "Right_Thigh", + "pivot": [-14, 14.25539, -7.92122], + "cubes": [ + {"origin": [-16, 11.25, -10.25], "size": [5, 7, 6], "pivot": [-14, 21.5, -2], "rotation": [7.5, 0, 0], "uv": [64, 147]}, + {"origin": [-15.5, 3.25, -9.75], "size": [4, 9, 5], "inflate": -0.1, "pivot": [-14, 21.5, -2], "rotation": [7.5, 0, 0], "uv": [152, 51]} + ] + }, + { + "name": "Right_Foot", + "parent": "Right_Calf", + "pivot": [-14, 1.25, -4], + "cubes": [ + {"origin": [-16, 1, -9.5], "size": [5, 3, 8], "inflate": 0.01, "uv": [98, 146]} + ] + }, + { + "name": "Right_innertoe", + "parent": "Right_Foot", + "pivot": [-10.91667, 2.5, -3.75], + "cubes": [ + {"origin": [-5.5, 1.1, -3.75], "size": [3, 2, 0], "uv": [12, 19], "mirror": true}, + {"origin": [-11.5, 1, -4.75], "size": [5, 2, 2], "uv": [90, 72], "mirror": true}, + {"origin": [-7.25, 1, -4.25], "size": [3, 2, 1], "inflate": -0.1, "uv": [83, 90], "mirror": true} + ] + }, + { + "name": "Right_middletoe", + "parent": "Right_Foot", + "pivot": [-12, 2.5, -9.16667], + "cubes": [ + {"origin": [-12, 1.1, -17.75], "size": [0, 2, 3], "uv": [0, 16], "mirror": true}, + {"origin": [-12.5, 1, -15.75], "size": [1, 2, 3], "inflate": -0.1, "uv": [29, 107]}, + {"origin": [-13, 1, -13.5], "size": [2, 2, 4], "uv": [140, 114]} + ] + }, + { + "name": "Right_outertoe", + "parent": "Right_Foot", + "pivot": [-15, 2.5, -9.16667], + "cubes": [ + {"origin": [-15.5, 1, -15.75], "size": [1, 2, 3], "inflate": -0.1, "uv": [29, 117]}, + {"origin": [-15, 1.1, -17.75], "size": [0, 2, 3], "uv": [6, 16], "mirror": true}, + {"origin": [-16, 1, -13.5], "size": [2, 2, 4], "uv": [116, 146]} + ] + }, + { + "name": "Left_Leg", + "parent": "haxorus", + "pivot": [-2, -5, 0] + }, + { + "name": "Left_Thigh", + "parent": "Left_Leg", + "pivot": [14, 22.86965, 5.41842], + "cubes": [ + {"origin": [9, 15, -10], "size": [9, 14, 18], "uv": [91, 72]}, + {"origin": [8, 16, -6.5], "size": [11, 14, 17], "uv": [0, 76]}, + {"origin": [10, 17, 0.5], "size": [8, 12, 13], "uv": [0, 109]}, + {"origin": [10, 17, -11.5], "size": [7, 10, 7], "pivot": [14, 21.5, -4], "rotation": [7.5, 0, 0], "uv": [138, 97]}, + {"origin": [11, 15.75, -12], "size": [5, 7, 7], "pivot": [14, 19.25, -4.5], "rotation": [20, 0, 0], "uv": [52, 122]} + ] + }, + { + "name": "Left_Calf", + "parent": "Left_Thigh", + "pivot": [14, 14.25539, -7.92122], + "cubes": [ + {"origin": [11.5, 3.25, -9.75], "size": [4, 9, 5], "inflate": -0.1, "pivot": [14, 21.5, -2], "rotation": [7.5, 0, 0], "uv": [146, 148]}, + {"origin": [11, 11.25, -10.25], "size": [5, 7, 6], "pivot": [14, 21.5, -2], "rotation": [7.5, 0, 0], "uv": [42, 147]} + ] + }, + { + "name": "Left_Foot", + "parent": "Left_Calf", + "pivot": [14, 1.25, -4], + "cubes": [ + {"origin": [11, 1, -9.5], "size": [5, 3, 8], "inflate": 0.01, "uv": [16, 147]} + ] + }, + { + "name": "Left_innertoe", + "parent": "Left_Foot", + "pivot": [10.91667, 2.5, -3.75], + "cubes": [ + {"origin": [6.5, 1, -4.75], "size": [5, 2, 2], "uv": [90, 72]}, + {"origin": [2.5, 1.1, -3.75], "size": [3, 2, 0], "uv": [12, 19]}, + {"origin": [4.25, 1, -4.25], "size": [3, 2, 1], "inflate": -0.1, "uv": [83, 90]} + ] + }, + { + "name": "Left_middletoe", + "parent": "Left_Foot", + "pivot": [12, 2.5, -9.16667], + "cubes": [ + {"origin": [11.5, 1, -15.75], "size": [1, 2, 3], "inflate": -0.1, "uv": [107, 127]}, + {"origin": [12, 1.1, -17.75], "size": [0, 2, 3], "uv": [0, 16]}, + {"origin": [11, 1, -13.5], "size": [2, 2, 4], "uv": [34, 147]} + ] + }, + { + "name": "Left_outertoe", + "parent": "Left_Foot", + "pivot": [15, 2.5, -9.16667], + "cubes": [ + {"origin": [15, 1.1, -17.75], "size": [0, 2, 3], "uv": [6, 16]}, + {"origin": [14, 1, -13.5], "size": [2, 2, 4], "uv": [58, 147]}, + {"origin": [14.5, 1, -15.75], "size": [1, 2, 3], "inflate": -0.1, "uv": [29, 112]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/hoopa/hoopa.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/hoopa/hoopa.geo.json new file mode 100644 index 0000000..f0b84d7 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/hoopa/hoopa.geo.json @@ -0,0 +1,208 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.hoopa", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 5, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "hoopa", + "pivot": [0, 0, 0] + }, + { + "name": "mainthing", + "parent": "hoopa", + "pivot": [-1, 3, 0], + "rotation": [0, -90, 0] + }, + { + "name": "positionalhead", + "parent": "mainthing", + "pivot": [-1, 14, -2] + }, + { + "name": "looky", + "parent": "positionalhead", + "pivot": [-0.11817, 14.3029, -1.29621], + "rotation": [0, 87.5, 0] + }, + { + "name": "head", + "parent": "looky", + "pivot": [-0.07645, 14.3029, -1.3825], + "rotation": [0, -87.5, 0] + }, + { + "name": "headwoosh", + "parent": "head", + "pivot": [0.17355, 14.3029, -1.3825], + "cubes": [ + {"origin": [2.67355, 19.79, -3.3825], "size": [3, 2, 5], "uv": [46, 26]}, + {"origin": [1.17355, 19.29, -2.3825], "size": [2, 2, 3], "pivot": [4.92355, 1.8029, 7.8675], "rotation": [0, -0.43399, 9.99067], "uv": [10, 59]}, + {"origin": [-3.82645, 17.29, -1.3825], "size": [1, 1, 1], "pivot": [4.92355, 1.8029, 7.8675], "rotation": [0, -1.34295, 32.47528], "uv": [12, 50]} + ] + }, + { + "name": "lefthorn", + "parent": "headwoosh", + "pivot": [-0.07645, 1.3029, -1.1325], + "cubes": [ + {"origin": [-1.07645, -1.1971, 21.95992], "size": [1, 1, 1], "pivot": [-6.32645, 0.8029, 0.70992], "rotation": [75, 0, 0], "uv": [35, 49]}, + {"origin": [-1.57645, -1.1971, 20.45992], "size": [2, 2, 2], "pivot": [-6.32645, 0.8029, 0.70992], "rotation": [72.5, 0, 0], "uv": [21, 59]}, + {"origin": [-2.07645, 8.0529, 15.20992], "size": [3, 3, 3], "pivot": [-1.82645, 2.5529, 0.70992], "rotation": [45, 0, 0], "uv": [53, 41]}, + {"origin": [-2.57645, 14.5529, 7.20992], "size": [4, 3, 4], "pivot": [-1.82645, 2.5529, 0.70992], "rotation": [15, 0, 0], "uv": [17, 44]} + ] + }, + { + "name": "righthorn", + "parent": "lefthorn", + "pivot": [-0.07645, 1.5529, -1.6325], + "cubes": [ + {"origin": [-1.57645, -1.1971, -24.6325], "size": [2, 2, 2], "pivot": [-6.32645, 0.8029, -2.8825], "rotation": [-72.5, 0, 0], "uv": [21, 59]}, + {"origin": [-1.07645, -1.1971, -25.1325], "size": [1, 1, 1], "pivot": [-6.32645, 0.8029, -2.8825], "rotation": [-75, 0, 0], "uv": [35, 49]}, + {"origin": [-2.07645, 8.0529, -20.3825], "size": [3, 3, 3], "pivot": [-1.82645, 2.5529, -2.8825], "rotation": [-45, 0, 0], "uv": [53, 41]}, + {"origin": [-2.57645, 14.5529, -13.3825], "size": [4, 3, 4], "pivot": [-1.82645, 2.5529, -2.8825], "rotation": [-15, 0, 0], "uv": [17, 44]} + ] + }, + { + "name": "facering", + "parent": "righthorn", + "pivot": [-0.07645, 3.0529, -1.6325], + "cubes": [ + {"origin": [-4.08645, 18.78, -2.1325], "size": [0, 3, 2], "uv": [0, 33]} + ] + }, + { + "name": "face", + "parent": "facering", + "pivot": [-0.07645, 3.8029, -1.6325], + "cubes": [ + {"origin": [-4.08645, 15.0529, -4.6325], "size": [0, 1, 7], "uv": [27, 45]}, + {"origin": [-4.08645, 14.0529, -3.6325], "size": [0, 1, 5], "uv": [52, 52]} + ] + }, + { + "name": "eyes", + "parent": "face", + "pivot": [-6.32645, 3.0529, -0.3825], + "rotation": [0, -90, 0], + "cubes": [ + {"origin": [-12.08645, 16.4, -4.68629], "size": [1, 3, 3], "pivot": [-7.95828, 2.5, 0.66371], "rotation": [0, -90, 0], "uv": [29, 60]}, + {"origin": [-11.09645, 16.8029, -3.93629], "size": [0, 2, 2], "pivot": [-7.95828, 2.5, 0.66371], "rotation": [0, -90, 0], "uv": [30, 21]}, + {"origin": [-3.08011, 16.4, -4.68629], "size": [1, 3, 3], "pivot": [-6.20828, 2.5, 0.66371], "rotation": [0, 90, 0], "uv": [0, 19]}, + {"origin": [-3.07011, 16.8029, -3.93629], "size": [0, 2, 2], "pivot": [-6.20828, 2.5, 0.66371], "rotation": [0, 90, 0], "uv": [25, 0]} + ] + }, + { + "name": "eyebrows", + "parent": "face", + "pivot": [-5.57645, 18.0529, -4.3825], + "rotation": [0, -90, 0], + "cubes": [ + {"origin": [-3.57645, 17.8029, -11.98629], "size": [1, 1, 4], "pivot": [-1.07645, 2.5529, -4.1325], "rotation": [0, -90, -15], "uv": [28, 54]}, + {"origin": [-3.34011, 18.2, -10.73629], "size": [1, 1, 4], "pivot": [-4.84011, 2.5529, -4.1325], "rotation": [0, 90, 15], "uv": [55, 16]} + ] + }, + { + "name": "headshape", + "parent": "facering", + "pivot": [-0.07645, 4.0529, -1.8825], + "cubes": [ + {"origin": [-3.57645, 14.7529, -6.8825], "size": [6, 6, 2], "uv": [19, 35]}, + {"origin": [-3.57645, 14.7529, 2.6175], "size": [6, 6, 2], "uv": [36, 40]}, + {"origin": [-4.07645, 13.8029, -6.1325], "size": [7, 8, 10], "uv": [0, 0]} + ] + }, + { + "name": "headring", + "parent": "headwoosh", + "pivot": [-0.57645, 20.5529, 5.1175], + "cubes": [ + {"origin": [1.42355, 13.8529, 4.8675], "size": [1, 7, 1], "uv": [0, 0]}, + {"origin": [-17.62828, 1.3029, 4.8675], "size": [1, 4, 1], "pivot": [-0.32645, 3.5529, 11.6175], "rotation": [0, 0, 90], "uv": [0, 0]}, + {"origin": [-3.57645, 13.8529, 4.8675], "size": [1, 7, 1], "uv": [0, 0]}, + {"origin": [-11.62645, 1.3029, 4.8675], "size": [1, 4, 1], "pivot": [-0.32645, 3.5529, 11.6175], "rotation": [0, 0, 90], "uv": [2, 0]} + ] + }, + { + "name": "headring2", + "parent": "headwoosh", + "pivot": [-1.32645, 20.5529, -7.3825], + "cubes": [ + {"origin": [-3.57645, 13.8029, -8.1325], "size": [1, 7, 1], "uv": [5, 0]}, + {"origin": [1.42355, 13.8029, -8.1325], "size": [1, 7, 1], "uv": [0, 0]}, + {"origin": [-11.32645, 1.0529, -8.13629], "size": [1, 4, 1], "pivot": [-0.07645, 3.5529, -14.1325], "rotation": [0, 0, 90], "uv": [63, 28]}, + {"origin": [-17.32645, 1.0529, -8.13629], "size": [1, 4, 1], "pivot": [-0.07645, 3.5529, -14.1325], "rotation": [0, 0, 90], "uv": [63, 28]} + ] + }, + { + "name": "body", + "parent": "mainthing", + "pivot": [-0.11817, 12.3029, -1.29621], + "cubes": [ + {"origin": [-4.85727, 12.13998, -4.65231], "size": [1, 1, 3], "pivot": [-2.11817, 3.0529, -2.79621], "rotation": [-152.5, -2.5, 180], "uv": [58, 59]}, + {"origin": [0.01, 10.65933, -1.45923], "size": [1, 1, 3], "pivot": [-3.88183, 3.0529, -2.79621], "rotation": [27.5, 2.5, 0], "uv": [49, 59]}, + {"origin": [-6.86817, 13.3029, -2.29621], "size": [3, 2, 6], "pivot": [-3, 3, -0.25], "rotation": [-180, 0, 180], "uv": [0, 33]}, + {"origin": [-7.86817, 8.3029, -3.26], "size": [5, 5, 8], "pivot": [-3, 3, -0.25], "rotation": [-180, 0, 180], "uv": [0, 19]} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [-0.11817, 3.0529, -1.54621], + "cubes": [ + {"origin": [-2.61817, 7.8029, -3.76], "size": [4, 1, 5], "uv": [38, 12]}, + {"origin": [-2.11817, 6.0029, -3.26], "size": [3, 2, 4], "uv": [44, 19]}, + {"origin": [-3.21384, 6.28387, -2.79621], "size": [4, 2, 3], "pivot": [-2.61817, 3.0529, -1.29621], "rotation": [0, 0, 22.5], "uv": [0, 50]}, + {"origin": [1.41446, 4.55076, -2.29621], "size": [3, 2, 2], "pivot": [-2.61817, 3.0529, -1.29621], "rotation": [0, 0, -7.5], "uv": [58, 52]} + ] + }, + { + "name": "bodyring", + "parent": "tail", + "pivot": [-0.11817, 3.0529, -1.54621], + "cubes": [ + {"origin": [2.5, 8.3029, -5.29621], "size": [1, 1, 7], "pivot": [-1.36817, 3.0529, -1.04621], "rotation": [0, -90, 0], "uv": [38, 3]}, + {"origin": [-5.61817, 8.3029, -5.79621], "size": [1, 1, 9], "pivot": [-1.36817, 3.0529, -1.04621], "rotation": [-180, 0, 180], "uv": [26, 10]}, + {"origin": [-4.11817, 8.3029, -6.29621], "size": [1, 1, 10], "uv": [18, 24]}, + {"origin": [-6.61817, 8.3029, -5.29621], "size": [1, 1, 6], "pivot": [-1.36817, 3.0529, -1.04621], "rotation": [0, -90, 0], "uv": [37, 32]} + ] + }, + { + "name": "arm_left", + "parent": "bodyring", + "pivot": [-0.11817, 9.8029, 4.45379], + "cubes": [ + {"origin": [-0.38183, 11.5529, -4.79621], "size": [1, 1, 1], "pivot": [0.61817, 3.3029, -1.79621], "rotation": [-150, 2.5, 180], "uv": [39, 0]}, + {"origin": [-1.38183, 10.8029, -6.54621], "size": [3, 3, 3], "pivot": [0.61817, 3.3029, -1.79621], "rotation": [-145, 2.5, 180], "uv": [15, 52]}, + {"origin": [-1.88183, 10.3029, -10.29621], "size": [4, 4, 5], "pivot": [0.61817, 3.3029, -1.79621], "rotation": [-145, 2.5, 180], "uv": [25, 0]}, + {"origin": [-1.88183, 15.5529, -8.04621], "size": [4, 1, 2], "pivot": [0.61817, 3.3029, -1.79621], "rotation": [-125, 2.5, 180], "uv": [39, 57]}, + {"origin": [-1.88183, 16.8029, -1.29621], "size": [4, 1, 2], "pivot": [0.61817, 3.3029, -1.79621], "rotation": [-90, 2.5, -180], "uv": [0, 56]}, + {"origin": [-8.63183, 8.5529, -7.54621], "size": [1, 1, 2], "pivot": [0.61817, 3.3029, -1.79621], "rotation": [-142.32202, 53.29424, 133.02476], "uv": [13, 33]}, + {"origin": [-2.38183, 9.8029, -9.04621], "size": [5, 5, 2], "pivot": [0.61817, 3.3029, -1.79621], "rotation": [-145, 2.5, 180], "uv": [48, 0]} + ] + }, + { + "name": "arm_right", + "parent": "bodyring", + "pivot": [0.38183, 9.8029, -7.04621], + "cubes": [ + {"origin": [0.13183, 11.5529, -3.54621], "size": [1, 1, 1], "pivot": [0.13183, 3.3029, -0.54621], "rotation": [30, 0, 0], "uv": [46, 34]}, + {"origin": [-0.86817, 10.8029, -5.29621], "size": [3, 3, 3], "pivot": [0.13183, 3.3029, -0.54621], "rotation": [35, 0, 0], "uv": [53, 34]}, + {"origin": [-1.36817, 10.3029, -9.04621], "size": [4, 4, 5], "pivot": [0.13183, 3.3029, -0.54621], "rotation": [35, 0, 0], "uv": [30, 21]}, + {"origin": [-1.36817, 15.5529, -6.79621], "size": [4, 1, 2], "pivot": [0.13183, 3.3029, -0.54621], "rotation": [55, 0, 0], "uv": [58, 24]}, + {"origin": [-1.36817, 16.8029, -0.04621], "size": [4, 1, 2], "pivot": [0.13183, 3.3029, -0.54621], "rotation": [90, 0, 0], "uv": [57, 48]}, + {"origin": [8.38183, 8.5529, -6.29621], "size": [1, 1, 2], "pivot": [0.13183, 3.3029, -0.54621], "rotation": [40.61755, 51.55114, -44.64508], "uv": [13, 42]}, + {"origin": [-1.86817, 9.8029, -7.79621], "size": [5, 5, 2], "pivot": [0.13183, 3.3029, -0.54621], "rotation": [35, 0, 0], "uv": [42, 49]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/hoopa_unbound/hoopa_unbound.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/hoopa_unbound/hoopa_unbound.geo.json new file mode 100644 index 0000000..761dc1b --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/hoopa_unbound/hoopa_unbound.geo.json @@ -0,0 +1,780 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 1024, + "texture_height": 1024, + "visible_bounds_width": 28, + "visible_bounds_height": 27, + "visible_bounds_offset": [0, 10.5, 0] + }, + "bones": [ + { + "name": "hoopa_unbound", + "pivot": [0, 0, 0] + }, + { + "name": "bodynarm", + "parent": "hoopa_unbound", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "bodynarm", + "pivot": [1.3463, 92.45016, -4.47912] + }, + { + "name": "bodyminuschest", + "parent": "body", + "pivot": [1.3463, 92.45016, -4.47912], + "cubes": [ + {"origin": [-40, 91.29446, -17.25], "size": [80, 73, 26], "uv": [0, 0]}, + {"origin": [-37, 87.29446, -45.25], "size": [33, 0, 29], "pivot": [-20.5, 88.29446, -18.25], "rotation": [58.28317, 14.5434, -0.30859], "uv": [2, 268]}, + {"origin": [-48, 86.29446, -30.25], "size": [33, 0, 29], "pivot": [-31.5, 87.29446, -3.25], "rotation": [-96.2002, 79.12126, -151.27437], "uv": [244, 55]}, + {"origin": [15, 86.29446, -6.75], "size": [33, 0, 28], "pivot": [31.5, 87.29446, -4.75], "rotation": [86.34005, 86.61601, 153.9291], "uv": [207, 121]}, + {"origin": [13, 86.29446, -30.25], "size": [36, 0, 29], "pivot": [31.5, 87.29446, -3.25], "rotation": [-96.2002, -79.12126, 151.27437], "uv": [238, 150]}, + {"origin": [-48, 86.29446, -6.75], "size": [33, 0, 29], "pivot": [-31.5, 87.29446, -4.75], "rotation": [86.34005, -86.61601, -153.9291], "uv": [240, 180]}, + {"origin": [4, 87.29446, -45.25], "size": [33, 0, 29], "pivot": [20.5, 88.29446, -18.25], "rotation": [58.28317, -14.5434, 0.30859], "uv": [182, 266]}, + {"origin": [-37, 91.29446, 8.25], "size": [33, 0, 29], "pivot": [-20.5, 92.29446, 10.25], "rotation": [-58.59683, -12.41307, 1.03687], "uv": [252, 266]}, + {"origin": [4, 91.29446, 8.25], "size": [33, 0, 29], "pivot": [20.5, 92.29446, 10.25], "rotation": [-58.59683, 12.41307, -1.03687], "uv": [266, 210]}, + {"origin": [-31.41599, 117.51475, -18.03771], "size": [16, 13, 8], "pivot": [-23.41599, 124.01475, -14.03771], "rotation": [0, -10, 0], "uv": [420, 516]}, + {"origin": [-35.5, 87.29446, -20.25], "size": [71, 7, 31], "pivot": [0, 90.79446, -4.75], "rotation": [2.5, 0, 0], "uv": [0, 99]} + ] + }, + { + "name": "tail", + "parent": "bodyminuschest", + "pivot": [0, 89, -2], + "cubes": [ + {"origin": [-10.5, 58.79446, -4.25], "size": [21, 27, 49], "uv": [0, 137]}, + {"origin": [-10.5, 54.79446, 14.5], "size": [21, 19, 27], "pivot": [-4.75, 31.04446, 0], "rotation": [42.5, 0, 0], "uv": [73, 312]}, + {"origin": [-11.5, 72.29446, -18.25], "size": [23, 15, 27], "uv": [0, 297]} + ] + }, + { + "name": "tailseg1", + "parent": "tail", + "pivot": [-5.75, 71.04446, 44], + "cubes": [ + {"origin": [-8.5, 60.79446, 44.75], "size": [17, 23, 23], "uv": [352, 66]} + ] + }, + { + "name": "tailseg2", + "parent": "tailseg1", + "pivot": [0, 72.19446, 67.85], + "cubes": [ + {"origin": [-6.5, 62.79446, 67.75], "size": [13, 19, 19], "uv": [148, 420]} + ] + }, + { + "name": "tailtip", + "parent": "tailseg2", + "pivot": [0, 72.16946, 87.5], + "cubes": [ + {"origin": [-4.5, 64.79446, 86.75], "size": [9, 15, 22], "uv": [462, 302]} + ] + }, + { + "name": "TAILTIP2", + "parent": "tailtip", + "pivot": [0, 72.04446, 110.75], + "cubes": [ + {"origin": [-3.5, 67.79446, 108.75], "size": [7, 9, 24], "uv": [458, 347]}, + {"origin": [-2.5, 69.79446, 130.75], "size": [5, 5, 20], "uv": [298, 492]}, + {"origin": [-15.5, 71.79446, 148.75], "size": [31, 0, 31], "uv": [61, 138]} + ] + }, + { + "name": "chestthing1", + "parent": "bodyminuschest", + "pivot": [36.37204, 149.71625, -3.5], + "cubes": [ + {"origin": [22.43538, 127.50454, 4.92782], "size": [23, 18, 8], "pivot": [36.37204, 149.71625, -3.5], "rotation": [-2.4952, -4.3288, 64.9053], "uv": [0, 474]}, + {"origin": [18.43538, 143.25947, -21.49002], "size": [30, 20, 34], "pivot": [36.37204, 149.71625, -3.5], "rotation": [2.5048, -4.3288, 64.9053], "uv": [0, 213]}, + {"origin": [21.12204, 123.61016, -20.49763], "size": [30, 20, 34], "pivot": [36.37204, 124.71625, -9.60954], "rotation": [0, 0, 90], "uv": [212, 0]}, + {"origin": [24.67442, 104.03757, 5.60012], "size": [23, 18, 8], "pivot": [37.22028, 123.42039, 16.49763], "rotation": [-5, 0, 90], "uv": [473, 138]}, + {"origin": [17.53524, 97.83194, 4.40161], "size": [23, 18, 8], "pivot": [28.45222, 99.59122, -2.5], "rotation": [3.2861, -4.6978, -64.9297], "uv": [473, 112]}, + {"origin": [13.53524, 78.96671, -21.49002], "size": [30, 20, 34], "pivot": [28.45222, 98.59122, -2.5], "rotation": [-1.7139, -4.6978, -64.9297], "uv": [200, 211]}, + {"origin": [19.53524, 96.48464, -21.37123], "size": [18, 11, 8], "pivot": [28.45222, 98.59122, -2.5], "rotation": [-6.7139, -4.6978, -64.9297], "uv": [294, 382]}, + {"origin": [24.58633, 135.41705, -20.92784], "size": [18, 10, 8], "pivot": [36.37204, 149.71625, -4.5], "rotation": [7.5048, -4.3288, 64.9053], "uv": [428, 498]}, + {"origin": [12.41599, 99.48525, -18.03771], "size": [16, 13, 8], "pivot": [17.41599, 104.98525, -14.03771], "rotation": [2.06485, 1.25454, 35.86507], "uv": [0, 500]}, + {"origin": [27.12204, 114.38888, -20.47334], "size": [19, 11, 8], "pivot": [36.37204, 124.71625, -9.60954], "rotation": [5, 0, 90], "uv": [344, 341]}, + {"origin": [15.41599, 117.51475, -18.03771], "size": [16, 13, 8], "pivot": [23.41599, 124.01475, -14.03771], "rotation": [0, 10, 0], "uv": [0, 158]}, + {"origin": [13.41599, 136.51475, -18.03771], "size": [16, 13, 8], "pivot": [18.41599, 144.01475, -14.03771], "rotation": [-2.06485, 1.25454, -35.86507], "uv": [48, 509]}, + {"origin": [0.30577, 135.23638, 2.41253], "size": [16, 13, 8], "pivot": [8.30577, 140.73638, 7.41253], "rotation": [-9.9952, -4.3288, 64.9053], "uv": [519, 424]}, + {"origin": [9.41599, 117.51475, 3.03771], "size": [16, 13, 8], "pivot": [17.41599, 124.01475, 7.03771], "rotation": [0, -10, 0], "uv": [0, 137]}, + {"origin": [4.30577, 97.76362, 1.41253], "size": [16, 13, 8], "pivot": [12.30577, 105.26362, 6.41253], "rotation": [4.95221, 2.53733, -141.55238], "uv": [290, 517]}, + {"origin": [-16.30577, 135.23638, 2.41253], "size": [16, 13, 8], "pivot": [-8.30577, 140.73638, 7.41253], "rotation": [-9.9952, 4.3288, -64.9053], "uv": [192, 518]} + ] + }, + { + "name": "chestthing2", + "parent": "bodyminuschest", + "pivot": [-36.37204, 149.71625, -3.5], + "cubes": [ + {"origin": [-45.43538, 127.50454, 4.92782], "size": [23, 18, 8], "pivot": [-36.37204, 149.71625, -3.5], "rotation": [-2.4952, 4.3288, -64.9053], "uv": [472, 472]}, + {"origin": [-48.43538, 143.25947, -21.49002], "size": [30, 20, 34], "pivot": [-36.37204, 149.71625, -3.5], "rotation": [2.5048, 4.3288, -64.9053], "uv": [106, 191]}, + {"origin": [-51.12204, 123.61016, -20.49763], "size": [30, 20, 34], "pivot": [-36.37204, 124.71625, -9.60954], "rotation": [0, 0, -90], "uv": [178, 65]}, + {"origin": [-47.67442, 104.03757, 5.60012], "size": [23, 18, 8], "pivot": [-37.22028, 123.42039, 16.49763], "rotation": [-5, 0, -90], "uv": [410, 472]}, + {"origin": [-40.53524, 97.83194, 4.40161], "size": [23, 18, 8], "pivot": [-28.45222, 99.59122, -2.5], "rotation": [3.2861, 4.6978, 64.9297], "uv": [470, 380]}, + {"origin": [-43.53524, 78.96671, -21.49002], "size": [30, 20, 34], "pivot": [-28.45222, 98.59122, -2.5], "rotation": [-1.7139, 4.6978, 64.9297], "uv": [140, 137]}, + {"origin": [-46.12204, 114.38888, -20.47334], "size": [19, 11, 8], "pivot": [-36.37204, 124.71625, -9.60954], "rotation": [5, 0, -90], "uv": [476, 0]}, + {"origin": [-37.53524, 96.48464, -21.37123], "size": [18, 11, 8], "pivot": [-28.45222, 98.59122, -2.5], "rotation": [-6.7139, 4.6978, 64.9297], "uv": [378, 0]}, + {"origin": [-42.58633, 135.41705, -20.92784], "size": [18, 10, 8], "pivot": [-36.37204, 149.71625, -4.5], "rotation": [7.5048, 4.3288, -64.9053], "uv": [486, 406]}, + {"origin": [-29.41599, 136.51475, -18.03771], "size": [16, 13, 8], "pivot": [-18.41599, 144.01475, -14.03771], "rotation": [-2.06485, -1.25454, 35.86507], "uv": [472, 514]}, + {"origin": [-28.41599, 99.48525, -18.03771], "size": [16, 13, 8], "pivot": [-17.41599, 104.98525, -14.03771], "rotation": [2.06485, -1.25454, -35.86507], "uv": [502, 291]}, + {"origin": [-20.30577, 97.76362, 1.41253], "size": [16, 13, 8], "pivot": [-12.30577, 105.26362, 6.41253], "rotation": [4.95221, -2.53733, 141.55238], "uv": [144, 518]}, + {"origin": [-25.41599, 117.51475, 3.03771], "size": [16, 13, 8], "pivot": [-17.41599, 124.01475, 7.03771], "rotation": [0, 10, 0], "uv": [96, 517]} + ] + }, + { + "name": "head", + "parent": "bodyminuschest", + "pivot": [0, 166, 0], + "cubes": [ + {"origin": [-15, 155.68367, -17.31415], "size": [30, 26, 22], "inflate": -0.01, "pivot": [0, 171.68367, -5.81415], "rotation": [37.5, 0, 0], "uv": [188, 295]} + ] + }, + { + "name": "main", + "parent": "head", + "pivot": [0, 173.75838, -8.93668], + "cubes": [ + {"origin": [-13, 169, -26.25], "size": [26, 23, 23], "uv": [292, 295]}, + {"origin": [-6, 176, -36], "size": [18, 14, 18], "pivot": [3, 180, -23], "rotation": [0, 45, 0], "uv": [887, 818]}, + {"origin": [-6.5, 164, -106], "size": [13, 12, 13], "pivot": [-2.5, 25, -9], "rotation": [-32.5, 0, 0], "uv": [217, 343]}, + {"origin": [-4, 178, -32], "size": [0, 3, 3], "pivot": [-4, 177.5, -33.5], "rotation": [176.85277, -43.25787, 3.87955], "uv": [522, 760]}, + {"origin": [-6, 178, -30], "size": [0, 3, 3], "pivot": [-6, 177.5, -31.5], "rotation": [176.85277, -43.25787, 3.87955], "uv": [522, 760]}, + {"origin": [-8, 178, -28], "size": [0, 3, 3], "pivot": [-8, 177.5, -29.5], "rotation": [-176.08184, -43.20724, -6.42074], "uv": [522, 760]}, + {"origin": [-10, 178, -26], "size": [0, 3, 3], "pivot": [-10, 177.5, -27.5], "rotation": [-178.43285, -43.32691, -2.99115], "uv": [522, 760]}, + {"origin": [-12, 178, -24], "size": [0, 3, 3], "pivot": [-12, 177.5, -25.5], "rotation": [-178.43285, -43.32691, -2.99115], "uv": [522, 760]}, + {"origin": [10, 178, -26], "size": [0, 3, 3], "pivot": [10, 177.5, -27.5], "rotation": [-176.19991, 36.8472, 4.15911], "uv": [522, 760]}, + {"origin": [12, 178, -24], "size": [0, 3, 3], "pivot": [12, 177.5, -25.5], "rotation": [-176.19991, 36.8472, 4.15911], "uv": [522, 760]}, + {"origin": [8, 178, -28], "size": [0, 3, 3], "pivot": [8, 177.5, -29.5], "rotation": [-174.33945, 36.64098, 7.26849], "uv": [522, 760]}, + {"origin": [6, 178, -30], "size": [0, 3, 3], "pivot": [6, 177.5, -31.5], "rotation": [-176.19991, 36.8472, 4.15911], "uv": [522, 760]}, + {"origin": [4, 178, -32], "size": [0, 3, 3], "pivot": [4, 177.5, -33.5], "rotation": [-176.19991, 36.8472, 4.15911], "uv": [522, 760]}, + {"origin": [14, 181, -16.25], "size": [3, 12, 12], "uv": [0, 213]} + ] + }, + { + "name": "eyebrowleft", + "parent": "main", + "pivot": [9, 183.75838, -28.93668], + "rotation": [18.8817, -41.6411, -27.2363], + "cubes": [ + {"origin": [3, 183.75838, -29.93668], "size": [6, 2, 1], "uv": [330, 637]} + ] + }, + { + "name": "eyebrowright", + "parent": "main", + "pivot": [-9, 182.75838, -29.93668], + "rotation": [156.5968, -40.6885, -149.6931], + "cubes": [ + {"origin": [-14, 183.75838, -30.93668], "size": [6, 2, 1], "uv": [363, 655]} + ] + }, + { + "name": "hair_top", + "parent": "main", + "pivot": [0, 199, -5], + "cubes": [ + {"origin": [-17, 251.84973, -55.66489], "size": [34, 0, 23], "pivot": [0, 219.84973, -16.66489], "rotation": [-162.5, 0, 0], "uv": [284, 3]}, + {"origin": [-17, 59.69, -210.89], "size": [34, 0, 23], "pivot": [-3, 25, -9], "rotation": [-77.5, 0, 0], "uv": [282, 121]}, + {"origin": [-135, 128.25, -113], "size": [23, 0, 30], "pivot": [-1, 25, -9], "rotation": [-25.15933, 21.2842, 37.69778], "uv": [113, 307]}, + {"origin": [113, 128.25, -113], "size": [22, 0, 30], "pivot": [2, 25, -9], "rotation": [-25.15933, -21.2842, -37.69778], "uv": [276, 86]}, + {"origin": [-14, 176, -111], "size": [28, 34, 26], "pivot": [-4, 25, -9], "rotation": [-32.5, 0, 0], "uv": [102, 245]}, + {"origin": [-13, 208, -109], "size": [26, 19, 22], "pivot": [-3, 25, -9], "rotation": [-32.5, 0, 0], "uv": [270, 341]}, + {"origin": [-9, 226, -104], "size": [18, 11, 12], "pivot": [-3, 25, -9], "rotation": [-32.5, 0, 0], "uv": [186, 0]} + ] + }, + { + "name": "bone", + "parent": "main", + "pivot": [0, 0, -6] + }, + { + "name": "hoopa", + "parent": "bone", + "pivot": [0, 0, -6], + "rotation": [0, -90, 0] + }, + { + "name": "head2", + "parent": "hoopa", + "pivot": [0.88183, 11.3029, -7.29621] + }, + { + "name": "headwoosh", + "parent": "head2", + "pivot": [1.13183, 11.3029, -7.29621] + }, + { + "name": "lefthorn", + "parent": "headwoosh", + "pivot": [0.88183, -1.6971, -7.04621] + }, + { + "name": "righthorn", + "parent": "lefthorn", + "pivot": [0.88183, -1.4471, -7.54621] + }, + { + "name": "facering", + "parent": "righthorn", + "pivot": [0.88183, 0.0529, -7.54621] + }, + { + "name": "face", + "parent": "facering", + "pivot": [0.88183, 0.8029, -7.54621] + }, + { + "name": "eyes", + "parent": "face", + "pivot": [-5.36817, 0.0529, -6.29621], + "rotation": [0, -90, 0] + }, + { + "name": "eyebrows", + "parent": "face", + "pivot": [-4.61817, 15.0529, -10.29621], + "rotation": [0, -90, 0] + }, + { + "name": "headshape", + "parent": "facering", + "pivot": [0.88183, 1.0529, -7.79621] + }, + { + "name": "headring", + "parent": "headwoosh", + "pivot": [0.38183, 17.5529, -0.79621] + }, + { + "name": "headring2", + "parent": "headwoosh", + "pivot": [-0.36817, 17.5529, -13.29621] + }, + { + "name": "body2", + "parent": "hoopa", + "pivot": [0.88183, 9.3029, -7.29621] + }, + { + "name": "tail2", + "parent": "body2", + "pivot": [0.88183, 0.0529, -7.54621] + }, + { + "name": "bodyring", + "parent": "tail2", + "pivot": [0.88183, 0.0529, -7.54621] + }, + { + "name": "arm_left2", + "parent": "bodyring", + "pivot": [0.88183, 6.8029, -1.54621] + }, + { + "name": "arm_right", + "parent": "bodyring", + "pivot": [1.38183, 6.8029, -13.04621] + }, + { + "name": "horns", + "parent": "main", + "pivot": [-3, 25, -3], + "cubes": [ + {"origin": [-61, 183, -14.25], "size": [19, 8, 8], "pivot": [-38.5, 187, -10.25], "rotation": [0, 0, 12.5], "uv": [480, 498]}, + {"origin": [-75.41559, 188.66375, -13.25], "size": [19, 6, 6], "pivot": [-59.5, 192, -10.25], "rotation": [0, 0, 35], "uv": [507, 267]}, + {"origin": [-48, 182, -15.25], "size": [3, 10, 10], "pivot": [-38.5, 187, -10.25], "rotation": [0, 0, 12.5], "uv": [376, 125]}, + {"origin": [-43, 182, -15.25], "size": [29, 10, 10], "uv": [468, 58]}, + {"origin": [-21, 181, -16.25], "size": [3, 12, 12], "uv": [340, 26]}, + {"origin": [-17, 181, -16.25], "size": [3, 12, 12], "uv": [0, 267]}, + {"origin": [42, 183, -14.25], "size": [19, 8, 8], "pivot": [38.5, 187, -10.25], "rotation": [0, 0, -12.5], "uv": [350, 277]}, + {"origin": [56.41559, 188.66375, -13.25], "size": [19, 6, 6], "pivot": [59.5, 192, -10.25], "rotation": [0, 0, -35], "uv": [502, 312]}, + {"origin": [45, 182, -15.25], "size": [3, 10, 10], "pivot": [38.5, 187, -10.25], "rotation": [0, 0, -12.5], "uv": [234, 149]}, + {"origin": [14, 182, -15.25], "size": [29, 10, 10], "uv": [466, 190]}, + {"origin": [18, 181, -16.25], "size": [3, 12, 12], "uv": [0, 99]} + ] + }, + { + "name": "jawmouth", + "parent": "main", + "pivot": [-0.25, 172.95, -23.25], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [-6, 159.9, -47], "size": [12, 10, 7], "pivot": [-6, 160, -39], "rotation": [-42.5, 0, 0], "uv": [361, 412]}, + {"origin": [-4, 154.9, -47], "size": [7, 8, 7], "pivot": [-6, 156, -39], "rotation": [-20, 0, 0], "uv": [363, 412]}, + {"origin": [-14, 168, -27], "size": [28, 7, 15], "uv": [646, 863]}, + {"origin": [-9, 167, -39], "size": [18, 8, 12], "pivot": [0, 173, -28], "rotation": [7.5, 0, 0], "uv": [654, 866]}, + {"origin": [11, 174, -30], "size": [0, 11, 7], "pivot": [11, 173.5, -27.5], "rotation": [3.44743, 49.94126, 22.41514], "uv": [157, 141]}, + {"origin": [-11, 174, -30], "size": [0, 11, 7], "pivot": [-11, 173.5, -27.5], "rotation": [12.15081, -43.93385, -32.29951], "uv": [157, 130]}, + {"origin": [-6, 175, -30], "size": [0, 3, 3], "pivot": [-6, 174.5, -31.5], "rotation": [-2.41881, -41.5974, -2.09043], "uv": [522, 760]}, + {"origin": [-4, 175, -32], "size": [0, 3, 3], "pivot": [-4, 174.5, -33.5], "rotation": [-2.41881, -41.5974, -2.09043], "uv": [522, 760]}, + {"origin": [-2, 175, -34], "size": [0, 3, 3], "pivot": [-2, 174.5, -35.5], "rotation": [-4.62853, -41.44369, 1.2425], "uv": [522, 760]}, + {"origin": [0, 175, -36], "size": [0, 3, 3], "pivot": [0, 174.5, -37.5], "rotation": [2.02524, -41.6146, -8.77898], "uv": [522, 760]}, + {"origin": [2, 175, -38], "size": [0, 3, 3], "pivot": [2, 174.5, -39.5], "rotation": [2.02524, -41.6146, -8.77898], "uv": [522, 760]}, + {"origin": [-1, 175, -38], "size": [0, 3, 3], "pivot": [-1, 174.5, -39.5], "rotation": [7.89965, 38.05715, 10.89544], "uv": [522, 760]}, + {"origin": [1, 175, -36], "size": [0, 3, 3], "pivot": [1, 174.5, -37.5], "rotation": [7.89965, 38.05715, 10.89544], "uv": [522, 760]}, + {"origin": [3, 175, -34], "size": [0, 3, 3], "pivot": [3, 174.5, -35.5], "rotation": [5.94573, 38.35856, 7.7369], "uv": [522, 760]}, + {"origin": [7, 175, -30], "size": [0, 3, 3], "pivot": [7, 174.5, -31.5], "rotation": [7.89965, 38.05715, 10.89544], "uv": [522, 760]}, + {"origin": [5, 175, -32], "size": [0, 3, 3], "pivot": [5, 174.5, -33.5], "rotation": [7.89965, 38.05715, 10.89544], "uv": [522, 760]}, + {"origin": [-6, 171, -37], "size": [18, 4, 18], "pivot": [3, 165, -24], "rotation": [0, 45, 0], "uv": [910, 718]} + ] + }, + { + "name": "legs", + "parent": "bodyminuschest", + "pivot": [-1, 79.04446, 0] + }, + { + "name": "right_leg", + "parent": "legs", + "pivot": [-18.75, 86.00093, -2.70492], + "rotation": [0, 22.5, 12.5], + "cubes": [ + {"origin": [-30.34971, 58.10483, -25.66262], "size": [21, 28, 23], "pivot": [-42.34971, 35.85483, 5.33738], "rotation": [-12.5, 0, 0], "uv": [0, 339]} + ] + }, + { + "name": "knee_right", + "parent": "right_leg", + "pivot": [-20.59971, 61.58124, -7.85551], + "cubes": [ + {"origin": [-28.34971, 33.35483, -9.91262], "size": [16, 36, 19], "pivot": [-42.34971, 38.85483, 5.33738], "rotation": [15, 0, 0], "uv": [403, 112]}, + {"origin": [-32.34971, 39.35483, -12.91262], "size": [24, 4, 26], "pivot": [-42.34971, 38.85483, 5.33738], "rotation": [15, 0, 0], "uv": [350, 247]} + ] + }, + { + "name": "bone28", + "parent": "knee_right", + "pivot": [-18.60225, 32.79361, 0.42416], + "cubes": [ + {"origin": [-28.59971, 26.69335, -22.73478], "size": [16, 8, 32], "pivot": [-42.59971, 34.19335, 7.51522], "rotation": [15, 0, 0], "uv": [342, 26]}, + {"origin": [-25.59971, 22.68924, -31.6278], "size": [10, 7, 11], "pivot": [-20.59971, 21.68924, -25.6278], "rotation": [-22.5, 0, 0], "uv": [328, 247]} + ] + }, + { + "name": "left_leg", + "parent": "legs", + "pivot": [18.75, 86.00093, -2.70492], + "rotation": [0, -22.5, -12.5], + "cubes": [ + {"origin": [9.34971, 58.10483, -25.66262], "size": [21, 28, 23], "pivot": [42.34971, 35.85483, 5.33738], "rotation": [-12.5, 0, 0], "uv": [338, 145]} + ] + }, + { + "name": "knee_left", + "parent": "left_leg", + "pivot": [20.59971, 62.58124, -7.85551], + "cubes": [ + {"origin": [12.34971, 33.35483, -9.91262], "size": [16, 36, 19], "pivot": [42.34971, 38.85483, 5.33738], "rotation": [15, 0, 0], "uv": [88, 358]}, + {"origin": [8.34971, 39.35483, -12.91262], "size": [24, 4, 26], "pivot": [42.34971, 38.85483, 5.33738], "rotation": [15, 0, 0], "uv": [143, 343]} + ] + }, + { + "name": "bone29", + "parent": "knee_left", + "pivot": [27.60225, 31.79361, 0.42416], + "cubes": [ + {"origin": [12.59971, 26.69335, -22.73478], "size": [16, 8, 32], "pivot": [42.59971, 34.19335, 7.51522], "rotation": [15, 0, 0], "uv": [332, 207]}, + {"origin": [15.59971, 22.68924, -31.6278], "size": [10, 7, 11], "pivot": [20.59971, 21.68924, -25.6278], "rotation": [-22.5, 0, 0], "uv": [270, 295]} + ] + }, + { + "name": "chest_hole", + "parent": "body", + "pivot": [-4.75, 117.0835, 1], + "cubes": [ + {"origin": [-12.5, 112.294, -19.0775], "size": [25, 25, 5], "uv": [192, 466]} + ] + }, + { + "name": "arms", + "parent": "bodynarm", + "pivot": [-53.44827, 89.05625, -5.83115] + }, + { + "name": "top_left3", + "parent": "arms", + "pivot": [-53.44827, 89.05625, -5.83115], + "rotation": [-176.75678, 2.11766, 154.85254], + "cubes": [ + {"origin": [-86.5, 93.4101, -247.2074], "size": [16, 21, 16], "pivot": [-69.74, 78.2201, -122.5124], "rotation": [180, 0, 90], "uv": [64, 442]}, + {"origin": [-88.08, 66.3401, -249.0674], "size": [19, 27, 20], "pivot": [-69.74, 78.2201, -122.5124], "rotation": [180, 0, 90], "uv": [0, 390]}, + {"origin": [-85.47, 57.6201, -246.5674], "size": [16, 7, 15], "pivot": [-69.74, 78.2201, -122.5124], "rotation": [180, 0, 90], "uv": [103, 495]}, + {"origin": [-82.47, 51.6201, -243.5674], "size": [10, 6, 9], "pivot": [-69.74, 78.2201, -122.5124], "rotation": [180, 0, 90], "uv": [339, 513]}, + {"origin": [-90.19, 64.3401, -251.1774], "size": [23, 5, 24], "pivot": [-69.74, 78.2201, -122.5124], "rotation": [180, 0, 90], "uv": [406, 29]}, + {"origin": [-88.33, 111.7101, -248.5674], "size": [20, 4, 19], "pivot": [-69.74, 78.2201, -122.5124], "rotation": [180, 0, 90], "uv": [276, 438]} + ] + }, + { + "name": "bone12", + "parent": "top_left3", + "pivot": [-106.93, 83.9801, -3.3174], + "cubes": [ + {"origin": [-125.95, 75.4501, -7.8174], "size": [18, 20, 10], "pivot": [-116.45, 85.4501, -2.8174], "rotation": [-170, 0, 90], "uv": [490, 19]} + ] + }, + { + "name": "bone13", + "parent": "bone12", + "pivot": [-122.85011, 79.9801, -1.21459], + "cubes": [ + {"origin": [-125.88011, 79.12246, -11.1328], "size": [6, 16, 7], "pivot": [-122.85011, 79.9801, -4.21459], "rotation": [152.5, 0, 77.5], "uv": [513, 529]}, + {"origin": [-124.82011, 93.12246, -9.1328], "size": [4, 4, 7], "pivot": [-122.85011, 79.9801, -4.21459], "rotation": [152.5, 0, 77.5], "uv": [272, 84]} + ] + }, + { + "name": "bone14", + "parent": "bone12", + "pivot": [-122.85011, 92.4701, -1.21459], + "cubes": [ + {"origin": [-125.88011, 77.32773, -11.1328], "size": [6, 16, 7], "pivot": [-122.85011, 92.4701, -4.21459], "rotation": [-152.5, 0, -77.5], "uv": [338, 528]}, + {"origin": [-124.82011, 75.32773, -9.1328], "size": [4, 4, 7], "pivot": [-122.85011, 92.4701, -4.21459], "rotation": [-152.5, 0, -77.5], "uv": [184, 258]} + ] + }, + { + "name": "bone15", + "parent": "bone12", + "pivot": [-112.93, 94.9801, -3.3174], + "cubes": [ + {"origin": [-121.93, 97.9801, -4.8174], "size": [4, 4, 7], "pivot": [-112.93, 99.9801, -3.3174], "rotation": [180, 0, 90], "uv": [243, 191]}, + {"origin": [-119.93, 96.9801, -6.8174], "size": [14, 6, 7], "pivot": [-112.93, 99.9801, -3.3174], "rotation": [180, 0, 90], "uv": [124, 420]} + ] + }, + { + "name": "top_left2", + "parent": "arms", + "pivot": [-62.44827, 127.05625, -3.83115], + "rotation": [180, 2.5, -180], + "cubes": [ + {"origin": [-95.5, 131.4101, -245.2074], "size": [16, 21, 16], "pivot": [-78.74, 116.2201, -120.5124], "rotation": [180, 0, 90], "uv": [354, 443]}, + {"origin": [-97.08, 104.3401, -247.0674], "size": [19, 27, 20], "pivot": [-78.74, 116.2201, -120.5124], "rotation": [180, 0, 90], "uv": [390, 277]}, + {"origin": [-94.47, 95.6201, -244.5674], "size": [16, 7, 15], "pivot": [-78.74, 116.2201, -120.5124], "rotation": [180, 0, 90], "uv": [165, 496]}, + {"origin": [-91.47, 89.6201, -241.5674], "size": [10, 6, 9], "pivot": [-78.74, 116.2201, -120.5124], "rotation": [180, 0, 90], "uv": [520, 361]}, + {"origin": [-99.19, 102.3401, -249.1774], "size": [23, 5, 24], "pivot": [-78.74, 116.2201, -120.5124], "rotation": [180, 0, 90], "uv": [290, 409]}, + {"origin": [-97.33, 149.7101, -246.5674], "size": [20, 4, 19], "pivot": [-78.74, 116.2201, -120.5124], "rotation": [180, 0, 90], "uv": [441, 424]} + ] + }, + { + "name": "bone8", + "parent": "top_left2", + "pivot": [-115.93, 121.9801, -1.3174], + "cubes": [ + {"origin": [-134.95, 113.4501, -5.8174], "size": [18, 20, 10], "pivot": [-125.45, 123.4501, -0.8174], "rotation": [-170, 0, 90], "uv": [491, 78]} + ] + }, + { + "name": "bone9", + "parent": "bone8", + "pivot": [-131.85011, 117.9801, 0.78541], + "cubes": [ + {"origin": [-134.88011, 117.12246, -9.1328], "size": [6, 16, 7], "pivot": [-131.85011, 117.9801, -2.21459], "rotation": [152.5, 0, 77.5], "uv": [396, 530]}, + {"origin": [-133.82011, 131.12246, -7.1328], "size": [4, 4, 7], "pivot": [-131.85011, 117.9801, -2.21459], "rotation": [152.5, 0, 77.5], "uv": [338, 145]} + ] + }, + { + "name": "bone10", + "parent": "bone8", + "pivot": [-131.85011, 130.4701, 0.78541], + "cubes": [ + {"origin": [-134.88011, 115.32773, -9.1328], "size": [6, 16, 7], "pivot": [-131.85011, 130.4701, -2.21459], "rotation": [-152.5, 0, -77.5], "uv": [52, 530]}, + {"origin": [-133.82011, 113.32773, -7.1328], "size": [4, 4, 7], "pivot": [-131.85011, 130.4701, -2.21459], "rotation": [-152.5, 0, -77.5], "uv": [73, 312]} + ] + }, + { + "name": "bone11", + "parent": "bone8", + "pivot": [-121.93, 132.9801, -1.3174], + "cubes": [ + {"origin": [-130.93, 135.9801, -2.8174], "size": [4, 4, 7], "pivot": [-121.93, 137.9801, -1.3174], "rotation": [180, 0, 90], "uv": [188, 305]}, + {"origin": [-128.93, 134.9801, -4.8174], "size": [14, 6, 7], "pivot": [-121.93, 137.9801, -1.3174], "rotation": [180, 0, 90], "uv": [312, 461]} + ] + }, + { + "name": "top_left", + "parent": "arms", + "pivot": [-55.44827, 159.05625, -4.83115], + "rotation": [-3.90091, 2.91787, -154.9953], + "cubes": [ + {"origin": [-88.5, 163.4101, -246.2074], "size": [16, 21, 16], "pivot": [-71.74, 148.2201, -121.5124], "rotation": [180, 0, 90], "uv": [128, 458]}, + {"origin": [-90.08, 136.3401, -248.0674], "size": [19, 27, 20], "pivot": [-71.74, 148.2201, -121.5124], "rotation": [180, 0, 90], "uv": [404, 324]}, + {"origin": [-87.47, 127.6201, -245.5674], "size": [16, 7, 15], "pivot": [-71.74, 148.2201, -121.5124], "rotation": [180, 0, 90], "uv": [496, 339]}, + {"origin": [-84.47, 121.6201, -242.5674], "size": [10, 6, 9], "pivot": [-71.74, 148.2201, -121.5124], "rotation": [180, 0, 90], "uv": [520, 514]}, + {"origin": [-92.19, 134.3401, -250.1774], "size": [23, 5, 24], "pivot": [-71.74, 148.2201, -121.5124], "rotation": [180, 0, 90], "uv": [54, 413]}, + {"origin": [-90.33, 181.7101, -247.5674], "size": [20, 4, 19], "pivot": [-71.74, 148.2201, -121.5124], "rotation": [180, 0, 90], "uv": [448, 268]} + ] + }, + { + "name": "bone4", + "parent": "top_left", + "pivot": [-108.93, 153.9801, -2.3174], + "cubes": [ + {"origin": [-127.95, 145.4501, -6.8174], "size": [18, 20, 10], "pivot": [-118.45, 155.4501, -1.8174], "rotation": [-170, 0, 90], "uv": [242, 492]} + ] + }, + { + "name": "bone6", + "parent": "bone4", + "pivot": [-124.85011, 149.9801, -0.21459], + "cubes": [ + {"origin": [-127.88011, 149.12246, -10.1328], "size": [6, 16, 7], "pivot": [-124.85011, 149.9801, -3.21459], "rotation": [152.5, 0, 77.5], "uv": [532, 376]}, + {"origin": [-126.82011, 163.12246, -8.1328], "size": [4, 4, 7], "pivot": [-124.85011, 149.9801, -3.21459], "rotation": [152.5, 0, 77.5], "uv": [0, 339]} + ] + }, + { + "name": "bone5", + "parent": "bone4", + "pivot": [-124.85011, 162.4701, -0.21459], + "cubes": [ + {"origin": [-127.88011, 147.32773, -10.1328], "size": [6, 16, 7], "pivot": [-124.85011, 162.4701, -3.21459], "rotation": [-152.5, 0, -77.5], "uv": [266, 531]}, + {"origin": [-126.82011, 145.32773, -8.1328], "size": [4, 4, 7], "pivot": [-124.85011, 162.4701, -3.21459], "rotation": [-152.5, 0, -77.5], "uv": [338, 196]} + ] + }, + { + "name": "bone7", + "parent": "bone4", + "pivot": [-114.93, 164.9801, -2.3174], + "cubes": [ + {"origin": [-123.93, 167.9801, -3.8174], "size": [4, 4, 7], "pivot": [-114.93, 169.9801, -2.3174], "rotation": [180, 0, 90], "uv": [338, 156]}, + {"origin": [-121.93, 166.9801, -5.8174], "size": [14, 6, 7], "pivot": [-114.93, 169.9801, -2.3174], "rotation": [180, 0, 90], "uv": [519, 445]} + ] + }, + { + "name": "top_right2", + "parent": "arms", + "pivot": [62.44827, 126.05625, -3.83115], + "rotation": [179.9905, 0.00477, -179.78218], + "cubes": [ + {"origin": [79.5, 130.4101, -245.2074], "size": [16, 21, 16], "pivot": [78.74, 115.2201, -120.5124], "rotation": [180, 0, -90], "uv": [212, 429]}, + {"origin": [78.08, 103.3401, -247.0674], "size": [19, 27, 20], "pivot": [78.74, 115.2201, -120.5124], "rotation": [180, 0, -90], "uv": [158, 373]}, + {"origin": [78.47, 94.6201, -244.5674], "size": [16, 7, 15], "pivot": [78.74, 115.2201, -120.5124], "rotation": [180, 0, -90], "uv": [485, 164]}, + {"origin": [81.47, 88.6201, -241.5674], "size": [10, 6, 9], "pivot": [78.74, 115.2201, -120.5124], "rotation": [180, 0, -90], "uv": [216, 373]}, + {"origin": [76.19, 101.3401, -249.1774], "size": [23, 5, 24], "pivot": [78.74, 115.2201, -120.5124], "rotation": [180, 0, -90], "uv": [400, 385]}, + {"origin": [77.33, 148.7101, -246.5674], "size": [20, 4, 19], "pivot": [78.74, 115.2201, -120.5124], "rotation": [180, 0, -90], "uv": [426, 167]} + ] + }, + { + "name": "bone20", + "parent": "top_right2", + "pivot": [115.93, 120.9801, -1.3174], + "cubes": [ + {"origin": [116.95, 112.4501, -5.8174], "size": [18, 20, 10], "pivot": [125.45, 122.4501, -0.8174], "rotation": [-170, 0, -90], "uv": [480, 215]} + ] + }, + { + "name": "bone21", + "parent": "bone20", + "pivot": [131.85011, 116.9801, 0.78541], + "cubes": [ + {"origin": [128.88011, 116.12246, -9.1328], "size": [6, 16, 7], "pivot": [131.85011, 116.9801, -2.21459], "rotation": [152.5, 0, -77.5], "uv": [240, 522]}, + {"origin": [129.82011, 130.12246, -7.1328], "size": [4, 4, 7], "pivot": [131.85011, 116.9801, -2.21459], "rotation": [152.5, 0, -77.5], "uv": [212, 54]} + ] + }, + { + "name": "bone22", + "parent": "bone20", + "pivot": [131.85011, 129.4701, 0.78541], + "cubes": [ + {"origin": [128.88011, 114.32773, -9.1328], "size": [6, 16, 7], "pivot": [131.85011, 129.4701, -2.21459], "rotation": [-152.5, 0, 77.5], "uv": [0, 521]}, + {"origin": [129.82011, 112.32773, -7.1328], "size": [4, 4, 7], "pivot": [131.85011, 129.4701, -2.21459], "rotation": [-152.5, 0, 77.5], "uv": [212, 23]} + ] + }, + { + "name": "bone23", + "parent": "bone20", + "pivot": [121.93, 131.9801, -1.3174], + "cubes": [ + {"origin": [126.93, 134.9801, -2.8174], "size": [4, 4, 7], "pivot": [121.93, 136.9801, -1.3174], "rotation": [180, 0, -90], "uv": [210, 123]}, + {"origin": [114.93, 133.9801, -4.8174], "size": [14, 6, 7], "pivot": [121.93, 136.9801, -1.3174], "rotation": [180, 0, -90], "uv": [376, 112]} + ] + }, + { + "name": "top_right", + "parent": "arms", + "pivot": [52.44827, 162.05625, -4.83115], + "rotation": [175, 0, 155], + "cubes": [ + {"origin": [69.5, 166.4101, -246.2074], "size": [16, 21, 16], "pivot": [68.74, 151.2201, -121.5124], "rotation": [180, 0, -90], "uv": [0, 437]}, + {"origin": [68.08, 139.3401, -248.0674], "size": [19, 27, 20], "pivot": [68.74, 151.2201, -121.5124], "rotation": [180, 0, -90], "uv": [236, 382]}, + {"origin": [68.47, 130.6201, -245.5674], "size": [16, 7, 15], "pivot": [68.74, 151.2201, -121.5124], "rotation": [180, 0, -90], "uv": [488, 245]}, + {"origin": [71.47, 124.6201, -242.5674], "size": [10, 6, 9], "pivot": [68.74, 151.2201, -121.5124], "rotation": [180, 0, -90], "uv": [402, 443]}, + {"origin": [66.19, 137.3401, -250.1774], "size": [23, 5, 24], "pivot": [68.74, 151.2201, -121.5124], "rotation": [180, 0, -90], "uv": [406, 0]} + ] + }, + { + "name": "hoop", + "parent": "top_right", + "pivot": [68.74, 151.2201, -21.5124], + "cubes": [ + {"origin": [67.33, 184.7101, -247.5674], "size": [20, 4, 19], "pivot": [68.74, 151.2201, -121.5124], "rotation": [180, 0, -90], "uv": [432, 89]} + ] + }, + { + "name": "bone16", + "parent": "top_right", + "pivot": [105.93, 156.9801, -2.3174], + "cubes": [ + {"origin": [106.95, 148.4501, -6.8174], "size": [18, 20, 10], "pivot": [115.45, 158.4501, -1.8174], "rotation": [-170, 0, -90], "uv": [329, 480]} + ] + }, + { + "name": "bone17", + "parent": "bone16", + "pivot": [121.85011, 152.9801, -0.21459], + "cubes": [ + {"origin": [118.88011, 152.12246, -10.1328], "size": [6, 16, 7], "pivot": [121.85011, 152.9801, -3.21459], "rotation": [152.5, 0, -77.5], "uv": [26, 523]}, + {"origin": [119.82011, 166.12246, -8.1328], "size": [4, 4, 7], "pivot": [121.85011, 152.9801, -3.21459], "rotation": [152.5, 0, -77.5], "uv": [234, 54]} + ] + }, + { + "name": "bone18", + "parent": "bone16", + "pivot": [121.85011, 165.4701, -0.21459], + "cubes": [ + {"origin": [118.88011, 150.32773, -10.1328], "size": [6, 16, 7], "pivot": [121.85011, 165.4701, -3.21459], "rotation": [-152.5, 0, 77.5], "uv": [370, 522]}, + {"origin": [119.82011, 148.32773, -8.1328], "size": [4, 4, 7], "pivot": [121.85011, 165.4701, -3.21459], "rotation": [-152.5, 0, 77.5], "uv": [116, 213]} + ] + }, + { + "name": "bone19", + "parent": "bone16", + "pivot": [111.93, 167.9801, -2.3174], + "cubes": [ + {"origin": [116.93, 170.9801, -3.8174], "size": [4, 4, 7], "pivot": [111.93, 172.9801, -2.3174], "rotation": [180, 0, -90], "uv": [94, 213]}, + {"origin": [104.93, 169.9801, -5.8174], "size": [14, 6, 7], "pivot": [111.93, 172.9801, -2.3174], "rotation": [180, 0, -90], "uv": [396, 225]} + ] + }, + { + "name": "top_right3", + "parent": "arms", + "pivot": [52.44827, 86.05625, -5.83115], + "rotation": [5.10912, -2.49762, -155.00238], + "cubes": [ + {"origin": [69.5, 90.4101, -247.2074], "size": [16, 21, 16], "pivot": [68.74, 75.2201, -122.5124], "rotation": [180, 0, -90], "uv": [424, 231]}, + {"origin": [68.08, 63.3401, -249.0674], "size": [19, 27, 20], "pivot": [68.74, 75.2201, -122.5124], "rotation": [180, 0, -90], "uv": [346, 362]}, + {"origin": [68.47, 54.6201, -246.5674], "size": [16, 7, 15], "pivot": [68.74, 75.2201, -122.5124], "rotation": [180, 0, -90], "uv": [472, 447]}, + {"origin": [71.47, 48.6201, -243.5674], "size": [10, 6, 9], "pivot": [68.74, 75.2201, -122.5124], "rotation": [180, 0, -90], "uv": [73, 297]}, + {"origin": [66.19, 61.3401, -251.1774], "size": [23, 5, 24], "pivot": [68.74, 75.2201, -122.5124], "rotation": [180, 0, -90], "uv": [396, 196]}, + {"origin": [67.33, 108.7101, -248.5674], "size": [20, 4, 19], "pivot": [68.74, 75.2201, -122.5124], "rotation": [180, 0, -90], "uv": [409, 66]} + ] + }, + { + "name": "bone24", + "parent": "top_right3", + "pivot": [105.93, 80.9801, -3.3174], + "cubes": [ + {"origin": [106.95, 72.4501, -7.8174], "size": [18, 20, 10], "pivot": [115.45, 82.4501, -2.8174], "rotation": [-170, 0, -90], "uv": [62, 479]} + ] + }, + { + "name": "bone25", + "parent": "bone24", + "pivot": [121.85011, 76.9801, -1.21459], + "cubes": [ + {"origin": [118.88011, 76.12246, -11.1328], "size": [6, 16, 7], "pivot": [121.85011, 76.9801, -4.21459], "rotation": [152.5, 0, -77.5], "uv": [0, 291]}, + {"origin": [119.82011, 90.12246, -9.1328], "size": [4, 4, 7], "pivot": [121.85011, 76.9801, -4.21459], "rotation": [152.5, 0, -77.5], "uv": [200, 208]} + ] + }, + { + "name": "bone26", + "parent": "bone24", + "pivot": [121.85011, 89.4701, -1.21459], + "cubes": [ + {"origin": [118.88011, 74.32773, -11.1328], "size": [6, 16, 7], "pivot": [121.85011, 89.4701, -4.21459], "rotation": [-152.5, 0, 77.5], "uv": [0, 0]}, + {"origin": [119.82011, 72.32773, -9.1328], "size": [4, 4, 7], "pivot": [121.85011, 89.4701, -4.21459], "rotation": [-152.5, 0, 77.5], "uv": [195, 119]} + ] + }, + { + "name": "bone27", + "parent": "bone24", + "pivot": [111.93, 91.9801, -3.3174], + "cubes": [ + {"origin": [116.93, 94.9801, -4.8174], "size": [4, 4, 7], "pivot": [111.93, 96.9801, -3.3174], "rotation": [180, 0, -90], "uv": [173, 119]}, + {"origin": [104.93, 93.9801, -6.8174], "size": [14, 6, 7], "pivot": [111.93, 96.9801, -3.3174], "rotation": [180, 0, -90], "uv": [91, 169]} + ] + }, + { + "name": "wholebottle", + "pivot": [0, 0, 0] + }, + { + "name": "Bottle", + "parent": "wholebottle", + "pivot": [0, 0, 0], + "rotation": [0, 180, 0] + }, + { + "name": "BottleCap", + "parent": "Bottle", + "pivot": [0, 17, 0], + "cubes": [ + {"origin": [-2.5, 15.05, -1.5], "size": [5, 3, 3], "uv": [200, 219]}, + {"origin": [2.25, 15.8, -1], "size": [1, 2, 2], "uv": [19, 0]}, + {"origin": [-3.25, 15.8, -1], "size": [1, 2, 2], "uv": [0, 0]}, + {"origin": [-0.5, 15.55, 0.75], "size": [1, 1, 1], "uv": [20, 23]}, + {"origin": [-8.71644, 15.2763, -0.5], "size": [3, 1, 1], "pivot": [0, -0.2, -1], "rotation": [0, 0, 12.5], "uv": [8, 23]}, + {"origin": [-16.2873, 11.39339, 0], "size": [3, 1, 0], "pivot": [0, -0.2, -1], "rotation": [0, 0, 32.5], "uv": [0, 5]}, + {"origin": [5.71644, 15.2763, -0.5], "size": [3, 1, 1], "pivot": [0, -0.2, -1], "rotation": [0, 0, -12.5], "uv": [0, 23]}, + {"origin": [13.2873, 11.39339, 0], "size": [3, 1, 0], "pivot": [0, -0.2, -1], "rotation": [0, 0, -32.5], "uv": [0, 4]}, + {"origin": [-1, 18.3, -1], "size": [2, 3, 2], "uv": [18, 99]}, + {"origin": [-0.5, 17.55, -0.5], "size": [1, 1, 1], "uv": [16, 23]} + ] + }, + { + "name": "eyes2", + "parent": "BottleCap", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [0.9, 16.45, 0.6], "size": [1, 1, 1], "uv": [22, 5]}, + {"origin": [-2, 16.45, 0.6], "size": [1, 1, 1], "uv": [19, 4]} + ] + }, + { + "name": "mainBottlePart", + "parent": "Bottle", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-3, 0, -3], "size": [6, 1, 6], "uv": [0, 123]}, + {"origin": [-2, 1, -2], "size": [4, 1, 4], "uv": [215, 208]}, + {"origin": [-2, 2, -2], "size": [4, 2, 4], "uv": [32, 179]}, + {"origin": [-1.5, 6.8, -2], "size": [3, 3, 4], "uv": [126, 169]}, + {"origin": [-1.5, 6.65, -2], "size": [3, 2, 4], "uv": [188, 119]}, + {"origin": [-1, 9.8, -1], "size": [2, 6, 2], "uv": [0, 99]}, + {"origin": [1, 1, -2], "size": [4, 2, 4], "pivot": [0, 0, 0], "rotation": [0, 0, -35], "uv": [16, 179]}, + {"origin": [3.7, -3.54, -2], "size": [3, 2, 4], "pivot": [0, 0, 0], "rotation": [0, 0, -90], "uv": [227, 54]}, + {"origin": [2.05, -7.68, -2], "size": [3, 2, 4], "pivot": [0, -0.2, 0], "rotation": [0, 0, -137.5], "uv": [200, 200]}, + {"origin": [-5.05, -7.68, -2], "size": [3, 2, 4], "pivot": [0, -0.2, 0], "rotation": [0, 0, 137.5], "uv": [109, 213]}, + {"origin": [-6.7, -3.54, -2], "size": [3, 2, 4], "pivot": [0, 0, 0], "rotation": [0, 0, 90], "uv": [227, 23]}, + {"origin": [-5, 1, -2], "size": [4, 2, 4], "pivot": [0, 0, 0], "rotation": [0, 0, 35], "uv": [0, 179]} + ] + }, + { + "name": "rings", + "parent": "mainBottlePart", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-4, 0.5, -3], "size": [1, 3, 6], "pivot": [0, 0, 0], "rotation": [0, 0, 35], "uv": [157, 159]}, + {"origin": [-4, -0.25, -0.5], "size": [1, 1, 1], "pivot": [0, 0, 0], "rotation": [0, 0, 35], "uv": [6, 99]}, + {"origin": [-4.05, -8.18, -3], "size": [1, 3, 6], "pivot": [0, -0.2, 0], "rotation": [0, 0, 137.5], "uv": [18, 213]}, + {"origin": [-4.05, -9.18, -0.5], "size": [1, 1, 1], "pivot": [0, -0.2, 0], "rotation": [0, 0, 137.5], "uv": [24, 99]}, + {"origin": [-5.7, -5.04, -0.5], "size": [1, 1, 1], "pivot": [0, 0, 0], "rotation": [0, 0, 90], "uv": [8, 101]}, + {"origin": [-5.7, -4.04, -3], "size": [1, 3, 6], "pivot": [0, 0, 0], "rotation": [0, 0, 90], "uv": [200, 191]}, + {"origin": [3, 0.5, -3], "size": [1, 3, 6], "pivot": [0, 0, 0], "rotation": [0, 0, -35], "uv": [14, 237]}, + {"origin": [3, -0.25, -0.5], "size": [1, 1, 1], "pivot": [0, 0, 0], "rotation": [0, 0, -35], "uv": [8, 103]}, + {"origin": [4.7, -4.04, -3], "size": [1, 3, 6], "pivot": [0, 0, 0], "rotation": [0, 0, -90], "uv": [0, 237]}, + {"origin": [4.7, -5.04, -0.5], "size": [1, 1, 1], "pivot": [0, 0, 0], "rotation": [0, 0, -90], "uv": [26, 102]}, + {"origin": [3.05, -8.18, -3], "size": [1, 3, 6], "pivot": [0, -0.2, 0], "rotation": [0, 0, -137.5], "uv": [216, 213]}, + {"origin": [3.05, -9.18, -0.5], "size": [1, 1, 1], "pivot": [0, -0.2, 0], "rotation": [0, 0, -137.5], "uv": [27, 100]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/hoppip/hoppip.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/hoppip/hoppip.geo.json new file mode 100644 index 0000000..4d11c32 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/hoppip/hoppip.geo.json @@ -0,0 +1,234 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.hoppip", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "hoppip", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "hoppip", + "pivot": [0, 7, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 3, 5.5], + "cubes": [ + {"origin": [-2.5, 4.75, -5.5], "size": [5, 2, 0], "inflate": 0.02, "uv": [32, 32]}, + {"origin": [-5.5, 3, -5.5], "size": [11, 9, 11], "inflate": 0.01, "uv": [20, 43]} + ] + }, + { + "name": "eyes", + "parent": "torso", + "pivot": [-3, 8.25, -5.5], + "cubes": [ + {"origin": [2, 7.25, -5.5], "size": [2, 2, 0], "inflate": 0.02, "uv": [38, 34]}, + {"origin": [-4, 7.25, -5.5], "size": [2, 2, 0], "inflate": 0.02, "uv": [38, 36]} + ] + }, + { + "name": "arm_left", + "parent": "torso", + "pivot": [5, 5, -4.5], + "cubes": [ + {"origin": [5, 4, -5.5], "size": [3, 2, 2], "uv": [0, 32]} + ] + }, + { + "name": "arm_right", + "parent": "torso", + "pivot": [-5, 5, -4.5], + "cubes": [ + {"origin": [-8, 4, -5.5], "size": [3, 2, 2], "uv": [32, 28]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 5, 5.5], + "cubes": [ + {"origin": [-1, 4, 4.5], "size": [2, 2, 4], "inflate": 0.001, "uv": [10, 28]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 4, 8.5], + "cubes": [ + {"origin": [-1, 4, 8.5], "size": [2, 2, 3], "uv": [0, 6]} + ] + }, + { + "name": "ear_left", + "parent": "torso", + "pivot": [4.5, 11, 0], + "cubes": [ + {"origin": [4, 9, -2.5], "size": [6, 4, 5], "pivot": [5.5, 9, 0], "rotation": [-10, 0, -52.5], "uv": [22, 19]}, + {"origin": [4.5, 9, -2], "size": [5, 0, 4], "inflate": 0.01, "pivot": [5.5, 9, 0], "rotation": [-10, 0, -52.5], "uv": [0, 28]} + ] + }, + { + "name": "ear_right", + "parent": "torso", + "pivot": [-4.5, 11, 0], + "cubes": [ + {"origin": [-10, 9, -2.5], "size": [6, 4, 5], "pivot": [-5.5, 9, 0], "rotation": [-10, 0, 52.5], "uv": [0, 19]}, + {"origin": [-9.5, 9, -2], "size": [5, 0, 4], "inflate": 0.01, "pivot": [-5.5, 9, 0], "rotation": [-10, 0, 52.5], "uv": [13, 19]} + ] + }, + { + "name": "propeller", + "parent": "torso", + "pivot": [0, 12, 0] + }, + { + "name": "propeller_left", + "parent": "propeller", + "pivot": [0, 12, 0], + "cubes": [ + {"origin": [0, 11.35355, -0.64645], "size": [0, 2, 2], "inflate": 0.01, "pivot": [0, 12, 0], "rotation": [45, 0, 0], "uv": [37, 7]}, + {"origin": [0, 12.25, -1], "size": [0, 2, 2], "uv": [0, 37]}, + {"origin": [-0.01, 11.25, -0.5], "size": [0, 3, 1], "uv": [0, 48]} + ] + }, + { + "name": "propeller_left2", + "parent": "propeller_left", + "pivot": [0, 14.25, 0], + "cubes": [ + {"origin": [0, 14.25, -1], "size": [0, 3, 2], "inflate": 0.01, "uv": [0, 26]}, + {"origin": [0, 14.25, -0.2], "size": [0, 2, 2], "pivot": [0, 15.75, 0.3], "rotation": [45, 0, 0], "uv": [28, 35]}, + {"origin": [0, 14.25, -1.8], "size": [0, 2, 2], "pivot": [0, 15.75, -0.3], "rotation": [-45, 0, 0], "uv": [24, 35]}, + {"origin": [-0.01, 14.25, -0.5], "size": [0, 3, 1], "uv": [0, 54]} + ] + }, + { + "name": "propeller_left3", + "parent": "propeller_left2", + "pivot": [0, 17.25, 0], + "cubes": [ + {"origin": [0, 17.25, -1], "size": [0, 3, 2], "inflate": 0.01, "uv": [7, 4]}, + {"origin": [0, 17.25, -0.2], "size": [0, 2, 2], "pivot": [0, 18.75, 0.3], "rotation": [45, 0, 0], "uv": [33, 7]}, + {"origin": [0, 17.25, -1.8], "size": [0, 2, 2], "pivot": [0, 18.75, -0.3], "rotation": [-45, 0, 0], "uv": [30, 26]}, + {"origin": [-0.01, 17.25, -0.5], "size": [0, 3, 1], "uv": [0, 43]} + ] + }, + { + "name": "propeller_left4", + "parent": "propeller_left3", + "pivot": [0, 20.25, 0], + "cubes": [ + {"origin": [0, 20.25, -1], "size": [0, 5, 2], "inflate": 0.02, "uv": [34, 32]}, + {"origin": [0, 20.75, -0.2], "size": [0, 3, 3], "pivot": [0, 22.25, 0.3], "rotation": [45, 0, 0], "uv": [28, 31]}, + {"origin": [0, 20.75, -2.8], "size": [0, 3, 3], "inflate": 0.01, "pivot": [0, 22.25, -0.3], "rotation": [-45, 0, 0], "uv": [22, 31]}, + {"origin": [-0.02, 20.25, -0.5], "size": [0, 5, 1], "uv": [4, 48]} + ] + }, + { + "name": "propeller_left5", + "parent": "propeller_left4", + "pivot": [0, 25.25, 0], + "cubes": [ + {"origin": [0, 25.25, -1], "size": [0, 5, 2], "inflate": 0.02, "uv": [0, 17]}, + {"origin": [0, 25.5, -0.2], "size": [0, 3, 3], "pivot": [0, 27, 0.3], "rotation": [45, 0, 0], "uv": [16, 31]}, + {"origin": [0, 25.525, -2.8], "size": [0, 3, 3], "inflate": 0.01, "pivot": [0, 27.025, -0.3], "rotation": [-45, 0, 0], "uv": [10, 31]}, + {"origin": [-0.02, 25.25, -0.5], "size": [0, 5, 1], "uv": [21, 46]} + ] + }, + { + "name": "propeller_right", + "parent": "propeller", + "pivot": [0, 12, 0], + "cubes": [ + {"origin": [0, 11.35355, -0.64645], "size": [0, 2, 2], "inflate": 0.01, "pivot": [0, 12, 0], "rotation": [45, 0, 0], "uv": [37, 7], "mirror": true}, + {"origin": [0, 12.25, -1], "size": [0, 2, 2], "uv": [0, 37], "mirror": true}, + {"origin": [0.02, 11.25, -0.5], "size": [0, 3, 1], "uv": [0, 48], "mirror": true} + ] + }, + { + "name": "propeller_right2", + "parent": "propeller_right", + "pivot": [0, 14.25, 0], + "cubes": [ + {"origin": [0, 14.25, -1], "size": [0, 3, 2], "inflate": 0.01, "uv": [0, 26], "mirror": true}, + {"origin": [0, 14.25, -0.2], "size": [0, 2, 2], "pivot": [0, 15.75, 0.3], "rotation": [45, 0, 0], "uv": [28, 35], "mirror": true}, + {"origin": [0, 14.25, -1.8], "size": [0, 2, 2], "pivot": [0, 15.75, -0.3], "rotation": [-45, 0, 0], "uv": [24, 35], "mirror": true}, + {"origin": [0.02, 14.25, -0.5], "size": [0, 3, 1], "uv": [0, 54], "mirror": true} + ] + }, + { + "name": "propeller_right3", + "parent": "propeller_right2", + "pivot": [0, 17.25, 0], + "cubes": [ + {"origin": [0, 17.25, -1], "size": [0, 3, 2], "inflate": 0.01, "uv": [7, 4], "mirror": true}, + {"origin": [0, 17.25, -0.2], "size": [0, 2, 2], "pivot": [0, 18.75, 0.3], "rotation": [45, 0, 0], "uv": [33, 7], "mirror": true}, + {"origin": [0, 17.25, -1.8], "size": [0, 2, 2], "pivot": [0, 18.75, -0.3], "rotation": [-45, 0, 0], "uv": [30, 26], "mirror": true}, + {"origin": [0.02, 17.25, -0.5], "size": [0, 3, 1], "uv": [0, 43], "mirror": true} + ] + }, + { + "name": "propeller_right4", + "parent": "propeller_right3", + "pivot": [0, 20.25, 0], + "cubes": [ + {"origin": [0, 20.25, -1], "size": [0, 5, 2], "inflate": 0.02, "uv": [34, 32], "mirror": true}, + {"origin": [0, 20.75, -0.2], "size": [0, 3, 3], "pivot": [0, 22.25, 0.3], "rotation": [45, 0, 0], "uv": [28, 31], "mirror": true}, + {"origin": [0, 20.75, -2.8], "size": [0, 3, 3], "inflate": 0.01, "pivot": [0, 22.25, -0.3], "rotation": [-45, 0, 0], "uv": [22, 31], "mirror": true}, + {"origin": [0.03, 20.25, -0.5], "size": [0, 5, 1], "uv": [4, 48], "mirror": true} + ] + }, + { + "name": "propeller_right5", + "parent": "propeller_right4", + "pivot": [0, 25.25, 0], + "cubes": [ + {"origin": [0, 25.25, -1], "size": [0, 5, 2], "inflate": 0.02, "uv": [0, 17], "mirror": true}, + {"origin": [0, 25.5, -0.2], "size": [0, 3, 3], "pivot": [0, 27, 0.3], "rotation": [45, 0, 0], "uv": [16, 31], "mirror": true}, + {"origin": [0, 25.525, -2.8], "size": [0, 3, 3], "inflate": 0.01, "pivot": [0, 27.025, -0.3], "rotation": [-45, 0, 0], "uv": [10, 31], "mirror": true}, + {"origin": [0.03, 25.25, -0.5], "size": [0, 5, 1], "uv": [21, 46], "mirror": true} + ] + }, + { + "name": "eyelids", + "parent": "torso", + "pivot": [-3, 8.25, -5.4], + "cubes": [ + {"origin": [2, 7.25, -5.4], "size": [2, 2, 0], "inflate": 0.02, "uv": [42, 34]}, + {"origin": [-4, 7.25, -5.4], "size": [2, 2, 0], "inflate": 0.02, "uv": [42, 36]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [3.5, 3.5, 5.5], + "cubes": [ + {"origin": [2, -0.5, 4.5], "size": [3, 4, 2], "uv": [0, 0]}, + {"origin": [2.5, 1, 6.5], "size": [2, 2, 0], "inflate": 0.01, "uv": [33, 0]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-3.5, 3.5, 5.5], + "cubes": [ + {"origin": [-5, -0.5, 4.5], "size": [3, 4, 2], "uv": [22, 28]}, + {"origin": [-4.5, 1, 6.5], "size": [2, 2, 0], "inflate": 0.01, "uv": [37, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/houndoom/houndoom.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/houndoom/houndoom.geo.json new file mode 100644 index 0000000..dd128cd --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/houndoom/houndoom.geo.json @@ -0,0 +1,276 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.houndoom", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 6, + "visible_bounds_height": 5.5, + "visible_bounds_offset": [0, 2.25, 0] + }, + "bones": [ + { + "name": "houndoom", + "pivot": [0, 0, 0] + }, + { + "name": "leg3", + "parent": "houndoom", + "pivot": [-3.88889, 22.89451, 7.45556], + "cubes": [ + {"origin": [-6, 15.65185, 4.96896], "size": [5, 11, 7], "inflate": 0.02, "pivot": [0, 26.65185, -9.03104], "rotation": [-10, 0, 0], "uv": [45, 55], "mirror": true} + ] + }, + { + "name": "knee3", + "parent": "leg3", + "pivot": [-3.9375, 13.35676, 3.4815], + "cubes": [ + {"origin": [-6, 3.07203, -4.62145], "size": [5, 6, 7], "inflate": 0.01, "pivot": [0, 28.07203, -10.62145], "rotation": [25, 0, 0], "uv": [62, 48], "mirror": true}, + {"origin": [-6, -1.51299, 6.76111], "size": [4, 9, 5], "pivot": [-0.5, 4.48701, -10.23889], "rotation": [12.5, 0, 0], "uv": [84, 0]}, + {"origin": [-7, 5.32713, 5.7404], "size": [6, 2, 7], "uv": [0, 119], "mirror": true}, + {"origin": [-6.5, 0.12713, 5.7404], "size": [5, 3, 7], "uv": [78, 75], "mirror": true}, + {"origin": [-7, 3.12713, 5.7404], "size": [6, 2, 7], "uv": [0, 119], "mirror": true}, + {"origin": [-4.5, 0.12713, 4.7404], "size": [1, 2, 1], "uv": [0, 31], "mirror": true}, + {"origin": [-6.5, 0.12713, 4.7404], "size": [1, 2, 1], "uv": [0, 25], "mirror": true}, + {"origin": [-2.5, 0.12713, 4.7404], "size": [1, 2, 1], "uv": [0, 28], "mirror": true} + ] + }, + { + "name": "leg", + "parent": "houndoom", + "pivot": [3.5, 25.59947, -6.11578], + "cubes": [ + {"origin": [1, 17.46447, -7.87628], "size": [5, 10, 6], "inflate": 0.01, "pivot": [0, 30.46447, -9.87628], "rotation": [-12.5, 0, 0], "uv": [66, 27]}, + {"origin": [1, 6.61553, -11.78368], "size": [5, 9, 6], "pivot": [0, 18.61553, -14.78368], "rotation": [27.5, 0, 0], "uv": [18, 73]} + ] + }, + { + "name": "knee", + "parent": "leg", + "pivot": [3.5, 11.29856, -2.04531], + "cubes": [ + {"origin": [2, 3.12713, -6.2596], "size": [3, 9, 5], "uv": [19, 88]}, + {"origin": [1, 5.32713, -7.2596], "size": [5, 2, 7], "inflate": 0.01, "uv": [0, 119]}, + {"origin": [1, 3.12713, -7.2596], "size": [5, 2, 7], "inflate": 0.01, "uv": [0, 119]} + ] + }, + { + "name": "paw2", + "parent": "knee", + "pivot": [3.5, 3.25213, -3.7596], + "cubes": [ + {"origin": [1, 0.12713, -8.2596], "size": [5, 3, 7], "uv": [0, 81]}, + {"origin": [1, 0.12713, -9.2596], "size": [1, 2, 1], "uv": [44, 33]}, + {"origin": [3, 0.12713, -9.2596], "size": [1, 2, 1], "uv": [38, 7]}, + {"origin": [5, 0.12713, -9.2596], "size": [1, 2, 1], "uv": [48, 14]} + ] + }, + { + "name": "leg4", + "parent": "houndoom", + "pivot": [3.88889, 22.89451, 7.45556], + "cubes": [ + {"origin": [1, 15.65185, 4.96896], "size": [5, 11, 7], "inflate": 0.02, "pivot": [0, 26.65185, -9.03104], "rotation": [-10, 0, 0], "uv": [45, 55]} + ] + }, + { + "name": "knee4", + "parent": "leg4", + "pivot": [3.9375, 13.35676, 3.4815], + "cubes": [ + {"origin": [1, 3.07203, -4.62145], "size": [5, 6, 7], "inflate": 0.01, "pivot": [0, 28.07203, -10.62145], "rotation": [25, 0, 0], "uv": [62, 48]}, + {"origin": [2, -1.51299, 6.76111], "size": [4, 9, 5], "pivot": [0.5, 4.48701, -10.23889], "rotation": [12.5, 0, 0], "uv": [59, 82]}, + {"origin": [1, 5.32713, 5.7404], "size": [6, 2, 7], "uv": [0, 119]}, + {"origin": [1, 3.12713, 5.7404], "size": [6, 2, 7], "uv": [0, 119]}, + {"origin": [1.5, 0.12713, 5.7404], "size": [5, 3, 7], "uv": [78, 75]}, + {"origin": [5.5, 0.12713, 4.7404], "size": [1, 2, 1], "uv": [0, 25]}, + {"origin": [3.5, 0.12713, 4.7404], "size": [1, 2, 1], "uv": [0, 31]}, + {"origin": [1.5, 0.12713, 4.7404], "size": [1, 2, 1], "uv": [0, 28]} + ] + }, + { + "name": "leg2", + "parent": "houndoom", + "pivot": [-3.5, 25.59947, -6.11578], + "cubes": [ + {"origin": [-6, 6.61553, -11.78368], "size": [5, 9, 6], "pivot": [0, 18.61553, -14.78368], "rotation": [27.5, 0, 0], "uv": [63, 67]}, + {"origin": [-6, 17.46447, -7.87628], "size": [5, 10, 6], "inflate": 0.01, "pivot": [0, 30.46447, -9.87628], "rotation": [-12.5, 0, 0], "uv": [66, 27], "mirror": true} + ] + }, + { + "name": "knee2", + "parent": "leg2", + "pivot": [-3.5, 11.29856, -2.04531], + "cubes": [ + {"origin": [-5, 3.12713, -6.2596], "size": [3, 9, 5], "uv": [19, 88], "mirror": true}, + {"origin": [-6, 5.32713, -7.2596], "size": [5, 2, 7], "pivot": [0, 12.12713, -10.2596], "rotation": [0, -0.01, 0], "uv": [0, 119], "mirror": true}, + {"origin": [-6, 3.12713, -7.2596], "size": [5, 2, 7], "inflate": 0.01, "uv": [0, 119], "mirror": true} + ] + }, + { + "name": "paw", + "parent": "knee2", + "pivot": [-3.5, 3.25213, -3.7596], + "cubes": [ + {"origin": [-6, 0.12713, -8.2596], "size": [5, 3, 7], "uv": [40, 75]}, + {"origin": [-6, 0.12713, -9.2596], "size": [1, 2, 1], "uv": [0, 0]}, + {"origin": [-4, 0.12713, -9.2596], "size": [1, 2, 1], "uv": [10, 0]}, + {"origin": [-2, 0.12713, -9.2596], "size": [1, 2, 1], "uv": [0, 9]} + ] + }, + { + "name": "body", + "parent": "houndoom", + "pivot": [0, 20.47238, 7.13586], + "cubes": [ + {"origin": [-5, 18.46447, 1.12372], "size": [10, 10, 10], "uv": [0, 25]}, + {"origin": [-5, 17.46447, -12.87628], "size": [10, 11, 14], "uv": [0, 0]}, + {"origin": [-5.91281, 28.12306, -13.71898], "size": [4, 4, 10], "pivot": [0.08719, 29.72306, -8.71898], "rotation": [14.33501, 4.46375, -16.93839], "uv": [0, 45]}, + {"origin": [4.26927, 29.27046, -20.62714], "size": [2, 1, 1], "pivot": [2.66927, 32.27046, -12.72714], "rotation": [46.78082, 13.99545, 14.43276], "uv": [38, 2]}, + {"origin": [-6.98756, 27.49429, -18.6962], "size": [4, 3, 5], "pivot": [-1.38756, 31.49429, -12.7962], "rotation": [46.78082, -13.99545, -14.43276], "uv": [90, 14]}, + {"origin": [1.91281, 28.12306, -13.71898], "size": [4, 4, 10], "pivot": [-0.08719, 29.72306, -8.71898], "rotation": [14.33501, -4.46375, 16.93839], "uv": [34, 0]}, + {"origin": [-6.26927, 29.27046, -20.62714], "size": [2, 1, 1], "pivot": [-2.66927, 32.27046, -12.72714], "rotation": [46.78082, -13.99545, -14.43276], "uv": [38, 0]}, + {"origin": [2.98756, 27.49429, -18.6962], "size": [4, 3, 5], "pivot": [1.38756, 31.49429, -12.7962], "rotation": [46.78082, 13.99545, 14.43276], "uv": [88, 32]}, + {"origin": [-5, 28.46447, 3.12372], "size": [10, 2, 3], "uv": [85, 69]}, + {"origin": [-5, 28.46447, -0.87628], "size": [10, 2, 3], "uv": [82, 27]}, + {"origin": [-5, 28.46447, 7.12372], "size": [10, 2, 3], "uv": [79, 64]}, + {"origin": [-4, 25.46447, -5.87628], "size": [8, 6, 3], "pivot": [0, 28.46447, -9.87628], "rotation": [15, 0, 0], "uv": [80, 44]}, + {"origin": [-6.8842, 32.14632, 7.12372], "size": [2, 2, 3], "pivot": [0.1158, 32.14632, -5.87628], "rotation": [0, 0, -40], "uv": [69, 61]}, + {"origin": [4.8842, 32.14632, -0.87628], "size": [2, 2, 3], "pivot": [-0.1158, 32.14632, -5.87628], "rotation": [0, 0, 40], "uv": [67, 43]}, + {"origin": [-6.8842, 32.14632, 3.12372], "size": [2, 2, 3], "pivot": [0.1158, 32.14632, -5.87628], "rotation": [0, 0, -40], "uv": [58, 40]}, + {"origin": [4.8842, 32.14632, 7.12372], "size": [2, 2, 3], "pivot": [-0.1158, 32.14632, -5.87628], "rotation": [0, 0, 40], "uv": [0, 50]}, + {"origin": [-6.8842, 32.14632, -0.87628], "size": [2, 2, 3], "pivot": [0.1158, 32.14632, -5.87628], "rotation": [0, 0, -40], "uv": [0, 45]}, + {"origin": [4.8842, 32.14632, 3.12372], "size": [2, 2, 3], "pivot": [-0.1158, 32.14632, -5.87628], "rotation": [0, 0, 40], "uv": [30, 30]}, + {"origin": [-1.5, 20.46447, -13.87628], "size": [3, 3, 1], "uv": [13, 13]} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [0, 26.46447, 10.62372], + "cubes": [ + {"origin": [-1, 26.46447, 11.12372], "size": [2, 0, 5], "uv": [0, 30]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 26.46447, 16.12372], + "cubes": [ + {"origin": [-1, 26.46447, 16.12372], "size": [2, 0, 5], "uv": [29, 25]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 26.46447, 21.12372], + "cubes": [ + {"origin": [-1, 26.46447, 21.12372], "size": [2, 0, 5], "uv": [29, 5]} + ] + }, + { + "name": "tail4", + "parent": "tail3", + "pivot": [0, 26.46447, 26.12372], + "cubes": [ + {"origin": [-1, 26.46447, 26.12372], "size": [2, 0, 5], "uv": [29, 0]} + ] + }, + { + "name": "tail5", + "parent": "tail4", + "pivot": [0, 26.46447, 31.12372], + "cubes": [ + {"origin": [-1, 26.46447, 31.12372], "size": [2, 0, 5], "uv": [25, 25]} + ] + }, + { + "name": "tail6", + "parent": "tail5", + "pivot": [0, 26.46447, 36.12372], + "cubes": [ + {"origin": [-1, 26.46447, 36.12372], "size": [2, 0, 5], "uv": [0, 25]} + ] + }, + { + "name": "tail7", + "parent": "tail6", + "pivot": [0, 26.46447, 41.12372], + "cubes": [ + {"origin": [-1, 26.46447, 41.12372], "size": [2, 0, 5], "uv": [4, 9]} + ] + }, + { + "name": "tail8", + "parent": "tail7", + "pivot": [0, 26.46447, 46.12372], + "cubes": [ + {"origin": [-1, 26.46447, 46.12372], "size": [2, 0, 5], "uv": [0, 9]} + ] + }, + { + "name": "tail9", + "parent": "tail8", + "pivot": [0, 26.46447, 51.12372], + "cubes": [ + {"origin": [-3, 26.46447, 51.12372], "size": [6, 0, 7], "uv": [11, 45]} + ] + }, + { + "name": "neck", + "parent": "body", + "pivot": [0, 27.43039, -10.13509], + "cubes": [ + {"origin": [-4, 25.46447, -13.87628], "size": [8, 8, 8], "pivot": [0, 28.46447, -9.87628], "rotation": [15, 0, 0], "uv": [40, 17]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [-0.21053, 32.12635, -10.34447], + "cubes": [ + {"origin": [-4.5, 32, -16], "size": [9, 10, 9], "uv": [31, 36]}, + {"origin": [-3, 33.1733, -20.35592], "size": [6, 4, 6], "pivot": [0, 27.1733, -14.35592], "rotation": [7.5, 0, 0], "uv": [72, 16]}, + {"origin": [2.35645, 40.18, -14], "size": [3, 5, 4], "pivot": [4.10645, 45.00011, -8.51272], "rotation": [-14.65993, 3.21132, 12.08681], "uv": [0, 91]}, + {"origin": [3.35645, 46.40256, -12.53263], "size": [2, 3, 2], "pivot": [4.10645, 45.00011, -8.51272], "rotation": [-117.15993, 3.21132, 12.08681], "uv": [34, 73]}, + {"origin": [-5.35645, 40.18, -14], "size": [3, 5, 4], "pivot": [-4.10645, 45.00011, -8.51272], "rotation": [-14.65993, -3.21132, -12.08681], "uv": [0, 0]}, + {"origin": [-5.35645, 41.61076, -12.83185], "size": [3, 3, 4], "pivot": [-4.10645, 45.00011, -8.51272], "rotation": [-54.65993, -3.21132, -12.08681], "uv": [49, 92]}, + {"origin": [-5.35645, 42.6604, -12.16405], "size": [3, 3, 4], "pivot": [-4.10645, 45.00011, -8.51272], "rotation": [-82.15993, -3.21132, -12.08681], "uv": [35, 92]}, + {"origin": [2.35645, 41.61076, -12.83185], "size": [3, 3, 4], "pivot": [4.10645, 45.00011, -8.51272], "rotation": [-54.65993, 3.21132, 12.08681], "uv": [0, 59]}, + {"origin": [-5.35645, 44.69287, -11.81053], "size": [3, 3, 3], "pivot": [-4.10645, 45.00011, -8.51272], "rotation": [-97.15993, -3.21132, -12.08681], "uv": [64, 16]}, + {"origin": [2.35645, 42.6604, -12.16405], "size": [3, 3, 4], "pivot": [4.10645, 45.00011, -8.51272], "rotation": [-82.15993, 3.21132, 12.08681], "uv": [38, 55]}, + {"origin": [-5.35645, 46.40256, -12.53263], "size": [2, 3, 2], "pivot": [-4.10645, 45.00011, -8.51272], "rotation": [-117.15993, -3.21132, -12.08681], "uv": [58, 33]}, + {"origin": [2.35645, 44.69287, -11.81053], "size": [3, 3, 3], "pivot": [4.10645, 45.00011, -8.51272], "rotation": [-97.15993, 3.21132, 12.08681], "uv": [52, 0]}, + {"origin": [2.9, 37, -16], "size": [1, 1, 1], "inflate": 0.02, "uv": [80, 22]}, + {"origin": [-4, 36.5, -16], "size": [0, 2, 1], "inflate": 0.01, "uv": [97, 47], "mirror": true}, + {"origin": [-3.9, 37, -16], "size": [1, 1, 1], "inflate": 0.02, "uv": [80, 22], "mirror": true}, + {"origin": [2.5, 36.5, -16], "size": [2, 2, 3], "inflate": 0.01, "uv": [109, -2]}, + {"origin": [-4.5, 36.5, -16], "size": [2, 2, 3], "inflate": 0.01, "uv": [109, -2], "mirror": true}, + {"origin": [-3, 32.1733, -19.35592], "size": [0, 1, 1], "inflate": 0.01, "pivot": [0, 27.1733, -14.35592], "rotation": [7.5, 0, 0], "uv": [46, 9]}, + {"origin": [3, 32.1733, -19.35592], "size": [0, 1, 1], "inflate": 0.01, "pivot": [0, 27.1733, -14.35592], "rotation": [7.5, 0, 0], "uv": [46, 9], "mirror": true} + ] + }, + { + "name": "eyelids", + "parent": "head", + "pivot": [0, 37.5, -14.5], + "cubes": [ + {"origin": [-4.5, 36, -16], "size": [3, 3, 3], "inflate": 0.04, "uv": [23, 16]}, + {"origin": [1.5, 36, -16], "size": [3, 3, 3], "inflate": 0.04, "uv": [23, 16]} + ] + }, + { + "name": "jaw", + "parent": "head", + "pivot": [0, 32.73467, -16.04815], + "cubes": [ + {"origin": [-3, 32.1733, -20.35592], "size": [6, 1, 6], "pivot": [0, 27.1733, -14.35592], "rotation": [7.5, 0, 0], "uv": [34, 85]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/houndour/houndour.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/houndour/houndour.geo.json new file mode 100644 index 0000000..9227317 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/houndour/houndour.geo.json @@ -0,0 +1,198 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.houndour", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "houndour", + "pivot": [0, 0, 0] + }, + { + "name": "leg", + "parent": "houndour", + "pivot": [3.5, 17.67565, -4.93922], + "cubes": [ + {"origin": [1, 9.3, -9], "size": [5, 9, 6], "inflate": 0.01, "pivot": [0, 23.3, -6], "rotation": [12.5, 0, 0], "uv": [44, 61]} + ] + }, + { + "name": "knee2", + "parent": "leg", + "pivot": [3.5, 10.2258, -0.93769], + "cubes": [ + {"origin": [1, 3.03218, -5.37397], "size": [5, 8, 5], "pivot": [0, 21.03218, -6.77397], "rotation": [-2.5, 0, 0], "uv": [0, 64]}, + {"origin": [0, 3.03218, -6.37397], "size": [7, 3, 7], "pivot": [0, 21.03218, -6.77397], "rotation": [-2.5, 0, 0], "uv": [0, 54]} + ] + }, + { + "name": "foot", + "parent": "knee2", + "pivot": [3.5, 1.42425, -4.72731], + "cubes": [ + {"origin": [1, 0.03218, -7.37397], "size": [5, 3, 7], "pivot": [0, 21.03218, -6.77397], "rotation": [-2.5, 0, 0], "uv": [65, 54]} + ] + }, + { + "name": "leg2", + "parent": "houndour", + "pivot": [-3.5, 17.67565, -4.93922], + "cubes": [ + {"origin": [-6, 9.3, -9], "size": [5, 9, 6], "inflate": 0.01, "pivot": [0, 23.3, -6], "rotation": [12.5, 0, 0], "uv": [22, 58]} + ] + }, + { + "name": "knee", + "parent": "leg2", + "pivot": [-3.5, 10.2258, -1.93769], + "cubes": [ + {"origin": [-6, 3.03218, -5.37397], "size": [5, 8, 5], "pivot": [0, 21.03218, -6.77397], "rotation": [-2.5, 0, 0], "uv": [66, 64]}, + {"origin": [-7, 3.03218, -6.37397], "size": [7, 3, 7], "pivot": [0, 21.03218, -6.77397], "rotation": [-2.5, 0, 0], "uv": [44, 51]} + ] + }, + { + "name": "foot2", + "parent": "knee", + "pivot": [-3.5, 1.42425, -4.72731], + "cubes": [ + {"origin": [-6, 0.03218, -7.37397], "size": [5, 3, 7], "pivot": [0, 21.03218, -6.77397], "rotation": [-2.5, 0, 0], "uv": [65, 6]} + ] + }, + { + "name": "leg4", + "parent": "houndour", + "pivot": [-4.55885, 18.4224, 6.31065], + "cubes": [ + {"origin": [-9.25, 21.06152, -5.35336], "size": [10, 8, 5], "pivot": [-0.25, 18.7463, 0.8787], "rotation": [-90.88045, -9.96156, -84.92327], "uv": [40, 0]} + ] + }, + { + "name": "knee4", + "parent": "leg4", + "pivot": [-4.61944, 9.51656, 2.27268], + "cubes": [ + {"origin": [-15.25, 15.06152, -6.15336], "size": [7, 5, 5], "pivot": [-0.25, 18.7463, 0.8787], "rotation": [-93.87945, 29.82038, -91.3416], "uv": [54, 26]}, + {"origin": [-16.25, 21.06152, -7.15336], "size": [2, 7, 7], "pivot": [-0.25, 18.7463, 0.8787], "rotation": [-93.36514, -0.12267, -89.40298], "uv": [13, 73]}, + {"origin": [-16.25, 22.06152, -6.15336], "size": [4, 5, 5], "pivot": [-0.25, 18.7463, 0.8787], "rotation": [-93.36514, -0.12267, -89.40298], "uv": [0, 82]}, + {"origin": [-19.25, 19.06152, -6.15336], "size": [3, 8, 5], "pivot": [-0.25, 18.7463, 0.8787], "rotation": [-93.36514, -0.12267, -89.40298], "uv": [67, 77]} + ] + }, + { + "name": "leg3", + "parent": "houndour", + "pivot": [4.55885, 18.4224, 7.31065], + "cubes": [ + {"origin": [-0.75, 21.06152, -5.35336], "size": [10, 8, 5], "pivot": [0.25, 18.7463, 0.8787], "rotation": [-90.88045, 9.96156, 84.92327], "uv": [40, 13]} + ] + }, + { + "name": "knee3", + "parent": "leg3", + "pivot": [4.61944, 9.51656, 3.27268], + "cubes": [ + {"origin": [8.25, 15.06152, -6.15336], "size": [7, 5, 5], "pivot": [0.25, 18.7463, 0.8787], "rotation": [-93.87945, -29.82038, 91.3416], "uv": [59, 41]}, + {"origin": [12.25, 22.06152, -6.15336], "size": [4, 5, 5], "pivot": [0.25, 18.7463, 0.8787], "rotation": [-93.36514, 0.12267, 89.40298], "uv": [81, 72]}, + {"origin": [14.25, 21.06152, -7.15336], "size": [2, 7, 7], "pivot": [0.25, 18.7463, 0.8787], "rotation": [-93.36514, 0.12267, 89.40298], "uv": [73, 16]}, + {"origin": [16.25, 19.06152, -6.15336], "size": [3, 8, 5], "pivot": [0.25, 18.7463, 0.8787], "rotation": [-93.36514, 0.12267, 89.40298], "uv": [51, 76]} + ] + }, + { + "name": "body", + "parent": "houndour", + "pivot": [0.33748, 15.60204, 8.33731], + "cubes": [ + {"origin": [-4.75, 9.42537, -3.22263], "size": [10, 11, 10], "pivot": [0.25, 18.7463, 0.8787], "rotation": [-95, 0, 0], "uv": [0, 0]}, + {"origin": [-4.75, 20.06152, -3.35336], "size": [10, 8, 9], "pivot": [0.25, 18.7463, 0.8787], "rotation": [-100, 0, 0], "uv": [0, 21]}, + {"origin": [-3.65, 23.06152, -5.35336], "size": [8, 4, 2], "pivot": [0.25, 18.7463, 0.8787], "rotation": [-100, 0, 0], "uv": [82, 6]}, + {"origin": [-4.15, 18.06152, -7.15336], "size": [9, 4, 2], "pivot": [0.25, 18.7463, -1.1213], "rotation": [-95, 0, 0], "uv": [70, 0]}, + {"origin": [-1.47085, 28.29348, -5.81434], "size": [3, 4, 1], "pivot": [0.52915, 21.97825, -0.58227], "rotation": [-94.65468, -8.86042, -62.13918], "uv": [0, 38]}, + {"origin": [-0.82915, 28.29348, -5.81434], "size": [3, 4, 1], "pivot": [0.17085, 21.97825, -0.58227], "rotation": [-94.65468, 8.86042, 62.13918], "uv": [30, 5]}, + {"origin": [-0.41642, 22.86034, -8.18793], "size": [3, 4, 1], "pivot": [0.58358, 21.54512, -2.85587], "rotation": [-92.10959, 3.87673, 62.54534], "uv": [30, 0]}, + {"origin": [3.53969, 20.02128, -6.73713], "size": [3, 4, 1], "pivot": [4.53969, 18.70606, 3.59493], "rotation": [91.97131, 3.94876, 117.68471], "uv": [0, 21]} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [0.15, 16.96624, 10.27722], + "cubes": [ + {"origin": [-2.35, 28.06152, -3.35336], "size": [5, 6, 5], "pivot": [-0.25, 18.7463, 0.8787], "rotation": [-100, 0, 0], "uv": [31, 76]}, + {"origin": [-1.35, 34.06152, -2.35336], "size": [3, 2, 3], "pivot": [-0.25, 18.7463, 0.8787], "rotation": [-100, 0, 0], "uv": [29, 23]} + ] + }, + { + "name": "head", + "parent": "body", + "pivot": [0.25, 23.13509, -4.81961], + "cubes": [ + {"origin": [-3.75, 28.96544, -16.32108], "size": [8, 8, 10], "pivot": [0.25, 25.96544, -13.02108], "rotation": [-75, 0, 0], "uv": [28, 28]} + ] + }, + { + "name": "neck2", + "parent": "head", + "pivot": [0.251, 26.85652, -5.03916], + "cubes": [ + {"origin": [-4, 26, -13], "size": [3, 3, 6], "inflate": 0.01, "pivot": [0.25, 28.56949, -10], "rotation": [0, -90, 0], "uv": [77, 45]}, + {"origin": [-0.22787, 30.18511, -14.23762], "size": [5, 3, 9], "pivot": [0.75, 30.56537, -10.23762], "rotation": [90, -77.5, -90], "uv": [23, 46]}, + {"origin": [-4.62522, 28.13123, -15.78691], "size": [2, 4, 7], "inflate": 0.01, "pivot": [-1.74, 28.49174, -10.28691], "rotation": [-90, -70, 90], "uv": [71, 30]}, + {"origin": [-1, 24, -14], "size": [8, 8, 8], "inflate": 0.01, "pivot": [0.25, 28.56949, -10], "rotation": [0, -90, 0], "uv": [0, 38]}, + {"origin": [-2, 25, -13], "size": [1, 1, 0], "inflate": 0.02, "pivot": [0.25, 28.56949, -10], "rotation": [0, -90, 0], "uv": [60, 54]}, + {"origin": [-2, 25, -7], "size": [1, 1, 0], "inflate": 0.02, "pivot": [0.25, 28.56949, -10], "rotation": [0, -90, 0], "uv": [60, 54]} + ] + }, + { + "name": "jaw", + "parent": "neck2", + "pivot": [0.25, 25.08603, -11.46261], + "cubes": [ + {"origin": [-3.39964, 23.88465, -13], "size": [3, 2, 6], "pivot": [0.25, 28.56949, -10], "rotation": [-90, -85, 90], "uv": [83, 35]} + ] + }, + { + "name": "ear", + "parent": "neck2", + "pivot": [-3.56507, 31.23285, -4.84397], + "cubes": [ + {"origin": [-2, 32, -9], "size": [4, 6, 3], "pivot": [0.25, 28.56949, -9], "rotation": [-95, -40, 75], "uv": [83, 82]}, + {"origin": [-1, 38, -8], "size": [2, 2, 2], "pivot": [0.25, 28.56949, -9], "rotation": [-95, -40, 75], "uv": [42, 46]} + ] + }, + { + "name": "ear2", + "parent": "neck2", + "pivot": [3.56507, 31.23285, -4.84397], + "cubes": [ + {"origin": [-1, 38, -8], "size": [2, 2, 2], "pivot": [-0.25, 28.56949, -9], "rotation": [-95, 40, -75], "uv": [0, 26]}, + {"origin": [-2, 32, -9], "size": [4, 6, 3], "pivot": [-0.25, 28.56949, -9], "rotation": [-95, 40, -75], "uv": [86, 13]} + ] + }, + { + "name": "eye", + "parent": "neck2", + "pivot": [3.75, 29.85, -9.1], + "cubes": [ + {"origin": [-0.9, 28.5, -14], "size": [4, 3, 1], "inflate": 0.02, "pivot": [0.25, 28.56949, -10], "rotation": [0, -90, 0], "uv": [0, 4]}, + {"origin": [0.7, 29.2, -14], "size": [1, 1, 1], "inflate": 0.03, "pivot": [0.25, 28.56949, -10], "rotation": [0, -90, 0], "uv": [4, 8]} + ] + }, + { + "name": "eye2", + "parent": "neck2", + "pivot": [-3.25, 29.85, -9.1], + "cubes": [ + {"origin": [-3.1, 28.5, -13.5], "size": [4, 3, 1], "inflate": 0.02, "pivot": [-0.25, 28.56949, -10], "rotation": [0, 90, 0], "uv": [0, 0]}, + {"origin": [-1.7, 29.2, -13.5], "size": [1, 1, 1], "inflate": 0.03, "pivot": [-0.25, 28.56949, -10], "rotation": [0, 90, 0], "uv": [0, 8]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/houndstone/houndstone.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/houndstone/houndstone.geo.json new file mode 100644 index 0000000..9ae4a82 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/houndstone/houndstone.geo.json @@ -0,0 +1,463 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.houndstone", + "texture_width": 256, + "texture_height": 256, + "visible_bounds_width": 8, + "visible_bounds_height": 6.5, + "visible_bounds_offset": [0, 2.75, 0] + }, + "bones": [ + { + "name": "houndstone", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "houndstone", + "pivot": [0, 20.25326, 2.9659], + "cubes": [ + {"origin": [-11, 45, -20], "size": [22, 2, 7], "uv": [60, 128]}, + {"origin": [-13, 46, -13], "size": [26, 4, 32], "uv": [0, 0]}, + {"origin": [-10, 45, 19], "size": [20, 3, 10], "uv": [0, 128]}, + {"origin": [-9, 50, -11], "size": [18, 5, 27], "uv": [84, 0]}, + {"origin": [-7.5, 55, -8], "size": [15, 3, 22], "uv": [114, 106]}, + {"origin": [-10, 18, 30.4], "size": [20, 25, 0], "pivot": [0, 17, -22], "rotation": [2.5, 0, 0], "uv": [0, 231]} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [0, 45.56699, 28.94358], + "cubes": [ + {"origin": [-3, 14, 35], "size": [6, 5, 10], "pivot": [0, 17, -22], "rotation": [30, 0, 0], "uv": [24, 163]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 49.89289, 36.65133], + "cubes": [ + {"origin": [-3.5, 13, 45], "size": [7, 7, 9], "pivot": [0, 17, -22], "rotation": [30, 0, 0], "uv": [124, 173]}, + {"origin": [-2.5, 30.4, 51], "size": [5, 5, 9], "pivot": [0, 17, -22], "rotation": [17.5, 0, 0], "uv": [181, 219]} + ] + }, + { + "name": "fluff", + "parent": "body", + "pivot": [12.77621, 48.49003, 3], + "cubes": [ + {"origin": [18.4, 14, -13], "size": [0, 33, 32], "pivot": [0, 17, -22], "rotation": [0, 0, -10], "uv": [0, 63]} + ] + }, + { + "name": "fluff2", + "parent": "fluff", + "pivot": [18.07553, 16.77868, 2.5], + "cubes": [ + {"origin": [18.4, 9, -13], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, -10], "uv": [168, 36]}, + {"origin": [18.4, 9, -9], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, -10], "uv": [166, 116]}, + {"origin": [18.4, 9, -5], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, -10], "uv": [166, 101]}, + {"origin": [18.4, 9, -1], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, -10], "uv": [165, 133]}, + {"origin": [18.4, 9, 3], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, -10], "uv": [52, 165]}, + {"origin": [18.4, 9, 7], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, -10], "uv": [165, 16]}, + {"origin": [18.4, 9, 11], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, -10], "uv": [6, 165]}, + {"origin": [18.4, 9, 15], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, -10], "uv": [169, 96], "mirror": true} + ] + }, + { + "name": "fluff3", + "parent": "fluff2", + "pivot": [19.75726, 12.65997, 2.5], + "cubes": [ + {"origin": [14.1, -2, -13], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, -32.5], "uv": [52, 160]}, + {"origin": [14.1, -2, -9], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, -32.5], "uv": [24, 160]}, + {"origin": [14.1, -2, -5], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, -32.5], "uv": [0, 160]}, + {"origin": [14.1, -2, -1], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, -32.5], "uv": [156, 158]}, + {"origin": [14.1, -2, 3], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, -32.5], "uv": [112, 158]}, + {"origin": [14.1, -2, 7], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, -32.5], "uv": [100, 158]}, + {"origin": [14.1, -2, 11], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, -32.5], "uv": [157, 96]}, + {"origin": [14.1, -2, 15], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, -32.5], "uv": [150, 153]} + ] + }, + { + "name": "fur", + "parent": "body", + "pivot": [-10.77163, 45.61343, -16.5], + "cubes": [ + {"origin": [-16.1, 14, -20], "size": [0, 30, 7], "pivot": [0, 17, -22], "rotation": [0, 0, 10], "uv": [78, 187]} + ] + }, + { + "name": "fur2", + "parent": "fur", + "pivot": [-15.87553, 16.77868, -16.5], + "cubes": [ + {"origin": [-16.2, 9, -16], "size": [0, 5, 3], "pivot": [2.2, 17, -25], "rotation": [0, 0, 10], "uv": [46, 160]}, + {"origin": [-16.2, 9, -20], "size": [0, 5, 3], "pivot": [2.2, 17, -29], "rotation": [0, 0, 10], "uv": [104, 0], "mirror": true} + ] + }, + { + "name": "fur3", + "parent": "fur2", + "pivot": [-16.55726, 12.65997, -16.5], + "cubes": [ + {"origin": [-11.9, -2, -20], "size": [0, 5, 3], "pivot": [2.2, 17, -29], "rotation": [0, 0, 32.5], "uv": [84, 11], "mirror": true}, + {"origin": [-11.9, -2, -16], "size": [0, 5, 3], "pivot": [2.2, 17, -25], "rotation": [0, 0, 32.5], "uv": [6, 160]} + ] + }, + { + "name": "fur7", + "parent": "body", + "pivot": [-9.90861, 47.47668, 24], + "cubes": [ + {"origin": [-15.4, 14, 19], "size": [0, 32, 10], "pivot": [0, 17, -22], "rotation": [0, 0, 10], "uv": [80, 151], "mirror": true} + ] + }, + { + "name": "fur8", + "parent": "fur7", + "pivot": [-16.03428, 16.75014, 24], + "cubes": [ + {"origin": [-15.4, 10, 26], "size": [0, 4, 3], "pivot": [0, 17, -22], "rotation": [0, 0, 10], "uv": [162, 153]}, + {"origin": [-15.4, 10, 22.5], "size": [0, 4, 3], "pivot": [0, 17, -22], "rotation": [0, 0, 10], "uv": [128, 143], "mirror": true}, + {"origin": [-15.4, 10, 19], "size": [0, 4, 3], "pivot": [0, 17, -22], "rotation": [0, 0, 10], "uv": [149, 80], "mirror": true} + ] + }, + { + "name": "fur9", + "parent": "fur8", + "pivot": [-16.57419, 13.0035, 24.03333], + "cubes": [ + {"origin": [-11.6, 0, 26], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, 32.5], "uv": [166, 106]}, + {"origin": [-11.6, 0, 22.5], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, 32.5], "uv": [140, 54], "mirror": true}, + {"origin": [-11.6, 0, 19.1], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, 32.5], "uv": [151, 96], "mirror": true} + ] + }, + { + "name": "fur10", + "parent": "body", + "pivot": [9.90861, 47.47668, 24], + "cubes": [ + {"origin": [15.4, 14, 19], "size": [0, 32, 10], "pivot": [0, 17, -22], "rotation": [0, 0, -10], "uv": [80, 151]} + ] + }, + { + "name": "fur11", + "parent": "fur10", + "pivot": [16.03428, 16.75014, 24], + "cubes": [ + {"origin": [15.4, 10, 19], "size": [0, 4, 3], "pivot": [0, 17, -22], "rotation": [0, 0, -10], "uv": [149, 80]}, + {"origin": [15.4, 10, 26], "size": [0, 4, 3], "pivot": [0, 17, -22], "rotation": [0, 0, -10], "uv": [162, 153], "mirror": true}, + {"origin": [15.4, 10, 22.5], "size": [0, 4, 3], "pivot": [0, 17, -22], "rotation": [0, 0, -10], "uv": [128, 143]} + ] + }, + { + "name": "fur12", + "parent": "fur11", + "pivot": [15.57419, 13.0035, 24.03333], + "cubes": [ + {"origin": [11.6, 0, 19.1], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, -32.5], "uv": [151, 96]}, + {"origin": [11.6, 0, 22.5], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, -32.5], "uv": [140, 54]}, + {"origin": [11.6, 0, 26], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, -32.5], "uv": [166, 106], "mirror": true} + ] + }, + { + "name": "fluff4", + "parent": "body", + "pivot": [-13.77621, 49.49003, 3], + "cubes": [ + {"origin": [-18.4, 14, -13], "size": [0, 33, 32], "pivot": [0, 17, -22], "rotation": [0, 0, 10], "uv": [0, 63], "mirror": true} + ] + }, + { + "name": "fluff5", + "parent": "fluff4", + "pivot": [-18.07553, 16.77868, 2.5], + "cubes": [ + {"origin": [-18.4, 9, 15], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, 10], "uv": [169, 96]}, + {"origin": [-18.4, 9, 11], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, 10], "uv": [6, 165], "mirror": true}, + {"origin": [-18.4, 9, 7], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, 10], "uv": [165, 16], "mirror": true}, + {"origin": [-18.4, 9, 3], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, 10], "uv": [52, 165], "mirror": true}, + {"origin": [-18.4, 9, -1], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, 10], "uv": [165, 133], "mirror": true}, + {"origin": [-18.4, 9, -5], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, 10], "uv": [166, 101], "mirror": true}, + {"origin": [-18.4, 9, -9], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, 10], "uv": [166, 116], "mirror": true}, + {"origin": [-18.4, 9, -13], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, 10], "uv": [168, 36], "mirror": true} + ] + }, + { + "name": "fluff6", + "parent": "fluff5", + "pivot": [-19.75726, 13.65997, 2.5], + "cubes": [ + {"origin": [-14.1, -2, 15], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, 32.5], "uv": [150, 153], "mirror": true}, + {"origin": [-14.1, -2, 11], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, 32.5], "uv": [157, 96], "mirror": true}, + {"origin": [-14.1, -2, 7], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, 32.5], "uv": [100, 158], "mirror": true}, + {"origin": [-14.1, -2, 3], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, 32.5], "uv": [112, 158], "mirror": true}, + {"origin": [-14.1, -2, -1], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, 32.5], "uv": [156, 158], "mirror": true}, + {"origin": [-14.1, -2, -5], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, 32.5], "uv": [0, 160], "mirror": true}, + {"origin": [-14.1, -2, -9], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, 32.5], "uv": [24, 160], "mirror": true}, + {"origin": [-14.1, -2, -13], "size": [0, 5, 3], "pivot": [0, 17, -22], "rotation": [0, 0, 32.5], "uv": [52, 160], "mirror": true} + ] + }, + { + "name": "fur4", + "parent": "body", + "pivot": [10.77163, 45.61343, -16.5], + "cubes": [ + {"origin": [16.1, 14, -20], "size": [0, 30, 7], "pivot": [0, 17, -22], "rotation": [0, 0, -10], "uv": [78, 187], "mirror": true} + ] + }, + { + "name": "fur5", + "parent": "fur4", + "pivot": [15.87553, 16.77868, -16.5], + "cubes": [ + {"origin": [16.2, 9, -20], "size": [0, 5, 3], "pivot": [-2.2, 17, -29], "rotation": [0, 0, -10], "uv": [104, 0]}, + {"origin": [16.2, 9, -16], "size": [0, 5, 3], "pivot": [-2.2, 17, -25], "rotation": [0, 0, -10], "uv": [46, 160], "mirror": true} + ] + }, + { + "name": "fur6", + "parent": "fur5", + "pivot": [16.55726, 12.65997, -16.5], + "cubes": [ + {"origin": [11.9, -2, -20], "size": [0, 5, 3], "pivot": [-2.2, 17, -29], "rotation": [0, 0, -32.5], "uv": [84, 11]}, + {"origin": [11.9, -2, -16], "size": [0, 5, 3], "pivot": [-2.2, 17, -25], "rotation": [0, 0, -32.5], "uv": [6, 160], "mirror": true} + ] + }, + { + "name": "head", + "parent": "body", + "pivot": [-0.2563, 35.27605, -19.76336], + "rotation": [-0.95638, 0.02246, 0.19006], + "cubes": [ + {"origin": [-10, 33, -33], "size": [20, 7, 13], "uv": [133, 57]}, + {"origin": [-7, 39, -51], "size": [14, 6, 19], "uv": [118, 131]}, + {"origin": [-7, 50.5, -30], "size": [14, 6, 7], "pivot": [0, 17, -22], "rotation": [35, 0, 0], "uv": [192, 19]}, + {"origin": [-5, 45, -40], "size": [10, 1, 5], "uv": [133, 77]}, + {"origin": [-5, 36, -51], "size": [10, 3, 2], "uv": [116, 57]}, + {"origin": [-7, 37, -49], "size": [1, 2, 4], "uv": [147, 0]}, + {"origin": [-7, 37, -43.4], "size": [1, 2, 4], "uv": [145, 100]}, + {"origin": [6, 37, -49], "size": [1, 2, 4], "uv": [147, 0], "mirror": true}, + {"origin": [-7, 37, -38.4], "size": [1, 2, 4], "uv": [124, 140]}, + {"origin": [6, 37, -43.4], "size": [1, 2, 4], "uv": [145, 100], "mirror": true}, + {"origin": [-7, 37, -32.4], "size": [1, 2, 4], "uv": [118, 138]}, + {"origin": [6, 37, -38.4], "size": [1, 2, 4], "uv": [124, 140], "mirror": true}, + {"origin": [-9, 40, -33], "size": [18, 3, 13], "uv": [145, 83]}, + {"origin": [-9, 43, -33], "size": [18, 2, 13], "uv": [151, 160]}, + {"origin": [-8, 45, -34], "size": [16, 3, 14], "uv": [104, 156]}, + {"origin": [20.3, 39.6, -34], "size": [10, 0, 14], "pivot": [5.3, 19, -22], "rotation": [0, 0, -75], "uv": [50, 96]}, + {"origin": [-30.3, 39.6, -34], "size": [10, 0, 14], "pivot": [-5.3, 19, -22], "rotation": [0, 0, 75], "uv": [50, 96], "mirror": true}, + {"origin": [0.3, 48, -34], "size": [8, 2, 14], "uv": [190, 99]}, + {"origin": [-8.3, 48, -34], "size": [8, 2, 14], "uv": [190, 99], "mirror": true}, + {"origin": [-5.5, 48, -30], "size": [11, 14, 6], "uv": [94, 193]}, + {"origin": [8.6, 57, -30], "size": [10, 7, 6], "pivot": [0, 17, -22], "rotation": [0, 0, -20], "uv": [32, 219]}, + {"origin": [-18.6, 57, -30], "size": [10, 7, 6], "pivot": [0, 17, -22], "rotation": [0, 0, 20], "uv": [32, 219], "mirror": true}, + {"origin": [6, 37, -32.4], "size": [1, 2, 4], "uv": [118, 138], "mirror": true}, + {"origin": [-18.1, 61, -30], "size": [10, 8, 6], "pivot": [0, 17, -22], "rotation": [0, 0, 12.5], "uv": [168, 39]}, + {"origin": [0.8, 50.6, -27], "size": [5, 6, 3], "pivot": [0, 17, -22], "rotation": [36.69146, 16.27014, 11.79198], "uv": [240, 0]}, + {"origin": [-5.8, 50.6, -27], "size": [5, 6, 3], "pivot": [0, 17, -22], "rotation": [36.69146, -16.27014, -11.79198], "uv": [240, 0], "mirror": true}, + {"origin": [-6.5, 70, -30], "size": [13, 4, 6], "uv": [194, 81]}, + {"origin": [17, 56, -30.1], "size": [3, 1, 1], "pivot": [0, 9, -22], "rotation": [0, 0, -20], "uv": [228, 106]}, + {"origin": [-20, 56, -30.1], "size": [3, 1, 1], "pivot": [0, 9, -22], "rotation": [0, 0, 20], "uv": [228, 106], "mirror": true}, + {"origin": [2.4, 60, -30.1], "size": [3, 1, 1], "uv": [228, 106]}, + {"origin": [-20, 60, -30.1], "size": [3, 1, 1], "pivot": [0, 13, -22], "rotation": [0, 0, 20], "uv": [228, 106], "mirror": true}, + {"origin": [17, 60, -30.1], "size": [3, 1, 1], "pivot": [0, 13, -22], "rotation": [0, 0, -20], "uv": [228, 106]}, + {"origin": [17, 64, -30.1], "size": [3, 1, 1], "pivot": [0, 17, -22], "rotation": [0, 0, -20], "uv": [228, 106]}, + {"origin": [-20, 64, -30.1], "size": [3, 1, 1], "pivot": [0, 17, -22], "rotation": [0, 0, 20], "uv": [228, 106], "mirror": true}, + {"origin": [-5.4, 60, -30.1], "size": [3, 1, 1], "uv": [228, 106], "mirror": true}, + {"origin": [-20, 56, -30.1], "size": [3, 1, 1], "pivot": [0, 9, -22], "rotation": [0, 0, 20], "uv": [228, 106], "mirror": true}, + {"origin": [17, 56, -30.1], "size": [3, 1, 1], "pivot": [0, 9, -22], "rotation": [0, 0, -20], "uv": [228, 106]}, + {"origin": [2.4, 64, -30.1], "size": [4, 1, 1], "uv": [228, 106]}, + {"origin": [17, 60, -30.1], "size": [3, 1, 1], "pivot": [0, 13, -22], "rotation": [0, 0, -20], "uv": [228, 106]}, + {"origin": [-20, 60, -30.1], "size": [3, 1, 1], "pivot": [0, 13, -22], "rotation": [0, 0, 20], "uv": [228, 106], "mirror": true}, + {"origin": [2.4, 68, -30.1], "size": [4, 1, 1], "uv": [228, 106]}, + {"origin": [-6.4, 68, -30.1], "size": [4, 1, 1], "uv": [228, 106], "mirror": true}, + {"origin": [-6.4, 64, -30.1], "size": [4, 1, 1], "uv": [228, 106], "mirror": true}, + {"origin": [8.1, 61, -30], "size": [10, 8, 6], "pivot": [0, 17, -22], "rotation": [0, 0, -12.5], "uv": [168, 39], "mirror": true} + ] + }, + { + "name": "jaw", + "parent": "head", + "pivot": [0, 33.3562, -29.68069], + "rotation": [25, 0, 0], + "cubes": [ + {"origin": [-11, 33, -53], "size": [4, 2, 5], "uv": [118, 131]}, + {"origin": [-11, 33, -47], "size": [4, 2, 7], "uv": [84, 14]}, + {"origin": [-11, 33, -39], "size": [4, 3, 5], "uv": [113, 110]}, + {"origin": [-11, 24, -55], "size": [22, 9, 25], "uv": [64, 62]}, + {"origin": [-3.5, 35, -51.9], "size": [7, 3, 3], "pivot": [0, 17, -22], "rotation": [12.5, 0, 0], "uv": [64, 110]}, + {"origin": [-5.5, 36, -52], "size": [11, 6, 3], "pivot": [0, 17, -27], "rotation": [12.5, 0, 0], "uv": [220, 91]}, + {"origin": [-3.5, 32, -58], "size": [7, 2, 2], "pivot": [0, 17, -27], "rotation": [-7.5, 0, 0], "uv": [84, 23]}, + {"origin": [7, 33, -53], "size": [4, 2, 5], "uv": [118, 131], "mirror": true}, + {"origin": [7, 33, -47], "size": [4, 2, 7], "uv": [84, 14], "mirror": true}, + {"origin": [7, 33, -39], "size": [4, 3, 5], "uv": [113, 110], "mirror": true} + ] + }, + { + "name": "ear", + "parent": "head", + "pivot": [-10.4405, 39.28969, -27], + "cubes": [ + {"origin": [8.6, 40.9, -34], "size": [10, 0, 14], "pivot": [5.3, 19, -22], "rotation": [0, 0, -70], "uv": [99, 96], "mirror": true} + ] + }, + { + "name": "earfur", + "parent": "ear", + "pivot": [-13.85655, 29.37119, -27], + "cubes": [ + {"origin": [13.6, 36.9, -34], "size": [5, 0, 14], "pivot": [5.3, 19, -22], "rotation": [0, 0, -97.5], "uv": [112, 32]} + ] + }, + { + "name": "ear2", + "parent": "earfur", + "pivot": [-13.8632, 25.28105, -27], + "cubes": [ + {"origin": [-4.1, 38.4, -34], "size": [6, 0, 14], "pivot": [5.3, 19, -22], "rotation": [0, 0, -62.5], "uv": [0, 0], "mirror": true} + ] + }, + { + "name": "earfur2", + "parent": "ear2", + "pivot": [-16.17194, 19.846, -27.55], + "cubes": [ + {"origin": [-8.1, 38.4, -34], "size": [4, 0, 3], "pivot": [5.3, 19, -24], "rotation": [0, 0, -62.5], "uv": [123, 110]}, + {"origin": [-8.1, 38.4, -30.8], "size": [4, 0, 3], "pivot": [5.3, 19, -20.8], "rotation": [0, 0, -62.5], "uv": [0, 3]}, + {"origin": [-8.1, 38.4, -24], "size": [4, 0, 3], "pivot": [5.3, 19, -22], "rotation": [0, 0, -62.5], "uv": [55, 128]}, + {"origin": [-8.1, 38.4, -27.4], "size": [4, 0, 3], "pivot": [5.3, 19, -25.4], "rotation": [0, 0, -62.5], "uv": [126, 46], "mirror": true} + ] + }, + { + "name": "earfur3", + "parent": "earfur2", + "pivot": [-18.07255, 16.6132, -27.55], + "cubes": [ + {"origin": [-4.1, 41.6, -34], "size": [4, 0, 3], "pivot": [5.3, 19, -24], "rotation": [0, 0, -82.5], "uv": [61, 116]}, + {"origin": [-4.1, 41.6, -30.8], "size": [4, 0, 3], "pivot": [5.3, 19, -20.8], "rotation": [0, 0, -82.5], "uv": [0, 0]}, + {"origin": [-4.1, 41.6, -24], "size": [4, 0, 3], "pivot": [5.3, 19, -22], "rotation": [0, 0, -82.5], "uv": [76, 79]}, + {"origin": [-4.1, 41.6, -27.4], "size": [4, 0, 3], "pivot": [5.3, 19, -25.4], "rotation": [0, 0, -82.5], "uv": [130, 62], "mirror": true} + ] + }, + { + "name": "ear3", + "parent": "head", + "pivot": [10.4405, 39.28969, -27], + "cubes": [ + {"origin": [-18.6, 40.9, -34], "size": [10, 0, 14], "pivot": [-5.3, 19, -22], "rotation": [0, 0, 70], "uv": [99, 96]} + ] + }, + { + "name": "ear4", + "parent": "ear3", + "pivot": [13.85655, 29.37119, -27], + "cubes": [ + {"origin": [-18.6, 36.9, -34], "size": [5, 0, 14], "pivot": [-5.3, 19, -22], "rotation": [0, 0, 97.5], "uv": [112, 32], "mirror": true} + ] + }, + { + "name": "ear5", + "parent": "ear4", + "pivot": [12.8632, 25.28105, -27], + "cubes": [ + {"origin": [-1.9, 38.4, -34], "size": [6, 0, 14], "pivot": [-5.3, 19, -22], "rotation": [0, 0, 62.5], "uv": [0, 0]} + ] + }, + { + "name": "earfur4", + "parent": "ear5", + "pivot": [16.17194, 19.846, -27.525], + "cubes": [ + {"origin": [4.1, 38.4, -34], "size": [4, 0, 3], "pivot": [-5.3, 19, -24], "rotation": [0, 0, 62.5], "uv": [123, 110], "mirror": true}, + {"origin": [4.1, 38.4, -30.7], "size": [4, 0, 3], "pivot": [-5.3, 19, -24.7], "rotation": [0, 0, 62.5], "uv": [69, 116]}, + {"origin": [4.1, 38.4, -27.4], "size": [4, 0, 3], "pivot": [-5.3, 19, -25.4], "rotation": [0, 0, 62.5], "uv": [126, 46]}, + {"origin": [4.1, 38.4, -24], "size": [4, 0, 3], "pivot": [-5.3, 19, -22], "rotation": [0, 0, 62.5], "uv": [55, 128], "mirror": true} + ] + }, + { + "name": "ear6", + "parent": "earfur4", + "pivot": [18.07255, 16.6132, -27.525], + "cubes": [ + {"origin": [0.1, 41.6, -34], "size": [4, 0, 3], "pivot": [-5.3, 19, -24], "rotation": [0, 0, 82.5], "uv": [61, 116], "mirror": true}, + {"origin": [0.1, 41.6, -30.7], "size": [4, 0, 3], "pivot": [-5.3, 19, -24.7], "rotation": [0, 0, 82.5], "uv": [76, 76]}, + {"origin": [0.1, 41.6, -27.4], "size": [4, 0, 3], "pivot": [-5.3, 19, -25.4], "rotation": [0, 0, 82.5], "uv": [130, 62]}, + {"origin": [0.1, 41.6, -24], "size": [4, 0, 3], "pivot": [-5.3, 19, -22], "rotation": [0, 0, 82.5], "uv": [76, 79], "mirror": true} + ] + }, + { + "name": "rightleg2", + "parent": "houndstone", + "pivot": [-7.55286, 24.72141, 20.05585], + "cubes": [ + {"origin": [-12, 20, 16], "size": [9, 9, 7], "pivot": [0, 17, 5], "rotation": [-17.5, 0, 0], "uv": [0, 203], "mirror": true}, + {"origin": [-12, 3, 16], "size": [9, 9, 7], "pivot": [0, 17, 5], "rotation": [22.5, 0, 0], "uv": [160, 199]}, + {"origin": [-12, 5, 20], "size": [9, 9, 7], "pivot": [0, 17, 5], "rotation": [-7.5, 0, 0], "uv": [32, 203]}, + {"origin": [-12, 4, 13], "size": [9, 2, 9], "uv": [210, 32]}, + {"origin": [-2, 0, 9], "size": [4, 4, 16], "pivot": [0, 21, 5], "rotation": [0, -20, 0], "uv": [186, 41]}, + {"origin": [-10.2, 0, 7], "size": [4, 4, 16], "pivot": [0, 21, 5], "rotation": [0, 5, 0], "uv": [183, 61]}, + {"origin": [-16, 0, 3], "size": [4, 4, 16], "pivot": [0, 21, 5], "rotation": [0, 22.5, 0], "uv": [164, 179]}, + {"origin": [0, 0, 6], "size": [0, 4, 3], "pivot": [0, 21, 5], "rotation": [0, -20, 0], "uv": [150, 163]}, + {"origin": [-8.2, 0, 3], "size": [0, 4, 4], "pivot": [0, 21, 5], "rotation": [0, 5, 0], "uv": [111, 127]}, + {"origin": [-14, 0, -1], "size": [0, 3, 4], "pivot": [0, 21, 5], "rotation": [0, 22.5, 0], "uv": [141, 79]} + ] + }, + { + "name": "leftleg2", + "parent": "houndstone", + "pivot": [7.55286, 23.72141, 20.05585], + "cubes": [ + {"origin": [3, 20, 16], "size": [9, 9, 7], "pivot": [0, 17, 5], "rotation": [-17.5, 0, 0], "uv": [0, 203]}, + {"origin": [3, 3, 16], "size": [9, 9, 7], "pivot": [0, 17, 5], "rotation": [22.5, 0, 0], "uv": [160, 199], "mirror": true}, + {"origin": [3, 5, 20], "size": [9, 9, 7], "pivot": [0, 17, 5], "rotation": [-7.5, 0, 0], "uv": [32, 203], "mirror": true}, + {"origin": [3, 4, 13], "size": [9, 2, 9], "uv": [210, 32], "mirror": true}, + {"origin": [-2, 0, 9], "size": [4, 4, 16], "pivot": [0, 21, 5], "rotation": [0, 20, 0], "uv": [186, 41], "mirror": true}, + {"origin": [6.2, 0, 7], "size": [4, 4, 16], "pivot": [0, 21, 5], "rotation": [0, -5, 0], "uv": [183, 61], "mirror": true}, + {"origin": [12, 0, 3], "size": [4, 4, 16], "pivot": [0, 21, 5], "rotation": [0, -22.5, 0], "uv": [164, 179], "mirror": true}, + {"origin": [8.2, 0, 3], "size": [0, 4, 4], "pivot": [0, 21, 5], "rotation": [0, -5, 0], "uv": [111, 127], "mirror": true}, + {"origin": [0, 0, 6], "size": [0, 4, 3], "pivot": [0, 21, 5], "rotation": [0, 20, 0], "uv": [150, 163], "mirror": true}, + {"origin": [14, 0, -1], "size": [0, 3, 4], "pivot": [0, 21, 5], "rotation": [0, -22.5, 0], "uv": [141, 79], "mirror": true} + ] + }, + { + "name": "rightleg", + "parent": "houndstone", + "pivot": [-7.55873, 20.33676, -7.72642], + "cubes": [ + {"origin": [-11, 4, -11], "size": [7, 12, 7], "pivot": [0, 17, -22], "rotation": [20, 0, 0], "uv": [212, 212], "mirror": true}, + {"origin": [-12, 5, -7], "size": [9, 9, 7], "pivot": [0, 17, -22], "rotation": [-7.5, 0, 0], "uv": [207, 0], "mirror": true}, + {"origin": [-12, 4, -14], "size": [9, 2, 9], "uv": [210, 43], "mirror": true}, + {"origin": [-16, 0, -24], "size": [4, 4, 16], "pivot": [0, 21, -22], "rotation": [0, 22.5, 0], "uv": [0, 183], "mirror": true}, + {"origin": [-10.2, 0, -20], "size": [4, 4, 16], "pivot": [0, 21, -22], "rotation": [0, 5, 0], "uv": [24, 178], "mirror": true}, + {"origin": [-2, 0, -18], "size": [4, 4, 16], "pivot": [0, 21, -22], "rotation": [0, -20, 0], "uv": [140, 175]}, + {"origin": [-8.2, 0, -24], "size": [0, 4, 4], "pivot": [0, 21, -22], "rotation": [0, 5, 0], "uv": [0, 130], "mirror": true}, + {"origin": [-14, 0, -28], "size": [0, 3, 4], "pivot": [0, 21, -22], "rotation": [0, 22.5, 0], "uv": [133, 79], "mirror": true}, + {"origin": [0, 0, -21], "size": [0, 4, 3], "pivot": [0, 21, -22], "rotation": [0, -20, 0], "uv": [112, 163], "mirror": true} + ] + }, + { + "name": "leftleg", + "parent": "houndstone", + "pivot": [7.55873, 19.33676, -5.72642], + "cubes": [ + {"origin": [4, 4, -11], "size": [7, 12, 7], "pivot": [0, 17, -22], "rotation": [20, 0, 0], "uv": [212, 212]}, + {"origin": [3, 5, -7], "size": [9, 9, 7], "pivot": [0, 17, -22], "rotation": [-7.5, 0, 0], "uv": [207, 0]}, + {"origin": [3, 4, -14], "size": [9, 2, 9], "uv": [210, 43]}, + {"origin": [-2, 0, -18], "size": [4, 4, 16], "pivot": [0, 21, -22], "rotation": [0, 20, 0], "uv": [140, 175], "mirror": true}, + {"origin": [0, 0, -21], "size": [0, 4, 3], "pivot": [0, 21, -22], "rotation": [0, 20, 0], "uv": [112, 163]}, + {"origin": [8.2, 0, -24], "size": [0, 4, 4], "pivot": [0, 21, -22], "rotation": [0, -5, 0], "uv": [0, 130]}, + {"origin": [6.2, 0, -20], "size": [4, 4, 16], "pivot": [0, 21, -22], "rotation": [0, -5, 0], "uv": [24, 178]}, + {"origin": [12, 0, -24], "size": [4, 4, 16], "pivot": [0, 21, -22], "rotation": [0, -22.5, 0], "uv": [0, 183]}, + {"origin": [14, 0, -28], "size": [0, 3, 4], "pivot": [0, 21, -22], "rotation": [0, -22.5, 0], "uv": [133, 79]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/hydrapple/hydrapple.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/hydrapple/hydrapple.geo.json new file mode 100644 index 0000000..1e0025c --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/hydrapple/hydrapple.geo.json @@ -0,0 +1,1062 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 6.5, + "visible_bounds_offset": [0, 2.75, 0] + }, + "bones": [ + { + "name": "hydrapple", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "hydrapple", + "pivot": [0, 16, 0] + }, + { + "name": "neck", + "parent": "body", + "pivot": [0, 19, 0], + "cubes": [ + {"origin": [-1.5, 18, -1.5], "size": [3, 7, 3], "uv": [78, 0]} + ] + }, + { + "name": "neck2", + "parent": "neck", + "pivot": [0, 25, -1.5], + "cubes": [ + {"origin": [-1.5, 25, -1.5], "size": [3, 5, 3], "inflate": 0.01, "uv": [73, 70]} + ] + }, + { + "name": "neck3", + "parent": "neck2", + "pivot": [0, 30, -1.5], + "cubes": [ + {"origin": [-1.5, 30, -1.5], "size": [3, 7, 3], "uv": [0, 39]} + ] + }, + { + "name": "neck4", + "parent": "neck3", + "pivot": [0, 37, -1.5], + "cubes": [ + {"origin": [-1.5, 37, -1.5], "size": [3, 7, 3], "inflate": 0.01, "uv": [0, 22]} + ] + }, + { + "name": "neck5", + "parent": "neck4", + "pivot": [0, 44, 1.5], + "cubes": [ + {"origin": [-1.5, 44, -1.5], "size": [3, 6, 3], "uv": [25, 70]} + ] + }, + { + "name": "neck6", + "parent": "neck5", + "pivot": [0, 50, 1.5], + "cubes": [ + {"origin": [-1.5, 50, -1.5], "size": [3, 5, 3], "inflate": 0.01, "uv": [0, 73]} + ] + }, + { + "name": "neck7", + "parent": "neck6", + "pivot": [0, 55, 1.5], + "cubes": [ + {"origin": [-1.5, 55, -1.5], "size": [3, 8, 3], "uv": [0, 0]} + ] + }, + { + "name": "head", + "parent": "neck7", + "pivot": [0, 63, 1.5], + "cubes": [ + {"origin": [-2.5, 63, -0.5], "size": [5, 5, 3], "uv": [44, 60]}, + {"origin": [2.49, 65.5, -1.5], "size": [0, 2, 2], "pivot": [2, 66.5, -0.5], "rotation": [-45, 0, 0], "uv": [10, 30], "mirror": true}, + {"origin": [-2.49, 65.5, -1.5], "size": [0, 2, 2], "pivot": [-2, 66.5, -0.5], "rotation": [-45, 0, 0], "uv": [10, 30]}, + {"origin": [-2, 64, -1.75], "size": [4, 2, 2], "inflate": 0.01, "uv": [42, 32]}, + {"origin": [-1.5, 68, -0.5], "size": [3, 3, 1], "inflate": 0.01, "uv": [39, 43]}, + {"origin": [-2, 70.5, -0.5], "size": [4, 2, 2], "pivot": [6, 71, -0.4], "rotation": [20, 0, 0], "uv": [79, 46]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [1.5, 68.5, 1.5] + }, + { + "name": "left_eye", + "parent": "eyes", + "pivot": [1.5, 69.5, 1.5], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [0.5, 68.5, 1.5], "size": [2, 0, 4], "pivot": [1.5, 69.5, 1.5], "rotation": [-8.26511, 24.77164, -3.48303], "uv": [77, 32], "mirror": true} + ] + }, + { + "name": "left_pupil", + "parent": "left_eye", + "pivot": [1.5, 68.5, 1.5], + "cubes": [ + {"origin": [1, 68.5, 2.75], "size": [1, 0, 1], "pivot": [1.5, 68.5, 1.5], "rotation": [-8.26511, 24.77164, -3.48303], "uv": [8, 2]} + ] + }, + { + "name": "right_eye", + "parent": "eyes", + "pivot": [-1.5, 69.5, 1.5], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-2.5, 68.5, 1.5], "size": [2, 0, 4], "pivot": [-1.5, 69.5, 1.5], "rotation": [-8.26511, -24.77164, 3.48303], "uv": [77, 32]} + ] + }, + { + "name": "right_pupil", + "parent": "right_eye", + "pivot": [-1.5, 68.5, 1.5], + "cubes": [ + {"origin": [-2, 68.5, 2.75], "size": [1, 0, 1], "pivot": [-1.5, 68.5, 1.5], "rotation": [-8.26511, -24.77164, 3.48303], "uv": [8, 2]} + ] + }, + { + "name": "eyes_squint", + "parent": "head", + "pivot": [1.5, 66.5, 1.5], + "rotation": [-90, 0, 0] + }, + { + "name": "left_eye_squint", + "parent": "eyes_squint", + "pivot": [-0.5, 67.5, 1.5], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-1.5, 66.52, 1], "size": [2, 0, 2], "pivot": [-0.5, 67.5, 1.5], "rotation": [-8.26511, 24.77164, -3.48303], "uv": [89, 24]}, + {"origin": [-1.5, 66.52, 3.5], "size": [2, 0, 2], "pivot": [-0.5, 67.5, 1.5], "rotation": [-8.26511, 24.77164, -3.48303], "uv": [89, 18]} + ] + }, + { + "name": "right_eye_squint", + "parent": "eyes_squint", + "pivot": [0.5, 67.5, 1.5], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-0.5, 66.52, 1], "size": [2, 0, 2], "pivot": [0.5, 67.5, 1.5], "rotation": [-8.26511, -24.77164, 3.48303], "uv": [89, 24], "mirror": true}, + {"origin": [-0.5, 66.52, 3.5], "size": [2, 0, 2], "pivot": [0.5, 67.5, 1.5], "rotation": [-8.26511, -24.77164, 3.48303], "uv": [89, 18], "mirror": true} + ] + }, + { + "name": "eyelids", + "parent": "head", + "pivot": [1.5, 67.5, 1.5], + "rotation": [-90, 0, 0] + }, + { + "name": "left_eyelid", + "parent": "eyelids", + "pivot": [-1.5, 67.5, 1.5], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-2.5, 66.5, 1.5], "size": [2, 0, 4], "pivot": [-1.5, 67.5, 1.5], "rotation": [-8.26511, 24.77164, -3.48303], "uv": [83, 18], "mirror": true} + ] + }, + { + "name": "right_eyelid", + "parent": "eyelids", + "pivot": [-0.5, 67.5, 1.5], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [0.5, 66.5, 1.5], "size": [2, 0, 4], "pivot": [1.5, 67.5, 1.5], "rotation": [-8.26511, -24.77164, 3.48303], "uv": [83, 18]} + ] + }, + { + "name": "left_horn", + "parent": "head", + "pivot": [1.75, 66, 2.5], + "rotation": [-67.5, 0, 0], + "cubes": [ + {"origin": [1.75, 65, 10.5], "size": [0, 1, 5], "uv": [0, 45]}, + {"origin": [1.25, 65, 2.5], "size": [1, 1, 8], "uv": [62, 61]}, + {"origin": [0.25, 64, 6.5], "size": [3, 3, 3], "uv": [83, 65]} + ] + }, + { + "name": "main_head_leaf", + "parent": "left_horn", + "pivot": [2.25, 65.5, 9.5], + "rotation": [0, -20, 0], + "cubes": [ + {"origin": [2.25, 65, 9.5], "size": [2, 1, 0], "uv": [9, 41]} + ] + }, + { + "name": "right_horn", + "parent": "head", + "pivot": [-1.75, 66, 2.5], + "rotation": [-67.5, 0, 0], + "cubes": [ + {"origin": [-1.75, 65, 10.5], "size": [0, 1, 5], "uv": [0, 44]}, + {"origin": [-2.25, 65, 2.5], "size": [1, 1, 8], "uv": [52, 60]} + ] + }, + { + "name": "jaw", + "parent": "head", + "pivot": [0, 66, -0.25], + "cubes": [ + {"origin": [-2, 65.99, -1.75], "size": [4, 2, 2], "uv": [0, 32]}, + {"origin": [-1, 67.5, -1.25], "size": [2, 5, 1], "uv": [52, 50]} + ] + }, + { + "name": "tongue", + "parent": "jaw", + "pivot": [0, 65, -1.25], + "cubes": [ + {"origin": [-0.5, 65, -1.25], "size": [1, 3, 1], "inflate": 0.01, "uv": [68, 24]} + ] + }, + { + "name": "tongue2", + "parent": "tongue", + "pivot": [0, 65, -1.25], + "rotation": [0, 0, 0], + "cubes": [ + {"origin": [-0.5, 65, -1.25], "size": [1, 3, 1], "uv": [11, 65]} + ] + }, + { + "name": "tongue3", + "parent": "tongue2", + "pivot": [0, 68, -0.75], + "cubes": [ + {"origin": [-0.5, 68, -0.75], "size": [1, 3, 0], "uv": [0, 22]} + ] + }, + { + "name": "apple", + "parent": "body", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-5.5, 1, -5.5], "size": [11, 5, 11], "uv": [84, 0]}, + {"origin": [-6.5, 5.5, -6.5], "size": [13, 8, 13], "uv": [0, 39]}, + {"origin": [-7.5, 10.5, -7.5], "size": [15, 7, 15], "uv": [0, 0]}, + {"origin": [-4.5, 17, -4.5], "size": [9, 2, 9], "uv": [40, 39]} + ] + }, + { + "name": "left_drip", + "parent": "apple", + "pivot": [7, 11, 3], + "cubes": [ + {"origin": [6, 8.5, 2], "size": [2, 3, 2], "uv": [10, 80]} + ] + }, + { + "name": "right_drip", + "parent": "apple", + "pivot": [-7, 11, 3], + "cubes": [ + {"origin": [-8, 8.5, 2], "size": [2, 3, 2], "uv": [46, 1]} + ] + }, + { + "name": "base", + "parent": "apple", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-11, 0.01, -11], "size": [22, 0, 22], "inflate": 0.01, "uv": [-21, 92]}, + {"origin": [-7, 0, -7], "size": [14, 2, 14], "inflate": 0.01, "uv": [0, 22]} + ] + }, + { + "name": "back_right_neck", + "parent": "apple", + "pivot": [-4.5, 17.5, 4.5], + "rotation": [0, 0, 0], + "cubes": [ + {"origin": [-6, 16, 3], "size": [3, 6, 3], "uv": [72, 54], "mirror": true} + ] + }, + { + "name": "back_right_neck2", + "parent": "back_right_neck", + "pivot": [-4.5, 22, 3], + "cubes": [ + {"origin": [-6, 22, 3], "size": [3, 5, 3], "inflate": 0.01, "uv": [61, 70], "mirror": true} + ] + }, + { + "name": "back_right_neck3", + "parent": "back_right_neck2", + "pivot": [-4.5, 27, 3], + "cubes": [ + {"origin": [-6, 27, 3], "size": [3, 6, 3], "uv": [13, 70], "mirror": true} + ] + }, + { + "name": "back_right_neck4", + "parent": "back_right_neck3", + "pivot": [-4.5, 33, 6], + "cubes": [ + {"origin": [-6, 33, 3], "size": [3, 5, 3], "inflate": 0.01, "uv": [37, 70], "mirror": true} + ] + }, + { + "name": "back_right_neck5", + "parent": "back_right_neck4", + "pivot": [-4.5, 38, 6], + "cubes": [ + {"origin": [-6, 38, 3], "size": [3, 6, 3], "uv": [49, 69], "mirror": true} + ] + }, + { + "name": "back_right_head", + "parent": "back_right_neck5", + "pivot": [-4.5, 44, 6], + "cubes": [ + {"origin": [-7, 44, 4], "size": [5, 5, 3], "uv": [44, 60], "mirror": true}, + {"origin": [-6.99, 46.5, 3], "size": [0, 2, 2], "pivot": [-6.5, 47.5, 4], "rotation": [-45, 0, 0], "uv": [10, 30]}, + {"origin": [-2.01, 46.5, 3], "size": [0, 2, 2], "pivot": [-2.5, 47.5, 4], "rotation": [-45, 0, 0], "uv": [10, 30], "mirror": true}, + {"origin": [-6.5, 45, 2.75], "size": [4, 2, 2], "inflate": 0.01, "uv": [42, 32], "mirror": true}, + {"origin": [-6, 49, 4], "size": [3, 3, 1], "inflate": 0.01, "uv": [39, 43], "mirror": true}, + {"origin": [-6.5, 51.5, 4], "size": [4, 2, 2], "pivot": [-10.5, 52, 4.1], "rotation": [20, 0, 0], "uv": [0, 11], "mirror": true} + ] + }, + { + "name": "back_right_eyelids", + "parent": "back_right_head", + "pivot": [-4.5, 47.5, 6], + "rotation": [-90, 0, 0] + }, + { + "name": "back_right_right_eyelid", + "parent": "back_right_eyelids", + "pivot": [-4, 48.5, 6], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-5, 47.5, 6], "size": [2, 0, 4], "pivot": [-4, 48.5, 6], "rotation": [-8.26511, -24.77164, 3.48303], "uv": [83, 18]} + ] + }, + { + "name": "back_right_left_eyelid", + "parent": "back_right_eyelids", + "pivot": [-3, 48.5, 6], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-5.81262, 47.5, 5.15476], "size": [2, 0, 4], "pivot": [-3, 48.5, 6], "rotation": [-8.26511, 24.77164, -3.48303], "uv": [83, 18], "mirror": true} + ] + }, + { + "name": "back_right_jaw", + "parent": "back_right_head", + "pivot": [-4.5, 46.75, 4.25], + "cubes": [ + {"origin": [-6.5, 46.99, 2.75], "size": [4, 2, 2], "uv": [0, 32], "mirror": true}, + {"origin": [-5.5, 48.5, 3.25], "size": [2, 5, 1], "uv": [42, 22], "mirror": true} + ] + }, + { + "name": "back_right_tongue", + "parent": "back_right_jaw", + "pivot": [-4.5, 44.57963, 5.5441], + "cubes": [ + {"origin": [-5, 44.57963, 5.5441], "size": [1, 4, 1], "inflate": 0.01, "uv": [1, 82], "mirror": true} + ] + }, + { + "name": "back_right_tongue2", + "parent": "back_right_tongue", + "pivot": [-4.5, 45.58248, 5.91324], + "rotation": [0, 0, 0], + "cubes": [ + {"origin": [-5, 45.58248, 5.91324], "size": [1, 3, 0], "uv": [0, 0], "mirror": true} + ] + }, + { + "name": "back_right_eyes", + "parent": "back_right_head", + "pivot": [-4.5, 49.5, 6] + }, + { + "name": "back_right_left_eye", + "parent": "back_right_eyes", + "pivot": [-3, 50.5, 6], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-4, 49.5, 6], "size": [2, 0, 4], "pivot": [-3, 50.5, 6], "rotation": [-8.26511, 24.77164, -3.48303], "uv": [77, 32], "mirror": true} + ] + }, + { + "name": "back_right_left_pupil", + "parent": "back_right_left_eye", + "pivot": [-3, 49.5, 6], + "cubes": [ + {"origin": [-3.5, 49.5, 7.25], "size": [1, 0, 1], "pivot": [-3, 49.5, 6], "rotation": [-8.26511, 24.77164, -3.48303], "uv": [8, 0], "mirror": true} + ] + }, + { + "name": "back_right_right_eye", + "parent": "back_right_eyes", + "pivot": [-6, 50.5, 6], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-7, 49.5, 6], "size": [2, 0, 4], "pivot": [-6, 50.5, 6], "rotation": [-8.26511, -24.77164, 3.48303], "uv": [77, 32]} + ] + }, + { + "name": "back_right_right_pupil", + "parent": "back_right_right_eye", + "pivot": [-6, 49.5, 6], + "cubes": [ + {"origin": [-6.5, 49.5, 7.25], "size": [1, 0, 1], "pivot": [-6, 49.5, 6], "rotation": [-8.26511, -24.77164, 3.48303], "uv": [8, 1], "mirror": true} + ] + }, + { + "name": "back_right_eyes_squint", + "parent": "back_right_head", + "pivot": [-4.5, 47.5, 6], + "rotation": [-90, 0, 0] + }, + { + "name": "back_right_left_eye_squint", + "parent": "back_right_eyes_squint", + "pivot": [-5, 48.5, 6], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-6, 47.52, 5.5], "size": [2, 0, 2], "pivot": [-5, 48.5, 6], "rotation": [-8.26511, 24.77164, -3.48303], "uv": [89, 24]}, + {"origin": [-6, 47.52, 8], "size": [2, 0, 2], "pivot": [-5, 48.5, 6], "rotation": [-8.26511, 24.77164, -3.48303], "uv": [89, 18]} + ] + }, + { + "name": "back_right_right_eye_squint", + "parent": "back_right_eyes_squint", + "pivot": [-4, 48.5, 6], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-5, 47.52, 5.5], "size": [2, 0, 2], "pivot": [-4, 48.5, 6], "rotation": [-8.26511, -24.77164, 3.48303], "uv": [89, 24], "mirror": true}, + {"origin": [-5, 47.52, 8], "size": [2, 0, 2], "pivot": [-4, 48.5, 6], "rotation": [-8.26511, -24.77164, 3.48303], "uv": [89, 18], "mirror": true} + ] + }, + { + "name": "back_left_neck", + "parent": "apple", + "pivot": [4.5, 17.5, 4.5], + "rotation": [0, 0, 0], + "cubes": [ + {"origin": [3, 16, 3], "size": [3, 6, 3], "uv": [72, 54]} + ] + }, + { + "name": "back_left_neck2", + "parent": "back_left_neck", + "pivot": [4.5, 22, 3], + "cubes": [ + {"origin": [3, 22, 3], "size": [3, 5, 3], "inflate": 0.01, "uv": [61, 70]} + ] + }, + { + "name": "back_left_neck3", + "parent": "back_left_neck2", + "pivot": [4.5, 27, 3], + "cubes": [ + {"origin": [3, 27, 3], "size": [3, 6, 3], "uv": [13, 70]} + ] + }, + { + "name": "back_left_neck4", + "parent": "back_left_neck3", + "pivot": [4.5, 33, 6], + "cubes": [ + {"origin": [3, 33, 3], "size": [3, 5, 3], "inflate": 0.01, "uv": [37, 70]} + ] + }, + { + "name": "back_left_neck5", + "parent": "back_left_neck4", + "pivot": [4.5, 38, 6], + "cubes": [ + {"origin": [3, 38, 3], "size": [3, 6, 3], "uv": [49, 69]} + ] + }, + { + "name": "back_left_head", + "parent": "back_left_neck5", + "pivot": [4.5, 44, 6], + "cubes": [ + {"origin": [2, 44, 4], "size": [5, 5, 3], "uv": [44, 60]}, + {"origin": [6.99, 46.5, 3], "size": [0, 2, 2], "pivot": [6.5, 47.5, 4], "rotation": [-45, 0, 0], "uv": [10, 30], "mirror": true}, + {"origin": [2.01, 46.5, 3], "size": [0, 2, 2], "pivot": [2.5, 47.5, 4], "rotation": [-45, 0, 0], "uv": [9, 20]}, + {"origin": [2.5, 45, 2.75], "size": [4, 2, 2], "inflate": 0.01, "uv": [42, 32]}, + {"origin": [3, 49, 4], "size": [3, 3, 1], "inflate": 0.01, "uv": [39, 43]}, + {"origin": [2.5, 51.5, 4], "size": [4, 2, 2], "pivot": [10.5, 52, 4.1], "rotation": [20, 0, 0], "uv": [0, 11]} + ] + }, + { + "name": "back_left_eyelids", + "parent": "back_left_head", + "pivot": [4.5, 47.5, 6], + "rotation": [-90, 0, 0] + }, + { + "name": "back_left_left_eyelid", + "parent": "back_left_eyelids", + "pivot": [4, 48.5, 6], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [3, 47.5, 6], "size": [2, 0, 4], "pivot": [4, 48.5, 6], "rotation": [-8.26511, 24.77164, -3.48303], "uv": [83, 18], "mirror": true} + ] + }, + { + "name": "back_left_right_eyelid", + "parent": "back_left_eyelids", + "pivot": [3, 48.5, 6], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [3.81262, 47.5, 5.15476], "size": [2, 0, 4], "pivot": [3, 48.5, 6], "rotation": [-8.26511, -24.77164, 3.48303], "uv": [83, 18]} + ] + }, + { + "name": "back_left_jaw", + "parent": "back_left_head", + "pivot": [4.5, 46.75, 4.25], + "cubes": [ + {"origin": [2.5, 46.99, 2.75], "size": [4, 2, 2], "uv": [0, 32]}, + {"origin": [3.5, 48.5, 3.25], "size": [2, 5, 1], "uv": [42, 22]} + ] + }, + { + "name": "back_left_tongue", + "parent": "back_left_jaw", + "pivot": [4.5, 44.57963, 5.5441], + "cubes": [ + {"origin": [4, 44.57963, 5.5441], "size": [1, 4, 1], "inflate": 0.01, "uv": [1, 82]} + ] + }, + { + "name": "back_left_tongue2", + "parent": "back_left_tongue", + "pivot": [4.5, 45.58248, 5.91324], + "rotation": [0, 0, 0], + "cubes": [ + {"origin": [4, 45.58248, 5.91324], "size": [1, 3, 0], "uv": [0, 0]} + ] + }, + { + "name": "back_left_eyes", + "parent": "back_left_head", + "pivot": [4.5, 49.5, 6] + }, + { + "name": "back_left_right_eye", + "parent": "back_left_eyes", + "pivot": [3, 50.5, 6], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [2, 49.5, 6], "size": [2, 0, 4], "pivot": [3, 50.5, 6], "rotation": [-8.26511, -24.77164, 3.48303], "uv": [77, 32]} + ] + }, + { + "name": "back_left_right_pupil", + "parent": "back_left_right_eye", + "pivot": [3, 49.5, 6], + "cubes": [ + {"origin": [2.5, 49.5, 7.25], "size": [1, 0, 1], "pivot": [3, 49.5, 6], "rotation": [-8.26511, -24.77164, 3.48303], "uv": [8, 0]} + ] + }, + { + "name": "back_left_left_eye", + "parent": "back_left_eyes", + "pivot": [6, 50.5, 6], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [5, 49.5, 6], "size": [2, 0, 4], "pivot": [6, 50.5, 6], "rotation": [-8.26511, 24.77164, -3.48303], "uv": [77, 32], "mirror": true} + ] + }, + { + "name": "back_left_left_pupil", + "parent": "back_left_left_eye", + "pivot": [6, 49.5, 6], + "cubes": [ + {"origin": [5.5, 49.5, 7.25], "size": [1, 0, 1], "pivot": [6, 49.5, 6], "rotation": [-8.26511, 24.77164, -3.48303], "uv": [8, 1]} + ] + }, + { + "name": "back_left_eyes_squint", + "parent": "back_left_head", + "pivot": [4.5, 47.5, 6], + "rotation": [-90, 0, 0] + }, + { + "name": "back_left_right_eye_squint", + "parent": "back_left_eyes_squint", + "pivot": [5, 48.5, 6], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [4, 47.52, 5.5], "size": [2, 0, 2], "pivot": [5, 48.5, 6], "rotation": [-8.26511, -24.77164, 3.48303], "uv": [89, 24], "mirror": true}, + {"origin": [4, 47.52, 8], "size": [2, 0, 2], "pivot": [5, 48.5, 6], "rotation": [-8.26511, -24.77164, 3.48303], "uv": [89, 18], "mirror": true} + ] + }, + { + "name": "back_left_left_eye_squint", + "parent": "back_left_eyes_squint", + "pivot": [4, 48.5, 6], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [3, 47.52, 5.5], "size": [2, 0, 2], "pivot": [4, 48.5, 6], "rotation": [-8.26511, 24.77164, -3.48303], "uv": [89, 24]}, + {"origin": [3, 47.52, 8], "size": [2, 0, 2], "pivot": [4, 48.5, 6], "rotation": [-8.26511, 24.77164, -3.48303], "uv": [89, 18]} + ] + }, + { + "name": "front_left_neck", + "parent": "apple", + "pivot": [4.5, 17.5, -5], + "rotation": [0, 0, 0], + "cubes": [ + {"origin": [3, 16, -6.5], "size": [3, 6, 3], "uv": [72, 54]} + ] + }, + { + "name": "front_left_neck2", + "parent": "front_left_neck", + "pivot": [4.5, 22, -6.5], + "cubes": [ + {"origin": [3, 22, -6.5], "size": [3, 5, 3], "inflate": 0.01, "uv": [61, 70]} + ] + }, + { + "name": "front_left_neck3", + "parent": "front_left_neck2", + "pivot": [4.5, 27, -6.5], + "cubes": [ + {"origin": [3, 27, -6.5], "size": [3, 6, 3], "uv": [13, 70]} + ] + }, + { + "name": "front_left_neck4", + "parent": "front_left_neck3", + "pivot": [4.5, 33, -3.5], + "cubes": [ + {"origin": [3, 33, -6.5], "size": [3, 5, 3], "inflate": 0.01, "uv": [37, 70]} + ] + }, + { + "name": "front_left_neck5", + "parent": "front_left_neck4", + "pivot": [4.5, 38, -3.5], + "cubes": [ + {"origin": [3, 38, -6.5], "size": [3, 6, 3], "uv": [49, 69]} + ] + }, + { + "name": "front_left_head", + "parent": "front_left_neck5", + "pivot": [4.5, 44, -3.5], + "cubes": [ + {"origin": [2, 44, -5.5], "size": [5, 5, 3], "uv": [44, 60]}, + {"origin": [6.99, 46.5, -6.5], "size": [0, 2, 2], "pivot": [6.5, 47.5, -5.5], "rotation": [-45, 0, 0], "uv": [10, 30], "mirror": true}, + {"origin": [2.01, 46.5, -6.5], "size": [0, 2, 2], "pivot": [2.5, 47.5, -5.5], "rotation": [-45, 0, 0], "uv": [9, 20]}, + {"origin": [2.5, 45, -6.75], "size": [4, 2, 2], "inflate": 0.01, "uv": [42, 32]}, + {"origin": [3, 49, -5.5], "size": [3, 3, 1], "inflate": 0.01, "uv": [39, 43]}, + {"origin": [2.5, 51.5, -5.5], "size": [4, 2, 2], "pivot": [10.5, 52, -5.4], "rotation": [20, 0, 0], "uv": [0, 11]} + ] + }, + { + "name": "front_left_jaw", + "parent": "front_left_head", + "pivot": [4.5, 46.75, -5.25], + "cubes": [ + {"origin": [2.5, 46.99, -6.75], "size": [4, 2, 2], "uv": [0, 32]}, + {"origin": [3.5, 48.5, -6.25], "size": [2, 5, 1], "uv": [42, 22]} + ] + }, + { + "name": "front_left_tongue", + "parent": "front_left_jaw", + "pivot": [4.5, 44.57963, -3.9559], + "cubes": [ + {"origin": [4, 44.57963, -3.9559], "size": [1, 4, 1], "inflate": 0.01, "uv": [1, 82]} + ] + }, + { + "name": "front_left_tongue2", + "parent": "front_left_tongue", + "pivot": [4.5, 45.58248, -3.58676], + "rotation": [0, 0, 0], + "cubes": [ + {"origin": [4, 45.58248, -3.58676], "size": [1, 3, 0], "uv": [0, 0]} + ] + }, + { + "name": "front_left_eyes", + "parent": "front_left_head", + "pivot": [4.5, 49.5, -3.5] + }, + { + "name": "front_left_left_eye", + "parent": "front_left_eyes", + "pivot": [6, 50.5, -3.5], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [5, 49.5, -3.5], "size": [2, 0, 4], "pivot": [6, 50.5, -3.5], "rotation": [-8.26511, 24.77164, -3.48303], "uv": [77, 32], "mirror": true} + ] + }, + { + "name": "front_left_left_pupil", + "parent": "front_left_left_eye", + "pivot": [6, 49.5, -3.5], + "cubes": [ + {"origin": [5.5, 49.5, -2.25], "size": [1, 0, 1], "pivot": [6, 49.5, -3.5], "rotation": [-8.26511, 24.77164, -3.48303], "uv": [8, 1]} + ] + }, + { + "name": "front_left_right_eye", + "parent": "front_left_eyes", + "pivot": [3, 50.5, -3.5], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [2, 49.5, -3.5], "size": [2, 0, 4], "pivot": [3, 50.5, -3.5], "rotation": [-8.26511, -24.77164, 3.48303], "uv": [77, 32]} + ] + }, + { + "name": "front_left_right_pupil", + "parent": "front_left_right_eye", + "pivot": [3, 49.5, -3.5], + "cubes": [ + {"origin": [2.5, 49.5, -2.25], "size": [1, 0, 1], "pivot": [3, 49.5, -3.5], "rotation": [-8.26511, -24.77164, 3.48303], "uv": [8, 0]} + ] + }, + { + "name": "front_left_eyes_squint", + "parent": "front_left_head", + "pivot": [4.5, 47.5, -3.5], + "rotation": [-90, 0, 0] + }, + { + "name": "front_left_left_eye_squint", + "parent": "front_left_eyes_squint", + "pivot": [4, 48.5, -3.5], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [3, 47.52, -4], "size": [2, 0, 2], "pivot": [4, 48.5, -3.5], "rotation": [-8.26511, 24.77164, -3.48303], "uv": [89, 24]}, + {"origin": [3, 47.52, -1.5], "size": [2, 0, 2], "pivot": [4, 48.5, -3.5], "rotation": [-8.26511, 24.77164, -3.48303], "uv": [89, 18]} + ] + }, + { + "name": "front_left_right_eye_squint", + "parent": "front_left_eyes_squint", + "pivot": [5, 48.5, -3.5], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [4, 47.52, -4], "size": [2, 0, 2], "pivot": [5, 48.5, -3.5], "rotation": [-8.26511, -24.77164, 3.48303], "uv": [89, 24], "mirror": true}, + {"origin": [4, 47.52, -1.5], "size": [2, 0, 2], "pivot": [5, 48.5, -3.5], "rotation": [-8.26511, -24.77164, 3.48303], "uv": [89, 18], "mirror": true} + ] + }, + { + "name": "front_left_eyelids", + "parent": "front_left_head", + "pivot": [4.5, 47.5, -3.5], + "rotation": [-90, 0, 0] + }, + { + "name": "front_left_left_eyelid", + "parent": "front_left_eyelids", + "pivot": [4, 48.5, -3.5], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [3, 47.5, -3.5], "size": [2, 0, 4], "pivot": [4, 48.5, -3.5], "rotation": [-8.26511, 24.77164, -3.48303], "uv": [83, 18], "mirror": true} + ] + }, + { + "name": "front_left_right_eyelid", + "parent": "front_left_eyelids", + "pivot": [3.15476, 46.88246, -2.20805], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [3.81262, 47.1105, -4.71986], "size": [2, 0, 4], "pivot": [3, 48.1105, -3.87463], "rotation": [-8.26511, -24.77164, 3.48303], "uv": [83, 18]} + ] + }, + { + "name": "front_right_neck", + "parent": "apple", + "pivot": [-4.5, 17.5, -5], + "rotation": [0, 0, 0], + "cubes": [ + {"origin": [-6, 16, -6.5], "size": [3, 6, 3], "uv": [72, 54], "mirror": true} + ] + }, + { + "name": "front_right_neck2", + "parent": "front_right_neck", + "pivot": [-4.5, 22, -6.5], + "cubes": [ + {"origin": [-6, 22, -6.5], "size": [3, 5, 3], "inflate": 0.01, "uv": [61, 70], "mirror": true} + ] + }, + { + "name": "front_right_neck3", + "parent": "front_right_neck2", + "pivot": [-4.5, 27, -6.5], + "cubes": [ + {"origin": [-6, 27, -6.5], "size": [3, 6, 3], "uv": [13, 70], "mirror": true} + ] + }, + { + "name": "front_right_neck4", + "parent": "front_right_neck3", + "pivot": [-4.5, 33, -3.5], + "cubes": [ + {"origin": [-6, 33, -6.5], "size": [3, 5, 3], "inflate": 0.01, "uv": [37, 70], "mirror": true} + ] + }, + { + "name": "front_right_neck5", + "parent": "front_right_neck4", + "pivot": [-4.5, 38, -3.5], + "cubes": [ + {"origin": [-6, 38, -6.5], "size": [3, 6, 3], "uv": [49, 69], "mirror": true} + ] + }, + { + "name": "front_right_head", + "parent": "front_right_neck5", + "pivot": [-4.5, 44, -3.5], + "cubes": [ + {"origin": [-7, 44, -5.5], "size": [5, 5, 3], "uv": [44, 60], "mirror": true}, + {"origin": [-6.99, 46.5, -6.5], "size": [0, 2, 2], "pivot": [-6.5, 47.5, -5.5], "rotation": [-45, 0, 0], "uv": [10, 30]}, + {"origin": [-2.01, 46.5, -6.5], "size": [0, 2, 2], "pivot": [-2.5, 47.5, -5.5], "rotation": [-45, 0, 0], "uv": [10, 30], "mirror": true}, + {"origin": [-6.5, 45, -6.75], "size": [4, 2, 2], "inflate": 0.01, "uv": [42, 32], "mirror": true}, + {"origin": [-6, 49, -5.5], "size": [3, 3, 1], "inflate": 0.01, "uv": [39, 43], "mirror": true}, + {"origin": [-6.5, 51.5, -5.5], "size": [4, 2, 2], "pivot": [-10.5, 52, -5.4], "rotation": [20, 0, 0], "uv": [0, 11], "mirror": true} + ] + }, + { + "name": "front_right_jaw", + "parent": "front_right_head", + "pivot": [-4.5, 46.75, -5.25], + "cubes": [ + {"origin": [-6.5, 46.99, -6.75], "size": [4, 2, 2], "uv": [0, 32], "mirror": true}, + {"origin": [-5.5, 48.5, -6.25], "size": [2, 5, 1], "uv": [42, 22], "mirror": true} + ] + }, + { + "name": "front_right_tongue", + "parent": "front_right_jaw", + "pivot": [-4.5, 44.57963, -3.9559], + "cubes": [ + {"origin": [-5, 44.57963, -3.9559], "size": [1, 4, 1], "inflate": 0.01, "uv": [1, 82], "mirror": true} + ] + }, + { + "name": "front_right_tongue2", + "parent": "front_right_tongue", + "pivot": [-4.5, 45.58248, -3.58676], + "rotation": [0, 0, 0], + "cubes": [ + {"origin": [-5, 45.58248, -3.58676], "size": [1, 3, 0], "uv": [0, 0], "mirror": true} + ] + }, + { + "name": "front_right_eyes", + "parent": "front_right_head", + "pivot": [-4.5, 49.5, -3.5] + }, + { + "name": "front_right_left_eye", + "parent": "front_right_eyes", + "pivot": [-6, 50.5, -3.5], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-7, 49.5, -3.5], "size": [2, 0, 4], "pivot": [-6, 50.5, -3.5], "rotation": [-8.26511, -24.77164, 3.48303], "uv": [77, 32]} + ] + }, + { + "name": "front_right_left_pupil", + "parent": "front_right_left_eye", + "pivot": [-6, 49.5, -3.5], + "cubes": [ + {"origin": [-6.5, 49.5, -2.25], "size": [1, 0, 1], "pivot": [-6, 49.5, -3.5], "rotation": [-8.26511, -24.77164, 3.48303], "uv": [8, 1], "mirror": true} + ] + }, + { + "name": "front_left_right_eye2", + "parent": "front_right_eyes", + "pivot": [-3, 50.5, -3.5], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-4, 49.5, -3.5], "size": [2, 0, 4], "pivot": [-3, 50.5, -3.5], "rotation": [-8.26511, 24.77164, -3.48303], "uv": [77, 32], "mirror": true} + ] + }, + { + "name": "front_left_right_pupil2", + "parent": "front_left_right_eye2", + "pivot": [-3, 49.5, -3.5], + "cubes": [ + {"origin": [-3.5, 49.5, -2.25], "size": [1, 0, 1], "pivot": [-3, 49.5, -3.5], "rotation": [-8.26511, 24.77164, -3.48303], "uv": [8, 0], "mirror": true} + ] + }, + { + "name": "front_right_eyes_squint", + "parent": "front_right_head", + "pivot": [-4.5, 47.5, -3.5], + "rotation": [-90, 0, 0] + }, + { + "name": "front_right_left_eye_squint", + "parent": "front_right_eyes_squint", + "pivot": [-4, 48.5, -3.5], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-5, 47.52, -4], "size": [2, 0, 2], "pivot": [-4, 48.5, -3.5], "rotation": [-8.26511, -24.77164, 3.48303], "uv": [89, 24], "mirror": true}, + {"origin": [-5, 47.52, -1.5], "size": [2, 0, 2], "pivot": [-4, 48.5, -3.5], "rotation": [-8.26511, -24.77164, 3.48303], "uv": [89, 18], "mirror": true} + ] + }, + { + "name": "front_left_right_eye_squint2", + "parent": "front_right_eyes_squint", + "pivot": [-5, 48.5, -3.5], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-6, 47.52, -4], "size": [2, 0, 2], "pivot": [-5, 48.5, -3.5], "rotation": [-8.26511, 24.77164, -3.48303], "uv": [89, 24]}, + {"origin": [-6, 47.52, -1.5], "size": [2, 0, 2], "pivot": [-5, 48.5, -3.5], "rotation": [-8.26511, 24.77164, -3.48303], "uv": [89, 18]} + ] + }, + { + "name": "front_right_eyelids", + "parent": "front_right_head", + "pivot": [-4.5, 47.5, -3.5], + "rotation": [-90, 0, 0] + }, + { + "name": "front_right_left_eyelid", + "parent": "front_right_eyelids", + "pivot": [-4, 48.5, -3.5], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-5, 47.5, -3.5], "size": [2, 0, 4], "pivot": [-4, 48.5, -3.5], "rotation": [-8.26511, -24.77164, 3.48303], "uv": [83, 18]} + ] + }, + { + "name": "front_left_right_eyelid2", + "parent": "front_right_eyelids", + "pivot": [-3.15476, 46.88246, -2.20805], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-5.81262, 47.1105, -4.71986], "size": [2, 0, 4], "pivot": [-3, 48.1105, -3.87463], "rotation": [-8.26511, 24.77164, -3.48303], "uv": [83, 18], "mirror": true} + ] + }, + { + "name": "right_tail", + "parent": "apple", + "pivot": [-2.5, 5.5, 5.5], + "rotation": [0, 0, 0], + "cubes": [ + {"origin": [-4.5, 3.5, 4.5], "size": [4, 4, 7], "uv": [80, 103], "mirror": true} + ] + }, + { + "name": "right_tail2", + "parent": "right_tail", + "pivot": [-2.5, 5, 11.5], + "cubes": [ + {"origin": [-4, 4, 11.5], "size": [3, 3, 5], "inflate": 0.01, "uv": [68, 24], "mirror": true} + ] + }, + { + "name": "right_tail3", + "parent": "right_tail2", + "pivot": [-2.5, 4, 16.5], + "cubes": [ + {"origin": [-4, 4, 16.5], "size": [3, 3, 4], "uv": [70, 39], "mirror": true} + ] + }, + { + "name": "right_tail_end", + "parent": "right_tail3", + "pivot": [-2.5, 6.5, 20.5], + "cubes": [ + {"origin": [-3.5, 4.5, 20.5], "size": [2, 2, 3], "uv": [81, 51], "mirror": true} + ] + }, + { + "name": "right_tail_left_leaf", + "parent": "right_tail_end", + "pivot": [-2.5, 6.5, 21.5], + "rotation": [0, 0, 25], + "cubes": [ + {"origin": [-2.5, 6.5, 21], "size": [0, 4, 1], "uv": [12, 27]} + ] + }, + { + "name": "right_tail_right_leaf", + "parent": "right_tail_end", + "pivot": [-2.5, 6.5, 21.5], + "rotation": [0, 0, -25], + "cubes": [ + {"origin": [-2.5, 6.5, 21], "size": [0, 4, 1], "uv": [12, 27], "mirror": true} + ] + }, + { + "name": "left_tail", + "parent": "apple", + "pivot": [2.5, 5.5, 5.5], + "rotation": [0, 0, 0], + "cubes": [ + {"origin": [0.5, 3.5, 4.5], "size": [4, 4, 7], "uv": [80, 103]} + ] + }, + { + "name": "left_tail2", + "parent": "left_tail", + "pivot": [2.5, 5, 11.5], + "cubes": [ + {"origin": [1, 4, 11.5], "size": [3, 3, 5], "inflate": 0.01, "uv": [68, 24]} + ] + }, + { + "name": "left_tail3", + "parent": "left_tail2", + "pivot": [2.5, 4, 16.5], + "cubes": [ + {"origin": [1, 4, 16.5], "size": [3, 3, 4], "uv": [70, 39]} + ] + }, + { + "name": "left_tail_end", + "parent": "left_tail3", + "pivot": [2.5, 6.5, 20.5], + "cubes": [ + {"origin": [1.5, 4.5, 20.5], "size": [2, 2, 3], "uv": [81, 51]} + ] + }, + { + "name": "left_tail_right_leaf", + "parent": "left_tail_end", + "pivot": [2.5, 6.5, 21.5], + "rotation": [0, 0, -25], + "cubes": [ + {"origin": [2.5, 6.5, 21], "size": [0, 4, 1], "uv": [12, 27], "mirror": true} + ] + }, + { + "name": "left_tail_left_leaf", + "parent": "left_tail_end", + "pivot": [2.5, 6.5, 21.5], + "rotation": [0, 0, 25], + "cubes": [ + {"origin": [2.5, 6.5, 21], "size": [0, 4, 1], "uv": [12, 27]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/indeedee/indeedee_f.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/indeedee/indeedee_f.geo.json new file mode 100644 index 0000000..20ed1c5 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/indeedee/indeedee_f.geo.json @@ -0,0 +1,279 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.indeedee_female", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 3, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "indeedee_female", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "indeedee_female", + "pivot": [0, 17, 0] + }, + { + "name": "hips", + "parent": "body", + "pivot": [0, 5, 0], + "cubes": [ + {"origin": [-6, 6, -6], "size": [12, 10, 12], "uv": [0, 0]}, + {"origin": [-4.5, 16, -4.5], "size": [9, 1, 9], "uv": [36, 0]}, + {"origin": [-4.5, 5, -4.5], "size": [9, 1, 9], "uv": [29, 30]} + ] + }, + { + "name": "tail", + "parent": "hips", + "pivot": [0, 14.025, 6], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [-1.5, 14.11582, 6.01099], "size": [3, 3, 3], "inflate": 0.1, "uv": [48, 40]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 14.11582, 5.86099], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [-1.5, 11.11582, 5.86099], "size": [3, 3, 3], "uv": [14, 48]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 11.11582, 6.36099], + "rotation": [32.5, 0, 0], + "cubes": [ + {"origin": [-1, 9.11582, 6.36099], "size": [2, 2, 2], "uv": [36, 0]} + ] + }, + { + "name": "torso", + "parent": "hips", + "pivot": [0, 17, 0], + "cubes": [ + {"origin": [-2.5, 16.5, -2], "size": [5, 6, 4], "uv": [44, 47]}, + {"origin": [-3, 21, -2.5], "size": [6, 2, 5], "uv": [29, 22]} + ] + }, + { + "name": "arm_left", + "parent": "torso", + "pivot": [2.5, 21, 0], + "cubes": [ + {"origin": [2.5, 20.5, -0.5], "size": [5, 1, 1], "uv": [36, 10]} + ] + }, + { + "name": "elbow_left", + "parent": "arm_left", + "pivot": [7, 21, 0], + "cubes": [ + {"origin": [7, 20, -1.5], "size": [4, 2, 3], "inflate": 0.02, "uv": [48, 10]} + ] + }, + { + "name": "wrist_left", + "parent": "elbow_left", + "pivot": [11, 22, 0], + "cubes": [ + {"origin": [11, 20, -1.5], "size": [1, 2, 3], "inflate": 0.01, "uv": [0, 26]} + ] + }, + { + "name": "hand_left", + "parent": "wrist_left", + "pivot": [12, 22, 0] + }, + { + "name": "pointer_left", + "parent": "hand_left", + "pivot": [12, 22, -0.5], + "cubes": [ + {"origin": [12, 20, -1.5], "size": [2, 2, 1], "uv": [23, 39]} + ] + }, + { + "name": "middle_left", + "parent": "hand_left", + "pivot": [12, 22, 0], + "cubes": [ + {"origin": [12, 20, -0.5], "size": [2, 2, 1], "uv": [0, 39]} + ] + }, + { + "name": "ring_left", + "parent": "hand_left", + "pivot": [12, 22, 0.5], + "cubes": [ + {"origin": [12, 20, 0.5], "size": [2, 2, 1], "uv": [36, 4]} + ] + }, + { + "name": "arm_right", + "parent": "torso", + "pivot": [-2.5, 21, 0], + "cubes": [ + {"origin": [-7.5, 20.5, -0.5], "size": [5, 1, 1], "uv": [36, 10], "mirror": true} + ] + }, + { + "name": "elbow_right", + "parent": "arm_right", + "pivot": [-7, 21, 0], + "cubes": [ + {"origin": [-11, 20, -1.5], "size": [4, 2, 3], "inflate": 0.02, "uv": [48, 10], "mirror": true} + ] + }, + { + "name": "wrist_right", + "parent": "elbow_right", + "pivot": [-11, 22, 0], + "cubes": [ + {"origin": [-12, 20, -1.5], "size": [1, 2, 3], "inflate": 0.01, "uv": [0, 26], "mirror": true} + ] + }, + { + "name": "hand_right", + "parent": "wrist_right", + "pivot": [-12, 22, 0] + }, + { + "name": "pointer_right", + "parent": "hand_right", + "pivot": [-12, 22, -0.5], + "cubes": [ + {"origin": [-14, 20, -1.5], "size": [2, 2, 1], "uv": [23, 39], "mirror": true} + ] + }, + { + "name": "middle_right", + "parent": "hand_right", + "pivot": [-12, 22, 0], + "cubes": [ + {"origin": [-14, 20, -0.5], "size": [2, 2, 1], "uv": [0, 39], "mirror": true} + ] + }, + { + "name": "ring_right", + "parent": "hand_right", + "pivot": [-12, 22, 0.5], + "cubes": [ + {"origin": [-14, 20, 0.5], "size": [2, 2, 1], "uv": [36, 4], "mirror": true} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 22.51249, 0.01609], + "cubes": [ + {"origin": [-5, 22.5, -4.5], "size": [10, 8, 9], "uv": [0, 22]}, + {"origin": [-4, 30.5, -3.5], "size": [8, 2, 7], "uv": [0, 39]}, + {"origin": [-3.45406, 32.58883, -4.51], "size": [1, 1, 0], "pivot": [-13, 24.75, -4.51], "rotation": [0, 0, 45], "uv": [9, 1]}, + {"origin": [-3.80761, 32.94239, -4.52], "size": [1, 1, 0], "pivot": [-13, 24.75, -4.51], "rotation": [0, 0, 45], "uv": [9, 0]}, + {"origin": [1, 26.5, -4.52], "size": [1, 1, 0], "uv": [0, 2]}, + {"origin": [1.94935, 24.56033, -4.54], "size": [1, 2, 0], "pivot": [2.67039, 25.91505, -4.54], "rotation": [0, 0, 5], "uv": [0, 7]}, + {"origin": [1.54935, 23.96033, -4.53], "size": [2, 3, 0], "pivot": [2.67039, 25.91505, -4.54], "rotation": [0, 0, 5], "uv": [29, 22]}, + {"origin": [-3.54935, 23.96033, -4.53], "size": [2, 3, 0], "pivot": [-2.67039, 25.91505, -4.54], "rotation": [0, 0, -5], "uv": [29, 22], "mirror": true}, + {"origin": [-2.94935, 24.56033, -4.54], "size": [1, 2, 0], "pivot": [-2.67039, 25.91505, -4.54], "rotation": [0, 0, -5], "uv": [0, 7], "mirror": true}, + {"origin": [-2, 26.5, -4.52], "size": [1, 1, 0], "uv": [0, 2], "mirror": true}, + {"origin": [-1.5, 27, -4.51], "size": [3, 1, 0], "uv": [0, 42], "mirror": true}, + {"origin": [5.01, 23.8, -3.25], "size": [0, 1, 1], "uv": [0, 0]}, + {"origin": [-5.01, 23.8, -3.25], "size": [0, 1, 1], "uv": [0, 0], "mirror": true}, + {"origin": [3.5, 30.75, -0.5], "size": [3, 3, 3], "uv": [23, 51]}, + {"origin": [3.5, 25, -1], "size": [5, 7, 4], "pivot": [5, 31.25, 1], "rotation": [-7.43656, -0.9762, -27.43656], "uv": [30, 40]}, + {"origin": [7.31469, 23.49815, -2.48342], "size": [3, 3, 3], "pivot": [8.31469, 26.52868, 0.25803], "rotation": [-12.00617, 8.74266, -17.82987], "uv": [0, 0]}, + {"origin": [8.81469, 21.49815, -4.73342], "size": [0, 4, 4], "pivot": [8.31469, 26.52868, 0.25803], "rotation": [-12.00617, 8.74266, -17.82987], "uv": [0, 18]}, + {"origin": [-8.81469, 21.49815, -4.73342], "size": [0, 4, 4], "pivot": [-8.31469, 26.52868, 0.25803], "rotation": [-12.00617, -8.74266, 17.82987], "uv": [0, 18], "mirror": true}, + {"origin": [-10.31469, 23.49815, -2.48342], "size": [3, 3, 3], "pivot": [-8.31469, 26.52868, 0.25803], "rotation": [-12.00617, -8.74266, 17.82987], "uv": [0, 0], "mirror": true}, + {"origin": [-8.5, 25, -1], "size": [5, 7, 4], "pivot": [-5, 31.25, 1], "rotation": [-7.43656, 0.9762, 27.43656], "uv": [30, 40], "mirror": true}, + {"origin": [-6.5, 30.75, -0.5], "size": [3, 3, 3], "uv": [23, 51], "mirror": true} + ] + }, + { + "name": "mouth_open", + "parent": "head", + "pivot": [-13, 24.5, -4.41], + "cubes": [ + {"origin": [-0.5, 22.79289, -4.44], "size": [1, 1, 0], "uv": [46, 25]}, + {"origin": [-1, 23.29289, -4.43], "size": [2, 1, 0], "uv": [46, 24]} + ] + }, + { + "name": "eyelid_left", + "parent": "head", + "pivot": [2.67039, 25.91505, -4.54], + "cubes": [ + {"origin": [1.54935, 23.96033, -4.46], "size": [2, 3, 0], "pivot": [2.67039, 25.91505, -4.54], "rotation": [0, 0, 5], "uv": [5, 26]} + ] + }, + { + "name": "eyelid_right", + "parent": "head", + "pivot": [-2.67039, 25.91505, -4.54], + "cubes": [ + {"origin": [-3.54935, 23.96033, -4.46], "size": [2, 3, 0], "pivot": [-2.67039, 25.91505, -4.54], "rotation": [0, 0, -5], "uv": [5, 26], "mirror": true} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [2.08333, 5.00833, 0.16667], + "cubes": [ + {"origin": [0.25, 3.5, -1.75], "size": [4, 2, 4], "uv": [46, 18]} + ] + }, + { + "name": "knee_left", + "parent": "leg_left", + "pivot": [2, 3.5, -0.5], + "cubes": [ + {"origin": [0.5, 2, -1.5], "size": [3, 2, 3], "uv": [0, 7]} + ] + }, + { + "name": "foot_left", + "parent": "knee_left", + "pivot": [2, 2, 1.5], + "cubes": [ + {"origin": [0.5, 0, -2.5], "size": [3, 2, 4], "inflate": 0.01, "uv": [0, 48]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-2.08333, 5.00833, 0.16667], + "cubes": [ + {"origin": [-4.25, 3.5, -1.75], "size": [4, 2, 4], "uv": [46, 18], "mirror": true} + ] + }, + { + "name": "knee_right", + "parent": "leg_right", + "pivot": [-2, 3.5, -0.5], + "cubes": [ + {"origin": [-3.5, 2, -1.5], "size": [3, 2, 3], "uv": [0, 7], "mirror": true} + ] + }, + { + "name": "foot_right", + "parent": "knee_right", + "pivot": [-2, 2, 1.5], + "cubes": [ + {"origin": [-3.5, 0, -2.5], "size": [3, 2, 4], "inflate": 0.01, "uv": [0, 48], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/indeedee/indeedee_m.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/indeedee/indeedee_m.geo.json new file mode 100644 index 0000000..64f5b48 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/indeedee/indeedee_m.geo.json @@ -0,0 +1,300 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.indeedee_male", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 3, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "indeedee_male", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "indeedee_male", + "pivot": [0, 19, 0] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [2.25, 6, -0.5], + "cubes": [ + {"origin": [0.25, 3.5, -2.25], "size": [4, 3, 4], "uv": [16, 56]} + ] + }, + { + "name": "knee_left", + "parent": "leg_left", + "pivot": [2, 3.5, -1.5], + "cubes": [ + {"origin": [0.5, 2, -1.5], "size": [3, 2, 3], "uv": [0, 62]} + ] + }, + { + "name": "foot_left", + "parent": "knee_left", + "pivot": [-0.5, 2, 1.5], + "cubes": [ + {"origin": [0.5, 0, -2.5], "size": [3, 2, 4], "inflate": 0.01, "uv": [56, 53]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-2.25, 6, -0.5], + "cubes": [ + {"origin": [-4.25, 3.5, -2.25], "size": [4, 3, 4], "uv": [16, 56], "mirror": true} + ] + }, + { + "name": "knee_right", + "parent": "leg_right", + "pivot": [-2, 3.5, -1.5], + "cubes": [ + {"origin": [-3.5, 2, -1.5], "size": [3, 2, 3], "uv": [0, 62], "mirror": true} + ] + }, + { + "name": "foot_right", + "parent": "knee_right", + "pivot": [0.5, 2, 1.5], + "cubes": [ + {"origin": [-3.5, 0, -2.5], "size": [3, 2, 4], "inflate": 0.01, "uv": [56, 53], "mirror": true} + ] + }, + { + "name": "hips", + "parent": "body", + "pivot": [0, 6.04179, -0.265], + "cubes": [ + {"origin": [-6, 8, -5.75], "size": [12, 4, 11], "uv": [0, 15]}, + {"origin": [-6.5, 12, -6.25], "size": [13, 3, 12], "uv": [0, 0]}, + {"origin": [-4.5, 13.75, -4], "size": [9, 3, 8], "uv": [72, 0]}, + {"origin": [-5, 6, -4.75], "size": [10, 2, 9], "uv": [35, 15]} + ] + }, + { + "name": "tail", + "parent": "hips", + "pivot": [0, 14, 5], + "rotation": [-37.5, 0, 0], + "cubes": [ + {"origin": [-1, 13.53349, 3.99904], "size": [2, 3, 2], "uv": [22, 73]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 16.03349, 3.99904], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [-1.5, 16.03349, 3.49904], "size": [3, 3, 3], "uv": [52, 70]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [-0.5, 16.53349, 6.49904], + "rotation": [22.5, 0, 0], + "cubes": [ + {"origin": [-1, 16.53349, 6.49904], "size": [2, 2, 2], "inflate": 0.01, "uv": [47, 69]} + ] + }, + { + "name": "torso", + "parent": "hips", + "pivot": [0, 16.81507, 0.08271], + "cubes": [ + {"origin": [-3.5, 16.25, -3], "size": [7, 3, 6], "uv": [38, 39]} + ] + }, + { + "name": "chest", + "parent": "torso", + "pivot": [0, 19.25794, -1.4634], + "cubes": [ + {"origin": [-2.5, 19, -2], "size": [5, 3, 4], "uv": [26, 48]}, + {"origin": [-3.5, 21.5, -3], "size": [7, 2, 6], "uv": [0, 47]} + ] + }, + { + "name": "head", + "parent": "chest", + "pivot": [0, 24.0572, -0.1125], + "cubes": [ + {"origin": [-5, 23, -4.5], "size": [10, 8, 9], "uv": [0, 30]}, + {"origin": [-4, 31, -3.5], "size": [8, 2, 7], "uv": [29, 30]}, + {"origin": [-3.45406, 33.33883, -4.52], "size": [1, 1, 0], "pivot": [-13, 25.5, -4.51], "rotation": [0, 0, 45], "uv": [34, 33]}, + {"origin": [-0.5, 25.54289, -4.51], "size": [1, 1, 0], "uv": [34, 30]}, + {"origin": [-1.5, 25.7, -4.52], "size": [1, 1, 0], "pivot": [-1, 26.2, -4.51], "rotation": [0, 0, 45], "uv": [0, 32]}, + {"origin": [-2, 25.2, -4.53], "size": [1, 2, 0], "uv": [9, 5]}, + {"origin": [-3.55306, 25.13655, -4.54], "size": [2, 2, 0], "pivot": [-2.37195, 27.12071, -4.545], "rotation": [0, 0, 2.5], "uv": [38, 6]}, + {"origin": [-3.55306, 26.88655, -4.57], "size": [2, 1, 0], "pivot": [-2.37195, 27.12071, -4.545], "rotation": [0, 0, 2.5], "uv": [29, 36]}, + {"origin": [1.55306, 26.88655, -4.57], "size": [2, 1, 0], "pivot": [2.37195, 27.12071, -4.545], "rotation": [0, 0, -2.5], "uv": [35, 23]}, + {"origin": [1.55306, 25.13655, -4.54], "size": [2, 2, 0], "pivot": [2.37195, 27.12071, -5.545], "rotation": [0, 0, -2.5], "uv": [5, 30]}, + {"origin": [0.5, 25.7, -4.52], "size": [1, 1, 0], "pivot": [1, 26.2, -4.51], "rotation": [0, 0, -45], "uv": [9, 2]}, + {"origin": [1, 25.2, -4.53], "size": [1, 2, 0], "uv": [0, 0]}, + {"origin": [-4.65, 27.75, -4.52], "size": [2, 1, 0], "pivot": [-3.15, 27.75, -4.51], "rotation": [0, 0, 22.5], "uv": [4, 25]}, + {"origin": [-4.4, 27.25, -4.51], "size": [2, 1, 0], "pivot": [-3.15, 28, -4.51], "rotation": [0, 0, -7.5], "uv": [0, 25]}, + {"origin": [2.4, 27.25, -4.51], "size": [2, 1, 0], "pivot": [3.15, 28, -4.51], "rotation": [0, 0, 7.5], "uv": [0, 25], "mirror": true}, + {"origin": [2.65, 27.75, -4.52], "size": [2, 1, 0], "pivot": [3.15, 27.75, -4.51], "rotation": [0, 0, -22.5], "uv": [4, 25], "mirror": true}, + {"origin": [5, 26.5, -1.5], "size": [3, 2, 3], "uv": [0, 5]}, + {"origin": [4.5, 28, -2], "size": [4, 5, 4], "pivot": [6.5, 29, 0], "rotation": [0, 0, -12.5], "uv": [52, 26]}, + {"origin": [4.75, 32.5, -1.5], "size": [4, 2, 3], "pivot": [6.5, 29, 0], "rotation": [0, 0, -22.5], "uv": [58, 36]}, + {"origin": [4, 32.5, 0], "size": [5, 6, 0], "pivot": [6.5, 29, 0], "rotation": [0, 0, -22.5], "uv": [0, 67]}, + {"origin": [-9, 32.5, 0], "size": [5, 6, 0], "pivot": [-6.5, 29, 0], "rotation": [0, 0, 22.5], "uv": [0, 15]}, + {"origin": [-8.75, 32.5, -1.5], "size": [4, 2, 3], "pivot": [-6.5, 29, 0], "rotation": [0, 0, 22.5], "uv": [50, 10]}, + {"origin": [-8, 26.5, -1.5], "size": [3, 2, 3], "uv": [0, 0]}, + {"origin": [-8.5, 28, -2], "size": [4, 5, 4], "pivot": [-6.5, 29, 0], "rotation": [0, 0, 12.5], "uv": [44, 48]}, + {"origin": [-1.5, 28, -4.5], "size": [3, 1, 0], "inflate": 0.01, "uv": [0, 22], "mirror": true}, + {"origin": [-3.45406, 32.83883, -4.53], "size": [1, 1, 0], "pivot": [-13, 25, -4.51], "rotation": [0, 0, 45], "uv": [8, 25]} + ] + }, + { + "name": "pupil_right", + "parent": "head", + "pivot": [-2.37195, 27.12071, -4.545], + "cubes": [ + {"origin": [-3.05306, 25.48655, -4.55], "size": [1, 2, 0], "pivot": [-2.37195, 27.12071, -4.545], "rotation": [0, 0, 2.5], "uv": [9, 0]} + ] + }, + { + "name": "mouth_open", + "parent": "head", + "pivot": [0, 24.79289, -4.44], + "cubes": [ + {"origin": [-0.5, 23.54289, -4.45], "size": [1, 1, 0], "uv": [15, 65]}, + {"origin": [-1, 23.54289, -4.44], "size": [2, 1, 0], "uv": [0, 38]}, + {"origin": [-0.5, 24.04289, -4.46], "size": [1, 1, 0], "uv": [0, 30]} + ] + }, + { + "name": "pupil_left", + "parent": "head", + "pivot": [2.37195, 27.12071, -4.545], + "cubes": [ + {"origin": [2.05306, 25.48655, -4.55], "size": [1, 2, 0], "pivot": [2.37195, 27.12071, -4.545], "rotation": [0, 0, -2.5], "uv": [0, 5]} + ] + }, + { + "name": "eyelid_left", + "parent": "head", + "pivot": [2.37195, 28.12071, -5.445], + "cubes": [ + {"origin": [1.55306, 25.13655, -4.48], "size": [2, 3, 0], "inflate": 0.01, "pivot": [2.37195, 27.12071, -5.445], "rotation": [0, 0, -2.5], "uv": [12, 55]} + ] + }, + { + "name": "eyelid_right", + "parent": "head", + "pivot": [-2.37195, 28.12071, -5.445], + "cubes": [ + {"origin": [-3.55306, 25.13655, -4.48], "size": [2, 3, 0], "inflate": 0.01, "pivot": [-2.37195, 27.12071, -5.445], "rotation": [0, 0, 2.5], "uv": [12, 55], "mirror": true} + ] + }, + { + "name": "arm_left", + "parent": "chest", + "pivot": [2.5, 21.5, 0], + "cubes": [ + {"origin": [2.5, 21, -0.5], "size": [5, 1, 1], "uv": [38, 10]} + ] + }, + { + "name": "elbow_left", + "parent": "arm_left", + "pivot": [6.9, 21.5, 0.5], + "cubes": [ + {"origin": [7, 20.5, -1.5], "size": [4, 2, 3], "inflate": 0.02, "uv": [57, 59]} + ] + }, + { + "name": "wrist_left", + "parent": "elbow_left", + "pivot": [11.025, 22.5, 0], + "cubes": [ + {"origin": [11, 20.5, -1.5], "size": [1, 2, 3], "inflate": 0.01, "uv": [35, 15]} + ] + }, + { + "name": "pointer_left", + "parent": "wrist_left", + "pivot": [12, 22.5, -0.5], + "cubes": [ + {"origin": [12, 20.5, -1.5], "size": [2, 2, 1], "uv": [38, 3]} + ] + }, + { + "name": "middle_left", + "parent": "wrist_left", + "pivot": [12, 22.5, 0], + "cubes": [ + {"origin": [12, 20.5, -0.5], "size": [2, 2, 1], "uv": [38, 0]} + ] + }, + { + "name": "ring_left", + "parent": "wrist_left", + "pivot": [12, 22.5, 0.5], + "cubes": [ + {"origin": [12, 20.5, 0.5], "size": [2, 2, 1], "uv": [35, 20]} + ] + }, + { + "name": "arm_right", + "parent": "chest", + "pivot": [-2.5, 21.5, 0], + "cubes": [ + {"origin": [-7.5, 21, -0.5], "size": [5, 1, 1], "uv": [38, 10], "mirror": true} + ] + }, + { + "name": "elbow_right", + "parent": "arm_right", + "pivot": [-6.9, 21.5, 0.5], + "cubes": [ + {"origin": [-11, 20.5, -1.5], "size": [4, 2, 3], "inflate": 0.02, "uv": [57, 59], "mirror": true} + ] + }, + { + "name": "wrist_right", + "parent": "elbow_right", + "pivot": [-11.025, 22.5, 0], + "cubes": [ + {"origin": [-12, 20.5, -1.5], "size": [1, 2, 3], "inflate": 0.01, "uv": [35, 15], "mirror": true} + ] + }, + { + "name": "pointer_right", + "parent": "wrist_right", + "pivot": [-12, 22.5, -0.5], + "cubes": [ + {"origin": [-14, 20.5, -1.5], "size": [2, 2, 1], "uv": [38, 3], "mirror": true} + ] + }, + { + "name": "middle_right", + "parent": "wrist_right", + "pivot": [-12, 22.5, 0], + "cubes": [ + {"origin": [-14, 20.5, -0.5], "size": [2, 2, 1], "uv": [38, 0], "mirror": true} + ] + }, + { + "name": "ring_right", + "parent": "wrist_right", + "pivot": [-12, 22.5, 0.5], + "cubes": [ + {"origin": [-14, 20.5, 0.5], "size": [2, 2, 1], "uv": [35, 20], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ironbundle/ironbundle.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ironbundle/ironbundle.geo.json new file mode 100644 index 0000000..aff97df --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ironbundle/ironbundle.geo.json @@ -0,0 +1,820 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 11, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "ironbundle", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "ironbundle", + "pivot": [0, 10.625, 0.5], + "cubes": [ + {"origin": [-7.5, 4.25, -7], "size": [15, 9, 15], "uv": [0, 30]}, + {"origin": [-6.5, 3.25, -6], "size": [13, 13, 13], "uv": [47, 17]}, + {"origin": [-5.5, 5.25, -5], "size": [11, 13, 11], "uv": [49, 43]}, + {"origin": [-5.5, 17.61612, 5.88388], "size": [11, 2, 1], "inflate": -0.01, "pivot": [0, 19.5, 6], "rotation": [-35, 0, 0], "uv": [82, 82]}, + {"origin": [-6.38388, 17.61612, -5], "size": [1, 2, 11], "inflate": -0.01, "pivot": [-5.5, 19.5, 0.5], "rotation": [0, 0, -35], "uv": [0, 80]}, + {"origin": [5.38388, 17.61612, -5], "size": [1, 2, 11], "inflate": -0.01, "pivot": [5.5, 19.5, 0.5], "rotation": [0, 0, 35], "uv": [0, 80], "mirror": true}, + {"origin": [-5.5, 17.61612, -5.88388], "size": [11, 2, 1], "inflate": -0.01, "pivot": [0, 19.5, -5], "rotation": [35, 0, 0], "uv": [62, 67]}, + {"origin": [-1, 18.61612, -5.88388], "size": [2, 1, 1], "inflate": 0.01, "pivot": [0, 19.5, -5], "rotation": [35, 0, 0], "uv": [58, 13]}, + {"origin": [-5.5, 2.5, -5], "size": [11, 1, 11], "uv": [45, 0]}, + {"origin": [-1.25, 6.875, -7], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]}, + {"origin": [-4.75, 12.125, -7], "size": [1, 1, 1], "inflate": 0.01, "uv": [52, 7]}, + {"origin": [4.75, 4.625, -7], "size": [1, 1, 1], "inflate": 0.01, "uv": [52, 0]}, + {"origin": [0.25, 5.625, -7], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13], "mirror": true} + ] + }, + { + "name": "LeftArm", + "parent": "body", + "pivot": [5.75, 17, 0.5], + "cubes": [ + {"origin": [8.5, 17, -2.5], "size": [10, 2, 6], "uv": [0, 72], "mirror": true}, + {"origin": [6.5, 17, 0], "size": [6, 1, 1], "inflate": 0.01, "uv": [45, 12], "mirror": true}, + {"origin": [5.5, 17, -1.5], "size": [14, 1, 4], "inflate": -0.01, "uv": [60, 12]}, + {"origin": [5.5, 15.75, -0.5], "size": [2, 2, 2], "inflate": -0.02, "uv": [78, 4]} + ] + }, + { + "name": "RightArm", + "parent": "body", + "pivot": [-5.75, 17, 0.5], + "cubes": [ + {"origin": [-7.5, 15.75, -0.5], "size": [2, 2, 2], "inflate": -0.02, "uv": [78, 4], "mirror": true}, + {"origin": [-12.5, 17, 0], "size": [6, 1, 1], "inflate": 0.01, "uv": [45, 12]}, + {"origin": [-19.5, 17, -1.5], "size": [14, 1, 4], "inflate": -0.01, "uv": [60, 12], "mirror": true}, + {"origin": [-18.5, 17, -2.5], "size": [10, 2, 6], "uv": [0, 72]} + ] + }, + { + "name": "Tail1", + "parent": "body", + "pivot": [0, 7.5, 7.5], + "cubes": [ + {"origin": [-1, 6.5, 8], "size": [2, 2, 5], "uv": [0, 0]} + ] + }, + { + "name": "Tail2", + "parent": "Tail1", + "pivot": [0, 7.5, 12.5], + "cubes": [ + {"origin": [-1, 6.5, 13], "size": [2, 2, 5], "uv": [0, 0]} + ] + }, + { + "name": "Tail3", + "parent": "Tail2", + "pivot": [0, 7.5, 17.5], + "cubes": [ + {"origin": [-1, 6.5, 18], "size": [2, 2, 5], "uv": [0, 0]} + ] + }, + { + "name": "Tail4", + "parent": "Tail3", + "pivot": [0, 7.5, 22.5], + "cubes": [ + {"origin": [-1, 6.5, 23], "size": [2, 2, 5], "uv": [0, 0]} + ] + }, + { + "name": "Tail5", + "parent": "Tail4", + "pivot": [0, 7.5, 27.5], + "cubes": [ + {"origin": [-1, 6.5, 28], "size": [2, 2, 5], "uv": [0, 0]} + ] + }, + { + "name": "Tail6", + "parent": "Tail5", + "pivot": [0, 7.5, 32.5], + "cubes": [ + {"origin": [-1, 6.5, 33], "size": [2, 2, 5], "uv": [0, 0]} + ] + }, + { + "name": "Tail7", + "parent": "Tail6", + "pivot": [0, 7.5, 37.5], + "cubes": [ + {"origin": [-1, 6.5, 38], "size": [2, 2, 5], "uv": [0, 0]} + ] + }, + { + "name": "Tail8", + "parent": "Tail7", + "pivot": [0, 7.5, 42.5], + "cubes": [ + {"origin": [-1, 6.5, 43], "size": [2, 2, 5], "uv": [0, 0]} + ] + }, + { + "name": "Tail9", + "parent": "Tail8", + "pivot": [0, 7.5, 47.5], + "cubes": [ + {"origin": [-1, 6.5, 48], "size": [2, 2, 5], "uv": [0, 0]} + ] + }, + { + "name": "Bundle", + "parent": "Tail9", + "pivot": [0, 7.5, 52.46877], + "cubes": [ + {"origin": [-7.5, 0.5, 52.5], "size": [15, 15, 15], "uv": [0, 0]}, + {"origin": [-2.5, 10.5, 66.75], "size": [5, 0, 3], "pivot": [0, 9, 67.75], "rotation": [25, 0, 0], "uv": [0, 33]}, + {"origin": [2.5, 7.5, 66.75], "size": [0, 3, 3], "pivot": [0, 9, 67.75], "rotation": [25, 0, 0], "uv": [5, 57]}, + {"origin": [-2.5, 7.5, 66.76], "size": [0, 3, 3], "pivot": [-5, 9, 67.75], "rotation": [25, 0, 0], "uv": [5, 57]}, + {"origin": [-2.5, 5.5, 66.75], "size": [5, 0, 3], "pivot": [0, 7, 67.75], "rotation": [-25, 0, 0], "uv": [0, 30]}, + {"origin": [-2.5, 5.5, 66.75], "size": [0, 3, 3], "pivot": [0, 7, 67.75], "rotation": [-25, 0, 0], "uv": [42, 55]}, + {"origin": [2.5, 5.5, 66.75], "size": [0, 3, 3], "pivot": [0, 7, 67.75], "rotation": [-25, 0, 0], "uv": [42, 55]} + ] + }, + { + "name": "lights", + "parent": "Bundle", + "pivot": [0, 7.5, 52.46877] + }, + { + "name": "up_lights", + "parent": "lights", + "pivot": [0, 7.5, 52.46877] + }, + { + "name": "up_light1", + "parent": "up_lights", + "pivot": [1, 15, 57.96877], + "cubes": [ + {"origin": [0.5, 14.5, 57.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "up_light2", + "parent": "up_lights", + "pivot": [-5, 15, 65.96877], + "cubes": [ + {"origin": [-5.5, 14.5, 65.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "up_light3", + "parent": "up_lights", + "pivot": [6, 15, 64.96877], + "cubes": [ + {"origin": [5.5, 14.5, 64.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "up_light4", + "parent": "up_lights", + "pivot": [4, 15, 62.96877], + "cubes": [ + {"origin": [3.5, 14.5, 62.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "up_light5", + "parent": "up_lights", + "pivot": [-1, 15, 61.96877], + "cubes": [ + {"origin": [-1.5, 14.5, 61.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "up_light6", + "parent": "up_lights", + "pivot": [-5, 15, 59.96877], + "cubes": [ + {"origin": [-5.5, 14.5, 59.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "up_light7", + "parent": "up_lights", + "pivot": [6, 15, 54.96877], + "cubes": [ + {"origin": [5.5, 14.5, 54.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "up_light8", + "parent": "up_lights", + "pivot": [-2, 15, 55.96877], + "cubes": [ + {"origin": [-2.5, 14.5, 55.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "up_light9", + "parent": "up_lights", + "pivot": [-6, 15, 54.96877], + "cubes": [ + {"origin": [-6.5, 14.5, 54.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "back_lights", + "parent": "lights", + "pivot": [0, 7.5, 52.46877] + }, + { + "name": "back_light1", + "parent": "back_lights", + "pivot": [6, 13, 67], + "cubes": [ + {"origin": [5.5, 12.5, 66.5], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "back_light2", + "parent": "back_lights", + "pivot": [4, 11, 67], + "cubes": [ + {"origin": [3.5, 10.5, 66.5], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "back_light3", + "parent": "back_lights", + "pivot": [3, 5, 67], + "cubes": [ + {"origin": [2.5, 4.5, 66.5], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "back_light4", + "parent": "back_lights", + "pivot": [5, 2, 67], + "cubes": [ + {"origin": [4.5, 1.5, 66.5], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "back_light5", + "parent": "back_lights", + "pivot": [0, 3, 67], + "cubes": [ + {"origin": [-0.5, 2.5, 66.5], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "back_light6", + "parent": "back_lights", + "pivot": [-2, 12, 67], + "cubes": [ + {"origin": [-2.5, 11.5, 66.5], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "back_light7", + "parent": "back_lights", + "pivot": [-6, 13, 67], + "cubes": [ + {"origin": [-6.5, 12.5, 66.5], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "back_light8", + "parent": "back_lights", + "pivot": [-5, 2, 67], + "cubes": [ + {"origin": [-5.5, 1.5, 66.5], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "back_light9", + "parent": "back_lights", + "pivot": [-4, 6, 67], + "cubes": [ + {"origin": [-4.5, 5.5, 66.5], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "front_lights", + "parent": "lights", + "pivot": [0, 0, 0] + }, + { + "name": "front_light1", + "parent": "front_lights", + "pivot": [0, 7.5, 52.46877], + "cubes": [ + {"origin": [-6.5, 12.5, 52.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "front_light2", + "parent": "front_lights", + "pivot": [5, 14, 53.46877], + "cubes": [ + {"origin": [4.5, 13.5, 52.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "front_light3", + "parent": "front_lights", + "pivot": [-5, 2, 53.46877], + "cubes": [ + {"origin": [-5.5, 1.5, 52.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "front_light4", + "parent": "front_lights", + "pivot": [5, 2, 53.46877], + "cubes": [ + {"origin": [4.5, 1.5, 52.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "left_lights", + "parent": "lights", + "pivot": [0, 7.5, 52.46877] + }, + { + "name": "left_light1", + "parent": "left_lights", + "pivot": [-7, 13, 65.96877], + "cubes": [ + {"origin": [-7.5, 12.5, 65.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "left_light2", + "parent": "left_lights", + "pivot": [-7, 12, 60.96877], + "cubes": [ + {"origin": [-7.5, 11.5, 60.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "left_light3", + "parent": "left_lights", + "pivot": [-7, 13, 53.96877], + "cubes": [ + {"origin": [-7.5, 12.5, 53.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [10, 43]} + ] + }, + { + "name": "left_light4", + "parent": "left_lights", + "pivot": [-7, 8, 64.96877], + "cubes": [ + {"origin": [-7.5, 7.5, 64.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "left_light5", + "parent": "left_lights", + "pivot": [-7, 9, 57.96877], + "cubes": [ + {"origin": [-7.5, 8.5, 57.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "left_light6", + "parent": "left_lights", + "pivot": [-7, 3, 65.96877], + "cubes": [ + {"origin": [-7.5, 2.5, 65.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "left_light7", + "parent": "left_lights", + "pivot": [-7, 4, 61.96877], + "cubes": [ + {"origin": [-7.5, 3.5, 61.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "left_light8", + "parent": "left_lights", + "pivot": [-7, 6, 55.96877], + "cubes": [ + {"origin": [-7.5, 5.5, 55.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "left_light9", + "parent": "left_lights", + "pivot": [-7, 2, 54.96877], + "cubes": [ + {"origin": [-7.5, 1.5, 54.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "right_lights", + "parent": "lights", + "pivot": [0, 7.5, 52.46877] + }, + { + "name": "right_light1", + "parent": "right_lights", + "pivot": [7, 13, 53.96877], + "cubes": [ + {"origin": [6.5, 12.5, 53.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "right_light2", + "parent": "right_lights", + "pivot": [7, 12, 57.96877], + "cubes": [ + {"origin": [6.5, 11.5, 57.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "right_light3", + "parent": "right_lights", + "pivot": [7, 8, 54.96877], + "cubes": [ + {"origin": [6.5, 7.5, 54.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "right_light4", + "parent": "right_lights", + "pivot": [7, 9, 61.96877], + "cubes": [ + {"origin": [6.5, 8.5, 61.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "right_light5", + "parent": "right_lights", + "pivot": [7, 13, 65.96877], + "cubes": [ + {"origin": [6.5, 12.5, 65.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "right_light6", + "parent": "right_lights", + "pivot": [7, 4, 57.96877], + "cubes": [ + {"origin": [6.5, 3.5, 57.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "right_light7", + "parent": "right_lights", + "pivot": [7, 2, 54.96877], + "cubes": [ + {"origin": [6.5, 1.5, 54.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "right_light8", + "parent": "right_lights", + "pivot": [7, 6, 63.96877], + "cubes": [ + {"origin": [6.5, 5.5, 63.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "right_light9", + "parent": "right_lights", + "pivot": [7, 2, 64.96877], + "cubes": [ + {"origin": [6.5, 1.5, 64.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "bottom_lights", + "parent": "lights", + "pivot": [0, 7.5, 52.46877] + }, + { + "name": "bottom_light1", + "parent": "bottom_lights", + "pivot": [5, 1, 53.96877], + "cubes": [ + {"origin": [4.5, 0.5, 53.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "bottom_light2", + "parent": "bottom_lights", + "pivot": [-6, 1, 54.96877], + "cubes": [ + {"origin": [-6.5, 0.5, 54.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "bottom_light3", + "parent": "bottom_lights", + "pivot": [2, 1, 55.96877], + "cubes": [ + {"origin": [1.5, 0.5, 55.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "bottom_light4", + "parent": "bottom_lights", + "pivot": [5, 1, 59.96877], + "cubes": [ + {"origin": [4.5, 0.5, 59.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "bottom_light5", + "parent": "bottom_lights", + "pivot": [-2, 1, 58.96877], + "cubes": [ + {"origin": [-2.5, 0.5, 58.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "bottom_light6", + "parent": "bottom_lights", + "pivot": [2, 1, 60.96877], + "cubes": [ + {"origin": [1.5, 0.5, 60.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "bottom_light7", + "parent": "bottom_lights", + "pivot": [6, 1, 64.96877], + "cubes": [ + {"origin": [5.5, 0.5, 64.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "bottom_light8", + "parent": "bottom_lights", + "pivot": [-2, 1, 63.96877], + "cubes": [ + {"origin": [-2.5, 0.5, 63.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "bottom_light9", + "parent": "bottom_lights", + "pivot": [-6, 1, 64.96877], + "cubes": [ + {"origin": [-6.5, 0.5, 64.46877], "size": [1, 1, 1], "inflate": 0.01, "uv": [11, 13]} + ] + }, + { + "name": "sleep_bundle", + "parent": "Tail9", + "pivot": [0, 7.5, 47.5], + "cubes": [ + {"origin": [-2.5, 10.5, 66.75], "size": [5, 0, 3], "pivot": [0, 9, 67.75], "rotation": [25, 0, 0], "uv": [45, 97]}, + {"origin": [2.5, 7.5, 66.75], "size": [0, 3, 3], "pivot": [0, 9, 67.75], "rotation": [25, 0, 0], "uv": [79, 100]}, + {"origin": [-2.5, 7.5, 66.76], "size": [0, 3, 3], "pivot": [-5, 9, 67.75], "rotation": [25, 0, 0], "uv": [79, 100]}, + {"origin": [-2.5, 5.5, 66.75], "size": [5, 0, 3], "pivot": [0, 7, 67.75], "rotation": [-25, 0, 0], "uv": [45, 97]}, + {"origin": [-2.5, 5.5, 66.75], "size": [0, 3, 3], "pivot": [0, 7, 67.75], "rotation": [-25, 0, 0], "uv": [85, 100]}, + {"origin": [2.5, 5.5, 66.75], "size": [0, 3, 3], "pivot": [0, 7, 67.75], "rotation": [-25, 0, 0], "uv": [79, 100]}, + {"origin": [-7.5, 0.5, 52.5], "size": [15, 15, 15], "uv": [1, 97]} + ] + }, + { + "name": "neck1", + "parent": "body", + "pivot": [-0.225, 17.28621, 0.4153], + "cubes": [ + {"origin": [-0.975, 18.28621, -0.5847], "size": [2, 4, 2], "uv": [0, 54]} + ] + }, + { + "name": "neck2", + "parent": "neck1", + "pivot": [0, 21.625, 0.5], + "cubes": [ + {"origin": [-0.975, 22.28621, -0.5847], "size": [2, 4, 2], "uv": [0, 54]} + ] + }, + { + "name": "neck3", + "parent": "neck2", + "pivot": [0, 25.625, 0.5], + "cubes": [ + {"origin": [-0.975, 26.28621, -0.5847], "size": [2, 4, 2], "uv": [0, 54]} + ] + }, + { + "name": "neck4", + "parent": "neck3", + "pivot": [0, 29.625, 0.5], + "cubes": [ + {"origin": [-0.975, 30.28621, -0.5847], "size": [2, 4, 2], "uv": [0, 54]} + ] + }, + { + "name": "head", + "parent": "neck4", + "pivot": [-0.07143, 37.08744, 0.57328], + "cubes": [ + {"origin": [-5.5, 37.25, -5], "size": [2, 1, 3], "inflate": 0.01, "uv": [45, 7]}, + {"origin": [-5.5, 39.25, -3], "size": [2, 1, 2], "inflate": 0.01, "uv": [0, 80]}, + {"origin": [3.5, 39.25, -3], "size": [2, 1, 2], "inflate": 0.01, "uv": [26, 75], "mirror": true}, + {"origin": [3.5, 37.25, -5], "size": [2, 1, 3], "inflate": 0.01, "uv": [45, 7], "mirror": true}, + {"origin": [-1, 37.25, -5.055], "size": [2, 4, 3], "uv": [45, 0]}, + {"origin": [-1.5, 36.75, -7], "size": [3, 1, 2], "uv": [26, 72]}, + {"origin": [-5.5, 34.75, -5], "size": [11, 7, 11], "uv": [0, 54]}, + {"origin": [-4.5, 40, -4], "size": [9, 3, 9], "inflate": 0.2, "uv": [62, 70]}, + {"origin": [-4.5, 34.25, -4], "size": [9, 3, 9], "uv": [35, 67]}, + {"origin": [-3.5, 33.75, -3], "size": [7, 3, 7], "uv": [82, 43]}, + {"origin": [-1.5, 36.75, -7], "size": [3, 1, 3], "inflate": -0.01, "pivot": [0, 37.75, -7], "rotation": [17.5, 0, 0], "uv": [33, 58]}, + {"origin": [-1, 36.75, -6.75], "size": [2, 1, 2], "inflate": 0.01, "uv": [44, 79]}, + {"origin": [-5.5, 39.25, -3], "size": [2, 1, 2], "inflate": 0.01, "uv": [26, 75]} + ] + }, + { + "name": "facedetail", + "parent": "head", + "pivot": [0, 37.375, 0.5] + }, + { + "name": "rightface", + "parent": "facedetail", + "pivot": [-2.5, 37.375, 0.5] + }, + { + "name": "rightfeather1", + "parent": "rightface", + "pivot": [-2.5, 37.375, 0.5], + "cubes": [ + {"origin": [1.04245, 41.6, -5], "size": [6, 4, 0], "pivot": [3.54245, 45.01677, -5], "rotation": [0, 0, -75], "uv": [33, 54]} + ] + }, + { + "name": "rightfeather2", + "parent": "rightface", + "pivot": [-2.5, 37.375, 0.5], + "cubes": [ + {"origin": [-2.5, 35.75, -5.01], "size": [15, 4, 0], "pivot": [-2.5, 39.75, -5], "rotation": [0, 0, -37.5], "uv": [44, 82]} + ] + }, + { + "name": "rightfeather3", + "parent": "rightface", + "pivot": [-2.5, 37.375, 0.5], + "cubes": [ + {"origin": [2.05, 40.02329, -5.005], "size": [10, 4, 0], "pivot": [5.71567, 42.02329, -5], "rotation": [0, 0, -17.5], "uv": [86, 17]} + ] + }, + { + "name": "leftface", + "parent": "facedetail", + "pivot": [2.5, 37.375, 0.5] + }, + { + "name": "leftfeather1", + "parent": "leftface", + "pivot": [2.5, 37.375, 0.5], + "cubes": [ + {"origin": [-7.04245, 41.6, -5], "size": [6, 4, 0], "pivot": [-3.54245, 45.01677, -5], "rotation": [0, 0, 75], "uv": [33, 54], "mirror": true} + ] + }, + { + "name": "leftfeather2", + "parent": "leftface", + "pivot": [2.5, 37.375, 0.5], + "cubes": [ + {"origin": [-12.5, 35.75, -5.01], "size": [15, 4, 0], "pivot": [2.5, 39.75, -5], "rotation": [0, 0, 37.5], "uv": [44, 82], "mirror": true} + ] + }, + { + "name": "leftfeather3", + "parent": "leftface", + "pivot": [2.5, 37.375, 0.5], + "cubes": [ + {"origin": [-12.05, 40.02329, -5.005], "size": [10, 4, 0], "pivot": [-5.71567, 42.02329, -5], "rotation": [0, 0, 17.5], "uv": [86, 17], "mirror": true} + ] + }, + { + "name": "Eyes", + "parent": "head", + "pivot": [-0.225, 35.28621, 0.9153], + "cubes": [ + {"origin": [0.25, 36.25, -5.03], "size": [4, 5, 2], "uv": [0, 7]}, + {"origin": [-4.25, 36.25, -5.03], "size": [4, 5, 2], "uv": [0, 7], "mirror": true} + ] + }, + { + "name": "openeyes", + "parent": "head", + "pivot": [0, 38.75, -4.04], + "cubes": [ + {"origin": [0.25, 36.75, -5.04], "size": [3, 4, 2], "uv": [0, 39]}, + {"origin": [0.5, 37.75, -5.04], "size": [2, 2, 2], "inflate": 0.01, "uv": [78, 0]}, + {"origin": [-2.5, 37.75, -5.04], "size": [2, 2, 2], "inflate": 0.01, "uv": [78, 0], "mirror": true}, + {"origin": [-3.25, 36.75, -5.04], "size": [3, 4, 2], "uv": [0, 39], "mirror": true} + ] + }, + { + "name": "hurteyes", + "parent": "head", + "pivot": [0.225, 38.03621, -2.0847], + "cubes": [ + {"origin": [-2.72604, 37.79579, -4.043], "size": [1, 2, 3], "pivot": [-2.22604, 38.79579, -3.04], "rotation": [0, 0, -45], "uv": [0, 60], "mirror": true}, + {"origin": [2.07959, 37.23513, -4.04], "size": [1, 2, 1], "pivot": [2.57959, 37.73513, -3.04], "rotation": [0, 0, -45], "uv": [10, 40]}, + {"origin": [1.72604, 37.79579, -4.043], "size": [1, 2, 3], "pivot": [2.22604, 38.79579, -3.04], "rotation": [0, 0, 45], "uv": [0, 60]}, + {"origin": [-3.07959, 37.23513, -4.04], "size": [1, 2, 1], "pivot": [-2.57959, 37.73513, -3.04], "rotation": [0, 0, 45], "uv": [10, 40], "mirror": true} + ] + }, + { + "name": "sleepingeyes", + "parent": "head", + "pivot": [0, 38.23322, -3.54], + "cubes": [ + {"origin": [1.57959, 36.23513, -4.04], "size": [1, 3, 1], "pivot": [2.57959, 37.73513, -3.04], "rotation": [0, 0, 95], "uv": [11, 36]}, + {"origin": [-2.57959, 36.23513, -4.04], "size": [1, 3, 1], "pivot": [-2.57959, 37.73513, -3.04], "rotation": [0, 0, -95], "uv": [11, 36], "mirror": true} + ] + }, + { + "name": "angryeyes", + "parent": "head", + "pivot": [-0.07143, 36.83744, 5.82328], + "cubes": [ + {"origin": [-3.32143, 37.33744, -4.04], "size": [2, 2, 1], "uv": [9, 0]}, + {"origin": [1.32143, 37.33744, -4.04], "size": [2, 2, 1], "uv": [9, 0], "mirror": true}, + {"origin": [-3.07143, 38.83744, -4.04], "size": [2, 1, 1], "inflate": 0.01, "pivot": [-2.07143, 39.33744, -3.67672], "rotation": [0, 0, 20], "uv": [9, 3]}, + {"origin": [-3.59143, 38.84, -4.04], "size": [1, 1, 1], "inflate": 0.01, "pivot": [-2.09143, 39.33744, -3.67672], "rotation": [0, 0, 20], "uv": [10, 7]}, + {"origin": [1.07143, 38.83744, -4.04], "size": [2, 1, 1], "inflate": 0.01, "pivot": [2.07143, 39.33744, -3.67672], "rotation": [0, 0, -20], "uv": [9, 3], "mirror": true}, + {"origin": [2.59143, 38.84, -4.04], "size": [1, 1, 1], "inflate": 0.01, "pivot": [2.09143, 39.33744, -3.67672], "rotation": [0, 0, -20], "uv": [10, 7], "mirror": true} + ] + }, + { + "name": "lower_beak", + "parent": "head", + "pivot": [0, 36.25, -5], + "cubes": [ + {"origin": [-1, 35.75, -6.75], "size": [2, 1, 2], "uv": [52, 79]} + ] + }, + { + "name": "tummylight_sleeping", + "parent": "body", + "pivot": [0, 10.625, 0.5], + "cubes": [ + {"origin": [-1.5, 5.25, -6.75], "size": [3, 3, 1], "inflate": 0.01, "uv": [36, 72]} + ] + }, + { + "name": "RightLeg", + "parent": "ironbundle", + "pivot": [-5.03093, 4.40641, 0.75], + "cubes": [ + {"origin": [-7.09026, 1.3144, -1.75], "size": [4, 6, 5], "pivot": [-4.59026, 4.0644, 0.75], "rotation": [0, 0, 7.5], "uv": [69, 82]}, + {"origin": [-8, 2, -2.75], "size": [6, 5, 7], "pivot": [-5.25, 4.5, 0.75], "rotation": [0, 0, 15], "uv": [25, 79]} + ] + }, + { + "name": "RightFoot", + "parent": "RightLeg", + "pivot": [-5.37261, 2.94366, 1], + "cubes": [ + {"origin": [-5, 1.27452, -9.73862], "size": [1, 0, 2], "pivot": [-5.25, 1, -8.03109], "rotation": [-47.5, 0, 0], "uv": [0, 0], "mirror": true}, + {"origin": [-6.25, 0, 0], "size": [2, 2, 2], "uv": [62, 70]}, + {"origin": [-7.25, 0, -8.25], "size": [4, 1, 2], "pivot": [-5.25, 0, -6.25], "rotation": [-30, 0, 0], "uv": [33, 62]}, + {"origin": [-7.25, 0, -2.75], "size": [4, 1, 1], "inflate": 0.001, "uv": [45, 43]}, + {"origin": [-7.25, 1.27, -10.73862], "size": [4, 0, 3], "pivot": [-5.25, 1, -8.03109], "rotation": [-47.5, 0, 0], "uv": [0, 36], "mirror": true}, + {"origin": [-6.5, 1.27452, -9.73862], "size": [1, 0, 2], "pivot": [-5.25, 1, -8.03109], "rotation": [-47.5, 0, 0], "uv": [0, 2], "mirror": true}, + {"origin": [-7.25, 0, -6.25], "size": [4, 1, 10], "uv": [78, 0]} + ] + }, + { + "name": "LeftLeg", + "parent": "ironbundle", + "pivot": [5.03093, 4.40641, 0.75], + "cubes": [ + {"origin": [2, 2, -2.75], "size": [6, 5, 7], "pivot": [5.25, 4.5, 0.75], "rotation": [0, 0, -15], "uv": [25, 79], "mirror": true}, + {"origin": [3.09026, 1.3144, -1.75], "size": [4, 6, 5], "pivot": [4.59026, 4.0644, 0.75], "rotation": [0, 0, -7.5], "uv": [69, 82], "mirror": true} + ] + }, + { + "name": "LeftFoot", + "parent": "LeftLeg", + "pivot": [5.37261, 2.94366, 1], + "cubes": [ + {"origin": [3.25, 0, -6.25], "size": [4, 1, 10], "uv": [78, 0], "mirror": true}, + {"origin": [3.25, 0, -2.75], "size": [4, 1, 1], "inflate": 0.001, "uv": [45, 43], "mirror": true}, + {"origin": [4.25, 0, 0], "size": [2, 2, 2], "uv": [62, 70], "mirror": true}, + {"origin": [3.25, 0, -8.25], "size": [4, 1, 2], "pivot": [5.25, 0, -6.25], "rotation": [-30, 0, 0], "uv": [33, 62], "mirror": true}, + {"origin": [3.25, 1.27, -10.73862], "size": [4, 0, 3], "pivot": [5.25, 1, -8.03109], "rotation": [-47.5, 0, 0], "uv": [0, 36]}, + {"origin": [5.5, 1.27452, -9.73862], "size": [1, 0, 2], "pivot": [5.25, 1, -8.03109], "rotation": [-47.5, 0, 0], "uv": [0, 2]}, + {"origin": [4, 1.27452, -9.73862], "size": [1, 0, 2], "pivot": [5.25, 1, -8.03109], "rotation": [-47.5, 0, 0], "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ironmoth.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ironmoth.geo.json new file mode 100644 index 0000000..6cc394f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ironmoth.geo.json @@ -0,0 +1,341 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.volcarona", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 7, + "visible_bounds_height": 7, + "visible_bounds_offset": [0, 1.5, 0] + }, + "bones": [ + { + "name": "volcarona", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "volcarona", + "pivot": [0, 21.5, 2], + "rotation": [-7.5, 0, 0], + "cubes": [ + {"origin": [-8.5, 14, -6.5], "size": [17, 14, 13], "pivot": [0, 22, 2], "rotation": [0, 0, 0], "uv": [0, 21]} + ] + }, + { + "name": "bone4", + "parent": "body", + "pivot": [0, 22.65263, 6.95722] + }, + { + "name": "bone", + "parent": "bone4", + "pivot": [0, 22.65263, 6.95722], + "cubes": [ + {"origin": [20.8, 10.26105, 6.5], "size": [26, 21, 0], "uv": [0, 106]}, + {"origin": [6.34924, -0.84924, 6.5], "size": [15, 15, 0], "inflate": 0.01, "pivot": [0, 22, 2], "rotation": [0, 0, -45], "uv": [98, 113]} + ] + }, + { + "name": "bone2", + "parent": "bone4", + "pivot": [0, 22.65263, 6.95722], + "rotation": [0, 0, -55], + "cubes": [ + {"origin": [20.8, 10.26105, 6.5], "size": [26, 21, 0], "uv": [0, 106]}, + {"origin": [6.34924, -0.84924, 6.5], "size": [15, 15, 0], "inflate": 0.01, "pivot": [0, 22, 2], "rotation": [0, 0, -45], "uv": [98, 113]} + ] + }, + { + "name": "bone3", + "parent": "bone4", + "pivot": [2, 20.66974, 7.21828], + "rotation": [0, 0, 55], + "cubes": [ + {"origin": [22.8, 8.27816, 6.76105], "size": [26, 21, 0], "uv": [0, 106]}, + {"origin": [8.34924, -2.83213, 6.76105], "size": [15, 15, 0], "inflate": 0.01, "pivot": [2, 20.01711, 2.26105], "rotation": [0, 0, -45], "uv": [98, 113]} + ] + }, + { + "name": "bone5", + "parent": "body", + "pivot": [0, 22.65263, 6.95722] + }, + { + "name": "bone6", + "parent": "bone5", + "pivot": [0, 22.65263, 6.95722], + "cubes": [ + {"origin": [-46.8, 10.26105, 6.5], "size": [26, 21, 0], "uv": [0, 106], "mirror": true}, + {"origin": [-21.34924, -0.84924, 6.5], "size": [15, 15, 0], "inflate": 0.01, "pivot": [0, 22, 2], "rotation": [0, 0, 45], "uv": [98, 113], "mirror": true} + ] + }, + { + "name": "bone7", + "parent": "bone5", + "pivot": [0, 22.65263, 6.95722], + "rotation": [0, 0, 55], + "cubes": [ + {"origin": [-46.8, 10.26105, 6.5], "size": [26, 21, 0], "uv": [0, 106], "mirror": true}, + {"origin": [-21.34924, -0.84924, 6.5], "size": [15, 15, 0], "inflate": 0.01, "pivot": [0, 22, 2], "rotation": [0, 0, 45], "uv": [98, 113], "mirror": true} + ] + }, + { + "name": "bone8", + "parent": "bone5", + "pivot": [-2, 20.66974, 7.21828], + "rotation": [0, 0, -55], + "cubes": [ + {"origin": [-48.8, 8.27816, 6.76105], "size": [26, 21, 0], "uv": [0, 106], "mirror": true}, + {"origin": [-23.34924, -2.83213, 6.76105], "size": [15, 15, 0], "inflate": 0.01, "pivot": [-2, 20.01711, 2.26105], "rotation": [0, 0, 45], "uv": [98, 113], "mirror": true} + ] + }, + { + "name": "arms", + "parent": "body", + "pivot": [0, 24.5, -6.25] + }, + { + "name": "arm_bottom_left", + "parent": "arms", + "pivot": [6.25, 21.5, -6.25], + "rotation": [3.96713, 14.47751, 15.50409], + "cubes": [ + {"origin": [4.25, 20.5, -7.25], "size": [4, 2, 1], "uv": [0, 20]} + ] + }, + { + "name": "arm_top_right", + "parent": "arms", + "pivot": [-6.25, 25.75, -6.25], + "rotation": [-6.24605, -19.03771, 21.04835], + "cubes": [ + {"origin": [-8.25, 24.75, -7.25], "size": [4, 2, 1], "uv": [0, 23], "mirror": true} + ] + }, + { + "name": "arm_top_left", + "parent": "arms", + "pivot": [6.25, 25.75, -6.25], + "rotation": [-6.24605, 19.03771, -21.04835], + "cubes": [ + {"origin": [4.25, 24.75, -7.25], "size": [4, 2, 1], "uv": [0, 23]} + ] + }, + { + "name": "arm_bottom_right", + "parent": "arms", + "pivot": [-6.25, 21.5, -6.25], + "rotation": [5.38152, -19.291, -15.91527], + "cubes": [ + {"origin": [-8.25, 20.5, -7.25], "size": [4, 2, 1], "uv": [0, 26], "mirror": true} + ] + }, + { + "name": "neck", + "parent": "body", + "pivot": [0, 28, 6], + "rotation": [7.5, 0, 0], + "cubes": [ + {"origin": [-5.5, 28, -6], "size": [11, 9, 10], "uv": [32, 2]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 33.5, -4.5], + "rotation": [-2.5, 0, 0], + "cubes": [ + {"origin": [-3.5, 30, -8.25], "size": [7, 7, 4], "uv": [0, 0]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [0, 33.5, -8.26] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [2.5, 32.5, -8.26], + "cubes": [ + {"origin": [1.51, 31, -8.26], "size": [2, 3, 1], "uv": [47, 29]}, + {"origin": [2.25, 31, -8.27], "size": [0.5, 3, 0], "uv": [1, 29]}, + {"origin": [1.51, 32.25, -8.27], "size": [2, 0.5, 1], "inflate": 0.01, "uv": [3, 29]} + ] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-2.5, 32.5, -8.26], + "cubes": [ + {"origin": [-3.51, 31, -8.26], "size": [2, 3, 1], "uv": [53, 29], "mirror": true}, + {"origin": [-2.75, 31, -8.27], "size": [0.5, 3, 0], "uv": [3, 29], "mirror": true}, + {"origin": [-3.51, 32.25, -8.27], "size": [2, 0.5, 1], "inflate": 0.01, "uv": [3, 30], "mirror": true} + ] + }, + { + "name": "muzzle", + "parent": "head", + "pivot": [0, 30, -5.5], + "rotation": [0, 0, 45], + "cubes": [ + {"origin": [-1.5, 28.5, -8], "size": [3, 3, 2], "uv": [0, 12]} + ] + }, + { + "name": "horn_left", + "parent": "head", + "pivot": [3.15, 34, -5.5], + "cubes": [ + {"origin": [3.15, 31.5, -7], "size": [3, 5, 2], "inflate": 0.01, "uv": [10, 11]} + ] + }, + { + "name": "horn_top_left", + "parent": "horn_left", + "pivot": [6.15, 36.5, -6], + "rotation": [0, 0, -17.5], + "cubes": [ + {"origin": [3.15, 36.5, -6.5], "size": [3, 4, 1], "uv": [24, 7]} + ] + }, + { + "name": "horn_top_left2", + "parent": "horn_top_left", + "pivot": [3.15, 40.5, -6], + "rotation": [0, 0, 30], + "cubes": [ + {"origin": [3.15, 40.5, -6], "size": [3, 4, 0], "uv": [20, 12]} + ] + }, + { + "name": "horn_bottom_left", + "parent": "horn_left", + "pivot": [5.75, 31.5, -6], + "rotation": [0, 0, 30], + "cubes": [ + {"origin": [3.75, 28.5, -6.5], "size": [2, 3, 1], "uv": [18, 0]} + ] + }, + { + "name": "horn_bottom_left2", + "parent": "horn_bottom_left", + "pivot": [3.75, 28.5, -6], + "rotation": [0, 0, -22.5], + "cubes": [ + {"origin": [3.75, 26.5, -6], "size": [2, 2, 0], "uv": [10, 18]} + ] + }, + { + "name": "horn_right", + "parent": "head", + "pivot": [-3.15, 34, -5.5], + "cubes": [ + {"origin": [-6.15, 31.5, -7], "size": [3, 5, 2], "inflate": 0.01, "uv": [30, 0], "mirror": true} + ] + }, + { + "name": "horn_top_right", + "parent": "horn_right", + "pivot": [-6.15, 36.5, -6], + "rotation": [0, 0, 17.5], + "cubes": [ + {"origin": [-6.15, 36.5, -6.5], "size": [3, 4, 1], "uv": [32, 7], "mirror": true} + ] + }, + { + "name": "horn_top_right2", + "parent": "horn_top_right", + "pivot": [-3.15, 40.5, -6], + "rotation": [0, 0, -30], + "cubes": [ + {"origin": [-6.15, 40.5, -6], "size": [3, 4, 0], "uv": [20, 16], "mirror": true} + ] + }, + { + "name": "horn_bottom_right", + "parent": "horn_right", + "pivot": [-5.75, 31.5, -6], + "rotation": [0, 0, -30], + "cubes": [ + {"origin": [-5.75, 28.5, -6.5], "size": [2, 3, 1], "uv": [24, 0], "mirror": true} + ] + }, + { + "name": "horn_bottom_right2", + "parent": "horn_bottom_right", + "pivot": [-3.75, 28.5, -6], + "rotation": [0, 0, 22.5], + "cubes": [ + {"origin": [-5.75, 26.5, -6], "size": [2, 2, 0], "uv": [14, 18], "mirror": true} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [0, 12, 4.5], + "rotation": [-37.5, 0, 0], + "cubes": [ + {"origin": [-10.5, -1, -3.5], "size": [21, 13, 8], "inflate": 0.02, "uv": [52, 43]} + ] + }, + { + "name": "tail_detail", + "parent": "tail", + "pivot": [0, 11.9, -2.2], + "cubes": [ + {"origin": [-6, -3, -5.5], "size": [12, 15, 5], "inflate": 0.03, "uv": [80, 78]}, + {"origin": [-0.5, -3, -5.51], "size": [1, 15, 0], "inflate": 0.03, "uv": [122, 83]} + ] + }, + { + "name": "tail_detail2", + "parent": "tail_detail", + "pivot": [0, -2, 0], + "rotation": [7.5, 0, 0], + "cubes": [ + {"origin": [-5, -7, -5.5], "size": [10, 5, 5], "inflate": 0.02, "uv": [60, 98]} + ] + }, + { + "name": "tail_detail3", + "parent": "tail_detail2", + "pivot": [0, -6.5, -2], + "rotation": [7.5, 0, 0], + "cubes": [ + {"origin": [-4, -9.5, -5.5], "size": [8, 3, 3], "inflate": 0.01, "uv": [90, 98]} + ] + }, + { + "name": "tail_detail4", + "parent": "tail_detail3", + "pivot": [0, -11, -0.5], + "cubes": [ + {"origin": [-2.5, -12, -5.5], "size": [5, 5, 3], "pivot": [0, -9.5, -4], "rotation": [0, 0, 45], "uv": [90, 104]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 2, 4], + "rotation": [-11, 0, 0], + "cubes": [ + {"origin": [-8.5, -6, -2], "size": [17, 8, 6], "inflate": 0.01, "uv": [60, 64]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, -6, 3], + "rotation": [-5, 0, 0], + "cubes": [ + {"origin": [-5.5, -11.5, 0], "size": [11, 11, 3], "pivot": [0, -6, 1], "rotation": [0, 0, 45], "uv": [50, 82]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ironmoth/ironmoth.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ironmoth/ironmoth.geo.json new file mode 100644 index 0000000..ec67c69 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ironmoth/ironmoth.geo.json @@ -0,0 +1,153 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.ironmoth", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 7, + "visible_bounds_height": 5.5, + "visible_bounds_offset": [0, 2.25, 0] + }, + "bones": [ + { + "name": "iron_moth", + "pivot": [0, 0, 0] + }, + { + "name": "troso", + "parent": "iron_moth", + "pivot": [0, 35, 2] + }, + { + "name": "body", + "parent": "troso", + "pivot": [0, 0, -5] + }, + { + "name": "upper_body", + "parent": "body", + "pivot": [-10.15615, 17.13314, 2.26069], + "cubes": [ + {"origin": [-4.5, 31.54806, -2.23931], "size": [10, 11, 9], "uv": [77, 83]}, + {"origin": [-5, 34.54806, -2.73931], "size": [11, 9, 10], "uv": [44, 73]}, + {"origin": [-4.5, 42.54806, 0.26069], "size": [10, 3, 5], "pivot": [0.5, 44.54806, 3.26069], "rotation": [22.5, 0, 0], "uv": [76, 73]}, + {"origin": [5.94975, 30.42674, -2.73931], "size": [6, 0, 10], "pivot": [10.94975, 32.42674, 2.26069], "rotation": [0, 0, 45], "uv": [50, 0]}, + {"origin": [-10.94904, 30.42603, -2.73931], "size": [6, 0, 10], "pivot": [-9.94904, 32.42603, 2.26069], "rotation": [0, 0, -45], "uv": [50, 0], "mirror": true}, + {"origin": [-4.5, 25.54806, 7.46069], "size": [10, 15, 0], "inflate": 0.01, "uv": [0, 96]}, + {"origin": [-2, 38.54806, 6.76069], "size": [5, 3, 1], "uv": [0, 53]} + ] + }, + { + "name": "hands", + "parent": "upper_body", + "pivot": [-2.49686, 21.04985, -2.23931], + "cubes": [ + {"origin": [1.99686, 39.25015, -3.23931], "size": [3, 2, 2], "pivot": [3.49686, 40.25015, -2.23931], "rotation": [0, -12.5, -22.5], "uv": [12, 53]}, + {"origin": [-3.99686, 39.25015, -3.23931], "size": [3, 2, 2], "pivot": [-2.49686, 40.25015, -2.23931], "rotation": [0, 12.5, 22.5], "uv": [12, 53], "mirror": true}, + {"origin": [1.99686, 36.04985, -3.23931], "size": [3, 2, 2], "pivot": [3.49686, 37.04985, -2.23931], "rotation": [0, -12.5, 7.5], "uv": [12, 53]}, + {"origin": [-3.99686, 36.04985, -3.23931], "size": [3, 2, 2], "pivot": [-3.49686, 37.04985, -2.23931], "rotation": [0, 12.5, -7.5], "uv": [12, 53], "mirror": true} + ] + }, + { + "name": "bottom_body", + "parent": "body", + "pivot": [0.50282, 31.85835, 1.5113], + "cubes": [ + {"origin": [0.70906, 17.971, -9.15127], "size": [8, 9, 14], "inflate": 0.01, "pivot": [3.70906, 23.471, -2.65127], "rotation": [20.94102, -40.78947, 59.63881], "uv": [0, 73]}, + {"origin": [-7.62678, 17.971, -9.15127], "size": [8, 9, 14], "pivot": [-2.62678, 23.471, -2.65127], "rotation": [20.94102, 40.78947, -59.63881], "uv": [0, 73], "mirror": true}, + {"origin": [-4.5, 23.2374, -14.29261], "size": [10, 9, 14], "inflate": 0.01, "pivot": [0.5, 30.69971, -0.5803], "rotation": [45, 0, 0], "uv": [0, 30]}, + {"origin": [-2.76447, 15.32318, -12.09591], "size": [6, 6, 6], "pivot": [-0.26447, 20.82318, -9.59591], "rotation": [54.73561, 30, 35.26439], "uv": [38, 92]}, + {"origin": [-3, 25.85593, -2.95023], "size": [7, 6, 6], "pivot": [0.5, 30.69971, -0.5803], "rotation": [67.5, 0, 0], "uv": [90, 0]} + ] + }, + { + "name": "wings", + "parent": "body", + "pivot": [0, 0, -5] + }, + { + "name": "left_wings", + "parent": "wings", + "pivot": [0, 20, -5] + }, + { + "name": "left_upper_wing", + "parent": "left_wings", + "pivot": [9, 45.5, 10], + "cubes": [ + {"origin": [5, 46, 10], "size": [30, 15, 0], "pivot": [20, 53.5, 10], "rotation": [0, 0, -35], "uv": [0, 15]} + ] + }, + { + "name": "left_middel_wing", + "parent": "left_wings", + "pivot": [17, 33.5, 10], + "cubes": [ + {"origin": [13, 26.5, 10], "size": [28, 14, 0], "uv": [48, 44]} + ] + }, + { + "name": "left_bottom_wing", + "parent": "left_wings", + "pivot": [10.3617, 20.64715, 10], + "cubes": [ + {"origin": [5, 6, 10], "size": [26, 15, 0], "pivot": [20, 13.5, 10], "rotation": [0, 0, 35], "uv": [52, 58]} + ] + }, + { + "name": "right_wings", + "parent": "wings", + "pivot": [0, 20, -5] + }, + { + "name": "right_upper_wing", + "parent": "right_wings", + "pivot": [-9, 45.5, 10], + "cubes": [ + {"origin": [-35, 46, 10], "size": [30, 15, 0], "pivot": [-20, 53.5, 10], "rotation": [0, 0, 35], "uv": [0, 15], "mirror": true} + ] + }, + { + "name": "right_middel_wing", + "parent": "right_wings", + "pivot": [-17, 33.5, 10], + "cubes": [ + {"origin": [-41, 26.5, 10], "size": [28, 14, 0], "uv": [48, 44], "mirror": true} + ] + }, + { + "name": "right_bottom_wing", + "parent": "right_wings", + "pivot": [-10.3617, 20.64715, 10], + "cubes": [ + {"origin": [-31, 6, 10], "size": [26, 15, 0], "pivot": [-20, 13.5, 10], "rotation": [0, 0, -35], "uv": [52, 58], "mirror": true} + ] + }, + { + "name": "head", + "parent": "body", + "pivot": [0.50237, 45.68233, 3.94663], + "cubes": [ + {"origin": [-3, 44, -4], "size": [7, 7, 8], "pivot": [0.5, 48, 1.79641], "rotation": [15, 0, 0], "uv": [90, 23]}, + {"origin": [3.4167, 44.0118, -4.39463], "size": [3, 3, 3], "inflate": -0.01, "pivot": [0.5, 50.8118, 1.47182], "rotation": [20.75357, 43.07952, 14.51082], "uv": [72, 23]}, + {"origin": [4, 47.42843, -2.68057], "size": [0, 2, 3], "inflate": 0.01, "pivot": [0.5, 48, 1.79641], "rotation": [30, 0, 0], "uv": [42, 52]}, + {"origin": [-3, 47.42843, -2.68057], "size": [0, 2, 3], "inflate": 0.01, "pivot": [-0.5, 48, 1.79641], "rotation": [30, 0, 0], "uv": [42, 52], "mirror": true}, + {"origin": [4.8436, 46.00113, -3.26772], "size": [2, 2, 5], "inflate": 0.01, "pivot": [5.06214, 47.01125, 1.45304], "rotation": [46.25455, 3.75908, 14.46217], "uv": [0, 37]}, + {"origin": [5.3436, 46.00113, -6.26772], "size": [1, 2, 3], "pivot": [5.06214, 47.01125, 1.45304], "rotation": [46.25455, 3.75908, 14.46217], "uv": [84, 23]}, + {"origin": [3.59046, 45.9964, 5.62964], "size": [1, 2, 4], "pivot": [5.06214, 47.01125, 1.45304], "rotation": [46.25455, 3.75908, 14.46217], "uv": [42, 73]}, + {"origin": [5.3008, 45.9964, 2.87491], "size": [1, 2, 3], "pivot": [5.06214, 47.01125, 1.45304], "rotation": [47.41432, -11.73987, -1.9392], "uv": [89, 25]}, + {"origin": [4.81485, 46.00113, 1.02929], "size": [2, 2, 2], "pivot": [5.06214, 47.01125, 1.45304], "rotation": [47.41432, -11.73987, -1.9392], "uv": [42, 79]}, + {"origin": [-5.8436, 46.00113, -3.26772], "size": [2, 2, 5], "inflate": 0.01, "pivot": [-4.06214, 47.01125, 1.45304], "rotation": [46.25455, -3.75908, -14.46217], "uv": [0, 37], "mirror": true}, + {"origin": [-5.3008, 45.9964, 2.87491], "size": [1, 2, 3], "pivot": [-4.06214, 47.01125, 1.45304], "rotation": [47.41432, 11.73987, 1.9392], "uv": [89, 25], "mirror": true}, + {"origin": [-3.59046, 45.9964, 5.62964], "size": [1, 2, 4], "pivot": [-4.06214, 47.01125, 1.45304], "rotation": [46.25455, -3.75908, -14.46217], "uv": [42, 73], "mirror": true}, + {"origin": [-5.81485, 46.00113, 1.02929], "size": [2, 2, 2], "pivot": [-4.06214, 47.01125, 1.45304], "rotation": [47.41432, 11.73987, 1.9392], "uv": [42, 79], "mirror": true}, + {"origin": [-5.3436, 46.00113, -6.26772], "size": [1, 2, 3], "pivot": [-4.06214, 47.01125, 1.45304], "rotation": [46.25455, -3.75908, -14.46217], "uv": [84, 23], "mirror": true}, + {"origin": [-1, 42, 1], "size": [3, 3, 3], "uv": [60, 23]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ironthorns.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ironthorns.geo.json new file mode 100644 index 0000000..637e23a --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ironthorns.geo.json @@ -0,0 +1,529 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.tyranitar", + "texture_width": 256, + "texture_height": 256, + "visible_bounds_width": 8, + "visible_bounds_height": 6.5, + "visible_bounds_offset": [0, 2.75, 0] + }, + "bones": [ + { + "name": "tyranitar", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "tyranitar", + "pivot": [0, 15, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 19.5, 0], + "cubes": [ + {"origin": [-11.5, 10.5, -9.25], "size": [23, 15, 19], "uv": [4, 51]} + ] + }, + { + "name": "chest", + "parent": "torso", + "pivot": [0, 22.5, 1], + "cubes": [ + {"origin": [-12.5, 20.5, -10.75], "size": [25, 20, 23], "uv": [4, 4]}, + {"origin": [13.25, 35.15, 6], "size": [0, 7, 13], "pivot": [13, 39.4, 9], "rotation": [33.5707, 53.13741, 34.85038], "uv": [207, 113], "mirror": true}, + {"origin": [14, 31, 7.75], "size": [0, 5, 7], "pivot": [13, 34.5, 9.75], "rotation": [32.74262, 50.39892, 40.49783], "uv": [0, 40], "mirror": true}, + {"origin": [11.5, 39.5, 5], "size": [0, 5, 9], "pivot": [11.5, 43, 7.5], "rotation": [60.19575, 44.23972, 40.58615], "uv": [0, 9], "mirror": true}, + {"origin": [-13.25, 35.15, 6], "size": [0, 7, 13], "pivot": [-13, 39.4, 9], "rotation": [33.5707, -53.13741, -34.85038], "uv": [184, 23]}, + {"origin": [-14, 31, 7.75], "size": [0, 5, 7], "pivot": [-13, 34.5, 9.75], "rotation": [32.74262, -50.39892, -40.49783], "uv": [0, 45]}, + {"origin": [-11.5, 39.5, 5], "size": [0, 5, 9], "pivot": [-11.5, 43, 7.5], "rotation": [60.19575, -44.23972, -40.58615], "uv": [0, 48]} + ] + }, + { + "name": "chest_spike_left1", + "parent": "chest", + "pivot": [12.5, 29.5, 0.75], + "rotation": [0, 0, -15] + }, + { + "name": "chest_spike_right", + "parent": "chest", + "pivot": [-12.5, 29.5, 0.75], + "rotation": [0, 0, 15] + }, + { + "name": "arms", + "parent": "chest", + "pivot": [0, 39, 0.75] + }, + { + "name": "arm_left", + "parent": "arms", + "pivot": [11.5, 39.5, 0.75], + "cubes": [ + {"origin": [8.5, 33, -3.75], "size": [10, 9, 9], "uv": [132, 63], "mirror": true} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [18.5, 37.5, 4.75], + "cubes": [ + {"origin": [18.5, 34, -3.25], "size": [8, 7, 8], "uv": [159, 38], "mirror": true} + ] + }, + { + "name": "hand_left", + "parent": "arm_left2", + "pivot": [26.5, 40, 3.75], + "cubes": [ + {"origin": [26.5, 35, -2.25], "size": [5, 5, 6], "uv": [170, 68], "mirror": true} + ] + }, + { + "name": "finger_index_left", + "parent": "hand_left", + "pivot": [31.5, 38, -1.25], + "cubes": [ + {"origin": [31, 38, -2.25], "size": [3, 0, 2], "uv": [-2, 0], "mirror": true} + ] + }, + { + "name": "finger_middle_left", + "parent": "hand_left", + "pivot": [31.5, 38.5, 0.75], + "cubes": [ + {"origin": [31.5, 38.5, -0.25], "size": [3, 0, 2], "uv": [-2, 4], "mirror": true} + ] + }, + { + "name": "finger_ring_left", + "parent": "hand_left", + "pivot": [31.5, 38, 2.75], + "cubes": [ + {"origin": [31, 38, 1.75], "size": [3, 0, 2], "uv": [-2, 2], "mirror": true} + ] + }, + { + "name": "arm_right", + "parent": "arms", + "pivot": [-11.5, 39.5, 0.75], + "cubes": [ + {"origin": [-18.5, 33, -3.75], "size": [10, 9, 9], "uv": [138, 20]} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-18.5, 37.5, 4.75], + "cubes": [ + {"origin": [-26.5, 34, -3.25], "size": [8, 7, 8], "uv": [161, 53]} + ] + }, + { + "name": "hand_right", + "parent": "arm_right2", + "pivot": [-26.5, 40, 3.75], + "cubes": [ + {"origin": [-31.5, 35, -2.25], "size": [5, 5, 6], "uv": [229, 87]} + ] + }, + { + "name": "finger_index_right", + "parent": "hand_right", + "pivot": [-31.5, 38, -1.25], + "cubes": [ + {"origin": [-34, 38, -2.25], "size": [3, 0, 2], "uv": [-2, 6]} + ] + }, + { + "name": "finger_middle_right", + "parent": "hand_right", + "pivot": [-31.5, 38.5, 0.75], + "cubes": [ + {"origin": [-34.5, 38.5, -0.25], "size": [3, 0, 2], "uv": [-2, 10]} + ] + }, + { + "name": "finger_ring_right", + "parent": "hand_right", + "pivot": [-31.5, 38, 2.75], + "cubes": [ + {"origin": [-34, 38, 1.75], "size": [3, 0, 2], "uv": [-2, 8]} + ] + }, + { + "name": "chest2", + "parent": "chest", + "pivot": [0, 40.5, 0.5], + "cubes": [ + {"origin": [-9, 38.5, -8.75], "size": [18, 12, 19], "uv": [74, 67]}, + {"origin": [5.15, 32.75, 7.5], "size": [0, 10, 18], "pivot": [4.65, 45.25, 10.5], "rotation": [20, 40, 5], "uv": [209, 98], "mirror": true}, + {"origin": [-5.15, 32.75, 7.5], "size": [0, 10, 18], "pivot": [-4.65, 45.25, 10.5], "rotation": [20, -40, -5], "uv": [209, 98]} + ] + }, + { + "name": "neck", + "parent": "chest2", + "pivot": [0, 52.5, 0.5], + "cubes": [ + {"origin": [-7.5, 48, -6.5], "size": [15, 10, 16], "uv": [1, 85]}, + {"origin": [4.15, 46.5, 6], "size": [0, 8, 16], "pivot": [3.9, 56.75, 9], "rotation": [15, 40, 2.5], "uv": [177, 93], "mirror": true}, + {"origin": [-4.15, 46.5, 6], "size": [0, 8, 16], "pivot": [-3.9, 56.75, 9], "rotation": [15, -40, -2.5], "uv": [177, 93]} + ] + }, + { + "name": "neck2", + "parent": "neck", + "pivot": [0, 59, -0.5], + "cubes": [ + {"origin": [-6, 55, -1], "size": [12, 12, 8], "inflate": 0.02, "uv": [213, 31]}, + {"origin": [3.65, 54, 4.5], "size": [0, 8, 16], "pivot": [3.9, 52.75, 8.5], "rotation": [15, 40, 2.5], "uv": [177, 101], "mirror": true}, + {"origin": [-3.65, 54, 4.5], "size": [0, 8, 16], "pivot": [-3.9, 52.75, 8.5], "rotation": [15, -40, -2.5], "uv": [177, 101]} + ] + }, + { + "name": "head", + "parent": "neck2", + "pivot": [-0.5, 66.65, -0.2], + "rotation": [17.5, 0, 0] + }, + { + "name": "head_rotation", + "parent": "head", + "pivot": [-0.5, 63.65, -1.2], + "cubes": [ + {"origin": [-5.5, 61.45, -4.4], "size": [11, 5, 4], "inflate": 0.2, "uv": [167, 0]} + ] + }, + { + "name": "crest", + "parent": "head_rotation", + "pivot": [0, 66.35, -4.45], + "rotation": [17.5, 0, 0], + "cubes": [ + {"origin": [-4.5, 65.35, -8.95], "size": [9, 2, 9], "pivot": [0, 66.35, -4.45], "rotation": [0, -45, 0], "uv": [193, 14]} + ] + }, + { + "name": "side_crests", + "parent": "crest", + "pivot": [0, 67.35, -10.7], + "rotation": [0, -45, 0], + "cubes": [ + {"origin": [-24.2, 65.35, -8.6], "size": [4, 2, 5], "inflate": 0.01, "pivot": [-7.75, 67.35, -12.25], "rotation": [0, 110, 0], "uv": [149, 7], "mirror": true}, + {"origin": [-20.92369, 66.85, 7.50424], "size": [8, 0, 4], "pivot": [-7.75, 67.35, -0.25], "rotation": [0, 110, 0], "uv": [134, 42], "mirror": true} + ] + }, + { + "name": "bone", + "parent": "side_crests", + "pivot": [8.75, 67.35, -9.25], + "cubes": [ + {"origin": [13.35, 66.85, -11.25], "size": [8, 0, 4], "pivot": [7.75, 67.35, -12.25], "rotation": [0, -20, 0], "uv": [134, 38]}, + {"origin": [9.35, 65.35, -11.25], "size": [4, 2, 5], "inflate": 0.01, "pivot": [7.75, 67.35, -12.25], "rotation": [0, -20, 0], "uv": [149, 0]} + ] + }, + { + "name": "head_spike", + "parent": "crest", + "pivot": [-0.5, 67.35, -6.45], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [-2.5, 67.35, 2.55], "size": [5, 0, 8], "inflate": 0.01, "pivot": [0, 67.35, 2.55], "rotation": [-15, 0, 0], "uv": [146, 38]}, + {"origin": [-3.5, 64.35, -6.45], "size": [7, 3, 9], "inflate": 0.02, "uv": [220, 16]} + ] + }, + { + "name": "muzzle", + "parent": "head_rotation", + "pivot": [0, 60.75, -4.5], + "rotation": [0, -45, 0], + "cubes": [ + {"origin": [-4, 62.25, -8.5], "size": [8, 3, 8], "uv": [189, 25]}, + {"origin": [-4, 61, -8.5], "size": [0, 3, 2], "uv": [189, 27]}, + {"origin": [2, 61, 2.5], "size": [0, 3, 2], "pivot": [-6.5, 60.75, 0], "rotation": [0, 90, 0], "uv": [189, 27]}, + {"origin": [-3.25, 63, -8.5], "size": [1, 1, 0], "inflate": 0.01, "uv": [138, 27]}, + {"origin": [-4, 63, -7.75], "size": [0, 1, 1], "inflate": 0.01, "uv": [138, 27]}, + {"origin": [-4, 65.25, -4.75], "size": [0, 2, 2], "pivot": [-3.25, 62.25, -7.75], "rotation": [-45, 0, 0], "uv": [37, 18]}, + {"origin": [-4, 57.25, -12.75], "size": [0, 2, 2], "pivot": [-3.25, 62.25, -7.75], "rotation": [0, -90, -45], "uv": [41, 19]} + ] + }, + { + "name": "eyes", + "parent": "muzzle", + "pivot": [1, 65.25, -8.5] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [1, 65.25, -8.5], + "rotation": [5, 90, 0], + "cubes": [ + {"origin": [1, 63.25, -10.75], "size": [0, 2, 4], "inflate": 0.01, "pivot": [2.5, 61.75, -5], "rotation": [-7.5, 0, 0], "uv": [127, 18], "mirror": true} + ] + }, + { + "name": "pupil_left", + "parent": "eye_left", + "pivot": [1, 64.6, -9.25], + "cubes": [ + {"origin": [1, 63.5, -10.25], "size": [0, 1, 1], "inflate": 0.02, "pivot": [2.5, 61.75, -5], "rotation": [-7.5, 0, 0], "uv": [140, 26], "mirror": true} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [0.41, 64.7, -8.25], + "cubes": [ + {"origin": [-0.09, 63.25, -10.75], "size": [1, 2, 4], "inflate": 0.02, "pivot": [2.4, 61.75, -5], "rotation": [-7.5, 0, 0], "uv": [117, 0], "mirror": true} + ] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-4.5, 65.25, -3.5], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-4, 63.25, -5.75], "size": [0, 2, 4], "inflate": 0.01, "pivot": [-6, 61.75, 0], "rotation": [-7.5, 0, 0], "uv": [127, 20]} + ] + }, + { + "name": "pupil_right", + "parent": "eye_right", + "pivot": [-4, 64.6, -4.25], + "cubes": [ + {"origin": [-4, 63.5, -5.25], "size": [0, 1, 1], "inflate": 0.02, "pivot": [-6, 61.75, 0.1], "rotation": [-7.5, 0, 0], "uv": [140, 27]} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-3.41, 64.7, -3.25], + "cubes": [ + {"origin": [-3.91, 63.25, -5.75], "size": [1, 2, 4], "inflate": 0.02, "pivot": [-5.4, 61.75, 0], "rotation": [-7.5, 0, 0], "uv": [135, 20]} + ] + }, + { + "name": "jaw", + "parent": "head_rotation", + "pivot": [0, 62, -4.1], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-5.5, 59, -3.95], "size": [11, 3, 4], "inflate": 0.01, "uv": [167, 21]}, + {"origin": [-3.45, 59, -8.2], "size": [8, 3, 8], "inflate": 0.02, "pivot": [0, 64.5, -4.75], "rotation": [0, -45, 0], "uv": [163, 9]}, + {"origin": [0.6, 63, -7.75], "size": [0, 1, 1], "pivot": [0, 62, -8.75], "rotation": [-45, 45, 0], "uv": [2, 12]}, + {"origin": [-0.6, 63, -7.75], "size": [0, 1, 1], "pivot": [0, 62, -8.75], "rotation": [-45, -45, 0], "uv": [4, 12]} + ] + }, + { + "name": "jaw_hidden", + "parent": "jaw", + "pivot": [0, 62, -7.6], + "cubes": [ + {"origin": [-5.5, 59, -3.95], "size": [11, 3, 4], "uv": [211, 133]}, + {"origin": [-3.45, 59, -8.2], "size": [8, 3, 8], "inflate": 0.01, "pivot": [0, 64.5, -4.75], "rotation": [0, -45, 0], "uv": [183, 125]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 16, 7], + "cubes": [ + {"origin": [-8.5, 7.5, 0], "size": [17, 16, 21], "uv": [83, 26]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 15.5, 21], + "cubes": [ + {"origin": [-6.5, 9, 17], "size": [13, 13, 13], "uv": [0, 111]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 15.5, 30], + "cubes": [ + {"origin": [-4.5, 11, 27], "size": [9, 9, 12], "uv": [199, 87]} + ] + }, + { + "name": "tail_spike_top", + "parent": "tail3", + "pivot": [0, 19, 39], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [-3.5, 19, 39], "size": [7, 0, 9], "uv": [-3, 9]} + ] + }, + { + "name": "tail_spike_bottom", + "parent": "tail3", + "pivot": [0, 12, 39], + "rotation": [-20, 0, 0], + "cubes": [ + {"origin": [-3.5, 12, 39], "size": [7, 0, 9], "uv": [-3, 0]} + ] + }, + { + "name": "tail_spike_left", + "parent": "tail3", + "pivot": [3.5, 15.5, 39], + "rotation": [0, 20, 0], + "cubes": [ + {"origin": [3.5, 12, 39], "size": [0, 7, 9], "uv": [0, 53]} + ] + }, + { + "name": "tail_spike_right", + "parent": "tail3", + "pivot": [-3.5, 15.5, 39], + "rotation": [0, -20, 0], + "cubes": [ + {"origin": [-3.5, 12, 39], "size": [0, 7, 9], "uv": [74, 54]} + ] + }, + { + "name": "tail4", + "parent": "tail3", + "pivot": [0, 15.5, 39], + "cubes": [ + {"origin": [-3, 12.5, 36], "size": [6, 6, 11], "uv": [215, 70]} + ] + }, + { + "name": "tail5", + "parent": "tail4", + "pivot": [0, 15.25, 47], + "cubes": [ + {"origin": [-2, 13.25, 45], "size": [4, 4, 8], "uv": [39, 111]} + ] + }, + { + "name": "legs", + "parent": "body", + "pivot": [0, 17.75, 1] + }, + { + "name": "leg_left", + "parent": "legs", + "pivot": [12.5, 17.75, 1], + "cubes": [ + {"origin": [8.5, 6.75, -6.5], "size": [12, 16, 15], "uv": [63, 98], "mirror": true}, + {"origin": [9, 5.75, -6], "size": [11, 6, 14], "uv": [77, 6], "mirror": true}, + {"origin": [10.5, 2.75, -4], "size": [8, 4, 10], "uv": [162, 95], "mirror": true} + ] + }, + { + "name": "foot_left", + "parent": "leg_left", + "pivot": [14.5, 4.75, 1.5], + "cubes": [ + {"origin": [10, -0.25, -4.5], "size": [9, 5, 11], "uv": [186, 57], "mirror": true} + ] + }, + { + "name": "foot_left2", + "parent": "foot_left", + "pivot": [14.5, -0.25, -4.5], + "cubes": [ + {"origin": [10.5, -0.25, -7.5], "size": [8, 4, 3], "uv": [155, 81], "mirror": true} + ] + }, + { + "name": "toes_left", + "parent": "foot_left2", + "pivot": [14.5, 2.75, -7.5] + }, + { + "name": "toe_inner_left", + "parent": "toes_left", + "pivot": [11.5, 2.75, -7.5], + "rotation": [0, 20, 0], + "cubes": [ + {"origin": [11.5, -0.25, -12], "size": [0, 3, 5], "uv": [0, 83], "mirror": true} + ] + }, + { + "name": "toe_middle_left", + "parent": "toes_left", + "pivot": [14.5, 2.75, -7.5], + "cubes": [ + {"origin": [14.5, -0.25, -12.5], "size": [0, 3, 5], "uv": [0, 80], "mirror": true} + ] + }, + { + "name": "toe_outer_left", + "parent": "toes_left", + "pivot": [17.5, 2.75, -7.5], + "rotation": [0, -20, 0], + "cubes": [ + {"origin": [17.5, -0.25, -12], "size": [0, 3, 5], "uv": [10, 18], "mirror": true} + ] + }, + { + "name": "leg_right", + "parent": "legs", + "pivot": [-12.5, 17.75, 1], + "cubes": [ + {"origin": [-20.5, 6.75, -6.5], "size": [12, 16, 15], "uv": [123, 98]}, + {"origin": [-20, 5.75, -6], "size": [11, 6, 14], "uv": [113, 0]}, + {"origin": [-18.5, 2.75, -4], "size": [8, 4, 10], "uv": [167, 81]} + ] + }, + { + "name": "foot_right", + "parent": "leg_right", + "pivot": [-14.5, 4.75, 1.5], + "cubes": [ + {"origin": [-19, -0.25, -4.5], "size": [9, 5, 11], "uv": [215, 52]} + ] + }, + { + "name": "foot_right2", + "parent": "foot_right", + "pivot": [-14.5, -0.25, -4.5], + "cubes": [ + {"origin": [-18.5, -0.25, -7.5], "size": [8, 4, 3], "uv": [188, 50]} + ] + }, + { + "name": "toes_right", + "parent": "foot_right2", + "pivot": [-14.5, 2.75, -7.5] + }, + { + "name": "toe_inner_right", + "parent": "toes_right", + "pivot": [-11.5, 2.75, -7.5], + "rotation": [0, -20, 0], + "cubes": [ + {"origin": [-11.5, -0.25, -12], "size": [0, 3, 5], "uv": [0, 89]} + ] + }, + { + "name": "toe_middle_right", + "parent": "toes_right", + "pivot": [-14.5, 2.75, -7.5], + "cubes": [ + {"origin": [-14.5, -0.25, -12.5], "size": [0, 3, 5], "uv": [0, 86]} + ] + }, + { + "name": "toe_outer_right", + "parent": "toes_right", + "pivot": [-17.5, 2.75, -7.5], + "rotation": [0, 20, 0], + "cubes": [ + {"origin": [-17.5, -0.25, -12], "size": [0, 3, 5], "uv": [0, 18]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ironvaliant.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ironvaliant.geo.json new file mode 100644 index 0000000..9a0dd1e --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ironvaliant.geo.json @@ -0,0 +1,777 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.gallade", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 3, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "iron_valiant", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "iron_valiant", + "pivot": [0, 20, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 16.5, 0], + "cubes": [ + {"origin": [-3, 16.5, -3], "size": [6, 3, 6], "inflate": 0.01, "uv": [8, 28]} + ] + }, + { + "name": "skirt", + "parent": "torso", + "pivot": [0, 1, 0.5] + }, + { + "name": "bone4", + "parent": "skirt", + "pivot": [-3, 18, 0.5], + "cubes": [ + {"origin": [-4, 18, -0.5], "size": [1, 1, 1], "inflate": 0.01, "uv": [26, 32], "mirror": true} + ] + }, + { + "name": "bone10", + "parent": "bone4", + "pivot": [-4, 18, 0.5], + "cubes": [ + {"origin": [-4.5, 18, -2.5], "size": [0, 4, 5], "inflate": 0.01, "pivot": [-4, 18, 0.5], "rotation": [0, 0, 25], "uv": [40, 40], "mirror": true} + ] + }, + { + "name": "bone8", + "parent": "bone10", + "pivot": [-4, 18, 0.5], + "cubes": [ + {"origin": [-4.5, 14, -3], "size": [0, 4, 6], "inflate": 0.01, "pivot": [-4, 18, 0.5], "rotation": [0, 0, 25], "uv": [26, 22], "mirror": true} + ] + }, + { + "name": "bone9", + "parent": "bone8", + "pivot": [-6, 15, 0.5], + "cubes": [ + {"origin": [-4.5, 10, -3.5], "size": [0, 4, 7], "inflate": 0.01, "pivot": [-4, 18, 0.5], "rotation": [0, 0, 25], "uv": [0, 4], "mirror": true} + ] + }, + { + "name": "bone11", + "parent": "bone9", + "pivot": [-8, 10, 0.5], + "cubes": [ + {"origin": [-4.5, 6, -3.5], "size": [0, 4, 7], "inflate": 0.01, "pivot": [-4, 18, 0.5], "rotation": [0, 0, 25], "uv": [0, 0], "mirror": true} + ] + }, + { + "name": "bone12", + "parent": "bone11", + "pivot": [-10, 7, 0.5], + "cubes": [ + {"origin": [-4.5, 3, -3], "size": [0, 3, 6], "inflate": 0.01, "pivot": [-4, 18, 0.5], "rotation": [0, 0, 25], "uv": [12, 31], "mirror": true} + ] + }, + { + "name": "bone13", + "parent": "bone12", + "pivot": [-11, 5, 0.5], + "cubes": [ + {"origin": [-4.5, -1, -2.5], "size": [0, 4, 5], "inflate": 0.01, "pivot": [-4, 18, 0.5], "rotation": [0, 0, 25], "uv": [40, 36], "mirror": true} + ] + }, + { + "name": "bone3", + "parent": "skirt", + "pivot": [0, 1, 0.5], + "cubes": [ + {"origin": [3, 18, -0.5], "size": [1, 1, 1], "inflate": 0.01, "uv": [26, 32]} + ] + }, + { + "name": "bone5", + "parent": "bone3", + "pivot": [4, 18, 0.5], + "cubes": [ + {"origin": [4.5, 18, -2.5], "size": [0, 4, 5], "inflate": 0.01, "pivot": [4, 18, 0.5], "rotation": [0, 0, -25], "uv": [40, 40]} + ] + }, + { + "name": "bone6", + "parent": "bone5", + "pivot": [4, 18, 0.5], + "cubes": [ + {"origin": [4.5, 14, -3], "size": [0, 4, 6], "inflate": 0.01, "pivot": [4, 18, 0.5], "rotation": [0, 0, -25], "uv": [26, 22]} + ] + }, + { + "name": "bone7", + "parent": "bone6", + "pivot": [6, 15, 0.5], + "cubes": [ + {"origin": [4.5, 10, -3.5], "size": [0, 4, 7], "inflate": 0.01, "pivot": [4, 18, 0.5], "rotation": [0, 0, -25], "uv": [0, 4]} + ] + }, + { + "name": "bone14", + "parent": "bone7", + "pivot": [8, 10, 0.5], + "cubes": [ + {"origin": [4.5, 6, -3.5], "size": [0, 4, 7], "inflate": 0.01, "pivot": [4, 18, 0.5], "rotation": [0, 0, -25], "uv": [0, 0]} + ] + }, + { + "name": "bone15", + "parent": "bone14", + "pivot": [10, 7, 0.5], + "cubes": [ + {"origin": [4.5, 3, -3], "size": [0, 3, 6], "inflate": 0.01, "pivot": [4, 18, 0.5], "rotation": [0, 0, -25], "uv": [12, 31]} + ] + }, + { + "name": "bone16", + "parent": "bone15", + "pivot": [11, 5, 0.5], + "cubes": [ + {"origin": [4.5, -1, -2.5], "size": [0, 4, 5], "inflate": 0.01, "pivot": [4, 18, 0.5], "rotation": [0, 0, -25], "uv": [40, 36]} + ] + }, + { + "name": "bone17", + "parent": "skirt", + "pivot": [0, 1, 1.5], + "rotation": [0, -45, 0], + "cubes": [ + {"origin": [2, 18, 0.5], "size": [2, 1, 1], "inflate": 0.01, "uv": [17, 4]} + ] + }, + { + "name": "bone18", + "parent": "bone17", + "pivot": [4, 18, 1.5], + "cubes": [ + {"origin": [4.5, 18, -1.5], "size": [0, 4, 5], "inflate": 0.01, "pivot": [4, 18, 1.5], "rotation": [0, 0, -25], "uv": [40, 40]} + ] + }, + { + "name": "bone19", + "parent": "bone18", + "pivot": [4, 18, 1.5], + "cubes": [ + {"origin": [4.5, 14, -2], "size": [0, 4, 6], "inflate": 0.01, "pivot": [4, 18, 1.5], "rotation": [0, 0, -25], "uv": [26, 22]} + ] + }, + { + "name": "bone20", + "parent": "bone19", + "pivot": [6, 15, 1.5], + "cubes": [ + {"origin": [4.5, 10, -2.5], "size": [0, 4, 7], "inflate": 0.01, "pivot": [4, 18, 1.5], "rotation": [0, 0, -25], "uv": [0, 4]} + ] + }, + { + "name": "bone21", + "parent": "bone20", + "pivot": [8, 10, 1.5], + "cubes": [ + {"origin": [4.5, 6, -2.5], "size": [0, 4, 7], "inflate": 0.01, "pivot": [4, 18, 1.5], "rotation": [0, 0, -25], "uv": [0, 0]} + ] + }, + { + "name": "bone22", + "parent": "bone21", + "pivot": [10, 7, 1.5], + "cubes": [ + {"origin": [4.5, 3, -2], "size": [0, 3, 6], "inflate": 0.01, "pivot": [4, 18, 1.5], "rotation": [0, 0, -25], "uv": [12, 31]} + ] + }, + { + "name": "bone23", + "parent": "bone22", + "pivot": [11, 5, 1.5], + "cubes": [ + {"origin": [4.5, -1, -1.5], "size": [0, 4, 5], "inflate": 0.01, "pivot": [4, 18, 1.5], "rotation": [0, 0, -25], "uv": [40, 36]} + ] + }, + { + "name": "bone24", + "parent": "skirt", + "pivot": [0, 1, 1.5], + "rotation": [0, 45, 0], + "cubes": [ + {"origin": [-4, 18, 0.5], "size": [2, 1, 1], "inflate": 0.01, "uv": [17, 4], "mirror": true} + ] + }, + { + "name": "bone25", + "parent": "bone24", + "pivot": [-4, 18, 1.5], + "cubes": [ + {"origin": [-4.5, 18, -1.5], "size": [0, 4, 5], "inflate": 0.01, "pivot": [-4, 18, 1.5], "rotation": [0, 0, 25], "uv": [40, 40], "mirror": true} + ] + }, + { + "name": "bone26", + "parent": "bone25", + "pivot": [-4, 18, 1.5], + "cubes": [ + {"origin": [-4.5, 14, -2], "size": [0, 4, 6], "inflate": 0.01, "pivot": [-4, 18, 1.5], "rotation": [0, 0, 25], "uv": [26, 22], "mirror": true} + ] + }, + { + "name": "bone27", + "parent": "bone26", + "pivot": [-6, 15, 1.5], + "cubes": [ + {"origin": [-4.5, 10, -2.5], "size": [0, 4, 7], "inflate": 0.01, "pivot": [-4, 18, 1.5], "rotation": [0, 0, 25], "uv": [0, 4], "mirror": true} + ] + }, + { + "name": "bone28", + "parent": "bone27", + "pivot": [-8, 10, 1.5], + "cubes": [ + {"origin": [-4.5, 6, -2.5], "size": [0, 4, 7], "inflate": 0.01, "pivot": [-4, 18, 1.5], "rotation": [0, 0, 25], "uv": [0, 0], "mirror": true} + ] + }, + { + "name": "bone29", + "parent": "bone28", + "pivot": [-10, 7, 1.5], + "cubes": [ + {"origin": [-4.5, 3, -2], "size": [0, 3, 6], "inflate": 0.01, "pivot": [-4, 18, 1.5], "rotation": [0, 0, 25], "uv": [12, 31], "mirror": true} + ] + }, + { + "name": "bone30", + "parent": "bone29", + "pivot": [-11, 5, 1.5], + "cubes": [ + {"origin": [-4.5, -1, -1.5], "size": [0, 4, 5], "inflate": 0.01, "pivot": [-4, 18, 1.5], "rotation": [0, 0, 25], "uv": [40, 36], "mirror": true} + ] + }, + { + "name": "bone31", + "parent": "skirt", + "pivot": [0, 1, 1.5], + "rotation": [0, 90, 0], + "cubes": [ + {"origin": [-4, 18, 1], "size": [2, 1, 1], "inflate": 0.01, "uv": [17, 4], "mirror": true} + ] + }, + { + "name": "bone32", + "parent": "bone31", + "pivot": [-4, 18, 1.5], + "cubes": [ + {"origin": [-4.5, 18, -1], "size": [0, 4, 5], "inflate": 0.01, "pivot": [-4, 18, 1.5], "rotation": [0, 0, 25], "uv": [56, 53], "mirror": true} + ] + }, + { + "name": "bone33", + "parent": "bone32", + "pivot": [-4, 18, 1.5], + "cubes": [ + {"origin": [-4.5, 14, -1.5], "size": [0, 4, 6], "inflate": 0.01, "pivot": [-4, 18, 1.5], "rotation": [0, 0, 25], "uv": [57, 56], "mirror": true} + ] + }, + { + "name": "bone34", + "parent": "bone33", + "pivot": [-6, 15, 1.5], + "cubes": [ + {"origin": [-4.5, 10, -2], "size": [0, 4, 7], "inflate": 0.01, "pivot": [-4, 18, 1.5], "rotation": [0, 0, 25], "uv": [7, 56], "mirror": true} + ] + }, + { + "name": "bone35", + "parent": "bone34", + "pivot": [-8, 10, 1.5], + "cubes": [ + {"origin": [-4.5, 6, -2], "size": [0, 4, 7], "inflate": 0.01, "pivot": [-4, 18, 1.5], "rotation": [0, 0, 25], "uv": [21, 55], "mirror": true} + ] + }, + { + "name": "bone36", + "parent": "bone35", + "pivot": [-10, 7, 1.5], + "cubes": [ + {"origin": [-4.5, 3, -1.5], "size": [0, 3, 6], "inflate": 0.01, "pivot": [-4, 18, 1.5], "rotation": [0, 0, 25], "uv": [35, 56], "mirror": true} + ] + }, + { + "name": "bone37", + "parent": "bone36", + "pivot": [-11, 5, 1.5], + "cubes": [ + {"origin": [-4.5, -1, -1], "size": [0, 4, 5], "inflate": 0.01, "pivot": [-4, 18, 1.5], "rotation": [0, 0, 25], "uv": [47, 57], "mirror": true} + ] + }, + { + "name": "waist", + "parent": "torso", + "pivot": [0, 19.5, 0], + "cubes": [ + {"origin": [-0.5, 19, -0.5], "size": [1, 1, 1], "uv": [0, 39]}, + {"origin": [-0.5, 21.5, -0.5], "size": [1, 1, 1], "uv": [0, 39]}, + {"origin": [-1, 20, -1], "size": [2, 2, 2], "uv": [56, 53]}, + {"origin": [-1.5, 22.5, -1.5], "size": [3, 4, 3], "uv": [45, 34]}, + {"origin": [-1.5, 23.5, -1.5], "size": [3, 4, 3], "inflate": 0.051, "uv": [0, 0]}, + {"origin": [-1.5, 23, -1.5], "size": [3, 4, 3], "inflate": 0.05, "uv": [0, 0]}, + {"origin": [-1, 23.65, -8], "size": [2, 3, 3], "inflate": 0.05, "pivot": [0.5, -1, 0], "rotation": [-10, 0, 0], "uv": [54, 38]}, + {"origin": [-0.5, 24.15, -8.01], "size": [1, 2, 3], "inflate": 0.05, "pivot": [0.5, -1, 0], "rotation": [-10, 0, 0], "uv": [26, 55]} + ] + }, + { + "name": "chest", + "parent": "waist", + "pivot": [0, 21.5, 0] + }, + { + "name": "chest_spike", + "parent": "chest", + "pivot": [0, 25.2, -1.5] + }, + { + "name": "arms", + "parent": "chest", + "pivot": [0, 27.5, 0] + }, + { + "name": "arm_left", + "parent": "arms", + "pivot": [1.5, 27.5, 0], + "cubes": [ + {"origin": [1.5, 26.5, -0.5], "size": [9, 1, 1], "uv": [40, 32]} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [10, 27, -0.5], + "rotation": [0, 90, 0], + "cubes": [ + {"origin": [6, 1.8, 26.4], "size": [8, 1, 0], "inflate": 0.011, "pivot": [12, 2.3, 0.4], "rotation": [90, 0, 0], "uv": [57, 0], "mirror": true}, + {"origin": [8, 25.3, -1], "size": [6, 3, 3], "inflate": 0.01, "uv": [41, 0], "mirror": true}, + {"origin": [3, 0.7, 23.4], "size": [6, 3, 3], "pivot": [12, 2.3, 0.4], "rotation": [90, 0, 0], "uv": [59, 4], "mirror": true}, + {"origin": [14, 25.8, -0.5], "size": [4, 2, 2], "inflate": 0.01, "uv": [8, 55]} + ] + }, + { + "name": "bone39", + "parent": "arm_left2", + "pivot": [12, 28.3, 0.4], + "cubes": [ + {"origin": [-4, 27.3, 0.5], "size": [24, 9, 0], "inflate": 0.01, "uv": [0, 93], "mirror": true} + ] + }, + { + "name": "bone38", + "parent": "arm_left2", + "pivot": [18, 26.3, 0.4], + "cubes": [ + {"origin": [18, -21.2, -22], "size": [1, 1, 15], "inflate": 0.01, "pivot": [12, 2.3, -1.6], "rotation": [180, 0, 0], "uv": [0, 0], "mirror": true}, + {"origin": [18.5, 24.8, -32], "size": [0, 9, 24], "inflate": 0.01, "uv": [0, 69]}, + {"origin": [18.5, -21.2, -43], "size": [0, 9, 24], "inflate": 0.01, "pivot": [12, 2.3, -1.6], "rotation": [180, 0, 0], "uv": [0, 69]}, + {"origin": [18, 24.8, -11], "size": [1, 1, 15], "inflate": 0.02, "uv": [0, 0]} + ] + }, + { + "name": "hand_left", + "parent": "arm_left2", + "pivot": [18, 27.8, 0.5] + }, + { + "name": "finger_front_left", + "parent": "hand_left", + "pivot": [18, 25.8, -0.5], + "cubes": [ + {"origin": [18, 25.8, -0.5], "size": [2, 2, 0], "uv": [45, 7]} + ] + }, + { + "name": "finger_center_left", + "parent": "hand_left", + "pivot": [18, 25.8, 0.5], + "cubes": [ + {"origin": [17.5, 25.8, 0.5], "size": [4, 2, 0], "uv": [35, 0]} + ] + }, + { + "name": "finger_back_left", + "parent": "hand_left", + "pivot": [18, 25.8, 1.5], + "cubes": [ + {"origin": [18, 25.8, 1.5], "size": [2, 2, 0], "uv": [42, 22]} + ] + }, + { + "name": "arm_right", + "parent": "arms", + "pivot": [-1.5, 27.5, 0], + "cubes": [ + {"origin": [-10.5, 26.5, -0.5], "size": [9, 1, 1], "uv": [17, 12]} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-10, 27, -0.5], + "rotation": [0, -90, 0], + "cubes": [ + {"origin": [-18, 25.8, -0.5], "size": [4, 2, 2], "inflate": 0.01, "uv": [52, 14]}, + {"origin": [-9, 0.7, 23.4], "size": [6, 3, 3], "pivot": [-12, 2.3, 0.4], "rotation": [90, 0, 0], "uv": [59, 4]}, + {"origin": [-14, 25.3, -1], "size": [6, 3, 3], "inflate": 0.01, "uv": [41, 0]}, + {"origin": [-14, 1.8, 26.4], "size": [8, 1, 0], "inflate": 0.011, "pivot": [-12, 2.3, 0.4], "rotation": [90, 0, 0], "uv": [57, 0]} + ] + }, + { + "name": "hand_right", + "parent": "arm_right2", + "pivot": [-18, 27.8, 0.5] + }, + { + "name": "finger_front_right", + "parent": "hand_right", + "pivot": [-18, 25.8, -0.5], + "cubes": [ + {"origin": [-20, 25.8, -0.5], "size": [2, 2, 0], "uv": [25, 41]} + ] + }, + { + "name": "finger_center_right", + "parent": "hand_right", + "pivot": [-18, 25.8, 0.5], + "cubes": [ + {"origin": [-21.5, 25.8, 0.5], "size": [4, 2, 0], "uv": [32, 14]} + ] + }, + { + "name": "finger_back_right", + "parent": "hand_right", + "pivot": [-18, 25.8, 1.5], + "cubes": [ + {"origin": [-20, 25.8, 1.5], "size": [2, 2, 0], "uv": [41, 9]} + ] + }, + { + "name": "bone40", + "parent": "arm_right2", + "pivot": [-12, 28.3, 0.4], + "cubes": [ + {"origin": [-20, 27.3, 0.5], "size": [24, 9, 0], "inflate": 0.01, "uv": [0, 93]} + ] + }, + { + "name": "neck", + "parent": "chest", + "pivot": [0, 27.5, 0], + "cubes": [ + {"origin": [-0.5, 26.75, -0.5], "size": [1, 3, 1], "uv": [14, 21]} + ] + }, + { + "name": "Head", + "parent": "neck", + "pivot": [0, 28.5, 0], + "cubes": [ + {"origin": [-1.8, 28.5, -2.7], "size": [6, 6, 6], "pivot": [0, 28.5, 1.5], "rotation": [0, 45, 0], "uv": [18, 16]} + ] + }, + { + "name": "mouth_open", + "parent": "Head", + "pivot": [0, 28.6, 1.6], + "cubes": [ + {"origin": [3.2, 28.6, -2.6], "size": [1, 1, 1], "inflate": 0.01, "pivot": [0, 28.6, 1.6], "rotation": [0, 45, 0], "uv": [41, 7]} + ] + }, + { + "name": "hair", + "parent": "Head", + "pivot": [0, 32.25, -0.7], + "rotation": [7.5, 0, 0], + "cubes": [ + {"origin": [-1.8, 29.25, -3.4], "size": [6, 6, 6], "pivot": [0, 29.25, 0.8], "rotation": [0, 45, 0], "uv": [17, 0]} + ] + }, + { + "name": "bone", + "parent": "hair", + "pivot": [-1, 29.25, -0.2], + "rotation": [-7.42442, 0.86717, 9.96271], + "cubes": [ + {"origin": [-0.8, 30.25, 1.6], "size": [3, 3, 3], "pivot": [-1, 29.25, -0.2], "rotation": [-33.057, 40.12609, -11.87773], "uv": [49, 19]}, + {"origin": [-1.3, 29.75, 4.6], "size": [4, 4, 5], "pivot": [-1, 29.25, -0.2], "rotation": [-33.057, 40.12609, -11.87773], "uv": [27, 32]} + ] + }, + { + "name": "bone2", + "parent": "hair", + "pivot": [1, 29.25, -0.2], + "rotation": [-7.42442, -0.86717, -9.96271], + "cubes": [ + {"origin": [-2.2, 30.25, 1.6], "size": [3, 3, 3], "pivot": [1, 29.25, -0.2], "rotation": [-33.057, -40.12609, 11.87773], "uv": [49, 19], "mirror": true}, + {"origin": [-2.7, 29.75, 4.6], "size": [4, 4, 5], "pivot": [1, 29.25, -0.2], "rotation": [-33.057, -40.12609, 11.87773], "uv": [27, 32], "mirror": true} + ] + }, + { + "name": "eyes", + "parent": "Head", + "pivot": [0, 31.5, 3.5] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [2.75, 31.25, -1.7], + "rotation": [0, -45, 0] + }, + { + "name": "eye_left_rotation", + "parent": "eye_left", + "pivot": [2.5, 31.25, -1.7], + "rotation": [0, 0, -5], + "cubes": [ + {"origin": [0.75, 29.5, -1.71], "size": [3, 3, 0], "uv": [35, 2]}, + {"origin": [1, 30, -1.72], "size": [2, 3, 0], "uv": [0, 36]} + ] + }, + { + "name": "pupil_left", + "parent": "eye_left_rotation", + "pivot": [2, 31.5, -1.73], + "cubes": [ + {"origin": [1.5, 30.5, -1.73], "size": [1, 2, 0], "uv": [12, 3]} + ] + }, + { + "name": "eye_shine_left", + "parent": "eye_left_rotation", + "pivot": [1.5, 32, -1.74] + }, + { + "name": "eyelid_left", + "parent": "eye_left_rotation", + "pivot": [2.25, 31, -1.1], + "cubes": [ + {"origin": [0.75, 29.5, -1.64], "size": [3, 3, 1], "inflate": 0.01, "uv": [57, 34]} + ] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-2.75, 31.25, -1.7], + "rotation": [0, 45, 0] + }, + { + "name": "eye_right_rotation", + "parent": "eye_right", + "pivot": [-2.5, 31.25, -1.7], + "rotation": [0, 0, 5], + "cubes": [ + {"origin": [-3.75, 29.5, -1.71], "size": [3, 3, 0], "uv": [9, 0]} + ] + }, + { + "name": "bone41", + "parent": "eye_right_rotation", + "pivot": [-3, 31.75, -1.7], + "cubes": [ + {"origin": [-3, 30, -1.72], "size": [2, 3, 0], "uv": [14, 25]} + ] + }, + { + "name": "pupil_right", + "parent": "bone41", + "pivot": [-2, 31.5, -1.73], + "cubes": [ + {"origin": [-2.5, 30.5, -1.73], "size": [1, 2, 0], "uv": [0, 0]} + ] + }, + { + "name": "eye_shine_right", + "parent": "eye_right_rotation", + "pivot": [-1.5, 32, -1.74] + }, + { + "name": "eyelid_right", + "parent": "eye_right_rotation", + "pivot": [-2.25, 31, -1.1], + "cubes": [ + {"origin": [-3.75, 29.5, -1.64], "size": [3, 3, 1], "inflate": 0.01, "uv": [57, 25]} + ] + }, + { + "name": "hair_blade", + "parent": "Head", + "pivot": [0, 35.15, -1.15], + "cubes": [ + {"origin": [0, 29.65, -1.15], "size": [0, 12, 7], "uv": [0, 14]}, + {"origin": [0, 30.55, -3.35], "size": [0, 6, 3], "inflate": 0.01, "pivot": [0, 34.4, -5.5], "rotation": [7.5, 0, 0], "uv": [20, 52]} + ] + }, + { + "name": "head_side_left", + "parent": "Head", + "pivot": [3.5, 29.2, -1], + "rotation": [7.5, 47.5, 0], + "cubes": [ + {"origin": [3.47, 29.15, -0.95], "size": [0, 3, 4], "uv": [40, 30]}, + {"origin": [3.45, 29.4, -0.2], "size": [0, 1, 2], "pivot": [3.45, 29.15, -0.95], "rotation": [-10, 0, 0], "uv": [17, 19]} + ] + }, + { + "name": "head_side_right", + "parent": "Head", + "pivot": [-3.5, 29.2, -1], + "rotation": [7.5, -47.5, 0], + "cubes": [ + {"origin": [-3.47, 29.15, -0.95], "size": [0, 3, 4], "uv": [0, 29]}, + {"origin": [-3.45, 29.4, -0.2], "size": [0, 1, 2], "pivot": [-3.45, 29.15, -0.95], "rotation": [-10, 0, 0], "uv": [17, 12]} + ] + }, + { + "name": "hair_back", + "parent": "Head", + "pivot": [0, 34.5, -0.5] + }, + { + "name": "hair_back_left", + "parent": "hair_back", + "pivot": [4.3, 33.6, 3.35], + "rotation": [2.5, 10, -2.5], + "cubes": [ + {"origin": [1.55956, 32.63849, -0.53158], "size": [3, 3, 3], "uv": [36, 50]} + ] + }, + { + "name": "hair_back_left2", + "parent": "hair_back_left", + "pivot": [4.3, 33.6, 3.35], + "rotation": [25, 0, 0], + "cubes": [ + {"origin": [1.55956, 31.82007, 0.41252], "size": [3, 4, 3], "inflate": 0.01, "uv": [12, 48]} + ] + }, + { + "name": "hair_back_left3", + "parent": "hair_back_left2", + "pivot": [2.8, 29.6, 2.85], + "rotation": [-45, 0, 0], + "cubes": [ + {"origin": [1.55956, 27.21404, -1.67562], "size": [3, 4, 3], "uv": [48, 7]} + ] + }, + { + "name": "hair_back_left4", + "parent": "hair_back_left3", + "pivot": [2.8, 25.6, 2.35], + "rotation": [-52.5, 0, 0], + "cubes": [ + {"origin": [2.05956, 22.37221, -1.85924], "size": [2, 3, 2], "inflate": 0.01, "uv": [56, 44]} + ] + }, + { + "name": "hair_back_right", + "parent": "hair_back", + "pivot": [-4.3, 33.6, 3.35], + "rotation": [2.5, -10, 2.5], + "cubes": [ + {"origin": [-4.55956, 32.63849, -0.53158], "size": [3, 3, 3], "uv": [24, 49]} + ] + }, + { + "name": "hair_back_right2", + "parent": "hair_back_right", + "pivot": [-4.3, 33.6, 3.35], + "rotation": [25, 0, 0], + "cubes": [ + {"origin": [-4.55956, 31.82007, 0.41252], "size": [3, 4, 3], "inflate": 0.01, "uv": [47, 46]} + ] + }, + { + "name": "hair_back_right3", + "parent": "hair_back_right2", + "pivot": [-2.8, 29.6, 2.85], + "rotation": [-45, 0, 0], + "cubes": [ + {"origin": [-4.55956, 27.21404, -1.67562], "size": [3, 4, 3], "uv": [0, 47]} + ] + }, + { + "name": "hair_back_right4", + "parent": "hair_back_right3", + "pivot": [-2.8, 25.6, 2.35], + "rotation": [-52.5, 0, 0], + "cubes": [ + {"origin": [-4.05956, 22.37221, -1.85924], "size": [2, 3, 2], "inflate": 0.01, "uv": [34, 56]} + ] + }, + { + "name": "legs", + "parent": "body", + "pivot": [0, 16.5, 0] + }, + { + "name": "leg_right", + "parent": "legs", + "pivot": [-2, 16.5, 0], + "cubes": [ + {"origin": [-3, 9.5, -1], "size": [2, 7, 2], "uv": [0, 54]} + ] + }, + { + "name": "leg_right2", + "parent": "leg_right", + "pivot": [-2, 10, -1], + "cubes": [ + {"origin": [-3, 8, -2], "size": [2, 3, 1], "uv": [17, 0]}, + {"origin": [-3.5, 5, -1.5], "size": [3, 5, 3], "uv": [28, 41]} + ] + }, + { + "name": "foot_right", + "parent": "leg_right2", + "pivot": [-2, 5, 0], + "cubes": [ + {"origin": [-4, 0, -2], "size": [4, 6, 4], "uv": [0, 37]} + ] + }, + { + "name": "leg_left", + "parent": "legs", + "pivot": [2, 16.5, 0], + "cubes": [ + {"origin": [1, 9.5, -1], "size": [2, 7, 2], "uv": [48, 53]} + ] + }, + { + "name": "leg_left2", + "parent": "leg_left", + "pivot": [2, 10, -1], + "cubes": [ + {"origin": [0.5, 5, -1.5], "size": [3, 5, 3], "uv": [16, 40]}, + {"origin": [1, 8, -2], "size": [2, 3, 1], "uv": [17, 0], "mirror": true} + ] + }, + { + "name": "foot_left", + "parent": "leg_left2", + "pivot": [2, 5, 0], + "cubes": [ + {"origin": [0, 0, -2], "size": [4, 6, 4], "uv": [36, 12]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/jumpluff/jumpluff.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/jumpluff/jumpluff.geo.json new file mode 100644 index 0000000..caf2421 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/jumpluff/jumpluff.geo.json @@ -0,0 +1,218 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.jumpluff", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "jumpluff", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "jumpluff", + "pivot": [0, 7, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 2, -3.5], + "cubes": [ + {"origin": [-5.5, 0.92225, -5.4592], "size": [11, 11, 11], "uv": [0, 0]} + ] + }, + { + "name": "arm_left", + "parent": "torso", + "pivot": [5.5, 6.42225, -0.9592], + "cubes": [ + {"origin": [5, 5.92225, -0.9592], "size": [3, 1, 0], "uv": [0, 8]} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [7.5, 6.42225, -0.9592], + "cubes": [ + {"origin": [7.5, 3.42225, -3.4592], "size": [6, 6, 6], "uv": [26, 34]}, + {"origin": [7.5, 6.42225, -3.4592], "size": [6, 3, 0], "pivot": [11, 6.42225, -3.4592], "rotation": [7.5, 0, 0], "uv": [56, 28]}, + {"origin": [7.5, 3.42225, -3.4592], "size": [6, 3, 0], "pivot": [11, 6.42225, -3.4592], "rotation": [-7.5, 0, 0], "uv": [22, 56]}, + {"origin": [7.5, 3.42225, 2.5408], "size": [6, 3, 0], "pivot": [11, 6.42225, 2.5408], "rotation": [7.5, 0, 0], "uv": [56, 17]}, + {"origin": [7.5, 6.42225, 2.5408], "size": [6, 3, 0], "pivot": [11, 6.42225, 2.5408], "rotation": [-7.5, 0, 0], "uv": [56, 20]}, + {"origin": [7.5, 3.42225, -3.4592], "size": [0, 3, 6], "pivot": [7.5, 6.42225, -0.9592], "rotation": [0, 0, 7.5], "uv": [48, 47]}, + {"origin": [7.5, 6.42225, -3.4592], "size": [0, 3, 6], "pivot": [7.5, 6.42225, -0.9592], "rotation": [0, 0, -7.5], "uv": [36, 47]}, + {"origin": [13.5, 6.42225, -3.4592], "size": [0, 3, 6], "pivot": [13.5, 6.42225, -0.9592], "rotation": [0, 0, 7.5], "uv": [12, 47]}, + {"origin": [13.5, 3.42225, -3.4592], "size": [0, 3, 6], "pivot": [13.5, 6.42225, -0.9592], "rotation": [0, 0, -7.5], "uv": [24, 47]}, + {"origin": [7.5, 9.42225, -3.4592], "size": [3, 0, 6], "pivot": [10.5, 9.42225, -0.9592], "rotation": [0, 0, 7.5], "uv": [44, 18]}, + {"origin": [10.5, 9.42225, -3.4592], "size": [3, 0, 6], "pivot": [10.5, 9.42225, -0.9592], "rotation": [0, 0, -7.5], "uv": [44, 12]}, + {"origin": [10.5, 3.42225, -3.4592], "size": [3, 0, 6], "pivot": [10.5, 3.42225, -0.9592], "rotation": [0, 0, 7.5], "uv": [38, 34]}, + {"origin": [7.5, 3.42225, -3.4592], "size": [3, 0, 6], "pivot": [10.5, 3.42225, -0.9592], "rotation": [0, 0, -7.5], "uv": [43, 0]} + ] + }, + { + "name": "arm_right", + "parent": "torso", + "pivot": [-5.5, 6.42225, -0.9592], + "cubes": [ + {"origin": [-8, 5.92225, -0.9592], "size": [3, 1, 0], "uv": [0, 7]} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-7.5, 6.42225, -0.9592], + "cubes": [ + {"origin": [-13.5, 3.42225, -3.4592], "size": [6, 6, 6], "uv": [32, 22]}, + {"origin": [-13.5, 6.42225, -3.4592], "size": [6, 3, 0], "pivot": [-11, 6.42225, -3.4592], "rotation": [7.5, 0, 0], "uv": [56, 14]}, + {"origin": [-13.5, 3.42225, -3.4592], "size": [6, 3, 0], "pivot": [-11, 6.42225, -3.4592], "rotation": [-7.5, 0, 0], "uv": [10, 56]}, + {"origin": [-13.5, 3.42225, 2.5408], "size": [6, 3, 0], "pivot": [-11, 6.42225, 2.5408], "rotation": [7.5, 0, 0], "uv": [55, 4]}, + {"origin": [-13.5, 6.42225, 2.5408], "size": [6, 3, 0], "pivot": [-11, 6.42225, 2.5408], "rotation": [-7.5, 0, 0], "uv": [50, 42]}, + {"origin": [-7.5, 3.42225, -3.4592], "size": [0, 3, 6], "pivot": [-7.5, 6.42225, -0.9592], "rotation": [0, 0, -7.5], "uv": [0, 47]}, + {"origin": [-7.5, 6.42225, -3.4592], "size": [0, 3, 6], "pivot": [-7.5, 6.42225, -0.9592], "rotation": [0, 0, 7.5], "uv": [24, 44]}, + {"origin": [-13.5, 6.42225, -3.4592], "size": [0, 3, 6], "pivot": [-13.5, 6.42225, -0.9592], "rotation": [0, 0, -7.5], "uv": [12, 44]}, + {"origin": [-13.5, 3.42225, -3.4592], "size": [0, 3, 6], "pivot": [-13.5, 6.42225, -0.9592], "rotation": [0, 0, 7.5], "uv": [0, 44]}, + {"origin": [-10.5, 9.42225, -3.4592], "size": [3, 0, 6], "pivot": [-10.5, 9.42225, -0.9592], "rotation": [0, 0, -7.5], "uv": [14, 38]}, + {"origin": [-13.5, 9.42225, -3.4592], "size": [3, 0, 6], "pivot": [-10.5, 9.42225, -0.9592], "rotation": [0, 0, 7.5], "uv": [38, 12]}, + {"origin": [-10.5, 3.42225, -3.4592], "size": [3, 0, 6], "pivot": [-10.5, 3.42225, -0.9592], "rotation": [0, 0, 7.5], "uv": [43, 0], "mirror": true}, + {"origin": [-13.5, 3.42225, -3.4592], "size": [3, 0, 6], "pivot": [-10.5, 3.42225, -0.9592], "rotation": [0, 0, -7.5], "uv": [38, 34], "mirror": true} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 1.27225, 5.5408], + "cubes": [ + {"origin": [-1.5, 1.27225, 4.5408], "size": [3, 3, 5], "uv": [45, 45]} + ] + }, + { + "name": "cotton_top", + "parent": "torso", + "pivot": [0, 11.92225, 0.0408], + "cubes": [ + {"origin": [-0.5, 10.92225, 0.0408], "size": [1, 3, 0], "uv": [4, 22]} + ] + }, + { + "name": "cottonleaf_top", + "parent": "cotton_top", + "pivot": [0, 11.92225, 0.0408], + "cubes": [ + {"origin": [-1, 11.92225, 0.0408], "size": [2, 2, 0], "pivot": [0, 11.92225, 0.0408], "rotation": [75, 0, 0], "uv": [6, 0]} + ] + }, + { + "name": "cottonleaf_top3", + "parent": "cotton_top", + "pivot": [0, 11.92225, 0.0408], + "cubes": [ + {"origin": [-1, 11.92225, 0.0408], "size": [2, 2, 0], "pivot": [0, 11.92225, 0.0408], "rotation": [-77.5, 45, 0], "uv": [6, 4]} + ] + }, + { + "name": "cottonleaf_top2", + "parent": "cotton_top", + "pivot": [0, 11.92225, 0.0408], + "cubes": [ + {"origin": [-1, 11.92225, 0.0408], "size": [2, 2, 0], "pivot": [0, 11.92225, 0.0408], "rotation": [-77.5, -45, 0], "uv": [6, 2]} + ] + }, + { + "name": "cotton_top2", + "parent": "cotton_top", + "pivot": [0, 13.92225, 0.0408], + "cubes": [ + {"origin": [-4, 13.92225, -3.9592], "size": [0, 4, 8], "pivot": [-4, 17.92225, 0.0408], "rotation": [0, 0, 7.5], "uv": [0, 34]}, + {"origin": [-4, 17.92225, -3.9592], "size": [0, 4, 8], "pivot": [-4, 17.92225, 0.0408], "rotation": [0, 0, -7.5], "uv": [0, 38]}, + {"origin": [4, 13.92225, -3.9592], "size": [0, 4, 8], "pivot": [4, 17.92225, 0.0408], "rotation": [0, 0, -7.5], "uv": [16, 38]}, + {"origin": [-4, 13.92225, -3.9592], "size": [8, 4, 0], "pivot": [0, 17.92225, -3.9592], "rotation": [-7.5, 0, 0], "uv": [50, 38]}, + {"origin": [-4, 17.92225, -3.9592], "size": [8, 4, 0], "pivot": [0, 17.92225, -3.9592], "rotation": [7.5, 0, 0], "uv": [55, 0]}, + {"origin": [4, 17.92225, -3.9592], "size": [0, 4, 8], "pivot": [4, 17.92225, 0.0408], "rotation": [0, 0, 7.5], "uv": [32, 38]}, + {"origin": [-4, 13.92225, -3.9592], "size": [8, 8, 8], "uv": [0, 22]}, + {"origin": [-4, 21.92225, 0.0408], "size": [8, 0, 4], "pivot": [0, 21.92225, 0.0408], "rotation": [7.5, 0, 0], "uv": [40, 8]}, + {"origin": [-4, 21.92225, -3.9592], "size": [8, 0, 4], "pivot": [0, 21.92225, 0.0408], "rotation": [-7.5, 0, 0], "uv": [0, 38]}, + {"origin": [-4, 13.92225, 0.0408], "size": [8, 0, 4], "pivot": [0, 13.92225, 0.0408], "rotation": [-7.5, 0, 0], "uv": [29, 0]}, + {"origin": [-4, 13.92225, -3.9592], "size": [8, 0, 4], "pivot": [0, 13.92225, 0.0408], "rotation": [7.5, 0, 0], "uv": [29, 4]}, + {"origin": [-4, 17.92225, 4.0408], "size": [8, 4, 0], "pivot": [0, 17.92225, 4.0408], "rotation": [-7.5, 0, 0], "uv": [50, 34]}, + {"origin": [-4, 13.92225, 4.0408], "size": [8, 4, 0], "pivot": [0, 17.92225, 4.0408], "rotation": [7.5, 0, 0], "uv": [50, 24]} + ] + }, + { + "name": "mouth", + "parent": "torso", + "pivot": [4.5, -1.07775, -4.4592], + "cubes": [ + {"origin": [-2, 5.67225, -5.4592], "size": [4, 1, 0], "inflate": 0.004, "uv": [0, 6]}, + {"origin": [-1.5, 5.42225, -5.4592], "size": [3, 1, 0], "inflate": 0.003, "uv": [0, 9]}, + {"origin": [-0.5, 5.92225, -5.4592], "size": [1, 1, 0], "inflate": 0.005, "uv": [8, 6]} + ] + }, + { + "name": "mouth_open", + "parent": "mouth", + "pivot": [4.5, -1.07775, -3.4592], + "cubes": [ + {"origin": [-1, 3.92225, -4.4592], "size": [2, 2, 0], "inflate": 0.002, "uv": [6, 7]} + ] + }, + { + "name": "eye_right", + "parent": "torso", + "pivot": [4.75, -1.07775, -4.4592], + "cubes": [ + {"origin": [-2.75, 8.17225, -5.4592], "size": [1, 1, 0], "inflate": 0.006, "uv": [0, 10]}, + {"origin": [-3.5, 7.17225, -5.4592], "size": [2, 2, 0], "inflate": 0.003, "uv": [6, 9]} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [2.5, 8.17225, -4.3592], + "cubes": [ + {"origin": [-3.5, 7.17225, -5.3592], "size": [2, 2, 0], "inflate": 0.003, "uv": [34, 56]} + ] + }, + { + "name": "eye_left", + "parent": "torso", + "pivot": [2.375, 8.42225, -5.4592], + "cubes": [ + {"origin": [1.5, 7.17225, -5.4592], "size": [2, 2, 0], "inflate": 0.003, "uv": [0, 22]}, + {"origin": [1.75, 8.17225, -5.4592], "size": [1, 1, 0], "inflate": 0.006, "uv": [2, 10]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [2.5, 8.17225, -4.3592], + "cubes": [ + {"origin": [1.5, 7.17225, -5.3592], "size": [2, 2, 0], "inflate": 0.003, "uv": [38, 56]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-3.5, 1, -5.5], + "cubes": [ + {"origin": [-5, 0, -8.5], "size": [3, 2, 4], "uv": [56, 8]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [3.5, 1, -5.5], + "cubes": [ + {"origin": [2, 0, -8.5], "size": [3, 2, 4], "uv": [0, 56]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kartana/kartana.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kartana/kartana.geo.json new file mode 100644 index 0000000..d8a6282 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kartana/kartana.geo.json @@ -0,0 +1,254 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.kartana", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "kartana", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "kartana", + "pivot": [0, 4.25, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [-0.01786, 11.25986, -0.2032], + "cubes": [ + {"origin": [-1.01786, 9.38456, -0.76], "size": [2, 3, 1], "uv": [32, 23]}, + {"origin": [-0.51786, 9.88456, -0.765], "size": [1, 2, 0], "uv": [3, 37]}, + {"origin": [-5.61836, 8.96634, -0.5], "size": [7, 3, 1], "pivot": [-0.01786, 10.88586, -0.5], "rotation": [0, 0, 72.25], "uv": [0, 5]}, + {"origin": [-1.41736, 8.96634, -0.501], "size": [7, 3, 1], "pivot": [-0.01786, 10.88586, -0.5], "rotation": [0, 0, -72.25], "uv": [0, 0]}, + {"origin": [0.30628, 8.56172, -0.49], "size": [2, 2, 1], "pivot": [-0.01786, 10.88586, -0.5], "rotation": [0, 0, 45], "uv": [32, 5]} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [-0.01811, 15.28015, -0.1375], + "cubes": [ + {"origin": [-2.51786, 13.13456, -0.51], "size": [5, 5, 1], "pivot": [-0.01786, 15.63456, 0], "rotation": [0, 0, 45], "uv": [0, 10]}, + {"origin": [-1.517, 13.133, -0.765], "size": [4, 4, 1], "pivot": [-0.01786, 15.63456, 0], "rotation": [0, 0, 45], "uv": [0, 23]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [-0.01761, 14.92781, -0.515], + "cubes": [ + {"origin": [-2.018, 14.42745, -1.015], "size": [4, 1, 1], "pivot": [-0.01786, 14.92745, -0.515], "rotation": [0, 0, 45], "uv": [22, 25]}, + {"origin": [-2.017, 14.42745, -1.015], "size": [4, 1, 1], "pivot": [-0.01786, 14.92745, -0.515], "rotation": [0, 0, -45], "uv": [11, 25]} + ] + }, + { + "name": "antenna_left", + "parent": "head", + "pivot": [-0.57139, 16.63302, -0.766], + "cubes": [ + {"origin": [-2.32139, 16.13302, -0.766], "size": [1, 4, 0], "pivot": [-1.82139, 18.13302, -0.766], "rotation": [0, 0, -40], "uv": [0, 37]} + ] + }, + { + "name": "antenna_right", + "parent": "head", + "pivot": [0.57139, 16.63302, -0.766], + "cubes": [ + {"origin": [1.32139, 16.13302, -0.766], "size": [1, 4, 0], "pivot": [1.82139, 18.13302, -0.766], "rotation": [0, 0, 40], "uv": [7, 29]} + ] + }, + { + "name": "neck_left", + "parent": "torso", + "pivot": [-1.00818, 11.58313, -0.50267], + "rotation": [0, 0, -15], + "cubes": [ + {"origin": [-0.47305, 9.00177, -0.5025], "size": [1, 9, 0], "pivot": [-4.30327, 8.78783, -1.5], "rotation": [0, 0, -35], "uv": [23, 28]}, + {"origin": [-0.45751, 8.15571, -0.503], "size": [1, 10, 0], "pivot": [-4.55327, 8.28783, -1.5], "rotation": [0, 0, -40], "uv": [20, 28]}, + {"origin": [-0.30975, 8.23783, -0.5025], "size": [1, 10, 0], "pivot": [-4.55327, 7.78783, -1.5], "rotation": [0, 0, -45], "uv": [17, 28]} + ] + }, + { + "name": "neck_right", + "parent": "torso", + "pivot": [1.00818, 11.58313, -0.50267], + "rotation": [0, 0, 15], + "cubes": [ + {"origin": [-0.52695, 9.00177, -0.5025], "size": [1, 9, 0], "pivot": [4.30327, 8.78783, -1.5], "rotation": [0, 0, 35], "uv": [28, 9]}, + {"origin": [-0.54249, 8.15571, -0.503], "size": [1, 10, 0], "pivot": [4.55327, 8.28783, -1.5], "rotation": [0, 0, 40], "uv": [14, 28]}, + {"origin": [-0.69025, 8.23783, -0.5025], "size": [1, 10, 0], "pivot": [4.55327, 7.78783, -1.5], "rotation": [0, 0, 45], "uv": [11, 28]} + ] + }, + { + "name": "arm_right", + "parent": "torso", + "pivot": [0.5094, 10.77744, -0.73307], + "rotation": [0, 2.5, 0], + "cubes": [ + {"origin": [0.74706, 9.7, -0.57054], "size": [7, 2, 0], "uv": [17, 0], "mirror": true}, + {"origin": [0.70212, 10.07561, -0.56845], "size": [7, 1, 0], "pivot": [1.70556, 9.74967, 0.43446], "rotation": [0, 0, 5], "uv": [11, 23], "mirror": true} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [7.74615, 10.728, -0.72271], + "cubes": [ + {"origin": [7.74706, 9.7, -0.57054], "size": [7, 2, 0], "uv": [13, 16], "mirror": true}, + {"origin": [7.70937, 10.08683, -0.56954], "size": [7, 1, 0], "pivot": [1.70937, 9.83683, 0.43446], "rotation": [0, 0, 5], "uv": [15, 21], "mirror": true} + ] + }, + { + "name": "arm_right_decor", + "parent": "arm_right", + "pivot": [4.73474, 10.5009, -0.5734] + }, + { + "name": "arm_decor_front2", + "parent": "arm_right_decor", + "pivot": [4.73474, 10.5009, -0.5734], + "cubes": [ + {"origin": [3.39412, 10.18986, -0.5799], "size": [1, 1, 0], "pivot": [3.94715, 10.74289, -0.5799], "rotation": [0, 0, -45], "uv": [5, 34], "mirror": true}, + {"origin": [4.82652, 10.01716, -0.5799], "size": [1, 1, 0], "pivot": [5.19729, 10.59289, -0.58645], "rotation": [0, 0, -42.5], "uv": [33, 32], "mirror": true}, + {"origin": [6.31274, 10.01569, -0.57554], "size": [1, 1, 0], "pivot": [6.74706, 10.45, -0.07304], "rotation": [0, 0, -40], "uv": [26, 35], "mirror": true}, + {"origin": [0.54706, 9.85, -0.57304], "size": [7, 1, 0], "pivot": [1.54706, 8.6, 0.93446], "rotation": [0, 0, 5], "uv": [15, 19], "mirror": true}, + {"origin": [0.74706, 10.8, -0.57304], "size": [7, 1, 0], "uv": [0, 21], "mirror": true} + ] + }, + { + "name": "arm_decor_back2", + "parent": "arm_right_decor", + "pivot": [4.73474, 10.5009, -0.5734], + "cubes": [ + {"origin": [3.39412, 10.18986, -0.56354], "size": [1, 1, 0], "pivot": [3.94715, 10.74289, -0.5799], "rotation": [0, 0, -45], "uv": [5, 34], "mirror": true}, + {"origin": [4.82652, 10.01716, -0.56354], "size": [1, 1, 0], "pivot": [5.19729, 10.59289, -0.58645], "rotation": [0, 0, -42.5], "uv": [33, 32], "mirror": true}, + {"origin": [6.31274, 10.01569, -0.56354], "size": [1, 1, 0], "pivot": [6.74706, 10.45, -0.07304], "rotation": [0, 0, -40], "uv": [26, 35], "mirror": true}, + {"origin": [0.54706, 9.85, -0.56554], "size": [7, 1, 0], "pivot": [1.54706, 8.6, 0.93446], "rotation": [0, 0, 5], "uv": [15, 19], "mirror": true}, + {"origin": [0.74706, 10.8, -0.56554], "size": [7, 1, 0], "uv": [0, 21], "mirror": true} + ] + }, + { + "name": "arm_left", + "parent": "torso", + "pivot": [-0.5219, 10.78994, -0.73307], + "rotation": [0, -2.5, 0], + "cubes": [ + {"origin": [-7.74707, 9.7, -0.57109], "size": [7, 2, 0], "uv": [17, 0]}, + {"origin": [-7.72483, 10.1027, -0.56791], "size": [7, 1, 0], "pivot": [-1.70558, 9.74967, 0.43391], "rotation": [0, 0, -5], "uv": [11, 23]} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [-7.74616, 10.728, -0.72325], + "cubes": [ + {"origin": [-14.74707, 9.7, -0.57109], "size": [7, 2, 0], "uv": [13, 16]}, + {"origin": [-14.70938, 10.08683, -0.57009], "size": [7, 1, 0], "pivot": [-1.70938, 9.83683, 0.43391], "rotation": [0, 0, -5], "uv": [15, 21]} + ] + }, + { + "name": "arm_left_decor", + "parent": "arm_left", + "pivot": [-4.73475, 10.5009, -0.57394] + }, + { + "name": "arm_decor_front", + "parent": "arm_left_decor", + "pivot": [-4.73475, 10.5009, -0.57394], + "cubes": [ + {"origin": [-4.39413, 10.18986, -0.58045], "size": [1, 1, 0], "pivot": [-3.94716, 10.74289, -0.58045], "rotation": [0, 0, 45], "uv": [5, 34]}, + {"origin": [-5.82653, 10.01716, -0.58045], "size": [1, 1, 0], "pivot": [-5.19731, 10.59289, -0.58699], "rotation": [0, 0, 42.5], "uv": [33, 32]}, + {"origin": [-7.31275, 10.01569, -0.57609], "size": [1, 1, 0], "pivot": [-6.74707, 10.45, -0.07359], "rotation": [0, 0, 40], "uv": [26, 35]}, + {"origin": [-7.54707, 9.85, -0.57359], "size": [7, 1, 0], "pivot": [-1.54707, 8.6, 0.93391], "rotation": [0, 0, -5], "uv": [15, 19]}, + {"origin": [-7.74707, 10.8, -0.57359], "size": [7, 1, 0], "uv": [0, 21]} + ] + }, + { + "name": "arm_decor_back", + "parent": "arm_left_decor", + "pivot": [-4.73475, 10.5009, -0.57394], + "cubes": [ + {"origin": [-4.39413, 10.18986, -0.56409], "size": [1, 1, 0], "pivot": [-3.94716, 10.74289, -0.58045], "rotation": [0, 0, 45], "uv": [5, 34]}, + {"origin": [-5.82653, 10.01716, -0.56409], "size": [1, 1, 0], "pivot": [-5.19731, 10.59289, -0.58699], "rotation": [0, 0, 42.5], "uv": [33, 32]}, + {"origin": [-7.31275, 10.01569, -0.56409], "size": [1, 1, 0], "pivot": [-6.74707, 10.45, -0.07359], "rotation": [0, 0, 40], "uv": [26, 35]}, + {"origin": [-7.54707, 9.85, -0.56609], "size": [7, 1, 0], "pivot": [-1.54707, 8.6, 0.93391], "rotation": [0, 0, -5], "uv": [15, 19]}, + {"origin": [-7.74707, 10.8, -0.56609], "size": [7, 1, 0], "uv": [0, 21]} + ] + }, + { + "name": "leg_left", + "parent": "torso", + "pivot": [-0.75, 8.5, 0.015], + "cubes": [ + {"origin": [-2.75, 8, 0.015], "size": [3, 1, 0], "uv": [26, 33]} + ] + }, + { + "name": "leg_left2", + "parent": "leg_left", + "pivot": [-1.25, 8, 0.015], + "cubes": [ + {"origin": [-2.75, 4, 0.015], "size": [3, 4, 0], "uv": [31, 9]} + ] + }, + { + "name": "leg_left3", + "parent": "leg_left2", + "pivot": [-2.75, 6.5, 0.015], + "cubes": [ + {"origin": [-5.75, 4, 0.015], "size": [3, 4, 0], "uv": [31, 14]} + ] + }, + { + "name": "leg_left4", + "parent": "leg_left3", + "pivot": [-4.25, 4, 0.015], + "cubes": [ + {"origin": [-5.75, 0, 0.015], "size": [3, 4, 0], "uv": [32, 0]} + ] + }, + { + "name": "leg_right", + "parent": "torso", + "pivot": [0.75, 8.5, 0.015], + "cubes": [ + {"origin": [-0.25, 8, 0.015], "size": [3, 1, 0], "uv": [0, 17]} + ] + }, + { + "name": "leg_right2", + "parent": "leg_right", + "pivot": [1.25, 8, 0.015], + "cubes": [ + {"origin": [-0.25, 4, 0.015], "size": [3, 4, 0], "uv": [26, 28]} + ] + }, + { + "name": "leg_right3", + "parent": "leg_right2", + "pivot": [2.75, 6.5, 0.015], + "cubes": [ + {"origin": [2.75, 4, 0.015], "size": [3, 4, 0], "uv": [0, 29]} + ] + }, + { + "name": "leg_right4", + "parent": "leg_right3", + "pivot": [4.25, 4, 0.015], + "cubes": [ + {"origin": [2.75, 0, 0.015], "size": [3, 4, 0], "uv": [30, 19]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kilowattrel/kilowattrel.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kilowattrel/kilowattrel.geo.json new file mode 100644 index 0000000..0df9dc3 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kilowattrel/kilowattrel.geo.json @@ -0,0 +1,587 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.kilowattrel", + "texture_width": 256, + "texture_height": 64, + "visible_bounds_width": 7, + "visible_bounds_height": 4, + "visible_bounds_offset": [0, 1, 0] + }, + "bones": [ + { + "name": "kilowattrel", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "kilowattrel", + "pivot": [0, 10, -3] + }, + { + "name": "legs", + "parent": "body", + "pivot": [0, 3.5, -2.5] + }, + { + "name": "leg_left", + "parent": "legs", + "pivot": [3, 3.5, -2.5], + "rotation": [0, -7.5, 0], + "cubes": [ + {"origin": [1.5, 1, -4], "size": [3, 4, 3], "inflate": -0.02, "uv": [75, 26]} + ] + }, + { + "name": "foot_left", + "parent": "leg_left", + "pivot": [3, 1, -2.5], + "cubes": [ + {"origin": [1.5, 0, -4], "size": [3, 1, 2], "inflate": 0.02, "uv": [26, 20]}, + {"origin": [2, 0, -2], "size": [2, 1, 1], "uv": [7, 16]} + ] + }, + { + "name": "foot_left_claw", + "parent": "foot_left", + "pivot": [4.25, 1, -2.75], + "rotation": [0, -15, 0], + "cubes": [ + {"origin": [3.44351, 0, -4.828], "size": [1, 1, 2], "uv": [5, 30]} + ] + }, + { + "name": "foot_left_claw_tip", + "parent": "foot_left_claw", + "pivot": [3.94351, 1, -4.728], + "cubes": [ + {"origin": [3.44351, 0, -5.728], "size": [1, 1, 1], "inflate": -0.02, "uv": [34, 20]}, + {"origin": [3.94351, 0, -6.728], "size": [0, 1, 1], "pivot": [3.9353, 1, -5.64148], "rotation": [15, 0, 0], "uv": [12, 5]} + ] + }, + { + "name": "foot_left_claw2", + "parent": "foot_left", + "pivot": [3, 1, -4], + "cubes": [ + {"origin": [2.5, 0, -5], "size": [1, 1, 1], "uv": [13, 0]} + ] + }, + { + "name": "foot_left_claw_tip2", + "parent": "foot_left_claw2", + "pivot": [3, 1, -4.9], + "cubes": [ + {"origin": [2.5, 0, -5.9], "size": [1, 1, 1], "inflate": -0.02, "uv": [18, 5]}, + {"origin": [3, 0, -6.9], "size": [0, 1, 1], "pivot": [3, 1, -5.9], "rotation": [15, 0, 0], "uv": [12, 4]} + ] + }, + { + "name": "foot_left_claw3", + "parent": "foot_left", + "pivot": [1.75, 1, -2.75], + "rotation": [0, 15, 0], + "cubes": [ + {"origin": [1.55649, 0, -4.828], "size": [1, 1, 2], "uv": [14, 5]} + ] + }, + { + "name": "foot_left_claw_tip3", + "parent": "foot_left_claw3", + "pivot": [2.05649, 1, -4.728], + "cubes": [ + {"origin": [1.55649, 0, -5.728], "size": [1, 1, 1], "inflate": -0.02, "uv": [0, 26]}, + {"origin": [2.05649, 0, -6.728], "size": [0, 1, 1], "pivot": [2.05649, 1, -5.728], "rotation": [15, 0, 0], "uv": [3, 12]} + ] + }, + { + "name": "foot_left_claw_back", + "parent": "foot_left", + "pivot": [3, 1, -1], + "cubes": [ + {"origin": [2.5, 0, -1], "size": [1, 1, 1], "uv": [0, 28]} + ] + }, + { + "name": "foot_left_claw_back_tip", + "parent": "foot_left_claw_back", + "pivot": [3, 1, 0], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [3, 0, 0], "size": [0, 1, 1], "uv": [12, 2]} + ] + }, + { + "name": "leg_right", + "parent": "legs", + "pivot": [-3, 3.5, -2.5], + "rotation": [0, 7.5, 0], + "cubes": [ + {"origin": [-4.5, 1, -4], "size": [3, 4, 3], "inflate": -0.02, "uv": [87, 29]} + ] + }, + { + "name": "foot_right", + "parent": "leg_right", + "pivot": [-3, 1, -2.5], + "cubes": [ + {"origin": [-4.5, 0, -4], "size": [3, 1, 2], "inflate": 0.02, "uv": [16, 20]}, + {"origin": [-4, 0, -2], "size": [2, 1, 1], "uv": [7, 3]} + ] + }, + { + "name": "foot_right_claw", + "parent": "foot_right", + "pivot": [-4.25, 1, -2.75], + "rotation": [0, 15, 0], + "cubes": [ + {"origin": [-4.44351, 0, -4.828], "size": [1, 1, 2], "uv": [7, 13]} + ] + }, + { + "name": "foot_right_claw_tip", + "parent": "foot_right_claw", + "pivot": [-3.94351, 1, -4.728], + "cubes": [ + {"origin": [-4.44351, 0, -5.728], "size": [1, 1, 1], "inflate": -0.02, "uv": [24, 20]}, + {"origin": [-3.94351, 0, -6.728], "size": [0, 1, 1], "pivot": [-3.9353, 1, -5.64148], "rotation": [15, 0, 0], "uv": [11, 0]} + ] + }, + { + "name": "foot_right_claw2", + "parent": "foot_right", + "pivot": [-3, 1, -4], + "cubes": [ + {"origin": [-3.5, 0, -5], "size": [1, 1, 1], "uv": [10, 35]} + ] + }, + { + "name": "foot_right_claw_tip2", + "parent": "foot_right_claw2", + "pivot": [-3, 1, -4.9], + "cubes": [ + {"origin": [-3.5, 0, -5.9], "size": [1, 1, 1], "inflate": -0.02, "uv": [8, 33]}, + {"origin": [-3, 0, -6.9], "size": [0, 1, 1], "pivot": [-3, 1, -5.9], "rotation": [15, 0, 0], "uv": [7, 0]} + ] + }, + { + "name": "foot_right_claw3", + "parent": "foot_right", + "pivot": [-1.75, 1, -2.75], + "rotation": [0, -15, 0], + "cubes": [ + {"origin": [-2.55649, 0, -4.828], "size": [1, 1, 2], "uv": [7, 0]} + ] + }, + { + "name": "foot_right_claw_tip3", + "parent": "foot_right_claw3", + "pivot": [-2.05649, 1, -4.728], + "cubes": [ + {"origin": [-2.55649, 0, -5.728], "size": [1, 1, 1], "inflate": -0.02, "uv": [0, 15]}, + {"origin": [-2.05649, 0, -6.728], "size": [0, 1, 1], "pivot": [-2.05649, 1, -5.728], "rotation": [15, 0, 0], "uv": [2, 3]} + ] + }, + { + "name": "foot_right_claw_back", + "parent": "foot_right", + "pivot": [-3, 1, -1], + "cubes": [ + {"origin": [-3.5, 0, -1], "size": [1, 1, 1], "uv": [0, 13]} + ] + }, + { + "name": "foot_right_claw_back_tip", + "parent": "foot_right_claw_back", + "pivot": [-3, 1, 0], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [-3, 0, 0], "size": [0, 1, 1], "uv": [0, 3]} + ] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 9, -3], + "rotation": [-35, 0, 0], + "cubes": [ + {"origin": [-5, 4, -10], "size": [10, 10, 14], "inflate": -0.02, "uv": [0, 23]} + ] + }, + { + "name": "wings_open", + "parent": "torso", + "pivot": [0, 12.5, -4.5] + }, + { + "name": "wing_open_left", + "parent": "wings_open", + "pivot": [5, 11.5, -3.5], + "cubes": [ + {"origin": [4.5, 11, -7.5], "size": [7, 1, 8], "uv": [62, 17]} + ] + }, + { + "name": "wing_open_left2", + "parent": "wing_open_left", + "pivot": [11.5, 11.5, -4.5], + "cubes": [ + {"origin": [11.5, 11.5, -8], "size": [7, 0, 8], "inflate": 0.01, "uv": [30, 0]}, + {"origin": [11.5, 11, -7], "size": [7, 1, 6], "uv": [106, 0]} + ] + }, + { + "name": "wing_open_left3", + "parent": "wing_open_left2", + "pivot": [18.5, 11.5, -5], + "cubes": [ + {"origin": [18.5, 11.5, -10], "size": [11, 0, 11], "uv": [188, 1]} + ] + }, + { + "name": "wing_open_left4", + "parent": "wing_open_left3", + "pivot": [29.5, 11.5, -4], + "cubes": [ + {"origin": [29.5, 11.5, -8], "size": [17, 0, 14], "uv": [208, 0]} + ] + }, + { + "name": "wing_open_right", + "parent": "wings_open", + "pivot": [-5, 11.5, -3.5], + "cubes": [ + {"origin": [-11.5, 11, -7.5], "size": [7, 1, 8], "uv": [62, 7]} + ] + }, + { + "name": "wing_open_right2", + "parent": "wing_open_right", + "pivot": [-11.5, 11.5, -4.5], + "cubes": [ + {"origin": [-18.5, 11.5, -8], "size": [7, 0, 8], "inflate": 0.01, "uv": [217, 56]}, + {"origin": [-18.5, 11, -7], "size": [7, 1, 6], "uv": [56, 0]} + ] + }, + { + "name": "wing_open_right3", + "parent": "wing_open_right2", + "pivot": [-18.5, 11.5, -5], + "cubes": [ + {"origin": [-29.5, 11.5, -10], "size": [11, 0, 11], "uv": [223, 17]} + ] + }, + { + "name": "wing_open_right4", + "parent": "wing_open_right3", + "pivot": [-29.5, 11.5, -4], + "cubes": [ + {"origin": [-46.5, 11.5, -8], "size": [17, 0, 14], "uv": [185, 15]} + ] + }, + { + "name": "wings_closed", + "parent": "torso", + "pivot": [0.25, 10.5, -7.5] + }, + { + "name": "wing_closed_left", + "parent": "wings_closed", + "pivot": [4.75, 10.5, -7.5], + "rotation": [-5, 0, -5], + "cubes": [ + {"origin": [4.75, 5, -8.5], "size": [2, 10, 10], "inflate": 0.02, "uv": [99, 20]} + ] + }, + { + "name": "wing_closed_left2", + "parent": "wing_closed_left", + "pivot": [5.5, 6, 1.5], + "cubes": [ + {"origin": [5, 6, 1.5], "size": [1, 8, 5], "uv": [0, 13]} + ] + }, + { + "name": "wing_closed_left3", + "parent": "wing_closed_left2", + "pivot": [5.5, 7, 6.5], + "cubes": [ + {"origin": [5.5, 7, 6.5], "size": [0, 6, 6], "inflate": 0.01, "uv": [219, 42]} + ] + }, + { + "name": "wing_closed_left4", + "parent": "wing_closed_left3", + "pivot": [5.5, 8, 12.5], + "cubes": [ + {"origin": [5.5, 8, 12.5], "size": [0, 4, 11], "uv": [214, 24]} + ] + }, + { + "name": "wing_closed_right", + "parent": "wings_closed", + "pivot": [-4.75, 10.5, -7.5], + "rotation": [-5, 0, 5], + "cubes": [ + {"origin": [-6.75, 5, -8.5], "size": [2, 10, 10], "inflate": 0.02, "uv": [92, 0]} + ] + }, + { + "name": "wing_closed_right2", + "parent": "wing_closed_right", + "pivot": [-5.5, 6, 1.5], + "cubes": [ + {"origin": [-6, 6, 1.5], "size": [1, 8, 5], "uv": [0, 0]} + ] + }, + { + "name": "wing_closed_right3", + "parent": "wing_closed_right2", + "pivot": [-5.5, 7, 6.5], + "cubes": [ + {"origin": [-5.5, 7, 6.5], "size": [0, 6, 6], "inflate": 0.01, "uv": [232, 42]} + ] + }, + { + "name": "wing_closed_right4", + "parent": "wing_closed_right3", + "pivot": [-5.5, 8, 12.5], + "cubes": [ + {"origin": [-5.5, 8, 12.5], "size": [0, 4, 11], "uv": [214, 29]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 5.5, 4], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [-4.5, 5.56031, 2.65798], "size": [9, 7, 8], "inflate": -0.02, "uv": [49, 26]} + ] + }, + { + "name": "tail_feathers", + "parent": "tail", + "pivot": [0, 10.56031, 10.65798], + "rotation": [-10, 0, 0] + }, + { + "name": "tail_feather_left", + "parent": "tail_feathers", + "pivot": [0, 10.56031, 10.65798], + "rotation": [0, 5, 0], + "cubes": [ + {"origin": [0, 10.56031, 9.65798], "size": [4, 0, 11], "inflate": 0.01, "uv": [236, 47]} + ] + }, + { + "name": "tail_feather_left2", + "parent": "tail_feather_left", + "pivot": [2, 10.56031, 20.65798], + "cubes": [ + {"origin": [1, 10.56031, 20.65798], "size": [2, 0, 11], "uv": [241, 35]} + ] + }, + { + "name": "tail_feather_right", + "parent": "tail_feathers", + "pivot": [0, 10.56031, 10.65798], + "rotation": [0, -5, 0], + "cubes": [ + {"origin": [-4, 10.56031, 9.65798], "size": [4, 0, 11], "inflate": 0.01, "uv": [227, 35]} + ] + }, + { + "name": "tail_feather_right2", + "parent": "tail_feather_right", + "pivot": [-2, 10.56031, 20.65798], + "cubes": [ + {"origin": [-3, 10.56031, 20.65798], "size": [2, 0, 11], "uv": [236, 35]} + ] + }, + { + "name": "neck", + "parent": "torso", + "pivot": [0, 7.5, -10], + "rotation": [35, 0, 0], + "cubes": [ + {"origin": [-4, 7.5, -10], "size": [8, 9, 8], "inflate": -0.02, "uv": [14, 0]} + ] + }, + { + "name": "neck_sac", + "parent": "neck", + "pivot": [0, 15.5, -10], + "cubes": [ + {"origin": [-3.5, 5.5, -10], "size": [7, 10, 8], "inflate": -0.04, "uv": [116, 7]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 16.5, -6], + "cubes": [ + {"origin": [-4, 15.5, -10], "size": [8, 7, 8], "uv": [38, 9]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [0, 19.5, -10] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [3, 19.5, -9], + "cubes": [ + {"origin": [2, 18.5, -10], "size": [2, 2, 2], "inflate": 0.02, "uv": [5, 26]} + ] + }, + { + "name": "iris_left", + "parent": "eye_left", + "pivot": [2.5, 19.5, -10.04], + "cubes": [ + {"origin": [1.5, 18.5, -10.04], "size": [2, 2, 0], "uv": [4, 26]} + ] + }, + { + "name": "pupil_left", + "parent": "iris_left", + "pivot": [2.5, 19.5, -10.06], + "cubes": [ + {"origin": [2, 19, -10.06], "size": [1, 1, 0], "uv": [12, 7]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [2.4, 19.5, -8.9], + "cubes": [ + {"origin": [0.9, 18.5, -9.9], "size": [3, 2, 2], "inflate": 0.07, "uv": [64, 41]} + ] + }, + { + "name": "eyelid_left_happy", + "parent": "eye_left", + "pivot": [2.4, 19.5, -8.9], + "cubes": [ + {"origin": [0.9, 18.5, -9.9], "size": [3, 2, 2], "inflate": 0.08, "uv": [77, 0]} + ] + }, + { + "name": "iris_left_sad", + "parent": "eye_left", + "pivot": [2.5, 19.5, -9.94], + "cubes": [ + {"origin": [1.5, 18.5, -9.94], "size": [2, 2, 0], "uv": [0, 0]} + ] + }, + { + "name": "pupil_left_sad", + "parent": "iris_left_sad", + "pivot": [2.5, 19.5, -9.96], + "cubes": [ + {"origin": [2, 19, -9.96], "size": [1, 1, 0], "uv": [7, 0]} + ] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-3, 19.5, -9], + "cubes": [ + {"origin": [-4, 18.5, -10], "size": [2, 2, 2], "inflate": 0.02, "uv": [34, 25]} + ] + }, + { + "name": "iris_right", + "parent": "eye_right", + "pivot": [-2.5, 19.5, -10.04], + "cubes": [ + {"origin": [-3.5, 18.5, -10.04], "size": [2, 2, 0], "uv": [9, 30]} + ] + }, + { + "name": "pupil_right", + "parent": "iris_right", + "pivot": [-2.5, 19.5, -10.06], + "cubes": [ + {"origin": [-3, 19, -10.06], "size": [1, 1, 0], "uv": [12, 8]} + ] + }, + { + "name": "iris_right_sad", + "parent": "eye_right", + "pivot": [-2.5, 19.5, -9.94], + "cubes": [ + {"origin": [-3.5, 18.5, -9.94], "size": [2, 2, 0], "uv": [0, 2]} + ] + }, + { + "name": "pupil_right_sad", + "parent": "iris_right_sad", + "pivot": [-2.5, 19.5, -9.96], + "cubes": [ + {"origin": [-3, 19, -9.96], "size": [1, 1, 0], "uv": [11, 0]} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-2.4, 19.5, -8.9], + "cubes": [ + {"origin": [-3.9, 18.5, -9.9], "size": [3, 2, 2], "inflate": 0.07, "uv": [74, 41]} + ] + }, + { + "name": "eyelid_right_happy", + "parent": "eye_right", + "pivot": [-2.4, 19.5, -8.9], + "cubes": [ + {"origin": [-3.9, 18.5, -9.9], "size": [3, 2, 2], "inflate": 0.08, "uv": [0, 33]} + ] + }, + { + "name": "beak", + "parent": "head", + "pivot": [0, 18.5, -10], + "cubes": [ + {"origin": [-1.5, 17.5, -14], "size": [3, 1, 2], "uv": [52, 0]}, + {"origin": [-0.5, 17.75, -13.5], "size": [1, 1, 4], "inflate": -0.02, "pivot": [-0.5, 18.75, -14.5], "rotation": [7.5, 0, 0], "uv": [35, 32]}, + {"origin": [-2.5, 17.5, -12], "size": [5, 1, 3], "uv": [48, 41]} + ] + }, + { + "name": "beak2", + "parent": "beak", + "pivot": [0, 18.5, -14], + "rotation": [12.5, 0, 0], + "cubes": [ + {"origin": [-0.5, 17.5, -16], "size": [1, 2, 3], "inflate": 0.02, "uv": [14, 0]}, + {"origin": [-0.5, 17, -16.04], "size": [1, 1, 0], "uv": [12, 9]} + ] + }, + { + "name": "jaw", + "parent": "beak", + "pivot": [0, 18, -10], + "cubes": [ + {"origin": [-1, 17, -13], "size": [2, 1, 3], "uv": [47, 25]}, + {"origin": [-0.5, 17, -15], "size": [1, 1, 2], "pivot": [0.5, 18, -13], "rotation": [12.5, 0, 0], "uv": [12, 17]} + ] + }, + { + "name": "held_item", + "parent": "jaw", + "pivot": [0, 17.5, -13.5], + "rotation": [102.5, 0, 0], + "locators": { + "held_item": [0, 17.5, -13.5] + } + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kingambit/kingambit.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kingambit/kingambit.geo.json new file mode 100644 index 0000000..14036d2 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kingambit/kingambit.geo.json @@ -0,0 +1,426 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.kingambit", + "texture_width": 256, + "texture_height": 256, + "visible_bounds_width": 11, + "visible_bounds_height": 7, + "visible_bounds_offset": [0, 2.5, 0] + }, + "bones": [ + { + "name": "kingambit", + "pivot": [-0.5, 0, -2] + }, + { + "name": "body", + "parent": "kingambit", + "pivot": [0.5, 22.9, -2] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0.5, 17.7, -2] + }, + { + "name": "lowerbody", + "parent": "torso", + "pivot": [0.5, 16.4, -2] + }, + { + "name": "turnk", + "parent": "lowerbody", + "pivot": [0, 17, 0], + "cubes": [ + {"origin": [-5.5, 13, -4], "size": [11, 8, 8], "uv": [82, 37]}, + {"origin": [-5.5, 13, -4], "size": [11, 8, 8], "uv": [82, 37]} + ] + }, + { + "name": "upperbody", + "parent": "turnk", + "pivot": [0.5, 18, 1] + }, + { + "name": "waist", + "parent": "upperbody", + "pivot": [0.5, 20, -1], + "cubes": [ + {"origin": [-4.5, 19, -3], "size": [9, 8, 6], "uv": [112, 107]}, + {"origin": [-24.5, 22, -11.2], "size": [25, 0, 22], "uv": [0, 22]}, + {"origin": [-0.5, 22, -11.2], "size": [25, 0, 22], "uv": [0, 22], "mirror": true}, + {"origin": [-20.5, 26, -11.2], "size": [25, 0, 22], "uv": [0, 0]}, + {"origin": [-4.5, 26, -11.2], "size": [25, 0, 22], "uv": [0, 0], "mirror": true} + ] + }, + { + "name": "chest", + "parent": "waist", + "pivot": [0.5, 27.24758, -1.01249], + "cubes": [ + {"origin": [-5.5, 27, -4], "size": [11, 8, 7], "uv": [89, 92]}, + {"origin": [-6.5, 24.84116, -4.40391], "size": [13, 11, 0], "uv": [42, 180]}, + {"origin": [-6.5, 24.84116, 3.59609], "size": [13, 11, 0], "uv": [16, 180]}, + {"origin": [-6.5, 24.84116, -4.40391], "size": [0, 11, 8], "uv": [0, 172]}, + {"origin": [6.5, 24.84116, -4.40391], "size": [0, 11, 8], "uv": [0, 172]}, + {"origin": [-6.5, 35.84116, -4.40391], "size": [13, 0, 8], "uv": [26, 74]} + ] + }, + { + "name": "bone", + "parent": "chest", + "pivot": [0, 0, -2], + "cubes": [ + {"origin": [-6.5, 24.84116, -5.40391], "size": [4, 12, 0], "uv": [32, 103], "mirror": true}, + {"origin": [-2.5, 24.84116, -5.40391], "size": [0, 12, 1], "uv": [155, -1], "mirror": true}, + {"origin": [-2.5, 35.84116, -4.40391], "size": [0, 1, 8], "uv": [163, -3], "mirror": true}, + {"origin": [-6.5, 36.84116, -5.40391], "size": [4, 0, 10], "uv": [26, 93]}, + {"origin": [-6.5, 24.84116, 4.59609], "size": [4, 12, 0], "uv": [3, 143]}, + {"origin": [-2.5, 24.84116, 3.59609], "size": [0, 12, 1], "uv": [155, -1]} + ] + }, + { + "name": "bone2", + "parent": "bone", + "pivot": [0, 0, -2], + "cubes": [ + {"origin": [2.5, 24.84116, -5.40391], "size": [4, 12, 0], "uv": [32, 103]}, + {"origin": [2.5, 24.84116, -5.40391], "size": [0, 12, 1], "uv": [155, -1]}, + {"origin": [2.5, 35.84116, -4.40391], "size": [0, 1, 8], "uv": [163, -3]}, + {"origin": [2.5, 36.84116, -5.40391], "size": [4, 0, 10], "uv": [26, 93], "mirror": true}, + {"origin": [2.5, 24.84116, 4.59609], "size": [4, 12, 0], "uv": [3, 143], "mirror": true}, + {"origin": [2.5, 24.84116, 3.59609], "size": [0, 12, 1], "uv": [155, -1], "mirror": true} + ] + }, + { + "name": "neck", + "parent": "chest", + "pivot": [0, 35.9, -1.1], + "cubes": [ + {"origin": [-2, 35.8, -2.6], "size": [4, 3, 3], "uv": [72, 19]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [-1.4, 39.4, -0.8] + }, + { + "name": "head_ai", + "parent": "head", + "pivot": [0.4, 36.8, -0.6], + "cubes": [ + {"origin": [-3.4, 39.74116, -6.30391], "size": [7, 1, 7], "pivot": [0.6, 39.24116, -2.30391], "rotation": [16, 0, 0], "uv": [112, 37]}, + {"origin": [-3.5, 39.44116, -6.60391], "size": [7, 2, 8], "uv": [56, 117]}, + {"origin": [-1.4, 37.7, -6.1], "size": [2, 3, 2], "pivot": [-0.4, 37.7, -5.1], "rotation": [13.30291, 4.40252, -17.98636], "uv": [14, 34]}, + {"origin": [-0.6, 37.7, -6.1], "size": [2, 3, 2], "pivot": [0.4, 37.7, -5.1], "rotation": [13.30291, -4.40252, 17.98636], "uv": [14, 34], "mirror": true}, + {"origin": [-2.5, 37.74116, -6.30391], "size": [5, 3, 7], "pivot": [0.5, 39.24116, -2.30391], "rotation": [16, 0, 0], "uv": [118, 88]}, + {"origin": [-0.7, 39.3, -6.6], "size": [1, 2, 2], "pivot": [-0.7, 39.3, -5.6], "rotation": [0, 0, 45], "uv": [15, 15]}, + {"origin": [-3.4, 38.8, -6.6], "size": [2, 2, 2], "pivot": [-2.4, 38.8, -5.6], "rotation": [0, 0, 45], "uv": [65, 62]}, + {"origin": [1.4, 38.8, -6.6], "size": [2, 2, 2], "pivot": [2.4, 38.8, -5.6], "rotation": [0, 0, -45], "uv": [65, 62], "mirror": true} + ] + }, + { + "name": "blade", + "parent": "head_ai", + "pivot": [0, 39.44116, -7.00391], + "cubes": [ + {"origin": [0, 39.29964, -8.3448], "size": [26, 0, 13], "pivot": [0, 39.44116, -7.00391], "rotation": [21, 0, 0], "uv": [59, 0], "mirror": true} + ] + }, + { + "name": "blade2", + "parent": "head_ai", + "pivot": [0, 39.44116, -7.00391], + "cubes": [ + {"origin": [-26, 40.44116, -8.50391], "size": [26, 0, 13], "pivot": [-9, 40.44116, -4.00391], "rotation": [21, 0, 0], "uv": [59, 0]} + ] + }, + { + "name": "helmet", + "parent": "head_ai", + "pivot": [5, 40.94116, -3.50391], + "cubes": [ + {"origin": [-4.5, 41.14116, -7.30391], "size": [9, 3, 10], "uv": [58, 86]}, + {"origin": [-4.5, 40.14116, -7.30391], "size": [9, 1, 0], "uv": [133, 63]}, + {"origin": [-4.5, 40.14116, 2.69609], "size": [9, 1, 0], "uv": [105, 63]}, + {"origin": [4.5, 40.14116, -7.30391], "size": [0, 1, 10], "uv": [105, 53]}, + {"origin": [-4.5, 40.14116, -7.30391], "size": [0, 1, 10], "uv": [105, 53]}, + {"origin": [-3.5, 42.14116, -6.30391], "size": [7, 4, 8], "uv": [114, 45]}, + {"origin": [3.9, 36.14116, -6.00391], "size": [1, 5, 3], "pivot": [4.4, 40.64116, -3.50391], "rotation": [-10.09541, 25.71543, -58.30998], "uv": [0, 62]}, + {"origin": [3.6, 35.74116, -0.49609], "size": [1, 5, 7], "pivot": [4.1, 40.24116, 1.00391], "rotation": [65.03493, -47.47216, -76.50912], "uv": [0, 24]}, + {"origin": [3.9, 36.14116, -3.69609], "size": [1, 5, 6], "pivot": [4.4, 40.64116, -2.19609], "rotation": [0, 0, -56.88852], "uv": [0, 44]}, + {"origin": [-4.9, 36.14116, -6.00391], "size": [1, 5, 3], "pivot": [-4.4, 40.64116, -3.50391], "rotation": [-10.09541, -25.71543, 58.30998], "uv": [0, 62], "mirror": true}, + {"origin": [-4.9, 36.14116, -3.69609], "size": [1, 5, 6], "pivot": [-4.4, 40.64116, -2.19609], "rotation": [0, 0, 56.88852], "uv": [0, 44], "mirror": true}, + {"origin": [-4.6, 35.74116, -0.49609], "size": [1, 5, 7], "pivot": [-4.1, 40.24116, 1.00391], "rotation": [65.03493, 47.47216, 76.50912], "uv": [0, 24], "mirror": true}, + {"origin": [0, 37.94116, -10.10391], "size": [0, 37, 13], "pivot": [0, 60.44116, -3.10391], "rotation": [2, 0, 0], "uv": [0, 61]}, + {"origin": [-1, 42.94116, -5.10391], "size": [2, 5, 6], "uv": [0, 127]} + ] + }, + { + "name": "eye", + "parent": "head_ai", + "pivot": [-1.4, 40.8, -6.2], + "cubes": [ + {"origin": [-3.7, 40.3, -6.7], "size": [3, 2, 2], "pivot": [-1.7, 40.3, -5.7], "rotation": [0, 0, -12.5], "uv": [86, 92]}, + {"origin": [-3.3, 40.7, -6.8], "size": [2, 2, 2], "pivot": [-2.3, 40.7, -5.8], "rotation": [0, 0, -12.5], "uv": [65, 66]}, + {"origin": [-2.5, 40.5, -7.2], "size": [1, 2, 2], "inflate": -0.35, "pivot": [-1.5, 40.5, -6.2], "rotation": [0, 0, -3.5], "uv": [0, 0]} + ] + }, + { + "name": "eye2", + "parent": "head_ai", + "pivot": [1.4, 40.8, -6.2], + "cubes": [ + {"origin": [1.3, 40.7, -6.8], "size": [2, 2, 2], "pivot": [2.3, 40.7, -5.8], "rotation": [0, 0, 12.5], "uv": [65, 66], "mirror": true}, + {"origin": [0.7, 40.3, -6.7], "size": [3, 2, 2], "pivot": [1.7, 40.3, -5.7], "rotation": [0, 0, 12.5], "uv": [86, 92], "mirror": true}, + {"origin": [1.7, 40.5, -7.2], "size": [1, 2, 2], "inflate": -0.35, "pivot": [1.7, 40.5, -6.2], "rotation": [0, 0, 3.5], "uv": [0, 0], "mirror": true} + ] + }, + { + "name": "hair", + "parent": "head", + "pivot": [0, 39.8, 0], + "cubes": [ + {"origin": [-5, 38.8, 0.4], "size": [11, 2, 8], "uv": [106, 78]} + ] + }, + { + "name": "hair2", + "parent": "hair", + "pivot": [0, 39.8, 6.35], + "cubes": [ + {"origin": [-14, 38.8, 6.4], "size": [28, 3, 9], "uv": [65, 65]} + ] + }, + { + "name": "hair3", + "parent": "hair2", + "pivot": [0, 40.8, 13.4], + "cubes": [ + {"origin": [-17, 38.8, 13.4], "size": [34, 4, 14], "uv": [0, 44]} + ] + }, + { + "name": "hair4", + "parent": "hair3", + "pivot": [0, 40.3, 27.8], + "cubes": [ + {"origin": [-14, 38.8, 26.4], "size": [28, 3, 9], "uv": [0, 62]} + ] + }, + { + "name": "hair5", + "parent": "hair4", + "pivot": [0, 39.8, 35.5], + "cubes": [ + {"origin": [-8, 38.8, 33.4], "size": [16, 2, 7], "uv": [68, 77]} + ] + }, + { + "name": "hair6", + "parent": "hair5", + "pivot": [0.5, 38.8, 40.4] + }, + { + "name": "haircorrection", + "parent": "hair6", + "pivot": [0.5, 40.2, 45.2], + "cubes": [ + {"origin": [-8, 37.8, 40.4], "size": [16, 10, 14], "uv": [72, 13]} + ] + }, + { + "name": "hair7", + "parent": "hair6", + "pivot": [-1, 40, 55], + "cubes": [ + {"origin": [-3, 37.8, 54.4], "size": [8, 7, 6], "uv": [28, 115]}, + {"origin": [-4, 37.8, 60.4], "size": [5, 4, 5], "uv": [0, 15]} + ] + }, + { + "name": "hair8", + "parent": "hair7", + "pivot": [-1, 39.3, 65.4], + "cubes": [ + {"origin": [-2, 37.8, 65.4], "size": [4, 3, 4], "uv": [72, 37]}, + {"origin": [-4, 37.8, 69.4], "size": [4, 3, 4], "uv": [72, 37]} + ] + }, + { + "name": "arm_left", + "parent": "chest", + "pivot": [6.76396, 33.26248, -0.35391], + "cubes": [ + {"origin": [5.51396, 35.76248, -3.40391], "size": [5, 0, 6], "uv": [0, 0]}, + {"origin": [5.51396, 26.76248, -3.40391], "size": [5, 9, 0], "uv": [12, 6]}, + {"origin": [5.51396, 26.76248, 2.59609], "size": [5, 9, 0], "uv": [12, 6]}, + {"origin": [1.51396, 26.76248, -3.40391], "size": [6, 9, 6], "uv": [118, 7]} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [9.51396, 33.26248, -0.30391], + "cubes": [ + {"origin": [4.51396, 27.76248, 2.19609], "size": [8, 7, 0], "uv": [86, 128]}, + {"origin": [4.51396, 34.76248, -2.80391], "size": [8, 0, 5], "uv": [81, 123]}, + {"origin": [4.51396, 27.76248, -2.80391], "size": [8, 7, 0], "uv": [86, 128]}, + {"origin": [-0.48604, 27.76248, -2.80391], "size": [8, 7, 5], "uv": [107, 121]} + ] + }, + { + "name": "arm_left3", + "parent": "arm_left2", + "pivot": [6.49974, 32.59091, -0.40391], + "cubes": [ + {"origin": [4.09974, 31.59091, -1.40391], "size": [12, 2, 2], "uv": [86, 88]} + ] + }, + { + "name": "arm_left4", + "parent": "arm_left3", + "pivot": [15.59974, 30.09091, 0.09609], + "cubes": [ + {"origin": [16.19974, 33.09091, -1.40391], "size": [7, 4, 0], "uv": [114, 57]}, + {"origin": [16.19974, 33.09091, 0.79609], "size": [7, 4, 0], "uv": [114, 57]}, + {"origin": [16.19974, 29.59091, 1.79609], "size": [7, 4, 0], "pivot": [20.19974, 31.59091, 2.79609], "rotation": [-90, 0, 0], "uv": [114, 57]}, + {"origin": [16.19974, 29.59091, -2.39609], "size": [7, 4, 0], "pivot": [20.19974, 31.59091, -3.39609], "rotation": [90, 0, 0], "uv": [114, 57]}, + {"origin": [16.09974, 30.09091, -2.30391], "size": [5, 4, 4], "inflate": 0.15, "uv": [0, 36]}, + {"origin": [20.39974, 30.59091, -1.80391], "size": [5, 3, 3], "inflate": 0.15, "uv": [44, 96]} + ] + }, + { + "name": "hand_left", + "parent": "arm_left4", + "pivot": [25.59974, 32.09091, -0.30391], + "cubes": [ + {"origin": [24.69974, 31.09091, -1.80391], "size": [4, 2, 3], "inflate": 0.15, "uv": [60, 77]}, + {"origin": [24.09974, 31.59091, -2.80391], "size": [3, 1, 1], "inflate": 0.15, "pivot": [25.59974, 31.59091, -2.30391], "rotation": [0, 36, 0], "uv": [0, 55]} + ] + }, + { + "name": "arm_right", + "parent": "chest", + "pivot": [-6.76396, 33.26248, -0.35391], + "cubes": [ + {"origin": [-10.51396, 26.76248, 2.59609], "size": [5, 9, 0], "uv": [12, 6], "mirror": true}, + {"origin": [-10.51396, 35.76248, -3.40391], "size": [5, 0, 6], "uv": [0, 0], "mirror": true}, + {"origin": [-10.51396, 26.76248, -3.40391], "size": [5, 9, 0], "pivot": [-8.01396, 31.26248, -3.40391], "rotation": [0, 180, 0], "uv": [12, 6]}, + {"origin": [-7.51396, 26.76248, -3.40391], "size": [6, 9, 6], "uv": [118, 7], "mirror": true} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-9.51396, 32.46248, -0.30391], + "cubes": [ + {"origin": [-12.51396, 34.76248, -2.80391], "size": [8, 0, 5], "uv": [81, 123], "mirror": true}, + {"origin": [-12.51396, 27.76248, 2.19609], "size": [8, 7, 0], "uv": [86, 128], "mirror": true}, + {"origin": [-12.51396, 27.76248, -2.80391], "size": [8, 7, 0], "uv": [86, 128], "mirror": true}, + {"origin": [-12.51396, 27.76248, -2.80391], "size": [8, 7, 0], "uv": [86, 128], "mirror": true}, + {"origin": [-7.51396, 27.76248, -2.80391], "size": [8, 7, 5], "uv": [107, 121], "mirror": true} + ] + }, + { + "name": "arm_right3", + "parent": "arm_right2", + "pivot": [-6.49974, 32.59091, -0.40391], + "cubes": [ + {"origin": [-16.09974, 31.59091, -1.40391], "size": [12, 2, 2], "uv": [86, 88], "mirror": true} + ] + }, + { + "name": "arm_right4", + "parent": "arm_right3", + "pivot": [-16.04974, 32.59091, -0.30391], + "cubes": [ + {"origin": [-23.19974, 29.59091, -2.39609], "size": [7, 4, 0], "pivot": [-20.19974, 31.59091, -3.39609], "rotation": [90, 0, 0], "uv": [114, 57], "mirror": true}, + {"origin": [-23.19974, 33.09091, -1.40391], "size": [7, 4, 0], "uv": [114, 57], "mirror": true}, + {"origin": [-23.19974, 33.09091, 0.79609], "size": [7, 4, 0], "uv": [114, 57], "mirror": true}, + {"origin": [-23.19974, 29.59091, 1.79609], "size": [7, 4, 0], "pivot": [-20.19974, 31.59091, 2.79609], "rotation": [-90, 0, 0], "uv": [114, 57], "mirror": true}, + {"origin": [-21.09974, 30.09091, -2.30391], "size": [5, 4, 4], "inflate": 0.15, "uv": [0, 36], "mirror": true}, + {"origin": [-25.39974, 30.59091, -1.80391], "size": [5, 3, 3], "inflate": 0.15, "uv": [44, 96], "mirror": true} + ] + }, + { + "name": "hand_right", + "parent": "arm_right4", + "pivot": [-25.59974, 32.09091, -0.30391], + "cubes": [ + {"origin": [-28.69974, 31.09091, -1.80391], "size": [4, 2, 3], "inflate": 0.15, "uv": [60, 77], "mirror": true}, + {"origin": [-27.09974, 31.59091, -2.80391], "size": [3, 1, 1], "inflate": 0.15, "pivot": [-25.59974, 31.59091, -2.30391], "rotation": [0, -36, 0], "uv": [0, 55], "mirror": true} + ] + }, + { + "name": "leg_left0", + "parent": "lowerbody", + "pivot": [5.5, 16.9, -0.75] + }, + { + "name": "leg_left1", + "parent": "leg_left0", + "pivot": [6.27646, 17.79778, 1.25], + "cubes": [ + {"origin": [4.91224, 11.33537, -2.70209], "size": [7, 9, 7], "uv": [0, 111]}, + {"origin": [3.91224, 8.33537, -4.70209], "size": [7, 10, 8], "uv": [54, 99], "mirror": true} + ] + }, + { + "name": "leg_left2", + "parent": "leg_left1", + "pivot": [6.91224, 8.33537, -0.82709], + "cubes": [ + {"origin": [4.91224, 5.33537, -2.70209], "size": [4, 6, 4], "uv": [16, 127], "mirror": true}, + {"origin": [5.41224, 2.33537, -2.20209], "size": [3, 4, 3], "uv": [9, 24], "mirror": true} + ] + }, + { + "name": "foot_left", + "parent": "leg_left2", + "pivot": [6.91224, 2.63537, -0.05209], + "cubes": [ + {"origin": [5.41224, 0.33537, -2.20209], "size": [3, 2, 4], "uv": [72, 13], "mirror": true}, + {"origin": [4.91224, 0.33537, -5.20209], "size": [4, 2, 3], "uv": [82, 53], "mirror": true} + ] + }, + { + "name": "leg_right0", + "parent": "lowerbody", + "pivot": [-5.5, 16.9, -0.75] + }, + { + "name": "leg_right1", + "parent": "leg_right0", + "pivot": [-6.27646, 17.79778, 1.25], + "cubes": [ + {"origin": [-11.91224, 11.33537, -2.70209], "size": [7, 9, 7], "uv": [84, 107]}, + {"origin": [-10.91224, 8.33537, -4.70209], "size": [7, 10, 8], "uv": [54, 99]} + ] + }, + { + "name": "leg_right2", + "parent": "leg_right1", + "pivot": [-6.91224, 8.33537, -0.82709], + "cubes": [ + {"origin": [-8.91224, 5.33537, -2.70209], "size": [4, 6, 4], "uv": [16, 127]}, + {"origin": [-8.41224, 2.33537, -2.20209], "size": [3, 4, 3], "uv": [9, 24]} + ] + }, + { + "name": "foot_right", + "parent": "leg_right2", + "pivot": [-6.91224, 2.63537, -0.05209], + "cubes": [ + {"origin": [-8.41224, 0.33537, -2.20209], "size": [3, 2, 4], "uv": [72, 13]}, + {"origin": [-8.91224, 0.33537, -5.20209], "size": [4, 2, 3], "uv": [82, 53]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kubfu/kubfu.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kubfu/kubfu.geo.json new file mode 100644 index 0000000..4bb9164 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kubfu/kubfu.geo.json @@ -0,0 +1,388 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "kubfu", + "pivot": [0, 0, 0] + }, + { + "name": "mainthing", + "parent": "kubfu", + "pivot": [0, 8.75, 0] + }, + { + "name": "legs", + "parent": "mainthing", + "pivot": [0, 8.75, 0] + }, + { + "name": "leg_right", + "parent": "legs", + "pivot": [2.25, 9, 0] + }, + { + "name": "topleg", + "parent": "leg_right", + "pivot": [2.25, 5, 0], + "cubes": [ + {"origin": [0.75, 5, -1], "size": [3, 4, 2], "uv": [24, 23]} + ] + }, + { + "name": "leftcalf_right", + "parent": "leg_right", + "pivot": [2.25, 4.75, 0], + "cubes": [ + {"origin": [0.25, 0, -1.5], "size": [4, 5, 3], "inflate": 0.01, "uv": [0, 20]} + ] + }, + { + "name": "toes_right", + "parent": "leftcalf_right", + "pivot": [2.25, -0.5, 0], + "cubes": [ + {"origin": [0.25, -0.05, -1.7], "size": [4, 3, 0], "pivot": [1.75, 0.5, -1.75], "rotation": [17.5, 0, 0], "uv": [32, 0]} + ] + }, + { + "name": "leg_left", + "parent": "legs", + "pivot": [-2.25, 9, 0] + }, + { + "name": "ltopleg", + "parent": "leg_left", + "pivot": [-2.25, 5, 0], + "cubes": [ + {"origin": [-3.75, 5, -1], "size": [3, 4, 2], "uv": [22, 0]} + ] + }, + { + "name": "legcalf_left", + "parent": "leg_left", + "pivot": [-2.25, 5, 0], + "cubes": [ + {"origin": [-4.25, 0, -1.5], "size": [4, 5, 3], "inflate": 0.01, "uv": [16, 12]} + ] + }, + { + "name": "toes_left", + "parent": "legcalf_left", + "pivot": [-2.5, -0.25, -1.25], + "cubes": [ + {"origin": [-4.25, -0.05, -1.7], "size": [4, 3, 0], "pivot": [-1.75, 0.5, -1.75], "rotation": [17.5, 0, 0], "uv": [32, 3]} + ] + }, + { + "name": "torso", + "parent": "mainthing", + "pivot": [0, 8.75, 0], + "cubes": [ + {"origin": [-2, 7, -2], "size": [4, 4, 4], "inflate": 0.01, "uv": [0, 12]}, + {"origin": [-1.5, 11, -1.5], "size": [3, 2, 3], "uv": [14, 20]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 8, 2], + "cubes": [ + {"origin": [-0.5, 7.5, 2], "size": [1, 1, 1], "inflate": 0.01, "uv": [14, 35]}, + {"origin": [-1, 7, 1.5], "size": [2, 2, 1], "inflate": 0.01, "uv": [12, 12]} + ] + }, + { + "name": "arms", + "parent": "torso", + "pivot": [0, 11, 0] + }, + { + "name": "arm_right", + "parent": "arms", + "pivot": [2.5, 11.25, 0.75] + }, + { + "name": "upperarm_right", + "parent": "arm_right", + "pivot": [0, 1.5, 0], + "cubes": [ + {"origin": [1.25, 10.05, -1.05], "size": [4, 2, 2], "uv": [27, 10]} + ] + }, + { + "name": "forearm_right", + "parent": "arm_right", + "pivot": [5.25, 11.25, 0], + "cubes": [ + {"origin": [5.25, 10.05, -1.05], "size": [4, 2, 2], "uv": [12, 26]} + ] + }, + { + "name": "fingers_right", + "parent": "forearm_right", + "pivot": [9.25, 11.25, 0] + }, + { + "name": "finger1", + "parent": "fingers_right", + "pivot": [9.25, 11.5, 0], + "cubes": [ + {"origin": [16.5, 7.75, -1], "size": [1, 1, 1], "pivot": [7.5, -2.25, 0], "rotation": [0, 0, -35], "uv": [17, 37]} + ] + }, + { + "name": "fingertip1", + "parent": "finger1", + "pivot": [9.75, 12, -0.5], + "cubes": [ + {"origin": [17.35, 8.269, -1], "size": [1, 1, 1], "pivot": [8.25, -1.75, 0], "rotation": [0, 0, -35], "uv": [13, 37]} + ] + }, + { + "name": "finger2", + "parent": "fingers_right", + "pivot": [9.25, 11, 0], + "cubes": [ + {"origin": [9.25, 10.55, -1.05], "size": [1, 1, 1], "uv": [37, 10]} + ] + }, + { + "name": "fingertip2", + "parent": "finger2", + "pivot": [10.5, 11, -0.5], + "cubes": [ + {"origin": [10.25, 10.55, -1.05], "size": [1, 1, 1], "uv": [9, 37]} + ] + }, + { + "name": "finger3", + "parent": "fingers_right", + "pivot": [8.75, 10, -0.5], + "cubes": [ + {"origin": [16.5, 13.25, -1], "size": [1, 1, 1], "pivot": [7.5, 24.25, 0], "rotation": [0, 0, 35], "uv": [36, 23]} + ] + }, + { + "name": "fingertip3", + "parent": "finger3", + "pivot": [9.08041, 9.62701, -0.5], + "cubes": [ + {"origin": [17.35, 12.731, -1], "size": [1, 1, 1], "pivot": [8.25, 23.75, 0], "rotation": [0, 0, 35], "uv": [34, 36]} + ] + }, + { + "name": "arm_left", + "parent": "arms", + "pivot": [-2.25, 11.25, 0] + }, + { + "name": "upperarm_left", + "parent": "arm_left", + "pivot": [-1.5, 11.5, 0], + "cubes": [ + {"origin": [-5.25, 10.05, -1], "size": [4, 2, 2], "uv": [28, 6]} + ] + }, + { + "name": "forearm_left", + "parent": "arm_left", + "pivot": [-5.25, 11, 0], + "cubes": [ + {"origin": [-9.25, 10.05, -1], "size": [4, 2, 2], "uv": [0, 28]} + ] + }, + { + "name": "fingers_left", + "parent": "forearm_left", + "pivot": [-9.25, 11, -0.5] + }, + { + "name": "finger4", + "parent": "fingers_left", + "pivot": [-9, 11.5, -0.5], + "cubes": [ + {"origin": [-17.5, 7.75, -1], "size": [1, 1, 1], "pivot": [-7.5, -2.25, 0], "rotation": [0, 0, 35], "uv": [23, 35]} + ] + }, + { + "name": "fingertip4", + "parent": "finger4", + "pivot": [-10, 12.25, -0.5], + "cubes": [ + {"origin": [-10.58041, 11.87299, -1], "size": [1, 1, 1], "pivot": [-10.08041, 12.37299, -0.5], "rotation": [0, 0, 35], "uv": [27, 35]} + ] + }, + { + "name": "finger5", + "parent": "fingers_left", + "pivot": [-9.25, 11, 0], + "cubes": [ + {"origin": [-10.25, 10.55, -1.05], "size": [1, 1, 1], "uv": [31, 35]} + ] + }, + { + "name": "fingertip5", + "parent": "finger5", + "pivot": [-10.25, 11, -0.5], + "cubes": [ + {"origin": [-11.25, 10.55, -1.05], "size": [1, 1, 1], "uv": [35, 34]} + ] + }, + { + "name": "finger6", + "parent": "fingers_left", + "pivot": [-9, 10.25, -0.5], + "cubes": [ + {"origin": [-17.5, 13.25, -1], "size": [1, 1, 1], "pivot": [-7.5, 24.25, 0], "rotation": [0, 0, -35], "uv": [36, 18]} + ] + }, + { + "name": "fingertip6", + "parent": "finger6", + "pivot": [-9.25, 9.75, -0.5], + "cubes": [ + {"origin": [-18.35, 12.731, -1], "size": [1, 1, 1], "pivot": [-8.25, 23.75, 0], "rotation": [0, 0, -35], "uv": [6, 36]} + ] + }, + { + "name": "neck", + "parent": "torso", + "pivot": [0, 13, 0], + "cubes": [ + {"origin": [-0.5, 12.5, -0.5], "size": [1, 2, 1], "uv": [25, 31]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 12.75, 0.25], + "cubes": [ + {"origin": [-4, 13, -3], "size": [8, 6, 6], "uv": [0, 0]}, + {"origin": [-3, 16.5, -3.03], "size": [6, 1, 0], "uv": [27, 14]} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [0, 14, -3], + "cubes": [ + {"origin": [-0.5, 14, -3.02], "size": [1, 1, 0], "uv": [17, 12]}, + {"origin": [-1, 13, -3.01], "size": [2, 3, 0], "uv": [34, 25]}, + {"origin": [-0.5, 14.8, -3.031], "size": [1, 1, 0], "uv": [0, 21]}, + {"origin": [0, 13, -3.02], "size": [1, 1, 0], "uv": [0, 20]}, + {"origin": [-1, 13, -3.02], "size": [1, 1, 0], "uv": [15, 20]} + ] + }, + { + "name": "flaps", + "parent": "head", + "pivot": [0, 17, 2] + }, + { + "name": "flap_left", + "parent": "flaps", + "pivot": [-0.25, 17.75, 3], + "rotation": [0, -12.5, 0], + "cubes": [ + {"origin": [-0.13669, 17, 2.93642], "size": [0, 2, 2], "uv": [10, 33]}, + {"origin": [-0.13669, 17, 4.93642], "size": [0, 2, 2], "uv": [32, 31]}, + {"origin": [-0.13669, 17, 6.93642], "size": [0, 2, 2], "uv": [32, 21]} + ] + }, + { + "name": "flap_right", + "parent": "flaps", + "pivot": [0.25, 17.75, 3], + "rotation": [0, 12.5, 0], + "cubes": [ + {"origin": [0.32666, 17, 2.9846], "size": [0, 2, 2], "uv": [18, 28]}, + {"origin": [0.32666, 17, 4.9846], "size": [0, 2, 2], "uv": [23, 18]}, + {"origin": [0.32666, 17, 6.9846], "size": [0, 2, 2], "uv": [11, 18]} + ] + }, + { + "name": "whitefur2", + "parent": "head", + "pivot": [-0.25, 18.25, -2.25], + "rotation": [0, 0, 35], + "cubes": [ + {"origin": [-2.07358, 17.31915, -2.75], "size": [2, 3, 1], "uv": [32, 29]}, + {"origin": [-0.26604, 17.89279, -2.75], "size": [1, 3, 1], "pivot": [1.5, 18.25, 0], "rotation": [0, 0, 15], "uv": [6, 32]} + ] + }, + { + "name": "fur_side", + "parent": "head", + "pivot": [-0.25, 16, 0], + "cubes": [ + {"origin": [4, 13, 0], "size": [3, 6, 0], "uv": [0, 32]}, + {"origin": [-7, 13, 0], "size": [3, 6, 0], "uv": [0, 0]} + ] + }, + { + "name": "greyfur", + "parent": "head", + "pivot": [0, 18.75, 1], + "rotation": [-2.5, 0, 0], + "cubes": [ + {"origin": [-3.38438, 17.40616, -0.01042], "size": [3, 4, 2], "pivot": [-1, 17.47914, 3.7941], "rotation": [0, 0, 25], "uv": [22, 29]}, + {"origin": [0.1771, 17.79732, 0.23958], "size": [1, 3, 1], "pivot": [0.75, 17.97914, 4.0441], "rotation": [0, 0, 35], "uv": [0, 12]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [-0.5, 12.5, 0.5], + "cubes": [ + {"origin": [1.5, 15.85, -3.02], "size": [1, 1, 1], "uv": [25, 37]}, + {"origin": [-2.5, 15.85, -3.02], "size": [1, 1, 1], "uv": [21, 37]}, + {"origin": [-3, 15.5, -3.01], "size": [2, 1, 0], "uv": [34, 28]}, + {"origin": [-3, 16.48, -3.031], "size": [2, 1, 0], "uv": [20, 25]}, + {"origin": [1, 15.5, -3.01], "size": [2, 1, 0], "uv": [23, 22]}, + {"origin": [1, 16.49, -3.031], "size": [2, 1, 0], "uv": [12, 15]} + ] + }, + { + "name": "eyebrows", + "parent": "eyes", + "pivot": [0, 17.25, -3] + }, + { + "name": "1", + "parent": "eyebrows", + "pivot": [-2.11783, 17.74213, -3.033], + "cubes": [ + {"origin": [-4.35, 17.25, -3.033], "size": [3, 1, 0], "pivot": [-2.5, 16.25, -3.25], "rotation": [0, 0, 27.5], "uv": [14, 25]} + ] + }, + { + "name": "2", + "parent": "eyebrows", + "pivot": [2.11783, 17.74213, -3.033], + "cubes": [ + {"origin": [0.61783, 17.24213, -3.033], "size": [3, 1, 0], "pivot": [2.11783, 17.74213, -3.033], "rotation": [0, 0, -27.5], "uv": [11, 22]} + ] + }, + { + "name": "ears", + "parent": "head", + "pivot": [0, 18.25, 0.5], + "cubes": [ + {"origin": [-5, 17.25, -0.25], "size": [3, 3, 2], "pivot": [-4, 18.25, 0.75], "rotation": [0, 0, -40], "uv": [10, 30]}, + {"origin": [1.25, 17.5, -0.25], "size": [3, 3, 2], "pivot": [3.25, 17.5, 0.75], "rotation": [0, 0, 40], "uv": [28, 18]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kyogre/kyogre.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kyogre/kyogre.geo.json new file mode 100644 index 0000000..b66b91b --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kyogre/kyogre.geo.json @@ -0,0 +1,400 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 512, + "texture_height": 512, + "visible_bounds_width": 21, + "visible_bounds_height": 5, + "visible_bounds_offset": [0, 1.5, 0] + }, + "bones": [ + { + "name": "kyogre", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "kyogre", + "pivot": [0, 13, -9] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 14.23498, -6.5] + }, + { + "name": "worm", + "parent": "torso", + "pivot": [12.52624, 2.02735, -3.88028], + "cubes": [ + {"origin": [-26, -3.26502, -35], "size": [52, 35, 33], "uv": [0, 60]} + ] + }, + { + "name": "fin_upper_left", + "parent": "worm", + "pivot": [-17.36, 27.18, -13.99], + "rotation": [34.7224, 3.15856, -26.48831], + "cubes": [ + {"origin": [-16.36, 11.68, -24.99], "size": [0, 24, 41], "pivot": [-17.36, 24.18, -17.99], "rotation": [12.5, 0, -4], "uv": [4, 277], "mirror": true} + ] + }, + { + "name": "fin_upper_right", + "parent": "worm", + "pivot": [17.36, 27.18, -13.99], + "rotation": [34.7224, -3.15856, 26.48831], + "cubes": [ + {"origin": [16.36, 10.68, -24.99], "size": [0, 25, 41], "pivot": [17.36, 26.18, -17.99], "rotation": [12.5, 0, 4], "uv": [4, 277]} + ] + }, + { + "name": "body_font", + "parent": "worm", + "pivot": [0, 17.65777, -28.54431], + "cubes": [ + {"origin": [-23.5, -1.76502, -55], "size": [47, 32, 32], "uv": [0, 128]} + ] + }, + { + "name": "head", + "parent": "body_font", + "pivot": [0, 14.22843, -47.66], + "cubes": [ + {"origin": [-20, 10.81498, -80.73], "size": [40, 2, 1], "uv": [226, 184]}, + {"origin": [19.3, 10.81498, -80.74], "size": [1, 2, 8], "inflate": -0.001, "uv": [138, 147]}, + {"origin": [-20.31, 10.81498, -64.28], "size": [1, 2, 9], "inflate": -0.001, "uv": [0, 0], "mirror": true}, + {"origin": [-20.3, 10.81498, -80.74], "size": [1, 2, 8], "inflate": -0.001, "uv": [138, 147], "mirror": true}, + {"origin": [19.31, 10.81498, -64.28], "size": [1, 2, 9], "inflate": -0.001, "uv": [0, 0]}, + {"origin": [-20, 12.69734, -80.5], "size": [40, 14, 35], "inflate": 0.01, "uv": [135, 93]}, + {"origin": [-20, 10.87498, -80.5], "size": [40, 14, 28], "inflate": -0.001, "uv": [158, 142]}, + {"origin": [-20, 1.10498, -68.82], "size": [40, 20, 24], "inflate": -0.1, "pivot": [0, 14.53843, -65.66], "rotation": [-5, 0, 0], "uv": [0, 192]} + ] + }, + { + "name": "eye_right", + "parent": "head", + "pivot": [0.08, 17.20843, -67.16], + "cubes": [ + {"origin": [20.06, 9.25498, -74.52], "size": [0, 8, 12], "uv": [0, 8]}, + {"origin": [18.37, 14.29498, -65.52], "size": [2, 2, 1], "uv": [11, 0]}, + {"origin": [18.37, 14.29498, -64.52], "size": [2, 1, 1], "uv": [11, 3]}, + {"origin": [18.37, 14.29498, -73.52], "size": [2, 1, 1], "uv": [11, 3]}, + {"origin": [18.37, 14.29498, -72.52], "size": [2, 2, 1], "uv": [11, 0]}, + {"origin": [18.37, 12.29498, -64.52], "size": [2, 2, 2], "uv": [0, 0]}, + {"origin": [18.37, 12.29498, -74.52], "size": [2, 2, 2], "uv": [0, 0]}, + {"origin": [18.37, 15.29498, -71.52], "size": [2, 2, 6], "uv": [11, 0]} + ] + }, + { + "name": "eye_right_lid", + "parent": "eye_right", + "pivot": [18.37, 13.79498, -68.52], + "cubes": [ + {"origin": [17.37, 11.29498, -72.52], "size": [2, 5, 8], "uv": [126, 142]} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [-0.08, 17.20843, -67.16], + "cubes": [ + {"origin": [-20.37, 15.29498, -71.52], "size": [2, 2, 6], "uv": [11, 0], "mirror": true}, + {"origin": [-20.37, 12.29498, -74.52], "size": [2, 2, 2], "uv": [0, 0], "mirror": true}, + {"origin": [-20.37, 12.29498, -64.52], "size": [2, 2, 2], "uv": [0, 0], "mirror": true}, + {"origin": [-20.37, 14.29498, -72.52], "size": [2, 2, 1], "uv": [11, 0], "mirror": true}, + {"origin": [-20.37, 14.29498, -73.52], "size": [2, 1, 1], "uv": [11, 3], "mirror": true}, + {"origin": [-20.37, 14.29498, -64.52], "size": [2, 1, 1], "uv": [11, 3], "mirror": true}, + {"origin": [-20.37, 14.29498, -65.52], "size": [2, 2, 1], "uv": [11, 0], "mirror": true}, + {"origin": [-20.06, 9.25498, -74.52], "size": [0, 8, 12], "uv": [0, 0]} + ] + }, + { + "name": "eye_left_lid", + "parent": "eye_left", + "pivot": [-18.37, 13.79498, -68.52], + "cubes": [ + {"origin": [-19.37, 11.29498, -72.52], "size": [2, 5, 8], "uv": [126, 142], "mirror": true} + ] + }, + { + "name": "maxilla", + "parent": "head", + "pivot": [0, 11.89843, -65.12], + "cubes": [ + {"origin": [-20, 1.49962, -80.51205], "size": [40, 10, 16], "inflate": -0.09, "pivot": [0, 11.89843, -65.12], "rotation": [1.5, 0, 0], "uv": [208, 242]}, + {"origin": [-12, 5.81498, -78.5], "size": [24, 9, 27], "inflate": -0.001, "pivot": [0, 10.31498, -65], "rotation": [0, 0, -180], "uv": [106, 236]} + ] + }, + { + "name": "teeth_down", + "parent": "maxilla", + "pivot": [-0.11661, 9.94606, -77.85457], + "cubes": [ + {"origin": [1.23, -3.18502, -79.63], "size": [4, 4, 0], "pivot": [21.23, -6.59157, -65.97], "rotation": [0, 0, 45], "uv": [0, 128]}, + {"origin": [-3.94, -3.18502, -79.63], "size": [4, 4, 0], "pivot": [16.06, -6.59157, -65.97], "rotation": [0, 0, 45], "uv": [16, 128]}, + {"origin": [6.07, -3.18502, -79.63], "size": [4, 4, 0], "pivot": [26.07, -6.59157, -65.97], "rotation": [0, 0, 45], "uv": [18, 68]}, + {"origin": [19.78, -1.08502, -80.3], "size": [0, 4, 4], "pivot": [-0.22, 3.50843, -66.64], "rotation": [-45, 0, 0], "uv": [0, 43]}, + {"origin": [19.8, -1.08502, -75.47], "size": [0, 4, 4], "pivot": [-0.2, 3.50843, -61.81], "rotation": [-45, 0, 0], "uv": [12, 28]}, + {"origin": [-8.88, -3.18502, -79.63], "size": [4, 4, 0], "pivot": [11.12, -6.59157, -65.97], "rotation": [0, 0, 45], "uv": [24, 128]}, + {"origin": [-13.78, -3.18502, -79.63], "size": [4, 4, 0], "pivot": [6.22, -6.59157, -65.97], "rotation": [0, 0, 45], "uv": [126, 128]}, + {"origin": [-18.71, -3.18502, -79.63], "size": [4, 4, 0], "pivot": [1.29, -6.59157, -65.97], "rotation": [0, 0, 45], "uv": [0, 132]}, + {"origin": [-23.66, -3.18502, -79.63], "size": [4, 4, 0], "pivot": [-3.66, -6.59157, -65.97], "rotation": [0, 0, 45], "uv": [16, 132]}, + {"origin": [-19.8, -1.08502, -75.47], "size": [0, 4, 4], "pivot": [0.2, 3.50843, -61.81], "rotation": [-45, 0, 0], "uv": [0, 28]}, + {"origin": [-19.78, -1.08502, -80.3], "size": [0, 4, 4], "pivot": [0.22, 3.50843, -66.64], "rotation": [-45, 0, 0], "uv": [12, 24]}, + {"origin": [-28.49, -3.18502, -79.63], "size": [4, 4, 0], "pivot": [-8.49, -6.59157, -65.97], "rotation": [0, 0, 45], "uv": [24, 132]} + ] + }, + { + "name": "teeth", + "parent": "head", + "pivot": [0.22, 12.50843, -63.64], + "cubes": [ + {"origin": [19.78, 0.91498, -78.3], "size": [0, 4, 4], "pivot": [-0.22, 5.50843, -64.64], "rotation": [-45, 0, 0], "uv": [0, 24]}, + {"origin": [3.71, -1.45502, -79.63], "size": [4, 4, 0], "pivot": [23.71, -4.86157, -65.97], "rotation": [0, 0, 45], "uv": [16, 47]}, + {"origin": [-1.46, -1.45502, -79.63], "size": [4, 4, 0], "pivot": [18.54, -4.86157, -65.97], "rotation": [0, 0, 45], "uv": [0, 60]}, + {"origin": [-6.4, -1.45502, -79.63], "size": [4, 4, 0], "pivot": [13.6, -4.86157, -65.97], "rotation": [0, 0, 45], "uv": [18, 60]}, + {"origin": [-11.3, -1.45502, -79.63], "size": [4, 4, 0], "pivot": [8.7, -4.86157, -65.97], "rotation": [0, 0, 45], "uv": [0, 68]}, + {"origin": [-16.23, -1.45502, -79.63], "size": [4, 4, 0], "pivot": [3.77, -4.86157, -65.97], "rotation": [0, 0, 45], "uv": [18, 64]}, + {"origin": [-21.18, -1.45502, -79.63], "size": [4, 4, 0], "pivot": [-1.18, -4.86157, -65.97], "rotation": [0, 0, 45], "uv": [0, 64]}, + {"origin": [-26.01, -1.45502, -79.63], "size": [4, 4, 0], "pivot": [-6.01, -4.86157, -65.97], "rotation": [0, 0, 45], "uv": [8, 47]}, + {"origin": [-19.78, 0.91498, -78.3], "size": [0, 4, 4], "pivot": [0.22, 5.50843, -64.64], "rotation": [-45, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "fin_down_left", + "parent": "body_font", + "pivot": [22.14567, 4.36916, -45.81646], + "cubes": [ + {"origin": [16.24, -0.5, -46.01], "size": [13, 2, 13], "pivot": [28.24, -0.5, -45.01], "rotation": [1.86702, -50.78506, 29.93305], "uv": [213, 287]} + ] + }, + { + "name": "fin_down_right", + "parent": "body_font", + "pivot": [-22.14567, 4.36916, -45.81646], + "cubes": [ + {"origin": [-29.24, -0.5, -46.01], "size": [13, 2, 13], "pivot": [-28.24, -0.5, -45.01], "rotation": [1.86702, 50.78506, -29.93305], "uv": [78, 236]} + ] + }, + { + "name": "fin_right", + "parent": "torso", + "pivot": [29.22341, 10.67632, -15.23781], + "cubes": [ + {"origin": [16.95156, 9.73498, -33], "size": [25, 4, 17], "uv": [263, 0]} + ] + }, + { + "name": "fin_right1", + "parent": "fin_right", + "pivot": [39.83156, 11.90498, -24.23], + "cubes": [ + {"origin": [39.83156, 9.40498, -39.23], "size": [16, 5, 30], "inflate": 0.1, "uv": [250, 91]} + ] + }, + { + "name": "fin_right2", + "parent": "fin_right1", + "pivot": [53.87156, 11.99498, -24.73], + "cubes": [ + {"origin": [54.37156, 8.99498, -43.23], "size": [19, 6, 37], "inflate": 0.2, "uv": [217, 199]} + ] + }, + { + "name": "fin_right3", + "parent": "fin_right2", + "pivot": [72.18748, 11.99498, -25.2817], + "cubes": [ + {"origin": [72.37156, 8.99498, -52.23], "size": [48, 6, 54], "inflate": 0.3, "uv": [0, 0]}, + {"origin": [111.08156, 10.99498, -52.23], "size": [20, 2, 10], "inflate": 0.3, "pivot": [122.58156, 11.99498, -47.23], "rotation": [0, 10, 0], "uv": [284, 33]}, + {"origin": [112.81156, 10.99498, -37.23], "size": [20, 2, 10], "inflate": 0.3, "pivot": [124.31156, 11.99498, -32.23], "rotation": [0, 3, 0], "uv": [284, 21]}, + {"origin": [112.81156, 10.99498, -23.23], "size": [20, 2, 10], "inflate": 0.3, "pivot": [124.31156, 11.99498, -18.23], "rotation": [0, -5, 0], "uv": [0, 282]}, + {"origin": [109.45156, 10.99498, -8.47], "size": [20, 2, 10], "inflate": 0.3, "pivot": [120.95156, 11.99498, -3.47], "rotation": [0, -15, 0], "uv": [246, 187]} + ] + }, + { + "name": "fin_left", + "parent": "torso", + "pivot": [-29.22341, 10.67632, -15.23781], + "cubes": [ + {"origin": [-41.95156, 9.73498, -33], "size": [25, 4, 17], "uv": [263, 0], "mirror": true} + ] + }, + { + "name": "fin_left1", + "parent": "fin_left", + "pivot": [-40.83156, 11.90498, -24.23], + "cubes": [ + {"origin": [-56.83156, 9.40498, -39.23], "size": [16, 5, 30], "inflate": 0.1, "uv": [250, 91], "mirror": true} + ] + }, + { + "name": "fin_left2", + "parent": "fin_left1", + "pivot": [-54.87156, 11.99498, -24.73], + "cubes": [ + {"origin": [-74.37156, 8.99498, -43.23], "size": [19, 6, 37], "inflate": 0.2, "uv": [217, 199], "mirror": true} + ] + }, + { + "name": "fin_left3", + "parent": "fin_left2", + "pivot": [-73.18748, 11.99498, -25.2817], + "cubes": [ + {"origin": [-121.37156, 8.99498, -52.23], "size": [48, 6, 54], "inflate": 0.3, "uv": [0, 0], "mirror": true}, + {"origin": [-132.08156, 10.99498, -52.23], "size": [20, 2, 10], "inflate": 0.3, "pivot": [-123.58156, 11.99498, -47.23], "rotation": [0, -10, 0], "uv": [284, 33], "mirror": true}, + {"origin": [-133.81156, 10.99498, -37.23], "size": [20, 2, 10], "inflate": 0.3, "pivot": [-125.31156, 11.99498, -32.23], "rotation": [0, -3, 0], "uv": [284, 21], "mirror": true}, + {"origin": [-133.81156, 10.99498, -23.23], "size": [20, 2, 10], "inflate": 0.3, "pivot": [-125.31156, 11.99498, -18.23], "rotation": [0, 5, 0], "uv": [0, 282], "mirror": true}, + {"origin": [-130.45156, 10.99498, -8.47], "size": [20, 2, 10], "inflate": 0.3, "pivot": [-121.95156, 11.99498, -3.47], "rotation": [0, 15, 0], "uv": [246, 187], "mirror": true} + ] + }, + { + "name": "body_rear", + "parent": "body", + "pivot": [0, 12.73498, -7.24], + "cubes": [ + {"origin": [-23, -1.25538, -5], "size": [46, 30, 21], "uv": [150, 0]}, + {"origin": [-23, -1.25538, -14.33], "size": [46, 30, 10], "inflate": -0.1, "uv": [194, 51]} + ] + }, + { + "name": "body_rear1", + "parent": "body_rear", + "pivot": [0, 13.73498, 18.76], + "cubes": [ + {"origin": [-17, 1.73498, 10], "size": [34, 24, 28], "uv": [130, 184]} + ] + }, + { + "name": "tail", + "parent": "body_rear1", + "pivot": [0, 13.73498, 33.76], + "cubes": [ + {"origin": [-12.5, 4.73498, 29.76], "size": [25, 18, 28], "uv": [0, 236]} + ] + }, + { + "name": "tail_main1", + "parent": "tail", + "pivot": [0, 15.07498, 52.77], + "cubes": [ + {"origin": [-8.5, 7.73498, 48.15], "size": [17, 12, 27], "uv": [266, 126]} + ] + }, + { + "name": "bone16", + "parent": "tail_main1", + "pivot": [0, 16.07498, 70.77], + "cubes": [ + {"origin": [-6.5, 8.07498, 67.27], "size": [13, 12, 20], "inflate": -1.5, "uv": [257, 268]} + ] + }, + { + "name": "tail_main2", + "parent": "tail", + "pivot": [0, 14, 51] + }, + { + "name": "tail_main_right", + "parent": "tail_main2", + "pivot": [9.03284, 11.98272, 54.34503], + "cubes": [ + {"origin": [6.75, 8.73498, 52.75], "size": [28, 6, 13], "pivot": [23.25, 11.73498, 59.25], "rotation": [0, -18, 0], "uv": [93, 272]} + ] + }, + { + "name": "tail_main_right1", + "parent": "tail_main_right", + "pivot": [17.66284, 11.98272, 64.34503], + "cubes": [ + {"origin": [13.51, 11.73498, 62.74], "size": [10, 0, 26], "uv": [131, 60]} + ] + }, + { + "name": "tail_main_right1_1", + "parent": "tail_main_right1", + "pivot": [18.66284, 11.73272, 88.71503], + "cubes": [ + {"origin": [13.51, 11.73498, 88.74], "size": [10, 0, 27], "uv": [0, 27]} + ] + }, + { + "name": "tail_main_right2", + "parent": "tail_main_right", + "pivot": [35.03284, 11.98272, 56.34503], + "cubes": [ + {"origin": [25.2, 10.26498, 63.26], "size": [21, 3, 9], "pivot": [36.7, 13.26498, 69.76], "rotation": [0, -58, 0], "uv": [51, 291]} + ] + }, + { + "name": "tail_main_right2_1", + "parent": "tail_main_right2", + "pivot": [45.03284, 11.98272, 74.34503], + "cubes": [ + {"origin": [36.88, 11.73498, 73.74], "size": [10, 0, 21], "uv": [205, 187]} + ] + }, + { + "name": "tail_main_right2_2", + "parent": "tail_main_right2_1", + "pivot": [42.03284, 11.71272, 94.75503], + "cubes": [ + {"origin": [36.88, 11.73498, 94.74], "size": [10, 0, 21], "uv": [83, 192]} + ] + }, + { + "name": "tail_main_left", + "parent": "tail_main2", + "pivot": [-9.03284, 11.98272, 54.34503], + "cubes": [ + {"origin": [-34.75, 8.73498, 52.75], "size": [28, 6, 13], "pivot": [-23.25, 11.73498, 59.25], "rotation": [0, 18, 0], "uv": [195, 268]} + ] + }, + { + "name": "tail_main_left1", + "parent": "tail_main_left", + "pivot": [-17.66284, 11.98272, 64.34503], + "cubes": [ + {"origin": [-23.51, 11.73498, 62.74], "size": [10, 0, 26], "uv": [111, 60]} + ] + }, + { + "name": "tail_main_left1_1", + "parent": "tail_main_left1", + "pivot": [-18.66284, 11.73272, 88.71503], + "cubes": [ + {"origin": [-23.51, 11.73498, 88.74], "size": [10, 0, 27], "uv": [0, 0]} + ] + }, + { + "name": "tail_main_left2", + "parent": "tail_main_left", + "pivot": [-35.03284, 11.98272, 56.34503], + "cubes": [ + {"origin": [-46.2, 10.26498, 63.26], "size": [21, 3, 9], "pivot": [-36.7, 13.26498, 69.76], "rotation": [0, 58, 0], "uv": [166, 287]} + ] + }, + { + "name": "tail_main_left2_1", + "parent": "tail_main_left2", + "pivot": [-45.03284, 11.98272, 74.34503], + "cubes": [ + {"origin": [-46.88, 11.73498, 73.74], "size": [10, 0, 21], "uv": [137, 142]} + ] + }, + { + "name": "tail_main_left2_2", + "parent": "tail_main_left2_1", + "pivot": [-42.03284, 11.71272, 94.75503], + "cubes": [ + {"origin": [-46.88, 11.73498, 94.74], "size": [10, 0, 21], "uv": [129, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kyogreprimal/kyogreprimal.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kyogreprimal/kyogreprimal.geo.json new file mode 100644 index 0000000..052844e --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kyogreprimal/kyogreprimal.geo.json @@ -0,0 +1,454 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 512, + "texture_height": 512, + "visible_bounds_width": 22, + "visible_bounds_height": 17, + "visible_bounds_offset": [0, 3.5, 0] + }, + "bones": [ + { + "name": "kyogre", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "kyogre", + "pivot": [0, 13, -4] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 14.23498, -1.5], + "cubes": [ + {"origin": [-26, -3.26502, -30], "size": [52, 35, 33], "uv": [0, 120]} + ] + }, + { + "name": "body_font", + "parent": "torso", + "pivot": [0, 17.65777, -23.54431], + "cubes": [ + {"origin": [-23.5, -1.76502, -50], "size": [47, 32, 32], "uv": [138, 156]} + ] + }, + { + "name": "head", + "parent": "body_font", + "pivot": [0, 13.22843, -42.66], + "rotation": [-2.5, 0, 0], + "cubes": [ + {"origin": [-20, 9.81498, -75.73], "size": [40, 2, 1], "uv": [150, 49]}, + {"origin": [19.3, 9.81498, -75.74], "size": [1, 2, 8], "inflate": -0.001, "uv": [150, 60]}, + {"origin": [-20.31, 9.81498, -59.28], "size": [1, 2, 9], "inflate": -0.001, "uv": [33, 42]}, + {"origin": [-20.3, 9.81498, -75.74], "size": [1, 2, 8], "inflate": -0.001, "uv": [150, 21]}, + {"origin": [19.31, 9.81498, -59.28], "size": [1, 2, 9], "inflate": -0.001, "uv": [137, 141]}, + {"origin": [-20, 11.82233, -73.49779], "size": [40, 14, 35], "inflate": 0.01, "pivot": [0, 12.35843, -62.1], "rotation": [9, 0, 0], "uv": [150, 0]}, + {"origin": [15, 20.68174, -59.84337], "size": [4, 5, 9], "inflate": 0.01, "pivot": [17, 23.18174, -55.34337], "rotation": [24, 0, 0], "uv": [0, 79]}, + {"origin": [14.34, 18.68174, -65.84337], "size": [4, 3, 9], "inflate": 0.01, "pivot": [16.34, 20.18174, -61.34337], "rotation": [24, 0, 0], "uv": [0, 0]}, + {"origin": [-19, 20.68174, -59.84337], "size": [4, 5, 9], "inflate": 0.01, "pivot": [-17, 23.18174, -55.34337], "rotation": [24, 0, 0], "uv": [0, 79], "mirror": true}, + {"origin": [-18.34, 18.68174, -65.84337], "size": [4, 3, 9], "inflate": 0.01, "pivot": [-16.34, 20.18174, -61.34337], "rotation": [24, 0, 0], "uv": [0, 0], "mirror": true}, + {"origin": [-20, 9.87498, -75.5], "size": [40, 14, 28], "inflate": -0.001, "uv": [176, 111]}, + {"origin": [-20, 0.10498, -63.82], "size": [40, 20, 24], "inflate": -0.1, "pivot": [0, 13.53843, -60.66], "rotation": [-5, 0, 0], "uv": [100, 220]}, + {"origin": [-12, 2.81498, -70.5], "size": [24, 9, 27], "inflate": -0.001, "uv": [190, 270]} + ] + }, + { + "name": "eye_right", + "parent": "head", + "pivot": [0.08, 16.20843, -62.16], + "cubes": [ + {"origin": [20.06, 8.25498, -69.52], "size": [0, 8, 12], "uv": [0, 8]}, + {"origin": [18.37, 13.29498, -60.52], "size": [2, 2, 1], "uv": [20, 60]}, + {"origin": [18.37, 13.29498, -59.52], "size": [2, 1, 1], "uv": [0, 36]}, + {"origin": [18.37, 13.29498, -68.52], "size": [2, 1, 1], "uv": [12, 36]}, + {"origin": [18.37, 13.29498, -67.52], "size": [2, 2, 1], "uv": [47, 60]}, + {"origin": [18.37, 11.29498, -59.52], "size": [2, 2, 2], "uv": [42, 29]}, + {"origin": [18.37, 11.29498, -69.52], "size": [2, 2, 2], "uv": [42, 33]}, + {"origin": [18.37, 14.29498, -66.52], "size": [2, 2, 6], "uv": [0, 188]} + ] + }, + { + "name": "eye_right_lid", + "parent": "eye_right", + "pivot": [18.37, 12.79498, -63.52], + "cubes": [ + {"origin": [17.37, 10.29498, -67.52], "size": [2, 5, 8], "uv": [149, 133]} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [-0.08, 16.20843, -62.16], + "cubes": [ + {"origin": [-20.37, 14.29498, -66.52], "size": [2, 2, 6], "uv": [160, 21]}, + {"origin": [-20.37, 11.29498, -69.52], "size": [2, 2, 2], "uv": [0, 0]}, + {"origin": [-20.37, 11.29498, -59.52], "size": [2, 2, 2], "uv": [17, 0]}, + {"origin": [-20.37, 13.29498, -67.52], "size": [2, 2, 1], "uv": [48, 28]}, + {"origin": [-20.37, 13.29498, -68.52], "size": [2, 1, 1], "uv": [23, 0]}, + {"origin": [-20.37, 13.29498, -59.52], "size": [2, 1, 1], "uv": [23, 27]}, + {"origin": [-20.37, 13.29498, -60.52], "size": [2, 2, 1], "uv": [24, 51]}, + {"origin": [-20.06, 8.25498, -69.52], "size": [0, 8, 12], "uv": [0, 0]} + ] + }, + { + "name": "eye_left_lid", + "parent": "eye_left", + "pivot": [-18.37, 12.79498, -63.52], + "cubes": [ + {"origin": [-19.37, 10.29498, -67.52], "size": [2, 5, 8], "uv": [0, 93]} + ] + }, + { + "name": "maxilla", + "parent": "head", + "pivot": [0, 10.89843, -60.12], + "cubes": [ + {"origin": [-20, 0.49962, -75.51205], "size": [40, 10, 16], "inflate": -0.09, "pivot": [0, 10.89843, -60.12], "rotation": [1.5, 0, 0], "uv": [263, 49]} + ] + }, + { + "name": "teeth_down", + "parent": "maxilla", + "pivot": [-0.11661, 8.94606, -72.85457], + "cubes": [ + {"origin": [1.23, -4.18502, -74.641], "size": [4, 4, 0], "pivot": [21.23, -7.59157, -60.97], "rotation": [0, 0, 45], "uv": [17, 79]}, + {"origin": [-3.94, -4.18502, -74.639], "size": [4, 4, 0], "pivot": [16.06, -7.59157, -60.97], "rotation": [0, 0, 45], "uv": [0, 83]}, + {"origin": [6.07, -4.18502, -74.643], "size": [4, 4, 0], "pivot": [26.07, -7.59157, -60.97], "rotation": [0, 0, 45], "uv": [0, 79]}, + {"origin": [19.78, -2.08502, -75.3], "size": [0, 4, 4], "pivot": [-0.22, 2.50843, -61.64], "rotation": [-45, 0, 0], "uv": [12, 28]}, + {"origin": [19.8, -2.08502, -70.47], "size": [0, 4, 4], "pivot": [-0.2, 2.50843, -56.81], "rotation": [-45, 0, 0], "uv": [0, 28]}, + {"origin": [-8.88, -4.18502, -74.638], "size": [4, 4, 0], "pivot": [11.12, -7.59157, -60.97], "rotation": [0, 0, 45], "uv": [17, 83]}, + {"origin": [-13.78, -4.18502, -74.635], "size": [4, 4, 0], "pivot": [6.22, -7.59157, -60.97], "rotation": [0, 0, 45], "uv": [46, 87]}, + {"origin": [-18.71, -4.18502, -74.63], "size": [4, 4, 0], "pivot": [1.29, -7.59157, -60.97], "rotation": [0, 0, 45], "uv": [46, 91]}, + {"origin": [-23.66, -4.18502, -74.632], "size": [4, 4, 0], "pivot": [-3.66, -7.59157, -60.97], "rotation": [0, 0, 45], "uv": [0, 93]}, + {"origin": [-19.8, -2.08502, -70.47], "size": [0, 4, 4], "pivot": [0.2, 2.50843, -56.81], "rotation": [-45, 0, 0], "uv": [12, 24]}, + {"origin": [-19.78, -2.08502, -75.3], "size": [0, 4, 4], "pivot": [0.22, 2.50843, -61.64], "rotation": [-45, 0, 0], "uv": [0, 24]}, + {"origin": [-28.29, -4.18502, -74.63], "size": [4, 4, 0], "pivot": [-8.29, -7.59157, -60.97], "rotation": [0, 0, 45], "uv": [12, 93]} + ] + }, + { + "name": "teeth", + "parent": "head", + "pivot": [0.22, 10.50843, -58.64], + "cubes": [ + {"origin": [19.781, -1.08502, -73.3], "size": [0, 4, 4], "pivot": [-0.22, 3.50843, -59.64], "rotation": [-45, 0, 0], "uv": [17, 0]}, + {"origin": [3.71, -3.45502, -74.642], "size": [4, 4, 0], "pivot": [23.71, -6.86157, -60.97], "rotation": [0, 0, 45], "uv": [44, 41]}, + {"origin": [-1.46, -3.45502, -74.64], "size": [4, 4, 0], "pivot": [18.54, -6.86157, -60.97], "rotation": [0, 0, 45], "uv": [44, 45]}, + {"origin": [-6.4, -3.45502, -74.63], "size": [4, 4, 0], "pivot": [13.6, -6.86157, -60.97], "rotation": [0, 0, 45], "uv": [0, 60]}, + {"origin": [-11.3, -3.45502, -74.636], "size": [4, 4, 0], "pivot": [8.7, -6.86157, -60.97], "rotation": [0, 0, 45], "uv": [12, 64]}, + {"origin": [-16.23, -3.45502, -74.634], "size": [4, 4, 0], "pivot": [3.77, -6.86157, -60.97], "rotation": [0, 0, 45], "uv": [0, 64]}, + {"origin": [-21.18, -3.45502, -74.633], "size": [4, 4, 0], "pivot": [-1.18, -6.86157, -60.97], "rotation": [0, 0, 45], "uv": [12, 60]}, + {"origin": [-26.01, -3.45502, -74.631], "size": [4, 4, 0], "pivot": [-6.01, -6.86157, -60.97], "rotation": [0, 0, 45], "uv": [42, 37]}, + {"origin": [-19.78, -1.08502, -73.3], "size": [0, 4, 4], "pivot": [0.22, 3.50843, -59.64], "rotation": [-45, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "fin_down_left", + "parent": "body_font", + "pivot": [22.14567, 4.36916, -40.81646], + "cubes": [ + {"origin": [16.24, -0.5, -41.01], "size": [13, 2, 13], "pivot": [28.24, -0.5, -40.01], "rotation": [1.86702, -50.78506, 29.93305], "uv": [157, 318]} + ] + }, + { + "name": "fin_down_right", + "parent": "body_font", + "pivot": [-22.14567, 4.36916, -40.81646], + "cubes": [ + {"origin": [-29.24, -0.5, -41.01], "size": [13, 2, 13], "pivot": [-28.24, -0.5, -40.01], "rotation": [1.86702, 50.78506, -29.93305], "uv": [162, 270]} + ] + }, + { + "name": "fin_right", + "parent": "torso", + "pivot": [29.22341, 10.67632, -10.23781], + "cubes": [ + {"origin": [16.95156, 9.73498, -28], "size": [25, 4, 17], "uv": [284, 94]} + ] + }, + { + "name": "fin_right1", + "parent": "fin_right", + "pivot": [39.83156, 11.90498, -19.23], + "cubes": [ + {"origin": [39.83156, 9.40498, -34.23], "size": [16, 5, 30], "inflate": 0.1, "uv": [265, 0]} + ] + }, + { + "name": "fin_right2", + "parent": "fin_right1", + "pivot": [53.87156, 11.99498, -19.73], + "cubes": [ + {"origin": [54.37156, 8.99498, -38.23], "size": [19, 6, 37], "inflate": 0.2, "uv": [0, 240]} + ] + }, + { + "name": "fin_right3", + "parent": "fin_right2", + "pivot": [72.18748, 11.99498, -20.2817], + "cubes": [ + {"origin": [72.37156, 8.99498, -47.23], "size": [48, 6, 54], "inflate": 0.3, "uv": [0, 60]}, + {"origin": [82.37156, 10.69498, -28.23], "size": [15, 3, 15], "inflate": 0.3, "pivot": [89.87156, 12.19498, -20.73], "rotation": [0, 45, 0], "uv": [284, 115]}, + {"origin": [93.37156, 10.69498, -13.78], "size": [8, 3, 3], "inflate": 0.2, "pivot": [100.87156, 12.19498, -12.28], "rotation": [0, -25, 0], "uv": [0, 106]}, + {"origin": [100.89156, 10.69498, -33.41], "size": [6, 3, 3], "inflate": 0.5, "pivot": [106.39156, 12.19498, -31.91], "rotation": [0, 25, 0], "uv": [150, 70]}, + {"origin": [93.37156, 10.69498, -30.78], "size": [8, 3, 3], "inflate": 0.2, "pivot": [100.87156, 12.19498, -29.28], "rotation": [0, 25, 0], "uv": [0, 106]}, + {"origin": [100.89156, 10.69498, -11.13], "size": [6, 3, 3], "inflate": 0.5, "pivot": [106.39156, 12.19498, -9.63], "rotation": [0, -25, 0], "uv": [150, 70]}, + {"origin": [74.37156, 10.69498, -22.64], "size": [8, 3, 4], "inflate": 0.2, "uv": [0, 47]}, + {"origin": [111.08156, 10.99498, -47.56], "size": [20, 2, 10], "inflate": 0.3, "pivot": [122.58156, 11.99498, -42.55], "rotation": [0, 20, 0], "uv": [50, 310]}, + {"origin": [113.81156, 10.99498, -32.23], "size": [20, 2, 10], "inflate": 0.3, "pivot": [125.31156, 11.99498, -27.23], "rotation": [0, 3, 0], "uv": [110, 310]}, + {"origin": [113.81156, 10.99498, -17.23], "size": [20, 2, 10], "inflate": 0.3, "pivot": [125.31156, 11.99498, -12.23], "rotation": [0, -5, 0], "uv": [312, 133]}, + {"origin": [111.45156, 10.99498, -2.9], "size": [20, 2, 10], "inflate": 0.3, "pivot": [122.95156, 11.99498, 2.1], "rotation": [0, -20, 0], "uv": [0, 316]} + ] + }, + { + "name": "fin_left", + "parent": "torso", + "pivot": [-29.22341, 10.67632, -10.23781], + "cubes": [ + {"origin": [-41.95156, 9.73498, -28], "size": [25, 4, 17], "uv": [0, 283]} + ] + }, + { + "name": "fin_left1", + "parent": "fin_left", + "pivot": [-40.83156, 11.90498, -19.23], + "cubes": [ + {"origin": [-56.83156, 9.40498, -34.23], "size": [16, 5, 30], "inflate": 0.1, "uv": [264, 153]} + ] + }, + { + "name": "fin_left2", + "parent": "fin_left1", + "pivot": [-54.87156, 11.99498, -19.73], + "cubes": [ + {"origin": [-74.37156, 8.99498, -38.23], "size": [19, 6, 37], "inflate": 0.2, "uv": [191, 227]} + ] + }, + { + "name": "fin_left3", + "parent": "fin_left2", + "pivot": [-73.18748, 11.99498, -20.2817], + "cubes": [ + {"origin": [-82.37156, 10.69498, -22.64], "size": [8, 3, 4], "inflate": 0.2, "uv": [0, 47], "mirror": true}, + {"origin": [-97.37156, 10.69498, -28.23], "size": [15, 3, 15], "inflate": 0.3, "pivot": [-89.87156, 12.19498, -20.73], "rotation": [0, 45, 0], "uv": [284, 115], "mirror": true}, + {"origin": [-101.37156, 10.69498, -30.78], "size": [8, 3, 3], "inflate": 0.2, "pivot": [-100.87156, 12.19498, -29.28], "rotation": [0, -25, 0], "uv": [0, 106], "mirror": true}, + {"origin": [-106.89156, 10.69498, -33.41], "size": [6, 3, 3], "inflate": 0.5, "pivot": [-106.39156, 12.19498, -31.91], "rotation": [0, -25, 0], "uv": [150, 70], "mirror": true}, + {"origin": [-106.89156, 10.69498, -11.13], "size": [6, 3, 3], "inflate": 0.5, "pivot": [-106.39156, 12.19498, -9.63], "rotation": [0, 25, 0], "uv": [150, 70], "mirror": true}, + {"origin": [-101.37156, 10.69498, -13.78], "size": [8, 3, 3], "inflate": 0.2, "pivot": [-100.87156, 12.19498, -12.28], "rotation": [0, 25, 0], "uv": [0, 106], "mirror": true}, + {"origin": [-121.37156, 8.99498, -47.23], "size": [48, 6, 54], "inflate": 0.3, "uv": [0, 0]}, + {"origin": [-131.08156, 10.99498, -47.56], "size": [20, 2, 10], "inflate": 0.3, "pivot": [-122.58156, 11.99498, -42.55], "rotation": [0, -20, 0], "uv": [50, 310], "mirror": true}, + {"origin": [-133.81156, 10.99498, -32.23], "size": [20, 2, 10], "inflate": 0.3, "pivot": [-125.31156, 11.99498, -27.23], "rotation": [0, -3, 0], "uv": [110, 310], "mirror": true}, + {"origin": [-133.81156, 10.99498, -17.23], "size": [20, 2, 10], "inflate": 0.3, "pivot": [-125.31156, 11.99498, -12.23], "rotation": [0, 5, 0], "uv": [312, 133], "mirror": true}, + {"origin": [-131.45156, 10.99498, -2.9], "size": [20, 2, 10], "inflate": 0.3, "pivot": [-122.95156, 11.99498, 2.1], "rotation": [0, 20, 0], "uv": [0, 316], "mirror": true} + ] + }, + { + "name": "fin_upper_left", + "parent": "torso", + "pivot": [-17.36, 27.18, -8.99], + "rotation": [42.2224, 3.15856, -26.48831], + "cubes": [ + {"origin": [-17.66, 19.92, 7.75], "size": [0, 12, 20], "pivot": [-16.66, 31.92, 16.25], "rotation": [-19.88487, 3.24199, -4.24018], "uv": [96, 168]}, + {"origin": [-18.26, 25.28, -1.76], "size": [0, 10, 15], "pivot": [-17.76, 36.28, 4.74], "rotation": [-12.49658, -0.1308, -2.99715], "uv": [75, 249]}, + {"origin": [-16.66, 12.88, -7.56], "size": [1, 18, 14], "inflate": 0.1, "pivot": [-16.16, 21.88, -1.06], "rotation": [-93.8576, -0.30203, -15.88992], "uv": [286, 318]}, + {"origin": [-13.21, 0.74, -8.5], "size": [1, 18, 14], "inflate": 0.1, "pivot": [-12.71, 9.74, -2], "rotation": [-93.8576, -0.30203, -15.88992], "uv": [256, 318]}, + {"origin": [-13.21, 0.74, -8.5], "size": [1, 18, 14], "inflate": 0.1, "pivot": [-12.71, 9.74, -2], "rotation": [-93.8576, -0.30203, -15.88992], "uv": [226, 306]}, + {"origin": [-17.57, 17.68, -14.97], "size": [0, 19, 14], "pivot": [-16.57, 27.18, -7.97], "rotation": [0, 0, -4], "uv": [0, 120]} + ] + }, + { + "name": "fin_upper_right", + "parent": "torso", + "pivot": [17.36, 27.18, -8.99], + "rotation": [42.2224, -3.15856, 26.48831], + "cubes": [ + {"origin": [17.66, 19.92, 7.75], "size": [0, 12, 20], "pivot": [16.66, 31.92, 16.25], "rotation": [-19.88487, -3.24199, 4.24018], "uv": [96, 168], "mirror": true}, + {"origin": [18.26, 25.28, -1.76], "size": [0, 10, 15], "pivot": [17.76, 36.28, 4.74], "rotation": [-12.49658, 0.1308, 2.99715], "uv": [75, 249], "mirror": true}, + {"origin": [15.66, 12.88, -7.56], "size": [1, 18, 14], "inflate": 0.1, "pivot": [16.16, 21.88, -1.06], "rotation": [-93.8576, 0.30203, 15.88992], "uv": [286, 318], "mirror": true}, + {"origin": [12.21, 0.74, -8.5], "size": [1, 18, 14], "inflate": 0.1, "pivot": [12.71, 9.74, -2], "rotation": [-93.8576, 0.30203, 15.88992], "uv": [256, 318], "mirror": true}, + {"origin": [12.21, 0.74, -8.5], "size": [1, 18, 14], "inflate": 0.1, "pivot": [12.71, 9.74, -2], "rotation": [-93.8576, 0.30203, 15.88992], "uv": [226, 306], "mirror": true}, + {"origin": [17.57, 17.68, -14.97], "size": [0, 19, 14], "pivot": [16.57, 27.18, -7.97], "rotation": [0, 0, 4], "uv": [0, 120], "mirror": true} + ] + }, + { + "name": "body_rear", + "parent": "body", + "pivot": [0, 12.73498, -2.24], + "cubes": [ + {"origin": [-23, -1.25538, 0], "size": [46, 30, 21], "uv": [150, 60]}, + {"origin": [-23, -1.25538, -9.33], "size": [46, 30, 10], "inflate": -0.1, "uv": [266, 220]} + ] + }, + { + "name": "body_rear1", + "parent": "body_rear", + "pivot": [0, 13.73498, 23.76], + "cubes": [ + {"origin": [-17, 1.73498, 15], "size": [34, 24, 28], "uv": [0, 188]} + ] + }, + { + "name": "tail", + "parent": "body_rear1", + "pivot": [0, 13.73498, 38.76], + "cubes": [ + {"origin": [-12.5, 4.73498, 34.76], "size": [25, 18, 28], "uv": [84, 264]} + ] + }, + { + "name": "tail_main1", + "parent": "tail", + "pivot": [0, 15.07498, 57.77], + "cubes": [ + {"origin": [-8.5, 7.73498, 53.15], "size": [17, 12, 27], "uv": [265, 279]} + ] + }, + { + "name": "bone16", + "parent": "tail_main1", + "pivot": [0, 16.07498, 75.77], + "cubes": [ + {"origin": [-6.5, 8.07498, 72.27], "size": [13, 12, 20], "inflate": -1.5, "uv": [296, 188]} + ] + }, + { + "name": "tail_main2", + "parent": "tail", + "pivot": [0, 14, 56] + }, + { + "name": "tail_main_left", + "parent": "tail_main2", + "pivot": [-12.03284, 11.98272, 59.34503], + "cubes": [ + {"origin": [-37.75, 8.73498, 57.75], "size": [32, 6, 13], "pivot": [-26.25, 11.73498, 64.25], "rotation": [0, 18, 0], "uv": [284, 75]} + ] + }, + { + "name": "tail_main_left1", + "parent": "tail_main_left", + "pivot": [-20.66284, 11.98272, 69.34503], + "cubes": [ + {"origin": [-26.51, 11.73498, 67.74], "size": [10, 0, 26], "uv": [0, 87]} + ] + }, + { + "name": "tail_main_left1_1", + "parent": "tail_main_left1", + "pivot": [-21.66284, 11.73272, 93.71503], + "cubes": [ + {"origin": [-26.51, 11.73498, 93.74], "size": [10, 0, 27], "uv": [0, 60]} + ] + }, + { + "name": "tail_main_left1_2", + "parent": "tail_main_left1_1", + "pivot": [-21.66284, 10.98272, 121.34503], + "cubes": [ + {"origin": [-26.51, 11.73498, 120.74], "size": [10, 0, 22], "uv": [0, 29]} + ] + }, + { + "name": "tail_main_left2", + "parent": "tail_main_left", + "pivot": [-33.03284, 11.98272, 54.34503], + "cubes": [ + {"origin": [-44.2, 10.26498, 61.26], "size": [13, 3, 9], "pivot": [-34.7, 13.26498, 67.76], "rotation": [0, 58, 0], "uv": [62, 322]} + ] + }, + { + "name": "tail_main_left2_1", + "parent": "tail_main_left2", + "pivot": [-43.03284, 11.98272, 72.34503], + "cubes": [ + {"origin": [-44.88, 11.73498, 71.74], "size": [10, 0, 21], "uv": [129, 0]} + ] + }, + { + "name": "tail_main_left2_2", + "parent": "tail_main_left2_1", + "pivot": [-40.03284, 11.71272, 92.75503], + "cubes": [ + {"origin": [-44.88, 11.73498, 92.74], "size": [10, 0, 21], "uv": [116, 120]} + ] + }, + { + "name": "tail_main_left2_3", + "parent": "tail_main_left2_2", + "pivot": [-41.03284, 11.98272, 114.34503], + "cubes": [ + {"origin": [-44.88, 11.73498, 113.74], "size": [10, 0, 29], "uv": [0, 0]} + ] + }, + { + "name": "tail_main_right", + "parent": "tail_main2", + "pivot": [12.03284, 11.98272, 59.34503], + "cubes": [ + {"origin": [5.75, 8.73498, 57.75], "size": [32, 6, 13], "pivot": [26.25, 11.73498, 64.25], "rotation": [0, -18, 0], "uv": [284, 75], "mirror": true} + ] + }, + { + "name": "tail_main_right1", + "parent": "tail_main_right", + "pivot": [20.66284, 11.98272, 69.34503], + "cubes": [ + {"origin": [16.51, 11.73498, 67.74], "size": [10, 0, 26], "uv": [0, 87], "mirror": true} + ] + }, + { + "name": "tail_main_right1_1", + "parent": "tail_main_right1", + "pivot": [21.66284, 11.73272, 93.71503], + "cubes": [ + {"origin": [16.51, 11.73498, 93.74], "size": [10, 0, 27], "uv": [0, 60], "mirror": true} + ] + }, + { + "name": "tail_main_right1_2", + "parent": "tail_main_right1_1", + "pivot": [23.66284, 11.98272, 120.34503], + "cubes": [ + {"origin": [16.51, 11.73498, 120.74], "size": [10, 0, 22], "uv": [0, 29], "mirror": true} + ] + }, + { + "name": "tail_main_right2", + "parent": "tail_main_right", + "pivot": [33.03284, 11.98272, 54.34503], + "cubes": [ + {"origin": [31.2, 10.26498, 61.26], "size": [13, 3, 9], "pivot": [34.7, 13.26498, 67.76], "rotation": [0, -58, 0], "uv": [62, 322], "mirror": true} + ] + }, + { + "name": "tail_main_right2_1", + "parent": "tail_main_right2", + "pivot": [43.03284, 11.98272, 72.34503], + "cubes": [ + {"origin": [34.88, 11.73498, 71.74], "size": [10, 0, 21], "uv": [129, 0], "mirror": true} + ] + }, + { + "name": "tail_main_right2_2", + "parent": "tail_main_right2_1", + "pivot": [40.03284, 11.71272, 92.75503], + "cubes": [ + {"origin": [34.88, 11.73498, 92.74], "size": [10, 0, 21], "uv": [116, 120], "mirror": true} + ] + }, + { + "name": "tail_main_right2_3", + "parent": "tail_main_right2_2", + "pivot": [42.03284, 12.98272, 113.34503], + "cubes": [ + {"origin": [34.88, 11.73498, 113.74], "size": [10, 0, 29], "uv": [0, 0], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kyurem/kyurem.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kyurem/kyurem.geo.json new file mode 100644 index 0000000..d02bd0e --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kyurem/kyurem.geo.json @@ -0,0 +1,558 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 256, + "texture_height": 256, + "visible_bounds_width": 9, + "visible_bounds_height": 6.5, + "visible_bounds_offset": [0, 2.75, 0] + }, + "bones": [ + { + "name": "kyurem", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "kyurem", + "pivot": [8, 33, 16] + }, + { + "name": "legs", + "parent": "body", + "pivot": [26, 23, 19.25] + }, + { + "name": "right_leg", + "parent": "legs", + "pivot": [8, 33, 16] + }, + { + "name": "thigh_right", + "parent": "right_leg", + "pivot": [26, 23, 19.25] + }, + { + "name": "thighR_1", + "parent": "thigh_right", + "pivot": [26, 23, 19.25], + "cubes": [ + {"origin": [10.5, 19.25, 8], "size": [6, 8, 16], "inflate": 0.01, "pivot": [16.5, 19.25, 19], "rotation": [7.5, 0, 0], "uv": [89, 96], "mirror": true} + ] + }, + { + "name": "thighR_2", + "parent": "thigh_right", + "pivot": [26, 23, 19.25], + "cubes": [ + {"origin": [9.25, 25.75, 7], "size": [9, 6, 19], "uv": [67, 0], "mirror": true} + ] + }, + { + "name": "thighR_3", + "parent": "thigh_right", + "pivot": [15.25, 29.25, 18], + "cubes": [ + {"origin": [9.25, 30.25, 7], "size": [9, 12, 19], "inflate": 0.01, "pivot": [15.25, 30.25, 18], "rotation": [-7.5, 0, 0], "uv": [68, 50], "mirror": true} + ] + }, + { + "name": "ankle_right", + "parent": "right_leg", + "pivot": [15.5, 25, 25.25], + "cubes": [ + {"origin": [9.5, 15, 21.25], "size": [8, 11, 7], "uv": [0, 113], "mirror": true} + ] + }, + { + "name": "calf_right", + "parent": "ankle_right", + "pivot": [13.5, 14, 24.25], + "cubes": [ + {"origin": [10.5, 4, 22.25], "size": [6, 11, 5], "uv": [0, 147], "mirror": true} + ] + }, + { + "name": "foot_right", + "parent": "calf_right", + "pivot": [13, 3, 24.25], + "cubes": [ + {"origin": [10, 0, 19.25], "size": [7, 4, 9], "uv": [53, 50], "mirror": true} + ] + }, + { + "name": "toes_right", + "parent": "foot_right", + "pivot": [14, 1, 20] + }, + { + "name": "Rtoe1", + "parent": "toes_right", + "pivot": [30, 0, 7.5], + "rotation": [0, -25, 0], + "cubes": [ + {"origin": [21.24954, 0, 16.63095], "size": [2, 2, 2], "uv": [42, 154], "mirror": true}, + {"origin": [21.24954, 0, 18.63095], "size": [2, 3, 3], "uv": [55, 136], "mirror": true}, + {"origin": [20.74954, 0, 21.63095], "size": [3, 3, 4], "uv": [37, 88], "mirror": true} + ] + }, + { + "name": "Rtoe2", + "parent": "toes_right", + "pivot": [15.25, 0, 9.5], + "rotation": [0, 25, 0], + "cubes": [ + {"origin": [5.99954, 0, 14.11905], "size": [3, 3, 3], "uv": [44, 171], "mirror": true}, + {"origin": [6.59954, 0, 11.11905], "size": [2, 3, 3], "uv": [55, 136], "mirror": true}, + {"origin": [6.59954, 0, 9.11905], "size": [2, 2, 2], "uv": [42, 154], "mirror": true} + ] + }, + { + "name": "Rtoe3", + "parent": "toes_right", + "pivot": [30, 0, 7.5], + "cubes": [ + {"origin": [12.5, 0, 11.25], "size": [2, 2, 2], "uv": [78, 63], "mirror": true}, + {"origin": [12.5, 0, 13.25], "size": [2, 3, 3], "uv": [58, 88], "mirror": true}, + {"origin": [12, 0, 16.25], "size": [3, 3, 3], "inflate": 0.01, "uv": [123, 19], "mirror": true} + ] + }, + { + "name": "left_leg", + "parent": "legs", + "pivot": [-8, 33, 16] + }, + { + "name": "thigh_left", + "parent": "left_leg", + "pivot": [-26, 23, 19.25] + }, + { + "name": "thighL_1", + "parent": "thigh_left", + "pivot": [-26, 23, 19.25], + "cubes": [ + {"origin": [-16.5, 19.25, 8], "size": [6, 8, 16], "inflate": 0.01, "pivot": [-16.5, 19.25, 19], "rotation": [7.5, 0, 0], "uv": [89, 96]} + ] + }, + { + "name": "thighL_2", + "parent": "thigh_left", + "pivot": [-26, 23, 19.25], + "cubes": [ + {"origin": [-18.25, 25.75, 7], "size": [9, 6, 19], "uv": [67, 0]} + ] + }, + { + "name": "thighL_3", + "parent": "thigh_left", + "pivot": [-15.25, 29.25, 18], + "cubes": [ + {"origin": [-18.25, 30.25, 7], "size": [9, 12, 19], "inflate": 0.01, "pivot": [-15.25, 30.25, 18], "rotation": [-7.5, 0, 0], "uv": [68, 50]} + ] + }, + { + "name": "ankle_left", + "parent": "left_leg", + "pivot": [-15.5, 25, 25.25], + "cubes": [ + {"origin": [-17.5, 15, 21.25], "size": [8, 11, 7], "uv": [0, 113]} + ] + }, + { + "name": "calf_left", + "parent": "ankle_left", + "pivot": [-13.5, 14, 24.25], + "cubes": [ + {"origin": [-16.5, 4, 22.25], "size": [6, 11, 5], "uv": [0, 147]} + ] + }, + { + "name": "foot_left", + "parent": "calf_left", + "pivot": [-13, 3, 24.25], + "cubes": [ + {"origin": [-17, 0, 19.25], "size": [7, 4, 9], "uv": [53, 50]} + ] + }, + { + "name": "toes_left", + "parent": "foot_left", + "pivot": [-14, 1, 20] + }, + { + "name": "Ltoe1", + "parent": "toes_left", + "pivot": [-30, 0, 7.5], + "rotation": [0, 25, 0], + "cubes": [ + {"origin": [-23.74954, 0, 21.63095], "size": [3, 3, 4], "uv": [37, 88]}, + {"origin": [-23.24954, 0, 18.63095], "size": [2, 3, 3], "uv": [55, 136]}, + {"origin": [-23.24954, 0, 16.63095], "size": [2, 2, 2], "uv": [42, 154]} + ] + }, + { + "name": "Ltoe2", + "parent": "toes_left", + "pivot": [-15.25, 0, 9.5], + "rotation": [0, -25, 0], + "cubes": [ + {"origin": [-8.59954, 0, 9.11905], "size": [2, 2, 2], "uv": [42, 154]}, + {"origin": [-8.59954, 0, 11.11905], "size": [2, 3, 3], "uv": [55, 136]}, + {"origin": [-8.99954, 0, 14.11905], "size": [3, 3, 3], "uv": [44, 171]} + ] + }, + { + "name": "Ltoe3", + "parent": "toes_left", + "pivot": [-30, 0, 7.5], + "cubes": [ + {"origin": [-14.5, 0, 13.25], "size": [2, 3, 3], "uv": [58, 88]}, + {"origin": [-14.5, 0, 11.25], "size": [2, 2, 2], "uv": [78, 63]}, + {"origin": [-15, 0, 16.25], "size": [3, 3, 3], "inflate": 0.01, "uv": [123, 19]} + ] + }, + { + "name": "bodymain", + "parent": "body", + "pivot": [0, 31.98073, 17.60126] + }, + { + "name": "tail", + "parent": "bodymain", + "pivot": [0, 38.5, 30.75], + "rotation": [-7.5, 0, 0] + }, + { + "name": "base", + "parent": "tail", + "pivot": [0, 40.98, 31.58745], + "cubes": [ + {"origin": [-2.5, 37.98, 29.08745], "size": [5, 5, 6], "pivot": [1, 37.98, 34.08745], "rotation": [12.5, 0, 0], "uv": [155, 100]}, + {"origin": [-5.5, 36.23, 34.83745], "size": [11, 11, 8], "pivot": [0, 39.23, 39.83745], "rotation": [12.5, 0, 0], "uv": [104, 0]}, + {"origin": [-6.5, 36.98, 42.58745], "size": [13, 13, 3], "pivot": [0, 40.98, 47.58745], "rotation": [12.5, 0, 0], "uv": [0, 131]} + ] + }, + { + "name": "ice_1", + "parent": "tail", + "pivot": [0, 40.98, 49.58745], + "cubes": [ + {"origin": [-2, 47.48, 44.83745], "size": [4, 3, 9], "pivot": [-0.5, 41.48, 50.83745], "rotation": [12.5, 0, 0], "uv": [53, 153]}, + {"origin": [-2, 48.48, 41.83745], "size": [4, 3, 6], "inflate": 0.01, "pivot": [-0.5, 41.48, 44.83745], "rotation": [17.5, 0, 0], "uv": [149, 125]}, + {"origin": [-1, 51.13, 47.08745], "size": [2, 2, 3], "pivot": [-0.5, 42.98, 50.08745], "rotation": [17.5, 0, 0], "uv": [132, 153]}, + {"origin": [-1.5, 49.91, 53.63745], "size": [3, 2, 8], "pivot": [-1, 42.98, 59.58745], "rotation": [12.5, 0, 0], "uv": [159, 13]}, + {"origin": [-1.5, 48.98, 41.93745], "size": [3, 3, 5], "inflate": 0.01, "pivot": [0, 41.98, 45.08745], "rotation": [47.5, 0, 0], "uv": [167, 86]} + ] + }, + { + "name": "ice_2", + "parent": "tail", + "pivot": [-1.5, 45.48, 49.58745], + "rotation": [-20.06358, -5.96759, 142.449], + "cubes": [ + {"origin": [-4.39426, 52.2875, 44.8382], "size": [4, 3, 9], "pivot": [-2, 45.98, 50.83745], "rotation": [12.5, 0, 0], "uv": [152, 35]}, + {"origin": [-3.39426, 55.93627, 47.11499], "size": [2, 2, 3], "pivot": [-2, 47.48, 50.08745], "rotation": [17.5, 0, 0], "uv": [139, 125]}, + {"origin": [-4.39426, 53.28627, 41.86499], "size": [4, 3, 6], "inflate": 0.01, "pivot": [-2, 45.98, 44.83745], "rotation": [17.5, 0, 0], "uv": [103, 120]}, + {"origin": [-3.89426, 54.7175, 53.6382], "size": [3, 2, 8], "pivot": [-2.5, 47.48, 59.58745], "rotation": [12.5, 0, 0], "uv": [157, 111]}, + {"origin": [-3.89426, 53.73147, 42.11444], "size": [3, 3, 5], "inflate": 0.01, "pivot": [-1.5, 46.48, 45.08745], "rotation": [47.5, 0, 0], "uv": [74, 167]} + ] + }, + { + "name": "ice_3", + "parent": "tail", + "pivot": [1.5, 45.48, 49.58745], + "rotation": [-20.06358, 5.96759, -142.449], + "cubes": [ + {"origin": [0.89426, 54.7175, 53.6382], "size": [3, 2, 8], "pivot": [2.5, 47.48, 59.58745], "rotation": [12.5, 0, 0], "uv": [157, 111], "mirror": true}, + {"origin": [0.89426, 53.73147, 42.11444], "size": [3, 3, 5], "inflate": 0.01, "pivot": [1.5, 46.48, 45.08745], "rotation": [47.5, 0, 0], "uv": [74, 167], "mirror": true}, + {"origin": [0.39426, 53.28627, 41.86499], "size": [4, 3, 6], "inflate": 0.01, "pivot": [2, 45.98, 44.83745], "rotation": [17.5, 0, 0], "uv": [103, 120], "mirror": true}, + {"origin": [0.39426, 52.2875, 44.8382], "size": [4, 3, 9], "pivot": [2, 45.98, 50.83745], "rotation": [12.5, 0, 0], "uv": [152, 35], "mirror": true}, + {"origin": [1.39426, 55.93627, 47.11499], "size": [2, 2, 3], "pivot": [2, 47.48, 50.08745], "rotation": [17.5, 0, 0], "uv": [139, 125], "mirror": true} + ] + }, + { + "name": "body1", + "parent": "bodymain", + "pivot": [-8.5, 32.75, 23.25], + "cubes": [ + {"origin": [-10.5, 18.75, 5.25], "size": [21, 25, 25], "pivot": [-8.5, 32.75, 23.25], "rotation": [-7.5, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "body2", + "parent": "body1", + "pivot": [0, 34.54548, 5.20832], + "cubes": [ + {"origin": [-9.5, 23, -8.25], "size": [19, 23, 15], "pivot": [-8.5, 35, -0.25], "rotation": [-5, 0, 0], "uv": [0, 50]} + ] + }, + { + "name": "body3", + "parent": "body2", + "pivot": [0, 35.19495, -9.76332], + "cubes": [ + {"origin": [-7.5, 26.5, -14.25], "size": [15, 18, 7], "pivot": [-8.5, 35.5, -14.25], "rotation": [-5, 0, 0], "uv": [0, 88]} + ] + }, + { + "name": "bodyice", + "parent": "body3", + "pivot": [-23.5, 29, -7.75] + }, + { + "name": "bodyice_left", + "parent": "bodyice", + "pivot": [-5.51798, 37.82974, -7.83862], + "cubes": [ + {"origin": [-10.5, 34, -3.25], "size": [3, 8, 4], "inflate": 0.002, "pivot": [-8.5, 33, -2.25], "rotation": [42.5, 0, 0], "uv": [153, 166]}, + {"origin": [-10.5, 34.5, -16.5], "size": [5, 8, 4], "inflate": 0.001, "pivot": [-8.5, 33.5, -13.5], "rotation": [-47.5, 0, 0], "uv": [159, 47]}, + {"origin": [-10.5, 30.65, -4.77], "size": [3, 6, 4], "pivot": [-27.5, 35.75, -10.75], "rotation": [-5, 0, 0], "uv": [16, 167]}, + {"origin": [-10.5, 31.9, -14.85], "size": [5, 5, 4], "pivot": [-27.5, 36, -20.75], "rotation": [-5, 0, 0], "uv": [163, 121]}, + {"origin": [-9.95, 23.87, -4.95], "size": [2, 8, 3], "pivot": [-26.75, 31, -11.75], "rotation": [-15.40373, -1.03681, -2.56988], "uv": [117, 89]}, + {"origin": [-0.2, 8.87, -10.75], "size": [3, 4, 2], "pivot": [-16.5, 12, -18.75], "rotation": [-14.34723, -17.27831, -63.04202], "uv": [171, 153]}, + {"origin": [14.8, 0.37, 1.25], "size": [2, 3, 1], "pivot": [-2.5, 3.5, -6.75], "rotation": [0.93912, 22.57286, -99.60219], "uv": [0, 113]}, + {"origin": [-14.75, 34.5, -9.75], "size": [9, 10, 5], "pivot": [-15.75, 44.5, -10.75], "rotation": [-3.69066, -3.37562, -42.39121], "uv": [92, 139]}, + {"origin": [-20, 35, -9.75], "size": [9, 6, 5], "pivot": [-21, 45, -10.75], "rotation": [-1.71394, -4.69776, -69.92969], "uv": [144, 89]}, + {"origin": [-21, 41, -9.75], "size": [11, 6, 5], "pivot": [-21, 45, -10.75], "rotation": [-1.71394, -4.69776, -69.92969], "uv": [129, 33]}, + {"origin": [-20, 41, -8.75], "size": [3, 6, 3], "inflate": 0.01, "pivot": [-21, 45, -10.75], "rotation": [-1.71394, -4.69776, -69.92969], "uv": [141, 169]}, + {"origin": [-25.5, 43, -8.5], "size": [3, 6, 3], "inflate": 0.01, "pivot": [-26.5, 47, -10.5], "rotation": [-1.71394, -4.69776, -69.92969], "uv": [129, 169]}, + {"origin": [-14, 46, -8.75], "size": [3, 1, 3], "inflate": 0.01, "pivot": [-21, 45, -10.75], "rotation": [-1.71394, -4.69776, -69.92969], "uv": [105, 64]}, + {"origin": [-17.5, 44.25, -8.75], "size": [3, 6, 3], "inflate": 0.01, "pivot": [-24.5, 46.25, -10.75], "rotation": [-1.71394, -4.69776, -69.92969], "uv": [103, 154]}, + {"origin": [-8.2, 20.87, -15.45], "size": [4, 6, 3], "pivot": [-25, 26, -22.25], "rotation": [2.65327, -2.36906, -17.40247], "uv": [169, 35], "mirror": true}, + {"origin": [17.8, 6.87, -14.5], "size": [2, 3, 1], "pivot": [0.5, 10, -22.5], "rotation": [18.37038, -4.92385, -100.03742], "uv": [66, 112], "mirror": true}, + {"origin": [7.05, 7.87, -15.25], "size": [2, 3, 2], "pivot": [-10.25, 10, -23.25], "rotation": [6.20283, -4.82922, -74.9453], "uv": [170, 139], "mirror": true} + ] + }, + { + "name": "bodyice_right", + "parent": "bodyice", + "pivot": [4.78692, 37.27695, -7.17292], + "cubes": [ + {"origin": [7.5, 34, -3.25], "size": [3, 8, 4], "inflate": 0.002, "pivot": [8.5, 33, -2.25], "rotation": [42.5, 0, 0], "uv": [0, 50]}, + {"origin": [5.5, 34.5, -16.5], "size": [5, 8, 4], "inflate": 0.001, "pivot": [8.5, 33.5, -13.5], "rotation": [-47.5, 0, 0], "uv": [92, 25]}, + {"origin": [7.5, 30.65, -4.77], "size": [3, 6, 4], "pivot": [27.5, 35.75, -10.75], "rotation": [-5, 0, 0], "uv": [30, 113]}, + {"origin": [5.5, 31.9, -14.85], "size": [5, 5, 4], "pivot": [27.5, 36, -20.75], "rotation": [-5, 0, 0], "uv": [67, 0]}, + {"origin": [4.2, 20.87, -15.45], "size": [4, 6, 3], "pivot": [25, 26, -22.25], "rotation": [2.65327, 2.36906, 17.40247], "uv": [169, 35]}, + {"origin": [-9.05, 7.87, -15.25], "size": [2, 3, 2], "pivot": [10.25, 10, -23.25], "rotation": [6.20283, 4.82922, 74.9453], "uv": [170, 139]}, + {"origin": [-19.8, 6.87, -14.5], "size": [2, 3, 1], "pivot": [-0.5, 10, -22.5], "rotation": [18.37038, 4.92385, 100.03742], "uv": [66, 112]}, + {"origin": [7.95, 23.87, -4.95], "size": [2, 8, 3], "pivot": [26.75, 31, -11.75], "rotation": [-15.40373, 1.03681, 2.56988], "uv": [86, 81]}, + {"origin": [-2.8, 8.87, -10.75], "size": [3, 4, 2], "pivot": [16.5, 12, -18.75], "rotation": [-14.34723, 17.27831, 63.04202], "uv": [22, 147]}, + {"origin": [-16.8, 0.37, 1.25], "size": [2, 3, 1], "pivot": [2.5, 3.5, -6.75], "rotation": [0.93912, -22.57286, 99.60219], "uv": [105, 50]}, + {"origin": [7.75, 34.5, -9.75], "size": [7, 10, 5], "pivot": [15.75, 44.5, -10.75], "rotation": [-3.69066, 3.37562, 42.39121], "uv": [146, 134]}, + {"origin": [13.25, 34.25, -9.75], "size": [7, 11, 5], "inflate": 0.001, "pivot": [21.25, 44.25, -10.75], "rotation": [-1.08482, 4.88119, 77.45376], "uv": [0, 0]}, + {"origin": [21.25, 49.25, -9], "size": [8, 9, 5], "pivot": [30.25, 51.25, -10], "rotation": [-3.38262, 3.68425, 47.39118], "uv": [120, 139]}, + {"origin": [16, 56.5, -9.5], "size": [12, 8, 6], "pivot": [28, 50.5, -10.5], "rotation": [-2.50477, 4.32875, 59.90532], "uv": [129, 19]}, + {"origin": [15, 64.5, -9.5], "size": [14, 8, 6], "pivot": [28, 50.5, -10.5], "rotation": [-2.50477, 4.32875, 59.90532], "uv": [105, 50]}, + {"origin": [24, 64.5, -8.5], "size": [4, 8, 4], "inflate": 0.01, "pivot": [28, 50.5, -10.5], "rotation": [-2.50477, 4.32875, 59.90532], "uv": [0, 163]}, + {"origin": [24, 72.5, -8.5], "size": [4, 6, 4], "inflate": 0.01, "pivot": [28, 50.5, -10.5], "rotation": [-2.50477, 4.32875, 59.90532], "uv": [164, 64]}, + {"origin": [16, 64.5, -8.5], "size": [4, 8, 4], "inflate": 0.01, "pivot": [28, 50.5, -10.5], "rotation": [-2.50477, 4.32875, 59.90532], "uv": [99, 163]}, + {"origin": [16, 72.5, -8.5], "size": [4, 6, 4], "inflate": 0.01, "pivot": [28, 50.5, -10.5], "rotation": [-2.50477, 4.32875, 59.90532], "uv": [58, 165]}, + {"origin": [22, 41.5, -9], "size": [7, 8, 5], "pivot": [30, 51.5, -10], "rotation": [-3.38262, 3.68425, 47.39118], "uv": [79, 154]} + ] + }, + { + "name": "arms", + "parent": "body3", + "pivot": [-40, 37.25, -17.75] + }, + { + "name": "arm_right", + "parent": "arms", + "pivot": [6.90557, 33.26213, -8.05104], + "cubes": [ + {"origin": [11, 32, -9.5], "size": [4, 3, 3], "pivot": [29, 33, -10.5], "rotation": [-5, 0, 0], "uv": [70, 153]}, + {"origin": [7, 31.5, -10], "size": [4, 4, 4], "pivot": [25, 32.5, -10], "rotation": [-5, 0, 0], "uv": [167, 166]} + ] + }, + { + "name": "forearm_right", + "parent": "arm_right", + "pivot": [14.85836, 33.24268, -8.10496], + "cubes": [ + {"origin": [15, 32.5, -9], "size": [6, 2, 2], "pivot": [33, 33.5, -11], "rotation": [-5, 0, 0], "uv": [0, 21]}, + {"origin": [21, 32.5, -9], "size": [3, 2, 2], "pivot": [39, 33.5, -11], "rotation": [-5, 0, 0], "uv": [23, 113]}, + {"origin": [24, 32.5, -3.75], "size": [3, 1, 0], "pivot": [42, 33.5, -5.75], "rotation": [-5.12076, -12.45167, 1.10693], "uv": [6, 62]}, + {"origin": [22, 33.25, -13.75], "size": [3, 1, 0], "pivot": [40, 34.25, -17.75], "rotation": [0, 17.43127, -1.5741], "uv": [0, 62]} + ] + }, + { + "name": "arm_left", + "parent": "arms", + "pivot": [-6.90557, 33.26213, -8.05104], + "cubes": [ + {"origin": [-11, 31.5, -10], "size": [4, 4, 4], "pivot": [-25, 32.5, -10], "rotation": [-5, 0, 0], "uv": [168, 0]}, + {"origin": [-15, 32, -9.5], "size": [4, 3, 3], "pivot": [-29, 33, -10.5], "rotation": [-5, 0, 0], "uv": [171, 23]} + ] + }, + { + "name": "forearm_left", + "parent": "arm_left", + "pivot": [-13.85836, 33.24268, -8.10496], + "cubes": [ + {"origin": [-21, 32.5, -9], "size": [6, 2, 2], "pivot": [-33, 33.5, -11], "rotation": [-5, 0, 0], "uv": [86, 96]}, + {"origin": [-24, 32.5, -9], "size": [3, 2, 2], "pivot": [-39, 33.5, -11], "rotation": [-5, 0, 0], "uv": [159, 59]}, + {"origin": [-27, 32.5, -3.75], "size": [3, 1, 0], "pivot": [-42, 33.5, -5.75], "rotation": [-5.12076, 12.45167, -1.10693], "uv": [6, 63]}, + {"origin": [-25, 33.25, -13.75], "size": [3, 1, 0], "pivot": [-40, 34.25, -17.75], "rotation": [0, -17.43127, 1.5741], "uv": [0, 63]} + ] + }, + { + "name": "neck", + "parent": "body3", + "pivot": [0, 35, -13] + }, + { + "name": "neck1", + "parent": "neck", + "pivot": [0, 35.62503, -12.88644], + "cubes": [ + {"origin": [-5.5, 29, -24.25], "size": [11, 13, 11], "pivot": [-8.5, 34, -20.25], "rotation": [5, 0, 0], "uv": [33, 112]} + ] + }, + { + "name": "neck2", + "parent": "neck1", + "pivot": [0, 36.17691, -23.72785], + "cubes": [ + {"origin": [-4, 28.5, -34.25], "size": [8, 11, 11], "inflate": 0.001, "pivot": [-9, 32.5, -30.25], "rotation": [10, 0, 0], "uv": [117, 89]}, + {"origin": [0, 39.5, -34.25], "size": [0, 5, 11], "pivot": [-9, 32.5, -30.25], "rotation": [10, 0, 0], "uv": [0, 5]} + ] + }, + { + "name": "neck3", + "parent": "neck2", + "pivot": [-0.0005, 34.05656, -34.452], + "cubes": [ + {"origin": [-4, 26.5, -43], "size": [8, 9, 10], "pivot": [-9, 30.5, -40], "rotation": [22.5, 0, 0], "uv": [77, 120]}, + {"origin": [-0.001, 35.5, -42], "size": [0, 5, 9], "pivot": [-9, 30.5, -40], "rotation": [22.5, 0, 0], "uv": [67, 0]} + ] + }, + { + "name": "neck4", + "parent": "neck3", + "pivot": [0, 31.10736, -42.29777], + "cubes": [ + {"origin": [-4, 24.75, -51.75], "size": [8, 9, 10], "inflate": 0.01, "pivot": [-9, 28.75, -48.75], "rotation": [7.5, 0, 0], "uv": [113, 120]}, + {"origin": [0, 33.75, -47.75], "size": [0, 5, 6], "pivot": [-9, 28.75, -48.75], "rotation": [7.5, 0, 0], "uv": [67, 8]} + ] + }, + { + "name": "head", + "parent": "neck4", + "pivot": [0, 28.96086, -51.55015], + "cubes": [ + {"origin": [-4, 24.75, -51.75], "size": [8, 9, 4], "inflate": 0.01, "pivot": [-9, 28.75, -45], "rotation": [7.5, 0, 0], "uv": [22, 154]}, + {"origin": [-4.5, 24.75, -52.75], "size": [9, 4, 2], "inflate": 0.01, "pivot": [-9, 28.75, -44], "rotation": [7.5, 0, 0], "uv": [142, 13]}, + {"origin": [3.6, 27.42371, -56.2], "size": [1, 6, 3], "inflate": 0.01, "pivot": [4.25, 31.59525, -52.03228], "rotation": [8.44236, 27.24513, 3.88714], "uv": [53, 50]}, + {"origin": [-4.6, 27.42371, -59.1], "size": [1, 4, 3], "inflate": 0.01, "pivot": [-4.25, 31.59525, -51.93228], "rotation": [8.44236, -27.24513, -3.88714], "uv": [157, 111]}, + {"origin": [3.6, 27.42371, -59.1], "size": [1, 4, 3], "inflate": 0.01, "pivot": [4.25, 31.59525, -51.93228], "rotation": [8.44236, 27.24513, 3.88714], "uv": [104, 0]}, + {"origin": [-4.6, 27.42371, -56.1], "size": [1, 6, 3], "inflate": 0.01, "pivot": [-4.25, 31.59525, -51.93228], "rotation": [8.44236, -27.24513, -3.88714], "uv": [76, 50]}, + {"origin": [-4, 28.75, -52.75], "size": [1, 8, 1], "inflate": 0.01, "pivot": [-7.25, 28.75, -44.75], "rotation": [7.5, 0, 0], "uv": [44, 100]}, + {"origin": [3, 28.75, -52.75], "size": [1, 8, 2], "inflate": 0.01, "pivot": [7.25, 28.75, -43.75], "rotation": [7.5, 0, 0], "uv": [90, 167]} + ] + }, + { + "name": "nose_ice", + "parent": "head", + "pivot": [0, 28.78177, -58.9651], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-1.5, 25.52665, -60.39124], "size": [3, 4, 4], "inflate": 0.01, "pivot": [0, 28.78177, -58.9651], "rotation": [47.5, 0, 0], "uv": [30, 167]}, + {"origin": [-1.5, 25.50665, -54.49124], "size": [3, 4, 8], "inflate": 0.01, "pivot": [0, 28.78177, -58.9651], "rotation": [47.5, 0, 0], "uv": [44, 88]}, + {"origin": [-1, 26.50665, -46.49124], "size": [2, 3, 6], "inflate": 0.01, "pivot": [0, 28.78177, -58.9651], "rotation": [47.5, 0, 0], "uv": [133, 111]}, + {"origin": [-1.46891, 26.55143, -58.30857], "size": [3, 4, 6], "pivot": [0, 29.499, -57.88071], "rotation": [50.89594, -18.17696, -20.99692], "uv": [40, 161]}, + {"origin": [-1.53109, 26.55143, -58.30857], "size": [3, 4, 6], "inflate": 0.001, "pivot": [0, 29.499, -57.88071], "rotation": [50.89594, 18.17696, 20.99692], "uv": [40, 161], "mirror": true}, + {"origin": [-2.46891, 26.55143, -52.30857], "size": [4, 4, 10], "pivot": [0, 29.499, -57.88071], "rotation": [50.89594, -18.17696, -20.99692], "uv": [139, 111]}, + {"origin": [-10.79, 39.81, -49.6545], "size": [3, 2, 4], "pivot": [-9.20422, 39.84768, -47.1545], "rotation": [53.98381, -24.28484, -29.49826], "uv": [68, 63]}, + {"origin": [-1.53109, 26.55143, -53.30857], "size": [4, 4, 11], "pivot": [0, 29.499, -57.88071], "rotation": [50.89594, 18.17696, 20.99692], "uv": [86, 81]}, + {"origin": [8.87772, 40.58121, -51.19327], "size": [3, 2, 5], "pivot": [10.37772, 41.58121, -46.69327], "rotation": [54.93305, 25.73828, 31.74297], "uv": [92, 37]}, + {"origin": [9.87772, 39.33121, -51.19327], "size": [2, 0, 3], "pivot": [10.37772, 41.58121, -46.69327], "rotation": [54.93305, 25.73828, 31.74297], "uv": [17, 21]}, + {"origin": [11.87772, 40.58121, -46.19327], "size": [0, 2, 2], "pivot": [10.37772, 41.58121, -46.69327], "rotation": [54.93305, 25.73828, 31.74297], "uv": [0, 0]}, + {"origin": [9.87772, 42.58121, -46.19327], "size": [2, 0, 5], "pivot": [10.37772, 41.58121, -46.69327], "rotation": [54.93305, 25.73828, 31.74297], "uv": [14, 0]}, + {"origin": [-0.56954, 24.09665, -60.81141], "size": [2, 4, 2], "inflate": 0.01, "pivot": [0, 27.31994, -60.24187], "rotation": [57.05902, -28.53623, -36.40051], "uv": [167, 174]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [-4.25, 31.59525, -52.93228] + }, + { + "name": "iris_left", + "parent": "eyes", + "pivot": [-4.25, 31.59525, -52.93228], + "cubes": [ + {"origin": [-3.38513, 29.12535, -57.93727], "size": [1, 2, 3], "pivot": [-2.88513, 31.87535, -54.43727], "rotation": [0.94236, -27.24513, -3.88714], "uv": [169, 59]}, + {"origin": [-3.38513, 29.12535, -54.93727], "size": [1, 3, 2], "pivot": [-2.88513, 31.87535, -54.43727], "rotation": [0.94236, -27.24513, -3.88714], "uv": [0, 88]} + ] + }, + { + "name": "pupil_left", + "parent": "iris_left", + "pivot": [-2.88513, 31.87535, -54.43727], + "cubes": [ + {"origin": [-3.38513, 29.62535, -56.68727], "size": [1, 3, 3], "inflate": 0.01, "pivot": [-2.88513, 31.87535, -54.43727], "rotation": [0.94236, -27.24513, -3.88714], "uv": [155, 68]} + ] + }, + { + "name": "iris_right", + "parent": "eyes", + "pivot": [4.25, 31.59525, -52.93228], + "cubes": [ + {"origin": [2.38513, 29.12535, -57.93727], "size": [1, 2, 3], "pivot": [2.88513, 31.87535, -54.43727], "rotation": [0.94236, 27.24513, 3.88714], "uv": [103, 37]}, + {"origin": [2.38513, 29.12535, -54.93727], "size": [1, 3, 2], "pivot": [2.88513, 31.87535, -54.43727], "rotation": [0.94236, 27.24513, 3.88714], "uv": [79, 14]} + ] + }, + { + "name": "pupil_right", + "parent": "iris_right", + "pivot": [2.88513, 31.87535, -54.43727], + "cubes": [ + {"origin": [2.38513, 29.62535, -56.68727], "size": [1, 3, 3], "inflate": 0.01, "pivot": [2.88513, 31.87535, -54.43727], "rotation": [0.94236, 27.24513, 3.88714], "uv": [80, 112]} + ] + }, + { + "name": "headice", + "parent": "head", + "pivot": [-3.25, 24.75, -56.75], + "cubes": [ + {"origin": [-5.5, 26.75, -51.75], "size": [11, 10, 4], "inflate": 0.01, "pivot": [-7.5, 28.75, -44.75], "rotation": [7.5, 0, 0], "uv": [62, 139]} + ] + }, + { + "name": "jaw", + "parent": "headice", + "pivot": [0, 26, -47], + "cubes": [ + {"origin": [-2, 24, -57.5], "size": [4, 2, 6], "inflate": 0.01, "uv": [137, 161]} + ] + }, + { + "name": "ice_left", + "parent": "jaw", + "pivot": [-3.75, 24, -56.75], + "cubes": [ + {"origin": [-7.25, 25.25, -51.75], "size": [6, 6, 7], "inflate": 0.01, "pivot": [-4.25, 28.25, -43.75], "rotation": [15.73804, 13.88135, -31.24446], "uv": [142, 0]}, + {"origin": [-10.25, 26.75, -50.5], "size": [3, 4, 5], "inflate": 0.01, "pivot": [-4.25, 28.25, -43.75], "rotation": [15.73804, 13.88135, -31.24446], "uv": [165, 144]}, + {"origin": [-12.25, 30.25, -49.5], "size": [2, 0, 4], "pivot": [-4.25, 28.25, -43.75], "rotation": [15.73804, 13.88135, -31.24446], "uv": [12, 21]}, + {"origin": [-9.75, 24, -56.25], "size": [4, 5, 7], "inflate": 0.01, "pivot": [-7.25, 26, -41.25], "rotation": [15.82221, -15.03629, -39.31706], "uv": [156, 154]}, + {"origin": [-3.92, 22.65098, -59.85], "size": [3, 3, 4], "inflate": 0.01, "pivot": [-3.75, 24, -55.75], "rotation": [18.55646, -34.16517, -45.78821], "uv": [46, 154]} + ] + }, + { + "name": "ice_right", + "parent": "jaw", + "pivot": [3.75, 24, -56.75], + "cubes": [ + {"origin": [1.25, 25.25, -51.75], "size": [6, 6, 7], "inflate": 0.01, "pivot": [4.25, 28.25, -43.75], "rotation": [15.73804, -13.88135, 31.24446], "uv": [136, 68]}, + {"origin": [5.75, 24, -56.25], "size": [4, 5, 7], "inflate": 0.01, "pivot": [7.25, 26, -41.25], "rotation": [15.82221, 15.03629, 39.31706], "uv": [155, 74]}, + {"origin": [0.92, 22.65098, -59.85], "size": [3, 3, 4], "inflate": 0.01, "pivot": [3.75, 24, -55.75], "rotation": [18.55646, 34.16517, 45.78821], "uv": [134, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kyuremblack/kyuremblack.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kyuremblack/kyuremblack.geo.json new file mode 100644 index 0000000..842fffd --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kyuremblack/kyuremblack.geo.json @@ -0,0 +1,1630 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 512, + "texture_height": 512, + "visible_bounds_width": 14, + "visible_bounds_height": 9, + "visible_bounds_offset": [0, 3.5, 0] + }, + "bones": [ + { + "name": "kyurem", + "pivot": [1, 0, 11.75] + }, + { + "name": "body", + "parent": "kyurem", + "pivot": [-8.5, 39, 11] + }, + { + "name": "bodymain", + "parent": "body", + "pivot": [-8.5, 32.75, 13] + }, + { + "name": "lowerbody", + "parent": "bodymain", + "pivot": [-8.5, 32.75, 13], + "rotation": [-7.5, 0, 0], + "cubes": [ + {"origin": [-10.5, 22.90837, 26.70289], "size": [21, 26, 21], "pivot": [11.58772, 49.31972, 15.75773], "rotation": [-82.5, 0, 0], "uv": [0, 46]}, + {"origin": [-10.5, 48.90837, 29.70289], "size": [21, 9, 15], "pivot": [11.58772, 49.31972, 15.75773], "rotation": [-82.5, 0, 0], "uv": [0, 93]} + ] + }, + { + "name": "waist_flash", + "parent": "lowerbody", + "pivot": [11.58772, 49.31972, 15.75773], + "cubes": [ + {"origin": [-10.5, 48.90837, 29.70289], "size": [21, 9, 15], "inflate": 0.05, "pivot": [11.58772, 49.31972, 15.75773], "rotation": [-82.5, 0, 0], "uv": [176, 488]}, + {"origin": [-10.5, 22.90837, 26.70289], "size": [21, 26, 21], "inflate": 0.05, "pivot": [11.58772, 49.31972, 15.75773], "rotation": [-82.5, 0, 0], "uv": [176, 441]} + ] + }, + { + "name": "tail", + "parent": "lowerbody", + "pivot": [-1.12893, 28.64975, 26.70529], + "rotation": [-90, 85, -90], + "cubes": [ + {"origin": [-26.3418, 19.91433, 20.20529], "size": [11, 12, 15], "pivot": [4.99737, -7.75478, 34.91801], "rotation": [0, 0, 12.5], "uv": [104, 170]}, + {"origin": [-19.0918, 20.16433, 21.70529], "size": [10, 10, 12], "pivot": [8.24737, -8.50478, 35.41801], "rotation": [0, 0, 12.5], "uv": [208, 191]} + ] + }, + { + "name": "tail_flash", + "parent": "tail", + "pivot": [8.24737, -8.50478, 35.41801], + "cubes": [ + {"origin": [-26.3418, 19.91433, 20.20529], "size": [11, 12, 15], "inflate": 0.03, "pivot": [4.99737, -7.75478, 34.91801], "rotation": [0, 0, 12.5], "uv": [364, 224]}, + {"origin": [-19.0918, 20.16433, 21.70529], "size": [10, 10, 12], "inflate": 0.03, "pivot": [8.24737, -8.50478, 35.41801], "rotation": [0, 0, 12.5], "uv": [468, 245]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [-10.0918, 27.91433, 25.20529], + "rotation": [0, 0, 10] + }, + { + "name": "bumble", + "parent": "tail2", + "pivot": [-18.0918, 29.91433, 25.20529], + "rotation": [0, 0, 2.5], + "cubes": [ + {"origin": [-30.0918, 15.91433, 37.20529], "size": [12, 29, 5], "inflate": 0.05, "uv": [0, 208]}, + {"origin": [-30.0918, 15.91433, 13.20529], "size": [12, 29, 5], "uv": [206, 72]}, + {"origin": [-30.0918, 39.91433, 18.20529], "size": [12, 5, 19], "inflate": 0.05, "uv": [116, 122]}, + {"origin": [-41.0918, 18.91433, 16.20529], "size": [22, 23, 23], "uv": [0, 0]}, + {"origin": [-30.0918, 15.91433, 18.20529], "size": [12, 5, 19], "uv": [116, 146]}, + {"origin": [-39.0918, 71.30466, -42.45158], "size": [26, 17, 0], "pivot": [-21.5918, 21.66433, -20.56229], "rotation": [-110, 0, 0], "uv": [156, 196]}, + {"origin": [-39.0918, 11.16433, 12.63073], "size": [26, 17, 0], "pivot": [-21.5918, 21.66433, 12.63073], "rotation": [110, 0, 0], "uv": [156, 196]}, + {"origin": [-39.0918, 35.91433, 27.70529], "size": [26, 17, 0], "uv": [156, 196]} + ] + }, + { + "name": "bumble_on4", + "parent": "bumble", + "pivot": [20.24737, -3.75478, 33.91801], + "cubes": [ + {"origin": [-30.0918, 15.91433, 13.20529], "size": [12, 29, 5], "inflate": 0.05, "uv": [478, 37]}, + {"origin": [-30.0918, 39.91433, 18.20529], "size": [12, 5, 19], "inflate": 0.05, "uv": [388, 87]}, + {"origin": [-30.0918, 15.91433, 37.20529], "size": [12, 29, 5], "inflate": 0.05, "uv": [331, 190]}, + {"origin": [-30.0918, 15.91433, 18.20529], "size": [12, 5, 19], "inflate": 0.05, "uv": [388, 111]} + ] + }, + { + "name": "bumble_flash4", + "parent": "bumble_on4", + "pivot": [20.24737, -3.75478, 33.91801], + "cubes": [ + {"origin": [-30.0918, 15.91433, 13.20529], "size": [12, 29, 5], "inflate": 0.1, "uv": [478, 112]}, + {"origin": [-30.0918, 39.91433, 18.20529], "size": [12, 5, 19], "inflate": 0.1, "uv": [388, 162]}, + {"origin": [-30.0918, 15.91433, 37.20529], "size": [12, 29, 5], "inflate": 0.1, "uv": [331, 265]}, + {"origin": [-30.0918, 15.91433, 18.20529], "size": [12, 5, 19], "inflate": 0.1, "uv": [388, 186]} + ] + }, + { + "name": "bumble_on", + "parent": "bumble", + "pivot": [20.24737, -3.75478, 33.91801], + "cubes": [ + {"origin": [-41.0918, 18.91433, 16.20529], "size": [22, 23, 23], "inflate": 0.1, "uv": [1, 286]}, + {"origin": [-41.0918, 18.91433, 16.20529], "size": [22, 23, 23], "inflate": 0.15, "uv": [124, 292]} + ] + }, + { + "name": "bumble_flash", + "parent": "bumble", + "pivot": [20.24737, -3.75478, 33.91801], + "cubes": [ + {"origin": [-41.0918, 18.91433, 16.20529], "size": [22, 23, 23], "inflate": 0.2, "uv": [374, 466]} + ] + }, + { + "name": "bumble2", + "parent": "bumble", + "pivot": [-40.92513, 30.61552, 27.69286], + "rotation": [0, 0, 7.5], + "cubes": [ + {"origin": [-51.0918, 21.91433, 19.20529], "size": [11, 17, 17], "uv": [60, 122]} + ] + }, + { + "name": "bumble_on2", + "parent": "bumble2", + "pivot": [-46.0918, 30.41433, 27.70529], + "cubes": [ + {"origin": [-51.0918, 21.91433, 19.20529], "size": [11, 17, 17], "inflate": 0.1, "uv": [0, 357]}, + {"origin": [-51.0918, 21.91433, 19.20529], "size": [11, 17, 17], "inflate": 0.15, "uv": [0, 400]} + ] + }, + { + "name": "bumble_flash2", + "parent": "bumble2", + "pivot": [-46.0918, 30.41433, 27.70529], + "cubes": [ + {"origin": [-51.0918, 21.91433, 19.20529], "size": [11, 17, 17], "inflate": 0.2, "uv": [402, 417]} + ] + }, + { + "name": "bumble3", + "parent": "bumble2", + "pivot": [-51.55663, 31.79072, 27.69038], + "rotation": [0, 0, -5], + "cubes": [ + {"origin": [-63.0918, 23.91433, 21.20529], "size": [12, 13, 13], "uv": [156, 170]}, + {"origin": [-74.0918, 25.91433, 24.20529], "size": [15, 8, 7], "pivot": [-65.0918, 30.41433, 27.70529], "rotation": [0, 0, -17.5], "uv": [162, 72]}, + {"origin": [-61.0918, 35.41433, 20.20529], "size": [10, 6, 0], "pivot": [-56.0918, 37.91433, 20.20529], "rotation": [45, 0, 0], "uv": [230, 161]}, + {"origin": [-61.0918, 19.41433, 27.20529], "size": [10, 6, 0], "pivot": [-56.0918, 21.91433, 27.20529], "rotation": [180, 0, 0], "uv": [230, 161]}, + {"origin": [-61.0918, 35.41433, 34.86315], "size": [10, 6, 0], "pivot": [-56.0918, 37.91433, 34.86315], "rotation": [-45, 0, 0], "uv": [230, 161]} + ] + }, + { + "name": "bumble_on3", + "parent": "bumble3", + "pivot": [-65.0918, 30.41433, 27.70529], + "cubes": [ + {"origin": [-74.0918, 25.91433, 24.20529], "size": [15, 8, 7], "inflate": 0.1, "pivot": [-65.0918, 30.41433, 27.70529], "rotation": [0, 0, -17.5], "uv": [149, 372]}, + {"origin": [-63.0918, 23.91433, 21.20529], "size": [12, 13, 13], "inflate": 0.1, "uv": [382, 316]}, + {"origin": [-74.0918, 25.91433, 24.20529], "size": [15, 8, 7], "inflate": 0.15, "pivot": [-65.0918, 30.41433, 27.70529], "rotation": [0, 0, -17.5], "uv": [150, 401]} + ] + }, + { + "name": "bumble_flash3", + "parent": "bumble3", + "pivot": [-65.0918, 30.41433, 27.70529], + "cubes": [ + {"origin": [-74.0918, 25.91433, 24.20529], "size": [15, 8, 7], "inflate": 0.2, "pivot": [-65.0918, 30.41433, 27.70529], "rotation": [0, 0, -17.5], "uv": [425, 371]}, + {"origin": [-63.0918, 23.91433, 21.20529], "size": [12, 13, 13], "inflate": 0.2, "uv": [459, 316]} + ] + }, + { + "name": "torso", + "parent": "bodymain", + "pivot": [-0.64099, 31.92362, -2.10782], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [-9.5, 19.02573, -0.56359], "size": [19, 22, 20], "pivot": [11.58772, 44.56972, 4.50773], "rotation": [-50.5, 0, 0], "uv": [84, 46]} + ] + }, + { + "name": "uppertorso", + "parent": "torso", + "pivot": [0, 40.0517, -8.8879], + "cubes": [ + {"origin": [-8, 32.89786, 10.49266], "size": [16, 19, 14], "inflate": 0.01, "pivot": [11.58772, 58.19316, 2.67567], "rotation": [-80, 0, 0], "uv": [0, 117]} + ] + }, + { + "name": "chest", + "parent": "uppertorso", + "pivot": [0, 47.06786, -10.18236], + "cubes": [ + {"origin": [-10.5, 42.64786, 9.74266], "size": [21, 21, 13], "pivot": [10.58772, 69.94316, -0.07433], "rotation": [-77.5, 0, 0], "uv": [84, 88]} + ] + }, + { + "name": "neck", + "parent": "chest", + "pivot": [0, 56.20137, -12.05044], + "rotation": [50, 0, 0], + "cubes": [ + {"origin": [-5.5, 47.58824, 6.32198], "size": [11, 14, 15], "pivot": [11.08772, 72.88354, 3.505], "rotation": [-80, 0, 0], "uv": [0, 150]} + ] + }, + { + "name": "neck2", + "parent": "neck", + "pivot": [0, 65.41492, -13.31688], + "rotation": [-5, 0, 0], + "cubes": [ + {"origin": [-5, 58.1983, -26.50078], "size": [10, 12, 16], "pivot": [0, 64.78488, -12.2324], "rotation": [-57.5, 0, 0], "uv": [52, 156]} + ] + }, + { + "name": "neck3", + "parent": "neck2", + "pivot": [0, 75.76966, -18.61028], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-4.5, 72.37042, -29.99266], "size": [9, 11, 13], "pivot": [0, 78.37042, -26.19266], "rotation": [-22.5, 0, 0], "uv": [206, 167]} + ] + }, + { + "name": "head", + "parent": "neck3", + "pivot": [-0.68644, 81.12311, -29.35945], + "rotation": [-27.5, 0, 0], + "cubes": [ + {"origin": [-4, 75.05611, -32.49716], "size": [8, 9, 5], "inflate": 0.01, "pivot": [-9, 79.05611, -24.74716], "rotation": [7.5, 0, 0], "uv": [248, 24]}, + {"origin": [-4, 75.05611, -32.49716], "size": [8, 4, 2], "inflate": 0.01, "pivot": [-9, 79.05611, -23.74716], "rotation": [7.5, 0, 0], "uv": [152, 115]} + ] + }, + { + "name": "jaw", + "parent": "head", + "pivot": [-0.17338, 76.60846, -30.91122], + "cubes": [ + {"origin": [-2, 73.71919, -37.69744], "size": [4, 4, 7], "pivot": [0, 75.30611, -33.99716], "rotation": [5, 0, 0], "uv": [104, 257]}, + {"origin": [1.67338, 75.60846, -37.41122], "size": [1, 2, 5], "inflate": 0.01, "pivot": [2.17338, 76.60846, -34.91122], "rotation": [8.44236, 27.24513, 3.88714], "uv": [280, 83]}, + {"origin": [0, 73.60627, -42.44592], "size": [0, 4, 9], "pivot": [0, 75.30611, -33.99716], "rotation": [42.5, 0, 0], "uv": [260, 212]}, + {"origin": [-2.67338, 75.60846, -37.41122], "size": [1, 2, 5], "inflate": 0.01, "pivot": [-2.17338, 76.60846, -34.91122], "rotation": [8.44236, -27.24513, -3.88714], "uv": [280, 90]} + ] + }, + { + "name": "teeth", + "parent": "jaw", + "pivot": [-2.42338, 75.35846, -35.91122] + }, + { + "name": "teeth_left", + "parent": "teeth", + "pivot": [-2.42338, 75.35846, -35.91122], + "cubes": [ + {"origin": [-2.17338, 76.55611, -37.52716], "size": [0, 1, 1], "pivot": [-2.42338, 75.60846, -35.91122], "rotation": [-36.55764, -27.24513, -3.88714], "uv": [60, 120]}, + {"origin": [-2.157, 78.10611, -36.02716], "size": [0, 1, 1], "pivot": [-2.42338, 75.35846, -35.91122], "rotation": [-36.55764, -27.24513, -3.88714], "uv": [64, 120]}, + {"origin": [-2.157, 77.32611, -36.82716], "size": [0, 1, 1], "pivot": [-2.42338, 75.35846, -35.91122], "rotation": [-36.55764, -27.24513, -3.88714], "uv": [62, 120]} + ] + }, + { + "name": "teeth_right", + "parent": "teeth", + "pivot": [2.42338, 75.35846, -35.91122], + "cubes": [ + {"origin": [2.17338, 76.55611, -37.52716], "size": [0, 1, 1], "pivot": [2.42338, 75.60846, -35.91122], "rotation": [-36.55764, 27.24513, 3.88714], "uv": [66, 120]}, + {"origin": [2.157, 78.10611, -36.02716], "size": [0, 1, 1], "pivot": [2.42338, 75.35846, -35.91122], "rotation": [-36.55764, 27.24513, 3.88714], "uv": [68, 120]}, + {"origin": [2.157, 77.32611, -36.82716], "size": [0, 1, 1], "pivot": [2.42338, 75.35846, -35.91122], "rotation": [-36.55764, 27.24513, 3.88714], "uv": [160, 42]} + ] + }, + { + "name": "headice", + "parent": "jaw", + "pivot": [-3.25, 75.05611, -36.49716] + }, + { + "name": "ice_left", + "parent": "headice", + "pivot": [-3.75, 74.30611, -36.49716], + "cubes": [ + {"origin": [-5.75, 78.05611, -32.09716], "size": [6, 6, 7], "pivot": [-2.75, 81.05611, -24.49716], "rotation": [32.5957, 44.24629, -17.66808], "uv": [250, 174]}, + {"origin": [-6.63458, 73.74422, -33.43249], "size": [4, 5, 7], "pivot": [-4.63458, 76.24422, -29.93249], "rotation": [22.56476, -12.56716, -46.61047], "uv": [252, 200]}, + {"origin": [-4.67, 73.70709, -36.09716], "size": [3, 3, 5], "pivot": [-4.75, 75.05611, -31.49716], "rotation": [21.73603, -14.97877, -47.25887], "uv": [264, 86]} + ] + }, + { + "name": "ice_right", + "parent": "headice", + "pivot": [3.75, 74.30611, -36.49716], + "cubes": [ + {"origin": [1.67, 73.70709, -36.09716], "size": [3, 3, 5], "pivot": [4.75, 75.05611, -31.49716], "rotation": [21.73603, 14.97877, 47.25887], "uv": [264, 94]}, + {"origin": [2.63458, 73.74422, -33.43249], "size": [4, 5, 7], "pivot": [4.63458, 76.24422, -29.93249], "rotation": [22.56476, 12.56716, 46.61047], "uv": [256, 102]}, + {"origin": [-0.25, 78.05611, -32.09716], "size": [6, 6, 7], "pivot": [2.75, 81.05611, -24.49716], "rotation": [32.5957, -44.24629, 17.66808], "uv": [252, 128]} + ] + }, + { + "name": "crests", + "parent": "head", + "pivot": [0, 78.83788, -38.46225], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [-1.5, 77.58275, -39.88839], "size": [3, 2, 4], "inflate": 0.01, "pivot": [0, 78.83788, -38.46225], "rotation": [47.5, 0, 0], "uv": [176, 278]}, + {"origin": [-1.73501, 76.60754, -37.6672], "size": [3, 4, 6], "inflate": 0.001, "pivot": [0, 79.55511, -37.37787], "rotation": [50.89594, -18.17696, -20.99692], "uv": [262, 141]}, + {"origin": [-1.26499, 76.60754, -37.6672], "size": [3, 4, 8], "inflate": 0.001, "pivot": [0, 79.55511, -37.37787], "rotation": [50.89594, 18.17696, 20.99692], "uv": [256, 114]}, + {"origin": [-7.0741, 82.36126, -34.78861], "size": [4, 4, 9], "pivot": [-4.3741, 84.36126, -31.68861], "rotation": [53.98381, -24.28484, -29.49826], "uv": [250, 161]}, + {"origin": [-1.53109, 76.60754, -32.80572], "size": [4, 4, 11], "pivot": [0, 79.55511, -37.37787], "rotation": [51.56568, 19.7426, 23.05787], "uv": [126, 197]}, + {"origin": [6.33072, 88.12143, -29.08745], "size": [3, 2, 5], "pivot": [8.53072, 89.02143, -28.58745], "rotation": [51.56568, 19.7426, 23.05787], "uv": [206, 264]}, + {"origin": [7.33072, 86.87143, -29.08745], "size": [2, 0, 3], "pivot": [8.53072, 89.02143, -28.58745], "rotation": [51.56568, 19.7426, 23.05787], "uv": [60, 117]}, + {"origin": [11.17772, 90.73732, -25.69043], "size": [0, 2, 2], "pivot": [10.37772, 91.63732, -26.19043], "rotation": [51.56568, 19.7426, 23.05787], "uv": [112, 166]}, + {"origin": [9.17772, 92.73732, -25.69043], "size": [2, 0, 5], "pivot": [10.37772, 91.63732, -26.19043], "rotation": [51.56568, 19.7426, 23.05787], "uv": [278, 195]}, + {"origin": [-0.66954, 76.15275, -40.40857], "size": [2, 2, 2], "pivot": [0, 77.37605, -39.73903], "rotation": [57.05902, -28.53623, -36.40051], "uv": [104, 166]} + ] + }, + { + "name": "crest_gold", + "parent": "crests", + "pivot": [-0.04645, 83.05791, -36.08108], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [-1.9, 82.84778, -37.63094], "size": [3, 3, 6], "inflate": 0.01, "pivot": [-0.4, 83.84778, -32.83094], "rotation": [37.65635, -31.42176, 34.04258], "uv": [262, 151]}, + {"origin": [-0.04102, 83.99948, -34.10028], "size": [3, 3, 3], "inflate": 0.01, "pivot": [-0.04645, 87.0049, -31.09568], "rotation": [17.86139, -17.05157, 42.30098], "uv": [280, 144]}, + {"origin": [-0.04102, 84.99948, -31.10028], "size": [2, 2, 4], "inflate": 0.01, "pivot": [-0.04645, 87.0049, -31.09568], "rotation": [17.86139, -17.05157, 42.30098], "uv": [280, 230]} + ] + }, + { + "name": "crest_zek", + "parent": "crests", + "pivot": [-8.43457, 89.15635, -27.03245], + "cubes": [ + {"origin": [-7.82545, 84.75884, -36.25307], "size": [3, 3, 9], "pivot": [-6.32545, 86.25884, -29.35307], "rotation": [57.05902, -28.53623, -36.40051], "uv": [80, 184]}, + {"origin": [-9.04895, 86.06679, -28.85456], "size": [3, 3, 6], "pivot": [-7.24895, 87.56679, -28.15456], "rotation": [48.84912, -11.72145, -13.0867], "uv": [262, 225]}, + {"origin": [-9.20026, 88.20293, -26.77949], "size": [2, 2, 6], "pivot": [-8.43457, 89.15635, -27.03245], "rotation": [48.84912, -11.72145, -13.0867], "uv": [264, 78]} + ] + }, + { + "name": "crest_zek_flash", + "parent": "crest_zek", + "pivot": [-8.43457, 89.15635, -27.03245], + "cubes": [ + {"origin": [-9.20026, 88.20293, -26.77949], "size": [2, 2, 6], "inflate": 0.01, "pivot": [-8.43457, 89.15635, -27.03245], "rotation": [48.84912, -11.72145, -13.0867], "uv": [390, 398]} + ] + }, + { + "name": "face_right", + "parent": "head", + "pivot": [2.88513, 82.18146, -34.18443], + "cubes": [ + {"origin": [3.5113, 77.72982, -35.99333], "size": [1, 6, 3], "inflate": 0.01, "pivot": [4.25, 81.90136, -31.77943], "rotation": [8.44236, 27.24513, 3.88714], "uv": [206, 106]}, + {"origin": [3.6, 77.72982, -38.84716], "size": [1, 3, 3], "inflate": 0.01, "pivot": [4.25, 81.90136, -31.67943], "rotation": [8.44236, 27.24513, 3.88714], "uv": [52, 150]}, + {"origin": [2.39562, 79.33857, -37.12174], "size": [1, 2, 2], "pivot": [2.88513, 82.18146, -34.18443], "rotation": [1.01955, 28.21903, 4.13951], "uv": [118, 233]}, + {"origin": [2.39562, 79.33857, -35.12174], "size": [1, 3, 2], "pivot": [2.88513, 82.18146, -34.18443], "rotation": [1.01955, 28.21903, 4.13951], "uv": [172, 115]}, + {"origin": [2.38757, 79.65886, -36.78434], "size": [1, 2, 3], "inflate": 0.01, "pivot": [2.88513, 82.18146, -34.18443], "rotation": [-12.98045, 28.21903, 4.13951], "uv": [42, 179]} + ] + }, + { + "name": "face_left", + "parent": "head", + "pivot": [-2.88513, 82.18146, -34.18443], + "cubes": [ + {"origin": [-4.5113, 77.72982, -35.99333], "size": [1, 6, 3], "inflate": 0.01, "pivot": [-4.25, 81.90136, -31.77943], "rotation": [8.44236, -27.24513, -3.88714], "uv": [104, 240]}, + {"origin": [-4.6, 77.72982, -39.64716], "size": [1, 3, 4], "inflate": 0.01, "pivot": [-4.25, 81.90136, -31.67943], "rotation": [8.44236, -27.24513, -3.88714], "uv": [252, 141]}, + {"origin": [-3.39562, 79.33857, -37.12174], "size": [1, 2, 2], "pivot": [-2.88513, 82.18146, -34.18443], "rotation": [1.01955, -28.21903, -4.13951], "uv": [66, 236]}, + {"origin": [-3.39562, 79.33857, -35.12174], "size": [1, 3, 2], "pivot": [-2.88513, 82.18146, -34.18443], "rotation": [1.01955, -28.21903, -4.13951], "uv": [206, 235]}, + {"origin": [-3.38757, 79.65886, -36.78434], "size": [1, 2, 3], "inflate": 0.02, "pivot": [-2.88513, 82.18146, -34.18443], "rotation": [-12.98045, -28.21903, -4.13951], "uv": [34, 208]} + ] + }, + { + "name": "arms", + "parent": "chest", + "pivot": [12.23437, 51.45477, -10.15435], + "rotation": [10, 0, 0] + }, + { + "name": "wingattachment_left", + "parent": "arms", + "pivot": [-14.23437, 51.45477, -10.15435], + "rotation": [0.13165, 7.49885, 16.00863], + "cubes": [ + {"origin": [-16.06359, 54.57144, -18.52995], "size": [3, 8, 22], "pivot": [-14.56359, 56.07144, -13.52995], "rotation": [-64.80109, -6.8517, -15.49302], "uv": [162, 42]}, + {"origin": [-14.56359, 42.57144, -16.52995], "size": [0, 13, 19], "pivot": [-14.56359, 56.07144, -13.52995], "rotation": [-64.80109, -6.8517, -15.49302], "uv": [42, 184]}, + {"origin": [-17.31359, 59.82144, -18.27995], "size": [5, 5, 22.5], "pivot": [-14.56359, 55.32144, -11.27995], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [152, 88]} + ] + }, + { + "name": "wires_left", + "parent": "wingattachment_left", + "pivot": [-22.06158, 42.899, 35.15961] + }, + { + "name": "bottomwire_left", + "parent": "wires_left", + "pivot": [-13.56811, 46.18086, 0.48885], + "cubes": [ + {"origin": [-15.42131, 44.21238, 0.17702], "size": [3, 7, 3], "pivot": [-13.90912, 46.54246, 1.71085], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [330, 330]} + ] + }, + { + "name": "bottomwire_flash_left", + "parent": "bottomwire_left", + "pivot": [-13.90912, 46.54246, 1.71085], + "cubes": [ + {"origin": [-15.42131, 44.21238, 0.17702], "size": [3, 7, 3], "pivot": [-13.90912, 46.54246, 1.71085], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [350, 330]} + ] + }, + { + "name": "bottomwire_left2", + "parent": "bottomwire_left", + "pivot": [-14.8315, 47.99434, 6.0759], + "cubes": [ + {"origin": [-17.06293, 45.54426, 7.8105], "size": [3, 7, 3], "pivot": [-15.56293, 49.04426, 9.3105], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [330, 330]} + ] + }, + { + "name": "bottomwire_flash_left2", + "parent": "bottomwire_left2", + "pivot": [-15.56293, 49.04426, 9.3105], + "cubes": [ + {"origin": [-17.06293, 45.54426, 7.8105], "size": [3, 7, 3], "pivot": [-15.56293, 49.04426, 9.3105], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [350, 330]} + ] + }, + { + "name": "bottomwire_left3", + "parent": "bottomwire_left2", + "pivot": [-16.24543, 50.1139, 12.69762], + "cubes": [ + {"origin": [-14.1262, 71.13104, -7.50968], "size": [3, 7, 3], "pivot": [-12.3762, 47.63104, -11.00968], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [330, 330]} + ] + }, + { + "name": "bottomwire_flash_left3", + "parent": "bottomwire_left3", + "pivot": [-12.3762, 47.63104, -11.00968], + "cubes": [ + {"origin": [-14.1262, 71.13104, -7.50968], "size": [3, 7, 3], "pivot": [-12.3762, 47.63104, -11.00968], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [309, 310]} + ] + }, + { + "name": "bottomwire_left4", + "parent": "bottomwire_left3", + "pivot": [-17.64631, 52.23368, 19.2202], + "cubes": [ + {"origin": [-14.1262, 78.13104, -7.50968], "size": [3, 7, 3], "pivot": [-12.3762, 47.63104, -11.00968], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [330, 330]} + ] + }, + { + "name": "bottomwire_flash_left4", + "parent": "bottomwire_left4", + "pivot": [-12.3762, 47.63104, -11.00968], + "cubes": [ + {"origin": [-14.1262, 78.13104, -7.50968], "size": [3, 7, 3], "pivot": [-12.3762, 47.63104, -11.00968], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [310, 330]} + ] + }, + { + "name": "bottomwire_left5", + "parent": "bottomwire_left4", + "pivot": [-19.0472, 54.35347, 25.74278], + "cubes": [ + {"origin": [-14.1262, 85.13104, -7.50968], "size": [3, 7, 3], "pivot": [-12.3762, 47.63104, -11.00968], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [330, 330]} + ] + }, + { + "name": "bottomwire_flash_left5", + "parent": "bottomwire_left5", + "pivot": [-12.3762, 47.63104, -11.00968], + "cubes": [ + {"origin": [-14.1262, 85.13104, -7.50968], "size": [3, 7, 3], "pivot": [-12.3762, 47.63104, -11.00968], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [350, 330]} + ] + }, + { + "name": "bottomwire_left6", + "parent": "bottomwire_left5", + "pivot": [-20.46237, 56.56961, 32.16284], + "cubes": [ + {"origin": [-14.1262, 92.13104, -7.50968], "size": [3, 7, 3], "pivot": [-12.3762, 47.63104, -11.00968], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [330, 330]} + ] + }, + { + "name": "bottomwire_flash_left6", + "parent": "bottomwire_left6", + "pivot": [-12.3762, 47.63104, -11.00968], + "cubes": [ + {"origin": [-14.1262, 92.13104, -7.50968], "size": [3, 7, 3], "pivot": [-12.3762, 47.63104, -11.00968], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [309, 310]} + ] + }, + { + "name": "bottomwire_left7", + "parent": "bottomwire_left6", + "pivot": [-21.86326, 58.68939, 38.68542], + "cubes": [ + {"origin": [-14.1262, 99.13104, -7.50968], "size": [3, 7, 3], "pivot": [-12.3762, 47.63104, -11.00968], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [330, 330]} + ] + }, + { + "name": "bottomwire_flash_left7", + "parent": "bottomwire_left7", + "pivot": [-12.3762, 47.63104, -11.00968], + "cubes": [ + {"origin": [-14.1262, 99.13104, -7.50968], "size": [3, 7, 3], "pivot": [-12.3762, 47.63104, -11.00968], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [310, 330]} + ] + }, + { + "name": "bottomwire_left8", + "parent": "bottomwire_left7", + "pivot": [-23.18211, 60.52079, 45.21813], + "cubes": [ + {"origin": [-24.79856, 60.75606, 43.79637], "size": [3, 7, 3], "pivot": [-23.26414, 60.80918, 45.20799], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [330, 330]} + ] + }, + { + "name": "bottomwire_flash_left8", + "parent": "bottomwire_left8", + "pivot": [-23.26414, 60.80918, 45.20799], + "cubes": [ + {"origin": [-24.79856, 60.75606, 43.79637], "size": [3, 7, 3], "pivot": [-23.26414, 60.80918, 45.20799], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [350, 330]} + ] + }, + { + "name": "bottomwire_left9", + "parent": "bottomwire_left8", + "pivot": [-24.65197, 62.92919, 51.63143], + "cubes": [ + {"origin": [-14.1262, 113.13104, -7.50968], "size": [3, 7, 3], "pivot": [-12.3762, 47.63104, -11.00968], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [330, 330]} + ] + }, + { + "name": "bottomwire_flash_left9", + "parent": "bottomwire_left9", + "pivot": [-12.3762, 47.63104, -11.00968], + "cubes": [ + {"origin": [-14.1262, 113.13104, -7.50968], "size": [3, 7, 3], "pivot": [-12.3762, 47.63104, -11.00968], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [309, 310]} + ] + }, + { + "name": "bone9", + "parent": "bottomwire_left9", + "pivot": [-26.02551, 64.95284, 58.15739], + "cubes": [ + {"origin": [-14.1262, 120.13104, -7.50968], "size": [3, 7, 3], "pivot": [-12.3762, 47.63104, -11.00968], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [330, 330]} + ] + }, + { + "name": "bone10", + "parent": "bone9", + "pivot": [-27.39905, 66.9765, 64.68334], + "cubes": [ + {"origin": [-14.1262, 127.13104, -7.50968], "size": [3, 7, 3], "pivot": [-12.3762, 47.63104, -11.00968], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [330, 330]} + ] + }, + { + "name": "bone11", + "parent": "bone10", + "pivot": [-28.85462, 69.28854, 71.19917], + "cubes": [ + {"origin": [-14.1262, 134.13104, -7.50968], "size": [3, 7, 3], "pivot": [-12.3762, 47.63104, -11.00968], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [330, 310]} + ] + }, + { + "name": "bone12", + "parent": "bone11", + "pivot": [-30.25551, 71.40832, 77.72175], + "cubes": [ + {"origin": [-14.1262, 141.13104, -7.50968], "size": [3, 7, 3], "pivot": [-12.3762, 47.63104, -11.00968], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [350, 330]} + ] + }, + { + "name": "bone13", + "parent": "bone12", + "pivot": [-31.65639, 73.52811, 84.24433], + "cubes": [ + {"origin": [-14.1262, 148.13104, -7.50968], "size": [3, 7, 3], "pivot": [-12.3762, 47.63104, -11.00968], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [350, 330]} + ] + }, + { + "name": "bone14", + "parent": "bone13", + "pivot": [-33.05727, 75.64789, 90.76691], + "cubes": [ + {"origin": [-14.1262, 155.13104, -7.50968], "size": [3, 7, 3], "pivot": [-12.3762, 47.63104, -11.00968], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [350, 330]} + ] + }, + { + "name": "topwire_left", + "parent": "wires_left", + "pivot": [-15.48207, 52.90996, 0.25237], + "cubes": [ + {"origin": [-17.33527, 50.94148, -0.05946], "size": [3, 7, 3], "pivot": [-15.82309, 53.27156, 1.47437], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [330, 330]} + ] + }, + { + "name": "topwire_flash_left", + "parent": "topwire_left", + "pivot": [-15.82309, 53.27156, 1.47437], + "cubes": [ + {"origin": [-17.33527, 50.94148, -0.05946], "size": [3, 7, 3], "pivot": [-15.82309, 53.27156, 1.47437], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [350, 330]} + ] + }, + { + "name": "topwire_left2", + "parent": "topwire_left", + "pivot": [-16.74546, 54.72345, 5.83942], + "cubes": [ + {"origin": [-18.9769, 52.27336, 7.57402], "size": [3, 7, 3], "pivot": [-17.4769, 55.77336, 9.07402], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [330, 330]} + ] + }, + { + "name": "topwire_flash_left2", + "parent": "topwire_left2", + "pivot": [-17.4769, 55.77336, 9.07402], + "cubes": [ + {"origin": [-18.9769, 52.27336, 7.57402], "size": [3, 7, 3], "pivot": [-17.4769, 55.77336, 9.07402], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [350, 330]} + ] + }, + { + "name": "topwire_left3", + "parent": "topwire_left2", + "pivot": [-18.15939, 56.843, 12.46114], + "cubes": [ + {"origin": [-16.04017, 77.86014, -7.74616], "size": [3, 7, 3], "pivot": [-14.29017, 54.36014, -11.24616], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [330, 330]} + ] + }, + { + "name": "topwire_flash_left3", + "parent": "topwire_left3", + "pivot": [-14.29017, 54.36014, -11.24616], + "cubes": [ + {"origin": [-16.04017, 77.86014, -7.74616], "size": [3, 7, 3], "pivot": [-14.29017, 54.36014, -11.24616], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [309, 310]} + ] + }, + { + "name": "topwire_left4", + "parent": "topwire_left3", + "pivot": [-19.56028, 58.96279, 18.98372], + "cubes": [ + {"origin": [-16.04017, 84.86014, -7.74616], "size": [3, 7, 3], "pivot": [-14.29017, 54.36014, -11.24616], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [330, 330]} + ] + }, + { + "name": "topwire_flash_left4", + "parent": "topwire_left4", + "pivot": [-14.29017, 54.36014, -11.24616], + "cubes": [ + {"origin": [-16.04017, 84.86014, -7.74616], "size": [3, 7, 3], "pivot": [-14.29017, 54.36014, -11.24616], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [310, 330]} + ] + }, + { + "name": "topwire_left5", + "parent": "topwire_left4", + "pivot": [-20.96116, 61.08257, 25.5063], + "cubes": [ + {"origin": [-16.04017, 91.86014, -7.74616], "size": [3, 7, 3], "pivot": [-14.29017, 54.36014, -11.24616], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [330, 330]} + ] + }, + { + "name": "topwire_flash_left5", + "parent": "topwire_left5", + "pivot": [-14.29017, 54.36014, -11.24616], + "cubes": [ + {"origin": [-16.04017, 91.86014, -7.74616], "size": [3, 7, 3], "pivot": [-14.29017, 54.36014, -11.24616], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [350, 330]} + ] + }, + { + "name": "topwire_left6", + "parent": "topwire_left5", + "pivot": [-22.37634, 63.29871, 31.92636], + "cubes": [ + {"origin": [-16.04017, 98.86014, -7.74616], "size": [3, 7, 3], "pivot": [-14.29017, 54.36014, -11.24616], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [330, 330]} + ] + }, + { + "name": "topwire_flash_left6", + "parent": "topwire_left6", + "pivot": [-14.29017, 54.36014, -11.24616], + "cubes": [ + {"origin": [-16.04017, 98.86014, -7.74616], "size": [3, 7, 3], "pivot": [-14.29017, 54.36014, -11.24616], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [309, 310]} + ] + }, + { + "name": "topwire_left7", + "parent": "topwire_left6", + "pivot": [-23.77722, 65.4185, 38.44894], + "cubes": [ + {"origin": [-16.04017, 105.86014, -7.74616], "size": [3, 7, 3], "pivot": [-14.29017, 54.36014, -11.24616], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [330, 330]} + ] + }, + { + "name": "topwire_flash_left7", + "parent": "topwire_left7", + "pivot": [-14.29017, 54.36014, -11.24616], + "cubes": [ + {"origin": [-16.04017, 105.86014, -7.74616], "size": [3, 7, 3], "pivot": [-14.29017, 54.36014, -11.24616], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [310, 330]} + ] + }, + { + "name": "topwire_left8", + "parent": "topwire_left7", + "pivot": [-25.21725, 67.5376, 45.26895], + "cubes": [ + {"origin": [-26.71252, 67.48516, 43.55989], "size": [3, 7, 3], "pivot": [-25.1781, 67.53828, 44.97152], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [330, 330]} + ] + }, + { + "name": "topwire_flash_left8", + "parent": "topwire_left8", + "pivot": [-25.1781, 67.53828, 44.97152], + "cubes": [ + {"origin": [-26.71252, 67.48516, 43.55989], "size": [3, 7, 3], "pivot": [-25.1781, 67.53828, 44.97152], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [350, 330]} + ] + }, + { + "name": "topwire_left9", + "parent": "topwire_left8", + "pivot": [-26.56594, 69.65829, 51.39495], + "cubes": [ + {"origin": [-16.04017, 119.86014, -7.74616], "size": [3, 7, 3], "pivot": [-14.29017, 54.36014, -11.24616], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [330, 330]} + ] + }, + { + "name": "topwire_flash_left9", + "parent": "topwire_left9", + "pivot": [-14.29017, 54.36014, -11.24616], + "cubes": [ + {"origin": [-16.04017, 119.86014, -7.74616], "size": [3, 7, 3], "pivot": [-14.29017, 54.36014, -11.24616], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [309, 310]} + ] + }, + { + "name": "topwire_left10", + "parent": "topwire_left9", + "pivot": [-27.93948, 71.68195, 57.92091], + "cubes": [ + {"origin": [-16.04017, 126.86014, -7.74616], "size": [3, 7, 3], "pivot": [-14.29017, 54.36014, -11.24616], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [330, 330]} + ] + }, + { + "name": "topwire_left11", + "parent": "topwire_left10", + "pivot": [-29.31302, 73.7056, 64.44687], + "cubes": [ + {"origin": [-16.04017, 133.86014, -7.74616], "size": [3, 7, 3], "pivot": [-14.29017, 54.36014, -11.24616], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [330, 330]} + ] + }, + { + "name": "topwire_left12", + "parent": "topwire_left11", + "pivot": [-30.76859, 76.01764, 70.96269], + "cubes": [ + {"origin": [-16.04017, 140.86014, -7.74616], "size": [3, 7, 3], "pivot": [-14.29017, 54.36014, -11.24616], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [330, 310]} + ] + }, + { + "name": "topwire_left13", + "parent": "topwire_left12", + "pivot": [-32.16947, 78.13743, 77.48527], + "cubes": [ + {"origin": [-16.04017, 147.86014, -7.74616], "size": [3, 7, 3], "pivot": [-14.29017, 54.36014, -11.24616], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [350, 330]} + ] + }, + { + "name": "topwire_left14", + "parent": "topwire_left13", + "pivot": [-33.57035, 80.25721, 84.00785], + "cubes": [ + {"origin": [-16.04017, 154.86014, -7.74616], "size": [3, 7, 3], "pivot": [-14.29017, 54.36014, -11.24616], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [350, 330]} + ] + }, + { + "name": "topwire_left15", + "parent": "topwire_left14", + "pivot": [-34.97124, 82.377, 90.53043], + "cubes": [ + {"origin": [-16.04017, 161.86014, -7.74616], "size": [3, 7, 3], "pivot": [-14.29017, 54.36014, -11.24616], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [350, 330]} + ] + }, + { + "name": "wing_left", + "parent": "wingattachment_left", + "pivot": [-17.71937, 59.33528, -2.73402], + "rotation": [102.42672, 6.5147, 129.90502], + "cubes": [ + {"origin": [-30.83801, 40.97675, -13.63441], "size": [2, 9, 8], "pivot": [-27.69325, 63.07659, -19.90467], "rotation": [42.10174, 31.58697, -13.16103], "uv": [252, 253]}, + {"origin": [-30.00686, 45.96433, -10.86646], "size": [1, 7, 5], "pivot": [-27.69325, 63.07659, -18.90467], "rotation": [19.60174, 31.58697, -13.16103], "uv": [72, 106], "mirror": true} + ] + }, + { + "name": "wingreg2_left", + "parent": "wing_left", + "pivot": [-20.02381, 56.5364, -7.81774], + "rotation": [2.20342, 19.39116, -3.50338], + "cubes": [ + {"origin": [-26.32273, 50.78128, -20.51185], "size": [2, 5, 11], "inflate": -0.02, "pivot": [-22.85464, 64.05883, -21.34873], "rotation": [9.35977, 12.49247, -10.07227], "uv": [0, 242]} + ] + }, + { + "name": "wingtip_left", + "parent": "wingreg2_left", + "pivot": [-21.11957, 49.82124, 22.2389], + "cubes": [ + {"origin": [-26.27485, 49.33845, -20.51903], "size": [2, 10, 10], "inflate": 0.02, "pivot": [-23.14539, 64.02644, -21.28229], "rotation": [-23.14023, 12.49247, -10.07227], "uv": [112, 237]}, + {"origin": [-26.26485, 55.74101, -26.06387], "size": [2, 7, 17], "inflate": 0.04, "pivot": [-23.14539, 64.02644, -21.28229], "rotation": [-60.64023, 12.49247, -10.07227], "uv": [216, 0]}, + {"origin": [-26.24261, 37.08306, -22.65108], "size": [2, 26, 6], "pivot": [-23.14539, 64.02644, -21.28229], "rotation": [-95.64023, 12.49247, -10.07227], "uv": [168, 235]}, + {"origin": [-25.48323, 57.41585, -26.58591], "size": [0, 8, 15], "pivot": [-23.14539, 64.02644, -21.28229], "rotation": [-153.14023, 12.49247, -10.07227], "uv": [232, 230]}, + {"origin": [-24.85567, 41.46862, -32.78664], "size": [0, 15, 8], "pivot": [-24.85567, 50.46862, -29.78664], "rotation": [-35.63127, 12.3348, -10.05404], "uv": [48, 249]}, + {"origin": [-26.27064, 34.34076, -28.50639], "size": [2, 23, 5], "pivot": [-24.95809, 57.05496, -26.0345], "rotation": [-65.64023, 12.49247, -10.07227], "uv": [90, 240]}, + {"origin": [-27.77753, 52.09058, -39.36002], "size": [0, 12, 11], "pivot": [-27.77753, 58.59058, -36.36002], "rotation": [-90.64023, 12.49247, -10.07227], "uv": [184, 235]}, + {"origin": [-27.77753, 64.09058, -39.36002], "size": [0, 4, 7], "pivot": [-27.77753, 58.59058, -36.36002], "rotation": [-90.64023, 12.49247, -10.07227], "uv": [264, 67]}, + {"origin": [-24.97666, 36.37241, -26.13958], "size": [2, 18, 5], "pivot": [-23.50257, 52.81817, -23.65739], "rotation": [-33.14023, 12.49247, -10.07227], "uv": [254, 0]}, + {"origin": [-24.85567, 41.46862, -38.78664], "size": [0, 7, 6], "pivot": [-24.85567, 50.46862, -29.78664], "rotation": [-35.63127, 12.3348, -10.05404], "uv": [72, 93]} + ] + }, + { + "name": "arm_left", + "parent": "arms", + "pivot": [-14.23437, 51.45477, -10.15435] + }, + { + "name": "shoulder_left", + "parent": "arm_left", + "pivot": [-10, 52.3574, -11.31887], + "cubes": [ + {"origin": [-21, 38.39786, 3.49266], "size": [11, 10, 10], "inflate": 0.01, "pivot": [9.58772, 58.19316, 2.67567], "rotation": [-90, 0, 0], "uv": [34, 216]} + ] + }, + { + "name": "shoulder_flash", + "parent": "shoulder_left", + "pivot": [9.58772, 58.19316, 2.67567], + "cubes": [ + {"origin": [-21, 38.39786, 3.49266], "size": [11, 10, 10], "inflate": 0.02, "pivot": [9.58772, 58.19316, 2.67567], "rotation": [-90, 0, 0], "uv": [85, 388]} + ] + }, + { + "name": "bicep_left", + "parent": "shoulder_left", + "pivot": [-17, 52.27057, -11.81127], + "cubes": [ + {"origin": [-33, 38.89786, 5.49266], "size": [16, 9, 8], "inflate": 0.01, "pivot": [9.58772, 58.19316, 2.67567], "rotation": [-90, 0, 0], "uv": [212, 213]} + ] + }, + { + "name": "bicep_on", + "parent": "bicep_left", + "pivot": [9.58772, 58.19316, 2.67567], + "cubes": [ + {"origin": [-33, 38.89786, 5.49266], "size": [16, 9, 8], "inflate": 0.03, "pivot": [9.58772, 58.19316, 2.67567], "rotation": [-90, 0, 0], "uv": [256, 429]} + ] + }, + { + "name": "bicep_flash", + "parent": "bicep_on", + "pivot": [9.58772, 58.19316, 2.67567], + "cubes": [ + {"origin": [-33, 38.89786, 5.49266], "size": [16, 9, 8], "inflate": 0.04, "pivot": [9.58772, 58.19316, 2.67567], "rotation": [-90, 0, 0], "uv": [261, 470]} + ] + }, + { + "name": "forearm_left", + "parent": "bicep_left", + "pivot": [-36, 51.77057, -11.31127], + "cubes": [ + {"origin": [-61, 37.99786, 4.09266], "size": [23, 10, 9], "inflate": 0.02, "pivot": [6.58772, 57.69316, 3.17567], "rotation": [-90, 0, 0], "uv": [152, 23]}, + {"origin": [-43.20208, 45.9827, -16.31127], "size": [12, 12, 10], "pivot": [-36, 51.77057, -11.31127], "rotation": [-90, -45, 0], "uv": [212, 42]} + ] + }, + { + "name": "forearm_on", + "parent": "forearm_left", + "pivot": [6.58772, 57.69316, 3.17567], + "cubes": [ + {"origin": [-61, 37.99786, 4.09266], "size": [23, 10, 9], "inflate": 0.03, "pivot": [6.58772, 57.69316, 3.17567], "rotation": [-90, 0, 0], "uv": [91, 449]} + ] + }, + { + "name": "forearm_flash", + "parent": "forearm_on", + "pivot": [6.58772, 57.69316, 3.17567], + "cubes": [ + {"origin": [-61, 37.99786, 4.09266], "size": [23, 10, 9], "inflate": 0.04, "pivot": [6.58772, 57.69316, 3.17567], "rotation": [-90, 0, 0], "uv": [34, 493]}, + {"origin": [-43.20208, 45.9827, -16.31127], "size": [12, 12, 10], "inflate": 0.02, "pivot": [-36, 51.77057, -11.31127], "rotation": [-90, -45, 0], "uv": [336, 422]} + ] + }, + { + "name": "hand_left", + "parent": "forearm_left", + "pivot": [-57, 51.77057, -10.31127], + "cubes": [ + {"origin": [-65, 36.39786, 4.99266], "size": [10, 12, 10], "inflate": 0.01, "pivot": [9.58772, 57.69316, 4.17567], "rotation": [-90, 0, 0], "uv": [216, 106]}, + {"origin": [-60.26381, 69.76159, -14.31127], "size": [8, 8, 5], "inflate": 0.01, "pivot": [-33, 51.77057, -10.31127], "rotation": [-90, -45, 0], "uv": [252, 187]} + ] + }, + { + "name": "hand_on", + "parent": "hand_left", + "pivot": [-33, 51.77057, -10.31127], + "cubes": [ + {"origin": [-65, 36.39786, 4.99266], "size": [10, 12, 10], "inflate": 0.03, "pivot": [9.58772, 57.69316, 4.17567], "rotation": [-90, 0, 0], "uv": [302, 383]}, + {"origin": [-60.26381, 69.76159, -14.31127], "size": [8, 8, 5], "inflate": 0.03, "pivot": [-33, 51.77057, -10.31127], "rotation": [-90, -45, 0], "uv": [338, 464]} + ] + }, + { + "name": "hand_flash", + "parent": "hand_on", + "pivot": [9.58772, 57.69316, 4.17567], + "cubes": [ + {"origin": [-60.26381, 69.76159, -14.31127], "size": [8, 8, 5], "inflate": 0.04, "pivot": [-33, 51.77057, -10.31127], "rotation": [-90, -45, 0], "uv": [358, 370]}, + {"origin": [-65, 36.39786, 4.99266], "size": [10, 12, 10], "inflate": 0.04, "pivot": [9.58772, 57.69316, 4.17567], "rotation": [-90, 0, 0], "uv": [244, 385]} + ] + }, + { + "name": "fingers_left", + "parent": "hand_left", + "pivot": [-66, 52.87618, -20.11963] + }, + { + "name": "finger_left", + "parent": "fingers_left", + "pivot": [-62.33333, 52.54285, -8.01963], + "cubes": [ + {"origin": [-70, 44.39786, 8.09266], "size": [5, 4, 4], "inflate": 0.01, "pivot": [10.58772, 57.69316, 3.27567], "rotation": [-90, 0, 0], "uv": [262, 234]} + ] + }, + { + "name": "fingertip_left", + "parent": "finger_left", + "pivot": [-70, 51.87618, -8.01963], + "cubes": [ + {"origin": [-74, 44.89786, 9.09266], "size": [4, 3, 3], "inflate": 0.01, "pivot": [10.58772, 57.69316, 3.27567], "rotation": [-90, 0, 0], "uv": [280, 8]} + ] + }, + { + "name": "finger_left2", + "parent": "fingers_left", + "pivot": [-66, 52.87618, -12.51963], + "cubes": [ + {"origin": [-70, 35.39786, 10.59266], "size": [5, 4, 4], "inflate": 0.01, "pivot": [9.58772, 57.69316, 5.77567], "rotation": [-90, 0, 0], "uv": [262, 242]} + ] + }, + { + "name": "fingertip_left2", + "parent": "finger_left2", + "pivot": [-70, 51.87618, -14.51963], + "cubes": [ + {"origin": [-74, 35.89786, 11.59266], "size": [4, 3, 3], "inflate": 0.01, "pivot": [9.58772, 57.69316, 5.77567], "rotation": [-90, 0, 0], "uv": [278, 218]} + ] + }, + { + "name": "finger_left3", + "parent": "fingers_left", + "pivot": [-66, 52.87618, -20.11963], + "cubes": [ + {"origin": [-64.82843, 49.87618, -17.11963], "size": [5, 4, 4], "inflate": 0.01, "pivot": [-62, 51.87618, -16.11963], "rotation": [-90, -45, 0], "uv": [264, 59]} + ] + }, + { + "name": "fingertip_left3", + "parent": "finger_left3", + "pivot": [-64.00711, 52.37618, -18.22674], + "cubes": [ + {"origin": [-67.82843, 50.37618, -16.61963], "size": [4, 3, 3], "inflate": 0.01, "pivot": [-62, 51.87618, -16.11963], "rotation": [-90, -45, 0], "uv": [280, 14]} + ] + }, + { + "name": "wingattachment_right", + "parent": "arms", + "pivot": [14.23437, 51.45477, -10.15435], + "rotation": [0.13165, -7.49885, -16.00863], + "cubes": [ + {"origin": [12.31359, 59.82144, -18.27995], "size": [5, 5, 22.5], "pivot": [14.56359, 55.32144, -11.27995], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [152, 88], "mirror": true}, + {"origin": [13.06359, 54.87144, -18.52995], "size": [3, 8, 22], "pivot": [14.56359, 56.07144, -13.52995], "rotation": [-64.80109, 6.8517, 15.49302], "uv": [162, 42], "mirror": true}, + {"origin": [14.56359, 42.57144, -17.52995], "size": [0, 13, 19], "pivot": [14.56359, 56.07144, -13.52995], "rotation": [-64.80109, 6.8517, 15.49302], "uv": [42, 184], "mirror": true} + ] + }, + { + "name": "wires_right", + "parent": "wingattachment_right", + "pivot": [22.06158, 42.899, 35.15961] + }, + { + "name": "bottomwire_right", + "parent": "wires_right", + "pivot": [13.56811, 46.18086, 0.48885], + "cubes": [ + {"origin": [12.42131, 44.21238, 0.17702], "size": [3, 7, 3], "pivot": [13.90912, 46.54246, 1.71085], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [330, 330], "mirror": true} + ] + }, + { + "name": "bottomwire_flash_right", + "parent": "bottomwire_right", + "pivot": [13.90912, 46.54246, 1.71085], + "cubes": [ + {"origin": [12.42131, 44.21238, 0.17702], "size": [3, 7, 3], "pivot": [13.90912, 46.54246, 1.71085], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [350, 330], "mirror": true} + ] + }, + { + "name": "bottomwire_right2", + "parent": "bottomwire_right", + "pivot": [14.8315, 47.99434, 6.0759], + "cubes": [ + {"origin": [14.06293, 45.54426, 7.8105], "size": [3, 7, 3], "pivot": [15.56293, 49.04426, 9.3105], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [330, 330], "mirror": true} + ] + }, + { + "name": "bottomwire_flash_right2", + "parent": "bottomwire_right2", + "pivot": [15.56293, 49.04426, 9.3105], + "cubes": [ + {"origin": [14.06293, 45.54426, 7.8105], "size": [3, 7, 3], "pivot": [15.56293, 49.04426, 9.3105], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [350, 330], "mirror": true} + ] + }, + { + "name": "bottomwire_right3", + "parent": "bottomwire_right2", + "pivot": [16.24543, 50.1139, 12.69762], + "cubes": [ + {"origin": [11.1262, 71.13104, -7.50968], "size": [3, 7, 3], "pivot": [12.3762, 47.63104, -11.00968], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [330, 330], "mirror": true} + ] + }, + { + "name": "bottomwire_flash_right3", + "parent": "bottomwire_right3", + "pivot": [12.3762, 47.63104, -11.00968], + "cubes": [ + {"origin": [11.1262, 71.13104, -7.50968], "size": [3, 7, 3], "pivot": [12.3762, 47.63104, -11.00968], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [309, 310], "mirror": true} + ] + }, + { + "name": "bottomwire_right4", + "parent": "bottomwire_right3", + "pivot": [17.64631, 52.23368, 19.2202], + "cubes": [ + {"origin": [11.1262, 78.13104, -7.50968], "size": [3, 7, 3], "pivot": [12.3762, 47.63104, -11.00968], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [330, 330], "mirror": true} + ] + }, + { + "name": "bottomwire_flash_right4", + "parent": "bottomwire_right4", + "pivot": [12.3762, 47.63104, -11.00968], + "cubes": [ + {"origin": [11.1262, 78.13104, -7.50968], "size": [3, 7, 3], "pivot": [12.3762, 47.63104, -11.00968], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [310, 330], "mirror": true} + ] + }, + { + "name": "bottomwire_right5", + "parent": "bottomwire_right4", + "pivot": [19.0472, 54.35347, 25.74278], + "cubes": [ + {"origin": [11.1262, 85.13104, -7.50968], "size": [3, 7, 3], "pivot": [12.3762, 47.63104, -11.00968], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [330, 330], "mirror": true} + ] + }, + { + "name": "bottomwire_flash_right5", + "parent": "bottomwire_right5", + "pivot": [12.3762, 47.63104, -11.00968], + "cubes": [ + {"origin": [11.1262, 85.13104, -7.50968], "size": [3, 7, 3], "pivot": [12.3762, 47.63104, -11.00968], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [350, 330], "mirror": true} + ] + }, + { + "name": "bottomwire_right6", + "parent": "bottomwire_right5", + "pivot": [20.46237, 56.56961, 32.16284], + "cubes": [ + {"origin": [11.1262, 92.13104, -7.50968], "size": [3, 7, 3], "pivot": [12.3762, 47.63104, -11.00968], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [330, 330], "mirror": true} + ] + }, + { + "name": "bottomwire_flash_right6", + "parent": "bottomwire_right6", + "pivot": [12.3762, 47.63104, -11.00968], + "cubes": [ + {"origin": [11.1262, 92.13104, -7.50968], "size": [3, 7, 3], "pivot": [12.3762, 47.63104, -11.00968], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [309, 310], "mirror": true} + ] + }, + { + "name": "bottomwire_right7", + "parent": "bottomwire_right6", + "pivot": [21.86326, 58.68939, 38.68542], + "cubes": [ + {"origin": [11.1262, 99.13104, -7.50968], "size": [3, 7, 3], "pivot": [12.3762, 47.63104, -11.00968], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [330, 330], "mirror": true} + ] + }, + { + "name": "bottomwire_flash_right7", + "parent": "bottomwire_right7", + "pivot": [12.3762, 47.63104, -11.00968], + "cubes": [ + {"origin": [11.1262, 99.13104, -7.50968], "size": [3, 7, 3], "pivot": [12.3762, 47.63104, -11.00968], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [310, 330], "mirror": true} + ] + }, + { + "name": "bottomwire_right8", + "parent": "bottomwire_right7", + "pivot": [23.18211, 60.52079, 45.21813], + "cubes": [ + {"origin": [21.79856, 60.75606, 43.79637], "size": [3, 7, 3], "pivot": [23.26414, 60.80918, 45.20799], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [330, 330], "mirror": true} + ] + }, + { + "name": "bottomwire_flash_right8", + "parent": "bottomwire_right8", + "pivot": [23.26414, 60.80918, 45.20799], + "cubes": [ + {"origin": [21.79856, 60.75606, 43.79637], "size": [3, 7, 3], "pivot": [23.26414, 60.80918, 45.20799], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [350, 330], "mirror": true} + ] + }, + { + "name": "bottomwire_right9", + "parent": "bottomwire_right8", + "pivot": [24.65197, 62.92919, 51.63143], + "cubes": [ + {"origin": [11.1262, 113.13104, -7.50968], "size": [3, 7, 3], "pivot": [12.3762, 47.63104, -11.00968], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [330, 330], "mirror": true} + ] + }, + { + "name": "bottomwire_flash_right9", + "parent": "bottomwire_right9", + "pivot": [12.3762, 47.63104, -11.00968], + "cubes": [ + {"origin": [11.1262, 113.13104, -7.50968], "size": [3, 7, 3], "pivot": [12.3762, 47.63104, -11.00968], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [309, 310], "mirror": true} + ] + }, + { + "name": "bone2", + "parent": "bottomwire_right9", + "pivot": [26.02551, 64.95284, 58.15739], + "cubes": [ + {"origin": [11.1262, 120.13104, -7.50968], "size": [3, 7, 3], "pivot": [12.3762, 47.63104, -11.00968], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [330, 330], "mirror": true} + ] + }, + { + "name": "bone3", + "parent": "bone2", + "pivot": [27.39905, 66.9765, 64.68334], + "cubes": [ + {"origin": [11.1262, 127.13104, -7.50968], "size": [3, 7, 3], "pivot": [12.3762, 47.63104, -11.00968], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [330, 330], "mirror": true} + ] + }, + { + "name": "bone4", + "parent": "bone3", + "pivot": [28.85462, 69.28854, 71.19917], + "cubes": [ + {"origin": [11.1262, 134.13104, -7.50968], "size": [3, 7, 3], "pivot": [12.3762, 47.63104, -11.00968], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [330, 310], "mirror": true} + ] + }, + { + "name": "bone5", + "parent": "bone4", + "pivot": [30.25551, 71.40832, 77.72175], + "cubes": [ + {"origin": [11.1262, 141.13104, -7.50968], "size": [3, 7, 3], "pivot": [12.3762, 47.63104, -11.00968], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [350, 330], "mirror": true} + ] + }, + { + "name": "bone6", + "parent": "bone5", + "pivot": [31.65639, 73.52811, 84.24433], + "cubes": [ + {"origin": [11.1262, 148.13104, -7.50968], "size": [3, 7, 3], "pivot": [12.3762, 47.63104, -11.00968], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [350, 330], "mirror": true} + ] + }, + { + "name": "bone7", + "parent": "bone6", + "pivot": [33.05727, 75.64789, 90.76691], + "cubes": [ + {"origin": [11.1262, 155.13104, -7.50968], "size": [3, 7, 3], "pivot": [12.3762, 47.63104, -11.00968], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [350, 330], "mirror": true} + ] + }, + { + "name": "topwire_right", + "parent": "wires_right", + "pivot": [15.48207, 52.90996, 0.25237], + "cubes": [ + {"origin": [14.33527, 50.94148, -0.05946], "size": [3, 7, 3], "pivot": [15.82309, 53.27156, 1.47437], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [330, 330], "mirror": true} + ] + }, + { + "name": "topwire_flash_right", + "parent": "topwire_right", + "pivot": [15.82309, 53.27156, 1.47437], + "cubes": [ + {"origin": [14.33527, 50.94148, -0.05946], "size": [3, 7, 3], "pivot": [15.82309, 53.27156, 1.47437], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [350, 330], "mirror": true} + ] + }, + { + "name": "topwire_right2", + "parent": "topwire_right", + "pivot": [16.74546, 54.72345, 5.83942], + "cubes": [ + {"origin": [15.9769, 52.27336, 7.57402], "size": [3, 7, 3], "pivot": [17.4769, 55.77336, 9.07402], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [330, 330], "mirror": true} + ] + }, + { + "name": "topwire_flash_right2", + "parent": "topwire_right2", + "pivot": [17.4769, 55.77336, 9.07402], + "cubes": [ + {"origin": [15.9769, 52.27336, 7.57402], "size": [3, 7, 3], "pivot": [17.4769, 55.77336, 9.07402], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [350, 330], "mirror": true} + ] + }, + { + "name": "topwire_right3", + "parent": "topwire_right2", + "pivot": [18.15939, 56.843, 12.46114], + "cubes": [ + {"origin": [13.04017, 77.86014, -7.74616], "size": [3, 7, 3], "pivot": [14.29017, 54.36014, -11.24616], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [330, 330], "mirror": true} + ] + }, + { + "name": "topwire_flash_right3", + "parent": "topwire_right3", + "pivot": [14.29017, 54.36014, -11.24616], + "cubes": [ + {"origin": [13.04017, 77.86014, -7.74616], "size": [3, 7, 3], "pivot": [14.29017, 54.36014, -11.24616], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [309, 310], "mirror": true} + ] + }, + { + "name": "topwire_right4", + "parent": "topwire_right3", + "pivot": [19.56028, 58.96279, 18.98372], + "cubes": [ + {"origin": [13.04017, 84.86014, -7.74616], "size": [3, 7, 3], "pivot": [14.29017, 54.36014, -11.24616], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [330, 330], "mirror": true} + ] + }, + { + "name": "topwire_flash_right4", + "parent": "topwire_right4", + "pivot": [14.29017, 54.36014, -11.24616], + "cubes": [ + {"origin": [13.04017, 84.86014, -7.74616], "size": [3, 7, 3], "pivot": [14.29017, 54.36014, -11.24616], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [310, 330], "mirror": true} + ] + }, + { + "name": "topwire_right5", + "parent": "topwire_right4", + "pivot": [20.96116, 61.08257, 25.5063], + "cubes": [ + {"origin": [13.04017, 91.86014, -7.74616], "size": [3, 7, 3], "pivot": [14.29017, 54.36014, -11.24616], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [330, 330], "mirror": true} + ] + }, + { + "name": "topwire_flash_right5", + "parent": "topwire_right5", + "pivot": [14.29017, 54.36014, -11.24616], + "cubes": [ + {"origin": [13.04017, 91.86014, -7.74616], "size": [3, 7, 3], "pivot": [14.29017, 54.36014, -11.24616], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [350, 330], "mirror": true} + ] + }, + { + "name": "topwire_right6", + "parent": "topwire_right5", + "pivot": [22.37634, 63.29871, 31.92636], + "cubes": [ + {"origin": [13.04017, 98.86014, -7.74616], "size": [3, 7, 3], "pivot": [14.29017, 54.36014, -11.24616], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [330, 330], "mirror": true} + ] + }, + { + "name": "topwire_flash_right6", + "parent": "topwire_right6", + "pivot": [14.29017, 54.36014, -11.24616], + "cubes": [ + {"origin": [13.04017, 98.86014, -7.74616], "size": [3, 7, 3], "pivot": [14.29017, 54.36014, -11.24616], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [309, 310], "mirror": true} + ] + }, + { + "name": "topwire_right7", + "parent": "topwire_right6", + "pivot": [23.77722, 65.4185, 38.44894], + "cubes": [ + {"origin": [13.04017, 105.86014, -7.74616], "size": [3, 7, 3], "pivot": [14.29017, 54.36014, -11.24616], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [330, 330], "mirror": true} + ] + }, + { + "name": "topwire_flash_right7", + "parent": "topwire_right7", + "pivot": [14.29017, 54.36014, -11.24616], + "cubes": [ + {"origin": [13.04017, 105.86014, -7.74616], "size": [3, 7, 3], "pivot": [14.29017, 54.36014, -11.24616], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [310, 330], "mirror": true} + ] + }, + { + "name": "topwire_right8", + "parent": "topwire_right7", + "pivot": [25.21725, 67.5376, 45.26895], + "cubes": [ + {"origin": [23.71252, 67.48516, 43.55989], "size": [3, 7, 3], "pivot": [25.1781, 67.53828, 44.97152], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [330, 330], "mirror": true} + ] + }, + { + "name": "topwire_flash_right8", + "parent": "topwire_right8", + "pivot": [25.1781, 67.53828, 44.97152], + "cubes": [ + {"origin": [23.71252, 67.48516, 43.55989], "size": [3, 7, 3], "pivot": [25.1781, 67.53828, 44.97152], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [350, 330], "mirror": true} + ] + }, + { + "name": "topwire_right9", + "parent": "topwire_right8", + "pivot": [26.56594, 69.65829, 51.39495], + "cubes": [ + {"origin": [13.04017, 119.86014, -7.74616], "size": [3, 7, 3], "pivot": [14.29017, 54.36014, -11.24616], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [330, 330], "mirror": true} + ] + }, + { + "name": "topwire_flash_right9", + "parent": "topwire_right9", + "pivot": [14.29017, 54.36014, -11.24616], + "cubes": [ + {"origin": [13.04017, 119.86014, -7.74616], "size": [3, 7, 3], "pivot": [14.29017, 54.36014, -11.24616], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [309, 310], "mirror": true} + ] + }, + { + "name": "topwire_right10", + "parent": "topwire_right9", + "pivot": [27.93948, 71.68195, 57.92091], + "cubes": [ + {"origin": [13.04017, 126.86014, -7.74616], "size": [3, 7, 3], "pivot": [14.29017, 54.36014, -11.24616], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [330, 330], "mirror": true} + ] + }, + { + "name": "topwire_right11", + "parent": "topwire_right10", + "pivot": [29.31302, 73.7056, 64.44687], + "cubes": [ + {"origin": [13.04017, 133.86014, -7.74616], "size": [3, 7, 3], "pivot": [14.29017, 54.36014, -11.24616], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [330, 330], "mirror": true} + ] + }, + { + "name": "topwire_right12", + "parent": "topwire_right11", + "pivot": [30.76859, 76.01764, 70.96269], + "cubes": [ + {"origin": [13.04017, 140.86014, -7.74616], "size": [3, 7, 3], "pivot": [14.29017, 54.36014, -11.24616], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [330, 310], "mirror": true} + ] + }, + { + "name": "topwire_right13", + "parent": "topwire_right12", + "pivot": [32.16947, 78.13743, 77.48527], + "cubes": [ + {"origin": [13.04017, 147.86014, -7.74616], "size": [3, 7, 3], "pivot": [14.29017, 54.36014, -11.24616], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [350, 330], "mirror": true} + ] + }, + { + "name": "topwire_right14", + "parent": "topwire_right13", + "pivot": [33.57035, 80.25721, 84.00785], + "cubes": [ + {"origin": [13.04017, 154.86014, -7.74616], "size": [3, 7, 3], "pivot": [14.29017, 54.36014, -11.24616], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [350, 330], "mirror": true} + ] + }, + { + "name": "topwire_right15", + "parent": "topwire_right14", + "pivot": [34.97124, 82.377, 90.53043], + "cubes": [ + {"origin": [13.04017, 161.86014, -7.74616], "size": [3, 7, 3], "pivot": [14.29017, 54.36014, -11.24616], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [350, 330], "mirror": true} + ] + }, + { + "name": "wing_right", + "parent": "wingattachment_right", + "pivot": [17.71937, 59.33528, -2.73402], + "rotation": [102.42672, -6.5147, -129.90502], + "cubes": [ + {"origin": [29.25636, 45.98231, -11.85308], "size": [1, 7, 5], "pivot": [27.69325, 63.07659, -19.90467], "rotation": [19.60174, -31.58697, 13.16103], "uv": [72, 106]}, + {"origin": [28.83801, 40.97675, -13.63441], "size": [2, 9, 8], "pivot": [27.69325, 63.07659, -19.90467], "rotation": [42.10174, -31.58697, 13.16103], "uv": [252, 253], "mirror": true} + ] + }, + { + "name": "wingreg2_right", + "parent": "wing_right", + "pivot": [21.02381, 54.5364, -6.81774], + "rotation": [2.20342, -19.39116, 3.50338], + "cubes": [ + {"origin": [23.93392, 48.73697, -20.00833], "size": [2, 7, 11], "pivot": [22.46583, 64.01451, -20.84521], "rotation": [9.35977, -12.49247, 10.07227], "uv": [136, 237]} + ] + }, + { + "name": "wingtip_right", + "parent": "wingreg2_right", + "pivot": [20.44001, 49.80932, 22.67598], + "cubes": [ + {"origin": [23.89469, 49.34464, -20.08782], "size": [2, 10, 9], "inflate": 0.05, "pivot": [22.46583, 64.01451, -20.84521], "rotation": [-23.14023, -12.49247, 10.07227], "uv": [26, 249]}, + {"origin": [23.88469, 45.73989, -25.64247], "size": [2, 17, 17], "inflate": 0.07, "pivot": [22.46583, 64.01451, -20.84521], "rotation": [-60.64023, -12.49247, 10.07227], "uv": [178, 115]}, + {"origin": [23.88469, 34.77412, -25.01643], "size": [2, 26, 8], "inflate": 0.05, "pivot": [22.46583, 64.01451, -20.84521], "rotation": [-85.64023, -12.49247, 10.07227], "uv": [212, 230]}, + {"origin": [24.89391, 43.06707, -37.05812], "size": [2, 9, 6], "inflate": 0.05, "pivot": [25.59452, 52.55559, -33.54293], "rotation": [-58.14023, -12.49247, 10.07227], "uv": [64, 259]}, + {"origin": [24.88469, 39.15424, -28.28769], "size": [0, 7, 10], "pivot": [22.46583, 64.01451, -20.84521], "rotation": [-65.64023, -12.49247, 10.07227], "uv": [136, 255]}, + {"origin": [22.60232, 38.85055, -28.37709], "size": [2, 16, 5], "inflate": 0.05, "pivot": [23.3047, 47.15802, -28.08092], "rotation": [-40.64023, -12.49247, 10.07227], "uv": [256, 38]}, + {"origin": [24.47551, 41.47351, -36.35848], "size": [0, 7, 12], "pivot": [24.17611, 50.45669, -29.34956], "rotation": [-33.14023, -12.49247, 10.07227], "uv": [240, 83]} + ] + }, + { + "name": "arm_right", + "parent": "arms", + "pivot": [14.23437, 51.45477, -10.15435] + }, + { + "name": "shoulder_right", + "parent": "arm_right", + "pivot": [10, 52.3574, -11.31887], + "cubes": [ + {"origin": [10, 37.89786, 4.49266], "size": [11, 11, 11], "inflate": 0.01, "pivot": [-9.58772, 58.19316, 2.67567], "rotation": [-90, 0, 0], "uv": [168, 213]} + ] + }, + { + "name": "bicep_right", + "parent": "shoulder_right", + "pivot": [17, 52.27057, -11.81127], + "cubes": [ + {"origin": [17, 38.89786, 5.49266], "size": [17, 9, 9], "inflate": 0.01, "pivot": [-9.58772, 58.19316, 2.67567], "rotation": [-90, 0, 0], "uv": [178, 149]} + ] + }, + { + "name": "forearm_right", + "parent": "bicep_right", + "pivot": [36, 50.77057, -11.81127], + "cubes": [ + {"origin": [38, 35.99786, 2.49266], "size": [20, 12, 11], "pivot": [-6.58772, 56.69316, 2.67567], "rotation": [-90, 0, 0], "uv": [152, 0]}, + {"origin": [31.84853, 46.33626, -17.91127], "size": [12, 12, 11], "inflate": 0.015, "pivot": [36, 50.77057, -11.81127], "rotation": [-90, 45, 0], "uv": [80, 197]} + ] + }, + { + "name": "hand_right", + "parent": "forearm_right", + "pivot": [57, 50.77057, -11.81127], + "cubes": [ + {"origin": [55, 35.39786, 2.49266], "size": [10, 13, 11], "inflate": 0.01, "pivot": [-9.58772, 56.69316, 2.67567], "rotation": [-90, 0, 0], "uv": [126, 213]}, + {"origin": [51.34457, 68.54946, -16.81127], "size": [9, 9, 7], "inflate": 0.01, "pivot": [33, 50.77057, -11.81127], "rotation": [-90, 45, 0], "uv": [216, 24]} + ] + }, + { + "name": "fingers_right", + "parent": "hand_right", + "pivot": [-9.58772, 56.69316, 2.67567] + }, + { + "name": "finger4", + "parent": "fingers_right", + "pivot": [61, 51.87618, -17.61963], + "cubes": [ + {"origin": [60.10122, 48.0176, -19.61963], "size": [6, 5, 5], "inflate": 0.01, "pivot": [61, 50.87618, -17.61963], "rotation": [-90, 45, 0], "uv": [184, 258]}, + {"origin": [66.10122, 49.0176, -18.61963], "size": [4, 3, 3], "inflate": 0.01, "pivot": [61, 50.87618, -17.61963], "rotation": [-90, 45, 0], "uv": [280, 77]} + ] + }, + { + "name": "finger6", + "parent": "fingers_right", + "pivot": [65, 50.87618, -15.11963], + "cubes": [ + {"origin": [64, 35.39786, 4.49266], "size": [7, 5, 5], "inflate": 0.01, "pivot": [-9.58772, 56.69316, 2.67567], "rotation": [-90, 0, 0], "uv": [90, 36]}, + {"origin": [71, 36.39786, 5.49266], "size": [3, 3, 3], "inflate": 0.01, "pivot": [-9.58772, 56.69316, 2.67567], "rotation": [-90, 0, 0], "uv": [280, 224]} + ] + }, + { + "name": "finger5", + "parent": "fingers_right", + "pivot": [65, 50.87618, -7.11963], + "cubes": [ + {"origin": [64, 35.39786, 12.49266], "size": [7, 5, 5], "inflate": 0.01, "pivot": [-9.58772, 56.69316, 10.67567], "rotation": [-90, 0, 0], "uv": [90, 36]}, + {"origin": [71, 36.39786, 13.49266], "size": [3, 3, 3], "inflate": 0.01, "pivot": [-9.58772, 56.69316, 10.67567], "rotation": [-90, 0, 0], "uv": [280, 224]} + ] + }, + { + "name": "legs", + "parent": "body", + "pivot": [0, 0, 11.75] + }, + { + "name": "leg_left", + "parent": "legs", + "pivot": [-10, 25, 7] + }, + { + "name": "thigh_left", + "parent": "leg_left", + "pivot": [-26, 23, 9] + }, + { + "name": "thigh_left2", + "parent": "thigh_left", + "pivot": [15.25, 30.25, 7.75], + "cubes": [ + {"origin": [-21.25, 15.91371, -2.70632], "size": [12, 17, 19], "inflate": 0.01, "pivot": [-13.75, 23.07223, 6.89799], "rotation": [-35, 0, 0], "uv": [90, 0], "mirror": true} + ] + }, + { + "name": "ankle_left", + "parent": "leg_left", + "pivot": [-15.5, 15, 11], + "cubes": [ + {"origin": [-16.5, 3.25, 2], "size": [6, 13, 6], "pivot": [-16.5, 3.25, 3], "rotation": [-42.5, 0, 0], "uv": [240, 64]}, + {"origin": [-18.5, 9.5, 7], "size": [9, 11, 9], "uv": [216, 128]} + ] + }, + { + "name": "foot_left", + "parent": "ankle_left", + "pivot": [-16, 2, 5.75], + "cubes": [ + {"origin": [-17.77543, -0.81537, -1.91876], "size": [7, 4, 9], "uv": [230, 148]}, + {"origin": [-17.77543, -0.81537, 7.08124], "size": [7, 4, 5], "uv": [0, 258]} + ] + }, + { + "name": "toes_left", + "parent": "foot_left", + "pivot": [-30.77543, -0.81537, -13.66876] + }, + { + "name": "toe1_left", + "parent": "toes_left", + "pivot": [-30.77543, -0.81537, -13.66876], + "rotation": [0, 25, 0], + "cubes": [ + {"origin": [-24.02497, -0.81537, -4.53782], "size": [2, 2, 2], "uv": [70, 118]}, + {"origin": [-24.02497, -0.81537, -2.53782], "size": [2, 3, 3], "uv": [126, 257]}, + {"origin": [-24.52497, -0.81537, 0.46218], "size": [3, 3, 4], "uv": [274, 30]} + ] + }, + { + "name": "toe2_left", + "parent": "toes_left", + "pivot": [-16.02543, -0.81537, -11.66876], + "rotation": [0, -25, 0], + "cubes": [ + {"origin": [-9.77497, -0.81537, -7.04971], "size": [3, 3, 3], "uv": [280, 138]}, + {"origin": [-9.37497, -0.81537, -10.04971], "size": [2, 3, 3], "uv": [80, 259]}, + {"origin": [-9.37497, -0.81537, -12.04971], "size": [2, 2, 2], "uv": [152, 42]} + ] + }, + { + "name": "toe3_left", + "parent": "toes_left", + "pivot": [-30.77543, -0.81537, -13.66876], + "cubes": [ + {"origin": [-14.77543, -0.81537, -6.31876], "size": [1, 2, 2], "uv": [78, 118]}, + {"origin": [-14.77543, -0.54986, -5.10563], "size": [1, 2, 4], "inflate": 0.01, "pivot": [-14.27543, 0.63992, -4.25089], "rotation": [32.5, 0, 0], "uv": [222, 264]}, + {"origin": [-14.27543, -0.81537, -14.31876], "size": [0, 8, 21], "uv": [0, 179], "mirror": true} + ] + }, + { + "name": "leg_right", + "parent": "legs", + "pivot": [10, 25, 7] + }, + { + "name": "thigh_right", + "parent": "leg_right", + "pivot": [26, 23, 9] + }, + { + "name": "thigh_right2", + "parent": "thigh_right", + "pivot": [15.25, 30.25, 7.75], + "cubes": [ + {"origin": [9.25, 15.91371, -2.70632], "size": [12, 17, 19], "inflate": 0.01, "pivot": [13.75, 23.07223, 6.89799], "rotation": [-35, 0, 0], "uv": [90, 0]} + ] + }, + { + "name": "ankle_right", + "parent": "leg_right", + "pivot": [15.5, 15, 11], + "cubes": [ + {"origin": [10.5, 3.25, 2], "size": [6, 13, 6], "pivot": [16.5, 3.25, 3], "rotation": [-42.5, 0, 0], "uv": [66, 240]}, + {"origin": [9.5, 9.5, 7], "size": [9, 11, 9], "uv": [76, 220]} + ] + }, + { + "name": "foot_right", + "parent": "ankle_right", + "pivot": [12, 2, 5.75], + "cubes": [ + {"origin": [10.68045, 0.04646, 7.17147], "size": [7, 4, 5], "uv": [114, 36]}, + {"origin": [10.68045, 0.04646, -1.82853], "size": [7, 4, 9], "uv": [34, 236]} + ] + }, + { + "name": "toes_right", + "parent": "foot_right", + "pivot": [30.68045, 0.04646, -13.57853] + }, + { + "name": "toe1_right", + "parent": "toes_right", + "pivot": [30.68045, 0.04646, -13.57853], + "rotation": [0, -25, 0], + "cubes": [ + {"origin": [21.92999, 0.04646, -4.44759], "size": [2, 2, 2], "uv": [232, 64]}, + {"origin": [21.92999, 0.04646, -2.44759], "size": [2, 3, 3], "uv": [280, 236]}, + {"origin": [21.42999, 0.04646, 0.55241], "size": [3, 3, 4], "uv": [276, 180]} + ] + }, + { + "name": "toe2_right", + "parent": "toes_right", + "pivot": [15.93045, 0.04646, -11.57853], + "rotation": [0, 25, 0], + "cubes": [ + {"origin": [6.67999, 0.04646, -6.95948], "size": [3, 3, 3], "uv": [280, 150]}, + {"origin": [7.27999, 0.04646, -9.95948], "size": [2, 3, 3], "uv": [280, 242]}, + {"origin": [7.27999, 0.04646, -11.95948], "size": [2, 2, 2], "uv": [232, 68]} + ] + }, + { + "name": "toe3_right", + "parent": "toes_right", + "pivot": [30.68045, 0.04646, -13.57853], + "cubes": [ + {"origin": [13.68045, 0.04646, -6.22853], "size": [1, 2, 2], "uv": [112, 233]}, + {"origin": [14.18045, 0.04646, -14.22853], "size": [0, 8, 21], "uv": [0, 179]}, + {"origin": [13.68045, 0.31197, -5.01539], "size": [1, 2, 4], "inflate": 0.01, "pivot": [14.18045, 1.50175, -4.16066], "rotation": [32.5, 0, 0], "uv": [252, 280]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kyuremwhite/kyuremwhite.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kyuremwhite/kyuremwhite.geo.json new file mode 100644 index 0000000..d2995b6 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/kyuremwhite/kyuremwhite.geo.json @@ -0,0 +1,1419 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 512, + "texture_height": 512, + "visible_bounds_width": 14, + "visible_bounds_height": 8.5, + "visible_bounds_offset": [0, 3.75, 0] + }, + "bones": [ + { + "name": "kyuremwhite", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "kyuremwhite", + "pivot": [0, 0, 0] + }, + { + "name": "body2", + "parent": "body", + "pivot": [0, 24.1555, 0.59976], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [-9.5, 17.27859, 7.31849], "size": [19, 15, 18], "pivot": [11.58772, 39.57389, 9.5015], "rotation": [-57.5, 0, 0], "uv": [52, 34]} + ] + }, + { + "name": "body4", + "parent": "body2", + "pivot": [-0.01228, 30.31646, -5.301], + "cubes": [ + {"origin": [-7, 31.27859, 14.31849], "size": [14, 10, 14], "inflate": 0.01, "pivot": [11.58772, 53.57389, 7.5015], "rotation": [-80, 0, 0], "uv": [132, 0]} + ] + }, + { + "name": "body5", + "parent": "body4", + "pivot": [0, 41.78426, -5.08448], + "cubes": [ + {"origin": [-9.5, 30.77859, 5.31849], "size": [19, 15, 12], "inflate": 0.01, "pivot": [11.58772, 53.57389, 7.5015], "rotation": [-80, 0, 0], "uv": [126, 34]}, + {"origin": [-9.5, 24.44417, 4.81377], "size": [19, 0, 12], "pivot": [11.58772, 47.32389, 7.2515], "rotation": [-95, 0, 0], "uv": [114, 156]}, + {"origin": [-9.5, 48.8451, -1.31804], "size": [19, 0, 12], "inflate": 0.01, "pivot": [0, 51.01367, 3.21659], "rotation": [-67.5, 0, 0], "uv": [114, 156]} + ] + }, + { + "name": "neck", + "parent": "body5", + "pivot": [0, 52.09537, -7.84641], + "cubes": [ + {"origin": [-4.5, 48.49288, -12.81861], "size": [9, 10, 10], "pivot": [0, 53.99288, -7.81861], "rotation": [-80, 0, 0], "uv": [188, 20]} + ] + }, + { + "name": "neck2", + "parent": "neck", + "pivot": [0, 57.55044, -8.47143], + "rotation": [-22.5, 0, 0], + "cubes": [ + {"origin": [-4, 57.36553, -15.74037], "size": [8, 8, 12], "pivot": [0, 62.86553, -10.09139], "rotation": [-57.5, 0, 0], "uv": [42, 183]} + ] + }, + { + "name": "neck3", + "parent": "neck2", + "pivot": [0, 66.7429, -14.25411], + "rotation": [-35, 0, 0], + "cubes": [ + {"origin": [-3.5, 64.24105, -23.16992], "size": [7, 7, 13], "pivot": [0, 67.24105, -15.66992], "rotation": [-22.5, 0, 0], "uv": [188, 0]} + ] + }, + { + "name": "head", + "parent": "neck3", + "pivot": [0.5, 69.11407, -20.60314], + "rotation": [67.5, 0, 0], + "cubes": [ + {"origin": [-4, 65.61407, -22.60314], "size": [8, 8, 6], "inflate": 0.01, "pivot": [-9, 68.61407, -17.85314], "rotation": [7.5, 0, 0], "uv": [198, 202]}, + {"origin": [-3.67463, 69.34085, -27.38094], "size": [8, 4, 7], "inflate": 0.01, "pivot": [0.32537, 71.24085, -23.88094], "rotation": [-6.32122, -44.98297, 4.13002], "uv": [210, 125]}, + {"origin": [-0.70332, 70.84189, -31.41226], "size": [2, 3, 2], "pivot": [-0.04189, 70.82824, -30.75383], "rotation": [-41.04609, -37.35291, 27.44012], "uv": [204, 111]} + ] + }, + { + "name": "teeth", + "parent": "head", + "pivot": [-2.42338, 64.91642, -29.0172] + }, + { + "name": "crests", + "parent": "head", + "pivot": [0, 72.24393, -31.0311], + "rotation": [-25, 0, 0], + "cubes": [ + {"origin": [-4.17215, 71.80774, -29.90763], "size": [4, 3, 6], "pivot": [0, 72.96116, -29.94671], "rotation": [54.8674, 40.24635, 45.25595], "uv": [226, 20]}, + {"origin": [0.17215, 71.70774, -29.70763], "size": [4, 3, 7], "pivot": [0, 72.96116, -29.94671], "rotation": [57.3674, -40.24635, -45.25595], "uv": [222, 177]} + ] + }, + { + "name": "crests2", + "parent": "crests", + "pivot": [1.12533, 83.09829, -19.00646], + "rotation": [2.5, 0, 0] + }, + { + "name": "fire_crest", + "parent": "crests2", + "pivot": [2.95, 76.20805, -27.29336], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [1.3942, 75.78072, -27.78183], "size": [5, 4, 5], "pivot": [3.85586, 77.66401, -25.61159], "rotation": [42.11143, 21.55173, 18.61442], "uv": [226, 29]} + ] + }, + { + "name": "fire_crest3", + "parent": "fire_crest", + "pivot": [4.67039, 78.59474, -25.59545], + "cubes": [ + {"origin": [-1.70369, 71.05474, -23.51282], "size": [5, 5, 6], "pivot": [0.15, 74.29426, -31.17696], "rotation": [45.89594, 18.17696, 20.99692], "uv": [128, 222]} + ] + }, + { + "name": "fire_crest4", + "parent": "fire_crest3", + "pivot": [7.08587, 79.76272, -21.60399], + "cubes": [ + {"origin": [-2.38109, 70.84669, -18.85482], "size": [6, 6, 7], "pivot": [0.15, 74.79426, -32.42696], "rotation": [40.89594, 18.17696, 20.99692], "uv": [212, 111]}, + {"origin": [15.67948, 83.06783, -21.02022], "size": [3, 0, 8], "pivot": [14.60389, 82.91935, -15.53229], "rotation": [55.60256, 13.6303, 93.62206], "uv": [222, 194]}, + {"origin": [11.81852, 80.72007, -21.07521], "size": [3, 0, 8], "pivot": [13.31852, 80.72007, -17.07521], "rotation": [-55.60256, -13.6303, -86.37794], "uv": [222, 194], "mirror": true} + ] + }, + { + "name": "fire_crest5", + "parent": "fire_crest4", + "pivot": [10.02023, 84.15792, -17.0172], + "cubes": [ + {"origin": [-2.88109, 73.84669, -15.35482], "size": [4, 4, 9], "pivot": [-1.35, 76.79426, -33.92696], "rotation": [34.42583, 22.32748, 23.96964], "uv": [102, 216]} + ] + }, + { + "name": "fire_crest6", + "parent": "fire_crest5", + "pivot": [13.41721, 87.0434, -12.76451], + "cubes": [ + {"origin": [-2.88109, 73.09669, -6.60482], "size": [3, 2, 6], "pivot": [-1.85, 75.04426, -33.17696], "rotation": [39.42583, 22.32748, 23.96964], "uv": [72, 228]} + ] + }, + { + "name": "fire_crest_end", + "parent": "fire_crest6", + "pivot": [15.11376, 88.90087, -9.80103], + "cubes": [ + {"origin": [15.61376, 90.37148, -10.73652], "size": [2, 1, 2.5], "pivot": [16.61376, 90.87148, -6.98652], "rotation": [36.99187, 12.48834, 15.87623], "uv": [168, 153]}, + {"origin": [13.61376, 90.37148, -8.48652], "size": [6, 1, 6], "pivot": [16.61376, 90.87148, -7.23652], "rotation": [44.49187, 12.48834, 15.87623], "uv": [222, 187]}, + {"origin": [13.61376, 90.87148, -10.73652], "size": [6, 0, 2.5], "pivot": [16.61376, 90.87148, -6.98652], "rotation": [36.99187, 12.48834, 15.87623], "uv": [170, 125]}, + {"origin": [13.61376, 90.87148, -10.73652], "size": [6, 0, 2.5], "pivot": [16.61376, 90.87148, -6.98652], "rotation": [-36.99187, -12.48834, -164.12377], "uv": [170, 125]}, + {"origin": [12.61376, 90.87148, -8.48652], "size": [8, 0, 6], "pivot": [16.61376, 90.87148, -7.23652], "rotation": [44.49187, 12.48834, 15.87623], "uv": [124, 85]}, + {"origin": [12.61376, 90.87148, -8.48652], "size": [8, 0, 6], "pivot": [16.61376, 90.87148, -7.23652], "rotation": [-44.49187, -12.48834, -164.12377], "uv": [124, 85]} + ] + }, + { + "name": "fire_crest_end2", + "parent": "fire_crest_end", + "pivot": [18.10097, 92.80331, -3.73368], + "cubes": [ + {"origin": [13.61376, 91.62148, -3.48652], "size": [6, 1, 5], "pivot": [16.61376, 92.12148, -8.23652], "rotation": [24.49187, 12.48834, 15.87623], "uv": [126, 61]}, + {"origin": [15.86376, 91.37148, -3.48652], "size": [3, 0, 9], "pivot": [18.86376, 91.37148, -8.73652], "rotation": [24.29526, -10.34127, 5.61739], "uv": [222, 69]}, + {"origin": [15.86376, 91.37148, -3.48652], "size": [3, 0, 9], "pivot": [18.86376, 91.37148, -8.73652], "rotation": [-24.29526, 10.34127, -174.38261], "uv": [222, 69], "mirror": true}, + {"origin": [14.61376, 92.12148, 1.51348], "size": [4, 0, 9], "pivot": [16.61376, 92.12148, -8.23652], "rotation": [24.49187, 12.48834, 15.87623], "uv": [222, 40]}, + {"origin": [14.61376, 92.12148, 1.51348], "size": [4, 0, 9], "pivot": [16.61376, 92.12148, -8.23652], "rotation": [-24.49187, -12.48834, -164.12377], "uv": [222, 40], "mirror": true}, + {"origin": [14.61376, 92.12148, -2.98652], "size": [3, 0, 9], "pivot": [16.61376, 92.12148, -8.23652], "rotation": [28.7391, 32.66939, 26.73925], "uv": [222, 60]}, + {"origin": [14.61376, 92.12148, -2.98652], "size": [3, 0, 9], "pivot": [16.61376, 92.12148, -8.23652], "rotation": [-28.7391, -32.66939, -153.26075], "uv": [222, 60], "mirror": true} + ] + }, + { + "name": "fire_crest_end_fire", + "parent": "fire_crest6", + "pivot": [15.11376, 88.90087, -9.80103], + "cubes": [ + {"origin": [15.61376, 90.37148, -10.73652], "size": [2, 1, 2.5], "pivot": [16.61376, 90.87148, -6.98652], "rotation": [36.99187, 12.48834, 15.87623], "uv": [374, 199]}, + {"origin": [13.61376, 90.37148, -8.48652], "size": [6, 1, 6], "pivot": [16.61376, 90.87148, -7.23652], "rotation": [44.49187, 12.48834, 15.87623], "uv": [428, 233]}, + {"origin": [13.61376, 90.87148, -10.73652], "size": [6, 0, 2.5], "pivot": [16.61376, 90.87148, -6.98652], "rotation": [36.99187, 12.48834, 15.87623], "uv": [376, 171]}, + {"origin": [13.61376, 90.87148, -10.73652], "size": [6, 0, 2.5], "pivot": [16.61376, 90.87148, -6.98652], "rotation": [-36.99187, -12.48834, -164.12377], "uv": [376, 171], "mirror": true}, + {"origin": [12.61376, 90.87148, -8.48652], "size": [8, 0, 6], "pivot": [16.61376, 90.87148, -7.23652], "rotation": [44.49187, 12.48834, 15.87623], "uv": [330, 131]}, + {"origin": [12.61376, 90.87148, -8.48652], "size": [8, 0, 6], "pivot": [16.61376, 90.87148, -7.23652], "rotation": [-44.49187, -12.48834, -164.12377], "uv": [330, 131], "mirror": true} + ] + }, + { + "name": "fire_crest_end_fire2", + "parent": "fire_crest_end_fire", + "pivot": [18.01376, 94.27068, -4.86295], + "cubes": [ + {"origin": [13.61376, 91.62148, -3.48652], "size": [6, 1, 5], "pivot": [16.61376, 92.12148, -8.23652], "rotation": [24.49187, 12.48834, 15.87623], "uv": [332, 107]}, + {"origin": [14.61376, 92.12148, 1.51348], "size": [4, 0, 9], "pivot": [16.61376, 92.12148, -8.23652], "rotation": [24.49187, 12.48834, 15.87623], "uv": [428, 86]}, + {"origin": [14.61376, 92.12148, 1.51348], "size": [4, 0, 9], "pivot": [16.61376, 92.12148, -8.23652], "rotation": [-24.49187, -12.48834, -164.12377], "uv": [428, 86], "mirror": true}, + {"origin": [15.86376, 91.37148, -3.48652], "size": [3, 0, 9], "pivot": [18.86376, 91.37148, -8.73652], "rotation": [24.29526, -10.34127, 5.61739], "uv": [428, 115]}, + {"origin": [14.70031, 95.66433, -4.76362], "size": [3, 0, 9], "pivot": [16.20031, 95.66433, -0.26362], "rotation": [-24.29526, 10.34127, -174.38261], "uv": [428, 115], "mirror": true}, + {"origin": [14.61376, 92.12148, -2.98652], "size": [3, 0, 9], "pivot": [16.61376, 92.12148, -8.23652], "rotation": [28.7391, 32.66939, 26.73925], "uv": [428, 106]}, + {"origin": [14.61376, 92.12148, -2.98652], "size": [3, 0, 9], "pivot": [16.61376, 92.12148, -8.23652], "rotation": [-28.7391, -32.66939, -153.26075], "uv": [428, 106], "mirror": true} + ] + }, + { + "name": "ice_crest", + "parent": "crests2", + "pivot": [-3.23363, 76.80439, -26.61478], + "cubes": [ + {"origin": [-2.86891, 70.59936, -23.90444], "size": [4, 4, 9], "pivot": [0, 73.54693, -30.07658], "rotation": [50.89594, -18.17696, -20.99692], "uv": [210, 136]}, + {"origin": [-11.54, 83.10793, -23.60037], "size": [3, 2, 5.75], "pivot": [-9.45422, 83.14561, -19.35037], "rotation": [52.05902, -28.53623, -36.40051], "uv": [42, 166]}, + {"origin": [-14.23657, 84.90726, -21.24556], "size": [3, 0, 5.75], "pivot": [-12.73657, 84.90726, -18.37056], "rotation": [55.6685, -32.96536, -43.44802], "uv": [152, 85]}, + {"origin": [-14.23657, 84.90726, -21.24556], "size": [3, 0, 5.75], "pivot": [-12.73657, 84.90726, -18.37056], "rotation": [-55.6685, 32.96536, 136.55198], "uv": [152, 85], "mirror": true}, + {"origin": [-10.4624, 84.25461, -22.854], "size": [4, 2, 9], "pivot": [-5.20422, 83.89561, -18.85037], "rotation": [50.89594, -18.17696, -20.99692], "uv": [72, 217]}, + {"origin": [-10.3624, 85.25461, -14.054], "size": [4, 0, 6], "pivot": [-5.20422, 83.89561, -18.85037], "rotation": [50.89594, -18.17696, -20.99692], "uv": [148, 61]}, + {"origin": [-13.60552, 88.83719, -19.16551], "size": [4, 0, 6], "pivot": [-11.60552, 88.83719, -16.16551], "rotation": [-50.89594, 18.17696, 159.00308], "uv": [148, 61], "mirror": true} + ] + }, + { + "name": "gold_crest", + "parent": "crests2", + "pivot": [-0.13011, 76.50583, -28.41328], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [-2.34853, 79.87482, -32.00408], "size": [3, 3, 7], "inflate": 0.01, "pivot": [0, 80.70638, -23.28167], "rotation": [44.2233, -34.8941, 30.44638], "uv": [22, 225]}, + {"origin": [-1.72359, 80.24402, -25.83769], "size": [2, 2, 4], "inflate": 0.01, "pivot": [0, 80.70638, -23.28167], "rotation": [32.0299, -27.93977, 36.83159], "uv": [58, 158]}, + {"origin": [-1.29313, 80.81355, -22.33611], "size": [1, 1, 4], "inflate": 0.15, "pivot": [0, 80.70638, -23.28167], "rotation": [32.0299, -27.93977, 36.83159], "uv": [174, 232]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [-4.25, 71.45932, -25.78542] + }, + { + "name": "iris_right", + "parent": "eyes", + "pivot": [4.25, 71.45932, -25.78542], + "cubes": [ + {"origin": [1.93802, 70.84707, -27.27226], "size": [1, 2, 3], "inflate": 0.01, "pivot": [2.43802, 72.04707, -26.27226], "rotation": [4.5, 45, 3.88714], "uv": [132, 233]}, + {"origin": [1.93802, 70.34707, -27.77226], "size": [1, 2, 3], "inflate": 0.01, "pivot": [2.43802, 72.04707, -26.27226], "rotation": [4.5, 45, 3.88714], "uv": [140, 233]} + ] + }, + { + "name": "eyeshadow", + "parent": "iris_right", + "pivot": [2.43802, 71.94707, -26.27226], + "cubes": [ + {"origin": [1.9, 70.34707, -27.27226], "size": [1, 2, 3], "inflate": 0.01, "pivot": [2.43802, 71.94707, -26.27226], "rotation": [4.5, 45, 3.88714], "uv": [234, 94]}, + {"origin": [1.9, 69.84707, -27.77226], "size": [1, 2, 3], "inflate": 0.01, "pivot": [2.43802, 71.94707, -26.27226], "rotation": [4.5, 45, 3.88714], "uv": [234, 89]} + ] + }, + { + "name": "pupil_right", + "parent": "iris_right", + "pivot": [2.88513, 71.73942, -27.29041], + "cubes": [ + {"origin": [1.83802, 71.34707, -26.77226], "size": [1, 1, 1], "inflate": 0.1, "pivot": [2.33802, 72.04707, -26.27226], "rotation": [5, 45, 3.88714], "uv": [46, 64]} + ] + }, + { + "name": "iris_left", + "parent": "eyes", + "pivot": [-4.25, 71.45932, -25.78542], + "cubes": [ + {"origin": [-3.03802, 70.84707, -27.27226], "size": [1, 2, 3], "inflate": 0.01, "pivot": [-2.43802, 72.04707, -26.27226], "rotation": [4.5, -45, -3.88714], "uv": [132, 233], "mirror": true}, + {"origin": [-3.03802, 70.34707, -27.77226], "size": [1, 2, 3], "inflate": 0.01, "pivot": [-2.43802, 72.04707, -26.27226], "rotation": [4.5, -45, -3.88714], "uv": [140, 233], "mirror": true} + ] + }, + { + "name": "eyeshadow2", + "parent": "iris_left", + "pivot": [-2.43802, 72.14707, -26.27226], + "cubes": [ + {"origin": [-2.93802, 70.34707, -27.27226], "size": [1, 2, 3], "inflate": 0.01, "pivot": [-2.43802, 72.14707, -26.27226], "rotation": [4.5, -45, -3.88714], "uv": [234, 94], "mirror": true}, + {"origin": [-2.93802, 69.84707, -27.77226], "size": [1, 2, 3], "inflate": 0.01, "pivot": [-2.43802, 72.14707, -26.27226], "rotation": [4.5, -45, -3.88714], "uv": [234, 89], "mirror": true} + ] + }, + { + "name": "pupil_left", + "parent": "iris_left", + "pivot": [-2.88513, 71.73942, -27.29041], + "cubes": [ + {"origin": [-2.93802, 71.34707, -26.77226], "size": [1, 1, 1], "inflate": 0.1, "pivot": [-2.33802, 72.04707, -26.27226], "rotation": [5, -45, -3.88714], "uv": [46, 64], "mirror": true} + ] + }, + { + "name": "jaw", + "parent": "head", + "pivot": [0, 71.33663, -20.87797], + "rotation": [2.5, 0, 0], + "cubes": [ + {"origin": [0, 57.07696, -29.28623], "size": [0, 11, 7], "pivot": [0, 65.26255, -27.138], "rotation": [12.5, 0, 0], "uv": [150, 222]}, + {"origin": [-4.89307, 68.05634, -31.53429], "size": [8, 2, 8], "inflate": 0.01, "pivot": [-4.25, 71.8578, -24.82028], "rotation": [5, -45, -3.88714], "uv": [204, 79]}, + {"origin": [-5.49307, 68.15634, -31.93429], "size": [2, 2, 0], "inflate": 0.01, "pivot": [-4.25, 71.8578, -24.82028], "rotation": [37.65635, -27.15647, -56.23079], "uv": [328, 113]}, + {"origin": [-4.49307, 66.85634, -31.93429], "size": [2, 2, 0], "inflate": 0.01, "pivot": [-4.25, 71.8578, -24.82028], "rotation": [37.65635, -27.15647, -56.23079], "uv": [328, 113]}, + {"origin": [3.49307, 68.15634, -31.93429], "size": [2, 2, 0], "inflate": 0.01, "pivot": [4.25, 71.8578, -24.82028], "rotation": [37.65635, 27.15647, 56.23079], "uv": [328, 113], "mirror": true}, + {"origin": [2.49307, 66.85634, -31.93429], "size": [2, 2, 0], "inflate": 0.01, "pivot": [4.25, 71.8578, -24.82028], "rotation": [37.65635, 27.15647, 56.23079], "uv": [328, 113], "mirror": true} + ] + }, + { + "name": "ice_right", + "parent": "jaw", + "pivot": [3.63665, 67.67254, -26.49898], + "rotation": [0, 0, -17.5], + "cubes": [ + {"origin": [0.1353, 69.42747, -23.87154], "size": [12, 6, 5], "pivot": [5.3352, 70.43163, -18.59443], "rotation": [52.71134, -0.91952, 36.29419], "uv": [202, 100]} + ] + }, + { + "name": "ice_right2", + "parent": "ice_right", + "pivot": [3.61519, 68.38305, -27.80345], + "rotation": [-8, 0, 0], + "cubes": [ + {"origin": [0.29565, 67.00777, -30.37605], "size": [4, 3, 3], "pivot": [2.80541, 67.88532, -29.45738], "rotation": [14.40763, 42.16291, 41.7502], "uv": [168, 61]}, + {"origin": [2.95975, 65.74219, -28.34282], "size": [5, 4, 8], "pivot": [5.21978, 66.61974, -24.02976], "rotation": [11.44751, 21.67709, 36.24393], "uv": [210, 216]}, + {"origin": [0.30415, 67.42427, -32.27297], "size": [2.25, 2, 3], "pivot": [2.39767, 67.82932, -29.758], "rotation": [8.95538, 39.49542, 48.56911], "uv": [164, 232]} + ] + }, + { + "name": "ice_left", + "parent": "jaw", + "pivot": [-3.63665, 67.67254, -26.49898], + "rotation": [0, 0, 17.5], + "cubes": [ + {"origin": [-12.1353, 69.42747, -23.87154], "size": [12, 6, 5], "pivot": [-5.3352, 70.43163, -18.59443], "rotation": [52.71134, 0.91952, -36.29419], "uv": [72, 206]} + ] + }, + { + "name": "ice_left2", + "parent": "ice_left", + "pivot": [-3.61519, 68.38305, -27.80345], + "rotation": [-8, 0, 0], + "cubes": [ + {"origin": [-4.29565, 67.00777, -30.37605], "size": [4, 3, 3], "pivot": [-2.80541, 67.88532, -29.45738], "rotation": [14.40763, -42.16291, -41.7502], "uv": [168, 61], "mirror": true}, + {"origin": [-7.95975, 65.74219, -28.34282], "size": [5, 4, 8], "pivot": [-5.21978, 66.61974, -24.02976], "rotation": [11.44751, -21.67709, -36.24393], "uv": [210, 216], "mirror": true}, + {"origin": [-2.55415, 67.42427, -32.27297], "size": [2.25, 2, 3], "pivot": [-2.39767, 67.82932, -29.758], "rotation": [8.95538, -39.49542, -48.56911], "uv": [164, 232], "mirror": true} + ] + }, + { + "name": "arms", + "parent": "body5", + "pivot": [-0.76563, 46.8355, -5.32852] + }, + { + "name": "arm_right", + "parent": "arms", + "pivot": [8.23437, 47.8203, -5.50216] + }, + { + "name": "shoulder_right", + "parent": "arm_right", + "pivot": [9.23437, 46.97646, -6.2609], + "rotation": [10.5, 0, 0], + "cubes": [ + {"origin": [9.73437, 43.97646, -10.7609], "size": [7, 8, 8], "uv": [192, 186]} + ] + }, + { + "name": "bicep_right", + "parent": "shoulder_right", + "pivot": [16.23437, 48.5637, -6.7628], + "cubes": [ + {"origin": [15.73437, 46.5637, -9.2628], "size": [17, 4, 5], "uv": [132, 24]}, + {"origin": [19.73437, 46.0637, -9.7628], "size": [5, 5, 6], "uv": [222, 166]} + ] + }, + { + "name": "forearm_right", + "parent": "bicep_right", + "pivot": [31.72405, 48.36293, -6.27101], + "cubes": [ + {"origin": [26.91579, 14.43423, -22.79596], "size": [5, 3, 5], "pivot": [25.63728, 38.68423, -10.55241], "rotation": [-90, -90, 0], "uv": [226, 202]}, + {"origin": [32.73437, 46.5637, -9.2628], "size": [10, 4, 5], "uv": [136, 213]}, + {"origin": [26.41579, 17.43423, -23.29596], "size": [6, 5, 6], "pivot": [25.63728, 38.68423, -10.55241], "rotation": [-90, -90, 0], "uv": [222, 49]} + ] + }, + { + "name": "wing_right", + "parent": "forearm_right", + "pivot": [25.63728, 38.68423, -10.55241], + "cubes": [ + {"origin": [31.91579, 18.43423, -19.79596], "size": [26, 64, 0], "pivot": [25.63728, 38.68423, -10.55241], "rotation": [-90, -90, 0], "uv": [0, 0]}, + {"origin": [-12.11272, 15.9, -4.2739], "size": [26, 64, 0], "pivot": [13.88728, 47.92777, -4.2739], "rotation": [0, 90, -90], "uv": [0, 0], "mirror": true} + ] + }, + { + "name": "wing_fire", + "parent": "forearm_right", + "pivot": [25.63728, 38.68423, -10.55241], + "cubes": [ + {"origin": [31.91579, 18.43423, -19.79596], "size": [26, 64, 0], "inflate": 0.03, "pivot": [25.63728, 38.68423, -10.55241], "rotation": [-90, -90, 0], "uv": [0, 242]} + ] + }, + { + "name": "wrist_right", + "parent": "forearm_right", + "pivot": [48.94884, 48.48545, -6.77373], + "cubes": [ + {"origin": [13.33606, 62.99579, -9.27373], "size": [5, 2, 5], "pivot": [25.63728, 38.68423, -10.55241], "rotation": [0, 0, 90], "uv": [228, 0]} + ] + }, + { + "name": "hand_right", + "parent": "wrist_right", + "pivot": [52.67571, 48.46835, -6.84641], + "rotation": [-90, -25, 90] + }, + { + "name": "fingers_right", + "parent": "hand_right", + "pivot": [51.89781, 42.19182, -6.84641] + }, + { + "name": "finger1_right", + "parent": "fingers_right", + "pivot": [43.89781, 48.69182, -6.34641], + "rotation": [-6.54554, 16.99672, -5.20904], + "cubes": [ + {"origin": [49.99178, 47.85151, -6.09388], "size": [3, 3, 3], "pivot": [51.24178, 49.35151, -4.59388], "rotation": [-112.50202, 9.26974, 117.12586], "uv": [226, 210]}, + {"origin": [49.99178, 45.35151, -5.59388], "size": [2, 4, 2], "pivot": [50.74178, 49.35151, -4.59388], "rotation": [-125.00202, 9.26974, 117.12586], "uv": [184, 232]} + ] + }, + { + "name": "finger2_right2", + "parent": "fingers_right", + "pivot": [51.89781, 42.19182, -6.84641], + "cubes": [ + {"origin": [53.49178, 49.10151, -6.09388], "size": [3, 3, 3], "pivot": [54.74178, 50.60151, -4.59388], "rotation": [-124.13296, 28.41796, 104.55947], "uv": [188, 79]}, + {"origin": [53.99178, 46.60151, -5.59388], "size": [2, 4, 2], "pivot": [54.74178, 50.60151, -4.59388], "rotation": [-124.13296, 28.41796, 104.55947], "uv": [102, 206]} + ] + }, + { + "name": "finger3_right2", + "parent": "fingers_right", + "pivot": [51.89781, 42.19182, -6.84641], + "cubes": [ + {"origin": [51.99178, 42.60151, -6.59388], "size": [2, 4, 2], "pivot": [52.74178, 46.60151, -5.59388], "rotation": [-76.54715, -26.41669, 28.33512], "uv": [128, 216]}, + {"origin": [51.49178, 45.10151, -7.09388], "size": [3, 3, 3], "pivot": [52.74178, 46.60151, -5.59388], "rotation": [-76.54715, -26.41669, 28.33512], "uv": [136, 192]} + ] + }, + { + "name": "wingattachment_right", + "parent": "arm_right", + "pivot": [14.23437, 46.8355, -5.32852], + "cubes": [ + {"origin": [13.11168, 51.70823, -11.51502], "size": [3, 9, 14], "pivot": [14.56359, 51.45217, -8.70412], "rotation": [-64.80109, 6.8517, 15.49302], "uv": [188, 40]}, + {"origin": [14.63573, 39.88627, -11.42047], "size": [0, 12, 18], "pivot": [14.56359, 51.45217, -8.70412], "rotation": [-64.80109, 6.8517, 15.49302], "uv": [156, 168]}, + {"origin": [12.31359, 55.20217, -11.45412], "size": [5, 10, 16.5], "pivot": [14.56359, 50.70217, -6.45412], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [0, 166]} + ] + }, + { + "name": "wires_right", + "parent": "wingattachment_right", + "pivot": [17.06158, 52.41914, 4.99863] + }, + { + "name": "topwire_right", + "parent": "wires_right", + "pivot": [17.06158, 55.10119, 5.23651] + }, + { + "name": "topwire_wholeright5", + "parent": "topwire_right", + "pivot": [17.06158, 55.10119, 5.23651] + }, + { + "name": "topwire_right5", + "parent": "topwire_wholeright5", + "pivot": [14.56359, 50.70217, -6.45412], + "cubes": [ + {"origin": [18.10923, 61.57649, 12.88231], "size": [3, 6, 3], "inflate": 0.05, "pivot": [19.00167, 59.84798, 14.76636], "rotation": [-70.93712, -6.72254, 10.54767], "uv": [256, 298]}, + {"origin": [18.11873, 56.99239, 13.54424], "size": [3, 5, 3], "inflate": 0.05, "pivot": [19.10314, 60.1288, 14.8576], "rotation": [-61.12931, -2.34738, 12.9762], "uv": [256, 298]}, + {"origin": [16.75768, 54.76276, 7.02091], "size": [3, 6, 3], "inflate": 0.05, "pivot": [18.25768, 56.26276, 8.77091], "rotation": [-59.80109, 6.8517, 15.49302], "uv": [256, 298]}, + {"origin": [13.31359, 60.20217, -8.45412], "size": [3, 6, 3], "inflate": 0.05, "pivot": [14.56359, 50.70217, -6.45412], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [256, 298]} + ] + }, + { + "name": "flashwire_right5", + "parent": "topwire_wholeright5", + "pivot": [14.56359, 50.70217, -6.45412], + "cubes": [ + {"origin": [18.10923, 61.57649, 12.88231], "size": [3, 6, 3], "pivot": [19.00167, 59.84798, 14.76636], "rotation": [-70.93712, -6.72254, 10.54767], "uv": [383, 468]}, + {"origin": [18.11873, 56.99239, 13.54424], "size": [3, 5, 3], "pivot": [19.10314, 60.1288, 14.8576], "rotation": [-61.12931, -2.34738, 12.9762], "uv": [362, 468]}, + {"origin": [16.75768, 54.76276, 7.02091], "size": [3, 6, 3], "pivot": [18.25768, 56.26276, 8.77091], "rotation": [-59.80109, 6.8517, 15.49302], "uv": [400, 468]}, + {"origin": [13.31359, 60.20217, -8.45412], "size": [3, 6, 3], "pivot": [14.56359, 50.70217, -6.45412], "rotation": [-69.80109, 6.8517, 15.49302], "uv": [383, 468]} + ] + }, + { + "name": "topwire_wholeright4", + "parent": "topwire_wholeright5", + "pivot": [19.03955, 61.5502, 20.73081] + }, + { + "name": "topwire_right4", + "parent": "topwire_wholeright4", + "pivot": [23.03955, 56.5502, 37.73081], + "cubes": [ + {"origin": [17.85923, 68.82649, 12.38231], "size": [3, 7, 3], "inflate": 0.05, "pivot": [18.75167, 61.09798, 14.26636], "rotation": [-80.99555, -1.78448, 11.33467], "uv": [256, 298]}, + {"origin": [19.91603, 45.35965, 30.61183], "size": [3, 7, 3], "inflate": 0.05, "pivot": [22.78955, 56.3002, 37.73081], "rotation": [-96.31359, 20.41207, 10.41079], "uv": [256, 298]}, + {"origin": [22.01386, 49.65619, 33.53354], "size": [3, 7, 3], "inflate": 0.05, "pivot": [23.03955, 56.5502, 37.73081], "rotation": [-130.96828, 32.16392, -2.52081], "uv": [256, 298]} + ] + }, + { + "name": "flashwire_right4", + "parent": "topwire_wholeright4", + "pivot": [23.03955, 56.5502, 37.73081], + "cubes": [ + {"origin": [17.85923, 68.82649, 12.38231], "size": [3, 7, 3], "pivot": [18.75167, 61.09798, 14.26636], "rotation": [-80.99555, -1.78448, 11.33467], "uv": [400, 468]}, + {"origin": [19.91603, 45.35965, 30.61183], "size": [3, 7, 3], "pivot": [22.78955, 56.3002, 37.73081], "rotation": [-96.31359, 20.41207, 10.41079], "uv": [362, 468]}, + {"origin": [22.01386, 49.65619, 33.53354], "size": [3, 7, 3], "pivot": [23.03955, 56.5502, 37.73081], "rotation": [-130.96828, 32.16392, -2.52081], "uv": [383, 468]} + ] + }, + { + "name": "topwire_wholeright3", + "parent": "topwire_wholeright4", + "pivot": [23.03955, 56.5502, 37.73081] + }, + { + "name": "topwire_right3", + "parent": "topwire_wholeright3", + "pivot": [20.87397, 44.4785, 39.2482], + "cubes": [ + {"origin": [19.91758, 42.41836, 29.47206], "size": [3, 7, 3], "inflate": 0.05, "pivot": [20.87397, 44.4785, 39.2482], "rotation": [-173.95419, 71.49144, 8.19218], "uv": [256, 298]}, + {"origin": [18.35705, 37.83292, 29.61833], "size": [3, 7, 3], "inflate": 0.05, "pivot": [20.87397, 44.4785, 39.2482], "rotation": [-137.04582, 76.83008, 30.69524], "uv": [256, 298]}, + {"origin": [20.57695, 33.72261, 28.82605], "size": [3, 7, 3], "inflate": 0.05, "pivot": [20.87397, 44.4785, 39.2482], "rotation": [-147.03637, 61.64309, 4.22925], "uv": [256, 298]} + ] + }, + { + "name": "flashwire_right3", + "parent": "topwire_wholeright3", + "pivot": [20.87397, 44.4785, 39.2482], + "cubes": [ + {"origin": [19.91758, 42.41836, 29.47206], "size": [3, 7, 3], "pivot": [20.87397, 44.4785, 39.2482], "rotation": [-173.95419, 71.49144, 8.19218], "uv": [383, 468]}, + {"origin": [18.35705, 37.83292, 29.61833], "size": [3, 7, 3], "pivot": [20.87397, 44.4785, 39.2482], "rotation": [-137.04582, 76.83008, 30.69524], "uv": [362, 468]}, + {"origin": [20.57695, 33.72261, 28.82605], "size": [3, 7, 3], "pivot": [20.87397, 44.4785, 39.2482], "rotation": [-147.03637, 61.64309, 4.22925], "uv": [400, 468]} + ] + }, + { + "name": "topwire_wholeright2", + "parent": "topwire_wholeright3", + "pivot": [27.87397, 37.4785, 41.2482] + }, + { + "name": "topwire_right2", + "parent": "topwire_wholeright2", + "pivot": [7.33889, 28.11536, 42.76165], + "cubes": [ + {"origin": [20.16917, 43.15884, 28.55843], "size": [3, 7, 3], "inflate": 0.05, "pivot": [20.87397, 44.4785, 39.2482], "rotation": [-170.95824, 71.00146, 52.68652], "uv": [256, 298]}, + {"origin": [20.36563, 47.35689, 27.61319], "size": [3, 7, 3], "inflate": 0.05, "pivot": [21.12397, 44.2285, 39.2482], "rotation": [-163.93422, 74.00601, 75.26291], "uv": [256, 298]}, + {"origin": [22.91847, 51.64556, 28.68636], "size": [3, 7, 3], "inflate": 0.05, "pivot": [20.37397, 44.7285, 42.2482], "rotation": [-167.16585, 73.66895, 84.81237], "uv": [256, 298]}, + {"origin": [5.83889, 24.61536, 41.26165], "size": [3, 7, 3], "inflate": 0.05, "pivot": [7.33889, 28.11536, 42.76165], "rotation": [-177.16585, 73.66895, 84.81237], "uv": [256, 298]} + ] + }, + { + "name": "flashwire_right2", + "parent": "topwire_wholeright2", + "pivot": [7.33889, 28.11536, 42.76165], + "cubes": [ + {"origin": [20.16917, 43.15884, 28.55843], "size": [3, 7, 3], "pivot": [20.87397, 44.4785, 39.2482], "rotation": [-170.95824, 71.00146, 52.68652], "uv": [400, 468]}, + {"origin": [20.36563, 47.35689, 27.61319], "size": [3, 7, 3], "pivot": [21.12397, 44.2285, 39.2482], "rotation": [-163.93422, 74.00601, 75.26291], "uv": [362, 468]}, + {"origin": [22.91847, 51.64556, 28.68636], "size": [3, 7, 3], "pivot": [20.37397, 44.7285, 42.2482], "rotation": [-167.16585, 73.66895, 84.81237], "uv": [362, 468]}, + {"origin": [5.83889, 24.61536, 41.26165], "size": [3, 7, 3], "pivot": [7.33889, 28.11536, 42.76165], "rotation": [-177.16585, 73.66895, 84.81237], "uv": [362, 468]} + ] + }, + { + "name": "bottomwire_right", + "parent": "wires_right", + "pivot": [17, 49.79327, 6.36818] + }, + { + "name": "bottomwire_wholeright5", + "parent": "bottomwire_right", + "pivot": [17, 49.79327, 6.36818] + }, + { + "name": "wire5", + "parent": "bottomwire_wholeright5", + "pivot": [22.06158, 38.27973, 39.98544], + "cubes": [ + {"origin": [18.17417, 46.33656, 17.13473], "size": [3, 7, 3], "inflate": 0.05, "pivot": [19.67417, 49.83656, 18.63473], "rotation": [-92.05896, 24.33088, 16.38341], "uv": [256, 298]}, + {"origin": [16.20193, 46.90392, 10.54164], "size": [3, 7, 3], "inflate": 0.05, "pivot": [17.70193, 50.40392, 12.04164], "rotation": [-87.26202, 11.84608, 15.73327], "uv": [256, 298]} + ] + }, + { + "name": "flashwire5", + "parent": "bottomwire_wholeright5", + "pivot": [22.06158, 38.27973, 39.98544], + "cubes": [ + {"origin": [18.17417, 46.33656, 17.13473], "size": [3, 7, 3], "pivot": [19.67417, 49.83656, 18.63473], "rotation": [-92.05896, 24.33088, 16.38341], "uv": [383, 468]}, + {"origin": [16.20193, 46.90392, 10.54164], "size": [3, 7, 3], "pivot": [17.70193, 50.40392, 12.04164], "rotation": [-87.26202, 11.84608, 15.73327], "uv": [362, 468]} + ] + }, + { + "name": "bottomwire_wholeright4", + "parent": "bottomwire_wholeright5", + "pivot": [21, 48.79327, 21.36818] + }, + { + "name": "wire4", + "parent": "bottomwire_wholeright4", + "pivot": [22.06158, 38.27973, 39.98544], + "cubes": [ + {"origin": [31.37683, 50.99147, 26.40262], "size": [3, 7, 3], "inflate": 0.05, "pivot": [32.76381, 51.16826, 28.51828], "rotation": [-73.32057, 53.79614, 26.67134], "uv": [256, 298]}, + {"origin": [31.4008, 44.14622, 26.17181], "size": [3, 7, 3], "inflate": 0.05, "pivot": [33.01381, 50.91826, 28.51828], "rotation": [-46.035, 58.55742, 29.41998], "uv": [256, 298]}, + {"origin": [25.01745, 43.48157, 24.27419], "size": [3, 7, 3], "inflate": 0.05, "pivot": [26.8968, 50.26185, 25.16565], "rotation": [-71.84544, 53.51384, 18.0829], "uv": [256, 298]} + ] + }, + { + "name": "flashwire4", + "parent": "bottomwire_wholeright4", + "pivot": [22.06158, 38.27973, 39.98544], + "cubes": [ + {"origin": [31.37683, 50.99147, 26.40262], "size": [3, 7, 3], "pivot": [32.76381, 51.16826, 28.51828], "rotation": [-73.32057, 53.79614, 26.67134], "uv": [383, 468]}, + {"origin": [31.4008, 44.14622, 26.17181], "size": [3, 7, 3], "pivot": [33.01381, 50.91826, 28.51828], "rotation": [-46.035, 58.55742, 29.41998], "uv": [362, 468]}, + {"origin": [25.01745, 43.48157, 24.27419], "size": [3, 7, 3], "pivot": [26.8968, 50.26185, 25.16565], "rotation": [-71.84544, 53.51384, 18.0829], "uv": [400, 468]} + ] + }, + { + "name": "bottomwire_wholeright3", + "parent": "bottomwire_wholeright4", + "pivot": [37, 49.79327, 32.36818] + }, + { + "name": "wire3", + "parent": "bottomwire_wholeright3", + "pivot": [22.06158, 38.27973, 39.98544], + "cubes": [ + {"origin": [37.6755, 40.21693, 35.09678], "size": [3, 7, 3], "inflate": 0.05, "pivot": [39.8857, 40.64759, 38.88848], "rotation": [-134.11614, 54.92266, 51.20241], "uv": [256, 298]}, + {"origin": [37.68941, 34.31078, 35.38772], "size": [3, 7, 3], "inflate": 0.05, "pivot": [39.8857, 40.64759, 38.88848], "rotation": [-107.79264, 49.24632, 59.20311], "uv": [256, 298]}, + {"origin": [38.5103, 28.16951, 33.56511], "size": [3, 7, 3], "inflate": 0.05, "pivot": [39.8857, 40.64759, 38.88848], "rotation": [-93.14341, 56.43238, 55.63343], "uv": [256, 298]} + ] + }, + { + "name": "flashwire3", + "parent": "bottomwire_wholeright3", + "pivot": [22.06158, 38.27973, 39.98544], + "cubes": [ + {"origin": [37.6755, 40.21693, 35.09678], "size": [3, 7, 3], "pivot": [39.8857, 40.64759, 38.88848], "rotation": [-134.11614, 54.92266, 51.20241], "uv": [383, 468]}, + {"origin": [37.68941, 34.31078, 35.38772], "size": [3, 7, 3], "pivot": [39.8857, 40.64759, 38.88848], "rotation": [-107.79264, 49.24632, 59.20311], "uv": [362, 468]}, + {"origin": [38.5103, 28.16951, 33.56511], "size": [3, 7, 3], "pivot": [39.8857, 40.64759, 38.88848], "rotation": [-93.14341, 56.43238, 55.63343], "uv": [400, 468]} + ] + }, + { + "name": "bottomwire_wholeright2", + "parent": "bottomwire_wholeright3", + "pivot": [41, 35.79327, 42.36818] + }, + { + "name": "wire2", + "parent": "bottomwire_wholeright2", + "pivot": [32.40221, 29.55631, 43.28696], + "cubes": [ + {"origin": [20.60068, 16.68198, 39.09659], "size": [3, 7, 3], "inflate": 0.05, "pivot": [20.08686, 26.03686, 41.29227], "rotation": [130.47292, 58.6681, 28.16764], "uv": [256, 298]}, + {"origin": [24.83918, 17.62275, 39.11325], "size": [3, 7, 3], "inflate": 0.05, "pivot": [26.8197, 27.28887, 42.11261], "rotation": [157.65312, 66.82969, 40.77263], "uv": [256, 298]}, + {"origin": [22.54886, 12.36068, 35.01705], "size": [3, 7, 3], "inflate": 0.05, "pivot": [26.8197, 27.28887, 42.11261], "rotation": [-141.81806, 68.53169, 78.66566], "uv": [256, 298]} + ] + }, + { + "name": "flashwire2", + "parent": "bottomwire_wholeright2", + "pivot": [22.06158, 38.27973, 39.98544], + "cubes": [ + {"origin": [20.60068, 16.68198, 39.09659], "size": [3, 7, 3], "pivot": [20.08686, 26.03686, 41.29227], "rotation": [130.47292, 58.6681, 28.16764], "uv": [383, 468]}, + {"origin": [24.83918, 17.62275, 39.11325], "size": [3, 7, 3], "pivot": [26.8197, 27.28887, 42.11261], "rotation": [157.65312, 66.82969, 40.77263], "uv": [362, 468]}, + {"origin": [22.54886, 12.36068, 35.01705], "size": [3, 7, 3], "pivot": [26.8197, 27.28887, 42.11261], "rotation": [-141.81806, 68.53169, 78.66566], "uv": [400, 468]} + ] + }, + { + "name": "bottomwire_wholeright1", + "parent": "bottomwire_wholeright2", + "pivot": [22, 25.79327, 40.36818] + }, + { + "name": "flashwire", + "parent": "bottomwire_wholeright1", + "pivot": [22.06158, 38.27973, 39.98544], + "cubes": [ + {"origin": [19.17712, 39.94568, 28.40349], "size": [3, 6, 3], "pivot": [18.67712, 33.44568, 36.90349], "rotation": [177.98536, 71.98122, 85.81532], "uv": [362, 468]}, + {"origin": [22.58727, 30.16216, 39.45464], "size": [3, 5, 3], "pivot": [20.83686, 26.28686, 41.29227], "rotation": [157.31232, 71.67473, 73.31088], "uv": [362, 468]}, + {"origin": [20.66724, 23.43964, 39.53317], "size": [3, 7, 3], "pivot": [20.08686, 26.03686, 41.29227], "rotation": [112.94437, 63.48999, 22.30426], "uv": [400, 468]} + ] + }, + { + "name": "wire", + "parent": "bottomwire_wholeright1", + "pivot": [14.79114, 25.57334, 37.89946], + "cubes": [ + {"origin": [19.17712, 39.94568, 28.40349], "size": [3, 6, 3], "inflate": 0.05, "pivot": [18.67712, 33.44568, 36.90349], "rotation": [177.98536, 71.98122, 85.81532], "uv": [256, 298]}, + {"origin": [22.58727, 30.16216, 39.45464], "size": [3, 5, 3], "inflate": 0.05, "pivot": [20.83686, 26.28686, 41.29227], "rotation": [157.31232, 71.67473, 73.31088], "uv": [256, 298]}, + {"origin": [20.66724, 23.43964, 39.53317], "size": [3, 7, 3], "inflate": 0.05, "pivot": [20.08686, 26.03686, 41.29227], "rotation": [112.94437, 63.48999, 22.30426], "uv": [256, 298]} + ] + }, + { + "name": "arm_left", + "parent": "arms", + "pivot": [-11.23437, 47.8203, -5.50216] + }, + { + "name": "wingattachment_left2", + "parent": "arm_left", + "pivot": [-14.23437, 46.8355, -5.32852], + "cubes": [ + {"origin": [-16.11168, 50.90823, -11.51502], "size": [3, 9, 14], "pivot": [-14.56359, 51.45217, -8.70412], "rotation": [-64.80109, -6.8517, -15.49302], "uv": [188, 40], "mirror": true}, + {"origin": [-14.63573, 39.88627, -11.42047], "size": [0, 12, 18], "pivot": [-14.56359, 51.45217, -8.70412], "rotation": [-64.80109, -6.8517, -15.49302], "uv": [156, 168], "mirror": true}, + {"origin": [-17.31359, 55.20217, -11.45412], "size": [5, 10, 16.5], "pivot": [-14.56359, 50.70217, -6.45412], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [0, 166], "mirror": true} + ] + }, + { + "name": "wires_left", + "parent": "wingattachment_left2", + "pivot": [-17.06158, 52.59279, 5.98344] + }, + { + "name": "bottomwire_left", + "parent": "wires_left", + "pivot": [-13, 49.72357, 7.70052] + }, + { + "name": "bottomwire_wholeleft5", + "parent": "bottomwire_left", + "pivot": [-17, 49.72357, 7.70052] + }, + { + "name": "wire10", + "parent": "bottomwire_wholeleft5", + "pivot": [-22.06158, 38.27973, 39.98544], + "cubes": [ + {"origin": [-21.17417, 46.33656, 17.13473], "size": [3, 7, 3], "inflate": 0.05, "pivot": [-19.67417, 49.83656, 18.63473], "rotation": [-92.05896, -24.33088, -16.38341], "uv": [256, 298], "mirror": true}, + {"origin": [-19.20193, 46.90392, 10.54164], "size": [3, 7, 3], "inflate": 0.05, "pivot": [-17.70193, 50.40392, 12.04164], "rotation": [-87.26202, -11.84608, -15.73327], "uv": [256, 298], "mirror": true} + ] + }, + { + "name": "flashwire10", + "parent": "bottomwire_wholeleft5", + "pivot": [-22.06158, 38.27973, 39.98544], + "cubes": [ + {"origin": [-21.17417, 46.33656, 17.13473], "size": [3, 7, 3], "pivot": [-19.67417, 49.83656, 18.63473], "rotation": [-92.05896, -24.33088, -16.38341], "uv": [383, 468], "mirror": true}, + {"origin": [-19.20193, 46.90392, 10.54164], "size": [3, 7, 3], "pivot": [-17.70193, 50.40392, 12.04164], "rotation": [-87.26202, -11.84608, -15.73327], "uv": [362, 468], "mirror": true} + ] + }, + { + "name": "bottomwire_wholeleft4", + "parent": "bottomwire_wholeleft5", + "pivot": [-20, 49.72357, 20.70052] + }, + { + "name": "wire9", + "parent": "bottomwire_wholeleft4", + "pivot": [-22.06158, 38.27973, 39.98544], + "cubes": [ + {"origin": [-34.37683, 50.99147, 26.40262], "size": [3, 7, 3], "inflate": 0.05, "pivot": [-32.76381, 51.16826, 28.51828], "rotation": [-73.32057, -53.79614, -26.67134], "uv": [256, 298], "mirror": true}, + {"origin": [-34.4008, 44.14622, 26.17181], "size": [3, 7, 3], "inflate": 0.05, "pivot": [-33.01381, 50.91826, 28.51828], "rotation": [-46.035, -58.55742, -29.41998], "uv": [256, 298], "mirror": true}, + {"origin": [-28.01745, 43.48157, 24.27419], "size": [3, 7, 3], "inflate": 0.05, "pivot": [-26.8968, 50.26185, 25.16565], "rotation": [-71.84544, -53.51384, -18.0829], "uv": [256, 298], "mirror": true} + ] + }, + { + "name": "flashwire9", + "parent": "bottomwire_wholeleft4", + "pivot": [-22.06158, 38.27973, 39.98544], + "cubes": [ + {"origin": [-34.37683, 50.99147, 26.40262], "size": [3, 7, 3], "pivot": [-32.76381, 51.16826, 28.51828], "rotation": [-73.32057, -53.79614, -26.67134], "uv": [383, 468], "mirror": true}, + {"origin": [-34.4008, 44.14622, 26.17181], "size": [3, 7, 3], "pivot": [-33.01381, 50.91826, 28.51828], "rotation": [-46.035, -58.55742, -29.41998], "uv": [362, 468], "mirror": true}, + {"origin": [-28.01745, 43.48157, 24.27419], "size": [3, 7, 3], "pivot": [-26.8968, 50.26185, 25.16565], "rotation": [-71.84544, -53.51384, -18.0829], "uv": [400, 468], "mirror": true} + ] + }, + { + "name": "bottomwire_wholeleft3", + "parent": "bottomwire_wholeleft4", + "pivot": [-39, 51, 33] + }, + { + "name": "wire8", + "parent": "bottomwire_wholeleft3", + "pivot": [-22.06158, 38.27973, 39.98544], + "cubes": [ + {"origin": [-40.6755, 40.21693, 35.09678], "size": [3, 7, 3], "inflate": 0.05, "pivot": [-39.8857, 40.64759, 38.88848], "rotation": [-134.11614, -54.92266, -51.20241], "uv": [256, 298], "mirror": true}, + {"origin": [-40.68941, 34.31078, 35.38772], "size": [3, 7, 3], "inflate": 0.05, "pivot": [-39.8857, 40.64759, 38.88848], "rotation": [-107.79264, -49.24632, -59.20311], "uv": [256, 298], "mirror": true}, + {"origin": [-41.5103, 28.16951, 33.56511], "size": [3, 7, 3], "inflate": 0.05, "pivot": [-39.8857, 40.64759, 38.88848], "rotation": [-93.14341, -56.43238, -55.63343], "uv": [256, 298], "mirror": true} + ] + }, + { + "name": "flashwire8", + "parent": "bottomwire_wholeleft3", + "pivot": [-22.06158, 38.27973, 39.98544], + "cubes": [ + {"origin": [-40.6755, 40.21693, 35.09678], "size": [3, 7, 3], "pivot": [-39.8857, 40.64759, 38.88848], "rotation": [-134.11614, -54.92266, -51.20241], "uv": [383, 468], "mirror": true}, + {"origin": [-40.68941, 34.31078, 35.38772], "size": [3, 7, 3], "pivot": [-39.8857, 40.64759, 38.88848], "rotation": [-107.79264, -49.24632, -59.20311], "uv": [362, 468], "mirror": true}, + {"origin": [-41.5103, 28.16951, 33.56511], "size": [3, 7, 3], "pivot": [-39.8857, 40.64759, 38.88848], "rotation": [-93.14341, -56.43238, -55.63343], "uv": [400, 468], "mirror": true} + ] + }, + { + "name": "bottomwire_wholeleft2", + "parent": "bottomwire_wholeleft3", + "pivot": [-40, 35.72357, 43.70052] + }, + { + "name": "flashwire7", + "parent": "bottomwire_wholeleft2", + "pivot": [-22.06158, 38.27973, 39.98544], + "cubes": [ + {"origin": [-23.60068, 16.68198, 39.09659], "size": [3, 7, 3], "pivot": [-20.08686, 26.03686, 41.29227], "rotation": [130.47292, -58.6681, -28.16764], "uv": [383, 468], "mirror": true}, + {"origin": [-27.83918, 17.62275, 39.11325], "size": [3, 7, 3], "pivot": [-26.8197, 27.28887, 42.11261], "rotation": [157.65312, -66.82969, -40.77263], "uv": [362, 468], "mirror": true}, + {"origin": [-25.54886, 12.36068, 35.01705], "size": [3, 7, 3], "pivot": [-26.8197, 27.28887, 42.11261], "rotation": [-141.81806, -68.53169, -78.66566], "uv": [400, 468], "mirror": true} + ] + }, + { + "name": "wire7", + "parent": "bottomwire_wholeleft2", + "pivot": [-32.40221, 29.55631, 43.28696], + "cubes": [ + {"origin": [-23.60068, 16.68198, 39.09659], "size": [3, 7, 3], "inflate": 0.05, "pivot": [-20.08686, 26.03686, 41.29227], "rotation": [130.47292, -58.6681, -28.16764], "uv": [256, 298], "mirror": true}, + {"origin": [-27.83918, 17.62275, 39.11325], "size": [3, 7, 3], "inflate": 0.05, "pivot": [-26.8197, 27.28887, 42.11261], "rotation": [157.65312, -66.82969, -40.77263], "uv": [256, 298], "mirror": true}, + {"origin": [-25.54886, 12.36068, 35.01705], "size": [3, 7, 3], "inflate": 0.05, "pivot": [-26.8197, 27.28887, 42.11261], "rotation": [-141.81806, -68.53169, -78.66566], "uv": [256, 298], "mirror": true} + ] + }, + { + "name": "bottomwire_wholeleft1", + "parent": "bottomwire_wholeleft2", + "pivot": [-22, 25.72357, 41.70052] + }, + { + "name": "wire6", + "parent": "bottomwire_wholeleft1", + "pivot": [-14.79114, 25.57334, 37.89946], + "cubes": [ + {"origin": [-22.17712, 39.94568, 28.40349], "size": [3, 6, 3], "inflate": 0.05, "pivot": [-18.67712, 33.44568, 36.90349], "rotation": [177.98536, -71.98122, -85.81532], "uv": [256, 298], "mirror": true}, + {"origin": [-25.58727, 30.16216, 39.45464], "size": [3, 5, 3], "inflate": 0.05, "pivot": [-20.83686, 26.28686, 41.29227], "rotation": [157.31232, -71.67473, -73.31088], "uv": [256, 298], "mirror": true}, + {"origin": [-23.66724, 23.43964, 39.53317], "size": [3, 7, 3], "inflate": 0.05, "pivot": [-20.08686, 26.03686, 41.29227], "rotation": [112.94437, -63.48999, -22.30426], "uv": [256, 298], "mirror": true} + ] + }, + { + "name": "flashwire6", + "parent": "bottomwire_wholeleft1", + "pivot": [-22.06158, 38.27973, 39.98544], + "cubes": [ + {"origin": [-22.17712, 39.94568, 28.40349], "size": [3, 6, 3], "pivot": [-18.67712, 33.44568, 36.90349], "rotation": [177.98536, -71.98122, -85.81532], "uv": [362, 468], "mirror": true}, + {"origin": [-25.58727, 30.16216, 39.45464], "size": [3, 5, 3], "pivot": [-20.83686, 26.28686, 41.29227], "rotation": [157.31232, -71.67473, -73.31088], "uv": [362, 468], "mirror": true}, + {"origin": [-23.66724, 23.43964, 39.53317], "size": [3, 7, 3], "pivot": [-20.08686, 26.03686, 41.29227], "rotation": [112.94437, -63.48999, -22.30426], "uv": [400, 468], "mirror": true} + ] + }, + { + "name": "topwire_left", + "parent": "wires_left", + "pivot": [-17.06158, 54.38875, 4.65134] + }, + { + "name": "topwire_wholeleft5", + "parent": "topwire_left", + "pivot": [-17.06158, 54.38875, 4.65134] + }, + { + "name": "topwire_left5", + "parent": "topwire_wholeleft5", + "pivot": [-14.56359, 50.70217, -6.45412], + "cubes": [ + {"origin": [-21.10923, 61.57649, 12.88231], "size": [3, 6, 3], "inflate": 0.05, "pivot": [-19.00167, 59.84798, 14.76636], "rotation": [-70.93712, 6.72254, -10.54767], "uv": [256, 298], "mirror": true}, + {"origin": [-21.11873, 56.99239, 13.54424], "size": [3, 5, 3], "inflate": 0.05, "pivot": [-19.10314, 60.1288, 14.8576], "rotation": [-61.12931, 2.34738, -12.9762], "uv": [256, 298], "mirror": true}, + {"origin": [-19.75768, 54.76276, 7.02091], "size": [3, 6, 3], "inflate": 0.05, "pivot": [-18.25768, 56.26276, 8.77091], "rotation": [-59.80109, -6.8517, -15.49302], "uv": [256, 298], "mirror": true}, + {"origin": [-16.31359, 60.20217, -8.45412], "size": [3, 6, 3], "inflate": 0.05, "pivot": [-14.56359, 50.70217, -6.45412], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [256, 298], "mirror": true} + ] + }, + { + "name": "flashwire_left5", + "parent": "topwire_wholeleft5", + "pivot": [-14.56359, 50.70217, -6.45412], + "cubes": [ + {"origin": [-21.10923, 61.57649, 12.88231], "size": [3, 6, 3], "pivot": [-19.00167, 59.84798, 14.76636], "rotation": [-70.93712, 6.72254, -10.54767], "uv": [383, 468], "mirror": true}, + {"origin": [-21.11873, 56.99239, 13.54424], "size": [3, 5, 3], "pivot": [-19.10314, 60.1288, 14.8576], "rotation": [-61.12931, 2.34738, -12.9762], "uv": [362, 468], "mirror": true}, + {"origin": [-19.75768, 54.76276, 7.02091], "size": [3, 6, 3], "pivot": [-18.25768, 56.26276, 8.77091], "rotation": [-59.80109, -6.8517, -15.49302], "uv": [400, 468], "mirror": true}, + {"origin": [-16.31359, 60.20217, -8.45412], "size": [3, 6, 3], "pivot": [-14.56359, 50.70217, -6.45412], "rotation": [-69.80109, -6.8517, -15.49302], "uv": [383, 468], "mirror": true} + ] + }, + { + "name": "topwire_wholeleft4", + "parent": "topwire_wholeleft5", + "pivot": [-19.06158, 62.38875, 21.65134] + }, + { + "name": "topwire_left4", + "parent": "topwire_wholeleft4", + "pivot": [-23.03955, 56.5502, 37.73081], + "cubes": [ + {"origin": [-20.85923, 68.82649, 12.38231], "size": [3, 7, 3], "inflate": 0.05, "pivot": [-18.75167, 61.09798, 14.26636], "rotation": [-80.99555, 1.78448, -11.33467], "uv": [256, 298], "mirror": true}, + {"origin": [-22.91603, 45.35965, 30.61183], "size": [3, 7, 3], "inflate": 0.05, "pivot": [-22.78955, 56.3002, 37.73081], "rotation": [-96.31359, -20.41207, -10.41079], "uv": [256, 298], "mirror": true}, + {"origin": [-25.01386, 49.65619, 33.53354], "size": [3, 7, 3], "inflate": 0.05, "pivot": [-23.03955, 56.5502, 37.73081], "rotation": [-130.96828, -32.16392, 2.52081], "uv": [256, 298], "mirror": true} + ] + }, + { + "name": "flashwire_left4", + "parent": "topwire_wholeleft4", + "pivot": [-23.03955, 56.5502, 37.73081], + "cubes": [ + {"origin": [-20.85923, 68.82649, 12.38231], "size": [3, 7, 3], "pivot": [-18.75167, 61.09798, 14.26636], "rotation": [-80.99555, 1.78448, -11.33467], "uv": [400, 468], "mirror": true}, + {"origin": [-22.91603, 45.35965, 30.61183], "size": [3, 7, 3], "pivot": [-22.78955, 56.3002, 37.73081], "rotation": [-96.31359, -20.41207, -10.41079], "uv": [362, 468], "mirror": true}, + {"origin": [-25.01386, 49.65619, 33.53354], "size": [3, 7, 3], "pivot": [-23.03955, 56.5502, 37.73081], "rotation": [-130.96828, -32.16392, 2.52081], "uv": [383, 468], "mirror": true} + ] + }, + { + "name": "topwire_wholeleft3", + "parent": "topwire_wholeleft4", + "pivot": [-24.06158, 57.38875, 38.65134] + }, + { + "name": "topwire_left3", + "parent": "topwire_wholeleft3", + "pivot": [-20.87397, 44.4785, 39.2482], + "cubes": [ + {"origin": [-22.91758, 42.41836, 29.47206], "size": [3, 7, 3], "inflate": 0.05, "pivot": [-20.87397, 44.4785, 39.2482], "rotation": [-173.95419, -71.49144, -8.19218], "uv": [256, 298], "mirror": true}, + {"origin": [-21.35705, 37.83292, 29.61833], "size": [3, 7, 3], "inflate": 0.05, "pivot": [-20.87397, 44.4785, 39.2482], "rotation": [-137.04582, -76.83008, -30.69524], "uv": [256, 298], "mirror": true}, + {"origin": [-23.57695, 33.72261, 28.82605], "size": [3, 7, 3], "inflate": 0.05, "pivot": [-20.87397, 44.4785, 39.2482], "rotation": [-147.03637, -61.64309, -4.22925], "uv": [256, 298], "mirror": true} + ] + }, + { + "name": "flashwire_left3", + "parent": "topwire_wholeleft3", + "pivot": [-20.87397, 44.4785, 39.2482], + "cubes": [ + {"origin": [-22.91758, 42.41836, 29.47206], "size": [3, 7, 3], "pivot": [-20.87397, 44.4785, 39.2482], "rotation": [-173.95419, -71.49144, -8.19218], "uv": [383, 468], "mirror": true}, + {"origin": [-21.35705, 37.83292, 29.61833], "size": [3, 7, 3], "pivot": [-20.87397, 44.4785, 39.2482], "rotation": [-137.04582, -76.83008, -30.69524], "uv": [362, 468], "mirror": true}, + {"origin": [-23.57695, 33.72261, 28.82605], "size": [3, 7, 3], "pivot": [-20.87397, 44.4785, 39.2482], "rotation": [-147.03637, -61.64309, -4.22925], "uv": [400, 468], "mirror": true} + ] + }, + { + "name": "topwire_wholeleft2", + "parent": "topwire_wholeleft3", + "pivot": [-29.06158, 39.38875, 40.65134] + }, + { + "name": "topwire_left2", + "parent": "topwire_wholeleft2", + "pivot": [-7.33889, 28.11536, 42.76165], + "cubes": [ + {"origin": [-23.16917, 43.15884, 28.55843], "size": [3, 7, 3], "inflate": 0.05, "pivot": [-20.87397, 44.4785, 39.2482], "rotation": [-170.95824, -71.00146, -52.68652], "uv": [256, 298], "mirror": true}, + {"origin": [-23.36563, 47.35689, 27.61319], "size": [3, 7, 3], "inflate": 0.05, "pivot": [-21.12397, 44.2285, 39.2482], "rotation": [-163.93422, -74.00601, -75.26291], "uv": [256, 298], "mirror": true}, + {"origin": [-25.91847, 51.64556, 28.68636], "size": [3, 7, 3], "inflate": 0.05, "pivot": [-20.37397, 44.7285, 42.2482], "rotation": [-167.16585, -73.66895, -84.81237], "uv": [256, 298], "mirror": true}, + {"origin": [-8.83889, 24.61536, 41.26165], "size": [3, 7, 3], "inflate": 0.05, "pivot": [-7.33889, 28.11536, 42.76165], "rotation": [-177.16585, -73.66895, -84.81237], "uv": [256, 298], "mirror": true} + ] + }, + { + "name": "flashwire_left2", + "parent": "topwire_wholeleft2", + "pivot": [-7.33889, 28.11536, 42.76165], + "cubes": [ + {"origin": [-23.16917, 43.15884, 28.55843], "size": [3, 7, 3], "pivot": [-20.87397, 44.4785, 39.2482], "rotation": [-170.95824, -71.00146, -52.68652], "uv": [400, 468], "mirror": true}, + {"origin": [-23.36563, 47.35689, 27.61319], "size": [3, 7, 3], "pivot": [-21.12397, 44.2285, 39.2482], "rotation": [-163.93422, -74.00601, -75.26291], "uv": [362, 468], "mirror": true}, + {"origin": [-25.91847, 51.64556, 28.68636], "size": [3, 7, 3], "pivot": [-20.37397, 44.7285, 42.2482], "rotation": [-167.16585, -73.66895, -84.81237], "uv": [362, 468], "mirror": true}, + {"origin": [-8.83889, 24.61536, 41.26165], "size": [3, 7, 3], "pivot": [-7.33889, 28.11536, 42.76165], "rotation": [-177.16585, -73.66895, -84.81237], "uv": [362, 468], "mirror": true} + ] + }, + { + "name": "shoulder_left", + "parent": "arm_left", + "pivot": [-10.23437, 47.96126, -6.43455], + "rotation": [10.5, 0, 0], + "cubes": [ + {"origin": [-16.73437, 44.9613, -10.94327], "size": [7, 7, 8], "uv": [136, 198]} + ] + }, + { + "name": "bicep_left", + "parent": "shoulder_left", + "pivot": [-16.48437, 48.54854, -6.94518], + "cubes": [ + {"origin": [-32.73437, 46.54854, -9.44518], "size": [16, 4, 5], "uv": [170, 116]}, + {"origin": [-28.73437, 46.04854, -9.94518], "size": [9, 5, 6], "uv": [204, 89]} + ] + }, + { + "name": "forearm_left", + "parent": "bicep_left", + "pivot": [-32.88728, 48.28959, -7.28941], + "cubes": [ + {"origin": [-31.91579, 14.41907, -22.97833], "size": [5, 17, 5], "pivot": [-25.63728, 38.66907, -10.73478], "rotation": [-90, 90, 0], "uv": [28, 203]}, + {"origin": [-54.91579, 18.41907, -19.97833], "size": [23, 58, 0], "pivot": [-25.63728, 38.66907, -10.73478], "rotation": [-90, 90, 0], "uv": [0, 64]}, + {"origin": [-17.38728, 18.9, -3.95627], "size": [23, 58, 0], "pivot": [-16.88728, 47.91262, -3.95627], "rotation": [0, -90, 90], "uv": [0, 64], "mirror": true}, + {"origin": [-32.41579, 17.41907, -23.47833], "size": [6, 12, 6], "pivot": [-25.63728, 38.66907, -10.73478], "rotation": [-90, 90, 0], "uv": [48, 203]} + ] + }, + { + "name": "wrist_left", + "parent": "forearm_left", + "pivot": [-49.94884, 48.4703, -6.95611], + "cubes": [ + {"origin": [-18.33606, 62.98063, -9.45611], "size": [5, 2, 5], "pivot": [-25.63728, 38.66907, -10.73478], "rotation": [0, 0, -90], "uv": [228, 7]} + ] + }, + { + "name": "hand_left", + "parent": "wrist_left", + "pivot": [-51.67571, 48.4532, -7.02878], + "rotation": [-90, 25, -90] + }, + { + "name": "fingers_left", + "parent": "hand_left", + "pivot": [-50.89781, 42.17667, -8.02878] + }, + { + "name": "finger1_left", + "parent": "fingers_left", + "pivot": [-42.89781, 48.67667, -7.52878], + "rotation": [-6.54554, -16.99672, 5.20904], + "cubes": [ + {"origin": [-51.99178, 47.83636, -7.27625], "size": [3, 3, 3], "pivot": [-50.24178, 49.33636, -5.77625], "rotation": [-112.50202, -9.26974, -117.12586], "uv": [228, 14]}, + {"origin": [-50.99178, 45.33636, -6.77625], "size": [2, 4, 2], "pivot": [-49.74178, 49.33636, -5.77625], "rotation": [-125.00202, -9.26974, -117.12586], "uv": [192, 232]} + ] + }, + { + "name": "finger2_left2", + "parent": "fingers_left", + "pivot": [-50.89781, 42.17667, -8.02878], + "cubes": [ + {"origin": [-55.49178, 49.08636, -7.27625], "size": [3, 3, 3], "pivot": [-53.74178, 50.58636, -5.77625], "rotation": [-124.13296, -28.41796, -104.55947], "uv": [210, 228]}, + {"origin": [-54.99178, 46.58636, -6.77625], "size": [2, 4, 2], "pivot": [-53.74178, 50.58636, -5.77625], "rotation": [-124.13296, -28.41796, -104.55947], "uv": [200, 232]} + ] + }, + { + "name": "finger3_left2", + "parent": "fingers_left", + "pivot": [-50.89781, 42.17667, -8.02878], + "cubes": [ + {"origin": [-52.99178, 42.58636, -7.77625], "size": [2, 4, 2], "pivot": [-51.74178, 46.58636, -6.77625], "rotation": [-76.54715, 26.41669, -28.33512], "uv": [124, 233]}, + {"origin": [-53.49178, 45.08636, -8.27625], "size": [3, 3, 3], "pivot": [-51.74178, 46.58636, -6.77625], "rotation": [-76.54715, 26.41669, -28.33512], "uv": [222, 228]} + ] + }, + { + "name": "body3", + "parent": "body", + "pivot": [-0.5, 26.75, -1.5], + "rotation": [-7.5, 0, 0], + "cubes": [ + {"origin": [-10.5, 27.21363, 29.11734], "size": [21, 15, 19], "pivot": [11.58772, 49.62498, 16.17218], "rotation": [-82.5, 0, 0], "uv": [52, 0]}, + {"origin": [-7.5, 42.21363, 32.11734], "size": [15, 8, 14], "pivot": [11.58772, 49.62498, 16.17218], "rotation": [-82.5, 0, 0], "uv": [0, 144]} + ] + }, + { + "name": "tail", + "parent": "body3", + "pivot": [0, 27.27104, 17.89234] + }, + { + "name": "tail1", + "parent": "tail", + "pivot": [0, 26.82243, 18.75929], + "cubes": [ + {"origin": [-2.5, 52.17941, 39.59523], "size": [5, 10, 6], "pivot": [11.58772, 53.59076, 15.65007], "rotation": [-82.5, 0, 0], "uv": [188, 216]} + ] + }, + { + "name": "tail_3", + "parent": "tail1", + "pivot": [0, 28.84558, 34.12669], + "cubes": [ + {"origin": [-3.5, 60.19652, 35.85629], "size": [7, 6, 10], "pivot": [11.58772, 51.60787, 15.91113], "rotation": [-82.5, 0, 0], "uv": [188, 63]}, + {"origin": [2, 16.73626, 35.5229], "size": [14, 23, 0], "pivot": [7, 21.98626, 35.5229], "rotation": [-83.19577, -3.1622, 24.81197], "uv": [82, 183]}, + {"origin": [-1.87455, 31.04765, 40.10455], "size": [14, 23, 0], "pivot": [1.00397, 42.553, 39.10961], "rotation": [-89.976, -7.50959, 90.6065], "uv": [0, 192]}, + {"origin": [-16, 16.73626, 35.5229], "size": [14, 23, 0], "inflate": 0.05, "pivot": [-7, 21.98626, 35.5229], "rotation": [-83.19577, 3.1622, -24.81197], "uv": [0, 192]}, + {"origin": [-8.5, 75.21363, 31.61734], "size": [17, 3, 15], "pivot": [11.58772, 49.62498, 16.17218], "rotation": [-82.5, 0, 0], "uv": [124, 67]}, + {"origin": [-4.5, 68.21363, 33.11734], "size": [9, 3, 12], "pivot": [11.58772, 49.62498, 16.17218], "rotation": [-82.5, 0, 0], "uv": [371, 26]} + ] + }, + { + "name": "tail_fire", + "parent": "tail_3", + "pivot": [11.58772, 49.62498, 16.17218], + "cubes": [ + {"origin": [-8.5, 75.21363, 31.61734], "size": [17, 3, 15], "inflate": 0.05, "pivot": [11.58772, 49.62498, 16.17218], "rotation": [-82.5, 0, 0], "uv": [0, 378]}, + {"origin": [-4.5, 68.21363, 33.11734], "size": [9, 3, 12], "inflate": 0.05, "pivot": [11.58772, 49.62498, 16.17218], "rotation": [-82.5, 0, 0], "uv": [20, 418]} + ] + }, + { + "name": "tail_flash", + "parent": "tail_fire", + "pivot": [0, 29.95506, 42.55397], + "cubes": [ + {"origin": [2, 16.73626, 35.5229], "size": [14, 23, 0], "inflate": 0.08, "pivot": [7, 21.98626, 35.5229], "rotation": [-83.19577, -3.1622, 24.81197], "uv": [300, 448]}, + {"origin": [-1.38738, 28.31005, 30.68029], "size": [14, 23, 0], "inflate": 0.08, "pivot": [8.81262, 39.81005, 39.48029], "rotation": [-90, 7.5, -90], "uv": [300, 448]}, + {"origin": [-16, 16.73626, 35.5229], "size": [14, 23, 0], "inflate": 0.08, "pivot": [-7, 21.98626, 35.5229], "rotation": [-83.19577, 3.1622, -24.81197], "uv": [300, 448], "mirror": true}, + {"origin": [-8.5, 75.21363, 31.61734], "size": [17, 3, 15], "inflate": 0.05, "pivot": [11.58772, 49.62498, 16.17218], "rotation": [-82.5, 0, 0], "uv": [168, 494]}, + {"origin": [-4.5, 68.21363, 33.11734], "size": [9, 3, 12], "inflate": 0.05, "pivot": [11.58772, 49.62498, 16.17218], "rotation": [-82.5, 0, 0], "uv": [3, 497]} + ] + }, + { + "name": "tail_flash_dim", + "parent": "tail_fire", + "pivot": [0, 29.95506, 42.55397], + "cubes": [ + {"origin": [2, 16.73626, 35.5229], "size": [14, 23, 0], "inflate": 0.08, "pivot": [7, 21.98626, 35.5229], "rotation": [-83.19577, -3.1622, 24.81197], "uv": [297, 415]}, + {"origin": [-1.28738, 28.31005, 30.68029], "size": [14, 23, 0], "inflate": 0.08, "pivot": [8.81262, 39.81005, 39.48029], "rotation": [-90, 7.5, -90], "uv": [297, 415]}, + {"origin": [-16, 16.73626, 35.5229], "size": [14, 23, 0], "inflate": 0.08, "pivot": [-7, 21.98626, 35.5229], "rotation": [-83.19577, 3.1622, -24.81197], "uv": [297, 415], "mirror": true}, + {"origin": [-8.5, 75.21363, 31.61734], "size": [17, 3, 15], "inflate": 0.05, "pivot": [11.58772, 49.62498, 16.17218], "rotation": [-82.5, 0, 0], "uv": [165, 461]}, + {"origin": [-4.5, 68.21363, 33.11734], "size": [9, 3, 12], "inflate": 0.05, "pivot": [11.58772, 49.62498, 16.17218], "rotation": [-82.5, 0, 0], "uv": [0, 464]} + ] + }, + { + "name": "tailrings", + "parent": "tail_3", + "pivot": [11.58772, 51.60787, 15.91113], + "cubes": [ + {"origin": [-6.5, 66.19652, 33.85629], "size": [13, 5, 14], "pivot": [11.58772, 51.60787, 15.91113], "rotation": [-82.5, 0, 0], "uv": [58, 164]}, + {"origin": [-9, 73.19652, 32.35629], "size": [18, 5, 17], "pivot": [11.58772, 51.60787, 15.91113], "rotation": [-82.5, 0, 0], "uv": [0, 122]}, + {"origin": [-10, 80.19652, 31.85629], "size": [20, 5, 19], "pivot": [11.58772, 51.60787, 15.91113], "rotation": [-82.5, 0, 0], "uv": [46, 67]} + ] + }, + { + "name": "tailring_fire", + "parent": "tailrings", + "pivot": [0, 30.02032, 43.04969], + "cubes": [ + {"origin": [-10, 27.93828, 40.55507], "size": [20, 5, 19], "inflate": 0.05, "pivot": [0, 30.43828, 50.05507], "rotation": [-82.5, 0, 0], "uv": [216, 350]}, + {"origin": [-9, 73.19652, 32.35629], "size": [18, 5, 17], "pivot": [11.58772, 51.60787, 15.91113], "rotation": [-82.5, 0, 0], "uv": [400, 287]} + ] + }, + { + "name": "tail_flash2", + "parent": "tailring_fire", + "pivot": [0, 30.02032, 43.04969], + "cubes": [ + {"origin": [-6.5, 66.19652, 33.85629], "size": [13, 5, 14], "pivot": [11.58772, 51.60787, 15.91113], "rotation": [-82.5, 0, 0], "uv": [286, 481]}, + {"origin": [-9, 73.19652, 32.35629], "size": [18, 5, 17], "inflate": 0.03, "pivot": [11.58772, 51.60787, 15.91113], "rotation": [-82.5, 0, 0], "uv": [442, 476]}, + {"origin": [-10, 80.19652, 31.85629], "size": [20, 5, 19], "inflate": 0.05, "pivot": [11.58772, 51.60787, 15.91113], "rotation": [-82.5, 0, 0], "uv": [434, 356]} + ] + }, + { + "name": "tail_flash_dim2", + "parent": "tailring_fire", + "pivot": [0, 30.02032, 43.04969], + "cubes": [ + {"origin": [-6.5, 66.19652, 33.85629], "size": [13, 5, 14], "pivot": [11.58772, 51.60787, 15.91113], "rotation": [-82.5, 0, 0], "uv": [156, 354]}, + {"origin": [-9, 73.19652, 32.35629], "size": [18, 5, 17], "inflate": 0.03, "pivot": [11.58772, 51.60787, 15.91113], "rotation": [-82.5, 0, 0], "uv": [312, 349]}, + {"origin": [-10, 80.19652, 31.85629], "size": [20, 5, 19], "inflate": 0.05, "pivot": [11.58772, 51.60787, 15.91113], "rotation": [-82.5, 0, 0], "uv": [304, 229]} + ] + }, + { + "name": "tail_6", + "parent": "tail_3", + "pivot": [0, 30.46304, 51.05352], + "cubes": [ + {"origin": [-8.5, 25.41723, 48.4909], "size": [17, 12, 18], "pivot": [0.5, 31.41723, 57.4909], "rotation": [-82.5, 0, 0], "uv": [256, 6]}, + {"origin": [0, 19.40589, 63.45054], "size": [0, 21, 22], "pivot": [0, 31.89883, 61.95942], "rotation": [-79.77243, 11.43563, -130.98084], "uv": [70, 121]}, + {"origin": [0, 10.54206, 54.07543], "size": [0, 21, 22], "pivot": [0, 19.74206, 64.57543], "rotation": [-62.5, 0, 0], "uv": [70, 121]}, + {"origin": [0, 19.40589, 63.45054], "size": [0, 21, 22], "pivot": [0, 31.89883, 61.95942], "rotation": [-80.26078, -11.00072, 133.49069], "uv": [70, 121]} + ] + }, + { + "name": "tail_fire1", + "parent": "tail_6", + "pivot": [0.5, 31.41723, 57.4909], + "cubes": [ + {"origin": [-8.5, 25.41723, 48.4909], "size": [17, 12, 18], "inflate": 0.05, "pivot": [0.5, 31.41723, 57.4909], "rotation": [-82.5, 0, 0], "uv": [14, 301]} + ] + }, + { + "name": "tail_flash3", + "parent": "tail_fire1", + "pivot": [0.5, 31.41723, 57.4909], + "cubes": [ + {"origin": [-8.5, 25.41723, 48.4909], "size": [17, 12, 18], "inflate": 0.05, "pivot": [0.5, 31.41723, 57.4909], "rotation": [-82.5, 0, 0], "uv": [356, 390]} + ] + }, + { + "name": "tail_7", + "parent": "tail_6", + "pivot": [0, 31.76993, 64.00056], + "cubes": [ + {"origin": [-6.5, 95.31849, 36.2172], "size": [13, 13, 15], "pivot": [11.58772, 52.72984, 16.77204], "rotation": [-82.5, 0, 0], "uv": [440, 0]} + ] + }, + { + "name": "tail_fire2", + "parent": "tail_7", + "pivot": [11.58772, 52.72984, 16.77204], + "cubes": [ + {"origin": [-6.5, 95.31849, 36.2172], "size": [13, 13, 15], "inflate": 0.05, "pivot": [11.58772, 52.72984, 16.77204], "rotation": [-82.5, 0, 0], "uv": [82, 338]} + ] + }, + { + "name": "tail8", + "parent": "tail_7", + "pivot": [0, 33.20571, 74.90645], + "cubes": [ + {"origin": [0, 106.31849, 37.2172], "size": [0, 11, 13], "pivot": [11.58772, 52.72984, 16.77204], "rotation": [-82.5, 0, 0], "uv": [110, 192]} + ] + }, + { + "name": "tail_fire3", + "parent": "tail8", + "pivot": [11.58772, 52.72984, 16.77204], + "cubes": [ + {"origin": [0, 106.31849, 37.2172], "size": [0, 11, 13], "inflate": 0.05, "pivot": [11.58772, 52.72984, 16.77204], "rotation": [-82.5, 0, 0], "uv": [139, 439]} + ] + }, + { + "name": "tail9", + "parent": "tail8", + "pivot": [0, 34.68038, 82.27703], + "cubes": [ + {"origin": [0, 112.31849, 39.2172], "size": [0, 12, 8], "pivot": [11.58772, 52.72984, 16.77204], "rotation": [-82.5, 0, 0], "uv": [48, 221]} + ] + }, + { + "name": "tail_fire4", + "parent": "tail9", + "pivot": [11.58772, 52.72984, 16.77204], + "cubes": [ + {"origin": [0, 112.31849, 39.2172], "size": [0, 12, 8], "inflate": 0.05, "pivot": [11.58772, 52.72984, 16.77204], "rotation": [-82.5, 0, 0], "uv": [212, 441]} + ] + }, + { + "name": "tail_10", + "parent": "tail9", + "pivot": [0, 35.85512, 91.20003], + "cubes": [ + {"origin": [0, 118.31849, 41.2172], "size": [0, 18, 4], "pivot": [11.58772, 52.72984, 16.77204], "rotation": [-82.5, 0, 0], "uv": [64, 221]}, + {"origin": [0, 33.0467, 90.77436], "size": [0, 12, 5], "pivot": [0, 38.5467, 93.77436], "rotation": [-41.5, 0, 0], "uv": [112, 247]}, + {"origin": [0, 26.25809, 95.02323], "size": [0, 11, 5], "inflate": 0.01, "pivot": [0, 32.59369, 96.10061], "rotation": [-128.5, 0, 0], "uv": [129, 250], "mirror": true} + ] + }, + { + "name": "legs", + "parent": "body", + "pivot": [0, 23, 9.75] + }, + { + "name": "leg_right", + "parent": "legs", + "pivot": [10, 27, 6] + }, + { + "name": "thigh_right", + "parent": "leg_right", + "pivot": [15, 23, 9] + }, + { + "name": "thighL_2", + "parent": "thigh_right", + "pivot": [13.33733, 18.29774, 3.73957] + }, + { + "name": "thighL_3", + "parent": "thigh_right", + "pivot": [26, 23, 9], + "cubes": [ + {"origin": [13.25, 14.55, -8.1], "size": [2, 6, 19], "pivot": [13.75, 24.77223, 8.19799], "rotation": [-12.5, 0, 0], "uv": [168, 128]}, + {"origin": [14.25, 11.78505, -9.47757], "size": [0, 7, 10], "pivot": [14.25, 15.28505, -5.47757], "rotation": [7.5, 0, 0], "uv": [218, 149]} + ] + }, + { + "name": "thighL_7", + "parent": "thigh_right", + "pivot": [15.25, 30.25, 7.75], + "cubes": [ + {"origin": [9.25, 14.91371, -2.70632], "size": [9, 18, 19], "inflate": 0.01, "pivot": [13.75, 23.07223, 6.89799], "rotation": [-35, 0, 0], "uv": [114, 91]}, + {"origin": [13.25, 14.61371, -5.20632], "size": [2, 16, 15], "inflate": 0.01, "pivot": [13.75, 24.77223, 8.39799], "rotation": [-35, 0, 0], "uv": [170, 85]} + ] + }, + { + "name": "ankle_right2", + "parent": "leg_right", + "pivot": [13.5, 17.2, 10.5], + "cubes": [ + {"origin": [9.5, 9.5, 7], "size": [8, 11, 7], "uv": [192, 168]} + ] + }, + { + "name": "ankle_right", + "parent": "ankle_right2", + "pivot": [15.5, 10, 11], + "cubes": [ + {"origin": [10.5, 0.66028, 5.65946], "size": [6, 12, 5], "pivot": [13.5, 6.66028, 8.15946], "rotation": [-42.5, 0, 0], "uv": [0, 215]} + ] + }, + { + "name": "foot_right", + "parent": "ankle_right", + "pivot": [13.5, 4, 6.25], + "cubes": [ + {"origin": [10, 0, -2.25], "size": [7, 4, 9], "uv": [166, 202]} + ] + }, + { + "name": "toes_right", + "parent": "foot_right", + "pivot": [14, 0, 0] + }, + { + "name": "toe1_right", + "parent": "toes_right", + "pivot": [30, 0, -14], + "rotation": [0, -25, 0], + "cubes": [ + {"origin": [21.24954, 0, -4.86905], "size": [2, 2, 2], "uv": [166, 198]}, + {"origin": [21.24954, 0, -2.86905], "size": [2, 3, 3], "uv": [114, 229]}, + {"origin": [20.74954, 0, 0.13095], "size": [3, 3, 4], "uv": [28, 192]} + ] + }, + { + "name": "toe2_right", + "parent": "toes_right", + "pivot": [15.25, 0, -12], + "rotation": [0, 25, 0], + "cubes": [ + {"origin": [5.99954, 0, -7.38095], "size": [3, 3, 3], "uv": [102, 229]}, + {"origin": [6.59954, 0, -10.38095], "size": [2, 3, 3], "uv": [0, 232]}, + {"origin": [6.59954, 0, -12.38095], "size": [2, 2, 2], "uv": [174, 198]} + ] + }, + { + "name": "toe3_right", + "parent": "toes_right", + "pivot": [30, 0, -14], + "cubes": [ + {"origin": [13, 0, -6.65], "size": [1, 2, 2], "uv": [182, 61]}, + {"origin": [13.5, 0, -6.65], "size": [0, 6, 11], "uv": [166, 215]}, + {"origin": [13.5, 0, -11.65], "size": [0, 9, 5], "uv": [58, 144]}, + {"origin": [13, 0.26551, -5.43686], "size": [1, 2, 4], "inflate": 0.01, "pivot": [13.5, 1.45529, -4.58213], "rotation": [32.5, 0, 0], "uv": [10, 232]} + ] + }, + { + "name": "leg_left", + "parent": "legs", + "pivot": [-10, 27, 6] + }, + { + "name": "thigh_left", + "parent": "leg_left", + "pivot": [-15, 23, 9] + }, + { + "name": "thighL_4", + "parent": "thigh_left", + "pivot": [-13.33733, 18.29774, 3.73957] + }, + { + "name": "thighL_5", + "parent": "thigh_left", + "pivot": [-26, 23, 9], + "cubes": [ + {"origin": [-15.25, 14.55, -8.1], "size": [2, 6, 19], "pivot": [-13.75, 24.77223, 8.19799], "rotation": [-12.5, 0, 0], "uv": [168, 128], "mirror": true}, + {"origin": [-14.25, 11.78505, -9.47757], "size": [0, 7, 10], "pivot": [-14.25, 15.28505, -5.47757], "rotation": [7.5, 0, 0], "uv": [218, 149], "mirror": true} + ] + }, + { + "name": "thighL_6", + "parent": "thigh_left", + "pivot": [-15.25, 30.25, 7.75], + "cubes": [ + {"origin": [-18.25, 14.91371, -2.70632], "size": [9, 18, 19], "inflate": 0.01, "pivot": [-13.75, 23.07223, 6.89799], "rotation": [-35, 0, 0], "uv": [114, 91], "mirror": true}, + {"origin": [-15.25, 14.61371, -5.20632], "size": [2, 16, 15], "inflate": 0.01, "pivot": [-13.75, 24.77223, 8.39799], "rotation": [-35, 0, 0], "uv": [170, 85], "mirror": true} + ] + }, + { + "name": "ankle_left2", + "parent": "leg_left", + "pivot": [-13.5, 15, 10.5], + "cubes": [ + {"origin": [-17.5, 9.5, 7], "size": [8, 11, 7], "uv": [192, 168], "mirror": true} + ] + }, + { + "name": "ankle_left", + "parent": "ankle_left2", + "pivot": [-13.5, 9.66028, 10.15946], + "cubes": [ + {"origin": [-16.5, 0.02219, 9.01862], "size": [6, 12, 5], "pivot": [-13.5, 10.66028, 10.65946], "rotation": [-42.5, 0, 0], "uv": [0, 215], "mirror": true} + ] + }, + { + "name": "foot_left", + "parent": "ankle_left", + "pivot": [-13.5, 4, 6.25], + "cubes": [ + {"origin": [-17, 0, -2.25], "size": [7, 4, 9], "uv": [166, 202], "mirror": true} + ] + }, + { + "name": "toes_left", + "parent": "foot_left", + "pivot": [-14, 0, 0] + }, + { + "name": "toe1_left", + "parent": "toes_left", + "pivot": [-30, 0, -14], + "rotation": [0, 25, 0], + "cubes": [ + {"origin": [-23.24954, 0, -4.86905], "size": [2, 2, 2], "uv": [166, 198], "mirror": true}, + {"origin": [-23.24954, 0, -2.86905], "size": [2, 3, 3], "uv": [114, 229], "mirror": true}, + {"origin": [-23.74954, 0, 0.13095], "size": [3, 3, 4], "uv": [28, 192], "mirror": true} + ] + }, + { + "name": "toe2_left", + "parent": "toes_left", + "pivot": [-15.25, 0, -12], + "rotation": [0, -25, 0], + "cubes": [ + {"origin": [-8.99954, 0, -7.38095], "size": [3, 3, 3], "uv": [102, 229], "mirror": true}, + {"origin": [-8.59954, 0, -10.38095], "size": [2, 3, 3], "uv": [0, 232], "mirror": true}, + {"origin": [-8.59954, 0, -12.38095], "size": [2, 2, 2], "uv": [174, 198], "mirror": true} + ] + }, + { + "name": "toe3_left", + "parent": "toes_left", + "pivot": [-30, 0, -14], + "cubes": [ + {"origin": [-14, 0, -6.65], "size": [1, 2, 2], "uv": [182, 61], "mirror": true}, + {"origin": [-13.5, 0, -6.65], "size": [0, 6, 11], "uv": [166, 215], "mirror": true}, + {"origin": [-13.5, 0, -11.65], "size": [0, 9, 5], "uv": [58, 144], "mirror": true}, + {"origin": [-14, 0.26551, -5.43686], "size": [1, 2, 4], "inflate": 0.01, "pivot": [-13.5, 1.45529, -4.58213], "rotation": [32.5, 0, 0], "uv": [10, 232], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/landorus/landorus.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/landorus/landorus.geo.json new file mode 100644 index 0000000..688d6a6 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/landorus/landorus.geo.json @@ -0,0 +1,604 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 5, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "Landorus", + "pivot": [0, 0, 0] + }, + { + "name": "mainthing", + "parent": "Landorus", + "pivot": [0, 22, 0] + }, + { + "name": "upperbody", + "parent": "mainthing", + "pivot": [0, 17.5, 0.15], + "cubes": [ + {"origin": [-4, 17, -2.85], "size": [8, 5, 6], "uv": [50, 24]} + ] + }, + { + "name": "torso", + "parent": "upperbody", + "pivot": [0, 23, 0.25], + "cubes": [ + {"origin": [-6, 22, -3.25], "size": [12, 8, 7], "uv": [0, 24]} + ] + }, + { + "name": "arms", + "parent": "torso", + "pivot": [0, 29, 0] + }, + { + "name": "arm_right", + "parent": "arms", + "pivot": [6.5, 28, -1] + }, + { + "name": "shoulder_right", + "parent": "arm_right", + "pivot": [6, 28, 1.5], + "rotation": [59.99269, 64.43583, 59.78703], + "cubes": [ + {"origin": [5.29895, 25.35819, -1.62981], "size": [6, 6, 6], "uv": [48, 58]} + ] + }, + { + "name": "bicep_right", + "parent": "shoulder_right", + "pivot": [9.54895, 27.85819, 2.62019], + "rotation": [-0.78696, 21.88467, 41.26384], + "cubes": [ + {"origin": [10.29895, 25.35819, -0.62981], "size": [6, 5, 5], "uv": [67, 45]} + ] + }, + { + "name": "forearm_right", + "parent": "bicep_right", + "pivot": [15.54895, 27.85819, 1.62019], + "rotation": [130.4663, 87.32461, 139.81941], + "cubes": [ + {"origin": [15.29895, 25.85819, -1.12981], "size": [6, 4, 4], "uv": [72, 55]} + ] + }, + { + "name": "wrist_right", + "parent": "forearm_right", + "pivot": [21.54895, 27.85819, 1.12019], + "rotation": [87.45712, -15.33483, -6.53294], + "cubes": [ + {"origin": [20.29895, 26.35819, 0.37019], "size": [3, 3, 2], "uv": [81, 0]} + ] + }, + { + "name": "hand_right", + "parent": "wrist_right", + "pivot": [24.29895, 28.10819, 1.12019], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [23.29895, 25.85819, 0.37019], "size": [3, 4, 2], "uv": [82, 39]} + ] + }, + { + "name": "fingers_right", + "parent": "hand_right", + "pivot": [24.54895, 27.85819, 1.87019] + }, + { + "name": "thumb_right", + "parent": "fingers_right", + "pivot": [24.54895, 28.85819, 2.87019], + "rotation": [5.96275, -4.55749, 37.26251], + "cubes": [ + {"origin": [24.29895, 28.85819, 1.12019], "size": [1, 2, 1], "uv": [56, 43]} + ] + }, + { + "name": "rthumb_tip", + "parent": "thumb_right", + "pivot": [24.79895, 30.85819, 1.87019], + "rotation": [32.5, 0, 0], + "cubes": [ + {"origin": [24.29895, 30.85819, 1.12019], "size": [1, 2, 1], "uv": [56, 35]} + ] + }, + { + "name": "index_right", + "parent": "fingers_right", + "pivot": [26.29895, 29.35819, 1.87019], + "rotation": [0, 65, 0], + "cubes": [ + {"origin": [26.29895, 28.85819, 1.37019], "size": [2, 1, 1], "uv": [19, 52]} + ] + }, + { + "name": "Rindex_tip", + "parent": "index_right", + "pivot": [28.54895, 29.35819, 2.12019], + "rotation": [0, 25, 0], + "cubes": [ + {"origin": [28.29895, 28.85819, 1.37019], "size": [2, 1, 1], "uv": [51, 13]} + ] + }, + { + "name": "middle_right", + "parent": "fingers_right", + "pivot": [26.29895, 28.35819, 1.87019], + "rotation": [0, 57.5, 0], + "cubes": [ + {"origin": [26.29895, 27.85819, 1.37019], "size": [2, 1, 1], "uv": [50, 47]} + ] + }, + { + "name": "Rmiddle_tip", + "parent": "middle_right", + "pivot": [28.0695, 28.44776, 2.38627], + "cubes": [ + {"origin": [28.2, 27.94776, 1.12638], "size": [2, 1, 1], "pivot": [28.4539, 28.44776, 1.87638], "rotation": [0, 20, 0], "uv": [50, 45]} + ] + }, + { + "name": "ring_right", + "parent": "fingers_right", + "pivot": [26.29895, 27.35819, 1.87019], + "rotation": [0, 62.5, 0], + "cubes": [ + {"origin": [26.29895, 26.85819, 1.37019], "size": [2, 1, 1], "uv": [50, 43]} + ] + }, + { + "name": "Rring_tip", + "parent": "ring_right", + "pivot": [28.25, 27.25, 2.25], + "rotation": [0, 15, 0], + "cubes": [ + {"origin": [28.29895, 26.85819, 1.37019], "size": [2, 1, 1], "uv": [50, 37]} + ] + }, + { + "name": "pinky_right", + "parent": "fingers_right", + "pivot": [26.29895, 26.35819, 1.87019], + "rotation": [0, 67.5, 0], + "cubes": [ + {"origin": [26.29895, 25.85819, 1.37019], "size": [2, 1, 1], "uv": [50, 35]} + ] + }, + { + "name": "Rpinky_right", + "parent": "pinky_right", + "pivot": [28.29895, 26.35819, 2.12019], + "rotation": [0, 20, 0], + "cubes": [ + {"origin": [28.29895, 25.85819, 1.37019], "size": [2, 1, 1], "uv": [50, 28]} + ] + }, + { + "name": "arm_left", + "parent": "arms", + "pivot": [-4, 28.25, -0.25] + }, + { + "name": "shoulder_left", + "parent": "arm_left", + "pivot": [-6, 27.75, -0.25], + "rotation": [69.96441, -66.54069, -74.52838], + "cubes": [ + {"origin": [-9.74006, 24.85697, -2.44714], "size": [6, 6, 6], "uv": [24, 55]} + ] + }, + { + "name": "bicep_left", + "parent": "shoulder_left", + "pivot": [-7.99006, 28.35697, 1.80286], + "rotation": [6.3582, -34.31282, -14.95505], + "cubes": [ + {"origin": [-14.67516, 24.99117, -1.06026], "size": [6, 5, 5], "uv": [60, 35]} + ] + }, + { + "name": "forearm_left", + "parent": "bicep_left", + "pivot": [-14.92516, 28.49117, 2.18974], + "rotation": [-59.31233, -65.17521, 40.79243], + "cubes": [ + {"origin": [-19.67516, 25.49117, -0.56026], "size": [6, 4, 4], "uv": [40, 70]} + ] + }, + { + "name": "wrist_left", + "parent": "forearm_left", + "pivot": [-18.92516, 26.99117, 2.18974], + "rotation": [69.90832, 4.83905, -14.54145], + "cubes": [ + {"origin": [-21.67516, 26.49117, 1.43974], "size": [3, 3, 2], "uv": [15, 66]} + ] + }, + { + "name": "hand_left", + "parent": "wrist_left", + "pivot": [-21.17516, 27.99117, 2.43974], + "rotation": [35.1834, -36.19515, -3.45215], + "cubes": [ + {"origin": [-24.67516, 25.99117, 1.43974], "size": [3, 4, 2], "uv": [80, 63]} + ] + }, + { + "name": "fingers_left", + "parent": "hand_left", + "pivot": [-25, 27, 2.25] + }, + { + "name": "thumb_left", + "parent": "fingers_left", + "pivot": [-23.17516, 28.99117, 2.93974], + "rotation": [72.5, 0, 0], + "cubes": [ + {"origin": [-23.67516, 28.99117, 2.43974], "size": [1, 2, 1], "uv": [0, 50]} + ] + }, + { + "name": "thumbleft2", + "parent": "thumb_left", + "pivot": [-23.17516, 30.99117, 2.93974], + "cubes": [ + {"origin": [-23.67516, 30.99117, 2.43974], "size": [1, 2, 1], "uv": [11, 0]} + ] + }, + { + "name": "index_left", + "parent": "fingers_left", + "pivot": [-24.67516, 29.49117, 2.93974], + "rotation": [0, -12.5, 0], + "cubes": [ + {"origin": [-26.67516, 28.99117, 2.43974], "size": [2, 1, 1], "uv": [50, 24]} + ] + }, + { + "name": "indexleft2", + "parent": "index_left", + "pivot": [-26.67516, 29.49117, 2.93974], + "cubes": [ + {"origin": [-28.67516, 28.99117, 2.43974], "size": [2, 1, 1], "uv": [19, 50]} + ] + }, + { + "name": "middle_left", + "parent": "fingers_left", + "pivot": [-24.67516, 28.49117, 2.93974], + "rotation": [0, -10, 0], + "cubes": [ + {"origin": [-26.67516, 27.99117, 2.43974], "size": [2, 1, 1], "uv": [46, 26]} + ] + }, + { + "name": "midleft2", + "parent": "middle_left", + "pivot": [-26.67516, 28.49117, 2.93974], + "cubes": [ + {"origin": [-28.67516, 27.99117, 2.43974], "size": [2, 1, 1], "uv": [45, 13]} + ] + }, + { + "name": "ring_left", + "parent": "fingers_left", + "pivot": [-24.67516, 27.49117, 2.93974], + "rotation": [0, -15, 0], + "cubes": [ + {"origin": [-26.67516, 26.99117, 2.43974], "size": [2, 1, 1], "uv": [45, 6]} + ] + }, + { + "name": "ringleft2", + "parent": "ring_left", + "pivot": [-26.67516, 27.49117, 2.93974], + "cubes": [ + {"origin": [-28.67516, 26.99117, 2.43974], "size": [2, 1, 1], "uv": [26, 44]} + ] + }, + { + "name": "pinky_left", + "parent": "fingers_left", + "pivot": [-24.67516, 26.49117, 2.93974], + "rotation": [0, -12.5, 0], + "cubes": [ + {"origin": [-26.67516, 25.99117, 2.43974], "size": [2, 1, 1], "uv": [31, 29]} + ] + }, + { + "name": "pinkleft2", + "parent": "pinky_left", + "pivot": [-26.67516, 26.49117, 2.93974], + "cubes": [ + {"origin": [-28.67516, 25.99117, 2.43974], "size": [2, 1, 1], "uv": [9, 13]} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 30.5, 0.5], + "cubes": [ + {"origin": [-4.5, 30, -3.75], "size": [9, 3, 8], "uv": [0, 39]}, + {"origin": [-4, 32.5, -3.25], "size": [8, 5, 7], "uv": [27, 43]} + ] + }, + { + "name": "hair", + "parent": "head", + "pivot": [-0.25, 33.5, 2.75], + "cubes": [ + {"origin": [-3.5, 35, 0], "size": [7, 5, 5], "inflate": 0.01, "uv": [60, 13]}, + {"origin": [-17, 37.25, 0.5], "size": [5, 4, 4], "inflate": 0.01, "pivot": [-16.25, -5.75, 0.75], "rotation": [0, 0, 12.5], "uv": [78, 23]}, + {"origin": [12.25, 37.25, 0.5], "size": [5, 4, 4], "inflate": 0.01, "pivot": [16.5, -5.75, 0.75], "rotation": [0, 0, -12.5], "uv": [77, 31]} + ] + }, + { + "name": "horns", + "parent": "head", + "pivot": [-0.25, 33.75, -2.75] + }, + { + "name": "horn_left", + "parent": "horns", + "pivot": [-2.75, 33.75, -2.75], + "cubes": [ + {"origin": [2, 38.5, -2.76], "size": [2, 2, 0], "pivot": [6, 5, 0], "rotation": [0, 0, -10], "uv": [0, 53]} + ] + }, + { + "name": "horn_right", + "parent": "horns", + "pivot": [0, 33.5, -2.75], + "cubes": [ + {"origin": [-4, 38.5, -2.76], "size": [2, 2, 0], "pivot": [-6, 5, 0], "rotation": [0, 0, 10], "uv": [52, 26]} + ] + }, + { + "name": "horn_middle", + "parent": "horns", + "pivot": [3, 33.5, -2.75], + "cubes": [ + {"origin": [-1, 37.5, -2.76], "size": [2, 2, 0], "uv": [10, 11]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [0, 30.25, -3.25] + }, + { + "name": "brows", + "parent": "eyes", + "pivot": [0, 31.5, -2] + }, + { + "name": "browleft", + "parent": "brows", + "pivot": [1.24328, 35.44696, -3.02], + "cubes": [ + {"origin": [2.25, 38.25, -3.52], "size": [3, 1, 1], "pivot": [6.25, 34.25, -2.5], "rotation": [0, 0, -47.5], "uv": [31, 27]} + ] + }, + { + "name": "browright", + "parent": "brows", + "pivot": [-1.62878, 35.82658, -3.02], + "cubes": [ + {"origin": [-4.5, 36.45, -3.52], "size": [3, 1, 1], "pivot": [-5.5, 32.5, -2.5], "rotation": [0, 0, 20], "uv": [39, 27]} + ] + }, + { + "name": "pupils", + "parent": "eyes", + "pivot": [0, 31.5, -2] + }, + { + "name": "pupil_right", + "parent": "pupils", + "pivot": [2, 30.75, -3.25], + "cubes": [ + {"origin": [1.5, 34.25, -3.267], "size": [1, 1, 0], "uv": [26, 41]} + ] + }, + { + "name": "pupil_left", + "parent": "pupils", + "pivot": [-2, 30.5, -3.25], + "cubes": [ + {"origin": [-2.5, 34.25, -3.267], "size": [1, 1, 0], "uv": [26, 40]} + ] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [2, 30.5, -2], + "cubes": [ + {"origin": [0.5, 33.25, -3.26], "size": [3, 2, 0], "uv": [42, 55]}, + {"origin": [1.5, 35.25, -3.26], "size": [2, 1, 0], "uv": [45, 8]} + ] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [-2, 30.5, -2], + "cubes": [ + {"origin": [-3.5, 33.25, -3.26], "size": [3, 2, 0], "uv": [24, 55]}, + {"origin": [-3.5, 35.25, -3.26], "size": [2, 1, 0], "uv": [0, 30]} + ] + }, + { + "name": "ears", + "parent": "head", + "pivot": [0, 32.75, -3.25], + "cubes": [ + {"origin": [-3, 37.5, -1.25], "size": [3, 3, 2], "pivot": [-1, 30.5, -3.25], "rotation": [0, 0, 37.5], "uv": [81, 83]}, + {"origin": [0, 37.5, -1.25], "size": [3, 3, 2], "pivot": [1, 30.5, -3.25], "rotation": [0, 0, -37.5], "uv": [71, 83]} + ] + }, + { + "name": "mustache", + "parent": "head", + "pivot": [0, 29.25, -2.25], + "cubes": [ + {"origin": [-5, 33, -3.79], "size": [10, 1, 0], "uv": [31, 24]}, + {"origin": [-7.25, 34, -3.79], "size": [4, 1, 0], "uv": [26, 43]}, + {"origin": [3.25, 34, -3.79], "size": [4, 1, 0], "uv": [0, 14]}, + {"origin": [4.4, 35.5, -3.78], "size": [2, 2, 1], "pivot": [6.25, 28.5, -2.25], "rotation": [0, 0, -45], "uv": [0, 27]}, + {"origin": [1.75, 31, -3.78], "size": [1, 2, 0], "uv": [0, 39]}, + {"origin": [-5, 32, -3.79], "size": [1, 1, 0], "uv": [6, 40]}, + {"origin": [-6, 33, -3.79], "size": [1, 1, 0], "uv": [26, 39]}, + {"origin": [4, 32, -3.79], "size": [1, 1, 0], "uv": [6, 39]}, + {"origin": [2.75, 32, -3.79], "size": [1, 1, 0], "uv": [38, 27]}, + {"origin": [-3.75, 32, -3.79], "size": [1, 1, 0], "uv": [36, 29]}, + {"origin": [5, 33, -3.79], "size": [1, 1, 0], "uv": [4, 30]}, + {"origin": [5, 33, -3.79], "size": [0, 1, 0], "uv": [0, 0]}, + {"origin": [-2.75, 31, -3.78], "size": [1, 2, 0], "uv": [0, 0]} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [0, 27.5, -2], + "cubes": [ + {"origin": [-2, 31.25, -3.77], "size": [4, 2, 0], "uv": [39, 25]}, + {"origin": [0.75, 30.75, -3.76], "size": [1, 1, 0], "uv": [5, 27]}, + {"origin": [-1.75, 30.75, -3.76], "size": [1, 1, 0], "uv": [0, 2]} + ] + }, + { + "name": "cloud", + "parent": "mainthing", + "pivot": [-2.5, 9, 0.15], + "cubes": [ + {"origin": [-7.5, 8.75, -7.35], "size": [15, 9, 15], "uv": [0, 0]} + ] + }, + { + "name": "cloud_end", + "parent": "cloud", + "pivot": [0.25, 9.25, 4.4], + "rotation": [27.5, 0, 0] + }, + { + "name": "cloud_tail1", + "parent": "cloud_end", + "pivot": [0, -0.94798, -5.12594], + "cubes": [ + {"origin": [0, 7.014, 2.02781], "size": [0, 3, 5], "uv": [0, 6]} + ] + }, + { + "name": "cloud_tail2", + "parent": "cloud_end", + "pivot": [0, -0.94798, -5.12594], + "cubes": [ + {"origin": [0, 5.014, 2.52781], "size": [0, 2, 4], "uv": [31, 21]} + ] + }, + { + "name": "cloud_tail3", + "parent": "cloud_end", + "pivot": [0, -0.94798, -5.12594], + "cubes": [ + {"origin": [0, 2.014, 3.02781], "size": [0, 3, 3], "uv": [0, 21]} + ] + }, + { + "name": "tail", + "parent": "cloud", + "pivot": [-2.5, 13.75, 8.15] + }, + { + "name": "tail_1", + "parent": "tail", + "pivot": [-1, 16.25, 6.9], + "cubes": [ + {"origin": [-2, 16.25, 5.9], "size": [2, 6, 2], "pivot": [-1, 16.25, 6.9], "rotation": [-27.39012, -0.28246, -40.49013], "uv": [0, 39]} + ] + }, + { + "name": "tail_2", + "parent": "tail_1", + "pivot": [-4, 19.75, 8.65], + "cubes": [ + {"origin": [-6, 21.75, 8.4], "size": [3, 7, 2], "pivot": [-1, 21.75, 9.4], "rotation": [-12.5, 0, -40], "uv": [24, 80]}, + {"origin": [-9, 21.75, 8.9], "size": [2, 4, 2], "pivot": [-5, 21.75, 9.9], "rotation": [-12.5, 0, -40], "uv": [84, 17]}, + {"origin": [-2, 24.75, 7.65], "size": [2, 4, 2], "pivot": [3, 21.75, 8.65], "rotation": [-12.5, 0, -40], "uv": [45, 0]} + ] + }, + { + "name": "tail_3", + "parent": "tail_2", + "pivot": [-8, 25, 11.65], + "cubes": [ + {"origin": [-9.55, 24.5, 9.4], "size": [3, 9, 3], "inflate": 0.01, "pivot": [-8.5, 24.5, 14.4], "rotation": [10, 0, -37.5], "uv": [0, 79]}, + {"origin": [-10.55, 26.5, 9.4], "size": [2, 5, 3], "inflate": 0.01, "pivot": [-10.5, 22.5, 14.4], "rotation": [10, 0, -37.5], "uv": [51, 82]}, + {"origin": [-6.05, 27, 9.65], "size": [2, 6, 3], "inflate": 0.01, "pivot": [-5, 25, 14.65], "rotation": [10, 0, -37.5], "uv": [79, 8]} + ] + }, + { + "name": "tail_4", + "parent": "tail_3", + "pivot": [-12, 32, 9.4], + "cubes": [ + {"origin": [-14.25, 29.75, 8.4], "size": [4, 8, 3], "pivot": [-13.25, 29.75, 9.4], "rotation": [52.73749, -4.55749, -43.46275], "uv": [0, 0]}, + {"origin": [-16, 29.75, 7.9], "size": [3, 4, 3], "pivot": [-16, 27.25, 8.9], "rotation": [52.73749, -4.55749, -43.46275], "uv": [12, 80]}, + {"origin": [-11, 33, 9.4], "size": [2, 5, 3], "pivot": [-10, 32, 10.4], "rotation": [52.73749, -4.55749, -43.46275], "uv": [61, 82]} + ] + }, + { + "name": "tail_5", + "parent": "tail_4", + "pivot": [-15, 33.5, 4.4], + "cubes": [ + {"origin": [-20.75, 32.25, -4.1], "size": [6, 3, 5], "pivot": [-15.75, 33.25, 1.9], "rotation": [-0.64222, 3.65963, -49.31878], "uv": [64, 0]}, + {"origin": [-18.25, 34, -4.35], "size": [5, 3, 9], "pivot": [-14.25, 35, 3.65], "rotation": [-0.64222, 3.65963, -49.31878], "uv": [48, 46]}, + {"origin": [-15, 37.66, -2.6], "size": [3, 3, 6], "pivot": [-11, 38.5, 2.4], "rotation": [-0.64222, 3.65963, -49.31878], "uv": [72, 74]} + ] + }, + { + "name": "tail_6", + "parent": "tail_5", + "pivot": [-14.5, 32.5, -2.1], + "cubes": [ + {"origin": [-18.5, 32.5, -12.1], "size": [5, 4, 9], "inflate": 0.01, "pivot": [-14.5, 34.5, -4.1], "rotation": [35.48812, 11.47329, -45.13428], "uv": [45, 0]}, + {"origin": [-15.5, 36.5, -12.1], "size": [3, 4, 6], "inflate": 0.01, "pivot": [-11.5, 38.5, -4.1], "rotation": [35.48812, 11.47329, -45.13428], "uv": [54, 72]} + ] + }, + { + "name": "tail_7", + "parent": "tail_6", + "pivot": [-12.5, 29, -8.85], + "cubes": [ + {"origin": [-16, 30.25, -17.6], "size": [6, 4, 10], "inflate": 0.01, "pivot": [-11, 30.25, -8.6], "rotation": [58.99014, 6.6058, -37.34578], "uv": [28, 29]}, + {"origin": [-13, 35.25, -17.6], "size": [4, 4, 6], "pivot": [-6, 35.25, -8.6], "rotation": [58.99014, 6.6058, -37.34578], "uv": [66, 64]}, + {"origin": [-17.5, 23, -13.76], "size": [3, 4, 5], "pivot": [-17.5, 26, -10.85], "rotation": [58.9901, 6.6058, -37.3458], "uv": [35, 78]} + ] + }, + { + "name": "tip_8", + "parent": "tail_7", + "pivot": [-8.5, 23.5, -11.85], + "rotation": [0, 2.5, -37.5], + "cubes": [ + {"origin": [-12.55536, 13.82572, -16.4841], "size": [7, 11, 5], "inflate": 0.01, "pivot": [-11.08786, 19.14154, -15.81399], "rotation": [0, 5, 0], "uv": [0, 50]}, + {"origin": [-15.68097, 17.85212, -15.8341], "size": [5.25, 8, 5], "pivot": [-18.58786, 18.89154, -15.81399], "rotation": [3.21873, 3.82821, 40.1076], "uv": [20, 67]}, + {"origin": [-9.30147, 11.32565, -16.7841], "size": [5.25, 8, 5], "pivot": [-7.58786, 17.89154, -15.81399], "rotation": [-3.21873, 3.82821, -40.1076], "uv": [0, 66]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/latias/latias.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/latias/latias.geo.json new file mode 100644 index 0000000..bd3593d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/latias/latias.geo.json @@ -0,0 +1,250 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 256, + "texture_height": 256, + "visible_bounds_width": 6, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "latios", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "latios", + "pivot": [0, 16, 0], + "cubes": [ + {"origin": [-8, 6, 7.25], "size": [16, 14, 11], "uv": [68, 0]}, + {"origin": [-6.5, 7, -5.75], "size": [13, 3, 13], "uv": [8, 8]}, + {"origin": [-8, 10, -7.75], "size": [16, 11, 15], "uv": [34, 25]} + ] + }, + { + "name": "chestTriangle", + "parent": "body", + "pivot": [0.04075, 7.5, 4.7941], + "rotation": [0, 135, 0], + "cubes": [ + {"origin": [-3, 7, 5.75], "size": [5, 1, 1], "inflate": 0.01, "uv": [0, 3]}, + {"origin": [-1, 7, 3.75], "size": [5, 1, 1], "inflate": 0.01, "pivot": [1.5, 7.5, 4.25], "rotation": [0, -90, 0], "uv": [0, 11]}, + {"origin": [-5.7, 7, 3.57], "size": [7, 1, 1], "inflate": 0.01, "pivot": [-1.5, 7.5, 4.25], "rotation": [0, -135, 0], "uv": [-1, 7]} + ] + }, + { + "name": "wings", + "parent": "body", + "pivot": [0, 14, 0] + }, + { + "name": "wing_left", + "parent": "wings", + "pivot": [-6.25, 17, 11.75], + "rotation": [0, 0, 5], + "cubes": [ + {"origin": [-4.25, 17.5, 1.25], "size": [0, 38, 17], "pivot": [-6.25, 17, 11.75], "rotation": [0, 0, -52.5], "uv": [0, 25]}, + {"origin": [-7.76609, 15.52709, 1.25], "size": [7, 6, 17], "inflate": 0.001, "pivot": [-6.25, 17, 11.75], "rotation": [0, 0, -52.5], "uv": [68, 52]} + ] + }, + { + "name": "wing_right", + "parent": "wings", + "pivot": [6.25, 17, 11.75], + "rotation": [0, 0, -5], + "cubes": [ + {"origin": [4.25, 17.5, 1.25], "size": [0, 38, 17], "pivot": [6.25, 17, 11.75], "rotation": [0, 0, 52.5], "uv": [34, 52]}, + {"origin": [0.76609, 15.52709, 1.25], "size": [7, 6, 17], "inflate": 0.001, "pivot": [6.25, 17, 11.75], "rotation": [0, 0, 52.5], "uv": [68, 75]} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [0, 14, 22] + }, + { + "name": "bone", + "parent": "tail", + "pivot": [5.25, 13.5, 21.75], + "cubes": [ + {"origin": [-3, 12, 24.25], "size": [6, 5, 5], "uv": [117, 82]} + ] + }, + { + "name": "foot_left", + "parent": "tail", + "pivot": [-4.75, 13.5, 18.75], + "cubes": [ + {"origin": [-5.25, 11, 19.25], "size": [0, 7, 13], "pivot": [-5.25, 13.5, 18.75], "rotation": [-27.44548, 1.29256, 4.83045], "uv": [100, 98]} + ] + }, + { + "name": "foot_right", + "parent": "tail", + "pivot": [4.75, 13.5, 18.75], + "cubes": [ + {"origin": [5.25, 11, 19.25], "size": [0, 7, 13], "pivot": [5.25, 13.5, 18.75], "rotation": [-27.44548, -1.29256, -4.83045], "uv": [32, 107]} + ] + }, + { + "name": "bone6", + "parent": "tail", + "pivot": [5.25, 13.5, 21.75], + "cubes": [ + {"origin": [-5, 8, 18.25], "size": [10, 11, 6], "uv": [68, 98]} + ] + }, + { + "name": "arms", + "parent": "body", + "pivot": [0, 14, 0] + }, + { + "name": "arm_left", + "parent": "arms", + "pivot": [6, 13.5, -1.75], + "cubes": [ + {"origin": [-10, 12, -6.75], "size": [2, 4, 9], "uv": [118, 52]}, + {"origin": [-12.75, 13, 0.25], "size": [6, 1, 1], "uv": [96, 50]}, + {"origin": [-14.25, 12.5, 1], "size": [2, 3, 2], "uv": [58, 107]}, + {"origin": [-14.25, 12, -7], "size": [2, 4, 8], "uv": [117, 97]}, + {"origin": [-13.75, 14.75, -8], "size": [1, 1, 2], "uv": [110, 47]}, + {"origin": [-13.75, 13.5, -9], "size": [1, 1, 3], "uv": [122, 0]}, + {"origin": [-13.75, 12.25, -8], "size": [1, 1, 2], "uv": [58, 112]} + ] + }, + { + "name": "arm_right", + "parent": "arms", + "pivot": [-6, 13.5, -1.75], + "cubes": [ + {"origin": [8, 12, -6.75], "size": [2, 4, 9], "uv": [118, 67]}, + {"origin": [6.75, 13, 0.25], "size": [6, 1, 1], "uv": [105, 100]}, + {"origin": [12.25, 12.5, 1], "size": [2, 3, 2], "uv": [120, 118]}, + {"origin": [12.25, 12, -7], "size": [2, 4, 8], "uv": [100, 118]}, + {"origin": [12.75, 14.75, -8], "size": [1, 1, 2], "uv": [122, 8]}, + {"origin": [12.75, 13.5, -9], "size": [1, 1, 3], "uv": [122, 4]}, + {"origin": [12.75, 12.25, -8], "size": [1, 1, 2], "uv": [122, 11]} + ] + }, + { + "name": "neck", + "parent": "body", + "pivot": [0, 16, -7.25], + "cubes": [ + {"origin": [-4.5, 11, -12.75], "size": [9, 10, 7], "inflate": 0.01, "uv": [0, 97]} + ] + }, + { + "name": "neck2", + "parent": "neck", + "pivot": [0, 16.5, -12.25], + "cubes": [ + {"origin": [-3.5, 12, -21.75], "size": [7, 9, 13], "uv": [96, 25]} + ] + }, + { + "name": "head", + "parent": "neck2", + "pivot": [-0.00056, 15.00418, -21.69311], + "cubes": [ + {"origin": [-5, 11.5, -28.75], "size": [10, 10, 7], "inflate": 0.01, "uv": [0, 80]}, + {"origin": [-5, 11, -30.75], "size": [10, 9, 4], "inflate": 0.005, "pivot": [-0.00056, 15.75, -29.98178], "rotation": [10, 0, 0], "uv": [58, 115]}, + {"origin": [-4.0184, 13, -33.99883], "size": [7, 6, 7], "pivot": [-0.00056, 15.75, -29.98178], "rotation": [14.00194, -44.13603, -9.85108], "uv": [0, 114]}, + {"origin": [-4.0184, 11, -33.99883], "size": [7, 2, 7], "pivot": [-0.00056, 15.75, -29.98178], "rotation": [14.00194, -44.13603, -9.85108], "uv": [0, 141]} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [-0.00056, 12.25, -28.98178], + "cubes": [ + {"origin": [-4.02, 11.5, -32.99883], "size": [0, 1, 1], "pivot": [-0.00056, 15.75, -28.98178], "rotation": [14.00194, -44.13603, -9.85108], "uv": [9, 137]}, + {"origin": [-4.0184, 11.5, -33], "size": [1, 1, 0], "pivot": [-0.00056, 15.75, -28.98178], "rotation": [14.00194, -44.13603, -9.85108], "uv": [9, 137]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [-0.00056, 15.75, -29.98178] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [0.00056, 15.75, -29.98178], + "cubes": [ + {"origin": [-2.98, 13, -29.99883], "size": [7, 3, 3], "pivot": [0.00056, 15.75, -29.98178], "rotation": [14.00194, 44.13603, 9.85108], "uv": [62, 132], "mirror": true} + ] + }, + { + "name": "eyebrow_right", + "parent": "eye_right", + "pivot": [0.00056, 15.75, -29.98178], + "cubes": [ + {"origin": [-2.9, 16, -29.99883], "size": [7, 1, 3], "pivot": [0.00056, 15.75, -29.98178], "rotation": [14.00194, 44.13603, 9.85108], "uv": [0, 132], "mirror": true} + ] + }, + { + "name": "pupil_right", + "parent": "eye_right", + "pivot": [0.00056, 15.75, -29.98178], + "cubes": [ + {"origin": [-1.6816, 13.4, -30.69883], "size": [6, 2, 1], "pivot": [1.00056, 15.75, -29.98178], "rotation": [14.00194, 44.13603, 9.85108], "uv": [96, 47], "mirror": true} + ] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [0.00056, 15.75, -29.98178], + "cubes": [ + {"origin": [-4.02, 13, -29.99883], "size": [7, 3, 3], "pivot": [-0.00056, 15.75, -29.98178], "rotation": [14.00194, -44.13603, -9.85108], "uv": [35, 133]} + ] + }, + { + "name": "eyebrow_left", + "parent": "eye_left", + "pivot": [0.00056, 15.75, -29.98178], + "cubes": [ + {"origin": [-4.1, 16, -29.99883], "size": [7, 1, 3], "pivot": [-0.00056, 15.75, -29.98178], "rotation": [14.00194, -44.13603, -9.85108], "uv": [0, 132]} + ] + }, + { + "name": "pupil_left", + "parent": "eye_left", + "pivot": [-1.00056, 15.75, -29.98178], + "cubes": [ + {"origin": [-4.3184, 13.4, -30.69883], "size": [6, 2, 1], "pivot": [-1.00056, 15.75, -29.98178], "rotation": [14.00194, -44.13603, -9.85108], "uv": [96, 47]} + ] + }, + { + "name": "ears", + "parent": "head", + "pivot": [3.75, 16.75, -25.5], + "cubes": [ + {"origin": [-2.95, 19.25, -29], "size": [0, 11, 7], "pivot": [-1.75, 18.75, -24.5], "rotation": [-18.79052, -0.4395, -33.1558], "uv": [86, 115]}, + {"origin": [2.95, 19.25, -29], "size": [0, 11, 7], "pivot": [1.75, 18.75, -24.5], "rotation": [-18.79052, 0.4395, 33.1558], "uv": [86, 115], "mirror": true} + ] + }, + { + "name": "bone4", + "parent": "head", + "pivot": [0, 0, 1] + }, + { + "name": "upperjaw", + "parent": "bone4", + "pivot": [0, 17, 0.25] + }, + { + "name": "lowerjaw", + "parent": "bone4", + "pivot": [0, 17, 0.25] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/latios/latios.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/latios/latios.geo.json new file mode 100644 index 0000000..52943bb --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/latios/latios.geo.json @@ -0,0 +1,236 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.latios", + "texture_width": 256, + "texture_height": 256, + "visible_bounds_width": 7, + "visible_bounds_height": 6.5, + "visible_bounds_offset": [0, 2.75, 0] + }, + "bones": [ + { + "name": "latios", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "latios", + "pivot": [0, 14, 0], + "cubes": [ + {"origin": [-8, 6, 7.25], "size": [16, 14, 11], "inflate": 0.01, "uv": [62, 55]}, + {"origin": [-6, 7, -5.75], "size": [12, 3, 13], "uv": [62, 80]}, + {"origin": [-8, 10, -7.75], "size": [16, 11, 15], "uv": [0, 55]} + ] + }, + { + "name": "chestTriangle", + "parent": "body", + "pivot": [0.04075, 7.5, 4.7941], + "rotation": [0, 135, 0], + "cubes": [ + {"origin": [-3, 7, 5.75], "size": [5, 1, 1], "inflate": 0.01, "uv": [94, 113]}, + {"origin": [-1, 7, 3.75], "size": [5, 1, 1], "inflate": 0.01, "pivot": [1.5, 7.5, 4.25], "rotation": [0, -90, 0], "uv": [94, 115]}, + {"origin": [-5.7, 7, 3.57], "size": [7, 1, 1], "inflate": 0.01, "pivot": [-1.5, 7.5, 4.25], "rotation": [0, -135, 0], "uv": [40, 94]} + ] + }, + { + "name": "wings", + "parent": "body", + "pivot": [0, 14, 0] + }, + { + "name": "wing_left", + "parent": "wings", + "pivot": [-6.25, 17, 11.75], + "rotation": [0, 0, 5], + "cubes": [ + {"origin": [-4.25, 17.5, 1.25], "size": [0, 38, 17], "pivot": [-6.25, 17, 11.75], "rotation": [0, 0, -52.5], "uv": [0, 0]}, + {"origin": [-7.76609, 15.52709, 1.25], "size": [7, 6, 17], "pivot": [-6.25, 17, 11.75], "rotation": [0, 0, -52.5], "uv": [68, 0]} + ] + }, + { + "name": "wing_right", + "parent": "wings", + "pivot": [6.25, 17, 11.75], + "rotation": [0, 0, -5], + "cubes": [ + {"origin": [4.25, 17.5, 1.25], "size": [0, 38, 17], "pivot": [6.25, 17, 11.75], "rotation": [0, 0, 52.5], "uv": [34, 0]}, + {"origin": [0.76609, 15.52709, 1.25], "size": [7, 6, 17], "pivot": [6.25, 17, 11.75], "rotation": [0, 0, 52.5], "uv": [68, 23]} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [0, 14, 22] + }, + { + "name": "foot_left", + "parent": "tail", + "pivot": [-6.75, 13.5, 18.75], + "cubes": [ + {"origin": [-8, 7, 18.25], "size": [0, 13, 10], "uv": [0, 103]} + ] + }, + { + "name": "foot_right", + "parent": "tail", + "pivot": [7.75, 13.5, 18.75], + "cubes": [ + {"origin": [8, 7, 18.25], "size": [0, 12, 10], "uv": [20, 103]} + ] + }, + { + "name": "arms", + "parent": "body", + "pivot": [0, 14, 0] + }, + { + "name": "arm_left", + "parent": "arms", + "pivot": [-7, 13.5, -1.75], + "cubes": [ + {"origin": [-10, 12, -6.75], "size": [2, 4, 9], "uv": [40, 81]}, + {"origin": [-12.75, 13, 0.25], "size": [6, 1, 1], "uv": [112, 93]}, + {"origin": [-14.25, 12.5, 1], "size": [2, 3, 2], "uv": [116, 34]}, + {"origin": [-14.25, 12, -7], "size": [2, 4, 8], "uv": [40, 113]}, + {"origin": [-13.75, 14.75, -8], "size": [1, 1, 2], "uv": [116, 55]}, + {"origin": [-13.75, 13.5, -9], "size": [1, 1, 3], "uv": [116, 44]}, + {"origin": [-13.75, 12.25, -8], "size": [1, 1, 2], "uv": [116, 58]} + ] + }, + { + "name": "arm_right", + "parent": "arms", + "pivot": [9, 13.5, -1.75], + "cubes": [ + {"origin": [8, 12, -6.75], "size": [2, 4, 9], "uv": [112, 80]}, + {"origin": [6.75, 13, 0.25], "size": [6, 1, 1], "uv": [116, 32]}, + {"origin": [12.25, 12.5, 1], "size": [2, 3, 2], "uv": [116, 39]}, + {"origin": [12.25, 12, -7], "size": [2, 4, 8], "uv": [60, 113]}, + {"origin": [12.75, 14.75, -8], "size": [1, 1, 2], "uv": [116, 61]}, + {"origin": [12.75, 13.5, -9], "size": [1, 1, 3], "uv": [116, 48]}, + {"origin": [12.75, 12.25, -8], "size": [1, 1, 2], "uv": [116, 64]} + ] + }, + { + "name": "neck", + "parent": "body", + "pivot": [0, 16.25, -7.25], + "cubes": [ + {"origin": [-4.5, 11, -12.75], "size": [9, 10, 7], "inflate": 0.01, "uv": [74, 96]} + ] + }, + { + "name": "neck2", + "parent": "neck", + "pivot": [0, 16.5, -12.25], + "cubes": [ + {"origin": [-3.5, 12, -21.75], "size": [7, 9, 13], "uv": [0, 81]} + ] + }, + { + "name": "head", + "parent": "neck2", + "pivot": [-0.00056, 15.00418, -22.69311], + "cubes": [ + {"origin": [-5, 11.5, -28.75], "size": [10, 10, 7], "inflate": 0.01, "uv": [40, 96]}, + {"origin": [-5, 11, -30.75], "size": [10, 9, 4], "inflate": 0.005, "pivot": [-0.00056, 15.75, -29.98178], "rotation": [10, 0, 0], "uv": [106, 96]}, + {"origin": [-4.0184, 11, -33.99883], "size": [7, 2, 7], "pivot": [-0.00056, 15.75, -29.98178], "rotation": [14.00194, -44.13603, -9.85108], "uv": [68, 46]}, + {"origin": [-4.0184, 13, -33.99883], "size": [7, 6, 7], "pivot": [-0.00056, 15.75, -29.98178], "rotation": [14.00194, -44.13603, -9.85108], "uv": [106, 109]} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [-0.00056, 12.25, -28.98178], + "cubes": [ + {"origin": [-4.02, 11.3, -32.99883], "size": [0, 1, 1], "pivot": [-0.00056, 15.75, -28.98178], "rotation": [14.00194, -44.13603, -9.85108], "uv": [83, 52]}, + {"origin": [-4.02, 11.3, -33], "size": [1, 1, 0], "pivot": [-0.00056, 15.75, -28.98178], "rotation": [14.00194, -44.13603, -9.85108], "uv": [82, 53]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [-0.00056, 15.75, -29.98178] + }, + { + "name": "eyebrow_right", + "parent": "eyes", + "pivot": [0.00056, 15.75, -29.98178], + "cubes": [ + {"origin": [-2.9, 16, -29.99883], "size": [7, 1, 3], "pivot": [0.00056, 15.75, -29.98178], "rotation": [14.00194, 44.13603, 9.85108], "uv": [116, 24]} + ] + }, + { + "name": "eye_right", + "parent": "eyebrow_right", + "pivot": [0.00056, 15.75, -29.98178], + "cubes": [ + {"origin": [-2.98, 13, -29.99883], "size": [7, 3, 3], "pivot": [0.00056, 15.75, -29.98178], "rotation": [14.00194, 44.13603, 9.85108], "uv": [96, 46]}, + {"origin": [-2.98, 13, -30.99883], "size": [7, 2, 1], "pivot": [0.00056, 15.75, -29.98178], "rotation": [14.00194, 44.13603, 9.85108], "uv": [128, 63]} + ] + }, + { + "name": "pupil_right", + "parent": "eye_right", + "pivot": [0.00056, 15.75, -29.98178], + "cubes": [ + {"origin": [-1.6816, 13.4, -30.69883], "size": [6, 2, 1], "pivot": [1.00056, 15.75, -29.98178], "rotation": [14.00194, 44.13603, 9.85108], "uv": [96, 52]} + ] + }, + { + "name": "eyebrow_left", + "parent": "eyes", + "pivot": [0.00056, 15.75, -29.98178], + "cubes": [ + {"origin": [-4.1, 16, -29.99883], "size": [7, 1, 3], "pivot": [-0.00056, 15.75, -29.98178], "rotation": [14.00194, -44.13603, -9.85108], "uv": [116, 28]} + ] + }, + { + "name": "eye_left", + "parent": "eyebrow_left", + "pivot": [-2.99944, 15.75, -32.98178], + "cubes": [ + {"origin": [-4.02, 13, -29.99883], "size": [7, 3, 3], "pivot": [-0.00056, 15.75, -29.98178], "rotation": [14.00194, -44.13603, -9.85108], "uv": [116, 18]}, + {"origin": [-4.02, 13, -30.99883], "size": [7, 2, 1], "pivot": [-0.00056, 15.75, -29.98178], "rotation": [14.00194, -44.13603, -9.85108], "uv": [121, 63]} + ] + }, + { + "name": "pupil_left", + "parent": "eye_left", + "pivot": [-1.00056, 15.75, -29.98178], + "cubes": [ + {"origin": [-4.3184, 13.4, -30.69883], "size": [6, 2, 1], "pivot": [-1.00056, 15.75, -29.98178], "rotation": [14.00194, -44.13603, -9.85108], "uv": [110, 52]} + ] + }, + { + "name": "ears", + "parent": "head", + "pivot": [3.75, 16.75, -25.5], + "cubes": [ + {"origin": [-2.95, 19.25, -29], "size": [0, 11, 7], "pivot": [-1.75, 18.75, -24.5], "rotation": [-18.79052, -0.4395, -33.1558], "uv": [80, 113]}, + {"origin": [2.95, 19.25, -29], "size": [0, 11, 7], "pivot": [1.75, 18.75, -24.5], "rotation": [-18.79052, 0.4395, 33.1558], "uv": [116, 0]} + ] + }, + { + "name": "bone4", + "parent": "head", + "pivot": [0, 0, 1] + }, + { + "name": "upperjaw", + "parent": "bone4", + "pivot": [0, 17, 0.25] + }, + { + "name": "lowerjaw", + "parent": "bone4", + "pivot": [0, 17, 0.25] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/leavanny/leavanny.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/leavanny/leavanny.geo.json new file mode 100644 index 0000000..528498e --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/leavanny/leavanny.geo.json @@ -0,0 +1,353 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.leavanny", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "leavanny", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "leavanny", + "pivot": [0, 20.3, -2] + }, + { + "name": "abdomen", + "parent": "body", + "pivot": [0, 16.8, -0.5] + }, + { + "name": "abdomen2", + "parent": "abdomen", + "pivot": [0, 19.725, -2.4], + "rotation": [30, 0, 0], + "cubes": [ + {"origin": [-3, 8.25736, -3.41685], "size": [6, 8, 5], "uv": [0, 25]}, + {"origin": [-2, 4.83094, -2.986], "size": [4, 4, 4], "uv": [16, 39]}, + {"origin": [-2.5, 15.83094, -2.986], "size": [5, 4, 4], "uv": [34, 35]} + ] + }, + { + "name": "waist", + "parent": "abdomen", + "pivot": [-0.5, 19.8, -1], + "cubes": [ + {"origin": [-1.5, 19.8, -2.5], "size": [3, 3, 3], "inflate": 0.01, "uv": [58, 28]} + ] + }, + { + "name": "torso", + "parent": "waist", + "pivot": [0, 22.8, -2.5], + "cubes": [ + {"origin": [-1.5, 22.8, -2.5], "size": [3, 4, 3], "uv": [53, 54]} + ] + }, + { + "name": "arm_right", + "parent": "torso", + "pivot": [-1.5, 26.425, -0.5], + "cubes": [ + {"origin": [-8, 25.55, -1.5], "size": [7, 1, 1], "uv": [56, 50]} + ] + }, + { + "name": "armleaf_right", + "parent": "arm_right", + "pivot": [-8, 25.55, -1], + "cubes": [ + {"origin": [-8, 23.05, -1], "size": [7, 3, 0], "uv": [49, 61]} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-8, 26.05, -1], + "cubes": [ + {"origin": [-15, 23.55, -1], "size": [7, 5, 0], "inflate": 0.01, "uv": [53, 0]} + ] + }, + { + "name": "hand_right", + "parent": "arm_right2", + "pivot": [-15, 28.55, -1] + }, + { + "name": "hand_right2", + "parent": "hand_right", + "pivot": [-15, 26.55, -1], + "cubes": [ + {"origin": [-22, 23.55, -1], "size": [7, 5, 0], "uv": [42, 52]} + ] + }, + { + "name": "arm_left", + "parent": "torso", + "pivot": [1.5, 26.425, -0.5], + "cubes": [ + {"origin": [1, 25.55, -1.5], "size": [7, 1, 1], "uv": [53, 5]} + ] + }, + { + "name": "armleaf_left", + "parent": "arm_left", + "pivot": [8, 25.55, -1], + "cubes": [ + {"origin": [1, 23.05, -1], "size": [7, 3, 0], "uv": [58, 34]} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [8, 26.05, -1], + "cubes": [ + {"origin": [8, 23.55, -1], "size": [7, 5, 0], "inflate": 0.01, "uv": [52, 39]} + ] + }, + { + "name": "hand_left", + "parent": "arm_left2", + "pivot": [15, 28.55, -1] + }, + { + "name": "hand_left2", + "parent": "hand_left", + "pivot": [15, 26.55, -1], + "cubes": [ + {"origin": [15, 23.55, -1], "size": [7, 5, 0], "uv": [28, 52]} + ] + }, + { + "name": "neck", + "parent": "torso", + "pivot": [-0.5, 26.8, -1], + "cubes": [ + {"origin": [-1, 26.3, -2], "size": [2, 4, 2], "uv": [0, 0]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 29.3, 0.5], + "cubes": [ + {"origin": [-5, 29.3, -5.5], "size": [10, 8, 9], "uv": [0, 0]}, + {"origin": [-4.25, 31.9, -5.51], "size": [2, 3, 0], "pivot": [-3.25, 33.85, -5.515], "rotation": [0, 0, -5], "uv": [38, 43]}, + {"origin": [2.25, 31.9, -5.51], "size": [2, 3, 0], "pivot": [3.25, 33.85, -5.515], "rotation": [0, 0, 5], "uv": [28, 39]}, + {"origin": [2.75, 33.8, -5.52], "size": [1, 1, 0], "pivot": [3.25, 33.85, -5.515], "rotation": [0, 0, 5], "uv": [0, 1]}, + {"origin": [-3.75, 33.8, -5.52], "size": [1, 1, 0], "pivot": [-3.25, 33.85, -5.515], "rotation": [0, 0, -5], "uv": [0, 0]} + ] + }, + { + "name": "eyelids", + "parent": "head", + "pivot": [-0.5, 31.9, -0.3] + }, + { + "name": "eyelid_left", + "parent": "eyelids", + "pivot": [4, 33.15, -5.33], + "cubes": [ + {"origin": [-4.25, 31.9, -5.43], "size": [2, 3, 0], "pivot": [-3.25, 33.85, -5.415], "rotation": [0, 0, -5], "uv": [16, 38]} + ] + }, + { + "name": "eyelid_right", + "parent": "eyelids", + "pivot": [-4, 33.15, -5.33], + "cubes": [ + {"origin": [2.25, 31.9, -5.43], "size": [2, 3, 0], "pivot": [3.25, 33.85, -5.415], "rotation": [0, 0, 5], "uv": [42, 43]} + ] + }, + { + "name": "antenna_left", + "parent": "head", + "pivot": [0.5, 37.3, -1.5], + "cubes": [ + {"origin": [0.5, 36.3, -1.5], "size": [1, 9, 0], "uv": [14, 48]} + ] + }, + { + "name": "antenna_left2", + "parent": "antenna_left", + "pivot": [0.5, 45.3, -1.5], + "rotation": [0, 0, 7.5], + "cubes": [ + {"origin": [0.5, 45.3, -1.5], "size": [3, 6, 0], "pivot": [0.5, 45.3, -1.5], "rotation": [0, -7.5, 0], "uv": [62, 7]}, + {"origin": [0.5, 45.3, -1.5], "size": [3, 6, 0], "pivot": [0.5, 45.3, -1.5], "rotation": [0, 7.5, 0], "uv": [0, 59]} + ] + }, + { + "name": "antenna_right", + "parent": "head", + "pivot": [-0.5, 37.3, -1.5], + "cubes": [ + {"origin": [-1.5, 36.3, -1.5], "size": [1, 9, 0], "uv": [12, 48]} + ] + }, + { + "name": "antenna_right2", + "parent": "antenna_right", + "pivot": [-0.5, 45.3, -1.5], + "rotation": [0, 0, -7.5], + "cubes": [ + {"origin": [-3.5, 45.3, -1.5], "size": [3, 6, 0], "pivot": [-0.5, 45.3, -1.5], "rotation": [0, 7.5, 0], "uv": [38, 29]}, + {"origin": [-3.5, 45.3, -1.5], "size": [3, 6, 0], "pivot": [-0.5, 45.3, -1.5], "rotation": [0, -7.5, 0], "uv": [0, 17]} + ] + }, + { + "name": "mouth_open", + "parent": "head", + "pivot": [-1, 31.65, -0.3], + "cubes": [ + {"origin": [-4, 29.45, -5.41], "size": [8, 3, 0], "uv": [62, 25]} + ] + }, + { + "name": "hood", + "parent": "head", + "pivot": [0, 29.3, -3], + "rotation": [-7.5, 0, 0], + "cubes": [ + {"origin": [-6, 29.3, -3], "size": [12, 0, 7], "uv": [22, 0]}, + {"origin": [-0.5, 29.3, 0], "size": [1, 0, 4], "inflate": 0.01, "uv": [64, 7]}, + {"origin": [-6, 29.3, 4], "size": [12, 9, 0], "inflate": 0.02, "uv": [38, 7]}, + {"origin": [-0.5, 29.3, 4], "size": [1, 9, 0], "inflate": 0.03, "uv": [62, 13]}, + {"origin": [1, 29.3, 4], "size": [5, 10, 0], "pivot": [6, 29.3, 4], "rotation": [0, 0, 22.5], "uv": [52, 16]}, + {"origin": [6, 29.3, -4], "size": [0, 10, 8], "pivot": [6, 29.3, 4], "rotation": [0, 0, 22.5], "uv": [0, 30]}, + {"origin": [-6, 29.3, -4], "size": [0, 10, 8], "pivot": [-6, 29.3, 4], "rotation": [0, 0, -22.5], "uv": [22, 21]}, + {"origin": [-6, 29.3, 4], "size": [5, 10, 0], "pivot": [-6, 29.3, 4], "rotation": [0, 0, -22.5], "uv": [48, 29]} + ] + }, + { + "name": "hood_right", + "parent": "hood", + "pivot": [0, 38.3, 4], + "rotation": [0, 0, -12.5], + "cubes": [ + {"origin": [-6, 38.3, 4], "size": [6, 11, 0], "inflate": 0.01, "uv": [0, 48]} + ] + }, + { + "name": "hood_left", + "parent": "hood", + "pivot": [0, 38.3, 4], + "rotation": [0, 0, 12.5], + "cubes": [ + {"origin": [0, 38.3, 4], "size": [6, 11, 0], "inflate": 0.01, "uv": [16, 47]} + ] + }, + { + "name": "mouth_closed", + "parent": "head", + "pivot": [0, 29.55, -5.52], + "cubes": [ + {"origin": [-4, 29.8, -5.51], "size": [4, 1, 0], "pivot": [0, 29.8, -5.52], "rotation": [0, 0, 10], "uv": [0, 6]}, + {"origin": [0, 29.8, -5.52], "size": [4, 1, 0], "pivot": [0, 29.8, -5.52], "rotation": [0, 0, -10], "uv": [0, 7]} + ] + }, + { + "name": "coat", + "parent": "waist", + "pivot": [0, 21.8, 0.5], + "rotation": [-42.5, 0, 0], + "cubes": [ + {"origin": [-5.5, 21.8, 0.5], "size": [11, 0, 6], "uv": [24, 23]} + ] + }, + { + "name": "coat2", + "parent": "coat", + "pivot": [0, 21.8, 6.5], + "rotation": [-17.5, 0, 0], + "cubes": [ + {"origin": [-5.5, 21.8, 6.5], "size": [11, 0, 8], "uv": [0, 17]} + ] + }, + { + "name": "coat3", + "parent": "coat2", + "pivot": [0, 21.8, 14.5], + "rotation": [-17.5, 0, 0], + "cubes": [ + {"origin": [-5.5, 21.8, 14.5], "size": [11, 0, 6], "uv": [24, 17]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [3.25, 16.06667, 0.65833], + "cubes": [ + {"origin": [1.75, 9.775, -1.125], "size": [3, 3, 3], "inflate": 0.2, "uv": [9, 58]}, + {"origin": [1.75, 12.775, -1.375], "size": [3, 5, 4], "inflate": 0.4, "uv": [42, 43]} + ] + }, + { + "name": "leg_left2", + "parent": "leg_left", + "pivot": [3.25, 9.6625, -1.0875], + "cubes": [ + {"origin": [1.75, 6.775, -1.075], "size": [3, 3, 3], "uv": [37, 57]} + ] + }, + { + "name": "foot_left", + "parent": "leg_left2", + "pivot": [3.25, 6.78333, 0.16667], + "cubes": [ + {"origin": [2.75, 4.025, 0.175], "size": [1, 3, 1], "uv": [25, 25]} + ] + }, + { + "name": "foot_left2", + "parent": "foot_left", + "pivot": [3.25, 4.025, 1.175], + "cubes": [ + {"origin": [2.75, 0.025, 0.175], "size": [1, 4, 1], "inflate": 0.01, "uv": [17, 25]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-3.25, 16.06667, 0.65833], + "cubes": [ + {"origin": [-4.75, 9.775, -1.125], "size": [3, 3, 3], "inflate": 0.2, "uv": [25, 57]}, + {"origin": [-4.75, 12.775, -1.375], "size": [3, 5, 4], "inflate": 0.4, "uv": [28, 43]} + ] + }, + { + "name": "leg_right2", + "parent": "leg_right", + "pivot": [-3.25, 9.6625, -1.0875], + "cubes": [ + {"origin": [-4.75, 6.775, -1.075], "size": [3, 3, 3], "uv": [69, 40]} + ] + }, + { + "name": "foot_right", + "parent": "leg_right2", + "pivot": [-3.25, 6.78333, 0.16667], + "cubes": [ + {"origin": [-3.75, 4.025, 0.175], "size": [1, 3, 1], "uv": [21, 25]} + ] + }, + { + "name": "foot_right2", + "parent": "foot_right", + "pivot": [-3.25, 4.025, 1.175], + "cubes": [ + {"origin": [-3.75, 0.025, 0.175], "size": [1, 4, 1], "inflate": 0.01, "uv": [0, 23]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ledian/ledian.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ledian/ledian.geo.json new file mode 100644 index 0000000..dbbe0aa --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ledian/ledian.geo.json @@ -0,0 +1,244 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.ledian", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "ledian", + "pivot": [0, 0, 0] + }, + { + "name": "body_position", + "parent": "ledian", + "pivot": [1.5, 8, -3] + }, + { + "name": "body", + "parent": "body_position", + "pivot": [0, 18, 0] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-3, 11.825, -2], + "cubes": [ + {"origin": [-4.5, 7.325, -3.5], "size": [3, 5, 3], "uv": [0, 60]} + ] + }, + { + "name": "leg_right_2", + "parent": "leg_right", + "pivot": [-3, 7.3, -3.525], + "cubes": [ + {"origin": [-4.5, 2.325, -3.5], "size": [3, 5, 3], "uv": [46, 58]} + ] + }, + { + "name": "leg_right_3", + "parent": "leg_right_2", + "pivot": [-3, 2.825, -2.5], + "cubes": [ + {"origin": [-5.5, 1.325, -7], "size": [5, 3, 7], "uv": [28, 22]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [3, 11.825, -2], + "cubes": [ + {"origin": [1.5, 7.325, -3.5], "size": [3, 5, 3], "uv": [58, 61]} + ] + }, + { + "name": "leg_left_2", + "parent": "leg_left", + "pivot": [3, 7.3, -3.5], + "cubes": [ + {"origin": [1.5, 2.325, -3.5], "size": [3, 5, 3], "uv": [12, 60]} + ] + }, + { + "name": "leg_left_3", + "parent": "leg_left_2", + "pivot": [3, 2.825, -2.5], + "cubes": [ + {"origin": [0.5, 1.325, -7], "size": [5, 3, 7], "uv": [0, 42]} + ] + }, + { + "name": "main_body", + "parent": "body", + "pivot": [4.85, 22.325, -2.35], + "cubes": [ + {"origin": [-5.5, 11, -4], "size": [11, 14, 8], "uv": [0, 0]} + ] + }, + { + "name": "arm_right", + "parent": "main_body", + "pivot": [-3.85, 22.325, -2.35] + }, + { + "name": "arm_top_right2", + "parent": "arm_right", + "pivot": [-4.85, 17.325, -2.35], + "cubes": [ + {"origin": [-7.5, 16.325, -3.35], "size": [5, 2, 2], "uv": [59, 47], "mirror": true} + ] + }, + { + "name": "arm1_bone3", + "parent": "arm_top_right2", + "pivot": [-7.48, 18.2925, -2.3575], + "cubes": [ + {"origin": [-11.51, 16.335, -3.365], "size": [4, 2, 2], "inflate": 0.01, "uv": [64, 12], "mirror": true}, + {"origin": [-15.45, 15.25, -4.35], "size": [4, 4, 4], "uv": [30, 57], "mirror": true} + ] + }, + { + "name": "arm_top_right", + "parent": "arm_right", + "pivot": [-4.85, 22.325, -2.35], + "cubes": [ + {"origin": [-8.5, 21.325, -3.35], "size": [5, 2, 2], "uv": [59, 47], "mirror": true} + ] + }, + { + "name": "arm1_bone4", + "parent": "arm_top_right", + "pivot": [-8.48, 23.2925, -2.3575], + "cubes": [ + {"origin": [-12.51, 21.335, -3.365], "size": [4, 2, 2], "inflate": 0.01, "uv": [64, 12], "mirror": true}, + {"origin": [-16.45, 20.25, -4.35], "size": [4, 4, 4], "uv": [0, 52]} + ] + }, + { + "name": "arm_left", + "parent": "main_body", + "pivot": [3.85, 22.325, -2.35] + }, + { + "name": "arm_top_left2", + "parent": "arm_left", + "pivot": [4.85, 17.325, -2.35], + "cubes": [ + {"origin": [2.5, 16.325, -3.35], "size": [5, 2, 2], "uv": [59, 47]} + ] + }, + { + "name": "arm1_bone2", + "parent": "arm_top_left2", + "pivot": [7.48, 18.2925, -2.3575], + "cubes": [ + {"origin": [7.51, 16.335, -3.365], "size": [4, 2, 2], "inflate": 0.01, "uv": [64, 12]}, + {"origin": [11.45, 15.25, -4.35], "size": [4, 4, 4], "uv": [30, 57]} + ] + }, + { + "name": "arm_top_left", + "parent": "arm_left", + "pivot": [4.85, 22.325, -2.35], + "cubes": [ + {"origin": [3.5, 21.325, -3.35], "size": [5, 2, 2], "uv": [59, 47]} + ] + }, + { + "name": "arm1_bone", + "parent": "arm_top_left", + "pivot": [8.48, 23.2925, -2.3575], + "cubes": [ + {"origin": [8.51, 21.335, -3.365], "size": [4, 2, 2], "inflate": 0.01, "uv": [64, 12]}, + {"origin": [12.45, 20.25, -4.35], "size": [4, 4, 4], "uv": [30, 57]} + ] + }, + { + "name": "wings2", + "parent": "body", + "pivot": [0, 11.325, 2.5] + }, + { + "name": "left_wing2", + "parent": "wings2", + "pivot": [1, 24.81535, 4.8277], + "cubes": [ + {"origin": [0.5, 12.825, 3.975], "size": [5, 12, 0], "pivot": [0, 25.325, 4.475], "rotation": [7.5, 0, 0], "uv": [59, 35]} + ] + }, + { + "name": "right_wing2", + "parent": "wings2", + "pivot": [-1, 24.81535, 4.8277], + "cubes": [ + {"origin": [-5.5, 12.825, 3.975], "size": [5, 12, 0], "pivot": [0, 25.325, 4.475], "rotation": [7.5, 0, 0], "uv": [0, 22]} + ] + }, + { + "name": "left_wing", + "parent": "body", + "pivot": [0, 24.55, 2.5], + "cubes": [ + {"origin": [0, 10.05, -1], "size": [6, 15, 7], "uv": [38, 0]} + ] + }, + { + "name": "right_wing", + "parent": "body", + "pivot": [0, 24.55, 2.5], + "cubes": [ + {"origin": [-6, 10.05, -1], "size": [6, 15, 7], "uv": [33, 35]} + ] + }, + { + "name": "neck", + "parent": "body", + "pivot": [0, 24.5, 0], + "cubes": [ + {"origin": [-1.5, 23, -1.5], "size": [3, 5, 3], "uv": [64, 0]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 27.27545, -0.32827], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [3, 30, -6], "size": [2, 3, 6], "pivot": [4, 31.5, -2.5], "rotation": [10, 0, 0], "uv": [18, 51]}, + {"origin": [-4, 27, -7], "size": [8, 8, 12], "uv": [0, 22]}, + {"origin": [-5, 30, -6], "size": [2, 3, 6], "pivot": [-4, 31.5, -2.5], "rotation": [10, 0, 0], "uv": [46, 26]} + ] + }, + { + "name": "antennae", + "parent": "head", + "pivot": [-1, 18.9, -0.5] + }, + { + "name": "anthena_right", + "parent": "antennae", + "pivot": [-2.79451, 35.05353, -3.92535], + "cubes": [ + {"origin": [-2.5, 34.4, -4], "size": [1, 4, 0], "pivot": [0, 18.9, -0.5], "rotation": [0, 0, -2.5], "uv": [10, 22]}, + {"origin": [-3.78722, 37.87563, -5.05507], "size": [2, 6, 0], "pivot": [-2.88186, 36.88461, -4.05507], "rotation": [-47.5, 0, -2.5], "uv": [0, 0]} + ] + }, + { + "name": "anthena_left", + "parent": "antennae", + "pivot": [2.79451, 35.05353, -3.92535], + "cubes": [ + {"origin": [1.5, 34.4, -4], "size": [1, 4, 0], "pivot": [0, 18.9, -0.5], "rotation": [0, 0, 2.5], "uv": [10, 26]}, + {"origin": [1.78722, 37.87563, -5.05507], "size": [2, 6, 0], "pivot": [2.88186, 36.88461, -4.05507], "rotation": [-47.5, 0, 2.5], "uv": [4, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ledyba/ledyba.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ledyba/ledyba.geo.json new file mode 100644 index 0000000..84fc729 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ledyba/ledyba.geo.json @@ -0,0 +1,302 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.ledyba", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 4, + "visible_bounds_height": 4, + "visible_bounds_offset": [0, 1, 0] + }, + "bones": [ + { + "name": "ledyba", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "ledyba", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 1.325, -1], + "cubes": [ + {"origin": [-4.5, 0.825, -5.5], "size": [9, 9, 8], "uv": [0, 0]} + ] + }, + { + "name": "right_arm", + "parent": "torso", + "pivot": [-4.5, 8.825, -4.5] + }, + { + "name": "arm_top_right", + "parent": "right_arm", + "pivot": [-4.5, 8.825, -4.5], + "cubes": [ + {"origin": [-6.5, 8.325, -5], "size": [2, 1, 1], "uv": [37, 43], "mirror": true} + ] + }, + { + "name": "arm1_bone4", + "parent": "arm_top_right", + "pivot": [-6.6, 8.825, -4.5], + "cubes": [ + {"origin": [-8.51, 8.335, -4.99], "size": [2, 1, 1], "inflate": 0.01, "uv": [31, 43], "mirror": true}, + {"origin": [-9.45, 7.825, -5.5], "size": [2, 2, 2], "uv": [38, 16], "mirror": true} + ] + }, + { + "name": "arm_mid_right2", + "parent": "right_arm", + "pivot": [-4.5, 5.825, -4.5], + "cubes": [ + {"origin": [-5.5, 5.325, -5], "size": [2, 1, 1], "uv": [25, 43], "mirror": true} + ] + }, + { + "name": "arm1_bone5", + "parent": "arm_mid_right2", + "pivot": [-5.6, 5.825, -4.5], + "cubes": [ + {"origin": [-7.51, 5.335, -4.99], "size": [2, 1, 1], "inflate": 0.01, "uv": [43, 21], "mirror": true}, + {"origin": [-8.475, 4.825, -5.5], "size": [2, 2, 2], "uv": [38, 16], "mirror": true} + ] + }, + { + "name": "arm_bot_right3", + "parent": "right_arm", + "pivot": [-4.5, 2.825, -4.5], + "cubes": [ + {"origin": [-5.5, 2.325, -5], "size": [2, 1, 1], "uv": [38, 20], "mirror": true} + ] + }, + { + "name": "arm1_bone6", + "parent": "arm_bot_right3", + "pivot": [-5.6, 2.825, -4.5], + "cubes": [ + {"origin": [-7.51, 2.335, -4.99], "size": [2, 1, 1], "inflate": 0.01, "uv": [20, 37], "mirror": true}, + {"origin": [-8.525, 1.825, -5.5], "size": [2, 2, 2], "uv": [38, 16], "mirror": true} + ] + }, + { + "name": "left_arm", + "parent": "torso", + "pivot": [4.5, 8.825, -4.5] + }, + { + "name": "arm_top_left", + "parent": "left_arm", + "pivot": [4.5, 8.825, -4.5], + "cubes": [ + {"origin": [4.5, 8.325, -5], "size": [2, 1, 1], "uv": [37, 43]} + ] + }, + { + "name": "arm1_bone", + "parent": "arm_top_left", + "pivot": [6.6, 8.825, -4.5], + "cubes": [ + {"origin": [6.51, 8.335, -4.99], "size": [2, 1, 1], "inflate": 0.01, "uv": [31, 43]}, + {"origin": [7.45, 7.825, -5.5], "size": [2, 2, 2], "uv": [38, 16]} + ] + }, + { + "name": "arm_mid_left2", + "parent": "left_arm", + "pivot": [4.5, 5.825, -4.5], + "cubes": [ + {"origin": [3.5, 5.325, -5], "size": [2, 1, 1], "uv": [25, 43]} + ] + }, + { + "name": "arm1_bone2", + "parent": "arm_mid_left2", + "pivot": [5.6, 5.825, -4.5], + "cubes": [ + {"origin": [5.51, 5.335, -4.99], "size": [2, 1, 1], "inflate": 0.01, "uv": [43, 21]}, + {"origin": [6.475, 4.825, -5.5], "size": [2, 2, 2], "uv": [38, 16]} + ] + }, + { + "name": "arm_bot_left3", + "parent": "left_arm", + "pivot": [4.5, 2.825, -4.5], + "cubes": [ + {"origin": [3.5, 2.325, -5], "size": [2, 1, 1], "uv": [38, 20]} + ] + }, + { + "name": "arm1_bone3", + "parent": "arm_bot_left3", + "pivot": [5.6, 2.825, -4.5], + "cubes": [ + {"origin": [5.51, 2.335, -4.99], "size": [2, 1, 1], "inflate": 0.01, "uv": [20, 37]}, + {"origin": [6.525, 1.825, -5.5], "size": [2, 2, 2], "uv": [38, 16]} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 11, -4] + }, + { + "name": "jaw", + "parent": "head", + "pivot": [0, 11.025, -0.5] + }, + { + "name": "mouth", + "parent": "jaw", + "pivot": [0, 11.825, -2.1], + "cubes": [ + {"origin": [-3, 9.825, -7.1], "size": [6, 2, 5], "uv": [26, 0]} + ] + }, + { + "name": "head_top", + "parent": "head", + "pivot": [0, 11.49525, -2.36514], + "cubes": [ + {"origin": [-3.5, 10.9, -8], "size": [7, 5, 6], "pivot": [1, -1.1, -2.5], "rotation": [-2.5, 0, 0], "uv": [0, 33]} + ] + }, + { + "name": "eyes", + "parent": "head_top", + "pivot": [1, -1.1, -2.5] + }, + { + "name": "left_eye4", + "parent": "eyes", + "pivot": [-1, -1.1, -2.5] + }, + { + "name": "right_eye3", + "parent": "eyes", + "pivot": [-1, -1.1, -2.5], + "cubes": [ + {"origin": [-4.125, 11.4, -8.46], "size": [3, 3, 1], "inflate": -0.1, "pivot": [-1, -1.1, -2.5], "rotation": [-2.5, 0, 0], "uv": [43, 0], "mirror": true} + ] + }, + { + "name": "eye_in_2", + "parent": "right_eye3", + "pivot": [-2.625, 13.12527, -7.35412], + "cubes": [ + {"origin": [-3.625, 11.9, -8.47], "size": [2, 2, 1], "inflate": -0.1, "pivot": [1, -1.1, -2.5], "rotation": [-2.5, 0, 0], "uv": [0, 17]} + ] + }, + { + "name": "left_eye", + "parent": "eyes", + "pivot": [1, -1.1, -2.5], + "cubes": [ + {"origin": [1.125, 11.4, -8.46], "size": [3, 3, 1], "inflate": -0.1, "pivot": [1, -1.1, -2.5], "rotation": [-2.5, 0, 0], "uv": [43, 0]} + ] + }, + { + "name": "eye_in", + "parent": "left_eye", + "pivot": [2.625, 13.12527, -7.35412], + "cubes": [ + {"origin": [1.625, 11.9, -8.47], "size": [2, 2, 1], "inflate": -0.1, "pivot": [-1, -1.1, -2.5], "rotation": [-2.5, 0, 0], "uv": [0, 17]} + ] + }, + { + "name": "left_eye2", + "parent": "eyes", + "pivot": [1, -1.1, -5.5], + "cubes": [ + {"origin": [0.8, 11.9, -7.32], "size": [2, 2, 1], "inflate": -0.15, "pivot": [1, -1.1, -5.5], "rotation": [-2.5, 0, 0], "uv": [0, 33]}, + {"origin": [0.3, 11.4, -7.31], "size": [3, 3, 1], "inflate": -0.3, "pivot": [1, -1.1, -5.5], "rotation": [-2.5, 0, 0], "uv": [42, 12]} + ] + }, + { + "name": "right_eye", + "parent": "eyes", + "pivot": [1, -1.1, -2.5] + }, + { + "name": "right_eye2", + "parent": "eyes", + "pivot": [2, -1.1, -1.5], + "cubes": [ + {"origin": [-2.8, 11.9, -7.32], "size": [2, 2, 1], "inflate": -0.15, "pivot": [2, -1.1, -1.5], "rotation": [-2.5, 0, 0], "uv": [0, 20]}, + {"origin": [-3.3, 11.4, -7.31], "size": [3, 3, 1], "inflate": -0.3, "pivot": [2, -1.1, -1.5], "rotation": [-2.5, 0, 0], "uv": [42, 8]} + ] + }, + { + "name": "antennae", + "parent": "head_top", + "pivot": [-1, -0.1, -2.5] + }, + { + "name": "anthena_right", + "parent": "antennae", + "pivot": [-1.79451, 16.05353, -5.95035], + "cubes": [ + {"origin": [-1.5, 15.4, -6], "size": [1, 3, 0], "pivot": [1, -0.1, -2.5], "rotation": [0, 0, -2.5], "uv": [0, 44]}, + {"origin": [-2.30536, 18.29102, -6], "size": [1, 3, 0], "pivot": [-1.9, 18.3, -6], "rotation": [-47.5, 0, -2.5], "uv": [43, 43]} + ] + }, + { + "name": "anthena_left", + "parent": "antennae", + "pivot": [1.79451, 16.05353, -5.92535], + "cubes": [ + {"origin": [0.5, 15.4, -6], "size": [1, 3, 0], "pivot": [-1, -0.1, -2.5], "rotation": [0, 0, 2.5], "uv": [26, 0]}, + {"origin": [1.30536, 18.29102, -6], "size": [1, 3, 0], "pivot": [1.9, 18.3, -6], "rotation": [-47.5, 0, 2.5], "uv": [28, 0]} + ] + }, + { + "name": "wings", + "parent": "torso", + "pivot": [0, 11.325, 2.5] + }, + { + "name": "left_wing", + "parent": "wings", + "pivot": [0, 11.325, 2.5], + "cubes": [ + {"origin": [0.5, 0.825, -3], "size": [5, 10, 6], "inflate": 0.5, "pivot": [0, 11.325, 2.5], "rotation": [2.5, 0, 0], "uv": [22, 17]} + ] + }, + { + "name": "right_wing", + "parent": "wings", + "pivot": [0, 11.325, 2.5], + "cubes": [ + {"origin": [-5.5, 0.825, -3], "size": [5, 10, 6], "inflate": 0.5, "pivot": [0, 11.325, 2.5], "rotation": [2.5, 0, 0], "uv": [0, 17]} + ] + }, + { + "name": "wings2", + "parent": "torso", + "pivot": [0, 11.325, 2.5] + }, + { + "name": "left_wing2", + "parent": "wings2", + "pivot": [0, 11.325, 2.5], + "cubes": [ + {"origin": [0.5, 0.825, 2.35], "size": [5, 10, 0], "pivot": [0, 11.325, 2.85], "rotation": [7.5, 0, 0], "uv": [36, 33]} + ] + }, + { + "name": "right_wing2", + "parent": "wings2", + "pivot": [0, 11.325, 2.5], + "cubes": [ + {"origin": [-5.5, 0.825, 2.35], "size": [5, 10, 0], "pivot": [0, 11.325, 2.85], "rotation": [7.5, 0, 0], "uv": [26, 33]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/liepard.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/liepard.geo.json new file mode 100644 index 0000000..bc56e65 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/liepard.geo.json @@ -0,0 +1,275 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.liepard", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 8, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "body", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [0, 14, -16], "size": [0, 4, 4], "pivot": [0, 16, -13], "rotation": [25, 0, 0], "uv": [26, 21]}, + {"origin": [-3.5, 12, -13], "size": [7, 8, 9], "pivot": [0, 15, -8.5], "rotation": [-10, 0, 0], "uv": [29, 21]}, + {"origin": [-3, 12.5, -4.5], "size": [6, 6, 14], "uv": [0, 0]} + ] + }, + { + "name": "neck", + "parent": "body", + "pivot": [0, 19, -12.5], + "cubes": [ + {"origin": [-2, 16, -13.5], "size": [4, 9, 4], "uv": [0, 48]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 23.5, -13.5], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-3.5, 23.51, -13.75], "size": [7, 5, 5], "uv": [27, 0]}, + {"origin": [-1.5, 23.26, -18], "size": [3, 2, 3], "pivot": [0, 25.5, -16.5], "rotation": [10, 0, 0], "uv": [62, 60]} + ] + }, + { + "name": "ear_l", + "parent": "head", + "pivot": [3.5, 29.5, -13.75], + "rotation": [-40, 25, 22.5], + "cubes": [ + {"origin": [1.5, 25.51, -13.75], "size": [2, 5, 5], "uv": [57, 34]}, + {"origin": [1.5, 30.51, -13.75], "size": [2, 2, 4], "uv": [62, 45]}, + {"origin": [1.5, 32.51, -13.75], "size": [2, 1, 3], "uv": [47, 0]} + ] + }, + { + "name": "ear_r", + "parent": "head", + "pivot": [-3.5, 29.5, -13.75], + "rotation": [-40, -25, -22.5], + "cubes": [ + {"origin": [-3.5, 25.5, -13.75], "size": [2, 5, 5], "uv": [53, 19]}, + {"origin": [-3.5, 30.5, -13.75], "size": [2, 2, 4], "uv": [0, 62]}, + {"origin": [-3.5, 32.5, -13.75], "size": [2, 1, 3], "uv": [45, 39]} + ] + }, + { + "name": "face", + "parent": "head", + "pivot": [0, 23.5, -13.5], + "rotation": [0, 45, 0], + "cubes": [ + {"origin": [-2.25, 23.5, -16.25], "size": [5, 5, 5], "uv": [29, 39]} + ] + }, + { + "name": "face_r", + "parent": "face", + "pivot": [0, 29.5, -13.5], + "cubes": [ + {"origin": [-3.25, 24.5, -16.26], "size": [5, 2, 0], "pivot": [1.75, 26.5, -16.25], "rotation": [0, 0, 30], "uv": [15, 32]}, + {"origin": [0.75, 27, -16.26], "size": [1, 1, 0], "uv": [11, 0]}, + {"origin": [-4.25, 22.5, -16.25], "size": [2, 3, 0], "uv": [31, 21]} + ] + }, + { + "name": "eye_r", + "parent": "face_r", + "pivot": [0.25, 26.5, -17.5], + "rotation": [15, -90, 0], + "cubes": [ + {"origin": [1.48, 25.5, -18], "size": [0, 1, 2], "pivot": [0.25, 26.5, -17.5], "rotation": [5, 0, 0], "uv": [9, 10]}, + {"origin": [1.47, 25.5, -17.75], "size": [0, 1, 1], "uv": [8, 0]} + ] + }, + { + "name": "eye_r_closed", + "parent": "eye_r", + "pivot": [0.25, 26.5, -17.5], + "cubes": [ + {"origin": [1.5, 25.5, -18], "size": [0, 1, 2], "pivot": [0.25, 26.5, -17.5], "rotation": [5, 0, 0], "uv": [9, 31]} + ] + }, + { + "name": "face_l", + "parent": "face", + "pivot": [0, 29.5, -13.5], + "rotation": [0, -90, 0], + "cubes": [ + {"origin": [-1.75, 24.5, -16.26], "size": [5, 2, 0], "pivot": [-1.75, 26.5, -16.25], "rotation": [0, 0, -30], "uv": [27, 11]}, + {"origin": [-1.75, 27, -16.26], "size": [1, 1, 0], "uv": [11, 0]}, + {"origin": [2.25, 22.5, -16.25], "size": [2, 3, 0], "uv": [27, 0]} + ] + }, + { + "name": "eye_l", + "parent": "face_l", + "pivot": [-0.25, 26.5, -17.5], + "rotation": [15, 90, 0], + "cubes": [ + {"origin": [-1.48, 25.5, -18], "size": [0, 1, 2], "pivot": [-0.25, 26.5, -17.5], "rotation": [5, 0, 0], "uv": [9, 10]}, + {"origin": [-1.47, 25.5, -17.75], "size": [0, 1, 1], "uv": [0, 0]} + ] + }, + { + "name": "eye_l_closed", + "parent": "eye_l", + "pivot": [-0.25, 26.5, -17.5], + "cubes": [ + {"origin": [-1.5, 25.5, -18], "size": [0, 1, 2], "pivot": [-0.25, 26.5, -17.5], "rotation": [5, 0, 0], "uv": [8, 71]} + ] + }, + { + "name": "shoulder_l", + "parent": "body", + "pivot": [3.5, 17, -8], + "cubes": [ + {"origin": [2, 9, -10], "size": [3, 9, 4], "uv": [17, 49]} + ] + }, + { + "name": "forearm_l", + "parent": "shoulder_l", + "pivot": [3.5, 9, -7], + "cubes": [ + {"origin": [2.5, 0, -8.5], "size": [2, 9, 2], "pivot": [3.5, 8, -6], "rotation": [-7.5, 0, 0], "uv": [1, 1]}, + {"origin": [3.5, 6, -6.75], "size": [0, 3, 2], "uv": [41, 11]} + ] + }, + { + "name": "shoulder_r", + "parent": "body", + "pivot": [-3.5, 17, -8], + "cubes": [ + {"origin": [-5, 9, -10], "size": [3, 9, 4], "uv": [32, 54]} + ] + }, + { + "name": "forearm_r", + "parent": "shoulder_r", + "pivot": [-3.5, 9, -7], + "cubes": [ + {"origin": [-4.5, 0, -8.5], "size": [2, 9, 2], "pivot": [-3.5, 8, -6], "rotation": [-7.5, 0, 0], "uv": [1, 22]}, + {"origin": [-3.5, 6, -6.75], "size": [0, 3, 2], "uv": [41, 11]} + ] + }, + { + "name": "thigh_r", + "parent": "body", + "pivot": [-3, 15, 6], + "cubes": [ + {"origin": [-5, 10, 3.5], "size": [3, 7, 5], "uv": [47, 6]} + ] + }, + { + "name": "knee_r", + "parent": "thigh_r", + "pivot": [-3, 10, 3.5], + "rotation": [30, 0, 0], + "cubes": [ + {"origin": [-4.99, 5, 3.5], "size": [3, 5, 4], "uv": [47, 58]} + ] + }, + { + "name": "calf_r", + "parent": "knee_r", + "pivot": [-3.5, 5, 7.5], + "rotation": [-35, 0, 0], + "cubes": [ + {"origin": [-4.98, -3, 5.5], "size": [3, 8, 2], "uv": [59, 0]} + ] + }, + { + "name": "thigh_l", + "parent": "body", + "pivot": [3, 15, 6], + "cubes": [ + {"origin": [2, 10, 3.5], "size": [3, 7, 5], "uv": [45, 45]} + ] + }, + { + "name": "knee_l", + "parent": "thigh_l", + "pivot": [3, 10, 3.5], + "rotation": [30, 0, 0], + "cubes": [ + {"origin": [1.99, 5, 3.5], "size": [3, 5, 4], "uv": [47, 58]} + ] + }, + { + "name": "calf_l", + "parent": "knee_l", + "pivot": [3.5, 5, 7.5], + "rotation": [-35, 0, 0], + "cubes": [ + {"origin": [1.98, -3, 5.5], "size": [3, 8, 2], "uv": [15, 21]} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [0, 18, 9.5], + "cubes": [ + {"origin": [-0.5, 17.5, 9.5], "size": [1, 1, 5], "uv": [58, 53]} + ] + }, + { + "name": "tail_seg2", + "parent": "tail", + "pivot": [-0.5, 18, 14.5], + "cubes": [ + {"origin": [-0.5, 17.5, 14.5], "size": [1, 1, 5], "uv": [71, 53]} + ] + }, + { + "name": "tail_seg3", + "parent": "tail_seg2", + "pivot": [-0.5, 18, 19.5], + "cubes": [ + {"origin": [-0.5, 17.5, 19.5], "size": [1, 1, 5], "uv": [34, 91]} + ] + }, + { + "name": "tail_seg4", + "parent": "tail_seg3", + "pivot": [-0.5, 18, 24.5], + "cubes": [ + {"origin": [-0.5, 17.5, 24.5], "size": [1, 1, 5], "uv": [89, 83]} + ] + }, + { + "name": "tail_seg5", + "parent": "tail_seg4", + "pivot": [-0.5, 18, 29.5], + "cubes": [ + {"origin": [-0.5, 17.5, 29.5], "size": [1, 1, 5], "uv": [61, 72]} + ] + }, + { + "name": "tail_seg6", + "parent": "tail_seg5", + "pivot": [-0.5, 18, 34.5], + "cubes": [ + {"origin": [-0.5, 17.5, 34.5], "size": [1, 1, 5], "uv": [110, 44]} + ] + }, + { + "name": "tail_seg_end", + "parent": "tail_seg6", + "pivot": [-0.5, 18, 39.5], + "cubes": [ + {"origin": [-0.5, 17.5, 39.5], "size": [1, 1, 5], "uv": [26, 69]}, + {"origin": [0, 10, 38.5], "size": [0, 14, 14], "uv": [0, 21]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/litleo.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/litleo.geo.json new file mode 100644 index 0000000..9cbd48c --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/litleo.geo.json @@ -0,0 +1,220 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.litleo", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 4, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "body", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-2.5, 5, -5], "size": [5, 5, 11], "uv": [0, 0]} + ] + }, + { + "name": "head", + "parent": "body", + "pivot": [0, 10, -2], + "cubes": [ + {"origin": [-4, 10, -8], "size": [8, 7, 7], "uv": [0, 17]}, + {"origin": [1.75, 15, -5], "size": [4, 4, 2], "pivot": [3.5, 17, -4], "rotation": [0, 0, 45], "uv": [32, 23]}, + {"origin": [-5.75, 15, -5], "size": [4, 4, 2], "pivot": [-3.5, 17, -4], "rotation": [0, 0, -45], "uv": [0, 32]}, + {"origin": [0, 15, -8.5], "size": [0, 4, 8], "pivot": [0, 17, -5], "rotation": [-10, 0, 0], "uv": [23, 24]} + ] + }, + { + "name": "eye_r", + "parent": "head", + "pivot": [-2.25, 13.5, -8.015], + "rotation": [0, 0, 2.5], + "cubes": [ + {"origin": [-3.25, 12.5, -8.01], "size": [2, 2, 0], "uv": [24, 20]}, + {"origin": [-2.5, 13.25, -8.02], "size": [1, 1, 0], "uv": [0, 9]} + ] + }, + { + "name": "closed_r", + "parent": "eye_r", + "pivot": [-2.25, 13.5, -8.015], + "cubes": [ + {"origin": [-3.25, 12.5, -7.765], "size": [2, 2, 0], "uv": [0, 56]} + ] + }, + { + "name": "eye_l", + "parent": "head", + "pivot": [2.25, 13.5, -8.015], + "rotation": [0, 0, -2.5], + "cubes": [ + {"origin": [1.25, 12.5, -8.01], "size": [2, 2, 0], "uv": [24, 17]}, + {"origin": [1.5, 13.25, -8.02], "size": [1, 1, 0], "uv": [8, 0]} + ] + }, + { + "name": "closed_l", + "parent": "eye_l", + "pivot": [2.25, 13.5, -8.015], + "cubes": [ + {"origin": [1.25, 12.5, -7.765], "size": [2, 2, 0], "uv": [0, 53]} + ] + }, + { + "name": "snout", + "parent": "head", + "pivot": [0.5, 13, -8], + "cubes": [ + {"origin": [-2, 11, -9], "size": [2, 2, 2], "pivot": [0, 12.75, -8], "rotation": [0, 0, -5], "uv": [41, 18]}, + {"origin": [0, 11, -9], "size": [2, 2, 2], "pivot": [0, 12.75, -8], "rotation": [0, 0, 5], "uv": [22, 43]}, + {"origin": [-1, 12.25, -9], "size": [2, 1, 1], "pivot": [0, 12.75, -8.5], "rotation": [27.5, 0, 0], "uv": [0, 17]} + ], + "locators": { + "fire": [0, 14, -13] + } + }, + { + "name": "mouth", + "parent": "head", + "pivot": [0, 11, -8], + "cubes": [ + {"origin": [-1, 10.25, -7.76], "size": [2, 1, 0], "uv": [1, 51]} + ] + }, + { + "name": "shoulder_r", + "parent": "body", + "pivot": [-2.5, 7, -3.25], + "cubes": [ + {"origin": [-3.5, 2, -4.24], "size": [2, 7, 2], "uv": [13, 40]} + ] + }, + { + "name": "paw_r", + "parent": "shoulder_r", + "pivot": [-2.5, 2, -2.25], + "cubes": [ + {"origin": [-4, 0, -5.25], "size": [3, 2, 3], "uv": [0, 39]} + ] + }, + { + "name": "shoulder_l", + "parent": "body", + "pivot": [2.5, 7, -3.25], + "cubes": [ + {"origin": [1.5, 2, -4.24], "size": [2, 7, 2], "uv": [36, 37]} + ] + }, + { + "name": "paw_l", + "parent": "shoulder_l", + "pivot": [2.5, 2, -2.25], + "cubes": [ + {"origin": [1, 0, -5.25], "size": [3, 2, 3], "uv": [23, 37]} + ] + }, + { + "name": "thigh_r", + "parent": "body", + "pivot": [-2.5, 7, 4.5], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-3.5, 4, 2.51], "size": [2, 5, 3], "uv": [30, 14]} + ] + }, + { + "name": "calf_r", + "parent": "thigh_r", + "pivot": [-3.25, 4, 5.5], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [-3.49, 1, 3.51], "size": [2, 3, 2], "uv": [41, 12]} + ] + }, + { + "name": "foot_r", + "parent": "calf_r", + "pivot": [-2.5, 2, 5.5], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-4, 0, 2.5], "size": [3, 2, 3], "uv": [36, 6]} + ] + }, + { + "name": "thigh_l", + "parent": "body", + "pivot": [2.5, 7, 4.5], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [1.5, 4, 2.51], "size": [2, 5, 3], "uv": [0, 0]} + ] + }, + { + "name": "calf_l", + "parent": "thigh_l", + "pivot": [1.75, 4, 5.5], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [1.49, 1, 3.51], "size": [2, 3, 2], "uv": [40, 30]} + ] + }, + { + "name": "foot_l", + "parent": "calf_l", + "pivot": [2.5, 2, 5.5], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [1, 0, 2.5], "size": [3, 2, 3], "uv": [13, 34]} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [0, 10, 6], + "cubes": [ + {"origin": [-0.5, 9, 6], "size": [1, 1, 4], "uv": [39, 0]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 10, 10], + "cubes": [ + {"origin": [-0.5, 9, 10], "size": [1, 1, 3], "uv": [45, 23]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 10, 13], + "cubes": [ + {"origin": [-0.5, 9, 13], "size": [1, 1, 3], "uv": [42, 44]} + ] + }, + { + "name": "tail_fluff", + "parent": "tail3", + "pivot": [0, 10, 16], + "cubes": [ + {"origin": [-1, 8.5, 16], "size": [2, 2, 2], "uv": [0, 45]} + ] + }, + { + "name": "tail_fluff_point", + "parent": "tail_fluff", + "pivot": [0, 8.5, 18], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [-0.5, 8.5, 18], "size": [1, 1, 1], "uv": [0, 20]}, + {"origin": [0, 8.5, 19], "size": [0, 1, 1], "pivot": [0, 8.5, 19], "rotation": [15, 0, 0], "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/lokix/lokix.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/lokix/lokix.geo.json new file mode 100644 index 0000000..c7370d6 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/lokix/lokix.geo.json @@ -0,0 +1,192 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.lokix", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "lokix", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "lokix", + "pivot": [0, 24.40742, -1.37476] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [4, 21.45753, -1.5], + "cubes": [ + {"origin": [3.5, 11, -2], "size": [1, 11, 1], "uv": [18, 66]} + ] + }, + { + "name": "leg_left2", + "parent": "leg_left", + "pivot": [4, 11, -2], + "cubes": [ + {"origin": [4, 0, -4], "size": [0, 2, 2], "uv": [31, 2]}, + {"origin": [3, 0, -2], "size": [2, 5, 3], "uv": [66, 54]}, + {"origin": [4, 4.34808, -0.43301], "size": [0, 1, 3], "pivot": [4, 4.84808, 1.06699], "rotation": [45, 0, 0], "uv": [0, 3]}, + {"origin": [4, 5.39711, -1.61603], "size": [0, 1, 3], "pivot": [4, 5.89711, -0.11603], "rotation": [45, 0, 0], "uv": [0, 2]}, + {"origin": [3, 5, -2], "size": [2, 6, 2], "uv": [68, 22]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-4, 21.45753, -1.5], + "cubes": [ + {"origin": [-4.5, 11, -2], "size": [1, 11, 1], "uv": [18, 66], "mirror": true} + ] + }, + { + "name": "leg_right2", + "parent": "leg_right", + "pivot": [-4, 11, -2], + "cubes": [ + {"origin": [-4, 0, -4], "size": [0, 2, 2], "uv": [31, 2], "mirror": true}, + {"origin": [-5, 0, -2], "size": [2, 5, 3], "uv": [66, 54], "mirror": true}, + {"origin": [-4, 4.34808, -0.43301], "size": [0, 1, 3], "pivot": [-4, 4.84808, 1.06699], "rotation": [45, 0, 0], "uv": [0, 3], "mirror": true}, + {"origin": [-4, 5.39711, -1.61603], "size": [0, 1, 3], "pivot": [-4, 5.89711, -0.11603], "rotation": [45, 0, 0], "uv": [0, 2], "mirror": true}, + {"origin": [-5, 5, -2], "size": [2, 6, 2], "uv": [68, 22], "mirror": true} + ] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 22, -1.5], + "cubes": [ + {"origin": [-5, 21.1, 2.5], "size": [2, 1, 1], "pivot": [-6, 24, 3], "rotation": [-10, 0, 0], "uv": [0, 0]}, + {"origin": [3, 21.1, 2.5], "size": [2, 1, 1], "pivot": [6, 24, 3], "rotation": [-10, 0, 0], "uv": [38, 16]}, + {"origin": [-3.5, 9, -2], "size": [7, 16, 7], "pivot": [0, 15.48712, -0.61183], "rotation": [12.5, 0, 0], "uv": [0, 0]}, + {"origin": [-3.5, 18.3027, -3.4597], "size": [7, 7, 7], "inflate": 0.2, "pivot": [0, 22.3027, 0.0403], "rotation": [10, 0, 0], "uv": [0, 40]}, + {"origin": [-1, 20.81214, -4.09287], "size": [2, 4, 0], "pivot": [0, 24.5, -3], "rotation": [7.10708, -7.05302, 44.56145], "uv": [39, 76]}, + {"origin": [-1, 20.81214, -4.1], "size": [2, 4, 0], "pivot": [0, 24.5, -3], "rotation": [7.10708, 7.05302, -44.56145], "uv": [39, 76], "mirror": true}, + {"origin": [-0.5, 19.81214, -4.1], "size": [1, 1, 0], "pivot": [0, 24.5, -3], "rotation": [7.10708, 7.05302, -44.56145], "uv": [39, 76], "mirror": true}, + {"origin": [-0.5, 19.81214, -4.1], "size": [1, 1, 0], "pivot": [0, 24.5, -3], "rotation": [7.10708, -7.05302, 44.56145], "uv": [39, 76]} + ] + }, + { + "name": "backleg_left", + "parent": "torso", + "pivot": [4.88, 22.05407, 3.17811], + "cubes": [ + {"origin": [4, 21, 0], "size": [3, 17, 6], "pivot": [6, 24, 3], "rotation": [-10, 0, 0], "uv": [40, 48]}, + {"origin": [4, 35.36195, 4.05305], "size": [3, 6, 6], "inflate": 0.01, "pivot": [5.5, 38.86195, 7.05305], "rotation": [-42.5, 0, 0], "uv": [58, 0]}, + {"origin": [7.02, 35.8, 4.5], "size": [0, 5, 5], "pivot": [5.5, 38.86195, 7.05305], "rotation": [-42.5, 0, 0], "uv": [21, 35]}, + {"origin": [7.03, 36.48348, 6.13429], "size": [0, 4, 1], "pivot": [7.03, 38.48348, 6.63429], "rotation": [-90, 0, 0], "uv": [55, 76]} + ] + }, + { + "name": "backleg_left2", + "parent": "backleg_left", + "pivot": [5.5, 37.1991, 8.1548], + "cubes": [ + {"origin": [4.5, 21.30541, 7.7], "size": [2, 17, 2], "pivot": [5.5, 37.19906, 8.15477], "rotation": [-10, 0, 0], "uv": [0, 66]}, + {"origin": [5.5, 21.30541, 3.7], "size": [0, 17, 10], "pivot": [5.5, 37.19906, 8.15477], "rotation": [-10, 0, 0], "uv": [20, 13]} + ] + }, + { + "name": "backleg_right", + "parent": "torso", + "pivot": [-4.88, 22.05407, 3.17811], + "cubes": [ + {"origin": [-7, 21, 0], "size": [3, 17, 6], "pivot": [-6, 24, 3], "rotation": [-10, 0, 0], "uv": [40, 48], "mirror": true}, + {"origin": [-7, 35.36195, 4.05305], "size": [3, 6, 6], "inflate": 0.01, "pivot": [-5.5, 38.86195, 7.05305], "rotation": [-42.5, 0, 0], "uv": [58, 0], "mirror": true}, + {"origin": [-7.02, 35.8, 4.5], "size": [0, 5, 5], "pivot": [-5.5, 38.86195, 7.05305], "rotation": [-42.5, 0, 0], "uv": [21, 35], "mirror": true}, + {"origin": [-7.03, 36.48348, 6.13429], "size": [0, 4, 1], "pivot": [-7.03, 38.48348, 6.63429], "rotation": [-90, 0, 0], "uv": [55, 76], "mirror": true} + ] + }, + { + "name": "backleg_right2", + "parent": "backleg_right", + "pivot": [-5.5, 37.1991, 8.1548], + "cubes": [ + {"origin": [-6.5, 21.30541, 7.7], "size": [2, 17, 2], "pivot": [-5.5, 37.19906, 8.15477], "rotation": [-10, 0, 0], "uv": [0, 66], "mirror": true}, + {"origin": [-5.5, 21.30541, 3.7], "size": [0, 17, 10], "pivot": [-5.5, 37.19906, 8.15477], "rotation": [-10, 0, 0], "uv": [20, 13], "mirror": true} + ] + }, + { + "name": "upper_body", + "parent": "torso", + "pivot": [0, 24, -1], + "cubes": [ + {"origin": [-4, 23.62337, -6.16301], "size": [8, 6, 5], "pivot": [4.01, 29.62337, -6.16301], "rotation": [20, 0, 0], "uv": [56, 43]}, + {"origin": [-0.7, 23.8, -4.4], "size": [2, 4, 0], "pivot": [0, 24.5, -5.17171], "rotation": [15.02126, -13.35981, 40.73074], "uv": [37, 78]}, + {"origin": [-0.2, 27.8, -4.4], "size": [1, 1, 0], "pivot": [0, 24.5, -5.17171], "rotation": [15.02126, -13.35981, 40.73074], "uv": [37, 78]}, + {"origin": [-0.8, 27.8, -4.4], "size": [1, 1, 0], "pivot": [0, 24.5, -5.17171], "rotation": [15.02126, 13.35981, -40.73074], "uv": [37, 78], "mirror": true}, + {"origin": [-1.3, 23.8, -4.39], "size": [2, 4, 0], "pivot": [0, 24.5, -5.17171], "rotation": [15.02126, 13.35981, -40.73074], "uv": [37, 78], "mirror": true}, + {"origin": [-4, 27.97367, -3.04799], "size": [8, 5, 4], "inflate": 0.01, "pivot": [0.5, 28.47367, -1.54799], "rotation": [57.5, 0, 0], "uv": [54, 30]}, + {"origin": [-4, 24, -4], "size": [8, 9, 7], "inflate": 0.02, "uv": [28, 0]} + ] + }, + { + "name": "arm_left", + "parent": "upper_body", + "pivot": [4, 31.5, -0.5], + "cubes": [ + {"origin": [4, 31, -1], "size": [7, 1, 1], "uv": [40, 30]} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [11, 31.5, -0.5], + "cubes": [ + {"origin": [11, 30.5, -2], "size": [7, 2, 3], "uv": [61, 17]}, + {"origin": [18, 30.5, -1], "size": [2, 2, 0], "uv": [0, 42]}, + {"origin": [18, 30.5, 0], "size": [2, 2, 0], "uv": [0, 40]}, + {"origin": [12.5, 32.5, -0.5], "size": [5, 3, 0], "uv": [21, 3]} + ] + }, + { + "name": "arm_right", + "parent": "upper_body", + "pivot": [-4, 31.5, -0.5], + "cubes": [ + {"origin": [-11, 31, -1], "size": [7, 1, 1], "uv": [40, 30], "mirror": true} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-11, 31.5, -0.5], + "cubes": [ + {"origin": [-18, 30.5, -2], "size": [7, 2, 3], "uv": [61, 17], "mirror": true}, + {"origin": [-20, 30.5, -1], "size": [2, 2, 0], "uv": [0, 42], "mirror": true}, + {"origin": [-20, 30.5, 0], "size": [2, 2, 0], "uv": [0, 40], "mirror": true}, + {"origin": [-17.5, 32.5, -0.5], "size": [5, 3, 0], "uv": [21, 3], "mirror": true} + ] + }, + { + "name": "head", + "parent": "upper_body", + "pivot": [0, 35, -1], + "cubes": [ + {"origin": [-3.5, 32.11483, -4.19584], "size": [7, 8, 7], "inflate": -0.1, "uv": [33, 33]} + ] + }, + { + "name": "head2", + "parent": "head", + "pivot": [0, 35, -1], + "cubes": [ + {"origin": [-1, 40, -7], "size": [0, 8, 2], "pivot": [-1, 40, -5], "rotation": [-15, 0, -17.5], "uv": [22, 69]}, + {"origin": [1, 40, -7], "size": [0, 8, 2], "pivot": [1, 40, -5], "rotation": [-20, 0, 17.5], "uv": [66, 68]}, + {"origin": [-3.5, 36, -5.03], "size": [7, 2, 0], "uv": [85, 20]}, + {"origin": [-3.5, 34, -5], "size": [7, 7, 7], "inflate": 0.02, "uv": [79, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/lurantis/lurantis2.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/lurantis/lurantis2.geo.json new file mode 100644 index 0000000..23258ac --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/lurantis/lurantis2.geo.json @@ -0,0 +1,633 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.lurantis", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 5, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "lurantis", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "lurantis", + "pivot": [0, 17.3, -1.5] + }, + { + "name": "neck", + "parent": "body", + "pivot": [0, 18.8, -0.25], + "cubes": [ + {"origin": [-0.5, 18.3, -0.75], "size": [1, 4, 1], "uv": [12, 48]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 21.8, -0.25], + "cubes": [ + {"origin": [-3, 20.3, -3.75], "size": [6, 5, 6], "uv": [0, 0]}, + {"origin": [-0.5, 24.55, -4], "size": [1, 1, 2], "uv": [45, 18]} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [0, 21.55, -2.5], + "cubes": [ + {"origin": [-1, 21.3, -2.75], "size": [2, 1, 1], "inflate": 0.01, "uv": [12, 56]} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [2.25, 22.3, -3], + "cubes": [ + {"origin": [1.25, 21.3, -4], "size": [2, 2, 2], "inflate": -2, "uv": [44, 37]} + ] + }, + { + "name": "pupil_left", + "parent": "eye_left", + "pivot": [2.25, 22.3, -3.325], + "cubes": [ + {"origin": [1.75, 21.3, -3.825], "size": [1, 2, 1], "uv": [48, 41]} + ] + }, + { + "name": "eye_shine_left", + "parent": "eye_left", + "pivot": [1.85, 22.7, -3.9], + "cubes": [ + {"origin": [1.35, 22.2, -3.9], "size": [1, 1, 0], "inflate": 0.001, "uv": [21, 4]} + ] + }, + { + "name": "eye_right", + "parent": "head", + "pivot": [-2.25, 22.3, -3], + "cubes": [ + {"origin": [-3.25, 21.3, -4], "size": [2, 2, 2], "inflate": -2, "uv": [8, 44]} + ] + }, + { + "name": "pupil_right", + "parent": "eye_right", + "pivot": [-2.25, 22.3, -3.325], + "cubes": [ + {"origin": [-2.75, 21.3, -3.825], "size": [1, 2, 1], "uv": [34, 48]} + ] + }, + { + "name": "eye_shine_right", + "parent": "eye_right", + "pivot": [-1.85, 22.7, -3.9], + "cubes": [ + {"origin": [-2.35, 22.2, -3.9], "size": [1, 1, 0], "inflate": 0.001, "uv": [18, 19]} + ] + }, + { + "name": "antenna_left", + "parent": "head", + "pivot": [1.5, 25.3, -2.75], + "cubes": [ + {"origin": [1, 25.3, -2.75], "size": [1, 1, 0], "uv": [6, 21]} + ] + }, + { + "name": "antenna_left2", + "parent": "antenna_left", + "pivot": [1.5, 26.3, -2.75], + "cubes": [ + {"origin": [0.5, 26.3, -2.75], "size": [2, 3, 0], "uv": [16, 50]} + ] + }, + { + "name": "antenna_left3", + "parent": "antenna_left2", + "pivot": [1.5, 29.3, -2.75], + "cubes": [ + {"origin": [1, 29.3, -2.75], "size": [1, 1, 0], "uv": [21, 13]} + ] + }, + { + "name": "antenna_right", + "parent": "head", + "pivot": [-1.5, 25.3, -2.75], + "cubes": [ + {"origin": [-2, 25.3, -2.75], "size": [1, 1, 0], "uv": [18, 17]} + ] + }, + { + "name": "antenna_right2", + "parent": "antenna_right", + "pivot": [-1.5, 26.3, -2.75], + "cubes": [ + {"origin": [-2.5, 26.3, -2.75], "size": [2, 3, 0], "uv": [19, 34]} + ] + }, + { + "name": "antenna_right3", + "parent": "antenna_right2", + "pivot": [-1.5, 29.3, -2.75], + "cubes": [ + {"origin": [-2, 29.3, -2.75], "size": [1, 1, 0], "uv": [0, 13]} + ] + }, + { + "name": "ear_left", + "parent": "head", + "pivot": [1.51935, 25.32342, -0.75], + "cubes": [ + {"origin": [0.5, 25.05, -0.75], "size": [2, 3, 0], "uv": [50, 14]}, + {"origin": [2.5, 26.05, -0.75], "size": [1, 3, 0], "pivot": [3, 28.55, -0.75], "rotation": [0, 0, 25], "uv": [0, 3]} + ] + }, + { + "name": "ear_left2", + "parent": "ear_left", + "pivot": [1.5, 28.05, -0.75], + "cubes": [ + {"origin": [0.5, 28.05, -0.75], "size": [2, 3, 0], "uv": [49, 31]} + ] + }, + { + "name": "ear_left3", + "parent": "ear_left2", + "pivot": [1.5, 31.05, -0.75], + "cubes": [ + {"origin": [1, 31.05, -0.75], "size": [1, 1, 0], "uv": [6, 20]} + ] + }, + { + "name": "ear_right", + "parent": "head", + "pivot": [-1.51935, 25.32342, -0.75], + "cubes": [ + {"origin": [-2.5, 25.05, -0.75], "size": [2, 3, 0], "uv": [30, 48]}, + {"origin": [-3.5, 26.05, -0.75], "size": [1, 3, 0], "pivot": [-3, 28.55, -0.75], "rotation": [0, 0, -25], "uv": [0, 0]} + ] + }, + { + "name": "ear_right2", + "parent": "ear_right", + "pivot": [-1.5, 28.05, -0.75], + "cubes": [ + {"origin": [-2.5, 28.05, -0.75], "size": [2, 3, 0], "uv": [48, 11]} + ] + }, + { + "name": "ear_right3", + "parent": "ear_right2", + "pivot": [-1.5, 31.05, -0.75], + "cubes": [ + {"origin": [-2, 31.05, -0.75], "size": [1, 1, 0], "uv": [18, 18]} + ] + }, + { + "name": "ear_left_bot", + "parent": "head", + "pivot": [3, 22.8, -1.25], + "cubes": [ + {"origin": [3, 20.3, -1.25], "size": [4, 4, 0], "uv": [16, 46]} + ] + }, + { + "name": "ear_left_bot2", + "parent": "ear_left_bot", + "pivot": [7, 22.8, -1.25], + "cubes": [ + {"origin": [7, 20.3, -1.25], "size": [5, 4, 0], "uv": [38, 42]} + ] + }, + { + "name": "ear_right_bot", + "parent": "head", + "pivot": [-3, 22.8, -1.25], + "cubes": [ + {"origin": [-7, 20.3, -1.25], "size": [4, 4, 0], "uv": [0, 44]} + ] + }, + { + "name": "ear_right_bot2", + "parent": "ear_right_bot", + "pivot": [-7, 22.8, -1.25], + "cubes": [ + {"origin": [-12, 20.3, -1.25], "size": [5, 4, 0], "uv": [20, 42]} + ] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 19.3, -0.5], + "cubes": [ + {"origin": [-1.5, 14.3, -1.5], "size": [3, 5, 2], "uv": [34, 35]} + ] + }, + { + "name": "arm_left", + "parent": "torso", + "pivot": [1.5, 18.55, -0.5], + "rotation": [0, 90, 0], + "cubes": [ + {"origin": [1.5, 18.05, -1], "size": [5, 1, 1], "inflate": 0.01, "uv": [42, 35]} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [6, 18.55, -0.5], + "cubes": [ + {"origin": [6, 18.05, -1], "size": [6, 1, 1], "uv": [36, 33]} + ] + }, + { + "name": "arm_left3", + "parent": "arm_left2", + "pivot": [12, 18.05, -0.5], + "cubes": [ + {"origin": [11, 14.05, -2], "size": [3, 5, 3], "uv": [24, 2]} + ] + }, + { + "name": "arm_left4", + "parent": "arm_left3", + "pivot": [13.3, 14.2, -0.5], + "cubes": [ + {"origin": [10.8, 9.05, -2], "size": [3, 5, 3], "inflate": 0.2, "uv": [0, 23]} + ] + }, + { + "name": "arm_left5", + "parent": "arm_left4", + "pivot": [13.5, 8.9, -0.5], + "cubes": [ + {"origin": [12, 5.05, -1.5], "size": [2, 4, 2], "uv": [30, 42]} + ] + }, + { + "name": "claw_left", + "parent": "arm_left5", + "pivot": [13.4, 5.05, -0.5], + "cubes": [ + {"origin": [12.9, 4.05, -1], "size": [1, 1, 1], "uv": [32, 0]}, + {"origin": [13.9, 3.05, -0.5], "size": [0, 1, 1], "pivot": [13.9, 3.55, -0.5], "rotation": [0, -90, 0], "uv": [0, 11]} + ] + }, + { + "name": "arm_right", + "parent": "torso", + "pivot": [-1.5, 18.55, -0.5], + "rotation": [0, -90, 0], + "cubes": [ + {"origin": [-6.5, 18.05, -1], "size": [5, 1, 1], "inflate": 0.01, "uv": [40, 21]} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-6, 18.55, -0.5], + "cubes": [ + {"origin": [-12, 18.05, -1], "size": [6, 1, 1], "uv": [36, 5]} + ] + }, + { + "name": "arm_right3", + "parent": "arm_right2", + "pivot": [-12, 18.05, -0.5], + "cubes": [ + {"origin": [-14, 14.05, -2], "size": [3, 5, 3], "uv": [21, 22]} + ] + }, + { + "name": "arm_right4", + "parent": "arm_right3", + "pivot": [-13.3, 14.2, -0.5], + "cubes": [ + {"origin": [-13.8, 9.05, -2], "size": [3, 5, 3], "inflate": 0.2, "uv": [21, 14]} + ] + }, + { + "name": "arm_right5", + "parent": "arm_right4", + "pivot": [-13.5, 8.9, -0.5], + "cubes": [ + {"origin": [-14, 5.05, -1.5], "size": [2, 4, 2], "uv": [42, 12]} + ] + }, + { + "name": "claw_right", + "parent": "arm_right5", + "pivot": [-13.4, 5.05, -0.5], + "cubes": [ + {"origin": [-13.9, 4.05, -1], "size": [1, 1, 1], "uv": [18, 4]}, + {"origin": [-13.9, 3.05, -0.5], "size": [0, 1, 1], "pivot": [-13.9, 3.55, -0.5], "rotation": [0, 90, 0], "uv": [0, 10]} + ] + }, + { + "name": "wing_left_top", + "parent": "torso", + "pivot": [0.25, 17.8, 0.5], + "rotation": [-27.5, 0, 57.5], + "cubes": [ + {"origin": [-1.25, 17.8, 0.5], "size": [3, 3, 0], "uv": [6, 49]} + ] + }, + { + "name": "wing_left_top2", + "parent": "wing_left_top", + "pivot": [0.25, 20.8, 0.5], + "cubes": [ + {"origin": [-2.25, 20.8, 0.5], "size": [5, 6, 0], "uv": [0, 52]} + ] + }, + { + "name": "wing_left_top3", + "parent": "wing_left_top2", + "pivot": [0.25, 26.8, 0.5], + "cubes": [ + {"origin": [-1.25, 26.8, 0.5], "size": [3, 3, 0], "uv": [45, 2]} + ] + }, + { + "name": "wing_right_top", + "parent": "torso", + "pivot": [-0.25, 17.8, 0.5], + "rotation": [-27.5, 0, -57.5], + "cubes": [ + {"origin": [-1.75, 17.8, 0.5], "size": [3, 3, 0], "uv": [24, 47]} + ] + }, + { + "name": "wing_right_top2", + "parent": "wing_right_top", + "pivot": [-0.25, 20.8, 0.5], + "cubes": [ + {"origin": [-2.75, 20.8, 0.5], "size": [5, 6, 0], "uv": [21, 52]} + ] + }, + { + "name": "wing_right_top3", + "parent": "wing_right_top2", + "pivot": [-0.25, 26.8, 0.5], + "cubes": [ + {"origin": [-1.75, 26.8, 0.5], "size": [3, 3, 0], "uv": [0, 20]} + ] + }, + { + "name": "wing_left_bottom", + "parent": "torso", + "pivot": [0.25, 17.3, 0.5], + "rotation": [27.5, 0, -57.5], + "cubes": [ + {"origin": [-1.25, 13.3, 0.5], "size": [3, 4, 0], "uv": [0, 48]} + ] + }, + { + "name": "wing_left_bottom2", + "parent": "wing_left_bottom", + "pivot": [0.25, 13.3, 0.5], + "cubes": [ + {"origin": [-2.25, 5.3, 0.5], "size": [5, 8, 0], "uv": [33, 25]} + ] + }, + { + "name": "wing_left_bottom3", + "parent": "wing_left_bottom2", + "pivot": [0.25, 5.3, 0.5], + "cubes": [ + {"origin": [-1.25, 1.3, 0.5], "size": [3, 4, 0], "uv": [47, 7]} + ] + }, + { + "name": "wing_right_bottom", + "parent": "torso", + "pivot": [-0.25, 17.3, 0.5], + "rotation": [27.5, 0, 57.5], + "cubes": [ + {"origin": [-1.75, 13.3, 0.5], "size": [3, 4, 0], "uv": [44, 46]} + ] + }, + { + "name": "wing_right_bottom2", + "parent": "wing_right_bottom", + "pivot": [-0.25, 13.3, 0.5], + "cubes": [ + {"origin": [-2.75, 5.3, 0.5], "size": [5, 8, 0], "uv": [0, 31]} + ] + }, + { + "name": "wing_right_bottom3", + "parent": "wing_right_bottom2", + "pivot": [-0.25, 5.3, 0.5], + "cubes": [ + {"origin": [-1.75, 1.3, 0.5], "size": [3, 4, 0], "uv": [38, 46]} + ] + }, + { + "name": "abdomen", + "parent": "torso", + "pivot": [0, 14.4, -0.5], + "cubes": [ + {"origin": [-1.5, 11.3, -1.25], "size": [3, 3, 2], "inflate": -0.1, "pivot": [0, 12.8, -0.5], "rotation": [27.5, 0, 0], "uv": [10, 39]} + ] + }, + { + "name": "skirt_right", + "parent": "abdomen", + "pivot": [0.5, 14.4, 0], + "cubes": [ + {"origin": [-3.5, 14.4, -1.53431], "size": [4, 0, 2], "uv": [40, 0]} + ] + }, + { + "name": "skirt_right_frill", + "parent": "skirt_right", + "pivot": [-1.5, 14.4, 0.46569], + "rotation": [-65, 0, 0], + "cubes": [ + {"origin": [-3.5, 14.4, 0.46569], "size": [4, 0, 2], "uv": [38, 23]} + ] + }, + { + "name": "skirt_right_frill2", + "parent": "skirt_right", + "pivot": [-1.5, 14.4, -1.53431], + "rotation": [65, 0, 0], + "cubes": [ + {"origin": [-3.5, 14.4, -3.53431], "size": [4, 0, 2], "uv": [16, 2]} + ] + }, + { + "name": "skirt_right2", + "parent": "skirt_right", + "pivot": [-3.5, 14.4, 0], + "rotation": [0, 0, -52.5], + "cubes": [ + {"origin": [-10.5, 14.4, -1.53431], "size": [7, 0, 2], "uv": [16, 0]} + ] + }, + { + "name": "skirt_right_frill3", + "parent": "skirt_right2", + "pivot": [-5.5, 14.4, 0.46569], + "rotation": [-65, 0, 0], + "cubes": [ + {"origin": [-9.5, 14.4, 0.46569], "size": [6, 0, 3], "uv": [27, 13]} + ] + }, + { + "name": "skirt_right_frill4", + "parent": "skirt_right2", + "pivot": [-5.5, 14.4, -1.53431], + "rotation": [75, 0, 0], + "cubes": [ + {"origin": [-9.5, 14.4, -4.53431], "size": [6, 0, 3], "uv": [6, 11]} + ] + }, + { + "name": "skirt_left", + "parent": "abdomen", + "pivot": [-0.5, 14.4, 0], + "cubes": [ + {"origin": [-0.5, 14.4, -1.53431], "size": [4, 0, 2], "uv": [41, 25]} + ] + }, + { + "name": "skirt_left_frill", + "parent": "skirt_left", + "pivot": [1.5, 14.4, 0.46569], + "rotation": [-65, 0, 0], + "cubes": [ + {"origin": [-0.5, 14.4, 0.46569], "size": [4, 0, 2], "uv": [41, 27]} + ] + }, + { + "name": "skirt_left_frill2", + "parent": "skirt_left", + "pivot": [1.5, 14.4, -1.53431], + "rotation": [65, 0, 0], + "cubes": [ + {"origin": [-0.5, 14.4, -3.53431], "size": [4, 0, 2], "uv": [41, 29]} + ] + }, + { + "name": "skirt_left2", + "parent": "skirt_left", + "pivot": [3.5, 14.4, 0], + "rotation": [0, 0, 52.5], + "cubes": [ + {"origin": [3.5, 14.4, -1.53431], "size": [7, 0, 2], "uv": [19, 11]} + ] + }, + { + "name": "skirt_left_frill3", + "parent": "skirt_left2", + "pivot": [5.5, 14.4, 0.46569], + "rotation": [-65, 0, 0], + "cubes": [ + {"origin": [3.5, 14.4, 0.46569], "size": [6, 0, 3], "uv": [49, 25]} + ] + }, + { + "name": "skirt_left_frill4", + "parent": "skirt_left2", + "pivot": [5.5, 14.4, -1.53431], + "rotation": [75, 0, 0], + "cubes": [ + {"origin": [3.5, 14.4, -4.53431], "size": [6, 0, 3], "uv": [9, 14]} + ] + }, + { + "name": "leg_left", + "parent": "abdomen", + "pivot": [0.4, 12.8, 0], + "cubes": [ + {"origin": [0.25, 11.8, -2.1], "size": [3, 2, 3], "inflate": -0.25, "pivot": [1.75, 12.8, -0.5], "rotation": [2.5, 0, 0], "uv": [33, 0]} + ] + }, + { + "name": "leg_left2", + "parent": "leg_left", + "pivot": [1.75, 12.15, -0.5], + "cubes": [ + {"origin": [0.25, 6.3, -2], "size": [3, 6, 3], "inflate": -0.15, "pivot": [1.75, 9.3, -0.5], "rotation": [2.5, 0, 0], "uv": [0, 11]} + ] + }, + { + "name": "leg_left3", + "parent": "leg_left2", + "pivot": [1.75, 6.8, -0.5], + "cubes": [ + {"origin": [0.25, 2.75, -2], "size": [3, 4, 3], "uv": [24, 30]} + ] + }, + { + "name": "foot_left", + "parent": "leg_left3", + "pivot": [1.75, 3.02, -1], + "cubes": [ + {"origin": [0.25, 0.85, -2.25], "size": [3, 2, 3], "inflate": 0.25, "pivot": [1.75, 1.85, -0.75], "rotation": [-12.5, 0, 0], "uv": [10, 34]} + ] + }, + { + "name": "foot_left2", + "parent": "foot_left", + "pivot": [1.75, 0.89, -1.65], + "cubes": [ + {"origin": [1.25, -0.01, -3.1], "size": [1, 1, 2], "uv": [6, 61]}, + {"origin": [1.75, -0.01, -4.1], "size": [0, 1, 1], "uv": [6, 61], "mirror": true} + ] + }, + { + "name": "leg_right", + "parent": "abdomen", + "pivot": [-0.4, 12.8, 0], + "cubes": [ + {"origin": [-3.25, 11.8, -2.1], "size": [3, 2, 3], "inflate": -0.25, "pivot": [-1.75, 12.8, -0.5], "rotation": [2.5, 0, 0], "uv": [35, 7], "mirror": true} + ] + }, + { + "name": "leg_right2", + "parent": "leg_right", + "pivot": [-1.75, 12.15, -0.5], + "cubes": [ + {"origin": [-3.25, 6.3, -2], "size": [3, 6, 3], "inflate": -0.15, "pivot": [-1.75, 9.3, -0.5], "rotation": [2.5, 0, 0], "uv": [9, 17], "mirror": true} + ] + }, + { + "name": "leg_right3", + "parent": "leg_right2", + "pivot": [-1.75, 6.8, -0.5], + "cubes": [ + {"origin": [-3.25, 2.75, -2], "size": [3, 4, 3], "uv": [24, 30], "mirror": true} + ] + }, + { + "name": "foot_right", + "parent": "leg_right3", + "pivot": [-1.75, 3.02, -1], + "cubes": [ + {"origin": [-3.25, 0.85, -2.25], "size": [3, 2, 3], "inflate": 0.25, "pivot": [-1.75, 1.85, -0.75], "rotation": [-12.5, 0, 0], "uv": [10, 34], "mirror": true} + ] + }, + { + "name": "foot_right2", + "parent": "foot_right", + "pivot": [-1.75, 0.89, -1.65], + "cubes": [ + {"origin": [-2.25, -0.01, -3.1], "size": [1, 1, 2], "uv": [6, 61], "mirror": true}, + {"origin": [-1.75, -0.01, -4.1], "size": [0, 1, 1], "uv": [4, 61]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/lycanroc/lycanroc.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/lycanroc/lycanroc.geo.json new file mode 100644 index 0000000..24805ec --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/lycanroc/lycanroc.geo.json @@ -0,0 +1,461 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 6, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "lycanroc", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "lycanroc", + "pivot": [0.5, 0, 1.66752] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 11.025, -1.25748], + "cubes": [ + {"origin": [-4, 9.175, 0.74252], "size": [8, 7, 10], "uv": [34, 10]}, + {"origin": [-4.5, 8.2, -9.25748], "size": [9, 9, 11], "uv": [0, 20]}, + {"origin": [0, 5.2, -11.25748], "size": [0, 5, 11], "uv": [0, 50]} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 16.625, -12.825], + "cubes": [ + {"origin": [-4, 15.025, -19.075], "size": [8, 7, 8], "uv": [34, 48]}, + {"origin": [-0.5, 16.225, -23.075], "size": [1, 1, 1], "inflate": 0.01, "uv": [6, 0]} + ] + }, + { + "name": "eye_left2", + "parent": "head", + "pivot": [0, 4.025, -10.075], + "cubes": [ + {"origin": [-3, 18.15, -19.4], "size": [1, 2, 1], "inflate": -0.3, "uv": [0, 95], "mirror": true} + ] + }, + { + "name": "eye_right2", + "parent": "head", + "pivot": [0, 4.025, -10.075], + "cubes": [ + {"origin": [0.975, 19.475, -19.125], "size": [3, 1, 0], "pivot": [3, 20.05, -19.075], "rotation": [0, 0, -25], "uv": [0, 94]}, + {"origin": [-3.975, 19.475, -19.125], "size": [3, 1, 0], "pivot": [-3, 20.05, -19.075], "rotation": [0, 0, 25], "uv": [0, 94], "mirror": true}, + {"origin": [2, 18.15, -19.4], "size": [1, 2, 1], "inflate": -0.3, "uv": [0, 95]} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [-2, 15.325, -19.675] + }, + { + "name": "mouth_top", + "parent": "mouth", + "pivot": [-2, 15.325, -19.675], + "cubes": [ + {"origin": [-2, 15.225, -23.075], "size": [4, 3, 5], "uv": [70, 13]}, + {"origin": [1.4, 14.175, -20.675], "size": [0, 1, 1], "pivot": [2, 15.325, -19.675], "rotation": [-45, 0, 0], "uv": [8, 1]}, + {"origin": [-1.4, 14.175, -20.675], "size": [0, 1, 1], "pivot": [-2, 15.325, -19.675], "rotation": [-45, 0, 0], "uv": [8, 1], "mirror": true} + ] + }, + { + "name": "jaw", + "parent": "mouth", + "pivot": [0, 14.725, -16.075], + "cubes": [ + {"origin": [-1.5, 14.225, -22.375], "size": [3, 1, 7], "uv": [33, 0]} + ] + }, + { + "name": "mask_left2", + "parent": "head", + "pivot": [-2, 16.025, -17.075], + "rotation": [-11.18109, 28.03749, -28.07796], + "cubes": [ + {"origin": [-7.81281, 14.6322, -16.83698], "size": [7, 3, 0], "pivot": [-4.58781, 16.0572, -16.83698], "rotation": [7.36822, -19.18167, -12.16617], "uv": [43, 27]}, + {"origin": [-7.81457, 17.49113, -16.03832], "size": [7, 5, 0], "pivot": [-1.5, 20.525, -17.075], "rotation": [-0.09853, -20.4981, 9.59834], "uv": [57, 80]} + ] + }, + { + "name": "mask_right2", + "parent": "head", + "pivot": [2, 16.025, -17.075], + "rotation": [-11.18109, -28.03749, 28.07796], + "cubes": [ + {"origin": [0.81281, 14.6322, -16.83698], "size": [7, 3, 0], "pivot": [4.58781, 16.0572, -16.83698], "rotation": [7.36822, 19.18167, 12.16617], "uv": [23, 48]}, + {"origin": [0.81457, 17.49113, -16.03832], "size": [7, 5, 0], "pivot": [1.5, 20.525, -17.075], "rotation": [-0.09853, 20.4981, -9.59834], "uv": [71, 80]} + ] + }, + { + "name": "mask_right", + "parent": "head", + "pivot": [-2, 16.025, -17.075], + "rotation": [-11.18109, 28.03749, -28.07796] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [-1.5, 17.025, -16.325] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [2.5, 18.425, -19.085] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-2.5, 18.025, -18.575] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [-2.5, 18.425, -19.085] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [2.4, 18.025, -18.475] + }, + { + "name": "ear_left", + "parent": "head", + "pivot": [2.1052, 21.03831, -15.325], + "rotation": [0, 0, 9], + "cubes": [ + {"origin": [0.92965, 21.3955, -16.575], "size": [3, 4, 2], "uv": [24, 57]}, + {"origin": [1.50465, 25.3955, -15.575], "size": [2, 3, 1], "uv": [33, 0]} + ] + }, + { + "name": "ear_right", + "parent": "head", + "pivot": [-2.8302, 21.03831, -15.325], + "rotation": [0, 0, -9], + "cubes": [ + {"origin": [-3.93858, 21.28209, -16.575], "size": [3, 4, 2], "uv": [36, 84]}, + {"origin": [-3.51358, 25.28209, -15.575], "size": [2, 3, 1], "uv": [23, 40]} + ] + }, + { + "name": "tail_base", + "parent": "torso", + "pivot": [0, 15.025, 10.34252], + "rotation": [30, 0, 0], + "cubes": [ + {"origin": [-1, 14.025, 9.84252], "size": [2, 2, 3], "uv": [10, 87]} + ] + }, + { + "name": "tail_2", + "parent": "tail_base", + "pivot": [0, 15, 13.16752], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-2, 13, 12.66752], "size": [4, 4, 5], "uv": [16, 68]} + ] + }, + { + "name": "tail3", + "parent": "tail_2", + "pivot": [0, 15.25, 17], + "rotation": [-12.5, 0, 0], + "cubes": [ + {"origin": [-3, 12, 16.5], "size": [6, 6, 7], "uv": [59, 41]}, + {"origin": [0, 18, 16.5], "size": [0, 3, 7], "uv": [29, 20]} + ] + }, + { + "name": "tail4", + "parent": "tail3", + "pivot": [0, 15, 21.5], + "rotation": [-35, 0, 0], + "cubes": [ + {"origin": [-4, 11, 21], "size": [8, 8, 10], "uv": [30, 30]}, + {"origin": [0, 19, 21], "size": [0, 4, 12], "uv": [0, 45]} + ] + }, + { + "name": "tail5", + "parent": "tail4", + "pivot": [0, 15, 30.5], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-3, 12, 26.5], "size": [6, 6, 7], "uv": [56, 27]} + ] + }, + { + "name": "bone3", + "parent": "tail5", + "pivot": [0, 15, 33], + "rotation": [32.5, 0, 0], + "cubes": [ + {"origin": [0, 12.375, 31.5], "size": [0, 6, 7], "uv": [60, 5]} + ] + }, + { + "name": "neck_ruff_big", + "parent": "torso", + "pivot": [0, 15.66541, -8.34577], + "cubes": [ + {"origin": [-5.5, 12.19041, -13.84577], "size": [11, 9, 11], "pivot": [0, 15.66541, -8.34577], "rotation": [-20, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "spike7", + "parent": "neck_ruff_big", + "pivot": [2.35869, 18.53295, -7.789], + "rotation": [-52.25639, 16.27682, 33.40144], + "cubes": [ + {"origin": [0.39619, 17.28295, -9.314], "size": [4, 7, 3], "uv": [54, 70]}, + {"origin": [0.82119, 24.28295, -8.764], "size": [3, 3, 2], "uv": [56, 85]} + ] + }, + { + "name": "spike8", + "parent": "neck_ruff_big", + "pivot": [-2.35869, 18.53295, -7.789], + "rotation": [-52.25639, -16.27682, -33.40144], + "cubes": [ + {"origin": [-4.39619, 17.28295, -9.314], "size": [4, 7, 3], "uv": [54, 70], "mirror": true}, + {"origin": [-3.82119, 24.28295, -8.764], "size": [3, 3, 2], "uv": [56, 85], "mirror": true} + ] + }, + { + "name": "spike11", + "parent": "neck_ruff_big", + "pivot": [-3.20869, 17.95795, -12.264], + "rotation": [-52.66506, -20.66348, -89.59331], + "cubes": [ + {"origin": [-5.24619, 18.70795, -13.789], "size": [4, 4, 3], "uv": [79, 64], "mirror": true}, + {"origin": [-4.67119, 22.70795, -13.239], "size": [3, 3, 2], "uv": [85, 46], "mirror": true} + ] + }, + { + "name": "spike10", + "parent": "neck_ruff_big", + "pivot": [3.20869, 17.95795, -12.264], + "rotation": [-52.66506, 20.66348, 89.59331], + "cubes": [ + {"origin": [1.24619, 18.70795, -13.789], "size": [4, 4, 3], "uv": [79, 64]}, + {"origin": [1.67119, 22.70795, -13.239], "size": [3, 3, 2], "uv": [85, 46]} + ] + }, + { + "name": "spike6", + "parent": "neck_ruff_big", + "pivot": [1.95869, 19.35795, -9.964], + "rotation": [-19.97858, 15.71923, 53.61751], + "cubes": [ + {"origin": [-0.00381, 18.10795, -11.489], "size": [4, 7, 3], "uv": [76, 0]}, + {"origin": [0.42119, 25.10795, -10.939], "size": [3, 3, 2], "uv": [86, 86]}, + {"origin": [0.42119, 28.10795, -9.939], "size": [3, 3, 0], "uv": [0, 99]} + ] + }, + { + "name": "spike4", + "parent": "neck_ruff_big", + "pivot": [1.35869, 15.69205, -11.689], + "rotation": [7.87151, -6.37409, -57.91764], + "cubes": [ + {"origin": [-0.60381, 9.94205, -13.214], "size": [4, 7, 3], "uv": [31, 74]}, + {"origin": [-0.17881, 6.94205, -12.664], "size": [3, 3, 2], "uv": [86, 19]}, + {"origin": [-0.17881, 3.94205, -11.664], "size": [3, 3, 0], "uv": [0, 102]} + ] + }, + { + "name": "spike3", + "parent": "neck_ruff_big", + "pivot": [-1.35869, 15.69205, -11.689], + "rotation": [7.87151, 6.37409, 57.91764], + "cubes": [ + {"origin": [-3.39619, 9.94205, -13.214], "size": [4, 7, 3], "uv": [75, 21]}, + {"origin": [-2.82119, 6.94205, -12.664], "size": [3, 3, 2], "uv": [76, 86]}, + {"origin": [-2.82119, 3.94205, -11.664], "size": [3, 3, 0], "uv": [0, 102], "mirror": true} + ] + }, + { + "name": "spike2", + "parent": "neck_ruff_big", + "pivot": [-1.95869, 19.35795, -9.964], + "rotation": [-19.97858, -15.71923, -53.61751], + "cubes": [ + {"origin": [-3.99619, 18.10795, -11.489], "size": [4, 7, 3], "uv": [76, 0], "mirror": true}, + {"origin": [-3.42119, 25.10795, -10.939], "size": [3, 3, 2], "uv": [86, 86], "mirror": true}, + {"origin": [-3.42881, 28.10795, -9.939], "size": [3, 3, 0], "uv": [0, 99], "mirror": true} + ] + }, + { + "name": "spike9", + "parent": "neck_ruff_big", + "pivot": [0, 18.0404, -6.21827], + "rotation": [-64, 0, 0], + "cubes": [ + {"origin": [-1.9625, 16.78774, -8.08012], "size": [4, 7, 4], "uv": [38, 63]}, + {"origin": [-1.5375, 23.78774, -7.53012], "size": [3, 4, 3], "uv": [46, 0]}, + {"origin": [0, 27.78774, -8.03012], "size": [0, 3, 3], "uv": [0, 102]} + ] + }, + { + "name": "spike5", + "parent": "neck_ruff_big", + "pivot": [0, 20.2904, -10.46827], + "rotation": [-50, 0, 0], + "cubes": [ + {"origin": [-1.9625, 20.03774, -12.33012], "size": [4, 6, 4], "uv": [0, 66]}, + {"origin": [-1.5375, 26.03774, -11.78012], "size": [3, 4, 3], "uv": [45, 77]} + ] + }, + { + "name": "neck", + "parent": "torso", + "pivot": [0, 12.22749, -12.11432], + "rotation": [-8.5, 0, 0], + "cubes": [ + {"origin": [-3, 12.33405, -16.92946], "size": [6, 6, 11], "pivot": [0, 14.25945, -13.11624], "rotation": [-32.5, 0, 0], "uv": [0, 40]}, + {"origin": [0, 7.79675, -14.45963], "size": [0, 5, 8], "pivot": [0, 14.79675, -11.95963], "rotation": [-32.5, 0, 0], "uv": [22, 55]} + ] + }, + { + "name": "leg", + "parent": "body", + "pivot": [2.5, 3.3, -3.05] + }, + { + "name": "leg_front_right4", + "parent": "leg", + "pivot": [-5, 15.27324, -5.45835], + "rotation": [7.5, 0, 0], + "cubes": [ + {"origin": [-6.5, 9.42943, -8.84138], "size": [3, 6, 4], "inflate": 0.01, "uv": [77, 54]} + ] + }, + { + "name": "leg_front_right5", + "parent": "leg_front_right4", + "pivot": [-4.5, 9.55995, -5.83282], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-5.5, 0.69048, -6.84138], "size": [2, 9, 2], "uv": [0, 20]} + ] + }, + { + "name": "leg_front_right6", + "parent": "leg_front_right5", + "pivot": [-4.5, 0.55995, -5.83282], + "rotation": [7.4, 0, 0], + "cubes": [ + {"origin": [-6.1, -0.07951, -8.8745], "size": [3, 1, 4], "inflate": 0.01, "uv": [83, 10]}, + {"origin": [-3.3, -0.07951, -9.8745], "size": [0, 1, 1], "uv": [0, 20]}, + {"origin": [-4.5, -0.07951, -9.8745], "size": [0, 1, 1], "uv": [8, 19]}, + {"origin": [-5.9, -0.07951, -9.8745], "size": [0, 1, 1], "uv": [6, 19]} + ] + }, + { + "name": "leg_front_left4", + "parent": "leg", + "pivot": [5, 15.27324, -5.45835], + "rotation": [7.5, 0, 0], + "cubes": [ + {"origin": [3.5, 9.63733, -8.97383], "size": [3, 6, 4], "inflate": 0.01, "uv": [14, 77]} + ] + }, + { + "name": "leg_front_left5", + "parent": "leg_front_left4", + "pivot": [4.5, 9.76786, -5.96527], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [3.5, 0.89839, -6.97383], "size": [2, 9, 2], "uv": [0, 0]} + ] + }, + { + "name": "leg_front_left6", + "parent": "leg_front_left5", + "pivot": [4.5, 0.76786, -5.96527], + "rotation": [7.4, 0, 0], + "cubes": [ + {"origin": [3.1, 0.00924, -9.01523], "size": [3, 1, 4], "inflate": 0.01, "uv": [82, 73]}, + {"origin": [3.3, 0.00924, -10.01523], "size": [0, 1, 1], "uv": [0, 19]}, + {"origin": [4.5, 0.00924, -10.01523], "size": [0, 1, 1], "uv": [8, 9]}, + {"origin": [5.9, 0.00924, -10.01523], "size": [0, 1, 1], "uv": [8, 8]} + ] + }, + { + "name": "leg_back_right4", + "parent": "leg", + "pivot": [-3.55, 13.96641, 7.52103], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-5.05, 7.47783, 4.75956], "size": [3, 7, 5], "inflate": 0.01, "uv": [60, 0]} + ] + }, + { + "name": "leg_back_right5", + "parent": "leg_back_right4", + "pivot": [-4.05, 7.78146, 7.98943], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [-5.05, 0.82704, 7.51037], "size": [2, 8, 2], "uv": [0, 40]} + ] + }, + { + "name": "leg_back_right6", + "parent": "leg_back_right5", + "pivot": [-3.55, 0.76419, 9.50657], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-5.45, 0.00176, 5.47632], "size": [3, 1, 4], "inflate": 0.01, "uv": [81, 81]}, + {"origin": [-5.25, -0.00093, 4.61402], "size": [0, 1, 1], "uv": [8, 4]}, + {"origin": [-3.85, -0.00093, 4.61402], "size": [0, 1, 1], "uv": [8, 3]}, + {"origin": [-2.65, -0.00093, 4.61402], "size": [0, 1, 1], "uv": [8, 2]} + ] + }, + { + "name": "leg_back_left4", + "parent": "leg", + "pivot": [3.55, 13.96641, 7.52103], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [2.05, 7.47783, 4.75956], "size": [3, 7, 5], "inflate": 0.01, "uv": [61, 58]} + ] + }, + { + "name": "leg_back_left5", + "parent": "leg_back_left4", + "pivot": [4.05, 7.78146, 7.98943], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [3.05, 0.82704, 7.51037], "size": [2, 8, 2], "uv": [28, 84]} + ] + }, + { + "name": "leg_back_left6", + "parent": "leg_back_left5", + "pivot": [3.55, 0.76419, 8.50657], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [2.45, -0.0854, 5.47252], "size": [3, 1, 4], "inflate": 0.01, "uv": [82, 31]}, + {"origin": [5.25, -0.08809, 4.61021], "size": [0, 1, 1], "uv": [8, 5]}, + {"origin": [3.85, -0.08809, 4.61021], "size": [0, 1, 1], "uv": [8, 6]}, + {"origin": [2.65, -0.08809, 4.61021], "size": [0, 1, 1], "uv": [8, 7]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/lycanroc_dusk/lycanroc_dusk.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/lycanroc_dusk/lycanroc_dusk.geo.json new file mode 100644 index 0000000..07d1073 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/lycanroc_dusk/lycanroc_dusk.geo.json @@ -0,0 +1,492 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 6, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "lycanroc", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "lycanroc", + "pivot": [0.5, 0, 1.66752] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0.5, 0, 1.66752], + "cubes": [ + {"origin": [-4, 9.175, 0.74252], "size": [8, 7, 10], "uv": [34, 10]}, + {"origin": [-4.5, 8.2, -9.25748], "size": [9, 9, 11], "uv": [0, 20]}, + {"origin": [0, 5.2, -11.25748], "size": [0, 5, 11], "uv": [0, 50]} + ] + }, + { + "name": "neck", + "parent": "torso", + "pivot": [0, 12.22749, -12.11432], + "rotation": [-8.5, 0, 0], + "cubes": [ + {"origin": [-3, 11.79675, -16.45963], "size": [6, 6, 11], "pivot": [0, 14.79675, -11.95963], "rotation": [-32.5, 0, 0], "uv": [0, 40]}, + {"origin": [0, 7.79675, -14.45963], "size": [0, 5, 8], "pivot": [0, 14.79675, -11.95963], "rotation": [-32.5, 0, 0], "uv": [22, 55]} + ] + }, + { + "name": "neck_ruff_big", + "parent": "torso", + "pivot": [0, 15.66541, -8.34577], + "cubes": [ + {"origin": [-5.5, 12.19041, -13.84577], "size": [11, 9, 11], "pivot": [0, 15.66541, -8.34577], "rotation": [-20, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "spike7", + "parent": "neck_ruff_big", + "pivot": [2.35869, 18.53295, -7.789], + "rotation": [-52.25639, 16.27682, 33.40144], + "cubes": [ + {"origin": [0.39619, 17.28295, -9.314], "size": [4, 7, 3], "uv": [54, 70]}, + {"origin": [0.82119, 24.28295, -8.764], "size": [3, 3, 2], "uv": [56, 85]} + ] + }, + { + "name": "spike8", + "parent": "neck_ruff_big", + "pivot": [-2.35869, 18.53295, -7.789], + "rotation": [-52.25639, -16.27682, -33.40144], + "cubes": [ + {"origin": [-4.39619, 17.28295, -9.314], "size": [4, 7, 3], "uv": [54, 70], "mirror": true}, + {"origin": [-3.82119, 24.28295, -8.764], "size": [3, 3, 2], "uv": [56, 85], "mirror": true} + ] + }, + { + "name": "spike11", + "parent": "neck_ruff_big", + "pivot": [-3.20869, 17.95795, -12.264], + "rotation": [-52.66506, -20.66348, -89.59331], + "cubes": [ + {"origin": [-5.24619, 18.70795, -13.789], "size": [4, 4, 3], "uv": [79, 64], "mirror": true}, + {"origin": [-4.67119, 22.70795, -13.239], "size": [3, 3, 2], "uv": [85, 46], "mirror": true} + ] + }, + { + "name": "spike10", + "parent": "neck_ruff_big", + "pivot": [3.20869, 17.95795, -12.264], + "rotation": [-52.66506, 20.66348, 89.59331], + "cubes": [ + {"origin": [1.24619, 18.70795, -13.789], "size": [4, 4, 3], "uv": [79, 64]}, + {"origin": [1.67119, 22.70795, -13.239], "size": [3, 3, 2], "uv": [85, 46]} + ] + }, + { + "name": "spike6", + "parent": "neck_ruff_big", + "pivot": [1.95869, 19.35795, -9.964], + "rotation": [-19.97858, 15.71923, 53.61751], + "cubes": [ + {"origin": [-0.00381, 18.10795, -11.489], "size": [4, 7, 3], "uv": [76, 0]}, + {"origin": [0.42119, 25.10795, -10.939], "size": [3, 3, 2], "uv": [86, 86]}, + {"origin": [0.42119, 28.10795, -9.939], "size": [3, 3, 0], "uv": [0, 99]} + ] + }, + { + "name": "spike5", + "parent": "neck_ruff_big", + "pivot": [0, 20.2904, -9.09327], + "rotation": [-50, 0, 0], + "cubes": [ + {"origin": [-1.9625, 20.03774, -10.95512], "size": [4, 6, 4], "uv": [0, 66]}, + {"origin": [-1.5375, 25.03774, -10.40512], "size": [3, 4, 3], "uv": [45, 77]}, + {"origin": [0, 25.03774, -16.40512], "size": [0, 4, 6], "uv": [97, 114]} + ] + }, + { + "name": "spike4", + "parent": "neck_ruff_big", + "pivot": [1.35869, 15.69205, -11.689], + "rotation": [7.87151, -6.37409, -57.91764], + "cubes": [ + {"origin": [-0.60381, 9.94205, -13.214], "size": [4, 7, 3], "uv": [31, 74]}, + {"origin": [-0.17881, 6.94205, -12.664], "size": [3, 3, 2], "uv": [86, 19]}, + {"origin": [-0.17881, 3.94205, -11.664], "size": [3, 3, 0], "uv": [0, 102]} + ] + }, + { + "name": "spike3", + "parent": "neck_ruff_big", + "pivot": [-1.35869, 15.69205, -11.689], + "rotation": [7.87151, 6.37409, 57.91764], + "cubes": [ + {"origin": [-3.39619, 9.94205, -13.214], "size": [4, 7, 3], "uv": [75, 21]}, + {"origin": [-2.82119, 6.94205, -12.664], "size": [3, 3, 2], "uv": [76, 86]}, + {"origin": [-2.82119, 3.94205, -11.664], "size": [3, 3, 0], "uv": [0, 102], "mirror": true} + ] + }, + { + "name": "spike2", + "parent": "neck_ruff_big", + "pivot": [-1.95869, 19.35795, -9.964], + "rotation": [-19.97858, -15.71923, -53.61751], + "cubes": [ + {"origin": [-3.99619, 18.10795, -11.489], "size": [4, 7, 3], "uv": [76, 0], "mirror": true}, + {"origin": [-3.42119, 25.10795, -10.939], "size": [3, 3, 2], "uv": [86, 86], "mirror": true}, + {"origin": [-3.42881, 28.10795, -9.939], "size": [3, 3, 0], "uv": [0, 99], "mirror": true} + ] + }, + { + "name": "spike9", + "parent": "neck_ruff_big", + "pivot": [0, 18.0404, -6.21827], + "rotation": [-64, 0, 0], + "cubes": [ + {"origin": [-1.9625, 16.78774, -8.08012], "size": [4, 7, 4], "uv": [38, 63]}, + {"origin": [-1.5375, 23.78774, -7.53012], "size": [3, 4, 3], "uv": [46, 0]}, + {"origin": [0, 27.78774, -8.03012], "size": [0, 3, 3], "uv": [0, 102]} + ] + }, + { + "name": "tail_base", + "parent": "torso", + "pivot": [0, 15.025, 10.34252], + "rotation": [30, 0, 0], + "cubes": [ + {"origin": [-1, 14.025, 9.84252], "size": [2, 2, 3], "uv": [10, 87]} + ] + }, + { + "name": "tail_2", + "parent": "tail_base", + "pivot": [0, 15, 13.16752], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-2, 13, 12.66752], "size": [4, 4, 5], "uv": [16, 68]} + ] + }, + { + "name": "tail3", + "parent": "tail_2", + "pivot": [0, 15.25, 17], + "rotation": [-12.5, 0, 0], + "cubes": [ + {"origin": [-3, 12, 16.5], "size": [6, 6, 7], "uv": [59, 41]}, + {"origin": [0, 18, 16.5], "size": [0, 3, 7], "uv": [29, 20]} + ] + }, + { + "name": "tail4", + "parent": "tail3", + "pivot": [0, 15, 21.5], + "rotation": [-35, 0, 0], + "cubes": [ + {"origin": [-4, 11, 21], "size": [8, 8, 10], "uv": [30, 30]}, + {"origin": [0, 19, 21], "size": [0, 4, 12], "uv": [0, 45]} + ] + }, + { + "name": "tail5", + "parent": "tail4", + "pivot": [0, 15, 30.5], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-3, 12, 26.5], "size": [6, 6, 7], "uv": [56, 27]} + ] + }, + { + "name": "bone3", + "parent": "tail5", + "pivot": [0, 15, 33], + "rotation": [32.5, 0, 0], + "cubes": [ + {"origin": [0, 12.375, 31.5], "size": [0, 6, 7], "uv": [60, 5]} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 16.025, -12.075], + "cubes": [ + {"origin": [-4, 15.025, -19.075], "size": [8, 7, 8], "uv": [34, 48]}, + {"origin": [-0.5, 16.225, -23.075], "size": [1, 1, 1], "inflate": 0.01, "uv": [6, 0]} + ] + }, + { + "name": "eye_left2", + "parent": "head", + "pivot": [0, 4.025, -10.075], + "cubes": [ + {"origin": [-3, 18.15, -19.4], "size": [1, 2, 1], "inflate": -0.3, "uv": [0, 95], "mirror": true} + ] + }, + { + "name": "eye_right2", + "parent": "head", + "pivot": [0, 4.025, -10.075], + "cubes": [ + {"origin": [0.975, 19.475, -19.125], "size": [3, 1, 0], "pivot": [3, 20.05, -19.075], "rotation": [0, 0, -25], "uv": [0, 94]}, + {"origin": [-3.975, 19.475, -19.125], "size": [3, 1, 0], "pivot": [-3, 20.05, -19.075], "rotation": [0, 0, 25], "uv": [0, 94], "mirror": true}, + {"origin": [2, 18.15, -19.4], "size": [1, 2, 1], "inflate": -0.3, "uv": [0, 95]} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [-2, 15.325, -19.675] + }, + { + "name": "mouth_top", + "parent": "mouth", + "pivot": [-2, 15.325, -19.675], + "cubes": [ + {"origin": [-2, 15.225, -23.075], "size": [4, 3, 5], "uv": [70, 13]}, + {"origin": [1.4, 14.175, -20.675], "size": [0, 1, 1], "pivot": [2, 15.325, -19.675], "rotation": [-45, 0, 0], "uv": [8, 1]}, + {"origin": [-1.4, 14.175, -20.675], "size": [0, 1, 1], "pivot": [-2, 15.325, -19.675], "rotation": [-45, 0, 0], "uv": [8, 1], "mirror": true} + ] + }, + { + "name": "jaw", + "parent": "mouth", + "pivot": [0, 14.725, -16.075], + "cubes": [ + {"origin": [-1.5, 14.225, -22.375], "size": [3, 1, 7], "uv": [33, 0]} + ] + }, + { + "name": "mask_left2", + "parent": "head", + "pivot": [-2, 16.025, -17.075], + "rotation": [-11.18109, 28.03749, -28.07796], + "cubes": [ + {"origin": [-7.81281, 14.6322, -16.83698], "size": [7, 3, 0], "pivot": [-4.58781, 16.0572, -16.83698], "rotation": [7.36822, -19.18167, -12.16617], "uv": [43, 27]}, + {"origin": [-7.81457, 17.49113, -16.03832], "size": [7, 5, 0], "pivot": [-1.5, 20.525, -17.075], "rotation": [-0.09853, -20.4981, 9.59834], "uv": [57, 80]} + ] + }, + { + "name": "mask_right2", + "parent": "head", + "pivot": [2, 16.025, -17.075], + "rotation": [-11.18109, -28.03749, 28.07796], + "cubes": [ + {"origin": [0.81281, 14.6322, -16.83698], "size": [7, 3, 0], "pivot": [4.58781, 16.0572, -16.83698], "rotation": [7.36822, 19.18167, 12.16617], "uv": [23, 48]}, + {"origin": [0.81457, 17.49113, -16.03832], "size": [7, 5, 0], "pivot": [1.5, 20.525, -17.075], "rotation": [-0.09853, 20.4981, -9.59834], "uv": [71, 80]} + ] + }, + { + "name": "mask_right", + "parent": "head", + "pivot": [-2, 16.025, -17.075], + "rotation": [-11.18109, 28.03749, -28.07796] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [-1.5, 17.025, -16.325] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [2.5, 18.425, -19.085] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-2.5, 18.025, -18.575] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [-2.5, 18.425, -19.085] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [2.4, 18.025, -18.475] + }, + { + "name": "ear_right", + "parent": "head", + "pivot": [-2.1052, 21.26331, -15.325], + "rotation": [0, 0, -20.25], + "cubes": [ + {"origin": [-3.92965, 21.6205, -16.575], "size": [3, 4, 2], "uv": [24, 57], "mirror": true}, + {"origin": [-3.50465, 25.6205, -15.575], "size": [2, 3, 1], "uv": [33, 0], "mirror": true} + ] + }, + { + "name": "ear_left", + "parent": "head", + "pivot": [2.1052, 21.26331, -15.325], + "rotation": [0, 0, 20.25], + "cubes": [ + {"origin": [0.92965, 21.6205, -16.575], "size": [3, 4, 2], "uv": [24, 57]}, + {"origin": [1.50465, 25.6205, -15.575], "size": [2, 3, 1], "uv": [33, 0]} + ] + }, + { + "name": "spike12", + "parent": "head", + "pivot": [0, 20.2904, -6.79327], + "rotation": [33.5, 0, 0], + "cubes": [ + {"origin": [-1.9625, 20.03774, -8.65512], "size": [4, 6, 4], "inflate": 0.025, "uv": [96, 81]}, + {"origin": [-1.5, 25.53774, -6.98012], "size": [3, 4, 3], "pivot": [0.075, 23.03774, -6.00512], "rotation": [20.25, 0, 0], "uv": [96, 91]}, + {"origin": [0, 28.94491, -9.07752], "size": [0, 7, 3], "pivot": [0, 28.82636, -7.52374], "rotation": [36.5, 0, 0], "uv": [97, 110]} + ] + }, + { + "name": "spike13", + "parent": "head", + "pivot": [-0.5, 22.6654, -11.11827], + "rotation": [71.5, 0, 0], + "cubes": [ + {"origin": [-1.4625, 22.41274, -12.98012], "size": [3, 6, 3], "inflate": 0.025, "uv": [100, 65]} + ] + }, + { + "name": "bone4", + "parent": "spike13", + "pivot": [-0.4625, 25.41274, -10.33012], + "rotation": [2, 0, 0], + "cubes": [ + {"origin": [-1.0375, 27.91274, -11.93012], "size": [2, 4, 2], "pivot": [-0.4625, 25.41274, -10.33012], "rotation": [20.25, 0, 0], "uv": [100, 75]}, + {"origin": [-0.0375, 27.91274, -11.93012], "size": [0, 8, 3], "pivot": [-0.4625, 25.41274, -10.33012], "rotation": [20.25, 0, 0], "uv": [95, 95]} + ] + }, + { + "name": "leg", + "parent": "body", + "pivot": [2.5, 3.3, -3.05] + }, + { + "name": "leg_front_right4", + "parent": "leg", + "pivot": [-5, 15.27324, -6.45835], + "rotation": [7.5, 0, 0], + "cubes": [ + {"origin": [-6.5, 9.2989, -8.84993], "size": [3, 6, 4], "inflate": 0.01, "uv": [77, 54]} + ] + }, + { + "name": "leg_front_right5", + "parent": "leg_front_right4", + "pivot": [-4.5, 9.42943, -5.84138], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-5.5, 0.55995, -6.84993], "size": [2, 9, 2], "uv": [0, 20]} + ] + }, + { + "name": "leg_front_right6", + "parent": "leg_front_right5", + "pivot": [-4.5, 0.42943, -5.84138], + "rotation": [7.4, 0, 0], + "cubes": [ + {"origin": [-6.1, -0.21003, -8.88305], "size": [3, 1, 4], "inflate": 0.01, "uv": [83, 10]}, + {"origin": [-3.3, -0.21003, -9.88305], "size": [0, 1, 1], "uv": [0, 20]}, + {"origin": [-4.5, -0.21003, -9.88305], "size": [0, 1, 1], "uv": [8, 19]}, + {"origin": [-5.9, -0.21003, -9.88305], "size": [0, 1, 1], "uv": [6, 19]} + ] + }, + { + "name": "leg_front_left4", + "parent": "leg", + "pivot": [5, 15.27324, -6.45835], + "rotation": [7.5, 0, 0], + "cubes": [ + {"origin": [3.5, 9.2989, -8.84993], "size": [3, 6, 4], "inflate": 0.01, "uv": [14, 77]} + ] + }, + { + "name": "leg_front_left5", + "parent": "leg_front_left4", + "pivot": [4.5, 9.42943, -5.84138], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [3.5, 0.55995, -6.84993], "size": [2, 9, 2], "uv": [0, 0]} + ] + }, + { + "name": "leg_front_left6", + "parent": "leg_front_left5", + "pivot": [4.5, 0.42943, -5.84138], + "rotation": [7.4, 0, 0], + "cubes": [ + {"origin": [3.1, -0.45573, -8.83247], "size": [3, 1, 4], "inflate": 0.01, "uv": [82, 73]}, + {"origin": [3.3, -0.45573, -9.83247], "size": [0, 1, 1], "uv": [0, 19]}, + {"origin": [4.5, -0.45573, -9.83247], "size": [0, 1, 1], "uv": [8, 9]}, + {"origin": [5.9, -0.45573, -9.83247], "size": [0, 1, 1], "uv": [8, 8]} + ] + }, + { + "name": "leg_back_right4", + "parent": "leg", + "pivot": [-3.55, 13.96641, 7.52103], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-5.05, 7.47783, 4.75956], "size": [3, 7, 5], "inflate": 0.01, "uv": [60, 0]} + ] + }, + { + "name": "leg_back_right5", + "parent": "leg_back_right4", + "pivot": [-4.05, 7.78146, 7.98943], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [-5.05, 0.82704, 7.51037], "size": [2, 8, 2], "uv": [0, 40]} + ] + }, + { + "name": "leg_back_right6", + "parent": "leg_back_right5", + "pivot": [-3.55, 0.76419, 8.50657], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-5.45, -0.0854, 5.47252], "size": [3, 1, 4], "inflate": 0.01, "uv": [81, 81]}, + {"origin": [-5.25, -0.08809, 4.61021], "size": [0, 1, 1], "uv": [8, 4]}, + {"origin": [-3.85, -0.08809, 4.61021], "size": [0, 1, 1], "uv": [8, 3]}, + {"origin": [-2.65, -0.08809, 4.61021], "size": [0, 1, 1], "uv": [8, 2]} + ] + }, + { + "name": "leg_back_left4", + "parent": "leg", + "pivot": [3.55, 13.96641, 7.52103], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [2.05, 7.47783, 4.75956], "size": [3, 7, 5], "inflate": 0.01, "uv": [61, 58]} + ] + }, + { + "name": "leg_back_left5", + "parent": "leg_back_left4", + "pivot": [4.05, 7.78146, 7.98943], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [3.05, 0.82704, 7.51037], "size": [2, 8, 2], "uv": [28, 84]} + ] + }, + { + "name": "leg_back_left6", + "parent": "leg_back_left5", + "pivot": [3.55, 0.76419, 8.50657], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [2.45, -0.0854, 5.47252], "size": [3, 1, 4], "inflate": 0.01, "uv": [82, 31]}, + {"origin": [5.25, -0.08809, 4.61021], "size": [0, 1, 1], "uv": [8, 5]}, + {"origin": [3.85, -0.08809, 4.61021], "size": [0, 1, 1], "uv": [8, 6]}, + {"origin": [2.65, -0.08809, 4.61021], "size": [0, 1, 1], "uv": [8, 7]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/lycanroc_midnight/lycanroc_midnight.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/lycanroc_midnight/lycanroc_midnight.geo.json new file mode 100644 index 0000000..aa3b0a6 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/lycanroc_midnight/lycanroc_midnight.geo.json @@ -0,0 +1,469 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "bone9", + "pivot": [0, 0, 0] + }, + { + "name": "bone2", + "parent": "bone9", + "pivot": [0, 31.475, -3.075] + }, + { + "name": "body", + "parent": "bone2", + "pivot": [0, 19, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 19, 0] + }, + { + "name": "bottorso", + "parent": "torso", + "pivot": [0, 17.1375, 0.99252], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-4, 16.625, -2.25748], "size": [8, 7, 10], "pivot": [0, 20.1375, 0.99252], "rotation": [-82.5, 0, 0], "uv": [0, 18]} + ] + }, + { + "name": "tail_1", + "parent": "bottorso", + "pivot": [0, 16.57914, 5.50735], + "cubes": [ + {"origin": [-2, 23.125, 3.69252], "size": [4, 5, 4], "pivot": [0, 20.6375, 0.94252], "rotation": [-82.5, 0, 0], "uv": [52, 82]} + ] + }, + { + "name": "tail_2", + "parent": "tail_1", + "pivot": [0.5, 16.42732, 5.73859], + "cubes": [ + {"origin": [-2.5, 25.125, 2.69252], "size": [6, 6, 6], "pivot": [1.5, 20.6375, 0.94252], "rotation": [-82.5, 0, 0], "uv": [50, 18]}, + {"origin": [0.5, 15.54953, 11.81266], "size": [0, 6, 4], "pivot": [0.5, 18.54953, 13.81266], "rotation": [-97.5, 0, -180], "uv": [0, 48]}, + {"origin": [0.5, 29.125, 7.69252], "size": [0, 4, 3], "pivot": [1.5, 20.6375, 0.94252], "rotation": [-82.5, 0, 0], "uv": [19, 32]} + ] + }, + { + "name": "mid_torso", + "parent": "bottorso", + "pivot": [0, 20.1375, 0.99252], + "rotation": [10.25, 0, 0], + "cubes": [ + {"origin": [0, 10.65, -9.25748], "size": [0, 5, 6], "pivot": [-4.5, 20.1375, 0.99252], "rotation": [-72.5, 0, 0], "uv": [3, 66]}, + {"origin": [-4.5, 15.65, -9.25748], "size": [9, 9, 9], "pivot": [0, 20.1375, 0.99252], "rotation": [-72.5, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "claw_right2", + "parent": "mid_torso", + "pivot": [0, 20.1375, 0.99252], + "cubes": [ + {"origin": [0, 23.30283, 4.54045], "size": [0, 10, 5], "pivot": [0, 29.30283, 6.09045], "rotation": [-52.5, 0, 0], "uv": [0, 13]}, + {"origin": [-6.5, 20.65, -5.25748], "size": [2, 4, 4], "pivot": [0, 20.1375, 0.99252], "rotation": [-72.5, 0, 0], "uv": [41, 91]}, + {"origin": [-5.33733, 24.92402, 3.18128], "size": [6, 3, 5], "pivot": [-3.83733, 26.92402, 5.68128], "rotation": [-75.51826, 9.93191, -33.73499], "uv": [69, 25]}, + {"origin": [-0.66267, 24.92402, 3.18128], "size": [6, 3, 5], "inflate": 0.001, "pivot": [3.83733, 26.92402, 5.68128], "rotation": [-75.51826, -9.93191, 33.73499], "uv": [68, 16]}, + {"origin": [-6.5, 16.65, -4.25748], "size": [2, 4, 0], "pivot": [0, 20.1375, 0.99252], "rotation": [-72.5, 0, 0], "uv": [22, 62]}, + {"origin": [-6.5, 16.65, -2.25748], "size": [2, 4, 0], "pivot": [0, 20.1375, 0.99252], "rotation": [-72.5, 0, 0], "uv": [26, 55]} + ] + }, + { + "name": "claw_left2", + "parent": "claw_right2", + "pivot": [0, 20.1375, 0.99252], + "cubes": [ + {"origin": [4.5, 20.65, -5.25748], "size": [2, 4, 4], "pivot": [0, 20.1375, 0.99252], "rotation": [-72.5, 0, 0], "uv": [53, 91]}, + {"origin": [4.5, 16.65, -4.25748], "size": [2, 4, 0], "pivot": [0, 20.1375, 0.99252], "rotation": [-72.5, 0, 0], "uv": [66, 43]}, + {"origin": [4.5, 16.65, -2.25748], "size": [2, 4, 0], "pivot": [0, 20.1375, 0.99252], "rotation": [-72.5, 0, 0], "uv": [62, 49]} + ] + }, + { + "name": "arm_right", + "parent": "mid_torso", + "pivot": [-4.1, 26.65, -4.25748], + "cubes": [ + {"origin": [-14.1, 25.65, -5.25748], "size": [10, 2, 2], "uv": [72, 33], "mirror": true} + ] + }, + { + "name": "bone7", + "parent": "arm_right", + "pivot": [-13.61, 26.64, -4.24748], + "cubes": [ + {"origin": [-23.11, 25.64, -5.24748], "size": [9, 2, 2], "inflate": 0.01, "uv": [72, 37], "mirror": true} + ] + }, + { + "name": "palm2", + "parent": "bone7", + "pivot": [-21.57101, 26.80663, -5.77904], + "cubes": [ + {"origin": [-26.49301, 23.63894, -5.58754], "size": [5, 6, 3], "inflate": 0.135, "uv": [84, 41], "mirror": true}, + {"origin": [-31.36801, 28.86253, -5.19497], "size": [6, 0, 3], "pivot": [-25.64301, 28.86253, -4.21997], "rotation": [180, -39, 0], "uv": [15, 52], "mirror": true}, + {"origin": [-31.36801, 30.86253, -5.19497], "size": [6, 0, 3], "pivot": [-25.64301, 28.86253, -4.21997], "rotation": [180, -39, 0], "uv": [15, 52], "mirror": true}, + {"origin": [-31.36801, 32.86253, -5.19497], "size": [6, 0, 3], "pivot": [-25.64301, 28.86253, -4.21997], "rotation": [180, -39, 0], "uv": [15, 52], "mirror": true} + ] + }, + { + "name": "arm_left", + "parent": "mid_torso", + "pivot": [4.1, 26.65, -4.25748], + "cubes": [ + {"origin": [4.1, 25.65, -5.25748], "size": [10, 2, 2], "uv": [72, 33]} + ] + }, + { + "name": "bone8", + "parent": "arm_left", + "pivot": [14.61, 26.64, -4.24748], + "cubes": [ + {"origin": [14.11, 25.64, -5.24748], "size": [9, 2, 2], "inflate": 0.01, "uv": [72, 37]} + ] + }, + { + "name": "palm", + "parent": "bone8", + "pivot": [21.32101, 26.63788, -5.77904], + "cubes": [ + {"origin": [21.24301, 23.63894, -5.58754], "size": [5, 6, 3], "inflate": 0.135, "uv": [84, 41]}, + {"origin": [25.11801, 28.98753, -5.19497], "size": [6, 0, 3], "pivot": [25.39301, 28.86253, -4.21997], "rotation": [180, 39, 0], "uv": [15, 52]}, + {"origin": [25.11801, 31.08753, -5.19497], "size": [6, 0, 3], "pivot": [25.39301, 28.86253, -4.21997], "rotation": [180, 39, 0], "uv": [15, 52]}, + {"origin": [25.11801, 33.18753, -5.19497], "size": [6, 0, 3], "pivot": [25.39301, 28.86253, -4.21997], "rotation": [180, 39, 0], "uv": [15, 52]} + ] + }, + { + "name": "head", + "parent": "mid_torso", + "pivot": [0, 31.475, -3.075], + "cubes": [ + {"origin": [-4, 31.475, -7.075], "size": [8, 7, 8], "uv": [30, 41]}, + {"origin": [-0.5, 32.675, -12.075], "size": [1, 1, 1], "inflate": 0.01, "uv": [19, 44]} + ] + }, + { + "name": "eye_left2", + "parent": "head", + "pivot": [0, 20.475, 1.925], + "cubes": [ + {"origin": [-4, 34.55, -7.575], "size": [2, 2, 1], "inflate": -0.45, "uv": [101, 0], "mirror": true}, + {"origin": [-4, 34.55, -7.3], "size": [2, 2, 1], "inflate": -0.2, "uv": [39, 4], "mirror": true} + ] + }, + { + "name": "eye_right2", + "parent": "head", + "pivot": [0, 20.475, 1.925], + "cubes": [ + {"origin": [0.975, 35.925, -7.15], "size": [3, 1, 0], "pivot": [3, 36.5, -7.075], "rotation": [0, 0, -25], "uv": [19, 39]}, + {"origin": [-3.975, 35.925, -7.15], "size": [3, 1, 0], "pivot": [-3, 36.5, -7.075], "rotation": [0, 0, 25], "uv": [0, 8]}, + {"origin": [2, 34.55, -7.575], "size": [2, 2, 1], "inflate": -0.45, "uv": [101, 0]}, + {"origin": [2, 34.55, -7.3], "size": [2, 2, 1], "inflate": -0.2, "uv": [39, 4]} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [-2, 31.775, -7.675] + }, + { + "name": "mouth_top", + "parent": "mouth", + "pivot": [-2, 31.775, -7.675], + "cubes": [ + {"origin": [-2, 31.675, -12.075], "size": [4, 3, 6], "uv": [56, 73]}, + {"origin": [1.4, 30.625, -8.675], "size": [0, 1, 1], "pivot": [2, 31.775, -7.675], "rotation": [-45, 0, 0], "uv": [27, 0]}, + {"origin": [-1.4, 30.625, -8.675], "size": [0, 1, 1], "pivot": [-2, 31.775, -7.675], "rotation": [-45, 0, 0], "uv": [6, 7]} + ] + }, + { + "name": "jaw", + "parent": "mouth", + "pivot": [0, 31.175, -5.075], + "cubes": [ + {"origin": [-1.5, 30.675, -10.375], "size": [3, 1, 7], "uv": [0, 78]} + ] + }, + { + "name": "mask_right2", + "parent": "head", + "pivot": [2, 32.475, -5.075], + "rotation": [-11.18109, -28.03749, 28.07796], + "cubes": [ + {"origin": [0.81281, 31.0822, -4.83698], "size": [7, 3, 0], "pivot": [4.58781, 32.5072, -4.83698], "rotation": [7.36822, 19.18167, 12.16617], "uv": [89, 85], "mirror": true}, + {"origin": [0.81457, 33.94113, -4.03832], "size": [7, 5, 0], "pivot": [1.5, 36.975, -5.075], "rotation": [-0.09853, 20.4981, -9.59834], "uv": [92, 63], "mirror": true} + ] + }, + { + "name": "mask_left2", + "parent": "head", + "pivot": [-2, 32.475, -5.075], + "rotation": [-11.18109, 28.03749, -28.07796], + "cubes": [ + {"origin": [-7.81281, 31.0822, -4.83698], "size": [7, 3, 0], "pivot": [-4.58781, 32.5072, -4.83698], "rotation": [7.36822, -19.18167, -12.16617], "uv": [89, 85]}, + {"origin": [-7.81457, 33.94113, -4.03832], "size": [7, 5, 0], "pivot": [-1.5, 36.975, -5.075], "rotation": [-0.09853, -20.4981, 9.59834], "uv": [92, 63]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [-1.5, 33.475, -4.325] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [2.5, 34.875, -7.085] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-2.5, 34.475, -6.575] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [-2.5, 34.875, -7.085] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [2.4, 34.475, -6.475] + }, + { + "name": "ear_right", + "parent": "head", + "pivot": [-2.1052, 37.41331, -3.325], + "rotation": [0, 0, -20.25], + "cubes": [ + {"origin": [-3.92965, 37.7705, -4.575], "size": [3, 3, 1], "uv": [0, 0]}, + {"origin": [-3.91965, 40.14005, -6.32461], "size": [3, 2, 1], "inflate": 0.01, "pivot": [-2.41965, 42.84005, -5.32461], "rotation": [40, 0, 0], "uv": [46, 56]}, + {"origin": [-3.91965, 42.90706, -7.069], "size": [3, 4, 0], "pivot": [-2.41965, 42.60706, -6.069], "rotation": [130, 0, 0], "uv": [62, 0]} + ] + }, + { + "name": "ear_left", + "parent": "head", + "pivot": [2.1052, 37.41331, -3.325], + "rotation": [0, 0, 20.25], + "cubes": [ + {"origin": [0.92965, 37.7705, -4.575], "size": [3, 3, 1], "uv": [18, 55]}, + {"origin": [0.91965, 40.14005, -6.32461], "size": [3, 2, 1], "inflate": 0.01, "pivot": [2.41965, 42.84005, -5.32461], "rotation": [40, 0, 0], "uv": [60, 30]}, + {"origin": [0.91965, 42.90706, -7.069], "size": [3, 4, 0], "pivot": [2.41965, 42.60706, -6.069], "rotation": [130, 0, 0], "uv": [70, 73]} + ] + }, + { + "name": "fur", + "parent": "head", + "pivot": [1.24069, 20.1375, 3.99252] + }, + { + "name": "spike17", + "parent": "fur", + "pivot": [-2.11667, 27.13381, 3.95368], + "rotation": [-14.30117, -6.58945, -32.9199], + "cubes": [ + {"origin": [-4.625, 22.71315, -4.78747], "size": [5, 11, 4], "pivot": [-2.125, 33.94984, -4.91459], "rotation": [41.25, 0, 0], "uv": [38, 71]}, + {"origin": [-3.625, 30.71315, -4.66247], "size": [3, 7, 3], "pivot": [-3.125, 33.94984, -4.91459], "rotation": [55.5, 0, 0], "uv": [0, 86]}, + {"origin": [-2.15, 33.78815, -4.66247], "size": [0, 8, 3], "pivot": [-3.125, 33.94984, -4.91459], "rotation": [55.5, 0, 0], "uv": [86, 92]} + ] + }, + { + "name": "spike16", + "parent": "fur", + "pivot": [2.11667, 27.13381, 3.95368], + "rotation": [-14.30117, 6.58945, 32.9199], + "cubes": [ + {"origin": [-0.375, 22.71315, -4.78747], "size": [5, 11, 4], "pivot": [2.125, 33.94984, -4.91459], "rotation": [41.25, 0, 0], "uv": [20, 68]}, + {"origin": [0.625, 30.71315, -4.66247], "size": [3, 7, 3], "pivot": [3.125, 33.94984, -4.91459], "rotation": [55.5, 0, 0], "uv": [80, 85]}, + {"origin": [2.175, 33.78815, -4.66247], "size": [0, 8, 3], "pivot": [1.2, 33.94984, -4.91459], "rotation": [55.5, 0, 0], "uv": [86, 92]} + ] + }, + { + "name": "spike2", + "parent": "fur", + "pivot": [2.49167, 34.33381, 2.52868], + "rotation": [-10.67721, 5.50905, 26.9848], + "cubes": [ + {"origin": [0, 28.91315, -6.21247], "size": [5, 12, 4], "pivot": [2.5, 41.14984, -6.33959], "rotation": [41.25, 0, 0], "uv": [66, 43], "mirror": true}, + {"origin": [1, 37.91315, -6.31247], "size": [3, 7, 3], "pivot": [3.5, 41.14984, -6.56459], "rotation": [55.5, 0, 0], "uv": [85, 10], "mirror": true}, + {"origin": [2.475, 43.02978, -9.69696], "size": [0, 8, 3], "pivot": [2.475, 44.42459, -8.146], "rotation": [76.25, 0, 0], "uv": [86, 100], "mirror": true} + ] + }, + { + "name": "spike14", + "parent": "fur", + "pivot": [-2.49167, 34.33381, 2.52868], + "rotation": [-10.67721, -5.50905, -26.9848], + "cubes": [ + {"origin": [-5, 28.91315, -6.21247], "size": [5, 12, 4], "pivot": [-2.5, 41.14984, -6.33959], "rotation": [41.25, 0, 0], "uv": [66, 43]}, + {"origin": [-4, 37.91315, -6.31247], "size": [3, 7, 3], "pivot": [-3.5, 41.14984, -6.56459], "rotation": [55.5, 0, 0], "uv": [85, 10]}, + {"origin": [-2.475, 43.02978, -9.69696], "size": [0, 8, 3], "pivot": [-2.475, 44.42459, -8.146], "rotation": [76.25, 0, 0], "uv": [86, 100]} + ] + }, + { + "name": "spike18", + "parent": "fur", + "pivot": [0.5, 42.21619, 2.467], + "rotation": [-48.25, 0, 0], + "cubes": [ + {"origin": [-3, 29.25283, 2.54045], "size": [6, 12, 5], "inflate": 0.01, "pivot": [0.5, 42.48952, 2.41334], "rotation": [41.25, 0, 0], "uv": [45, 0]}, + {"origin": [-2, 40.25283, 3.34045], "size": [4, 6, 3], "pivot": [-0.5, 42.48952, 3.16334], "rotation": [55.5, 0, 0], "uv": [84, 50]}, + {"origin": [0, 43.37539, 3.92108], "size": [0, 7, 3], "pivot": [-1, 42.48952, 3.16334], "rotation": [68.25, 0, 0], "uv": [13, 75]} + ] + }, + { + "name": "spike5", + "parent": "fur", + "pivot": [0.5, 44.56619, -4.733], + "rotation": [-12, 0, 0], + "cubes": [ + {"origin": [-3, 33.60283, -4.65955], "size": [6, 11, 4], "pivot": [0.5, 44.83952, -4.78666], "rotation": [41.25, 0, 0], "uv": [50, 56]}, + {"origin": [-2, 41.40283, -4.53455], "size": [4, 7, 3], "pivot": [-0.5, 44.63952, -4.78666], "rotation": [55.5, 0, 0], "uv": [85, 0]}, + {"origin": [0, 44.52539, -4.02892], "size": [0, 8, 3], "pivot": [-1, 44.63952, -4.78666], "rotation": [68.25, 0, 0], "uv": [31, 38]} + ] + }, + { + "name": "spike12", + "parent": "fur", + "pivot": [0, 37.7904, -32.31827], + "rotation": [33.5, 0, 0], + "cubes": [ + {"origin": [-4, 17.87576, -8.49577], "size": [8, 8, 4], "inflate": 0.025, "uv": [26, 56]}, + {"origin": [-2, 24.06413, -10.55153], "size": [4, 5, 3], "pivot": [-0.5, 29.30082, -9.52865], "rotation": [43.75, 0, 0], "uv": [78, 63]}, + {"origin": [0, 28.18669, -10.7959], "size": [0, 7, 3], "pivot": [-1, 29.30082, -9.52865], "rotation": [68.25, 0, 0], "uv": [0, 75]} + ] + }, + { + "name": "spike13", + "parent": "fur", + "pivot": [0.04694, 39.25394, -7.95654], + "rotation": [109, 0, 0], + "cubes": [ + {"origin": [-1.95306, 35.25394, -9.95654], "size": [4, 8, 4], "inflate": 0.025, "uv": [76, 73]} + ] + }, + { + "name": "bone4", + "parent": "spike13", + "pivot": [-0.03431, 45.01125, -9.6596], + "rotation": [11.72501, -0.49109, -0.54027], + "cubes": [ + {"origin": [-1.52806, 40.08362, -19.99745], "size": [3, 5, 3], "pivot": [0.04694, 68.9401, -16.82955], "rotation": [20.25, 0, 0], "uv": [89, 68]}, + {"origin": [-0.04056, 40.08362, -20.02245], "size": [0, 9, 4], "pivot": [0.08444, 68.9401, -16.82955], "rotation": [20.25, 0, 0], "uv": [0, 31]} + ] + }, + { + "name": "claw_left", + "parent": "fur", + "pivot": [1.21569, 21.1375, 3.99252] + }, + { + "name": "neck", + "parent": "mid_torso", + "pivot": [-1.5, 20.1375, 0.99252], + "cubes": [ + {"origin": [-3, 16.65, -12.25748], "size": [6, 6, 4], "pivot": [-1.5, 20.1375, 0.99252], "rotation": [-72.5, 0, 0], "uv": [32, 31]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [-5.89237, 15.51452, 0.1697], + "rotation": [0, 0, 0], + "cubes": [ + {"origin": [-7.59237, 10.51452, -6.3303], "size": [4, 6, 11], "pivot": [-5.89237, 13.51452, -0.8303], "rotation": [52.73749, 4.55749, 5.96275], "uv": [0, 35], "mirror": true} + ] + }, + { + "name": "bone5", + "parent": "leg_left", + "pivot": [-5.81829, 9.55512, -1.74878], + "cubes": [ + {"origin": [-7.31829, 4.55512, -0.24878], "size": [3, 6, 3], "pivot": [-5.81829, 7.55512, 1.25122], "rotation": [52.5, 0, 0], "uv": [87, 21], "mirror": true} + ] + }, + { + "name": "bone6", + "parent": "bone5", + "pivot": [-5.47923, 1.24576, -5.59156], + "cubes": [ + {"origin": [-7.71737, -2.4193, -1.21195], "size": [4, 2, 8], "pivot": [-5.21737, 0.5807, -3.38695], "rotation": [52.5, 0, 0], "uv": [62, 63], "mirror": true} + ] + }, + { + "name": "feet_right", + "parent": "bone6", + "pivot": [-5.61154, 0.97938, 0.64021], + "cubes": [ + {"origin": [-8.11154, -0.02062, -6.35979], "size": [5, 2, 8], "uv": [54, 33], "mirror": true} + ] + }, + { + "name": "bone13", + "parent": "feet_right", + "pivot": [-5.61154, 0.97938, -5.35979], + "cubes": [ + {"origin": [-4.08654, -0.02062, -9.35979], "size": [0, 2, 4], "uv": [0, 40], "mirror": true}, + {"origin": [-7.11154, -0.02062, -9.35979], "size": [0, 2, 4], "uv": [0, 40], "mirror": true}, + {"origin": [-5.63654, -0.02062, -9.35979], "size": [0, 2, 4], "uv": [0, 40], "mirror": true} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [5.89237, 15.51452, 0.1697], + "rotation": [0, 0, 0], + "cubes": [ + {"origin": [3.59237, 10.51452, -6.3303], "size": [4, 6, 11], "pivot": [5.89237, 13.51452, -0.8303], "rotation": [52.73749, -4.55749, -5.96275], "uv": [0, 35]} + ] + }, + { + "name": "bone", + "parent": "leg_right", + "pivot": [5.81829, 9.55512, -1.74878], + "cubes": [ + {"origin": [4.31829, 4.55512, -0.24878], "size": [3, 6, 3], "pivot": [5.81829, 7.55512, 1.25122], "rotation": [52.5, 0, 0], "uv": [87, 21]} + ] + }, + { + "name": "bone3", + "parent": "bone", + "pivot": [5.47923, 1.24576, -5.59156], + "cubes": [ + {"origin": [3.71737, -2.4193, -1.21195], "size": [4, 2, 8], "pivot": [5.21737, 0.5807, -3.38695], "rotation": [52.5, 0, 0], "uv": [62, 63]} + ] + }, + { + "name": "feet_left", + "parent": "bone3", + "pivot": [5.61154, 0.97938, 0.64021], + "cubes": [ + {"origin": [3.11154, -0.02062, -6.35979], "size": [5, 2, 8], "uv": [54, 33]} + ] + }, + { + "name": "bone12", + "parent": "feet_left", + "pivot": [5.61154, 0.97938, -5.35979], + "cubes": [ + {"origin": [4.08654, -0.02062, -9.35979], "size": [0, 2, 4], "uv": [0, 40]}, + {"origin": [7.11154, -0.02062, -9.35979], "size": [0, 2, 4], "uv": [0, 40]}, + {"origin": [5.63654, -0.02062, -9.35979], "size": [0, 2, 4], "uv": [0, 40]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/manaphy.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/manaphy.geo.json new file mode 100644 index 0000000..691dd6b --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/manaphy.geo.json @@ -0,0 +1,207 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.1", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 6, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "manaphy", + "pivot": [0, 0, 0] + }, + { + "name": "head", + "parent": "manaphy", + "pivot": [0, 17, 0], + "cubes": [ + {"origin": [-6, 16, -5], "size": [12, 8, 10], "uv": [0, 0]}, + {"origin": [-4, 24, -3], "size": [8, 3, 6], "uv": [24, 18]}, + {"origin": [-4, 24, -4.9], "size": [8, 3.56, 2], "pivot": [0, 24, -5], "rotation": [-32.5, 0, 0], "uv": [34, 0]}, + {"origin": [-4, 24, 2.9], "size": [8, 3.56, 2], "pivot": [0, 24, 5], "rotation": [32.5, 0, 0], "uv": [34, 0]}, + {"origin": [-5.9, 24, -3], "size": [2, 3.56, 6], "pivot": [-6, 24, 0], "rotation": [0, 0, 32.5], "uv": [0, 32]}, + {"origin": [3.9, 24, -3], "size": [2, 3.56, 6], "pivot": [6, 24, 0], "rotation": [0, 0, -32.5], "uv": [0, 32]} + ] + }, + { + "name": "head3", + "parent": "head", + "pivot": [2, 27, 1] + }, + { + "name": "head4", + "parent": "head3", + "pivot": [3, 27, 0], + "cubes": [ + {"origin": [1, 25.58579, -1.58579], "size": [3, 5, 4], "pivot": [3, 27, 0], "rotation": [-45, 0, 0], "uv": [39, 27]} + ] + }, + { + "name": "head5", + "parent": "head3", + "pivot": [3, 31, 3], + "cubes": [ + {"origin": [1, 29.35736, 1.41421], "size": [3, 9.2, 3], "pivot": [3, 30, 3], "rotation": [-45, 0, 0], "uv": [28, 36]} + ] + }, + { + "name": "head6", + "parent": "head3", + "pivot": [3, 37, 9], + "cubes": [ + {"origin": [1, 35.3787, 7.70711], "size": [3, 5.5, 3], "pivot": [3, 36, 10], "rotation": [-45, 0, 0], "uv": [0, 41]} + ] + }, + { + "name": "head7", + "parent": "head3", + "pivot": [3, 40, 13], + "cubes": [ + {"origin": [1, 39.9, 11.41421], "size": [3, 10, 3], "pivot": [3, 40, 13], "rotation": [-45, 0, 0], "uv": [16, 36]} + ] + }, + { + "name": "head8", + "parent": "head3", + "pivot": [3, 47, 20], + "cubes": [ + {"origin": [0, 51.84924, 7.12132], "size": [5, 4, 5], "pivot": [3, 37, 9], "rotation": [-45, 0, 0], "uv": [19, 27]} + ] + }, + { + "name": "head2", + "parent": "head", + "pivot": [-3, 26, 0] + }, + { + "name": "head9", + "parent": "head2", + "pivot": [0, 24, 1], + "cubes": [ + {"origin": [-4, 25.58579, -1.58579], "size": [3, 5, 4], "pivot": [-3, 27, 0], "rotation": [-45, 0, 0], "uv": [39, 27]} + ] + }, + { + "name": "head11", + "parent": "head2", + "pivot": [-3, 37, 10], + "cubes": [ + {"origin": [-4, 36.08581, 7.41421], "size": [3, 5.5, 3], "pivot": [-3, 36, 9], "rotation": [-45, 0, 0], "uv": [0, 41]} + ] + }, + { + "name": "head12", + "parent": "head2", + "pivot": [3, 40, 13], + "cubes": [ + {"origin": [-4, 39.9, 11.41421], "size": [3, 10, 3], "pivot": [-3, 40, 13], "rotation": [-45, 0, 0], "uv": [16, 36]} + ] + }, + { + "name": "head13", + "parent": "head2", + "pivot": [-3, 47, 20], + "cubes": [ + {"origin": [-5, 49.89949, 10.41421], "size": [5, 4, 5], "pivot": [-3, 40, 13], "rotation": [-45, 0, 0], "uv": [19, 27]} + ] + }, + { + "name": "head10", + "parent": "head2", + "pivot": [-3, 30, 3], + "cubes": [ + {"origin": [-4, 29.35736, 1.41421], "size": [3, 9.2, 3], "pivot": [-3, 30, 3], "rotation": [-45, 0, 0], "uv": [28, 36]} + ] + }, + { + "name": "body", + "parent": "manaphy", + "pivot": [-2, 7, 0], + "cubes": [ + {"origin": [-3, 8, -3], "size": [6, 8, 6], "uv": [0, 18]}, + {"origin": [-1, 10, -3.2], "size": [2, 4, 2], "uv": [10, 32]} + ] + }, + { + "name": "body3", + "parent": "body", + "pivot": [2, 8, 0], + "cubes": [ + {"origin": [1, 5, -1], "size": [2, 3, 2], "uv": [34, 5]} + ] + }, + { + "name": "body2", + "parent": "body", + "pivot": [-2, 8, 0], + "cubes": [ + {"origin": [-3, 5, -1], "size": [2, 3, 2], "uv": [34, 5]} + ] + }, + { + "name": "right_arm", + "parent": "manaphy", + "pivot": [3, 15, 0] + }, + { + "name": "bone5", + "parent": "right_arm", + "pivot": [9, 10, 0], + "cubes": [ + {"origin": [9.5, 6, -2], "size": [2, 6, 4], "pivot": [11, 10, 0], "rotation": [0, 0, -60], "uv": [40, 36], "mirror": true} + ] + }, + { + "name": "bone6", + "parent": "right_arm", + "pivot": [6, 12, 0], + "cubes": [ + {"origin": [5.8, 7, -1], "size": [2, 7, 2], "pivot": [7, 12, 0], "rotation": [0, 0, -60], "uv": [0, 0]} + ] + }, + { + "name": "bone7", + "parent": "right_arm", + "pivot": [3, 15, 0], + "cubes": [ + {"origin": [5.2, 12.5, -1], "size": [1.8, 4.8, 2], "pivot": [6, 12, 0], "rotation": [0, 0, -47.5], "uv": [0, 32]} + ] + }, + { + "name": "left_arm", + "parent": "manaphy", + "pivot": [-3, 15, 0] + }, + { + "name": "bone9", + "parent": "left_arm", + "pivot": [-7, 12, 0], + "cubes": [ + {"origin": [-8.8, 10, -1], "size": [2, 4, 2], "pivot": [-8, 12, 0], "rotation": [0, 0, 60], "uv": [18, 18]} + ] + }, + { + "name": "bone8", + "parent": "left_arm", + "pivot": [-10, 10, 0], + "cubes": [ + {"origin": [-12, 6, -2], "size": [2, 6, 4], "pivot": [-11, 10, 0], "rotation": [0, 0, 60], "uv": [40, 36]} + ] + }, + { + "name": "bone10", + "parent": "left_arm", + "pivot": [-3, 15, 0], + "cubes": [ + {"origin": [-8, 12.5, -1], "size": [1.8, 4.8, 2], "pivot": [-7, 12, 0], "rotation": [0, 0, 47.5], "uv": [0, 18]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/mandibuzz.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/mandibuzz.geo.json new file mode 100644 index 0000000..25e11c4 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/mandibuzz.geo.json @@ -0,0 +1,456 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.mandibuzz", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 6, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "mandibuzz", + "pivot": [-2.97111, 0.5, 0.87741] + }, + { + "name": "body", + "parent": "mandibuzz", + "pivot": [-2.46976, 20.86111, -6.95462] + }, + { + "name": "torso", + "parent": "body", + "pivot": [16.73414, 13.58483, 0.15236], + "cubes": [ + {"origin": [-5, 8, -3.5], "size": [10, 13, 8], "pivot": [0, 13.5, 0], "rotation": [12.5, 0, 0], "uv": [0, 15]}, + {"origin": [-4, 11, 1.75], "size": [8, 12, 2], "uv": [0, 59]} + ] + }, + { + "name": "neck_1", + "parent": "torso", + "pivot": [-0.36586, 23.58483, -0.64764], + "cubes": [ + {"origin": [-1.5, 24.75, -2.25], "size": [3, 4, 6], "pivot": [0, 13.5, 1], "rotation": [12.5, 0, 0], "uv": [48, 66]} + ] + }, + { + "name": "neck_2", + "parent": "neck_1", + "pivot": [-0.4, 26.18923, -3.56959], + "cubes": [ + {"origin": [-1.5, 24.12479, -5.57896], "size": [3, 9, 3], "inflate": 0.001, "pivot": [0.25, 29.22479, -4.72896], "rotation": [-20, 0, 0], "uv": [8, 73]} + ] + }, + { + "name": "head", + "parent": "neck_2", + "pivot": [0, 30.78923, -3.46959], + "cubes": [ + {"origin": [-2.5, 29.87479, -8.82896], "size": [5, 4, 6], "inflate": 0.001, "uv": [54, 19]}, + {"origin": [-0.5, 30.12479, -11.07896], "size": [2, 2, 3], "inflate": 0.001, "pivot": [0.75, 31.87479, -8.32896], "rotation": [7.5, -7.5, 45], "uv": [35, 5]}, + {"origin": [-0.5, 29.12479, -13.07896], "size": [3, 3, 2], "inflate": 0.001, "pivot": [0.75, 31.87479, -8.32896], "rotation": [7.5, -7.5, 45], "uv": [40, 42]} + ] + }, + { + "name": "tuff_head", + "parent": "head", + "pivot": [-0.1, 33.58923, -3.31959], + "cubes": [ + {"origin": [-1, 33.38923, 8.63041], "size": [2, 2, 7], "inflate": 0.001, "pivot": [-25, 15.38923, 3.38041], "rotation": [34.79536, 0, 0], "uv": [64, 30]}, + {"origin": [-1, 35.38923, 15.63041], "size": [2, 0, 3], "inflate": 0.001, "pivot": [-25, 15.38923, 3.38041], "rotation": [34.79536, 0, 0], "uv": [68, 34]}, + {"origin": [-4, 34.38923, -2.36959], "size": [8, 1, 1], "inflate": 0.001, "uv": [35, 3]}, + {"origin": [-5.25, 34.63923, -2.86959], "size": [2, 2, 2], "inflate": 0.001, "pivot": [-4, 35.38923, -1.86959], "rotation": [0, 0, -42.5], "uv": [28, 62]}, + {"origin": [-6.25, 33.88923, -2.86959], "size": [2, 1, 2], "inflate": 0.001, "pivot": [-4, 35.38923, -1.86959], "rotation": [0, 0, -50], "uv": [27, 42]}, + {"origin": [4.25, 33.88923, -2.86959], "size": [2, 1, 2], "inflate": 0.001, "pivot": [4, 35.38923, -1.86959], "rotation": [0, 0, 50], "uv": [63, 29]}, + {"origin": [3.25, 34.63923, -2.86959], "size": [2, 2, 2], "inflate": 0.001, "pivot": [4, 35.38923, -1.86959], "rotation": [0, 0, 42.5], "uv": [42, 62]} + ] + }, + { + "name": "tuff_head_2", + "parent": "tuff_head", + "pivot": [-1.1, 32.88923, -2.91959], + "cubes": [ + {"origin": [0.1, 31.88923, 8.13041], "size": [0, 5, 6], "inflate": 0.001, "pivot": [-25, 15.38923, 3.38041], "rotation": [34.79536, 0, 0], "uv": [70, 6]} + ] + }, + { + "name": "beak", + "parent": "head", + "pivot": [0.75, 30.17479, -8.32896], + "cubes": [ + {"origin": [-1, 29.62479, -10.67896], "size": [2, 1, 3], "inflate": 0.001, "pivot": [0.75, 31.87479, -8.32896], "rotation": [7.5, 0, 0], "uv": [60, 15]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [-2.69848, 31.87479, -7.34632] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [2.69848, 31.87479, -7.34632], + "cubes": [ + {"origin": [-2.57348, 31.37479, -8.82132], "size": [0, 1, 3], "inflate": 0.001, "pivot": [-2.69848, 31.87479, -7.34632], "rotation": [5, -5, 0], "uv": [0, 6]} + ] + }, + { + "name": "eyelash_right", + "parent": "eye_right", + "pivot": [-2.69848, 31.87479, -7.34632], + "cubes": [ + {"origin": [-1.94848, 31.67479, -6.57132], "size": [0, 2, 2], "inflate": 0.001, "pivot": [-2.69848, 31.87479, -7.34632], "rotation": [5, -20, -15], "uv": [6, 7]} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-2.69848, 31.87479, -7.34632], + "cubes": [ + {"origin": [-2.525, 31.87479, -8.82896], "size": [0, 1, 3], "inflate": 0.001, "uv": [46, 22]} + ] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [2.69848, 31.87479, -7.34632], + "cubes": [ + {"origin": [2.57348, 31.37479, -8.82132], "size": [0, 1, 3], "inflate": 0.001, "pivot": [2.69848, 31.87479, -7.34632], "rotation": [5, 5, 0], "uv": [0, 7]} + ] + }, + { + "name": "eyelash_left", + "parent": "eye_left", + "pivot": [2.69848, 31.87479, -7.34632], + "cubes": [ + {"origin": [1.94848, 31.67479, -6.57132], "size": [0, 2, 2], "inflate": 0.001, "pivot": [2.69848, 31.87479, -7.34632], "rotation": [5, 20, 15], "uv": [36, 23]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [0.25, 29.22479, -4.72896], + "cubes": [ + {"origin": [2.525, 31.87479, -8.82896], "size": [0, 1, 3], "inflate": 0.001, "uv": [40, 22]} + ] + }, + { + "name": "tuff", + "parent": "torso", + "pivot": [0, 20.08497, -5.00581] + }, + { + "name": "tuff_front", + "parent": "tuff", + "pivot": [-0.36406, 21.77045, -3.42969], + "cubes": [ + {"origin": [-7, 16.58497, -7.00581], "size": [9, 6, 9], "pivot": [0, 20.08497, -5.00581], "rotation": [5, 0, 32.5], "uv": [0, 36]}, + {"origin": [-2, 16.58497, -6.90581], "size": [9, 6, 9], "pivot": [0, 20.08497, -5.00581], "rotation": [-0.981, 4.98093, -32.06312], "uv": [27, 27]} + ] + }, + { + "name": "tuff_right", + "parent": "tuff_front", + "pivot": [-2.46976, 21.86111, -6.95462], + "cubes": [ + {"origin": [-6.96976, 19.11111, -7.20462], "size": [9, 3, 0], "pivot": [-2.46976, 20.86111, -6.95462], "rotation": [-10, 0, 32.5], "uv": [50, 12]} + ] + }, + { + "name": "tuff_left", + "parent": "tuff_front", + "pivot": [2, 22.08497, -5.50581], + "cubes": [ + {"origin": [-2.3, 17.43497, -7.20581], "size": [9, 3, 0], "pivot": [0, 20.08497, -5.50581], "rotation": [-10.00597, 1.9696, -32.84743], "uv": [35, 0]} + ] + }, + { + "name": "tuff_back", + "parent": "tuff", + "pivot": [-2.64158, 23.14941, -0.67874], + "rotation": [19, 0, 0], + "cubes": [ + {"origin": [-6.14158, 19.99827, -1.7877], "size": [7, 6, 6], "pivot": [-2.64158, 22.49827, 1.2123], "rotation": [5, 0, 17.5], "uv": [50, 0]}, + {"origin": [-0.86406, 20.01932, -1.68865], "size": [7, 6, 6], "pivot": [2.63594, 22.51932, 1.46135], "rotation": [5.00303, -1.99239, -17.67438], "uv": [50, 42]} + ] + }, + { + "name": "jaw", + "parent": "torso", + "pivot": [0, 12.38923, -0.86959], + "cubes": [ + {"origin": [-6, 10.72271, -5.44908], "size": [12, 4, 11], "pivot": [0, 11.47271, 0.05092], "rotation": [-2.5, 0, 0], "uv": [0, 0]}, + {"origin": [-4.75, 7.67701, 5.49724], "size": [4, 6, 1], "pivot": [-2.5, 10.67701, 5.24724], "rotation": [17.5, 0, -5], "uv": [74, 80]}, + {"origin": [0.75, 7.67701, 5.49724], "size": [4, 6, 1], "pivot": [2.5, 10.67701, 5.24724], "rotation": [17.5, 0, 7.5], "uv": [73, 59]}, + {"origin": [-1, 13.72271, 3.55092], "size": [0, 1, 2], "pivot": [0, 11.47271, 0.05092], "rotation": [-2.5, 0, 0], "uv": [0, 55]}, + {"origin": [1, 13.72271, 3.55092], "size": [0, 1, 2], "pivot": [0, 11.47271, 0.05092], "rotation": [-2.5, 0, 0], "uv": [0, 55]}, + {"origin": [-3.19102, 8.09469, -6.51993], "size": [3, 4, 3], "pivot": [-1.69102, 9.59469, -5.51993], "rotation": [-35, -25, 27.5], "uv": [45, 76]}, + {"origin": [-2.69102, 6.09469, -6.01993], "size": [2, 2, 2], "pivot": [-1.69102, 9.59469, -5.51993], "rotation": [-35, -25, 27.5], "uv": [20, 79]}, + {"origin": [-2.19102, 4.09469, -5.51993], "size": [1, 2, 1], "pivot": [-1.69102, 9.59469, -5.51993], "rotation": [-35, -25, 27.5], "uv": [52, 42]}, + {"origin": [-7.79002, 9.30459, -7.35047], "size": [3, 4, 3], "pivot": [-6.54002, 8.55459, -6.35047], "rotation": [-22.77442, -7.43625, 24.2164], "uv": [54, 29]}, + {"origin": [-7.29002, 7.30459, -6.85047], "size": [2, 2, 2], "pivot": [-6.54002, 8.55459, -6.35047], "rotation": [-22.77442, -7.43625, 24.2164], "uv": [70, 0]}, + {"origin": [-6.79002, 5.30459, -6.35047], "size": [1, 2, 1], "pivot": [-6.54002, 8.55459, -6.35047], "rotation": [-22.77442, -7.43625, 24.2164], "uv": [46, 48]}, + {"origin": [-8.34798, 8.79477, -3.63832], "size": [3, 4, 3], "pivot": [-6.84798, 8.54477, -2.63832], "rotation": [-10.87631, -6.51803, 29.16811], "uv": [74, 66]}, + {"origin": [-7.84798, 6.79477, -3.13832], "size": [2, 2, 2], "pivot": [-6.84798, 8.54477, -2.63832], "rotation": [-10.87631, -6.51803, 29.16811], "uv": [75, 33]}, + {"origin": [-7.34798, 4.79477, -2.63832], "size": [1, 2, 1], "pivot": [-6.84798, 8.54477, -2.63832], "rotation": [-10.87631, -6.51803, 29.16811], "uv": [22, 51]}, + {"origin": [0.19102, 8.09469, -6.51993], "size": [3, 4, 3], "pivot": [1.69102, 9.59469, -5.51993], "rotation": [-35, 25, -27.5], "uv": [78, 0]}, + {"origin": [0.69102, 6.09469, -6.01993], "size": [2, 2, 2], "pivot": [1.69102, 9.59469, -5.51993], "rotation": [-35, 25, -27.5], "uv": [28, 79]}, + {"origin": [1.19102, 4.09469, -5.51993], "size": [1, 2, 1], "pivot": [1.69102, 9.59469, -5.51993], "rotation": [-35, 25, -27.5], "uv": [60, 66]}, + {"origin": [4.79002, 9.30459, -7.35047], "size": [3, 4, 3], "pivot": [6.54002, 8.55459, -6.35047], "rotation": [-22.77442, 7.43625, -24.2164], "uv": [75, 26]}, + {"origin": [5.29002, 7.30459, -6.85047], "size": [2, 2, 2], "pivot": [6.54002, 8.55459, -6.35047], "rotation": [-22.77442, 7.43625, -24.2164], "uv": [78, 7]}, + {"origin": [5.79002, 5.30459, -6.35047], "size": [1, 2, 1], "pivot": [6.54002, 8.55459, -6.35047], "rotation": [-22.77442, 7.43625, -24.2164], "uv": [48, 66]}, + {"origin": [5.34798, 8.79477, -3.63832], "size": [3, 4, 3], "pivot": [6.84798, 8.54477, -2.63832], "rotation": [-10.87631, 6.51803, -29.16811], "uv": [74, 73]}, + {"origin": [5.84798, 6.79477, -3.13832], "size": [2, 2, 2], "pivot": [6.84798, 8.54477, -2.63832], "rotation": [-10.87631, 6.51803, -29.16811], "uv": [57, 76]}, + {"origin": [6.34798, 4.79477, -2.63832], "size": [1, 2, 1], "pivot": [6.84798, 8.54477, -2.63832], "rotation": [-10.87631, 6.51803, -29.16811], "uv": [22, 54]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 9.56733, 5.43405], + "cubes": [ + {"origin": [-5.5, -0.68267, 7.23405], "size": [11, 12, 0], "pivot": [0, 5.56733, 6.33405], "rotation": [25, 0, 0], "uv": [50, 54]} + ] + }, + { + "name": "wing_left_closed", + "parent": "torso", + "pivot": [5.83414, 24.58483, 0.15236], + "rotation": [0, 0, -7], + "cubes": [ + {"origin": [4.78128, 18.62657, -2.36604], "size": [2, 10, 10], "pivot": [6.3382, 17.94439, 2.92003], "rotation": [24.4783, -9.1229, 2.5695], "uv": [26, 42]}, + {"origin": [7.02215, 15.25065, -0.66668], "size": [0, 4, 11], "pivot": [6.3382, 17.94439, 2.92003], "rotation": [37.0724, 1.0974, -12.238], "uv": [70, 6]}, + {"origin": [5.14851, 8.77627, 1.12215], "size": [1, 11, 6], "pivot": [6.3382, 17.94439, 2.92003], "rotation": [24.0737, -9.3094, 5.0952], "uv": [34, 62]}, + {"origin": [5.28877, 6.47068, -1.25049], "size": [1, 14, 3], "pivot": [6.3382, 17.94439, 2.92003], "rotation": [44.874, -8.9191, 0.0466], "uv": [0, 73]} + ] + }, + { + "name": "wing_right_closed", + "parent": "torso", + "pivot": [-5.83414, 24.58483, 0.15236], + "rotation": [0, 0, 7], + "cubes": [ + {"origin": [-6.78128, 18.62657, -2.36604], "size": [2, 10, 10], "pivot": [-6.3382, 17.94439, 2.92003], "rotation": [24.4783, 9.1229, -2.5695], "uv": [26, 42], "mirror": true}, + {"origin": [-7.02215, 15.25065, -0.66668], "size": [0, 4, 11], "pivot": [-6.3382, 17.94439, 2.92003], "rotation": [37.0724, -1.0974, 12.238], "uv": [70, 6], "mirror": true}, + {"origin": [-6.14851, 8.77627, 1.12215], "size": [1, 11, 6], "pivot": [-6.3382, 17.94439, 2.92003], "rotation": [24.0737, 9.3094, -5.0952], "uv": [34, 62], "mirror": true}, + {"origin": [-6.28877, 6.47068, -1.25049], "size": [1, 14, 3], "pivot": [-6.3382, 17.94439, 2.92003], "rotation": [44.874, 8.9191, -0.0466], "uv": [0, 73], "mirror": true} + ] + }, + { + "name": "wing_left_open", + "parent": "torso", + "pivot": [6.26586, 22.58483, -1.84764], + "cubes": [ + {"origin": [4.8897, 20.53116, -1.77625], "size": [8, 5, 1], "pivot": [8.8897, 23.43116, -1.67625], "rotation": [12.5, -7.5, -17.5], "uv": [84, 11], "mirror": true}, + {"origin": [4.8897, 16.03116, -1.47625], "size": [8, 7, 0], "pivot": [8.8897, 23.43116, -1.67625], "rotation": [12.5, -7.5, -17.5], "uv": [84, 21], "mirror": true} + ] + }, + { + "name": "wing_left_middle", + "parent": "wing_left_open", + "pivot": [12.2382, 23.94439, -1.07997], + "cubes": [ + {"origin": [12.13414, 22.33483, 0.10236], "size": [11, 7, 1], "pivot": [16.73414, 24.58483, 0.15236], "rotation": [15, -7.5, -40], "uv": [50, 83], "mirror": true}, + {"origin": [10.13414, 18.33483, 0.60236], "size": [13, 7, 0], "pivot": [16.73414, 24.58483, 0.15236], "rotation": [15, -7.5, -40], "uv": [83, 58], "mirror": true} + ] + }, + { + "name": "wing_left_outer", + "parent": "wing_left_middle", + "pivot": [19.73414, 30.58483, 0.35236], + "cubes": [ + {"origin": [20.48414, 23.38483, 1.10236], "size": [10, 8, 1], "pivot": [16.73414, 24.58483, 0.15236], "rotation": [15, -7.5, -15], "uv": [84, 80], "mirror": true}, + {"origin": [20.38414, 20.08483, 1.60236], "size": [15, 11, 0], "pivot": [16.73414, 24.58483, 0.15236], "rotation": [15, -7.5, -15], "uv": [20, 83], "mirror": true} + ] + }, + { + "name": "wing_left_outer_tuff", + "parent": "wing_left_outer", + "pivot": [20.19487, 27.38722, 1.86449], + "cubes": [ + {"origin": [16.49487, 24.38722, 3.66449], "size": [14, 6, 0], "pivot": [24.49487, 27.38722, 3.66449], "rotation": [27.5, -10, -12.5], "uv": [83, 33], "mirror": true} + ] + }, + { + "name": "wing_right_open", + "parent": "torso", + "pivot": [-6.26586, 22.58483, -1.84764], + "cubes": [ + {"origin": [-12.8897, 20.53116, -1.77625], "size": [8, 5, 1], "pivot": [-8.8897, 23.43116, -1.67625], "rotation": [12.5, 7.5, 17.5], "uv": [84, 11]}, + {"origin": [-12.8897, 16.03116, -1.47625], "size": [8, 7, 0], "pivot": [-8.8897, 23.43116, -1.67625], "rotation": [12.5, 7.5, 17.5], "uv": [84, 21]} + ] + }, + { + "name": "wing_right_middle", + "parent": "wing_right_open", + "pivot": [-12.2382, 23.94439, -1.07997], + "cubes": [ + {"origin": [-23.13414, 22.33483, 0.10236], "size": [11, 7, 1], "pivot": [-16.73414, 24.58483, 0.15236], "rotation": [15, 7.5, 40], "uv": [50, 83]}, + {"origin": [-23.13414, 18.33483, 0.60236], "size": [13, 7, 0], "pivot": [-16.73414, 24.58483, 0.15236], "rotation": [15, 7.5, 40], "uv": [83, 58]} + ] + }, + { + "name": "wing_right_outer", + "parent": "wing_right_middle", + "pivot": [-19.73414, 30.58483, 0.35236], + "cubes": [ + {"origin": [-30.48414, 23.38483, 1.10236], "size": [10, 8, 1], "pivot": [-16.73414, 24.58483, 0.15236], "rotation": [15, 7.5, 15], "uv": [84, 80]}, + {"origin": [-35.38414, 20.08483, 1.60236], "size": [15, 11, 0], "pivot": [-16.73414, 24.58483, 0.15236], "rotation": [15, 7.5, 15], "uv": [20, 83]} + ] + }, + { + "name": "wing_right_outer_tuff", + "parent": "wing_right_outer", + "pivot": [-20.19487, 27.38722, 1.86449], + "cubes": [ + {"origin": [-30.49487, 24.38722, 3.66449], "size": [14, 6, 0], "pivot": [-24.49487, 27.38722, 3.66449], "rotation": [27.5, 10, 12.5], "uv": [83, 33]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-2.1103, 8.43116, 1.32375], + "cubes": [ + {"origin": [-3.5, 6.40399, -1.73563], "size": [3, 4, 5], "pivot": [-2, 7.90399, 0.76437], "rotation": [-52.5, 7.5, 0], "uv": [70, 39]} + ] + }, + { + "name": "leg_lower_right", + "parent": "leg_right", + "pivot": [-2.02757, 6.69447, 2.58124], + "cubes": [ + {"origin": [-2.52757, 0.19447, 3.58124], "size": [1, 2, 1], "pivot": [-2.02757, 3.69447, 2.58124], "rotation": [5, 10, 0], "uv": [42, 5]}, + {"origin": [-3.02757, 0.19447, 1.58124], "size": [2, 7, 2], "pivot": [-2.02757, 3.69447, 2.58124], "rotation": [5, 10, 0], "uv": [0, 0]} + ] + }, + { + "name": "toes_right", + "parent": "leg_lower_right", + "pivot": [-3.35126, 0.5, 2.20274] + }, + { + "name": "toe_right_inner", + "parent": "toes_right", + "pivot": [-1.60567, 0.5, 1.00227], + "cubes": [ + {"origin": [-2.10567, 0.25, -0.49773], "size": [1, 1, 3], "pivot": [-1.60567, 0.5, 1.00227], "rotation": [-10, -12.5, 0], "uv": [28, 19]} + ] + }, + { + "name": "talon_right_inner", + "parent": "toe_right_inner", + "pivot": [-1.2269, 0.84558, -0.70624], + "cubes": [ + {"origin": [-1.7269, 0.59558, -1.95624], "size": [1, 1, 2], "inflate": 0.001, "pivot": [-1.2269, 0.84558, -0.70624], "rotation": [40, -12.5, 0], "uv": [34, 64]} + ] + }, + { + "name": "toe_right_middle", + "parent": "toes_right", + "pivot": [-3.50551, 0.99679, -1.06602], + "cubes": [ + {"origin": [-3.47111, 0.25, -0.62259], "size": [1, 1, 3], "pivot": [-2.97111, 0.5, 0.87741], "rotation": [-10, 22.5, 0], "uv": [28, 15]} + ] + }, + { + "name": "talon_right_middle", + "parent": "toe_right_middle", + "pivot": [-3.50551, 0.99679, -1.06602], + "cubes": [ + {"origin": [-4.25551, 0.49679, -2.06602], "size": [1, 1, 2], "inflate": 0.001, "pivot": [-3.50551, 0.99679, -1.06602], "rotation": [40, 22.5, 0], "uv": [20, 60]} + ] + }, + { + "name": "toe_right_outer", + "parent": "toes_right", + "pivot": [-5.29981, 0.84558, 1.07774], + "cubes": [ + {"origin": [-3.85126, 0.25, 0.20274], "size": [1, 1, 4], "pivot": [-3.35126, 0.5, 2.20274], "rotation": [-10, 60, 0], "uv": [40, 47]} + ] + }, + { + "name": "talon_right_outer", + "parent": "toe_right_outer", + "pivot": [-5.29981, 0.84558, 1.07774], + "cubes": [ + {"origin": [-5.79981, 0.59558, -0.17226], "size": [1, 1, 2], "inflate": 0.001, "pivot": [-5.29981, 0.84558, 1.07774], "rotation": [40, 60, 0], "uv": [64, 34]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [1.8897, 8.43116, 0.32375], + "cubes": [ + {"origin": [0.5, 6.40399, -1.73563], "size": [3, 4, 5], "pivot": [2, 7.90399, 0.76437], "rotation": [-52.5, -7.5, 0], "uv": [72, 49]} + ] + }, + { + "name": "leg_lower_left", + "parent": "leg_left", + "pivot": [2.02757, 7.69447, 1.58124], + "cubes": [ + {"origin": [1.02757, 0.19447, 1.58124], "size": [2, 7, 2], "pivot": [2.02757, 3.69447, 2.58124], "rotation": [5, -10, 0], "uv": [0, 36]}, + {"origin": [1.52757, 0.19447, 3.58124], "size": [1, 2, 1], "pivot": [2.02757, 3.69447, 2.58124], "rotation": [5, -10, 0], "uv": [40, 47]} + ] + }, + { + "name": "toes_left", + "parent": "leg_lower_left", + "pivot": [5.29981, 0.84558, 1.07774] + }, + { + "name": "toe_left_inner", + "parent": "toes_left", + "pivot": [1.2269, 0.84558, -0.70624], + "cubes": [ + {"origin": [1.10567, 0.25, -0.49773], "size": [1, 1, 3], "pivot": [1.60567, 0.5, 1.00227], "rotation": [-10, 12.5, 0], "uv": [0, 19]} + ] + }, + { + "name": "talon_left_inner", + "parent": "toe_left_inner", + "pivot": [1.2269, 0.84558, -0.70624], + "cubes": [ + {"origin": [0.7269, 0.59558, -1.95624], "size": [1, 1, 2], "inflate": 0.001, "pivot": [1.2269, 0.84558, -0.70624], "rotation": [40, 12.5, 0], "uv": [20, 63]} + ] + }, + { + "name": "toe_left_middle", + "parent": "toes_left", + "pivot": [3.50551, 0.99679, -1.06602], + "cubes": [ + {"origin": [2.47111, 0.25, -0.62259], "size": [1, 1, 3], "pivot": [2.97111, 0.5, 0.87741], "rotation": [-10, -22.5, 0], "uv": [0, 15]} + ] + }, + { + "name": "talon_left_middle", + "parent": "toe_left_middle", + "pivot": [3.50551, 0.99679, -1.06602], + "cubes": [ + {"origin": [3.25551, 0.49679, -2.06602], "size": [1, 1, 2], "inflate": 0.001, "pivot": [3.50551, 0.99679, -1.06602], "rotation": [40, -22.5, 0], "uv": [20, 57]} + ] + }, + { + "name": "toe_left_outer", + "parent": "toes_left", + "pivot": [5.29981, 0.84558, 1.07774], + "cubes": [ + {"origin": [2.85126, 0.25, 0.20274], "size": [1, 1, 4], "pivot": [3.35126, 0.5, 2.20274], "rotation": [-10, -60, 0], "uv": [46, 43]} + ] + }, + { + "name": "talon_left_outer", + "parent": "toe_left_outer", + "pivot": [5.29981, 0.84558, 1.07774], + "cubes": [ + {"origin": [4.79981, 0.59558, -0.17226], "size": [1, 1, 2], "inflate": 0.001, "pivot": [5.29981, 0.84558, 1.07774], "rotation": [40, -60, 0], "uv": [63, 39]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/mareanie/mareanie.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/mareanie/mareanie.geo.json new file mode 100644 index 0000000..d362bb2 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/mareanie/mareanie.geo.json @@ -0,0 +1,392 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.mareanie", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "mareanie", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "mareanie", + "pivot": [0, 2.32826, -0.03607], + "cubes": [ + {"origin": [-3, 5, -8], "size": [6, 0, 8], "pivot": [0, 0, 0], "rotation": [-147.82282, 25.588, -175.629], "uv": [58, 26]}, + {"origin": [-3, 5, -8], "size": [6, 0, 8], "pivot": [0, 0, 0], "rotation": [-147.82282, -25.588, 175.629], "uv": [58, 26], "mirror": true}, + {"origin": [-8, 5, -5], "size": [6, 0, 10], "pivot": [0, 0, 0], "rotation": [0, 0, -30], "uv": [36, 44], "mirror": true}, + {"origin": [-3, 5, -8], "size": [6, 0, 8], "pivot": [0, 0, 0], "rotation": [30.6777, -21.3169, -0.38313], "uv": [24, 65], "mirror": true}, + {"origin": [-3, 5, -8], "size": [6, 0, 8], "pivot": [0, 0, 0], "rotation": [30.6777, 21.3169, 0.38313], "uv": [24, 65]}, + {"origin": [2, 5, -5], "size": [6, 0, 10], "pivot": [0, 0, 0], "rotation": [0, 0, 30], "uv": [36, 44]}, + {"origin": [-5, 0, -5], "size": [10, 7, 10], "uv": [36, 27]} + ] + }, + { + "name": "body2", + "parent": "body", + "pivot": [0, 7.76942, -0.1518], + "cubes": [ + {"origin": [-4, 10, -4], "size": [6, 0, 8], "pivot": [0, 1, 0], "rotation": [0, 0, -30], "uv": [48, 65]}, + {"origin": [-4, 7, -4], "size": [8, 4, 8], "uv": [36, 0]}, + {"origin": [-3, 12, -5], "size": [5, 0, 5], "pivot": [0, 7, 0], "rotation": [46.71342, 20.45838, 6.13339], "uv": [53, 44]}, + {"origin": [-2, 12, -5], "size": [5, 0, 5], "pivot": [0, 7, 0], "rotation": [46.71342, -20.45838, -6.13339], "uv": [53, 44], "mirror": true}, + {"origin": [-2, 10, -4], "size": [6, 0, 8], "pivot": [0, 1, 0], "rotation": [0, 0, 30], "uv": [48, 65], "mirror": true}, + {"origin": [-2, 11, -5], "size": [4, 0, 5], "pivot": [0, 6, 0], "rotation": [-147.82282, -25.588, 175.629], "uv": [31, 0], "mirror": true}, + {"origin": [-2, 11, -5], "size": [4, 0, 5], "pivot": [0, 6, 0], "rotation": [-147.82282, 25.588, -175.629], "uv": [31, 0]} + ] + }, + { + "name": "neck", + "parent": "body2", + "pivot": [0, 11, 0], + "cubes": [ + {"origin": [-3.5, 11, -3.5], "size": [7, 2, 7], "uv": [61, 8]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0.00397, 13.34743, -2.57762], + "cubes": [ + {"origin": [-6, 13, -6], "size": [12, 11, 12], "uv": [0, 0]}, + {"origin": [5.3, 12.7, -8], "size": [2, 2, 0], "pivot": [0.5, -2, 0], "rotation": [-5.93888, -3.78739, -31.21623], "uv": [0, 48]}, + {"origin": [-7.3, 12.7, -8], "size": [2, 2, 0], "pivot": [-0.5, -2, 0], "rotation": [-5.93888, 3.78739, 31.21623], "uv": [0, 48], "mirror": true}, + {"origin": [11, 9, -3.9], "size": [2, 2, 0], "pivot": [0, -2, 0], "rotation": [5.019, 4.98093, -44.56312], "uv": [0, 33], "mirror": true} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [0, 18.27538, -5.65], + "cubes": [ + {"origin": [-1, 17.5, -6.2], "size": [1, 2, 1], "pivot": [0, -2, 0], "rotation": [0, 0, 10], "uv": [40, 5], "mirror": true}, + {"origin": [-2.5, 17, -6.1], "size": [4, 3, 1], "pivot": [0, -2, 0], "rotation": [0, 0, 10], "uv": [0, 23], "mirror": true}, + {"origin": [0, 17.5, -6.2], "size": [1, 2, 1], "pivot": [0, -2, 0], "rotation": [0, 0, -10], "uv": [40, 5]}, + {"origin": [-1.5, 17, -6.1], "size": [4, 3, 1], "pivot": [0, -2, 0], "rotation": [0, 0, -10], "uv": [0, 23]} + ] + }, + { + "name": "tophead", + "parent": "head", + "pivot": [-0.13765, 26.57238, -0.33676], + "cubes": [ + {"origin": [-1, 26.8, -1], "size": [2, 4, 2], "uv": [0, 0]}, + {"origin": [-2.6, 25.9, 1.5], "size": [2, 3, 0], "pivot": [0, -2, 0], "rotation": [-85.39114, -87.31411, 92.10886], "uv": [0, 37]}, + {"origin": [0.6, 25.9, 1.5], "size": [2, 3, 0], "pivot": [0, -2, 0], "rotation": [-85.39114, 87.31411, -92.10886], "uv": [0, 37], "mirror": true}, + {"origin": [-3.7, 26.4, -2], "size": [2, 3, 0], "pivot": [0, -2, 0], "rotation": [-3.17805, -32.36121, 5.92236], "uv": [34, 23]}, + {"origin": [-3.6, 26.4, -2.1], "size": [2, 3, 0], "pivot": [0, -2, 0], "rotation": [-10.67805, -32.36121, 5.92236], "uv": [38, 23], "mirror": true}, + {"origin": [1.7, 26.4, -2], "size": [2, 3, 0], "pivot": [0, -2, 0], "rotation": [-3.17805, 32.36121, -5.92236], "uv": [34, 23], "mirror": true}, + {"origin": [-5.5, 23.8, -6], "size": [11, 3, 12], "uv": [0, 23]}, + {"origin": [1.6, 26.4, -2.1], "size": [2, 3, 0], "pivot": [0, -2, 0], "rotation": [-10.67805, 32.36121, -5.92236], "uv": [38, 23]} + ] + }, + { + "name": "tentacle26", + "parent": "tophead", + "pivot": [3.53682, 24.25844, 3.43601], + "cubes": [ + {"origin": [2.8, 23, -4.4], "size": [6, 3, 5], "pivot": [-1.4, -2, -3], "rotation": [-3.64103, -35.38101, 1.47284], "uv": [19, 82]} + ] + }, + { + "name": "tentacle27", + "parent": "tentacle26", + "pivot": [6.4077, 24.70009, 4.59688], + "cubes": [ + {"origin": [-19.9, 16.8, -0.5], "size": [1, 2, 0], "pivot": [1.1, -2, -3], "rotation": [-37.78381, -14.24, 72.39545], "uv": [5, 126]}, + {"origin": [-20.9, 11.3, -0.5], "size": [1, 2, 0], "pivot": [1.1, -2, -3], "rotation": [-39.75778, -4.81281, 84.2411], "uv": [5, 126]}, + {"origin": [-22.4, 8.3, -2.3], "size": [11, 3, 5], "pivot": [2.6, -2, -2.3], "rotation": [-37.13478, -5.41608, 79.10201], "uv": [0, 54]} + ] + }, + { + "name": "tentacle28", + "parent": "tentacle27", + "pivot": [7.6578, 13.68953, 5.36188], + "cubes": [ + {"origin": [-13.4, 5.6, -2.3], "size": [7, 3, 5], "pivot": [2.6, -2, -2.3], "rotation": [-37.46641, 0.65366, 87.05985], "uv": [74, 73]} + ] + }, + { + "name": "tentacle29", + "parent": "tentacle28", + "pivot": [7.96281, 7.84642, 5.01303], + "cubes": [ + {"origin": [-4.4, 7.9, -2.3], "size": [5, 3, 5], "pivot": [2.6, -2, -2.3], "rotation": [-36.64932, -8.41888, 75.0743], "uv": [92, 25]}, + {"origin": [0.6, 8.9, -0.3], "size": [2, 1, 1], "pivot": [2.6, -2, -2.3], "rotation": [-36.64932, -8.41888, 75.0743], "uv": [0, 29]} + ] + }, + { + "name": "tentacle", + "parent": "tophead", + "pivot": [5.34862, 24.1554, -4.39924], + "cubes": [ + {"origin": [-3.4, 23.5, -2], "size": [6, 3, 5], "pivot": [-1.4, -1.5, -2], "rotation": [10.29354, 38.86967, 16.14054], "uv": [0, 87]} + ] + }, + { + "name": "tentacle2", + "parent": "tentacle", + "pivot": [7.11585, 24.02421, -5.72123], + "cubes": [ + {"origin": [-26.4, 8.8, -2], "size": [11, 3, 5], "pivot": [-1.4, -1.5, -2], "rotation": [39.75778, 4.81281, 84.2411], "uv": [60, 0]}, + {"origin": [-23.4, 11.8, 0.5], "size": [1, 2, 0], "pivot": [-1.4, -1.5, -2], "rotation": [39.75778, 4.81281, 84.2411], "uv": [5, 126]}, + {"origin": [-22.4, 17.3, 0.5], "size": [1, 2, 0], "pivot": [-1.4, -1.5, -2], "rotation": [37.78381, 14.24, 72.39545], "uv": [5, 126]} + ] + }, + { + "name": "tantacle", + "parent": "tentacle2", + "pivot": [7.58902, 13.59117, -6.27916], + "cubes": [ + {"origin": [-17.4, 6.1, -2], "size": [7, 3, 5], "pivot": [-1.4, -1.5, -2], "rotation": [39.97314, -1.60667, 91.91561], "uv": [80, 65]} + ] + }, + { + "name": "tentacle3", + "parent": "tantacle", + "pivot": [7.42649, 7.69551, -5.98189], + "cubes": [ + {"origin": [-8.4, 8.6, -2], "size": [5, 3, 5], "pivot": [-1.4, -1.5, -2], "rotation": [39.32466, 7.9972, 80.36154], "uv": [92, 33]}, + {"origin": [-3.4, 9.6, 0], "size": [2, 1, 1], "pivot": [-1.4, -1.5, -2], "rotation": [39.32466, 7.9972, 80.36154], "uv": [0, 31]} + ] + }, + { + "name": "tentacle8", + "parent": "tophead", + "pivot": [0, 24.09498, -5.73714], + "cubes": [ + {"origin": [-3.5, 18, 11], "size": [7, 4, 5], "pivot": [-0.5, -1.5, 0], "rotation": [45, 0, 0], "uv": [26, 73]}, + {"origin": [0, 18.3, 17.6], "size": [0, 2, 1], "pivot": [-0.5, -1.5, 0], "rotation": [57.5, 0, 0], "uv": [0, 125]} + ] + }, + { + "name": "tentacle9", + "parent": "tentacle8", + "pivot": [0, 21.80434, -7.73596], + "cubes": [ + {"origin": [-2, 14, 13.6], "size": [4, 3, 5], "pivot": [-0.5, -1.5, 0], "rotation": [65, 0, 0], "uv": [95, 11]}, + {"origin": [0, 17, 15.6], "size": [0, 2, 1], "pivot": [-0.5, -1.5, 0], "rotation": [65, 0, 0], "uv": [0, 125]} + ] + }, + { + "name": "tentacle10", + "parent": "tophead", + "pivot": [-5.63613, 24.02222, -0.82091], + "cubes": [ + {"origin": [-1.6, 22.9, -3.5], "size": [4, 3, 6], "pivot": [-1.6, -2.5, -2.5], "rotation": [0.80743, -1.69242, -14.89643], "uv": [39, 90], "mirror": true} + ] + }, + { + "name": "tentacle11", + "parent": "tentacle10", + "pivot": [-7.59328, 23.92628, -0.53452], + "cubes": [ + {"origin": [12.4, 7.8, -4], "size": [11, 3, 6], "pivot": [-1.6, -2.5, -4], "rotation": [-2.47864, 0.32621, -77.50706], "uv": [42, 17], "mirror": true}, + {"origin": [20.9, 17.3, -0.5], "size": [1, 2, 0], "pivot": [0.9, -1.5, -3], "rotation": [0, 0, -67.5], "uv": [5, 126], "mirror": true}, + {"origin": [21.9, 11.8, -0.5], "size": [1, 2, 0], "pivot": [0.9, -1.5, -3], "rotation": [0, 0, -82.5], "uv": [5, 126], "mirror": true} + ] + }, + { + "name": "tentacle12", + "parent": "tentacle11", + "pivot": [-10.0066, 13.37283, -0.58251], + "cubes": [ + {"origin": [7.4, 5.1, -4], "size": [7, 3, 6], "pivot": [-1.6, -2.5, -4], "rotation": [-2.49762, -0.10901, -87.49762], "uv": [70, 38], "mirror": true} + ] + }, + { + "name": "tentacle13", + "parent": "tentacle12", + "pivot": [-10.21925, 7.4483, -0.55612], + "cubes": [ + {"origin": [0.4, 7.1, -4], "size": [5, 3, 6], "pivot": [-1.6, -2.5, -4], "rotation": [-2.44081, 0.54094, -72.51152], "uv": [44, 81], "mirror": true}, + {"origin": [-1.6, 8.1, -1.5], "size": [2, 1, 1], "pivot": [-1.6, -2.5, -4], "rotation": [-2.44081, 0.54094, -72.51152], "uv": [6, 29], "mirror": true} + ] + }, + { + "name": "tentacle18", + "parent": "tophead", + "pivot": [1.8493, 24.72575, 5.31655], + "cubes": [ + {"origin": [3.6, 23.2, -5.7], "size": [6, 3, 5], "pivot": [-1.4, -1.5, -2], "rotation": [0.0393, -73.36564, -0.45422], "uv": [87, 3]} + ] + }, + { + "name": "tentacle23", + "parent": "tentacle18", + "pivot": [2.82826, 25.02421, 7.5202], + "cubes": [ + {"origin": [-22.4, 8.8, -2], "size": [11, 3, 5], "pivot": [2.6, -1.5, -2], "rotation": [-74.87647, -7.24305, 88.04845], "uv": [59, 57], "mirror": true}, + {"origin": [-20.9, 11.8, 0.5], "size": [1, 2, 0], "pivot": [1.1, -1.5, -2], "rotation": [-67.32542, -6.92618, 87.11581], "uv": [5, 126]}, + {"origin": [-19.9, 17.3, 0.5], "size": [1, 2, 0], "pivot": [1.1, -1.5, -2], "rotation": [-65.85133, -20.70481, 80.99283], "uv": [5, 126]} + ] + }, + { + "name": "tentacle24", + "parent": "tentacle23", + "pivot": [2.67932, 13.59117, 8.95527], + "cubes": [ + {"origin": [-13.4, 6.1, -2], "size": [7, 3, 5], "pivot": [2.6, -1.5, -2], "rotation": [-74.98635, 2.41476, 90.64743], "uv": [0, 79], "mirror": true} + ] + }, + { + "name": "tentacle25", + "parent": "tentacle24", + "pivot": [2.91173, 7.65223, 7.82266], + "cubes": [ + {"origin": [-4.4, 8.4, -2], "size": [5, 3, 5], "pivot": [2.6, -1.5, -2], "rotation": [-74.65279, -12.06754, 86.71604], "uv": [0, 95], "mirror": true}, + {"origin": [0.6, 9.4, 0], "size": [2, 1, 1], "pivot": [2.6, -1.5, -2], "rotation": [-74.65279, -12.06754, 86.71604], "uv": [6, 27]} + ] + }, + { + "name": "tentacle14", + "parent": "tophead", + "pivot": [-4.53682, 24.25844, 3.43601], + "cubes": [ + {"origin": [-8.8, 23, -4.4], "size": [6, 3, 5], "pivot": [1.4, -2, -3], "rotation": [-3.64103, 35.38101, -1.47284], "uv": [19, 82], "mirror": true} + ] + }, + { + "name": "tentacle15", + "parent": "tentacle14", + "pivot": [-6.4077, 24.70009, 4.59688], + "cubes": [ + {"origin": [11.4, 8.3, -2.3], "size": [11, 3, 5], "pivot": [-2.6, -2, -2.3], "rotation": [-37.13478, 5.41608, -79.10201], "uv": [0, 54], "mirror": true}, + {"origin": [18.9, 16.8, -0.5], "size": [1, 2, 0], "pivot": [-1.1, -2, -3], "rotation": [-37.78381, 14.24, -72.39545], "uv": [5, 126], "mirror": true}, + {"origin": [19.9, 11.3, -0.5], "size": [1, 2, 0], "pivot": [-1.1, -2, -3], "rotation": [-39.75778, 4.81281, -84.2411], "uv": [5, 126], "mirror": true} + ] + }, + { + "name": "tentacle16", + "parent": "tentacle15", + "pivot": [-7.6578, 13.68953, 5.36188], + "cubes": [ + {"origin": [6.4, 5.6, -2.3], "size": [7, 3, 5], "pivot": [-2.6, -2, -2.3], "rotation": [-37.46641, -0.65366, -87.05985], "uv": [74, 73], "mirror": true} + ] + }, + { + "name": "tentacle17", + "parent": "tentacle16", + "pivot": [-7.96281, 7.84642, 5.01303], + "cubes": [ + {"origin": [-0.6, 7.9, -2.3], "size": [5, 3, 5], "pivot": [-2.6, -2, -2.3], "rotation": [-36.64932, 8.41888, -75.0743], "uv": [92, 25], "mirror": true}, + {"origin": [-2.6, 8.9, -0.3], "size": [2, 1, 1], "pivot": [-2.6, -2, -2.3], "rotation": [-36.64932, 8.41888, -75.0743], "uv": [0, 29], "mirror": true} + ] + }, + { + "name": "tentacle19", + "parent": "tophead", + "pivot": [-1.8493, 24.72575, 5.31655], + "cubes": [ + {"origin": [-9.6, 23.2, -5.7], "size": [6, 3, 5], "pivot": [1.4, -1.5, -2], "rotation": [0.0393, 73.36564, 0.45422], "uv": [87, 3], "mirror": true} + ] + }, + { + "name": "tentacle20", + "parent": "tentacle19", + "pivot": [-2.82826, 25.02421, 7.5202], + "cubes": [ + {"origin": [11.4, 8.8, -2], "size": [11, 3, 5], "pivot": [-2.6, -1.5, -2], "rotation": [-74.87647, 7.24305, -88.04845], "uv": [59, 57]}, + {"origin": [19.9, 11.8, 0.5], "size": [1, 2, 0], "pivot": [-1.1, -1.5, -2], "rotation": [-67.32542, 6.92618, -87.11581], "uv": [5, 126], "mirror": true}, + {"origin": [18.9, 17.3, 0.5], "size": [1, 2, 0], "pivot": [-1.1, -1.5, -2], "rotation": [-65.85133, 20.70481, -80.99283], "uv": [5, 126], "mirror": true} + ] + }, + { + "name": "tentacle21", + "parent": "tentacle20", + "pivot": [-2.67932, 13.59117, 7.95527], + "cubes": [ + {"origin": [6.4, 6.1, -2], "size": [7, 3, 5], "pivot": [-2.6, -1.5, -2], "rotation": [-74.98635, -2.41476, -90.64743], "uv": [0, 79]} + ] + }, + { + "name": "tentacle22", + "parent": "tentacle21", + "pivot": [-2.91173, 7.65223, 7.82266], + "cubes": [ + {"origin": [-2.6, 9.4, 0], "size": [2, 1, 1], "pivot": [-2.6, -1.5, -2], "rotation": [-74.65279, 12.06754, -86.71604], "uv": [6, 27], "mirror": true}, + {"origin": [-0.6, 8.4, -2], "size": [5, 3, 5], "pivot": [-2.6, -1.5, -2], "rotation": [-74.65279, 12.06754, -86.71604], "uv": [0, 95]} + ] + }, + { + "name": "tentacle4", + "parent": "tophead", + "pivot": [-5.34862, 24.1554, -4.39924], + "cubes": [ + {"origin": [-2.6, 23.5, -2], "size": [6, 3, 5], "pivot": [1.4, -1.5, -2], "rotation": [10.29354, -38.86967, -16.14054], "uv": [0, 87], "mirror": true} + ] + }, + { + "name": "tentacle5", + "parent": "tentacle4", + "pivot": [-7.11585, 24.02421, -5.72123], + "cubes": [ + {"origin": [15.4, 8.8, -2], "size": [11, 3, 5], "pivot": [1.4, -1.5, -2], "rotation": [39.75778, -4.81281, -84.2411], "uv": [60, 0], "mirror": true}, + {"origin": [22.4, 11.8, 0.5], "size": [1, 2, 0], "pivot": [1.4, -1.5, -2], "rotation": [39.75778, -4.81281, -84.2411], "uv": [5, 126], "mirror": true}, + {"origin": [21.4, 17.3, 0.5], "size": [1, 2, 0], "pivot": [1.4, -1.5, -2], "rotation": [37.78381, -14.24, -72.39545], "uv": [5, 126], "mirror": true} + ] + }, + { + "name": "tentacle6", + "parent": "tentacle5", + "pivot": [-7.58902, 13.59117, -6.27916], + "cubes": [ + {"origin": [10.4, 6.1, -2], "size": [7, 3, 5], "pivot": [1.4, -1.5, -2], "rotation": [39.97314, 1.60667, -91.91561], "uv": [80, 65], "mirror": true} + ] + }, + { + "name": "tentacle7", + "parent": "tentacle6", + "pivot": [-6.42649, 7.69551, -6.98189], + "cubes": [ + {"origin": [3.4, 8.6, -2], "size": [5, 3, 5], "pivot": [1.4, -1.5, -2], "rotation": [39.32466, -7.9972, -80.36154], "uv": [92, 33], "mirror": true}, + {"origin": [1.4, 9.6, 0], "size": [2, 1, 1], "pivot": [1.4, -1.5, -2], "rotation": [39.32466, -7.9972, -80.36154], "uv": [0, 31], "mirror": true} + ] + }, + { + "name": "tantacle2", + "parent": "tophead", + "pivot": [4.63613, 25.02222, -0.82091], + "cubes": [ + {"origin": [-2.4, 22.9, -3.5], "size": [4, 3, 6], "pivot": [1.6, -2.5, -2.5], "rotation": [0.80743, 1.69242, 14.89643], "uv": [39, 90]} + ] + }, + { + "name": "tentacle31", + "parent": "tantacle2", + "pivot": [8.59328, 23.92628, -0.53452], + "cubes": [ + {"origin": [-23.4, 7.8, -4], "size": [11, 3, 6], "pivot": [1.6, -2.5, -4], "rotation": [-2.47864, -0.32621, 77.50706], "uv": [42, 17]}, + {"origin": [-22.9, 11.8, -0.5], "size": [1, 2, 0], "pivot": [-0.9, -1.5, -3], "rotation": [0, 0, 82.5], "uv": [5, 126]}, + {"origin": [-21.9, 17.3, -0.5], "size": [1, 2, 0], "pivot": [-0.9, -1.5, -3], "rotation": [0, 0, 67.5], "uv": [5, 126]} + ] + }, + { + "name": "tentacle32", + "parent": "tentacle31", + "pivot": [10.0066, 13.37283, -0.58251], + "cubes": [ + {"origin": [-14.4, 5.1, -4], "size": [7, 3, 6], "pivot": [1.6, -2.5, -4], "rotation": [-2.49762, 0.10901, 87.49762], "uv": [70, 38]} + ] + }, + { + "name": "tentacle33", + "parent": "tentacle32", + "pivot": [10.21925, 7.4483, -0.55612], + "cubes": [ + {"origin": [-5.4, 7.1, -4], "size": [5, 3, 6], "pivot": [1.6, -2.5, -4], "rotation": [-2.44081, -0.54094, 72.51152], "uv": [44, 81]}, + {"origin": [-0.4, 8.1, -1.5], "size": [2, 1, 1], "pivot": [1.6, -2.5, -4], "rotation": [-2.44081, -0.54094, 72.51152], "uv": [6, 29]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/marill/marill.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/marill/marill.geo.json new file mode 100644 index 0000000..bd08864 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/marill/marill.geo.json @@ -0,0 +1,101 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.marill", + "texture_width": 32, + "texture_height": 32, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "bb_main", + "pivot": [0, 0, 0] + }, + { + "name": "lfoot", + "parent": "bb_main", + "pivot": [2, 0.5, -1], + "cubes": [ + {"origin": [1, 0, -3], "size": [2, 1, 4], "pivot": [2, 0.5, -1], "rotation": [0, -25, 0], "uv": [20, 0]} + ] + }, + { + "name": "rfoot", + "parent": "bb_main", + "pivot": [-2, 0.5, -1], + "cubes": [ + {"origin": [-3, 0, -3], "size": [2, 1, 4], "pivot": [-2, 0.5, -1], "rotation": [0, 25, 0], "uv": [20, 0], "mirror": true} + ] + }, + { + "name": "bb_upperbdody", + "parent": "bb_main", + "pivot": [0, 1.05833, -0.625], + "cubes": [ + {"origin": [-3, 0.99981, -3], "size": [6, 6, 6], "uv": [0, 6]}, + {"origin": [-4.3, 5.99981, -1], "size": [3, 3, 2], "pivot": [-2.8, 7.49981, 0], "rotation": [0, -10, -25], "uv": [0, 0], "mirror": true}, + {"origin": [1.3, 5.99981, -1], "size": [3, 3, 2], "pivot": [2.8, 7.49981, 0], "rotation": [0, 10, 25], "uv": [0, 0]} + ] + }, + { + "name": "face", + "parent": "bb_upperbdody", + "pivot": [0, 5.38314, -3.025], + "cubes": [ + {"origin": [-1, 3.72481, -3.035], "size": [1, 1, 0], "uv": [15, 28]}, + {"origin": [-0.625, 4.34981, -3.26], "size": [1, 1, 1], "inflate": -0.25, "uv": [22, 19]}, + {"origin": [-0.5, 3.72481, -3.035], "size": [1, 1, 0], "uv": [3, 22]}, + {"origin": [-0.75, 3.54981, -3.01], "size": [1, 1, 0], "uv": [3, 23]} + ] + }, + { + "name": "eye_right", + "parent": "face", + "pivot": [-1.55, 5.49981, -3.0125], + "cubes": [ + {"origin": [-2.1, 4.94981, -3.015], "size": [1, 1, 0], "uv": [15, 26]}, + {"origin": [-2.5, 4.54981, -3.01], "size": [2, 2, 0], "uv": [15, 30]} + ] + }, + { + "name": "eye_left", + "parent": "face", + "pivot": [1.55, 5.49981, -3.0125], + "cubes": [ + {"origin": [0.5, 4.54981, -3.01], "size": [2, 2, 0], "uv": [15, 30], "mirror": true}, + {"origin": [1.1, 4.94981, -3.015], "size": [1, 1, 0], "uv": [15, 26], "mirror": true} + ] + }, + { + "name": "bb_leaftarm", + "parent": "bb_upperbdody", + "pivot": [2.5, 3.49981, -0.5], + "cubes": [ + {"origin": [2, 2.49981, -1.5], "size": [3, 2, 2], "pivot": [3.5, 3.49981, -0.5], "rotation": [0, 20, 25], "uv": [12, 22]} + ] + }, + { + "name": "bb_rightarm", + "parent": "bb_upperbdody", + "pivot": [-2.5, 3.49981, -0.5], + "cubes": [ + {"origin": [-5, 2.49981, -1.5], "size": [3, 2, 2], "pivot": [-3.5, 3.49981, -0.5], "rotation": [0, -20, -25], "uv": [12, 22], "mirror": true} + ] + }, + { + "name": "bb_tail", + "parent": "bb_upperbdody", + "pivot": [0, 1.49981, 3], + "cubes": [ + {"origin": [0, -0.00019, 3.5], "size": [0, 5, 5], "pivot": [0, 2.49981, 6], "rotation": [-30, 0, 0], "uv": [22, 22]}, + {"origin": [-1.5, 4.19981, 8.2], "size": [3, 3, 3], "pivot": [0, 5.69981, 9.7], "rotation": [24.03208, 42.406, 16.73634], "uv": [0, 26]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/marowak_alolan/marowak_alolan.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/marowak_alolan/marowak_alolan.geo.json new file mode 100644 index 0000000..12942a9 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/marowak_alolan/marowak_alolan.geo.json @@ -0,0 +1,339 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.marowak", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "marowak", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "marowak", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 3, 0], + "cubes": [ + {"origin": [-0.5, 6.55, 3.5], "size": [1, 1, 0], "uv": [13, 4]}, + {"origin": [-4, 3, -3.5], "size": [8, 6, 7], "uv": [22, 0]} + ] + }, + { + "name": "upper_torso", + "parent": "torso", + "pivot": [0, 9, 1], + "cubes": [ + {"origin": [-3.5, 8, -3], "size": [7, 5, 6], "uv": [24, 28]} + ] + }, + { + "name": "neck", + "parent": "upper_torso", + "pivot": [0, 13, 0], + "cubes": [ + {"origin": [-3, 12, -2.5], "size": [6, 3, 5], "uv": [32, 20]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 14.5, 0], + "cubes": [ + {"origin": [-4, 13.5, -4], "size": [8, 7, 7], "uv": [0, 20]}, + {"origin": [4, 12.25, 1.1], "size": [3, 7, 0], "pivot": [4, 17, 1], "rotation": [-55.95742, -31.42176, 37.65635], "uv": [22, 0]}, + {"origin": [-7, 12.25, 1.1], "size": [3, 7, 0], "pivot": [-4, 17, 1], "rotation": [-55.95742, 31.42176, -37.65635], "uv": [0, 20]}, + {"origin": [2.46802, 18.10633, 2.53], "size": [2, 5, 2], "pivot": [3.31802, 20.35633, 3.11737], "rotation": [-63.92929, 30.8725, 14.2266], "uv": [52, 7]}, + {"origin": [-4.46802, 18.10633, 2.53], "size": [2, 5, 2], "pivot": [-3.31802, 20.35633, 3.11737], "rotation": [-63.92929, -30.8725, -14.2266], "uv": [0, 51]}, + {"origin": [-3.5, 13.75, 2], "size": [7, 6, 2], "pivot": [0, 19.5, 4], "rotation": [9.5, 0, 0], "uv": [29, 46]}, + {"origin": [-4, 19.5, 3], "size": [8, 1, 1], "uv": [14, 59]}, + {"origin": [-0.5, 20.5, -1], "size": [1, 0, 1], "inflate": 0.01, "uv": [12, 1]}, + {"origin": [-0.5, 19.5, -4.025], "size": [1, 1, 0], "uv": [13, 3]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [0, 15, 0] + }, + { + "name": "left_eye", + "parent": "eyes", + "pivot": [0, 15, -0.5], + "cubes": [ + {"origin": [3, 16, -4], "size": [1, 2, 3], "inflate": 0.01, "uv": [13, 54]}, + {"origin": [4, 16.5, -4], "size": [0, 1, 1], "inflate": 0.02, "uv": [2, 0]} + ] + }, + { + "name": "left_eyelid", + "parent": "eyes", + "pivot": [-0.1, 15, -0.4], + "cubes": [ + {"origin": [2.9, 16, -3.9], "size": [1, 2, 3], "inflate": 0.03, "uv": [40, 57]} + ] + }, + { + "name": "right_eye", + "parent": "eyes", + "pivot": [0, 15, -0.5], + "cubes": [ + {"origin": [-4, 16, -4], "size": [1, 2, 3], "inflate": 0.01, "uv": [8, 51]}, + {"origin": [-4, 16.5, -4], "size": [0, 1, 1], "inflate": 0.02, "uv": [0, 0]} + ] + }, + { + "name": "right_eyelid", + "parent": "eyes", + "pivot": [0.1, 15, -0.4], + "cubes": [ + {"origin": [-3.9, 16, -3.9], "size": [1, 2, 3], "inflate": 0.03, "uv": [45, 59]} + ] + }, + { + "name": "jaw", + "parent": "head", + "pivot": [0, 13.9, -4], + "cubes": [ + {"origin": [-1.5, 13, -7.5], "size": [3, 1, 6], "pivot": [0, 13.5, -4], "rotation": [12.5, 0, 0], "uv": [31, 39]} + ] + }, + { + "name": "snout", + "parent": "head", + "pivot": [0, 17.6, -4], + "rotation": [12.5, 0, 0], + "cubes": [ + {"origin": [-2, 13.6, -9], "size": [4, 4, 5], "inflate": 0.01, "uv": [13, 39]}, + {"origin": [-2, 13.6, -8], "size": [4, 2, 4], "pivot": [2, 14.1, -8], "rotation": [0, 27.5, 0], "uv": [28, 58]}, + {"origin": [-2, 13.6, -8], "size": [4, 2, 4], "pivot": [-2, 14.1, -8], "rotation": [0, -27.5, 0], "uv": [40, 13]} + ] + }, + { + "name": "left_upper_arm", + "parent": "upper_torso", + "pivot": [3.5, 12.5, 0], + "cubes": [ + {"origin": [3, 10.5, -1.5], "size": [4, 2, 3], "uv": [50, 33]} + ] + }, + { + "name": "left_lower_arm", + "parent": "left_upper_arm", + "pivot": [7, 11.5, 1.5], + "cubes": [ + {"origin": [7, 10.5, -1.5], "size": [4, 2, 3], "inflate": 0.01, "uv": [44, 28]} + ] + }, + { + "name": "left_hand", + "parent": "left_lower_arm", + "pivot": [11, 12.5, 0], + "cubes": [ + {"origin": [11, 11.5, -1.5], "size": [2, 1, 3], "uv": [7, 59]} + ] + }, + { + "name": "left_fingers", + "parent": "left_hand", + "pivot": [13, 12.5, 0], + "cubes": [ + {"origin": [13, 11.5, -1.5], "size": [2, 1, 3], "inflate": 0.01, "uv": [0, 58]} + ] + }, + { + "name": "left_thumb", + "parent": "left_lower_arm", + "pivot": [11, 11, -1.5], + "cubes": [ + {"origin": [10.5, 10.5, -2], "size": [2, 1, 1], "inflate": 0.01, "uv": [43, 39]} + ] + }, + { + "name": "right_upper_arm", + "parent": "upper_torso", + "pivot": [-3.5, 12.5, 0], + "cubes": [ + {"origin": [-7, 10.5, -1.5], "size": [4, 2, 3], "uv": [23, 20]} + ] + }, + { + "name": "right_lower_arm", + "parent": "right_upper_arm", + "pivot": [-7, 11.5, 1.5], + "cubes": [ + {"origin": [-11, 10.5, -1.5], "size": [4, 2, 3], "inflate": 0.01, "uv": [22, 13]} + ] + }, + { + "name": "right_hand", + "parent": "right_lower_arm", + "pivot": [-11, 12.5, 0], + "cubes": [ + {"origin": [-13, 11.5, -1.5], "size": [2, 1, 3], "uv": [22, 51]} + ] + }, + { + "name": "bone_body", + "parent": "right_hand", + "pivot": [0, 0, 0] + }, + { + "name": "bone_torso", + "parent": "bone_body", + "pivot": [0, 3, 0] + }, + { + "name": "bone_upper_torso", + "parent": "bone_torso", + "pivot": [0, 9, 1] + }, + { + "name": "bone_right_upper_arm", + "parent": "bone_upper_torso", + "pivot": [-3.5, 12.5, 0] + }, + { + "name": "bone_right_lower_arm", + "parent": "bone_right_upper_arm", + "pivot": [-7, 11.5, 1.5] + }, + { + "name": "bone_right_hand", + "parent": "bone_right_lower_arm", + "pivot": [-11, 12.5, 0] + }, + { + "name": "bone", + "parent": "bone_right_hand", + "pivot": [-12, 11, 0], + "rotation": [0, 0, -90], + "cubes": [ + {"origin": [-13, 10, -9], "size": [2, 2, 16], "uv": [2, 2]} + ] + }, + { + "name": "bone_end", + "parent": "bone", + "pivot": [-12, 11, 6.5], + "cubes": [ + {"origin": [-10.75, 9.5, 7.5], "size": [3, 3, 3], "pivot": [-12, 11, 10.25], "rotation": [0, 45, 0], "uv": [49, 19]}, + {"origin": [-11.75, 10, 6.5], "size": [2, 2, 2], "inflate": 0.2, "pivot": [-12, 11, 10.25], "rotation": [0, 45, 0], "uv": [36, 13]} + ] + }, + { + "name": "bone_tip", + "parent": "bone", + "pivot": [-12, 11, -8.5], + "cubes": [ + {"origin": [-11.75, 10, -11.5], "size": [2, 2, 2], "inflate": 0.2, "pivot": [-12, 11, -10.25], "rotation": [0, -45, 0], "uv": [30, 54]}, + {"origin": [-13.75, 9.5, -10.5], "size": [3, 3, 3], "pivot": [-12, 11, -10.25], "rotation": [0, -45, 0], "uv": [13, 48]} + ] + }, + { + "name": "fire_down", + "parent": "bone_tip", + "pivot": [-11, 10.2, 6.5], + "cubes": [ + {"origin": [-26, 4.7, 6.5], "size": [14, 26, 0], "pivot": [-13, 4.7, 7.5], "rotation": [0, 0, 90], "uv": [0, 66]}, + {"origin": [-20, 10.7, 6.5], "size": [14, 26, 0], "pivot": [-13, 10.7, 6.5], "rotation": [0, 85, 90], "uv": [0, 96]} + ] + }, + { + "name": "fire_up", + "parent": "bone_tip", + "pivot": [-11, 10.45, -9.5], + "cubes": [ + {"origin": [-26, 4.95, -9.5], "size": [14, 26, 0], "pivot": [-13, 4.95, -8.5], "rotation": [0, 0, 90], "uv": [0, 66]}, + {"origin": [-20, 10.95, -9.5], "size": [14, 26, 0], "pivot": [-13, 10.95, -9.5], "rotation": [0, 85, 90], "uv": [0, 96]} + ] + }, + { + "name": "right_fingers", + "parent": "right_hand", + "pivot": [-13, 12.5, 0], + "cubes": [ + {"origin": [-15, 11.5, -1.5], "size": [2, 1, 3], "inflate": 0.01, "uv": [26, 39]} + ] + }, + { + "name": "right_thumb", + "parent": "right_lower_arm", + "pivot": [-11, 11, -1.5], + "cubes": [ + {"origin": [-12.5, 10.5, -2], "size": [2, 1, 1], "inflate": 0.01, "uv": [23, 25]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 5, 3.5], + "cubes": [ + {"origin": [-2, 3, 2], "size": [4, 4, 5], "inflate": 0.01, "uv": [0, 9]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 5, 7], + "cubes": [ + {"origin": [-1.5, 3.5, 6], "size": [3, 3, 5], "uv": [0, 43]}, + {"origin": [0, 6, 8], "size": [0, 3, 2], "uv": [0, 0]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 5, 11], + "cubes": [ + {"origin": [-1, 4, 10], "size": [2, 2, 3], "uv": [13, 34]} + ] + }, + { + "name": "left_leg", + "parent": "body", + "pivot": [4, 4.5, -0.25], + "cubes": [ + {"origin": [2, 2.5, -2.75], "size": [4, 4, 5], "inflate": 0.01, "uv": [0, 34]} + ] + }, + { + "name": "left_foot", + "parent": "left_leg", + "pivot": [4, 2.5, -2.25], + "cubes": [ + {"origin": [2.5, 0, -2.25], "size": [3, 3, 4], "uv": [46, 38]}, + {"origin": [3, 0, -3.25], "size": [2, 1, 1], "uv": [22, 48]} + ] + }, + { + "name": "right_leg", + "parent": "body", + "pivot": [-4, 4.5, -0.25], + "cubes": [ + {"origin": [-6, 2.5, -2.75], "size": [4, 4, 5], "inflate": 0.01, "uv": [0, 0]} + ] + }, + { + "name": "right_foot", + "parent": "right_leg", + "pivot": [-4, 2.5, -2.25], + "cubes": [ + {"origin": [-5.5, 0, -2.25], "size": [3, 3, 4], "uv": [45, 0]}, + {"origin": [-5, 0, -3.25], "size": [2, 1, 1], "uv": [31, 43]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/marshadow/marshadow.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/marshadow/marshadow.geo.json new file mode 100644 index 0000000..17a2c1c --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/marshadow/marshadow.geo.json @@ -0,0 +1,494 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 3, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "marshadow", + "pivot": [0, 0, 0] + }, + { + "name": "whole_body", + "parent": "marshadow", + "pivot": [0, 0, 0] + }, + { + "name": "left_leg", + "parent": "whole_body", + "pivot": [1.975, 6, 0], + "cubes": [ + {"origin": [0.475, 2, -1.5], "size": [3, 4, 3], "uv": [56, 8]} + ] + }, + { + "name": "left_leg_2", + "parent": "left_leg", + "pivot": [1.975, 2.075, -1.425], + "cubes": [ + {"origin": [0.475, 0, -1.5], "size": [3, 2, 3], "inflate": 0.001, "uv": [25, 32]} + ] + }, + { + "name": "right_shadow_4", + "parent": "left_leg_2", + "pivot": [2.475, 0.025, 1.5], + "cubes": [ + {"origin": [0.475, 0.025, 1.5], "size": [3, 0, 3], "uv": [14, 44]} + ] + }, + { + "name": "right_shadow_5", + "parent": "right_shadow_4", + "pivot": [2.475, 0.025, 4.5], + "cubes": [ + {"origin": [0.475, 0.025, 4.5], "size": [3, 0, 3], "uv": [25, 3]} + ] + }, + { + "name": "right_shadow_6", + "parent": "right_shadow_5", + "pivot": [2.475, 0.025, 7.5], + "cubes": [ + {"origin": [0.475, 0.025, 7.5], "size": [3, 0, 3], "uv": [25, 0]} + ] + }, + { + "name": "right_leg", + "parent": "whole_body", + "pivot": [-1.975, 6, 0], + "cubes": [ + {"origin": [-3.475, 2, -1.5], "size": [3, 4, 3], "uv": [36, 56]} + ] + }, + { + "name": "right_leg_2", + "parent": "right_leg", + "pivot": [-1.975, 2.075, -1.425], + "cubes": [ + {"origin": [-3.475, 0, -1.5], "size": [3, 2, 3], "inflate": 0.001, "uv": [44, 17]} + ] + }, + { + "name": "left_shadow_4", + "parent": "right_leg_2", + "pivot": [-2.475, 0.025, 1.5], + "cubes": [ + {"origin": [-3.475, 0.025, 1.5], "size": [3, 0, 3], "uv": [47, 0]} + ] + }, + { + "name": "left_shadow_5", + "parent": "left_shadow_4", + "pivot": [-2.475, 0.025, 4.5], + "cubes": [ + {"origin": [-3.475, 0.025, 4.5], "size": [3, 0, 3], "uv": [45, 44]} + ] + }, + { + "name": "left_shadow_6", + "parent": "left_shadow_5", + "pivot": [-2.475, 0.025, 7.5], + "cubes": [ + {"origin": [-3.475, 0.025, 7.5], "size": [3, 0, 3], "uv": [20, 44]} + ] + }, + { + "name": "body_shake", + "parent": "whole_body", + "pivot": [0, 3.83333, 0] + }, + { + "name": "body", + "parent": "body_shake", + "pivot": [0, 3.83333, 0], + "cubes": [ + {"origin": [-3.5, 4, -3], "size": [7, 4, 6], "uv": [32, 32]}, + {"origin": [-3, 8, -2.5], "size": [6, 4, 5], "uv": [0, 44]}, + {"origin": [-3, 3, -2.5], "size": [6, 2, 5], "uv": [33, 49]} + ] + }, + { + "name": "arm_right", + "parent": "body", + "pivot": [-2.975, 10, 0], + "cubes": [ + {"origin": [-5.5, 8, -1], "size": [3, 2, 2], "uv": [10, 62]} + ] + }, + { + "name": "hand_right_1", + "parent": "arm_right", + "pivot": [-5.45, 10, 0], + "cubes": [ + {"origin": [-7.475, 8, -1.5], "size": [2, 2, 3], "inflate": 0.025, "uv": [45, 61]} + ] + }, + { + "name": "flamefist_right", + "parent": "hand_right_1", + "pivot": [-7.475, 9.7, 0], + "cubes": [ + {"origin": [-8.475, 9.7, -1], "size": [2, 1, 2], "inflate": 0.025, "uv": [36, 63]} + ] + }, + { + "name": "flamefist_alternate2", + "parent": "hand_right_1", + "pivot": [-7.475, 9.7, 0], + "cubes": [ + {"origin": [-8.475, 9.7, -1], "size": [2, 1, 2], "inflate": 0.0251, "uv": [62, 38], "mirror": true} + ] + }, + { + "name": "fire_effect3", + "parent": "flamefist_alternate2", + "pivot": [-6.475, 10.025, 0], + "cubes": [ + {"origin": [-6.475, 10.025, -1], "size": [2, 0, 2], "uv": [0, 34], "mirror": true} + ] + }, + { + "name": "fire_effect4", + "parent": "fire_effect3", + "pivot": [-4.475, 10.025, 0], + "cubes": [ + {"origin": [-4.475, 10.025, -1], "size": [2, 0, 2], "uv": [32, 32], "mirror": true} + ] + }, + { + "name": "hand_right_2", + "parent": "hand_right_1", + "pivot": [-7.55, 10.1, 0], + "cubes": [ + {"origin": [-9.525, 8, -1.5], "size": [2, 2, 3], "inflate": 0.0251, "uv": [52, 32]} + ] + }, + { + "name": "finger_right", + "parent": "hand_right_2", + "pivot": [-8.125, 8.5, -1.5], + "rotation": [0, 45, 0], + "cubes": [ + {"origin": [-8.625, 8.05, -2.5], "size": [1, 1, 2], "inflate": -0.05, "uv": [45, 56]} + ] + }, + { + "name": "arm_left", + "parent": "body", + "pivot": [2.975, 10, 0], + "cubes": [ + {"origin": [2.5, 8, -1], "size": [3, 2, 2], "uv": [20, 62]} + ] + }, + { + "name": "hand_left_1", + "parent": "arm_left", + "pivot": [5.45, 10, 0], + "cubes": [ + {"origin": [5.475, 8, -1.5], "size": [2, 2, 3], "inflate": 0.025, "uv": [55, 61]} + ] + }, + { + "name": "flamefist_left", + "parent": "hand_left_1", + "pivot": [7.475, 9.7, 0], + "cubes": [ + {"origin": [6.475, 9.7, -1], "size": [2, 1, 2], "inflate": 0.025, "uv": [64, 44]} + ] + }, + { + "name": "flamefist_alternate", + "parent": "hand_left_1", + "pivot": [7.475, 9.7, 0], + "cubes": [ + {"origin": [6.475, 9.7, -1], "size": [2, 1, 2], "inflate": 0.0251, "uv": [62, 38]} + ] + }, + { + "name": "fire_effect", + "parent": "flamefist_alternate", + "pivot": [6.475, 10.025, 0], + "cubes": [ + {"origin": [4.475, 10.025, -1], "size": [2, 0, 2], "uv": [0, 34]} + ] + }, + { + "name": "fire_effect2", + "parent": "fire_effect", + "pivot": [4.475, 10.025, 0], + "cubes": [ + {"origin": [2.475, 10.025, -1], "size": [2, 0, 2], "uv": [32, 32]} + ] + }, + { + "name": "hand_left_2", + "parent": "hand_left_1", + "pivot": [7.55, 10.1, 0], + "cubes": [ + {"origin": [7.525, 8, -1.5], "size": [2, 2, 3], "inflate": 0.0251, "uv": [0, 62]} + ] + }, + { + "name": "finger_left", + "parent": "hand_left_2", + "pivot": [8.125, 8.5, -1.5], + "rotation": [0, -45, 0], + "cubes": [ + {"origin": [7.625, 8.05, -2.5], "size": [1, 1, 2], "inflate": -0.05, "uv": [52, 61]} + ] + }, + { + "name": "scarf", + "parent": "body", + "pivot": [0, 10, 0], + "cubes": [ + {"origin": [-5, 9, -4], "size": [10, 2, 8], "uv": [28, 22]}, + {"origin": [-5, 9, -4], "size": [10, 2, 8], "inflate": 0.2, "uv": [28, 7]} + ] + }, + { + "name": "in_3", + "parent": "scarf", + "pivot": [5.05711, 10, 0.65711], + "rotation": [0, 90, 0], + "cubes": [ + {"origin": [4.05711, 9, 0.15711], "size": [2, 2, 3], "inflate": -0.226, "uv": [55, 39]} + ] + }, + { + "name": "in_4", + "parent": "in_3", + "pivot": [5.08211, 9.975, 1.93211], + "cubes": [ + {"origin": [4.58211, 9.475, 1.65711], "size": [1, 1, 3], "uv": [14, 54]} + ] + }, + { + "name": "scarf_alternate", + "parent": "body", + "pivot": [0, 10, 0], + "cubes": [ + {"origin": [-5, 9, -4], "size": [10, 2, 8], "uv": [72, 0]}, + {"origin": [-5, 9, -4], "size": [10, 2, 8], "inflate": 0.2, "uv": [72, 10]} + ] + }, + { + "name": "in_6", + "parent": "scarf_alternate", + "pivot": [5.13211, 10, 0.65711], + "rotation": [0, 90, 0], + "cubes": [ + {"origin": [4.13211, 9, 0.08211], "size": [2, 2, 3], "inflate": -0.226, "uv": [86, 23]} + ] + }, + { + "name": "in_7", + "parent": "in_6", + "pivot": [5.15711, 9.975, 2.08211], + "cubes": [ + {"origin": [4.65711, 9.475, 1.58211], "size": [1, 1, 3], "uv": [98, 24]} + ] + }, + { + "name": "head", + "parent": "body", + "pivot": [0, 11.5, 0], + "cubes": [ + {"origin": [-4.5, 11, -3.5], "size": [9, 7, 7], "uv": [0, 30]} + ] + }, + { + "name": "hoot_alternate", + "parent": "head", + "pivot": [0, 11.40833, -1.35], + "cubes": [ + {"origin": [-5, 11.6, -4], "size": [10, 7, 8], "uv": [0, 15]}, + {"origin": [-0.5, 14.625, -4.05], "size": [1, 1, 0], "uv": [2, 7]}, + {"origin": [-4, 18.5, -3], "size": [8, 1, 6], "uv": [26, 42]} + ] + }, + { + "name": "ear_right", + "parent": "hoot_alternate", + "pivot": [-3.1, 16.45, -1.525], + "rotation": [0, 0, -44], + "cubes": [ + {"origin": [-5.03522, 16.08668, -3.025], "size": [5, 4, 4], "pivot": [-2.22262, 18.41038, -1.525], "rotation": [0, 0, 0], "uv": [18, 54], "mirror": true} + ] + }, + { + "name": "bone3", + "parent": "ear_right", + "pivot": [-4.87262, 19.68538, -1.55], + "cubes": [ + {"origin": [-4.18522, 18.86168, -2.025], "size": [4, 4, 0], "pivot": [-1.87262, 20.68538, -1.55], "rotation": [0, 0, 27], "uv": [62, 34], "mirror": true} + ] + }, + { + "name": "bone4", + "parent": "bone3", + "pivot": [-2.97262, 22.86038, -1.575], + "cubes": [ + {"origin": [-3.31022, 22.33668, -1.95], "size": [4, 4, 0], "pivot": [-1.31022, 22.33668, -2.05], "rotation": [0, 0, 0], "uv": [72, 28], "mirror": true} + ] + }, + { + "name": "ear_left", + "parent": "hoot_alternate", + "pivot": [3.1, 16.45, -1.525], + "rotation": [0, 0, 44], + "cubes": [ + {"origin": [0.03522, 16.08668, -3.025], "size": [5, 4, 4], "pivot": [2.22262, 18.41038, -1.525], "rotation": [0, 0, 0], "uv": [18, 54]} + ] + }, + { + "name": "bone2", + "parent": "ear_left", + "pivot": [4.87262, 19.68538, -1.55], + "cubes": [ + {"origin": [0.18522, 18.86168, -2.025], "size": [4, 4, 0], "pivot": [1.87262, 20.68538, -1.55], "rotation": [0, 0, -27], "uv": [62, 34]} + ] + }, + { + "name": "bone", + "parent": "bone2", + "pivot": [2.97262, 22.86038, -1.575], + "cubes": [ + {"origin": [-0.68978, 22.33668, -1.95], "size": [4, 4, 0], "inflate": 0.01, "pivot": [1.31022, 22.33668, -2.05], "rotation": [0, 0, 0], "uv": [72, 28]} + ] + }, + { + "name": "anthena", + "parent": "hoot_alternate", + "pivot": [0.5, 19.5, -0.5], + "cubes": [ + {"origin": [-1, 18.5, -1], "size": [2, 5, 2], "uv": [0, 15]} + ] + }, + { + "name": "anthena_ball", + "parent": "anthena", + "pivot": [0, 18.5, -1], + "cubes": [ + {"origin": [-2, 21.5, -2], "size": [4, 4, 4], "uv": [56, 17]} + ] + }, + { + "name": "anthena_ball2", + "parent": "anthena_ball", + "pivot": [0, 18.5, -1], + "cubes": [ + {"origin": [0, 20.5, 0.975], "size": [0, 5, 8], "uv": [22, 41]} + ] + }, + { + "name": "hood_normal", + "parent": "head", + "pivot": [0, 11.40833, -1.35], + "cubes": [ + {"origin": [-5, 11.6, -4], "size": [10, 7, 8], "inflate": 0.01, "uv": [0, 0]}, + {"origin": [-0.5, 14.625, -4.05], "size": [1, 1, 0], "inflate": 0.01, "uv": [0, 7]}, + {"origin": [-4, 18.5, -3], "size": [8, 1, 6], "inflate": 0.01, "uv": [28, 0]} + ] + }, + { + "name": "ear_right2", + "parent": "hood_normal", + "pivot": [-3.1, 16.45, -1.525], + "rotation": [0, 0, -44], + "cubes": [ + {"origin": [-5.05258, 16.06869, -3.025], "size": [5, 4, 4], "inflate": 0.01, "pivot": [-2.22262, 18.41038, -1.525], "rotation": [0, 0, 0], "uv": [51, 53]} + ] + }, + { + "name": "bone6", + "parent": "ear_right2", + "pivot": [-2.72262, 19.91038, -2.025], + "cubes": [ + {"origin": [-4.05258, 19.06869, -2.025], "size": [4, 3, 0], "inflate": 0.01, "pivot": [-1.72262, 20.91038, -2.025], "rotation": [0, 0, 0], "uv": [64, 25]} + ] + }, + { + "name": "ear_left2", + "parent": "hood_normal", + "pivot": [3.1, 16.45, -1.525], + "rotation": [0, 0, 44], + "cubes": [ + {"origin": [0.05258, 16.06869, -3.025], "size": [5, 4, 4], "inflate": 0.01, "pivot": [2.22262, 18.41038, -1.525], "rotation": [0, 0, 0], "uv": [50, 45]} + ] + }, + { + "name": "bone5", + "parent": "ear_left2", + "pivot": [2.72262, 19.91038, -2.025], + "cubes": [ + {"origin": [0.05258, 19.06869, -2.025], "size": [4, 3, 0], "inflate": 0.01, "pivot": [1.72262, 19.91038, -2.025], "rotation": [0, 0, 0], "uv": [62, 61]} + ] + }, + { + "name": "anthena2", + "parent": "hood_normal", + "pivot": [0.5, 19.5, -0.5], + "cubes": [ + {"origin": [-1, 18.5, -1], "size": [2, 5, 2], "inflate": 0.01, "uv": [0, 0]} + ] + }, + { + "name": "anthena_ball3", + "parent": "anthena2", + "pivot": [0, 18.5, -1], + "cubes": [ + {"origin": [-2, 21.5, -2], "size": [4, 4, 4], "inflate": 0.01, "uv": [56, 0]} + ] + }, + { + "name": "anthena_ball4", + "parent": "anthena_ball3", + "pivot": [0, 22.5, 1], + "cubes": [ + {"origin": [0, 20.5, 0.975], "size": [0, 5, 8], "uv": [28, 9]} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [0, 11.725, -3.025], + "cubes": [ + {"origin": [-0.5, 10.7, -3.55], "size": [1, 1, 0], "pivot": [0, 11.2, -3.05], "rotation": [0, 0, 45], "uv": [4, 7]}, + {"origin": [-0.5, 11.125, -3.525], "size": [1, 1, 0], "pivot": [0, 11.625, -3.025], "rotation": [0, 0, 45], "uv": [6, 7]} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [2.375, 14.16667, -3.53333], + "rotation": [0, 0, 2.5], + "cubes": [ + {"origin": [1.875, 15, -3.525], "size": [1, 1, 0], "uv": [0, 15]}, + {"origin": [1.375, 12, -3.525], "size": [2, 3, 0], "uv": [0, 44]}, + {"origin": [1.875, 12.5, -3.55], "size": [1, 2, 0], "uv": [0, 0]} + ] + }, + { + "name": "eye_right", + "parent": "head", + "pivot": [-2.375, 14.16667, -3.53333], + "rotation": [0, 0, -2.5], + "cubes": [ + {"origin": [-2.875, 15, -3.525], "size": [1, 1, 0], "uv": [6, 15]}, + {"origin": [-3.375, 12, -3.525], "size": [2, 3, 0], "uv": [0, 54]}, + {"origin": [-2.875, 12.5, -3.55], "size": [1, 2, 0], "uv": [6, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/medicham/medicham.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/medicham/medicham.geo.json new file mode 100644 index 0000000..22ca37d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/medicham/medicham.geo.json @@ -0,0 +1,310 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.medicham", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "medicham", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "medicham", + "pivot": [0, 0, 0] + }, + { + "name": "torso_lower", + "parent": "body", + "pivot": [0, 10.75, 3.5], + "cubes": [ + {"origin": [-1.5, 10.5, 0.5], "size": [3, 3, 3], "inflate": 0.05, "uv": [32, 44]} + ] + }, + { + "name": "torso", + "parent": "torso_lower", + "pivot": [0, 13.5, 3.5], + "cubes": [ + {"origin": [-1, 18.5, 1], "size": [2, 3, 2], "uv": [20, 47]}, + {"origin": [-1.5, 13.5, 0.5], "size": [3, 5, 3], "uv": [44, 15]} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 21.45, 2], + "cubes": [ + {"origin": [-2.5, 21.45, -1], "size": [5, 6, 5], "uv": [24, 9]} + ] + }, + { + "name": "bone4", + "parent": "head", + "pivot": [0, 21.95, -0.75], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [-0.5, 21.45, -1.25], "size": [1, 1, 1], "uv": [28, 47]} + ] + }, + { + "name": "bone5", + "parent": "head", + "pivot": [-0.5, 26.2, 0], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [-2.5, 24.95, -1.5], "size": [5, 3, 5], "inflate": 0.05, "uv": [24, 20]} + ] + }, + { + "name": "bone6", + "parent": "bone5", + "pivot": [0, 27.95, 3.5], + "cubes": [ + {"origin": [-0.5, 26.95, 3], "size": [1, 1, 1], "uv": [6, 51]}, + {"origin": [-1, 26.45, 4], "size": [2, 2, 3], "uv": [44, 44]} + ] + }, + { + "name": "bone20", + "parent": "bone5", + "pivot": [-2, 26.2, 0], + "rotation": [0, 0, -50], + "cubes": [ + {"origin": [-5, 25.7, -0.5], "size": [3, 1, 1], "uv": [28, 50]} + ] + }, + { + "name": "bone19", + "parent": "bone5", + "pivot": [2, 26.2, 0], + "rotation": [0, 0, 50], + "cubes": [ + {"origin": [2, 25.7, -0.5], "size": [3, 1, 1], "uv": [50, 27]} + ] + }, + { + "name": "bone8", + "parent": "head", + "pivot": [-3.55, 21.95, -1.25], + "cubes": [ + {"origin": [-2.5, 23.25, -1.05], "size": [2, 2, 1], "inflate": -0.025, "uv": [50, 32]} + ] + }, + { + "name": "bone9", + "parent": "bone8", + "pivot": [-1.55, 24.325, -1.05], + "cubes": [ + {"origin": [-2.05, 23.825, -1.05], "size": [1, 1, 0], "uv": [16, 27]} + ] + }, + { + "name": "bone7", + "parent": "head", + "pivot": [-0.5, 21.95, -1.25], + "cubes": [ + {"origin": [0.475, 23.25, -1.05], "size": [2, 2, 1], "inflate": -0.025, "uv": [50, 29]} + ] + }, + { + "name": "bone10", + "parent": "bone7", + "pivot": [1.45, 24.325, -1.05], + "cubes": [ + {"origin": [0.95, 23.825, -1.05], "size": [1, 1, 0], "uv": [18, 27]} + ] + }, + { + "name": "arm_right", + "parent": "torso", + "pivot": [-0.75, 19.75, 2], + "cubes": [ + {"origin": [-6.75, 18.75, 1.5], "size": [6, 1, 1], "uv": [44, 25]} + ] + }, + { + "name": "bone24", + "parent": "arm_right", + "pivot": [-6.75, 19.25, 2.5], + "cubes": [ + {"origin": [-13.75, 18.75, 1], "size": [7, 1, 2], "inflate": 0.05, "uv": [45, 12]} + ] + }, + { + "name": "bone25", + "parent": "bone24", + "pivot": [-13.75, 19.25, 2], + "cubes": [ + {"origin": [-15.75, 18.75, 1], "size": [2, 1, 2], "inflate": 0.025, "uv": [44, 49]} + ] + }, + { + "name": "bone26", + "parent": "bone25", + "pivot": [-14.175, 19.75, 1.425], + "rotation": [0, -35, 0], + "cubes": [ + {"origin": [-16.175, 18.75, 0.925], "size": [2, 1, 1], "uv": [50, 39]} + ] + }, + { + "name": "bone27", + "parent": "bone25", + "pivot": [-15.5, 19.75, 1.5], + "cubes": [ + {"origin": [-17.5, 18.75, 1], "size": [2, 1, 1], "uv": [50, 41]} + ] + }, + { + "name": "bone28", + "parent": "bone25", + "pivot": [-15.5, 19.75, 2.5], + "cubes": [ + {"origin": [-17.5, 18.75, 2], "size": [2, 1, 1], "uv": [0, 51]} + ] + }, + { + "name": "arm_left", + "parent": "torso", + "pivot": [0.75, 19.75, 2], + "cubes": [ + {"origin": [0.75, 18.75, 1.5], "size": [6, 1, 1], "uv": [44, 23]} + ] + }, + { + "name": "bone2", + "parent": "arm_left", + "pivot": [6.75, 19.25, 2.5], + "cubes": [ + {"origin": [6.75, 18.75, 1], "size": [7, 1, 2], "inflate": 0.05, "uv": [44, 9]} + ] + }, + { + "name": "bone3", + "parent": "bone2", + "pivot": [13.75, 19.25, 2], + "cubes": [ + {"origin": [13.75, 18.75, 1], "size": [2, 1, 2], "inflate": 0.025, "uv": [48, 6]} + ] + }, + { + "name": "bone23", + "parent": "bone3", + "pivot": [14.175, 19.75, 1.425], + "rotation": [0, 35, 0], + "cubes": [ + {"origin": [14.175, 18.75, 0.925], "size": [2, 1, 1], "uv": [50, 37]} + ] + }, + { + "name": "bone22", + "parent": "bone3", + "pivot": [15.5, 19.75, 1.5], + "cubes": [ + {"origin": [15.5, 18.75, 1], "size": [2, 1, 1], "uv": [36, 50]} + ] + }, + { + "name": "bone21", + "parent": "bone3", + "pivot": [15.5, 19.75, 2.5], + "cubes": [ + {"origin": [15.5, 18.75, 2], "size": [2, 1, 1], "uv": [50, 35]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [2, 12.75, 2], + "cubes": [ + {"origin": [0.25, 9.075, -1], "size": [2, 5, 6], "inflate": -0.05, "pivot": [1.25, 11.075, 1.5], "rotation": [0, 0, 35], "uv": [16, 28]} + ] + }, + { + "name": "bone13", + "parent": "leg_left", + "pivot": [3.5, 11.25, 2], + "cubes": [ + {"origin": [1.5, 8.75, -0.125], "size": [4, 4, 4], "uv": [16, 39]}, + {"origin": [0.5, 7.025, -1.125], "size": [6, 3, 6], "inflate": -0.001, "uv": [0, 18]} + ] + }, + { + "name": "bone16", + "parent": "bone13", + "pivot": [3.5, 7, -1.125], + "cubes": [ + {"origin": [0.5, 4.025, -1.125], "size": [6, 3, 6], "uv": [24, 0]}, + {"origin": [1, 2, -0.25], "size": [4, 3, 5], "uv": [32, 36]} + ] + }, + { + "name": "bone17", + "parent": "bone16", + "pivot": [3, 2, 1], + "cubes": [ + {"origin": [2, 0, 1], "size": [2, 2, 3], "inflate": 0.025, "uv": [10, 47]} + ] + }, + { + "name": "bone18", + "parent": "bone17", + "pivot": [3, 0, 1], + "cubes": [ + {"origin": [2, 0, -1], "size": [2, 1, 2], "uv": [48, 3]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-2, 12.75, 2], + "cubes": [ + {"origin": [-2.25, 9.075, -1], "size": [2, 5, 6], "inflate": -0.05, "pivot": [-1.25, 11.075, 1.5], "rotation": [0, 0, -32.5], "uv": [0, 27]} + ] + }, + { + "name": "bone11", + "parent": "leg_right", + "pivot": [-3.5, 11.25, 2], + "cubes": [ + {"origin": [-5.5, 8.75, -0.15], "size": [4, 4, 4], "uv": [16, 39], "mirror": true}, + {"origin": [-6.5, 7.025, -1.125], "size": [6, 3, 6], "inflate": -0.001, "uv": [0, 18], "mirror": true} + ] + }, + { + "name": "bone12", + "parent": "bone11", + "pivot": [-3.5, 7, -1.125], + "cubes": [ + {"origin": [-6.5, 4.025, -1.125], "size": [6, 3, 6], "uv": [24, 0], "mirror": true}, + {"origin": [-5, 2, -0.25], "size": [4, 3, 5], "uv": [32, 36], "mirror": true} + ] + }, + { + "name": "bone14", + "parent": "bone12", + "pivot": [-3, 2, 1], + "cubes": [ + {"origin": [-4, 0, 1], "size": [2, 2, 3], "inflate": 0.025, "uv": [0, 46]} + ] + }, + { + "name": "bone15", + "parent": "bone14", + "pivot": [-3, 0, 1], + "cubes": [ + {"origin": [-4, 0, -1], "size": [2, 1, 2], "uv": [48, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/medicham/medicham_female.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/medicham/medicham_female.geo.json new file mode 100644 index 0000000..3598270 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/medicham/medicham_female.geo.json @@ -0,0 +1,310 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.medicham", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 5, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "medicham", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "medicham", + "pivot": [0, 0, 0] + }, + { + "name": "torso_lower", + "parent": "body", + "pivot": [0, 10.75, 3.5], + "cubes": [ + {"origin": [-1.5, 10.5, 0.5], "size": [3, 3, 3], "inflate": 0.05, "uv": [32, 44]} + ] + }, + { + "name": "torso", + "parent": "torso_lower", + "pivot": [0, 13.5, 3.5], + "cubes": [ + {"origin": [-1, 18.5, 1], "size": [2, 3, 2], "uv": [20, 47]}, + {"origin": [-1.5, 13.5, 0.5], "size": [3, 5, 3], "uv": [44, 15]} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 21.45, 2], + "cubes": [ + {"origin": [-2.5, 21.45, -1], "size": [5, 6, 5], "uv": [24, 9]} + ] + }, + { + "name": "bone4", + "parent": "head", + "pivot": [0, 21.95, -0.75], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [-0.5, 21.45, -1.25], "size": [1, 1, 1], "uv": [28, 47]} + ] + }, + { + "name": "bone5", + "parent": "head", + "pivot": [-0.5, 26.2, 0], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [-2.5, 24.95, -1.5], "size": [5, 3, 5], "inflate": 0.05, "uv": [24, 20]} + ] + }, + { + "name": "bone6", + "parent": "bone5", + "pivot": [0, 27.95, 3.5], + "cubes": [ + {"origin": [-0.5, 26.95, 3], "size": [1, 1, 1], "inflate": -0.075, "uv": [6, 51]}, + {"origin": [-1, 26.45, 3.75], "size": [2, 2, 3], "inflate": -0.075, "uv": [44, 44]} + ] + }, + { + "name": "bone20", + "parent": "bone5", + "pivot": [-2, 26.2, 0], + "rotation": [0, 0, -50], + "cubes": [ + {"origin": [-5, 25.7, -0.5], "size": [3, 1, 1], "uv": [28, 50]} + ] + }, + { + "name": "bone19", + "parent": "bone5", + "pivot": [2, 26.2, 0], + "rotation": [0, 0, 50], + "cubes": [ + {"origin": [2, 25.7, -0.5], "size": [3, 1, 1], "uv": [50, 27]} + ] + }, + { + "name": "bone8", + "parent": "head", + "pivot": [-3.55, 21.95, -1.25], + "cubes": [ + {"origin": [-2.5, 23.25, -1.05], "size": [2, 2, 1], "inflate": -0.025, "uv": [50, 32]} + ] + }, + { + "name": "bone9", + "parent": "bone8", + "pivot": [-1.55, 24.325, -1.05], + "cubes": [ + {"origin": [-2.05, 23.825, -1.05], "size": [1, 1, 0], "uv": [16, 27]} + ] + }, + { + "name": "bone7", + "parent": "head", + "pivot": [-0.5, 21.95, -1.25], + "cubes": [ + {"origin": [0.475, 23.25, -1.05], "size": [2, 2, 1], "inflate": -0.025, "uv": [50, 29]} + ] + }, + { + "name": "bone10", + "parent": "bone7", + "pivot": [1.45, 24.325, -1.05], + "cubes": [ + {"origin": [0.95, 23.825, -1.05], "size": [1, 1, 0], "uv": [18, 27]} + ] + }, + { + "name": "arm_right", + "parent": "torso", + "pivot": [-0.75, 19.75, 2], + "cubes": [ + {"origin": [-6.75, 18.75, 1.5], "size": [6, 1, 1], "uv": [44, 25]} + ] + }, + { + "name": "bone24", + "parent": "arm_right", + "pivot": [-6.75, 19.25, 2.5], + "cubes": [ + {"origin": [-13.75, 18.75, 1], "size": [7, 1, 2], "inflate": 0.05, "uv": [45, 12]} + ] + }, + { + "name": "bone25", + "parent": "bone24", + "pivot": [-13.75, 19.25, 2], + "cubes": [ + {"origin": [-15.75, 18.75, 1], "size": [2, 1, 2], "inflate": 0.025, "uv": [44, 49]} + ] + }, + { + "name": "bone26", + "parent": "bone25", + "pivot": [-14.175, 19.75, 1.425], + "rotation": [0, -35, 0], + "cubes": [ + {"origin": [-16.175, 18.75, 0.925], "size": [2, 1, 1], "uv": [50, 39]} + ] + }, + { + "name": "bone27", + "parent": "bone25", + "pivot": [-15.5, 19.75, 1.5], + "cubes": [ + {"origin": [-17.5, 18.75, 1], "size": [2, 1, 1], "uv": [50, 41]} + ] + }, + { + "name": "bone28", + "parent": "bone25", + "pivot": [-15.5, 19.75, 2.5], + "cubes": [ + {"origin": [-17.5, 18.75, 2], "size": [2, 1, 1], "uv": [0, 51]} + ] + }, + { + "name": "arm_left", + "parent": "torso", + "pivot": [0.75, 19.75, 2], + "cubes": [ + {"origin": [0.75, 18.75, 1.5], "size": [6, 1, 1], "uv": [44, 23]} + ] + }, + { + "name": "bone2", + "parent": "arm_left", + "pivot": [6.75, 19.25, 2.5], + "cubes": [ + {"origin": [6.75, 18.75, 1], "size": [7, 1, 2], "inflate": 0.05, "uv": [44, 9]} + ] + }, + { + "name": "bone3", + "parent": "bone2", + "pivot": [13.75, 19.25, 2], + "cubes": [ + {"origin": [13.75, 18.75, 1], "size": [2, 1, 2], "inflate": 0.025, "uv": [48, 6]} + ] + }, + { + "name": "bone23", + "parent": "bone3", + "pivot": [14.175, 19.75, 1.425], + "rotation": [0, 35, 0], + "cubes": [ + {"origin": [14.175, 18.75, 0.925], "size": [2, 1, 1], "uv": [50, 37]} + ] + }, + { + "name": "bone22", + "parent": "bone3", + "pivot": [15.5, 19.75, 1.5], + "cubes": [ + {"origin": [15.5, 18.75, 1], "size": [2, 1, 1], "uv": [36, 50]} + ] + }, + { + "name": "bone21", + "parent": "bone3", + "pivot": [15.5, 19.75, 2.5], + "cubes": [ + {"origin": [15.5, 18.75, 2], "size": [2, 1, 1], "uv": [50, 35]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [2, 12.75, 2], + "cubes": [ + {"origin": [0.25, 9.075, -1], "size": [2, 5, 6], "inflate": -0.05, "pivot": [1.25, 11.075, 1.5], "rotation": [0, 0, 35], "uv": [16, 28]} + ] + }, + { + "name": "bone13", + "parent": "leg_left", + "pivot": [3.5, 11.25, 2], + "cubes": [ + {"origin": [1.5, 8.75, -0.125], "size": [4, 4, 4], "uv": [16, 39]}, + {"origin": [0.5, 7.025, -1.125], "size": [6, 3, 6], "inflate": -0.001, "uv": [0, 18]} + ] + }, + { + "name": "bone16", + "parent": "bone13", + "pivot": [3.5, 7, -1.125], + "cubes": [ + {"origin": [0.5, 4.025, -1.125], "size": [6, 3, 6], "uv": [24, 0]}, + {"origin": [1, 2, -0.25], "size": [4, 3, 5], "uv": [32, 36]} + ] + }, + { + "name": "bone17", + "parent": "bone16", + "pivot": [3, 2, 1], + "cubes": [ + {"origin": [2, 0, 1], "size": [2, 2, 3], "inflate": 0.025, "uv": [10, 47]} + ] + }, + { + "name": "bone18", + "parent": "bone17", + "pivot": [3, 0, 1], + "cubes": [ + {"origin": [2, 0, -1], "size": [2, 1, 2], "uv": [48, 3]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-2, 12.75, 2], + "cubes": [ + {"origin": [-2.25, 9.075, -1], "size": [2, 5, 6], "inflate": -0.05, "pivot": [-1.25, 11.075, 1.5], "rotation": [0, 0, -32.5], "uv": [0, 27]} + ] + }, + { + "name": "bone11", + "parent": "leg_right", + "pivot": [-3.5, 11.25, 2], + "cubes": [ + {"origin": [-5.5, 8.75, -0.15], "size": [4, 4, 4], "uv": [16, 39], "mirror": true}, + {"origin": [-6.5, 7.025, -1.125], "size": [6, 3, 6], "inflate": -0.001, "uv": [0, 18], "mirror": true} + ] + }, + { + "name": "bone12", + "parent": "bone11", + "pivot": [-3.5, 7, -1.125], + "cubes": [ + {"origin": [-6.5, 4.025, -1.125], "size": [6, 3, 6], "uv": [24, 0], "mirror": true}, + {"origin": [-5, 2, -0.25], "size": [4, 3, 5], "uv": [32, 36], "mirror": true} + ] + }, + { + "name": "bone14", + "parent": "bone12", + "pivot": [-3, 2, 1], + "cubes": [ + {"origin": [-4, 0, 1], "size": [2, 2, 3], "inflate": 0.025, "uv": [0, 46]} + ] + }, + { + "name": "bone15", + "parent": "bone14", + "pivot": [-3, 0, 1], + "cubes": [ + {"origin": [-4, 0, -1], "size": [2, 1, 2], "uv": [48, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/meditite/meditite.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/meditite/meditite.geo.json new file mode 100644 index 0000000..b01ea5d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/meditite/meditite.geo.json @@ -0,0 +1,340 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.meditite", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "meditite", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "meditite", + "pivot": [0, 2, 0] + }, + { + "name": "bone2", + "parent": "body", + "pivot": [-1.5, 9, -0.75], + "cubes": [ + {"origin": [-2.5, 5, -1.75], "size": [2, 4, 2], "uv": [30, 46]} + ] + }, + { + "name": "bone10", + "parent": "bone2", + "pivot": [-1.5, 5, -1.75], + "cubes": [ + {"origin": [-2.5, 1, -1.75], "size": [2, 4, 2], "uv": [38, 46]} + ] + }, + { + "name": "bone11", + "parent": "bone10", + "pivot": [-1.5, 1, 0.25], + "cubes": [ + {"origin": [-3, 0, -2.75], "size": [3, 1, 3], "uv": [30, 20]} + ] + }, + { + "name": "bone13", + "parent": "bone11", + "pivot": [-0.5, 0, -2.75], + "rotation": [0, -12.5, 0], + "cubes": [ + {"origin": [-1.05411, 0, -3.49407], "size": [1, 1, 1], "inflate": -0.025, "uv": [12, 46]} + ] + }, + { + "name": "bone12", + "parent": "bone11", + "pivot": [-2, 0, -2.75], + "rotation": [0, 15, 0], + "cubes": [ + {"origin": [-2.95233, 0, -3.36207], "size": [2, 1, 1], "inflate": -0.025, "uv": [50, 9]} + ] + }, + { + "name": "bone16", + "parent": "body", + "pivot": [2, 9, -0.75], + "cubes": [ + {"origin": [1, 5, -1.75], "size": [2, 4, 2], "uv": [46, 39]} + ] + }, + { + "name": "bone17", + "parent": "bone16", + "pivot": [2, 5, -1.75], + "cubes": [ + {"origin": [1, 1, -1.75], "size": [2, 4, 2], "uv": [46, 45]} + ] + }, + { + "name": "bone18", + "parent": "bone17", + "pivot": [2, 1, 0.25], + "cubes": [ + {"origin": [0.5, 0, -2.75], "size": [3, 1, 3], "uv": [42, 20]} + ] + }, + { + "name": "bone19", + "parent": "bone18", + "pivot": [1, 0.025, -2.75], + "rotation": [0, 12.5, 0], + "cubes": [ + {"origin": [0.55411, 0, -3.49407], "size": [1, 1, 1], "inflate": -0.025, "uv": [46, 51]} + ] + }, + { + "name": "bone20", + "parent": "bone18", + "pivot": [2, 0.25, -2.5], + "rotation": [0, -15, 0], + "cubes": [ + {"origin": [1.37059, 0, -3.48296], "size": [2, 1, 1], "inflate": -0.025, "uv": [50, 11]} + ] + }, + { + "name": "whole", + "parent": "body", + "pivot": [0.25, 8, -0.75], + "cubes": [ + {"origin": [-2.25, 9.25, -3.25], "size": [5, 4, 5], "uv": [30, 11]}, + {"origin": [-2.75, 7.75, -3.75], "size": [6, 4, 6], "uv": [26, 24]} + ] + }, + { + "name": "torso", + "parent": "whole", + "pivot": [0.25, 13.25, 1.25], + "cubes": [ + {"origin": [-1.75, 12, -2.75], "size": [4, 4, 4], "uv": [16, 34]} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 16, -0.5], + "cubes": [ + {"origin": [-3.75, 15.975, -4.5], "size": [8, 6, 7], "uv": [0, 11]}, + {"origin": [2, 16.25, -4.525], "size": [2, 1, 0], "uv": [0, 52]}, + {"origin": [-3.5, 16.25, -4.525], "size": [2, 1, 0], "uv": [4, 52]} + ] + }, + { + "name": "bone21", + "parent": "head", + "pivot": [0.75, 14.975, 0.5], + "cubes": [ + {"origin": [-1.25, 16.5, -4.523], "size": [3, 1, 0], "uv": [50, 19]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [-2.25, 17.975, -4.325] + }, + { + "name": "bone9", + "parent": "eyes", + "pivot": [-2.25, 17.975, -4.325], + "cubes": [ + {"origin": [-3.75, 17.975, -4.55], "size": [3, 3, 0], "uv": [50, 6]} + ] + }, + { + "name": "bone15", + "parent": "bone9", + "pivot": [-1.7, 17.975, -3.725], + "cubes": [ + {"origin": [-2.35, 18.225, -4.575], "size": [1, 2, 0], "uv": [30, 42]} + ] + }, + { + "name": "bone", + "parent": "bone9", + "pivot": [-2.25, 17.975, -4.325] + }, + { + "name": "eyelid_left", + "parent": "eyes", + "pivot": [2.75, 18.475, -3.325], + "cubes": [ + {"origin": [1, 17.8, -3.775], "size": [3, 3, 1], "inflate": -0.175, "uv": [0, 48]} + ] + }, + { + "name": "eyelid_right", + "parent": "eyes", + "pivot": [-1.75, 18.475, -3.325], + "cubes": [ + {"origin": [-3.5, 17.8, -3.775], "size": [3, 3, 1], "inflate": -0.175, "uv": [8, 48]} + ] + }, + { + "name": "bone8", + "parent": "eyes", + "pivot": [2.75, 17.975, -4.325], + "cubes": [ + {"origin": [1.25, 17.975, -4.55], "size": [3, 3, 0], "uv": [24, 49]} + ] + }, + { + "name": "bone14", + "parent": "bone8", + "pivot": [2.5, 17.975, -3.675], + "cubes": [ + {"origin": [1.85, 18.225, -4.575], "size": [1, 2, 0], "uv": [24, 32]} + ] + }, + { + "name": "bone5", + "parent": "head", + "pivot": [0.25, 15.95, -0.75], + "cubes": [ + {"origin": [-4.25, 19.95, -5], "size": [9, 3, 8], "uv": [0, 0]}, + {"origin": [-3.25, 22.95, -4], "size": [7, 2, 6], "uv": [0, 24]}, + {"origin": [-1.25, 24.95, -2.5], "size": [3, 2, 3], "uv": [0, 43]}, + {"origin": [-3.25, 15.95, 2], "size": [7, 4, 1], "uv": [32, 34]}, + {"origin": [3.75, 15.95, -4], "size": [1, 4, 7], "uv": [0, 32]}, + {"origin": [3.75, 17.95, -5], "size": [1, 2, 1], "uv": [12, 43]}, + {"origin": [-4.25, 17.95, -5], "size": [1, 2, 1], "uv": [50, 30]}, + {"origin": [-1.25, 18.95, -5], "size": [3, 1, 1], "uv": [16, 32]}, + {"origin": [-4.25, 15.95, -4], "size": [1, 4, 7], "uv": [34, 0]} + ] + }, + { + "name": "bone6", + "parent": "bone5", + "pivot": [3.75, 20.95, -2.5], + "cubes": [ + {"origin": [4.75, 18.45, -2.5], "size": [4, 4, 3], "uv": [32, 39]} + ] + }, + { + "name": "bone7", + "parent": "bone6", + "pivot": [-9.25, 19.7, -3], + "cubes": [ + {"origin": [-8.25, 18.45, -2.5], "size": [4, 4, 3], "uv": [16, 42]} + ] + }, + { + "name": "bone4", + "parent": "head", + "pivot": [0.5, 14.95, 0.5] + }, + { + "name": "arm_right", + "parent": "torso", + "pivot": [-1.75, 15.75, -0.75], + "rotation": [0, 2.5, 0], + "cubes": [ + {"origin": [-4.75, 14.75, -1.25], "size": [3, 1, 1], "uv": [50, 2]} + ] + }, + { + "name": "bone26", + "parent": "arm_right", + "pivot": [-4.75, 15.25, -0.25], + "cubes": [ + {"origin": [-7.75, 14.75, -1.25], "size": [3, 1, 1], "uv": [50, 4]} + ] + }, + { + "name": "bone27", + "parent": "bone26", + "pivot": [-7.75, 15.25, -0.75], + "cubes": [ + {"origin": [-9.75, 14.75, -1.75], "size": [2, 1, 2], "inflate": 0.05, "uv": [16, 49]} + ] + }, + { + "name": "bone28", + "parent": "bone27", + "pivot": [-8.175, 15.75, -1.35], + "rotation": [0, -40, 0], + "cubes": [ + {"origin": [-10.175, 14.75, -1.85], "size": [2, 1, 1], "uv": [50, 24]} + ] + }, + { + "name": "bone29", + "parent": "bone27", + "pivot": [-9.675, 15.75, -0.25], + "cubes": [ + {"origin": [-11.675, 14.75, -0.75], "size": [2, 1, 1], "uv": [50, 26]} + ] + }, + { + "name": "bone30", + "parent": "bone27", + "pivot": [-9.675, 15.75, -1.25], + "cubes": [ + {"origin": [-11.675, 14.75, -1.75], "size": [2, 1, 1], "uv": [50, 28]} + ] + }, + { + "name": "arm_left", + "parent": "torso", + "pivot": [2.25, 15.75, -0.75], + "rotation": [0, -2.5, 0], + "cubes": [ + {"origin": [2.25, 14.75, -1.25], "size": [3, 1, 1], "uv": [48, 37]} + ] + }, + { + "name": "bone3", + "parent": "arm_left", + "pivot": [5.25, 15.25, -0.25], + "cubes": [ + {"origin": [5.25, 14.75, -1.25], "size": [3, 1, 1], "uv": [50, 0]} + ] + }, + { + "name": "bone22", + "parent": "bone3", + "pivot": [8.25, 15.25, -0.75], + "cubes": [ + {"origin": [8.25, 14.75, -1.75], "size": [2, 1, 2], "inflate": 0.05, "uv": [48, 34]} + ] + }, + { + "name": "bone23", + "parent": "bone22", + "pivot": [8.675, 15.75, -1.35], + "rotation": [0, 40, 0], + "cubes": [ + {"origin": [8.675, 14.75, -1.85], "size": [2, 1, 1], "uv": [50, 13]} + ] + }, + { + "name": "bone25", + "parent": "bone22", + "pivot": [10.175, 15.75, -0.25], + "cubes": [ + {"origin": [10.175, 14.75, -0.75], "size": [2, 1, 1], "uv": [50, 17]} + ] + }, + { + "name": "bone24", + "parent": "bone22", + "pivot": [10.175, 15.75, -1.25], + "cubes": [ + {"origin": [10.175, 14.75, -1.75], "size": [2, 1, 1], "uv": [50, 15]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/meditite/meditite_female.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/meditite/meditite_female.geo.json new file mode 100644 index 0000000..a988f50 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/meditite/meditite_female.geo.json @@ -0,0 +1,340 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.meditite", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "meditite", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "meditite", + "pivot": [0, 2, 0] + }, + { + "name": "bone2", + "parent": "body", + "pivot": [-1.5, 9, -0.75], + "cubes": [ + {"origin": [-2.5, 5, -1.75], "size": [2, 4, 2], "uv": [30, 46]} + ] + }, + { + "name": "bone10", + "parent": "bone2", + "pivot": [-1.5, 5, -1.75], + "cubes": [ + {"origin": [-2.5, 1, -1.75], "size": [2, 4, 2], "uv": [38, 46]} + ] + }, + { + "name": "bone11", + "parent": "bone10", + "pivot": [-1.5, 1, 0.25], + "cubes": [ + {"origin": [-3, 0, -2.75], "size": [3, 1, 3], "uv": [30, 20]} + ] + }, + { + "name": "bone13", + "parent": "bone11", + "pivot": [-0.5, 0, -2.75], + "rotation": [0, -12.5, 0], + "cubes": [ + {"origin": [-1.05411, 0, -3.49407], "size": [1, 1, 1], "inflate": -0.025, "uv": [12, 46]} + ] + }, + { + "name": "bone12", + "parent": "bone11", + "pivot": [-2, 0, -2.75], + "rotation": [0, 15, 0], + "cubes": [ + {"origin": [-2.95233, 0, -3.36207], "size": [2, 1, 1], "inflate": -0.025, "uv": [50, 9]} + ] + }, + { + "name": "bone16", + "parent": "body", + "pivot": [2, 9, -0.75], + "cubes": [ + {"origin": [1, 5, -1.75], "size": [2, 4, 2], "uv": [46, 39]} + ] + }, + { + "name": "bone17", + "parent": "bone16", + "pivot": [2, 5, -1.75], + "cubes": [ + {"origin": [1, 1, -1.75], "size": [2, 4, 2], "uv": [46, 45]} + ] + }, + { + "name": "bone18", + "parent": "bone17", + "pivot": [2, 1, 0.25], + "cubes": [ + {"origin": [0.5, 0, -2.75], "size": [3, 1, 3], "uv": [42, 20]} + ] + }, + { + "name": "bone19", + "parent": "bone18", + "pivot": [1, 0.025, -2.75], + "rotation": [0, 12.5, 0], + "cubes": [ + {"origin": [0.55411, 0, -3.49407], "size": [1, 1, 1], "inflate": -0.025, "uv": [46, 51]} + ] + }, + { + "name": "bone20", + "parent": "bone18", + "pivot": [2, 0.25, -2.5], + "rotation": [0, -15, 0], + "cubes": [ + {"origin": [1.37059, 0, -3.48296], "size": [2, 1, 1], "inflate": -0.025, "uv": [50, 11]} + ] + }, + { + "name": "whole", + "parent": "body", + "pivot": [0.25, 8, -0.75], + "cubes": [ + {"origin": [-2.25, 9.25, -3.25], "size": [5, 4, 5], "uv": [30, 11]}, + {"origin": [-2.75, 7.75, -3.75], "size": [6, 4, 6], "uv": [26, 24]} + ] + }, + { + "name": "torso", + "parent": "whole", + "pivot": [0.25, 13.25, 1.25], + "cubes": [ + {"origin": [-1.75, 12, -2.75], "size": [4, 4, 4], "uv": [16, 34]} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 16, -0.5], + "cubes": [ + {"origin": [-3.75, 15.975, -4.5], "size": [8, 6, 7], "uv": [0, 11]}, + {"origin": [2, 16.25, -4.525], "size": [2, 1, 0], "uv": [0, 52]}, + {"origin": [-3.5, 16.25, -4.525], "size": [2, 1, 0], "uv": [4, 52]} + ] + }, + { + "name": "bone21", + "parent": "head", + "pivot": [0.75, 14.975, 0.5], + "cubes": [ + {"origin": [-1.25, 16.5, -4.523], "size": [3, 1, 0], "uv": [50, 19]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [-2.25, 17.975, -4.325] + }, + { + "name": "bone9", + "parent": "eyes", + "pivot": [-2.25, 17.975, -4.325], + "cubes": [ + {"origin": [-3.75, 17.975, -4.55], "size": [3, 3, 0], "uv": [50, 6]} + ] + }, + { + "name": "bone15", + "parent": "bone9", + "pivot": [-1.7, 17.975, -3.725], + "cubes": [ + {"origin": [-2.35, 18.225, -4.575], "size": [1, 2, 0], "uv": [30, 42]} + ] + }, + { + "name": "bone", + "parent": "bone9", + "pivot": [-2.25, 17.975, -4.325] + }, + { + "name": "eyelid_left", + "parent": "eyes", + "pivot": [2.75, 18.475, -3.325], + "cubes": [ + {"origin": [1, 17.8, -3.775], "size": [3, 3, 1], "inflate": -0.175, "uv": [0, 48]} + ] + }, + { + "name": "eyelid_right", + "parent": "eyes", + "pivot": [-1.75, 18.475, -3.325], + "cubes": [ + {"origin": [-3.5, 17.8, -3.775], "size": [3, 3, 1], "inflate": -0.175, "uv": [8, 48]} + ] + }, + { + "name": "bone8", + "parent": "eyes", + "pivot": [2.75, 17.975, -4.325], + "cubes": [ + {"origin": [1.25, 17.975, -4.55], "size": [3, 3, 0], "uv": [24, 49]} + ] + }, + { + "name": "bone14", + "parent": "bone8", + "pivot": [2.5, 17.975, -3.675], + "cubes": [ + {"origin": [1.85, 18.225, -4.575], "size": [1, 2, 0], "uv": [24, 32]} + ] + }, + { + "name": "bone5", + "parent": "head", + "pivot": [0.25, 15.95, -0.75], + "cubes": [ + {"origin": [-4.25, 19.95, -5], "size": [9, 3, 8], "uv": [0, 0]}, + {"origin": [-3.25, 22.95, -4], "size": [7, 2, 6], "uv": [0, 24]}, + {"origin": [-1.25, 24.95, -2.5], "size": [3, 2, 3], "uv": [0, 43]}, + {"origin": [-3.25, 15.95, 2], "size": [7, 4, 1], "uv": [32, 34]}, + {"origin": [3.75, 15.95, -4], "size": [1, 4, 7], "uv": [0, 32]}, + {"origin": [3.75, 17.95, -5], "size": [1, 2, 1], "uv": [12, 43]}, + {"origin": [-4.25, 17.95, -5], "size": [1, 2, 1], "uv": [50, 30]}, + {"origin": [-1.25, 18.95, -5], "size": [3, 1, 1], "uv": [16, 32]}, + {"origin": [-4.25, 15.95, -4], "size": [1, 4, 7], "uv": [34, 0]} + ] + }, + { + "name": "bone6", + "parent": "bone5", + "pivot": [3.75, 20.95, -2.5], + "cubes": [ + {"origin": [4.75, 16.45, -2.5], "size": [4, 4, 3], "uv": [32, 39]} + ] + }, + { + "name": "bone7", + "parent": "bone6", + "pivot": [-9.25, 19.7, -3], + "cubes": [ + {"origin": [-8.25, 16.45, -2.5], "size": [4, 4, 3], "uv": [16, 42]} + ] + }, + { + "name": "bone4", + "parent": "head", + "pivot": [0.5, 14.95, 0.5] + }, + { + "name": "arm_right", + "parent": "torso", + "pivot": [-1.75, 15.75, -0.75], + "rotation": [0, 2.5, 0], + "cubes": [ + {"origin": [-4.75, 14.75, -1.25], "size": [3, 1, 1], "uv": [50, 2]} + ] + }, + { + "name": "bone26", + "parent": "arm_right", + "pivot": [-4.75, 15.25, -0.25], + "cubes": [ + {"origin": [-7.75, 14.75, -1.25], "size": [3, 1, 1], "uv": [50, 4]} + ] + }, + { + "name": "bone27", + "parent": "bone26", + "pivot": [-7.75, 15.25, -0.75], + "cubes": [ + {"origin": [-9.75, 14.75, -1.75], "size": [2, 1, 2], "inflate": 0.05, "uv": [16, 49]} + ] + }, + { + "name": "bone28", + "parent": "bone27", + "pivot": [-8.175, 15.75, -1.35], + "rotation": [0, -40, 0], + "cubes": [ + {"origin": [-10.175, 14.75, -1.85], "size": [2, 1, 1], "uv": [50, 24]} + ] + }, + { + "name": "bone29", + "parent": "bone27", + "pivot": [-9.675, 15.75, -0.25], + "cubes": [ + {"origin": [-11.675, 14.75, -0.75], "size": [2, 1, 1], "uv": [50, 26]} + ] + }, + { + "name": "bone30", + "parent": "bone27", + "pivot": [-9.675, 15.75, -1.25], + "cubes": [ + {"origin": [-11.675, 14.75, -1.75], "size": [2, 1, 1], "uv": [50, 28]} + ] + }, + { + "name": "arm_left", + "parent": "torso", + "pivot": [2.25, 15.75, -0.75], + "rotation": [0, -2.5, 0], + "cubes": [ + {"origin": [2.25, 14.75, -1.25], "size": [3, 1, 1], "uv": [48, 37]} + ] + }, + { + "name": "bone3", + "parent": "arm_left", + "pivot": [5.25, 15.25, -0.25], + "cubes": [ + {"origin": [5.25, 14.75, -1.25], "size": [3, 1, 1], "uv": [50, 0]} + ] + }, + { + "name": "bone22", + "parent": "bone3", + "pivot": [8.25, 15.25, -0.75], + "cubes": [ + {"origin": [8.25, 14.75, -1.75], "size": [2, 1, 2], "inflate": 0.05, "uv": [48, 34]} + ] + }, + { + "name": "bone23", + "parent": "bone22", + "pivot": [8.675, 15.75, -1.35], + "rotation": [0, 40, 0], + "cubes": [ + {"origin": [8.675, 14.75, -1.85], "size": [2, 1, 1], "uv": [50, 13]} + ] + }, + { + "name": "bone25", + "parent": "bone22", + "pivot": [10.175, 15.75, -0.25], + "cubes": [ + {"origin": [10.175, 14.75, -0.75], "size": [2, 1, 1], "uv": [50, 17]} + ] + }, + { + "name": "bone24", + "parent": "bone22", + "pivot": [10.175, 15.75, -1.25], + "cubes": [ + {"origin": [10.175, 14.75, -1.75], "size": [2, 1, 1], "uv": [50, 15]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/megarayquaza/megarayquaza.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/megarayquaza/megarayquaza.geo.json new file mode 100644 index 0000000..28bfe9a --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/megarayquaza/megarayquaza.geo.json @@ -0,0 +1,935 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 512, + "texture_height": 512, + "visible_bounds_width": 27, + "visible_bounds_height": 15.5, + "visible_bounds_offset": [0, 7.25, 0] + }, + "bones": [ + { + "name": "megarayquaza", + "pivot": [0, 18, 0] + }, + { + "name": "body", + "parent": "megarayquaza", + "pivot": [0, 19, -96] + }, + { + "name": "neck", + "parent": "body", + "pivot": [0, 17, -92.5], + "cubes": [ + {"origin": [-6, 11, -105], "size": [12, 12, 13], "uv": [0, 244]} + ] + }, + { + "name": "neck2", + "parent": "neck", + "pivot": [0, 17, -103.5], + "cubes": [ + {"origin": [-7, 11, -118], "size": [14, 12, 15], "inflate": 0.01, "uv": [94, 204]} + ] + }, + { + "name": "head", + "parent": "neck2", + "pivot": [-0.75, 16.25, -115.75], + "cubes": [ + {"origin": [-7.5, 10.89257, -125.00192], "size": [15, 13, 10], "uv": [210, 258]}, + {"origin": [1.5, 14.89257, -153.00192], "size": [30, 0, 43], "uv": [0, 0]}, + {"origin": [-31.5, 14.89257, -153.00192], "size": [30, 0, 43], "uv": [0, 0], "mirror": true} + ] + }, + { + "name": "face", + "parent": "head", + "pivot": [-0.5, -42.10743, -132.60192], + "cubes": [ + {"origin": [-7.5, 14.89257, -127.00192], "size": [15, 9, 2], "uv": [48, 180]}, + {"origin": [-3.6, 14.89257, -134.00192], "size": [2, 6, 9], "pivot": [-1.2, 18.14257, -134.50192], "rotation": [0, -25.5, 0], "uv": [244, 312]}, + {"origin": [-5.8, 17.89257, -141.87352], "size": [0, 31, 49], "pivot": [-5.8035, 22.39257, -131.77352], "rotation": [7.96346, -22.83862, -12.93363], "uv": [0, 43]}, + {"origin": [5.8, 17.89257, -141.87352], "size": [0, 31, 49], "pivot": [5.8035, 22.39257, -131.77352], "rotation": [7.96346, 22.83862, 12.93363], "uv": [0, 43], "mirror": true}, + {"origin": [-3.6, 14.89257, -140.00192], "size": [2, 4, 6], "pivot": [-1.2, 18.14257, -134.50192], "rotation": [0, -25.5, 0], "uv": [284, 113]}, + {"origin": [1.6, 14.89257, -134.00192], "size": [2, 6, 9], "pivot": [1.2, 18.14257, -134.50192], "rotation": [0, 25.5, 0], "uv": [266, 312]}, + {"origin": [1.6, 14.89257, -140.00192], "size": [2, 4, 6], "pivot": [1.2, 18.14257, -134.50192], "rotation": [0, 25.5, 0], "uv": [162, 312]}, + {"origin": [-3.5, 14.89257, -135.10192], "size": [7, 6, 5], "uv": [186, 270]}, + {"origin": [-5.5, 14.89257, -130.80192], "size": [11, 6, 7], "uv": [48, 167]}, + {"origin": [-1.5, 14.89257, -136.60192], "size": [3, 4, 3], "uv": [152, 212]}, + {"origin": [-6.5, 20.99257, -135.10192], "size": [13, 0, 8], "uv": [266, 217]}, + {"origin": [-3.5, 18.99257, -140.60192], "size": [7, 0, 7], "uv": [48, 197]}, + {"origin": [-1, 14.89257, -140.50192], "size": [2, 4, 4], "uv": [152, 204]}, + {"origin": [-1, 13.89257, -140.70192], "size": [2, 2, 1], "inflate": -0.25, "pivot": [0, 14.89257, -137.80192], "rotation": [0, 0, -45], "uv": [176, 40]} + ] + }, + { + "name": "teeth", + "parent": "face", + "pivot": [-6.12296, 13.89257, -127.43266], + "cubes": [ + {"origin": [-7, 9.54257, -133.63266], "size": [0, 2, 2], "pivot": [-6.12296, 13.89257, -127.43266], "rotation": [-45, -25.5, 0], "uv": [82, 184]}, + {"origin": [-7, 11.54257, -131.63266], "size": [0, 2, 2], "pivot": [-6.12296, 13.89257, -127.43266], "rotation": [-45, -25.5, 0], "uv": [82, 180]}, + {"origin": [7, 9.54257, -133.63266], "size": [0, 2, 2], "pivot": [6.12296, 13.89257, -127.43266], "rotation": [-45, 25.5, 0], "uv": [82, 192]}, + {"origin": [7, 11.54257, -131.63266], "size": [0, 2, 2], "pivot": [6.12296, 13.89257, -127.43266], "rotation": [-45, 25.5, 0], "uv": [82, 188]} + ] + }, + { + "name": "eyes", + "parent": "face", + "pivot": [-1.2, 18.14257, -134.50192] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-1.2, 18.14257, -134.50192], + "cubes": [ + {"origin": [-3.62, 16.39257, -136.00192], "size": [0, 4, 8], "pivot": [-1.2, 18.14257, -134.50192], "rotation": [15.5, -25.5, 0], "uv": [40, 331]}, + {"origin": [-3.64, 17.39257, -136.50192], "size": [0, 4, 8], "pivot": [-1.2, 18.14257, -134.50192], "rotation": [15.5, -25.5, 0], "uv": [0, 332]}, + {"origin": [-3.6, 16.39257, -136.00192], "size": [0, 4, 8], "pivot": [-1.2, 18.14257, -134.50192], "rotation": [15.5, -25.5, 0], "uv": [300, 332]}, + {"origin": [-3.61, 16.89257, -136.00192], "size": [0, 4, 8], "pivot": [-1.2, 18.14257, -134.50192], "rotation": [15.5, -25.5, 0], "uv": [224, 28]} + ] + }, + { + "name": "iris_right", + "parent": "eye_right", + "pivot": [-1.2, 18.14257, -134.50192], + "cubes": [ + {"origin": [-3.62, 16.39257, -136.00192], "size": [0, 4, 8], "pivot": [-1.2, 18.14257, -134.50192], "rotation": [15.5, -25.5, 0], "uv": [16, 332]}, + {"origin": [-3.63, 16.89257, -136.50192], "size": [0, 4, 8], "pivot": [-1.2, 18.14257, -134.50192], "rotation": [15.5, -25.5, 0], "uv": [284, 332]} + ] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [1.2, 18.14257, -134.50192], + "cubes": [ + {"origin": [3.61, 16.39257, -136.00192], "size": [0, 4, 8], "pivot": [1.2, 18.14257, -134.50192], "rotation": [15.5, 25.5, 0], "uv": [40, 331], "mirror": true}, + {"origin": [3.64, 17.39257, -136.50192], "size": [0, 4, 8], "pivot": [1.2, 18.14257, -134.50192], "rotation": [15.5, 25.5, 0], "uv": [0, 332], "mirror": true}, + {"origin": [3.62, 16.39257, -136.00192], "size": [0, 4, 8], "pivot": [1.2, 18.14257, -134.50192], "rotation": [15.5, 25.5, 0], "uv": [316, 332]}, + {"origin": [3.62, 16.89257, -136.00192], "size": [0, 4, 8], "pivot": [1.2, 18.14257, -134.50192], "rotation": [15.5, 25.5, 0], "uv": [224, 28], "mirror": true} + ] + }, + { + "name": "iris_left", + "parent": "eye_left", + "pivot": [1.2, 18.14257, -134.50192], + "cubes": [ + {"origin": [3.62, 16.39257, -136.00192], "size": [0, 4, 8], "pivot": [1.2, 18.14257, -134.50192], "rotation": [15.5, 25.5, 0], "uv": [16, 332], "mirror": true}, + {"origin": [3.63, 16.89257, -136.50192], "size": [0, 4, 8], "pivot": [1.2, 18.14257, -134.50192], "rotation": [15.5, 25.5, 0], "uv": [284, 332], "mirror": true} + ] + }, + { + "name": "ribbon_top_right", + "parent": "face", + "pivot": [-24.10057, 38.87944, -98.39275], + "cubes": [ + {"origin": [-5.8, 33.89257, -92.87352], "size": [0, 7, 7], "pivot": [-5.8035, 22.39257, -131.77352], "rotation": [7.96346, -22.83862, -12.93363], "uv": [332, 56]} + ] + }, + { + "name": "ribbon_top_right2", + "parent": "ribbon_top_right", + "pivot": [-26.93042, 39.30225, -91.60278], + "cubes": [ + {"origin": [-5.8, 35.89257, -85.87352], "size": [0, 2, 20], "pivot": [-5.8035, 22.39257, -131.77352], "rotation": [7.96346, -22.83862, -12.93363], "uv": [302, 20]} + ] + }, + { + "name": "ribbon_top_right3", + "parent": "ribbon_top_right2", + "pivot": [-34.90523, 40.032, -73.75298], + "cubes": [ + {"origin": [-5.8, 35.89257, -65.87352], "size": [0, 2, 20], "pivot": [-5.8035, 22.39257, -131.77352], "rotation": [7.96346, -22.83862, -12.93363], "uv": [138, 290], "mirror": true} + ] + }, + { + "name": "ribbon_top_right4", + "parent": "ribbon_top_right3", + "pivot": [-43.01825, 41.01182, -55.49869], + "cubes": [ + {"origin": [-5.8, 35.89257, -45.87352], "size": [0, 2, 20], "pivot": [-5.8035, 22.39257, -131.77352], "rotation": [7.96346, -22.83862, -12.93363], "uv": [232, 290], "mirror": true} + ] + }, + { + "name": "ribbon_top_right5", + "parent": "ribbon_top_right4", + "pivot": [-51.13126, 41.99163, -37.2444], + "cubes": [ + {"origin": [-5.8, 35.89257, -25.87352], "size": [0, 2, 20], "pivot": [-5.8035, 22.39257, -131.77352], "rotation": [7.96346, -22.83862, -12.93363], "uv": [272, 290], "mirror": true} + ] + }, + { + "name": "ribbon_top_right6", + "parent": "ribbon_top_right5", + "pivot": [-59.24427, 42.97145, -17.99011], + "cubes": [ + {"origin": [-5.8, 35.89257, -5.87352], "size": [0, 2, 20], "pivot": [-5.8035, 22.39257, -131.77352], "rotation": [7.96346, -22.83862, -12.93363], "uv": [292, 48], "mirror": true} + ] + }, + { + "name": "ribbon_top_right7", + "parent": "ribbon_top_right6", + "pivot": [-67.35728, 43.95126, 0.26417], + "cubes": [ + {"origin": [-5.8, 35.89257, 14.12648], "size": [0, 2, 20], "pivot": [-5.8035, 22.39257, -131.77352], "rotation": [7.96346, -22.83862, -12.93363], "uv": [42, 299], "mirror": true} + ] + }, + { + "name": "ribbon_top_right8", + "parent": "ribbon_top_right7", + "pivot": [-75.47029, 44.93108, 18.51846], + "cubes": [ + {"origin": [-5.8, 35.89257, 34.12648], "size": [0, 2, 20], "pivot": [-5.8035, 22.39257, -131.77352], "rotation": [7.96346, -22.83862, -12.93363], "uv": [300, 113], "mirror": true} + ] + }, + { + "name": "ribbon_top_right9", + "parent": "ribbon_top_right8", + "pivot": [-84.5833, 45.9109, 35.77275], + "cubes": [ + {"origin": [-5.8, 35.89257, 54.12648], "size": [0, 2, 20], "pivot": [-5.8035, 22.39257, -131.77352], "rotation": [7.96346, -22.83862, -12.93363], "uv": [178, 301], "mirror": true} + ] + }, + { + "name": "ribbon_top_right10", + "parent": "ribbon_top_right9", + "pivot": [-91.69631, 46.89071, 54.02704], + "cubes": [ + {"origin": [-5.8, 32.89257, 74.12648], "size": [0, 8, 20], "pivot": [-5.8035, 22.39257, -131.77352], "rotation": [7.96346, -22.83862, -12.93363], "uv": [0, 209], "mirror": true} + ] + }, + { + "name": "ribbon_top_left", + "parent": "face", + "pivot": [24.10057, 38.87944, -98.39275], + "cubes": [ + {"origin": [5.8, 33.89257, -92.87352], "size": [0, 7, 7], "pivot": [5.8035, 22.39257, -131.77352], "rotation": [7.96346, 22.83862, 12.93363], "uv": [332, 42]} + ] + }, + { + "name": "ribbon_top_left2", + "parent": "ribbon_top_left", + "pivot": [26.93042, 39.30225, -92.60278], + "cubes": [ + {"origin": [5.8, 35.89257, -85.87352], "size": [0, 2, 20], "pivot": [5.8035, 22.39257, -131.77352], "rotation": [7.96346, 22.83862, 12.93363], "uv": [290, 75]} + ] + }, + { + "name": "ribbon_top_left3", + "parent": "ribbon_top_left2", + "pivot": [34.90523, 40.032, -73.75298], + "cubes": [ + {"origin": [5.8, 35.89257, -65.87352], "size": [0, 2, 20], "pivot": [5.8035, 22.39257, -131.77352], "rotation": [7.96346, 22.83862, 12.93363], "uv": [138, 290]} + ] + }, + { + "name": "ribbon_top_left4", + "parent": "ribbon_top_left3", + "pivot": [43.15644, 41.26188, -55.09421], + "cubes": [ + {"origin": [5.8, 35.89257, -45.87352], "size": [0, 2, 20], "pivot": [5.8035, 22.39257, -131.77352], "rotation": [7.96346, 22.83862, 12.93363], "uv": [232, 290]} + ] + }, + { + "name": "ribbon_top_left5", + "parent": "ribbon_top_left4", + "pivot": [51.26945, 42.2417, -36.83992], + "cubes": [ + {"origin": [5.8, 35.89257, -25.87352], "size": [0, 2, 20], "pivot": [5.8035, 22.39257, -131.77352], "rotation": [7.96346, 22.83862, 12.93363], "uv": [272, 290]} + ] + }, + { + "name": "ribbon_top_left6", + "parent": "ribbon_top_left5", + "pivot": [59.24427, 42.97145, -18.99011], + "cubes": [ + {"origin": [5.8, 35.89257, -5.87352], "size": [0, 2, 20], "pivot": [5.8035, 22.39257, -131.77352], "rotation": [7.96346, 22.83862, 12.93363], "uv": [292, 48]} + ] + }, + { + "name": "ribbon_top_left7", + "parent": "ribbon_top_left6", + "pivot": [67.35728, 43.95126, 0.26417], + "cubes": [ + {"origin": [5.8, 35.89257, 14.12648], "size": [0, 2, 20], "pivot": [5.8035, 22.39257, -131.77352], "rotation": [7.96346, 22.83862, 12.93363], "uv": [42, 299]} + ] + }, + { + "name": "ribbon_top_left8", + "parent": "ribbon_top_left7", + "pivot": [75.47029, 44.93108, 17.51846], + "cubes": [ + {"origin": [5.8, 35.89257, 34.12648], "size": [0, 2, 20], "pivot": [5.8035, 22.39257, -131.77352], "rotation": [7.96346, 22.83862, 12.93363], "uv": [300, 113]} + ] + }, + { + "name": "ribbon_top_left9", + "parent": "ribbon_top_left8", + "pivot": [83.5833, 45.9109, 35.77275], + "cubes": [ + {"origin": [5.8, 35.89257, 54.12648], "size": [0, 2, 20], "pivot": [5.8035, 22.39257, -131.77352], "rotation": [7.96346, 22.83862, 12.93363], "uv": [178, 301]} + ] + }, + { + "name": "ribbon_top_left10", + "parent": "ribbon_top_left9", + "pivot": [91.69631, 46.89071, 54.02704], + "cubes": [ + {"origin": [5.8, 32.89257, 74.12648], "size": [0, 8, 20], "pivot": [5.8035, 22.39257, -131.77352], "rotation": [7.96346, 22.83862, 12.93363], "uv": [0, 209]} + ] + }, + { + "name": "ribbon_bottom_left", + "parent": "face", + "pivot": [21, 14.89257, -110.00192], + "cubes": [ + {"origin": [18.5, 14.89257, -110.00192], "size": [5, 0, 20], "uv": [50, 259]} + ] + }, + { + "name": "ribbon_bottom_left2", + "parent": "ribbon_bottom_left", + "pivot": [21, 14.89257, -90.00192], + "cubes": [ + {"origin": [15.5, 14.89257, -90.00192], "size": [11, 0, 20], "uv": [238, 123]} + ] + }, + { + "name": "ribbon_bottom_left3", + "parent": "ribbon_bottom_left2", + "pivot": [21, 14.89257, -70.00192], + "cubes": [ + {"origin": [18.5, 14.89257, -70.00192], "size": [5, 0, 20], "uv": [260, 230]} + ] + }, + { + "name": "ribbon_bottom_left4", + "parent": "ribbon_bottom_left3", + "pivot": [21, 14.89257, -50.00192], + "cubes": [ + {"origin": [19.5, 14.89257, -50.00192], "size": [3, 0, 20], "uv": [268, 143]} + ] + }, + { + "name": "ribbon_bottom_left5", + "parent": "ribbon_bottom_left4", + "pivot": [21, 14.89257, -30.00192], + "cubes": [ + {"origin": [15.5, 14.89257, -30.00192], "size": [11, 0, 20], "uv": [238, 123]} + ] + }, + { + "name": "ribbon_bottom_left6", + "parent": "ribbon_bottom_left5", + "pivot": [21, 14.89257, -10.00192], + "cubes": [ + {"origin": [19.5, 14.89257, -10.00192], "size": [3, 0, 20], "uv": [0, 269]} + ] + }, + { + "name": "ribbon_bottom_left7", + "parent": "ribbon_bottom_left6", + "pivot": [21, 14.89257, 9.99808], + "cubes": [ + {"origin": [15.5, 14.89257, 9.99808], "size": [11, 0, 20], "uv": [238, 123]} + ] + }, + { + "name": "ribbon_bottom_left8", + "parent": "ribbon_bottom_left7", + "pivot": [21, 14.89257, 29.99808], + "cubes": [ + {"origin": [19.5, 14.89257, 29.99808], "size": [3, 0, 20], "uv": [140, 270]} + ] + }, + { + "name": "ribbon_bottom_left9", + "parent": "ribbon_bottom_left8", + "pivot": [21, 14.89257, 49.99808], + "cubes": [ + {"origin": [15.5, 14.89257, 49.99808], "size": [11, 0, 20], "uv": [238, 123]} + ] + }, + { + "name": "ribbon_bottom_left10", + "parent": "ribbon_bottom_left9", + "pivot": [21, 14.89257, 69.99808], + "cubes": [ + {"origin": [19.5, 14.89257, 69.99808], "size": [3, 0, 20], "uv": [260, 270]} + ] + }, + { + "name": "ribbon_bottom_left11", + "parent": "ribbon_bottom_left10", + "pivot": [21, 14.89257, 89.99808], + "cubes": [ + {"origin": [11.5, 14.89257, 89.99808], "size": [19, 0, 12], "uv": [240, 101]} + ] + }, + { + "name": "ribbon_bottom_right", + "parent": "face", + "pivot": [-21, 14.89257, -110.00192], + "cubes": [ + {"origin": [-23.5, 14.89257, -110.00192], "size": [5, 0, 20], "uv": [260, 250]} + ] + }, + { + "name": "ribbon_bottom_right2", + "parent": "ribbon_bottom_right", + "pivot": [-21, 14.89257, -90.00192], + "cubes": [ + {"origin": [-26.5, 14.89257, -90.00192], "size": [11, 0, 20], "uv": [240, 28]} + ] + }, + { + "name": "ribbon_bottom_right3", + "parent": "ribbon_bottom_right2", + "pivot": [-21, 14.89257, -70.00192], + "cubes": [ + {"origin": [-23.5, 14.89257, -70.00192], "size": [5, 0, 20], "uv": [266, 174]} + ] + }, + { + "name": "ribbon_bottom_right4", + "parent": "ribbon_bottom_right3", + "pivot": [-21, 14.89257, -50.00192], + "cubes": [ + {"origin": [-22.5, 14.89257, -50.00192], "size": [3, 0, 20], "uv": [278, 0]} + ] + }, + { + "name": "ribbon_bottom_right5", + "parent": "ribbon_bottom_right4", + "pivot": [-21, 14.89257, -30.00192], + "cubes": [ + {"origin": [-26.5, 14.89257, -30.00192], "size": [11, 0, 20], "uv": [240, 28]} + ] + }, + { + "name": "ribbon_bottom_right6", + "parent": "ribbon_bottom_right5", + "pivot": [-21, 14.89257, -10.00192], + "cubes": [ + {"origin": [-22.5, 14.89257, -10.00192], "size": [3, 0, 20], "uv": [46, 279]} + ] + }, + { + "name": "ribbon_bottom_right7", + "parent": "ribbon_bottom_right6", + "pivot": [-21, 14.89257, 9.99808], + "cubes": [ + {"origin": [-26.5, 14.89257, 9.99808], "size": [11, 0, 20], "uv": [240, 28]} + ] + }, + { + "name": "ribbon_bottom_right8", + "parent": "ribbon_bottom_right7", + "pivot": [-21, 14.89257, 29.99808], + "cubes": [ + {"origin": [-22.5, 14.89257, 29.99808], "size": [3, 0, 20], "uv": [186, 281]} + ] + }, + { + "name": "ribbon_bottom_right9", + "parent": "ribbon_bottom_right8", + "pivot": [-21, 14.89257, 49.99808], + "cubes": [ + {"origin": [-26.5, 14.89257, 49.99808], "size": [11, 0, 20], "uv": [240, 28]} + ] + }, + { + "name": "ribbon_bottom_right10", + "parent": "ribbon_bottom_right9", + "pivot": [-21, 14.89257, 69.99808], + "cubes": [ + {"origin": [-22.5, 14.89257, 69.99808], "size": [3, 0, 20], "uv": [92, 287]} + ] + }, + { + "name": "ribbon_bottom_right11", + "parent": "ribbon_bottom_right10", + "pivot": [-21, 14.89257, 89.99808], + "cubes": [ + {"origin": [-30.5, 14.89257, 89.99808], "size": [19, 0, 12], "uv": [148, 258]} + ] + }, + { + "name": "jaw", + "parent": "face", + "pivot": [0, 14.1148, -124.21281], + "rotation": [12.5, 0, 0], + "cubes": [ + {"origin": [-3.6, 11.89257, -138.00192], "size": [2, 3, 6], "pivot": [-1.2, 13.14257, -132.50192], "rotation": [0, -25.5, 0], "uv": [162, 333]}, + {"origin": [-7.5, 10.89257, -127.00192], "size": [15, 4, 2], "uv": [48, 191]}, + {"origin": [-1.5, 11.89257, -134.60192], "size": [3, 3, 3], "inflate": 0.01, "uv": [278, 20]}, + {"origin": [1.6, 11.89257, -138.00192], "size": [2, 3, 6], "pivot": [1.2, 13.14257, -132.50192], "rotation": [0, 25.5, 0], "uv": [332, 332]}, + {"origin": [-3.5, 10.89257, -133.10192], "size": [7, 4, 5], "inflate": 0.02, "uv": [232, 281]}, + {"origin": [-5.5, 10.89257, -128.80192], "size": [11, 4, 4], "uv": [268, 163]}, + {"origin": [-3.6, 10.89257, -132.00192], "size": [2, 4, 9], "pivot": [-1.2, 13.14257, -132.50192], "rotation": [0, -25.5, 0], "uv": [262, 327]}, + {"origin": [-3.5, 14.89257, -133.00192], "size": [0, 2, 2], "pivot": [-1.2, 13.14257, -132.50192], "rotation": [-45, -25.5, 0], "uv": [82, 196]}, + {"origin": [-3.5, 12.89257, -135.00192], "size": [0, 2, 2], "pivot": [-1.2, 13.14257, -132.50192], "rotation": [-45, -25.5, 0], "uv": [76, 197]}, + {"origin": [3.5, 14.89257, -133.00192], "size": [0, 2, 2], "pivot": [1.2, 13.14257, -132.50192], "rotation": [-45, 25.5, 0], "uv": [40, 209]}, + {"origin": [3.5, 12.89257, -135.00192], "size": [0, 2, 2], "pivot": [1.2, 13.14257, -132.50192], "rotation": [-45, 25.5, 0], "uv": [80, 200]}, + {"origin": [1.6, 10.89257, -132.00192], "size": [2, 4, 9], "pivot": [1.2, 13.14257, -132.50192], "rotation": [0, 25.5, 0], "uv": [240, 327]}, + {"origin": [-1, 11.89257, -138.50192], "size": [2, 3, 4], "uv": [152, 219]} + ] + }, + { + "name": "segments", + "parent": "body", + "pivot": [0, 17, -96] + }, + { + "name": "segment", + "parent": "segments", + "pivot": [0, 17.09548, -95], + "cubes": [ + {"origin": [4, 22, -92], "size": [0, 33, 48], "pivot": [6, 24, -74], "rotation": [0, 0, 40], "uv": [98, 43]}, + {"origin": [-4, 22, -92], "size": [0, 33, 48], "pivot": [-6, 24, -74], "rotation": [0, 0, -40], "uv": [98, 43], "mirror": true}, + {"origin": [-6, 11, -92], "size": [12, 13, 31], "inflate": 0.01, "uv": [0, 123]} + ] + }, + { + "name": "arms", + "parent": "segment", + "pivot": [-5, 16, -86] + }, + { + "name": "arm_left", + "parent": "arms", + "pivot": [8.5, 18, -81], + "cubes": [ + {"origin": [5, 15, -84], "size": [7, 6, 6], "uv": [218, 312], "mirror": true} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [12, 18, -81], + "cubes": [ + {"origin": [11, 16, -83], "size": [18, 4, 4], "uv": [240, 113], "mirror": true} + ] + }, + { + "name": "arm_left3", + "parent": "arm_left2", + "pivot": [30, 18, -81], + "cubes": [ + {"origin": [29, 15, -84], "size": [14, 6, 6], "uv": [50, 244], "mirror": true} + ] + }, + { + "name": "hand_left", + "parent": "arm_left3", + "pivot": [44, 18, -81], + "cubes": [ + {"origin": [43, 14, -85], "size": [4, 8, 8], "uv": [302, 97], "mirror": true} + ] + }, + { + "name": "finger_left", + "parent": "hand_left", + "pivot": [46.25, 14.5, -84.5], + "cubes": [ + {"origin": [50, 13, -84.5], "size": [5, 3, 0], "uv": [146, 40], "mirror": true}, + {"origin": [46, 13, -86], "size": [4, 3, 3], "uv": [0, 237], "mirror": true} + ] + }, + { + "name": "finger_left2", + "parent": "hand_left", + "pivot": [46.25, 21.5, -81.5], + "cubes": [ + {"origin": [46, 20, -83], "size": [4, 3, 3], "uv": [14, 237], "mirror": true}, + {"origin": [50, 20, -81.5], "size": [5, 3, 0], "uv": [156, 40], "mirror": true} + ] + }, + { + "name": "finger_left3", + "parent": "hand_left", + "pivot": [46.25, 14.5, -77.5], + "cubes": [ + {"origin": [50, 13, -77.5], "size": [5, 3, 0], "uv": [166, 40], "mirror": true}, + {"origin": [46, 13, -79], "size": [4, 3, 3], "uv": [28, 237], "mirror": true} + ] + }, + { + "name": "arm_right", + "parent": "arms", + "pivot": [-8.5, 18, -81], + "cubes": [ + {"origin": [-12, 15, -84], "size": [7, 6, 6], "uv": [218, 312]} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-12, 18, -81], + "cubes": [ + {"origin": [-29, 16, -83], "size": [18, 4, 4], "uv": [240, 113]} + ] + }, + { + "name": "arm_right3", + "parent": "arm_right2", + "pivot": [-30, 18, -81], + "cubes": [ + {"origin": [-43, 15, -84], "size": [14, 6, 6], "uv": [50, 244]} + ] + }, + { + "name": "hand_right", + "parent": "arm_right3", + "pivot": [-44, 18, -81], + "cubes": [ + {"origin": [-47, 14, -85], "size": [4, 8, 8], "uv": [302, 97]} + ] + }, + { + "name": "finger_right", + "parent": "hand_right", + "pivot": [-46.25, 14.5, -84.5], + "cubes": [ + {"origin": [-55, 13, -84.5], "size": [5, 3, 0], "uv": [146, 40]}, + {"origin": [-50, 13, -86], "size": [4, 3, 3], "uv": [0, 237]} + ] + }, + { + "name": "finger_right2", + "parent": "hand_right", + "pivot": [-46.25, 21.5, -81.5], + "cubes": [ + {"origin": [-50, 20, -83], "size": [4, 3, 3], "uv": [14, 237]}, + {"origin": [-55, 20, -81.5], "size": [5, 3, 0], "uv": [156, 40]} + ] + }, + { + "name": "finger_right3", + "parent": "hand_right", + "pivot": [-46.25, 14.5, -77.5], + "cubes": [ + {"origin": [-55, 13, -77.5], "size": [5, 3, 0], "uv": [166, 40]}, + {"origin": [-50, 13, -79], "size": [4, 3, 3], "uv": [28, 237]} + ] + }, + { + "name": "segment2", + "parent": "segment", + "pivot": [0, 17.5, -60.5], + "cubes": [ + {"origin": [-5, 12, -61], "size": [10, 11, 17], "uv": [212, 174]} + ] + }, + { + "name": "segment3", + "parent": "segment2", + "pivot": [0, 17.5, -43.5], + "cubes": [ + {"origin": [-5, 12, -44], "size": [10, 11, 17], "uv": [212, 202]} + ] + }, + { + "name": "segment4", + "parent": "segment3", + "pivot": [0, 17.7, -26.3], + "cubes": [ + {"origin": [0, 24, -25], "size": [0, 18, 24], "uv": [0, 167]}, + {"origin": [60, 84, -25], "size": [0, 17, 24], "pivot": [60, 18, -29], "rotation": [0, 0, -90], "uv": [164, 188], "mirror": true}, + {"origin": [-60, 84, -25], "size": [0, 17, 24], "pivot": [-60, 18, -29], "rotation": [0, 0, 90], "uv": [164, 188]}, + {"origin": [0, 143, -25], "size": [0, 19, 24], "pivot": [0, 77, -29], "rotation": [0, 0, -180], "uv": [164, 145]}, + {"origin": [-6, 11, -27], "size": [12, 13, 27], "uv": [86, 124]} + ] + }, + { + "name": "segment5", + "parent": "segment4", + "pivot": [0, 17.5, 1.5], + "cubes": [ + {"origin": [-5, 12, 0], "size": [10, 11, 17], "uv": [224, 0]} + ] + }, + { + "name": "segment6", + "parent": "segment5", + "pivot": [0, 17.5, 17.5], + "cubes": [ + {"origin": [-5, 12, 17], "size": [10, 11, 17], "uv": [152, 229]} + ] + }, + { + "name": "segment7", + "parent": "segment6", + "pivot": [0, 17.7, 33.8], + "cubes": [ + {"origin": [-6, 11, 33], "size": [12, 13, 27], "uv": [146, 0]}, + {"origin": [0, 24, 35], "size": [0, 18, 24], "uv": [0, 167]}, + {"origin": [60, 84, 35], "size": [0, 17, 24], "pivot": [60, 18, 31], "rotation": [0, 0, -90], "uv": [164, 188], "mirror": true}, + {"origin": [-60, 84, 35], "size": [0, 17, 24], "pivot": [-60, 18, 31], "rotation": [0, 0, 90], "uv": [164, 188]}, + {"origin": [0, 143, 35], "size": [0, 19, 24], "pivot": [0, 77, 31], "rotation": [0, 0, -180], "uv": [164, 145]} + ] + }, + { + "name": "segment8", + "parent": "segment7", + "pivot": [0, 17.5, 60.5], + "cubes": [ + {"origin": [-5, 12, 60], "size": [10, 11, 17], "uv": [206, 230]} + ] + }, + { + "name": "segment9", + "parent": "segment8", + "pivot": [0, 17.5, 77.5], + "cubes": [ + {"origin": [-5, 12, 77], "size": [10, 11, 17], "uv": [94, 231]} + ] + }, + { + "name": "segment10", + "parent": "segment9", + "pivot": [0, 17.7, 95.5], + "cubes": [ + {"origin": [-6, 11, 94], "size": [12, 13, 27], "uv": [86, 164]}, + {"origin": [0, 24, 96], "size": [0, 18, 23], "uv": [194, 82]}, + {"origin": [60, 84, 96], "size": [0, 17, 23], "pivot": [60, 18, 92], "rotation": [0, 0, -90], "uv": [48, 204], "mirror": true}, + {"origin": [-60, 84, 96], "size": [0, 17, 23], "pivot": [-60, 18, 92], "rotation": [0, 0, 90], "uv": [48, 204]}, + {"origin": [0, 143, 96], "size": [0, 19, 23], "pivot": [0, 77, 92], "rotation": [0, 0, -180], "uv": [194, 40]} + ] + }, + { + "name": "segment11", + "parent": "segment10", + "pivot": [0, 17.5, 120.5], + "cubes": [ + {"origin": [-5, 12, 120], "size": [10, 11, 18], "uv": [212, 145]} + ] + }, + { + "name": "segment12", + "parent": "segment11", + "pivot": [0, 17.5, 137.5], + "cubes": [ + {"origin": [-5, 12, 138], "size": [10, 11, 16], "uv": [240, 48]} + ] + }, + { + "name": "segment13", + "parent": "segment12", + "pivot": [0, 17.5, 154.5], + "cubes": [ + {"origin": [-4, 13, 154], "size": [8, 9, 17], "uv": [240, 75]} + ] + }, + { + "name": "tip", + "parent": "segment13", + "pivot": [0, 17.5, 171.66667], + "cubes": [ + {"origin": [-2, 15.5, 187], "size": [4, 4, 17], "uv": [0, 289]}, + {"origin": [-3, 14, 171], "size": [6, 7, 16], "uv": [266, 194]}, + {"origin": [2, 17.5, 178], "size": [16, 0, 21], "uv": [164, 124]}, + {"origin": [-18, 17.5, 178], "size": [16, 0, 21], "uv": [164, 124], "mirror": true} + ] + }, + { + "name": "ribbon_tip_left", + "parent": "tip", + "pivot": [16.5, 17.5, 199], + "cubes": [ + {"origin": [15, 17.5, 199], "size": [3, 0, 10], "uv": [298, 163]} + ] + }, + { + "name": "ribbon_tip_left2", + "parent": "ribbon_tip_left", + "pivot": [16.5, 17.5, 209], + "cubes": [ + {"origin": [15, 17.5, 209], "size": [3, 0, 10], "uv": [312, 282]} + ] + }, + { + "name": "ribbon_tip_left3", + "parent": "ribbon_tip_left2", + "pivot": [16.5, 17.5, 219], + "cubes": [ + {"origin": [15, 17.5, 219], "size": [3, 0, 10], "uv": [288, 312]} + ] + }, + { + "name": "ribbon_tip_left4", + "parent": "ribbon_tip_left3", + "pivot": [17.5, 17.5, 229], + "cubes": [ + {"origin": [15, 17.5, 229], "size": [3, 0, 10], "uv": [312, 292]} + ] + }, + { + "name": "ribbon_tip_left5", + "parent": "ribbon_tip_left4", + "pivot": [17.5, 17.5, 239], + "cubes": [ + {"origin": [15, 17.5, 239], "size": [3, 0, 10], "uv": [312, 302]} + ] + }, + { + "name": "ribbon_tip_left6", + "parent": "ribbon_tip_left5", + "pivot": [17.5, 17.5, 249], + "cubes": [ + {"origin": [15, 17.5, 249], "size": [3, 0, 10], "uv": [314, 135]} + ] + }, + { + "name": "ribbon_tip_left7", + "parent": "ribbon_tip_left6", + "pivot": [17.5, 17.5, 259], + "cubes": [ + {"origin": [15, 17.5, 259], "size": [3, 0, 10], "uv": [314, 145]} + ] + }, + { + "name": "ribbon_tip_left8", + "parent": "ribbon_tip_left7", + "pivot": [17.5, 17.5, 269], + "cubes": [ + {"origin": [15, 17.5, 269], "size": [3, 0, 10], "uv": [314, 312]} + ] + }, + { + "name": "ribbon_tip_left9", + "parent": "ribbon_tip_left8", + "pivot": [17.5, 17.5, 279], + "cubes": [ + {"origin": [15, 17.5, 279], "size": [3, 0, 10], "uv": [316, 173]} + ] + }, + { + "name": "ribbon_tip_left10", + "parent": "ribbon_tip_left9", + "pivot": [17.5, 17.5, 289], + "cubes": [ + {"origin": [15, 17.5, 289], "size": [3, 0, 10], "uv": [316, 183]} + ] + }, + { + "name": "ribbon_tip_left11", + "parent": "ribbon_tip_left10", + "pivot": [17, 17.5, 299], + "cubes": [ + {"origin": [16, 17.5, 299], "size": [2, 0, 10], "uv": [66, 329]} + ] + }, + { + "name": "ribbon_tip_left12", + "parent": "ribbon_tip_left11", + "pivot": [17, 17.5, 309], + "cubes": [ + {"origin": [16, 17.5, 309], "size": [2, 0, 10], "uv": [90, 329]} + ] + }, + { + "name": "ribbon_tip_right", + "parent": "tip", + "pivot": [-16.5, 17.5, 199], + "cubes": [ + {"origin": [-18, 17.5, 199], "size": [3, 0, 10], "uv": [40, 321]} + ] + }, + { + "name": "ribbon_tip_right2", + "parent": "ribbon_tip_right", + "pivot": [-16.5, 17.5, 209], + "cubes": [ + {"origin": [-18, 17.5, 209], "size": [3, 0, 10], "uv": [288, 322]} + ] + }, + { + "name": "ribbon_tip_right3", + "parent": "ribbon_tip_right2", + "pivot": [-16.5, 17.5, 219], + "cubes": [ + {"origin": [-18, 17.5, 219], "size": [3, 0, 10], "uv": [314, 322]} + ] + }, + { + "name": "ribbon_tip_right4", + "parent": "ribbon_tip_right3", + "pivot": [-15.5, 17.5, 229], + "cubes": [ + {"origin": [-18, 17.5, 229], "size": [3, 0, 10], "uv": [162, 323]} + ] + }, + { + "name": "ribbon_tip_right5", + "parent": "ribbon_tip_right4", + "pivot": [-15.5, 17.5, 239], + "cubes": [ + {"origin": [-18, 17.5, 239], "size": [3, 0, 10], "uv": [188, 323]} + ] + }, + { + "name": "ribbon_tip_right6", + "parent": "ribbon_tip_right5", + "pivot": [-15.5, 17.5, 249], + "cubes": [ + {"origin": [-18, 17.5, 249], "size": [3, 0, 10], "uv": [324, 0]} + ] + }, + { + "name": "ribbon_tip_right7", + "parent": "ribbon_tip_right6", + "pivot": [-15.5, 17.5, 259], + "cubes": [ + {"origin": [-18, 17.5, 259], "size": [3, 0, 10], "uv": [324, 10]} + ] + }, + { + "name": "ribbon_tip_right8", + "parent": "ribbon_tip_right7", + "pivot": [-15.5, 17.5, 269], + "cubes": [ + {"origin": [-18, 17.5, 269], "size": [3, 0, 10], "uv": [324, 155]} + ] + }, + { + "name": "ribbon_tip_right9", + "parent": "ribbon_tip_right8", + "pivot": [-16.5, 17.5, 279], + "cubes": [ + {"origin": [-18, 17.5, 279], "size": [3, 0, 10], "uv": [214, 324]} + ] + }, + { + "name": "ribbon_tip_right10", + "parent": "ribbon_tip_right9", + "pivot": [-15.5, 17.5, 289], + "cubes": [ + {"origin": [-18, 17.5, 289], "size": [3, 0, 10], "uv": [326, 97]} + ] + }, + { + "name": "ribbon_tip_right11", + "parent": "ribbon_tip_right10", + "pivot": [-16, 17.5, 299], + "cubes": [ + {"origin": [-18, 17.5, 299], "size": [2, 0, 10], "uv": [330, 70]} + ] + }, + { + "name": "ribbon_tip_right12", + "parent": "ribbon_tip_right11", + "pivot": [-16, 17.5, 309], + "cubes": [ + {"origin": [-18, 17.5, 309], "size": [2, 0, 10], "uv": [330, 80]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/melmetal/melmetal.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/melmetal/melmetal.geo.json new file mode 100644 index 0000000..1e1dac3 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/melmetal/melmetal.geo.json @@ -0,0 +1,240 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 256, + "texture_height": 256, + "visible_bounds_width": 11, + "visible_bounds_height": 6, + "visible_bounds_offset": [0, 2, 0] + }, + "bones": [ + { + "name": "melmetal", + "pivot": [0, 0, 0] + }, + { + "name": "bot_torso", + "parent": "melmetal", + "pivot": [0, 16, 0], + "cubes": [ + {"origin": [-12, 11, -7.5], "size": [24, 10, 15], "uv": [116, 114]} + ] + }, + { + "name": "middle_torso", + "parent": "bot_torso", + "pivot": [0, 26, 6], + "cubes": [ + {"origin": [3, 19, -5.5], "size": [7, 14, 11], "uv": [0, 152]}, + {"origin": [-10, 19, -5.5], "size": [7, 14, 11], "uv": [139, 150]}, + {"origin": [-3, 29, -5.5], "size": [6, 4, 11], "uv": [108, 0]}, + {"origin": [-3, 20, -5.5], "size": [6, 2, 11], "uv": [148, 24]} + ] + }, + { + "name": "ring", + "parent": "middle_torso", + "pivot": [12, 11, 22.5], + "cubes": [ + {"origin": [-4, 22, -7.5], "size": [2, 8, 15], "uv": [160, 160]}, + {"origin": [2, 22, -7.5], "size": [2, 8, 15], "uv": [73, 40]}, + {"origin": [-2, 28, -7.5], "size": [4, 2, 15], "uv": [85, 0]}, + {"origin": [-2, 22, -7.5], "size": [4, 2, 15], "uv": [45, 76]} + ] + }, + { + "name": "top_torso", + "parent": "middle_torso", + "pivot": [0, 31.66667, 8], + "cubes": [ + {"origin": [-12.66194, 31.1047, -8.49768], "size": [25, 12, 17], "uv": [68, 76]}, + {"origin": [-14.66194, 37.1047, -13.49768], "size": [29, 11, 27], "uv": [0, 0]}, + {"origin": [-10.66194, 47.1047, -10.49768], "size": [21, 3, 21], "uv": [47, 105]} + ] + }, + { + "name": "head", + "parent": "top_torso", + "pivot": [-12.66194, 7.1047, -8.49768], + "cubes": [ + {"origin": [-6.66194, 49.1047, -2.49768], "size": [3, 6, 5], "uv": [0, 11]}, + {"origin": [3.33806, 49.1047, -2.49768], "size": [3, 6, 5], "uv": [0, 0]}, + {"origin": [-5.66194, 55.1047, -2.49768], "size": [11, 3, 5], "uv": [110, 105]} + ] + }, + { + "name": "eye", + "parent": "head", + "pivot": [-0.16194, 53.1047, 0.00232], + "cubes": [ + {"origin": [-1.16194, 52.1047, -0.99768], "size": [2, 2, 2], "uv": [11, 0]} + ] + }, + { + "name": "right_arm", + "parent": "top_torso", + "pivot": [-16.16194, 43.1047, 0.00232] + }, + { + "name": "arm_l_3", + "parent": "right_arm", + "pivot": [-14.66194, 42.6047, 0.00232], + "cubes": [ + {"origin": [-18.66194, 34.1047, -8.49768], "size": [6, 17, 17], "uv": [54, 129], "mirror": true}, + {"origin": [-28.63694, 31.1047, -11.49768], "size": [11, 23, 23], "uv": [0, 76], "mirror": true} + ] + }, + { + "name": "arm_l_4", + "parent": "arm_l_3", + "pivot": [-25.41194, 42.6047, 0.00232], + "cubes": [ + {"origin": [-37.66194, 37.1047, -5.49768], "size": [7, 11, 11], "uv": [152, 91], "mirror": true}, + {"origin": [-32.66194, 35.1047, -7.49768], "size": [12, 15, 15], "uv": [0, 122], "mirror": true} + ] + }, + { + "name": "bone2", + "parent": "arm_l_4", + "pivot": [-36.66194, 42.6047, 0.00232], + "cubes": [ + {"origin": [-47.66194, 35.1047, -7.49768], "size": [6, 15, 15], "uv": [137, 61], "mirror": true}, + {"origin": [-42.66194, 37.1047, -5.49768], "size": [6, 11, 11], "inflate": 0.01, "uv": [89, 161], "mirror": true}, + {"origin": [-59.66194, 37.1047, -5.49768], "size": [14, 11, 11], "uv": [100, 139], "mirror": true} + ] + }, + { + "name": "bone5", + "parent": "bone2", + "pivot": [-52.66194, 42.6047, 0.00232], + "cubes": [ + {"origin": [-66.66194, 34.1047, -8.49768], "size": [15, 17, 17], "uv": [72, 183], "mirror": true}, + {"origin": [-75.66194, 37.1047, -12.49768], "size": [19, 11, 25], "uv": [137, 183], "mirror": true} + ] + }, + { + "name": "left_arm", + "parent": "top_torso", + "pivot": [15.83806, 43.1047, 0.00232] + }, + { + "name": "arm_l_1", + "parent": "left_arm", + "pivot": [13.33806, 42.6047, 0.00232], + "cubes": [ + {"origin": [12.33806, 34.1047, -8.49768], "size": [6, 17, 17], "uv": [54, 129]}, + {"origin": [17.31306, 31.1047, -11.49768], "size": [11, 23, 23], "uv": [0, 76]} + ] + }, + { + "name": "arm_l_2", + "parent": "arm_l_1", + "pivot": [25.08806, 42.6047, 0.00232], + "cubes": [ + {"origin": [30.33806, 37.1047, -5.49768], "size": [7, 11, 11], "uv": [152, 91]}, + {"origin": [20.33806, 35.1047, -7.49768], "size": [12, 15, 15], "uv": [0, 122]} + ] + }, + { + "name": "bone", + "parent": "arm_l_2", + "pivot": [36.33806, 42.6047, 0.00232], + "cubes": [ + {"origin": [41.33806, 35.1047, -7.49768], "size": [6, 15, 15], "uv": [137, 61]}, + {"origin": [36.33806, 37.1047, -5.49768], "size": [6, 11, 11], "inflate": 0.01, "uv": [89, 161]}, + {"origin": [45.33806, 37.1047, -5.49768], "size": [14, 11, 11], "uv": [100, 139]} + ] + }, + { + "name": "bone8", + "parent": "bone", + "pivot": [52.33806, 42.6047, 0], + "cubes": [ + {"origin": [51.33806, 34.1047, -8.5], "size": [15, 17, 17], "uv": [72, 183]}, + {"origin": [56.33806, 37.1047, -12.5], "size": [19, 11, 25], "uv": [137, 183]} + ] + }, + { + "name": "tail_cone", + "parent": "bot_torso", + "pivot": [0, 18, 7.075], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [-0.5, 17, 6], "size": [1, 2, 7], "uv": [2, 179]} + ] + }, + { + "name": "bone7", + "parent": "tail_cone", + "pivot": [0, 19, 14], + "rotation": [37.5, 0, 0], + "cubes": [ + {"origin": [-0.509, 18.03205, 11.99912], "size": [1, 2, 6], "inflate": -0.01, "uv": [3, 188]} + ] + }, + { + "name": "bone9", + "parent": "bone7", + "pivot": [0, 18.975, 17.65], + "rotation": [-45, 0, 0], + "cubes": [ + {"origin": [-0.5, 17.975, 17.15], "size": [1, 2, 5], "inflate": -0.02, "uv": [11, 179]}, + {"origin": [-0.5, 19.425, 21.525], "size": [1, 0, 2], "uv": [9, 177]}, + {"origin": [-0.5, 18.6, 21.525], "size": [1, 0, 2], "uv": [9, 177]} + ] + }, + { + "name": "leg_left_top", + "parent": "melmetal", + "pivot": [9.475, 13.5, 0], + "cubes": [ + {"origin": [3.975, 5, -5.5], "size": [11, 13, 11], "inflate": 0.01, "uv": [148, 0]} + ] + }, + { + "name": "leg_bot", + "parent": "leg_left_top", + "pivot": [9.475, 8, 0], + "cubes": [ + {"origin": [2.975, 0, -6.5], "size": [13, 8, 13], "uv": [100, 55]} + ] + }, + { + "name": "bone4", + "parent": "leg_bot", + "pivot": [10.775, 5, -11.65685], + "cubes": [ + {"origin": [9.775, 0.05, -10.65685], "size": [8, 3, 8], "pivot": [10.775, 5, -11.65685], "rotation": [0, -45, 0], "uv": [139, 139]} + ] + }, + { + "name": "leg_right_top", + "parent": "melmetal", + "pivot": [-9.475, 13.5, 0], + "cubes": [ + {"origin": [-14.975, 5, -5.5], "size": [11, 13, 11], "inflate": 0.01, "uv": [148, 0], "mirror": true} + ] + }, + { + "name": "leg_bot2", + "parent": "leg_right_top", + "pivot": [-9.475, 7, 0], + "cubes": [ + {"origin": [-15.975, 0, -6.5], "size": [13, 8, 13], "uv": [100, 55], "mirror": true} + ] + }, + { + "name": "bone6", + "parent": "leg_bot2", + "pivot": [-10.775, 5, -11.65685], + "cubes": [ + {"origin": [-17.775, 0.05, -10.65685], "size": [8, 3, 8], "pivot": [-10.775, 5, -11.65685], "rotation": [0, 45, 0], "uv": [139, 139], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/meltan/meltan.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/meltan/meltan.geo.json new file mode 100644 index 0000000..d808558 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/meltan/meltan.geo.json @@ -0,0 +1,111 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.ditto", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "meltan", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "meltan", + "pivot": [0, 1.5, 0.5], + "cubes": [ + {"origin": [-5, 0, -2.5], "size": [10, 3, 6], "uv": [0, 0]} + ] + }, + { + "name": "body2", + "parent": "body", + "pivot": [0, 3, 0.5], + "cubes": [ + {"origin": [-4.5, 2, -2], "size": [9, 3, 5], "uv": [0, 9]} + ] + }, + { + "name": "bodytop", + "parent": "body2", + "pivot": [0, 5, 0], + "cubes": [ + {"origin": [-3.5, 3, -1.5], "size": [7, 5, 4], "inflate": 0.01, "uv": [0, 17]} + ] + }, + { + "name": "head2", + "parent": "bodytop", + "pivot": [-4.69587, -9.01, 0.525], + "cubes": [ + {"origin": [-22.29087, 2.815, -1.475], "size": [7, 2, 4], "inflate": 0.025, "pivot": [3.73413, -9.01, 0.525], "rotation": [0, 0, 62.5], "uv": [42, 27]}, + {"origin": [-3.99087, 8.01, -1.475], "size": [8, 2, 4], "uv": [40, 6]}, + {"origin": [-3.99087, 18.485, -1.475], "size": [8, 2, 4], "uv": [40, 34]}, + {"origin": [2.98413, 8.36, -1.475], "size": [7, 2, 4], "inflate": 0.05, "pivot": [3.73413, 9.01, 0.525], "rotation": [0, 0, -62.5], "uv": [42, 12]}, + {"origin": [-10.49587, 9.21, -1.475], "size": [7, 2, 4], "inflate": 0.05, "pivot": [-4.69587, 9.01, 0.525], "rotation": [0, 0, 62.5], "uv": [42, 0], "mirror": true}, + {"origin": [14.77913, 1.965, -1.475], "size": [7, 2, 4], "inflate": 0.025, "pivot": [-4.69587, -9.01, 0.525], "rotation": [0, 0, -62.5], "uv": [42, 21], "mirror": true} + ] + }, + { + "name": "eyes2", + "parent": "head2", + "pivot": [3.73413, -9.01, 0.525], + "cubes": [ + {"origin": [-1.5, 12.24, -1.5], "size": [3, 3, 3], "inflate": -0.25, "uv": [0, 26]} + ] + }, + { + "name": "arm_left", + "parent": "bodytop", + "pivot": [3.5, 6.5, 0], + "cubes": [ + {"origin": [2.5, 5, -1], "size": [4, 3, 2], "uv": [26, 0], "mirror": true} + ] + }, + { + "name": "arm_right", + "parent": "bodytop", + "pivot": [-3.5, 6.5, 0], + "cubes": [ + {"origin": [-6.5, 5, -1], "size": [4, 3, 2], "uv": [26, 0]} + ] + }, + { + "name": "bone2", + "parent": "body2", + "pivot": [-1, 1.7, 3.1] + }, + { + "name": "bone3", + "parent": "bone2", + "pivot": [-1, 0.55, 0.9], + "cubes": [ + {"origin": [0, -0.475, 2.175], "size": [0, 2, 4], "pivot": [-1, 0.55, 0.9], "rotation": [27.5, 0, 0], "uv": [18, 15]} + ] + }, + { + "name": "bone4", + "parent": "bone3", + "pivot": [-1, -2.45, 0.9], + "cubes": [ + {"origin": [-0.001, 3.1, 1.75], "size": [0, 2, 4], "pivot": [-1, -2.45, 0.9], "rotation": [-27.5, 0, 0], "uv": [18, 13]} + ] + }, + { + "name": "bone5", + "parent": "bone4", + "pivot": [-1, 0.55, 0.9], + "cubes": [ + {"origin": [0, -2.9, 6.825], "size": [0, 2, 3], "pivot": [-1, 0.55, 0.9], "rotation": [27.5, 0, 0], "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/meowstic/meowstic_f.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/meowstic/meowstic_f.geo.json new file mode 100644 index 0000000..8e20dbd --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/meowstic/meowstic_f.geo.json @@ -0,0 +1,307 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.meowstic_f", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "body", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-3.5, 6, -2], "size": [7, 9, 5], "uv": [0, 37]}, + {"origin": [-6, 7, 1], "size": [3, 2, 0], "pivot": [-3.5, 8, 1], "rotation": [0, 20, -20], "uv": [31, 2]}, + {"origin": [3, 7, 1], "size": [3, 2, 0], "pivot": [3.5, 8, 1], "rotation": [0, -20, 30], "uv": [31, 0]}, + {"origin": [2.75, 7, -0.5], "size": [3, 2, 0], "pivot": [3.5, 8, -0.5], "rotation": [0, 20, 30], "uv": [22, 24]}, + {"origin": [-6, 7, -0.5], "size": [3, 2, 0], "pivot": [-3.5, 8, -0.5], "rotation": [0, -20, -20], "uv": [28, 24]} + ] + }, + { + "name": "head", + "parent": "body", + "pivot": [0, 17, 1], + "cubes": [ + {"origin": [-5.5, 17, -4], "size": [11, 9, 9], "uv": [0, 0]}, + {"origin": [-0.125, 18.5, -4.02], "size": [0.25, 0.25, 0], "uv": [127, 1]} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [0, 18, -4], + "cubes": [ + {"origin": [-1, 17, -3.99], "size": [2, 1, 0], "uv": [22, 18]} + ] + }, + { + "name": "eye_l", + "parent": "head", + "pivot": [5.25, 20, -4], + "rotation": [0, 0, -10], + "cubes": [ + {"origin": [1.16318, 18.5076, -4.015], "size": [4, 3, 0], "uv": [8, 34]}, + {"origin": [2.75, 19.5, -4.02], "size": [1, 2, 0], "pivot": [3, 21.5, -4.02], "rotation": [0, 0, 10], "uv": [6, 0]}, + {"origin": [1.75, 20.5, -4.025], "size": [1, 1, 0], "uv": [6, 19]} + ] + }, + { + "name": "closed_l", + "parent": "eye_l", + "pivot": [5.25, 20, -3], + "cubes": [ + {"origin": [1.16318, 19.7576, -3.99], "size": [4, 0.5, 0], "uv": [119, 1]} + ] + }, + { + "name": "open_l", + "parent": "eye_l", + "pivot": [5.25, 20, -3.75], + "cubes": [ + {"origin": [1.16318, 18.5076, -3.765], "size": [4, 3, 0], "uv": [25, 76]}, + {"origin": [2.75, 19.5, -3.77], "size": [1, 2, 0], "pivot": [3, 21.5, -3.77], "rotation": [0, 0, 10], "uv": [25, 79]}, + {"origin": [1.75, 20.5, -3.775], "size": [1, 1, 0], "uv": [27, 79]} + ] + }, + { + "name": "eye_r", + "parent": "head", + "pivot": [-5.25, 20, -4], + "rotation": [0, 0, 10], + "cubes": [ + {"origin": [-5.16318, 18.5076, -4.01], "size": [4, 3, 0], "uv": [0, 34]}, + {"origin": [-3.75, 19.5, -4.02], "size": [1, 2, 0], "pivot": [-3, 21.5, -4.02], "rotation": [0, 0, -10], "uv": [0, 0]}, + {"origin": [-2.75, 20.5, -4.025], "size": [1, 1, 0], "uv": [0, 19]} + ] + }, + { + "name": "closed_r", + "parent": "eye_r", + "pivot": [-5.25, 20, -3], + "cubes": [ + {"origin": [-5.16318, 19.7576, -3.99], "size": [4, 0.5, 0], "uv": [119, 1]} + ] + }, + { + "name": "open_r", + "parent": "eye_r", + "pivot": [-5.25, 20, -3.75], + "cubes": [ + {"origin": [-5.16318, 18.5076, -3.76], "size": [4, 3, 0], "uv": [16, 76]}, + {"origin": [-3.75, 19.5, -3.77], "size": [1, 2, 0], "pivot": [-3, 21.5, -3.77], "rotation": [0, 0, -10], "uv": [16, 79]}, + {"origin": [-2.75, 20.5, -3.775], "size": [1, 1, 0], "uv": [18, 79]} + ] + }, + { + "name": "ear_r", + "parent": "head", + "pivot": [-4, 26, 0], + "rotation": [20, 17.5, -35], + "cubes": [ + {"origin": [-6.5, 24, -1.5], "size": [5, 8, 3], "uv": [34, 60]} + ] + }, + { + "name": "ear_ra", + "parent": "ear_r", + "pivot": [-4, 32, -1.5], + "rotation": [-55, 0, 0], + "cubes": [ + {"origin": [-6.51, 24, -1.5], "size": [5, 8, 3], "uv": [0, 60]}, + {"origin": [-4.5, 27, 1.515], "size": [1, 1, 0], "uv": [126, 17]}, + {"origin": [-5, 26, 1.51], "size": [2, 3, 0], "uv": [124, 9]} + ] + }, + { + "name": "ear_l", + "parent": "head", + "pivot": [4, 26, 0], + "rotation": [20, -17.5, 35], + "cubes": [ + {"origin": [1.5, 24, -1.5], "size": [5, 8, 3], "uv": [58, 9]} + ] + }, + { + "name": "ear_la", + "parent": "ear_l", + "pivot": [4, 32, -1.5], + "rotation": [-55, 0, 0], + "cubes": [ + {"origin": [1.51, 24, -1.5], "size": [5, 8, 3], "uv": [18, 54]}, + {"origin": [3.5, 27, 1.515], "size": [1, 1, 0], "uv": [126, 15]}, + {"origin": [3, 26, 1.51], "size": [2, 3, 0], "uv": [124, 12]} + ] + }, + { + "name": "hair", + "parent": "head", + "pivot": [-0.25, 24.75, -2.5], + "rotation": [-55, 0, 0], + "cubes": [ + {"origin": [-3, 20.75, -4.5], "size": [6, 6, 2], "uv": [86, 7]}, + {"origin": [-3, 20.75, -6.5], "size": [2, 2, 2], "uv": [0, 80]} + ] + }, + { + "name": "arm_r", + "parent": "body", + "pivot": [-3.5, 13.5, 0], + "rotation": [0, 0, 50], + "cubes": [ + {"origin": [-5, 8, -1], "size": [2, 7, 2], "uv": [66, 56]} + ] + }, + { + "name": "arm_l", + "parent": "body", + "pivot": [3.5, 13.5, 0], + "rotation": [0, 0, -50], + "cubes": [ + {"origin": [3, 8, -1], "size": [2, 7, 2], "uv": [0, 0]} + ] + }, + { + "name": "collar", + "parent": "body", + "pivot": [0, 16, 0], + "cubes": [ + {"origin": [-4.5, 15, -3], "size": [9, 2, 7], "uv": [31, 0]}, + {"origin": [-5, 14.5, -5], "size": [4, 4, 3], "uv": [0, 87]} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [0, 6, 3] + }, + { + "name": "tail1", + "parent": "tail", + "pivot": [0, 6, 3], + "rotation": [55, 15, 0], + "cubes": [ + {"origin": [-1, 6, 3], "size": [2, 2, 4], "uv": [56, 0]} + ] + }, + { + "name": "tail1_a", + "parent": "tail1", + "pivot": [0, 8, 6], + "cubes": [ + {"origin": [-2, 5, 6], "size": [4, 4, 4], "uv": [50, 60]} + ] + }, + { + "name": "tail1_b", + "parent": "tail1_a", + "pivot": [0, 9, 10], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [-2.5, 4.5, 10], "size": [5, 5, 4], "uv": [0, 51]} + ] + }, + { + "name": "tail1_c", + "parent": "tail1_b", + "pivot": [0, 9.5, 14], + "rotation": [-20, 0, 0], + "cubes": [ + {"origin": [-3, 4, 14], "size": [6, 6, 6], "uv": [42, 48]} + ] + }, + { + "name": "tail1_d", + "parent": "tail1_c", + "pivot": [0, 10, 20], + "rotation": [-30, 0, 0], + "cubes": [ + {"origin": [-2.99, 4, 20], "size": [6, 6, 6], "uv": [46, 36]} + ] + }, + { + "name": "tail1_e", + "parent": "tail1_d", + "pivot": [0, 10, 26], + "rotation": [-55, 0, 0], + "cubes": [ + {"origin": [-3.5, 2, 26], "size": [7, 8, 8], "uv": [22, 26]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 6, 3], + "rotation": [35, -15, 0], + "cubes": [ + {"origin": [-1, 6, 3], "size": [2, 2, 4], "uv": [56, 0]} + ] + }, + { + "name": "tail1_a2", + "parent": "tail2", + "pivot": [0, 8, 6], + "cubes": [ + {"origin": [-2, 5, 6], "size": [4, 4, 4], "uv": [50, 60]} + ] + }, + { + "name": "tail1_b2", + "parent": "tail1_a2", + "pivot": [0, 9, 10], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [-2.5, 4.5, 10], "size": [5, 5, 4], "uv": [0, 51]} + ] + }, + { + "name": "tail1_c2", + "parent": "tail1_b2", + "pivot": [0, 9.5, 14], + "rotation": [-20, 0, 0], + "cubes": [ + {"origin": [-3, 4, 14], "size": [6, 6, 6], "uv": [42, 48]} + ] + }, + { + "name": "tail1_d2", + "parent": "tail1_c2", + "pivot": [0, 10, 20], + "rotation": [-30, 0, 0], + "cubes": [ + {"origin": [-3.01, 4, 20], "size": [6, 6, 6], "uv": [46, 36]} + ] + }, + { + "name": "tail1_e2", + "parent": "tail1_d2", + "pivot": [0, 10, 26], + "rotation": [-55, 0, 0], + "cubes": [ + {"origin": [-3.5, 2, 26], "size": [7, 8, 8], "uv": [22, 26]} + ] + }, + { + "name": "leg_r", + "parent": "body", + "pivot": [-2, 6, 0.5], + "cubes": [ + {"origin": [-3.51, 0, -1], "size": [3, 7, 3], "uv": [16, 65]} + ] + }, + { + "name": "leg_l", + "parent": "body", + "pivot": [2, 6, 0.5], + "cubes": [ + {"origin": [0.51, 0, -1], "size": [3, 7, 3], "uv": [64, 28]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/meowstic/meowstic_m.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/meowstic/meowstic_m.geo.json new file mode 100644 index 0000000..e745007 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/meowstic/meowstic_m.geo.json @@ -0,0 +1,369 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.meowstic_m", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 5, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "body", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-3.5, 6, -2], "size": [7, 9, 5], "uv": [0, 27]}, + {"origin": [-6, 6, -0.5], "size": [3, 2, 0], "pivot": [-3.5, 7, -0.5], "rotation": [0, -20, -20], "uv": [25, 22]}, + {"origin": [3, 6, -0.5], "size": [3, 2, 0], "pivot": [3.5, 7, -0.5], "rotation": [0, 20, 20], "uv": [25, 20]} + ] + }, + { + "name": "head", + "parent": "body", + "pivot": [0, 17, 1], + "cubes": [ + {"origin": [-5.5, 17, -4], "size": [11, 9, 9], "uv": [0, 0]}, + {"origin": [-0.125, 18.5, -4.02], "size": [0.25, 0.25, 0], "uv": [127, 1]} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [0, 18, -4], + "cubes": [ + {"origin": [-1, 17, -3.99], "size": [2, 1, 0], "uv": [66, 3]} + ] + }, + { + "name": "eye_l", + "parent": "head", + "pivot": [5, 20, -4], + "rotation": [0, 0, -10], + "cubes": [ + {"origin": [1, 19.25, -4.01], "size": [1, 2, 0], "uv": [33, 19]}, + {"origin": [2, 19, -4.015], "size": [3, 3, 0], "uv": [0, 18]}, + {"origin": [2.5, 19.5, -4.02], "size": [1, 2, 0], "pivot": [2.75, 21.5, -4.02], "rotation": [0, 0, 10], "uv": [0, 0]}, + {"origin": [1.5, 20.5, -4.025], "size": [1, 1, 0], "uv": [6, 1]} + ] + }, + { + "name": "closed_l", + "parent": "eye_l", + "pivot": [5, 19.5, -3], + "cubes": [ + {"origin": [1, 19.75, -3.99], "size": [4, 0.5, 0], "uv": [120, 1]} + ] + }, + { + "name": "open_l", + "parent": "eye_l", + "pivot": [5, 20, -3.75], + "cubes": [ + {"origin": [1.5, 20.5, -3.77], "size": [1, 1, 0], "uv": [7, 71]}, + {"origin": [1, 19.25, -3.76], "size": [1, 2, 0], "uv": [7, 68]}, + {"origin": [2, 19, -3.76], "size": [3, 3, 0], "uv": [7, 64]}, + {"origin": [2.5, 19.5, -3.78], "size": [1, 2, 0], "pivot": [2.75, 21.5, -3.77], "rotation": [0, 0, 10], "uv": [6, 73]} + ] + }, + { + "name": "eye_r", + "parent": "head", + "pivot": [-5, 20, -4], + "rotation": [0, 0, 10], + "cubes": [ + {"origin": [-2, 19.25, -4.01], "size": [1, 2, 0], "uv": [28, 18]}, + {"origin": [-5, 19, -4.015], "size": [3, 3, 0], "uv": [0, 21]}, + {"origin": [-3.5, 19.5, -4.02], "size": [1, 2, 0], "pivot": [-2.75, 21.5, -4.02], "rotation": [0, 0, -10], "uv": [0, 0]}, + {"origin": [-2.5, 20.5, -4.025], "size": [1, 1, 0], "uv": [6, 1]} + ] + }, + { + "name": "closed_r", + "parent": "eye_r", + "pivot": [-5, 19.5, -3], + "cubes": [ + {"origin": [-5, 19.75, -3.99], "size": [4, 0.5, 0], "uv": [120, 1]} + ] + }, + { + "name": "open_r", + "parent": "eye_r", + "pivot": [-5, 20, -3.75], + "cubes": [ + {"origin": [-5, 19, -3.76], "size": [3, 3, 0], "uv": [0, 64]}, + {"origin": [-2, 19.25, -3.76], "size": [1, 2, 0], "uv": [0, 68]}, + {"origin": [-2.5, 20.5, -3.775], "size": [1, 1, 0], "uv": [0, 71]}, + {"origin": [-3.5, 19.5, -3.77], "size": [1, 2, 0], "pivot": [-2.75, 21.5, -3.77], "rotation": [0, 0, -10], "uv": [0, 73]} + ] + }, + { + "name": "ear_r", + "parent": "head", + "pivot": [-4, 26, 0], + "rotation": [20, 17.5, -35], + "cubes": [ + {"origin": [-6.5, 24, -1.5], "size": [5, 8, 3], "uv": [16, 45]} + ] + }, + { + "name": "ear_ra", + "parent": "ear_r", + "pivot": [-4, 32, -1.5], + "rotation": [-55, 0, 0], + "cubes": [ + {"origin": [-6, 25, -1.5], "size": [4, 7, 3], "uv": [48, 30]}, + {"origin": [-4.5, 27, 1.51], "size": [1, 1, 0], "uv": [6, 0]}, + {"origin": [-5, 23.5, -1], "size": [2, 2, 2], "uv": [60, 61]} + ] + }, + { + "name": "ear_l", + "parent": "head", + "pivot": [4, 26, 0], + "rotation": [20, -17.5, 35], + "cubes": [ + {"origin": [1.5, 24, -1.5], "size": [5, 8, 3], "uv": [0, 41]} + ] + }, + { + "name": "ear_la", + "parent": "ear_l", + "pivot": [4, 32, -1.5], + "rotation": [-55, 0, 0], + "cubes": [ + {"origin": [2, 25, -1.5], "size": [4, 7, 3], "uv": [32, 46]}, + {"origin": [3, 23.5, -1], "size": [2, 2, 2], "uv": [16, 41]}, + {"origin": [3.5, 27, 1.51], "size": [1, 1, 0], "uv": [6, 0]} + ] + }, + { + "name": "hair", + "parent": "head", + "pivot": [-0.25, 25.5, -2.75], + "rotation": [-30.47267, -4.98095, 4.34519], + "cubes": [ + {"origin": [0, 21.5, -4.75], "size": [3, 6, 2], "pivot": [-0.25, 25.5, -3.75], "rotation": [0, 0, 25], "uv": [34, 56]}, + {"origin": [-1.5, 22.5, -4.25], "size": [2, 5, 2], "pivot": [-0.25, 25.5, -3.75], "rotation": [0, 0, 35], "uv": [44, 59]} + ] + }, + { + "name": "arm_r", + "parent": "body", + "pivot": [-3.5, 13.5, 0], + "rotation": [0, 0, 50], + "cubes": [ + {"origin": [-5, 8, -1], "size": [2, 7, 2], "uv": [0, 0]} + ] + }, + { + "name": "arm_l", + "parent": "body", + "pivot": [3.5, 13.5, 0], + "rotation": [0, 0, -50], + "cubes": [ + {"origin": [3, 8, -1], "size": [2, 7, 2], "uv": [31, 0]} + ] + }, + { + "name": "collar", + "parent": "body", + "pivot": [0, 17, 0], + "cubes": [ + {"origin": [-4.5, 15, -3], "size": [9, 2, 7], "uv": [0, 18]}, + {"origin": [-0.5, 12, -3.75], "size": [2, 5, 2], "pivot": [0.5, 16, -3.5], "rotation": [-5, 0, 47.5], "uv": [59, 25]}, + {"origin": [-0.5, 12, 2.75], "size": [2, 5, 2], "pivot": [0.5, 16, 3.5], "rotation": [5, 0, 47.5], "uv": [58, 8]}, + {"origin": [2, 13, -3.5], "size": [2, 4, 2], "pivot": [3, 16, -3.5], "rotation": [-5, 0, 45], "uv": [52, 61]}, + {"origin": [2, 13, 2.5], "size": [2, 4, 2], "pivot": [3, 16, 3.5], "rotation": [5, 0, 45], "uv": [60, 38]}, + {"origin": [-3.75, 13, -3.5], "size": [2, 5, 2], "pivot": [-2.75, 16, -3.5], "rotation": [-5, 0, 67.5], "uv": [58, 47]}, + {"origin": [-3.75, 13, 2.5], "size": [2, 5, 2], "pivot": [-2.75, 16, 3.5], "rotation": [10, 0, 67.5], "uv": [58, 15]}, + {"origin": [-4.75, 13.5, -1], "size": [2, 5, 3], "pivot": [-3.75, 16, 1.5], "rotation": [2.5, 0, 70], "uv": [24, 56]} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [0, 6, 3] + }, + { + "name": "tail1", + "parent": "tail", + "pivot": [0, 6, 3], + "rotation": [55, 15, 0], + "cubes": [ + {"origin": [-1, 6, 3], "size": [2, 2, 4], "uv": [54, 55]} + ] + }, + { + "name": "tail1_a", + "parent": "tail1", + "pivot": [0, 8, 6], + "cubes": [ + {"origin": [-2, 5, 6], "size": [4, 4, 4], "uv": [44, 41]} + ] + }, + { + "name": "tail1_b", + "parent": "tail1_a", + "pivot": [0, 9, 10], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [-2.5, 4.5, 10], "size": [5, 5, 4], "uv": [40, 10]} + ] + }, + { + "name": "tail1_c", + "parent": "tail1_b", + "pivot": [0, 9.5, 14], + "rotation": [-20, 0, 0], + "cubes": [ + {"origin": [-3, 4, 14], "size": [6, 6, 6], "uv": [24, 33]} + ] + }, + { + "name": "tail1_d", + "parent": "tail1_c", + "pivot": [0, 10, 20], + "rotation": [-30, 0, 0], + "cubes": [ + {"origin": [-2.99, 4, 20], "size": [6, 6, 6], "uv": [26, 21]} + ] + }, + { + "name": "tail1_e", + "parent": "tail1_d", + "pivot": [0, 9.5, 26], + "rotation": [-25, 0, 0], + "cubes": [ + {"origin": [-2.5, 4.5, 25], "size": [5, 5, 5], "uv": [40, 0]} + ] + }, + { + "name": "tail1_f", + "parent": "tail1_e", + "pivot": [0, 9, 30], + "rotation": [-25, 0, 0], + "cubes": [ + {"origin": [-2, 5, 30], "size": [4, 4, 4], "uv": [44, 19]} + ] + }, + { + "name": "tail1_g", + "parent": "tail1_f", + "pivot": [0, 8.5, 34], + "rotation": [-25, 0, 0], + "cubes": [ + {"origin": [-1.5, 5.5, 34], "size": [3, 3, 3], "uv": [12, 56]} + ] + }, + { + "name": "tail1_h", + "parent": "tail1_g", + "pivot": [0, 8, 37], + "rotation": [-25, 0, 0], + "cubes": [ + {"origin": [-1, 6, 37], "size": [2, 2, 3], "uv": [55, 0]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 6, 3], + "rotation": [35, -15, 0], + "cubes": [ + {"origin": [-1, 6, 3], "size": [2, 2, 4], "uv": [54, 55]} + ] + }, + { + "name": "tail1_a2", + "parent": "tail2", + "pivot": [0, 8, 6], + "cubes": [ + {"origin": [-2, 5, 6], "size": [4, 4, 4], "uv": [44, 41]} + ] + }, + { + "name": "tail1_b2", + "parent": "tail1_a2", + "pivot": [0, 9, 10], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [-2.5, 4.5, 10], "size": [5, 5, 4], "uv": [40, 10]} + ] + }, + { + "name": "tail1_c2", + "parent": "tail1_b2", + "pivot": [0, 9.5, 14], + "rotation": [-20, 0, 0], + "cubes": [ + {"origin": [-3, 4, 14], "size": [6, 6, 6], "uv": [24, 33]} + ] + }, + { + "name": "tail1_d2", + "parent": "tail1_c2", + "pivot": [0, 10, 20], + "rotation": [-30, 0, 0], + "cubes": [ + {"origin": [-3.01, 4, 20], "size": [6, 6, 6], "uv": [26, 21]} + ] + }, + { + "name": "tail1_e2", + "parent": "tail1_d2", + "pivot": [0, 9.5, 26], + "rotation": [-25, 0, 0], + "cubes": [ + {"origin": [-2.5, 4.5, 25], "size": [5, 5, 5], "uv": [40, 0]} + ] + }, + { + "name": "tail1_f2", + "parent": "tail1_e2", + "pivot": [0, 9, 30], + "rotation": [-25, 0, 0], + "cubes": [ + {"origin": [-2, 5, 30], "size": [4, 4, 4], "uv": [44, 19]} + ] + }, + { + "name": "tail1_g2", + "parent": "tail1_f2", + "pivot": [0, 8.5, 34], + "rotation": [-25, 0, 0], + "cubes": [ + {"origin": [-1.5, 5.5, 34], "size": [3, 3, 3], "uv": [12, 56]} + ] + }, + { + "name": "tail1_h2", + "parent": "tail1_g2", + "pivot": [0, 8, 37], + "rotation": [-25, 0, 0], + "cubes": [ + {"origin": [-1, 6, 37], "size": [2, 2, 3], "uv": [55, 0]} + ] + }, + { + "name": "leg_r", + "parent": "body", + "pivot": [-2, 6, 0.5], + "cubes": [ + {"origin": [-3.51, 0, -1], "size": [3, 7, 3], "uv": [0, 52]} + ] + }, + { + "name": "leg_l", + "parent": "body", + "pivot": [2, 6, 0.5], + "cubes": [ + {"origin": [0.51, 0, -1], "size": [3, 7, 3], "uv": [46, 49]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/mewtwo2.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/mewtwo2.geo.json new file mode 100644 index 0000000..559d3f3 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/mewtwo2.geo.json @@ -0,0 +1,514 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.Mewtwo", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 9, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "mewtwo", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "mewtwo", + "pivot": [0, 0, 0] + }, + { + "name": "torso_lower", + "parent": "body", + "pivot": [0, 18, 7], + "cubes": [ + {"origin": [-4, 12, 1], "size": [8, 9, 9], "pivot": [0, 0, 0], "rotation": [-5, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "torso_middle", + "parent": "torso_lower", + "pivot": [0, 20, 7], + "cubes": [ + {"origin": [-3, 16, 3.5], "size": [6, 8, 6], "uv": [26, 35]} + ] + }, + { + "name": "torso_upper", + "parent": "torso_middle", + "pivot": [0, 23, 7], + "cubes": [ + {"origin": [-3, 24, -1.5], "size": [6, 6, 7], "inflate": 0.01, "pivot": [0, -1, 0], "rotation": [-10, 0, 0], "uv": [0, 18]}, + {"origin": [-2, 25, -1.5], "size": [4, 5, 1], "inflate": 0.14, "pivot": [0, -1, 0], "rotation": [-10, 0, 0], "uv": [68, 54]}, + {"origin": [-3, 26, -1.5], "size": [6, 4, 7], "inflate": 0.15, "pivot": [0, -1, 0], "rotation": [-10, 0, 0], "uv": [23, 24]}, + {"origin": [-0.5, 24.5, -6.5], "size": [1, 3, 1], "pivot": [0, -1, 0], "rotation": [-20, 0, 0], "uv": [25, 0]} + ] + }, + { + "name": "neck", + "parent": "torso_upper", + "pivot": [0, 30, 5], + "cubes": [ + {"origin": [-1, 28, 4.5], "size": [2, 4, 2], "uv": [12, 74]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 32, 6], + "cubes": [ + {"origin": [-3.5, 32, 4.25], "size": [7, 6, 6], "uv": [0, 31]}, + {"origin": [-1, 32, 4], "size": [2, 2, 3], "inflate": -0.15, "pivot": [0, -1, 0], "rotation": [7.5, 0, 0], "uv": [14, 55]}, + {"origin": [-0.5, 31.75, 4.5], "size": [1, 1, 3], "inflate": 0.1, "pivot": [0, -1, 0], "rotation": [7.5, 0, 0], "uv": [28, 76]}, + {"origin": [-5.5, 32, 0.5], "size": [5, 6, 5], "inflate": -0.01, "pivot": [0, -1, 0], "rotation": [0, 45, 0], "uv": [24, 49]} + ] + }, + { + "name": "handle", + "parent": "head", + "pivot": [0, 30.45313, 9.65462], + "rotation": [-20, 0, 0], + "cubes": [ + {"origin": [-1, 11.3764, 39.29124], "size": [2, 5, 2], "inflate": 0.001, "pivot": [0, -3.1236, 8.04124], "rotation": [60, 0, 0], "uv": [94, 0]}, + {"origin": [-1, 27.6764, 19.28662], "size": [2, 3, 2], "inflate": 0.01, "pivot": [0, -3.1236, 8.04124], "rotation": [15, 0, 0], "uv": [82, 0]}, + {"origin": [-1, 25.17327, 2.13662], "size": [2, 5, 2], "inflate": 0.001, "pivot": [0, -3.1236, 8.04124], "rotation": [-15, 0, 0], "uv": [83, 13]} + ] + }, + { + "name": "bone24", + "parent": "head", + "pivot": [0, 2, -10], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [7.5, 37, -4.75], "size": [1, 6, 2], "pivot": [0, 2, -10], "rotation": [0, 0, -15], "uv": [0, 73]}, + {"origin": [8, 41.5, -4.75], "size": [0, 2, 4], "pivot": [0, 2, -10], "rotation": [0, 0, -15], "uv": [20, 31]} + ] + }, + { + "name": "bone25", + "parent": "head", + "pivot": [0, 2, -10], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-8.5, 37, -4.75], "size": [1, 6, 2], "pivot": [0, 2, -10], "rotation": [0, 0, 15], "uv": [0, 73], "mirror": true}, + {"origin": [-8, 41.5, -4.75], "size": [0, 2, 4], "pivot": [0, 2, -10], "rotation": [0, 0, 15], "uv": [20, 31], "mirror": true} + ] + }, + { + "name": "bone7", + "parent": "head", + "pivot": [0, -1, 0], + "cubes": [ + {"origin": [-5, 34, 0.5], "size": [2, 2, 0], "inflate": 0.01, "pivot": [0, -1, 0], "rotation": [0, 45, 0], "uv": [0, 20]}, + {"origin": [-4, 34, 0.5], "size": [2, 2, 0], "inflate": 0.01, "pivot": [0, -1, 0], "rotation": [0, 45, 0], "uv": [0, 20]}, + {"origin": [-13.25, 34, 0.5], "size": [4, 1, 0], "inflate": 0.03, "pivot": [0, -1, 0], "rotation": [12.2127, 43.65747, 17.40744], "uv": [23, 23]}, + {"origin": [-13.25, 34.25, 0.5], "size": [4, 1, 0], "inflate": 0.03, "pivot": [0, -1, 0], "rotation": [12.2127, 43.65747, 17.40744], "uv": [23, 23]} + ] + }, + { + "name": "bone22", + "parent": "bone7", + "pivot": [0, -1, 0] + }, + { + "name": "bone20", + "parent": "bone22", + "pivot": [0, -1, 0], + "cubes": [ + {"origin": [-4, 34, 0.5], "size": [2, 2, 0], "inflate": 0.015, "pivot": [0, -1, 0], "rotation": [0, 45, 0], "uv": [4, 31]} + ] + }, + { + "name": "bone21", + "parent": "bone20", + "pivot": [0, -1, 0], + "cubes": [ + {"origin": [-3.25, 34.25, 0.375], "size": [1, 2, 1], "inflate": -0.1, "pivot": [0, -1, 0], "rotation": [0, 45, 0], "uv": [22, 19]} + ] + }, + { + "name": "bone23", + "parent": "bone22", + "pivot": [0, -1, 0], + "cubes": [ + {"origin": [-4.3, 35, 0.5], "size": [1, 1, 0], "inflate": 0.025, "pivot": [0, -1, 0], "rotation": [0, 45, 0], "uv": [5, 2]} + ] + }, + { + "name": "bone8", + "parent": "head", + "pivot": [0, -1, 0], + "cubes": [ + {"origin": [3, 34, 0.5], "size": [2, 2, 0], "inflate": 0.01, "pivot": [0, -1, 0], "rotation": [0, -45, 0], "uv": [0, 20], "mirror": true}, + {"origin": [2, 34, 0.5], "size": [2, 2, 0], "inflate": 0.01, "pivot": [0, -1, 0], "rotation": [0, -45, 0], "uv": [0, 20], "mirror": true}, + {"origin": [3.3, 35, 0.5], "size": [1, 1, 0], "inflate": 0.025, "pivot": [0, -1, 0], "rotation": [0, -45, 0], "uv": [5, 2], "mirror": true}, + {"origin": [9.25, 34, 0.5], "size": [4, 1, 0], "inflate": 0.03, "pivot": [0, -1, 0], "rotation": [12.2127, -43.65747, -17.40744], "uv": [23, 23], "mirror": true}, + {"origin": [9.25, 34.25, 0.5], "size": [4, 1, 0], "inflate": 0.03, "pivot": [0, -1, 0], "rotation": [12.2127, -43.65747, -17.40744], "uv": [23, 23], "mirror": true} + ] + }, + { + "name": "bone19", + "parent": "bone8", + "pivot": [0, -1, 0], + "cubes": [ + {"origin": [2.25, 34.25, 0.375], "size": [1, 2, 1], "inflate": -0.1, "pivot": [0, -1, 0], "rotation": [0, -45, 0], "uv": [22, 19], "mirror": true}, + {"origin": [2, 34, 0.5], "size": [2, 2, 0], "inflate": 0.015, "pivot": [0, -1, 0], "rotation": [0, -45, 0], "uv": [4, 31], "mirror": true} + ] + }, + { + "name": "arm_left", + "parent": "torso_upper", + "pivot": [3, 29, 7], + "cubes": [ + {"origin": [2.5, 25.5, 5], "size": [2, 3, 3], "uv": [16, 68], "mirror": true} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [4, 28, 7], + "cubes": [ + {"origin": [4, 26, 5.5], "size": [7, 2, 2], "uv": [58, 0], "mirror": true} + ] + }, + { + "name": "arm_left3", + "parent": "arm_left2", + "pivot": [11, 28, 6], + "cubes": [ + {"origin": [11, 26, 5.5], "size": [6, 2, 2], "uv": [62, 17], "mirror": true} + ] + }, + { + "name": "hand_left", + "parent": "arm_left3", + "pivot": [17, 28, 7], + "cubes": [ + {"origin": [17, 26, 5], "size": [4, 2, 3], "uv": [52, 66], "mirror": true} + ] + }, + { + "name": "finger_middle_left", + "parent": "hand_left", + "pivot": [21, 27, 5], + "rotation": [0, -90, 0], + "cubes": [ + {"origin": [21, 26.5, 3.5], "size": [1, 1, 2], "uv": [73, 38], "mirror": true} + ] + }, + { + "name": "bone2", + "parent": "finger_middle_left", + "pivot": [21, 27, 4], + "cubes": [ + {"origin": [21, 26.5, 2.5], "size": [1, 1, 1], "inflate": 0.2, "uv": [3, 23], "mirror": true} + ] + }, + { + "name": "finger_outer_left", + "parent": "hand_left", + "pivot": [21, 27, 7], + "rotation": [0, -90, 0], + "cubes": [ + {"origin": [21, 26.5, 5.5], "size": [1, 1, 2], "uv": [27, 61], "mirror": true} + ] + }, + { + "name": "bone3", + "parent": "finger_outer_left", + "pivot": [21, 27, 6], + "cubes": [ + {"origin": [21, 26.5, 4.5], "size": [1, 1, 1], "inflate": 0.2, "uv": [0, 22], "mirror": true} + ] + }, + { + "name": "thumb_left", + "parent": "hand_left", + "pivot": [19, 27, 5], + "cubes": [ + {"origin": [19, 26.5, 3], "size": [1, 1, 2], "uv": [45, 15], "mirror": true} + ] + }, + { + "name": "bone", + "parent": "thumb_left", + "pivot": [20, 27, 4], + "cubes": [ + {"origin": [19, 26.5, 2.5], "size": [1, 1, 1], "inflate": 0.2, "uv": [5, 0], "mirror": true} + ] + }, + { + "name": "arm_right", + "parent": "torso_upper", + "pivot": [-3, 29, 7], + "cubes": [ + {"origin": [-4.5, 25.5, 5], "size": [2, 3, 3], "uv": [16, 68]} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-4, 28, 7], + "cubes": [ + {"origin": [-11, 26, 5.5], "size": [7, 2, 2], "uv": [58, 0]} + ] + }, + { + "name": "arm_right3", + "parent": "arm_right2", + "pivot": [-11, 28, 6], + "cubes": [ + {"origin": [-17, 26, 5.5], "size": [6, 2, 2], "uv": [62, 17]} + ] + }, + { + "name": "hand_right", + "parent": "arm_right3", + "pivot": [-17, 28, 7], + "cubes": [ + {"origin": [-21, 26, 5], "size": [4, 2, 3], "uv": [52, 66]} + ] + }, + { + "name": "finger_middle_right", + "parent": "hand_right", + "pivot": [-21, 27, 5], + "rotation": [0, 90, 0], + "cubes": [ + {"origin": [-22, 26.5, 3.5], "size": [1, 1, 2], "uv": [73, 38]} + ] + }, + { + "name": "bone4", + "parent": "finger_middle_right", + "pivot": [-21, 27, 4], + "cubes": [ + {"origin": [-22, 26.5, 2.5], "size": [1, 1, 1], "inflate": 0.2, "uv": [3, 23]} + ] + }, + { + "name": "finger_outer_right", + "parent": "hand_right", + "pivot": [-21, 27, 7], + "rotation": [0, 90, 0], + "cubes": [ + {"origin": [-22, 26.5, 5.5], "size": [1, 1, 2], "uv": [27, 61]} + ] + }, + { + "name": "bone5", + "parent": "finger_outer_right", + "pivot": [-21, 27, 6], + "cubes": [ + {"origin": [-22, 26.5, 4.5], "size": [1, 1, 1], "inflate": 0.2, "uv": [0, 22]} + ] + }, + { + "name": "thumb_right", + "parent": "hand_right", + "pivot": [-19, 27, 5], + "cubes": [ + {"origin": [-20, 26.5, 3], "size": [1, 1, 2], "uv": [45, 15]} + ] + }, + { + "name": "bone6", + "parent": "thumb_right", + "pivot": [-20, 27, 4], + "cubes": [ + {"origin": [-20, 26.5, 2.5], "size": [1, 1, 1], "inflate": 0.2, "uv": [5, 0]} + ] + }, + { + "name": "tail", + "parent": "torso_lower", + "pivot": [0, 16, 11], + "cubes": [ + {"origin": [-3.5, 12.5, 9.5], "size": [7, 7, 4], "inflate": -0.01, "uv": [50, 31]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 16, 14], + "cubes": [ + {"origin": [-3, 13, 13.5], "size": [6, 6, 6], "uv": [0, 43]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 16, 19], + "cubes": [ + {"origin": [-2.5, 13.5, 19.5], "size": [5, 5, 6], "uv": [46, 17]} + ] + }, + { + "name": "tail4", + "parent": "tail3", + "pivot": [0, 16, 25], + "cubes": [ + {"origin": [-2, 14, 25.5], "size": [4, 4, 6], "uv": [0, 55]} + ] + }, + { + "name": "tail5", + "parent": "tail4", + "pivot": [0, 16, 31], + "cubes": [ + {"origin": [-1.5, 14.5, 31.5], "size": [3, 3, 6], "uv": [56, 57]} + ] + }, + { + "name": "tail6", + "parent": "tail5", + "pivot": [0, 16, 38], + "cubes": [ + {"origin": [-1.5, 14.5, 37.5], "size": [3, 3, 5], "uv": [59, 9]} + ] + }, + { + "name": "tail7", + "parent": "tail6", + "pivot": [0, 16, 43], + "cubes": [ + {"origin": [-1.5, 14.5, 42.5], "size": [3, 3, 6], "uv": [38, 57]} + ] + }, + { + "name": "tail8", + "parent": "tail7", + "pivot": [0, 16, 49], + "cubes": [ + {"origin": [-2, 14, 48.5], "size": [4, 4, 5], "uv": [25, 0]} + ] + }, + { + "name": "tail9", + "parent": "tail8", + "pivot": [0, 16, 54], + "cubes": [ + {"origin": [-2.5, 13.5, 53.5], "size": [5, 5, 8], "uv": [26, 10]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [4, 17, 7], + "cubes": [ + {"origin": [3.5, 12, 1], "size": [4, 8, 6], "pivot": [2, 0, 0], "rotation": [-10, 0, 0], "uv": [44, 43], "mirror": true} + ] + }, + { + "name": "leg_left2", + "parent": "leg_left", + "pivot": [6, 11, 4], + "cubes": [ + {"origin": [4, 3, 6.5], "size": [3, 8, 3], "pivot": [2, 0, 0], "rotation": [15, 0, 0], "uv": [40, 66], "mirror": true} + ] + }, + { + "name": "foot_left", + "parent": "leg_left2", + "pivot": [6, 6, 6], + "cubes": [ + {"origin": [3.5, -2, 6.5], "size": [4, 4, 4], "pivot": [2, 0, 0], "rotation": [30, 0, 0], "uv": [0, 65], "mirror": true}, + {"origin": [2.5, -1, 7.5], "size": [1, 2, 2], "inflate": -0.01, "pivot": [2, 0, 0], "rotation": [30, 0, 0], "uv": [19, 44], "mirror": true} + ] + }, + { + "name": "footseg2", + "parent": "foot_left", + "pivot": [2, 0, 0], + "cubes": [ + {"origin": [4, -1.5, 2.5], "size": [3, 3, 5], "pivot": [2, 0, 0], "rotation": [30, 0, 0], "uv": [63, 23], "mirror": true} + ] + }, + { + "name": "foot_left2", + "parent": "foot_left", + "pivot": [6, 3, 3], + "cubes": [ + {"origin": [3.5, 0, 1], "size": [4, 3, 2], "inflate": 0.01, "uv": [50, 57], "mirror": true} + ] + }, + { + "name": "toe_outer_left", + "parent": "foot_left2", + "pivot": [7, 3, 1], + "cubes": [ + {"origin": [6, 0, -1], "size": [2, 3, 3], "pivot": [7, 0, 0], "rotation": [0, -15, 0], "uv": [72, 71], "mirror": true} + ] + }, + { + "name": "toe_inner_left", + "parent": "foot_left2", + "pivot": [4, 3, 1], + "cubes": [ + {"origin": [3, 0, -1.75], "size": [2, 3, 3], "pivot": [7, 0, 0], "rotation": [0, 15, 0], "uv": [72, 31], "mirror": true} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-4, 17, 7], + "cubes": [ + {"origin": [-7.5, 12, 1], "size": [4, 8, 6], "pivot": [-2, 0, 0], "rotation": [-10, 0, 0], "uv": [44, 43]} + ] + }, + { + "name": "leg_right2", + "parent": "leg_right", + "pivot": [-6, 11, 4], + "cubes": [ + {"origin": [-7, 3, 6.5], "size": [3, 8, 3], "pivot": [-2, 0, 0], "rotation": [15, 0, 0], "uv": [40, 66]} + ] + }, + { + "name": "foot_right", + "parent": "leg_right2", + "pivot": [-6, 6, 6], + "cubes": [ + {"origin": [-7.5, -2, 6.5], "size": [4, 4, 4], "pivot": [-2, 0, 0], "rotation": [30, 0, 0], "uv": [0, 65]}, + {"origin": [-3.5, -1, 7.5], "size": [1, 2, 2], "inflate": -0.01, "pivot": [-2, 0, 0], "rotation": [30, 0, 0], "uv": [19, 44]} + ] + }, + { + "name": "footseg", + "parent": "foot_right", + "pivot": [-2, 0, 0], + "cubes": [ + {"origin": [-7, -1.5, 2.5], "size": [3, 3, 5], "pivot": [-2, 0, 0], "rotation": [30, 0, 0], "uv": [63, 23]} + ] + }, + { + "name": "foot_right2", + "parent": "foot_right", + "pivot": [-6, 3, 3], + "cubes": [ + {"origin": [-7.5, 0, 1], "size": [4, 3, 2], "inflate": 0.01, "uv": [50, 57]} + ] + }, + { + "name": "toe_outer_right", + "parent": "foot_right2", + "pivot": [-7, 3, 1], + "cubes": [ + {"origin": [-8, 0, -1], "size": [2, 3, 3], "pivot": [-7, 0, 0], "rotation": [0, 15, 0], "uv": [72, 71]} + ] + }, + { + "name": "toe_inner_right", + "parent": "foot_right2", + "pivot": [-4, 3, 1], + "cubes": [ + {"origin": [-5, 0, -1.75], "size": [2, 3, 3], "pivot": [-7, 0, 0], "rotation": [0, -15, 0], "uv": [72, 31]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/milotic.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/milotic.geo.json new file mode 100644 index 0000000..7374a30 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/milotic.geo.json @@ -0,0 +1,494 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.milotic", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 8, + "visible_bounds_height": 8, + "visible_bounds_offset": [0, 0, 0] + }, + "bones": [ + { + "name": "milotic", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "milotic", + "pivot": [0, 1.6, 0] + }, + { + "name": "neck", + "parent": "body", + "pivot": [0, 11.6, -5], + "rotation": [-90, 0, 0], + "cubes": [ + {"origin": [-2.5, 11.6, -9], "size": [5, 5, 5], "inflate": 0.01, "uv": [0, 56]} + ] + }, + { + "name": "neck2", + "parent": "neck", + "pivot": [0, 16.6, -9], + "cubes": [ + {"origin": [-2, 12.6, -14.4], "size": [4, 4, 6], "uv": [52, 55]} + ] + }, + { + "name": "head", + "parent": "neck2", + "pivot": [0, 14.6, -12.9], + "rotation": [90, 0, 0] + }, + { + "name": "hairs", + "parent": "head", + "pivot": [-2, 20.65, -16.41667] + }, + { + "name": "hairs2", + "parent": "head", + "pivot": [2, 20.65, -16.41667] + }, + { + "name": "bone17", + "parent": "hairs2", + "pivot": [-2, 20.65, -13.41667], + "cubes": [ + {"origin": [1, 20.65, -16.5], "size": [2, 0, 3], "uv": [32, 5]} + ] + }, + { + "name": "bone18", + "parent": "bone17", + "pivot": [2, 20.65, -13.41667], + "cubes": [ + {"origin": [1, 20.65, -13.5], "size": [2, 0, 4], "uv": [0, 20]} + ] + }, + { + "name": "bone19", + "parent": "bone18", + "pivot": [2, 20.65, -9.41667], + "cubes": [ + {"origin": [1, 20.65, -9.5], "size": [2, 0, 4], "uv": [0, 16]} + ] + }, + { + "name": "bone20", + "parent": "bone19", + "pivot": [2, 20.65, -5.41667], + "cubes": [ + {"origin": [0, 20.65, -5.5], "size": [4, 0, 8], "uv": [13, 16]} + ] + }, + { + "name": "bone21", + "parent": "bone20", + "pivot": [2, 20.65, 2.58333], + "cubes": [ + {"origin": [0, 20.65, 2.5], "size": [4, 0, 5], "uv": [46, 42]} + ] + }, + { + "name": "bone22", + "parent": "bone21", + "pivot": [2, 20.65, 7.58333], + "cubes": [ + {"origin": [-1, 20.65, 7.5], "size": [6, 0, 5], "uv": [59, 42]} + ] + }, + { + "name": "bone23", + "parent": "bone22", + "pivot": [2, 20.65, 12.58333], + "cubes": [ + {"origin": [-1, 20.65, 12.5], "size": [6, 0, 5], "uv": [57, 10]} + ] + }, + { + "name": "bone24", + "parent": "bone23", + "pivot": [2, 20.65, 17.58333], + "cubes": [ + {"origin": [-2, 20.65, 17.5], "size": [8, 0, 5], "uv": [54, 15]} + ] + }, + { + "name": "bone25", + "parent": "bone24", + "pivot": [2, 20.65, 22.58333], + "cubes": [ + {"origin": [-2.5, 20.65, 22.5], "size": [9, 0, 4], "uv": [36, 55]} + ] + }, + { + "name": "bone8", + "parent": "head", + "pivot": [-6, 20.65, -13.41667], + "cubes": [ + {"origin": [-3, 20.65, -16.5], "size": [2, 0, 3], "uv": [32, 5]} + ] + }, + { + "name": "bone9", + "parent": "bone8", + "pivot": [-2, 20.65, -13.41667], + "cubes": [ + {"origin": [-3, 20.65, -13.5], "size": [2, 0, 4], "uv": [0, 20]} + ] + }, + { + "name": "bone10", + "parent": "bone9", + "pivot": [-2, 20.65, -9.41667], + "cubes": [ + {"origin": [-3, 20.65, -9.5], "size": [2, 0, 4], "uv": [0, 16]} + ] + }, + { + "name": "bone11", + "parent": "bone10", + "pivot": [-2, 20.65, -5.41667], + "cubes": [ + {"origin": [-4, 20.65, -5.5], "size": [4, 0, 8], "uv": [13, 16]} + ] + }, + { + "name": "bone12", + "parent": "bone11", + "pivot": [-2, 20.65, 2.58333], + "cubes": [ + {"origin": [-4, 20.65, 2.5], "size": [4, 0, 5], "uv": [46, 42]} + ] + }, + { + "name": "bone13", + "parent": "bone12", + "pivot": [-2, 20.65, 7.58333], + "cubes": [ + {"origin": [-5, 20.65, 7.5], "size": [6, 0, 5], "uv": [59, 42]} + ] + }, + { + "name": "bone14", + "parent": "bone13", + "pivot": [-2, 20.65, 12.58333], + "cubes": [ + {"origin": [-5, 20.65, 12.5], "size": [6, 0, 5], "uv": [57, 10]} + ] + }, + { + "name": "bone15", + "parent": "bone14", + "pivot": [-2, 20.65, 17.58333], + "cubes": [ + {"origin": [-6, 20.65, 17.5], "size": [8, 0, 5], "uv": [54, 15]} + ] + }, + { + "name": "bone16", + "parent": "bone15", + "pivot": [-2, 20.65, 22.58333], + "cubes": [ + {"origin": [-6.5, 20.65, 22.5], "size": [9, 0, 4], "uv": [36, 55]} + ] + }, + { + "name": "head_ai", + "parent": "head", + "pivot": [0, 14.6, -12.9] + }, + { + "name": "head_rotation", + "parent": "head_ai", + "pivot": [0, 16.6, -12.9], + "rotation": [-90, 0, 0], + "cubes": [ + {"origin": [-3, 11, -16.9], "size": [6, 8, 6], "uv": [22, 53]}, + {"origin": [-1.5, 17.9, -16.4], "size": [3, 3, 3], "pivot": [0, 16, -13.9], "rotation": [16, 0, 0], "uv": [43, 64]}, + {"origin": [-1, 20.9, -15.9], "size": [2, 3, 2], "pivot": [0, 16, -13.9], "rotation": [16, 0, 0], "uv": [0, 41]}, + {"origin": [-0.5, 23.9, -15.4], "size": [1, 3, 1], "pivot": [0, 16, -13.9], "rotation": [16, 0, 0], "uv": [0, 16]} + ] + }, + { + "name": "mouth", + "parent": "head_rotation", + "pivot": [0, 18, -13.9], + "cubes": [ + {"origin": [-1.9, 12.9, -12.9], "size": [4, 0, 2], "uv": [67, 22]} + ] + }, + { + "name": "eyes", + "parent": "head_rotation", + "pivot": [0, 16, -13.8] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [3.01, 15.625, -13.9], + "rotation": [2.5, 0, 0], + "cubes": [ + {"origin": [3.01, 13.1, -14.9], "size": [0, 3, 2], "uv": [0, 3]} + ] + }, + { + "name": "pupil_left", + "parent": "eye_left", + "pivot": [3.02, 14.6, -13.9], + "cubes": [ + {"origin": [3.02, 13.6, -14.9], "size": [0, 2, 2], "uv": [0, 20]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [2.42, 15.6, -13.9], + "cubes": [ + {"origin": [1.92, 13.1, -14.9], "size": [1, 5, 2], "inflate": 0.01, "uv": [18, 65]} + ] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-3.01, 15.625, -13.9], + "rotation": [2.5, 0, 0], + "cubes": [ + {"origin": [-3.01, 13.1, -14.9], "size": [0, 3, 2], "uv": [0, 0]} + ] + }, + { + "name": "pupil_right", + "parent": "eye_right", + "pivot": [-3.02, 14.6, -13.9], + "cubes": [ + {"origin": [-3.02, 13.6, -14.9], "size": [0, 2, 2], "uv": [0, 18]} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-2.42, 15.6, -13.9], + "cubes": [ + {"origin": [-2.92, 13.1, -14.9], "size": [1, 5, 2], "inflate": 0.01, "uv": [51, 29]} + ] + }, + { + "name": "bone26", + "parent": "head_ai", + "pivot": [-2.95, 19, -18], + "cubes": [ + {"origin": [-3.05, 18.5, -18], "size": [0, 1, 5], "uv": [0, 35]} + ] + }, + { + "name": "bone27", + "parent": "bone26", + "pivot": [-2.95, 19, -13], + "cubes": [ + {"origin": [-3.05, 18.5, -13], "size": [0, 1, 5], "uv": [0, 34]} + ] + }, + { + "name": "bone28", + "parent": "bone27", + "pivot": [-2.95, 19, -8], + "cubes": [ + {"origin": [-3.05, 18.5, -8], "size": [0, 1, 5], "uv": [0, 33]} + ] + }, + { + "name": "bone29", + "parent": "bone28", + "pivot": [-2.95, 19, -3], + "cubes": [ + {"origin": [-3.05, 18.5, -3], "size": [0, 1, 5], "uv": [32, 10]} + ] + }, + { + "name": "bone30", + "parent": "bone29", + "pivot": [-2.95, 19, 2], + "cubes": [ + {"origin": [-3.05, 18.5, 2], "size": [0, 1, 5], "uv": [0, 32]} + ] + }, + { + "name": "bone31", + "parent": "bone30", + "pivot": [-2.95, 19, 7], + "cubes": [ + {"origin": [-3.05, 18.5, 7], "size": [0, 1, 5], "uv": [0, 31]} + ] + }, + { + "name": "browns2", + "parent": "head_ai", + "pivot": [3.05, 19, -3] + }, + { + "name": "bone2", + "parent": "browns2", + "pivot": [3.05, 19, -18], + "cubes": [ + {"origin": [3.05, 18.5, -18], "size": [0, 1, 5], "uv": [0, 35]} + ] + }, + { + "name": "bone3", + "parent": "bone2", + "pivot": [3.05, 19, -13], + "cubes": [ + {"origin": [3.05, 18.5, -13], "size": [0, 1, 5], "uv": [0, 34]} + ] + }, + { + "name": "bone4", + "parent": "bone3", + "pivot": [3.05, 19, -8], + "cubes": [ + {"origin": [3.05, 18.5, -8], "size": [0, 1, 5], "uv": [0, 33]} + ] + }, + { + "name": "bone5", + "parent": "bone4", + "pivot": [3.05, 19, -3], + "cubes": [ + {"origin": [3.05, 18.5, -3], "size": [0, 1, 5], "uv": [32, 10]} + ] + }, + { + "name": "bone6", + "parent": "bone5", + "pivot": [3.05, 19, 2], + "cubes": [ + {"origin": [3.05, 18.5, 2], "size": [0, 1, 5], "uv": [0, 32]} + ] + }, + { + "name": "bone7", + "parent": "bone6", + "pivot": [3.05, 19, 7], + "cubes": [ + {"origin": [3.05, 18.5, 7], "size": [0, 1, 5], "uv": [0, 31]} + ] + }, + { + "name": "browns", + "parent": "head_ai", + "pivot": [-7.1, -68.5, -11.75] + }, + { + "name": "segment1", + "parent": "body", + "pivot": [0, 11.6, -2.5], + "rotation": [-90, 0, 0], + "cubes": [ + {"origin": [-3, 8.6, -2.5], "size": [6, 6, 7], "inflate": 0.01, "uv": [51, 29]} + ] + }, + { + "name": "segment2", + "parent": "segment1", + "pivot": [0, 11.6, 5.5], + "cubes": [ + {"origin": [-3.5, 8.1, 4.5], "size": [7, 7, 8], "inflate": 0.01, "uv": [32, 0]} + ] + }, + { + "name": "segment3", + "parent": "segment2", + "pivot": [0, 11.1, 13.5], + "cubes": [ + {"origin": [-3.5, 8.1, 11.5], "size": [7, 7, 9], "uv": [0, 0]} + ] + }, + { + "name": "segment4", + "parent": "segment3", + "pivot": [0, 11.6, 20.5], + "cubes": [ + {"origin": [-3, 8.6, 19.5], "size": [6, 6, 9], "inflate": 0.01, "uv": [21, 22]} + ] + }, + { + "name": "segment5", + "parent": "segment4", + "pivot": [0, 11.6, 28.5], + "cubes": [ + {"origin": [-3, 8.6, 27.5], "size": [6, 6, 9], "uv": [0, 16]} + ] + }, + { + "name": "segment6", + "parent": "segment5", + "pivot": [0, 11.6, 36.5], + "cubes": [ + {"origin": [-2.5, 9.1, 35.5], "size": [5, 5, 9], "uv": [32, 39]} + ] + }, + { + "name": "segment7", + "parent": "segment6", + "pivot": [0, 11.6, 44.5], + "cubes": [ + {"origin": [-2, 9.6, 43.5], "size": [4, 4, 10], "uv": [0, 42]} + ] + }, + { + "name": "segment8", + "parent": "segment7", + "pivot": [0, 11.6, 53.5], + "cubes": [ + {"origin": [-1.5, 10.1, 52.5], "size": [3, 3, 11], "uv": [42, 15]} + ] + }, + { + "name": "segment9", + "parent": "segment8", + "pivot": [0, 11.6, 63.5], + "cubes": [ + {"origin": [-1, 10.6, 62.5], "size": [2, 2, 10], "uv": [50, 43]} + ] + }, + { + "name": "tail", + "parent": "segment9", + "pivot": [0.5, 11.5, 74.7], + "cubes": [ + {"origin": [-2, 11.4, 69.2], "size": [5, 0, 11], "pivot": [0.5, 11.5, 74.7], "rotation": [0, 12.5, 0], "uv": [20, 37]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0.5, 11.5, 74.7], + "cubes": [ + {"origin": [1, 11.5, 69.2], "size": [5, 0, 11], "pivot": [3.5, 11.5, 74.7], "rotation": [0, 25, 0], "uv": [0, 31]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0.5, 11.5, 74.7], + "cubes": [ + {"origin": [-4, 11.2, 69.2], "size": [5, 0, 11], "pivot": [-1.5, 11.5, 74.7], "rotation": [0, -12.5, 0], "uv": [10, 37]} + ] + }, + { + "name": "tail4", + "parent": "tail3", + "pivot": [0.5, 11.5, 74.7], + "cubes": [ + {"origin": [-6, 11.1, 69.2], "size": [5, 0, 11], "pivot": [-3.5, 11.5, 74.7], "rotation": [0, -22.5, 0], "uv": [31, 15]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minccino/minccino.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minccino/minccino.geo.json new file mode 100644 index 0000000..11b1774 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minccino/minccino.geo.json @@ -0,0 +1,233 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.pichu", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 4, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "minccino", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "minccino", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 4.25, 0.25] + }, + { + "name": "body2", + "parent": "torso", + "pivot": [0, 0.25, 0], + "cubes": [ + {"origin": [-3, 1.25, -2.25], "size": [6, 6, 5], "uv": [0, 15]} + ] + }, + { + "name": "bone", + "parent": "body2", + "pivot": [0.12817, 5.95589, -2.26402], + "cubes": [ + {"origin": [-1.86277, 5.55091, -2.33202], "size": [2, 1, 1], "inflate": -0.15, "pivot": [0.05317, 5.95589, -2.06402], "rotation": [24.8547, -18.04608, -53.52975], "uv": [24, 33]}, + {"origin": [-1.86277, 5.55091, -2.20702], "size": [2, 1, 1], "pivot": [0.05317, 5.95589, -2.06402], "rotation": [7.0712, -29.61646, -11.39305], "uv": [30, 33]}, + {"origin": [-1.86277, 5.90091, -2.38202], "size": [2, 1, 1], "inflate": -0.225, "pivot": [0.05317, 5.95589, -2.06402], "rotation": [-4.53688, -30.06559, 11.69756], "uv": [32, 29]} + ] + }, + { + "name": "head", + "parent": "body2", + "pivot": [0, 7, 0.25], + "cubes": [ + {"origin": [-4.5, 7, -3.75], "size": [9, 7, 8], "uv": [0, 0]}, + {"origin": [-0.5, 9, -3.975], "size": [1, 1, 1], "inflate": -0.2, "uv": [35, 17]} + ] + }, + { + "name": "cowlick", + "parent": "head", + "pivot": [-0.175, 13.31605, -2.76227], + "rotation": [34.3939, 27.73062, 17.6685], + "cubes": [ + {"origin": [-0.11793, 12.85512, -3.19816], "size": [0, 4, 2], "pivot": [-0.11793, 13.76603, -2.56458], "rotation": [9.5, 0, 0], "uv": [0, 14]} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [0.23584, 8.5, -3.78995], + "cubes": [ + {"origin": [-0.81416, 7.45, -4.0551], "size": [2, 1, 1], "inflate": -0.3, "pivot": [0.23584, 8.5, -3.78995], "rotation": [0, 0, -32.5], "uv": [0, 6]}, + {"origin": [-1.11416, 7.2, -4.0551], "size": [2, 1, 1], "inflate": -0.3, "pivot": [0.23584, 8.5, -3.78995], "rotation": [0, 0, 32.5], "uv": [0, 34]} + ] + }, + { + "name": "openmouth", + "parent": "head", + "pivot": [0, 8.5, -3.775] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [0, 10, -3.775], + "cubes": [ + {"origin": [-3.5, 9, -3.775], "size": [2, 3, 0], "pivot": [-2.5, 9, -3.775], "rotation": [0, 0, 5], "uv": [10, 35]}, + {"origin": [1.5, 9, -3.775], "size": [2, 3, 0], "pivot": [2.5, 9, -3.775], "rotation": [0, 0, -5], "uv": [6, 35]}, + {"origin": [1.9, 9.15, -3.603], "size": [1, 1, 1], "inflate": 0.175, "pivot": [2.25, 10.25, -3.785], "rotation": [0, 0, -5], "uv": [35, 15]}, + {"origin": [-2.9, 9.15, -3.603], "size": [1, 1, 1], "inflate": 0.175, "pivot": [-2.25, 10.25, -3.785], "rotation": [0, 0, 5], "uv": [34, 31]} + ] + }, + { + "name": "eyelid_right", + "parent": "eyes", + "pivot": [-2.5, 10, -3.175] + }, + { + "name": "eyelid_left", + "parent": "eyes", + "pivot": [2.5, 10, -3.175] + }, + { + "name": "ear_right", + "parent": "head", + "pivot": [-4.175, 11.5, 0.25], + "rotation": [0, 15, -30], + "cubes": [ + {"origin": [-7.81989, 11.24019, 0.21118], "size": [7, 4, 0], "uv": [0, 26], "mirror": true} + ] + }, + { + "name": "earfluff_right", + "parent": "ear_right", + "pivot": [-3.175, 4.5, 0], + "cubes": [ + {"origin": [-4.35299, 10.31911, -0.01372], "size": [1, 4, 0], "pivot": [-3.425, 11.875, 0.025], "rotation": [0, 0, -40], "uv": [14, 35]}, + {"origin": [-4.56989, 11.19019, -0.01382], "size": [2, 4, 0], "uv": [31, 15], "mirror": true} + ] + }, + { + "name": "ear_right2", + "parent": "ear_right", + "pivot": [-4.175, 15.5, 0.25], + "cubes": [ + {"origin": [-7.81989, 15.24019, 0.21118], "size": [7, 5, 0], "uv": [22, 19], "mirror": true} + ] + }, + { + "name": "ear_left", + "parent": "head", + "pivot": [4.175, 11.5, 0.25], + "rotation": [0, -15, 30], + "cubes": [ + {"origin": [0.81989, 11.24019, 0.21118], "size": [7, 4, 0], "uv": [0, 26]} + ] + }, + { + "name": "earfluff_left", + "parent": "ear_left", + "pivot": [3.175, 4.5, 0], + "cubes": [ + {"origin": [3.35299, 10.31911, -0.01372], "size": [1, 4, 0], "pivot": [3.425, 11.875, 0.025], "rotation": [0, 0, 40], "uv": [14, 35], "mirror": true}, + {"origin": [2.56989, 11.19019, -0.01382], "size": [2, 4, 0], "uv": [31, 15]} + ] + }, + { + "name": "ear_left2", + "parent": "ear_left", + "pivot": [4.175, 15.5, 0.25], + "cubes": [ + {"origin": [0.81989, 15.24019, 0.21118], "size": [7, 5, 0], "uv": [22, 19]} + ] + }, + { + "name": "tail0", + "parent": "body2", + "pivot": [0, 2.25, 2.75] + }, + { + "name": "tail1", + "parent": "tail0", + "pivot": [0, 2.25, 2.75], + "rotation": [25, 0, 0], + "cubes": [ + {"origin": [0, 1.75, 1.75], "size": [0, 2, 5], "uv": [14, 24]}, + {"origin": [0, 1.75, 1.75], "size": [0, 1, 3], "pivot": [0, 2.2, 2.5], "rotation": [-10, 10, 0], "uv": [0, 36]}, + {"origin": [0.00927, 1.75, 4.40425], "size": [0, 1, 3], "pivot": [0, 2.2, 4.425], "rotation": [-7.5, 10, 0], "uv": [0, 37]} + ] + }, + { + "name": "tail2", + "parent": "tail1", + "pivot": [0, 1.75, 5.75], + "cubes": [ + {"origin": [0.0139, 1.75, 7.45058], "size": [0, 1, 3], "pivot": [0, 2.2, 7.475], "rotation": [-5, 10, 0], "uv": [1, 38]}, + {"origin": [-0.01, 1.75, 5.75], "size": [0, 4, 7], "uv": [17, 8]} + ] + }, + { + "name": "arm_right", + "parent": "torso", + "pivot": [-3, 7, 0], + "cubes": [ + {"origin": [-7, 5, -1], "size": [4, 2, 2], "uv": [22, 29]}, + {"origin": [-6.5, 6.5, -0.5], "size": [1, 1, 0], "pivot": [-6, 7, -0.5], "rotation": [20, 0, -10], "uv": [0, 1]} + ] + }, + { + "name": "arm_left", + "parent": "torso", + "pivot": [3, 7, 0], + "cubes": [ + {"origin": [3, 5, -1], "size": [4, 2, 2], "uv": [26, 4]}, + {"origin": [5.5, 6.5, -0.5], "size": [1, 1, 0], "pivot": [6, 7, -0.5], "rotation": [20, 0, 10], "uv": [0, 0]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-1.75, 1.5, 0.5], + "rotation": [0, 10, 0], + "cubes": [ + {"origin": [-2.75, 1, -0.5], "size": [2, 1, 2], "inflate": 0.02, "uv": [0, 0]}, + {"origin": [-2.7424, 0, -1.08682], "size": [2, 1, 3], "inflate": 0.02, "uv": [7, 31]} + ] + }, + { + "name": "foot_right2", + "parent": "leg_right", + "pivot": [-1.75, 0, -1], + "cubes": [ + {"origin": [-2.7424, 0, -2.08682], "size": [2, 1, 1], "uv": [34, 10]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [1.75, 1.5, 0.5], + "rotation": [0, -10, 0], + "cubes": [ + {"origin": [0.75, 1, -0.5], "size": [2, 1, 2], "inflate": 0.02, "uv": [0, 3]}, + {"origin": [0.7576, 0, -0.91318], "size": [2, 1, 3], "inflate": 0.02, "uv": [0, 30]} + ] + }, + { + "name": "foot_left2", + "parent": "leg_left", + "pivot": [1.75, 0, -1], + "cubes": [ + {"origin": [0.7576, 0, -1.91318], "size": [2, 1, 1], "uv": [34, 8]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior.geo.json new file mode 100644 index 0000000..8b99e0a --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior.geo.json @@ -0,0 +1,191 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.minior", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "minior", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "minior", + "pivot": [0, 0, 0] + }, + { + "name": "core", + "parent": "body", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "core", + "pivot": [0, 5.5, 0], + "cubes": [ + {"origin": [-3.5, 2, -3.5], "size": [7, 7, 7], "uv": [26, 10]} + ] + }, + { + "name": "legs", + "parent": "torso", + "pivot": [0, 0, -2.5], + "cubes": [ + {"origin": [2, 0, -1], "size": [2, 3, 2], "pivot": [3, 1.75, 0], "rotation": [0, 0, -30], "uv": [0, 40]}, + {"origin": [-4, 0, -1], "size": [2, 3, 2], "pivot": [-3, 1.75, 0], "rotation": [0, 0, 30], "uv": [9, 40]}, + {"origin": [3.5, 5.25, -1], "size": [2, 3, 2], "pivot": [4.5, 6.75, 0], "rotation": [0, 0, 75], "uv": [26, 37]}, + {"origin": [-5.75, 5.25, -1], "size": [2, 3, 2], "pivot": [-4.75, 6.75, 0], "rotation": [0, 0, -75], "uv": [36, 4]}, + {"origin": [-1, 8.75, -1], "size": [2, 3, 2], "uv": [35, 37]} + ] + }, + { + "name": "eyes", + "parent": "core", + "pivot": [0, 0, 0] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-2.5, 5.775, -3.5], + "rotation": [0, 0, 20], + "cubes": [ + {"origin": [-2.66449, 4.66508, -3.7], "size": [2, 2, 1], "uv": [0, 4]}, + {"origin": [-3.66449, 6.66508, -3.7], "size": [3, 1, 0], "uv": [0, 21]}, + {"origin": [-4.16449, 3.66508, -3.7], "size": [1, 4, 0], "uv": [21, 40]}, + {"origin": [-4.16449, 3.16508, -3.7], "size": [4, 1, 0], "uv": [35, 0]} + ] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [2.5, 5.375, -3.5], + "rotation": [0, 0, -160], + "cubes": [ + {"origin": [2.16449, 4.73492, -3.7], "size": [2, 2, 1], "uv": [0, 0]}, + {"origin": [1.16449, 6.73492, -3.7], "size": [3, 1, 0], "uv": [0, 19]}, + {"origin": [0.66449, 3.73492, -3.7], "size": [1, 4, 0], "uv": [18, 40]}, + {"origin": [0.66449, 3.23492, -3.7], "size": [4, 1, 0], "uv": [25, 6]} + ] + }, + { + "name": "mouth", + "parent": "core", + "pivot": [0, 3.75, -3.51], + "cubes": [ + {"origin": [-1.5, 3.25, -3.51], "size": [3, 1, 0], "uv": [0, 17]} + ] + }, + { + "name": "armor", + "parent": "body", + "pivot": [0, 5.5, 0], + "cubes": [ + {"origin": [-4, 1.5, -4], "size": [8, 8, 8], "uv": [0, 17]}, + {"origin": [-4, 1.5, -4], "size": [8, 8, 8], "inflate": 0.1, "uv": [0, 0]} + ] + }, + { + "name": "craters", + "parent": "armor", + "pivot": [0, 0, -2.5], + "cubes": [ + {"origin": [1.5, 1, -1.5], "size": [3, 2, 3], "pivot": [3, 1.75, 0], "rotation": [0, 0, -30], "uv": [13, 34]}, + {"origin": [-4.5, 1, -1.5], "size": [3, 2, 3], "pivot": [-3, 1.75, 0], "rotation": [0, 0, 30], "uv": [0, 34]}, + {"origin": [3, 5.25, -1.5], "size": [3, 2, 3], "pivot": [4.5, 6.75, 0], "rotation": [0, 0, 75], "uv": [33, 25]}, + {"origin": [-6.25, 5.25, -1.5], "size": [3, 2, 3], "pivot": [-4.75, 6.75, 0], "rotation": [0, 0, -75], "uv": [30, 31]}, + {"origin": [-1.5, 8.75, -1.5], "size": [3, 2, 3], "uv": [25, 0]} + ] + }, + { + "name": "eyes2", + "parent": "armor", + "pivot": [0, 0, -2.5], + "cubes": [ + {"origin": [1, 4.75, -4.11], "size": [3, 3, 0], "uv": [26, 44]}, + {"origin": [-4, 4.75, -4.11], "size": [3, 3, 0], "uv": [35, 44]} + ] + }, + { + "name": "details", + "parent": "armor", + "pivot": [0, 0, -2.5], + "cubes": [ + {"origin": [2.75, 4.5, -4.12], "size": [1, 1, 0], "uv": [45, 46]}, + {"origin": [3.5, 7.5, -4.12], "size": [1, 1, 0], "pivot": [2.5, 8.125, -4.12], "rotation": [0, 0, 10], "uv": [45, 46]}, + {"origin": [-3.25, 7.75, -4.12], "size": [1, 1, 0], "pivot": [-2.75, 8.125, -4.12], "rotation": [0, 0, -5], "uv": [45, 46]}, + {"origin": [-4.75, 7.5, -4.12], "size": [1, 1, 0], "pivot": [-2.75, 8.125, -4.12], "rotation": [0, 0, -10], "uv": [45, 46]}, + {"origin": [-1.75108, 7.76237, -4.12], "size": [1, 1, 0], "pivot": [-1.25108, 8.26237, -4.12], "rotation": [0, 0, 5], "uv": [45, 46]}, + {"origin": [0.50108, 7.76237, -4.12], "size": [1, 1, 0], "pivot": [1.00108, 8.26237, -4.12], "rotation": [0, 0, -2.5], "uv": [45, 46]}, + {"origin": [2, 7.75, -4.12], "size": [1, 1, 0], "pivot": [2.5, 8.125, -4.12], "rotation": [0, 0, 5], "uv": [45, 46]} + ] + }, + { + "name": "detail_top", + "parent": "details", + "pivot": [0, 0, -2.5], + "cubes": [ + {"origin": [1, 9.5, -0.501], "size": [1, 1, 0], "pivot": [1.5, 10, -0.5], "rotation": [0, -90, 0], "uv": [47, 46]}, + {"origin": [-2, 9.5, 0.5], "size": [1, 1, 0], "pivot": [-1.5, 10, 0.5], "rotation": [0, -90, 0], "uv": [51, 46]}, + {"origin": [0, 9.5, 1.5], "size": [1, 1, 0], "uv": [49, 46]}, + {"origin": [-1, 9.5, -1.51], "size": [1, 1, 0], "uv": [45, 46]} + ] + }, + { + "name": "detail_top_right", + "parent": "details", + "pivot": [4.25025, 6.675, -0.0025], + "rotation": [0, 0, 75], + "cubes": [ + {"origin": [5.25, 6.175, -0.501], "size": [1, 1, 0], "pivot": [5.75, 6.675, -0.5], "rotation": [0, -90, 0], "uv": [47, 46]}, + {"origin": [2.25, 6.175, 0.5], "size": [1, 1, 0], "pivot": [2.75, 6.675, 0.5], "rotation": [0, -90, 0], "uv": [51, 46]}, + {"origin": [4.25, 6.175, 1.5], "size": [1, 1, 0], "uv": [49, 46]}, + {"origin": [3.25, 6.175, -1.51], "size": [1, 1, 0], "uv": [45, 46]} + ] + }, + { + "name": "detail_top_left", + "parent": "details", + "pivot": [-4.24975, 6.6, -0.0025], + "rotation": [0, 0, -75], + "cubes": [ + {"origin": [-3.25, 6.1, -0.501], "size": [1, 1, 0], "pivot": [-2.75, 6.6, -0.5], "rotation": [0, -90, 0], "uv": [47, 46]}, + {"origin": [-6.25, 6.1, 0.5], "size": [1, 1, 0], "pivot": [-5.75, 6.6, 0.5], "rotation": [0, -90, 0], "uv": [51, 46]}, + {"origin": [-4.25, 6.1, 1.5], "size": [1, 1, 0], "uv": [49, 46]}, + {"origin": [-5.25, 6.1, -1.51], "size": [1, 1, 0], "uv": [45, 46]} + ] + }, + { + "name": "detail_right", + "parent": "details", + "pivot": [3.00025, 1.75, -0.0025], + "rotation": [0, 0, -30], + "cubes": [ + {"origin": [4, 1.25, -0.501], "size": [1, 1, 0], "pivot": [4.5, 1.75, -0.5], "rotation": [0, -90, 0], "uv": [47, 46]}, + {"origin": [1, 1.25, 0.5], "size": [1, 1, 0], "pivot": [1.5, 1.75, 0.5], "rotation": [0, -90, 0], "uv": [51, 46]}, + {"origin": [3, 1.25, 1.5], "size": [1, 1, 0], "uv": [49, 46]}, + {"origin": [2, 1.25, -1.51], "size": [1, 1, 0], "uv": [45, 46]} + ] + }, + { + "name": "detail_left", + "parent": "details", + "pivot": [-2.99975, 1.75, -0.0025], + "rotation": [0, 0, 30], + "cubes": [ + {"origin": [-2, 1.25, -0.501], "size": [1, 1, 0], "pivot": [-1.5, 1.75, -0.5], "rotation": [0, -90, 0], "uv": [47, 46]}, + {"origin": [-5, 1.25, 0.5], "size": [1, 1, 0], "pivot": [-4.5, 1.75, 0.5], "rotation": [0, -90, 0], "uv": [51, 46]}, + {"origin": [-3, 1.25, 1.5], "size": [1, 1, 0], "uv": [49, 46]}, + {"origin": [-4, 1.25, -1.51], "size": [1, 1, 0], "uv": [45, 46]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior_blue.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior_blue.geo.json new file mode 100644 index 0000000..1d03a4e --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior_blue.geo.json @@ -0,0 +1,88 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.minior", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "minior", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "minior", + "pivot": [0, 0, 0] + }, + { + "name": "core", + "parent": "body", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "core", + "pivot": [0, 5.5, 0], + "cubes": [ + {"origin": [-3.5, 2, -3.5], "size": [7, 7, 7], "uv": [26, 10]} + ] + }, + { + "name": "legs", + "parent": "torso", + "pivot": [0, 0, -2.5], + "cubes": [ + {"origin": [2, 0, -1], "size": [2, 3, 2], "pivot": [3, 1.75, 0], "rotation": [0, 0, -30], "uv": [0, 40]}, + {"origin": [-4, 0, -1], "size": [2, 3, 2], "pivot": [-3, 1.75, 0], "rotation": [0, 0, 30], "uv": [9, 40]}, + {"origin": [3.5, 5.25, -1], "size": [2, 3, 2], "pivot": [4.5, 6.75, 0], "rotation": [0, 0, 75], "uv": [26, 37]}, + {"origin": [-5.75, 5.25, -1], "size": [2, 3, 2], "pivot": [-4.75, 6.75, 0], "rotation": [0, 0, -75], "uv": [36, 4]}, + {"origin": [-1, 8.75, -1], "size": [2, 3, 2], "uv": [35, 37]} + ] + }, + { + "name": "eyes", + "parent": "core", + "pivot": [0, 0, 0] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-2.5, 5.775, -3.5], + "rotation": [0, 0, 20], + "cubes": [ + {"origin": [-2.66449, 4.66508, -3.7], "size": [2, 2, 1], "uv": [0, 4]}, + {"origin": [-3.66449, 6.66508, -3.7], "size": [3, 1, 0], "uv": [0, 21]}, + {"origin": [-4.16449, 3.66508, -3.7], "size": [1, 4, 0], "uv": [21, 40]}, + {"origin": [-4.16449, 3.16508, -3.7], "size": [4, 1, 0], "uv": [35, 0]} + ] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [2.5, 5.375, -3.5], + "rotation": [0, 0, -160], + "cubes": [ + {"origin": [2.16449, 4.73492, -3.7], "size": [2, 2, 1], "uv": [0, 0]}, + {"origin": [1.16449, 6.73492, -3.7], "size": [3, 1, 0], "uv": [0, 19]}, + {"origin": [0.66449, 3.73492, -3.7], "size": [1, 4, 0], "uv": [18, 40]}, + {"origin": [0.66449, 3.23492, -3.7], "size": [4, 1, 0], "uv": [25, 6]} + ] + }, + { + "name": "mouth", + "parent": "core", + "pivot": [0, 3.75, -3.51], + "cubes": [ + {"origin": [-1.5, 3.25, -3.51], "size": [3, 1, 0], "uv": [0, 17]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior_green.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior_green.geo.json new file mode 100644 index 0000000..1d03a4e --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior_green.geo.json @@ -0,0 +1,88 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.minior", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "minior", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "minior", + "pivot": [0, 0, 0] + }, + { + "name": "core", + "parent": "body", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "core", + "pivot": [0, 5.5, 0], + "cubes": [ + {"origin": [-3.5, 2, -3.5], "size": [7, 7, 7], "uv": [26, 10]} + ] + }, + { + "name": "legs", + "parent": "torso", + "pivot": [0, 0, -2.5], + "cubes": [ + {"origin": [2, 0, -1], "size": [2, 3, 2], "pivot": [3, 1.75, 0], "rotation": [0, 0, -30], "uv": [0, 40]}, + {"origin": [-4, 0, -1], "size": [2, 3, 2], "pivot": [-3, 1.75, 0], "rotation": [0, 0, 30], "uv": [9, 40]}, + {"origin": [3.5, 5.25, -1], "size": [2, 3, 2], "pivot": [4.5, 6.75, 0], "rotation": [0, 0, 75], "uv": [26, 37]}, + {"origin": [-5.75, 5.25, -1], "size": [2, 3, 2], "pivot": [-4.75, 6.75, 0], "rotation": [0, 0, -75], "uv": [36, 4]}, + {"origin": [-1, 8.75, -1], "size": [2, 3, 2], "uv": [35, 37]} + ] + }, + { + "name": "eyes", + "parent": "core", + "pivot": [0, 0, 0] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-2.5, 5.775, -3.5], + "rotation": [0, 0, 20], + "cubes": [ + {"origin": [-2.66449, 4.66508, -3.7], "size": [2, 2, 1], "uv": [0, 4]}, + {"origin": [-3.66449, 6.66508, -3.7], "size": [3, 1, 0], "uv": [0, 21]}, + {"origin": [-4.16449, 3.66508, -3.7], "size": [1, 4, 0], "uv": [21, 40]}, + {"origin": [-4.16449, 3.16508, -3.7], "size": [4, 1, 0], "uv": [35, 0]} + ] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [2.5, 5.375, -3.5], + "rotation": [0, 0, -160], + "cubes": [ + {"origin": [2.16449, 4.73492, -3.7], "size": [2, 2, 1], "uv": [0, 0]}, + {"origin": [1.16449, 6.73492, -3.7], "size": [3, 1, 0], "uv": [0, 19]}, + {"origin": [0.66449, 3.73492, -3.7], "size": [1, 4, 0], "uv": [18, 40]}, + {"origin": [0.66449, 3.23492, -3.7], "size": [4, 1, 0], "uv": [25, 6]} + ] + }, + { + "name": "mouth", + "parent": "core", + "pivot": [0, 3.75, -3.51], + "cubes": [ + {"origin": [-1.5, 3.25, -3.51], "size": [3, 1, 0], "uv": [0, 17]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior_indigo.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior_indigo.geo.json new file mode 100644 index 0000000..1d03a4e --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior_indigo.geo.json @@ -0,0 +1,88 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.minior", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "minior", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "minior", + "pivot": [0, 0, 0] + }, + { + "name": "core", + "parent": "body", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "core", + "pivot": [0, 5.5, 0], + "cubes": [ + {"origin": [-3.5, 2, -3.5], "size": [7, 7, 7], "uv": [26, 10]} + ] + }, + { + "name": "legs", + "parent": "torso", + "pivot": [0, 0, -2.5], + "cubes": [ + {"origin": [2, 0, -1], "size": [2, 3, 2], "pivot": [3, 1.75, 0], "rotation": [0, 0, -30], "uv": [0, 40]}, + {"origin": [-4, 0, -1], "size": [2, 3, 2], "pivot": [-3, 1.75, 0], "rotation": [0, 0, 30], "uv": [9, 40]}, + {"origin": [3.5, 5.25, -1], "size": [2, 3, 2], "pivot": [4.5, 6.75, 0], "rotation": [0, 0, 75], "uv": [26, 37]}, + {"origin": [-5.75, 5.25, -1], "size": [2, 3, 2], "pivot": [-4.75, 6.75, 0], "rotation": [0, 0, -75], "uv": [36, 4]}, + {"origin": [-1, 8.75, -1], "size": [2, 3, 2], "uv": [35, 37]} + ] + }, + { + "name": "eyes", + "parent": "core", + "pivot": [0, 0, 0] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-2.5, 5.775, -3.5], + "rotation": [0, 0, 20], + "cubes": [ + {"origin": [-2.66449, 4.66508, -3.7], "size": [2, 2, 1], "uv": [0, 4]}, + {"origin": [-3.66449, 6.66508, -3.7], "size": [3, 1, 0], "uv": [0, 21]}, + {"origin": [-4.16449, 3.66508, -3.7], "size": [1, 4, 0], "uv": [21, 40]}, + {"origin": [-4.16449, 3.16508, -3.7], "size": [4, 1, 0], "uv": [35, 0]} + ] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [2.5, 5.375, -3.5], + "rotation": [0, 0, -160], + "cubes": [ + {"origin": [2.16449, 4.73492, -3.7], "size": [2, 2, 1], "uv": [0, 0]}, + {"origin": [1.16449, 6.73492, -3.7], "size": [3, 1, 0], "uv": [0, 19]}, + {"origin": [0.66449, 3.73492, -3.7], "size": [1, 4, 0], "uv": [18, 40]}, + {"origin": [0.66449, 3.23492, -3.7], "size": [4, 1, 0], "uv": [25, 6]} + ] + }, + { + "name": "mouth", + "parent": "core", + "pivot": [0, 3.75, -3.51], + "cubes": [ + {"origin": [-1.5, 3.25, -3.51], "size": [3, 1, 0], "uv": [0, 17]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior_orange.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior_orange.geo.json new file mode 100644 index 0000000..1d03a4e --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior_orange.geo.json @@ -0,0 +1,88 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.minior", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "minior", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "minior", + "pivot": [0, 0, 0] + }, + { + "name": "core", + "parent": "body", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "core", + "pivot": [0, 5.5, 0], + "cubes": [ + {"origin": [-3.5, 2, -3.5], "size": [7, 7, 7], "uv": [26, 10]} + ] + }, + { + "name": "legs", + "parent": "torso", + "pivot": [0, 0, -2.5], + "cubes": [ + {"origin": [2, 0, -1], "size": [2, 3, 2], "pivot": [3, 1.75, 0], "rotation": [0, 0, -30], "uv": [0, 40]}, + {"origin": [-4, 0, -1], "size": [2, 3, 2], "pivot": [-3, 1.75, 0], "rotation": [0, 0, 30], "uv": [9, 40]}, + {"origin": [3.5, 5.25, -1], "size": [2, 3, 2], "pivot": [4.5, 6.75, 0], "rotation": [0, 0, 75], "uv": [26, 37]}, + {"origin": [-5.75, 5.25, -1], "size": [2, 3, 2], "pivot": [-4.75, 6.75, 0], "rotation": [0, 0, -75], "uv": [36, 4]}, + {"origin": [-1, 8.75, -1], "size": [2, 3, 2], "uv": [35, 37]} + ] + }, + { + "name": "eyes", + "parent": "core", + "pivot": [0, 0, 0] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-2.5, 5.775, -3.5], + "rotation": [0, 0, 20], + "cubes": [ + {"origin": [-2.66449, 4.66508, -3.7], "size": [2, 2, 1], "uv": [0, 4]}, + {"origin": [-3.66449, 6.66508, -3.7], "size": [3, 1, 0], "uv": [0, 21]}, + {"origin": [-4.16449, 3.66508, -3.7], "size": [1, 4, 0], "uv": [21, 40]}, + {"origin": [-4.16449, 3.16508, -3.7], "size": [4, 1, 0], "uv": [35, 0]} + ] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [2.5, 5.375, -3.5], + "rotation": [0, 0, -160], + "cubes": [ + {"origin": [2.16449, 4.73492, -3.7], "size": [2, 2, 1], "uv": [0, 0]}, + {"origin": [1.16449, 6.73492, -3.7], "size": [3, 1, 0], "uv": [0, 19]}, + {"origin": [0.66449, 3.73492, -3.7], "size": [1, 4, 0], "uv": [18, 40]}, + {"origin": [0.66449, 3.23492, -3.7], "size": [4, 1, 0], "uv": [25, 6]} + ] + }, + { + "name": "mouth", + "parent": "core", + "pivot": [0, 3.75, -3.51], + "cubes": [ + {"origin": [-1.5, 3.25, -3.51], "size": [3, 1, 0], "uv": [0, 17]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior_red.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior_red.geo.json new file mode 100644 index 0000000..1d03a4e --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior_red.geo.json @@ -0,0 +1,88 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.minior", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "minior", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "minior", + "pivot": [0, 0, 0] + }, + { + "name": "core", + "parent": "body", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "core", + "pivot": [0, 5.5, 0], + "cubes": [ + {"origin": [-3.5, 2, -3.5], "size": [7, 7, 7], "uv": [26, 10]} + ] + }, + { + "name": "legs", + "parent": "torso", + "pivot": [0, 0, -2.5], + "cubes": [ + {"origin": [2, 0, -1], "size": [2, 3, 2], "pivot": [3, 1.75, 0], "rotation": [0, 0, -30], "uv": [0, 40]}, + {"origin": [-4, 0, -1], "size": [2, 3, 2], "pivot": [-3, 1.75, 0], "rotation": [0, 0, 30], "uv": [9, 40]}, + {"origin": [3.5, 5.25, -1], "size": [2, 3, 2], "pivot": [4.5, 6.75, 0], "rotation": [0, 0, 75], "uv": [26, 37]}, + {"origin": [-5.75, 5.25, -1], "size": [2, 3, 2], "pivot": [-4.75, 6.75, 0], "rotation": [0, 0, -75], "uv": [36, 4]}, + {"origin": [-1, 8.75, -1], "size": [2, 3, 2], "uv": [35, 37]} + ] + }, + { + "name": "eyes", + "parent": "core", + "pivot": [0, 0, 0] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-2.5, 5.775, -3.5], + "rotation": [0, 0, 20], + "cubes": [ + {"origin": [-2.66449, 4.66508, -3.7], "size": [2, 2, 1], "uv": [0, 4]}, + {"origin": [-3.66449, 6.66508, -3.7], "size": [3, 1, 0], "uv": [0, 21]}, + {"origin": [-4.16449, 3.66508, -3.7], "size": [1, 4, 0], "uv": [21, 40]}, + {"origin": [-4.16449, 3.16508, -3.7], "size": [4, 1, 0], "uv": [35, 0]} + ] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [2.5, 5.375, -3.5], + "rotation": [0, 0, -160], + "cubes": [ + {"origin": [2.16449, 4.73492, -3.7], "size": [2, 2, 1], "uv": [0, 0]}, + {"origin": [1.16449, 6.73492, -3.7], "size": [3, 1, 0], "uv": [0, 19]}, + {"origin": [0.66449, 3.73492, -3.7], "size": [1, 4, 0], "uv": [18, 40]}, + {"origin": [0.66449, 3.23492, -3.7], "size": [4, 1, 0], "uv": [25, 6]} + ] + }, + { + "name": "mouth", + "parent": "core", + "pivot": [0, 3.75, -3.51], + "cubes": [ + {"origin": [-1.5, 3.25, -3.51], "size": [3, 1, 0], "uv": [0, 17]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior_shiny.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior_shiny.geo.json new file mode 100644 index 0000000..1d03a4e --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior_shiny.geo.json @@ -0,0 +1,88 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.minior", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "minior", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "minior", + "pivot": [0, 0, 0] + }, + { + "name": "core", + "parent": "body", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "core", + "pivot": [0, 5.5, 0], + "cubes": [ + {"origin": [-3.5, 2, -3.5], "size": [7, 7, 7], "uv": [26, 10]} + ] + }, + { + "name": "legs", + "parent": "torso", + "pivot": [0, 0, -2.5], + "cubes": [ + {"origin": [2, 0, -1], "size": [2, 3, 2], "pivot": [3, 1.75, 0], "rotation": [0, 0, -30], "uv": [0, 40]}, + {"origin": [-4, 0, -1], "size": [2, 3, 2], "pivot": [-3, 1.75, 0], "rotation": [0, 0, 30], "uv": [9, 40]}, + {"origin": [3.5, 5.25, -1], "size": [2, 3, 2], "pivot": [4.5, 6.75, 0], "rotation": [0, 0, 75], "uv": [26, 37]}, + {"origin": [-5.75, 5.25, -1], "size": [2, 3, 2], "pivot": [-4.75, 6.75, 0], "rotation": [0, 0, -75], "uv": [36, 4]}, + {"origin": [-1, 8.75, -1], "size": [2, 3, 2], "uv": [35, 37]} + ] + }, + { + "name": "eyes", + "parent": "core", + "pivot": [0, 0, 0] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-2.5, 5.775, -3.5], + "rotation": [0, 0, 20], + "cubes": [ + {"origin": [-2.66449, 4.66508, -3.7], "size": [2, 2, 1], "uv": [0, 4]}, + {"origin": [-3.66449, 6.66508, -3.7], "size": [3, 1, 0], "uv": [0, 21]}, + {"origin": [-4.16449, 3.66508, -3.7], "size": [1, 4, 0], "uv": [21, 40]}, + {"origin": [-4.16449, 3.16508, -3.7], "size": [4, 1, 0], "uv": [35, 0]} + ] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [2.5, 5.375, -3.5], + "rotation": [0, 0, -160], + "cubes": [ + {"origin": [2.16449, 4.73492, -3.7], "size": [2, 2, 1], "uv": [0, 0]}, + {"origin": [1.16449, 6.73492, -3.7], "size": [3, 1, 0], "uv": [0, 19]}, + {"origin": [0.66449, 3.73492, -3.7], "size": [1, 4, 0], "uv": [18, 40]}, + {"origin": [0.66449, 3.23492, -3.7], "size": [4, 1, 0], "uv": [25, 6]} + ] + }, + { + "name": "mouth", + "parent": "core", + "pivot": [0, 3.75, -3.51], + "cubes": [ + {"origin": [-1.5, 3.25, -3.51], "size": [3, 1, 0], "uv": [0, 17]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior_violet.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior_violet.geo.json new file mode 100644 index 0000000..1d03a4e --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior_violet.geo.json @@ -0,0 +1,88 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.minior", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "minior", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "minior", + "pivot": [0, 0, 0] + }, + { + "name": "core", + "parent": "body", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "core", + "pivot": [0, 5.5, 0], + "cubes": [ + {"origin": [-3.5, 2, -3.5], "size": [7, 7, 7], "uv": [26, 10]} + ] + }, + { + "name": "legs", + "parent": "torso", + "pivot": [0, 0, -2.5], + "cubes": [ + {"origin": [2, 0, -1], "size": [2, 3, 2], "pivot": [3, 1.75, 0], "rotation": [0, 0, -30], "uv": [0, 40]}, + {"origin": [-4, 0, -1], "size": [2, 3, 2], "pivot": [-3, 1.75, 0], "rotation": [0, 0, 30], "uv": [9, 40]}, + {"origin": [3.5, 5.25, -1], "size": [2, 3, 2], "pivot": [4.5, 6.75, 0], "rotation": [0, 0, 75], "uv": [26, 37]}, + {"origin": [-5.75, 5.25, -1], "size": [2, 3, 2], "pivot": [-4.75, 6.75, 0], "rotation": [0, 0, -75], "uv": [36, 4]}, + {"origin": [-1, 8.75, -1], "size": [2, 3, 2], "uv": [35, 37]} + ] + }, + { + "name": "eyes", + "parent": "core", + "pivot": [0, 0, 0] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-2.5, 5.775, -3.5], + "rotation": [0, 0, 20], + "cubes": [ + {"origin": [-2.66449, 4.66508, -3.7], "size": [2, 2, 1], "uv": [0, 4]}, + {"origin": [-3.66449, 6.66508, -3.7], "size": [3, 1, 0], "uv": [0, 21]}, + {"origin": [-4.16449, 3.66508, -3.7], "size": [1, 4, 0], "uv": [21, 40]}, + {"origin": [-4.16449, 3.16508, -3.7], "size": [4, 1, 0], "uv": [35, 0]} + ] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [2.5, 5.375, -3.5], + "rotation": [0, 0, -160], + "cubes": [ + {"origin": [2.16449, 4.73492, -3.7], "size": [2, 2, 1], "uv": [0, 0]}, + {"origin": [1.16449, 6.73492, -3.7], "size": [3, 1, 0], "uv": [0, 19]}, + {"origin": [0.66449, 3.73492, -3.7], "size": [1, 4, 0], "uv": [18, 40]}, + {"origin": [0.66449, 3.23492, -3.7], "size": [4, 1, 0], "uv": [25, 6]} + ] + }, + { + "name": "mouth", + "parent": "core", + "pivot": [0, 3.75, -3.51], + "cubes": [ + {"origin": [-1.5, 3.25, -3.51], "size": [3, 1, 0], "uv": [0, 17]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior_yellow.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior_yellow.geo.json new file mode 100644 index 0000000..1d03a4e --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/minior/minior_yellow.geo.json @@ -0,0 +1,88 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.minior", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "minior", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "minior", + "pivot": [0, 0, 0] + }, + { + "name": "core", + "parent": "body", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "core", + "pivot": [0, 5.5, 0], + "cubes": [ + {"origin": [-3.5, 2, -3.5], "size": [7, 7, 7], "uv": [26, 10]} + ] + }, + { + "name": "legs", + "parent": "torso", + "pivot": [0, 0, -2.5], + "cubes": [ + {"origin": [2, 0, -1], "size": [2, 3, 2], "pivot": [3, 1.75, 0], "rotation": [0, 0, -30], "uv": [0, 40]}, + {"origin": [-4, 0, -1], "size": [2, 3, 2], "pivot": [-3, 1.75, 0], "rotation": [0, 0, 30], "uv": [9, 40]}, + {"origin": [3.5, 5.25, -1], "size": [2, 3, 2], "pivot": [4.5, 6.75, 0], "rotation": [0, 0, 75], "uv": [26, 37]}, + {"origin": [-5.75, 5.25, -1], "size": [2, 3, 2], "pivot": [-4.75, 6.75, 0], "rotation": [0, 0, -75], "uv": [36, 4]}, + {"origin": [-1, 8.75, -1], "size": [2, 3, 2], "uv": [35, 37]} + ] + }, + { + "name": "eyes", + "parent": "core", + "pivot": [0, 0, 0] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-2.5, 5.775, -3.5], + "rotation": [0, 0, 20], + "cubes": [ + {"origin": [-2.66449, 4.66508, -3.7], "size": [2, 2, 1], "uv": [0, 4]}, + {"origin": [-3.66449, 6.66508, -3.7], "size": [3, 1, 0], "uv": [0, 21]}, + {"origin": [-4.16449, 3.66508, -3.7], "size": [1, 4, 0], "uv": [21, 40]}, + {"origin": [-4.16449, 3.16508, -3.7], "size": [4, 1, 0], "uv": [35, 0]} + ] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [2.5, 5.375, -3.5], + "rotation": [0, 0, -160], + "cubes": [ + {"origin": [2.16449, 4.73492, -3.7], "size": [2, 2, 1], "uv": [0, 0]}, + {"origin": [1.16449, 6.73492, -3.7], "size": [3, 1, 0], "uv": [0, 19]}, + {"origin": [0.66449, 3.73492, -3.7], "size": [1, 4, 0], "uv": [18, 40]}, + {"origin": [0.66449, 3.23492, -3.7], "size": [4, 1, 0], "uv": [25, 6]} + ] + }, + { + "name": "mouth", + "parent": "core", + "pivot": [0, 3.75, -3.51], + "cubes": [ + {"origin": [-1.5, 3.25, -3.51], "size": [3, 1, 0], "uv": [0, 17]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/moltres2.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/moltres2.geo.json new file mode 100644 index 0000000..dc7bc6b --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/moltres2.geo.json @@ -0,0 +1,448 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.MoltresNew", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 9, + "visible_bounds_height": 5.5, + "visible_bounds_offset": [0, 2.25, 0] + }, + "bones": [ + { + "name": "moltres", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "moltres", + "pivot": [0, 26, 1], + "cubes": [ + {"origin": [-5.5, 14, 2], "size": [11, 12, 11], "pivot": [0, 2, 2], "rotation": [15, 0, 0], "uv": [49, 42]} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [0, 20, 8], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [0, 14.59904, 6.27972], "size": [0, 11, 12], "uv": [0, 81]}, + {"origin": [-5.5, 19.59904, 6.52972], "size": [11, 0, 12], "uv": [44, 65]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 19.59904, 18.27972], + "cubes": [ + {"origin": [0, 14.59904, 18.27972], "size": [0, 11, 12], "uv": [0, 70]}, + {"origin": [-5.5, 19.59904, 18.52972], "size": [11, 0, 12], "uv": [22, 65]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 19.59904, 30.27972], + "cubes": [ + {"origin": [0, 14.59904, 30.27972], "size": [0, 11, 12], "uv": [68, 77]}, + {"origin": [-5.5, 19.59904, 30.52972], "size": [11, 0, 12], "uv": [0, 60]} + ] + }, + { + "name": "upper_torso", + "parent": "body", + "pivot": [0, 26, 1], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-4.5, 21.00417, 0.90446], "size": [9, 12, 9], "pivot": [0, 2.00417, -0.09554], "rotation": [10, 0, 0], "uv": [69, 68]} + ] + }, + { + "name": "wing_right", + "parent": "upper_torso", + "pivot": [-4, 32.00417, 0.90446], + "cubes": [ + {"origin": [-21, 32.00417, -2.09554], "size": [17, 0, 11], "uv": [49, 31], "mirror": true} + ] + }, + { + "name": "wing_right2", + "parent": "wing_right", + "pivot": [-21, 32.00417, -0.09554], + "cubes": [ + {"origin": [-41, 32.00417, -2.09554], "size": [20, 0, 4], "uv": [78, 43], "mirror": true} + ] + }, + { + "name": "fire_right", + "parent": "wing_right2", + "pivot": [-29, 32.00417, 1.90446], + "cubes": [ + {"origin": [-41, 32.00417, 1.90446], "size": [20, 0, 11], "uv": [47, 9], "mirror": true} + ] + }, + { + "name": "wing_right3", + "parent": "wing_right2", + "pivot": [-41, 32.00417, 0.90446], + "cubes": [ + {"origin": [-52, 32.00417, -2.09554], "size": [11, 0, 5], "uv": [15, 50], "mirror": true} + ] + }, + { + "name": "bone", + "parent": "wing_right3", + "pivot": [-52, 32, 0], + "cubes": [ + {"origin": [-63, 32.00417, -2.09554], "size": [11, 0, 5], "uv": [12, 55], "mirror": true}, + {"origin": [-63, 32.00417, 2.90446], "size": [11, 0, 14], "uv": [11, 14], "mirror": true} + ] + }, + { + "name": "fire_right2", + "parent": "wing_right3", + "pivot": [-47, 32.00417, 2.90446], + "cubes": [ + {"origin": [-52, 32.00417, 2.90446], "size": [11, 0, 14], "uv": [9, 0]} + ] + }, + { + "name": "wing_left", + "parent": "upper_torso", + "pivot": [4, 32.00417, 0.90446], + "cubes": [ + {"origin": [4, 32.00417, -2.09554], "size": [17, 0, 11], "uv": [49, 31]} + ] + }, + { + "name": "wing_left2", + "parent": "wing_left", + "pivot": [21, 32.00417, -0.09554], + "cubes": [ + {"origin": [21, 32.00417, -2.09554], "size": [20, 0, 4], "uv": [78, 43]} + ] + }, + { + "name": "fire_left", + "parent": "wing_left2", + "pivot": [29, 5.00417, 4.90446], + "cubes": [ + {"origin": [21, 32.00417, 1.90446], "size": [20, 0, 11], "uv": [47, 9]} + ] + }, + { + "name": "wing_left3", + "parent": "wing_left2", + "pivot": [41, 32.00417, 0.90446], + "cubes": [ + {"origin": [41, 32.00417, -2.09554], "size": [11, 0, 5], "uv": [10, 50]} + ] + }, + { + "name": "bone2", + "parent": "wing_left3", + "pivot": [52, 32, 0], + "cubes": [ + {"origin": [52, 32.00417, -2.09554], "size": [11, 0, 5], "uv": [12, 55]}, + {"origin": [52, 32.00417, 2.90446], "size": [11, 0, 14], "uv": [11, 14]} + ] + }, + { + "name": "fire_left2", + "parent": "wing_left3", + "pivot": [52, 5.00417, 4.90446], + "cubes": [ + {"origin": [41, 32.00417, 2.90446], "size": [11, 0, 14], "uv": [9, 0], "mirror": true} + ] + }, + { + "name": "neck", + "parent": "upper_torso", + "pivot": [0, 33.00417, -0.09554], + "cubes": [ + {"origin": [-2, 32.00417, -2.09554], "size": [4, 10, 4], "uv": [94, 16]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 41.00417, -0.09554], + "cubes": [ + {"origin": [-4, 41.00417, -6.09554], "size": [8, 7, 9], "uv": [37, 112]} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [0, 2.00417, -0.09554], + "cubes": [ + {"origin": [1.75, 44.00417, -6.09554], "size": [1, 2, 0], "inflate": 0.005, "uv": [47, 95]}, + {"origin": [12.22, 43.50417, -6.09554], "size": [3, 1, 4], "inflate": 0.03, "pivot": [0, 2.00417, -0.09554], "rotation": [0, 0, -15], "uv": [49, 106]} + ] + }, + { + "name": "pupil_left", + "parent": "eye_left", + "pivot": [0, 2.00417, -0.09554], + "cubes": [ + {"origin": [2.25, 44.00417, -6.09554], "size": [1, 2, 2], "inflate": 0.02, "uv": [23, 82]}, + {"origin": [2.75, 45.30417, -6.09554], "size": [1, 1, 0], "inflate": 0.025, "uv": [32, 89]} + ] + }, + { + "name": "eye_right", + "parent": "head", + "pivot": [0, 2.00417, -0.09554], + "cubes": [ + {"origin": [-15.22, 43.50417, -6.09554], "size": [3, 1, 4], "inflate": 0.03, "pivot": [0, 2.00417, -0.09554], "rotation": [0, 0, 15], "uv": [49, 106], "mirror": true}, + {"origin": [-2.75, 44.00417, -6.09554], "size": [1, 2, 0], "inflate": 0.005, "uv": [47, 95], "mirror": true} + ] + }, + { + "name": "pupil_right", + "parent": "eye_right", + "pivot": [0, 2.00417, -0.09554], + "cubes": [ + {"origin": [-3.25, 44.00417, -6.09554], "size": [1, 2, 2], "inflate": 0.02, "uv": [23, 82], "mirror": true}, + {"origin": [-3.75, 45.30417, -6.09554], "size": [1, 1, 0], "inflate": 0.025, "uv": [32, 89], "mirror": true} + ] + }, + { + "name": "beak", + "parent": "head", + "pivot": [0, 2.00417, -0.09554], + "cubes": [ + {"origin": [-1.5, 42.00417, -12.09554], "size": [3, 3, 9], "uv": [84, 56]}, + {"origin": [-1, 42.50417, -18.09554], "size": [2, 2, 6], "uv": [113, 75]}, + {"origin": [0, 42.50417, -20.09554], "size": [0, 2, 3], "uv": [6, 25]} + ] + }, + { + "name": "jaw", + "parent": "beak", + "pivot": [0, 42.00417, -6.09554], + "cubes": [ + {"origin": [-1, 41.50417, -12.09554], "size": [2, 1, 8], "uv": [73, 119]}, + {"origin": [-0.5, 41.50417, -18.09554], "size": [1, 1, 6], "inflate": -0.01, "uv": [76, 121]} + ] + }, + { + "name": "head_fire", + "parent": "head", + "pivot": [0, 4.00417, 1.90446], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [0, 43.00417, -3.09554], "size": [0, 16, 12], "uv": [101, 98]} + ] + }, + { + "name": "head_fire2", + "parent": "head_fire", + "pivot": [0, 4.00417, 1.90446], + "cubes": [ + {"origin": [0, 43.00417, 8.90446], "size": [0, 16, 15], "uv": [0, 92]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [5, 18, 4], + "cubes": [ + {"origin": [4, 12, 2], "size": [6, 8, 6], "pivot": [-1, 0, 0], "rotation": [5, 0, 0], "uv": [24, 93]} + ] + }, + { + "name": "leg_left2", + "parent": "leg_left", + "pivot": [7, 12, 4], + "cubes": [ + {"origin": [5, 9.5, 3], "size": [4, 3, 4], "pivot": [-1, 0, 0], "rotation": [5, 0, 0], "uv": [96, 68]} + ] + }, + { + "name": "leg_left3", + "parent": "leg_left2", + "pivot": [7, 10, 4], + "cubes": [ + {"origin": [6, 2, 0], "size": [2, 10, 2], "pivot": [10, 0, -4], "rotation": [-15, 0, 0], "uv": [87, 103]} + ] + }, + { + "name": "foot_left", + "parent": "leg_left3", + "pivot": [7, 2, 2], + "cubes": [ + {"origin": [4.5, 0, -1], "size": [5, 2, 5], "inflate": 0.01, "uv": [94, 30]} + ] + }, + { + "name": "toe_middle_left", + "parent": "foot_left", + "pivot": [7, 1, -1], + "cubes": [ + {"origin": [6, 0, -5.5], "size": [2, 2, 5], "uv": [99, 54]} + ] + }, + { + "name": "claw_middle_left", + "parent": "toe_middle_left", + "pivot": [7, 1, -5], + "cubes": [ + {"origin": [7, 0, -7.5], "size": [0, 2, 2], "uv": [2, 58]} + ] + }, + { + "name": "toe_back_left", + "parent": "foot_left", + "pivot": [7, 1, 4], + "cubes": [ + {"origin": [6, 0, 3.5], "size": [2, 2, 5], "uv": [98, 0]} + ] + }, + { + "name": "claw_back_left", + "parent": "toe_back_left", + "pivot": [7, 1, 8], + "cubes": [ + {"origin": [7, 0, 8.5], "size": [0, 2, 2], "uv": [50, 26], "mirror": true} + ] + }, + { + "name": "toe_outer_left", + "parent": "foot_left", + "pivot": [9, 1, -1], + "rotation": [0, -20, 0], + "cubes": [ + {"origin": [7.91363, 0, -5.1611], "size": [2, 2, 5], "uv": [98, 7]} + ] + }, + { + "name": "claw_outer_left", + "parent": "toe_outer_left", + "pivot": [8.91363, 1, -5.1611], + "cubes": [ + {"origin": [8.91363, 0, -7.1611], "size": [0, 2, 2], "uv": [50, 26], "mirror": true} + ] + }, + { + "name": "toe_inner_left", + "parent": "foot_left", + "pivot": [5, 1, -1], + "rotation": [0, 20, 0], + "cubes": [ + {"origin": [4.08637, 0, -5.1611], "size": [2, 2, 5], "uv": [65, 100]} + ] + }, + { + "name": "claw_inner_left", + "parent": "toe_inner_left", + "pivot": [5.08637, 1, -5.1611], + "cubes": [ + {"origin": [5.08637, 0, -7.1611], "size": [0, 2, 2], "uv": [36, 58]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-5, 18, 4], + "cubes": [ + {"origin": [-10, 12, 2], "size": [6, 8, 6], "pivot": [-15, 0, 0], "rotation": [5, 0, 0], "uv": [92, 89]} + ] + }, + { + "name": "leg_right2", + "parent": "leg_right", + "pivot": [-7, 12, 4], + "cubes": [ + {"origin": [-9, 9.5, 3], "size": [4, 3, 4], "pivot": [-15, 0, 0], "rotation": [5, 0, 0], "uv": [0, 68]} + ] + }, + { + "name": "leg_right3", + "parent": "leg_right2", + "pivot": [-7, 10, 4], + "cubes": [ + {"origin": [-8, 2, 0], "size": [2, 10, 2], "pivot": [-4, 0, -4], "rotation": [-15, 0, 0], "uv": [79, 100]} + ] + }, + { + "name": "foot_right", + "parent": "leg_right3", + "pivot": [-7, 2, 2], + "cubes": [ + {"origin": [-9.5, 0, -1], "size": [5, 2, 5], "inflate": 0.01, "uv": [93, 47]} + ] + }, + { + "name": "toe_middle_right", + "parent": "foot_right", + "pivot": [-7, 1, -1], + "cubes": [ + {"origin": [-8, 0, -5.5], "size": [2, 2, 5], "uv": [0, 21]} + ] + }, + { + "name": "claw_middle_right", + "parent": "toe_middle_right", + "pivot": [-7, 1, -5], + "cubes": [ + {"origin": [-7, 0, -7.5], "size": [0, 2, 2], "uv": [44, 26]} + ] + }, + { + "name": "toe_back_right", + "parent": "foot_right", + "pivot": [-7, 1, 4], + "cubes": [ + {"origin": [-8, 0, 3.5], "size": [2, 2, 5], "uv": [0, 14]} + ] + }, + { + "name": "claw_back_right", + "parent": "toe_back_right", + "pivot": [-7, 1, 8], + "cubes": [ + {"origin": [-7, 0, 8.5], "size": [0, 2, 2], "uv": [50, 26]} + ] + }, + { + "name": "toe_inner_right", + "parent": "foot_right", + "pivot": [-5, 1, 0], + "rotation": [0, -20, 0], + "cubes": [ + {"origin": [-6.42839, 0, -5.10079], "size": [2, 2, 5], "uv": [0, 7]} + ] + }, + { + "name": "claw_inner_right", + "parent": "toe_inner_right", + "pivot": [-5.42839, 1, -5.10079], + "cubes": [ + {"origin": [-5.42839, 0, -7.10079], "size": [0, 2, 2], "uv": [28, 26]} + ] + }, + { + "name": "toe_outer_right", + "parent": "foot_right", + "pivot": [-9, 1, -1], + "rotation": [0, 20, 0], + "cubes": [ + {"origin": [-9.91363, 0, -5.1611], "size": [2, 2, 5], "uv": [0, 0]} + ] + }, + { + "name": "claw_outer_right", + "parent": "toe_outer_right", + "pivot": [-8.91363, 1, -5.1611], + "cubes": [ + {"origin": [-8.91363, 0, -7.1611], "size": [0, 2, 4], "uv": [18, 24]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/moltres_galar.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/moltres_galar.geo.json new file mode 100644 index 0000000..8441c26 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/moltres_galar.geo.json @@ -0,0 +1,527 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.moltres_galar", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 9, + "visible_bounds_height": 6, + "visible_bounds_offset": [0, 2, 0] + }, + "bones": [ + { + "name": "moltres", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "moltres", + "pivot": [0, 26, 1], + "cubes": [ + {"origin": [-5.5, 14, 2], "size": [11, 12, 11], "pivot": [0, 2, 2], "rotation": [15, 0, 0], "uv": [49, 42]} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [0, 20, 8], + "rotation": [5.76863, 29.8742, 2.88066], + "cubes": [ + {"origin": [0, 14.59904, 6.27972], "size": [0, 11, 12], "uv": [0, 81]}, + {"origin": [-1, 19.6, 7.27972], "size": [2, 3, 7], "uv": [71, 54]}, + {"origin": [-1, 21.4, 19.27972], "size": [2, 3, 7], "uv": [71, 54]}, + {"origin": [-1, 15.59904, 18.27972], "size": [2, 3, 7], "inflate": 0.01, "pivot": [0, 0.59904, 0.27972], "rotation": [15, 0, 0], "uv": [71, 54]}, + {"origin": [-0.5, 27.4, 19.27972], "size": [1, 3, 7], "inflate": 0.01, "pivot": [0, 0.59904, 0.27972], "rotation": [-15, 0, 0], "uv": [71, 54]}, + {"origin": [-5.5, 19.59904, 6.52972], "size": [11, 0, 12], "uv": [44, 65]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 19.59904, 18.27972], + "cubes": [ + {"origin": [0, 14.59904, 18.27972], "size": [0, 11, 12], "uv": [0, 70]}, + {"origin": [-5.5, 19.59904, 18.52972], "size": [11, 0, 12], "uv": [22, 65]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 19.59904, 30.27972], + "cubes": [ + {"origin": [0, 14.59904, 30.27972], "size": [0, 11, 12], "uv": [68, 77]}, + {"origin": [-5.5, 19.59904, 30.52972], "size": [11, 0, 12], "uv": [0, 60]} + ] + }, + { + "name": "tail4", + "parent": "body", + "pivot": [0, 20, 8], + "rotation": [5.76863, -29.8742, -2.88066], + "cubes": [ + {"origin": [0, 14.59904, 6.27972], "size": [0, 11, 12], "uv": [0, 81], "mirror": true}, + {"origin": [-1, 19.6, 7.27972], "size": [2, 3, 7], "uv": [71, 54], "mirror": true}, + {"origin": [-1, 21.4, 19.27972], "size": [2, 3, 7], "uv": [71, 54], "mirror": true}, + {"origin": [-1, 15.59904, 18.27972], "size": [2, 3, 7], "inflate": 0.01, "pivot": [0, 0.59904, 0.27972], "rotation": [15, 0, 0], "uv": [71, 54], "mirror": true}, + {"origin": [-0.5, 27.4, 19.27972], "size": [1, 3, 7], "inflate": 0.01, "pivot": [0, 0.59904, 0.27972], "rotation": [-15, 0, 0], "uv": [71, 54], "mirror": true}, + {"origin": [-5.5, 19.59904, 6.52972], "size": [11, 0, 12], "uv": [44, 65], "mirror": true} + ] + }, + { + "name": "tail5", + "parent": "tail4", + "pivot": [0, 19.59904, 18.27972], + "cubes": [ + {"origin": [0, 14.59904, 18.27972], "size": [0, 11, 12], "uv": [0, 70], "mirror": true}, + {"origin": [-5.5, 19.59904, 18.52972], "size": [11, 0, 12], "uv": [22, 65], "mirror": true} + ] + }, + { + "name": "tail6", + "parent": "tail5", + "pivot": [0, 19.59904, 30.27972], + "cubes": [ + {"origin": [0, 14.59904, 30.27972], "size": [0, 11, 12], "uv": [68, 77], "mirror": true}, + {"origin": [-5.5, 19.59904, 30.52972], "size": [11, 0, 12], "uv": [0, 60], "mirror": true} + ] + }, + { + "name": "upper_torso", + "parent": "body", + "pivot": [0, 26, 1], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-4.5, 21.00417, 0.90446], "size": [9, 12, 9], "pivot": [0, 2.00417, -0.09554], "rotation": [10, 0, 0], "uv": [69, 68]} + ] + }, + { + "name": "neck", + "parent": "upper_torso", + "pivot": [0, 31.00417, -0.09554], + "cubes": [ + {"origin": [-2, 30.00417, -2.09554], "size": [4, 10, 4], "uv": [94, 16]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 39.00417, -0.09554], + "cubes": [ + {"origin": [-4, 39.00417, -6.09554], "size": [8, 7, 9], "uv": [37, 112]}, + {"origin": [0, 45.00417, 2.90446], "size": [0, 6, 6], "pivot": [0, 2.00417, 1.90446], "rotation": [15, 0, 0], "uv": [110, 85]} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [0, 0.00417, -0.09554], + "cubes": [ + {"origin": [1.75, 42.00417, -6.09554], "size": [1, 2, 0], "inflate": 0.005, "uv": [47, 95]}, + {"origin": [12.22, 41.50417, -6.09554], "size": [3, 1, 4], "inflate": 0.03, "pivot": [0, 0.00417, -0.09554], "rotation": [0, 0, -15], "uv": [49, 106]} + ] + }, + { + "name": "pupil_left", + "parent": "eye_left", + "pivot": [0, 0.00417, -0.09554], + "cubes": [ + {"origin": [2.25, 43, -6.09554], "size": [1, 1, 2], "inflate": 0.02, "uv": [23, 82]}, + {"origin": [-3.25, 43, -6.09554], "size": [1, 1, 2], "inflate": 0.02, "uv": [23, 82], "mirror": true} + ] + }, + { + "name": "eye_right", + "parent": "head", + "pivot": [0, 0.00417, -0.09554], + "cubes": [ + {"origin": [-15.22, 41.50417, -6.09554], "size": [3, 1, 4], "inflate": 0.03, "pivot": [0, 0.00417, -0.09554], "rotation": [0, 0, 15], "uv": [49, 106], "mirror": true}, + {"origin": [-2.75, 42.00417, -6.09554], "size": [1, 2, 0], "inflate": 0.005, "uv": [47, 95], "mirror": true} + ] + }, + { + "name": "pupil_right", + "parent": "eye_right", + "pivot": [0, 0.00417, -0.09554] + }, + { + "name": "beak", + "parent": "head", + "pivot": [0, 0.00417, -0.09554], + "cubes": [ + {"origin": [-1.5, 40.00417, -12.09554], "size": [3, 3, 9], "uv": [84, 56]}, + {"origin": [-1, 40.50417, -16.09554], "size": [2, 2, 6], "uv": [113, 75]}, + {"origin": [0, 39.50417, -18.5], "size": [0, 3, 3], "uv": [6, 25]} + ] + }, + { + "name": "jaw", + "parent": "beak", + "pivot": [0, 40.00417, -6.09554], + "cubes": [ + {"origin": [-1, 39.50417, -12.09554], "size": [2, 1, 8], "uv": [73, 119]} + ] + }, + { + "name": "bone6", + "parent": "jaw", + "pivot": [0, 40.00417, -12.09554], + "cubes": [ + {"origin": [-0.5, 39.50417, -16.09554], "size": [1, 1, 4], "inflate": -0.01, "uv": [78, 123]} + ] + }, + { + "name": "head_fire", + "parent": "head", + "pivot": [0, 2.00417, 1.90446], + "rotation": [5, 0, 0] + }, + { + "name": "head_fire2", + "parent": "head_fire", + "pivot": [0, 51.00417, 15.90446], + "cubes": [ + {"origin": [0, 41.00417, 15.90446], "size": [0, 16, 15], "uv": [0, 92]} + ] + }, + { + "name": "bone", + "parent": "head_fire", + "pivot": [0, 46.00417, 2.90446], + "cubes": [ + {"origin": [-2, 23.00417, 41.90446], "size": [4, 2, 5], "pivot": [0, 0.00417, 3.90446], "rotation": [60, 0, 0], "uv": [93, 94]} + ] + }, + { + "name": "bone2", + "parent": "bone", + "pivot": [0, 49.00417, 4.90446], + "cubes": [ + {"origin": [-1.5, 33.00417, 38.90446], "size": [3, 2, 5], "pivot": [0, 0.00417, 3.90446], "rotation": [45, 0, 0], "uv": [93, 89]}, + {"origin": [0, 41.00417, 3.90446], "size": [0, 16, 12], "uv": [101, 98]} + ] + }, + { + "name": "bone3", + "parent": "bone2", + "pivot": [0, 52.00417, 7.90446], + "cubes": [ + {"origin": [-2, 42.00417, 32.90446], "size": [4, 2, 5], "pivot": [0, 0.00417, 3.90446], "rotation": [30, 0, 0], "uv": [67, 57]} + ] + }, + { + "name": "bone4", + "parent": "bone3", + "pivot": [0, 54.00417, 11.90446], + "cubes": [ + {"origin": [-1, 42.00417, 32.90446], "size": [2, 2, 5], "pivot": [0, 0.00417, -1.09554], "rotation": [25, 0, 0], "uv": [70, 58]} + ] + }, + { + "name": "bone5", + "parent": "bone4", + "pivot": [0, 55.00417, 15.90446], + "cubes": [ + {"origin": [0, 43.00417, -41.09554], "size": [0, 6, 6], "pivot": [0, 2.00417, 1.90446], "rotation": [-60, 0, 0], "uv": [110, 85]}, + {"origin": [-0.5, 48.25, 29.90446], "size": [1, 2, 3], "pivot": [0, 0.00417, -0.09554], "rotation": [15, 0, 0], "uv": [71, 57]} + ] + }, + { + "name": "wing_right", + "parent": "upper_torso", + "pivot": [-4, 32.00417, 0.90446], + "cubes": [ + {"origin": [-21, 32.00417, -2.09554], "size": [17, 0, 11], "uv": [49, 31], "mirror": true} + ] + }, + { + "name": "wing_right2", + "parent": "wing_right", + "pivot": [-21, 32.00417, -0.09554], + "cubes": [ + {"origin": [-41, 32.00417, -2.09554], "size": [20, 0, 4], "uv": [78, 43], "mirror": true} + ] + }, + { + "name": "fire_right", + "parent": "wing_right2", + "pivot": [-29, 32.00417, 1.90446], + "cubes": [ + {"origin": [-41, 32.00417, 1.90446], "size": [20, 0, 11], "uv": [47, 9], "mirror": true} + ] + }, + { + "name": "wing_right3", + "parent": "wing_right2", + "pivot": [-41, 32.00417, 0.90446], + "cubes": [ + {"origin": [-52, 32.00417, -2.09554], "size": [11, 0, 5], "uv": [9, 50], "mirror": true} + ] + }, + { + "name": "bone7", + "parent": "wing_right3", + "pivot": [-52, 32, 0], + "cubes": [ + {"origin": [-63, 32.00417, -2.09554], "size": [11, 0, 5], "uv": [9, 55], "mirror": true}, + {"origin": [-63, 32.00417, 2.90446], "size": [11, 0, 14], "uv": [11, 14], "mirror": true} + ] + }, + { + "name": "fire_right2", + "parent": "wing_right3", + "pivot": [-47, 32.00417, 2.90446], + "cubes": [ + {"origin": [-52, 32.00417, 2.90446], "size": [11, 0, 14], "uv": [9, 0]} + ] + }, + { + "name": "wing_left", + "parent": "upper_torso", + "pivot": [4, 32.00417, 0.90446], + "cubes": [ + {"origin": [4, 32.00417, -2.09554], "size": [17, 0, 11], "uv": [49, 31]} + ] + }, + { + "name": "wing_left2", + "parent": "wing_left", + "pivot": [21, 32.00417, -0.09554], + "cubes": [ + {"origin": [21, 32.00417, -2.09554], "size": [20, 0, 4], "uv": [78, 43]} + ] + }, + { + "name": "fire_left", + "parent": "wing_left2", + "pivot": [29, 5.00417, 4.90446], + "cubes": [ + {"origin": [21, 32.00417, 1.90446], "size": [20, 0, 11], "uv": [47, 9]} + ] + }, + { + "name": "wing_left3", + "parent": "wing_left2", + "pivot": [41, 32.00417, 0.90446], + "cubes": [ + {"origin": [41, 32.00417, -2.09554], "size": [11, 0, 5], "uv": [11, 50]} + ] + }, + { + "name": "bone8", + "parent": "wing_left3", + "pivot": [52, 32, 0], + "cubes": [ + {"origin": [52, 32.00417, -2.09554], "size": [11, 0, 5], "uv": [9, 55]}, + {"origin": [52, 32.00417, 2.90446], "size": [11, 0, 14], "uv": [11, 14]} + ] + }, + { + "name": "fire_left2", + "parent": "wing_left3", + "pivot": [52, 5.00417, 4.90446], + "cubes": [ + {"origin": [41, 32.00417, 2.90446], "size": [11, 0, 14], "uv": [9, 0], "mirror": true} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [3, 18, 4], + "cubes": [ + {"origin": [2, 12, 2], "size": [6, 8, 6], "pivot": [-3, 0, 0], "rotation": [5, 0, 0], "uv": [24, 93]} + ] + }, + { + "name": "leg_left2", + "parent": "leg_left", + "pivot": [5, 12, 4], + "cubes": [ + {"origin": [3, 9.5, 3], "size": [4, 3, 4], "pivot": [-3, 0, 0], "rotation": [5, 0, 0], "uv": [96, 68]} + ] + }, + { + "name": "leg_left3", + "parent": "leg_left2", + "pivot": [5, 10, 4], + "cubes": [ + {"origin": [4, 2, 0], "size": [2, 10, 2], "pivot": [8, 0, -4], "rotation": [-15, 0, 0], "uv": [87, 103]} + ] + }, + { + "name": "foot_left", + "parent": "leg_left3", + "pivot": [5, 2, 2], + "cubes": [ + {"origin": [2.5, 0, -1], "size": [5, 2, 5], "inflate": 0.01, "uv": [94, 30]} + ] + }, + { + "name": "toe_middle_left", + "parent": "foot_left", + "pivot": [5, 1, -1], + "cubes": [ + {"origin": [4, 0, -5.5], "size": [2, 2, 5], "uv": [99, 54]} + ] + }, + { + "name": "claw_middle_left", + "parent": "toe_middle_left", + "pivot": [5, 1, -5], + "cubes": [ + {"origin": [5, 0, -7.5], "size": [0, 2, 2], "uv": [2, 58]} + ] + }, + { + "name": "toe_back_left", + "parent": "foot_left", + "pivot": [5, 1, 4], + "cubes": [ + {"origin": [4, 0, 3.5], "size": [2, 2, 5], "uv": [98, 0]} + ] + }, + { + "name": "claw_back_left", + "parent": "toe_back_left", + "pivot": [5, 1, 8], + "cubes": [ + {"origin": [5, 0, 8.5], "size": [0, 2, 2], "uv": [50, 26], "mirror": true} + ] + }, + { + "name": "toe_outer_left", + "parent": "foot_left", + "pivot": [7, 1, -1], + "rotation": [0, -20, 0], + "cubes": [ + {"origin": [5.91363, 0, -5.1611], "size": [2, 2, 5], "uv": [98, 7]} + ] + }, + { + "name": "claw_outer_left", + "parent": "toe_outer_left", + "pivot": [6.91363, 1, -5.1611], + "cubes": [ + {"origin": [6.91363, 0, -7.1611], "size": [0, 2, 2], "uv": [50, 26], "mirror": true} + ] + }, + { + "name": "toe_inner_left", + "parent": "foot_left", + "pivot": [3, 1, -1], + "rotation": [0, 20, 0], + "cubes": [ + {"origin": [2.08637, 0, -5.1611], "size": [2, 2, 5], "uv": [65, 100]} + ] + }, + { + "name": "claw_inner_left", + "parent": "toe_inner_left", + "pivot": [3.08637, 1, -5.1611], + "cubes": [ + {"origin": [3.08637, 0, -7.1611], "size": [0, 2, 2], "uv": [36, 58]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-2, 18, 4], + "cubes": [ + {"origin": [-7, 12, 2], "size": [6, 8, 6], "pivot": [-12, 0, 0], "rotation": [5, 0, 0], "uv": [24, 93], "mirror": true} + ] + }, + { + "name": "leg_right2", + "parent": "leg_right", + "pivot": [-4, 12, 4], + "cubes": [ + {"origin": [-6, 9.5, 3], "size": [4, 3, 4], "pivot": [-12, 0, 0], "rotation": [5, 0, 0], "uv": [0, 68]} + ] + }, + { + "name": "leg_right3", + "parent": "leg_right2", + "pivot": [-4, 10, 4], + "cubes": [ + {"origin": [-5, 2, 0], "size": [2, 10, 2], "pivot": [-1, 0, -4], "rotation": [-15, 0, 0], "uv": [79, 100]} + ] + }, + { + "name": "foot_right", + "parent": "leg_right3", + "pivot": [-4, 2, 2], + "cubes": [ + {"origin": [-6.5, 0, -1], "size": [5, 2, 5], "inflate": 0.01, "uv": [93, 47]} + ] + }, + { + "name": "toe_middle_right", + "parent": "foot_right", + "pivot": [-4, 1, -1], + "cubes": [ + {"origin": [-5, 0, -5.5], "size": [2, 2, 5], "uv": [0, 21]} + ] + }, + { + "name": "claw_middle_right", + "parent": "toe_middle_right", + "pivot": [-4, 1, -5], + "cubes": [ + {"origin": [-4, 0, -7.5], "size": [0, 2, 2], "uv": [44, 26]} + ] + }, + { + "name": "toe_back_right", + "parent": "foot_right", + "pivot": [-4, 1, 4], + "cubes": [ + {"origin": [-5, 0, 3.5], "size": [2, 2, 5], "uv": [0, 14]} + ] + }, + { + "name": "claw_back_right", + "parent": "toe_back_right", + "pivot": [-4, 1, 8], + "cubes": [ + {"origin": [-4, 0, 8.5], "size": [0, 2, 2], "uv": [50, 26]} + ] + }, + { + "name": "toe_inner_right", + "parent": "foot_right", + "pivot": [-2, 1, 0], + "rotation": [0, -20, 0], + "cubes": [ + {"origin": [-3.42839, 0, -5.10079], "size": [2, 2, 5], "uv": [0, 7]} + ] + }, + { + "name": "claw_inner_right", + "parent": "toe_inner_right", + "pivot": [-2.42839, 1, -5.10079], + "cubes": [ + {"origin": [-2.42839, 0, -7.10079], "size": [0, 2, 2], "uv": [28, 26]} + ] + }, + { + "name": "toe_outer_right", + "parent": "foot_right", + "pivot": [-6, 1, -1], + "rotation": [0, 20, 0], + "cubes": [ + {"origin": [-6.91363, 0, -5.1611], "size": [2, 2, 5], "uv": [0, 0]} + ] + }, + { + "name": "claw_outer_right", + "parent": "toe_outer_right", + "pivot": [-5.91363, 1, -5.1611], + "cubes": [ + {"origin": [-5.91363, 0, -7.1611], "size": [0, 2, 4], "uv": [18, 24]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/morpeko/morpeko.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/morpeko/morpeko.geo.json new file mode 100644 index 0000000..7f62862 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/morpeko/morpeko.geo.json @@ -0,0 +1,138 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "walk_position", + "pivot": [0, 0, 0] + }, + { + "name": "main_torso_position", + "parent": "walk_position", + "pivot": [0, 6.225, 0] + }, + { + "name": "body", + "parent": "main_torso_position", + "pivot": [0, 1.225, 0], + "cubes": [ + {"origin": [-3.5, 1.225, -3.5], "size": [7, 10, 7], "uv": [0, 0]} + ] + }, + { + "name": "arm_left", + "parent": "body", + "pivot": [3, 6.725, -1.575], + "cubes": [ + {"origin": [3, 4.725, -2.575], "size": [4, 2, 2], "inflate": -0.075, "uv": [21, 0]} + ] + }, + { + "name": "arm_right", + "parent": "body", + "pivot": [-3, 6.725, -1.575], + "cubes": [ + {"origin": [-7, 4.725, -2.575], "size": [4, 2, 2], "inflate": -0.075, "uv": [20, 17]} + ] + }, + { + "name": "ear_left", + "parent": "body", + "pivot": [2.1, 10.3, 0], + "cubes": [ + {"origin": [1.44462, 9.44641, -1.5], "size": [1, 4, 1], "inflate": -0.125, "pivot": [2.15, 10.775, -1], "rotation": [0, 0, 75.25], "uv": [16, 26]}, + {"origin": [1.25, 9.125, -1.5], "size": [2, 4, 1], "inflate": 0.1, "pivot": [2.75, 11.175, -1], "rotation": [0, 0, 30], "uv": [6, 26]}, + {"origin": [1.25, 10.775, -1.5], "size": [2, 4, 1], "inflate": -0.125, "pivot": [2.75, 11.175, -1], "rotation": [0, 0, 30], "uv": [0, 26]} + ] + }, + { + "name": "ear_right", + "parent": "body", + "pivot": [-2.1, 10.3, 0], + "cubes": [ + {"origin": [-2.44462, 9.44641, -1.5], "size": [1, 4, 1], "inflate": -0.125, "pivot": [-2.15, 10.775, -1], "rotation": [0, 0, -75.25], "uv": [12, 26]}, + {"origin": [-3.25, 9.125, -1.5], "size": [2, 4, 1], "inflate": 0.1, "pivot": [-2.75, 11.175, -1], "rotation": [0, 0, -30], "uv": [24, 21]}, + {"origin": [-3.25, 10.775, -1.5], "size": [2, 4, 1], "inflate": -0.125, "pivot": [-2.75, 11.175, -1], "rotation": [0, 0, -30], "uv": [0, 0]} + ] + }, + { + "name": "eye_right", + "parent": "body", + "pivot": [-2.1, 10.3, 0], + "cubes": [ + {"origin": [-2.525, 7.2, -3.7], "size": [2, 2, 2], "inflate": -0.175, "uv": [16, 22]}, + {"origin": [-1.8, 7.675, -3.71], "size": [1, 1, 1], "inflate": -0.175, "uv": [6, 22]} + ] + }, + { + "name": "eye_left", + "parent": "body", + "pivot": [-2.1, 10.3, 0], + "cubes": [ + {"origin": [0.8, 7.675, -3.71], "size": [1, 1, 1], "inflate": -0.175, "uv": [6, 22], "mirror": true}, + {"origin": [0.525, 7.2, -3.7], "size": [2, 2, 2], "inflate": -0.175, "uv": [8, 22]} + ] + }, + { + "name": "cheak", + "parent": "body", + "pivot": [-2.1, 10.3, 0], + "cubes": [ + {"origin": [-3.325, 5.55, -3.7], "size": [2, 2, 2], "inflate": -0.175, "uv": [0, 22]}, + {"origin": [1.325, 5.55, -3.7], "size": [2, 2, 2], "inflate": -0.175, "uv": [8, 17]} + ] + }, + { + "name": "mouth", + "parent": "body", + "pivot": [-0.00833, 6.29167, -3.16033], + "cubes": [ + {"origin": [-0.5, 6.65, -3.85], "size": [1, 1, 1], "inflate": -0.325, "uv": [4, -1]}, + {"origin": [-1.5, 6.025, -3.66], "size": [3, 1, 1], "inflate": -0.15, "uv": [21, 4]}, + {"origin": [-0.5, 6.025, -3.661], "size": [1, 1, 1], "inflate": -0.15, "uv": [0, 17]}, + {"origin": [-1.025, 5.325, -3.66], "size": [2, 1, 1], "inflate": -0.15, "uv": [0, 5]} + ] + }, + { + "name": "foot_left", + "parent": "walk_position", + "pivot": [2.75, 2, -1.25], + "rotation": [0, -15, 0], + "cubes": [ + {"origin": [2.00882, 1, -1.15907], "size": [1, 2, 2], "uv": [20, 26]}, + {"origin": [1.50882, 0, -2.53407], "size": [2, 1, 4], "uv": [0, 17]} + ] + }, + { + "name": "toes_left", + "parent": "foot_left", + "pivot": [2.75, 0, -3.5] + }, + { + "name": "foot_right", + "parent": "walk_position", + "pivot": [-2.75, 2, -1.25], + "rotation": [0, 15, 0], + "cubes": [ + {"origin": [-3.00882, 1, -1.15907], "size": [1, 2, 2], "uv": [26, 26]}, + {"origin": [-3.50882, 0, -2.53407], "size": [2, 1, 4], "uv": [12, 17]} + ] + }, + { + "name": "toes_right", + "parent": "foot_right", + "pivot": [-2.75, 0, -3.5] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/mrmime_galarian.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/mrmime_galarian.geo.json new file mode 100644 index 0000000..94884a6 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/mrmime_galarian.geo.json @@ -0,0 +1,540 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.mr_mime", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 6, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "mr_mime", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "mr_mime", + "pivot": [0, 19, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 14.5, 0.75], + "cubes": [ + {"origin": [-5, 15.5, -3.2], "size": [10, 3, 7], "uv": [31, 19]}, + {"origin": [-3, 15.49, 0], "size": [6, 0, 1], "uv": [28, 17]} + ] + }, + { + "name": "chest", + "parent": "torso", + "pivot": [0, 16.5, 3.5], + "cubes": [ + {"origin": [-5, 17.5, -3.5], "size": [10, 7, 8], "inflate": 0.4, "uv": [0, 26]}, + {"origin": [-1, 24.4, -4.2], "size": [2, 2, 1], "inflate": -0.1, "pivot": [-1.4, 25.4, -7.7], "rotation": [0, 0, 42.5], "uv": [0, 41]}, + {"origin": [-2, 18.4, -5.2], "size": [4, 4, 4], "inflate": -0.5, "pivot": [1, 21.4, -5.7], "rotation": [0, 0, 47.5], "uv": [72, 0]}, + {"origin": [-0.8, 17.5, -3.8], "size": [1, 1, 0], "uv": [0, 21]}, + {"origin": [5.01, 16.5, 0], "size": [0, 8, 1], "uv": [24, 61]}, + {"origin": [-5.01, 16.5, 0], "size": [0, 8, 1], "uv": [6, 25]} + ] + }, + { + "name": "arms", + "parent": "chest", + "pivot": [0, 24, 0.75] + }, + { + "name": "shoulder_left", + "parent": "arms", + "pivot": [5, 23.5, 0.5], + "cubes": [ + {"origin": [3.5, 20.5, -2.5], "size": [6, 6, 6], "uv": [0, 41]} + ] + }, + { + "name": "arm_left", + "parent": "shoulder_left", + "pivot": [6.5, 23.5, 0.5], + "cubes": [ + {"origin": [8.5, 22.5, -0.5], "size": [7, 2, 2], "uv": [30, 0]} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [15.5, 22.5, 1.5], + "cubes": [ + {"origin": [15.5, 22.5, -0.5], "size": [2, 2, 2], "inflate": 0.2, "uv": [13, 53]} + ] + }, + { + "name": "arm_left3", + "parent": "arm_left2", + "pivot": [17.5, 22.5, 1.5], + "cubes": [ + {"origin": [17.5, 22.5, -0.5], "size": [6, 2, 2], "uv": [54, 43]} + ] + }, + { + "name": "hand_left", + "parent": "arm_left3", + "pivot": [23.5, 24.5, 0.5] + }, + { + "name": "wrist_left", + "parent": "hand_left", + "pivot": [23.5, 22.5, 0.5], + "cubes": [ + {"origin": [23.5, 22, -2], "size": [4, 3, 5], "inflate": 0.01, "uv": [18, 54]} + ] + }, + { + "name": "fingers_left", + "parent": "wrist_left", + "pivot": [27.5, 22.5, 0.5] + }, + { + "name": "finger1_left", + "parent": "fingers_left", + "pivot": [26.5, 24.5, 3], + "rotation": [0, -50, 0] + }, + { + "name": "finger1_left_rotation", + "parent": "finger1_left", + "pivot": [26.5, 24.5, 3] + }, + { + "name": "finger1_left2", + "parent": "finger1_left_rotation", + "pivot": [28.5, 24.5, 2.5] + }, + { + "name": "finger2_left", + "parent": "fingers_left", + "pivot": [27.5, 24.5, 1.2], + "rotation": [0, -22.5, 0] + }, + { + "name": "finger2_left_rotation", + "parent": "finger2_left", + "pivot": [27.5, 24.5, 1.2] + }, + { + "name": "finger2_left2", + "parent": "finger2_left_rotation", + "pivot": [30.5, 24.5, 1.7] + }, + { + "name": "finger3_left", + "parent": "fingers_left", + "pivot": [27.5, 24.5, 0.4] + }, + { + "name": "finger3_left_rotation", + "parent": "finger3_left", + "pivot": [28.5, 22, 3.4], + "cubes": [ + {"origin": [27.5, 22.5, -2.1], "size": [4, 2, 5], "uv": [36, 54]} + ] + }, + { + "name": "finger3_left2", + "parent": "finger3_left_rotation", + "pivot": [30.5, 24.5, 0.4] + }, + { + "name": "finger4_left", + "parent": "fingers_left", + "pivot": [27.5, 24.5, -0.4], + "rotation": [0, 22.5, 0] + }, + { + "name": "finger4_left_rotation", + "parent": "finger4_left", + "pivot": [27.5, 24.5, -0.4] + }, + { + "name": "finger4_left2", + "parent": "finger4_left_rotation", + "pivot": [30.5, 24.5, -0.9] + }, + { + "name": "thumb_left", + "parent": "wrist_left", + "pivot": [25, 24.5, -2], + "rotation": [0, 62.5, 0] + }, + { + "name": "thumb_left_rotation", + "parent": "thumb_left", + "pivot": [25, 24.5, -2], + "cubes": [ + {"origin": [25, 22.5, -3], "size": [4, 2, 2], "uv": [12, 62]} + ] + }, + { + "name": "thumb_left2", + "parent": "thumb_left_rotation", + "pivot": [27, 24.5, -1.5] + }, + { + "name": "shoulder_right", + "parent": "arms", + "pivot": [-5, 23.5, 0.5], + "cubes": [ + {"origin": [-9.5, 20.5, -2.5], "size": [6, 6, 6], "uv": [30, 35]} + ] + }, + { + "name": "arm_right", + "parent": "shoulder_right", + "pivot": [-6.5, 23.5, 0.5], + "cubes": [ + {"origin": [-15.5, 22.5, -0.5], "size": [7, 2, 2], "uv": [28, 29]} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-15.5, 22.5, 1.5], + "cubes": [ + {"origin": [-17.5, 22.5, -0.5], "size": [2, 2, 2], "inflate": 0.2, "uv": [48, 36]} + ] + }, + { + "name": "arm_right3", + "parent": "arm_right2", + "pivot": [-17.5, 22.5, 1.5], + "cubes": [ + {"origin": [-23.5, 22.5, -0.5], "size": [6, 2, 2], "uv": [48, 0]} + ] + }, + { + "name": "hand_right", + "parent": "arm_right3", + "pivot": [-23.5, 24.5, 0.5] + }, + { + "name": "wrist_right", + "parent": "hand_right", + "pivot": [-23.5, 22.5, 0.5], + "cubes": [ + {"origin": [-27.5, 22, -2], "size": [4, 3, 5], "inflate": 0.01, "uv": [0, 53]} + ] + }, + { + "name": "fingers_right", + "parent": "wrist_right", + "pivot": [-27.5, 22.5, 0.5] + }, + { + "name": "finger1_right", + "parent": "fingers_right", + "pivot": [-26.5, 24.5, 3], + "rotation": [0, 50, 0] + }, + { + "name": "finger1_right_rotation", + "parent": "finger1_right", + "pivot": [-26.5, 24.5, 3] + }, + { + "name": "finger1_right2", + "parent": "finger1_right_rotation", + "pivot": [-28.5, 24.5, 2.5] + }, + { + "name": "finger2_right", + "parent": "fingers_right", + "pivot": [-27.5, 24.5, 1.2], + "rotation": [0, 22.5, 0] + }, + { + "name": "finger2_right_rotation", + "parent": "finger2_right", + "pivot": [-27.5, 24.5, 1.2] + }, + { + "name": "finger2_right2", + "parent": "finger2_right_rotation", + "pivot": [-30.5, 24.5, 1.7] + }, + { + "name": "finger3_right", + "parent": "fingers_right", + "pivot": [-27.5, 24.5, 0.4] + }, + { + "name": "finger3_right_rotation", + "parent": "finger3_right", + "pivot": [-27.5, 24.5, 0.4], + "cubes": [ + {"origin": [-32.5, 22.5, -2.1], "size": [5, 2, 5], "uv": [48, 29]} + ] + }, + { + "name": "finger3_right2", + "parent": "finger3_right_rotation", + "pivot": [-30.5, 24.5, 0.4] + }, + { + "name": "finger4_right", + "parent": "fingers_right", + "pivot": [-27.5, 24.5, -0.4], + "rotation": [0, -22.5, 0] + }, + { + "name": "finger4_right_rotation", + "parent": "finger4_right", + "pivot": [-27.5, 24.5, -0.4] + }, + { + "name": "finger4_right2", + "parent": "finger4_right_rotation", + "pivot": [-30.5, 24.5, -0.9] + }, + { + "name": "thumb_right", + "parent": "wrist_right", + "pivot": [-25, 24.5, -2], + "rotation": [0, -62.5, 0] + }, + { + "name": "thumb_right_rotation", + "parent": "thumb_right", + "pivot": [-25, 24.5, -2], + "cubes": [ + {"origin": [-29, 22.5, -3], "size": [4, 2, 2], "uv": [57, 61]} + ] + }, + { + "name": "thumb_right2", + "parent": "thumb_right_rotation", + "pivot": [-27, 24.5, -1.5] + }, + { + "name": "head", + "parent": "chest", + "pivot": [0, 24.5, 1], + "cubes": [ + {"origin": [-5, 24.5, -4.5], "size": [10, 4, 9], "uv": [0, 13]}, + {"origin": [-4.5, 28.5, -3.5], "size": [9, 4, 8], "uv": [30, 5]}, + {"origin": [-5.5, 27, -2.5], "size": [11, 5, 8], "uv": [0, 0]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [0, 29, -3.5] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [1, 28, -3.51], + "rotation": [0, 0, 2.5], + "cubes": [ + {"origin": [2.5, 29, -3.51], "size": [1, 2, 0], "uv": [6, 13]}, + {"origin": [1, 28, -3.52], "size": [2, 3, 0], "uv": [46, 29]} + ] + }, + { + "name": "pupil_left", + "parent": "eye_left", + "pivot": [1.5, 29.5, -3.53], + "cubes": [ + {"origin": [1, 28.5, -3.53], "size": [1, 2, 0], "uv": [0, 13]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [1.5, 29.5, -3.43], + "cubes": [ + {"origin": [0.5, 28, -3.43], "size": [3, 3, 1], "inflate": 0.01, "uv": [30, 4]} + ] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-1, 28, -3.51], + "rotation": [0, 0, -2.5], + "cubes": [ + {"origin": [-3.5, 29, -3.51], "size": [1, 2, 0], "uv": [6, 0]}, + {"origin": [-3, 28, -3.52], "size": [2, 3, 0], "uv": [0, 44]} + ] + }, + { + "name": "pupil_right", + "parent": "eye_right", + "pivot": [-1.5, 29.5, -3.53], + "cubes": [ + {"origin": [-2, 28.5, -3.53], "size": [1, 2, 0], "uv": [0, 0]} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-1.5, 29.5, -3.43], + "cubes": [ + {"origin": [-3.5, 28, -3.43], "size": [3, 3, 1], "inflate": 0.01, "uv": [29, 18]} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [0, 26.5, -4.5] + }, + { + "name": "mouth_closed", + "parent": "mouth", + "pivot": [0, 26.3, -4.51] + }, + { + "name": "mouth_open", + "parent": "mouth", + "pivot": [0, 26.7, -4.41], + "cubes": [ + {"origin": [-2, 25.1, -4.42], "size": [4, 2, 0], "uv": [36, 33]}, + {"origin": [2, 26.5, -4.41], "size": [1, 1, 0], "uv": [4, 21]}, + {"origin": [-3, 26.5, -4.41], "size": [1, 1, 0], "uv": [2, 21]} + ] + }, + { + "name": "ear_right", + "parent": "head", + "pivot": [-1.5, 32.1, 0.5], + "rotation": [5, 0, 25], + "cubes": [ + {"origin": [-12.72615, 26.66808, 0.37472], "size": [11, 7, 0], "uv": [46, 47]} + ] + }, + { + "name": "ear_left", + "parent": "head", + "pivot": [1.5, 32.1, 0.5], + "rotation": [5, 0, -25], + "cubes": [ + {"origin": [2.22615, 26.66808, 0.37472], "size": [11, 7, 0], "uv": [24, 47]} + ] + }, + { + "name": "legs", + "parent": "body", + "pivot": [0, 3, 0] + }, + { + "name": "leg_left1", + "parent": "legs", + "pivot": [2.9, 16, 0.5] + }, + { + "name": "leg_left2", + "parent": "leg_left1", + "pivot": [2.9, 16, 0.5], + "cubes": [ + {"origin": [1.9, 10, -1.5], "size": [2, 6, 3], "inflate": 0.01, "uv": [58, 17]} + ] + }, + { + "name": "leg_left4", + "parent": "leg_left2", + "pivot": [2.9, 8, -0.5], + "cubes": [ + {"origin": [1.9, 4, -0.4], "size": [2, 6, 2], "inflate": 0.01, "uv": [0, 13]} + ] + }, + { + "name": "foot_left", + "parent": "leg_left4", + "pivot": [2.9, 2.5, -0.5], + "cubes": [ + {"origin": [1.4, 0.5, -2], "size": [3, 2, 5], "inflate": 0.01, "uv": [54, 54]} + ] + }, + { + "name": "foot_left2", + "parent": "foot_left", + "pivot": [2.9, 0.5, -2], + "cubes": [ + {"origin": [1.4, 0.5, -5], "size": [3, 3, 3], "uv": [0, 61]} + ] + }, + { + "name": "foot_left3", + "parent": "foot_left2", + "pivot": [-0.6, 0.5, -4.5], + "rotation": [-5, 0, 0] + }, + { + "name": "leg_left3", + "parent": "leg_left4", + "pivot": [2.9, 4, 0.5], + "cubes": [ + {"origin": [1.4, 2, -1], "size": [3, 2, 3], "uv": [45, 61]} + ] + }, + { + "name": "leg_right1", + "parent": "legs", + "pivot": [-2.9, 16, 0.5] + }, + { + "name": "leg_right2", + "parent": "leg_right1", + "pivot": [-2.9, 16, 0.5], + "cubes": [ + {"origin": [-3.9, 10, -1.5], "size": [2, 6, 3], "inflate": 0.01, "uv": [56, 4]} + ] + }, + { + "name": "leg_right5", + "parent": "leg_right2", + "pivot": [-2.9, 8, -0.5], + "cubes": [ + {"origin": [-3.9, 4, -0.4], "size": [2, 6, 2], "inflate": 0.01, "uv": [0, 13], "mirror": true} + ] + }, + { + "name": "leg_right3", + "parent": "leg_right5", + "pivot": [-2.9, 4, 0.5], + "cubes": [ + {"origin": [-4.4, 2, -1], "size": [3, 2, 3], "uv": [45, 61], "mirror": true} + ] + }, + { + "name": "leg_right4", + "parent": "leg_right3", + "pivot": [-2.9, 8, -0.5] + }, + { + "name": "foot_right", + "parent": "leg_right4", + "pivot": [-2.9, 2.5, -0.5], + "cubes": [ + {"origin": [-4.4, 0.5, -2], "size": [3, 2, 5], "inflate": 0.01, "uv": [54, 54], "mirror": true} + ] + }, + { + "name": "foot_right2", + "parent": "foot_right", + "pivot": [-2.9, 0.5, -2], + "cubes": [ + {"origin": [-4.4, 0.5, -5], "size": [3, 3, 3], "uv": [0, 61], "mirror": true} + ] + }, + { + "name": "foot_right3", + "parent": "foot_right2", + "pivot": [0.6, 0.5, -4.5], + "rotation": [-5, 0, 0] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/mrrime.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/mrrime.geo.json new file mode 100644 index 0000000..49bf928 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/mrrime.geo.json @@ -0,0 +1,556 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.mr_mime", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 5, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "mr_mime", + "pivot": [-2.9, 16, 0.5] + }, + { + "name": "body", + "parent": "mr_mime", + "pivot": [2.9, 16, 0.5] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 9.5, 0.75], + "cubes": [ + {"origin": [-5, 9.5, -3.2], "size": [10, 3, 7], "uv": [31, 19]}, + {"origin": [-5, 11.5, -3.2], "size": [10, 2, 7], "inflate": 0.3, "uv": [31, 19]}, + {"origin": [-3, 10.49, 0], "size": [6, 0, 1], "uv": [28, 17]} + ] + }, + { + "name": "chest", + "parent": "torso", + "pivot": [0, 11.5, 3.5], + "cubes": [ + {"origin": [-5, 12.2, -4.2], "size": [10, 6, 9], "inflate": 0.4, "uv": [1, 71]}, + {"origin": [-1, 13, -5], "size": [2, 2, 2], "inflate": 0.4, "pivot": [-0.2, 13.9, -7.7], "rotation": [0, 0, 45], "uv": [98, 52]}, + {"origin": [-0.8, 12.5, -4.5], "size": [1, 0, 0], "uv": [0, 21]}, + {"origin": [5.01, 11.5, 0], "size": [0, 8, 1], "uv": [24, 61]}, + {"origin": [-5.01, 11.5, 0], "size": [0, 8, 1], "uv": [6, 25]}, + {"origin": [3.4, 13.3, -4.2], "size": [4, 6, 9], "inflate": 0.56, "pivot": [3.4, 2.3, -0.7], "rotation": [0, 0, -8], "uv": [101, 112], "mirror": true}, + {"origin": [-7.4, 13.3, -4.2], "size": [4, 6, 9], "inflate": 0.56, "pivot": [-3.4, 2.3, -0.7], "rotation": [0, 0, 8], "uv": [101, 112]}, + {"origin": [-6.6, 14, -4.2], "size": [4, 5, 9], "inflate": 0.5, "pivot": [-3.4, 1.9, -0.7], "rotation": [0, 0, 8], "uv": [101, 112]}, + {"origin": [-3.6, 16, -3.2], "size": [7, 5, 7], "inflate": 0.5, "uv": [103, 114]}, + {"origin": [-7.4, 15.4, -3.5], "size": [4, 2, 8], "inflate": 0.55, "pivot": [-3.4, 2.4, 0], "rotation": [0, 0, 11], "uv": [102, 113]}, + {"origin": [3.4, 15.4, -3.5], "size": [4, 2, 8], "inflate": 0.55, "pivot": [3.4, 2.4, 0], "rotation": [0, 0, -11], "uv": [102, 113], "mirror": true}, + {"origin": [2.6, 14, -4.2], "size": [4, 5, 9], "inflate": 0.5, "pivot": [3.4, 1.9, -0.7], "rotation": [0, 0, -8], "uv": [101, 112], "mirror": true} + ] + }, + { + "name": "arms", + "parent": "chest", + "pivot": [0, 18.4, 0.75] + }, + { + "name": "shoulder_left", + "parent": "arms", + "pivot": [5, 17.9, 0.5], + "cubes": [ + {"origin": [3.5, 14.9, -2.5], "size": [6, 6, 6], "inflate": -1, "uv": [0, 41]} + ] + }, + { + "name": "arm_left", + "parent": "shoulder_left", + "pivot": [6.5, 17.9, 0.5], + "cubes": [ + {"origin": [8.5, 16.9, -0.5], "size": [4, 2, 2], "uv": [30, 0]} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [12.5, 16.9, 1.5], + "cubes": [ + {"origin": [12.5, 16.9, -0.5], "size": [2, 2, 2], "inflate": 0.2, "uv": [13, 53]} + ] + }, + { + "name": "arm_left3", + "parent": "arm_left2", + "pivot": [14.5, 16.9, 1.5], + "cubes": [ + {"origin": [14.5, 16.9, -0.5], "size": [6, 2, 2], "uv": [54, 43]} + ] + }, + { + "name": "hand_left", + "parent": "arm_left3", + "pivot": [20.5, 18.9, 0.5] + }, + { + "name": "wrist_left", + "parent": "hand_left", + "pivot": [20.5, 16.9, 0.5], + "cubes": [ + {"origin": [20.5, 16.4, -2], "size": [4, 3, 5], "inflate": 0.01, "uv": [18, 54]} + ] + }, + { + "name": "bone", + "parent": "wrist_left", + "pivot": [21.6, 16.4, 1.6], + "cubes": [ + {"origin": [22.5, 15.4, -2], "size": [2, 1, 6], "inflate": 0.01, "uv": [93, 93]}, + {"origin": [23.5, 15.4, 3], "size": [8, 1, 1], "inflate": 0.01, "uv": [94, 74]}, + {"origin": [33.2, 15.4, 0.7], "size": [5, 1, 1], "inflate": 0.01, "pivot": [13.7, 0.4, -11.8], "rotation": [0, -7, 0], "uv": [94, 74]}, + {"origin": [35.1, 15.4, 5.5], "size": [5, 1, 1], "inflate": 0.01, "pivot": [15.6, 0.4, -7], "rotation": [0, 5.5, 0], "uv": [94, 74]} + ] + }, + { + "name": "fingers_left", + "parent": "wrist_left", + "pivot": [24.5, 16.9, 0.5] + }, + { + "name": "finger1_left", + "parent": "fingers_left", + "pivot": [23.5, 18.9, 3], + "rotation": [0, -50, 0] + }, + { + "name": "finger1_left_rotation", + "parent": "finger1_left", + "pivot": [23.5, 18.9, 3] + }, + { + "name": "finger1_left2", + "parent": "finger1_left_rotation", + "pivot": [25.5, 18.9, 2.5] + }, + { + "name": "finger2_left", + "parent": "fingers_left", + "pivot": [24.5, 18.9, 1.2], + "rotation": [0, -22.5, 0] + }, + { + "name": "finger2_left_rotation", + "parent": "finger2_left", + "pivot": [24.5, 18.9, 1.2] + }, + { + "name": "finger2_left2", + "parent": "finger2_left_rotation", + "pivot": [27.5, 18.9, 1.7] + }, + { + "name": "finger3_left", + "parent": "fingers_left", + "pivot": [24.5, 18.9, 0.4] + }, + { + "name": "finger3_left_rotation", + "parent": "finger3_left", + "pivot": [23.5, 16.4, 3.4], + "cubes": [ + {"origin": [24.5, 16.9, -2.1], "size": [4, 2, 5], "uv": [36, 54]} + ] + }, + { + "name": "finger3_left2", + "parent": "finger3_left_rotation", + "pivot": [27.5, 18.9, 0.4] + }, + { + "name": "finger4_left", + "parent": "fingers_left", + "pivot": [24.5, 18.9, -0.4], + "rotation": [0, 22.5, 0] + }, + { + "name": "finger4_left_rotation", + "parent": "finger4_left", + "pivot": [24.5, 18.9, -0.4] + }, + { + "name": "finger4_left2", + "parent": "finger4_left_rotation", + "pivot": [27.5, 18.9, -0.9] + }, + { + "name": "thumb_left", + "parent": "wrist_left", + "pivot": [22, 18.9, -2], + "rotation": [0, 62.5, 0] + }, + { + "name": "thumb_left_rotation", + "parent": "thumb_left", + "pivot": [22, 18.9, -2], + "cubes": [ + {"origin": [22, 16.9, -3], "size": [4, 2, 2], "uv": [12, 62]} + ] + }, + { + "name": "thumb_left2", + "parent": "thumb_left_rotation", + "pivot": [24, 18.9, -1.5] + }, + { + "name": "shoulder_right", + "parent": "arms", + "pivot": [-5, 17.9, 0.5], + "cubes": [ + {"origin": [-9.5, 14.9, -2.5], "size": [6, 6, 6], "inflate": -1, "uv": [0, 41], "mirror": true} + ] + }, + { + "name": "arm_right", + "parent": "shoulder_right", + "pivot": [-6.5, 17.9, 0.5], + "cubes": [ + {"origin": [-12.5, 16.9, -0.5], "size": [4, 2, 2], "uv": [28, 29]} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-12.5, 16.9, 1.5], + "cubes": [ + {"origin": [-14.5, 16.9, -0.5], "size": [2, 2, 2], "inflate": 0.2, "uv": [48, 36]} + ] + }, + { + "name": "arm_right3", + "parent": "arm_right2", + "pivot": [-14.5, 16.9, 1.5], + "cubes": [ + {"origin": [-20.5, 16.9, -0.5], "size": [6, 2, 2], "uv": [48, 0]} + ] + }, + { + "name": "hand_right", + "parent": "arm_right3", + "pivot": [-20.5, 18.9, 0.5] + }, + { + "name": "wrist_right", + "parent": "hand_right", + "pivot": [-20.5, 16.9, 0.5], + "cubes": [ + {"origin": [-24.5, 16.4, -2], "size": [4, 3, 5], "inflate": 0.01, "uv": [0, 53]} + ] + }, + { + "name": "fingers_right", + "parent": "wrist_right", + "pivot": [-24.5, 16.9, 0.5] + }, + { + "name": "finger1_right", + "parent": "fingers_right", + "pivot": [-23.5, 18.9, 3], + "rotation": [0, 50, 0] + }, + { + "name": "finger1_right_rotation", + "parent": "finger1_right", + "pivot": [-23.5, 18.9, 3] + }, + { + "name": "finger1_right2", + "parent": "finger1_right_rotation", + "pivot": [-25.5, 18.9, 2.5] + }, + { + "name": "finger2_right", + "parent": "fingers_right", + "pivot": [-24.5, 18.9, 1.2], + "rotation": [0, 22.5, 0] + }, + { + "name": "finger2_right_rotation", + "parent": "finger2_right", + "pivot": [-24.5, 18.9, 1.2] + }, + { + "name": "finger2_right2", + "parent": "finger2_right_rotation", + "pivot": [-27.5, 18.9, 1.7] + }, + { + "name": "finger3_right", + "parent": "fingers_right", + "pivot": [-24.5, 18.9, 0.4] + }, + { + "name": "finger3_right_rotation", + "parent": "finger3_right", + "pivot": [-24.5, 18.9, 0.4], + "cubes": [ + {"origin": [-29.5, 16.9, -2.1], "size": [5, 2, 5], "uv": [48, 29]} + ] + }, + { + "name": "finger3_right2", + "parent": "finger3_right_rotation", + "pivot": [-27.5, 18.9, 0.4] + }, + { + "name": "finger4_right", + "parent": "fingers_right", + "pivot": [-24.5, 18.9, -0.4], + "rotation": [0, -22.5, 0] + }, + { + "name": "finger4_right_rotation", + "parent": "finger4_right", + "pivot": [-24.5, 18.9, -0.4] + }, + { + "name": "finger4_right2", + "parent": "finger4_right_rotation", + "pivot": [-27.5, 18.9, -0.9] + }, + { + "name": "thumb_right", + "parent": "wrist_right", + "pivot": [-22, 18.9, -2], + "rotation": [0, -62.5, 0] + }, + { + "name": "thumb_right_rotation", + "parent": "thumb_right", + "pivot": [-22, 18.9, -2], + "cubes": [ + {"origin": [-26, 16.9, -3], "size": [4, 2, 2], "uv": [57, 61]} + ] + }, + { + "name": "thumb_right2", + "parent": "thumb_right_rotation", + "pivot": [-24, 18.9, -1.5] + }, + { + "name": "head", + "parent": "chest", + "pivot": [0, 20.5, 1], + "cubes": [ + {"origin": [-5, 20.5, -4.4], "size": [10, 4, 9], "inflate": -0.2, "uv": [0, 13]}, + {"origin": [-3.3, 22.1, -4.3], "size": [3, 3, 0], "pivot": [1.5, 23.1, 4.45], "rotation": [0, 0, -15], "uv": [71, 12]}, + {"origin": [-1, 21.5, -4.28], "size": [2, 3, 0], "pivot": [1.5, 23.1, 4.45], "rotation": [0, 0, 1], "uv": [65, 24]}, + {"origin": [-5, 23.7, -4.5], "size": [10, 4, 9], "inflate": -0.56, "pivot": [0, 23, -0.45], "rotation": [-1, 0, 0], "uv": [45, 77]}, + {"origin": [-4.5, 27.6, -3.3], "size": [9, 5, 7], "inflate": -0.2, "uv": [0, 116]}, + {"origin": [-6.5, 26.8, -5.2], "size": [13, 2, 11], "inflate": -0.3, "uv": [2, 100]}, + {"origin": [0.3, 22.1, -4.3], "size": [3, 3, 0], "pivot": [-1.5, 23.1, 4.45], "rotation": [0, 0, 15], "uv": [71, 12], "mirror": true} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [0, 25, -3.2] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [1.3, 24, -3.21], + "rotation": [0, 0, 2.5], + "cubes": [ + {"origin": [2.8, 25, -3.21], "size": [1, 2, 0], "uv": [6, 13]}, + {"origin": [0.59971, 24.01309, -3.92], "size": [3, 3, 0], "uv": [46, 29]}, + {"origin": [1.39109, 25.20853, -4.12], "size": [1, 1, 0], "uv": [46, 30], "mirror": true}, + {"origin": [0.89109, 24.70853, -4.02], "size": [2, 2, 0], "uv": [95, 125], "mirror": true}, + {"origin": [0.3999, 24.00436, -3.92], "size": [3, 3, 0], "uv": [0, 44], "mirror": true} + ] + }, + { + "name": "pupil_left", + "parent": "eye_left", + "pivot": [1.8, 25.5, -3.23] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [1.8, 25.5, -3.13], + "cubes": [ + {"origin": [0.8, 24, -3.13], "size": [3, 3, 1], "inflate": 0.01, "uv": [30, 4]} + ] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-1.2, 24, -3.21], + "rotation": [0, 0, -2.5], + "cubes": [ + {"origin": [-3.7, 25, -3.21], "size": [1, 2, 0], "uv": [6, 0]}, + {"origin": [-3.2999, 24.00436, -3.92], "size": [3, 3, 0], "uv": [0, 44]}, + {"origin": [-3.49971, 24.01309, -3.92], "size": [3, 3, 0], "uv": [46, 29], "mirror": true} + ] + }, + { + "name": "pupil_right", + "parent": "eye_right", + "pivot": [-1.7, 25.5, -3.23] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-1.7, 25.5, -3.13], + "cubes": [ + {"origin": [-3.7, 24, -3.13], "size": [3, 3, 1], "inflate": 0.01, "uv": [29, 18]} + ] + }, + { + "name": "eye_right2", + "parent": "eyes", + "pivot": [-1.3, 24, -3.21], + "rotation": [0, 0, -2.5], + "cubes": [ + {"origin": [-2.39109, 25.20853, -4.12], "size": [1, 1, 0], "uv": [46, 30]} + ] + }, + { + "name": "eye_right3", + "parent": "eyes", + "pivot": [-1.3, 24, -3.21], + "rotation": [0, 0, -2.5], + "cubes": [ + {"origin": [-2.89109, 24.70853, -4.02], "size": [2, 2, 0], "uv": [95, 125]} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [0, 22.5, -4.5] + }, + { + "name": "mouth_closed", + "parent": "mouth", + "pivot": [0, 22.3, -4.51] + }, + { + "name": "ear_right", + "parent": "head", + "pivot": [-1.5, 28.1, 0.5], + "rotation": [5, 0, 25], + "cubes": [ + {"origin": [-11.91561, 26.13974, 0.47769], "size": [11, 7, 0], "uv": [46, 47]} + ] + }, + { + "name": "ear_left", + "parent": "head", + "pivot": [1.5, 28.1, 0.5], + "rotation": [5, 0, -25], + "cubes": [ + {"origin": [1.00471, 26.44053, 0.50401], "size": [11, 7, 0], "uv": [24, 47]} + ] + }, + { + "name": "legs", + "parent": "body", + "pivot": [2.9, 16, 0.5] + }, + { + "name": "leg_left1", + "parent": "legs", + "pivot": [2.9, 13, -0.5] + }, + { + "name": "leg_left2", + "parent": "leg_left1", + "pivot": [2.9, 11, 0.5], + "cubes": [ + {"origin": [0.9, 6.6, -2.5], "size": [4, 4, 5], "inflate": 0.01, "uv": [110, 19]} + ] + }, + { + "name": "leg_left4", + "parent": "leg_left2", + "pivot": [2.9, 10, -0.5], + "cubes": [ + {"origin": [1.9, 4, -0.4], "size": [2, 6, 2], "inflate": 0.01, "uv": [0, 13]} + ] + }, + { + "name": "leg_left3", + "parent": "leg_left4", + "pivot": [2.9, 4, 0.5], + "cubes": [ + {"origin": [1.4, 2, -1], "size": [3, 2, 3], "uv": [45, 61]} + ] + }, + { + "name": "foot_left", + "parent": "leg_left3", + "pivot": [2.9, 2.5, -0.5], + "cubes": [ + {"origin": [1.4, 0.5, -3], "size": [3, 2, 5], "inflate": 0.01, "uv": [54, 54]} + ] + }, + { + "name": "foot_left2", + "parent": "foot_left", + "pivot": [2.9, 0.5, -2], + "cubes": [ + {"origin": [1.4, 0.5, -6], "size": [3, 3, 3], "uv": [0, 61]} + ] + }, + { + "name": "leg_right1", + "parent": "legs", + "pivot": [-2.9, 16, 0.5] + }, + { + "name": "leg_right2", + "parent": "leg_right1", + "pivot": [-2.9, 11, 0.5], + "cubes": [ + {"origin": [-4.9, 6.6, -2.5], "size": [4, 4, 5], "inflate": 0.01, "uv": [110, 6]} + ] + }, + { + "name": "leg_right5", + "parent": "leg_right2", + "pivot": [-2.9, 10, -0.5], + "cubes": [ + {"origin": [-3.9, 4, -0.4], "size": [2, 6, 2], "inflate": 0.01, "uv": [0, 13], "mirror": true} + ] + }, + { + "name": "leg_right3", + "parent": "leg_right5", + "pivot": [-2.9, 4, 0.5], + "cubes": [ + {"origin": [-4.4, 2, -1], "size": [3, 2, 3], "uv": [45, 61], "mirror": true} + ] + }, + { + "name": "leg_right4", + "parent": "leg_right3", + "pivot": [-2.9, 2, 1.5] + }, + { + "name": "foot_right", + "parent": "leg_right4", + "pivot": [-2.9, 2.5, -0.5], + "cubes": [ + {"origin": [-4.4, 0.5, -3], "size": [3, 2, 5], "inflate": 0.01, "uv": [54, 54], "mirror": true} + ] + }, + { + "name": "foot_right2", + "parent": "foot_right", + "pivot": [-2.9, 0.5, -2], + "cubes": [ + {"origin": [-4.4, 0.5, -6], "size": [3, 3, 3], "uv": [0, 61], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/muk_alolan.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/muk_alolan.geo.json new file mode 100644 index 0000000..46b004c --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/muk_alolan.geo.json @@ -0,0 +1,270 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.muk", + "texture_width": 128, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "muk", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "muk", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 1.5, -1.75], + "cubes": [ + {"origin": [-13, 0, -10.25], "size": [26, 3, 18], "uv": [0, 0]}, + {"origin": [-13.5, -1.25, -4], "size": [1, 2, 1], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [-25, 0, 0], "uv": [101, 34]}, + {"origin": [-13.5, 2.75, 4], "size": [1, 2, 1], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [-25, 0, 0], "uv": [101, 34]}, + {"origin": [-13.5, 3.75, 1], "size": [1, 1, 1], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [-45, 0, 0], "uv": [101, 34]}, + {"origin": [-13.5, 1.25, -1], "size": [1, 2, 2], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [-45, 0, 0], "uv": [100, 33]}, + {"origin": [-13.5, -3.25, -4.75], "size": [1, 1, 1], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [-45, 0, 0], "uv": [101, 34]}, + {"origin": [-13.5, -4.75, -7], "size": [1, 2, 2], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [-45, 0, 0], "uv": [100, 33]} + ] + }, + { + "name": "torso2", + "parent": "torso", + "pivot": [0, 3, -2.25], + "cubes": [ + {"origin": [-11.5, 2, -9.25], "size": [23, 6, 15], "uv": [0, 21]}, + {"origin": [-7.5, 7, -2], "size": [15, 4, 5], "uv": [34, 42]} + ] + }, + { + "name": "head", + "parent": "torso2", + "pivot": [0, 8, -2], + "rotation": [-2.5, 0, 0], + "cubes": [ + {"origin": [-5.5, 7, -5], "size": [11, 10, 6], "uv": [0, 42]}, + {"origin": [-5.5, 8, -6], "size": [11, 1, 1], "uv": [73, 52]}, + {"origin": [-5.5, 13, -11], "size": [11, 4, 6], "uv": [70, 0]}, + {"origin": [1.5, 12.5, -11], "size": [1, 2, 1], "inflate": 0.01, "uv": [99, 26]}, + {"origin": [-2.5, 12.5, -11], "size": [1, 1, 1], "inflate": 0.01, "uv": [99, 27]}, + {"origin": [5.5, 9, -6], "size": [0, 4, 1], "uv": [16, 4]}, + {"origin": [-5.5, 9, -6], "size": [0, 4, 1], "uv": [16, 0]}, + {"origin": [-5.5, 6.25, -14], "size": [1, 2, 2], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [-45, 0, 0], "uv": [100, 33]}, + {"origin": [4.5, 6.25, -14], "size": [1, 2, 2], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [-45, 0, 0], "uv": [100, 33], "mirror": true}, + {"origin": [7, 5.25, -8], "size": [1, 2, 2], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [-45, 0, 0], "uv": [100, 33], "mirror": true}, + {"origin": [-8, 5.25, -8], "size": [1, 2, 2], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [-45, 0, 0], "uv": [100, 33]}, + {"origin": [-5.5, 8.25, -11], "size": [1, 1, 1], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [-45, 0, 0], "uv": [101, 34]}, + {"origin": [4.5, 8.25, -11], "size": [1, 1, 1], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [-45, 0, 0], "uv": [101, 34], "mirror": true}, + {"origin": [7, 8.25, -6], "size": [1, 1, 1], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [-45, 0, 0], "uv": [101, 34], "mirror": true}, + {"origin": [-8, 8.25, -6], "size": [1, 1, 1], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [-45, 0, 0], "uv": [101, 34]}, + {"origin": [-5.5, 12.25, 0], "size": [2, 2, 1], "inflate": 0.01, "uv": [100, 34]}, + {"origin": [3.5, 12.25, 0], "size": [2, 2, 1], "inflate": 0.01, "uv": [100, 34], "mirror": true}, + {"origin": [-4.5, 9.25, 2], "size": [2, 2, 1], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [0, 0, 45], "uv": [100, 34], "mirror": true}, + {"origin": [-8.5, 4.25, 2], "size": [1, 1, 1], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [0, 0, 45], "uv": [100, 34], "mirror": true}, + {"origin": [-10.5, 4.25, 2], "size": [1, 1, 1], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [0, 0, 45], "uv": [100, 34], "mirror": true}, + {"origin": [-11.5, 1.25, 2], "size": [1, 2, 1], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [0, 0, 45], "uv": [100, 34], "mirror": true}, + {"origin": [-7.5, 6.25, 2], "size": [2, 1, 1], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [0, 0, 45], "uv": [100, 34], "mirror": true}, + {"origin": [-11.5, 7.25, 0], "size": [2, 2, 1], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [0, 0, 45], "uv": [100, 34]}, + {"origin": [-8.5, 11.25, 0], "size": [1, 1, 1], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [0, 0, 45], "uv": [100, 34]}, + {"origin": [-6, 8.25, 2], "size": [1, 1, 1], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [0, 0, 45], "uv": [100, 34]}, + {"origin": [-9, 8.25, 0], "size": [2, 2, 1], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [0, 0, 45], "uv": [100, 34]}, + {"origin": [5.499, 8.15309, -9.46599], "size": [0, 5, 2], "pivot": [5.249, 10.65309, -8.96599], "rotation": [-5, 0, 0], "uv": [14, 8]} + ] + }, + { + "name": "jaw", + "parent": "head", + "pivot": [0, 8.75, -6], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-0.5, 11, -8.75], "size": [1, 1, 1], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [15, 0, 0], "uv": [99, 27]}, + {"origin": [5, 10, -3.75], "size": [1, 1, 1], "inflate": 0.01, "pivot": [0, 0, 0], "rotation": [15, 0, 0], "uv": [99, 27]}, + {"origin": [-5.5, 8, -10], "size": [11, 1, 4], "inflate": 0.01, "uv": [70, 10]}, + {"origin": [-5, 8, -11], "size": [10, 1, 1], "uv": [76, 40]}, + {"origin": [-4.5, 8.25, -11], "size": [2, 2, 1], "inflate": 0.01, "uv": [99, 26]}, + {"origin": [2.5, 8.25, -11], "size": [2, 1, 1], "inflate": 0.01, "uv": [99, 26]}, + {"origin": [-4, 9.75, -11], "size": [1, 1, 1], "uv": [99, 26]}, + {"origin": [3, 8.75, -11], "size": [1, 1, 1], "uv": [99, 26]} + ] + }, + { + "name": "eye_right", + "parent": "head", + "pivot": [-4.5, 15, -9], + "cubes": [ + {"origin": [-5.5, 14, -11], "size": [2, 2, 4], "inflate": 0.01, "uv": [116, 0]} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-4.4, 15, -8.9], + "cubes": [ + {"origin": [-5.4, 14, -10.9], "size": [2, 2, 4], "inflate": 0.02, "uv": [116, 18]} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [4.5, 15, -9], + "cubes": [ + {"origin": [3.5, 14, -11], "size": [2, 2, 4], "inflate": 0.01, "uv": [116, 6], "mirror": true} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [4.4, 15, -8.9], + "cubes": [ + {"origin": [3.4, 14, -10.9], "size": [2, 2, 4], "inflate": 0.02, "uv": [116, 12], "mirror": true} + ] + }, + { + "name": "arm_right", + "parent": "torso2", + "pivot": [-8.25, 8, -3], + "cubes": [ + {"origin": [-10.25, 6, -5], "size": [4, 6, 4], "inflate": 0.02, "uv": [75, 26]} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-8.25, 12, -1.5], + "cubes": [ + {"origin": [-10.25, 12, -4.5], "size": [4, 4, 3], "uv": [61, 21]} + ] + }, + { + "name": "arm_right3", + "parent": "arm_right2", + "pivot": [-8.25, 16, -1.5], + "cubes": [ + {"origin": [-10.25, 16, -4.5], "size": [4, 5, 3], "inflate": 0.02, "uv": [0, 21]} + ] + }, + { + "name": "hand_right", + "parent": "arm_right3", + "pivot": [-8.25, 21, -1.5], + "cubes": [ + {"origin": [-10.25, 21, -4.5], "size": [4, 3, 3], "uv": [88, 15]} + ] + }, + { + "name": "finger_right_index", + "parent": "hand_right", + "pivot": [-6.75, 23, -2], + "rotation": [0, 17.5, -35], + "cubes": [ + {"origin": [-6.75, 22, -4], "size": [3, 2, 2], "uv": [79, 47]}, + {"origin": [-3, 24, -3.5], "size": [1, 1, 1], "pivot": [-1.25, 22, 4.5], "rotation": [0, 0, -45], "uv": [100, 26], "mirror": true} + ] + }, + { + "name": "finger_right_middle", + "parent": "hand_right", + "pivot": [-8.25, 24, -1.5], + "cubes": [ + {"origin": [-9.25, 24, -3.5], "size": [2, 3, 2], "uv": [83, 21]}, + {"origin": [-8.75, 20, -4.5], "size": [1, 1, 1], "pivot": [-1.25, 22, 4.5], "rotation": [-45, 0, 0], "uv": [100, 26], "mirror": true} + ] + }, + { + "name": "finger_right_ring", + "parent": "hand_right", + "pivot": [-9.75, 23, -2], + "rotation": [0, -17.5, 35], + "cubes": [ + {"origin": [-12.75, 22, -4], "size": [3, 2, 2], "uv": [79, 43]}, + {"origin": [-10.5, 14, -3.5], "size": [1, 1, 1], "pivot": [-1.25, 22, 4.5], "rotation": [0, 0, 45], "uv": [100, 26], "mirror": true} + ] + }, + { + "name": "arm_left", + "parent": "torso2", + "pivot": [8.25, 8, -3], + "cubes": [ + {"origin": [6.25, 6, -5], "size": [4, 6, 4], "inflate": 0.02, "uv": [0, 0]} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [8.25, 12, -1.5], + "cubes": [ + {"origin": [6.25, 12, -4.5], "size": [4, 4, 3], "uv": [0, 29]} + ] + }, + { + "name": "arm_left3", + "parent": "arm_left2", + "pivot": [8.25, 16, -1.5], + "cubes": [ + {"origin": [6.25, 16, -4.5], "size": [4, 5, 3], "inflate": 0.02, "uv": [0, 10]} + ] + }, + { + "name": "hand_left", + "parent": "arm_left3", + "pivot": [8.25, 21, -1.5], + "cubes": [ + {"origin": [6.25, 21, -4.5], "size": [4, 3, 3], "uv": [61, 28]} + ] + }, + { + "name": "finger_left_index", + "parent": "hand_left", + "pivot": [6.75, 23, -2], + "rotation": [0, -17.5, 35], + "cubes": [ + {"origin": [2, 24, -3.5], "size": [1, 1, 1], "pivot": [1.25, 22, 4.5], "rotation": [0, 0, 45], "uv": [100, 26]}, + {"origin": [3.75, 22, -4], "size": [3, 2, 2], "uv": [69, 43]} + ] + }, + { + "name": "finger_left_middle", + "parent": "hand_left", + "pivot": [8.25, 24, -1.5], + "cubes": [ + {"origin": [7.25, 24, -3.5], "size": [2, 3, 2], "uv": [75, 21]}, + {"origin": [7.75, 20, -4.5], "size": [1, 1, 1], "pivot": [1.25, 22, 4.5], "rotation": [-45, 0, 0], "uv": [100, 26]} + ] + }, + { + "name": "finger_left_ring", + "parent": "hand_left", + "pivot": [9.75, 23, -2], + "rotation": [0, 17.5, -35], + "cubes": [ + {"origin": [9.5, 14, -3.5], "size": [1, 1, 1], "pivot": [1.25, 22, 4.5], "rotation": [0, 0, -45], "uv": [100, 26]}, + {"origin": [9.75, 22, -4], "size": [3, 2, 2], "uv": [28, 42]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 1, 7.75], + "cubes": [ + {"origin": [-9, 0, 7.75], "size": [18, 2, 3], "uv": [34, 51]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 0.5, 10.75], + "cubes": [ + {"origin": [-2.5, 0, 10.75], "size": [5, 1, 3], "uv": [76, 36]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/munna/munna.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/munna/munna.geo.json new file mode 100644 index 0000000..ed977db --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/munna/munna.geo.json @@ -0,0 +1,96 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "munna", + "pivot": [0, 0, 0] + }, + { + "name": "head", + "parent": "munna", + "pivot": [0.12542, 10.12531, -1.67516], + "cubes": [ + {"origin": [-5.3756, 8.96942, -7.3179], "size": [11, 12, 14], "uv": [0, 0]}, + {"origin": [-0.8756, 13.19442, -10.70857], "size": [2, 3, 0], "pivot": [-3.8756, 14.46942, -2.00857], "rotation": [15, 0, 0], "uv": [0, 44]} + ] + }, + { + "name": "leg_front_left", + "parent": "head", + "pivot": [4.6244, 8.96942, -3.8179], + "cubes": [ + {"origin": [2.6494, 5.84442, -5.3179], "size": [2, 4, 3], "pivot": [4.6244, 8.96942, -3.8179], "rotation": [0, 0, 24.75], "uv": [30, 33]} + ] + }, + { + "name": "leg_back_left", + "parent": "head", + "pivot": [3.8139, 9.56528, 4.1821], + "cubes": [ + {"origin": [1.82442, 6.23848, 2.6821], "size": [3, 4, 3], "pivot": [3.8139, 9.56528, 4.1821], "rotation": [0, 0, 24.75], "uv": [0, 7]} + ] + }, + { + "name": "leg_back_right", + "parent": "head", + "pivot": [-3.56509, 9.56528, 4.1821], + "cubes": [ + {"origin": [-4.57561, 6.23848, 2.6821], "size": [3, 4, 3], "pivot": [-3.56509, 9.56528, 4.1821], "rotation": [0, 0, -24.75], "uv": [0, 0]} + ] + }, + { + "name": "leg_front_right", + "parent": "head", + "pivot": [-4.3756, 8.96942, -3.8179], + "cubes": [ + {"origin": [-4.4006, 5.84442, -5.3179], "size": [2, 4, 3], "pivot": [-4.3756, 8.96942, -3.8179], "rotation": [0, 0, -24.75], "uv": [30, 26]} + ] + }, + { + "name": "bone2", + "parent": "head", + "pivot": [-0.3756, 14.46942, -2.00857], + "cubes": [ + {"origin": [-4.3756, 10.19442, -10.68357], "size": [9, 11, 6], "pivot": [-0.3756, 14.46942, -2.00857], "rotation": [15, 0, 0], "uv": [0, 26]} + ] + }, + { + "name": "bone", + "parent": "bone2", + "pivot": [0.1244, 9.08289, -7.4179], + "cubes": [ + {"origin": [-1.3756, 7.58289, -8.9179], "size": [3, 3, 3], "pivot": [0.1244, 9.08289, -7.4179], "rotation": [22.61259, -21.03166, 40.74915], "uv": [36, 0]} + ] + }, + { + "name": "eye_right", + "parent": "head", + "pivot": [-5.4131, 13.83192, -5.3304], + "cubes": [ + {"origin": [-5.4006, 11.96942, -6.3429], "size": [0, 3, 2], "uv": [9, 5]}, + {"origin": [-5.4256, 13.69442, -5.8179], "size": [0, 1, 1], "uv": [0, 0]} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [5.6619, 13.83192, -5.3304], + "cubes": [ + {"origin": [5.6494, 11.96942, -6.3429], "size": [0, 3, 2], "uv": [0, 24]}, + {"origin": [5.6744, 13.69442, -5.8179], "size": [0, 1, 1], "uv": [0, 1]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/musharna/musharna.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/musharna/musharna.geo.json new file mode 100644 index 0000000..6cbcb63 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/musharna/musharna.geo.json @@ -0,0 +1,129 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 3, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "musharna", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "musharna", + "pivot": [0, 15.5, -0.225], + "cubes": [ + {"origin": [-6.5, 9, -7.725], "size": [13, 13, 15], "uv": [0, 0]} + ] + }, + { + "name": "leg_right2", + "parent": "body", + "pivot": [-5.92394, 12.31065, -3.83134], + "rotation": [90, 0, -13.5], + "cubes": [ + {"origin": [-7.91322, 10.25757, -8.04306], "size": [4, 4, 5], "uv": [13, 58]}, + {"origin": [-7.48822, 10.63257, -10.66806], "size": [3, 3, 5], "uv": [18, 49]} + ] + }, + { + "name": "leg_left2", + "parent": "body", + "pivot": [5.92394, 12.31065, -3.83134], + "rotation": [90, 0, 13.5], + "cubes": [ + {"origin": [3.91322, 10.25757, -8.04306], "size": [4, 4, 5], "uv": [62, 20]}, + {"origin": [4.48822, 10.63257, -10.66806], "size": [3, 3, 5], "uv": [47, 65]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-5.0875, 11.3375, 6.6125], + "rotation": [34.27504, -3.05328, 0], + "cubes": [ + {"origin": [-7.55, 8.9, 1.425], "size": [5, 5, 5], "uv": [56, 10], "mirror": true}, + {"origin": [-7.125, 9.275, -1.525], "size": [4, 4, 5], "uv": [0, 63], "mirror": true} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [5.0875, 11.3375, 6.6125], + "rotation": [34.27504, 3.05328, 0], + "cubes": [ + {"origin": [2.55, 8.9, 1.425], "size": [5, 5, 5], "uv": [56, 10]}, + {"origin": [3.125, 9.275, -1.525], "size": [4, 4, 5], "uv": [0, 63]} + ] + }, + { + "name": "head", + "parent": "body", + "pivot": [0, 15.33161, -6.91395], + "cubes": [ + {"origin": [-5.5, 10.225, -11.81567], "size": [11, 12, 6], "pivot": [0.5, 14.5, -2.19067], "rotation": [15, 0, 0], "uv": [34, 28]}, + {"origin": [-4.5, 4.27754, -16.7278], "size": [9, 13, 8], "pivot": [0, 13.83192, -13.49081], "rotation": [45, 0, 0], "uv": [0, 28]} + ] + }, + { + "name": "bone7", + "parent": "head", + "pivot": [0, 7.3228, -7.3665], + "cubes": [ + {"origin": [-2.55126, 4.8228, -9.0915], "size": [5, 5, 5], "pivot": [0.12374, 7.3228, -7.3665], "rotation": [62.76369, -41.64114, 18.88172], "uv": [0, 72]} + ] + }, + { + "name": "hair", + "parent": "head", + "pivot": [-3, 13.83192, -13.01581], + "cubes": [ + {"origin": [-1.5, 7.27754, -16.6278], "size": [3, 4, 0], "pivot": [-3, 13.83192, -13.01581], "rotation": [45, 0, 0], "uv": [9, 0]} + ] + }, + { + "name": "bone3", + "parent": "hair", + "pivot": [0, 8.13061, -12.12178], + "cubes": [ + {"origin": [0, 7.67754, -19.6278], "size": [0, 3, 3], "pivot": [4.5, 13.83192, -13.01581], "rotation": [45, 0, 0], "uv": [0, 25]}, + {"origin": [-1, 2.83004, -18.30391], "size": [2, 6, 4], "pivot": [0, 5.83004, -15.77891], "rotation": [70.5, 0, 0], "uv": [63, 65]} + ] + }, + { + "name": "bone4", + "parent": "bone3", + "pivot": [0, 6.12606, -18.3644], + "cubes": [ + {"origin": [0, 5.28828, -22.5803], "size": [0, 2, 5], "pivot": [0, 8.08828, -20.2053], "rotation": [-14.25, 0, 0], "uv": [0, 8]}, + {"origin": [-1.5, 6.84431, -28.63889], "size": [3, 8, 6], "pivot": [0.5, 12.41931, -24.26389], "rotation": [46.25, 0, 0], "uv": [0, 49]} + ] + }, + { + "name": "bone5", + "parent": "bone4", + "pivot": [0, 13.50554, -25.13243], + "cubes": [ + {"origin": [-1, 19.1952, -24.15728], "size": [2, 8, 5], "pivot": [0, 22.1952, -22.15728], "rotation": [143, 0, 0], "uv": [0, 0]}, + {"origin": [0, 15.03645, -29.32837], "size": [0, 3, 8], "pivot": [0, 16.66145, -25.20337], "rotation": [78.25, 0, 0], "uv": [41, 2]} + ] + }, + { + "name": "bone6", + "parent": "bone5", + "pivot": [0, 21.8702, -20.70728], + "cubes": [ + {"origin": [0, 3.8452, -24.15728], "size": [0, 20, 9], "pivot": [-1, 22.1952, -22.15728], "rotation": [110.75, 0, 0], "uv": [34, 37]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/naganadel/naganadel2.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/naganadel/naganadel2.geo.json new file mode 100644 index 0000000..13f4db3 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/naganadel/naganadel2.geo.json @@ -0,0 +1,444 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.naganadel", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 6, + "visible_bounds_height": 5.5, + "visible_bounds_offset": [0, 2.25, 0] + }, + "bones": [ + { + "name": "naganadel", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "naganadel", + "pivot": [0, 40, 0] + }, + { + "name": "torso_top", + "parent": "body", + "pivot": [0, 35, 0], + "cubes": [ + {"origin": [-2, 34, -2], "size": [4, 6, 4], "uv": [112, 29]} + ] + }, + { + "name": "torso_top2", + "parent": "torso_top", + "pivot": [0, 39, 2], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [-2.5, 38, -2.25], "size": [5, 1, 5], "uv": [56, 17]}, + {"origin": [-3.5, 39, -2.5], "size": [7, 4, 6], "uv": [42, 0]} + ] + }, + { + "name": "neck", + "parent": "torso_top2", + "pivot": [0, 43, 3.5], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [-2.5, 42, -0.5], "size": [5, 5, 4], "inflate": 0.01, "uv": [76, 17]} + ] + }, + { + "name": "neck2", + "parent": "neck", + "pivot": [0, 47, 3.5], + "cubes": [ + {"origin": [-2.5, 47, -0.5], "size": [5, 5, 4], "uv": [110, 0]}, + {"origin": [0, 47.25, 3.5], "size": [0, 2, 2], "uv": [62, 2]} + ] + }, + { + "name": "neck3", + "parent": "neck2", + "pivot": [0, 52, 3.5], + "cubes": [ + {"origin": [-2.5, 52, -0.5], "size": [5, 4, 4], "inflate": 0.01, "uv": [76, 26]} + ] + }, + { + "name": "head", + "parent": "neck3", + "pivot": [0, 55, 2.5], + "rotation": [100, 0, 0], + "cubes": [ + {"origin": [-3, 55, 0.5], "size": [6, 6, 4], "inflate": 0.01, "uv": [0, 72]}, + {"origin": [-2.5, 61, 0.5], "size": [5, 2, 4], "inflate": 0.01, "uv": [50, 72]}, + {"origin": [-3, 55, -0.5], "size": [6, 2, 1], "uv": [20, 77]}, + {"origin": [-3, 58, 1], "size": [6, 3, 2], "inflate": 0.02, "uv": [112, 73]}, + {"origin": [-2.5, 61, 1], "size": [5, 2, 2], "inflate": 0.02, "uv": [114, 69]}, + {"origin": [-1.85, 62.1, 0], "size": [0, 1, 1], "pivot": [-1.85, 62.6, 0.5], "rotation": [-45, 0, 60], "uv": [42, 31], "mirror": true}, + {"origin": [1.85, 62.1, 0], "size": [0, 1, 1], "pivot": [1.85, 62.6, 0.5], "rotation": [-45, 0, -60], "uv": [42, 32]}, + {"origin": [-3, 58.35, -0.25], "size": [0, 2, 2], "pivot": [-3, 59.35, 0.75], "rotation": [-45, 2.5, 0], "uv": [64, 72], "mirror": true}, + {"origin": [3, 58.35, -0.25], "size": [0, 2, 2], "pivot": [3, 59.35, 0.75], "rotation": [-45, -2.5, 0], "uv": [64, 70]}, + {"origin": [0, 60.75, 4.25], "size": [0, 2, 3], "pivot": [0, 60.75, 4.25], "rotation": [30, 0, 0], "uv": [42, 0]}, + {"origin": [-3, 50.75, 2], "size": [0, 7, 2], "pivot": [-3, 57.75, 2.75], "rotation": [-5, 0, 25], "uv": [38, 70]}, + {"origin": [-3, 48.75, 2], "size": [0, 9, 3], "pivot": [-3, 57.75, 2.25], "rotation": [27.5, -2.5, 25], "uv": [36, 22]}, + {"origin": [3, 48.75, 2], "size": [0, 9, 3], "pivot": [3, 57.75, 2.25], "rotation": [27.5, 2.5, -25], "uv": [66, 22]}, + {"origin": [3, 50.75, 2], "size": [0, 7, 2], "pivot": [3, 57.75, 2.75], "rotation": [-10, 0, -25], "uv": [34, 70]} + ] + }, + { + "name": "jaw", + "parent": "head", + "pivot": [0, 57, 0.25], + "rotation": [-2.5, 0, 0], + "cubes": [ + {"origin": [-3, 56.75, -0.5], "size": [6, 3, 1], "uv": [114, 25]}, + {"origin": [-2.5, 59.75, -0.5], "size": [5, 2, 1], "uv": [57, 78]}, + {"origin": [-1.5, 61.75, -0.5], "size": [3, 1, 1], "uv": [88, 73]} + ] + }, + { + "name": "tusk_right", + "parent": "head", + "pivot": [-3, 55.25, 1.25], + "rotation": [30, 0, 2.5], + "cubes": [ + {"origin": [-4.5, 55.25, 0.25], "size": [2, 2, 2], "inflate": 0.01, "uv": [42, 10]} + ] + }, + { + "name": "tusk_right2", + "parent": "tusk_right", + "pivot": [-4.5, 55.25, 1.25], + "rotation": [0, 0, 72.5], + "cubes": [ + {"origin": [-7.5, 55.25, 0.25], "size": [3, 2, 2], "uv": [82, 34]} + ] + }, + { + "name": "tusk_right3", + "parent": "tusk_right2", + "pivot": [-7.5, 55.25, 0.25], + "rotation": [0, 25, 25], + "cubes": [ + {"origin": [-10.5, 55.25, 0.25], "size": [3, 2, 2], "inflate": 0.01, "uv": [106, 29]} + ] + }, + { + "name": "tusk_right4", + "parent": "tusk_right3", + "pivot": [-10.5, 55.25, 1.25], + "rotation": [0, 7.5, 15], + "cubes": [ + {"origin": [-13.5, 55.25, 0.25], "size": [3, 2, 2], "uv": [72, 35]} + ] + }, + { + "name": "tusk_right5", + "parent": "tusk_right4", + "pivot": [-13.5, 55.75, 1.25], + "rotation": [0, 0, 40], + "cubes": [ + {"origin": [-16.5, 55.75, 0.75], "size": [3, 1, 1], "uv": [64, 37]} + ] + }, + { + "name": "tusk_left", + "parent": "head", + "pivot": [3, 55.25, 1.25], + "rotation": [30, 0, -2.5], + "cubes": [ + {"origin": [2.5, 55.25, 0.25], "size": [2, 2, 2], "inflate": 0.01, "uv": [71, 17]} + ] + }, + { + "name": "tusk_left2", + "parent": "tusk_left", + "pivot": [4.5, 55.25, 1.25], + "rotation": [0, 0, -72.5], + "cubes": [ + {"origin": [4.5, 55.25, 0.25], "size": [3, 2, 2], "uv": [16, 72]} + ] + }, + { + "name": "tusk_left3", + "parent": "tusk_left2", + "pivot": [7.5, 55.25, 0.25], + "rotation": [0, -25, -25], + "cubes": [ + {"origin": [7.5, 55.25, 0.25], "size": [3, 2, 2], "inflate": 0.01, "uv": [92, 0]} + ] + }, + { + "name": "tusk_left4", + "parent": "tusk_left3", + "pivot": [10.5, 55.25, 1.25], + "rotation": [0, -7.5, -15], + "cubes": [ + {"origin": [10.5, 55.25, 0.25], "size": [3, 2, 2], "uv": [67, 79]} + ] + }, + { + "name": "tusk_left5", + "parent": "tusk_left4", + "pivot": [13.5, 55.75, 1.25], + "rotation": [0, 0, -40], + "cubes": [ + {"origin": [13.5, 55.75, 0.75], "size": [3, 1, 1], "uv": [68, 23]} + ] + }, + { + "name": "crest_head", + "parent": "head", + "pivot": [0, 61, 4], + "rotation": [2.5, 0, 0], + "cubes": [ + {"origin": [-1, 51, 1], "size": [2, 11, 4], "uv": [92, 30]}, + {"origin": [-0.5, 47, 2], "size": [1, 4, 3], "uv": [104, 10]}, + {"origin": [-0.5, 42, 3], "size": [1, 5, 2], "uv": [68, 72]}, + {"origin": [0, 34, 3], "size": [0, 16, 4], "uv": [100, 55]}, + {"origin": [0, 53.25, 5], "size": [0, 6, 3], "uv": [104, 31]} + ] + }, + { + "name": "arm_right", + "parent": "torso_top2", + "pivot": [-3.25, 41.25, 1], + "rotation": [-7.5, 5, 30], + "cubes": [ + {"origin": [-6, 39.25, -0.5], "size": [3, 4, 3], "inflate": 0.01, "uv": [74, 72]}, + {"origin": [-5.5, 34.25, 0], "size": [2, 5, 2], "uv": [92, 52]}, + {"origin": [-9, 40.5, 0], "size": [3, 2, 2], "uv": [104, 25]}, + {"origin": [-14, 41, 0.5], "size": [5, 1, 1], "uv": [0, 32]} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-4.5, 34.25, 2], + "rotation": [-50, 0, 0], + "cubes": [ + {"origin": [-5.5, 30.25, 0], "size": [2, 4, 2], "inflate": 0.01, "uv": [42, 72]} + ] + }, + { + "name": "hand_right", + "parent": "arm_right2", + "pivot": [-4.5, 30.25, 1], + "cubes": [ + {"origin": [-5.5, 29.25, 0], "size": [2, 1, 2], "uv": [106, 0]} + ] + }, + { + "name": "finger_right_index", + "parent": "hand_right", + "pivot": [-4, 29.5, 0.5], + "rotation": [-45, -35, -15], + "cubes": [ + {"origin": [-4.5, 26.5, 0], "size": [1, 3, 1], "inflate": 0.01, "uv": [104, 17]} + ] + }, + { + "name": "finger_right_index2", + "parent": "finger_right_index", + "pivot": [-4, 26.5, 0], + "rotation": [60, 0, 0], + "cubes": [ + {"origin": [-4, 23.5, 0], "size": [0, 3, 1], "uv": [0, 24]} + ] + }, + { + "name": "finger_right_middle", + "parent": "hand_right", + "pivot": [-4.5, 29.5, 1.5], + "rotation": [40, 0, 0], + "cubes": [ + {"origin": [-5, 26.5, 1], "size": [1, 3, 1], "inflate": 0.01, "uv": [112, 17]} + ] + }, + { + "name": "finger_right_middle2", + "parent": "finger_right_middle", + "pivot": [-4.5, 26.5, 2], + "rotation": [-60, 0, 0], + "cubes": [ + {"origin": [-4.5, 23.5, 1], "size": [0, 3, 1], "uv": [9, 24]} + ] + }, + { + "name": "finger_right_ring", + "parent": "hand_right", + "pivot": [-5, 29.5, 0.5], + "rotation": [-45, 35, 15], + "cubes": [ + {"origin": [-5.5, 26.5, 0], "size": [1, 3, 1], "inflate": 0.01, "uv": [108, 17]} + ] + }, + { + "name": "finger_right_ring2", + "parent": "finger_right_ring", + "pivot": [-5, 26.5, 0], + "rotation": [60, 0, 0], + "cubes": [ + {"origin": [-5, 23.5, 0], "size": [0, 3, 1], "uv": [12, 9]} + ] + }, + { + "name": "arm_left", + "parent": "torso_top2", + "pivot": [3.25, 41.25, 1], + "rotation": [-7.5, -5, -30], + "cubes": [ + {"origin": [3, 39.25, -0.5], "size": [3, 4, 3], "inflate": 0.01, "uv": [0, 25]}, + {"origin": [3.5, 34.25, 0], "size": [2, 5, 2], "uv": [100, 52]}, + {"origin": [6, 40.5, 0], "size": [3, 2, 2], "uv": [90, 17]}, + {"origin": [9, 41, 0.5], "size": [5, 1, 1], "uv": [56, 10]} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [4.5, 34.25, 2], + "rotation": [-50, 0, 0], + "cubes": [ + {"origin": [3.5, 30.25, 0], "size": [2, 4, 2], "inflate": 0.01, "uv": [102, 3]} + ] + }, + { + "name": "hand_left", + "parent": "arm_left2", + "pivot": [4.5, 30.25, 1], + "cubes": [ + {"origin": [3.5, 29.25, 0], "size": [2, 1, 2], "uv": [26, 73]} + ] + }, + { + "name": "finger_left_index", + "parent": "hand_left", + "pivot": [4, 29.5, 0.5], + "rotation": [-45, 35, 15], + "cubes": [ + {"origin": [3.5, 26.5, 0], "size": [1, 3, 1], "inflate": 0.01, "uv": [62, 0]} + ] + }, + { + "name": "finger_left_index2", + "parent": "finger_left_index", + "pivot": [4, 26.5, 0], + "rotation": [60, 0, 0], + "cubes": [ + {"origin": [4, 23.5, 0], "size": [0, 3, 1], "uv": [12, 3]} + ] + }, + { + "name": "finger_left_middle", + "parent": "hand_left", + "pivot": [4.5, 29.5, 1.5], + "rotation": [40, 0, 0], + "cubes": [ + {"origin": [4, 26.5, 1], "size": [1, 3, 1], "inflate": 0.01, "uv": [94, 21]} + ] + }, + { + "name": "finger_left_middle2", + "parent": "finger_left_middle", + "pivot": [4.5, 26.5, 2], + "rotation": [-60, 0, 0], + "cubes": [ + {"origin": [4.5, 23.5, 1], "size": [0, 3, 1], "uv": [12, 6]} + ] + }, + { + "name": "finger_left_ring", + "parent": "hand_left", + "pivot": [5, 29.5, 0.5], + "rotation": [-45, -35, -15], + "cubes": [ + {"origin": [4.5, 26.5, 0], "size": [1, 3, 1], "inflate": 0.01, "uv": [56, 17]} + ] + }, + { + "name": "finger_left_ring2", + "parent": "finger_left_ring", + "pivot": [5, 26.5, 0], + "rotation": [60, 0, 0], + "cubes": [ + {"origin": [5, 23.5, 0], "size": [0, 3, 1], "uv": [12, 0]} + ] + }, + { + "name": "wing_right", + "parent": "torso_top2", + "pivot": [-1.25, 40.5, 3.5], + "rotation": [0, 25, 0], + "cubes": [ + {"origin": [-7.25, 39, 3.5], "size": [6, 6, 0], "inflate": 0.01, "uv": [116, 9], "mirror": true} + ] + }, + { + "name": "wing_right2", + "parent": "wing_right", + "pivot": [-7.25, 43, 3.5], + "cubes": [ + {"origin": [-15.25, 37, 3.5], "size": [8, 15, 0], "uv": [112, 54], "mirror": true} + ] + }, + { + "name": "wing_right3", + "parent": "wing_right2", + "pivot": [-15.25, 44, 3.5], + "cubes": [ + {"origin": [-38.25, 26, 3.5], "size": [23, 33, 0], "uv": [0, 39], "mirror": true}, + {"origin": [-15.25, 57, 3.5], "size": [7, 2, 0], "uv": [20, 80], "mirror": true} + ] + }, + { + "name": "wing_left", + "parent": "torso_top2", + "pivot": [1.25, 40.5, 3.5], + "rotation": [0, -25, 0], + "cubes": [ + {"origin": [1.25, 39, 3.5], "size": [6, 6, 0], "inflate": 0.01, "uv": [116, 15]} + ] + }, + { + "name": "wing_left2", + "parent": "wing_left", + "pivot": [7.25, 43, 3.5], + "cubes": [ + {"origin": [7.25, 37, 3.5], "size": [8, 15, 0], "uv": [112, 39]} + ] + }, + { + "name": "wing_left3", + "parent": "wing_left2", + "pivot": [15.25, 44, 3.5], + "cubes": [ + {"origin": [15.25, 26, 3.5], "size": [23, 33, 0], "uv": [46, 39]}, + {"origin": [8.25, 57, 3.5], "size": [7, 2, 0], "uv": [49, 37]} + ] + }, + { + "name": "torso_bottom", + "parent": "body", + "pivot": [0, 35, 0], + "cubes": [ + {"origin": [-6, 33, -6], "size": [12, 2, 12], "uv": [0, 25]}, + {"origin": [-7, 22, -7], "size": [14, 11, 14], "uv": [0, 0]}, + {"origin": [-6, 17, -6], "size": [12, 5, 12], "uv": [56, 0]}, + {"origin": [-5, 14, -4.5], "size": [10, 3, 9], "uv": [36, 25]}, + {"origin": [-11.5, 27, 0], "size": [5, 3, 0], "uv": [92, 7]}, + {"origin": [6.5, 27, 0], "size": [5, 3, 0], "uv": [92, 4]}, + {"origin": [-13.25, 18.5, -1], "size": [8, 2, 2], "pivot": [-5.25, 19.5, 0], "rotation": [0, 5, -50], "uv": [86, 75]}, + {"origin": [-18.25, 19, -0.5], "size": [5, 1, 1], "pivot": [-5.25, 19.5, 0], "rotation": [0, 5, -50], "uv": [0, 34]}, + {"origin": [-2, 12.5, -2.5], "size": [4, 2, 5], "uv": [92, 45]}, + {"origin": [-1.5, 2.5, -1.5], "size": [3, 10, 3], "uv": [0, 0]}, + {"origin": [-1, -3.5, -1], "size": [2, 6, 2], "uv": [92, 59]}, + {"origin": [5.25, 18.5, -1], "size": [8, 2, 2], "pivot": [5.25, 19.5, 0], "rotation": [0, -5, 50], "uv": [108, 21]}, + {"origin": [13.25, 19, -0.5], "size": [5, 1, 1], "pivot": [5.25, 19.5, 0], "rotation": [0, -5, 50], "uv": [56, 23]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/necrozma.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/necrozma.geo.json new file mode 100644 index 0000000..79b25e9 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/necrozma.geo.json @@ -0,0 +1,694 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.Necrozma", + "texture_width": 256, + "texture_height": 256, + "visible_bounds_width": 16, + "visible_bounds_height": 8, + "visible_bounds_offset": [0, 3, 0] + }, + "bones": [ + { + "name": "necrozma", + "pivot": [0, 0, 0] + }, + { + "name": "body_rotation", + "parent": "necrozma", + "pivot": [0, 0, 0], + "rotation": [15, 0, 0] + }, + { + "name": "body", + "parent": "body_rotation", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [-2, 34, 7], + "cubes": [ + {"origin": [-6.5, 33, 10.5], "size": [13, 14, 10], "inflate": -0.01, "uv": [194, 49]}, + {"origin": [3, 34, 2], "size": [8, 10, 8], "pivot": [-2, -10, 0], "rotation": [0, -45, 0], "uv": [104, 161]} + ] + }, + { + "name": "chest", + "parent": "torso", + "pivot": [-2, -10, 0], + "cubes": [ + {"origin": [1, 44, 0], "size": [12, 14, 12], "pivot": [-2, -10, 0], "rotation": [0, -45, 0], "uv": [60, 121]}, + {"origin": [-9, 44, 10.5], "size": [18, 14, 10], "inflate": 0.01, "uv": [116, 0]} + ] + }, + { + "name": "armor_left", + "parent": "chest", + "pivot": [-2, -10, 0], + "cubes": [ + {"origin": [-8, 32.5, -37.5], "size": [2, 6, 6], "pivot": [-2, -10, 0], "rotation": [-45, 0, 15], "uv": [72, 94]}, + {"origin": [-9, 46.5, 8.5], "size": [4, 12, 12], "pivot": [-2, -10, 0], "rotation": [0, 0, 15], "uv": [72, 149], "mirror": true}, + {"origin": [-9, 34.5, 8.5], "size": [4, 12, 12], "pivot": [-2, -10, 0], "rotation": [0, 0, 15], "uv": [40, 141]}, + {"origin": [-8, 38.5, -42.5], "size": [2, 6, 6], "pivot": [-2, -10, 0], "rotation": [-45, 0, 15], "uv": [123, 94]} + ] + }, + { + "name": "bone32", + "parent": "armor_left", + "pivot": [-4, -18, 0], + "rotation": [0, 0, 15], + "cubes": [ + {"origin": [-10, 25, -37.5], "size": [2, 6, 6], "pivot": [-4, -18, 0], "rotation": [-45, 0, 0], "uv": [72, 94]} + ] + }, + { + "name": "spike_back_left", + "parent": "armor_left", + "pivot": [1, -7, 2], + "cubes": [ + {"origin": [-19, 47.5, -11.5], "size": [4, 22, 6], "pivot": [1, -7, 2], "rotation": [-25, 0, 25], "uv": [0, 165]}, + {"origin": [-18, 54.5, -10.5], "size": [2, 21, 4], "pivot": [1, -7, 2], "rotation": [-25, 0, 25], "uv": [0, 41]} + ] + }, + { + "name": "spike_front_left", + "parent": "armor_left", + "pivot": [-1, -10, 0], + "cubes": [ + {"origin": [-21, 42.5, 7.5], "size": [4, 22, 6], "pivot": [-1, -10, 0], "rotation": [-2.5, 0, 25], "uv": [0, 165]}, + {"origin": [-20, 49.5, 8.5], "size": [2, 21, 4], "pivot": [-1, -10, 0], "rotation": [-2.5, 0, 25], "uv": [0, 41]} + ] + }, + { + "name": "armor_right", + "parent": "chest", + "pivot": [2, -10, 0], + "cubes": [ + {"origin": [6, 32.5, -37.5], "size": [2, 6, 6], "pivot": [2, -10, 0], "rotation": [-45, 0, -15], "uv": [72, 94], "mirror": true}, + {"origin": [5, 46.5, 8.5], "size": [4, 12, 12], "pivot": [2, -10, 0], "rotation": [0, 0, -15], "uv": [72, 149]}, + {"origin": [5, 34.5, 8.5], "size": [4, 12, 12], "pivot": [2, -10, 0], "rotation": [0, 0, -15], "uv": [40, 141], "mirror": true}, + {"origin": [6, 38.5, -42.5], "size": [2, 6, 6], "pivot": [2, -10, 0], "rotation": [-45, 0, -15], "uv": [123, 94], "mirror": true} + ] + }, + { + "name": "bone3", + "parent": "armor_right", + "pivot": [4, -18, 0], + "rotation": [0, 0, -15], + "cubes": [ + {"origin": [8, 25, -37.5], "size": [2, 6, 6], "pivot": [4, -18, 0], "rotation": [-45, 0, 0], "uv": [72, 94], "mirror": true} + ] + }, + { + "name": "spike_back_right", + "parent": "armor_right", + "pivot": [-1, -7, 2], + "cubes": [ + {"origin": [15, 47.5, -11.5], "size": [4, 22, 6], "pivot": [-1, -7, 2], "rotation": [-25, 0, -25], "uv": [0, 165], "mirror": true}, + {"origin": [16, 54.5, -10.5], "size": [2, 21, 4], "pivot": [-1, -7, 2], "rotation": [-25, 0, -25], "uv": [0, 41], "mirror": true} + ] + }, + { + "name": "spike_front_right", + "parent": "armor_right", + "pivot": [1, -10, 0], + "cubes": [ + {"origin": [17, 42.5, 7.5], "size": [4, 22, 6], "pivot": [1, -10, 0], "rotation": [-2.5, 0, -25], "uv": [0, 165], "mirror": true}, + {"origin": [18, 49.5, 8.5], "size": [2, 21, 4], "pivot": [1, -10, 0], "rotation": [-2.5, 0, -25], "uv": [0, 41], "mirror": true} + ] + }, + { + "name": "head", + "parent": "chest", + "pivot": [0, 58, 12], + "cubes": [ + {"origin": [1, 63.5, 0], "size": [12, 4, 12], "pivot": [-2, -10, 0], "rotation": [0, -45, 0], "uv": [143, 24]}, + {"origin": [-9, 63.5, 10.6], "size": [18, 4, 8], "uv": [0, 141]} + ] + }, + { + "name": "face", + "parent": "head", + "pivot": [-2, 57, 10], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [15, 55.7051, -2.34946], "size": [10, 10, 10], "pivot": [-2, -0.2949, -16.34946], "rotation": [0, -45, 0], "uv": [144, 96]}, + {"origin": [-6.9, 55.7051, 12.65054], "size": [14, 10, 8], "uv": [100, 143]} + ] + }, + { + "name": "eyes", + "parent": "face", + "pivot": [-2, -0.2949, -16.34946], + "cubes": [ + {"origin": [15.09, 62.6, -31.5], "size": [2, 3, 2], "inflate": 0.1, "pivot": [-2, -0.2949, -16.34946], "rotation": [-30, -45, 0], "uv": [62, 114]}, + {"origin": [14.96, 60.8841, 1.62954], "size": [2, 4, 2], "inflate": 0.021, "pivot": [-2, -0.2949, -16.34946], "rotation": [0, -45, 0], "uv": [92, 147]}, + {"origin": [15.25, 60.6951, 1.65054], "size": [2, 4, 2], "inflate": 0.3, "pivot": [-2, -0.2949, -16.34946], "rotation": [0, -45, 0], "uv": [60, 147]}, + {"origin": [-17.1, 60.6951, 1.65054], "size": [2, 4, 2], "inflate": 0.3, "pivot": [2, -0.2949, -16.34946], "rotation": [0, 45, 0], "uv": [44, 141]}, + {"origin": [14.98, 43.7051, 29.53054], "size": [2, 6, 2], "pivot": [-2, -0.2949, -16.34946], "rotation": [30, -45, 0], "uv": [43, 113]}, + {"origin": [0.12, 56.28259, 5.10309], "size": [2, 4, 2], "inflate": 0.1, "pivot": [0, 61.7051, 5.65054], "rotation": [35, -45, 0], "uv": [146, 24]}, + {"origin": [14.96, 28.5051, 36.65054], "size": [2, 2, 4], "pivot": [-2, -0.2949, -16.34946], "rotation": [45, -45, 0], "uv": [66, 94]}, + {"origin": [-16.81, 28.5051, 36.65054], "size": [2, 2, 4], "pivot": [2, -0.2949, -16.34946], "rotation": [45, 45, 0], "uv": [54, 94]}, + {"origin": [14.87, 56.5051, -2.44946], "size": [2, 4, 6], "inflate": -0.1, "pivot": [-2, -0.2949, -16.34946], "rotation": [0, -45, 0], "uv": [165, 167]}, + {"origin": [14.98, 60.2051, -22.34946], "size": [2, 4, 2], "pivot": [-2, -0.2949, -16.34946], "rotation": [-25, -45, 0], "uv": [144, 96]}, + {"origin": [14.98, 59.7051, -11.14946], "size": [2, 4, 2], "pivot": [-2, -0.2949, -16.34946], "rotation": [-15, -45, 0], "uv": [136, 143]} + ] + }, + { + "name": "bone33", + "parent": "eyes", + "pivot": [0, 61.7051, 5.65054], + "cubes": [ + {"origin": [-1.954, 56.28259, 5.10309], "size": [2, 4, 2], "inflate": 0.1, "pivot": [0, 61.7051, 5.65054], "rotation": [35, 45, 0], "uv": [0, 141]}, + {"origin": [-16.72, 56.5051, -2.30446], "size": [2, 4, 6], "inflate": -0.1, "pivot": [2, -0.2949, -16.34946], "rotation": [0, 45, 0], "uv": [165, 157]}, + {"origin": [-16.815, 43.7051, 29.53054], "size": [2, 6, 2], "pivot": [2, -0.2949, -16.34946], "rotation": [30, 45, 0], "uv": [88, 0]}, + {"origin": [-16.8, 60.2051, -22.34946], "size": [2, 4, 2], "pivot": [2, -0.2949, -16.34946], "rotation": [-25, 45, 0], "uv": [60, 127]}, + {"origin": [-16.8, 59.7051, -11.14946], "size": [2, 4, 2], "pivot": [2, -0.2949, -16.34946], "rotation": [-15, 45, 0], "uv": [126, 32]}, + {"origin": [-16.81, 60.8841, 1.62954], "size": [2, 4, 2], "inflate": 0.021, "pivot": [2, -0.2949, -16.34946], "rotation": [0, 45, 0], "uv": [96, 121]}, + {"origin": [-16.915, 62.6051, -31.34946], "size": [2, 4, 2], "inflate": 0.1, "pivot": [2, -0.2949, -16.34946], "rotation": [-30, 45, 0], "uv": [0, 12]} + ] + }, + { + "name": "prism", + "parent": "head", + "pivot": [-2, 57, 10], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [15, 55.7051, -2.34946], "size": [10, 10, 10], "pivot": [-2, -0.2949, -16.34946], "rotation": [0, -45, 0], "uv": [176, 175]}, + {"origin": [-6.9, 55.7051, 12.65054], "size": [14, 10, 8], "uv": [132, 222]} + ] + }, + { + "name": "prism_eyes", + "parent": "prism", + "pivot": [-2, -0.2949, -16.34946], + "cubes": [ + {"origin": [15.09, 62.6, -31.5], "size": [2, 4, 2], "inflate": 0.1, "pivot": [-2, -0.2949, -16.34946], "rotation": [-30, -45, 0], "uv": [62, 114]}, + {"origin": [14.96, 60.8841, 1.62954], "size": [2, 4, 2], "inflate": 0.021, "pivot": [-2, -0.2949, -16.34946], "rotation": [0, -45, 0], "uv": [92, 147]}, + {"origin": [15.25, 60.6951, 1.65054], "size": [2, 4, 2], "inflate": 0.3, "pivot": [-2, -0.2949, -16.34946], "rotation": [0, -45, 0], "uv": [92, 226]}, + {"origin": [-17.1, 60.6951, 1.65054], "size": [2, 4, 2], "inflate": 0.3, "pivot": [2, -0.2949, -16.34946], "rotation": [0, 45, 0], "uv": [75, 220]}, + {"origin": [14.98, 43.7051, 29.53054], "size": [2, 6, 2], "pivot": [-2, -0.2949, -16.34946], "rotation": [30, -45, 0], "uv": [43, 113]}, + {"origin": [0.12, 56.28259, 5.10309], "size": [2, 4, 2], "inflate": 0.1, "pivot": [0, 61.7051, 5.65054], "rotation": [35, -45, 0], "uv": [88, 0]}, + {"origin": [14.96, 28.5051, 36.65054], "size": [2, 2, 4], "pivot": [-2, -0.2949, -16.34946], "rotation": [45, -45, 0], "uv": [97, 173]}, + {"origin": [-16.81, 28.5051, 36.65054], "size": [2, 2, 4], "pivot": [2, -0.2949, -16.34946], "rotation": [45, 45, 0], "uv": [85, 173]}, + {"origin": [14.87, 56.5051, -2.44946], "size": [2, 4, 6], "inflate": -0.1, "pivot": [-2, -0.2949, -16.34946], "rotation": [0, -45, 0], "uv": [197, 246]}, + {"origin": [14.98, 60.2051, -22.34946], "size": [2, 4, 2], "pivot": [-2, -0.2949, -16.34946], "rotation": [-25, -45, 0], "uv": [136, 143]}, + {"origin": [14.98, 59.7051, -11.14946], "size": [2, 4, 2], "pivot": [-2, -0.2949, -16.34946], "rotation": [-15, -45, 0], "uv": [136, 143]} + ] + }, + { + "name": "prism_eyes2", + "parent": "prism_eyes", + "pivot": [0, 61.7051, 5.65054], + "cubes": [ + {"origin": [-1.954, 56.28259, 5.10309], "size": [2, 4, 2], "inflate": 0.1, "pivot": [0, 61.7051, 5.65054], "rotation": [35, 45, 0], "uv": [136, 143]}, + {"origin": [-16.72, 56.5051, -2.30446], "size": [2, 4, 6], "inflate": -0.1, "pivot": [2, -0.2949, -16.34946], "rotation": [0, 45, 0], "uv": [196, 236]}, + {"origin": [-16.815, 43.7051, 29.53054], "size": [2, 6, 2], "pivot": [2, -0.2949, -16.34946], "rotation": [30, 45, 0], "uv": [88, 0]}, + {"origin": [-16.8, 60.2051, -22.34946], "size": [2, 4, 2], "pivot": [2, -0.2949, -16.34946], "rotation": [-25, 45, 0], "uv": [60, 127]}, + {"origin": [-16.8, 59.7051, -11.14946], "size": [2, 4, 2], "pivot": [2, -0.2949, -16.34946], "rotation": [-15, 45, 0], "uv": [60, 127]}, + {"origin": [-16.81, 60.8841, 1.62954], "size": [2, 4, 2], "inflate": 0.021, "pivot": [2, -0.2949, -16.34946], "rotation": [0, 45, 0], "uv": [96, 121]}, + {"origin": [-16.915, 62.6051, -31.34946], "size": [2, 4, 2], "inflate": 0.1, "pivot": [2, -0.2949, -16.34946], "rotation": [-30, 45, 0], "uv": [0, 12]} + ] + }, + { + "name": "bone5", + "parent": "head", + "pivot": [-2, 2, -28], + "rotation": [-25, 0, 0], + "cubes": [ + {"origin": [0, 74, -29], "size": [12, 8, 12], "pivot": [-2, 2, -28], "rotation": [0, -45, 0], "uv": [108, 123]} + ] + }, + { + "name": "bone21", + "parent": "head", + "pivot": [-2, -2, 37], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [2.75, 82, 38.75], "size": [4, 10, 4], "pivot": [-2, -2, 37], "rotation": [0, -45, 0], "uv": [0, 82]}, + {"origin": [3.75, 86, 39.75], "size": [2, 10, 2], "pivot": [-2, -2, 37], "rotation": [0, -45, 0], "uv": [52, 0]} + ] + }, + { + "name": "bone19", + "parent": "head", + "pivot": [-2, -7, 26], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [2.75, 77, 27.75], "size": [4, 10, 4], "pivot": [-2, -7, 26], "rotation": [0, -45, 0], "uv": [0, 82]}, + {"origin": [3.75, 81, 28.75], "size": [2, 10, 2], "pivot": [-2, -7, 26], "rotation": [0, -45, 0], "uv": [52, 0]} + ] + }, + { + "name": "bone20", + "parent": "head", + "pivot": [-2, -14, 17], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [2.75, 70, 18.75], "size": [4, 10, 4], "pivot": [-2, -14, 17], "rotation": [0, -45, 0], "uv": [0, 82]}, + {"origin": [3.75, 74, 19.75], "size": [2, 10, 2], "pivot": [-2, -14, 17], "rotation": [0, -45, 0], "uv": [52, 0]} + ] + }, + { + "name": "bone6", + "parent": "head", + "pivot": [-2, 58, -62], + "rotation": [-75, 0, 0], + "cubes": [ + {"origin": [-1, 131, -64], "size": [17, 10, 17], "pivot": [-2, 58, -62], "rotation": [0, -45, 0], "uv": [72, 94]} + ] + }, + { + "name": "bone61", + "parent": "bone6", + "pivot": [-2, 60, -62], + "cubes": [ + {"origin": [-3, 153, -66], "size": [18, 10, 4], "pivot": [-2, 60, -62], "rotation": [0, -45, 0], "uv": [144, 143]}, + {"origin": [-1.5, 163, -60], "size": [3, 0, 19], "uv": [174, 73]}, + {"origin": [-14.75, 163.01, -70], "size": [3, 0, 20], "pivot": [-2, 60, -62], "rotation": [0, 90, 0], "uv": [173, 73]}, + {"origin": [6, 163.02, -62], "size": [3, 0, 13], "pivot": [-2, 60, -62], "rotation": [0, -45, 0], "uv": [180, 100]}, + {"origin": [-10, 163.02, -59.1], "size": [3, 0, 13], "pivot": [-2, 60, -62], "rotation": [0, 45, 0], "uv": [180, 100]}, + {"origin": [-15, 153, -66], "size": [18, 10, 4], "pivot": [2, 60, -62], "rotation": [0, 45, 0], "uv": [143, 40]}, + {"origin": [-17.9, 153, -48.8], "size": [21, 10, 4], "pivot": [2, 60, -62], "rotation": [0, 45, 0], "uv": [135, 82], "mirror": true}, + {"origin": [-3.18, 153, -48.91], "size": [21, 10, 4], "pivot": [-2, 60, -62], "rotation": [0, -45, 0], "uv": [135, 82]} + ] + }, + { + "name": "bone", + "parent": "bone6", + "pivot": [-2, 58, -62], + "cubes": [ + {"origin": [-2, 141, -65], "size": [19, 12, 19], "pivot": [-2, 58, -62], "rotation": [0, -45, 0], "uv": [59, 63]} + ] + }, + { + "name": "arms", + "parent": "torso", + "pivot": [0, 0, 0], + "rotation": [-15, 0, 0] + }, + { + "name": "arm_left", + "parent": "arms", + "pivot": [11, 56, -2], + "cubes": [ + {"origin": [11, 36, -39], "size": [18, 4, 4], "pivot": [-27, 4, 2], "rotation": [-45, 0, 0], "uv": [144, 123], "mirror": true} + ] + }, + { + "name": "bone25", + "parent": "arm_left", + "pivot": [29, 56, -2], + "rotation": [0, 0, 117.5], + "cubes": [ + {"origin": [52.01626, 13.24702, -39], "size": [8, 4, 4], "pivot": [-1.98374, -18.75298, 2], "rotation": [-45, 0, -27.5], "uv": [102, 0], "mirror": true}, + {"origin": [49.51626, 31.24702, -17], "size": [3, 3, 8], "pivot": [-1.98374, -18.75298, 2], "rotation": [0, -10, -27.5], "uv": [88, 0], "mirror": true}, + {"origin": [50.01626, 31.74702, -21], "size": [2, 2, 8], "pivot": [-1.98374, -18.75298, 2], "rotation": [0, -10, -27.5], "uv": [96, 121], "mirror": true} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [30, 56, -2], + "cubes": [ + {"origin": [28, 36.5, -38.5], "size": [24, 3, 3], "pivot": [-9, 4, 2], "rotation": [-45, 0, 0], "uv": [52, 56], "mirror": true} + ] + }, + { + "name": "hand_left", + "parent": "arm_left2", + "pivot": [52, 56, -2], + "cubes": [ + {"origin": [38, 51, 37], "size": [12, 9, 12], "pivot": [-1, 52, 0], "rotation": [0, 45, 0], "uv": [52, 0]}, + {"origin": [61, 50, -10], "size": [13, 11, 17], "uv": [0, 113]}, + {"origin": [75.75, 48, -14.5], "size": [13, 15, 26], "uv": [0, 0]}, + {"origin": [52, 52, -6], "size": [8, 7, 9], "uv": [160, 54]} + ] + }, + { + "name": "crystal_left", + "parent": "hand_left", + "pivot": [98, 63, -1], + "rotation": [0, 0, -35], + "cubes": [ + {"origin": [70.5, 59, 58.5], "size": [-10, 22, 10], "pivot": [0, 53, 0], "rotation": [0, 45, 0], "uv": [198, 127]}, + {"origin": [90.5, 69, -4.5], "size": [2, 12, 2], "uv": [142, 162]}, + {"origin": [91.5, 69, -0.5], "size": [1, 10, 1], "uv": [144, 161]}, + {"origin": [62, 81, 60], "size": [7, 15, 7], "inflate": -0.01, "pivot": [0, 53, 0], "rotation": [0, 45, 0], "uv": [137, 157]} + ] + }, + { + "name": "finger_middle_left", + "parent": "hand_left", + "pivot": [99, 55, -2], + "cubes": [ + {"origin": [97.75, 52.29289, -3.8], "size": [13, 6, 6], "pivot": [99, 55, -2], "rotation": [45, 0, 0], "uv": [156, 131]} + ] + }, + { + "name": "finger_middle_left2", + "parent": "finger_middle_left", + "pivot": [111, 57, -1], + "rotation": [0, 0, 45], + "cubes": [ + {"origin": [109.62868, 52.62132, -4.5], "size": [4, 5, 5], "pivot": [108.87868, 54.12132, -2], "rotation": [-45, 0, 0], "uv": [180, 0]} + ] + }, + { + "name": "finger_middle_left3", + "parent": "finger_middle_left2", + "pivot": [114.87868, 59.12132, -2], + "rotation": [0, 0, 45], + "cubes": [ + {"origin": [114.62868, 52.12132, -5], "size": [7, 6, 6], "pivot": [114.87868, 54.12132, -2], "rotation": [-45, 0, 0], "uv": [0, 0]}, + {"origin": [120.62868, 53.12132, -4], "size": [6, 4, 4], "pivot": [114.87868, 54.12132, -2], "rotation": [-45, 0, 0], "uv": [116, 24]}, + {"origin": [126.62868, 54.12132, -3], "size": [4, 2, 2], "pivot": [114.87868, 54.12132, -2], "rotation": [-45, 0, 0], "uv": [52, 21]} + ] + }, + { + "name": "finger_back_left", + "parent": "hand_left", + "pivot": [96, 55, 7], + "rotation": [0, -45, 0], + "cubes": [ + {"origin": [94.75, 52, 5], "size": [13, 6, 6], "pivot": [96, 55, 7], "rotation": [45, 0, 0], "uv": [156, 131]} + ] + }, + { + "name": "finger_back_left2", + "parent": "finger_back_left", + "pivot": [108, 60, 7], + "rotation": [0, 0, 45], + "cubes": [ + {"origin": [108.75, 53.5, 4.5], "size": [4, 5, 5], "pivot": [108, 55, 7], "rotation": [-45, 0, 0], "uv": [180, 0]} + ] + }, + { + "name": "finger_back_left3", + "parent": "finger_back_left2", + "pivot": [114, 60, 7], + "rotation": [0, 0, 45], + "cubes": [ + {"origin": [113.75, 53, 4], "size": [7, 6, 6], "pivot": [114, 55, 7], "rotation": [-45, 0, 0], "uv": [0, 0]}, + {"origin": [119.75, 54, 5], "size": [6, 4, 4], "pivot": [114, 55, 7], "rotation": [-45, 0, 0], "uv": [116, 24]}, + {"origin": [125.75, 55, 6], "size": [4, 2, 2], "pivot": [114, 55, 7], "rotation": [-45, 0, 0], "uv": [52, 21]} + ] + }, + { + "name": "finger_front_left", + "parent": "hand_left", + "pivot": [95, 55, -9], + "rotation": [0, 45, 0], + "cubes": [ + {"origin": [93.75, 53, -12], "size": [13, 6, 6], "pivot": [95, 55, -9], "rotation": [45, 0, 0], "uv": [156, 131]} + ] + }, + { + "name": "finger_front_left2", + "parent": "finger_front_left", + "pivot": [107, 60, -9], + "rotation": [0, 0, 45], + "cubes": [ + {"origin": [107.75, 53.5, -11.5], "size": [4, 5, 5], "pivot": [107, 55, -9], "rotation": [45, 0, 0], "uv": [162, 0]} + ] + }, + { + "name": "finger_front_left3", + "parent": "finger_front_left2", + "pivot": [110, 57, -9], + "rotation": [0, 0, 45], + "cubes": [ + {"origin": [109.75, 54.24264, -12], "size": [7, 6, 6], "pivot": [110, 56.24264, -9], "rotation": [45, 0, 0], "uv": [0, 0]}, + {"origin": [115.75, 55.24264, -11], "size": [6, 4, 4], "pivot": [110, 56.24264, -9], "rotation": [45, 0, 0], "uv": [2, 2]}, + {"origin": [121.75, 56.24264, -10], "size": [4, 2, 2], "pivot": [110, 56.24264, -9], "rotation": [45, 0, 0], "uv": [4, 4]} + ] + }, + { + "name": "bone26", + "parent": "hand_left", + "pivot": [12, 52, 0], + "cubes": [ + {"origin": [49, 49, 35], "size": [18, 13, 18], "pivot": [12, 52, 0], "rotation": [0, 45, 0], "uv": [0, 82]} + ] + }, + { + "name": "bone27", + "parent": "hand_left", + "pivot": [26, 52, 0], + "cubes": [ + {"origin": [62, 48, 34], "size": [19, 15, 19], "inflate": -0.01, "pivot": [26, 52, 0], "rotation": [0, 45, 0], "uv": [59, 22]} + ] + }, + { + "name": "arm_right", + "parent": "arms", + "pivot": [-11, 56, -2], + "cubes": [ + {"origin": [-29, 36, -39], "size": [18, 4, 4], "pivot": [27, 4, 2], "rotation": [-45, 0, 0], "uv": [144, 123]} + ] + }, + { + "name": "bone2", + "parent": "arm_right", + "pivot": [-29, 56, -2], + "rotation": [0, 0, -117.5], + "cubes": [ + {"origin": [-60.01626, 13.24702, -39], "size": [8, 4, 4], "pivot": [1.98374, -18.75298, 2], "rotation": [-45, 0, 27.5], "uv": [102, 0]}, + {"origin": [-52.51626, 31.24702, -17], "size": [3, 3, 8], "pivot": [1.98374, -18.75298, 2], "rotation": [0, 10, 27.5], "uv": [88, 0]}, + {"origin": [-52.01626, 31.74702, -21], "size": [2, 2, 8], "pivot": [1.98374, -18.75298, 2], "rotation": [0, 10, 27.5], "uv": [96, 121]} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-30, 56, -2], + "cubes": [ + {"origin": [-52, 36.5, -38.5], "size": [24, 3, 3], "pivot": [9, 4, 2], "rotation": [-45, 0, 0], "uv": [52, 56]} + ] + }, + { + "name": "hand_right", + "parent": "arm_right2", + "pivot": [-52, 56, -2], + "cubes": [ + {"origin": [-50, 51, 37], "size": [12, 9, 12], "pivot": [1, 52, 0], "rotation": [0, -45, 0], "uv": [52, 0], "mirror": true}, + {"origin": [-74, 50, -10], "size": [13, 11, 17], "uv": [0, 113], "mirror": true}, + {"origin": [-88.75, 48, -14.5], "size": [13, 15, 26], "uv": [0, 0], "mirror": true}, + {"origin": [-60, 52, -6], "size": [8, 7, 9], "uv": [160, 54], "mirror": true} + ] + }, + { + "name": "crystal_right", + "parent": "hand_right", + "pivot": [-98, 63, -1], + "rotation": [0, 0, 35], + "cubes": [ + {"origin": [-60.5, 59, 58.5], "size": [-10, 22, 10], "pivot": [0, 53, 0], "rotation": [0, -45, 0], "uv": [198, 127], "mirror": true}, + {"origin": [-92.5, 69, -4.5], "size": [2, 12, 2], "uv": [142, 162], "mirror": true}, + {"origin": [-92.5, 69, -0.5], "size": [1, 10, 1], "uv": [145, 163], "mirror": true}, + {"origin": [-69, 81, 60], "size": [7, 15, 7], "inflate": -0.01, "pivot": [0, 53, 0], "rotation": [0, -45, 0], "uv": [137, 157], "mirror": true} + ] + }, + { + "name": "finger_middle_right", + "parent": "hand_right", + "pivot": [-99, 55, -2], + "cubes": [ + {"origin": [-110.75, 52.29289, -3.8], "size": [13, 6, 6], "pivot": [-99, 55, -2], "rotation": [45, 0, 0], "uv": [156, 131], "mirror": true} + ] + }, + { + "name": "finger_middle_right2", + "parent": "finger_middle_right", + "pivot": [-111, 60, -2], + "rotation": [0, 0, -45], + "cubes": [ + {"origin": [-115.75, 53.5, -4.5], "size": [4, 5, 5], "pivot": [-111, 55, -2], "rotation": [-45, 0, 0], "uv": [180, 0], "mirror": true} + ] + }, + { + "name": "finger_middle_right3", + "parent": "finger_middle_right2", + "pivot": [-117, 60, -2], + "rotation": [0, 0, -45], + "cubes": [ + {"origin": [-123.75, 53, -5], "size": [7, 6, 6], "pivot": [-117, 55, -2], "rotation": [-45, 0, 0], "uv": [0, 0], "mirror": true}, + {"origin": [-128.75, 54, -4], "size": [6, 4, 4], "pivot": [-117, 55, -2], "rotation": [-45, 0, 0], "uv": [116, 24], "mirror": true}, + {"origin": [-132.75, 55, -3], "size": [4, 2, 2], "pivot": [-117, 55, -2], "rotation": [-45, 0, 0], "uv": [52, 21], "mirror": true} + ] + }, + { + "name": "finger_back_right", + "parent": "hand_right", + "pivot": [-95, 55, 7], + "rotation": [0, 45, 0], + "cubes": [ + {"origin": [-107, 52, 5], "size": [13, 6, 6], "pivot": [-95, 55, 7], "rotation": [45, 0, 0], "uv": [156, 131], "mirror": true} + ] + }, + { + "name": "finger_back_right2", + "parent": "finger_back_right", + "pivot": [-107, 60, 7], + "rotation": [0, 0, -45], + "cubes": [ + {"origin": [-111.75, 53.5, 4.5], "size": [4, 5, 5], "pivot": [-107, 55, 7], "rotation": [-45, 0, 0], "uv": [180, 0], "mirror": true} + ] + }, + { + "name": "finger_back_right3", + "parent": "finger_back_right2", + "pivot": [-113, 60, 7], + "rotation": [0, 0, -45], + "cubes": [ + {"origin": [-119.75, 53, 4], "size": [7, 6, 6], "pivot": [-113, 55, 7], "rotation": [-45, 0, 0], "uv": [0, 0], "mirror": true}, + {"origin": [-124.75, 54, 5], "size": [6, 4, 4], "pivot": [-113, 55, 7], "rotation": [-45, 0, 0], "uv": [116, 24], "mirror": true}, + {"origin": [-128.75, 55, 6], "size": [4, 2, 2], "pivot": [-113, 55, 7], "rotation": [-45, 0, 0], "uv": [52, 21], "mirror": true} + ] + }, + { + "name": "finger_front_right", + "parent": "hand_right", + "pivot": [-95, 55, -9], + "rotation": [0, -45, 0], + "cubes": [ + {"origin": [-106.75, 53, -12], "size": [13, 6, 6], "pivot": [-95, 55, -9], "rotation": [45, 0, 0], "uv": [156, 131], "mirror": true} + ] + }, + { + "name": "finger_front_right2", + "parent": "finger_front_right", + "pivot": [-107, 60, -9], + "rotation": [0, 0, -45], + "cubes": [ + {"origin": [-111.75, 53.5, -11.5], "size": [4, 5, 5], "pivot": [-107, 55, -9], "rotation": [45, 0, 0], "uv": [162, 0], "mirror": true} + ] + }, + { + "name": "finger_front_right3", + "parent": "finger_front_right2", + "pivot": [-110, 57, -9], + "rotation": [0, 0, -45], + "cubes": [ + {"origin": [-116.75, 54.24264, -12], "size": [7, 6, 6], "pivot": [-110, 56.24264, -9], "rotation": [45, 0, 0], "uv": [0, 0], "mirror": true}, + {"origin": [-121.75, 55.24264, -11], "size": [6, 4, 4], "pivot": [-110, 56.24264, -9], "rotation": [45, 0, 0], "uv": [2, 2], "mirror": true}, + {"origin": [-125.75, 56.24264, -10], "size": [4, 2, 2], "pivot": [-110, 56.24264, -9], "rotation": [45, 0, 0], "uv": [4, 4], "mirror": true} + ] + }, + { + "name": "bone7", + "parent": "hand_right", + "pivot": [-12, 52, 0], + "cubes": [ + {"origin": [-67, 49, 35], "size": [18, 13, 18], "pivot": [-12, 52, 0], "rotation": [0, -45, 0], "uv": [0, 82], "mirror": true} + ] + }, + { + "name": "bone8", + "parent": "hand_right", + "pivot": [-26, 52, 0], + "cubes": [ + {"origin": [-81, 48, 34], "size": [19, 15, 19], "inflate": -0.01, "pivot": [-26, 52, 0], "rotation": [0, -45, 0], "uv": [59, 22], "mirror": true} + ] + }, + { + "name": "waist", + "parent": "torso", + "pivot": [12, -10, 0], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [-6, 28, 18], "size": [12, 4, 8], "uv": [0, 153]}, + {"origin": [12.2, 28, 17.2], "size": [8, 4, 8], "pivot": [12, -10, 0], "rotation": [0, -45, 0], "uv": [160, 70]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-4, 32, 7], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [-21.2, 4.82743, 29.72351], "size": [4, 4, 4], "pivot": [-12, -10.17257, -9.47649], "rotation": [45, 45, 0], "uv": [172, 10]}, + {"origin": [-22.2, 4.82743, 19.72351], "size": [6, 4, 10], "pivot": [-12, -10.17257, -9.47649], "rotation": [45, 45, 0], "uv": [40, 165]}, + {"origin": [-19.9, 4.82743, 15.72351], "size": [2, 4, 6], "pivot": [-12, -10.17257, -9.47649], "rotation": [45, 45, 0], "uv": [100, 11]}, + {"origin": [-4.4, 5.54743, 19.72351], "size": [4, 4, 10], "pivot": [-12, -10.17257, -9.47649], "rotation": [-23.77651, 56.88143, -82.48083], "uv": [43, 113]}, + {"origin": [-3.2, 6.52743, 24.72351], "size": [2, 2, 10], "pivot": [-12, -10.17257, -9.47649], "rotation": [-23.77651, 56.88143, -82.48083], "uv": [0, 12]} + ] + }, + { + "name": "leg_right2", + "parent": "leg_right", + "pivot": [-10, 20.82743, 2.52351], + "cubes": [ + {"origin": [-20.8, 4.82743, -4.27649], "size": [4, 2, 24], "pivot": [-12, -8.17257, -9.47649], "rotation": [45, 45, 0], "uv": [111, 32]}, + {"origin": [-15.65744, 13.42743, -8.83284], "size": [2, 4, 4], "pivot": [-16, 13.82743, -3.47649], "rotation": [57.00267, 23.34939, 20.83205], "uv": [108, 121]}, + {"origin": [-15.65744, 16.82743, -7.77649], "size": [2, 2, 6], "inflate": 0.01, "pivot": [-16, 13.82743, -3.47649], "rotation": [74.50267, 23.34939, 20.83205], "uv": [136, 24]}, + {"origin": [-17.65744, 12.75145, -8.83284], "size": [2, 4, 4], "pivot": [-16, 13.82743, -3.47649], "rotation": [4.77512, 59.88472, -49.21964], "uv": [14, 12]}, + {"origin": [-19.8, 6.82743, -4.27649], "size": [2, 4, 2], "pivot": [-12, -8.17257, -9.47649], "rotation": [45, 45, 0], "uv": [116, 58]}, + {"origin": [-11.8, 3.82743, 7.32351], "size": [2, 2, 6], "inflate": 0.01, "pivot": [-12, -8.17257, -9.47649], "rotation": [24.77512, 59.88472, -49.21964], "uv": [116, 32]} + ] + }, + { + "name": "bone23", + "parent": "leg_right2", + "pivot": [-12, -8.17257, -9.47649], + "cubes": [ + {"origin": [-19.8, 6.32743, 1.72351], "size": [2, 2, 6], "inflate": 0.01, "pivot": [-12, -8.17257, -9.47649], "rotation": [65, 45, 0], "uv": [72, 175]} + ] + }, + { + "name": "bone17", + "parent": "leg_right2", + "pivot": [-12, -16.17257, -9.47649], + "cubes": [ + {"origin": [-3, 0.12743, 1.32351], "size": [2, 2, 24], "pivot": [-12, -16.17257, -9.47649], "rotation": [-23.77651, 56.88143, -82.48083], "uv": [116, 97]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [4, 32, 7], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [17.2, 4.82743, 29.72351], "size": [4, 4, 4], "pivot": [12, -10.17257, -9.47649], "rotation": [45, -45, 0], "uv": [172, 10], "mirror": true}, + {"origin": [16.2, 4.82743, 19.72351], "size": [6, 4, 10], "inflate": 0.01, "pivot": [12, -10.17257, -9.47649], "rotation": [45, -45, 0], "uv": [40, 165], "mirror": true}, + {"origin": [17.9, 4.82743, 15.72351], "size": [2, 4, 6], "pivot": [12, -10.17257, -9.47649], "rotation": [45, -45, 0], "uv": [100, 11], "mirror": true}, + {"origin": [0.4, 5.54743, 19.72351], "size": [4, 4, 10], "pivot": [12, -10.17257, -9.47649], "rotation": [-23.77651, -56.88143, 82.48083], "uv": [43, 113], "mirror": true}, + {"origin": [1.2, 6.52743, 24.72351], "size": [2, 2, 10], "pivot": [12, -10.17257, -9.47649], "rotation": [-23.77651, -56.88143, 82.48083], "uv": [0, 12], "mirror": true} + ] + }, + { + "name": "leg_left2", + "parent": "leg_left", + "pivot": [10, 20.82743, 2.52351], + "cubes": [ + {"origin": [16.8, 4.82743, -4.27649], "size": [4, 2, 24], "pivot": [12, -8.17257, -9.47649], "rotation": [45, -45, 0], "uv": [111, 32], "mirror": true}, + {"origin": [13.65744, 13.42743, -8.83284], "size": [2, 4, 4], "pivot": [16, 13.82743, -3.47649], "rotation": [57.00267, -23.34939, -20.83205], "uv": [108, 121], "mirror": true}, + {"origin": [13.65744, 16.82743, -7.77649], "size": [2, 2, 6], "inflate": 0.01, "pivot": [16, 13.82743, -3.47649], "rotation": [74.50267, -23.34939, -20.83205], "uv": [136, 24], "mirror": true}, + {"origin": [15.65744, 12.75145, -8.83284], "size": [2, 4, 4], "pivot": [16, 13.82743, -3.47649], "rotation": [4.77512, -59.88472, 49.21964], "uv": [14, 12], "mirror": true}, + {"origin": [17.8, 6.82743, -4.27649], "size": [2, 4, 2], "pivot": [12, -8.17257, -9.47649], "rotation": [45, -45, 0], "uv": [116, 58], "mirror": true}, + {"origin": [9.8, 3.82743, 7.32351], "size": [2, 2, 6], "inflate": 0.01, "pivot": [12, -8.17257, -9.47649], "rotation": [24.77512, -59.88472, 49.21964], "uv": [116, 32], "mirror": true} + ] + }, + { + "name": "bone9", + "parent": "leg_left2", + "pivot": [12, -8.17257, -9.47649], + "cubes": [ + {"origin": [17.8, 6.32743, 1.72351], "size": [2, 2, 6], "inflate": 0.01, "pivot": [12, -8.17257, -9.47649], "rotation": [65, -45, 0], "uv": [62, 167], "mirror": true} + ] + }, + { + "name": "bone10", + "parent": "leg_left2", + "pivot": [12, -16.17257, -9.47649], + "cubes": [ + {"origin": [1, 0.12743, 1.32351], "size": [2, 2, 24], "pivot": [12, -16.17257, -9.47649], "rotation": [-23.77651, -56.88143, 82.48083], "uv": [116, 97], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/nihilego/nihilego.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/nihilego/nihilego.geo.json new file mode 100644 index 0000000..108ae2e --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/nihilego/nihilego.geo.json @@ -0,0 +1,373 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 256, + "texture_height": 256, + "visible_bounds_width": 5, + "visible_bounds_height": 7, + "visible_bounds_offset": [0, 2.5, 0] + }, + "bones": [ + { + "name": "nihilego", + "pivot": [0, 0, 0] + }, + { + "name": "main", + "parent": "nihilego", + "pivot": [0, 31, 0] + }, + { + "name": "head", + "parent": "main", + "pivot": [0, 47.09054, -7.62638], + "cubes": [ + {"origin": [-1, 43.09054, -8.62638], "size": [2, 2, 2], "uv": [24, 50]}, + {"origin": [1.5, 43.09054, -8.62638], "size": [2, 2, 2], "uv": [24, 46]}, + {"origin": [-3.5, 43.09054, -8.62638], "size": [2, 2, 2], "uv": [24, 42]} + ] + }, + { + "name": "head_blob", + "parent": "head", + "pivot": [0, 47.25957, -0.82137], + "cubes": [ + {"origin": [-7.5, 44.00957, -8.32137], "size": [15, 3, 15], "inflate": 0.01, "uv": [73, 0]}, + {"origin": [-9, 47.00957, -9.32137], "size": [18, 4, 17], "uv": [58, 55]} + ] + }, + { + "name": "jellypart", + "parent": "head_blob", + "pivot": [-10, 19.00957, 9.67863], + "cubes": [ + {"origin": [9, 60.00957, 7.67863], "size": [-18, -9, -17], "uv": [168, 151]} + ] + }, + { + "name": "starpattern", + "parent": "jellypart", + "pivot": [2.5, 20.09054, 9.34862], + "cubes": [ + {"origin": [-9, 51.46554, -9.47638], "size": [18, 8, 0], "uv": [118, 0]}, + {"origin": [-3.5, 51.46554, -9.52638], "size": [7, 7, 0], "uv": [154, 1]}, + {"origin": [-3.5, 51.46554, 7.80138], "size": [7, 7, 0], "uv": [154, 1], "mirror": true}, + {"origin": [-9, 51.46554, 7.72362], "size": [18, 8, 0], "uv": [118, 0]}, + {"origin": [0.05, 51.46554, -0.50138], "size": [17, 8, 0], "pivot": [9, 54.46554, -0.47638], "rotation": [0, -90, 0], "uv": [133, 10]}, + {"origin": [-17.05, 51.46554, -0.50138], "size": [17, 8, 0], "pivot": [-9, 54.46554, -0.47638], "rotation": [0, 90, 0], "uv": [133, 10], "mirror": true} + ] + }, + { + "name": "right_arm_front", + "parent": "head", + "pivot": [-5.55, 44.09054, -9.15138], + "cubes": [ + {"origin": [-5.5, 34.09054, -8.47638], "size": [3, 11, 3], "uv": [89, 94]} + ] + }, + { + "name": "bone7", + "parent": "right_arm_front", + "pivot": [-5.575, 34.89054, -9.15138], + "cubes": [ + {"origin": [-5.5, 25.09054, -8.47638], "size": [3, 10, 3], "inflate": 0.02, "uv": [0, 66]} + ] + }, + { + "name": "left_arm_front", + "parent": "head", + "pivot": [5.55, 44.09054, -9.15138], + "cubes": [ + {"origin": [2.5, 34.09054, -8.47638], "size": [3, 11, 3], "uv": [1, 95]} + ] + }, + { + "name": "bone6", + "parent": "left_arm_front", + "pivot": [5.575, 34.89054, -9.15138], + "cubes": [ + {"origin": [2.5, 25.09054, -8.47638], "size": [3, 10, 3], "inflate": 0.02, "uv": [102, 99]} + ] + }, + { + "name": "right_arm_back", + "parent": "head", + "pivot": [-5.55, 44.09054, -5.15138], + "cubes": [ + {"origin": [-8.5, 34.09054, -6.65138], "size": [3, 10, 3], "uv": [26, 105]} + ] + }, + { + "name": "bone4", + "parent": "right_arm_back", + "pivot": [-8.575, 34.89054, -5.15138], + "cubes": [ + {"origin": [-8.5, 25.09054, -6.65138], "size": [3, 10, 3], "inflate": 0.02, "uv": [14, 105]} + ] + }, + { + "name": "bone5", + "parent": "bone4", + "pivot": [-8.425, 25.99054, -5.15138], + "cubes": [ + {"origin": [-8.5, 16.09054, -6.65138], "size": [3, 10, 3], "inflate": 0.03, "uv": [103, 76]} + ] + }, + { + "name": "left_arm_back", + "parent": "head", + "pivot": [5.55, 44.09054, -5.15138], + "cubes": [ + {"origin": [5.5, 34.09054, -6.65138], "size": [3, 10, 3], "uv": [0, 109]} + ] + }, + { + "name": "bone2", + "parent": "left_arm_back", + "pivot": [8.575, 34.89054, -5.15138], + "cubes": [ + {"origin": [5.5, 25.09054, -6.65138], "size": [3, 10, 3], "inflate": 0.02, "uv": [85, 108]} + ] + }, + { + "name": "bone3", + "parent": "bone2", + "pivot": [8.425, 25.99054, -5.15138], + "cubes": [ + {"origin": [5.5, 16.09054, -6.65138], "size": [3, 10, 3], "inflate": 0.03, "uv": [58, 106]} + ] + }, + { + "name": "tentacle_r_arm", + "parent": "head", + "pivot": [-7.45, 44.11554, 0.84862], + "cubes": [ + {"origin": [-9.5, 35.09054, 14.34862], "size": [9, 9, 3], "pivot": [0.5, 39.09054, 6.34862], "rotation": [0, -90, 0], "uv": [0, 54]} + ] + }, + { + "name": "middle_ten_r", + "parent": "tentacle_r_arm", + "pivot": [-8.65, 36.09054, 0.34862], + "cubes": [ + {"origin": [-12.5, 18.09054, 14.34862], "size": [13, 18, 3], "pivot": [-0.5, 40.09054, 6.34862], "rotation": [0, -90, 0], "uv": [0, 21]} + ] + }, + { + "name": "tentacle_r_2", + "parent": "middle_ten_r", + "pivot": [-11.475, 19.06554, 1.34862], + "cubes": [ + {"origin": [-4.5, 13.09054, 11.34862], "size": [4, 6, 3], "inflate": 0.02, "pivot": [-0.5, 30.09054, 3.34862], "rotation": [0, -90, 0], "uv": [38, 112]} + ] + }, + { + "name": "tentacle_r_4", + "parent": "tentacle_r_2", + "pivot": [-11.475, 13.06554, 1.34862], + "cubes": [ + {"origin": [-4.5, 9.09054, 11.34862], "size": [4, 5, 3], "inflate": 0.03, "pivot": [-0.5, 30.09054, 3.34862], "rotation": [0, -90, 0], "uv": [114, 99]} + ] + }, + { + "name": "tentacle_r_1", + "parent": "middle_ten_r", + "pivot": [-11.525, 19.09054, -3.65138], + "cubes": [ + {"origin": [-4.5, 13.09054, 6.34862], "size": [4, 6, 3], "inflate": 0.02, "pivot": [-0.5, 30.09054, -1.65138], "rotation": [0, -90, 0], "uv": [111, 109]} + ] + }, + { + "name": "tentacle_r_3", + "parent": "tentacle_r_1", + "pivot": [-11.525, 14.09054, -3.65138], + "cubes": [ + {"origin": [-7.97, 14.06054, -2.15638], "size": [-4, -8, -3], "pivot": [-9.97, 9.06054, -3.65638], "rotation": [0, 90, 0], "uv": [108, 187]} + ] + }, + { + "name": "big_in_1", + "parent": "tentacle_r_3", + "pivot": [-9.88316, 7.57136, -3.67638], + "cubes": [ + {"origin": [-10.95, 7.56554, -4.67638], "size": [2, 2, 2], "inflate": -0.05, "pivot": [-9.875, 8.09054, -3.50138], "rotation": [0, 0, 8], "uv": [155, 45]} + ] + }, + { + "name": "small_in_1", + "parent": "tentacle_r_3", + "pivot": [-10.34516, 10.27637, -3.65138], + "cubes": [ + {"origin": [-10.75, 10.76554, -4.15138], "size": [1, 1, 1], "inflate": 0.2, "pivot": [-10.375, 10.59054, -4.00138], "rotation": [0, 0, -8], "uv": [155, 42]} + ] + }, + { + "name": "tentacle_r_arm2", + "parent": "head", + "pivot": [7.45, 44.11554, 0.84862], + "cubes": [ + {"origin": [0.5, 35.09054, 14.34862], "size": [9, 9, 3], "pivot": [-0.5, 39.09054, 6.34862], "rotation": [0, 90, 0], "uv": [0, 42]} + ] + }, + { + "name": "middle_ten_r2", + "parent": "tentacle_r_arm2", + "pivot": [8.65, 36.09054, 0.34862], + "cubes": [ + {"origin": [-0.5, 18.09054, 14.34862], "size": [13, 18, 3], "pivot": [0.5, 40.09054, 6.34862], "rotation": [0, 90, 0], "uv": [0, 0]} + ] + }, + { + "name": "tentacle_r_5", + "parent": "middle_ten_r2", + "pivot": [11.475, 19.06554, 1.34862], + "cubes": [ + {"origin": [0.5, 13.09054, 11.34862], "size": [4, 6, 3], "inflate": 0.02, "pivot": [0.5, 30.09054, 3.34862], "rotation": [0, 90, 0], "uv": [111, 60]} + ] + }, + { + "name": "tentacle_r_6", + "parent": "tentacle_r_5", + "pivot": [11.475, 14.06554, 1.34862], + "cubes": [ + {"origin": [0.5, 9.09054, 11.34862], "size": [4, 5, 3], "inflate": 0.03, "pivot": [0.5, 30.09054, 3.34862], "rotation": [0, 90, 0], "uv": [97, 112]} + ] + }, + { + "name": "tentacle_r_7", + "parent": "middle_ten_r2", + "pivot": [11.525, 19.09054, -3.65138], + "cubes": [ + {"origin": [0.5, 13.09054, 6.34862], "size": [4, 6, 3], "inflate": 0.02, "pivot": [0.5, 30.09054, -1.65138], "rotation": [0, 90, 0], "uv": [21, 63]} + ] + }, + { + "name": "tentacle_r_8", + "parent": "tentacle_r_7", + "pivot": [11.525, 14.09054, -3.65138], + "cubes": [ + {"origin": [11.97, 14.06054, -2.15638], "size": [-4, -8, -3], "pivot": [9.97, 9.06054, -3.65638], "rotation": [0, -90, 0], "uv": [108, 187], "mirror": true} + ] + }, + { + "name": "small_in_2", + "parent": "tentacle_r_8", + "pivot": [10.34516, 7.27637, -3.65138], + "cubes": [ + {"origin": [9.75, 7.76554, -4.15138], "size": [1, 1, 1], "inflate": 0.2, "pivot": [10.375, 7.59054, -4.00138], "rotation": [0, 0, 8], "uv": [155, 42], "mirror": true} + ] + }, + { + "name": "big_in_2", + "parent": "tentacle_r_8", + "pivot": [9.88316, 10.42136, -3.67638], + "cubes": [ + {"origin": [8.95, 10.41554, -4.67638], "size": [2, 2, 2], "inflate": -0.05, "pivot": [9.875, 10.94054, -3.50138], "rotation": [0, 0, -8], "uv": [155, 45], "mirror": true} + ] + }, + { + "name": "body_1", + "parent": "head", + "pivot": [0, 44.09054, 5.34862], + "cubes": [ + {"origin": [-8, 36.09054, 3.34862], "size": [16, 8, 4], "uv": [75, 37]} + ] + }, + { + "name": "body_2", + "parent": "body_1", + "pivot": [0, 36.09054, 4.34862], + "cubes": [ + {"origin": [-10, 21.09054, 4.34862], "size": [20, 15, 4], "uv": [73, 18]} + ] + }, + { + "name": "tentacle_mid_l4", + "parent": "body_2", + "pivot": [-10, 22.06554, 8.34862], + "cubes": [ + {"origin": [-10, 16.09054, 4.34862], "size": [4, 6, 4], "uv": [42, 102]} + ] + }, + { + "name": "tentacle_mid_l_5", + "parent": "tentacle_mid_l4", + "pivot": [-10, 17.11554, 8.34862], + "cubes": [ + {"origin": [-10, 10.09054, 4.34862], "size": [4, 7, 4], "uv": [14, 94]} + ] + }, + { + "name": "tentacle_mid_l2", + "parent": "body_2", + "pivot": [10, 22.06554, 8.34862], + "cubes": [ + {"origin": [6, 16.09054, 4.34862], "size": [4, 6, 4], "uv": [102, 89]} + ] + }, + { + "name": "tentacle_mid_l_3", + "parent": "tentacle_mid_l2", + "pivot": [10, 17.11554, 8.34862], + "cubes": [ + {"origin": [6, 10.09054, 4.34862], "size": [4, 7, 4], "uv": [30, 94]} + ] + }, + { + "name": "tentacle_mid_l3", + "parent": "body_2", + "pivot": [-3, 22.06554, 8.34862], + "cubes": [ + {"origin": [-5, 9.09054, 4.34862], "size": [4, 13, 4], "inflate": 0.01, "uv": [87, 76]} + ] + }, + { + "name": "tentacle_mid_l_4", + "parent": "tentacle_mid_l3", + "pivot": [-3, 10.11554, 8.34862], + "cubes": [ + {"origin": [-5.01, -2.91946, 4.33862], "size": [4, 13, 4], "uv": [56, 89]} + ] + }, + { + "name": "tentacle_mid_l", + "parent": "body_2", + "pivot": [3, 22.06554, 8.34862], + "cubes": [ + {"origin": [1, 9.09054, 4.34862], "size": [4, 13, 4], "inflate": 0.01, "uv": [72, 93]} + ] + }, + { + "name": "tentacle_mid_l_2", + "parent": "tentacle_mid_l", + "pivot": [3, 10.11554, 8.34862], + "cubes": [ + {"origin": [1.01, -2.91946, 4.33862], "size": [4, 13, 4], "uv": [56, 89], "mirror": true} + ] + }, + { + "name": "ring", + "parent": "head", + "pivot": [6.32129, 48.07799, -9.15138], + "cubes": [ + {"origin": [8.43997, 48.075, 6.34862], "size": [7, 1, 7], "inflate": 0.01, "pivot": [11.93997, 48.575, 9.84862], "rotation": [0, -90, 0], "uv": [128, 68]}, + {"origin": [-15.43997, 48.075, 6.34862], "size": [7, 1, 7], "inflate": 0.01, "pivot": [-11.93997, 48.575, 9.84862], "rotation": [0, 90, 0], "uv": [128, 68], "mirror": true}, + {"origin": [8.43997, 48.075, -15.65138], "size": [7, 1, 7], "inflate": 0.01, "uv": [128, 68]}, + {"origin": [-15.43997, 48.075, -15.65138], "size": [7, 1, 7], "inflate": 0.01, "uv": [128, 68], "mirror": true}, + {"origin": [4.29994, 52.47893, -18.65138], "size": [5, 1, 35], "inflate": 0.01, "pivot": [-2.20006, 52.47893, -9.15138], "rotation": [0, 0, 22.5], "uv": [176, 0]}, + {"origin": [-9.29994, 52.47893, -18.65138], "size": [5, 1, 35], "inflate": 0.01, "pivot": [2.20006, 52.47893, -9.15138], "rotation": [0, 0, -22.5], "uv": [176, 0], "mirror": true}, + {"origin": [-0.25, 49.03478, -18.65138], "size": [5, 1, 35], "inflate": 0.01, "pivot": [2.25, 49.03478, -9.15138], "rotation": [0, 0, -22.5], "uv": [176, 38]}, + {"origin": [-4.75, 49.03478, -18.65138], "size": [5, 1, 35], "inflate": 0.01, "pivot": [-2.25, 49.03478, -9.15138], "rotation": [0, 0, 22.5], "uv": [176, 38], "mirror": true}, + {"origin": [-7.36576, 51.98527, -14.87372], "size": [4, 1, 37], "inflate": 0.01, "pivot": [3, 52.8693, 0.62628], "rotation": [90, -67.5, -90], "uv": [174, 74]}, + {"origin": [-1.63424, 47.77575, -16.55138], "size": [5, 1, 37], "inflate": 0.01, "pivot": [3, 48.65978, -1.05138], "rotation": [-90, -67.5, 90], "uv": [164, 112]}, + {"origin": [2.63424, 47.77575, -16.55138], "size": [5, 1, 37], "inflate": 0.01, "pivot": [3, 48.65978, -1.05138], "rotation": [90, -67.5, -90], "uv": [164, 112], "mirror": true}, + {"origin": [10.36576, 52.36795, -19.15291], "size": [4, 1, 37], "inflate": 0.01, "pivot": [3, 53.25198, -3.65291], "rotation": [-90, -67.5, 90], "uv": [174, 74], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/noibat/noibat.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/noibat/noibat.geo.json new file mode 100644 index 0000000..9b09a29 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/noibat/noibat.geo.json @@ -0,0 +1,295 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 4, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "noibat", + "pivot": [0, 0, 0] + }, + { + "name": "Chest", + "parent": "noibat", + "pivot": [0, 15.81849, -0.08893], + "cubes": [ + {"origin": [-2, 14.75, -2], "size": [4, 2, 4], "uv": [12, 24]}, + {"origin": [0, 15.4, -1.75], "size": [2, 2, 0], "pivot": [0.75, 16.5, -1.75], "rotation": [-21.19748, -25.23098, -47.70372], "uv": [37, 30]}, + {"origin": [-2, 15.4, -1.75], "size": [2, 2, 0], "pivot": [-0.75, 16.5, -1.75], "rotation": [-21.19748, 25.23098, 47.70372], "uv": [37, 30], "mirror": true}, + {"origin": [0.25, 14.5, -1.75], "size": [2, 2, 0], "pivot": [1.25, 15.75, -2], "rotation": [-12.37961, 8.53726, 46.5724], "uv": [40, 9], "mirror": true}, + {"origin": [0.25, 14.5, 1.75], "size": [2, 2, 0], "pivot": [1.25, 15.75, 2], "rotation": [10.72858, -10.54529, 44.00703], "uv": [10, 40], "mirror": true}, + {"origin": [-1, 14.65, -1.75], "size": [2, 2, 0], "pivot": [0.25, 15.75, -1.75], "rotation": [-24.25045, 22.32924, 40.144], "uv": [26, 39]}, + {"origin": [0.25, 15.5, 1.5], "size": [2, 2, 0], "pivot": [1.25, 16.75, 1.5], "rotation": [22.20765, -20.70481, 40.89339], "uv": [18, 36], "mirror": true}, + {"origin": [-2.25, 14.5, 1.75], "size": [2, 2, 0], "pivot": [-1.25, 15.75, 2], "rotation": [10.72858, 10.54529, -44.00703], "uv": [10, 40]}, + {"origin": [-2.25, 15.5, 1.5], "size": [2, 2, 0], "pivot": [-1.25, 16.75, 1.5], "rotation": [22.20765, 20.70481, -40.89339], "uv": [18, 36]}, + {"origin": [-1.25, 15, 1.5], "size": [2, 2, 0], "pivot": [-0.25, 16.25, 1.5], "rotation": [22.20765, 20.70481, -40.89339], "uv": [18, 36]}, + {"origin": [-2.25, 14.5, -1.75], "size": [2, 2, 0], "pivot": [-1.25, 15.75, -2], "rotation": [-12.37961, -8.53726, -46.5724], "uv": [40, 9]} + ] + }, + { + "name": "Left_wing1", + "parent": "Chest", + "pivot": [1.25, 15.5, 0], + "cubes": [ + {"origin": [1, 13, 0], "size": [3, 4, 0], "uv": [4, 38]} + ] + }, + { + "name": "Left_wing2", + "parent": "Left_wing1", + "pivot": [4, 15, 0], + "cubes": [ + {"origin": [4, 10, 0], "size": [6, 10, 0], "uv": [0, 24]} + ] + }, + { + "name": "Left_wing3", + "parent": "Left_wing2", + "pivot": [10, 15, 0], + "cubes": [ + {"origin": [10, 19.3, -0.001], "size": [1, 2, 0], "pivot": [10.25, 19.25, 0], "rotation": [0, 0, 25], "uv": [4, 1]}, + {"origin": [10, 19.3, 0.001], "size": [1, 2, 0], "pivot": [10.25, 19.25, 0], "rotation": [0, 0, 25], "uv": [4, 1]}, + {"origin": [10, 19.3, -0.001], "size": [1, 2, 0], "pivot": [10.25, 19.25, 0], "rotation": [0, 0, 25], "uv": [4, 1]}, + {"origin": [10, 19.3, -0.001], "size": [1, 2, 0], "pivot": [10.75, 19.25, 0], "rotation": [0, 0, -25], "uv": [4, 1]}, + {"origin": [10, 19.3, 0.001], "size": [1, 2, 0], "pivot": [10.75, 19.25, 0], "rotation": [0, 0, -25], "uv": [4, 1]}, + {"origin": [10, 9, 0], "size": [9, 11, 0], "uv": [0, 13]} + ] + }, + { + "name": "Right_wing1", + "parent": "Chest", + "pivot": [-1.25, 15.5, 0], + "cubes": [ + {"origin": [-4, 13, 0], "size": [3, 4, 0], "uv": [4, 38], "mirror": true} + ] + }, + { + "name": "Right_wing2", + "parent": "Right_wing1", + "pivot": [-4, 15, 0], + "cubes": [ + {"origin": [-10, 10, 0], "size": [6, 10, 0], "uv": [0, 24], "mirror": true} + ] + }, + { + "name": "Right_wing3", + "parent": "Right_wing2", + "pivot": [-10, 15, 0], + "cubes": [ + {"origin": [-11, 19.3, -0.001], "size": [1, 2, 0], "pivot": [-10.75, 19.25, 0], "rotation": [0, 0, 25], "uv": [4, 1], "mirror": true}, + {"origin": [-11, 19.3, 0.001], "size": [1, 2, 0], "pivot": [-10.75, 19.25, 0], "rotation": [0, 0, 25], "uv": [4, 1], "mirror": true}, + {"origin": [-11, 19.3, 0.001], "size": [1, 2, 0], "pivot": [-10.75, 19.25, 0], "rotation": [0, 0, 25], "uv": [4, 1], "mirror": true}, + {"origin": [-11, 19.3, 0.001], "size": [1, 2, 0], "pivot": [-10.25, 19.25, 0], "rotation": [0, 0, -25], "uv": [4, 1], "mirror": true}, + {"origin": [-11, 19.3, -0.001], "size": [1, 2, 0], "pivot": [-10.25, 19.25, 0], "rotation": [0, 0, -25], "uv": [4, 1], "mirror": true}, + {"origin": [-19, 9, 0], "size": [9, 11, 0], "uv": [0, 13], "mirror": true} + ] + }, + { + "name": "head", + "parent": "Chest", + "pivot": [0, 16.29434, -0.06076], + "cubes": [ + {"origin": [-3.5, 16.70647, -4.27098], "size": [7, 6, 7], "pivot": [-0.5, 19.70647, -0.77098], "rotation": [5, 0, 0], "uv": [0, 0]}, + {"origin": [1.5, 17.5, -4], "size": [2, 3, 1], "inflate": 0.015, "pivot": [-1.5, 16.5, -3], "rotation": [5, 0, 0], "uv": [39, 0]}, + {"origin": [1.55, 18.45, -4.14872], "size": [2, 1, 0], "inflate": 0.001, "pivot": [2.75, 18.15618, -4.14872], "rotation": [3.04868, 3.9649, -52.39445], "uv": [39, 34]}, + {"origin": [2, 18, -4.07], "size": [1, 2, 1], "inflate": -0.05, "pivot": [-1.5, 16.5, -3], "rotation": [5, 0, 0], "uv": [21, 30]}, + {"origin": [1.55, 19.5, -4], "size": [1, 1, 1], "inflate": -0.05, "pivot": [-1.5, 15.5, -3], "rotation": [5, 0, 0], "uv": [30, 39]}, + {"origin": [0.25, 17.15143, -4.31], "size": [1, 3, 1], "pivot": [0.75, 19.90143, -4.50766], "rotation": [4.83045, -1.29256, 14.94548], "uv": [22, 39]}, + {"origin": [-6.75, 16.75, -0.25], "size": [5, 3, 0], "pivot": [-4, 19, -0.25], "rotation": [-10.73052, 46.55847, -14.62771], "uv": [34, 15], "mirror": true}, + {"origin": [-6.25, 16.25, -0.251], "size": [4, 3, 0], "pivot": [-4, 17.75, -0.25], "rotation": [-40.88579, 26.66839, -62.59784], "uv": [34, 27], "mirror": true}, + {"origin": [-6.25, 18.5, -0.251], "size": [4, 3, 0], "pivot": [-4, 20, -0.25], "rotation": [13.28982, 46.03805, 18.16723], "uv": [34, 18], "mirror": true}, + {"origin": [-0.25, 16, -4.04], "size": [2, 2, 0], "pivot": [0.75, 17, -4], "rotation": [3.54002, 3.53329, -44.89078], "uv": [39, 32]}, + {"origin": [2.25, 18.5, -0.251], "size": [4, 3, 0], "pivot": [4, 20, -0.25], "rotation": [13.28982, -46.03805, -18.16723], "uv": [34, 18]}, + {"origin": [1.75, 16.75, -0.25], "size": [5, 3, 0], "pivot": [4, 19, -0.25], "rotation": [-10.73052, -46.55847, 14.62771], "uv": [34, 15]}, + {"origin": [-1.75, 16, -4.04], "size": [2, 2, 0], "pivot": [-0.75, 17, -4], "rotation": [3.54002, -3.53329, 44.89078], "uv": [39, 32], "mirror": true}, + {"origin": [2.25, 16.25, -0.251], "size": [4, 3, 0], "pivot": [4, 17.75, -0.25], "rotation": [-40.88579, -26.66839, 62.59784], "uv": [34, 27]}, + {"origin": [-3.5, 16, -1.5], "size": [7, 1, 4], "inflate": -0.001, "uv": [21, 0]}, + {"origin": [-1.25, 17.15143, -4.31], "size": [1, 3, 1], "pivot": [-0.75, 19.90143, -4.50766], "rotation": [4.83045, 1.29256, -14.94548], "uv": [22, 39], "mirror": true}, + {"origin": [-3, 18, -4.07], "size": [1, 2, 1], "inflate": -0.05, "pivot": [1.5, 16.5, -3], "rotation": [5, 0, 0], "uv": [21, 30], "mirror": true}, + {"origin": [-3.55, 18.45, -4.14872], "size": [2, 1, 0], "inflate": 0.001, "pivot": [-2.75, 18.15618, -4.14872], "rotation": [3.04868, -3.9649, 52.39445], "uv": [39, 34], "mirror": true}, + {"origin": [-3.5, 17.5, -4], "size": [2, 3, 1], "inflate": 0.015, "pivot": [1.5, 16.5, -3], "rotation": [5, 0, 0], "uv": [39, 0], "mirror": true}, + {"origin": [-2.55, 19.5, -4], "size": [1, 1, 1], "inflate": -0.05, "pivot": [1.5, 15.5, -3], "rotation": [5, 0, 0], "uv": [30, 39], "mirror": true} + ] + }, + { + "name": "ears", + "parent": "head", + "pivot": [0.92505, 23.53508, 0.47821], + "rotation": [-5, 0, 0], + "cubes": [ + {"origin": [-0.5, 21.75095, -0.71179], "size": [1, 5, 1], "inflate": 0.1, "pivot": [0, 24.25095, -0.27179], "rotation": [-10, 0, 0], "uv": [18, 38]} + ] + }, + { + "name": "left_ear", + "parent": "ears", + "pivot": [3.74152, 27.86564, 0.6831], + "rotation": [-9.6658, 2.57594, 17.28217], + "cubes": [ + {"origin": [1.24152, 21.43707, 0.96881], "size": [6, 9, 2], "inflate": 0.05, "pivot": [4.24152, 27.56207, 1.21881], "rotation": [0, 0, 7.5], "uv": [18, 13], "mirror": true}, + {"origin": [3.24152, 30.93707, -0.03119], "size": [2, 3, 1], "pivot": [4.24152, 27.56207, 1.21881], "rotation": [0, 0, 7.5], "uv": [35, 36], "mirror": true}, + {"origin": [2.96088, 24.11847, 0.96881], "size": [2, 2, 1], "inflate": 0.06, "pivot": [3.96088, 25.11847, 1.46881], "rotation": [0, 0, 50], "uv": [24, 24]}, + {"origin": [2.5225, 23.82289, 0.96881], "size": [3, 3, 1], "inflate": 0.055, "pivot": [4.0225, 25.32289, 1.46881], "rotation": [0, 0, 50], "uv": [4, 34]}, + {"origin": [6.9, 20.93707, -0.03119], "size": [1, 10, 1], "inflate": 0.1, "pivot": [4.24152, 27.56207, 1.21881], "rotation": [0, 0, 7.5], "uv": [0, 34]}, + {"origin": [2.74152, 20.93707, -0.03119], "size": [4, 1, 1], "inflate": 0.1, "pivot": [4.24152, 27.56207, 1.21881], "rotation": [0, 0, 7.5], "uv": [21, 5]}, + {"origin": [0.54, 24.93707, -0.03119], "size": [1, 6, 1], "inflate": 0.1, "pivot": [4.24152, 27.56207, 1.21881], "rotation": [0, 0, 7.5], "uv": [0, 0]}, + {"origin": [1.74152, 29.93707, -0.03119], "size": [5, 1, 1], "inflate": 0.1, "pivot": [4.24152, 27.56207, 1.21881], "rotation": [0, 0, 7.5], "uv": [32, 13]} + ] + }, + { + "name": "right_ear", + "parent": "ears", + "pivot": [-3.74152, 27.86564, 0.6831], + "rotation": [-9.6658, -2.57594, -17.28217], + "cubes": [ + {"origin": [-7.24152, 21.43707, 0.96881], "size": [6, 9, 2], "inflate": 0.05, "pivot": [-4.24152, 27.56207, 1.21881], "rotation": [0, 0, -7.5], "uv": [18, 13]}, + {"origin": [-5.24152, 30.93707, -0.03119], "size": [2, 3, 1], "pivot": [-4.24152, 27.56207, 1.21881], "rotation": [0, 0, -7.5], "uv": [35, 36]}, + {"origin": [-4.96088, 24.11847, 0.96881], "size": [2, 2, 1], "inflate": 0.06, "pivot": [-3.96088, 25.11847, 1.46881], "rotation": [0, 0, -50], "uv": [24, 24], "mirror": true}, + {"origin": [-6.74152, 29.93707, -0.03119], "size": [5, 1, 1], "inflate": 0.1, "pivot": [-4.24152, 27.56207, 1.21881], "rotation": [0, 0, -7.5], "uv": [32, 13], "mirror": true}, + {"origin": [-6.74152, 20.93707, -0.03119], "size": [4, 1, 1], "inflate": 0.1, "pivot": [-4.24152, 27.56207, 1.21881], "rotation": [0, 0, -7.5], "uv": [21, 5], "mirror": true}, + {"origin": [-1.54, 24.93707, -0.03119], "size": [1, 6, 1], "inflate": 0.1, "pivot": [-4.24152, 27.56207, 1.21881], "rotation": [0, 0, -7.5], "uv": [0, 0], "mirror": true}, + {"origin": [-7.9, 20.93707, -0.03119], "size": [1, 10, 1], "inflate": 0.1, "pivot": [-4.24152, 27.56207, 1.21881], "rotation": [0, 0, -7.5], "uv": [0, 34], "mirror": true}, + {"origin": [-5.5225, 23.82289, 0.96881], "size": [3, 3, 1], "inflate": 0.055, "pivot": [-4.0225, 25.32289, 1.46881], "rotation": [0, 0, -50], "uv": [4, 34], "mirror": true} + ] + }, + { + "name": "jaw", + "parent": "head", + "pivot": [0, 16.33836, -1.49333], + "cubes": [ + {"origin": [-2.5, 16, -3.5], "size": [5, 1, 3], "uv": [28, 5]}, + {"origin": [-1.46967, 16.98033, -2.74], "size": [1, 1, 0], "pivot": [-2, 17.5, -2.75], "rotation": [0, 0, 45], "uv": [4, 3]}, + {"origin": [0.46967, 16.98033, -2.74], "size": [1, 1, 0], "pivot": [2, 17.5, -2.75], "rotation": [0, 0, -45], "uv": [4, 3], "mirror": true} + ] + }, + { + "name": "Angry_eyes", + "parent": "head", + "pivot": [0, 16.29434, -0.06076] + }, + { + "name": "left_angry", + "parent": "Angry_eyes", + "pivot": [-1.5, 16.29434, 0.43924], + "cubes": [ + {"origin": [0.5, 17.48, -3], "size": [2, 3, 1], "inflate": 0.04, "pivot": [-3, 16.5, -2.5], "rotation": [5, 0, 0], "uv": [12, 36]} + ] + }, + { + "name": "right_angry", + "parent": "Angry_eyes", + "pivot": [1.5, 16.29434, 0.43924], + "cubes": [ + {"origin": [-2.5, 17.48, -3], "size": [2, 3, 1], "inflate": 0.04, "pivot": [3, 16.5, -2.5], "rotation": [5, 0, 0], "uv": [12, 36], "mirror": true} + ] + }, + { + "name": "Closed_eyes", + "parent": "head", + "pivot": [0, 16.29434, -0.06076] + }, + { + "name": "left_closed", + "parent": "Closed_eyes", + "pivot": [-0.25, 16.29434, 0.18924], + "cubes": [ + {"origin": [1.25, 17.5, -3.75], "size": [2, 3, 1], "inflate": 0.04, "pivot": [-1.75, 16.5, -2.75], "rotation": [5, 0, 0], "uv": [29, 35]} + ] + }, + { + "name": "right_closed", + "parent": "Closed_eyes", + "pivot": [0.25, 16.29434, 0.18924], + "cubes": [ + {"origin": [-3.25, 17.5, -3.75], "size": [2, 3, 1], "inflate": 0.04, "pivot": [1.75, 16.5, -2.75], "rotation": [5, 0, 0], "uv": [29, 35], "mirror": true} + ] + }, + { + "name": "body", + "parent": "Chest", + "pivot": [0, 15, 0], + "cubes": [ + {"origin": [-1.5, 11, -1.5], "size": [3, 5, 3], "inflate": -0.1, "uv": [25, 27]} + ] + }, + { + "name": "Left_Leg", + "parent": "body", + "pivot": [1.25, 11.25, 0], + "cubes": [ + {"origin": [-0.25, 9.75, -1.5], "size": [3, 3, 3], "inflate": 0.1, "pivot": [1.25, 11.25, 0], "rotation": [0, 0, 45], "uv": [31, 21]} + ] + }, + { + "name": "Left_Calf", + "parent": "Left_Leg", + "pivot": [1.25, 9.75, 0], + "cubes": [ + {"origin": [0.75, 7.25, -0.5], "size": [1, 3, 1], "uv": [12, 24]} + ] + }, + { + "name": "Left_Foot", + "parent": "Left_Calf", + "pivot": [1.25, 8, 0], + "cubes": [ + {"origin": [0.75, 7, -2.25], "size": [1, 1, 3], "inflate": 0.1, "uv": [34, 32]} + ] + }, + { + "name": "Left_Legfluff", + "parent": "Left_Leg", + "pivot": [2.42878, 11.21853, 0], + "rotation": [0, -27.5, -15], + "cubes": [ + {"origin": [2.15185, 10.95461, -0.22301], "size": [2, 1, 0], "pivot": [2.40185, 11.45461, -0.22301], "rotation": [0, 0, -45], "uv": [3, 0], "mirror": true}, + {"origin": [2.10982, 10.51911, -0.24613], "size": [2, 1, 0], "pivot": [2, 11.25, 1.5], "rotation": [0, 0, 27.5], "uv": [26, 35], "mirror": true}, + {"origin": [2.24844, 10.79209, -0.22552], "size": [2, 1, 0], "pivot": [3.24844, 11.79209, -0.22552], "rotation": [0, 0, -5], "uv": [24, 27], "mirror": true} + ] + }, + { + "name": "Right_Leg", + "parent": "body", + "pivot": [-1.25, 11.25, 0], + "cubes": [ + {"origin": [-2.75, 9.75, -1.5], "size": [3, 3, 3], "inflate": 0.1, "pivot": [-1.25, 11.25, 0], "rotation": [0, 0, -45], "uv": [12, 30]} + ] + }, + { + "name": "Right_Calf", + "parent": "Right_Leg", + "pivot": [-1.25, 9.75, 0], + "cubes": [ + {"origin": [-1.75, 7.25, -0.5], "size": [1, 3, 1], "uv": [21, 0]} + ] + }, + { + "name": "Right_Foot", + "parent": "Right_Calf", + "pivot": [-1.25, 8, 0], + "cubes": [ + {"origin": [-1.75, 7, -2.25], "size": [1, 1, 3], "inflate": 0.1, "uv": [21, 35]} + ] + }, + { + "name": "Right_Legfluff", + "parent": "Right_Leg", + "pivot": [-2.42878, 11.21853, 0], + "rotation": [0, 27.5, 15], + "cubes": [ + {"origin": [-4.15185, 10.95461, -0.22301], "size": [2, 1, 0], "pivot": [-2.40185, 11.45461, -0.22301], "rotation": [0, 0, 45], "uv": [3, 0]}, + {"origin": [-4.10982, 10.51911, -0.24613], "size": [2, 1, 0], "pivot": [-2, 11.25, 1.5], "rotation": [0, 0, -27.5], "uv": [26, 35]}, + {"origin": [-4.24844, 10.79209, -0.22552], "size": [2, 1, 0], "pivot": [-3.24844, 11.79209, -0.22552], "rotation": [0, 0, 5], "uv": [24, 27]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/noivern/noivern.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/noivern/noivern.geo.json new file mode 100644 index 0000000..1fe02da --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/noivern/noivern.geo.json @@ -0,0 +1,635 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 11, + "visible_bounds_height": 8, + "visible_bounds_offset": [0, 1, 0] + }, + "bones": [ + { + "name": "noivern", + "pivot": [0, 0, 0] + }, + { + "name": "Chest", + "parent": "noivern", + "pivot": [0.10501, 47.05203, 4.20445], + "cubes": [ + {"origin": [-2.5, 42.75, 8.25], "size": [5, 4, 0], "pivot": [0, 44.25, 8.25], "rotation": [-10, 0, 0], "uv": [110, 42]}, + {"origin": [-4.75, 46.5, 0.5], "size": [7, 7, 0], "pivot": [-0.75, 51.5, 3.5], "rotation": [0, 0, -45], "uv": [0, 39]}, + {"origin": [-5.25, 49.5, 0.25], "size": [6, 3, 8], "pivot": [-3.25, 51, 4.25], "rotation": [0, 0, 20], "uv": [82, 35]}, + {"origin": [-5, 43.25, 0.75], "size": [10, 7, 7], "uv": [63, 59]}, + {"origin": [-0.75, 49.5, 0.25], "size": [6, 3, 8], "pivot": [3.25, 51, 4.25], "rotation": [0, 0, -20], "uv": [36, 86]} + ] + }, + { + "name": "Midsection", + "parent": "Chest", + "pivot": [0, 42.25, 4.25], + "cubes": [ + {"origin": [-4, 36.25, 1.25], "size": [8, 8, 6], "uv": [69, 21]} + ] + }, + { + "name": "Hips", + "parent": "Midsection", + "pivot": [0, 37.05926, 4.5411], + "cubes": [ + {"origin": [-5.5, 27.75, 0], "size": [11, 10, 9], "pivot": [-1.5, 35.75, 4.5], "rotation": [12.5, 0, 0], "uv": [38, 33]} + ] + }, + { + "name": "Left_thigh", + "parent": "Hips", + "pivot": [4, 33, 3.5], + "cubes": [ + {"origin": [3, 28, -7.25], "size": [5, 8, 14], "uv": [0, 33]}, + {"origin": [3.5, 29.5, -9.5], "size": [4, 5, 6], "uv": [94, 67]} + ] + }, + { + "name": "Left_calf", + "parent": "Left_thigh", + "pivot": [5.5, 30.75, -7.5], + "cubes": [ + {"origin": [4, 24, -9], "size": [3, 8, 3], "inflate": -0.01, "uv": [102, 97]}, + {"origin": [4.5, 18, -8.5], "size": [2, 8, 2], "uv": [102, 108]}, + {"origin": [5.5, 14.25, -8.5], "size": [0, 4, 2], "pivot": [5.5, 18.25, -7.5], "rotation": [-22.5, 0, 0], "uv": [34, 40]} + ] + }, + { + "name": "Left_foot", + "parent": "Left_calf", + "pivot": [5.5, 18.25, -7.5], + "cubes": [ + {"origin": [4.5, 17.25, -15.5], "size": [2, 1, 9], "inflate": -0.05, "uv": [90, 4]} + ] + }, + { + "name": "Left_innertoe", + "parent": "Left_foot", + "pivot": [5, 17.83333, -15.25], + "cubes": [ + {"origin": [4.5, 17.25, -18.25], "size": [1, 1, 3], "inflate": 0.1, "uv": [8, 88]}, + {"origin": [4.5, 17.75, -18.5], "size": [1, 1, 2], "inflate": -0.1, "uv": [44, 66]} + ] + }, + { + "name": "Left_innertoe2", + "parent": "Left_innertoe", + "pivot": [5, 17.58333, -18], + "cubes": [ + {"origin": [4.5, 17.5, -20.5], "size": [1, 1, 3], "inflate": -0.1, "uv": [90, 8]}, + {"origin": [5, 17.25, -22], "size": [0, 1, 4], "uv": [38, 30]} + ] + }, + { + "name": "Left_outertoe", + "parent": "Left_foot", + "pivot": [6, 17.83333, -15.25], + "cubes": [ + {"origin": [5.5, 17.25, -18.25], "size": [1, 1, 3], "inflate": 0.1, "uv": [82, 37]}, + {"origin": [5.5, 17.75, -18.5], "size": [1, 1, 2], "inflate": -0.1, "uv": [69, 21]} + ] + }, + { + "name": "Left_outertoe2", + "parent": "Left_outertoe", + "pivot": [6, 17.58333, -18], + "cubes": [ + {"origin": [5.5, 17.5, -20.5], "size": [1, 1, 3], "inflate": -0.1, "uv": [90, 8]}, + {"origin": [6, 17.25, -22], "size": [0, 1, 4], "uv": [38, 29]} + ] + }, + { + "name": "Right_thigh", + "parent": "Hips", + "pivot": [-4, 33, 3.5], + "cubes": [ + {"origin": [-7.5, 29.5, -9.5], "size": [4, 5, 6], "uv": [94, 67], "mirror": true}, + {"origin": [-8, 28, -7.25], "size": [5, 8, 14], "uv": [0, 33], "mirror": true} + ] + }, + { + "name": "Right_calf", + "parent": "Right_thigh", + "pivot": [-5.5, 30.75, -7.5], + "cubes": [ + {"origin": [-7, 24, -9], "size": [3, 8, 3], "inflate": -0.01, "uv": [102, 97], "mirror": true}, + {"origin": [-5.5, 14.25, -8.5], "size": [0, 4, 2], "pivot": [-5.5, 18.25, -7.5], "rotation": [-22.5, 0, 0], "uv": [34, 40], "mirror": true}, + {"origin": [-6.5, 18, -8.5], "size": [2, 8, 2], "uv": [102, 108], "mirror": true} + ] + }, + { + "name": "Right_foot", + "parent": "Right_calf", + "pivot": [-5.5, 18.25, -7.5], + "cubes": [ + {"origin": [-6.5, 17.25, -15.5], "size": [2, 1, 9], "inflate": -0.05, "uv": [90, 4], "mirror": true} + ] + }, + { + "name": "Right_innertoe", + "parent": "Right_foot", + "pivot": [-5, 17.83333, -15.25], + "cubes": [ + {"origin": [-5.5, 17.25, -18.25], "size": [1, 1, 3], "inflate": 0.1, "uv": [8, 88], "mirror": true}, + {"origin": [-5.5, 17.75, -18.5], "size": [1, 1, 2], "inflate": -0.1, "uv": [44, 66], "mirror": true} + ] + }, + { + "name": "Right_innertoe2", + "parent": "Right_innertoe", + "pivot": [-5, 17.58333, -18], + "cubes": [ + {"origin": [-5.5, 17.5, -20.5], "size": [1, 1, 3], "inflate": -0.1, "uv": [69, 37]}, + {"origin": [-5, 17.25, -22], "size": [0, 1, 4], "uv": [38, 30], "mirror": true} + ] + }, + { + "name": "Right_outertoe", + "parent": "Right_foot", + "pivot": [-6, 17.83333, -15.25], + "cubes": [ + {"origin": [-6.5, 17.25, -18.25], "size": [1, 1, 3], "inflate": 0.1, "uv": [82, 37], "mirror": true}, + {"origin": [-6.5, 17.75, -18.5], "size": [1, 1, 2], "inflate": -0.1, "uv": [69, 21], "mirror": true} + ] + }, + { + "name": "Right_outertoe2", + "parent": "Right_outertoe", + "pivot": [-6, 17.58333, -18], + "cubes": [ + {"origin": [-6.5, 17.5, -20.5], "size": [1, 1, 3], "inflate": -0.1, "uv": [8, 92]}, + {"origin": [-6, 17.25, -22], "size": [0, 1, 4], "uv": [38, 29], "mirror": true} + ] + }, + { + "name": "Tail1", + "parent": "Hips", + "pivot": [0, 29.05926, 5.7911], + "cubes": [ + {"origin": [-4, 17.25, 0.75], "size": [8, 13, 8], "inflate": -0.1, "pivot": [-1, 35.25, 4.75], "rotation": [12.5, 0, 0], "uv": [58, 0]} + ] + }, + { + "name": "Tail2", + "parent": "Tail1", + "pivot": [0, 18.47408, 8.82879], + "cubes": [ + {"origin": [-3, 6.5, 2], "size": [6, 13, 6], "inflate": -0.1, "pivot": [-1, 34.5, 5], "rotation": [12.5, 0, 0], "uv": [44, 67]} + ] + }, + { + "name": "Tail3", + "parent": "Tail2", + "pivot": [0, 7.18742, 11.02675], + "cubes": [ + {"origin": [-2, -3.25, 3.25], "size": [4, 12, 4], "pivot": [-1, 33.75, 5.25], "rotation": [12.5, 0, 0], "uv": [86, 89]} + ] + }, + { + "name": "Tail4", + "parent": "Tail3", + "pivot": [0, -2.09925, 13.22471], + "cubes": [ + {"origin": [-1.5, -13, 4], "size": [3, 12, 3], "inflate": -0.01, "pivot": [-1, 33, 5.5], "rotation": [12.5, 0, 0], "uv": [34, 97]} + ] + }, + { + "name": "Tail5", + "parent": "Tail4", + "pivot": [0, -11.63591, 15.42266], + "cubes": [ + {"origin": [-1, -23.25, 4.75], "size": [2, 12, 2], "pivot": [-1, 31.75, 5.75], "rotation": [12.5, 0, 0], "uv": [84, 105]} + ] + }, + { + "name": "Tail6", + "parent": "Tail5", + "pivot": [0, -21.67258, 17.62062], + "cubes": [ + {"origin": [-0.5, -33.25, 5.5], "size": [1, 12, 1], "pivot": [-1, 30.75, 6], "rotation": [12.5, 0, 0], "uv": [22, 106]} + ] + }, + { + "name": "Tail7", + "parent": "Tail6", + "pivot": [0, -30.50465, 19.68665], + "cubes": [ + {"origin": [0, -42.25, 5.5], "size": [0, 11, 3], "pivot": [-1, 30.75, 6], "rotation": [12.5, 0, 0], "uv": [92, 102]} + ] + }, + { + "name": "Left_wing1", + "parent": "Chest", + "pivot": [4.25, 48.5, 4.25], + "cubes": [ + {"origin": [3.5, 47.5, 3.25], "size": [12, 2, 2], "uv": [90, 14]}, + {"origin": [2.5, 33.5, 4.25], "size": [13, 15, 0], "uv": [68, 73]} + ] + }, + { + "name": "Left_wing2", + "parent": "Left_wing1", + "pivot": [15.47236, 48.52734, 4.25], + "cubes": [ + {"origin": [15.5, 29.5, 4.25], "size": [11, 28, 0], "uv": [22, 66]}, + {"origin": [0.28248, 49.08671, 3.25], "size": [14, 2, 2], "inflate": -0.1, "pivot": [14.28248, 49.08671, 4.25], "rotation": [0, 0, 142.5], "uv": [58, 54]} + ] + }, + { + "name": "Left_wing3", + "parent": "Left_wing2", + "pivot": [26.48548, 56.68458, 4.25], + "cubes": [ + {"origin": [26.5, 29.5, 4.25], "size": [4, 28, 0], "uv": [0, 88]}, + {"origin": [26.47096, 45.36915, 3.25], "size": [0, 12, 2], "pivot": [26.47096, 45.36915, 4.75], "rotation": [0, 0, 5], "uv": [26, 97]}, + {"origin": [30.47096, 26.36915, 3.25], "size": [0, 19, 2], "uv": [54, 95]}, + {"origin": [25.47096, 56.36915, 3.75], "size": [5, 1, 1], "inflate": 0.15, "uv": [56, 89]}, + {"origin": [26.47096, 26.36915, 3.25], "size": [0, 19, 2], "uv": [50, 95]}, + {"origin": [30.47096, 45.36915, 3.25], "size": [0, 12, 2], "pivot": [30.47096, 45.36915, 4.75], "rotation": [0, 0, -5], "uv": [98, 103]} + ] + }, + { + "name": "Left_wing4", + "parent": "Left_wing3", + "pivot": [30.44876, 56.9563, 4.25], + "cubes": [ + {"origin": [15.28248, 57.33671, 3.75], "size": [15, 1, 1], "inflate": 0.14, "pivot": [30.28248, 57.33671, 4.75], "rotation": [0, 0, -165], "uv": [82, 0]}, + {"origin": [30.5, 23.5, 4.25], "size": [14, 33, 0], "uv": [30, 0]} + ] + }, + { + "name": "Left_wing5", + "parent": "Left_wing4", + "pivot": [44.42275, 52.8837, 4.25], + "cubes": [ + {"origin": [44.5, 19.5, 4.25], "size": [15, 33, 0], "uv": [0, 0]}, + {"origin": [43.90782, 33.3097, 3.75], "size": [1, 20, 1], "inflate": 0.14, "pivot": [44.79226, 53.31084, 4.25], "rotation": [0, 0, -52.5], "uv": [46, 97]} + ] + }, + { + "name": "Left_wing6", + "parent": "Left_wing5", + "pivot": [59.5, 40.70782, 4.25], + "cubes": [ + {"origin": [59.5, 19.5, 4.25], "size": [11, 33, 0], "uv": [0, 55]}, + {"origin": [59.86443, 16.50544, 3.75], "size": [1, 24, 1], "inflate": 0.14, "pivot": [59.5, 40.75, 3.25], "rotation": [0, 0, -24], "uv": [30, 94]} + ] + }, + { + "name": "Left_fingers", + "parent": "Left_wing3", + "pivot": [26.48548, 56.68458, 4.25], + "cubes": [ + {"origin": [30.22096, 56.36915, 3.75], "size": [0, 5, 1], "uv": [44, 34]}, + {"origin": [28.47096, 56.36915, 3.75], "size": [0, 5, 1], "uv": [58, 20]}, + {"origin": [26.72096, 56.36915, 3.75], "size": [0, 5, 1], "uv": [42, 34]} + ] + }, + { + "name": "Right_wing1", + "parent": "Chest", + "pivot": [-4.25, 48.5, 4.25], + "cubes": [ + {"origin": [-15.5, 47.5, 3.25], "size": [12, 2, 2], "uv": [90, 14], "mirror": true}, + {"origin": [-15.5, 33.5, 4.25], "size": [13, 15, 0], "uv": [68, 73], "mirror": true} + ] + }, + { + "name": "Right_wing2", + "parent": "Right_wing1", + "pivot": [-15.47236, 48.52734, 4.25], + "cubes": [ + {"origin": [-14.28248, 49.08671, 3.25], "size": [14, 2, 2], "inflate": -0.1, "pivot": [-14.28248, 49.08671, 4.25], "rotation": [0, 0, -142.5], "uv": [58, 54], "mirror": true}, + {"origin": [-26.5, 29.5, 4.25], "size": [11, 28, 0], "uv": [22, 66], "mirror": true} + ] + }, + { + "name": "Right_wing3", + "parent": "Right_wing2", + "pivot": [-26.48548, 56.68458, 4.25], + "cubes": [ + {"origin": [-30.5, 29.5, 4.25], "size": [4, 28, 0], "uv": [0, 88], "mirror": true}, + {"origin": [-30.47096, 56.36915, 3.75], "size": [5, 1, 1], "inflate": 0.15, "uv": [109, 18]}, + {"origin": [-30.47096, 26.36915, 3.25], "size": [0, 19, 2], "uv": [54, 95], "mirror": true}, + {"origin": [-26.47096, 26.36915, 3.25], "size": [0, 19, 2], "uv": [50, 95], "mirror": true}, + {"origin": [-26.47096, 45.36915, 3.25], "size": [0, 12, 2], "pivot": [-26.47096, 45.36915, 4.75], "rotation": [0, 0, -5], "uv": [26, 97], "mirror": true}, + {"origin": [-30.47096, 45.36915, 3.25], "size": [0, 12, 2], "pivot": [-30.47096, 45.36915, 4.75], "rotation": [0, 0, 5], "uv": [98, 103], "mirror": true} + ] + }, + { + "name": "Right_wing4", + "parent": "Right_wing3", + "pivot": [-30.44876, 56.9563, 4.25], + "cubes": [ + {"origin": [-44.5, 23.5, 4.25], "size": [14, 33, 0], "uv": [30, 0], "mirror": true}, + {"origin": [-30.28248, 57.33671, 3.75], "size": [15, 1, 1], "inflate": 0.14, "pivot": [-30.28248, 57.33671, 4.75], "rotation": [0, 0, 165], "uv": [82, 0], "mirror": true} + ] + }, + { + "name": "Right_wing5", + "parent": "Right_wing4", + "pivot": [-44.42275, 52.8837, 4.25], + "cubes": [ + {"origin": [-44.90782, 33.3097, 3.75], "size": [1, 20, 1], "inflate": 0.14, "pivot": [-44.79226, 53.31084, 4.25], "rotation": [0, 0, 52.5], "uv": [46, 97], "mirror": true}, + {"origin": [-59.5, 19.5, 4.25], "size": [15, 33, 0], "uv": [0, 0], "mirror": true} + ] + }, + { + "name": "Right_wing6", + "parent": "Right_wing5", + "pivot": [-59.5, 40.70782, 4.25], + "cubes": [ + {"origin": [-70.5, 19.5, 4.25], "size": [11, 33, 0], "uv": [0, 55], "mirror": true}, + {"origin": [-60.86443, 16.50544, 3.75], "size": [1, 24, 1], "inflate": 0.14, "pivot": [-59.5, 40.75, 3.25], "rotation": [0, 0, 24], "uv": [30, 94], "mirror": true} + ] + }, + { + "name": "Right_fingers", + "parent": "Right_wing3", + "pivot": [-26.48548, 56.68458, 4.25], + "cubes": [ + {"origin": [-30.22096, 56.36915, 3.75], "size": [0, 5, 1], "uv": [44, 34], "mirror": true}, + {"origin": [-28.47096, 56.36915, 3.75], "size": [0, 5, 1], "uv": [58, 20], "mirror": true}, + {"origin": [-26.72096, 56.36915, 3.75], "size": [0, 5, 1], "uv": [42, 34], "mirror": true} + ] + }, + { + "name": "Neck", + "parent": "Chest", + "pivot": [0, 51.25, 3.25], + "cubes": [ + {"origin": [-1.5, 50.25, 1.75], "size": [3, 8, 3], "uv": [58, 105]} + ] + }, + { + "name": "head", + "parent": "Neck", + "pivot": [0, 58.41429, 3.55643], + "cubes": [ + {"origin": [-0.25, 58.75, -4.25], "size": [6, 4, 3], "inflate": -0.001, "pivot": [0.75, 59.75, -2.25], "rotation": [0, -70, 0], "uv": [58, 98]}, + {"origin": [-2.5, 58.75, -4.25], "size": [5, 3, 4], "uv": [8, 99]}, + {"origin": [-5.75, 58.75, -4.25], "size": [6, 4, 3], "inflate": -0.001, "pivot": [-0.75, 59.75, -2.25], "rotation": [0, 70, 0], "uv": [98, 46]}, + {"origin": [-4.32667, 58.7, 1.75845], "size": [5, 5, 3], "uv": [102, 34], "mirror": true}, + {"origin": [-1.5, 60.76, -3.25], "size": [3, 2, 1], "inflate": 0.01, "uv": [58, 5]}, + {"origin": [-2.5, 57.75, 2.75], "size": [5, 5, 3], "uv": [102, 89]}, + {"origin": [-10.13674, 60.87534, 1.69183], "size": [6, 0, 1], "pivot": [-4.13674, 60.87534, 1.69183], "rotation": [24.30389, 35.69226, -5.45626], "uv": [21, 63]}, + {"origin": [-3.5, 57.5, 0], "size": [7, 2, 4], "uv": [91, 18]}, + {"origin": [-3, 62.7, -1.75], "size": [6, 1, 5], "inflate": 0.01, "uv": [90, 59]}, + {"origin": [-2, 62.15, -2.46962], "size": [4, 1, 1], "inflate": 0.01, "pivot": [0, 62.8527, -1.96962], "rotation": [43, 0, 0], "uv": [109, 20]}, + {"origin": [-0.67333, 58.7, 1.75845], "size": [5, 5, 3], "uv": [102, 34]}, + {"origin": [4.13674, 60.87534, 1.69183], "size": [6, 0, 1], "pivot": [4.13674, 60.87534, 1.69183], "rotation": [24.30389, -35.69226, 5.45626], "uv": [0, 46]}, + {"origin": [0.08579, 57.75, -4.245], "size": [2, 2, 0], "pivot": [1.08579, 58.75, -4.25], "rotation": [0, 0, 45], "uv": [22, 64]}, + {"origin": [-5.75, 62.7, -4.25], "size": [4, 1, 3], "inflate": 0.001, "pivot": [-0.75, 59.75, -2.25], "rotation": [0, 70, 0], "uv": [82, 4], "mirror": true}, + {"origin": [-2.08579, 57.75, -4.245], "size": [2, 2, 0], "pivot": [-1.08579, 58.75, -4.25], "rotation": [0, 0, -45], "uv": [58, 52]}, + {"origin": [1.75, 62.7, -4.25], "size": [4, 1, 3], "inflate": 0.001, "pivot": [0.75, 59.75, -2.25], "rotation": [0, -70, 0], "uv": [82, 4]} + ] + }, + { + "name": "right_nose", + "parent": "head", + "pivot": [1.01524, 61.88369, -4.47201], + "rotation": [20, 28.71738, -11.56809], + "cubes": [ + {"origin": [0.20016, 60.9, -4.84036], "size": [2, 2, 3], "pivot": [1.20016, 61.83416, -3.34036], "rotation": [-2.50954, 4.99523, -0.21865], "uv": [110, 108]}, + {"origin": [0.17804, 60.9, -3.09701], "size": [2, 2, 4], "inflate": -0.2, "pivot": [1.26524, 60.88369, -3.59701], "rotation": [-2.50954, 4.99523, -0.21865], "uv": [34, 36]}, + {"origin": [0.67804, 61.4, -0.59701], "size": [1, 1, 4], "pivot": [1.26524, 60.88369, -3.59701], "rotation": [-2.50954, 4.99523, -0.21865], "uv": [110, 83]} + ] + }, + { + "name": "left_nose", + "parent": "head", + "pivot": [-1.01524, 61.88369, -4.47201], + "rotation": [20, -28.71738, 11.56809], + "cubes": [ + {"origin": [-2.17804, 60.9, -3.09701], "size": [2, 2, 4], "inflate": -0.2, "pivot": [-1.26524, 60.88369, -3.59701], "rotation": [-2.50954, -4.99523, 0.21865], "uv": [34, 36], "mirror": true}, + {"origin": [-1.67804, 61.4, -0.59701], "size": [1, 1, 4], "pivot": [-1.26524, 60.88369, -3.59701], "rotation": [-2.50954, -4.99523, 0.21865], "uv": [110, 83], "mirror": true}, + {"origin": [-2.20016, 60.9, -4.84036], "size": [2, 2, 3], "pivot": [-1.20016, 61.83416, -3.34036], "rotation": [-2.50954, -4.99523, 0.21865], "uv": [110, 108], "mirror": true} + ] + }, + { + "name": "Left_eye", + "parent": "head", + "pivot": [1.87053, 61.75, -0.66251], + "cubes": [ + {"origin": [0.99553, 60.85, -2.28], "size": [1, 2, 3], "inflate": -0.1, "pivot": [1.87053, 61.75, -0.66251], "rotation": [-25.50555, -67.73126, 27.27317], "uv": [58, 0]}, + {"origin": [0.99553, 60.85, -2.6], "size": [1, 2, 1], "inflate": -0.4, "pivot": [1.87053, 61.75, -0.66251], "rotation": [-25.50555, -67.73126, 27.27317], "uv": [34, 60]}, + {"origin": [0.24553, 60.3, -2.307], "size": [4, 3, 3], "inflate": -0.15, "pivot": [1.87053, 61.75, -0.66251], "rotation": [-25.50555, -67.73126, 27.27317], "uv": [82, 46]} + ] + }, + { + "name": "Right_eye", + "parent": "head", + "pivot": [0, 58.41429, 3.55643], + "cubes": [ + {"origin": [-1.99553, 60.85, -2.28], "size": [1, 2, 3], "inflate": -0.1, "pivot": [-1.87053, 61.75, -0.66251], "rotation": [-25.50555, 67.73126, -27.27317], "uv": [58, 0], "mirror": true}, + {"origin": [-4.24553, 60.3, -2.307], "size": [4, 3, 3], "inflate": -0.15, "pivot": [-1.87053, 61.75, -0.66251], "rotation": [-25.50555, 67.73126, -27.27317], "uv": [82, 46], "mirror": true}, + {"origin": [-1.99553, 60.85, -2.6], "size": [1, 2, 1], "inflate": -0.4, "pivot": [-1.87053, 61.75, -0.66251], "rotation": [-25.50555, 67.73126, -27.27317], "uv": [34, 60], "mirror": true} + ] + }, + { + "name": "Jaw", + "parent": "head", + "pivot": [0, 58.26027, -0.23519], + "cubes": [ + {"origin": [-2, 57.75, -3.5], "size": [4, 1, 4], "pivot": [0, 58.25, -0.75], "rotation": [-12.5, 0, 0], "uv": [103, 4]}, + {"origin": [1.53645, 58.53277, -3.09224], "size": [0, 1, 1], "pivot": [2, 59.22514, -2.83845], "rotation": [-59.76879, 24.73906, -2.59252], "uv": [38, 34]}, + {"origin": [-2.5, 57.5, -2], "size": [5, 1, 2], "uv": [103, 9]}, + {"origin": [-2.5, 57.75, -2], "size": [5, 1, 2], "inflate": -0.001, "uv": [103, 9]}, + {"origin": [-1.53645, 58.53277, -3.09224], "size": [0, 1, 1], "pivot": [-2, 59.22514, -2.83845], "rotation": [-59.76879, -24.73906, 2.59252], "uv": [38, 34], "mirror": true} + ] + }, + { + "name": "Ear", + "parent": "head", + "pivot": [0, 63.5, 4], + "rotation": [17.5, 0, 0], + "cubes": [ + {"origin": [-1, 61.95, 3.75], "size": [2, 2, 9], "inflate": 0.05, "uv": [8, 88]} + ] + }, + { + "name": "Left_ear", + "parent": "Ear", + "pivot": [3.83333, 63, 4], + "rotation": [0, 12.5, 0], + "cubes": [ + {"origin": [0, 62, 3], "size": [8, 2, 2], "inflate": -0.001, "uv": [98, 53]}, + {"origin": [-1.5, 61, 4], "size": [10, 2, 12], "inflate": -0.01, "uv": [26, 52]}, + {"origin": [1, 63.007, 6.5], "size": [5, 0, 7], "uv": [17, 40]}, + {"origin": [2, 62.02, 7.5], "size": [3, 1, 5], "inflate": 0.01, "uv": [58, 21]}, + {"origin": [2.5, 62.02, 8], "size": [2, 1, 4], "inflate": 0.015, "uv": [109, 78]}, + {"origin": [-0.5, 62, 5], "size": [8, 1, 1], "uv": [69, 35]}, + {"origin": [-0.5, 62, 5], "size": [1, 1, 10], "uv": [84, 78]}, + {"origin": [-0.5, 62, 14], "size": [8, 1, 1], "uv": [97, 65]}, + {"origin": [6.5, 62, 5], "size": [1, 1, 10], "uv": [86, 48]}, + {"origin": [-1, 62, 15], "size": [9, 2, 2], "uv": [97, 30]}, + {"origin": [2, 62, 16], "size": [3, 2, 4], "inflate": 0.001, "uv": [107, 57]}, + {"origin": [2.5, 63, 19], "size": [2, 1, 4], "uv": [108, 67]}, + {"origin": [7.5, 62, 3], "size": [2, 2, 14], "uv": [64, 38]}, + {"origin": [-2.5, 62, 11], "size": [2, 2, 6], "uv": [70, 99]} + ] + }, + { + "name": "Right_ear", + "parent": "Ear", + "pivot": [-3.83333, 63, 4], + "rotation": [0, -12.5, 0], + "cubes": [ + {"origin": [0.5, 62, 11], "size": [2, 2, 6], "uv": [70, 99], "mirror": true}, + {"origin": [-8, 62, 3], "size": [8, 2, 2], "inflate": -0.001, "uv": [98, 53], "mirror": true}, + {"origin": [-9.5, 62, 3], "size": [2, 2, 14], "uv": [64, 38], "mirror": true}, + {"origin": [-4.5, 63, 19], "size": [2, 1, 4], "uv": [108, 67], "mirror": true}, + {"origin": [-7.5, 62, 5], "size": [1, 1, 10], "uv": [86, 48], "mirror": true}, + {"origin": [-7.5, 62, 14], "size": [8, 1, 1], "uv": [97, 65], "mirror": true}, + {"origin": [-0.5, 62, 5], "size": [1, 1, 10], "uv": [84, 78], "mirror": true}, + {"origin": [-7.5, 62, 5], "size": [8, 1, 1], "uv": [69, 35], "mirror": true}, + {"origin": [-4.5, 62.02, 8], "size": [2, 1, 4], "inflate": 0.015, "uv": [109, 78], "mirror": true}, + {"origin": [-8.5, 61, 4], "size": [10, 2, 12], "inflate": -0.01, "uv": [26, 52], "mirror": true}, + {"origin": [-6, 63.007, 6.5], "size": [5, 0, 7], "uv": [17, 40], "mirror": true}, + {"origin": [-5, 62.02, 7.5], "size": [3, 1, 5], "inflate": 0.01, "uv": [58, 21], "mirror": true}, + {"origin": [-8, 62, 15], "size": [9, 2, 2], "uv": [97, 30], "mirror": true}, + {"origin": [-5, 62, 16], "size": [3, 2, 4], "inflate": 0.001, "uv": [107, 57], "mirror": true} + ] + }, + { + "name": "Left_eyeclosed", + "parent": "head", + "pivot": [0, 58.41429, 3.55643], + "cubes": [ + {"origin": [0.24553, 60.3, -1.307], "size": [4, 3, 3], "inflate": -0.13, "pivot": [1.87053, 61.75, -0.66251], "rotation": [-25.50555, -67.73126, 27.27317], "uv": [8, 106]} + ] + }, + { + "name": "Right_eyeclosed", + "parent": "head", + "pivot": [0, 58.41429, 3.55643], + "cubes": [ + {"origin": [-4.24553, 60.3, -1.307], "size": [4, 3, 3], "inflate": -0.13, "pivot": [-1.87053, 61.75, -0.66251], "rotation": [-25.50555, 67.73126, -27.27317], "uv": [8, 106], "mirror": true} + ] + }, + { + "name": "Collar_fluff", + "parent": "Chest", + "pivot": [0, 52.65549, 4.51741] + }, + { + "name": "Left_collar_fluff_front", + "parent": "Collar_fluff", + "pivot": [5.09233, 51.29907, 2.45854], + "cubes": [ + {"origin": [5.34268, 49.54969, 0.95836], "size": [0, 3, 5], "pivot": [4.84233, 51.04907, 2.45854], "rotation": [-36.15368, 58.22145, -58.37688], "uv": [58, 56]} + ] + }, + { + "name": "Right_collar_fluff_front", + "parent": "Collar_fluff", + "pivot": [-5.09233, 51.29907, 2.45854], + "cubes": [ + {"origin": [-5.34268, 49.54969, 0.95836], "size": [0, 3, 5], "pivot": [-4.84233, 51.04907, 2.45854], "rotation": [-36.15368, -58.22145, 58.37688], "uv": [58, 56], "mirror": true} + ] + }, + { + "name": "Left_collar_fluff_middle", + "parent": "Collar_fluff", + "pivot": [4.63231, 51.78391, 2.7339], + "cubes": [ + {"origin": [5, 49.5, 3.25], "size": [0, 3, 5], "pivot": [3, 51, 3.25], "rotation": [12.5, 32.5, -20], "uv": [58, 53]} + ] + }, + { + "name": "Right_collar_fluff_middle", + "parent": "Collar_fluff", + "pivot": [-4.63231, 51.78391, 2.7339], + "cubes": [ + {"origin": [-5, 49.5, 3.25], "size": [0, 3, 5], "pivot": [-3, 51, 3.25], "rotation": [12.5, -32.5, 20], "uv": [58, 53], "mirror": true} + ] + }, + { + "name": "Left_collar_fluff_back", + "parent": "Collar_fluff", + "pivot": [2.93389, 51.5958, 4.77175], + "cubes": [ + {"origin": [5.25, 48.75, 4.25], "size": [0, 3, 6], "pivot": [3.25, 50.25, 4.25], "rotation": [-20.32193, 32.97105, -100.59884], "uv": [22, 54]} + ] + }, + { + "name": "Right_collar_fluff_back", + "parent": "Collar_fluff", + "pivot": [-2.93389, 51.5958, 4.77175], + "cubes": [ + {"origin": [-5.25, 48.75, 4.25], "size": [0, 3, 6], "pivot": [-3.25, 50.25, 4.25], "rotation": [-20.32193, -32.97105, 100.59884], "uv": [22, 54], "mirror": true} + ] + }, + { + "name": "collar_fluff_back", + "parent": "Collar_fluff", + "pivot": [0, 51.65549, 4.51741], + "cubes": [ + {"origin": [-3.5, 53, 3.75], "size": [7, 0, 7], "pivot": [0, 53, 6.75], "rotation": [27.5, 0, 0], "uv": [17, 33]} + ] + }, + { + "name": "Back_Fluff1", + "parent": "Chest", + "pivot": [0, 49.06411, 7.12965], + "cubes": [ + {"origin": [-4.1799, 49.16362, 6.13394], "size": [0, 4, 5], "pivot": [0, 48.68748, 6.39797], "rotation": [-17.21793, -1.14636, -1.14895], "uv": [58, 22]}, + {"origin": [-1.32749, 48.59114, 7.26979], "size": [0, 3, 7], "pivot": [0, 48.68748, 6.39797], "rotation": [-21.65007, -14.81546, -15.48681], "uv": [0, 29]}, + {"origin": [-3.5, 46.25, 5.75], "size": [7, 6, 4], "pivot": [0, 48.68748, 6.39797], "rotation": [0, 0, 0], "uv": [64, 88]}, + {"origin": [3.30197, 48.85317, 6.69235], "size": [0, 3, 7], "pivot": [0, 48.68748, 6.39797], "rotation": [8.26946, -3.5794, -10.58676], "uv": [0, 26]}, + {"origin": [3, 49.39148, 7.32381], "size": [0, 2, 5], "pivot": [0, 48.68748, 6.39797], "rotation": [-57.5, 0, 0], "uv": [58, 26]}, + {"origin": [1.32749, 48.59114, 7.26979], "size": [0, 3, 7], "pivot": [0, 48.68748, 6.39797], "rotation": [-21.65007, 14.81546, 15.48681], "uv": [0, 29], "mirror": true}, + {"origin": [-3, 49.39148, 7.32381], "size": [0, 2, 5], "pivot": [0, 48.68748, 6.39797], "rotation": [-57.5, 0, 0], "uv": [58, 26], "mirror": true}, + {"origin": [-3.30197, 48.85317, 6.69235], "size": [0, 3, 7], "pivot": [0, 48.68748, 6.39797], "rotation": [8.26946, 3.5794, 10.58676], "uv": [0, 26], "mirror": true}, + {"origin": [4.1799, 49.16362, 6.13394], "size": [0, 4, 5], "pivot": [0, 48.68748, 6.39797], "rotation": [-17.21793, 1.14636, 1.14895], "uv": [58, 22], "mirror": true} + ] + }, + { + "name": "Back_Fluff2", + "parent": "Back_Fluff1", + "pivot": [0, 48.01422, 10.04603], + "cubes": [ + {"origin": [-2, 48.19374, 7.71434], "size": [4, 4, 5], "pivot": [0, 48.68748, 6.39797], "rotation": [-15, 0, 0], "uv": [96, 78]}, + {"origin": [0, 47.34282, 7.70771], "size": [0, 3, 8], "pivot": [0, 48.68748, 6.39797], "rotation": [-32.5, 0, 0], "uv": [22, 47]}, + {"origin": [-1, 49.73154, 11.22875], "size": [2, 3, 4], "pivot": [0, 48.68748, 6.39797], "rotation": [-25, 0, 0], "uv": [70, 107]}, + {"origin": [0, 49.76268, 9.08654], "size": [0, 2, 8], "pivot": [0, 48.68748, 6.39797], "rotation": [0, 0, 0], "uv": [22, 50]}, + {"origin": [0, 51.16046, 14.11483], "size": [0, 3, 5], "pivot": [0, 48.68748, 6.39797], "rotation": [-35, 0, 0], "uv": [56, 81]} + ] + }, + { + "name": "Chest2", + "parent": "noivern", + "pivot": [-0.10501, 47.05203, 4.20445] + }, + { + "name": "Right_wing7", + "parent": "Chest2", + "pivot": [-4.25, 48.5, 4.25] + }, + { + "name": "Right_wing8", + "parent": "Right_wing7", + "pivot": [-15.47236, 48.52734, 4.25] + }, + { + "name": "Right_wing9", + "parent": "Right_wing8", + "pivot": [-26.48548, 56.68458, 4.25] + }, + { + "name": "Right_wing10", + "parent": "Right_wing9", + "pivot": [-30.44876, 56.9563, 4.25] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/nymble/nymble.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/nymble/nymble.geo.json new file mode 100644 index 0000000..dc6b8a3 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/nymble/nymble.geo.json @@ -0,0 +1,197 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.nymble", + "texture_width": 32, + "texture_height": 32, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "nymble", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "nymble", + "pivot": [0, 6, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 5, 2], + "cubes": [ + {"origin": [-1.5, 4.5, -1], "size": [3, 3, 5], "uv": [0, 0]} + ] + }, + { + "name": "x", + "parent": "torso", + "pivot": [0, 4.49, 0.5], + "rotation": [0, -45, 0], + "cubes": [ + {"origin": [-1, 4.49, 0], "size": [2, 0, 1], "pivot": [0, 4.49, 0.5], "rotation": [0, -90, 0], "uv": [0, 0]}, + {"origin": [-1, 4.48, 0], "size": [2, 0, 1], "uv": [0, 1]} + ] + }, + { + "name": "leg_left", + "parent": "torso", + "pivot": [-1.5, 5, 0], + "cubes": [ + {"origin": [-3.5, 4.5, 0], "size": [2, 1, 0], "uv": [12, 15]} + ] + }, + { + "name": "leg_left2", + "parent": "leg_left", + "pivot": [-3.5, 5, 0], + "cubes": [ + {"origin": [-5.5, 4.5, 0], "size": [2, 1, 0], "uv": [5, 15]} + ] + }, + { + "name": "feet_left", + "parent": "leg_left2", + "pivot": [-6.5, 5, 0], + "cubes": [ + {"origin": [-5.5, 4.5, -1], "size": [0, 1, 1], "uv": [0, 14]} + ] + }, + { + "name": "leg_right", + "parent": "torso", + "pivot": [1.5, 5, 0], + "cubes": [ + {"origin": [1.5, 4.5, 0], "size": [2, 1, 0], "uv": [12, 16]} + ] + }, + { + "name": "leg_right2", + "parent": "leg_right", + "pivot": [3.5, 5, 0], + "cubes": [ + {"origin": [3.5, 4.5, 0], "size": [2, 1, 0], "uv": [5, 16]} + ] + }, + { + "name": "feet_right", + "parent": "leg_right2", + "pivot": [6.5, 5, 0], + "cubes": [ + {"origin": [5.5, 4.5, -1], "size": [0, 1, 1], "uv": [0, 15]} + ] + }, + { + "name": "upperleg_left", + "parent": "torso", + "pivot": [1.706, 7.5, 2], + "rotation": [-30, 0, 0], + "cubes": [ + {"origin": [1, 8.4, -1], "size": [1, 1, 4], "inflate": -0.1, "uv": [11, 0]}, + {"origin": [1, 6.5, 0], "size": [1, 2, 3], "uv": [0, 14]}, + {"origin": [1, 6.5, -2], "size": [1, 3, 2], "uv": [14, 15]}, + {"origin": [2.02, 7.5, -1.5], "size": [0, 1, 1], "uv": [9, 9]}, + {"origin": [2.01, 7, -2], "size": [0, 2, 2], "uv": [9, 6]} + ] + }, + { + "name": "upperleg_right", + "parent": "torso", + "pivot": [-1.706, 7.5, 2], + "rotation": [-30, 0, 0], + "cubes": [ + {"origin": [-2, 8.4, -1], "size": [1, 1, 4], "inflate": -0.1, "uv": [8, 10]}, + {"origin": [-2, 6.5, 0], "size": [1, 2, 3], "uv": [13, 5]}, + {"origin": [-2, 6.5, -2], "size": [1, 3, 2], "uv": [8, 15]}, + {"origin": [-2.02, 7.5, -1.5], "size": [0, 1, 1], "uv": [0, 9]}, + {"origin": [-2.01, 7, -2], "size": [0, 2, 2], "uv": [0, 0]} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 7.5, -1], + "cubes": [ + {"origin": [-1, 6, -4.7], "size": [2, 2, 1], "uv": [14, 10]}, + {"origin": [-1.5, 5.5, -4], "size": [3, 3, 3], "inflate": 0.1, "uv": [0, 8]}, + {"origin": [-0.5, 8, -3], "size": [0, 1, 1], "uv": [13, 0]}, + {"origin": [0.5, 8, -3], "size": [0, 1, 1], "uv": [0, 13]} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [2, 1, -2], + "cubes": [ + {"origin": [1.62, 6, -2.5], "size": [0, 2, 1], "uv": [11, 0]}, + {"origin": [1.61, 6.5, -2], "size": [0, 2, 1], "pivot": [1.51, 7.5, -2], "rotation": [-90, 0, 0], "uv": [0, 7]}, + {"origin": [1.63, 6.5, -2.5], "size": [0, 1, 1], "pivot": [1.63, 7, -2], "rotation": [45, 0, 0], "uv": [19, 1]} + ] + }, + { + "name": "eye_right", + "parent": "head", + "pivot": [-2, 1, -2], + "cubes": [ + {"origin": [-1.62, 6, -2.5], "size": [0, 2, 1], "uv": [11, 0], "mirror": true}, + {"origin": [-1.61, 6.5, -2], "size": [0, 2, 1], "pivot": [-1.51, 7.5, -2], "rotation": [-90, 0, 0], "uv": [0, 7], "mirror": true}, + {"origin": [-1.63, 6.5, -2.5], "size": [0, 1, 1], "pivot": [-1.63, 7, -2], "rotation": [45, 0, 0], "uv": [19, 1], "mirror": true} + ] + }, + { + "name": "leg_right3", + "parent": "body", + "pivot": [1.5, 5, 2], + "cubes": [ + {"origin": [1.5, 4.5, 2], "size": [2, 1, 0], "uv": [11, 0]} + ] + }, + { + "name": "leg_right4", + "parent": "leg_right3", + "pivot": [3.5, 5, 2], + "cubes": [ + {"origin": [3.5, 4.5, 2], "size": [2, 1, 0], "uv": [0, 4]} + ] + }, + { + "name": "feet_right2", + "parent": "leg_right4", + "pivot": [6.5, 5, 2], + "cubes": [ + {"origin": [5.5, 4.5, 1], "size": [0, 1, 1], "uv": [13, 1]} + ] + }, + { + "name": "leg_left3", + "parent": "body", + "pivot": [-1.5, 5, 2], + "cubes": [ + {"origin": [-3.5, 4.5, 2], "size": [2, 1, 0], "uv": [14, 13]} + ] + }, + { + "name": "leg_left4", + "parent": "leg_left3", + "pivot": [-3.5, 5, 2], + "cubes": [ + {"origin": [-5.5, 4.5, 2], "size": [2, 1, 0], "uv": [11, 3]} + ] + }, + { + "name": "feet_left2", + "parent": "leg_left4", + "pivot": [-6.5, 5, 2], + "cubes": [ + {"origin": [-5.5, 4.5, 1], "size": [0, 1, 1], "uv": [5, 13]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ogerpon/ogerpon.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ogerpon/ogerpon.geo.json new file mode 100644 index 0000000..818783d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ogerpon/ogerpon.geo.json @@ -0,0 +1,416 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "ogerpon", + "pivot": [0, 0, 0] + }, + { + "name": "body_position", + "parent": "ogerpon", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "body_position", + "pivot": [0, 15, 0] + }, + { + "name": "body_bot", + "parent": "body", + "pivot": [-2.5, 0, -4.5], + "cubes": [ + {"origin": [-5.5, 13, -3.5], "size": [11, 7, 9], "uv": [37, 15]} + ] + }, + { + "name": "head", + "parent": "body_bot", + "pivot": [0, 24, 1], + "cubes": [ + {"origin": [-5, 20, -3], "size": [10, 8, 8], "uv": [0, 40]} + ] + }, + { + "name": "head2", + "parent": "head", + "pivot": [-4.5, -3, -3], + "cubes": [ + {"origin": [-3.5, 21, -3.1], "size": [7, 6, 6], "uv": [32, 63]}, + {"origin": [-1.5, 21.575, -3.175], "size": [1, 1, 0], "uv": [34, 7]}, + {"origin": [0.5, 21.575, -3.175], "size": [1, 1, 0], "uv": [34, 7], "mirror": true}, + {"origin": [-0.5, 21.25, -3.175], "size": [1, 1, 0], "uv": [34, 7]}, + {"origin": [-1.5, 21.85, -3.15], "size": [3, 1, 0], "uv": [34, 10]} + ] + }, + { + "name": "eye_right", + "parent": "head2", + "pivot": [-2.4125, 23.4625, -3.15], + "cubes": [ + {"origin": [-3.5, 22, -3.125], "size": [2, 3, 0], "uv": [40, 7], "mirror": true}, + {"origin": [-2.875, 22.45, -3.175], "size": [1, 2, 0], "uv": [32, 1], "mirror": true}, + {"origin": [-2.875, 23.225, -3.15], "size": [1, 1, 0], "pivot": [-2.375, 23.45, -3.15], "rotation": [0, 0, -90], "uv": [32, 1], "mirror": true}, + {"origin": [-2.875, 22.7, -3.15], "size": [1, 1, 0], "pivot": [-2.375, 23.45, -3.15], "rotation": [0, 0, -90], "uv": [32, 1], "mirror": true} + ] + }, + { + "name": "eye_left", + "parent": "head2", + "pivot": [2.4125, 23.4625, -3.15], + "cubes": [ + {"origin": [1.5, 22, -3.125], "size": [2, 3, 0], "uv": [40, 7]}, + {"origin": [1.875, 22.45, -3.175], "size": [1, 2, 0], "uv": [32, 1]}, + {"origin": [1.875, 23.225, -3.15], "size": [1, 1, 0], "pivot": [2.375, 23.45, -3.15], "rotation": [0, 0, 90], "uv": [32, 1]}, + {"origin": [1.875, 22.7, -3.15], "size": [1, 1, 0], "pivot": [2.375, 23.45, -3.15], "rotation": [0, 0, 90], "uv": [32, 1]} + ] + }, + { + "name": "teeth", + "parent": "head2", + "pivot": [1, 21.55, -3.1], + "cubes": [ + {"origin": [-1.025, 21.175, -3.125], "size": [1, 1, 0], "pivot": [-1, 21.55, -3.15], "rotation": [0, 0, -45], "uv": [34, 8]}, + {"origin": [0.025, 21.175, -3.125], "size": [1, 1, 0], "pivot": [1, 21.55, -3.15], "rotation": [0, 0, 45], "uv": [34, 8], "mirror": true} + ] + }, + { + "name": "skirt", + "parent": "body_bot", + "pivot": [5, 12.975, 1] + }, + { + "name": "skirt_left", + "parent": "skirt", + "pivot": [5, 12.975, 1], + "rotation": [0, 0, -20], + "cubes": [ + {"origin": [5, 10, -2.5], "size": [0, 3, 7], "uv": [52, 56]} + ] + }, + { + "name": "skirt_right", + "parent": "skirt", + "pivot": [-5, 12.975, 1], + "rotation": [0, 0, 20], + "cubes": [ + {"origin": [-5, 10, -2.5], "size": [0, 3, 7], "uv": [52, 56]} + ] + }, + { + "name": "skirt_back", + "parent": "skirt", + "pivot": [0, 12.95, 4.5], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [-5, 10, 4.5], "size": [10, 3, 0], "uv": [63, 51]} + ] + }, + { + "name": "skirt_front", + "parent": "skirt", + "pivot": [0, 12.95, -2.5], + "rotation": [-20, 0, 0], + "cubes": [ + {"origin": [-5, 10, -2.5], "size": [10, 3, 0], "uv": [63, 51]} + ] + }, + { + "name": "coat", + "parent": "body_bot", + "pivot": [-1.5, 0, -6] + }, + { + "name": "coat_body", + "parent": "coat", + "pivot": [-2.5, 0, -6], + "cubes": [ + {"origin": [-6.5, 13, -4], "size": [13, 16, 10], "uv": [82, 0]}, + {"origin": [-5.5, 29, -3], "size": [11, 2, 8], "uv": [0, 56]} + ] + }, + { + "name": "horn_right", + "parent": "coat_body", + "pivot": [-2.9, 28.95833, -2.925], + "rotation": [2.5, 0, -22.5], + "cubes": [ + {"origin": [-4.4, 28, -4.425], "size": [3, 3, 3], "uv": [70, 54], "mirror": true}, + {"origin": [-3.9, 30, -3.925], "size": [2, 3, 2], "uv": [28, 75], "mirror": true}, + {"origin": [-3.9, 32.675, -3.925], "size": [2, 3, 2], "inflate": -0.225, "uv": [20, 75], "mirror": true} + ] + }, + { + "name": "horn_left", + "parent": "coat_body", + "pivot": [2.9, 28.95833, -2.925], + "rotation": [2.5, 0, 22.5], + "cubes": [ + {"origin": [1.4, 28, -4.425], "size": [3, 3, 3], "uv": [70, 54]}, + {"origin": [1.9, 30, -3.925], "size": [2, 3, 2], "uv": [28, 75]}, + {"origin": [1.9, 32.675, -3.925], "size": [2, 3, 2], "inflate": -0.225, "uv": [20, 75]} + ] + }, + { + "name": "knot_main", + "parent": "coat_body", + "pivot": [0, 0, 0] + }, + { + "name": "knot", + "parent": "knot_main", + "pivot": [0, 30.71586, 0.38697], + "cubes": [ + {"origin": [-0.5, 29.2, -0.13919], "size": [1, 4, 1], "pivot": [-0.5, 30.7, 0.86081], "rotation": [-20, 0, 0], "uv": [36, 0]} + ] + }, + { + "name": "knot_2", + "parent": "knot", + "pivot": [0, 32.19408, 0.96702], + "rotation": [-13.75, 0, 0], + "cubes": [ + {"origin": [-1, 32.2, -0.60904], "size": [2, 4, 2], "pivot": [0, 30.7, 0.39096], "rotation": [-20, 0, 0], "uv": [0, 24]} + ] + }, + { + "name": "knot_3", + "parent": "knot_2", + "pivot": [0, 34.31462, 1.72462], + "rotation": [-11.75, 0, 0], + "cubes": [ + {"origin": [-1.5, 34.38756, 0.23863], "size": [3, 3, 3], "pivot": [0, 34.36462, 1.57462], "rotation": [-20, 0, 0], "uv": [58, 70]} + ] + }, + { + "name": "arm_right", + "parent": "coat_body", + "pivot": [-6.16667, 26.33333, 1], + "rotation": [0, 0, -35], + "cubes": [ + {"origin": [-17.5, 21, -3.15], "size": [13, 8, 8], "inflate": -0.1, "pivot": [-9, 27, 1], "rotation": [0, 0, 15], "uv": [0, 24]} + ] + }, + { + "name": "bone15", + "parent": "arm_right", + "pivot": [-9.5, 22, 0.85], + "cubes": [ + {"origin": [-16.5, 17, -2.65], "size": [10, 8, 7], "uv": [46, 0]} + ] + }, + { + "name": "arm_left", + "parent": "coat_body", + "pivot": [6.16667, 26.33333, 1], + "rotation": [0, 0, 35], + "cubes": [ + {"origin": [4.5, 21, -3.15], "size": [13, 8, 8], "inflate": -0.1, "pivot": [9, 27, 1], "rotation": [0, 0, -15], "uv": [34, 32]} + ] + }, + { + "name": "bone13", + "parent": "arm_left", + "pivot": [9.5, 22, 0.85], + "cubes": [ + {"origin": [6.5, 17, -2.65], "size": [10, 8, 7], "uv": [36, 48]} + ] + }, + { + "name": "tealmask", + "parent": "body", + "pivot": [0, 23.4635, -4.75625], + "cubes": [ + {"origin": [-3, 19.85, -4.7], "size": [6, 2, 0], "uv": [110, 48]}, + {"origin": [-4, 21.85, -4.675], "size": [8, 5, 0], "uv": [110, 44]}, + {"origin": [-4.6, 23.7, -4.825], "size": [4, 2, 0], "pivot": [-3.825, 24.6, -4.825], "rotation": [0, 0, 17.5], "uv": [100, 59], "mirror": true}, + {"origin": [0.6, 23.7, -4.825], "size": [4, 2, 0], "pivot": [3.825, 24.6, -4.825], "rotation": [0, 0, -17.5], "uv": [100, 59]} + ] + }, + { + "name": "bot", + "parent": "tealmask", + "pivot": [3.5, 25.35, -4.6], + "cubes": [ + {"origin": [0.40856, 18.65486, -4.65], "size": [11, 5, 0], "pivot": [1.80777, 21.58325, -4.65], "rotation": [0, 0, -15], "uv": [106, 94]}, + {"origin": [1.27809, 17.56614, -4.75], "size": [10, 5, 0], "pivot": [1.65556, 20.13549, -4.65], "rotation": [0, 0, 30], "uv": [106, 99]}, + {"origin": [0.23917, 16.93308, -4.775], "size": [7, 4, 0], "pivot": [1.4411, 18.71513, -4.775], "rotation": [0, 0, 57.25], "uv": [106, 104]}, + {"origin": [-7.23917, 16.93308, -4.775], "size": [7, 4, 0], "pivot": [-1.4411, 18.71513, -4.775], "rotation": [0, 0, -57.25], "uv": [106, 104], "mirror": true}, + {"origin": [-11.27809, 17.56614, -4.75], "size": [10, 5, 0], "pivot": [-1.65556, 20.13549, -4.65], "rotation": [0, 0, -30], "uv": [106, 99], "mirror": true}, + {"origin": [-11.40856, 18.65486, -4.65], "size": [11, 5, 0], "pivot": [-1.80777, 21.58325, -4.65], "rotation": [0, 0, 15], "uv": [106, 94], "mirror": true} + ] + }, + { + "name": "top_segment", + "parent": "tealmask", + "pivot": [-3.5, 25.35, -4.6], + "cubes": [ + {"origin": [1, 22.85, -4.6], "size": [9, 5, 0], "pivot": [3.5, 25.35, -4.6], "rotation": [0, 0, -20], "uv": [110, 39]}, + {"origin": [0.49614, 23.46442, -4.575], "size": [9, 5, 0], "pivot": [0.35332, 26.85312, -4.575], "rotation": [0, 0, -41.75], "uv": [110, 34]}, + {"origin": [-9.49614, 23.46442, -4.575], "size": [9, 5, 0], "pivot": [-0.35332, 26.85312, -4.575], "rotation": [0, 0, 41.75], "uv": [110, 34], "mirror": true}, + {"origin": [-10, 22.85, -4.6], "size": [9, 5, 0], "pivot": [-3.5, 25.35, -4.6], "rotation": [0, 0, 20], "uv": [110, 39], "mirror": true} + ] + }, + { + "name": "top", + "parent": "top_segment", + "pivot": [4.5, 44.85, -13.675], + "cubes": [ + {"origin": [-4.5, 24.475, -4.875], "size": [9, 13, 0], "uv": [110, 74]} + ] + }, + { + "name": "gem", + "parent": "top", + "pivot": [2, 44.85, -13.625], + "cubes": [ + {"origin": [-1, 26.1, -4.925], "size": [2, 5, 0], "uv": [111, 89]}, + {"origin": [-2, 28.1, -4.925], "size": [1, 1, 0], "uv": [110, 89], "mirror": true}, + {"origin": [1, 28.1, -4.925], "size": [1, 1, 0], "uv": [111, 89], "mirror": true} + ] + }, + { + "name": "mouth", + "parent": "tealmask", + "pivot": [-0.075, 21.375, -4.8], + "cubes": [ + {"origin": [-3, 19.425, -4.85], "size": [6, 3, 0], "uv": [110, 59]}, + {"origin": [-0.5, 21.975, -4.925], "size": [1, 2, 0], "uv": [110, 72]}, + {"origin": [-0.5, 20.9, -4.975], "size": [1, 1, 0], "uv": [110, 70]}, + {"origin": [-0.5, 19.725, -4.95], "size": [1, 1, 0], "uv": [110, 71]}, + {"origin": [1.975, 20.95, -4.9], "size": [2, 2, 0], "uv": [110, 66]}, + {"origin": [-2.825, 16.825, -4.925], "size": [2, 2, 0], "pivot": [-2.975, 18.825, -4.925], "rotation": [0, 0, -90], "uv": [110, 63], "mirror": true}, + {"origin": [0.825, 16.825, -4.925], "size": [2, 2, 0], "pivot": [2.975, 18.825, -4.925], "rotation": [0, 0, 90], "uv": [110, 63]}, + {"origin": [-3.975, 20.95, -4.9], "size": [2, 2, 0], "uv": [110, 66], "mirror": true} + ] + }, + { + "name": "leg_right", + "parent": "body_position", + "pivot": [5.00441, 0, 1] + }, + { + "name": "leg_right_1", + "parent": "leg_right", + "pivot": [-1.99559, 13.5, 1], + "cubes": [ + {"origin": [-2.99559, 6, 0], "size": [2, 7, 2], "uv": [23, 66], "mirror": true} + ] + }, + { + "name": "leg_right_2", + "parent": "leg_right_1", + "pivot": [-1.99559, 8, 1], + "cubes": [ + {"origin": [-3.49559, 2, -0.5], "size": [3, 6, 3], "uv": [68, 31], "mirror": true} + ] + }, + { + "name": "feet_right", + "parent": "leg_right_2", + "pivot": [-1.99559, 1, 1], + "cubes": [ + {"origin": [-3.49559, 0, -2.5], "size": [3, 2, 5], "uv": [61, 63], "mirror": true} + ] + }, + { + "name": "toe_right", + "parent": "feet_right", + "pivot": [-2, 0, -2] + }, + { + "name": "leaves2", + "parent": "toe_right", + "pivot": [-2.12059, 1.65, -3], + "cubes": [ + {"origin": [-3.95441, 1.65, -3.5], "size": [2, 0, 1], "pivot": [-1.87941, 1.65, -3], "rotation": [0, 0, 30], "uv": [5, 1]}, + {"origin": [-2.04559, 1.65, -3.5], "size": [2, 0, 1], "pivot": [-2.12059, 1.65, -3], "rotation": [0, 0, -30], "uv": [5, 0]} + ] + }, + { + "name": "toes2", + "parent": "toe_right", + "pivot": [-1.49559, 1, -2] + }, + { + "name": "bone3", + "parent": "toes2", + "pivot": [-2.49559, 1, -2], + "cubes": [ + {"origin": [-3.49559, -0.15, -4.5], "size": [2, 2, 3], "inflate": -0.14, "pivot": [-2.49559, 1, -2], "rotation": [0, 15, 0], "uv": [10, 75]}, + {"origin": [-2.49559, -0.15, -4.5], "size": [2, 2, 3], "inflate": -0.15, "pivot": [-1.49559, 1, -2], "rotation": [0, -15, 0], "uv": [73, 0]} + ] + }, + { + "name": "leg_left", + "parent": "body_position", + "pivot": [-5.00441, 0, 1] + }, + { + "name": "leg_left_1", + "parent": "leg_left", + "pivot": [1.99559, 13.5, 1], + "cubes": [ + {"origin": [0.99559, 6, 0], "size": [2, 7, 2], "uv": [23, 66]} + ] + }, + { + "name": "leg_left_2", + "parent": "leg_left_1", + "pivot": [1.99559, 8, 1], + "cubes": [ + {"origin": [0.49559, 2, -0.5], "size": [3, 6, 3], "uv": [68, 31]} + ] + }, + { + "name": "feet_left", + "parent": "leg_left_2", + "pivot": [1.99559, 1, 1], + "cubes": [ + {"origin": [0.49559, 0, -2.5], "size": [3, 2, 5], "uv": [61, 63]} + ] + }, + { + "name": "bone", + "parent": "feet_left", + "pivot": [2.12059, 0.65, -2] + }, + { + "name": "leaves", + "parent": "bone", + "pivot": [2.12059, 1.65, -3], + "cubes": [ + {"origin": [1.95441, 1.65, -3.5], "size": [2, 0, 1], "pivot": [1.87941, 1.65, -3], "rotation": [0, 0, -30], "uv": [0, 9]}, + {"origin": [0.04559, 1.65, -3.5], "size": [2, 0, 1], "pivot": [2.12059, 1.65, -3], "rotation": [0, 0, 30], "uv": [4, 9]} + ] + }, + { + "name": "toes", + "parent": "bone", + "pivot": [1.23677, 0.85, -1.96593], + "cubes": [ + {"origin": [0.49559, -0.15, -4.5], "size": [2, 2, 3], "inflate": -0.15, "pivot": [1.49559, 1, -2], "rotation": [0, 15, 0], "uv": [10, 75]} + ] + }, + { + "name": "bone2", + "parent": "toes", + "pivot": [2.49559, 1, -2], + "cubes": [ + {"origin": [1.49559, -0.15, -4.5], "size": [2, 2, 3], "inflate": -0.14, "pivot": [2.49559, 1, -2], "rotation": [0, -15, 0], "uv": [73, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ogerpon_fire/ogerpon_fire.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ogerpon_fire/ogerpon_fire.geo.json new file mode 100644 index 0000000..b321e47 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ogerpon_fire/ogerpon_fire.geo.json @@ -0,0 +1,422 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "ogerpon", + "pivot": [0, 0, 0] + }, + { + "name": "body_position", + "parent": "ogerpon", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "body_position", + "pivot": [0, 15, 0] + }, + { + "name": "body_bot", + "parent": "body", + "pivot": [-2.5, 0, -4.5], + "cubes": [ + {"origin": [-5.5, 13, -3.5], "size": [11, 7, 9], "uv": [37, 15]} + ] + }, + { + "name": "head", + "parent": "body_bot", + "pivot": [0, 24, 1], + "cubes": [ + {"origin": [-5, 20, -3], "size": [10, 8, 8], "uv": [0, 40]} + ] + }, + { + "name": "head2", + "parent": "head", + "pivot": [-4.5, -3, -3], + "cubes": [ + {"origin": [-3.5, 21, -3.1], "size": [7, 6, 6], "uv": [32, 63]}, + {"origin": [-1.5, 21.575, -3.175], "size": [1, 1, 0], "uv": [34, 7]}, + {"origin": [0.5, 21.575, -3.175], "size": [1, 1, 0], "uv": [34, 7], "mirror": true}, + {"origin": [-0.5, 21.25, -3.175], "size": [1, 1, 0], "uv": [34, 7]}, + {"origin": [-1.5, 21.85, -3.15], "size": [3, 1, 0], "uv": [34, 10]} + ] + }, + { + "name": "eye_right", + "parent": "head2", + "pivot": [-2.4125, 23.4625, -3.15], + "cubes": [ + {"origin": [-3.5, 22, -3.125], "size": [2, 3, 0], "uv": [40, 7], "mirror": true}, + {"origin": [-2.875, 22.45, -3.175], "size": [1, 2, 0], "uv": [32, 1], "mirror": true}, + {"origin": [-2.875, 23.225, -3.15], "size": [1, 1, 0], "pivot": [-2.375, 23.45, -3.15], "rotation": [0, 0, -90], "uv": [32, 1], "mirror": true}, + {"origin": [-2.875, 22.7, -3.15], "size": [1, 1, 0], "pivot": [-2.375, 23.45, -3.15], "rotation": [0, 0, -90], "uv": [32, 1], "mirror": true} + ] + }, + { + "name": "eye_left", + "parent": "head2", + "pivot": [2.4125, 23.4625, -3.15], + "cubes": [ + {"origin": [1.5, 22, -3.125], "size": [2, 3, 0], "uv": [40, 7]}, + {"origin": [1.875, 22.45, -3.175], "size": [1, 2, 0], "uv": [32, 1]}, + {"origin": [1.875, 23.225, -3.15], "size": [1, 1, 0], "pivot": [2.375, 23.45, -3.15], "rotation": [0, 0, 90], "uv": [32, 1]}, + {"origin": [1.875, 22.7, -3.15], "size": [1, 1, 0], "pivot": [2.375, 23.45, -3.15], "rotation": [0, 0, 90], "uv": [32, 1]} + ] + }, + { + "name": "teeth", + "parent": "head2", + "pivot": [1, 21.55, -3.1], + "cubes": [ + {"origin": [-1.025, 21.175, -3.125], "size": [1, 1, 0], "pivot": [-1, 21.55, -3.15], "rotation": [0, 0, -45], "uv": [34, 8]}, + {"origin": [0.025, 21.175, -3.125], "size": [1, 1, 0], "pivot": [1, 21.55, -3.15], "rotation": [0, 0, 45], "uv": [34, 8], "mirror": true} + ] + }, + { + "name": "skirt", + "parent": "body_bot", + "pivot": [5, 12.975, 1] + }, + { + "name": "skirt_left", + "parent": "skirt", + "pivot": [5, 12.975, 1], + "rotation": [0, 0, -20], + "cubes": [ + {"origin": [5, 10, -2.5], "size": [0, 3, 7], "uv": [52, 56]} + ] + }, + { + "name": "skirt_right", + "parent": "skirt", + "pivot": [-5, 12.975, 1], + "rotation": [0, 0, 20], + "cubes": [ + {"origin": [-5, 10, -2.5], "size": [0, 3, 7], "uv": [52, 56]} + ] + }, + { + "name": "skirt_back", + "parent": "skirt", + "pivot": [0, 12.95, 4.5], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [-5, 10, 4.5], "size": [10, 3, 0], "uv": [63, 51]} + ] + }, + { + "name": "skirt_front", + "parent": "skirt", + "pivot": [0, 12.95, -2.5], + "rotation": [-20, 0, 0], + "cubes": [ + {"origin": [-5, 10, -2.5], "size": [10, 3, 0], "uv": [63, 51]} + ] + }, + { + "name": "coat", + "parent": "body_bot", + "pivot": [-1.5, 0, -6] + }, + { + "name": "coat_body", + "parent": "coat", + "pivot": [-2.5, 0, -6], + "cubes": [ + {"origin": [-6.5, 13, -4], "size": [13, 16, 10], "uv": [82, 0]}, + {"origin": [-5.5, 29, -3], "size": [11, 2, 8], "uv": [0, 56]} + ] + }, + { + "name": "horn_right", + "parent": "coat_body", + "pivot": [-2.9, 28.95833, -2.6], + "rotation": [2.5, 0, -22.5], + "cubes": [ + {"origin": [-4.4, 28, -4.1], "size": [3, 3, 3], "uv": [70, 54], "mirror": true}, + {"origin": [-3.9, 30, -3.6], "size": [2, 3, 2], "uv": [28, 75], "mirror": true}, + {"origin": [-3.9, 32.675, -3.6], "size": [2, 3, 2], "inflate": -0.225, "uv": [20, 75], "mirror": true} + ] + }, + { + "name": "horn_left", + "parent": "coat_body", + "pivot": [2.9, 28.95833, -2.6], + "rotation": [2.5, 0, 22.5], + "cubes": [ + {"origin": [1.4, 28, -4.1], "size": [3, 3, 3], "uv": [70, 54]}, + {"origin": [1.9, 30, -3.6], "size": [2, 3, 2], "uv": [28, 75]}, + {"origin": [1.9, 32.675, -3.6], "size": [2, 3, 2], "inflate": -0.225, "uv": [20, 75]} + ] + }, + { + "name": "knot_main", + "parent": "coat_body", + "pivot": [0, 0, 0] + }, + { + "name": "knot", + "parent": "knot_main", + "pivot": [0, 30.71586, 0.38697], + "cubes": [ + {"origin": [-0.5, 29.2, -0.13919], "size": [1, 4, 1], "pivot": [-0.5, 30.7, 0.86081], "rotation": [-20, 0, 0], "uv": [36, 0]} + ] + }, + { + "name": "knot_2", + "parent": "knot", + "pivot": [0, 32.19408, 0.96702], + "rotation": [-13.75, 0, 0], + "cubes": [ + {"origin": [-1, 32.2, -0.60904], "size": [2, 4, 2], "pivot": [0, 30.7, 0.39096], "rotation": [-20, 0, 0], "uv": [0, 24]} + ] + }, + { + "name": "knot_3", + "parent": "knot_2", + "pivot": [0, 34.31462, 1.72462], + "rotation": [-11.75, 0, 0], + "cubes": [ + {"origin": [-1.5, 34.38756, 0.23863], "size": [3, 3, 3], "pivot": [0, 34.36462, 1.57462], "rotation": [-20, 0, 0], "uv": [58, 70]} + ] + }, + { + "name": "arm_right", + "parent": "coat_body", + "pivot": [-6.16667, 26.33333, 1], + "rotation": [0, 0, -35], + "cubes": [ + {"origin": [-17.5, 21, -3.15], "size": [13, 8, 8], "inflate": -0.1, "pivot": [-9, 27, 1], "rotation": [0, 0, 15], "uv": [0, 24]} + ] + }, + { + "name": "bone15", + "parent": "arm_right", + "pivot": [-9.5, 22, 0.85], + "cubes": [ + {"origin": [-16.5, 17, -2.65], "size": [10, 8, 7], "uv": [46, 0]} + ] + }, + { + "name": "arm_left", + "parent": "coat_body", + "pivot": [6.16667, 26.33333, 1], + "rotation": [0, 0, 35], + "cubes": [ + {"origin": [4.5, 21, -3.15], "size": [13, 8, 8], "inflate": -0.1, "pivot": [9, 27, 1], "rotation": [0, 0, -15], "uv": [34, 32]} + ] + }, + { + "name": "bone13", + "parent": "arm_left", + "pivot": [9.5, 22, 0.85], + "cubes": [ + {"origin": [6.5, 17, -2.65], "size": [10, 8, 7], "uv": [36, 48]} + ] + }, + { + "name": "flamemask", + "parent": "body", + "pivot": [0, 23.4635, -4.45625], + "cubes": [ + {"origin": [-4.6, 23.7, -4.525], "size": [4, 2, 0], "pivot": [-3.825, 24.6, -4.525], "rotation": [0, 0, 17.5], "uv": [88, 31], "mirror": true}, + {"origin": [0.6, 23.7, -4.525], "size": [4, 2, 0], "pivot": [3.825, 24.6, -4.525], "rotation": [0, 0, -17.5], "uv": [88, 31]}, + {"origin": [-4.5, 21.5, -4.375], "size": [9, 6, 0], "uv": [110, 44]}, + {"origin": [-4.5, 26.85, -4.45], "size": [9, 9, 0], "uv": [110, 78]}, + {"origin": [-4.5, 29.85, -4.05], "size": [9, 9, 0], "uv": [91, 78]} + ] + }, + { + "name": "right_jaw", + "parent": "flamemask", + "pivot": [-5, 20.7, -4.65], + "cubes": [ + {"origin": [-6.95, 17.075, -4.5], "size": [7, 4, 0], "pivot": [-5, 20.7, -4.65], "rotation": [0, 0, -13], "uv": [110, 110], "mirror": true}, + {"origin": [-6.95, 20.075, -4.475], "size": [5, 6, 0], "pivot": [-5, 20.7, -4.625], "rotation": [0, 0, -13], "uv": [110, 115], "mirror": true}, + {"origin": [-8.95, 24.075, -4.475], "size": [2, 2, 0], "pivot": [-5, 20.7, -4.625], "rotation": [0, 0, -13], "uv": [110, 121], "mirror": true}, + {"origin": [-12.33365, 20.60052, -4.25], "size": [9, 6, 0], "pivot": [-8.40865, 22.35052, -4.25], "rotation": [0, 0, -4.5], "uv": [109, 97], "mirror": true} + ] + }, + { + "name": "left_jaw", + "parent": "flamemask", + "pivot": [5, 20.7, -4.65], + "cubes": [ + {"origin": [-0.05, 17.075, -4.5], "size": [7, 4, 0], "pivot": [5, 20.7, -4.65], "rotation": [0, 0, 13], "uv": [110, 110]}, + {"origin": [1.95, 20.075, -4.475], "size": [5, 6, 0], "pivot": [5, 20.7, -4.625], "rotation": [0, 0, 13], "uv": [110, 115]}, + {"origin": [3.33365, 20.60052, -4.25], "size": [9, 6, 0], "pivot": [8.40865, 22.35052, -4.25], "rotation": [0, 0, 4.5], "uv": [109, 97]}, + {"origin": [-13.90399, 28.08062, -4.125], "size": [12, 9, 0], "pivot": [-9.40399, 29.58062, -4.125], "rotation": [0, 0, 48], "uv": [85, 96], "mirror": true}, + {"origin": [1.90399, 28.08062, -4.125], "size": [12, 9, 0], "pivot": [9.40399, 29.58062, -4.125], "rotation": [0, 0, -48], "uv": [85, 96]}, + {"origin": [6.95, 24.075, -4.475], "size": [2, 2, 0], "pivot": [5, 20.7, -4.625], "rotation": [0, 0, 13], "uv": [110, 121]} + ] + }, + { + "name": "righthorn", + "parent": "flamemask", + "pivot": [-5.575, 27.75, -4.95], + "cubes": [ + {"origin": [-3.225, 24.675, -4.675], "size": [3, 3, 0], "uv": [108, 30], "mirror": true}, + {"origin": [-3.65, 25.3, -4.75], "size": [1, 1, 0], "uv": [108, 29], "mirror": true}, + {"origin": [-10.025, 25.925, -4.6], "size": [10, 5, 0], "pivot": [-5.65, 27.75, -4.95], "rotation": [0, 0, 12.5], "uv": [108, 34], "mirror": true} + ] + }, + { + "name": "lefthorn", + "parent": "flamemask", + "pivot": [5.575, 27.75, -4.95], + "cubes": [ + {"origin": [0.225, 24.675, -4.675], "size": [3, 3, 0], "uv": [108, 30]}, + {"origin": [2.65, 25.3, -4.75], "size": [1, 1, 0], "uv": [108, 29]}, + {"origin": [0.025, 25.925, -4.6], "size": [10, 5, 0], "pivot": [5.65, 27.75, -4.95], "rotation": [0, 0, -12.5], "uv": [108, 34]} + ] + }, + { + "name": "mouth2", + "parent": "flamemask", + "pivot": [0, 21.01429, -4.61786], + "rotation": [0, 0, -180], + "cubes": [ + {"origin": [-3, 19.525, -4.55], "size": [6, 3, 0], "uv": [110, 59]}, + {"origin": [-1, 20.975, -4.65], "size": [2, 1, 0], "uv": [110, 70]}, + {"origin": [-0.5, 18.625, -4.675], "size": [1, 1, 0], "uv": [110, 70]}, + {"origin": [-0.5, 19.825, -4.65], "size": [1, 1, 0], "uv": [110, 71]}, + {"origin": [1.975, 20.05, -4.6], "size": [2, 2, 0], "uv": [110, 66]}, + {"origin": [-2.825, 16.925, -4.625], "size": [2, 2, 0], "pivot": [-2.975, 18.925, -4.625], "rotation": [0, 0, -90], "uv": [110, 63], "mirror": true}, + {"origin": [0.825, 16.925, -4.625], "size": [2, 2, 0], "pivot": [2.975, 18.925, -4.625], "rotation": [0, 0, 90], "uv": [110, 63]}, + {"origin": [-3.975, 20.05, -4.6], "size": [2, 2, 0], "uv": [110, 66], "mirror": true}, + {"origin": [-3.7, 19.475, -4.575], "size": [1, 1, 0], "uv": [100, 57], "mirror": true}, + {"origin": [2.7, 19.475, -4.575], "size": [1, 1, 0], "uv": [100, 57]} + ] + }, + { + "name": "leg_right", + "parent": "body_position", + "pivot": [5.00441, 0, 1] + }, + { + "name": "leg_right_1", + "parent": "leg_right", + "pivot": [-1.99559, 13.5, 1], + "cubes": [ + {"origin": [-2.99559, 6, 0], "size": [2, 7, 2], "uv": [23, 66], "mirror": true} + ] + }, + { + "name": "leg_right_2", + "parent": "leg_right_1", + "pivot": [-1.99559, 8, 1], + "cubes": [ + {"origin": [-3.49559, 2, -0.5], "size": [3, 6, 3], "uv": [68, 31], "mirror": true} + ] + }, + { + "name": "feet_right", + "parent": "leg_right_2", + "pivot": [-1.99559, 1, 1], + "cubes": [ + {"origin": [-3.49559, 0, -2.5], "size": [3, 2, 5], "uv": [61, 63], "mirror": true} + ] + }, + { + "name": "toe_right", + "parent": "feet_right", + "pivot": [-2, 0, -2] + }, + { + "name": "leaves2", + "parent": "toe_right", + "pivot": [-2.12059, 1.65, -3], + "cubes": [ + {"origin": [-3.95441, 1.65, -3.5], "size": [2, 0, 1], "pivot": [-1.87941, 1.65, -3], "rotation": [0, 0, 30], "uv": [5, 1]}, + {"origin": [-2.04559, 1.65, -3.5], "size": [2, 0, 1], "pivot": [-2.12059, 1.65, -3], "rotation": [0, 0, -30], "uv": [5, 0]} + ] + }, + { + "name": "toes2", + "parent": "toe_right", + "pivot": [-1.49559, 1, -2] + }, + { + "name": "bone3", + "parent": "toes2", + "pivot": [-2.49559, 1, -2], + "cubes": [ + {"origin": [-3.49559, -0.15, -4.5], "size": [2, 2, 3], "inflate": -0.14, "pivot": [-2.49559, 1, -2], "rotation": [0, 15, 0], "uv": [10, 75]}, + {"origin": [-2.49559, -0.15, -4.5], "size": [2, 2, 3], "inflate": -0.15, "pivot": [-1.49559, 1, -2], "rotation": [0, -15, 0], "uv": [73, 0]} + ] + }, + { + "name": "leg_left", + "parent": "body_position", + "pivot": [-5.00441, 0, 1] + }, + { + "name": "leg_left_1", + "parent": "leg_left", + "pivot": [1.99559, 13.5, 1], + "cubes": [ + {"origin": [0.99559, 6, 0], "size": [2, 7, 2], "uv": [23, 66]} + ] + }, + { + "name": "leg_left_2", + "parent": "leg_left_1", + "pivot": [1.99559, 8, 1], + "cubes": [ + {"origin": [0.49559, 2, -0.5], "size": [3, 6, 3], "uv": [68, 31]} + ] + }, + { + "name": "feet_left", + "parent": "leg_left_2", + "pivot": [1.99559, 1, 1], + "cubes": [ + {"origin": [0.49559, 0, -2.5], "size": [3, 2, 5], "uv": [61, 63]} + ] + }, + { + "name": "bone", + "parent": "feet_left", + "pivot": [2.12059, 0.65, -2] + }, + { + "name": "leaves", + "parent": "bone", + "pivot": [2.12059, 1.65, -3], + "cubes": [ + {"origin": [1.95441, 1.65, -3.5], "size": [2, 0, 1], "pivot": [1.87941, 1.65, -3], "rotation": [0, 0, -30], "uv": [0, 9]}, + {"origin": [0.04559, 1.65, -3.5], "size": [2, 0, 1], "pivot": [2.12059, 1.65, -3], "rotation": [0, 0, 30], "uv": [4, 9]} + ] + }, + { + "name": "toes", + "parent": "bone", + "pivot": [1.23677, 0.85, -1.96593], + "cubes": [ + {"origin": [0.49559, -0.15, -4.5], "size": [2, 2, 3], "inflate": -0.15, "pivot": [1.49559, 1, -2], "rotation": [0, 15, 0], "uv": [10, 75]} + ] + }, + { + "name": "bone2", + "parent": "toes", + "pivot": [2.49559, 1, -2], + "cubes": [ + {"origin": [1.49559, -0.15, -4.5], "size": [2, 2, 3], "inflate": -0.14, "pivot": [2.49559, 1, -2], "rotation": [0, -15, 0], "uv": [73, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ogerpon_rock/ogerpon_rock.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ogerpon_rock/ogerpon_rock.geo.json new file mode 100644 index 0000000..490c44f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ogerpon_rock/ogerpon_rock.geo.json @@ -0,0 +1,431 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "ogerpon", + "pivot": [0, 0, 0] + }, + { + "name": "body_position", + "parent": "ogerpon", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "body_position", + "pivot": [0, 15, 0] + }, + { + "name": "body_bot", + "parent": "body", + "pivot": [-2.5, 0, -4.5], + "cubes": [ + {"origin": [-5.5, 13, -3.5], "size": [11, 7, 9], "uv": [37, 15]} + ] + }, + { + "name": "head", + "parent": "body_bot", + "pivot": [0, 24, 1], + "cubes": [ + {"origin": [-5, 20, -3], "size": [10, 8, 8], "uv": [0, 40]} + ] + }, + { + "name": "head2", + "parent": "head", + "pivot": [-4.5, -3, -3], + "cubes": [ + {"origin": [-3.5, 21, -3.1], "size": [7, 6, 6], "uv": [32, 63]}, + {"origin": [-1.5, 21.575, -3.175], "size": [1, 1, 0], "uv": [34, 7]}, + {"origin": [0.5, 21.575, -3.175], "size": [1, 1, 0], "uv": [34, 7], "mirror": true}, + {"origin": [-0.5, 21.25, -3.175], "size": [1, 1, 0], "uv": [34, 7]}, + {"origin": [-1.5, 21.85, -3.15], "size": [3, 1, 0], "uv": [34, 10]} + ] + }, + { + "name": "eye_right", + "parent": "head2", + "pivot": [-2.4125, 23.4625, -3.15], + "cubes": [ + {"origin": [-3.5, 22, -3.125], "size": [2, 3, 0], "uv": [40, 7], "mirror": true}, + {"origin": [-2.875, 22.45, -3.175], "size": [1, 2, 0], "uv": [32, 1], "mirror": true}, + {"origin": [-2.875, 23.225, -3.15], "size": [1, 1, 0], "pivot": [-2.375, 23.45, -3.15], "rotation": [0, 0, -90], "uv": [32, 1], "mirror": true}, + {"origin": [-2.875, 22.7, -3.15], "size": [1, 1, 0], "pivot": [-2.375, 23.45, -3.15], "rotation": [0, 0, -90], "uv": [32, 1], "mirror": true} + ] + }, + { + "name": "eye_left", + "parent": "head2", + "pivot": [2.4125, 23.4625, -3.15], + "cubes": [ + {"origin": [1.5, 22, -3.125], "size": [2, 3, 0], "uv": [40, 7]}, + {"origin": [1.875, 22.45, -3.175], "size": [1, 2, 0], "uv": [32, 1]}, + {"origin": [1.875, 23.225, -3.15], "size": [1, 1, 0], "pivot": [2.375, 23.45, -3.15], "rotation": [0, 0, 90], "uv": [32, 1]}, + {"origin": [1.875, 22.7, -3.15], "size": [1, 1, 0], "pivot": [2.375, 23.45, -3.15], "rotation": [0, 0, 90], "uv": [32, 1]} + ] + }, + { + "name": "teeth", + "parent": "head2", + "pivot": [1, 21.55, -3.1], + "cubes": [ + {"origin": [-1.025, 21.175, -3.125], "size": [1, 1, 0], "pivot": [-1, 21.55, -3.15], "rotation": [0, 0, -45], "uv": [34, 8]}, + {"origin": [0.025, 21.175, -3.125], "size": [1, 1, 0], "pivot": [1, 21.55, -3.15], "rotation": [0, 0, 45], "uv": [34, 8], "mirror": true} + ] + }, + { + "name": "skirt", + "parent": "body_bot", + "pivot": [5, 12.975, 1] + }, + { + "name": "skirt_left", + "parent": "skirt", + "pivot": [5, 12.975, 1], + "rotation": [0, 0, -20], + "cubes": [ + {"origin": [5, 10, -2.5], "size": [0, 3, 7], "uv": [52, 56]} + ] + }, + { + "name": "skirt_right", + "parent": "skirt", + "pivot": [-5, 12.975, 1], + "rotation": [0, 0, 20], + "cubes": [ + {"origin": [-5, 10, -2.5], "size": [0, 3, 7], "uv": [52, 56]} + ] + }, + { + "name": "skirt_back", + "parent": "skirt", + "pivot": [0, 12.95, 4.5], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [-5, 10, 4.5], "size": [10, 3, 0], "uv": [63, 51]} + ] + }, + { + "name": "skirt_front", + "parent": "skirt", + "pivot": [0, 12.95, -2.5], + "rotation": [-20, 0, 0], + "cubes": [ + {"origin": [-5, 10, -2.5], "size": [10, 3, 0], "uv": [63, 51]} + ] + }, + { + "name": "coat", + "parent": "body_bot", + "pivot": [-1.5, 0, -6] + }, + { + "name": "coat_body", + "parent": "coat", + "pivot": [-2.5, 0, -6], + "cubes": [ + {"origin": [-6.5, 13, -4], "size": [13, 16, 10], "uv": [82, 0]}, + {"origin": [-5.5, 29, -3], "size": [11, 2, 8], "uv": [0, 56]} + ] + }, + { + "name": "cornorstone_mask", + "parent": "coat_body", + "pivot": [-1.5, 2, -6.45], + "cubes": [ + {"origin": [-6.5, 22, -5], "size": [13, 5, 0], "uv": [102, 39]}, + {"origin": [-8.5, 20.025, -5.375], "size": [17, 10, 0], "uv": [94, 61]}, + {"origin": [-2.5, 21.775, -5.6], "size": [5, 2, 0], "uv": [95, 71]}, + {"origin": [-6.5, 21.45, -5.175], "size": [13, 9, 0], "uv": [102, 52]}, + {"origin": [-7.5, 23.45, -4.8], "size": [7, 12, 0], "pivot": [-4, 28.95, -4.8], "rotation": [0, 0, -13.5], "uv": [109, 79]}, + {"origin": [-3, 23.45, -4.65], "size": [6, 12, 0], "uv": [109, 91]}, + {"origin": [0.25, 24.2, -4.75], "size": [5, 14, 0], "pivot": [0, 27.45, -4.65], "rotation": [0, 0, 15.25], "uv": [109, 103]}, + {"origin": [2.25, 24.2, -4.65], "size": [5, 11, 0], "pivot": [0, 27.45, -4.65], "rotation": [0, 0, 15.25], "uv": [85, 73]} + ] + }, + { + "name": "mouth", + "parent": "cornorstone_mask", + "pivot": [0, 17.6, -5.75], + "cubes": [ + {"origin": [-1.5, 12.725, -5.45], "size": [3, 4, 0], "pivot": [0, 17.6, -5.75], "rotation": [0, 0, -180], "uv": [95, 89]}, + {"origin": [-2.5, 15.95, -5.75], "size": [5, 2, 0], "pivot": [0, 17.6, -5.75], "rotation": [0, 0, -180], "uv": [95, 85]}, + {"origin": [-3.4, 15.1, -5.625], "size": [5, 2, 0], "pivot": [-0.45, 17.6, -5.75], "rotation": [0, 0, -180], "uv": [95, 94]} + ] + }, + { + "name": "right_mouth", + "parent": "mouth", + "pivot": [-0.5, 22.05, -5.55], + "cubes": [ + {"origin": [-6.5, 13.225, -5.3], "size": [7, 6, 0], "pivot": [-0.5, 22.05, -5.55], "rotation": [0, 0, 6], "uv": [109, 73], "mirror": true}, + {"origin": [-7.5, 16, -5.4], "size": [7, 6, 0], "pivot": [-0.5, 22.05, -5.55], "rotation": [0, 0, 6], "uv": [95, 79], "mirror": true}, + {"origin": [-7.5, 16, -5.55], "size": [7, 6, 0], "pivot": [-0.5, 22.05, -5.55], "rotation": [0, 0, 6], "uv": [95, 73], "mirror": true} + ] + }, + { + "name": "bone5", + "parent": "right_mouth", + "pivot": [-4.94083, 20.1875, -7.27242], + "cubes": [ + {"origin": [-4.97738, 18.33029, -7.6], "size": [2, 2, 3], "pivot": [-3.80238, 19.33029, -5.475], "rotation": [-21.63707, 29.35105, 2.09296], "uv": [92, 102], "mirror": true}, + {"origin": [-5.97792, 19.24383, -9.53297], "size": [2, 2, 3], "inflate": -0.25, "pivot": [-4.94083, 20.1875, -7.27242], "rotation": [-46.13707, 29.35105, 2.09296], "uv": [92, 109], "mirror": true} + ] + }, + { + "name": "left_mouth", + "parent": "mouth", + "pivot": [0.5, 22.05, -5.55], + "cubes": [ + {"origin": [-0.5, 13.225, -5.3], "size": [7, 6, 0], "pivot": [0.5, 22.05, -5.55], "rotation": [0, 0, -6], "uv": [109, 73]}, + {"origin": [0.5, 16, -5.4], "size": [7, 6, 0], "pivot": [0.5, 22.05, -5.55], "rotation": [0, 0, -6], "uv": [95, 79]}, + {"origin": [0.5, 16, -5.55], "size": [7, 6, 0], "pivot": [0.5, 22.05, -5.55], "rotation": [0, 0, -6], "uv": [95, 73]} + ] + }, + { + "name": "bone4", + "parent": "left_mouth", + "pivot": [4.94083, 20.1875, -7.27242], + "cubes": [ + {"origin": [2.97738, 18.33029, -7.6], "size": [2, 2, 3], "pivot": [3.80238, 19.33029, -5.475], "rotation": [-21.63707, -29.35105, -2.09296], "uv": [92, 102]}, + {"origin": [3.97792, 19.24383, -9.53297], "size": [2, 2, 3], "inflate": -0.25, "pivot": [4.94083, 20.1875, -7.27242], "rotation": [-46.13707, -29.35105, -2.09296], "uv": [92, 109]} + ] + }, + { + "name": "eye_right2", + "parent": "cornorstone_mask", + "pivot": [-1.4, 23.6625, -5.3125], + "rotation": [0, 0, 6.25], + "cubes": [ + {"origin": [-6, 23, -5.075], "size": [5, 4, 0], "uv": [104, 48], "mirror": true}, + {"origin": [-4.3, 23.325, -5.15], "size": [2, 2, 0], "pivot": [-3.3, 24.325, -5.35], "rotation": [0, 0, -5.5], "uv": [114, 48], "mirror": true} + ] + }, + { + "name": "eye_left2", + "parent": "cornorstone_mask", + "pivot": [1.4, 23.6625, -5.3125], + "rotation": [0, 0, -6.25], + "cubes": [ + {"origin": [1, 23, -5.075], "size": [5, 4, 0], "uv": [104, 48]}, + {"origin": [2.3, 23.325, -5.15], "size": [2, 2, 0], "pivot": [3.3, 24.325, -5.35], "rotation": [0, 0, 5.5], "uv": [114, 48]} + ] + }, + { + "name": "horn_right", + "parent": "coat_body", + "pivot": [-2.9, 28.95833, -2.925], + "rotation": [2.5, 0, -22.5], + "cubes": [ + {"origin": [-4.4, 28, -4.425], "size": [3, 3, 3], "uv": [70, 54], "mirror": true}, + {"origin": [-3.9, 30, -3.925], "size": [2, 3, 2], "uv": [28, 75], "mirror": true}, + {"origin": [-3.9, 32.675, -3.925], "size": [2, 3, 2], "inflate": -0.225, "uv": [20, 75], "mirror": true} + ] + }, + { + "name": "horn_left", + "parent": "coat_body", + "pivot": [2.9, 28.95833, -2.925], + "rotation": [2.5, 0, 22.5], + "cubes": [ + {"origin": [1.4, 28, -4.425], "size": [3, 3, 3], "uv": [70, 54]}, + {"origin": [1.9, 30, -3.925], "size": [2, 3, 2], "uv": [28, 75]}, + {"origin": [1.9, 32.675, -3.925], "size": [2, 3, 2], "inflate": -0.225, "uv": [20, 75]} + ] + }, + { + "name": "knot_main", + "parent": "coat_body", + "pivot": [0, 0, 0] + }, + { + "name": "knot", + "parent": "knot_main", + "pivot": [0, 30.71586, 0.38697], + "cubes": [ + {"origin": [-0.5, 29.2, -0.13919], "size": [1, 4, 1], "pivot": [-0.5, 30.7, 0.86081], "rotation": [-20, 0, 0], "uv": [36, 0]} + ] + }, + { + "name": "knot_2", + "parent": "knot", + "pivot": [0, 32.19408, 0.96702], + "rotation": [-13.75, 0, 0], + "cubes": [ + {"origin": [-1, 32.2, -0.60904], "size": [2, 4, 2], "pivot": [0, 30.7, 0.39096], "rotation": [-20, 0, 0], "uv": [0, 24]} + ] + }, + { + "name": "knot_3", + "parent": "knot_2", + "pivot": [0, 34.31462, 1.72462], + "rotation": [-11.75, 0, 0], + "cubes": [ + {"origin": [-1.5, 34.38756, 0.23863], "size": [3, 3, 3], "pivot": [0, 34.36462, 1.57462], "rotation": [-20, 0, 0], "uv": [58, 70]} + ] + }, + { + "name": "arm_right", + "parent": "coat_body", + "pivot": [-6.16667, 26.33333, 1], + "rotation": [0, 0, -35], + "cubes": [ + {"origin": [-17.5, 21, -3.15], "size": [13, 8, 8], "inflate": -0.1, "pivot": [-9, 27, 1], "rotation": [0, 0, 15], "uv": [0, 24]} + ] + }, + { + "name": "bone15", + "parent": "arm_right", + "pivot": [-9.5, 22, 0.85], + "cubes": [ + {"origin": [-16.5, 17, -2.65], "size": [10, 8, 7], "uv": [46, 0]} + ] + }, + { + "name": "arm_left", + "parent": "coat_body", + "pivot": [6.16667, 26.33333, 1], + "rotation": [0, 0, 35], + "cubes": [ + {"origin": [4.5, 21, -3.15], "size": [13, 8, 8], "inflate": -0.1, "pivot": [9, 27, 1], "rotation": [0, 0, -15], "uv": [34, 32]} + ] + }, + { + "name": "bone13", + "parent": "arm_left", + "pivot": [9.5, 22, 0.85], + "cubes": [ + {"origin": [6.5, 17, -2.65], "size": [10, 8, 7], "uv": [36, 48]} + ] + }, + { + "name": "leg_right", + "parent": "body_position", + "pivot": [5.00441, 0, 1] + }, + { + "name": "leg_right_1", + "parent": "leg_right", + "pivot": [-1.99559, 13.5, 1], + "cubes": [ + {"origin": [-2.99559, 6, 0], "size": [2, 7, 2], "uv": [23, 66], "mirror": true} + ] + }, + { + "name": "leg_right_2", + "parent": "leg_right_1", + "pivot": [-1.99559, 8, 1], + "cubes": [ + {"origin": [-3.49559, 2, -0.5], "size": [3, 6, 3], "uv": [68, 31], "mirror": true} + ] + }, + { + "name": "feet_right", + "parent": "leg_right_2", + "pivot": [-1.99559, 1, 1], + "cubes": [ + {"origin": [-3.49559, 0, -2.5], "size": [3, 2, 5], "uv": [61, 63], "mirror": true} + ] + }, + { + "name": "toe_right", + "parent": "feet_right", + "pivot": [-2, 0, -2] + }, + { + "name": "leaves2", + "parent": "toe_right", + "pivot": [-2.12059, 1.65, -3], + "cubes": [ + {"origin": [-3.95441, 1.65, -3.5], "size": [2, 0, 1], "pivot": [-1.87941, 1.65, -3], "rotation": [0, 0, 30], "uv": [5, 1]}, + {"origin": [-2.04559, 1.65, -3.5], "size": [2, 0, 1], "pivot": [-2.12059, 1.65, -3], "rotation": [0, 0, -30], "uv": [5, 0]} + ] + }, + { + "name": "toes2", + "parent": "toe_right", + "pivot": [-1.49559, 1, -2] + }, + { + "name": "bone3", + "parent": "toes2", + "pivot": [-2.49559, 1, -2], + "cubes": [ + {"origin": [-3.49559, -0.15, -4.5], "size": [2, 2, 3], "inflate": -0.14, "pivot": [-2.49559, 1, -2], "rotation": [0, 15, 0], "uv": [10, 75]}, + {"origin": [-2.49559, -0.15, -4.5], "size": [2, 2, 3], "inflate": -0.15, "pivot": [-1.49559, 1, -2], "rotation": [0, -15, 0], "uv": [73, 0]} + ] + }, + { + "name": "leg_left", + "parent": "body_position", + "pivot": [-5.00441, 0, 1] + }, + { + "name": "leg_left_1", + "parent": "leg_left", + "pivot": [1.99559, 13.5, 1], + "cubes": [ + {"origin": [0.99559, 6, 0], "size": [2, 7, 2], "uv": [23, 66]} + ] + }, + { + "name": "leg_left_2", + "parent": "leg_left_1", + "pivot": [1.99559, 8, 1], + "cubes": [ + {"origin": [0.49559, 2, -0.5], "size": [3, 6, 3], "uv": [68, 31]} + ] + }, + { + "name": "feet_left", + "parent": "leg_left_2", + "pivot": [1.99559, 1, 1], + "cubes": [ + {"origin": [0.49559, 0, -2.5], "size": [3, 2, 5], "uv": [61, 63]} + ] + }, + { + "name": "bone", + "parent": "feet_left", + "pivot": [2.12059, 0.65, -2] + }, + { + "name": "leaves", + "parent": "bone", + "pivot": [2.12059, 1.65, -3], + "cubes": [ + {"origin": [1.95441, 1.65, -3.5], "size": [2, 0, 1], "pivot": [1.87941, 1.65, -3], "rotation": [0, 0, -30], "uv": [0, 9]}, + {"origin": [0.04559, 1.65, -3.5], "size": [2, 0, 1], "pivot": [2.12059, 1.65, -3], "rotation": [0, 0, 30], "uv": [4, 9]} + ] + }, + { + "name": "toes", + "parent": "bone", + "pivot": [1.23677, 0.85, -1.96593], + "cubes": [ + {"origin": [0.49559, -0.15, -4.5], "size": [2, 2, 3], "inflate": -0.15, "pivot": [1.49559, 1, -2], "rotation": [0, 15, 0], "uv": [10, 75]} + ] + }, + { + "name": "bone2", + "parent": "toes", + "pivot": [2.49559, 1, -2], + "cubes": [ + {"origin": [1.49559, -0.15, -4.5], "size": [2, 2, 3], "inflate": -0.14, "pivot": [2.49559, 1, -2], "rotation": [0, -15, 0], "uv": [73, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ogerpon_teal/ogerpon_teal.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ogerpon_teal/ogerpon_teal.geo.json new file mode 100644 index 0000000..818783d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ogerpon_teal/ogerpon_teal.geo.json @@ -0,0 +1,416 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "ogerpon", + "pivot": [0, 0, 0] + }, + { + "name": "body_position", + "parent": "ogerpon", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "body_position", + "pivot": [0, 15, 0] + }, + { + "name": "body_bot", + "parent": "body", + "pivot": [-2.5, 0, -4.5], + "cubes": [ + {"origin": [-5.5, 13, -3.5], "size": [11, 7, 9], "uv": [37, 15]} + ] + }, + { + "name": "head", + "parent": "body_bot", + "pivot": [0, 24, 1], + "cubes": [ + {"origin": [-5, 20, -3], "size": [10, 8, 8], "uv": [0, 40]} + ] + }, + { + "name": "head2", + "parent": "head", + "pivot": [-4.5, -3, -3], + "cubes": [ + {"origin": [-3.5, 21, -3.1], "size": [7, 6, 6], "uv": [32, 63]}, + {"origin": [-1.5, 21.575, -3.175], "size": [1, 1, 0], "uv": [34, 7]}, + {"origin": [0.5, 21.575, -3.175], "size": [1, 1, 0], "uv": [34, 7], "mirror": true}, + {"origin": [-0.5, 21.25, -3.175], "size": [1, 1, 0], "uv": [34, 7]}, + {"origin": [-1.5, 21.85, -3.15], "size": [3, 1, 0], "uv": [34, 10]} + ] + }, + { + "name": "eye_right", + "parent": "head2", + "pivot": [-2.4125, 23.4625, -3.15], + "cubes": [ + {"origin": [-3.5, 22, -3.125], "size": [2, 3, 0], "uv": [40, 7], "mirror": true}, + {"origin": [-2.875, 22.45, -3.175], "size": [1, 2, 0], "uv": [32, 1], "mirror": true}, + {"origin": [-2.875, 23.225, -3.15], "size": [1, 1, 0], "pivot": [-2.375, 23.45, -3.15], "rotation": [0, 0, -90], "uv": [32, 1], "mirror": true}, + {"origin": [-2.875, 22.7, -3.15], "size": [1, 1, 0], "pivot": [-2.375, 23.45, -3.15], "rotation": [0, 0, -90], "uv": [32, 1], "mirror": true} + ] + }, + { + "name": "eye_left", + "parent": "head2", + "pivot": [2.4125, 23.4625, -3.15], + "cubes": [ + {"origin": [1.5, 22, -3.125], "size": [2, 3, 0], "uv": [40, 7]}, + {"origin": [1.875, 22.45, -3.175], "size": [1, 2, 0], "uv": [32, 1]}, + {"origin": [1.875, 23.225, -3.15], "size": [1, 1, 0], "pivot": [2.375, 23.45, -3.15], "rotation": [0, 0, 90], "uv": [32, 1]}, + {"origin": [1.875, 22.7, -3.15], "size": [1, 1, 0], "pivot": [2.375, 23.45, -3.15], "rotation": [0, 0, 90], "uv": [32, 1]} + ] + }, + { + "name": "teeth", + "parent": "head2", + "pivot": [1, 21.55, -3.1], + "cubes": [ + {"origin": [-1.025, 21.175, -3.125], "size": [1, 1, 0], "pivot": [-1, 21.55, -3.15], "rotation": [0, 0, -45], "uv": [34, 8]}, + {"origin": [0.025, 21.175, -3.125], "size": [1, 1, 0], "pivot": [1, 21.55, -3.15], "rotation": [0, 0, 45], "uv": [34, 8], "mirror": true} + ] + }, + { + "name": "skirt", + "parent": "body_bot", + "pivot": [5, 12.975, 1] + }, + { + "name": "skirt_left", + "parent": "skirt", + "pivot": [5, 12.975, 1], + "rotation": [0, 0, -20], + "cubes": [ + {"origin": [5, 10, -2.5], "size": [0, 3, 7], "uv": [52, 56]} + ] + }, + { + "name": "skirt_right", + "parent": "skirt", + "pivot": [-5, 12.975, 1], + "rotation": [0, 0, 20], + "cubes": [ + {"origin": [-5, 10, -2.5], "size": [0, 3, 7], "uv": [52, 56]} + ] + }, + { + "name": "skirt_back", + "parent": "skirt", + "pivot": [0, 12.95, 4.5], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [-5, 10, 4.5], "size": [10, 3, 0], "uv": [63, 51]} + ] + }, + { + "name": "skirt_front", + "parent": "skirt", + "pivot": [0, 12.95, -2.5], + "rotation": [-20, 0, 0], + "cubes": [ + {"origin": [-5, 10, -2.5], "size": [10, 3, 0], "uv": [63, 51]} + ] + }, + { + "name": "coat", + "parent": "body_bot", + "pivot": [-1.5, 0, -6] + }, + { + "name": "coat_body", + "parent": "coat", + "pivot": [-2.5, 0, -6], + "cubes": [ + {"origin": [-6.5, 13, -4], "size": [13, 16, 10], "uv": [82, 0]}, + {"origin": [-5.5, 29, -3], "size": [11, 2, 8], "uv": [0, 56]} + ] + }, + { + "name": "horn_right", + "parent": "coat_body", + "pivot": [-2.9, 28.95833, -2.925], + "rotation": [2.5, 0, -22.5], + "cubes": [ + {"origin": [-4.4, 28, -4.425], "size": [3, 3, 3], "uv": [70, 54], "mirror": true}, + {"origin": [-3.9, 30, -3.925], "size": [2, 3, 2], "uv": [28, 75], "mirror": true}, + {"origin": [-3.9, 32.675, -3.925], "size": [2, 3, 2], "inflate": -0.225, "uv": [20, 75], "mirror": true} + ] + }, + { + "name": "horn_left", + "parent": "coat_body", + "pivot": [2.9, 28.95833, -2.925], + "rotation": [2.5, 0, 22.5], + "cubes": [ + {"origin": [1.4, 28, -4.425], "size": [3, 3, 3], "uv": [70, 54]}, + {"origin": [1.9, 30, -3.925], "size": [2, 3, 2], "uv": [28, 75]}, + {"origin": [1.9, 32.675, -3.925], "size": [2, 3, 2], "inflate": -0.225, "uv": [20, 75]} + ] + }, + { + "name": "knot_main", + "parent": "coat_body", + "pivot": [0, 0, 0] + }, + { + "name": "knot", + "parent": "knot_main", + "pivot": [0, 30.71586, 0.38697], + "cubes": [ + {"origin": [-0.5, 29.2, -0.13919], "size": [1, 4, 1], "pivot": [-0.5, 30.7, 0.86081], "rotation": [-20, 0, 0], "uv": [36, 0]} + ] + }, + { + "name": "knot_2", + "parent": "knot", + "pivot": [0, 32.19408, 0.96702], + "rotation": [-13.75, 0, 0], + "cubes": [ + {"origin": [-1, 32.2, -0.60904], "size": [2, 4, 2], "pivot": [0, 30.7, 0.39096], "rotation": [-20, 0, 0], "uv": [0, 24]} + ] + }, + { + "name": "knot_3", + "parent": "knot_2", + "pivot": [0, 34.31462, 1.72462], + "rotation": [-11.75, 0, 0], + "cubes": [ + {"origin": [-1.5, 34.38756, 0.23863], "size": [3, 3, 3], "pivot": [0, 34.36462, 1.57462], "rotation": [-20, 0, 0], "uv": [58, 70]} + ] + }, + { + "name": "arm_right", + "parent": "coat_body", + "pivot": [-6.16667, 26.33333, 1], + "rotation": [0, 0, -35], + "cubes": [ + {"origin": [-17.5, 21, -3.15], "size": [13, 8, 8], "inflate": -0.1, "pivot": [-9, 27, 1], "rotation": [0, 0, 15], "uv": [0, 24]} + ] + }, + { + "name": "bone15", + "parent": "arm_right", + "pivot": [-9.5, 22, 0.85], + "cubes": [ + {"origin": [-16.5, 17, -2.65], "size": [10, 8, 7], "uv": [46, 0]} + ] + }, + { + "name": "arm_left", + "parent": "coat_body", + "pivot": [6.16667, 26.33333, 1], + "rotation": [0, 0, 35], + "cubes": [ + {"origin": [4.5, 21, -3.15], "size": [13, 8, 8], "inflate": -0.1, "pivot": [9, 27, 1], "rotation": [0, 0, -15], "uv": [34, 32]} + ] + }, + { + "name": "bone13", + "parent": "arm_left", + "pivot": [9.5, 22, 0.85], + "cubes": [ + {"origin": [6.5, 17, -2.65], "size": [10, 8, 7], "uv": [36, 48]} + ] + }, + { + "name": "tealmask", + "parent": "body", + "pivot": [0, 23.4635, -4.75625], + "cubes": [ + {"origin": [-3, 19.85, -4.7], "size": [6, 2, 0], "uv": [110, 48]}, + {"origin": [-4, 21.85, -4.675], "size": [8, 5, 0], "uv": [110, 44]}, + {"origin": [-4.6, 23.7, -4.825], "size": [4, 2, 0], "pivot": [-3.825, 24.6, -4.825], "rotation": [0, 0, 17.5], "uv": [100, 59], "mirror": true}, + {"origin": [0.6, 23.7, -4.825], "size": [4, 2, 0], "pivot": [3.825, 24.6, -4.825], "rotation": [0, 0, -17.5], "uv": [100, 59]} + ] + }, + { + "name": "bot", + "parent": "tealmask", + "pivot": [3.5, 25.35, -4.6], + "cubes": [ + {"origin": [0.40856, 18.65486, -4.65], "size": [11, 5, 0], "pivot": [1.80777, 21.58325, -4.65], "rotation": [0, 0, -15], "uv": [106, 94]}, + {"origin": [1.27809, 17.56614, -4.75], "size": [10, 5, 0], "pivot": [1.65556, 20.13549, -4.65], "rotation": [0, 0, 30], "uv": [106, 99]}, + {"origin": [0.23917, 16.93308, -4.775], "size": [7, 4, 0], "pivot": [1.4411, 18.71513, -4.775], "rotation": [0, 0, 57.25], "uv": [106, 104]}, + {"origin": [-7.23917, 16.93308, -4.775], "size": [7, 4, 0], "pivot": [-1.4411, 18.71513, -4.775], "rotation": [0, 0, -57.25], "uv": [106, 104], "mirror": true}, + {"origin": [-11.27809, 17.56614, -4.75], "size": [10, 5, 0], "pivot": [-1.65556, 20.13549, -4.65], "rotation": [0, 0, -30], "uv": [106, 99], "mirror": true}, + {"origin": [-11.40856, 18.65486, -4.65], "size": [11, 5, 0], "pivot": [-1.80777, 21.58325, -4.65], "rotation": [0, 0, 15], "uv": [106, 94], "mirror": true} + ] + }, + { + "name": "top_segment", + "parent": "tealmask", + "pivot": [-3.5, 25.35, -4.6], + "cubes": [ + {"origin": [1, 22.85, -4.6], "size": [9, 5, 0], "pivot": [3.5, 25.35, -4.6], "rotation": [0, 0, -20], "uv": [110, 39]}, + {"origin": [0.49614, 23.46442, -4.575], "size": [9, 5, 0], "pivot": [0.35332, 26.85312, -4.575], "rotation": [0, 0, -41.75], "uv": [110, 34]}, + {"origin": [-9.49614, 23.46442, -4.575], "size": [9, 5, 0], "pivot": [-0.35332, 26.85312, -4.575], "rotation": [0, 0, 41.75], "uv": [110, 34], "mirror": true}, + {"origin": [-10, 22.85, -4.6], "size": [9, 5, 0], "pivot": [-3.5, 25.35, -4.6], "rotation": [0, 0, 20], "uv": [110, 39], "mirror": true} + ] + }, + { + "name": "top", + "parent": "top_segment", + "pivot": [4.5, 44.85, -13.675], + "cubes": [ + {"origin": [-4.5, 24.475, -4.875], "size": [9, 13, 0], "uv": [110, 74]} + ] + }, + { + "name": "gem", + "parent": "top", + "pivot": [2, 44.85, -13.625], + "cubes": [ + {"origin": [-1, 26.1, -4.925], "size": [2, 5, 0], "uv": [111, 89]}, + {"origin": [-2, 28.1, -4.925], "size": [1, 1, 0], "uv": [110, 89], "mirror": true}, + {"origin": [1, 28.1, -4.925], "size": [1, 1, 0], "uv": [111, 89], "mirror": true} + ] + }, + { + "name": "mouth", + "parent": "tealmask", + "pivot": [-0.075, 21.375, -4.8], + "cubes": [ + {"origin": [-3, 19.425, -4.85], "size": [6, 3, 0], "uv": [110, 59]}, + {"origin": [-0.5, 21.975, -4.925], "size": [1, 2, 0], "uv": [110, 72]}, + {"origin": [-0.5, 20.9, -4.975], "size": [1, 1, 0], "uv": [110, 70]}, + {"origin": [-0.5, 19.725, -4.95], "size": [1, 1, 0], "uv": [110, 71]}, + {"origin": [1.975, 20.95, -4.9], "size": [2, 2, 0], "uv": [110, 66]}, + {"origin": [-2.825, 16.825, -4.925], "size": [2, 2, 0], "pivot": [-2.975, 18.825, -4.925], "rotation": [0, 0, -90], "uv": [110, 63], "mirror": true}, + {"origin": [0.825, 16.825, -4.925], "size": [2, 2, 0], "pivot": [2.975, 18.825, -4.925], "rotation": [0, 0, 90], "uv": [110, 63]}, + {"origin": [-3.975, 20.95, -4.9], "size": [2, 2, 0], "uv": [110, 66], "mirror": true} + ] + }, + { + "name": "leg_right", + "parent": "body_position", + "pivot": [5.00441, 0, 1] + }, + { + "name": "leg_right_1", + "parent": "leg_right", + "pivot": [-1.99559, 13.5, 1], + "cubes": [ + {"origin": [-2.99559, 6, 0], "size": [2, 7, 2], "uv": [23, 66], "mirror": true} + ] + }, + { + "name": "leg_right_2", + "parent": "leg_right_1", + "pivot": [-1.99559, 8, 1], + "cubes": [ + {"origin": [-3.49559, 2, -0.5], "size": [3, 6, 3], "uv": [68, 31], "mirror": true} + ] + }, + { + "name": "feet_right", + "parent": "leg_right_2", + "pivot": [-1.99559, 1, 1], + "cubes": [ + {"origin": [-3.49559, 0, -2.5], "size": [3, 2, 5], "uv": [61, 63], "mirror": true} + ] + }, + { + "name": "toe_right", + "parent": "feet_right", + "pivot": [-2, 0, -2] + }, + { + "name": "leaves2", + "parent": "toe_right", + "pivot": [-2.12059, 1.65, -3], + "cubes": [ + {"origin": [-3.95441, 1.65, -3.5], "size": [2, 0, 1], "pivot": [-1.87941, 1.65, -3], "rotation": [0, 0, 30], "uv": [5, 1]}, + {"origin": [-2.04559, 1.65, -3.5], "size": [2, 0, 1], "pivot": [-2.12059, 1.65, -3], "rotation": [0, 0, -30], "uv": [5, 0]} + ] + }, + { + "name": "toes2", + "parent": "toe_right", + "pivot": [-1.49559, 1, -2] + }, + { + "name": "bone3", + "parent": "toes2", + "pivot": [-2.49559, 1, -2], + "cubes": [ + {"origin": [-3.49559, -0.15, -4.5], "size": [2, 2, 3], "inflate": -0.14, "pivot": [-2.49559, 1, -2], "rotation": [0, 15, 0], "uv": [10, 75]}, + {"origin": [-2.49559, -0.15, -4.5], "size": [2, 2, 3], "inflate": -0.15, "pivot": [-1.49559, 1, -2], "rotation": [0, -15, 0], "uv": [73, 0]} + ] + }, + { + "name": "leg_left", + "parent": "body_position", + "pivot": [-5.00441, 0, 1] + }, + { + "name": "leg_left_1", + "parent": "leg_left", + "pivot": [1.99559, 13.5, 1], + "cubes": [ + {"origin": [0.99559, 6, 0], "size": [2, 7, 2], "uv": [23, 66]} + ] + }, + { + "name": "leg_left_2", + "parent": "leg_left_1", + "pivot": [1.99559, 8, 1], + "cubes": [ + {"origin": [0.49559, 2, -0.5], "size": [3, 6, 3], "uv": [68, 31]} + ] + }, + { + "name": "feet_left", + "parent": "leg_left_2", + "pivot": [1.99559, 1, 1], + "cubes": [ + {"origin": [0.49559, 0, -2.5], "size": [3, 2, 5], "uv": [61, 63]} + ] + }, + { + "name": "bone", + "parent": "feet_left", + "pivot": [2.12059, 0.65, -2] + }, + { + "name": "leaves", + "parent": "bone", + "pivot": [2.12059, 1.65, -3], + "cubes": [ + {"origin": [1.95441, 1.65, -3.5], "size": [2, 0, 1], "pivot": [1.87941, 1.65, -3], "rotation": [0, 0, -30], "uv": [0, 9]}, + {"origin": [0.04559, 1.65, -3.5], "size": [2, 0, 1], "pivot": [2.12059, 1.65, -3], "rotation": [0, 0, 30], "uv": [4, 9]} + ] + }, + { + "name": "toes", + "parent": "bone", + "pivot": [1.23677, 0.85, -1.96593], + "cubes": [ + {"origin": [0.49559, -0.15, -4.5], "size": [2, 2, 3], "inflate": -0.15, "pivot": [1.49559, 1, -2], "rotation": [0, 15, 0], "uv": [10, 75]} + ] + }, + { + "name": "bone2", + "parent": "toes", + "pivot": [2.49559, 1, -2], + "cubes": [ + {"origin": [1.49559, -0.15, -4.5], "size": [2, 2, 3], "inflate": -0.14, "pivot": [2.49559, 1, -2], "rotation": [0, -15, 0], "uv": [73, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ogerpon_water/ogerpon_water.animation.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ogerpon_water/ogerpon_water.animation.json new file mode 100644 index 0000000..e1b0fb7 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ogerpon_water/ogerpon_water.animation.json @@ -0,0 +1,483 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.ogerpon_water.ground_idle": { + "loop": true, + "animation_length": 4, + "bones": { + "body": { + "rotation": ["-2.5-4*math.sin(q.anim_time*90*4-90)*1", "0+4*math.sin(q.anim_time*90*2-90)*1", "0-8*math.sin(q.anim_time*90*2-90)*1"], + "position": [0, "0.8*math.sin(q.anim_time*90*4+20)", 0] + }, + "knot": { + "rotation": [0, 0, "0-8*math.sin(q.anim_time*90*2-90)*3"] + }, + "knot_2": { + "rotation": [0, 0, "0-8*math.sin(q.anim_time*90*2-180)*2"] + }, + "knot_3": { + "rotation": [0, 0, "0-8*math.sin(q.anim_time*90*2-270)*1"] + }, + "arm_right": { + "rotation": [0, 0, "-7.5+5*math.sin(q.anim_time*90*4-150)*0.5"] + }, + "bone15": { + "rotation": [0, 0, "-7.5+5*math.sin(q.anim_time*90*4-170)*0.5"] + }, + "arm_left": { + "rotation": [0, 0, "7.5-5*math.sin(q.anim_time*90*4-150)*0.5"] + }, + "bone13": { + "rotation": [0, 0, "7.5-5*math.sin(q.anim_time*90*4-170)*0.5"] + }, + "skirt_left": { + "rotation": ["-2.5-4*math.sin(q.anim_time*90*4-180)*1", 0, 0] + }, + "skirt_right": { + "rotation": ["-2.5-4*math.sin(q.anim_time*90*4-180)*1", 0, 0] + }, + "skirt_back": { + "rotation": ["-2.5-4*math.sin(q.anim_time*90*4-180)*2", 0, 0] + }, + "skirt_front": { + "rotation": ["-2.5-4*math.sin(q.anim_time*90*4-180)*2", 0, 0] + }, + "leg_right_1": { + "rotation": ["2.3567+math.clamp(math.sin(q.anim_time*90*2-90)*10,-100,0)", "17.3649-math.clamp(math.sin(q.anim_time*90*2-90)*5,-10,0)", 7.85035], + "position": [ + "-(math.clamp(-1*math.sin(q.anim_time*90*2-90),0,1))", + "math.clamp(-0.5*math.sin(q.anim_time*90*2-80),0,1)", + "1+math.clamp(2*math.sin(q.anim_time*90*2-90),-2,0)" + ] + }, + "feet_right": { + "rotation": { + "0.0": ["10.5052+10*math.sin(q.anim_time*90*12-80)", -1.92623, -11.50943], + "0.5": [0, 10, -7.5], + "1.0": [0, 10, -7.5], + "1.5417": [0, 10, -7.5], + "2.0": ["10.5052+10*math.sin(q.anim_time*90*12-80)", -1.92623, -11.50943], + "2.5": [0, 10, -7.5], + "3.0": [0, 10, -7.5], + "3.5417": [0, 10, -7.5], + "4.0": ["10.5052+10*math.sin(q.anim_time*90*12-80)", -1.92623, -11.50943] + } + }, + "leg_left_1": { + "rotation": ["2.3567+math.clamp(-math.sin(q.anim_time*90*2-90)*10,-100,0)", "-17.3649+math.clamp(-math.sin(q.anim_time*90*2-90)*5,-10,0)", -7.85035], + "position": [ + "math.clamp(1*math.sin(q.anim_time*90*2-90),0,1)", + "math.clamp(0.5*math.sin(q.anim_time*90*2-80),0,1)", + "1+math.clamp(-2*math.sin(q.anim_time*90*2-90),-2,0)" + ] + }, + "feet_left": { + "rotation": { + "0.0": [0, -10, 7.5], + "0.5417": [0, -10, 7.5], + "0.875": ["10.0572+10*math.sin(q.anim_time*90*12-80)", 4.81216, 8.85922], + "1.5": [0, -10, 7.5], + "2.0": [0, -10, 7.5], + "2.5417": [0, -10, 7.5], + "2.875": ["10.0572+10*math.sin(q.anim_time*90*12-80)", 4.81216, 8.85922], + "3.5": [0, -10, 7.5], + "4.0": [0, -10, 7.5] + } + } + } + }, + "animation.ogerpon_water.sleep": { + "loop": true, + "bones": { + "body_position": { + "position": [0, -12, 0] + }, + "body": { + "rotation": ["5-math.cos(q.anim_time*90*1)*1", 0, 0] + }, + "eye_right": { + "scale": [1, 0, 1] + }, + "eye_left": { + "scale": [1, 0, 1] + }, + "skirt_left": { + "rotation": [0, 0, -55] + }, + "skirt_right": { + "rotation": [0, 0, 52.5] + }, + "skirt_back": { + "rotation": ["39.7+math.cos(q.anim_time*90*1)*5", 0, 0] + }, + "skirt_front": { + "rotation": [-72.5, 0, 0] + }, + "knot": { + "rotation": ["5-math.cos(q.anim_time*90*1)*5", 0, 0] + }, + "knot_2": { + "rotation": ["5-math.cos(q.anim_time*90*1)*1", 0, 0] + }, + "arm_right": { + "rotation": [0, -5, "-1-math.cos(q.anim_time*90*1-60)*2"] + }, + "arm_left": { + "rotation": [0, 0, "1+math.cos(q.anim_time*90*1-60)*2"] + }, + "leg_right_1": { + "rotation": [-90, 20, 0] + }, + "leg_left_1": { + "rotation": [-89.93795, -17.48791, -0.55958] + } + } + }, + "animation.ogerpon_water.blink": { + "animation_length": 0.625, + "bones": { + "eye_right": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + }, + "eye_left": { + "scale": { + "0.0": [1, 1, 1], + "0.2083": [1, 1, 1], + "0.2917": [1, 0, 1], + "0.375": [1, 0, 1], + "0.4583": [1, 1.1, 1], + "0.5": [1, 1, 1], + "0.625": [1, 1, 1] + } + } + } + }, + "animation.ogerpon_water.battle_idle": { + "loop": true, + "bones": { + "body": { + "rotation": ["10-math.cos(q.anim_time*90*3/2)*1", 2.5, 0], + "position": [0, "-0.825-math.sin(q.anim_time*90*3/2)*0.3", 0] + }, + "skirt_back": { + "rotation": ["0+math.cos(q.anim_time*90*3/2-260)*4", 0, 0] + }, + "skirt_front": { + "rotation": ["0+math.cos(q.anim_time*90*3/2-260)*4", 0, 0] + }, + "knot": { + "rotation": ["7.5-math.cos(q.anim_time*90*3/2-60)*5", 0, 0] + }, + "knot_2": { + "rotation": ["0-math.cos(q.anim_time*90*3/2-120)*3/2", 0, 0] + }, + "arm_right": { + "rotation": [0, "30-math.cos(q.anim_time*90*3/2-160)*2", "0-math.cos(q.anim_time*90*3/2-130)*1"] + }, + "bone15": { + "rotation": [0, 0, "0-math.cos(q.anim_time*90*3/2-210)*4"] + }, + "arm_left": { + "rotation": [0, "-22.5+math.cos(q.anim_time*90*3/2-160)*2", "0-math.cos(q.anim_time*90*3/2-130)*1"] + }, + "bone13": { + "rotation": [0, 0, "0-math.cos(q.anim_time*90*3/2-210)*-4"] + }, + "leg_right_1": { + "rotation": [0, 0, 10], + "position": [0, -0.55, 0] + }, + "leg_right_2": { + "rotation": [17.5, 0, 0] + }, + "feet_right": { + "rotation": [-17.44447, 8.94248, -13.2712] + }, + "leg_left_1": { + "rotation": [-22.5, 0, -15], + "position": [0, -0.825, 0] + }, + "leg_left_2": { + "rotation": [20, 0, 0] + }, + "feet_left": { + "rotation": [3.17802, -15.61486, 14.24992] + } + } + }, + "animation.ogerpon_water.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "body": { + "rotation": ["-2.5+Math.cos((query.anim_time-0.4) * 90 * 4*2) * 3", 0, 0], + "position": [0, "Math.cos((query.anim_time) * 90 * 4*2) * 0.3", 0] + }, + "skirt_left": { + "rotation": [0, 0, "5+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -7"] + }, + "skirt_right": { + "rotation": [0, 0, "-5+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -7"] + }, + "skirt_back": { + "rotation": ["5+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -8", 0, 0] + }, + "skirt_front": { + "rotation": [0, 0, "0+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -2"] + }, + "knot": { + "rotation": ["5+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -4", 0, 0] + }, + "knot_2": { + "rotation": ["5+Math.cos((query.anim_time-0.3) * 90 * 4*2) * -3", 0, 0] + }, + "arm_right": { + "rotation": [0, "0-10*math.sin(q.anim_time*90*4)", "Math.cos((query.anim_time-0.6) * 90 * 2*2) * 2"] + }, + "bone15": { + "rotation": [0, "0-10*math.sin(q.anim_time*90*4)*0.3", "Math.cos((query.anim_time-0.6) * 90 * 2*2) * 2"] + }, + "arm_left": { + "rotation": [0, "0-10*math.sin(q.anim_time*90*4)", "Math.cos((query.anim_time-0.6) * 90 * 2*2) * 2"] + }, + "bone13": { + "rotation": [0, "0-10*math.sin(q.anim_time*90*4)*0.3", "Math.cos((query.anim_time-0.6) * 90 * 2*2) * 2"] + }, + "leg_right_1": { + "rotation": { + "0.0": [31.94, -4.07, 5.92], + "0.0417": [34.01816, -4.75113, 8.57518], + "0.125": [28.23141, -3.47957, 13.25477], + "0.2917": [0.08439, 1.60667, 17.97314], + "0.4167": [-31.76625, 0.64267, 17.18925], + "0.5": [-37, 0, 12], + "0.5833": [-33.42857, 0, 4.57143], + "0.7917": [2, 0, 0], + "0.9583": [29.87012, -3.39366, 3.26799], + "1.0": [31.94, -4.07, 5.92] + }, + "position": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, 0], + "0.25": [0, 1, 0], + "0.5": [0, 0, 0], + "1.0": [0, 0, 0] + } + }, + "leg_right_2": { + "rotation": { + "0.0": [12.92, 0, 0], + "0.0417": [15, 0, 0], + "0.2917": [25, 0, 0], + "0.5": [7.5, 0, 0], + "0.7917": [2.5, 0, 0], + "1.0": [12.92, 0, 0] + } + }, + "feet_right": { + "rotation": { + "0.0": [-5.42, 0, 0], + "0.0417": [-7.5, 0, 0], + "0.2917": [15.91527, 19.291, 5.38152], + "0.5": [15, 5, 0], + "0.7917": [5, 0, 0], + "1.0": [-5.42, 0, 0] + } + }, + "toe_right": { + "rotation": { + "0.0": [-14.91, 0, 0], + "0.0833": [-20, 0, 0], + "0.5": [-22.5, 0, 0], + "0.5417": [-24, 0, 0], + "0.625": [-32.5, 0, 0], + "0.75": [-2.5, 0, 0], + "0.7917": [-2.19, 0, 0], + "1.0": [-14.91, 0, 0] + } + }, + "leg_left_1": { + "rotation": { + "0.0": [-38, 0, -12], + "0.0833": [-34.42857, 0, -4.57143], + "0.2917": [2, 0, 0], + "0.4583": [29.87012, 3.39366, -3.26799], + "0.5417": [34.01816, 4.75113, -8.57518], + "0.625": [28.23141, 3.47957, -13.25477], + "0.7917": [0.08439, -1.60667, -17.97314], + "0.9167": [-32.76625, -0.64267, -17.18925], + "1.0": [-38, 0, -12] + }, + "position": { + "0.0": [0, 0, 0], + "0.5833": [0, 0, 0], + "0.75": [0, 1, 0], + "1.0": [0, 0, 0] + } + }, + "leg_left_2": { + "rotation": { + "0.0": [7.5, 0, 0], + "0.2917": [2.5, 0, 0], + "0.5417": [15, 0, 0], + "0.7917": [25, 0, 0], + "1.0": [7.5, 0, 0] + } + }, + "feet_left": { + "rotation": { + "0.0": [15, -5, 0], + "0.2917": [5, 0, 0], + "0.5417": [-7.5, 0, 0], + "0.7917": [15.91527, -19.291, -5.38152], + "1.0": [15, -5, 0] + } + }, + "bone": { + "rotation": { + "0.0": [-22.5, 0, 0], + "0.0417": [-24, 0, 0], + "0.125": [-32.5, 0, 0], + "0.25": [-2.5, 0, 0], + "0.2917": [-2.19, 0, 0], + "0.5833": [-20, 0, 0], + "1.0": [-22.5, 0, 0] + } + } + } + }, + "animation.ogerpon_water.ground_run": { + "loop": true, + "animation_length": 0.5, + "bones": { + "body_position": { + "position": { + "0.0": [0, 1.85, 0], + "0.0417": [0, 1.67, 0], + "0.125": [0, 0, 0], + "0.2083": { + "pre": [0, 1.67, 0], + "post": [0, 1.67, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 1.85, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 1.67, 0], + "lerp_mode": "catmullrom" + }, + "0.375": [0, 0, 0], + "0.4583": [0, 1.67, 0], + "0.5": [0, 1.85, 0] + } + }, + "body": { + "rotation": ["15+Math.cos((query.anim_time) * 90 * 8*2 - 90) * 2", 0, "Math.cos((query.anim_time) * 90 * 8 - 90) * 2"], + "position": [0, "Math.cos((query.anim_time) * 90 * 8*2 - 10) * 0.2", 0] + }, + "skirt_left": { + "rotation": [0, 0, "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * -20"] + }, + "skirt_right": { + "rotation": [0, 0, "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * -20"] + }, + "skirt_back": { + "rotation": ["0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * 20", 0, 0] + }, + "skirt_front": { + "rotation": ["-55+Math.cos((query.anim_time) * 90 * 8*2 - 90) * 20", 0, 0] + }, + "knot": { + "rotation": ["-5+Math.cos((query.anim_time) * 90 * 8*2 - 120) * 6", 0, 0] + }, + "arm_right": { + "rotation": [0, "10+Math.cos((query.anim_time) * 90 * 8) * 15", "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * 5"], + "position": [0, 0, 1] + }, + "bone15": { + "rotation": [0, "-0+Math.cos((query.anim_time) * 90 * 8) * -0.2", "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * -2"] + }, + "arm_left": { + "rotation": [0, "-10+Math.cos((query.anim_time) * 90 * 8) * -15", "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * -5"], + "position": [0, 0, 1] + }, + "bone13": { + "rotation": [0, "-0+Math.cos((query.anim_time) * 90 * 8) * -0.2", "0+Math.cos((query.anim_time) * 90 * 8*2 - 90) * -2"] + }, + "water_mask": { + "scale": 1 + }, + "leg_right_1": { + "rotation": { + "0.0": [55, 0, 0], + "0.0833": [36.67, 0, 0], + "0.1667": [-32.08, 0, 0], + "0.25": [-55, 0, 0], + "0.3333": [-32.08, 0, 0], + "0.4167": [36.67, 0, 0], + "0.5": [55, 0, 0] + } + }, + "leg_right_2": { + "rotation": { + "0.0": [17.5, 0, 0], + "0.125": { + "pre": [43.75, 0, 0], + "post": [43.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [17.5, 0, 0] + } + }, + "leg_left_1": { + "rotation": { + "0.0": [-55, 0, 0], + "0.0833": [-32.08, 0, 0], + "0.1667": [36.67, 0, 0], + "0.25": [55, 0, 0], + "0.3333": [36.67, 0, 0], + "0.4167": [-32.08, 0, 0], + "0.5": [-55, 0, 0] + } + }, + "leg_left_2": { + "rotation": { + "0.0": [10, 0, 0], + "0.1667": { + "pre": [-20, 0, 0], + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [43.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [10, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ogerpon_water/ogerpon_water.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ogerpon_water/ogerpon_water.geo.json new file mode 100644 index 0000000..2f01a61 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ogerpon_water/ogerpon_water.geo.json @@ -0,0 +1,394 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "ogerpon", + "pivot": [0, 0, 0] + }, + { + "name": "body_position", + "parent": "ogerpon", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "body_position", + "pivot": [0, 15, 0] + }, + { + "name": "body_bot", + "parent": "body", + "pivot": [-2.5, 0, -4.5], + "cubes": [ + {"origin": [-5.5, 13, -3.5], "size": [11, 7, 9], "uv": [37, 15]} + ] + }, + { + "name": "head", + "parent": "body_bot", + "pivot": [0, 24, 1], + "cubes": [ + {"origin": [-5, 20, -3], "size": [10, 8, 8], "uv": [0, 40]} + ] + }, + { + "name": "head2", + "parent": "head", + "pivot": [-4.5, -3, -3], + "cubes": [ + {"origin": [-3.5, 21, -3.1], "size": [7, 6, 6], "uv": [32, 63]}, + {"origin": [-1.5, 21.575, -3.175], "size": [1, 1, 0], "uv": [34, 7]}, + {"origin": [0.5, 21.575, -3.175], "size": [1, 1, 0], "uv": [34, 7], "mirror": true}, + {"origin": [-0.5, 21.25, -3.175], "size": [1, 1, 0], "uv": [34, 7]}, + {"origin": [-1.5, 21.85, -3.15], "size": [3, 1, 0], "uv": [34, 10]} + ] + }, + { + "name": "eye_right", + "parent": "head2", + "pivot": [-2.4125, 23.4625, -3.15], + "cubes": [ + {"origin": [-3.5, 22, -3.125], "size": [2, 3, 0], "uv": [40, 7], "mirror": true}, + {"origin": [-2.875, 22.45, -3.175], "size": [1, 2, 0], "uv": [32, 1], "mirror": true}, + {"origin": [-2.875, 23.225, -3.15], "size": [1, 1, 0], "pivot": [-2.375, 23.45, -3.15], "rotation": [0, 0, -90], "uv": [32, 1], "mirror": true}, + {"origin": [-2.875, 22.7, -3.15], "size": [1, 1, 0], "pivot": [-2.375, 23.45, -3.15], "rotation": [0, 0, -90], "uv": [32, 1], "mirror": true} + ] + }, + { + "name": "eye_left", + "parent": "head2", + "pivot": [2.4125, 23.4625, -3.15], + "cubes": [ + {"origin": [1.5, 22, -3.125], "size": [2, 3, 0], "uv": [40, 7]}, + {"origin": [1.875, 22.45, -3.175], "size": [1, 2, 0], "uv": [32, 1]}, + {"origin": [1.875, 23.225, -3.15], "size": [1, 1, 0], "pivot": [2.375, 23.45, -3.15], "rotation": [0, 0, 90], "uv": [32, 1]}, + {"origin": [1.875, 22.7, -3.15], "size": [1, 1, 0], "pivot": [2.375, 23.45, -3.15], "rotation": [0, 0, 90], "uv": [32, 1]} + ] + }, + { + "name": "teeth", + "parent": "head2", + "pivot": [1, 21.55, -3.1], + "cubes": [ + {"origin": [-1.025, 21.175, -3.125], "size": [1, 1, 0], "pivot": [-1, 21.55, -3.15], "rotation": [0, 0, -45], "uv": [34, 8]}, + {"origin": [0.025, 21.175, -3.125], "size": [1, 1, 0], "pivot": [1, 21.55, -3.15], "rotation": [0, 0, 45], "uv": [34, 8], "mirror": true} + ] + }, + { + "name": "skirt", + "parent": "body_bot", + "pivot": [5, 12.975, 1] + }, + { + "name": "skirt_left", + "parent": "skirt", + "pivot": [5, 12.975, 1], + "rotation": [0, 0, -20], + "cubes": [ + {"origin": [5, 10, -2.5], "size": [0, 3, 7], "uv": [52, 56]} + ] + }, + { + "name": "skirt_right", + "parent": "skirt", + "pivot": [-5, 12.975, 1], + "rotation": [0, 0, 20], + "cubes": [ + {"origin": [-5, 10, -2.5], "size": [0, 3, 7], "uv": [52, 56]} + ] + }, + { + "name": "skirt_back", + "parent": "skirt", + "pivot": [0, 12.95, 4.5], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [-5, 10, 4.5], "size": [10, 3, 0], "uv": [63, 51]} + ] + }, + { + "name": "skirt_front", + "parent": "skirt", + "pivot": [0, 12.95, -2.5], + "rotation": [-20, 0, 0], + "cubes": [ + {"origin": [-5, 10, -2.5], "size": [10, 3, 0], "uv": [63, 51]} + ] + }, + { + "name": "coat", + "parent": "body_bot", + "pivot": [-1.5, 0, -6] + }, + { + "name": "coat_body", + "parent": "coat", + "pivot": [-2.5, 0, -6], + "cubes": [ + {"origin": [-6.5, 13, -4], "size": [13, 16, 10], "uv": [82, 0]}, + {"origin": [-5.5, 29, -3], "size": [11, 2, 8], "uv": [0, 56]} + ] + }, + { + "name": "horn_right", + "parent": "coat_body", + "pivot": [-2.9, 28.95833, -2.925], + "rotation": [2.5, 0, -22.5], + "cubes": [ + {"origin": [-4.4, 28, -4.425], "size": [3, 3, 3], "uv": [70, 54], "mirror": true}, + {"origin": [-3.9, 30, -3.925], "size": [2, 3, 2], "uv": [28, 75], "mirror": true}, + {"origin": [-3.9, 32.675, -3.925], "size": [2, 3, 2], "inflate": -0.225, "uv": [20, 75], "mirror": true} + ] + }, + { + "name": "horn_left", + "parent": "coat_body", + "pivot": [2.9, 28.95833, -2.925], + "rotation": [2.5, 0, 22.5], + "cubes": [ + {"origin": [1.4, 28, -4.425], "size": [3, 3, 3], "uv": [70, 54]}, + {"origin": [1.9, 30, -3.925], "size": [2, 3, 2], "uv": [28, 75]}, + {"origin": [1.9, 32.675, -3.925], "size": [2, 3, 2], "inflate": -0.225, "uv": [20, 75]} + ] + }, + { + "name": "knot_main", + "parent": "coat_body", + "pivot": [0, 0, 0] + }, + { + "name": "knot", + "parent": "knot_main", + "pivot": [0, 30.71586, 0.38697], + "cubes": [ + {"origin": [-0.5, 29.2, -0.13919], "size": [1, 4, 1], "pivot": [-0.5, 30.7, 0.86081], "rotation": [-20, 0, 0], "uv": [36, 0]} + ] + }, + { + "name": "knot_2", + "parent": "knot", + "pivot": [0, 32.19408, 0.96702], + "rotation": [-13.75, 0, 0], + "cubes": [ + {"origin": [-1, 32.2, -0.60904], "size": [2, 4, 2], "pivot": [0, 30.7, 0.39096], "rotation": [-20, 0, 0], "uv": [0, 24]} + ] + }, + { + "name": "knot_3", + "parent": "knot_2", + "pivot": [0, 34.31462, 1.72462], + "rotation": [-11.75, 0, 0], + "cubes": [ + {"origin": [-1.5, 34.38756, 0.23863], "size": [3, 3, 3], "pivot": [0, 34.36462, 1.57462], "rotation": [-20, 0, 0], "uv": [58, 70]} + ] + }, + { + "name": "arm_right", + "parent": "coat_body", + "pivot": [-6.16667, 26.33333, 1], + "rotation": [0, 0, -35], + "cubes": [ + {"origin": [-17.5, 21, -3.15], "size": [13, 8, 8], "inflate": -0.1, "pivot": [-9, 27, 1], "rotation": [0, 0, 15], "uv": [0, 24]} + ] + }, + { + "name": "bone15", + "parent": "arm_right", + "pivot": [-9.5, 22, 0.85], + "cubes": [ + {"origin": [-16.5, 17, -2.65], "size": [10, 8, 7], "uv": [46, 0]} + ] + }, + { + "name": "arm_left", + "parent": "coat_body", + "pivot": [6.16667, 26.33333, 1], + "rotation": [0, 0, 35], + "cubes": [ + {"origin": [4.5, 21, -3.15], "size": [13, 8, 8], "inflate": -0.1, "pivot": [9, 27, 1], "rotation": [0, 0, -15], "uv": [34, 32]} + ] + }, + { + "name": "bone13", + "parent": "arm_left", + "pivot": [9.5, 22, 0.85], + "cubes": [ + {"origin": [6.5, 17, -2.65], "size": [10, 8, 7], "uv": [36, 48]} + ] + }, + { + "name": "water_mask", + "parent": "body", + "pivot": [0, 20.4635, -4.53125], + "cubes": [ + {"origin": [-6, 16.85, -4.775], "size": [12, 15, 0], "uv": [104, 31]}, + {"origin": [-4.6, 20.7, -4.6], "size": [4, 2, 0], "pivot": [-3.825, 21.6, -4.6], "rotation": [0, 0, 17.5], "uv": [100, 59], "mirror": true}, + {"origin": [0.6, 20.7, -4.6], "size": [4, 2, 0], "pivot": [3.825, 21.6, -4.6], "rotation": [0, 0, -17.5], "uv": [100, 59]} + ] + }, + { + "name": "right_side", + "parent": "water_mask", + "pivot": [-5.87988, 20.57088, -4.9], + "cubes": [ + {"origin": [-13, 21.85, -4.9], "size": [12, 16, 0], "pivot": [-6, 27.85, -4.9], "rotation": [0, 0, 15], "uv": [101, 54], "mirror": true}, + {"origin": [-7.87988, 13.57088, -4.975], "size": [4, 11, 0], "pivot": [-5.87988, 20.57088, -4.9], "rotation": [0, 0, -45], "uv": [104, 80], "mirror": true} + ] + }, + { + "name": "left_side", + "parent": "water_mask", + "pivot": [5.87988, 20.57088, -4.9], + "cubes": [ + {"origin": [1, 21.85, -4.95], "size": [12, 16, 0], "pivot": [6, 27.85, -4.9], "rotation": [0, 0, -15], "uv": [101, 54]}, + {"origin": [3.87988, 13.57088, -4.975], "size": [4, 11, 0], "pivot": [5.87988, 20.57088, -4.9], "rotation": [0, 0, 45], "uv": [104, 80]} + ] + }, + { + "name": "tear_right", + "parent": "water_mask", + "pivot": [-3, 22.35, -4.95], + "cubes": [ + {"origin": [-4, 20.85, -4.95], "size": [2, 2, 0], "uv": [119, 49], "mirror": true}, + {"origin": [-3.5, 22.85, -4.95], "size": [1, 1, 0], "uv": [119, 48], "mirror": true} + ] + }, + { + "name": "tear_left", + "parent": "water_mask", + "pivot": [3, 22.35, -4.95], + "cubes": [ + {"origin": [2, 20.85, -4.95], "size": [2, 2, 0], "uv": [119, 49]}, + {"origin": [2.5, 22.85, -4.95], "size": [1, 1, 0], "uv": [119, 48]} + ] + }, + { + "name": "leg_right", + "parent": "body_position", + "pivot": [5.00441, 0, 1] + }, + { + "name": "leg_right_1", + "parent": "leg_right", + "pivot": [-1.99559, 13.5, 1], + "cubes": [ + {"origin": [-2.99559, 6, 0], "size": [2, 7, 2], "uv": [23, 66], "mirror": true} + ] + }, + { + "name": "leg_right_2", + "parent": "leg_right_1", + "pivot": [-1.99559, 8, 1], + "cubes": [ + {"origin": [-3.49559, 2, -0.5], "size": [3, 6, 3], "uv": [68, 31], "mirror": true} + ] + }, + { + "name": "feet_right", + "parent": "leg_right_2", + "pivot": [-1.99559, 1, 1], + "cubes": [ + {"origin": [-3.49559, 0, -2.5], "size": [3, 2, 5], "uv": [61, 63], "mirror": true} + ] + }, + { + "name": "toe_right", + "parent": "feet_right", + "pivot": [-2, 0, -2] + }, + { + "name": "leaves2", + "parent": "toe_right", + "pivot": [-2.12059, 1.65, -3], + "cubes": [ + {"origin": [-3.95441, 1.65, -3.5], "size": [2, 0, 1], "pivot": [-1.87941, 1.65, -3], "rotation": [0, 0, 30], "uv": [5, 1]}, + {"origin": [-2.04559, 1.65, -3.5], "size": [2, 0, 1], "pivot": [-2.12059, 1.65, -3], "rotation": [0, 0, -30], "uv": [5, 0]} + ] + }, + { + "name": "toes2", + "parent": "toe_right", + "pivot": [-1.49559, 1, -2] + }, + { + "name": "bone3", + "parent": "toes2", + "pivot": [-2.49559, 1, -2], + "cubes": [ + {"origin": [-3.49559, -0.15, -4.5], "size": [2, 2, 3], "inflate": -0.14, "pivot": [-2.49559, 1, -2], "rotation": [0, 15, 0], "uv": [10, 75]}, + {"origin": [-2.49559, -0.15, -4.5], "size": [2, 2, 3], "inflate": -0.15, "pivot": [-1.49559, 1, -2], "rotation": [0, -15, 0], "uv": [73, 0]} + ] + }, + { + "name": "leg_left", + "parent": "body_position", + "pivot": [-5.00441, 0, 1] + }, + { + "name": "leg_left_1", + "parent": "leg_left", + "pivot": [1.99559, 13.5, 1], + "cubes": [ + {"origin": [0.99559, 6, 0], "size": [2, 7, 2], "uv": [23, 66]} + ] + }, + { + "name": "leg_left_2", + "parent": "leg_left_1", + "pivot": [1.99559, 8, 1], + "cubes": [ + {"origin": [0.49559, 2, -0.5], "size": [3, 6, 3], "uv": [68, 31]} + ] + }, + { + "name": "feet_left", + "parent": "leg_left_2", + "pivot": [1.99559, 1, 1], + "cubes": [ + {"origin": [0.49559, 0, -2.5], "size": [3, 2, 5], "uv": [61, 63]} + ] + }, + { + "name": "bone", + "parent": "feet_left", + "pivot": [2.12059, 0.65, -2] + }, + { + "name": "leaves", + "parent": "bone", + "pivot": [2.12059, 1.65, -3], + "cubes": [ + {"origin": [1.95441, 1.65, -3.5], "size": [2, 0, 1], "pivot": [1.87941, 1.65, -3], "rotation": [0, 0, -30], "uv": [0, 9]}, + {"origin": [0.04559, 1.65, -3.5], "size": [2, 0, 1], "pivot": [2.12059, 1.65, -3], "rotation": [0, 0, 30], "uv": [4, 9]} + ] + }, + { + "name": "toes", + "parent": "bone", + "pivot": [1.23677, 0.85, -1.96593], + "cubes": [ + {"origin": [0.49559, -0.15, -4.5], "size": [2, 2, 3], "inflate": -0.15, "pivot": [1.49559, 1, -2], "rotation": [0, 15, 0], "uv": [10, 75]} + ] + }, + { + "name": "bone2", + "parent": "toes", + "pivot": [2.49559, 1, -2], + "cubes": [ + {"origin": [1.49559, -0.15, -4.5], "size": [2, 2, 3], "inflate": -0.14, "pivot": [2.49559, 1, -2], "rotation": [0, -15, 0], "uv": [73, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/orbeetle/orbeetle.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/orbeetle/orbeetle.geo.json new file mode 100644 index 0000000..377b193 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/orbeetle/orbeetle.geo.json @@ -0,0 +1,254 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.orbeetle", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "orbeetle", + "pivot": [0, 0, 0] + }, + { + "name": "root", + "parent": "orbeetle", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "root", + "pivot": [0, 26.5, 5], + "cubes": [ + {"origin": [-3.5, 22, -3], "size": [7, 6, 4], "inflate": 0.101, "uv": [0, 27]}, + {"origin": [-1.5, 22, 6], "size": [3, 2, 7], "inflate": 0.09, "uv": [48, 27]}, + {"origin": [-2.5, 22, 1], "size": [5, 2, 5], "inflate": 0.1, "uv": [28, 28]}, + {"origin": [-8.5, 23, -2], "size": [17, 10, 17], "inflate": -0.3, "uv": [0, 0]}, + {"origin": [-0.5, 32.7, -2], "size": [1, 1, 17], "inflate": -0.01, "uv": [9, 27]} + ] + }, + { + "name": "leftarm", + "parent": "body", + "pivot": [2.83333, 22.41667, 0.5], + "cubes": [ + {"origin": [1.5, 22, 0], "size": [6, 1, 1], "inflate": -0.01, "uv": [52, 37]} + ] + }, + { + "name": "lefthand", + "parent": "leftarm", + "pivot": [6.5, 22.5, 0.5], + "cubes": [ + {"origin": [6.5, 22, -1], "size": [5, 1, 3], "uv": [52, 40]}, + {"origin": [6.5, 23, -1], "size": [0, 2, 3], "pivot": [6.5, 23, 0.5], "rotation": [0, 0, -35], "uv": [49, 37]} + ] + }, + { + "name": "leftpalm", + "parent": "lefthand", + "pivot": [11.51667, 22.5, 0.5], + "cubes": [ + {"origin": [11.5, 22.5, -1], "size": [3, 0, 3], "uv": [59, 45]} + ] + }, + { + "name": "leftclawf", + "parent": "leftpalm", + "pivot": [14.5, 22.5, -0.5], + "cubes": [ + {"origin": [14.5, 22.5, -1], "size": [2, 0, 1], "uv": [63, 49]} + ] + }, + { + "name": "leftclawb", + "parent": "leftpalm", + "pivot": [14.5, 22.5, 1.5], + "cubes": [ + {"origin": [14.5, 22.5, 1], "size": [2, 0, 1], "uv": [63, 51]} + ] + }, + { + "name": "rightarm", + "parent": "body", + "pivot": [-3.08333, 22.41667, 0.5], + "cubes": [ + {"origin": [-7.5, 22, 0], "size": [6, 1, 1], "inflate": -0.01, "uv": [37, 37]} + ] + }, + { + "name": "righthand", + "parent": "rightarm", + "pivot": [-6.5, 22.5, 0.5], + "cubes": [ + {"origin": [-11.5, 22, -1], "size": [5, 1, 3], "uv": [35, 40]}, + {"origin": [-6.5, 23, -1], "size": [0, 2, 3], "pivot": [-6.5, 23, 0.5], "rotation": [0, 0, 35], "uv": [32, 37]} + ] + }, + { + "name": "rightpalm", + "parent": "righthand", + "pivot": [-11.5, 22.5, 0.5], + "cubes": [ + {"origin": [-14.5, 22.5, -1], "size": [3, 0, 3], "uv": [49, 45]} + ] + }, + { + "name": "rightclawf", + "parent": "rightpalm", + "pivot": [-14.5, 22.5, -0.5], + "cubes": [ + {"origin": [-16.5, 22.5, -1], "size": [2, 0, 1], "uv": [53, 49]} + ] + }, + { + "name": "rightclawb", + "parent": "rightpalm", + "pivot": [-14.5, 22.5, 1.5], + "cubes": [ + {"origin": [-16.5, 22.5, 1], "size": [2, 0, 1], "uv": [53, 51]} + ] + }, + { + "name": "head", + "parent": "body", + "pivot": [-2.5, 26.25, -5], + "cubes": [ + {"origin": [-2.5, 22, -5], "size": [5, 5, 2], "uv": [0, 0]}, + {"origin": [-0.5, 23.5, -5.25], "size": [1, 4, 3], "uv": [12, 37]}, + {"origin": [-0.75, 23, -5], "size": [1, 1, 0], "inflate": 0.009, "pivot": [-0.5, 23.5, -5], "rotation": [0, 0, 45], "uv": [15, 0]}, + {"origin": [-0.25, 23, -5], "size": [1, 1, 0], "inflate": 0.009, "pivot": [0.5, 23.5, -5], "rotation": [0, 0, -45], "uv": [12, 0]} + ] + }, + { + "name": "lefteye", + "parent": "head", + "pivot": [0.10423, 24.87764, -5], + "rotation": [0, 0, -7.5], + "cubes": [ + {"origin": [0.25, 25.25, -5], "size": [6, 4, 0], "inflate": 0.02, "pivot": [2.5, 26, -5], "rotation": [0, 0, -10], "uv": [0, 13]} + ] + }, + { + "name": "lefteye1", + "parent": "lefteye", + "pivot": [2.5, 26, -5], + "cubes": [ + {"origin": [0.86141, 24.49353, -5], "size": [1, 1, 0], "inflate": 0.014, "pivot": [1.31141, 25.24353, -5], "rotation": [0, 0, -5], "uv": [13, 9]}, + {"origin": [0.25, 24.35, -5], "size": [2, 1, 0], "inflate": 0.013, "pivot": [2.5, 26, -5], "rotation": [0, 0, -5], "uv": [13, 10]}, + {"origin": [-0.25, 23.85, -5], "size": [3, 2, 0], "inflate": 0.012, "pivot": [2.5, 26, -5], "rotation": [0, 0, -5], "uv": [11, 7]} + ] + }, + { + "name": "righteye", + "parent": "head", + "pivot": [-0.02097, 24.87401, -5], + "rotation": [0, 0, 7.5], + "cubes": [ + {"origin": [-6.25, 25.25, -5], "size": [6, 4, 0], "inflate": 0.02, "pivot": [-2.5, 26, -5], "rotation": [0, 0, 10], "uv": [0, 9]} + ] + }, + { + "name": "mixelrighteye", + "parent": "righteye", + "pivot": [-2.5, 26, -5], + "cubes": [ + {"origin": [-1.85, 24.6, -5], "size": [1, 1, 0], "inflate": 0.014, "pivot": [-2.5, 26, -5], "rotation": [0, 0, 5], "uv": [0, 7]}, + {"origin": [-2.25, 24.35, -5], "size": [2, 1, 0], "inflate": 0.013, "pivot": [-2.5, 26, -5], "rotation": [0, 0, 5], "uv": [0, 8], "mirror": true}, + {"origin": [-3, 23.85, -5], "size": [3, 2, 0], "inflate": 0.01, "pivot": [-2.5, 26, -5], "rotation": [0, 0, 5], "uv": [4, 7], "mirror": true} + ] + }, + { + "name": "rightshell", + "parent": "body", + "pivot": [-0.25, 23.125, -2], + "cubes": [ + {"origin": [-8.25, 23, -2], "size": [8, 11, 0], "uv": [68, 39]}, + {"origin": [-8.25, 23, -2], "size": [0, 11, 17], "uv": [51, -17]}, + {"origin": [-8.25, 34, -2], "size": [8, 0, 17], "uv": [51, 22]}, + {"origin": [-8.25, 23, 15], "size": [8, 11, 0], "uv": [68, 11]} + ] + }, + { + "name": "leftshell", + "parent": "body", + "pivot": [0.25, 23.125, -2], + "cubes": [ + {"origin": [0.25, 23, -2], "size": [8, 11, 0], "uv": [84, 39]}, + {"origin": [8.25, 23, -2], "size": [0, 11, 17], "uv": [85, -17]}, + {"origin": [0.25, 34, -2], "size": [8, 0, 17], "uv": [67, 22]}, + {"origin": [0.25, 23, 15], "size": [8, 11, 0], "uv": [84, 11]} + ] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 23.5, 0.5], + "cubes": [ + {"origin": [-1.5, 20, -1], "size": [3, 3, 3], "inflate": 0.001, "uv": [0, 37]} + ] + }, + { + "name": "abdomen", + "parent": "torso", + "pivot": [0, 20.5, 0.5], + "cubes": [ + {"origin": [-1.5, 17, -1], "size": [3, 4, 3], "uv": [0, 43]} + ] + }, + { + "name": "waist", + "parent": "abdomen", + "pivot": [0, 16.5, 0.5], + "rotation": [17.5, 0, 0], + "cubes": [ + {"origin": [-2.5, 15, -2], "size": [5, 3, 5], "pivot": [0, 16.5, 0.5], "rotation": [0, -45, 0], "uv": [0, 50]} + ] + }, + { + "name": "legleft", + "parent": "waist", + "pivot": [2, 16.5, -0.5], + "cubes": [ + {"origin": [1.39429, 16, -5.73008], "size": [1, 1, 6], "uv": [34, 45]} + ] + }, + { + "name": "leftknee", + "parent": "legleft", + "pivot": [1.89429, 16.49679, -4.80613], + "cubes": [ + {"origin": [0.39429, 15, -7.73008], "size": [3, 3, 3], "uv": [35, 52]}, + {"origin": [0.39429, 18, -4.73008], "size": [3, 0, 3], "pivot": [1.89429, 18, -4.73008], "rotation": [82.5, 0, 0], "uv": [28, 52]}, + {"origin": [1.39429, 15, -10.73008], "size": [1, 2, 3], "uv": [60, 53]}, + {"origin": [1.89429, 15, -13.73008], "size": [0, 2, 3], "uv": [76, 53]} + ] + }, + { + "name": "legright", + "parent": "waist", + "pivot": [-2, 16.5, -0.5], + "cubes": [ + {"origin": [-2.60571, 16, -5.73008], "size": [1, 1, 6], "uv": [20, 45]} + ] + }, + { + "name": "rightknee", + "parent": "legright", + "pivot": [-2.10571, 16.49679, -4.80613], + "cubes": [ + {"origin": [-3.60571, 15, -7.73008], "size": [3, 3, 3], "uv": [21, 52]}, + {"origin": [-3.60571, 18, -4.73008], "size": [3, 0, 3], "pivot": [-2.10571, 18, -4.73008], "rotation": [82.5, 0, 0], "uv": [14, 52]}, + {"origin": [-2.60571, 15, -10.73008], "size": [1, 2, 3], "uv": [51, 53]}, + {"origin": [-2.10571, 15, -13.73008], "size": [0, 2, 3], "uv": [69, 53]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/orthworm.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/orthworm.geo.json new file mode 100644 index 0000000..c57d698 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/orthworm.geo.json @@ -0,0 +1,234 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.Orthworm", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "bone5", + "pivot": [0, 4, 1], + "cubes": [ + {"origin": [4.5, 1.5, 0], "size": [0, 5, 3], "inflate": 0.01, "uv": [0, 111]}, + {"origin": [4.5, 1.5, 4], "size": [0, 5, 3], "inflate": 0.01, "uv": [0, 111]}, + {"origin": [4.51, 2.5, -4.5], "size": [0, 3, 4], "uv": [4, 66]}, + {"origin": [-4.51, 2.5, -4.5], "size": [0, 3, 4], "uv": [4, 66], "mirror": true}, + {"origin": [-4.5, 1.5, 4], "size": [0, 5, 3], "inflate": 0.01, "uv": [0, 111], "mirror": true}, + {"origin": [-4.5, 1.5, 0], "size": [0, 5, 3], "inflate": 0.01, "uv": [0, 111], "mirror": true}, + {"origin": [-4.5, 0.5, -5], "size": [9, 8, 13], "uv": [0, 92]} + ] + }, + { + "name": "bone16", + "parent": "bone5", + "pivot": [3, 0, -8] + }, + { + "name": "bone12", + "parent": "bone16", + "pivot": [4, 4, -2.5], + "cubes": [ + {"origin": [4.5, 3, -3.5], "size": [6, 2, 2], "uv": [1, 87]} + ] + }, + { + "name": "bone13", + "parent": "bone12", + "pivot": [10, 4, -2], + "cubes": [ + {"origin": [10.5, 2.5, -4], "size": [3, 3, 3], "uv": [0, 92]} + ] + }, + { + "name": "bone10", + "parent": "bone16", + "pivot": [4, 4, 1.5], + "cubes": [ + {"origin": [4.5, 3, 0.5], "size": [6, 2, 2], "uv": [1, 87]} + ] + }, + { + "name": "bone14", + "parent": "bone10", + "pivot": [11, 4, 2], + "cubes": [ + {"origin": [10.5, 2.5, 0], "size": [3, 3, 3], "uv": [0, 92]} + ] + }, + { + "name": "bone11", + "parent": "bone16", + "pivot": [3, 4, 5.5], + "cubes": [ + {"origin": [4.5, 3, 4.5], "size": [6, 2, 2], "uv": [1, 87]} + ] + }, + { + "name": "bone15", + "parent": "bone11", + "pivot": [10, 4, 5], + "cubes": [ + {"origin": [10.5, 2.5, 4], "size": [3, 3, 3], "uv": [0, 92]} + ] + }, + { + "name": "bone17", + "parent": "bone5", + "pivot": [-3, 0, -8] + }, + { + "name": "bone18", + "parent": "bone17", + "pivot": [-4, 4, -2], + "cubes": [ + {"origin": [-10.5, 3, -3.5], "size": [6, 2, 2], "uv": [1, 87], "mirror": true} + ] + }, + { + "name": "bone19", + "parent": "bone18", + "pivot": [-11, 4, -2], + "cubes": [ + {"origin": [-13.5, 2.5, -4], "size": [3, 3, 3], "uv": [0, 92], "mirror": true} + ] + }, + { + "name": "bone20", + "parent": "bone17", + "pivot": [-3, 4, 1], + "cubes": [ + {"origin": [-10.5, 3, 0.5], "size": [6, 2, 2], "uv": [1, 87], "mirror": true} + ] + }, + { + "name": "bone21", + "parent": "bone20", + "pivot": [-11, 4, 1], + "cubes": [ + {"origin": [-13.5, 2.5, 0], "size": [3, 3, 3], "uv": [0, 92], "mirror": true} + ] + }, + { + "name": "bone22", + "parent": "bone17", + "pivot": [-4, 4, 5], + "cubes": [ + {"origin": [-10.5, 3, 4.5], "size": [6, 2, 2], "uv": [1, 87], "mirror": true} + ] + }, + { + "name": "bone23", + "parent": "bone22", + "pivot": [-3, 0, 0], + "cubes": [ + {"origin": [-13.5, 2.5, 4], "size": [3, 3, 3], "uv": [0, 92], "mirror": true} + ] + }, + { + "name": "bone6", + "parent": "bone5", + "pivot": [0, 4, 8], + "cubes": [ + {"origin": [4.01, 1.5, 9], "size": [0, 5, 7], "uv": [0, 56]}, + {"origin": [-4.01, 1.5, 9], "size": [0, 5, 7], "uv": [0, 56], "mirror": true}, + {"origin": [-4, 1, 8.5], "size": [8, 7, 8], "uv": [0, 35]}, + {"origin": [-3.5, 1.5, 7.5], "size": [7, 6, 1], "uv": [52, 25]} + ] + }, + { + "name": "bone7", + "parent": "bone6", + "pivot": [0, 4, 17], + "cubes": [ + {"origin": [-3.5, 1.5, 16], "size": [7, 6, 1], "uv": [13, 52]}, + {"origin": [4.01, 1.5, 17.5], "size": [0, 5, 7], "uv": [0, 56]}, + {"origin": [-4.01, 1.5, 17.5], "size": [0, 5, 7], "uv": [0, 56], "mirror": true}, + {"origin": [-4, 1, 17], "size": [8, 7, 8], "uv": [30, 10]} + ] + }, + { + "name": "bone8", + "parent": "bone7", + "pivot": [0, 4, 25], + "cubes": [ + {"origin": [-3.5, 1.5, 24.5], "size": [7, 6, 1], "uv": [52, 0]}, + {"origin": [4.01, 1.5, 26], "size": [0, 5, 7], "uv": [0, 56]}, + {"origin": [-4.01, 1.5, 26], "size": [0, 5, 7], "uv": [0, 56], "mirror": true}, + {"origin": [-4, 1, 25.5], "size": [8, 7, 8], "uv": [2, 20]} + ] + }, + { + "name": "bone9", + "parent": "bone8", + "pivot": [0, 4, 33], + "cubes": [ + {"origin": [-3.5, 1.5, 33], "size": [7, 6, 1], "uv": [52, 0]}, + {"origin": [-4, 1, 34], "size": [8, 7, 10], "uv": [4, 68]} + ] + }, + { + "name": "bone", + "parent": "bone5", + "pivot": [0, 5, -5], + "cubes": [ + {"origin": [-4, 2, -13.25], "size": [8, 6, 9], "inflate": -0.01, "uv": [27, 26]} + ] + }, + { + "name": "bone26", + "parent": "bone", + "pivot": [0, 1, -6], + "cubes": [ + {"origin": [-3, 3, -13.25], "size": [2, 3, 0], "uv": [57, 52]} + ] + }, + { + "name": "bone4", + "parent": "bone26", + "pivot": [0, 1, -6], + "cubes": [ + {"origin": [-2.5, 4, -13.25], "size": [1, 1, 0], "inflate": 0.01, "uv": [0, 1]} + ] + }, + { + "name": "bone25", + "parent": "bone", + "pivot": [0, 1, -6], + "cubes": [ + {"origin": [1, 3, -13.25], "size": [2, 3, 9], "uv": [0, 50]} + ] + }, + { + "name": "bone3", + "parent": "bone25", + "pivot": [0, 1, -6], + "cubes": [ + {"origin": [1.5, 4, -13.25], "size": [1, 1, 0], "inflate": 0.01, "uv": [0, 0]} + ] + }, + { + "name": "bone2", + "parent": "bone", + "pivot": [0, 4, -5], + "cubes": [ + {"origin": [-4, 1, -9], "size": [8, 4, 4], "uv": [28, 0]} + ] + }, + { + "name": "bone24", + "parent": "bone2", + "pivot": [0, 1, -6], + "cubes": [ + {"origin": [-4, 1, -13.2], "size": [8, 2, 8], "inflate": -0.02, "uv": [24, 42]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/palafin/palafin.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/palafin/palafin.geo.json new file mode 100644 index 0000000..e3edf3b --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/palafin/palafin.geo.json @@ -0,0 +1,126 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.palafin", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 4, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "bone2", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "bone2", + "pivot": [-0.5, 9, -4.47189], + "cubes": [ + {"origin": [-4.5, 5, -12.47189], "size": [8, 8, 16], "uv": [0, 0]} + ] + }, + { + "name": "fin_left", + "parent": "body", + "pivot": [3.5, 7, -4.875], + "cubes": [ + {"origin": [3.5, 7, -7.375], "size": [6, 0, 5], "uv": [-5, 51]} + ] + }, + { + "name": "bone4", + "parent": "fin_left", + "pivot": [9.5, 7, -4.375], + "cubes": [ + {"origin": [9.5, 7, -6.375], "size": [4, 0, 4], "uv": [-4, 56]} + ] + }, + { + "name": "fin_right", + "parent": "body", + "pivot": [-4.6, 7, -4.875], + "cubes": [ + {"origin": [-10.6, 7, -7.375], "size": [6, 0, 5], "uv": [-5, 51], "mirror": true} + ] + }, + { + "name": "bone3", + "parent": "fin_right", + "pivot": [-10.6, 7, -4.375], + "cubes": [ + {"origin": [-14.6, 7, -6.375], "size": [4, 0, 4], "uv": [-4, 56], "mirror": true} + ] + }, + { + "name": "back_tail", + "parent": "body", + "pivot": [-0.5, 7.45, 2.52811], + "rotation": [-12.5, 0, 0] + }, + { + "name": "bone5", + "parent": "back_tail", + "pivot": [-0.5, 7.46173, 3.52804], + "cubes": [ + {"origin": [-2.525, 4.96173, 1.52804], "size": [4, 6, 7], "uv": [0, 24]} + ] + }, + { + "name": "bone6", + "parent": "bone5", + "pivot": [-0.5, 6.48205, 8.19014], + "cubes": [ + {"origin": [-2, 5.11228, 5.42875], "size": [3, 3, 7], "uv": [15, 30]} + ] + }, + { + "name": "bone", + "parent": "bone6", + "pivot": [-0.55, 6.78066, 11.93935], + "cubes": [ + {"origin": [-6.05, 5.86228, 11.35375], "size": [11, 0, 7], "pivot": [-0.575, 6.71228, 10.70375], "rotation": [12.5, 0, 0], "uv": [-7, 44]} + ] + }, + { + "name": "eye_right", + "parent": "body", + "pivot": [-1, 0, -3.47189], + "cubes": [ + {"origin": [-4.51, 7.5, -10.99689], "size": [1, 2, 1], "uv": [0, 37], "mirror": true}, + {"origin": [-4.69, 8.85, -11.32189], "size": [1, 1, 1], "inflate": -0.175, "uv": [0, 41], "mirror": true} + ] + }, + { + "name": "eye_left", + "parent": "body", + "pivot": [0, 0, -3.47189], + "cubes": [ + {"origin": [2.51, 7.5, -10.99689], "size": [1, 2, 1], "uv": [0, 37]}, + {"origin": [2.69, 8.85, -11.32189], "size": [1, 1, 1], "inflate": -0.175, "uv": [0, 41]} + ] + }, + { + "name": "mouth", + "parent": "body", + "pivot": [-0.525, 6.01288, -13.69827], + "cubes": [ + {"origin": [-2.025, 5.125, -15.09689], "size": [3, 1, 3], "pivot": [-0.025, 5.525, -11.89689], "rotation": [2.5, 0, 0], "uv": [1, 1]}, + {"origin": [-2.025, 5.975, -15.29689], "size": [3, 1, 3], "uv": [1, 6]} + ] + }, + { + "name": "fi_top", + "parent": "mouth", + "pivot": [0.04525, 13.05, -4.12338], + "cubes": [ + {"origin": [-5.25475, 12.075, -3.17338], "size": [8, 1, 4], "pivot": [0.04525, 13.05, -4.12338], "rotation": [0, 35, 90], "uv": [28, 30]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/palossand/palossand.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/palossand/palossand.geo.json new file mode 100644 index 0000000..7c5afdb --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/palossand/palossand.geo.json @@ -0,0 +1,179 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "ground", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-18.5, 0.025, -12], "size": [37, 0, 24], "uv": [0, 0]}, + {"origin": [-10, 0, -7], "size": [20, 2, 15], "uv": [0, 24]} + ] + }, + { + "name": "bot_arm_left", + "parent": "ground", + "pivot": [0, 0, -4], + "cubes": [ + {"origin": [16, 0.05, -5], "size": [6, 0, 10], "uv": [0, 0]}, + {"origin": [9, 0, -5], "size": [7, 1, 10], "uv": [0, 63]} + ] + }, + { + "name": "arm_left2", + "parent": "bot_arm_left", + "pivot": [10.525, -1.325, 0], + "rotation": [0, 0, 10] + }, + { + "name": "bone3", + "parent": "arm_left2", + "pivot": [10.49728, -1.64162, 0], + "cubes": [ + {"origin": [7.81801, -0.15019, -3], "size": [6, 9, 6], "uv": [64, 66], "mirror": true} + ] + }, + { + "name": "bone4", + "parent": "bone3", + "pivot": [10.81801, 8.94981, 0], + "cubes": [ + {"origin": [7.81801, 8.84981, -3], "size": [6, 5, 6], "uv": [78, 38]}, + {"origin": [7.81801, 13.84981, -3], "size": [0, 4, 6], "uv": [0, 22], "mirror": true}, + {"origin": [13.81801, 13.84981, -3], "size": [0, 4, 6], "uv": [0, 18], "mirror": true}, + {"origin": [7.81801, 13.84981, 3], "size": [6, 4, 0], "uv": [57, 45], "mirror": true}, + {"origin": [7.81801, 13.84981, -3], "size": [6, 4, 0], "uv": [57, 41]} + ] + }, + { + "name": "bot_arm_right", + "parent": "ground", + "pivot": [0, 0, -4], + "cubes": [ + {"origin": [-22, 0.05, -5], "size": [6, 0, 10], "uv": [0, 10]}, + {"origin": [-16, 0, -5], "size": [7, 1, 10], "uv": [32, 63]} + ] + }, + { + "name": "arm_right", + "parent": "bot_arm_right", + "pivot": [-10.725, 0.2, 0], + "rotation": [0, 0, -10] + }, + { + "name": "bone", + "parent": "arm_right", + "pivot": [-10.725, 0.55, 0], + "cubes": [ + {"origin": [-13.725, 0, -3], "size": [6, 9, 6], "uv": [0, 74]} + ] + }, + { + "name": "bone2", + "parent": "bone", + "pivot": [15.275, 0, -2], + "cubes": [ + {"origin": [-13.725, 9, -3], "size": [6, 5, 6], "uv": [46, 78], "mirror": true}, + {"origin": [-7.725, 14, -3], "size": [0, 4, 6], "uv": [23, 39]}, + {"origin": [-13.725, 14, -3], "size": [0, 4, 6], "uv": [0, 26]}, + {"origin": [-13.725, 14, 3], "size": [6, 4, 0], "uv": [54, 66]}, + {"origin": [-13.725, 14, -3], "size": [6, 4, 0], "uv": [22, 63], "mirror": true} + ] + }, + { + "name": "body", + "parent": "ground", + "pivot": [-1, 0, -4], + "cubes": [ + {"origin": [-8, 0, -5], "size": [6, 11, 11], "uv": [34, 41]}, + {"origin": [-2, 8, -5], "size": [4, 3, 11], "uv": [57, 52]}, + {"origin": [2, 0, -5], "size": [6, 11, 11], "uv": [0, 41], "mirror": true} + ] + }, + { + "name": "pattern", + "parent": "body", + "pivot": [1, 0, -4], + "cubes": [ + {"origin": [-8, 11, 6], "size": [16, 4, 0], "uv": [76, 56]}, + {"origin": [-8, 11, -5], "size": [16, 4, 0], "uv": [76, 52]}, + {"origin": [8, 11, -5], "size": [0, 4, 11], "uv": [23, 30]}, + {"origin": [-8, 11, -5], "size": [0, 4, 11], "uv": [0, 9]} + ] + }, + { + "name": "mouth", + "parent": "body", + "pivot": [-1, 0, -4], + "cubes": [ + {"origin": [-2, 0, -5], "size": [4, 3, 11], "uv": [59, 38]} + ] + }, + { + "name": "shell", + "parent": "body", + "pivot": [-1, 0, -4], + "cubes": [ + {"origin": [-0.525, 9, -5.2], "size": [1, 1, 1], "uv": [4, 18]}, + {"origin": [1.475, 8.525, -5.2], "size": [1, 1, 1], "pivot": [1.975, 9.025, -4.7], "rotation": [0, 0, 45], "uv": [0, 18]}, + {"origin": [2.975, 7.025, -5.2], "size": [1, 1, 1], "uv": [4, 18]}, + {"origin": [-3.975, 7.025, -5.2], "size": [1, 1, 1], "uv": [4, 18]}, + {"origin": [-2.475, 8.525, -5.2], "size": [1, 1, 1], "pivot": [-1.975, 9.025, -4.7], "rotation": [0, 0, -45], "uv": [0, 18]} + ] + }, + { + "name": "top_section", + "parent": "body", + "pivot": [-0.005, 10.1517, -0.99379], + "cubes": [ + {"origin": [1.5, 12.52633, -4.07302], "size": [1, 1, 1], "inflate": -0.15, "uv": [24, 84]}, + {"origin": [-2.5, 12.52633, -4.07302], "size": [1, 1, 1], "inflate": -0.15, "uv": [24, 84]}, + {"origin": [-3.025, 17.92633, -2.32302], "size": [6, 2, 6], "uv": [70, 81]}, + {"origin": [-4.5, 10.85133, -3.89802], "size": [9, 5, 9], "uv": [55, 24]}, + {"origin": [-3.5, 14.92633, -2.89802], "size": [7, 3, 7], "uv": [24, 74]} + ] + }, + { + "name": "shell_top", + "parent": "top_section", + "pivot": [-1, -0.14867, -3.87302], + "cubes": [ + {"origin": [-3.575, 16.42633, -2.42302], "size": [1, 1, 1], "uv": [0, 18]}, + {"origin": [-3.575, 16.42633, 0.10198], "size": [1, 1, 1], "uv": [4, 18]}, + {"origin": [-3.575, 16.42633, 2.60198], "size": [1, 1, 1], "uv": [0, 18]}, + {"origin": [2.55, 16.42633, 0.10198], "size": [1, 1, 1], "uv": [4, 18]}, + {"origin": [2.55, 16.42633, -2.42302], "size": [1, 1, 1], "uv": [0, 18]}, + {"origin": [2.55, 16.42633, 2.60198], "size": [1, 1, 1], "uv": [0, 18]}, + {"origin": [-0.525, 16.42633, -2.99802], "size": [1, 1, 1], "uv": [4, 18]}, + {"origin": [2, 16.42633, -2.99802], "size": [1, 1, 1], "uv": [0, 18]}, + {"origin": [-3, 16.42633, -2.99802], "size": [1, 1, 1], "uv": [0, 18]}, + {"origin": [-0.525, 16.42633, 3.17698], "size": [1, 1, 1], "uv": [4, 18]}, + {"origin": [2, 16.42633, 3.17698], "size": [1, 1, 1], "uv": [0, 18]}, + {"origin": [-3, 16.42633, 3.17698], "size": [1, 1, 1], "uv": [0, 18]} + ] + }, + { + "name": "shovel", + "parent": "top_section", + "pivot": [-0.04472, 22.05101, 0.60206], + "rotation": [-90, 0, 0], + "cubes": [ + {"origin": [-0.54472, 21.55101, -2.60419], "size": [1, 1, 1], "uv": [11, 35]}, + {"origin": [-1.54472, 21.55101, -1.60419], "size": [3, 1, 3], "uv": [32, 46]}, + {"origin": [-0.54472, 21.55101, 0.79581], "size": [1, 1, 1], "inflate": 0.15, "uv": [0, 36]}, + {"origin": [-0.54472, 21.55101, 1.82081], "size": [1, 1, 3], "inflate": -0.125, "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/pawmi.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/pawmi.geo.json new file mode 100644 index 0000000..bbb676a --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/pawmi.geo.json @@ -0,0 +1,195 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "pawmi", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "pawmi", + "pivot": [0, 7, 0] + }, + { + "name": "rightleg", + "parent": "body", + "pivot": [1.9, 3.37676, 1.0394], + "cubes": [ + {"origin": [0.4, 1.7, -0.5], "size": [3, 3, 3], "uv": [29, 14]} + ] + }, + { + "name": "righfoot", + "parent": "rightleg", + "pivot": [1.9, 1.96514, 1.2591], + "cubes": [ + {"origin": [0.9, 0.4, -0.6], "size": [2, 1, 3], "uv": [35, 12]}, + {"origin": [1.2, 1.1, 0.8], "size": [1.4, 2, 1.4], "pivot": [1.9, 1.4, 1.9], "rotation": [28, 0, 0], "uv": [35, 11]} + ] + }, + { + "name": "leftleg", + "parent": "body", + "pivot": [-1.9, 3.37676, 1.0394], + "cubes": [ + {"origin": [-3.4, 1.7, -0.5], "size": [3, 3, 3], "uv": [29, 14], "mirror": true} + ] + }, + { + "name": "righfoot2", + "parent": "leftleg", + "pivot": [-1.9, 1.96514, 1.2591], + "cubes": [ + {"origin": [-2.9, 0.4, -0.6], "size": [2, 1, 3], "uv": [35, 12], "mirror": true}, + {"origin": [-2.6, 1.1, 0.8], "size": [1.4, 2, 1.4], "pivot": [-1.9, 1.4, 1.9], "rotation": [28, 0, 0], "uv": [35, 11], "mirror": true} + ] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 1, 2], + "cubes": [ + {"origin": [-3, 2, -2], "size": [6, 6, 6], "uv": [17, 12]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [-0.1, 3.09676, 3.75408], + "cubes": [ + {"origin": [-0.6, 2.8, 3.3], "size": [1, 1, 3], "pivot": [-0.1, 2.8, 4.9], "rotation": [12, 0, 0], "uv": [11, 40]}, + {"origin": [-1.1, 4.33945, 4.22362], "size": [2, 2, 4], "pivot": [-0.1, 5.38945, 6.02362], "rotation": [13, 0, 0], "uv": [7, 37]}, + {"origin": [-0.8, 3.2, 5.1], "size": [1.4, 1, 1], "pivot": [-0.1, 2.8, 4.8], "rotation": [19, 0, 0], "uv": [10, 39]} + ] + }, + { + "name": "rightarm2", + "parent": "torso", + "pivot": [2.8, 7, 1], + "cubes": [ + {"origin": [2.1, 6, 0], "size": [3, 2, 2], "uv": [25, 12]} + ] + }, + { + "name": "righthand", + "parent": "rightarm2", + "pivot": [4.1, 7.03, 1.08], + "cubes": [ + {"origin": [4.1, 5.5, -0.5], "size": [4, 3, 3], "uv": [24, 11]}, + {"origin": [7, 6.1, 0], "size": [2, 2, 2], "uv": [5, 37]}, + {"origin": [7.3, 6.5, 1], "size": [2, 0.3, 0.2], "uv": [42, 56]}, + {"origin": [7.3, 7.3, 1], "size": [2, 0.3, 0.2], "uv": [42, 56]}, + {"origin": [7.3, 6.9, 0.6], "size": [2, 0.3, 0.2], "uv": [42, 56]}, + {"origin": [7, 6.1, 0], "size": [2, 2, 2], "uv": [5, 37]}, + {"origin": [4.1, 5.5, -0.5], "size": [4, 3, 3], "uv": [24, 11]} + ] + }, + { + "name": "leftarm2", + "parent": "torso", + "pivot": [-2.9, 7, 1], + "cubes": [ + {"origin": [-5.1, 6, 0], "size": [3, 2, 2], "uv": [25, 12], "mirror": true} + ] + }, + { + "name": "lefthand", + "parent": "leftarm2", + "pivot": [-4.1, 7.03, 1.08], + "cubes": [ + {"origin": [-8.1, 5.5, -0.5], "size": [4, 3, 3], "uv": [24, 11], "mirror": true}, + {"origin": [-9, 6.1, 0], "size": [2, 2, 2], "uv": [5, 37], "mirror": true}, + {"origin": [-9.3, 6.5, 1], "size": [2, 0.3, 0.2], "uv": [42, 56], "mirror": true}, + {"origin": [-9.3, 7.3, 1], "size": [2, 0.3, 0.2], "uv": [42, 56], "mirror": true}, + {"origin": [-9.3, 6.9, 0.6], "size": [2, 0.3, 0.2], "uv": [42, 56], "mirror": true}, + {"origin": [-9, 6.1, 0], "size": [2, 2, 2], "uv": [5, 37], "mirror": true}, + {"origin": [-8.1, 5.5, -0.5], "size": [4, 3, 3], "uv": [24, 11], "mirror": true} + ] + }, + { + "name": "neck", + "parent": "torso", + "pivot": [0, 8.2, 1], + "cubes": [ + {"origin": [-2.5, 6, -1.5], "size": [5, 3, 5], "uv": [23, 8]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 8.4, 1], + "cubes": [ + {"origin": [-3, 8.4, -2], "size": [6, 5, 6], "uv": [18, 10]} + ] + }, + { + "name": "hair", + "parent": "head", + "pivot": [0.02472, 13.47604, -1.5], + "cubes": [ + {"origin": [-0.8, 11.9, -2.5], "size": [2, 2, 2], "pivot": [0.25, 13.25, -1.5], "rotation": [0, 0, 19], "uv": [39, 11]}, + {"origin": [-0.6, 13.9, -2.5], "size": [1, 1, 2], "pivot": [0.25, 13.25, -1.5], "rotation": [0, 0, 3], "uv": [18, 13]} + ] + }, + { + "name": "rightear", + "parent": "head", + "pivot": [1.81192, 13.18462, 0.432], + "cubes": [ + {"origin": [2.2, 13.2, -0.3], "size": [1, 1.5, 1], "pivot": [2.1, 16.05, 0.4], "rotation": [0, 0, 19], "uv": [35, 17]}, + {"origin": [2.1, 13.3, -0.02], "size": [1.2, 2, 1], "pivot": [2.1, 16.05, 0.4], "rotation": [0, 0, 19], "uv": [4, 55]}, + {"origin": [1.84, 15, -0.02], "size": [1.2, 1.2, 1], "pivot": [2.1, 16.05, 0.4], "rotation": [0, 0, 3], "uv": [12, 55]}, + {"origin": [1.44, 14.7, 0], "size": [2, 2, 1], "pivot": [2.6, 15.75, 0.5], "rotation": [0, 0, 3], "uv": [18, 16]}, + {"origin": [1.7, 13, 0], "size": [2, 2, 1], "pivot": [2.6, 15.75, 0.5], "rotation": [0, 0, 19], "uv": [36, 16]} + ] + }, + { + "name": "leftear", + "parent": "head", + "pivot": [-1.81192, 13.18462, 0.432], + "cubes": [ + {"origin": [-3.2, 13.2, -0.3], "size": [1, 1.5, 1], "pivot": [-2.1, 16.05, 0.4], "rotation": [0, 0, -19], "uv": [35, 17], "mirror": true}, + {"origin": [-3.3, 13.3, -0.02], "size": [1.2, 2, 1], "pivot": [-2.1, 16.05, 0.4], "rotation": [0, 0, -19], "uv": [4, 55], "mirror": true}, + {"origin": [-3.04, 15, -0.02], "size": [1.2, 1.2, 1], "pivot": [-2.1, 16.05, 0.4], "rotation": [0, 0, -3], "uv": [12, 55], "mirror": true}, + {"origin": [-3.44, 14.7, 0], "size": [2, 2, 1], "pivot": [-2.6, 15.75, 0.5], "rotation": [0, 0, -3], "uv": [18, 16], "mirror": true}, + {"origin": [-3.7, 13, 0], "size": [2, 2, 1], "pivot": [-2.6, 15.75, 0.5], "rotation": [0, 0, -19], "uv": [36, 16], "mirror": true} + ] + }, + { + "name": "face", + "parent": "head", + "pivot": [0, 1, 2], + "cubes": [ + {"origin": [1.817, 8.8, -2.017], "size": [1.2, 2.2, 1], "uv": [57, 55]}, + {"origin": [-3.017, 8.8, -2.017], "size": [1.2, 2.2, 1], "uv": [53, 55]}, + {"origin": [-1, 8.9, -2.017], "size": [2, 1.8, 1], "uv": [39, 55]}, + {"origin": [-0.31416, 9.2, -2.34], "size": [1.2, 0.8, 1], "inflate": -0.3, "pivot": [0.23584, 10.5, -2.08995], "rotation": [0, 0, 32.5], "uv": [40, 41]}, + {"origin": [-0.81416, 9.45, -2.34], "size": [1.2, 0.8, 1], "inflate": -0.3, "pivot": [0.23584, 10.5, -2.08995], "rotation": [0, 0, -32.5], "uv": [40, 42]}, + {"origin": [-0.35, 10.05, -2.36], "size": [0.7, 0.7, 1], "inflate": -0.3, "uv": [41, 40]}, + {"origin": [-1.6, 10.3, -2.021], "size": [1, 1, 1], "uv": [57, 40]}, + {"origin": [-1.1, 10.8, -2.0231], "size": [0.4, 0.4, 1], "uv": [48, 44]}, + {"origin": [-1.5, 10.4, -2.0231], "size": [0.4, 0.4, 1], "uv": [47, 37]}, + {"origin": [1.1, 10.4, -2.0231], "size": [0.4, 0.4, 1], "uv": [47, 37]}, + {"origin": [0.6, 10.3, -2.021], "size": [1, 1, 1], "uv": [58, 40]}, + {"origin": [0.7, 10.8, -2.0231], "size": [0.4, 0.4, 1], "uv": [48, 44]} + ] + }, + { + "name": "mouth", + "parent": "face", + "pivot": [0.23584, 9.5, -1.78995] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/pawmo.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/pawmo.geo.json new file mode 100644 index 0000000..2f3fad9 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/pawmo.geo.json @@ -0,0 +1,206 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "pawmi", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "pawmi", + "pivot": [0, 6.6, 0] + }, + { + "name": "rightleg", + "parent": "body", + "pivot": [1.9, 2.97676, 1.0394], + "cubes": [ + {"origin": [0.4, 1.3, -0.5], "size": [3, 3, 3], "uv": [29, 14]} + ] + }, + { + "name": "righfoot", + "parent": "rightleg", + "pivot": [1.9, 1.56514, 1.2591], + "cubes": [ + {"origin": [0.9, 0, -0.6], "size": [2, 1, 3], "uv": [37, 12]}, + {"origin": [1.2, 0.7, 0.8], "size": [1.4, 2, 1.4], "pivot": [1.9, 1, 1.9], "rotation": [28, 0, 0], "uv": [35, 11]} + ] + }, + { + "name": "leftleg", + "parent": "body", + "pivot": [-1.9, 2.97676, 1.0394], + "cubes": [ + {"origin": [-3.4, 1.3, -0.5], "size": [3, 3, 3], "uv": [29, 14], "mirror": true} + ] + }, + { + "name": "righfoot2", + "parent": "leftleg", + "pivot": [-1.9, 1.56514, 1.2591], + "cubes": [ + {"origin": [-2.9, 0, -0.6], "size": [2, 1, 3], "uv": [35, 12], "mirror": true}, + {"origin": [-2.6, 0.7, 0.8], "size": [1.4, 2, 1.4], "pivot": [-1.9, 1, 1.9], "rotation": [28, 0, 0], "uv": [35, 11], "mirror": true} + ] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 0.6, 2], + "cubes": [ + {"origin": [-3, 1.6, -2], "size": [6, 7, 6], "uv": [17, 12]}, + {"origin": [-2.5, 1.9, -2.6], "size": [5, 3, 2], "uv": [21, 16]}, + {"origin": [-1.5, 4.9, -2.6], "size": [3, 1, 2], "uv": [21, 16]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [-0.1, 2.69676, 3.75408], + "cubes": [ + {"origin": [-0.6, 2.4, 3.2], "size": [1, 1, 4], "pivot": [-0.1, 2.4, 4.9], "rotation": [12, 0, 0], "uv": [10, 39]}, + {"origin": [-1.1, 4.63945, 4.82362], "size": [2, 2, 4], "pivot": [-0.1, 4.68945, 6.62362], "rotation": [25, 0, 0], "uv": [7, 37]}, + {"origin": [-1.1, 3.63945, 4.82362], "size": [2, 1, 3], "pivot": [-0.1, 4.68945, 6.62362], "rotation": [16, 0, 0], "uv": [8, 38]}, + {"origin": [-0.8, 3.1, 6.1], "size": [1.4, 1, 1], "pivot": [-0.1, 2.7, 5.8], "rotation": [19, 0, 0], "uv": [10, 39]} + ] + }, + { + "name": "rightarm2", + "parent": "torso", + "pivot": [2.8, 7.6, 1], + "cubes": [ + {"origin": [2.1, 6.6, 0], "size": [3, 2, 2], "uv": [25, 12]} + ] + }, + { + "name": "righthand", + "parent": "rightarm2", + "pivot": [4.1, 7.63, 1.08], + "cubes": [ + {"origin": [4.1, 6.1, -0.5], "size": [4, 3, 3], "uv": [24, 11]}, + {"origin": [7, 6.7, 0], "size": [2, 2, 2], "uv": [5, 37]}, + {"origin": [8.01, 7.4, 0.7], "size": [1, 0.6, 0.6], "uv": [20, 60]}, + {"origin": [7.3, 7.3, 1.5], "size": [2, 0.3, 0.2], "uv": [42, 56]}, + {"origin": [7.3, 8.3, 1.4], "size": [2, 0.3, 0.2], "pivot": [8.3, 8.25, 1.7], "rotation": [16, 0, 0], "uv": [42, 56]}, + {"origin": [7.3, 7.8, 1.5], "size": [2, 0.3, 0.2], "uv": [42, 56]}, + {"origin": [7.3, 8.3, 0.8], "size": [2, 0.3, 0.2], "pivot": [8.3, 8.35, 0.7], "rotation": [137, 0, 0], "uv": [42, 56]}, + {"origin": [7.3, 7.1, 1.4], "size": [2, 0.3, 0.2], "pivot": [8.3, 7.15, 1.3], "rotation": [-50, 0, 0], "uv": [42, 56]}, + {"origin": [7, 6.7, 0], "size": [2, 2, 2], "uv": [5, 37]}, + {"origin": [4.1, 6.1, -0.5], "size": [4, 3, 3], "uv": [24, 11]} + ] + }, + { + "name": "leftarm2", + "parent": "torso", + "pivot": [-2.9, 7.6, 1], + "cubes": [ + {"origin": [-5.1, 6.6, 0], "size": [3, 2, 2], "uv": [25, 12], "mirror": true} + ] + }, + { + "name": "lefthand", + "parent": "leftarm2", + "pivot": [-4.1, 7.63, 1.08], + "cubes": [ + {"origin": [-9, 6.7, 0], "size": [2, 2, 2], "uv": [5, 37], "mirror": true}, + {"origin": [-9.3, 7.3, 1.5], "size": [2, 0.3, 0.2], "uv": [42, 56], "mirror": true}, + {"origin": [-9.3, 8.3, 1.4], "size": [2, 0.3, 0.2], "pivot": [-8.3, 8.25, 1.7], "rotation": [16, 0, 0], "uv": [42, 56], "mirror": true}, + {"origin": [-9.3, 7.1, 1.4], "size": [2, 0.3, 0.2], "pivot": [-8.3, 7.15, 1.3], "rotation": [-50, 0, 0], "uv": [42, 56], "mirror": true}, + {"origin": [-9, 6.7, 0], "size": [2, 2, 2], "uv": [5, 37], "mirror": true}, + {"origin": [-9.3, 8.3, 0.8], "size": [2, 0.3, 0.2], "pivot": [-8.3, 8.35, 0.7], "rotation": [137, 0, 0], "uv": [42, 56], "mirror": true}, + {"origin": [-9.3, 7.8, 1.5], "size": [2, 0.3, 0.2], "uv": [42, 56], "mirror": true}, + {"origin": [-9.01, 7.4, 0.7], "size": [1, 0.6, 0.6], "uv": [20, 60], "mirror": true}, + {"origin": [-8.1, 6.1, -0.5], "size": [4, 3, 3], "uv": [24, 11], "mirror": true}, + {"origin": [-8.1, 6.1, -0.5], "size": [4, 3, 3], "uv": [24, 11], "mirror": true} + ] + }, + { + "name": "neck", + "parent": "torso", + "pivot": [0, 7.8, 1], + "cubes": [ + {"origin": [-2.5, 5.6, -1.5], "size": [5, 4, 5], "uv": [23, 8]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 9, 1], + "cubes": [ + {"origin": [-3, 9, -2], "size": [6, 5, 6], "uv": [21, 13]} + ] + }, + { + "name": "hair", + "parent": "head", + "pivot": [0.02472, 14.07604, -1.5], + "cubes": [ + {"origin": [-1.1, 13.1, -2.5], "size": [2, 3, 2], "pivot": [0.05, 14.15, -1.5], "rotation": [0, 0, 7], "uv": [54, 2]}, + {"origin": [-2.00242, 13.42625, -2.5], "size": [2, 1, 2], "pivot": [-0.40242, 16.02625, -1.5], "rotation": [0, 0, -55], "uv": [53, 4]} + ] + }, + { + "name": "rightear", + "parent": "head", + "pivot": [1.81192, 13.78462, 0.432], + "cubes": [ + {"origin": [1.48362, 13.21907, -0.3], "size": [1, 3, 1], "pivot": [2.18362, 14.96907, 0.2], "rotation": [0, 0, 15], "uv": [56, 4]}, + {"origin": [2.28362, 12.71907, -0.3], "size": [1, 3, 0.4], "pivot": [2.18362, 14.96907, 0.2], "rotation": [0, 0, 39], "uv": [57, 4]}, + {"origin": [2.1, 13.9, -0.02], "size": [1.2, 2, 1], "pivot": [2.1, 16.65, 0.4], "rotation": [0, 0, 19], "uv": [3, 55]}, + {"origin": [1.84, 15.6, -0.02], "size": [1.2, 1.9, 1], "pivot": [2.1, 16.65, 0.4], "rotation": [0, 0, 3], "uv": [2, 56]}, + {"origin": [1.44, 15.3, 0], "size": [2, 3, 1], "pivot": [2.6, 16.35, 0.5], "rotation": [0, 0, 3], "uv": [18, 16]}, + {"origin": [1.7, 13.6, 0], "size": [2, 2, 1], "pivot": [2.6, 16.35, 0.5], "rotation": [0, 0, 19], "uv": [36, 16]} + ] + }, + { + "name": "leftear", + "parent": "head", + "pivot": [-1.81192, 13.78462, 0.432], + "cubes": [ + {"origin": [-2.38362, 13.21907, -0.3], "size": [1, 3, 1], "pivot": [-2.08362, 14.96907, 0.2], "rotation": [0, 0, -15], "uv": [56, 4], "mirror": true}, + {"origin": [-3.18362, 12.71907, -0.3], "size": [1, 3, 0.4], "pivot": [-2.08362, 14.96907, 0.2], "rotation": [0, 0, -39], "uv": [57, 4], "mirror": true}, + {"origin": [-3.3, 13.9, -0.02], "size": [1.2, 2, 1], "pivot": [-2.1, 16.65, 0.4], "rotation": [0, 0, -19], "uv": [3, 55], "mirror": true}, + {"origin": [-3.04, 15.6, -0.02], "size": [1.2, 1.9, 1], "pivot": [-2.1, 16.65, 0.4], "rotation": [0, 0, -3], "uv": [2, 56], "mirror": true}, + {"origin": [-3.44, 15.3, 0], "size": [2, 3, 1], "pivot": [-2.6, 16.35, 0.5], "rotation": [0, 0, -3], "uv": [18, 16], "mirror": true}, + {"origin": [-3.7, 13.6, 0], "size": [2, 2, 1], "pivot": [-2.6, 16.35, 0.5], "rotation": [0, 0, -19], "uv": [36, 16], "mirror": true} + ] + }, + { + "name": "face", + "parent": "head", + "pivot": [0, 1.6, 2], + "cubes": [ + {"origin": [1.817, 9.4, -2.017], "size": [1.2, 2.2, 1], "uv": [57, 55]}, + {"origin": [-3.017, 9.4, -2.017], "size": [1.2, 2.2, 1], "uv": [53, 55]}, + {"origin": [-1, 9.5, -2.017], "size": [2, 1.8, 1], "uv": [39, 55]}, + {"origin": [-0.31416, 9.8, -2.34], "size": [1.2, 0.8, 1], "inflate": -0.3, "pivot": [0.23584, 11.1, -2.08995], "rotation": [0, 0, 32.5], "uv": [40, 41]}, + {"origin": [-0.81416, 10.05, -2.34], "size": [1.2, 0.8, 1], "inflate": -0.3, "pivot": [0.23584, 11.1, -2.08995], "rotation": [0, 0, -32.5], "uv": [40, 42]}, + {"origin": [-0.35, 10.65, -2.36], "size": [0.7, 0.7, 1], "inflate": -0.3, "uv": [41, 40]}, + {"origin": [-1.6, 10.9, -2.021], "size": [1, 1, 1], "uv": [57, 40]}, + {"origin": [-1.1, 11.4, -2.0231], "size": [0.4, 0.4, 1], "uv": [48, 44]}, + {"origin": [-1.5, 11, -2.0231], "size": [0.4, 0.4, 1], "uv": [47, 37]}, + {"origin": [1.1, 11, -2.0231], "size": [0.4, 0.4, 1], "uv": [47, 37]}, + {"origin": [0.6, 10.9, -2.021], "size": [1, 1, 1], "uv": [58, 40]}, + {"origin": [0.7, 11.4, -2.0231], "size": [0.4, 0.4, 1], "uv": [48, 44]} + ] + }, + { + "name": "mouth", + "parent": "face", + "pivot": [0.23584, 10.1, -1.78995] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/pawmot.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/pawmot.geo.json new file mode 100644 index 0000000..e480956 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/pawmot.geo.json @@ -0,0 +1,225 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "pawmot", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "pawmot", + "pivot": [0, 6.6, 0] + }, + { + "name": "rightleg", + "parent": "body", + "pivot": [1.9, 2.97676, 1.0394], + "cubes": [ + {"origin": [0.4, 1.3, -0.5], "size": [3, 3, 3], "uv": [20, 12]} + ] + }, + { + "name": "righfoot", + "parent": "rightleg", + "pivot": [1.9, 1.56514, 1.2591], + "cubes": [ + {"origin": [0.9, 0, -0.6], "size": [2, 1, 3], "uv": [20, 10]}, + {"origin": [1.2, 0.7, 0.8], "size": [1.4, 2, 1.4], "pivot": [1.9, 1, 1.9], "rotation": [28, 0, 0], "uv": [26, 9]} + ] + }, + { + "name": "leftleg", + "parent": "body", + "pivot": [-1.9, 2.97676, 1.0394], + "cubes": [ + {"origin": [-3.4, 1.3, -0.5], "size": [3, 3, 3], "uv": [20, 12], "mirror": true} + ] + }, + { + "name": "righfoot2", + "parent": "leftleg", + "pivot": [-1.9, 1.56514, 1.2591], + "cubes": [ + {"origin": [-2.9, 0, -0.6], "size": [2, 1, 3], "uv": [18, 10], "mirror": true}, + {"origin": [-2.6, 0.7, 0.8], "size": [1.4, 2, 1.4], "pivot": [-1.9, 1, 1.9], "rotation": [28, 0, 0], "uv": [26, 9], "mirror": true} + ] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 1.6, 2], + "cubes": [ + {"origin": [-3, 5.6, -2], "size": [6, 4, 6], "uv": [8, 10]}, + {"origin": [-3.2, 1.6, -2.3], "size": [6.4, 4, 6.4], "uv": [14, 14]}, + {"origin": [-2.5, 5.6, -2.3], "size": [5, 2, 2], "uv": [12, 14]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [-0.1, 3.69676, 3.75408], + "cubes": [ + {"origin": [-0.6, 3.4, 3.2], "size": [1, 1, 4], "pivot": [-0.1, 3.4, 4.9], "rotation": [12, 0, 0], "uv": [10, 39]}, + {"origin": [-1.1, 4.83945, 5.32362], "size": [2, 3, 6], "pivot": [-0.1, 5.68945, 6.62362], "rotation": [43, 0, 0], "uv": [5, 35]}, + {"origin": [-1.1, 4.33945, 4.82362], "size": [2, 1, 5], "pivot": [-0.1, 5.38945, 6.62362], "rotation": [28, 0, 0], "uv": [6, 36]}, + {"origin": [-1.1, 4.46033, 6.82988], "size": [2, 1, 3], "pivot": [-0.1, 4.56033, 8.62988], "rotation": [9, 0, 0], "uv": [8, 38]}, + {"origin": [-0.8, 4.1, 5], "size": [1.4, 1, 2], "pivot": [-0.1, 3.7, 5.8], "rotation": [19, 0, 0], "uv": [9, 38]} + ] + }, + { + "name": "rightarm2", + "parent": "torso", + "pivot": [2.8, 8.6, 1], + "cubes": [ + {"origin": [2.1, 7.6, 0], "size": [3, 2, 2], "uv": [16, 10]} + ] + }, + { + "name": "righthand", + "parent": "rightarm2", + "pivot": [4.1, 8.63, 1.08], + "cubes": [ + {"origin": [7, 7.7, 0], "size": [2, 2, 2], "uv": [5, 37]}, + {"origin": [8.01, 8.4, 0.7], "size": [1, 0.6, 0.6], "uv": [20, 60]}, + {"origin": [7.3, 8.3, 1.5], "size": [2, 0.3, 0.2], "uv": [42, 56]}, + {"origin": [7.3, 9.3, 1.4], "size": [2, 0.3, 0.2], "pivot": [8.3, 9.25, 1.7], "rotation": [16, 0, 0], "uv": [42, 56]}, + {"origin": [7.3, 8.8, 1.5], "size": [2, 0.3, 0.2], "uv": [42, 56]}, + {"origin": [7.3, 9.3, 0.8], "size": [2, 0.3, 0.2], "pivot": [8.3, 9.35, 0.7], "rotation": [137, 0, 0], "uv": [42, 56]}, + {"origin": [7.3, 8.1, 1.4], "size": [2, 0.3, 0.2], "pivot": [8.3, 8.15, 1.3], "rotation": [-50, 0, 0], "uv": [42, 56]}, + {"origin": [7, 7.7, 0], "size": [2, 2, 2], "uv": [5, 37]}, + {"origin": [4.1, 7.1, -0.5], "size": [4, 3, 3], "uv": [44, 23]} + ] + }, + { + "name": "leftarm2", + "parent": "torso", + "pivot": [-2.9, 8.6, 1], + "cubes": [ + {"origin": [-5.1, 7.6, 0], "size": [3, 2, 2], "uv": [16, 10], "mirror": true} + ] + }, + { + "name": "lefthand", + "parent": "leftarm2", + "pivot": [-4.1, 8.63, 1.08], + "cubes": [ + {"origin": [-9, 7.7, 0], "size": [2, 2, 2], "uv": [5, 37], "mirror": true}, + {"origin": [-9.3, 8.3, 1.5], "size": [2, 0.3, 0.2], "uv": [42, 56], "mirror": true}, + {"origin": [-9.3, 9.3, 1.4], "size": [2, 0.3, 0.2], "pivot": [-8.3, 9.25, 1.7], "rotation": [16, 0, 0], "uv": [42, 56], "mirror": true}, + {"origin": [-9.3, 8.1, 1.4], "size": [2, 0.3, 0.2], "pivot": [-8.3, 8.15, 1.3], "rotation": [-50, 0, 0], "uv": [42, 56], "mirror": true}, + {"origin": [-9, 7.7, 0], "size": [2, 2, 2], "uv": [5, 37], "mirror": true}, + {"origin": [-9.3, 9.3, 0.8], "size": [2, 0.3, 0.2], "pivot": [-8.3, 9.35, 0.7], "rotation": [137, 0, 0], "uv": [42, 56], "mirror": true}, + {"origin": [-9.3, 8.8, 1.5], "size": [2, 0.3, 0.2], "uv": [42, 56], "mirror": true}, + {"origin": [-9.01, 8.4, 0.7], "size": [1, 0.6, 0.6], "uv": [20, 60], "mirror": true}, + {"origin": [-8.1, 7.1, -0.5], "size": [4, 3, 3], "uv": [44, 23], "mirror": true} + ] + }, + { + "name": "neck", + "parent": "torso", + "pivot": [0, 9.8, 1], + "cubes": [ + {"origin": [-2.8, 9.6, -1.8], "size": [5.6, 1, 5.6], "uv": [17, 9]}, + {"origin": [-0.8, 9.3, -3.1], "size": [1.6, 0.5, 2], "pivot": [0.1, 9.95, -2.5], "rotation": [39, 0, 0], "uv": [17, 9]}, + {"origin": [1, 9.3, -3.5], "size": [1.3, 0.5, 2], "pivot": [0.1, 9.95, -2.5], "rotation": [42.52509, -21.39822, -18.50104], "uv": [17, 9]}, + {"origin": [1.84265, 9.83238, -2.02682], "size": [1.3, 0.5, 2], "pivot": [2.74265, 10.08238, -1.02682], "rotation": [32.34726, -56.49578, -9.58486], "uv": [17, 9]}, + {"origin": [2.06973, 9.90154, -0.93086], "size": [1.3, 0.5, 2], "pivot": [2.76973, 10.15154, 0.06914], "rotation": [-155.28069, -87.85419, 176.00472], "uv": [17, 9]}, + {"origin": [-1.77881, 10.45823, -2.31962], "size": [1.3, 0.5, 2], "pivot": [-1.8736, 10.29471, -0.78162], "rotation": [42.52509, 21.39822, 18.50104], "uv": [17, 9], "mirror": true}, + {"origin": [-1.77881, 10.45823, 2.31962], "size": [1.3, 0.5, 2], "pivot": [-1.8736, 10.29471, 2.88162], "rotation": [-42.52509, -21.39822, 18.50104], "uv": [17, 9], "mirror": true}, + {"origin": [-0.67915, 9.91998, 2.48392], "size": [1.2, 0.5, 2], "pivot": [0.02085, 9.66998, 3.48392], "rotation": [-42.52509, 0, 0], "uv": [17, 9], "mirror": true}, + {"origin": [2.40482, 10.08013, 2.31877], "size": [1.3, 0.5, 2], "pivot": [2.2736, 9.99471, 2.88162], "rotation": [155.28069, 87.85419, 176.00472], "uv": [17, 9]}, + {"origin": [1.4325, 10.03703, 2.3276], "size": [1.3, 0.5, 2], "pivot": [2.2736, 9.99471, 2.88162], "rotation": [-32.34726, 56.49578, -9.58486], "uv": [17, 9]}, + {"origin": [-3.14265, 9.83238, -2.02682], "size": [1.3, 0.5, 2], "pivot": [-2.74265, 10.08238, -1.02682], "rotation": [32.34726, 56.49578, 9.58486], "uv": [17, 9], "mirror": true}, + {"origin": [-3.36973, 9.90154, -0.93086], "size": [1.3, 0.5, 2], "pivot": [-2.76973, 10.15154, 0.06914], "rotation": [-155.28069, 87.85419, -176.00472], "uv": [17, 9], "mirror": true}, + {"origin": [-3.70482, 10.08013, 2.31877], "size": [1.3, 0.5, 2], "pivot": [-2.2736, 9.99471, 2.88162], "rotation": [155.28069, -87.85419, -176.00472], "uv": [17, 9], "mirror": true}, + {"origin": [-2.7325, 10.03703, 2.3276], "size": [1.3, 0.5, 2], "pivot": [-2.2736, 9.99471, 2.88162], "rotation": [-32.34726, -56.49578, 9.58486], "uv": [17, 9], "mirror": true}, + {"origin": [0.37881, 10.45823, 2.31962], "size": [1.3, 0.5, 2], "pivot": [1.8736, 10.29471, 2.88162], "rotation": [-42.52509, 21.39822, -18.50104], "uv": [17, 9]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 10.3, 1], + "cubes": [ + {"origin": [-3, 10.3, -2], "size": [6, 5, 6], "uv": [3, 13]} + ] + }, + { + "name": "hair", + "parent": "head", + "pivot": [0.32472, 15.47604, -1.5], + "rotation": [-7, 0, 0], + "cubes": [ + {"origin": [-0.8, 14.2, -2.5], "size": [1.3, 3, 1.2], "pivot": [0.35, 15.55, -1.5], "rotation": [0, 0, 29], "uv": [58, 9]}, + {"origin": [-0.12635, 14.43025, -2.5], "size": [3, 1, 1], "pivot": [1.27365, 15.73025, -1.5], "rotation": [0, 0, 4], "uv": [49, 7]}, + {"origin": [-0.56458, 15.01548, -2.5], "size": [4, 1, 1.2], "pivot": [1.13542, 15.01548, -1.5], "rotation": [0, 0, -19], "uv": [49, 7]}, + {"origin": [1.03542, 15.71548, -2.5], "size": [3.5, 1.4, 1.2], "pivot": [1.13542, 15.01548, -0.5], "rotation": [0, 0, -35], "uv": [49, 5]}, + {"origin": [0.07007, 16.78661, -2.2], "size": [1, 2, 0.8], "pivot": [0.87007, 17.08661, -1.5], "rotation": [-14, 0, 1], "uv": [53, 11]}, + {"origin": [-1.0916, 15.13583, -2.3], "size": [1, 3, 1], "pivot": [-0.5916, 16.43583, -1.4], "rotation": [-9, 0, -10], "uv": [51, 9]}, + {"origin": [0.77365, 13.63025, -2.5], "size": [1.2, 0.7, 1], "pivot": [1.27365, 15.73025, -1.5], "rotation": [0, 0, 40], "uv": [49, 7]} + ] + }, + { + "name": "rightear", + "parent": "head", + "pivot": [1.81192, 15.08462, 0.432], + "cubes": [ + {"origin": [1.48362, 14.31907, -0.3], "size": [1, 4, 1], "pivot": [2.18362, 16.26907, 0.2], "rotation": [0, 0, 15], "uv": [52, 6]}, + {"origin": [2.28362, 14.21907, -0.3], "size": [1, 3, 0.4], "pivot": [2.18362, 16.26907, 0.2], "rotation": [0, 0, 39], "uv": [55, 7]}, + {"origin": [2.1, 15.2, -0.02], "size": [1.2, 2, 1], "pivot": [2.1, 17.95, 0.4], "rotation": [0, 0, 19], "uv": [3, 55]}, + {"origin": [1.84, 16.9, -0.02], "size": [1.2, 1.9, 1], "pivot": [2.1, 17.95, 0.4], "rotation": [0, 0, 3], "uv": [2, 56]}, + {"origin": [1.44, 16.6, 0], "size": [2, 3, 1], "pivot": [2.6, 17.65, 0.5], "rotation": [0, 0, 3], "uv": [9, 14]}, + {"origin": [1.7, 14.9, 0], "size": [2, 2, 1], "pivot": [2.6, 17.65, 0.5], "rotation": [0, 0, 19], "uv": [27, 14]} + ] + }, + { + "name": "leftear", + "parent": "head", + "pivot": [-1.81192, 15.08462, 0.432], + "cubes": [ + {"origin": [-2.38362, 14.31907, -0.3], "size": [1, 4, 1], "pivot": [-2.08362, 16.26907, 0.2], "rotation": [0, 0, -15], "uv": [52, 6], "mirror": true}, + {"origin": [-3.18362, 14.21907, -0.3], "size": [1, 3, 0.4], "pivot": [-2.08362, 16.26907, 0.2], "rotation": [0, 0, -39], "uv": [56, 10], "mirror": true}, + {"origin": [-3.3, 15.2, -0.02], "size": [1.2, 2, 1], "pivot": [-2.1, 17.95, 0.4], "rotation": [0, 0, -19], "uv": [3, 55], "mirror": true}, + {"origin": [-3.04, 16.9, -0.02], "size": [1.2, 1.9, 1], "pivot": [-2.1, 17.95, 0.4], "rotation": [0, 0, -3], "uv": [2, 56], "mirror": true}, + {"origin": [-3.44, 16.6, 0], "size": [2, 3, 1], "pivot": [-2.6, 17.65, 0.5], "rotation": [0, 0, -3], "uv": [9, 14], "mirror": true}, + {"origin": [-3.7, 14.9, 0], "size": [2, 2, 1], "pivot": [-2.6, 17.65, 0.5], "rotation": [0, 0, -19], "uv": [27, 14], "mirror": true} + ] + }, + { + "name": "face", + "parent": "head", + "pivot": [0, 2.9, 2], + "cubes": [ + {"origin": [2.417, 10.7, -2.017], "size": [0.6, 2.2, 2], "uv": [56, 54]}, + {"origin": [-3.017, 10.7, -2.017], "size": [0.6, 2.2, 2], "uv": [52, 54]}, + {"origin": [-1.2, 10.9, -2.017], "size": [2.4, 1.8, 1], "uv": [39, 55]}, + {"origin": [-0.31416, 11.1, -2.34], "size": [1.2, 0.8, 1], "inflate": -0.3, "pivot": [0.23584, 12.4, -2.08995], "rotation": [0, 0, 32.5], "uv": [40, 41]}, + {"origin": [-0.81416, 11.35, -2.34], "size": [1.2, 0.8, 1], "inflate": -0.3, "pivot": [0.23584, 12.4, -2.08995], "rotation": [0, 0, -32.5], "uv": [40, 42]}, + {"origin": [-0.35, 12.05, -2.36], "size": [0.7, 0.7, 1], "inflate": -0.3, "uv": [41, 40]}, + {"origin": [-2, 12.4, -2.021], "size": [1, 1, 1], "uv": [57, 40]}, + {"origin": [-1.6, 12.9, -2.0231], "size": [0.4, 0.4, 1], "uv": [48, 44]}, + {"origin": [-1.9, 12.5, -2.0231], "size": [0.3, 0.3, 1], "uv": [47, 37]}, + {"origin": [1.6, 12.5, -2.0231], "size": [0.3, 0.3, 1], "uv": [47, 37]}, + {"origin": [1, 12.4, -2.021], "size": [1, 1, 1], "uv": [58, 40]}, + {"origin": [1.2, 12.9, -2.0231], "size": [0.4, 0.4, 1], "uv": [48, 44]} + ] + }, + { + "name": "mouth", + "parent": "face", + "pivot": [0.23584, 11.4, -1.78995] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/pawniard/pawniard.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/pawniard/pawniard.geo.json new file mode 100644 index 0000000..464e0f9 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/pawniard/pawniard.geo.json @@ -0,0 +1,150 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 5, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "pawniard", + "pivot": [0, 0, 0] + }, + { + "name": "mainthing", + "parent": "pawniard", + "pivot": [0, -1, 0], + "rotation": [0, -90, 0] + }, + { + "name": "rleg", + "parent": "mainthing", + "pivot": [0.5, 7, 2.5], + "cubes": [ + {"origin": [0, 4, 2], "size": [1, 3, 1], "uv": [32, 37]} + ] + }, + { + "name": "rleg2", + "parent": "rleg", + "pivot": [0.5, 4, 2.5], + "cubes": [ + {"origin": [0, 1, 2], "size": [1, 3, 1], "uv": [32, 50]} + ] + }, + { + "name": "feetis1", + "parent": "rleg2", + "pivot": [1, 0.5, 2.5], + "cubes": [ + {"origin": [-2, 0, 1], "size": [4, 1, 3], "uv": [38, 43]} + ] + }, + { + "name": "lleg", + "parent": "mainthing", + "pivot": [0.5, 7, -2.5], + "cubes": [ + {"origin": [0, 4, -3], "size": [1, 3, 1], "uv": [30, 24]} + ] + }, + { + "name": "lleg2", + "parent": "lleg", + "pivot": [0.5, 4, -2.5], + "cubes": [ + {"origin": [0, 1, -3], "size": [1, 3, 1], "uv": [14, 45]} + ] + }, + { + "name": "feetis2", + "parent": "lleg2", + "pivot": [1, 0.5, -2.5], + "cubes": [ + {"origin": [-2, 0, -4], "size": [4, 1, 3], "uv": [0, 45]} + ] + }, + { + "name": "noleg", + "parent": "mainthing", + "pivot": [1, 7, 0] + }, + { + "name": "regctangle", + "parent": "noleg", + "pivot": [-1, 17, 0], + "cubes": [ + {"origin": [-2, 6, -3], "size": [5, 4, 6], "uv": [30, 14]}, + {"origin": [-2, 10, -2.5], "size": [5, 3, 5], "uv": [0, 37]}, + {"origin": [-7, 10, -3.5], "size": [11, 0, 7], "uv": [0, 30]}, + {"origin": [-7, 8, -3.5], "size": [11, 0, 7], "uv": [0, 30]} + ] + }, + { + "name": "nekc", + "parent": "regctangle", + "pivot": [0.5, 13, 0], + "cubes": [ + {"origin": [-1, 12, -1.5], "size": [3, 2, 3], "uv": [0, 49]} + ] + }, + { + "name": "head", + "parent": "nekc", + "pivot": [0.17731, 14.19851, 0.36819], + "cubes": [ + {"origin": [-3, 14, -4.1], "size": [7, 6, 8], "inflate": 0.005, "uv": [0, 16]}, + {"origin": [-3.5, 18, -5.1], "size": [3, 4, 10], "uv": [30, 0]}, + {"origin": [-8, 15, -0.1], "size": [9, 11, 0], "uv": [36, 24]}, + {"origin": [-0.5, 16, -5.1], "size": [5, 6, 10], "uv": [0, 0]}, + {"origin": [-3.12269, 16.49851, 1.91], "size": [2, 2, 2], "uv": [50, 47]}, + {"origin": [-3.12269, 16.49851, -4.13181], "size": [2, 2, 2], "uv": [50, 47]}, + {"origin": [-3.1, 15.99851, 1.36819], "size": [2, 2, 2], "uv": [50, 51]}, + {"origin": [-3.1, 15.99851, -3.63181], "size": [2, 2, 2], "uv": [50, 51]}, + {"origin": [-3.15, 17.19851, 2.36819], "size": [2, 1, 1], "uv": [30, 28]}, + {"origin": [-3.15, 17.19851, -3.63181], "size": [2, 1, 1], "uv": [30, 28]} + ] + }, + { + "name": "larm", + "parent": "noleg", + "pivot": [0.5, 11.5, -2], + "cubes": [ + {"origin": [0, 11, -6.5], "size": [1, 1, 4], "uv": [12, 50]} + ] + }, + { + "name": "larmseg2", + "parent": "larm", + "pivot": [0.5, 11.5, -7.5], + "cubes": [ + {"origin": [-0.5, 10.5, -10.5], "size": [2, 2, 4], "uv": [20, 37]}, + {"origin": [-0.5, 11.5, -17.5], "size": [2, 0, 8], "uv": [36, 35]} + ] + }, + { + "name": "rarm", + "parent": "noleg", + "pivot": [0.5, 11.5, 2.5], + "cubes": [ + {"origin": [0, 11, 2.5], "size": [1, 1, 4], "uv": [22, 50]} + ] + }, + { + "name": "rarmseg2", + "parent": "rarm", + "pivot": [0.5, 11.5, 7.25], + "cubes": [ + {"origin": [-0.5, 10.5, 6.5], "size": [2, 2, 4], "uv": [38, 47]}, + {"origin": [-0.5, 11.5, 10.5], "size": [2, 0, 7], "uv": [20, 43]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/pecharunt/pecharunt.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/pecharunt/pecharunt.geo.json new file mode 100644 index 0000000..06b5796 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/pecharunt/pecharunt.geo.json @@ -0,0 +1,173 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 5, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "pecharunt", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "pecharunt", + "pivot": [-0.5, 1, 0.5] + }, + { + "name": "wing_left", + "parent": "body", + "pivot": [-9.90833, 5.58333, 7.25833], + "rotation": [1.4461, -19.5151, -35.98651], + "cubes": [ + {"origin": [-16.4, 9.08097, 1.95918], "size": [13, 13, 8], "uv": [0, 21], "mirror": true}, + {"origin": [-11.4, 22.08097, 1.95918], "size": [3, 1, 3], "uv": [40, 60], "mirror": true}, + {"origin": [-11.4, 23.08097, 1.95918], "size": [3, 2, 2], "uv": [42, 15], "mirror": true}, + {"origin": [-15.4, 10.08097, 8.95918], "size": [11, 11, 4], "uv": [42, 0], "mirror": true} + ] + }, + { + "name": "bone2", + "parent": "wing_left", + "pivot": [-9.925, 9.58097, 6.85918], + "rotation": [19, 0, 0], + "cubes": [ + {"origin": [-12.4, 4.08097, 4.33418], "size": [5, 3, 5], "uv": [49, 15], "mirror": true}, + {"origin": [-11.95, 6.08097, 4.88418], "size": [4, 4, 4], "uv": [0, 57], "mirror": true} + ] + }, + { + "name": "wing_right", + "parent": "body", + "pivot": [9.90833, 5.58333, 7.25833], + "rotation": [1.4461, 19.5151, 35.98651], + "cubes": [ + {"origin": [3.4, 9.08097, 1.95918], "size": [13, 13, 8], "uv": [0, 21]}, + {"origin": [8.4, 22.08097, 1.95918], "size": [3, 1, 3], "uv": [40, 60]}, + {"origin": [8.4, 23.08097, 1.95918], "size": [3, 2, 2], "uv": [42, 15]}, + {"origin": [4.4, 10.08097, 8.95918], "size": [11, 11, 4], "uv": [42, 0]} + ] + }, + { + "name": "bone", + "parent": "wing_right", + "pivot": [9.925, 9.58097, 6.85918], + "rotation": [19, 0, 0], + "cubes": [ + {"origin": [7.4, 4.08097, 4.33418], "size": [5, 3, 5], "uv": [49, 15]}, + {"origin": [7.95, 6.08097, 4.88418], "size": [4, 4, 4], "uv": [0, 57]} + ] + }, + { + "name": "head", + "parent": "body", + "pivot": [3.5, 0, -3.5], + "cubes": [ + {"origin": [-4.5, 8, -4.5], "size": [9, 9, 9], "uv": [33, 33]}, + {"origin": [-1.5, 6, -1.5], "size": [3, 3, 3], "uv": [62, 51]}, + {"origin": [-0.5, 5, -0.5], "size": [1, 3, 1], "uv": [0, 42]} + ] + }, + { + "name": "face", + "parent": "head", + "pivot": [-0.5, 11.5, -4.025], + "cubes": [ + {"origin": [-1, 11, -4.525], "size": [2, 1, 0], "uv": [0, 27]}, + {"origin": [0.45, 12.8, -4.95], "size": [3, 3, 1], "pivot": [1.95, 14.3, -4.55], "rotation": [0, 0, 9.25], "uv": [42, 29]}, + {"origin": [-3.45, 12.8, -4.95], "size": [3, 3, 1], "pivot": [-1.95, 14.3, -4.55], "rotation": [0, 0, -9.25], "uv": [34, 4]} + ] + }, + { + "name": "bone8", + "parent": "face", + "pivot": [-0.5, 11.575, -4.025], + "cubes": [ + {"origin": [-0.075, 10.875, -4.55], "size": [1, 1, 0], "pivot": [-0.5, 11.575, -4.025], "rotation": [0, 0, 45], "uv": [0, 0]}, + {"origin": [-1.075, 11.875, -4.55], "size": [1, 1, 0], "pivot": [-0.5, 11.575, -4.025], "rotation": [0, 0, 45], "uv": [0, 1]} + ] + }, + { + "name": "eye", + "parent": "face", + "pivot": [0, 12.5, -4.525], + "cubes": [ + {"origin": [1, 12, -4.525], "size": [1, 1, 0], "uv": [6, 1]}, + {"origin": [-2, 12, -4.525], "size": [1, 1, 0], "uv": [6, 0]} + ] + }, + { + "name": "hair", + "parent": "head", + "pivot": [0, 15.5, 0], + "rotation": [-25, 0, 0], + "cubes": [ + {"origin": [-1.5, 16, -1.5], "size": [3, 3, 3], "uv": [62, 23]} + ] + }, + { + "name": "bone3", + "parent": "hair", + "pivot": [0, 18, 0], + "rotation": [-30, 0, 0], + "cubes": [ + {"origin": [-1, 17, -1], "size": [2, 4, 2], "uv": [0, 21]} + ] + }, + { + "name": "bone4", + "parent": "bone3", + "pivot": [0, 20, -0.1], + "rotation": [-35, 0, 0], + "cubes": [ + {"origin": [-0.5, 20, -0.6], "size": [1, 4, 1], "uv": [34, 21]} + ] + }, + { + "name": "bone5", + "parent": "bone4", + "pivot": [0.5, 23.45, -0.60044], + "rotation": [-35, 0, 0], + "cubes": [ + {"origin": [-1.5, 23, -1.60044], "size": [3, 5, 3], "uv": [28, 60]}, + {"origin": [-2, 24, -2.10044], "size": [4, 5, 4], "inflate": 0.15, "uv": [46, 51]} + ] + }, + { + "name": "bone6", + "parent": "bone5", + "pivot": [0, 27.925, -0.10044], + "rotation": [-42.5, 0, 0], + "cubes": [ + {"origin": [-2, 31.175, -2.10044], "size": [4, 5, 4], "inflate": 0.4, "uv": [30, 51]}, + {"origin": [-1.5, 27.175, -1.60044], "size": [3, 6, 3], "uv": [59, 57]} + ] + }, + { + "name": "bone7", + "parent": "bone6", + "pivot": [1, 19.175, -1.10044], + "cubes": [ + {"origin": [-1.5, 32.175, -1.60044], "size": [3, 6, 3], "uv": [16, 57]}, + {"origin": [-1, 36.175, -1.10044], "size": [2, 4, 2], "pivot": [0.5, 36.675, -0.60044], "rotation": [27.5, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "hand", + "parent": "body", + "pivot": [-2.325, 10.275, -5], + "cubes": [ + {"origin": [1.25, 9.5, -5.3], "size": [2, 2, 1], "inflate": -0.2, "pivot": [2.325, 10.275, -5], "rotation": [0, 0, -22.75], "uv": [42, 51]}, + {"origin": [-3.25, 9.5, -5.3], "size": [2, 2, 1], "inflate": -0.2, "pivot": [-2.325, 10.275, -5], "rotation": [0, 0, 22.75], "uv": [42, 51], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/phione.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/phione.geo.json new file mode 100644 index 0000000..3d63844 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/phione.geo.json @@ -0,0 +1,136 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.1", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 6, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "phione", + "pivot": [0, 0, 0] + }, + { + "name": "head", + "parent": "phione", + "pivot": [0, 16, -1], + "cubes": [ + {"origin": [-6, 16, -5], "size": [12, 8, 10], "uv": [0, 0]}, + {"origin": [-3, 25, -3], "size": [6, 4, 6], "uv": [17, 32]}, + {"origin": [-2, 24, -2], "size": [4, 1, 4], "uv": [35, 32]} + ] + }, + { + "name": "fin", + "parent": "head", + "pivot": [0, 25, 5] + }, + { + "name": "bone", + "parent": "fin", + "pivot": [0, 25, 21], + "cubes": [ + {"origin": [-2, 25, 21], "size": [4, 0, 12], "uv": [0, 18]} + ] + }, + { + "name": "bone2", + "parent": "fin", + "pivot": [0, 25, 16], + "cubes": [ + {"origin": [-2, 25, 15], "size": [4, 0, 9], "uv": [25, 0]} + ] + }, + { + "name": "bone3", + "parent": "fin", + "pivot": [0, 26, 9], + "cubes": [ + {"origin": [-2, 26, 7.41421], "size": [4, 0, 9], "uv": [0, 30]} + ] + }, + { + "name": "bone4", + "parent": "fin", + "pivot": [0, 24, 4], + "cubes": [ + {"origin": [-2, 24.24558, 2.39273], "size": [4, 0, 6], "uv": [32, 18]} + ] + }, + { + "name": "body", + "parent": "phione", + "pivot": [0, 12, 1], + "cubes": [ + {"origin": [-3, 8, -3], "size": [6, 8, 6], "uv": [20, 18]}, + {"origin": [-1, 6, -1], "size": [2, 2, 2], "uv": [6, 39]}, + {"origin": [-1, 10, -3.2], "size": [2, 4, 2], "uv": [0, 28]} + ] + }, + { + "name": "right_arm", + "parent": "phione", + "pivot": [6, 12, 0] + }, + { + "name": "bone5", + "parent": "right_arm", + "pivot": [9, 10, 0], + "cubes": [ + {"origin": [9.5, 6, -2], "size": [2, 6, 4], "pivot": [11, 10, 0], "rotation": [0, 0, -60], "uv": [0, 18], "mirror": true} + ] + }, + { + "name": "bone6", + "parent": "right_arm", + "pivot": [6, 12, 0], + "cubes": [ + {"origin": [5.8, 7, -1], "size": [2, 7, 2], "pivot": [7, 12, 0], "rotation": [0, 0, -60], "uv": [0, 0]} + ] + }, + { + "name": "bone7", + "parent": "right_arm", + "pivot": [3, 15, 0], + "cubes": [ + {"origin": [5.2, 12.5, -1], "size": [1.8, 4.8, 2], "pivot": [6, 12, 0], "rotation": [0, 0, -47.5], "uv": [17, 32]} + ] + }, + { + "name": "left_arm", + "parent": "phione", + "pivot": [-7, 12, 0] + }, + { + "name": "bone9", + "parent": "left_arm", + "pivot": [-7, 12, 0], + "cubes": [ + {"origin": [-8.8, 10, -1], "size": [2, 4, 2], "pivot": [-8, 12, 0], "rotation": [0, 0, 60], "uv": [0, 34]} + ] + }, + { + "name": "bone8", + "parent": "left_arm", + "pivot": [-10, 10, 0], + "cubes": [ + {"origin": [-12, 6, -2], "size": [2, 6, 4], "pivot": [-11, 10, 0], "rotation": [0, 0, 60], "uv": [0, 18]} + ] + }, + { + "name": "bone10", + "parent": "left_arm", + "pivot": [-3, 15, 0], + "cubes": [ + {"origin": [-8, 12.5, -1], "size": [1.8, 4.8, 2], "pivot": [-7, 12, 0], "rotation": [0, 0, 47.5], "uv": [20, 18]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/poipole/poipole2.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/poipole/poipole2.geo.json new file mode 100644 index 0000000..18a1873 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/poipole/poipole2.geo.json @@ -0,0 +1,203 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.poipole", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "poipole", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "poipole", + "pivot": [0, 9.5, 0.25] + }, + { + "name": "torso_top", + "parent": "body", + "pivot": [0, 8.5, 0.25], + "cubes": [ + {"origin": [-2, 7.5, -1.75], "size": [4, 4, 4], "uv": [26, 0]} + ] + }, + { + "name": "neck", + "parent": "torso_top", + "pivot": [0, 11.5, 0.25], + "cubes": [ + {"origin": [-1.5, 10.5, -0.75], "size": [3, 3, 2], "uv": [13, 27]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 12.25, 0.25], + "rotation": [-5, 0, 0], + "cubes": [ + {"origin": [-4, 12.25, -3.75], "size": [8, 7, 8], "uv": [0, 0]}, + {"origin": [-1.5, 14.49049, -3.96789], "size": [3, 5, 0], "pivot": [0, 16.99049, -3.96789], "rotation": [5, 0, 0], "uv": [0, 27]}, + {"origin": [-3.5, 18.25, -3.25], "size": [7, 4, 7], "uv": [0, 16]}, + {"origin": [-2, 22.25, -1.25], "size": [4, 1, 4], "uv": [20, 32]}, + {"origin": [-0.5, 22.75, 0.35], "size": [1, 4, 1], "pivot": [0, 24.75, 0.85], "rotation": [-2.5, 0, 0], "uv": [26, 37]}, + {"origin": [-5.01335, 12.7149, -2.75], "size": [1, 6, 5], "pivot": [-3.52854, 15.54125, -1.75], "rotation": [0, 0, -10], "uv": [15, 37]}, + {"origin": [-5.01335, 18.7149, -0.75], "size": [1, 2, 1], "pivot": [-3.52854, 15.54125, -1.75], "rotation": [0, 0, -10], "uv": [21, 16]}, + {"origin": [4.01335, 12.7149, -2.75], "size": [1, 6, 5], "pivot": [3.52854, 15.54125, -1.75], "rotation": [0, 0, 10], "uv": [31, 33]}, + {"origin": [4.01335, 18.7149, -0.75], "size": [1, 2, 1], "pivot": [3.52854, 15.54125, -1.75], "rotation": [0, 0, 10], "uv": [4, 5]}, + {"origin": [-0.5, 12.25, -3.75], "size": [1, 1, 0], "inflate": 0.01, "uv": [45, 0]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [0, 0.5, 0] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-2.5, 14.25, -2.75], + "cubes": [ + {"origin": [-4, 13.25, -3.75], "size": [3, 2, 2], "inflate": 0.01, "uv": [0, 46], "mirror": true} + ] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [2.5, 14.25, -2.75], + "cubes": [ + {"origin": [1, 13.25, -3.75], "size": [3, 2, 2], "inflate": 0.01, "uv": [0, 46]} + ] + }, + { + "name": "eyelids", + "parent": "eyes", + "pivot": [0, 0.5, 0] + }, + { + "name": "eyelid_right", + "parent": "eyelids", + "pivot": [-2.4, 14.25, -2.65], + "cubes": [ + {"origin": [-3.9, 13.25, -3.65], "size": [3, 2, 2], "inflate": 0.02, "uv": [0, 50], "mirror": true} + ] + }, + { + "name": "eyelid_left", + "parent": "eyelids", + "pivot": [2.4, 14.25, -2.65], + "cubes": [ + {"origin": [0.9, 13.25, -3.65], "size": [3, 2, 2], "inflate": 0.02, "uv": [0, 50]} + ] + }, + { + "name": "arm_right", + "parent": "torso_top", + "pivot": [-2, 11.25, 0.25], + "cubes": [ + {"origin": [-4, 9.25, 0.25], "size": [2, 2, 0], "inflate": 0.01, "uv": [26, 0]} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-4, 9.25, 0.25], + "cubes": [ + {"origin": [-7, 9.25, 0.25], "size": [3, 2, 0], "uv": [0, 32]} + ] + }, + { + "name": "arm_left", + "parent": "torso_top", + "pivot": [2, 11.25, 0.25], + "cubes": [ + {"origin": [2, 9.25, 0.25], "size": [2, 2, 0], "inflate": 0.01, "uv": [4, 0]} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [4, 9.25, 0.25], + "cubes": [ + {"origin": [4, 9.25, 0.25], "size": [3, 2, 0], "uv": [0, 21]} + ] + }, + { + "name": "torso_bottom", + "parent": "body", + "pivot": [0, 8.5, 0.25], + "cubes": [ + {"origin": [-3, 3.5, -2.25], "size": [6, 5, 5], "uv": [23, 22]} + ] + }, + { + "name": "leg_right", + "parent": "torso_bottom", + "pivot": [-2.75, 7, 0.25], + "rotation": [-2.5, 0, -5], + "cubes": [ + {"origin": [-4.25, 3, -1.25], "size": [2, 5, 3], "uv": [39, 5]} + ] + }, + { + "name": "leg_right2", + "parent": "leg_right", + "pivot": [-3, 3, -0.75], + "rotation": [5, 0, 5], + "cubes": [ + {"origin": [-3.5, 0, -0.75], "size": [1, 3, 2], "uv": [0, 16]} + ] + }, + { + "name": "leg_left", + "parent": "torso_bottom", + "pivot": [2.75, 7, 0.25], + "rotation": [-2.5, 0, 5], + "cubes": [ + {"origin": [2.25, 3, -1.25], "size": [2, 5, 3], "uv": [0, 38]} + ] + }, + { + "name": "leg_left2", + "parent": "leg_left", + "pivot": [3, 3, -0.75], + "rotation": [5, 0, -5], + "cubes": [ + {"origin": [2.5, 0, -0.75], "size": [1, 3, 2], "uv": [0, 0]} + ] + }, + { + "name": "tail", + "parent": "torso_bottom", + "pivot": [0, 5.4, 2.75], + "cubes": [ + {"origin": [-1.5, 3.4, -0.25], "size": [3, 4, 7], "uv": [0, 27]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 5.1, 6.75], + "cubes": [ + {"origin": [-1, 3.6, 5.75], "size": [2, 3, 5], "uv": [27, 11]}, + {"origin": [0, 6.1, 7.15], "size": [0, 2, 2], "pivot": [0, 7.1, 8.15], "rotation": [-10, 0, 0], "uv": [0, 3]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 4.8, 10.75], + "cubes": [ + {"origin": [-0.5, 3.8, 9.75], "size": [1, 2, 4], "uv": [21, 16]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/poltchageist/poltchageist.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/poltchageist/poltchageist.geo.json new file mode 100644 index 0000000..406a3de --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/poltchageist/poltchageist.geo.json @@ -0,0 +1,284 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "pot", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-4, 11, -4], "size": [8, 14, 8], "uv": [77, 0]}, + {"origin": [-6, 9, 5], "size": [12, 14, 1], "uv": [40, 32]}, + {"origin": [-5, 9, -6], "size": [10, 14, 11], "uv": [0, 0]}, + {"origin": [-5, 8.05, -5], "size": [10, 14, 10], "uv": [0, 25]} + ] + }, + { + "name": "bone14", + "parent": "pot", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-6, 9, -6], "size": [1, 14, 4], "uv": [10, 49]}, + {"origin": [-6, 19, -2], "size": [1, 4, 3], "uv": [52, 65]}, + {"origin": [-6, 9, -2], "size": [1, 5, 3], "uv": [31, 0]}, + {"origin": [-6, 9, 1], "size": [1, 14, 4], "uv": [0, 49]} + ] + }, + { + "name": "bone", + "parent": "pot", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [5, 9, -6], "size": [1, 14, 4], "uv": [55, 47]}, + {"origin": [5, 19, -2], "size": [1, 4, 3], "uv": [66, 36]}, + {"origin": [5, 9, -2], "size": [1, 5, 3], "uv": [30, 63]}, + {"origin": [5, 9, 1], "size": [1, 14, 4], "uv": [20, 49]} + ] + }, + { + "name": "face", + "parent": "pot", + "pivot": [-2, 12.975, -5], + "cubes": [ + {"origin": [2.6, 12.325, -6.01], "size": [1, 1, 0], "uv": [8, 1]}, + {"origin": [-0.5, 10.5, 6.025], "size": [1, 1, 0], "uv": [0, 87], "mirror": true}, + {"origin": [-0.5, 9.5, 6.025], "size": [1, 1, 0], "uv": [0, 86], "mirror": true}, + {"origin": [-3.6, 12.325, -6.01], "size": [1, 1, 0], "uv": [8, 1], "mirror": true}, + {"origin": [2.075, 20.7, -6.025], "size": [1, 1, 0], "uv": [0, 7]}, + {"origin": [2.8, 19.5, -6.025], "size": [1, 1, 0], "uv": [0, 1]}, + {"origin": [1.3, 19.5, -6.025], "size": [1, 1, 0], "uv": [0, 0]} + ] + }, + { + "name": "mouth", + "parent": "face", + "pivot": [2.075, 12.975, 1.05], + "cubes": [ + {"origin": [-1.5, 11.55, -6.02], "size": [1, 1, 0], "uv": [8, 1]}, + {"origin": [0.5, 11.55, -6.02], "size": [1, 1, 0], "uv": [8, 0]}, + {"origin": [-0.5, 11.175, -6.02], "size": [1, 1, 0], "uv": [0, 8]} + ] + }, + { + "name": "hand_l_movement", + "parent": "pot", + "pivot": [11.85, 17.875, 0.4875] + }, + { + "name": "hand_left", + "parent": "hand_l_movement", + "pivot": [11.85, 17.875, 0.4875], + "cubes": [ + {"origin": [9.6, 14, -0.025], "size": [3, 2, 2], "uv": [38, 66]}, + {"origin": [10.6, 15, -1], "size": [4, 2, 2], "uv": [66, 32]} + ] + }, + { + "name": "finger_3", + "parent": "hand_left", + "pivot": [7.125, 15.80443, -0.54937], + "rotation": [0, 40, 0] + }, + { + "name": "bone3", + "parent": "finger_3", + "pivot": [20.575, -0.025, 1], + "cubes": [ + {"origin": [9.40522, 14.975, 0.21394], "size": [2, 2, 2], "uv": [8, 67]} + ] + }, + { + "name": "bone2", + "parent": "bone3", + "pivot": [10.40522, 16.18387, 0.7152], + "cubes": [ + {"origin": [9.40522, 13.42291, -1.62501], "size": [2, 2, 2], "pivot": [6.575, 15.85697, -3.00127], "rotation": [26.5, 0, 0], "uv": [16, 67]} + ] + }, + { + "name": "finger_1", + "parent": "hand_left", + "pivot": [8.075, 15.80443, -0.54937], + "rotation": [0, -40, 0] + }, + { + "name": "bone4", + "parent": "finger_1", + "pivot": [8.625, 15.85697, -3.00127], + "cubes": [ + {"origin": [11.45522, 14.975, -6.21394], "size": [2, 2, 2], "uv": [36, 70]} + ] + }, + { + "name": "bone5", + "parent": "bone4", + "pivot": [8.625, 15.85697, -3.00127], + "cubes": [ + {"origin": [11.45522, 16.29102, -7.37753], "size": [2, 2, 2], "pivot": [8.625, 15.85697, -3.00127], "rotation": [26.5, 0, 0], "uv": [70, 4]} + ] + }, + { + "name": "finger_2", + "parent": "hand_left", + "pivot": [-3.9, 0, 1] + }, + { + "name": "bone7", + "parent": "finger_2", + "pivot": [12.6, 16.275, -1.225], + "cubes": [ + {"origin": [11.6, 15, -3], "size": [2, 2, 2], "uv": [22, 69]} + ] + }, + { + "name": "bone6", + "parent": "bone7", + "pivot": [12.6, 15.98197, -2.37627], + "cubes": [ + {"origin": [11.6, 14.88197, -4.50127], "size": [2, 2, 2], "pivot": [12.6, 15.88197, -3.00127], "rotation": [26.5, 0, 0], "uv": [70, 0]} + ] + }, + { + "name": "teadrop", + "parent": "hand_left", + "pivot": [1.6, 0, 0], + "cubes": [ + {"origin": [9.175, 13.5, 2.575], "size": [1, 1, 1], "uv": [30, 27]} + ] + }, + { + "name": "spoon", + "parent": "hand_left", + "pivot": [21.08257, 14.50457, -2.5], + "cubes": [ + {"origin": [28.8905, 12.86177, -3.475], "size": [3, 1, 2], "pivot": [28.3933, 13.28951, -2.475], "rotation": [0, 0, -7.5], "uv": [0, 83]}, + {"origin": [21.875, 15, -3], "size": [1, 1, 1], "uv": [0, 78]}, + {"origin": [8.875, 14, -3], "size": [14, 1, 1], "uv": [0, 76]}, + {"origin": [22.08257, 14.00457, -3.475], "size": [7, 1, 2], "pivot": [21.08257, 14.50457, -2.5], "rotation": [0, 0, 7.75], "uv": [0, 80]} + ] + }, + { + "name": "hand_r_movement", + "parent": "pot", + "pivot": [-11.85, 15.5, 0.4875] + }, + { + "name": "hand_right", + "parent": "hand_r_movement", + "pivot": [-11.85, 15.5, 0.4875], + "cubes": [ + {"origin": [-12.6, 14, -0.025], "size": [3, 2, 2], "uv": [0, 7]}, + {"origin": [-14.6, 15, -1], "size": [4, 2, 2], "uv": [65, 57]} + ] + }, + { + "name": "finger_4", + "parent": "hand_right", + "pivot": [-7.125, 15.80443, -0.54937], + "rotation": [0, -40, 0] + }, + { + "name": "bone8", + "parent": "finger_4", + "pivot": [-20.575, -0.025, 1], + "cubes": [ + {"origin": [-11.40522, 14.975, 0.21394], "size": [2, 2, 2], "uv": [0, 67]} + ] + }, + { + "name": "bone9", + "parent": "bone8", + "pivot": [-6.575, 15.85697, -3.00127], + "cubes": [ + {"origin": [-11.40522, 13.42291, -1.62501], "size": [2, 2, 2], "pivot": [-6.575, 15.85697, -3.00127], "rotation": [26.5, 0, 0], "uv": [57, 11]} + ] + }, + { + "name": "finger_5", + "parent": "hand_right", + "pivot": [-8.075, 15.80443, -0.54937], + "rotation": [0, 40, 0] + }, + { + "name": "bone10", + "parent": "finger_5", + "pivot": [-8.625, 15.85697, -3.00127], + "cubes": [ + {"origin": [-13.45522, 14.975, -6.21394], "size": [2, 2, 2], "uv": [50, 47]} + ] + }, + { + "name": "bone11", + "parent": "bone10", + "pivot": [-8.625, 15.85697, -3.00127], + "cubes": [ + {"origin": [-13.45522, 16.29102, -7.37753], "size": [2, 2, 2], "pivot": [-8.625, 15.85697, -3.00127], "rotation": [26.5, 0, 0], "uv": [26, 49]} + ] + }, + { + "name": "finger_6", + "parent": "hand_right", + "pivot": [3.9, 0, 1] + }, + { + "name": "bone12", + "parent": "finger_6", + "pivot": [1.4, 0, 1], + "cubes": [ + {"origin": [-13.6, 15, -3], "size": [2, 2, 2], "uv": [16, 49]} + ] + }, + { + "name": "bone13", + "parent": "bone12", + "pivot": [-12.6, 15.88197, -3.00127], + "cubes": [ + {"origin": [-13.6, 14.88197, -4.50127], "size": [2, 2, 2], "pivot": [-12.6, 15.88197, -3.00127], "rotation": [26.5, 0, 0], "uv": [6, 49]} + ] + }, + { + "name": "teadrop2", + "parent": "hand_right", + "pivot": [-1.6, 0, 0], + "cubes": [ + {"origin": [-10.175, 13.5, 2.575], "size": [1, 1, 1], "uv": [30, 25]} + ] + }, + { + "name": "ghost", + "parent": "pot", + "pivot": [-0.5, 24, 0.5], + "cubes": [ + {"origin": [-2.5, 19, -2.5], "size": [5, 13, 5], "uv": [35, 47]} + ] + }, + { + "name": "head", + "parent": "ghost", + "pivot": [0, 28.425, 0], + "cubes": [ + {"origin": [-3.5, 28, -3.5], "size": [7, 7, 7], "uv": [35, 18]} + ] + }, + { + "name": "cap", + "parent": "head", + "pivot": [0, 36.33333, 0], + "cubes": [ + {"origin": [-4.5, 34, -4.5], "size": [9, 2, 9], "uv": [31, 0]}, + {"origin": [-1.5, 35, -1.5], "size": [3, 2, 3], "uv": [65, 52]}, + {"origin": [-2.5, 37, -2.5], "size": [5, 2, 5], "uv": [42, 11]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/poltchageist/sinistcha.bbmodel b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/poltchageist/sinistcha.bbmodel new file mode 100644 index 0000000..2e8ba14 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/poltchageist/sinistcha.bbmodel @@ -0,0 +1 @@ +{"meta":{"format_version":"4.5","model_format":"bedrock","box_uv":true},"name":"sinistcha.geo","model_identifier":"","visible_box":[2,3.5,1.25],"variable_placeholders":"","variable_placeholder_buttons":[],"bedrock_animation_mode":"entity","timeline_setups":[],"unhandled_root_fields":{},"resolution":{"width":64,"height":64},"elements":[{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-3,2.325,-3],"to":[3,3.3249999999999966,3],"autouv":0,"color":1,"origin":[0,0,0],"uv_offset":[30,21],"faces":{"north":{"uv":[36,27,42,28],"texture":1},"east":{"uv":[30,27,36,28],"texture":1},"south":{"uv":[48,27,54,28],"texture":1},"west":{"uv":[42,27,48,28],"texture":1},"up":{"uv":[42,27,36,21],"texture":1},"down":{"uv":[48,21,42,27],"texture":1}},"type":"cube","uuid":"f40f3feb-677b-f8f4-232b-5b85b0d4dee4"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-4,3.0500000000000007,-4],"to":[4,4.049999999999997,4],"autouv":0,"color":7,"origin":[0,0,0],"uv_offset":[0,14],"faces":{"north":{"uv":[8,22,16,23],"texture":1},"east":{"uv":[0,22,8,23],"texture":1},"south":{"uv":[24,22,32,23],"texture":1},"west":{"uv":[16,22,24,23],"texture":1},"up":{"uv":[16,22,8,14],"texture":1},"down":{"uv":[24,14,16,22],"texture":1}},"type":"cube","uuid":"203564af-35e0-94d7-7057-0b8522300a34"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-5,4.050000000000001,-5],"to":[5,11.049999999999997,-4],"autouv":0,"color":9,"origin":[0,0,0],"uv_offset":[37,37],"faces":{"north":{"uv":[38,38,48,45],"texture":1},"east":{"uv":[37,38,38,45],"texture":1},"south":{"uv":[49,38,59,45],"texture":1},"west":{"uv":[48,38,49,45],"texture":1},"up":{"uv":[48,38,38,37],"texture":1},"down":{"uv":[58,37,48,38],"texture":1}},"type":"cube","uuid":"562e74aa-af07-d130-ee4f-57468927c83d"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-5,4.050000000000001,4],"to":[5,11.049999999999997,5],"autouv":0,"color":9,"origin":[0,0,0],"uv_offset":[34,0],"faces":{"north":{"uv":[35,1,45,8],"texture":1},"east":{"uv":[34,1,35,8],"texture":1},"south":{"uv":[46,1,56,8],"texture":1},"west":{"uv":[45,1,46,8],"texture":1},"up":{"uv":[45,1,35,0],"texture":1},"down":{"uv":[55,0,45,1],"texture":1}},"type":"cube","uuid":"d2cc39b4-9e7d-10d8-cd0d-cd9dfb9fc80e"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-5,4.050000000000001,-4],"to":[-4,11.049999999999997,4],"autouv":0,"color":9,"origin":[0,0,0],"uv_offset":[24,6],"faces":{"north":{"uv":[32,14,33,21],"texture":1},"east":{"uv":[24,14,32,21],"texture":1},"south":{"uv":[41,14,42,21],"texture":1},"west":{"uv":[33,14,41,21],"texture":1},"up":{"uv":[33,14,32,6],"texture":1},"down":{"uv":[34,6,33,14],"texture":1}},"type":"cube","uuid":"346be09f-83bd-187a-9c42-65fc23dc23c2"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[4,4.050000000000001,-4],"to":[5,11.049999999999997,4],"autouv":0,"color":9,"origin":[0,0,0],"uv_offset":[20,23],"faces":{"north":{"uv":[28,31,29,38],"texture":1},"east":{"uv":[20,31,28,38],"texture":1},"south":{"uv":[37,31,38,38],"texture":1},"west":{"uv":[29,31,37,38],"texture":1},"up":{"uv":[29,31,28,23],"texture":1},"down":{"uv":[30,23,29,31],"texture":1}},"type":"cube","uuid":"e644a3bc-8869-cd43-b4a4-f2db5c4ab1de"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-4,4.050000000000001,-4],"to":[4,10.049999999999997,4],"autouv":0,"color":6,"origin":[0,0,0],"faces":{"north":{"uv":[8,8,16,14],"texture":1},"east":{"uv":[0,8,8,14],"texture":1},"south":{"uv":[24,8,32,14],"texture":1},"west":{"uv":[16,8,24,14],"texture":1},"up":{"uv":[16,8,8,0],"texture":1},"down":{"uv":[24,0,16,8],"texture":1}},"type":"cube","uuid":"15a4324d-4b3f-89c7-9d45-0f24c9a2af07"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-2.474999999999997,8,-0.9749999999999999],"to":[2.525000000000003,16,4.025],"autouv":0,"color":6,"origin":[1.5,0,-0.5],"uv_offset":[0,23],"faces":{"north":{"uv":[5,28,10,36],"texture":1},"east":{"uv":[0,28,5,36],"texture":1},"south":{"uv":[15,28,20,36],"texture":1},"west":{"uv":[10,28,15,36],"texture":1},"up":{"uv":[10,28,5,23],"texture":1},"down":{"uv":[15,23,10,28],"texture":1}},"type":"cube","uuid":"15e8ca29-03ea-2247-8762-1773c59d0b83"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1.5,12,2.5],"to":[2.5,12,5.5],"autouv":0,"color":6,"origin":[2.5,-1,-2.5],"uv_offset":[31,21],"faces":{"north":{"uv":[34,24,35,24],"texture":1},"east":{"uv":[31,24,34,24],"texture":1},"south":{"uv":[38,24,39,24],"texture":1},"west":{"uv":[35,24,38,24],"texture":1},"up":{"uv":[35,24,34,21],"texture":1},"down":{"uv":[36,21,35,24],"texture":1}},"type":"cube","uuid":"c6ddf0c0-670f-3f30-7bd5-e5230f41bebb"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1.5,12.018591743952719,5.490561122499791],"to":[2.5,12.018591743952719,7.490561122499791],"autouv":0,"color":6,"origin":[2.5,-0.9814082560472807,-2.5094388775002088],"uv_offset":[17,23],"faces":{"north":{"uv":[19,25,20,25],"texture":1},"east":{"uv":[17,25,19,25],"texture":1},"south":{"uv":[22,25,23,25],"texture":1},"west":{"uv":[20,25,22,25],"texture":1},"up":{"uv":[20,25,19,23],"texture":1},"down":{"uv":[21,23,20,25],"texture":1}},"type":"cube","uuid":"785009e5-f1ec-7b52-997b-6058f81bc970"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[2.1249999999999996,11.975,6.099999999999984],"to":[3.1249999999999996,11.975,7.099999999999984],"autouv":0,"color":6,"rotation":[0,-57.75,0],"origin":[2,11.975,5.475000000000001],"uv_offset":[29,21],"faces":{"north":{"uv":[30,22,31,22],"texture":1},"east":{"uv":[29,22,30,22],"texture":1},"south":{"uv":[32,22,33,22],"texture":1},"west":{"uv":[31,22,32,22],"texture":1},"up":{"uv":[31,22,30,21],"texture":1},"down":{"uv":[32,21,31,22],"texture":1}},"type":"cube","uuid":"e4c65d1b-4719-07d2-dcbf-90738862c06e"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-0.9999999999999999,11.975,9.449999999999974],"to":[4.371503159461554e-16,11.975,10.449999999999974],"autouv":0,"color":6,"rotation":[0,57.75,0],"origin":[-2,11.975,5.475000000000001],"uv_offset":[21,29],"faces":{"north":{"uv":[22,30,23,30],"texture":1},"east":{"uv":[21,30,22,30],"texture":1},"south":{"uv":[24,30,25,30],"texture":1},"west":{"uv":[23,30,24,30],"texture":1},"up":{"uv":[23,30,22,29],"texture":1},"down":{"uv":[24,29,23,30],"texture":1}},"type":"cube","uuid":"51118ad4-f0bd-b912-c516-071256a5e4ea"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-2.475,12,2.5],"to":[-1.475,12,5.5],"autouv":0,"color":6,"origin":[-2.475,-1,-2.5],"uv_offset":[31,8],"faces":{"north":{"uv":[34,11,35,11],"texture":1},"east":{"uv":[31,11,34,11],"texture":1},"south":{"uv":[38,11,39,11],"texture":1},"west":{"uv":[35,11,38,11],"texture":1},"up":{"uv":[35,11,34,8],"texture":1},"down":{"uv":[36,8,35,11],"texture":1}},"type":"cube","uuid":"f4cf561c-8e4d-509b-893c-5640d1748846"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-2.475,12.018591743952719,5.490561122499791],"to":[-1.475,12.018591743952719,7.490561122499791],"autouv":0,"color":6,"origin":[-2.475,-0.9814082560472807,-2.5094388775002088],"uv_offset":[0,20],"faces":{"north":{"uv":[2,22,3,22],"texture":1},"east":{"uv":[0,22,2,22],"texture":1},"south":{"uv":[5,22,6,22],"texture":1},"west":{"uv":[3,22,5,22],"texture":1},"up":{"uv":[3,22,2,20],"texture":1},"down":{"uv":[4,20,3,22],"texture":1}},"type":"cube","uuid":"aadfd8c8-7c31-be03-b8db-2444d589775a"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-3.0999999999999996,11.975,6.099999999999984],"to":[-2.0999999999999996,11.975,7.099999999999984],"autouv":0,"color":6,"rotation":[0,57.75,0],"origin":[-1.975,11.975,5.475000000000001],"uv_offset":[19,29],"faces":{"north":{"uv":[20,30,21,30],"texture":1},"east":{"uv":[19,30,20,30],"texture":1},"south":{"uv":[22,30,23,30],"texture":1},"west":{"uv":[21,30,22,30],"texture":1},"up":{"uv":[21,30,20,29],"texture":1},"down":{"uv":[22,29,21,30],"texture":1}},"type":"cube","uuid":"01bf4b61-32a2-0264-f107-a4c0fcc8945f"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0.024999999999999564,11.975,9.449999999999974],"to":[1.025,11.975,10.449999999999974],"autouv":0,"color":6,"rotation":[0,-57.75,0],"origin":[2.025,11.975,5.475000000000001],"uv_offset":[27,21],"faces":{"north":{"uv":[28,22,29,22],"texture":1},"east":{"uv":[27,22,28,22],"texture":1},"south":{"uv":[30,22,31,22],"texture":1},"west":{"uv":[29,22,30,22],"texture":1},"up":{"uv":[29,22,28,21],"texture":1},"down":{"uv":[30,21,29,22],"texture":1}},"type":"cube","uuid":"7fd0852e-80cd-affa-39e1-d0a2956aebdc"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,-0.3,-1],"to":[2,3.700000000000001,1],"autouv":0,"color":0,"inflate":-0.325,"origin":[1,2.7249999999999974,0],"uv_offset":[20,23],"faces":{"north":{"uv":[22,25,24,29],"texture":1},"east":{"uv":[20,25,22,29],"texture":1},"south":{"uv":[26,25,28,29],"texture":1},"west":{"uv":[24,25,26,29],"texture":1},"up":{"uv":[24,25,22,23],"texture":1},"down":{"uv":[26,23,24,25],"texture":1}},"type":"cube","uuid":"c207ddec-9ed3-0f12-afd8-21ce111494d5"},{"name":"left_leg","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-2,0.4749999999999998,-1],"to":[0,3.475000000000002,1],"autouv":0,"color":0,"inflate":-0.325,"origin":[-1,2.749999999999999,0],"uv_offset":[26,0],"faces":{"north":{"uv":[28,2,30,5],"texture":1},"east":{"uv":[26,2,28,5],"texture":1},"south":{"uv":[32,2,34,5],"texture":1},"west":{"uv":[30,2,32,5],"texture":1},"up":{"uv":[30,2,28,0],"texture":1},"down":{"uv":[32,0,30,2],"texture":1}},"type":"cube","uuid":"a7513404-07f9-9145-74cd-70817373b77f"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-2,16,-0.45000000000000007],"to":[2,18,3.55],"autouv":0,"color":0,"origin":[1,0,-2],"uv_offset":[12,38],"faces":{"north":{"uv":[16,42,20,44],"texture":1},"east":{"uv":[12,42,16,44],"texture":1},"south":{"uv":[24,42,28,44],"texture":1},"west":{"uv":[20,42,24,44],"texture":1},"up":{"uv":[20,42,16,38],"texture":1},"down":{"uv":[24,38,20,42],"texture":1}},"type":"cube","uuid":"f410b667-b06e-aae6-5616-c1b3d15dc0a3"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-2,17.749999999999982,-0.45000000000000007],"to":[2,19.749999999999982,3.55],"autouv":0,"color":0,"inflate":-0.24999999999999997,"origin":[1,0,-2],"uv_offset":[0,36],"faces":{"north":{"uv":[4,40,8,42],"texture":1},"east":{"uv":[0,40,4,42],"texture":1},"south":{"uv":[12,40,16,42],"texture":1},"west":{"uv":[8,40,12,42],"texture":1},"up":{"uv":[8,40,4,36],"texture":1},"down":{"uv":[12,36,8,40],"texture":1}},"type":"cube","uuid":"649e691e-2004-6523-d7b0-5021a1280ee8"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-2,19,-0.45000000000000007],"to":[2,21,3.55],"autouv":0,"color":5,"origin":[1,0,-2],"uv_offset":[34,8],"faces":{"north":{"uv":[38,12,42,14],"texture":1},"east":{"uv":[34,12,38,14],"texture":1},"south":{"uv":[46,12,50,14],"texture":1},"west":{"uv":[42,12,46,14],"texture":1},"up":{"uv":[42,12,38,8],"texture":1},"down":{"uv":[46,8,42,12],"texture":1}},"type":"cube","uuid":"95829705-79a0-0f9b-c283-ff032a7bf035"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-2,21,-0.45000000000000007],"to":[2,23,0.5499999999999999],"autouv":0,"color":5,"origin":[1,0,-2],"uv_offset":[24,38],"faces":{"north":{"uv":[25,39,29,41],"texture":1},"east":{"uv":[24,39,25,41],"texture":1},"south":{"uv":[30,39,34,41],"texture":1},"west":{"uv":[29,39,30,41],"texture":1},"up":{"uv":[29,39,25,38],"texture":1},"down":{"uv":[33,38,29,39],"texture":1}},"type":"cube","uuid":"09090f7c-d001-40a2-ec7b-4a5a8a4ac4fb"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-2,21,2.55],"to":[2,23,3.55],"autouv":0,"color":5,"origin":[1,0,-2],"uv_offset":[30,28],"faces":{"north":{"uv":[31,29,35,31],"texture":1},"east":{"uv":[30,29,31,31],"texture":1},"south":{"uv":[36,29,40,31],"texture":1},"west":{"uv":[35,29,36,31],"texture":1},"up":{"uv":[35,29,31,28],"texture":1},"down":{"uv":[39,28,35,29],"texture":1}},"type":"cube","uuid":"4b3a65e2-2d07-aa98-4135-4e231d2b1586"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-2,21,0.5499999999999998],"to":[-1,23,2.55],"autouv":0,"color":5,"origin":[1,0,-2],"uv_offset":[38,33],"faces":{"north":{"uv":[40,35,41,37],"texture":1},"east":{"uv":[38,35,40,37],"texture":1},"south":{"uv":[43,35,44,37],"texture":1},"west":{"uv":[41,35,43,37],"texture":1},"up":{"uv":[41,35,40,33],"texture":1},"down":{"uv":[42,33,41,35],"texture":1}},"type":"cube","uuid":"e487bc4d-2780-4445-d27c-4ed515ea6915"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1,21,0.5499999999999998],"to":[2,23,2.55],"autouv":0,"color":5,"origin":[1,0,-2],"uv_offset":[38,29],"faces":{"north":{"uv":[40,31,41,33],"texture":1},"east":{"uv":[38,31,40,33],"texture":1},"south":{"uv":[43,31,44,33],"texture":1},"west":{"uv":[41,31,43,33],"texture":1},"up":{"uv":[41,31,40,29],"texture":1},"down":{"uv":[42,29,41,31],"texture":1}},"type":"cube","uuid":"bbf0ec96-3687-973c-cd8a-3544b7c32003"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-0.475,16.074000549316402,4.125000190734858],"to":[0.5249999999999998,16.074000549316402,5.125000190734859],"autouv":0,"color":1,"rotation":[71,0,0],"origin":[0.02499999999999991,16.074000549316402,4.125000190734858],"uv_offset":[14,27],"faces":{"north":{"uv":[15,28,16,28],"texture":1},"east":{"uv":[14,28,15,28],"texture":1},"south":{"uv":[17,28,18,28],"texture":1},"west":{"uv":[16,28,17,28],"texture":1},"up":{"uv":[16,28,15,27],"texture":1},"down":{"uv":[17,27,16,28],"texture":1}},"type":"cube","uuid":"29d3e358-7d81-bf80-9588-a2857c27b9db"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1.02263288020547,16.074000549316402,1.510799640663123],"to":[2.02263288020547,16.074000549316402,3.5107996406631234],"autouv":0,"color":1,"origin":[3.0052093201020043,0.9990005493164062,-4.359556055276768],"uv_offset":[0,18],"faces":{"north":{"uv":[2,20,3,20],"texture":1},"east":{"uv":[0,20,2,20],"texture":1},"south":{"uv":[5,20,6,20],"texture":1},"west":{"uv":[3,20,5,20],"texture":1},"up":{"uv":[3,20,2,18],"texture":1},"down":{"uv":[4,18,3,20],"texture":1}},"type":"cube","uuid":"b25a9a18-e41b-152a-ffb8-ec68f67f1610"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1.0226329159682566,16.73578125513146,3.1880280310772267],"to":[2.0226329159682566,16.73578125513146,4.188028031077234],"autouv":0,"color":1,"rotation":[50,0,0],"origin":[1.0302093558647911,16.06905011071975,2.6285741737069537],"uv_offset":[2,27],"faces":{"north":{"uv":[3,28,4,28],"texture":1},"east":{"uv":[2,28,3,28],"texture":1},"south":{"uv":[5,28,6,28],"texture":1},"west":{"uv":[4,28,5,28],"texture":1},"up":{"uv":[4,28,3,27],"texture":1},"down":{"uv":[5,27,4,28],"texture":1}},"type":"cube","uuid":"2e6868fe-e8b6-ecfb-e0f9-9a67aca1ec24"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1.0226329159682568,15.680803832364054,3.5267235630486486],"to":[2.0226329159682566,15.680803832364054,6.526723563048657],"autouv":0,"color":1,"rotation":[50,0,0],"origin":[1.030209355864791,14.817662640577279,3.4246157378940425],"uv_offset":[29,24],"faces":{"north":{"uv":[32,27,33,27],"texture":1},"east":{"uv":[29,27,32,27],"texture":1},"south":{"uv":[36,27,37,27],"texture":1},"west":{"uv":[33,27,36,27],"texture":1},"up":{"uv":[33,27,32,24],"texture":1},"down":{"uv":[34,24,33,27],"texture":1}},"type":"cube","uuid":"14816d6a-c708-d8cb-a90b-cdb4e5e7bbbf"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1.02263288020547,16.074000549316402,0.03579964066312402],"to":[2.02263288020547,16.074000549316402,2.035799640663125],"autouv":0,"color":1,"origin":[3.0052093201020043,0.9990005493164062,-5.834556055276777],"uv_offset":[0,16],"faces":{"north":{"uv":[2,18,3,18],"texture":1},"east":{"uv":[0,18,2,18],"texture":1},"south":{"uv":[5,18,6,18],"texture":1},"west":{"uv":[3,18,5,18],"texture":1},"up":{"uv":[3,18,2,16],"texture":1},"down":{"uv":[4,16,3,18],"texture":1}},"type":"cube","uuid":"c5cc1ea4-18f6-4217-6287-5908d9c49f32"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1.0226329159682566,16.73578125513146,1.7130280310772283],"to":[2.0226329159682566,16.73578125513146,2.7130280310772332],"autouv":0,"color":1,"rotation":[50,0,0],"origin":[1.0302093558647911,16.06905011071975,1.1535741737069563],"uv_offset":[0,27],"faces":{"north":{"uv":[1,28,2,28],"texture":1},"east":{"uv":[0,28,1,28],"texture":1},"south":{"uv":[3,28,4,28],"texture":1},"west":{"uv":[2,28,3,28],"texture":1},"up":{"uv":[2,28,1,27],"texture":1},"down":{"uv":[3,27,2,28],"texture":1}},"type":"cube","uuid":"71e0121b-7b97-7cb7-ec00-9cf71d362259"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1.0226329159682568,15.680803832364054,2.0517235630486503],"to":[2.0226329159682566,15.680803832364054,6.051723563048648],"autouv":0,"color":1,"rotation":[50,0,0],"origin":[1.030209355864791,14.817662640577279,1.9496157378940442],"uv_offset":[20,4],"faces":{"north":{"uv":[24,8,25,8],"texture":1},"east":{"uv":[20,8,24,8],"texture":1},"south":{"uv":[29,8,30,8],"texture":1},"west":{"uv":[25,8,29,8],"texture":1},"up":{"uv":[25,8,24,4],"texture":1},"down":{"uv":[26,4,25,8],"texture":1}},"type":"cube","uuid":"d9afa81a-3c73-1e2c-4934-9c6c9a956a27"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1.02263288020547,16.074000549316402,-1.439200359336876],"to":[2.02263288020547,16.074000549316402,0.560799640663125],"autouv":0,"color":1,"origin":[3.0052093201020043,0.9990005493164062,-7.309556055276783],"uv_offset":[0,14],"faces":{"north":{"uv":[2,16,3,16],"texture":1},"east":{"uv":[0,16,2,16],"texture":1},"south":{"uv":[5,16,6,16],"texture":1},"west":{"uv":[3,16,5,16],"texture":1},"up":{"uv":[3,16,2,14],"texture":1},"down":{"uv":[4,14,3,16],"texture":1}},"type":"cube","uuid":"f9233e68-a964-2a9c-71b4-f55e9340e9b5"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1.0226329159682566,16.73578125513146,0.23802803107722825],"to":[2.0226329159682566,16.73578125513146,1.2380280310772331],"autouv":0,"color":1,"rotation":[50,0,0],"origin":[1.0302093558647911,16.06905011071975,-0.32142582629304384],"uv_offset":[16,26],"faces":{"north":{"uv":[17,27,18,27],"texture":1},"east":{"uv":[16,27,17,27],"texture":1},"south":{"uv":[19,27,20,27],"texture":1},"west":{"uv":[18,27,19,27],"texture":1},"up":{"uv":[18,27,17,26],"texture":1},"down":{"uv":[19,26,18,27],"texture":1}},"type":"cube","uuid":"6796461a-c057-3767-40f1-ce6bb244ba68"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1.0226329159682568,15.680803832364054,0.5767235630486502],"to":[2.0226329159682566,15.680803832364054,4.576723563048642],"autouv":0,"color":1,"rotation":[50,0,0],"origin":[1.030209355864791,14.817662640577279,0.4746157378940441],"uv_offset":[20,0],"faces":{"north":{"uv":[24,4,25,4],"texture":1},"east":{"uv":[20,4,24,4],"texture":1},"south":{"uv":[29,4,30,4],"texture":1},"west":{"uv":[25,4,29,4],"texture":1},"up":{"uv":[25,4,24,0],"texture":1},"down":{"uv":[26,0,25,4],"texture":1}},"type":"cube","uuid":"1b3e6046-4afe-2106-3c8d-e54e80e3e97c"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1.4976328802054684,16.049000549316403,-1.0607996406631166],"to":[2.4976328802054684,16.049000549316403,2.9392003593368754],"autouv":0,"color":1,"origin":[3.4802093201020026,0.9740005493164062,6.809556055276766],"uv_offset":[2,18],"faces":{"north":{"uv":[6,22,7,22],"texture":1},"east":{"uv":[2,22,6,22],"texture":1},"south":{"uv":[11,22,12,22],"texture":1},"west":{"uv":[7,22,11,22],"texture":1},"up":{"uv":[7,22,6,18],"texture":1},"down":{"uv":[8,18,7,22],"texture":1}},"type":"cube","uuid":"d19436b8-9603-3390-6bb3-6027b045d0ad"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1.4976329159682549,16.71078125513146,-1.7380280310772278],"to":[2.497632915968255,16.71078125513146,-0.7380280310772256],"autouv":0,"color":1,"rotation":[-50,0,0],"origin":[1.5052093558647894,16.044050110719752,-0.17857417370695527],"uv_offset":[14,26],"faces":{"north":{"uv":[15,27,16,27],"texture":1},"east":{"uv":[14,27,15,27],"texture":1},"south":{"uv":[17,27,18,27],"texture":1},"west":{"uv":[16,27,17,27],"texture":1},"up":{"uv":[16,27,15,26],"texture":1},"down":{"uv":[17,26,16,27],"texture":1}},"type":"cube","uuid":"25d5897e-3e36-c515-f66b-68fd9e22e711"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1.4976329159682553,15.655803832364054,-5.076723563048651],"to":[2.497632915968255,15.655803832364054,-1.0767235630486418],"autouv":0,"color":1,"rotation":[-50,0,0],"origin":[1.5052093558647894,14.792662640577278,-0.9746157378940365],"uv_offset":[0,18],"faces":{"north":{"uv":[4,22,5,22],"texture":1},"east":{"uv":[0,22,4,22],"texture":1},"south":{"uv":[9,22,10,22],"texture":1},"west":{"uv":[5,22,9,22],"texture":1},"up":{"uv":[5,22,4,18],"texture":1},"down":{"uv":[6,18,5,22],"texture":1}},"type":"cube","uuid":"c3830dd4-892d-4632-bbc6-76ac4b428e62"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-0.475,16.074000549316402,3.125000190734865],"to":[0.5249999999999998,16.074000549316402,4.125000190734858],"autouv":0,"color":1,"origin":[2,0.9990005493164062,-2.874999809265135],"uv_offset":[2,26],"faces":{"north":{"uv":[3,27,4,27],"texture":1},"east":{"uv":[2,27,3,27],"texture":1},"south":{"uv":[5,27,6,27],"texture":1},"west":{"uv":[4,27,5,27],"texture":1},"up":{"uv":[4,27,3,26],"texture":1},"down":{"uv":[5,26,4,27],"texture":1}},"type":"cube","uuid":"fadf5992-bf03-0d44-b457-833f1cd4bc5e"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-2.02263288020547,16.074000549316402,-2.4392003593368763],"to":[-1.02263288020547,16.074000549316402,0.5607996406631248],"autouv":0,"color":1,"origin":[-3.0052093201020043,0.9990005493164062,-7.309556055276783],"uv_offset":[29,21],"faces":{"north":{"uv":[32,24,33,24],"texture":1},"east":{"uv":[29,24,32,24],"texture":1},"south":{"uv":[36,24,37,24],"texture":1},"west":{"uv":[33,24,36,24],"texture":1},"up":{"uv":[33,24,32,21],"texture":1},"down":{"uv":[34,21,33,24],"texture":1}},"type":"cube","uuid":"8437add0-b6f1-e5a4-e756-998c8f759e10"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-2.0226329159682566,16.73578125513146,0.23802803107722825],"to":[-1.0226329159682566,16.73578125513146,1.2380280310772331],"autouv":0,"color":1,"rotation":[50,0,0],"origin":[-1.0302093558647911,16.06905011071975,-0.32142582629304384],"uv_offset":[0,26],"faces":{"north":{"uv":[1,27,2,27],"texture":1},"east":{"uv":[0,27,1,27],"texture":1},"south":{"uv":[3,27,4,27],"texture":1},"west":{"uv":[2,27,3,27],"texture":1},"up":{"uv":[2,27,1,26],"texture":1},"down":{"uv":[3,26,2,27],"texture":1}},"type":"cube","uuid":"80406181-ba41-a0f9-3f04-0e3cb0de11ea"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-2.0226329159682566,15.680803832364054,0.5767235630486502],"to":[-1.0226329159682568,15.680803832364054,4.576723563048642],"autouv":0,"color":1,"rotation":[50,0,0],"origin":[-1.030209355864791,14.817662640577279,0.4746157378940441],"uv_offset":[2,14],"faces":{"north":{"uv":[6,18,7,18],"texture":1},"east":{"uv":[2,18,6,18],"texture":1},"south":{"uv":[11,18,12,18],"texture":1},"west":{"uv":[7,18,11,18],"texture":1},"up":{"uv":[7,18,6,14],"texture":1},"down":{"uv":[8,14,7,18],"texture":1}},"type":"cube","uuid":"5605774d-1865-63dd-10dc-d7926eef3f99"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-2.02263288020547,16.074000549316402,1.510799640663123],"to":[-1.02263288020547,16.074000549316402,3.5107996406631234],"autouv":0,"color":1,"origin":[-3.0052093201020043,0.9990005493164062,-4.359556055276768],"uv_offset":[0,6],"faces":{"north":{"uv":[2,8,3,8],"texture":1},"east":{"uv":[0,8,2,8],"texture":1},"south":{"uv":[5,8,6,8],"texture":1},"west":{"uv":[3,8,5,8],"texture":1},"up":{"uv":[3,8,2,6],"texture":1},"down":{"uv":[4,6,3,8],"texture":1}},"type":"cube","uuid":"521a1dcb-72ca-f9f0-c43a-1d1339322625"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-2.0226329159682566,16.73578125513146,3.1880280310772267],"to":[-1.0226329159682566,16.73578125513146,4.188028031077234],"autouv":0,"color":1,"rotation":[50,0,0],"origin":[-1.0302093558647911,16.06905011071975,2.6285741737069537],"uv_offset":[25,24],"faces":{"north":{"uv":[26,25,27,25],"texture":1},"east":{"uv":[25,25,26,25],"texture":1},"south":{"uv":[28,25,29,25],"texture":1},"west":{"uv":[27,25,28,25],"texture":1},"up":{"uv":[27,25,26,24],"texture":1},"down":{"uv":[28,24,27,25],"texture":1}},"type":"cube","uuid":"ba773fa6-75dc-8104-36d6-805fb5e8372f"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-2.0226329159682566,15.680803832364054,3.5267235630486486],"to":[-1.0226329159682568,15.680803832364054,6.526723563048657],"autouv":0,"color":1,"rotation":[50,0,0],"origin":[-1.030209355864791,14.817662640577279,3.4246157378940425],"uv_offset":[27,23],"faces":{"north":{"uv":[30,26,31,26],"texture":1},"east":{"uv":[27,26,30,26],"texture":1},"south":{"uv":[34,26,35,26],"texture":1},"west":{"uv":[31,26,34,26],"texture":1},"up":{"uv":[31,26,30,23],"texture":1},"down":{"uv":[32,23,31,26],"texture":1}},"type":"cube","uuid":"73738ddd-42dd-a49d-ab81-3b062b3fac12"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-2.02263288020547,16.074000549316402,0.03579964066312402],"to":[-1.02263288020547,16.074000549316402,2.035799640663125],"autouv":0,"color":1,"origin":[-3.0052093201020043,0.9990005493164062,-5.834556055276777],"uv_offset":[0,4],"faces":{"north":{"uv":[2,6,3,6],"texture":1},"east":{"uv":[0,6,2,6],"texture":1},"south":{"uv":[5,6,6,6],"texture":1},"west":{"uv":[3,6,5,6],"texture":1},"up":{"uv":[3,6,2,4],"texture":1},"down":{"uv":[4,4,3,6],"texture":1}},"type":"cube","uuid":"4ecc5b81-16d0-a3ed-9255-93604838ba67"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-2.0226329159682566,16.73578125513146,1.7130280310772283],"to":[-1.0226329159682566,16.73578125513146,2.7130280310772332],"autouv":0,"color":1,"rotation":[50,0,0],"origin":[-1.0302093558647911,16.06905011071975,1.1535741737069563],"uv_offset":[25,23],"faces":{"north":{"uv":[26,24,27,24],"texture":1},"east":{"uv":[25,24,26,24],"texture":1},"south":{"uv":[28,24,29,24],"texture":1},"west":{"uv":[27,24,28,24],"texture":1},"up":{"uv":[27,24,26,23],"texture":1},"down":{"uv":[28,23,27,24],"texture":1}},"type":"cube","uuid":"5b8b1e18-5f6e-ab4c-ec77-c34b478f4e9d"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-2.0226329159682566,15.680803832364054,2.0517235630486503],"to":[-1.0226329159682568,15.680803832364054,6.051723563048648],"autouv":0,"color":1,"rotation":[50,0,0],"origin":[-1.030209355864791,14.817662640577279,1.9496157378940442],"uv_offset":[0,14],"faces":{"north":{"uv":[4,18,5,18],"texture":1},"east":{"uv":[0,18,4,18],"texture":1},"south":{"uv":[9,18,10,18],"texture":1},"west":{"uv":[5,18,9,18],"texture":1},"up":{"uv":[5,18,4,14],"texture":1},"down":{"uv":[6,14,5,18],"texture":1}},"type":"cube","uuid":"95c34756-42ff-4306-6eb2-94acaa496eb2"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0.2726328802054683,16.049000549316403,-1.0607996406631166],"to":[1.2726328802054674,16.049000549316403,0.9392003593368754],"autouv":0,"color":1,"origin":[2.2552093201020016,0.9740005493164062,6.809556055276766],"uv_offset":[0,2],"faces":{"north":{"uv":[2,4,3,4],"texture":1},"east":{"uv":[0,4,2,4],"texture":1},"south":{"uv":[5,4,6,4],"texture":1},"west":{"uv":[3,4,5,4],"texture":1},"up":{"uv":[3,4,2,2],"texture":1},"down":{"uv":[4,2,3,4],"texture":1}},"type":"cube","uuid":"ffb670e6-33d9-e2a3-7661-8b5f5ff604b3"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0.2726329159682548,16.71078125513146,-1.7380280310772278],"to":[1.272632915968254,16.71078125513146,-0.7380280310772256],"autouv":0,"color":1,"rotation":[-50,0,0],"origin":[0.28020935586478934,16.044050110719752,-0.17857417370695527],"uv_offset":[25,21],"faces":{"north":{"uv":[26,22,27,22],"texture":1},"east":{"uv":[25,22,26,22],"texture":1},"south":{"uv":[28,22,29,22],"texture":1},"west":{"uv":[27,22,28,22],"texture":1},"up":{"uv":[27,22,26,21],"texture":1},"down":{"uv":[28,21,27,22],"texture":1}},"type":"cube","uuid":"ce348fe6-41c1-56a7-476e-5d34c9900a7d"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0.27263291596825523,15.655803832364054,-5.076723563048651],"to":[1.272632915968254,15.655803832364054,-1.0767235630486418],"autouv":0,"color":1,"rotation":[-50,0,0],"origin":[0.28020935586478934,14.792662640577278,-0.9746157378940365],"uv_offset":[2,4],"faces":{"north":{"uv":[6,8,7,8],"texture":1},"east":{"uv":[2,8,6,8],"texture":1},"south":{"uv":[11,8,12,8],"texture":1},"west":{"uv":[7,8,11,8],"texture":1},"up":{"uv":[7,8,6,4],"texture":1},"down":{"uv":[8,4,7,8],"texture":1}},"type":"cube","uuid":"4a302c01-98d9-37fb-520a-a28fb446ce23"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-1.2226328802054678,16.049000549316403,-1.0607996406631166],"to":[-0.2226328802054683,16.049000549316403,0.9392003593368754],"autouv":0,"color":1,"origin":[-2.2052093201020018,0.9740005493164062,6.809556055276766],"faces":{"north":{"uv":[2,2,3,2],"texture":1},"east":{"uv":[0,2,2,2],"texture":1},"south":{"uv":[5,2,6,2],"texture":1},"west":{"uv":[3,2,5,2],"texture":1},"up":{"uv":[3,2,2,0],"texture":1},"down":{"uv":[4,0,3,2],"texture":1}},"type":"cube","uuid":"68e56722-e760-dfe6-7eca-a142dc9cb207"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-1.2226329159682543,16.71078125513146,-1.7380280310772278],"to":[-0.2226329159682548,16.71078125513146,-0.7380280310772256],"autouv":0,"color":1,"rotation":[-50,0,0],"origin":[-0.23020935586478936,16.044050110719752,-0.17857417370695527],"uv_offset":[25,1],"faces":{"north":{"uv":[26,2,27,2],"texture":1},"east":{"uv":[25,2,26,2],"texture":1},"south":{"uv":[28,2,29,2],"texture":1},"west":{"uv":[27,2,28,2],"texture":1},"up":{"uv":[27,2,26,1],"texture":1},"down":{"uv":[28,1,27,2],"texture":1}},"type":"cube","uuid":"d7821729-0e84-a2a0-bed4-27c9a7555830"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-1.2226329159682543,15.655803832364054,-5.076723563048651],"to":[-0.22263291596825524,15.655803832364054,-1.0767235630486418],"autouv":0,"color":1,"rotation":[-50,0,0],"origin":[-0.23020935586478936,14.792662640577278,-0.9746157378940365],"uv_offset":[0,4],"faces":{"north":{"uv":[4,8,5,8],"texture":1},"east":{"uv":[0,8,4,8],"texture":1},"south":{"uv":[9,8,10,8],"texture":1},"west":{"uv":[5,8,9,8],"texture":1},"up":{"uv":[5,8,4,4],"texture":1},"down":{"uv":[6,4,5,8],"texture":1}},"type":"cube","uuid":"252d57a5-4433-8167-0a35-d4870a6de3fb"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-2.4976328802054684,16.049000549316403,-1.0607996406631166],"to":[-1.4976328802054684,16.049000549316403,2.9392003593368754],"autouv":0,"color":1,"origin":[-3.4802093201020026,0.9740005493164062,6.809556055276766],"uv_offset":[2,0],"faces":{"north":{"uv":[6,4,7,4],"texture":1},"east":{"uv":[2,4,6,4],"texture":1},"south":{"uv":[11,4,12,4],"texture":1},"west":{"uv":[7,4,11,4],"texture":1},"up":{"uv":[7,4,6,0],"texture":1},"down":{"uv":[8,0,7,4],"texture":1}},"type":"cube","uuid":"6a30b79a-028b-083d-32cc-c89367a88172"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-2.497632915968255,16.71078125513146,-1.7380280310772278],"to":[-1.4976329159682549,16.71078125513146,-0.7380280310772256],"autouv":0,"color":1,"rotation":[-50,0,0],"origin":[-1.5052093558647894,16.044050110719752,-0.17857417370695527],"uv_offset":[25,0],"faces":{"north":{"uv":[26,1,27,1],"texture":1},"east":{"uv":[25,1,26,1],"texture":1},"south":{"uv":[28,1,29,1],"texture":1},"west":{"uv":[27,1,28,1],"texture":1},"up":{"uv":[27,1,26,0],"texture":1},"down":{"uv":[28,0,27,1],"texture":1}},"type":"cube","uuid":"762d90e5-561a-b222-14f7-88c398bd2edc"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-2.497632915968255,15.655803832364054,-5.076723563048651],"to":[-1.4976329159682553,15.655803832364054,-1.0767235630486418],"autouv":0,"color":1,"rotation":[-50,0,0],"origin":[-1.5052093558647894,14.792662640577278,-0.9746157378940365],"faces":{"north":{"uv":[4,4,5,4],"texture":1},"east":{"uv":[0,4,4,4],"texture":1},"south":{"uv":[9,4,10,4],"texture":1},"west":{"uv":[5,4,9,4],"texture":1},"up":{"uv":[5,4,4,0],"texture":1},"down":{"uv":[6,0,5,4],"texture":1}},"type":"cube","uuid":"fee11b26-3772-c579-38ee-99069ec67b1a"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-1.247632880205472,16.049000549316403,1.210799640663125],"to":[-0.24763288020546773,16.049000549316403,4.210799640663116],"autouv":0,"color":1,"origin":[-2.230209320102006,0.9740005493164062,-3.6595560552767665],"uv_offset":[27,5],"faces":{"north":{"uv":[30,8,31,8],"texture":1},"east":{"uv":[27,8,30,8],"texture":1},"south":{"uv":[34,8,35,8],"texture":1},"west":{"uv":[31,8,34,8],"texture":1},"up":{"uv":[31,8,30,5],"texture":1},"down":{"uv":[32,5,31,8],"texture":1}},"type":"cube","uuid":"4a95c548-b01b-a9b5-ef6f-fcdd388eba29"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-2.5523671197945323,16.049000549316403,1.0607996406631246],"to":[-1.5523671197945306,16.049000549316403,4.060799640663117],"autouv":0,"color":1,"origin":[-0.5697906798979968,0.9740005493164062,-3.809556055276766],"uv_offset":[25,5],"faces":{"north":{"uv":[28,8,29,8],"texture":1},"east":{"uv":[25,8,28,8],"texture":1},"south":{"uv":[32,8,33,8],"texture":1},"west":{"uv":[29,8,32,8],"texture":1},"up":{"uv":[29,8,28,5],"texture":1},"down":{"uv":[30,5,29,8],"texture":1}},"type":"cube","uuid":"18dd9e94-f486-f5e5-08d0-b9e0c03fd982"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-2.552367084031746,16.71078125513146,3.7380280310772256],"to":[-1.552367084031744,16.71078125513146,4.738028031077228],"autouv":0,"color":1,"rotation":[50,0,0],"origin":[-2.5447906441352113,16.044050110719752,3.1785741737069553],"uv_offset":[0,25],"faces":{"north":{"uv":[1,26,2,26],"texture":1},"east":{"uv":[0,26,1,26],"texture":1},"south":{"uv":[3,26,4,26],"texture":1},"west":{"uv":[2,26,3,26],"texture":1},"up":{"uv":[2,26,1,25],"texture":1},"down":{"uv":[3,25,2,26],"texture":1}},"type":"cube","uuid":"d094f3e3-2739-689f-fb48-260c51523982"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-2.552367084031745,15.655803832364054,4.076723563048642],"to":[-1.552367084031744,15.655803832364054,7.076723563048651],"autouv":0,"color":1,"rotation":[50,0,0],"origin":[-2.5447906441352113,14.792662640577278,3.9746157378940365],"uv_offset":[14,23],"faces":{"north":{"uv":[17,26,18,26],"texture":1},"east":{"uv":[14,26,17,26],"texture":1},"south":{"uv":[21,26,22,26],"texture":1},"west":{"uv":[18,26,21,26],"texture":1},"up":{"uv":[18,26,17,23],"texture":1},"down":{"uv":[19,23,18,26],"texture":1}},"type":"cube","uuid":"29031abc-21a0-0053-00df-facf7b0fb9e5"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-1.2476329159682584,16.71078125513146,3.888028031077225],"to":[-0.24763291596825424,16.71078125513146,4.888028031077227],"autouv":0,"color":1,"rotation":[50,0,0],"origin":[-0.25520935586478877,16.044050110719752,3.3285741737069547],"uv_offset":[0,24],"faces":{"north":{"uv":[1,25,2,25],"texture":1},"east":{"uv":[0,25,1,25],"texture":1},"south":{"uv":[3,25,4,25],"texture":1},"west":{"uv":[2,25,3,25],"texture":1},"up":{"uv":[2,25,1,24],"texture":1},"down":{"uv":[3,24,2,25],"texture":1}},"type":"cube","uuid":"bb242fc7-08a3-1fe5-5a26-c7fcb5fbd948"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0.32263288020546776,16.049000549316403,1.210799640663125],"to":[1.3226328802054717,16.049000549316403,4.210799640663116],"autouv":0,"color":1,"origin":[2.305209320102006,0.9740005493164062,-3.6595560552767665],"uv_offset":[12,23],"faces":{"north":{"uv":[15,26,16,26],"texture":1},"east":{"uv":[12,26,15,26],"texture":1},"south":{"uv":[19,26,20,26],"texture":1},"west":{"uv":[16,26,19,26],"texture":1},"up":{"uv":[16,26,15,23],"texture":1},"down":{"uv":[17,23,16,26],"texture":1}},"type":"cube","uuid":"290bfdf1-88af-f87a-de62-26601c692d31"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0.3226329159682543,16.71078125513146,3.888028031077225],"to":[1.3226329159682582,16.71078125513146,4.888028031077227],"autouv":0,"color":1,"rotation":[50,0,0],"origin":[0.33020935586478883,16.044050110719752,3.3285741737069547],"uv_offset":[23,21],"faces":{"north":{"uv":[24,22,25,22],"texture":1},"east":{"uv":[23,22,24,22],"texture":1},"south":{"uv":[26,22,27,22],"texture":1},"west":{"uv":[25,22,26,22],"texture":1},"up":{"uv":[25,22,24,21],"texture":1},"down":{"uv":[26,21,25,22],"texture":1}},"type":"cube","uuid":"e76b9060-5582-a2dc-9116-d7d24407aa8f"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1.5523671197945306,16.049000549316403,1.0607996406631246],"to":[2.5523671197945323,16.049000549316403,4.060799640663117],"autouv":0,"color":1,"origin":[0.5697906798979968,0.9740005493164062,-3.809556055276766],"uv_offset":[23,5],"faces":{"north":{"uv":[26,8,27,8],"texture":1},"east":{"uv":[23,8,26,8],"texture":1},"south":{"uv":[30,8,31,8],"texture":1},"west":{"uv":[27,8,30,8],"texture":1},"up":{"uv":[27,8,26,5],"texture":1},"down":{"uv":[28,5,27,8],"texture":1}},"type":"cube","uuid":"8230cc30-e9ef-d05d-9121-88535ff3fee7"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1.552367084031744,16.71078125513146,3.7380280310772256],"to":[2.552367084031746,16.71078125513146,4.738028031077228],"autouv":0,"color":1,"rotation":[50,0,0],"origin":[2.5447906441352113,16.044050110719752,3.1785741737069553],"uv_offset":[0,23],"faces":{"north":{"uv":[1,24,2,24],"texture":1},"east":{"uv":[0,24,1,24],"texture":1},"south":{"uv":[3,24,4,24],"texture":1},"west":{"uv":[2,24,3,24],"texture":1},"up":{"uv":[2,24,1,23],"texture":1},"down":{"uv":[3,23,2,24],"texture":1}},"type":"cube","uuid":"6d9e6bbc-161a-322d-a91c-ada054de8f6b"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1.552367084031744,15.655803832364054,4.076723563048642],"to":[2.552367084031745,15.655803832364054,7.076723563048651],"autouv":0,"color":1,"rotation":[50,0,0],"origin":[2.5447906441352113,14.792662640577278,3.9746157378940365],"uv_offset":[0,23],"faces":{"north":{"uv":[3,26,4,26],"texture":1},"east":{"uv":[0,26,3,26],"texture":1},"south":{"uv":[7,26,8,26],"texture":1},"west":{"uv":[4,26,7,26],"texture":1},"up":{"uv":[4,26,3,23],"texture":1},"down":{"uv":[5,23,4,26],"texture":1}},"type":"cube","uuid":"7bb45dda-964a-cc8c-9a2d-d8ec421a6402"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-0.5,12.850000000000012,4.049999999999999],"to":[0.5,13.850000000000012,4.049999999999999],"autouv":0,"color":3,"origin":[1.5,0,-0.5],"uv_offset":[0,19],"faces":{"north":{"uv":[0,19,1,20],"texture":1},"east":{"uv":[0,19,0,20],"texture":1},"south":{"uv":[1,19,2,20],"texture":1},"west":{"uv":[1,19,1,20],"texture":1},"up":{"uv":[1,19,0,19],"texture":1},"down":{"uv":[2,19,1,19],"texture":1}},"type":"cube","uuid":"da700c0d-cf6b-7235-7806-4ad277c9e3ad"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-0.5000000000000002,13.325000000000019,4.052],"to":[0.5000000000000009,14.325000000000019,4.052],"autouv":0,"color":6,"origin":[1.5,0,-0.5],"uv_offset":[0,18],"faces":{"north":{"uv":[0,18,1,19],"texture":1},"east":{"uv":[0,18,0,19],"texture":1},"south":{"uv":[1,18,2,19],"texture":1},"west":{"uv":[1,18,1,19],"texture":1},"up":{"uv":[1,18,0,18],"texture":1},"down":{"uv":[2,18,1,18],"texture":1}},"type":"cube","uuid":"7c13c370-3d9a-dab6-e622-7d6a7aef2dca"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0.7750000000000001,13.175000000000017,4.049999999999999],"to":[1.7750000000000001,15.175000000000017,4.049999999999999],"autouv":0,"color":3,"origin":[1.5,0,-0.475],"uv_offset":[0,6],"faces":{"north":{"uv":[0,6,1,8],"texture":1},"east":{"uv":[0,6,0,8],"texture":1},"south":{"uv":[1,6,2,8],"texture":1},"west":{"uv":[1,6,1,8],"texture":1},"up":{"uv":[1,6,0,6],"texture":1},"down":{"uv":[2,6,1,6],"texture":1}},"type":"cube","uuid":"cc0a3d76-bf0e-7215-706d-56ea983f19c0"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0.6749999940395368,12.950000000000019,3.6519999046325684],"to":[1.6749999940395384,14.950000000000019,3.6519999046325684],"autouv":0,"color":6,"inflate":-0.4000000000000001,"origin":[0.9749999940395355,-0.375,-0.8750000953674316],"uv_offset":[0,4],"faces":{"north":{"uv":[0,4,1,6],"texture":1},"east":{"uv":[0,4,0,6],"texture":1},"south":{"uv":[1,4,2,6],"texture":1},"west":{"uv":[1,4,1,6],"texture":1},"up":{"uv":[1,4,0,4],"texture":1},"down":{"uv":[2,4,1,4],"texture":1}},"type":"cube","uuid":"23c4b291-323d-e3de-decd-6c21970c0a44"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0.7750000000000021,14.250000000000021,3.752],"to":[1.7750000000000044,15.250000000000021,3.752],"autouv":0,"color":6,"inflate":-0.3,"origin":[1.5,0,-0.475],"uv_offset":[0,17],"faces":{"north":{"uv":[0,17,1,18],"texture":1},"east":{"uv":[0,17,0,18],"texture":1},"south":{"uv":[1,17,2,18],"texture":1},"west":{"uv":[1,17,1,18],"texture":1},"up":{"uv":[1,17,0,17],"texture":1},"down":{"uv":[2,17,1,17],"texture":1}},"type":"cube","uuid":"92013b30-eeb5-00b9-0ba1-cd96dc059479"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[1.0249999403953574,13.100000381469748,3.8020001907348626],"to":[2.0249999403953596,14.100000381469748,3.8020001907348626],"autouv":0,"color":6,"inflate":-0.24999999999999997,"origin":[-0.2500000596046448,-0.14999961853027344,-1.4249998092651368],"uv_offset":[0,16],"faces":{"north":{"uv":[0,16,1,17],"texture":1},"east":{"uv":[0,16,0,17],"texture":1},"south":{"uv":[1,16,2,17],"texture":1},"west":{"uv":[1,16,1,17],"texture":1},"up":{"uv":[1,16,0,16],"texture":1},"down":{"uv":[2,16,1,16],"texture":1}},"type":"cube","uuid":"8a8952a7-9665-719c-754e-f122771ab344"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-1.525000059604643,13.100000381469748,3.8020001907348626],"to":[-0.5250000596046407,14.100000381469748,3.8020001907348626],"autouv":0,"color":6,"inflate":-0.24999999999999997,"origin":[-2.800000059604645,-0.14999961853027344,-1.4249998092651368],"uv_offset":[0,15],"faces":{"north":{"uv":[0,15,1,16],"texture":1},"east":{"uv":[0,15,0,16],"texture":1},"south":{"uv":[1,15,2,16],"texture":1},"west":{"uv":[1,15,1,16],"texture":1},"up":{"uv":[1,15,0,15],"texture":1},"down":{"uv":[2,15,1,15],"texture":1}},"type":"cube","uuid":"b983bac7-5adb-d31b-d24f-5032fa7b8292"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-1.8750000059604637,12.950000000000019,3.6519999046325684],"to":[-0.8750000059604619,14.950000000000019,3.6519999046325684],"autouv":0,"color":6,"inflate":-0.4000000000000001,"origin":[-1.5750000059604647,-0.375,-0.8750000953674316],"uv_offset":[0,2],"faces":{"north":{"uv":[0,2,1,4],"texture":1},"east":{"uv":[0,2,0,4],"texture":1},"south":{"uv":[1,2,2,4],"texture":1},"west":{"uv":[1,2,1,4],"texture":1},"up":{"uv":[1,2,0,2],"texture":1},"down":{"uv":[2,2,1,2],"texture":1}},"type":"cube","uuid":"ee8c9d00-c03c-40b6-9f7c-5e9bcfda8706"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-1.7749999999999981,14.250000000000021,3.752],"to":[-0.7749999999999959,15.250000000000021,3.752],"autouv":0,"color":6,"inflate":-0.3,"origin":[-1.0500000000000003,0,-0.475],"uv_offset":[0,14],"faces":{"north":{"uv":[0,14,1,15],"texture":1},"east":{"uv":[0,14,0,15],"texture":1},"south":{"uv":[1,14,2,15],"texture":1},"west":{"uv":[1,14,1,15],"texture":1},"up":{"uv":[1,14,0,14],"texture":1},"down":{"uv":[2,14,1,14],"texture":1}},"type":"cube","uuid":"97ff9008-3758-8613-ad21-e890584d6b9d"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-1.775,13.175000000000017,4.049999999999999],"to":[-0.7750000000000001,15.175000000000017,4.049999999999999],"autouv":0,"color":3,"origin":[-1.0500000000000003,0,-0.475],"faces":{"north":{"uv":[0,0,1,2],"texture":1},"east":{"uv":[0,0,0,2],"texture":1},"south":{"uv":[1,0,2,2],"texture":1},"west":{"uv":[1,0,1,2],"texture":1},"up":{"uv":[1,0,0,0],"texture":1},"down":{"uv":[2,0,1,0],"texture":1}},"type":"cube","uuid":"df6b3ec0-7349-29da-2670-c1c57aab498a"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-0.5000000000000004,16.399999999999977,3.6],"to":[0.5000000000000007,17.399999999999977,3.6],"autouv":0,"color":0,"origin":[2.1250000000000004,0,-5.55],"uv_offset":[46,8],"faces":{"north":{"uv":[46,8,47,9],"texture":1},"east":{"uv":[46,8,46,9],"texture":1},"south":{"uv":[47,8,48,9],"texture":1},"west":{"uv":[47,8,47,9],"texture":1},"up":{"uv":[47,8,46,8],"texture":1},"down":{"uv":[48,8,47,8],"texture":1}},"type":"cube","uuid":"55fbc70b-788c-f0cd-127f-476e85c57755"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0.12499999999999936,16.399999999999977,3.575],"to":[1.1250000000000018,18.399999999999977,3.575],"autouv":0,"color":0,"rotation":[0,0,-37.75],"origin":[1,17.399999999999977,3.6000000000000005],"uv_offset":[46,10],"faces":{"north":{"uv":[46,10,47,12],"texture":1},"east":{"uv":[46,10,46,12],"texture":1},"south":{"uv":[47,10,48,12],"texture":1},"west":{"uv":[47,10,47,12],"texture":1},"up":{"uv":[47,10,46,10],"texture":1},"down":{"uv":[48,10,47,10],"texture":1}},"type":"cube","uuid":"1cc607a4-deeb-41c5-9cfb-02518143443a"},{"name":"cube","box_uv":true,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-1.1250000000000018,16.399999999999977,3.575],"to":[-0.12499999999999936,18.399999999999977,3.575],"autouv":0,"color":0,"mirror_uv":true,"rotation":[0,0,37.75],"origin":[-1,17.399999999999977,3.6000000000000005],"uv_offset":[46,10],"faces":{"north":{"uv":[47,10,46,12],"texture":1},"east":{"uv":[47,10,47,12],"texture":1},"south":{"uv":[48,10,47,12],"texture":1},"west":{"uv":[46,10,46,12],"texture":1},"up":{"uv":[46,10,47,10],"texture":1},"down":{"uv":[47,10,48,10],"texture":1}},"type":"cube","uuid":"db116350-78f8-b44d-99c4-94fd034a29a8"}],"outliner":[{"name":"body_whole","origin":[0,0,0],"rotation":[0,-180,0],"bedrock_binding":"","color":0,"uuid":"052d5065-70bd-4a68-3d0b-343348abf0eb","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"cup","origin":[0,0,0],"bedrock_binding":"","color":0,"uuid":"bb8d0d06-48db-eb17-58f5-cba65f170327","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["e644a3bc-8869-cd43-b4a4-f2db5c4ab1de","f40f3feb-677b-f8f4-232b-5b85b0d4dee4","203564af-35e0-94d7-7057-0b8522300a34",{"name":"tea","origin":[0,0,0],"bedrock_binding":"","color":0,"uuid":"839e3ef5-6704-a4ce-d543-6b34bf775081","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["15a4324d-4b3f-89c7-9d45-0f24c9a2af07"]},"562e74aa-af07-d130-ee4f-57468927c83d","d2cc39b4-9e7d-10d8-cd0d-cd9dfb9fc80e","346be09f-83bd-187a-9c42-65fc23dc23c2",{"name":"leg","origin":[-1,2.749999999999999,0],"bedrock_binding":"","color":0,"uuid":"44351d08-c1c6-1af9-2737-e80c9d4f9a9b","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"right_leg","origin":[1,2.7249999999999974,0],"bedrock_binding":"","color":0,"uuid":"8c0ad516-8eeb-e10b-5387-faa84f0fce01","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["c207ddec-9ed3-0f12-afd8-21ce111494d5"]},{"name":"left_leg","origin":[-1,2.749999999999999,0],"bedrock_binding":"","color":0,"uuid":"6ce07d19-e552-0f5f-a42e-657128ba030a","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["a7513404-07f9-9145-74cd-70817373b77f"]}]}]},{"name":"body","origin":[1.5,0,-0.5],"bedrock_binding":"","color":0,"uuid":"5c2219a5-87e7-0870-b151-acbc72e31b0f","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"head","origin":[0.008333333333334414,10.058333333333344,3.2089999999999996],"bedrock_binding":"","color":0,"uuid":"8de30344-10d5-7566-f92e-b6e2f5b165a6","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["da700c0d-cf6b-7235-7806-4ad277c9e3ad","7c13c370-3d9a-dab6-e622-7d6a7aef2dca",{"name":"eye_left2","origin":[-1.0500000000000003,0,-0.475],"bedrock_binding":"","color":0,"uuid":"af96694a-61f9-44f8-381a-35c1ab2d8191","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["b983bac7-5adb-d31b-d24f-5032fa7b8292","ee8c9d00-c03c-40b6-9f7c-5e9bcfda8706","97ff9008-3758-8613-ad21-e890584d6b9d","df6b3ec0-7349-29da-2670-c1c57aab498a"]},{"name":"eye_left","origin":[1.5,0,-0.475],"bedrock_binding":"","color":0,"uuid":"1f38d95d-6674-673e-af3a-3e53d1e38078","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["8a8952a7-9665-719c-754e-f122771ab344","23c4b291-323d-e3de-decd-6c21970c0a44","92013b30-eeb5-00b9-0ba1-cd96dc059479","cc0a3d76-bf0e-7215-706d-56ea983f19c0"]},"15e8ca29-03ea-2247-8762-1773c59d0b83",{"name":"hat","origin":[1,0,-2],"bedrock_binding":"","color":0,"uuid":"e3da468a-7ff0-8b7c-7a1a-c15c8c4ee959","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"string5","origin":[-0.2500000000000005,16.149000549316398,2.925000190734857],"rotation":[0,-43.5,0],"bedrock_binding":"","color":0,"uuid":"8d230966-7d36-46d2-abae-acece43e72ea","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[]},{"name":"rightt_straw","origin":[-1.5226328802054692,16.074000549316402,-0.4392003593368745],"bedrock_binding":"","color":0,"uuid":"9ab9a9a3-5acc-06fb-a99e-8791fa97db60","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"string14","origin":[-1.5226328802054692,16.074000549316402,-0.4392003593368745],"rotation":[0,-90,0],"bedrock_binding":"","color":0,"uuid":"5b2d5bd3-cc03-65bb-8a3c-4b9925911906","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["8437add0-b6f1-e5a4-e756-998c8f759e10",{"name":"bone28","origin":[-1.5226328802054698,16.015978327756947,0.5821934455063911],"rotation":[11.25,0,0],"bedrock_binding":"","color":0,"uuid":"f0a5e02a-e8d4-af77-0ea7-1a58e3d94354","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["80406181-ba41-a0f9-3f04-0e3cb0de11ea",{"name":"bone29","origin":[-1.5226328802054703,15.318983942499214,1.215054781793648],"rotation":[27.75,0,0],"bedrock_binding":"","color":0,"uuid":"43509604-113f-411c-c4f3-ce08dccf6a3e","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["5605774d-1865-63dd-10dc-d7926eef3f99"]}]}]},{"name":"string15","origin":[-1.5226328802054692,16.074000549316402,2.5107996406631226],"rotation":[0,-90,0],"bedrock_binding":"","color":0,"uuid":"2ce8aaf6-1b69-7db7-028a-3e387433d782","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["521a1dcb-72ca-f9f0-c43a-1d1339322625",{"name":"bone30","origin":[-1.5226328802054698,16.015978327756947,3.532193445506389],"rotation":[11.25,0,0],"bedrock_binding":"","color":0,"uuid":"9999746a-9e14-3d85-9843-6e034bbb4c59","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["ba773fa6-75dc-8104-36d6-805fb5e8372f",{"name":"bone31","origin":[-1.5226328802054703,15.318983942499214,4.16505478179365],"rotation":[27.75,0,0],"bedrock_binding":"","color":0,"uuid":"46e7fa3d-08fc-41ff-5797-d027ce2ce8d9","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["73738ddd-42dd-a49d-ab81-3b062b3fac12"]}]}]},{"name":"string16","origin":[-1.5226328802054692,16.074000549316402,1.0357996406631256],"rotation":[0,-90,0],"bedrock_binding":"","color":0,"uuid":"4ba4e2cd-69a7-526d-ec9b-49abb289a26c","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["4ecc5b81-16d0-a3ed-9255-93604838ba67",{"name":"bone32","origin":[-1.5226328802054698,16.015978327756947,2.057193445506391],"rotation":[11.25,0,0],"bedrock_binding":"","color":0,"uuid":"3a5c29ae-d4bf-c901-203b-de7176a0816f","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":["5b8b1e18-5f6e-ab4c-ec77-c34b478f4e9d",{"name":"bone33","origin":[-1.5226328802054703,15.318983942499214,2.690054781793648],"rotation":[27.75,0,0],"bedrock_binding":"","color":0,"uuid":"7f261706-2c85-a572-3c27-c817cc985c52","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":["95c34756-42ff-4306-6eb2-94acaa496eb2"]}]}]}]},{"name":"leftt_straw","origin":[1.5226328802054692,16.074000549316402,-0.4392003593368745],"bedrock_binding":"","color":0,"uuid":"3e12d933-1d14-5af4-2250-20381ad97dfd","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"string10","origin":[1.5226328802054692,16.074000549316402,-0.4392003593368745],"rotation":[0,90,0],"bedrock_binding":"","color":0,"uuid":"0f1e36d4-9e08-a84f-b976-2aea87c51bdd","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["f9233e68-a964-2a9c-71b4-f55e9340e9b5",{"name":"bone20","origin":[1.5226328802054698,16.015978327756947,0.5821934455063911],"rotation":[11.25,0,0],"bedrock_binding":"","color":0,"uuid":"b72083ee-a392-0bfa-0103-ecaf99fb5c6e","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["6796461a-c057-3767-40f1-ce6bb244ba68",{"name":"bone21","origin":[1.5226328802054703,15.318983942499214,1.215054781793648],"rotation":[27.75,0,0],"bedrock_binding":"","color":0,"uuid":"a19d22c0-4e1d-527d-4e0f-50b9a4629540","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["1b3e6046-4afe-2106-3c8d-e54e80e3e97c"]}]}]},{"name":"string4","origin":[1.5226328802054692,16.074000549316402,2.5107996406631226],"rotation":[0,90,0],"bedrock_binding":"","color":0,"uuid":"d0cffdf1-f32f-102e-66c7-9efca99b5313","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["b25a9a18-e41b-152a-ffb8-ec68f67f1610",{"name":"bone7","origin":[1.5226328802054698,16.015978327756947,3.532193445506389],"rotation":[11.25,0,0],"bedrock_binding":"","color":0,"uuid":"8570ceec-2e19-007f-6c9d-88a9494efacf","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["2e6868fe-e8b6-ecfb-e0f9-9a67aca1ec24",{"name":"bone8","origin":[1.5226328802054703,15.318983942499214,4.16505478179365],"rotation":[27.75,0,0],"bedrock_binding":"","color":0,"uuid":"4dc4e97c-5592-9f29-094a-03528de83388","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["14816d6a-c708-d8cb-a90b-cdb4e5e7bbbf"]}]}]},{"name":"string9","origin":[1.5226328802054692,16.074000549316402,1.0357996406631256],"rotation":[0,90,0],"bedrock_binding":"","color":0,"uuid":"2aec6695-d1a1-4b7e-5cbe-aef4f6d26d34","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["c5cc1ea4-18f6-4217-6287-5908d9c49f32",{"name":"bone9","origin":[1.5226328802054698,16.015978327756947,2.057193445506391],"rotation":[11.25,0,0],"bedrock_binding":"","color":0,"uuid":"bffb1d6b-7060-3c49-2956-ec950523c2d6","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["71e0121b-7b97-7cb7-ec00-9cf71d362259",{"name":"bone19","origin":[1.5226328802054703,15.318983942499214,2.690054781793648],"rotation":[27.75,0,0],"bedrock_binding":"","color":0,"uuid":"417c0b45-610b-cfff-bfa2-c09a53130add","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["d9afa81a-3c73-1e2c-4934-9c6c9a956a27"]}]}]}]},{"name":"bone39","origin":[-1.9976328802054675,16.049000549316403,-0.060799640663124155],"bedrock_binding":"","color":0,"uuid":"f2271d7d-934a-fec3-303e-8c0a9bf2f07b","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"string19","origin":[-0.7226328802054675,16.049000549316403,-0.060799640663124155],"bedrock_binding":"","color":0,"uuid":"46fa6b94-239a-599e-c58e-63a13774f796","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["68e56722-e760-dfe6-7eca-a142dc9cb207",{"name":"bone40","origin":[-0.7226328802054683,15.990978327756947,-1.0821934455063822],"rotation":[-11.25,0,0],"bedrock_binding":"","color":0,"uuid":"fa2b24a2-1a28-6ed3-e518-9de79fdf173e","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["d7821729-0e84-a2a0-bed4-27c9a7555830",{"name":"bone41","origin":[-0.7226328802054688,15.293983942499214,-1.7150547817936435],"rotation":[-27.75,0,0],"bedrock_binding":"","color":0,"uuid":"ef9edbed-68f1-ab3f-bc71-2e4facf6738b","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["252d57a5-4433-8167-0a35-d4870a6de3fb"]}]}]},{"name":"string20","origin":[-1.9976328802054675,16.049000549316403,-0.060799640663124155],"bedrock_binding":"","color":0,"uuid":"d927c814-dfb9-1e44-3ea3-85d9e52343c0","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["6a30b79a-028b-083d-32cc-c89367a88172",{"name":"bone42","origin":[-1.9976328802054684,15.990978327756947,-1.0821934455063822],"rotation":[-11.25,0,0],"bedrock_binding":"","color":0,"uuid":"04da0e69-ff2f-8c77-1c4e-7724ee618213","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["762d90e5-561a-b222-14f7-88c398bd2edc",{"name":"bone43","origin":[-1.9976328802054688,15.293983942499214,-1.7150547817936435],"rotation":[-27.75,0,0],"bedrock_binding":"","color":0,"uuid":"a96ff3c9-6699-bc38-3c92-01f2e6daf3e5","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["fee11b26-3772-c579-38ee-99069ec67b1a"]}]}]}]},{"name":"bone38","origin":[1.9976328802054675,16.049000549316403,-0.060799640663124155],"bedrock_binding":"","color":0,"uuid":"89e24c7c-da12-d949-8093-d9e3ce6da160","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"string18","origin":[0.7726328802054676,16.049000549316403,-0.060799640663124155],"bedrock_binding":"","color":0,"uuid":"7d19be48-e4e8-3fd7-4a0d-a24af5a8c08e","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["ffb670e6-33d9-e2a3-7661-8b5f5ff604b3",{"name":"bone36","origin":[0.7726328802054685,15.990978327756947,-1.0821934455063822],"rotation":[-11.25,0,0],"bedrock_binding":"","color":0,"uuid":"2a8dbfff-a2f2-f874-11ed-a1be1359b24b","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["ce348fe6-41c1-56a7-476e-5d34c9900a7d",{"name":"bone37","origin":[0.7726328802054689,15.293983942499214,-1.7150547817936435],"rotation":[-27.75,0,0],"bedrock_binding":"","color":0,"uuid":"d6ef2a1a-99e7-a7b6-9725-4f1f4280c4ee","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["4a302c01-98d9-37fb-520a-a28fb446ce23"]}]}]},{"name":"string2","origin":[1.9976328802054675,16.049000549316403,-0.060799640663124155],"bedrock_binding":"","color":0,"uuid":"76f0b640-e30f-11b3-e866-ca057cfefbef","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["d19436b8-9603-3390-6bb3-6027b045d0ad",{"name":"bone3","origin":[1.9976328802054684,15.990978327756947,-1.0821934455063822],"rotation":[-11.25,0,0],"bedrock_binding":"","color":0,"uuid":"b81dd38e-57d1-ee96-d933-d715cd7ea597","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["25d5897e-3e36-c515-f66b-68fd9e22e711",{"name":"bone4","origin":[1.9976328802054688,15.293983942499214,-1.7150547817936435],"rotation":[-27.75,0,0],"bedrock_binding":"","color":0,"uuid":"1ccfbba7-f5e6-2f0e-743f-b1c0413e15a0","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["c3830dd4-892d-4632-bbc6-76ac4b428e62"]}]}]}]},{"name":"string21","origin":[2.0523671197945315,16.049000549316403,3.060799640663124],"rotation":[0,23,0],"bedrock_binding":"","color":0,"uuid":"85f826c9-5d30-b3ea-1a62-2dab4a7df747","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["8230cc30-e9ef-d05d-9121-88535ff3fee7",{"name":"bone44","origin":[2.0523671197945306,15.990978327756947,4.082193445506382],"rotation":[11.25,0,0],"bedrock_binding":"","color":0,"uuid":"fb2a115d-8598-b0a8-df3b-8c6176670235","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["6d9e6bbc-161a-322d-a91c-ada054de8f6b",{"name":"bone45","origin":[2.05236711979453,15.293983942499214,4.7150547817936435],"rotation":[27.75,0,0],"bedrock_binding":"","color":0,"uuid":"960241ea-c109-679d-0263-91127c73e83b","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["7bb45dda-964a-cc8c-9a2d-d8ec421a6402"]}]}]},{"name":"string22","origin":[-2.0523671197945315,16.049000549316403,3.060799640663124],"rotation":[0,-23,0],"bedrock_binding":"","color":0,"uuid":"6e4e523e-a9db-e109-0541-1780a3dced85","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["18dd9e94-f486-f5e5-08d0-b9e0c03fd982",{"name":"bone46","origin":[-2.0523671197945306,15.990978327756947,4.082193445506382],"rotation":[11.25,0,0],"bedrock_binding":"","color":0,"uuid":"1b17a405-9ba3-fb6f-44f4-99923cec897e","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["d094f3e3-2739-689f-fb48-260c51523982",{"name":"bone47","origin":[-2.05236711979453,15.293983942499214,4.7150547817936435],"rotation":[27.75,0,0],"bedrock_binding":"","color":0,"uuid":"55e729ca-2080-1740-d00f-6fdc41118567","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["29031abc-21a0-0053-00df-facf7b0fb9e5"]}]}]},{"name":"string17","origin":[0.8226328802054694,16.049000549316403,2.7107996406631196],"rotation":[0,16.75,0],"bedrock_binding":"","color":0,"uuid":"d4a99d31-51b7-aafd-07ed-96d8387c5704","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["290bfdf1-88af-f87a-de62-26601c692d31",{"name":"bone34","origin":[-1.4226328802054677,15.990978327756947,4.232193445506382],"rotation":[11.25,0,0],"bedrock_binding":"","color":0,"uuid":"ba0646b6-e705-a66a-90e5-5128f7b10302","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["e76b9060-5582-a2dc-9116-d7d24407aa8f",{"name":"bone35","origin":[-1.4226328802054682,15.293983942499214,4.865054781793643],"rotation":[27.75,0,0],"bedrock_binding":"","color":0,"uuid":"d0ba3da7-61f6-b4e0-cea4-2a9e2785f045","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":[]}]}]},{"name":"string13","origin":[-0.7476328802054694,16.049000549316403,2.7107996406631196],"rotation":[0,-16.75,0],"bedrock_binding":"","color":0,"uuid":"4ee218d1-e50a-051e-3a94-80b0d552d630","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["4a95c548-b01b-a9b5-ef6f-fcdd388eba29",{"name":"bone26","origin":[1.4976328802054675,15.990978327756947,4.232193445506382],"rotation":[11.25,0,0],"bedrock_binding":"","color":0,"uuid":"bcdb4f7e-f4dc-6ec1-00b1-5dd503c87709","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["bb242fc7-08a3-1fe5-5a26-c7fcb5fbd948",{"name":"bone27","origin":[1.497632880205468,15.293983942499214,4.865054781793643],"rotation":[27.75,0,0],"bedrock_binding":"","color":0,"uuid":"65c095bf-a5db-da69-b596-192cdbf9f268","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[]}]}]},{"name":"string6","origin":[1.9976328802054675,16.049000549316403,3.060799640663124],"bedrock_binding":"","color":0,"uuid":"2ecfcddd-80f2-4892-68ed-ec9d668e2f59","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"bone13","origin":[1.9976328802054684,15.990978327756947,4.082193445506382],"rotation":[11.25,0,0],"bedrock_binding":"","color":0,"uuid":"fc7cbe0e-82cf-c17a-6c99-8f1acba1fbd9","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"bone14","origin":[1.9976328802054688,15.293983942499214,4.7150547817936435],"rotation":[27.75,0,0],"bedrock_binding":"","color":0,"uuid":"74bb33c5-fe12-da40-2c3b-44cbb5d20d14","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[]}]}]},{"name":"string","origin":[1,0,-2.574999999999998],"bedrock_binding":"","color":0,"uuid":"f4ecd6d8-ef16-e3c3-5509-6bcb3a20f85b","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"bone","origin":[0.02499999999999991,16.076241261516735,4.137784267963436],"rotation":[-8.5,0,0],"bedrock_binding":"","color":0,"uuid":"6f1ddb6b-2397-81aa-8e7a-ead3b2a13e00","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["29d3e358-7d81-bf80-9588-a2857c27b9db",{"name":"bone2","origin":[0.02499999999999991,15.299000549316405,4.625000190734865],"rotation":[32.5,0,0],"bedrock_binding":"","color":0,"uuid":"6323b434-47c7-66d2-8a9d-120ec8a5ee5e","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[]}]},{"name":"string3","origin":[1,0,-2.574999999999998],"bedrock_binding":"","color":0,"uuid":"b5b6e97b-767b-fdbc-811e-0e094731cb32","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"bone5","origin":[2,0.9990005493164062,-3.0249998092651347],"bedrock_binding":"","color":0,"uuid":"711efcf5-baa5-93ab-cfd7-453a5483084a","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"bone6","origin":[0.02499999999999991,15.299000549316405,4.625000190734865],"rotation":[32.5,0,0],"bedrock_binding":"","color":0,"uuid":"918d32b0-1b38-a608-d272-f2ab1d9d641f","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":[]}]},{"name":"string12","origin":[1,0,-2.574999999999998],"bedrock_binding":"","color":0,"uuid":"d11d71df-f032-30b8-b7a0-e6f31a17fd3b","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"bone24","origin":[2,0.9990005493164062,-3.0249998092651347],"bedrock_binding":"","color":0,"uuid":"6d94deda-066b-2733-dd24-5c4371120bb5","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"bone25","origin":[0.02499999999999991,15.299000549316405,4.625000190734865],"rotation":[32.5,0,0],"bedrock_binding":"","color":0,"uuid":"a9264482-53c1-fc6b-01fc-f35d6f0707c2","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":[]}]}]}]},{"name":"string8","origin":[1,0,-2.574999999999998],"bedrock_binding":"","color":0,"uuid":"835fb634-2ee5-7e9a-8dd5-4b5aa4b81ea3","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["fadf5992-bf03-0d44-b457-833f1cd4bc5e",{"name":"bone17","origin":[2,0.9990005493164062,-3.0249998092651347],"bedrock_binding":"","color":0,"uuid":"a2580050-a982-7380-75e3-81f8e08d87ee","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"bone18","origin":[0.02499999999999991,15.299000549316405,4.625000190734865],"rotation":[32.5,0,0],"bedrock_binding":"","color":0,"uuid":"33454b7b-a6e3-b817-ebef-42f7d5c2ed06","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":[]}]},{"name":"string11","origin":[1,0,-2.574999999999998],"bedrock_binding":"","color":0,"uuid":"d0d8fb8b-3026-c42b-6203-2526b4bf6d39","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"bone22","origin":[2,0.9990005493164062,-3.0249998092651347],"bedrock_binding":"","color":0,"uuid":"fb21cd67-8ff0-a46e-d652-552e42e2c7b0","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"bone23","origin":[0.02499999999999991,15.299000549316405,4.625000190734865],"rotation":[32.5,0,0],"bedrock_binding":"","color":0,"uuid":"a79b258e-2e01-847c-594c-f6d35474f0ca","export":true,"mirror_uv":false,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":[]}]}]}]}]},"f410b667-b06e-aae6-5616-c1b3d15dc0a3","55fbc70b-788c-f0cd-127f-476e85c57755","1cc607a4-deeb-41c5-9cfb-02518143443a","db116350-78f8-b44d-99c4-94fd034a29a8","649e691e-2004-6523-d7b0-5021a1280ee8","95829705-79a0-0f9b-c283-ff032a7bf035","4b3a65e2-2d07-aa98-4135-4e231d2b1586","bbf0ec96-3687-973c-cd8a-3544b7c32003","e487bc4d-2780-4445-d27c-4ed515ea6915","09090f7c-d001-40a2-ec7b-4a5a8a4ac4fb"]}]},{"name":"hand_r2","origin":[-1.975,12,3.5],"rotation":[29,0,0],"bedrock_binding":"","color":0,"uuid":"13777966-a9b5-acc3-2564-6278bf478c3a","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["f4cf561c-8e4d-509b-893c-5640d1748846",{"name":"hand_finger2","origin":[-1.975,12,5.475000000000001],"rotation":[49.25,0,0],"bedrock_binding":"","color":0,"uuid":"315793c0-756e-f026-e345-c7892461643d","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["aadfd8c8-7c31-be03-b8db-2444d589775a","01bf4b61-32a2-0264-f107-a4c0fcc8945f","7fd0852e-80cd-affa-39e1-d0a2956aebdc"]}]},{"name":"hand_r","origin":[2,12,3.5],"rotation":[29,0,0],"bedrock_binding":"","color":0,"uuid":"f9fda8d0-a442-fb10-d923-dc0a80759fad","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["c6ddf0c0-670f-3f30-7bd5-e5230f41bebb",{"name":"hand_finger","origin":[2,12,5.475000000000001],"rotation":[49.25,0,0],"bedrock_binding":"","color":0,"uuid":"18a63535-7314-67bc-33e1-67c80c88bf75","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["785009e5-f1ec-7b52-997b-6058f81bc970","e4c65d1b-4719-07d2-dcbf-90738862c06e","51118ad4-f0bd-b912-c516-071256a5e4ea"]}]}]}]}],"textures":[{"path":"D:\\Block bench\\sinistcha\\sinistcha.png","name":"sinistcha.png","folder":"block","namespace":"","id":"0","particle":false,"render_mode":"default","render_sides":"auto","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"mode":"bitmap","saved":true,"uuid":"5c62cfbc-dd50-e6d1-811b-6bc309ca0ae8","relative_path":"D:/Block bench/sinistcha/sinistcha.png","source":"data:image/png;base64,data:,"},{"path":"D:\\Block bench\\sinistcha\\sinistcha_shiny.png","name":"sinistcha_shiny.png","folder":"","namespace":"","id":"1","particle":false,"render_mode":"default","render_sides":"auto","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"mode":"bitmap","saved":true,"uuid":"f6a28d07-1131-7aa1-587f-e20e8c222eb8","relative_path":"D:/Block bench/sinistcha/sinistcha_shiny.png","source":"data:image/png;base64,data:,"}],"animations":[{"uuid":"a05c91b8-4528-8492-d757-9b822856c9da","name":"animation.sinistcha.ground_idle","loop":"loop","override":false,"length":0,"snapping":24,"selected":true,"saved":true,"path":"C:\\Users\\Admin\\Desktop\\NEW COBBLEMON\\assets\\cobblemon\\bedrock\\animations\\polteageist\\model.animation.json","anim_time_update":"","blend_weight":"","start_delay":"","loop_delay":"","animators":{"8de30344-10d5-7566-f92e-b6e2f5b165a6":{"name":"head","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":0,"y":0,"z":"0+math.sin(q.anim_time*90*1.5-60)*2.5"}],"uuid":"97807d2a-a29f-b4b5-0dcf-c4331d4da29a","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0+math.sin(q.anim_time*90*3-90)*0.2","z":0}],"uuid":"14cf611d-211e-9206-3145-98c73a411c5c","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"8c0ad516-8eeb-e10b-5387-faa84f0fce01":{"name":"right_leg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0+math.sin(q.anim_time*90*3)*10","y":0,"z":"0+math.sin(q.anim_time*90*1.5-90)*10"}],"uuid":"4cc3346b-4058-8504-10b8-bbc501d43c2f","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"6ce07d19-e552-0f5f-a42e-657128ba030a":{"name":"left_leg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"0+math.sin(q.anim_time*90*3)*10","y":0,"z":"0+math.sin(q.anim_time*90*1.5-90)*10"}],"uuid":"d350c68b-41ee-f19f-ec89-0eab3f97ca70","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"052d5065-70bd-4a68-3d0b-343348abf0eb":{"name":"body_whole","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"1+math.sin(q.anim_time*90*3+90)*3","y":"0+math.sin(q.anim_time*90*1.5-90)*4","z":"0+math.sin(q.anim_time*90*1.5+60)*3"}],"uuid":"628d1b53-2346-df13-e15d-a53ba7723bb7","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0+math.sin(q.anim_time*90*1.5)*2","y":"2.65+math.sin(q.anim_time*90*3)*1","z":"0+math.sin(q.anim_time*90*3)*0.5"}],"uuid":"6eefcc54-0c89-925c-8315-d2ef1da84517","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]}}},{"uuid":"7f762ff3-5963-6108-4e27-215ee41afd7f","name":"animation.sinistcha.ground_walk","loop":"loop","override":false,"length":0,"snapping":24,"selected":false,"saved":true,"path":"C:\\Users\\Admin\\Desktop\\NEW COBBLEMON\\assets\\cobblemon\\bedrock\\animations\\polteageist\\model.animation.json","anim_time_update":"","blend_weight":"","start_delay":"","loop_delay":"","animators":{"8de30344-10d5-7566-f92e-b6e2f5b165a6":{"name":"head","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":0,"y":0,"z":"0+math.sin(q.anim_time*90*1.5-60)*3"}],"uuid":"7a6bd463-978b-c24e-79ce-97e357b2212f","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0+math.sin(q.anim_time*90*3-90)*0.3","z":0}],"uuid":"13f0c197-a576-accb-f5cd-3f580b6a03a4","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"8c0ad516-8eeb-e10b-5387-faa84f0fce01":{"name":"right_leg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":0,"y":0,"z":"0+math.sin(q.anim_time*90*1-60)*3"}],"uuid":"6d2eb299-4637-646e-cb67-c9cd92391b21","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0+math.sin(q.anim_time*90*3-75)*0.3","z":0}],"uuid":"fba255e8-f813-d99a-1ed1-c527710cbd27","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"6ce07d19-e552-0f5f-a42e-657128ba030a":{"name":"left_leg","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":0,"y":0,"z":"0+math.sin(q.anim_time*90*1-60)*3"}],"uuid":"d2add1c9-614d-cd0a-d911-2ddbe61e4958","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":0,"y":"0+math.sin(q.anim_time*90*3-90)*0.3","z":0}],"uuid":"6059a572-6488-cb27-aa16-480c09293c77","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]},"052d5065-70bd-4a68-3d0b-343348abf0eb":{"name":"body_whole","type":"bone","keyframes":[{"channel":"rotation","data_points":[{"x":"-10","y":"0+math.sin(q.anim_time*90*1.5-90)*4","z":"0+math.sin(q.anim_time*90*1.5+60)*3"}],"uuid":"cd13a879-719a-011b-8fb1-2c46fec6d917","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]},{"channel":"position","data_points":[{"x":"0+math.sin(q.anim_time*90*1.5)*2","y":"2.725+math.sin(q.anim_time*90*3)*1","z":"0+math.sin(q.anim_time*90*3)*0.5"}],"uuid":"971f51a5-64b4-3573-78ce-05c2b716c48c","time":0,"color":-1,"interpolation":"linear","bezier_linked":true,"bezier_left_time":[-0.1,-0.1,-0.1],"bezier_left_value":[0,0,0],"bezier_right_time":[0.1,0.1,0.1],"bezier_right_value":[0,0,0]}]}}}]} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/polteageist/polteageist.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/polteageist/polteageist.geo.json new file mode 100644 index 0000000..e45dd82 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/polteageist/polteageist.geo.json @@ -0,0 +1,234 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.polteageist", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "polteageist", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "polteageist", + "pivot": [0, 0, 0], + "rotation": [0, 90, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 10.275, 0], + "cubes": [ + {"origin": [-3, 4.775, -3], "size": [6, 11, 6], "uv": [0, 22]} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 15.2737, -0.28356], + "cubes": [ + {"origin": [-2.5, 14.25, -3.25], "size": [5, 7, 5], "pivot": [0, 18.75, -0.75], "rotation": [12.5, 0, 0], "uv": [24, 22]} + ] + }, + { + "name": "lid", + "parent": "head", + "pivot": [0, 20.5, -1], + "cubes": [ + {"origin": [-0.5, 21.75, -1.5], "size": [1, 1, 1], "uv": [35, 35]}, + {"origin": [-1, 22.25, -2], "size": [2, 1, 2], "uv": [45, 4]} + ] + }, + { + "name": "lid_pot1_main", + "parent": "lid", + "pivot": [0, 7.75, -1], + "cubes": [ + {"origin": [-7.5, 19.25, -1.5], "size": [2, 1, 1], "pivot": [0, 19.75, 2.5], "rotation": [0, -90, 0], "uv": [26, 34]}, + {"origin": [-4, 19.25, 2], "size": [7, 1, 1], "uv": [45, 0]}, + {"origin": [0.5, 19.25, -1.5], "size": [7, 1, 1], "pivot": [0, 19.75, 2.5], "rotation": [0, 90, 0], "uv": [44, 44]}, + {"origin": [-3, 19.25, -5], "size": [6, 1, 1], "uv": [45, 2]}, + {"origin": [-1.5, 19.25, -1.5], "size": [2, 1, 1], "pivot": [0, 19.75, 2.5], "rotation": [0, -90, 0], "uv": [0, 25]} + ] + }, + { + "name": "lid_pot2_main", + "parent": "lid", + "pivot": [0, 7.75, -1], + "cubes": [ + {"origin": [-3, 19.75, 1], "size": [6, 2, 1], "uv": [9, 39]}, + {"origin": [-3, 19.75, -3], "size": [1, 2, 4], "uv": [44, 46]}, + {"origin": [-3, 19.75, -4], "size": [5, 2, 1], "uv": [0, 9]}, + {"origin": [2, 19.75, -4], "size": [1, 2, 1], "uv": [25, 22]}, + {"origin": [1.975, 19.75, -1], "size": [1, 1, 2], "uv": [0, 22]}, + {"origin": [-2, 20.75, -3], "size": [5, 1, 4], "uv": [44, 18]} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [2.51, 19.40048, 0.124], + "cubes": [ + {"origin": [2.51, 18.25, -0.25], "size": [0, 2, 1], "pivot": [6, 18.75, -0.5], "rotation": [12.5, 0, 0], "uv": [4, 21]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [2.41, 19.40048, 0.124], + "cubes": [ + {"origin": [2.41, 18.25, -0.25], "size": [0, 2, 1], "inflate": 0.01, "pivot": [6, 18.75, -0.5], "rotation": [12.5, 0, 0], "uv": [0, 21]} + ] + }, + { + "name": "eye_right", + "parent": "head", + "pivot": [2.51, 19.04082, -1.84482], + "cubes": [ + {"origin": [2.51, 18.325, -2.25], "size": [0, 2, 1], "pivot": [6, 18.75, -0.5], "rotation": [12.5, 0, 0], "uv": [9, 0]} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [2.41, 19.04082, -1.84482], + "cubes": [ + {"origin": [2.41, 18.325, -2.25], "size": [0, 2, 1], "inflate": 0.01, "pivot": [6, 18.75, -0.5], "rotation": [12.5, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "bodypot", + "parent": "torso", + "pivot": [0, 5.75, 0] + }, + { + "name": "pot", + "parent": "bodypot", + "pivot": [0, 5.75, 0], + "cubes": [ + {"origin": [-6, 5.75, -6], "size": [12, 10, 12], "uv": [0, 0]} + ] + }, + { + "name": "top_pot_main", + "parent": "pot", + "pivot": [0, 5.75, 0], + "cubes": [ + {"origin": [3, 15.75, -3], "size": [1, 1, 7], "uv": [0, 39]}, + {"origin": [-4, 15.75, 3], "size": [7, 1, 1], "uv": [44, 40]}, + {"origin": [-4, 15.75, -4], "size": [1, 1, 7], "uv": [35, 36]}, + {"origin": [-3, 15.75, -4], "size": [7, 1, 1], "uv": [44, 38]} + ] + }, + { + "name": "base_pot_main", + "parent": "pot", + "pivot": [0, 5.75, 0] + }, + { + "name": "base_pot1_main", + "parent": "base_pot_main", + "pivot": [0, 5.75, 0], + "cubes": [ + {"origin": [-4, 4.25, 3], "size": [7, 2, 1], "uv": [44, 35]}, + {"origin": [-4, 4.25, -4], "size": [1, 2, 7], "uv": [36, 0]}, + {"origin": [-3, 4.25, -4], "size": [7, 2, 1], "uv": [24, 44]}, + {"origin": [3, 4.25, -3], "size": [1, 2, 7], "uv": [26, 34]} + ] + }, + { + "name": "base_pot2_main", + "parent": "base_pot_main", + "pivot": [0, 5.75, 0], + "cubes": [ + {"origin": [4, 3.5, -4], "size": [1, 1, 9], "uv": [35, 25]}, + {"origin": [-5, 3.5, 4], "size": [9, 1, 1], "uv": [39, 23]}, + {"origin": [-5, 3.5, -5], "size": [1, 1, 9], "uv": [15, 34]}, + {"origin": [-4, 3.5, -5], "size": [9, 1, 1], "uv": [36, 9]} + ] + }, + { + "name": "spout", + "parent": "bodypot", + "pivot": [0.01005, 11.67313, -7.75], + "rotation": [0, 90, 0], + "cubes": [ + {"origin": [-2.64204, 7.12059, -9.25], "size": [4, 6, 3], "pivot": [-0.64204, 10.12059, -7.75], "rotation": [0, 0, 15], "uv": [13, 44]}, + {"origin": [-3.0508, 6.24994, -9.251], "size": [2, 4, 3], "pivot": [-3.0508, 7.24994, -7.75], "rotation": [0, 0, 65], "uv": [46, 25]}, + {"origin": [0.19699, 10.29761, -9.251], "size": [3, 6, 3], "pivot": [1.49865, 13.44981, -7.75], "rotation": [0, 0, 52.5], "uv": [0, 0]} + ] + }, + { + "name": "handle", + "parent": "bodypot", + "pivot": [0, 5.5, 0.5], + "cubes": [ + {"origin": [-1.5, 12, 5.5], "size": [3, 3, 2], "uv": [15, 53]}, + {"origin": [-1, 13.25, 6.25], "size": [2, 2, 3], "pivot": [0, 14.25, 7.75], "rotation": [30, 0, 0], "uv": [5, 52]}, + {"origin": [-0.999, 13.51187, 8.23911], "size": [2, 2, 3], "pivot": [0, 14.51187, 9.73911], "rotation": [-15, 0, 0], "uv": [52, 4]}, + {"origin": [-1.001, 12.29053, 9.83079], "size": [2, 2, 3], "pivot": [0, 13.29053, 11.33079], "rotation": [-60, 0, 0], "uv": [51, 49]}, + {"origin": [-0.999, 10.18793, 10.20154], "size": [2, 2, 3], "pivot": [0, 11.18793, 11.70154], "rotation": [-100, 0, 0], "uv": [35, 50]}, + {"origin": [-1.001, 8.18352, 9.1581], "size": [2, 2, 3], "pivot": [0, 9.18352, 10.6581], "rotation": [-135, 0, 0], "uv": [48, 11]}, + {"origin": [-1, 6.84241, 7.05299], "size": [2, 2, 4], "pivot": [0, 7.84241, 8.55299], "rotation": [-160, 0, 0], "uv": [36, 44]}, + {"origin": [-0.999, 5.24754, 3.70659], "size": [2, 2, 3], "pivot": [0, 6.24754, 5.20659], "rotation": [-145, 0, 0], "uv": [18, 22]} + ] + }, + { + "name": "hand_right", + "parent": "torso", + "pivot": [1.10993, 18.00988, -2.69293], + "cubes": [ + {"origin": [0.87829, 17.50742, -3.20661], "size": [1, 1, 3], "pivot": [0.87829, 17.50742, -2.20661], "rotation": [-179.25673, 56.59651, -152.21833], "uv": [47, 54]} + ] + }, + { + "name": "hand_right2", + "parent": "hand_right", + "pivot": [1.98458, 17.52799, -3.49016], + "cubes": [ + {"origin": [2.25, 16.75, -4.25], "size": [1, 1, 3], "pivot": [2.25, 16.75, -3.25], "rotation": [-16.4012, 32.12939, -3.0422], "uv": [0, 55]} + ] + }, + { + "name": "hand_left", + "parent": "torso", + "pivot": [1.21508, 17.78453, 1.46652], + "cubes": [ + {"origin": [1, 17.55, 0.75], "size": [1, 1, 3], "pivot": [1.5, 18.05, 2.75], "rotation": [15.12353, 7.24305, 1.95155], "uv": [53, 29]} + ] + }, + { + "name": "hand_left2", + "parent": "hand_left", + "pivot": [1.99542, 18.14736, 3.26187], + "cubes": [ + {"origin": [2.08352, 17.3338, 1.87536], "size": [1, 1, 3], "pivot": [2.58352, 17.8338, 2.87536], "rotation": [137.58756, 54.6677, 156.11971], "uv": [42, 52]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [2.5, 4.25, -2.5], + "cubes": [ + {"origin": [1.75, 0.25, -3.5], "size": [2, 6, 2], "pivot": [2.75, 3.25, -2.5], "rotation": [0, 0, -25], "uv": [27, 47]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [2.5, 4.25, 2.5], + "cubes": [ + {"origin": [1.75, 0.25, 1.5], "size": [2, 6, 2], "pivot": [2.75, 3.25, 2.5], "rotation": [0, 0, -25], "uv": [0, 47]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/purrloin.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/purrloin.geo.json new file mode 100644 index 0000000..ab97490 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/purrloin.geo.json @@ -0,0 +1,251 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.purrloin", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 4, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "body", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-2.5, 4.75, -1], "size": [5, 5, 4], "uv": [0, 12]} + ] + }, + { + "name": "head", + "parent": "body", + "pivot": [0, 13.75, 1], + "cubes": [ + {"origin": [0.5, 17.25, -2.51], "size": [0.5, 1, 0], "pivot": [0.75, 17.75, -2.51], "rotation": [0, 0, 17.5], "uv": [63, 5]}, + {"origin": [-1, 17.25, -2.51], "size": [0.5, 1, 0], "pivot": [-0.75, 17.75, -2.51], "rotation": [0, 0, -17.5], "uv": [63, 5]}, + {"origin": [-3.5, 13.75, -2.5], "size": [7, 6, 6], "uv": [0, 0]}, + {"origin": [-4.5, 14, -1.5], "size": [1, 3, 4], "uv": [23, 21]}, + {"origin": [3.75, 14, 0], "size": [2, 3, 0], "pivot": [3.5, 15.25, 0.5], "rotation": [0, -15, 0], "uv": [0, 31]}, + {"origin": [-5.75, 14, 0], "size": [2, 4, 0], "pivot": [-3.5, 15.25, 0.5], "rotation": [0, 15, 0], "uv": [14, 12]}, + {"origin": [3.5, 14, -1.5], "size": [1, 3, 4], "uv": [8, 22]} + ] + }, + { + "name": "eye_r", + "parent": "head", + "pivot": [-2.5, 17.25, -2.515], + "rotation": [0, 0, 20], + "cubes": [ + {"origin": [-2.25, 15.25, -2.51], "size": [2, 4, 0], "pivot": [-2, 16.25, -2.515], "rotation": [0, 0, -42.5], "uv": [26, 6]} + ] + }, + { + "name": "eye_r_open", + "parent": "eye_r", + "pivot": [-2, 16.25, -2.515], + "cubes": [ + {"origin": [-2.38456, 16.02825, -2.515], "size": [2, 1, 0], "uv": [12, 21]}, + {"origin": [-1.88456, 16.02825, -2.52], "size": [1, 1, 0], "uv": [0, 0]} + ] + }, + { + "name": "eye_r_closed", + "parent": "eye_r", + "pivot": [-2.5, 17.25, -2.515], + "cubes": [ + {"origin": [-2.38456, 16.02825, -2.5], "size": [2, 1, 0], "uv": [59, 9]} + ] + }, + { + "name": "eye_l", + "parent": "head", + "pivot": [2.5, 17.25, -2.515], + "rotation": [0, 0, -20], + "cubes": [ + {"origin": [0.25, 15.25, -2.51], "size": [2, 4, 0], "pivot": [2, 16.25, -2.5], "rotation": [0, 0, 42.5], "uv": [0, 26]} + ] + }, + { + "name": "eye_l_open", + "parent": "eye_l", + "pivot": [0, 16.5, -0.5], + "cubes": [ + {"origin": [0.38456, 16.02825, -2.515], "size": [2, 1, 0], "uv": [24, 19]}, + {"origin": [0.88456, 16.02825, -2.52], "size": [1, 1, 0], "uv": [0, 1]} + ] + }, + { + "name": "eye_l_closed", + "parent": "eye_l", + "pivot": [2.5, 17.25, -2.515], + "cubes": [ + {"origin": [0.38456, 16.02825, -2.5], "size": [2, 1, 0], "uv": [59, 9]} + ] + }, + { + "name": "snout", + "parent": "head", + "pivot": [0, 14.75, -2.5], + "rotation": [25, 0, 0], + "cubes": [ + {"origin": [-1.5, 13.75, -3], "size": [3, 2, 2], "uv": [8, 34]}, + {"origin": [-0.25, 15.49, -3.01], "size": [0.5, 0.25, 0], "uv": [63, 1]} + ] + }, + { + "name": "ear_l", + "parent": "head", + "pivot": [3.5, 19.75, 0.5], + "rotation": [-10, -20, 40], + "cubes": [ + {"origin": [1.5, 17.75, -0.5], "size": [3, 3, 3], "uv": [15, 19]}, + {"origin": [2, 20.75, 0], "size": [2, 1, 2], "uv": [29, 0]}, + {"origin": [2, 21.75, 0], "size": [1, 1, 2], "uv": [0, 0]} + ] + }, + { + "name": "ear_r", + "parent": "head", + "pivot": [-3.5, 19.75, 0.5], + "rotation": [-10, 20, -40], + "cubes": [ + {"origin": [-4.5, 17.75, -0.5], "size": [3, 3, 3], "uv": [20, 0]}, + {"origin": [-4, 20.75, 0], "size": [2, 1, 2], "uv": [29, 19]}, + {"origin": [-3, 21.75, 0], "size": [1, 1, 2], "uv": [0, 3]} + ] + }, + { + "name": "chest", + "parent": "body", + "pivot": [0, 7.75, -1], + "cubes": [ + {"origin": [-1, 12.75, 0], "size": [2, 2, 2], "uv": [29, 11]}, + {"origin": [-2, 8.75, -0.5], "size": [4, 4, 3], "uv": [18, 12]} + ] + }, + { + "name": "shoulder_r", + "parent": "chest", + "pivot": [-2, 11.75, 1], + "cubes": [ + {"origin": [-4.5, 11.25, 0.5], "size": [3, 1, 1], "uv": [30, 30]}, + {"origin": [-7.5, 11.25, 0.5], "size": [3, 1, 1], "uv": [28, 28]} + ] + }, + { + "name": "shoulder_l", + "parent": "chest", + "pivot": [2, 11.75, 1], + "cubes": [ + {"origin": [1.5, 11.25, 0.5], "size": [3, 1, 1], "uv": [29, 22]}, + {"origin": [4.5, 11.25, 0.5], "size": [3, 1, 1], "uv": [36, 28]} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [0, 5.75, 3], + "cubes": [ + {"origin": [-0.5, 5.25, 3], "size": [1, 1, 4], "uv": [26, 6]} + ] + }, + { + "name": "tail_2", + "parent": "tail", + "pivot": [0, 5.75, 7], + "cubes": [ + {"origin": [-0.5, 5.25, 7], "size": [1, 1, 4], "uv": [0, 26]} + ] + }, + { + "name": "tail_3", + "parent": "tail_2", + "pivot": [0, 5.75, 11], + "cubes": [ + {"origin": [-0.5, 5.25, 11], "size": [1, 1, 4], "uv": [14, 25]} + ] + }, + { + "name": "tail_end", + "parent": "tail_3", + "pivot": [0, 5.75, 15], + "cubes": [ + {"origin": [0, 3.75, 13], "size": [0, 5, 6], "pivot": [0, 6.75, 16], "rotation": [-20, 0, 0], "uv": [0, 15]} + ] + }, + { + "name": "thigh_r", + "parent": "body", + "pivot": [-1.5, 4.75, 1], + "cubes": [ + {"origin": [-2.49, 3.75, 0.03], "size": [2, 2, 2], "uv": [22, 32]} + ] + }, + { + "name": "leg_r", + "parent": "thigh_r", + "pivot": [-1.5, 4.75, 1], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [-2, 2.75, 0.5], "size": [1, 2, 1], "uv": [0, 40]} + ] + }, + { + "name": "calf_r", + "parent": "leg_r", + "pivot": [-1.5, 2.75, 1.5], + "rotation": [-30, 0, 0], + "cubes": [ + {"origin": [-2, -0.25, 0.5], "size": [1, 3, 1], "uv": [0, 12]} + ] + }, + { + "name": "foot_r", + "parent": "calf_r", + "pivot": [-1.5, -0.25, 1.5], + "rotation": [-75, 0, 0], + "cubes": [ + {"origin": [-2.01, -2.25, 0.5], "size": [1, 2, 1], "uv": [0, 43]} + ] + }, + { + "name": "thigh_l", + "parent": "body", + "pivot": [1.5, 4.75, 1], + "cubes": [ + {"origin": [0.49, 3.75, 0.03], "size": [2, 2, 2], "uv": [22, 28]} + ] + }, + { + "name": "leg_l", + "parent": "thigh_l", + "pivot": [1.5, 4.75, 1], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [1, 2.75, 0.5], "size": [1, 2, 1], "uv": [16, 30]} + ] + }, + { + "name": "calf_l", + "parent": "leg_l", + "pivot": [1.5, 2.75, 1.5], + "rotation": [-30, 0, 0], + "cubes": [ + {"origin": [1, -0.25, 0.5], "size": [1, 3, 1], "uv": [0, 36]} + ] + }, + { + "name": "foot_l", + "parent": "calf_l", + "pivot": [1.5, -0.25, 1.5], + "rotation": [-75, 0, 0], + "cubes": [ + {"origin": [1.01, -2.25, 0.5], "size": [1, 2, 1], "uv": [0, 46]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/purugly.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/purugly.geo.json new file mode 100644 index 0000000..6a984ca --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/purugly.geo.json @@ -0,0 +1,630 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.purugly", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "purugly", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "purugly", + "pivot": [0, 4.75, -3], + "cubes": [ + {"origin": [-5.5, 4.25, -11], "size": [11, 10, 10], "pivot": [0, 10.25, -6], "rotation": [10, 0, 0], "uv": [0, 26]} + ] + }, + { + "name": "neck", + "parent": "body", + "pivot": [0, 13.75, -6], + "cubes": [ + {"origin": [-3, 12.75, -9.5], "size": [6, 3, 6], "uv": [55, 8]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 15, -5.5], + "cubes": [ + {"origin": [-4.5, 15, -11], "size": [9, 7, 8], "uv": [35, 39]} + ] + }, + { + "name": "eye_l", + "parent": "head", + "pivot": [3, 19.75, -11.01], + "rotation": [0, 0, -25], + "cubes": [ + {"origin": [1, 17.75, -11.01], "size": [2, 2, 0], "uv": [36, 3]}, + {"origin": [1.5, 18, -11.02], "size": [0.5, 0.75, 0], "uv": [124, 1]} + ] + }, + { + "name": "eyelid_l", + "parent": "eye_l", + "pivot": [-24, 19.75, -11.01], + "cubes": [ + {"origin": [1, 17.75, -11], "size": [2, 2, 0], "uv": [10, 0]} + ] + }, + { + "name": "eye_r", + "parent": "head", + "pivot": [-3, 19.75, -11.01], + "rotation": [0, 0, 25], + "cubes": [ + {"origin": [-3, 17.75, -11.01], "size": [2, 2, 0], "uv": [36, 0]}, + {"origin": [-2, 18, -11.02], "size": [0.5, 0.75, 0], "uv": [125, 1]} + ] + }, + { + "name": "eyelid_r", + "parent": "eye_r", + "pivot": [-20, 19.75, -11.01], + "cubes": [ + {"origin": [-3, 17.75, -11], "size": [2, 2, 0], "uv": [0, 0]} + ] + }, + { + "name": "snout", + "parent": "head", + "pivot": [-19.5, 19.25, -11.51], + "cubes": [ + {"origin": [-2, 14.99, -11.75], "size": [4, 3, 1], "uv": [33, 26]}, + {"origin": [-0.25, 17.25, -11.76], "size": [0.5, 0.5, 0], "uv": [125, 1]} + ] + }, + { + "name": "mouth", + "parent": "snout", + "pivot": [-19.5, 19.75, -11.26], + "cubes": [ + {"origin": [-1.5, 16.5, -11.76], "size": [1.5, 0.25, 0], "pivot": [0, 16.75, -11.76], "rotation": [0, 0, -30], "uv": [124, 1]}, + {"origin": [0, 16.5, -11.76], "size": [1.5, 0.25, 0], "pivot": [0, 16.75, -11.76], "rotation": [0, 0, 30], "uv": [124, 1]} + ] + }, + { + "name": "open_mouth", + "parent": "mouth", + "pivot": [0, 16, -11.76], + "cubes": [ + {"origin": [-1, 15.5, -11.74], "size": [2, 1, 0], "uv": [10, 0]} + ] + }, + { + "name": "whisker1", + "parent": "head", + "pivot": [-3, 16.5, -11.01], + "rotation": [0, 0, 2.5], + "cubes": [ + {"origin": [-6.74929, 16.21729, -11.01], "size": [3, 0.25, 0], "uv": [122, 1]} + ] + }, + { + "name": "whisker1a", + "parent": "whisker1", + "pivot": [-6, 16.25, -11.01], + "rotation": [0, 0, 47.5], + "cubes": [ + {"origin": [-7.48209, 15.67547, -11.01], "size": [1, 0.25, 0], "uv": [125, 1]} + ] + }, + { + "name": "whisker1b", + "parent": "whisker1a", + "pivot": [-7, 16.5, -11.01], + "rotation": [0, 0, 85], + "cubes": [ + {"origin": [-6.46967, 15.71967, -11.01], "size": [1, 0.25, 0], "uv": [125, 1]} + ] + }, + { + "name": "whisker1c", + "parent": "whisker1b", + "pivot": [-6, 16.5, -11.01], + "rotation": [0, 0, -95], + "cubes": [ + {"origin": [-7.57453, 16.01791, -11.01], "size": [1, 0.25, 0], "uv": [125, 1]} + ] + }, + { + "name": "whisker1d", + "parent": "whisker1c", + "pivot": [-7, 16.75, -11.01], + "rotation": [0, 0, 90], + "cubes": [ + {"origin": [-6.51791, 16.17547, -11.01], "size": [1, 0.25, 0], "uv": [125, 1]} + ] + }, + { + "name": "whisker2", + "parent": "head", + "pivot": [-3, 15.75, -11.01], + "rotation": [180, 0, -2.5], + "cubes": [ + {"origin": [-6.74929, 15.46729, -11.01], "size": [3, 0.25, 0], "uv": [122, 1]} + ] + }, + { + "name": "whisker2a", + "parent": "whisker2", + "pivot": [-6, 15.5, -11.01], + "rotation": [0, 0, 47.5], + "cubes": [ + {"origin": [-7.48209, 14.92547, -11.01], "size": [1, 0.25, 0], "uv": [124, 1]} + ] + }, + { + "name": "whisker2b", + "parent": "whisker2a", + "pivot": [-7, 15.75, -11.01], + "rotation": [0, 0, 85], + "cubes": [ + {"origin": [-6.46967, 14.96967, -11.01], "size": [1, 0.25, 0], "uv": [124, 1]} + ] + }, + { + "name": "whisker2c", + "parent": "whisker2b", + "pivot": [-6, 15.75, -11.01], + "rotation": [0, 0, -95], + "cubes": [ + {"origin": [-7.57453, 15.26791, -11.01], "size": [1, 0.25, 0], "uv": [124, 1]} + ] + }, + { + "name": "whisker2d", + "parent": "whisker2c", + "pivot": [-7, 16, -11.01], + "rotation": [0, 0, 90], + "cubes": [ + {"origin": [-6.51791, 15.42547, -11.01], "size": [1, 0.25, 0], "uv": [124, 1]} + ] + }, + { + "name": "whisker3", + "parent": "head", + "pivot": [3, 16.5, -11.01], + "rotation": [0, 180, -2.5], + "cubes": [ + {"origin": [-0.74929, 16.21729, -11.01], "size": [3, 0.25, 0], "uv": [122, 1]} + ] + }, + { + "name": "whisker3a", + "parent": "whisker3", + "pivot": [0, 16.25, -11.01], + "rotation": [0, 0, 47.5], + "cubes": [ + {"origin": [-1.48209, 15.67547, -11.01], "size": [1, 0.25, 0], "uv": [124, 1]} + ] + }, + { + "name": "whisker3b", + "parent": "whisker3a", + "pivot": [-1, 16.5, -11.01], + "rotation": [0, 0, 85], + "cubes": [ + {"origin": [-0.46967, 15.71967, -11.01], "size": [1, 0.25, 0], "uv": [124, 1]} + ] + }, + { + "name": "whisker3c", + "parent": "whisker3b", + "pivot": [0, 16.5, -11.01], + "rotation": [0, 0, -95], + "cubes": [ + {"origin": [-1.57453, 16.01791, -11.01], "size": [1, 0.25, 0], "uv": [124, 1]} + ] + }, + { + "name": "whisker3d", + "parent": "whisker3c", + "pivot": [-1, 16.75, -11.01], + "rotation": [0, 0, 90], + "cubes": [ + {"origin": [-0.51791, 16.17547, -11.01], "size": [1, 0.25, 0], "uv": [124, 1]} + ] + }, + { + "name": "whisker4", + "parent": "head", + "pivot": [3, 15.75, -11.01], + "rotation": [180, 180, 2.5], + "cubes": [ + {"origin": [-0.74929, 15.46729, -11.01], "size": [3, 0.25, 0], "uv": [122, 1]} + ] + }, + { + "name": "whisker4a", + "parent": "whisker4", + "pivot": [0, 15.5, -11.01], + "rotation": [0, 0, 47.5], + "cubes": [ + {"origin": [-1.48209, 14.92547, -11.01], "size": [1, 0.25, 0], "uv": [124, 1]} + ] + }, + { + "name": "whisker4b", + "parent": "whisker4a", + "pivot": [-1, 15.75, -11.01], + "rotation": [0, 0, 85], + "cubes": [ + {"origin": [-0.46967, 14.96967, -11.01], "size": [1, 0.25, 0], "uv": [124, 1]} + ] + }, + { + "name": "whisker4c", + "parent": "whisker4b", + "pivot": [0, 15.75, -11.01], + "rotation": [0, 0, -95], + "cubes": [ + {"origin": [-1.57453, 15.26791, -11.01], "size": [1, 0.25, 0], "uv": [124, 1]} + ] + }, + { + "name": "whisker4d", + "parent": "whisker4c", + "pivot": [-1, 16, -11.01], + "rotation": [0, 0, 90], + "cubes": [ + {"origin": [-0.51791, 15.42547, -11.01], "size": [1, 0.25, 0], "uv": [124, 1]} + ] + }, + { + "name": "ear_l", + "parent": "head", + "pivot": [-16.5, 20.5, -7], + "rotation": [-10, -20, 55], + "cubes": [ + {"origin": [-8.39232, 34.24812, -15.37965], "size": [6, 4, 2], "uv": [64, 18]}, + {"origin": [-8.39232, 38.24812, -15.37965], "size": [5, 2, 2], "uv": [70, 50]}, + {"origin": [-8.39232, 40.24812, -15.37965], "size": [4, 2, 2], "uv": [34, 76]}, + {"origin": [-7.39232, 42.24812, -15.37965], "size": [2, 1, 2], "uv": [33, 31]} + ] + }, + { + "name": "ear_r", + "parent": "head", + "pivot": [-27.5, 20.5, -7], + "rotation": [-10, 20, -55], + "cubes": [ + {"origin": [-17.89232, 0.25188, -0.62035], "size": [6, 4, 2], "uv": [61, 0]}, + {"origin": [-16.89232, 4.25188, -0.62035], "size": [5, 2, 2], "uv": [43, 34]}, + {"origin": [-15.89232, 6.25188, -0.62035], "size": [4, 2, 2], "uv": [75, 55]}, + {"origin": [-14.89232, 8.25188, -0.62035], "size": [2, 1, 2], "uv": [0, 31]} + ] + }, + { + "name": "waist", + "parent": "body", + "pivot": [0, 4.75, -3], + "cubes": [ + {"origin": [-5, 4.75, -4], "size": [10, 10, 15], "uv": [0, 0]} + ] + }, + { + "name": "thigh_fr", + "parent": "waist", + "pivot": [-5.5, 10.75, -6.75], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [-8, 6.25, -9.5], "size": [5, 6, 5], "uv": [59, 55]} + ] + }, + { + "name": "leg_fr", + "parent": "thigh_fr", + "pivot": [-5.5, 6.25, -4.5], + "rotation": [-20, 0, 0], + "cubes": [ + {"origin": [-8.01, 2.25, -8.5], "size": [5, 4, 4], "uv": [15, 70]}, + {"origin": [-7.51, 0.75, -8], "size": [4, 2, 3], "uv": [70, 44]}, + {"origin": [-7.02, -0.75, -8.5], "size": [3, 2, 3], "pivot": [-4, 0.75, -4.5], "rotation": [5, 0, 0], "uv": [74, 7]} + ] + }, + { + "name": "thigh_fl", + "parent": "waist", + "pivot": [6, 10.75, -6.75], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [3, 6.25, -9.5], "size": [5, 6, 5], "uv": [38, 55]} + ] + }, + { + "name": "leg_fl", + "parent": "thigh_fl", + "pivot": [6, 6.25, -4.5], + "rotation": [-20, 0, 0], + "cubes": [ + {"origin": [2.99, 2.25, -8.5], "size": [5, 4, 4], "uv": [34, 67]}, + {"origin": [3.49, 0.75, -8], "size": [4, 2, 3], "uv": [0, 6]}, + {"origin": [3.98, -0.75, -8.75], "size": [3, 2, 3], "pivot": [7, 0.75, -4.5], "rotation": [5, 0, 0], "uv": [69, 73]} + ] + }, + { + "name": "thigh_br", + "parent": "waist", + "pivot": [-3.5, 10.5, 8.25], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-8.5, 6.5, 4], "size": [6, 7, 6], "uv": [45, 20]} + ] + }, + { + "name": "leg_br", + "parent": "thigh_br", + "pivot": [-6, 6.5, 10], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [-8.01, 2.5, 6], "size": [5, 4, 4], "uv": [53, 67]}, + {"origin": [-7.51, 1, 6.5], "size": [4, 2, 3], "uv": [70, 25]}, + {"origin": [-7, 0, 5.75], "size": [3, 2, 3], "pivot": [-2.5, 1.5, 10], "rotation": [5, 0, 0], "uv": [74, 7]} + ] + }, + { + "name": "thigh_bl", + "parent": "waist", + "pivot": [7.5, 10.5, 8.25], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [2.5, 6.5, 4], "size": [6, 7, 6], "uv": [36, 0]} + ] + }, + { + "name": "leg_bl", + "parent": "thigh_bl", + "pivot": [6.5, 6.5, 10], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [2.99, 2.5, 6], "size": [5, 4, 4], "uv": [0, 65]}, + {"origin": [3.49, 1.17051, 6.15523], "size": [4, 2, 3], "uv": [0, 0]}, + {"origin": [4, 0, 5.5], "size": [3, 2, 3], "pivot": [8.5, 1.5, 10], "rotation": [5, 0, 0], "uv": [69, 73]} + ] + }, + { + "name": "tail_base", + "parent": "waist", + "pivot": [0, 13.75, 11], + "rotation": [47.5, 30, 0], + "cubes": [ + {"origin": [-0.5, 13.25, 10.5], "size": [1, 1, 3], "uv": [0, 26]} + ] + }, + { + "name": "curl", + "parent": "tail_base", + "pivot": [0, 13.75, 13.25], + "rotation": [90, 60, 80], + "cubes": [ + {"origin": [-3, 13.25, 12.75], "size": [3, 1, 1], "uv": [80, 13]} + ] + }, + { + "name": "curl2", + "parent": "curl", + "pivot": [-3, 13.25, 13.25], + "rotation": [15, 0, 25], + "cubes": [ + {"origin": [-6, 13.25, 12.75], "size": [3, 1, 1], "uv": [0, 80]} + ] + }, + { + "name": "curl3", + "parent": "curl2", + "pivot": [-6, 13.25, 13.25], + "rotation": [15, -5, 45], + "cubes": [ + {"origin": [-9, 13.25, 12.75], "size": [3, 1, 1], "uv": [74, 79]} + ] + }, + { + "name": "curl4", + "parent": "curl3", + "pivot": [-9, 13.25, 13.25], + "rotation": [5, -10, 45], + "cubes": [ + {"origin": [-12, 13.25, 12.75], "size": [3, 1, 1], "uv": [79, 73]} + ] + }, + { + "name": "curl5", + "parent": "curl4", + "pivot": [-12, 13.25, 13.25], + "rotation": [0, 17.5, 45], + "cubes": [ + {"origin": [-15, 13.25, 12.75], "size": [3, 1, 1], "uv": [65, 79]} + ] + }, + { + "name": "curl6", + "parent": "curl5", + "pivot": [-15, 13.25, 13.25], + "rotation": [0, 17.5, 45], + "cubes": [ + {"origin": [-18, 13.25, 12.75], "size": [3, 1, 1], "uv": [56, 79]} + ] + }, + { + "name": "curl7", + "parent": "curl6", + "pivot": [-18, 13.25, 13.25], + "rotation": [0, 17.5, 45], + "cubes": [ + {"origin": [-21, 13.25, 12.75], "size": [3, 1, 1], "uv": [47, 79]} + ] + }, + { + "name": "curl8", + "parent": "curl7", + "pivot": [-21, 13.25, 13.25], + "rotation": [0, 17.5, 45], + "cubes": [ + {"origin": [-24, 13.25, 12.75], "size": [3, 1, 1], "uv": [21, 79]} + ] + }, + { + "name": "curl9", + "parent": "curl8", + "pivot": [-24, 13.25, 13.25], + "rotation": [0, 17.5, 45], + "cubes": [ + {"origin": [-27, 13.25, 12.75], "size": [3, 1, 1], "uv": [79, 17]} + ] + }, + { + "name": "curl10", + "parent": "curl9", + "pivot": [-27, 13.25, 13.25], + "rotation": [0, 17.5, 45], + "cubes": [ + {"origin": [-30, 13.25, 12.75], "size": [3, 1, 1], "uv": [12, 79]} + ] + }, + { + "name": "curl11", + "parent": "curl10", + "pivot": [-30, 13.25, 13.25], + "rotation": [0, 17.5, 45], + "cubes": [ + {"origin": [-33, 13.25, 12.75], "size": [3, 1, 1], "uv": [78, 36]} + ] + }, + { + "name": "curl12", + "parent": "curl11", + "pivot": [-33, 13.25, 13.25], + "rotation": [0, 17.5, 45], + "cubes": [ + {"origin": [-36, 13.25, 12.75], "size": [3, 1, 1], "uv": [78, 33]} + ] + }, + { + "name": "curl13", + "parent": "curl12", + "pivot": [-36, 13.25, 13.25], + "rotation": [0, 17.5, 45], + "cubes": [ + {"origin": [-39, 13.25, 12.75], "size": [3, 1, 1], "uv": [78, 3]} + ] + }, + { + "name": "curl14", + "parent": "curl13", + "pivot": [-39, 13.25, 13.25], + "rotation": [0, 17.5, 45], + "cubes": [ + {"origin": [-42, 13.25, 12.75], "size": [3, 1, 1], "uv": [78, 0]} + ] + }, + { + "name": "curl15", + "parent": "curl14", + "pivot": [-42, 13.25, 13.25], + "rotation": [0, 17.5, 45], + "cubes": [ + {"origin": [-45, 13.25, 12.75], "size": [3, 1, 1], "uv": [56, 76]} + ] + }, + { + "name": "curl16", + "parent": "curl15", + "pivot": [-45, 13.25, 13.25], + "rotation": [0, 17.5, 45], + "cubes": [ + {"origin": [-48, 13.25, 12.75], "size": [3, 1, 1], "uv": [47, 76]} + ] + }, + { + "name": "curl17", + "parent": "curl16", + "pivot": [-48, 13.25, 13.25], + "rotation": [0, 17.5, 45], + "cubes": [ + {"origin": [-51, 13.25, 12.75], "size": [3, 1, 1], "uv": [70, 31]} + ] + }, + { + "name": "curl18", + "parent": "curl17", + "pivot": [-51, 13.25, 13.25], + "rotation": [0, 17.5, 45], + "cubes": [ + {"origin": [-54, 13.25, 12.75], "size": [3, 1, 1], "uv": [62, 44]} + ] + }, + { + "name": "curl19", + "parent": "curl18", + "pivot": [-54, 13.25, 13.25], + "rotation": [0, 20, 45], + "cubes": [ + {"origin": [-57, 13.25, 12.75], "size": [3, 1, 1], "uv": [58, 34]} + ] + }, + { + "name": "curl20", + "parent": "curl19", + "pivot": [-57, 13.25, 13.25], + "rotation": [0, 22.5, 42.5], + "cubes": [ + {"origin": [-60, 13.25, 12.75], "size": [3, 1, 1], "uv": [54, 55]} + ] + }, + { + "name": "curl21", + "parent": "curl20", + "pivot": [-60, 13.25, 13.25], + "rotation": [0, 22.5, 42.5], + "cubes": [ + {"origin": [-63, 13.25, 12.75], "size": [3, 1, 1], "uv": [23, 47]} + ] + }, + { + "name": "curl22", + "parent": "curl21", + "pivot": [-63, 13.25, 13.25], + "rotation": [0, 22.5, 17.5], + "cubes": [ + {"origin": [-66, 13.25, 12.75], "size": [3, 1, 1], "uv": [14, 47]} + ] + }, + { + "name": "curl23", + "parent": "curl22", + "pivot": [-66, 13.25, 13.25], + "cubes": [ + {"origin": [-69, 13.25, 12.75], "size": [3, 1, 1], "uv": [0, 12]} + ] + }, + { + "name": "pos", + "parent": "curl23", + "pivot": [-68.5, 13.25, 13.25], + "rotation": [-47.5, 7.5, 42.5] + }, + { + "name": "tail_fluff", + "parent": "pos", + "pivot": [-68.5, 12.75, 16], + "cubes": [ + {"origin": [-75, 3, 11], "size": [4, 12, 5], "uv": [19, 50]}, + {"origin": [-71, 11, 11], "size": [5, 4, 5], "uv": [62, 34]}, + {"origin": [-66, 3, 11], "size": [4, 12, 5], "uv": [0, 47]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/pyroar/pyroar_f.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/pyroar/pyroar_f.geo.json new file mode 100644 index 0000000..b76b980 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/pyroar/pyroar_f.geo.json @@ -0,0 +1,414 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.pyroar_f", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 6, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "body", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [0, 14, -16], "size": [0, 4, 4], "pivot": [0, 16, -13], "rotation": [25, 0, 0], "uv": [0, 20]}, + {"origin": [-3.5, 12, -13], "size": [7, 8, 9], "pivot": [0, 15, -8.5], "rotation": [-10, 0, 0], "uv": [0, 20]}, + {"origin": [-3, 12.5, -4.5], "size": [6, 6, 13], "uv": [0, 0]} + ] + }, + { + "name": "neck", + "parent": "body", + "pivot": [0, 19, -12.5], + "cubes": [ + {"origin": [-2, 16, -13.5], "size": [4, 9, 4], "uv": [31, 57]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 23.5, -13.5], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-3.5, 22.51, -13.75], "size": [7, 6, 5], "uv": [44, 26]} + ] + }, + { + "name": "ear_l", + "parent": "head", + "pivot": [3.5, 28.5, -13.75], + "rotation": [0, 5, 45], + "cubes": [ + {"origin": [1.5, 26.51, -12.75], "size": [4, 4, 2], "uv": [84, 51]} + ] + }, + { + "name": "ear_r", + "parent": "head", + "pivot": [-3.5, 28.5, -13.75], + "rotation": [0, -5, -45], + "cubes": [ + {"origin": [-5.5, 26.5, -12.75], "size": [4, 4, 2], "uv": [24, 84]} + ] + }, + { + "name": "face", + "parent": "head", + "pivot": [0, 23.5, -13.5], + "rotation": [0, 45, 0], + "cubes": [ + {"origin": [-2.25, 22.5, -16.25], "size": [5, 6, 5], "uv": [50, 8]} + ] + }, + { + "name": "face_r", + "parent": "face", + "pivot": [0, 29.5, -13.5], + "cubes": [ + {"origin": [-2.25, 25, -16.26], "size": [3, 2, 0], "uv": [56, 49]}, + {"origin": [-7.25, 25, -16.26], "size": [5, 2, 0], "pivot": [-2.25, 26.5, -16.25], "rotation": [0, 45, 0], "uv": [45, 0]} + ] + }, + { + "name": "eye_r", + "parent": "face_r", + "pivot": [0.25, 26.75, -17.5], + "rotation": [10, -90, 0], + "cubes": [ + {"origin": [1.48, 25.75, -18], "size": [0, 1, 2], "pivot": [0.25, 26.75, -17.5], "rotation": [5, 0, 0], "uv": [44, 26]}, + {"origin": [1.47, 25.85, -18], "size": [0, 1, 1], "uv": [10, 0]} + ] + }, + { + "name": "eye_r_closed", + "parent": "eye_r", + "pivot": [0.25, 26.75, -17.5], + "cubes": [ + {"origin": [1.5, 25.75, -18], "size": [0, 1, 2], "pivot": [0.25, 26.75, -17.5], "rotation": [5, 0, 0], "uv": [0, 38]} + ] + }, + { + "name": "face_l", + "parent": "face", + "pivot": [0, 29.5, -13.5], + "rotation": [0, -90, 0], + "cubes": [ + {"origin": [-0.75, 25, -16.26], "size": [3, 2, 0], "uv": [19, 38]}, + {"origin": [-2.75, 25, -16.26], "size": [5, 2, 0], "pivot": [2.25, 26.5, -16.25], "rotation": [0, 135, 0], "uv": [33, 28]} + ] + }, + { + "name": "eye_l", + "parent": "face_l", + "pivot": [-0.25, 27, -17.5], + "rotation": [10, 90, 0], + "cubes": [ + {"origin": [-1.48, 25.75, -18], "size": [0, 1, 2], "pivot": [-0.25, 27, -17.5], "rotation": [5, 0, 0], "uv": [26, 0]}, + {"origin": [-1.47, 25.85, -18], "size": [0, 1, 1], "uv": [0, 0]} + ] + }, + { + "name": "eye_l_closed", + "parent": "eye_l", + "pivot": [-0.25, 26.75, -17.5], + "cubes": [ + {"origin": [-1.5, 25.75, -18], "size": [0, 1, 2], "pivot": [-0.25, 26.75, -17.5], "rotation": [5, 0, 0], "uv": [24, 20]} + ] + }, + { + "name": "snout", + "parent": "head", + "pivot": [0, 25.5, -16.5], + "rotation": [10, 0, 0], + "mirror": true, + "cubes": [ + {"origin": [-2, 22.76, -19], "size": [4, 3, 4], "uv": [80, 0]} + ], + "locators": { + "fire": { + "offset": [0, 27, -22], + "rotation": [-5, 0, 0] + } + } + }, + { + "name": "tongue", + "parent": "snout", + "pivot": [0, 23.75, -15], + "mirror": true, + "cubes": [ + {"origin": [-1, 23.75, -17.75], "size": [2, 0, 3], "uv": [97, 2]} + ] + }, + { + "name": "hair", + "parent": "head", + "pivot": [0, 27.5, -16.5], + "rotation": [65, 0, 0], + "cubes": [ + {"origin": [-1, 27, -17.5], "size": [2, 2, 2], "uv": [26, 45]} + ] + }, + { + "name": "hair2", + "parent": "hair", + "pivot": [0, 29, -15.5], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [-1.5, 26, -15.5], "size": [3, 3, 3], "uv": [81, 27]} + ] + }, + { + "name": "hair3", + "parent": "hair2", + "pivot": [0, 29, -12.5], + "rotation": [-27.5, 0, 0], + "cubes": [ + {"origin": [-2.5, 24, -12.5], "size": [5, 5, 5], "inflate": 0.01, "uv": [51, 38]} + ] + }, + { + "name": "hair4", + "parent": "hair3", + "pivot": [0, 29, -7.5], + "rotation": [-32.5, 0, 0], + "cubes": [ + {"origin": [-2.5, 23, -7.5], "size": [5, 6, 5], "uv": [35, 45]} + ] + }, + { + "name": "hair5", + "parent": "hair4", + "pivot": [0.5, 29, -2.5], + "rotation": [-25, 0, 0], + "cubes": [ + {"origin": [-3, 23, -2.5], "size": [6, 6, 6], "inflate": 0.01, "uv": [0, 38]} + ] + }, + { + "name": "hair10", + "parent": "hair5", + "pivot": [0.5, 29, 3.5], + "rotation": [-20, 0, 0], + "cubes": [ + {"origin": [-3, 23, 3.5], "size": [6, 6, 6], "uv": [26, 0]} + ] + }, + { + "name": "hair6", + "parent": "hair10", + "pivot": [0, 23, 8.5], + "rotation": [17.5, 0, 0], + "cubes": [ + {"origin": [-2.5, 23, 8.5], "size": [5, 6, 7], "inflate": 0.01, "uv": [26, 31]} + ] + }, + { + "name": "hair7", + "parent": "hair6", + "pivot": [0, 23, 13.5], + "rotation": [17.5, 0, 0], + "cubes": [ + {"origin": [-2.5, 23, 13.5], "size": [5, 5, 7], "uv": [32, 13]} + ] + }, + { + "name": "hair8", + "parent": "hair7", + "pivot": [-0.5, 23, 20.5], + "rotation": [17.5, 0, 0], + "cubes": [ + {"origin": [-2, 23.5, 20.5], "size": [4, 4, 5], "uv": [64, 20]} + ] + }, + { + "name": "hair9", + "parent": "hair8", + "pivot": [-0.5, 23.5, 25.5], + "rotation": [17.5, 0, 0], + "cubes": [ + {"origin": [-1.5, 24, 25.5], "size": [3, 3, 5], "uv": [43, 69]} + ] + }, + { + "name": "hair11", + "parent": "hair9", + "pivot": [-1, 24, 30.5], + "rotation": [17.5, 0, 0], + "cubes": [ + {"origin": [-1, 24.5, 30.5], "size": [2, 2, 4], "uv": [40, 78]} + ] + }, + { + "name": "shoulder_l", + "parent": "body", + "pivot": [3.5, 18, -8], + "cubes": [ + {"origin": [2, 9, -10], "size": [3, 11, 4], "uv": [52, 53]} + ] + }, + { + "name": "forearm_l", + "parent": "shoulder_l", + "pivot": [3.5, 9, -6], + "rotation": [-7.5, 0, 0], + "cubes": [ + {"origin": [1.99, 0, -9], "size": [3, 9, 3], "uv": [27, 71]} + ] + }, + { + "name": "paw_fl", + "parent": "forearm_l", + "pivot": [3.5, 2, -6], + "rotation": [7.5, 0, 0], + "cubes": [ + {"origin": [1.5, -0.01, -10.99], "size": [4, 2, 5], "uv": [66, 3]} + ] + }, + { + "name": "shoulder_r", + "parent": "body", + "pivot": [-3.5, 18, -8], + "cubes": [ + {"origin": [-5, 9, -10], "size": [3, 11, 4], "uv": [0, 51]} + ] + }, + { + "name": "forearm_r", + "parent": "shoulder_r", + "pivot": [-3.5, 9, -6], + "rotation": [-7.5, 0, 0], + "cubes": [ + {"origin": [-4.99, 0, -9], "size": [3, 9, 3], "uv": [0, 0]} + ] + }, + { + "name": "paw_fr", + "parent": "forearm_r", + "pivot": [-3.5, 2, -6], + "rotation": [7.5, 0, 0], + "cubes": [ + {"origin": [-5.5, -0.01, -10.99], "size": [4, 2, 5], "uv": [67, 33]} + ] + }, + { + "name": "thigh_r", + "parent": "body", + "pivot": [-3, 15, 6], + "cubes": [ + {"origin": [-5, 10.25, 2.5], "size": [3, 7, 5], "uv": [62, 64]}, + {"origin": [-5.01, 13.25, 5.5], "size": [0, 8, 5], "uv": [0, 70]} + ] + }, + { + "name": "knee_r", + "parent": "thigh_r", + "pivot": [-3, 10, 2.5], + "rotation": [30, 0, 0], + "cubes": [ + {"origin": [-4.99, 5.21651, 2.625], "size": [3, 5, 4], "uv": [77, 41]} + ] + }, + { + "name": "calf_r", + "parent": "knee_r", + "pivot": [-3.5, 5, 6.5], + "rotation": [-35, 0, 0], + "cubes": [ + {"origin": [-4.98, -2.75095, 3.47821], "size": [3, 8, 3], "uv": [76, 74]} + ] + }, + { + "name": "paw_br", + "parent": "calf_r", + "pivot": [-3.5, -1, 6.5], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-5.5, -2.76, 1.5], "size": [4, 2, 5], "uv": [63, 49]} + ] + }, + { + "name": "thigh_l", + "parent": "body", + "pivot": [3, 15, 6], + "cubes": [ + {"origin": [2, 10.25, 2.5], "size": [3, 7, 5], "uv": [10, 62]}, + {"origin": [5.01, 13.25, 5.5], "size": [0, 8, 5], "uv": [55, 73]} + ] + }, + { + "name": "knee_l", + "parent": "thigh_l", + "pivot": [3, 10, 2.5], + "rotation": [30, 0, 0], + "cubes": [ + {"origin": [1.99, 5.21651, 2.625], "size": [3, 5, 4], "uv": [11, 75]} + ] + }, + { + "name": "calf_l", + "parent": "knee_l", + "pivot": [3.5, 5, 6.5], + "rotation": [-35, 0, 0], + "cubes": [ + {"origin": [1.98, -2.75095, 3.47821], "size": [3, 8, 3], "uv": [74, 57]} + ] + }, + { + "name": "paw_bl", + "parent": "calf_l", + "pivot": [3.5, -1, 6.5], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [1.5, -2.76, 1.5], "size": [4, 2, 5], "uv": [51, 0]} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [0, 18, 8.5], + "cubes": [ + {"origin": [-0.5, 17.5, 8.5], "size": [1, 1, 5], "uv": [0, 84]} + ] + }, + { + "name": "tail_seg2", + "parent": "tail", + "pivot": [-0.5, 18, 13.5], + "cubes": [ + {"origin": [-0.5, 17.5, 13.5], "size": [1, 1, 5], "uv": [83, 15]} + ] + }, + { + "name": "tail_seg3", + "parent": "tail_seg2", + "pivot": [-0.5, 18, 18.5], + "cubes": [ + {"origin": [-0.5, 17.5, 18.5], "size": [1, 1, 5], "uv": [82, 64]} + ] + }, + { + "name": "tail_seg4", + "parent": "tail_seg3", + "pivot": [-0.5, 18, 23.5], + "cubes": [ + {"origin": [-0.5, 17.5, 23.5], "size": [1, 1, 5], "uv": [66, 81]} + ] + }, + { + "name": "tail_seg_end", + "parent": "tail_seg4", + "pivot": [-0.5, 18, 28.5], + "cubes": [ + {"origin": [-0.5, 17.5, 28.5], "size": [1, 1, 5], "uv": [24, 21]}, + {"origin": [0, 14.5, 29.5], "size": [0, 8, 9], "uv": [16, 42]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/pyroar/pyroar_m.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/pyroar/pyroar_m.geo.json new file mode 100644 index 0000000..348f33c --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/pyroar/pyroar_m.geo.json @@ -0,0 +1,490 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.pyroar", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 6, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "body", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-4, 11, -13], "size": [8, 9, 9], "pivot": [0, 15, -8.5], "rotation": [-10, 0, 0], "uv": [0, 21]}, + {"origin": [-3.5, 11.5, -4.5], "size": [7, 7, 13], "uv": [0, 0]}, + {"origin": [0, 18, 6.5], "size": [0, 2, 2], "uv": [26, 21]} + ] + }, + { + "name": "neck", + "parent": "body", + "pivot": [0, 19, -12.5], + "cubes": [ + {"origin": [-2.5, 16, -13.5], "size": [5, 9, 5], "uv": [19, 63]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 23.5, -13.5], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-3.5, 22.51, -13.75], "size": [7, 7, 5], "uv": [53, 0]} + ] + }, + { + "name": "face", + "parent": "head", + "pivot": [0, 23.5, -13.5], + "rotation": [0, 45, 0], + "cubes": [ + {"origin": [-2.25, 22.5, -16.25], "size": [5, 7, 5], "uv": [66, 13]} + ] + }, + { + "name": "face_r", + "parent": "face", + "pivot": [0, 29.5, -13.5], + "cubes": [ + {"origin": [-2.25, 25, -16.26], "size": [3, 2, 0], "uv": [26, 26]} + ] + }, + { + "name": "eye_r", + "parent": "face_r", + "pivot": [0.25, 26.75, -17.5], + "rotation": [10, -90, 0], + "cubes": [ + {"origin": [1.48, 25.75, -18], "size": [0, 1, 2], "pivot": [0.25, 26.75, -17.5], "rotation": [5, 0, 0], "uv": [48, 0]}, + {"origin": [1.47, 25.85, -18], "size": [0, 1, 1], "uv": [10, 0]} + ] + }, + { + "name": "eye_r_closed", + "parent": "eye_r", + "pivot": [0.25, 26.75, -17.5], + "cubes": [ + {"origin": [1.5, 25.75, -18], "size": [0, 1, 2], "pivot": [0.25, 26.75, -17.5], "rotation": [5, 0, 0], "uv": [20, 40]} + ] + }, + { + "name": "face_l", + "parent": "face", + "pivot": [0, 29.5, -13.5], + "rotation": [0, -90, 0], + "cubes": [ + {"origin": [-0.75, 25, -16.26], "size": [3, 2, 0], "uv": [0, 26]} + ] + }, + { + "name": "eye_l", + "parent": "face_l", + "pivot": [-0.25, 27, -17.5], + "rotation": [10, 90, 0], + "cubes": [ + {"origin": [-1.48, 25.75, -18], "size": [0, 1, 2], "pivot": [-0.25, 27, -17.5], "rotation": [5, 0, 0], "uv": [0, 40]}, + {"origin": [-1.47, 25.85, -18], "size": [0, 1, 1], "uv": [0, 0]} + ] + }, + { + "name": "eye_l_closed", + "parent": "eye_l", + "pivot": [-0.25, 26.75, -17.5], + "cubes": [ + {"origin": [-1.5, 25.75, -18], "size": [0, 1, 2], "pivot": [-0.25, 26.75, -17.5], "rotation": [5, 0, 0], "uv": [28, 0]} + ] + }, + { + "name": "snout", + "parent": "head", + "pivot": [0, 25.5, -16.5], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [-2, 22.76, -19], "size": [4, 3, 4], "uv": [90, 66]} + ], + "locators": { + "fire": { + "offset": [0, 27, -22], + "rotation": [-5, 0, 0] + } + } + }, + { + "name": "tongue", + "parent": "snout", + "pivot": [0, 23.75, -15], + "cubes": [ + {"origin": [-1, 23.75, -17.75], "size": [2, 0, 3], "uv": [117, 3]} + ] + }, + { + "name": "mane", + "parent": "head", + "pivot": [0, 23.5, -13.5], + "cubes": [ + {"origin": [-3.5, 21.5, -11.5], "size": [7, 9, 5], "uv": [0, 40]} + ] + }, + { + "name": "hair", + "parent": "mane", + "pivot": [0, 28, -16.5], + "rotation": [65, 0, 0], + "cubes": [ + {"origin": [-1, 27.5, -17.5], "size": [2, 2, 2], "uv": [0, 21]} + ] + }, + { + "name": "hair2", + "parent": "hair", + "pivot": [0, 29.5, -15.5], + "cubes": [ + {"origin": [-2, 24.5, -15.5], "size": [4, 5, 3], "uv": [91, 22]} + ] + }, + { + "name": "hair3", + "parent": "hair2", + "pivot": [0, 29.5, -12.5], + "rotation": [-15, 20, 0], + "cubes": [ + {"origin": [0, 24.5, -12.5], "size": [3, 5, 3], "uv": [0, 92]} + ] + }, + { + "name": "hair6", + "parent": "hair3", + "pivot": [0, 29.5, -9.5], + "rotation": [-10, 20, 0], + "cubes": [ + {"origin": [0, 27.5, -9.5], "size": [2, 2, 3], "uv": [57, 48]} + ] + }, + { + "name": "hair4", + "parent": "hair2", + "pivot": [0, 29.5, -12.5], + "rotation": [-15, -20, 0], + "cubes": [ + {"origin": [-3, 24.5, -12.5], "size": [3, 5, 3], "uv": [0, 0]} + ] + }, + { + "name": "hair5", + "parent": "hair4", + "pivot": [0, 29.5, -9.5], + "rotation": [-10, -20, 0], + "cubes": [ + {"origin": [-2, 27.5, -9.5], "size": [2, 2, 3], "uv": [95, 7]} + ] + }, + { + "name": "mane_ul", + "parent": "mane", + "pivot": [-3.5, 27, -14], + "rotation": [15, 30, 20], + "cubes": [ + {"origin": [-9.5, 23, -14], "size": [7, 7, 5], "uv": [20, 50]} + ] + }, + { + "name": "mane_ul2", + "parent": "mane_ul", + "pivot": [-9.5, 23, -13], + "rotation": [0, 0, 35], + "cubes": [ + {"origin": [-14.5, 23, -13], "size": [5, 3, 3], "uv": [33, 91]} + ] + }, + { + "name": "mane_ur", + "parent": "mane", + "pivot": [3.5, 26, -14], + "rotation": [15, -30, -20], + "cubes": [ + {"origin": [2.5, 23, -14], "size": [7, 7, 5], "uv": [28, 0]} + ] + }, + { + "name": "mane_ur2", + "parent": "mane_ur", + "pivot": [9.5, 23, -14], + "rotation": [0, 0, -35], + "cubes": [ + {"origin": [9.5, 23, -13], "size": [5, 3, 3], "uv": [87, 35]} + ] + }, + { + "name": "lower_mane", + "parent": "mane", + "pivot": [0, 23, -17] + }, + { + "name": "bottom_tuff", + "parent": "lower_mane", + "pivot": [0, 23, -16], + "rotation": [-22.5, 0, 0], + "cubes": [ + {"origin": [-1.5, 20, -16], "size": [3, 3, 3], "uv": [67, 93]} + ] + }, + { + "name": "bottom_tuff4", + "parent": "bottom_tuff", + "pivot": [0, 20, -16], + "rotation": [12.5, 0, 0], + "cubes": [ + {"origin": [-3, 15, -16], "size": [6, 5, 3], "uv": [87, 13]} + ] + }, + { + "name": "bottom_tuff2", + "parent": "bottom_tuff4", + "pivot": [0, 15, -16], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [-2.5, 12, -16], "size": [5, 3, 3], "uv": [50, 91]} + ] + }, + { + "name": "bottom_tuff3", + "parent": "bottom_tuff2", + "pivot": [0, 12, -16], + "rotation": [25, 0, 0], + "cubes": [ + {"origin": [-2, 9, -16], "size": [4, 3, 2], "uv": [94, 60]} + ] + }, + { + "name": "bottom_tuff5", + "parent": "bottom_tuff3", + "pivot": [0, 10, -16], + "rotation": [-30, 0, 0], + "cubes": [ + {"origin": [-1.5, 7, -16], "size": [3, 3, 2], "uv": [35, 98]} + ] + }, + { + "name": "bottom_tuff_l", + "parent": "lower_mane", + "pivot": [-2, 24, -15], + "rotation": [-25, 20, -20], + "cubes": [ + {"origin": [-10, 17, -15], "size": [9, 9, 6], "uv": [35, 15]} + ] + }, + { + "name": "bottom_tuff_l2", + "parent": "bottom_tuff_l", + "pivot": [-4, 17, -15], + "rotation": [20, 0, 25], + "cubes": [ + {"origin": [-8, 12, -14.99], "size": [4, 5, 4], "uv": [89, 89]} + ] + }, + { + "name": "bottom_tuff_l3", + "parent": "bottom_tuff_l2", + "pivot": [-4, 13, -15], + "rotation": [0, 0, 40], + "cubes": [ + {"origin": [-7, 9, -15], "size": [3, 4, 2], "uv": [24, 98]} + ] + }, + { + "name": "bottom_tuff_r", + "parent": "lower_mane", + "pivot": [2, 24, -15], + "rotation": [-25, -20, 20], + "cubes": [ + {"origin": [1, 17, -15], "size": [9, 9, 6], "uv": [29, 34]} + ] + }, + { + "name": "bottom_tuff_r2", + "parent": "bottom_tuff_r", + "pivot": [4, 17, -15], + "rotation": [20, 0, -25], + "cubes": [ + {"origin": [4, 12, -14.99], "size": [4, 5, 4], "uv": [87, 50]} + ] + }, + { + "name": "bottom_tuff_r3", + "parent": "bottom_tuff_r2", + "pivot": [4, 13, -15], + "rotation": [0, 0, -40], + "cubes": [ + {"origin": [4, 9, -15], "size": [3, 4, 2], "uv": [14, 93]} + ] + }, + { + "name": "shoulder_l", + "parent": "body", + "pivot": [3.5, 17, -8], + "cubes": [ + {"origin": [2, 9, -10], "size": [4, 11, 5], "uv": [60, 31]} + ] + }, + { + "name": "forearm_l", + "parent": "shoulder_l", + "pivot": [4.5, 9, -5], + "cubes": [ + {"origin": [2.01, 0, -9], "size": [4, 9, 4], "pivot": [4.5, 9, -5], "rotation": [-7.5, 0, 0], "uv": [19, 78]} + ] + }, + { + "name": "paw_fl", + "parent": "forearm_l", + "pivot": [4.5, 2, -6.75], + "cubes": [ + {"origin": [1.5, 0, -11.75], "size": [5, 2, 6], "uv": [74, 26]} + ] + }, + { + "name": "shoulder_r", + "parent": "body", + "pivot": [-3.5, 17, -8], + "cubes": [ + {"origin": [-6, 9, -10], "size": [4, 11, 5], "uv": [0, 55]} + ] + }, + { + "name": "forearm_r", + "parent": "shoulder_r", + "pivot": [-3.5, 9, -5], + "cubes": [ + {"origin": [-6.01, 0, -9], "size": [4, 9, 4], "pivot": [-3.5, 9, -5], "rotation": [-7.5, 0, 0], "uv": [59, 77]} + ] + }, + { + "name": "paw_fr", + "parent": "forearm_r", + "pivot": [-4, 2, -6], + "cubes": [ + {"origin": [-6.5, 0, -11.75], "size": [5, 2, 6], "uv": [73, 71]} + ] + }, + { + "name": "thigh_r", + "parent": "body", + "pivot": [-3, 15, 6], + "cubes": [ + {"origin": [-6, 10, 2.5], "size": [4, 7, 6], "uv": [64, 48]}, + {"origin": [-6.02, 10, 2.5], "size": [0, 7, 7], "pivot": [-6, 10, 8.5], "rotation": [-10, 0, 0], "uv": [79, 55]} + ] + }, + { + "name": "knee_r", + "parent": "thigh_r", + "pivot": [-3, 10, 2.5], + "rotation": [30, 0, 0], + "cubes": [ + {"origin": [-5.99, 5, 2.5], "size": [4, 5, 5], "uv": [0, 81]} + ] + }, + { + "name": "calf_r", + "parent": "knee_r", + "pivot": [-3.5, 5, 7.5], + "rotation": [-35, 0, 0], + "cubes": [ + {"origin": [-5.98, -3, 3.5], "size": [4, 8, 4], "uv": [76, 80]} + ] + }, + { + "name": "paw_br", + "parent": "calf_r", + "pivot": [-3.5, -1, 6.5], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-6.5, -3, 1.5], "size": [5, 2, 6], "uv": [0, 72]} + ] + }, + { + "name": "thigh_l", + "parent": "body", + "pivot": [3.5, 15, 6], + "cubes": [ + {"origin": [2, 10, 2.5], "size": [4, 7, 6], "uv": [58, 63]}, + {"origin": [6.02, 10, 2.5], "size": [0, 7, 7], "pivot": [6, 10, 8.5], "rotation": [-10, 0, 0], "uv": [79, 35]} + ] + }, + { + "name": "knee_l", + "parent": "thigh_l", + "pivot": [4, 10, 2.5], + "rotation": [30, 0, 0], + "cubes": [ + {"origin": [1.99, 5, 2.5], "size": [4, 5, 5], "uv": [36, 80]} + ] + }, + { + "name": "calf_l", + "parent": "knee_l", + "pivot": [4.5, 5, 7.5], + "rotation": [-35, 0, 0], + "cubes": [ + {"origin": [1.98, -3, 3.5], "size": [4, 8, 4], "uv": [78, 0]} + ] + }, + { + "name": "paw_bl", + "parent": "calf_l", + "pivot": [4.5, -1, 6.5], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [1.5, -3, 1.5], "size": [5, 2, 6], "uv": [40, 71]} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [0, 18, 8.5], + "cubes": [ + {"origin": [-0.5, 17.5, 8.5], "size": [1, 1, 5], "uv": [95, 0]} + ] + }, + { + "name": "tail_seg2", + "parent": "tail", + "pivot": [-0.5, 18, 13.5], + "cubes": [ + {"origin": [-0.5, 17.5, 13.5], "size": [1, 1, 5], "uv": [80, 94]} + ] + }, + { + "name": "tail_seg3", + "parent": "tail_seg2", + "pivot": [-0.5, 18, 18.5], + "cubes": [ + {"origin": [-0.5, 17.5, 18.5], "size": [1, 1, 5], "uv": [94, 42]} + ] + }, + { + "name": "tail_seg4", + "parent": "tail_seg3", + "pivot": [-0.5, 18, 23.5], + "cubes": [ + {"origin": [-0.5, 17.5, 23.5], "size": [1, 1, 5], "uv": [93, 82]} + ] + }, + { + "name": "tail_seg_end", + "parent": "tail_seg4", + "pivot": [-0.5, 18, 28.5], + "cubes": [ + {"origin": [-0.5, 17.5, 28.5], "size": [1, 1, 5], "uv": [91, 75]}, + {"origin": [0, 13.5, 29.5], "size": [0, 9, 9], "uv": [45, 50]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ragingbolt.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ragingbolt.geo.json new file mode 100644 index 0000000..cc04e99 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ragingbolt.geo.json @@ -0,0 +1,446 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.1", + "texture_width": 256, + "texture_height": 256, + "visible_bounds_width": 12, + "visible_bounds_height": 8.5, + "visible_bounds_offset": [0, 3.75, 0] + }, + "bones": [ + { + "name": "rag", + "pivot": [-0.5, 0, 0], + "rotation": [0, 2, 0] + }, + { + "name": "body", + "parent": "rag", + "pivot": [-0.35487, 0.3, 0.25273] + }, + { + "name": "body_main", + "parent": "body", + "pivot": [5.29513, 35.8, 17.65273], + "cubes": [ + {"origin": [-7.20487, 30.8, -25.34727], "size": [27, 15, 20], "inflate": 1, "pivot": [1.79513, 27.8, -16.34727], "rotation": [-97.83467, -71.33771, 97.42745], "uv": [0, 0]}, + {"origin": [-4.30487, 33.8, 2.65273], "size": [14, 17, 0], "pivot": [0.69513, 34.8, 1.65273], "rotation": [-96.50882, -67.36871, 96.01146], "uv": [0, 210]}, + {"origin": [-7.70487, 39.3, -15.34727], "size": [23, 17, 0], "pivot": [1.29513, 40.3, -16.34727], "rotation": [-97.27481, -69.85071, 96.83392], "uv": [167, 174]}, + {"origin": [-7.90487, 28.2, -20.54727], "size": [18, 5, 15], "inflate": 1, "pivot": [1.09513, 25.2, -13.54727], "rotation": [-108.49506, -82.09657, 108.33118], "uv": [108, 0]} + ] + }, + { + "name": "head", + "parent": "body_main", + "pivot": [0.89513, 88, -29.34727] + }, + { + "name": "neck", + "parent": "head", + "pivot": [0.29513, 37.5, -22.34727] + }, + { + "name": "neck2", + "parent": "neck", + "pivot": [1.69513, 40.3, -17.34727], + "cubes": [ + {"origin": [4.45418, 38.81643, -21.84727], "size": [6, 8, 11], "inflate": 1.2, "pivot": [1.69513, 40.3, -17.34727], "rotation": [-94.64565, 57.4145, 86.08314], "uv": [156, 191]} + ] + }, + { + "name": "bone19", + "parent": "neck", + "pivot": [0.29513, 37.5, -22.34727] + }, + { + "name": "neck3", + "parent": "bone19", + "pivot": [1.99513, 42.2, -22.34727], + "cubes": [ + {"origin": [-16.16987, 37.2471, -25.67279], "size": [22, 10, 9], "inflate": 0.5, "pivot": [1.99513, 42.2, -22.34727], "rotation": [-92.58807, -14.98539, 90.66963], "uv": [172, 83]} + ] + }, + { + "name": "bone20", + "parent": "bone19", + "pivot": [0.29513, 58.5, -27.34727] + }, + { + "name": "bone21", + "parent": "bone20", + "pivot": [0.29513, 77.5, -28.34727] + }, + { + "name": "neck4", + "parent": "bone21", + "pivot": [2.09513, 74.2, -28.04727], + "cubes": [ + {"origin": [-14.3159, 71.34596, -31.50365], "size": [18, 8, 9], "inflate": -0.8, "pivot": [2.09513, 74.2, -28.04727], "rotation": [-92.56062, -12.48791, 90.55404], "uv": [0, 171]} + ] + }, + { + "name": "bone22", + "parent": "bone21", + "pivot": [0.29513, 87.5, -29.34727] + }, + { + "name": "head_w", + "parent": "bone22", + "pivot": [-63.40487, 96, 18.65273], + "cubes": [ + {"origin": [-9.15487, 74.007, -48.13603], "size": [7, 16, 29], "inflate": -0.8, "pivot": [7.29513, 77.6, -24.84727], "rotation": [-109.91273, -27.62146, 90.45999], "uv": [129, 129]}, + {"origin": [-6.75917, 83.59446, -46.14216], "size": [4, 9, 10], "inflate": -0.8, "pivot": [6.79513, 81.1, -22.84727], "rotation": [-112.45679, -39.44769, 94.97962], "uv": [129, 67]}, + {"origin": [-11.381, 71.93083, -50.86826], "size": [7, 16, 29], "inflate": -0.8, "pivot": [5.09513, 75.8, -27.14727], "rotation": [-77.60826, -29.01338, 85.80345], "uv": [129, 84]}, + {"origin": [-16.481, 72.52798, -51.41725], "size": [7, 16, 29], "inflate": -0.8, "pivot": [-0.00487, 76.4, -27.14727], "rotation": [-43.39694, -27.64921, 87.46511], "uv": [0, 126]}, + {"origin": [-7.481, 81.93083, -51.86826], "size": [4, 10, 9], "inflate": -0.8, "pivot": [5.99513, 78.8, -28.14727], "rotation": [-77.60826, -29.01338, 85.80345], "uv": [80, 210]}, + {"origin": [-11.79075, 82.39759, -51.51725], "size": [4, 9, 9], "inflate": -0.8, "pivot": [1.79513, 79.2, -27.24727], "rotation": [-39.13132, -33.92721, 79.1549], "uv": [212, 0]}, + {"origin": [-21.85859, 75.18912, -48.30778], "size": [7, 16, 29], "inflate": -0.8, "pivot": [-5.50487, 78.3, -23.34727], "rotation": [13.40277, -20.19428, 93.49312], "uv": [86, 113]}, + {"origin": [-19.881, 72.60961, -50.7435], "size": [7, 16, 29], "inflate": -0.8, "pivot": [-3.40487, 76.2, -26.04727], "rotation": [-13.25006, -22.69948, 92.29032], "uv": [108, 22]}, + {"origin": [-14.85859, 78.38912, -52.10778], "size": [4, 11, 10], "inflate": -0.8, "pivot": [-1.50487, 82.5, -27.14727], "rotation": [23.24118, -25.86694, 95.70926], "uv": [86, 57]}, + {"origin": [-10.05551, 76.74732, -44.54579], "size": [7, 16, 29], "inflate": -0.8, "pivot": [6.29513, 80.1, -21.44727], "rotation": [-130.33773, -26.84891, 84.26333], "uv": [43, 97]}, + {"origin": [-21.55859, 76.02432, -46.28778], "size": [7, 16, 29], "inflate": -0.8, "pivot": [-5.20487, 78.8, -21.34727], "rotation": [46.13052, -20.83879, 94.63351], "uv": [86, 68]}, + {"origin": [10.30801, 92.60968, -9.92763], "size": [4, 10, 10], "inflate": -0.8, "pivot": [17.19513, 99.8, -8.14727], "rotation": [-127.85574, -35.82146, 82.52228], "uv": [0, 126]}, + {"origin": [-9.23437, 77.90101, -43.03342], "size": [7, 16, 29], "inflate": -0.8, "pivot": [7.19513, 80.7, -19.94727], "rotation": [-162.243, -30.35131, 83.908], "uv": [0, 81]}, + {"origin": [-13.82097, 82.46517, -45.17922], "size": [4, 10, 9], "inflate": -0.8, "pivot": [-0.40487, 85.1, -22.04727], "rotation": [-173.57714, -25.85806, 88.00296], "uv": [54, 210]}, + {"origin": [-13.49558, 79.40639, -42.11267], "size": [7, 16, 29], "inflate": -0.8, "pivot": [2.89513, 81.8, -18.84727], "rotation": [168.55097, -30.47268, 87.65774], "uv": [65, 6]}, + {"origin": [-15.89838, 79.91499, -40.68661], "size": [7, 16, 29], "inflate": -0.8, "pivot": [0.49513, 82, -16.94727], "rotation": [139.54767, -34.49987, 88.68213], "uv": [43, 52]}, + {"origin": [-18.04787, 100.84678, -15.80822], "size": [4, 10, 9], "inflate": -0.8, "pivot": [-14.90487, 101.3, -11.84727], "rotation": [133.17933, -25.83104, 89.68835], "uv": [28, 210]}, + {"origin": [-19.60291, 78.24745, -42.31839], "size": [7, 16, 23], "inflate": -0.8, "pivot": [-3.30487, 80.3, -18.04727], "rotation": [101.4531, -23.56868, 99.57886], "uv": [157, 44]}, + {"origin": [-21.88124, 77.62821, -43.41472], "size": [7, 17, 29], "inflate": -0.8, "pivot": [-5.60487, 80, -18.64727], "rotation": [66.55048, -22.07381, 99.40846], "uv": [0, 35]}, + {"origin": [-16.91445, 82.64745, -43.00513], "size": [4, 11, 10], "inflate": -0.8, "pivot": [-3.60487, 84.7, -18.74727], "rotation": [102.50696, -23.04964, 96.91595], "uv": [0, 81]}, + {"origin": [-21.63454, 83.71354, -40.00549], "size": [4, 11, 10], "inflate": -0.8, "pivot": [-8.30487, 86.1, -15.24727], "rotation": [66.51055, -26.61079, 101.61513], "uv": [43, 41]} + ] + }, + { + "name": "head_main", + "parent": "bone22", + "pivot": [-12.50487, 90.3, 29.35273], + "cubes": [ + {"origin": [0.18622, 87.20547, -39.04727], "size": [6, 8, 9], "inflate": -0.5, "pivot": [1.99513, 91.6, -35.54727], "rotation": [-97.63819, -70.84226, 97.21977], "uv": [190, 191]}, + {"origin": [-8.36115, 105.91367, -44.24727], "size": [18, 1, 25], "inflate": -0.5, "pivot": [1.79513, 100.8, -32.74727], "rotation": [-92.53852, -9.99038, 90.44067], "uv": [151, 0]}, + {"origin": [-9.78523, 90.67243, -40.12513], "size": [6, 10, 5], "inflate": -0.7, "pivot": [-8.40487, 94.3, -32.84727], "rotation": [-110.25806, -24.97457, 91.16524], "uv": [225, 76]}, + {"origin": [10.21477, 90.57172, -28.71569], "size": [6, 10, 5], "inflate": -0.7, "pivot": [11.59513, 94.5, -31.94727], "rotation": [-75.25806, -24.97457, 91.16524], "uv": [132, 224]}, + {"origin": [-1.28331, 94.30342, -32.24727], "size": [8, 4, 17], "inflate": -0.5, "pivot": [1.79513, 98.2, -24.74727], "rotation": [-92.50954, -4.99523, 90.21865], "uv": [172, 129]}, + {"origin": [-1.38523, 90.18432, -37.24727], "size": [8, 10, 13], "inflate": -0.5, "pivot": [1.99513, 94, -31.74727], "rotation": [-92.88614, -29.96852, 91.44261], "uv": [125, 174]} + ] + }, + { + "name": "mark", + "parent": "bone22", + "pivot": [-11.60487, 96.9, 8.85273], + "cubes": [ + {"origin": [-0.88475, 85.46051, -37.94727], "size": [0, 9, 7], "pivot": [1.19513, 94.9, -34.64727], "rotation": [-100.59356, -76.2747, 100.29762], "uv": [123, 13]}, + {"origin": [4.6871, 97.13645, -41.94727], "size": [2, 7, 11], "pivot": [2.29513, 96.8, -37.44727], "rotation": [-93.38905, -42.45005, 92.28888], "uv": [211, 180]}, + {"origin": [-1.0129, 90.23645, -36.94727], "size": [11, 17, 0], "pivot": [1.59513, 97.9, -37.44727], "rotation": [-93.38905, -42.45005, 92.28888], "uv": [218, 222]}, + {"origin": [5.09513, 107.1, -39.14727], "size": [2, 3, 11], "inflate": -0.1, "pivot": [2.09513, 103, -34.64727], "rotation": [-92.5, 0, 90], "uv": [108, 20]}, + {"origin": [6.61477, 97.58432, -41.64727], "size": [0, 10, 13], "pivot": [1.99513, 100.4, -36.14727], "rotation": [-92.75806, -24.97457, 91.16524], "uv": [0, 22]}, + {"origin": [-7.78523, 98.07243, -39.12513], "size": [3, 6, 5], "inflate": -0.7, "pivot": [-9.40487, 101.7, -31.84727], "rotation": [-110.25806, -24.97457, 91.16524], "uv": [159, 0]}, + {"origin": [14.11477, 98.27172, -27.31569], "size": [3, 6, 5], "inflate": -0.7, "pivot": [12.49513, 102.2, -30.54727], "rotation": [-75.25806, -24.97457, 91.16524], "uv": [129, 86]}, + {"origin": [12.00957, 99.9437, -28.41304], "size": [3, 6, 5], "inflate": -0.7, "pivot": [10.69513, 103.7, -31.54727], "rotation": [-66.71564, -35.64743, 66.55101], "uv": [129, 86]}, + {"origin": [-6.24195, 99.82574, -39.16203], "size": [3, 6, 5], "inflate": -0.7, "pivot": [-7.90487, 103.4, -31.94727], "rotation": [-118.78869, -33.53146, 116.57592], "uv": [129, 86]} + ] + }, + { + "name": "beard", + "parent": "bone22", + "pivot": [-13.80487, 91.4, 24.75273], + "cubes": [ + {"origin": [7.42038, 90.32107, -34.79459], "size": [5, 0, 8], "pivot": [9.79513, 91, -35.64727], "rotation": [-121.42711, -14.02949, 99.01452], "uv": [35, 43]}, + {"origin": [9.08785, 92.81409, -38.52692], "size": [5, 0, 8], "pivot": [9.19513, 95.9, -33.54727], "rotation": [-149.0352, -12.25963, 101.31913], "uv": [35, 35]}, + {"origin": [1.03673, 89.28518, -38.67614], "size": [5, 0, 8], "pivot": [1.19513, 93.3, -36.74727], "rotation": [-67.208, -7.53811, 85.27583], "uv": [0, 8]}, + {"origin": [-4.96659, 89.73152, -36.15693], "size": [5, 0, 8], "pivot": [-4.80487, 93.7, -33.84727], "rotation": [-45.42995, -8.03748, 85.8537], "uv": [0, 0]} + ] + }, + { + "name": "neck5", + "parent": "bone20", + "pivot": [1.09513, 60, -27.44727], + "cubes": [ + {"origin": [-16.9303, 56.11075, -31.85907], "size": [22, 8, 9], "pivot": [1.09513, 60, -27.44727], "rotation": [-92.5001, -0.49952, 90.02181], "uv": [151, 26]} + ] + }, + { + "name": "body_b", + "parent": "body_main", + "pivot": [-2.90487, 26.7, 3.65273] + }, + { + "name": "tail2", + "parent": "body_b", + "pivot": [-2.00487, 20.6, 52.05273] + }, + { + "name": "tail6", + "parent": "tail2", + "pivot": [-0.50487, 19, 17.95273], + "cubes": [ + {"origin": [-7.50487, 23, 15.95273], "size": [19, 4, 4], "inflate": -1, "pivot": [-0.50487, 19, 17.95273], "rotation": [-93.88581, -49.93505, 92.97576], "uv": [68, 188]} + ] + }, + { + "name": "tail7", + "parent": "tail2", + "pivot": [-1.30487, 19.6, 36.95273], + "cubes": [ + {"origin": [-8.30487, 23.6, 34.95273], "size": [24, 4, 4], "inflate": -1.01, "pivot": [-1.30487, 19.6, 36.95273], "rotation": [92.75806, -24.97457, -91.16524], "uv": [172, 102]} + ] + }, + { + "name": "tail8", + "parent": "tail2", + "pivot": [-1.30487, 29.1, 37.15273], + "cubes": [ + {"origin": [-8.30487, 33.1, 35.15273], "size": [21, 4, 4], "inflate": -1, "pivot": [-1.30487, 29.1, 37.15273], "rotation": [-93.26206, -39.95426, 92.09615], "uv": [172, 150]} + ] + }, + { + "name": "tail", + "parent": "tail2", + "pivot": [-1.90487, 22.1, 52.05273] + }, + { + "name": "tail3", + "parent": "tail", + "pivot": [-2.00487, 20.6, 52.05273], + "cubes": [ + {"origin": [-1.1638, 14.86168, 46.05273], "size": [0, 12, 12], "pivot": [-2.00487, 20.6, 52.05273], "rotation": [93.53329, -44.94549, -92.49762], "uv": [0, 33]} + ] + }, + { + "name": "tail4", + "parent": "tail", + "pivot": [-1.90487, 20.9, 52.05273], + "cubes": [ + {"origin": [-6.66058, 14.95906, 52.05273], "size": [11, 12, 0], "pivot": [-1.90487, 20.9, 52.05273], "rotation": [93.53329, -44.94549, -92.49762], "uv": [195, 225]} + ] + }, + { + "name": "tail5", + "parent": "tail", + "pivot": [-1.90487, 22.1, 52.05273], + "cubes": [ + {"origin": [-4.1575, 19.93906, 50.05273], "size": [4, 4, 4], "pivot": [-1.90487, 22.1, 52.05273], "rotation": [93.53329, -44.94549, -92.49762], "uv": [0, 102]} + ] + }, + { + "name": "body_main2", + "parent": "body_b", + "pivot": [-0.10487, 20.1, 6.15273], + "cubes": [ + {"origin": [-7.10487, 24.1, -2.24727], "size": [18, 13, 17], "pivot": [-0.10487, 20.1, 6.15273], "rotation": [-101.40485, -77.25635, 101.13101], "uv": [55, 158]} + ] + }, + { + "name": "tail_fin", + "parent": "body_b", + "pivot": [-1.20487, 20.8, 18.45273], + "cubes": [ + {"origin": [-5.70487, 19.8, 20.45273], "size": [14, 17, 0], "pivot": [-0.70487, 20.8, 17.85273], "rotation": [-155.90678, -20.5206, 170.05594], "uv": [190, 208]}, + {"origin": [-5.70487, 19.8, 15.45273], "size": [14, 17, 0], "pivot": [-0.70487, 20.8, 18.45273], "rotation": [-26.85646, -32.18914, 14.06131], "uv": [205, 123]} + ] + }, + { + "name": "leg_b_left", + "parent": "body", + "pivot": [-11.55487, 23.3, 13.25273] + }, + { + "name": "leg_b_left2", + "parent": "leg_b_left", + "pivot": [-13.60487, 20.8, 9.25273], + "cubes": [ + {"origin": [-15.70487, 16.8, 4.25273], "size": [9, 13, 5], "inflate": 0.3, "pivot": [-13.60487, 20.8, 9.25273], "rotation": [-95.89834, -64.88331, 95.34402], "uv": [128, 197]} + ] + }, + { + "name": "bone3", + "parent": "leg_b_left", + "pivot": [-11.55487, 15.3, 12.95273] + }, + { + "name": "bone24", + "parent": "bone3", + "pivot": [-11.70487, 14.7, 13.25273], + "cubes": [ + {"origin": [-14.12507, 2.30307, 10.25273], "size": [6, 14, 5], "inflate": -0.1, "pivot": [-11.70487, 14.7, 13.25273], "rotation": [97.27481, -69.85071, -96.83392], "uv": [218, 203]} + ] + }, + { + "name": "bone4", + "parent": "bone3", + "pivot": [-11.55487, 4.3, 16.95273], + "cubes": [ + {"origin": [32.19513, -0.3, 21.15273], "size": [9, 6, 7], "inflate": -0.4, "pivot": [16.39513, 0.7, -2.14727], "rotation": [-180, -87.5, 180], "uv": [201, 110]}, + {"origin": [-15.45487, -0.6, 2.05273], "size": [6, 5, 7], "inflate": -0.7, "pivot": [-14.45487, 2.4, 9.05273], "rotation": [98.26132, -72.32786, -97.87648], "uv": [129, 129]} + ] + }, + { + "name": "leg_b_right", + "parent": "body", + "pivot": [10.44513, 24.3, 15.25273] + }, + { + "name": "leg_b_right2", + "parent": "leg_b_right", + "pivot": [8.19513, 20.4, 10.25273], + "cubes": [ + {"origin": [6.19513, 16.6, 5.25273], "size": [9, 13, 5], "inflate": 0.3, "pivot": [8.19513, 20.4, 10.25273], "rotation": [-95.89834, -64.88331, 95.34402], "uv": [100, 196]} + ] + }, + { + "name": "bone", + "parent": "leg_b_right", + "pivot": [11.09513, 16, 14.35273] + }, + { + "name": "bone23", + "parent": "bone", + "pivot": [9.99513, 14.7, 15.35273], + "cubes": [ + {"origin": [6.63524, 2.64509, 12.35273], "size": [6, 14, 5], "inflate": -0.1, "pivot": [9.99513, 14.7, 15.35273], "rotation": [97.27481, -69.85071, -96.83392], "uv": [217, 57]} + ] + }, + { + "name": "bone2", + "parent": "bone", + "pivot": [10.44513, 5.3, 18.25273], + "cubes": [ + {"origin": [36.19513, -0.3, 3.75273], "size": [9, 6, 7], "inflate": -0.4, "pivot": [20.39513, 0.7, -1.84727], "rotation": [-180, -87.5, 180], "uv": [43, 142]}, + {"origin": [6.24513, -1, 3.45273], "size": [6, 5, 7], "inflate": -0.7, "pivot": [7.24513, 2, 10.45273], "rotation": [98.26132, -72.32786, -97.87648], "uv": [222, 155]} + ] + }, + { + "name": "leg_f_right", + "parent": "body", + "pivot": [13.24513, 30.5, -17.04727] + }, + { + "name": "leg_f_right2", + "parent": "leg_f_right", + "pivot": [10.39513, 32.5, -16.04727], + "cubes": [ + {"origin": [2.39056, 20.21354, -21.96003], "size": [11, 16, 6], "inflate": 0.3, "pivot": [10.39513, 32.5, -16.04727], "rotation": [95.40158, -62.39543, -94.78974], "uv": [34, 188]} + ] + }, + { + "name": "bone11", + "parent": "leg_f_right", + "pivot": [14.04513, 20.5, -14.74727] + }, + { + "name": "bone13", + "parent": "bone11", + "pivot": [11.79513, 19, -14.54727], + "cubes": [ + {"origin": [9.24903, 10.13847, -15.84727], "size": [8, 11, 5], "inflate": -0.3, "pivot": [13.59513, 18, -13.84727], "rotation": [135.02728, -86.46503, -134.97272], "uv": [106, 214]} + ] + }, + { + "name": "bone12", + "parent": "bone11", + "pivot": [13.79513, 21.5, -11.54727], + "cubes": [ + {"origin": [9.8436, 14.79753, -18.96003], "size": [4, 9, 5], "inflate": -0.4, "pivot": [9.69513, 21.3, -13.04727], "rotation": [-97.27481, -69.85071, 96.83392], "uv": [74, 0]} + ] + }, + { + "name": "bone14", + "parent": "bone11", + "pivot": [13.04513, 10.5, -14.74727] + }, + { + "name": "bone15", + "parent": "bone14", + "pivot": [12.09513, 5, -14.14727], + "cubes": [ + {"origin": [11.04646, 2.93346, -16.14727], "size": [6, 9, 6], "inflate": 0.2, "pivot": [14.09513, 10, -14.14727], "rotation": [-97.27481, -69.85071, 96.83392], "uv": [222, 140]} + ] + }, + { + "name": "bone16", + "parent": "bone14", + "pivot": [-7.95487, 5.5, 8.25273], + "cubes": [ + {"origin": [-3.90487, -1, 1.85273], "size": [8, 6, 8], "pivot": [17.39513, 0, 0.65273], "rotation": [-180, -87.5, 180], "uv": [68, 196]}, + {"origin": [9.94513, -1.2, -31.94727], "size": [6, 5, 9], "inflate": -0.4, "pivot": [10.94513, 1.8, -24.94727], "rotation": [98.26132, -72.32786, -97.87648], "uv": [201, 158]} + ] + }, + { + "name": "bone17", + "parent": "bone16", + "pivot": [-7.95487, 5.5, 8.25273], + "cubes": [ + {"origin": [15.24513, 1.5, -32.84727], "size": [0, 11, 11], "pivot": [11.24513, 4.5, -24.84727], "rotation": [108.49506, -82.09657, -108.33118], "uv": [43, 86]} + ] + }, + { + "name": "leg_f_left", + "parent": "body", + "pivot": [-12.75487, 31.5, -18.04727] + }, + { + "name": "leg_f_left2", + "parent": "leg_f_left", + "pivot": [-8.84909, 32.24138, -17.34727], + "cubes": [ + {"origin": [-16.08001, 20.63291, -17.35012], "size": [11, 16, 6], "inflate": 0.3, "pivot": [-8.84909, 32.24138, -17.34727], "rotation": [95.40158, -62.39543, -94.78974], "uv": [0, 188]} + ] + }, + { + "name": "bone5", + "parent": "leg_f_left", + "pivot": [-11.75487, 18.5, -14.94727] + }, + { + "name": "bone6", + "parent": "bone5", + "pivot": [-11.20487, 10, -16.84727], + "cubes": [ + {"origin": [-16.75097, 11.23847, -18.24727], "size": [8, 11, 5], "inflate": -0.3, "pivot": [-12.40487, 19.1, -15.24727], "rotation": [135.02728, -86.46503, -134.97272], "uv": [213, 26]} + ] + }, + { + "name": "bone7", + "parent": "bone5", + "pivot": [-11.75487, 11.5, -14.94727] + }, + { + "name": "bone8", + "parent": "bone7", + "pivot": [-12.90487, 12, -15.44727], + "cubes": [ + {"origin": [-13.95354, 3.93346, -17.44727], "size": [6, 9, 6], "inflate": 0.2, "pivot": [-10.90487, 11, -15.44727], "rotation": [-97.27481, -69.85071, 96.83392], "uv": [171, 219]} + ] + }, + { + "name": "bone9", + "parent": "bone7", + "pivot": [-11.75487, 3.5, -17.94727], + "cubes": [ + {"origin": [-3.90487, -1, 26.55273], "size": [8, 6, 8], "pivot": [17.39513, 0, 0.65273], "rotation": [-180, -87.5, 180], "uv": [194, 43]}, + {"origin": [-14.95487, -1.5, -32.64727], "size": [6, 5, 9], "inflate": -0.4, "pivot": [-13.95487, 1.5, -25.64727], "rotation": [98.26132, -72.32786, -97.87648], "uv": [147, 210]} + ] + }, + { + "name": "bone18", + "parent": "bone9", + "pivot": [-7.95487, 5.5, 32.95273], + "cubes": [ + {"origin": [-9.95487, 1.5, -33.94727], "size": [0, 11, 11], "pivot": [-13.95487, 4.5, -25.94727], "rotation": [108.49506, -82.09657, -108.33118], "uv": [86, 102]} + ] + }, + { + "name": "bone10", + "parent": "bone5", + "pivot": [13.79513, 20.5, -10.84727], + "cubes": [ + {"origin": [-15.3064, 15.99753, -19.66003], "size": [4, 9, 5], "inflate": -0.4, "pivot": [-15.45487, 22.5, -13.74727], "rotation": [-97.27481, -69.85071, 96.83392], "uv": [108, 158]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/rayquaza/rayquaza2.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/rayquaza/rayquaza2.geo.json new file mode 100644 index 0000000..2b5e61f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/rayquaza/rayquaza2.geo.json @@ -0,0 +1,398 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 512, + "texture_height": 512, + "visible_bounds_width": 25, + "visible_bounds_height": 7.5, + "visible_bounds_offset": [0, 3.25, 0] + }, + "bones": [ + { + "name": "rayquaza", + "pivot": [0, 0, 0] + }, + { + "name": "bodyseg1", + "parent": "rayquaza", + "pivot": [-2, 66.5, -159.5] + }, + { + "name": "head", + "parent": "bodyseg1", + "pivot": [0, 66.70015, -155.41745], + "cubes": [ + {"origin": [-9, 58.70015, -171.01745], "size": [18, 16, 15], "inflate": -0.12, "uv": [96, 0]}, + {"origin": [-8.85858, 71.68766, -171.01745], "size": [0, 35, 18], "pivot": [-8.85858, 74.48766, -166.01745], "rotation": [0, 0, -47.5], "uv": [118, 157]}, + {"origin": [8.85858, 71.68766, -171.01745], "size": [0, 35, 18], "pivot": [8.85858, 74.48766, -166.01745], "rotation": [0, 0, 47.5], "uv": [118, 157], "mirror": true}, + {"origin": [14.2, 76.30015, -171.01745], "size": [0, 24, 18], "pivot": [9, 71.30015, -163.51745], "rotation": [0, 0, 137.5], "uv": [210, 61]}, + {"origin": [14.2, 76.30015, -171.01745], "size": [0, 24, 18], "pivot": [9, 71.30015, -163.51745], "rotation": [0, 0, 137.5], "uv": [210, 61]}, + {"origin": [14.2, 76.30015, -171.01745], "size": [0, 24, 18], "pivot": [9, 71.30015, -163.51745], "rotation": [0, 0, 137.5], "uv": [210, 61]}, + {"origin": [14.2, 76.30015, -171.01745], "size": [0, 24, 18], "pivot": [9, 71.30015, -163.51745], "rotation": [0, 0, 137.5], "uv": [210, 61]}, + {"origin": [-14.2, 76.30015, -171.01745], "size": [0, 24, 18], "pivot": [-9, 71.30015, -163.51745], "rotation": [0, 0, -137.5], "uv": [210, 61], "mirror": true}, + {"origin": [-14.2, 76.30015, -171.01745], "size": [0, 24, 18], "pivot": [-9, 71.30015, -163.51745], "rotation": [0, 0, -137.5], "uv": [210, 61], "mirror": true} + ] + }, + { + "name": "head2", + "parent": "head", + "pivot": [0, 72.45611, -170.52213], + "rotation": [-17.5, 0, 0], + "cubes": [ + {"origin": [-3, 58.33082, -190.36571], "size": [6, 7, 11], "pivot": [0, 64.23082, -183.86571], "rotation": [17.5, 0, 0], "uv": [0, 221]}, + {"origin": [-6, 58.33082, -179.46571], "size": [12, 10, 13], "pivot": [0, 64.23082, -183.86571], "rotation": [17.5, 0, 0], "uv": [102, 217]}, + {"origin": [-4.94824, 58.63082, -178.17252], "size": [3, 10, 11], "pivot": [0, 64.73082, -182.86571], "rotation": [18.07779, -14.2906, -4.60659], "uv": [224, 103]}, + {"origin": [-4.94824, 58.63082, -189.37252], "size": [3, 7, 11.2], "pivot": [0, 64.73082, -182.86571], "rotation": [18.07779, -14.2906, -4.60659], "uv": [224, 124]}, + {"origin": [1.94824, 58.63082, -189.37252], "size": [3, 7, 11.2], "pivot": [0, 64.73082, -182.86571], "rotation": [18.07779, 14.2906, 4.60659], "uv": [224, 124], "mirror": true}, + {"origin": [1.94824, 58.63082, -178.17252], "size": [3, 10, 11], "pivot": [0, 64.73082, -182.86571], "rotation": [18.07779, 14.2906, 4.60659], "uv": [196, 225]}, + {"origin": [-5.01, 65.63082, -190.36571], "size": [0, 8, 23], "pivot": [0, 64.73082, -182.86571], "rotation": [18.07779, -14.2906, -4.60659], "uv": [212, 143]}, + {"origin": [5.01, 65.63082, -190.36571], "size": [0, 8, 23], "pivot": [0, 64.73082, -182.86571], "rotation": [18.07779, 14.2906, 4.60659], "uv": [212, 143], "mirror": true} + ] + }, + { + "name": "teeth", + "parent": "head2", + "pivot": [-9.54843, 63.67169, -169.26472], + "cubes": [ + {"origin": [8.47948, 57.94326, -174.35468], "size": [0, 3, 3], "pivot": [9.54843, 63.67169, -169.26472], "rotation": [-26.92221, 14.2906, 4.60659], "uv": [48, 221], "mirror": true}, + {"origin": [8.47948, 54.74326, -177.55468], "size": [0, 3, 3], "pivot": [9.54843, 63.67169, -169.26472], "rotation": [-26.92221, 14.2906, 4.60659], "uv": [48, 221], "mirror": true}, + {"origin": [8.47948, 49.74326, -182.55468], "size": [0, 3, 3], "pivot": [9.54843, 63.67169, -169.26472], "rotation": [-26.92221, 14.2906, 4.60659], "uv": [48, 227], "mirror": true}, + {"origin": [-8.47948, 49.74326, -182.55468], "size": [0, 3, 3], "pivot": [-9.54843, 63.67169, -169.26472], "rotation": [-26.92221, -14.2906, -4.60659], "uv": [48, 227]}, + {"origin": [-8.47948, 54.74326, -177.55468], "size": [0, 3, 3], "pivot": [-9.54843, 63.67169, -169.26472], "rotation": [-26.92221, -14.2906, -4.60659], "uv": [48, 221]}, + {"origin": [-8.47948, 57.94326, -174.35468], "size": [0, 3, 3], "pivot": [-9.54843, 63.67169, -169.26472], "rotation": [-26.92221, -14.2906, -4.60659], "uv": [48, 221]} + ] + }, + { + "name": "eyes", + "parent": "head2", + "pivot": [-6.77077, 66.48489, -176.96995] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-6.77077, 66.48489, -176.96995], + "cubes": [ + {"origin": [-6.87077, 63.48489, -182.96995], "size": [0, 6, 12], "pivot": [-6.77077, 66.48489, -176.96995], "rotation": [23.07779, -14.2906, -4.60659], "uv": [224, 225]}, + {"origin": [-6.9, 64.08489, -179.46995], "size": [0, 3, 4], "pivot": [-6.77077, 66.48489, -176.96995], "rotation": [23.07779, -14.2906, -4.60659], "uv": [142, 210]} + ] + }, + { + "name": "blinkder1", + "parent": "eye_right", + "pivot": [-6.77077, 66.48489, -176.96995], + "cubes": [ + {"origin": [-6.89, 64.48489, -179.96995], "size": [0, 3, 4], "pivot": [-6.77077, 66.48489, -176.96995], "rotation": [23.07779, -14.2906, -4.60659], "uv": [202, 61]} + ] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [6.77077, 66.48489, -176.96995], + "cubes": [ + {"origin": [6.87077, 63.48489, -182.96995], "size": [0, 6, 12], "pivot": [6.77077, 66.48489, -176.96995], "rotation": [23.07779, 14.2906, 4.60659], "uv": [224, 225], "mirror": true}, + {"origin": [6.9, 64.08489, -179.46995], "size": [0, 3, 4], "pivot": [6.77077, 66.48489, -176.96995], "rotation": [23.07779, 14.2906, 4.60659], "uv": [142, 210], "mirror": true} + ] + }, + { + "name": "blinkder2", + "parent": "eye_left", + "pivot": [6.77077, 66.48489, -176.96995], + "cubes": [ + {"origin": [6.89, 64.48489, -179.96995], "size": [0, 3, 4], "pivot": [6.77077, 66.48489, -176.96995], "rotation": [23.07779, 14.2906, 4.60659], "uv": [202, 61], "mirror": true} + ] + }, + { + "name": "jaw", + "parent": "head2", + "pivot": [0, 64.43927, -168.41565], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [-7.96608, 55.01521, -175.75593], "size": [0, 3, 3], "pivot": [-9.54843, 63.67169, -169.26472], "rotation": [-26.92221, -14.2906, -4.60659], "uv": [48, 221]}, + {"origin": [-7.96608, 58.21521, -172.55593], "size": [0, 3, 3], "pivot": [-9.54843, 63.67169, -169.26472], "rotation": [-26.92221, -14.2906, -4.60659], "uv": [48, 221]}, + {"origin": [7.96608, 58.21521, -172.55593], "size": [0, 3, 3], "pivot": [9.54843, 63.67169, -169.26472], "rotation": [-26.92221, 14.2906, 4.60659], "uv": [48, 221], "mirror": true}, + {"origin": [7.96608, 55.01521, -175.75593], "size": [0, 3, 3], "pivot": [9.54843, 63.67169, -169.26472], "rotation": [-26.92221, 14.2906, 4.60659], "uv": [48, 221], "mirror": true}, + {"origin": [-6, 54.33082, -177.46571], "size": [12, 4, 9], "pivot": [0, 64.23082, -183.86571], "rotation": [17.5, 0, 0], "uv": [166, 143]}, + {"origin": [-3, 53.43082, -188.46571], "size": [6, 4, 14], "pivot": [0, 64.23082, -186.86571], "rotation": [17.5, 0, 0], "uv": [220, 0]}, + {"origin": [-3.7, 53.73082, -187.66571], "size": [3, 4, 21], "pivot": [0, 64.73082, -185.86571], "rotation": [18.07779, -14.2906, -4.60659], "uv": [212, 200]}, + {"origin": [0.7, 53.73082, -187.66571], "size": [3, 4, 21], "pivot": [0, 64.73082, -185.86571], "rotation": [18.07779, 14.2906, 4.60659], "uv": [54, 217]} + ] + }, + { + "name": "bone", + "parent": "bodyseg1", + "pivot": [0, 66.5, -157], + "cubes": [ + {"origin": [-6, 60, -160], "size": [12, 13, 18], "uv": [58, 157]} + ] + }, + { + "name": "bodyseg2", + "parent": "bone", + "pivot": [0, 66.5, -142.5], + "cubes": [ + {"origin": [-5, 61, -142], "size": [10, 11, 17], "uv": [0, 193]} + ] + }, + { + "name": "bodyseg3", + "parent": "bodyseg2", + "pivot": [0, 67.45697, -130], + "cubes": [ + {"origin": [-4, 71, -125], "size": [0, 20, 29], "pivot": [-6, 73, -112], "rotation": [0, 0, -40], "uv": [0, 114]}, + {"origin": [4, 71, -125], "size": [0, 20, 29], "pivot": [6, 73, -112], "rotation": [0, 0, 40], "uv": [0, 114], "mirror": true}, + {"origin": [-6, 59, -125], "size": [12, 14, 29], "uv": [0, 31]} + ] + }, + { + "name": "arms", + "parent": "bodyseg3", + "pivot": [0, 67.45697, -126] + }, + { + "name": "smalll", + "parent": "arms", + "pivot": [5, 65, -115], + "cubes": [ + {"origin": [5, 64, -118], "size": [7, 6, 6], "uv": [26, 239]} + ] + }, + { + "name": "larm1", + "parent": "smalll", + "pivot": [14, 67, -115], + "cubes": [ + {"origin": [12, 65, -117], "size": [17, 4, 4], "uv": [160, 61], "mirror": true} + ] + }, + { + "name": "larm2", + "parent": "larm1", + "pivot": [28, 67, -115], + "cubes": [ + {"origin": [29, 65, -117], "size": [14, 4, 4], "uv": [220, 18]} + ] + }, + { + "name": "lhand", + "parent": "larm2", + "pivot": [40.5, 66, -115], + "cubes": [ + {"origin": [43, 65, -119], "size": [4, 5, 8], "uv": [126, 240]} + ] + }, + { + "name": "lfing1", + "parent": "lhand", + "pivot": [46.75, 65.5, -118], + "cubes": [ + {"origin": [46, 64, -120], "size": [4, 3, 3], "uv": [196, 217]}, + {"origin": [50, 64.5, -119.5], "size": [2, 2, 2], "uv": [210, 109], "mirror": true}, + {"origin": [52, 65, -118.5], "size": [2, 1, 0], "uv": [82, 71], "mirror": true}, + {"origin": [52, 64.5, -118.5], "size": [1, 2, 0], "uv": [82, 72], "mirror": true} + ] + }, + { + "name": "fling2", + "parent": "lhand", + "pivot": [46.75, 69.5, -115], + "cubes": [ + {"origin": [46, 68, -117], "size": [4, 3, 3], "uv": [34, 221]}, + {"origin": [52, 68.5, -115.5], "size": [1, 2, 0], "uv": [82, 72], "mirror": true}, + {"origin": [52, 69, -115.5], "size": [2, 1, 0], "uv": [82, 71], "mirror": true}, + {"origin": [50, 68.5, -116.5], "size": [2, 2, 2], "uv": [210, 109], "mirror": true} + ] + }, + { + "name": "lfinggne3", + "parent": "lhand", + "pivot": [46.75, 65.5, -111], + "cubes": [ + {"origin": [50, 64.5, -112.5], "size": [2, 2, 2], "uv": [210, 109], "mirror": true}, + {"origin": [46, 64, -113], "size": [4, 3, 3], "uv": [34, 227]}, + {"origin": [52, 65, -111.5], "size": [2, 1, 0], "uv": [82, 71], "mirror": true}, + {"origin": [52, 64.5, -111.5], "size": [1, 2, 0], "uv": [82, 72], "mirror": true} + ] + }, + { + "name": "smallr", + "parent": "arms", + "pivot": [-5, 65, -115], + "cubes": [ + {"origin": [-12, 64, -118], "size": [7, 6, 6], "uv": [0, 239]} + ] + }, + { + "name": "rarm1", + "parent": "smallr", + "pivot": [-14, 67, -115], + "cubes": [ + {"origin": [-29, 65, -117], "size": [17, 4, 4], "uv": [160, 61]} + ] + }, + { + "name": "rarm2", + "parent": "rarm1", + "pivot": [-28, 67, -115], + "cubes": [ + {"origin": [-43, 65, -117], "size": [14, 4, 4], "uv": [218, 50]} + ] + }, + { + "name": "rhand", + "parent": "rarm2", + "pivot": [-40.5, 66, -115], + "cubes": [ + {"origin": [-47, 65, -119], "size": [4, 5, 8], "uv": [102, 240]} + ] + }, + { + "name": "rfinger3", + "parent": "rhand", + "pivot": [-46.75, 65.5, -118], + "cubes": [ + {"origin": [-50, 64, -120], "size": [4, 3, 3], "uv": [114, 210]}, + {"origin": [-52, 64.5, -119.5], "size": [2, 2, 2], "uv": [210, 109]}, + {"origin": [-54, 65, -118.5], "size": [2, 1, 0], "uv": [82, 71]}, + {"origin": [-53, 64.5, -118.5], "size": [1, 2, 0], "uv": [82, 72]} + ] + }, + { + "name": "rfinger2", + "parent": "rhand", + "pivot": [-46.75, 69.5, -115], + "cubes": [ + {"origin": [-50, 68, -117], "size": [4, 3, 3], "uv": [210, 103]}, + {"origin": [-52, 68.5, -116.5], "size": [2, 2, 2], "uv": [210, 109]}, + {"origin": [-53, 68.5, -115.5], "size": [1, 2, 0], "uv": [82, 72]}, + {"origin": [-54, 69, -115.5], "size": [2, 1, 0], "uv": [82, 71]} + ] + }, + { + "name": "rfinger", + "parent": "rhand", + "pivot": [-46.75, 65.5, -111], + "cubes": [ + {"origin": [-52, 64.5, -112.5], "size": [2, 2, 2], "uv": [210, 109]}, + {"origin": [-50, 64, -113], "size": [4, 3, 3], "uv": [128, 210]}, + {"origin": [-54, 65, -111.5], "size": [2, 1, 0], "uv": [82, 71]}, + {"origin": [-53, 64.5, -111.5], "size": [1, 2, 0], "uv": [82, 72]} + ] + }, + { + "name": "bodyseg4", + "parent": "bodyseg3", + "pivot": [0, 66.5, -94.5], + "cubes": [ + {"origin": [-5, 61, -97], "size": [10, 11, 19], "uv": [154, 157]} + ] + }, + { + "name": "bodyseg5", + "parent": "bodyseg4", + "pivot": [0, 66.5, -78.5], + "cubes": [ + {"origin": [-5, 61, -78], "size": [10, 11, 19], "uv": [160, 31]} + ] + }, + { + "name": "bodyseg6", + "parent": "bodyseg5", + "pivot": [0, 66.625, -60.5], + "cubes": [ + {"origin": [0, 73, -60], "size": [0, 15, 27], "uv": [156, 71]}, + {"origin": [60, 133, -60], "size": [0, 16, 27], "pivot": [60, 67, -62], "rotation": [0, 0, -90], "uv": [112, 114]}, + {"origin": [-60, 133, -60], "size": [0, 16, 27], "pivot": [-60, 67, -62], "rotation": [0, 0, 90], "uv": [112, 114], "mirror": true}, + {"origin": [0, 45, -60], "size": [0, 16, 27], "pivot": [0, 52.5, 16.4], "rotation": [0, 0, -180], "uv": [58, 114]}, + {"origin": [-6, 60, -60], "size": [12, 13, 27], "uv": [0, 74]} + ] + }, + { + "name": "bodyseg7", + "parent": "bodyseg6", + "pivot": [0, 66.5, -32.5], + "cubes": [ + {"origin": [-5, 61, -34], "size": [10, 11, 19], "uv": [162, 0]} + ] + }, + { + "name": "bodyseg8", + "parent": "bodyseg7", + "pivot": [0, 66.5, -15.5], + "cubes": [ + {"origin": [-5, 61, -15], "size": [10, 11, 19], "uv": [154, 187]} + ] + }, + { + "name": "bodyseg9", + "parent": "bodyseg8", + "pivot": [0, 66.625, -0.25], + "cubes": [ + {"origin": [-6, 60, 3.2], "size": [12, 13, 27], "uv": [78, 74]}, + {"origin": [0, 73, 3.2], "size": [0, 15, 27], "uv": [156, 71]}, + {"origin": [60, 133, 3.2], "size": [0, 16, 27], "pivot": [60, 67, 1.2], "rotation": [0, 0, -90], "uv": [112, 114]}, + {"origin": [-60, 133, 3.2], "size": [0, 16, 27], "pivot": [-60, 67, 1.2], "rotation": [0, 0, 90], "uv": [112, 114], "mirror": true}, + {"origin": [0, 45, 3.2], "size": [0, 16, 27], "pivot": [0, 52.5, 16.4], "rotation": [0, 0, -180], "uv": [58, 114]} + ] + }, + { + "name": "seg10", + "parent": "bodyseg9", + "pivot": [0, 66.5, 26.5], + "cubes": [ + {"origin": [-5, 61, 29], "size": [10, 11, 19], "uv": [0, 163]} + ] + }, + { + "name": "seg11", + "parent": "seg10", + "pivot": [0, 66.5, 47.5], + "cubes": [ + {"origin": [-5, 61, 48], "size": [10, 11, 19], "uv": [166, 113]} + ] + }, + { + "name": "seg12", + "parent": "seg11", + "pivot": [0, 66.625, 60.5], + "cubes": [ + {"origin": [-6, 60, 65.8], "size": [12, 13, 27], "uv": [82, 31]}, + {"origin": [0, 73, 65.8], "size": [0, 15, 27], "uv": [156, 71]}, + {"origin": [60, 133, 65.8], "size": [0, 16, 27], "pivot": [60, 67, 63.8], "rotation": [0, 0, -90], "uv": [112, 114]}, + {"origin": [-60, 133, 65.8], "size": [0, 16, 27], "pivot": [-60, 67, 63.8], "rotation": [0, 0, 90], "uv": [112, 114], "mirror": true}, + {"origin": [0, 45, 65.8], "size": [0, 16, 27], "pivot": [0, 52.5, 16.4], "rotation": [0, 0, -180], "uv": [58, 114]} + ] + }, + { + "name": "seg13", + "parent": "seg12", + "pivot": [0, 66.5, 87.5], + "cubes": [ + {"origin": [-5, 61, 92], "size": [10, 11, 18], "uv": [58, 188]} + ] + }, + { + "name": "seg14", + "parent": "seg13", + "pivot": [0, 66.5, 104.5], + "cubes": [ + {"origin": [-4, 62, 105], "size": [8, 9, 17], "uv": [212, 174]} + ] + }, + { + "name": "tip", + "parent": "seg14", + "pivot": [0, 66.5, 122], + "cubes": [ + {"origin": [-1.5, 65, 138], "size": [3, 3, 17], "uv": [218, 30]}, + {"origin": [-18, 66.5, 124], "size": [17, 0, 31], "uv": [0, 0]}, + {"origin": [1, 66.5, 124], "size": [17, 0, 31], "uv": [0, 0], "mirror": true}, + {"origin": [-3, 63, 122], "size": [6, 7, 16], "uv": [152, 217]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/reshiram/reshiram.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/reshiram/reshiram.geo.json new file mode 100644 index 0000000..2418255 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/reshiram/reshiram.geo.json @@ -0,0 +1,656 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 256, + "texture_height": 256, + "visible_bounds_width": 13, + "visible_bounds_height": 8.5, + "visible_bounds_offset": [0, 3.75, 0] + }, + "bones": [ + { + "name": "reshiram", + "pivot": [0, 0, 0] + }, + { + "name": "mainthing", + "parent": "reshiram", + "pivot": [-0.54425, 32.2719, 3.72771] + }, + { + "name": "upper", + "parent": "mainthing", + "pivot": [-0.5, 27, 0] + }, + { + "name": "body2", + "parent": "upper", + "pivot": [-3.8, 28.1, -2.1], + "cubes": [ + {"origin": [-8, 23.90415, -4.94362], "size": [15, 21, 15], "pivot": [6, 23.90415, -3.94362], "rotation": [17.5, 0, 0], "uv": [74, 0]}, + {"origin": [-0.5, 14.90415, -15.94362], "size": [0, 11, 21], "uv": [88, 15]} + ] + }, + { + "name": "body3", + "parent": "body2", + "pivot": [-0.6, 44.90415, -5.04362], + "cubes": [ + {"origin": [-7, 43.90415, -10.94362], "size": [13, 15, 13], "pivot": [5, 43.90415, -9.94362], "rotation": [7.56314, 0.94556, 0.32797], "uv": [58, 94]}, + {"origin": [-2.7, 48.90415, -11.14362], "size": [7, 9, 0], "pivot": [3.3, 48.90415, -10.14362], "rotation": [19.99902, -1.36574, 17.67596], "uv": [154, 113]}, + {"origin": [-4.6, 48.90415, -11.04362], "size": [7, 9, 0], "pivot": [-3.6, 48.90415, -10.04362], "rotation": [19.99902, 1.36574, -17.67596], "uv": [154, 113], "mirror": true} + ] + }, + { + "name": "right_arm", + "parent": "body3", + "pivot": [-6.15, 55.55344, -6.39734], + "cubes": [ + {"origin": [-13, 53.50344, -8.19734], "size": [7, 4, 4], "uv": [154, 46], "mirror": true} + ] + }, + { + "name": "right_arm2", + "parent": "right_arm", + "pivot": [-13, 55.25344, -6.19734], + "cubes": [ + {"origin": [-29, 54.00344, -9.19734], "size": [16, 3, 9], "uv": [17, 52], "mirror": true} + ] + }, + { + "name": "rarm1memb", + "parent": "right_arm2", + "pivot": [-27, 54.00344, -7.19734], + "cubes": [ + {"origin": [-27, 54.00344, -0.19734], "size": [10, 0, 12], "uv": [190, 52], "mirror": true} + ] + }, + { + "name": "right_arm2half", + "parent": "right_arm2", + "pivot": [-27.89971, 54.55344, -6.47876], + "rotation": [0, 2.5, 0], + "cubes": [ + {"origin": [-44.31705, 54.05344, -10.78497], "size": [17, 3, 14], "pivot": [-43, 54.05344, 0.20266], "rotation": [0, -2.5, 0], "uv": [10, 47], "mirror": true} + ] + }, + { + "name": "rarm2memb", + "parent": "right_arm2half", + "pivot": [-43, 54.05344, -12.79734], + "cubes": [ + {"origin": [-43.75, 54.05344, 3.20266], "size": [17, 0, 12], "pivot": [-43, 54.05344, -12.79734], "rotation": [0, -2.5, 0], "uv": [178, 5], "mirror": true} + ] + }, + { + "name": "right_arm3", + "parent": "right_arm2half", + "pivot": [-44.18236, 55.65244, -9.62919], + "rotation": [0, 10, 0], + "cubes": [ + {"origin": [-59.18884, 54.05344, -17.63889], "size": [17, 3, 22], "inflate": 0.1, "pivot": [-58.18884, 54.05344, -16.63889], "rotation": [0, -12.5, 0], "uv": [2, 39], "mirror": true}, + {"origin": [-53.48884, 57.05344, -15.63889], "size": [5, 1, 3], "pivot": [-52.48884, 57.05344, -14.63889], "rotation": [0, -12.5, 0], "uv": [120, 77], "mirror": true}, + {"origin": [-48.48884, 55.15344, -16.83889], "size": [1, 1, 2], "pivot": [-47.48884, 55.15344, -16.83889], "rotation": [0, -15, 0], "uv": [14, 16], "mirror": true}, + {"origin": [-49.98884, 55.65344, -17.23889], "size": [1, 1, 2], "pivot": [-48.98884, 55.65344, -17.23889], "rotation": [0, -15, 0], "uv": [0, 40], "mirror": true}, + {"origin": [-51.38884, 55.65344, -17.63889], "size": [1, 1, 2], "pivot": [-50.38884, 55.65344, -17.63889], "rotation": [0, -15, 0], "uv": [54, 5], "mirror": true}, + {"origin": [-52.88884, 55.15344, -18.03889], "size": [1, 1, 2], "pivot": [-51.88884, 55.15344, -18.03889], "rotation": [0, -15, 0], "uv": [0, 37], "mirror": true}, + {"origin": [-50.8712, 56.15244, -19.57074], "size": [1, 0, 2], "pivot": [-49.8712, 56.15244, -19.57074], "rotation": [0, -15, 0], "uv": [12, 16], "mirror": true}, + {"origin": [-49.4712, 56.15244, -19.17074], "size": [1, 0, 2], "pivot": [-48.4712, 56.15244, -19.17074], "rotation": [0, -15, 0], "uv": [2, 13], "mirror": true}, + {"origin": [-47.9712, 55.65244, -18.77074], "size": [1, 0, 2], "pivot": [-46.9712, 55.65244, -18.77074], "rotation": [0, -15, 0], "uv": [3, 0], "mirror": true}, + {"origin": [-47.38884, 55.15344, -18.83889], "size": [0, 1, 2], "pivot": [-47.38884, 55.15344, -18.83889], "rotation": [0, -15, 0], "uv": [5, 0], "mirror": true}, + {"origin": [-48.98884, 55.65344, -19.23889], "size": [0, 1, 2], "pivot": [-48.98884, 55.65344, -19.23889], "rotation": [0, -15, 0], "uv": [54, 17], "mirror": true}, + {"origin": [-50.28884, 55.65344, -19.63889], "size": [0, 1, 2], "pivot": [-50.28884, 55.65344, -19.63889], "rotation": [0, -15, 0], "uv": [0, 58], "mirror": true}, + {"origin": [-51.78884, 55.15344, -20.03889], "size": [0, 1, 2], "pivot": [-51.78884, 55.15344, -20.03889], "rotation": [0, -15, 0], "uv": [14, 17], "mirror": true}, + {"origin": [-52.3712, 55.65244, -19.97074], "size": [1, 0, 2], "pivot": [-51.3712, 55.65244, -19.97074], "rotation": [0, -15, 0], "uv": [5, 0], "mirror": true} + ] + }, + { + "name": "rarm3memb", + "parent": "right_arm3", + "pivot": [-58.18884, 54.05344, -16.63889], + "cubes": [ + {"origin": [-60.18884, 54.05344, 4.36111], "size": [18, 0, 10], "pivot": [-58.18884, 54.05344, -16.63889], "rotation": [0, -12.5, 0], "uv": [181, 36], "mirror": true} + ] + }, + { + "name": "right_arm3half", + "parent": "right_arm3", + "pivot": [-57.11397, 55.55344, -14.17034], + "rotation": [-7.07076, 49.5725, -10.1807], + "cubes": [ + {"origin": [-59.18884, 54.05344, -17.63889], "size": [17, 3, 24], "inflate": -0.01, "pivot": [-58.18884, 54.05344, -16.63889], "rotation": [0, -105, 0], "uv": [0, 37], "mirror": true}, + {"origin": [-42.18884, 54.05344, -17.63889], "size": [3, 3, 24], "inflate": -0.01, "pivot": [-58.18884, 54.05344, -16.63889], "rotation": [0, -105, 0], "uv": [17, 37], "mirror": true} + ] + }, + { + "name": "right_arm4", + "parent": "right_arm3half", + "pivot": [-83.58884, 55.55344, -13.43889], + "rotation": [0, -92.5, 0], + "cubes": [ + {"origin": [-93.18884, 54.55344, -17.13889], "size": [6, 2, 8], "inflate": -0.01, "pivot": [-92.18884, 54.55344, -16.13889], "rotation": [0, -15, 0], "uv": [143, 103], "mirror": true}, + {"origin": [-87.38884, 54.55344, -15.63889], "size": [5, 2, 6], "inflate": -0.01, "pivot": [-86.38884, 54.55344, -14.63889], "rotation": [0, -12.5, 0], "uv": [152, 69], "mirror": true}, + {"origin": [-77.98884, 55.05344, -13.23889], "size": [3, 1, 5], "inflate": -0.01, "pivot": [-76.98884, 55.05344, -12.23889], "rotation": [0, -7.5, 0], "uv": [47, 117], "mirror": true}, + {"origin": [-82.58884, 54.55344, -14.43889], "size": [4, 2, 5], "inflate": -0.01, "pivot": [-81.58884, 54.55344, -13.43889], "rotation": [0, -12.5, 0], "uv": [83, 122], "mirror": true} + ] + }, + { + "name": "right_arm5", + "parent": "right_arm4", + "pivot": [-83.58884, 55.55344, -9.33889], + "cubes": [ + {"origin": [-94.68884, 55.55344, -3.43889], "size": [3, 0, 5], "inflate": -0.01, "pivot": [-93.68884, 55.55344, -2.43889], "rotation": [0, -5, 0], "uv": [61, 15], "mirror": true}, + {"origin": [-94.68884, 55.05344, -9.43889], "size": [5, 1, 6], "inflate": -0.01, "pivot": [-93.68884, 55.05344, -8.43889], "rotation": [0, -10, 0], "uv": [154, 20], "mirror": true}, + {"origin": [-88.38884, 55.55344, -3.93889], "size": [3, 0, 6], "inflate": -0.01, "pivot": [-87.38884, 55.55344, -2.93889], "rotation": [0, -7.5, 0], "uv": [12, 37], "mirror": true}, + {"origin": [-88.08884, 55.05344, -9.83889], "size": [4, 1, 6], "inflate": -0.01, "pivot": [-87.08884, 55.05344, -8.83889], "rotation": [0, -7.5, 0], "uv": [0, 9], "mirror": true}, + {"origin": [-83.08884, 55.05344, -9.63889], "size": [3, 1, 5], "inflate": -0.01, "pivot": [-82.08884, 55.05344, -8.63889], "rotation": [0, -5, 0], "uv": [119, 9], "mirror": true}, + {"origin": [-83.58884, 55.55344, -4.83889], "size": [3, 0, 6], "inflate": -0.01, "pivot": [-82.58884, 55.55344, -3.83889], "rotation": [0, -7.5, 0], "uv": [8, 9], "mirror": true}, + {"origin": [-78.58884, 55.55344, -8.33889], "size": [3, 0, 5], "inflate": -0.01, "pivot": [-77.58884, 54.55344, -7.33889], "rotation": [0, -7.5, 0], "uv": [49, 0], "mirror": true} + ] + }, + { + "name": "left_arm", + "parent": "body3", + "pivot": [6.15, 55.55344, -6.39734], + "cubes": [ + {"origin": [6, 53.50344, -8.19734], "size": [7, 4, 4], "uv": [154, 46]} + ] + }, + { + "name": "left_arm2", + "parent": "left_arm", + "pivot": [13, 55.25344, -6.19734], + "cubes": [ + {"origin": [13, 54.00344, -9.19734], "size": [16, 3, 9], "uv": [17, 52]} + ] + }, + { + "name": "larm1memb", + "parent": "left_arm2", + "pivot": [27, 54.00344, -7.19734], + "cubes": [ + {"origin": [17, 54.00344, -0.19734], "size": [10, 0, 12], "uv": [190, 52]} + ] + }, + { + "name": "left_arm2half", + "parent": "left_arm2", + "pivot": [27, 53.05344, -4.79734], + "rotation": [0, -2.5, 0], + "cubes": [ + {"origin": [26.76667, 54.05344, -11.49049], "size": [17, 3, 14], "pivot": [42.76667, 54.05344, -10.49049], "rotation": [0, 2.5, 0], "uv": [10, 47]} + ] + }, + { + "name": "larm2memb", + "parent": "left_arm2half", + "pivot": [42.76667, 54.05344, -10.49049], + "cubes": [ + {"origin": [26.76667, 54.05344, 2.50951], "size": [17, 0, 12], "pivot": [42.76667, 54.05344, -10.49049], "rotation": [0, 2.5, 0], "uv": [178, 5]} + ] + }, + { + "name": "left_arm3", + "parent": "left_arm2half", + "pivot": [43.94904, 53.65244, -8.32234], + "rotation": [0, -10, 0], + "cubes": [ + {"origin": [41.78187, 54.05344, -17.31685], "size": [17, 3, 22], "inflate": 0.1, "pivot": [57.78187, 54.05344, -16.31685], "rotation": [0, 12.5, 0], "uv": [2, 39]}, + {"origin": [48.08187, 57.05344, -15.31685], "size": [5, 1, 3], "pivot": [52.08187, 57.05344, -14.31685], "rotation": [0, 12.5, 0], "uv": [120, 77]}, + {"origin": [47.08187, 55.15344, -16.51685], "size": [1, 1, 2], "pivot": [47.08187, 55.15344, -16.51685], "rotation": [0, 15, 0], "uv": [14, 16]}, + {"origin": [48.58187, 55.65344, -16.91685], "size": [1, 1, 2], "pivot": [48.58187, 55.65344, -16.91685], "rotation": [0, 15, 0], "uv": [0, 40]}, + {"origin": [49.98187, 55.65344, -17.31685], "size": [1, 1, 2], "pivot": [49.98187, 55.65344, -17.31685], "rotation": [0, 15, 0], "uv": [54, 5]}, + {"origin": [51.48187, 55.15344, -17.71685], "size": [1, 1, 2], "pivot": [51.48187, 55.15344, -17.71685], "rotation": [0, 15, 0], "uv": [0, 37]}, + {"origin": [49.46423, 56.15244, -19.2487], "size": [1, 0, 2], "pivot": [49.46423, 56.15244, -19.2487], "rotation": [0, 15, 0], "uv": [12, 16]}, + {"origin": [48.06423, 56.15244, -18.8487], "size": [1, 0, 2], "pivot": [48.06423, 56.15244, -18.8487], "rotation": [0, 15, 0], "uv": [2, 13]}, + {"origin": [46.56423, 55.65244, -18.4487], "size": [1, 0, 2], "pivot": [46.56423, 55.65244, -18.4487], "rotation": [0, 15, 0], "uv": [3, 0]}, + {"origin": [46.98187, 55.15344, -18.51685], "size": [0, 1, 2], "pivot": [46.98187, 55.15344, -18.51685], "rotation": [0, 15, 0], "uv": [5, 0]}, + {"origin": [48.58187, 55.65344, -18.91685], "size": [0, 1, 2], "pivot": [48.58187, 55.65344, -18.91685], "rotation": [0, 15, 0], "uv": [54, 17]}, + {"origin": [49.88187, 55.65344, -19.31685], "size": [0, 1, 2], "pivot": [49.88187, 55.65344, -19.31685], "rotation": [0, 15, 0], "uv": [0, 58]}, + {"origin": [51.38187, 55.15344, -19.71685], "size": [0, 1, 2], "pivot": [51.38187, 55.15344, -19.71685], "rotation": [0, 15, 0], "uv": [14, 17]}, + {"origin": [50.96423, 55.65244, -19.6487], "size": [1, 0, 2], "pivot": [50.96423, 55.65244, -19.6487], "rotation": [0, 15, 0], "uv": [5, 0]} + ] + }, + { + "name": "larm3memb", + "parent": "left_arm3", + "pivot": [57.78187, 54.05344, -16.31685], + "cubes": [ + {"origin": [41.78187, 54.05344, 4.68315], "size": [18, 0, 10], "pivot": [57.78187, 54.05344, -16.31685], "rotation": [0, 12.5, 0], "uv": [181, 36]} + ] + }, + { + "name": "left_arm3half", + "parent": "left_arm3", + "pivot": [58.78187, 54.05344, -12.31685], + "rotation": [-6.23153, -39.48202, 9.73319], + "cubes": [ + {"origin": [45.78187, 54.05344, -13.31685], "size": [15, 3, 24], "inflate": -0.001, "pivot": [58.78187, 54.05344, -12.31685], "rotation": [0, 95, 0], "uv": [4, 37]}, + {"origin": [41.78187, 54.05344, -13.31685], "size": [4, 3, 24], "inflate": -0.01, "pivot": [58.78187, 54.05344, -12.31685], "rotation": [0, 95, 0], "uv": [0, 37]} + ] + }, + { + "name": "left_arm4", + "parent": "left_arm3half", + "pivot": [82.18187, 55.55344, -6.11685], + "rotation": [0, 85, 0], + "cubes": [ + {"origin": [85.78187, 54.55344, -9.81685], "size": [6, 2, 8], "pivot": [90.78187, 54.55344, -8.81685], "rotation": [0, 15, 0], "uv": [143, 103]}, + {"origin": [80.98187, 54.55344, -8.31685], "size": [5, 2, 6], "pivot": [84.98187, 54.55344, -7.31685], "rotation": [0, 12.5, 0], "uv": [152, 69]}, + {"origin": [73.58187, 55.05344, -5.91685], "size": [3, 1, 5], "pivot": [75.58187, 55.05344, -4.91685], "rotation": [0, 7.5, 0], "uv": [47, 117]}, + {"origin": [77.18187, 54.55344, -7.11685], "size": [4, 2, 5], "pivot": [80.18187, 54.55344, -6.11685], "rotation": [0, 12.5, 0], "uv": [83, 122]} + ] + }, + { + "name": "left_arm5", + "parent": "left_arm4", + "pivot": [82.18187, 55.55344, -2.01685], + "cubes": [ + {"origin": [90.28187, 55.55344, 3.88315], "size": [3, 0, 5], "pivot": [92.28187, 55.55344, 4.88315], "rotation": [0, 5, 0], "uv": [61, 15]}, + {"origin": [88.28187, 55.05344, -2.11685], "size": [5, 1, 6], "pivot": [92.28187, 55.05344, -1.11685], "rotation": [0, 10, 0], "uv": [154, 20]}, + {"origin": [83.98187, 55.55344, 3.38315], "size": [3, 0, 6], "pivot": [85.98187, 55.55344, 4.38315], "rotation": [0, 7.5, 0], "uv": [12, 37]}, + {"origin": [82.68187, 55.05344, -2.51685], "size": [4, 1, 6], "pivot": [85.68187, 55.05344, -1.51685], "rotation": [0, 7.5, 0], "uv": [0, 9]}, + {"origin": [78.68187, 55.05344, -2.31685], "size": [3, 1, 5], "pivot": [80.68187, 55.05344, -1.31685], "rotation": [0, 5, 0], "uv": [119, 9]}, + {"origin": [79.18187, 55.55344, 2.48315], "size": [3, 0, 6], "pivot": [81.18187, 55.55344, 3.48315], "rotation": [0, 7.5, 0], "uv": [8, 9]}, + {"origin": [74.18187, 55.55344, -1.01685], "size": [3, 0, 5], "pivot": [76.18187, 54.55344, -0.01685], "rotation": [0, 7.5, 0], "uv": [49, 0]} + ] + }, + { + "name": "neck", + "parent": "body3", + "pivot": [7.5, 59.60415, -7.24362], + "cubes": [ + {"origin": [-3, 59.10415, -10.24362], "size": [6, 17, 6], "pivot": [7, 59.10415, -9.24362], "rotation": [7.56314, 0.94556, 0.32797], "uv": [0, 37]}, + {"origin": [3.79005, 72.27842, -12.37687], "size": [0, 4, 6], "pivot": [3.7, 75.10415, -9.44362], "rotation": [7.77291, 13.33468, 2.00565], "uv": [58, 94]}, + {"origin": [-3.49005, 72.27842, -12.37687], "size": [0, 4, 6], "pivot": [-3.4, 75.10415, -9.44362], "rotation": [7.77291, -13.33468, -2.00565], "uv": [54, 9]}, + {"origin": [-3.9027, 71.2521, -12.47951], "size": [8, 5, 0], "pivot": [7, 76.10415, -15.24362], "rotation": [-2.43686, 0.94556, 0.32797], "uv": [114, 130]}, + {"origin": [-2.90623, 66.6036, -5.09818], "size": [6, 8, 0], "pivot": [-3, 67.10415, -6.24362], "rotation": [-4.93686, 0.94556, 0.32797], "uv": [76, 0]}, + {"origin": [3.04518, 67.18778, -11.22736], "size": [0, 6, 6], "pivot": [3, 67.10415, -9.24362], "rotation": [7.58883, -0.7089, 12.71845], "uv": [58, 88]}, + {"origin": [-3.04518, 67.18778, -11.22736], "size": [0, 6, 6], "pivot": [-3, 67.10415, -9.24362], "rotation": [7.58883, 0.7089, -12.71845], "uv": [0, 82]}, + {"origin": [-4, 59.10415, -11.24362], "size": [8, 3, 8], "pivot": [7, 59.10415, -9.24362], "rotation": [7.56314, 0.94556, 0.32797], "uv": [28, 137]}, + {"origin": [-3.5, 64.10415, -10.74362], "size": [7, 3, 7], "pivot": [7.5, 59.10415, -8.74362], "rotation": [7.56314, 0.94556, 0.32797], "uv": [143, 125]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0.1, 75.15344, -9.39734], + "cubes": [ + {"origin": [-3.9, 74.60344, -14.39734], "size": [8, 8, 10], "uv": [113, 84]}, + {"origin": [-2.9, 79.60344, -11.39734], "size": [6, 5, 7], "uv": [119, 87]}, + {"origin": [-2.9, 75.35344, -5.39734], "size": [6, 8, 4], "pivot": [3.1, 80.35344, -3.39734], "rotation": [10, 0, 0], "uv": [88, 47]}, + {"origin": [-1.9, 77.35344, -1.39734], "size": [4, 6, 3], "pivot": [3.1, 80.35344, 0.60266], "rotation": [15, 0, 0], "uv": [154, 135]}, + {"origin": [0.1, 79.15344, 1.60266], "size": [0, 4, 4], "pivot": [3.1, 81.15344, 3.60266], "rotation": [15, 0, 0], "uv": [47, 109]}, + {"origin": [4.1, 76.15344, -9.39734], "size": [0, 4, 7], "pivot": [3.1, 76.15344, -8.39734], "rotation": [-8.44236, 27.24513, -3.88714], "uv": [0, 9]}, + {"origin": [-3.9, 76.15344, -9.39734], "size": [0, 4, 7], "pivot": [-4.9, 76.15344, -8.39734], "rotation": [-8.26511, -24.77164, 3.48303], "uv": [0, 9]} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [3.6, 77.90344, -13.79734] + }, + { + "name": "topjaw2", + "parent": "mouth", + "pivot": [3.6, 77.60344, -14.79734], + "cubes": [ + {"origin": [-2.4, 77.50344, -20.79734], "size": [5, 4, 9], "inflate": 0.002, "pivot": [3.6, 77.60344, -14.79734], "rotation": [2.5, 0, 0], "uv": [83, 142]}, + {"origin": [2.1, 76.75344, -19.99734], "size": [0, 1, 1], "pivot": [1.1, 76.75344, -18.99734], "rotation": [-45, 0, 0], "uv": [125, 18]}, + {"origin": [-2.1, 76.75344, -19.99734], "size": [0, 1, 1], "pivot": [-1.1, 76.75344, -18.99734], "rotation": [-45, 0, 0], "uv": [125, 18], "mirror": true} + ] + }, + { + "name": "bottomjaw", + "parent": "mouth", + "pivot": [0.1, 76.99059, -13.79354], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-2.4, 75.35344, -19.77832], "size": [5, 2, 6], "pivot": [0.1, 76.99059, -11.79354], "rotation": [-5, 0, 0], "uv": [22, 150]} + ] + }, + { + "name": "hairleft", + "parent": "head", + "pivot": [5.1, 82.70344, -13.39734], + "cubes": [ + {"origin": [4.45008, 81.8979, -9.059], "size": [0, 4, 12], "pivot": [5.45008, 82.8979, -8.059], "rotation": [32.5, 0, 0], "uv": [96, 65]}, + {"origin": [0.1, 79.70344, -13.39734], "size": [5, 5, 8], "pivot": [5.1, 82.70344, -13.39734], "rotation": [10, 17.5, 0], "uv": [17, 113]}, + {"origin": [0.6, 79.80344, -17.39734], "size": [4, 4, 5], "pivot": [5.1, 82.70344, -13.39734], "rotation": [30, 17.5, 0], "uv": [20, 116]}, + {"origin": [2.29997, 80.55475, -6.48693], "size": [5, 6, 9], "pivot": [7.29997, 84.55475, -6.48693], "rotation": [0.14613, 17.46148, 0.45495], "uv": [0, 137]} + ] + }, + { + "name": "left_head2", + "parent": "hairleft", + "pivot": [7.68043, 82.36929, 2.57247], + "cubes": [ + {"origin": [5.61876, 78.88324, 0.78009], "size": [3, 8, 11], "pivot": [7.43043, 83.36929, 1.32247], "rotation": [-31.9621, 15.34491, 1.84197], "uv": [126, 125]} + ] + }, + { + "name": "left_head3", + "parent": "left_head2", + "pivot": [9.28043, 77.91929, 8.37247], + "cubes": [ + {"origin": [7.29997, 73.65475, 5.81307], "size": [2, 6, 11], "pivot": [9.29997, 77.65475, 5.81307], "rotation": [22.64831, 19.96147, 0.46173], "uv": [134, 9]} + ] + }, + { + "name": "left_head4", + "parent": "left_head3", + "pivot": [11.53043, 79.41929, 16.12247], + "cubes": [ + {"origin": [10.78043, 76.66929, 13.87247], "size": [1, 7, 11], "pivot": [12.78043, 81.66929, 13.87247], "rotation": [-16.9621, 15.34491, 1.84197], "uv": [141, 51]} + ] + }, + { + "name": "left_head5", + "parent": "left_head4", + "pivot": [13.99997, 77.15475, 25.41307], + "cubes": [ + {"origin": [13.49997, 73.65475, 21.91307], "size": [0, 5, 11], "pivot": [13.49997, 76.65475, 21.91307], "rotation": [22.64831, 19.96147, 0.46173], "uv": [114, 114]} + ] + }, + { + "name": "left_head6", + "parent": "left_head5", + "pivot": [16.75008, 81.6479, 31.691], + "cubes": [ + {"origin": [16.75008, 79.8979, 30.941], "size": [0, 5, 11], "pivot": [16.75008, 82.8979, 30.941], "rotation": [-24.85169, 19.96147, 0.46173], "uv": [96, 70]} + ] + }, + { + "name": "left_head", + "parent": "hairleft", + "pivot": [16.45008, 82.4979, 0.941] + }, + { + "name": "hairright2", + "parent": "head", + "pivot": [3.1, 81.15344, 6.60266], + "cubes": [ + {"origin": [-4.45008, 81.8979, -9.059], "size": [0, 4, 12], "pivot": [-5.45008, 82.8979, -8.059], "rotation": [32.5, 0, 0], "uv": [96, 65], "mirror": true}, + {"origin": [-4.6, 79.90344, -17.39734], "size": [4, 4, 5], "pivot": [-5.1, 82.70344, -13.39734], "rotation": [32.5, -17.5, 0], "uv": [21, 116], "mirror": true}, + {"origin": [-7.29997, 80.55475, -6.48693], "size": [5, 6, 9], "pivot": [-7.29997, 84.55475, -6.48693], "rotation": [0.14613, -17.46148, -0.45495], "uv": [0, 137], "mirror": true}, + {"origin": [-5.1, 79.70344, -13.39734], "size": [5, 5, 8], "pivot": [-5.1, 82.70344, -13.39734], "rotation": [7.5, -17.5, 0], "uv": [17, 113], "mirror": true} + ] + }, + { + "name": "right_head2", + "parent": "hairright2", + "pivot": [-7.68043, 82.36929, 2.57247], + "cubes": [ + {"origin": [-8.61876, 78.88324, 0.78009], "size": [3, 8, 11], "pivot": [-7.43043, 83.36929, 1.32247], "rotation": [-31.9621, -15.34491, -1.84197], "uv": [126, 125], "mirror": true} + ] + }, + { + "name": "right_head3", + "parent": "right_head2", + "pivot": [-9.28043, 77.91929, 8.37247], + "cubes": [ + {"origin": [-9.29997, 73.65475, 5.81307], "size": [2, 6, 11], "pivot": [-9.29997, 77.65475, 5.81307], "rotation": [22.64831, -19.96147, -0.46173], "uv": [134, 9], "mirror": true} + ] + }, + { + "name": "right_head4", + "parent": "right_head3", + "pivot": [-11.53043, 79.41929, 16.12247], + "cubes": [ + {"origin": [-11.78043, 76.66929, 13.87247], "size": [1, 7, 11], "pivot": [-12.78043, 81.66929, 13.87247], "rotation": [-16.9621, -15.34491, -1.84197], "uv": [141, 51], "mirror": true} + ] + }, + { + "name": "right_head5", + "parent": "right_head4", + "pivot": [-13.99997, 77.15475, 25.41307], + "cubes": [ + {"origin": [-13.49997, 73.65475, 21.91307], "size": [0, 5, 11], "pivot": [-13.49997, 76.65475, 21.91307], "rotation": [22.64831, -19.96147, -0.46173], "uv": [114, 114], "mirror": true} + ] + }, + { + "name": "right_head6", + "parent": "right_head5", + "pivot": [-16.75008, 81.6479, 31.691], + "cubes": [ + {"origin": [-16.75008, 79.8979, 30.941], "size": [0, 5, 11], "pivot": [-16.75008, 82.8979, 30.941], "rotation": [-24.85169, -19.96147, -0.46173], "uv": [96, 70], "mirror": true} + ] + }, + { + "name": "left_eyes", + "parent": "head", + "pivot": [4.2, 79.55344, -10.54734], + "cubes": [ + {"origin": [4.11, 78.55344, -12.19734], "size": [0, 3, 5], "pivot": [3.1, 78.55344, -11.19734], "rotation": [7.5, 0, 0], "uv": [97, 89]}, + {"origin": [4.12, 78.95344, -11.29734], "size": [0, 2, 2], "pivot": [3.2, 77.95344, -10.29734], "rotation": [7.5, 0, 0], "uv": [0, 11]}, + {"origin": [4.13, 79.55344, -10.79734], "size": [0, 1, 1], "pivot": [3.2, 77.55344, -9.79734], "rotation": [7.5, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "right_eyes", + "parent": "head", + "pivot": [-4.2, 79.55344, -10.54734], + "cubes": [ + {"origin": [-4.1, 78.55344, -12.19734], "size": [0, 3, 5], "pivot": [-3.1, 78.55344, -11.19734], "rotation": [7.5, 0, 0], "uv": [97, 89], "mirror": true}, + {"origin": [-4.11, 78.95344, -11.29734], "size": [0, 2, 2], "pivot": [-3.2, 77.95344, -10.29734], "rotation": [7.5, 0, 0], "uv": [0, 11], "mirror": true}, + {"origin": [-4.12, 79.55344, -10.79734], "size": [0, 1, 1], "pivot": [-3.2, 77.55344, -9.79734], "rotation": [7.5, 0, 0], "uv": [0, 0], "mirror": true} + ] + }, + { + "name": "right_leg", + "parent": "mainthing", + "pivot": [-8.20274, 35.53802, 7.19744], + "cubes": [ + {"origin": [-16.05, 20, -2], "size": [10, 19, 19], "pivot": [-11.05, 36, 7], "rotation": [-14.95716, -2.58492, -0.64751], "uv": [0, 75], "mirror": true} + ] + }, + { + "name": "right_leg2", + "parent": "right_leg", + "pivot": [-10.8, 20.95, 5], + "cubes": [ + {"origin": [-14.3, 11.7, 1], "size": [7, 12, 9], "pivot": [-13.3, 22.7, 2], "rotation": [10, 0, 0], "uv": [60, 122], "mirror": true} + ] + }, + { + "name": "right_leg3", + "parent": "right_leg2", + "pivot": [-10.8, 13.5, 7.25], + "cubes": [ + {"origin": [-13.3, 4, 4], "size": [5, 12, 6], "pivot": [-12.3, 15, 5], "rotation": [-15, 0, 0], "uv": [54, 143], "mirror": true} + ] + }, + { + "name": "right_leg4", + "parent": "right_leg3", + "pivot": [-10.8, 4.01175, 4.33701], + "cubes": [ + {"origin": [-14.3, 0, -0.7], "size": [7, 5, 5], "uv": [149, 9], "mirror": true}, + {"origin": [-14.3, 0.46175, 4.18701], "size": [7, 5, 6], "pivot": [-13.3, 0.46175, 5.18701], "rotation": [27.5, 0, 0], "uv": [137, 144], "mirror": true}, + {"origin": [-12.3, 3.86175, 6.38701], "size": [3, 3, 4], "pivot": [-12.3, 3.86175, 7.38701], "rotation": [-17.5, 0, 0], "uv": [19, 137], "mirror": true}, + {"origin": [-11.3, 4.26175, 8.58701], "size": [1, 1, 3], "pivot": [-12.3, 3.26175, 9.58701], "rotation": [-47.5, 0, 0], "uv": [0, 0], "mirror": true} + ] + }, + { + "name": "right_leg5", + "parent": "right_leg4", + "pivot": [-10.71665, 3.75, -0.59096], + "cubes": [ + {"origin": [-13.88335, 0, -6.59096], "size": [2, 4, 6], "pivot": [-12.88335, 0, -5.59096], "rotation": [0, -5, 0], "uv": [39, 84], "mirror": true}, + {"origin": [-11.8, 0, -6.5], "size": [2, 4, 6], "uv": [97, 97], "mirror": true}, + {"origin": [-9.71665, 0, -6.59096], "size": [2, 4, 6], "pivot": [-8.71665, 0, -5.59096], "rotation": [0, 5, 0], "uv": [65, 64], "mirror": true} + ] + }, + { + "name": "right_leghair", + "parent": "right_leg", + "pivot": [-10.55, 39.8, 10.4], + "cubes": [ + {"origin": [-10.53115, 35.98563, 13.70107], "size": [0, 5, 4], "pivot": [-11.05, 36.4, 15.6], "rotation": [-39.95716, -2.58492, -0.64751], "uv": [0, 0], "mirror": true}, + {"origin": [-10.53115, 39.78563, 0.70107], "size": [0, 6, 4], "pivot": [-11.05, 40.2, 2.6], "rotation": [-22.45716, -2.58492, -0.64751], "uv": [35, 109], "mirror": true}, + {"origin": [-10.53115, 37.28563, 8.70107], "size": [0, 7, 5], "pivot": [-11.05, 37.7, 10.6], "rotation": [-34.95716, -2.58492, -0.64751], "uv": [96, 57], "mirror": true}, + {"origin": [-10.53115, 38.78563, 4.50107], "size": [0, 8, 5], "pivot": [-11.05, 39.2, 6.4], "rotation": [-27.45716, -2.58492, -0.64751], "uv": [71, 69], "mirror": true} + ] + }, + { + "name": "right_leghair2", + "parent": "right_leghair", + "pivot": [-10.55, 44.95, 13], + "cubes": [ + {"origin": [-10.53115, 45.18563, 8.40107], "size": [0, 10, 4], "pivot": [-11.05, 45.6, 10.3], "rotation": [-42.45716, -2.58492, -0.64751], "uv": [0, 109], "mirror": true}, + {"origin": [-10.53115, 42.58563, 12.50107], "size": [0, 6, 5], "pivot": [-11.05, 43, 14.4], "rotation": [-47.45716, -2.58492, -0.64751], "uv": [96, 64], "mirror": true}, + {"origin": [-10.53115, 45.88563, 16.50107], "size": [0, 8, 4], "pivot": [-11.05, 46.3, 18.4], "rotation": [-69.95716, -2.58492, -0.64751], "uv": [17, 109], "mirror": true}, + {"origin": [-10.68388, 39.12365, 16.29852], "size": [0, 6, 4], "pivot": [-11.20274, 39.53802, 18.19744], "rotation": [-67.45716, -2.58492, -0.64751], "uv": [10, 69], "mirror": true}, + {"origin": [-10.53115, 45.28563, 3.60107], "size": [0, 4, 3], "pivot": [-11.05, 45.7, 4.5], "rotation": [-32.45716, -2.58492, -0.64751], "uv": [0, 6], "mirror": true} + ] + }, + { + "name": "left_leg", + "parent": "mainthing", + "pivot": [8.20274, 35.53802, 7.19744], + "cubes": [ + {"origin": [6.05, 20, -2], "size": [10, 19, 19], "pivot": [11.05, 36, 7], "rotation": [-14.95716, 2.58492, 0.64751], "uv": [0, 75]} + ] + }, + { + "name": "left_leg2", + "parent": "left_leg", + "pivot": [10.8, 20.95, 5], + "cubes": [ + {"origin": [7.3, 11.7, 1], "size": [7, 12, 9], "pivot": [13.3, 22.7, 2], "rotation": [10, 0, 0], "uv": [60, 122]} + ] + }, + { + "name": "left_leg3", + "parent": "left_leg2", + "pivot": [10.8, 13.5, 7.25], + "cubes": [ + {"origin": [8.3, 4, 4], "size": [5, 12, 6], "pivot": [12.3, 15, 5], "rotation": [-15, 0, 0], "uv": [54, 143]} + ] + }, + { + "name": "left_leg4", + "parent": "left_leg3", + "pivot": [10.8, 4.01175, 4.33701], + "cubes": [ + {"origin": [7.3, 0, -0.7], "size": [7, 5, 5], "uv": [149, 9]}, + {"origin": [7.3, 0.46175, 4.18701], "size": [7, 5, 6], "pivot": [13.3, 0.46175, 5.18701], "rotation": [27.5, 0, 0], "uv": [137, 144]}, + {"origin": [9.3, 3.86175, 6.38701], "size": [3, 3, 4], "pivot": [12.3, 3.86175, 7.38701], "rotation": [-17.5, 0, 0], "uv": [19, 137]}, + {"origin": [10.3, 4.26175, 8.58701], "size": [1, 1, 3], "pivot": [12.3, 3.26175, 9.58701], "rotation": [-47.5, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "left_leg5", + "parent": "left_leg4", + "pivot": [10.71665, 3.75, -0.59096], + "cubes": [ + {"origin": [11.88335, 0, -6.59096], "size": [2, 4, 6], "pivot": [12.88335, 0, -5.59096], "rotation": [0, 5, 0], "uv": [39, 84]}, + {"origin": [9.8, 0, -6.5], "size": [2, 4, 6], "uv": [97, 97]}, + {"origin": [7.71665, 0, -6.59096], "size": [2, 4, 6], "pivot": [8.71665, 0, -5.59096], "rotation": [0, -5, 0], "uv": [65, 64]} + ] + }, + { + "name": "left_leghair", + "parent": "left_leg", + "pivot": [10.55, 39.8, 10.4], + "cubes": [ + {"origin": [10.53115, 35.98563, 13.70107], "size": [0, 5, 4], "pivot": [11.05, 36.4, 15.6], "rotation": [-39.95716, 2.58492, 0.64751], "uv": [0, 0]}, + {"origin": [10.53115, 39.78563, 0.70107], "size": [0, 6, 4], "pivot": [11.05, 40.2, 2.6], "rotation": [-22.45716, 2.58492, 0.64751], "uv": [35, 109]}, + {"origin": [10.53115, 37.28563, 8.70107], "size": [0, 7, 5], "pivot": [11.05, 37.7, 10.6], "rotation": [-34.95716, 2.58492, 0.64751], "uv": [96, 57]}, + {"origin": [10.53115, 38.78563, 4.50107], "size": [0, 8, 5], "pivot": [11.05, 39.2, 6.4], "rotation": [-27.45716, 2.58492, 0.64751], "uv": [71, 69]} + ] + }, + { + "name": "left_leghair2", + "parent": "left_leghair", + "pivot": [10.55, 44.95, 13], + "cubes": [ + {"origin": [10.53115, 45.18563, 8.40107], "size": [0, 10, 4], "pivot": [11.05, 45.6, 10.3], "rotation": [-42.45716, 2.58492, 0.64751], "uv": [0, 109]}, + {"origin": [10.53115, 42.58563, 12.50107], "size": [0, 6, 5], "pivot": [11.05, 43, 14.4], "rotation": [-47.45716, 2.58492, 0.64751], "uv": [96, 64]}, + {"origin": [10.53115, 45.88563, 16.50107], "size": [0, 8, 4], "pivot": [11.05, 46.3, 18.4], "rotation": [-69.95716, 2.58492, 0.64751], "uv": [17, 109]}, + {"origin": [10.68388, 39.12365, 16.29852], "size": [0, 6, 4], "pivot": [11.20274, 39.53802, 18.19744], "rotation": [-67.45716, 2.58492, 0.64751], "uv": [10, 69]}, + {"origin": [10.53115, 45.28563, 3.60107], "size": [0, 4, 3], "pivot": [11.05, 45.7, 4.5], "rotation": [-32.45716, 2.58492, 0.64751], "uv": [0, 6]} + ] + }, + { + "name": "body", + "parent": "mainthing", + "pivot": [-0.54425, 32.2719, 3.72771], + "cubes": [ + {"origin": [-9, 23, -6], "size": [17, 17, 20], "uv": [0, 0]}, + {"origin": [-5.5, 26, 14], "size": [11, 11, 2], "uv": [111, 144]} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [-1.02257, 31.16521, 17.13318] + }, + { + "name": "smolone", + "parent": "tail", + "pivot": [-0.96105, 24.18289, 24], + "cubes": [ + {"origin": [-11.96105, 34.18289, 27], "size": [13, 2, 6], "pivot": [-0.96105, 24.18289, 24], "rotation": [0, 0, 45], "uv": [130, 38]}, + {"origin": [-4.18288, 17.40472, 27], "size": [2, 9, 6], "pivot": [6.81712, 16.40472, 24], "rotation": [0, 0, 45], "uv": [0, 152]}, + {"origin": [-19.73923, 26.40472, 27], "size": [13, 2, 6], "pivot": [-8.73923, 16.40472, 24], "rotation": [0, 0, 45], "uv": [130, 30]}, + {"origin": [-11.96105, 25.18289, 27], "size": [2, 9, 6], "pivot": [-0.96105, 24.18289, 24], "rotation": [0, 0, 45], "uv": [0, 73]}, + {"origin": [-6.96105, 27.08289, 16], "size": [7, 7, 8], "pivot": [-0.96105, 27.08289, 16], "rotation": [0, 0, 45], "uv": [54, 0]}, + {"origin": [-7.96105, 26.18289, 18], "size": [9, 9, 5], "pivot": [-0.96105, 27.18289, 16], "rotation": [0, 0, 45], "uv": [142, 77]}, + {"origin": [-10.96105, 24.18289, 24], "size": [11, 11, 11], "pivot": [-0.96105, 24.18289, 24], "rotation": [0, 0, 45], "uv": [110, 103]} + ] + }, + { + "name": "bigoen", + "parent": "smolone", + "pivot": [-6.28362, 35.1481, 38.13318], + "cubes": [ + {"origin": [-1.78948, 25.76868, 35], "size": [2, 11, 13], "pivot": [-3.78948, 22.76868, 38], "rotation": [0, 0, 45], "uv": [30, 113]}, + {"origin": [-17.03212, 39.35446, 35], "size": [15, 2, 13], "pivot": [-8.03212, 21.35446, 38], "rotation": [0, 0, 45], "uv": [96, 62]}, + {"origin": [-2.23848, 36.17754, 35.13318], "size": [13, 0, 20], "pivot": [5.76152, 35.1481, 38.13318], "rotation": [10, 0, 45], "uv": [19, 64]}, + {"origin": [-2.8053, 22.25479, 35.72771], "size": [0, 9, 18], "pivot": [1.1947, 24.25479, 38.72771], "rotation": [-7.56397, -7.43547, -44.01552], "uv": [0, 46]}, + {"origin": [2.29812, 22.25411, 35.72758], "size": [0, 9, 18], "pivot": [-1.70188, 24.25411, 38.72758], "rotation": [-7.56397, 7.43547, 44.01552], "uv": [0, 46], "mirror": true}, + {"origin": [-17.61791, 24.94025, 35], "size": [15, 2, 13], "pivot": [-6.61791, 19.94025, 38], "rotation": [0, 0, 45], "uv": [96, 47]}, + {"origin": [-10.39608, 36.37528, 35], "size": [2, 11, 13], "pivot": [-14.39608, 33.37528, 38], "rotation": [0, 0, 45], "uv": [0, 113]}, + {"origin": [-11.28362, 36.17754, 35.13318], "size": [13, 0, 20], "pivot": [-6.28362, 35.1481, 38.13318], "rotation": [10, 0, -45], "uv": [19, 64], "mirror": true} + ] + }, + { + "name": "tail2", + "parent": "bigoen", + "pivot": [-0.21105, 31.33289, 34.9], + "cubes": [ + {"origin": [-6.96105, 27.08289, 34.9], "size": [7, 7, 26], "pivot": [-0.96105, 27.08289, 34.9], "rotation": [0, 0, 45], "uv": [56, 61]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [-0.21105, 31.23289, 60.9], + "cubes": [ + {"origin": [-4.96105, 28.48289, 60.9], "size": [5, 5, 12], "pivot": [-0.96105, 28.48289, 60.9], "rotation": [0, 0, 45], "uv": [92, 125]} + ] + }, + { + "name": "tail4", + "parent": "tail3", + "pivot": [-0.21105, 31.38289, 72.9], + "cubes": [ + {"origin": [-2.96105, 29.88289, 72.9], "size": [3, 3, 8], "pivot": [-0.96105, 29.88289, 72.9], "rotation": [0, 0, 45], "uv": [57, 76]} + ] + }, + { + "name": "tail5", + "parent": "tail4", + "pivot": [-0.36105, 31.23289, 80.9], + "cubes": [ + {"origin": [-4.36105, 31.48289, 80.9], "size": [5, 0, 9], "pivot": [-1.36105, 29.48289, 80.9], "rotation": [0, 0, 45], "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/reuniclus/reuniclus.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/reuniclus/reuniclus.geo.json new file mode 100644 index 0000000..38b5d95 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/reuniclus/reuniclus.geo.json @@ -0,0 +1,273 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.reuniclus", + "texture_width": 512, + "texture_height": 512, + "visible_bounds_width": 6, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "reuniclus", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "reuniclus", + "pivot": [0, 15, 1], + "cubes": [ + {"origin": [-10, 6, -10], "size": [20, 18, 22], "inflate": -19, "uv": [198, 275]} + ] + }, + { + "name": "ear_left", + "parent": "body", + "pivot": [1.5, 25, -0.5], + "rotation": [0, 0, 17.5], + "cubes": [ + {"origin": [2.5258, 28.08093, -3], "size": [5, 3, 5], "inflate": -6, "uv": [232, 98]} + ] + }, + { + "name": "ear_left2", + "parent": "ear_left", + "pivot": [5.2758, 30.58093, -0.5], + "cubes": [ + {"origin": [3.7758, 27.58093, -2], "size": [3, 4, 3], "uv": [21, 26]}, + {"origin": [4.2758, 30.58093, -1.5], "size": [2, 2, 2], "uv": [0, 0]} + ] + }, + { + "name": "ear_right", + "parent": "body", + "pivot": [-1.5, 25, -0.5], + "rotation": [0, 0, -17.5], + "cubes": [ + {"origin": [-7.5258, 28.08093, -3], "size": [5, 3, 5], "inflate": -6, "uv": [232, 98], "mirror": true} + ] + }, + { + "name": "ear_right2", + "parent": "ear_right", + "pivot": [-5.2758, 30.58093, -0.5], + "cubes": [ + {"origin": [-6.2758, 30.58093, -1.5], "size": [2, 2, 2], "uv": [0, 0], "mirror": true}, + {"origin": [-6.7758, 27.58093, -2], "size": [3, 4, 3], "uv": [21, 26], "mirror": true} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [0, 5, -4.5], + "cubes": [ + {"origin": [-4.5, -2, -11.55], "size": [9, 7, 7], "inflate": -7, "uv": [235, 1]} + ] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 8.5, -1.5], + "cubes": [ + {"origin": [-2.5, 7.5, -1.5], "size": [5, 4, 3], "inflate": 0.01, "uv": [11, 0]} + ] + }, + { + "name": "torso2", + "parent": "torso", + "pivot": [0, 11.5, 0], + "cubes": [ + {"origin": [-2, 10.5, -1], "size": [4, 4, 2], "uv": [0, 29]} + ] + }, + { + "name": "head", + "parent": "torso2", + "pivot": [0, 14.125, -0.01167], + "cubes": [ + {"origin": [2.25, 17, -4.51], "size": [2, 3, 0], "pivot": [3.25, 18.5, -0.01], "rotation": [0, 0, 7.5], "uv": [9, 89]}, + {"origin": [-3, 14.25, -4.53], "size": [6, 2, 0], "uv": [11, 7]}, + {"origin": [-1, 15, -4.52], "size": [2, 2, 0], "pivot": [0, 16, -4.53], "rotation": [0, 0, 45], "uv": [0, 21]}, + {"origin": [-4.25, 17, -4.51], "size": [2, 3, 0], "pivot": [-3.25, 18.5, -0.01], "rotation": [0, 0, -7.5], "uv": [8, 89]}, + {"origin": [-5, 14, -4.5], "size": [10, 8, 9], "uv": [105, 0]}, + {"origin": [-0.5, 14, -4.5], "size": [1, 8, 9], "inflate": 0.01, "uv": [0, 0]} + ] + }, + { + "name": "eyelids", + "parent": "head", + "pivot": [0, 14.125, 0.98833] + }, + { + "name": "eyelid_left", + "parent": "eyelids", + "pivot": [3.25, 18.5, 0.99], + "cubes": [ + {"origin": [2.25, 17, -3.52], "size": [2, 3, 0], "pivot": [3.25, 18.5, 0.99], "rotation": [0, 0, 7.5], "uv": [508, 334]} + ] + }, + { + "name": "eyelid_right", + "parent": "eyelids", + "pivot": [-3.25, 18.5, 0.99], + "cubes": [ + {"origin": [-4.25, 17, -3.52], "size": [2, 3, 0], "pivot": [-3.25, 18.5, 0.99], "rotation": [0, 0, -7.5], "uv": [508, 334], "mirror": true} + ] + }, + { + "name": "arm_left", + "parent": "torso2", + "pivot": [2, 13, -0.25], + "cubes": [ + {"origin": [1.5, 12.5, -0.75], "size": [3, 1, 1], "uv": [24, 24]} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [5.25, 13, -0.25], + "cubes": [ + {"origin": [5.5, 12.5, -0.75], "size": [2, 1, 1], "uv": [0, 19]} + ] + }, + { + "name": "arm_left3", + "parent": "arm_left2", + "pivot": [8.16667, 12.33333, 0.33333], + "cubes": [ + {"origin": [14, 11.5, -1.75], "size": [4, 3, 3], "uv": [20, 7]}, + {"origin": [9.25, 12, -1.25], "size": [3, 2, 2], "uv": [12, 31]}, + {"origin": [13, 10, -3], "size": [1, 6, 6], "inflate": -6, "uv": [241, 228]} + ] + }, + { + "name": "arm_left4", + "parent": "arm_left3", + "pivot": [17.1, 14.1, 0.2], + "cubes": [ + {"origin": [19, 7, -6], "size": [9, 12, 12], "inflate": -11, "uv": [16, 291]}, + {"origin": [21, 10, -3.25], "size": [6, 6, 6], "uv": [0, 68]} + ] + }, + { + "name": "thumb_left", + "parent": "arm_left4", + "pivot": [25.5, 17, -0.5], + "cubes": [ + {"origin": [21, 18, -6], "size": [8, 5, 8], "inflate": -6, "uv": [35, 102]} + ] + }, + { + "name": "finger_left", + "parent": "arm_left4", + "pivot": [29, 15.5, -2.5], + "cubes": [ + {"origin": [30, 11, -7], "size": [5, 9, 9], "inflate": -6, "uv": [123, 199]} + ] + }, + { + "name": "pointer_left", + "parent": "arm_left4", + "pivot": [29, 10.5, -2.5], + "cubes": [ + {"origin": [30, 6, -7], "size": [5, 9, 9], "inflate": -6, "uv": [123, 199]} + ] + }, + { + "name": "arm_right", + "parent": "torso2", + "pivot": [-2, 13, -0.25], + "cubes": [ + {"origin": [-4.5, 12.5, -0.75], "size": [3, 1, 1], "uv": [24, 24], "mirror": true} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-5.25, 13, -0.25], + "cubes": [ + {"origin": [-7.5, 12.5, -0.75], "size": [2, 1, 1], "uv": [0, 19], "mirror": true} + ] + }, + { + "name": "arm_right3", + "parent": "arm_right2", + "pivot": [-8.16667, 12.33333, 0.33333], + "cubes": [ + {"origin": [-18, 11.5, -1.75], "size": [4, 3, 3], "uv": [20, 7], "mirror": true}, + {"origin": [-12.25, 12, -1.25], "size": [3, 2, 2], "uv": [12, 31], "mirror": true}, + {"origin": [-14, 10, -3], "size": [1, 6, 6], "inflate": -6, "uv": [241, 228], "mirror": true} + ] + }, + { + "name": "arm_right4", + "parent": "arm_right3", + "pivot": [-17.1, 14.1, 0.2], + "cubes": [ + {"origin": [-28, 7, -6], "size": [9, 12, 12], "inflate": -11, "uv": [16, 291], "mirror": true}, + {"origin": [-27, 10, -3.25], "size": [6, 6, 6], "uv": [0, 68], "mirror": true} + ] + }, + { + "name": "thumb_right", + "parent": "arm_right4", + "pivot": [-25.5, 17, -0.5], + "cubes": [ + {"origin": [-29, 18, -6], "size": [8, 5, 8], "inflate": -6, "uv": [35, 102], "mirror": true} + ] + }, + { + "name": "finger_right", + "parent": "arm_right4", + "pivot": [-29, 15.5, -2.5], + "cubes": [ + {"origin": [-35, 11, -7], "size": [5, 9, 9], "inflate": -6, "uv": [123, 199], "mirror": true} + ] + }, + { + "name": "pointer_right", + "parent": "arm_right4", + "pivot": [-29, 10.5, -2.5], + "cubes": [ + {"origin": [-35, 6, -7], "size": [5, 9, 9], "inflate": -6, "uv": [123, 199], "mirror": true} + ] + }, + { + "name": "leg_right", + "parent": "torso", + "pivot": [-2.25, 8.5, -1.5], + "cubes": [ + {"origin": [-2.25, 7.5, -3], "size": [1, 1, 2], "uv": [19, 69]} + ] + }, + { + "name": "foot_right", + "parent": "leg_right", + "pivot": [-1.75, 7.5, -2.25], + "cubes": [ + {"origin": [-2.25, 7.5, -3.25], "size": [1, 2, 1], "inflate": 0.01, "uv": [25, 75]} + ] + }, + { + "name": "leg_left", + "parent": "torso", + "pivot": [2.25, 8.5, -1.5], + "cubes": [ + {"origin": [1.25, 7.5, -3], "size": [1, 1, 2], "uv": [19, 69], "mirror": true} + ] + }, + { + "name": "foot_left", + "parent": "leg_left", + "pivot": [1.75, 7.5, -2.25], + "cubes": [ + {"origin": [1.25, 7.5, -3.25], "size": [1, 2, 1], "inflate": 0.01, "uv": [25, 75], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/roaringmoon/roaringmoon.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/roaringmoon/roaringmoon.geo.json new file mode 100644 index 0000000..7205ce3 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/roaringmoon/roaringmoon.geo.json @@ -0,0 +1,713 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.roaringmoon", + "texture_width": 512, + "texture_height": 512, + "visible_bounds_width": 13, + "visible_bounds_height": 9.5, + "visible_bounds_offset": [0, 4.25, 0] + }, + "bones": [ + { + "name": "salamence", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "salamence", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 6, -0.5], + "cubes": [ + {"origin": [-12, 0, -16.5], "size": [24, 12, 32], "uv": [0, 0]} + ] + }, + { + "name": "neck", + "parent": "torso", + "pivot": [0, 7, -15], + "cubes": [ + {"origin": [-4, 3.5, -29.5], "size": [8, 7, 13], "uv": [301, 22]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 5.8125, -28.75], + "cubes": [ + {"origin": [-4.5, 5.5, -41.5], "size": [9, 6, 13], "uv": [301, 43]}, + {"origin": [-4.5, 5.5, -46.5], "size": [9, 5, 5], "uv": [0, 68]}, + {"origin": [4.25, 4.5, -42.5], "size": [0, 1, 1], "pivot": [3.75, 4.5, -42], "rotation": [0, 0, 0], "uv": [10, 146]}, + {"origin": [4.25, 4.5, -44], "size": [0, 1, 1], "pivot": [3.75, 4.5, -43.5], "rotation": [0, 0, 0], "uv": [4, 150]}, + {"origin": [4.25, 4.5, -41], "size": [0, 1, 1], "pivot": [3.75, 4.5, -40.5], "rotation": [0, 0, 0], "uv": [10, 149]}, + {"origin": [-4.25, 4.5, -42.5], "size": [0, 1, 1], "pivot": [-3.75, 4.5, -42], "rotation": [0, 0, 0], "uv": [4, 160], "mirror": true}, + {"origin": [-4.25, 4.5, -44], "size": [0, 1, 1], "pivot": [-3.75, 4.5, -43.5], "rotation": [0, 0, 0], "uv": [11, 161], "mirror": true}, + {"origin": [-4.25, 4.5, -41], "size": [0, 1, 1], "pivot": [-3.75, 4.5, -40.5], "rotation": [0, 0, 0], "uv": [4, 146], "mirror": true} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [3.5, 1.5, -36.5] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [4.515, 10.25, -38.25], + "cubes": [ + {"origin": [4.51, 8.75, -39.5], "size": [0, 3, 3], "pivot": [4.51, 10.25, -38], "rotation": [12.5, 0, 0], "uv": [24, 45]}, + {"origin": [4.52, 8.75, -39], "size": [0, 3, 1], "uv": [31, 50]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [4.42, 10.25, -38], + "cubes": [ + {"origin": [4.42, 8.75, -39.5], "size": [0, 3, 3], "inflate": 0.01, "pivot": [4.51, 10.25, -38], "rotation": [12.5, 0, 0], "uv": [0, 45]} + ] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-4.515, 10.25, -38.25], + "cubes": [ + {"origin": [-4.51, 8.75, -39.5], "size": [0, 3, 3], "pivot": [-4.51, 10.25, -38], "rotation": [12.5, 0, 0], "uv": [24, 0]}, + {"origin": [-4.52, 8.75, -39], "size": [0, 3, 1], "uv": [31, 45]} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-4.42, 10.25, -38], + "cubes": [ + {"origin": [-4.42, 8.75, -39.5], "size": [0, 3, 3], "inflate": 0.01, "pivot": [-4.51, 10.25, -38], "rotation": [12.5, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [0, 5.41961, -34.17802], + "cubes": [ + {"origin": [-4.5, 2.5, -45.5], "size": [9, 3, 16], "uv": [98, 115]}, + {"origin": [4.5, 5, -45.5], "size": [0, 2, 2], "pivot": [4.25, 6, -45], "rotation": [14.51082, -3.84097, 14.51082], "uv": [4, 154]}, + {"origin": [3.5, 5, -45.5], "size": [1, 2, 0], "pivot": [4.25, 6, -45], "rotation": [14.51082, -3.84097, 14.51082], "uv": [5, 156]}, + {"origin": [-4.5, 5, -45.5], "size": [0, 2, 2], "pivot": [-4.25, 6, -45], "rotation": [14.51082, 3.84097, -14.51082], "uv": [10, 154]}, + {"origin": [-4.5, 5, -45.5], "size": [1, 2, 0], "pivot": [-4.25, 6, -45], "rotation": [14.51082, 3.84097, -14.51082], "uv": [12, 156]} + ] + }, + { + "name": "head_decor", + "parent": "head", + "pivot": [0, 13.25, -35.6225], + "cubes": [ + {"origin": [2, 11.5, -40.5], "size": [3, 2, 10], "uv": [118, 0]}, + {"origin": [-1, 10, -41.5], "size": [2, 2, 12], "uv": [-2, 114]}, + {"origin": [-5, 11.5, -40.5], "size": [3, 2, 10], "uv": [49, 115]}, + {"origin": [-5, 10.51, -42.49], "size": [10, 1, 14], "uv": [47, 282]} + ] + }, + { + "name": "decor_left", + "parent": "head_decor", + "pivot": [-3.88459, 6.00068, -38.25], + "rotation": [0, -15, 0], + "cubes": [ + {"origin": [-24.25, 5.48236, -40.18185], "size": [20, 0, 20], "pivot": [-4.25, 6, -38.25], "rotation": [0, 0, 90], "uv": [371, 0]}, + {"origin": [-24.50882, 5.55171, -40.18185], "size": [20, 0, 20], "pivot": [-4.25, 6, -38.25], "rotation": [0, 0, 60], "uv": [331, 20]}, + {"origin": [-24.69829, 5.74118, -40.18185], "size": [20, 0, 20], "pivot": [-4.25, 6, -38.25], "rotation": [0, 0, 30], "uv": [331, 0]}, + {"origin": [-24.76764, 6, -40.18185], "size": [20, 0, 20], "uv": [371, 20]}, + {"origin": [-24.69829, 6.25882, -40.18185], "size": [20, 0, 20], "pivot": [-4.25, 6, -38.25], "rotation": [0, 0, -30], "uv": [331, 40]}, + {"origin": [-24.50882, 6.44829, -40.18185], "size": [20, 0, 20], "pivot": [-4.25, 6, -38.25], "rotation": [0, 0, -60], "uv": [371, 40]}, + {"origin": [-24.22742, 6.51715, -40.18185], "size": [20, 0, 20], "pivot": [-4.25, 6, -38.25], "rotation": [0, 0, -92.5], "uv": [331, 60]} + ] + }, + { + "name": "decor_right", + "parent": "head_decor", + "pivot": [3.88459, 6.00068, -38.25], + "rotation": [0, 15, 0], + "cubes": [ + {"origin": [4.25, 5.48236, -40.18185], "size": [20, 0, 20], "pivot": [4.25, 6, -38.25], "rotation": [0, 0, -90], "uv": [371, 0], "mirror": true}, + {"origin": [4.50882, 5.55171, -40.18185], "size": [20, 0, 20], "pivot": [4.25, 6, -38.25], "rotation": [0, 0, -60], "uv": [331, 20], "mirror": true}, + {"origin": [4.69829, 5.74118, -40.18185], "size": [20, 0, 20], "pivot": [4.25, 6, -38.25], "rotation": [0, 0, -30], "uv": [331, 0], "mirror": true}, + {"origin": [4.76764, 6, -40.18185], "size": [20, 0, 20], "uv": [371, 20], "mirror": true}, + {"origin": [4.69829, 6.25882, -40.18185], "size": [20, 0, 20], "pivot": [4.25, 6, -38.25], "rotation": [0, 0, 30], "uv": [331, 40], "mirror": true}, + {"origin": [4.50882, 6.44829, -40.18185], "size": [20, 0, 20], "pivot": [4.25, 6, -38.25], "rotation": [0, 0, 60], "uv": [371, 40], "mirror": true}, + {"origin": [4.22742, 6.51715, -40.18185], "size": [20, 0, 20], "pivot": [4.25, 6, -38.25], "rotation": [0, 0, 92.5], "uv": [331, 60], "mirror": true} + ] + }, + { + "name": "wings", + "parent": "torso", + "pivot": [0, 0, 0] + }, + { + "name": "wing_right", + "parent": "wings", + "pivot": [0, 12.01, -10], + "cubes": [ + {"origin": [0, 12.01, -107], "size": [75, 0, 150], "uv": [0, 151]} + ] + }, + { + "name": "feathers_right", + "parent": "wing_right", + "pivot": [0, 0, 0] + }, + { + "name": "feather_right1", + "parent": "feathers_right", + "pivot": [54.499, 12, -80.70573], + "cubes": [ + {"origin": [54.58461, 12, -85.69277], "size": [20, 0, 10], "pivot": [54.58461, 12, -80.69277], "rotation": [0, 77.5, 0], "uv": [0, 228], "mirror": true} + ] + }, + { + "name": "feather_right2", + "parent": "feathers_right", + "pivot": [61.749, 12, -71.70573], + "cubes": [ + {"origin": [62.02282, 12, -76.64265], "size": [20, 0, 10], "pivot": [62.02282, 12, -71.64265], "rotation": [0, 65, 0], "uv": [61, 217], "mirror": true} + ] + }, + { + "name": "feather_right3", + "parent": "feathers_right", + "pivot": [66.749, 12, -62.45573], + "cubes": [ + {"origin": [66.82113, 12, -67.29529], "size": [20, 0, 10], "pivot": [66.82113, 12, -62.29529], "rotation": [0, 50, 0], "uv": [61, 206], "mirror": true} + ] + }, + { + "name": "feather_right4", + "parent": "feathers_right", + "pivot": [70.499, 12, -52.95573], + "cubes": [ + {"origin": [70.56547, 12, -57.86812], "size": [20, 0, 10], "pivot": [70.56547, 12, -52.86812], "rotation": [0, 37.5, 0], "uv": [61, 195], "mirror": true} + ] + }, + { + "name": "feather_right5", + "parent": "feathers_right", + "pivot": [72.249, 12, -42.70573], + "cubes": [ + {"origin": [72.18593, 12, -47.72955], "size": [20, 0, 10], "pivot": [72.18593, 12, -42.72955], "rotation": [0, 25, 0], "uv": [0, 217], "mirror": true} + ] + }, + { + "name": "feather_right6", + "parent": "feathers_right", + "pivot": [73.249, 12, -31.95573], + "cubes": [ + {"origin": [73.21184, 12, -36.94867], "size": [20, 0, 10], "pivot": [73.21184, 12, -31.94867], "rotation": [0, 17.5, 0], "uv": [0, 206], "mirror": true} + ] + }, + { + "name": "feather_right7", + "parent": "feathers_right", + "pivot": [72.999, 12, -20.20573], + "cubes": [ + {"origin": [73.08975, 12, -25.36754], "size": [20, 0, 10], "pivot": [73.08975, 12, -20.36754], "rotation": [0, 15, 0], "uv": [0, 195], "mirror": true} + ] + }, + { + "name": "feather_right8", + "parent": "feathers_right", + "pivot": [71.749, 12, -9.95573], + "cubes": [ + {"origin": [70.749, 12, -15.95573], "size": [20, 0, 10], "pivot": [80.749, 12, -10.95573], "rotation": [0, 7.5, 0], "uv": [85, 102], "mirror": true} + ] + }, + { + "name": "feather_right9", + "parent": "feathers_right", + "pivot": [65.749, 12, 1.04427], + "cubes": [ + {"origin": [65.749, 12, -4.45573], "size": [20, 0, 10], "pivot": [75.749, 12, 0.54427], "rotation": [0, 2.5, 0], "uv": [85, 91], "mirror": true} + ] + }, + { + "name": "feather_right10", + "parent": "feathers_right", + "pivot": [59.749, 12, 11.29427], + "cubes": [ + {"origin": [59.749, 12, 7.04427], "size": [20, 0, 10], "pivot": [69.749, 12, 12.04427], "rotation": [0, -5, 0], "uv": [85, 80], "mirror": true} + ] + }, + { + "name": "feather_right11", + "parent": "feathers_right", + "pivot": [52.499, 12, 19.04427], + "cubes": [ + {"origin": [51.999, 12, 17.54427], "size": [20, 0, 10], "pivot": [61.999, 12, 22.54427], "rotation": [0, -20, 0], "uv": [85, 63], "mirror": true} + ] + }, + { + "name": "feather_right12", + "parent": "feathers_right", + "pivot": [44.749, 12, 24.79427], + "cubes": [ + {"origin": [42.749, 12, 25.79427], "size": [20, 0, 10], "pivot": [52.749, 12, 30.79427], "rotation": [0, -37.5, 0], "uv": [81, 18], "mirror": true} + ] + }, + { + "name": "wing_tail_right", + "parent": "wing_right", + "pivot": [4.25, 11.5, 43] + }, + { + "name": "spike", + "parent": "wing_tail_right", + "pivot": [35.95273, 11.985, 32.77669], + "cubes": [ + {"origin": [35.45273, 11.985, 31.52669], "size": [10, 0, 17], "pivot": [40.45273, 11.985, 40.02669], "rotation": [0, 30, 0], "uv": [85, 45]} + ] + }, + { + "name": "spike2", + "parent": "wing_tail_right", + "pivot": [24.9058, 11.985, 34.83389], + "cubes": [ + {"origin": [25.9058, 11.985, 33.33389], "size": [10, 0, 28], "pivot": [30.9058, 11.985, 47.33389], "rotation": [0, 25, 0], "uv": [49, 116]} + ] + }, + { + "name": "spike3", + "parent": "wing_tail_right", + "pivot": [12.96038, 11.985, 34.59905], + "cubes": [ + {"origin": [0, 11.985, 34.5], "size": [25, 0, 34], "pivot": [15, 11.985, 41], "rotation": [0, 2.5, 0], "uv": [0, 80]} + ] + }, + { + "name": "wing_left", + "parent": "wings", + "pivot": [0, 12.01, -10], + "cubes": [ + {"origin": [-75, 12.01, -107], "size": [75, 0, 150], "uv": [0, 0]} + ] + }, + { + "name": "feathers_left", + "parent": "wing_left", + "pivot": [0, 0, 0] + }, + { + "name": "feather_left1", + "parent": "feathers_left", + "pivot": [-54.749, 12, -80.45573], + "cubes": [ + {"origin": [-66.749, 12, -95.45573], "size": [20, 0, 10], "pivot": [-56.749, 12, -90.45573], "rotation": [0, -77.5, 0], "uv": [0, 228]} + ] + }, + { + "name": "feather_left2", + "parent": "feathers_left", + "pivot": [-62.249, 12, -71.45573], + "cubes": [ + {"origin": [-76.249, 12, -85.70573], "size": [20, 0, 10], "pivot": [-66.249, 12, -80.70573], "rotation": [0, -65, 0], "uv": [61, 217]} + ] + }, + { + "name": "feather_left3", + "parent": "feathers_left", + "pivot": [-66.999, 12, -62.20573], + "cubes": [ + {"origin": [-83.249, 12, -74.95573], "size": [20, 0, 10], "pivot": [-73.249, 12, -69.95573], "rotation": [0, -50, 0], "uv": [61, 206]} + ] + }, + { + "name": "feather_left4", + "parent": "feathers_left", + "pivot": [-70.499, 12, -52.95573], + "cubes": [ + {"origin": [-88.499, 12, -63.95573], "size": [20, 0, 10], "pivot": [-78.499, 12, -58.95573], "rotation": [0, -37.5, 0], "uv": [61, 195]} + ] + }, + { + "name": "feather_left5", + "parent": "feathers_left", + "pivot": [-72.249, 12, -42.95573], + "cubes": [ + {"origin": [-91.249, 12, -51.95573], "size": [20, 0, 10], "pivot": [-81.249, 12, -46.95573], "rotation": [0, -25, 0], "uv": [0, 217]} + ] + }, + { + "name": "feather_left6", + "parent": "feathers_left", + "pivot": [-73.249, 12, -31.95573], + "cubes": [ + {"origin": [-92.749, 12, -39.95573], "size": [20, 0, 10], "pivot": [-82.749, 12, -34.95573], "rotation": [0, -17.5, 0], "uv": [0, 206]} + ] + }, + { + "name": "feather_left7", + "parent": "feathers_left", + "pivot": [-72.999, 12, -20.20573], + "cubes": [ + {"origin": [-92.749, 12, -27.95573], "size": [20, 0, 10], "pivot": [-82.749, 12, -22.95573], "rotation": [0, -15, 0], "uv": [0, 195]} + ] + }, + { + "name": "feather_left8", + "parent": "feathers_left", + "pivot": [-71.749, 12, -9.95573], + "cubes": [ + {"origin": [-90.749, 12, -15.95573], "size": [20, 0, 10], "pivot": [-80.749, 12, -10.95573], "rotation": [0, -7.5, 0], "uv": [85, 102]} + ] + }, + { + "name": "feather_left9", + "parent": "feathers_left", + "pivot": [-65.749, 12, 0.54427], + "cubes": [ + {"origin": [-85.749, 12, -4.45573], "size": [20, 0, 10], "pivot": [-75.749, 12, 0.54427], "rotation": [0, -2.5, 0], "uv": [85, 91]} + ] + }, + { + "name": "feather_left10", + "parent": "feathers_left", + "pivot": [-59.749, 12, 11.04427], + "cubes": [ + {"origin": [-79.749, 12, 7.04427], "size": [20, 0, 10], "pivot": [-69.749, 12, 12.04427], "rotation": [0, 5, 0], "uv": [85, 80]} + ] + }, + { + "name": "feather_left11", + "parent": "feathers_left", + "pivot": [-52.749, 12, 19.04427], + "cubes": [ + {"origin": [-71.999, 12, 17.54427], "size": [20, 0, 10], "pivot": [-61.999, 12, 22.54427], "rotation": [0, 20, 0], "uv": [85, 63]} + ] + }, + { + "name": "feather_left12", + "parent": "feathers_left", + "pivot": [-44.749, 12, 24.54427], + "cubes": [ + {"origin": [-62.749, 12, 25.79427], "size": [20, 0, 10], "pivot": [-52.749, 12, 30.79427], "rotation": [0, 37.5, 0], "uv": [81, 18]} + ] + }, + { + "name": "wing_tail_left", + "parent": "wing_left", + "pivot": [-4.25, 12.5, 43] + }, + { + "name": "spike4", + "parent": "wing_tail_left", + "pivot": [-36.45273, 11.985, 32.52669], + "cubes": [ + {"origin": [-45.45273, 11.985, 31.52669], "size": [10, 0, 17], "pivot": [-40.45273, 11.985, 40.02669], "rotation": [0, -30, 0], "uv": [81, 0]} + ] + }, + { + "name": "spike5", + "parent": "wing_tail_left", + "pivot": [-24.9058, 11.985, 34.83389], + "cubes": [ + {"origin": [-35.9058, 11.985, 33.33389], "size": [10, 0, 28], "pivot": [-30.9058, 11.985, 47.33389], "rotation": [0, -25, 0], "uv": [0, 115]} + ] + }, + { + "name": "spike6", + "parent": "wing_tail_left", + "pivot": [-12.96038, 11.985, 34.59905], + "cubes": [ + {"origin": [-25, 11.985, 34.5], "size": [25, 0, 34], "pivot": [-15, 11.985, 41], "rotation": [0, -2.5, 0], "uv": [0, 45]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 7, 14.5], + "cubes": [ + {"origin": [-5, 3.5, 15.5], "size": [10, 7, 14], "uv": [301, 0]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 7, 29.5], + "cubes": [ + {"origin": [-4.5, 4, 29.5], "size": [9, 6, 12], "uv": [301, 62]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 7, 41.5], + "cubes": [ + {"origin": [-4, 4.5, 41.5], "size": [8, 5, 12], "uv": [52, 151]} + ] + }, + { + "name": "tail4", + "parent": "tail3", + "pivot": [0, 7, 53.5], + "cubes": [ + {"origin": [-3.5, 5, 53.5], "size": [7, 4, 10], "uv": [113, 29]} + ] + }, + { + "name": "tail5", + "parent": "tail4", + "pivot": [0, 7, 63.5], + "cubes": [ + {"origin": [-3, 5.5, 63.5], "size": [6, 3, 10], "uv": [0, 100]} + ] + }, + { + "name": "legs", + "parent": "body", + "pivot": [0, -14, -3] + }, + { + "name": "leg_back_right", + "parent": "legs", + "pivot": [11, 6, 12.5], + "rotation": [90, 0, -90], + "cubes": [ + {"origin": [7.5, -3.5, 9.5], "size": [7, 12, 7], "uv": [301, 81]} + ] + }, + { + "name": "leg_front_right2", + "parent": "leg_back_right", + "pivot": [11, -3.01316, 11.16732], + "cubes": [ + {"origin": [8, -8.5, 9.5], "size": [6, 5, 6], "uv": [0, 129]} + ] + }, + { + "name": "claw_front_right", + "parent": "leg_front_right2", + "pivot": [11, -7.01755, 10.72309], + "rotation": [-90, 0, 0] + }, + { + "name": "claw_front_right1", + "parent": "claw_front_right", + "pivot": [8.93235, -8.02632, 10.83464], + "cubes": [ + {"origin": [9.10069, -9.51116, 7.78972], "size": [0, 3, 4], "pivot": [8.85697, -8.04567, 10.74606], "rotation": [95.14408, -8.92795, 9.29576], "uv": [85, 80]} + ] + }, + { + "name": "claw_front_right2", + "parent": "claw_front_right", + "pivot": [11, -8, 10.5], + "cubes": [ + {"origin": [11, -49.5, 41.5], "size": [0, 3, 4], "pivot": [11, -45, 7.5], "rotation": [90, 0, 0], "uv": [85, 63]} + ] + }, + { + "name": "claw_front_right3", + "parent": "claw_front_right", + "pivot": [13.06764, -8.02632, 10.83464], + "cubes": [ + {"origin": [13.07392, -10.49181, 8.87829], "size": [0, 3, 4], "pivot": [13.31764, -9.02632, 10.83464], "rotation": [95.14408, 8.92795, -9.29576], "uv": [81, 18]} + ] + }, + { + "name": "leg_back_left", + "parent": "legs", + "pivot": [-11, 6, 12.5], + "rotation": [90, 0, 90], + "cubes": [ + {"origin": [-14.5, -3.5, 9.5], "size": [7, 12, 7], "uv": [0, 80]} + ] + }, + { + "name": "leg_front_left2", + "parent": "leg_back_left", + "pivot": [-11, -3.01316, 11.16732], + "cubes": [ + {"origin": [-14, -8.5, 9.5], "size": [6, 5, 6], "uv": [123, 44]} + ] + }, + { + "name": "claw_front_left", + "parent": "leg_front_left2", + "pivot": [-11, -7.01755, 10.72309], + "rotation": [-90, 0, 0] + }, + { + "name": "claw_front_left1", + "parent": "claw_front_left", + "pivot": [-8.93235, -8.02632, 10.83464], + "cubes": [ + {"origin": [-8.92608, -10.49181, 8.87829], "size": [0, 3, 4], "pivot": [-8.68235, -9.02632, 10.83464], "rotation": [95.14408, 8.92795, -9.29576], "uv": [18, 23]} + ] + }, + { + "name": "claw_front_left2", + "parent": "claw_front_left", + "pivot": [-11, -8, 10.5], + "cubes": [ + {"origin": [-11, -49.5, 41.5], "size": [0, 3, 4], "pivot": [-11, -45, 7.5], "rotation": [90, 0, 0], "uv": [9, 23]} + ] + }, + { + "name": "claw_front_left3", + "parent": "claw_front_left", + "pivot": [-13.06764, -8.02632, 10.83464], + "cubes": [ + {"origin": [-13.07392, -10.49181, 8.87829], "size": [0, 3, 4], "pivot": [-13.31764, -9.02632, 10.83464], "rotation": [95.14408, -8.92795, 9.29576], "uv": [0, 23]} + ] + }, + { + "name": "leg_front_right", + "parent": "legs", + "pivot": [10.5, 5.75, -11], + "rotation": [0, -90, -90], + "cubes": [ + {"origin": [6.5, -10.75, -14.5], "size": [8, 15, 7], "uv": [0, 45]} + ] + }, + { + "name": "leg_back_right2", + "parent": "leg_front_right", + "pivot": [6.55559, -10.55316, -11.14464], + "rotation": [0, -90, 0], + "cubes": [ + {"origin": [2.72302, -21.75, -19.61184], "size": [8, 11, 9], "uv": [113, 274]} + ] + }, + { + "name": "leg_back_right_feather1", + "parent": "leg_back_right2", + "pivot": [3.94621, -14.48478, -11.21264], + "cubes": [ + {"origin": [2.15482, -15.17944, -9.08693], "size": [2, 6, 0], "pivot": [3.55103, -10.44749, -10.25372], "rotation": [-23.12905, -40.52132, 1.35897], "uv": [29, 80]} + ] + }, + { + "name": "leg_back_right_feather2", + "parent": "leg_back_right2", + "pivot": [6.55103, -14.97764, -10.58271], + "cubes": [ + {"origin": [5.55103, -14.6761, -9.92473], "size": [2, 6, 0], "pivot": [6.55103, -12.79672, -10.60877], "rotation": [-20, 0, 0], "uv": [81, 0]} + ] + }, + { + "name": "leg_back_right_feather3", + "parent": "leg_back_right2", + "pivot": [9.24982, -14.48478, -11.21264], + "cubes": [ + {"origin": [9.04122, -15.17944, -9.08693], "size": [2, 6, 0], "pivot": [9.645, -10.44749, -10.25372], "rotation": [-23.12904, 40.52132, -1.35894], "uv": [24, 80]} + ] + }, + { + "name": "claw_back_right", + "parent": "leg_back_right2", + "pivot": [6.47302, -20.22497, -10.96421], + "rotation": [90, 0, 0] + }, + { + "name": "claw_back_right1", + "parent": "claw_back_right", + "pivot": [3.31565, -20.21245, -11.02326], + "cubes": [ + {"origin": [4.30103, -23.79672, -15.10877], "size": [0, 3, 8], "pivot": [3.81565, -22.21245, -11.02326], "rotation": [-88.24461, -10.14426, -170.45819], "uv": [132, 14]} + ] + }, + { + "name": "claw_back_right2", + "parent": "claw_back_right", + "pivot": [6.47302, -20.25, -10.84612], + "cubes": [ + {"origin": [6.47302, -24.58898, -14.00714], "size": [0, 3, 8], "pivot": [6.47302, -23.22184, -10.97898], "rotation": [-90, 0, -180], "uv": [133, 113]} + ] + }, + { + "name": "claw_back_right3", + "parent": "claw_back_right", + "pivot": [9.63038, -20.21245, -11.02326], + "cubes": [ + {"origin": [8.645, -23.79672, -15.10877], "size": [0, 3, 8], "pivot": [9.13038, -22.21245, -11.02326], "rotation": [-88.24461, 10.14426, 170.45819], "uv": [126, 136]} + ] + }, + { + "name": "leg_front_left", + "parent": "legs", + "pivot": [-10.5, 5.75, -11], + "rotation": [0, 90, 90], + "cubes": [ + {"origin": [-14.5, -10.75, -14.5], "size": [8, 15, 7], "uv": [0, 0]} + ] + }, + { + "name": "leg_back_left2", + "parent": "leg_front_left", + "pivot": [-6.55559, -10.55316, -11.14464], + "rotation": [0, 90, 0], + "cubes": [ + {"origin": [-10.72302, -21.75, -19.61184], "size": [8, 11, 9], "uv": [52, 173]} + ] + }, + { + "name": "leg_back_left_feather1", + "parent": "leg_back_left2", + "pivot": [-3.94621, -15.48478, -11.21264], + "cubes": [ + {"origin": [-4.15482, -15.17944, -9.08693], "size": [2, 6, 0], "pivot": [-3.55103, -10.44749, -10.25372], "rotation": [-23.12905, 40.52132, -1.35897], "uv": [29, 68]} + ] + }, + { + "name": "leg_back_left_feather2", + "parent": "leg_back_left2", + "pivot": [-6.55103, -14.97764, -10.58271], + "cubes": [ + {"origin": [-7.55103, -14.6761, -9.92473], "size": [2, 6, 0], "pivot": [-6.55103, -12.79672, -10.60877], "rotation": [-20, 0, 0], "uv": [0, 80]} + ] + }, + { + "name": "leg_back_left_feather3", + "parent": "leg_back_left2", + "pivot": [-9.24982, -14.48478, -11.21264], + "cubes": [ + {"origin": [-11.24982, -15.48478, -10.21264], "size": [2, 6, 0], "pivot": [-10.24982, -12.48478, -10.21264], "rotation": [-23.12904, -40.52132, 1.35894], "uv": [27, 23]} + ] + }, + { + "name": "claw_back_left", + "parent": "leg_back_left2", + "pivot": [-6.47302, -20.22497, -10.96421], + "rotation": [90, 0, 0] + }, + { + "name": "claw_back_left1", + "parent": "claw_back_left", + "pivot": [-3.31565, -20.21245, -11.02326], + "cubes": [ + {"origin": [-4.30103, -23.79672, -15.10877], "size": [0, 3, 8], "pivot": [-3.81565, -22.21245, -11.02326], "rotation": [-88.24461, 10.14426, 170.45819], "uv": [81, 0]} + ] + }, + { + "name": "claw_back_left2", + "parent": "claw_back_left", + "pivot": [-6.47302, -20.25, -10.84612], + "cubes": [ + {"origin": [-6.47302, -24.58898, -14.00714], "size": [0, 3, 8], "pivot": [-6.47302, -23.22184, -10.97898], "rotation": [-90, 0, 180], "uv": [85, 45]} + ] + }, + { + "name": "claw_back_left3", + "parent": "claw_back_left", + "pivot": [-9.63038, -20.21245, -11.02326], + "cubes": [ + {"origin": [-8.645, -23.79672, -15.10877], "size": [0, 3, 8], "pivot": [-9.13038, -22.21245, -11.02326], "rotation": [-88.24461, -10.14426, -170.45819], "uv": [49, 129]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/rockruff/rockruff.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/rockruff/rockruff.geo.json new file mode 100644 index 0000000..426bec7 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/rockruff/rockruff.geo.json @@ -0,0 +1,389 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "rockruff", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "rockruff", + "pivot": [0, 5, 1.5] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 7, 1.5] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 11.2, -2.25] + }, + { + "name": "head2", + "parent": "head", + "pivot": [-1, 12.475, -3], + "cubes": [ + {"origin": [1.65, 14.475, -7.3266], "size": [1, 1, 1], "inflate": -0.3, "uv": [40, 11]}, + {"origin": [-2.35, 14.475, -7.3266], "size": [1, 1, 1], "inflate": -0.3, "uv": [40, 11], "mirror": true}, + {"origin": [-3.5, 10.475, -7], "size": [7, 7, 7], "inflate": 0.01, "uv": [0, 19]}, + {"origin": [3.5, 10.475, -4], "size": [2, 4, 0], "pivot": [3.5, 12.475, -4], "rotation": [0, -35.5, 0], "uv": [20, 38]}, + {"origin": [-5.5, 10.475, -4], "size": [2, 4, 0], "pivot": [-3.5, 12.475, -4], "rotation": [0, 35.5, 0], "uv": [20, 38], "mirror": true} + ] + }, + { + "name": "ruff", + "parent": "head2", + "pivot": [0, 10, -4] + }, + { + "name": "back_ruff2", + "parent": "ruff", + "pivot": [7, 8.88297, -5.12095], + "cubes": [ + {"origin": [0.36827, 6.85785, -0.68844], "size": [3, 4, 1], "pivot": [1.56921, 10.02863, -1.0825], "rotation": [86.08375, 53.24979, 16.53766], "uv": [0, 57]}, + {"origin": [-3.36827, 6.85785, -0.68844], "size": [3, 4, 1], "pivot": [-1.56921, 10.02863, -1.0825], "rotation": [86.08375, -53.24979, -16.53766], "uv": [0, 57]} + ] + }, + { + "name": "back_ruff3", + "parent": "ruff", + "pivot": [7, 9.88297, -5.37095], + "cubes": [ + {"origin": [-3.91921, 8.02863, -1.0825], "size": [3, 4, 1], "pivot": [-1.56921, 11.02863, -0.5825], "rotation": [110.33375, -53.24979, -16.53766], "uv": [0, 57], "mirror": true}, + {"origin": [0.91921, 8.02863, -1.0825], "size": [3, 4, 1], "pivot": [1.56921, 11.02863, -0.5825], "rotation": [110.33375, 53.24979, 16.53766], "uv": [0, 57]} + ] + }, + { + "name": "mid_ruff2", + "parent": "ruff", + "pivot": [7, 9.93297, -5.02095], + "cubes": [ + {"origin": [2.36921, 8.4277, -3.26289], "size": [3, 4, 1], "pivot": [3.91921, 10.0777, -3.13789], "rotation": [-180, 78, 90], "uv": [8, 57]}, + {"origin": [-5.36921, 8.4277, -3.26289], "size": [3, 4, 1], "pivot": [-3.91921, 10.0777, -3.13789], "rotation": [-180, -78, -90], "uv": [8, 57], "mirror": true} + ] + }, + { + "name": "mid_ruff3", + "parent": "mid_ruff2", + "pivot": [7, 8.65797, -5.02095], + "cubes": [ + {"origin": [0.09421, 5.7527, -2.18789], "size": [3, 4, 1], "pivot": [1.91921, 8.8027, -3.13789], "rotation": [156.75, 78, 90], "uv": [8, 57]}, + {"origin": [-3.09421, 5.7527, -2.18789], "size": [3, 4, 1], "pivot": [-1.91921, 8.8027, -3.13789], "rotation": [156.75, -78, -90], "uv": [8, 57], "mirror": true} + ] + }, + { + "name": "front_ruff", + "parent": "ruff", + "pivot": [3.09421, 8.5027, -6.08711], + "cubes": [ + {"origin": [-5.04421, 7.5027, -7.91211], "size": [3, 4, 1], "pivot": [-3.09421, 8.5027, -6.08711], "rotation": [-70.27, 52.33686, 11.44223], "uv": [0, 57], "mirror": true}, + {"origin": [2.04421, 7.5027, -7.91211], "size": [3, 4, 1], "pivot": [3.09421, 8.5027, -6.08711], "rotation": [-70.27, -52.33686, -11.44223], "uv": [0, 57]} + ] + }, + { + "name": "front_ruff_bot", + "parent": "front_ruff", + "pivot": [3.09421, 7.2277, -6.08711], + "cubes": [ + {"origin": [-0.28624, 5.40764, -4.92744], "size": [3, 4, 1], "pivot": [0.66603, 9.28297, -3.80405], "rotation": [-34.05889, -31.01536, -37.37732], "uv": [0, 57]}, + {"origin": [-2.71376, 5.40764, -4.92744], "size": [3, 4, 1], "pivot": [-0.66603, 9.28297, -3.80405], "rotation": [-34.05889, 31.01536, 37.37732], "uv": [0, 57], "mirror": true} + ] + }, + { + "name": "neck_fluff", + "parent": "ruff", + "pivot": [0, 9.7, -3], + "cubes": [ + {"origin": [-0.37699, 8.80711, -6.025], "size": [2, 2, 2], "inflate": -0.25, "pivot": [0.54801, 10.65711, -5.7], "rotation": [0, 0, 45], "uv": [31, 23]}, + {"origin": [2.46985, 8.91967, -5.475], "size": [1, 1, 1], "pivot": [2.96985, 9.41967, -4.975], "rotation": [33.14342, -35.5652, -20.43648], "uv": [13, 44]}, + {"origin": [-3.46985, 8.91967, -5.475], "size": [1, 1, 1], "pivot": [-2.96985, 9.41967, -4.975], "rotation": [33.14342, 35.5652, 20.43648], "uv": [37, 10]} + ] + }, + { + "name": "eye_right", + "parent": "head2", + "pivot": [-1.625, 3.525, -2.5] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-2.35, 13.8, -6.52], + "cubes": [ + {"origin": [-2.85, 12.8, -6.92], "size": [1, 2, 1], "inflate": 0.02, "uv": [30, 38]} + ] + }, + { + "name": "eye_left", + "parent": "head2", + "pivot": [1.625, 3.525, -2.5] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [3.1, 3.525, -2.5], + "cubes": [ + {"origin": [1.85, 12.8, -6.92], "size": [1, 2, 1], "inflate": 0.02, "uv": [9, 8]} + ] + }, + { + "name": "ear_right", + "parent": "head2", + "pivot": [-2.925, 16.975, -4.55], + "rotation": [0, 0, -29.25] + }, + { + "name": "ear_right2", + "parent": "ear_right", + "pivot": [-3.5, 17.475, -4.5], + "cubes": [ + {"origin": [-5, 16.475, -4.5], "size": [3, 4, 0], "uv": [0, 19]} + ] + }, + { + "name": "ear_right3", + "parent": "ear_right2", + "pivot": [-3.5, 20.475, -4.5], + "rotation": [112.5, 0, 0], + "cubes": [ + {"origin": [-5, 20.475, -4.5], "size": [3, 3, 0], "uv": [0, 23]} + ] + }, + { + "name": "ear_right4", + "parent": "ear_right3", + "pivot": [-3.5, 23.475, -4.5], + "cubes": [ + {"origin": [-5, 23.475, -4.5], "size": [3, 2, 0], "pivot": [-3.5, 23.475, -4.5], "rotation": [49.5, 0, 0], "uv": [29, 4]} + ] + }, + { + "name": "ear_left", + "parent": "head2", + "pivot": [2.925, 16.975, -4.55], + "rotation": [0, 0, 29.25] + }, + { + "name": "ear_left2", + "parent": "ear_left", + "pivot": [3, 19.975, -4.5], + "cubes": [ + {"origin": [2, 16.475, -4.5], "size": [3, 4, 0], "uv": [29, 0]} + ] + }, + { + "name": "ear_left3", + "parent": "ear_left2", + "pivot": [3.5, 20.475, -4.5], + "rotation": [112.5, 0, 0], + "cubes": [ + {"origin": [2, 20.475, -4.5], "size": [3, 3, 0], "uv": [30, 19]} + ] + }, + { + "name": "ear_left4", + "parent": "ear_left3", + "pivot": [3.5, 23.475, -4.5], + "cubes": [ + {"origin": [2, 23.475, -4.5], "size": [3, 2, 0], "pivot": [3.5, 23.475, -4.5], "rotation": [49.5, 0, 0], "uv": [0, 37]} + ] + }, + { + "name": "mouth", + "parent": "head2", + "pivot": [-0.5, 11.675, -7.2] + }, + { + "name": "mouth_top", + "parent": "mouth", + "pivot": [1.25, 10.98, -7.98], + "cubes": [ + {"origin": [-2, 11.675, -8.2], "size": [4, 2, 2], "uv": [12, 47]}, + {"origin": [-0.5, 12.625, -8.725], "size": [1, 1, 1], "uv": [16, 45]} + ] + }, + { + "name": "teeth2", + "parent": "mouth_top", + "pivot": [1.25, 10.98, -7.98], + "cubes": [ + {"origin": [-2.35, 11.28, -7.98], "size": [1, 1, 0], "pivot": [-1.25, 10.98, -7.98], "rotation": [0, 0, 45], "uv": [58, 0]}, + {"origin": [1.35, 11.28, -7.98], "size": [1, 1, 0], "pivot": [1.25, 10.98, -7.98], "rotation": [0, 0, -45], "uv": [58, 0], "mirror": true} + ] + }, + { + "name": "mouth_bot", + "parent": "mouth", + "pivot": [0, 11.175, -6.65], + "cubes": [ + {"origin": [-1.5, 10.675, -8], "size": [3, 1, 2], "uv": [29, 10]} + ] + }, + { + "name": "torso2", + "parent": "torso", + "pivot": [0.11701, 7.4958, 1.49776], + "cubes": [ + {"origin": [-3.88299, 4.4958, -5.00224], "size": [8, 6, 13], "uv": [0, 0]} + ] + }, + { + "name": "tail", + "parent": "torso2", + "pivot": [0.11701, 8.87593, 7.6352], + "rotation": [50, 0, 0], + "cubes": [ + {"origin": [-1.88299, 5.48663, 6.68682], "size": [4, 5, 6], "uv": [0, 33]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0.11701, 10.98663, 9.93682], + "rotation": [50, 0, 0], + "cubes": [ + {"origin": [-2.38299, 4.86163, 6.86182], "size": [5, 4, 6], "uv": [29, 0]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0.11701, 9.33663, 10.93682], + "rotation": [137.5, 0, 0], + "cubes": [ + {"origin": [-3.48299, 5.21163, 7.86182], "size": [7, 5, 6], "uv": [22, 27]} + ] + }, + { + "name": "leg_back", + "parent": "rockruff", + "pivot": [-2.5, 6.75, 5] + }, + { + "name": "leg_back_left1", + "parent": "leg_back", + "pivot": [3.45, 6.75, 5], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [1.95, 3.25, 3], "size": [3, 5, 4], "inflate": 0.01, "uv": [38, 15], "mirror": true} + ] + }, + { + "name": "leg_back_left2", + "parent": "leg_back_left1", + "pivot": [3.45, 3.25, 6.5], + "rotation": [-25, 0, 0], + "cubes": [ + {"origin": [1.95, 0.5, 4.5], "size": [3, 3, 3], "uv": [21, 19], "mirror": true} + ] + }, + { + "name": "leg_back_left3", + "parent": "leg_back_left2", + "pivot": [3.45, 1, 6], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [1.95, -0.5, 4.25], "size": [3, 2, 3], "inflate": 0.02, "uv": [0, 8], "mirror": true} + ] + }, + { + "name": "leg_back_right1", + "parent": "leg_back", + "pivot": [-3.45, 6.75, 5], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-4.95, 3.25, 3], "size": [3, 5, 4], "inflate": 0.01, "uv": [38, 15]} + ] + }, + { + "name": "leg_back_right2", + "parent": "leg_back_right1", + "pivot": [-3.45, 3.25, 6.5], + "rotation": [-25, 0, 0], + "cubes": [ + {"origin": [-4.95, 0.5, 4.5], "size": [3, 3, 3], "uv": [21, 19]} + ] + }, + { + "name": "leg_back_right3", + "parent": "leg_back_right2", + "pivot": [-3.45, 1, 6], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [-4.95, -0.5, 4.25], "size": [3, 2, 3], "inflate": 0.02, "uv": [0, 8]} + ] + }, + { + "name": "leg_front", + "parent": "rockruff", + "pivot": [2.5, 6.75, -2.75] + }, + { + "name": "leg_front_right1", + "parent": "leg_front", + "pivot": [-3.5, 6.75, -2.75], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-5, 3.25, -4.25], "size": [3, 5, 3], "inflate": 0.01, "uv": [0, 0]} + ] + }, + { + "name": "leg_front_right2", + "parent": "leg_front_right1", + "pivot": [-3.5, 3.25, -1.25], + "rotation": [-30, 0, 0], + "cubes": [ + {"origin": [-5, 0.25, -4.25], "size": [3, 3, 3], "uv": [42, 24]} + ] + }, + { + "name": "leg_front_right3", + "parent": "leg_front_right2", + "pivot": [-3.5, 0.75, -2.75], + "rotation": [25, 0, 0], + "cubes": [ + {"origin": [-5, -1, -4.5], "size": [3, 2, 3], "inflate": 0.02, "uv": [45, 35]} + ] + }, + { + "name": "leg_front_left1", + "parent": "leg_front", + "pivot": [3.4, 6.75, -2.75], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [1.9, 3.25, -4.25], "size": [3, 5, 3], "inflate": 0.01, "uv": [0, 0], "mirror": true} + ] + }, + { + "name": "leg_front_left2", + "parent": "leg_front_left1", + "pivot": [3.4, 3.25, -1.25], + "rotation": [-30, 0, 0], + "cubes": [ + {"origin": [1.9, 0.25, -4.25], "size": [3, 3, 3], "uv": [42, 24], "mirror": true} + ] + }, + { + "name": "leg_front_left3", + "parent": "leg_front_left2", + "pivot": [3.4, 0.75, -2.75], + "rotation": [25, 0, 0], + "cubes": [ + {"origin": [1.9, -1, -4.5], "size": [3, 2, 3], "inflate": 0.02, "uv": [45, 35], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/runerigus/runerigus.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/runerigus/runerigus.geo.json new file mode 100644 index 0000000..6d9d3e7 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/runerigus/runerigus.geo.json @@ -0,0 +1,464 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.runerigus", + "texture_width": 256, + "texture_height": 256, + "visible_bounds_width": 24, + "visible_bounds_height": 5, + "visible_bounds_offset": [0, 1.5, 0] + }, + "bones": [ + { + "name": "runerigus", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "runerigus", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 0, 0] + }, + { + "name": "torso2", + "parent": "torso", + "pivot": [5.40507, 25.43902, 3.17333], + "cubes": [ + {"origin": [-8, 39, -1], "size": [18, 7, 8], "uv": [0, 30]}, + {"origin": [-8, 25, 2], "size": [18, 14, 5], "uv": [0, 48]}, + {"origin": [-8, 19, -1], "size": [18, 6, 8], "uv": [45, 38]}, + {"origin": [0, 7, -1], "size": [14, 12, 8], "uv": [47, 53]}, + {"origin": [14, 10, -0.99], "size": [3, 9, 8], "uv": [87, 107]}, + {"origin": [13.23541, 1.6638, -0.98], "size": [3, 9, 8], "pivot": [14.73541, 8.1638, 3], "rotation": [0, 0, 20], "uv": [64, 99]}, + {"origin": [-12, 0, -1], "size": [26, 7, 8], "uv": [0, 0]}, + {"origin": [-5.83509, 40.49335, -0.99], "size": [15, 7, 8], "pivot": [-3.83509, 43.99335, 2.99], "rotation": [0, 0, -30], "uv": [0, 68]}, + {"origin": [2.38321, 42.23688, -0.98], "size": [8, 7, 8], "pivot": [11.38321, 45.73688, 2.99], "rotation": [0, 0, 32.5], "uv": [90, 67]} + ] + }, + { + "name": "neck", + "parent": "torso", + "pivot": [1, 32, 2], + "cubes": [ + {"origin": [-1.5, 32, -4.5], "size": [5, 0, 7], "uv": [69, 118]} + ] + }, + { + "name": "ghost_neck", + "parent": "neck", + "pivot": [1, 32, -4.25], + "cubes": [ + {"origin": [-1.5, 32, -11.5], "size": [5, 0, 7], "uv": [51, 117]} + ] + }, + { + "name": "ghost_neck2", + "parent": "ghost_neck", + "pivot": [1, 32, -11.5], + "cubes": [ + {"origin": [-1.5, 32, -17.5], "size": [5, 0, 6], "uv": [23, 122]} + ] + }, + { + "name": "ghost_neck3", + "parent": "ghost_neck2", + "pivot": [1, 32, -17.5], + "cubes": [ + {"origin": [-1.5, 32, -23.5], "size": [5, 0, 6], "uv": [0, 122]} + ] + }, + { + "name": "head", + "parent": "ghost_neck3", + "pivot": [1, 32, -23], + "cubes": [ + {"origin": [-8, 25, -26], "size": [18, 14, 3], "uv": [47, 74]} + ] + }, + { + "name": "eye", + "parent": "head", + "pivot": [0.5, 35.33333, -26.02], + "rotation": [0, 0, -17.5], + "cubes": [ + {"origin": [-3.5, 32.5, -26.01], "size": [8, 5, 0], "uv": [82, 126]}, + {"origin": [-1, 34, -26.02], "size": [3, 3, 0], "uv": [0, 0]}, + {"origin": [0, 34.5, -26.03], "size": [1, 2, 0], "uv": [0, 4]} + ] + }, + { + "name": "eyelid", + "parent": "eye", + "pivot": [2.5, 6.5, -10], + "cubes": [ + {"origin": [-3.5, 32.5, -25.03], "size": [8, 5, 0], "inflate": 0.01, "uv": [65, 126]} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [3, 31.5, -26.005], + "cubes": [ + {"origin": [-3, 28, -26.005], "size": [12, 7, 0], "uv": [117, 29]} + ] + }, + { + "name": "arm_ghost_right", + "parent": "torso", + "pivot": [-8, 42.5, 2.5], + "cubes": [ + {"origin": [-16, 40.5, 2.5], "size": [8, 4, 0], "uv": [85, 133]} + ] + }, + { + "name": "ghost_right", + "parent": "arm_ghost_right", + "pivot": [-16, 42.5, 2.5], + "cubes": [ + {"origin": [-25, 40.5, 2.5], "size": [9, 4, 0], "uv": [46, 125]} + ] + }, + { + "name": "ghost_right2", + "parent": "ghost_right", + "pivot": [-25, 42.5, 2.5], + "cubes": [ + {"origin": [-33, 40.5, 2.5], "size": [8, 4, 0], "uv": [133, 20]} + ] + }, + { + "name": "arm_right", + "parent": "ghost_right2", + "pivot": [-33.46135, 42.47197, 3.005], + "cubes": [ + {"origin": [-40, 32, -1], "size": [7, 14, 8], "uv": [82, 84]}, + {"origin": [-47.31448, 33.93209, -0.99], "size": [17, 7, 8], "pivot": [-38.31448, 37.43209, 2.98], "rotation": [0, 0, -77.5], "uv": [51, 22]} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-37.84538, 31.05094, 3.01], + "cubes": [ + {"origin": [-42.84346, 18.63227, -0.98], "size": [12, 7, 8], "pivot": [-38.84346, 22.13227, 2.98], "rotation": [0, 0, -100], "uv": [0, 84]}, + {"origin": [-40, 19, -1], "size": [7, 13, 8], "uv": [92, 45]} + ] + }, + { + "name": "hand_left2", + "parent": "arm_right2", + "pivot": [0, 0, 0] + }, + { + "name": "finger_left6", + "parent": "hand_left2", + "pivot": [-41.9964, 23.58515, 3], + "cubes": [ + {"origin": [-48.45815, 18.19814, 1.5], "size": [10, 3, 3], "pivot": [-44.45815, 19.69814, 3], "rotation": [0, 0, -62.5], "uv": [31, 115]} + ] + }, + { + "name": "finger_left7", + "parent": "hand_left2", + "pivot": [-34.02047, 24.72217, 3], + "rotation": [0, 0, -17.5], + "cubes": [ + {"origin": [-37.08056, 18.73507, 1.5], "size": [6, 3, 3], "pivot": [-32.08056, 20.23507, 3], "rotation": [0, 0, 65], "uv": [123, 74]}, + {"origin": [-31.79848, 14.46269, 1.5], "size": [4, 3, 3], "pivot": [-31.79848, 15.96269, 3], "rotation": [0, 0, -90], "uv": [61, 0]} + ] + }, + { + "name": "finger_left8", + "parent": "hand_left2", + "pivot": [-34.04497, 20.19054, 3], + "cubes": [ + {"origin": [-36.45815, 14.19814, 1.5], "size": [7, 3, 3], "pivot": [-33.45815, 15.69814, 3], "rotation": [0, 0, -100], "uv": [123, 51]} + ] + }, + { + "name": "finger_left9", + "parent": "hand_left2", + "pivot": [-37.45815, 19.94814, 3], + "cubes": [ + {"origin": [-41.45815, 14.44814, 1.5], "size": [8, 3, 3], "pivot": [-37.45815, 15.94814, 3], "rotation": [0, 0, -90], "uv": [56, 92]} + ] + }, + { + "name": "finger_left10", + "parent": "hand_left2", + "pivot": [-41.19709, 20.68103, 3], + "cubes": [ + {"origin": [-44.45815, 14.19814, 1.5], "size": [10, 3, 3], "pivot": [-41.45815, 15.69814, 3], "rotation": [0, 0, -82.5], "uv": [110, 113]} + ] + }, + { + "name": "arm_ghost_left", + "parent": "torso", + "pivot": [10, 42.5, 2.5], + "cubes": [ + {"origin": [10, 40.5, 2.5], "size": [8, 4, 0], "uv": [102, 133]} + ] + }, + { + "name": "ghost_left", + "parent": "arm_ghost_left", + "pivot": [18, 42.5, 2.5], + "cubes": [ + {"origin": [18, 40.5, 2.5], "size": [9, 4, 0], "uv": [125, 37]} + ] + }, + { + "name": "ghost_left2", + "parent": "ghost_left", + "pivot": [27, 42.5, 2.5], + "cubes": [ + {"origin": [27, 40.5, 2.5], "size": [8, 4, 0], "uv": [68, 132]} + ] + }, + { + "name": "arm_left", + "parent": "ghost_left2", + "pivot": [35.03175, 42.33798, 3.01], + "cubes": [ + {"origin": [35.2771, 45.34859, -0.99], "size": [5, 4, 8], "pivot": [36.2771, 45.84859, 2.99], "rotation": [0, 0, 32.5], "uv": [110, 0]}, + {"origin": [35, 32, -1], "size": [7, 14, 8], "uv": [33, 92]}, + {"origin": [38.37848, 38.54402, -0.98], "size": [7, 7, 8], "pivot": [41.37848, 42.04402, 3.01], "rotation": [0, 0, 42.5], "uv": [102, 13]} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [40.84365, 31.38096, 3.01], + "cubes": [ + {"origin": [35, 19, -1], "size": [7, 13, 8], "uv": [0, 100]}, + {"origin": [39.65531, 19.30675, -0.98], "size": [3, 5, 8], "pivot": [41.15531, 21.80675, 3.01], "rotation": [0, 0, 135], "uv": [113, 83]}, + {"origin": [38.44999, 36.66319, -0.99], "size": [21, 5, 8], "pivot": [42.69999, 38.16319, 3.01], "rotation": [0, 0, 97.5], "uv": [0, 16]} + ] + }, + { + "name": "hand_right2", + "parent": "arm_left2", + "pivot": [0, 0, 0] + }, + { + "name": "finger_right6", + "parent": "hand_right2", + "pivot": [44.4964, 24.58515, 3], + "cubes": [ + {"origin": [40.45815, 18.19814, 1.5], "size": [10, 3, 3], "pivot": [46.45815, 19.69814, 3], "rotation": [0, 0, 62.5], "uv": [115, 44]} + ] + }, + { + "name": "finger_right7", + "parent": "hand_right2", + "pivot": [36.02047, 24.72217, 3], + "rotation": [0, 0, 17.5], + "cubes": [ + {"origin": [33.08056, 18.73507, 1.5], "size": [6, 3, 3], "pivot": [34.08056, 20.23507, 3], "rotation": [0, 0, -65], "uv": [125, 13]}, + {"origin": [29.79848, 14.46269, 1.5], "size": [4, 3, 3], "pivot": [33.79848, 15.96269, 3], "rotation": [0, 0, 90], "uv": [102, 0]} + ] + }, + { + "name": "finger_right8", + "parent": "hand_right2", + "pivot": [36.29497, 20.19054, 3], + "cubes": [ + {"origin": [31.45815, 14.19814, 1.5], "size": [7, 3, 3], "pivot": [35.45815, 15.69814, 3], "rotation": [0, 0, 100], "uv": [123, 58]} + ] + }, + { + "name": "finger_right9", + "parent": "hand_right2", + "pivot": [39.45815, 20.94814, 3], + "cubes": [ + {"origin": [35.45815, 14.44814, 1.5], "size": [8, 3, 3], "pivot": [39.45815, 15.94814, 3], "rotation": [0, 0, 90], "uv": [110, 120]} + ] + }, + { + "name": "finger_right10", + "parent": "hand_right2", + "pivot": [42.69709, 21.68103, 3], + "cubes": [ + {"origin": [36.45815, 14.19814, 1.5], "size": [10, 3, 3], "pivot": [43.45815, 15.69814, 3], "rotation": [0, 0, 82.5], "uv": [115, 67]} + ] + }, + { + "name": "tail_ghost", + "parent": "torso", + "pivot": [0, 13, 3], + "cubes": [ + {"origin": [-8, 11, 3], "size": [8, 4, 0], "uv": [51, 16]} + ] + }, + { + "name": "ghost_tail0", + "parent": "tail_ghost", + "pivot": [-8, 13, 3], + "cubes": [ + {"origin": [-16, 11, 3], "size": [8, 4, 0], "uv": [51, 132]} + ] + }, + { + "name": "ghost_tail1", + "parent": "ghost_tail0", + "pivot": [-16, 13, 3], + "cubes": [ + {"origin": [-24, 11, 3], "size": [8, 4, 0], "uv": [34, 131]} + ] + }, + { + "name": "ghost_tail2", + "parent": "ghost_tail1", + "pivot": [-24, 13, 3], + "cubes": [ + {"origin": [-32, 11, 3], "size": [8, 4, 0], "uv": [17, 129]} + ] + }, + { + "name": "ghost_tail3", + "parent": "ghost_tail2", + "pivot": [-32, 13, 3], + "cubes": [ + {"origin": [-40, 11, 3], "size": [8, 4, 0], "uv": [129, 0]} + ] + }, + { + "name": "ghost_tail4", + "parent": "ghost_tail3", + "pivot": [-40, 13, 3], + "cubes": [ + {"origin": [-48, 11, 3], "size": [8, 4, 0], "uv": [0, 129]} + ] + }, + { + "name": "ghost_tail5", + "parent": "ghost_tail4", + "pivot": [-48, 13, 3], + "cubes": [ + {"origin": [-56, 11, 3], "size": [8, 4, 0], "uv": [128, 81]} + ] + }, + { + "name": "ghost_tail6", + "parent": "ghost_tail5", + "pivot": [-56, 13, 3], + "cubes": [ + {"origin": [-64, 11, 3], "size": [8, 4, 0], "uv": [116, 127]} + ] + }, + { + "name": "ghost_tail7", + "parent": "ghost_tail6", + "pivot": [-64, 13, 3], + "cubes": [ + {"origin": [-72, 11, 3], "size": [8, 4, 0], "uv": [99, 127]} + ] + }, + { + "name": "ghost_tail", + "parent": "ghost_tail7", + "pivot": [-72, 13, 3], + "cubes": [ + {"origin": [-80, 11, 3], "size": [8, 4, 0], "uv": [0, 136]} + ] + }, + { + "name": "ghost_tail8", + "parent": "ghost_tail", + "pivot": [-80, 13, 3], + "cubes": [ + {"origin": [-88, 11, 3], "size": [8, 4, 0], "uv": [17, 136]} + ] + }, + { + "name": "ghost_tail9", + "parent": "ghost_tail8", + "pivot": [-88, 13, 3], + "cubes": [ + {"origin": [-96, 11, 3], "size": [8, 4, 0], "uv": [34, 138]} + ] + }, + { + "name": "ghost_tail10", + "parent": "ghost_tail9", + "pivot": [-96, 13, 3], + "cubes": [ + {"origin": [-104, 11, 3], "size": [8, 4, 0], "uv": [51, 138]} + ] + }, + { + "name": "ghost_tail11", + "parent": "ghost_tail10", + "pivot": [-104, 13, 3], + "cubes": [ + {"origin": [-112, 11, 3], "size": [8, 4, 0], "uv": [68, 138]} + ] + }, + { + "name": "ghost_tail12", + "parent": "ghost_tail11", + "pivot": [-112, 13, 3], + "cubes": [ + {"origin": [-120, 11, 3], "size": [8, 4, 0], "uv": [85, 140]} + ] + }, + { + "name": "ghost_tail13", + "parent": "ghost_tail12", + "pivot": [-120, 13, 3], + "cubes": [ + {"origin": [-128, 11, 3], "size": [8, 4, 0], "uv": [102, 140]} + ] + }, + { + "name": "ghost_tail14", + "parent": "ghost_tail13", + "pivot": [-128, 13, 3], + "cubes": [ + {"origin": [-136, 11, 3], "size": [8, 4, 0], "uv": [119, 140]} + ] + }, + { + "name": "ghost_tail15", + "parent": "ghost_tail14", + "pivot": [-136, 13, 3], + "cubes": [ + {"origin": [-144, 11, 3], "size": [8, 4, 0], "uv": [119, 133]} + ] + }, + { + "name": "ghost_tail16", + "parent": "ghost_tail15", + "pivot": [-144, 13, 3], + "cubes": [ + {"origin": [-152, 11, 3], "size": [8, 4, 0], "uv": [126, 97]} + ] + }, + { + "name": "ghost_tail17", + "parent": "ghost_tail16", + "pivot": [-152, 13, 3], + "cubes": [ + {"origin": [-160, 11, 3], "size": [8, 4, 0], "uv": [126, 102]} + ] + }, + { + "name": "tail", + "parent": "ghost_tail17", + "pivot": [-159.92148, 13.27655, 3.01], + "cubes": [ + {"origin": [-172, 7, -1], "size": [12, 12, 8], "uv": [69, 0]}, + {"origin": [-186.14142, 18.63146, -0.99], "size": [6, 5, 8], "pivot": [-176.14142, 22.33146, 2.97], "rotation": [0, 0, -100], "uv": [105, 99]}, + {"origin": [-175.84171, 9.06648, -0.98], "size": [7, 5, 8], "pivot": [-171.84171, 11.56648, 2.99], "rotation": [0, 0, -130], "uv": [94, 30]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/sandygast/sandygast.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/sandygast/sandygast.geo.json new file mode 100644 index 0000000..bf2a037 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/sandygast/sandygast.geo.json @@ -0,0 +1,139 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "bone2", + "pivot": [0, 0, 0] + }, + { + "name": "flastsurface", + "parent": "bone2", + "pivot": [-19.6, 0, -2.6], + "cubes": [ + {"origin": [-14.525, 0.025, -8.025], "size": [27, 0, 17], "uv": [0, 0]}, + {"origin": [2.5, 0, -6.975], "size": [4, 1, 2], "uv": [23, 29]}, + {"origin": [-7.5, 0, -5.05], "size": [15, 1, 11], "inflate": -0.025, "uv": [0, 17]}, + {"origin": [-6.5, 0, 5.925], "size": [4, 1, 1], "uv": [1, 15]}, + {"origin": [4.5, 0, 5.95], "size": [2, 1, 2], "uv": [0, 23]} + ] + }, + { + "name": "arm_left_move", + "parent": "flastsurface", + "pivot": [-6.8, -0.1, 3.525] + }, + { + "name": "arm_left", + "parent": "arm_left_move", + "pivot": [-6.8, -0.1, 3.525], + "cubes": [ + {"origin": [-16.5, 0.025, -4.025], "size": [5, 0, 9], "uv": [42, 17]}, + {"origin": [-13.825, 0, -3], "size": [7, 1, 7], "uv": [49, 36]} + ] + }, + { + "name": "hand_right", + "parent": "arm_left", + "pivot": [-8.8, 0.2, 0.375], + "rotation": [0, 0, -15], + "cubes": [ + {"origin": [-12.16865, 0.50464, -1.61145], "size": [4, 5, 4], "uv": [28, 55], "mirror": true} + ] + }, + { + "name": "arm_right_move", + "parent": "flastsurface", + "pivot": [6.8, -0.1, 3.525] + }, + { + "name": "arm_right", + "parent": "arm_right_move", + "pivot": [6.8, -0.1, 3.525], + "cubes": [ + {"origin": [11.475, 0.025, -4.025], "size": [5, 0, 9], "uv": [32, 17]}, + {"origin": [6.825, 0, -3], "size": [7, 1, 7], "inflate": 0, "uv": [0, 54]} + ] + }, + { + "name": "hand_left", + "parent": "arm_right", + "pivot": [8.8, -0.725, 0.325], + "rotation": [0, 0, 15], + "cubes": [ + {"origin": [7.88139, 0.13607, -1.6], "size": [4, 5, 4], "uv": [28, 55]} + ] + }, + { + "name": "body", + "parent": "bone2", + "pivot": [4.875, 5, -0.48547] + }, + { + "name": "body_bot", + "parent": "body", + "pivot": [-0.625, 0, -1.03547], + "cubes": [ + {"origin": [-8.2, -0.6, -3.03547], "size": [5, 7, 7], "inflate": -0.025, "pivot": [-4.625, -0.65, -0.03547], "rotation": [0, 0, 12.5], "uv": [30, 29], "mirror": true}, + {"origin": [3.25, -0.6, -3.03547], "size": [5, 7, 7], "inflate": -0.025, "pivot": [4.675, -0.65, -0.03547], "rotation": [0, 0, -12.5], "uv": [0, 40]} + ] + }, + { + "name": "mouth", + "parent": "body_bot", + "pivot": [-0.3, -1, -1.03547], + "cubes": [ + {"origin": [-3.625, -1, -3.03547], "size": [7, 3, 7], "inflate": -0.05, "uv": [49, 26]} + ] + }, + { + "name": "top", + "parent": "body_bot", + "pivot": [4.875, 5, -0.48547], + "cubes": [ + {"origin": [-7.56457, 5.45604, -3.03547], "size": [5, 4, 7], "pivot": [-5.13957, 4.98104, -0.51047], "rotation": [0, 0, 41.5], "uv": [45, 48]}, + {"origin": [3.12336, 5.00986, -3.03547], "size": [5, 4, 7], "pivot": [4.87336, 4.08486, -0.51047], "rotation": [0, 0, -41.5], "uv": [26, 43]} + ] + }, + { + "name": "bone", + "parent": "top", + "pivot": [5.05, 5, 1.58953] + }, + { + "name": "face", + "parent": "bone", + "pivot": [4.55, 4.1, 4.66453], + "cubes": [ + {"origin": [-3.99057, 5.93947, -3.0365], "size": [8, 4, 7], "uv": [0, 29]}, + {"origin": [0.58443, 7.26447, -3.13547], "size": [1, 1, 1], "uv": [0, 0]}, + {"origin": [-1.49057, 5.93947, -3.08647], "size": [3, 1, 0], "uv": [10, 10]}, + {"origin": [-1.56557, 7.26447, -3.13547], "size": [1, 1, 1], "uv": [0, 2]}, + {"origin": [-1.49057, 8.11447, -3.08547], "size": [3, 1, 0], "uv": [10, 9]}, + {"origin": [-2.49057, 6.51447, -3.08547], "size": [5, 2, 0], "uv": [0, 17]} + ] + }, + { + "name": "shovel", + "parent": "top", + "pivot": [-0.025, 10.13333, 0.19786], + "rotation": [75, 22.5, 0], + "cubes": [ + {"origin": [-1.54472, 9.69968, -0.33116], "size": [3, 1, 4], "uv": [0, 9]}, + {"origin": [-0.54472, 9.69968, 3.06884], "size": [1, 1, 1], "inflate": 0.15, "uv": [0, 9]}, + {"origin": [-0.54472, 9.69968, 4.09384], "size": [1, 1, 3], "inflate": -0.125, "uv": [0, 19]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/scovillain/scovillain.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/scovillain/scovillain.geo.json new file mode 100644 index 0000000..491c7e8 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/scovillain/scovillain.geo.json @@ -0,0 +1,202 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.scovillain", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "all", + "pivot": [0, 0, 0] + }, + { + "name": "neck_left", + "parent": "all", + "pivot": [1, 13, 0], + "cubes": [ + {"origin": [0.5, 13, 0], "size": [3, 8, 0], "uv": [0, 39]}, + {"origin": [0.5, 18.5, -2.5], "size": [3, 0, 5], "uv": [11, 28]} + ] + }, + { + "name": "head_left", + "parent": "neck_left", + "pivot": [3.5, 18.5, 0], + "cubes": [ + {"origin": [3.5, 15, -3.5], "size": [7, 7, 7], "uv": [0, 0]}, + {"origin": [8.5, 15, 3.5], "size": [2, 7, 0], "uv": [48, 14]}, + {"origin": [8.5, 15, -3.5], "size": [2, 7, 0], "uv": [52, 14]}, + {"origin": [8.5, 18, -1.5], "size": [3, 1, 3], "uv": [20, 45]}, + {"origin": [9.5, 15, -3.5], "size": [1, 0, 7], "uv": [49, 14]}, + {"origin": [8.5, 22, -3.5], "size": [2, 0, 7], "uv": [53, 7]}, + {"origin": [9.5, 15, -3.5], "size": [0, 7, 7], "uv": [32, 37]}, + {"origin": [10.25, 17, -1.5], "size": [0, 1, 3], "uv": [0, 59]} + ] + }, + { + "name": "jaw_green", + "parent": "head_left", + "pivot": [9.5, 15, 0], + "cubes": [ + {"origin": [8.5, 14, -1.5], "size": [3, 1, 3], "uv": [35, 0]}, + {"origin": [10.25, 14.5, -2], "size": [0, 1, 4], "uv": [54, 58]}, + {"origin": [11.5, 15, -0.5], "size": [0, 1, 1], "uv": [24, 62]} + ] + }, + { + "name": "tongue_left", + "parent": "head_left", + "pivot": [9.5, 15.5, 0], + "cubes": [ + {"origin": [9.5, 15.5, -0.5], "size": [2, 0, 1], "uv": [24, 35]} + ] + }, + { + "name": "neck_right", + "parent": "all", + "pivot": [-1, 13, 0], + "cubes": [ + {"origin": [-3.5, 13, 0], "size": [3, 8, 0], "uv": [6, 39]}, + {"origin": [-3.5, 18.5, -2.5], "size": [3, 0, 5], "uv": [31, 20]} + ] + }, + { + "name": "head_right", + "parent": "neck_right", + "pivot": [-3.5, 18.5, 0], + "cubes": [ + {"origin": [-11.5, 18, -1.5], "size": [3, 1, 3], "uv": [20, 41]}, + {"origin": [-10.5, 15, -3.5], "size": [7, 7, 7], "uv": [0, 14]}, + {"origin": [-10.5, 22, -3.5], "size": [2, 0, 7], "uv": [47, 7]}, + {"origin": [-10.5, 15, -3.5], "size": [2, 7, 0], "uv": [46, 7]}, + {"origin": [-10.5, 15, 3.5], "size": [2, 7, 0], "uv": [50, 7]}, + {"origin": [-10.5, 15, -3.5], "size": [1, 0, 7], "uv": [51, 14]}, + {"origin": [-9.5, 15, -3.5], "size": [0, 7, 7], "uv": [32, 37]}, + {"origin": [-10.25, 17, -1.5], "size": [0, 1, 3], "uv": [32, 48]} + ] + }, + { + "name": "jaw_red", + "parent": "head_right", + "pivot": [-9.5, 15, 0], + "cubes": [ + {"origin": [-11.5, 15, -0.5], "size": [0, 1, 1], "uv": [22, 62]}, + {"origin": [-11.5, 14, -1.5], "size": [3, 1, 3], "uv": [49, 26]}, + {"origin": [-10.25, 14.5, -2.5], "size": [0, 1, 5], "uv": [54, -5]} + ] + }, + { + "name": "tongue_right", + "parent": "head_right", + "pivot": [-9.5, 15.5, 0], + "cubes": [ + {"origin": [-11.5, 15.5, -0.5], "size": [2, 0, 1], "uv": [24, 35]} + ] + }, + { + "name": "body", + "parent": "all", + "pivot": [0, 13, 0], + "cubes": [ + {"origin": [-3.5, 4, -3], "size": [7, 6, 6], "uv": [22, 8]}, + {"origin": [-2.5, 10, -2], "size": [5, 3, 4], "uv": [21, 0]} + ] + }, + { + "name": "head", + "parent": "body", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-1.5, 8, -1], "size": [3, 3, 3], "uv": [40, 31]} + ] + }, + { + "name": "leaf_front_right", + "parent": "body", + "pivot": [-1, 13, -2], + "cubes": [ + {"origin": [-3.5, 13, -5], "size": [3, 0, 3], "uv": [-3, 0]} + ] + }, + { + "name": "leaf_back_right", + "parent": "body", + "pivot": [-1, 13, 2], + "cubes": [ + {"origin": [-3.5, 13, 2], "size": [3, 0, 3], "uv": [-3, 14]} + ] + }, + { + "name": "leaf_front_left", + "parent": "body", + "pivot": [1, 13, -2], + "cubes": [ + {"origin": [0.5, 13, -5], "size": [3, 0, 3], "uv": [-3, 3]} + ] + }, + { + "name": "leaf_back_left", + "parent": "body", + "pivot": [1, 13, 2], + "cubes": [ + {"origin": [0.5, 13, 2], "size": [3, 0, 3], "uv": [-3, 17]} + ] + }, + { + "name": "arm_left", + "parent": "body", + "pivot": [2.5, 10.5, 0], + "cubes": [ + {"origin": [2.5, 7, 0], "size": [4, 5, 0], "uv": [12, 41]} + ] + }, + { + "name": "arm_right", + "parent": "body", + "pivot": [-2.5, 10.5, 0], + "cubes": [ + {"origin": [-6.5, 7, 0], "size": [4, 5, 0], "uv": [40, 25]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-3.5, 6, -1.5], + "cubes": [ + {"origin": [-5.5, 0, -3.5], "size": [4, 7, 4], "uv": [0, 28]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [3.5, 6, -1.5], + "cubes": [ + {"origin": [1.5, 0, -3.5], "size": [4, 7, 4], "uv": [24, 24]} + ] + }, + { + "name": "tail_1", + "parent": "body", + "pivot": [0, 5.5, 3], + "cubes": [ + {"origin": [-1.5, 4, 3], "size": [3, 3, 3], "uv": [16, 35]} + ] + }, + { + "name": "tail_2", + "parent": "tail_1", + "pivot": [0, 5, 6], + "cubes": [ + {"origin": [-1, 4, 6], "size": [2, 2, 3], "uv": [28, 35]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/screamtail/screamtail.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/screamtail/screamtail.geo.json new file mode 100644 index 0000000..91909ed --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/screamtail/screamtail.geo.json @@ -0,0 +1,312 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "jigglypuff", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "jigglypuff", + "pivot": [0, 5.5, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 1.25, 0], + "cubes": [ + {"origin": [-4.5, 1.25, -4], "size": [9, 9, 8], "uv": [0, 0]} + ] + }, + { + "name": "mouth", + "parent": "torso", + "pivot": [0, 4, -4] + }, + { + "name": "mouth_closed", + "parent": "mouth", + "pivot": [0, 4, -4.01], + "cubes": [ + {"origin": [2.5, 4.425, -4.01], "size": [2, 1, 0], "uv": [34, 14]}, + {"origin": [-4.5, 4.425, -4.01], "size": [2, 1, 0], "uv": [14, 22]} + ] + }, + { + "name": "teeth_right", + "parent": "mouth_closed", + "pivot": [-0.60538, 4.42583, -3.735] + }, + { + "name": "teeth_left", + "parent": "mouth_closed", + "pivot": [0.60538, 4.42583, -3.735] + }, + { + "name": "mouth2", + "parent": "teeth_left", + "pivot": [0.30269, 4.76292, -3.8975], + "cubes": [ + {"origin": [-1, 4.9, -4.06], "size": [2, 1, 0], "uv": [26, 3]}, + {"origin": [-0.475, 4.6, -4.06], "size": [1, 1, 0], "uv": [26, 3]}, + {"origin": [-1, 4.275, -4.035], "size": [2, 1, 0], "uv": [16, 35]}, + {"origin": [-1.10538, 3.80083, -4.235], "size": [1, 1, 1], "inflate": -0.225, "pivot": [-0.60538, 4.30083, -3.735], "rotation": [0, 0, -45], "uv": [8, 27]}, + {"origin": [0.34347, 4.15021, -4.235], "size": [1, 1, 1], "inflate": -0.225, "pivot": [0.30269, 4.76292, -3.8975], "rotation": [0, 0, 45], "uv": [11, 30]} + ] + }, + { + "name": "facepaint", + "parent": "mouth_closed", + "pivot": [-3.70647, 8.72044, -4.01] + }, + { + "name": "mouth_open", + "parent": "mouth", + "pivot": [0, 4, -3.91] + }, + { + "name": "eyes", + "parent": "torso", + "pivot": [0, 6.5, -4.025] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-2.5, 6.5, -4.01], + "cubes": [ + {"origin": [-4.075, 7.4, -4.035], "size": [3, 1, 0], "pivot": [-2.5, 7.975, -4.01], "rotation": [0, 0, -9], "uv": [0, 21]}, + {"origin": [-4.93147, 7.77044, -4.01], "size": [1, 1, 0], "pivot": [-3.70647, 8.72044, -4.01], "rotation": [0, 0, -51.5], "uv": [0, 0]}, + {"origin": [-4, 5, -4.06], "size": [3, 3, 0], "uv": [24, 29]}, + {"origin": [-2.65, 6.225, -4.11], "size": [1, 1, 0], "uv": [15, 40], "mirror": true}, + {"origin": [-3.425, 5.475, -4.085], "size": [2, 2, 0], "uv": [0, 33]} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-2.5, 6.5, -3.56], + "cubes": [ + {"origin": [-4, 5, -3.96], "size": [3, 3, 0], "uv": [24, 42], "mirror": true} + ] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [2.5, 6.5, -4.01], + "cubes": [ + {"origin": [3.93147, 7.77044, -4.01], "size": [1, 1, 0], "pivot": [3.70647, 8.72044, -4.01], "rotation": [0, 0, 51.5], "uv": [0, 0], "mirror": true}, + {"origin": [1.075, 7.4, -4.035], "size": [3, 1, 0], "pivot": [2.5, 7.975, -4.01], "rotation": [0, 0, 9], "uv": [0, 21], "mirror": true}, + {"origin": [1.425, 5.475, -4.085], "size": [2, 2, 0], "uv": [15, 30]}, + {"origin": [2.2, 6.225, -4.11], "size": [1, 1, 0], "uv": [15, 40]}, + {"origin": [1, 5, -4.06], "size": [3, 3, 0], "uv": [24, 26]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [2.5, 6.5, -3.56], + "cubes": [ + {"origin": [1, 5, -3.96], "size": [3, 3, 0], "uv": [24, 42]} + ] + }, + { + "name": "string_right", + "parent": "torso", + "pivot": [-4.55, 6.8, 0.2], + "rotation": [0, 0, -42.5], + "cubes": [ + {"origin": [-3.95, 5.5, 1.05], "size": [1, 3, 0], "pivot": [-4.55, 6.8, 0.2], "rotation": [0, 0, -33.25], "uv": [26, 0]} + ] + }, + { + "name": "string_left", + "parent": "torso", + "pivot": [4.55, 6.8, 0.2], + "rotation": [0, 0, 42.5], + "cubes": [ + {"origin": [2.95, 5.5, 1.05], "size": [1, 3, 0], "pivot": [4.55, 6.8, 0.2], "rotation": [0, 0, 33.25], "uv": [0, 30]} + ] + }, + { + "name": "ear_left", + "parent": "torso", + "pivot": [2.75, 9.25, 0.75], + "rotation": [-7.05306, -8.68225, 42.59837], + "cubes": [ + {"origin": [0.75, 8.45, -0.25], "size": [4, 5, 2], "uv": [30, 26], "mirror": true} + ] + }, + { + "name": "ear_right", + "parent": "torso", + "pivot": [-2.75, 9.25, 0.75], + "rotation": [-7.05306, 8.68225, -42.59837], + "cubes": [ + {"origin": [-4.75, 8.45, -0.25], "size": [4, 5, 2], "uv": [33, 15], "mirror": true} + ] + }, + { + "name": "tuft", + "parent": "torso", + "pivot": [0, 9.75, -2.5], + "cubes": [ + {"origin": [-2, 9.75, -2.975], "size": [4, 4, 4], "inflate": 0.01, "uv": [26, 0]} + ] + }, + { + "name": "tuft2", + "parent": "tuft", + "pivot": [0, 11.925, -0.725], + "rotation": [23, 0, 0], + "cubes": [ + {"origin": [-2, 10.075, -1.2], "size": [4, 4, 6], "uv": [0, 17]} + ] + }, + { + "name": "tuft3", + "parent": "tuft2", + "pivot": [0, 11.875, 4.275], + "rotation": [-60, 0, 0], + "cubes": [ + {"origin": [-2, 9.42966, 2.65055], "size": [4, 4, 5], "inflate": 0.01, "uv": [20, 17]} + ] + }, + { + "name": "tuft4", + "parent": "tuft3", + "pivot": [-0.5, 11.675, 7.1], + "rotation": [-31.5, 0, 0], + "cubes": [ + {"origin": [-1.5, 9.22966, 6.47555], "size": [3, 4, 5], "inflate": 0.01, "uv": [0, 30]}, + {"origin": [0, 13.25466, 7.50055], "size": [0, 3, 2], "inflate": 0.01, "uv": [19, 15]}, + {"origin": [0, 12.25466, 9.50055], "size": [0, 3, 1], "inflate": 0.01, "pivot": [0, 13.25466, 10.00055], "rotation": [-17.25, 0, 0], "uv": [23, 16]} + ] + }, + { + "name": "tuft5", + "parent": "tuft4", + "pivot": [-1, 9.325, 10.1], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-1, 9.5527, 8.99198], "size": [2, 3, 6], "inflate": 0.01, "uv": [14, 26]}, + {"origin": [0, 11.5527, 11.99198], "size": [0, 3, 1], "inflate": 0.01, "pivot": [0, 12.5527, 12.49198], "rotation": [-10.75, 0, 0], "uv": [14, 16]} + ] + }, + { + "name": "tuft6", + "parent": "tuft5", + "pivot": [-1, 9.44803, 14.99144], + "rotation": [32.5, 0, 0], + "cubes": [ + {"origin": [-1, 9.5527, 14.99198], "size": [2, 3, 3], "uv": [34, 8]} + ] + }, + { + "name": "tuft7", + "parent": "tuft6", + "pivot": [0, 9.59803, 17.91644], + "rotation": [32.5, 0, 0], + "cubes": [ + {"origin": [-0.525, 9.53589, 17.94964], "size": [1, 2, 4], "uv": [26, 33]} + ] + }, + { + "name": "tuft8", + "parent": "tuft7", + "pivot": [0, 9.59803, 17.91644], + "rotation": [32.5, 0, 0], + "cubes": [ + {"origin": [-0.525, 7.37858, 21.28462], "size": [1, 2, 3], "inflate": 0.01, "uv": [14, 17]}, + {"origin": [-0.525, 7.37858, 24.28462], "size": [1, 2, 3], "pivot": [-0.025, 7.32858, 24.25962], "rotation": [54, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "tuft9", + "parent": "tuft8", + "pivot": [0, 10.66658, 24.15573], + "rotation": [32.5, 0, 0], + "cubes": [ + {"origin": [-0.5, 9.66658, 23.15573], "size": [1, 2, 2], "inflate": 0.16, "uv": [0, 17]} + ] + }, + { + "name": "arm_right", + "parent": "torso", + "pivot": [-4.5, 5.5, -3], + "cubes": [ + {"origin": [-7.25, 3.5, -4], "size": [3, 2, 1], "uv": [24, 39], "mirror": true} + ] + }, + { + "name": "arm_left", + "parent": "torso", + "pivot": [4.5, 5.5, -3], + "cubes": [ + {"origin": [4.25, 3.5, -4], "size": [3, 2, 1], "uv": [0, 5], "mirror": true} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-2.75, 2.5, 0], + "rotation": [0, 5, 0], + "cubes": [ + {"origin": [-3.75, 0.5, -1], "size": [2, 2, 2], "uv": [38, 0], "mirror": true} + ] + }, + { + "name": "foot_right", + "parent": "leg_right", + "pivot": [-2.75, 1, 0], + "cubes": [ + {"origin": [-4.25, 0, -1.5], "size": [3, 1, 3], "uv": [13, 36]} + ] + }, + { + "name": "foot_right2", + "parent": "foot_right", + "pivot": [-2.75, 0, -1.5], + "cubes": [ + {"origin": [-4.25, 0, -3.5], "size": [3, 1, 2], "inflate": 0.01, "uv": [10, 27], "mirror": true} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [2.75, 2.5, 0], + "rotation": [0, -5, 0], + "cubes": [ + {"origin": [1.75, 0.5, -1], "size": [2, 2, 2], "uv": [34, 37], "mirror": true} + ] + }, + { + "name": "foot_left", + "parent": "leg_left", + "pivot": [2.75, 1, 0], + "rotation": [0, 0, 0], + "cubes": [ + {"origin": [1.25, 0, -1.5], "size": [3, 1, 3], "uv": [32, 33]} + ] + }, + { + "name": "foot_left2", + "parent": "foot_left", + "pivot": [2.75, 0, -1.5], + "cubes": [ + {"origin": [1.25, 0, -3.5], "size": [3, 1, 2], "inflate": 0.01, "uv": [0, 27]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/sewaddle/sewaddle.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/sewaddle/sewaddle.geo.json new file mode 100644 index 0000000..61b8caa --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/sewaddle/sewaddle.geo.json @@ -0,0 +1,202 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.sewaddle", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 2, + "visible_bounds_height": 1.5, + "visible_bounds_offset": [0, 0.25, 0] + }, + "bones": [ + { + "name": "sewaddle", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "sewaddle", + "pivot": [0, 3, -2] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-2, 1, 5.5], + "cubes": [ + {"origin": [-3, 0, 4.5], "size": [2, 2, 2], "uv": [32, 35]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [2, 1, 5.5], + "cubes": [ + {"origin": [1, 0, 4.5], "size": [2, 2, 2], "uv": [8, 34]} + ] + }, + { + "name": "waist", + "parent": "body", + "pivot": [0, 0.49375, 6.5125], + "cubes": [ + {"origin": [-2, 0.5, 3.5], "size": [4, 4, 4], "uv": [24, 8]}, + {"origin": [-0.5, 0.51, 3.51], "size": [1, 4, 4], "uv": [0, 48]} + ] + }, + { + "name": "torso", + "parent": "waist", + "pivot": [0, 0.45, 3.52857], + "cubes": [ + {"origin": [-2, 0.5, -0.5], "size": [4, 4, 4], "inflate": 0.02, "uv": [0, 26]}, + {"origin": [-0.5, 4.51, -0.5], "size": [1, 0, 4], "inflate": 0.02, "uv": [-4, 38]} + ] + }, + { + "name": "leg_right2", + "parent": "torso", + "pivot": [-2, 1, 1.25], + "cubes": [ + {"origin": [-3, 0, 0.25], "size": [2, 2, 2], "uv": [24, 34]} + ] + }, + { + "name": "leg_left2", + "parent": "torso", + "pivot": [2, 1, 1.25], + "cubes": [ + {"origin": [1, 0, 0.25], "size": [2, 2, 2], "uv": [34, 0]} + ] + }, + { + "name": "torso2", + "parent": "torso", + "pivot": [0, 0.5, -0.5], + "cubes": [ + {"origin": [-2, 0.5, -1.5], "size": [4, 4, 1], "uv": [32, 30]}, + {"origin": [-0.5, 4.51, -1.5], "size": [1, 0, 1], "uv": [23, 34]} + ] + }, + { + "name": "neck", + "parent": "torso2", + "pivot": [0, 0.5, -1.5], + "cubes": [ + {"origin": [-2, 0.5, -6.5], "size": [4, 4, 5], "inflate": 0.01, "uv": [41, 14]}, + {"origin": [-0.5, 4.51, -5.5], "size": [1, 0, 4], "inflate": 0.01, "uv": [-2, 38]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 1.5, -5], + "cubes": [ + {"origin": [-4, -0.55, -11], "size": [8, 6, 6], "uv": [0, 0]}, + {"origin": [-2, 1.2, -12.75], "size": [2, 2, 2], "pivot": [0, 2.2, -11.25], "rotation": [0, 12.5, 0], "uv": [32, 4]}, + {"origin": [0, 1.2, -12.75], "size": [2, 2, 2], "inflate": 0.01, "pivot": [0, 2.2, -11.25], "rotation": [0, -12.5, 0], "uv": [12, 26]}, + {"origin": [-2, -1.05, -8], "size": [2, 1, 1], "pivot": [0, -0.55, -8], "rotation": [0, 27.5, 0], "uv": [18, 26]}, + {"origin": [0.32201, -0.57, -7.2858], "size": [1, 0, 1], "pivot": [0.82201, -0.05, -6.7858], "rotation": [0, 17.5, 0], "uv": [0, 13]}, + {"origin": [-1.32201, -0.57, -7.2858], "size": [1, 0, 1], "pivot": [-0.82201, -0.05, -6.7858], "rotation": [0, -17.5, 0], "uv": [2, 12]}, + {"origin": [0, -1.05, -8], "size": [2, 1, 1], "inflate": 0.01, "pivot": [0, -0.55, -8], "rotation": [0, -27.5, 0], "uv": [0, 4]}, + {"origin": [-3.7, -0.56, -9.25], "size": [2, 0, 2], "uv": [0, 2]}, + {"origin": [1.7, -0.56, -9.25], "size": [2, 0, 2], "uv": [0, 0]}, + {"origin": [2.2, -0.57, -8.75], "size": [1, 0, 1], "uv": [0, 14]}, + {"origin": [-3.2, -0.57, -8.75], "size": [1, 0, 1], "uv": [2, 13]} + ] + }, + { + "name": "mouth_open", + "parent": "head", + "pivot": [0, -0.56, -6.325], + "cubes": [ + {"origin": [-0.5, -0.56, -6.825], "size": [1, 0, 1], "pivot": [0, -0.56, -6.325], "rotation": [0, 45, 0], "uv": [0, 12]} + ] + }, + { + "name": "hood", + "parent": "head", + "pivot": [0, 3, -5], + "cubes": [ + {"origin": [-4, 2, -5], "size": [8, 4, 0], "uv": [16, 30]}, + {"origin": [-4, 6, -9], "size": [8, 0, 4], "inflate": 0.01, "uv": [16, 17]} + ] + }, + { + "name": "hood_left", + "parent": "hood", + "pivot": [4, 6, -5], + "rotation": [0, -30.25, 0], + "cubes": [ + {"origin": [1, 6, -11], "size": [3, 0, 6], "uv": [22, 0]}, + {"origin": [4, 1, -12], "size": [0, 5, 7], "uv": [14, 14]} + ] + }, + { + "name": "hood_right", + "parent": "hood", + "pivot": [-4, 6, -5], + "rotation": [0, 30.25, 0], + "cubes": [ + {"origin": [-4, 1, -12], "size": [0, 5, 7], "uv": [0, 14]}, + {"origin": [-4, 6, -11], "size": [3, 0, 6], "uv": [16, 0]} + ] + }, + { + "name": "hood2", + "parent": "hood", + "pivot": [0, 6, -9], + "cubes": [ + {"origin": [-4.5, 6, -14], "size": [9, 0, 5], "inflate": 0.01, "uv": [0, 12]} + ] + }, + { + "name": "hood3", + "parent": "hood2", + "pivot": [0, 6, -14], + "cubes": [ + {"origin": [-3.5, 6, -18], "size": [7, 0, 4], "uv": [1, 17]} + ] + }, + { + "name": "eyelids", + "parent": "head", + "pivot": [0, 0.6, -5] + }, + { + "name": "eyelid_left", + "parent": "eyelids", + "pivot": [1.7, 0.55, -7.25], + "cubes": [ + {"origin": [1.7, -0.48, -9.25], "size": [2, 0, 2], "uv": [2, 38]} + ] + }, + { + "name": "eyelid_right", + "parent": "eyelids", + "pivot": [-1.7, 0.55, -7.25], + "cubes": [ + {"origin": [-3.7, -0.48, -9.25], "size": [2, 0, 2], "uv": [2, 38], "mirror": true} + ] + }, + { + "name": "arm_right", + "parent": "neck", + "pivot": [-2, 1, -2.5], + "cubes": [ + {"origin": [-3, 0, -3.6], "size": [2, 2, 2], "uv": [16, 34]} + ] + }, + { + "name": "arm_left", + "parent": "neck", + "pivot": [2, 1, -2.5], + "cubes": [ + {"origin": [1, 0, -3.6], "size": [2, 2, 2], "uv": [0, 34]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/shaymin/shaymin.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/shaymin/shaymin.geo.json new file mode 100644 index 0000000..2849aeb --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/shaymin/shaymin.geo.json @@ -0,0 +1,239 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "body", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [-0.18686, 8.93398, -0.89379], + "cubes": [ + {"origin": [-6.67291, 2.73459, -10.40075], "size": [13, 12, 19], "uv": [0, 27]} + ] + }, + { + "name": "backfur", + "parent": "torso", + "pivot": [-1.67291, 10.23459, 0.59925], + "cubes": [ + {"origin": [-7.67291, 5.65959, -6.40075], "size": [15, 5, 16], "pivot": [-1.67291, 10.23459, 0.59925], "rotation": [-6.25, 0, 0], "uv": [49, 43]}, + {"origin": [-7.67291, 10.65959, -11.40075], "size": [15, 5, 21], "pivot": [-1.67291, 10.23459, 0.59925], "rotation": [-6.25, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "bush", + "parent": "backfur", + "pivot": [-0.17291, 17.89202, 3.86291] + }, + { + "name": "bone4", + "parent": "bush", + "pivot": [-0.17291, 17.89202, 3.86291], + "rotation": [2.5, 0, 0], + "cubes": [ + {"origin": [-6.67291, 16.93556, -2.28591], "size": [6, 2, 8], "pivot": [-6.67291, 17.93556, 0.71409], "rotation": [-5.3148, -37.4798, 0.54845], "uv": [62, 65]}, + {"origin": [0.32709, 16.93556, -2.28591], "size": [6, 2, 8], "pivot": [6.32709, 17.93556, 0.71409], "rotation": [-5.3148, 37.4798, -0.54845], "uv": [33, 65]}, + {"origin": [-3.17291, 16.59151, 1.25449], "size": [6, 2, 8], "pivot": [-0.17291, 17.97927, 3.25639], "rotation": [-1.5, 0, 0], "uv": [64, 0]}, + {"origin": [-6.92291, 19.01651, -4.83098], "size": [6, 2, 8], "pivot": [-0.17291, 17.97927, -3.05789], "rotation": [-24.79642, 29.08731, -12.65814], "uv": [12, 59]}, + {"origin": [0.57709, 19.04151, -4.83098], "size": [6, 2, 8], "pivot": [-0.17291, 17.97927, -3.05789], "rotation": [-24.79642, -29.08731, 12.65814], "uv": [46, 27]} + ] + }, + { + "name": "bone3", + "parent": "bush", + "pivot": [-0.17291, 17.24202, -0.96441], + "rotation": [-17.5, 0, 0], + "cubes": [ + {"origin": [-6.67291, 16.28556, -2.81558], "size": [6, 2, 8], "pivot": [-6.67291, 17.28556, 2.18442], "rotation": [5.3148, 37.4798, 0.54845], "uv": [15, 76]}, + {"origin": [0.32709, 16.28556, -2.81558], "size": [6, 2, 8], "pivot": [6.32709, 17.28556, 2.18442], "rotation": [5.3148, -37.4798, -0.54845], "uv": [67, 30]}, + {"origin": [-3.17291, 16.41651, -6.35598], "size": [6, 2, 8], "pivot": [-0.17291, 17.32927, -0.35789], "rotation": [1.5, 0, 0], "uv": [67, 19]} + ] + }, + { + "name": "bone2", + "parent": "bush", + "pivot": [6.32709, 16.67837, 3.90771], + "rotation": [-9.75, 0, 0], + "cubes": [ + {"origin": [-6.67291, 15.32837, 1.90771], "size": [6, 2, 8], "pivot": [-6.67291, 16.32837, 3.90771], "rotation": [-5, -32.5, 0], "uv": [85, 3]}, + {"origin": [0.32709, 15.32837, 1.90771], "size": [6, 2, 8], "pivot": [6.32709, 16.32837, 3.90771], "rotation": [-5, 32.5, 0], "uv": [73, 76]}, + {"origin": [-3.17291, 15.67837, 4.41306], "size": [6, 2, 8], "pivot": [-0.17291, 15.67837, 1.41306], "rotation": [-2.5, 0, 0], "uv": [44, 76]} + ] + }, + { + "name": "bone", + "parent": "bush", + "pivot": [6.32709, 16.65337, -0.80921], + "rotation": [-13.25, 0, 0], + "cubes": [ + {"origin": [1.32709, 15.57837, -6.80921], "size": [4, 2, 9], "pivot": [6.32709, 16.57837, -0.80921], "rotation": [4.51711, -21.03927, 1.06675], "uv": [56, 87]}, + {"origin": [-5.67291, 15.57837, -6.80921], "size": [4, 2, 9], "pivot": [-6.67291, 16.57837, -0.80921], "rotation": [4.51711, 21.03927, -1.06675], "uv": [29, 87]}, + {"origin": [-3.17291, 15.52837, -9.31456], "size": [6, 2, 8], "pivot": [-0.17291, 15.65337, 1.68544], "rotation": [4.5, 0, 0], "uv": [0, 87]} + ] + }, + { + "name": "nostral", + "parent": "torso", + "pivot": [-1.67291, 0.73459, 8.84925], + "cubes": [ + {"origin": [-4.67291, 4.73459, -12.15075], "size": [9, 3, 2], "uv": [0, 78]}, + {"origin": [-2.67291, 5.73459, -13.15075], "size": [5, 2, 1], "uv": [46, 38]} + ] + }, + { + "name": "nose", + "parent": "nostral", + "pivot": [-0.17291, 7.23459, -13.65075], + "cubes": [ + {"origin": [-0.67291, 6.73459, -14.15075], "size": [1, 1, 1], "uv": [5, 18]} + ] + }, + { + "name": "eye", + "parent": "torso", + "pivot": [-0.99791, -0.26541, 0.37425] + }, + { + "name": "eye_right", + "parent": "eye", + "pivot": [-4.57291, 9.90959, -10.31775], + "cubes": [ + {"origin": [-5.69791, 8.18459, -10.42575], "size": [2, 3, 0], "uv": [13, 15], "mirror": true}, + {"origin": [-5.19791, 8.60959, -10.45075], "size": [1, 2, 0], "uv": [0, 0], "mirror": true}, + {"origin": [-4.82291, 9.93459, -10.57675], "size": [1, 1, 1], "inflate": -0.125, "uv": [0, 18], "mirror": true} + ] + }, + { + "name": "eyelid_r", + "parent": "eye_right", + "pivot": [-0.99791, -0.26541, 0.39925], + "cubes": [ + {"origin": [-5.69791, 8.18459, -10.40075], "size": [2, 3, 0], "uv": [1, 99], "mirror": true} + ] + }, + { + "name": "eye_left", + "parent": "eye", + "pivot": [4.22709, 9.90959, -10.31775], + "cubes": [ + {"origin": [3.35209, 8.18459, -10.42575], "size": [2, 3, 0], "uv": [13, 15]}, + {"origin": [3.85209, 8.60959, -10.45075], "size": [1, 2, 0], "uv": [0, 0]}, + {"origin": [3.47709, 9.93459, -10.57675], "size": [1, 1, 1], "inflate": -0.125, "uv": [0, 18]} + ] + }, + { + "name": "eyelid_l", + "parent": "eye_left", + "pivot": [4.35209, 9.68459, -10.40075], + "cubes": [ + {"origin": [3.35209, 8.18459, -10.40075], "size": [2, 3, 0], "uv": [1, 99], "mirror": true} + ] + }, + { + "name": "flower_right", + "parent": "torso", + "pivot": [-8.19492, 11.86069, -5.63669] + }, + { + "name": "leave2", + "parent": "flower_right", + "pivot": [-8.04937, 12.46917, -5.58453], + "cubes": [ + {"origin": [-7.97291, 7.84807, -4.40132], "size": [0, 7, 11], "pivot": [-7.97291, 11.33459, -3.15075], "rotation": [-5.76225, -3.73111, 0.37624], "uv": [52, 0], "mirror": true}, + {"origin": [-7.84791, 5.55383, -8.34639], "size": [0, 7, 11], "pivot": [-7.84791, 8.44968, -4.35131], "rotation": [-43, 0, 0], "uv": [52, 0], "mirror": true} + ] + }, + { + "name": "flower2", + "parent": "flower_right", + "pivot": [-7.89791, 11.75056, -5.55675], + "cubes": [ + {"origin": [-7.82291, 11.73459, -7.55075], "size": [0, 7, 4], "pivot": [-7.89791, 11.75959, -5.57575], "rotation": [0, 0, -2.5], "uv": [96, 38], "mirror": true}, + {"origin": [-7.97291, 11.73459, -8.07575], "size": [0, 7, 4], "pivot": [-7.97291, 11.65959, -5.57575], "rotation": [-62.39118, -3.68425, -3.38262], "uv": [96, 38], "mirror": true}, + {"origin": [-7.97291, 10.73459, -8.07575], "size": [0, 7, 4], "pivot": [-7.97291, 11.65959, -5.57575], "rotation": [-125.02718, -5.52878, -1.68956], "uv": [96, 38], "mirror": true}, + {"origin": [-7.97291, 11.73459, -7.07575], "size": [0, 7, 4], "pivot": [-7.97291, 11.65959, -5.57575], "rotation": [62.39118, 3.68425, -3.38262], "uv": [96, 38], "mirror": true}, + {"origin": [-7.97291, 10.73459, -7.07575], "size": [0, 7, 4], "pivot": [-7.97291, 11.65959, -5.57575], "rotation": [125.02718, 5.52878, -1.68956], "uv": [96, 38], "mirror": true}, + {"origin": [-8.24791, 10.33459, -7.55075], "size": [0, 4, 4], "pivot": [-8.24791, 12.33459, -5.55075], "rotation": [-45, 0, 0], "uv": [52, 0], "mirror": true}, + {"origin": [-7.84791, 10.73459, -7.75075], "size": [0, 7, 4], "pivot": [-7.89791, 11.75959, -5.57575], "rotation": [180, 0, 2.5], "uv": [96, 38], "mirror": true} + ] + }, + { + "name": "flower_left", + "parent": "torso", + "pivot": [7.8491, 11.86069, -5.63669] + }, + { + "name": "leave", + "parent": "flower_left", + "pivot": [-0.89791, 13.88459, -7.00075], + "cubes": [ + {"origin": [7.62709, 7.84807, -4.40132], "size": [0, 7, 11], "pivot": [7.62709, 11.33459, -3.15075], "rotation": [-5.76225, 3.73111, -0.37624], "uv": [52, 0]}, + {"origin": [7.50209, 5.55383, -8.34639], "size": [0, 7, 11], "pivot": [7.50209, 8.44968, -4.35131], "rotation": [-43, 0, 0], "uv": [52, 0]} + ] + }, + { + "name": "flower", + "parent": "flower_left", + "pivot": [7.55209, 11.75056, -5.55675], + "cubes": [ + {"origin": [7.47709, 11.73459, -7.55075], "size": [0, 7, 4], "pivot": [7.55209, 11.75959, -5.57575], "rotation": [0, 0, 2.5], "uv": [96, 38]}, + {"origin": [7.62709, 11.73459, -8.07575], "size": [0, 7, 4], "pivot": [7.62709, 11.65959, -5.57575], "rotation": [-62.39118, 3.68425, 3.38262], "uv": [96, 38]}, + {"origin": [7.62709, 10.73459, -8.07575], "size": [0, 7, 4], "pivot": [7.62709, 11.65959, -5.57575], "rotation": [-125.02718, 5.52878, 1.68956], "uv": [96, 38]}, + {"origin": [7.62709, 11.73459, -7.07575], "size": [0, 7, 4], "pivot": [7.62709, 11.65959, -5.57575], "rotation": [62.39118, -3.68425, 3.38262], "uv": [96, 38]}, + {"origin": [7.62709, 10.73459, -7.07575], "size": [0, 7, 4], "pivot": [7.62709, 11.65959, -5.57575], "rotation": [125.02718, -5.52878, 1.68956], "uv": [96, 38]}, + {"origin": [7.90209, 10.33459, -7.55075], "size": [0, 4, 4], "pivot": [7.90209, 12.33459, -5.55075], "rotation": [45, 0, 0], "uv": [52, 0]}, + {"origin": [7.50209, 10.73459, -7.75075], "size": [0, 7, 4], "pivot": [7.55209, 11.75959, -5.57575], "rotation": [180, 0, -2.5], "uv": [96, 38]} + ] + }, + { + "name": "leg_back_right2", + "parent": "body", + "pivot": [-5.75, 4.5, 4.875], + "cubes": [ + {"origin": [-7.25, 0, 3.5], "size": [3, 5, 3], "uv": [0, 0], "mirror": true}, + {"origin": [-6.75, 0, 3], "size": [2, 1, 1], "uv": [10, 0], "mirror": true} + ] + }, + { + "name": "leg_back_left2", + "parent": "body", + "pivot": [5.75, 4.5, 4.95], + "cubes": [ + {"origin": [4.25, 0, 3.5], "size": [3, 5, 3], "uv": [0, 0]}, + {"origin": [4.75, 0, 3], "size": [2, 1, 1], "uv": [10, 0]} + ] + }, + { + "name": "leg_front_right", + "parent": "body", + "pivot": [-5.6, 4.5, -5.225], + "cubes": [ + {"origin": [-7.1, 0, -6.75], "size": [3, 5, 3], "uv": [47, 87], "mirror": true}, + {"origin": [-6.6, 0, -7.25], "size": [2, 1, 1], "uv": [13, 12], "mirror": true} + ] + }, + { + "name": "leg_front_left", + "parent": "body", + "pivot": [5.225, 4.5, -5.5], + "cubes": [ + {"origin": [3.725, 0, -6.75], "size": [3, 5, 3], "uv": [47, 87]}, + {"origin": [4.225, 0, -7.25], "size": [2, 1, 1], "uv": [13, 12]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/shaymin_sky/shaymin_sky.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/shaymin_sky/shaymin_sky.geo.json new file mode 100644 index 0000000..5d76e5e --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/shaymin_sky/shaymin_sky.geo.json @@ -0,0 +1,311 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 4, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "shaymin_fly", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "shaymin_fly", + "pivot": [-0.5, 10.25, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 8.75, 2], + "cubes": [ + {"origin": [-2.5, 6.575, -2], "size": [5, 5, 8], "uv": [0, 7]} + ] + }, + { + "name": "chest", + "parent": "torso", + "pivot": [0, 9.25, -4], + "cubes": [ + {"origin": [-3, 6.25, -7], "size": [6, 6, 6], "inflate": 0.01, "uv": [20, 14]} + ] + }, + { + "name": "fur", + "parent": "chest", + "pivot": [-0.4145, 11.65833, -7.07778], + "rotation": [71.84943, 7.81817, 15.98546], + "cubes": [ + {"origin": [-1.4, 11.575, -11.175], "size": [2, 0, 5], "uv": [27, 26]}, + {"origin": [-0.4, 11.55, -10.175], "size": [1, 0, 4], "pivot": [-0.9, 11.55, -6.225], "rotation": [0, 41, 0], "uv": [0, 20]} + ] + }, + { + "name": "neck", + "parent": "chest", + "pivot": [0, 11.13093, -4.9742], + "cubes": [ + {"origin": [-1.5, 11.25, -7], "size": [3, 3, 4], "pivot": [0, 11.25, -5.5], "rotation": [17.5, 0, 0], "uv": [34, 51]} + ] + }, + { + "name": "scarf", + "parent": "neck", + "pivot": [2.65, 11.75, -5.925], + "rotation": [0, 0, -14], + "cubes": [ + {"origin": [1.5, 11.25, -6.05], "size": [3, 1, 0], "uv": [32, 31]}, + {"origin": [2.85, 10.275, -6], "size": [6, 3, 0], "uv": [38, 5]}, + {"origin": [2.875, 10.275, -5.975], "size": [5, 2, 0], "pivot": [2.875, 11.775, -5.975], "rotation": [0, 0, 30.25], "uv": [27, 5]}, + {"origin": [1.5, 11.25, -5.925], "size": [3, 1, 0], "uv": [18, 14]} + ] + }, + { + "name": "head2", + "parent": "neck", + "pivot": [0, 13.7625, -6.52855], + "cubes": [ + {"origin": [-2.92709, 16.60959, -10.07575], "size": [2, 1, 0], "pivot": [-2.42709, 17.10959, -9.57575], "rotation": [0, 0, 19.25], "uv": [18, 5], "mirror": true}, + {"origin": [0.92709, 16.60959, -10.07575], "size": [2, 1, 0], "pivot": [2.42709, 17.10959, -9.57575], "rotation": [0, 0, -19.25], "uv": [18, 5]}, + {"origin": [-3, 12.75, -10], "size": [6, 6, 6], "inflate": 0.01, "uv": [0, 20]}, + {"origin": [-1, 12.775, -11.35], "size": [3, 2, 3], "inflate": 0.01, "pivot": [0, 14.775, -9.35], "rotation": [0, 45, 0], "uv": [41, 23]} + ] + }, + { + "name": "mouth", + "parent": "head2", + "pivot": [0, 13.3, -9.575], + "cubes": [ + {"origin": [-1, 12.8, -11], "size": [2, 1, 2], "inflate": 0.01, "uv": [5, 60]} + ] + }, + { + "name": "eye_right", + "parent": "head2", + "pivot": [-1.95209, 16.01792, -9.61775], + "cubes": [ + {"origin": [-2.52709, 14.88459, -9.90075], "size": [1, 2, 1], "inflate": 0.125, "uv": [18, 0], "mirror": true}, + {"origin": [-2.52709, 15.10959, -10.15075], "size": [1, 2, 1], "inflate": -0.1, "uv": [9, 1], "mirror": true}, + {"origin": [-2.30209, 15.55959, -10.30175], "size": [1, 1, 1], "inflate": -0.25, "uv": [8, 4], "mirror": true} + ] + }, + { + "name": "eye_left", + "parent": "head2", + "pivot": [1.95209, 16.01792, -9.61775], + "cubes": [ + {"origin": [1.52709, 14.88459, -9.90075], "size": [1, 2, 1], "inflate": 0.125, "uv": [18, 0]}, + {"origin": [1.52709, 15.10959, -10.15075], "size": [1, 2, 1], "inflate": -0.1, "uv": [9, 1]}, + {"origin": [1.30209, 15.55959, -10.30175], "size": [1, 1, 1], "inflate": -0.25, "uv": [8, 4]} + ] + }, + { + "name": "hair", + "parent": "head2", + "pivot": [-1.5, 2.25, 8], + "cubes": [ + {"origin": [-2, 18.75, -10], "size": [4, 2, 6], "inflate": 0.01, "uv": [18, 26]}, + {"origin": [-2.45, 18.825, -11.725], "size": [2, 1, 4], "inflate": 0.01, "pivot": [-2.45, 19.825, -8.725], "rotation": [20.47041, 32.96043, 1.57505], "uv": [38, 14]}, + {"origin": [-2, 12.75, -4], "size": [4, 7, 2], "inflate": 0.01, "uv": [16, 34]} + ] + }, + { + "name": "bone5", + "parent": "hair", + "pivot": [-0.75, 18.75, -4.2], + "rotation": [-56.56091, 41.46443, -18.99806], + "cubes": [ + {"origin": [-0.785, 20.88436, -9.01648], "size": [1, 2, 3], "pivot": [-0.785, 21.2865, -6.75053], "rotation": [-26.41517, 0, 0], "uv": [27, 46]}, + {"origin": [-1.25, 17.75, -8.2], "size": [2, 3, 5], "inflate": 0.01, "pivot": [-0.75, 18.75, -4.2], "rotation": [-53.66517, 0, 0], "uv": [33, 29]} + ] + }, + { + "name": "bone3", + "parent": "hair", + "pivot": [-0.375, 19.75, -6.75], + "rotation": [17.09321, 24.32664, 1.6588], + "cubes": [ + {"origin": [-1.41, 21.83436, -11.46648], "size": [2, 2, 3], "pivot": [-0.41, 22.2365, -9.20053], "rotation": [-26.41517, 0, 0], "uv": [42, 28]}, + {"origin": [-0.935, 22.28253, -13.18952], "size": [1, 2, 3], "pivot": [-0.935, 22.7615, -10.37553], "rotation": [3.58483, 0, 0], "uv": [46, 45]}, + {"origin": [-1.875, 18.75, -10.75], "size": [3, 3, 5], "inflate": 0.01, "pivot": [-0.375, 19.75, -6.75], "rotation": [-53.66517, 0, 0], "uv": [0, 32]} + ] + }, + { + "name": "bone2", + "parent": "hair", + "pivot": [0.95, 12.78706, -1.9915], + "cubes": [ + {"origin": [-0.05, 15.85964, -2.8168], "size": [2, 2, 1], "inflate": 0.01, "pivot": [0.95, 12.78706, -1.9915], "rotation": [-25, 0, 0], "uv": [37, 37]}, + {"origin": [-1.025, 12.75586, -3.97259], "size": [3, 3, 2], "inflate": 0.01, "pivot": [0.95, 12.78706, -1.9915], "rotation": [-41.25, 0, 0], "uv": [10, 43]} + ] + }, + { + "name": "bone4", + "parent": "hair", + "pivot": [-0.1, 18.38266, -10.82112], + "cubes": [ + {"origin": [-1.05, 20.01394, -14.52735], "size": [3, 2, 4], "inflate": 0.01, "pivot": [-0.05, 22.08894, -8.52735], "rotation": [40, 0, 0], "uv": [34, 8]}, + {"origin": [-1.025, 17.25684, -14.31307], "size": [2, 1, 3], "inflate": 0.01, "pivot": [-0.025, 17.73988, -11.58716], "rotation": [50.25, 0, 0], "uv": [20, 43]} + ] + }, + { + "name": "wing_right", + "parent": "head2", + "pivot": [-2.88765, 16.70867, -7.00833], + "rotation": [-27.5, 0, 0], + "cubes": [ + {"origin": [-5, 16.75, -8], "size": [4, 0, 2], "inflate": 0.01, "uv": [16, 12], "mirror": true}, + {"origin": [-17, 16.75, -9.55], "size": [12, 0, 5], "inflate": 0.01, "uv": [0, 53], "mirror": true}, + {"origin": [-17, 16.65, -9.55], "size": [12, 0, 5], "inflate": 0.01, "uv": [0, 53], "mirror": true}, + {"origin": [-15.625, 16.7, -9.15], "size": [11, 0, 5], "inflate": 0.01, "pivot": [-6.625, 16.7, -6.65], "rotation": [0, -38.75, 0], "uv": [15, 0], "mirror": true}, + {"origin": [-15.625, 16.725, -9.85], "size": [11, 0, 5], "inflate": 0.01, "pivot": [-6.625, 16.725, -7.35], "rotation": [0, 38.75, 0], "uv": [29, 59], "mirror": true}, + {"origin": [-7.5229, 16.675, -11.73726], "size": [2, 0, 3], "inflate": 0.01, "pivot": [-6.5229, 16.675, -8.73726], "rotation": [0, -16.1, 0], "uv": [1, 11], "mirror": true}, + {"origin": [-7.5229, 16.675, -5.56274], "size": [2, 0, 3], "inflate": 0.01, "pivot": [-6.5229, 16.675, -5.56274], "rotation": [0, 16.1, 0], "uv": [1, 8], "mirror": true} + ] + }, + { + "name": "wing_left", + "parent": "head2", + "pivot": [2.88765, 16.70867, -7.00833], + "rotation": [-27.5, 0, 0], + "cubes": [ + {"origin": [1, 16.75, -8], "size": [4, 0, 2], "inflate": 0.01, "uv": [16, 12]}, + {"origin": [5, 16.75, -9.55], "size": [12, 0, 5], "inflate": 0.01, "uv": [0, 53]}, + {"origin": [5, 16.65, -9.55], "size": [12, 0, 5], "inflate": 0.01, "uv": [0, 53]}, + {"origin": [4.625, 16.7, -9.15], "size": [11, 0, 5], "inflate": 0.01, "pivot": [6.625, 16.7, -6.65], "rotation": [0, 38.75, 0], "uv": [15, 0]}, + {"origin": [4.625, 16.725, -9.85], "size": [11, 0, 5], "inflate": 0.01, "pivot": [6.625, 16.725, -7.35], "rotation": [0, -38.75, 0], "uv": [29, 59]}, + {"origin": [5.5229, 16.675, -11.73726], "size": [2, 0, 3], "inflate": 0.01, "pivot": [6.5229, 16.675, -8.73726], "rotation": [0, 16.1, 0], "uv": [1, 11]}, + {"origin": [5.5229, 16.675, -5.56274], "size": [2, 0, 3], "inflate": 0.01, "pivot": [6.5229, 16.675, -5.56274], "rotation": [0, -16.1, 0], "uv": [1, 8]} + ] + }, + { + "name": "bone", + "parent": "torso", + "pivot": [0, 11.40267, 5.96554], + "cubes": [ + {"origin": [-1.5, 11.575, 6], "size": [3, 0, 4], "pivot": [0, 11.575, 6], "rotation": [32.5, 0, 0], "uv": [7, 32]}, + {"origin": [-0.5, 11.575, 6], "size": [1, 0, 3], "pivot": [-1, 11.575, 6], "rotation": [5, 0, 0], "uv": [1, 4]} + ] + }, + { + "name": "leg_front_right", + "parent": "body", + "pivot": [-2.5, 9.01711, -4.23895], + "rotation": [7.5, 0, 0], + "cubes": [ + {"origin": [-3.5, 4.53422, -6], "size": [2, 5, 3], "inflate": 0.01, "uv": [40, 37], "mirror": true} + ] + }, + { + "name": "leg_front_right2", + "parent": "leg_front_right", + "pivot": [-2.5, 5.45183, -4.61313], + "rotation": [-22.5, 0, 0], + "cubes": [ + {"origin": [-3.5, 1.22139, -5.77164], "size": [2, 4, 2], "uv": [46, 12], "mirror": true} + ] + }, + { + "name": "leg_front_right3", + "parent": "leg_front_right2", + "pivot": [-2.5, 1.36723, -4.46171], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [-3.5, -0.08988, -5.93645], "size": [2, 2, 2], "inflate": 0.01, "uv": [44, 19], "mirror": true}, + {"origin": [-3.5, -0.08988, -6.93645], "size": [2, 1, 1], "inflate": 0.01, "uv": [26, 12], "mirror": true} + ] + }, + { + "name": "leg_front_left", + "parent": "body", + "pivot": [2.5, 9.01711, -4.23895], + "rotation": [7.5, 0, 0], + "cubes": [ + {"origin": [1.5, 4.53422, -6], "size": [2, 5, 3], "inflate": 0.01, "uv": [40, 37]} + ] + }, + { + "name": "leg_front_left2", + "parent": "leg_front_left", + "pivot": [2.5, 4.77683, -3.93813], + "rotation": [-22.5, 0, 0], + "cubes": [ + {"origin": [1.5, 0.91169, -5.97857], "size": [2, 4, 2], "uv": [46, 12]} + ] + }, + { + "name": "leg_front_left3", + "parent": "leg_front_left2", + "pivot": [2.5, 1.05754, -4.66864], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [1.5, -0.39957, -6.14338], "size": [2, 2, 2], "inflate": 0.01, "uv": [44, 19]}, + {"origin": [1.5, -0.39957, -7.14338], "size": [2, 1, 1], "inflate": 0.01, "uv": [26, 12]} + ] + }, + { + "name": "leg_back_right", + "parent": "body", + "pivot": [-2, 9, 4.75], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-3.5, 4.5, 2.75], "size": [2, 5, 3], "inflate": 0.01, "uv": [0, 40], "mirror": true} + ] + }, + { + "name": "leg_back_right2", + "parent": "leg_back_right", + "pivot": [-2.5, 5.00792, 4.89493], + "rotation": [-12.5, 0, 0], + "cubes": [ + {"origin": [-3.5, 1.05533, 4.32781], "size": [2, 4, 2], "uv": [38, 45], "mirror": true} + ] + }, + { + "name": "leg_back_right3", + "parent": "leg_back_right2", + "pivot": [-2, 1.55533, 5.82781], + "rotation": [7.5, 0, 0], + "cubes": [ + {"origin": [-3.5, 0.05533, 4.07781], "size": [2, 2, 2], "inflate": 0.01, "uv": [44, 8], "mirror": true}, + {"origin": [-3.5, 0.05533, 3.05781], "size": [2, 1, 1], "inflate": 0.01, "uv": [0, 24], "mirror": true} + ] + }, + { + "name": "leg_back_left", + "parent": "body", + "pivot": [2, 9, 4.75], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [1.5, 4.5, 2.75], "size": [2, 5, 3], "inflate": 0.01, "uv": [0, 40]} + ] + }, + { + "name": "leg_back_left2", + "parent": "leg_back_left", + "pivot": [2.5, 5.00792, 4.89493], + "rotation": [-12.5, 0, 0], + "cubes": [ + {"origin": [1.5, 1.05533, 4.32781], "size": [2, 4, 2], "uv": [38, 45]} + ] + }, + { + "name": "leg_back_left3", + "parent": "leg_back_left2", + "pivot": [2, 1.55533, 5.82781], + "rotation": [7.5, 0, 0], + "cubes": [ + {"origin": [1.5, 0.05533, 4.07781], "size": [2, 2, 2], "inflate": 0.01, "uv": [44, 8]}, + {"origin": [1.5, 0.05533, 3.05781], "size": [2, 1, 1], "inflate": 0.01, "uv": [0, 24]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/shellos/shellos_e.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/shellos/shellos_e.geo.json new file mode 100644 index 0000000..0db8a59 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/shellos/shellos_e.geo.json @@ -0,0 +1,195 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "body", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 0, 0] + }, + { + "name": "shelltop", + "parent": "torso", + "pivot": [0, 6.875, 0], + "cubes": [ + {"origin": [-5.1, 3.375, -7], "size": [10, 6, 14], "pivot": [0, 6.875, 0], "rotation": [-5, 0, 0], "uv": [0, 20]}, + {"origin": [-5.1, 3.375, 7.1], "size": [10, 6, 0], "pivot": [0, 6.875, 0], "rotation": [-5, 0, 0], "uv": [58, 0]}, + {"origin": [5, 3.375, -7], "size": [0, 6, 14], "pivot": [0, 6.875, 0], "rotation": [-5, 0, 0], "uv": [0, 40]}, + {"origin": [-5.2, 3.375, -7], "size": [0, 6, 14], "pivot": [0, 6.875, 0], "rotation": [-5, 0, 0], "uv": [0, 40], "mirror": true} + ] + }, + { + "name": "back_part_1", + "parent": "shelltop", + "pivot": [2.5, 9.21953, 2.0608] + }, + { + "name": "fin_right", + "parent": "back_part_1", + "pivot": [-3.125, 9.21953, 2.0608], + "cubes": [ + {"origin": [-3.125, 9.20431, -3.78782], "size": [0, 10, 11], "pivot": [-3.125, 9.21953, 2.0608], "rotation": [-4.09918, -2.86544, -34.89743], "uv": [0, 29], "mirror": true} + ] + }, + { + "name": "fin_left", + "parent": "back_part_1", + "pivot": [2.925, 9.21953, 2.0608], + "cubes": [ + {"origin": [2.925, 9.20431, -3.78782], "size": [0, 10, 11], "pivot": [2.925, 9.21953, 2.0608], "rotation": [-4.09918, 2.86544, 34.89743], "uv": [0, 29]} + ] + }, + { + "name": "body_bot", + "parent": "torso", + "pivot": [-0.1, 3.61246, -0.28544], + "cubes": [ + {"origin": [-5.1, 0.88746, -7.28544], "size": [10, 6, 14], "inflate": -0.5, "pivot": [-0.1, 3.61246, -0.28544], "rotation": [-1.25, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "neck_head", + "parent": "torso", + "pivot": [0.5, 12.88631, -5.26081] + }, + { + "name": "neck", + "parent": "neck_head", + "pivot": [0, 8.92439, -4.08306], + "cubes": [ + {"origin": [-2.5, 7.92439, -8.48306], "size": [5, 8, 5], "pivot": [-1, 12.92439, -6.08306], "rotation": [22.5, 0, 0], "uv": [34, 20]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0.5, 11.88631, -4.98581], + "rotation": [-17.5, 0, 0], + "cubes": [ + {"origin": [-3.5, 11.89031, -10.04925], "size": [7, 6, 8], "pivot": [-1, 10.92439, -5.80806], "rotation": [22.5, 0, 0], "uv": [34, 0]}, + {"origin": [-0.5, 13.84031, -10.3142], "size": [1, 1, 1], "inflate": -0.25, "pivot": [-1, 10.92439, -5.80806], "rotation": [22.5, 0, 0], "uv": [9, 6]} + ] + }, + { + "name": "left_eye2", + "parent": "head", + "pivot": [-1, 10.92439, -5.80806], + "cubes": [ + {"origin": [-3.5, 13.89183, -10.08283], "size": [2, 3, 0], "pivot": [1, 10.92439, -5.80806], "rotation": [22.5, 0, 0], "uv": [9, 0], "mirror": true} + ] + }, + { + "name": "eye_blink", + "parent": "left_eye2", + "pivot": [-2.4875, 13.70221, -11.36373], + "cubes": [ + {"origin": [-3.5, 13.89183, -10.45783], "size": [2, 3, 1], "inflate": -0.35, "pivot": [1, 10.92439, -5.80806], "rotation": [22.5, 0, 0], "uv": [34, 0], "mirror": true}, + {"origin": [-2.975, 15.34183, -10.29778], "size": [1, 1, 1], "inflate": -0.175, "pivot": [1, 10.92439, -5.80806], "rotation": [22.5, 0, 0], "uv": [9, 20], "mirror": true} + ] + }, + { + "name": "left_eye", + "parent": "head", + "pivot": [-1, 10.92439, -5.80806], + "cubes": [ + {"origin": [1.5, 13.89183, -10.08283], "size": [2, 3, 0], "pivot": [-1, 10.92439, -5.80806], "rotation": [22.5, 0, 0], "uv": [9, 0]} + ] + }, + { + "name": "eye_blink2", + "parent": "left_eye", + "pivot": [-1, 10.92439, -5.80806], + "cubes": [ + {"origin": [1.5, 13.89183, -10.45783], "size": [2, 3, 1], "inflate": -0.35, "pivot": [-1, 10.92439, -5.80806], "rotation": [22.5, 0, 0], "uv": [34, 0]}, + {"origin": [1.975, 15.34183, -10.29778], "size": [1, 1, 1], "inflate": -0.175, "pivot": [-1, 10.92439, -5.80806], "rotation": [22.5, 0, 0], "uv": [9, 20]} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [-1, 10.92439, -5.80806], + "cubes": [ + {"origin": [-2, 11.96531, -11.24925], "size": [4, 1, 1], "inflate": -0.15, "pivot": [-1, 10.92439, -5.80806], "rotation": [22.5, 0, 0], "uv": [48, 14]}, + {"origin": [1.675, 12.34031, -11.24925], "size": [2, 1, 1], "inflate": -0.15, "pivot": [-1, 10.92439, -5.80806], "rotation": [22.5, 0, 0], "uv": [48, 14]}, + {"origin": [-3.675, 12.34031, -11.24925], "size": [2, 1, 1], "inflate": -0.15, "pivot": [1, 10.92439, -5.80806], "rotation": [22.5, 0, 0], "uv": [48, 14], "mirror": true}, + {"origin": [-4, 11.84031, -11.04925], "size": [8, 2, 2], "pivot": [-1, 10.92439, -5.80806], "rotation": [22.5, 0, 0], "uv": [42, 44]}, + {"origin": [3.175, 12.5225, -11.45095], "size": [1, 1, 1], "inflate": -0.15, "pivot": [-0.625, 11.5225, -5.45095], "rotation": [22.5, 0, 0], "uv": [54, 25]}, + {"origin": [3.175, 12.8475, -10.75095], "size": [1, 1, 1], "inflate": -0.15, "pivot": [-0.625, 11.5225, -5.45095], "rotation": [22.5, 0, 0], "uv": [54, 25]}, + {"origin": [-4.175, 12.5225, -11.45095], "size": [1, 1, 1], "inflate": -0.15, "pivot": [0.625, 11.5225, -5.45095], "rotation": [22.5, 0, 0], "uv": [54, 25], "mirror": true}, + {"origin": [-4.175, 12.8725, -10.75095], "size": [1, 1, 1], "inflate": -0.15, "pivot": [0.625, 11.5225, -5.45095], "rotation": [22.5, 0, 0], "uv": [54, 25], "mirror": true} + ] + }, + { + "name": "head_part_1", + "parent": "head", + "pivot": [-3.5, 16.88631, -8.98581] + }, + { + "name": "ear_left", + "parent": "head_part_1", + "pivot": [2.5, 15.88631, -7.98581], + "rotation": [22.5, 0, 0], + "cubes": [ + {"origin": [2.10399, 15.27661, -3.49655], "size": [2, 2, 3], "pivot": [3.5, 16.269, -8.90969], "rotation": [19.87392, -3.12998, 28.2687], "uv": [39, 48], "mirror": true}, + {"origin": [1.05399, 15.25161, -8.49655], "size": [4, 4, 6], "pivot": [3.5, 16.269, -8.90969], "rotation": [19.87392, -3.12998, 28.2687], "uv": [22, 40], "mirror": true} + ] + }, + { + "name": "ear_right", + "parent": "head_part_1", + "pivot": [-2.5, 15.88631, -7.98581], + "rotation": [22.5, 0, 0], + "cubes": [ + {"origin": [-4.10399, 15.27661, -3.49655], "size": [2, 2, 3], "pivot": [-3.5, 16.269, -8.90969], "rotation": [19.87392, 3.12998, -28.2687], "uv": [39, 48]}, + {"origin": [-5.05399, 15.25161, -8.49655], "size": [4, 4, 6], "pivot": [-3.5, 16.269, -8.90969], "rotation": [19.87392, 3.12998, -28.2687], "uv": [22, 40]} + ] + }, + { + "name": "ri9ght_back_leg", + "parent": "body", + "pivot": [-2.5, 2.5, 4.5], + "cubes": [ + {"origin": [-4, 0, 3], "size": [3, 3, 3], "uv": [0, 26]} + ] + }, + { + "name": "right_front_leg", + "parent": "body", + "pivot": [-2.675, 2.5, -4.5], + "cubes": [ + {"origin": [-4.175, 0, -6], "size": [3, 3, 3], "uv": [0, 6]} + ] + }, + { + "name": "left_back_leg", + "parent": "body", + "pivot": [2.5, 2.43691, 4.28092], + "cubes": [ + {"origin": [1, -0.06309, 2.78092], "size": [3, 3, 3], "uv": [0, 26], "mirror": true} + ] + }, + { + "name": "left_front_leg", + "parent": "body", + "pivot": [2.675, 2.5, -4.5], + "cubes": [ + {"origin": [1.175, 0, -6], "size": [3, 3, 3], "uv": [0, 6], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/shellos/shellos_w.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/shellos/shellos_w.geo.json new file mode 100644 index 0000000..53bbb22 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/shellos/shellos_w.geo.json @@ -0,0 +1,201 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "body", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 0, 0] + }, + { + "name": "shelltop", + "parent": "torso", + "pivot": [0, 6.875, 0], + "cubes": [ + {"origin": [-5.1, 3.375, -7], "size": [10, 6, 14], "pivot": [0, 6.875, 0], "rotation": [-5, 0, 0], "uv": [0, 20]}, + {"origin": [-5.1, 3.375, 7.1], "size": [10, 6, 0], "pivot": [0, 6.875, 0], "rotation": [-5, 0, 0], "uv": [58, 0]}, + {"origin": [5, 3.375, -7], "size": [0, 6, 14], "pivot": [0, 6.875, 0], "rotation": [-5, 0, 0], "uv": [0, 40]}, + {"origin": [-5.2, 3.375, -7], "size": [0, 6, 14], "pivot": [0, 6.875, 0], "rotation": [-5, 0, 0], "uv": [0, 40], "mirror": true} + ] + }, + { + "name": "back_part_2", + "parent": "shelltop", + "pivot": [0, 6.875, 0], + "cubes": [ + {"origin": [1.925, 9.375, -2], "size": [2, 3, 2], "pivot": [0, 6.875, 0], "rotation": [-5, 0, 0], "uv": [81, 11]}, + {"origin": [-4.1, 9.375, -2], "size": [2, 3, 2], "pivot": [0, 6.875, 0], "rotation": [-5, 0, 0], "uv": [81, 11], "mirror": true}, + {"origin": [-2.5, 8.375, 0.625], "size": [2, 3, 2], "pivot": [0, 6.875, 0], "rotation": [-5, 0, 0], "uv": [81, 11], "mirror": true}, + {"origin": [0.5, 8.375, 0.625], "size": [2, 3, 2], "pivot": [0, 6.875, 0], "rotation": [-5, 0, 0], "uv": [81, 11]}, + {"origin": [-1.1, 8.375, 4], "size": [2, 3, 2], "pivot": [0, 6.875, 0], "rotation": [-5, 0, 0], "uv": [81, 11]} + ] + }, + { + "name": "body_bot", + "parent": "torso", + "pivot": [-0.1, 3.61246, -0.28544], + "cubes": [ + {"origin": [-5.1, 0.88746, -7.28544], "size": [10, 6, 14], "inflate": -0.5, "pivot": [-0.1, 3.61246, -0.28544], "rotation": [-1.25, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "neck_head", + "parent": "torso", + "pivot": [0.5, 12.88631, -5.26081] + }, + { + "name": "neck", + "parent": "neck_head", + "pivot": [0, 8.92439, -4.08306], + "cubes": [ + {"origin": [-2.5, 7.92439, -8.48306], "size": [5, 8, 5], "pivot": [-1, 12.92439, -6.08306], "rotation": [22.5, 0, 0], "uv": [34, 20]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0.5, 11.88631, -4.98581], + "rotation": [-17.5, 0, 0], + "cubes": [ + {"origin": [-3.5, 11.89031, -10.04925], "size": [7, 6, 8], "pivot": [-1, 10.92439, -5.80806], "rotation": [22.5, 0, 0], "uv": [34, 0]}, + {"origin": [-0.5, 13.84031, -10.3142], "size": [1, 1, 1], "inflate": -0.25, "pivot": [-1, 10.92439, -5.80806], "rotation": [22.5, 0, 0], "uv": [9, 6]} + ] + }, + { + "name": "left_eye2", + "parent": "head", + "pivot": [-1, 10.92439, -5.80806], + "cubes": [ + {"origin": [-2.975, 15.34183, -10.29778], "size": [1, 1, 1], "inflate": -0.175, "pivot": [1, 10.92439, -5.80806], "rotation": [22.5, 0, 0], "uv": [9, 20], "mirror": true}, + {"origin": [-3.5, 13.89183, -10.08283], "size": [2, 3, 0], "pivot": [1, 10.92439, -5.80806], "rotation": [22.5, 0, 0], "uv": [9, 0], "mirror": true}, + {"origin": [-3.5, 13.89183, -10.45783], "size": [2, 3, 1], "inflate": -0.35, "pivot": [1, 10.92439, -5.80806], "rotation": [22.5, 0, 0], "uv": [34, 0], "mirror": true} + ] + }, + { + "name": "left_eye", + "parent": "head", + "pivot": [-1, 10.92439, -5.80806], + "cubes": [ + {"origin": [1.975, 15.34183, -10.29778], "size": [1, 1, 1], "inflate": -0.175, "pivot": [-1, 10.92439, -5.80806], "rotation": [22.5, 0, 0], "uv": [9, 20]}, + {"origin": [1.5, 13.89183, -10.08283], "size": [2, 3, 0], "pivot": [-1, 10.92439, -5.80806], "rotation": [22.5, 0, 0], "uv": [9, 0]}, + {"origin": [1.5, 13.89183, -10.45783], "size": [2, 3, 1], "inflate": -0.35, "pivot": [-1, 10.92439, -5.80806], "rotation": [22.5, 0, 0], "uv": [34, 0]} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [-1, 10.92439, -5.80806], + "cubes": [ + {"origin": [-2, 11.96531, -11.24925], "size": [4, 1, 1], "inflate": -0.15, "pivot": [-1, 10.92439, -5.80806], "rotation": [22.5, 0, 0], "uv": [48, 14]}, + {"origin": [1.675, 12.34031, -11.24925], "size": [2, 1, 1], "inflate": -0.15, "pivot": [-1, 10.92439, -5.80806], "rotation": [22.5, 0, 0], "uv": [48, 14]}, + {"origin": [-3.675, 12.34031, -11.24925], "size": [2, 1, 1], "inflate": -0.15, "pivot": [1, 10.92439, -5.80806], "rotation": [22.5, 0, 0], "uv": [48, 14], "mirror": true}, + {"origin": [-4, 11.84031, -11.04925], "size": [8, 2, 2], "pivot": [-1, 10.92439, -5.80806], "rotation": [22.5, 0, 0], "uv": [42, 44]}, + {"origin": [3.175, 12.5225, -11.45095], "size": [1, 1, 1], "inflate": -0.15, "pivot": [-0.625, 11.5225, -5.45095], "rotation": [22.5, 0, 0], "uv": [54, 25]}, + {"origin": [3.175, 12.8475, -10.75095], "size": [1, 1, 1], "inflate": -0.15, "pivot": [-0.625, 11.5225, -5.45095], "rotation": [22.5, 0, 0], "uv": [54, 25]}, + {"origin": [-4.175, 12.5225, -11.45095], "size": [1, 1, 1], "inflate": -0.15, "pivot": [0.625, 11.5225, -5.45095], "rotation": [22.5, 0, 0], "uv": [54, 25], "mirror": true}, + {"origin": [-4.175, 12.8725, -10.75095], "size": [1, 1, 1], "inflate": -0.15, "pivot": [0.625, 11.5225, -5.45095], "rotation": [22.5, 0, 0], "uv": [54, 25], "mirror": true} + ] + }, + { + "name": "head_part_2", + "parent": "head", + "pivot": [-2.5, 16.57117, -9.34391] + }, + { + "name": "headpiece_3", + "parent": "head_part_2", + "pivot": [-1.975, 16.55811, -8.66025], + "rotation": [1.40817, 4.42082, -16.04424], + "cubes": [ + {"origin": [-2.975, 15.7581, -9.63097], "size": [2, 4, 2], "inflate": 0.075, "pivot": [-1.975, 16.42117, -8.81891], "rotation": [22.5, 0, 0], "uv": [89, 2], "mirror": true}, + {"origin": [-2.975, 18.7581, -9.63097], "size": [2, 3, 2], "inflate": 0.5, "pivot": [-1.975, 16.42117, -8.81891], "rotation": [22.5, 0, 0], "uv": [81, 2], "mirror": true} + ] + }, + { + "name": "headpiece_2", + "parent": "head_part_2", + "pivot": [1.975, 16.55811, -8.66025], + "rotation": [1.40817, -4.42082, 16.04424], + "cubes": [ + {"origin": [0.975, 15.7581, -9.63097], "size": [2, 4, 2], "inflate": 0.075, "pivot": [1.975, 16.42117, -8.81891], "rotation": [22.5, 0, 0], "uv": [89, 2]}, + {"origin": [0.975, 18.7581, -9.63097], "size": [2, 3, 2], "inflate": 0.5, "pivot": [1.975, 16.42117, -8.81891], "rotation": [22.5, 0, 0], "uv": [81, 2]} + ] + }, + { + "name": "headpiece_5", + "parent": "head_part_2", + "pivot": [-1.45, 17.53311, -6.18525], + "rotation": [-6.4116, -1.07057, -9.44004], + "cubes": [ + {"origin": [-2.45, 16.7331, -7.15597], "size": [2, 4, 2], "inflate": 0.075, "pivot": [-1.45, 17.39617, -6.34391], "rotation": [22.5, 0, 0], "uv": [89, 2], "mirror": true}, + {"origin": [-2.45, 19.7331, -7.15597], "size": [2, 3, 2], "inflate": 0.5, "pivot": [-1.45, 17.39617, -6.34391], "rotation": [22.5, 0, 0], "uv": [81, 2], "mirror": true} + ] + }, + { + "name": "headpiece_4", + "parent": "head_part_2", + "pivot": [1.45, 17.53311, -6.18525], + "rotation": [-6.4116, 1.07057, 9.44004], + "cubes": [ + {"origin": [0.45, 16.7331, -7.15597], "size": [2, 4, 2], "inflate": 0.075, "pivot": [1.45, 17.39617, -6.34391], "rotation": [22.5, 0, 0], "uv": [89, 2]}, + {"origin": [0.45, 19.7331, -7.15597], "size": [2, 3, 2], "inflate": 0.5, "pivot": [1.45, 17.39617, -6.34391], "rotation": [22.5, 0, 0], "uv": [81, 2]} + ] + }, + { + "name": "headpiece_1", + "parent": "head_part_2", + "pivot": [-0.025, 16.63311, -9.43525], + "cubes": [ + {"origin": [-1.025, 15.8331, -10.40597], "size": [2, 4, 2], "inflate": 0.075, "pivot": [-0.025, 16.49617, -9.59391], "rotation": [22.5, 0, 0], "uv": [89, 2]}, + {"origin": [-1.025, 18.8331, -10.40597], "size": [2, 3, 2], "inflate": 0.5, "pivot": [-0.025, 16.49617, -9.59391], "rotation": [22.5, 0, 0], "uv": [81, 2]} + ] + }, + { + "name": "ri9ght_back_leg", + "parent": "body", + "pivot": [-2.5, 1.5, 4.5], + "cubes": [ + {"origin": [-4, 0, 3], "size": [3, 3, 3], "uv": [0, 26]} + ] + }, + { + "name": "right_front_leg", + "parent": "body", + "pivot": [-2.675, 2.5, -4.5], + "cubes": [ + {"origin": [-4.175, 0, -6], "size": [3, 3, 3], "uv": [0, 6]} + ] + }, + { + "name": "left_back_leg", + "parent": "body", + "pivot": [2.5, 2.43691, 4.28092], + "cubes": [ + {"origin": [1, -0.06309, 2.78092], "size": [3, 3, 3], "uv": [0, 26], "mirror": true} + ] + }, + { + "name": "left_front_leg", + "parent": "body", + "pivot": [2.675, 2.5, -4.5], + "cubes": [ + {"origin": [1.175, 0, -6], "size": [3, 3, 3], "uv": [0, 6], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/shuppet/shuppet.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/shuppet/shuppet.geo.json new file mode 100644 index 0000000..f8e536e --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/shuppet/shuppet.geo.json @@ -0,0 +1,187 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.shuppet", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "shuppet", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "shuppet", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 0, 0] + }, + { + "name": "bone", + "parent": "torso", + "pivot": [0, 0, 0] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 4.5, 0], + "cubes": [ + {"origin": [-4, 5, -4], "size": [8, 7, 8], "uv": [0, 0]} + ] + }, + { + "name": "horn", + "parent": "head", + "pivot": [0, 12, 0], + "cubes": [ + {"origin": [-1.5, 11.5, -1.5], "size": [3, 5, 3], "uv": [0, 32]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [0, 0, 0] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-3, 1, -3], + "cubes": [ + {"origin": [-4.01, 7, -4.01], "size": [3, 3, 0], "uv": [18, 16]}, + {"origin": [-6.99, 7, -4.01], "size": [3, 3, 0], "pivot": [-4, 8.5, -4], "rotation": [0, 90, 0], "uv": [0, 18]} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-2.49, 8.5, -3.91], + "cubes": [ + {"origin": [-3.99, 7, -3.91], "size": [3, 3, 0], "inflate": 0.01, "uv": [0, 4]} + ] + }, + { + "name": "eyelid_right2", + "parent": "eye_right", + "pivot": [-3.91, 8.5, -2.49], + "cubes": [ + {"origin": [-7.01, 7, -3.91], "size": [3, 3, 0], "inflate": 0.01, "pivot": [-4, 8.5, -4], "rotation": [0, 90, 0], "uv": [0, 0]} + ] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [3.26, 8.5, -3.26], + "cubes": [ + {"origin": [1.01, 7, -4.01], "size": [3, 3, 0], "uv": [20, 32]}, + {"origin": [3.99, 7, -4.01], "size": [3, 3, 0], "pivot": [4, 8.5, -4], "rotation": [0, -90, 0], "uv": [13, 32]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [2.49, 8.5, -3.91], + "cubes": [ + {"origin": [0.99, 7, -3.91], "size": [3, 3, 0], "inflate": 0.01, "uv": [23, 27]} + ] + }, + { + "name": "eyelid_left2", + "parent": "eye_left", + "pivot": [3.91, 8.5, -2.49], + "cubes": [ + {"origin": [4.01, 7, -3.91], "size": [3, 3, 0], "inflate": 0.01, "pivot": [4, 8.5, -4], "rotation": [0, -90, 0], "uv": [18, 20]} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [0, 6, -4.01], + "cubes": [ + {"origin": [-2, 5.5, -4.01], "size": [4, 1, 0], "uv": [0, 16]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 5, 0], + "cubes": [ + {"origin": [-2, 3, -2], "size": [4, 2, 4], "uv": [27, 27]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [-0.5, 2.73895, -1.48289], + "cubes": [ + {"origin": [-4.5, 3, -5.5], "size": [4, 0, 4], "pivot": [1.5, 3, -1.5], "rotation": [7.5, 0, 0], "uv": [23, 36]} + ] + }, + { + "name": "tail2_sub", + "parent": "tail2", + "pivot": [2, 2.67368, -1.97861], + "cubes": [ + {"origin": [-0.5, 3, -6.5], "size": [5, 0, 5], "pivot": [1.5, 3, -1.5], "rotation": [7.5, 0, 0], "uv": [3, 26]} + ] + }, + { + "name": "tail3", + "parent": "tail", + "pivot": [0.5, 2.73895, 1.48289], + "cubes": [ + {"origin": [0.5, 3, 1.5], "size": [4, 0, 4], "pivot": [-1.5, 3, 1.5], "rotation": [-7.5, 0, 0], "uv": [25, 0]} + ] + }, + { + "name": "tail3_sub", + "parent": "tail3", + "pivot": [-2, 2.67368, 1.97861], + "cubes": [ + {"origin": [-4.5, 3, 1.5], "size": [5, 0, 5], "pivot": [-1.5, 3, 1.5], "rotation": [-7.5, 0, 0], "uv": [28, 0]} + ] + }, + { + "name": "tail4", + "parent": "tail", + "pivot": [1.48289, 2.73895, -0.5], + "cubes": [ + {"origin": [1.5, 3, -4.5], "size": [4, 0, 4], "pivot": [1.5, 3, 1.5], "rotation": [0, 0, 7.5], "uv": [23, 22]} + ] + }, + { + "name": "tail4_sub", + "parent": "tail4", + "pivot": [1.97861, 2.67368, 2], + "cubes": [ + {"origin": [1.5, 3, -0.5], "size": [5, 0, 5], "pivot": [1.5, 3, 1.5], "rotation": [0, 0, 7.5], "uv": [22, 17]} + ] + }, + { + "name": "tail5", + "parent": "tail", + "pivot": [-1.48289, 2.73895, 0.5], + "cubes": [ + {"origin": [-5.5, 3, 0.5], "size": [4, 0, 4], "pivot": [-1.5, 3, -1.5], "rotation": [0, 0, -7.5], "uv": [5, 21]} + ] + }, + { + "name": "tail5_sub", + "parent": "tail5", + "pivot": [-1.97861, 2.67368, -2], + "cubes": [ + {"origin": [-6.5, 3, -4.5], "size": [5, 0, 5], "pivot": [-1.5, 3, -1.5], "rotation": [0, 0, -7.5], "uv": [3, 16]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/sinistcha/sinistcha.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/sinistcha/sinistcha.geo.json new file mode 100644 index 0000000..cf59262 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/sinistcha/sinistcha.geo.json @@ -0,0 +1,661 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "sinischa", + "pivot": [0, 0, 0] + }, + { + "name": "body_whole", + "parent": "sinischa", + "pivot": [0, 0, 0], + "rotation": [0, 180, 0] + }, + { + "name": "cup", + "parent": "body_whole", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-5, 4.05, -4], "size": [1, 7, 8], "uv": [20, 23]}, + {"origin": [-3, 2.325, -3], "size": [6, 1, 6], "uv": [30, 21]}, + {"origin": [-4, 3.05, -4], "size": [8, 1, 8], "uv": [0, 14]}, + {"origin": [-5, 4.05, -5], "size": [10, 7, 1], "uv": [37, 37]}, + {"origin": [-5, 4.05, 4], "size": [10, 7, 1], "uv": [34, 0]}, + {"origin": [4, 4.05, -4], "size": [1, 7, 8], "uv": [24, 6]} + ] + }, + { + "name": "tea", + "parent": "cup", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-4, 4.05, -4], "size": [8, 6, 8], "uv": [0, 0]} + ] + }, + { + "name": "leg", + "parent": "cup", + "pivot": [1, 2.75, 0] + }, + { + "name": "right_leg", + "parent": "leg", + "pivot": [-1, 2.725, 0], + "cubes": [ + {"origin": [-2, -0.3, -1], "size": [2, 4, 2], "inflate": -0.325, "uv": [20, 23]} + ] + }, + { + "name": "left_leg", + "parent": "leg", + "pivot": [1, 2.75, 0], + "cubes": [ + {"origin": [0, 0.475, -1], "size": [2, 3, 2], "inflate": -0.325, "uv": [26, 0]} + ] + }, + { + "name": "body", + "parent": "body_whole", + "pivot": [-1.5, 0, -0.5] + }, + { + "name": "head", + "parent": "body", + "pivot": [-0.00833, 10.05833, 3.209], + "cubes": [ + {"origin": [-0.5, 12.85, 4.05], "size": [1, 1, 0], "uv": [0, 19]}, + {"origin": [-0.5, 13.325, 4.052], "size": [1, 1, 0], "uv": [0, 18]}, + {"origin": [-2.525, 8, -0.975], "size": [5, 8, 5], "uv": [0, 23]} + ] + }, + { + "name": "eye_left2", + "parent": "head", + "pivot": [1.05, 0, -0.475], + "cubes": [ + {"origin": [0.525, 13.1, 3.802], "size": [1, 1, 0], "inflate": -0.25, "uv": [0, 15]}, + {"origin": [0.875, 12.95, 3.652], "size": [1, 2, 0], "inflate": -0.4, "uv": [0, 2]}, + {"origin": [0.775, 14.25, 3.752], "size": [1, 1, 0], "inflate": -0.3, "uv": [0, 14]}, + {"origin": [0.775, 13.175, 4.05], "size": [1, 2, 0], "uv": [0, 0]} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [-1.5, 0, -0.475], + "cubes": [ + {"origin": [-2.025, 13.1, 3.802], "size": [1, 1, 0], "inflate": -0.25, "uv": [0, 16]}, + {"origin": [-1.675, 12.95, 3.652], "size": [1, 2, 0], "inflate": -0.4, "uv": [0, 4]}, + {"origin": [-1.775, 14.25, 3.752], "size": [1, 1, 0], "inflate": -0.3, "uv": [0, 17]}, + {"origin": [-1.775, 13.175, 4.05], "size": [1, 2, 0], "uv": [0, 6]} + ] + }, + { + "name": "hat", + "parent": "head", + "pivot": [-1, 0, -2], + "cubes": [ + {"origin": [-2, 16, -0.45], "size": [4, 2, 4], "uv": [12, 38]}, + {"origin": [-0.5, 16.4, 3.6], "size": [1, 1, 0], "uv": [46, 8]}, + {"origin": [-1.125, 16.4, 3.575], "size": [1, 2, 0], "pivot": [-1, 17.4, 3.6], "rotation": [0, 0, -37.75], "uv": [46, 10]}, + {"origin": [0.125, 16.4, 3.575], "size": [1, 2, 0], "pivot": [1, 17.4, 3.6], "rotation": [0, 0, 37.75], "uv": [46, 10], "mirror": true}, + {"origin": [-2, 17.75, -0.45], "size": [4, 2, 4], "inflate": -0.25, "uv": [0, 36]}, + {"origin": [-2, 19, -0.45], "size": [4, 2, 4], "uv": [34, 8]}, + {"origin": [-2, 21, 2.55], "size": [4, 2, 1], "uv": [30, 28]}, + {"origin": [-2, 21, 0.55], "size": [1, 2, 2], "uv": [38, 29]}, + {"origin": [1, 21, 0.55], "size": [1, 2, 2], "uv": [38, 33]}, + {"origin": [-2, 21, -0.45], "size": [4, 2, 1], "uv": [24, 38]} + ] + }, + { + "name": "string5", + "parent": "hat", + "pivot": [0.25, 16.149, 2.925], + "rotation": [0, 43.5, 0] + }, + { + "name": "rightt_straw", + "parent": "hat", + "pivot": [1.52263, 16.074, -0.4392] + }, + { + "name": "string14", + "parent": "rightt_straw", + "pivot": [1.52263, 16.074, -0.4392], + "rotation": [0, 90, 0], + "cubes": [ + {"origin": [1.02263, 16.074, -2.4392], "size": [1, 0, 3], "uv": [29, 21]} + ] + }, + { + "name": "bone28", + "parent": "string14", + "pivot": [1.52263, 16.01598, 0.58219], + "rotation": [-11.25, 0, 0], + "cubes": [ + {"origin": [1.02263, 16.73578, 0.23803], "size": [1, 0, 1], "pivot": [1.03021, 16.06905, -0.32143], "rotation": [-50, 0, 0], "uv": [0, 26]} + ] + }, + { + "name": "bone29", + "parent": "bone28", + "pivot": [1.52263, 15.31898, 1.21505], + "rotation": [-27.75, 0, 0], + "cubes": [ + {"origin": [1.02263, 15.6808, 0.57672], "size": [1, 0, 4], "pivot": [1.03021, 14.81766, 0.47462], "rotation": [-50, 0, 0], "uv": [2, 14]} + ] + }, + { + "name": "string15", + "parent": "rightt_straw", + "pivot": [1.52263, 16.074, 2.5108], + "rotation": [0, 90, 0], + "cubes": [ + {"origin": [1.02263, 16.074, 1.5108], "size": [1, 0, 2], "uv": [0, 6]} + ] + }, + { + "name": "bone30", + "parent": "string15", + "pivot": [1.52263, 16.01598, 3.53219], + "rotation": [-11.25, 0, 0], + "cubes": [ + {"origin": [1.02263, 16.73578, 3.18803], "size": [1, 0, 1], "pivot": [1.03021, 16.06905, 2.62857], "rotation": [-50, 0, 0], "uv": [25, 24]} + ] + }, + { + "name": "bone31", + "parent": "bone30", + "pivot": [1.52263, 15.31898, 4.16505], + "rotation": [-27.75, 0, 0], + "cubes": [ + {"origin": [1.02263, 15.6808, 3.52672], "size": [1, 0, 3], "pivot": [1.03021, 14.81766, 3.42462], "rotation": [-50, 0, 0], "uv": [27, 23]} + ] + }, + { + "name": "string16", + "parent": "rightt_straw", + "pivot": [1.52263, 16.074, 1.0358], + "rotation": [0, 90, 0], + "cubes": [ + {"origin": [1.02263, 16.074, 0.0358], "size": [1, 0, 2], "uv": [0, 4]} + ] + }, + { + "name": "bone32", + "parent": "string16", + "pivot": [1.52263, 16.01598, 2.05719], + "rotation": [-11.25, 0, 0], + "cubes": [ + {"origin": [1.02263, 16.73578, 1.71303], "size": [1, 0, 1], "pivot": [1.03021, 16.06905, 1.15357], "rotation": [-50, 0, 0], "uv": [25, 23]} + ] + }, + { + "name": "bone33", + "parent": "bone32", + "pivot": [1.52263, 15.31898, 2.69005], + "rotation": [-27.75, 0, 0], + "cubes": [ + {"origin": [1.02263, 15.6808, 2.05172], "size": [1, 0, 4], "pivot": [1.03021, 14.81766, 1.94962], "rotation": [-50, 0, 0], "uv": [0, 14]} + ] + }, + { + "name": "leftt_straw", + "parent": "hat", + "pivot": [-1.52263, 16.074, -0.4392] + }, + { + "name": "string10", + "parent": "leftt_straw", + "pivot": [-1.52263, 16.074, -0.4392], + "rotation": [0, -90, 0], + "cubes": [ + {"origin": [-2.02263, 16.074, -1.4392], "size": [1, 0, 2], "uv": [0, 14]} + ] + }, + { + "name": "bone20", + "parent": "string10", + "pivot": [-1.52263, 16.01598, 0.58219], + "rotation": [-11.25, 0, 0], + "cubes": [ + {"origin": [-2.02263, 16.73578, 0.23803], "size": [1, 0, 1], "pivot": [-1.03021, 16.06905, -0.32143], "rotation": [-50, 0, 0], "uv": [16, 26]} + ] + }, + { + "name": "bone21", + "parent": "bone20", + "pivot": [-1.52263, 15.31898, 1.21505], + "rotation": [-27.75, 0, 0], + "cubes": [ + {"origin": [-2.02263, 15.6808, 0.57672], "size": [1, 0, 4], "pivot": [-1.03021, 14.81766, 0.47462], "rotation": [-50, 0, 0], "uv": [20, 0]} + ] + }, + { + "name": "string4", + "parent": "leftt_straw", + "pivot": [-1.52263, 16.074, 2.5108], + "rotation": [0, -90, 0], + "cubes": [ + {"origin": [-2.02263, 16.074, 1.5108], "size": [1, 0, 2], "uv": [0, 18]} + ] + }, + { + "name": "bone7", + "parent": "string4", + "pivot": [-1.52263, 16.01598, 3.53219], + "rotation": [-11.25, 0, 0], + "cubes": [ + {"origin": [-2.02263, 16.73578, 3.18803], "size": [1, 0, 1], "pivot": [-1.03021, 16.06905, 2.62857], "rotation": [-50, 0, 0], "uv": [2, 27]} + ] + }, + { + "name": "bone8", + "parent": "bone7", + "pivot": [-1.52263, 15.31898, 4.16505], + "rotation": [-27.75, 0, 0], + "cubes": [ + {"origin": [-2.02263, 15.6808, 3.52672], "size": [1, 0, 3], "pivot": [-1.03021, 14.81766, 3.42462], "rotation": [-50, 0, 0], "uv": [29, 24]} + ] + }, + { + "name": "string9", + "parent": "leftt_straw", + "pivot": [-1.52263, 16.074, 1.0358], + "rotation": [0, -90, 0], + "cubes": [ + {"origin": [-2.02263, 16.074, 0.0358], "size": [1, 0, 2], "uv": [0, 16]} + ] + }, + { + "name": "bone9", + "parent": "string9", + "pivot": [-1.52263, 16.01598, 2.05719], + "rotation": [-11.25, 0, 0], + "cubes": [ + {"origin": [-2.02263, 16.73578, 1.71303], "size": [1, 0, 1], "pivot": [-1.03021, 16.06905, 1.15357], "rotation": [-50, 0, 0], "uv": [0, 27]} + ] + }, + { + "name": "bone19", + "parent": "bone9", + "pivot": [-1.52263, 15.31898, 2.69005], + "rotation": [-27.75, 0, 0], + "cubes": [ + {"origin": [-2.02263, 15.6808, 2.05172], "size": [1, 0, 4], "pivot": [-1.03021, 14.81766, 1.94962], "rotation": [-50, 0, 0], "uv": [20, 4]} + ] + }, + { + "name": "bone39", + "parent": "hat", + "pivot": [1.99763, 16.049, -0.0608] + }, + { + "name": "string19", + "parent": "bone39", + "pivot": [0.72263, 16.049, -0.0608], + "cubes": [ + {"origin": [0.22263, 16.049, -1.0608], "size": [1, 0, 2], "uv": [0, 0]} + ] + }, + { + "name": "bone40", + "parent": "string19", + "pivot": [0.72263, 15.99098, -1.08219], + "rotation": [11.25, 0, 0], + "cubes": [ + {"origin": [0.22263, 16.71078, -1.73803], "size": [1, 0, 1], "pivot": [0.23021, 16.04405, -0.17857], "rotation": [50, 0, 0], "uv": [25, 1]} + ] + }, + { + "name": "bone41", + "parent": "bone40", + "pivot": [0.72263, 15.29398, -1.71505], + "rotation": [27.75, 0, 0], + "cubes": [ + {"origin": [0.22263, 15.6558, -5.07672], "size": [1, 0, 4], "pivot": [0.23021, 14.79266, -0.97462], "rotation": [50, 0, 0], "uv": [0, 4]} + ] + }, + { + "name": "string20", + "parent": "bone39", + "pivot": [1.99763, 16.049, -0.0608], + "cubes": [ + {"origin": [1.49763, 16.049, -1.0608], "size": [1, 0, 4], "uv": [2, 0]} + ] + }, + { + "name": "bone42", + "parent": "string20", + "pivot": [1.99763, 15.99098, -1.08219], + "rotation": [11.25, 0, 0], + "cubes": [ + {"origin": [1.49763, 16.71078, -1.73803], "size": [1, 0, 1], "pivot": [1.50521, 16.04405, -0.17857], "rotation": [50, 0, 0], "uv": [25, 0]} + ] + }, + { + "name": "bone43", + "parent": "bone42", + "pivot": [1.99763, 15.29398, -1.71505], + "rotation": [27.75, 0, 0], + "cubes": [ + {"origin": [1.49763, 15.6558, -5.07672], "size": [1, 0, 4], "pivot": [1.50521, 14.79266, -0.97462], "rotation": [50, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "bone38", + "parent": "hat", + "pivot": [-1.99763, 16.049, -0.0608] + }, + { + "name": "string18", + "parent": "bone38", + "pivot": [-0.77263, 16.049, -0.0608], + "cubes": [ + {"origin": [-1.27263, 16.049, -1.0608], "size": [1, 0, 2], "uv": [0, 2]} + ] + }, + { + "name": "bone36", + "parent": "string18", + "pivot": [-0.77263, 15.99098, -1.08219], + "rotation": [11.25, 0, 0], + "cubes": [ + {"origin": [-1.27263, 16.71078, -1.73803], "size": [1, 0, 1], "pivot": [-0.28021, 16.04405, -0.17857], "rotation": [50, 0, 0], "uv": [25, 21]} + ] + }, + { + "name": "bone37", + "parent": "bone36", + "pivot": [-0.77263, 15.29398, -1.71505], + "rotation": [27.75, 0, 0], + "cubes": [ + {"origin": [-1.27263, 15.6558, -5.07672], "size": [1, 0, 4], "pivot": [-0.28021, 14.79266, -0.97462], "rotation": [50, 0, 0], "uv": [2, 4]} + ] + }, + { + "name": "string2", + "parent": "bone38", + "pivot": [-1.99763, 16.049, -0.0608], + "cubes": [ + {"origin": [-2.49763, 16.049, -1.0608], "size": [1, 0, 4], "uv": [2, 18]} + ] + }, + { + "name": "bone3", + "parent": "string2", + "pivot": [-1.99763, 15.99098, -1.08219], + "rotation": [11.25, 0, 0], + "cubes": [ + {"origin": [-2.49763, 16.71078, -1.73803], "size": [1, 0, 1], "pivot": [-1.50521, 16.04405, -0.17857], "rotation": [50, 0, 0], "uv": [14, 26]} + ] + }, + { + "name": "bone4", + "parent": "bone3", + "pivot": [-1.99763, 15.29398, -1.71505], + "rotation": [27.75, 0, 0], + "cubes": [ + {"origin": [-2.49763, 15.6558, -5.07672], "size": [1, 0, 4], "pivot": [-1.50521, 14.79266, -0.97462], "rotation": [50, 0, 0], "uv": [0, 18]} + ] + }, + { + "name": "string21", + "parent": "hat", + "pivot": [-2.05237, 16.049, 3.0608], + "rotation": [0, -23, 0], + "cubes": [ + {"origin": [-2.55237, 16.049, 1.0608], "size": [1, 0, 3], "uv": [23, 5]} + ] + }, + { + "name": "bone44", + "parent": "string21", + "pivot": [-2.05237, 15.99098, 4.08219], + "rotation": [-11.25, 0, 0], + "cubes": [ + {"origin": [-2.55237, 16.71078, 3.73803], "size": [1, 0, 1], "pivot": [-2.54479, 16.04405, 3.17857], "rotation": [-50, 0, 0], "uv": [0, 23]} + ] + }, + { + "name": "bone45", + "parent": "bone44", + "pivot": [-2.05237, 15.29398, 4.71505], + "rotation": [-27.75, 0, 0], + "cubes": [ + {"origin": [-2.55237, 15.6558, 4.07672], "size": [1, 0, 3], "pivot": [-2.54479, 14.79266, 3.97462], "rotation": [-50, 0, 0], "uv": [0, 23]} + ] + }, + { + "name": "string22", + "parent": "hat", + "pivot": [2.05237, 16.049, 3.0608], + "rotation": [0, 23, 0], + "cubes": [ + {"origin": [1.55237, 16.049, 1.0608], "size": [1, 0, 3], "uv": [25, 5]} + ] + }, + { + "name": "bone46", + "parent": "string22", + "pivot": [2.05237, 15.99098, 4.08219], + "rotation": [-11.25, 0, 0], + "cubes": [ + {"origin": [1.55237, 16.71078, 3.73803], "size": [1, 0, 1], "pivot": [2.54479, 16.04405, 3.17857], "rotation": [-50, 0, 0], "uv": [0, 25]} + ] + }, + { + "name": "bone47", + "parent": "bone46", + "pivot": [2.05237, 15.29398, 4.71505], + "rotation": [-27.75, 0, 0], + "cubes": [ + {"origin": [1.55237, 15.6558, 4.07672], "size": [1, 0, 3], "pivot": [2.54479, 14.79266, 3.97462], "rotation": [-50, 0, 0], "uv": [14, 23]} + ] + }, + { + "name": "string17", + "parent": "hat", + "pivot": [-0.82263, 16.049, 2.7108], + "rotation": [0, -16.75, 0], + "cubes": [ + {"origin": [-1.32263, 16.049, 1.2108], "size": [1, 0, 3], "uv": [12, 23]} + ] + }, + { + "name": "bone34", + "parent": "string17", + "pivot": [1.42263, 15.99098, 4.23219], + "rotation": [-11.25, 0, 0], + "cubes": [ + {"origin": [-1.32263, 16.71078, 3.88803], "size": [1, 0, 1], "pivot": [-0.33021, 16.04405, 3.32857], "rotation": [-50, 0, 0], "uv": [23, 21]} + ] + }, + { + "name": "bone35", + "parent": "bone34", + "pivot": [1.42263, 15.29398, 4.86505], + "rotation": [-27.75, 0, 0] + }, + { + "name": "string13", + "parent": "hat", + "pivot": [0.74763, 16.049, 2.7108], + "rotation": [0, 16.75, 0], + "cubes": [ + {"origin": [0.24763, 16.049, 1.2108], "size": [1, 0, 3], "uv": [27, 5]} + ] + }, + { + "name": "bone26", + "parent": "string13", + "pivot": [-1.49763, 15.99098, 4.23219], + "rotation": [-11.25, 0, 0], + "cubes": [ + {"origin": [0.24763, 16.71078, 3.88803], "size": [1, 0, 1], "pivot": [0.25521, 16.04405, 3.32857], "rotation": [-50, 0, 0], "uv": [0, 24]} + ] + }, + { + "name": "bone27", + "parent": "bone26", + "pivot": [-1.49763, 15.29398, 4.86505], + "rotation": [-27.75, 0, 0] + }, + { + "name": "string6", + "parent": "hat", + "pivot": [-1.99763, 16.049, 3.0608] + }, + { + "name": "bone13", + "parent": "string6", + "pivot": [-1.99763, 15.99098, 4.08219], + "rotation": [-11.25, 0, 0] + }, + { + "name": "bone14", + "parent": "bone13", + "pivot": [-1.99763, 15.29398, 4.71505], + "rotation": [-27.75, 0, 0] + }, + { + "name": "string", + "parent": "hat", + "pivot": [-1, 0, -2.575] + }, + { + "name": "bone", + "parent": "string", + "pivot": [-0.025, 16.07624, 4.13778], + "rotation": [8.5, 0, 0], + "cubes": [ + {"origin": [-0.525, 16.074, 4.125], "size": [1, 0, 1], "pivot": [-0.025, 16.074, 4.125], "rotation": [-71, 0, 0], "uv": [14, 27]} + ] + }, + { + "name": "bone2", + "parent": "bone", + "pivot": [-0.025, 15.299, 4.625], + "rotation": [-32.5, 0, 0] + }, + { + "name": "string3", + "parent": "string", + "pivot": [-1, 0, -2.575] + }, + { + "name": "bone5", + "parent": "string3", + "pivot": [-2, 0.999, -3.025] + }, + { + "name": "bone6", + "parent": "bone5", + "pivot": [-0.025, 15.299, 4.625], + "rotation": [-32.5, 0, 0] + }, + { + "name": "string12", + "parent": "string3", + "pivot": [-1, 0, -2.575] + }, + { + "name": "bone24", + "parent": "string12", + "pivot": [-2, 0.999, -3.025] + }, + { + "name": "bone25", + "parent": "bone24", + "pivot": [-0.025, 15.299, 4.625], + "rotation": [-32.5, 0, 0] + }, + { + "name": "string8", + "parent": "string", + "pivot": [-1, 0, -2.575], + "cubes": [ + {"origin": [-0.525, 16.074, 3.125], "size": [1, 0, 1], "uv": [2, 26]} + ] + }, + { + "name": "bone17", + "parent": "string8", + "pivot": [-2, 0.999, -3.025] + }, + { + "name": "bone18", + "parent": "bone17", + "pivot": [-0.025, 15.299, 4.625], + "rotation": [-32.5, 0, 0] + }, + { + "name": "string11", + "parent": "string8", + "pivot": [-1, 0, -2.575] + }, + { + "name": "bone22", + "parent": "string11", + "pivot": [-2, 0.999, -3.025] + }, + { + "name": "bone23", + "parent": "bone22", + "pivot": [-0.025, 15.299, 4.625], + "rotation": [-32.5, 0, 0] + }, + { + "name": "hand_r2", + "parent": "body", + "pivot": [1.975, 12, 3.5], + "rotation": [-29, 0, 0], + "cubes": [ + {"origin": [1.475, 12, 2.5], "size": [1, 0, 3], "uv": [31, 8]} + ] + }, + { + "name": "hand_finger2", + "parent": "hand_r2", + "pivot": [1.975, 12, 5.475], + "rotation": [-49.25, 0, 0], + "cubes": [ + {"origin": [1.475, 12.01859, 5.49056], "size": [1, 0, 2], "uv": [0, 20]}, + {"origin": [2.1, 11.975, 6.1], "size": [1, 0, 1], "pivot": [1.975, 11.975, 5.475], "rotation": [0, -57.75, 0], "uv": [19, 29]}, + {"origin": [-1.025, 11.975, 9.45], "size": [1, 0, 1], "pivot": [-2.025, 11.975, 5.475], "rotation": [0, 57.75, 0], "uv": [27, 21]} + ] + }, + { + "name": "hand_r", + "parent": "body", + "pivot": [-2, 12, 3.5], + "rotation": [-29, 0, 0], + "cubes": [ + {"origin": [-2.5, 12, 2.5], "size": [1, 0, 3], "uv": [31, 21]} + ] + }, + { + "name": "hand_finger", + "parent": "hand_r", + "pivot": [-2, 12, 5.475], + "rotation": [-49.25, 0, 0], + "cubes": [ + {"origin": [-2.5, 12.01859, 5.49056], "size": [1, 0, 2], "uv": [17, 23]}, + {"origin": [-3.125, 11.975, 6.1], "size": [1, 0, 1], "pivot": [-2, 11.975, 5.475], "rotation": [0, 57.75, 0], "uv": [29, 21]}, + {"origin": [0, 11.975, 9.45], "size": [1, 0, 1], "pivot": [2, 11.975, 5.475], "rotation": [0, -57.75, 0], "uv": [21, 29]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/sinistea/sinistea.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/sinistea/sinistea.geo.json new file mode 100644 index 0000000..18cd3b6 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/sinistea/sinistea.geo.json @@ -0,0 +1,233 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.sinistea", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 2, + "visible_bounds_height": 1.5, + "visible_bounds_offset": [0, 0.25, 0] + }, + "bones": [ + { + "name": "sinistea", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "sinistea", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 4.4, 0], + "cubes": [ + {"origin": [-2.5, 2.9, -2.5], "size": [5, 4, 5], "uv": [0, 0]} + ] + }, + { + "name": "drip", + "parent": "torso", + "pivot": [2.5, 6.751, -2.5], + "cubes": [ + {"origin": [2, 4.001, -4], "size": [2, 3, 2], "uv": [28, 15]} + ] + }, + { + "name": "arm_left", + "parent": "torso", + "pivot": [-3, 5.25, 0] + }, + { + "name": "segment5", + "parent": "arm_left", + "pivot": [-3.26187, 5.2128, 0], + "cubes": [ + {"origin": [-4.54946, 4.79597, -0.5], "size": [1, 3, 1], "pivot": [-4.04946, 5.93347, 0], "rotation": [0, 0, 127.5], "uv": [0, 0]} + ] + }, + { + "name": "segment4", + "parent": "segment5", + "pivot": [-4.64752, 6.52262, -0.001], + "cubes": [ + {"origin": [-6.48502, 5.86012, -0.501], "size": [1, 2, 1], "pivot": [-5.98502, 6.52262, 0.001], "rotation": [0, 0, 90], "uv": [0, 9]} + ] + }, + { + "name": "segment3", + "parent": "segment4", + "pivot": [-6.33589, 6.5682, 0], + "cubes": [ + {"origin": [-6.98144, 5.78018, -0.5], "size": [1, 1, 1], "pivot": [-6.48144, 6.44268, 0], "rotation": [0, 0, 40], "uv": [0, 12]} + ] + }, + { + "name": "segment2", + "parent": "segment3", + "pivot": [-6.79031, 6.00657, -0.001], + "cubes": [ + {"origin": [-7.29031, 4.25657, -0.501], "size": [1, 2, 1], "pivot": [-6.79031, 5.16907, 0.001], "rotation": [0, 0, 0], "uv": [0, 15]} + ] + }, + { + "name": "segment1", + "parent": "segment2", + "pivot": [-6.80716, 4.47421, 0], + "cubes": [ + {"origin": [-6.41999, 2.84628, -0.5], "size": [1, 2, 1], "pivot": [-5.91999, 3.17128, 0], "rotation": [0, 0, -35], "uv": [7, 15]} + ] + }, + { + "name": "hand", + "parent": "segment1", + "pivot": [-5.75, 3, 0] + }, + { + "name": "finger", + "parent": "hand", + "pivot": [-5.55075, 2.9059, 0.05256], + "cubes": [ + {"origin": [-6.05, 1.95, -0.5], "size": [2, 2, 1], "pivot": [-5.25, 2.9, 0], "rotation": [-1.67459, -14.81812, 12.82477], "uv": [18, 27]} + ] + }, + { + "name": "thumb", + "parent": "hand", + "pivot": [-5.77789, 2.3494, -0.20396], + "cubes": [ + {"origin": [-7.35, 1.9, -0.65], "size": [2, 1, 1], "pivot": [-6, 2.9, -0.25], "rotation": [4.24768, -14.30566, -10.4263], "uv": [22, 4]} + ] + }, + { + "name": "eyes", + "parent": "torso", + "pivot": [0, 0, 0] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [2.29478, 4.61084, -3.51], + "rotation": [0, 0, 2.5], + "cubes": [ + {"origin": [1.29478, 3.11084, -3.51], "size": [2, 3, 0], "uv": [0, 30]} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [2.29478, 4.61084, -3.41], + "cubes": [ + {"origin": [1.29478, 3.11084, -3.41], "size": [2, 3, 0], "inflate": 0.01, "uv": [0, 37]} + ] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [-2.29488, 4.6152, -3.51], + "rotation": [0, 0, -2.5], + "cubes": [ + {"origin": [-3.29488, 3.1152, -3.51], "size": [2, 3, 0], "uv": [5, 30]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [-2.29488, 4.6152, -3.41], + "cubes": [ + {"origin": [-3.29488, 3.1152, -3.41], "size": [2, 3, 0], "inflate": 0.01, "uv": [5, 37]} + ] + }, + { + "name": "mouth", + "parent": "torso", + "pivot": [0, 0, 0] + }, + { + "name": "mouth_open", + "parent": "mouth", + "pivot": [0, 2.6, -3.51], + "cubes": [ + {"origin": [-1, 2.1, -3.51], "size": [2, 1, 0], "uv": [15, 4]} + ] + }, + { + "name": "mouth_closed", + "parent": "mouth", + "pivot": [0, 3, -3.41], + "cubes": [ + {"origin": [-1, 2.1, -3.41], "size": [2, 1, 0], "inflate": 0.01, "uv": [0, 4]} + ] + }, + { + "name": "cup", + "parent": "body", + "pivot": [0, 4, 0] + }, + { + "name": "top_body", + "parent": "cup", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-3.75, 6.401, -3.75], "size": [6, 1, 1], "uv": [27, 20]}, + {"origin": [-3.75, 6.401, 2.75], "size": [7, 1, 1], "uv": [0, 27]}, + {"origin": [2.75, 6.4, -2.25], "size": [1, 1, 6], "uv": [22, 0]}, + {"origin": [-3.75, 6.4, -3], "size": [1, 1, 6], "uv": [21, 8]} + ] + }, + { + "name": "cup_body_main", + "parent": "cup", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-3.5, 2, -3.5], "size": [7, 5, 1], "uv": [12, 21]}, + {"origin": [-3.5, 2, 2.5], "size": [7, 5, 1], "uv": [12, 15]}, + {"origin": [-3.5, 2, -2.5], "size": [1, 5, 5], "uv": [15, 4]}, + {"origin": [2.5, 2, -2.5], "size": [1, 5, 5], "uv": [0, 15]} + ] + }, + { + "name": "base", + "parent": "cup", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-2.5, 1, -2.5], "size": [5, 1, 5], "uv": [0, 9]}, + {"origin": [-1, 0.9, -1.3], "size": [2, 0, 1], "uv": [25, 30]} + ] + }, + { + "name": "cup_handle", + "parent": "cup", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-5.13172, 1.74535, -0.5], "size": [4, 1, 1], "pivot": [-2.38172, 2.24535, 0], "rotation": [0, 0, 12.5], "uv": [0, 25]} + ] + }, + { + "name": "bot_base", + "parent": "cup", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-2, 0, -3], "size": [5, 1, 1], "uv": [15, 2]}, + {"origin": [-3, 0, 2], "size": [5, 1, 1], "uv": [15, 0]}, + {"origin": [-3, 0, -3], "size": [1, 1, 5], "uv": [11, 27]}, + {"origin": [2, 0, -2], "size": [1, 1, 5], "uv": [23, 22]} + ] + }, + { + "name": "decor", + "parent": "cup", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-1, 2.1, 3.51], "size": [2, 1, 0], "uv": [0, 36]}, + {"origin": [-3.3, 3.05, 3.51], "size": [2, 3, 0], "pivot": [-2.3, 4.65, 3.51], "rotation": [0, 0, -2.5], "uv": [5, 33]}, + {"origin": [1.3, 3.05, 3.51], "size": [2, 3, 0], "pivot": [2.3, 4.65, 3.51], "rotation": [0, 0, 2.5], "uv": [0, 33]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/skiddo/skiddo.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/skiddo/skiddo.geo.json new file mode 100644 index 0000000..9d92c78 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/skiddo/skiddo.geo.json @@ -0,0 +1,273 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "body", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 8.5, 3.75], + "cubes": [ + {"origin": [-3, 6.75, 0], "size": [6, 6, 8], "uv": [0, 28]}, + {"origin": [-3, 6.75, -5], "size": [6, 6, 6], "inflate": 0.01, "uv": [0, 42]} + ] + }, + { + "name": "bone", + "parent": "torso", + "pivot": [3, 4.75, 1], + "cubes": [ + {"origin": [-4, 7.75, -6], "size": [8, 7, 15], "uv": [0, 0]}, + {"origin": [-4, 15.025, -6], "size": [8, 0, 15], "uv": [-6, 69]}, + {"origin": [-4, 14.85, -6], "size": [8, 0, 15], "uv": [-5, 86]} + ] + }, + { + "name": "head", + "parent": "bone", + "pivot": [0, 11, -8] + }, + { + "name": "head2", + "parent": "head", + "pivot": [-0.15142, 14.34154, -5.62368], + "cubes": [ + {"origin": [-3.11656, 13.25456, -10.32646], "size": [6, 6, 6], "uv": [39, 0]}, + {"origin": [2.88344, 14.25456, -7.32646], "size": [4, 4, 0], "pivot": [2.88344, 17.25456, -7.32646], "rotation": [0, -27.5, 0], "uv": [50, 44]}, + {"origin": [-7.11656, 14.25456, -7.32646], "size": [4, 4, 0], "pivot": [-3.11656, 17.25456, -7.32646], "rotation": [0, 27.5, 0], "uv": [50, 44], "mirror": true}, + {"origin": [-3.11656, 13.25456, -11.32646], "size": [6, 2, 1], "uv": [0, 9]}, + {"origin": [-1.11656, 14.67956, -12.07646], "size": [2, 1, 1], "uv": [0, 60]} + ] + }, + { + "name": "ear_right", + "parent": "head2", + "pivot": [-2.11656, 18.60456, -6.82646] + }, + { + "name": "ear_left2", + "parent": "head2", + "pivot": [-2.11656, 18.60456, -6.82646], + "cubes": [ + {"origin": [-3.51656, 18.67956, -7.65146], "size": [2, 3, 1], "pivot": [-2.11656, 18.60456, -6.82646], "rotation": [-12.2127, -2.68507, -72.2127], "uv": [28, 34], "mirror": true} + ] + }, + { + "name": "ear_left", + "parent": "head2", + "pivot": [1.88344, 18.60456, -6.82646], + "cubes": [ + {"origin": [1.28344, 18.67956, -7.65146], "size": [2, 3, 1], "pivot": [1.88344, 18.60456, -6.82646], "rotation": [-12.2127, 2.68507, 72.2127], "uv": [28, 34]} + ] + }, + { + "name": "horn_right", + "parent": "head2", + "pivot": [-3.12026, 21.08119, -6.57646], + "cubes": [ + {"origin": [-2.11656, 19.00456, -7.57646], "size": [2, 2, 2], "pivot": [-1.11656, 19.00456, -6.57646], "rotation": [0, 0, -10], "uv": [36, 44], "mirror": true}, + {"origin": [-2.40683, 19.99567, -7.57646], "size": [2, 4, 2], "inflate": -0.2, "pivot": [-1.31251, 20.65898, -6.57646], "rotation": [0, 0, -64.25], "uv": [22, 52], "mirror": true}, + {"origin": [-1.35683, 22.99567, -7.57646], "size": [2, 4, 2], "inflate": -0.425, "pivot": [-1.31251, 20.65898, -6.57646], "rotation": [0, 0, -83.5], "uv": [18, 42], "mirror": true} + ] + }, + { + "name": "horn_left", + "parent": "head2", + "pivot": [2.88713, 21.08119, -6.57646], + "cubes": [ + {"origin": [-0.11656, 19.00456, -7.57646], "size": [2, 2, 2], "pivot": [0.88344, 19.00456, -6.57646], "rotation": [0, 0, 10], "uv": [36, 44]}, + {"origin": [0.1737, 19.99567, -7.57646], "size": [2, 4, 2], "inflate": -0.2, "pivot": [1.07938, 20.65898, -6.57646], "rotation": [0, 0, 64.25], "uv": [22, 52]}, + {"origin": [-0.8763, 22.99567, -7.57646], "size": [2, 4, 2], "inflate": -0.425, "pivot": [1.07938, 20.65898, -6.57646], "rotation": [0, 0, 83.5], "uv": [18, 42]} + ] + }, + { + "name": "gote", + "parent": "head2", + "pivot": [-0.11656, 13.95456, -9.97646], + "cubes": [ + {"origin": [-0.61656, 11.95456, -9.95146], "size": [1, 2, 0], "pivot": [-0.11656, 13.95456, -9.97646], "rotation": [-18.23743, 18.85663, 44.44644], "uv": [64, 0], "mirror": true}, + {"origin": [-0.61656, 11.95456, -9.97646], "size": [1, 2, 0], "pivot": [-0.11656, 13.95456, -9.97646], "rotation": [-26, 0, 0], "uv": [64, 0]}, + {"origin": [-0.61656, 11.95456, -9.95146], "size": [1, 2, 0], "pivot": [-0.11656, 13.95456, -9.97646], "rotation": [-18.23743, -18.85663, -44.44644], "uv": [64, 0]} + ] + }, + { + "name": "eye_right", + "parent": "head2", + "pivot": [1.88344, 17.25456, -9.50146], + "cubes": [ + {"origin": [1.88344, 16.25456, -10.50146], "size": [1, 1, 1], "inflate": -0.15, "uv": [0, 0]} + ] + }, + { + "name": "eye_left", + "parent": "head2", + "pivot": [-2.11656, 17.25456, -9.50146], + "cubes": [ + {"origin": [-3.11656, 16.25456, -10.50146], "size": [1, 1, 1], "inflate": -0.15, "uv": [0, 0], "mirror": true} + ] + }, + { + "name": "ruff", + "parent": "bone", + "pivot": [0, 12.7607, -4.99373], + "rotation": [42.5, 0, 0], + "cubes": [ + {"origin": [-4.5, 10.1732, -8.49373], "size": [9, 5, 7], "uv": [23, 22]}, + {"origin": [-4, 10.8482, -7.99373], "size": [8, 4, 6], "inflate": 0.25, "uv": [28, 34]} + ] + }, + { + "name": "tail3", + "parent": "bone", + "pivot": [0.025, 14.675, 8.77205], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [-0.075, 14.65, 9], "size": [2, 0, 4], "pivot": [0.925, 14.725, 9], "rotation": [0, 34, 0], "uv": [6, 0]}, + {"origin": [-0.925, 14.725, 9], "size": [2, 0, 4], "uv": [0, 32]}, + {"origin": [-1.925, 14.65, 9], "size": [2, 0, 4], "pivot": [-0.925, 14.725, 9], "rotation": [0, -34, 0], "uv": [0, 28]} + ] + }, + { + "name": "bone5", + "parent": "bone", + "pivot": [0, 7.75, -6], + "cubes": [ + {"origin": [-4, 4.75, -6], "size": [8, 3, 0], "uv": [50, 34]} + ] + }, + { + "name": "bone4", + "parent": "bone", + "pivot": [0, 6.75, 7], + "cubes": [ + {"origin": [-4, 4.75, 9], "size": [8, 3, 0], "pivot": [0, 7.725, 9], "rotation": [0, 180, 0], "uv": [50, 37]} + ] + }, + { + "name": "bone2", + "parent": "bone", + "pivot": [4, 6.75, 0.5], + "cubes": [ + {"origin": [4, 4.75, -6], "size": [0, 3, 15], "uv": [0, 10], "mirror": true} + ] + }, + { + "name": "bone3", + "parent": "bone", + "pivot": [-4, 6.75, 0.5], + "cubes": [ + {"origin": [-4, 4.75, -6], "size": [0, 3, 15], "uv": [0, 10]} + ] + }, + { + "name": "leg_front_right", + "parent": "body", + "pivot": [2.25, 8.5, -3], + "cubes": [ + {"origin": [0.75, 5, -4.5], "size": [3, 5, 3], "uv": [48, 20]} + ] + }, + { + "name": "leg_front_right2", + "parent": "leg_front_right", + "pivot": [2.25, 6, -3.75], + "cubes": [ + {"origin": [1.25, 1.25, -3.75], "size": [2, 4, 2], "uv": [0, 54]} + ] + }, + { + "name": "leg_front_right3", + "parent": "leg_front_right2", + "pivot": [2.25, 1.5, -2.75], + "cubes": [ + {"origin": [1.25, 0, -4], "size": [2, 2, 2], "inflate": 0.01, "uv": [14, 56]} + ] + }, + { + "name": "leg_front_left", + "parent": "body", + "pivot": [-2.25, 8.5, -3], + "cubes": [ + {"origin": [-3.75, 5, -4.5], "size": [3, 5, 3], "uv": [48, 20], "mirror": true} + ] + }, + { + "name": "leg_front_left2", + "parent": "leg_front_left", + "pivot": [-2.25, 5, -3.75], + "cubes": [ + {"origin": [-3.25, 1.25, -3.75], "size": [2, 4, 2], "uv": [0, 54], "mirror": true} + ] + }, + { + "name": "leg_front_left3", + "parent": "leg_front_left2", + "pivot": [-2.25, 1.5, -2.75], + "cubes": [ + {"origin": [-3.25, 0, -4], "size": [2, 2, 2], "inflate": 0.01, "uv": [14, 56]} + ] + }, + { + "name": "leg_back_right", + "parent": "body", + "pivot": [2.25, 8.5, 5.5], + "cubes": [ + {"origin": [0.75, 5, 3.5], "size": [3, 5, 4], "uv": [40, 44]} + ] + }, + { + "name": "leg_back_right2", + "parent": "leg_back_right", + "pivot": [2.25, 5, 7], + "cubes": [ + {"origin": [1.25, 1.25, 5.75], "size": [2, 4, 2], "uv": [0, 54]} + ] + }, + { + "name": "leg_back_right3", + "parent": "leg_back_right2", + "pivot": [2.25, 1.5, 6.75], + "cubes": [ + {"origin": [1.25, 0, 5.5], "size": [2, 2, 2], "inflate": 0.01, "uv": [14, 56]} + ] + }, + { + "name": "leg_back_left", + "parent": "body", + "pivot": [-2.25, 8.5, 5.5], + "cubes": [ + {"origin": [-3.75, 5, 3.5], "size": [3, 5, 4], "uv": [40, 44], "mirror": true} + ] + }, + { + "name": "leg_back_left2", + "parent": "leg_back_left", + "pivot": [-2.25, 5, 7], + "cubes": [ + {"origin": [-3.25, 1.25, 5.75], "size": [2, 4, 2], "uv": [0, 54], "mirror": true} + ] + }, + { + "name": "leg_back_left3", + "parent": "leg_back_left2", + "pivot": [-2.25, 1.5, 6.75], + "cubes": [ + {"origin": [-3.25, 0, 5.5], "size": [2, 2, 2], "inflate": 0.01, "uv": [14, 56]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/skiploom/skiploom.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/skiploom/skiploom.geo.json new file mode 100644 index 0000000..13a774d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/skiploom/skiploom.geo.json @@ -0,0 +1,310 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.skiploom", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "skiploom", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "skiploom", + "pivot": [0, 6.67, -0.05] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [3.75, 2, 6], + "cubes": [ + {"origin": [2.25, -1, 5], "size": [3, 4, 2], "uv": [35, 41]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-3.75, 2, 6], + "cubes": [ + {"origin": [-5.25, -1, 5], "size": [3, 4, 2], "uv": [0, 40]} + ] + }, + { + "name": "head", + "parent": "body", + "pivot": [0, 2.11772, 6], + "cubes": [ + {"origin": [-6, 2, -6], "size": [12, 9, 12], "uv": [0, 0]}, + {"origin": [0.5, 5.25, -6], "size": [3, 1, 0], "inflate": 0.006, "pivot": [0.25, 5.25, -6], "rotation": [0, 0, -7.5], "uv": [0, 24]}, + {"origin": [3.47212, 5.67458, -6], "size": [1, 1, 0], "inflate": 0.003, "pivot": [3.475, 5.675, -6], "rotation": [0, 0, -47.5], "uv": [0, 9]}, + {"origin": [-0.5, 5, -6], "size": [1, 1, 0], "inflate": 0.003, "uv": [0, 10]}, + {"origin": [-3.5, 5.25, -6], "size": [3, 1, 0], "inflate": 0.006, "pivot": [-0.25, 5.25, -6], "rotation": [0, 0, 7.5], "uv": [24, 21]}, + {"origin": [-4.47212, 5.67458, -6], "size": [1, 1, 0], "inflate": 0.003, "pivot": [-3.475, 5.675, -6], "rotation": [0, 0, 47.5], "uv": [2, 9]}, + {"origin": [-1.5, 10.75, -1.5], "size": [3, 1, 3], "uv": [37, 37]} + ] + }, + { + "name": "tail", + "parent": "head", + "pivot": [0, 3, 6], + "cubes": [ + {"origin": [-1, 3, 5.75], "size": [2, 1, 2], "uv": [0, 21]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 3, 7.75], + "cubes": [ + {"origin": [-1.5, 3, 7.75], "size": [3, 1, 3], "uv": [35, 33]} + ] + }, + { + "name": "arm_right", + "parent": "head", + "pivot": [-4.75, 3.25, -6], + "cubes": [ + {"origin": [-5.75, 2.25, -8.5], "size": [2, 2, 3], "uv": [41, 7]} + ] + }, + { + "name": "arm_left", + "parent": "head", + "pivot": [4.75, 3.25, -6], + "cubes": [ + {"origin": [3.75, 2.25, -8.5], "size": [2, 2, 3], "uv": [10, 42]} + ] + }, + { + "name": "ear_right", + "parent": "head", + "pivot": [-6, 10.5, 0], + "cubes": [ + {"origin": [-9, 8.5, -3.5], "size": [4, 2, 7], "uv": [0, 31]} + ] + }, + { + "name": "ear_right2", + "parent": "ear_right", + "pivot": [-9, 8.5, 0], + "cubes": [ + {"origin": [-14, 8.5, -4], "size": [5, 2, 8], "uv": [0, 21]} + ] + }, + { + "name": "ear_left", + "parent": "head", + "pivot": [6, 10.5, 0], + "cubes": [ + {"origin": [5, 8.5, -3.5], "size": [4, 2, 7], "uv": [15, 33]} + ] + }, + { + "name": "ear_left2", + "parent": "ear_left", + "pivot": [9, 8.5, 0], + "cubes": [ + {"origin": [9, 8.5, -4], "size": [5, 2, 8], "uv": [18, 23]} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [0, 0.75, 0], + "cubes": [ + {"origin": [1.75, 7.45, -6], "size": [2, 2, 0], "inflate": 0.003, "uv": [0, 2]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [0, 0.75, -1], + "cubes": [ + {"origin": [1.75, 7.45, -5.9], "size": [2, 2, 0], "inflate": 0.007, "uv": [0, 4]} + ] + }, + { + "name": "pupil_left", + "parent": "eye_left", + "pivot": [0, 0.75, 0], + "cubes": [ + {"origin": [2, 8.35, -6], "size": [1, 1, 0], "inflate": 0.006, "uv": [0, 8]} + ] + }, + { + "name": "eye_right", + "parent": "head", + "pivot": [0, 0.75, 0], + "cubes": [ + {"origin": [-3.75, 7.45, -6], "size": [2, 2, 0], "inflate": 0.003, "uv": [0, 6]} + ] + }, + { + "name": "bone", + "parent": "eye_right", + "pivot": [0, 0.75, 0] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [0, 0.75, -1], + "cubes": [ + {"origin": [-3.75, 7.45, -5.9], "size": [2, 2, 0], "inflate": 0.007, "uv": [0, 0]} + ] + }, + { + "name": "pupil_right", + "parent": "eye_right", + "pivot": [0, 0.75, 0], + "cubes": [ + {"origin": [-3, 8.35, -6], "size": [1, 1, 0], "inflate": 0.006, "uv": [2, 8]} + ] + }, + { + "name": "propeller", + "parent": "head", + "pivot": [0, 11, 0] + }, + { + "name": "petal_northeast", + "parent": "propeller", + "pivot": [-1.5, 11.2, -1.5], + "rotation": [0, -45, 0], + "cubes": [ + {"origin": [-3.87868, 11.2, -3], "size": [4, 0, 3], "uv": [33, 7]} + ] + }, + { + "name": "petal_northeast2", + "parent": "petal_northeast", + "pivot": [-3.87868, 11.2, -1.5], + "cubes": [ + {"origin": [-6.87868, 11.2, -3.5], "size": [3, 0, 4], "uv": [0, 4]} + ] + }, + { + "name": "petal_northwest", + "parent": "propeller", + "pivot": [1.5, 11.1, -1.5], + "rotation": [0, 45, 0], + "cubes": [ + {"origin": [-0.12132, 11.1, -3], "size": [4, 0, 3], "uv": [33, 21]} + ] + }, + { + "name": "petal_northwest2", + "parent": "petal_northwest", + "pivot": [3.87868, 11.1, -1.5], + "cubes": [ + {"origin": [3.87868, 11.1, -3.5], "size": [3, 0, 4], "uv": [0, 8]} + ] + }, + { + "name": "petal_southeast", + "parent": "propeller", + "pivot": [-1.5, 11.1, 1.5], + "rotation": [0, 45, 0], + "cubes": [ + {"origin": [-3.87868, 11.1, 0], "size": [4, 0, 3], "uv": [33, 4]} + ] + }, + { + "name": "petal_southeast2", + "parent": "petal_southeast", + "pivot": [-3.87868, 11.1, 1.5], + "cubes": [ + {"origin": [-6.87868, 11.1, -0.5], "size": [3, 0, 4], "uv": [0, 0]} + ] + }, + { + "name": "petal_southwest", + "parent": "propeller", + "pivot": [1.5, 11.2, 1.5], + "rotation": [0, -45, 0], + "cubes": [ + {"origin": [-0.12132, 11.2, 0], "size": [4, 0, 3], "uv": [33, 24]} + ] + }, + { + "name": "petal_southwest2", + "parent": "petal_southwest", + "pivot": [3.87868, 11.2, 1.5], + "cubes": [ + {"origin": [3.87868, 11.2, -0.5], "size": [3, 0, 4], "uv": [14, 21]} + ] + }, + { + "name": "petal_east", + "parent": "propeller", + "pivot": [-1.5, 11, 0], + "cubes": [ + {"origin": [-4.5, 11, -1.5], "size": [3, 0, 3], "uv": [12, 33]} + ] + }, + { + "name": "petal_east2", + "parent": "petal_east", + "pivot": [-4.5, 11, 0], + "cubes": [ + {"origin": [-7.5, 11, -2], "size": [3, 0, 4], "uv": [14, 25]} + ] + }, + { + "name": "petal_west", + "parent": "propeller", + "pivot": [1.5, 11, 0], + "cubes": [ + {"origin": [1.5, 11, -1.5], "size": [3, 0, 3], "uv": [27, 37]} + ] + }, + { + "name": "petal_west2", + "parent": "petal_west", + "pivot": [4.5, 11, 0], + "cubes": [ + {"origin": [4.5, 11, -2], "size": [3, 0, 4], "uv": [32, 0]} + ] + }, + { + "name": "petal_south", + "parent": "propeller", + "pivot": [0, 11, 1.5], + "cubes": [ + {"origin": [-1.5, 11, 1.5], "size": [3, 0, 3], "uv": [39, 0]} + ] + }, + { + "name": "petal_south2", + "parent": "petal_south", + "pivot": [0, 11, 4.5], + "cubes": [ + {"origin": [-2, 11, 4.5], "size": [4, 0, 3], "uv": [27, 33]} + ] + }, + { + "name": "petal_north", + "parent": "propeller", + "pivot": [0, 11, -1.5], + "cubes": [ + {"origin": [-1.5, 11, -4.5], "size": [3, 0, 3], "uv": [41, 3]} + ] + }, + { + "name": "petal_north2", + "parent": "petal_north", + "pivot": [0, 11, -4.5], + "cubes": [ + {"origin": [-2, 11, -7.5], "size": [4, 0, 3], "uv": [33, 27]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/skitty.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/skitty.geo.json new file mode 100644 index 0000000..fa678b9 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/skitty.geo.json @@ -0,0 +1,186 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.skitty", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "body", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-3, 1.75, -4], "size": [6, 4, 8], "uv": [0, 14]} + ] + }, + { + "name": "head", + "parent": "body", + "pivot": [0, 5.75, -2.5], + "cubes": [ + {"origin": [-4.5, 5.75, -8], "size": [9, 7, 7], "uv": [0, 0]}, + {"origin": [-0.25, 6.75, -8.01], "size": [0.5, 0.5, 0], "uv": [2, 36], "mirror": true} + ] + }, + { + "name": "ear_r", + "parent": "head", + "pivot": [-4.5, 12.75, -4.5], + "rotation": [0, 15, -35], + "cubes": [ + {"origin": [-7, 9.25, -5], "size": [5, 5, 2], "uv": [0, 26]}, + {"origin": [-6, 14.25, -5], "size": [3, 2, 2], "uv": [22, 30]}, + {"origin": [-5.5, 16.25, -5], "size": [2, 1, 2], "uv": [30, 32]} + ] + }, + { + "name": "hairs_l2", + "parent": "ear_r", + "pivot": [-4.5, 17.25, -4], + "cubes": [ + {"origin": [-4.875, 16.5, -4], "size": [0.75, 2, 0], "uv": [4, 39]}, + {"origin": [-5.5, 16, -4], "size": [0.75, 2, 0], "pivot": [-5.5, 17.25, -4], "rotation": [0, 0, -30], "uv": [4, 39]}, + {"origin": [-4.25, 16, -4], "size": [0.75, 2, 0], "pivot": [-3.5, 17.25, -4], "rotation": [0, 0, 30], "uv": [4, 37]} + ] + }, + { + "name": "ear_l", + "parent": "head", + "pivot": [4.5, 12.75, -4.5], + "rotation": [0, -15, 35], + "cubes": [ + {"origin": [2, 9.25, -5], "size": [5, 5, 2], "uv": [25, 0]}, + {"origin": [3, 14.25, -5], "size": [3, 2, 2], "uv": [27, 14]}, + {"origin": [3.5, 16.25, -5], "size": [2, 1, 2], "uv": [32, 11]} + ] + }, + { + "name": "hairs_l", + "parent": "ear_l", + "pivot": [4.5, 17.25, -4], + "cubes": [ + {"origin": [4.125, 16.5, -4], "size": [0.75, 2, 0], "uv": [4, 39]}, + {"origin": [3.5, 16, -4], "size": [0.75, 2, 0], "pivot": [3.5, 17.25, -4], "rotation": [0, 0, -30], "uv": [5, 37]}, + {"origin": [4.75, 16, -4], "size": [0.75, 2, 0], "pivot": [5.5, 17.25, -4], "rotation": [0, 0, 30], "uv": [5, 39]} + ] + }, + { + "name": "r_eye", + "parent": "head", + "pivot": [-0.25, 5.75, -2.5], + "cubes": [ + {"origin": [-3.25, 7.75, -8.01], "size": [1.75, 0.5, 0], "pivot": [-1.5, 8.25, -8.1], "rotation": [0, 0, 10], "uv": [2, 36], "mirror": true}, + {"origin": [-1.75, 7.5, -8.01], "size": [1, 0.5, 0], "pivot": [-1.25, 7.75, -8.1], "rotation": [0, 0, 37.5], "uv": [2, 36], "mirror": true} + ] + }, + { + "name": "l_eye", + "parent": "head", + "pivot": [2.75, 5.75, -2.5], + "cubes": [ + {"origin": [1.5, 7.75, -8.01], "size": [1.75, 0.5, 0], "pivot": [1.5, 8.25, -8.1], "rotation": [0, 0, -10], "uv": [3, 36], "mirror": true}, + {"origin": [0.5, 7.75, -8.01], "size": [1, 0.5, 0], "pivot": [1.5, 8.25, -8.1], "rotation": [0, 0, -37.5], "uv": [2, 36], "mirror": true} + ] + }, + { + "name": "foot_fr", + "parent": "body", + "pivot": [-1.75, 1.75, -2], + "cubes": [ + {"origin": [-2.75, 0, -3], "size": [2, 2, 2], "uv": [32, 7]} + ] + }, + { + "name": "foot_br", + "parent": "body", + "pivot": [-1.75, 1.75, 2.75], + "cubes": [ + {"origin": [-2.75, 0, 1.75], "size": [2, 2, 2], "uv": [0, 18]} + ] + }, + { + "name": "foot_fl", + "parent": "body", + "pivot": [1.75, 1.75, -2], + "cubes": [ + {"origin": [0.75, 0, -3], "size": [2, 2, 2], "uv": [12, 31]} + ] + }, + { + "name": "foot_bl", + "parent": "body", + "pivot": [1.75, 1.75, 2.75], + "cubes": [ + {"origin": [0.75, 0, 1.75], "size": [2, 2, 2], "uv": [0, 14]} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [0, 4.25, 4], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [-0.5, 3.75, 3], "size": [1, 1, 4], "uv": [14, 26]} + ] + }, + { + "name": "tail_end", + "parent": "tail", + "pivot": [0, 4.25, 7], + "rotation": [45, 0, 0], + "cubes": [ + {"origin": [-0.5, 3.75, 7], "size": [1, 1, 5], "uv": [20, 14]} + ] + }, + { + "name": "tail_bulb", + "parent": "tail_end", + "pivot": [0, 4.25, 11], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [-2, 2.25, 11], "size": [4, 4, 6], "uv": [22, 20]}, + {"origin": [-0.5, 3.75, 10], "size": [1, 0, 1], "pivot": [0, 3.75, 11], "rotation": [30, 0, 0], "uv": [4, 43]}, + {"origin": [-0.5, 4.75, 10], "size": [1, 0, 1], "pivot": [0, 4.75, 11], "rotation": [-30, 0, 0], "uv": [4, 40]}, + {"origin": [-1, 4.25, 10], "size": [1, 0, 1], "pivot": [-0.5, 4.25, 11], "rotation": [-30, 0, -90], "uv": [4, 41]}, + {"origin": [0, 4.25, 10], "size": [1, 0, 1], "pivot": [0.5, 4.25, 11], "rotation": [30, 0, -90], "uv": [4, 42]} + ] + }, + { + "name": "bulb_tail_m", + "parent": "tail_bulb", + "pivot": [0, 4.75, 17], + "rotation": [12.5, 0, 0], + "cubes": [ + {"origin": [-0.25, 4.75, 16.5], "size": [0.5, 0, 3], "uv": [7, 37]}, + {"origin": [-0.5, 4.25, 19.5], "size": [1, 1, 1], "uv": [3, 1]} + ] + }, + { + "name": "bulb_tail_l", + "parent": "tail_bulb", + "pivot": [-1, 3.75, 17], + "rotation": [-10, -15, -25], + "cubes": [ + {"origin": [-1.25, 3.75, 16.5], "size": [0.5, 0, 3], "uv": [7, 37]}, + {"origin": [-1.5, 3.25, 19.5], "size": [1, 1, 1], "uv": [0, 2]} + ] + }, + { + "name": "bulb_tail_r", + "parent": "tail_bulb", + "pivot": [1, 3.75, 17], + "rotation": [-10, 15, 25], + "cubes": [ + {"origin": [0.75, 3.75, 16.5], "size": [0.5, 0, 3], "uv": [7, 38]}, + {"origin": [0.5, 3.25, 19.5], "size": [1, 1, 1], "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/skorupi/skorupi.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/skorupi/skorupi.geo.json new file mode 100644 index 0000000..84eb6e8 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/skorupi/skorupi.geo.json @@ -0,0 +1,252 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.skorupi", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "skorupi", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "skorupi", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 1.5, 0], + "cubes": [ + {"origin": [-2.5, 1.5, 2], "size": [5, 4, 1], "inflate": -0.125, "uv": [22, 0]}, + {"origin": [-2.5, 1.5, -1.75], "size": [5, 4, 4], "inflate": 0.075, "uv": [0, 10]}, + {"origin": [-2.5, 1.5, -2.65], "size": [5, 4, 1], "inflate": -0.1, "uv": [22, 5]} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 4.25, -2], + "cubes": [ + {"origin": [-3, 3.5, -6.5], "size": [6, 5, 5], "uv": [0, 0]} + ] + }, + { + "name": "bone8", + "parent": "head", + "pivot": [-1.275, 5.75, -5.525], + "cubes": [ + {"origin": [-2.525, 5.75, -6.525], "size": [2, 4, 0], "pivot": [-1.525, 5.75, -5.525], "rotation": [0, 0, -15], "uv": [0, 32]} + ] + }, + { + "name": "bone22", + "parent": "bone8", + "pivot": [-1.825, 7.475, -6.55], + "cubes": [ + {"origin": [-2.325, 6.975, -6.55], "size": [1, 1, 0], "uv": [34, 6]} + ] + }, + { + "name": "bone3", + "parent": "head", + "pivot": [-2.75, 7.625, -4], + "cubes": [ + {"origin": [-5.5, 7, -5.5], "size": [3, 3, 3], "inflate": 0.1, "uv": [18, 10]}, + {"origin": [-4.5, 8.25, -7.5], "size": [1, 1, 2], "uv": [0, 29]} + ] + }, + { + "name": "bone20", + "parent": "head", + "pivot": [-1.9, 4.525, -6.575], + "rotation": [0, 0, -30], + "cubes": [ + {"origin": [-2.9, 3.525, -6.6], "size": [2, 2, 0], "uv": [34, 0]} + ] + }, + { + "name": "bone19", + "parent": "head", + "pivot": [1.975, 4.525, -6.575], + "rotation": [0, 0, -60], + "cubes": [ + {"origin": [0.975, 3.525, -6.6], "size": [2, 2, 0], "uv": [18, 16]} + ] + }, + { + "name": "bone2", + "parent": "head", + "pivot": [3, 7.5, -3.75], + "cubes": [ + {"origin": [2.5, 7, -5.5], "size": [3, 3, 3], "inflate": 0.1, "uv": [0, 18]}, + {"origin": [3.5, 8.25, -7.5], "size": [1, 1, 2], "uv": [24, 21]} + ] + }, + { + "name": "bone", + "parent": "head", + "pivot": [1.275, 5.75, -5.525], + "cubes": [ + {"origin": [0.525, 5.75, -6.525], "size": [2, 4, 0], "pivot": [1.525, 5.75, -5.525], "rotation": [0, 0, 15], "uv": [30, 28]} + ] + }, + { + "name": "bone21", + "parent": "bone", + "pivot": [1.925, 7.475, -6.55], + "cubes": [ + {"origin": [1.425, 6.975, -6.55], "size": [1, 1, 0], "uv": [34, 5]} + ] + }, + { + "name": "mouth_open", + "parent": "head", + "pivot": [0, 4.275, -5.525], + "cubes": [ + {"origin": [-2, 3.525, -5.525], "size": [4, 1, 0], "uv": [30, 27]} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [0, 4.525, -6.525], + "cubes": [ + {"origin": [-1, 4.525, -6.525], "size": [2, 1, 0], "uv": [34, 2]}, + {"origin": [0.65, 4.05, -6.525], "size": [1, 1, 0], "uv": [22, 16]}, + {"origin": [1.425, 4.45, -6.525], "size": [1, 1, 0], "uv": [34, 3]}, + {"origin": [-1.6, 4.05, -6.525], "size": [1, 1, 0], "uv": [22, 17]}, + {"origin": [-2.35, 4.425, -6.525], "size": [1, 1, 0], "uv": [34, 4]} + ] + }, + { + "name": "bone4", + "parent": "torso", + "pivot": [0, 4.725, 2.5], + "cubes": [ + {"origin": [-1.5, 2.225, 2.25], "size": [3, 3, 2], "inflate": 0.025, "uv": [0, 24]}, + {"origin": [-1, 0.975, 2.75], "size": [2, 2, 1], "uv": [6, 29]} + ] + }, + { + "name": "bone5", + "parent": "bone4", + "pivot": [0, 4.725, 4.25], + "cubes": [ + {"origin": [-1.5, 2.225, 4.25], "size": [3, 3, 2], "uv": [10, 24]}, + {"origin": [-1, 0.975, 4.75], "size": [2, 2, 1], "uv": [12, 29]} + ] + }, + { + "name": "bone6", + "parent": "bone5", + "pivot": [0, 4.975, 6.25], + "cubes": [ + {"origin": [-1.5, 2.225, 6.25], "size": [3, 3, 2], "inflate": 0.025, "uv": [24, 16]}, + {"origin": [-1, 0.975, 6.75], "size": [2, 2, 1], "uv": [18, 29]} + ] + }, + { + "name": "bone7", + "parent": "bone6", + "pivot": [0, 4.975, 8.25], + "cubes": [ + {"origin": [-1.5, 2.225, 8.25], "size": [3, 3, 2], "uv": [20, 24]}, + {"origin": [-1, 0.975, 8.75], "size": [2, 2, 1], "uv": [24, 29]} + ] + }, + { + "name": "bone9", + "parent": "bone7", + "pivot": [0, 4.225, 10.5], + "cubes": [ + {"origin": [-1.5, 2.225, 10.25], "size": [3, 3, 3], "inflate": 0.025, "uv": [12, 18]} + ] + }, + { + "name": "bone12", + "parent": "bone9", + "pivot": [0.175, 3.75, 11.6], + "rotation": [0, -60, 0], + "cubes": [ + {"origin": [-0.60293, 3.25, 12.93139], "size": [1, 1, 2], "inflate": 0.15, "uv": [30, 21]} + ] + }, + { + "name": "bone13", + "parent": "bone12", + "pivot": [-0.06699, 3.75, 14.53253], + "rotation": [0, 67.5, 0], + "cubes": [ + {"origin": [-0.65293, 3.25, 14.53139], "size": [1, 1, 2], "uv": [30, 24]} + ] + }, + { + "name": "bone10", + "parent": "bone9", + "pivot": [-0.175, 3.75, 11.6], + "rotation": [0, 60, 0], + "cubes": [ + {"origin": [-0.39707, 3.25, 12.93139], "size": [1, 1, 2], "inflate": 0.15, "uv": [30, 10]} + ] + }, + { + "name": "bone11", + "parent": "bone10", + "pivot": [0.06699, 3.75, 14.53253], + "rotation": [0, -67.5, 0], + "cubes": [ + {"origin": [-0.34707, 3.25, 14.53139], "size": [1, 1, 2], "uv": [30, 13]} + ] + }, + { + "name": "bone15", + "parent": "body", + "pivot": [1.65, 2.75, 2], + "rotation": [0, 0, -40], + "cubes": [ + {"origin": [1.65, 0.75, 1.325], "size": [1, 2, 1], "uv": [12, 32]}, + {"origin": [1.75, -0.75, 1.325], "size": [1, 2, 1], "inflate": -0.05, "pivot": [1.75, 1.25, 2], "rotation": [0, 0, 27.5], "uv": [16, 32]} + ] + }, + { + "name": "bone17", + "parent": "body", + "pivot": [-1.65, 2.75, 1.75], + "rotation": [0, 0, 40], + "cubes": [ + {"origin": [-2.65, 0.75, 1.325], "size": [1, 2, 1], "uv": [28, 32]}, + {"origin": [-2.75, -0.75, 1.325], "size": [1, 2, 1], "inflate": -0.05, "pivot": [-1.75, 1.25, 2], "rotation": [0, 0, -27.5], "uv": [32, 32]} + ] + }, + { + "name": "bone16", + "parent": "body", + "pivot": [-1.65, 2.75, -1.5], + "rotation": [0, 0, 40], + "cubes": [ + {"origin": [-2.65, 0.75, -1.925], "size": [1, 2, 1], "uv": [20, 32]}, + {"origin": [-2.75, -0.75, -1.925], "size": [1, 2, 1], "inflate": -0.05, "pivot": [-1.75, 1.25, -1.25], "rotation": [0, 0, -27.5], "uv": [24, 32]} + ] + }, + { + "name": "bone14", + "parent": "body", + "pivot": [1.65, 2.75, -1.25], + "rotation": [0, 0, -40], + "cubes": [ + {"origin": [1.65, 0.75, -1.925], "size": [1, 2, 1], "uv": [4, 32]}, + {"origin": [1.75, -0.75, -1.925], "size": [1, 2, 1], "inflate": -0.05, "pivot": [1.75, 1.25, -1.25], "rotation": [0, 0, 27.5], "uv": [8, 32]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/skuntank.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/skuntank.geo.json new file mode 100644 index 0000000..729f297 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/skuntank.geo.json @@ -0,0 +1,331 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.skuntank", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "body", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-4.5, 3.999, -0.5], "size": [9, 9, 10], "uv": [0, 0]} + ] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 8, 0], + "cubes": [ + {"origin": [-4, 4, -8], "size": [8, 8, 9], "uv": [-1, 19]} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 5.5, -8], + "cubes": [ + {"origin": [-3, 4.5, -12], "size": [6, 5, 5], "uv": [18, 56]}, + {"origin": [-7, 5, -10], "size": [4, 4, 0], "pivot": [-3, 7.5, -10], "rotation": [0, 35, 0], "uv": [0, 5]}, + {"origin": [3, 5, -10], "size": [4, 4, 0], "pivot": [3, 7.5, -10], "rotation": [0, -35, 0], "uv": [0, 0]} + ] + }, + { + "name": "ear_r", + "parent": "head", + "pivot": [-3, 9.5, -10.5], + "rotation": [-20, 35, -25], + "cubes": [ + {"origin": [-3.5, 8.5, -10.5], "size": [2, 2, 1], "uv": [40, 15]}, + {"origin": [-3, 9, -10.51], "size": [1, 1, 0], "uv": [106, 2]} + ] + }, + { + "name": "ear_l", + "parent": "head", + "pivot": [3, 9.5, -10.5], + "rotation": [-20, -35, 25], + "cubes": [ + {"origin": [1.5, 8.5, -10.5], "size": [2, 2, 1], "uv": [40, 10]}, + {"origin": [2, 9, -10.51], "size": [1, 1, 0], "uv": [106, 4]} + ] + }, + { + "name": "snout", + "parent": "head", + "pivot": [0, -1.5, 1], + "cubes": [ + {"origin": [-3, 5, -13], "size": [3, 3, 2], "pivot": [0, 8, -12], "rotation": [0, 0, 2.5], "uv": [74, 29]}, + {"origin": [0, 5, -13], "size": [3, 3, 2], "pivot": [0, 8, -12], "rotation": [0, 0, -2.5], "uv": [0, 74]}, + {"origin": [-0.5, 6.25, -13], "size": [1, 2, 1], "pivot": [0, 8, -12], "rotation": [-10, 0, 0], "uv": [0, 20]}, + {"origin": [0.25, 4, -12.5], "size": [1, 1, 0], "pivot": [0, 8, -13], "rotation": [0, 0, 47.5], "uv": [3, 26]}, + {"origin": [-1.25, 4, -12.5], "size": [1, 1, 0], "pivot": [0, 8, -13], "rotation": [0, 0, -47.5], "uv": [0, 26]} + ] + }, + { + "name": "eye_r", + "parent": "head", + "pivot": [0, 8.5, -12], + "rotation": [0, 0, 10], + "cubes": [ + {"origin": [-2.75, 6.75, -12.01], "size": [1, 2, 0], "uv": [3, 40]}, + {"origin": [-2.5, 7.5, -12.02], "size": [2, 1, 0], "uv": [25, 20]} + ] + }, + { + "name": "pupil_r", + "parent": "eye_r", + "pivot": [-0.25, 8.5, -12], + "cubes": [ + {"origin": [-1.75, 8, -12.03], "size": [0.5, 0.5, 0], "uv": [127, 1]} + ] + }, + { + "name": "eye_l", + "parent": "head", + "pivot": [0, 8.5, -12], + "rotation": [0, 0, -10], + "cubes": [ + {"origin": [1.75, 6.75, -12.01], "size": [1, 2, 0], "uv": [0, 40]}, + {"origin": [0.5, 7.5, -12.02], "size": [2, 1, 0], "uv": [0, 24]} + ] + }, + { + "name": "pupil_l", + "parent": "eye_l", + "pivot": [0.25, 8.5, -12], + "cubes": [ + {"origin": [1.25, 8, -12.03], "size": [0.5, 0.5, 0], "uv": [127, 1]} + ] + }, + { + "name": "shoulder_r", + "parent": "torso", + "pivot": [-4, 9.5, -5], + "cubes": [ + {"origin": [-5.501, 4.5, -6], "size": [3, 5, 3], "uv": [68, 67]} + ] + }, + { + "name": "forearm_r", + "parent": "shoulder_r", + "pivot": [-4, 4.5, -3], + "rotation": [-7.5, 0, 0], + "cubes": [ + {"origin": [-5.5, 0.5, -6], "size": [3, 4, 3], "uv": [27, 73]} + ] + }, + { + "name": "hand_r", + "parent": "forearm_r", + "pivot": [-4, 1, -3], + "rotation": [7.5, 0, 0], + "cubes": [ + {"origin": [-5.5, 0, -7], "size": [3, 1, 4], "inflate": 0.001, "uv": [71, 44]}, + {"origin": [-3, 0, -8], "size": [0, 1, 1], "uv": [3, 37]}, + {"origin": [-5, 0, -8], "size": [0, 1, 1], "uv": [0, 37]}, + {"origin": [-4, 0, -8], "size": [0, 1, 1], "uv": [36, 27]} + ] + }, + { + "name": "shoulder_l", + "parent": "torso", + "pivot": [4, 9.5, -5], + "cubes": [ + {"origin": [2.501, 4.5, -6], "size": [3, 5, 3], "uv": [49, 11]} + ] + }, + { + "name": "forearm_l", + "parent": "shoulder_l", + "pivot": [4, 4.5, -3], + "rotation": [-7.5, 0, 0], + "cubes": [ + {"origin": [2.5, 0.5, -6], "size": [3, 4, 3], "uv": [72, 0]} + ] + }, + { + "name": "hand_l", + "parent": "forearm_l", + "pivot": [4, 1, -3], + "rotation": [7.5, 0, 0], + "cubes": [ + {"origin": [2.5, 0, -7], "size": [3, 1, 4], "inflate": 0.001, "uv": [69, 36]}, + {"origin": [5, 0, -8], "size": [0, 1, 1], "uv": [28, 25]}, + {"origin": [3, 0, -8], "size": [0, 1, 1], "uv": [28, 22]}, + {"origin": [4, 0, -8], "size": [0, 1, 1], "uv": [25, 25]} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [0, 4, 9], + "rotation": [45, 0, 0], + "cubes": [ + {"origin": [-3, 4, 9], "size": [6, 5, 5], "uv": [51, 37]}, + {"origin": [0, 4, 9], "size": [0, 5, 9], "pivot": [0, 4, 9], "rotation": [-42.5, 0, 0], "uv": [41, 46]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 4, 14], + "rotation": [40, 0, 0], + "cubes": [ + {"origin": [-3, 4, 14], "size": [6, 5, 5], "inflate": 0.001, "uv": [0, 50]}, + {"origin": [0, 4, 14], "size": [0, 5, 7], "pivot": [0, 4, 14], "rotation": [-42.5, 0, 0], "uv": [0, 61]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 4, 19], + "rotation": [45, 0, 0], + "cubes": [ + {"origin": [-3, 4, 19], "size": [6, 5, 5], "uv": [49, 0]}, + {"origin": [0, 4, 19], "size": [0, 4, 8], "pivot": [0, 4, 19], "rotation": [-45, 0, 0], "uv": [62, 10]} + ] + }, + { + "name": "tail4", + "parent": "tail3", + "pivot": [0, 4, 24], + "rotation": [32.5, 0, 0], + "cubes": [ + {"origin": [-3, 4, 24], "size": [6, 6, 6], "inflate": 0.002, "uv": [25, 42]}, + {"origin": [0, 4, 24], "size": [0, 4, 14], "pivot": [0, 4, 24], "rotation": [-20, 0, 0], "uv": [34, 6]} + ] + }, + { + "name": "tail5", + "parent": "tail4", + "pivot": [0, 4, 30], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [-3, 4, 30], "size": [6, 6, 6], "inflate": 0.001, "uv": [0, 37]} + ] + }, + { + "name": "tail9", + "parent": "tail5", + "pivot": [0, 4, 36], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-3, 4, 36], "size": [6, 6, 5], "uv": [34, 25]}, + {"origin": [-0.001, 3, 32], "size": [0, 4, 14], "pivot": [0, 4, 34], "rotation": [-15, 0, 0], "uv": [19, 23]} + ] + }, + { + "name": "tail6", + "parent": "tail9", + "pivot": [0, 5, 41], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [-2.5, 5, 41], "size": [5, 5, 5], "uv": [55, 56]} + ] + }, + { + "name": "tail7", + "parent": "tail6", + "pivot": [0, 9, 46], + "rotation": [-17.5, 0, 0], + "cubes": [ + {"origin": [-2, 6, 46], "size": [4, 4, 4], "uv": [29, 0]} + ] + }, + { + "name": "tail8", + "parent": "tail7", + "pivot": [0, 10, 50], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-1.5, 7, 49], "size": [3, 3, 4], "uv": [60, 48]}, + {"origin": [0, 8, 53], "size": [0, 2, 3], "pivot": [0, 10, 53], "rotation": [-12.5, 0, 0], "uv": [4, 83]} + ] + }, + { + "name": "thigh_r", + "parent": "body", + "pivot": [-3.5, 11, 6], + "cubes": [ + {"origin": [-5.5, 6, 3.5], "size": [3, 5, 5], "uv": [36, 62]} + ] + }, + { + "name": "knee_r", + "parent": "thigh_r", + "pivot": [-2.5, 6, 3.5], + "rotation": [30, 0, 0], + "cubes": [ + {"origin": [-5.49, 2, 3.5], "size": [3, 4, 4], "uv": [53, 67]} + ] + }, + { + "name": "calf_r", + "parent": "knee_r", + "pivot": [-3, 2, 7.5], + "rotation": [-35, 0, 0], + "cubes": [ + {"origin": [-5.48, -2, 4.5], "size": [3, 4, 3], "uv": [40, 73]} + ] + }, + { + "name": "foot_r", + "parent": "calf_r", + "pivot": [-4, -1.5, 7.5], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-5.5, -2.5, 3.5], "size": [3, 1, 4], "inflate": 0.001, "uv": [71, 52]}, + {"origin": [-4, -2.5, 2.5], "size": [0, 1, 1], "uv": [29, 0]}, + {"origin": [-5, -2.5, 2.5], "size": [0, 1, 1], "uv": [30, 20]}, + {"origin": [-3, -2.5, 2.5], "size": [0, 1, 1], "uv": [34, 25]} + ] + }, + { + "name": "thigh_r2", + "parent": "body", + "pivot": [3.5, 11, 6], + "cubes": [ + {"origin": [2.5, 6, 3.5], "size": [3, 5, 5], "uv": [57, 25]} + ] + }, + { + "name": "knee_r2", + "parent": "thigh_r2", + "pivot": [5.5, 6, 3.5], + "rotation": [30, 0, 0], + "cubes": [ + {"origin": [2.49, 2, 3.5], "size": [3, 4, 4], "uv": [15, 67]} + ] + }, + { + "name": "calf_r2", + "parent": "knee_r2", + "pivot": [5, 2, 7.5], + "rotation": [-35, 0, 0], + "cubes": [ + {"origin": [2.48, -2, 4.5], "size": [3, 4, 3], "uv": [71, 8]} + ] + }, + { + "name": "foot_r2", + "parent": "calf_r2", + "pivot": [4, -1.5, 7.5], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [2.5, -2.5, 3.5], "size": [3, 1, 4], "inflate": 0.001, "uv": [69, 23]}, + {"origin": [4, -2.5, 2.5], "size": [0, 1, 1], "uv": [25, 22]}, + {"origin": [3, -2.5, 2.5], "size": [0, 1, 1], "uv": [5, 23]}, + {"origin": [5, -2.5, 2.5], "size": [0, 1, 1], "uv": [5, 20]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/slitherwing/slitherwing.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/slitherwing/slitherwing.geo.json new file mode 100644 index 0000000..215b380 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/slitherwing/slitherwing.geo.json @@ -0,0 +1,448 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 6, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "slitherwing", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "slitherwing", + "pivot": [0, 8, -4] + }, + { + "name": "tummy", + "parent": "body", + "pivot": [0, 7.5, -2.5], + "cubes": [ + {"origin": [-9, 3, -9], "size": [18, 11, 13], "uv": [0, 0]} + ] + }, + { + "name": "hips", + "parent": "tummy", + "pivot": [0, 5.75, 2.875], + "cubes": [ + {"origin": [-5, 3, 4], "size": [10, 2, 3], "inflate": 0.01, "uv": [72, 49]}, + {"origin": [-8, 3.5, 3], "size": [16, 9, 10], "uv": [52, 14]}, + {"origin": [-4, 3, 7], "size": [8, 2, 4], "uv": [32, 29]}, + {"origin": [-3, 3, 11], "size": [6, 2, 2], "inflate": 0.01, "uv": [26, 72]} + ] + }, + { + "name": "tail1", + "parent": "hips", + "pivot": [0, 5.92291, 12.16755], + "cubes": [ + {"origin": [-7, 4, 12], "size": [14, 7, 9], "uv": [72, 33]}, + {"origin": [0, 9.63436, 14.75133], "size": [0, 6, 5], "pivot": [0, 12.63436, 17.25133], "rotation": [-17.5, 0, 0], "uv": [85, 72]} + ] + }, + { + "name": "tail2", + "parent": "tail1", + "pivot": [0, 5.91166, 19.98626], + "cubes": [ + {"origin": [-6, 4, 20], "size": [12, 6, 8], "inflate": -0.01, "uv": [62, 0]}, + {"origin": [0, 7.6175, 21.97938], "size": [0, 6, 5], "pivot": [0, 10.6175, 24.47938], "rotation": [-17.5, 0, 0], "uv": [53, 72]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 5.45973, 27.29488], + "cubes": [ + {"origin": [-4.5, 4, 27], "size": [9, 5, 7], "inflate": -0.012, "uv": [60, 77]}, + {"origin": [0, 6.06459, 28.56733], "size": [0, 6, 5], "pivot": [0, 9.06459, 31.06733], "rotation": [-17.5, 0, 0], "uv": [49, 1]} + ] + }, + { + "name": "tail4", + "parent": "tail3", + "pivot": [0.25, 5.5, 33.5], + "cubes": [ + {"origin": [-3, 4, 33], "size": [6, 4, 5], "inflate": -0.013, "uv": [89, 54]} + ] + }, + { + "name": "lowerwing", + "parent": "tummy", + "pivot": [0, 0, -12] + }, + { + "name": "rightwing3", + "parent": "lowerwing", + "pivot": [-2, 13.85543, 2.7758], + "cubes": [ + {"origin": [-2.26, 21.51946, 5.87861], "size": [0, 2, 2], "pivot": [-2.26, 23.01946, 5.87861], "rotation": [25, 0, 0], "uv": [0, 22], "mirror": true}, + {"origin": [-2, 5.65998, 2.48644], "size": [0, 14, 24], "pivot": [-2, 13.55228, 2.40635], "rotation": [62.5, 0, 0], "uv": [0, 34], "mirror": true}, + {"origin": [-2.26, 17.14142, 6.16811], "size": [0, 2, 2], "pivot": [-2.26, 19.39142, 10.16811], "rotation": [17.5, 0, 0], "uv": [0, 22], "mirror": true} + ] + }, + { + "name": "leftwing3", + "parent": "lowerwing", + "pivot": [2, 13.85543, 2.7758], + "cubes": [ + {"origin": [2.26, 21.51946, 5.87861], "size": [0, 2, 2], "pivot": [2.26, 23.01946, 5.87861], "rotation": [25, 0, 0], "uv": [0, 22]}, + {"origin": [2.26, 17.14142, 6.16811], "size": [0, 2, 2], "pivot": [2.26, 19.39142, 10.16811], "rotation": [17.5, 0, 0], "uv": [0, 22]}, + {"origin": [2, 5.65998, 2.48644], "size": [0, 14, 24], "pivot": [2, 13.55228, 2.40635], "rotation": [62.5, 0, 0], "uv": [0, 34]} + ] + }, + { + "name": "hipfluff", + "parent": "lowerwing", + "pivot": [0, 8.98771, 3.6151], + "cubes": [ + {"origin": [2.75, 3, -1.5], "size": [6, 0, 7], "pivot": [5.5, 3, 0.5], "rotation": [-22.79362, 12.19908, -2.74715], "uv": [13, 29]}, + {"origin": [-8.75, 3, -1.5], "size": [6, 0, 7], "pivot": [-5.5, 3, 0.5], "rotation": [-22.79362, -12.19908, 2.74715], "uv": [13, 29], "mirror": true} + ] + }, + { + "name": "lowewingfluff", + "parent": "lowerwing", + "pivot": [0, 12.79743, -3.77419], + "cubes": [ + {"origin": [1.91483, 6.40506, -1.8369], "size": [3, 10, 0], "pivot": [3.16483, 13.90506, -1.8369], "rotation": [-89.48141, -65.31849, 126.12648], "uv": [98, 63]}, + {"origin": [-4.91483, 6.40506, -1.8369], "size": [3, 10, 0], "pivot": [-3.16483, 13.90506, -1.8369], "rotation": [-89.48141, 65.31849, -126.12648], "uv": [98, 63], "mirror": true}, + {"origin": [-4.56495, 8.53954, -4.83139], "size": [3, 10, 0], "pivot": [-3.06495, 13.78954, -4.83139], "rotation": [-89.1456, 75.31781, -125.77119], "uv": [98, 73], "mirror": true}, + {"origin": [1.56495, 8.53954, -4.83139], "size": [3, 10, 0], "pivot": [3.06495, 13.78954, -4.83139], "rotation": [-89.1456, -75.31781, 125.77119], "uv": [98, 73]} + ] + }, + { + "name": "bumfluff", + "parent": "tummy", + "pivot": [0, 13.75176, 3.88429], + "cubes": [ + {"origin": [-9, 14, 4], "size": [18, 0, 5], "pivot": [0, 14, 4], "rotation": [17.5, 0, 0], "uv": [0, 24]} + ] + }, + { + "name": "chest", + "parent": "tummy", + "pivot": [0, 8, -8], + "cubes": [ + {"origin": [-8, 3.5, -17], "size": [16, 10, 9], "uv": [48, 58]} + ] + }, + { + "name": "upperwing", + "parent": "chest", + "pivot": [0, 0, -12] + }, + { + "name": "upperwingfluff", + "parent": "upperwing", + "pivot": [0, 12.90251, -12.23598], + "cubes": [ + {"origin": [-5.32757, 12.42569, -15.58408], "size": [3, 10, 0], "pivot": [0, 15.77564, -11.96346], "rotation": [-87.34818, 85.31438, -123.95472], "uv": [0, 99], "mirror": true}, + {"origin": [2.32757, 12.42569, -15.58408], "size": [3, 10, 0], "pivot": [0, 15.77564, -11.96346], "rotation": [-87.34818, -85.31438, 123.95472], "uv": [0, 99]}, + {"origin": [0.94425, 12.68126, -14.78549], "size": [3, 10, 0], "pivot": [0, 15.77564, -11.96346], "rotation": [34.74363, -71.68013, 3.19704], "uv": [6, 99]}, + {"origin": [-3.94425, 12.68126, -14.78549], "size": [3, 10, 0], "pivot": [0, 15.77564, -11.96346], "rotation": [34.74363, 71.68013, -3.19704], "uv": [6, 99], "mirror": true}, + {"origin": [-1.5, 12.31629, -14.69291], "size": [3, 13, 0], "pivot": [0, 15.77564, -11.96346], "rotation": [32.5, 0, 0], "uv": [89, 95]}, + {"origin": [-2.5, 11.81629, -14.67291], "size": [5, 13, 0], "pivot": [0, 15.77564, -11.96346], "rotation": [32.5, 0, 0], "uv": [0, 0]}, + {"origin": [-1.17865, 13.70798, -14.59627], "size": [3, 11, 0], "pivot": [0, 15.77564, -11.96346], "rotation": [45.62274, -50.51222, -7.58155], "uv": [95, 95]}, + {"origin": [-1.82135, 13.70798, -14.59627], "size": [3, 11, 0], "pivot": [0, 15.77564, -11.96346], "rotation": [45.62274, 50.51222, 7.58155], "uv": [95, 95], "mirror": true} + ] + }, + { + "name": "rightwing1", + "parent": "upperwing", + "pivot": [-2.25, 13.74245, -7.18062], + "cubes": [ + {"origin": [-2.25, 7.25589, -7.02447], "size": [0, 22, 36], "pivot": [-2.25, 12.85545, -7.12591], "rotation": [70, 0, 0], "uv": [0, 0], "mirror": true}, + {"origin": [-2.26, 42.29833, -5.31933], "size": [0, 2, 2], "pivot": [-2.25, 35.29833, 1.68067], "rotation": [32.5, 0, 0], "uv": [0, 22], "mirror": true}, + {"origin": [-2.26, 40.29833, -12.31933], "size": [0, 2, 2], "pivot": [-2.25, 35.29833, 1.68067], "rotation": [32.5, 0, 0], "uv": [0, 22], "mirror": true}, + {"origin": [-2.262, 39.29833, -13.31933], "size": [0, 2, 2], "pivot": [-2.25, 35.29833, 1.68067], "rotation": [32.5, 0, 0], "uv": [0, 22], "mirror": true}, + {"origin": [-2.26, 28.23855, -7.67865], "size": [0, 2, 2], "pivot": [-2.26, 28.23855, -5.67865], "rotation": [40, 0, 0], "uv": [0, 22], "mirror": true}, + {"origin": [-2.262, 27.23855, -8.67865], "size": [0, 2, 2], "pivot": [-2.26, 28.23855, -5.67865], "rotation": [40, 0, 0], "uv": [0, 22], "mirror": true}, + {"origin": [-2.26, 22.63406, -12.04509], "size": [0, 2, 2], "pivot": [-2.26, 23.63406, -11.04509], "rotation": [45, 0, 0], "uv": [0, 22], "mirror": true} + ] + }, + { + "name": "leftwing1", + "parent": "upperwing", + "pivot": [2.25, 13.74245, -7.18062], + "cubes": [ + {"origin": [2.25, 7.25589, -7.02447], "size": [0, 22, 36], "pivot": [2.25, 12.85545, -7.12591], "rotation": [70, 0, 0], "uv": [0, 0]}, + {"origin": [2.26, 42.29833, -5.31933], "size": [0, 2, 2], "pivot": [2.25, 35.29833, 1.68067], "rotation": [32.5, 0, 0], "uv": [0, 22]}, + {"origin": [2.26, 40.29833, -12.31933], "size": [0, 2, 2], "pivot": [2.25, 35.29833, 1.68067], "rotation": [32.5, 0, 0], "uv": [0, 22]}, + {"origin": [2.262, 39.29833, -13.31933], "size": [0, 2, 2], "pivot": [2.25, 35.29833, 1.68067], "rotation": [32.5, 0, 0], "uv": [0, 22]}, + {"origin": [2.26, 28.23855, -7.67865], "size": [0, 2, 2], "pivot": [2.26, 28.23855, -5.67865], "rotation": [40, 0, 0], "uv": [0, 22]}, + {"origin": [2.262, 27.23855, -8.67865], "size": [0, 2, 2], "pivot": [2.26, 28.23855, -5.67865], "rotation": [40, 0, 0], "uv": [0, 22]}, + {"origin": [2.26, 22.63406, -12.04509], "size": [0, 2, 2], "pivot": [2.26, 23.63406, -11.04509], "rotation": [45, 0, 0], "uv": [0, 22]} + ] + }, + { + "name": "head", + "parent": "chest", + "pivot": [0, 8, -14.5], + "cubes": [ + {"origin": [-5, 4, -24], "size": [10, 8, 7], "uv": [26, 77]} + ] + }, + { + "name": "horns", + "parent": "head", + "pivot": [0, 9, -19] + }, + { + "name": "lefthorn", + "parent": "horns", + "pivot": [-0.5, 8.5, -18.75], + "rotation": [-25, 0, 0], + "cubes": [ + {"origin": [4.88395, 7.43911, -22], "size": [3, 3, 3], "inflate": 0.01, "pivot": [0, 8, -16], "rotation": [0, 0, -22.5], "uv": [94, 14]}, + {"origin": [4.32267, 0.56567, -20.5], "size": [2, 4, 0], "pivot": [0, 8, -16], "rotation": [0, 0, 5], "uv": [63, 77]}, + {"origin": [6.34622, 3.78945, -20.5], "size": [2, 4, 0], "pivot": [7.34622, 5.78945, -20.5], "rotation": [0, 0, 72.5], "uv": [49, 0]}, + {"origin": [2.36739, 13.10403, -20.5], "size": [2, 4, 0], "pivot": [0, 8, -16], "rotation": [0, 0, 50], "uv": [32, 29]}, + {"origin": [2.72049, 15.54539, -20.5], "size": [2, 3, 0], "pivot": [0, 8, -16], "rotation": [0, 0, 10], "uv": [0, 26]}, + {"origin": [3.82878, 12.12245, -21.5], "size": [2, 3, 2], "inflate": 0.1, "uv": [70, 89]}, + {"origin": [5.52647, 4.99756, -21.5], "size": [2, 3, 2], "pivot": [0, 8, -16], "rotation": [0, 0, 25], "uv": [41, 24]}, + {"origin": [4.5, 4.5, -22], "size": [3, 6, 3], "uv": [42, 92]} + ] + }, + { + "name": "righthorn", + "parent": "horns", + "pivot": [0.5, 8.5, -18.75], + "rotation": [-25, 0, 0], + "cubes": [ + {"origin": [-4.36739, 13.10403, -20.5], "size": [2, 4, 0], "pivot": [0, 8, -16], "rotation": [0, 0, -50], "uv": [32, 29], "mirror": true}, + {"origin": [-4.72049, 15.54539, -20.5], "size": [2, 3, 0], "pivot": [0, 8, -16], "rotation": [0, 0, -10], "uv": [0, 26], "mirror": true}, + {"origin": [-8.34622, 3.78945, -20.5], "size": [2, 4, 0], "pivot": [-7.34622, 5.78945, -20.5], "rotation": [0, 0, -72.5], "uv": [49, 0], "mirror": true}, + {"origin": [-7.5, 4.5, -22], "size": [3, 6, 3], "uv": [42, 92], "mirror": true}, + {"origin": [-5.82878, 12.12245, -21.5], "size": [2, 3, 2], "inflate": 0.1, "uv": [70, 89], "mirror": true}, + {"origin": [-6.32267, 0.56567, -20.5], "size": [2, 4, 0], "pivot": [0, 8, -16], "rotation": [0, 0, -5], "uv": [63, 77], "mirror": true}, + {"origin": [-7.52647, 4.99756, -21.5], "size": [2, 3, 2], "pivot": [0, 8, -16], "rotation": [0, 0, -25], "uv": [41, 24], "mirror": true}, + {"origin": [-7.88395, 7.43911, -22], "size": [3, 3, 3], "inflate": 0.01, "pivot": [0, 8, -16], "rotation": [0, 0, 22.5], "uv": [94, 14], "mirror": true} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [0, 7, -23] + }, + { + "name": "lefteye", + "parent": "eyes", + "pivot": [3.16667, 7.54167, -23.52083], + "rotation": [0, 0, 17.5], + "cubes": [ + {"origin": [1.75, 4.75, -24.01], "size": [2, 6, 1], "uv": [20, 99]}, + {"origin": [2.15, 5.4, -24.15], "size": [1, 2, 1], "inflate": -0.1, "uv": [63, 81]}, + {"origin": [2.15, 7.6, -24.15], "size": [1, 2, 1], "inflate": -0.1, "uv": [68, 33]}, + {"origin": [3.35, 5.4, -24.15], "size": [1, 2, 1], "inflate": -0.1, "uv": [94, 0]}, + {"origin": [3.35, 7.6, -24.15], "size": [1, 2, 1], "inflate": -0.1, "uv": [26, 92]}, + {"origin": [2.25, 5.5, -24.015], "size": [2, 4, 2], "uv": [12, 99]} + ] + }, + { + "name": "righteye", + "parent": "eyes", + "pivot": [-3.16667, 7.54167, -23.52083], + "rotation": [0, 0, -17.5], + "cubes": [ + {"origin": [-4.25, 5.5, -24.015], "size": [2, 4, 2], "uv": [12, 99], "mirror": true}, + {"origin": [-3.15, 7.6, -24.15], "size": [1, 2, 1], "inflate": -0.1, "uv": [68, 33], "mirror": true}, + {"origin": [-4.35, 7.6, -24.15], "size": [1, 2, 1], "inflate": -0.1, "uv": [26, 92], "mirror": true}, + {"origin": [-4.35, 5.4, -24.15], "size": [1, 2, 1], "inflate": -0.1, "uv": [94, 0], "mirror": true}, + {"origin": [-3.75, 4.75, -24.01], "size": [2, 6, 1], "uv": [20, 99], "mirror": true}, + {"origin": [-3.15, 5.4, -24.15], "size": [1, 2, 1], "inflate": -0.1, "uv": [63, 81], "mirror": true} + ] + }, + { + "name": "mouthpart", + "parent": "head", + "pivot": [0, 4.75, -23.04289], + "rotation": [55, 0, 0], + "cubes": [ + {"origin": [2.65685, 4.25, -23.40685], "size": [5, 1, 5], "pivot": [0, 8.25, -15.75], "rotation": [0, 45, 0], "uv": [49, 0]} + ] + }, + { + "name": "mouthpart2", + "parent": "head", + "pivot": [0, 4.75, -23.04289], + "rotation": [55, 0, 0], + "cubes": [ + {"origin": [-7.65685, 4.25, -23.40685], "size": [5, 1, 5], "pivot": [0, 8.25, -15.75], "rotation": [0, -45, 0], "uv": [49, 0], "mirror": true} + ] + }, + { + "name": "chestfluff", + "parent": "chest", + "pivot": [0, 4, -10.25], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [0, -1.98858, -12.01147], "size": [0, 6, 3], "uv": [26, 73]} + ] + }, + { + "name": "tummyfluff", + "parent": "tummy", + "pivot": [0, 4, -6], + "cubes": [ + {"origin": [0, -0.96208, -4.86364], "size": [0, 6, 3], "pivot": [0, 2.03792, -4.61364], "rotation": [37.5, 0, 0], "uv": [48, 55]}, + {"origin": [0, -1.73853, -8.26142], "size": [0, 6, 3], "pivot": [0, 1.26147, -7.51142], "rotation": [17.5, 0, 0], "uv": [72, 30]} + ] + }, + { + "name": "rightwing2", + "parent": "tummy", + "pivot": [-1.5, 13.86778, -2.09622], + "cubes": [ + {"origin": [-1.5, 12.25, -8.75], "size": [0, 27, 13], "pivot": [-1.5, 13.5, -0.5], "rotation": [-10, 0, 0], "uv": [0, 59]}, + {"origin": [-1.512, 19.23855, -4.42865], "size": [0, 2, 2], "pivot": [-2.26, 28.23855, -5.67865], "rotation": [40, 0, 0], "uv": [0, 22], "mirror": true}, + {"origin": [-1.512, 23.98855, -2.42865], "size": [0, 2, 2], "pivot": [-2.26, 28.23855, -5.67865], "rotation": [40, 0, 0], "uv": [0, 22], "mirror": true} + ] + }, + { + "name": "leftwing2", + "parent": "tummy", + "pivot": [1.5, 13.86778, -2.09622], + "cubes": [ + {"origin": [1.512, 23.98855, -2.42865], "size": [0, 2, 2], "pivot": [2.26, 28.23855, -5.67865], "rotation": [40, 0, 0], "uv": [0, 22]}, + {"origin": [1.512, 19.23855, -4.42865], "size": [0, 2, 2], "pivot": [2.26, 28.23855, -5.67865], "rotation": [40, 0, 0], "uv": [0, 22]}, + {"origin": [1.5, 12.25, -8.75], "size": [0, 27, 13], "pivot": [1.5, 13.5, -0.5], "rotation": [-10, 0, 0], "uv": [0, 59], "mirror": true} + ] + }, + { + "name": "backfluffright", + "parent": "tummy", + "pivot": [-6.86701, 11.65983, -1.00603], + "cubes": [ + {"origin": [-6.44632, 7.77223, -0.25968], "size": [0, 6, 10], "pivot": [-6.27344, 13.42239, 0.05148], "rotation": [7.32655, -35.84472, 21.57545], "uv": [0, 19], "mirror": true} + ] + }, + { + "name": "backfluffleft", + "parent": "tummy", + "pivot": [6.86701, 11.65983, -1.00603], + "cubes": [ + {"origin": [6.44632, 7.77223, -0.25968], "size": [0, 6, 10], "pivot": [6.27344, 13.42239, 0.05148], "rotation": [7.32655, 35.84472, -21.57545], "uv": [0, 19]} + ] + }, + { + "name": "leftleg", + "parent": "slitherwing", + "pivot": [8, 7, 7], + "cubes": [ + {"origin": [8, 4, 4], "size": [6, 6, 6], "uv": [86, 83]} + ] + }, + { + "name": "leftfoot", + "parent": "leftleg", + "pivot": [13.80906, 9.88636, 7], + "cubes": [ + {"origin": [19, 9, 5.5], "size": [1, 1, 3], "uv": [72, 54]}, + {"origin": [16, 5, 5], "size": [4, 4, 4], "uv": [26, 92]}, + {"origin": [15, 7.75, 4.5], "size": [3, 2, 0], "pivot": [16, 9.75, 4.5], "rotation": [-1.81693, 19.92066, -5.3191], "uv": [88, 56]}, + {"origin": [15, 5.25, 4.5], "size": [3, 2, 0], "pivot": [16, 5.25, 4.5], "rotation": [1.81693, 19.92066, 5.3191], "uv": [86, 54]}, + {"origin": [15, 10, 7.25], "size": [3, 0, 2], "pivot": [16, 10, 9.25], "rotation": [0, -5, -20], "uv": [62, 0]}, + {"origin": [15, 10, 4.75], "size": [3, 0, 2], "pivot": [16, 10, 4.75], "rotation": [0, 5, -20], "uv": [60, 33]}, + {"origin": [15, 7.75, 9.5], "size": [3, 2, 0], "pivot": [16, 9.75, 9.5], "rotation": [1.81693, -19.92066, -5.3191], "uv": [26, 82]}, + {"origin": [15, 5.25, 9.5], "size": [3, 2, 0], "pivot": [16, 5.25, 9.5], "rotation": [-1.81693, -19.92066, 5.3191], "uv": [42, 74]}, + {"origin": [15, 5, 4.75], "size": [3, 0, 2], "pivot": [16, 5, 4.75], "rotation": [0, 5, 20], "uv": [54, 33]}, + {"origin": [15, 5, 7.25], "size": [3, 0, 2], "pivot": [16, 5, 9.25], "rotation": [0, -5, 20], "uv": [57, 6]}, + {"origin": [14, 5, 4.5], "size": [2, 5, 5], "uv": [75, 90]} + ] + }, + { + "name": "rightleg", + "parent": "slitherwing", + "pivot": [-8, 7, 7], + "cubes": [ + {"origin": [-14, 4, 4], "size": [6, 6, 6], "uv": [86, 83], "mirror": true} + ] + }, + { + "name": "rightfoot", + "parent": "rightleg", + "pivot": [-13.80906, 9.88636, 7], + "cubes": [ + {"origin": [-18, 5, 4.75], "size": [3, 0, 2], "pivot": [-16, 5, 4.75], "rotation": [0, -5, -20], "uv": [54, 33], "mirror": true}, + {"origin": [-16, 5, 4.5], "size": [2, 5, 5], "uv": [75, 90], "mirror": true}, + {"origin": [-18, 5.25, 9.5], "size": [3, 2, 0], "pivot": [-16, 5.25, 9.5], "rotation": [-1.81693, 19.92066, -5.3191], "uv": [42, 74], "mirror": true}, + {"origin": [-18, 5, 7.25], "size": [3, 0, 2], "pivot": [-16, 5, 9.25], "rotation": [0, 5, -20], "uv": [57, 6], "mirror": true}, + {"origin": [-18, 10, 4.75], "size": [3, 0, 2], "pivot": [-16, 10, 4.75], "rotation": [0, -5, 20], "uv": [60, 33], "mirror": true}, + {"origin": [-18, 7.75, 9.5], "size": [3, 2, 0], "pivot": [-16, 9.75, 9.5], "rotation": [1.81693, 19.92066, 5.3191], "uv": [26, 82], "mirror": true}, + {"origin": [-18, 5.25, 4.5], "size": [3, 2, 0], "pivot": [-16, 5.25, 4.5], "rotation": [1.81693, -19.92066, -5.3191], "uv": [86, 54], "mirror": true}, + {"origin": [-18, 10, 7.25], "size": [3, 0, 2], "pivot": [-16, 10, 9.25], "rotation": [0, 5, 20], "uv": [62, 0], "mirror": true}, + {"origin": [-20, 9, 5.5], "size": [1, 1, 3], "uv": [72, 54], "mirror": true}, + {"origin": [-20, 5, 5], "size": [4, 4, 4], "uv": [26, 92], "mirror": true}, + {"origin": [-18, 7.75, 4.5], "size": [3, 2, 0], "pivot": [-16, 9.75, 4.5], "rotation": [-1.81693, -19.92066, 5.3191], "uv": [88, 56], "mirror": true} + ] + }, + { + "name": "arms", + "parent": "slitherwing", + "pivot": [0, 0, -12] + }, + { + "name": "leftarm", + "parent": "arms", + "pivot": [6.97927, 6.5, -11.5], + "cubes": [ + {"origin": [7.75, 4, -14], "size": [5, 5, 5], "uv": [55, 89]}, + {"origin": [11.75, 6.75, -14], "size": [3, 2, 0], "pivot": [12.75, 9, -14], "rotation": [-1.81693, 19.92066, -5.3191], "uv": [89, 63]}, + {"origin": [11.75, 6.75, -9], "size": [3, 2, 0], "pivot": [12.75, 9, -9], "rotation": [1.81693, -19.92066, -5.3191], "uv": [89, 65]}, + {"origin": [11.75, 4.25, -9], "size": [3, 2, 0], "pivot": [12.75, 4, -9], "rotation": [-1.81693, -19.92066, 5.3191], "uv": [51, 92]}, + {"origin": [11.75, 4.25, -14], "size": [3, 2, 0], "pivot": [12.75, 4, -14], "rotation": [1.81693, 19.92066, 5.3191], "uv": [38, 92]}, + {"origin": [11.75, 9, -13.75], "size": [3, 0, 2], "pivot": [12.75, 9, -14], "rotation": [0, 5, -20], "uv": [70, 39]}, + {"origin": [11.75, 4, -13.75], "size": [3, 0, 2], "pivot": [12.75, 4, -14], "rotation": [0, 5, 20], "uv": [38, 72]}, + {"origin": [11.75, 9, -11.25], "size": [3, 0, 2], "pivot": [12.75, 9, -9], "rotation": [0, -5, -20], "uv": [62, 2]}, + {"origin": [11.75, 4, -11.25], "size": [3, 0, 2], "pivot": [12.75, 4, -9], "rotation": [0, -5, 20], "uv": [46, 64]} + ] + }, + { + "name": "lefthand", + "parent": "leftarm", + "pivot": [12.50833, 7.1109, -11.5], + "cubes": [ + {"origin": [11, 5, -13.5], "size": [4, 3, 4], "uv": [94, 0]}, + {"origin": [14.9483, 4.51146, -11.5], "size": [2, 1, 0], "pivot": [16.6983, 4.51146, -11.5], "rotation": [0, 0, 17.5], "uv": [0, 35]}, + {"origin": [14.25, 4.75, -12.5], "size": [2, 2, 2], "pivot": [16, 5, -11.5], "rotation": [0, 0, 10], "uv": [80, 54]} + ] + }, + { + "name": "rightarm", + "parent": "arms", + "pivot": [-6.97927, 6.5, -11.5], + "cubes": [ + {"origin": [-12.75, 4, -14], "size": [5, 5, 5], "uv": [55, 89], "mirror": true}, + {"origin": [-14.75, 6.75, -14], "size": [3, 2, 0], "pivot": [-12.75, 9, -14], "rotation": [-1.81693, -19.92066, 5.3191], "uv": [89, 63], "mirror": true}, + {"origin": [-14.75, 9, -11.25], "size": [3, 0, 2], "pivot": [-12.75, 9, -9], "rotation": [0, 5, 20], "uv": [62, 2], "mirror": true}, + {"origin": [-14.75, 4.25, -14], "size": [3, 2, 0], "pivot": [-12.75, 4, -14], "rotation": [1.81693, -19.92066, -5.3191], "uv": [38, 92], "mirror": true}, + {"origin": [-14.75, 9, -13.75], "size": [3, 0, 2], "pivot": [-12.75, 9, -14], "rotation": [0, -5, 20], "uv": [70, 39], "mirror": true}, + {"origin": [-14.75, 6.75, -9], "size": [3, 2, 0], "pivot": [-12.75, 9, -9], "rotation": [1.81693, 19.92066, 5.3191], "uv": [89, 65], "mirror": true}, + {"origin": [-14.75, 4, -13.75], "size": [3, 0, 2], "pivot": [-12.75, 4, -14], "rotation": [0, -5, -20], "uv": [38, 72], "mirror": true}, + {"origin": [-14.75, 4.25, -9], "size": [3, 2, 0], "pivot": [-12.75, 4, -9], "rotation": [-1.81693, 19.92066, -5.3191], "uv": [51, 92], "mirror": true}, + {"origin": [-14.75, 4, -11.25], "size": [3, 0, 2], "pivot": [-12.75, 4, -9], "rotation": [0, 5, -20], "uv": [46, 64], "mirror": true} + ] + }, + { + "name": "righthand", + "parent": "rightarm", + "pivot": [-12.50833, 7.1109, -11.5], + "cubes": [ + {"origin": [-15, 5, -13.5], "size": [4, 3, 4], "uv": [94, 0], "mirror": true}, + {"origin": [-16.25, 4.75, -12.5], "size": [2, 2, 2], "pivot": [-16, 5, -11.5], "rotation": [0, 0, -10], "uv": [80, 54], "mirror": true}, + {"origin": [-16.9483, 4.51146, -11.5], "size": [2, 1, 0], "pivot": [-16.6983, 4.51146, -11.5], "rotation": [0, 0, -17.5], "uv": [0, 35], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/slowbro_galarian.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/slowbro_galarian.geo.json new file mode 100644 index 0000000..f517a50 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/slowbro_galarian.geo.json @@ -0,0 +1,260 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.slowbro", + "texture_width": 128, + "texture_height": 64, + "visible_bounds_width": 4, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "slowbro", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "slowbro", + "pivot": [0, 11, 1] + }, + { + "name": "torso", + "parent": "body", + "pivot": [-0.5, 5, 0.5], + "rotation": [7.5, 0, 0], + "cubes": [ + {"origin": [-4.5, 3, -3.5], "size": [9, 11, 8], "uv": [0, 0]} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 13.5, 0], + "cubes": [ + {"origin": [-3.5, 15, -6.5], "size": [7, 2, 3], "uv": [50, 0]}, + {"origin": [1.5, 14.75, -6.25], "size": [1, 1, 0], "pivot": [2, 15.25, -6.25], "rotation": [0, 0, 45], "uv": [34, 9]}, + {"origin": [-2.5, 14.75, -6.25], "size": [1, 1, 0], "pivot": [-2, 15.25, -6.25], "rotation": [0, 0, -45], "uv": [34, 8]}, + {"origin": [-4, 13.5, -4], "size": [8, 7, 7], "uv": [23, 27]} + ] + }, + { + "name": "ear_left", + "parent": "head", + "pivot": [3.38388, 19.88388, -1], + "rotation": [0, 0, 45], + "cubes": [ + {"origin": [1.88388, 19.7981, -1.5], "size": [3, 3, 1], "uv": [0, 4]} + ] + }, + { + "name": "ear_right", + "parent": "head", + "pivot": [-3.38388, 19.88388, -1], + "rotation": [0, 0, -45], + "cubes": [ + {"origin": [-4.88388, 19.7981, -1.5], "size": [3, 3, 1], "uv": [0, 0]} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [3.135, 18.375, -3.5125], + "cubes": [ + {"origin": [2.01, 16.75, -4.01], "size": [2, 3, 1], "uv": [32, 41]}, + {"origin": [2.76, 17.50428, -4.011], "size": [1, 1, 1], "uv": [38, 41]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [2.91, 18.25, -3.41], + "cubes": [ + {"origin": [1.91, 16.75, -3.91], "size": [2, 3, 1], "inflate": 0.01, "uv": [15, 34]} + ] + }, + { + "name": "eye_right", + "parent": "head", + "pivot": [-3.135, 18.375, -3.5125], + "cubes": [ + {"origin": [-4.01, 16.75, -4.01], "size": [2, 3, 1], "uv": [0, 34]}, + {"origin": [-3.76, 17.50428, -4.011], "size": [1, 1, 1], "uv": [19, 38]} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-2.91, 18.25, -3.41], + "cubes": [ + {"origin": [-3.91, 16.75, -3.91], "size": [2, 3, 1], "inflate": 0.01, "uv": [26, 0]} + ] + }, + { + "name": "jaw", + "parent": "head", + "pivot": [0, 15, -4], + "cubes": [ + {"origin": [-3, 14, -6], "size": [6, 1, 2], "uv": [50, 43]} + ] + }, + { + "name": "arm_left", + "parent": "torso", + "pivot": [4, 11.25, -1.75], + "cubes": [ + {"origin": [1.5, 9.75, -3.25], "size": [5, 3, 3], "inflate": 0.001, "uv": [18, 51]} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [6.5, 12.75, -1.75], + "cubes": [ + {"origin": [6, 9.35, -3.25], "size": [4, 3, 3], "inflate": -0.1, "pivot": [4, 11.75, -12.25], "rotation": [0, 0, -10], "uv": [48, 51]} + ] + }, + { + "name": "shell", + "parent": "arm_left2", + "pivot": [7.2, 10.7, -1.8], + "rotation": [22.50384, 81.14303, 16.97282], + "cubes": [ + {"origin": [2.2, 5.7, -2.5], "size": [10, 10, 5], "inflate": -1.45, "uv": [0, 19]}, + {"origin": [9.7, 5.4, -1], "size": [0, 2, 2], "pivot": [9.7, 5.7, -0.5], "rotation": [0, 0, -27.5], "uv": [0, 19]}, + {"origin": [3, 4.7, -1.1], "size": [0, 2, 2], "pivot": [4.7, 5.7, -0.5], "rotation": [0, 0, 27.5], "uv": [0, 17]}, + {"origin": [3.4, 6.7, 0.9], "size": [8, 8, 4], "uv": [30, 15]}, + {"origin": [11.15, 10.7, 1.7], "size": [2, 0, 2], "uv": [23, 21]}, + {"origin": [1.45, 10.7, 1.7], "size": [2, 0, 2], "uv": [23, 19]}, + {"origin": [7.2, 14.45, 1.7], "size": [0, 2, 2], "uv": [26, 2]}, + {"origin": [4.2, 7.7, 3.8], "size": [6, 6, 3], "inflate": -0.4, "uv": [50, 8]}, + {"origin": [9.6, 11.7, 5.5], "size": [1, 0, 1], "pivot": [10.2, 11.7, 8], "rotation": [0, 0, -20], "uv": [29, 5]}, + {"origin": [4, 11.7, 5.4], "size": [1, 0, 1], "pivot": [4.2, 11.7, 8], "rotation": [0, 0, 20], "uv": [29, 4]}, + {"origin": [5.4, 9.2, 5.3], "size": [3, 3, 3], "uv": [71, 0]}, + {"origin": [7.2, 13, 5.35], "size": [0, 1, 1], "uv": [20, 33]}, + {"origin": [7.2, 7.45, 5.25], "size": [0, 1, 1], "uv": [5, 33]} + ] + }, + { + "name": "shell_jaw", + "parent": "shell", + "pivot": [7.2, 6.7, -2.5], + "rotation": [-25, 0, 0], + "cubes": [ + {"origin": [4.1, 8.5, -6], "size": [7, 2, 6], "inflate": -0.9, "pivot": [7.7, 6.7, -2.5], "rotation": [17, 0, 0], "uv": [26, 0]} + ] + }, + { + "name": "arm_right", + "parent": "torso", + "pivot": [-4, 11.25, -1.75], + "cubes": [ + {"origin": [-6.5, 9.75, -3.25], "size": [5, 3, 3], "inflate": 0.001, "uv": [34, 8]} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-6.5, 12.75, -1.75], + "cubes": [ + {"origin": [-10.5, 9.75, -3.25], "size": [4, 3, 3], "uv": [34, 51]} + ] + }, + { + "name": "finger_right", + "parent": "arm_right2", + "pivot": [-10, 11.25, -3], + "cubes": [ + {"origin": [-11.5, 10.75, -3], "size": [2, 1, 0], "uv": [34, 14]} + ] + }, + { + "name": "finger_right2", + "parent": "arm_right2", + "pivot": [-10, 11.25, -1.75], + "cubes": [ + {"origin": [-11.5, 10.75, -1.75], "size": [2, 1, 0], "uv": [25, 23]} + ] + }, + { + "name": "finger_right3", + "parent": "arm_right2", + "pivot": [-10, 11.25, -0.5], + "cubes": [ + {"origin": [-11.5, 10.75, -0.5], "size": [2, 1, 0], "uv": [0, 23]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 6.5, 3.5], + "cubes": [ + {"origin": [-2.5, 4, 2.5], "size": [5, 5, 5], "uv": [17, 41]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 6.5, 6.6], + "cubes": [ + {"origin": [-2, 4.5, 5.5], "size": [4, 4, 7], "uv": [0, 34]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [4, 5, 0.5], + "cubes": [ + {"origin": [2.5, 2.5, -2], "size": [4, 5, 5], "uv": [0, 46]} + ] + }, + { + "name": "leg_left2", + "parent": "leg_left", + "pivot": [4.5, 2.5, -0.5], + "cubes": [ + {"origin": [3, 0.5, -0.5], "size": [3, 3, 3], "uv": [69, 8]} + ] + }, + { + "name": "foot_left", + "parent": "leg_left2", + "pivot": [4.5, 1.5, 2], + "cubes": [ + {"origin": [2.5, 0, -2], "size": [4, 2, 5], "inflate": 0.001, "uv": [50, 36]}, + {"origin": [5, 0, -3.5], "size": [1, 1, 2], "uv": [36, 43]}, + {"origin": [3, 0, -3.5], "size": [1, 1, 2], "uv": [47, 8]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-4, 5, 0.5], + "cubes": [ + {"origin": [-6.5, 2.5, -2], "size": [4, 5, 5], "uv": [37, 41]} + ] + }, + { + "name": "leg_right2", + "parent": "leg_right", + "pivot": [-4.5, 2.5, -0.5], + "cubes": [ + {"origin": [-6, 0.5, -0.5], "size": [3, 3, 3], "uv": [54, 17]} + ] + }, + { + "name": "foot_right", + "parent": "leg_right2", + "pivot": [-4.5, 1.5, 2], + "cubes": [ + {"origin": [-6.5, 0, -2], "size": [4, 2, 5], "inflate": 0.001, "uv": [46, 27]}, + {"origin": [-6, 0, -3.5], "size": [1, 1, 2], "uv": [15, 38]}, + {"origin": [-4, 0, -3.5], "size": [1, 1, 2], "uv": [0, 38]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/slowking_galarian.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/slowking_galarian.geo.json new file mode 100644 index 0000000..eb53ac3 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/slowking_galarian.geo.json @@ -0,0 +1,272 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.slowking", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 3, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "slowking", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "slowking", + "pivot": [0, 11, 1] + }, + { + "name": "torso", + "parent": "body", + "pivot": [-0.5, 5.5, 0.5], + "cubes": [ + {"origin": [-4, 3.5, -3.5], "size": [8, 10, 8], "uv": [28, 21]}, + {"origin": [-3, 13.5, -2.5], "size": [6, 1, 6], "inflate": 0.01, "uv": [27, 14]} + ] + }, + { + "name": "frills", + "parent": "torso", + "pivot": [0, 14.5, 0.5] + }, + { + "name": "right_frill", + "parent": "frills", + "pivot": [-2, 14.5, 0.25], + "cubes": [ + {"origin": [-3.1, 9, -3.5], "size": [4, 6, 8], "inflate": 0.05, "pivot": [-2, 14.5, 0.5], "rotation": [0, 0, 35], "uv": [20, 39]} + ] + }, + { + "name": "left_frill", + "parent": "frills", + "pivot": [2, 14.5, 0.25], + "cubes": [ + {"origin": [-0.9, 9, -3.5], "size": [4, 6, 8], "inflate": 0.05, "pivot": [2, 14.5, 0.5], "rotation": [0, 0, -35], "uv": [20, 39], "mirror": true} + ] + }, + { + "name": "neck", + "parent": "torso", + "pivot": [0, 13.5, 0.5], + "cubes": [ + {"origin": [-2.5, 13.5, -2], "size": [5, 4, 5], "uv": [44, 39]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 14.5, 0.75], + "cubes": [ + {"origin": [-3, 15.75, -5.75], "size": [6, 2, 3], "uv": [54, 0]}, + {"origin": [-1.5, 16.75, -5.76], "size": [1, 1, 0], "uv": [0, 1]}, + {"origin": [0.5, 16.75, -5.76], "size": [1, 1, 0], "uv": [0, 1], "mirror": true}, + {"origin": [1.5, 15.5, -5.5], "size": [1, 1, 0], "pivot": [2, 16, -5.5], "rotation": [0, 0, 45], "uv": [0, 7]}, + {"origin": [-2.5, 15.5, -5.5], "size": [1, 1, 0], "pivot": [-2, 16, -5.5], "rotation": [0, 0, -45], "uv": [0, 7], "mirror": true}, + {"origin": [-3.5, 14.5, -3.25], "size": [7, 7, 7], "uv": [0, 29]} + ] + }, + { + "name": "crown", + "parent": "head", + "pivot": [0, 21.55, -0.7], + "rotation": [-5, 0, 0], + "cubes": [ + {"origin": [-5.5, 16.05, -5.95], "size": [11, 3, 11], "inflate": 0.5, "uv": [0, 0]}, + {"origin": [2.5, 14.65, -6.35], "size": [2, 2, 1], "inflate": -0.2, "uv": [2, 86]}, + {"origin": [-2.5, 14.65, -5.35], "size": [2, 2, 1], "inflate": -0.2, "pivot": [0.5, 19.05, 0.05], "rotation": [0, -90, 0], "uv": [2, 86]}, + {"origin": [4.5, 17.05, -1.95], "size": [4, 2, 2], "inflate": 0.5, "pivot": [0.5, 19.05, 0.05], "rotation": [0, 0, -37.5], "uv": [36, 39]}, + {"origin": [7.1, 13.45, -1.95], "size": [2, 2, 2], "inflate": 0.4, "pivot": [0.5, 19.05, 0.05], "rotation": [0, 0, -65], "uv": [0, 14]}, + {"origin": [-3.5, 23.05, -3.95], "size": [7, 4, 7], "uv": [33, 0]}, + {"origin": [-2, 27.05, -2.45], "size": [4, 3, 4], "uv": [18, 53]}, + {"origin": [-3, 18.65, -6.55], "size": [6, 1, 4], "inflate": -0.04, "uv": [11, 65]}, + {"origin": [-2, 27.55, -2.45], "size": [3, 3, 4], "inflate": -0.5, "pivot": [1, 24.05, 0.55], "rotation": [0, 0, -30], "uv": [18, 53]}, + {"origin": [-3.3, 26.15, -2.45], "size": [3, 3, 4], "inflate": -0.5, "pivot": [1, 24.05, 0.55], "rotation": [0, 0, -42], "uv": [18, 53]}, + {"origin": [-1, 20.05, -6.25], "size": [2, 2, 2], "uv": [0, 18]}, + {"origin": [-9.1, 13.45, -1.95], "size": [2, 2, 2], "inflate": 0.4, "pivot": [-0.5, 19.05, 0.05], "rotation": [0, 0, 65], "uv": [0, 14], "mirror": true}, + {"origin": [-8.5, 17.05, -1.95], "size": [4, 2, 2], "inflate": 0.5, "pivot": [-0.5, 19.05, 0.05], "rotation": [0, 0, 37.5], "uv": [36, 39], "mirror": true}, + {"origin": [0.5, 14.65, -5.35], "size": [2, 2, 1], "inflate": -0.2, "pivot": [-0.5, 19.05, 0.05], "rotation": [0, 90, 0], "uv": [2, 86], "mirror": true}, + {"origin": [-4.5, 17.05, -4.95], "size": [9, 6, 9], "inflate": 0.5, "uv": [0, 14], "mirror": true}, + {"origin": [-4.5, 14.65, -6.35], "size": [2, 2, 1], "inflate": -0.2, "uv": [2, 86], "mirror": true}, + {"origin": [0.3, 26.15, -2.45], "size": [3, 3, 4], "inflate": -0.5, "pivot": [-1, 24.05, 0.55], "rotation": [0, 0, 42], "uv": [18, 53], "mirror": true}, + {"origin": [-1, 27.55, -2.45], "size": [3, 3, 4], "inflate": -0.5, "pivot": [-1, 24.05, 0.55], "rotation": [0, 0, 30], "uv": [18, 53], "mirror": true} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [1.88, 19, -2.7625], + "cubes": [ + {"origin": [1.26, 18.3, -6.465], "size": [1, 1, 1], "uv": [27, 18]}, + {"origin": [1, 17, -6.46], "size": [2, 3, 1], "uv": [33, 0]}, + {"origin": [-1, 17, -6.46], "size": [2, 3, 1], "uv": [33, 0]}, + {"origin": [3, 17, -6.46], "size": [2, 3, 1], "uv": [33, 0]}, + {"origin": [1.2, 18.3, -6.66], "size": [1, 1, 1], "inflate": -0.15, "uv": [33, 0], "mirror": true} + ] + }, + { + "name": "eye_right", + "parent": "head", + "pivot": [-1.88, 19, -2.7625], + "cubes": [ + {"origin": [-2.26, 18.3, -6.465], "size": [1, 1, 1], "uv": [27, 18], "mirror": true}, + {"origin": [-3, 17, -6.46], "size": [2, 3, 1], "uv": [33, 0], "mirror": true}, + {"origin": [-2.2, 18.3, -6.66], "size": [1, 1, 1], "inflate": -0.15, "uv": [33, 0], "mirror": true}, + {"origin": [-5, 17, -6.46], "size": [2, 3, 1], "uv": [33, 0], "mirror": true} + ] + }, + { + "name": "jaw", + "parent": "head", + "pivot": [0, 15.75, -3.25], + "cubes": [ + {"origin": [-3, 14.75, -5.25], "size": [6, 1, 2], "uv": [52, 48]} + ] + }, + { + "name": "arm_left", + "parent": "torso", + "pivot": [4, 11.5, -0.75], + "cubes": [ + {"origin": [3.5, 10.5, -2.25], "size": [4, 2, 3], "inflate": 0.001, "uv": [14, 60]} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [7.5, 12.5, 0.75], + "cubes": [ + {"origin": [7.5, 10.5, -2.25], "size": [4, 2, 3], "uv": [0, 60]} + ] + }, + { + "name": "finger_left", + "parent": "arm_left2", + "pivot": [11.5, 12.5, -0.75], + "cubes": [ + {"origin": [11.5, 11.5, -1.75], "size": [1, 1, 2], "uv": [0, 43]} + ] + }, + { + "name": "thumb_left", + "parent": "arm_left2", + "pivot": [10.75, 11.5, -1.75], + "cubes": [ + {"origin": [10.25, 11, -3.25], "size": [1, 1, 2], "uv": [21, 33]} + ] + }, + { + "name": "arm_right", + "parent": "torso", + "pivot": [-4, 11.5, -0.75], + "cubes": [ + {"origin": [-7.5, 10.5, -2.25], "size": [4, 2, 3], "inflate": 0.001, "uv": [14, 60], "mirror": true} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-7.5, 12.5, 0.75], + "cubes": [ + {"origin": [-11.5, 10.5, -2.25], "size": [4, 2, 3], "uv": [0, 60], "mirror": true} + ] + }, + { + "name": "finger_right", + "parent": "arm_right2", + "pivot": [-11.5, 12.5, -0.75], + "cubes": [ + {"origin": [-12.5, 11.5, -1.75], "size": [1, 1, 2], "uv": [0, 43], "mirror": true} + ] + }, + { + "name": "thumb_right", + "parent": "arm_right2", + "pivot": [-10.75, 11.5, -1.75], + "cubes": [ + {"origin": [-11.25, 11, -3.25], "size": [1, 1, 2], "uv": [21, 33], "mirror": true} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 6.5, 3.5], + "cubes": [ + {"origin": [-2, 4.5, 2.5], "size": [4, 4, 6], "uv": [0, 43]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 6.5, 7.5], + "cubes": [ + {"origin": [-1.5, 5, 6.5], "size": [3, 3, 6], "uv": [51, 52]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 6.5, 11.5], + "cubes": [ + {"origin": [0, 5.5, 10.5], "size": [0, 2, 5], "uv": [0, 0]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [3.5, 5, 0.5], + "cubes": [ + {"origin": [2, 2.5, -2], "size": [4, 5, 5], "uv": [51, 11]} + ] + }, + { + "name": "leg_left2", + "parent": "leg_left", + "pivot": [4, 2.5, -0.5], + "cubes": [ + {"origin": [2.5, 0.5, -0.5], "size": [3, 3, 3], "uv": [42, 60]} + ] + }, + { + "name": "foot_left", + "parent": "leg_left2", + "pivot": [4, 1.5, 2], + "cubes": [ + {"origin": [2, 0, -2], "size": [4, 2, 5], "inflate": 0.001, "uv": [0, 53]}, + {"origin": [2.5, 0, -3.5], "size": [3, 1, 2], "uv": [0, 7]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-3.5, 5, 0.5], + "cubes": [ + {"origin": [-6, 2.5, -2], "size": [4, 5, 5], "uv": [51, 11], "mirror": true} + ] + }, + { + "name": "leg_right2", + "parent": "leg_right", + "pivot": [-4, 2.5, -0.5], + "cubes": [ + {"origin": [-5.5, 0.5, -0.5], "size": [3, 3, 3], "uv": [42, 60], "mirror": true} + ] + }, + { + "name": "foot_right", + "parent": "leg_right2", + "pivot": [-4, 1.5, 2], + "cubes": [ + {"origin": [-6, 0, -2], "size": [4, 2, 5], "inflate": 0.001, "uv": [0, 53], "mirror": true}, + {"origin": [-5.5, 0, -3.5], "size": [3, 1, 2], "uv": [0, 7], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/slowpoke_galarian.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/slowpoke_galarian.geo.json new file mode 100644 index 0000000..f9e39a3 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/slowpoke_galarian.geo.json @@ -0,0 +1,176 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.slowpoke", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 5, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "slowpoke", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "slowpoke", + "pivot": [0, 6, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [-2, 3.75, 4.75], + "cubes": [ + {"origin": [-5, 1.5, -6.5], "size": [10, 9, 13], "uv": [0, 0]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 5.5, 5.5], + "cubes": [ + {"origin": [-2.5, 3, 4.5], "size": [5, 5, 7], "uv": [23, 29]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 5.5, 10.5], + "cubes": [ + {"origin": [-2, 3.5, 9.5], "size": [4, 4, 7], "uv": [33, 0]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 5.5, 15.5], + "cubes": [ + {"origin": [-1.5, 4, 14.5], "size": [3, 3, 7], "uv": [0, 36]} + ] + }, + { + "name": "tail4", + "parent": "tail3", + "pivot": [0, 5.5, 20.5], + "cubes": [ + {"origin": [0, 4.5, 19.5], "size": [0, 2, 6], "uv": [24, 21]} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 6, -7], + "cubes": [ + {"origin": [-3.5, 3.5, -14.5], "size": [7, 2, 3], "uv": [23, 22]}, + {"origin": [1.5, 3.25, -14.25], "size": [1, 1, 0], "pivot": [2, 3.75, -14.25], "rotation": [0, 0, 45], "uv": [0, 1]}, + {"origin": [-2.5, 3.25, -14.25], "size": [1, 1, 0], "pivot": [-2, 3.75, -14.25], "rotation": [0, 0, -45], "uv": [0, 0]}, + {"origin": [-4, 2, -12], "size": [8, 7, 7], "uv": [0, 22]}, + {"origin": [-2, 7.6, -11.6], "size": [4, 1, 0], "inflate": 0.05, "pivot": [0, 2, -8], "rotation": [-8, 0, 0], "uv": [20, 50]}, + {"origin": [-3, 7.8, -10], "size": [6, 1, 0], "inflate": 0.05, "pivot": [0, 2, -8], "rotation": [-8, 0, 0], "uv": [20, 50]}, + {"origin": [-4, 8, -8.4], "size": [8, 1, 0], "inflate": 0.05, "pivot": [0, 2, -8], "rotation": [-8, 0, 0], "uv": [20, 50]} + ] + }, + { + "name": "ear_left", + "parent": "head", + "pivot": [3.5, 8.5, -9], + "rotation": [0, 0, 45], + "cubes": [ + {"origin": [2, 8.25, -10.1], "size": [3, 3, 1], "uv": [13, 36]} + ] + }, + { + "name": "ear_right", + "parent": "head", + "pivot": [-3.5, 8.5, -9], + "rotation": [0, 0, -45], + "cubes": [ + {"origin": [-5, 8.25, -10.1], "size": [3, 3, 1], "uv": [0, 8]} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [3.135, 6.25, -11.5125], + "cubes": [ + {"origin": [2.01, 4.75, -12.01], "size": [2, 3, 1], "uv": [44, 41]}, + {"origin": [2.76, 5.75, -12.015], "size": [1, 1, 1], "uv": [9, 0]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [3.01, 6.25, -12.01], + "cubes": [ + {"origin": [1.91, 4.75, -11.91], "size": [2, 3, 1], "inflate": 0.01, "uv": [0, 36]} + ] + }, + { + "name": "eye_right", + "parent": "head", + "pivot": [-3.135, 6.25, -11.5125], + "cubes": [ + {"origin": [-4.01, 4.75, -12.01], "size": [2, 3, 1], "uv": [33, 0]}, + {"origin": [-3.76, 5.75, -12.015], "size": [1, 1, 1], "uv": [8, 8]} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-2.91, 6.25, -11.41], + "cubes": [ + {"origin": [-3.91, 4.75, -11.91], "size": [2, 3, 1], "inflate": 0.01, "uv": [0, 22]} + ] + }, + { + "name": "jaw", + "parent": "head", + "pivot": [0, 3.5, -12], + "cubes": [ + {"origin": [-3, 2.5, -14], "size": [6, 1, 2], "uv": [40, 32]} + ] + }, + { + "name": "leftfrontleg", + "parent": "body", + "pivot": [4, 3.5, -3.5], + "cubes": [ + {"origin": [3, 0, -5], "size": [3, 5, 3], "inflate": 0.001, "uv": [32, 41]}, + {"origin": [3.5, 0, -5.75], "size": [2, 1, 1], "uv": [33, 11]} + ] + }, + { + "name": "leftbackleg", + "parent": "body", + "pivot": [4, 3.5, 4.5], + "cubes": [ + {"origin": [3, 0, 3], "size": [3, 5, 3], "inflate": 0.001, "uv": [20, 41]}, + {"origin": [3.5, 0, 2.25], "size": [2, 1, 1], "uv": [33, 4]} + ] + }, + { + "name": "rightfrontleg", + "parent": "body", + "pivot": [-4, 3.5, -3.5], + "cubes": [ + {"origin": [-6, 0, -5], "size": [3, 5, 3], "inflate": 0.001, "uv": [40, 24]}, + {"origin": [-5.5, 0, -5.75], "size": [2, 1, 1], "uv": [0, 26]} + ] + }, + { + "name": "rightbackleg", + "parent": "body", + "pivot": [-4, 3.5, 4.5], + "cubes": [ + {"origin": [-6, 0, 3], "size": [3, 5, 3], "inflate": 0.001, "uv": [0, 0]}, + {"origin": [-5.5, 0, 2.25], "size": [2, 1, 1], "uv": [7, 11]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/snom/snom.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/snom/snom.geo.json new file mode 100644 index 0000000..a4478e9 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/snom/snom.geo.json @@ -0,0 +1,223 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.snom", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 2, + "visible_bounds_height": 1.5, + "visible_bounds_offset": [0, 0.25, 0] + }, + "bones": [ + { + "name": "snom", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "snom", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 2, 2.5], + "cubes": [ + {"origin": [-2.5, 0, 5.5], "size": [5, 4, -6], "inflate": 0.2, "uv": [7, 34]} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 2, 0.5], + "cubes": [ + {"origin": [-2.5, 0, -4], "size": [5, 4, 9], "uv": [0, 0]} + ] + }, + { + "name": "eye_right", + "parent": "head", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [2.51, 0.5, -2.5], "size": [0, 1, 1], "uv": [8, 14]} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [2.41, 1, -2], + "cubes": [ + {"origin": [2.41, 0.5, -2.5], "size": [0, 1, 1], "inflate": 0.01, "uv": [0, 14]} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-2.51, 0.5, -2.5], "size": [0, 1, 1], "uv": [19, 14]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-2.41, 0.5, -2.5], "size": [0, 1, 1], "inflate": 0.01, "uv": [11, 14]} + ] + }, + { + "name": "mouth_right", + "parent": "head", + "pivot": [1.25, 1.01, -4], + "cubes": [ + {"origin": [0.25, 0.01, -6], "size": [2, 2, 3], "uv": [0, 14]} + ] + }, + { + "name": "mouth_left", + "parent": "head", + "pivot": [-1.25, 1.01, -4], + "cubes": [ + {"origin": [-2.25, 0.01, -6], "size": [2, 2, 3], "uv": [11, 14]} + ] + }, + { + "name": "icicles", + "parent": "torso", + "pivot": [0, 0, 0] + }, + { + "name": "icicle1", + "parent": "icicles", + "pivot": [0, 4.25095, 0.77179], + "cubes": [ + {"origin": [-1, 4.25, -0.25], "size": [2, 1, 2], "pivot": [0, 5.5, 0.75], "rotation": [5, 0, 0], "uv": [25, 22]}, + {"origin": [-0.5, 5.25, -0.25], "size": [1, 1, 2], "pivot": [0, 5.5, 0.75], "rotation": [5, 0, 0], "uv": [34, 14]} + ] + }, + { + "name": "icicle2", + "parent": "icicles", + "pivot": [0, 4.49148, 3.3147], + "cubes": [ + {"origin": [-1, 4, 2.5], "size": [2, 1, 2], "pivot": [0, 4.75, 3.5], "rotation": [-15, 0, 0], "uv": [25, 18]}, + {"origin": [-0.5, 5, 2.5], "size": [1, 1, 2], "pivot": [0, 4.75, 3.5], "rotation": [-15, 0, 0], "uv": [34, 2]} + ] + }, + { + "name": "icicle3", + "parent": "icicles", + "pivot": [2.64285, 3.95591, 1.02179], + "rotation": [0, 0, 35], + "cubes": [ + {"origin": [1.35606, 3.36454, 0], "size": [2, 1, 2], "pivot": [2.35606, 4.61454, 1], "rotation": [5, 0, 0], "uv": [18, 24]}, + {"origin": [1.85606, 4.36454, 0], "size": [1, 1, 2], "pivot": [2.35606, 4.61454, 1], "rotation": [5, 0, 0], "uv": [34, 10]} + ] + }, + { + "name": "icicle4", + "parent": "icicles", + "pivot": [-2.39285, 3.95591, 1.02179], + "rotation": [0, 0, -35], + "cubes": [ + {"origin": [-3.31085, 3.50793, 0], "size": [2, 1, 2], "pivot": [-2.31085, 4.75793, 1], "rotation": [5, 0, 0], "uv": [9, 24]}, + {"origin": [-2.81085, 4.50793, 0], "size": [1, 1, 2], "pivot": [-2.31085, 4.75793, 1], "rotation": [5, 0, 0], "uv": [29, 12]} + ] + }, + { + "name": "icicle5", + "parent": "icicles", + "pivot": [2.63009, 1.65279, 1.27179], + "rotation": [0, 0, -67.5], + "cubes": [ + {"origin": [1.59047, 1.09613, 0.25], "size": [2, 1, 2], "pivot": [2.59047, 0.84613, 1.25], "rotation": [-5, 0, 0], "uv": [0, 24]}, + {"origin": [2.09047, 0.09613, 0.25], "size": [1, 1, 2], "pivot": [2.59047, 0.84613, 1.25], "rotation": [-5, 0, 0], "uv": [29, 4]} + ] + }, + { + "name": "icicle6", + "parent": "icicles", + "pivot": [-2.63009, 1.65279, 1.02179], + "rotation": [0, 0, 67.5], + "cubes": [ + {"origin": [-3.59047, 1.09613, 0], "size": [2, 1, 2], "pivot": [-2.59047, 0.84613, 1], "rotation": [-5, 0, 0], "uv": [22, 14]}, + {"origin": [-3.09047, 0.09613, 0], "size": [1, 1, 2], "pivot": [-2.59047, 0.84613, 1], "rotation": [-5, 0, 0], "uv": [34, 26]} + ] + }, + { + "name": "icicle7", + "parent": "icicles", + "pivot": [2.363, 3.83879, 3.81471], + "rotation": [0, 0, 35], + "cubes": [ + {"origin": [1.281, 3.27086, 2.76704], "size": [2, 1, 2], "pivot": [2.281, 4.15027, 4.25], "rotation": [-15, 0, 0], "uv": [18, 20]}, + {"origin": [1.781, 4.27087, 2.76704], "size": [1, 1, 2], "pivot": [2.281, 4.15027, 4.25], "rotation": [-15, 0, 0], "uv": [34, 6]} + ] + }, + { + "name": "icicle8", + "parent": "icicles", + "pivot": [2.63843, 1.43225, 4], + "rotation": [0, 0, -67.5], + "cubes": [ + {"origin": [1.82977, 1.09973, 3.01704], "size": [2, 1, 2], "pivot": [2.82977, 0.97032, 4.5], "rotation": [15, 0, 0], "uv": [9, 20]}, + {"origin": [2.32977, 0.09972, 3.01704], "size": [1, 1, 2], "pivot": [2.82977, 0.97032, 4.5], "rotation": [15, 0, 0], "uv": [26, 26]} + ] + }, + { + "name": "icicle9", + "parent": "icicles", + "pivot": [-2.363, 3.83879, 3.81471], + "rotation": [0, 0, -35], + "cubes": [ + {"origin": [-3.281, 3.27086, 2.76704], "size": [2, 1, 2], "pivot": [-2.281, 4.15027, 4.25], "rotation": [-15, 0, 0], "uv": [20, 4]}, + {"origin": [-2.781, 4.27087, 2.76704], "size": [1, 1, 2], "pivot": [-2.281, 4.15027, 4.25], "rotation": [-15, 0, 0], "uv": [29, 8]} + ] + }, + { + "name": "icicle10", + "parent": "icicles", + "pivot": [-2.62951, 1.43595, 3.99742], + "rotation": [0, 0, 67.5], + "cubes": [ + {"origin": [-3.82085, 1.09376, 3.01704], "size": [2, 1, 2], "pivot": [-2.82085, 0.96435, 4.5], "rotation": [15, 0, 0], "uv": [20, 0]}, + {"origin": [-3.32085, 0.11375, 3.01704], "size": [1, 1, 2], "pivot": [-2.82085, 0.96435, 4.5], "rotation": [15, 0, 0], "uv": [19, 28]} + ] + }, + { + "name": "icicle11", + "parent": "icicles", + "pivot": [1.4687, 1.42042, 5.12408], + "rotation": [-99.01916, 11.43563, 9.77243], + "cubes": [ + {"origin": [0.41116, 1.02459, 4.23307], "size": [2, 1, 2], "pivot": [1.41116, 1.77459, 4.98307], "rotation": [-15, 0, 0], "uv": [0, 20]}, + {"origin": [0.91116, 2.02459, 4.23307], "size": [1, 1, 2], "pivot": [1.41116, 1.77459, 4.98307], "rotation": [-15, 0, 0], "uv": [29, 0]} + ] + }, + { + "name": "icicle12", + "parent": "icicles", + "pivot": [-1.4687, 1.42042, 5.12408], + "rotation": [-99.01916, -11.43563, -9.77243], + "cubes": [ + {"origin": [-2.41116, 1.02459, 4.23307], "size": [2, 1, 2], "pivot": [-1.41116, 1.77459, 4.98307], "rotation": [-15, 0, 0], "uv": [0, 4]}, + {"origin": [-1.91116, 2.02459, 4.23307], "size": [1, 1, 2], "pivot": [-1.41116, 1.77459, 4.98307], "rotation": [-15, 0, 0], "uv": [34, 22]} + ] + }, + { + "name": "icicle13", + "parent": "icicles", + "pivot": [0, 2.84818, 4.81139], + "rotation": [-40, 0, 0], + "cubes": [ + {"origin": [-1, 2.84862, 3.83061], "size": [2, 1, 2], "pivot": [0, 3.59862, 5.08061], "rotation": [-15, 0, 0], "uv": [0, 0]}, + {"origin": [-0.5, 3.84862, 3.83061], "size": [1, 1, 2], "pivot": [0, 3.59862, 5.08061], "rotation": [-15, 0, 0], "uv": [34, 18]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/snorunt/snorunt.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/snorunt/snorunt.geo.json new file mode 100644 index 0000000..bcf678a --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/snorunt/snorunt.geo.json @@ -0,0 +1,146 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.snorunt", + "texture_width": 88, + "texture_height": 56, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "snorunt", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "snorunt", + "pivot": [0.00091, 7.95093, -2.681], + "cubes": [ + {"origin": [-5.5, 1.95, -5.05], "size": [11, 10, 10], "uv": [15, 0]} + ] + }, + { + "name": "eyelid_right", + "parent": "body", + "pivot": [-1.65, 7.55, -3.675], + "cubes": [ + {"origin": [-2.65, 6.55, -4.175], "size": [2, 2, 1], "uv": [5, 25]} + ] + }, + { + "name": "eyelid_left", + "parent": "body", + "pivot": [1.65, 7.55, -3.675], + "cubes": [ + {"origin": [0.65, 6.55, -4.175], "size": [2, 2, 1], "uv": [45, 25], "mirror": true} + ] + }, + { + "name": "eye_right", + "parent": "body", + "pivot": [-1.75, 7.7, -5.15], + "rotation": [0, 0, -5], + "cubes": [ + {"origin": [-2.25, 7.2, -5.15], "size": [1, 1, 0], "uv": [7, 29]} + ] + }, + { + "name": "eye_left", + "parent": "body", + "pivot": [1.75, 7.7, -5.15], + "rotation": [0, 0, 5], + "cubes": [ + {"origin": [1.25, 7.2, -5.15], "size": [1, 1, 0], "uv": [47, 29], "mirror": true} + ] + }, + { + "name": "mouth_closed", + "parent": "body", + "pivot": [0, 4.45, -5.075], + "cubes": [ + {"origin": [-4.5, 2.95, -5.075], "size": [9, 3, 0], "uv": [0, 0]} + ] + }, + { + "name": "mouth_open", + "parent": "body", + "pivot": [0, 5.1, -4.075], + "cubes": [ + {"origin": [-4.5, 2.6, -4.075], "size": [9, 4, 0], "uv": [0, 4]} + ] + }, + { + "name": "hand_left", + "parent": "body", + "pivot": [1, 3.25, -6], + "cubes": [ + {"origin": [0, 2.25, -7], "size": [2, 2, 2], "uv": [73, 36]} + ] + }, + { + "name": "hand_right", + "parent": "body", + "pivot": [-1, 3.25, -6], + "cubes": [ + {"origin": [-2, 2.25, -7], "size": [2, 2, 2], "uv": [57, 36]} + ] + }, + { + "name": "cloak", + "parent": "body", + "pivot": [0.00236, 9.31204, -2.24263], + "cubes": [ + {"origin": [-0.5, 13, -6], "size": [1, 3, 12], "uv": [0, 9]}, + {"origin": [-5.5, 1.975, 4.875], "size": [11, 10, 1], "inflate": 0.1, "uv": [57, 41]}, + {"origin": [-0.285, 12.8, -6.005], "size": [1, 1, 0], "pivot": [0.225, 13.3, -6.025], "rotation": [0, 0, -27.5], "uv": [37, 35]}, + {"origin": [-0.5, 12.975, -6.005], "size": [1, 1, 0], "uv": [37, 33]}, + {"origin": [-0.725, 12.8, -6.005], "size": [1, 1, 0], "pivot": [-0.225, 13.3, -6.025], "rotation": [0, 0, 27.5], "uv": [17, 35], "mirror": true}, + {"origin": [-3.49, 6.01, 6.009], "size": [7, 9, 0], "uv": [21, 27]}, + {"origin": [-1.5, 1, -6], "size": [2, 15, 12], "pivot": [0.5, 16, -1.5], "rotation": [0, 0, -27.5], "uv": [28, 25]}, + {"origin": [-0.5, 1, -6], "size": [2, 15, 12], "pivot": [-0.5, 16, -1.5], "rotation": [0, 0, 27.5], "uv": [0, 25]} + ] + }, + { + "name": "cloak_front_left", + "parent": "cloak", + "pivot": [5.65221, 1.77134, -5.95], + "rotation": [0, 0, -10], + "cubes": [ + {"origin": [0.65221, 1.77134, -5.95], "size": [5, 3, 0], "uv": [45, 33]} + ] + }, + { + "name": "cloak_front_right", + "parent": "cloak", + "pivot": [-5.65221, 1.77134, -5.95], + "rotation": [0, 0, 10], + "cubes": [ + {"origin": [-5.65221, 1.77134, -5.95], "size": [5, 3, 0], "uv": [1, 33]} + ] + }, + { + "name": "foot_right", + "parent": "snorunt", + "pivot": [-2, 2, 1.5], + "cubes": [ + {"origin": [-4.5, -0.05, -4], "size": [4, 2, 7], "uv": [58, 25]}, + {"origin": [-4.5, 1.95, -1], "size": [4, 2, 3], "uv": [62, 19]} + ] + }, + { + "name": "foot_left", + "parent": "snorunt", + "pivot": [2, 2, 1.5], + "cubes": [ + {"origin": [0.5, -0.05, -4], "size": [4, 2, 7], "uv": [58, 9], "mirror": true}, + {"origin": [0.5, 1.95, -1], "size": [4, 2, 3], "uv": [62, 3], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/solosis/solosis.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/solosis/solosis.geo.json new file mode 100644 index 0000000..4a5835a --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/solosis/solosis.geo.json @@ -0,0 +1,81 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.solosis", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "solosis", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "solosis", + "pivot": [0, 15, 0] + }, + { + "name": "shell", + "parent": "body", + "pivot": [-2, 14, 0], + "cubes": [ + {"origin": [-8.5, 5.5, -9], "size": [17, 19, 18], "inflate": -16, "uv": [23, 59]} + ] + }, + { + "name": "head", + "parent": "body", + "pivot": [0.00011, 15, -0.00889], + "cubes": [ + {"origin": [-4, 11.5, -3.5], "size": [8, 7, 7], "uv": [0, 32]}, + {"origin": [-3.775, 13.5, -4.01], "size": [2, 3, 0], "pivot": [-2.775, 15, -4.01], "rotation": [0, 0, -7.5], "uv": [4, 7]}, + {"origin": [1.775, 13.5, -4.01], "size": [2, 3, 0], "pivot": [2.775, 15, -4.01], "rotation": [0, 0, 7.5], "uv": [0, 7]}, + {"origin": [0.725, 11, -4], "size": [4, 8, 8], "uv": [44, 0]}, + {"origin": [-4.725, 11, -4], "size": [4, 8, 8], "uv": [30, 32]}, + {"origin": [0.725, 14.5, -3.775], "size": [0, 1, 1], "pivot": [0.725, 15, -3.275], "rotation": [45, 0, 0], "uv": [0, 3]}, + {"origin": [-0.724, 14.5, -3.775], "size": [0, 1, 1], "pivot": [-0.725, 15, -3.275], "rotation": [45, 0, 0], "uv": [0, 0]}, + {"origin": [-1, 14, -3.51], "size": [2, 2, 0], "pivot": [0, 15, -3.51], "rotation": [0, 0, 45], "uv": [6, 0]} + ] + }, + { + "name": "eyelids", + "parent": "head", + "pivot": [2.775, 15, -3.01] + }, + { + "name": "eyelid_right", + "parent": "eyelids", + "pivot": [-2.775, 15, -3.01], + "cubes": [ + {"origin": [-3.775, 13.5, -3.02], "size": [2, 3, 0], "pivot": [-2.775, 15, -3.01], "rotation": [0, 0, -7.5], "uv": [8, 5], "mirror": true} + ] + }, + { + "name": "eyelid_left", + "parent": "eyelids", + "pivot": [2.775, 15, -3.01], + "cubes": [ + {"origin": [1.775, 13.5, -3.02], "size": [2, 3, 0], "pivot": [2.775, 15, -3.01], "rotation": [0, 0, 7.5], "uv": [8, 5]} + ] + }, + { + "name": "coil", + "parent": "head", + "pivot": [4.62818, 18.70516, -3.15534], + "rotation": [24.5868, -1.82857, 49.58022], + "cubes": [ + {"origin": [4.90555, 19.69318, -4.25], "size": [1, 1, 2], "pivot": [5.325, 19.75, -2.25], "rotation": [-22.5, 0, 20], "uv": [6, 2]}, + {"origin": [3.725, 19, -4.25], "size": [2, 1, 2], "pivot": [5.725, 19, -2.25], "rotation": [0, 0, 20], "uv": [0, 4]}, + {"origin": [3.725, 17.25, -4.25], "size": [2, 2, 2], "inflate": 0.01, "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/stunky.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/stunky.geo.json new file mode 100644 index 0000000..f6a829e --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/stunky.geo.json @@ -0,0 +1,182 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.stunky", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 4, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "stunky", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "stunky", + "pivot": [0, 3, 0], + "cubes": [ + {"origin": [-3, 3, -6], "size": [6, 6, 11], "uv": [0, 0]}, + {"origin": [0, 8, -3.5], "size": [0, 2, 3], "pivot": [0, 9, -4], "rotation": [15, 0, 0], "uv": [0, 18]} + ] + }, + { + "name": "head", + "parent": "body", + "pivot": [0, 6.5, -7], + "cubes": [ + {"origin": [-2.5, 5, -10], "size": [5, 5, 5], "uv": [24, 0]} + ] + }, + { + "name": "snout", + "parent": "head", + "pivot": [0, 8, -10], + "cubes": [ + {"origin": [-3, 4.5, -11], "size": [3, 3, 3], "pivot": [0, 7.5, -10], "rotation": [0, 0, 2.5], "uv": [35, 25]}, + {"origin": [0, 4.5, -11], "size": [3, 3, 3], "pivot": [0, 7.5, -10], "rotation": [0, 0, -2.5], "uv": [9, 18]}, + {"origin": [-0.5, 7, -11.25], "size": [1, 1, 2], "pivot": [0, 8, -10], "rotation": [5, 0, 0], "uv": [36, 11]}, + {"origin": [-7, 4.75, -10], "size": [4, 3, 0], "pivot": [-3, 6.25, -10], "rotation": [0, 30, -10], "uv": [44, 46]}, + {"origin": [3, 4.75, -10], "size": [4, 3, 0], "pivot": [3, 6.25, -10], "rotation": [0, -30, 10], "uv": [11, 33]} + ] + }, + { + "name": "eye_r", + "parent": "head", + "pivot": [0, 8, -10], + "rotation": [0, 0, 10], + "cubes": [ + {"origin": [-2.5, 6.5, -10.01], "size": [1, 2, 0], "uv": [8, 8]}, + {"origin": [-2.25, 6.25, -10.02], "size": [2, 2, 0], "uv": [0, 8]} + ] + }, + { + "name": "pupil_r", + "parent": "eye_r", + "pivot": [0, 8, -10], + "cubes": [ + {"origin": [-1.5, 7.5, -10.03], "size": [0.5, 0.5, 0], "uv": [63, 1]} + ] + }, + { + "name": "eye_l", + "parent": "head", + "pivot": [0, 8, -10], + "rotation": [0, 0, -10], + "cubes": [ + {"origin": [1.5, 6.5, -10.01], "size": [1, 2, 0], "uv": [8, 8]}, + {"origin": [0.25, 6.25, -10.02], "size": [2, 2, 0], "uv": [0, 8]} + ] + }, + { + "name": "pupil_l", + "parent": "eye_l", + "pivot": [0, 8, -10], + "cubes": [ + {"origin": [1, 7.5, -10.03], "size": [0.5, 0.5, 0], "uv": [63, 1]} + ] + }, + { + "name": "ear_r", + "parent": "head", + "pivot": [-2.5, 10, -7], + "rotation": [-45, -15, -20], + "cubes": [ + {"origin": [-3, 8.5, -8.25], "size": [2, 2, 2], "uv": [35, 46]}, + {"origin": [-3.01, 8.75, -7.5], "size": [0, 1, 1], "uv": [5, 8]} + ] + }, + { + "name": "ear_l", + "parent": "head", + "pivot": [2.5, 10, -7], + "rotation": [-45, 15, 20], + "cubes": [ + {"origin": [1, 8.5, -8.25], "size": [2, 2, 2], "uv": [45, 6]}, + {"origin": [3.01, 8.75, -7.5], "size": [0, 1, 1], "uv": [5, 8]} + ] + }, + { + "name": "leg_fr", + "parent": "body", + "pivot": [-2, 3, -5], + "cubes": [ + {"origin": [-3, 0, -6], "size": [2, 3, 2], "uv": [18, 46]} + ] + }, + { + "name": "leg_br", + "parent": "body", + "pivot": [-2, 3, 4], + "cubes": [ + {"origin": [-3, 0, 3], "size": [2, 3, 2], "uv": [45, 0]} + ] + }, + { + "name": "leg_fl", + "parent": "body", + "pivot": [2, 3, -5], + "cubes": [ + {"origin": [1, 0, -6], "size": [2, 3, 2], "uv": [9, 46]} + ] + }, + { + "name": "leg_bl", + "parent": "body", + "pivot": [2, 3, 4], + "cubes": [ + {"origin": [1, 0, 3], "size": [2, 3, 2], "uv": [43, 19]} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [0, 9, 0], + "rotation": [-65, 0, 0], + "cubes": [ + {"origin": [-1.5, 8, 0], "size": [3, 6, 4], "uv": [0, 33]}, + {"origin": [-1.5, 9, 0], "size": [0, 5, 6], "pivot": [-1.5, 11.5, 0], "rotation": [0, -40, 0], "uv": [36, 34]}, + {"origin": [1.5, 9, 0], "size": [0, 5, 6], "pivot": [1.5, 11.5, 0], "rotation": [0, 40, 0], "uv": [15, 34]} + ] + }, + { + "name": "tail3", + "parent": "tail", + "pivot": [0, 14, 0], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [-1.5, 14, 0], "size": [3, 5, 1], "uv": [43, 32]}, + {"origin": [-1.5, 13, 0], "size": [0, 6, 8], "pivot": [-1.5, 16.5, 0], "rotation": [0, -40, 0], "uv": [17, 18]}, + {"origin": [1.5, 13, 0], "size": [0, 6, 8], "pivot": [1.5, 16.5, 0], "rotation": [0, 40, 0], "uv": [0, 18]} + ] + }, + { + "name": "tail2", + "parent": "tail3", + "pivot": [0, 19, 0], + "rotation": [-5, 0, 0], + "cubes": [ + {"origin": [-1.5, 19, 0], "size": [3, 5, 1], "uv": [0, 44]}, + {"origin": [-1.5, 19, 0], "size": [0, 6, 7], "pivot": [-1.5, 21.5, 0], "rotation": [0, -40, 0], "uv": [28, 10]}, + {"origin": [1.5, 19, 0], "size": [0, 6, 7], "pivot": [1.5, 21.5, 0], "rotation": [0, 40, 0], "uv": [27, 26]} + ] + }, + { + "name": "tail_end", + "parent": "tail2", + "pivot": [0, 24, 0], + "rotation": [-25, 0, 0], + "cubes": [ + {"origin": [-1.5, 24, 0], "size": [3, 9, 0], "uv": [28, 40]}, + {"origin": [-0.5, 24, 0], "size": [4, 7, 0], "pivot": [1.5, 24, 0], "rotation": [-25, -30, 45], "uv": [43, 11]}, + {"origin": [-3.5, 24, 0], "size": [4, 7, 0], "pivot": [-1.5, 24, 0], "rotation": [-25, 30, -45], "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/swablu/swablu.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/swablu/swablu.geo.json new file mode 100644 index 0000000..28a95d3 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/swablu/swablu.geo.json @@ -0,0 +1,179 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.swablu", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "swablu", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "swablu", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, -2.75, -2] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 4.25, -2], + "cubes": [ + {"origin": [-2.5, 1.5, -3], "size": [5, 5, 5], "uv": [17, 19]} + ] + }, + { + "name": "hair", + "parent": "head", + "pivot": [0, -2.75, 0] + }, + { + "name": "hair_right", + "parent": "hair", + "pivot": [-0.00882, 6.46593, -0.5], + "rotation": [-1.3378, 14.94159, -10.17544], + "cubes": [ + {"origin": [0.0976, 6.03521, -1.05318], "size": [0, 2, 1], "pivot": [0.0976, 6.03521, -0.55318], "rotation": [0, 0, -15], "uv": [2, 9]} + ] + }, + { + "name": "hair_right2", + "parent": "hair_right", + "pivot": [-0.39362, 7.98621, -0.55318], + "cubes": [ + {"origin": [-0.42004, 7.96706, -1.05318], "size": [0, 2, 1], "pivot": [-0.42004, 7.96706, -0.55318], "rotation": [0, 0, -35], "uv": [0, 9]} + ] + }, + { + "name": "hair_right3", + "parent": "hair_right2", + "pivot": [-1.58635, 9.57894, -0.55318], + "cubes": [ + {"origin": [-1.48186, 9.6344, -1.05318], "size": [0, 2, 1], "pivot": [-1.49663, 9.53791, -0.55318], "rotation": [0, 0, -55], "uv": [2, 7]} + ] + }, + { + "name": "hair_left", + "parent": "hair", + "pivot": [0.00882, 6.46593, -0.5], + "rotation": [-1.3378, -14.94159, 10.17544], + "cubes": [ + {"origin": [-0.0976, 6.03521, -1.05318], "size": [0, 2, 1], "pivot": [-0.0976, 6.03521, -0.55318], "rotation": [0, 0, 15], "uv": [0, 7]} + ] + }, + { + "name": "hair_left2", + "parent": "hair_left", + "pivot": [0.39362, 7.93621, -0.55318], + "cubes": [ + {"origin": [0.42004, 7.96706, -1.05318], "size": [0, 2, 1], "pivot": [0.42004, 7.96706, -0.55318], "rotation": [0, 0, 35], "uv": [2, 0]} + ] + }, + { + "name": "hair_left3", + "parent": "hair_left2", + "pivot": [1.58635, 9.57894, -0.55318], + "cubes": [ + {"origin": [1.48186, 9.6344, -1.05318], "size": [0, 2, 1], "pivot": [1.49663, 9.53791, -0.55318], "rotation": [0, 0, 55], "uv": [0, 0]} + ] + }, + { + "name": "beak", + "parent": "head", + "pivot": [0.0005, 4, -3.5], + "cubes": [ + {"origin": [-1, 3.5, -4.5], "size": [2, 2, 2], "uv": [18, 0]}, + {"origin": [-0.999, 3, -4], "size": [2, 1, 1], "uv": [24, 0]} + ] + }, + { + "name": "eye_right", + "parent": "head", + "pivot": [1.75, 4.75, -3.01], + "cubes": [ + {"origin": [1.25, 4.25, -3.01], "size": [1, 1, 0], "uv": [2, 3]} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [1.75, 4.75, -2.91], + "cubes": [ + {"origin": [1.25, 4.25, -2.91], "size": [1, 1, 0], "inflate": 0.01, "uv": [2, 0]} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [-1.75, 4.75, -3.01], + "cubes": [ + {"origin": [-2.25, 4.25, -3.01], "size": [1, 1, 0], "uv": [0, 3]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [-1.75, 4.75, -2.91], + "cubes": [ + {"origin": [-2.25, 4.25, -2.91], "size": [1, 1, 0], "inflate": 0.01, "uv": [0, 0]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 2.75, 1.5], + "cubes": [ + {"origin": [-1.5, 1.75, 1], "size": [3, 0, 5], "pivot": [0, 1.75, 3.5], "rotation": [-25, 0, 0], "uv": [17, 12]} + ] + }, + { + "name": "wing_right", + "parent": "torso", + "pivot": [2.41667, 3.25, -1], + "cubes": [ + {"origin": [2.5, 1.75, -2.5], "size": [1, 3, 3], "uv": [8, 24]}, + {"origin": [3.5, 1.25, -3], "size": [7, 4, 4], "uv": [18, 4]}, + {"origin": [3.5, 1.25, -3], "size": [7, 4, 4], "inflate": 0.2, "uv": [0, 16]} + ] + }, + { + "name": "wing_left", + "parent": "torso", + "pivot": [-2.41667, 3.25, -1], + "cubes": [ + {"origin": [-3.5, 1.75, -2.5], "size": [1, 3, 3], "uv": [0, 24]}, + {"origin": [-10.5, 1.25, -3], "size": [7, 4, 4], "uv": [0, 8]}, + {"origin": [-10.5, 1.25, -3], "size": [7, 4, 4], "inflate": 0.2, "uv": [0, 0]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [1.25, 1.75, -0.75], + "cubes": [ + {"origin": [0.75, 0.5, -2.25], "size": [1, 1, 2], "pivot": [0.075, 1, -1.25], "rotation": [30, 0, 0], "uv": [5, 24]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [-1.1, 1.75, -0.75], + "cubes": [ + {"origin": [-1.6, 0.5, -2.25], "size": [1, 1, 2], "pivot": [0.075, 1, -1.25], "rotation": [30, 0, 0], "uv": [18, 16]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/swadloon/swadloon.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/swadloon/swadloon.geo.json new file mode 100644 index 0000000..1384937 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/swadloon/swadloon.geo.json @@ -0,0 +1,373 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.swadloon", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 4, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "swadloon", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "swadloon", + "pivot": [0, 7.84935, -6.29444], + "cubes": [ + {"origin": [-7.5, 0, -7], "size": [15, 14, 13], "uv": [0, 0]}, + {"origin": [-3, 6, -7.03], "size": [3, 1, 0], "pivot": [0, 7, -7.02], "rotation": [0, 0, -17.5], "uv": [46, 41]}, + {"origin": [0, 6, -7.02], "size": [3, 1, 0], "pivot": [0, 7, -7.02], "rotation": [0, 0, 17.5], "uv": [43, 12]}, + {"origin": [-5, 7.25, -7.02], "size": [2, 2, 0], "uv": [24, 47]}, + {"origin": [-5.75, 8.75, -7.04], "size": [4, 1, 0], "uv": [0, 12]}, + {"origin": [-5.5, 6.75, -7.01], "size": [3, 3, 0], "uv": [6, 46]}, + {"origin": [1.75, 8.75, -7.04], "size": [4, 1, 0], "uv": [0, 2]}, + {"origin": [2.5, 6.75, -7.01], "size": [3, 3, 0], "uv": [42, 45]}, + {"origin": [3, 7.25, -7.02], "size": [2, 2, 0], "uv": [20, 47]} + ] + }, + { + "name": "mouth_open", + "parent": "body", + "pivot": [0, 6.2, -6.91], + "cubes": [ + {"origin": [-0.5, 4.7, -6.91], "size": [2, 2, 0], "pivot": [0, 6.2, -6.91], "rotation": [0, 0, 45], "uv": [14, 53]} + ] + }, + { + "name": "armleaf_left", + "parent": "body", + "pivot": [7.5, 0, -1.5], + "cubes": [ + {"origin": [7.5, 0, -4], "size": [6, 0, 5], "inflate": 0.01, "uv": [34, 32]} + ] + }, + { + "name": "leafthumb_left", + "parent": "armleaf_left", + "pivot": [8.75, 0, -4], + "rotation": [0, 27.5, 0], + "cubes": [ + {"origin": [8.75, 0, -4], "size": [4, 0, 2], "uv": [0, 37]} + ] + }, + { + "name": "leafthumb_left2", + "parent": "leafthumb_left", + "pivot": [12.75, 0, -3], + "cubes": [ + {"origin": [12.75, 0, -4], "size": [2, 0, 2], "uv": [42, 43]} + ] + }, + { + "name": "leafpinky_left", + "parent": "armleaf_left", + "pivot": [8.75, 0, 1], + "rotation": [0, -27.5, 0], + "cubes": [ + {"origin": [8.75, 0, -1], "size": [4, 0, 2], "uv": [0, 35]} + ] + }, + { + "name": "leafpinky_left2", + "parent": "leafpinky_left", + "pivot": [12.75, 0, 0], + "cubes": [ + {"origin": [12.75, 0, -1], "size": [2, 0, 2], "uv": [10, 42]} + ] + }, + { + "name": "armleaf_left2", + "parent": "armleaf_left", + "pivot": [13.5, 0, -1.5], + "cubes": [ + {"origin": [13.5, 0, -4], "size": [5, 0, 5], "uv": [38, 5]} + ] + }, + { + "name": "armleaf_right", + "parent": "body", + "pivot": [-7.5, 0, -1.5], + "cubes": [ + {"origin": [-13.5, 0, -4], "size": [6, 0, 5], "inflate": 0.01, "uv": [34, 27]} + ] + }, + { + "name": "leafthumb_right", + "parent": "armleaf_right", + "pivot": [-8.75, 0, -4], + "rotation": [0, -27.5, 0], + "cubes": [ + {"origin": [-12.75, 0, -4], "size": [4, 0, 2], "uv": [0, 33]} + ] + }, + { + "name": "leafthumb_right2", + "parent": "leafthumb_right", + "pivot": [-12.75, 0, -3], + "cubes": [ + {"origin": [-14.75, 0, -4], "size": [2, 0, 2], "uv": [40, 41]} + ] + }, + { + "name": "leafpinky_right", + "parent": "armleaf_right", + "pivot": [-8.75, 0, 1], + "rotation": [0, 27.5, 0], + "cubes": [ + {"origin": [-12.75, 0, -1], "size": [4, 0, 2], "uv": [0, 0]} + ] + }, + { + "name": "leafpinky_right2", + "parent": "leafpinky_right", + "pivot": [-12.75, 0, 0], + "cubes": [ + {"origin": [-14.75, 0, -1], "size": [2, 0, 2], "uv": [32, 41]} + ] + }, + { + "name": "armleaf_right2", + "parent": "armleaf_right", + "pivot": [-13.5, 0, -1.5], + "cubes": [ + {"origin": [-18.5, 0, -4], "size": [5, 0, 5], "uv": [38, 0]} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [0, 1.25, 6], + "cubes": [ + {"origin": [-3.5, 1.25, 6], "size": [7, 0, 5], "uv": [20, 32]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 1.25, 11], + "cubes": [ + {"origin": [-3.5, 1.25, 11], "size": [7, 0, 5], "uv": [20, 27]} + ] + }, + { + "name": "groundflap_right", + "parent": "body", + "pivot": [7.5, 0.5, -0.5], + "rotation": [0, 0, 9.5], + "cubes": [ + {"origin": [7.5, 0.5, -7], "size": [3, 0, 13], "uv": [6, 27]} + ] + }, + { + "name": "groundflap_right2", + "parent": "groundflap_right", + "pivot": [10.5, 0.5, 6], + "cubes": [ + {"origin": [6.5, 0.5, 6], "size": [4, 0, 2], "uv": [8, 40]} + ] + }, + { + "name": "groundflap_right3", + "parent": "groundflap_right2", + "pivot": [6.5, 0.5, 7], + "cubes": [ + {"origin": [3.5, 0.5, 6], "size": [3, 0, 2], "uv": [22, 41]} + ] + }, + { + "name": "groundflap_left", + "parent": "body", + "pivot": [-7.5, 0.5, -0.5], + "rotation": [0, 0, -9.5], + "cubes": [ + {"origin": [-10.5, 0.5, -7], "size": [3, 0, 13], "uv": [0, 27]} + ] + }, + { + "name": "groundflap_left2", + "parent": "groundflap_left", + "pivot": [-10.5, 0.5, 6], + "cubes": [ + {"origin": [-10.5, 0.5, 6], "size": [4, 0, 2], "uv": [0, 39]} + ] + }, + { + "name": "groundflap_left3", + "parent": "groundflap_left2", + "pivot": [-6.5, 0.5, 7], + "cubes": [ + {"origin": [-6.5, 0.5, 6], "size": [3, 0, 2], "uv": [41, 10]} + ] + }, + { + "name": "eyelids", + "parent": "body", + "pivot": [0, 0.25, 0.1] + }, + { + "name": "eyelid_right", + "parent": "eyelids", + "pivot": [0, 0.25, 0.1], + "cubes": [ + {"origin": [-5.5, 6.75, -6.93], "size": [3, 3, 0], "uv": [5, 51]} + ] + }, + { + "name": "eyelid_left", + "parent": "eyelids", + "pivot": [0, 0.25, 0.1], + "cubes": [ + {"origin": [2.5, 6.75, -6.93], "size": [3, 3, 0], "uv": [41, 50]} + ] + }, + { + "name": "fringe", + "parent": "body", + "pivot": [0, 13, -7], + "rotation": [-12.5, 0, 0], + "cubes": [ + {"origin": [-5.5, 9, -7], "size": [11, 4, 0], "uv": [25, 37]} + ] + }, + { + "name": "hair_right", + "parent": "body", + "pivot": [0, 14, -4.5], + "rotation": [0, 0, -15], + "cubes": [ + {"origin": [-3, 14, -4.5], "size": [3, 4, 0], "uv": [0, 45]} + ] + }, + { + "name": "hair_right2", + "parent": "hair_right", + "pivot": [-1.5, 18, -4.5], + "cubes": [ + {"origin": [-3, 18, -4.5], "size": [3, 3, 0], "uv": [36, 45]} + ] + }, + { + "name": "hair_left", + "parent": "body", + "pivot": [0, 14, -4.5], + "rotation": [0, 0, 15], + "cubes": [ + {"origin": [0, 14, -4.5], "size": [3, 4, 0], "uv": [14, 44]} + ] + }, + { + "name": "hair_left2", + "parent": "hair_left", + "pivot": [1.5, 18, -4.5], + "cubes": [ + {"origin": [0, 18, -4.5], "size": [3, 3, 0], "uv": [30, 45]} + ] + }, + { + "name": "sleeve_right", + "parent": "body", + "pivot": [-7.5, 4, -7], + "cubes": [ + {"origin": [-7.5, 0, -10], "size": [0, 9, 3], "uv": [6, 0]} + ] + }, + { + "name": "sleeveflap_right", + "parent": "sleeve_right", + "pivot": [-7.5, 0.5, -8], + "rotation": [0, 0, -30], + "cubes": [ + {"origin": [-8.5, 0.5, -9], "size": [1, 0, 2], "uv": [8, 0]} + ] + }, + { + "name": "sleeve_right2", + "parent": "sleeve_right", + "pivot": [-7.5, 4, -10], + "cubes": [ + {"origin": [-7.5, 0, -13], "size": [0, 6, 3], "uv": [6, 24]} + ] + }, + { + "name": "sleeve_right3", + "parent": "sleeve_right2", + "pivot": [-7.5, 0.75, -13], + "cubes": [ + {"origin": [-7.5, 0.75, -16], "size": [0, 4, 3], "uv": [0, 38]} + ] + }, + { + "name": "sleeve_left", + "parent": "body", + "pivot": [7.5, 4, -7], + "cubes": [ + {"origin": [7.5, 0, -10], "size": [0, 9, 3], "uv": [0, 0]} + ] + }, + { + "name": "sleeveflap_left", + "parent": "sleeve_left", + "pivot": [7.5, 0.5, -8], + "rotation": [0, 0, 30], + "cubes": [ + {"origin": [7.5, 0.5, -9], "size": [1, 0, 2], "uv": [8, 33]} + ] + }, + { + "name": "sleeve_left2", + "parent": "sleeve_left", + "pivot": [7.5, 4, -10], + "cubes": [ + {"origin": [7.5, 0, -13], "size": [0, 6, 3], "uv": [0, 24]} + ] + }, + { + "name": "sleeve_left3", + "parent": "sleeve_left2", + "pivot": [7.5, 0.75, -13], + "cubes": [ + {"origin": [7.5, 0.75, -16], "size": [0, 4, 3], "uv": [18, 37]} + ] + }, + { + "name": "arm_right", + "parent": "body", + "pivot": [-5.25, 3, -7], + "cubes": [ + {"origin": [-5.25, 2, -8.5], "size": [2, 2, 2], "inflate": 0.01, "uv": [22, 43]} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-5.25, 2, -8.5], + "cubes": [ + {"origin": [-5.25, 2, -10.5], "size": [2, 2, 2], "uv": [6, 42]} + ] + }, + { + "name": "arm_left", + "parent": "body", + "pivot": [5.25, 3, -7], + "cubes": [ + {"origin": [3.25, 2, -8.5], "size": [2, 2, 2], "inflate": 0.01, "uv": [36, 41]} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [5.25, 2, -8.5], + "cubes": [ + {"origin": [3.25, 2, -10.5], "size": [2, 2, 2], "uv": [28, 41]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/swanna/swanna.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/swanna/swanna.geo.json new file mode 100644 index 0000000..53acfbe --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/swanna/swanna.geo.json @@ -0,0 +1,388 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.swanna", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 6, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "swanna", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "swanna", + "pivot": [0, 0, 0] + }, + { + "name": "leftleg", + "parent": "body", + "pivot": [2.3, 5.84556, 2.12159], + "cubes": [ + {"origin": [1.3, 0.5, 1.4], "size": [2, 3, 2], "pivot": [0, 2.5, -6], "rotation": [15, 0, 0], "uv": [0, 38]}, + {"origin": [0.3, 4.5, 0], "size": [4, 2, 4], "uv": [0, 75]} + ] + }, + { + "name": "leftknee", + "parent": "leftleg", + "pivot": [0, 0.0692, -5.28502], + "cubes": [ + {"origin": [1.3, 0.0692, 1.71498], "size": [2, 3, 2], "uv": [33, 0]} + ] + }, + { + "name": "leftfoot", + "parent": "leftknee", + "pivot": [2.3, 0.5692, 2.96498], + "cubes": [ + {"origin": [-0.7, 0.0692, -3.28502], "size": [6, 1, 3], "uv": [66, 58]}, + {"origin": [0.3, 0.0692, -0.28502], "size": [4, 1, 4], "uv": [75, 0]} + ] + }, + { + "name": "rightleg", + "parent": "body", + "pivot": [-2.3, 5.84556, 2.12159], + "cubes": [ + {"origin": [-3.3, 0.5, 1.4], "size": [2, 3, 2], "pivot": [0, 2.5, -6], "rotation": [15, 0, 0], "uv": [0, 28]}, + {"origin": [-4.3, 4.5, 0], "size": [4, 2, 4], "uv": [74, 40]} + ] + }, + { + "name": "rightknee", + "parent": "rightleg", + "pivot": [0, 0.0692, -5.28502], + "cubes": [ + {"origin": [-3.3, 0.0692, 1.71498], "size": [2, 3, 2], "uv": [0, 23]} + ] + }, + { + "name": "rightfoot", + "parent": "rightknee", + "pivot": [-2.3, 0.5692, 2.96498], + "cubes": [ + {"origin": [-4.3, 0.0692, -0.28502], "size": [4, 1, 4], "uv": [56, 47]}, + {"origin": [-5.3, 0.0692, -3.28502], "size": [6, 1, 3], "uv": [74, 46]} + ] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0.28641, 8.49508, 2.30518], + "cubes": [ + {"origin": [-5, 6.5, -9], "size": [10, 10, 13], "pivot": [2, 2.5, -6], "rotation": [-10, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 12.05879, 5.36953], + "cubes": [ + {"origin": [-3, 10.24151, 4.81465], "size": [6, 5, 5], "pivot": [0, 11.74151, 7.81465], "rotation": [12.5, 0, 0], "uv": [15, 23]}, + {"origin": [0, 10.24151, 3.81465], "size": [0, 6, 8], "pivot": [0, 11.74151, 7.81465], "rotation": [12.5, 0, 0], "uv": [13, 44]}, + {"origin": [0, 6.24151, 6.81465], "size": [0, 9, 4], "pivot": [0, 11.74151, 7.81465], "rotation": [-57.5, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "neck", + "parent": "torso", + "pivot": [0, 13.57333, -6.63736], + "cubes": [ + {"origin": [-2, 19.52357, -22.65986], "size": [4, 3, 6], "pivot": [0, 7.52357, -18.65986], "rotation": [-62.5, 0, 0], "uv": [66, 31]} + ] + }, + { + "name": "neck2", + "parent": "neck", + "pivot": [0, 16.87425, -8.19412], + "cubes": [ + {"origin": [-2, 25.67369, -30.16568], "size": [4, 3, 4], "pivot": [0, 13.67369, -22.16568], "rotation": [-95, 0, 0], "uv": [74, 22]} + ] + }, + { + "name": "neck3", + "parent": "neck2", + "pivot": [0, 20.52531, -7.91678], + "cubes": [ + {"origin": [-2, 27.38428, -34.96117], "size": [4, 3, 4], "pivot": [0, 15.38428, -22.96117], "rotation": [-102.5, 0, 0], "uv": [46, 0]} + ] + }, + { + "name": "neck4", + "parent": "neck3", + "pivot": [0, 23.98117, -7.61678], + "cubes": [ + {"origin": [-2, 23.81998, -31.41594], "size": [4, 3, 4], "pivot": [0, 11.81998, -18.41594], "rotation": [-77.5, 0, 0], "uv": [73, 71]} + ] + }, + { + "name": "neck5", + "parent": "neck4", + "pivot": [0, 27.93711, -7.78991], + "cubes": [ + {"origin": [-2, 21.63715, -31.68579], "size": [4, 3, 4], "pivot": [0, 9.63715, -14.68579], "rotation": [-65, 0, 0], "uv": [72, 62]} + ] + }, + { + "name": "head", + "parent": "neck5", + "pivot": [0, 28.78031, -8.89217], + "cubes": [ + {"origin": [-2.5, 27.72873, -15.67523], "size": [5, 4, 6], "pivot": [-0.5, 9.72873, -15.67523], "rotation": [-2.5, 0, 0], "uv": [15, 38]}, + {"origin": [-1, 26.55727, -13.12699], "size": [2, 1, 6], "pivot": [1, 11.55727, -16.32699], "rotation": [22.5, 0, 0], "uv": [32, 71]}, + {"origin": [-0.7, 30.61675, -12.71751], "size": [1, 3, 0], "pivot": [-1, 31.61865, -12.63027], "rotation": [-2.41492, -0.64686, -14.98637], "uv": [6, 0]}, + {"origin": [0.60131, 32.81301, -12.62162], "size": [1, 1, 0], "pivot": [1.90131, 33.81492, -12.53438], "rotation": [-1.91561, 1.60667, 39.97314], "uv": [2, 0]}, + {"origin": [-1.60131, 32.81301, -12.62162], "size": [1, 1, 0], "pivot": [-1.90131, 33.81492, -12.53438], "rotation": [-1.91561, -1.60667, -39.97314], "uv": [0, 0]}, + {"origin": [-0.3, 30.61675, -12.71751], "size": [1, 3, 0], "pivot": [1, 31.61865, -12.63027], "rotation": [-2.41492, 0.64686, 14.98637], "uv": [4, 0]}, + {"origin": [3.5, 30.07884, -14.8057], "size": [0, 3, 1], "pivot": [3.5, 29.57884, -11.8057], "rotation": [-50, 0, 0], "uv": [2, 0]}, + {"origin": [-4.5, 29.57884, -13.8057], "size": [2, 4, 5], "pivot": [-3.5, 29.57884, -11.8057], "rotation": [-50, 0, 0], "uv": [63, 66]}, + {"origin": [-3.5, 30.07884, -14.8057], "size": [0, 3, 1], "pivot": [-3.5, 29.57884, -11.8057], "rotation": [-50, 0, 0], "uv": [0, 0]}, + {"origin": [2.5, 29.57884, -13.8057], "size": [2, 4, 5], "pivot": [3.5, 29.57884, -11.8057], "rotation": [-50, 0, 0], "uv": [46, 55]}, + {"origin": [-2.5, 28.42873, -11.27523], "size": [1, 1, 2], "inflate": 0.01, "pivot": [0.5, 9.72873, -15.67523], "rotation": [10, 0, 0], "uv": [112, 0], "mirror": true}, + {"origin": [1.5, 28.42873, -11.27523], "size": [1, 1, 2], "inflate": 0.01, "pivot": [-0.5, 9.72873, -15.67523], "rotation": [10, 0, 0], "uv": [112, 0]} + ] + }, + { + "name": "beak", + "parent": "head", + "pivot": [0, 28.32616, -14.14785], + "cubes": [ + {"origin": [-1, 25.55727, -13.12699], "size": [2, 1, 6], "pivot": [1, 11.55727, -16.32699], "rotation": [22.5, 0, 0], "uv": [11, 64]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [0, 29.18082, -13.62186], + "cubes": [ + {"origin": [1.5, 28.02873, -11.27523], "size": [1, 1, 2], "inflate": 0.02, "pivot": [-0.5, 9.72873, -15.67523], "rotation": [10, 0, 0], "uv": [122, 0]}, + {"origin": [-2.5, 28.02873, -11.27523], "size": [1, 1, 2], "inflate": 0.02, "pivot": [0.5, 9.72873, -15.67523], "rotation": [10, 0, 0], "uv": [122, 0], "mirror": true} + ] + }, + { + "name": "wingclosed", + "parent": "torso", + "pivot": [-4.11681, 15.68689, -3.41135], + "cubes": [ + {"origin": [2.28469, 14.91291, -6.57454], "size": [4, 6, 8], "pivot": [1.28469, 3.91291, -5.57454], "rotation": [-7.96341, -6.06809, -37.07723], "uv": [92, 2], "mirror": true}, + {"origin": [15.11382, 37.14991, -3.71152], "size": [2, 4, 8], "pivot": [12.51382, 20.14991, -2.71152], "rotation": [2.61298, -9.65594, -105.22074], "uv": [92, 2], "mirror": true}, + {"origin": [25.58813, 33.85958, -3.76271], "size": [2, 4, 9], "pivot": [11.98813, 19.85958, -2.76271], "rotation": [7.69263, -6.40865, -140.43131], "uv": [91, 1], "mirror": true}, + {"origin": [12.73576, 47.92434, -1.28271], "size": [2, 4, 9], "pivot": [-0.86424, 33.92434, -0.28271], "rotation": [9.54589, 2.99318, 162.74998], "uv": [91, 1], "mirror": true}, + {"origin": [5.72488, 53.73109, -0.96414], "size": [2, 4, 8], "pivot": [-7.87512, 35.73109, 0.03586], "rotation": [8.21888, 5.71617, 145.41103], "uv": [92, 2], "mirror": true}, + {"origin": [-6.66953, 59.89219, -1.11206], "size": [2, 4, 7], "pivot": [-9.26953, 34.89219, -0.11206], "rotation": [9.76758, 2.15393, 167.68406], "uv": [93, 3], "mirror": true}, + {"origin": [18.48546, 44.41198, -3.84163], "size": [2, 4, 6], "pivot": [15.88546, 19.41198, -2.84163], "rotation": [6.12673, -7.9185, -127.92445], "uv": [94, 4], "mirror": true}, + {"origin": [22.98671, 34.24665, -6.33937], "size": [2, 4, 5], "pivot": [20.38671, 5.24665, -5.33937], "rotation": [1.31845, -9.91358, -97.61435], "uv": [95, 5], "mirror": true} + ] + }, + { + "name": "closedwing", + "parent": "torso", + "pivot": [4.11681, 15.68689, -3.41135], + "cubes": [ + {"origin": [-24.98671, 34.24665, -6.33937], "size": [2, 4, 5], "pivot": [-20.38671, 5.24665, -5.33937], "rotation": [1.31845, 9.91358, 97.61435], "uv": [95, 5]}, + {"origin": [-20.48546, 44.41198, -3.84163], "size": [2, 4, 6], "pivot": [-15.88546, 19.41198, -2.84163], "rotation": [6.12673, 7.9185, 127.92445], "uv": [94, 4]}, + {"origin": [4.66953, 59.89219, -1.11206], "size": [2, 4, 7], "pivot": [9.26953, 34.89219, -0.11206], "rotation": [9.76758, -2.15393, -167.68406], "uv": [93, 3]}, + {"origin": [-7.72488, 53.73109, -0.96414], "size": [2, 4, 8], "pivot": [7.87512, 35.73109, 0.03586], "rotation": [8.21888, -5.71617, -145.41103], "uv": [92, 2]}, + {"origin": [-14.73576, 47.92434, -1.28271], "size": [2, 4, 9], "pivot": [0.86424, 33.92434, -0.28271], "rotation": [9.54589, -2.99318, -162.74998], "uv": [91, 1]}, + {"origin": [-27.58813, 33.85958, -3.76271], "size": [2, 4, 9], "pivot": [-11.98813, 19.85958, -2.76271], "rotation": [7.69263, 6.40865, 140.43131], "uv": [91, 1]}, + {"origin": [-6.28469, 14.91291, -6.57454], "size": [4, 6, 8], "pivot": [-1.28469, 3.91291, -5.57454], "rotation": [-7.96341, 6.06809, 37.07723], "uv": [92, 2]}, + {"origin": [-17.11382, 37.14991, -3.71152], "size": [2, 4, 8], "pivot": [-12.51382, 20.14991, -2.71152], "rotation": [2.61298, 9.65594, 105.22074], "uv": [92, 2]} + ] + }, + { + "name": "leftwing", + "parent": "torso", + "pivot": [5, 15.7949, -3.65575], + "cubes": [ + {"origin": [5, 14.5, -9], "size": [4, 2, 6], "pivot": [2, 2.5, -6], "rotation": [-10, 0, 0], "uv": [108, 120]} + ] + }, + { + "name": "leftwing2", + "parent": "leftwing", + "pivot": [9, 15.62126, -3.67094], + "cubes": [ + {"origin": [9, 14.5, -9], "size": [4, 2, 8], "pivot": [2, 2.5, -6], "rotation": [-10, 0, 0], "uv": [94, 118]} + ] + }, + { + "name": "leftwing3", + "parent": "leftwing2", + "pivot": [13, 15.53443, -3.17854], + "cubes": [ + {"origin": [13, 14.5, -9], "size": [4, 2, 9], "pivot": [-3, 2.5, -6], "rotation": [-10, 0, 0], "uv": [92, 118]} + ] + }, + { + "name": "leftwing4", + "parent": "leftwing3", + "pivot": [17, 15.53443, -2.17854] + }, + { + "name": "leftwing5", + "parent": "leftwing4", + "pivot": [17, 15.53443, -2.17854], + "cubes": [ + {"origin": [17, 14.5, -9], "size": [5, 2, 9], "pivot": [-8, 2.5, -6], "rotation": [-10, 0, 0], "uv": [100, 117]} + ] + }, + { + "name": "lefwing", + "parent": "leftwing5", + "pivot": [22, 15.53443, -2.17854] + }, + { + "name": "leftwing6", + "parent": "lefwing", + "pivot": [22, 15.53443, -2.17854], + "cubes": [ + {"origin": [22, 14.5, -9], "size": [3, 2, 9], "pivot": [-13, 2.5, -6], "rotation": [-10, 0, 0], "uv": [100, 118]} + ] + }, + { + "name": "leftwing7", + "parent": "leftwing6", + "pivot": [25, 15.53443, -2.17854], + "cubes": [ + {"origin": [25, 14.5, -9], "size": [3, 2, 9], "pivot": [-13, 2.5, -6], "rotation": [-10, 0, 0], "uv": [101, 117]} + ] + }, + { + "name": "leftwing8", + "parent": "leftwing7", + "pivot": [28, 15.53443, -2.17854], + "cubes": [ + {"origin": [28, 14.5, -9], "size": [2, 2, 9], "pivot": [-13, 2.5, -6], "rotation": [-10, 0, 0], "uv": [100, 117]} + ] + }, + { + "name": "leftwing9", + "parent": "leftwing8", + "pivot": [30, 15.53443, -2.17854], + "cubes": [ + {"origin": [30, 14.5, -9], "size": [2, 2, 9], "pivot": [-13, 2.5, -6], "rotation": [-10, 0, 0], "uv": [99, 117]} + ] + }, + { + "name": "leftwing10", + "parent": "leftwing9", + "pivot": [32, 15.70808, -3.16335], + "cubes": [ + {"origin": [32, 14.5, -9], "size": [4, 2, 7], "pivot": [-17, 2.5, -6], "rotation": [-10, 0, 0], "uv": [101, 119]} + ] + }, + { + "name": "leftwing11", + "parent": "leftwing10", + "pivot": [36, 15.7949, -3.65575], + "cubes": [ + {"origin": [36, 14.5, -9], "size": [2, 2, 6], "pivot": [-17, 2.5, -6], "rotation": [-10, 0, 0], "uv": [103, 120]} + ] + }, + { + "name": "rightwing", + "parent": "torso", + "pivot": [-4.21359, 15.49508, -5.69482] + }, + { + "name": "leftwing12", + "parent": "torso", + "pivot": [-5, 15.3025, -3.74257], + "rotation": [25, 0, 180], + "cubes": [ + {"origin": [-5, 14.5, -9], "size": [4, 2, 6], "pivot": [-8, 2.5, -6], "rotation": [-10, 0, 0], "uv": [108, 120]} + ] + }, + { + "name": "leftwing13", + "parent": "leftwing12", + "pivot": [-1, 15.62126, -3.67094], + "cubes": [ + {"origin": [-1, 14.5, -9], "size": [4, 2, 8], "pivot": [-8, 2.5, -6], "rotation": [-10, 0, 0], "uv": [94, 118]} + ] + }, + { + "name": "leftwing14", + "parent": "leftwing13", + "pivot": [3, 15.53443, -3.17854], + "cubes": [ + {"origin": [3, 14.5, -9], "size": [4, 2, 9], "pivot": [-13, 2.5, -6], "rotation": [-10, 0, 0], "uv": [92, 118]} + ] + }, + { + "name": "leftwing15", + "parent": "leftwing14", + "pivot": [7, 15.53443, -2.17854] + }, + { + "name": "leftwing16", + "parent": "leftwing15", + "pivot": [7, 15.53443, -2.17854], + "cubes": [ + {"origin": [7, 14.5, -9], "size": [5, 2, 9], "pivot": [-18, 2.5, -6], "rotation": [-10, 0, 0], "uv": [100, 117]} + ] + }, + { + "name": "lefwing2", + "parent": "leftwing16", + "pivot": [12, 15.53443, -2.17854] + }, + { + "name": "leftwing17", + "parent": "lefwing2", + "pivot": [12, 15.53443, -2.17854], + "cubes": [ + {"origin": [12, 14.5, -9], "size": [3, 2, 9], "pivot": [-23, 2.5, -6], "rotation": [-10, 0, 0], "uv": [100, 118]} + ] + }, + { + "name": "leftwing18", + "parent": "leftwing17", + "pivot": [15, 15.53443, -2.17854], + "cubes": [ + {"origin": [15, 14.5, -9], "size": [3, 2, 9], "pivot": [-23, 2.5, -6], "rotation": [-10, 0, 0], "uv": [101, 117]} + ] + }, + { + "name": "leftwing19", + "parent": "leftwing18", + "pivot": [18, 15.53443, -2.17854], + "cubes": [ + {"origin": [18, 14.5, -9], "size": [2, 2, 9], "pivot": [-23, 2.5, -6], "rotation": [-10, 0, 0], "uv": [100, 117]} + ] + }, + { + "name": "leftwing20", + "parent": "leftwing19", + "pivot": [20, 15.53443, -2.17854], + "cubes": [ + {"origin": [20, 14.5, -9], "size": [2, 2, 9], "pivot": [-23, 2.5, -6], "rotation": [-10, 0, 0], "uv": [99, 117]} + ] + }, + { + "name": "leftwing21", + "parent": "leftwing20", + "pivot": [22, 15.70808, -3.16335], + "cubes": [ + {"origin": [22, 14.5, -9], "size": [4, 2, 7], "pivot": [-27, 2.5, -6], "rotation": [-10, 0, 0], "uv": [101, 119]} + ] + }, + { + "name": "leftwing22", + "parent": "leftwing21", + "pivot": [26, 15.7949, -3.65575], + "cubes": [ + {"origin": [26, 14.5, -9], "size": [2, 2, 6], "pivot": [-27, 2.5, -6], "rotation": [-10, 0, 0], "uv": [103, 120]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/tadbulb/tadbulb.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/tadbulb/tadbulb.geo.json new file mode 100644 index 0000000..6b7efe4 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/tadbulb/tadbulb.geo.json @@ -0,0 +1,96 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 32, + "texture_height": 32, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "tadbulb", + "pivot": [0, 0, 0] + }, + { + "name": "head", + "parent": "tadbulb", + "pivot": [0, 17.26875, 0], + "cubes": [ + {"origin": [-3.5, 14, -3.5], "size": [7, 7, 7], "uv": [0, 0]} + ] + }, + { + "name": "bone", + "parent": "head", + "pivot": [0, 14.25, 0], + "cubes": [ + {"origin": [-2.5, 12, -2.5], "size": [5, 2, 5], "uv": [0, 14]}, + {"origin": [-1.5, 11, -1.5], "size": [3, 1, 3], "uv": [15, 14]} + ] + }, + { + "name": "bone2", + "parent": "head", + "pivot": [0, 11.075, 0], + "cubes": [ + {"origin": [-0.5, 10.575, -0.5], "size": [1, 1, 1], "uv": [21, 22]} + ] + }, + { + "name": "tail", + "parent": "bone2", + "pivot": [0, 11.025, 0], + "cubes": [ + {"origin": [-1.5, 8, 0], "size": [3, 3, 0], "uv": [0, 0]} + ] + }, + { + "name": "tail_2", + "parent": "tail", + "pivot": [0, 7.975, 0], + "cubes": [ + {"origin": [-2.5, 4, 0], "size": [5, 4, 0], "uv": [20, 18]}, + {"origin": [-1.5, 3, 0], "size": [3, 1, 0], "uv": [0, 3]} + ] + }, + { + "name": "right_eye", + "parent": "head", + "pivot": [2, 16, -2.775], + "cubes": [ + {"origin": [1, 16, -3.55], "size": [1, 2, 0], "uv": [4, 5]}, + {"origin": [1, 16, -3.735], "size": [1, 2, 1], "inflate": -0.175, "uv": [0, 4]} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [-2, 14.65, -2.525], + "cubes": [ + {"origin": [-3, 14.85, -3.525], "size": [1, 1, 0], "uv": [17, 18]}, + {"origin": [2, 14.85, -3.525], "size": [1, 1, 0], "uv": [15, 18]}, + {"origin": [1, 15.4, -3.525], "size": [1, 1, 0], "uv": [15, 16]}, + {"origin": [1, 15.075, -3.51], "size": [1, 1, 0], "uv": [0, 18]}, + {"origin": [-1, 14.825, -3.51], "size": [2, 1, 0], "uv": [0, 17]}, + {"origin": [-1, 15.15, -3.525], "size": [2, 1, 0], "uv": [3, 4]}, + {"origin": [-2, 15.4, -3.525], "size": [1, 1, 0], "uv": [3, 14]}, + {"origin": [-2, 15.075, -3.51], "size": [1, 1, 0], "uv": [2, 18]} + ] + }, + { + "name": "left_eye", + "parent": "head", + "pivot": [-2, 16, -2.775], + "cubes": [ + {"origin": [-2, 16, -3.55], "size": [1, 2, 0], "uv": [15, 14]}, + {"origin": [-2, 16, -3.735], "size": [1, 2, 1], "inflate": -0.175, "uv": [0, 14]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/tauros_aqua.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/tauros_aqua.geo.json new file mode 100644 index 0000000..b2b4612 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/tauros_aqua.geo.json @@ -0,0 +1,453 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.tauros", + "texture_width": 128, + "texture_height": 64, + "visible_bounds_width": 6, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "tauros", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "tauros", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 14.45, 7.25], + "cubes": [ + {"origin": [-4.5, 9.75, 1], "size": [9, 10, 10], "uv": [75, 39]}, + {"origin": [-5.5, 9, -11], "size": [11, 13, 13], "uv": [0, 0]}, + {"origin": [-6.5, 8.5, -11.5], "size": [13, 14, 6], "pivot": [0, 16, -9], "rotation": [-2.5, 0, 0], "uv": [0, 27]}, + {"origin": [-2.4, 21.5, -11.3], "size": [8, 4, 0], "pivot": [0, 16, -9], "rotation": [-26.5, 0, 0], "uv": [110, 8], "mirror": true}, + {"origin": [-4.9, 21.5, -11.2], "size": [8, 4, 0], "pivot": [0, 16, -9], "rotation": [-26.5, 0, 0], "uv": [110, 8], "mirror": true}, + {"origin": [-3.6, 22.3, -11], "size": [8, 4, 0], "pivot": [0, 16, -9], "rotation": [-26.5, 0, 0], "uv": [110, 8], "mirror": true} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 17.25, -10.5] + }, + { + "name": "head_correction", + "parent": "head", + "pivot": [0, 17.25, -10.5] + }, + { + "name": "head_ai", + "parent": "head_correction", + "pivot": [0, 17.25, -10.5] + }, + { + "name": "head_angle", + "parent": "head_ai", + "pivot": [0, 17.25, -10.5], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [-3, 13.75, -16.5], "size": [6, 6, 7], "uv": [35, 0]}, + {"origin": [-0.5, 19.75, -14.5], "size": [1, 0, 3], "inflate": 0.01, "uv": [77, 10]}, + {"origin": [-2, 14.75, -19.5], "size": [4, 3, 3], "pivot": [0, 17.75, -16.5], "rotation": [5, 0, 0], "uv": [32, 27]} + ] + }, + { + "name": "jaw", + "parent": "head_angle", + "pivot": [0, 14.85, -16.5], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-1.5, 13.85, -19.25], "size": [3, 1, 3], "uv": [0, 9]} + ] + }, + { + "name": "horn_left", + "parent": "head_angle", + "pivot": [2.65, 17.95, -12.75], + "rotation": [-14.65373, 10.8781, 5.3672], + "cubes": [ + {"origin": [7.35, 16.95, -13.75], "size": [1, 2, 2], "inflate": 0.4, "uv": [64, 31], "mirror": true}, + {"origin": [2.65, 16.95, -13.75], "size": [3, 2, 2], "uv": [64, 31], "mirror": true}, + {"origin": [2.95, 16.95, -13.75], "size": [1, 2, 2], "inflate": 0.3, "uv": [64, 31], "mirror": true}, + {"origin": [5.15, 16.95, -13.75], "size": [1, 2, 2], "inflate": 0.4, "uv": [64, 31], "mirror": true}, + {"origin": [9.85, 18.95, -11.65], "size": [-4.2, -2.2, -2.2], "uv": [124, 58]}, + {"origin": [5.75, 19.05, -11.65], "size": [-3.2, -2.2, -2.2], "uv": [124, 58]}, + {"origin": [4.05, 19.05, -11.65], "size": [-1.2, -2.2, -2.2], "uv": [124, 58]}, + {"origin": [8.45, 19.05, -11.65], "size": [-1.2, -2.2, -2.2], "uv": [124, 58]}, + {"origin": [6.25, 19.05, -11.65], "size": [-1.2, -2.2, -2.2], "uv": [124, 58]}, + {"origin": [8.45, 19.05, -11.65], "size": [-1.2, -2.2, -2.2], "inflate": -0.4, "uv": [125, 59]}, + {"origin": [6.25, 19.05, -11.65], "size": [-1.2, -2.2, -2.2], "inflate": -0.4, "uv": [125, 59]}, + {"origin": [4.05, 19.05, -11.65], "size": [-1.2, -2.2, -2.2], "inflate": -0.4, "uv": [125, 59]} + ] + }, + { + "name": "horn_left2", + "parent": "horn_left", + "pivot": [5.65, 16.95, -12.75], + "rotation": [0, 0, 5], + "cubes": [ + {"origin": [5.65, 17.15, -13.75], "size": [4, 2, 2], "inflate": 0.01, "uv": [46, 45], "mirror": true} + ] + }, + { + "name": "horn_left3", + "parent": "horn_left2", + "pivot": [9.55, 17.55, -12.75], + "rotation": [0, 0, -87.5], + "cubes": [ + {"origin": [10.25, 17.45, -13.25], "size": [3, 1, 1], "uv": [69, 0], "mirror": true}, + {"origin": [13.35, 18.55, -12.15], "size": [-3.2, -1.2, -1.2], "uv": [124, 58]} + ] + }, + { + "name": "eye_right", + "parent": "head_angle", + "pivot": [-2.51, 17.75, -15.51], + "cubes": [ + {"origin": [-3.01, 16.75, -16.51], "size": [1, 2, 2], "uv": [81, 15], "mirror": true} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-2.41, 17.75, -14.91], + "cubes": [ + {"origin": [-2.91, 16.75, -16.41], "size": [1, 2, 3], "inflate": 0.01, "uv": [80, 19], "mirror": true} + ] + }, + { + "name": "eye_left", + "parent": "head_angle", + "pivot": [2.51, 17.75, -15.51], + "cubes": [ + {"origin": [2.01, 16.75, -16.51], "size": [1, 2, 2], "uv": [81, 15]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [2.41, 17.75, -14.91], + "cubes": [ + {"origin": [1.91, 16.75, -16.41], "size": [1, 2, 3], "inflate": 0.01, "uv": [80, 19]} + ] + }, + { + "name": "horn_right", + "parent": "head_angle", + "pivot": [-2.65, 17.95, -12.75], + "rotation": [-14.65373, -10.8781, -5.3672], + "cubes": [ + {"origin": [-8.35, 16.95, -13.75], "size": [1, 2, 2], "inflate": 0.4, "uv": [64, 31]}, + {"origin": [-5.65, 16.95, -13.75], "size": [3, 2, 2], "uv": [64, 31]}, + {"origin": [-3.95, 16.95, -13.75], "size": [1, 2, 2], "inflate": 0.3, "uv": [64, 31]}, + {"origin": [-6.15, 16.95, -13.75], "size": [1, 2, 2], "inflate": 0.4, "uv": [64, 31]}, + {"origin": [-5.65, 18.95, -11.65], "size": [-4.2, -2.2, -2.2], "uv": [124, 58], "mirror": true}, + {"origin": [-2.55, 19.05, -11.65], "size": [-3.2, -2.2, -2.2], "uv": [124, 58], "mirror": true}, + {"origin": [-2.85, 19.05, -11.65], "size": [-1.2, -2.2, -2.2], "uv": [124, 58], "mirror": true}, + {"origin": [-7.25, 19.05, -11.65], "size": [-1.2, -2.2, -2.2], "uv": [124, 58], "mirror": true}, + {"origin": [-5.05, 19.05, -11.65], "size": [-1.2, -2.2, -2.2], "uv": [124, 58], "mirror": true}, + {"origin": [-7.25, 19.05, -11.65], "size": [-1.2, -2.2, -2.2], "inflate": -0.4, "uv": [125, 59], "mirror": true}, + {"origin": [-5.05, 19.05, -11.65], "size": [-1.2, -2.2, -2.2], "inflate": -0.4, "uv": [125, 59], "mirror": true}, + {"origin": [-2.85, 19.05, -11.65], "size": [-1.2, -2.2, -2.2], "inflate": -0.4, "uv": [125, 59], "mirror": true} + ] + }, + { + "name": "horn_right2", + "parent": "horn_right", + "pivot": [-5.65, 16.95, -12.75], + "rotation": [0, 0, -5], + "cubes": [ + {"origin": [-9.65, 17.15, -13.75], "size": [4, 2, 2], "inflate": 0.01, "uv": [46, 45]} + ] + }, + { + "name": "horn_right3", + "parent": "horn_right2", + "pivot": [-9.55, 17.55, -12.75], + "rotation": [0, 0, 87.5], + "cubes": [ + {"origin": [-13.25, 17.45, -13.25], "size": [3, 1, 1], "uv": [69, 0]}, + {"origin": [-10.15, 18.55, -12.15], "size": [-3.2, -1.2, -1.2], "uv": [124, 58], "mirror": true} + ] + }, + { + "name": "mane_bottom", + "parent": "torso", + "pivot": [-1.3, 8.5, -7.05], + "rotation": [18.39214, -7.99647, 22.70337], + "cubes": [ + {"origin": [-7.7, 3, -8.85], "size": [9, 7, 0], "pivot": [-1.3, 16, -7.55], "rotation": [-7.5, 0, 0], "uv": [105, 42]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 18.5, 11], + "cubes": [ + {"origin": [-0.5, 18, 10], "size": [1, 1, 5], "inflate": 0.01, "uv": [94, 21]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 18.5, 15], + "cubes": [ + {"origin": [-0.5, 18, 15], "size": [1, 1, 4], "uv": [118, 27]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 18.5, 19], + "cubes": [ + {"origin": [-0.5, 18, 19], "size": [1, 1, 4], "inflate": 0.01, "uv": [89, 27]} + ] + }, + { + "name": "tail4", + "parent": "tail3", + "pivot": [0, 18.5, 23], + "cubes": [ + {"origin": [-0.5, 18, 23], "size": [1, 1, 5], "uv": [61, 1]} + ] + }, + { + "name": "tail5", + "parent": "tail4", + "pivot": [0, 18.5, 27], + "cubes": [ + {"origin": [-1, 17.5, 27], "size": [2, 2, 3], "uv": [67, 7]} + ] + }, + { + "name": "tail6", + "parent": "tail5", + "pivot": [0, 17.5, 30], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [0, 17.5, 30], "size": [0, 2, 3], "uv": [0, 28]} + ] + }, + { + "name": "tail_left", + "parent": "torso", + "pivot": [1, 18.5, 11], + "rotation": [0, 8, 0], + "cubes": [ + {"origin": [0.5, 18, 10], "size": [1, 1, 5], "inflate": 0.01, "uv": [94, 21]} + ] + }, + { + "name": "tail_left2", + "parent": "tail_left", + "pivot": [1, 18.5, 15], + "cubes": [ + {"origin": [0.5, 18, 15], "size": [1, 1, 4], "uv": [118, 27]} + ] + }, + { + "name": "tail_left3", + "parent": "tail_left2", + "pivot": [1, 18.5, 19], + "cubes": [ + {"origin": [0.5, 18, 19], "size": [1, 1, 4], "inflate": 0.01, "uv": [89, 27]} + ] + }, + { + "name": "tail_left4", + "parent": "tail_left3", + "pivot": [1, 18.5, 23], + "cubes": [ + {"origin": [0.5, 18, 23], "size": [1, 1, 5], "uv": [61, 1]} + ] + }, + { + "name": "tail_left5", + "parent": "tail_left4", + "pivot": [1, 18.5, 27], + "cubes": [ + {"origin": [0, 17.5, 27], "size": [2, 2, 3], "uv": [67, 7]} + ] + }, + { + "name": "tail_left6", + "parent": "tail_left5", + "pivot": [1, 17.5, 30], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [1, 17.5, 30], "size": [0, 2, 3], "uv": [0, 28]} + ] + }, + { + "name": "tail_right", + "parent": "torso", + "pivot": [-1, 18.5, 10.6], + "rotation": [0, -8, 0], + "cubes": [ + {"origin": [-1.5, 18, 9.6], "size": [1, 1, 5], "inflate": 0.01, "uv": [94, 21]} + ] + }, + { + "name": "tail_right2", + "parent": "tail_right", + "pivot": [-1, 18.5, 14.6], + "cubes": [ + {"origin": [-1.5, 18, 14.6], "size": [1, 1, 4], "uv": [118, 27]} + ] + }, + { + "name": "tail_right3", + "parent": "tail_right2", + "pivot": [-1, 18.5, 18.6], + "cubes": [ + {"origin": [-1.5, 18, 18.6], "size": [1, 1, 4], "inflate": 0.01, "uv": [89, 27]} + ] + }, + { + "name": "tail_right4", + "parent": "tail_right3", + "pivot": [-1, 18.5, 22.6], + "cubes": [ + {"origin": [-1.5, 18, 22.6], "size": [1, 1, 5], "uv": [61, 1]} + ] + }, + { + "name": "tail_right5", + "parent": "tail_right4", + "pivot": [-1, 18.5, 26.6], + "cubes": [ + {"origin": [-2, 17.5, 26.6], "size": [2, 2, 3], "uv": [67, 7]} + ] + }, + { + "name": "tail_right6", + "parent": "tail_right5", + "pivot": [-1, 17.5, 29.6], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [-1, 17.5, 29.6], "size": [0, 2, 3], "uv": [0, 28]} + ] + }, + { + "name": "mane_bottom2", + "parent": "torso", + "pivot": [1.3, 8.5, -7.05], + "rotation": [18.39214, 7.99647, -22.70337], + "cubes": [ + {"origin": [-1.3, 3, -8.85], "size": [9, 7, 0], "pivot": [1.3, 16, -7.55], "rotation": [-7.5, 0, 0], "uv": [105, 42], "mirror": true} + ] + }, + { + "name": "leg_front_right", + "parent": "body", + "pivot": [-4.25, 13.25, -5], + "cubes": [ + {"origin": [-6.25, 7.25, -7], "size": [4, 8, 4], "uv": [48, 13]} + ] + }, + { + "name": "leg_front_right2", + "parent": "leg_front_right", + "pivot": [-4.25, 7.25, -6.25], + "cubes": [ + {"origin": [-5.75, 1.5, -6.25], "size": [3, 6, 3], "uv": [38, 33]} + ] + }, + { + "name": "leg_front_right3", + "parent": "leg_front_right2", + "pivot": [-4.25, 2, -4.75], + "cubes": [ + {"origin": [-5.75, 0, -6.5], "size": [3, 2, 3], "inflate": 0.01, "uv": [64, 14]} + ] + }, + { + "name": "leg_front_left", + "parent": "body", + "pivot": [4.25, 13.25, -5], + "cubes": [ + {"origin": [2.25, 7.25, -7], "size": [4, 8, 4], "uv": [52, 45]} + ] + }, + { + "name": "leg_front_left2", + "parent": "leg_front_left", + "pivot": [4.25, 7.25, -6.25], + "cubes": [ + {"origin": [2.75, 1.5, -6.25], "size": [3, 6, 3], "uv": [104, 17]} + ] + }, + { + "name": "leg_front_left3", + "parent": "leg_front_left2", + "pivot": [4.25, 2, -4.75], + "cubes": [ + {"origin": [2.75, 0, -6.5], "size": [3, 2, 3], "inflate": 0.01, "uv": [64, 26]} + ] + }, + { + "name": "leg_back_right", + "parent": "body", + "pivot": [-4, 13.75, 7.25], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-6, 6.75, 4.25], "size": [4, 9, 6], "inflate": 0.02, "uv": [32, 45]} + ] + }, + { + "name": "leg_back_right2", + "parent": "leg_back_right", + "pivot": [-4, 6.75, 9.75], + "rotation": [-7.5, 0, 0], + "cubes": [ + {"origin": [-5.5, 1, 7.75], "size": [3, 6, 3], "uv": [0, 0]} + ] + }, + { + "name": "leg_back_right3", + "parent": "leg_back_right2", + "pivot": [-4, 1.5, 9.25], + "rotation": [2.5, 0, 0], + "cubes": [ + {"origin": [-5.5, -0.25, 7.5], "size": [3, 2, 3], "inflate": 0.01, "uv": [116, 21]} + ] + }, + { + "name": "leg_back_left", + "parent": "body", + "pivot": [4, 13.75, 7.25], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [2, 6.75, 4.25], "size": [4, 9, 6], "uv": [0, 48]} + ] + }, + { + "name": "leg_back_left2", + "parent": "leg_back_left", + "pivot": [4, 6.75, 9.75], + "rotation": [-7.5, 0, 0], + "cubes": [ + {"origin": [2.5, 1, 7.75], "size": [3, 6, 3], "uv": [20, 48]} + ] + }, + { + "name": "leg_back_left3", + "parent": "leg_back_left2", + "pivot": [4, 1.5, 9.25], + "rotation": [2.5, 0, 0], + "cubes": [ + {"origin": [2.5, -0.25, 7.5], "size": [3, 2, 3], "inflate": 0.01, "uv": [80, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/tauros_blaze.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/tauros_blaze.geo.json new file mode 100644 index 0000000..9407354 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/tauros_blaze.geo.json @@ -0,0 +1,386 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.tauros", + "texture_width": 128, + "texture_height": 64, + "visible_bounds_width": 4, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "tauros", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "tauros", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 14.45, 7.25], + "cubes": [ + {"origin": [-4.5, 9.75, 1], "size": [9, 10, 10], "uv": [75, 39]}, + {"origin": [-5.5, 9, -11], "size": [11, 13, 13], "uv": [0, 0]}, + {"origin": [-6.5, 8.5, -11.5], "size": [13, 14, 6], "pivot": [0, 16, -9], "rotation": [-2.5, 0, 0], "uv": [0, 27]} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 17.25, -10.5] + }, + { + "name": "head_correction", + "parent": "head", + "pivot": [0, 17.25, -10.5] + }, + { + "name": "head_ai", + "parent": "head_correction", + "pivot": [0, 17.25, -10.5] + }, + { + "name": "head_angle", + "parent": "head_ai", + "pivot": [0, 17.25, -10.5], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [-3, 13.75, -16.5], "size": [6, 6, 7], "uv": [35, 0]}, + {"origin": [-0.5, 19.75, -14.5], "size": [1, 0, 3], "inflate": 0.01, "uv": [77, 10]}, + {"origin": [-2, 14.75, -19.5], "size": [4, 3, 3], "pivot": [0, 17.75, -16.5], "rotation": [5, 0, 0], "uv": [32, 27]} + ] + }, + { + "name": "jaw", + "parent": "head_angle", + "pivot": [0, 14.85, -16.5], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-1.5, 13.85, -19.25], "size": [3, 1, 3], "uv": [0, 9]} + ] + }, + { + "name": "horn_left", + "parent": "head_angle", + "pivot": [2.65, 17.95, -12.75], + "rotation": [-15, 5, -15], + "cubes": [ + {"origin": [2.65, 16.95, -13.75], "size": [3, 2, 2], "inflate": 0.1, "uv": [80, 5]}, + {"origin": [5.75, 19.05, -11.65], "size": [-3.2, -2.2, -2.2], "inflate": -0.1, "uv": [120, 43]} + ] + }, + { + "name": "horn_left2", + "parent": "horn_left", + "pivot": [5.65, 16.95, -12.75], + "rotation": [0, 0, -45], + "cubes": [ + {"origin": [5.65, 16.95, -13.75], "size": [3, 2, 2], "inflate": 0.01, "uv": [64, 45]}, + {"origin": [8.75, 19.05, -11.65], "size": [-3.2, -2.2, -2.2], "uv": [120, 43]} + ] + }, + { + "name": "horn_left3", + "parent": "horn_left2", + "pivot": [8.65, 16.95, -12.75], + "rotation": [0, 0, -60], + "cubes": [ + {"origin": [8.65, 16.95, -13.25], "size": [3, 1, 1], "uv": [69, 2]}, + {"origin": [11.75, 18.05, -12.15], "size": [-3.2, -1.2, -1.2], "uv": [121, 41]} + ] + }, + { + "name": "eye_right", + "parent": "head_angle", + "pivot": [-2.51, 17.75, -15.51], + "cubes": [ + {"origin": [-3.01, 16.75, -16.51], "size": [1, 2, 2], "uv": [81, 15], "mirror": true} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-2.41, 17.75, -14.91], + "cubes": [ + {"origin": [-2.91, 16.75, -16.41], "size": [1, 2, 3], "inflate": 0.01, "uv": [80, 19], "mirror": true} + ] + }, + { + "name": "eye_left", + "parent": "head_angle", + "pivot": [2.51, 17.75, -15.51], + "cubes": [ + {"origin": [2.01, 16.75, -16.51], "size": [1, 2, 2], "uv": [81, 15]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [2.41, 17.75, -14.91], + "cubes": [ + {"origin": [1.91, 16.75, -16.41], "size": [1, 2, 3], "inflate": 0.01, "uv": [80, 19]} + ] + }, + { + "name": "horn_right", + "parent": "head_angle", + "pivot": [-2.65, 17.95, -12.75], + "rotation": [-15, -5, 15], + "cubes": [ + {"origin": [-5.65, 16.95, -13.75], "size": [3, 2, 2], "inflate": 0.1, "uv": [80, 5], "mirror": true}, + {"origin": [-2.55, 19.05, -11.65], "size": [-3.2, -2.2, -2.2], "inflate": -0.1, "uv": [120, 43], "mirror": true} + ] + }, + { + "name": "horn_right2", + "parent": "horn_right", + "pivot": [-5.65, 16.95, -12.75], + "rotation": [0, 0, 45], + "cubes": [ + {"origin": [-8.65, 16.95, -13.75], "size": [3, 2, 2], "inflate": 0.01, "uv": [64, 45], "mirror": true}, + {"origin": [-5.55, 19.05, -11.65], "size": [-3.2, -2.2, -2.2], "uv": [120, 43], "mirror": true} + ] + }, + { + "name": "horn_right3", + "parent": "horn_right2", + "pivot": [-8.65, 16.95, -12.75], + "rotation": [0, 0, 60], + "cubes": [ + {"origin": [-11.65, 16.95, -13.25], "size": [3, 1, 1], "uv": [69, 2], "mirror": true}, + {"origin": [-8.55, 18.05, -12.15], "size": [-3.2, -1.2, -1.2], "uv": [121, 41], "mirror": true} + ] + }, + { + "name": "mane_top", + "parent": "torso", + "pivot": [0, 23.3, -5.5], + "rotation": [-75, 0, 0] + }, + { + "name": "mane_bottom", + "parent": "torso", + "pivot": [0, 8.5, -8.75], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [-3.5, 4.5, -8.75], "size": [7, 4, 0], "uv": [61, 57]}, + {"origin": [-3.5, 4.6, -8.75], "size": [7, 4, 0], "pivot": [0, 16, -9.25], "rotation": [140, 0, 0], "uv": [61, 57]}, + {"origin": [-3.5, 3.6, -8.95], "size": [7, 4, 0], "pivot": [0, 16, -9.25], "rotation": [140, 0, 0], "uv": [61, 57]}, + {"origin": [-6.5, 4.9, -9.15], "size": [7, 4, 0], "pivot": [0, 16, -9.25], "rotation": [140, 0, 0], "uv": [61, 57]}, + {"origin": [-0.5, 4.9, -9.15], "size": [7, 4, 0], "pivot": [0, 16, -9.25], "rotation": [140, 0, 0], "uv": [61, 57]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [-0.3, 18.5, 11], + "cubes": [ + {"origin": [-0.8, 17, 10], "size": [2, 2, 5], "inflate": 0.01, "uv": [89, 44]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [-0.3, 18.5, 15], + "cubes": [ + {"origin": [-0.8, 17, 15], "size": [2, 2, 4], "uv": [90, 48]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [-0.3, 18.5, 19], + "cubes": [ + {"origin": [-0.8, 17, 19], "size": [2, 2, 4], "inflate": 0.01, "uv": [93, 51]} + ] + }, + { + "name": "tail4", + "parent": "tail3", + "pivot": [-0.3, 18.3, 22.6], + "rotation": [21.8707, -15.84003, -6.25262], + "cubes": [ + {"origin": [-0.8, 17.8, 22.6], "size": [1, 1, 5], "uv": [37, 13]} + ] + }, + { + "name": "tail5", + "parent": "tail4", + "pivot": [-0.3, 18.3, 26.6], + "cubes": [ + {"origin": [-1.3, 17.3, 26.6], "size": [2, 2, 3], "uv": [67, 7]} + ] + }, + { + "name": "tail6", + "parent": "tail5", + "pivot": [-0.3, 17.3, 29.6], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [-0.3, 17.3, 29.6], "size": [0, 2, 3], "uv": [0, 28]} + ] + }, + { + "name": "tail7", + "parent": "tail3", + "pivot": [0, 17.7, 22.7], + "rotation": [-13.14521, 2.67656, -8.71064], + "cubes": [ + {"origin": [-0.5, 17.2, 22.7], "size": [1, 1, 5], "uv": [36, 13]} + ] + }, + { + "name": "tail8", + "parent": "tail7", + "pivot": [0, 17.7, 26.7], + "cubes": [ + {"origin": [-0.8752, 16.72737, 26.4982], "size": [2, 2, 3], "uv": [67, 7]} + ] + }, + { + "name": "tail9", + "parent": "tail8", + "pivot": [0, 16.7, 29.7], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [0, 16.7, 29.4], "size": [0, 2, 3], "uv": [0, 28]} + ] + }, + { + "name": "tail10", + "parent": "tail3", + "pivot": [-0.5, 17.6, 22.9], + "rotation": [-38.59978, 34.58595, -26.07778], + "cubes": [ + {"origin": [0.0248, 17.82737, 22.6982], "size": [1, 1, 5], "uv": [35, 15]} + ] + }, + { + "name": "tail11", + "parent": "tail10", + "pivot": [-0.5, 17.6, 26.9], + "cubes": [ + {"origin": [-0.4752, 17.32737, 26.6982], "size": [2, 2, 3], "uv": [67, 7]} + ] + }, + { + "name": "tail12", + "parent": "tail11", + "pivot": [-0.5, 16.6, 29.9], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [0.5248, 17.35481, 29.89333], "size": [0, 2, 3], "uv": [0, 28]} + ] + }, + { + "name": "leg_front_right", + "parent": "body", + "pivot": [-4.25, 13.25, -5], + "cubes": [ + {"origin": [-6.25, 7.25, -7], "size": [4, 8, 4], "uv": [48, 13]} + ] + }, + { + "name": "leg_front_right2", + "parent": "leg_front_right", + "pivot": [-4.25, 7.25, -6.25], + "cubes": [ + {"origin": [-5.75, 1.5, -6.25], "size": [3, 6, 3], "uv": [38, 33]} + ] + }, + { + "name": "leg_front_right3", + "parent": "leg_front_right2", + "pivot": [-4.25, 2, -4.75], + "cubes": [ + {"origin": [-5.75, 0, -6.5], "size": [3, 2, 3], "inflate": 0.01, "uv": [64, 14]} + ] + }, + { + "name": "leg_front_left", + "parent": "body", + "pivot": [4.25, 13.25, -5], + "cubes": [ + {"origin": [2.25, 7.25, -7], "size": [4, 8, 4], "uv": [52, 45]} + ] + }, + { + "name": "leg_front_left2", + "parent": "leg_front_left", + "pivot": [4.25, 7.25, -6.25], + "cubes": [ + {"origin": [2.75, 1.5, -6.25], "size": [3, 6, 3], "uv": [104, 17]} + ] + }, + { + "name": "leg_front_left3", + "parent": "leg_front_left2", + "pivot": [4.25, 2, -4.75], + "cubes": [ + {"origin": [2.75, 0, -6.5], "size": [3, 2, 3], "inflate": 0.01, "uv": [64, 26]} + ] + }, + { + "name": "leg_back_right", + "parent": "body", + "pivot": [-4, 13.75, 7.25], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-6, 6.75, 4.25], "size": [4, 9, 6], "inflate": 0.02, "uv": [32, 45]} + ] + }, + { + "name": "leg_back_right2", + "parent": "leg_back_right", + "pivot": [-4, 6.75, 9.75], + "rotation": [-7.5, 0, 0], + "cubes": [ + {"origin": [-5.5, 1, 7.75], "size": [3, 6, 3], "uv": [0, 0]} + ] + }, + { + "name": "leg_back_right3", + "parent": "leg_back_right2", + "pivot": [-4, 1.5, 9.25], + "rotation": [2.5, 0, 0], + "cubes": [ + {"origin": [-5.5, -0.25, 7.5], "size": [3, 2, 3], "inflate": 0.01, "uv": [116, 21]} + ] + }, + { + "name": "leg_back_left", + "parent": "body", + "pivot": [4, 13.75, 7.25], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [2, 6.75, 4.25], "size": [4, 9, 6], "uv": [0, 48]} + ] + }, + { + "name": "leg_back_left2", + "parent": "leg_back_left", + "pivot": [4, 6.75, 9.75], + "rotation": [-7.5, 0, 0], + "cubes": [ + {"origin": [2.5, 1, 7.75], "size": [3, 6, 3], "uv": [20, 48]} + ] + }, + { + "name": "leg_back_left3", + "parent": "leg_back_left2", + "pivot": [4, 1.5, 9.25], + "rotation": [2.5, 0, 0], + "cubes": [ + {"origin": [2.5, -0.25, 7.5], "size": [3, 2, 3], "inflate": 0.01, "uv": [80, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/tauros_combat.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/tauros_combat.geo.json new file mode 100644 index 0000000..a03fdb1 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/tauros_combat.geo.json @@ -0,0 +1,426 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.tauros", + "texture_width": 128, + "texture_height": 64, + "visible_bounds_width": 6, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "tauros", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "tauros", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 14.45, 7.25], + "cubes": [ + {"origin": [-4.5, 9.75, 1], "size": [9, 10, 10], "uv": [75, 39]}, + {"origin": [-5.5, 9, -11], "size": [11, 13, 13], "uv": [0, 0]}, + {"origin": [-6.5, 8.5, -11.5], "size": [13, 14, 6], "pivot": [0, 16, -9], "rotation": [-2.5, 0, 0], "uv": [0, 27]} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 17.25, -10.5] + }, + { + "name": "head_correction", + "parent": "head", + "pivot": [0, 17.25, -10.5] + }, + { + "name": "head_ai", + "parent": "head_correction", + "pivot": [0, 17.25, -10.5] + }, + { + "name": "head_angle", + "parent": "head_ai", + "pivot": [0, 17.25, -10.5], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [-3, 13.75, -16.5], "size": [6, 6, 7], "uv": [35, 0]}, + {"origin": [-0.5, 19.75, -14.5], "size": [1, 0, 3], "inflate": 0.01, "uv": [77, 10]}, + {"origin": [-2, 14.75, -19.5], "size": [4, 3, 3], "pivot": [0, 17.75, -16.5], "rotation": [5, 0, 0], "uv": [32, 27]} + ] + }, + { + "name": "jaw", + "parent": "head_angle", + "pivot": [0, 14.85, -16.5], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-1.5, 13.85, -19.25], "size": [3, 1, 3], "uv": [0, 9]} + ] + }, + { + "name": "horn_right", + "parent": "head_angle", + "pivot": [-2.65, 17.95, -12.75], + "rotation": [-15, -5, 15], + "cubes": [ + {"origin": [-5.65, 16.95, -13.75], "size": [3, 2, 2], "uv": [64, 31]} + ] + }, + { + "name": "horn_right2", + "parent": "horn_right", + "pivot": [-5.65, 16.95, -12.75], + "rotation": [0, 0, 45], + "cubes": [ + {"origin": [-8.65, 16.95, -13.75], "size": [3, 2, 2], "inflate": 0.01, "uv": [46, 45]} + ] + }, + { + "name": "horn_right3", + "parent": "horn_right2", + "pivot": [-8.65, 16.95, -12.75], + "rotation": [0, 0, 60], + "cubes": [ + {"origin": [-11.65, 16.95, -13.25], "size": [3, 1, 1], "uv": [69, 0]} + ] + }, + { + "name": "horn_left", + "parent": "head_angle", + "pivot": [2.65, 17.95, -12.75], + "rotation": [-15, 5, -15], + "cubes": [ + {"origin": [2.65, 16.95, -13.75], "size": [3, 2, 2], "uv": [80, 5]} + ] + }, + { + "name": "horn_left2", + "parent": "horn_left", + "pivot": [5.65, 16.95, -12.75], + "rotation": [0, 0, -45], + "cubes": [ + {"origin": [5.65, 16.95, -13.75], "size": [3, 2, 2], "inflate": 0.01, "uv": [64, 45]} + ] + }, + { + "name": "horn_left3", + "parent": "horn_left2", + "pivot": [8.65, 16.95, -12.75], + "rotation": [0, 0, -60], + "cubes": [ + {"origin": [8.65, 16.95, -13.25], "size": [3, 1, 1], "uv": [69, 2]} + ] + }, + { + "name": "eye_right", + "parent": "head_angle", + "pivot": [-2.51, 17.75, -15.51], + "cubes": [ + {"origin": [-3.01, 16.75, -16.51], "size": [1, 2, 2], "uv": [81, 15], "mirror": true} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-2.41, 17.75, -14.91], + "cubes": [ + {"origin": [-2.91, 16.75, -16.41], "size": [1, 2, 3], "inflate": 0.01, "uv": [80, 19], "mirror": true} + ] + }, + { + "name": "eye_left", + "parent": "head_angle", + "pivot": [2.51, 17.75, -15.51], + "cubes": [ + {"origin": [2.01, 16.75, -16.51], "size": [1, 2, 2], "uv": [81, 15]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [2.41, 17.75, -14.91], + "cubes": [ + {"origin": [1.91, 16.75, -16.41], "size": [1, 2, 3], "inflate": 0.01, "uv": [80, 19]} + ] + }, + { + "name": "mane_top", + "parent": "torso", + "pivot": [0, 23.3, -5.5], + "rotation": [-75, 0, 0], + "cubes": [ + {"origin": [-3, 22.8, -4.6], "size": [6, 2, 0], "uv": [111, 10]} + ] + }, + { + "name": "mane_bottom", + "parent": "torso", + "pivot": [0, 8.5, -8.75], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [-3.5, 4.5, -8.75], "size": [7, 4, 0], "uv": [61, 57]} + ] + }, + { + "name": "tail_right", + "parent": "torso", + "pivot": [-0.5, 18.5, 11], + "rotation": [0, -30, 0], + "cubes": [ + {"origin": [-1, 18, 10], "size": [1, 1, 5], "uv": [59, 20]} + ] + }, + { + "name": "tail_right2", + "parent": "tail_right", + "pivot": [-0.5, 18.5, 15], + "cubes": [ + {"origin": [-1, 18, 15], "size": [1, 1, 4], "inflate": 0.01, "uv": [66, 19]} + ] + }, + { + "name": "tail_right3", + "parent": "tail_right2", + "pivot": [-0.5, 18.5, 19], + "cubes": [ + {"origin": [-1, 18, 19], "size": [1, 1, 4], "uv": [98, 3]} + ] + }, + { + "name": "tail_right4", + "parent": "tail_right3", + "pivot": [-0.5, 18.5, 23], + "cubes": [ + {"origin": [-1, 18, 23], "size": [1, 1, 5], "inflate": 0.01, "uv": [54, 0]} + ] + }, + { + "name": "tail_right5", + "parent": "tail_right4", + "pivot": [-0.5, 18.5, 27], + "cubes": [ + {"origin": [-1.5, 17.5, 27], "size": [2, 2, 3], "uv": [92, 0]} + ] + }, + { + "name": "tail_right6", + "parent": "tail_right5", + "pivot": [-0.5, 17.5, 30], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [-0.5, 17.5, 30], "size": [0, 2, 3], "uv": [0, 24]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 18.5, 11], + "cubes": [ + {"origin": [-0.5, 18, 10], "size": [1, 1, 5], "inflate": 0.01, "uv": [94, 21]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 18.5, 15], + "cubes": [ + {"origin": [-0.5, 18, 15], "size": [1, 1, 4], "uv": [118, 27]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 18.5, 19], + "cubes": [ + {"origin": [-0.5, 18, 19], "size": [1, 1, 4], "inflate": 0.01, "uv": [89, 27]} + ] + }, + { + "name": "tail4", + "parent": "tail3", + "pivot": [0, 18.5, 23], + "cubes": [ + {"origin": [-0.5, 18, 23], "size": [1, 1, 5], "uv": [61, 1]} + ] + }, + { + "name": "tail5", + "parent": "tail4", + "pivot": [0, 18.5, 27], + "cubes": [ + {"origin": [-1, 17.5, 27], "size": [2, 2, 3], "uv": [67, 7]} + ] + }, + { + "name": "tail6", + "parent": "tail5", + "pivot": [0, 17.5, 30], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [0, 17.5, 30], "size": [0, 2, 3], "uv": [0, 28]} + ] + }, + { + "name": "tail_left", + "parent": "torso", + "pivot": [0.5, 18.5, 11], + "rotation": [0, 30, 0], + "cubes": [ + {"origin": [0, 18, 10], "size": [1, 1, 5], "uv": [87, 20]} + ] + }, + { + "name": "tail_left2", + "parent": "tail_left", + "pivot": [0.5, 18.5, 15], + "cubes": [ + {"origin": [0, 18, 15], "size": [1, 1, 4], "inflate": 0.01, "uv": [112, 26]} + ] + }, + { + "name": "tail_left3", + "parent": "tail_left2", + "pivot": [0.5, 18.5, 19], + "cubes": [ + {"origin": [0, 18, 19], "size": [1, 1, 4], "uv": [102, 26]} + ] + }, + { + "name": "tail_left4", + "parent": "tail_left3", + "pivot": [0.5, 18.5, 23], + "cubes": [ + {"origin": [0, 18, 23], "size": [1, 1, 5], "inflate": 0.01, "uv": [60, 8]} + ] + }, + { + "name": "tail_left5", + "parent": "tail_left4", + "pivot": [0.5, 18.5, 27], + "cubes": [ + {"origin": [-0.5, 17.5, 27], "size": [2, 2, 3], "uv": [108, 3]} + ] + }, + { + "name": "tail_left6", + "parent": "tail_left5", + "pivot": [0.5, 17.5, 30], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [0.5, 17.5, 30], "size": [0, 2, 3], "uv": [0, 26]} + ] + }, + { + "name": "leg_front_right", + "parent": "body", + "pivot": [-4.25, 13.25, -5], + "cubes": [ + {"origin": [-6.25, 7.25, -7], "size": [4, 8, 4], "uv": [48, 13]} + ] + }, + { + "name": "leg_front_right2", + "parent": "leg_front_right", + "pivot": [-4.25, 7.25, -6.25], + "cubes": [ + {"origin": [-5.75, 1.5, -6.25], "size": [3, 6, 3], "uv": [38, 33]} + ] + }, + { + "name": "leg_front_right3", + "parent": "leg_front_right2", + "pivot": [-4.25, 2, -4.75], + "cubes": [ + {"origin": [-5.75, 0, -6.5], "size": [3, 2, 3], "inflate": 0.01, "uv": [64, 14]} + ] + }, + { + "name": "leg_front_left", + "parent": "body", + "pivot": [4.25, 13.25, -5], + "cubes": [ + {"origin": [2.25, 7.25, -7], "size": [4, 8, 4], "uv": [52, 45]} + ] + }, + { + "name": "leg_front_left2", + "parent": "leg_front_left", + "pivot": [4.25, 7.25, -6.25], + "cubes": [ + {"origin": [2.75, 1.5, -6.25], "size": [3, 6, 3], "uv": [104, 17]} + ] + }, + { + "name": "leg_front_left3", + "parent": "leg_front_left2", + "pivot": [4.25, 2, -4.75], + "cubes": [ + {"origin": [2.75, 0, -6.5], "size": [3, 2, 3], "inflate": 0.01, "uv": [64, 26]} + ] + }, + { + "name": "leg_back_right", + "parent": "body", + "pivot": [-4, 13.75, 7.25], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-6, 6.75, 4.25], "size": [4, 9, 6], "inflate": 0.02, "uv": [32, 45]} + ] + }, + { + "name": "leg_back_right2", + "parent": "leg_back_right", + "pivot": [-4, 6.75, 9.75], + "rotation": [-7.5, 0, 0], + "cubes": [ + {"origin": [-5.5, 1, 7.75], "size": [3, 6, 3], "uv": [0, 0]} + ] + }, + { + "name": "leg_back_right3", + "parent": "leg_back_right2", + "pivot": [-4, 1.5, 9.25], + "rotation": [2.5, 0, 0], + "cubes": [ + {"origin": [-5.5, -0.25, 7.5], "size": [3, 2, 3], "inflate": 0.01, "uv": [116, 21]} + ] + }, + { + "name": "leg_back_left", + "parent": "body", + "pivot": [4, 13.75, 7.25], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [2, 6.75, 4.25], "size": [4, 9, 6], "uv": [0, 48]} + ] + }, + { + "name": "leg_back_left2", + "parent": "leg_back_left", + "pivot": [4, 6.75, 9.75], + "rotation": [-7.5, 0, 0], + "cubes": [ + {"origin": [2.5, 1, 7.75], "size": [3, 6, 3], "uv": [20, 48]} + ] + }, + { + "name": "leg_back_left3", + "parent": "leg_back_left2", + "pivot": [4, 1.5, 9.25], + "rotation": [2.5, 0, 0], + "cubes": [ + {"origin": [2.5, -0.25, 7.5], "size": [3, 2, 3], "inflate": 0.01, "uv": [80, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/thundurus/thundurus.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/thundurus/thundurus.geo.json new file mode 100644 index 0000000..2c15463 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/thundurus/thundurus.geo.json @@ -0,0 +1,582 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 5, + "visible_bounds_height": 5, + "visible_bounds_offset": [0, 1.5, 0] + }, + "bones": [ + { + "name": "thunderus", + "pivot": [0, 0, 0] + }, + { + "name": "mainthing", + "parent": "thunderus", + "pivot": [0, 22, 0] + }, + { + "name": "cloud", + "parent": "mainthing", + "pivot": [-2.5, 9, 0.15], + "cubes": [ + {"origin": [-7.5, 8.75, -7.35], "size": [15, 9, 15], "uv": [0, 0]} + ] + }, + { + "name": "cloud_end", + "parent": "cloud", + "pivot": [-3.5, 3.25, 8.9], + "rotation": [27.5, 0, 0] + }, + { + "name": "cloud_tail", + "parent": "cloud_end", + "pivot": [-3.5, 3.25, 8.9], + "cubes": [ + {"origin": [0, 8.41393, 5.30675], "size": [0, 3, 5], "uv": [31, 21]} + ] + }, + { + "name": "cloud_tail2", + "parent": "cloud_end", + "pivot": [-3.5, 3.25, 8.9], + "cubes": [ + {"origin": [0, 6.41393, 5.80675], "size": [0, 2, 4], "uv": [0, 9]} + ] + }, + { + "name": "cloud_tail3", + "parent": "cloud_end", + "pivot": [-3.5, 3.25, 8.9], + "cubes": [ + {"origin": [0, 3.41393, 6.30675], "size": [0, 3, 3], "uv": [0, 21]} + ] + }, + { + "name": "tail_1", + "parent": "cloud", + "pivot": [0.5, 16.75, 6.4], + "cubes": [ + {"origin": [-0.5, 16, 6.15], "size": [1, 5, 1], "pivot": [-0.5, 16, 7.15], "rotation": [-29.7626, -5.9218, -23.88853], "uv": [64, 11]}, + {"origin": [-3.5, 19.75, 7.65], "size": [3, 3, 3], "pivot": [-2.5, 19.75, 9.65], "rotation": [-19.62899, -1.46073, -26.18327], "uv": [56, 30]}, + {"origin": [-2, 20.25, 10.65], "size": [0, 2, 2], "pivot": [-2.5, 19.75, 9.65], "rotation": [-19.62899, -1.46073, -26.18327], "uv": [12, 82]} + ] + }, + { + "name": "tail_2", + "parent": "tail_1", + "pivot": [-3.46278, 22.7177, 10.42958], + "cubes": [ + {"origin": [-3.59, 22.25, 9.9], "size": [1, 5, 1], "pivot": [-3.5, 22.25, 10.9], "rotation": [-12.21053, -6.82007, -26.34008], "uv": [60, 11]}, + {"origin": [-7, 26.75, 10.15], "size": [3, 3, 3], "pivot": [-5, 26.75, 12.15], "rotation": [-10.0212, 0.06372, -27.17999], "uv": [21, 39]}, + {"origin": [-5.5, 27.25, 13.15], "size": [0, 2, 2], "pivot": [-5, 26.75, 12.15], "rotation": [-10.0212, 0.06372, -27.17999], "uv": [12, 82]} + ] + }, + { + "name": "tail_3", + "parent": "tail_2", + "pivot": [-7, 29, 12], + "cubes": [ + {"origin": [-7.5, 28.5, 11.15], "size": [1, 5, 1], "pivot": [-7.5, 29.5, 11.15], "rotation": [18.13238, -4.82719, -26.88007], "uv": [55, 42]}, + {"origin": [-10.5, 32.75, 8.9], "size": [4, 4, 4], "pivot": [-8.5, 32.75, 9.9], "rotation": [27.24314, 0.19334, -25.69326], "uv": [16, 72]}, + {"origin": [-8.5, 33.75, 12.9], "size": [0, 2, 2], "pivot": [-8.5, 32.75, 9.9], "rotation": [27.24314, 0.19334, -25.69326], "uv": [12, 82]} + ] + }, + { + "name": "tail_4", + "parent": "tail_3", + "pivot": [-9.24538, 36.68024, 8.58431], + "cubes": [ + {"origin": [-10, 35.75, 8.65], "size": [1, 5, 1], "pivot": [-10, 35.75, 8.65], "rotation": [55.53565, 0.05707, -23.20089], "uv": [0, 53]}, + {"origin": [-13, 38.5, 4.15], "size": [4, 4, 4], "pivot": [-10, 38.5, 5.15], "rotation": [83.66532, 0.21248, -22.58], "uv": [36, 70]}, + {"origin": [-10.5, 39.5, 8.15], "size": [0, 2, 2], "pivot": [-10, 38.5, 5.15], "rotation": [83.66532, 0.21248, -22.58], "uv": [12, 82]} + ] + }, + { + "name": "tail_5", + "parent": "tail_4", + "pivot": [-11.38616, 39.82, 0.80649], + "cubes": [ + {"origin": [-12.75, 43.25, -0.6], "size": [1, 5, 1], "pivot": [-12.75, 42.25, 3.4], "rotation": [87.5, 0, -25], "uv": [51, 42]}, + {"origin": [-12.25, 37.25, -6.85], "size": [5, 5, 5], "pivot": [-8.25, 37.25, -5.85], "rotation": [12.52311, 2.71515, -24.24543], "uv": [41, 60]}, + {"origin": [-9.5, 37.25, -5.85], "size": [0, 8, 3], "pivot": [-8.25, 37.25, -5.85], "rotation": [12.52311, 2.71515, -24.24543], "uv": [0, 81]} + ] + }, + { + "name": "tail_6", + "parent": "tail_5", + "pivot": [-10.38616, 37.82, -7.19351], + "cubes": [ + {"origin": [-12.78291, 37.15903, -17.10118], "size": [6, 6, 6], "pivot": [-10.00095, 38.35265, -7.35081], "rotation": [47.39743, 2.86544, -26.59918], "uv": [54, 18]}, + {"origin": [-9.78291, 43.15903, -15.10118], "size": [0, 3, 3], "pivot": [-10.00095, 38.35265, -7.35081], "rotation": [47.39743, 2.86544, -26.59918], "uv": [0, 81]}, + {"origin": [-10.5119, 37.86116, -7.82238], "size": [1, 5, 1], "pivot": [-10.00095, 38.35265, -7.35081], "rotation": [114.02486, 1.92555, -25.68601], "uv": [45, 0]} + ] + }, + { + "name": "tail_7", + "parent": "tail_6", + "pivot": [-6.38216, 33.79634, -14.49626], + "cubes": [ + {"origin": [-12.60222, 39.21484, -27.53554], "size": [7, 7, 7], "pivot": [-10.00095, 38.35265, -7.35081], "rotation": [63.99337, 6.17485, -28.93254], "uv": [0, 39]}, + {"origin": [-10.05059, 24.45165, -11.82757], "size": [1, 5, 1], "pivot": [-10.00095, 38.35265, -7.35081], "rotation": [-28.99181, 4.16957, -28.03114], "uv": [0, 39]}, + {"origin": [-9.35222, 46.21484, -25.53554], "size": [0, 4, 3], "pivot": [-10.00095, 38.35265, -7.35081], "rotation": [63.99337, 6.17485, -28.93254], "uv": [0, 81]} + ] + }, + { + "name": "tip_8", + "parent": "tail_7", + "pivot": [-2.5, 17.75, 1.4] + }, + { + "name": "upperbody", + "parent": "mainthing", + "pivot": [0, 17.5, 0.15], + "cubes": [ + {"origin": [-4, 17, -2.85], "size": [8, 5, 6], "uv": [45, 0]} + ] + }, + { + "name": "torso", + "parent": "upperbody", + "pivot": [0, 23, 0.25], + "cubes": [ + {"origin": [-6.25, 22, -3.25], "size": [12, 8, 7], "uv": [0, 24]} + ] + }, + { + "name": "arms", + "parent": "torso", + "pivot": [0, 29, 0] + }, + { + "name": "arm_right", + "parent": "arms", + "pivot": [6.5, 28, -1] + }, + { + "name": "shoulder_right", + "parent": "arm_right", + "pivot": [6, 28, 1.5], + "rotation": [59.99269, 64.43583, 59.78703], + "cubes": [ + {"origin": [5.29895, 25.35819, -1.62981], "size": [6, 6, 6], "uv": [0, 53]} + ] + }, + { + "name": "bicep_right", + "parent": "shoulder_right", + "pivot": [9.54895, 27.85819, 2.62019], + "rotation": [-0.78696, 21.88467, 41.26384], + "cubes": [ + {"origin": [10.29895, 25.35819, -0.62981], "size": [6, 5, 5], "uv": [59, 37]} + ] + }, + { + "name": "forearm_right", + "parent": "bicep_right", + "pivot": [15.54895, 27.85819, 1.62019], + "rotation": [127.81776, 87.60022, 132.18242], + "cubes": [ + {"origin": [15.29895, 25.85819, -1.12981], "size": [6, 4, 4], "uv": [0, 65]} + ] + }, + { + "name": "wrist_right", + "parent": "forearm_right", + "pivot": [21.54895, 27.85819, 1.12019], + "rotation": [87.45712, -15.33483, -6.53294], + "cubes": [ + {"origin": [20.29895, 26.35819, 0.37019], "size": [3, 3, 2], "uv": [41, 54]} + ] + }, + { + "name": "hand_right", + "parent": "wrist_right", + "pivot": [24.29895, 28.10819, 1.12019], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [23.29895, 25.85819, 0.37019], "size": [3, 4, 2], "uv": [67, 0]} + ] + }, + { + "name": "fingers_right", + "parent": "hand_right", + "pivot": [24.54895, 27.85819, 1.87019] + }, + { + "name": "thumb_right", + "parent": "fingers_right", + "pivot": [24.54895, 28.85819, 2.87019], + "rotation": [5.96275, -4.55749, 37.26251], + "cubes": [ + {"origin": [24.29895, 28.85819, 1.12019], "size": [1, 2, 1], "uv": [0, 65]} + ] + }, + { + "name": "rthumb_tip", + "parent": "thumb_right", + "pivot": [24.79895, 30.85819, 1.87019], + "rotation": [32.5, 0, 0], + "cubes": [ + {"origin": [24.29895, 30.85819, 1.12019], "size": [1, 2, 1], "uv": [36, 64]} + ] + }, + { + "name": "index_right", + "parent": "fingers_right", + "pivot": [26.29895, 29.35819, 1.87019], + "rotation": [0, 65, 0], + "cubes": [ + {"origin": [26.29895, 28.85819, 1.37019], "size": [2, 1, 1], "uv": [9, 73]} + ] + }, + { + "name": "Rindex_tip", + "parent": "index_right", + "pivot": [28.54895, 29.35819, 2.12019], + "rotation": [0, 25, 0], + "cubes": [ + {"origin": [28.29895, 28.85819, 1.37019], "size": [2, 1, 1], "uv": [48, 72]} + ] + }, + { + "name": "middle_right", + "parent": "fingers_right", + "pivot": [26.29895, 28.35819, 1.87019], + "rotation": [0, 57.5, 0], + "cubes": [ + {"origin": [26.29895, 27.85819, 1.37019], "size": [2, 1, 1], "uv": [34, 72]} + ] + }, + { + "name": "Rmiddle_tip", + "parent": "middle_right", + "pivot": [28.15314, 28.35819, 1.54325], + "cubes": [ + {"origin": [28.29895, 27.85819, 1.37019], "size": [2, 1, 1], "pivot": [28.29895, 28.35819, 2.12019], "rotation": [0, 20, 0], "uv": [28, 72]} + ] + }, + { + "name": "ring_right", + "parent": "fingers_right", + "pivot": [26.29895, 27.35819, 1.87019], + "rotation": [0, 62.5, 0], + "cubes": [ + {"origin": [26.29895, 26.85819, 1.37019], "size": [2, 1, 1], "uv": [72, 22]} + ] + }, + { + "name": "Rring_tip", + "parent": "ring_right", + "pivot": [28.25, 27.25, 2.25], + "rotation": [0, 15, 0], + "cubes": [ + {"origin": [28.29895, 26.85819, 1.37019], "size": [2, 1, 1], "uv": [72, 20]} + ] + }, + { + "name": "pinky_right", + "parent": "fingers_right", + "pivot": [26.29895, 26.35819, 1.87019], + "rotation": [0, 67.5, 0], + "cubes": [ + {"origin": [26.29895, 25.85819, 1.37019], "size": [2, 1, 1], "uv": [72, 18]} + ] + }, + { + "name": "Rpinky_right", + "parent": "pinky_right", + "pivot": [28.29895, 26.35819, 2.12019], + "rotation": [0, 20, 0], + "cubes": [ + {"origin": [28.29895, 25.85819, 1.37019], "size": [2, 1, 1], "uv": [70, 52]} + ] + }, + { + "name": "arm_left", + "parent": "arms", + "pivot": [-4, 28.25, -0.25] + }, + { + "name": "shoulder_left", + "parent": "arm_left", + "pivot": [-6, 27.75, -0.25], + "rotation": [69.96441, -66.54069, -74.52838], + "cubes": [ + {"origin": [-9.74006, 24.85697, -2.44714], "size": [6, 6, 6], "uv": [52, 48]} + ] + }, + { + "name": "bicep_left", + "parent": "shoulder_left", + "pivot": [-7.99006, 28.35697, 1.80286], + "rotation": [6.3582, -34.31282, -14.95505], + "cubes": [ + {"origin": [-14.67516, 24.99117, -1.06026], "size": [6, 5, 5], "uv": [24, 54]} + ] + }, + { + "name": "forearm_left", + "parent": "bicep_left", + "pivot": [-14.92516, 28.49117, 2.18974], + "rotation": [-61.84066, -62.99707, 43.60278], + "cubes": [ + {"origin": [-19.67516, 25.49117, -0.56026], "size": [6, 4, 4], "uv": [20, 64]} + ] + }, + { + "name": "wrist_left", + "parent": "forearm_left", + "pivot": [-18.92516, 26.99117, 2.18974], + "rotation": [92.08232, 3.1071, -19.24339], + "cubes": [ + {"origin": [-21.67516, 26.49117, 1.43974], "size": [3, 3, 2], "uv": [41, 26]} + ] + }, + { + "name": "hand_left", + "parent": "wrist_left", + "pivot": [-21.17516, 27.99117, 2.43974], + "rotation": [11.9421, -19.85814, 2.97417], + "cubes": [ + {"origin": [-24.67516, 25.99117, 1.43974], "size": [3, 4, 2], "uv": [18, 53]} + ] + }, + { + "name": "fingers_left", + "parent": "hand_left", + "pivot": [-25, 27, 2.25] + }, + { + "name": "thumb_left", + "parent": "fingers_left", + "pivot": [-23.17516, 28.99117, 2.93974], + "rotation": [72.5, 0, 0], + "cubes": [ + {"origin": [-23.67516, 28.99117, 2.43974], "size": [1, 2, 1], "uv": [60, 60]} + ] + }, + { + "name": "thumbleft2", + "parent": "thumb_left", + "pivot": [-23.17516, 30.99117, 2.93974], + "cubes": [ + {"origin": [-23.67516, 30.99117, 2.43974], "size": [1, 2, 1], "uv": [10, 0]} + ] + }, + { + "name": "index_left", + "parent": "fingers_left", + "pivot": [-24.67516, 29.49117, 2.93974], + "rotation": [0, -12.5, 0], + "cubes": [ + {"origin": [-26.67516, 28.99117, 2.43974], "size": [2, 1, 1], "uv": [48, 70]} + ] + }, + { + "name": "indexleft2", + "parent": "index_left", + "pivot": [-26.67516, 29.49117, 2.93974], + "cubes": [ + {"origin": [-28.67516, 28.99117, 2.43974], "size": [2, 1, 1], "uv": [67, 35]} + ] + }, + { + "name": "middle_left", + "parent": "fingers_left", + "pivot": [-24.67516, 28.49117, 2.93974], + "rotation": [0, -10, 0], + "cubes": [ + {"origin": [-26.67516, 27.99117, 2.43974], "size": [2, 1, 1], "uv": [16, 65]} + ] + }, + { + "name": "midleft2", + "parent": "middle_left", + "pivot": [-27.67516, 28.49117, 2.93974], + "cubes": [ + {"origin": [-28.67516, 27.99117, 2.43974], "size": [2, 1, 1], "uv": [56, 36]} + ] + }, + { + "name": "ring_left", + "parent": "fingers_left", + "pivot": [-24.67516, 27.49117, 2.93974], + "rotation": [0, -15, 0], + "cubes": [ + {"origin": [-26.64109, 26.99117, 2.18092], "size": [2, 1, 1], "uv": [52, 12]} + ] + }, + { + "name": "ringleft2", + "parent": "ring_left", + "pivot": [-26.64109, 27.49117, 2.68092], + "cubes": [ + {"origin": [-28.64109, 26.99117, 2.18092], "size": [2, 1, 1], "uv": [28, 47]} + ] + }, + { + "name": "pinky_left", + "parent": "fingers_left", + "pivot": [-24.67516, 26.49117, 2.93974], + "rotation": [0, -12.5, 0], + "cubes": [ + {"origin": [-26.67516, 25.99117, 2.43974], "size": [2, 1, 1], "uv": [28, 45]} + ] + }, + { + "name": "pinkleft2", + "parent": "pinky_left", + "pivot": [-26.67516, 26.49117, 2.93974], + "cubes": [ + {"origin": [-28.67516, 25.99117, 2.43974], "size": [2, 1, 1], "uv": [8, 13]} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 30.5, 0.5], + "cubes": [ + {"origin": [-4.25, 32.5, -3.25], "size": [8, 5, 7], "uv": [28, 42]}, + {"origin": [-4.75, 30, -3.75], "size": [9, 3, 8], "uv": [30, 31]} + ] + }, + { + "name": "hair", + "parent": "head", + "pivot": [-0.25, 33.5, 2.75], + "cubes": [ + {"origin": [-2.25, 30, 4.5], "size": [4, 10, 4], "inflate": 0.01, "pivot": [0, 2.5, 6.75], "rotation": [7.5, 0, 0], "uv": [61, 60]}, + {"origin": [-1.75, 33, 0.75], "size": [3, 9, 4], "inflate": 0.01, "pivot": [-0.5, 4.5, 3], "rotation": [-7.5, 0, 0], "uv": [0, 0]}, + {"origin": [-1.25, 37.25, -6.75], "size": [2, 8, 4], "inflate": 0.01, "pivot": [-1, 8.75, -4.5], "rotation": [-30, 0, 0], "uv": [52, 70]}, + {"origin": [-1.75, 40.95, 27], "size": [3, 6, 3], "pivot": [-0.5, 9.25, 29.25], "rotation": [32.5, 0, 0], "uv": [0, 73]}, + {"origin": [-1.25, 33.7, 7.25], "size": [2, 6, 3], "pivot": [-1, 2, 9.5], "rotation": [-7.5, 0, 0], "uv": [64, 74]}, + {"origin": [-0.75, 40.2, -8.5], "size": [1, 6, 3], "inflate": 0.01, "pivot": [-1.5, 8.5, -6.25], "rotation": [-40, 0, 0], "uv": [74, 71]}, + {"origin": [-0.75, 33.85, 25.5], "size": [1, 4, 1], "pivot": [-1.5, 0, 25.75], "rotation": [12.5, 0, 0], "uv": [56, 60]}, + {"origin": [-2.25, 37.9, 20.25], "size": [4, 7, 4], "pivot": [0, 7, 22.5], "rotation": [32.5, 0, 0], "uv": [69, 7]} + ] + }, + { + "name": "horn", + "parent": "head", + "pivot": [-0.25, 33.75, -2.75], + "cubes": [ + {"origin": [-1.25, 37.5, -2.76], "size": [2, 4, 0], "uv": [0, 0]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [0, 30.25, -3.25] + }, + { + "name": "brows", + "parent": "eyes", + "pivot": [0, 31.5, -2] + }, + { + "name": "brow1", + "parent": "brows", + "pivot": [6, 34.25, -2.25], + "cubes": [ + {"origin": [2, 38.25, -3.27], "size": [3, 1, 1], "pivot": [6, 34.25, -2.25], "rotation": [0, 0, -47.5], "uv": [45, 13]} + ] + }, + { + "name": "brow2", + "parent": "brows", + "pivot": [6, 34.25, -2.25], + "cubes": [ + {"origin": [-5.5, 38.25, -3.27], "size": [3, 1, 1], "pivot": [-6.5, 34.25, -2.25], "rotation": [0, 0, 47.5], "uv": [45, 11]} + ] + }, + { + "name": "pupils", + "parent": "eyes", + "pivot": [0, 31.5, -2] + }, + { + "name": "pupil_right", + "parent": "pupils", + "pivot": [2, 30.75, -3.25], + "cubes": [ + {"origin": [1.25, 34.25, -3.267], "size": [1, 1, 0], "uv": [33, 43]} + ] + }, + { + "name": "pupil_left", + "parent": "pupils", + "pivot": [-2, 30.5, -3.25], + "cubes": [ + {"origin": [-2.75, 34.25, -3.267], "size": [1, 1, 0], "uv": [4, 43]} + ] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [2, 30.5, -2], + "cubes": [ + {"origin": [0.25, 33.25, -3.26], "size": [3, 2, 0], "uv": [73, 60]}, + {"origin": [1.25, 35.25, -3.26], "size": [2, 1, 0], "uv": [0, 30]} + ] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [-2, 30.5, -2], + "cubes": [ + {"origin": [-3.75, 33.25, -3.26], "size": [3, 2, 0], "uv": [73, 35]}, + {"origin": [-3.75, 35.25, -3.26], "size": [2, 1, 0], "uv": [10, 3]} + ] + }, + { + "name": "ears", + "parent": "head", + "pivot": [-0.25, 33.5, -2.5], + "cubes": [ + {"origin": [-3.25, 37.5, -1.25], "size": [3, 3, 2], "pivot": [-1.25, 30.5, -3.25], "rotation": [0, 0, 37.5], "uv": [70, 47]}, + {"origin": [-0.25, 37.5, -1.25], "size": [3, 3, 2], "pivot": [0.75, 30.5, -3.25], "rotation": [0, 0, -37.5], "uv": [68, 30]} + ] + }, + { + "name": "mustache", + "parent": "head", + "pivot": [0, 29.25, -2.25], + "cubes": [ + {"origin": [-5.25, 33, -3.79], "size": [10, 1, 1], "uv": [31, 24]}, + {"origin": [-3.75, 34, -3.79], "size": [1, 1, 0], "uv": [33, 42]}, + {"origin": [-4.75, 34, -3.79], "size": [1, 3, 0], "uv": [21, 39]}, + {"origin": [3.5, 34, -3.79], "size": [1, 3, 0], "uv": [4, 39]}, + {"origin": [2.5, 34, -3.79], "size": [1, 1, 0], "uv": [4, 42]}, + {"origin": [4.15, 35.5, -3.78], "size": [2, 2, 1], "pivot": [6, 28.5, -2.25], "rotation": [0, 0, -45], "uv": [0, 27]}, + {"origin": [1.5, 31, -3.78], "size": [1, 2, 0], "uv": [41, 26]}, + {"origin": [-5, 32, -3.79], "size": [1, 1, 0], "uv": [4, 30]}, + {"origin": [3.5, 32, -3.79], "size": [1, 1, 0], "uv": [5, 27]}, + {"origin": [-3, 31, -3.78], "size": [1, 2, 0], "uv": [39, 29]} + ] + }, + { + "name": "bone", + "parent": "mustache", + "pivot": [6, 28.5, -2.25] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [0, 27.5, -2], + "cubes": [ + {"origin": [-2, 31.25, -3.77], "size": [4, 2, 0], "uv": [31, 29]}, + {"origin": [0.5, 30.75, -3.76], "size": [1, 1, 0], "uv": [13, 13]}, + {"origin": [-2, 30.75, -3.76], "size": [1, 1, 0], "uv": [13, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/toedscool.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/toedscool.geo.json new file mode 100644 index 0000000..a913669 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/toedscool.geo.json @@ -0,0 +1,177 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.tentacool", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "tentacool", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "tentacool", + "pivot": [0, 24.5, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 24.5, 0], + "cubes": [ + {"origin": [-5, 24, -5], "size": [10, 12, 10], "uv": [24, 42]}, + {"origin": [-1.76777, 19, -5.51777], "size": [7, 10, 0], "pivot": [0, 24, -3.75], "rotation": [-10.54684, -44.5119, 7.43656], "uv": [50, 32], "mirror": true}, + {"origin": [-5.23223, 19, -5.51777], "size": [7, 10, 0], "pivot": [0, 24, -3.75], "rotation": [-10.54684, 44.5119, -7.43656], "uv": [36, 32]} + ] + }, + { + "name": "eyes", + "parent": "torso", + "pivot": [0, 23, -4] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [2.83346, 23, -3.56], + "cubes": [ + {"origin": [0.83346, 22, -3.56], "size": [4, 2, 0], "pivot": [2.83346, 23, -3.56], "rotation": [-5.6153, -45.21586, 0.45017], "uv": [56, 48], "mirror": true} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [2.83346, 23, -3.46], + "cubes": [ + {"origin": [0.83346, 22, -3.46], "size": [4, 2, 0], "inflate": 0.01, "pivot": [2.83346, 23, -3.46], "rotation": [-5.6153, -45.21586, 0.45017], "uv": [56, 44], "mirror": true} + ] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-2.83346, 23, -3.56], + "cubes": [ + {"origin": [-4.83346, 22, -3.56], "size": [4, 2, 0], "pivot": [-2.83346, 23, -3.56], "rotation": [-5.6153, 45.21586, -0.45017], "uv": [56, 50]} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-2.83552, 23, -3.46], + "cubes": [ + {"origin": [-4.83552, 22, -3.46], "size": [4, 2, 0], "inflate": 0.01, "pivot": [-2.83552, 23, -3.46], "rotation": [-5.6153, 45.21586, -0.45017], "uv": [56, 46]} + ] + }, + { + "name": "flap_left", + "parent": "torso", + "pivot": [5, 24, 1.5], + "cubes": [ + {"origin": [5, 18, -2], "size": [0, 6, 8], "inflate": 0.01, "pivot": [5, 24, 1.5], "rotation": [0, 0, -45], "uv": [20, 28]} + ] + }, + { + "name": "flap_right", + "parent": "torso", + "pivot": [-5, 24, 1.5], + "cubes": [ + {"origin": [-5, 18, -2], "size": [0, 6, 8], "inflate": 0.01, "pivot": [-5, 24, 1.5], "rotation": [0, 0, 45], "uv": [20, 22], "mirror": true} + ] + }, + { + "name": "flap_back", + "parent": "torso", + "pivot": [0, 24, 5], + "cubes": [ + {"origin": [-5, 17, 5], "size": [10, 7, 0], "inflate": 0.01, "pivot": [0, 24, 5], "rotation": [45, 0, 0], "uv": [44, 25]} + ] + }, + { + "name": "tentacle_left", + "parent": "body", + "pivot": [3.5, 24.5, 0], + "cubes": [ + {"origin": [3, 20, -0.5], "size": [1, 5, 1], "uv": [40, 18]} + ] + }, + { + "name": "tentacle_left_2", + "parent": "tentacle_left", + "pivot": [3.49, 20.01, 0.51], + "cubes": [ + {"origin": [3, 15, -0.5], "size": [1, 5, 1], "inflate": 0.01, "uv": [44, 18]} + ] + }, + { + "name": "tentacle_left_3", + "parent": "tentacle_left_2", + "pivot": [3.48, 15.02, 0.52], + "cubes": [ + {"origin": [3, 10, -0.5], "size": [1, 5, 1], "inflate": 0.02, "uv": [48, 18]} + ] + }, + { + "name": "tentacle_left_4", + "parent": "tentacle_left_3", + "pivot": [3.47, 10.03, 0.53], + "cubes": [ + {"origin": [3, 5, -0.5], "size": [1, 5, 1], "inflate": 0.03, "uv": [52, 18]} + ] + }, + { + "name": "tentacle_left_5", + "parent": "tentacle_left_4", + "pivot": [3.5, 5.5, 0], + "cubes": [ + {"origin": [2.5, 0, -1], "size": [2, 6, 2], "uv": [56, 17]} + ] + }, + { + "name": "tentacle_right", + "parent": "body", + "pivot": [-3.5, 24.5, 0], + "cubes": [ + {"origin": [-4, 20, -0.5], "size": [1, 5, 1], "uv": [40, 10], "mirror": true} + ] + }, + { + "name": "tentacle_right_2", + "parent": "tentacle_right", + "pivot": [-3.51, 20.01, 0.51], + "cubes": [ + {"origin": [-4, 15, -0.5], "size": [1, 5, 1], "inflate": 0.01, "uv": [44, 10], "mirror": true} + ] + }, + { + "name": "tentacle_right_3", + "parent": "tentacle_right_2", + "pivot": [-3.52, 15.02, 0.52], + "cubes": [ + {"origin": [-4, 10, -0.5], "size": [1, 5, 1], "inflate": 0.02, "uv": [48, 10], "mirror": true} + ] + }, + { + "name": "tentacle_right_4", + "parent": "tentacle_right_3", + "pivot": [-3.53, 10.03, 0.53], + "cubes": [ + {"origin": [-4, 5, -0.5], "size": [1, 5, 1], "inflate": 0.03, "uv": [52, 10], "mirror": true} + ] + }, + { + "name": "tentacle_right_5", + "parent": "tentacle_right_4", + "pivot": [-3.5, 5.5, 0], + "cubes": [ + {"origin": [-4.5, 0, -1], "size": [2, 6, 2], "uv": [56, 9], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/toedscruel.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/toedscruel.geo.json new file mode 100644 index 0000000..618edbe --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/toedscruel.geo.json @@ -0,0 +1,571 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.toedscruel", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 5.5, + "visible_bounds_offset": [0, 2.25, 0] + }, + "bones": [ + { + "name": "tentacruel", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "tentacruel", + "pivot": [0, 24, 2] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 29, 0], + "cubes": [ + {"origin": [2, 41, -8], "size": [-4, -4, -2], "uv": [19, 67]}, + {"origin": [-1.5, 37.5, -9.5], "size": [3, 3, 2], "uv": [58, 59], "mirror": true}, + {"origin": [10.45832, 44.95452, 5], "size": [-7, -8, -10], "pivot": [6.95832, 41.45452, 0], "rotation": [0, 0, -5], "uv": [20, 56]}, + {"origin": [-3.45832, 44.95452, 5], "size": [-7, -8, -10], "pivot": [-6.95832, 41.45452, 0], "rotation": [0, 0, 5], "uv": [20, 56], "mirror": true}, + {"origin": [3.9, 37.5, -4], "size": [6, 7, 8], "pivot": [6.95832, 41.45452, 0], "rotation": [0, 0, -5], "uv": [50, 57]}, + {"origin": [-9.9, 37.5, -4], "size": [6, 7, 8], "pivot": [-6.95832, 41.45452, 0], "rotation": [0, 0, 5], "uv": [50, 57], "mirror": true}, + {"origin": [-9, 34, -9], "size": [18, 10, 18], "uv": [56, 99]}, + {"origin": [-7.5, 28, -7.5], "size": [15, 7, 15], "uv": [68, 77]}, + {"origin": [-1.5, 33, -14.5], "size": [3, 3, 15], "pivot": [0, 31.5, 0], "rotation": [30, 0, 0], "uv": [0, 0]}, + {"origin": [-1, 33.5, -14.5], "size": [2, 2, 0], "inflate": 0.01, "pivot": [0, 31.5, 0], "rotation": [30, 0, 0], "uv": [16, 23]} + ] + }, + { + "name": "eyes", + "parent": "torso", + "pivot": [0, 33, -7.5] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [4.5, 32.91, -7.51], + "cubes": [ + {"origin": [2, 31.41, -7.51], "size": [5, 3, 0], "pivot": [4.5, 32.91, -7.51], "rotation": [0, 0, -7.5], "uv": [18, 122]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [4.5, 32.91, -7.51], + "cubes": [ + {"origin": [2, 31.41, -7.41], "size": [5, 3, 0], "inflate": 0.01, "pivot": [4.5, 32.91, -7.51], "rotation": [0, 0, -7.5], "uv": [18, 116]} + ] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-4.5, 32.91, -7.51], + "cubes": [ + {"origin": [-7, 31.41, -7.51], "size": [5, 3, 0], "pivot": [-4.5, 32.91, -7.51], "rotation": [0, 0, 7.5], "uv": [18, 125], "mirror": true} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-4.5, 32.91, -7.51], + "cubes": [ + {"origin": [-7, 31.41, -7.41], "size": [5, 3, 0], "inflate": 0.01, "pivot": [-4.5, 32.91, -7.51], "rotation": [0, 0, 7.5], "uv": [18, 119], "mirror": true} + ] + }, + { + "name": "brim_front", + "parent": "torso", + "pivot": [0, 36.75, -9], + "cubes": [ + {"origin": [-9, 36.75, -16], "size": [9, 0, 7], "inflate": 0.01, "pivot": [0, 36.75, -9], "rotation": [44.56145, 7.05302, -7.10708], "uv": [-7, 121]}, + {"origin": [0, 36.75, -16], "size": [9, 0, 7], "inflate": 0.01, "pivot": [0, 36.75, -9], "rotation": [44.56145, -7.05302, 7.10708], "uv": [-7, 114]} + ] + }, + { + "name": "brim_back", + "parent": "torso", + "pivot": [0, 36.75, 9], + "cubes": [ + {"origin": [0, 36.75, 9], "size": [9, 0, 7], "inflate": 0.01, "pivot": [0, 36.75, 9], "rotation": [-44.56145, 7.05302, 7.10708], "uv": [-7, 100], "mirror": true}, + {"origin": [-9, 36.75, 9], "size": [9, 0, 7], "inflate": 0.01, "pivot": [0, 36.75, 9], "rotation": [-44.56145, -7.05302, -7.10708], "uv": [-7, 107], "mirror": true} + ] + }, + { + "name": "brim_left", + "parent": "torso", + "pivot": [8, 37.75, 0], + "cubes": [ + {"origin": [8, 37.75, -10], "size": [11, 0, 10], "inflate": 0.01, "pivot": [8, 37.75, 0], "rotation": [15, 0, 30], "uv": [29, 82]}, + {"origin": [8, 37.75, 0], "size": [11, 0, 10], "inflate": 0.01, "pivot": [8, 37.75, 0], "rotation": [-15, 0, 30], "uv": [29, 72]} + ] + }, + { + "name": "brim_left2", + "parent": "torso", + "pivot": [5, 36.75, -5], + "rotation": [0, 45, 0], + "cubes": [ + {"origin": [5, 36.75, -15], "size": [11, 0, 10], "inflate": 0.01, "pivot": [5, 36.75, -5], "rotation": [15, 0, 30], "uv": [29, 82]}, + {"origin": [5, 36.75, -5], "size": [11, 0, 10], "inflate": 0.01, "pivot": [5, 36.75, -5], "rotation": [-15, 0, 30], "uv": [29, 72]} + ] + }, + { + "name": "brim_right2", + "parent": "torso", + "pivot": [-5, 36.75, -5], + "rotation": [0, -45, 0], + "cubes": [ + {"origin": [-16, 36.75, -15], "size": [11, 0, 10], "inflate": 0.01, "pivot": [-5, 36.75, -5], "rotation": [15, 0, -30], "uv": [29, 82], "mirror": true}, + {"origin": [-16, 36.75, -5], "size": [11, 0, 10], "inflate": 0.01, "pivot": [-5, 36.75, -5], "rotation": [-15, 0, -30], "uv": [29, 72], "mirror": true} + ] + }, + { + "name": "brim_right3", + "parent": "torso", + "pivot": [-5, 36.75, 5], + "rotation": [0, 45, 0], + "cubes": [ + {"origin": [-16, 36.75, -5], "size": [11, 0, 10], "inflate": 0.01, "pivot": [-5, 36.75, 5], "rotation": [15, 0, -30], "uv": [29, 82], "mirror": true}, + {"origin": [-16, 36.75, 5], "size": [11, 0, 10], "inflate": 0.01, "pivot": [-5, 36.75, 5], "rotation": [-15, 0, -30], "uv": [29, 72], "mirror": true} + ] + }, + { + "name": "brim_left3", + "parent": "torso", + "pivot": [5, 36.75, 5], + "rotation": [0, -45, 0], + "cubes": [ + {"origin": [5, 36.75, -5], "size": [11, 0, 10], "inflate": 0.01, "pivot": [5, 36.75, 5], "rotation": [15, 0, 30], "uv": [29, 82]}, + {"origin": [5, 36.75, 5], "size": [11, 0, 10], "inflate": 0.01, "pivot": [5, 36.75, 5], "rotation": [-15, 0, 30], "uv": [29, 72]} + ] + }, + { + "name": "brim_right", + "parent": "torso", + "pivot": [-8, 37.75, 0], + "cubes": [ + {"origin": [-19, 37.75, 0], "size": [11, 0, 10], "inflate": 0.01, "pivot": [-8, 37.75, 0], "rotation": [-15, 0, -30], "uv": [51, 72], "mirror": true}, + {"origin": [-19, 37.75, -10], "size": [11, 0, 10], "inflate": 0.01, "pivot": [-8, 37.75, 0], "rotation": [15, 0, -30], "uv": [51, 82], "mirror": true} + ] + }, + { + "name": "tentacles", + "parent": "body", + "pivot": [0, 29, 0] + }, + { + "name": "tentacle_left_front", + "parent": "tentacles", + "pivot": [2.5, 29, -5.5], + "rotation": [0, -15, 0], + "cubes": [ + {"origin": [1.5, 24, -6.5], "size": [2, 6, 2], "uv": [40, 1]} + ] + }, + { + "name": "tentacle_left_front_2", + "parent": "tentacle_left_front", + "pivot": [2.5, 24, -4.5], + "cubes": [ + {"origin": [1.5, 19, -6.5], "size": [2, 5, 2], "inflate": 0.01, "uv": [48, 1]} + ] + }, + { + "name": "tentacle_left_front_3", + "parent": "tentacle_left_front_2", + "pivot": [2.5, 19, -4.5], + "cubes": [ + {"origin": [1.5, 14, -6.5], "size": [2, 5, 2], "inflate": 0.02, "uv": [56, 1]} + ] + }, + { + "name": "tentacle_left_front_4", + "parent": "tentacle_left_front_3", + "pivot": [2.5, 14, -4.5], + "cubes": [ + {"origin": [1.5, 7, -6.5], "size": [2, 7, 2], "inflate": 0.03, "uv": [64, 1]} + ] + }, + { + "name": "tentacle_left_front_5", + "parent": "tentacle_left_front_4", + "pivot": [2.5, 8, -5.5], + "cubes": [ + {"origin": [1, 0, -7], "size": [3, 8, 3], "uv": [72, 0]} + ] + }, + { + "name": "tentacle_left_2", + "parent": "tentacles", + "pivot": [4.5, 29, -2.75], + "rotation": [0, -45, 0], + "cubes": [ + {"origin": [3.5, 24, -3.75], "size": [2, 6, 2], "uv": [40, 13]} + ] + }, + { + "name": "tentacle_left_2_2", + "parent": "tentacle_left_2", + "pivot": [4.5, 24, -1.75], + "cubes": [ + {"origin": [3.5, 19, -3.75], "size": [2, 5, 2], "inflate": 0.01, "uv": [48, 13]} + ] + }, + { + "name": "tentacle_left_2_3", + "parent": "tentacle_left_2_2", + "pivot": [4.5, 19, -1.75], + "cubes": [ + {"origin": [3.5, 14, -3.75], "size": [2, 5, 2], "inflate": 0.02, "uv": [56, 13]} + ] + }, + { + "name": "tentacle_left_2_4", + "parent": "tentacle_left_2_3", + "pivot": [4.5, 14, -1.75], + "cubes": [ + {"origin": [3.5, 8, -3.75], "size": [2, 6, 2], "inflate": 0.03, "uv": [64, 13]} + ] + }, + { + "name": "tentacle_left_2_5", + "parent": "tentacle_left_2_4", + "pivot": [4.5, 9, -2.75], + "cubes": [ + {"origin": [3, 2, -4.25], "size": [3, 7, 3], "uv": [72, 12]} + ] + }, + { + "name": "tentacle_left_3", + "parent": "tentacles", + "pivot": [6, 29, 0], + "rotation": [0, -90, 0], + "cubes": [ + {"origin": [5, 24, -1], "size": [2, 6, 2], "uv": [40, 24]} + ] + }, + { + "name": "tentacle_left_3_2", + "parent": "tentacle_left_3", + "pivot": [6, 24, 1], + "cubes": [ + {"origin": [5, 19, -1], "size": [2, 5, 2], "inflate": 0.01, "uv": [48, 24]} + ] + }, + { + "name": "tentacle_left_3_3", + "parent": "tentacle_left_3_2", + "pivot": [6, 19, 1], + "cubes": [ + {"origin": [5, 14, -1], "size": [2, 5, 2], "inflate": 0.02, "uv": [56, 24]} + ] + }, + { + "name": "tentacle_left_3_4", + "parent": "tentacle_left_3_3", + "pivot": [6, 14, 1], + "cubes": [ + {"origin": [5, 8, -1], "size": [2, 6, 2], "inflate": 0.03, "uv": [64, 24]} + ] + }, + { + "name": "tentacle_left_3_5", + "parent": "tentacle_left_3_4", + "pivot": [6, 9, 0], + "cubes": [ + {"origin": [4.5, 2, -1.5], "size": [3, 7, 3], "uv": [72, 23]} + ] + }, + { + "name": "tentacle_left_4", + "parent": "tentacles", + "pivot": [4.5, 29, 2.75], + "rotation": [0, -135, 0], + "cubes": [ + {"origin": [3.5, 24, 1.75], "size": [2, 6, 2], "uv": [40, 35]} + ] + }, + { + "name": "tentacle_left_4_2", + "parent": "tentacle_left_4", + "pivot": [4.5, 24, 3.75], + "cubes": [ + {"origin": [3.5, 19, 1.75], "size": [2, 5, 2], "inflate": 0.01, "uv": [48, 35]} + ] + }, + { + "name": "tentacle_left_4_3", + "parent": "tentacle_left_4_2", + "pivot": [4.5, 19, 3.75], + "cubes": [ + {"origin": [3.5, 14, 1.75], "size": [2, 5, 2], "inflate": 0.02, "uv": [56, 35]} + ] + }, + { + "name": "tentacle_left_4_4", + "parent": "tentacle_left_4_3", + "pivot": [4.5, 14, 3.75], + "cubes": [ + {"origin": [3.5, 8, 1.75], "size": [2, 6, 2], "inflate": 0.03, "uv": [64, 35]} + ] + }, + { + "name": "tentacle_left_4_5", + "parent": "tentacle_left_4_4", + "pivot": [4.5, 9, 2.75], + "cubes": [ + {"origin": [3, 2, 1.25], "size": [3, 7, 3], "uv": [72, 34]} + ] + }, + { + "name": "tentacle_left_5", + "parent": "tentacles", + "pivot": [2, 29, 5.5], + "rotation": [0, -165, 0], + "cubes": [ + {"origin": [1, 24, 4.5], "size": [2, 6, 2], "uv": [40, 46]} + ] + }, + { + "name": "tentacle_left_5_2", + "parent": "tentacle_left_5", + "pivot": [2, 24, 6.5], + "cubes": [ + {"origin": [1, 19, 4.5], "size": [2, 5, 2], "inflate": 0.01, "uv": [48, 46]} + ] + }, + { + "name": "tentacle_left_5_3", + "parent": "tentacle_left_5_2", + "pivot": [2, 19, 6.5], + "cubes": [ + {"origin": [1, 14, 4.5], "size": [2, 5, 2], "inflate": 0.02, "uv": [56, 46]} + ] + }, + { + "name": "tentacle_left_5_4", + "parent": "tentacle_left_5_3", + "pivot": [2, 14, 6.5], + "cubes": [ + {"origin": [1, 8, 4.5], "size": [2, 6, 2], "inflate": 0.03, "uv": [64, 46]} + ] + }, + { + "name": "tentacle_left_5_5", + "parent": "tentacle_left_5_4", + "pivot": [2, 9, 5.5], + "cubes": [ + {"origin": [0.5, 2, 4], "size": [3, 7, 3], "uv": [72, 45]} + ] + }, + { + "name": "tentacle_right_front", + "parent": "tentacles", + "pivot": [-2.5, 29, -5.5], + "rotation": [0, 15, 0], + "cubes": [ + {"origin": [-3.5, 24, -6.5], "size": [2, 6, 2], "uv": [84, 1], "mirror": true} + ] + }, + { + "name": "tentacle_right_front_2", + "parent": "tentacle_right_front", + "pivot": [-2.5, 24, -4.5], + "cubes": [ + {"origin": [-3.5, 19, -6.5], "size": [2, 5, 2], "inflate": 0.01, "uv": [92, 1], "mirror": true} + ] + }, + { + "name": "tentacle_right_front_3", + "parent": "tentacle_right_front_2", + "pivot": [-2.5, 19, -4.5], + "cubes": [ + {"origin": [-3.5, 14, -6.5], "size": [2, 5, 2], "inflate": 0.02, "uv": [100, 1], "mirror": true} + ] + }, + { + "name": "tentacle_right_front_4", + "parent": "tentacle_right_front_3", + "pivot": [-2.5, 14, -4.5], + "cubes": [ + {"origin": [-3.5, 7, -6.5], "size": [2, 7, 2], "inflate": 0.03, "uv": [108, 1], "mirror": true} + ] + }, + { + "name": "tentacle_right_front_5", + "parent": "tentacle_right_front_4", + "pivot": [-2.5, 8, -5.5], + "cubes": [ + {"origin": [-4, 0, -7], "size": [3, 8, 3], "uv": [116, 0], "mirror": true} + ] + }, + { + "name": "tentacle_right_2", + "parent": "tentacles", + "pivot": [-4.5, 29, -2.75], + "rotation": [0, 45, 0], + "cubes": [ + {"origin": [-5.5, 24, -3.75], "size": [2, 6, 2], "uv": [84, 13], "mirror": true} + ] + }, + { + "name": "tentacle_right_2_2", + "parent": "tentacle_right_2", + "pivot": [-4.5, 24, -1.75], + "cubes": [ + {"origin": [-5.5, 19, -3.75], "size": [2, 5, 2], "inflate": 0.01, "uv": [92, 13], "mirror": true} + ] + }, + { + "name": "tentacle_right_2_3", + "parent": "tentacle_right_2_2", + "pivot": [-4.5, 19, -1.75], + "cubes": [ + {"origin": [-5.5, 14, -3.75], "size": [2, 5, 2], "inflate": 0.02, "uv": [100, 13], "mirror": true} + ] + }, + { + "name": "tentacle_right_2_4", + "parent": "tentacle_right_2_3", + "pivot": [-4.5, 14, -1.75], + "cubes": [ + {"origin": [-5.5, 8, -3.75], "size": [2, 6, 2], "inflate": 0.03, "uv": [108, 13], "mirror": true} + ] + }, + { + "name": "tentacle_right_2_5", + "parent": "tentacle_right_2_4", + "pivot": [-4.5, 9, -2.75], + "cubes": [ + {"origin": [-6, 2, -4.25], "size": [3, 7, 3], "uv": [116, 12], "mirror": true} + ] + }, + { + "name": "tentacle_right_3", + "parent": "tentacles", + "pivot": [-6, 29, 0], + "rotation": [0, 90, 0], + "cubes": [ + {"origin": [-7, 24, -1], "size": [2, 6, 2], "uv": [84, 24], "mirror": true} + ] + }, + { + "name": "tentacle_right_3_2", + "parent": "tentacle_right_3", + "pivot": [-6, 24, 1], + "cubes": [ + {"origin": [-7, 19, -1], "size": [2, 5, 2], "inflate": 0.01, "uv": [92, 24], "mirror": true} + ] + }, + { + "name": "tentacle_right_3_3", + "parent": "tentacle_right_3_2", + "pivot": [-6, 19, 1], + "cubes": [ + {"origin": [-7, 14, -1], "size": [2, 5, 2], "inflate": 0.02, "uv": [100, 24], "mirror": true} + ] + }, + { + "name": "tentacle_right_3_4", + "parent": "tentacle_right_3_3", + "pivot": [-6, 14, 1], + "cubes": [ + {"origin": [-7, 8, -1], "size": [2, 6, 2], "inflate": 0.03, "uv": [108, 24], "mirror": true} + ] + }, + { + "name": "tentacle_right_3_5", + "parent": "tentacle_right_3_4", + "pivot": [-6, 9, 0], + "cubes": [ + {"origin": [-7.5, 2, -1.5], "size": [3, 7, 3], "uv": [116, 23], "mirror": true} + ] + }, + { + "name": "tentacle_right_4", + "parent": "tentacles", + "pivot": [-4.5, 29, 2.75], + "rotation": [0, 135, 0], + "cubes": [ + {"origin": [-5.5, 24, 1.75], "size": [2, 6, 2], "uv": [84, 35], "mirror": true} + ] + }, + { + "name": "tentacle_right_4_2", + "parent": "tentacle_right_4", + "pivot": [-4.5, 24, 3.75], + "cubes": [ + {"origin": [-5.5, 19, 1.75], "size": [2, 5, 2], "inflate": 0.01, "uv": [92, 35], "mirror": true} + ] + }, + { + "name": "tentacle_right_4_3", + "parent": "tentacle_right_4_2", + "pivot": [-4.5, 19, 3.75], + "cubes": [ + {"origin": [-5.5, 14, 1.75], "size": [2, 5, 2], "inflate": 0.02, "uv": [100, 35], "mirror": true} + ] + }, + { + "name": "tentacle_right_4_4", + "parent": "tentacle_right_4_3", + "pivot": [-4.5, 14, 3.75], + "cubes": [ + {"origin": [-5.5, 8, 1.75], "size": [2, 6, 2], "inflate": 0.03, "uv": [108, 35], "mirror": true} + ] + }, + { + "name": "tentacle_right_4_5", + "parent": "tentacle_right_4_4", + "pivot": [-4.5, 9, 2.75], + "cubes": [ + {"origin": [-6, 2, 1.25], "size": [3, 7, 3], "uv": [116, 34], "mirror": true} + ] + }, + { + "name": "tentacle_right_5", + "parent": "tentacles", + "pivot": [-2, 29, 5.5], + "rotation": [0, 165, 0], + "cubes": [ + {"origin": [-3, 24, 4.5], "size": [2, 6, 2], "uv": [84, 46], "mirror": true} + ] + }, + { + "name": "tentacle_right_5_2", + "parent": "tentacle_right_5", + "pivot": [-2, 24, 6.5], + "cubes": [ + {"origin": [-3, 19, 4.5], "size": [2, 5, 2], "inflate": 0.01, "uv": [92, 46], "mirror": true} + ] + }, + { + "name": "tentacle_right_5_3", + "parent": "tentacle_right_5_2", + "pivot": [-2, 19, 6.5], + "cubes": [ + {"origin": [-3, 14, 4.5], "size": [2, 5, 2], "inflate": 0.02, "uv": [100, 46], "mirror": true} + ] + }, + { + "name": "tentacle_right_5_4", + "parent": "tentacle_right_5_3", + "pivot": [-2, 14, 6.5], + "cubes": [ + {"origin": [-3, 8, 4.5], "size": [2, 6, 2], "inflate": 0.03, "uv": [108, 46], "mirror": true} + ] + }, + { + "name": "tentacle_right_5_5", + "parent": "tentacle_right_5_4", + "pivot": [-2, 9, 5.5], + "cubes": [ + {"origin": [-3.5, 2, 4], "size": [3, 7, 3], "uv": [116, 45], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/togedemaru/togedemaru.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/togedemaru/togedemaru.geo.json new file mode 100644 index 0000000..c22e7b3 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/togedemaru/togedemaru.geo.json @@ -0,0 +1,281 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 4, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "togedemaru_main", + "pivot": [0, 0, 0] + }, + { + "name": "togedemaru", + "parent": "togedemaru_main", + "pivot": [0.0089, 5.6945, 0.14516] + }, + { + "name": "body", + "parent": "togedemaru", + "pivot": [0.0089, 1.2695, 0.14516], + "cubes": [ + {"origin": [-4.4911, 1.36919, -4.53655], "size": [9, 9, 9], "uv": [0, 0]} + ] + }, + { + "name": "ear_left", + "parent": "body", + "pivot": [2.9339, 9.04419, -4.03655], + "rotation": [37.5, 0, 42.5], + "cubes": [ + {"origin": [2.1089, 8.71919, -4.63655], "size": [2, 2, 1], "uv": [32, 18]} + ] + }, + { + "name": "ear_right", + "parent": "body", + "pivot": [-2.9161, 9.04419, -4.03655], + "rotation": [37.5, 0, -42.5], + "cubes": [ + {"origin": [-4.0911, 8.71919, -4.63655], "size": [2, 2, 1], "uv": [32, 18], "mirror": true} + ] + }, + { + "name": "cheek", + "parent": "body", + "pivot": [-1.4911, 0.04419, -3.53655], + "cubes": [ + {"origin": [-3.5161, 4.34419, -4.94655], "size": [2, 2, 2], "inflate": -0.4, "uv": [0, 0]}, + {"origin": [1.5339, 4.34419, -4.94655], "size": [2, 2, 2], "inflate": -0.4, "uv": [0, 4]} + ] + }, + { + "name": "hand_left", + "parent": "body", + "pivot": [2.7089, 4.79419, -4.26155], + "cubes": [ + {"origin": [2.7589, 2.46919, -4.23655], "size": [1, 3, 1], "pivot": [2.7089, 4.79419, -4.26155], "rotation": [-35.74912, 16.7796, 28.24912], "uv": [35, 0]} + ] + }, + { + "name": "hand_right", + "parent": "body", + "pivot": [-2.6911, 4.79419, -4.26155], + "cubes": [ + {"origin": [-3.7411, 2.46919, -4.23655], "size": [1, 3, 1], "pivot": [-2.6911, 4.79419, -4.26155], "rotation": [-35.74912, -16.7796, -28.24912], "uv": [32, 35]} + ] + }, + { + "name": "nose", + "parent": "body", + "pivot": [0.0214, 6.70669, -4.48655], + "cubes": [ + {"origin": [-0.9661, 6.09419, -5.53655], "size": [2, 1, 1], "uv": [28, 1]}, + {"origin": [-0.4911, 6.31919, -5.83655], "size": [1, 1, 1], "uv": [35, 34]} + ] + }, + { + "name": "eye_left", + "parent": "body", + "pivot": [-1.4911, 0.04419, -3.53655], + "cubes": [ + {"origin": [1.6839, 7.14419, -4.82155], "size": [1, 1, 1], "inflate": -0.25, "uv": [36, 10], "mirror": true}, + {"origin": [1.7839, 6.06919, -4.54655], "size": [1, 2, 2], "uv": [26, 31]} + ] + }, + { + "name": "eyelid2", + "parent": "eye_left", + "pivot": [2.2839, 7.06919, -3.52155], + "cubes": [ + {"origin": [1.7839, 6.06919, -4.52155], "size": [1, 2, 2], "uv": [36, 12]} + ] + }, + { + "name": "eye_right", + "parent": "body", + "pivot": [1.5089, 0.04419, -3.53655], + "cubes": [ + {"origin": [-2.7661, 6.06919, -4.54655], "size": [1, 2, 2], "uv": [20, 31]}, + {"origin": [-2.6661, 7.14419, -4.82155], "size": [1, 1, 1], "inflate": -0.25, "uv": [36, 10]} + ] + }, + { + "name": "eyelid", + "parent": "eye_right", + "pivot": [-2.2661, 7.06919, -3.72155], + "cubes": [ + {"origin": [-2.7661, 6.06919, -4.5215], "size": [1, 2, 2], "uv": [36, 12]} + ] + }, + { + "name": "spike_right", + "parent": "body", + "pivot": [-4.5161, 8.36919, -3.53655] + }, + { + "name": "bone4", + "parent": "spike_right", + "pivot": [-4.5161, 6.69419, -0.68655], + "cubes": [ + {"origin": [-4.5161, 5.69419, -0.68655], "size": [0, 2, 2], "pivot": [-4.5161, 6.69419, -0.68655], "rotation": [0, -17.5, 0], "uv": [28, 33]}, + {"origin": [-4.5161, 2.96919, -0.68655], "size": [0, 2, 2], "pivot": [-4.5161, 6.69419, -0.68655], "rotation": [0, -17.5, 0], "uv": [28, 33]} + ] + }, + { + "name": "bone5", + "parent": "spike_right", + "pivot": [-4.5161, 8.36919, 2.01345], + "cubes": [ + {"origin": [-4.5161, 7.36919, 2.01345], "size": [0, 2, 2], "pivot": [-4.5161, 8.36919, 2.01345], "rotation": [0, -17.5, 0], "uv": [24, 33]}, + {"origin": [-4.5161, 4.64419, 2.01345], "size": [0, 2, 2], "pivot": [-4.5161, 8.36919, 2.01345], "rotation": [0, -17.5, 0], "uv": [28, 33]}, + {"origin": [-4.5161, 1.89419, 2.01345], "size": [0, 2, 2], "pivot": [-4.5161, 8.36919, 2.01345], "rotation": [0, -17.5, 0], "uv": [24, 33]} + ] + }, + { + "name": "bone6", + "parent": "spike_right", + "pivot": [-4.5161, 8.36919, -3.53655], + "cubes": [ + {"origin": [-4.5161, 7.36919, -3.53655], "size": [0, 2, 2], "pivot": [-4.5161, 8.36919, -3.53655], "rotation": [0, -17.5, 0], "uv": [28, 33]}, + {"origin": [-4.5161, 4.64419, -3.53655], "size": [0, 2, 2], "pivot": [-4.5161, 8.36919, -3.53655], "rotation": [0, -17.5, 0], "uv": [24, 33]}, + {"origin": [-4.5161, 1.89419, -3.53655], "size": [0, 2, 2], "pivot": [-4.5161, 8.36919, -3.53655], "rotation": [0, -17.5, 0], "uv": [28, 33]} + ] + }, + { + "name": "spike_back", + "parent": "body", + "pivot": [-1.5411, 8.36919, 4.53845] + }, + { + "name": "bone8", + "parent": "spike_back", + "pivot": [-1.5411, 8.36919, 4.53845], + "cubes": [ + {"origin": [-3.5161, 1.84419, 4.48845], "size": [2, 2, 0], "pivot": [-1.5411, 8.36919, 4.53845], "rotation": [0, 12.5, 0], "uv": [24, 35], "mirror": true}, + {"origin": [-3.5161, 7.36919, 4.48845], "size": [2, 2, 0], "pivot": [-1.5411, 8.36919, 4.53845], "rotation": [0, 12.5, 0], "uv": [24, 35], "mirror": true}, + {"origin": [-3.5161, 4.59419, 4.48845], "size": [2, 2, 0], "pivot": [-1.5411, 8.36919, 4.53845], "rotation": [0, 12.5, 0], "uv": [28, 35], "mirror": true} + ] + }, + { + "name": "bone7", + "parent": "spike_back", + "pivot": [1.5589, 8.36919, 4.53845], + "cubes": [ + {"origin": [1.5339, 1.84419, 4.48845], "size": [2, 2, 0], "pivot": [1.5589, 8.36919, 4.53845], "rotation": [0, -12.5, 0], "uv": [24, 35]}, + {"origin": [1.5339, 7.36919, 4.48845], "size": [2, 2, 0], "pivot": [1.5589, 8.36919, 4.53845], "rotation": [0, -12.5, 0], "uv": [24, 35]}, + {"origin": [1.5339, 4.59419, 4.48845], "size": [2, 2, 0], "pivot": [1.5589, 8.36919, 4.53845], "rotation": [0, -12.5, 0], "uv": [28, 35]} + ] + }, + { + "name": "spike_left", + "parent": "body", + "pivot": [4.5339, 8.36919, -3.53655] + }, + { + "name": "bone2", + "parent": "spike_left", + "pivot": [4.83461, 6.68169, -0.58283], + "cubes": [ + {"origin": [4.5339, 5.69419, -0.68655], "size": [0, 2, 2], "pivot": [4.5339, 6.69419, -0.68655], "rotation": [0, 17.5, 0], "uv": [28, 33]}, + {"origin": [4.5339, 2.96919, -0.68655], "size": [0, 2, 2], "pivot": [4.5339, 6.69419, -0.68655], "rotation": [0, 17.5, 0], "uv": [28, 33]} + ] + }, + { + "name": "bone3", + "parent": "spike_left", + "pivot": [4.5339, 8.36919, 2.01345], + "cubes": [ + {"origin": [4.5339, 7.36919, 2.01345], "size": [0, 2, 2], "pivot": [4.5339, 8.36919, 2.01345], "rotation": [0, 17.5, 0], "uv": [24, 33]}, + {"origin": [4.5339, 4.64419, 2.01345], "size": [0, 2, 2], "pivot": [4.5339, 8.36919, 2.01345], "rotation": [0, 17.5, 0], "uv": [28, 33]}, + {"origin": [4.5339, 1.89419, 2.01345], "size": [0, 2, 2], "pivot": [4.5339, 8.36919, 2.01345], "rotation": [0, 17.5, 0], "uv": [24, 33]} + ] + }, + { + "name": "bone", + "parent": "spike_left", + "pivot": [4.5339, 8.36919, -3.53655], + "cubes": [ + {"origin": [4.5339, 7.36919, -3.53655], "size": [0, 2, 2], "pivot": [4.5339, 8.36919, -3.53655], "rotation": [0, 17.5, 0], "uv": [28, 33]}, + {"origin": [4.5339, 4.64419, -3.53655], "size": [0, 2, 2], "pivot": [4.5339, 8.36919, -3.53655], "rotation": [0, 17.5, 0], "uv": [24, 33]}, + {"origin": [4.5339, 1.89419, -3.53655], "size": [0, 2, 2], "pivot": [4.5339, 8.36919, -3.53655], "rotation": [0, 17.5, 0], "uv": [28, 33]} + ] + }, + { + "name": "bone9", + "parent": "body", + "pivot": [-0.05653, 5.51919, -4.16155], + "cubes": [ + {"origin": [-0.45653, 4.89419, -4.88655], "size": [2, 1, 1], "inflate": -0.325, "pivot": [0.34347, 5.51919, -4.16155], "rotation": [0, 0, -20], "uv": [26, 37], "mirror": true}, + {"origin": [-1.50653, 4.79419, -4.88655], "size": [2, 1, 1], "inflate": -0.325, "pivot": [-0.05653, 5.51919, -4.16155], "rotation": [0, 0, 20], "uv": [26, 37]} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [0.0089, 8.02084, 4.56345], + "cubes": [ + {"origin": [0.0089, 4.59584, 4.46345], "size": [0, 9, 14], "uv": [0, 24]}, + {"origin": [0.0089, 13.58584, 7.46345], "size": [0, 7, 13], "uv": [0, 5]} + ] + }, + { + "name": "leg_left", + "parent": "togedemaru", + "pivot": [2.75, 2.5, 0], + "rotation": [0, -5, 0], + "cubes": [ + {"origin": [1.75, 0.5, -1], "size": [2, 2, 2], "uv": [27, 4], "mirror": true} + ] + }, + { + "name": "foot_left", + "parent": "leg_left", + "pivot": [2.75, 1, 0], + "cubes": [ + {"origin": [1.25, 0, -2.5], "size": [3, 1, 4], "uv": [22, 21], "mirror": true} + ] + }, + { + "name": "foot_left2", + "parent": "foot_left", + "pivot": [2.75, 0, -1.5], + "cubes": [ + {"origin": [1.25, 0, -3.5], "size": [3, 1, 2], "inflate": 0.01, "uv": [43, 6]} + ] + }, + { + "name": "leg_right", + "parent": "togedemaru", + "pivot": [-2.75, 2.5, 0], + "rotation": [0, 5, 0], + "cubes": [ + {"origin": [-3.75, 0.5, -1], "size": [2, 2, 2], "uv": [27, 4]} + ] + }, + { + "name": "foot_right", + "parent": "leg_right", + "pivot": [-2.75, 1, 0], + "cubes": [ + {"origin": [-4.25, 0, -2.5], "size": [3, 1, 4], "uv": [22, 21]} + ] + }, + { + "name": "foot_right2", + "parent": "foot_right", + "pivot": [-2.75, 0, -1.5], + "cubes": [ + {"origin": [-4.25, 0, -3.5], "size": [3, 1, 2], "inflate": 0.01, "uv": [43, 6], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/tornadus/tornadus.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/tornadus/tornadus.geo.json new file mode 100644 index 0000000..8fe1778 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/tornadus/tornadus.geo.json @@ -0,0 +1,575 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "tornadus", + "pivot": [0, 0, 0] + }, + { + "name": "mainthing", + "parent": "tornadus", + "pivot": [0, 23, 0.25] + }, + { + "name": "upperbody", + "parent": "mainthing", + "pivot": [0, 4, 0], + "cubes": [ + {"origin": [-4, 17, -2.85], "size": [8, 5, 6], "uv": [28, 55]} + ] + }, + { + "name": "torso", + "parent": "upperbody", + "pivot": [-0.25, 22, 0.25], + "cubes": [ + {"origin": [-6.25, 22, -3.25], "size": [12, 8, 7], "uv": [0, 24]} + ] + }, + { + "name": "arms", + "parent": "torso", + "pivot": [0, 29, 0] + }, + { + "name": "arm_right", + "parent": "arms", + "pivot": [6.5, 28, -1], + "rotation": [-12.5, 0, 0] + }, + { + "name": "shoulder_right", + "parent": "arm_right", + "pivot": [6, 28, 1.5], + "rotation": [59.99269, 64.43583, 59.78703], + "cubes": [ + {"origin": [5.29895, 25.35819, -1.62981], "size": [6, 6, 6], "uv": [60, 12]} + ] + }, + { + "name": "bicep_right", + "parent": "shoulder_right", + "pivot": [9.54895, 27.85819, 2.62019], + "rotation": [0.21773, 21.89709, 43.95811], + "cubes": [ + {"origin": [10.29895, 25.35819, -0.62981], "size": [6, 5, 5], "uv": [22, 66]} + ] + }, + { + "name": "forearm_right", + "parent": "bicep_right", + "pivot": [15.54895, 27.85819, 1.62019], + "rotation": [130.4663, 87.32461, 139.81941], + "cubes": [ + {"origin": [15.29895, 25.85819, -1.12981], "size": [6, 4, 4], "uv": [64, 67]} + ] + }, + { + "name": "wrist_right", + "parent": "forearm_right", + "pivot": [21.54895, 27.85819, 1.12019], + "rotation": [147.52455, -7.842, -6.86788], + "cubes": [ + {"origin": [20.29895, 26.35819, 0.37019], "size": [3, 3, 2], "uv": [52, 75]} + ] + }, + { + "name": "hand_right", + "parent": "wrist_right", + "pivot": [24.29895, 28.10819, 1.12019], + "rotation": [-9.9352, -3.76135, -6.95601], + "cubes": [ + {"origin": [23.29895, 25.85819, 0.37019], "size": [3, 4, 2], "uv": [74, 54]} + ] + }, + { + "name": "fingers_right", + "parent": "hand_right", + "pivot": [24.54895, 27.85819, 1.87019] + }, + { + "name": "thumb_right", + "parent": "fingers_right", + "pivot": [24.54895, 28.85819, 2.87019], + "rotation": [5.96275, -4.55749, 37.26251], + "cubes": [ + {"origin": [24.29895, 28.85819, 1.12019], "size": [1, 2, 1], "uv": [29, 50]} + ] + }, + { + "name": "rthumb_tip", + "parent": "thumb_right", + "pivot": [24.79895, 30.85819, 1.87019], + "rotation": [32.5, 0, 0], + "cubes": [ + {"origin": [24.29895, 30.85819, 1.12019], "size": [1, 2, 1], "uv": [19, 50]} + ] + }, + { + "name": "index_right", + "parent": "fingers_right", + "pivot": [26.29895, 29.35819, 1.87019], + "rotation": [0, 65, 0], + "cubes": [ + {"origin": [26.29895, 28.85819, 1.37019], "size": [2, 1, 1], "uv": [72, 75]} + ] + }, + { + "name": "Rindex_tip", + "parent": "index_right", + "pivot": [28.54895, 29.35819, 2.12019], + "rotation": [0, 25, 0], + "cubes": [ + {"origin": [28.29895, 28.85819, 1.37019], "size": [2, 1, 1], "uv": [66, 75]} + ] + }, + { + "name": "middle_right", + "parent": "fingers_right", + "pivot": [26.29895, 28.35819, 1.87019], + "rotation": [0, 57.5, 0], + "cubes": [ + {"origin": [26.29895, 27.85819, 1.37019], "size": [2, 1, 1], "uv": [60, 75]} + ] + }, + { + "name": "Rmiddle_tip", + "parent": "middle_right", + "pivot": [28.15314, 28.35819, 1.54325], + "cubes": [ + {"origin": [28.29895, 27.85819, 1.37019], "size": [2, 1, 1], "pivot": [28.29895, 28.35819, 2.12019], "rotation": [0, 20, 0], "uv": [74, 31]} + ] + }, + { + "name": "ring_right", + "parent": "fingers_right", + "pivot": [26.29895, 27.35819, 1.87019], + "rotation": [0, 62.5, 0], + "cubes": [ + {"origin": [26.29895, 26.85819, 1.37019], "size": [2, 1, 1], "uv": [71, 37]} + ] + }, + { + "name": "Rring_tip", + "parent": "ring_right", + "pivot": [28.25, 27.25, 2.25], + "rotation": [0, 15, 0], + "cubes": [ + {"origin": [28.29895, 26.85819, 1.37019], "size": [2, 1, 1], "uv": [60, 69]} + ] + }, + { + "name": "pinky_right", + "parent": "fingers_right", + "pivot": [26.29895, 26.35819, 1.87019], + "rotation": [0, 67.5, 0], + "cubes": [ + {"origin": [26.29895, 25.85819, 1.37019], "size": [2, 1, 1], "uv": [69, 30]} + ] + }, + { + "name": "Rpinky_right", + "parent": "pinky_right", + "pivot": [28.29895, 26.35819, 2.12019], + "rotation": [0, 20, 0], + "cubes": [ + {"origin": [28.29895, 25.85819, 1.37019], "size": [2, 1, 1], "uv": [60, 67]} + ] + }, + { + "name": "arm_left", + "parent": "arms", + "pivot": [-4, 28.25, -0.25] + }, + { + "name": "shoulder_left", + "parent": "arm_left", + "pivot": [-6, 27.75, 0.25], + "rotation": [59.99269, -64.43583, -59.78703], + "cubes": [ + {"origin": [-11.29895, 25.35819, -1.62981], "size": [6, 6, 6], "uv": [56, 55], "mirror": true} + ] + }, + { + "name": "bicep_left", + "parent": "shoulder_left", + "pivot": [-8.9901, 27.85819, 1.8029], + "rotation": [-5.64117, -18.68286, -28.10758], + "cubes": [ + {"origin": [-15.37744, 26.19134, -1.41317], "size": [6, 5, 5], "uv": [0, 63], "mirror": true} + ] + }, + { + "name": "forearm_left", + "parent": "bicep_left", + "pivot": [-14.62744, 28.69134, 1.40634], + "rotation": [-163.26515, -85.65569, 159.82773], + "cubes": [ + {"origin": [-21.33188, 26.85253, -0.85126], "size": [6, 4, 4], "uv": [44, 67], "mirror": true} + ] + }, + { + "name": "wrist_left", + "parent": "forearm_left", + "pivot": [-19.95813, 27.98554, 2.46825], + "rotation": [102.92684, -16.57187, -18.17577], + "cubes": [ + {"origin": [-23.52544, 27.39667, 2.14739], "size": [3, 3, 2], "uv": [52, 75], "mirror": true} + ] + }, + { + "name": "hand_left", + "parent": "wrist_left", + "pivot": [-24.02544, 29.06306, 3.03072], + "rotation": [22.5, 0, 0], + "cubes": [ + {"origin": [-26.52544, 27.06306, 2.03072], "size": [3, 4, 2], "uv": [74, 54], "mirror": true} + ] + }, + { + "name": "fingers_left", + "parent": "hand_left", + "pivot": [-24.62374, 28.52759, 2.23061] + }, + { + "name": "thumb_left", + "parent": "fingers_left", + "pivot": [-25.58254, 30.53558, 3.20772], + "rotation": [5.96275, 4.55749, -37.26251], + "cubes": [ + {"origin": [-26.08254, 29.53558, 2.70772], "size": [1, 2, 1], "uv": [29, 50], "mirror": true} + ] + }, + { + "name": "thumbleft2", + "parent": "thumb_left", + "pivot": [-25.68207, 31.15668, 3.09885], + "rotation": [32.5, 0, 0], + "cubes": [ + {"origin": [-26.08254, 31.28342, 2.8551], "size": [1, 2, 1], "uv": [19, 50], "mirror": true} + ] + }, + { + "name": "index_left", + "parent": "fingers_left", + "pivot": [-26.94806, 30.56306, 3.62441], + "rotation": [0, -65, 0], + "cubes": [ + {"origin": [-28.85437, 30.06306, 2.70179], "size": [2, 1, 1], "uv": [72, 75], "mirror": true} + ] + }, + { + "name": "indexleft2", + "parent": "index_left", + "pivot": [-28.67844, 30.56306, 2.90825], + "rotation": [0, -25, 0], + "cubes": [ + {"origin": [-30.58475, 30.06306, 2.83087], "size": [2, 1, 1], "uv": [66, 75], "mirror": true} + ] + }, + { + "name": "middle_left", + "parent": "fingers_left", + "pivot": [-27.06274, 29.56306, 3.68732], + "rotation": [0, -57.5, 0], + "cubes": [ + {"origin": [-28.90613, 29.06306, 2.65002], "size": [2, 1, 1], "uv": [60, 75], "mirror": true} + ] + }, + { + "name": "midleft2", + "parent": "middle_left", + "pivot": [-28.7753, 29.02759, 2.9966], + "cubes": [ + {"origin": [-30.68467, 29.06306, 2.25304], "size": [2, 1, 1], "pivot": [-29.92112, 29.02759, 2.57354], "rotation": [0, -20, 0], "uv": [74, 31], "mirror": true} + ] + }, + { + "name": "ring_left", + "parent": "fingers_left", + "pivot": [-26.98719, 28.56306, 3.6437], + "rotation": [0, -62.5, 0], + "cubes": [ + {"origin": [-28.8742, 28.06306, 2.68196], "size": [2, 1, 1], "uv": [71, 37], "mirror": true} + ] + }, + { + "name": "ringleft2", + "parent": "ring_left", + "pivot": [-28.74016, 28.56306, 2.92341], + "rotation": [0, -15, 0], + "cubes": [ + {"origin": [-30.70608, 28.06306, 2.68223], "size": [2, 1, 1], "uv": [60, 69], "mirror": true} + ] + }, + { + "name": "pinky_left", + "parent": "fingers_left", + "pivot": [-26.90812, 27.56306, 3.60684], + "rotation": [0, -67.5, 0], + "cubes": [ + {"origin": [-28.832, 27.06306, 2.72415], "size": [2, 1, 1], "uv": [69, 30], "mirror": true} + ] + }, + { + "name": "pinkleft2", + "parent": "pinky_left", + "pivot": [-28.97509, 28.02759, 2.83647], + "rotation": [0, -20, 0], + "cubes": [ + {"origin": [-30.62253, 27.06306, 2.63676], "size": [2, 1, 1], "uv": [60, 67], "mirror": true} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 29.5, 0.5], + "cubes": [ + {"origin": [-4.75, 30, -3.75], "size": [9, 3, 8], "uv": [0, 39]}, + {"origin": [-4.25, 32.5, -3.25], "size": [8, 5, 7], "uv": [45, 0]} + ] + }, + { + "name": "hair", + "parent": "head", + "pivot": [-0.25, 33.5, 2.75], + "cubes": [ + {"origin": [-4.25, 31.5, 1.25], "size": [8, 4, 4], "inflate": 0.005, "uv": [59, 39]}, + {"origin": [-4.5, 34.5, 3.5], "size": [9, 2, 3], "inflate": 0.01, "uv": [31, 24]}, + {"origin": [-4.25, 36.25, 7.25], "size": [8, 3, 4], "inflate": 0.01, "pivot": [0.5, 9.25, 12], "rotation": [12.5, 0, 0], "uv": [64, 47]}, + {"origin": [-1.75, 38, 2.25], "size": [3, 3, 4], "inflate": 0.01, "pivot": [0, 11, 7], "rotation": [7.5, 0, 0], "uv": [19, 50]}, + {"origin": [-0.75, 39.25, 7.25], "size": [1, 2, 3], "inflate": 0.01, "pivot": [1, 12.25, 12], "rotation": [12.5, 0, 0], "uv": [39, 66]} + ] + }, + { + "name": "horn", + "parent": "head", + "pivot": [-0.25, 33.75, -2.75] + }, + { + "name": "right", + "parent": "horn", + "pivot": [-2.75, 33.75, -2.75], + "cubes": [ + {"origin": [0.75, 37.5, -2.76], "size": [2, 4, 0], "uv": [34, 43]} + ] + }, + { + "name": "left", + "parent": "horn", + "pivot": [0, 33.5, -2.75], + "cubes": [ + {"origin": [-3.25, 37.5, -2.76], "size": [2, 4, 0], "uv": [10, 11]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [0, 30.25, -3.25] + }, + { + "name": "brows", + "parent": "eyes", + "pivot": [0, 31.5, -2], + "cubes": [ + {"origin": [-0.50672, 34.94696, -3.27], "size": [3, 1, 1], "pivot": [0.99328, 35.44696, -2.77], "rotation": [0, 0, -47.5], "uv": [50, 29]}, + {"origin": [-2.99328, 34.94696, -3.27], "size": [3, 1, 1], "pivot": [-1.49328, 35.44696, -2.77], "rotation": [0, 0, 47.5], "uv": [26, 45]} + ] + }, + { + "name": "pupils", + "parent": "eyes", + "pivot": [0, 31.5, -2] + }, + { + "name": "pupil_right", + "parent": "pupils", + "pivot": [0, 30.75, -3.25], + "cubes": [ + {"origin": [1.25, 34.25, -3.267], "size": [1, 1, 0], "uv": [0, 39]} + ] + }, + { + "name": "pupil_left", + "parent": "pupils", + "pivot": [-2, 30.5, -3.25], + "cubes": [ + {"origin": [-2.75, 34.25, -3.267], "size": [1, 1, 0], "uv": [31, 26]} + ] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [2, 30.5, -2], + "cubes": [ + {"origin": [0.25, 33.25, -3.26], "size": [3, 2, 0], "uv": [50, 31]}, + {"origin": [1.25, 35.25, -3.26], "size": [2, 1, 0], "uv": [4, 14]} + ] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [-2, 30.5, -2], + "cubes": [ + {"origin": [-3.75, 33.25, -3.26], "size": [3, 2, 0], "uv": [31, 29]}, + {"origin": [-3.75, 35.25, -3.26], "size": [2, 1, 0], "uv": [0, 14]} + ] + }, + { + "name": "ears", + "parent": "head", + "pivot": [-0.25, 33.5, -2.5], + "cubes": [ + {"origin": [-3.25, 37.5, -1.25], "size": [3, 3, 2], "pivot": [-1.25, 30.5, -3.25], "rotation": [0, 0, 37.5], "uv": [75, 6]}, + {"origin": [0.25, 37.5, -1.25], "size": [3, 3, 2], "pivot": [1.25, 30.5, -3.25], "rotation": [0, 0, -37.5], "uv": [75, 6], "mirror": true} + ] + }, + { + "name": "mustache", + "parent": "head", + "pivot": [0, 29.25, -2.25], + "cubes": [ + {"origin": [-5.25, 33, -3.79], "size": [10, 1, 1], "uv": [50, 36]}, + {"origin": [-3.75, 34, -3.79], "size": [1, 1, 0], "uv": [4, 30]}, + {"origin": [2.25, 34, -3.79], "size": [1, 1, 0], "uv": [2, 30]}, + {"origin": [4.15, 35.5, -3.78], "size": [2, 2, 1], "pivot": [6, 28.5, -2.25], "rotation": [0, 0, -45], "uv": [52, 24]}, + {"origin": [1.5, 31, -3.78], "size": [1, 2, 0], "uv": [31, 24]}, + {"origin": [-5, 32, -3.79], "size": [1, 1, 0], "uv": [0, 30]}, + {"origin": [3.5, 32, -3.79], "size": [1, 1, 0], "uv": [5, 27]}, + {"origin": [-3, 31, -3.78], "size": [1, 2, 0], "uv": [0, 0]} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [0, 27.5, -2], + "cubes": [ + {"origin": [-2, 31.25, -3.77], "size": [4, 2, 0], "uv": [45, 12]}, + {"origin": [0.5, 30.75, -3.76], "size": [1, 1, 0], "uv": [8, 14]}, + {"origin": [-2, 30.75, -3.76], "size": [1, 1, 0], "uv": [0, 2]} + ] + }, + { + "name": "cloud", + "parent": "mainthing", + "pivot": [-2.5, 9, 0], + "cubes": [ + {"origin": [-7.5, 8.75, -7.35], "size": [15, 9, 15], "uv": [0, 0]} + ] + }, + { + "name": "cloud_end", + "parent": "cloud", + "pivot": [-3.5, 3.25, 8.9], + "rotation": [27.5, 0, 0] + }, + { + "name": "cloud_tail1", + "parent": "cloud_end", + "pivot": [-3.5, 3.25, 8.9], + "cubes": [ + {"origin": [0, 8.41393, 5.30675], "size": [0, 3, 5], "uv": [0, 6]} + ] + }, + { + "name": "cloud_tail", + "parent": "cloud_end", + "pivot": [-3.5, 3.25, 8.9], + "cubes": [ + {"origin": [0, 6.41393, 5.80675], "size": [0, 2, 4], "uv": [26, 39]} + ] + }, + { + "name": "cloud_tail3", + "parent": "cloud_end", + "pivot": [-3.5, 3.25, 8.9], + "cubes": [ + {"origin": [0, 3.41393, 6.30675], "size": [0, 3, 3], "uv": [0, 21]} + ] + }, + { + "name": "tail_1", + "parent": "cloud", + "pivot": [-2.5, 15.75, 6.4], + "cubes": [ + {"origin": [-2, 16.25, 5.9], "size": [2, 6, 2], "pivot": [-1, 16.25, 6.9], "rotation": [-27.39012, -0.28246, -40.49013], "uv": [0, 39]}, + {"origin": [-1.5, 20, 6.65], "size": [2, 2, 1], "pivot": [-0.5, 18, 6.65], "rotation": [-27.39012, -0.28246, -40.49013], "uv": [45, 0]} + ] + }, + { + "name": "tail_2", + "parent": "tail_1", + "pivot": [-3.50578, 19.39535, 9.30758], + "cubes": [ + {"origin": [-6, 21.75, 8.4], "size": [3, 7, 2], "pivot": [-1, 21.75, 9.4], "rotation": [-12.5, 0, -40], "uv": [0, 73]}, + {"origin": [-2.25, 28.32, 8.28], "size": [2, 2, 1], "pivot": [2.75, 21.5, 8.15], "rotation": [-12.5, 0, -40], "uv": [45, 3]} + ] + }, + { + "name": "tail_3", + "parent": "tail_2", + "pivot": [-8.04522, 23.95294, 10.21789], + "cubes": [ + {"origin": [-8.38557, 24.1331, 9.67631], "size": [3, 9, 3], "pivot": [-5.37423, 23.6647, 8.60508], "rotation": [10, 0, -37.5], "uv": [0, 83]}, + {"origin": [-6.05, 29.75, 10.65], "size": [2, 2, 1], "inflate": 0.01, "pivot": [-5, 24.75, 14.65], "rotation": [10, 0, -37.5], "uv": [0, 27]} + ] + }, + { + "name": "tail_4", + "parent": "tail_3", + "pivot": [-13.00476, 29.85635, 8.66425], + "cubes": [ + {"origin": [-14.25, 29.75, 8.4], "size": [4, 8, 3], "pivot": [-13.25, 29.75, 9.4], "rotation": [52.73749, -4.55749, -43.46275], "uv": [0, 0]}, + {"origin": [-13.25, 32.5, 7.5], "size": [1, 3, 3], "pivot": [-13.25, 32.5, 8.5], "rotation": [-4.38624, 34.61507, 42.06461], "uv": [0, 50]} + ] + }, + { + "name": "tail_5", + "parent": "tail_4", + "pivot": [-14.90776, 33.3186, 4.61625], + "cubes": [ + {"origin": [-18.5, 34, -4.35], "size": [5, 3, 9], "pivot": [-14.5, 35, 3.65], "rotation": [-0.64222, 3.65963, -49.31878], "uv": [50, 24]}, + {"origin": [-15.25, 37.91, 1.3], "size": [3, 2, 3], "pivot": [-11.25, 37.75, 3.4], "rotation": [-0.64222, 3.65963, -49.31878], "uv": [50, 55]} + ] + }, + { + "name": "tail_6", + "parent": "tail_5", + "pivot": [-15.65889, 32.74639, -3.02742], + "cubes": [ + {"origin": [-18.75, 32.5, -12.1], "size": [5, 4, 9], "inflate": 0.01, "pivot": [-14.75, 34.5, -4.1], "rotation": [35.48812, 11.47329, -45.13428], "uv": [0, 50]}, + {"origin": [-15.75, 37.25, -8.24], "size": [4, 2, 4], "inflate": 0.01, "pivot": [-11.75, 38.25, -4.35], "rotation": [35.48812, 11.47329, -45.13428], "uv": [69, 24]} + ] + }, + { + "name": "tail_7", + "parent": "tail_6", + "pivot": [-10.87738, 30.18846, -10.68544], + "cubes": [ + {"origin": [-16.25, 30.25, -17.6], "size": [6, 4, 10], "inflate": 0.01, "pivot": [-11.25, 30.25, -8.6], "rotation": [58.99014, 6.6058, -37.34578], "uv": [28, 29]}, + {"origin": [-13.25, 36.25, -13.1], "size": [4, 2, 4], "pivot": [-6.25, 35.25, -9.1], "rotation": [58.99014, 6.6058, -37.34578], "uv": [68, 0]} + ] + }, + { + "name": "tip_8", + "parent": "tail_7", + "pivot": [-9.04296, 24.06924, -14.32237], + "rotation": [0, 2.5, -37.5], + "cubes": [ + {"origin": [-13.00755, 17.15625, -16.68568], "size": [10, 7, 5], "inflate": 0.01, "pivot": [-8.92919, 21.49329, -15.67184], "rotation": [0, 5, 0], "uv": [34, 43]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/toxapex/toxapex.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/toxapex/toxapex.geo.json new file mode 100644 index 0000000..e95aeae --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/toxapex/toxapex.geo.json @@ -0,0 +1,493 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.toxapex", + "texture_width": 256, + "texture_height": 256, + "visible_bounds_width": 5, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "toxapex", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-8, 25.5, -5], "size": [16, 2, 15], "uv": [0, 20]}, + {"origin": [-7.5, 27.5, -5], "size": [15, 4, 16], "uv": [0, 0]}, + {"origin": [-2, 27.5, 2], "size": [4, 12, 3], "uv": [0, 0]}, + {"origin": [0, 39.5, 2.5], "size": [0, 2, 2], "uv": [0, 26]}, + {"origin": [5, 27.5, 2], "size": [0, 8, 3], "pivot": [0, 3, 2], "rotation": [0, 0, -15], "uv": [0, 94]}, + {"origin": [-0.9, 27.5, 7.6], "size": [0, 8, 2], "pivot": [0, 3, 2], "rotation": [180, 80, 165], "uv": [10, 38]}, + {"origin": [-4.6, 26.5, 6.6], "size": [0, 8, 2], "pivot": [0, 3, 2], "rotation": [180, 80, 165], "uv": [11, 18]}, + {"origin": [4.6, 26.5, 6.6], "size": [0, 8, 2], "pivot": [0, 3, 2], "rotation": [180, -80, -165], "uv": [38, 51]}, + {"origin": [-5, 27.5, 2], "size": [0, 8, 3], "pivot": [0, 3, 2], "rotation": [0, 0, 15], "uv": [52, 81]}, + {"origin": [0.9, 27.5, 7.6], "size": [0, 8, 2], "pivot": [0, 3, 2], "rotation": [180, -80, -165], "uv": [0, 18]} + ] + }, + { + "name": "neck", + "parent": "toxapex", + "pivot": [0, 25.5, -0.5], + "cubes": [ + {"origin": [-1, 25, -2], "size": [2, 1, 3], "uv": [74, 9]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 24.74394, -0.32499], + "cubes": [ + {"origin": [-4, 19, -4], "size": [8, 6, 7], "uv": [0, 123]}, + {"origin": [-5.2, 20, -4.1], "size": [3, 2, 1], "pivot": [0, 3, 0], "rotation": [0, 0, 5], "uv": [76, 26]}, + {"origin": [-4.2, 20, -4.2], "size": [2, 2, 1], "pivot": [0, 3, 0], "rotation": [0, 0, 5], "uv": [103, 8]}, + {"origin": [2.2, 20, -4.2], "size": [2, 2, 1], "pivot": [0, 3, 0], "rotation": [0, 0, -5], "uv": [103, 5]}, + {"origin": [2.7, 20.5, -4.3], "size": [1, 1, 1], "pivot": [0, 3, 0], "rotation": [0, 0, -5], "uv": [64, 47]}, + {"origin": [2.2, 20, -4.1], "size": [3, 2, 1], "pivot": [0, 3, 0], "rotation": [0, 0, -5], "uv": [28, 62]}, + {"origin": [-3.7, 20.5, -4.3], "size": [1, 1, 1], "pivot": [0, 3, 0], "rotation": [0, 0, 5], "uv": [10, 62]}, + {"origin": [8.6, 15.9, -5.3], "size": [1, 1, 0], "pivot": [0, 3, 0], "rotation": [-3.23626, -3.22833, -44.7997], "uv": [13, 2]}, + {"origin": [-9.6, 15.9, -5.3], "size": [1, 1, 0], "pivot": [0, 3, 0], "rotation": [-3.23626, 3.22833, 44.7997], "uv": [11, 2]} + ] + }, + { + "name": "eyelid", + "parent": "head", + "pivot": [0, 22.65018, -3.8], + "cubes": [ + {"origin": [2.2, 21.5, -4.3], "size": [3, 1, 1], "pivot": [0, 3, 0], "rotation": [0, 0, -5], "uv": [60, 43]}, + {"origin": [-5.2, 21.5, -4.3], "size": [3, 1, 1], "pivot": [0, 3, 0], "rotation": [0, 0, 5], "uv": [59, 32]} + ] + }, + { + "name": "body", + "parent": "head", + "pivot": [-0.2, 3, 1] + }, + { + "name": "jaw", + "parent": "body", + "pivot": [0, 19.0492, 2.79964], + "cubes": [ + {"origin": [-4, 18, -4], "size": [8, 1, 7], "uv": [90, 66]}, + {"origin": [9.9, 14.9, -3.3], "size": [1, 1, 0], "pivot": [0, 3, 0], "rotation": [1.76833, 1.76749, -44.97272], "uv": [0, 0]}, + {"origin": [-11.8, 13.8, -3.3], "size": [1, 1, 0], "pivot": [0, 3, 0], "rotation": [1.76833, -1.76749, 44.97272], "uv": [0, 1]}, + {"origin": [-10.9, 14.9, -3.3], "size": [1, 1, 0], "pivot": [0, 3, 0], "rotation": [1.76833, -1.76749, 44.97272], "uv": [0, 2]} + ] + }, + { + "name": "body2", + "parent": "jaw", + "pivot": [0, 17.85304, -0.60862], + "cubes": [ + {"origin": [-2, 16, -2], "size": [4, 2, 3], "uv": [0, 30]}, + {"origin": [-1.8, 16.9, -1.7], "size": [3, 0, 3], "pivot": [0.2, 3, 1], "rotation": [23.18256, -25.0909, -0.89677], "uv": [4, 37]}, + {"origin": [-1.8, 16.2, -3.5], "size": [3, 0, 3], "pivot": [0.2, 3, 1], "rotation": [3.18256, -25.0909, -0.89677], "uv": [44, 32]}, + {"origin": [-1.2, 16.2, -3.5], "size": [3, 0, 3], "pivot": [-0.2, 3, 1], "rotation": [3.18256, 25.0909, 0.89677], "uv": [4, 53]}, + {"origin": [-1.2, 16.9, -1.7], "size": [3, 0, 3], "pivot": [-0.2, 3, 1], "rotation": [23.18256, 25.0909, 0.89677], "uv": [51, 20]}, + {"origin": [-1, 16.2, -4.3], "size": [3, 0, 5], "pivot": [0, 3, 0.2], "rotation": [99.37678, 89.18248, 96.57386], "uv": [0, 20]}, + {"origin": [-0.5, 16.9, -1.5], "size": [2, 0, 2], "pivot": [0, 3, 0.2], "rotation": [119.37678, 89.18248, 96.57386], "uv": [9, 0]}, + {"origin": [-0.5, 16.2, -6.5], "size": [3, 0, 3], "pivot": [0.5, 3, -2], "rotation": [-177.41393, 14.90487, 179.15958], "uv": [50, 0]}, + {"origin": [-0.5, 16.9, -3.7], "size": [3, 0, 2], "pivot": [0.5, 3, -2], "rotation": [-157.41393, 14.90487, 179.15958], "uv": [26, 47]}, + {"origin": [-2.5, 16.2, -6.5], "size": [3, 0, 3], "pivot": [-0.5, 3, -2], "rotation": [-177.41393, -14.90487, -179.15958], "uv": [50, 32]}, + {"origin": [-2.5, 16.9, -3.7], "size": [3, 0, 2], "pivot": [-0.5, 3, -2], "rotation": [-157.41393, -14.90487, -179.15958], "uv": [32, 47]}, + {"origin": [-2, 16.2, -4.3], "size": [3, 0, 5], "pivot": [0, 3, 0.2], "rotation": [99.37678, -89.18248, -96.57386], "uv": [0, 25]}, + {"origin": [-1.5, 16.9, -1.5], "size": [2, 0, 2], "pivot": [0, 3, 0.2], "rotation": [119.37678, -89.18248, -96.57386], "uv": [9, 28]} + ] + }, + { + "name": "leg28", + "parent": "toxapex", + "pivot": [-3.74474, 25.85327, -5.14606], + "cubes": [ + {"origin": [-32, 12.5, -8], "size": [5, 2, 6], "pivot": [-4.1, -3, 0], "rotation": [-83.44227, -45.73373, 77.41447], "uv": [136, 36]} + ] + }, + { + "name": "leg32", + "parent": "leg28", + "pivot": [-3.74474, 25.85327, -5.14606], + "cubes": [ + {"origin": [-32, 12.5, -8], "size": [5, 2, 6], "pivot": [-4.1, -3, 0], "rotation": [-83.44227, -45.73373, 77.41447], "uv": [136, 36]} + ] + }, + { + "name": "leg33", + "parent": "leg32", + "pivot": [-4.69985, 27.94409, -8.964], + "cubes": [ + {"origin": [-42, 4.5, -8.5], "size": [7, 2, 7], "pivot": [-4.1, -3, 0], "rotation": [-84.67444, -30.81255, 79.38676], "uv": [51, 130]}, + {"origin": [-41, -4.5, -6], "size": [2, 3, 2], "pivot": [-4.1, -3, 0], "rotation": [-85.10668, -20.85202, 80.37498], "uv": [87, 57]} + ] + }, + { + "name": "leg34", + "parent": "leg33", + "pivot": [-5.06075, 33.69146, -12.82565], + "cubes": [ + {"origin": [-50, -17.5, -9], "size": [10, 2, 8], "pivot": [-4.1, -3, 0], "rotation": [-85.42616, 1.57327, 82.24633], "uv": [74, 120]}, + {"origin": [-47, -24, -6], "size": [2, 3, 2], "pivot": [-4.1, -3, 0], "rotation": [-85.39771, 6.55727, 82.64717], "uv": [56, 77]} + ] + }, + { + "name": "leg35", + "parent": "leg34", + "pivot": [-6.1538, 42.18999, -12.53622], + "cubes": [ + {"origin": [-47, -35.5, -9], "size": [8, 2, 8], "pivot": [-4.1, -3, 0], "rotation": [-84.89034, 26.48712, 84.40423], "uv": [127, 0]}, + {"origin": [-50, -35.5, -10], "size": [4, 2, 2], "pivot": [-4.1, -3, 0], "rotation": [-89.93211, 26.94038, 73.21718], "uv": [0, 62]}, + {"origin": [-52, -35.5, -9], "size": [2, 2, 0], "pivot": [-4.1, -3, 0], "rotation": [-89.93211, 26.94038, 73.21718], "uv": [56, 60]}, + {"origin": [-51.6, -35.5, 0], "size": [4, 2, 2], "pivot": [-4.1, -3, 0], "rotation": [-78.93376, 24.7192, 98.13301], "uv": [72, 47], "mirror": true}, + {"origin": [-53.6, -35.5, 1], "size": [2, 2, 0], "pivot": [-4.1, -3, 0], "rotation": [-78.93376, 24.7192, 98.13301], "uv": [60, 60], "mirror": true} + ] + }, + { + "name": "leg16", + "parent": "toxapex", + "pivot": [4.20448, 27.96623, 10.69804], + "cubes": [ + {"origin": [-11, 22.5, 11], "size": [5, 2, 8], "pivot": [6.1, 1, 17], "rotation": [-27.3607, -52.81537, 35.0555], "uv": [136, 26]}, + {"origin": [-10, 24.5, 14.5], "size": [2, 4, 1], "pivot": [6.1, 1, 17], "rotation": [-27.3607, -52.81537, 35.0555], "uv": [30, 99]}, + {"origin": [-17.4, 11.5, 10], "size": [7, 2, 10], "pivot": [6.1, 1, 17], "rotation": [-51.89704, -29.55704, 70.90235], "uv": [115, 46]}, + {"origin": [-9, 9.2, 14.6], "size": [2, 3, 0], "pivot": [7.1, 1, 17.5], "rotation": [-57.50885, -17.29381, 75.79397], "uv": [95, 85]} + ] + }, + { + "name": "leg17", + "parent": "leg16", + "pivot": [8.09, 22.28187, 16.9894], + "cubes": [ + {"origin": [-12, 7.2, 9.7], "size": [10, 2, 10], "pivot": [7.1, 1, 17.5], "rotation": [-57.50885, -17.29381, 75.79397], "uv": [0, 99]}, + {"origin": [-0.2, 14.5, 5.5], "size": [6, 2, 12], "pivot": [4.9, 7, 13.9], "rotation": [-60.22412, -5.57076, 88.71252], "uv": [82, 104]}, + {"origin": [1.8, 16.5, 11.5], "size": [2, 4, 0], "pivot": [4.9, 7, 13.9], "rotation": [-60.22412, -5.57076, 88.71252], "uv": [64, 77]} + ] + }, + { + "name": "leg18", + "parent": "leg17", + "pivot": [10.61384, 7.06706, 21.0824], + "cubes": [ + {"origin": [4.8, 14.5, 5], "size": [7, 2, 13], "pivot": [4.9, 7, 13.9], "rotation": [-60.32138, -3.39969, 89.95593], "uv": [76, 3]}, + {"origin": [8.8, 17.1, 9], "size": [2, 5, 3], "pivot": [4.9, 7, 13.9], "rotation": [-40.37438, 0.94622, 92.42957], "uv": [85, 92]}, + {"origin": [8.8, 22.1, 10], "size": [2, 2, 1], "pivot": [4.9, 7, 13.9], "rotation": [-40.37438, 0.94622, 92.42957], "uv": [34, 84]}, + {"origin": [8.8, 16.4, 13], "size": [2, 5, 3], "pivot": [4.9, 7, 13.9], "rotation": [-72.87438, 0.94622, 92.42957], "uv": [74, 0]}, + {"origin": [8.8, 21.4, 14], "size": [2, 2, 1], "pivot": [4.9, 7, 13.9], "rotation": [-72.87438, 0.94622, 92.42957], "uv": [84, 26]} + ] + }, + { + "name": "leg13", + "parent": "toxapex", + "pivot": [-0.88857, 28.03351, 11.63327], + "cubes": [ + {"origin": [18.4, 11.5, 12], "size": [7, 2, 10], "pivot": [1.9, 1, 19], "rotation": [-90.02325, 34.67723, -91.74301], "uv": [0, 111]}, + {"origin": [14, 22.5, 13], "size": [5, 2, 8], "pivot": [1.9, 1, 19], "rotation": [-90.05505, 69.67722, -91.78141], "uv": [79, 130]}, + {"origin": [16, 24.5, 16.5], "size": [2, 4, 1], "pivot": [1.9, 1, 19], "rotation": [-90.05505, 69.67722, -91.78141], "uv": [67, 32]} + ] + }, + { + "name": "leg14", + "parent": "leg13", + "pivot": [0.11039, 20.85744, 19.3675], + "cubes": [ + {"origin": [10, 7.2, 11.6], "size": [10, 2, 12], "pivot": [0.9, 1, 19.5], "rotation": [-91.72166, 22.1241, -87.65552], "uv": [28, 37]}, + {"origin": [15, 9.2, 17.6], "size": [2, 3, 0], "pivot": [0.9, 1, 19.5], "rotation": [-91.72166, 22.1241, -87.65552], "uv": [11, 30]}, + {"origin": [3.4, 14.5, 13.1], "size": [2, 6, 0], "pivot": [2.3, 7, 15.5], "rotation": [-92.87694, 5.38731, -91.91664], "uv": [57, 23]}, + {"origin": [0.9, 14.5, 7.1], "size": [6, 2, 13], "pivot": [1.8, 7, 15.5], "rotation": [-92.87694, 5.38731, -91.91664], "uv": [27, 84]} + ] + }, + { + "name": "leg15", + "parent": "leg14", + "pivot": [0.69793, 7.06444, 24.51133], + "cubes": [ + {"origin": [-5.1, 14.5, 6.6], "size": [7, 2, 14], "pivot": [1.8, 7, 15.5], "rotation": [-92.86788, 2.89045, -91.79104], "uv": [0, 37]}, + {"origin": [-3.6, 15.4, 13.6], "size": [2, 6, 3], "pivot": [2.3, 7, 15.5], "rotation": [-105.36616, -2.1033, -91.54103], "uv": [56, 51]}, + {"origin": [-3.6, 21.4, 14.6], "size": [2, 2, 1], "pivot": [2.3, 7, 15.5], "rotation": [-105.36616, -2.1033, -91.54103], "uv": [36, 62]}, + {"origin": [-3.6, 17.1, 11.6], "size": [2, 5, 3], "pivot": [2.3, 7, 15.5], "rotation": [-72.86616, -2.1033, -91.54103], "uv": [56, 67]}, + {"origin": [-3.6, 22.1, 12.6], "size": [2, 2, 1], "pivot": [2.3, 7, 15.5], "rotation": [-72.86616, -2.1033, -91.54103], "uv": [7, 82]} + ] + }, + { + "name": "leg7", + "parent": "toxapex", + "pivot": [-7.51428, 27.03351, 5.51017], + "cubes": [ + {"origin": [-1, 22.5, 6], "size": [5, 2, 8], "pivot": [-13.1, 1, 12], "rotation": [-8.68213, 26.26873, -22.77536], "uv": [0, 136]}, + {"origin": [1, 24.5, 9.5], "size": [2, 4, 1], "pivot": [-13.1, 1, 12], "rotation": [-8.68213, 26.26873, -22.77536], "uv": [95, 57]}, + {"origin": [3.4, 11.5, 5], "size": [7, 2, 10], "pivot": [-13.1, 1, 12], "rotation": [-22.3651, 16.55291, -59.04017], "uv": [112, 78]} + ] + }, + { + "name": "leg8", + "parent": "leg7", + "pivot": [-14.52654, 21.65435, 9.70358], + "cubes": [ + {"origin": [-5, 7.2, 3.6], "size": [10, 2, 11], "pivot": [-14.1, 1, 12.5], "rotation": [-28.19777, 8.06447, -69.20226], "uv": [0, 69]}, + {"origin": [0, 9.2, 8.6], "size": [2, 3, 0], "pivot": [-14.1, 1, 12.5], "rotation": [-28.19777, 8.06447, -69.20226], "uv": [38, 69]}, + {"origin": [-10.1, 14.5, 7.1], "size": [2, 6, 0], "pivot": [-10.2, 7, 9.5], "rotation": [-30.14424, 4.17988, -86.09597], "uv": [66, 67]}, + {"origin": [-11.5, 14.5, 0.9], "size": [6, 2, 13], "pivot": [-10.6, 7, 9.3], "rotation": [-30.14424, 4.17988, -86.09597], "uv": [87, 77]} + ] + }, + { + "name": "leg9", + "parent": "leg8", + "pivot": [-19.87125, 8.05136, 12.36658], + "cubes": [ + {"origin": [-17.5, 14.5, 0.4], "size": [7, 2, 14], "pivot": [-10.6, 7, 9.3], "rotation": [-30.27832, 2.92176, -88.26053], "uv": [28, 51]}, + {"origin": [-16.1, 16.4, 7.6], "size": [2, 5, 3], "pivot": [-10.2, 7, 9.5], "rotation": [-42.90333, 0.39485, -92.57717], "uv": [47, 20]}, + {"origin": [-16.1, 21.4, 8.6], "size": [2, 2, 1], "pivot": [-10.2, 7, 9.5], "rotation": [-42.90333, 0.39485, -92.57717], "uv": [94, 34]}, + {"origin": [-16.1, 18.1, 4.6], "size": [2, 4, 3], "pivot": [-10.2, 7, 9.5], "rotation": [-10.40333, 0.39485, -92.57717], "uv": [87, 49]}, + {"origin": [-16.1, 22.1, 5.6], "size": [2, 2, 1], "pivot": [-10.2, 7, 9.5], "rotation": [-10.40333, 0.39485, -92.57717], "uv": [97, 54]} + ] + }, + { + "name": "leg10", + "parent": "toxapex", + "pivot": [-5.10561, 27.03351, 9.81884], + "cubes": [ + {"origin": [10.4, 11.5, 10], "size": [7, 2, 10], "pivot": [-6.1, 1, 17], "rotation": [-51.89704, 29.55704, -70.90235], "uv": [112, 34]}, + {"origin": [6, 22.5, 11], "size": [5, 2, 8], "pivot": [-6.1, 1, 17], "rotation": [-27.3607, 52.81537, -35.0555], "uv": [126, 130]}, + {"origin": [8, 24.5, 14.5], "size": [2, 4, 1], "pivot": [-6.1, 1, 17], "rotation": [-27.3607, 52.81537, -35.0555], "uv": [90, 66]} + ] + }, + { + "name": "leg11", + "parent": "leg10", + "pivot": [-9.15698, 21.91554, 15.69774], + "cubes": [ + {"origin": [2, 7.2, 9.7], "size": [10, 2, 10], "pivot": [-7.1, 1, 17.5], "rotation": [-57.50885, 17.29381, -75.79397], "uv": [55, 90]}, + {"origin": [7, 9.2, 13.6], "size": [2, 3, 0], "pivot": [-7.1, 1, 17.5], "rotation": [-57.50885, 17.29381, -75.79397], "uv": [63, 51]}, + {"origin": [-5.8, 14.5, 5.5], "size": [6, 2, 12], "pivot": [-4.9, 7, 13.9], "rotation": [-60.22412, 5.57076, -88.71252], "uv": [58, 102]}, + {"origin": [-3.8, 16.5, 11.5], "size": [2, 4, 0], "pivot": [-4.9, 7, 13.9], "rotation": [-60.22412, 5.57076, -88.71252], "uv": [64, 84]} + ] + }, + { + "name": "leg12", + "parent": "leg11", + "pivot": [-10.61384, 7.06706, 21.0824], + "cubes": [ + {"origin": [-11.8, 14.5, 5], "size": [7, 2, 13], "pivot": [-4.9, 7, 13.9], "rotation": [-60.32138, 3.39969, -89.95593], "uv": [60, 32]}, + {"origin": [-10.8, 16.4, 13], "size": [2, 5, 3], "pivot": [-4.9, 7, 13.9], "rotation": [-72.87438, -0.94622, -92.42957], "uv": [46, 0]}, + {"origin": [-10.8, 21.4, 14], "size": [2, 2, 1], "pivot": [-4.9, 7, 13.9], "rotation": [-72.87438, -0.94622, -92.42957], "uv": [93, 42]}, + {"origin": [-10.8, 17.1, 9], "size": [2, 5, 3], "pivot": [-4.9, 7, 13.9], "rotation": [-40.37438, -0.94622, -92.42957], "uv": [87, 34]}, + {"origin": [-10.8, 22.1, 10], "size": [2, 2, 1], "pivot": [-4.9, 7, 13.9], "rotation": [-40.37438, -0.94622, -92.42957], "uv": [6, 91]} + ] + }, + { + "name": "leg25", + "parent": "toxapex", + "pivot": [7.50684, 28.03351, 0.60263], + "cubes": [ + {"origin": [-1, 22.5, -3], "size": [5, 2, 8], "pivot": [16.1, 1, 3], "rotation": [3.35378, 4.06998, 20.36615], "uv": [97, 132]}, + {"origin": [0, 24.5, 0.5], "size": [2, 4, 1], "pivot": [16.1, 1, 3], "rotation": [3.35378, 4.06998, 20.36615], "uv": [92, 18]}, + {"origin": [-7.4, 11.5, -4], "size": [7, 2, 10], "pivot": [16.1, 1, 3], "rotation": [5.07944, 1.41357, 55.30965], "uv": [112, 66]} + ] + }, + { + "name": "leg26", + "parent": "leg25", + "pivot": [16.68105, 20.7807, 1.50948], + "cubes": [ + {"origin": [-2, 7.2, -5.4], "size": [10, 2, 11], "pivot": [17.1, 1, 3.5], "rotation": [2.03702, 4.04703, 68.11112], "uv": [59, 64]}, + {"origin": [1, 9.2, -0.4], "size": [2, 3, 0], "pivot": [17.1, 1, 3.5], "rotation": [2.03702, 4.04703, 68.11112], "uv": [7, 69]}, + {"origin": [7.6, 14.5, -5.9], "size": [6, 2, 13], "pivot": [12.7, 7, 2.5], "rotation": [2.28247, -1.43187, 84.46449], "uv": [87, 34]}, + {"origin": [1.4, 11.5, -0.9], "size": [2, 6, 0], "pivot": [10.5, 3, 2.5], "rotation": [-8.00759, -0.6576, 97.18272], "uv": [84, 6]} + ] + }, + { + "name": "leg27", + "parent": "leg26", + "pivot": [21.38408, 7.05849, -0.01372], + "cubes": [ + {"origin": [16.6, 17.1, -1.9], "size": [2, 5, 3], "pivot": [12.7, 7, 3], "rotation": [22.07614, -1.71748, 91.96189], "uv": [28, 53]}, + {"origin": [16.6, 22.1, -0.9], "size": [2, 2, 1], "pivot": [12.7, 7, 3], "rotation": [22.07614, -1.71748, 91.96189], "uv": [94, 0]}, + {"origin": [12.6, 14.5, -6.4], "size": [7, 2, 14], "pivot": [12.7, 7, 2.5], "rotation": [2.21787, -1.53004, 86.96339], "uv": [48, 16]}, + {"origin": [16.6, 15.4, 1.1], "size": [2, 6, 3], "pivot": [12.7, 7, 3], "rotation": [-10.42386, -1.71748, 91.96189], "uv": [0, 69]}, + {"origin": [16.6, 21.4, 2.1], "size": [2, 2, 1], "pivot": [12.7, 7, 3], "rotation": [-10.42386, -1.71748, 91.96189], "uv": [88, 0]} + ] + }, + { + "name": "leg19", + "parent": "toxapex", + "pivot": [7.51428, 27.03351, 6.51017], + "cubes": [ + {"origin": [-4, 22.5, 6], "size": [5, 2, 8], "pivot": [13.1, 1, 12], "rotation": [-8.68213, -26.26873, 22.77536], "uv": [130, 102]}, + {"origin": [-10.4, 11.5, 5], "size": [7, 2, 10], "pivot": [13.1, 1, 12], "rotation": [-22.3651, -16.55291, 59.04017], "uv": [112, 14]}, + {"origin": [-3, 24.5, 9.5], "size": [2, 4, 1], "pivot": [13.1, 1, 12], "rotation": [-8.68213, -26.26873, 22.77536], "uv": [76, 18]} + ] + }, + { + "name": "leg20", + "parent": "leg19", + "pivot": [14.52654, 21.65435, 9.70358], + "cubes": [ + {"origin": [-5, 7.2, 3.6], "size": [10, 2, 11], "pivot": [14.1, 1, 12.5], "rotation": [-28.19777, -8.06447, 69.20226], "uv": [56, 51]}, + {"origin": [-2, 9.2, 8.6], "size": [2, 3, 0], "pivot": [14.1, 1, 12.5], "rotation": [-28.19777, -8.06447, 69.20226], "uv": [35, 37]}, + {"origin": [5.5, 14.5, 0.9], "size": [6, 2, 13], "pivot": [10.6, 7, 9.3], "rotation": [-30.14424, -4.17988, 86.09597], "uv": [87, 19]}, + {"origin": [8.1, 14.5, 7.1], "size": [2, 6, 0], "pivot": [10.2, 7, 9.5], "rotation": [-30.14424, -4.17988, 86.09597], "uv": [84, 0]} + ] + }, + { + "name": "leg21", + "parent": "leg20", + "pivot": [19.70095, 7.06162, 11.74194], + "cubes": [ + {"origin": [10.5, 14.5, 0.4], "size": [7, 2, 14], "pivot": [10.6, 7, 9.3], "rotation": [-30.27832, -2.92176, 88.26053], "uv": [46, 0]}, + {"origin": [14.1, 17.1, 5.6], "size": [2, 5, 3], "pivot": [10.2, 7, 9.5], "rotation": [-10.40333, -0.39485, 92.57717], "uv": [89, 77]}, + {"origin": [14.1, 22.1, 6.6], "size": [2, 2, 1], "pivot": [10.2, 7, 9.5], "rotation": [-10.40333, -0.39485, 92.57717], "uv": [87, 42]}, + {"origin": [14.1, 16.4, 7.6], "size": [2, 5, 3], "pivot": [10.2, 7, 9.5], "rotation": [-42.90333, -0.39485, 92.57717], "uv": [60, 34]}, + {"origin": [14.1, 21.4, 8.6], "size": [2, 2, 1], "pivot": [10.2, 7, 9.5], "rotation": [-42.90333, -0.39485, 92.57717], "uv": [58, 84]} + ] + }, + { + "name": "leg4", + "parent": "toxapex", + "pivot": [-6.50684, 28.03351, 0.60263], + "cubes": [ + {"origin": [-4, 22.5, -3], "size": [5, 2, 8], "pivot": [-16.1, 1, 3], "rotation": [3.35378, -4.06998, -20.36615], "uv": [136, 58]}, + {"origin": [0.4, 11.5, -4], "size": [7, 2, 10], "pivot": [-16.1, 1, 3], "rotation": [5.07944, -1.41357, -55.30965], "uv": [48, 116]}, + {"origin": [-2, 24.5, 0.5], "size": [2, 4, 1], "pivot": [-16.1, 1, 3], "rotation": [3.35378, -4.06998, -20.36615], "uv": [60, 102]} + ] + }, + { + "name": "leg5", + "parent": "leg4", + "pivot": [-16.68105, 21.7807, 0.50948], + "cubes": [ + {"origin": [-13.6, 14.5, -5.9], "size": [6, 2, 13], "pivot": [-12.7, 7, 2.5], "rotation": [2.28247, 1.43187, -84.46449], "uv": [90, 51]}, + {"origin": [-3, 9.2, -0.4], "size": [2, 3, 0], "pivot": [-17.1, 1, 3.5], "rotation": [2.03702, -4.04703, -68.11112], "uv": [36, 102]}, + {"origin": [-8, 7.2, -5.4], "size": [10, 2, 11], "pivot": [-17.1, 1, 3.5], "rotation": [2.03702, -4.04703, -68.11112], "uv": [58, 77]}, + {"origin": [-3.4, 11.5, -0.9], "size": [2, 6, 0], "pivot": [-10.5, 3, 2.5], "rotation": [-8.00759, 0.6576, -97.18272], "uv": [10, 56]} + ] + }, + { + "name": "leg6", + "parent": "leg5", + "pivot": [-21.63302, 7.06162, 0.37487], + "cubes": [ + {"origin": [-19.6, 14.5, -6.4], "size": [7, 2, 14], "pivot": [-12.7, 7, 2.5], "rotation": [2.21787, 1.53004, -86.96339], "uv": [0, 53]}, + {"origin": [-18.6, 17.1, -0.9], "size": [2, 5, 3], "pivot": [-12.7, 7, 3], "rotation": [22.07614, 1.71748, -91.96189], "uv": [0, 82]}, + {"origin": [-18.6, 22.1, 0.1], "size": [2, 2, 1], "pivot": [-12.7, 7, 3], "rotation": [22.07614, 1.71748, -91.96189], "uv": [89, 85]}, + {"origin": [-18.6, 16.4, 1.1], "size": [2, 5, 3], "pivot": [-12.7, 7, 3], "rotation": [-10.42386, 1.71748, -91.96189], "uv": [0, 53]}, + {"origin": [-18.6, 21.4, 2.1], "size": [2, 2, 1], "pivot": [-12.7, 7, 3], "rotation": [-10.42386, 1.71748, -91.96189], "uv": [36, 99]} + ] + }, + { + "name": "leg2", + "parent": "toxapex", + "pivot": [-7.12706, 27.57206, -4.46493], + "rotation": [0, 115, 0], + "cubes": [ + {"origin": [-20.71549, 11.5, -11.34014], "size": [7, 2, 10], "pivot": [2.78451, 1, -4.34014], "rotation": [40.95291, 15.87904, 59.27221], "uv": [100, 120]}, + {"origin": [-13.31549, 24.5, -6.84014], "size": [2, 4, 1], "pivot": [2.78451, 1, -4.34014], "rotation": [26.32901, 35.8542, 26.96428], "uv": [103, 0]}, + {"origin": [-28, 28.1, -3], "size": [5, 2, 8], "pivot": [-16.1, 1, 3], "rotation": [172.41589, -46.06406, -166.403], "uv": [136, 58]} + ] + }, + { + "name": "leg3", + "parent": "leg2", + "pivot": [-0.73171, 21.46419, -8.51405], + "cubes": [ + {"origin": [-16.31549, 7.2, -13.24014], "size": [10, 2, 10], "pivot": [2.78451, 1, -4.34014], "rotation": [30.38577, 7.50844, 68.76244], "uv": [30, 102]}, + {"origin": [-8.01549, 14.5, -12.24014], "size": [6, 2, 12], "pivot": [-2.91549, 7, -3.84014], "rotation": [29.4766, 2.78857, 86.67704], "uv": [106, 106]}, + {"origin": [-13.21549, 11.5, -6.24014], "size": [2, 6, 0], "pivot": [-4.11549, 3, -3.84014], "rotation": [29.42063, -3.37551, 97.5569], "uv": [6, 97]}, + {"origin": [-13.31549, 9.2, -8.24014], "size": [2, 3, 0], "pivot": [2.78451, 1, -4.34014], "rotation": [30.38577, 7.50844, 68.76244], "uv": [96, 77]} + ] + }, + { + "name": "leg36", + "parent": "leg3", + "pivot": [3.21524, 6.89913, -9.19473], + "cubes": [ + {"origin": [0.98451, 17.1, -8.74014], "size": [2, 6, 3], "pivot": [-2.91549, 7, -3.84014], "rotation": [49.58363, -0.91204, 93.2025], "uv": [27, 84]}, + {"origin": [0.98451, 22.1, -7.74014], "size": [2, 2, 1], "pivot": [-2.91549, 7, -3.84014], "rotation": [49.58363, -0.91204, 93.2025], "uv": [101, 74]}, + {"origin": [0.98451, 15.4, -5.74014], "size": [2, 7, 3], "pivot": [-2.91549, 7, -3.84014], "rotation": [17.08363, -0.91204, 93.2025], "uv": [0, 37]}, + {"origin": [0.98451, 22.4, -4.74014], "size": [2, 2, 1], "pivot": [-2.91549, 7, -3.84014], "rotation": [17.08363, -0.91204, 93.2025], "uv": [48, 99]}, + {"origin": [-3.01549, 14.5, -12.74014], "size": [7, 2, 13], "pivot": [-2.91549, 7, -3.84014], "rotation": [29.55915, 1.55668, 88.85406], "uv": [0, 82]} + ] + }, + { + "name": "leg", + "parent": "toxapex", + "pivot": [6.2689, 26.57206, -3.99848], + "cubes": [ + {"origin": [-1, 22.5, -10], "size": [5, 2, 8], "pivot": [16.1, 1, -4], "rotation": [26.32901, 35.8542, 26.96428], "uv": [136, 10], "mirror": true}, + {"origin": [0, 24.5, -6.5], "size": [2, 4, 1], "pivot": [16.1, 1, -4], "rotation": [26.32901, 35.8542, 26.96428], "uv": [103, 0]}, + {"origin": [-7.4, 11.5, -11], "size": [7, 2, 10], "pivot": [16.1, 1, -4], "rotation": [40.95291, 15.87904, 59.27221], "uv": [100, 120]} + ] + }, + { + "name": "leg23", + "parent": "leg", + "pivot": [12.58378, 21.46419, -8.17391], + "cubes": [ + {"origin": [-3, 7.2, -12.9], "size": [10, 2, 10], "pivot": [16.1, 1, -4], "rotation": [30.38577, 7.50844, 68.76244], "uv": [30, 102]}, + {"origin": [5.3, 14.5, -11.9], "size": [6, 2, 12], "pivot": [10.4, 7, -3.5], "rotation": [29.4766, 2.78857, 86.67704], "uv": [106, 106]}, + {"origin": [0.1, 11.5, -5.9], "size": [2, 6, 0], "pivot": [9.2, 3, -3.5], "rotation": [29.42063, -3.37551, 97.5569], "uv": [6, 97]}, + {"origin": [0, 9.2, -7.9], "size": [2, 3, 0], "pivot": [16.1, 1, -4], "rotation": [30.38577, 7.50844, 68.76244], "uv": [96, 77]} + ] + }, + { + "name": "leg24", + "parent": "leg23", + "pivot": [16.53073, 6.89913, -9.85459], + "cubes": [ + {"origin": [14.3, 17.1, -8.4], "size": [2, 6, 3], "pivot": [10.4, 7, -3.5], "rotation": [49.58363, -0.91204, 93.2025], "uv": [27, 84]}, + {"origin": [14.3, 22.1, -7.4], "size": [2, 2, 1], "pivot": [10.4, 7, -3.5], "rotation": [49.58363, -0.91204, 93.2025], "uv": [101, 74]}, + {"origin": [14.3, 15.4, -5.4], "size": [2, 7, 3], "pivot": [10.4, 7, -3.5], "rotation": [17.08363, -0.91204, 93.2025], "uv": [0, 37]}, + {"origin": [14.3, 22.4, -4.4], "size": [2, 2, 1], "pivot": [10.4, 7, -3.5], "rotation": [17.08363, -0.91204, 93.2025], "uv": [48, 99]}, + {"origin": [10.3, 14.5, -12.4], "size": [7, 2, 13], "pivot": [10.4, 7, -3.5], "rotation": [29.55915, 1.55668, 88.85406], "uv": [0, 82]} + ] + }, + { + "name": "leg37", + "parent": "toxapex", + "pivot": [2.25526, 25.85327, -5.14606], + "rotation": [0, 0, 17.5], + "cubes": [ + {"origin": [-26, 12.5, -8], "size": [5, 2, 6], "pivot": [1.9, -3, 0], "rotation": [-83.44227, -45.73373, 77.41447], "uv": [136, 36]} + ] + }, + { + "name": "leg41", + "parent": "leg37", + "pivot": [2.25526, 25.85327, -5.14606], + "cubes": [ + {"origin": [-26, 12.5, -8], "size": [5, 2, 6], "pivot": [1.9, -3, 0], "rotation": [-83.44227, -45.73373, 77.41447], "uv": [136, 36]} + ] + }, + { + "name": "leg42", + "parent": "leg41", + "pivot": [1.30015, 27.94409, -8.964], + "cubes": [ + {"origin": [-36, 4.5, -8.5], "size": [7, 2, 7], "pivot": [1.9, -3, 0], "rotation": [-84.67444, -30.81255, 79.38676], "uv": [51, 130]}, + {"origin": [-35, -4.5, -6], "size": [2, 3, 2], "pivot": [1.9, -3, 0], "rotation": [-85.10668, -20.85202, 80.37498], "uv": [87, 57]} + ] + }, + { + "name": "leg43", + "parent": "leg42", + "pivot": [0.93925, 33.69146, -12.82565], + "cubes": [ + {"origin": [-44, -17.5, -9], "size": [10, 2, 8], "pivot": [1.9, -3, 0], "rotation": [-85.42616, 1.57327, 82.24633], "uv": [74, 120]}, + {"origin": [-41, -24, -6], "size": [2, 3, 2], "pivot": [1.9, -3, 0], "rotation": [-85.39771, 6.55727, 82.64717], "uv": [56, 77]} + ] + }, + { + "name": "leg44", + "parent": "leg43", + "pivot": [-0.1538, 42.18999, -12.53622], + "cubes": [ + {"origin": [-41, -35.5, -9], "size": [8, 2, 8], "pivot": [1.9, -3, 0], "rotation": [-84.89034, 26.48712, 84.40423], "uv": [127, 0]}, + {"origin": [-44, -35.5, -10], "size": [4, 2, 2], "pivot": [1.9, -3, 0], "rotation": [-89.93211, 26.94038, 73.21718], "uv": [0, 62]}, + {"origin": [-46, -35.5, -9], "size": [2, 2, 0], "pivot": [1.9, -3, 0], "rotation": [-89.93211, 26.94038, 73.21718], "uv": [56, 60]}, + {"origin": [-45.6, -35.5, 0], "size": [4, 2, 2], "pivot": [1.9, -3, 0], "rotation": [-78.93376, 24.7192, 98.13301], "uv": [72, 47], "mirror": true}, + {"origin": [-47.6, -35.5, 1], "size": [2, 2, 0], "pivot": [1.9, -3, 0], "rotation": [-78.93376, 24.7192, 98.13301], "uv": [60, 60], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/toxel/toxel.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/toxel/toxel.geo.json new file mode 100644 index 0000000..3017a6b --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/toxel/toxel.geo.json @@ -0,0 +1,142 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.toxel", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "Toxel", + "pivot": [0, 0, 0] + }, + { + "name": "leg4", + "parent": "Toxel", + "pivot": [-2.90885, 6.85019, 4.95491], + "cubes": [ + {"origin": [-6, 5.9, -2.5], "size": [3, 4, 5], "pivot": [0, 3.5, -0.4], "rotation": [-102.0012, 9.06524, 36.54514], "uv": [37, 41]}, + {"origin": [-6.9, 5.8, -0.8], "size": [3, 4, 4], "pivot": [0, 3.5, -0.4], "rotation": [-90, 0, 0], "uv": [44, 21]}, + {"origin": [-7.9, 3.8, 3.2], "size": [2, 2, 1], "pivot": [0, 4.5, -0.4], "rotation": [-90, 15, 0], "uv": [0, 0]}, + {"origin": [-4.4, 6.3, 3.2], "size": [2, 2, 1], "pivot": [0, 4.5, -0.4], "rotation": [-90, -10, 0], "uv": [0, 18]} + ] + }, + { + "name": "leg", + "parent": "Toxel", + "pivot": [-3.25296, 7.16482, -2.70928], + "cubes": [ + {"origin": [-4.5, 3.1, -2.7], "size": [3, 4, 3], "pivot": [0, 3.5, 0], "rotation": [14.65993, -3.21132, 12.08681], "uv": [48, 34]}, + {"origin": [-4.5, -0.9, -2.7], "size": [3, 4, 3], "pivot": [0, 3.5, 0], "rotation": [-17.84007, -3.21132, 12.08681], "uv": [23, 18]}, + {"origin": [-4.2, 0.1, -6.7], "size": [2, 1, 4], "pivot": [0, 3.5, 0], "rotation": [0.38481, 19.29081, -0.28542], "uv": [48, 41]}, + {"origin": [-4.7, 0.1, -4.7], "size": [2, 1, 4], "pivot": [0, 3.5, 0], "rotation": [0.38235, -18.20841, -0.53203], "uv": [54, 18]} + ] + }, + { + "name": "leg2", + "parent": "Toxel", + "pivot": [3.25296, 7.16482, -1.70928], + "cubes": [ + {"origin": [1.5, 3.1, -2.7], "size": [3, 4, 3], "pivot": [0, 3.5, 0], "rotation": [14.65993, 3.21132, -12.08681], "uv": [50, 47]}, + {"origin": [1.5, -0.9, -2.7], "size": [3, 4, 3], "pivot": [0, 3.5, 0], "rotation": [-17.84007, 3.21132, -12.08681], "uv": [38, 50]}, + {"origin": [2.2, 0.1, -6.7], "size": [2, 1, 4], "pivot": [0, 3.5, 0], "rotation": [0.38481, -19.29081, 0.28542], "uv": [12, 54]}, + {"origin": [2.7, 0.1, -4.7], "size": [2, 1, 4], "pivot": [0, 3.5, 0], "rotation": [0.38235, 18.20841, 0.53203], "uv": [51, 29]} + ] + }, + { + "name": "body", + "parent": "Toxel", + "pivot": [0, 6.35706, 4.84219], + "cubes": [ + {"origin": [-3.5, 6.1, -3.7], "size": [7, 7, 5], "pivot": [0, 3.5, 0], "rotation": [0, 0, 0], "uv": [0, 32]}, + {"origin": [-4, 6.2, 0.3], "size": [8, 7, 7], "pivot": [0, 3.5, 0], "rotation": [-2.5, 0, 0], "uv": [0, 18]} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [0, 9.85213, 7.34496], + "cubes": [ + {"origin": [-3.5, 5.2, 7.3], "size": [7, 5, 7], "pivot": [0, 3.5, 0], "rotation": [15, 0, 0], "uv": [23, 25]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 11.33301, 12.29923], + "cubes": [ + {"origin": [-3, 2, 14.3], "size": [6, 4, 5], "pivot": [0, 3.5, 0], "rotation": [30, 0, 0], "uv": [29, 0]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 12.97181, 16.69993], + "cubes": [ + {"origin": [-2.5, -1.5, 18.3], "size": [5, 3, 5], "pivot": [0, 3.5, 0], "rotation": [42.5, 0, 0], "uv": [33, 13]} + ] + }, + { + "name": "neck", + "parent": "body", + "pivot": [0, 10, -3.5], + "cubes": [ + {"origin": [-3, 7, -6], "size": [6, 6, 3], "pivot": [0, 3, -2], "rotation": [0, 0, 0], "uv": [24, 37]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 10.05525, -5.17687], + "cubes": [ + {"origin": [-5, 6, -14], "size": [10, 9, 9], "uv": [0, 0]}, + {"origin": [2, 7.1, -14.1], "size": [4, 3, 1], "pivot": [-0.2, -1.5, -8], "rotation": [0, 0, -7.5], "uv": [38, 9]}, + {"origin": [-6, 7.1, -14.1], "size": [4, 3, 1], "pivot": [0.2, -1.5, -8], "rotation": [0, 0, 7.5], "uv": [35, 21]}, + {"origin": [-3.1, 8.2, -14.2], "size": [1, 1, 1], "uv": [5, 5]}, + {"origin": [2.1, 8.2, -14.2], "size": [1, 1, 1], "uv": [5, 2]}, + {"origin": [-1, 5, -14], "size": [2, 1, 0], "uv": [5, 0]}, + {"origin": [3, 9, -13], "size": [4, 3, 3], "pivot": [0, 2, -8], "rotation": [0, -15, 0], "uv": [48, 12]}, + {"origin": [-14.7, 5.4, -11], "size": [3, 3, 3], "pivot": [0, 2, -8], "rotation": [0, 0, 50], "uv": [0, 53]}, + {"origin": [11.7, 5.4, -11], "size": [3, 3, 3], "pivot": [0, 2, -8], "rotation": [0, 0, -50], "uv": [51, 0]}, + {"origin": [-7, 9, -13], "size": [4, 3, 3], "pivot": [0, 2, -8], "rotation": [0, 15, 0], "uv": [48, 6]}, + {"origin": [-1.5, 10.5, -16], "size": [3, 4, 2], "pivot": [0, 2, -8], "rotation": [-7.5, 0, 0], "uv": [24, 54]}, + {"origin": [-2, 10, -14], "size": [4, 5, -2], "pivot": [0, 2, -8], "rotation": [-7.5, 0, 0], "uv": [115, 8]} + ] + }, + { + "name": "eyelids", + "parent": "head", + "pivot": [0, 9.9541, -13.8], + "cubes": [ + {"origin": [2, 8.5, -14.3], "size": [4, 2, 1], "pivot": [-0.2, -1.5, -8], "rotation": [0, 0, -7.5], "uv": [44, 29]}, + {"origin": [-6, 8.5, -14.3], "size": [4, 2, 1], "pivot": [0.2, -1.5, -8], "rotation": [0, 0, 7.5], "uv": [50, 54]} + ] + }, + { + "name": "eletric", + "parent": "head", + "pivot": [0, 14.22628, -11.64064], + "cubes": [ + {"origin": [0, 9, -19.4], "size": [0, 8, 4], "pivot": [0, 2, -8], "rotation": [-30, 0, 0], "uv": [16, 40]} + ] + }, + { + "name": "legfixed", + "parent": "Toxel", + "pivot": [1.90885, 6.85019, 4.95491], + "cubes": [ + {"origin": [3, 5.9, -2.5], "size": [3, 4, 5], "pivot": [0, 3.5, -0.4], "rotation": [-102.0012, -9.06524, -36.54514], "uv": [0, 44]}, + {"origin": [5.9, 3.8, 3.2], "size": [2, 2, 1], "pivot": [0, 4.5, -0.4], "rotation": [-90, -15, 0], "uv": [0, 6]}, + {"origin": [3.9, 5.8, -0.8], "size": [3, 4, 4], "pivot": [0, 3.5, -0.4], "rotation": [-90, 0, 0], "uv": [24, 46]}, + {"origin": [2.4, 6.3, 3.2], "size": [2, 2, 1], "pivot": [0, 4.5, -0.4], "rotation": [-90, 10, 0], "uv": [0, 3]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/toxicroak/toxicroak.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/toxicroak/toxicroak.geo.json new file mode 100644 index 0000000..7bee929 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/toxicroak/toxicroak.geo.json @@ -0,0 +1,269 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.toxicroak", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 6, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "all", + "pivot": [0, 0, 0] + }, + { + "name": "leg_right", + "parent": "all", + "pivot": [-3, 10.5, 2.5], + "cubes": [ + {"origin": [-6.25, 5, -2], "size": [5, 7, 7], "uv": [0, 31]} + ] + }, + { + "name": "leg_2_right", + "parent": "leg_right", + "pivot": [-3.75, 5, -2], + "cubes": [ + {"origin": [-4.75, 1, -2], "size": [2, 4, 3], "uv": [52, 15]} + ] + }, + { + "name": "foot_right", + "parent": "leg_2_right", + "pivot": [-3.75, 2, -0.5], + "cubes": [ + {"origin": [-3.75, 0, 0], "size": [0, 4, 4], "uv": [0, 0]}, + {"origin": [-5.75, 0, -3], "size": [4, 2, 4], "uv": [41, 37]} + ] + }, + { + "name": "toe_right_right", + "parent": "foot_right", + "pivot": [-5.75, 1, -3], + "cubes": [ + {"origin": [-6.75, 0, -5], "size": [2, 2, 2], "uv": [24, 20]} + ] + }, + { + "name": "toe_right_left", + "parent": "foot_right", + "pivot": [-1.75, 1, -3], + "cubes": [ + {"origin": [-2.75, 0, -5], "size": [2, 2, 2], "uv": [0, 20]} + ] + }, + { + "name": "toe_right_middle", + "parent": "foot_right", + "pivot": [-3.75, 1, -3], + "cubes": [ + {"origin": [-4.75, 0, -5], "size": [2, 2, 2], "uv": [0, 0]} + ] + }, + { + "name": "leg_left", + "parent": "all", + "pivot": [3, 10.5, 2.5], + "cubes": [ + {"origin": [1.25, 5, -2], "size": [5, 7, 7], "uv": [24, 37]} + ] + }, + { + "name": "leg_2_left", + "parent": "leg_left", + "pivot": [3.75, 5, -2], + "cubes": [ + {"origin": [2.75, 1, -2], "size": [2, 4, 3], "uv": [52, 30]} + ] + }, + { + "name": "foot_left", + "parent": "leg_2_left", + "pivot": [3.75, 2, -0.5], + "cubes": [ + {"origin": [1.75, 0, -3], "size": [4, 2, 4], "uv": [42, 3]}, + {"origin": [3.75, 0, 0], "size": [0, 4, 4], "uv": [0, 12]} + ] + }, + { + "name": "toe_left_middle", + "parent": "foot_left", + "pivot": [3.75, 1, -3], + "cubes": [ + {"origin": [2.75, 0, -5], "size": [2, 2, 2], "uv": [58, 47]} + ] + }, + { + "name": "toe_left_right", + "parent": "foot_left", + "pivot": [5.75, 1, -3], + "cubes": [ + {"origin": [4.75, 0, -5], "size": [2, 2, 2], "uv": [58, 5]} + ] + }, + { + "name": "toe_left_left", + "parent": "foot_left", + "pivot": [1.75, 1, -3], + "cubes": [ + {"origin": [0.75, 0, -5], "size": [2, 2, 2], "uv": [17, 31]} + ] + }, + { + "name": "body", + "parent": "all", + "pivot": [0, 10.5, 2.5], + "cubes": [ + {"origin": [-3, 9, 0], "size": [6, 6, 6], "uv": [0, 45]}, + {"origin": [-4, 15, -2], "size": [8, 8, 8], "inflate": 0.01, "uv": [0, 0]}, + {"origin": [-2, 20, 3], "size": [4, 4, 4], "inflate": 0.01, "uv": [66, 1]} + ] + }, + { + "name": "arm_left", + "parent": "body", + "pivot": [4, 19, 2.5], + "cubes": [ + {"origin": [4, 18, 1], "size": [3, 3, 3], "uv": [45, 49]}, + {"origin": [7, 18.5, 1.5], "size": [3, 2, 2], "uv": [50, 57]} + ] + }, + { + "name": "hand_left", + "parent": "arm_left", + "pivot": [10, 19.5, 2.5], + "cubes": [ + {"origin": [10, 18, 0.5], "size": [7, 3, 4], "uv": [32, 18]} + ] + }, + { + "name": "thumb_left", + "parent": "hand_left", + "pivot": [15, 19, 0.5], + "cubes": [ + {"origin": [14, 18, -2.5], "size": [2, 2, 3], "uv": [54, 52]} + ] + }, + { + "name": "finger_front_left", + "parent": "hand_left", + "pivot": [17, 19, 1.5], + "cubes": [ + {"origin": [17, 18, 0.5], "size": [3, 2, 2], "uv": [57, 41]} + ] + }, + { + "name": "finger_back_left", + "parent": "hand_left", + "pivot": [17, 19, 3.5], + "cubes": [ + {"origin": [17, 18, 2.5], "size": [3, 2, 2], "uv": [10, 57]} + ] + }, + { + "name": "claw_left", + "parent": "hand_left", + "pivot": [16, 20.5, 2.5], + "cubes": [ + {"origin": [15, 18, 2.5], "size": [7, 5, 0], "uv": [48, 9]} + ] + }, + { + "name": "arm_right", + "parent": "body", + "pivot": [-4, 19, 2.5], + "cubes": [ + {"origin": [-10, 18.5, 1.5], "size": [3, 2, 2], "uv": [0, 57]}, + {"origin": [-7, 18, 1], "size": [3, 3, 3], "uv": [48, 43]} + ] + }, + { + "name": "hand_right", + "parent": "arm_right", + "pivot": [-10, 19.5, 2.5], + "cubes": [ + {"origin": [-17, 18, 0.5], "size": [7, 3, 4], "uv": [24, 0]} + ] + }, + { + "name": "claw_right", + "parent": "hand_right", + "pivot": [-16, 20.5, 2.5], + "cubes": [ + {"origin": [-22, 18, 2.5], "size": [7, 5, 0], "uv": [46, 25]} + ] + }, + { + "name": "thumb_right", + "parent": "hand_right", + "pivot": [-15, 19, 0.5], + "cubes": [ + {"origin": [-16, 18, -2.5], "size": [2, 2, 3], "uv": [54, 0]} + ] + }, + { + "name": "finger_back_right", + "parent": "hand_right", + "pivot": [-17, 19, 3.5], + "cubes": [ + {"origin": [-20, 18, 2.5], "size": [3, 2, 2], "uv": [42, 55]} + ] + }, + { + "name": "finger_front_right", + "parent": "hand_right", + "pivot": [-17, 19, 1.5], + "cubes": [ + {"origin": [-20, 18, 0.5], "size": [3, 2, 2], "uv": [53, 37]} + ] + }, + { + "name": "head", + "parent": "body", + "pivot": [0, 23, 0], + "cubes": [ + {"origin": [-4, 22, -5], "size": [8, 7, 8], "uv": [0, 16]}, + {"origin": [0, 26, -7], "size": [0, 8, 9], "uv": [24, 42]}, + {"origin": [-3, 21.25, -4.9], "size": [3, 2, 0], "pivot": [0, 21.25, -4.9], "rotation": [0, 0, 7.5], "uv": [24, 18]}, + {"origin": [0, 21.25, -4.9], "size": [3, 2, 0], "pivot": [0, 21.25, -4.9], "rotation": [0, 0, -7.5], "uv": [24, 18]}, + {"origin": [-4, 21, -4.8], "size": [8, 2, 7], "inflate": -0.01, "uv": [25, 9]} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [2.31541, 24.46103, -5.02], + "rotation": [0, 0, -7.5], + "cubes": [ + {"origin": [0.82847, 23.39351, -5.02], "size": [3, 2, 0], "uv": [32, 7]}, + {"origin": [0.82847, 22.89351, -5.01], "size": [3, 3, 0], "uv": [0, 34]}, + {"origin": [1.82847, 24.39351, -5.03], "size": [1, 1, 0], "uv": [61, 0]} + ] + }, + { + "name": "eye_right", + "parent": "head", + "pivot": [-2.31541, 24.46103, -5.02], + "rotation": [0, 0, 7.5], + "cubes": [ + {"origin": [-2.82847, 24.39351, -5.03], "size": [1, 1, 0], "uv": [61, 0]}, + {"origin": [-3.82847, 23.39351, -5.02], "size": [3, 2, 0], "uv": [30, 20]}, + {"origin": [-3.82847, 22.89351, -5.01], "size": [3, 3, 0], "uv": [0, 31]} + ] + }, + { + "name": "throat_sack", + "parent": "body", + "pivot": [0, 18, -2], + "cubes": [ + {"origin": [-3.5, 15, -6], "size": [7, 6, 6], "uv": [26, 25]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/toxtricity/toxtricitya.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/toxtricity/toxtricitya.geo.json new file mode 100644 index 0000000..e305b71 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/toxtricity/toxtricitya.geo.json @@ -0,0 +1,268 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.toxtricityA", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 5, + "visible_bounds_height": 5.5, + "visible_bounds_offset": [0, 2.25, 0] + }, + "bones": [ + { + "name": "toxtricity", + "pivot": [0, 0, 0] + }, + { + "name": "leg2", + "parent": "toxtricity", + "pivot": [2.52618, 13.4, 1.47933], + "cubes": [ + {"origin": [0.9, 7.4, -2.1], "size": [4, 6, 5], "pivot": [0, 27, 0], "rotation": [0, -22.5, 0], "uv": [66, 21]} + ] + }, + { + "name": "kneefixed", + "parent": "leg2", + "pivot": [2.48289, 7.6, 2.16963], + "cubes": [ + {"origin": [0.9, 0.4, -2.1], "size": [4, 1, 5], "pivot": [0, 27, 0], "rotation": [0, -22.5, 0], "uv": [13, 41], "mirror": true}, + {"origin": [0.9, 1.4, -2.1], "size": [4, 6, 5], "pivot": [0, 27, 0], "rotation": [0, -22.5, 0], "uv": [32, 64]}, + {"origin": [1.4, 0.4, -6.1], "size": [3, 1, 4], "pivot": [0, 27, 0], "rotation": [0, -22.5, 0], "uv": [9, 30], "mirror": true}, + {"origin": [2.9, 0.4, -5.1], "size": [3, 1, 3], "pivot": [0, 27, 0], "rotation": [0, -22.5, 0], "uv": [9, 30], "mirror": true}, + {"origin": [-0.1, 0.4, -5.1], "size": [3, 1, 3], "pivot": [0, 27, 0], "rotation": [0, -22.5, 0], "uv": [10, 30], "mirror": true} + ] + }, + { + "name": "leg", + "parent": "toxtricity", + "pivot": [-2.52618, 13.4, 1.47933], + "cubes": [ + {"origin": [-4.9, 7.4, -2.1], "size": [4, 6, 5], "pivot": [0, 27, 0], "rotation": [0, 22.5, 0], "uv": [68, 66]} + ] + }, + { + "name": "knee", + "parent": "leg", + "pivot": [-3.48289, 7.6, 2.16963], + "cubes": [ + {"origin": [-4.9, 1.4, -2.1], "size": [4, 6, 5], "pivot": [0, 27, 0], "rotation": [0, 22.5, 0], "uv": [66, 21]}, + {"origin": [-4.9, 0.4, -2.1], "size": [4, 1, 5], "pivot": [0, 27, 0], "rotation": [0, 22.5, 0], "uv": [13, 39]}, + {"origin": [-5.9, 0.4, -5.1], "size": [3, 1, 3], "pivot": [0, 27, 0], "rotation": [0, 22.5, 0], "uv": [22, 38]}, + {"origin": [-2.9, 0.4, -5.1], "size": [3, 1, 3], "pivot": [0, 27, 0], "rotation": [0, 22.5, 0], "uv": [11, 31]}, + {"origin": [-4.4, 0.4, -6.1], "size": [3, 1, 4], "pivot": [0, 27, 0], "rotation": [0, 22.5, 0], "uv": [9, 30]} + ] + }, + { + "name": "torso", + "parent": "toxtricity", + "pivot": [0, 14, 0], + "cubes": [ + {"origin": [-4, 13.4, -1.6], "size": [8, 5, 7], "uv": [32, 32]}, + {"origin": [-8, 15.4, 2.4], "size": [16, 0, 2], "pivot": [0, 27, 0], "rotation": [9.97849, -0.25412, 0.58333], "uv": [26, 18]}, + {"origin": [3, 14.9, 4.4], "size": [2, 0, 2], "pivot": [0, 27, 0], "rotation": [9.97849, -0.25412, 0.58333], "uv": [0, 6]}, + {"origin": [1, 14.9, 4.4], "size": [1, 2, 8], "pivot": [0, 27, 0], "rotation": [9.97849, -0.25412, 0.58333], "uv": [70, 32]}, + {"origin": [-2, 14.9, 4.4], "size": [1, 2, 8], "pivot": [0, 27, 0], "rotation": [9.97849, 0.25412, -0.58333], "uv": [70, 32]}, + {"origin": [-5, 14.9, 4.4], "size": [2, 0, 2], "pivot": [0, 27, 0], "rotation": [9.97849, 0.25412, -0.58333], "uv": [0, 0]}, + {"origin": [-8, 15.4, -0.6], "size": [16, 0, 2], "pivot": [0, 27, 0], "rotation": [9.97849, -0.25412, 0.58333], "uv": [26, 16]}, + {"origin": [-6, 13.9, -1.6], "size": [12, 3, 6], "pivot": [0, 27, 0], "rotation": [9.97849, -0.25412, 0.58333], "uv": [30, 23]} + ] + }, + { + "name": "torso2", + "parent": "torso", + "pivot": [-0.1, 19, 0.1], + "cubes": [ + {"origin": [-4.5, 18.4, -1.6], "size": [9, 7, 7], "uv": [0, 29]} + ] + }, + { + "name": "torso3", + "parent": "torso2", + "pivot": [-0.1, 25, 0.1], + "cubes": [ + {"origin": [-5.5, 25, -2.6], "size": [11, 7, 8], "pivot": [0, 27, 0], "rotation": [2.5, 0, 0], "uv": [0, 0]}, + {"origin": [-3.5, 25, 3.4], "size": [0, 2, 5], "pivot": [0, 27, 0], "rotation": [4.5438, 0.88136, -1.85729], "uv": [42, 24]}, + {"origin": [3.5, 28, 4.4], "size": [0, 3, 5], "pivot": [0, 27, 0], "rotation": [17.0438, -0.88136, 1.85729], "uv": [28, 15]}, + {"origin": [3.5, 25, 3.4], "size": [0, 2, 5], "pivot": [0, 27, 0], "rotation": [4.5438, -0.88136, 1.85729], "uv": [38, 15]}, + {"origin": [-3.5, 28, 4.4], "size": [0, 3, 5], "pivot": [0, 27, 0], "rotation": [17.0438, 0.88136, -1.85729], "uv": [45, 13]} + ] + }, + { + "name": "arm3", + "parent": "torso3", + "pivot": [5.76134, 29.33164, 1.75635], + "cubes": [ + {"origin": [5.5, 27, -0.6], "size": [6, 5, 5], "pivot": [-2, 27, 0], "rotation": [2.5, 0, 0], "uv": [56, 56]} + ] + }, + { + "name": "arm4", + "parent": "arm3", + "pivot": [11.78145, 29.38942, 1.75382], + "cubes": [ + {"origin": [11.5, 27.5, -0.1], "size": [8, 4, 4], "pivot": [-2, 27, 0], "rotation": [2.5, 0, 0], "uv": [56, 2]}, + {"origin": [16.5, 31.5, 1.9], "size": [2, 2, 0], "pivot": [-2, 27, 0], "rotation": [2.5, 0, 0], "uv": [55, 25]}, + {"origin": [16.5, 25.5, 1.9], "size": [2, 2, 0], "pivot": [-2, 27, 0], "rotation": [2.5, 0, 0], "uv": [44, 26]}, + {"origin": [16.5, 29.5, -2.1], "size": [2, 0, 8], "pivot": [-2, 27, 0], "rotation": [2.5, 0, 0], "uv": [40, 23]} + ] + }, + { + "name": "hand2", + "parent": "arm4", + "pivot": [19.35098, 29.74895, 1.73813], + "cubes": [ + {"origin": [19.5, 26.5, 0.9], "size": [4, 6, 2], "pivot": [-4, 27, 0], "rotation": [2.5, 0, 0], "uv": [10, 72]} + ] + }, + { + "name": "bone6", + "parent": "hand2", + "pivot": [23.5, 29.5805, 1.78914], + "cubes": [ + {"origin": [26.5, 28.5, 0.9], "size": [3, 2, 2], "pivot": [-4, 27, 0], "rotation": [2.5, 0, 0], "uv": [10, 80]}, + {"origin": [23.5, 28.5, 0.9], "size": [3, 2, 2], "pivot": [-4, 27, 0], "rotation": [2.5, 0, 0], "uv": [52, 77]} + ] + }, + { + "name": "bone7", + "parent": "hand2", + "pivot": [23.5, 27.38259, 1.88511], + "cubes": [ + {"origin": [26.5, 26.3, 0.9], "size": [3, 2, 2], "pivot": [-4, 27, 0], "rotation": [2.5, 0, 0], "uv": [79, 21]}, + {"origin": [23.5, 26.3, 0.9], "size": [3, 2, 2], "pivot": [-4, 27, 0], "rotation": [2.5, 0, 0], "uv": [78, 59]} + ] + }, + { + "name": "bone5", + "parent": "hand2", + "pivot": [23.5, 31.7784, 1.69318], + "cubes": [ + {"origin": [26.5, 30.7, 0.9], "size": [3, 2, 2], "pivot": [-4, 27, 0], "rotation": [2.5, 0, 0], "uv": [76, 0]}, + {"origin": [23.5, 30.7, 0.9], "size": [3, 2, 2], "pivot": [-4, 27, 0], "rotation": [2.5, 0, 0], "uv": [52, 77]} + ] + }, + { + "name": "arm", + "parent": "torso3", + "pivot": [-5.5, 29.5805, 1.78914], + "cubes": [ + {"origin": [-11.5, 27, -0.6], "size": [6, 5, 5], "pivot": [2, 27, 0], "rotation": [2.5, 0, 0], "uv": [60, 11]} + ] + }, + { + "name": "arm2", + "parent": "arm", + "pivot": [-12, 29.5805, 1.78914], + "cubes": [ + {"origin": [-18.5, 25.5, 1.9], "size": [2, 2, 0], "pivot": [2, 27, 0], "rotation": [2.5, 0, 0], "uv": [0, 33]}, + {"origin": [-18.5, 29.5, -2.1], "size": [2, 0, 8], "pivot": [2, 27, 0], "rotation": [2.5, 0, 0], "uv": [45, 23]}, + {"origin": [-18.5, 31.5, 1.9], "size": [2, 2, 0], "pivot": [2, 27, 0], "rotation": [2.5, 0, 0], "uv": [57, 25]}, + {"origin": [-19.5, 27.5, -0.1], "size": [8, 4, 4], "pivot": [2, 27, 0], "rotation": [2.5, 0, 0], "uv": [56, 2]} + ] + }, + { + "name": "hand", + "parent": "arm2", + "pivot": [-19.35098, 29.74895, 1.73813], + "cubes": [ + {"origin": [-23.5, 26.5, 0.9], "size": [4, 6, 2], "pivot": [4, 27, 0], "rotation": [2.5, 0, 0], "uv": [10, 72]} + ] + }, + { + "name": "bone", + "parent": "hand", + "pivot": [-23.5, 29.5805, 1.78914], + "cubes": [ + {"origin": [-29.5, 28.5, 0.9], "size": [3, 2, 2], "pivot": [4, 27, 0], "rotation": [2.5, 0, 0], "uv": [52, 77]}, + {"origin": [-26.5, 28.5, 0.9], "size": [3, 2, 2], "pivot": [4, 27, 0], "rotation": [2.5, 0, 0], "uv": [52, 77]} + ] + }, + { + "name": "bone2", + "parent": "hand", + "pivot": [-23.5, 27.38259, 1.88511], + "cubes": [ + {"origin": [-29.5, 26.3, 0.9], "size": [3, 2, 2], "pivot": [4, 27, 0], "rotation": [2.5, 0, 0], "uv": [52, 77]}, + {"origin": [-26.5, 26.3, 0.9], "size": [3, 2, 2], "pivot": [4, 27, 0], "rotation": [2.5, 0, 0], "uv": [52, 77]} + ] + }, + { + "name": "finger", + "parent": "hand", + "pivot": [-23.5, 31.7784, 1.69318], + "cubes": [ + {"origin": [-26.5, 30.7, 0.9], "size": [3, 2, 2], "pivot": [4, 27, 0], "rotation": [2.5, 0, 0], "uv": [52, 77]}, + {"origin": [-29.5, 30.7, 0.9], "size": [3, 2, 2], "pivot": [4, 27, 0], "rotation": [2.5, 0, 0], "uv": [52, 77]} + ] + }, + { + "name": "neck", + "parent": "torso3", + "pivot": [0, 31.55393, 1.07152], + "cubes": [ + {"origin": [-4, 32, -1.6], "size": [8, 5, 6], "pivot": [0, 27, 0], "rotation": [2.5, 0, 0], "uv": [0, 43]} + ] + }, + { + "name": "neck2", + "parent": "neck", + "pivot": [0, 35.90043, 0.65627], + "cubes": [ + {"origin": [-4, 35, 0], "size": [8, 5, 6], "inflate": 0.01, "pivot": [0, 27, 0], "rotation": [12.5, 0, 0], "uv": [28, 44]} + ] + }, + { + "name": "head", + "parent": "neck2", + "pivot": [0, 39.89976, 1.37998], + "cubes": [ + {"origin": [-5, 40, -5], "size": [10, 6, 8], "uv": [0, 15]}, + {"origin": [1, 45, -7], "size": [1, 3, 3], "pivot": [0, 25, 0], "rotation": [-12.5, 0, -10], "uv": [21, 23]}, + {"origin": [-10, 41, -3], "size": [6, 2, 2], "pivot": [0, 25, 0], "rotation": [0, 20, 0], "uv": [15, 50], "mirror": true}, + {"origin": [4, 41, -3], "size": [6, 2, 2], "pivot": [0, 25, 0], "rotation": [0, -20, 0], "uv": [15, 50]}, + {"origin": [2.5, 42.5, -5], "size": [1, 1, 0], "inflate": 0.01, "uv": [118, 8]}, + {"origin": [-3.5, 42.5, -5], "size": [1, 1, 0], "inflate": 0.01, "uv": [118, 8], "mirror": true}, + {"origin": [-2, 45, -7], "size": [1, 3, 3], "pivot": [0, 25, 0], "rotation": [-12.5, 0, 10], "uv": [21, 23], "mirror": true}, + {"origin": [-5, 40, -5], "size": [10, 6, 8], "uv": [0, 15], "mirror": true} + ] + }, + { + "name": "eletric", + "parent": "head", + "pivot": [0, 46.0132, 1.40901] + }, + { + "name": "jawbone", + "parent": "head", + "pivot": [0, 39.5, 2], + "cubes": [ + {"origin": [-4.5, 39, -5], "size": [9, 1, 8], "uv": [30, 7]} + ] + }, + { + "name": "eyelids", + "parent": "head", + "pivot": [0, 44.5, -4.5], + "cubes": [ + {"origin": [-5, 43.5, -5], "size": [3, 1, 0], "inflate": 0.02, "uv": [0, 3], "mirror": true}, + {"origin": [2, 43.5, -5], "size": [3, 1, 0], "inflate": 0.02, "uv": [0, 3]}, + {"origin": [3.2, 43.5, -5], "size": [2, 1, 0], "inflate": 0.02, "pivot": [0.1, 25, 0.1], "rotation": [0, 90, 0], "uv": [22, 27], "mirror": true}, + {"origin": [-5.2, 43.5, -5], "size": [2, 1, 0], "inflate": 0.02, "pivot": [-0.1, 25, 0.1], "rotation": [0, -90, 0], "uv": [22, 27]} + ] + }, + { + "name": "eletric2", + "parent": "head", + "pivot": [0, 44.30368, 3.36767], + "cubes": [ + {"origin": [0, 41, -2], "size": [0, 14, 13], "pivot": [0, 25, 0], "rotation": [10, 0, 0], "uv": [102, 101], "mirror": true}, + {"origin": [0, 36, 6], "size": [0, 5, 6], "inflate": 0.01, "pivot": [0, 27, 0], "rotation": [12.5, 0, 0], "uv": [77, 117]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/toxtricity/toxtricityb.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/toxtricity/toxtricityb.geo.json new file mode 100644 index 0000000..9c46887 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/toxtricity/toxtricityb.geo.json @@ -0,0 +1,264 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.toxtricityB", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 5, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "toxtricity", + "pivot": [0, 0, 0] + }, + { + "name": "leg2", + "parent": "toxtricity", + "pivot": [2.52618, 13.4, 1.47933], + "cubes": [ + {"origin": [0.9, 7.4, -2.1], "size": [4, 6, 5], "pivot": [0, 27, 0], "rotation": [0, -22.5, 0], "uv": [66, 21]} + ] + }, + { + "name": "fixedknee", + "parent": "leg2", + "pivot": [3.48289, 7.6, 2.16963], + "cubes": [ + {"origin": [0.9, 1.4, -2.1], "size": [4, 6, 5], "pivot": [0, 27, 0], "rotation": [0, -22.5, 0], "uv": [32, 64]}, + {"origin": [-0.1, 0.4, -5.1], "size": [3, 1, 3], "pivot": [0, 27, 0], "rotation": [0, -22.5, 0], "uv": [0, 124], "mirror": true}, + {"origin": [1.4, 0.4, -6.1], "size": [3, 1, 4], "pivot": [0, 27, 0], "rotation": [0, -22.5, 0], "uv": [12, 123], "mirror": true}, + {"origin": [2.9, 0.4, -5.1], "size": [3, 1, 3], "pivot": [0, 27, 0], "rotation": [0, -22.5, 0], "uv": [0, 124], "mirror": true}, + {"origin": [0.9, 0.4, -2.1], "size": [4, 1, 5], "pivot": [0, 27, 0], "rotation": [0, -22.5, 0], "uv": [51, 50], "mirror": true} + ] + }, + { + "name": "leg", + "parent": "toxtricity", + "pivot": [-2.52618, 13.4, 1.47933], + "cubes": [ + {"origin": [-4.9, 7.4, -2.1], "size": [4, 6, 5], "pivot": [0, 27, 0], "rotation": [0, 22.5, 0], "uv": [68, 66]} + ] + }, + { + "name": "knee", + "parent": "leg", + "pivot": [-3.48289, 7.6, 2.16963], + "cubes": [ + {"origin": [-4.9, 1.4, -2.1], "size": [4, 6, 5], "pivot": [0, 27, 0], "rotation": [0, 22.5, 0], "uv": [50, 66]}, + {"origin": [-4.9, 0.4, -2.1], "size": [4, 1, 5], "pivot": [0, 27, 0], "rotation": [0, 22.5, 0], "uv": [51, 50]}, + {"origin": [-5.9, 0.4, -5.1], "size": [3, 1, 3], "pivot": [0, 27, 0], "rotation": [0, 22.5, 0], "uv": [0, 124]}, + {"origin": [-2.9, 0.4, -5.1], "size": [3, 1, 3], "pivot": [0, 27, 0], "rotation": [0, 22.5, 0], "uv": [0, 124]}, + {"origin": [-4.4, 0.4, -6.1], "size": [3, 1, 4], "pivot": [0, 27, 0], "rotation": [0, 22.5, 0], "uv": [12, 123]} + ] + }, + { + "name": "torso", + "parent": "toxtricity", + "pivot": [0, 14, 0], + "cubes": [ + {"origin": [-4, 13.4, -1.6], "size": [8, 5, 7], "uv": [32, 32]}, + {"origin": [-8, 15.4, 2.4], "size": [16, 0, 2], "pivot": [0, 27, 0], "rotation": [9.97849, -0.25412, 0.58333], "uv": [26, 20]}, + {"origin": [3, 14.9, 4.4], "size": [2, 0, 2], "pivot": [0, 27, 0], "rotation": [9.97849, -0.25412, 0.58333], "uv": [0, 6]}, + {"origin": [1, 14.9, 4.4], "size": [1, 2, 8], "pivot": [0, 27, 0], "rotation": [9.97849, -0.25412, 0.58333], "uv": [70, 32]}, + {"origin": [-2, 14.9, 4.4], "size": [1, 2, 8], "pivot": [0, 27, 0], "rotation": [9.97849, 0.25412, -0.58333], "uv": [64, 45]}, + {"origin": [-5, 14.9, 4.4], "size": [2, 0, 2], "pivot": [0, 27, 0], "rotation": [9.97849, 0.25412, -0.58333], "uv": [0, 0]}, + {"origin": [-8, 15.4, -0.6], "size": [16, 0, 2], "pivot": [0, 27, 0], "rotation": [9.97849, -0.25412, 0.58333], "uv": [28, 0]}, + {"origin": [-6, 13.9, -1.6], "size": [12, 3, 6], "pivot": [0, 27, 0], "rotation": [9.97849, -0.25412, 0.58333], "uv": [30, 23]} + ] + }, + { + "name": "torso2", + "parent": "torso", + "pivot": [-0.1, 19, 0.1], + "cubes": [ + {"origin": [-4.5, 18.4, -1.6], "size": [9, 7, 7], "uv": [0, 29]} + ] + }, + { + "name": "torso3", + "parent": "torso2", + "pivot": [-0.1, 25, 0.1], + "cubes": [ + {"origin": [-5.5, 25, -2.6], "size": [11, 7, 8], "pivot": [0, 27, 0], "rotation": [2.5, 0, 0], "uv": [0, 0]}, + {"origin": [-3.5, 25, 3.4], "size": [0, 2, 5], "pivot": [0, 27, 0], "rotation": [4.5438, 0.88136, -1.85729], "uv": [44, 0]}, + {"origin": [3.5, 28, 4.4], "size": [0, 3, 5], "pivot": [0, 27, 0], "rotation": [17.0438, -0.88136, 1.85729], "uv": [22, 38]}, + {"origin": [3.5, 25, 3.4], "size": [0, 2, 5], "pivot": [0, 27, 0], "rotation": [4.5438, -0.88136, 1.85729], "uv": [22, 41]}, + {"origin": [-3.5, 28, 4.4], "size": [0, 3, 5], "pivot": [0, 27, 0], "rotation": [17.0438, 0.88136, -1.85729], "uv": [25, 27]} + ] + }, + { + "name": "arm3", + "parent": "torso3", + "pivot": [5.76134, 29.33164, 1.75635], + "cubes": [ + {"origin": [5.5, 27, -0.6], "size": [6, 5, 5], "pivot": [-2, 27, 0], "rotation": [2.5, 0, 0], "uv": [56, 56]} + ] + }, + { + "name": "arm4", + "parent": "arm3", + "pivot": [11.78145, 29.38942, 1.75382], + "cubes": [ + {"origin": [11.5, 27.5, -0.1], "size": [8, 4, 4], "pivot": [-2, 27, 0], "rotation": [2.5, 0, 0], "uv": [32, 56]}, + {"origin": [16.5, 31.5, 1.9], "size": [2, 2, 0], "pivot": [-2, 27, 0], "rotation": [2.5, 0, 0], "uv": [22, 29]}, + {"origin": [16.5, 25.5, 1.9], "size": [2, 2, 0], "pivot": [-2, 27, 0], "rotation": [2.5, 0, 0], "uv": [25, 29]}, + {"origin": [16.5, 29.5, -2.1], "size": [2, 0, 8], "pivot": [-2, 27, 0], "rotation": [2.5, 0, 0], "uv": [13, 23]} + ] + }, + { + "name": "hand2", + "parent": "arm4", + "pivot": [19.35098, 29.74895, 1.73813], + "cubes": [ + {"origin": [19.5, 26.5, 0.9], "size": [4, 6, 2], "pivot": [-4, 27, 0], "rotation": [2.5, 0, 0], "uv": [10, 72]} + ] + }, + { + "name": "bone6", + "parent": "hand2", + "pivot": [23.5, 29.5805, 1.78914], + "cubes": [ + {"origin": [26.5, 28.5, 0.9], "size": [3, 2, 2], "pivot": [-4, 27, 0], "rotation": [2.5, 0, 0], "uv": [76, 0]}, + {"origin": [23.5, 28.5, 0.9], "size": [3, 2, 2], "pivot": [-4, 27, 0], "rotation": [2.5, 0, 0], "uv": [20, 80]} + ] + }, + { + "name": "bone7", + "parent": "hand2", + "pivot": [23.5, 27.38259, 1.88511], + "cubes": [ + {"origin": [26.5, 26.3, 0.9], "size": [3, 2, 2], "pivot": [-4, 27, 0], "rotation": [2.5, 0, 0], "uv": [78, 59]}, + {"origin": [23.5, 26.3, 0.9], "size": [3, 2, 2], "pivot": [-4, 27, 0], "rotation": [2.5, 0, 0], "uv": [32, 79]} + ] + }, + { + "name": "bone5", + "parent": "hand2", + "pivot": [23.5, 31.7784, 1.69318], + "cubes": [ + {"origin": [26.5, 30.7, 0.9], "size": [3, 2, 2], "pivot": [-4, 27, 0], "rotation": [2.5, 0, 0], "uv": [63, 66]}, + {"origin": [23.5, 30.7, 0.9], "size": [3, 2, 2], "pivot": [-4, 27, 0], "rotation": [2.5, 0, 0], "uv": [45, 64]} + ] + }, + { + "name": "arm", + "parent": "torso3", + "pivot": [-5.5, 29.5805, 1.78914], + "cubes": [ + {"origin": [-11.5, 27, -0.6], "size": [6, 5, 5], "pivot": [2, 27, 0], "rotation": [2.5, 0, 0], "uv": [60, 11]} + ] + }, + { + "name": "arm2", + "parent": "arm", + "pivot": [-12, 29.5805, 1.78914], + "cubes": [ + {"origin": [-18.5, 25.5, 1.9], "size": [2, 2, 0], "pivot": [2, 27, 0], "rotation": [2.5, 0, 0], "uv": [0, 31]}, + {"origin": [-18.5, 29.5, -2.1], "size": [2, 0, 8], "pivot": [2, 27, 0], "rotation": [2.5, 0, 0], "uv": [14, 40]}, + {"origin": [-18.5, 31.5, 1.9], "size": [2, 2, 0], "pivot": [2, 27, 0], "rotation": [2.5, 0, 0], "uv": [19, 31]}, + {"origin": [-19.5, 27.5, -0.1], "size": [8, 4, 4], "pivot": [2, 27, 0], "rotation": [2.5, 0, 0], "uv": [56, 2]} + ] + }, + { + "name": "hand", + "parent": "arm2", + "pivot": [-19.35098, 29.74895, 1.73813], + "cubes": [ + {"origin": [-23.5, 26.5, 0.9], "size": [4, 6, 2], "pivot": [4, 27, 0], "rotation": [2.5, 0, 0], "uv": [74, 45]} + ] + }, + { + "name": "bone", + "parent": "hand", + "pivot": [-23.5, 29.5805, 1.78914], + "cubes": [ + {"origin": [-29.5, 28.5, 0.9], "size": [3, 2, 2], "pivot": [4, 27, 0], "rotation": [2.5, 0, 0], "uv": [52, 77]}, + {"origin": [-26.5, 28.5, 0.9], "size": [3, 2, 2], "pivot": [4, 27, 0], "rotation": [2.5, 0, 0], "uv": [80, 4]} + ] + }, + { + "name": "bone2", + "parent": "hand", + "pivot": [-23.5, 27.38259, 1.88511], + "cubes": [ + {"origin": [-29.5, 26.3, 0.9], "size": [3, 2, 2], "pivot": [4, 27, 0], "rotation": [2.5, 0, 0], "uv": [77, 10]}, + {"origin": [-26.5, 26.3, 0.9], "size": [3, 2, 2], "pivot": [4, 27, 0], "rotation": [2.5, 0, 0], "uv": [79, 21]} + ] + }, + { + "name": "finger", + "parent": "hand", + "pivot": [-23.5, 31.7784, 1.69318], + "cubes": [ + {"origin": [-26.5, 30.7, 0.9], "size": [3, 2, 2], "pivot": [4, 27, 0], "rotation": [2.5, 0, 0], "uv": [10, 80]}, + {"origin": [-29.5, 30.7, 0.9], "size": [3, 2, 2], "pivot": [4, 27, 0], "rotation": [2.5, 0, 0], "uv": [72, 77]} + ] + }, + { + "name": "neck", + "parent": "torso3", + "pivot": [0, 31.55393, 1.07152], + "cubes": [ + {"origin": [-4, 32, -1.6], "size": [8, 5, 6], "pivot": [0, 27, 0], "rotation": [2.5, 0, 0], "uv": [0, 43]} + ] + }, + { + "name": "neck2", + "parent": "neck", + "pivot": [0, 35.90043, 0.65627], + "cubes": [ + {"origin": [-4, 35, 0], "size": [8, 5, 6], "inflate": 0.01, "pivot": [0, 27, 0], "rotation": [12.5, 0, 0], "uv": [28, 44]} + ] + }, + { + "name": "head", + "parent": "neck2", + "pivot": [0, 39.89976, 1.37998], + "cubes": [ + {"origin": [-5, 40, -5], "size": [10, 6, 8], "uv": [0, 15]}, + {"origin": [-0.5, 39, 7], "size": [1, 10, 4], "pivot": [0, 23, 0], "rotation": [32.5, 0, 0], "uv": [0, 71]}, + {"origin": [-7, 41, -2], "size": [2, 2, 2], "uv": [0, 19]}, + {"origin": [5, 41, -2], "size": [2, 2, 2], "uv": [0, 15]}, + {"origin": [0, 49, 8], "size": [0, 3, 3], "pivot": [0, 23, 0], "rotation": [32.5, 0, 0], "uv": [0, 0]}, + {"origin": [2.5, 42.5, -5], "size": [1, 1, 0], "inflate": 0.01, "uv": [118, 8]}, + {"origin": [-3.5, 42.5, -5], "size": [1, 1, 0], "inflate": 0.01, "uv": [118, 8], "mirror": true} + ] + }, + { + "name": "eletric", + "parent": "head", + "pivot": [0, 46.0132, 1.40901], + "cubes": [ + {"origin": [-8, 43, -6], "size": [0, 8, 8], "pivot": [0, 23, 0], "rotation": [-2.93508, 0.61497, 22.91963], "uv": [16, 56]}, + {"origin": [1.19812, 39.40886, -0.25427], "size": [0, 9, 8], "pivot": [0.19812, 43.90886, 3.74573], "rotation": [-30.59247, 14.19054, 10.19336], "uv": [0, 46]}, + {"origin": [-1.19812, 39.40886, -0.25427], "size": [0, 9, 8], "pivot": [-0.19812, 43.90886, 3.74573], "rotation": [-30.59247, -14.19054, -10.19336], "uv": [16, 47]}, + {"origin": [8, 43, -6], "size": [0, 8, 8], "pivot": [0, 23, 0], "rotation": [-2.93508, -0.61497, -22.91963], "uv": [0, 55]} + ] + }, + { + "name": "jawbone", + "parent": "head", + "pivot": [0, 39.5, 2], + "cubes": [ + {"origin": [-4.5, 39, -5], "size": [9, 1, 8], "uv": [30, 7]} + ] + }, + { + "name": "eyelids", + "parent": "head", + "pivot": [0, 44.5, -4.5], + "cubes": [ + {"origin": [-5, 43.5, -5], "size": [3, 1, 0], "inflate": 0.02, "uv": [8, 23], "mirror": true}, + {"origin": [2, 43.5, -5], "size": [3, 1, 0], "inflate": 0.02, "uv": [8, 23]}, + {"origin": [3.2, 43.5, -5], "size": [2, 1, 0], "inflate": 0.02, "pivot": [0.1, 25, 0.1], "rotation": [0, 90, 0], "uv": [8, 23], "mirror": true}, + {"origin": [-5.2, 43.5, -5], "size": [2, 1, 0], "inflate": 0.02, "pivot": [-0.1, 25, 0.1], "rotation": [0, -90, 0], "uv": [8, 23]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/tynamo.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/tynamo.geo.json new file mode 100644 index 0000000..137c838 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/tynamo.geo.json @@ -0,0 +1,107 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 4, + "visible_bounds_height": 1.5, + "visible_bounds_offset": [0, 0.25, 0] + }, + "bones": [ + { + "name": "root", + "pivot": [0, 0, 0] + }, + { + "name": "tynamo", + "parent": "root", + "pivot": [0, 0, 0] + }, + { + "name": "head", + "parent": "tynamo", + "pivot": [0, 2, 3], + "cubes": [ + {"origin": [-3, 0, -1], "size": [4, 4, 4], "uv": [16, 16]} + ] + }, + { + "name": "Mouth", + "parent": "head", + "pivot": [-1, 2, -1.01], + "rotation": [0, 0, 45], + "cubes": [ + {"origin": [-2.5, 0.5, -1.01], "size": [3, 3, 0], "uv": [18, 0]} + ] + }, + { + "name": "Righteyae", + "parent": "head", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [1.01, 0.5, 0], "size": [0, 3, 2], "uv": [14, 0]} + ] + }, + { + "name": "lefteye", + "parent": "head", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-3.01, 0.5, 0], "size": [0, 3, 2], "uv": [0, 0]} + ] + }, + { + "name": "Torso", + "parent": "tynamo", + "pivot": [0, 2, 2], + "cubes": [ + {"origin": [-3, 0, 2], "size": [4, 4, 6], "uv": [0, 0]} + ] + }, + { + "name": "Tail1", + "parent": "Torso", + "pivot": [0, 1.7, 8.2], + "cubes": [ + {"origin": [-2.5, 0.25, 7], "size": [3, 3.5, 3], "uv": [20, 8]} + ] + }, + { + "name": "Tail2", + "parent": "Tail1", + "pivot": [0, 2.3, 10.2], + "cubes": [ + {"origin": [-2, 0.5, 9], "size": [2, 3, 5], "uv": [20, 0]} + ] + }, + { + "name": "Fin3", + "parent": "Tail2", + "pivot": [-1, 2, 5.3], + "cubes": [ + {"origin": [-1, -3, 10], "size": [0, 10, 10], "uv": [0, 0]} + ] + }, + { + "name": "Fin2", + "parent": "Tail1", + "pivot": [-1, 2, 5.3], + "cubes": [ + {"origin": [-1, -3, 8], "size": [0, 10, 2], "uv": [16, 22]} + ] + }, + { + "name": "Fin", + "parent": "Torso", + "pivot": [-1, 2, 5.3], + "cubes": [ + {"origin": [-1, -3, 0], "size": [0, 10, 8], "uv": [0, 12]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_a.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_a.geo.json new file mode 100644 index 0000000..fb31bd2 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_a.geo.json @@ -0,0 +1,56 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unown", + "texture_width": 16, + "texture_height": 16, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "unown", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-0.5, 11.6, -0.9], "size": [1, 1, 1], "uv": [14, 4]}, + {"origin": [1.57361, 0.95935, -0.9], "size": [1, 6, 1], "inflate": 0.01, "pivot": [2, 4, -0.4], "rotation": [0, 0, -20], "uv": [0, 8]}, + {"origin": [-2.5, 1, -0.9], "size": [1, 6, 1], "inflate": 0.01, "pivot": [-2, 4, -0.4], "rotation": [0, 0, 20], "uv": [7, 7]} + ] + }, + { + "name": "body", + "parent": "unown", + "pivot": [0, 1, 0], + "cubes": [ + {"origin": [-1.5, 7.6, -0.1], "size": [3, 3, 1], "uv": [0, 0]}, + {"origin": [1.5, 7.6, -0.9], "size": [1, 3, 1], "uv": [11, 5]}, + {"origin": [-2.5, 7.6, -0.9], "size": [1, 3, 1], "uv": [11, 9]}, + {"origin": [-1.5, 6.6, -0.9], "size": [3, 1, 1], "uv": [8, 0]}, + {"origin": [-1.5, 10.6, -0.9], "size": [3, 1, 1], "uv": [7, 3]} + ] + }, + { + "name": "eye", + "parent": "unown", + "pivot": [0, 1, -1.9], + "cubes": [ + {"origin": [-1.5, 7.6, -0.9], "size": [3, 3, 1], "inflate": -0.01, "uv": [0, 0]} + ] + }, + { + "name": "AConnector", + "parent": "unown", + "pivot": [0.4, 2, 0], + "cubes": [ + {"origin": [-1, 3.4, -0.9], "size": [2, 1, 1], "uv": [9, 12]}, + {"origin": [-2, 4.4, -0.9], "size": [1, 1, 1], "uv": [9, 5]}, + {"origin": [1, 4.4, -0.9], "size": [1, 1, 1], "uv": [6, 12]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_b.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_b.geo.json new file mode 100644 index 0000000..4093968 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_b.geo.json @@ -0,0 +1,49 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unown", + "texture_width": 16, + "texture_height": 16, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "unown", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [2.5, 7.6, -0.9], "size": [1, 1, 1], "uv": [12, 5]}, + {"origin": [-3.5, 2.6, -0.9], "size": [1, 1, 1], "uv": [8, 5]}, + {"origin": [-2.5, 1.6, -0.9], "size": [1, 3, 1], "uv": [0, 10]}, + {"origin": [1.5, 1.6, -0.9], "size": [1, 3, 1], "uv": [7, 9]}, + {"origin": [-1.5, 4.6, -0.9], "size": [3, 1, 1], "uv": [7, 7]}, + {"origin": [-1.5, 0.6, -0.9], "size": [3, 1, 1], "uv": [7, 3]} + ] + }, + { + "name": "body", + "parent": "unown", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-1.5, 6.6, -0.1], "size": [3, 3, 1], "uv": [0, 0]}, + {"origin": [1.5, 6.6, -0.9], "size": [1, 3, 1], "uv": [4, 12]}, + {"origin": [-2.5, 6.6, -0.9], "size": [1, 3, 1], "uv": [11, 9]}, + {"origin": [-1.5, 5.6, -0.9], "size": [3, 1, 1], "uv": [8, 0]}, + {"origin": [-1.5, 9.6, -0.9], "size": [3, 1, 1], "uv": [0, 8]} + ] + }, + { + "name": "eye", + "parent": "unown", + "pivot": [0, 0, 0.1], + "cubes": [ + {"origin": [-1.5, 6.6, -0.9], "size": [3, 3, 1], "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_c.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_c.geo.json new file mode 100644 index 0000000..62e9cb2 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_c.geo.json @@ -0,0 +1,56 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unown", + "texture_width": 16, + "texture_height": 16, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "unown", + "pivot": [0, 0, 0] + }, + { + "name": "eye", + "parent": "unown", + "pivot": [0, -1, 0.1], + "cubes": [ + {"origin": [-1.5, 5.6, -0.9], "size": [3, 3, 1], "uv": [0, 0]} + ] + }, + { + "name": "body", + "parent": "unown", + "pivot": [0, -1, 0], + "cubes": [ + {"origin": [-1.5, 5.6, -0.1], "size": [3, 3, 1], "uv": [0, 0]}, + {"origin": [1.5, 5.6, -0.9], "size": [1, 3, 1], "uv": [8, 12]}, + {"origin": [-2.5, 5.6, -0.9], "size": [1, 3, 1], "uv": [4, 12]}, + {"origin": [-1.5, 4.6, -0.9], "size": [3, 1, 1], "uv": [11, 11]}, + {"origin": [-1.5, 8.6, -0.9], "size": [3, 1, 1], "uv": [11, 7]} + ] + }, + { + "name": "C", + "parent": "unown", + "pivot": [0, -1, 0.1], + "cubes": [ + {"origin": [2.5, 6.6, -0.9], "size": [1, 1, 1], "uv": [10, 4]}, + {"origin": [-0.5, 1.6, -0.9], "size": [1, 1, 1], "uv": [12, 13]}, + {"origin": [-3.5, 2.6, -0.9], "size": [4, 1, 1], "uv": [4, 2]}, + {"origin": [-2.5, 8.6, -0.9], "size": [1, 1, 1], "uv": [12, 9]}, + {"origin": [-3.5, 9.6, -0.9], "size": [1, 1, 1], "uv": [12, 4]}, + {"origin": [-3.5, 10.6, -0.9], "size": [7, 1, 1], "uv": [0, 7]}, + {"origin": [3.5, 6.6, -0.9], "size": [1, 4, 1], "uv": [0, 10]}, + {"origin": [-4.5, 3.6, -0.9], "size": [1, 7, 1], "uv": [12, 8]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_d.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_d.geo.json new file mode 100644 index 0000000..85b3c3d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_d.geo.json @@ -0,0 +1,54 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unown", + "texture_width": 16, + "texture_height": 16, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "unown", + "pivot": [0, 0, 0] + }, + { + "name": "bone", + "parent": "unown", + "pivot": [0, -2, 0], + "cubes": [ + {"origin": [-0.5, 8.6, -0.9], "size": [1, 1, 1], "uv": [3, 13]}, + {"origin": [2.5, 8.6, -0.9], "size": [1, 1, 1], "uv": [12, 5]}, + {"origin": [2.5, 2.6, -0.9], "size": [1, 1, 1], "uv": [8, 5]}, + {"origin": [-0.5, 1.6, -0.9], "size": [3, 1, 1], "uv": [8, 0]}, + {"origin": [3.5, 3.6, -0.9], "size": [1, 5, 1], "uv": [7, 9]}, + {"origin": [-0.5, 9.6, -0.9], "size": [3, 1, 1], "uv": [0, 8]} + ] + }, + { + "name": "body", + "parent": "unown", + "pivot": [0, -2, 0], + "cubes": [ + {"origin": [-1.5, 4.6, -0.1], "size": [3, 3, 1], "uv": [0, 0]}, + {"origin": [1.5, 4.6, -0.9], "size": [1, 3, 1], "uv": [11, 9]}, + {"origin": [-2.5, 4.6, -0.9], "size": [1, 3, 1], "uv": [0, 10]}, + {"origin": [-1.5, 3.6, -0.9], "size": [3, 1, 1], "uv": [7, 7]}, + {"origin": [-1.5, 7.6, -0.9], "size": [3, 1, 1], "uv": [7, 3]} + ] + }, + { + "name": "eye", + "parent": "unown", + "pivot": [0, -2, 0.1], + "cubes": [ + {"origin": [-1.5, 4.6, -0.9], "size": [3, 3, 1], "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_e.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_e.geo.json new file mode 100644 index 0000000..e1f554c --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_e.geo.json @@ -0,0 +1,54 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unown", + "texture_width": 16, + "texture_height": 16, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "unown", + "pivot": [0, 0, 0] + }, + { + "name": "bone", + "parent": "unown", + "pivot": [0, 1, 0], + "cubes": [ + {"origin": [2.5, 5.6, -0.9], "size": [1, 1, 1], "uv": [4, 12]}, + {"origin": [-0.5, 8.6, -0.9], "size": [1, 1, 1], "uv": [11, 11]}, + {"origin": [-3.5, 5.6, -0.9], "size": [1, 1, 1], "uv": [11, 9]}, + {"origin": [-0.5, 2.6, -0.9], "size": [1, 1, 1], "uv": [8, 5]}, + {"origin": [0.5, 1.6, -0.9], "size": [3, 1, 1], "uv": [8, 0]}, + {"origin": [0.5, 9.6, -0.9], "size": [3, 1, 1], "uv": [0, 8]} + ] + }, + { + "name": "body", + "parent": "unown", + "pivot": [0, -2, 0], + "cubes": [ + {"origin": [-1.5, 4.6, -0.1], "size": [3, 3, 1], "uv": [0, 0]}, + {"origin": [1.5, 4.6, -0.9], "size": [1, 3, 1], "uv": [0, 10]}, + {"origin": [-2.5, 4.6, -0.9], "size": [1, 3, 1], "uv": [7, 9]}, + {"origin": [-1.5, 3.6, -0.9], "size": [3, 1, 1], "uv": [7, 7]}, + {"origin": [-1.5, 7.6, -0.9], "size": [3, 1, 1], "uv": [7, 3]} + ] + }, + { + "name": "eye", + "parent": "unown", + "pivot": [0, -2, 0.1], + "cubes": [ + {"origin": [-1.5, 4.6, -0.9], "size": [3, 3, 1], "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_exclamation.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_exclamation.geo.json new file mode 100644 index 0000000..9036837 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_exclamation.geo.json @@ -0,0 +1,54 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unown", + "texture_width": 16, + "texture_height": 16, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "unown", + "pivot": [0, 0, 0] + }, + { + "name": "bone", + "parent": "unown", + "pivot": [0, -1, 0] + }, + { + "name": "bone2", + "parent": "bone", + "pivot": [0, -1, 0], + "cubes": [ + {"origin": [-0.5, 6.6, -0.9], "size": [1, 4, 1], "uv": [0, 8]} + ] + }, + { + "name": "body", + "parent": "unown", + "pivot": [0, -4, 0], + "cubes": [ + {"origin": [-1.5, 2.6, -0.1], "size": [3, 3, 1], "uv": [0, 0]}, + {"origin": [1.5, 2.6, -0.9], "size": [1, 3, 1], "uv": [8, 9]}, + {"origin": [-2.5, 2.6, -0.9], "size": [1, 3, 1], "uv": [4, 8]}, + {"origin": [-1.5, 1.6, -0.9], "size": [3, 1, 1], "uv": [7, 7]}, + {"origin": [-1.5, 5.6, -0.9], "size": [3, 1, 1], "uv": [7, 3]} + ] + }, + { + "name": "eye", + "parent": "unown", + "pivot": [0, -4, 0.1], + "cubes": [ + {"origin": [-1.5, 2.6, -0.9], "size": [3, 3, 1], "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_f.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_f.geo.json new file mode 100644 index 0000000..856223c --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_f.geo.json @@ -0,0 +1,55 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unown", + "texture_width": 16, + "texture_height": 16, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "unown", + "pivot": [0, 0, 0] + }, + { + "name": "bone", + "parent": "unown", + "pivot": [0, 3, 0], + "cubes": [ + {"origin": [2.5, 7.6, -0.9], "size": [3, 1, 1], "uv": [0, 8]}, + {"origin": [2.5, 5.6, -0.9], "size": [2, 1, 1], "uv": [8, 5]}, + {"origin": [4.5, 6.6, -0.9], "size": [1, 1, 1], "uv": [13, 1]}, + {"origin": [0.5, 3.6, -0.9], "size": [2, 1, 1], "uv": [8, 0]}, + {"origin": [-0.5, 1.6, -0.9], "size": [1, 4, 1], "uv": [8, 6]}, + {"origin": [-1.5, 0.6, -0.9], "size": [1, 2, 1], "inflate": 0.011, "pivot": [-1, 1.6, -0.4], "rotation": [0, 0, 52.5], "uv": [10, 13]}, + {"origin": [0.5, 0.6, -0.9], "size": [1, 2, 1], "inflate": 0.01, "pivot": [1, 1.6, -0.4], "rotation": [0, 0, -55], "uv": [3, 13]} + ] + }, + { + "name": "body", + "parent": "unown", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-1.5, 6.6, -0.1], "size": [3, 3, 1], "uv": [0, 0]}, + {"origin": [1.5, 6.6, -0.9], "size": [1, 3, 1], "uv": [11, 9]}, + {"origin": [-2.5, 6.6, -0.9], "size": [1, 3, 1], "uv": [0, 10]}, + {"origin": [-1.5, 5.6, -0.9], "size": [3, 1, 1], "uv": [7, 7]}, + {"origin": [-1.5, 9.6, -0.9], "size": [3, 1, 1], "uv": [7, 3]} + ] + }, + { + "name": "eye", + "parent": "unown", + "pivot": [0, 0, 0.1], + "cubes": [ + {"origin": [-1.5, 6.6, -0.9], "size": [3, 3, 1], "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_g.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_g.geo.json new file mode 100644 index 0000000..ddbae7f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_g.geo.json @@ -0,0 +1,53 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unown", + "texture_width": 16, + "texture_height": 16, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "unown", + "pivot": [0, 0, 0] + }, + { + "name": "eye", + "parent": "unown", + "pivot": [0, 0, 0.1], + "cubes": [ + {"origin": [-1.5, 6.6, -0.9], "size": [3, 3, 1], "uv": [0, 0]} + ] + }, + { + "name": "body", + "parent": "unown", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-1.5, 6.6, -0.1], "size": [3, 3, 1], "uv": [0, 0]}, + {"origin": [1.5, 6.6, -0.9], "size": [1, 3, 1], "uv": [8, 11]}, + {"origin": [-2.5, 6.6, -0.9], "size": [1, 3, 1], "uv": [4, 10]}, + {"origin": [-1.5, 5.6, -0.9], "size": [3, 1, 1], "inflate": 0.001, "uv": [8, 2]}, + {"origin": [-1.5, 9.6, -0.9], "size": [3, 1, 1], "uv": [7, 5]} + ] + }, + { + "name": "bone", + "parent": "unown", + "pivot": [0, 3, 0], + "cubes": [ + {"origin": [-1.5, 3.6, -0.9], "size": [1, 3, 1], "inflate": 0.0001, "pivot": [-1, 4.6, -0.4], "rotation": [0, 0, 35], "uv": [0, 10]}, + {"origin": [-0.72873, 1.96036, -0.9], "size": [1, 3, 1], "pivot": [-0.22873, 3.46036, -0.4], "rotation": [0, 0, -55.5], "uv": [8, 7]}, + {"origin": [-2.5, 10.6, -0.9], "size": [1, 1, 1], "uv": [12, 7]}, + {"origin": [1.5, 10.6, -0.9], "size": [1, 1, 1], "uv": [11, 10]}, + {"origin": [-3.5, 11.6, -0.9], "size": [7, 1, 1], "uv": [0, 5]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_h.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_h.geo.json new file mode 100644 index 0000000..4c3c4ca --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_h.geo.json @@ -0,0 +1,60 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unown", + "texture_width": 16, + "texture_height": 16, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "unown", + "pivot": [0, 0, 0] + }, + { + "name": "eye", + "parent": "unown", + "pivot": [0, 0, 0.1], + "cubes": [ + {"origin": [-1.5, 6.6, -0.9], "size": [3, 3, 1], "uv": [0, 0]} + ] + }, + { + "name": "body", + "parent": "unown", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-1.5, 6.6, -0.1], "size": [3, 3, 1], "uv": [0, 0]}, + {"origin": [1.5, 6.6, -0.9], "size": [1, 3, 1], "uv": [11, 9]}, + {"origin": [-2.5, 6.6, -0.9], "size": [1, 3, 1], "uv": [11, 5]}, + {"origin": [-1.5, 5.6, -0.9], "size": [3, 1, 1], "uv": [8, 0]}, + {"origin": [-1.5, 9.6, -0.9], "size": [3, 1, 1], "uv": [7, 3]} + ] + }, + { + "name": "bone", + "parent": "unown", + "pivot": [0, 3, 0], + "cubes": [ + {"origin": [3.5, 5.6, -0.9], "size": [1, 5, 1], "uv": [0, 8]}, + {"origin": [-4.5, 5.6, -0.9], "size": [1, 5, 1], "uv": [7, 7]}, + {"origin": [2.5, 7.6, -0.9], "size": [1, 1, 1], "uv": [14, 14]}, + {"origin": [-3.5, 7.6, -0.9], "size": [1, 1, 1], "uv": [14, 12]}, + {"origin": [2.5, 4.6, -0.9], "size": [1, 1, 1], "uv": [11, 8]}, + {"origin": [-3.5, 4.6, -0.9], "size": [1, 1, 1], "uv": [11, 5]}, + {"origin": [-2.5, 3.6, -0.9], "size": [1, 1, 1], "uv": [4, 14]}, + {"origin": [1.5, 3.6, -0.9], "size": [1, 1, 1], "uv": [10, 5]}, + {"origin": [2.5, 10.6, -0.9], "size": [1, 1, 1], "uv": [0, 14]}, + {"origin": [-3.5, 10.6, -0.9], "size": [1, 1, 1], "uv": [11, 13]}, + {"origin": [-2.5, 11.6, -0.9], "size": [1, 1, 1], "uv": [7, 13]}, + {"origin": [1.5, 11.6, -0.9], "size": [1, 1, 1], "uv": [4, 12]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_i.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_i.geo.json new file mode 100644 index 0000000..0a2581e --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_i.geo.json @@ -0,0 +1,50 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unown", + "texture_width": 16, + "texture_height": 16, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "unown", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "unown", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-1.5, 6.6, -0.1], "size": [3, 3, 1], "uv": [0, 0]}, + {"origin": [1.5, 6.6, -0.9], "size": [1, 3, 1], "uv": [0, 12]}, + {"origin": [-2.5, 6.6, -0.9], "size": [1, 3, 1], "uv": [8, 9]}, + {"origin": [-1.5, 5.6, -0.9], "size": [3, 1, 1], "uv": [7, 7]}, + {"origin": [-1.5, 9.6, -0.9], "size": [3, 1, 1], "uv": [7, 3]} + ] + }, + { + "name": "bone", + "parent": "unown", + "pivot": [0, 3, 0], + "cubes": [ + {"origin": [-0.5, 10.6, -0.9], "size": [1, 3, 1], "uv": [4, 8]}, + {"origin": [-0.5, 2.6, -0.9], "size": [1, 3, 1], "uv": [0, 8]} + ] + }, + { + "name": "eye", + "parent": "unown", + "pivot": [0, 0, 0.1], + "cubes": [ + {"origin": [-1.5, 6.6, -0.9], "size": [3, 3, 1], "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_j.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_j.geo.json new file mode 100644 index 0000000..8cdfcac --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_j.geo.json @@ -0,0 +1,52 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unown", + "texture_width": 16, + "texture_height": 16, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "unown", + "pivot": [0, 0, 0] + }, + { + "name": "bone", + "parent": "unown", + "pivot": [0, 3, 0], + "cubes": [ + {"origin": [2.5, 10.6, -0.9], "size": [1, 1, 1], "uv": [4, 12]}, + {"origin": [-3.5, 2.6, -0.9], "size": [1, 1, 1], "uv": [10, 10]}, + {"origin": [-2.5, 1.6, -0.9], "size": [2, 1, 1], "uv": [4, 10]}, + {"origin": [-0.5, 2.6, -0.9], "size": [1, 3, 1], "uv": [10, 2]} + ] + }, + { + "name": "body", + "parent": "unown", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-1.5, 6.6, -0.1], "size": [3, 3, 1], "uv": [0, 0]}, + {"origin": [1.5, 6.6, -0.9], "size": [1, 3, 1], "uv": [0, 10]}, + {"origin": [-2.5, 6.6, -0.9], "size": [1, 3, 1], "uv": [8, 6]}, + {"origin": [-1.5, 5.6, -0.9], "size": [3, 1, 1], "uv": [8, 0]}, + {"origin": [-1.5, 9.6, -0.9], "size": [4, 1, 1], "uv": [0, 5]} + ] + }, + { + "name": "eye", + "parent": "unown", + "pivot": [0, 0, 0.1], + "cubes": [ + {"origin": [-1.5, 6.6, -0.9], "size": [3, 3, 1], "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_k.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_k.geo.json new file mode 100644 index 0000000..388f605 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_k.geo.json @@ -0,0 +1,52 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unown", + "texture_width": 16, + "texture_height": 16, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "unown", + "pivot": [0, 0, 0] + }, + { + "name": "eye", + "parent": "unown", + "pivot": [0, 0, 0.1], + "cubes": [ + {"origin": [-1.5, 6.6, -0.9], "size": [3, 3, 1], "inflate": 0.001, "uv": [0, 0]} + ] + }, + { + "name": "body", + "parent": "unown", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-1.5, 6.6, -0.1], "size": [3, 3, 1], "uv": [0, 0]}, + {"origin": [1.5, 6.6, -0.9], "size": [1, 3, 1], "inflate": 0.001, "uv": [4, 12]}, + {"origin": [-2.5, 6.6, -0.9], "size": [1, 3, 1], "uv": [11, 9]}, + {"origin": [-1.5, 5.6, -0.9], "size": [3, 1, 1], "uv": [8, 0]}, + {"origin": [-1.5, 9.6, -0.9], "size": [3, 1, 1], "uv": [0, 8]} + ] + }, + { + "name": "bone", + "parent": "unown", + "pivot": [0, 3, 0], + "cubes": [ + {"origin": [-0.5, 10.6, -0.9], "size": [1, 3, 1], "uv": [0, 10]}, + {"origin": [-0.5, 2.6, -0.9], "size": [1, 3, 1], "uv": [7, 9]}, + {"origin": [1.5, 8.5, -0.9], "size": [3, 1, 1], "pivot": [3.5, 7.1, -0.4], "rotation": [0, 0, -17.5], "uv": [7, 7]}, + {"origin": [0.8, 6.8, -0.9], "size": [3, 1, 1], "pivot": [3.5, 7.1, -0.4], "rotation": [0, 0, 17.5], "uv": [7, 3]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_l.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_l.geo.json new file mode 100644 index 0000000..c3421db --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_l.geo.json @@ -0,0 +1,51 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unown", + "texture_width": 16, + "texture_height": 16, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "unown", + "pivot": [0, 0, 0] + }, + { + "name": "bone", + "parent": "unown", + "pivot": [-5, 4, 0], + "cubes": [ + {"origin": [0.5, 1.6, -0.9], "size": [2, 1, 1], "uv": [4, 10]}, + {"origin": [-0.5, 1.6, -0.9], "size": [1, 3, 1], "uv": [10, 2]}, + {"origin": [-3.5, 9.6, -0.9], "size": [1, 1, 1], "uv": [10, 10]} + ] + }, + { + "name": "body", + "parent": "unown", + "pivot": [0, -1, 0], + "cubes": [ + {"origin": [-1.5, 5.6, -0.1], "size": [3, 3, 1], "uv": [0, 0]}, + {"origin": [1.5, 5.6, -0.9], "size": [1, 3, 1], "uv": [0, 10]}, + {"origin": [-2.5, 5.6, -0.9], "size": [1, 3, 1], "uv": [8, 6]}, + {"origin": [-1.5, 4.6, -0.9], "size": [3, 1, 1], "uv": [8, 0]}, + {"origin": [-2.5, 8.6, -0.9], "size": [4, 1, 1], "uv": [0, 4]} + ] + }, + { + "name": "eye", + "parent": "unown", + "pivot": [0, -1, 0.1], + "cubes": [ + {"origin": [-1.5, 5.6, -0.9], "size": [3, 3, 1], "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_m.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_m.geo.json new file mode 100644 index 0000000..54c922b --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_m.geo.json @@ -0,0 +1,72 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unown", + "texture_width": 16, + "texture_height": 16, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "unown", + "pivot": [0, 0, 0] + }, + { + "name": "bone", + "parent": "unown", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-0.5, 7.6, -0.9], "size": [1, 2, 1], "uv": [15, 6]}, + {"origin": [-2.43431, 8.65563, -0.9], "size": [5, 1, 1], "inflate": 0.001, "uv": [4, 5]} + ] + }, + { + "name": "bone2", + "parent": "bone", + "pivot": [-3, 8.1, -0.4], + "cubes": [ + {"origin": [-3.7, 6.6, -0.9], "size": [1, 3, 1], "pivot": [-3, 8.1, -0.4], "rotation": [0, 0, 45], "uv": [7, 12]}, + {"origin": [-3.7, 2.46863, -0.9], "size": [1, 2, 1], "pivot": [-3, 2.96863, -0.4], "rotation": [0, 0, -45], "uv": [12, 3]}, + {"origin": [-4.55563, 3.53431, -0.9], "size": [1, 4, 1], "inflate": -0.001, "uv": [0, 10]}, + {"origin": [-3.5, 7.8, -0.9], "size": [1, 2, 1], "inflate": -0.001, "pivot": [-3, 8.1, -0.4], "rotation": [0, 0, -45], "uv": [11, 1]} + ] + }, + { + "name": "bone3", + "parent": "bone2", + "pivot": [-3, 8.1, -0.4], + "cubes": [ + {"origin": [2.83137, 6.6, -0.9], "size": [1, 3, 1], "pivot": [3.13137, 8.1, -0.4], "rotation": [0, 0, -45], "uv": [12, 7]}, + {"origin": [2.83137, 2.46863, -0.9], "size": [1, 2, 1], "pivot": [3.13137, 2.96863, -0.4], "rotation": [0, 0, 45], "uv": [10, 11]}, + {"origin": [3.68701, 3.53431, -0.9], "size": [1, 4, 1], "inflate": -0.001, "uv": [8, 7]}, + {"origin": [2.63137, 7.8, -0.9], "size": [1, 2, 1], "inflate": -0.001, "pivot": [3.13137, 8.1, -0.4], "rotation": [0, 0, 45], "uv": [3, 12]} + ] + }, + { + "name": "body", + "parent": "unown", + "pivot": [0, -3, 0], + "cubes": [ + {"origin": [-1.5, 3.6, -0.1], "size": [3, 3, 1], "uv": [0, 0]}, + {"origin": [1.5, 3.6, -0.9], "size": [1, 3, 1], "uv": [11, 11]}, + {"origin": [-2.5, 3.6, -0.9], "size": [1, 3, 1], "uv": [4, 10]}, + {"origin": [-1.5, 2.6, -0.9], "size": [3, 1, 1], "uv": [8, 2]}, + {"origin": [-1.5, 6.6, -0.9], "size": [3, 1, 1], "uv": [7, 5]} + ] + }, + { + "name": "eye", + "parent": "unown", + "pivot": [0, -3, 0.1], + "cubes": [ + {"origin": [-1.5, 3.6, -0.9], "size": [3, 3, 1], "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_n.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_n.geo.json new file mode 100644 index 0000000..f4fd7c3 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_n.geo.json @@ -0,0 +1,52 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unown", + "texture_width": 16, + "texture_height": 16, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "unown", + "pivot": [0, 0, 0] + }, + { + "name": "bone", + "parent": "unown", + "pivot": [0.12132, 1, 0], + "cubes": [ + {"origin": [1.62132, 1.6, -0.9], "size": [1, 4, 1], "pivot": [2.12132, 4.1, -0.4], "rotation": [0, 0, -45], "uv": [11, 10]}, + {"origin": [3.68436, 2.73463, -0.9], "size": [1, 6, 1], "inflate": -0.001, "pivot": [4.18436, 5.23463, -0.4], "rotation": [0, 0, 10], "uv": [0, 8]}, + {"origin": [-4.51071, 3.69282, -0.9], "size": [1, 6, 1], "inflate": -0.001, "pivot": [-4.01071, 8.19282, -0.4], "rotation": [0, 0, 10], "uv": [7, 7]}, + {"origin": [1.62132, 8.6, -0.9], "size": [1, 4, 1], "pivot": [2.12132, 4.1, -0.4], "rotation": [0, 0, -45], "uv": [11, 5]} + ] + }, + { + "name": "body", + "parent": "unown", + "pivot": [0.12132, -2, 0], + "cubes": [ + {"origin": [-1.37868, 4.6, -0.1], "size": [3, 3, 1], "uv": [0, 0]}, + {"origin": [1.62132, 4.6, -0.9], "size": [1, 3, 1], "inflate": 0.001, "uv": [8, 14]}, + {"origin": [-2.37868, 4.6, -0.9], "size": [1, 3, 1], "inflate": 0.001, "uv": [4, 13]}, + {"origin": [-1.37868, 3.6, -0.9], "size": [3, 1, 1], "inflate": 0.001, "uv": [8, 0]}, + {"origin": [-1.37868, 7.6, -0.9], "size": [3, 1, 1], "inflate": 0.001, "uv": [7, 3]} + ] + }, + { + "name": "eye", + "parent": "unown", + "pivot": [0.12132, -2, 0.1], + "cubes": [ + {"origin": [-1.37868, 4.6, -0.9], "size": [3, 3, 1], "inflate": 0.001, "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_o.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_o.geo.json new file mode 100644 index 0000000..840deae --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_o.geo.json @@ -0,0 +1,71 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unown", + "texture_width": 16, + "texture_height": 16, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "unown", + "pivot": [0, 0, 0] + }, + { + "name": "bone", + "parent": "unown", + "pivot": [0, 1, 0], + "cubes": [ + {"origin": [-0.5, 1.6, -0.9], "size": [1, 2, 1], "uv": [12, 0]}, + {"origin": [-2.5, 1.35736, -0.9], "size": [5, 1, 1], "inflate": 0.01, "uv": [1, 13]}, + {"origin": [-2.5, 9.6, -0.9], "size": [5, 1, 1], "inflate": 0.01, "uv": [0, 5]} + ] + }, + { + "name": "bone2", + "parent": "bone", + "pivot": [-3, 3.1, -0.4], + "cubes": [ + {"origin": [-4.62132, 3.47868, -0.9], "size": [1, 5, 1], "inflate": 0.01, "uv": [11, 10]}, + {"origin": [-3.76569, 7.54437, -0.9], "size": [1, 3, 1], "pivot": [-3.06569, 9.04437, -0.4], "rotation": [0, 0, 45], "uv": [12, 11]}, + {"origin": [-3.76569, 1.41299, -0.9], "size": [1, 3, 1], "pivot": [-3.06569, 2.91299, -0.4], "rotation": [0, 0, -45], "uv": [12, 9]} + ] + }, + { + "name": "bone3", + "parent": "bone2", + "pivot": [3, 3.1, -0.4], + "cubes": [ + {"origin": [3.62132, 3.47868, -0.9], "size": [1, 5, 1], "inflate": 0.01, "uv": [8, 9]}, + {"origin": [2.76569, 7.54437, -0.9], "size": [1, 3, 1], "pivot": [3.06569, 9.04437, -0.4], "rotation": [0, 0, -45], "uv": [12, 5]}, + {"origin": [2.76569, 1.41299, -0.9], "size": [1, 3, 1], "pivot": [3.06569, 2.91299, -0.4], "rotation": [0, 0, 45], "uv": [5, 11]} + ] + }, + { + "name": "body", + "parent": "unown", + "pivot": [0, -2, 0], + "cubes": [ + {"origin": [-1.5, 4.6, -0.1], "size": [3, 3, 1], "uv": [0, 0]}, + {"origin": [1.5, 4.6, -0.9], "size": [1, 3, 1], "uv": [12, 0]}, + {"origin": [-2.5, 4.6, -0.9], "size": [1, 3, 1], "uv": [0, 12]}, + {"origin": [-1.5, 3.6, -0.9], "size": [3, 1, 1], "uv": [0, 10]}, + {"origin": [-1.5, 7.6, -0.9], "size": [3, 1, 1], "uv": [8, 4]} + ] + }, + { + "name": "eye", + "parent": "unown", + "pivot": [0, -2, 0.1], + "cubes": [ + {"origin": [-1.5, 4.6, -0.9], "size": [3, 3, 1], "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_p.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_p.geo.json new file mode 100644 index 0000000..8733142 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_p.geo.json @@ -0,0 +1,50 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unown", + "texture_width": 16, + "texture_height": 16, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "unown", + "pivot": [0, 0, 0] + }, + { + "name": "bone", + "parent": "unown", + "pivot": [0.5, 2, 0], + "cubes": [ + {"origin": [-3, 9.6, -0.9], "size": [1, 1, 1], "uv": [4, 10]}, + {"origin": [-1, 1.6, -0.9], "size": [1, 3, 1], "uv": [10, 2]} + ] + }, + { + "name": "body", + "parent": "unown", + "pivot": [0.5, -1, 0], + "cubes": [ + {"origin": [-1, 5.6, -0.1], "size": [3, 3, 1], "uv": [0, 0]}, + {"origin": [2, 5.6, -0.9], "size": [1, 3, 1], "uv": [0, 10]}, + {"origin": [-2, 5.6, -0.9], "size": [1, 3, 1], "uv": [8, 6]}, + {"origin": [-1, 4.6, -0.9], "size": [3, 1, 1], "uv": [8, 0]}, + {"origin": [-2, 8.6, -0.9], "size": [4, 1, 1], "uv": [0, 4]} + ] + }, + { + "name": "eye", + "parent": "unown", + "pivot": [0.5, -1, 0.1], + "cubes": [ + {"origin": [-1, 5.6, -0.9], "size": [3, 3, 1], "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_q.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_q.geo.json new file mode 100644 index 0000000..77bc624 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_q.geo.json @@ -0,0 +1,50 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unown", + "texture_width": 16, + "texture_height": 16, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "unown", + "pivot": [0, 0, 0] + }, + { + "name": "bone", + "parent": "unown", + "pivot": [-1.10607, 1, 0], + "cubes": [ + {"origin": [0.39393, 0.6, -0.9], "size": [1, 5, 1], "pivot": [0.89393, 4.1, -0.4], "rotation": [0, 0, -45], "uv": [0, 8]}, + {"origin": [1.39393, 1.6, -0.9], "size": [1, 1, 1], "pivot": [0.89393, 4.1, -0.4], "rotation": [0, 0, -45], "uv": [8, 0]} + ] + }, + { + "name": "body", + "parent": "unown", + "pivot": [-1.10607, -2, 0], + "cubes": [ + {"origin": [-2.60607, 4.6, -0.1], "size": [3, 3, 1], "inflate": 0.001, "uv": [0, 0]}, + {"origin": [0.39393, 4.6, -0.9], "size": [1, 3, 1], "inflate": 0.01, "uv": [8, 9]}, + {"origin": [-3.60607, 4.6, -0.9], "size": [1, 3, 1], "inflate": 0.001, "uv": [4, 8]}, + {"origin": [-2.60607, 3.6, -0.9], "size": [3, 1, 1], "inflate": 0.01, "uv": [7, 7]}, + {"origin": [-2.60607, 7.6, -0.9], "size": [3, 1, 1], "inflate": 0.001, "uv": [7, 3]} + ] + }, + { + "name": "eye", + "parent": "unown", + "pivot": [-1.10607, -2, 0.1], + "cubes": [ + {"origin": [-2.60607, 4.6, -0.9], "size": [3, 3, 1], "inflate": 0.01, "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_question.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_question.geo.json new file mode 100644 index 0000000..5cf2e37 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_question.geo.json @@ -0,0 +1,57 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unown", + "texture_width": 16, + "texture_height": 16, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "unown", + "pivot": [0, 0, 0] + }, + { + "name": "bone", + "parent": "unown", + "pivot": [0, -1, 0] + }, + { + "name": "bone2", + "parent": "bone", + "pivot": [0, -1, 0], + "cubes": [ + {"origin": [-0.5, 6.6, -0.9], "size": [1, 1, 1], "uv": [8, 5]}, + {"origin": [-0.58134, 9.68838, -0.899], "size": [2, 1, 1], "inflate": 0.001, "uv": [8, 0]}, + {"origin": [1.22209, 7.64928, -0.899], "size": [1, 3, 1], "pivot": [1.72209, 8.64928, -0.399], "rotation": [0, 0, -22.5], "uv": [0, 12]}, + {"origin": [1.0504, 5.81419, -0.9], "size": [1, 3, 1], "inflate": 0.002, "pivot": [1.5504, 7.81419, -0.4], "rotation": [0, 0, 70], "uv": [8, 9]} + ] + }, + { + "name": "body", + "parent": "unown", + "pivot": [0, -4, 0], + "cubes": [ + {"origin": [-1.5, 2.6, -0.1], "size": [3, 3, 1], "uv": [0, 0]}, + {"origin": [1.5, 2.6, -0.9], "size": [1, 3, 1], "uv": [4, 8]}, + {"origin": [-2.5, 2.6, -0.9], "size": [1, 3, 1], "uv": [0, 8]}, + {"origin": [-1.5, 1.6, -0.9], "size": [3, 1, 1], "uv": [7, 7]}, + {"origin": [-1.5, 5.6, -0.9], "size": [3, 1, 1], "uv": [7, 3]} + ] + }, + { + "name": "eye", + "parent": "unown", + "pivot": [0, -4, 0.1], + "cubes": [ + {"origin": [-1.5, 2.6, -0.9], "size": [3, 3, 1], "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_r.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_r.geo.json new file mode 100644 index 0000000..ad98a2d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_r.geo.json @@ -0,0 +1,51 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unown", + "texture_width": 16, + "texture_height": 16, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "unown", + "pivot": [0, 0, 0] + }, + { + "name": "bone", + "parent": "unown", + "pivot": [-0.5, 2, 0], + "cubes": [ + {"origin": [1, 4.6, -0.9], "size": [1, 1, 1], "uv": [8, 5]}, + {"origin": [2, 3.6, -0.9], "size": [1, 1, 1], "uv": [8, 0]}, + {"origin": [-2, 1.6, -0.9], "size": [1, 3, 1], "uv": [8, 9]} + ] + }, + { + "name": "body", + "parent": "unown", + "pivot": [-0.5, -1, 0], + "cubes": [ + {"origin": [-2, 5.6, -0.1], "size": [3, 3, 1], "uv": [0, 0]}, + {"origin": [1, 5.6, -0.9], "size": [1, 3, 1], "uv": [4, 8]}, + {"origin": [-3, 5.6, -0.9], "size": [1, 3, 1], "uv": [0, 8]}, + {"origin": [-2, 4.6, -0.9], "size": [3, 1, 1], "uv": [7, 7]}, + {"origin": [-2, 8.6, -0.9], "size": [3, 1, 1], "uv": [7, 3]} + ] + }, + { + "name": "eye", + "parent": "unown", + "pivot": [-0.5, -1, 0.1], + "cubes": [ + {"origin": [-2, 5.6, -0.9], "size": [3, 3, 1], "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_s.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_s.geo.json new file mode 100644 index 0000000..6d7262d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_s.geo.json @@ -0,0 +1,63 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unown", + "texture_width": 16, + "texture_height": 16, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "unown", + "pivot": [0, 0, 0] + }, + { + "name": "s_pixel", + "parent": "unown", + "pivot": [2, 5.1, -0.4], + "cubes": [ + {"origin": [-2.5, 8.6, -0.9], "size": [1, 1, 1], "uv": [7, 13]}, + {"origin": [-0.5, 11.6, -0.9], "size": [1, 1, 1], "uv": [4, 12]}, + {"origin": [-3.5, 9.6, -0.9], "size": [1, 1, 1], "uv": [12, 5]}, + {"origin": [-2.5, 10.6, -0.9], "size": [3, 1, 1], "uv": [7, 7]} + ] + }, + { + "name": "bone4", + "parent": "s_pixel", + "pivot": [-2, 9, -0.4], + "cubes": [ + {"origin": [1.51, 4.59, -0.91], "size": [1, 1, 1], "uv": [11, 11]}, + {"origin": [-0.49, 1.59, -0.91], "size": [1, 1, 1], "uv": [11, 9]}, + {"origin": [2.51, 3.59, -0.91], "size": [1, 1, 1], "uv": [8, 5]}, + {"origin": [-0.49, 2.59, -0.91], "size": [3, 1, 1], "uv": [7, 3]} + ] + }, + { + "name": "body", + "parent": "unown", + "pivot": [0, -1, 0], + "cubes": [ + {"origin": [-1.5, 5.6, -0.1], "size": [3, 3, 1], "inflate": 0.01, "uv": [0, 0]}, + {"origin": [1.5, 5.6, -0.9], "size": [1, 3, 1], "inflate": 0.01, "uv": [7, 9]}, + {"origin": [-2.5, 5.6, -0.9], "size": [1, 3, 1], "inflate": 0.01, "uv": [0, 10]}, + {"origin": [-1.5, 4.6, -0.9], "size": [3, 1, 1], "inflate": 0.01, "uv": [8, 0]}, + {"origin": [-1.5, 8.6, -0.9], "size": [3, 1, 1], "inflate": 0.01, "uv": [0, 8]} + ] + }, + { + "name": "eye", + "parent": "unown", + "pivot": [0, -1, 0.1], + "cubes": [ + {"origin": [-1.5, 5.6, -0.9], "size": [3, 3, 1], "inflate": 0.01, "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_t.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_t.geo.json new file mode 100644 index 0000000..948808d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_t.geo.json @@ -0,0 +1,50 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unown", + "texture_width": 16, + "texture_height": 16, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "unown", + "pivot": [0, 0, 0] + }, + { + "name": "bone", + "parent": "unown", + "pivot": [0, -1, 0], + "cubes": [ + {"origin": [-0.5, 6.6, -0.9], "size": [1, 2, 1], "uv": [4, 10]}, + {"origin": [-2.5, 8.6, -0.9], "size": [5, 1, 1], "uv": [0, 5]} + ] + }, + { + "name": "body", + "parent": "unown", + "pivot": [0, -4, 0], + "cubes": [ + {"origin": [-1.5, 2.6, -0.1], "size": [3, 3, 1], "uv": [0, 0]}, + {"origin": [1.5, 2.6, -0.9], "size": [1, 3, 1], "uv": [0, 10]}, + {"origin": [-2.5, 2.6, -0.9], "size": [1, 3, 1], "uv": [8, 7]}, + {"origin": [-1.5, 1.6, -0.9], "size": [3, 1, 1], "uv": [8, 2]}, + {"origin": [-1.5, 5.6, -0.9], "size": [3, 1, 1], "uv": [7, 5]} + ] + }, + { + "name": "eye", + "parent": "unown", + "pivot": [0, -4, 0.1], + "cubes": [ + {"origin": [-1.5, 2.6, -0.9], "size": [3, 3, 1], "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_u.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_u.geo.json new file mode 100644 index 0000000..c2c2ee8 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_u.geo.json @@ -0,0 +1,72 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unown", + "texture_width": 16, + "texture_height": 16, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "unown", + "pivot": [0, 0, 0] + }, + { + "name": "bone", + "parent": "unown", + "pivot": [0, 11, 0], + "cubes": [ + {"origin": [-0.5, 1.4, -0.9], "size": [1, 2, 1], "uv": [16, 7]}, + {"origin": [-2.43431, 1.34437, -0.9], "size": [5, 1, 1], "inflate": 0.001, "uv": [1, 9]} + ] + }, + { + "name": "bone2", + "parent": "bone", + "pivot": [-3, 2.9, -0.4], + "cubes": [ + {"origin": [-3.7, 1.4, -0.9], "size": [1, 3, 1], "pivot": [-3, 2.9, -0.4], "rotation": [0, 0, -45], "uv": [7, 13]}, + {"origin": [-3.7, 6.53137, -0.9], "size": [1, 1, 1], "pivot": [-3, 8.03137, -0.4], "rotation": [0, 0, 45], "uv": [15, 3]}, + {"origin": [-4.55563, 3.46569, -0.9], "size": [1, 4, 1], "inflate": -0.001, "uv": [0, 10]}, + {"origin": [-3, 3.2, -0.9], "size": [1, 2, 1], "inflate": -0.001, "pivot": [-3, 2.9, -0.4], "rotation": [0, 0, 45], "uv": [10, 5]} + ] + }, + { + "name": "bone3", + "parent": "bone2", + "pivot": [-3, 2.9, -0.4], + "cubes": [ + {"origin": [2.83137, 1.4, -0.9], "size": [1, 3, 1], "pivot": [3.13137, 2.9, -0.4], "rotation": [0, 0, 45], "uv": [12, 7]}, + {"origin": [2.83137, 6.53137, -0.9], "size": [1, 1, 1], "pivot": [3.13137, 8.03137, -0.4], "rotation": [0, 0, -45], "uv": [14, 14]}, + {"origin": [3.68701, 3.46569, -0.9], "size": [1, 4, 1], "inflate": -0.001, "uv": [8, 7]}, + {"origin": [1.88137, 3.2, -0.9], "size": [1, 2, 1], "inflate": -0.001, "pivot": [3.13137, 2.9, -0.4], "rotation": [0, 0, -45], "uv": [3, 14]} + ] + }, + { + "name": "body", + "parent": "unown", + "pivot": [0, -3, 0], + "cubes": [ + {"origin": [-1.5, 3.6, -0.1], "size": [3, 3, 1], "uv": [0, 0]}, + {"origin": [1.5, 3.6, -0.9], "size": [1, 3, 1], "uv": [11, 11]}, + {"origin": [-2.5, 3.6, -0.9], "size": [1, 3, 1], "uv": [4, 10]}, + {"origin": [-1.5, 2.6, -0.9], "size": [3, 1, 1], "inflate": 0.0001, "uv": [8, 2]}, + {"origin": [-1.5, 6.6, -0.9], "size": [3, 1, 1], "uv": [7, 5]} + ] + }, + { + "name": "eye", + "parent": "unown", + "pivot": [0, -3, 0.1], + "cubes": [ + {"origin": [-1.5, 3.6, -0.9], "size": [3, 3, 1], "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_v.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_v.geo.json new file mode 100644 index 0000000..8ee4c43 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_v.geo.json @@ -0,0 +1,54 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unown", + "texture_width": 16, + "texture_height": 16, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "unown", + "pivot": [0, 0, 0] + }, + { + "name": "bone", + "parent": "unown", + "pivot": [0, -1, 0], + "cubes": [ + {"origin": [1.5, 6.6, -0.9], "size": [1, 1, 1], "uv": [4, 12]}, + {"origin": [-2.5, 6.6, -0.9], "size": [1, 1, 1], "uv": [11, 10]}, + {"origin": [2.5, 7.6, -0.9], "size": [1, 1, 1], "uv": [7, 11]}, + {"origin": [3.5, 8.6, -0.9], "size": [1, 1, 1], "uv": [7, 11]}, + {"origin": [-3.5, 7.6, -0.9], "size": [1, 1, 1], "uv": [4, 10]}, + {"origin": [-3.5, 8.6, -0.9], "size": [7, 1, 1], "uv": [0, 11]} + ] + }, + { + "name": "body", + "parent": "unown", + "pivot": [0, -4, 0], + "cubes": [ + {"origin": [-1.5, 2.6, -0.1], "size": [3, 3, 1], "uv": [0, 0]}, + {"origin": [1.5, 2.6, -0.9], "size": [1, 3, 1], "uv": [0, 10]}, + {"origin": [-2.5, 2.6, -0.9], "size": [1, 3, 1], "uv": [8, 7]}, + {"origin": [-1.5, 1.6, -0.9], "size": [3, 1, 1], "uv": [8, 2]}, + {"origin": [-1.5, 5.6, -0.9], "size": [3, 1, 1], "uv": [7, 5]} + ] + }, + { + "name": "eye", + "parent": "unown", + "pivot": [0, -4, 0.1], + "cubes": [ + {"origin": [-1.5, 2.6, -0.9], "size": [3, 3, 1], "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_w.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_w.geo.json new file mode 100644 index 0000000..c266ccd --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_w.geo.json @@ -0,0 +1,53 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unown", + "texture_width": 16, + "texture_height": 16, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "unown", + "pivot": [0, 0, 0] + }, + { + "name": "bone", + "parent": "unown", + "pivot": [0, -1, 0], + "cubes": [ + {"origin": [2.5, 3.6, -0.9], "size": [1, 1, 1], "uv": [0, 12]}, + {"origin": [-0.5, 6.6, -0.9], "size": [1, 2, 1], "uv": [11, 11]}, + {"origin": [-3.5, 3.6, -0.9], "size": [1, 1, 1], "uv": [8, 5]}, + {"origin": [3.5, 4.6, -0.9], "size": [1, 2, 1], "uv": [8, 9]}, + {"origin": [-4.5, 4.6, -0.9], "size": [1, 2, 1], "uv": [8, 0]} + ] + }, + { + "name": "body", + "parent": "unown", + "pivot": [0, -4, 0], + "cubes": [ + {"origin": [-1.5, 2.6, -0.1], "size": [3, 3, 1], "uv": [0, 0]}, + {"origin": [1.5, 2.6, -0.9], "size": [1, 3, 1], "uv": [4, 8]}, + {"origin": [-2.5, 2.6, -0.9], "size": [1, 3, 1], "uv": [0, 8]}, + {"origin": [-1.5, 1.6, -0.9], "size": [3, 1, 1], "uv": [7, 7]}, + {"origin": [-1.5, 5.6, -0.9], "size": [3, 1, 1], "uv": [7, 3]} + ] + }, + { + "name": "eye", + "parent": "unown", + "pivot": [0, -4, 0.1], + "cubes": [ + {"origin": [-1.5, 2.6, -0.9], "size": [3, 3, 1], "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_x.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_x.geo.json new file mode 100644 index 0000000..ab150ed --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_x.geo.json @@ -0,0 +1,59 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unown", + "texture_width": 16, + "texture_height": 16, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "unown", + "pivot": [0, 0, 0] + }, + { + "name": "bone", + "parent": "unown", + "pivot": [0.03293, 1, 0], + "cubes": [ + {"origin": [1.53293, 0.35, -0.9], "size": [1, 5, 1], "pivot": [2.03293, 4.1, -0.4], "rotation": [0, 0, -45], "uv": [0, 8]}, + {"origin": [1.53293, 8.6, -0.9], "size": [1, 5, 1], "pivot": [2.03293, 4.1, -0.4], "rotation": [0, 0, -45], "uv": [0, 8]} + ] + }, + { + "name": "bone2", + "parent": "bone", + "pivot": [0.03293, 11.25, 0], + "cubes": [ + {"origin": [1.53293, 6.9, -0.9], "size": [1, 5, 1], "pivot": [2.03293, 8.15, -0.4], "rotation": [0, 0, 45], "uv": [0, 8]}, + {"origin": [1.53293, -1.35, -0.9], "size": [1, 5, 1], "pivot": [2.03293, 8.15, -0.4], "rotation": [0, 0, 45], "uv": [0, 8]} + ] + }, + { + "name": "body", + "parent": "unown", + "pivot": [0.03293, -2, 0], + "cubes": [ + {"origin": [-1.46707, 4.6, -0.1], "size": [3, 3, 1], "inflate": 0.001, "uv": [0, 0]}, + {"origin": [1.53293, 4.6, -0.9], "size": [1, 3, 1], "inflate": 0.01, "uv": [8, 9]}, + {"origin": [-2.46707, 4.6, -0.9], "size": [1, 3, 1], "inflate": 0.001, "uv": [4, 8]}, + {"origin": [-1.46707, 3.6, -0.9], "size": [3, 1, 1], "inflate": 0.01, "uv": [7, 7]}, + {"origin": [-1.46707, 7.6, -0.9], "size": [3, 1, 1], "inflate": 0.001, "uv": [7, 3]} + ] + }, + { + "name": "eye", + "parent": "unown", + "pivot": [0.03293, -2, 0.1], + "cubes": [ + {"origin": [-1.46707, 4.6, -0.9], "size": [3, 3, 1], "inflate": 0.01, "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_y.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_y.geo.json new file mode 100644 index 0000000..d242528 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_y.geo.json @@ -0,0 +1,61 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unown", + "texture_width": 16, + "texture_height": 16, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "unown", + "pivot": [0, 0, 0] + }, + { + "name": "bone", + "parent": "unown", + "pivot": [0, 1, 0], + "cubes": [ + {"origin": [-2.5, 8.6, -0.9], "size": [1, 1, 1], "uv": [12, 0]}, + {"origin": [-3.5, 9.6, -0.9], "size": [1, 1, 1], "uv": [11, 11]} + ] + }, + { + "name": "bone2", + "parent": "bone", + "pivot": [0, 1, 0], + "cubes": [ + {"origin": [1.5, 8.6, -0.9], "size": [1, 1, 1], "uv": [11, 9]}, + {"origin": [-0.5, 1.6, -0.9], "size": [1, 2, 1], "uv": [8, 0]}, + {"origin": [-1.5, 0.6, -0.9], "size": [3, 1, 1], "uv": [0, 8]}, + {"origin": [2.5, 9.6, -0.9], "size": [1, 1, 1], "uv": [8, 5]} + ] + }, + { + "name": "body", + "parent": "unown", + "pivot": [0, -2, 0], + "cubes": [ + {"origin": [-1.5, 4.6, -0.1], "size": [3, 3, 1], "uv": [0, 0]}, + {"origin": [1.5, 4.6, -0.9], "size": [1, 3, 1], "uv": [0, 10]}, + {"origin": [-2.5, 4.6, -0.9], "size": [1, 3, 1], "uv": [7, 9]}, + {"origin": [-1.5, 3.6, -0.9], "size": [3, 1, 1], "uv": [7, 7]}, + {"origin": [-1.5, 7.6, -0.9], "size": [3, 1, 1], "uv": [7, 3]} + ] + }, + { + "name": "eye", + "parent": "unown", + "pivot": [0, -2, 0.1], + "cubes": [ + {"origin": [-1.5, 4.6, -0.9], "size": [3, 3, 1], "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_z.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_z.geo.json new file mode 100644 index 0000000..d34db24 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/unown_z.geo.json @@ -0,0 +1,59 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unown", + "texture_width": 16, + "texture_height": 16, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "unown", + "pivot": [0, 0, 0] + }, + { + "name": "bone", + "parent": "unown", + "pivot": [0, 1, 0], + "cubes": [ + {"origin": [-1.5, 9.6, -0.9], "size": [1, 1, 1], "uv": [11, 1]} + ] + }, + { + "name": "bone2", + "parent": "bone", + "pivot": [0, 1, 0], + "cubes": [ + {"origin": [-0.5, 8.6, -0.9], "size": [1, 1, 1], "uv": [8, 9]}, + {"origin": [-0.5, 2.6, -0.9], "size": [1, 1, 1], "uv": [8, 5]}, + {"origin": [0.5, 1.6, -0.9], "size": [1, 1, 1], "uv": [8, 0]} + ] + }, + { + "name": "body", + "parent": "unown", + "pivot": [0, -2, 0], + "cubes": [ + {"origin": [-1.5, 4.6, -0.1], "size": [3, 3, 1], "uv": [0, 0]}, + {"origin": [1.5, 4.6, -0.9], "size": [1, 3, 1], "uv": [4, 8]}, + {"origin": [-2.5, 4.6, -0.9], "size": [1, 3, 1], "uv": [0, 8]}, + {"origin": [-1.5, 3.6, -0.9], "size": [3, 1, 1], "uv": [7, 7]}, + {"origin": [-1.5, 7.6, -0.9], "size": [3, 1, 1], "uv": [7, 3]} + ] + }, + { + "name": "eye", + "parent": "unown", + "pivot": [0, -2, 0.1], + "cubes": [ + {"origin": [-1.5, 4.6, -0.9], "size": [3, 3, 1], "uv": [0, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ursaluna_bloodmoon.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ursaluna_bloodmoon.geo.json new file mode 100644 index 0000000..133e5d8 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/ursaluna_bloodmoon.geo.json @@ -0,0 +1,737 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.ursaluna", + "texture_width": 256, + "texture_height": 128, + "visible_bounds_width": 6, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "ursaluna", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "ursaluna", + "pivot": [0, 18, 0] + }, + { + "name": "hip", + "parent": "body", + "pivot": [0, 16, 14.5], + "cubes": [ + {"origin": [-8.5, 9, 5.5], "size": [17, 16, 14], "uv": [58, 63]} + ] + }, + { + "name": "torso", + "parent": "hip", + "pivot": [0, 17.5, 8.5], + "cubes": [ + {"origin": [-11, 8, -5.5], "size": [22, 21, 14], "uv": [0, 42]} + ] + }, + { + "name": "upper_body", + "parent": "torso", + "pivot": [0, 18, 0.5], + "cubes": [ + {"origin": [-14, 6, -15.5], "size": [28, 26, 16], "uv": [0, 0]}, + {"origin": [-11, 7.25, -20.5], "size": [22, 19, 6], "uv": [0, 77]} + ] + }, + { + "name": "head", + "parent": "upper_body", + "pivot": [0, 15.75, -20.5], + "cubes": [ + {"origin": [-6.5, 9.25, -30.5], "size": [13, 13, 13], "uv": [75, 29]}, + {"origin": [-2.5, -3.75, -32.5], "size": [5, 13, 0], "pivot": [-1, -0.75, -8.5], "rotation": [-22.5, 0, 0], "uv": [174, 62]}, + {"origin": [-5.5, -4.75, -32.49], "size": [5, 13, 0], "pivot": [-1, -0.75, -8.5], "rotation": [-20.17393, 10.17781, 25.68482], "uv": [174, 62]}, + {"origin": [0.5, -4.75, -32.49], "size": [5, 13, 0], "pivot": [1, -0.75, -8.5], "rotation": [-20.17393, -10.17781, -25.68482], "uv": [174, 62], "mirror": true} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [-0.5, -2.2, -8.5] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-3.75, 16.55, -30], + "rotation": [0, 0, 7.5], + "cubes": [ + {"origin": [-5.75, 15.55, -30.5], "size": [4, 2, 1], "inflate": 0.01, "uv": [150, 0], "mirror": true}, + {"origin": [-3.5, 16.25, -30.5], "size": [1, 1, 1], "inflate": 0.02, "uv": [186, 2], "mirror": true} + ] + }, + { + "name": "eyelid_right2", + "parent": "eye_right", + "pivot": [-3.75, 17.65, -30.5], + "cubes": [ + {"origin": [-5.75, 17.15, -30.5], "size": [4, 1, 0], "inflate": 0.03, "uv": [182, 1], "mirror": true} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-3.75, 17.05, -29.9], + "cubes": [ + {"origin": [-5.75, 15.55, -30.4], "size": [4, 3, 1], "inflate": 0.04, "uv": [168, 41], "mirror": true} + ] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [3.75, 16.55, -30], + "rotation": [0, 0, -7.5], + "cubes": [ + {"origin": [1.75, 15.55, -30.5], "size": [4, 2, 1], "inflate": 0.01, "uv": [150, 3]}, + {"origin": [2.5, 16.25, -30.5], "size": [1, 1, 1], "inflate": 0.02, "uv": [182, 2]} + ] + }, + { + "name": "bone", + "parent": "eye_left", + "pivot": [-1, -1.4, -7.5], + "cubes": [ + {"origin": [2.5, 16.25, -29.5], "size": [1, 1, 1], "inflate": 0.03, "uv": [184, 93]} + ] + }, + { + "name": "eyelid_left2", + "parent": "eye_left", + "pivot": [3.75, 17.65, -30.5], + "cubes": [ + {"origin": [1.75, 17.15, -30.5], "size": [4, 1, 0], "inflate": 0.04, "uv": [46, 23]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [3.75, 17.05, -29.9], + "cubes": [ + {"origin": [1.75, 15.55, -30.4], "size": [4, 3, 1], "inflate": 0.04, "uv": [168, 41]} + ] + }, + { + "name": "eyebrow_right", + "parent": "head", + "pivot": [-3.1, 20.3, -30.5], + "rotation": [0, 0, -7.5] + }, + { + "name": "eyebrow_left", + "parent": "head", + "pivot": [3.1, 19.4, -30.5], + "rotation": [0, 0, 2.5] + }, + { + "name": "muzzle", + "parent": "head", + "pivot": [0, 15.15, -30.5], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-4.5, 11.15, -34.75], "size": [9, 4, 5], "uv": [202, 28]}, + {"origin": [-4, 14.9, -32.5], "size": [8, 1, 2], "pivot": [-0.5, 15.9, -30.5], "rotation": [5, 0, 0], "uv": [72, 8]}, + {"origin": [-1, 13.65, -35], "size": [2, 1, 1], "uv": [190, 0]}, + {"origin": [-4.25, 10.65, -34.25], "size": [0, 1, 1], "pivot": [-4.25, 11.15, -33.75], "rotation": [-45, 0, 0], "uv": [157, 47], "mirror": true}, + {"origin": [4.25, 10.8, -33], "size": [0, 1, 1], "pivot": [4.25, 11.3, -32.5], "rotation": [-45, 0, 0], "uv": [155, 46]}, + {"origin": [4.25, 10.65, -34.25], "size": [0, 1, 1], "pivot": [4.25, 11.15, -33.75], "rotation": [-45, 0, 0], "uv": [155, 47]}, + {"origin": [-4.25, 10.8, -33], "size": [0, 1, 1], "pivot": [-4.25, 11.3, -32.5], "rotation": [-45, 0, 0], "uv": [157, 46], "mirror": true} + ] + }, + { + "name": "jaw", + "parent": "muzzle", + "pivot": [0, 10.9, -30.5], + "rotation": [-12.5, 0, 0], + "cubes": [ + {"origin": [-4, 9.65, -34.35], "size": [8, 2, 5], "uv": [72, 55]}, + {"origin": [-3.05, 10.9, -33.87942], "size": [0, 1, 1], "pivot": [-3.05, 11.4, -33.37942], "rotation": [-45, -30, 0], "uv": [157, 48], "mirror": true}, + {"origin": [-3.5, 10.9, -33.1], "size": [0, 1, 1], "pivot": [-3.5, 11.4, -32.6], "rotation": [-45, -30, 0], "uv": [157, 49], "mirror": true}, + {"origin": [3.5, 10.9, -33.1], "size": [0, 1, 1], "pivot": [3.5, 11.4, -32.6], "rotation": [-45, 30, 0], "uv": [155, 49]}, + {"origin": [3.05, 10.9, -33.87942], "size": [0, 1, 1], "pivot": [3.05, 11.4, -33.37942], "rotation": [-45, 30, 0], "uv": [155, 48]} + ] + }, + { + "name": "head_spikes_right", + "parent": "head", + "pivot": [-6.5, 16.5, -21.5], + "rotation": [12.5, 0, 0] + }, + { + "name": "head_spike_right", + "parent": "head_spikes_right", + "pivot": [-6.5, 16.5, -22.5], + "rotation": [0, 7.5, -7.5], + "cubes": [ + {"origin": [-9.75, 16.5, -23.5], "size": [4, 0, 2], "uv": [104, 60]} + ] + }, + { + "name": "head_spike_right2", + "parent": "head_spikes_right", + "pivot": [-6.5, 16.5, -24.5], + "rotation": [0, 0, -12.5], + "cubes": [ + {"origin": [-10, 16.5, -25.5], "size": [4, 0, 2], "uv": [104, 58]} + ] + }, + { + "name": "head_spike_right3", + "parent": "head_spikes_right", + "pivot": [-6.5, 16.5, -26.5], + "rotation": [0, -7.5, -15], + "cubes": [ + {"origin": [-10, 16.5, -27.5], "size": [4, 0, 2], "uv": [39, 102]} + ] + }, + { + "name": "head_spike_right4", + "parent": "head_spikes_right", + "pivot": [-6.25, 16.5, -28.5], + "rotation": [0, -20, -17.5], + "cubes": [ + {"origin": [-9.75, 16.5, -29.5], "size": [4, 0, 2], "uv": [88, 8]} + ] + }, + { + "name": "head_spikes_left", + "parent": "head", + "pivot": [6.5, 16.5, -21.5], + "rotation": [12.5, 0, 0] + }, + { + "name": "head_spike_left", + "parent": "head_spikes_left", + "pivot": [6.5, 16.5, -22.5], + "rotation": [0, -7.5, 7.5], + "cubes": [ + {"origin": [5.75, 16.5, -23.5], "size": [4, 0, 2], "uv": [64, 54]} + ] + }, + { + "name": "head_spike_left2", + "parent": "head_spikes_left", + "pivot": [6.5, 16.5, -24.5], + "rotation": [0, 0, 12.5], + "cubes": [ + {"origin": [6, 16.5, -25.5], "size": [4, 0, 2], "uv": [56, 54]} + ] + }, + { + "name": "head_spike_left3", + "parent": "head_spikes_left", + "pivot": [6.5, 16.5, -26.5], + "rotation": [0, 7.5, 15], + "cubes": [ + {"origin": [6, 16.5, -27.5], "size": [4, 0, 2], "uv": [0, 54]} + ] + }, + { + "name": "head_spike_left4", + "parent": "head_spikes_left", + "pivot": [6.25, 16.5, -28.5], + "rotation": [0, 20, 17.5], + "cubes": [ + {"origin": [5.75, 16.5, -29.5], "size": [4, 0, 2], "uv": [0, 3]} + ] + }, + { + "name": "ear_right", + "parent": "head", + "pivot": [-4.85, 21, -24.65], + "rotation": [0, -12.5, -25], + "cubes": [ + {"origin": [-5.85, 20.5, -27.15], "size": [4, 5, 5], "uv": [221, 11]} + ] + }, + { + "name": "ear_left", + "parent": "head", + "pivot": [4.85, 21, -24.65], + "rotation": [0, 12.5, 25], + "cubes": [ + {"origin": [1.85, 20.5, -27.15], "size": [4, 5, 5], "uv": [152, 29]} + ] + }, + { + "name": "spikes_torso_main", + "parent": "upper_body", + "pivot": [0, 29, -8.5] + }, + { + "name": "spike_right", + "parent": "spikes_torso_main", + "pivot": [-4.25, 30.5, -8.5], + "rotation": [0, 0, -7.5], + "cubes": [ + {"origin": [-9.25, 30.25, -8.5], "size": [4, 8, 0], "uv": [122, 34]} + ] + }, + { + "name": "spike_right2", + "parent": "spikes_torso_main", + "pivot": [-8.25, 30.5, -8.5], + "rotation": [0, 0, -20] + }, + { + "name": "spike_right3", + "parent": "spikes_torso_main", + "pivot": [-11.5, 29.25, -8.5], + "rotation": [0, 0, -40], + "cubes": [ + {"origin": [-13.5, 27.5, -8.5], "size": [4, 8, 0], "uv": [0, 102]} + ] + }, + { + "name": "spike_right4", + "parent": "spikes_torso_main", + "pivot": [-11.5, 26.2, -8.5], + "rotation": [0, 0, -72.5], + "cubes": [ + {"origin": [-13.5, 25.45, -8.5], "size": [4, 8, 0], "uv": [33, 102]} + ] + }, + { + "name": "spike_middle", + "parent": "spikes_torso_main", + "pivot": [0, 31.75, -8.5] + }, + { + "name": "spike_left", + "parent": "spikes_torso_main", + "pivot": [4.25, 30.5, -8.5], + "rotation": [0, 0, 7.5], + "cubes": [ + {"origin": [5.25, 30.25, -8.5], "size": [4, 8, 0], "uv": [83, 113]} + ] + }, + { + "name": "spike_left2", + "parent": "spikes_torso_main", + "pivot": [8.25, 30.5, -8.5], + "rotation": [0, 0, 20] + }, + { + "name": "spike_left3", + "parent": "spikes_torso_main", + "pivot": [11.5, 29.25, -8.5], + "rotation": [0, 0, 40], + "cubes": [ + {"origin": [9.5, 27.5, -8.5], "size": [4, 8, 0], "uv": [114, 34]} + ] + }, + { + "name": "spike_left4", + "parent": "spikes_torso_main", + "pivot": [11.5, 26.2, -8.5], + "rotation": [0, 0, 72.5], + "cubes": [ + {"origin": [9.5, 25.45, -8.5], "size": [4, 8, 0], "uv": [114, 21]} + ] + }, + { + "name": "spike_bottom_main", + "parent": "upper_body", + "pivot": [0, 6, -12] + }, + { + "name": "spike_bottom_middle", + "parent": "spike_bottom_main", + "pivot": [0, 5.75, -12] + }, + { + "name": "spike_bottom_middle2", + "parent": "spike_bottom_main", + "pivot": [-3, 6.25, -12], + "rotation": [0, 0, 12.5], + "cubes": [ + {"origin": [-4.5, 2.75, -12], "size": [3, 4, 0], "uv": [146, 58]} + ] + }, + { + "name": "spike_bottom_middle4", + "parent": "spike_bottom_main", + "pivot": [-5.25, 6.75, -12], + "rotation": [0, 0, 25], + "cubes": [ + {"origin": [-6.25, 3.5, -12], "size": [2, 4, 0], "uv": [142, 58]} + ] + }, + { + "name": "spike_bottom_middle6", + "parent": "spike_bottom_main", + "pivot": [-7, 7.25, -12], + "rotation": [0, 0, 40], + "cubes": [ + {"origin": [-8, 4.5, -12], "size": [2, 4, 0], "uv": [142, 66]} + ] + }, + { + "name": "spike_bottom_middle7", + "parent": "spike_bottom_main", + "pivot": [7.25, 7.75, -12], + "rotation": [0, 0, -40], + "cubes": [ + {"origin": [5.75, 4.75, -12], "size": [2, 4, 0], "uv": [148, 62]} + ] + }, + { + "name": "spike_bottom_middle5", + "parent": "spike_bottom_main", + "pivot": [5.25, 6.75, -12], + "rotation": [0, 0, -25], + "cubes": [ + {"origin": [4.25, 3.5, -12], "size": [2, 4, 0], "uv": [152, 62]} + ] + }, + { + "name": "spike_bottom_middle3", + "parent": "spike_bottom_main", + "pivot": [3, 6.25, -12], + "rotation": [0, 0, -12.5], + "cubes": [ + {"origin": [1.5, 2.75, -12], "size": [3, 4, 0], "uv": [152, 58]} + ] + }, + { + "name": "shoulder_right", + "parent": "upper_body", + "pivot": [-14, 16.5, -8], + "cubes": [ + {"origin": [-16.5, 11.5, -13.5], "size": [8, 10, 11], "uv": [88, 0]} + ] + }, + { + "name": "shoulder_spikes_right_main", + "parent": "shoulder_right", + "pivot": [-16, 21.5, -8] + }, + { + "name": "shoulder_spike_right", + "parent": "shoulder_spikes_right_main", + "pivot": [-16, 19.25, -13.25], + "rotation": [-7.5, -10, 0], + "cubes": [ + {"origin": [-20, 17.75, -13.25], "size": [4, 3, 0], "uv": [75, 114]} + ] + }, + { + "name": "shoulder_spike_right2", + "parent": "shoulder_spikes_right_main", + "pivot": [-16, 21.25, -11.5], + "rotation": [10, -2.5, 15], + "cubes": [ + {"origin": [-20, 21.25, -13], "size": [4, 0, 3], "uv": [95, 59]} + ] + }, + { + "name": "shoulder_spike_right3", + "parent": "shoulder_spikes_right_main", + "pivot": [-16, 21.5, -8], + "rotation": [0, 0, 15], + "cubes": [ + {"origin": [-20, 21.5, -9.5], "size": [4, 0, 3], "uv": [0, 13]} + ] + }, + { + "name": "shoulder_spike_right4", + "parent": "shoulder_spikes_right_main", + "pivot": [-16, 21.25, -4.5], + "rotation": [-10, 0, 15], + "cubes": [ + {"origin": [-20, 21.25, -6], "size": [4, 0, 3], "uv": [0, 0]} + ] + }, + { + "name": "shoulder_spike_right5", + "parent": "shoulder_spikes_right_main", + "pivot": [-16, 19.25, -2.75], + "rotation": [7.5, 10, 0], + "cubes": [ + {"origin": [-20, 17.75, -2.75], "size": [4, 3, 0], "uv": [34, 110]} + ] + }, + { + "name": "arm_right", + "parent": "shoulder_right", + "pivot": [-16.5, 20.5, -7.75], + "cubes": [ + {"origin": [-20, -28, -12], "size": [8, 9, 8], "pivot": [1.5, -1, 0.25], "rotation": [0, 0, 90], "uv": [158, 12]}, + {"origin": [-25, 15.25, -4.25], "size": [0, 4, 3], "pivot": [-25, 16.5, -4], "rotation": [5, 0, 90], "uv": [10, 0]} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-25.5, 16.5, -4], + "cubes": [ + {"origin": [-19, -35, -12], "size": [8, 6, 8], "pivot": [2.5, -1, 0.25], "rotation": [0, 0, 90], "uv": [191, 1], "mirror": true}, + {"origin": [-18, -40, -12], "size": [8, 4, 8], "pivot": [3.5, -1, 0.25], "rotation": [0, 0, 90], "uv": [158, 0], "mirror": true} + ] + }, + { + "name": "hand_right", + "parent": "arm_right2", + "pivot": [-35.5, 16.5, -8.25], + "cubes": [ + {"origin": [-17.5, -43, -13], "size": [9, 4, 10], "inflate": 0.01, "pivot": [4.5, -1, 0.5], "rotation": [0, 0, 90], "uv": [111, 83], "mirror": true} + ] + }, + { + "name": "hand_right2", + "parent": "hand_right", + "pivot": [-37.5, 16.5, -13], + "cubes": [ + {"origin": [-17.5, -43, -17], "size": [9, 4, 4], "pivot": [4.5, -1, 0.5], "rotation": [0, 0, 90], "uv": [88, 21], "mirror": true} + ] + }, + { + "name": "thumb_right", + "parent": "hand_right2", + "pivot": [-33.5, 12, -15.5], + "cubes": [ + {"origin": [-8.5, -43, -15.5], "size": [5, 4, 0], "pivot": [4.5, -1, 0.5], "rotation": [0, 0, 90], "uv": [106, 73]} + ] + }, + { + "name": "claws_right", + "parent": "hand_right2", + "pivot": [4.5, -1, 0.5], + "cubes": [ + {"origin": [-16.5, -43, -22], "size": [0, 4, 5], "pivot": [4.5, -1, 0.5], "rotation": [0, 0, 90], "uv": [58, 41]}, + {"origin": [-14.25, -43, -22], "size": [0, 4, 5], "pivot": [4.5, -1, 0.5], "rotation": [0, 0, 90], "uv": [72, 88]}, + {"origin": [-12, -43, -22], "size": [0, 4, 5], "pivot": [4.5, -1, 0.5], "rotation": [0, 0, 90], "uv": [72, 6]}, + {"origin": [-9.75, -43, -22], "size": [0, 4, 5], "pivot": [4.5, -1, 0.5], "rotation": [0, 0, 90], "uv": [58, 45]} + ] + }, + { + "name": "shoulder_left", + "parent": "upper_body", + "pivot": [14, 16.5, -8], + "cubes": [ + {"origin": [8.5, 11.5, -13.5], "size": [8, 10, 11], "uv": [45, 93]} + ] + }, + { + "name": "shoulder_spikes_left_main", + "parent": "shoulder_left", + "pivot": [16, 21.5, -8] + }, + { + "name": "shoulder_spike_left", + "parent": "shoulder_spikes_left_main", + "pivot": [16, 19.25, -13.25], + "rotation": [-7.5, 10, 0], + "cubes": [ + {"origin": [16, 17.75, -13.25], "size": [4, 3, 0], "uv": [61, 121]} + ] + }, + { + "name": "shoulder_spike_left2", + "parent": "shoulder_spikes_left_main", + "pivot": [16, 21.25, -11.5], + "rotation": [10, 2.5, -15], + "cubes": [ + {"origin": [16, 21.25, -13], "size": [4, 0, 3], "uv": [100, 55]} + ] + }, + { + "name": "shoulder_spike_left3", + "parent": "shoulder_spikes_left_main", + "pivot": [16, 21.5, -8], + "rotation": [0, 0, -15], + "cubes": [ + {"origin": [16, 21.5, -9.5], "size": [4, 0, 3], "uv": [22, 102]} + ] + }, + { + "name": "shoulder_spike_left4", + "parent": "shoulder_spikes_left_main", + "pivot": [16, 21.25, -4.5], + "rotation": [-10, 0, -15], + "cubes": [ + {"origin": [16, 21.25, -6], "size": [4, 0, 3], "uv": [69, 101]} + ] + }, + { + "name": "shoulder_spike_left5", + "parent": "shoulder_spikes_left_main", + "pivot": [16, 19.25, -2.75], + "rotation": [7.5, -10, 0], + "cubes": [ + {"origin": [16, 17.75, -2.75], "size": [4, 3, 0], "uv": [115, 8]} + ] + }, + { + "name": "arm_left", + "parent": "shoulder_left", + "pivot": [16.5, 20.5, -7.75], + "cubes": [ + {"origin": [12, -28, -12], "size": [8, 9, 8], "pivot": [-1.5, -1, 0.25], "rotation": [0, 0, -90], "uv": [126, 0]}, + {"origin": [25, 15.25, -4.25], "size": [0, 4, 3], "pivot": [25, 16.5, -4], "rotation": [5, 0, -90], "uv": [10, 4]} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [25.5, 16.5, -4], + "cubes": [ + {"origin": [11, -35, -12], "size": [8, 6, 8], "pivot": [-2.5, -1, 0.25], "rotation": [0, 0, -90], "uv": [191, 1]}, + {"origin": [10, -40, -12], "size": [8, 4, 8], "pivot": [-3.5, -1, 0.25], "rotation": [0, 0, -90], "uv": [158, 0]} + ] + }, + { + "name": "hand_left", + "parent": "arm_left2", + "pivot": [35.5, 16.5, -8.25], + "cubes": [ + {"origin": [8.5, -43, -13], "size": [9, 4, 10], "inflate": 0.01, "pivot": [-4.5, -1, 0.5], "rotation": [0, 0, -90], "uv": [111, 83]} + ] + }, + { + "name": "hand_left2", + "parent": "hand_left", + "pivot": [37.5, 16.5, -13], + "cubes": [ + {"origin": [8.5, -43, -17], "size": [9, 4, 4], "pivot": [-4.5, -1, 0.5], "rotation": [0, 0, -90], "uv": [88, 21]} + ] + }, + { + "name": "thumb_left", + "parent": "hand_left2", + "pivot": [33.5, 12, -15.5], + "cubes": [ + {"origin": [3.5, -43, -15.5], "size": [5, 4, 0], "pivot": [-4.5, -1, 0.5], "rotation": [0, 0, -90], "uv": [108, 97]} + ] + }, + { + "name": "claws_left", + "parent": "hand_left2", + "pivot": [-4.5, -1, 0.5], + "cubes": [ + {"origin": [16.5, -43, -22], "size": [0, 4, 5], "pivot": [-4.5, -1, 0.5], "rotation": [0, 0, -90], "uv": [82, 92]}, + {"origin": [14.25, -43, -22], "size": [0, 4, 5], "pivot": [-4.5, -1, 0.5], "rotation": [0, 0, -90], "uv": [93, 50]}, + {"origin": [12, -43, -22], "size": [0, 4, 5], "pivot": [-4.5, -1, 0.5], "rotation": [0, 0, -90], "uv": [72, 92]}, + {"origin": [9.75, -43, -22], "size": [0, 4, 5], "pivot": [-4.5, -1, 0.5], "rotation": [0, 0, -90], "uv": [82, 88]} + ] + }, + { + "name": "tail", + "parent": "hip", + "pivot": [0, 21.5, 19], + "cubes": [ + {"origin": [-4.5, 16.5, 18.5], "size": [9, 9, 9], "uv": [106, 55]} + ] + }, + { + "name": "leg_right_rotate", + "parent": "body", + "pivot": [-8.5, 18.65, 14] + }, + { + "name": "thigh_right", + "parent": "leg_right_rotate", + "pivot": [-8.5, 18.65, 14.5], + "cubes": [ + {"origin": [-15.5, 10.65, 9.5], "size": [8, 11, 9], "pivot": [-7.5, 2.65, 1.5], "rotation": [0, 0, 0], "uv": [83, 93]}, + {"origin": [-15, 8.65, 9.75], "size": [7, 2, 8], "uv": [135, 97]} + ] + }, + { + "name": "leg_right", + "parent": "thigh_right", + "pivot": [-11.5, 8.65, 9.75], + "cubes": [ + {"origin": [-15.5, 4.65, 9.25], "size": [8, 4, 9], "inflate": 0.01, "pivot": [-7.5, -10.35, 1.25], "rotation": [0, 0, 0], "uv": [190, 15]}, + {"origin": [-15, 1.65, 9.75], "size": [7, 3, 8], "pivot": [-7.5, -10.35, 1.25], "rotation": [0, 0, 0], "uv": [226, 0]} + ] + }, + { + "name": "foot_right", + "parent": "leg_right", + "pivot": [-11.5, 3.15, 13.75], + "cubes": [ + {"origin": [-16.5, -0.85, 9.5], "size": [10, 4, 9], "inflate": 0.01, "pivot": [-7.5, -15.85, 1], "rotation": [0, 0, 0], "uv": [205, 38]} + ] + }, + { + "name": "foot_right2", + "parent": "foot_right", + "pivot": [-11.5, -0.85, 9.5], + "cubes": [ + {"origin": [-16.5, -0.85, 6.5], "size": [10, 4, 3], "pivot": [-7.5, -15.85, 1], "rotation": [0, 0, 0], "uv": [52, 114]} + ] + }, + { + "name": "foot_claws_right", + "parent": "foot_right2", + "pivot": [-11, 3.15, 6.5], + "cubes": [ + {"origin": [-15, -0.85, 1.5], "size": [0, 4, 5], "pivot": [-6, -15.85, -2], "rotation": [0, 0, 0], "uv": [0, 37]}, + {"origin": [-11.5, -0.85, 1.5], "size": [0, 4, 5], "pivot": [-6, -15.85, -2], "rotation": [0, 0, 0], "uv": [0, 4]}, + {"origin": [-8, -0.85, 1.5], "size": [0, 4, 5], "pivot": [-6, -15.85, -2], "rotation": [0, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "leg_left_rotate", + "parent": "body", + "pivot": [8.5, 18.65, 14] + }, + { + "name": "thigh_left", + "parent": "leg_left_rotate", + "pivot": [8.5, 18.65, 14.5], + "cubes": [ + {"origin": [7.5, 10.65, 9.5], "size": [8, 11, 9], "pivot": [7.5, 2.65, 1.5], "rotation": [0, 0, 0], "uv": [0, 102]}, + {"origin": [8, 8.65, 9.75], "size": [7, 2, 8], "uv": [135, 97]} + ] + }, + { + "name": "leg_left", + "parent": "thigh_left", + "pivot": [11.5, 8.65, 9.75], + "cubes": [ + {"origin": [7.5, 4.65, 9.25], "size": [8, 4, 9], "inflate": 0.01, "pivot": [7.5, -10.35, 1.25], "rotation": [0, 0, 0], "uv": [127, 34]}, + {"origin": [8, 1.65, 9.75], "size": [7, 3, 8], "pivot": [7.5, -10.35, 1.25], "rotation": [0, 0, 0], "uv": [133, 47]} + ] + }, + { + "name": "foot_left", + "parent": "leg_left", + "pivot": [11.5, 3.15, 13.75], + "cubes": [ + {"origin": [6.5, -0.85, 9.5], "size": [10, 4, 9], "inflate": 0.01, "pivot": [7.5, -15.85, 1], "rotation": [0, 0, 0], "uv": [114, 21]} + ] + }, + { + "name": "foot_left2", + "parent": "foot_left", + "pivot": [11.5, -0.85, 9.5], + "cubes": [ + {"origin": [6.5, -0.85, 6.5], "size": [10, 4, 3], "pivot": [7.5, -15.85, 1], "rotation": [0, 0, 0], "uv": [230, 21]} + ] + }, + { + "name": "foot_claws_left", + "parent": "foot_left2", + "pivot": [11, 3.15, 6.5], + "cubes": [ + {"origin": [15, -0.85, 1.5], "size": [0, 4, 5], "pivot": [6, -15.85, -2], "rotation": [0, 0, 0], "uv": [58, 37]}, + {"origin": [11.5, -0.85, 1.5], "size": [0, 4, 5], "pivot": [6, -15.85, -2], "rotation": [0, 0, 0], "uv": [0, 41]}, + {"origin": [8, -0.85, 1.5], "size": [0, 4, 5], "pivot": [6, -15.85, -2], "rotation": [0, 0, 0], "uv": [0, 45]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/urshifu/urshifu.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/urshifu/urshifu.geo.json new file mode 100644 index 0000000..8fd9416 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/urshifu/urshifu.geo.json @@ -0,0 +1,691 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 5, + "visible_bounds_height": 6, + "visible_bounds_offset": [0, 2, 0] + }, + "bones": [ + { + "name": "urshifu", + "pivot": [0, 0, 0] + }, + { + "name": "mainthing", + "parent": "urshifu", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "mainthing", + "pivot": [-0.04655, 24.5, 2.33581], + "cubes": [ + {"origin": [-9.04655, 36, -2.16419], "size": [18, 4, 9], "uv": [0, 0]}, + {"origin": [-7.04655, 25, -0.66419], "size": [14, 7, 6], "inflate": 0.01, "uv": [40, 24]}, + {"origin": [-4.04655, 23, 0.33581], "size": [8, 5, 4], "inflate": 0.01, "uv": [45, 26]}, + {"origin": [-8.04655, 32, -1.16419], "size": [16, 10, 7], "uv": [0, 13]} + ] + }, + { + "name": "whiteneck", + "parent": "torso", + "pivot": [-0.04655, 42.75769, 3.1223], + "cubes": [ + {"origin": [2.95345, 43.5, 10.55581], "size": [4, 4, 8], "pivot": [11.95345, 19.5, 12.58581], "rotation": [27.5, 0, 0], "uv": [90, 93]}, + {"origin": [-7.04655, 43.5, 10.55581], "size": [4, 4, 8], "pivot": [-12.04655, 19.5, 12.58581], "rotation": [27.5, 0, 0], "uv": [66, 93]}, + {"origin": [-6.04655, 41.25, 2.80581], "size": [12, 6, 4], "inflate": 0.01, "pivot": [-0.04655, 43.75, 4.30581], "rotation": [10, 0, 0], "uv": [62, 68]} + ] + }, + { + "name": "neck", + "parent": "whiteneck", + "pivot": [-0.54655, 43, 2.58581], + "cubes": [ + {"origin": [-4.04655, 41, -0.91419], "size": [7, 4, 6], "uv": [80, 18]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [-0.54655, 44.5, 1.83581], + "cubes": [ + {"origin": [-4.54655, 44.999, -1.66419], "size": [8, 7, 7], "uv": [32, 63]} + ] + }, + { + "name": "hair", + "parent": "head", + "pivot": [-0.54655, 52, 3.33581] + }, + { + "name": "ear1", + "parent": "hair", + "pivot": [-2.95613, 51.28679, 2.33581], + "cubes": [ + {"origin": [-3.54655, 50, 0.83581], "size": [0, 5, 3], "pivot": [-3.54655, 52, 2.33581], "rotation": [0, 0, -55], "uv": [0, 39]} + ] + }, + { + "name": "ear2", + "parent": "hair", + "pivot": [1.86302, 51.28679, 2.33581], + "cubes": [ + {"origin": [1.45345, 50, 0.83581], "size": [0, 5, 3], "pivot": [1.45345, 52, 2.33581], "rotation": [0, 0, 55], "uv": [0, 10]} + ] + }, + { + "name": "bone", + "parent": "hair", + "pivot": [-0.54655, 52, 2.33581], + "cubes": [ + {"origin": [-0.54655, 50, 0.83581], "size": [0, 8, 3], "pivot": [-0.54655, 52, 2.33581], "rotation": [-55, 0, 0], "uv": [0, 27]} + ] + }, + { + "name": "Fur_head", + "parent": "head", + "pivot": [-3.04655, 16.5, 4.08581], + "cubes": [ + {"origin": [-6.64655, 49.5, -1.69419], "size": [2, 6, 0], "pivot": [-1.04655, 15, 2.33581], "rotation": [0, 0, 5], "uv": [23, 57]}, + {"origin": [0.20345, 49.6, -1.69419], "size": [2, 6, 0], "pivot": [1.21537, 53.16425, -1.69419], "rotation": [0, 0, -5], "uv": [39, 13]} + ] + }, + { + "name": "eyebrow1", + "parent": "Fur_head", + "pivot": [-2.5786, 50.26773, -1.69419], + "cubes": [ + {"origin": [-6.64655, 49.5, -1.69419], "size": [2, 1, 0], "pivot": [-1.04655, 15, 2.33581], "rotation": [0, 0, 5], "uv": [23, 62]} + ] + }, + { + "name": "eyebrow", + "parent": "Fur_head", + "pivot": [1.47056, 50.11062, -1.69419], + "cubes": [ + {"origin": [0.20345, 49.6, -1.69419], "size": [2, 1, 0], "pivot": [1.21537, 53.16425, -1.69419], "rotation": [0, 0, -5], "uv": [39, 18]} + ] + }, + { + "name": "furhead2", + "parent": "Fur_head", + "pivot": [-4.54655, 51.5, 1.83581], + "cubes": [ + {"origin": [-4.54655, 52, -1.66419], "size": [0, 4, 7], "pivot": [-4.54655, 52, 1.83581], "rotation": [0, 0, -142.5], "uv": [80, 98]} + ] + }, + { + "name": "furhead3", + "parent": "Fur_head", + "pivot": [-0.54555, 51.5, 5.33581], + "cubes": [ + {"origin": [-4.54655, 52, 5.38581], "size": [8, 3, 0], "pivot": [-0.54555, 52, 5.33581], "rotation": [-130, 0, 0], "uv": [86, 14]} + ] + }, + { + "name": "furhead1", + "parent": "Fur_head", + "pivot": [3.45445, 51.5, 1.83581], + "cubes": [ + {"origin": [3.48345, 52, -1.66419], "size": [0, 4, 7], "pivot": [3.45445, 52, 1.83581], "rotation": [0, 0, 150], "uv": [60, 86]} + ] + }, + { + "name": "headband_left", + "parent": "Fur_head", + "pivot": [-1.521, 50.7984, 4.82277], + "rotation": [-26.26444, 7.26921, 86.04559], + "cubes": [ + {"origin": [-1.59839, 48.8, 4.49859], "size": [0, 3, 6], "uv": [76, 72]} + ] + }, + { + "name": "lband1", + "parent": "headband_left", + "pivot": [-1.59839, 50.46527, 10.58581], + "rotation": [0, 22.5, 0], + "cubes": [ + {"origin": [-1.59839, 48.3, 10.49859], "size": [0, 4, 7], "uv": [82, 90]} + ] + }, + { + "name": "lband2", + "parent": "lband1", + "pivot": [-1.59839, 50.46527, 17.49859], + "rotation": [0, -37.5, 0], + "cubes": [ + {"origin": [-1.59839, 47.8, 17.49859], "size": [0, 5, 4], "uv": [45, 0]} + ] + }, + { + "name": "lband3", + "parent": "lband2", + "pivot": [-1.59839, 50.46527, 21.58581], + "rotation": [0, -35, 0], + "cubes": [ + {"origin": [-1.59839, 47.5, 21.49859], "size": [0, 6, 5], "uv": [51, 72]} + ] + }, + { + "name": "headband_right", + "parent": "Fur_head", + "pivot": [1.4279, 50.7984, 4.82277], + "rotation": [6.15491, 16.41371, -69.11148], + "cubes": [ + {"origin": [1.1265, 49.21421, 4.38152], "size": [0, 3, 6], "uv": [72, 0]} + ] + }, + { + "name": "bandseg1", + "parent": "headband_right", + "pivot": [1.1265, 50.87948, 10.46873], + "rotation": [0, -20, 0], + "cubes": [ + {"origin": [1.1265, 48.71421, 10.38152], "size": [0, 4, 7], "uv": [82, 86]} + ] + }, + { + "name": "bandseg2", + "parent": "bandseg1", + "pivot": [1.1265, 50.87948, 17.38152], + "rotation": [0, -22.5, 0], + "cubes": [ + {"origin": [1.1265, 48.21421, 17.38152], "size": [0, 5, 4], "uv": [0, 0]} + ] + }, + { + "name": "bandseg3", + "parent": "bandseg2", + "pivot": [1.1265, 50.87948, 21.46873], + "rotation": [0, 30, 0], + "cubes": [ + {"origin": [1.1265, 47.71421, 21.38152], "size": [0, 6, 5], "uv": [27, 37]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [0.95345, 11, 4.08581], + "cubes": [ + {"origin": [-3.54655, 49.8, -1.67419], "size": [2, 1, 0], "uv": [0, 38]}, + {"origin": [-3.54655, 48.8, -1.67419], "size": [2, 1, 0], "uv": [0, 38]}, + {"origin": [0.95345, 49.2, -1.67619], "size": [1, 1, 0], "uv": [6, 31]}, + {"origin": [-3.04655, 49.3, -1.68419], "size": [1, 1, 0], "uv": [6, 30]}, + {"origin": [0.45345, 49.8, -1.67419], "size": [2, 1, 0], "uv": [45, 3]}, + {"origin": [0.45345, 48.8, -1.67419], "size": [2, 1, 0], "uv": [45, 3]} + ] + }, + { + "name": "mouth2", + "parent": "head", + "pivot": [-0.04655, 10, -0.91419] + }, + { + "name": "lowjaw", + "parent": "mouth2", + "pivot": [-1.04655, 46, -0.91419], + "cubes": [ + {"origin": [-0.67433, 45.5, -5.29099], "size": [0, 2, 2], "pivot": [-0.67433, 46.5, -4.29099], "rotation": [-47.5, 87.5, 0], "uv": [0, 16]} + ] + }, + { + "name": "jaw_lower2", + "parent": "lowjaw", + "pivot": [-0.6377, 46.22445, -2.71772], + "rotation": [0, 62.5, 0], + "cubes": [ + {"origin": [-4.96448, 45, -4.86059], "size": [5, 2, 3], "uv": [106, 94]}, + {"origin": [-1.96448, 46.5, -4.41419], "size": [1, 1, 0], "pivot": [-1.46448, 46.5, -4.41419], "rotation": [0, 0, 47.5], "uv": [105, 102]}, + {"origin": [-1.96448, 45, -3.86059], "size": [5, 2, 3], "pivot": [1.03552, 46, -0.11059], "rotation": [0, 60, 0], "uv": [106, 89]}, + {"origin": [-0.85465, 45, -2.41419], "size": [1, 1, 0], "pivot": [1.636, 45.5, -1.9186], "rotation": [50.76848, 37.76124, 63.43495], "uv": [106, 102]}, + {"origin": [0.73552, 45, -4.86059], "size": [1, 2, 3], "pivot": [1.03552, 46, -1.11059], "rotation": [0, 25, 0], "uv": [55, 65]} + ] + }, + { + "name": "jaw_upper3", + "parent": "mouth2", + "pivot": [-0.04655, 48, -0.91419], + "rotation": [0, 62.5, 0], + "cubes": [ + {"origin": [-0.44655, 47.5, -3.91419], "size": [2, 2, 5], "pivot": [0.95345, 49.5, -1.16661], "rotation": [-50.28693, -54.23313, 87.37966], "uv": [20, 72]}, + {"origin": [-3.04655, 47, -4.41419], "size": [5, 1, 3], "uv": [37, 110]}, + {"origin": [-1.04655, 47.7, -4.61419], "size": [3, 1, 2], "pivot": [0.45345, 48.5, -2.91419], "rotation": [14.68313, -4.79128, 8.79472], "uv": [84, 60]}, + {"origin": [-0.04655, 46.5, -4.42419], "size": [1, 1, 0], "pivot": [0.45345, 47.5, -4.41419], "rotation": [0, 0, 42.5], "uv": [4, 19]}, + {"origin": [-0.04655, 47, -3.41419], "size": [5, 1, 3], "pivot": [2.95345, 48, 0.33581], "rotation": [0, 60, 0], "uv": [108, 0]}, + {"origin": [-0.52651, 47.9, -1.24239], "size": [3, 1, 2], "pivot": [0.97349, 48.64864, -1.24239], "rotation": [-6.99942, 60.45208, 14.34357], "uv": [76, 81]}, + {"origin": [2.05393, 46.5, -0.47221], "size": [1, 1, 0], "pivot": [2.55393, 47.5, -0.47221], "rotation": [50.76848, 37.76124, 63.43495], "uv": [4, 18]}, + {"origin": [-0.34655, 47, -4.41419], "size": [4, 1, 3], "pivot": [2.95345, 48, -0.66419], "rotation": [0, 25, 0], "uv": [57, 111]}, + {"origin": [-1.17564, 47.8, -3.65398], "size": [4, 1, 3], "pivot": [0.82436, 48.3, -2.15398], "rotation": [7.98205, 23.7695, 19.18246], "uv": [57, 111]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [-0.04655, 27.74473, 5.33619], + "rotation": [7.5, 0, 0], + "cubes": [ + {"origin": [-1.54655, 24, 3.86581], "size": [3, 5, 3], "pivot": [-1.04655, 26.5, 6.36581], "rotation": [-32.5, 0, 0], "uv": [95, 119]}, + {"origin": [-0.54655, 28, 8.86581], "size": [1, 3, 3], "pivot": [-1.04655, 30.5, 6.36581], "rotation": [-65, 0, 0], "uv": [83, 120]}, + {"origin": [-0.04655, 23.2, 7.58581], "size": [0, 2, 4], "pivot": [0.45345, 24.82692, 8.84044], "rotation": [-77.5, 0, 0], "uv": [86, 114]}, + {"origin": [-0.04655, 21.2, 6.58581], "size": [0, 2, 4], "pivot": [0.45345, 24.82692, 7.84044], "rotation": [-77.5, 0, 0], "uv": [71, 120]} + ] + }, + { + "name": "torso_clothes", + "parent": "torso", + "pivot": [2.45345, 19, 0.83581], + "cubes": [ + {"origin": [-5.54655, 27, 5.86581], "size": [11, 5, 0], "uv": [100, 78]}, + {"origin": [-7.04655, 32, -1.19419], "size": [14, 5, 0], "uv": [100, 53]}, + {"origin": [-6.04655, 32, 5.83681], "size": [12, 5, 0], "uv": [97, 45]}, + {"origin": [-8.54655, 35.99, -2.19419], "size": [17, 4, 1], "uv": [72, 0]}, + {"origin": [-6.54655, 36, 4.86581], "size": [13, 4, 2], "inflate": 0.01, "uv": [92, 28]}, + {"origin": [-7.04655, 40, -2.13419], "size": [14, 3, 9], "inflate": 0.01, "uv": [0, 30]}, + {"origin": [-6.54655, 27, -1.19419], "size": [12, 5, 0], "uv": [45, 119]} + ] + }, + { + "name": "ppcloth", + "parent": "torso_clothes", + "pivot": [-0.04655, 27, 2.08581] + }, + { + "name": "front", + "parent": "ppcloth", + "pivot": [-0.04655, 26.375, -1.21419] + }, + { + "name": "frontcloth1", + "parent": "front", + "pivot": [-0.54655, 27, -1.21419], + "cubes": [ + {"origin": [-6.04655, 21, -1.21419], "size": [11, 6, 0], "uv": [15, 115]} + ] + }, + { + "name": "fc2", + "parent": "frontcloth1", + "pivot": [-0.54655, 20.5, -1.21419], + "cubes": [ + {"origin": [-4.04655, 14, -1.21419], "size": [7, 7, 0], "uv": [107, 21]} + ] + }, + { + "name": "fc3", + "parent": "fc2", + "pivot": [-0.54655, 14, -1.21419], + "cubes": [ + {"origin": [-3.04655, 10, -1.21419], "size": [5, 4, 0], "uv": [100, 105]} + ] + }, + { + "name": "fc4", + "parent": "fc3", + "pivot": [-0.54655, 10.25, -1.21419], + "cubes": [ + {"origin": [-2.54655, 6, -1.21419], "size": [4, 4, 0], "uv": [0, 0]}, + {"origin": [-2.54655, 3, -1.21419], "size": [4, 3, 0], "uv": [33, 123]} + ] + }, + { + "name": "back", + "parent": "ppcloth", + "pivot": [-0.04655, 25.875, 5.88581] + }, + { + "name": "bc1", + "parent": "back", + "pivot": [-0.04655, 27, 5.88581], + "cubes": [ + {"origin": [-5.04655, 21, 5.88581], "size": [10, 6, 0], "uv": [40, 104]} + ] + }, + { + "name": "bc2", + "parent": "bc1", + "pivot": [-0.04655, 21, 5.88581], + "cubes": [ + {"origin": [-3.54655, 15, 5.88581], "size": [7, 6, 0], "uv": [0, 111]} + ] + }, + { + "name": "bc3", + "parent": "bc2", + "pivot": [-0.04655, 14.5, 5.88581], + "cubes": [ + {"origin": [-2.54655, 11, 5.88581], "size": [5, 4, 0], "uv": [15, 85]} + ] + }, + { + "name": "bc4", + "parent": "bc3", + "pivot": [-0.04655, 11.5, 5.88581], + "cubes": [ + {"origin": [-2.04655, 6, 5.88581], "size": [4, 5, 0], "uv": [0, 71]}, + {"origin": [-2.04655, 3, 5.88581], "size": [4, 3, 0], "uv": [16, 125]} + ] + }, + { + "name": "arms", + "parent": "torso", + "pivot": [-0.04655, 9, 2.08581] + }, + { + "name": "arm_left", + "parent": "arms", + "pivot": [-8.21322, 41, 2.33581], + "rotation": [0, 0, -45], + "cubes": [ + {"origin": [-11.46076, 39.58579, -2.16419], "size": [7, 5, 9], "inflate": 0.01, "pivot": [-8.96076, 41.58579, 2.33581], "rotation": [0, 0, 12.5], "uv": [0, 57]} + ] + }, + { + "name": "shoulderleft", + "parent": "arm_left", + "pivot": [-9.46076, 40.58579, 2.33581], + "cubes": [ + {"origin": [-14.46076, 37.58579, -1.66419], "size": [6, 6, 8], "uv": [0, 71]} + ] + }, + { + "name": "bicepleft", + "parent": "shoulderleft", + "pivot": [-13.96076, 40.58579, 2.33581], + "rotation": [1.30355, -7.44357, -24.99935], + "cubes": [ + {"origin": [-19.59916, 37.96069, -0.34632], "size": [7, 5, 6], "uv": [40, 93]} + ] + }, + { + "name": "forearmleft", + "parent": "bicepleft", + "pivot": [-20.09916, 40.46069, 2.90368], + "rotation": [0, -12.5, 0], + "cubes": [ + {"origin": [-23.50659, 38.46069, 0.0051], "size": [5, 4, 5], "uv": [0, 102]} + ] + }, + { + "name": "hand_left", + "parent": "forearmleft", + "pivot": [-23.38159, 41.39819, 2.5051], + "rotation": [0, 0, -10], + "cubes": [ + {"origin": [-26.4914, 39.13434, 0.0051], "size": [3, 3, 5], "uv": [23, 58]}, + {"origin": [-26.4914, 41.38434, 0.5051], "size": [2, 1, 1], "uv": [0, 47]}, + {"origin": [-26.4914, 41.38434, 2.0051], "size": [2, 1, 1], "uv": [55, 63]}, + {"origin": [-26.4914, 41.38434, 3.5051], "size": [2, 1, 1], "uv": [0, 76]} + ] + }, + { + "name": "thumb1", + "parent": "hand_left", + "pivot": [-23.9914, 41.63434, 0.5051], + "rotation": [35, 0, 0], + "cubes": [ + {"origin": [-24.4914, 41.13434, -0.9949], "size": [1, 1, 1], "uv": [5, 37]} + ] + }, + { + "name": "thunmbseg", + "parent": "thumb1", + "pivot": [-23.9914, 41.63434, -0.9949], + "rotation": [27.5, 0, 0], + "cubes": [ + {"origin": [-24.4914, 41.13434, -2.9949], "size": [1, 1, 2], "uv": [73, 46]} + ] + }, + { + "name": "fingers", + "parent": "hand_left", + "pivot": [-26.4914, 41.63434, 2.5051], + "rotation": [0, 0, -20], + "cubes": [ + {"origin": [-28.4914, 41.13434, 0.0051], "size": [2, 1, 5], "uv": [75, 109]} + ] + }, + { + "name": "fingerseg", + "parent": "fingers", + "pivot": [-28.9914, 41.63434, 2.5051], + "rotation": [0, 0, -27.5], + "cubes": [ + {"origin": [-31.4914, 41.13434, 0.0051], "size": [3, 1, 5], "uv": [105, 105]} + ] + }, + { + "name": "arm_right", + "parent": "arms", + "pivot": [6.95345, 41.125, 2.33581], + "rotation": [0, 0, 40], + "cubes": [ + {"origin": [3.00507, 40.1107, -2.16419], "size": [7, 5, 9], "inflate": 0.01, "pivot": [7.50507, 43.6107, 2.33581], "rotation": [0, 0, -12.5], "uv": [61, 54]} + ] + }, + { + "name": "shoulderright", + "parent": "arm_right", + "pivot": [8.00507, 41.1107, 2.33581], + "cubes": [ + {"origin": [8.00507, 38.1107, -1.66419], "size": [6, 6, 8], "uv": [72, 29]} + ] + }, + { + "name": "bicepright", + "parent": "shoulderright", + "pivot": [12.50507, 40.3607, 2.33581], + "rotation": [0.0467, -0.99889, 24.76783], + "cubes": [ + {"origin": [11.82082, 38.69861, -0.94517], "size": [7, 5, 6], "uv": [93, 60]} + ] + }, + { + "name": "forearmright", + "parent": "bicepright", + "pivot": [18.32082, 41.19861, 2.30483], + "rotation": [0, 12.5, 12.5], + "cubes": [ + {"origin": [17.84987, 39.06437, -0.32623], "size": [5, 4, 5], "uv": [20, 104]} + ] + }, + { + "name": "hand_right", + "parent": "forearmright", + "pivot": [23.14987, 42.01437, 2.17377], + "cubes": [ + {"origin": [23.84987, 41.81437, 0.17377], "size": [2, 1, 1], "uv": [86, 12]}, + {"origin": [23.84987, 41.81437, 1.67377], "size": [2, 1, 1], "uv": [28, 81]}, + {"origin": [23.84987, 41.81437, 3.17377], "size": [2, 1, 1], "uv": [28, 79]}, + {"origin": [22.84987, 39.56437, -0.32623], "size": [3, 3, 5], "uv": [89, 105]} + ] + }, + { + "name": "thumbright", + "parent": "hand_right", + "pivot": [23.34987, 42.06437, 0.17377], + "rotation": [10, -15, 0], + "cubes": [ + {"origin": [22.84987, 41.56437, -1.32623], "size": [1, 1, 1], "uv": [42, 18]} + ] + }, + { + "name": "thungbmbrseg2", + "parent": "thumbright", + "pivot": [23.34987, 42.06437, -1.32623], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [22.84987, 41.56437, -3.32623], "size": [1, 1, 2], "uv": [74, 26]} + ] + }, + { + "name": "fingers_right", + "parent": "hand_right", + "pivot": [25.84987, 42.06437, 2.17377], + "rotation": [0, 0, 17.5], + "cubes": [ + {"origin": [25.84987, 41.56437, -0.32623], "size": [2, 1, 5], "uv": [48, 110]} + ] + }, + { + "name": "fingerrseg2", + "parent": "fingers_right", + "pivot": [28.34987, 42.06437, 2.17377], + "rotation": [0, 0, 20], + "cubes": [ + {"origin": [27.84987, 41.56437, -0.32623], "size": [3, 1, 5], "uv": [106, 83]} + ] + }, + { + "name": "legs", + "parent": "mainthing", + "pivot": [-0.04655, 9, 2.08581] + }, + { + "name": "leg_left", + "parent": "legs", + "pivot": [-6.98405, 23.625, 2.27331], + "rotation": [0, 0, 12.5], + "cubes": [ + {"origin": [-11.79655, 18, -1.16419], "size": [10, 9, 7], "uv": [39, 37]}, + {"origin": [-10.79655, 27, -0.16419], "size": [8, 2, 5], "uv": [94, 71]}, + {"origin": [-10.79655, 15, -1.16419], "size": [8, 3, 7], "uv": [73, 43]} + ] + }, + { + "name": "leghairsLeft", + "parent": "leg_left", + "pivot": [-1.04655, 12, 2.08581] + }, + { + "name": "fur1", + "parent": "leghairsLeft", + "pivot": [-6.79655, 18, -0.66419], + "cubes": [ + {"origin": [-11.54655, 18.5, -9.29817], "size": [9, 0, 10], "pivot": [-6.79655, 18, -0.66419], "rotation": [60, 0, 0], "uv": [24, 53]} + ] + }, + { + "name": "fyur2", + "parent": "leghairsLeft", + "pivot": [-10.77142, 18.11091, 2.33581], + "cubes": [ + {"origin": [-20.00187, 18.26943, -1.16419], "size": [11, 0, 7], "pivot": [-10.77142, 18.11091, 2.33581], "rotation": [0, 0, -67.5], "uv": [57, 10]} + ] + }, + { + "name": "fyur3", + "parent": "leghairsLeft", + "pivot": [-1.77142, 19.11091, 2.33581], + "rotation": [0, 0, 52.5], + "cubes": [ + {"origin": [-9.36931, 19.2955, -1.16419], "size": [8, 0, 7], "pivot": [-2.36931, 19.2955, 2.33581], "rotation": [0, 180, 0], "uv": [79, 5]} + ] + }, + { + "name": "fur3", + "parent": "leghairsLeft", + "pivot": [-7.04655, 18.01118, 5.36874] + }, + { + "name": "lknee", + "parent": "leg_left", + "pivot": [-6.92155, 15.75, 2.33581], + "rotation": [0, 0, -12.5], + "cubes": [ + {"origin": [-9.29655, 9, -0.81419], "size": [6, 9, 6], "uv": [58, 78]}, + {"origin": [-9.04655, 2, 0.08581], "size": [5, 12, 5], "uv": [0, 85]} + ] + }, + { + "name": "leftfoot", + "parent": "lknee", + "pivot": [-6.04655, 2, 3.08581], + "cubes": [ + {"origin": [-9.54655, 0, -1.66419], "size": [6, 2, 7], "uv": [95, 5]}, + {"origin": [-6.79655, 0, -5.66419], "size": [0, 2, 4], "uv": [54, 6]}, + {"origin": [-8.79655, 0, -5.66419], "size": [0, 2, 4], "uv": [54, 6]}, + {"origin": [-4.79655, 0, -5.66419], "size": [0, 2, 4], "uv": [54, 6]}, + {"origin": [-5.29655, 2, -1.66419], "size": [1, 1, 2], "uv": [45, 0]}, + {"origin": [-7.29655, 2, -1.66419], "size": [1, 1, 2], "uv": [0, 63]}, + {"origin": [-9.29655, 2, -1.66419], "size": [1, 1, 2], "uv": [32, 66]} + ] + }, + { + "name": "leg_right", + "parent": "legs", + "pivot": [4.66178, 23.75, 2.37747], + "rotation": [0, 0, -12.5], + "cubes": [ + {"origin": [1.70345, 18, -1.16419], "size": [10, 8, 7], "uv": [0, 42]}, + {"origin": [2.70345, 26, -0.16419], "size": [8, 2, 5], "uv": [100, 14]}, + {"origin": [2.70345, 15, -1.16419], "size": [8, 3, 7], "uv": [28, 77]} + ] + }, + { + "name": "leghairsright", + "parent": "leg_right", + "pivot": [-0.04655, 12, 2.08581] + }, + { + "name": "fur2", + "parent": "leghairsright", + "pivot": [6.70345, 18, -0.66419], + "cubes": [ + {"origin": [2.45345, 19.10208, -9.60857], "size": [9, 0, 10], "pivot": [6.95345, 18.61994, -0.49048], "rotation": [65, 0, 0], "uv": [42, 53]} + ] + }, + { + "name": "fur4", + "parent": "leghairsright", + "pivot": [11.5212, 17.95984, 2.33581], + "cubes": [ + {"origin": [9.67134, 18.57375, -1.16419], "size": [10, 0, 7], "pivot": [10.5212, 17.95984, 2.33581], "rotation": [0, 0, 67.5], "uv": [58, 17]} + ] + }, + { + "name": "fur6", + "parent": "leghairsright", + "pivot": [2.37105, 19.57375, 2.33581], + "rotation": [0, 0, -47.5], + "cubes": [ + {"origin": [-0.00425, 19.31102, -1.16419], "size": [8, 0, 7], "pivot": [0.84561, 18.69712, 2.33581], "rotation": [0, 180, 0], "uv": [77, 53]} + ] + }, + { + "name": "fur5", + "parent": "leghairsright", + "pivot": [6.45345, 17.66281, 5.7572] + }, + { + "name": "rknee", + "parent": "leg_right", + "pivot": [6.82845, 15.75, 2.33581], + "rotation": [0, 0, 12.5], + "cubes": [ + {"origin": [3.20345, 9, -0.81419], "size": [6, 9, 6], "uv": [82, 78]}, + {"origin": [3.95345, 2, 0.08581], "size": [5, 12, 5], "uv": [20, 87]} + ] + }, + { + "name": "feetis", + "parent": "rknee", + "pivot": [6.66773, 1.64286, 2.40723], + "cubes": [ + {"origin": [4.70345, 0, -5.66419], "size": [0, 2, 4], "uv": [0, 55]}, + {"origin": [3.45345, 0, -1.66419], "size": [6, 2, 7], "uv": [96, 36]}, + {"origin": [8.20345, 2, -1.66419], "size": [1, 1, 2], "uv": [73, 43]}, + {"origin": [6.20345, 2, -1.66419], "size": [1, 1, 2], "uv": [66, 40]}, + {"origin": [4.20345, 2, -1.66419], "size": [1, 1, 2], "uv": [66, 37]}, + {"origin": [6.70345, 0, -5.66419], "size": [0, 2, 4], "uv": [54, 6]}, + {"origin": [8.70345, 0, -5.66419], "size": [0, 2, 4], "uv": [54, 6]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/urshifurs/urshifurs.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/urshifurs/urshifurs.geo.json new file mode 100644 index 0000000..8fd9416 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/urshifurs/urshifurs.geo.json @@ -0,0 +1,691 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 5, + "visible_bounds_height": 6, + "visible_bounds_offset": [0, 2, 0] + }, + "bones": [ + { + "name": "urshifu", + "pivot": [0, 0, 0] + }, + { + "name": "mainthing", + "parent": "urshifu", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "mainthing", + "pivot": [-0.04655, 24.5, 2.33581], + "cubes": [ + {"origin": [-9.04655, 36, -2.16419], "size": [18, 4, 9], "uv": [0, 0]}, + {"origin": [-7.04655, 25, -0.66419], "size": [14, 7, 6], "inflate": 0.01, "uv": [40, 24]}, + {"origin": [-4.04655, 23, 0.33581], "size": [8, 5, 4], "inflate": 0.01, "uv": [45, 26]}, + {"origin": [-8.04655, 32, -1.16419], "size": [16, 10, 7], "uv": [0, 13]} + ] + }, + { + "name": "whiteneck", + "parent": "torso", + "pivot": [-0.04655, 42.75769, 3.1223], + "cubes": [ + {"origin": [2.95345, 43.5, 10.55581], "size": [4, 4, 8], "pivot": [11.95345, 19.5, 12.58581], "rotation": [27.5, 0, 0], "uv": [90, 93]}, + {"origin": [-7.04655, 43.5, 10.55581], "size": [4, 4, 8], "pivot": [-12.04655, 19.5, 12.58581], "rotation": [27.5, 0, 0], "uv": [66, 93]}, + {"origin": [-6.04655, 41.25, 2.80581], "size": [12, 6, 4], "inflate": 0.01, "pivot": [-0.04655, 43.75, 4.30581], "rotation": [10, 0, 0], "uv": [62, 68]} + ] + }, + { + "name": "neck", + "parent": "whiteneck", + "pivot": [-0.54655, 43, 2.58581], + "cubes": [ + {"origin": [-4.04655, 41, -0.91419], "size": [7, 4, 6], "uv": [80, 18]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [-0.54655, 44.5, 1.83581], + "cubes": [ + {"origin": [-4.54655, 44.999, -1.66419], "size": [8, 7, 7], "uv": [32, 63]} + ] + }, + { + "name": "hair", + "parent": "head", + "pivot": [-0.54655, 52, 3.33581] + }, + { + "name": "ear1", + "parent": "hair", + "pivot": [-2.95613, 51.28679, 2.33581], + "cubes": [ + {"origin": [-3.54655, 50, 0.83581], "size": [0, 5, 3], "pivot": [-3.54655, 52, 2.33581], "rotation": [0, 0, -55], "uv": [0, 39]} + ] + }, + { + "name": "ear2", + "parent": "hair", + "pivot": [1.86302, 51.28679, 2.33581], + "cubes": [ + {"origin": [1.45345, 50, 0.83581], "size": [0, 5, 3], "pivot": [1.45345, 52, 2.33581], "rotation": [0, 0, 55], "uv": [0, 10]} + ] + }, + { + "name": "bone", + "parent": "hair", + "pivot": [-0.54655, 52, 2.33581], + "cubes": [ + {"origin": [-0.54655, 50, 0.83581], "size": [0, 8, 3], "pivot": [-0.54655, 52, 2.33581], "rotation": [-55, 0, 0], "uv": [0, 27]} + ] + }, + { + "name": "Fur_head", + "parent": "head", + "pivot": [-3.04655, 16.5, 4.08581], + "cubes": [ + {"origin": [-6.64655, 49.5, -1.69419], "size": [2, 6, 0], "pivot": [-1.04655, 15, 2.33581], "rotation": [0, 0, 5], "uv": [23, 57]}, + {"origin": [0.20345, 49.6, -1.69419], "size": [2, 6, 0], "pivot": [1.21537, 53.16425, -1.69419], "rotation": [0, 0, -5], "uv": [39, 13]} + ] + }, + { + "name": "eyebrow1", + "parent": "Fur_head", + "pivot": [-2.5786, 50.26773, -1.69419], + "cubes": [ + {"origin": [-6.64655, 49.5, -1.69419], "size": [2, 1, 0], "pivot": [-1.04655, 15, 2.33581], "rotation": [0, 0, 5], "uv": [23, 62]} + ] + }, + { + "name": "eyebrow", + "parent": "Fur_head", + "pivot": [1.47056, 50.11062, -1.69419], + "cubes": [ + {"origin": [0.20345, 49.6, -1.69419], "size": [2, 1, 0], "pivot": [1.21537, 53.16425, -1.69419], "rotation": [0, 0, -5], "uv": [39, 18]} + ] + }, + { + "name": "furhead2", + "parent": "Fur_head", + "pivot": [-4.54655, 51.5, 1.83581], + "cubes": [ + {"origin": [-4.54655, 52, -1.66419], "size": [0, 4, 7], "pivot": [-4.54655, 52, 1.83581], "rotation": [0, 0, -142.5], "uv": [80, 98]} + ] + }, + { + "name": "furhead3", + "parent": "Fur_head", + "pivot": [-0.54555, 51.5, 5.33581], + "cubes": [ + {"origin": [-4.54655, 52, 5.38581], "size": [8, 3, 0], "pivot": [-0.54555, 52, 5.33581], "rotation": [-130, 0, 0], "uv": [86, 14]} + ] + }, + { + "name": "furhead1", + "parent": "Fur_head", + "pivot": [3.45445, 51.5, 1.83581], + "cubes": [ + {"origin": [3.48345, 52, -1.66419], "size": [0, 4, 7], "pivot": [3.45445, 52, 1.83581], "rotation": [0, 0, 150], "uv": [60, 86]} + ] + }, + { + "name": "headband_left", + "parent": "Fur_head", + "pivot": [-1.521, 50.7984, 4.82277], + "rotation": [-26.26444, 7.26921, 86.04559], + "cubes": [ + {"origin": [-1.59839, 48.8, 4.49859], "size": [0, 3, 6], "uv": [76, 72]} + ] + }, + { + "name": "lband1", + "parent": "headband_left", + "pivot": [-1.59839, 50.46527, 10.58581], + "rotation": [0, 22.5, 0], + "cubes": [ + {"origin": [-1.59839, 48.3, 10.49859], "size": [0, 4, 7], "uv": [82, 90]} + ] + }, + { + "name": "lband2", + "parent": "lband1", + "pivot": [-1.59839, 50.46527, 17.49859], + "rotation": [0, -37.5, 0], + "cubes": [ + {"origin": [-1.59839, 47.8, 17.49859], "size": [0, 5, 4], "uv": [45, 0]} + ] + }, + { + "name": "lband3", + "parent": "lband2", + "pivot": [-1.59839, 50.46527, 21.58581], + "rotation": [0, -35, 0], + "cubes": [ + {"origin": [-1.59839, 47.5, 21.49859], "size": [0, 6, 5], "uv": [51, 72]} + ] + }, + { + "name": "headband_right", + "parent": "Fur_head", + "pivot": [1.4279, 50.7984, 4.82277], + "rotation": [6.15491, 16.41371, -69.11148], + "cubes": [ + {"origin": [1.1265, 49.21421, 4.38152], "size": [0, 3, 6], "uv": [72, 0]} + ] + }, + { + "name": "bandseg1", + "parent": "headband_right", + "pivot": [1.1265, 50.87948, 10.46873], + "rotation": [0, -20, 0], + "cubes": [ + {"origin": [1.1265, 48.71421, 10.38152], "size": [0, 4, 7], "uv": [82, 86]} + ] + }, + { + "name": "bandseg2", + "parent": "bandseg1", + "pivot": [1.1265, 50.87948, 17.38152], + "rotation": [0, -22.5, 0], + "cubes": [ + {"origin": [1.1265, 48.21421, 17.38152], "size": [0, 5, 4], "uv": [0, 0]} + ] + }, + { + "name": "bandseg3", + "parent": "bandseg2", + "pivot": [1.1265, 50.87948, 21.46873], + "rotation": [0, 30, 0], + "cubes": [ + {"origin": [1.1265, 47.71421, 21.38152], "size": [0, 6, 5], "uv": [27, 37]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [0.95345, 11, 4.08581], + "cubes": [ + {"origin": [-3.54655, 49.8, -1.67419], "size": [2, 1, 0], "uv": [0, 38]}, + {"origin": [-3.54655, 48.8, -1.67419], "size": [2, 1, 0], "uv": [0, 38]}, + {"origin": [0.95345, 49.2, -1.67619], "size": [1, 1, 0], "uv": [6, 31]}, + {"origin": [-3.04655, 49.3, -1.68419], "size": [1, 1, 0], "uv": [6, 30]}, + {"origin": [0.45345, 49.8, -1.67419], "size": [2, 1, 0], "uv": [45, 3]}, + {"origin": [0.45345, 48.8, -1.67419], "size": [2, 1, 0], "uv": [45, 3]} + ] + }, + { + "name": "mouth2", + "parent": "head", + "pivot": [-0.04655, 10, -0.91419] + }, + { + "name": "lowjaw", + "parent": "mouth2", + "pivot": [-1.04655, 46, -0.91419], + "cubes": [ + {"origin": [-0.67433, 45.5, -5.29099], "size": [0, 2, 2], "pivot": [-0.67433, 46.5, -4.29099], "rotation": [-47.5, 87.5, 0], "uv": [0, 16]} + ] + }, + { + "name": "jaw_lower2", + "parent": "lowjaw", + "pivot": [-0.6377, 46.22445, -2.71772], + "rotation": [0, 62.5, 0], + "cubes": [ + {"origin": [-4.96448, 45, -4.86059], "size": [5, 2, 3], "uv": [106, 94]}, + {"origin": [-1.96448, 46.5, -4.41419], "size": [1, 1, 0], "pivot": [-1.46448, 46.5, -4.41419], "rotation": [0, 0, 47.5], "uv": [105, 102]}, + {"origin": [-1.96448, 45, -3.86059], "size": [5, 2, 3], "pivot": [1.03552, 46, -0.11059], "rotation": [0, 60, 0], "uv": [106, 89]}, + {"origin": [-0.85465, 45, -2.41419], "size": [1, 1, 0], "pivot": [1.636, 45.5, -1.9186], "rotation": [50.76848, 37.76124, 63.43495], "uv": [106, 102]}, + {"origin": [0.73552, 45, -4.86059], "size": [1, 2, 3], "pivot": [1.03552, 46, -1.11059], "rotation": [0, 25, 0], "uv": [55, 65]} + ] + }, + { + "name": "jaw_upper3", + "parent": "mouth2", + "pivot": [-0.04655, 48, -0.91419], + "rotation": [0, 62.5, 0], + "cubes": [ + {"origin": [-0.44655, 47.5, -3.91419], "size": [2, 2, 5], "pivot": [0.95345, 49.5, -1.16661], "rotation": [-50.28693, -54.23313, 87.37966], "uv": [20, 72]}, + {"origin": [-3.04655, 47, -4.41419], "size": [5, 1, 3], "uv": [37, 110]}, + {"origin": [-1.04655, 47.7, -4.61419], "size": [3, 1, 2], "pivot": [0.45345, 48.5, -2.91419], "rotation": [14.68313, -4.79128, 8.79472], "uv": [84, 60]}, + {"origin": [-0.04655, 46.5, -4.42419], "size": [1, 1, 0], "pivot": [0.45345, 47.5, -4.41419], "rotation": [0, 0, 42.5], "uv": [4, 19]}, + {"origin": [-0.04655, 47, -3.41419], "size": [5, 1, 3], "pivot": [2.95345, 48, 0.33581], "rotation": [0, 60, 0], "uv": [108, 0]}, + {"origin": [-0.52651, 47.9, -1.24239], "size": [3, 1, 2], "pivot": [0.97349, 48.64864, -1.24239], "rotation": [-6.99942, 60.45208, 14.34357], "uv": [76, 81]}, + {"origin": [2.05393, 46.5, -0.47221], "size": [1, 1, 0], "pivot": [2.55393, 47.5, -0.47221], "rotation": [50.76848, 37.76124, 63.43495], "uv": [4, 18]}, + {"origin": [-0.34655, 47, -4.41419], "size": [4, 1, 3], "pivot": [2.95345, 48, -0.66419], "rotation": [0, 25, 0], "uv": [57, 111]}, + {"origin": [-1.17564, 47.8, -3.65398], "size": [4, 1, 3], "pivot": [0.82436, 48.3, -2.15398], "rotation": [7.98205, 23.7695, 19.18246], "uv": [57, 111]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [-0.04655, 27.74473, 5.33619], + "rotation": [7.5, 0, 0], + "cubes": [ + {"origin": [-1.54655, 24, 3.86581], "size": [3, 5, 3], "pivot": [-1.04655, 26.5, 6.36581], "rotation": [-32.5, 0, 0], "uv": [95, 119]}, + {"origin": [-0.54655, 28, 8.86581], "size": [1, 3, 3], "pivot": [-1.04655, 30.5, 6.36581], "rotation": [-65, 0, 0], "uv": [83, 120]}, + {"origin": [-0.04655, 23.2, 7.58581], "size": [0, 2, 4], "pivot": [0.45345, 24.82692, 8.84044], "rotation": [-77.5, 0, 0], "uv": [86, 114]}, + {"origin": [-0.04655, 21.2, 6.58581], "size": [0, 2, 4], "pivot": [0.45345, 24.82692, 7.84044], "rotation": [-77.5, 0, 0], "uv": [71, 120]} + ] + }, + { + "name": "torso_clothes", + "parent": "torso", + "pivot": [2.45345, 19, 0.83581], + "cubes": [ + {"origin": [-5.54655, 27, 5.86581], "size": [11, 5, 0], "uv": [100, 78]}, + {"origin": [-7.04655, 32, -1.19419], "size": [14, 5, 0], "uv": [100, 53]}, + {"origin": [-6.04655, 32, 5.83681], "size": [12, 5, 0], "uv": [97, 45]}, + {"origin": [-8.54655, 35.99, -2.19419], "size": [17, 4, 1], "uv": [72, 0]}, + {"origin": [-6.54655, 36, 4.86581], "size": [13, 4, 2], "inflate": 0.01, "uv": [92, 28]}, + {"origin": [-7.04655, 40, -2.13419], "size": [14, 3, 9], "inflate": 0.01, "uv": [0, 30]}, + {"origin": [-6.54655, 27, -1.19419], "size": [12, 5, 0], "uv": [45, 119]} + ] + }, + { + "name": "ppcloth", + "parent": "torso_clothes", + "pivot": [-0.04655, 27, 2.08581] + }, + { + "name": "front", + "parent": "ppcloth", + "pivot": [-0.04655, 26.375, -1.21419] + }, + { + "name": "frontcloth1", + "parent": "front", + "pivot": [-0.54655, 27, -1.21419], + "cubes": [ + {"origin": [-6.04655, 21, -1.21419], "size": [11, 6, 0], "uv": [15, 115]} + ] + }, + { + "name": "fc2", + "parent": "frontcloth1", + "pivot": [-0.54655, 20.5, -1.21419], + "cubes": [ + {"origin": [-4.04655, 14, -1.21419], "size": [7, 7, 0], "uv": [107, 21]} + ] + }, + { + "name": "fc3", + "parent": "fc2", + "pivot": [-0.54655, 14, -1.21419], + "cubes": [ + {"origin": [-3.04655, 10, -1.21419], "size": [5, 4, 0], "uv": [100, 105]} + ] + }, + { + "name": "fc4", + "parent": "fc3", + "pivot": [-0.54655, 10.25, -1.21419], + "cubes": [ + {"origin": [-2.54655, 6, -1.21419], "size": [4, 4, 0], "uv": [0, 0]}, + {"origin": [-2.54655, 3, -1.21419], "size": [4, 3, 0], "uv": [33, 123]} + ] + }, + { + "name": "back", + "parent": "ppcloth", + "pivot": [-0.04655, 25.875, 5.88581] + }, + { + "name": "bc1", + "parent": "back", + "pivot": [-0.04655, 27, 5.88581], + "cubes": [ + {"origin": [-5.04655, 21, 5.88581], "size": [10, 6, 0], "uv": [40, 104]} + ] + }, + { + "name": "bc2", + "parent": "bc1", + "pivot": [-0.04655, 21, 5.88581], + "cubes": [ + {"origin": [-3.54655, 15, 5.88581], "size": [7, 6, 0], "uv": [0, 111]} + ] + }, + { + "name": "bc3", + "parent": "bc2", + "pivot": [-0.04655, 14.5, 5.88581], + "cubes": [ + {"origin": [-2.54655, 11, 5.88581], "size": [5, 4, 0], "uv": [15, 85]} + ] + }, + { + "name": "bc4", + "parent": "bc3", + "pivot": [-0.04655, 11.5, 5.88581], + "cubes": [ + {"origin": [-2.04655, 6, 5.88581], "size": [4, 5, 0], "uv": [0, 71]}, + {"origin": [-2.04655, 3, 5.88581], "size": [4, 3, 0], "uv": [16, 125]} + ] + }, + { + "name": "arms", + "parent": "torso", + "pivot": [-0.04655, 9, 2.08581] + }, + { + "name": "arm_left", + "parent": "arms", + "pivot": [-8.21322, 41, 2.33581], + "rotation": [0, 0, -45], + "cubes": [ + {"origin": [-11.46076, 39.58579, -2.16419], "size": [7, 5, 9], "inflate": 0.01, "pivot": [-8.96076, 41.58579, 2.33581], "rotation": [0, 0, 12.5], "uv": [0, 57]} + ] + }, + { + "name": "shoulderleft", + "parent": "arm_left", + "pivot": [-9.46076, 40.58579, 2.33581], + "cubes": [ + {"origin": [-14.46076, 37.58579, -1.66419], "size": [6, 6, 8], "uv": [0, 71]} + ] + }, + { + "name": "bicepleft", + "parent": "shoulderleft", + "pivot": [-13.96076, 40.58579, 2.33581], + "rotation": [1.30355, -7.44357, -24.99935], + "cubes": [ + {"origin": [-19.59916, 37.96069, -0.34632], "size": [7, 5, 6], "uv": [40, 93]} + ] + }, + { + "name": "forearmleft", + "parent": "bicepleft", + "pivot": [-20.09916, 40.46069, 2.90368], + "rotation": [0, -12.5, 0], + "cubes": [ + {"origin": [-23.50659, 38.46069, 0.0051], "size": [5, 4, 5], "uv": [0, 102]} + ] + }, + { + "name": "hand_left", + "parent": "forearmleft", + "pivot": [-23.38159, 41.39819, 2.5051], + "rotation": [0, 0, -10], + "cubes": [ + {"origin": [-26.4914, 39.13434, 0.0051], "size": [3, 3, 5], "uv": [23, 58]}, + {"origin": [-26.4914, 41.38434, 0.5051], "size": [2, 1, 1], "uv": [0, 47]}, + {"origin": [-26.4914, 41.38434, 2.0051], "size": [2, 1, 1], "uv": [55, 63]}, + {"origin": [-26.4914, 41.38434, 3.5051], "size": [2, 1, 1], "uv": [0, 76]} + ] + }, + { + "name": "thumb1", + "parent": "hand_left", + "pivot": [-23.9914, 41.63434, 0.5051], + "rotation": [35, 0, 0], + "cubes": [ + {"origin": [-24.4914, 41.13434, -0.9949], "size": [1, 1, 1], "uv": [5, 37]} + ] + }, + { + "name": "thunmbseg", + "parent": "thumb1", + "pivot": [-23.9914, 41.63434, -0.9949], + "rotation": [27.5, 0, 0], + "cubes": [ + {"origin": [-24.4914, 41.13434, -2.9949], "size": [1, 1, 2], "uv": [73, 46]} + ] + }, + { + "name": "fingers", + "parent": "hand_left", + "pivot": [-26.4914, 41.63434, 2.5051], + "rotation": [0, 0, -20], + "cubes": [ + {"origin": [-28.4914, 41.13434, 0.0051], "size": [2, 1, 5], "uv": [75, 109]} + ] + }, + { + "name": "fingerseg", + "parent": "fingers", + "pivot": [-28.9914, 41.63434, 2.5051], + "rotation": [0, 0, -27.5], + "cubes": [ + {"origin": [-31.4914, 41.13434, 0.0051], "size": [3, 1, 5], "uv": [105, 105]} + ] + }, + { + "name": "arm_right", + "parent": "arms", + "pivot": [6.95345, 41.125, 2.33581], + "rotation": [0, 0, 40], + "cubes": [ + {"origin": [3.00507, 40.1107, -2.16419], "size": [7, 5, 9], "inflate": 0.01, "pivot": [7.50507, 43.6107, 2.33581], "rotation": [0, 0, -12.5], "uv": [61, 54]} + ] + }, + { + "name": "shoulderright", + "parent": "arm_right", + "pivot": [8.00507, 41.1107, 2.33581], + "cubes": [ + {"origin": [8.00507, 38.1107, -1.66419], "size": [6, 6, 8], "uv": [72, 29]} + ] + }, + { + "name": "bicepright", + "parent": "shoulderright", + "pivot": [12.50507, 40.3607, 2.33581], + "rotation": [0.0467, -0.99889, 24.76783], + "cubes": [ + {"origin": [11.82082, 38.69861, -0.94517], "size": [7, 5, 6], "uv": [93, 60]} + ] + }, + { + "name": "forearmright", + "parent": "bicepright", + "pivot": [18.32082, 41.19861, 2.30483], + "rotation": [0, 12.5, 12.5], + "cubes": [ + {"origin": [17.84987, 39.06437, -0.32623], "size": [5, 4, 5], "uv": [20, 104]} + ] + }, + { + "name": "hand_right", + "parent": "forearmright", + "pivot": [23.14987, 42.01437, 2.17377], + "cubes": [ + {"origin": [23.84987, 41.81437, 0.17377], "size": [2, 1, 1], "uv": [86, 12]}, + {"origin": [23.84987, 41.81437, 1.67377], "size": [2, 1, 1], "uv": [28, 81]}, + {"origin": [23.84987, 41.81437, 3.17377], "size": [2, 1, 1], "uv": [28, 79]}, + {"origin": [22.84987, 39.56437, -0.32623], "size": [3, 3, 5], "uv": [89, 105]} + ] + }, + { + "name": "thumbright", + "parent": "hand_right", + "pivot": [23.34987, 42.06437, 0.17377], + "rotation": [10, -15, 0], + "cubes": [ + {"origin": [22.84987, 41.56437, -1.32623], "size": [1, 1, 1], "uv": [42, 18]} + ] + }, + { + "name": "thungbmbrseg2", + "parent": "thumbright", + "pivot": [23.34987, 42.06437, -1.32623], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [22.84987, 41.56437, -3.32623], "size": [1, 1, 2], "uv": [74, 26]} + ] + }, + { + "name": "fingers_right", + "parent": "hand_right", + "pivot": [25.84987, 42.06437, 2.17377], + "rotation": [0, 0, 17.5], + "cubes": [ + {"origin": [25.84987, 41.56437, -0.32623], "size": [2, 1, 5], "uv": [48, 110]} + ] + }, + { + "name": "fingerrseg2", + "parent": "fingers_right", + "pivot": [28.34987, 42.06437, 2.17377], + "rotation": [0, 0, 20], + "cubes": [ + {"origin": [27.84987, 41.56437, -0.32623], "size": [3, 1, 5], "uv": [106, 83]} + ] + }, + { + "name": "legs", + "parent": "mainthing", + "pivot": [-0.04655, 9, 2.08581] + }, + { + "name": "leg_left", + "parent": "legs", + "pivot": [-6.98405, 23.625, 2.27331], + "rotation": [0, 0, 12.5], + "cubes": [ + {"origin": [-11.79655, 18, -1.16419], "size": [10, 9, 7], "uv": [39, 37]}, + {"origin": [-10.79655, 27, -0.16419], "size": [8, 2, 5], "uv": [94, 71]}, + {"origin": [-10.79655, 15, -1.16419], "size": [8, 3, 7], "uv": [73, 43]} + ] + }, + { + "name": "leghairsLeft", + "parent": "leg_left", + "pivot": [-1.04655, 12, 2.08581] + }, + { + "name": "fur1", + "parent": "leghairsLeft", + "pivot": [-6.79655, 18, -0.66419], + "cubes": [ + {"origin": [-11.54655, 18.5, -9.29817], "size": [9, 0, 10], "pivot": [-6.79655, 18, -0.66419], "rotation": [60, 0, 0], "uv": [24, 53]} + ] + }, + { + "name": "fyur2", + "parent": "leghairsLeft", + "pivot": [-10.77142, 18.11091, 2.33581], + "cubes": [ + {"origin": [-20.00187, 18.26943, -1.16419], "size": [11, 0, 7], "pivot": [-10.77142, 18.11091, 2.33581], "rotation": [0, 0, -67.5], "uv": [57, 10]} + ] + }, + { + "name": "fyur3", + "parent": "leghairsLeft", + "pivot": [-1.77142, 19.11091, 2.33581], + "rotation": [0, 0, 52.5], + "cubes": [ + {"origin": [-9.36931, 19.2955, -1.16419], "size": [8, 0, 7], "pivot": [-2.36931, 19.2955, 2.33581], "rotation": [0, 180, 0], "uv": [79, 5]} + ] + }, + { + "name": "fur3", + "parent": "leghairsLeft", + "pivot": [-7.04655, 18.01118, 5.36874] + }, + { + "name": "lknee", + "parent": "leg_left", + "pivot": [-6.92155, 15.75, 2.33581], + "rotation": [0, 0, -12.5], + "cubes": [ + {"origin": [-9.29655, 9, -0.81419], "size": [6, 9, 6], "uv": [58, 78]}, + {"origin": [-9.04655, 2, 0.08581], "size": [5, 12, 5], "uv": [0, 85]} + ] + }, + { + "name": "leftfoot", + "parent": "lknee", + "pivot": [-6.04655, 2, 3.08581], + "cubes": [ + {"origin": [-9.54655, 0, -1.66419], "size": [6, 2, 7], "uv": [95, 5]}, + {"origin": [-6.79655, 0, -5.66419], "size": [0, 2, 4], "uv": [54, 6]}, + {"origin": [-8.79655, 0, -5.66419], "size": [0, 2, 4], "uv": [54, 6]}, + {"origin": [-4.79655, 0, -5.66419], "size": [0, 2, 4], "uv": [54, 6]}, + {"origin": [-5.29655, 2, -1.66419], "size": [1, 1, 2], "uv": [45, 0]}, + {"origin": [-7.29655, 2, -1.66419], "size": [1, 1, 2], "uv": [0, 63]}, + {"origin": [-9.29655, 2, -1.66419], "size": [1, 1, 2], "uv": [32, 66]} + ] + }, + { + "name": "leg_right", + "parent": "legs", + "pivot": [4.66178, 23.75, 2.37747], + "rotation": [0, 0, -12.5], + "cubes": [ + {"origin": [1.70345, 18, -1.16419], "size": [10, 8, 7], "uv": [0, 42]}, + {"origin": [2.70345, 26, -0.16419], "size": [8, 2, 5], "uv": [100, 14]}, + {"origin": [2.70345, 15, -1.16419], "size": [8, 3, 7], "uv": [28, 77]} + ] + }, + { + "name": "leghairsright", + "parent": "leg_right", + "pivot": [-0.04655, 12, 2.08581] + }, + { + "name": "fur2", + "parent": "leghairsright", + "pivot": [6.70345, 18, -0.66419], + "cubes": [ + {"origin": [2.45345, 19.10208, -9.60857], "size": [9, 0, 10], "pivot": [6.95345, 18.61994, -0.49048], "rotation": [65, 0, 0], "uv": [42, 53]} + ] + }, + { + "name": "fur4", + "parent": "leghairsright", + "pivot": [11.5212, 17.95984, 2.33581], + "cubes": [ + {"origin": [9.67134, 18.57375, -1.16419], "size": [10, 0, 7], "pivot": [10.5212, 17.95984, 2.33581], "rotation": [0, 0, 67.5], "uv": [58, 17]} + ] + }, + { + "name": "fur6", + "parent": "leghairsright", + "pivot": [2.37105, 19.57375, 2.33581], + "rotation": [0, 0, -47.5], + "cubes": [ + {"origin": [-0.00425, 19.31102, -1.16419], "size": [8, 0, 7], "pivot": [0.84561, 18.69712, 2.33581], "rotation": [0, 180, 0], "uv": [77, 53]} + ] + }, + { + "name": "fur5", + "parent": "leghairsright", + "pivot": [6.45345, 17.66281, 5.7572] + }, + { + "name": "rknee", + "parent": "leg_right", + "pivot": [6.82845, 15.75, 2.33581], + "rotation": [0, 0, 12.5], + "cubes": [ + {"origin": [3.20345, 9, -0.81419], "size": [6, 9, 6], "uv": [82, 78]}, + {"origin": [3.95345, 2, 0.08581], "size": [5, 12, 5], "uv": [20, 87]} + ] + }, + { + "name": "feetis", + "parent": "rknee", + "pivot": [6.66773, 1.64286, 2.40723], + "cubes": [ + {"origin": [4.70345, 0, -5.66419], "size": [0, 2, 4], "uv": [0, 55]}, + {"origin": [3.45345, 0, -1.66419], "size": [6, 2, 7], "uv": [96, 36]}, + {"origin": [8.20345, 2, -1.66419], "size": [1, 1, 2], "uv": [73, 43]}, + {"origin": [6.20345, 2, -1.66419], "size": [1, 1, 2], "uv": [66, 40]}, + {"origin": [4.20345, 2, -1.66419], "size": [1, 1, 2], "uv": [66, 37]}, + {"origin": [6.70345, 0, -5.66419], "size": [0, 2, 4], "uv": [54, 6]}, + {"origin": [8.70345, 0, -5.66419], "size": [0, 2, 4], "uv": [54, 6]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/veluza/veluza.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/veluza/veluza.geo.json new file mode 100644 index 0000000..531bee1 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/veluza/veluza.geo.json @@ -0,0 +1,151 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 5, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "bodysec_1", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-0.10198, 19.15269, -3.22043], "size": [0, 12, 7], "uv": [24, 40]}, + {"origin": [-0.10198, 2.15269, -3.22043], "size": [0, 12, 7], "uv": [38, 8]}, + {"origin": [-3.15198, 13.15269, -5.47043], "size": [6, 7, 11], "uv": [15, 17]} + ] + }, + { + "name": "fin2", + "parent": "bodysec_1", + "pivot": [-3.22698, 15.65269, -5.37043] + }, + { + "name": "fin_2", + "parent": "fin2", + "pivot": [-3.22698, 13.17769, -5.37043], + "cubes": [ + {"origin": [-3.22698, 13.27769, -4.59543], "size": [0, 5, 7], "pivot": [-3.22698, 15.65269, -5.37043], "rotation": [-21.25, -22.75, 0], "uv": [17, 28], "mirror": true} + ] + }, + { + "name": "fin_1", + "parent": "fin2", + "pivot": [2.92302, 13.17769, -5.37043], + "cubes": [ + {"origin": [2.92302, 13.27769, -4.59543], "size": [0, 5, 7], "pivot": [2.92302, 15.65269, -5.37043], "rotation": [-21.25, 22.75, 0], "uv": [17, 28]} + ] + }, + { + "name": "fin", + "parent": "bodysec_1", + "pivot": [-2.15198, 6.15269, -4.47043], + "cubes": [ + {"origin": [2.84802, 16.15269, 0.52957], "size": [4, 0, 5], "uv": [15, 5]}, + {"origin": [-7.15198, 16.15269, 0.52957], "size": [4, 0, 5], "uv": [15, 5], "mirror": true} + ] + }, + { + "name": "head", + "parent": "bodysec_1", + "pivot": [-0.15198, 16.20269, -5.34543], + "cubes": [ + {"origin": [-2.65198, 14.94565, -9.03392], "size": [5, 2, 6], "inflate": 0.05, "uv": [40, 41]} + ] + }, + { + "name": "eye_right", + "parent": "head", + "pivot": [-0.15198, 14.61928, -5.55658], + "cubes": [ + {"origin": [-2.72698, 16.04565, -8.50892], "size": [0, 2, 2], "uv": [28, 1], "mirror": true}, + {"origin": [-2.58, 16.52065, -8.05892], "size": [0, 1, 1], "inflate": 0.15, "uv": [27, 14], "mirror": true}, + {"origin": [-2.77698, 16.52065, -8.05892], "size": [0, 1, 1], "uv": [0, 3], "mirror": true}, + {"origin": [-2.72698, 16.52065, -6.50892], "size": [0, 1, 1], "uv": [2, 3], "mirror": true} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [-0.15198, 14.61928, -5.55658], + "cubes": [ + {"origin": [2.42302, 16.04565, -8.50892], "size": [0, 2, 2], "uv": [28, 1]}, + {"origin": [2.28, 16.52065, -8.05892], "size": [0, 1, 1], "inflate": 0.15, "uv": [27, 14]}, + {"origin": [2.47302, 16.52065, -8.05892], "size": [0, 1, 1], "uv": [0, 3]}, + {"origin": [2.42302, 16.52065, -6.50892], "size": [0, 1, 1], "uv": [2, 3]} + ] + }, + { + "name": "head_top", + "parent": "head", + "pivot": [-0.15198, 18.20269, -5.34543], + "cubes": [ + {"origin": [-2.65198, 16.42769, -15.34543], "size": [5, 3, 10], "inflate": 0.025, "pivot": [-0.15198, 18.20269, -5.34543], "rotation": [5, 0, 0], "uv": [0, 0]}, + {"origin": [2.07302, 13.97769, -14.14543], "size": [0, 1, 1], "pivot": [0.84802, 14.70269, -11.84543], "rotation": [-40, 0, 0], "uv": [8, 1]}, + {"origin": [-2.35198, 14.97769, -13.14543], "size": [0, 1, 1], "pivot": [0.84802, 14.70269, -11.84543], "rotation": [-40, 0, 0], "uv": [6, 0]}, + {"origin": [-2.35198, 13.97769, -14.14543], "size": [0, 1, 1], "pivot": [0.84802, 14.70269, -11.84543], "rotation": [-40, 0, 0], "uv": [6, 3]}, + {"origin": [2.07302, 14.97769, -13.14543], "size": [0, 1, 1], "pivot": [0.84802, 14.70269, -11.84543], "rotation": [-40, 0, 0], "uv": [8, 0]}, + {"origin": [2.07302, 16.97769, -11.47043], "size": [0, 1, 1], "pivot": [0.84802, 14.70269, -11.84543], "rotation": [-40, 0, 0], "uv": [4, 3]}, + {"origin": [-2.40198, 16.97769, -11.47043], "size": [0, 1, 1], "pivot": [0.84802, 14.70269, -11.84543], "rotation": [-40, 0, 0], "uv": [4, 0]} + ] + }, + { + "name": "jaw_bot", + "parent": "head", + "pivot": [-0.15198, 15.21928, -5.18158], + "rotation": [8.5, 0, 0], + "cubes": [ + {"origin": [-2.15198, 13.94565, -14.03392], "size": [4, 2, 9], "pivot": [-0.15198, 15.61928, -5.55658], "rotation": [-17.25, 0, 0], "uv": [29, 50]}, + {"origin": [1.74802, 16.56928, -11.35658], "size": [0, 1, 1], "pivot": [0.84802, 17.71928, -11.68158], "rotation": [27.5, 0, 0], "uv": [28, 5]}, + {"origin": [1.74802, 15.56928, -10.35658], "size": [0, 1, 1], "pivot": [0.84802, 17.71928, -11.68158], "rotation": [27.5, 0, 0], "uv": [28, 4]}, + {"origin": [-2.05198, 16.56928, -11.35658], "size": [0, 1, 1], "pivot": [-1.15198, 17.71928, -11.68158], "rotation": [27.5, 0, 0], "uv": [28, 5], "mirror": true}, + {"origin": [-2.05198, 15.56928, -10.35658], "size": [0, 1, 1], "pivot": [-1.15198, 17.71928, -11.68158], "rotation": [27.5, 0, 0], "uv": [28, 4], "mirror": true} + ] + }, + { + "name": "bodysec_2", + "parent": "bodysec_1", + "pivot": [-0.13198, 16.43929, 5.44927], + "cubes": [ + {"origin": [-0.10198, 17.00269, 6.77957], "size": [0, 5, 5], "pivot": [-0.10198, 21.15269, 8.77957], "rotation": [-32.5, 0, 0], "uv": [0, 43]}, + {"origin": [-0.10198, 6.30269, 24.35457], "size": [0, 5, 5], "pivot": [-0.10198, -20.84731, 8.77957], "rotation": [32.5, 0, 0], "uv": [0, 0]}, + {"origin": [0.84802, 16.15269, 7.02957], "size": [4, 0, 3], "uv": [41, 0]}, + {"origin": [-5.15198, 16.15269, 7.02957], "size": [4, 0, 3], "uv": [41, 0], "mirror": true}, + {"origin": [-2.65198, 13.52769, 4.02957], "size": [5, 6, 7], "uv": [0, 35]} + ] + }, + { + "name": "bodysec_3", + "parent": "bodysec_2", + "pivot": [-0.13198, 16.35834, 11.05338], + "cubes": [ + {"origin": [-0.10198, 18.00269, 11.77957], "size": [0, 5, 4], "pivot": [-0.10198, 21.15269, 8.77957], "rotation": [-32.5, 0, 0], "uv": [45, 0]}, + {"origin": [-0.10198, 4.92769, 29.32957], "size": [0, 5, 4], "pivot": [-0.10198, -20.84731, 8.77957], "rotation": [32.5, 0, 0], "uv": [10, 44]}, + {"origin": [-0.15198, 16.15269, 12.12957], "size": [4, 0, 3], "uv": [33, 0]}, + {"origin": [-4.15198, 16.15269, 12.12957], "size": [4, 0, 3], "uv": [33, 0], "mirror": true}, + {"origin": [-2.15198, 13.95269, 8.62957], "size": [4, 5, 7], "uv": [24, 35]} + ] + }, + { + "name": "tail", + "parent": "bodysec_3", + "pivot": [-0.15198, 16.45269, 14.02957], + "cubes": [ + {"origin": [-1.65198, 14.95269, 12.52957], "size": [3, 3, 7], "uv": [42, 28]}, + {"origin": [-0.05198, 8.95269, 15.52957], "size": [0, 15, 13], "uv": [0, 0]} + ] + }, + { + "name": "bone", + "parent": "bodysec_1", + "pivot": [1.84802, 6.15269, -4.47043] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/volcanion/volcanion.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/volcanion/volcanion.geo.json new file mode 100644 index 0000000..414e1f9 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/volcanion/volcanion.geo.json @@ -0,0 +1,601 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.volcanion", + "texture_width": 256, + "texture_height": 256, + "visible_bounds_width": 22, + "visible_bounds_height": 6.5, + "visible_bounds_offset": [0, 2.75, 0] + }, + "bones": [ + { + "name": "volcanion", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "volcanion", + "pivot": [0, 24, -4] + }, + { + "name": "leg_backleft_joint", + "parent": "body", + "pivot": [8.04357, 17, 12], + "cubes": [ + {"origin": [5.52989, 13.07189, 7.5], "size": [4, 8, 9], "uv": [211, 198]} + ] + }, + { + "name": "leg_backleft", + "parent": "leg_backleft_joint", + "pivot": [8.54357, 17, 12], + "rotation": [0, 0, 47.5], + "cubes": [ + {"origin": [5.72989, 15.12189, 9.5], "size": [11, 4, 5], "uv": [208, 215]} + ] + }, + { + "name": "leg_backleft2", + "parent": "leg_backleft", + "pivot": [14.18525, 16.97952, 11.6], + "rotation": [0, 0, -47.5], + "cubes": [ + {"origin": [12.72989, 4.12189, 6.5], "size": [11, 15, 11], "uv": [202, 224]}, + {"origin": [21.72989, 17.37189, 9.5], "size": [5, 7, 5], "pivot": [21.22989, 20.62189, 12], "rotation": [0, 0, 47.5], "uv": [236, 222]}, + {"origin": [21.72989, 4.12189, -0.5], "size": [0, 5, 7], "uv": [232, 244]}, + {"origin": [17.97989, 4.12189, -0.5], "size": [0, 5, 7], "uv": [217, 244]}, + {"origin": [14.72989, 4.12189, -0.5], "size": [0, 5, 7], "uv": [202, 244]} + ] + }, + { + "name": "leg_backright_joint", + "parent": "body", + "pivot": [-8.04357, 17, 12], + "cubes": [ + {"origin": [-9.52989, 13.07189, 7.5], "size": [4, 8, 9], "uv": [19, 196]} + ] + }, + { + "name": "leg_backright", + "parent": "leg_backright_joint", + "pivot": [-8.54357, 17, 12], + "rotation": [0, 0, -47.5], + "cubes": [ + {"origin": [-16.72989, 15.12189, 9.5], "size": [11, 4, 5], "uv": [16, 214]} + ] + }, + { + "name": "leg_backright2", + "parent": "leg_backright", + "pivot": [-14.18525, 16.97952, 11.6], + "rotation": [0, 0, 47.5], + "cubes": [ + {"origin": [-23.72989, 4.12189, 6.5], "size": [11, 15, 11], "uv": [10, 224]}, + {"origin": [-26.72989, 17.37189, 9.5], "size": [5, 7, 5], "pivot": [-21.22989, 20.62189, 12], "rotation": [0, 0, -47.5], "uv": [0, 222]}, + {"origin": [-21.72989, 4.12189, -0.5], "size": [0, 5, 7], "uv": [10, 244]}, + {"origin": [-17.97989, 4.12189, -0.5], "size": [0, 5, 7], "uv": [25, 244]}, + {"origin": [-14.72989, 4.12189, -0.5], "size": [0, 5, 7], "uv": [40, 244]} + ] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0.01697, 24.89286, -4.69034], + "cubes": [ + {"origin": [-7.5, 31, -18.46916], "size": [15, 14, 15], "uv": [0, 0]}, + {"origin": [-3.5, 44, -14.46916], "size": [7, 8, 7], "uv": [60, 14]}, + {"origin": [-12.5, 14, -23.46916], "size": [25, 21, 25], "uv": [0, 29]}, + {"origin": [-12.725, 8, -10.81916], "size": [25, 8, 0], "pivot": [-0.16857, 5.5, -11], "rotation": [0, 90, 0], "uv": [124, 21]}, + {"origin": [-12.5, 8, -10.96916], "size": [25, 8, 0], "uv": [174, 21]}, + {"origin": [-12.5, 35, -10.96916], "size": [25, 21, 0], "uv": [124, 0]}, + {"origin": [-12.75, 35, -10.81916], "size": [25, 21, 0], "pivot": [-0.16857, 45.5, -11], "rotation": [0, 90, 0], "uv": [174, 0]}, + {"origin": [-7.5, 11, -18.46916], "size": [15, 4, 15], "uv": [0, 75]} + ] + }, + { + "name": "shell_front_left", + "parent": "torso", + "pivot": [10.2384, 17.20172, -21.22766], + "cubes": [ + {"origin": [7.96381, 13.14298, -21.45307], "size": [4, 2, 3], "pivot": [8.96381, 13.64298, -19.95307], "rotation": [0, 45, 0], "uv": [137, 251]}, + {"origin": [7.6, 14, -23.06916], "size": [5, 7, 5], "pivot": [9, 17.5, -21.96916], "rotation": [26.56505, 37.76124, 39.23152], "uv": [134, 239]}, + {"origin": [7.73843, 19.01218, -25.62769], "size": [5, 3, 3], "pivot": [13.13843, 23.01218, -24.12769], "rotation": [0, 45, 0], "uv": [136, 233]} + ] + }, + { + "name": "shell_back_left", + "parent": "torso", + "pivot": [10.2384, 17.20172, -0.77234], + "cubes": [ + {"origin": [7.96381, 13.14298, -3.54693], "size": [4, 2, 3], "pivot": [8.96381, 13.64298, -2.04693], "rotation": [0, -45, 0], "uv": [137, 224]}, + {"origin": [7.6, 14, -3.93084], "size": [5, 7, 5], "pivot": [9, 17.5, -0.03084], "rotation": [-26.56505, -37.76124, 39.23152], "uv": [134, 212]}, + {"origin": [7.73843, 19.01218, 0.62769], "size": [5, 3, 3], "pivot": [13.13843, 23.01218, 2.12769], "rotation": [0, -45, 0], "uv": [136, 206]} + ] + }, + { + "name": "shell_back_right", + "parent": "torso", + "pivot": [-10.2384, 17.20172, -0.77234], + "cubes": [ + {"origin": [-11.96381, 13.14298, -3.54693], "size": [4, 2, 3], "pivot": [-8.96381, 13.64298, -2.04693], "rotation": [0, 45, 0], "uv": [106, 224]}, + {"origin": [-12.6, 14, -3.93084], "size": [5, 7, 5], "pivot": [-9, 17.5, -0.03084], "rotation": [-26.56505, 37.76124, -39.23152], "uv": [103, 212]}, + {"origin": [-12.73843, 19.01218, 0.62769], "size": [5, 3, 3], "pivot": [-13.13843, 23.01218, 2.12769], "rotation": [0, 45, 0], "uv": [105, 206]} + ] + }, + { + "name": "shell_front_right", + "parent": "torso", + "pivot": [-10.2384, 17.20172, -21.22766], + "cubes": [ + {"origin": [-11.96381, 13.14298, -21.45307], "size": [4, 2, 3], "pivot": [-8.96381, 13.64298, -19.95307], "rotation": [0, -45, 0], "uv": [106, 251]}, + {"origin": [-12.6, 14, -23.06916], "size": [5, 7, 5], "pivot": [-9, 17.5, -21.96916], "rotation": [26.56505, -37.76124, -39.23152], "uv": [103, 239]}, + {"origin": [-12.73843, 19.01218, -25.62769], "size": [5, 3, 3], "pivot": [-13.13843, 23.01218, -24.12769], "rotation": [0, -45, 0], "uv": [105, 233]} + ] + }, + { + "name": "neck", + "parent": "torso", + "pivot": [-0.04357, 24.5, -22.5], + "cubes": [ + {"origin": [-5.54357, 19.5, -25.5], "size": [11, 11, 5], "pivot": [-0.04357, 25, -24.5], "rotation": [0, 0, 45], "uv": [81, 91]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 24, -25.71916] + }, + { + "name": "head_bot", + "parent": "head", + "pivot": [-0.01452, 21.72222, -26.09934], + "cubes": [ + {"origin": [-6.54357, 20, -32], "size": [13, 4, 7], "inflate": 0.002, "uv": [40, 95]}, + {"origin": [6.33143, 23.75, -31.65], "size": [0, 1, 6], "inflate": 0.001, "pivot": [6.33143, 24.25, -31.65], "rotation": [0, -2.5, 0], "uv": [48, 120]}, + {"origin": [-6.33143, 23.75, -31.65], "size": [0, 1, 6], "inflate": 0.001, "pivot": [-6.33143, 24.25, -31.65], "rotation": [0, 2.5, 0], "uv": [0, 120]}, + {"origin": [5.45643, 20, -29], "size": [2, 5, 3], "inflate": 0.003, "uv": [70, 107]}, + {"origin": [7.45643, 20, -27.5], "size": [3, 4, 0], "uv": [74, 96]}, + {"origin": [-7.45643, 20, -29], "size": [2, 5, 3], "inflate": 0.003, "uv": [40, 107]}, + {"origin": [-10.45643, 20, -27.5], "size": [3, 4, 0], "inflate": 0.001, "uv": [40, 96]} + ] + }, + { + "name": "head_bot2", + "parent": "head_bot", + "pivot": [0.13105, 22, -31.81066], + "cubes": [ + {"origin": [-4.54357, 20, -36.5], "size": [9, 4, 9], "inflate": 0.001, "pivot": [-0.04357, 24.5, -32], "rotation": [0, -45, 0], "uv": [42, 107]}, + {"origin": [-0.04357, 20, -42], "size": [0, 3, 5], "uv": [0, 107]}, + {"origin": [-4.25, 23.75, -36.25], "size": [9, 1, 0], "inflate": 0.001, "pivot": [0, 24.25, -32], "rotation": [0, -45, 0], "uv": [30, 126]}, + {"origin": [-4.25, 23.75, -36.25], "size": [0, 1, 9], "inflate": 0.001, "pivot": [0, 24.25, -32], "rotation": [0, -45, 0], "uv": [12, 117]}, + {"origin": [-6.38105, 20, -34.97487], "size": [0, 3, 4], "pivot": [-6.38105, 22, -32.06066], "rotation": [0, 65, 0], "uv": [31, 108]}, + {"origin": [6.38105, 20, -34.97487], "size": [0, 3, 4], "pivot": [6.38105, 22, -32.06066], "rotation": [0, -65, 0], "uv": [81, 108]} + ] + }, + { + "name": "head_top", + "parent": "head", + "pivot": [-4.95643, 28, -28], + "cubes": [ + {"origin": [6.33143, 22.25, -31.65], "size": [0, 2, 6], "inflate": 0.002, "uv": [48, 117]}, + {"origin": [-4.29357, 22.75, -36.25], "size": [9, 2, 0], "inflate": 0.002, "pivot": [-0.04357, 24.25, -32], "rotation": [0, -45, 0], "uv": [30, 123]}, + {"origin": [-4.70643, 22.75, -36.25], "size": [9, 2, 0], "inflate": 0.002, "pivot": [0.04357, 24.25, -32], "rotation": [0, 45, 0], "uv": [12, 123]}, + {"origin": [-6.33143, 22.25, -31.65], "size": [0, 2, 6], "inflate": 0.002, "uv": [0, 117]}, + {"origin": [-4.54357, 24, -37], "size": [9, 6, 9], "inflate": 0.003, "pivot": [-0.04357, 25.5, -32.5], "rotation": [0, -45, 0], "uv": [2, 107]}, + {"origin": [-0.5, 28.9, -35.14914], "size": [8, 2, 0], "pivot": [3.81268, 26.9, -35.14914], "rotation": [7.31253, -45, -10.36836], "uv": [125, 59]}, + {"origin": [-0.5, 28, -35.39914], "size": [8, 1, 1], "inflate": 0.003, "pivot": [3.81268, 27, -35.14914], "rotation": [7.43656, -44.5119, -10.54684], "uv": [124, 61]}, + {"origin": [-7.5, 28, -35.39914], "size": [8, 1, 1], "inflate": 0.003, "pivot": [-3.81268, 27, -35.14914], "rotation": [7.43656, 44.5119, 10.54684], "uv": [100, 61]}, + {"origin": [-7.5, 28.9, -35.14914], "size": [8, 2, 0], "pivot": [-3.81268, 26.9, -35.14914], "rotation": [7.31253, 45, 10.36836], "uv": [101, 59]}, + {"origin": [-4.54357, 23, -37], "size": [1, 1, 0], "inflate": 0.003, "pivot": [-0.04357, 25.5, -32.5], "rotation": [0, -45, 0], "uv": [120, 62]}, + {"origin": [-4.04357, 24.5, -37.025], "size": [1, 1, 0], "pivot": [-0.04357, 26.75, -32.5], "rotation": [0, -45, 0], "uv": [6, 110]}, + {"origin": [3.04357, 24.5, -37.075], "size": [1, 1, 0], "pivot": [0.04357, 26.75, -32.5], "rotation": [0, 45, 0], "uv": [2, 110], "mirror": true}, + {"origin": [2.45643, 21, -37], "size": [2, 3, 0], "inflate": 0.003, "pivot": [-0.04357, 25.5, -32.5], "rotation": [0, -45, 0], "uv": [34, 97]}, + {"origin": [-4.54357, 23, -37], "size": [0, 1, 1], "inflate": 0.003, "pivot": [-0.04357, 25.5, -32.5], "rotation": [0, -45, 0], "uv": [120, 59]}, + {"origin": [-4.54357, 21, -30], "size": [0, 3, 2], "inflate": 0.003, "pivot": [-0.04357, 25.5, -32.5], "rotation": [0, -45, 0], "uv": [2, 95]}, + {"origin": [-6.54357, 24, -32.5], "size": [13, 6, 7], "inflate": 0.0035, "uv": [0, 94]}, + {"origin": [2.45643, 26, -31.5], "size": [4, 7, 6], "inflate": 0.003, "pivot": [4.95643, 28, -28], "rotation": [-10, 0, 55], "uv": [78, 76]}, + {"origin": [-6.45643, 26, -31.5], "size": [4, 7, 6], "inflate": 0.003, "pivot": [-4.95643, 28, -28], "rotation": [-10, 0, -55], "uv": [58, 76]}, + {"origin": [-6.45643, 33, -30.5], "size": [2, 5, 4], "inflate": 0.003, "pivot": [-4.95643, 28, -28], "rotation": [-10, 0, -55], "uv": [46, 76]}, + {"origin": [4.45643, 33, -30.5], "size": [2, 5, 4], "inflate": 0.003, "pivot": [4.95643, 28, -28], "rotation": [-10, 0, 55], "uv": [98, 76]} + ] + }, + { + "name": "eyes", + "parent": "head_top", + "pivot": [-3.56268, 27, -35.39914] + }, + { + "name": "eyes_left", + "parent": "eyes", + "pivot": [3.56268, 27, -35.39914], + "cubes": [ + {"origin": [1, 24.95, -35.14914], "size": [7, 4, 0], "pivot": [3.81268, 26.9, -35.14914], "rotation": [7.08267, -45, -10.02835], "uv": [126, 63]}, + {"origin": [2, 26.45, -35.17414], "size": [2, 2, 0], "pivot": [3.81268, 26.9, -35.14914], "rotation": [7.08267, -45, -10.02835], "uv": [121, 65]} + ] + }, + { + "name": "pupil_left", + "parent": "eyes_left", + "pivot": [3.14931, 27.49901, -35.75611], + "rotation": [7.0827, -45, -10.0283], + "cubes": [ + {"origin": [2.64931, 26.99901, -35.75611], "size": [1, 1, 0], "inflate": 0.1, "uv": [122, 64]} + ] + }, + { + "name": "eyes_right", + "parent": "eyes", + "pivot": [-3.56268, 27, -35.39914], + "cubes": [ + {"origin": [-8, 24.95, -35.14914], "size": [7, 4, 0], "pivot": [-3.81268, 26.9, -35.14914], "rotation": [7.08267, 45, 10.02835], "uv": [102, 63]}, + {"origin": [-4, 26.45, -35.17414], "size": [2, 2, 0], "pivot": [-3.81268, 26.9, -35.14914], "rotation": [7.08267, 45, 10.02835], "uv": [117, 65]} + ] + }, + { + "name": "pupil_right", + "parent": "eyes_right", + "pivot": [-3.14931, 27.49901, -35.75611], + "rotation": [7.0827, 45, 10.0283], + "cubes": [ + {"origin": [-3.64931, 26.99901, -35.75611], "size": [1, 1, 0], "inflate": 0.1, "uv": [118, 64]} + ] + }, + { + "name": "waist", + "parent": "torso", + "pivot": [-0.04357, 22, 1.5], + "cubes": [ + {"origin": [-7.54357, 16, 1], "size": [15, 12, 5], "uv": [111, 68]} + ] + }, + { + "name": "hip", + "parent": "waist", + "pivot": [-0.04357, 21.5, 5.5], + "cubes": [ + {"origin": [-8.54357, 12, 5.5], "size": [17, 17, 13], "uv": [75, 17]}, + {"origin": [-4.54357, 27, 7.5], "size": [9, 6, 9], "uv": [87, 1]}, + {"origin": [-5.54357, 10, 7.5], "size": [11, 2, 9], "uv": [100, 47]}, + {"origin": [-5.48772, 29, 12.08143], "size": [11, 10, 0], "uv": [47, 0]}, + {"origin": [-28.75, 29, -10.81916], "size": [11, 10, 0], "pivot": [-0.16857, 45.5, -11], "rotation": [0, 90, 0], "uv": [70, 0]} + ] + }, + { + "name": "tail", + "parent": "hip", + "pivot": [-0.04357, 21.5, 18.5], + "cubes": [ + {"origin": [-4.54357, 17, 18.5], "size": [9, 9, 8], "uv": [135, 33]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [-0.04357, 23.37993, 26.40363], + "cubes": [ + {"origin": [-2.54357, 18, 25.5], "size": [5, 7, 10], "uv": [177, 31]}, + {"origin": [-2.54357, 24, 25.5], "size": [5, 3, 8], "inflate": 0.1, "pivot": [-0.04357, 24.5, 30.5], "rotation": [12.5, 0, 0], "uv": [161, 30]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [-0.04357, 21.5, 35.5], + "cubes": [ + {"origin": [-1.54357, 20, 34.5], "size": [3, 4, 10], "uv": [207, 31]} + ] + }, + { + "name": "arms", + "parent": "torso", + "pivot": [35.04357, 22.5, -11] + }, + { + "name": "arm_left", + "parent": "arms", + "pivot": [13.5, 31, -10.96916], + "cubes": [ + {"origin": [12.5, 27.5, -15.46916], "size": [2, 9, 9], "inflate": 0.2, "uv": [15, 162]}, + {"origin": [9.5, 27.5, -15.46916], "size": [3, 9, 9], "uv": [0, 171]} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [14.25, 31.75, -10.96916], + "cubes": [ + {"origin": [19.5, 25.5, -14.46916], "size": [7, 4, 7], "uv": [41, 191]}, + {"origin": [14.5, 27.5, -15.46916], "size": [9, 9, 9], "inflate": 0.025, "uv": [28, 171]} + ] + }, + { + "name": "hole_left1", + "parent": "arm_left2", + "pivot": [23.5, 32, -15.56916], + "cubes": [ + {"origin": [19, 28, -15.56916], "size": [8, 8, 0], "uv": [56, 171]} + ] + }, + { + "name": "arm_left3", + "parent": "arm_left2", + "pivot": [23.5, 32, -10.96916], + "cubes": [ + {"origin": [23.5, 27.5, -15.46916], "size": [9, 9, 9], "inflate": 0.026, "uv": [64, 171]} + ] + }, + { + "name": "arm_left4", + "parent": "arm_left3", + "pivot": [33.5, 32, -10.96916], + "cubes": [ + {"origin": [32.5, 27.5, -15.46916], "size": [2, 9, 9], "inflate": 0.2, "uv": [91, 162]} + ] + }, + { + "name": "arm_left5", + "parent": "arm_left4", + "pivot": [34.5, 32, -10.96916], + "cubes": [ + {"origin": [34.5, 27.5, -15.46916], "size": [9, 9, 9], "inflate": 0.05, "uv": [104, 171]}, + {"origin": [39.5, 25.5, -14.46916], "size": [7, 4, 7], "uv": [120, 190]} + ] + }, + { + "name": "hole_left2", + "parent": "arm_left5", + "pivot": [43.5, 32, -15.56916], + "cubes": [ + {"origin": [39, 28, -15.56916], "size": [8, 8, 0], "uv": [132, 171]} + ] + }, + { + "name": "arm_left6", + "parent": "arm_left5", + "pivot": [43.5, 32, -10.96916], + "cubes": [ + {"origin": [43.5, 27.5, -15.46916], "size": [9, 9, 9], "inflate": 0.055, "uv": [140, 171]} + ] + }, + { + "name": "arm_left7", + "parent": "arm_left6", + "pivot": [53.5, 32, -10.96916], + "cubes": [ + {"origin": [52.5, 27.5, -15.46916], "size": [2, 9, 9], "inflate": 0.2, "uv": [167, 162]} + ] + }, + { + "name": "arm_left8", + "parent": "arm_left7", + "pivot": [53.75, 32.25, -10.96916], + "cubes": [ + {"origin": [54.5, 27.5, -15.46916], "size": [13, 9, 9], "inflate": 0.102, "uv": [180, 171]}, + {"origin": [59.5, 25.5, -14.46916], "size": [7, 4, 7], "uv": [189, 190]} + ] + }, + { + "name": "hole_left3", + "parent": "arm_left8", + "pivot": [63.5, 32, -15.56916], + "cubes": [ + {"origin": [59, 28, -15.66916], "size": [8, 8, 0], "uv": [216, 171]} + ] + }, + { + "name": "arm_left9", + "parent": "arm_left8", + "pivot": [67.5, 32.27713, -10.97696], + "cubes": [ + {"origin": [67.5, 27.5, -15.46916], "size": [5, 9, 9], "inflate": 0.106, "uv": [224, 171]} + ] + }, + { + "name": "claws_open_left", + "parent": "arm_left9", + "pivot": [72, 31.03617, -10.97957], + "cubes": [ + {"origin": [69.5, 14.125, 12.53084], "size": [5, 3, 2], "inflate": 0.01, "pivot": [40.76955, -13.00551, -15.5], "rotation": [45, 0, 0], "uv": [177, 119]}, + {"origin": [69.5, 36.6, -12.5], "size": [5, 2, 3], "inflate": 0.01, "uv": [184, 113]}, + {"origin": [69.5, 14.15, -36.46916], "size": [5, 3, 2], "inflate": 0.01, "pivot": [40.76955, -13.00551, -6.5], "rotation": [-45, 0, 0], "uv": [193, 119]} + ] + }, + { + "name": "claws_closed_left", + "parent": "arm_left9", + "pivot": [72.075, 32.1, -11], + "cubes": [ + {"origin": [69.575, 36.6, -12.5], "size": [5, 2, 3], "inflate": 0.01, "uv": [184, 127]}, + {"origin": [69.575, 36.6, -12.5], "size": [5, 2, 3], "inflate": 0.01, "pivot": [73.075, 32.1, -11], "rotation": [90, 0, 0], "uv": [170, 130]}, + {"origin": [69.575, 36.6, -12.5], "size": [5, 2, 3], "inflate": 0.01, "pivot": [73.075, 32.1, -11], "rotation": [180, 0, 0], "uv": [184, 133]}, + {"origin": [69.575, 36.6, -12.5], "size": [5, 2, 3], "inflate": 0.01, "pivot": [73.075, 32.1, -11], "rotation": [-90, 0, 0], "uv": [198, 130]} + ] + }, + { + "name": "arm_right", + "parent": "arms", + "pivot": [-13.5, 31, -10.96916], + "cubes": [ + {"origin": [-14.5, 27.5, -15.46916], "size": [2, 9, 9], "inflate": 0.2, "uv": [219, 130]}, + {"origin": [-12.5, 27.5, -15.46916], "size": [3, 9, 9], "uv": [232, 139]} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-14.25, 31.75, -10.96916], + "cubes": [ + {"origin": [-26.5, 25.5, -14.46916], "size": [7, 4, 7], "uv": [189, 158]}, + {"origin": [-23.5, 27.5, -15.46916], "size": [9, 9, 9], "inflate": 0.025, "uv": [192, 139]} + ] + }, + { + "name": "hole_right1", + "parent": "arm_right2", + "pivot": [-23.5, 32, -15.56916], + "cubes": [ + {"origin": [-27, 28, -15.56916], "size": [8, 8, 0], "uv": [184, 139]} + ] + }, + { + "name": "arm_right3", + "parent": "arm_right2", + "pivot": [-23.5, 32, -10.96916], + "cubes": [ + {"origin": [-32.5, 27.5, -15.46916], "size": [9, 9, 9], "inflate": 0.026, "uv": [156, 139]} + ] + }, + { + "name": "arm_right4", + "parent": "arm_right3", + "pivot": [-33.5, 32, -10.96916], + "cubes": [ + {"origin": [-34.5, 27.5, -15.46916], "size": [2, 9, 9], "inflate": 0.2, "uv": [143, 130]} + ] + }, + { + "name": "arm_right5", + "parent": "arm_right4", + "pivot": [-34.5, 32, -10.96916], + "cubes": [ + {"origin": [-43.5, 27.5, -15.46916], "size": [9, 9, 9], "inflate": 0.05, "uv": [116, 139]}, + {"origin": [-46.5, 25.5, -14.46916], "size": [7, 4, 7], "uv": [120, 158]} + ] + }, + { + "name": "hole_right2", + "parent": "arm_right5", + "pivot": [-43.5, 32, -15.56916], + "cubes": [ + {"origin": [-47, 28, -15.56916], "size": [8, 8, 0], "uv": [108, 139]} + ] + }, + { + "name": "arm_right6", + "parent": "arm_right5", + "pivot": [-43.5, 32, -10.96916], + "cubes": [ + {"origin": [-52.5, 27.5, -15.46916], "size": [9, 9, 9], "inflate": 0.055, "uv": [80, 139]} + ] + }, + { + "name": "arm_right7", + "parent": "arm_right6", + "pivot": [-53.5, 32, -10.96916], + "cubes": [ + {"origin": [-54.5, 27.5, -15.46916], "size": [2, 9, 9], "inflate": 0.2, "uv": [67, 130]} + ] + }, + { + "name": "arm_right8", + "parent": "arm_right7", + "pivot": [-53.75, 32.25, -10.96916], + "cubes": [ + {"origin": [-67.5, 27.5, -15.46916], "size": [13, 9, 9], "inflate": 0.102, "uv": [32, 139]}, + {"origin": [-66.5, 25.5, -14.46916], "size": [7, 4, 7], "uv": [41, 158]} + ] + }, + { + "name": "hole_right3", + "parent": "arm_right8", + "pivot": [-63.5, 32, -15.56916], + "cubes": [ + {"origin": [-67, 28, -15.66916], "size": [8, 8, 0], "uv": [24, 139]} + ] + }, + { + "name": "arm_right9", + "parent": "arm_right8", + "pivot": [-67.5, 32.27713, -10.97696], + "cubes": [ + {"origin": [-72.5, 27.5, -15.46916], "size": [5, 9, 9], "inflate": 0.106, "uv": [4, 139]} + ] + }, + { + "name": "claws_open_right", + "parent": "arm_right9", + "pivot": [-72, 31.03617, -10.97957], + "cubes": [ + {"origin": [-74.5, 14.125, 12.53084], "size": [5, 3, 2], "inflate": 0.01, "pivot": [-40.76955, -13.00551, -15.5], "rotation": [45, 0, 0], "uv": [118, 119]}, + {"origin": [-74.5, 14.15, -36.46916], "size": [5, 3, 2], "inflate": 0.01, "pivot": [-40.76955, -13.00551, -6.5], "rotation": [-45, 0, 0], "uv": [102, 119]}, + {"origin": [-74.5, 36.6, -12.5], "size": [5, 2, 3], "inflate": 0.01, "uv": [109, 113]} + ] + }, + { + "name": "claws_closed_right", + "parent": "arm_right9", + "pivot": [-72.075, 32.1, -11], + "cubes": [ + {"origin": [-74.575, 36.6, -12.5], "size": [5, 2, 3], "inflate": 0.01, "uv": [109, 127]}, + {"origin": [-74.575, 36.6, -12.5], "size": [5, 2, 3], "inflate": 0.01, "pivot": [-71.075, 32.1, -11], "rotation": [90, 0, 0], "uv": [123, 130]}, + {"origin": [-74.575, 36.6, -12.5], "size": [5, 2, 3], "inflate": 0.01, "pivot": [-71.075, 32.1, -11], "rotation": [180, 0, 0], "uv": [109, 133]}, + {"origin": [-74.575, 36.6, -12.5], "size": [5, 2, 3], "inflate": 0.01, "pivot": [-71.075, 32.1, -11], "rotation": [-90, 0, 0], "uv": [95, 130]} + ] + }, + { + "name": "leg_front_left", + "parent": "body", + "pivot": [13.04357, 19, -11], + "cubes": [ + {"origin": [11, 15, -15.46916], "size": [6, 8, 9], "uv": [165, 198]} + ] + }, + { + "name": "leg_front_left2", + "parent": "leg_front_left", + "pivot": [15.04357, 18, -11], + "rotation": [0, 0, 47.5], + "cubes": [ + {"origin": [13, 17.75, -13.46916], "size": [11, 4, 5], "uv": [163, 215]} + ] + }, + { + "name": "leg_front_left3", + "parent": "leg_front_left2", + "pivot": [23, 20, -10.96916], + "rotation": [0, 0, -47.5], + "cubes": [ + {"origin": [21.61995, 6.46767, -16.46916], "size": [11, 15, 11], "uv": [157, 224]}, + {"origin": [29.86995, 20.56767, -13.46916], "size": [5, 7, 5], "pivot": [28.11624, 22.93804, -11], "rotation": [0, 0, 47.5], "uv": [191, 222]}, + {"origin": [30.61995, 6.46767, -23.46916], "size": [0, 5, 7], "uv": [187, 244]}, + {"origin": [27.12, 6.46767, -23.46916], "size": [0, 5, 7], "uv": [172, 244]}, + {"origin": [23.61995, 6.46767, -23.46916], "size": [0, 5, 7], "uv": [157, 244]} + ] + }, + { + "name": "leg_front_right", + "parent": "body", + "pivot": [-13.04357, 19, -11], + "cubes": [ + {"origin": [-17, 15, -15.46916], "size": [6, 8, 9], "uv": [62, 196]} + ] + }, + { + "name": "leg_front_right2", + "parent": "leg_front_right", + "pivot": [-15.04357, 18, -11], + "rotation": [0, 0, -47.5], + "cubes": [ + {"origin": [-24, 17.75, -13.46916], "size": [11, 4, 5], "uv": [61, 214]} + ] + }, + { + "name": "leg_front_right3", + "parent": "leg_front_right2", + "pivot": [-23, 20, -10.96916], + "rotation": [0, 0, 47.5], + "cubes": [ + {"origin": [-32.61995, 6.46767, -16.46916], "size": [11, 15, 11], "uv": [55, 224]}, + {"origin": [-34.86995, 20.56767, -13.46916], "size": [5, 7, 5], "pivot": [-28.11624, 22.93804, -11], "rotation": [0, 0, -47.5], "uv": [45, 222]}, + {"origin": [-30.61995, 6.46767, -23.46916], "size": [0, 5, 7], "uv": [55, 244]}, + {"origin": [-27.12, 6.46767, -23.46916], "size": [0, 5, 7], "uv": [70, 244]}, + {"origin": [-23.61995, 6.46767, -23.46916], "size": [0, 5, 7], "uv": [85, 244]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/vullaby.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/vullaby.geo.json new file mode 100644 index 0000000..388dff8 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/vullaby.geo.json @@ -0,0 +1,239 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.vullaby", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "vullaby", + "pivot": [-3.1786, 0.76819, -1.56888] + }, + { + "name": "body", + "parent": "vullaby", + "pivot": [-3.13682, 0.52635, -1.30954] + }, + { + "name": "torso", + "parent": "body", + "pivot": [-1.47648, 7.02635, 1.15731], + "cubes": [ + {"origin": [-2.5, 6.63923, -2.31959], "size": [5, 3, 5], "pivot": [0, 9.13923, -0.19459], "rotation": [2.5, 0, 0], "uv": [0, 19]} + ] + }, + { + "name": "fuzz", + "parent": "torso", + "pivot": [0, 10.11647, 0.34855], + "cubes": [ + {"origin": [-3, 9.36647, -2.90145], "size": [6, 2, 6], "pivot": [0, 10.11647, 0.34855], "rotation": [7.5, 0, 0], "uv": [0, 11]} + ] + }, + { + "name": "fuzz_outer", + "parent": "fuzz", + "pivot": [-3, 11.32314, -0.06247], + "cubes": [ + {"origin": [-2.5, 8.86647, -3.15145], "size": [5, 3, 0], "pivot": [0, 10.11647, 0.34855], "rotation": [7.5, 0, 0], "uv": [0, 32]}, + {"origin": [-2.5, 8.86647, 3.34855], "size": [5, 3, 0], "pivot": [0, 10.11647, 0.34855], "rotation": [7.5, 0, 0], "uv": [31, 0]}, + {"origin": [3.25, 8.86647, -2.40145], "size": [0, 3, 5], "pivot": [0, 10.11647, 0.34855], "rotation": [7.5, 0, 0], "uv": [10, 22]}, + {"origin": [-3.25, 8.86647, -2.40145], "size": [0, 3, 5], "pivot": [0, 10.11647, 0.34855], "rotation": [7.5, 0, 0], "uv": [0, 22]}, + {"origin": [2.65, 10.32314, -2.56247], "size": [0, 2, 5], "pivot": [3, 11.32314, -0.06247], "rotation": [7.05239, -2.55868, 19.8423], "uv": [10, 25]}, + {"origin": [-2.5, 5.93157, 1.4632], "size": [5, 2, 0], "pivot": [0, 10.93157, -3.0368], "rotation": [27.5, 0, 0], "uv": [28, 13]}, + {"origin": [-2.5, 9.93157, -2.5368], "size": [5, 2, 0], "pivot": [0, 10.93157, -3.0368], "rotation": [27.5, 0, 0], "uv": [10, 32]}, + {"origin": [-2.5, 6.71472, -1.61313], "size": [5, 2, 0], "pivot": [0, 11.71472, 2.91187], "rotation": [-12.5, 0, 0], "uv": [32, 7]}, + {"origin": [-2.5, 10.71472, 2.41187], "size": [5, 2, 0], "pivot": [0, 11.71472, 2.91187], "rotation": [-12.5, 0, 0], "uv": [32, 9]}, + {"origin": [-1.6, 6.32314, -2.56247], "size": [0, 2, 5], "pivot": [3, 11.32314, -0.06247], "rotation": [7.05239, -2.55868, 19.8423], "uv": [20, 24]}, + {"origin": [1.6, 6.32314, -2.56247], "size": [0, 2, 5], "pivot": [-3, 11.32314, -0.06247], "rotation": [7.05239, 2.55868, -19.8423], "uv": [0, 25]}, + {"origin": [-2.65, 10.32314, -2.56247], "size": [0, 2, 5], "pivot": [-3, 11.32314, -0.06247], "rotation": [7.05239, 2.55868, -19.8423], "uv": [18, 8]} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 11.88923, -2.61959], + "cubes": [ + {"origin": [-2, 11.13923, -2.11959], "size": [4, 3, 4], "uv": [20, 15]}, + {"origin": [-0.5, 11.38923, -3.11959], "size": [1, 1, 1], "uv": [0, 35]}, + {"origin": [-0.5, 11.13923, -2.86959], "size": [1, 1, 1], "pivot": [0, 11.88923, -2.61959], "rotation": [-5, 0, 0], "uv": [14, 34]} + ] + }, + { + "name": "tuff_main", + "parent": "head", + "pivot": [0, 14.38923, 2.88041], + "cubes": [ + {"origin": [-0.5, 14.63923, 1.38041], "size": [1, 1, 5], "pivot": [0, 14.38923, 2.88041], "rotation": [34.79536, 2.22208, -0.22262], "uv": [25, 7]} + ] + }, + { + "name": "tuff", + "parent": "tuff_main", + "pivot": [0, 14.38923, 2.88041], + "cubes": [ + {"origin": [0, 13.13923, 0.88041], "size": [0, 4, 4], "pivot": [0, 14.38923, 2.88041], "rotation": [34.79536, 2.22208, -0.22262], "uv": [20, 27]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [-1.55, 12.63923, -2.29459] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-1.55, 12.63923, -2.29459], + "cubes": [ + {"origin": [-2.05, 11.63923, -2.26959], "size": [1, 2, 0], "pivot": [-1.55, 12.63923, -2.31959], "rotation": [-5, 0, 0], "uv": [4, 14]}, + {"origin": [-1.9, 11.88923, -2.26959], "size": [1, 1, 0], "pivot": [-1.55, 12.63923, -2.29459], "rotation": [-5, 12.5, 0], "uv": [5, 0]} + ] + }, + { + "name": "eyelish_right", + "parent": "eye_right", + "pivot": [-1.65, 12.63923, -2.21959], + "cubes": [ + {"origin": [-2.65, 11.73923, -2.21959], "size": [2, 2, 0], "pivot": [-1.65, 12.63923, -2.21959], "rotation": [0, 0, 7.5], "uv": [18, 15]} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-1.65, 12.63923, -2.21959], + "cubes": [ + {"origin": [-2.65, 11.73923, -2.21959], "size": [2, 1, 0], "pivot": [-1.65, 12.63923, -2.21959], "rotation": [0, 0, 7.5], "uv": [19, 22]} + ] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [1.55, 12.63923, -2.29459], + "cubes": [ + {"origin": [1.05, 11.63923, -2.26959], "size": [1, 2, 0], "pivot": [1.55, 12.63923, -2.31959], "rotation": [-5, 0, 0], "uv": [22, 11]}, + {"origin": [0.9, 11.88923, -2.26959], "size": [1, 1, 0], "pivot": [1.55, 12.63923, -2.29459], "rotation": [-5, -12.5, 0], "uv": [5, 3]} + ] + }, + { + "name": "eyelash_left", + "parent": "eye_left", + "pivot": [1.65, 12.63923, -2.21959], + "cubes": [ + {"origin": [0.65, 11.73923, -2.21959], "size": [2, 2, 0], "pivot": [1.65, 12.63923, -2.21959], "rotation": [0, 0, -7.5], "uv": [10, 34]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [1.65, 12.63923, -2.21959], + "cubes": [ + {"origin": [0.65, 11.73923, -2.21959], "size": [2, 1, 0], "pivot": [1.65, 12.63923, -2.21959], "rotation": [0, 0, -7.5], "uv": [0, 23]} + ] + }, + { + "name": "wing_right", + "parent": "torso", + "pivot": [-2.8, 9.79064, -1.29671], + "cubes": [ + {"origin": [-8.5, 6.99064, -0.29671], "size": [6, 4, 0], "pivot": [-5.5, 8.59064, -1.29671], "rotation": [-17.5, 0, -20], "uv": [28, 22]} + ] + }, + { + "name": "wing_left", + "parent": "torso", + "pivot": [3, 9.09064, -1.29671], + "cubes": [ + {"origin": [2.5, 6.99064, -0.29671], "size": [6, 4, 0], "pivot": [5.5, 8.59064, -1.29671], "rotation": [-17.5, 0, 20], "uv": [30, 29]} + ] + }, + { + "name": "skull", + "parent": "torso", + "pivot": [0, 5.2, 0.5], + "cubes": [ + {"origin": [-4, 3.2, -3], "size": [8, 4, 7], "pivot": [0, 5.2, 0.5], "rotation": [10, 0, 0], "uv": [0, 0]}, + {"origin": [0.75, 5.85844, -3.29006], "size": [2, 2, 1], "pivot": [2, 7.15844, -2.79006], "rotation": [10, 0, 32.5], "uv": [0, 0]}, + {"origin": [-0.5, 5.025, -3.225], "size": [1, 2, 1], "pivot": [0, 5.5, 0.425], "rotation": [7.10708, 7.05302, -44.56145], "uv": [28, 33]}, + {"origin": [-0.5, 5.025, -3.225], "size": [1, 2, 1], "pivot": [0, 5.5, 0.425], "rotation": [7.10708, -7.05302, 44.56145], "uv": [32, 33]}, + {"origin": [-2.75, 5.85844, -3.29006], "size": [2, 2, 1], "pivot": [-2, 7.15844, -2.79006], "rotation": [10, 0, -32.5], "uv": [0, 3]}, + {"origin": [-1, 7.05, -2.9], "size": [2, 2, 1], "pivot": [0, 5.2, 0.5], "rotation": [10, 0, 0], "uv": [0, 11]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-1.47648, 1.52635, 0.05731], + "cubes": [ + {"origin": [-2.77065, 1.8789, -3.08985], "size": [2, 3, 4], "pivot": [-1.52065, 3.3789, -1.83985], "rotation": [12.5, 10, -5], "uv": [23, 0]} + ] + }, + { + "name": "leg_lower_right", + "parent": "leg_right", + "pivot": [-3.13682, 0.52635, -1.30954], + "cubes": [ + {"origin": [-1.97648, 0.22635, -0.44269], "size": [1, 3, 1], "pivot": [-1.47648, 1.52635, 0.05731], "rotation": [12.5, 10, 10], "uv": [0, 19]} + ] + }, + { + "name": "foot_right", + "parent": "leg_lower_right", + "pivot": [-2.27329, 0.78322, -1.9505], + "cubes": [ + {"origin": [-2.72648, 0.02635, -1.69269], "size": [2, 1, 2], "pivot": [-1.47648, 1.52635, 0.05731], "rotation": [0, 15, 0], "uv": [32, 15]} + ] + }, + { + "name": "talons_right", + "parent": "foot_right", + "pivot": [-3.1786, 0.76819, -1.56888], + "cubes": [ + {"origin": [-1.27329, 0.38322, -3.2005], "size": [0, 1, 2], "pivot": [-2.27329, 0.78322, -1.9505], "rotation": [25, -7.5, 0], "uv": [0, 14]}, + {"origin": [-2.13682, 0.42635, -2.55954], "size": [0, 1, 2], "pivot": [-3.13682, 0.52635, -1.30954], "rotation": [25, 15, 0], "uv": [0, 4]}, + {"origin": [-3.1786, 0.26819, -2.56888], "size": [0, 1, 2], "pivot": [-3.1786, 0.76819, -1.56888], "rotation": [25, 30, 0], "uv": [0, 13]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [-1.52065, 3.3789, -1.83985], + "cubes": [ + {"origin": [0.77065, 1.8789, -3.08985], "size": [2, 3, 4], "pivot": [1.52065, 3.3789, -1.83985], "rotation": [12.5, -10, 5], "uv": [20, 22]} + ] + }, + { + "name": "leg_lower_left", + "parent": "leg_left", + "pivot": [1.47648, 1.52635, 0.05731], + "cubes": [ + {"origin": [0.97648, 0.22635, -0.44269], "size": [1, 3, 1], "pivot": [1.47648, 1.52635, 0.05731], "rotation": [12.5, -10, -10], "uv": [15, 19]} + ] + }, + { + "name": "foot_left", + "parent": "leg_left", + "pivot": [3.13682, 0.52635, -1.30954], + "cubes": [ + {"origin": [0.72648, 0.02635, -1.69269], "size": [2, 1, 2], "pivot": [1.47648, 1.52635, 0.05731], "rotation": [0, -15, 0], "uv": [32, 26]} + ] + }, + { + "name": "talons_left", + "parent": "foot_left", + "pivot": [2.27329, 0.78322, -1.9505], + "cubes": [ + {"origin": [1.27329, 0.38322, -3.2005], "size": [0, 1, 2], "pivot": [2.27329, 0.78322, -1.9505], "rotation": [25, 7.5, 0], "uv": [18, 10]}, + {"origin": [2.13682, 0.42635, -2.55954], "size": [0, 1, 2], "pivot": [3.13682, 0.52635, -1.30954], "rotation": [25, -15, 0], "uv": [0, 12]}, + {"origin": [3.1786, 0.26819, -2.56888], "size": [0, 1, 2], "pivot": [3.1786, 0.76819, -1.56888], "rotation": [25, -30, 0], "uv": [18, 9]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/wattrel/wattrel.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/wattrel/wattrel.geo.json new file mode 100644 index 0000000..9c0fc66 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/wattrel/wattrel.geo.json @@ -0,0 +1,440 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.wattrel", + "texture_width": 124, + "texture_height": 32, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "wattrel", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "wattrel", + "pivot": [0, 8, 0.5] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-2, 3.87586, 1.90466], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [-2.5, 2.37586, 1.40466], "size": [1, 2, 1], "inflate": 0.02, "uv": [51, 8]} + ] + }, + { + "name": "leg_right2", + "parent": "leg_right", + "pivot": [-2, 2.37586, 2.40466], + "rotation": [-30, 0, 0], + "cubes": [ + {"origin": [-2.5, 0.37586, 1.40466], "size": [1, 2, 1], "uv": [82, 19]} + ] + }, + { + "name": "foot_right", + "parent": "leg_right2", + "pivot": [-2, 0.87586, 2.40466], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [-3.5, -0.12414, 0.40466], "size": [3, 1, 1], "inflate": 0.01, "uv": [26, 5]}, + {"origin": [-3, -0.12414, 1.40466], "size": [2, 1, 1], "inflate": 0.02, "uv": [0, 20]} + ] + }, + { + "name": "foot_right_claws", + "parent": "foot_right", + "pivot": [-2, 0.87586, 0.40466], + "cubes": [ + {"origin": [-3.5, -0.12414, -1.09534], "size": [3, 0, 2], "uv": [42, 9]} + ] + }, + { + "name": "foot_right_claw_1", + "parent": "foot_right_claws", + "pivot": [-3.5, 0.85, 0.3], + "cubes": [ + {"origin": [-3.5, -0.15, -1.52618], "size": [0, 1, 2], "uv": [1, 16]} + ] + }, + { + "name": "foot_right_claw_2", + "parent": "foot_right_claws", + "pivot": [-2, 0.87586, 0.40466], + "cubes": [ + {"origin": [-2, -0.12414, -1.59534], "size": [0, 1, 2], "uv": [21, 18]} + ] + }, + { + "name": "foot_right_claw_3", + "parent": "foot_right_claws", + "pivot": [-0.5, 0.85, 0.3], + "cubes": [ + {"origin": [-0.5, -0.15, -1.52618], "size": [0, 1, 2], "uv": [1, 17]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [2, 3.87586, 1.90466], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [1.5, 2.37586, 1.40466], "size": [1, 2, 1], "inflate": 0.02, "uv": [51, 5]} + ] + }, + { + "name": "leg_left2", + "parent": "leg_left", + "pivot": [2, 2.37586, 2.40466], + "rotation": [-30, 0, 0], + "cubes": [ + {"origin": [1.5, 0.37586, 1.40466], "size": [1, 2, 1], "uv": [21, 17]} + ] + }, + { + "name": "foot_left", + "parent": "leg_left2", + "pivot": [2, 0.87586, 2.40466], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [0.5, -0.12414, 0.40466], "size": [3, 1, 1], "inflate": 0.01, "uv": [36, 9]}, + {"origin": [1, -0.12414, 1.40466], "size": [2, 1, 1], "inflate": 0.02, "uv": [0, 22]} + ] + }, + { + "name": "foot_left_claws", + "parent": "foot_left", + "pivot": [2, 0.87586, 0.40466], + "cubes": [ + {"origin": [0.5, -0.12414, -1.09534], "size": [3, 0, 2], "uv": [19, 22]} + ] + }, + { + "name": "foot_left_claw_1", + "parent": "foot_left_claws", + "pivot": [3.5, 0.85, 0.3], + "cubes": [ + {"origin": [3.5, -0.15, -1.52618], "size": [0, 1, 2], "uv": [1, 2]} + ] + }, + { + "name": "foot_left_claw_2", + "parent": "foot_left_claws", + "pivot": [2, 0.87586, 0.40466], + "cubes": [ + {"origin": [2, -0.12414, -1.59534], "size": [0, 1, 2], "uv": [6, 2]} + ] + }, + { + "name": "foot_left_claw_3", + "parent": "foot_left_claws", + "pivot": [0.5, 0.85, 0.3], + "cubes": [ + {"origin": [0.5, -0.15, -1.52618], "size": [0, 1, 2], "uv": [1, 15]} + ] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 7.87586, 0.90466], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [-4, 3.87586, -4], "size": [8, 7, 10], "uv": [0, 0]} + ] + }, + { + "name": "wings_open", + "parent": "torso", + "pivot": [0, 9.97586, 1.40466] + }, + { + "name": "wing_open_right", + "parent": "wings_open", + "pivot": [-4, 9.97586, 1.40466], + "cubes": [ + {"origin": [-10, 9.97586, -2.09534], "size": [7, 0, 7], "uv": [103, 0]}, + {"origin": [-10, 9.47586, -1.09534], "size": [7, 1, 4], "uv": [28, 24]} + ] + }, + { + "name": "wing_open_right2", + "parent": "wing_open_right", + "pivot": [-10, 9.97586, 1.40466], + "cubes": [ + {"origin": [-13, 9.97586, -2.09534], "size": [3, 0, 6], "uv": [97, 0]} + ] + }, + { + "name": "wing_open_right3", + "parent": "wing_open_right2", + "pivot": [-13, 9.97586, 1.40466], + "cubes": [ + {"origin": [-16, 9.97586, -1.09534], "size": [3, 0, 6], "uv": [90, 0]} + ] + }, + { + "name": "wing_open_left", + "parent": "wings_open", + "pivot": [4, 9.97586, 1.40466], + "cubes": [ + {"origin": [3, 9.97586, -2.09534], "size": [7, 0, 7], "uv": [103, 8]}, + {"origin": [3, 9.47586, -1.09534], "size": [7, 1, 4], "uv": [42, 0]} + ] + }, + { + "name": "wing_open_left2", + "parent": "wing_open_left", + "pivot": [10, 9.97586, 1.40466], + "cubes": [ + {"origin": [10, 9.97586, -2.09534], "size": [3, 0, 6], "uv": [97, 9]} + ] + }, + { + "name": "wing_open_left3", + "parent": "wing_open_left2", + "pivot": [13, 9.97586, 1.40466], + "cubes": [ + {"origin": [13, 9.97586, -1.09534], "size": [3, 0, 6], "uv": [90, 9]} + ] + }, + { + "name": "wings_closed", + "parent": "torso", + "pivot": [0, 7.87586, -1] + }, + { + "name": "wing_closed_right", + "parent": "wings_closed", + "pivot": [-4.5, 7.87586, -1], + "cubes": [ + {"origin": [-5, 4.37586, -2.5], "size": [1, 7, 7], "uv": [63, 10]} + ] + }, + { + "name": "wing_closed_right2", + "parent": "wing_closed_right", + "pivot": [-4.5, 4.87586, 4.5], + "cubes": [ + {"origin": [-4.5, 4.87586, 4.5], "size": [0, 5, 5], "uv": [93, 14]} + ] + }, + { + "name": "wing_closed_left", + "parent": "wings_closed", + "pivot": [4.5, 7.87586, -1], + "cubes": [ + {"origin": [4, 4.37586, -2.5], "size": [1, 7, 7], "uv": [72, 3]} + ] + }, + { + "name": "wing_closed_left2", + "parent": "wing_closed_left", + "pivot": [4.5, 4.87586, 4.5], + "cubes": [ + {"origin": [4.5, 4.87586, 4.5], "size": [0, 5, 5], "uv": [104, 14]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0.5, 5.37586, 5.90466], + "cubes": [ + {"origin": [-3, 5.37586, 6], "size": [6, 5, 3], "uv": [52, 8]} + ] + }, + { + "name": "tail_feathers", + "parent": "tail", + "pivot": [0, 9.47586, 9], + "rotation": [-12.5, 0, 0] + }, + { + "name": "tail_feather_left", + "parent": "tail_feathers", + "pivot": [0, 9.47586, 8.90466], + "rotation": [0, 15, 0], + "cubes": [ + {"origin": [0, 9.47586, 8], "size": [2, 0, 7], "uv": [108, 17]} + ] + }, + { + "name": "tail_feather_right", + "parent": "tail_feathers", + "pivot": [0, 9.47586, 8.90466], + "rotation": [0, -15, 0], + "cubes": [ + {"origin": [-2, 9.47586, 8], "size": [2, 0, 7], "uv": [113, 17]} + ] + }, + { + "name": "neck", + "parent": "torso", + "pivot": [0.5, 5.87586, -4.09534], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [-3.5, 5.87586, -4], "size": [7, 6, 7], "inflate": -0.02, "uv": [29, 11]} + ] + }, + { + "name": "neck_fur", + "parent": "neck", + "pivot": [0, 8.88241, -3.98], + "rotation": [-12.5, 0, 0], + "cubes": [ + {"origin": [-3.5, 6.875, -3.98], "size": [7, 2, 0], "uv": [26, 7]} + ] + }, + { + "name": "neck_fur_middle", + "parent": "neck_fur", + "pivot": [0, 6.875, -3.98], + "cubes": [ + {"origin": [-3.5, 4.875, -3.98], "size": [7, 2, 0], "uv": [79, 0]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0.5, 11.62586, -0.59534], + "cubes": [ + {"origin": [-3.5, 10.62586, -4], "size": [7, 6, 7], "uv": [0, 17]} + ] + }, + { + "name": "eye_right", + "parent": "head", + "pivot": [-2.5, 13.62586, -3.09534], + "cubes": [ + {"origin": [-3.5, 12.12586, -4], "size": [2, 3, 2], "inflate": 0.02, "uv": [67, 5]} + ] + }, + { + "name": "pupil_right", + "parent": "eye_right", + "pivot": [-2.5, 13.62586, -3.94], + "cubes": [ + {"origin": [-3, 13.12586, -3.95], "size": [1, 1, 0], "inflate": 0.1, "uv": [0, 1]} + ] + }, + { + "name": "eyelid_small_right", + "parent": "eye_right", + "pivot": [-2, 14.62586, -3.49534], + "cubes": [ + {"origin": [-2.5, 14.12586, -3.9], "size": [1, 1, 1], "inflate": 0.04, "uv": [85, 21]} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-2.5, 13.62586, -3.09534], + "cubes": [ + {"origin": [-3.4, 12.12586, -3.9], "size": [2, 3, 2], "inflate": 0.06, "uv": [26, 0]} + ] + }, + { + "name": "eyelid_right_side", + "parent": "eye_right", + "pivot": [-2.9, 14.62586, -2.9], + "cubes": [ + {"origin": [-3.4, 14.12586, -3.9], "size": [1, 1, 2], "inflate": 0.04, "uv": [72, 0]} + ] + }, + { + "name": "eyelid_right_happy", + "parent": "eye_right", + "pivot": [-2.4, 13.62586, -2.9], + "cubes": [ + {"origin": [-3.4, 12.12586, -3.9], "size": [2, 3, 2], "inflate": 0.06, "uv": [50, 24]} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [2.5, 13.62586, -3.09534], + "cubes": [ + {"origin": [1.5, 12.12586, -4], "size": [2, 3, 2], "inflate": 0.02, "uv": [64, 0]} + ] + }, + { + "name": "pupil_left", + "parent": "eye_left", + "pivot": [2.5, 13.62586, -3.94], + "cubes": [ + {"origin": [2, 13.12586, -3.95], "size": [1, 1, 0], "inflate": 0.1, "uv": [0, 0]} + ] + }, + { + "name": "eyelid_small_left", + "parent": "eye_left", + "pivot": [2, 14.62586, -3.59534], + "cubes": [ + {"origin": [1.5, 14.12586, -3.9], "size": [1, 1, 1], "inflate": 0.04, "uv": [82, 22]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [2.4, 13.62586, -2.99534], + "cubes": [ + {"origin": [1.4, 12.12586, -3.9], "size": [2, 3, 2], "inflate": 0.06, "uv": [34, 0]} + ] + }, + { + "name": "eyelid_left_side", + "parent": "eye_left", + "pivot": [2.9, 14.62586, -2.9], + "cubes": [ + {"origin": [2.4, 14.12586, -3.9], "size": [1, 1, 2], "inflate": 0.04, "uv": [73, 3], "mirror": true} + ] + }, + { + "name": "eyelid_left_happy", + "parent": "eye_left", + "pivot": [2.4, 13.62586, -2.9], + "cubes": [ + {"origin": [1.4, 12.12586, -3.9], "size": [2, 3, 2], "inflate": 0.06, "uv": [50, 24], "mirror": true} + ] + }, + { + "name": "beak", + "parent": "head", + "pivot": [0, 12.25, -4.07881], + "cubes": [ + {"origin": [-2, 11.62586, -6], "size": [4, 1, 2], "uv": [40, 6]}, + {"origin": [-1, 11.62586, -6], "size": [2, 1, 3], "inflate": -0.02, "pivot": [0, 12.60086, -5.975], "rotation": [25, 0, 0], "uv": [0, 0]}, + {"origin": [-1, 11.62586, -7], "size": [2, 1, 1], "uv": [82, 17]}, + {"origin": [-0.5, 11.12586, -7.02], "size": [1, 1, 0], "uv": [0, 2]} + ] + }, + { + "name": "jaw", + "parent": "beak", + "pivot": [0, 12.12586, -3.84534], + "cubes": [ + {"origin": [-1.5, 11.12586, -5.5], "size": [3, 1, 2], "uv": [0, 5]}, + {"origin": [-0.5, 11.12586, -6.5], "size": [1, 1, 1], "uv": [25, 17]} + ] + }, + { + "name": "held_item", + "parent": "jaw", + "pivot": [0, 11.65, -6], + "locators": { + "held_item": { + "offset": [0, 11.65, -6], + "rotation": [90, 0, 0] + } + } + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/wiglett.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/wiglett.geo.json new file mode 100644 index 0000000..ddc3e82 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/wiglett.geo.json @@ -0,0 +1,128 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.wiglett", + "texture_width": 64, + "texture_height": 32, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "diglett", + "pivot": [0, 1, 0] + }, + { + "name": "ground", + "parent": "diglett", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-5.5, -1.2, -5.5], "size": [11, 3, 11], "uv": [0, 17]}, + {"origin": [-6, 0.7, -4.3], "size": [11, 2, 0], "uv": [28, 14]}, + {"origin": [4, 0.7, -4.7], "size": [0, 2, 9], "uv": [32, 5]}, + {"origin": [-4.1, 0.7, -4.7], "size": [0, 2, 9], "uv": [32, 5]}, + {"origin": [-6, 0.7, 3.9], "size": [11, 2, 0], "uv": [28, 14]} + ] + }, + { + "name": "body", + "parent": "ground", + "pivot": [0, 3, 0], + "cubes": [ + {"origin": [-3.5, 1, -3.5], "size": [7, 5, 7], "inflate": 0.001, "uv": [33, 16]} + ] + }, + { + "name": "body3", + "parent": "body", + "pivot": [0, 7, 0], + "cubes": [ + {"origin": [-3.5, 6, -2.5], "size": [7, 5, 6], "inflate": 0.01, "uv": [34, 17]}, + {"origin": [-3.5, 6, -3.5], "size": [7, 5, 1], "inflate": 0.01, "uv": [48, 0]} + ] + }, + { + "name": "body4", + "parent": "body3", + "pivot": [0, 12, 0], + "cubes": [ + {"origin": [-3.5, 11, -3.5], "size": [7, 7, 7], "inflate": 0.01, "uv": [28, 0]} + ] + }, + { + "name": "body2", + "parent": "body4", + "pivot": [0, 19, 0], + "cubes": [ + {"origin": [-3.5, 18, -3.5], "size": [7, 7, 7], "inflate": 0.001, "uv": [0, 0]} + ] + }, + { + "name": "nose", + "parent": "body2", + "pivot": [0, 20.25, -3.5], + "cubes": [ + {"origin": [-2, 23.25, -0.5], "size": [4, 2, 1], "pivot": [0, 25.5, 0], "rotation": [-90, 0, 0], "uv": [0, 14]} + ] + }, + { + "name": "eyes", + "parent": "body2", + "pivot": [0, 25.1, 1.35], + "rotation": [-90, 0, 0] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [1.5, 25.1, 1.38], + "cubes": [ + {"origin": [1, 24.1, 1.38], "size": [1, 2, 0], "uv": [2, 0], "mirror": true} + ] + }, + { + "name": "pupil_left", + "parent": "eye_left", + "pivot": [1.5, 25.6, 1.37], + "cubes": [ + {"origin": [1, 25.1, 1.37], "size": [1, 1, 0], "uv": [4, 0], "mirror": true} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [1.5, 25.1, 1.97], + "cubes": [ + {"origin": [0.5, 24.1, 1.47], "size": [2, 2, 1], "inflate": 0.01, "uv": [0, 2], "mirror": true} + ] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-1.5, 25.1, 1.38], + "cubes": [ + {"origin": [-2, 24.1, 1.38], "size": [1, 2, 0], "uv": [0, 0]} + ] + }, + { + "name": "pupil_right", + "parent": "eye_right", + "pivot": [-1.5, 25.6, 1.37], + "cubes": [ + {"origin": [-2, 25.1, 1.37], "size": [1, 1, 0], "uv": [4, 1]} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-1.5, 25.1, 1.97], + "cubes": [ + {"origin": [-2.5, 24.1, 1.47], "size": [2, 2, 1], "inflate": 0.01, "uv": [21, 4]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/wugtrio.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/wugtrio.geo.json new file mode 100644 index 0000000..845334e --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/wugtrio.geo.json @@ -0,0 +1,280 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.wugtrio", + "texture_width": 128, + "texture_height": 64, + "visible_bounds_width": 4, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "dugtrio", + "pivot": [0, 0, 0] + }, + { + "name": "ground1", + "parent": "dugtrio", + "pivot": [-3.75, 0, -3.5], + "cubes": [ + {"origin": [-9.25, -1, -9], "size": [11, 11, 11], "pivot": [-3.75, 1.25, -3.5], "rotation": [-2.92682, -14.71812, 11.37808], "uv": [84, 0]} + ] + }, + { + "name": "body1", + "parent": "ground1", + "pivot": [-7.05, 2.9, -7.5], + "rotation": [39.42961, -36.46498, -43.11249], + "cubes": [ + {"origin": [-10.55, 0.9, -11], "size": [7, 6, 7], "uv": [28, 0]} + ] + }, + { + "name": "body1_2", + "parent": "body1", + "pivot": [-7.05, 6.9, -7.5], + "rotation": [0, 0, 14], + "cubes": [ + {"origin": [-10.55, 5.9, -11], "size": [7, 7, 7], "inflate": 0.01, "uv": [0, 0]} + ] + }, + { + "name": "nose1", + "parent": "body1_2", + "pivot": [-7.05, 8.15, -11], + "cubes": [ + {"origin": [-9.05, 7.15, -12], "size": [4, 2, 1], "uv": [21, 4]} + ] + }, + { + "name": "eyes1", + "parent": "body1_2", + "pivot": [-7.05, 10.4, -11.05] + }, + { + "name": "eye_left1", + "parent": "eyes1", + "pivot": [-5.55, 10.4, -11.02], + "cubes": [ + {"origin": [-6.05, 9.4, -11.02], "size": [1, 2, 0], "uv": [2, 0], "mirror": true} + ] + }, + { + "name": "pupil_left1", + "parent": "eye_left1", + "pivot": [-5.55, 10.9, -11.03], + "cubes": [ + {"origin": [-6.05, 10.4, -11.03], "size": [1, 1, 0], "uv": [4, 0], "mirror": true} + ] + }, + { + "name": "eyelid_left1", + "parent": "eye_left1", + "pivot": [-5.55, 10.4, -10.43], + "cubes": [ + {"origin": [-6.55, 9.4, -10.93], "size": [2, 2, 1], "inflate": 0.01, "uv": [0, 2], "mirror": true} + ] + }, + { + "name": "eye_right1", + "parent": "eyes1", + "pivot": [-8.55, 10.4, -11.02], + "cubes": [ + {"origin": [-9.05, 9.4, -11.02], "size": [1, 2, 0], "uv": [0, 0]} + ] + }, + { + "name": "pupil_right1", + "parent": "eye_right1", + "pivot": [-8.55, 10.9, -11.03], + "cubes": [ + {"origin": [-9.05, 10.4, -11.03], "size": [1, 1, 0], "uv": [4, 1]} + ] + }, + { + "name": "eyelid_right1", + "parent": "eye_right1", + "pivot": [-8.55, 10.4, -10.43], + "cubes": [ + {"origin": [-9.55, 9.4, -10.93], "size": [2, 2, 1], "inflate": 0.01, "uv": [21, 1]} + ] + }, + { + "name": "body2", + "parent": "ground1", + "pivot": [11.95, 2.9, -14.5], + "rotation": [39.42961, -36.46498, -43.11249], + "cubes": [ + {"origin": [8.45, 0.9, -18], "size": [7, 6, 7], "uv": [28, 0]} + ] + }, + { + "name": "body1_3", + "parent": "body2", + "pivot": [11.95, 6.9, -14.5], + "rotation": [0, 0, 14], + "cubes": [ + {"origin": [8.45, 5.9, -18], "size": [7, 7, 7], "inflate": 0.01, "uv": [0, 0]} + ] + }, + { + "name": "nose2", + "parent": "body1_3", + "pivot": [11.95, 8.15, -18], + "cubes": [ + {"origin": [9.95, 7.15, -19], "size": [4, 2, 1], "uv": [21, 4]} + ] + }, + { + "name": "eyes2", + "parent": "body1_3", + "pivot": [11.95, 10.4, -18.05] + }, + { + "name": "eye_left2", + "parent": "eyes2", + "pivot": [13.45, 10.4, -18.02], + "cubes": [ + {"origin": [12.95, 9.4, -18.02], "size": [1, 2, 0], "uv": [2, 0], "mirror": true} + ] + }, + { + "name": "pupil_left2", + "parent": "eye_left2", + "pivot": [13.45, 10.9, -18.03], + "cubes": [ + {"origin": [12.95, 10.4, -18.03], "size": [1, 1, 0], "uv": [4, 0], "mirror": true} + ] + }, + { + "name": "eyelid_left2", + "parent": "eye_left2", + "pivot": [13.45, 10.4, -17.43], + "cubes": [ + {"origin": [12.45, 9.4, -17.93], "size": [2, 2, 1], "inflate": 0.01, "uv": [0, 2], "mirror": true} + ] + }, + { + "name": "eye_right2", + "parent": "eyes2", + "pivot": [10.45, 10.4, -18.02], + "cubes": [ + {"origin": [9.95, 9.4, -18.02], "size": [1, 2, 0], "uv": [0, 0]} + ] + }, + { + "name": "pupil_right2", + "parent": "eye_right2", + "pivot": [10.45, 10.9, -18.03], + "cubes": [ + {"origin": [9.95, 10.4, -18.03], "size": [1, 1, 0], "uv": [4, 1]} + ] + }, + { + "name": "eyelid_right2", + "parent": "eye_right2", + "pivot": [10.45, 10.4, -17.43], + "cubes": [ + {"origin": [9.45, 9.4, -17.93], "size": [2, 2, 1], "inflate": 0.01, "uv": [21, 1]} + ] + }, + { + "name": "ground2", + "parent": "dugtrio", + "pivot": [3.75, 0, -3.5], + "cubes": [ + {"origin": [-1.75, 0, -9], "size": [11, 10, 11], "inflate": 0.01, "pivot": [3.75, 1.25, -3.5], "rotation": [0, 15, 0], "uv": [18, 43]} + ] + }, + { + "name": "ground3", + "parent": "dugtrio", + "pivot": [0, 0, 4], + "cubes": [ + {"origin": [-5.5, -1, -1.5], "size": [11, 14, 11], "inflate": 0.02, "pivot": [0, 1.25, 4], "rotation": [10, 0, 0], "uv": [84, 39]} + ] + }, + { + "name": "body3", + "parent": "ground3", + "pivot": [0, 3, 4], + "cubes": [ + {"origin": [-3.5, 1, 0.5], "size": [7, 9, 7], "uv": [28, 13]} + ] + }, + { + "name": "body3_2", + "parent": "body3", + "pivot": [0, 12, 4], + "cubes": [ + {"origin": [-3.5, 9, 0.5], "size": [7, 9, 7], "inflate": 0.01, "uv": [0, 29]} + ] + }, + { + "name": "nose3", + "parent": "body3_2", + "pivot": [0, 13.25, 0.5], + "cubes": [ + {"origin": [-2, 12.25, -0.5], "size": [4, 2, 1], "uv": [21, 33]} + ] + }, + { + "name": "eyes3", + "parent": "body3_2", + "pivot": [0, 15.5, 0.45] + }, + { + "name": "eye_left3", + "parent": "eyes3", + "pivot": [1.5, 15.5, 0.48], + "cubes": [ + {"origin": [1, 14.5, 0.48], "size": [1, 2, 0], "uv": [2, 29], "mirror": true} + ] + }, + { + "name": "pupil_left3", + "parent": "eye_left3", + "pivot": [1.5, 16, 0.47], + "cubes": [ + {"origin": [1, 15.5, 0.47], "size": [1, 1, 0], "uv": [4, 29], "mirror": true} + ] + }, + { + "name": "eyelid_left3", + "parent": "eye_left3", + "pivot": [1.5, 15.5, 1.07], + "cubes": [ + {"origin": [0.5, 14.5, 0.57], "size": [2, 2, 1], "inflate": 0.01, "uv": [0, 31], "mirror": true} + ] + }, + { + "name": "eye_right3", + "parent": "eyes3", + "pivot": [-1.5, 15.5, 0.48], + "cubes": [ + {"origin": [-2, 14.5, 0.48], "size": [1, 2, 0], "uv": [0, 29]} + ] + }, + { + "name": "pupil_right3", + "parent": "eye_right3", + "pivot": [-1.5, 16, 0.47], + "cubes": [ + {"origin": [-2, 15.5, 0.47], "size": [1, 1, 0], "uv": [4, 30]} + ] + }, + { + "name": "eyelid_right3", + "parent": "eye_right3", + "pivot": [-1.5, 15.5, 1.07], + "cubes": [ + {"origin": [-2.5, 14.5, 0.57], "size": [2, 2, 1], "inflate": 0.01, "uv": [21, 30]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/xurkitree/xurkitree.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/xurkitree/xurkitree.geo.json new file mode 100644 index 0000000..238a647 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/xurkitree/xurkitree.geo.json @@ -0,0 +1,2125 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 512, + "texture_height": 512, + "visible_bounds_width": 12, + "visible_bounds_height": 8.5, + "visible_bounds_offset": [0, 3.75, 0] + }, + "bones": [ + { + "name": "xurkitree", + "pivot": [0, 0, 0] + }, + { + "name": "main_body", + "parent": "xurkitree", + "pivot": [0, 0, 0] + }, + { + "name": "body_top_position", + "parent": "main_body", + "pivot": [0, 75, 3] + }, + { + "name": "head", + "parent": "body_top_position", + "pivot": [0, 76, 3] + }, + { + "name": "tail_rotation", + "parent": "head", + "pivot": [0, 75, 8] + }, + { + "name": "tail_1", + "parent": "tail_rotation", + "pivot": [-0.00406, 74.76667, 2.89899], + "rotation": [0, -90, 0], + "cubes": [ + {"origin": [-0.00406, 74.775, 1.89899], "size": [8, 2, 2], "uv": [254, 185]}, + {"origin": [-0.00406, 72.775, 2.89899], "size": [8, 2, 2], "uv": [256, 152]}, + {"origin": [-0.00406, 72.775, 0.89899], "size": [8, 2, 2], "uv": [256, 156]} + ] + }, + { + "name": "arm_left_7", + "parent": "tail_1", + "pivot": [7.99594, 72.76667, 2.89899], + "cubes": [ + {"origin": [7.99594, 74.775, 1.89899], "size": [8, 2, 2], "uv": [256, 160]}, + {"origin": [7.99594, 72.775, 2.89899], "size": [8, 2, 2], "uv": [256, 164]}, + {"origin": [7.99594, 72.775, 0.89899], "size": [8, 2, 2], "uv": [256, 168]} + ] + }, + { + "name": "arm_left_8", + "parent": "arm_left_7", + "pivot": [15.99594, 72.775, 2.89899], + "cubes": [ + {"origin": [15.99594, 74.775, 1.89899], "size": [8, 2, 2], "uv": [256, 172]}, + {"origin": [15.99594, 72.775, 2.89899], "size": [8, 2, 2], "uv": [202, 257]}, + {"origin": [15.99594, 72.775, 0.89899], "size": [8, 2, 2], "uv": [222, 257]}, + {"origin": [23.49594, 72.275, 0.39899], "size": [2, 5, 5], "uv": [116, 172]}, + {"origin": [22.99594, 77.275, 2.89899], "size": [3, 6, 0], "uv": [18, 177]} + ] + }, + { + "name": "arm_left_9", + "parent": "arm_left_8", + "pivot": [24.99594, 74.79167, 2.89899], + "cubes": [ + {"origin": [42.99594, 77.275, 2.89899], "size": [3, 6, 0], "uv": [108, 187]}, + {"origin": [43.49594, 72.275, 0.39899], "size": [2, 5, 5], "uv": [80, 258]}, + {"origin": [24.99594, 74.775, 1.89899], "size": [8, 2, 2], "pivot": [24.99594, 75.775, 2.89899], "rotation": [0, 0, -15], "uv": [94, 258]}, + {"origin": [35.94594, 72.775, 0.89899], "size": [8, 2, 2], "pivot": [43.94594, 73.775, 1.89899], "rotation": [0, -5, -15], "uv": [142, 260]}, + {"origin": [35.94594, 72.775, 2.89899], "size": [8, 2, 2], "pivot": [43.94594, 73.775, 3.89899], "rotation": [0, 5, -15], "uv": [162, 260]}, + {"origin": [35.94594, 74.775, 1.89899], "size": [8, 2, 2], "pivot": [43.94594, 75.775, 2.89899], "rotation": [0, 0, 15], "uv": [182, 260]}, + {"origin": [32.46453, 76.81148, 1.89899], "size": [4, 2, 2], "inflate": 0.01, "uv": [116, 182]}, + {"origin": [32.48831, 70.69081, 3.58243], "size": [4, 2, 2], "inflate": 0.01, "uv": [194, 95]}, + {"origin": [32.48831, 70.69081, 0.20743], "size": [4, 2, 2], "inflate": 0.01, "uv": [210, 91]}, + {"origin": [24.99594, 72.775, 2.89899], "size": [8, 2, 2], "pivot": [24.99594, 73.775, 3.89899], "rotation": [0, -5, 15], "uv": [260, 211]}, + {"origin": [24.99594, 72.775, 0.89899], "size": [8, 2, 2], "pivot": [24.99594, 73.775, 1.89899], "rotation": [0, 5, 15], "uv": [260, 215]} + ] + }, + { + "name": "arm_left_10", + "parent": "arm_left_9", + "pivot": [44.99594, 72.84167, 2.89899], + "cubes": [ + {"origin": [44.99594, 74.775, 1.89899], "size": [8, 2, 2], "uv": [260, 219]}, + {"origin": [44.99594, 72.775, 2.89899], "size": [8, 2, 2], "uv": [260, 223]}, + {"origin": [44.99594, 72.775, 0.89899], "size": [8, 2, 2], "uv": [260, 227]} + ] + }, + { + "name": "arm_left_11", + "parent": "arm_left_10", + "pivot": [52.99594, 76.79167, 2.89899], + "cubes": [ + {"origin": [52.99594, 74.775, 1.89899], "size": [8, 2, 2], "uv": [260, 231]}, + {"origin": [52.99594, 72.775, 2.89899], "size": [8, 2, 2], "uv": [242, 260]}, + {"origin": [52.99594, 72.775, 0.89899], "size": [8, 2, 2], "uv": [260, 247]} + ] + }, + { + "name": "arm_left_12", + "parent": "arm_left_11", + "pivot": [60.99594, 76.775, 2.89899], + "cubes": [ + {"origin": [60.99594, 74.775, 1.89899], "size": [8, 2, 2], "uv": [260, 251]}, + {"origin": [60.99594, 72.775, 2.89899], "size": [8, 2, 2], "uv": [260, 255]}, + {"origin": [60.99594, 72.775, 0.89899], "size": [8, 2, 2], "uv": [202, 261]} + ] + }, + { + "name": "tip_plug", + "parent": "arm_left_12", + "pivot": [69.52111, 75.777, 2.94434], + "cubes": [ + {"origin": [68.49594, 72.275, 0.39899], "size": [2, 5, 5], "uv": [222, 261]}, + {"origin": [67.99594, 77.275, 2.89899], "size": [3, 6, 0], "uv": [218, 199]}, + {"origin": [69.20812, 72.8, 0.86181], "size": [3, 4, 4], "uv": [220, 178]}, + {"origin": [72.075, 74.8, -2], "size": [5, 5, 10], "uv": [0, 84]}, + {"origin": [76.27297, 70.8, 2.89493], "size": [5, 3, 0], "uv": [130, 159]}, + {"origin": [76.77297, 75.8, 0.39493], "size": [5, 3, 0], "pivot": [79.77297, 76.8, 0.39493], "rotation": [-30, 0, 0], "uv": [172, 200]}, + {"origin": [76.77297, 75.8, 5.60507], "size": [5, 3, 0], "pivot": [79.77297, 76.8, 5.60507], "rotation": [30, 0, 0], "uv": [210, 152]}, + {"origin": [72.075, 69.8, 0], "size": [5, 5, 6], "uv": [168, 114]} + ] + }, + { + "name": "arm_left_1", + "parent": "head", + "pivot": [5, 75, 0] + }, + { + "name": "arm_left_1_sec_1", + "parent": "arm_left_1", + "pivot": [4.025, 72.625, 3], + "cubes": [ + {"origin": [4.025, 74.625, 2], "size": [8, 2, 2], "uv": [262, 91]}, + {"origin": [4.025, 72.625, 3], "size": [8, 2, 2], "uv": [94, 262]}, + {"origin": [4.025, 72.625, 1], "size": [8, 2, 2], "uv": [262, 95]} + ] + }, + { + "name": "arm_left_1_sec_2", + "parent": "arm_left_1_sec_1", + "pivot": [12.025, 72.625, 3], + "cubes": [ + {"origin": [12.025, 74.625, 2], "size": [8, 2, 2], "uv": [262, 99]}, + {"origin": [12.025, 72.625, 3], "size": [8, 2, 2], "uv": [262, 103]}, + {"origin": [12.025, 72.625, 1], "size": [8, 2, 2], "uv": [262, 107]}, + {"origin": [20.025, 72.125, 0.5], "size": [2, 5, 5], "uv": [262, 189]}, + {"origin": [19.525, 77.125, 3], "size": [3, 6, 0], "uv": [162, 223]} + ] + }, + { + "name": "arm_left_3", + "parent": "arm_left_1_sec_2", + "pivot": [21.025, 72.64167, 3], + "cubes": [ + {"origin": [21.025, 74.625, 2], "size": [8, 2, 2], "uv": [262, 111]}, + {"origin": [21.025, 72.625, 3], "size": [8, 2, 2], "uv": [262, 199]}, + {"origin": [21.025, 72.625, 1], "size": [8, 2, 2], "uv": [262, 259]} + ] + }, + { + "name": "arm_left_2", + "parent": "arm_left_3", + "pivot": [29.025, 72.64167, 3], + "cubes": [ + {"origin": [29.025, 74.625, 2], "size": [8, 2, 2], "uv": [114, 263]}, + {"origin": [29.025, 72.625, 3], "size": [8, 2, 2], "uv": [262, 263]}, + {"origin": [29.025, 72.625, 1], "size": [8, 2, 2], "uv": [264, 65]} + ] + }, + { + "name": "arm_left_4", + "parent": "arm_left_2", + "pivot": [37.025, 72.64167, 3], + "cubes": [ + {"origin": [37.025, 74.625, 2], "size": [8, 2, 2], "uv": [264, 69]}, + {"origin": [37.025, 72.625, 3], "size": [8, 2, 2], "uv": [264, 73]}, + {"origin": [37.025, 72.625, 1], "size": [8, 2, 2], "uv": [264, 77]}, + {"origin": [44.525, 72.125, 0.5], "size": [2, 5, 5], "uv": [264, 81]}, + {"origin": [44.025, 77.125, 3], "size": [3, 6, 0], "uv": [236, 191]} + ] + }, + { + "name": "arm_left_5", + "parent": "arm_left_4", + "pivot": [46.025, 72.64167, 3], + "cubes": [ + {"origin": [46.025, 74.625, 2], "size": [8, 2, 2], "pivot": [46.025, 75.625, 3], "rotation": [0, 0, -15], "uv": [134, 264]}, + {"origin": [56.975, 72.625, 1], "size": [8, 2, 2], "pivot": [64.975, 73.625, 2], "rotation": [0, -5, -15], "uv": [264, 138]}, + {"origin": [56.975, 72.625, 3], "size": [8, 2, 2], "pivot": [64.975, 73.625, 4], "rotation": [0, 5, -15], "uv": [264, 142]}, + {"origin": [56.975, 74.625, 2], "size": [8, 2, 2], "pivot": [64.975, 75.625, 3], "rotation": [0, 0, 15], "uv": [264, 146]}, + {"origin": [53.49359, 76.66148, 2], "size": [4, 2, 2], "inflate": 0.01, "uv": [114, 258]}, + {"origin": [53.51737, 70.54081, 3.68344], "size": [4, 2, 2], "inflate": 0.01, "uv": [270, 120]}, + {"origin": [53.51737, 70.54081, 0.30844], "size": [4, 2, 2], "inflate": 0.01, "uv": [0, 271]}, + {"origin": [46.025, 72.625, 3], "size": [8, 2, 2], "pivot": [46.025, 73.625, 4], "rotation": [0, -5, 15], "uv": [154, 264]}, + {"origin": [46.025, 72.625, 1], "size": [8, 2, 2], "pivot": [46.025, 73.625, 2], "rotation": [0, 5, 15], "uv": [174, 264]} + ] + }, + { + "name": "arm_left_hand", + "parent": "arm_left_5", + "pivot": [65.19167, 74.44167, 3], + "cubes": [ + {"origin": [64.025, 77.125, 3], "size": [3, 6, 0], "uv": [44, 244]}, + {"origin": [64.525, 72.125, 0.5], "size": [2, 5, 5], "uv": [264, 235]}, + {"origin": [66.525, 72.575, 1], "size": [2, 4, 4], "inflate": 0.01, "uv": [236, 268]} + ] + }, + { + "name": "arm_left_finger_4_sec_1", + "parent": "arm_left_hand", + "pivot": [68.525, 72.675, 3], + "cubes": [ + {"origin": [68.525, 67.675, 2], "size": [0, 5, 2], "uv": [50, 244]} + ] + }, + { + "name": "arm_left_finger_1_sec_9", + "parent": "arm_left_finger_4_sec_1", + "pivot": [68.525, 67.675, 3], + "cubes": [ + {"origin": [68.525, 62.675, 2], "size": [0, 5, 2], "uv": [54, 271]} + ] + }, + { + "name": "arm_left_finger_1_sec_10", + "parent": "arm_left_finger_1_sec_9", + "pivot": [68.525, 62.675, 3], + "cubes": [ + {"origin": [68.525, 57.675, 2], "size": [0, 5, 2], "uv": [58, 271]} + ] + }, + { + "name": "arm_left_finger_1_sec_18", + "parent": "arm_left_finger_1_sec_10", + "pivot": [68.525, 57.675, 3] + }, + { + "name": "arm_left_finger_3_sec_1", + "parent": "arm_left_hand", + "pivot": [68.525, 75.34277, 2.23223], + "rotation": [45, 0, 0], + "cubes": [ + {"origin": [68.525, 75.67119, 1.23223], "size": [0, 5, 2], "uv": [62, 271]} + ] + }, + { + "name": "arm_left_finger_1_sec_4", + "parent": "arm_left_finger_3_sec_1", + "pivot": [68.525, 80.60013, 2.16117], + "cubes": [ + {"origin": [68.525, 80.67119, 1.23223], "size": [0, 5, 2], "uv": [66, 271]} + ] + }, + { + "name": "arm_left_finger_1_sec_7", + "parent": "arm_left_finger_1_sec_4", + "pivot": [68.525, 85.60013, 2.16117], + "cubes": [ + {"origin": [68.525, 85.67119, 1.23223], "size": [0, 5, 2], "uv": [70, 271]} + ] + }, + { + "name": "arm_left_finger_1_sec_14", + "parent": "arm_left_finger_1_sec_7", + "pivot": [68.525, 90.60013, 2.16117] + }, + { + "name": "arm_left_finger_5_sec_1", + "parent": "arm_left_hand", + "pivot": [68.525, 73.675, 2], + "rotation": [-45, 0, 0], + "cubes": [ + {"origin": [68.525, 68.675, 1], "size": [0, 5, 2], "uv": [74, 271]} + ] + }, + { + "name": "arm_left_finger_1_sec_12", + "parent": "arm_left_finger_5_sec_1", + "pivot": [68.525, 68.60393, 2.07107], + "cubes": [ + {"origin": [68.525, 63.675, 1], "size": [0, 5, 2], "uv": [112, 271]} + ] + }, + { + "name": "arm_left_finger_1_sec_13", + "parent": "arm_left_finger_1_sec_12", + "pivot": [68.525, 63.60393, 2.07107], + "cubes": [ + {"origin": [68.525, 58.675, 1], "size": [0, 5, 2], "uv": [116, 271]} + ] + }, + { + "name": "arm_left_finger_1_sec_19", + "parent": "arm_left_finger_1_sec_13", + "pivot": [68.525, 58.60393, 2.07107] + }, + { + "name": "arm_left_finger_6_sec_1", + "parent": "arm_left_hand", + "pivot": [68.525, 73.675, 4], + "rotation": [45, 0, 0], + "cubes": [ + {"origin": [68.525, 68.675, 3], "size": [0, 5, 2], "uv": [120, 271]} + ] + }, + { + "name": "arm_left_finger_1_sec_8", + "parent": "arm_left_finger_6_sec_1", + "pivot": [68.525, 68.60393, 3.92893], + "cubes": [ + {"origin": [68.525, 63.675, 3], "size": [0, 5, 2], "uv": [124, 271]} + ] + }, + { + "name": "arm_left_finger_1_sec_11", + "parent": "arm_left_finger_1_sec_8", + "pivot": [68.525, 63.60393, 3.92893], + "cubes": [ + {"origin": [68.525, 58.675, 3], "size": [0, 5, 2], "uv": [128, 271]} + ] + }, + { + "name": "arm_left_finger_1_sec_17", + "parent": "arm_left_finger_1_sec_11", + "pivot": [68.525, 58.60393, 3.92893] + }, + { + "name": "arm_left_finger_2_sec_1", + "parent": "arm_left_hand", + "pivot": [68.525, 75.575, 4], + "rotation": [-45, 0, 0], + "cubes": [ + {"origin": [68.525, 75.575, 3], "size": [0, 5, 2], "uv": [220, 271]} + ] + }, + { + "name": "arm_left_finger_1_sec_5", + "parent": "arm_left_finger_2_sec_1", + "pivot": [68.525, 80.50393, 4.07107], + "cubes": [ + {"origin": [68.525, 80.575, 3], "size": [0, 5, 2], "uv": [224, 271]} + ] + }, + { + "name": "arm_left_finger_1_sec_6", + "parent": "arm_left_finger_1_sec_5", + "pivot": [68.525, 85.50393, 4.07107], + "cubes": [ + {"origin": [68.525, 85.575, 3], "size": [0, 5, 2], "uv": [228, 271]} + ] + }, + { + "name": "arm_left_finger_1_sec_16", + "parent": "arm_left_finger_1_sec_6", + "pivot": [68.525, 90.50393, 4.07107] + }, + { + "name": "arm_left_finger_1_sec_1", + "parent": "arm_left_hand", + "pivot": [68.525, 76.575, 3], + "cubes": [ + {"origin": [68.525, 76.575, 2], "size": [0, 5, 2], "uv": [232, 271]} + ] + }, + { + "name": "arm_left_finger_1_sec_2", + "parent": "arm_left_finger_1_sec_1", + "pivot": [68.525, 81.575, 3], + "cubes": [ + {"origin": [68.525, 81.575, 2], "size": [0, 5, 2], "uv": [270, 272]} + ] + }, + { + "name": "arm_left_finger_1_sec_3", + "parent": "arm_left_finger_1_sec_2", + "pivot": [68.525, 86.575, 3], + "cubes": [ + {"origin": [68.525, 86.575, 2], "size": [0, 5, 2], "uv": [274, 124]} + ] + }, + { + "name": "arm_left_finger_1_sec_15", + "parent": "arm_left_finger_1_sec_3", + "pivot": [68.525, 91.575, 3] + }, + { + "name": "arm_right_1", + "parent": "head", + "pivot": [-5, 75, 0] + }, + { + "name": "arm_right_1_sec_1", + "parent": "arm_right_1", + "pivot": [-4.025, 72.625, 3], + "cubes": [ + {"origin": [-12.025, 74.625, 2], "size": [8, 2, 2], "uv": [264, 203]}, + {"origin": [-12.025, 72.625, 3], "size": [8, 2, 2], "uv": [264, 207]}, + {"origin": [-12.025, 72.625, 1], "size": [8, 2, 2], "uv": [236, 264]} + ] + }, + { + "name": "arm_right_1_sec_2", + "parent": "arm_right_1_sec_1", + "pivot": [-12.025, 72.625, 3], + "cubes": [ + {"origin": [-20.025, 74.625, 2], "size": [8, 2, 2], "uv": [194, 265]}, + {"origin": [-20.025, 72.625, 3], "size": [8, 2, 2], "uv": [266, 0]}, + {"origin": [-20.025, 72.625, 1], "size": [8, 2, 2], "uv": [266, 4]}, + {"origin": [-22.025, 72.125, 0.5], "size": [2, 5, 5], "uv": [266, 8]}, + {"origin": [-22.525, 77.125, 3], "size": [3, 6, 0], "uv": [248, 268]} + ] + }, + { + "name": "arm_right_3", + "parent": "arm_right_1_sec_2", + "pivot": [-21.025, 72.64167, 3], + "cubes": [ + {"origin": [-29.025, 74.625, 2], "size": [8, 2, 2], "uv": [266, 18]}, + {"origin": [-29.025, 72.625, 3], "size": [8, 2, 2], "uv": [266, 22]}, + {"origin": [-29.025, 72.625, 1], "size": [8, 2, 2], "uv": [266, 26]} + ] + }, + { + "name": "arm_right_2", + "parent": "arm_right_3", + "pivot": [-29.025, 72.64167, 3], + "cubes": [ + {"origin": [-37.025, 74.625, 2], "size": [8, 2, 2], "uv": [266, 30]}, + {"origin": [-37.025, 72.625, 3], "size": [8, 2, 2], "uv": [266, 34]}, + {"origin": [-37.025, 72.625, 1], "size": [8, 2, 2], "uv": [266, 38]} + ] + }, + { + "name": "arm_right_4", + "parent": "arm_right_2", + "pivot": [-37.025, 72.64167, 3], + "cubes": [ + {"origin": [-45.025, 74.625, 2], "size": [8, 2, 2], "uv": [266, 42]}, + {"origin": [-45.025, 72.625, 3], "size": [8, 2, 2], "uv": [266, 46]}, + {"origin": [-45.025, 72.625, 1], "size": [8, 2, 2], "uv": [266, 50]}, + {"origin": [-46.525, 72.125, 0.5], "size": [2, 5, 5], "uv": [266, 54]}, + {"origin": [-47.025, 77.125, 3], "size": [3, 6, 0], "uv": [106, 270]} + ] + }, + { + "name": "arm_right_5", + "parent": "arm_right_4", + "pivot": [-46.025, 72.64167, 3], + "cubes": [ + {"origin": [-54.025, 74.625, 2], "size": [8, 2, 2], "pivot": [-46.025, 75.625, 3], "rotation": [0, 0, 15], "uv": [94, 266]}, + {"origin": [-64.975, 72.625, 1], "size": [8, 2, 2], "pivot": [-64.975, 73.625, 2], "rotation": [0, 5, 15], "uv": [0, 267]}, + {"origin": [-64.975, 72.625, 3], "size": [8, 2, 2], "pivot": [-64.975, 73.625, 4], "rotation": [0, -5, 15], "uv": [20, 267]}, + {"origin": [-64.975, 74.625, 2], "size": [8, 2, 2], "pivot": [-64.975, 75.625, 3], "rotation": [0, 0, -15], "uv": [40, 267]}, + {"origin": [-57.49359, 76.66148, 2], "size": [4, 2, 2], "inflate": 0.01, "uv": [12, 271]}, + {"origin": [-57.51737, 70.54081, 3.68344], "size": [4, 2, 2], "inflate": 0.01, "uv": [24, 271]}, + {"origin": [-57.51737, 70.54081, 0.30844], "size": [4, 2, 2], "inflate": 0.01, "uv": [36, 271]}, + {"origin": [-54.025, 72.625, 3], "size": [8, 2, 2], "pivot": [-46.025, 73.625, 4], "rotation": [0, 5, -15], "uv": [60, 267]}, + {"origin": [-54.025, 72.625, 1], "size": [8, 2, 2], "pivot": [-46.025, 73.625, 2], "rotation": [0, -5, -15], "uv": [114, 267]} + ] + }, + { + "name": "arm_right_hand", + "parent": "arm_right_5", + "pivot": [-65.19167, 74.44167, 3], + "cubes": [ + {"origin": [-67.025, 77.125, 3], "size": [3, 6, 0], "uv": [48, 271]}, + {"origin": [-66.525, 72.125, 0.5], "size": [2, 5, 5], "uv": [256, 267]}, + {"origin": [-68.525, 72.575, 1], "size": [2, 4, 4], "inflate": 0.01, "uv": [194, 269]} + ] + }, + { + "name": "arm_right_finger_4_sec_1", + "parent": "arm_right_hand", + "pivot": [-68.525, 72.675, 3], + "cubes": [ + {"origin": [-68.525, 67.675, 2], "size": [0, 5, 2], "uv": [274, 131]} + ] + }, + { + "name": "arm_right_finger_1_sec_9", + "parent": "arm_right_finger_4_sec_1", + "pivot": [-68.525, 67.675, 3], + "cubes": [ + {"origin": [-68.525, 62.675, 2], "size": [0, 5, 2], "uv": [274, 176]} + ] + }, + { + "name": "arm_right_finger_1_sec_10", + "parent": "arm_right_finger_1_sec_9", + "pivot": [-68.525, 62.675, 3], + "cubes": [ + {"origin": [-68.525, 57.675, 2], "size": [0, 5, 2], "uv": [206, 274]} + ] + }, + { + "name": "arm_right_finger_1_sec_18", + "parent": "arm_right_finger_1_sec_10", + "pivot": [-68.525, 57.675, 3] + }, + { + "name": "arm_right_finger_3_sec_1", + "parent": "arm_right_hand", + "pivot": [-68.525, 75.34277, 2.23223], + "rotation": [45, 0, 0], + "cubes": [ + {"origin": [-68.525, 75.67119, 1.23223], "size": [0, 5, 2], "uv": [210, 274]} + ] + }, + { + "name": "arm_right_finger_1_sec_4", + "parent": "arm_right_finger_3_sec_1", + "pivot": [-68.525, 80.60013, 2.16117], + "cubes": [ + {"origin": [-68.525, 80.67119, 1.23223], "size": [0, 5, 2], "uv": [214, 274]} + ] + }, + { + "name": "arm_right_finger_1_sec_7", + "parent": "arm_right_finger_1_sec_4", + "pivot": [-68.525, 85.60013, 2.16117], + "cubes": [ + {"origin": [-68.525, 85.67119, 1.23223], "size": [0, 5, 2], "uv": [248, 274]} + ] + }, + { + "name": "arm_right_finger_1_sec_14", + "parent": "arm_right_finger_1_sec_7", + "pivot": [-68.525, 90.60013, 2.16117] + }, + { + "name": "arm_right_finger_5_sec_1", + "parent": "arm_right_hand", + "pivot": [-68.525, 73.675, 2], + "rotation": [-45, 0, 0], + "cubes": [ + {"origin": [-68.525, 68.675, 1], "size": [0, 5, 2], "uv": [252, 274]} + ] + }, + { + "name": "arm_right_finger_1_sec_12", + "parent": "arm_right_finger_5_sec_1", + "pivot": [-68.525, 68.60393, 2.07107], + "cubes": [ + {"origin": [-68.525, 63.675, 1], "size": [0, 5, 2], "uv": [274, 272]} + ] + }, + { + "name": "arm_right_finger_1_sec_13", + "parent": "arm_right_finger_1_sec_12", + "pivot": [-68.525, 63.60393, 2.07107], + "cubes": [ + {"origin": [-68.525, 58.675, 1], "size": [0, 5, 2], "uv": [0, 275]} + ] + }, + { + "name": "arm_right_finger_1_sec_19", + "parent": "arm_right_finger_1_sec_13", + "pivot": [-68.525, 58.60393, 2.07107] + }, + { + "name": "arm_right_finger_6_sec_1", + "parent": "arm_right_hand", + "pivot": [-68.525, 73.675, 4], + "rotation": [45, 0, 0], + "cubes": [ + {"origin": [-68.525, 68.675, 3], "size": [0, 5, 2], "uv": [4, 275]} + ] + }, + { + "name": "arm_right_finger_1_sec_8", + "parent": "arm_right_finger_6_sec_1", + "pivot": [-68.525, 68.60393, 3.92893], + "cubes": [ + {"origin": [-68.525, 63.675, 3], "size": [0, 5, 2], "uv": [8, 275]} + ] + }, + { + "name": "arm_right_finger_1_sec_11", + "parent": "arm_right_finger_1_sec_8", + "pivot": [-68.525, 63.60393, 3.92893], + "cubes": [ + {"origin": [-68.525, 58.675, 3], "size": [0, 5, 2], "uv": [12, 275]} + ] + }, + { + "name": "arm_right_finger_1_sec_17", + "parent": "arm_right_finger_1_sec_11", + "pivot": [-68.525, 58.60393, 3.92893] + }, + { + "name": "arm_right_finger_2_sec_1", + "parent": "arm_right_hand", + "pivot": [-68.525, 75.575, 4], + "rotation": [-45, 0, 0], + "cubes": [ + {"origin": [-68.525, 75.575, 3], "size": [0, 5, 2], "uv": [16, 275]} + ] + }, + { + "name": "arm_right_finger_1_sec_5", + "parent": "arm_right_finger_2_sec_1", + "pivot": [-68.525, 80.50393, 4.07107], + "cubes": [ + {"origin": [-68.525, 80.575, 3], "size": [0, 5, 2], "uv": [20, 275]} + ] + }, + { + "name": "arm_right_finger_1_sec_6", + "parent": "arm_right_finger_1_sec_5", + "pivot": [-68.525, 85.50393, 4.07107], + "cubes": [ + {"origin": [-68.525, 85.575, 3], "size": [0, 5, 2], "uv": [24, 275]} + ] + }, + { + "name": "arm_right_finger_1_sec_16", + "parent": "arm_right_finger_1_sec_6", + "pivot": [-68.525, 90.50393, 4.07107] + }, + { + "name": "arm_right_finger_1_sec_1", + "parent": "arm_right_hand", + "pivot": [-68.525, 76.575, 3], + "cubes": [ + {"origin": [-68.525, 76.575, 2], "size": [0, 5, 2], "uv": [28, 275]} + ] + }, + { + "name": "arm_right_finger_1_sec_2", + "parent": "arm_right_finger_1_sec_1", + "pivot": [-68.525, 81.575, 3], + "cubes": [ + {"origin": [-68.525, 81.575, 2], "size": [0, 5, 2], "uv": [32, 275]} + ] + }, + { + "name": "arm_right_finger_1_sec_3", + "parent": "arm_right_finger_1_sec_2", + "pivot": [-68.525, 86.575, 3], + "cubes": [ + {"origin": [-68.525, 86.575, 2], "size": [0, 5, 2], "uv": [36, 275]} + ] + }, + { + "name": "arm_right_finger_1_sec_15", + "parent": "arm_right_finger_1_sec_3", + "pivot": [-68.525, 91.575, 3] + }, + { + "name": "realhead", + "parent": "head", + "pivot": [0, 76, 3] + }, + { + "name": "head_quirk", + "parent": "realhead", + "pivot": [0, 76, 0] + }, + { + "name": "ball", + "parent": "head_quirk", + "pivot": [5.60026, 75.77733, 11.40213], + "cubes": [ + {"origin": [-6.89974, 74.77733, -3.99787], "size": [14, 14, 14], "uv": [0, 0]}, + {"origin": [-5.89974, 75.77733, -5.99787], "size": [12, 12, 2], "uv": [30, 84]}, + {"origin": [-5.89974, 89.77733, -3.99787], "size": [12, 12, 2], "pivot": [5.10026, 89.77733, -2.99787], "rotation": [-90, 0, 0], "uv": [58, 84]}, + {"origin": [-5.89974, 73.77733, -3.99787], "size": [12, 12, 2], "pivot": [5.10026, 73.77733, -2.99787], "rotation": [-90, 0, 0], "uv": [86, 84]}, + {"origin": [2.60026, 75.77733, 1.75213], "size": [12, 12, 2], "pivot": [8.10026, 82.27733, 2.75213], "rotation": [0, -90, 0], "uv": [30, 98]}, + {"origin": [-14.39974, 75.77733, 1.75213], "size": [12, 12, 2], "pivot": [-7.89974, 82.27733, 2.75213], "rotation": [0, 90, 0], "uv": [58, 98]}, + {"origin": [-5.89974, 75.77733, 10.00213], "size": [12, 12, 2], "uv": [86, 98]} + ] + }, + { + "name": "bone20", + "parent": "head_quirk", + "pivot": [0.10026, 82.27733, 15.00213], + "rotation": [0, -90, 0], + "cubes": [ + {"origin": [-3.39974, 77.77733, 15.00213], "size": [11, 9, 0], "uv": [186, 99]}, + {"origin": [-3.39974, 77.77733, 15.00213], "size": [11, 9, 0], "pivot": [0.10026, 82.27733, 15.00213], "rotation": [-90, 0, 0], "uv": [116, 186]} + ] + }, + { + "name": "bone22", + "parent": "head_quirk", + "pivot": [0.10026, 74.37733, -0.99787], + "rotation": [90, 52.5, 90], + "cubes": [ + {"origin": [-3.39974, 69.87733, -0.99787], "size": [13, 9, 0], "uv": [140, 126]}, + {"origin": [-3.39974, 69.87733, -0.99787], "size": [13, 9, 0], "pivot": [2.10026, 74.37733, -0.99787], "rotation": [90, 0, 0], "uv": [140, 135]} + ] + }, + { + "name": "bone21", + "parent": "head_quirk", + "pivot": [0.10026, 82.27733, -8.99787], + "rotation": [0, 90, 0], + "cubes": [ + {"origin": [-3.39974, 77.77733, -8.99787], "size": [11, 9, 0], "uv": [138, 186]}, + {"origin": [-3.39974, 77.77733, -8.99787], "size": [11, 9, 0], "inflate": 0.01, "pivot": [0.10026, 82.27733, -8.99787], "rotation": [90, 0, 0], "uv": [160, 186]} + ] + }, + { + "name": "bone6", + "parent": "head_quirk", + "pivot": [-5.13476, 85.77733, -1.99787], + "rotation": [0, 45, 0] + }, + { + "name": "bone7", + "parent": "bone6", + "pivot": [-5.13476, 85.77733, -1.99787], + "rotation": [55, 0, 0], + "cubes": [ + {"origin": [-9.63476, 85.77733, -1.99787], "size": [9, 13, 0], "uv": [18, 187]}, + {"origin": [-9.63476, 85.77733, -1.99787], "size": [9, 13, 0], "pivot": [-5.13476, 93.27733, -1.99787], "rotation": [0, 90, 0], "uv": [36, 187]} + ] + }, + { + "name": "bone4", + "parent": "head_quirk", + "pivot": [5.33527, 85.77733, -1.99787], + "rotation": [0, -45, 0] + }, + { + "name": "bone5", + "parent": "bone4", + "pivot": [5.33527, 85.77733, -1.99787], + "rotation": [55, 0, 0], + "cubes": [ + {"origin": [0.83527, 85.77733, -1.99787], "size": [9, 13, 0], "uv": [54, 187]}, + {"origin": [0.83527, 85.77733, -1.99787], "size": [9, 13, 0], "pivot": [5.33527, 93.27733, -1.99787], "rotation": [0, -90, 0], "uv": [72, 187]} + ] + }, + { + "name": "bone16", + "parent": "head_quirk", + "pivot": [-4.89974, 77.77733, -1.99787], + "rotation": [0, 45, 0] + }, + { + "name": "bone17", + "parent": "bone16", + "pivot": [-4.89974, 77.77733, -1.99787], + "rotation": [-55, 0, 0], + "cubes": [ + {"origin": [-9.39974, 64.77733, -1.99787], "size": [9, 13, 0], "uv": [90, 187]}, + {"origin": [-9.39974, 64.77733, -1.99787], "size": [9, 13, 0], "pivot": [-4.89974, 70.27733, -1.99787], "rotation": [0, 90, 0], "uv": [190, 108]} + ] + }, + { + "name": "bone18", + "parent": "head_quirk", + "pivot": [5.10026, 77.77733, -1.99787], + "rotation": [0, -45, 0] + }, + { + "name": "bone19", + "parent": "bone18", + "pivot": [5.10026, 77.77733, -1.99787], + "rotation": [-55, 0, 0], + "cubes": [ + {"origin": [0.60026, 64.77733, -1.99787], "size": [9, 13, 0], "uv": [0, 192]}, + {"origin": [0.60026, 64.77733, -1.99787], "size": [9, 13, 0], "pivot": [5.10026, 70.27733, -1.99787], "rotation": [0, -90, 0], "uv": [192, 121]} + ] + }, + { + "name": "bone12", + "parent": "head_quirk", + "pivot": [5.10026, 77.77733, 8.00213], + "rotation": [0, 45, 0] + }, + { + "name": "bone13", + "parent": "bone12", + "pivot": [5.10026, 77.77733, 8.00213], + "rotation": [55, 0, 0], + "cubes": [ + {"origin": [0.60026, 64.77733, 8.00213], "size": [9, 13, 0], "uv": [192, 134]}, + {"origin": [0.60026, 64.77733, 8.00213], "size": [9, 13, 0], "pivot": [5.10026, 70.27733, 8.00213], "rotation": [0, 90, 0], "uv": [192, 147]} + ] + }, + { + "name": "bone14", + "parent": "head_quirk", + "pivot": [-4.89974, 77.77733, 8.00213], + "rotation": [0, -45, 0] + }, + { + "name": "bone15", + "parent": "bone14", + "pivot": [-4.89974, 77.77733, 8.00213], + "rotation": [55, 0, 0], + "cubes": [ + {"origin": [-9.39974, 64.77733, 8.00213], "size": [9, 13, 0], "uv": [182, 192]}, + {"origin": [-9.39974, 64.77733, 8.00213], "size": [9, 13, 0], "pivot": [-4.89974, 70.27733, 8.00213], "rotation": [0, -90, 0], "uv": [194, 0]} + ] + }, + { + "name": "bone10", + "parent": "head_quirk", + "pivot": [-4.89974, 85.77733, 8.00213], + "rotation": [0, -45, 0] + }, + { + "name": "bone11", + "parent": "bone10", + "pivot": [-4.89974, 85.77733, 8.00213], + "rotation": [-55, 0, 0], + "cubes": [ + {"origin": [-9.39974, 85.77733, 8.00213], "size": [9, 13, 0], "uv": [194, 13]}, + {"origin": [-9.39974, 85.77733, 8.00213], "size": [9, 13, 0], "pivot": [-4.89974, 93.27733, 8.00213], "rotation": [0, -90, 0], "uv": [194, 26]} + ] + }, + { + "name": "bone8", + "parent": "head_quirk", + "pivot": [5.10026, 85.77733, 8.00213], + "rotation": [0, 45, 0] + }, + { + "name": "bone9", + "parent": "bone8", + "pivot": [5.10026, 85.77733, 8.00213], + "rotation": [-55, 0, 0], + "cubes": [ + {"origin": [0.60026, 85.77733, 8.00213], "size": [9, 13, 0], "uv": [194, 39]}, + {"origin": [0.60026, 85.77733, 8.00213], "size": [9, 13, 0], "pivot": [5.10026, 93.27733, 8.00213], "rotation": [0, 90, 0], "uv": [194, 52]} + ] + }, + { + "name": "bone", + "parent": "head_quirk", + "pivot": [0.10026, 97.27733, 3.00213], + "cubes": [ + {"origin": [-4.39974, 89.77733, 3.00213], "size": [9, 15, 0], "uv": [168, 99]}, + {"origin": [-4.39974, 89.77733, 3.00213], "size": [9, 15, 0], "pivot": [0.10026, 97.27733, 3.00213], "rotation": [0, -90, 0], "uv": [130, 171]} + ] + }, + { + "name": "bone3", + "parent": "head_quirk", + "pivot": [-15.89974, 82.27733, 3.00213], + "cubes": [ + {"origin": [-21.39974, 77.77733, 3.00213], "size": [13, 9, 0], "uv": [0, 141]}, + {"origin": [-21.39974, 77.77733, 3.00213], "size": [13, 9, 0], "pivot": [-15.89974, 82.27733, 3.00213], "rotation": [-90, 0, 0], "uv": [142, 84]} + ] + }, + { + "name": "bone2", + "parent": "head_quirk", + "pivot": [16.10026, 82.27733, 3.00213], + "cubes": [ + {"origin": [8.60026, 77.77733, 3.00213], "size": [13, 9, 0], "uv": [142, 93]}, + {"origin": [8.60026, 77.77733, 3.00213], "size": [13, 9, 0], "pivot": [16.10026, 82.27733, 3.00213], "rotation": [-90, 0, 0], "uv": [142, 102]} + ] + }, + { + "name": "head_blackening", + "parent": "realhead", + "pivot": [0, 76, 0] + }, + { + "name": "ball2", + "parent": "head_blackening", + "pivot": [5.60026, 75.77733, 11.40213], + "cubes": [ + {"origin": [-6.89974, 74.77733, -3.99787], "size": [14, 14, 14], "uv": [0, 28]}, + {"origin": [-5.89974, 75.77733, -5.99787], "size": [12, 12, 2], "uv": [0, 99]}, + {"origin": [-5.89974, 89.77733, -3.99787], "size": [12, 12, 2], "pivot": [5.10026, 89.77733, -2.99787], "rotation": [-90, 0, 0], "uv": [112, 0]}, + {"origin": [-5.89974, 73.77733, -3.99787], "size": [12, 12, 2], "pivot": [5.10026, 73.77733, -2.99787], "rotation": [-90, 0, 0], "uv": [112, 14]}, + {"origin": [2.60026, 75.77733, 1.75213], "size": [12, 12, 2], "pivot": [8.10026, 82.27733, 2.75213], "rotation": [0, -90, 0], "uv": [28, 112]}, + {"origin": [-14.39974, 75.77733, 1.75213], "size": [12, 12, 2], "pivot": [-7.89974, 82.27733, 2.75213], "rotation": [0, 90, 0], "uv": [112, 28]}, + {"origin": [-5.89974, 75.77733, 10.00213], "size": [12, 12, 2], "uv": [112, 42]} + ] + }, + { + "name": "bone23", + "parent": "head_blackening", + "pivot": [0.10026, 82.27733, 15.00213], + "rotation": [0, -90, 0], + "cubes": [ + {"origin": [-3.39974, 77.77733, 15.00213], "size": [11, 9, 0], "uv": [18, 200]}, + {"origin": [-3.39974, 77.77733, 15.00213], "size": [11, 9, 0], "pivot": [0.10026, 82.27733, 15.00213], "rotation": [-90, 0, 0], "uv": [40, 200]} + ] + }, + { + "name": "bone24", + "parent": "head_blackening", + "pivot": [0.10026, 74.37733, -0.99787], + "rotation": [90, 52.5, 90], + "cubes": [ + {"origin": [-3.39974, 69.87733, -0.99787], "size": [13, 9, 0], "uv": [140, 144]}, + {"origin": [-3.39974, 69.87733, -0.99787], "size": [13, 9, 0], "pivot": [2.10026, 74.37733, -0.99787], "rotation": [90, 0, 0], "uv": [0, 150]} + ] + }, + { + "name": "bone25", + "parent": "head_blackening", + "pivot": [0.10026, 82.27733, -8.99787], + "rotation": [0, 90, 0], + "cubes": [ + {"origin": [-3.39974, 77.77733, -8.99787], "size": [11, 9, 0], "uv": [62, 200]}, + {"origin": [-3.39974, 77.77733, -8.99787], "size": [11, 9, 0], "inflate": 0.01, "pivot": [0.10026, 82.27733, -8.99787], "rotation": [90, 0, 0], "uv": [84, 200]} + ] + }, + { + "name": "bone26", + "parent": "head_blackening", + "pivot": [-5.13476, 85.77733, -1.99787], + "rotation": [0, 45, 0] + }, + { + "name": "bone27", + "parent": "bone26", + "pivot": [-5.13476, 85.77733, -1.99787], + "rotation": [55, 0, 0], + "cubes": [ + {"origin": [-9.63476, 85.77733, -1.99787], "size": [9, 13, 0], "uv": [200, 192]}, + {"origin": [-9.63476, 85.77733, -1.99787], "size": [9, 13, 0], "pivot": [-5.13476, 93.27733, -1.99787], "rotation": [0, 90, 0], "uv": [202, 160]} + ] + }, + { + "name": "bone28", + "parent": "head_blackening", + "pivot": [5.33527, 85.77733, -1.99787], + "rotation": [0, -45, 0] + }, + { + "name": "bone29", + "parent": "bone28", + "pivot": [5.33527, 85.77733, -1.99787], + "rotation": [55, 0, 0], + "cubes": [ + {"origin": [0.83527, 85.77733, -1.99787], "size": [9, 13, 0], "uv": [202, 173]}, + {"origin": [0.83527, 85.77733, -1.99787], "size": [9, 13, 0], "pivot": [5.33527, 93.27733, -1.99787], "rotation": [0, -90, 0], "uv": [0, 205]} + ] + }, + { + "name": "bone30", + "parent": "head_blackening", + "pivot": [-4.89974, 77.77733, -1.99787], + "rotation": [0, 45, 0] + }, + { + "name": "bone31", + "parent": "bone30", + "pivot": [-4.89974, 77.77733, -1.99787], + "rotation": [-55, 0, 0], + "cubes": [ + {"origin": [-9.39974, 64.77733, -1.99787], "size": [9, 13, 0], "uv": [172, 205]}, + {"origin": [-9.39974, 64.77733, -1.99787], "size": [9, 13, 0], "pivot": [-4.89974, 70.27733, -1.99787], "rotation": [0, 90, 0], "uv": [190, 205]} + ] + }, + { + "name": "bone32", + "parent": "head_blackening", + "pivot": [5.10026, 77.77733, -1.99787], + "rotation": [0, -45, 0] + }, + { + "name": "bone33", + "parent": "bone32", + "pivot": [5.10026, 77.77733, -1.99787], + "rotation": [-55, 0, 0], + "cubes": [ + {"origin": [0.60026, 64.77733, -1.99787], "size": [9, 13, 0], "uv": [208, 95]}, + {"origin": [0.60026, 64.77733, -1.99787], "size": [9, 13, 0], "pivot": [5.10026, 70.27733, -1.99787], "rotation": [0, -90, 0], "uv": [208, 108]} + ] + }, + { + "name": "bone34", + "parent": "head_blackening", + "pivot": [5.10026, 77.77733, 8.00213], + "rotation": [0, 45, 0] + }, + { + "name": "bone35", + "parent": "bone34", + "pivot": [5.10026, 77.77733, 8.00213], + "rotation": [55, 0, 0], + "cubes": [ + {"origin": [0.60026, 64.77733, 8.00213], "size": [9, 13, 0], "uv": [208, 205]}, + {"origin": [0.60026, 64.77733, 8.00213], "size": [9, 13, 0], "pivot": [5.10026, 70.27733, 8.00213], "rotation": [0, 90, 0], "uv": [18, 209]} + ] + }, + { + "name": "bone36", + "parent": "head_blackening", + "pivot": [-4.89974, 77.77733, 8.00213], + "rotation": [0, -45, 0] + }, + { + "name": "bone37", + "parent": "bone36", + "pivot": [-4.89974, 77.77733, 8.00213], + "rotation": [55, 0, 0], + "cubes": [ + {"origin": [-9.39974, 64.77733, 8.00213], "size": [9, 13, 0], "uv": [36, 209]}, + {"origin": [-9.39974, 64.77733, 8.00213], "size": [9, 13, 0], "pivot": [-4.89974, 70.27733, 8.00213], "rotation": [0, -90, 0], "uv": [54, 209]} + ] + }, + { + "name": "bone38", + "parent": "head_blackening", + "pivot": [-4.89974, 85.77733, 8.00213], + "rotation": [0, -45, 0] + }, + { + "name": "bone39", + "parent": "bone38", + "pivot": [-4.89974, 85.77733, 8.00213], + "rotation": [-55, 0, 0], + "cubes": [ + {"origin": [-9.39974, 85.77733, 8.00213], "size": [9, 13, 0], "uv": [72, 209]}, + {"origin": [-9.39974, 85.77733, 8.00213], "size": [9, 13, 0], "pivot": [-4.89974, 93.27733, 8.00213], "rotation": [0, -90, 0], "uv": [90, 209]} + ] + }, + { + "name": "bone40", + "parent": "head_blackening", + "pivot": [5.10026, 85.77733, 8.00213], + "rotation": [0, 45, 0] + }, + { + "name": "bone41", + "parent": "bone40", + "pivot": [5.10026, 85.77733, 8.00213], + "rotation": [-55, 0, 0], + "cubes": [ + {"origin": [0.60026, 85.77733, 8.00213], "size": [9, 13, 0], "uv": [210, 65]}, + {"origin": [0.60026, 85.77733, 8.00213], "size": [9, 13, 0], "pivot": [5.10026, 93.27733, 8.00213], "rotation": [0, 90, 0], "uv": [210, 78]} + ] + }, + { + "name": "bone42", + "parent": "head_blackening", + "pivot": [0.10026, 97.27733, 3.00213], + "cubes": [ + {"origin": [-4.39974, 89.77733, 3.00213], "size": [9, 15, 0], "uv": [148, 171]}, + {"origin": [-4.39974, 89.77733, 3.00213], "size": [9, 15, 0], "pivot": [0.10026, 97.27733, 3.00213], "rotation": [0, -90, 0], "uv": [166, 171]} + ] + }, + { + "name": "bone43", + "parent": "head_blackening", + "pivot": [-15.89974, 82.27733, 3.00213], + "cubes": [ + {"origin": [-21.39974, 77.77733, 3.00213], "size": [13, 9, 0], "uv": [140, 153]}, + {"origin": [-21.39974, 77.77733, 3.00213], "size": [13, 9, 0], "pivot": [-15.89974, 82.27733, 3.00213], "rotation": [-90, 0, 0], "uv": [26, 154]} + ] + }, + { + "name": "bone44", + "parent": "head_blackening", + "pivot": [16.10026, 82.27733, 3.00213], + "cubes": [ + {"origin": [8.60026, 77.77733, 3.00213], "size": [13, 9, 0], "uv": [52, 154]}, + {"origin": [8.60026, 77.77733, 3.00213], "size": [13, 9, 0], "pivot": [16.10026, 82.27733, 3.00213], "rotation": [-90, 0, 0], "uv": [78, 154]} + ] + }, + { + "name": "head_blackening2", + "parent": "realhead", + "pivot": [0, 76, 0] + }, + { + "name": "ball3", + "parent": "head_blackening2", + "pivot": [5.60026, 75.77733, 11.40213], + "cubes": [ + {"origin": [-6.89974, 74.77733, -3.99787], "size": [14, 14, 14], "uv": [0, 56]}, + {"origin": [-5.89974, 75.77733, -5.99787], "size": [12, 12, 2], "uv": [56, 112]}, + {"origin": [-5.89974, 89.77733, -3.99787], "size": [12, 12, 2], "pivot": [5.10026, 89.77733, -2.99787], "rotation": [-90, 0, 0], "uv": [112, 56]}, + {"origin": [-5.89974, 73.77733, -3.99787], "size": [12, 12, 2], "pivot": [5.10026, 73.77733, -2.99787], "rotation": [-90, 0, 0], "uv": [112, 70]}, + {"origin": [2.60026, 75.77733, 1.75213], "size": [12, 12, 2], "pivot": [8.10026, 82.27733, 2.75213], "rotation": [0, -90, 0], "uv": [84, 112]}, + {"origin": [-14.39974, 75.77733, 1.75213], "size": [12, 12, 2], "pivot": [-7.89974, 82.27733, 2.75213], "rotation": [0, 90, 0], "uv": [112, 112]}, + {"origin": [-5.89974, 75.77733, 10.00213], "size": [12, 12, 2], "uv": [0, 113]} + ] + }, + { + "name": "bone45", + "parent": "head_blackening2", + "pivot": [0.10026, 82.27733, 15.00213], + "rotation": [0, -90, 0], + "cubes": [ + {"origin": [-3.39974, 77.77733, 15.00213], "size": [11, 9, 0], "uv": [108, 210]}, + {"origin": [-3.39974, 77.77733, 15.00213], "size": [11, 9, 0], "pivot": [0.10026, 82.27733, 15.00213], "rotation": [-90, 0, 0], "uv": [210, 121]} + ] + }, + { + "name": "bone46", + "parent": "head_blackening2", + "pivot": [0.10026, 74.37733, -0.99787], + "rotation": [90, 52.5, 90], + "cubes": [ + {"origin": [-3.39974, 69.87733, -0.99787], "size": [13, 9, 0], "uv": [104, 154]}, + {"origin": [-3.39974, 69.87733, -0.99787], "size": [13, 9, 0], "pivot": [2.10026, 74.37733, -0.99787], "rotation": [90, 0, 0], "uv": [0, 159]} + ] + }, + { + "name": "bone47", + "parent": "head_blackening2", + "pivot": [0.10026, 82.27733, -8.99787], + "rotation": [0, 90, 0], + "cubes": [ + {"origin": [-3.39974, 77.77733, -8.99787], "size": [11, 9, 0], "uv": [130, 210]}, + {"origin": [-3.39974, 77.77733, -8.99787], "size": [11, 9, 0], "inflate": 0.01, "pivot": [0.10026, 82.27733, -8.99787], "rotation": [90, 0, 0], "uv": [210, 130]} + ] + }, + { + "name": "bone48", + "parent": "head_blackening2", + "pivot": [-5.13476, 85.77733, -1.99787], + "rotation": [0, 45, 0] + }, + { + "name": "bone49", + "parent": "bone48", + "pivot": [-5.13476, 85.77733, -1.99787], + "rotation": [55, 0, 0], + "cubes": [ + {"origin": [-9.63476, 85.77733, -1.99787], "size": [9, 13, 0], "uv": [210, 139]}, + {"origin": [-9.63476, 85.77733, -1.99787], "size": [9, 13, 0], "pivot": [-5.13476, 93.27733, -1.99787], "rotation": [0, 90, 0], "uv": [152, 210]} + ] + }, + { + "name": "bone50", + "parent": "head_blackening2", + "pivot": [5.33527, 85.77733, -1.99787], + "rotation": [0, -45, 0] + }, + { + "name": "bone51", + "parent": "bone50", + "pivot": [5.33527, 85.77733, -1.99787], + "rotation": [55, 0, 0], + "cubes": [ + {"origin": [0.83527, 85.77733, -1.99787], "size": [9, 13, 0], "uv": [212, 0]}, + {"origin": [0.83527, 85.77733, -1.99787], "size": [9, 13, 0], "pivot": [5.33527, 93.27733, -1.99787], "rotation": [0, -90, 0], "uv": [212, 13]} + ] + }, + { + "name": "bone52", + "parent": "head_blackening2", + "pivot": [-4.89974, 77.77733, -1.99787], + "rotation": [0, 45, 0] + }, + { + "name": "bone53", + "parent": "bone52", + "pivot": [-4.89974, 77.77733, -1.99787], + "rotation": [-55, 0, 0], + "cubes": [ + {"origin": [-9.39974, 64.77733, -1.99787], "size": [9, 13, 0], "uv": [212, 26]}, + {"origin": [-9.39974, 64.77733, -1.99787], "size": [9, 13, 0], "pivot": [-4.89974, 70.27733, -1.99787], "rotation": [0, 90, 0], "uv": [212, 39]} + ] + }, + { + "name": "bone54", + "parent": "head_blackening2", + "pivot": [5.10026, 77.77733, -1.99787], + "rotation": [0, -45, 0] + }, + { + "name": "bone55", + "parent": "bone54", + "pivot": [5.10026, 77.77733, -1.99787], + "rotation": [-55, 0, 0], + "cubes": [ + {"origin": [0.60026, 64.77733, -1.99787], "size": [9, 13, 0], "uv": [212, 52]}, + {"origin": [0.60026, 64.77733, -1.99787], "size": [9, 13, 0], "pivot": [5.10026, 70.27733, -1.99787], "rotation": [0, -90, 0], "uv": [0, 218]} + ] + }, + { + "name": "bone56", + "parent": "head_blackening2", + "pivot": [5.10026, 77.77733, 8.00213], + "rotation": [0, 45, 0] + }, + { + "name": "bone57", + "parent": "bone56", + "pivot": [5.10026, 77.77733, 8.00213], + "rotation": [55, 0, 0], + "cubes": [ + {"origin": [0.60026, 64.77733, 8.00213], "size": [9, 13, 0], "uv": [170, 218]}, + {"origin": [0.60026, 64.77733, 8.00213], "size": [9, 13, 0], "pivot": [5.10026, 70.27733, 8.00213], "rotation": [0, 90, 0], "uv": [218, 186]} + ] + }, + { + "name": "bone58", + "parent": "head_blackening2", + "pivot": [-4.89974, 77.77733, 8.00213], + "rotation": [0, -45, 0] + }, + { + "name": "bone59", + "parent": "bone58", + "pivot": [-4.89974, 77.77733, 8.00213], + "rotation": [55, 0, 0], + "cubes": [ + {"origin": [-9.39974, 64.77733, 8.00213], "size": [9, 13, 0], "uv": [188, 218]}, + {"origin": [-9.39974, 64.77733, 8.00213], "size": [9, 13, 0], "pivot": [-4.89974, 70.27733, 8.00213], "rotation": [0, -90, 0], "uv": [206, 218]} + ] + }, + { + "name": "bone60", + "parent": "head_blackening2", + "pivot": [-4.89974, 85.77733, 8.00213], + "rotation": [0, -45, 0] + }, + { + "name": "bone61", + "parent": "bone60", + "pivot": [-4.89974, 85.77733, 8.00213], + "rotation": [-55, 0, 0], + "cubes": [ + {"origin": [-9.39974, 85.77733, 8.00213], "size": [9, 13, 0], "uv": [108, 219]}, + {"origin": [-9.39974, 85.77733, 8.00213], "size": [9, 13, 0], "pivot": [-4.89974, 93.27733, 8.00213], "rotation": [0, -90, 0], "uv": [126, 219]} + ] + }, + { + "name": "bone62", + "parent": "head_blackening2", + "pivot": [5.10026, 85.77733, 8.00213], + "rotation": [0, 45, 0] + }, + { + "name": "bone63", + "parent": "bone62", + "pivot": [5.10026, 85.77733, 8.00213], + "rotation": [-55, 0, 0], + "cubes": [ + {"origin": [0.60026, 85.77733, 8.00213], "size": [9, 13, 0], "uv": [220, 152]}, + {"origin": [0.60026, 85.77733, 8.00213], "size": [9, 13, 0], "pivot": [5.10026, 93.27733, 8.00213], "rotation": [0, 90, 0], "uv": [220, 165]} + ] + }, + { + "name": "bone64", + "parent": "head_blackening2", + "pivot": [0.10026, 97.27733, 3.00213], + "cubes": [ + {"origin": [-4.39974, 89.77733, 3.00213], "size": [9, 15, 0], "uv": [26, 172]}, + {"origin": [-4.39974, 89.77733, 3.00213], "size": [9, 15, 0], "pivot": [0.10026, 97.27733, 3.00213], "rotation": [0, -90, 0], "uv": [44, 172]} + ] + }, + { + "name": "bone65", + "parent": "head_blackening2", + "pivot": [-15.89974, 82.27733, 3.00213], + "cubes": [ + {"origin": [-21.39974, 77.77733, 3.00213], "size": [13, 9, 0], "uv": [130, 162]}, + {"origin": [-21.39974, 77.77733, 3.00213], "size": [13, 9, 0], "pivot": [-15.89974, 82.27733, 3.00213], "rotation": [-90, 0, 0], "uv": [156, 162]} + ] + }, + { + "name": "bone66", + "parent": "head_blackening2", + "pivot": [16.10026, 82.27733, 3.00213], + "cubes": [ + {"origin": [8.60026, 77.77733, 3.00213], "size": [13, 9, 0], "uv": [26, 163]}, + {"origin": [8.60026, 77.77733, 3.00213], "size": [13, 9, 0], "pivot": [16.10026, 82.27733, 3.00213], "rotation": [-90, 0, 0], "uv": [52, 163]} + ] + }, + { + "name": "head_blackening3", + "parent": "realhead", + "pivot": [0, 76, 0] + }, + { + "name": "ball4", + "parent": "head_blackening3", + "pivot": [5.60026, 75.77733, 11.40213], + "cubes": [ + {"origin": [-6.89974, 74.77733, -3.99787], "size": [14, 14, 14], "uv": [56, 0]}, + {"origin": [-5.89974, 75.77733, -5.99787], "size": [12, 12, 2], "uv": [114, 84]}, + {"origin": [-5.89974, 89.77733, -3.99787], "size": [12, 12, 2], "pivot": [5.10026, 89.77733, -2.99787], "rotation": [-90, 0, 0], "uv": [114, 98]}, + {"origin": [-5.89974, 73.77733, -3.99787], "size": [12, 12, 2], "pivot": [5.10026, 73.77733, -2.99787], "rotation": [-90, 0, 0], "uv": [28, 126]}, + {"origin": [2.60026, 75.77733, 1.75213], "size": [12, 12, 2], "pivot": [8.10026, 82.27733, 2.75213], "rotation": [0, -90, 0], "uv": [56, 126]}, + {"origin": [-14.39974, 75.77733, 1.75213], "size": [12, 12, 2], "pivot": [-7.89974, 82.27733, 2.75213], "rotation": [0, 90, 0], "uv": [84, 126]}, + {"origin": [-5.89974, 75.77733, 10.00213], "size": [12, 12, 2], "uv": [112, 126]} + ] + }, + { + "name": "bone67", + "parent": "head_blackening3", + "pivot": [0.10026, 82.27733, 15.00213], + "rotation": [0, -90, 0], + "cubes": [ + {"origin": [-3.39974, 77.77733, 15.00213], "size": [11, 9, 0], "uv": [18, 222]}, + {"origin": [-3.39974, 77.77733, 15.00213], "size": [11, 9, 0], "pivot": [0.10026, 82.27733, 15.00213], "rotation": [-90, 0, 0], "uv": [40, 222]} + ] + }, + { + "name": "bone68", + "parent": "head_blackening3", + "pivot": [0.10026, 74.37733, -0.99787], + "rotation": [90, 52.5, 90], + "cubes": [ + {"origin": [-3.39974, 69.87733, -0.99787], "size": [13, 9, 0], "uv": [78, 163]}, + {"origin": [-3.39974, 69.87733, -0.99787], "size": [13, 9, 0], "pivot": [2.10026, 74.37733, -0.99787], "rotation": [90, 0, 0], "uv": [104, 163]} + ] + }, + { + "name": "bone69", + "parent": "head_blackening3", + "pivot": [0.10026, 82.27733, -8.99787], + "rotation": [0, 90, 0], + "cubes": [ + {"origin": [-3.39974, 77.77733, -8.99787], "size": [11, 9, 0], "uv": [62, 222]}, + {"origin": [-3.39974, 77.77733, -8.99787], "size": [11, 9, 0], "inflate": 0.01, "pivot": [0.10026, 82.27733, -8.99787], "rotation": [90, 0, 0], "uv": [84, 222]} + ] + }, + { + "name": "bone70", + "parent": "head_blackening3", + "pivot": [-5.13476, 85.77733, -1.99787], + "rotation": [0, 45, 0] + }, + { + "name": "bone71", + "parent": "bone70", + "pivot": [-5.13476, 85.77733, -1.99787], + "rotation": [55, 0, 0], + "cubes": [ + {"origin": [-9.63476, 85.77733, -1.99787], "size": [9, 13, 0], "uv": [144, 223]}, + {"origin": [-9.63476, 85.77733, -1.99787], "size": [9, 13, 0], "pivot": [-5.13476, 93.27733, -1.99787], "rotation": [0, 90, 0], "uv": [224, 218]} + ] + }, + { + "name": "bone72", + "parent": "head_blackening3", + "pivot": [5.33527, 85.77733, -1.99787], + "rotation": [0, -45, 0] + }, + { + "name": "bone73", + "parent": "bone72", + "pivot": [5.33527, 85.77733, -1.99787], + "rotation": [55, 0, 0], + "cubes": [ + {"origin": [0.83527, 85.77733, -1.99787], "size": [9, 13, 0], "uv": [226, 91]}, + {"origin": [0.83527, 85.77733, -1.99787], "size": [9, 13, 0], "pivot": [5.33527, 93.27733, -1.99787], "rotation": [0, -90, 0], "uv": [226, 104]} + ] + }, + { + "name": "bone74", + "parent": "head_blackening3", + "pivot": [-4.89974, 77.77733, -1.99787], + "rotation": [0, 45, 0] + }, + { + "name": "bone75", + "parent": "bone74", + "pivot": [-4.89974, 77.77733, -1.99787], + "rotation": [-55, 0, 0], + "cubes": [ + {"origin": [-9.39974, 64.77733, -1.99787], "size": [9, 13, 0], "uv": [226, 199]}, + {"origin": [-9.39974, 64.77733, -1.99787], "size": [9, 13, 0], "pivot": [-4.89974, 70.27733, -1.99787], "rotation": [0, 90, 0], "uv": [228, 65]} + ] + }, + { + "name": "bone76", + "parent": "head_blackening3", + "pivot": [5.10026, 77.77733, -1.99787], + "rotation": [0, -45, 0] + }, + { + "name": "bone77", + "parent": "bone76", + "pivot": [5.10026, 77.77733, -1.99787], + "rotation": [-55, 0, 0], + "cubes": [ + {"origin": [0.60026, 64.77733, -1.99787], "size": [9, 13, 0], "uv": [228, 78]}, + {"origin": [0.60026, 64.77733, -1.99787], "size": [9, 13, 0], "pivot": [5.10026, 70.27733, -1.99787], "rotation": [0, -90, 0], "uv": [228, 139]} + ] + }, + { + "name": "bone78", + "parent": "head_blackening3", + "pivot": [5.10026, 77.77733, 8.00213], + "rotation": [0, 45, 0] + }, + { + "name": "bone79", + "parent": "bone78", + "pivot": [5.10026, 77.77733, 8.00213], + "rotation": [55, 0, 0], + "cubes": [ + {"origin": [0.60026, 64.77733, 8.00213], "size": [9, 13, 0], "uv": [230, 0]}, + {"origin": [0.60026, 64.77733, 8.00213], "size": [9, 13, 0], "pivot": [5.10026, 70.27733, 8.00213], "rotation": [0, 90, 0], "uv": [230, 13]} + ] + }, + { + "name": "bone80", + "parent": "head_blackening3", + "pivot": [-4.89974, 77.77733, 8.00213], + "rotation": [0, -45, 0] + }, + { + "name": "bone81", + "parent": "bone80", + "pivot": [-4.89974, 77.77733, 8.00213], + "rotation": [55, 0, 0], + "cubes": [ + {"origin": [-9.39974, 64.77733, 8.00213], "size": [9, 13, 0], "uv": [230, 26]}, + {"origin": [-9.39974, 64.77733, 8.00213], "size": [9, 13, 0], "pivot": [-4.89974, 70.27733, 8.00213], "rotation": [0, -90, 0], "uv": [230, 39]} + ] + }, + { + "name": "bone82", + "parent": "head_blackening3", + "pivot": [-4.89974, 85.77733, 8.00213], + "rotation": [0, -45, 0] + }, + { + "name": "bone83", + "parent": "bone82", + "pivot": [-4.89974, 85.77733, 8.00213], + "rotation": [-55, 0, 0], + "cubes": [ + {"origin": [-9.39974, 85.77733, 8.00213], "size": [9, 13, 0], "uv": [230, 52]}, + {"origin": [-9.39974, 85.77733, 8.00213], "size": [9, 13, 0], "pivot": [-4.89974, 93.27733, 8.00213], "rotation": [0, -90, 0], "uv": [0, 231]} + ] + }, + { + "name": "bone84", + "parent": "head_blackening3", + "pivot": [5.10026, 85.77733, 8.00213], + "rotation": [0, 45, 0] + }, + { + "name": "bone85", + "parent": "bone84", + "pivot": [5.10026, 85.77733, 8.00213], + "rotation": [-55, 0, 0], + "cubes": [ + {"origin": [0.60026, 85.77733, 8.00213], "size": [9, 13, 0], "uv": [18, 231]}, + {"origin": [0.60026, 85.77733, 8.00213], "size": [9, 13, 0], "pivot": [5.10026, 93.27733, 8.00213], "rotation": [0, 90, 0], "uv": [36, 231]} + ] + }, + { + "name": "bone86", + "parent": "head_blackening3", + "pivot": [0.10026, 97.27733, 3.00213], + "cubes": [ + {"origin": [-4.39974, 89.77733, 3.00213], "size": [9, 15, 0], "uv": [62, 172]}, + {"origin": [-4.39974, 89.77733, 3.00213], "size": [9, 15, 0], "pivot": [0.10026, 97.27733, 3.00213], "rotation": [0, -90, 0], "uv": [80, 172]} + ] + }, + { + "name": "bone87", + "parent": "head_blackening3", + "pivot": [-15.89974, 82.27733, 3.00213], + "cubes": [ + {"origin": [-21.39974, 77.77733, 3.00213], "size": [13, 9, 0], "uv": [166, 126]}, + {"origin": [-21.39974, 77.77733, 3.00213], "size": [13, 9, 0], "pivot": [-15.89974, 82.27733, 3.00213], "rotation": [-90, 0, 0], "uv": [166, 135]} + ] + }, + { + "name": "bone88", + "parent": "head_blackening3", + "pivot": [16.10026, 82.27733, 3.00213], + "cubes": [ + {"origin": [8.60026, 77.77733, 3.00213], "size": [13, 9, 0], "uv": [166, 144]}, + {"origin": [8.60026, 77.77733, 3.00213], "size": [13, 9, 0], "pivot": [16.10026, 82.27733, 3.00213], "rotation": [-90, 0, 0], "uv": [166, 153]} + ] + }, + { + "name": "head_glowup", + "parent": "realhead", + "pivot": [0, 76, 0] + }, + { + "name": "ball5", + "parent": "head_glowup", + "pivot": [5.60026, 75.77733, 11.40213], + "cubes": [ + {"origin": [-6.89974, 74.77733, -3.99787], "size": [14, 14, 14], "uv": [56, 28]}, + {"origin": [-5.89974, 75.77733, -5.99787], "size": [12, 12, 2], "uv": [0, 127]}, + {"origin": [-5.89974, 89.77733, -3.99787], "size": [12, 12, 2], "pivot": [5.10026, 89.77733, -2.99787], "rotation": [-90, 0, 0], "uv": [140, 0]}, + {"origin": [-5.89974, 73.77733, -3.99787], "size": [12, 12, 2], "pivot": [5.10026, 73.77733, -2.99787], "rotation": [-90, 0, 0], "uv": [140, 14]}, + {"origin": [2.60026, 75.77733, 1.75213], "size": [12, 12, 2], "pivot": [8.10026, 82.27733, 2.75213], "rotation": [0, -90, 0], "uv": [28, 140]}, + {"origin": [-14.39974, 75.77733, 1.75213], "size": [12, 12, 2], "pivot": [-7.89974, 82.27733, 2.75213], "rotation": [0, 90, 0], "uv": [140, 28]}, + {"origin": [-5.89974, 75.77733, 10.00213], "size": [12, 12, 2], "uv": [140, 42]} + ] + }, + { + "name": "bone89", + "parent": "head_glowup", + "pivot": [0.10026, 82.27733, 15.00213], + "rotation": [0, -90, 0], + "cubes": [ + {"origin": [-3.39974, 77.77733, 15.00213], "size": [11, 9, 0], "uv": [54, 231]}, + {"origin": [-3.39974, 77.77733, 15.00213], "size": [11, 9, 0], "pivot": [0.10026, 82.27733, 15.00213], "rotation": [-90, 0, 0], "uv": [76, 231]} + ] + }, + { + "name": "bone90", + "parent": "head_glowup", + "pivot": [0.10026, 74.37733, -0.99787], + "rotation": [90, 52.5, 90], + "cubes": [ + {"origin": [-3.39974, 69.87733, -0.99787], "size": [13, 9, 0], "uv": [0, 168]}, + {"origin": [-3.39974, 69.87733, -0.99787], "size": [13, 9, 0], "pivot": [2.10026, 74.37733, -0.99787], "rotation": [90, 0, 0], "uv": [168, 0]} + ] + }, + { + "name": "bone91", + "parent": "head_glowup", + "pivot": [0.10026, 82.27733, -8.99787], + "rotation": [0, 90, 0], + "cubes": [ + {"origin": [-3.39974, 77.77733, -8.99787], "size": [11, 9, 0], "uv": [162, 231]}, + {"origin": [-3.39974, 77.77733, -8.99787], "size": [11, 9, 0], "inflate": 0.01, "pivot": [0.10026, 82.27733, -8.99787], "rotation": [90, 0, 0], "uv": [184, 231]} + ] + }, + { + "name": "bone92", + "parent": "head_glowup", + "pivot": [-5.13476, 85.77733, -1.99787], + "rotation": [0, 45, 0] + }, + { + "name": "bone93", + "parent": "bone92", + "pivot": [-5.13476, 85.77733, -1.99787], + "rotation": [55, 0, 0], + "cubes": [ + {"origin": [-9.63476, 85.77733, -1.99787], "size": [9, 13, 0], "uv": [206, 231]}, + {"origin": [-9.63476, 85.77733, -1.99787], "size": [9, 13, 0], "pivot": [-5.13476, 93.27733, -1.99787], "rotation": [0, 90, 0], "uv": [224, 231]} + ] + }, + { + "name": "bone94", + "parent": "head_glowup", + "pivot": [5.33527, 85.77733, -1.99787], + "rotation": [0, -45, 0] + }, + { + "name": "bone95", + "parent": "bone94", + "pivot": [5.33527, 85.77733, -1.99787], + "rotation": [55, 0, 0], + "cubes": [ + {"origin": [0.83527, 85.77733, -1.99787], "size": [9, 13, 0], "uv": [98, 232]}, + {"origin": [0.83527, 85.77733, -1.99787], "size": [9, 13, 0], "pivot": [5.33527, 93.27733, -1.99787], "rotation": [0, -90, 0], "uv": [116, 232]} + ] + }, + { + "name": "bone96", + "parent": "head_glowup", + "pivot": [-4.89974, 77.77733, -1.99787], + "rotation": [0, 45, 0] + }, + { + "name": "bone97", + "parent": "bone96", + "pivot": [-4.89974, 77.77733, -1.99787], + "rotation": [-55, 0, 0], + "cubes": [ + {"origin": [-9.39974, 64.77733, -1.99787], "size": [9, 13, 0], "uv": [232, 117]}, + {"origin": [-9.39974, 64.77733, -1.99787], "size": [9, 13, 0], "pivot": [-4.89974, 70.27733, -1.99787], "rotation": [0, 90, 0], "uv": [134, 236]} + ] + }, + { + "name": "bone98", + "parent": "head_glowup", + "pivot": [5.10026, 77.77733, -1.99787], + "rotation": [0, -45, 0] + }, + { + "name": "bone99", + "parent": "bone98", + "pivot": [5.10026, 77.77733, -1.99787], + "rotation": [-55, 0, 0], + "cubes": [ + {"origin": [0.60026, 64.77733, -1.99787], "size": [9, 13, 0], "uv": [236, 178]}, + {"origin": [0.60026, 64.77733, -1.99787], "size": [9, 13, 0], "pivot": [5.10026, 70.27733, -1.99787], "rotation": [0, -90, 0], "uv": [238, 152]} + ] + }, + { + "name": "bone100", + "parent": "head_glowup", + "pivot": [5.10026, 77.77733, 8.00213], + "rotation": [0, 45, 0] + }, + { + "name": "bone101", + "parent": "bone100", + "pivot": [5.10026, 77.77733, 8.00213], + "rotation": [55, 0, 0], + "cubes": [ + {"origin": [0.60026, 64.77733, 8.00213], "size": [9, 13, 0], "uv": [238, 165]}, + {"origin": [0.60026, 64.77733, 8.00213], "size": [9, 13, 0], "pivot": [5.10026, 70.27733, 8.00213], "rotation": [0, 90, 0], "uv": [54, 240]} + ] + }, + { + "name": "bone102", + "parent": "head_glowup", + "pivot": [-4.89974, 77.77733, 8.00213], + "rotation": [0, -45, 0] + }, + { + "name": "bone103", + "parent": "bone102", + "pivot": [-4.89974, 77.77733, 8.00213], + "rotation": [55, 0, 0], + "cubes": [ + {"origin": [-9.39974, 64.77733, 8.00213], "size": [9, 13, 0], "uv": [72, 240]}, + {"origin": [-9.39974, 64.77733, 8.00213], "size": [9, 13, 0], "pivot": [-4.89974, 70.27733, 8.00213], "rotation": [0, -90, 0], "uv": [152, 240]} + ] + }, + { + "name": "bone104", + "parent": "head_glowup", + "pivot": [-4.89974, 85.77733, 8.00213], + "rotation": [0, -45, 0] + }, + { + "name": "bone105", + "parent": "bone104", + "pivot": [-4.89974, 85.77733, 8.00213], + "rotation": [-55, 0, 0], + "cubes": [ + {"origin": [-9.39974, 85.77733, 8.00213], "size": [9, 13, 0], "uv": [170, 240]}, + {"origin": [-9.39974, 85.77733, 8.00213], "size": [9, 13, 0], "pivot": [-4.89974, 93.27733, 8.00213], "rotation": [0, -90, 0], "uv": [188, 240]} + ] + }, + { + "name": "bone106", + "parent": "head_glowup", + "pivot": [5.10026, 85.77733, 8.00213], + "rotation": [0, 45, 0] + }, + { + "name": "bone107", + "parent": "bone106", + "pivot": [5.10026, 85.77733, 8.00213], + "rotation": [-55, 0, 0], + "cubes": [ + {"origin": [0.60026, 85.77733, 8.00213], "size": [9, 13, 0], "uv": [242, 212]}, + {"origin": [0.60026, 85.77733, 8.00213], "size": [9, 13, 0], "pivot": [5.10026, 93.27733, 8.00213], "rotation": [0, 90, 0], "uv": [242, 225]} + ] + }, + { + "name": "bone108", + "parent": "head_glowup", + "pivot": [0.10026, 97.27733, 3.00213], + "cubes": [ + {"origin": [-4.39974, 89.77733, 3.00213], "size": [9, 15, 0], "uv": [98, 172]}, + {"origin": [-4.39974, 89.77733, 3.00213], "size": [9, 15, 0], "pivot": [0.10026, 97.27733, 3.00213], "rotation": [0, -90, 0], "uv": [0, 177]} + ] + }, + { + "name": "bone109", + "parent": "head_glowup", + "pivot": [-15.89974, 82.27733, 3.00213], + "cubes": [ + {"origin": [-21.39974, 77.77733, 3.00213], "size": [13, 9, 0], "uv": [168, 9]}, + {"origin": [-21.39974, 77.77733, 3.00213], "size": [13, 9, 0], "pivot": [-15.89974, 82.27733, 3.00213], "rotation": [-90, 0, 0], "uv": [168, 18]} + ] + }, + { + "name": "bone110", + "parent": "head_glowup", + "pivot": [16.10026, 82.27733, 3.00213], + "cubes": [ + {"origin": [8.60026, 77.77733, 3.00213], "size": [13, 9, 0], "uv": [168, 27]}, + {"origin": [8.60026, 77.77733, 3.00213], "size": [13, 9, 0], "pivot": [16.10026, 82.27733, 3.00213], "rotation": [-90, 0, 0], "uv": [168, 36]} + ] + }, + { + "name": "head_glowup2", + "parent": "realhead", + "pivot": [0, 76, 0] + }, + { + "name": "ball6", + "parent": "head_glowup2", + "pivot": [5.60026, 75.77733, 11.40213], + "cubes": [ + {"origin": [-6.89974, 74.77733, -3.99787], "size": [14, 14, 14], "uv": [56, 56]}, + {"origin": [-5.89974, 75.77733, -5.99787], "size": [12, 12, 2], "uv": [56, 140]}, + {"origin": [-5.89974, 89.77733, -3.99787], "size": [12, 12, 2], "pivot": [5.10026, 89.77733, -2.99787], "rotation": [-90, 0, 0], "uv": [140, 56]}, + {"origin": [-5.89974, 73.77733, -3.99787], "size": [12, 12, 2], "pivot": [5.10026, 73.77733, -2.99787], "rotation": [-90, 0, 0], "uv": [140, 70]}, + {"origin": [2.60026, 75.77733, 1.75213], "size": [12, 12, 2], "pivot": [8.10026, 82.27733, 2.75213], "rotation": [0, -90, 0], "uv": [84, 140]}, + {"origin": [-14.39974, 75.77733, 1.75213], "size": [12, 12, 2], "pivot": [-7.89974, 82.27733, 2.75213], "rotation": [0, 90, 0], "uv": [112, 140]}, + {"origin": [-5.89974, 75.77733, 10.00213], "size": [12, 12, 2], "uv": [140, 112]} + ] + }, + { + "name": "bone111", + "parent": "head_glowup2", + "pivot": [0.10026, 82.27733, 15.00213], + "rotation": [0, -90, 0], + "cubes": [ + {"origin": [-3.39974, 77.77733, 15.00213], "size": [11, 9, 0], "uv": [232, 130]}, + {"origin": [-3.39974, 77.77733, 15.00213], "size": [11, 9, 0], "pivot": [0.10026, 82.27733, 15.00213], "rotation": [-90, 0, 0], "uv": [242, 238]} + ] + }, + { + "name": "bone112", + "parent": "head_glowup2", + "pivot": [0.10026, 74.37733, -0.99787], + "rotation": [90, 52.5, 90], + "cubes": [ + {"origin": [-3.39974, 69.87733, -0.99787], "size": [13, 9, 0], "uv": [168, 45]}, + {"origin": [-3.39974, 69.87733, -0.99787], "size": [13, 9, 0], "pivot": [2.10026, 74.37733, -0.99787], "rotation": [90, 0, 0], "uv": [168, 54]} + ] + }, + { + "name": "bone113", + "parent": "head_glowup2", + "pivot": [0.10026, 82.27733, -8.99787], + "rotation": [0, 90, 0], + "cubes": [ + {"origin": [-3.39974, 77.77733, -8.99787], "size": [11, 9, 0], "uv": [0, 244]}, + {"origin": [-3.39974, 77.77733, -8.99787], "size": [11, 9, 0], "inflate": 0.01, "pivot": [0.10026, 82.27733, -8.99787], "rotation": [90, 0, 0], "uv": [22, 244]} + ] + }, + { + "name": "bone114", + "parent": "head_glowup2", + "pivot": [-5.13476, 85.77733, -1.99787], + "rotation": [0, 45, 0] + }, + { + "name": "bone115", + "parent": "bone114", + "pivot": [-5.13476, 85.77733, -1.99787], + "rotation": [55, 0, 0], + "cubes": [ + {"origin": [-9.63476, 85.77733, -1.99787], "size": [9, 13, 0], "uv": [244, 91]}, + {"origin": [-9.63476, 85.77733, -1.99787], "size": [9, 13, 0], "pivot": [-5.13476, 93.27733, -1.99787], "rotation": [0, 90, 0], "uv": [244, 104]} + ] + }, + { + "name": "bone116", + "parent": "head_glowup2", + "pivot": [5.33527, 85.77733, -1.99787], + "rotation": [0, -45, 0] + }, + { + "name": "bone117", + "parent": "bone116", + "pivot": [5.33527, 85.77733, -1.99787], + "rotation": [55, 0, 0], + "cubes": [ + {"origin": [0.83527, 85.77733, -1.99787], "size": [9, 13, 0], "uv": [244, 191]}, + {"origin": [0.83527, 85.77733, -1.99787], "size": [9, 13, 0], "pivot": [5.33527, 93.27733, -1.99787], "rotation": [0, -90, 0], "uv": [206, 244]} + ] + }, + { + "name": "bone118", + "parent": "head_glowup2", + "pivot": [-4.89974, 77.77733, -1.99787], + "rotation": [0, 45, 0] + }, + { + "name": "bone119", + "parent": "bone118", + "pivot": [-4.89974, 77.77733, -1.99787], + "rotation": [-55, 0, 0], + "cubes": [ + {"origin": [-9.39974, 64.77733, -1.99787], "size": [9, 13, 0], "uv": [224, 244]}, + {"origin": [-9.39974, 64.77733, -1.99787], "size": [9, 13, 0], "pivot": [-4.89974, 70.27733, -1.99787], "rotation": [0, 90, 0], "uv": [90, 245]} + ] + }, + { + "name": "bone120", + "parent": "head_glowup2", + "pivot": [5.10026, 77.77733, -1.99787], + "rotation": [0, -45, 0] + }, + { + "name": "bone121", + "parent": "bone120", + "pivot": [5.10026, 77.77733, -1.99787], + "rotation": [-55, 0, 0], + "cubes": [ + {"origin": [0.60026, 64.77733, -1.99787], "size": [9, 13, 0], "uv": [108, 245]}, + {"origin": [0.60026, 64.77733, -1.99787], "size": [9, 13, 0], "pivot": [5.10026, 70.27733, -1.99787], "rotation": [0, -90, 0], "uv": [246, 65]} + ] + }, + { + "name": "bone122", + "parent": "head_glowup2", + "pivot": [5.10026, 77.77733, 8.00213], + "rotation": [0, 45, 0] + }, + { + "name": "bone123", + "parent": "bone122", + "pivot": [5.10026, 77.77733, 8.00213], + "rotation": [55, 0, 0], + "cubes": [ + {"origin": [0.60026, 64.77733, 8.00213], "size": [9, 13, 0], "uv": [246, 78]}, + {"origin": [0.60026, 64.77733, 8.00213], "size": [9, 13, 0], "pivot": [5.10026, 70.27733, 8.00213], "rotation": [0, 90, 0], "uv": [246, 139]} + ] + }, + { + "name": "bone124", + "parent": "head_glowup2", + "pivot": [-4.89974, 77.77733, 8.00213], + "rotation": [0, -45, 0] + }, + { + "name": "bone125", + "parent": "bone124", + "pivot": [-4.89974, 77.77733, 8.00213], + "rotation": [55, 0, 0], + "cubes": [ + {"origin": [-9.39974, 64.77733, 8.00213], "size": [9, 13, 0], "uv": [242, 247]}, + {"origin": [-9.39974, 64.77733, 8.00213], "size": [9, 13, 0], "pivot": [-4.89974, 70.27733, 8.00213], "rotation": [0, -90, 0], "uv": [248, 0]} + ] + }, + { + "name": "bone126", + "parent": "head_glowup2", + "pivot": [-4.89974, 85.77733, 8.00213], + "rotation": [0, -45, 0] + }, + { + "name": "bone127", + "parent": "bone126", + "pivot": [-4.89974, 85.77733, 8.00213], + "rotation": [-55, 0, 0], + "cubes": [ + {"origin": [-9.39974, 85.77733, 8.00213], "size": [9, 13, 0], "uv": [248, 13]}, + {"origin": [-9.39974, 85.77733, 8.00213], "size": [9, 13, 0], "pivot": [-4.89974, 93.27733, 8.00213], "rotation": [0, -90, 0], "uv": [248, 26]} + ] + }, + { + "name": "bone128", + "parent": "head_glowup2", + "pivot": [5.10026, 85.77733, 8.00213], + "rotation": [0, 45, 0] + }, + { + "name": "bone129", + "parent": "bone128", + "pivot": [5.10026, 85.77733, 8.00213], + "rotation": [-55, 0, 0], + "cubes": [ + {"origin": [0.60026, 85.77733, 8.00213], "size": [9, 13, 0], "uv": [248, 39]}, + {"origin": [0.60026, 85.77733, 8.00213], "size": [9, 13, 0], "pivot": [5.10026, 93.27733, 8.00213], "rotation": [0, 90, 0], "uv": [248, 52]} + ] + }, + { + "name": "bone130", + "parent": "head_glowup2", + "pivot": [0.10026, 97.27733, 3.00213], + "cubes": [ + {"origin": [-4.39974, 89.77733, 3.00213], "size": [9, 15, 0], "uv": [184, 162]}, + {"origin": [-4.39974, 89.77733, 3.00213], "size": [9, 15, 0], "pivot": [0.10026, 97.27733, 3.00213], "rotation": [0, -90, 0], "uv": [184, 177]} + ] + }, + { + "name": "bone131", + "parent": "head_glowup2", + "pivot": [-15.89974, 82.27733, 3.00213], + "cubes": [ + {"origin": [-21.39974, 77.77733, 3.00213], "size": [13, 9, 0], "uv": [168, 63]}, + {"origin": [-21.39974, 77.77733, 3.00213], "size": [13, 9, 0], "pivot": [-15.89974, 82.27733, 3.00213], "rotation": [-90, 0, 0], "uv": [168, 72]} + ] + }, + { + "name": "bone132", + "parent": "head_glowup2", + "pivot": [16.10026, 82.27733, 3.00213], + "cubes": [ + {"origin": [8.60026, 77.77733, 3.00213], "size": [13, 9, 0], "uv": [168, 81]}, + {"origin": [8.60026, 77.77733, 3.00213], "size": [13, 9, 0], "pivot": [16.10026, 82.27733, 3.00213], "rotation": [-90, 0, 0], "uv": [168, 90]} + ] + }, + { + "name": "legs", + "parent": "main_body", + "pivot": [0, 75, 3] + }, + { + "name": "rotateleg", + "parent": "legs", + "pivot": [0, 75, 3] + }, + { + "name": "leg_left_sec_1", + "parent": "rotateleg", + "pivot": [2, 72.65, 2.88319], + "cubes": [ + {"origin": [0, 61.65, 0.88319], "size": [4, 11, 4], "uv": [124, 195]} + ] + }, + { + "name": "leg_left_sec_2", + "parent": "leg_left_sec_1", + "pivot": [2, 61.65, 4.88319], + "cubes": [ + {"origin": [0, 51.65, 0.88319], "size": [4, 10, 4], "uv": [32, 253]}, + {"origin": [-0.5, 49.65, 0.38319], "size": [5, 2, 5], "uv": [182, 253]}, + {"origin": [2, 49.15, -5.61681], "size": [0, 3, 6], "uv": [158, 268]} + ] + }, + { + "name": "leg_left_sec_3", + "parent": "leg_left_sec_2", + "pivot": [2, 49.65, 4.88319], + "cubes": [ + {"origin": [0, 38.65, 0.88319], "size": [4, 11, 4], "uv": [140, 195]} + ] + }, + { + "name": "leg_left_sec_4", + "parent": "leg_left_sec_3", + "pivot": [2, 38.65, 0.88319], + "cubes": [ + {"origin": [0, 28.65, 0.88319], "size": [4, 10, 4], "uv": [48, 253]}, + {"origin": [-0.5, 26.65, 0.38319], "size": [5, 2, 5], "uv": [254, 124]}, + {"origin": [2, 26.15, -5.61681], "size": [0, 3, 6], "uv": [170, 268]} + ] + }, + { + "name": "leg_left_sec_5", + "parent": "leg_left_sec_4", + "pivot": [2, 26.65, 0.88319], + "cubes": [ + {"origin": [0, 15.65, 0.88319], "size": [4, 11, 4], "uv": [156, 195]} + ] + }, + { + "name": "leg_left_sec_6", + "parent": "leg_left_sec_5", + "pivot": [2, 15.65, 0.88319], + "cubes": [ + {"origin": [0, 5.65, 0.88319], "size": [4, 10, 4], "uv": [64, 253]} + ] + }, + { + "name": "feet_left", + "parent": "leg_left_sec_6", + "pivot": [2, 4.65, 2.88319], + "cubes": [ + {"origin": [0, 1.65, 0.88319], "size": [4, 2, 4], "inflate": 0.001, "uv": [226, 212]}, + {"origin": [-0.5, 3.65, 0.38319], "size": [5, 2, 5], "uv": [254, 131]}, + {"origin": [2, 3.15, -5.61681], "size": [0, 3, 6], "uv": [182, 268]} + ] + }, + { + "name": "foot_right_back_1", + "parent": "feet_left", + "pivot": [3, 3.6685, 4.91446], + "rotation": [-57.5, 0, 0], + "cubes": [ + {"origin": [1, 1.63479, 4.90091], "size": [2, 2, 2], "uv": [210, 155]} + ] + }, + { + "name": "foot_right_back_2", + "parent": "foot_right_back_1", + "pivot": [3, 1.2685, 7.66446], + "rotation": [57.5, 0, 0], + "cubes": [ + {"origin": [1, 1.23479, 7.57591], "size": [2, 2, 3], "inflate": 0.001, "uv": [172, 195]}, + {"origin": [2, 1.23479, 10.57591], "size": [0, 2, 3], "uv": [40, 275]} + ] + }, + { + "name": "leg_left_sec_7_foot", + "parent": "feet_left", + "pivot": [2, 3.65, 0.88319], + "rotation": [37.5, 0, 0], + "cubes": [ + {"origin": [0, 1.65, -2.11681], "size": [4, 2, 3], "uv": [270, 115]} + ] + }, + { + "name": "leg_left_sec_7_foot2", + "parent": "leg_left_sec_7_foot", + "pivot": [2, 1.65, -3.11681], + "rotation": [-37.5, 0, 0], + "cubes": [ + {"origin": [0, 2.25876, -5.32346], "size": [4, 2, 3], "uv": [270, 267]} + ] + }, + { + "name": "leg_left_sec_7_foot3", + "parent": "leg_left_sec_7_foot2", + "pivot": [2.5, 1.65, -5.11681], + "cubes": [ + {"origin": [-0.5, 2.33376, -9.32346], "size": [5, 2, 5], "inflate": 0.125, "uv": [254, 178]}, + {"origin": [3.5, 2.20876, -12.32346], "size": [0, 2, 3], "uv": [92, 275]}, + {"origin": [0.5, 2.20876, -12.32346], "size": [0, 2, 3], "uv": [98, 275]} + ] + }, + { + "name": "rotateleg2", + "parent": "legs", + "pivot": [0, 75, 3] + }, + { + "name": "leg_right_sec_1", + "parent": "rotateleg2", + "pivot": [-2, 72.65, 2.88319], + "cubes": [ + {"origin": [-4, 61.65, 0.88319], "size": [4, 11, 4], "uv": [194, 65]} + ] + }, + { + "name": "leg_right_sec_2", + "parent": "leg_right_sec_1", + "pivot": [-2, 61.65, 4.88319], + "cubes": [ + {"origin": [-4, 51.65, 0.88319], "size": [4, 10, 4], "uv": [126, 249]}, + {"origin": [-4.5, 49.65, 0.38319], "size": [5, 2, 5], "uv": [244, 204]}, + {"origin": [-2, 49.15, -5.61681], "size": [0, 3, 6], "uv": [80, 268]} + ] + }, + { + "name": "leg_right_sec_3", + "parent": "leg_right_sec_2", + "pivot": [-2, 49.65, 4.88319], + "cubes": [ + {"origin": [-4, 38.65, 0.88319], "size": [4, 11, 4], "uv": [194, 80]} + ] + }, + { + "name": "leg_right_sec_4", + "parent": "leg_right_sec_3", + "pivot": [-2, 38.65, 0.88319], + "cubes": [ + {"origin": [-4, 28.65, 0.88319], "size": [4, 10, 4], "uv": [0, 253]}, + {"origin": [-4.5, 26.65, 0.38319], "size": [5, 2, 5], "uv": [250, 117]}, + {"origin": [-2, 26.15, -5.61681], "size": [0, 3, 6], "uv": [134, 268]} + ] + }, + { + "name": "leg_right_sec_5", + "parent": "leg_right_sec_4", + "pivot": [-2, 26.65, 0.88319], + "cubes": [ + {"origin": [-4, 15.65, 0.88319], "size": [4, 11, 4], "uv": [108, 195]} + ] + }, + { + "name": "leg_right_sec_6", + "parent": "leg_right_sec_5", + "pivot": [-2, 15.65, 0.88319], + "cubes": [ + {"origin": [-4, 5.65, 0.88319], "size": [4, 10, 4], "uv": [16, 253]} + ] + }, + { + "name": "feet_lright", + "parent": "leg_right_sec_6", + "pivot": [-2, 4.65, 2.88319], + "cubes": [ + {"origin": [-4.5, 3.65, 0.38319], "size": [5, 2, 5], "uv": [142, 253]}, + {"origin": [-2, 3.15, -5.61681], "size": [0, 3, 6], "uv": [146, 268]}, + {"origin": [-4, 1.65, 0.88319], "size": [4, 2, 4], "inflate": 0.001, "uv": [202, 186]} + ] + }, + { + "name": "leg_right_sec_7_foot", + "parent": "feet_lright", + "pivot": [-2, 3.65, 0.88319], + "rotation": [37.5, 0, 0], + "cubes": [ + {"origin": [-4, 1.65, -2.11681], "size": [4, 2, 3], "uv": [206, 269]} + ] + }, + { + "name": "leg_right_sec_7_foot2", + "parent": "leg_right_sec_7_foot", + "pivot": [-2, 1.65, -3.11681], + "rotation": [-37.5, 0, 0], + "cubes": [ + {"origin": [-4, 2.25876, -5.32346], "size": [4, 2, 3], "uv": [92, 270]} + ] + }, + { + "name": "leg_right_sec_7_foot3", + "parent": "leg_right_sec_7_foot2", + "pivot": [-2.5, 1.65, -5.11681], + "cubes": [ + {"origin": [-4.5, 2.33376, -9.32346], "size": [5, 2, 5], "inflate": 0.125, "uv": [162, 253]}, + {"origin": [-3.5, 2.20876, -12.32346], "size": [0, 2, 3], "uv": [90, 240]}, + {"origin": [-0.5, 2.20876, -12.32346], "size": [0, 2, 3], "uv": [80, 253]} + ] + }, + { + "name": "foot_left_back_1", + "parent": "feet_lright", + "pivot": [-3, 3.6685, 4.91446], + "rotation": [-57.5, 0, 0], + "cubes": [ + {"origin": [-3, 1.63479, 4.90091], "size": [2, 2, 2], "uv": [18, 183]} + ] + }, + { + "name": "foot_left_back_2", + "parent": "foot_left_back_1", + "pivot": [-3, 1.2685, 7.66446], + "rotation": [57.5, 0, 0], + "cubes": [ + {"origin": [-3, 1.23479, 7.57591], "size": [2, 2, 3], "inflate": 0.001, "uv": [130, 154]}, + {"origin": [-2, 1.23479, 10.57591], "size": [0, 2, 3], "uv": [274, 183]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/yamask/yamask_galarian.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/yamask/yamask_galarian.geo.json new file mode 100644 index 0000000..729c932 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/yamask/yamask_galarian.geo.json @@ -0,0 +1,176 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.yamask_galarian", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "yamask", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "yamask", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0.005, 11.08716, 0.00381], + "cubes": [ + {"origin": [-1.495, 10, -3], "size": [3, 2, 6], "pivot": [1, 11, 1], "rotation": [-5, 0, 0], "uv": [0, 12]} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 13.5, -1], + "cubes": [ + {"origin": [-1.5, 11, -4], "size": [3, 5, 6], "uv": [0, 0]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [0, 0, 0] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-1.52, 12.75, -0.0625], + "rotation": [-5, 0, 0], + "cubes": [ + {"origin": [-1.51, 12, -2.25], "size": [0, 3, 3], "uv": [32, 14]}, + {"origin": [-1.52, 11.5, -0.5], "size": [0, 2, 2], "uv": [0, 0]}, + {"origin": [-1.53, 11, 0.75], "size": [0, 1, 1], "uv": [13, 12]}, + {"origin": [-1.52, 13, -1.75], "size": [0, 1, 1], "uv": [13, 0]} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-0.5, 6, -2.25] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [1.52, 12.75, -0.0625], + "rotation": [-5, 0, 0], + "cubes": [ + {"origin": [1.51, 12, -2.25], "size": [0, 3, 3], "uv": [32, 21]}, + {"origin": [1.52, 11.5, -0.5], "size": [0, 2, 2], "uv": [0, 12]}, + {"origin": [1.53, 11, 0.75], "size": [0, 1, 1], "uv": [13, 15]}, + {"origin": [1.52, 13, -1.75], "size": [0, 1, 1], "uv": [0, 21]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [0.5, 6, -2.25] + }, + { + "name": "hair", + "parent": "head", + "pivot": [0, 15.875, 0.25], + "cubes": [ + {"origin": [-1, 16, -1.5], "size": [2, 2, 3], "uv": [27, 31]}, + {"origin": [0, 17.25, -2.5], "size": [0, 2, 3], "uv": [18, 32]} + ] + }, + { + "name": "arm_right", + "parent": "torso", + "pivot": [-0.75, 10.5, -0.25], + "cubes": [ + {"origin": [-3, 10, -1.25], "size": [3, 1, 2], "uv": [30, 8]}, + {"origin": [-5, 10, -1.25], "size": [2, 1, 2], "uv": [19, 5]} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-5.3125, 10.5625, -0.25], + "cubes": [ + {"origin": [-9, 10, -1.75], "size": [4, 1, 3], "uv": [0, 21]}, + {"origin": [-9, 10.25, -1.85], "size": [2, 2, 1], "uv": [7, 38]}, + {"origin": [-9.25, 10.25, -0.75], "size": [2, 2, 1], "uv": [37, 0]}, + {"origin": [-9, 10.25, 0.35], "size": [2, 2, 1], "uv": [36, 12]} + ] + }, + { + "name": "arm_left", + "parent": "torso", + "pivot": [0.75, 10.5, -0.25], + "cubes": [ + {"origin": [0, 10, -1.25], "size": [3, 1, 2], "uv": [0, 32]}, + {"origin": [3, 10, -1.25], "size": [2, 1, 2], "uv": [9, 34]} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [5.3125, 10.5625, -0.25], + "cubes": [ + {"origin": [5, 10, -1.75], "size": [4, 1, 3], "uv": [12, 23]}, + {"origin": [7, 10.25, -1.85], "size": [2, 2, 1], "uv": [39, 16]}, + {"origin": [7.25, 10.25, -0.75], "size": [2, 2, 1], "uv": [38, 20]}, + {"origin": [7, 10.25, 0.35], "size": [2, 2, 1], "uv": [14, 38]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 10.5, 0], + "cubes": [ + {"origin": [-0.5, 8, -1], "size": [1, 3, 2], "uv": [25, 37]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 8, 0], + "cubes": [ + {"origin": [-0.5, 5, -1], "size": [1, 3, 2], "uv": [36, 35]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 5, 0], + "cubes": [ + {"origin": [-0.5, 2, -1], "size": [1, 3, 2], "uv": [35, 28]} + ] + }, + { + "name": "block", + "parent": "tail3", + "pivot": [-0.02605, 3.98804, 0.00857], + "cubes": [ + {"origin": [-3.97244, 3.06467, -1.49], "size": [2, 2, 3], "pivot": [-2.55398, 3.86012, 0], "rotation": [0, 0, -132], "uv": [11, 28]}, + {"origin": [1.62838, 3.557, -1.49], "size": [2, 2, 3], "pivot": [2.42091, 4.13998, 0], "rotation": [0, 0, -38], "uv": [24, 25]}, + {"origin": [1.86437, 3.24453, -1.49], "size": [2, 2, 3], "pivot": [2.44591, 4.03998, 0], "rotation": [0, 0, 97], "uv": [0, 26]}, + {"origin": [-3.76145, 3.27715, -1.49], "size": [2, 2, 3], "pivot": [-2.55398, 3.86012, 0], "rotation": [0, 0, 10.5], "uv": [29, 2]}, + {"origin": [-2.5, 2, -1.5], "size": [5, 4, 3], "uv": [16, 9]}, + {"origin": [-3.5, 5, -1.49], "size": [6, 1, 3], "uv": [16, 18]}, + {"origin": [-2.5, 2, -1.49], "size": [6, 1, 3], "uv": [13, 0]} + ] + }, + { + "name": "tail4", + "parent": "tail3", + "pivot": [0, 2.59485, 0.07048], + "cubes": [ + {"origin": [-0.5, -0.15515, -1.67952], "size": [1, 3, 2], "pivot": [0, 1.34485, -0.67952], "rotation": [-35, 0, 0], "uv": [0, 36]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/zapdos2.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/zapdos2.geo.json new file mode 100644 index 0000000..e9a7fe1 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/zapdos2.geo.json @@ -0,0 +1,560 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.ZapdosNew", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 7, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "zapdos", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "zapdos", + "pivot": [0, 0, 0] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [5, 14, 2], + "cubes": [ + {"origin": [3.5, 9, 2], "size": [5, 8, 6], "pivot": [-3, 0, 0], "rotation": [15, 0, 0], "uv": [84, 49], "mirror": true} + ] + }, + { + "name": "leg_left2", + "parent": "leg_left", + "pivot": [6, 11, 3], + "cubes": [ + {"origin": [5, 1, -1], "size": [2, 11, 2], "pivot": [-3, 0, 0], "rotation": [-15, 0, 0], "uv": [14, 91], "mirror": true} + ] + }, + { + "name": "foot_left", + "parent": "leg_left2", + "pivot": [6, 2, 1], + "cubes": [ + {"origin": [3.5, 0, -3], "size": [5, 2, 6], "inflate": 0.01, "uv": [46, 20]} + ] + }, + { + "name": "toe_inner_left", + "parent": "foot_left", + "pivot": [4, 1, -2], + "cubes": [ + {"origin": [3.75, 0, -6], "size": [2, 2, 5], "pivot": [2, 0, 0], "rotation": [0, 15, 0], "uv": [0, 91]} + ] + }, + { + "name": "claw_inner_left", + "parent": "toe_inner_left", + "pivot": [3, 1, -7], + "cubes": [ + {"origin": [4.75, 0, -8], "size": [0, 2, 2], "pivot": [2, 0, 0], "rotation": [0, 15, 0], "uv": [14, 2]} + ] + }, + { + "name": "toe_outer_left", + "parent": "foot_left", + "pivot": [8, 1, -2], + "cubes": [ + {"origin": [6, 0, -8], "size": [2, 2, 5], "pivot": [2, 0, 0], "rotation": [0, -15, 0], "uv": [90, 89]} + ] + }, + { + "name": "claw_outer_left", + "parent": "toe_outer_left", + "pivot": [9, 1, -6], + "cubes": [ + {"origin": [7, 0, -10], "size": [0, 2, 2], "pivot": [2, 0, 0], "rotation": [0, -15, 0], "uv": [14, 0]} + ] + }, + { + "name": "toe_middle_left", + "parent": "foot_left", + "pivot": [6, 1, -4], + "cubes": [ + {"origin": [5, 0, -8], "size": [2, 2, 5], "uv": [81, 87]} + ] + }, + { + "name": "claw_middle_left", + "parent": "toe_middle_left", + "pivot": [6, 1, -8], + "cubes": [ + {"origin": [6, 0, -10], "size": [0, 2, 2], "uv": [2, 4]} + ] + }, + { + "name": "toe_back_left", + "parent": "foot_left", + "pivot": [6, 1, 3], + "cubes": [ + {"origin": [5, 0, 3], "size": [2, 2, 5], "uv": [0, 28]} + ] + }, + { + "name": "claw_back_left", + "parent": "toe_back_left", + "pivot": [6, 1, 8], + "cubes": [ + {"origin": [6, 0, 8], "size": [0, 2, 2], "uv": [2, 4]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-5, 14, 2], + "cubes": [ + {"origin": [-8.5, 9, 2], "size": [5, 8, 6], "pivot": [3, 0, 0], "rotation": [15, 0, 0], "uv": [84, 49]} + ] + }, + { + "name": "leg_right2", + "parent": "leg_right", + "pivot": [-6, 11, 3], + "cubes": [ + {"origin": [-7, 1, -1], "size": [2, 11, 2], "pivot": [3, 0, 0], "rotation": [-15, 0, 0], "uv": [14, 91]} + ] + }, + { + "name": "foot_right", + "parent": "leg_right2", + "pivot": [-6, 2, 1], + "cubes": [ + {"origin": [-8.5, 0, -3], "size": [5, 2, 6], "inflate": 0.01, "uv": [46, 20]} + ] + }, + { + "name": "toe_inner_right", + "parent": "foot_right", + "pivot": [-4, 1, -2], + "cubes": [ + {"origin": [-5.75, 0, -6], "size": [2, 2, 5], "pivot": [-2, 0, 0], "rotation": [0, -15, 0], "uv": [0, 91]} + ] + }, + { + "name": "claw_inner_right", + "parent": "toe_inner_right", + "pivot": [-3, 1, -6], + "cubes": [ + {"origin": [-4.75, 0, -8], "size": [0, 2, 2], "pivot": [-2, 0, 0], "rotation": [0, -15, 0], "uv": [14, 2]} + ] + }, + { + "name": "toe_outer_right", + "parent": "foot_right", + "pivot": [-8, 1, -2], + "cubes": [ + {"origin": [-8, 0, -8], "size": [2, 2, 5], "pivot": [-2, 0, 0], "rotation": [0, 15, 0], "uv": [90, 89]} + ] + }, + { + "name": "claw_outer_right", + "parent": "toe_outer_right", + "pivot": [-9, 1, -6], + "cubes": [ + {"origin": [-7, 0, -10], "size": [0, 2, 2], "pivot": [-2, 0, 0], "rotation": [0, 15, 0], "uv": [14, 0]} + ] + }, + { + "name": "toe_middle_right", + "parent": "foot_right", + "pivot": [-6, 1, -4], + "cubes": [ + {"origin": [-7, 0, -8], "size": [2, 2, 5], "uv": [81, 87]} + ] + }, + { + "name": "claw_middle_right", + "parent": "toe_middle_right", + "pivot": [-6, 1, -8], + "cubes": [ + {"origin": [-6, 0, -10], "size": [0, 2, 2], "uv": [2, 4]} + ] + }, + { + "name": "toe_back_right", + "parent": "foot_right", + "pivot": [-6, 1, 3], + "cubes": [ + {"origin": [-7, 0, 3], "size": [2, 2, 5], "uv": [0, 28]} + ] + }, + { + "name": "claw_back_right", + "parent": "toe_back_right", + "pivot": [-6, 1, 8], + "cubes": [ + {"origin": [-6, 0, 8], "size": [0, 2, 2], "uv": [0, 4]} + ] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 12, 0], + "cubes": [ + {"origin": [-5.5, 10, 8.5], "size": [11, 10, 11], "pivot": [0, 0, 0], "rotation": [60, 0, 0], "uv": [40, 29]}, + {"origin": [-5, -2.5, 11], "size": [10, 10, 10], "pivot": [0, 0, 0], "rotation": [75, 0, 0], "uv": [46, 0]} + ] + }, + { + "name": "neck", + "parent": "torso", + "pivot": [0, 23, -10], + "cubes": [ + {"origin": [-4, 20.07969, -14.19239], "size": [8, 10, 9], "pivot": [0, 22, -9], "rotation": [45, 0, 0], "uv": [0, 72]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 26, -13], + "cubes": [ + {"origin": [-4.5, 23, -21], "size": [9, 9, 9], "uv": [71, 69]}, + {"origin": [13.75, 23.3, -21], "size": [4, 1, 0], "inflate": 0.03, "pivot": [0, 0, 0], "rotation": [0, 0, -30], "uv": [6, 46]}, + {"origin": [-18, 23.3, -21], "size": [4, 1, 0], "inflate": 0.03, "pivot": [0, 0, 0], "rotation": [0, 0, 30], "uv": [6, 46], "mirror": true}, + {"origin": [-4, 26.5, -21], "size": [3, 2, 3], "inflate": 0.015, "uv": [30, 92]}, + {"origin": [1.5, 26.35, -21], "size": [1, 1, 0], "inflate": 0.02, "uv": [8, 7]}, + {"origin": [-2.5, 26.3, -21], "size": [1, 1, 0], "inflate": 0.02, "uv": [8, 7], "mirror": true}, + {"origin": [1, 26.5, -21], "size": [3, 2, 3], "inflate": 0.015, "uv": [25, 72]}, + {"origin": [-12.5, 22, -17.25], "size": [10, 11, 0], "pivot": [0, 0, 0], "rotation": [0, -45, 0], "uv": [0, 10]}, + {"origin": [2.5, 22, -17.25], "size": [10, 11, 0], "pivot": [0, 0, 0], "rotation": [0, 45, 0], "uv": [0, 10], "mirror": true}, + {"origin": [-26.5, 11, -13], "size": [11, 6, 0], "pivot": [0, 0, 0], "rotation": [0, -15, 60], "uv": [84, 63], "mirror": true}, + {"origin": [20.5, 11, -25], "size": [11, 6, 0], "pivot": [0, 0, 0], "rotation": [0, -15, -60], "uv": [84, 63], "mirror": true}, + {"origin": [-31.5, 11, -25], "size": [11, 6, 0], "pivot": [0, 0, 0], "rotation": [0, 15, 60], "uv": [84, 63]}, + {"origin": [15.5, 11, -13], "size": [11, 6, 0], "pivot": [0, 0, 0], "rotation": [0, 15, -60], "uv": [84, 63]}, + {"origin": [-17.6, 23, -21], "size": [4, 1, 0], "inflate": 0.025, "pivot": [0, 0, 0], "rotation": [0, 0, 30], "uv": [9, 24], "mirror": true}, + {"origin": [13.6, 23, -21], "size": [4, 1, 0], "inflate": 0.025, "pivot": [0, 0, 0], "rotation": [0, 0, -30], "uv": [9, 24]} + ] + }, + { + "name": "beak", + "parent": "head", + "pivot": [0, -1, 0], + "cubes": [ + {"origin": [-1.5, 24, -29], "size": [3, 2, 9], "uv": [53, 82]}, + {"origin": [-1, 32.89, -8.5], "size": [2, 2, 5], "inflate": -0.01, "pivot": [0, -1, 0], "rotation": [30, 0, 0], "uv": [0, 21]}, + {"origin": [-1, 24, -35], "size": [2, 1, 6], "uv": [71, 90]}, + {"origin": [0, 24, -36], "size": [0, 1, 1], "uv": [76, 95]} + ] + }, + { + "name": "jaw", + "parent": "beak", + "pivot": [0, 24, -21], + "cubes": [ + {"origin": [-1, 23.99, -29], "size": [2, 0, 10], "uv": [0, 0]} + ] + }, + { + "name": "wing_open_left", + "parent": "torso", + "pivot": [5, 23, -6], + "cubes": [ + {"origin": [3.5, 0, 20.5], "size": [12, 11, 2], "pivot": [0, 0, 0], "rotation": [90, 0, 0], "uv": [34, 78]}, + {"origin": [-5.5, 6, 21.51], "size": [22, 14, 0], "pivot": [0, 0, 0], "rotation": [0, -90, 90], "uv": [40, 50]} + ] + }, + { + "name": "wing_open_left2", + "parent": "wing_open_left", + "pivot": [15, 22, -5], + "cubes": [ + {"origin": [15.5, 0, 21], "size": [12, 11, 1], "pivot": [0, 0, 0], "rotation": [90, 0, 0], "uv": [84, 37]} + ] + }, + { + "name": "bone55", + "parent": "wing_open_left2", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [2.5, 13, 21.5], "size": [22, 14, 0], "pivot": [0, 0, 0], "rotation": [90, -67.5, 0], "uv": [40, 50]} + ] + }, + { + "name": "bone56", + "parent": "wing_open_left2", + "pivot": [0, 0, 0] + }, + { + "name": "wing_open_left3", + "parent": "wing_open_left2", + "pivot": [27, 21, -5], + "cubes": [ + {"origin": [27.5, 5, 21.5], "size": [12, 11, 0], "pivot": [0, 0, 0], "rotation": [90, 0, 0], "uv": [86, 0]}, + {"origin": [20.5, 2, 21.51], "size": [22, 14, 0], "pivot": [0, 0, 0], "rotation": [90, -10, 0], "uv": [40, 50]} + ] + }, + { + "name": "bone58", + "parent": "wing_open_left2", + "pivot": [0, 0, 0] + }, + { + "name": "wing_open_left_top", + "parent": "wing_open_left", + "pivot": [5, 23, -6], + "rotation": [0, 0, -5], + "cubes": [ + {"origin": [4.52206, -5.30239, 21.5], "size": [12, 16, 1], "pivot": [-3.97794, 0.69761, 0], "rotation": [90, 0, 0], "uv": [102, 20]}, + {"origin": [-3.47794, 13.69761, 22], "size": [20, 14, 0], "pivot": [-3.97794, 0.69761, 0], "rotation": [90, -80, 0], "uv": [30, 97], "mirror": true} + ] + }, + { + "name": "wing_open_left_top2", + "parent": "wing_open_left_top", + "pivot": [17.02206, 22.69761, -4], + "cubes": [ + {"origin": [16.52206, -5.30239, 21.5], "size": [12, 16, 1], "pivot": [-3.97794, 0.69761, 0], "rotation": [90, 0, 0], "uv": [73, 20], "mirror": true}, + {"origin": [10.52206, 13.69761, 22], "size": [20, 14, 0], "pivot": [-3.97794, 0.69761, 0], "rotation": [90, -45, 0], "uv": [30, 97], "mirror": true}, + {"origin": [18.52206, 5.69761, 22], "size": [20, 14, 0], "pivot": [-3.97794, 0.69761, 0], "rotation": [90, -10, 0], "uv": [40, 64], "mirror": true} + ] + }, + { + "name": "wing_open_right", + "parent": "torso", + "pivot": [-5, 23, -6], + "cubes": [ + {"origin": [-15.5, 0, 20.5], "size": [12, 11, 2], "pivot": [0, 0, 0], "rotation": [90, 0, 0], "uv": [34, 78], "mirror": true}, + {"origin": [-16.5, 6, 21.51], "size": [22, 14, 0], "pivot": [0, 0, 0], "rotation": [0, 90, -90], "uv": [40, 50], "mirror": true} + ] + }, + { + "name": "wing_open_right2", + "parent": "wing_open_right", + "pivot": [-15, 22, -5], + "cubes": [ + {"origin": [-27.5, 0, 21], "size": [12, 11, 1], "pivot": [0, 0, 0], "rotation": [90, 0, 0], "uv": [84, 37], "mirror": true} + ] + }, + { + "name": "bone4", + "parent": "wing_open_right2", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-24.5, 13, 21.5], "size": [22, 14, 0], "pivot": [0, 0, 0], "rotation": [90, 67.5, 0], "uv": [40, 50], "mirror": true} + ] + }, + { + "name": "bone5", + "parent": "wing_open_right2", + "pivot": [0, 0, 0] + }, + { + "name": "wing_open_right3", + "parent": "wing_open_right2", + "pivot": [-27, 21, -5], + "cubes": [ + {"origin": [-39.5, 5, 21.5], "size": [12, 11, 0], "pivot": [0, 0, 0], "rotation": [90, 0, 0], "uv": [86, 0], "mirror": true}, + {"origin": [-38.5, 2, 21.51], "size": [18, 14, 0], "pivot": [0, 0, 0], "rotation": [90, 10, 0], "uv": [44, 50], "mirror": true} + ] + }, + { + "name": "bone6", + "parent": "wing_open_right2", + "pivot": [0, 0, 0] + }, + { + "name": "wing_open_right_top", + "parent": "wing_open_right", + "pivot": [-5, 23, -6], + "rotation": [0, 0, 5], + "cubes": [ + {"origin": [-16.52206, 13.69761, 22], "size": [20, 14, 0], "pivot": [3.97794, 0.69761, 0], "rotation": [90, 80, 0], "uv": [30, 97]}, + {"origin": [-16.52206, -5.30239, 21.5], "size": [12, 16, 1], "pivot": [3.97794, 0.69761, 0], "rotation": [90, 0, 0], "uv": [102, 20], "mirror": true} + ] + }, + { + "name": "wing_open_right_top2", + "parent": "wing_open_right_top", + "pivot": [-17.02206, 22.69761, -2], + "cubes": [ + {"origin": [-28.52206, -5.30239, 21.5], "size": [12, 16, 1], "pivot": [3.97794, 0.69761, 0], "rotation": [90, 0, 0], "uv": [73, 20]}, + {"origin": [-30.52206, 13.69761, 22], "size": [20, 14, 0], "pivot": [3.97794, 0.69761, 0], "rotation": [90, 45, 0], "uv": [30, 97]}, + {"origin": [-38.52206, 5.69761, 22], "size": [20, 14, 0], "pivot": [3.97794, 0.69761, 0], "rotation": [90, 10, 0], "uv": [40, 64]} + ] + }, + { + "name": "wing_closed_right", + "parent": "torso", + "pivot": [-5, 21, -9], + "rotation": [15, 0, -90], + "cubes": [ + {"origin": [-13.5, 1.21461, 19.65711], "size": [12, 11, 2], "pivot": [2, 1.21461, -0.84289], "rotation": [90, 0, 0], "uv": [34, 78], "mirror": true} + ] + }, + { + "name": "bone40", + "parent": "wing_closed_right", + "pivot": [-10, 2.21461, -19.84289], + "rotation": [0, 90, 5], + "cubes": [ + {"origin": [-28.5, -3.78539, 1.65711], "size": [10, 11, 1], "pivot": [-10, 2.21461, -19.84289], "rotation": [90, 0, 0], "uv": [73, 20]} + ] + }, + { + "name": "bone", + "parent": "bone40", + "pivot": [-10, 2.21461, -19.84289] + }, + { + "name": "bone41", + "parent": "bone", + "pivot": [-10, 2.21461, -19.84289], + "cubes": [ + {"origin": [-39.5, -2.78539, 1.65711], "size": [11, 9, 1], "pivot": [-10, 2.21461, -19.84289], "rotation": [90, 0, 0], "uv": [73, 20]} + ] + }, + { + "name": "wing_closed_right2", + "parent": "wing_closed_right", + "pivot": [-7, 23.21461, -0.84289], + "rotation": [0, 90, 0], + "cubes": [ + {"origin": [-18.5, 1.21461, 25.15711], "size": [12, 11, 1], "pivot": [9, 1.21461, 4.15711], "rotation": [90, 0, 0], "uv": [84, 37], "mirror": true} + ] + }, + { + "name": "wing_closed_right3", + "parent": "wing_closed_right2", + "pivot": [9, 1.21461, 4.15711], + "cubes": [ + {"origin": [-28.5, 6.21461, 25.65711], "size": [15, 10, 0], "pivot": [9, 1.21461, 4.15711], "rotation": [90, 10, 0], "uv": [98, 64], "mirror": true}, + {"origin": [-26.5, 8.21461, 26.15711], "size": [15, 6, 0], "pivot": [9, 1.21461, 4.15711], "rotation": [90, 10, 0], "uv": [0, 104], "mirror": true} + ] + }, + { + "name": "wing_closed_left", + "parent": "torso", + "pivot": [5, 21, -9], + "rotation": [15, 0, 90], + "cubes": [ + {"origin": [1.5, 1.21461, 19.65711], "size": [12, 11, 2], "pivot": [-2, 1.21461, -0.84289], "rotation": [90, 0, 0], "uv": [34, 78]} + ] + }, + { + "name": "bone11", + "parent": "wing_closed_left", + "pivot": [10, 2.21461, -19.84289], + "rotation": [0, -90, -5], + "cubes": [ + {"origin": [18.5, -3.78539, 1.65711], "size": [10, 11, 1], "pivot": [10, 2.21461, -19.84289], "rotation": [90, 0, 0], "uv": [73, 20], "mirror": true} + ] + }, + { + "name": "bone12", + "parent": "bone11", + "pivot": [10, 2.21461, -19.84289] + }, + { + "name": "bone13", + "parent": "bone12", + "pivot": [10, 2.21461, -19.84289], + "cubes": [ + {"origin": [28.5, -2.78539, 1.65711], "size": [11, 9, 1], "pivot": [10, 2.21461, -19.84289], "rotation": [90, 0, 0], "uv": [73, 20], "mirror": true} + ] + }, + { + "name": "wing_closed_left2", + "parent": "wing_closed_left", + "pivot": [7, 23.21461, -0.84289], + "rotation": [0, -90, 0], + "cubes": [ + {"origin": [6.5, 1.21461, 25.15711], "size": [12, 11, 1], "pivot": [-9, 1.21461, 4.15711], "rotation": [90, 0, 0], "uv": [84, 37]} + ] + }, + { + "name": "wing_closed_left3", + "parent": "wing_closed_left2", + "pivot": [-9, 1.21461, 4.15711], + "cubes": [ + {"origin": [13.5, 6.21461, 25.65711], "size": [15, 10, 0], "pivot": [-9, 1.21461, 4.15711], "rotation": [90, -10, 0], "uv": [98, 64]}, + {"origin": [11.5, 8.21461, 26.15711], "size": [15, 6, 0], "pivot": [-9, 1.21461, 4.15711], "rotation": [90, -10, 0], "uv": [0, 104]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 3, -6], + "rotation": [-15, 0, 0] + }, + { + "name": "bone10", + "parent": "tail", + "pivot": [-1, 40, -8], + "cubes": [ + {"origin": [25.18909, -5.12148, -6.30407], "size": [5, 0, 18], "pivot": [0, -5, -6], "rotation": [-12.97997, -18.49629, -77.71235], "uv": [62, 106]}, + {"origin": [-11.81212, 8.30399, 5.61979], "size": [5, 0, 18], "pivot": [0, 3, -6], "rotation": [12.97997, -18.49629, 77.71235], "uv": [96, 90]}, + {"origin": [-7.52138, 11.08328, 7.38944], "size": [5, 0, 18], "pivot": [0, 3, -6], "rotation": [25.47225, -18.72983, 46.93913], "uv": [96, 90]}, + {"origin": [-5.79399, 14.55211, 6.38944], "size": [5, 0, 20], "pivot": [0, 3, -6], "rotation": [31.20104, -1.68576, 15.73789], "uv": [94, 90]}, + {"origin": [0.79399, 14.55211, 6.38944], "size": [5, 0, 20], "pivot": [0, 3, -6], "rotation": [31.20104, 1.68576, -15.73789], "uv": [94, 90], "mirror": true}, + {"origin": [2.52138, 11.08328, 7.38944], "size": [5, 0, 18], "pivot": [0, 3, -6], "rotation": [25.47225, 18.72983, -46.93913], "uv": [96, 90], "mirror": true}, + {"origin": [6.81212, 8.30399, 5.61979], "size": [5, 0, 18], "pivot": [0, 3, -6], "rotation": [12.97997, 18.49629, -77.71235], "uv": [96, 90], "mirror": true}, + {"origin": [-30.18909, -5.12148, -7.30407], "size": [5, 0, 18], "pivot": [0, -5, -6], "rotation": [-12.97997, 18.49629, 77.71235], "uv": [62, 107]} + ] + }, + { + "name": "bone2", + "parent": "bone10", + "pivot": [-1, 40, -8], + "cubes": [ + {"origin": [-8.40288, 23.5868, 8.38889], "size": [5, 0, 20], "pivot": [-1, 40, -8], "rotation": [-31.20104, -1.68576, -15.73789], "uv": [94, 90], "mirror": true}, + {"origin": [3.40288, 23.5868, 8.38889], "size": [5, 0, 20], "pivot": [1, 40, -8], "rotation": [-31.20104, 1.68576, 15.73789], "uv": [94, 90]} + ] + }, + { + "name": "bone7", + "parent": "bone10", + "pivot": [0, 39, -6], + "cubes": [ + {"origin": [-11.62751, 27.85758, 10.38889], "size": [5, 0, 18], "pivot": [0, 39, -6], "rotation": [-25.47225, -18.72983, -46.93913], "uv": [96, 89], "mirror": true}, + {"origin": [6.62751, 27.85758, 10.38889], "size": [5, 0, 18], "pivot": [0, 39, -6], "rotation": [-25.47225, 18.72983, 46.93913], "uv": [96, 90]} + ] + }, + { + "name": "bone8", + "parent": "tail", + "pivot": [-1, 36, -10], + "cubes": [ + {"origin": [-11.1998, 7.82309, 4.50959], "size": [5, 0, 20], "pivot": [0, 3, -6], "rotation": [17.56417, -23.52981, 75.69212], "uv": [78, 102]}, + {"origin": [6.1998, 7.82309, 4.50959], "size": [5, 0, 20], "pivot": [0, 3, -6], "rotation": [17.56417, 23.52981, -75.69212], "uv": [78, 102], "mirror": true}, + {"origin": [-2.5, 15.85342, 5.36866], "size": [5, 0, 20], "pivot": [0, 3, -6], "rotation": [30, 0, 0], "uv": [78, 102]}, + {"origin": [-2.5, 15.00736, -12.66421], "size": [5, 0, 20], "pivot": [0, -3, -6], "rotation": [-30, 0, 0], "uv": [78, 102]}, + {"origin": [-13.53864, 4.88397, 1.8942], "size": [5, 0, 20], "pivot": [0, 3, -6], "rotation": [13.44732, -15.45352, 93.98527], "uv": [78, 102]}, + {"origin": [8.53864, 4.88397, 1.8942], "size": [5, 0, 20], "pivot": [0, 3, -6], "rotation": [13.44732, 15.45352, -93.98527], "uv": [78, 102], "mirror": true}, + {"origin": [1.6168, 13.79672, 4.38944], "size": [5, 0, 20], "pivot": [0, 3, -6], "rotation": [29.56488, 10.58927, -30.90686], "uv": [78, 102], "mirror": true}, + {"origin": [-6.6168, 13.79672, 5.38944], "size": [5, 0, 20], "pivot": [0, 3, -6], "rotation": [29.56488, -10.58927, 30.90686], "uv": [78, 102]} + ] + }, + { + "name": "bone3", + "parent": "bone8", + "pivot": [-1, 36, -10], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [-10.38221, 20.26386, 3.67537], "size": [5, 0, 20], "pivot": [-1, 36, -10], "rotation": [-29.56488, -10.58927, -30.90686], "uv": [78, 102]}, + {"origin": [5.38221, 20.26386, 3.67537], "size": [5, 0, 20], "pivot": [1, 36, -10], "rotation": [-29.56488, 10.58927, 30.90686], "uv": [78, 102], "mirror": true} + ] + }, + { + "name": "bone9", + "parent": "bone8", + "pivot": [0, 36, -11], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [-16.10102, 30.91743, 3.45721], "size": [5, 0, 20], "pivot": [0, 36, -11], "rotation": [-17.56417, -23.52981, -75.69212], "uv": [78, 102]}, + {"origin": [11.10102, 30.91743, 2.45721], "size": [5, 0, 20], "pivot": [0, 36, -11], "rotation": [-17.56417, 23.52981, 75.69212], "uv": [78, 102], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/zapdos_galar.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/zapdos_galar.geo.json new file mode 100644 index 0000000..17e14b4 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/zapdos_galar.geo.json @@ -0,0 +1,328 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.GalarianZapdos", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 5, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "zapdos", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "zapdos", + "pivot": [-11, 1, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 22, -1], + "cubes": [ + {"origin": [-6, 15, -12], "size": [12, 10, 17], "pivot": [-11, 1, 0], "rotation": [-15, 0, 0], "uv": [0, 0]}, + {"origin": [0, 20, -13], "size": [0, 14, 15], "pivot": [-11, 0, 0], "rotation": [-25, 0, 0], "uv": [96, 99]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 4, -6], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-7.5, 15.25, 9.75], "size": [5, 0, 20], "pivot": [0, 4, -6], "rotation": [29.56488, -10.58927, 30.90686], "uv": [98, 25]}, + {"origin": [-6.5, 16.25, 10.75], "size": [5, 0, 20], "pivot": [0, 4, -6], "rotation": [31.20104, -1.68576, 15.73789], "uv": [95, 78]}, + {"origin": [1.5, 16.25, 10.75], "size": [5, 0, 20], "pivot": [0, 4, -6], "rotation": [31.20104, 1.68576, -15.73789], "uv": [95, 78], "mirror": true}, + {"origin": [-8.5, 12.25, 11.75], "size": [5, 0, 18], "pivot": [0, 4, -6], "rotation": [25.47225, -18.72983, 46.93913], "uv": [97, 79]}, + {"origin": [3.5, 12.25, 11.75], "size": [5, 0, 18], "pivot": [0, 4, -6], "rotation": [25.47225, 18.72983, -46.93913], "uv": [97, 79], "mirror": true}, + {"origin": [-13.5, 9, 9.75], "size": [5, 0, 18], "pivot": [0, 4, -6], "rotation": [12.97997, -18.49629, 77.71235], "uv": [97, 79]}, + {"origin": [29, -3, -4.25], "size": [5, 0, 18], "pivot": [0, -4, -6], "rotation": [-12.97997, -18.49629, -77.71235], "uv": [76, 77]}, + {"origin": [-34, -3, -5.25], "size": [5, 0, 18], "pivot": [0, -4, -6], "rotation": [-12.97997, 18.49629, 77.71235], "uv": [76, 77], "mirror": true}, + {"origin": [8.5, 9, 9.75], "size": [5, 0, 18], "pivot": [0, 4, -6], "rotation": [12.97997, 18.49629, -77.71235], "uv": [97, 79], "mirror": true}, + {"origin": [2.5, 15.25, 8.75], "size": [5, 0, 20], "pivot": [0, 4, -6], "rotation": [29.56488, 10.58927, -30.90686], "uv": [98, 25], "mirror": true}, + {"origin": [-12.5, 8.25, 8.75], "size": [5, 0, 20], "pivot": [0, 4, -6], "rotation": [17.56417, -23.52981, 75.69212], "uv": [98, 25]}, + {"origin": [7.5, 8.25, 8.75], "size": [5, 0, 20], "pivot": [0, 4, -6], "rotation": [17.56417, 23.52981, -75.69212], "uv": [98, 25], "mirror": true}, + {"origin": [-2.5, 17.75, 9.75], "size": [5, 0, 20], "pivot": [0, 4, -6], "rotation": [30, 0, 0], "uv": [83, 25]}, + {"origin": [-2.5, 20.25, -11.25], "size": [5, 0, 20], "pivot": [0, -2, -6], "rotation": [-30, 0, 0], "uv": [78, 25]}, + {"origin": [-15.5, 4.75, 5.75], "size": [5, 0, 20], "pivot": [0, 4, -6], "rotation": [13.44732, -15.45352, 93.98527], "uv": [83, 25]}, + {"origin": [10.5, 4.75, 5.75], "size": [5, 0, 20], "pivot": [0, 4, -6], "rotation": [13.44732, 15.45352, -93.98527], "uv": [83, 25], "mirror": true} + ] + }, + { + "name": "bone4", + "parent": "tail", + "pivot": [-1, 41, -8], + "cubes": [ + {"origin": [-7.5, 28.75, 9.75], "size": [5, 0, 20], "pivot": [-1, 41, -8], "rotation": [-31.20104, -1.68576, -15.73789], "uv": [90, 79]}, + {"origin": [2.5, 28.75, 9.75], "size": [5, 0, 20], "pivot": [1, 41, -8], "rotation": [-31.20104, 1.68576, 15.73789], "uv": [90, 79], "mirror": true} + ] + }, + { + "name": "bone7", + "parent": "tail", + "pivot": [0, 40, -6], + "cubes": [ + {"origin": [-8.5, 31.75, 11.75], "size": [5, 0, 18], "pivot": [0, 40, -6], "rotation": [-25.47225, -18.72983, -46.93913], "uv": [92, 79]}, + {"origin": [3.5, 31.75, 11.75], "size": [5, 0, 18], "pivot": [0, 40, -6], "rotation": [-25.47225, 18.72983, 46.93913], "uv": [92, 79], "mirror": true} + ] + }, + { + "name": "bone3", + "parent": "tail", + "pivot": [-1, 37, -10], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [-8.5, 24.75, 5.75], "size": [5, 0, 20], "pivot": [-1, 37, -10], "rotation": [-29.56488, -10.58927, -30.90686], "uv": [93, 25]}, + {"origin": [3.5, 24.75, 5.75], "size": [5, 0, 20], "pivot": [1, 37, -10], "rotation": [-29.56488, 10.58927, 30.90686], "uv": [93, 25], "mirror": true} + ] + }, + { + "name": "bone", + "parent": "tail", + "pivot": [0, 42, -6] + }, + { + "name": "bone2", + "parent": "tail", + "pivot": [0, 37, -11], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [-12.5, 33.25, 5.75], "size": [5, 0, 20], "pivot": [0, 37, -11], "rotation": [-17.56417, -23.52981, -75.69212], "uv": [93, 25]}, + {"origin": [7.5, 33.25, 4.75], "size": [5, 0, 20], "pivot": [0, 37, -11], "rotation": [-17.56417, 23.52981, 75.69212], "uv": [93, 25], "mirror": true} + ] + }, + { + "name": "wing_left", + "parent": "torso", + "pivot": [6, 25, -6] + }, + { + "name": "wing_right", + "parent": "torso", + "pivot": [-6, 25, -7], + "cubes": [ + {"origin": [-13, 14, 2.5], "size": [0, 15, 14], "pivot": [0, 1, 0], "rotation": [-0.18317, -38.2559, 14.8464], "uv": [0, 98]}, + {"origin": [-13.5, 6, 14], "size": [1, 10, 10], "pivot": [0, 1, 0], "rotation": [44.81683, -38.2559, 14.8464], "uv": [65, 100]} + ] + }, + { + "name": "wing_right2", + "parent": "torso", + "pivot": [6, 25, -7], + "cubes": [ + {"origin": [13, 14, 2.5], "size": [0, 15, 14], "pivot": [0, 1, 0], "rotation": [-0.18317, 38.2559, -14.8464], "uv": [0, 98], "mirror": true}, + {"origin": [12.5, 6, 14], "size": [1, 10, 10], "pivot": [0, 1, 0], "rotation": [44.81683, 38.2559, -14.8464], "uv": [65, 100], "mirror": true} + ] + }, + { + "name": "neck", + "parent": "torso", + "pivot": [0, 20, -6], + "cubes": [ + {"origin": [-2.5, 18, -5], "size": [5, 11, 5], "pivot": [0, 1, 0], "rotation": [10, 0, 0], "uv": [68, 39]}, + {"origin": [0, 14, -2], "size": [0, 12, 10], "pivot": [0, 1, 0], "rotation": [30, 0, 0], "uv": [0, 60]} + ] + }, + { + "name": "neck2", + "parent": "neck", + "pivot": [0, 1, 0], + "cubes": [ + {"origin": [-2, 22.75, -18], "size": [4, 10, 5], "pivot": [0, 1, 0], "rotation": [-20, 0, 0], "uv": [20, 70]} + ] + }, + { + "name": "neck3", + "parent": "neck2", + "pivot": [0, -1, 0], + "cubes": [ + {"origin": [-2, 35, 0.05], "size": [4, 6, 5], "inflate": -0.01, "pivot": [0, -1, 0], "rotation": [10, 0, 0], "uv": [110, 55]}, + {"origin": [0, 31, -15.5], "size": [0, 6, 7], "pivot": [0, 0, 0], "rotation": [-20, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "head", + "parent": "neck3", + "pivot": [0, 39, -5], + "cubes": [ + {"origin": [-3.5, 38, -3], "size": [7, 6, 8], "pivot": [0, 4, -2], "rotation": [10, 0, 0], "uv": [56, 56]}, + {"origin": [-2, 38, -5], "size": [5, 6, 5], "inflate": -0.01, "pivot": [0, 4, -2], "rotation": [14.00194, 44.13603, 9.85108], "uv": [75, 19]}, + {"origin": [-1, 20, -35.9], "size": [2, 4, 1], "inflate": -0.01, "pivot": [0, 4, -2], "rotation": [-45, 0, 0], "uv": [91, 73]}, + {"origin": [-1, 18, -36.5], "size": [2, 3, 1], "inflate": -0.02, "pivot": [0, 4, -2], "rotation": [-50, 0, 0], "uv": [66, 33]}, + {"origin": [3, 39.75, 5.5], "size": [0, 2, 4], "inflate": 0.02, "pivot": [0, 4, -2], "rotation": [29.00194, 44.13603, 9.85108], "uv": [67, 58], "mirror": true}, + {"origin": [-3, 39.25, 7.25], "size": [0, 2, 4], "inflate": 0.02, "pivot": [0, 4, -2], "rotation": [31.50194, -44.136, -9.8511], "uv": [67, 58]}, + {"origin": [3, 40, -3], "size": [0, 2, 1], "inflate": 0.01, "pivot": [0, 4, -2], "rotation": [14.00194, 44.13603, 9.85108], "uv": [0, 0], "mirror": true}, + {"origin": [-3, 40, -3], "size": [0, 2, 1], "inflate": 0.01, "pivot": [0, 4, -2], "rotation": [14.00194, -44.136, -9.8511], "uv": [0, 0]}, + {"origin": [3, 40, -5.25], "size": [0, 2, 5], "pivot": [0, 4, -2], "rotation": [14.00194, 44.13603, 9.85108], "uv": [63, 34], "mirror": true}, + {"origin": [-3, 40, -5.1], "size": [0, 2, 5], "pivot": [0, 4, -2], "rotation": [14.00194, -44.136, -9.8511], "uv": [63, 34]}, + {"origin": [-35.5, 6, -23], "size": [9, 8, 0], "pivot": [0, 4, -2], "rotation": [30, 30, 90], "uv": [8, 96]}, + {"origin": [26.5, 6, -23], "size": [9, 8, 0], "pivot": [0, 4, -2], "rotation": [30, -30, -90], "uv": [8, 96], "mirror": true}, + {"origin": [33.5, 19, -15], "size": [9, 4, 0], "pivot": [0, 0, -1], "rotation": [0, -15, -60], "uv": [92, 102], "mirror": true}, + {"origin": [-42.5, 19, -15], "size": [9, 4, 0], "pivot": [0, 0, -1], "rotation": [0, 15, 60], "uv": [92, 102]}, + {"origin": [-35.5, 19, -8], "size": [9, 4, 0], "pivot": [0, 0, -1], "rotation": [0, 0, 60], "uv": [103, 106], "mirror": true}, + {"origin": [26.5, 19, -8], "size": [9, 4, 0], "pivot": [0, 0, -1], "rotation": [0, 0, -60], "uv": [103, 106]} + ] + }, + { + "name": "bone5", + "parent": "head", + "pivot": [0, 4, -2], + "cubes": [ + {"origin": [-1, 39, -10], "size": [2, 2, 5], "pivot": [0, 4, -2], "rotation": [10, 0, 0], "uv": [72, 86]}, + {"origin": [-0.5, 39, -14], "size": [1, 2, 4], "pivot": [0, 4, -2], "rotation": [10, 0, 0], "uv": [71, 13]}, + {"origin": [-0.5, 39.5, -18], "size": [1, 1, 4], "pivot": [0, 4, -2], "rotation": [10, 0, 0], "uv": [93, 0]} + ] + }, + { + "name": "bone6", + "parent": "bone5", + "pivot": [0, 4, -2], + "cubes": [ + {"origin": [-1, 37.5, -14], "size": [2, 2, 5], "inflate": -0.01, "pivot": [0, 4, -2], "rotation": [2.5, 0, 0], "uv": [86, 63]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-6, 17, 1], + "cubes": [ + {"origin": [-8.5, 12.58865, -2.69932], "size": [4, 8, 6], "inflate": 0.01, "pivot": [-6, 19, 0], "rotation": [10, 0, 0], "uv": [38, 70]} + ] + }, + { + "name": "leg_right2", + "parent": "leg_right", + "pivot": [-6, 13, 0], + "cubes": [ + {"origin": [-7.5, 5, 6.25], "size": [2, 6, 3], "inflate": 0.01, "pivot": [-11, 0, 0], "rotation": [30, 0, 0], "uv": [88, 44]} + ] + }, + { + "name": "leg_right3", + "parent": "leg_right2", + "pivot": [-6, 8, 2], + "cubes": [ + {"origin": [-7.5, 2, 1], "size": [2, 8, 2], "pivot": [-11, 0, 0], "rotation": [-15, 0, 0], "uv": [49, 85]} + ] + }, + { + "name": "foot_right", + "parent": "leg_right3", + "pivot": [-6, 2, 2], + "cubes": [ + {"origin": [-9, 0, -1], "size": [5, 2, 6], "inflate": 0.01, "uv": [75, 30]} + ] + }, + { + "name": "toe_right_middle", + "parent": "foot_right", + "pivot": [-6, 1, 0], + "cubes": [ + {"origin": [-7.5, 0, -6], "size": [2, 2, 6], "uv": [58, 19]}, + {"origin": [-6.5, 0, -9.5], "size": [0, 2, 6], "uv": [51, 35], "mirror": true} + ] + }, + { + "name": "toe_right_inner", + "parent": "foot_right", + "pivot": [-5, 1, 0], + "cubes": [ + {"origin": [-6.5, 0, -8], "size": [2, 2, 6], "pivot": [-11, 0, 0], "rotation": [0, -30, 0], "uv": [0, 27]}, + {"origin": [-5.5, 0, -11.25], "size": [0, 2, 6], "pivot": [-11, 0, 0], "rotation": [0, -30, 0], "uv": [51, 35], "mirror": true} + ] + }, + { + "name": "toe_right_outer", + "parent": "foot_right", + "pivot": [-8, 1, 0], + "cubes": [ + {"origin": [-8.5, 0, -6.5], "size": [0, 2, 6], "pivot": [-11, 0, 0], "rotation": [0, 30, 0], "uv": [51, 35], "mirror": true}, + {"origin": [-9.5, 0, -3], "size": [2, 2, 6], "pivot": [-11, 0, 0], "rotation": [0, 30, 0], "uv": [72, 78]} + ] + }, + { + "name": "toe_right_back", + "parent": "foot_right", + "pivot": [-6, 1, 5], + "cubes": [ + {"origin": [-7.5, 0, 4], "size": [2, 2, 6], "uv": [0, 35]}, + {"origin": [-6.5, 0, 7.5], "size": [0, 2, 6], "uv": [52, 64]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [6, 17, 1], + "cubes": [ + {"origin": [4.5, 12.58865, -2.69932], "size": [4, 8, 6], "inflate": 0.01, "pivot": [6, 19, 0], "rotation": [10, 0, 0], "uv": [38, 70], "mirror": true} + ] + }, + { + "name": "leg_left2", + "parent": "leg_left", + "pivot": [6, 13, 0], + "cubes": [ + {"origin": [5.5, 5, 6.25], "size": [2, 6, 3], "inflate": 0.01, "pivot": [11, 0, 0], "rotation": [30, 0, 0], "uv": [88, 44], "mirror": true} + ] + }, + { + "name": "leg_left3", + "parent": "leg_left2", + "pivot": [6, 8, 2], + "cubes": [ + {"origin": [5.5, 2, 1], "size": [2, 8, 2], "pivot": [11, 0, 0], "rotation": [-15, 0, 0], "uv": [49, 85], "mirror": true} + ] + }, + { + "name": "foot_left", + "parent": "leg_left3", + "pivot": [6, 2, 2], + "cubes": [ + {"origin": [4, 0, -1], "size": [5, 2, 6], "inflate": 0.01, "uv": [75, 30], "mirror": true} + ] + }, + { + "name": "toe_left_middle", + "parent": "foot_left", + "pivot": [6, 1, 0], + "cubes": [ + {"origin": [5.5, 0, -6], "size": [2, 2, 6], "uv": [58, 19], "mirror": true}, + {"origin": [6.5, 0, -9.5], "size": [0, 2, 6], "uv": [51, 35], "mirror": true} + ] + }, + { + "name": "toe_left_inner", + "parent": "foot_left", + "pivot": [5, 1, 0], + "cubes": [ + {"origin": [4.5, 0, -8], "size": [2, 2, 6], "pivot": [11, 0, 0], "rotation": [0, 30, 0], "uv": [0, 27], "mirror": true}, + {"origin": [5.5, 0, -11.25], "size": [0, 2, 6], "pivot": [11, 0, 0], "rotation": [0, 30, 0], "uv": [51, 35], "mirror": true} + ] + }, + { + "name": "toe_left_outer", + "parent": "foot_left", + "pivot": [8, 1, 0], + "cubes": [ + {"origin": [8.5, 0, -6.5], "size": [0, 2, 6], "pivot": [11, 0, 0], "rotation": [0, -30, 0], "uv": [51, 35], "mirror": true}, + {"origin": [7.5, 0, -3], "size": [2, 2, 6], "pivot": [11, 0, 0], "rotation": [0, -30, 0], "uv": [72, 78], "mirror": true} + ] + }, + { + "name": "toe_left_back", + "parent": "foot_left", + "pivot": [6, 1, 5], + "cubes": [ + {"origin": [5.5, 0, 4], "size": [2, 2, 6], "uv": [0, 35], "mirror": true}, + {"origin": [6.5, 0, 7.5], "size": [0, 2, 6], "uv": [52, 64], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/zekrom/zekrom.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/zekrom/zekrom.geo.json new file mode 100644 index 0000000..8c6950a --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/zekrom/zekrom.geo.json @@ -0,0 +1,448 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 256, + "texture_height": 256, + "visible_bounds_width": 10, + "visible_bounds_height": 8.5, + "visible_bounds_offset": [0, 3.75, 0] + }, + "bones": [ + { + "name": "zekrom", + "pivot": [0, 0, 0] + }, + { + "name": "MAINTHING", + "parent": "zekrom", + "pivot": [-1, 61, -8], + "rotation": [0, 90, 0] + }, + { + "name": "LEG", + "parent": "MAINTHING", + "pivot": [-9.61394, 40.6349, -1.71272], + "rotation": [0, 0, 10] + }, + { + "name": "rleg", + "parent": "LEG", + "pivot": [-9.61394, 33.6349, -15.71272], + "cubes": [ + {"origin": [-7.61394, 13.6349, -17.71272], "size": [10, 12, 15], "pivot": [-4.61394, 11.6349, -32.71272], "rotation": [36.1745, -39.86973, 3.1142], "uv": [126, 124]}, + {"origin": [-11.61394, 17.6349, -27.71272], "size": [12, 12, 14], "pivot": [-7.61394, 15.6349, -28.71272], "rotation": [36.1745, -39.86973, 3.1142], "uv": [40, 125]} + ] + }, + { + "name": "rleg2", + "parent": "rleg", + "pivot": [-4.61394, 27.6349, -32.71272], + "cubes": [ + {"origin": [-8.18909, 11.88371, -48.3708], "size": [10, 12, 20], "pivot": [-3.61394, 19.6349, -31.71272], "rotation": [101.1745, -39.86973, 3.1142], "uv": [0, 80]}, + {"origin": [-6.61394, 17.88371, -37.3708], "size": [8, 12, 9], "pivot": [-3.61394, 25.6349, -31.71272], "rotation": [101.1745, -39.86973, 3.1142], "uv": [124, 235]} + ] + }, + { + "name": "rfoot", + "parent": "rleg2", + "pivot": [-3.61394, 7.6349, -31.71272], + "rotation": [1.61405, -22.13991, -10.80524], + "cubes": [ + {"origin": [-8.98929, -2.66439, -37.55853], "size": [12, 15, 9], "pivot": [-4.53016, 6.44135, -31.2282], "rotation": [87.97357, -59.86171, 4.01708], "uv": [75, 164]}, + {"origin": [-8.98929, 12.33561, -37.55853], "size": [12, 4, 5], "pivot": [-4.53016, 6.44135, -31.2282], "rotation": [87.97357, -59.86171, 4.01708], "uv": [191, 112]}, + {"origin": [-7.98929, 16.33561, -37.55853], "size": [2, 3, 5], "pivot": [-4.53016, 6.44135, -31.2282], "rotation": [87.97357, -59.86171, 4.01708], "uv": [172, 0]}, + {"origin": [-6.98929, 19.33561, -37.55853], "size": [0, 3, 5], "pivot": [-4.53016, 6.44135, -31.2282], "rotation": [87.97357, -59.86171, 4.01708], "uv": [224, 15]}, + {"origin": [0.01071, 16.33561, -37.55853], "size": [2, 3, 5], "pivot": [-4.53016, 6.44135, -31.2282], "rotation": [87.97357, -59.86171, 4.01708], "uv": [172, 0]}, + {"origin": [1.01071, 19.33561, -37.55853], "size": [0, 3, 5], "pivot": [-4.53016, 6.44135, -31.2282], "rotation": [87.97357, -59.86171, 4.01708], "uv": [224, 15]}, + {"origin": [-3.98929, 16.33561, -37.55853], "size": [2, 4, 5], "pivot": [-4.53016, 6.44135, -31.2282], "rotation": [87.97357, -59.86171, 4.01708], "uv": [172, 0]}, + {"origin": [-2.98929, 20.33561, -37.55853], "size": [0, 3, 5], "pivot": [-4.53016, 6.44135, -31.2282], "rotation": [87.97357, -59.86171, 4.01708], "uv": [224, 15]} + ] + }, + { + "name": "lleg", + "parent": "LEG", + "pivot": [-9.61394, 32.6349, -1.71272], + "cubes": [ + {"origin": [-14.77809, 22.8344, 2.0868], "size": [12, 12, 14], "pivot": [-8.61394, 25.6349, 10.28728], "rotation": [-147.45224, -42.6944, -171.3929], "uv": [40, 125]}, + {"origin": [-12.097, 28.90467, -11.6174], "size": [10, 12, 15], "pivot": [-10.61394, 33.6349, 1.28728], "rotation": [-147.4522, -42.6944, -171.3929], "uv": [126, 124]} + ] + }, + { + "name": "lleg2", + "parent": "lleg", + "pivot": [-1.61394, 23.6349, 16.28728], + "cubes": [ + {"origin": [-8.34308, 13.02758, 13.94634], "size": [10, 12, 20], "pivot": [-3.61394, 20.6349, 17.28728], "rotation": [-92.54776, 42.6944, 8.6071], "uv": [70, 26]}, + {"origin": [-6.34308, 19.02758, 13.94634], "size": [8, 12, 9], "pivot": [-3.61394, 26.6349, 17.28728], "rotation": [-92.54776, 42.6944, 8.6071], "uv": [126, 235]} + ] + }, + { + "name": "lfoot", + "parent": "lleg2", + "pivot": [-3.61394, 5.6349, 15.28728], + "rotation": [-1.00629, 23.79153, -8.26977], + "cubes": [ + {"origin": [-8.86562, -4.45978, 14.90515], "size": [12, 15, 8], "pivot": [-1.37655, 6.47286, 15.97808], "rotation": [-92.03559, 61.72606, -2.39356], "uv": [0, 164]}, + {"origin": [-8.86562, 10.54022, 17.90515], "size": [12, 4, 5], "pivot": [-1.37655, 6.47286, 15.97808], "rotation": [-92.03559, 61.72606, -2.39356], "uv": [188, 76]}, + {"origin": [0.13438, 14.54022, 17.90515], "size": [2, 3, 5], "pivot": [-1.37655, 6.47286, 15.97808], "rotation": [-92.03559, 61.72606, -2.39356], "uv": [172, 0]}, + {"origin": [1.13438, 17.54022, 17.90515], "size": [0, 3, 5], "pivot": [-1.37655, 6.47286, 15.97808], "rotation": [-92.03559, 61.72606, -2.39356], "uv": [224, 11]}, + {"origin": [-3.86562, 14.54022, 17.90515], "size": [2, 4, 5], "pivot": [-1.37655, 6.47286, 15.97808], "rotation": [-92.03559, 61.72606, -2.39356], "uv": [172, 0]}, + {"origin": [-2.86562, 18.54022, 17.90515], "size": [0, 3, 5], "pivot": [-1.37655, 6.47286, 15.97808], "rotation": [-92.03559, 61.72606, -2.39356], "uv": [224, 11]}, + {"origin": [-7.86562, 14.54022, 17.90515], "size": [2, 3, 5], "pivot": [-1.37655, 6.47286, 15.97808], "rotation": [-92.03559, 61.72606, -2.39356], "uv": [172, 0]}, + {"origin": [-6.86562, 17.54022, 17.90515], "size": [0, 3, 5], "pivot": [-1.37655, 6.47286, 15.97808], "rotation": [-92.03559, 61.72606, -2.39356], "uv": [224, 11]} + ] + }, + { + "name": "torso", + "parent": "MAINTHING", + "pivot": [-11.61394, 30.6349, -1.71272], + "rotation": [0, 0, 17.5] + }, + { + "name": "middleseg", + "parent": "torso", + "pivot": [-15.78149, 41.27029, -8.71272], + "cubes": [ + {"origin": [-19.78149, 42.27029, -14.21272], "size": [11, 12, 15], "pivot": [-15.78149, 41.27029, -8.71272], "rotation": [0, 0, 5], "uv": [133, 62]} + ] + }, + { + "name": "upperseg", + "parent": "middleseg", + "pivot": [-14.78149, 49.27029, -8.71272], + "rotation": [0, 0, 17.5], + "cubes": [ + {"origin": [-20.13012, 48.25507, -17.21272], "size": [13, 15, 21], "uv": [44, 220]}, + {"origin": [-19.13012, 63.25507, -11.71272], "size": [11, 5, 10], "uv": [166, 141]} + ] + }, + { + "name": "neck", + "parent": "upperseg", + "pivot": [-15.13012, 66.25507, -6.71272], + "rotation": [0, 0, 32.5], + "cubes": [ + {"origin": [-18.13012, 66.25507, -10.71272], "size": [9, 8, 8], "uv": [192, 34]}, + {"origin": [-17.13012, 70.25507, -9.71272], "size": [7, 8, 6], "uv": [195, 36]}, + {"origin": [-22.13012, 68.25507, -6.71272], "size": [13, 5, 0], "uv": [213, 218]} + ] + }, + { + "name": "looky", + "parent": "neck", + "pivot": [-15.13012, 76.25507, -6.71272], + "rotation": [0, -87.5, 0] + }, + { + "name": "head", + "parent": "looky", + "pivot": [-15.13012, 75.25507, -9.71272], + "rotation": [-86.97321, 80.2195, -88.4628], + "cubes": [ + {"origin": [-11.23947, 77.97324, -13.71272], "size": [6, 5, 8], "uv": [83, 188]}, + {"origin": [-13.23947, 75.97324, -6.81272], "size": [3, 4, 1], "pivot": [-11.23947, 76.97324, -4.71272], "rotation": [0, 0, 42.5], "uv": [86, 100]}, + {"origin": [-13.23947, 75.97324, -13.61272], "size": [3, 4, 1], "pivot": [-11.23947, 76.97324, -10.71272], "rotation": [0, 0, 42.5], "uv": [99, 5]}, + {"origin": [-6.23947, 77.97324, -12.21272], "size": [4, 4, 5], "uv": [110, 36]}, + {"origin": [-8.23947, 78.97324, -10.21272], "size": [6, 3, 3], "pivot": [-2.23947, 81.97324, -8.71272], "rotation": [-45, 0, 22.5], "uv": [0, 60]}, + {"origin": [-3.23947, 75.97324, -22.71272], "size": [1, 3, 3], "pivot": [-8.23947, 63.97324, -14.71272], "rotation": [-45, 0, 0], "uv": [40, 80]}, + {"origin": [-22.23947, 74.97324, -14.71272], "size": [11, 8, 10], "uv": [67, 0]}, + {"origin": [-18.93898, 78.89512, -12.21272], "size": [9, 5, 5], "pivot": [-10.23947, 81.97324, -8.71272], "rotation": [0, 0, 35], "uv": [0, 239]}, + {"origin": [-25.23947, 80.47324, -11.21272], "size": [9, 8, 3], "pivot": [-16.23947, 87.97324, -8.71272], "rotation": [0, 0, -2.5], "uv": [207, 121]}, + {"origin": [-29.63947, 83.97324, -10.71272], "size": [6, 4, 2], "pivot": [-24.23947, 86.97324, -9.71272], "rotation": [0, 0, -27.5], "uv": [134, 89]}, + {"origin": [-31.63947, 81.97324, -10.21272], "size": [5, 4, 1], "pivot": [-26.23947, 85.97324, -8.71272], "rotation": [0, 0, 5], "uv": [0, 0]}, + {"origin": [-35.23947, 80.97324, -10.21272], "size": [7, 3, 1], "pivot": [-28.23947, 84.97324, -9.71272], "rotation": [0, 0, 57.5], "uv": [94, 58]}, + {"origin": [-43.23947, 85.97324, -9.71272], "size": [10, 3, 0], "pivot": [-27.23947, 89.97324, -10.71272], "rotation": [0, 0, 10], "uv": [216, 26]} + ] + }, + { + "name": "eyer", + "parent": "head", + "pivot": [-16.23947, 66.97324, -4.71272], + "cubes": [ + {"origin": [-10.43947, 79.97324, -5.70272], "size": [2, 1, 0], "uv": [50, 124]}, + {"origin": [-10.03947, 79.97324, -5.69272], "size": [1, 1, 0], "uv": [66, 48]}, + {"origin": [-10.43947, 79.57324, -5.70272], "size": [2, 1, 0], "uv": [88, 107]}, + {"origin": [-11.23947, 78.97324, -5.71272], "size": [4, 2, 0], "uv": [239, 149]} + ] + }, + { + "name": "eyel", + "parent": "head", + "pivot": [-16.23947, 66.97324, -10.71272], + "cubes": [ + {"origin": [-10.43947, 79.97324, -13.72272], "size": [2, 1, 0], "uv": [10, 99]}, + {"origin": [-10.43947, 79.57324, -13.72272], "size": [2, 1, 0], "uv": [2, 99]}, + {"origin": [-10.03947, 79.97324, -13.73272], "size": [1, 1, 0], "uv": [63, 61]}, + {"origin": [-11.23947, 78.97324, -13.72], "size": [4, 2, 0], "uv": [243, 144]} + ] + }, + { + "name": "teeths2", + "parent": "head", + "pivot": [-16.23947, 62.97324, -3.71272], + "cubes": [ + {"origin": [-16.23947, 87.82324, -6.71272], "size": [1, 1, 0], "pivot": [-25.23947, 75.97324, -4.71272], "rotation": [0, 0, 45], "uv": [20, 3]}, + {"origin": [-14.98947, 88.12324, -6.71272], "size": [1, 1, 0], "pivot": [-24.23947, 75.97324, -4.71272], "rotation": [0, 0, 45], "uv": [20, 2]}, + {"origin": [-11.73947, 87.47324, -6.71272], "size": [1, 1, 0], "pivot": [-21.23947, 77.97324, -4.71272], "rotation": [0, 0, 45], "uv": [20, 1]}, + {"origin": [-12.23947, 87.82324, -7.71272], "size": [1, 1, 0], "pivot": [-21.23947, 75.97324, -5.71272], "rotation": [0, 0, 45], "uv": [20, 0]}, + {"origin": [-10.73947, 88.17324, -7.71272], "size": [1, 1, 0], "pivot": [-20.23947, 75.97324, -5.71272], "rotation": [0, 0, 45], "uv": [10, 5]}, + {"origin": [-12.23947, 87.82324, -11.71272], "size": [1, 1, 0], "pivot": [-21.23947, 75.97324, -9.71272], "rotation": [0, 0, 45], "uv": [8, 5]}, + {"origin": [-10.73947, 88.17324, -11.71272], "size": [1, 1, 0], "pivot": [-20.23947, 75.97324, -9.71272], "rotation": [0, 0, 45], "uv": [6, 5]}, + {"origin": [-16.23947, 87.82324, -12.71272], "size": [1, 1, 0], "pivot": [-25.23947, 75.97324, -10.71272], "rotation": [0, 0, 45], "uv": [4, 5]}, + {"origin": [-14.98947, 88.12324, -12.71272], "size": [1, 1, 0], "pivot": [-24.23947, 75.97324, -10.71272], "rotation": [0, 0, 45], "uv": [2, 5]}, + {"origin": [-12.73947, 87.97324, -12.71272], "size": [1, 1, 0], "pivot": [-22.23947, 76.97324, -10.71272], "rotation": [0, 0, 45], "uv": [0, 5]} + ] + }, + { + "name": "jaw", + "parent": "head", + "pivot": [-12.23947, 76.97324, -8.71272], + "rotation": [0, 0, 2.5], + "cubes": [ + {"origin": [-7.23947, 74.97324, -12.21272], "size": [4, 3, 5], "uv": [48, 58]}, + {"origin": [-12.23947, 74.97324, -13.21272], "size": [6, 3, 7], "uv": [102, 205]} + ] + }, + { + "name": "teeths", + "parent": "jaw", + "pivot": [-16.23947, 62.97324, -3.71272], + "cubes": [ + {"origin": [-16.23947, 87.82324, -6.71272], "size": [1, 1, 0], "pivot": [-25.23947, 75.97324, -4.71272], "rotation": [0, 0, 45], "uv": [18, 46]}, + {"origin": [-14.98947, 88.12324, -6.71272], "size": [1, 1, 0], "pivot": [-24.23947, 75.97324, -4.71272], "rotation": [0, 0, 45], "uv": [20, 22]}, + {"origin": [-12.98947, 88.47324, -6.71272], "size": [1, 1, 0], "pivot": [-23.23947, 76.97324, -4.71272], "rotation": [0, 0, 45], "uv": [20, 6]}, + {"origin": [-12.73947, 86.97324, -6.71272], "size": [1, 1, 0], "pivot": [-22.23947, 75.97324, -4.71272], "rotation": [0, 0, 45], "uv": [20, 21]}, + {"origin": [-12.23947, 87.82324, -7.71272], "size": [1, 1, 0], "pivot": [-21.23947, 75.97324, -5.71272], "rotation": [0, 0, 45], "uv": [20, 7]}, + {"origin": [-10.73947, 88.17324, -7.71272], "size": [1, 1, 0], "pivot": [-20.23947, 75.97324, -5.71272], "rotation": [0, 0, 45], "uv": [20, 8]}, + {"origin": [-12.23947, 87.82324, -11.71272], "size": [1, 1, 0], "pivot": [-21.23947, 75.97324, -9.71272], "rotation": [0, 0, 45], "uv": [20, 4]}, + {"origin": [-10.73947, 88.17324, -11.71272], "size": [1, 1, 0], "pivot": [-20.23947, 75.97324, -9.71272], "rotation": [0, 0, 45], "uv": [20, 5]}, + {"origin": [-16.23947, 87.82324, -12.71272], "size": [1, 1, 0], "pivot": [-25.23947, 75.97324, -10.71272], "rotation": [0, 0, 45], "uv": [20, 9]}, + {"origin": [-14.98947, 88.12324, -12.71272], "size": [1, 1, 0], "pivot": [-24.23947, 75.97324, -10.71272], "rotation": [0, 0, 45], "uv": [20, 10]}, + {"origin": [-12.73947, 87.97324, -12.71272], "size": [1, 1, 0], "pivot": [-22.23947, 76.97324, -10.71272], "rotation": [0, 0, 45], "uv": [20, 11]} + ] + }, + { + "name": "limbtops", + "parent": "upperseg", + "pivot": [-15.13012, 53.25507, -8.71272] + }, + { + "name": "shuolderr", + "parent": "limbtops", + "pivot": [-10.13012, 63.25507, -10.71272], + "rotation": [32.84238, 17.95115, -36.26978], + "cubes": [ + {"origin": [-14.29471, 59.22742, -20.74435], "size": [9, 9, 9], "uv": [0, 187]} + ] + }, + { + "name": "armr", + "parent": "shuolderr", + "pivot": [-9.29471, 62.22742, -19.74435], + "rotation": [25.0209, 2.26564, 1.0571], + "cubes": [ + {"origin": [-11.29471, 60.22742, -37.25067], "size": [7, 7, 11], "pivot": [-8.22656, 61.07176, -27.25067], "rotation": [0, 175, 0], "uv": [182, 186]} + ] + }, + { + "name": "flapr", + "parent": "armr", + "pivot": [-11.22656, 65.07176, -26.25067], + "rotation": [22.70156, -26.00855, 6.50185], + "cubes": [ + {"origin": [-13.66774, 62.99082, -36.54953], "size": [10, 5, 10], "uv": [117, 173]}, + {"origin": [-14.66774, 63.99082, -51.54953], "size": [12, 4, 15], "uv": [136, 97]}, + {"origin": [-9.66774, 60.99082, -47.54953], "size": [2, 3, 2], "pivot": [-11.16774, 64.49082, -44.54953], "rotation": [-20, 0, 0], "uv": [99, 0]}, + {"origin": [-8.66774, 58.99082, -47.54953], "size": [0, 3, 2], "pivot": [-11.16774, 64.49082, -44.54953], "rotation": [-20, 0, 0], "uv": [242, 25]}, + {"origin": [-6.66774, 60.99082, -42.54953], "size": [2, 3, 2], "pivot": [-8.16774, 64.49082, -39.54953], "rotation": [0, 0, -12.5], "uv": [99, 0]}, + {"origin": [-5.66774, 58.99082, -42.54953], "size": [0, 2, 2], "pivot": [-8.16774, 64.49082, -39.54953], "rotation": [0, 0, -12.5], "uv": [65, 51]}, + {"origin": [-12.66774, 61.99082, -42.54953], "size": [2, 3, 2], "pivot": [-14.16774, 65.49082, -39.54953], "rotation": [0, 0, 10], "uv": [99, 0]}, + {"origin": [-11.66774, 59.99082, -42.54953], "size": [0, 2, 2], "pivot": [-14.16774, 65.49082, -39.54953], "rotation": [0, 0, 10], "uv": [65, 51]} + ] + }, + { + "name": "rfingee", + "parent": "flapr", + "pivot": [-10.16774, 66.49082, -51.54953], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [-6.66774, 65.14647, -51.59315], "size": [4, 2, 14], "pivot": [-5.16774, 64.48987, -50.59315], "rotation": [0, 155, 0], "uv": [97, 189]}, + {"origin": [-10.66774, 66.64647, -62.59315], "size": [8, 0, 12], "pivot": [-5.16774, 65.48987, -51.59315], "rotation": [0, -17.5, 0], "uv": [121, 0]}, + {"origin": [-10.66774, 65.64647, -76.59315], "size": [4, 2, 14], "pivot": [-9.16774, 64.48987, -63.59315], "rotation": [0, -177.5, 0], "uv": [188, 60]}, + {"origin": [-18.66774, 65.64647, -73.59315], "size": [4, 2, 14], "pivot": [-17.16774, 64.48987, -60.59315], "rotation": [-177.17322, -32.48404, 179.23316], "uv": [61, 188]}, + {"origin": [-13.66774, 66.64647, -62.59315], "size": [8, 0, 12], "pivot": [-12.16774, 65.48987, -51.59315], "rotation": [0, 17.5, 0], "uv": [121, 0]} + ] + }, + { + "name": "shoulderl", + "parent": "limbtops", + "pivot": [-11.13012, 63.25507, -0.71272], + "rotation": [-43.95609, -2.32942, -23.1038], + "cubes": [ + {"origin": [-15.13012, 58.25507, -0.71272], "size": [9, 9, 9], "uv": [0, 187]} + ] + }, + { + "name": "arml", + "parent": "shoulderl", + "pivot": [-11.13012, 62.25507, 7.28728], + "rotation": [-12.79362, 12.19908, -2.74715], + "cubes": [ + {"origin": [-14.13012, 59.25507, 5.28728], "size": [7, 7, 11], "uv": [182, 186]} + ] + }, + { + "name": "flapl", + "parent": "arml", + "pivot": [-12.13012, 64.25507, 15.28728], + "rotation": [-23.01152, 17.11129, -1.9999], + "cubes": [ + {"origin": [-15.41368, 60.75507, 15.31098], "size": [10, 6, 10], "uv": [117, 173]}, + {"origin": [-16.41368, 61.75507, 25.31098], "size": [12, 5, 15], "uv": [136, 97]}, + {"origin": [-11.41368, 58.75507, 34.31098], "size": [2, 3, 2], "pivot": [-11.91368, 63.25507, 35.31098], "rotation": [17.5, 0, 0], "uv": [99, 0]}, + {"origin": [-10.41368, 56.75507, 34.31098], "size": [0, 2, 2], "pivot": [-11.91368, 63.25507, 35.31098], "rotation": [17.5, 0, 0], "uv": [217, 20]}, + {"origin": [-8.41368, 57.75507, 29.31098], "size": [2, 3, 2], "pivot": [-8.91368, 62.25507, 30.31098], "rotation": [-17.5, 0, -15], "uv": [99, 0]}, + {"origin": [-7.41368, 55.75507, 29.31098], "size": [0, 2, 2], "pivot": [-8.91368, 62.25507, 30.31098], "rotation": [-17.5, 0, -15], "uv": [212, 19]}, + {"origin": [-14.41368, 58.75507, 29.31098], "size": [2, 3, 2], "pivot": [-14.91368, 63.25507, 30.31098], "rotation": [-19.71975, 3.40487, 9.40804], "uv": [99, 0]}, + {"origin": [-13.41368, 56.75507, 29.31098], "size": [0, 2, 2], "pivot": [-14.91368, 63.25507, 30.31098], "rotation": [-19.71975, 3.40487, 9.40804], "uv": [212, 19]} + ] + }, + { + "name": "lfingee", + "parent": "flapl", + "pivot": [-11.91368, 63.25507, 40.31098], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-5.41368, 64.25507, 40.31098], "size": [4, 2, 14], "pivot": [-9.91368, 63.25507, 51.31098], "rotation": [0, 17.5, 0], "uv": [97, 189]}, + {"origin": [-9.41368, 65.25507, 40.31098], "size": [6, 0, 12], "pivot": [-8.91368, 64.25507, 51.31098], "rotation": [0, 17.5, 0], "uv": [121, 0]}, + {"origin": [-12.41368, 64.25507, 39.31098], "size": [4, 2, 14], "uv": [188, 60]}, + {"origin": [-18.41368, 64.25507, 36.31098], "size": [4, 2, 14], "pivot": [-22.91368, 63.25507, 47.31098], "rotation": [0, -15, 0], "uv": [61, 188]} + ] + }, + { + "name": "winger", + "parent": "limbtops", + "pivot": [-17.13012, 61.25507, -17.71272], + "rotation": [-22.5, 17.5, 0], + "cubes": [ + {"origin": [-23.13012, 59.25507, -19.71272], "size": [8, 8, 8], "pivot": [-20.13012, 62.25507, -15.71272], "rotation": [-7.5, 5, 0], "uv": [200, 150]}, + {"origin": [-21.13012, 60.25507, -27.71272], "size": [5, 6, 8], "pivot": [-20.13012, 62.25507, -15.71272], "rotation": [-7.5, 5, 0], "uv": [52, 204]} + ] + }, + { + "name": "wingrseg1", + "parent": "winger", + "pivot": [-20.13012, 65.25507, -27.71272], + "rotation": [2.20342, 19.39116, -3.50338], + "cubes": [ + {"origin": [-19.63012, 60.75507, -36.71272], "size": [2, 5, 10], "pivot": [-20.13012, 62.25507, -15.71272], "rotation": [-7.5, 5, 0], "uv": [78, 204]} + ] + }, + { + "name": "wingtip", + "parent": "wingrseg1", + "pivot": [-23.13012, 66.25507, 10.28728], + "cubes": [ + {"origin": [-19.64012, 48.75507, -46.71272], "size": [2, 7, 7], "pivot": [-20.13012, 51.25507, -19.71272], "rotation": [-40, 5, 0], "uv": [119, 189]}, + {"origin": [-21.36943, 66.21962, -51.04023], "size": [2, 7, 15], "pivot": [-19.13012, 69.25507, -39.71272], "rotation": [-77.5, 5, 0], "uv": [169, 74]}, + {"origin": [-21.36943, 43.21962, -51.04023], "size": [2, 26, 6], "pivot": [-19.13012, 70.25507, -39.71272], "rotation": [-102.5, 5, 0], "uv": [36, 193]}, + {"origin": [-20.36943, 57.21962, -51.04023], "size": [0, 5, 9], "pivot": [-19.13012, 70.25507, -39.71272], "rotation": [-152.5, 5, 0], "uv": [226, 59]}, + {"origin": [-21.36943, 39.21962, -56.04023], "size": [2, 19, 5], "pivot": [-19.13012, 60.25507, -39.71272], "rotation": [-82.5, 5, 0], "uv": [173, 204]}, + {"origin": [-20.36943, 41.21962, -63.04023], "size": [0, 17, 8], "pivot": [-19.13012, 60.25507, -39.71272], "rotation": [-82.5, 5, 0], "uv": [0, 72]}, + {"origin": [-21.36943, 45.21962, -50.04023], "size": [2, 16, 5], "pivot": [-19.13012, 60.25507, -39.71272], "rotation": [-70, 5, 0], "uv": [210, 50]}, + {"origin": [-20.36943, 47.21962, -54.04023], "size": [0, 14, 9], "pivot": [-19.13012, 60.25507, -39.71272], "rotation": [-70, 5, 0], "uv": [0, 37]} + ] + }, + { + "name": "wingel", + "parent": "limbtops", + "pivot": [-15.13012, 61.25507, 3.28728], + "cubes": [ + {"origin": [-22.13012, 59.25507, -1.71272], "size": [8, 8, 8], "pivot": [-17.13012, 61.25507, 3.28728], "rotation": [26.78135, -20.29348, -9.92926], "uv": [200, 150]}, + {"origin": [-20.13012, 60.25507, 6.28728], "size": [5, 6, 9], "pivot": [-17.13012, 61.25507, 3.28728], "rotation": [26.78135, -20.29348, -9.92926], "uv": [203, 166]} + ] + }, + { + "name": "wingelseg1", + "parent": "wingel", + "pivot": [-21.13012, 67.25507, 11.28728], + "rotation": [-22.57673, -9.96156, 0.88045], + "cubes": [ + {"origin": [-22.8647, 65.02709, 12.26843], "size": [2, 5, 10], "pivot": [-21.13012, 66.25507, 12.28728], "rotation": [53.36553, -31.59514, -24.83759], "uv": [149, 204]} + ] + }, + { + "name": "wingtip2", + "parent": "wingelseg1", + "pivot": [-21.13012, 66.25507, 12.28728], + "cubes": [ + {"origin": [-22.86412, 61.02709, 19.26843], "size": [2, 7, 7], "pivot": [-21.13012, 66.25507, 12.28728], "rotation": [73.36553, -31.59514, -24.83759], "uv": [207, 181]}, + {"origin": [-22.8647, 49.02709, 15.26843], "size": [2, 7, 15], "pivot": [-21.13012, 66.25507, 12.28728], "rotation": [130.86553, -31.59514, -24.83759], "uv": [173, 38]}, + {"origin": [-22.8647, 23.02709, 17.26843], "size": [2, 26, 6], "pivot": [-21.13012, 66.25507, 12.28728], "rotation": [158.36553, -31.59514, -24.83759], "uv": [133, 198]}, + {"origin": [-21.8647, 42.02709, 6.26843], "size": [0, 5, 9], "pivot": [-21.13012, 66.25507, 12.28728], "rotation": [-161.63447, -31.59514, -24.83759], "uv": [234, 79]}, + {"origin": [-22.8647, 29.02709, 18.26843], "size": [2, 19, 5], "pivot": [-21.13012, 66.25507, 12.28728], "rotation": [140.86553, -31.59514, -24.83759], "uv": [187, 204]}, + {"origin": [-21.8647, 31.02709, 23.26843], "size": [0, 17, 6], "pivot": [-21.13012, 66.25507, 12.28728], "rotation": [140.86553, -31.59514, -24.83759], "uv": [0, 0]}, + {"origin": [-22.86412, 35.02709, 17.26843], "size": [2, 16, 5], "pivot": [-21.13012, 66.25507, 12.28728], "rotation": [123.36553, -31.59514, -24.83759], "uv": [0, 214]}, + {"origin": [-21.8647, 37.02709, 21.26843], "size": [0, 14, 7], "pivot": [-21.13012, 66.25507, 12.28728], "rotation": [123.36553, -31.59514, -24.83759], "uv": [0, 105]} + ] + }, + { + "name": "seg3", + "parent": "torso", + "pivot": [-14.78149, 41.27029, -1.71272], + "rotation": [0, 0, -10], + "cubes": [ + {"origin": [-20.78149, 34.27029, -16.21272], "size": [13, 9, 19], "uv": [41, 94]}, + {"origin": [-21.28149, 25.27029, -17.21272], "size": [14, 14, 21], "uv": [184, 221]}, + {"origin": [-16.78149, 26.27029, -7.71272], "size": [11, 13, 8], "pivot": [-12.78149, 26.27029, -10.71272], "rotation": [-160, 0, 180], "uv": [165, 165]}, + {"origin": [-19.78149, 26.27029, 0.28728], "size": [11, 13, 8], "pivot": [-15.78149, 26.27029, -3.71272], "rotation": [20, 0, 0], "uv": [165, 165]} + ] + }, + { + "name": "tail", + "parent": "seg3", + "pivot": [-16.78149, 31.27029, -8.71272], + "rotation": [0, 0, 12.5], + "cubes": [ + {"origin": [-31.33917, 27.66911, -14.71272], "size": [11, 12, 15], "uv": [89, 112]}, + {"origin": [-27.33917, 28.66911, -13.71272], "size": [11, 10, 12], "uv": [92, 115]} + ] + }, + { + "name": "tailseg1", + "parent": "tail", + "pivot": [-30.33917, 31.66911, -8.71272], + "rotation": [0, 0, 12.5], + "cubes": [ + {"origin": [-39.33917, 28.66911, -12.71272], "size": [12, 10, 12], "uv": [125, 151]}, + {"origin": [-41.33917, 47.66911, -18.71272], "size": [14, 0, 6], "pivot": [-36.33917, 42.66911, -20.71272], "rotation": [-57.5, 0, 0], "uv": [222, 46]}, + {"origin": [-41.33917, 38.66911, -3.71272], "size": [14, 10, 0], "pivot": [-36.33917, 38.66911, -5.71272], "rotation": [-57.5, 0, 0], "uv": [228, 33]}, + {"origin": [-41.33917, 21.66911, -6.71272], "size": [14, 10, 0], "uv": [226, 55]} + ] + }, + { + "name": "bumble", + "parent": "tailseg1", + "pivot": [-38.33917, 33.66911, -8.71272], + "rotation": [0, 0, 2.5], + "cubes": [ + {"origin": [-61.33917, 22.66911, -17.71272], "size": [22, 23, 23], "uv": [0, 0]}, + {"origin": [-71.33917, 25.66911, -14.71272], "size": [10, 17, 17], "uv": [97, 78]}, + {"origin": [-70.33917, 38.66911, 12.28728], "size": [8, 7, 0], "pivot": [-70.33917, 51.66911, 9.28728], "rotation": [-47.5, 0, 0], "uv": [224, 8]}, + {"origin": [-70.33917, 34.66911, -22.71272], "size": [8, 7, 0], "pivot": [-70.33917, 47.66911, -25.71272], "rotation": [47.5, 0, 0], "uv": [224, 8]}, + {"origin": [-70.33917, 18.66911, -5.71272], "size": [8, 7, 0], "uv": [236, 17]}, + {"origin": [-81.33917, 27.66911, -12.71272], "size": [10, 13, 13], "uv": [0, 138]}, + {"origin": [-89.33917, 30.66911, -9.71272], "size": [8, 7, 7], "uv": [170, 60]}, + {"origin": [-50.33917, 43.66911, -15.71272], "size": [12, 5, 19], "uv": [111, 39]}, + {"origin": [-50.33917, 19.66911, -15.71272], "size": [12, 5, 19], "uv": [90, 0]}, + {"origin": [-50.33917, 19.66911, 3.28728], "size": [12, 29, 5], "uv": [41, 159]}, + {"origin": [-50.33917, 19.66911, -20.71272], "size": [12, 29, 5], "uv": [154, 19]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/zeraora.geo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/zeraora.geo.json new file mode 100644 index 0000000..9e07887 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/models/zeraora.geo.json @@ -0,0 +1,411 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.zeraora", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 5, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "zeraora", + "pivot": [0, 0, 0] + }, + { + "name": "waist", + "parent": "zeraora", + "pivot": [0, 2.25, 0], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-4, 15.75, -1.5], "size": [8, 3, 5], "uv": [0, 22]}, + {"origin": [-3.5, 18.75, -1.5], "size": [7, 3, 5], "uv": [21, 25]} + ] + }, + { + "name": "thigh_r", + "parent": "waist", + "pivot": [-2.5, 15.75, 1], + "rotation": [-10, 5, 5], + "cubes": [ + {"origin": [-5, 8.75, -1.5], "size": [5, 8, 5], "uv": [23, 104]} + ] + }, + { + "name": "leg_r", + "parent": "thigh_r", + "pivot": [-3, 8.75, -1.5], + "rotation": [-50, 0, 0], + "cubes": [ + {"origin": [-4.51, 8.75, -1.5], "size": [4, 4, 4], "uv": [0, 84]}, + {"origin": [-3.5, 9.75, 2.25], "size": [2, 2, 3], "uv": [64, 29]} + ] + }, + { + "name": "leg2_r", + "parent": "leg_r", + "pivot": [-2.5, 11.75, 5.25], + "rotation": [25, 0, 0], + "cubes": [ + {"origin": [-3.51, 6.75, 3.25], "size": [2, 5, 2], "uv": [58, 57]} + ] + }, + { + "name": "foot_r", + "parent": "leg2_r", + "pivot": [-2.5, 6.75, 3.25], + "rotation": [30, 0, 0], + "cubes": [ + {"origin": [-4, 4.75, 1], "size": [3, 2, 4], "uv": [5, 65]} + ] + }, + { + "name": "toes_r", + "parent": "foot_r", + "pivot": [-2.5, 6.75, 2.5], + "cubes": [ + {"origin": [-4.5, 4.76, 0.5], "size": [4, 2, 2], "uv": [28, 66]}, + {"origin": [-2.5, 5.01, -0.5], "size": [0, 1, 1], "uv": [4, 0]}, + {"origin": [-3.5, 5.01, -0.5], "size": [0, 1, 1], "uv": [4, 0]}, + {"origin": [-1.5, 5.01, -0.5], "size": [0, 1, 1], "uv": [4, 0]} + ] + }, + { + "name": "thigh_l", + "parent": "waist", + "pivot": [2.5, 15.75, 1], + "rotation": [-10, -5, -5], + "cubes": [ + {"origin": [0, 8.75, -1.5], "size": [5, 8, 5], "uv": [89, 83]} + ] + }, + { + "name": "leg_l", + "parent": "thigh_l", + "pivot": [2, 8.75, -1.5], + "rotation": [-50, 0, 0], + "cubes": [ + {"origin": [0.51, 8.75, -1.5], "size": [4, 4, 4], "uv": [91, 97]}, + {"origin": [1.5, 9.75, 2.25], "size": [2, 2, 3], "uv": [64, 29]} + ] + }, + { + "name": "leg2_l", + "parent": "leg_l", + "pivot": [2.5, 11.75, 5.25], + "rotation": [25, 0, 0], + "cubes": [ + {"origin": [1.49, 6.75, 3.25], "size": [2, 5, 2], "uv": [58, 57]} + ] + }, + { + "name": "foot_l", + "parent": "leg2_l", + "pivot": [2.5, 6.75, 3.25], + "rotation": [30, 0, 0], + "cubes": [ + {"origin": [1, 4.75, 1], "size": [3, 2, 4], "uv": [5, 65]} + ] + }, + { + "name": "toes_l", + "parent": "foot_l", + "pivot": [2.5, 6.75, 2.5], + "cubes": [ + {"origin": [0.5, 4.76, 0.5], "size": [4, 2, 2], "uv": [28, 66]}, + {"origin": [2.5, 5.01, -0.5], "size": [0, 1, 1], "uv": [4, 0]}, + {"origin": [1.5, 5.01, -0.5], "size": [0, 1, 1], "uv": [4, 0]}, + {"origin": [3.5, 5.01, -0.5], "size": [0, 1, 1], "uv": [4, 0]} + ] + }, + { + "name": "body", + "parent": "waist", + "pivot": [0, 18.75, 0], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-2.5, 21, -0.5], "size": [5, 3, 3], "uv": [52, 17]}, + {"origin": [-3, 18.25, -1], "size": [6, 3, 4], "uv": [40, 23]} + ] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 23.75, 0], + "cubes": [ + {"origin": [-3, 23.75, -1], "size": [6, 6, 4], "uv": [32, 13]}, + {"origin": [-2.5, 23.75, -1.01], "size": [5, 4, 0], "uv": [11, 43]} + ] + }, + { + "name": "neck", + "parent": "torso", + "pivot": [0, 29.25, 1], + "cubes": [ + {"origin": [-1, 29.25, 0], "size": [2, 2, 2], "uv": [27, 43]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 31.25, 0], + "rotation": [-7.5, 0, 0], + "cubes": [ + {"origin": [-3.5, 31.25, -2], "size": [7, 7, 7], "uv": [0, 0]}, + {"origin": [2.5, 31.25, -1], "size": [2, 4, 5], "uv": [45, 48]}, + {"origin": [-4.5, 31.25, -1], "size": [2, 4, 5], "uv": [48, 30]}, + {"origin": [-5.25, 30.5, 1.5], "size": [2, 2, 0], "pivot": [-4.5, 31.25, 1.5], "rotation": [0, 0, -45], "uv": [0, 3]}, + {"origin": [3.75, 30.5, 1.5], "size": [2, 2, 0], "pivot": [4.5, 31.25, 1.5], "rotation": [0, 180, 45], "uv": [0, 3]}, + {"origin": [-6, 32.5, 1.51], "size": [2, 2, 0], "uv": [0, 3]}, + {"origin": [3, 32.5, 1.49], "size": [2, 2, 0], "pivot": [4.5, 33.5, 1.5], "rotation": [0, 180, 0], "uv": [0, 3]}, + {"origin": [-6.25, 33.75, 1.5], "size": [2, 2, 0], "pivot": [-4.5, 34.75, 1.5], "rotation": [0, 0, 15], "uv": [0, 14]}, + {"origin": [4.25, 33.75, 1.5], "size": [2, 2, 0], "pivot": [4.5, 34.75, 1.5], "rotation": [0, 0, -15], "uv": [0, 1]} + ] + }, + { + "name": "eye_l", + "parent": "head", + "pivot": [2.5, 34.75, -2.015], + "rotation": [0, 0, -27.5], + "cubes": [ + {"origin": [0.7, 33.95, -2.01], "size": [2, 1, 0], "uv": [0, 16]}, + {"origin": [0.5, 33.75, -2.015], "size": [2, 1, 0], "uv": [21, 5]}, + {"origin": [1, 33.75, -2.02], "size": [1, 1, 0], "uv": [4, 6]} + ] + }, + { + "name": "eye_l_closed", + "parent": "eye_l", + "pivot": [2.5, 34.75, -2.015], + "cubes": [ + {"origin": [0.5, 33.75, -2], "size": [2, 0.5, 0], "uv": [119, 15]} + ] + }, + { + "name": "eye_r", + "parent": "head", + "pivot": [-2.5, 34.75, -2.015], + "rotation": [0, 0, 27.5], + "cubes": [ + {"origin": [-2.7, 33.95, -2.01], "size": [2, 1, 0], "uv": [0, 18]}, + {"origin": [-2.5, 33.75, -2.015], "size": [2, 1, 0], "uv": [0, 17]}, + {"origin": [-2, 33.75, -2.02], "size": [1, 1, 0], "uv": [21, 0]} + ] + }, + { + "name": "eye_r_closed", + "parent": "eye_r", + "pivot": [-2.5, 34.75, -2.015], + "cubes": [ + {"origin": [-2.5, 33.75, -2], "size": [2, 0.5, 0], "uv": [119, 15]} + ] + }, + { + "name": "snout", + "parent": "head", + "pivot": [0, 13.25, 0], + "cubes": [ + {"origin": [-0.25, 32.75, -2.76], "size": [0.5, 0.5, 0], "uv": [127, 1]}, + {"origin": [-2, 32.24, -2.75], "size": [4, 1, 1], "uv": [56, 23]}, + {"origin": [0.5, 32.15, -2.49], "size": [1, 1, 0], "pivot": [1, 32.25, -2.51], "rotation": [0, 0, 45], "uv": [106, 31]}, + {"origin": [-1.5, 32.15, -2.49], "size": [1, 1, 0], "pivot": [-1, 32.25, -2.51], "rotation": [0, 0, -45], "uv": [106, 31]} + ] + }, + { + "name": "jaw", + "parent": "snout", + "pivot": [0, 32.25, -1], + "cubes": [ + {"origin": [-2, 31.24, -2.75], "size": [4, 1, 2], "uv": [83, 60]} + ] + }, + { + "name": "top", + "parent": "head", + "pivot": [0, 38.25, -2], + "rotation": [-65, 0, 0], + "cubes": [ + {"origin": [-2.5, 38.25, -2], "size": [5, 6, 3], "uv": [33, 44]}, + {"origin": [-2.49, 44.25, -2], "size": [5, 3, 3], "pivot": [0, 44.25, -2], "rotation": [-37.5, 0, 0], "uv": [49, 11]} + ] + }, + { + "name": "forehead", + "parent": "head", + "pivot": [0, 35.25, -2.01], + "rotation": [7.5, 0, 0], + "cubes": [ + {"origin": [-1, 36.25, -2.01], "size": [2, 2, 0], "uv": [0, 5]}, + {"origin": [-0.5, 35.25, -2.01], "size": [1, 1, 0], "uv": [4, 4]} + ] + }, + { + "name": "forehead2", + "parent": "forehead", + "pivot": [0, 38.25, -2.01], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [-1, 38.25, -2.01], "size": [2, 2, 0], "uv": [0, 73]}, + {"origin": [-0.5, 40.25, -2.01], "size": [1, 1, 0], "uv": [0, 71]} + ] + }, + { + "name": "whisker", + "parent": "head", + "pivot": [2.75, 33, -2], + "rotation": [0, 20, -20], + "cubes": [ + {"origin": [2.75, 32.75, -2], "size": [2, 0.5, 0], "uv": [119, 1]}, + {"origin": [4.25, 32.25, -2], "size": [2, 0.5, 0], "uv": [119, 10]} + ] + }, + { + "name": "whisker2", + "parent": "head", + "pivot": [-2.75, 33, -2], + "rotation": [0, 160, 20], + "cubes": [ + {"origin": [-2.75, 32.75, -2], "size": [2, 0.5, 0], "uv": [119, 4]}, + {"origin": [-1.25, 32.25, -2], "size": [2, 0.5, 0], "uv": [119, 7]} + ] + }, + { + "name": "ear_l", + "parent": "head", + "pivot": [2.5, 37.25, 1.5], + "rotation": [0, 0, 40], + "cubes": [ + {"origin": [1.75, 34.5, -1.5], "size": [3, 4, 6], "uv": [36, 33]}, + {"origin": [1.74, 36.75, 0.25], "size": [3, 4, 4], "pivot": [3.25, 39.5, 1.5], "rotation": [-45, 0, 0], "uv": [54, 43]} + ] + }, + { + "name": "ear_r", + "parent": "head", + "pivot": [-3.5, 36.25, 1.5], + "rotation": [0, 0, -40], + "cubes": [ + {"origin": [-4.25, 33.5, -1.5], "size": [3, 4, 6], "uv": [18, 33]}, + {"origin": [-4.24, 35.75, 0.25], "size": [3, 4, 4], "pivot": [-2.75, 38.5, 1.5], "rotation": [-45, 0, 0], "uv": [28, 53]} + ] + }, + { + "name": "boa", + "parent": "torso", + "pivot": [0, 30.25, 0], + "cubes": [ + {"origin": [-5.5, 29.25, -1.5], "size": [5, 1, 5], "uv": [46, 4]}, + {"origin": [0.5, 29.25, -1.5], "size": [5, 1, 5], "uv": [66, 9]}, + {"origin": [-5.5, 26.25, -1.5], "size": [11, 3, 5], "uv": [0, 14]}, + {"origin": [-5.5, 22.25, 4], "size": [11, 4, 0], "uv": [41, 0]}, + {"origin": [1, 30, 1], "size": [3, 1, 0], "pivot": [2.5, 30.5, 1], "rotation": [-15, -10, 0], "uv": [1, 80]}, + {"origin": [5.5, 29.25, 1], "size": [1, 1, 0], "uv": [4, 5]}, + {"origin": [-6.5, 29.25, 1], "size": [1, 1, 0], "uv": [4, 5]}, + {"origin": [-4, 30, 1], "size": [3, 1, 0], "pivot": [-2.5, 30.5, 1], "rotation": [-15, 10, 0], "uv": [0, 0]}, + {"origin": [2, 24.25, 3], "size": [0, 5, 5], "pivot": [2, 27.25, 4], "rotation": [0, 15, 10], "uv": [41, 70]}, + {"origin": [-2, 24.25, 3], "size": [0, 5, 5], "pivot": [-2, 27.25, 4], "rotation": [0, -15, -10], "uv": [41, 70]}, + {"origin": [-3.5, 25.25, 3], "size": [0, 5, 4], "pivot": [-3.5, 26.25, 3.5], "rotation": [0, -30, 0], "uv": [13, 26]}, + {"origin": [3.5, 25.25, 3], "size": [0, 5, 4], "pivot": [3.5, 26.25, 3.5], "rotation": [0, 30, 0], "uv": [13, 26]}, + {"origin": [-4.5, 25.25, 3.5], "size": [9, 4, 1], "uv": [37, 84]} + ] + }, + { + "name": "tail", + "parent": "boa", + "pivot": [0, 27.25, 3.5], + "rotation": [-60, 0, 0], + "cubes": [ + {"origin": [0, 26.25, 3], "size": [0, 2, 6], "uv": [21, 17]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 27.25, 9], + "rotation": [7.5, 0, 0], + "cubes": [ + {"origin": [0, 24.25, 9], "size": [0, 4, 6], "uv": [46, 37]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 27.25, 15], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [0, 21.25, 15], "size": [0, 7, 6], "uv": [85, 34]} + ] + }, + { + "name": "tail4", + "parent": "tail3", + "pivot": [0, 27.25, 21], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [0, 17.25, 21], "size": [0, 11, 5], "uv": [73, 12]} + ] + }, + { + "name": "tail5", + "parent": "tail4", + "pivot": [0, 23.25, 27], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [0, 11.25, 26], "size": [0, 17, 6], "uv": [91, -1]} + ] + }, + { + "name": "arm_r", + "parent": "torso", + "pivot": [-3, 29.25, 1], + "rotation": [0, 0, 30], + "cubes": [ + {"origin": [-4, 23.25, 0], "size": [2, 6, 2], "uv": [68, 57]} + ] + }, + { + "name": "forearm_r", + "parent": "arm_r", + "pivot": [-3, 23.25, 1], + "rotation": [-20, 0, 0], + "cubes": [ + {"origin": [-4, 21.25, 0], "size": [2, 2, 2], "uv": [42, 68]}, + {"origin": [-4.5, 14.25, -1.5], "size": [3, 7, 5], "uv": [16, 43]}, + {"origin": [-4.5, 21.25, -1], "size": [3, 3, 4], "uv": [14, 55]}, + {"origin": [-3.5, 12.75, -0.5], "size": [1, 2, 0], "uv": [4, 2]}, + {"origin": [-3.5, 12.75, 0.5], "size": [1, 2, 0], "uv": [4, 2]}, + {"origin": [-3.5, 12.75, 1.5], "size": [1, 2, 0], "uv": [4, 2]}, + {"origin": [-3.5, 12.75, 2.5], "size": [1, 2, 0], "uv": [4, 2]} + ] + }, + { + "name": "arm_l", + "parent": "torso", + "pivot": [3, 29.25, 1], + "rotation": [0, 0, -30], + "cubes": [ + {"origin": [2, 23.25, 0], "size": [2, 6, 2], "uv": [42, 57]} + ] + }, + { + "name": "forearm_l", + "parent": "arm_l", + "pivot": [3, 23.25, 1], + "rotation": [-20, 0, 0], + "cubes": [ + {"origin": [2, 21.25, 0], "size": [2, 2, 2], "uv": [51, 68]}, + {"origin": [1.5, 14.25, -1.5], "size": [3, 7, 5], "uv": [0, 43]}, + {"origin": [1.5, 21.25, -1], "size": [3, 3, 4], "uv": [0, 55]}, + {"origin": [2.5, 12.75, -0.5], "size": [1, 2, 0], "uv": [4, 2]}, + {"origin": [2.5, 12.75, 0.5], "size": [1, 2, 0], "uv": [4, 2]}, + {"origin": [2.5, 12.75, 1.5], "size": [1, 2, 0], "uv": [4, 2]}, + {"origin": [2.5, 12.75, 2.5], "size": [1, 2, 0], "uv": [4, 2]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/0896_glastrier/glastrier.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/0896_glastrier/glastrier.json new file mode 100644 index 0000000..442d8d0 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/0896_glastrier/glastrier.json @@ -0,0 +1,40 @@ +{ + "head": "head", + "portraitScale": 0.3, + "portraitTranslation": [ + 0, + 1.5, + 0 + ], + "profileScale": 0.25, + "profileTranslation": [ + 0, + 1.5, + 0 + ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(glastrier, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ + "WALK" + ], + "animations": [ + "bedrock(glastrier, ground_walk)" + ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/0897_spectrier/spectrier.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/0897_spectrier/spectrier.json new file mode 100644 index 0000000..c356e65 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/0897_spectrier/spectrier.json @@ -0,0 +1,40 @@ +{ + "head": "head", + "portraitScale": 0.3, + "portraitTranslation": [ + 0, + 1.5, + 0 + ], + "profileScale": 0.25, + "profileTranslation": [ + 0, + 1.5, + 0 + ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(spectrier, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ + "WALK" + ], + "animations": [ + "bedrock(spectrier, ground_walk)" + ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/0898_calyrex/calyrex.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/0898_calyrex/calyrex.json new file mode 100644 index 0000000..3ad528d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/0898_calyrex/calyrex.json @@ -0,0 +1,40 @@ +{ + "head": "head", + "portraitScale": 1, + "portraitTranslation": [ + 0, + 0.5, + 0 + ], + "profileScale": 0.7, + "profileTranslation": [ + 0, + 0.75, + 0 + ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(calyrex, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ + "WALK" + ], + "animations": [ + "bedrock(calyrex, ground_walk)" + ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/absol.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/absol.json new file mode 100644 index 0000000..4ed141a --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/absol.json @@ -0,0 +1,132 @@ +{ + "portraitScale": 1.4, + "portraitTranslation": [ 0, -0.3, 0], + "profileScale": 1, + "profileTranslation": [ 0, 0.3, 0], + "cry": "bedrock(absol, cry)", + "faint": "bedrock(absol, faint, true)", + "poses": { + "battle-idle":{ + "poseName": "battle-idle", + "transformTicks": 10, + "poseTypes": [ + "STAND" + ], + "isBattle": true, + "isTouchingWater":false, + "animations": ["bedrock(absol, battle_idle)"], + "quirks":[ + { + "name": "blink", + "animations": ["bedrock(absol, blink)"] + } + ] + }, + "standing": { + "poseName": "standing", + "transformTicks": 10, + "isBattle": false, + "poseTypes": [ + "STAND", + "PORTRAIT", + "PROFILE", + "NONE" + ], + "animations": [ + "bedrock(absol, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(absol, blink)"] + } + ] + }, + "moving":{ + "poseName": "moving", + "transformTicks": 10, + "poseTypes": [ + "WALK" + ], + "animations": [ + "bedrock(absol, ground_walk)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(absol, blink)"] + } + ] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "isSubmergedInWater": true, + "poseTypes": ["FLOAT"], + "animations": [ + "bedrock(absol, water_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(absol, blink)"] + } + ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "isSubmergedInWater": true, + "poseTypes": ["SWIM"], + "animations": [ + "bedrock(absol, water_swim)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(absol, blink)"] + } + ] + }, + "water_surface_idle": { + "poseName": "surface_idle", + "transformTicks": 10, + "isSubmergedInWater": false, + "poseTypes": ["FLOAT"], + "animations": [ + "bedrock(absol, surfacewater_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(absol, blink)"] + } + ] + }, + "water_surface_swim": { + "poseName": "surface_swim", + "transformTicks": 10, + "isSubmergedInWater": false, + "poseTypes": ["FLOAT"], + "animations": [ + "bedrock(absol, surfacewater_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(absol, blink)"] + } + ] + }, + "sleeping":{ + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ + "SLEEP" + ], + "animations": [ + "bedrock(absol, ground_idle)" + ] + } +} +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/altaria.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/altaria.json new file mode 100644 index 0000000..a3e3cd3 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/altaria.json @@ -0,0 +1,47 @@ +{ + "head": "head", + "portraitScale": 3, + "portraitTranslation": [ 0.10, 1.50, 0 ], + "profileScale": 0.5, + "profileTranslation": [ 0.05, 1.0, 0 ], + "faint": "bedrock(altaria, sleep)", + "poses": { + + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(altaria, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(altaria, blink)"] + } + ] + }, + + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ + "look", + "bedrock(altaria, ground_walk)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(altaria, blink)"] + } + ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/amoonguss.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/amoonguss.json new file mode 100644 index 0000000..c7dbb1a --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/amoonguss.json @@ -0,0 +1,34 @@ +{ + "head": "head", + "portraitScale": 2.0, + "portraitTranslation": [ 0, -0.2, 0 ], + "profileScale": 0.8, + "profileTranslation": [ 0, 0.5, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(amoonguss, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(amoonguss, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(amoonguss, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/appletun.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/appletun.json new file mode 100644 index 0000000..1f32c9e --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/appletun.json @@ -0,0 +1,29 @@ +{ + "head": "head", + "portraitScale": 2.3, + "portraitTranslation": [ -0.9, -1.8, 0 ], + "profileScale": 0.7, + "profileTranslation": [ 0, 0.6, 0 ], + "cry": "bedrock(appletun, cry)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(appletun, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(appletun, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/applin.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/applin.json new file mode 100644 index 0000000..e641320 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/applin.json @@ -0,0 +1,28 @@ +{ + "head": "head", + "portraitScale": 2.3, + "portraitTranslation": [ 0.2, -0.8, 0 ], + "profileScale": 0.9, + "profileTranslation": [ 0, 0.4, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(applin, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(applin, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/araquanid.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/araquanid.json new file mode 100644 index 0000000..21e6e10 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/araquanid.json @@ -0,0 +1,42 @@ +{ + "head": "head", + "portraitScale": 1.45, + "portraitTranslation": [ -0.2, -0.55, 0 ], + "profileScale": 1, + "profileTranslation": [ 0, 0.15, 0 ], + "faint": "bedrock(araquanid, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(araquanid, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(araquanid, ground_walk)" ] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": [ "FLOAT" ], + "animations": [ "bedrock(araquanid, water_idle)" ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": [ "SWIM" ], + "animations": [ "bedrock(araquanid, water_swim)" ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/arcanine_hisuian.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/arcanine_hisuian.json new file mode 100644 index 0000000..32b3200 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/arcanine_hisuian.json @@ -0,0 +1,29 @@ +{ + "portraitScale": 1.37, + "portraitTranslation": [-0.58, 1.21, 0.0], + "profileScale": 0.58, + "profileTranslation": [0.14, 0.92, 0.0], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(arcanine_hisuian, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK"], + "animations": [ + "bedrock(arcanine_hisuian, ground_walk)" + ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/archaludon.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/archaludon.json new file mode 100644 index 0000000..8aeef3a --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/archaludon.json @@ -0,0 +1,62 @@ +{ + "portraitScale": 2, + "portraitTranslation": [-0.3, 2.3, 0], + "profileScale": 0.6, + "profileTranslation": [0, 1.0, -1.8], + "animations": { + "cry": "bedrock('archaludon', 'cry')", + "recoil": "q.bedrock_stateful('archaludon', 'recoil')", + "physical": "q.bedrock_primary('archaludon', 'physical', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('archaludon', 'special', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('archaludon', 'battle_idle', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND", "WALK"], + "isBattle": true, + "animations": [ + "q.look('head')", + "q.bedrock('archaludon', 'battle_idle')" + ], + "quirks": [ + "q.bedrock_quirk('archaludon', 'shake')" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.look('head')", + "q.bedrock('archaludon', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('archaludon', 'shake')" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": [ + "q.look('head')", + "q.bedrock('archaludon', 'ground_walk')" + ] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": [ + "q.look('head')", + "q.bedrock('archaludon', 'ground_walk')" + ] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": [ + "q.look('head')", + "q.bedrock('archaludon', 'ground_walk')" + ] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('archaludon', 'ground_idle')"] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/arctibax.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/arctibax.json new file mode 100644 index 0000000..8158344 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/arctibax.json @@ -0,0 +1,30 @@ +{ + "portraitScale": 3.0, + "portraitTranslation": [-0.7, -1.25, 0.0], + "profileScale": 1.1, + "profileTranslation": [0.0, 0.1, 0.0], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(arctibax, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK"], + "animations": [ + "look", + "bedrock(arctibax, ground_walk)" + ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/articuno2.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/articuno2.json new file mode 100644 index 0000000..44dc9e1 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/articuno2.json @@ -0,0 +1,55 @@ +{ + "head": "head", + "portraitScale": 2, + "portraitTranslation": [ -0.375, 2.25, 0 ], + "profileScale": 0.6, + "profileTranslation": [ 0, 0.85, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "PROFILE", + "NONE" + ], + "animations": [ + "look", + "bedrock(articuno2, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ + "WALK" + ], + "animations": [ + "look", + "bedrock(articuno2, ground_walk)" + ] + }, + "hovering": { + "poseName": "hovering", + "transformTicks": 10, + "poseTypes": [ + "HOVER" + ], + "animations": [ + "look", + "bedrock(articuno2, air_idle)" + ] +}, +"flying": { + "poseName": "flying", + "transformTicks": 10, + "poseTypes": [ + "FLY" + ], + "animations": [ + "look", + "bedrock(articuno2, air_idle)" + ] +} +} +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/articuno_galar.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/articuno_galar.json new file mode 100644 index 0000000..b097d1c --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/articuno_galar.json @@ -0,0 +1,55 @@ +{ + "head": "head", + "portraitScale": 2, + "portraitTranslation": [ 0, 3.5, 0 ], + "profileScale": 0.55, + "profileTranslation": [ 0, 1.25, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "PROFILE", + "NONE" + ], + "animations": [ + "look", + "bedrock(articunogalar, air_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ + "WALK" + ], + "animations": [ + "look", + "bedrock(articunogalar, air_idle)" + ] + }, + "hovering": { + "poseName": "hovering", + "transformTicks": 10, + "poseTypes": [ + "HOVER" + ], + "animations": [ + "look", + "bedrock(articunogalar, air_idle)" + ] +}, +"flying": { + "poseName": "flying", + "transformTicks": 10, + "poseTypes": [ + "FLY" + ], + "animations": [ + "look", + "bedrock(articunogalar, air_idle)" + ] +} +} +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/avalugg_hisuian.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/avalugg_hisuian.json new file mode 100644 index 0000000..ec56f43 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/avalugg_hisuian.json @@ -0,0 +1,93 @@ +{ + "head": "head", + "portraitScale": 0.8, + "portraitTranslation": [-1, 1.4, 0], + "profileScale": .3, + "profileTranslation": [0.2, 1.2, 0], + "faint": "bedrock(avalugg, faint)", + "cry": "bedrock(avalugg, cry)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "animations": ["look", "bedrock(avalugg, ground_idle)"] + , + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(avalugg, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK"], + "animations": ["bedrock(avalugg, ground_walk)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(avalugg, blink)"] + } + ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": ["SLEEP"], + "animations": [ + "bedrock(avalugg, sleep)" + ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": [ + "SWIM" + ], + "animations": [ + "bedrock(avalugg, water_swim)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(avalugg, blink)" + ] + } + ] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": [ + "FLOAT" + ], + "animations": [ + "bedrock(avalugg, water_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(avalugg, blink)" + ] + } + ] + }, + "battle-idle": { + "poseName": "battle-idle", + "transformTicks": 10, + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["bedrock(avalugg, battle_idle)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(avalugg, blink)"] + } + ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/axew.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/axew.json new file mode 100644 index 0000000..75a5123 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/axew.json @@ -0,0 +1,84 @@ +{ + "portraitScale": 2, + "portraitTranslation": [0, -0.55, 0], + "profileScale": 1, + "profileTranslation": [0, 0.1, 0], + "animations": { + "faint": "q.bedrock_primary('axew', 'faint', q.curve('one'))", + "cry": "q.bedrock_stateful('axew', 'cry')", + "recoil": "q.bedrock_stateful('axew', 'recoil')", + "physical": "q.bedrock_primary('axew', 'physical', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('axew', 'special', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('axew', 'status', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND", "WALK"], + "isBattle": true, + "animations": [ + "q.look('head')", + "q.bedrock('axew', 'battle_idle')" + ], + "quirks": [ + "q.bedrock_quirk('axew', 'blink')", + "q.bedrock_quirk('axew', 'look_around')" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.look('head')", + "q.bedrock('axew', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('axew', 'blink')", + "q.bedrock_quirk('axew', 'look_around')" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": [ + "q.look('head')", + "q.bedrock('axew', 'ground_walk')" + ], + "quirks": [ + "q.bedrock_quirk('axew', 'blink')" + ] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": [ + "q.look('head')", + "q.bedrock('axew', 'ground_walk')" + ] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": [ + "q.look')", + "q.bedrock('axew', 'ground_walk')" + ] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('axew', 'sleep')"] + }, + "shoulder_left": { + "poseName": "shoulder_left", + "transformTicks": 5, + "poseTypes": [ "SHOULDER_LEFT" ], + "animations": [ + "bedrock(axew, shoulder_left)" + ] + }, + "shoulder_right": { + "poseName": "shoulder_right", + "transformTicks": 5, + "poseTypes": [ "SHOULDER_RIGHT" ], + "animations": [ + "bedrock(axew, shoulder_right)" + ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/azumarill.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/azumarill.json new file mode 100644 index 0000000..5a10e72 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/azumarill.json @@ -0,0 +1,34 @@ +{ + "portraitScale": 2, + "portraitTranslation": [ 0.1, -0.25, 0 ], + "profileScale": 0.9, + "profileTranslation": [ 0, 0.5, 0 ], + "faint": "bedrock(azumarill, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(azumarill, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(azumarill, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(azumarill, ground_walk)" ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/azurill.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/azurill.json new file mode 100644 index 0000000..83d48de --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/azurill.json @@ -0,0 +1,34 @@ +{ + "portraitScale": 3, + "portraitTranslation": [ 0, -2, 0 ], + "profileScale": 1.5, + "profileTranslation": [ 0, -0.5, 0 ], + "faint": "bedrock(azurill, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(azurill, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(azurill, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(azurill, ground_walk)" ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/banette.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/banette.json new file mode 100644 index 0000000..3f45307 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/banette.json @@ -0,0 +1,47 @@ +{ + "head": "head", + "portraitScale": 3, + "portraitTranslation": [ -0.15, -1.25, 0 ], + "profileScale": 1, + "profileTranslation": [ 0, 0.25, 0 ], + "faint": "bedrock(banette, sleep)", + "poses": { + + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(banette, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(banette, blink)"] + } + ] + }, + + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ + "look", + "bedrock(banette, ground_walk)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(banette, blink)"] + } + ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/barbaracle.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/barbaracle.json new file mode 100644 index 0000000..8abcab2 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/barbaracle.json @@ -0,0 +1,66 @@ +{ + "portraitScale": 1.4, + "portraitTranslation": [-0.2, 1.6, 0], + "profileScale": 0.6, + "profileTranslation": [-0.1, 0.9, 0], + "animations": { + "physical": "q.bedrock_primary('barbaracle', 'physical', q.curve('symmetrical_wide'))", + "faint": "q.bedrock_primary('barbaracle', 'faint', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('barbaracle', 'special', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('barbaracle', 'special', q.curve('symmetrical_wide'))", + "recoil": "q.bedrock_primary('barbaracle', 'recoil', q.curve('symmetrical_wide'))", + "blink" : "q.bedrock_stateful('barbaracle', 'blink')" + }, + "poses": { + "battle-standing": { + "transformTicks": 10, + "poseTypes": ["STAND", "WALK"], + "isBattle": true, + "animations": [ + "q.look('head')", + "q.bedrock('barbaracle', 'ground_idle')" + ] + }, + "standing": { + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.look('head')", + "q.bedrock('barbaracle', 'ground_idle')" + ] + }, + "walking": { + "transformTicks": 8, + "poseTypes": ["WALK"], + "animations": [ + "q.look('head')", + "q.bedrock('barbaracle', 'ground_walk')" + ] + }, + "hover": { + "transformTicks": 5, + "poseTypes": [ "FLY", "HOVER", "FLOAT" ], + "animations": [ + "q.look('head')", + "q.bedrock('barbaracle', 'ground_walk')" + ] + }, + "float": { + "transformTicks": 5, + "poseTypes": ["FLOAT"], + "animations": [ + "q.look('head')", + "q.bedrock('barbaracle', 'ground_walk')" + ] + }, + "swim": { + "transformTicks": 8, + "poseTypes": ["SWIM"], + "animations": [ + "q.look('head')", + "q.bedrock('barbaracle', 'ground_walk')" + ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/baxcalibur.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/baxcalibur.json new file mode 100644 index 0000000..296e3ce --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/baxcalibur.json @@ -0,0 +1,30 @@ +{ + "portraitScale": 1.5, + "portraitTranslation": [ -0.5, 3.25, 0.0], + "profileScale": 0.5, + "profileTranslation": [0, 1.1, 0.0], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(baxcalibur, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK"], + "animations": [ + "look", + "bedrock(baxcalibur, ground_walk)" + ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/bellibolt.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/bellibolt.json new file mode 100644 index 0000000..a7bf7b1 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/bellibolt.json @@ -0,0 +1,34 @@ +{ + "head": "head", + "portraitScale": 2.0, + "portraitTranslation": [ 0, 0.2, 0 ], + "profileScale": 0.8, + "profileTranslation": [ 0, 0.5, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(bellibolt, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(bellibolt, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(bellibolt, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/binacle.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/binacle.json new file mode 100644 index 0000000..c284666 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/binacle.json @@ -0,0 +1,66 @@ +{ + "portraitScale": 1.4, + "portraitTranslation": [-0.2, 0.4, 0], + "profileScale": 0.7, + "profileTranslation": [-0.1, 0.7, 0], + "animations": { + "physical": "q.bedrock_primary('binacle', 'physical', q.curve('symmetrical_wide'))", + "faint": "q.bedrock_primary('binacle', 'faint', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('binacle', 'special', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('binacle', 'special', q.curve('symmetrical_wide'))", + "recoil": "q.bedrock_primary('binacle', 'recoil', q.curve('symmetrical_wide'))", + "blink" : "q.bedrock_stateful('binacle', 'blink')" + }, + "poses": { + "battle-standing": { + "transformTicks": 10, + "poseTypes": ["STAND", "WALK"], + "isBattle": true, + "animations": [ + "q.look('head')", + "q.bedrock('binacle', 'ground_idle')" + ] + }, + "standing": { + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.look('head')", + "q.bedrock('binacle', 'ground_idle')" + ] + }, + "walking": { + "transformTicks": 8, + "poseTypes": ["WALK"], + "animations": [ + "q.look('head')", + "q.bedrock('binacle', 'ground_walk')" + ] + }, + "hover": { + "transformTicks": 5, + "poseTypes": [ "FLY", "HOVER", "FLOAT" ], + "animations": [ + "q.look('head')", + "q.bedrock('binacle', 'ground_walk')" + ] + }, + "float": { + "transformTicks": 5, + "poseTypes": ["FLOAT"], + "animations": [ + "q.look('head')", + "q.bedrock('binacle', 'ground_walk')" + ] + }, + "swim": { + "transformTicks": 8, + "poseTypes": ["SWIM"], + "animations": [ + "q.look('head')", + "q.bedrock('binacle', 'ground_walk')" + ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/bisharp.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/bisharp.json new file mode 100644 index 0000000..90dc1e5 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/bisharp.json @@ -0,0 +1,55 @@ +{ + "portraitScale": 1, + "portraitTranslation": [0, 1, 0], + "profileScale": 0.75, + "profileTranslation": [0, 0.6, 0], + "animations": { + "faint": "q.bedrock_primary('bisharp', 'faint', q.curve('one'))", + "cry": "q.bedrock_stateful('bisharp', 'cry')", + "recoil": "q.bedrock_stateful('bisharp', 'recoil')", + "physical": "q.bedrock_primary('bisharp', 'physical', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('bisharp', 'special', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('bisharp', 'status', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND"], + "isBattle": true, + "animations": [ + "q.look('head', 1, 1, 45, -45, 70, -70)", + "q.bedrock('bisharp', 'battle_idle')" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.look('head', 1, 1, 45, -2.5, 7.5, -7.5)", + "q.bedrock('bisharp', 'ground_idle')" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": [ + "q.look('head', 1, 1, 45, -2.5, 7.5, -7.5)", + "q.bedrock('bisharp', 'ground_walk')" + ] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": [ + "q.bedrock('bisharp', 'ground_idle')" + ] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": [ + "q.bedrock('bisharp', 'ground_walk')" + ] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('bisharp', 'sleep')"] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/blacephalon.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/blacephalon.json new file mode 100644 index 0000000..531ce76 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/blacephalon.json @@ -0,0 +1,28 @@ +{ + "head": "head", + "portraitScale": 1.8, + "portraitTranslation": [ 0, 8.6, 0 ], + "profileScale": 0.3, + "profileTranslation": [ 0, 1.4, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(blacephalon, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(blacephalon, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/blipbug.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/blipbug.json new file mode 100644 index 0000000..73d5782 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/blipbug.json @@ -0,0 +1,34 @@ +{ + "head": "head", + "portraitScale": 1.6, + "portraitTranslation": [ 0, -0.2, 0 ], + "profileScale": 1.3, + "profileTranslation": [ 0.2, -0.1, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "PORTRAIT", + "PROFILE", + "NONE" + ], + "animations": [ + "look", + "bedrock(blipbug, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ + "WALK" + ], + "animations": [ + "look", + "bedrock(blipbug, ground_walk)" + ] + } +} +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/brutebonnet.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/brutebonnet.json new file mode 100644 index 0000000..c56ebbe --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/brutebonnet.json @@ -0,0 +1,23 @@ +{ + + "head": "head", + "portraitScale": 2, + "portraitTranslation": [0., 0.1, 0], + "profileScale": 0.8, + "profileTranslation": [0, 0.6, -0.3], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(brutebonnet, ground_idle)" + ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/capsakid.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/capsakid.json new file mode 100644 index 0000000..0845576 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/capsakid.json @@ -0,0 +1,34 @@ +{ + "head": "head", + "portraitScale": 2.5, + "portraitTranslation": [0.2, -1.85, 0], + "profileScale": 1.5, + "profileTranslation": [0, -0.5, 0], + "faint": "bedrock(capsakid, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE", "FLOAT"], + "animations": [ + "look", + "bedrock(capsakid, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK", "SWIM"], + "animations": [ + "look", + "bedrock(capsakid, ground_walk)" + ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ "SLEEP" ], + "animations": [ "bedrock(capsakid, sleep)" ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/celebi.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/celebi.json new file mode 100644 index 0000000..0366058 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/celebi.json @@ -0,0 +1,43 @@ +{ + "head": "head", + "portraitScale": 2.4, + "portraitTranslation": [ -0.1, 0, 0 ], + "profileScale": 0.9, + "profileTranslation": [ 0, 0.6, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(celebi, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(celebi, ground_walk)" + ] + }, + "flying": { + "poseName": "flying", + "transformTicks": 10, + "poseTypes": [ "FLY" ], + "animations": [ "bedrock(celebi, ground_walk)" + ] + }, + "hovering": { + "poseName": "hovering", + "transformTicks": 10, + "poseTypes": [ "HOVER" ], + "animations": [ "bedrock(celebi, ground_idle)" + ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/chienpao.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/chienpao.json new file mode 100644 index 0000000..871731c --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/chienpao.json @@ -0,0 +1,29 @@ +{ + "head": "head", + "portraitScale": 2.3, + "portraitTranslation": [ -1.0, 0.1, 0 ], + "profileScale": 0.7, + "profileTranslation": [ 0, 0.6, 0 ], + "cry": "bedrock(chienpao, cry)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(chienpao, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(chienpao, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/chiyu.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/chiyu.json new file mode 100644 index 0000000..e27c9cc --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/chiyu.json @@ -0,0 +1,51 @@ +{ + "head": "head", + "portraitScale": 2, + "portraitTranslation": [ 0, -1, 0 ], + "profileScale": 1, + "profileTranslation": [ -0.1, 0.25, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(chiyu, ground_idle)" + ], + "quirks": [] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK"], + "animations": [ + "bedrock(chiyu, ground_walk)" + ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": [ + "SWIM" + ], + "animations": [ + "bedrock(chiyu, ground_walk)" + ] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": [ + "FLOAT" + ], + "animations": [ + "bedrock(chiyu, ground_idle)" + ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/cinccino.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/cinccino.json new file mode 100644 index 0000000..b46e5db --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/cinccino.json @@ -0,0 +1,28 @@ +{ + "head": "head", + "portraitScale": 2.3, + "portraitTranslation": [ -0.2, -1.2, 0 ], + "profileScale": 0.9, + "profileTranslation": [ 0, 0.4, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(cinccino, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(cinccino, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/corsola.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/corsola.json new file mode 100644 index 0000000..290241d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/corsola.json @@ -0,0 +1,54 @@ +{ + "head": "head", + "portraitScale": 1.4, + "portraitTranslation": [-0.1, -0.20, 0], + "profileScale": 0.85, + "profileTranslation": [0, 0.55, 0], + "faint": "bedrock(corsola_galar, sleep)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "animations": [ + "bedrock(corsola, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(corsola, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK", "SWIM"], + "animations": [ + "bedrock(corsola, ground_walk)" + ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ "SLEEP" ], + "animations": [ "bedrock(corsola, sleep)" ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": [ "SWIM" ], + "animations": [ + "bedrock(corsola, ground_walk)" + ] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": [ "FLOAT" ], + "animations": [ + "bedrock(corsola, ground_idle)" + ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/corsola_galarian.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/corsola_galarian.json new file mode 100644 index 0000000..f27a724 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/corsola_galarian.json @@ -0,0 +1,54 @@ +{ + "head": "head", + "portraitScale": 1.4, + "portraitTranslation": [-0.1, -0.20, 0], + "profileScale": 0.85, + "profileTranslation": [0, 0.55, 0], + "faint": "bedrock(corsola_galar, sleep)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "animations": [ + "bedrock(corsola_galar, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(corsola_galar, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK", "SWIM"], + "animations": [ + "bedrock(corsola_galar, ground_walk)" + ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ "SLEEP" ], + "animations": [ "bedrock(corsola_galar, sleep)" ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": [ "SWIM" ], + "animations": [ + "bedrock(corsola_galar, ground_walk)" + ] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": [ "FLOAT" ], + "animations": [ + "bedrock(corsola_galar, ground_idle)" + ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/cramorant.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/cramorant.json new file mode 100644 index 0000000..4b36e31 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/cramorant.json @@ -0,0 +1,47 @@ +{ + + "head": "head", + "portraitScale": 2.7, + "portraitTranslation": [-0.2, -0.3, 0], + "profileScale": 1.2, + "profileTranslation": [0.0, 0.0, 0], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(cramorant, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ + "bedrock(cramorant, ground_walk)" + ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": [ "SWIM" ], + "animations": [ + "bedrock(cramorant, water_swim)" + ] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": [ "FLOAT" ], + "animations": [ + "bedrock(cramorant, water_idle)" + ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/cresselia.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/cresselia.json new file mode 100644 index 0000000..b87ab76 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/cresselia.json @@ -0,0 +1,30 @@ +{ + "portraitScale": 2.0, + "portraitTranslation": [ -1.25, 1.65, 0 ], + "profileScale": 0.6, + "profileTranslation": [ 0.05, 0.75, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(cresselia, ground_idle)" + ], + "quirks": [] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK"], + "animations": [ + "bedrock(cresselia, ground_idle)" + ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/croagunk.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/croagunk.json new file mode 100644 index 0000000..dd5f8ea --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/croagunk.json @@ -0,0 +1,34 @@ +{ + "head": "head", + "portraitScale": 1.85, + "portraitTranslation": [0.15, 0, 0], + "profileScale": 1, + "profileTranslation": [0, 0.15, 0], + "faint": "bedrock(croagunk, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE", "FLOAT"], + "animations": [ + "look", + "bedrock(croagunk, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK", "SWIM"], + "animations": [ + "look", + "bedrock(croagunk, ground_walk)" + ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ "SLEEP" ], + "animations": [ "bedrock(croagunk, sleep)" ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/cursola.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/cursola.json new file mode 100644 index 0000000..c32d521 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/cursola.json @@ -0,0 +1,47 @@ +{ + + "head": "head", + "portraitScale": 1.7, + "portraitTranslation": [-0.1, 1.3, 0], + "profileScale": 0.7, + "profileTranslation": [0.0, 0.8, 0], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(cursola, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ + "bedrock(cursola, ground_walk)" + ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": [ "SWIM" ], + "animations": [ + "bedrock(cursola, ground_walk)" + ] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": [ "FLOAT" ], + "animations": [ + "bedrock(cursola, ground_idle)" + ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/cyclizar.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/cyclizar.json new file mode 100644 index 0000000..2425147 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/cyclizar.json @@ -0,0 +1,38 @@ +{ + "portraitScale": 0.8, + "portraitTranslation": [ 0, 0.8, 0 ], + "profileScale": 0.8, + "profileTranslation": [ 0, 0.8, 0 ], + "poses": { + "standing": { + "poseName": "cyclizar", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(cyclizar, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(cyclizar, ground_walk)" ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": [ + "SWIM" + ], + "animations": [ + "bedrock(cyclizar, ground_walk)" + ] + } +} +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/darkrai.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/darkrai.json new file mode 100644 index 0000000..9e152b5 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/darkrai.json @@ -0,0 +1,30 @@ +{ + "portraitScale": 2.0, + "portraitTranslation": [ -0.25, 0, 0 ], + "profileScale": 1, + "profileTranslation": [ 0.05, 0.35, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(darkrai, ground_idle)" + ], + "quirks": [] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK"], + "animations": [ + "bedrock(darkrai, ground_idle)" + ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/delcatty.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/delcatty.json new file mode 100644 index 0000000..b02d875 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/delcatty.json @@ -0,0 +1,41 @@ +{ + "head": "head", + "portraitScale": 1.8, + "portraitTranslation": [ -0.2, 0.4, 0 ], + "profileScale": 0.8, + "profileTranslation": [ 0, 0.6, 0 ], + "faint": "bedrock(delcatty, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(delcatty, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(delcatty, ground_walk)" ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ + "SLEEP" + ], + "animations": [ + "bedrock(delcatty, sleep)" + ] + } + } + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/delibird.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/delibird.json new file mode 100644 index 0000000..f3e1842 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/delibird.json @@ -0,0 +1,27 @@ +{ + "portraitScale": 2, + "portraitTranslation": [0.15, 0, 0], + "profileScale": 1, + "profileTranslation": [0, 0.45, 0], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "isBattle": false, + "animations": ["bedrock(delibird, ground_idle)"] + }, + "walking": { + "poseName": "walking", + "poseTypes": ["WALK"], + "animations": [ + "bedrock(delibird, ground_walk)" + ] + } + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/deoxys.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/deoxys.json new file mode 100644 index 0000000..4c9a796 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/deoxys.json @@ -0,0 +1,71 @@ +{ + "portraitScale": 1.5, + "portraitTranslation": [0, 3.5, 0], + "profileScale": 0.4, + "profileTranslation": [0, 1.2, 0], + "animations": { + "faint": "q.bedrock_primary('deoxys', 'faint', q.curve('one'))", + "cry": "q.bedrock_stateful('deoxys', 'cry')", + "recoil": "q.bedrock_stateful('deoxys', 'recoil')", + "physical": "q.bedrock_primary('deoxys', 'physical', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('deoxys', 'special', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('deoxys', 'status', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "transformTicks": 10, + "poseTypes": ["STAND", "WALK"], + "isBattle": true, + "animations": [ + "q.look('head')", + "q.bedrock('deoxys', 'battle_stance')" + ] + }, + "standing": { + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.look('head')", + "q.bedrock('deoxys', 'ground_idle')" + ] + }, + "walking": { + "transformTicks": 8, + "poseTypes": ["WALK"], + "animations": [ + "q.look('head')", + "q.bedrock('deoxys', 'ground_walk')" + ] + }, + "hover": { + "transformTicks": 5, + "poseTypes": [ "FLY", "HOVER", "FLOAT" ], + "animations": [ + "q.look('head')", + "q.bedrock('deoxys', 'ground_walk')" + ] + }, + "float": { + "transformTicks": 5, + "poseTypes": ["FLOAT"], + "animations": [ + "q.look('head')", + "q.bedrock('deoxys', 'ground_walk')" + ] + }, + "swim": { + "transformTicks": 8, + "poseTypes": ["SWIM"], + "animations": [ + "q.look('head')", + "q.bedrock('deoxys', 'ground_walk')" + ] + }, + "sleep": { + "transformTicks": 10, + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('deoxys', 'sleep')"] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/deoxysattack.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/deoxysattack.json new file mode 100644 index 0000000..2b1e43e --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/deoxysattack.json @@ -0,0 +1,71 @@ +{ + "portraitScale": 1.5, + "portraitTranslation": [0, 3.6, 0], + "profileScale": 0.4, + "profileTranslation": [0, 1.2, 0], + "animations": { + "faint": "q.bedrock_primary('deoxysattack', 'faint', q.curve('one'))", + "cry": "q.bedrock_stateful('deoxysattack', 'cry')", + "recoil": "q.bedrock_stateful('deoxysattack', 'recoil')", + "physical": "q.bedrock_primary('deoxysattack', 'physical', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('deoxysattack', 'special', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('deoxysattack', 'status', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "transformTicks": 10, + "poseTypes": ["STAND", "WALK"], + "isBattle": true, + "animations": [ + "q.look('head')", + "q.bedrock('deoxysattack', 'battle_stance')" + ] + }, + "standing": { + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.look('head')", + "q.bedrock('deoxysattack', 'ground_idle')" + ] + }, + "walking": { + "transformTicks": 8, + "poseTypes": ["WALK"], + "animations": [ + "q.look('head')", + "q.bedrock('deoxysattack', 'ground_walk')" + ] + }, + "hover": { + "transformTicks": 5, + "poseTypes": [ "FLY", "HOVER", "FLOAT" ], + "animations": [ + "q.look('head')", + "q.bedrock('deoxysattack', 'ground_walk')" + ] + }, + "float": { + "transformTicks": 5, + "poseTypes": ["FLOAT"], + "animations": [ + "q.look('head')", + "q.bedrock('deoxysattack', 'ground_walk')" + ] + }, + "swim": { + "transformTicks": 8, + "poseTypes": ["SWIM"], + "animations": [ + "q.look('head')", + "q.bedrock('deoxysattack', 'ground_walk')" + ] + }, + "sleep": { + "transformTicks": 10, + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('deoxysattack', 'sleep')"] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/deoxysdefense.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/deoxysdefense.json new file mode 100644 index 0000000..42de509 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/deoxysdefense.json @@ -0,0 +1,65 @@ +{ + "portraitScale": 1.5, + "portraitTranslation": [-0.2, 3.4, 0], + "profileScale": 0.4, + "profileTranslation": [0, 1.2, 0], + "animations": { + "faint": "q.bedrock_primary('deoxysdefense', 'faint', q.curve('one'))", + "cry": "q.bedrock_stateful('deoxysdefense', 'cry')", + "recoil": "q.bedrock_stateful('deoxysdefense', 'recoil')", + "physical": "q.bedrock_primary('deoxysdefense', 'physical', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('deoxysdefense', 'special', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('deoxysdefense', 'status', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "transformTicks": 10, + "poseTypes": ["STAND"], + "isBattle": true, + "animations": [ + "q.bedrock('deoxysdefense', 'ground_idle')" + ] + }, + "standing": { + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.bedrock('deoxysdefense', 'ground_idle')" + ] + }, + "walking": { + "transformTicks": 8, + "poseTypes": ["WALK"], + "animations": [ + "q.bedrock('deoxysdefense', 'ground_walk')" + ] + }, + "hover": { + "transformTicks": 5, + "poseTypes": [ "FLY", "HOVER", "FLOAT" ], + "animations": [ + "q.bedrock('deoxysdefense', 'ground_walk')" + ] + }, + "float": { + "transformTicks": 5, + "poseTypes": ["FLOAT"], + "animations": [ + "q.bedrock('deoxysdefense', 'ground_walk')" + ] + }, + "swim": { + "transformTicks": 8, + "poseTypes": ["SWIM"], + "animations": [ + "q.bedrock('deoxysdefense', 'ground_walk')" + ] + }, + "sleep": { + "transformTicks": 10, + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('deoxysdefense', 'sleep')"] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/deoxysspeed.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/deoxysspeed.json new file mode 100644 index 0000000..1e786c6 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/deoxysspeed.json @@ -0,0 +1,71 @@ +{ + "portraitScale": 1.5, + "portraitTranslation": [-0.2, 3.3, 0], + "profileScale": 0.4, + "profileTranslation": [0, 1.2, 0], + "animations": { + "faint": "q.bedrock_primary('deoxysspeed', 'faint', q.curve('one'))", + "cry": "q.bedrock_stateful('deoxysspeed', 'cry')", + "recoil": "q.bedrock_stateful('deoxysspeed', 'recoil')", + "physical": "q.bedrock_primary('deoxysspeed', 'physical', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('deoxysspeed', 'special', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('deoxysspeed', 'status', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "transformTicks": 10, + "poseTypes": ["STAND", "WALK"], + "isBattle": true, + "animations": [ + "q.look('head')", + "q.bedrock('deoxysspeed', 'ground_idle')" + ] + }, + "standing": { + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.look('head')", + "q.bedrock('deoxysspeed', 'ground_idle')" + ] + }, + "walking": { + "transformTicks": 8, + "poseTypes": ["WALK"], + "animations": [ + "q.look('head')", + "q.bedrock('deoxysspeed', 'ground_walk')" + ] + }, + "hover": { + "transformTicks": 5, + "poseTypes": [ "FLY", "HOVER", "FLOAT" ], + "animations": [ + "q.look('head')", + "q.bedrock('deoxysspeed', 'ground_walk')" + ] + }, + "float": { + "transformTicks": 5, + "poseTypes": ["FLOAT"], + "animations": [ + "q.look('head')", + "q.bedrock('deoxysspeed', 'ground_walk')" + ] + }, + "swim": { + "transformTicks": 8, + "poseTypes": ["SWIM"], + "animations": [ + "q.look('head')", + "q.bedrock('deoxysspeed', 'ground_walk')" + ] + }, + "sleep": { + "transformTicks": 10, + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('deoxysspeed', 'sleep')"] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/dewpider.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/dewpider.json new file mode 100644 index 0000000..27c7961 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/dewpider.json @@ -0,0 +1,42 @@ +{ + "head": "head", + "portraitScale": 1.45, + "portraitTranslation": [ 0.2, -0.35, 0 ], + "profileScale": 1, + "profileTranslation": [ 0, 0.1, 0 ], + "faint": "bedrock(dewpider, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(dewpider, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(dewpider, ground_walk)" ] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": [ "FLOAT" ], + "animations": [ "bedrock(dewpider, water_idle)" ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": [ "SWIM" ], + "animations": [ "bedrock(dewpider, water_swim)" ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/diancie.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/diancie.json new file mode 100644 index 0000000..672d000 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/diancie.json @@ -0,0 +1,99 @@ +{ + "head": "head", + "portraitScale": 1.7, + "portraitTranslation": [ 0, 0.9, 0 ], + "profileScale": 0.8, + "profileTranslation": [ 0, 0.7, 0 ], + "faint": "bedrock(diancie, faint, true)", + "cry": "bedrock(diancie, cry)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ "look", "bedrock(diancie, air_idle)"], + "quirks": [ + { + "name": "blink", + "minSecondsBetweenOccurrences": 6, + "maxSecondsBetweenOccurrences": 12, + "animations": ["bedrock(diancie, blink)"] + }, + { + "name": "spin", + "transformTicks": 10, + "loopTimes": 1, + "minSecondsBetweenOccurrences": 19, + "maxSecondsBetweenOccurrences": 20, + "animations": ["bedrock(diancie, spin, true)"] + } + + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(diancie, air_walk)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(diancie, blink)"] + } + ] + }, + "battle-idle": { + "poseName": "battle-idle", + "transformTicks": 10, + "poseTypes": [ "STAND" ], + "animations": [ "bedrock(diancie, air_idle)" + ], + "quirks": [ + { + "name": "blink", + "minSecondsBetweenOccurrences": 6, + "maxSecondsBetweenOccurrences": 8, + "animations": ["bedrock(diancie, blink)"] + } + ] + }, + "flying": { + "poseName": "flying", + "transformTicks": 10, + "poseTypes": [ "FLY" ], + "animations": [ "bedrock(diancie, air_walk)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(diancie, blink)"] + } + ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ "SLEEP" ], + "animations": [ "bedrock(diancie, sleep)" ] + }, + "hovering": { + "poseName": "hovering", + "transformTicks": 10, + "poseTypes": [ "HOVER" ], + "animations": [ "bedrock(diancie, air_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(diancie, blink)"] + } + ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/dipplin.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/dipplin.json new file mode 100644 index 0000000..bb6828a --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/dipplin.json @@ -0,0 +1,28 @@ +{ + "head": "head", + "portraitScale": 2.3, + "portraitTranslation": [ 0.2, -0.5, 0 ], + "profileScale": 0.9, + "profileTranslation": [ 0, 0.4, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(dipplin, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(dipplin, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/dottler.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/dottler.json new file mode 100644 index 0000000..3d65172 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/dottler.json @@ -0,0 +1,32 @@ +{ + "head": "head", + "portraitScale": 1.2, + "portraitTranslation": [ 0, 0, 0 ], + "profileScale": 1.1, + "profileTranslation": [ 0, 0, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "PORTRAIT", + "PROFILE", + "NONE" + ], + "animations": [ + "bedrock(dottler, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ + "WALK" + ], + "animations": [ + "bedrock(dottler, ground_walk)" + ] + } +} +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/drapion.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/drapion.json new file mode 100644 index 0000000..8006eb4 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/drapion.json @@ -0,0 +1,65 @@ +{ + "portraitScale": 1.4, + "portraitTranslation": [-0.7, 0.5, 0], + "profileScale": 0.7, + "profileTranslation": [-0.1, 0.7, 0], + "animations": { + "faint": "q.bedrock_primary('drapion', 'faint', q.curve('symmetrical_wide'))", + "physical": "q.bedrock_primary('drapion', 'physical', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('drapion', 'special', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('drapion', 'special', q.curve('symmetrical_wide'))", + "recoil": "q.bedrock_primary('drapion', 'recoil', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "transformTicks": 10, + "poseTypes": ["STAND", "WALK"], + "isBattle": true, + "animations": [ + "q.look('head')", + "q.bedrock('drapion', 'ground_idle')" + ] + }, + "standing": { + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.look('head')", + "q.bedrock('drapion', 'ground_idle')" + ] + }, + "walking": { + "transformTicks": 8, + "poseTypes": ["WALK"], + "animations": [ + "q.look('head')", + "q.bedrock('drapion', 'ground_walk')" + ] + }, + "hover": { + "transformTicks": 5, + "poseTypes": [ "FLY", "HOVER", "FLOAT" ], + "animations": [ + "q.look('head')", + "q.bedrock('drapion', 'ground_walk')" + ] + }, + "float": { + "transformTicks": 5, + "poseTypes": ["FLOAT"], + "animations": [ + "q.look('head')", + "q.bedrock('drapion', 'ground_walk')" + ] + }, + "swim": { + "transformTicks": 8, + "poseTypes": ["SWIM"], + "animations": [ + "q.look('head')", + "q.bedrock('drapion', 'ground_walk')" + ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/drilbur.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/drilbur.json new file mode 100644 index 0000000..505dd5f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/drilbur.json @@ -0,0 +1,34 @@ +{ + "head": "head", + "portraitScale": 1.9, + "portraitTranslation": [0.2, -0.7, 0], + "profileScale": 1, + "profileTranslation": [0, 0.15, 0], + "faint": "bedrock(drilbur, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE", "FLOAT"], + "animations": [ + "look", + "bedrock(drilbur, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK", "SWIM"], + "animations": [ + "look", + "bedrock(drilbur, ground_walk)" + ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ "SLEEP" ], + "animations": [ "bedrock(drilbur, sleep)" ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/druddigon.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/druddigon.json new file mode 100644 index 0000000..9775081 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/druddigon.json @@ -0,0 +1,65 @@ +{ + "portraitScale": 1.4, + "portraitTranslation": [-0.2, 0.8, 0], + "profileScale": 0.7, + "profileTranslation": [-0.1, 0.7, 0], + "animations": { + "physical": "q.bedrock_primary('druddigon', 'physical', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('druddigon', 'special', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('druddigon', 'special', q.curve('symmetrical_wide'))", + "recoil": "q.bedrock_primary('druddigon', 'recoil', q.curve('symmetrical_wide'))", + "faint": "q.bedrock_primary('druddigon', 'faint', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "transformTicks": 10, + "poseTypes": ["STAND", "WALK"], + "isBattle": true, + "animations": [ + "q.look('head')", + "q.bedrock('druddigon', 'ground_idle')" + ] + }, + "standing": { + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.look('head')", + "q.bedrock('druddigon', 'ground_idle')" + ] + }, + "walking": { + "transformTicks": 8, + "poseTypes": ["WALK"], + "animations": [ + "q.look('head')", + "q.bedrock('druddigon', 'ground_walk')" + ] + }, + "hover": { + "transformTicks": 5, + "poseTypes": [ "FLY", "HOVER", "FLOAT" ], + "animations": [ + "q.look('head')", + "q.bedrock('druddigon', 'ground_walk')" + ] + }, + "float": { + "transformTicks": 5, + "poseTypes": ["FLOAT"], + "animations": [ + "q.look('head')", + "q.bedrock('druddigon', 'ground_walk')" + ] + }, + "swim": { + "transformTicks": 8, + "poseTypes": ["SWIM"], + "animations": [ + "q.look('head')", + "q.bedrock('druddigon', 'ground_walk')" + ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ducklett.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ducklett.json new file mode 100644 index 0000000..9704638 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ducklett.json @@ -0,0 +1,184 @@ +{ + "head": "head", + "portraitScale": 1.5, + "portraitTranslation": [ -0.1, 0.5, 0 ], + "profileScale": 0.7, + "profileTranslation": [ -0.05, 0.7, 0 ], + "faint": "bedrock(ducklett, ground_idle, true)", + "cry": "bedrock(ducklett, cry)", + "poses": { + "battle-idle": { + "poseName": "battle-idle", + "transformTicks": 10, + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["bedrock(ducklett, ground_idle)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(ducklett, blink)"] + } + ] + }, + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "isBattle": false, + "animations": [ + "bedrock(ducklett, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(ducklett, blink)" + ] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ + "WALK" + ], + "animations": [ + "bedrock(ducklett, ground_walk)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(ducklett, blink)" + ] + } + ] + }, + "hovering": { + "poseName": "hovering", + "transformTicks": 10, + "poseTypes": [ + "HOVER" + ], + "animations": [ + "bedrock(ducklett, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(ducklett, blink)" + ] + } + ] + }, + "flying": { + "poseName": "flying", + "transformTicks": 10, + "poseTypes": [ + "FLY" + ], + "animations": [ + "bedrock(ducklett, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(ducklett, blink)" + ] + } + ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ + "SLEEP" + ], + "animations": [ + "bedrock(ducklett, sleep)" + ] + }, + "leftshoulder": { + "poseName": "leftshoulder", + "transformTicks": 10, + "poseTypes": [ + "SHOULDER_LEFT" + ], + "animations": [ + "bedrock(ducklett, ground_idle)", + "look" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(ducklett, blink)" + ] + } + ] + }, + "rightshoulder": { + "poseName": "rightshoulder", + "transformTicks": 10, + "poseTypes": [ + "SHOULDER_RIGHT" + ], + "animations": [ + "bedrock(ducklett, ground_idle)", + "look" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(ducklett, blink)" + ] + } + ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": [ + "SWIM" + ], + "animations": [ + "bedrock(ducklett, water_swim)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(ducklett, blink)" + ] + } + ] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": [ + "FLOAT" + ], + "animations": [ + "bedrock(ducklett, water_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(ducklett, blink)" + ] + } + ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/dudunsparce.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/dudunsparce.json new file mode 100644 index 0000000..3da1184 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/dudunsparce.json @@ -0,0 +1,65 @@ +{ + "portraitScale": 1.7, + "portraitTranslation": [-0.2, -0.9, 0], + "profileScale": 1, + "profileTranslation": [-0.1, 0.2, 0], + "animations": { + "faint": "q.bedrock_primary('dudunsparce', 'faint', q.curve('symmetrical_wide'))", + "physical": "q.bedrock_primary('dudunsparce', 'physical', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('dudunsparce', 'special', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('dudunsparce', 'special', q.curve('symmetrical_wide'))", + "recoil": "q.bedrock_primary('dudunsparce', 'recoil', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "transformTicks": 10, + "poseTypes": ["STAND", "WALK"], + "isBattle": true, + "animations": [ + "q.look('head')", + "q.bedrock('dudunsparce', 'ground_idle')" + ] + }, + "standing": { + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.look('head')", + "q.bedrock('dudunsparce', 'ground_idle')" + ] + }, + "walking": { + "transformTicks": 8, + "poseTypes": ["WALK"], + "animations": [ + "q.look('head')", + "q.bedrock('dudunsparce', 'ground_walk')" + ] + }, + "hover": { + "transformTicks": 5, + "poseTypes": [ "FLY", "HOVER", "FLOAT" ], + "animations": [ + "q.look('head')", + "q.bedrock('dudunsparce', 'ground_walk')" + ] + }, + "float": { + "transformTicks": 5, + "poseTypes": ["FLOAT"], + "animations": [ + "q.look('head')", + "q.bedrock('dudunsparce', 'ground_walk')" + ] + }, + "swim": { + "transformTicks": 8, + "poseTypes": ["SWIM"], + "animations": [ + "q.look('head')", + "q.bedrock('dudunsparce', 'ground_walk')" + ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/dudunsparce_three_segment.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/dudunsparce_three_segment.json new file mode 100644 index 0000000..e0a7132 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/dudunsparce_three_segment.json @@ -0,0 +1,65 @@ +{ + "portraitScale": 1.7, + "portraitTranslation": [-0.8, -0.9, 0], + "profileScale": 0.8, + "profileTranslation": [-0.1, 0.4, 0], + "animations": { + "faint": "q.bedrock_primary('dudunsparce_three_segment', 'faint', q.curve('symmetrical_wide'))", + "physical": "q.bedrock_primary('dudunsparce_three_segment', 'physical', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('dudunsparce_three_segment', 'special', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('dudunsparce_three_segment', 'special', q.curve('symmetrical_wide'))", + "recoil": "q.bedrock_primary('dudunsparce_three_segment', 'recoil', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "transformTicks": 10, + "poseTypes": ["STAND", "WALK"], + "isBattle": true, + "animations": [ + "q.look('head')", + "q.bedrock('dudunsparce_three_segment', 'ground_idle')" + ] + }, + "standing": { + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.look('head')", + "q.bedrock('dudunsparce_three_segment', 'ground_idle')" + ] + }, + "walking": { + "transformTicks": 8, + "poseTypes": ["WALK"], + "animations": [ + "q.look('head')", + "q.bedrock('dudunsparce_three_segment', 'ground_walk')" + ] + }, + "hover": { + "transformTicks": 5, + "poseTypes": [ "FLY", "HOVER", "FLOAT" ], + "animations": [ + "q.look('head')", + "q.bedrock('dudunsparce_three_segment', 'ground_walk')" + ] + }, + "float": { + "transformTicks": 5, + "poseTypes": ["FLOAT"], + "animations": [ + "q.look('head')", + "q.bedrock('dudunsparce_three_segment', 'ground_walk')" + ] + }, + "swim": { + "transformTicks": 8, + "poseTypes": ["SWIM"], + "animations": [ + "q.look('head')", + "q.bedrock('dudunsparce_three_segment', 'ground_walk')" + ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/dunsparce.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/dunsparce.json new file mode 100644 index 0000000..8bfd23a --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/dunsparce.json @@ -0,0 +1,65 @@ +{ + "portraitScale": 1.7, + "portraitTranslation": [-0.2, -0.9, 0], + "profileScale": 1, + "profileTranslation": [-0.1, 0.2, 0], + "animations": { + "faint": "q.bedrock_primary('dunsparce', 'faint', q.curve('symmetrical_wide'))", + "physical": "q.bedrock_primary('dunsparce', 'physical', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('dunsparce', 'special', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('dunsparce', 'special', q.curve('symmetrical_wide'))", + "recoil": "q.bedrock_primary('dunsparce', 'recoil', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "transformTicks": 10, + "poseTypes": ["STAND", "WALK"], + "isBattle": true, + "animations": [ + "q.look('head')", + "q.bedrock('dunsparce', 'ground_idle')" + ] + }, + "standing": { + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.look('head')", + "q.bedrock('dunsparce', 'ground_idle')" + ] + }, + "walking": { + "transformTicks": 8, + "poseTypes": ["WALK"], + "animations": [ + "q.look('head')", + "q.bedrock('dunsparce', 'ground_walk')" + ] + }, + "hover": { + "transformTicks": 5, + "poseTypes": [ "FLY", "HOVER", "FLOAT" ], + "animations": [ + "q.look('head')", + "q.bedrock('dunsparce', 'ground_walk')" + ] + }, + "float": { + "transformTicks": 5, + "poseTypes": ["FLOAT"], + "animations": [ + "q.look('head')", + "q.bedrock('dunsparce', 'ground_walk')" + ] + }, + "swim": { + "transformTicks": 8, + "poseTypes": ["SWIM"], + "animations": [ + "q.look('head')", + "q.bedrock('dunsparce', 'ground_walk')" + ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/duosion.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/duosion.json new file mode 100644 index 0000000..d6f9882 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/duosion.json @@ -0,0 +1,69 @@ +{ + "head": "head", + "portraitScale": 1.3, + "portraitTranslation": [ -0.2, 0.75, 0 ], + "profileScale": 0.8, + "profileTranslation": [ -0.05, 0.9, 0 ], + "faint": "bedrock(duosion, faint)", + "poses": { + + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(duosion, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(duosion, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ + "bedrock(duosion, ground_walk)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(duosion, blink)"] + } + ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": [ "SWIM" ], + "animations": [ + "bedrock(duosion, ground_walk)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(duosion, blink)"] + } + ] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": [ "FLOAT" ], + "animations": [ + "bedrock(duosion, ground_walk)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(duosion, blink)"] + } + ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/duraludon.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/duraludon.json new file mode 100644 index 0000000..11544c8 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/duraludon.json @@ -0,0 +1,58 @@ +{ + "portraitScale": 3.5, + "portraitTranslation": [-0.3, -0.1, 0], + "profileScale": 0.9, + "profileTranslation": [0, 0.4, 0], + "animations": { + "cry": "q.bedrock_stateful('duraludon', 'cry')", + "recoil": "q.bedrock_stateful('duraludon', 'recoil')", + "physical": "q.bedrock_primary('duraludon', 'physical', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('duraludon', 'special', q.curve('symmetrical_wide'))", + "status": "q.bedrock_stateful('duraludon', 'cry', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND", "WALK"], + "isBattle": true, + "animations": [ + "q.bedrock('duraludon', 'battle_idle')" + ], + "quirks": [ + "q.bedrock_quirk('duraludon', 'quirk')" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.bedrock('duraludon', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('duraludon', 'quirk')" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": [ + "q.bedrock('duraludon', 'ground_walk')" + ] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": [ + "q.bedrock('duraludon', 'ground_walk')" + ] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": [ + "q.look('head')", + "q.bedrock('duraludon', 'ground_walk')" + ] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('duraludon', 'ground_idle')"] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/eelektrik.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/eelektrik.json new file mode 100644 index 0000000..35a7710 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/eelektrik.json @@ -0,0 +1,112 @@ +{ + "head": "head", + "portraitScale": 2, + "portraitTranslation": [ + -0.25, + -1.2, + 0 + ], + "profileScale": 0.8, + "profileTranslation": [ + 0.1, + .4, + 0 + ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE" + ], + "animations": [ + "bedrock(eelektrik, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(eelektrik, blink)" + ] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ + "WALK" + ], + "animations": [ + "bedrock(eelektrik, ground_walk)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(eelektrik, blink)" + ] + } + ] + }, + "battle-idle": { + "poseName": "battle-idle", + "transformTicks": 10, + "isBattle": true, + "poseTypes": [ + "STAND" + ], + "animations": [ + "look", + "bedrock(eelektrik, battle_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(eelektrik, blink)" + ] + } + ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": [ + "SWIM" + ], + "animations": [ + "bedrock(eelektrik, water_swim)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(eelektrik, blink)" + ] + } + ] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": [ + "FLOAT", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(eelektrik, water_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(eelektrik, blink)" + ] + } + ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/eelektross.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/eelektross.json new file mode 100644 index 0000000..79714d9 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/eelektross.json @@ -0,0 +1,52 @@ +{ + "head": "head", + "portraitScale": 1.5, + "portraitTranslation": [ + -0.6, + 1.2, + 0 + ], + "profileScale": 0.6, + "profileTranslation": [ + 0, + 1.5, + 0 + ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(eelektross, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ + "WALK" + ], + "animations": [ + "bedrock(eelektross, ground_walk)" + ] + }, + "battle-idle": { + "poseName": "battle-idle", + "transformTicks": 10, + "isBattle": true, + "poseTypes": [ + "STAND" + ], + "animations": [ + "look", + "bedrock(eelektross, battle_idle)" + ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/espurr.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/espurr.json new file mode 100644 index 0000000..f1c763d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/espurr.json @@ -0,0 +1,49 @@ +{ + "head": "head", + "portraitScale": 2.8, + "portraitTranslation": [ -0.1, -1.5, 0 ], + "profileScale": 0.9, + "profileTranslation": [ 0, 0.4, 0 ], + "animations": { + "faint": "q.bedrock_primary('espurr', 'faint', q.curve('one'))", + "cry": "q.bedrock_stateful('espurr', 'cry')", + "recoil": "q.bedrock_stateful('espurr', 'recoil')", + "physical": "q.bedrock_primary('espurr', 'physical', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('espurr', 'special', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('espurr', 'status', q.curve('symmetrical_wide'))" + }, + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(espurr, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(espurr, ground_walk)" ] + }, + + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ + "SLEEP" + ], + "animations": [ + "bedrock(espurr, sleep)" + ] + } + } + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/eternatus.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/eternatus.json new file mode 100644 index 0000000..57720ab --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/eternatus.json @@ -0,0 +1,55 @@ +{ + "head": "looky", + "portraitScale": 0.4, + "portraitTranslation": [-0.3, 1.8, 0], + "profileScale": 0.4, + "profileTranslation": [0, 2.2, 0], + "animations": { + "faint": "q.bedrock_primary('eternatus', 'faint', q.curve('one'))", + "cry": "q.bedrock_stateful('eternatus', 'cry')", + "physical": "q.bedrock_primary('eternatus', 'cry', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('eternatus', 'special_attack', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('eternatus', 'cry', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["look", "q.bedrock('eternatus', 'ground_idle')" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": ["q.bedrock('eternatus', 'ground_idle')" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": ["look", "q.bedrock('eternatus', 'ground_walk')" + ] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": ["q.bedrock('eternatus', 'ground_idle')" + ] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": ["look", + "q.bedrock('eternatus', 'ground_walk')" + ] + }, + "hover": { + "poseName": "hover", + "poseTypes": ["HOVER"], + "animations": ["q.bedrock('eternatus', 'ground_idle')" + ] + }, + "fly": { + "poseName": "fly", + "poseTypes": ["FLY"], + "animations": ["look", "q.bedrock('eternatus', 'ground_walk')"] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/excadrill.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/excadrill.json new file mode 100644 index 0000000..bce981d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/excadrill.json @@ -0,0 +1,34 @@ +{ + "head": "head", + "portraitScale": 2, + "portraitTranslation": [-0.2, 0.2, 0], + "profileScale": 1, + "profileTranslation": [-0.1, 0.22, 0], + "faint": "bedrock(excadrill, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE", "FLOAT"], + "animations": [ + "look", + "bedrock(excadrill, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK", "SWIM"], + "animations": [ + "look", + "bedrock(excadrill, ground_walk)" + ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ "SLEEP" ], + "animations": [ "bedrock(excadrill, sleep)" ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/feebas.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/feebas.json new file mode 100644 index 0000000..100a298 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/feebas.json @@ -0,0 +1,60 @@ +{ + "head": "body", + "portraitScale": 1.8, + "portraitTranslation": [ + 0, + 0.2, + 0 + ], + "profileScale": 1, + "profileTranslation": [ + 0.1, + 0.9, + 0 + ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(feebas, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ + "WALK" + ], + "animations": [ + "bedrock(feebas, ground_walk)" + ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": [ + "SWIM" + ], + "animations": [ + "bedrock(feebas, water_swim)" + ] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": [ + "FLOAT" + ], + "animations": [ + "bedrock(feebas, water_idle)" + ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/finizen.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/finizen.json new file mode 100644 index 0000000..4e4adb1 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/finizen.json @@ -0,0 +1,47 @@ +{ + + "head": "head", + "portraitScale": 2.2, + "portraitTranslation": [-0.5, -1.3, 0], + "profileScale": 1.0, + "profileTranslation": [0.0, 0.0, 0], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(palafin, water_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ + "bedrock(palafin, water_swim)" + ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": [ "SWIM" ], + "animations": [ + "bedrock(palafin, water_swim)" + ] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": [ "FLOAT" ], + "animations": [ + "bedrock(palafin, water_idle)" + ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/flapple.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/flapple.json new file mode 100644 index 0000000..c5ada51 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/flapple.json @@ -0,0 +1,29 @@ +{ + "head": "head", + "portraitScale": 2.3, + "portraitTranslation": [ -0.3, 0.9, 0 ], + "profileScale": 0.7, + "profileTranslation": [ 0, 1.0, 0 ], + "cry": "bedrock(flapple, cry)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(flapple, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(flapple, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/fluttermane.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/fluttermane.json new file mode 100644 index 0000000..45bc19f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/fluttermane.json @@ -0,0 +1,78 @@ +{ + "head": "head", + "portraitScale": 1.5, + "portraitTranslation": [ + -0.3, + 1, + 0 + ], + "profileScale": .5, + "profileTranslation": [ + 0, + 1.2, + 0 + ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(fluttermane, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(fluttermane, blink)" + ] + }, + { + "name": "laugh", + "animations": [ + "bedrock(fluttermane, laugh)" + ] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ + "WALK" + ], + "animations": [ + "bedrock(fluttermane, ground_walk)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(fluttermane, blink)" + ] + }, + { + "name": "laugh", + "animations": [ + "bedrock(fluttermane, laugh)" + ] + } + ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ + "SLEEP" + ], + "animations": [ + "bedrock(fluttermane, sleep)" + ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/fomantis2.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/fomantis2.json new file mode 100644 index 0000000..80064e2 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/fomantis2.json @@ -0,0 +1,185 @@ +{ + "head": "head", + "portraitScale": 1.8, + "portraitTranslation": [ 0.1, -0.5, 0 ], + "profileScale": 1.1, + "profileTranslation": [ 0, 0.1, 0 ], + "faint": "bedrock(fomantis, faint, true)", + "cry": "bedrock(fomantis, cry)", + "poses": { + "battle-idle":{ + "poseName": "battle-idle", + "transformTicks": 10, + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["bedrock(fomantis, battle_idle)","bedrock(fomantis, eyes_angry)"], + "quirks":[ + { + "name": "blink", + "loopTimes": 2, + "minSecondsBetweenOccurrences": 8, + "maxSecondsBetweenOccurrences": 20, + "animations": ["bedrock(fomantis, blink)"] + }, + { + "name": "looking", + "loopTimes": 1, + "minSecondsBetweenOccurrences": 4, + "maxSecondsBetweenOccurrences": 15, + "animations": ["bedrock(fomantis, eyes_quirk)"] + }, + { + "name": "quirk", + "minSecondsBetweenOccurrences": 30, + "maxSecondsBetweenOccurrences": 60, + "animations": ["bedrock(fomantis, quirk)"] + } + ] + }, + "standing": { + "poseName": "standing", + "transformTicks": 0, + "poseTypes": ["STAND","PORTRAIT","PROFILE","NONE"], + "isBattle": false, + "animations": [ + "look", + "bedrock(fomantis, eyes_default)", + "bedrock(fomantis, ground_idle)" + ], + "quirks":[ + { + "name": "blink", + "loopTimes": 2, + "minSecondsBetweenOccurrences": 8, + "maxSecondsBetweenOccurrences": 20, + "animations": ["bedrock(fomantis, blink)"] + }, + { + "name": "looking", + "loopTimes": 1, + "minSecondsBetweenOccurrences": 4, + "maxSecondsBetweenOccurrences": 15, + "animations": ["bedrock(fomantis, eyes_quirk)"] + + }, + { + "name": "quirk", + "minSecondsBetweenOccurrences": 30, + "maxSecondsBetweenOccurrences": 60, + "animations": ["bedrock(fomantis, quirk)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 0, + "poseTypes": [ + "WALK" + ], + "animations": [ + "look", + "bedrock(fomantis, eyes_default)", + "bedrock(fomantis, ground_walk, )" + ], + "quirks":[ + { + "name": "blink", + "loopTimes": 2, + "minSecondsBetweenOccurrences": 8, + "maxSecondsBetweenOccurrences": 20, + "animations": ["bedrock(fomantis, blink)"] + }, + { + "name": "looking", + "loopTimes": 1, + "minSecondsBetweenOccurrences": 4, + "maxSecondsBetweenOccurrences": 15, + "animations": ["bedrock(fomantis, eyes_quirk)"] + + } + ] + }, + "swim":{ + "poseName": "swim", + "transformTicks": 5, + "poseTypes": ["SWIM","FLOAT"], + "isBattle": false, + "isTouchingWater": true, + "animations": [ + "look", + "bedrock(fomantis, eyes_sad)", + "bedrock(fomantis, swim)" + ], + "quirks":[ + { + "name": "blink", + "loopTimes": 2, + "minSecondsBetweenOccurrences": 8, + "maxSecondsBetweenOccurrences": 20, + "animations": ["bedrock(fomantis, blink)"] + }, + { + "name": "looking", + "loopTimes": 1, + "minSecondsBetweenOccurrences": 4, + "maxSecondsBetweenOccurrences": 15, + "animations": ["bedrock(fomantis, eyes_quirk)"] + } + ] + }, + "sleep":{ + "poseName": "sleep", + "transformTicks": 10, + "poseTypes": ["SLEEP"], + "isBattle": false, + "isTouchingWater": false, + "animations": ["bedrock(fomantis, sleep, true)"] + }, + "shoulder_left": { + "poseName": "shoulder_left", + "transformTicks": 10, + "poseTypes": [ "SHOULDER_LEFT" ], + "animations": [ "look", "bedrock(fomantis, eyes_default)", "bedrock(fomantis, shoulder_left)"], + "quirks":[ + { + "name": "blink", + "loopTimes": 2, + "minSecondsBetweenOccurrences": 8, + "maxSecondsBetweenOccurrences": 20, + "animations": ["bedrock(fomantis, blink)"] + + }, + { + "name": "looking", + "loopTimes": 1, + "minSecondsBetweenOccurrences": 4, + "maxSecondsBetweenOccurrences": 15, + "animations": ["bedrock(fomantis, eyes_quirk)"] + } + ] + }, + "shoulder_right": { + "poseName": "shoulder_right", + "transformTicks": 10, + "poseTypes": [ "SHOULDER_RIGHT" ], + "animations": [ "look", "bedrock(fomantis, eyes_default)", "bedrock(fomantis, shoulder_right)"], + "quirks":[ + { + "name": "blink", + "loopTimes": 2, + "minSecondsBetweenOccurrences": 8, + "maxSecondsBetweenOccurrences": 20, + "animations": ["bedrock(fomantis, blink)"] + }, + { + "name": "looking", + "loopTimes": 1, + "minSecondsBetweenOccurrences": 4, + "maxSecondsBetweenOccurrences": 15, + "animations": ["bedrock(fomantis, eyes_quirk)"] + + } + ] + } +} +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/foongus.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/foongus.json new file mode 100644 index 0000000..1e6bdcd --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/foongus.json @@ -0,0 +1,34 @@ +{ + "head": "head", + "portraitScale": 2.3, + "portraitTranslation": [ 0.2, -1.6, 0 ], + "profileScale": 0.8, + "profileTranslation": [ 0, 0.3, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(foongus, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(foongus, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(foongus, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/fraxure.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/fraxure.json new file mode 100644 index 0000000..b1ca3f0 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/fraxure.json @@ -0,0 +1,61 @@ +{ + "portraitScale": 1.3, + "portraitTranslation": [-0.3, 0.7, 0], + "profileScale": 0.6, + "profileTranslation": [0, 0.7, 0], + "animations": { + "faint": "q.bedrock_primary('fraxure', 'faint', q.curve('one'))", + "cry": "q.bedrock_stateful('fraxure', 'cry')", + "recoil": "q.bedrock_stateful('fraxure', 'recoil')", + "physical": "q.bedrock_primary('fraxure', 'physical', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('fraxure', 'special', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('fraxure', 'status', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND", "WALK"], + "isBattle": true, + "animations": [ + "q.bedrock('fraxure', 'battle_idle')" + ], + "quirks": [ + "q.bedrock_quirk('fraxure', 'blink')" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.bedrock('fraxure', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('fraxure', 'blink')" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": [ + "q.bedrock('fraxure', 'ground_walk')" + ], + "quirks": [ + "q.bedrock_quirk('fraxure', 'blink')" + ] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": [ + "q.bedrock('fraxure', 'ground_walk')" + ] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": [ + "q.bedrock('fraxure', 'ground_walk')" + ] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('fraxure', 'sleep')"] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/frigibax.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/frigibax.json new file mode 100644 index 0000000..f867e0c --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/frigibax.json @@ -0,0 +1,30 @@ +{ + "portraitScale": 3.0, + "portraitTranslation": [0, -1.75, 0.0], + "profileScale": 1.1, + "profileTranslation": [0.0, 0.1, 0.0], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(frigibax, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK"], + "animations": [ + "look", + "bedrock(frigibax, ground_walk)" + ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/froslass.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/froslass.json new file mode 100644 index 0000000..d85660a --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/froslass.json @@ -0,0 +1,74 @@ +{ + "portraitScale": 1.5, + "portraitTranslation": [ 0, 1.3, 0], + "profileScale": 0.7, + "profileTranslation": [ 0, 0.9, 0], + "cry": "bedrock(froslass, cry)", + "faint": "bedrock(froslass, faint, true)", + "poses": { + "battle-idle":{ + "poseName": "battle-idle", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "HOVER" + ], + "isBattle": true, + "animations": ["bedrock(froslass, battle_idle)"], + "quirks":[ + { + "name": "blink", + "animations": ["bedrock(froslass, blink)"] + } + ] + }, + "standing": { + "poseName": "standing", + "transformTicks": 10, + "isBattle": false, + "poseTypes": [ + "STAND", + "PORTRAIT", + "PROFILE", + "HOVER", + "NONE" + ], + "animations": [ + "bedrock(froslass, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(froslass, blink)"] + } + ] + }, + "moving":{ + "poseName": "moving", + "transformTicks": 10, + "poseTypes": [ + "WALK", + "FLY" + ], + "animations": [ + "bedrock(froslass, ground_walk)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(froslass, blink)"] + } + ] + }, + "sleeping":{ + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ + "SLEEP" + ], + "animations": [ + "bedrock(froslass, ground_idle)" + ] + } +} +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/frosmoth.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/frosmoth.json new file mode 100644 index 0000000..00bef6f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/frosmoth.json @@ -0,0 +1,47 @@ +{ + "head": "head", + "portraitScale": 2.75, + "portraitTranslation": [ -0.25, 0.75, 0 ], + "profileScale": 0.5, + "profileTranslation": [ 0, 1.0, 0 ], + "faint": "bedrock(frosmoth, sleep)", + "poses": { + + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(frosmoth, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(frosmoth, blink)"] + } + ] + }, + + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ + "look", + "bedrock(frosmoth, ground_walk)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(frosmoth, blink)"] + } + ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/gastrodon.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/gastrodon.json new file mode 100644 index 0000000..8effa32 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/gastrodon.json @@ -0,0 +1,28 @@ +{ + "head": "head", + "portraitScale": 1.8, + "portraitTranslation": [ -0.7, 0.7, 0 ], + "profileScale": 0.9, + "profileTranslation": [ 0, 0.4, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(gastrodon, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(gastrodon, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/genesect.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/genesect.json new file mode 100644 index 0000000..1c8afa6 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/genesect.json @@ -0,0 +1,43 @@ +{ + "head": "head", + "portraitScale": 1.7, + "portraitTranslation": [ -0.2, 1.6, 0 ], + "profileScale": 0.6, + "profileTranslation": [ 0, 0.8, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(genesect, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(genesect, ground_walk)" + ] + }, + "flying": { + "poseName": "flying", + "transformTicks": 10, + "poseTypes": [ "FLY" ], + "animations": [ "bedrock(genesect, air_fly)" + ] + }, + "hovering": { + "poseName": "hovering", + "transformTicks": 10, + "poseTypes": [ "HOVER" ], + "animations": [ "bedrock(genesect, air_fly)" + ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/glalie.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/glalie.json new file mode 100644 index 0000000..b89322a --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/glalie.json @@ -0,0 +1,78 @@ +{ + "portraitScale": 0.8, + "portraitTranslation": [ 0, 0.6, 0], + "profileScale": 0.5, + "profileTranslation": [ 0, 1.1, 0], + "cry": "bedrock(glalie, cry)", + "faint": "bedrock(glalie, faint, true)", + "poses": { + "battle-idle":{ + "poseName": "battle-idle", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "HOVER" + ], + "isBattle": true, + "animations": + [ + "bedrock(glalie, battle_idle)","bedrock(glalie, layer_idle)" + ], + "quirks":[ + { + "name": "blink", + "animations": ["bedrock(glalie, blink)"] + } + ] + }, + "standing": { + "poseName": "standing", + "transformTicks": 10, + "isBattle": false, + "poseTypes": [ + "STAND", + "PORTRAIT", + "PROFILE", + "HOVER", + "NONE" + ], + "animations": + [ + "bedrock(glalie, ground_idle)","bedrock(glalie, layer_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(glalie, blink)"] + } + ] + }, + "moving":{ + "poseName": "moving", + "transformTicks": 10, + "poseTypes": [ + "WALK", + "FLY" + ], + "animations": [ + "bedrock(glalie, ground_walk)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(glalie, blink)"] + } + ] + }, + "sleeping":{ + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ + "SLEEP" + ], + "animations": [ + "bedrock(glalie, ground_idle)" + ] + } +} +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/glameow.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/glameow.json new file mode 100644 index 0000000..5c7e5a7 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/glameow.json @@ -0,0 +1,42 @@ +{ + "head": "head", + "portraitScale": 2.5, + "portraitTranslation": [ -0.4, -0.6, 0 ], + "profileScale": 0.9, + "profileTranslation": [ 0, 0.4, 0 ], + "faint": "bedrock(glameow, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(glameow, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(glameow, ground_walk)" ] + }, + + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ + "SLEEP" + ], + "animations": [ + "bedrock(glameow, sleep)" + ] + } + } + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/gogoat.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/gogoat.json new file mode 100644 index 0000000..f192145 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/gogoat.json @@ -0,0 +1,28 @@ +{ + "head": "head", + "portraitScale": 3.3, + "portraitTranslation": [ -1.1, -0.7, 0 ], + "profileScale": 0.9, + "profileTranslation": [ 0, 0.4, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(gogoat, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(gogoat, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/golem_alolan.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/golem_alolan.json new file mode 100644 index 0000000..70da076 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/golem_alolan.json @@ -0,0 +1,29 @@ +{ + "head": "head", + "portraitScale": 1.7, + "portraitTranslation": [-0.4, -0.25, 0], + "profileScale": 0.65, + "profileTranslation": [0, 0.8, 0], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": ["look", "bedrock(golem_alolan, ground_idle)"] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK"], + "animations": ["bedrock(golem_alolan, ground_walk)"] + }, + "battle-idle": { + "poseName": "battle-idle", + "transformTicks": 10, + "isBattle": true, + "poseTypes": ["STAND"], + "animations": ["bedrock(golem_alolan, battle_idle)"] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/gothita.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/gothita.json new file mode 100644 index 0000000..24d429f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/gothita.json @@ -0,0 +1,86 @@ +{ + "head": "head", + "portraitScale": 1.3, + "portraitTranslation": [ 0, 0.4, 0 ], + "profileScale": 0.8, + "profileTranslation": [ 0, 0.7, 0 ], + "faint": "bedrock(gothita, faint)", + "cry":"bedrock(gothita, cry)", + "poses": { + "battle-idle": { + "poseName": "battle-idle", + "transformTicks": 10, + "poseTypes": ["STAND"], + "isBattle": true, + "isTouchingWater": false, + "animations": ["bedrock(gothita, battle_idle)"], + "quirks": [ + { + "name": "blink", + "loopTimes": 5, + "minSecondsBetweenOccurrences": 8, + "maxSecondsBetweenOccurrences": 20, + "animations": ["bedrock(gothita, blink)"] + } + ] + }, + "standing":{ + "poseName":"standing", + "transformTicks":10, + "poseTypes":[ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "isBattle": false, + "animations":[ + "bedrock(gothita, ground_idle)" + ], + "quirks":[ + { + "name":"blink", + "animations":[ + "bedrock(gothita, blink)" + ] + } + ] + }, + "walking":{ + "poseName":"walking", + "transformTicks":10, + "poseTypes":[ + "WALK" + ], + "animations":[ + "bedrock(gothita, ground_walk)" + ], + "quirks":[ + { + "name":"blink", + "animations":[ + "bedrock(gothita, blink)" + ] + } + ] + }, + "swimming":{ + "poseName":"swimming", + "transformTicks":10, + "poseTypes":[ + "SWIM" + ], + "animations":[ + "bedrock(gothita, ground_walk)" + ], + "quirks":[ + { + "name":"blink", + "animations":[ + "bedrock(gothita, blink)" + ] + } + ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/gothitelle.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/gothitelle.json new file mode 100644 index 0000000..14fbfae --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/gothitelle.json @@ -0,0 +1,86 @@ +{ + "head": "head", + "portraitScale": 1.3, + "portraitTranslation": [ -0.05, 2.1, 0 ], + "profileScale": 0.55, + "profileTranslation": [ -0.1, 1, 0 ], + "faint": "bedrock(gothitelle, faint)", + "cry":"bedrock(gothitelle, cry)", + "poses": { + "battle-idle": { + "poseName": "battle-idle", + "transformTicks": 10, + "poseTypes": ["STAND"], + "isBattle": true, + "isTouchingWater": false, + "animations": ["bedrock(gothitelle, battle_idle)"], + "quirks": [ + { + "name": "blink", + "loopTimes": 5, + "minSecondsBetweenOccurrences": 8, + "maxSecondsBetweenOccurrences": 20, + "animations": ["bedrock(gothitelle, blink)"] + } + ] + }, + "standing":{ + "poseName":"standing", + "transformTicks":10, + "poseTypes":[ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "isBattle": false, + "animations":[ + "bedrock(gothitelle, ground_idle)" + ], + "quirks":[ + { + "name":"blink", + "animations":[ + "bedrock(gothitelle, blink)" + ] + } + ] + }, + "walking":{ + "poseName":"walking", + "transformTicks":10, + "poseTypes":[ + "WALK" + ], + "animations":[ + "bedrock(gothitelle, ground_walk)" + ], + "quirks":[ + { + "name":"blink", + "animations":[ + "bedrock(gothitelle, blink)" + ] + } + ] + }, + "swimming":{ + "poseName":"swimming", + "transformTicks":10, + "poseTypes":[ + "SWIM" + ], + "animations":[ + "bedrock(gothitelle, ground_walk)" + ], + "quirks":[ + { + "name":"blink", + "animations":[ + "bedrock(gothitelle, blink)" + ] + } + ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/gothorita.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/gothorita.json new file mode 100644 index 0000000..3f88a8f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/gothorita.json @@ -0,0 +1,86 @@ +{ + "head": "head", + "portraitScale": 1.3, + "portraitTranslation": [ -0.1, 1.45, 0 ], + "profileScale": 0.6, + "profileTranslation": [ -0.05, 0.95, 0 ], + "faint": "bedrock(gothorita, faint)", + "cry":"bedrock(gothorita, cry)", + "poses": { + "battle-idle": { + "poseName": "battle-idle", + "transformTicks": 10, + "poseTypes": ["STAND"], + "isBattle": true, + "isTouchingWater": false, + "animations": ["bedrock(gothorita, battle_idle)"], + "quirks": [ + { + "name": "blink", + "loopTimes": 5, + "minSecondsBetweenOccurrences": 8, + "maxSecondsBetweenOccurrences": 20, + "animations": ["bedrock(gothorita, blink)"] + } + ] + }, + "standing":{ + "poseName":"standing", + "transformTicks":10, + "poseTypes":[ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "isBattle": false, + "animations":[ + "bedrock(gothorita, ground_idle)" + ], + "quirks":[ + { + "name":"blink", + "animations":[ + "bedrock(gothorita, blink)" + ] + } + ] + }, + "walking":{ + "poseName":"walking", + "transformTicks":10, + "poseTypes":[ + "WALK" + ], + "animations":[ + "bedrock(gothorita, ground_walk)" + ], + "quirks":[ + { + "name":"blink", + "animations":[ + "bedrock(gothorita, blink)" + ] + } + ] + }, + "swimming":{ + "poseName":"swimming", + "transformTicks":10, + "poseTypes":[ + "SWIM" + ], + "animations":[ + "bedrock(gothorita, ground_walk)" + ], + "quirks":[ + { + "name":"blink", + "animations":[ + "bedrock(gothorita, blink)" + ] + } + ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/greattusk.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/greattusk.json new file mode 100644 index 0000000..e769750 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/greattusk.json @@ -0,0 +1,29 @@ +{ + "head": "head", + "portraitScale": 0.8, + "portraitTranslation": [ -0.6, 0.8, 0 ], + "profileScale": 0.3, + "profileTranslation": [ 0, 1.2, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(greattusk , ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(greattusk , ground_walk)" ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/greavard.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/greavard.json new file mode 100644 index 0000000..ffeb1cf --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/greavard.json @@ -0,0 +1,42 @@ +{ + "head": "head", + "portraitScale": 1.25, + "portraitTranslation": [0, 0.5, 0], + "profileScale": 0.8, + "profileTranslation": [0, 0.4, 0], + "faint": "bedrock(greavard, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "animations": ["look", "bedrock(greavard, ground_idle)"] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK"], + "animations": ["bedrock(greavard, ground_walk)"] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": ["SLEEP"], + "animations": [ + "bedrock(greavard, sleep)" + ] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": ["FLOAT"], + "animations": ["bedrock(greavard, ground_idle)"] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": ["SWIM"], + "animations": ["bedrock(greavard, ground_walk)"] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/grimer_alolan.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/grimer_alolan.json new file mode 100644 index 0000000..29bc06b --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/grimer_alolan.json @@ -0,0 +1,29 @@ +{ + "portraitScale": 1.6, + "portraitTranslation": [ -0.25, 0, 0 ], + "profileScale": 0.75, + "profileTranslation": [ -0.05, 0.5, 0 ], + "faint": "bedrock(grimer_alolan, faint)", + "poses": { + + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["WALK", + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(grimer_alolan, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(grimer_alolan, blink)"] + } + ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/groudon.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/groudon.json new file mode 100644 index 0000000..806dbfd --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/groudon.json @@ -0,0 +1,66 @@ +{ + "portraitScale": 0.4, + "portraitTranslation": [-0.5, 2.2, 0], + "profileScale": 0.34, + "profileTranslation": [0, 1.5, 0], + "animations": { + "faint": "q.bedrock_primary('groudon', 'faint', q.curve('one'))", + "cry": "q.bedrock_stateful('groudon', 'cry')", + "recoil": "q.bedrock_stateful('groudon', 'recoil')", + "physical": "q.bedrock_primary('groudon', 'physical_attack', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('groudon', 'special_attack', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('groudon', 'cry', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND"], + "isBattle": true, + "animations": [ + "q.look('neck', 1, 1, 15, -2.5, 2.5, -2.5)", + "q.bedrock('groudon', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('groudon', 'blink')", + "q.bedrock_quirk('groudon', q.array('cry'), 30, 60, 1)" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.look('neck', 1, 1, 15, -2.5, 7.5, -7.5)", + "q.bedrock('groudon', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('groudon', 'blink')", + "q.bedrock_quirk('groudon', 'cry', 20, 60, 1)" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": [ + "q.look('neck', 1, 1, 15, -2.5, 7.5, -7.5)", + "q.bedrock('groudon', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('groudon', 'blink')"] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": [ + "q.bedrock('groudon', 'ground_idle')" + ], + "quirks": ["q.bedrock_quirk('groudon', 'blink')"] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": [ + "q.bedrock('groudon', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('groudon', 'blink')"] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('groudon', 'sleep')"] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/groudonprimal.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/groudonprimal.json new file mode 100644 index 0000000..f2f718b --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/groudonprimal.json @@ -0,0 +1,66 @@ +{ + "portraitScale": 0.4, + "portraitTranslation": [-0.5, 2.2, 0], + "profileScale": 0.34, + "profileTranslation": [0, 1.5, 0], + "animations": { + "faint": "q.bedrock_primary('groudonprimal', 'faint', q.curve('one'))", + "cry": "q.bedrock_stateful('groudonprimal', 'cry')", + "recoil": "q.bedrock_stateful('groudonprimal', 'recoil')", + "physical": "q.bedrock_primary('groudonprimal', 'physical_attack', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('groudonprimal', 'special_attack', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('groudonprimal', 'cry', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND"], + "isBattle": true, + "animations": [ + "q.look('neck', 1, 1, 45, -7.5, 7.5, -7.5)", + "q.bedrock('groudonprimal', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('groudonprimal', 'blink')", + "q.bedrock_quirk('groudonprimal', q.array('cry'), 30, 60, 1)" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.look('neck', 1, 1, 45, -7.5, 7.5, -7.5)", + "q.bedrock('groudonprimal', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('groudonprimal', 'blink')", + "q.bedrock_quirk('groudonprimal', 'cry', 20, 60, 1)" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": [ + "q.look('neck', 1, 1, 45, -7.5, 7.5, -7.5)", + "q.bedrock('groudonprimal', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('groudonprimal', 'blink')"] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": [ + "q.bedrock('groudonprimal', 'ground_idle')" + ], + "quirks": ["q.bedrock_quirk('groudonprimal', 'blink')"] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": [ + "q.bedrock('groudonprimal', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('groudonprimal', 'blink')"] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('groudonprimal', 'sleep')"] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/growlithe_hisuian.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/growlithe_hisuian.json new file mode 100644 index 0000000..088e2cb --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/growlithe_hisuian.json @@ -0,0 +1,29 @@ +{ + "portraitScale": 2.1, + "portraitTranslation": [-0.2, -0.6, 0.0], + "profileScale": 0.9, + "profileTranslation": [0.0, 0.4, 0.0], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(growlithe_hisuian, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK"], + "animations": [ + "bedrock(growlithe_hisuian, ground_walk)" + ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/guzzlord.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/guzzlord.json new file mode 100644 index 0000000..06b7f30 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/guzzlord.json @@ -0,0 +1,30 @@ +{ + "head": "head", + "portraitScale": 0.3, + "portraitTranslation": [ -0.5, 4.5, 0 ], + "profileScale": 0.09, + "profileTranslation": [ 0, 1.625, 0 ], + "faint": "bedrock(guzzlord, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(guzzlord, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(guzzlord, ground_walk)" ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/hawlucha.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/hawlucha.json new file mode 100644 index 0000000..6d67a4b --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/hawlucha.json @@ -0,0 +1,33 @@ +{ + "head": "neck", + "portraitScale": 2.0, + "portraitTranslation": [ 0, 1.5, 0 ], + "profileScale": 0.7, + "profileTranslation": [ 0.05, 0.75, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(hawlucha, ground_idle)" + ], + "quirks": [] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK"], + "animations": [ + "look", + "bedrock(hawlucha, ground_walk)" + ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/haxorus.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/haxorus.json new file mode 100644 index 0000000..404ba89 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/haxorus.json @@ -0,0 +1,65 @@ +{ + "portraitScale": 1, + "portraitTranslation": [-1.2, 2.3, 0], + "profileScale": 0.35, + "profileTranslation": [0, 1.2, -1.8], + "animations": { + "faint": "q.bedrock_primary('haxorus', 'faint', q.curve('one'))", + "cry": "q.bedrock_stateful('haxorus', 'cry')", + "recoil": "q.bedrock_stateful('haxorus', 'recoil')", + "physical": "q.bedrock_primary('haxorus', 'physical', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('haxorus', 'special', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('haxorus', 'status', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND", "WALK"], + "isBattle": true, + "animations": [ + "q.look('head')", + "q.bedrock('haxorus', 'battle_idle')" + ], + "quirks": [ + "q.bedrock_quirk('haxorus', 'blink')", + "q.bedrock_quirk('haxorus', 'stomp_head_shake')" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.look('head')", + "q.bedrock('haxorus', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('haxorus', 'blink')", + "q.bedrock_quirk('haxorus', 'head_shake')" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": [ + "q.look('head')", + "q.bedrock('haxorus', 'ground_walk')" + ] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": [ + "q.look('head')", + "q.bedrock('haxorus', 'ground_walk')" + ] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": [ + "q.look('head')", + "q.bedrock('haxorus', 'ground_walk')" + ] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('haxorus', 'sleep')"] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/hoopa.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/hoopa.json new file mode 100644 index 0000000..0511a1f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/hoopa.json @@ -0,0 +1,83 @@ +{ + "head": "looky", + "portraitScale": 1.0, + "portraitTranslation": [0, 1, 0], + "profileScale": 1, + "profileTranslation": [0, 1, 0], + "animations": { + "faint": "q.bedrock_primary('hoopa', 'faint', q.curve('one'))", + "cry": "q.bedrock_stateful('hoopa', 'cry')", + "physical": "q.bedrock_primary('hoopa', 'physical_attack', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('hoopa', 'special_attack', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('hoopa', 'cry', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["look", "q.bedrock('hoopa', 'ground_idle')" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(hoopa, blink)"] + }, + { + "name": "quirk", + "animations": ["bedrock(hoopa, quirk)"] + }, + { + "name": "quirk2", + "animations": ["bedrock(hoopa, quirk2)"] + } + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": ["look", "q.bedrock('hoopa', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('hoopa', 'blink')", + "q.bedrock_quirk('hoopa', 'quirk')", + "q.bedrock_quirk('hoopa', 'quirk2')" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": ["look", "q.bedrock('hoopa', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('hoopa', 'blink')"] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": ["look", + "q.bedrock('hoopa', 'ground_idle')" + ], + "quirks": ["q.bedrock_quirk('hoopa', 'blink')"] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": ["look", + "q.bedrock('hoopa', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('hoopa', 'blink')"] + }, + "hover": { + "poseName": "hover", + "poseTypes": ["HOVER"], + "quirks": ["q.bedrock_quirk('hoopa', 'blink')"], + "animations": ["look", "q.bedrock('hoopa', 'ground_idle')"] + }, + "fly": { + "poseName": "fly", + "poseTypes": ["FLY"], + "quirks": ["q.bedrock_quirk('hoopa', 'blink')"], + "animations": ["look", "q.bedrock('hoopa', 'ground_walk')"] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('hoopa', 'sleep')"] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/hoopa_unbound.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/hoopa_unbound.json new file mode 100644 index 0000000..f73c547 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/hoopa_unbound.json @@ -0,0 +1,73 @@ +{ + "head": "head", + "portraitScale": 0.2, + "portraitTranslation": [0, 2.5, 0], + "profileScale": 0.2, + "profileTranslation": [0, 2, 0], + "animations": { + "faint": "q.bedrock_primary('hoopa_unbound', 'faint', q.curve('one'))", + "cry": "q.bedrock_stateful('hoopa_unbound', 'cry')", + "physical": "q.bedrock_primary('hoopa_unbound', 'physical_attack', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('hoopa_unbound', 'special_attack', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('hoopa_unbound', 'special_attack', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND"], + "isBattle": true, + "animations": [ + "q.bedrock('hoopa_unbound', 'battle_idle')" + ], + "quirks": [ + "q.bedrock_quirk('hoopa_unbound', 'blink')" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.bedrock('hoopa_unbound', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('hoopa_unbound', 'blink')" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": [ + "q.bedrock('hoopa_unbound', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('hoopa_unbound', 'blink')"] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": [ + "q.bedrock('hoopa_unbound', 'ground_idle')" + ], + "quirks": ["q.bedrock_quirk('hoopa_unbound', 'blink')"] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": [ + "q.bedrock('hoopa_unbound', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('hoopa_unbound', 'blink')"] + }, + "hover": { + "poseName": "hover", + "poseTypes": ["HOVER"], + "quirks": ["q.bedrock_quirk('hoopa_unbound', 'blink')"], + "animations": ["q.bedrock('hoopa_unbound', 'ground_idle')"] + }, + "fly": { + "poseName": "fly", + "poseTypes": ["FLY"], + "quirks": ["q.bedrock_quirk('hoopa_unbound', 'blink')"], + "animations": ["q.bedrock('hoopa_unbound', 'ground_walk')"] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('hoopa_unbound', 'sleep')"] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/hoppip.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/hoppip.json new file mode 100644 index 0000000..a9c5280 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/hoppip.json @@ -0,0 +1,95 @@ +{ + "head": "head", + "portraitScale": 1.35, + "portraitTranslation": [ -0.1, -0.2, 0 ], + "profileScale": 0.8, + "profileTranslation": [ 0, 0.65, 0 ], + "faint": "bedrock(hoppip, faint)", + "poses": { + + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(hoppip, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(hoppip, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ + "bedrock(hoppip, ground_walk)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(hoppip, blink)"] + } + ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": [ "SWIM" ], + "animations": [ + "bedrock(hoppip, ground_walk)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(hoppip, blink)"] + } + ] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": [ "FLOAT" ], + "animations": [ + "bedrock(hoppip, ground_walk)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(hoppip, blink)"] + } + ] + }, + "flying": { + "poseName": "flying", + "transformTicks": 10, + "poseTypes": [ "FLY" ], + "animations": [ + "bedrock(hoppip, air_fly)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(hoppip, blink)"] + } + ] + }, + "hovering": { + "poseName": "hovering", + "transformTicks": 10, + "poseTypes": [ "HOVER" ], + "animations": [ + "bedrock(hoppip, air_idle)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(hoppip, blink)"] + } + ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/houndoom.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/houndoom.json new file mode 100644 index 0000000..954525c --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/houndoom.json @@ -0,0 +1,53 @@ +{ + "head": "head", + "portraitScale": 1, + "portraitTranslation": [0, 2, 0], + "profileScale": 0.6, + "profileTranslation": [0, 1.2, 0], + "cry": "bedrock(houndoom, cry)", + "faint": "bedrock(houndoom, ground_idle)", + "poses": { + "battle-idle": { + "poseName": "battle-idle", + "transformTicks": 10, + "poseTypes": ["STAND"], + "isBattle": true, + "isTouchingWater": false, + "transformedParts": [], + "animations": ["bedrock(houndoom, battle_idle)"] + }, + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "animations": ["look", "bedrock(houndoom, ground_idle)"] + , + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(houndoom, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK"], + "animations": ["bedrock(houndoom, ground_walk)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(houndoom, blink)"] + } + ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": ["SLEEP"], + "animations": [ + "bedrock(houndoom, sleep)" + ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/houndour.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/houndour.json new file mode 100644 index 0000000..80bc303 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/houndour.json @@ -0,0 +1,53 @@ +{ + "head": "head", + "portraitScale": 1, + "portraitTranslation": [0, 1, 0], + "profileScale": 0.6, + "profileTranslation": [0, 1.2, 0], + "cry": "bedrock(houndour, cry)", + "faint": "bedrock(houndour, ground_idle)", + "poses": { + "battle-idle": { + "poseName": "battle-idle", + "transformTicks": 10, + "poseTypes": ["STAND"], + "isBattle": true, + "isTouchingWater": false, + "transformedParts": [], + "animations": ["bedrock(houndour, battle_idle)"] + }, + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "animations": ["look", "bedrock(houndour, ground_idle)"] + , + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(houndour, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK"], + "animations": ["bedrock(houndour, ground_walk)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(houndour, blink)"] + } + ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": ["SLEEP"], + "animations": [ + "bedrock(houndour, sleep)" + ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/houndstone.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/houndstone.json new file mode 100644 index 0000000..ef929f9 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/houndstone.json @@ -0,0 +1,42 @@ +{ + "head": "head", + "portraitScale": 0.3, + "portraitTranslation": [0, 0, 0], + "profileScale": 0.3, + "profileTranslation": [0, 1, 0], + "faint": "bedrock(houndstone, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "animations": ["look", "bedrock(houndstone, ground_idle)"] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK"], + "animations": ["bedrock(houndstone, ground_walk)"] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": ["SLEEP"], + "animations": [ + "bedrock(houndstone, sleep)" + ] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": ["FLOAT"], + "animations": ["bedrock(houndstone, ground_idle)"] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": ["SWIM"], + "animations": ["bedrock(houndstone, ground_walk)"] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/hydrapple.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/hydrapple.json new file mode 100644 index 0000000..8315bbc --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/hydrapple.json @@ -0,0 +1,61 @@ +{ + "head": "head", + "portraitScale": 2.7, + "portraitTranslation": [ -0.1, 3.4, 0 ], + "profileScale": 0.5, + "profileTranslation": [ 0, 0.9, 0 ], + "cry": "bedrock(hydrapple, cry)", + "faint": "bedrock(hydrapple, sleep)", + "poses": { + "battle-idle": { + "poseName": "battle-idle", + "transformTicks": 10, + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["bedrock(hydrapple, battle_idle)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(hydrapple, blink)"] + } + ] + }, + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "bedrock(hydrapple, ground_idle)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(hydrapple, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ + "bedrock(hydrapple, ground_walk)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(hydrapple, blink)"] + } + ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ + "SLEEP" + ], + "animations": [ + "bedrock(hydrapple, sleep)" + ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/indeedee_f.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/indeedee_f.json new file mode 100644 index 0000000..3dce739 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/indeedee_f.json @@ -0,0 +1,86 @@ +{ + "head": "head", + "portraitScale": 1.55, + "portraitTranslation": [ -0.1, 1.35, 0 ], + "profileScale": 0.7, + "profileTranslation": [ 0, 0.8, 0 ], + "faint": "bedrock(indeedee_f, faint)", + "cry":"bedrock(indeedee_f, cry)", + "poses": { + "battle-idle": { + "poseName": "battle-idle", + "transformTicks": 10, + "poseTypes": ["STAND"], + "isBattle": true, + "isTouchingWater": false, + "animations": ["bedrock(indeedee_f, battle_idle)"], + "quirks": [ + { + "name": "blink", + "loopTimes": 5, + "minSecondsBetweenOccurrences": 8, + "maxSecondsBetweenOccurrences": 20, + "animations": ["bedrock(indeedee_f, blink)"] + } + ] + }, + "standing":{ + "poseName":"standing", + "transformTicks":10, + "poseTypes":[ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "isBattle": false, + "animations":[ + "bedrock(indeedee_f, ground_idle)" + ], + "quirks":[ + { + "name":"blink", + "animations":[ + "bedrock(indeedee_f, blink)" + ] + } + ] + }, + "walking":{ + "poseName":"walking", + "transformTicks":10, + "poseTypes":[ + "WALK" + ], + "animations":[ + "bedrock(indeedee_f, ground_walk)" + ], + "quirks":[ + { + "name":"blink", + "animations":[ + "bedrock(indeedee_f, blink)" + ] + } + ] + }, + "swimming":{ + "poseName":"swimming", + "transformTicks":10, + "poseTypes":[ + "SWIM" + ], + "animations":[ + "bedrock(indeedee_f, ground_walk)" + ], + "quirks":[ + { + "name":"blink", + "animations":[ + "bedrock(indeedee_f, blink)" + ] + } + ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/indeedee_m.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/indeedee_m.json new file mode 100644 index 0000000..11cf93a --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/indeedee_m.json @@ -0,0 +1,91 @@ +{ + "head": "head", + "portraitScale": 1.55, + "portraitTranslation": [ -0.1, 1.35, 0 ], + "profileScale": 0.7, + "profileTranslation": [ 0, 0.8, 0 ], + "faint": "bedrock(indeedee_m, faint)", + "cry":"bedrock(indeedee_m, cry)", + "animations": { + "faint": "bedrock(indeedee_m, faint)", + "cry":"bedrock(indeedee_m, cry)", + "physical": "q.bedrock_primary('indeedee_m', 'physical', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-idle": { + "poseName": "battle-idle", + "transformTicks": 10, + "poseTypes": ["STAND"], + "isBattle": true, + "isTouchingWater": false, + "animations": ["bedrock(indeedee_m, battle_idle)"], + "quirks": [ + { + "name": "blink", + "loopTimes": 5, + "minSecondsBetweenOccurrences": 8, + "maxSecondsBetweenOccurrences": 20, + "animations": ["bedrock(indeedee_m, blink)"] + } + ] + }, + "standing":{ + "poseName":"standing", + "transformTicks":10, + "poseTypes":[ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "isBattle": false, + "animations":[ + "bedrock(indeedee_m, ground_idle)" + ], + "quirks":[ + { + "name":"blink", + "animations":[ + "bedrock(indeedee_m, blink)" + ] + } + ] + }, + "walking":{ + "poseName":"walking", + "transformTicks":10, + "poseTypes":[ + "WALK" + ], + "animations":[ + "bedrock(indeedee_m, ground_walk)" + ], + "quirks":[ + { + "name":"blink", + "animations":[ + "bedrock(indeedee_m, blink)" + ] + } + ] + }, + "swimming":{ + "poseName":"swimming", + "transformTicks":10, + "poseTypes":[ + "SWIM" + ], + "animations":[ + "bedrock(indeedee_m, ground_walk)" + ], + "quirks":[ + { + "name":"blink", + "animations":[ + "bedrock(indeedee_m, blink)" + ] + } + ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ironbundle.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ironbundle.json new file mode 100644 index 0000000..fc930d6 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ironbundle.json @@ -0,0 +1,60 @@ +{ + "portraitScale": 1.7, + "portraitTranslation": [-0.3, 0.7, 0], + "profileScale": 0.6, + "profileTranslation": [0, 0.7, 0], + "animations": { + "faint": "q.bedrock_primary('ironbundle', 'faint', q.curve('one'))", + "cry": "q.bedrock_stateful('ironbundle', 'cry')", + "recoil": "q.bedrock_stateful('ironbundle', 'recoil')", + "physical": "q.bedrock_primary('ironbundle', 'physical', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('ironbundle', 'special', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('ironbundle', 'status', q.curve('symmetrical_wide'))" + }, + "poses": { + "standing": { + "transformTicks": 5, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "animations": [ + "q.look('head_ai')", + "q.bedrock('ironbundle', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('ironbundle', 'blink')", + "q.bedrock_quirk('ironbundle', 'headspin')" + ] + }, + "walking": { + "transformTicks": 5, + "poseTypes": ["WALK"], + "animations": [ + "q.look('head_ai')", + "q.bedrock('ironbundle', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('ironbundle', 'blink')"] + }, + "float": { + "transformTicks": 5, + "poseTypes": ["FLOAT"], + "animations": [ + "q.look('head_ai')", + "q.bedrock('ironbundle', 'ground_idle')" + ], + "quirks": ["q.bedrock_quirk('ironbundle', 'blink')"] + }, + "swim": { + "transformTicks": 5, + "poseTypes": ["SWIM"], + "animations": [ + "q.look('head_ai')", + "q.bedrock('ironbundle', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('ironbundle', 'blink')"] + }, + "sleep": { + "transformTicks": 10, + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('ironbundle', 'sleep')"] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ironmoth.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ironmoth.json new file mode 100644 index 0000000..e8343c4 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ironmoth.json @@ -0,0 +1,43 @@ + +{ + "head": "head", + "portraitScale": 0.5, + "portraitTranslation": [ 0, 1.3, 0 ], + "profileScale": 0.6, + "profileTranslation": [ 0, 1.3, 0 ], + "faint": "bedrock(ironmoth, ground_idle)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(ironmoth, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(ironmoth, ground_walk)" ] + }, + "hovering": { + "poseName": "hovering", + "transformTicks": 10, + "poseTypes": [ "HOVER" ], + "animations": [ "bedrock(ironmoth, ground_walk)" ] + }, + "flying": { + "poseName": "flying", + "transformTicks": 10, + "poseTypes": [ "FLY" ], + "animations": [ "bedrock(ironmoth, ground_run)" ] + } + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ironthorns.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ironthorns.json new file mode 100644 index 0000000..0435f92 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ironthorns.json @@ -0,0 +1,29 @@ +{ + "portraitScale": 1.21, + "portraitTranslation": [-0.43, 3.73, 0.0], + "profileScale": 0.33, + "profileTranslation": [0.02, 1.31, 0.0], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(ironthorns, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK"], + "animations": [ + "bedrock(ironthorns, ground_idle)" + ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ironvaliant.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ironvaliant.json new file mode 100644 index 0000000..5ad2e3c --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ironvaliant.json @@ -0,0 +1,30 @@ +{ + "portraitScale": 2.6, + "portraitTranslation": [-0.15, 2.1, 0.0], + "profileScale": 0.65, + "profileTranslation": [0.0, 0.76, 0.0], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(ironvaliant, ground_idle)" + ], + "quirks": [] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK"], + "animations": [ + "bedrock(ironvaliant, ground_walk)" + ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/jumpluff.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/jumpluff.json new file mode 100644 index 0000000..41486c0 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/jumpluff.json @@ -0,0 +1,56 @@ +{ + "head": "head", + "portraitScale": 1.25, + "portraitTranslation": [ -0.15, -0.1, 0 ], + "profileScale": 0.8, + "profileTranslation": [ 0, 0.65, 0 ], + "faint": "bedrock(jumpluff, faint)", + "poses": { + + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(jumpluff, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(jumpluff, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ + "bedrock(jumpluff, ground_idle)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(jumpluff, blink)"] + } + ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": [ "SWIM" ], + "animations": [ + "bedrock(jumpluff, ground_idle)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(jumpluff, blink)"] + } + ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kartana.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kartana.json new file mode 100644 index 0000000..bde930b --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kartana.json @@ -0,0 +1,32 @@ +{ + "portraitScale": 3, + "portraitTranslation": [ 0.2, 0.3, 0 ], + "profileScale": 0.75, + "profileTranslation": [ 0, 0.75, 0 ], + "faint": "bedrock(kartana, sleep)", + "poses": { + + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(kartana, ground_idle)" + ] + }, + + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ + "bedrock(kartana, ground_walk)" + ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kilowattrel.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kilowattrel.json new file mode 100644 index 0000000..7599ea0 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kilowattrel.json @@ -0,0 +1,29 @@ +{ + "head": "head", + "portraitScale": 1.5, + "portraitTranslation": [ -0.3, 0.8, 0 ], + "profileScale": 0.8, + "profileTranslation": [ 0, 0.6, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(kilowattrel , ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(kilowattrel , ground_walk)" ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kingambit.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kingambit.json new file mode 100644 index 0000000..a5bac4f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kingambit.json @@ -0,0 +1,55 @@ +{ + "portraitScale": 0.6, + "portraitTranslation": [0, 1, 0], + "profileScale": 0.4, + "profileTranslation": [0, 1, 0], + "animations": { + "faint": "q.bedrock_primary('kingambit', 'faint', q.curve('one'))", + "cry": "q.bedrock_stateful('kingambit', 'cry')", + "recoil": "q.bedrock_stateful('kingambit', 'recoil')", + "physical": "q.bedrock_primary('kingambit', 'physical', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('kingambit', 'special', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('kingambit', 'status', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND"], + "isBattle": true, + "animations": [ + "q.look('head_ai', 1, 1, 20, -20, 25, -25)", + "q.bedrock('kingambit', 'battle_idle')" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.look('head_ai', 1, 1, 20, -20, 25, -25)", + "q.bedrock('kingambit', 'idle')" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": [ + "q.look('head_ai', 1, 1, 20, -20, 25, -25)", + "q.bedrock('kingambit', 'ground_walk')" + ] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": [ + "q.bedrock('kingambit', 'idle')" + ] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": [ + "q.bedrock('kingambit', 'ground_walk')" + ] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('kingambit', 'sleep')"] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kubfu.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kubfu.json new file mode 100644 index 0000000..5580fdb --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kubfu.json @@ -0,0 +1,62 @@ +{ + "head": "head", + "portraitScale": 2, + "portraitTranslation": [0, 0, 0], + "profileScale": 1, + "profileTranslation": [0, 0.2, 0], + "animations": { + "faint": "q.bedrock_primary('kubfu', 'faint', q.curve('one'))", + "cry": "q.bedrock_stateful('kubfu', 'cry')", + "recoil": "q.bedrock_stateful('kubfu', 'recoil')", + "physical": "q.bedrock_primary('kubfu', 'physical_attack', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('kubfu', 'physical_attack', q.curve('symmetrical_wide'))", + "status": "q.bedrock_stateful('kubfu', 'cry', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["look", + "q.bedrock('kubfu', 'battle_idle')" + ], + "quirks": [ + "q.bedrock_quirk('kubfu', 'blink')" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": ["look", + "q.bedrock('kubfu', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('kubfu', 'blink')" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": ["look", + "q.bedrock('kubfu', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('kubfu', 'blink')"] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": [ + "q.bedrock('kubfu', 'ground_idle')" + ], + "quirks": ["q.bedrock_quirk('kubfu', 'blink')"] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": [ + "q.bedrock('kubfu', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('kubfu', 'blink')"] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('kubfu', 'sleep')"] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kyogre.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kyogre.json new file mode 100644 index 0000000..b25cff3 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kyogre.json @@ -0,0 +1,68 @@ +{ + "portraitScale": 0.4, + "portraitTranslation": [-0.5, 1.0, 0], + "profileScale": 0.34, + "profileTranslation": [0, 1.0, 0], + "animations": { + "faint": "q.bedrock_primary('kyogre', 'faint', q.curve('one'))", + "cry": "q.bedrock_stateful('kyogre', 'cry')", + "recoil": "q.bedrock_stateful('kyogre', 'recoil')", + "physical": "q.bedrock_primary('kyogre', 'physical_attack', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('kyogre', 'special_attack', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('kyogre', 'special_attack', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND"], + "isBattle": true, + "animations": [ + "q.look('body_front', 1, -1, 17.5, -17.5, 20, -20)", + "q.bedrock('kyogre', 'battle_idle')" + ], + "quirks": [ + "q.bedrock_quirk('kyogre', 'blink')", + "q.bedrock_quirk('kyogre', q.array('quirk_ground_idle'), 30, 60, 1)" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.look('body_front', 1, -1, 17.5, -17.5, 20, -20)", + "q.bedrock('kyogre', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('kyogre', 'blink')", + "q.bedrock_quirk('kyogre', 'quirk_ground_idle', 20, 60, 1)" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": [ + "q.look('body_front', 1, -1, 17.5, -17.5, 20, -20)", + "q.bedrock('kyogre', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('kyogre', 'blink')"] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": [ + "q.look('body_front', 1, -1, 17.5, -17.5, 20, -20)", + "q.bedrock('kyogre', 'water_idle')" + ], + "quirks": ["q.bedrock_quirk('kyogre', 'blink')"] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": [ + "q.look('body_front', 1, -1, 17.5, -17.5, 20, -20)", + "q.bedrock('kyogre', 'water_swim')" + ], + "quirks": ["q.bedrock_quirk('kyogre', 'blink')"] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('kyogre', 'sleep')"] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kyogreprimal.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kyogreprimal.json new file mode 100644 index 0000000..7a7ea6f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kyogreprimal.json @@ -0,0 +1,68 @@ +{ + "portraitScale": 0.4, + "portraitTranslation": [0, 1.0, 0], + "profileScale": 0.34, + "profileTranslation": [0, 1.0, 0], + "animations": { + "faint": "q.bedrock_primary('kyogreprimal', 'faint', q.curve('one'))", + "cry": "q.bedrock_stateful('kyogreprimal', 'cry')", + "recoil": "q.bedrock_stateful('kyogreprimal', 'recoil')", + "physical": "q.bedrock_primary('kyogreprimal', 'physical_attack', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('kyogreprimal', 'special_attack', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('kyogreprimal', 'special_attack', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND"], + "isBattle": true, + "animations": [ + "q.look('body_front', 1, -1, 17.5, -17.5, 20, -20)", + "q.bedrock('kyogreprimal', 'battle_idle')" + ], + "quirks": [ + "q.bedrock_quirk('kyogreprimal', 'blink')", + "q.bedrock_quirk('kyogreprimal', q.array('quirk_ground_idle'), 30, 60, 1)" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.look('body_front', 1, -1, 17.5, -17.5, 20, -20)", + "q.bedrock('kyogreprimal', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('kyogreprimal', 'blink')", + "q.bedrock_quirk('kyogreprimal', 'quirk_ground_idle', 20, 60, 1)" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": [ + "q.look('body_front', 1, -1, 17.5, -17.5, 20, -20)", + "q.bedrock('kyogreprimal', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('kyogreprimal', 'blink')"] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": [ + "q.look('body_front', 1, -1, 17.5, -17.5, 20, -20)", + "q.bedrock('kyogreprimal', 'water_idle')" + ], + "quirks": ["q.bedrock_quirk('kyogreprimal', 'blink')"] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": [ + "q.look('body_front', 1, -1, 17.5, -17.5, 20, -20)", + "q.bedrock('kyogreprimal', 'water_swim')" + ], + "quirks": ["q.bedrock_quirk('kyogreprimal', 'blink')"] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('kyogreprimal', 'sleep')"] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kyurem.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kyurem.json new file mode 100644 index 0000000..bab193a --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kyurem.json @@ -0,0 +1,36 @@ +{ + "portraitScale": 1, + "portraitTranslation": [-1.5, 1, -10], + "profileScale": 0.4, + "profileTranslation": [0, 1, -10], + "animations": { + "faint": "q.bedrock_primary('kyurem', 'faint', q.curve('one'))", + "cry": "q.bedrock_primary('kyurem', 'cry', q.curve('symmetrical_wide'))", + "recoil": "q.bedrock_stateful('kyurem', 'recoil')", + "physical": "q.bedrock_primary('kyurem', 'physical_attack', q.curve('symmetrical_wide'))", + "special": "q.bedrock_stateful('kyurem', 'cry', q.curve('symmetrical_wide'))", + "status": "q.bedrock_stateful('kyurem', 'cry', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["q.look('neck2', 1, 1, 20, -20, 20, -20)", + "q.bedrock('kyurem', 'ground_idle')" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": ["q.look('neck2', 1, 1, 20, -20, 20, -20)", + "q.bedrock('kyurem', 'ground_idle')" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": ["q.look('neck2', 1, 1, 20, -20, 20, -20)", + "q.bedrock('kyurem', 'ground_walk')" + ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kyuremblack.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kyuremblack.json new file mode 100644 index 0000000..b9f8fec --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kyuremblack.json @@ -0,0 +1,716 @@ +{ + "portraitScale": 1, + "portraitTranslation": [-2, 2.7, -10], + "profileScale": 0.4, + "profileTranslation": [0, 1.1, -10], + "animations": { + "faint": "q.bedrock_primary('kyuremblack', 'special_attack', q.curve('one'))", + "cry": "q.bedrock_primary('kyuremblack', 'cry', q.curve('symmetrical_wide'))", + "recoil": "q.bedrock_stateful('kyuremblack', 'recoil')", + "physical": "q.bedrock_primary('kyuremblack', 'physical_attack', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('kyuremblack', 'special_attack', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('kyuremblack', 'special_attack', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["q.look('neck2', 1, 1, 52.5, -10, 45)", + "q.bedrock('kyuremblack', 'battle_idle')" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": ["q.look('neck2', 1, 1, 52.5, -10, 45)", + "q.bedrock('kyuremblack', 'ground_idle')" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": ["q.look('neck2', 1, 1, 52.5, -10, 45)", + "q.bedrock('kyuremblack', 'ground_walk')" + ], +"transformedParts": [ + { + "part": "topwire_right", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "topwire_left", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bottomwire_right", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bottomwire_left", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bicep_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bicep_on", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "forearm_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "forearm_on", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "hand_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "hand_on", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_on", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_flash2", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_on2", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_flash3", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_on3", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "crest_zek_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "shoulder_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_flash4", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_on4", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + } + ] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": ["q.look('neck2', 1, 1, 52.5, -10, 45)", + "q.bedrock('kyuremblack', 'ground_walk')" + ], +"transformedParts": [ + { + "part": "topwire_right", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "topwire_left", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bottomwire_right", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bottomwire_left", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bicep_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bicep_on", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "forearm_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "forearm_on", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "hand_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "hand_on", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_on", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_flash2", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_on2", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_flash3", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_on3", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "crest_zek_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "shoulder_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_flash4", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_on4", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + } + ] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": ["q.look('neck2', 1, 1, 52.5, -10, 45)", + "q.bedrock('kyuremblack', 'ground_walk')" + ], +"transformedParts": [ + { + "part": "topwire_right", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "topwire_left", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bottomwire_right", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bottomwire_left", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bicep_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bicep_on", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "forearm_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "forearm_on", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "hand_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "hand_on", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_on", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_flash2", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_on2", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_flash3", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_on3", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "crest_zek_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "shoulder_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_flash4", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_on4", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + } + ] + }, + "hover": { + "poseTypes": ["HOVER"], + "animations": ["q.look('neck2', 1, 1, 52.5, -10, 45)", + "q.bedrock('kyuremblack', 'ground_walk')" + ], +"transformedParts": [ + { + "part": "topwire_right", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "topwire_left", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bottomwire_right", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bottomwire_left", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bicep_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bicep_on", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "forearm_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "forearm_on", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "hand_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "hand_on", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_on", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_flash2", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_on2", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_flash3", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_on3", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "crest_zek_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "shoulder_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_flash4", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_on4", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + } + ] + }, + "fly": { + "poseTypes": ["FLY"], + "animations": ["q.look('neck2', 1, 1, 52.5, -10, 45)", + "q.bedrock('kyuremblack', 'ground_walk')" + ], +"transformedParts": [ + { + "part": "topwire_right", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "topwire_left", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bottomwire_right", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bottomwire_left", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bicep_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bicep_on", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "forearm_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "forearm_on", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "hand_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "hand_on", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_on", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_flash2", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_on2", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_flash3", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_on3", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "crest_zek_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "shoulder_flash", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_flash4", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_on4", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_flash4", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "bumble_on4", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + } + ] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('kyuremblack', 'sleep')"] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kyuremwhite.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kyuremwhite.json new file mode 100644 index 0000000..4ac9829 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/kyuremwhite.json @@ -0,0 +1,404 @@ +{ + "portraitScale": 1, + "portraitTranslation": [-0.5, 3.5, -10], + "profileScale": 0.4, + "profileTranslation": [0, 1.3, -10], + "animations": { + "faint": "q.bedrock_primary('kyuremwhite', 'special_attack', q.curve('one'))", + "cry": "q.bedrock_primary('kyuremwhite', 'cry', q.curve('symmetrical_wide'))", + "recoil": "q.bedrock_stateful('kyuremwhite', 'recoil')", + "physical": "q.bedrock_primary('kyuremwhite', 'physical_attack', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('kyuremwhite', 'special_attack', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('kyuremwhite', 'special_attack', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["q.look('neck2', 1, 1, 45, -20, 45)", + "q.bedrock('kyuremwhite', 'battle_idle')" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.bedrock('kyuremwhite', 'ground_idle')" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": ["q.look('neck2', 1, 1, 45, -20, 45)", + "q.bedrock('kyuremwhite', 'ground_walk')" + ], +"transformedParts": [ + { + "part": "wires_right", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "wires_left", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "fire_crest_end_fire", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "wing_fire", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tailring_fire", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_flash2", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_flash_dim2", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_fire1", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_fire2", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_fire3", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_fire4", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + } + ] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": ["q.look('neck2', 1, 1, 45, -20, 45)", + "q.bedrock('kyuremwhite', 'ground_walk')" + ], +"transformedParts": [ + { + "part": "wires_right", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "wires_left", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "fire_crest_end_fire", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "wing_fire", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tailring_fire", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_flash2", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_flash_dim2", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_fire1", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_fire2", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_fire3", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_fire4", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + } + ] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": ["q.look('neck2', 1, 1, 45, -20, 45)", + "q.bedrock('kyuremwhite', 'ground_walk')" + ], +"transformedParts": [ + { + "part": "wires_right", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "wires_left", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "fire_crest_end_fire", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "wing_fire", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tailring_fire", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_flash2", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_flash_dim2", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_fire1", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_fire2", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_fire3", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_fire4", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + } + ] + }, + "hover": { + "poseTypes": ["HOVER"], + "animations": ["q.look('neck2', 1, 1, 45, -20, 45)", + "q.bedrock('kyuremwhite', 'ground_walk')" + ], +"transformedParts": [ + { + "part": "wires_right", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "wires_left", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "fire_crest_end_fire", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "wing_fire", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tailring_fire", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_flash2", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_flash_dim2", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_fire1", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_fire2", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_fire3", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_fire4", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + } + ] + }, + "fly": { + "poseTypes": ["FLY"], + "animations": ["q.look('neck2', 1, 1, 45, -20, 45)", + "q.bedrock('kyuremwhite', 'ground_walk')" + ], +"transformedParts": [ + { + "part": "wires_right", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "wires_left", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "fire_crest_end_fire", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "wing_fire", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tailring_fire", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_flash2", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_flash_dim2", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_fire1", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_fire2", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_fire3", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "tail_fire4", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + } + ] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('kyuremwhite', 'sleep')"] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/landorus.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/landorus.json new file mode 100644 index 0000000..e4c20eb --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/landorus.json @@ -0,0 +1,70 @@ +{ + "head": "head", + "portraitScale": 1, + "portraitTranslation": [0, 1.3, 0], + "profileScale": 0.7, + "profileTranslation": [0, 1.3, 0], + "animations": { + "faint": "q.bedrock_primary('landorus', 'faint', q.curve('one'))", + "cry": "q.bedrock_primary('landorus', 'cry', q.curve('symmetrical_wide'))", + "physical": "q.bedrock_primary('landorus', 'physical_attack', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('landorus', 'special_attack', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('landorus', 'status', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["look", "q.bedrock('landorus', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('landorus', 'quirk')" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": ["look", "q.bedrock('landorus', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('landorus', 'quirk')" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": ["look", "q.bedrock('landorus', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('landorus', 'quirk')"] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": ["look", "q.bedrock('landorus', 'ground_idle')" + ], + "quirks": ["q.bedrock_quirk('landorus', 'quirk')"] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": ["look", + "q.bedrock('landorus', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('landorus', 'quirk')"] + }, + "hover": { + "poseName": "hover", + "poseTypes": ["HOVER"], + "quirks": ["q.bedrock_quirk('landorus', 'quirk')"], + "animations": ["look", "q.bedrock('landorus', 'ground_idle')" + ] + }, + "fly": { + "poseName": "fly", + "poseTypes": ["FLY"], + "quirks": ["q.bedrock_quirk('landorus', 'quirk')"], + "animations": ["look", "q.bedrock('landorus', 'ground_walk')"] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('landorus', 'sleep')"] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/latias.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/latias.json new file mode 100644 index 0000000..3412015 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/latias.json @@ -0,0 +1,70 @@ +{ + "neck2": "neck2", + "portraitScale": 1, + "portraitTranslation": [-0.7, 1, 0], + "profileScale": 0.5, + "profileTranslation": [0, 1.1, 0], + "animations": { + "faint": "q.bedrock_primary('latias', 'faint', q.curve('one'))", + "cry": "q.bedrock_stateful('latias', 'cry', q.curve('symmetrical_wide'))", + "physical": "q.bedrock_primary('latias', 'physical_attack', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('latias', 'special_attack', q.curve('symmetrical_wide'))", + "status": "q.bedrock_stateful('latias', 'cry', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["q.look('neck2', 1, 1, 2.5, -2.5, 2.5, -2.5)", "q.bedrock('latias', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('latias', 'blink')" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": ["q.look('neck2', 1, 1, 2.5, -2.5, 2.5, -2.5)", "q.bedrock('latias', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('latias', 'blink')" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": ["q.look('neck2', 1, 1, 2.5, -2.5, 2.5, -2.5)", "q.bedrock('latias', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('latias', 'blink')"] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": ["q.look('neck2', 1, 1, 2.5, -2.5, 2.5, -2.5)", "q.bedrock('latias', 'ground_idle')" + ], + "quirks": ["q.bedrock_quirk('latias', 'blink')"] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": ["q.look('neck2', 1, 1, 2.5, -2.5, 2.5, -2.5)", + "q.bedrock('latias', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('latias', 'blink')"] + }, + "hover": { + "poseName": "hover", + "poseTypes": ["HOVER"], + "quirks": ["q.bedrock_quirk('latias', 'blink')"], + "animations": ["q.look('neck2', 1, 2.5, -2.5, -2.5, 2.5, -2.5)", "q.bedrock('latias', 'ground_idle')" + ] + }, + "fly": { + "poseName": "fly", + "poseTypes": ["FLY"], + "quirks": ["q.bedrock_quirk('latias', 'blink')"], + "animations": ["q.look('neck2', 1, 1, 2.5, -2.5, 2.5, -2.5)", "q.bedrock('latias', 'ground_walk')"] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('latias', 'sleep')"] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/latios.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/latios.json new file mode 100644 index 0000000..fab1988 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/latios.json @@ -0,0 +1,70 @@ +{ + "neck2": "neck2", + "portraitScale": 1, + "portraitTranslation": [-0.7, 1, 0], + "profileScale": 0.5, + "profileTranslation": [0, 1.1, 0], + "animations": { + "faint": "q.bedrock_primary('latios', 'faint', q.curve('one'))", + "cry": "q.bedrock_stateful('latios', 'cry', q.curve('symmetrical_wide'))", + "physical": "q.bedrock_primary('latios', 'physical_attack', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('latios', 'special_attack', q.curve('symmetrical_wide'))", + "status": "q.bedrock_stateful('latios', 'cry', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["q.look('neck2', 1, 1, 2.5, -2.5, 2.5, -2.5)", "q.bedrock('latios', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('latios', 'blink')" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": ["q.look('neck2', 1, 1, 2.5, -2.5, 2.5, -2.5)", "q.bedrock('latios', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('latios', 'blink')" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": ["q.look('neck2', 1, 1, 2.5, -2.5, 2.5, -2.5)", "q.bedrock('latios', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('latios', 'blink')"] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": ["q.look('neck2', 1, 1, 2.5, -2.5, 2.5, -2.5)", "q.bedrock('latios', 'ground_idle')" + ], + "quirks": ["q.bedrock_quirk('latios', 'blink')"] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": ["q.look('neck2', 1, 1, 2.5, -2.5, 2.5, -2.5)", + "q.bedrock('latios', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('latios', 'blink')"] + }, + "hover": { + "poseName": "hover", + "poseTypes": ["HOVER"], + "quirks": ["q.bedrock_quirk('latios', 'blink')"], + "animations": ["q.look('neck2', 1, 2.5, -2.5, -2.5, 2.5, -2.5)", "q.bedrock('latios', 'ground_idle')" + ] + }, + "fly": { + "poseName": "fly", + "poseTypes": ["FLY"], + "quirks": ["q.bedrock_quirk('latios', 'blink')"], + "animations": ["q.look('neck2', 1, 1, 2.5, -2.5, 2.5, -2.5)", "q.bedrock('latios', 'ground_walk')"] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('latios', 'sleep')"] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/leavanny.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/leavanny.json new file mode 100644 index 0000000..a7c9e4d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/leavanny.json @@ -0,0 +1,96 @@ +{ + "head":"head", + "portraitScale":1.45, + "portraitTranslation":[ -0.1, 1.8, 0 ], + "profileScale":0.5, + "profileTranslation":[ -0.05, 1.1, 0 ], + "faint":"bedrock(leavanny, faint)", + "cry":"bedrock(leavanny, cry)", + "poses":{ + "battle-idle": { + "poseName": "battle-idle", + "transformTicks": 10, + "poseTypes": ["STAND"], + "isBattle": true, + "isTouchingWater": false, + "animations": ["bedrock(leavanny, battle_idle)"], + "quirks": [ + { + "name": "blink", + "loopTimes": 5, + "minSecondsBetweenOccurrences": 8, + "maxSecondsBetweenOccurrences": 20, + "animations": ["bedrock(leavanny, blink)"] + } + ] + }, + "standing":{ + "poseName":"standing", + "transformTicks":10, + "poseTypes":[ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "isBattle": false, + "animations":[ + "bedrock(leavanny, ground_idle)" + ], + "quirks":[ + { + "name":"blink", + "animations":[ + "bedrock(leavanny, blink)" + ] + } + ] + }, + "walking":{ + "poseName":"walking", + "transformTicks":10, + "poseTypes":[ + "WALK" + ], + "animations":[ + "bedrock(leavanny, ground_walk)" + ], + "quirks":[ + { + "name":"blink", + "animations":[ + "bedrock(leavanny, blink)" + ] + } + ] + }, + "swimming":{ + "poseName":"swimming", + "transformTicks":10, + "poseTypes":[ + "SWIM" + ], + "animations":[ + "bedrock(leavanny, ground_walk)" + ], + "quirks":[ + { + "name":"blink", + "animations":[ + "bedrock(leavanny, blink)" + ] + } + ] + }, + "sleeping":{ + "poseName":"sleeping", + "transformTicks":10, + "poseTypes":[ + "SLEEP" + ], + "animations":[ + "bedrock(leavanny, sleeping)" + ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ledian.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ledian.json new file mode 100644 index 0000000..dd69305 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ledian.json @@ -0,0 +1,43 @@ +{ + "head": "head", + "portraitScale": 1.7, + "portraitTranslation": [ -0.3, 2.1, 0 ], + "profileScale": 0.6, + "profileTranslation": [ 0, 0.9, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(ledian, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(ledian, ground_walk)" + ] + }, + "flying": { + "poseName": "flying", + "transformTicks": 10, + "poseTypes": [ "FLY" ], + "animations": [ "bedrock(ledian, ground_walk)" + ] + }, + "hovering": { + "poseName": "hovering", + "transformTicks": 10, + "poseTypes": [ "HOVER" ], + "animations": [ "bedrock(ledian, ground_idle)" + ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ledyba.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ledyba.json new file mode 100644 index 0000000..a29ca48 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ledyba.json @@ -0,0 +1,67 @@ +{ + "head": "head", + "portraitScale": 2.1, + "portraitTranslation": [ -0.2, -1.3, 0 ], + "profileScale": 1.0, + "profileTranslation": [ 0, 0, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(ledyba, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(ledyba, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(ledyba, ground_walk)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(ledyba, blink)"] + } + ] + }, + "flying": { + "poseName": "flying", + "transformTicks": 10, + "poseTypes": [ "FLY" ], + "animations": [ "bedrock(ledyba, air_walk)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(ledyba, blink)"] + } + ] + }, + "hovering": { + "poseName": "hovering", + "transformTicks": 10, + "poseTypes": [ "HOVER" ], + "animations": [ "bedrock(ledyba, air_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(ledyba, blink)"] + } + ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/liepard.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/liepard.json new file mode 100644 index 0000000..4725826 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/liepard.json @@ -0,0 +1,42 @@ +{ + "head": "head", + "portraitScale": 2, + "portraitTranslation": [ -0.8, 1.2, 0 ], + "profileScale": 0.65, + "profileTranslation": [ 0, 0.7, 0 ], + "faint": "bedrock(liepard, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(liepard, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(liepard, ground_walk)" ] + }, + + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ + "SLEEP" + ], + "animations": [ + "bedrock(liepard, sleep)" + ] + } + } + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/litleo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/litleo.json new file mode 100644 index 0000000..c26f153 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/litleo.json @@ -0,0 +1,58 @@ +{ + "head": "head", + "portraitScale": 2.2, + "portraitTranslation": [ -0.4, -0.5, 0 ], + "profileScale": 0.9, + "profileTranslation": [ 0, 0.4, 0 ], + "animations": { + "faint": "q.bedrock_primary('litleo', 'faint', q.curve('one'))", + "cry": "q.bedrock_stateful('litleo', 'cry')", + "recoil": "q.bedrock_stateful('litleo', 'recoil')", + "physical": "q.bedrock_primary('litleo', 'physical', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('litleo', 'special', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('litleo', 'status', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND"], + "isBattle": true, + "animations": [ + "q.look('head')", + "q.bedrock('litleo', 'battle_idle')" + ], + "quirks": [ + "q.bedrock_quirk('litleo', 'blink')" + ] + }, + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "look", + "bedrock(litleo, ground_idle)" + ], + "quirks": ["q.bedrock_quirk('litleo', 'blink')"] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(litleo, ground_walk)" ], + "quirks": ["q.bedrock_quirk('litleo', 'blink')"] + }, + + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ + "SLEEP" + ], + "animations": [ + "bedrock(litleo, sleep)" + ] + } + } + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/lokix.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/lokix.json new file mode 100644 index 0000000..9af95a8 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/lokix.json @@ -0,0 +1,33 @@ +{ + "head": "head", + "portraitScale": 1.6, + "portraitTranslation": [ -0.2, 2.1, 0 ], + "profileScale": 0.45, + "profileTranslation": [ 0, 1.1, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE", + "FLOAT", + "SWIM" + ], + "animations": [ + "look", + "bedrock(lokix, ground_idle)" + ] + + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(lokix, ground_walk)" ] + + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/lurantis2.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/lurantis2.json new file mode 100644 index 0000000..e7a88f7 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/lurantis2.json @@ -0,0 +1,72 @@ +{ + "head": "head", + "portraitScale": 2.2, + "portraitTranslation": [ 0.1, 1, 0 ], + "profileScale": 0.75, + "profileTranslation": [ 0, 0.75, 0 ], + "faint": "bedrock(lurantis, faint, true)", + "cry": "bedrock(lurantis, cry, true)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND","PORTRAIT","PROFILE"], + "isBattle": false, + "animations": ["look","bedrock(lurantis, eyes)","bedrock(lurantis, ground_idle)"], + "quirks":[ + { + "name": "blink", + "loopTimes": 2, + "minSecondsBetweenOccurrences": 8, + "maxSecondsBetweenOccurrences": 20, + "animations": ["bedrock(lurantis, blink)"] + } + ] + }, + "battle_idle": { + "poseName": "battle_idle", + "transformTicks": 10, + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["look","bedrock(lurantis, eyes)","bedrock(lurantis, ground_idle)"], + "quirks":[ + { + "name": "blink", + "loopTimes": 2, + "minSecondsBetweenOccurrences": 8, + "maxSecondsBetweenOccurrences": 20, + "animations": ["bedrock(lurantis, blink)"] + } + ] +}, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK"], + "animations": ["look","bedrock(lurantis, eyes)","bedrock(lurantis, ground_walk)"], + "quirks":[ + { + "name": "blink", + "loopTimes": 2, + "minSecondsBetweenOccurrences": 8, + "maxSecondsBetweenOccurrences": 20, + "animations": ["bedrock(lurantis, blink)"] + } + ] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": ["FLOAT", "SWIM"], + "animations": ["look","bedrock(lurantis, eyes)","bedrock(lurantis, float)"] + }, + "sleep":{ + "poseName": "sleep", + "transformTicks": 10, + "poseTypes": ["SLEEP"], + "isBattle": false, + "isTouchingWater": false, + "animations": ["bedrock(lurantis, sleep, true)"] + } +} +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/lycanroc.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/lycanroc.json new file mode 100644 index 0000000..53c848b --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/lycanroc.json @@ -0,0 +1,28 @@ +{ + "head": "head", + "portraitScale": 2.3, + "portraitTranslation": [ -1.3, 0.1, 0 ], + "profileScale": 0.7, + "profileTranslation": [ 0, 0.6, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(lycanroc_midday, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(lycanroc_midday, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/lycanroc_dusk.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/lycanroc_dusk.json new file mode 100644 index 0000000..2d03740 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/lycanroc_dusk.json @@ -0,0 +1,28 @@ +{ + "head": "head", + "portraitScale": 2.3, + "portraitTranslation": [ -1.3, 0.1, 0 ], + "profileScale": 0.7, + "profileTranslation": [ 0, 0.6, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(lycanroc_dusk, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(lycanroc_dusk, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/lycanroc_midnight.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/lycanroc_midnight.json new file mode 100644 index 0000000..cfa3c9a --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/lycanroc_midnight.json @@ -0,0 +1,28 @@ +{ + "head": "head", + "portraitScale": 2.3, + "portraitTranslation": [ -1.0, 1.6, 0 ], + "profileScale": 0.6, + "profileTranslation": [ 0, 0.8, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(lycanroc_midnight, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(lycanroc_midnight, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/manaphy.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/manaphy.json new file mode 100644 index 0000000..3b64370 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/manaphy.json @@ -0,0 +1,39 @@ +{ + "head": "head", + "portraitScale": 0.8, + "portraitTranslation": [ 0, 0.7, 0 ], + "profileScale": 0.8, + "profileTranslation": [ 0, 0.7, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(manaphy, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(manaphy, ground_walk)" ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": [ + "SWIM" + ], + "animations": [ + "bedrock(manaphy, ground_walk)" + ] + } +} +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/mandibuzz.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/mandibuzz.json new file mode 100644 index 0000000..1ac0b80 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/mandibuzz.json @@ -0,0 +1,105 @@ +{ + "portraitScale":2, + "portraitTranslation":[ + -0.9, + 1.5, + 0 + ], + "profileScale": 0.55, + "profileTranslation":[ + 0, + 1, + 0 + ], + "cry": "bedrock(mandibuzz, cry)", + "poses":{ + "standing":{ + "poseName":"standing", + "transformTicks":10, + "poseTypes":[ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations":[ + "bedrock(mandibuzz, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(mandibuzz, blink)" + ] + } + ] + }, + "walking":{ + "poseName":"walking", + "transformTicks":10, + "poseTypes":[ + "WALK" + ], + "animations":[ + "bedrock(mandibuzz, ground_walk)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(mandibuzz, blink)" + ] + } + ] + }, + "hovering": { + "poseName": "hovering", + "transformTicks": 10, + "poseTypes": [ + "HOVER" + ], + "animations": [ + "bedrock(mandibuzz, air_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(mandibuzz, blink)" + ] + } + ] + }, + "flying": { + "poseName": "flying", + "transformTicks": 10, + "poseTypes": [ + "FLY" + ], + "animations": [ + "bedrock(mandibuzz, air_fly)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(mandibuzz, blink)" + ] + } + ] + }, + "battle-idle": { + "poseName": "battle-idle", + "transformTicks": 10, + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["bedrock(mandibuzz, battle_idle)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(mandibuzz, blink)"] + } + ] + } + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/mareanie.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/mareanie.json new file mode 100644 index 0000000..b869527 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/mareanie.json @@ -0,0 +1,85 @@ +{ + "head": "head", + "portraitScale": 2, + "portraitTranslation": [-0.7, 0, 0], + "profileScale": 0.7, + "profileTranslation": [0, 0.8, 0], + "faint": "bedrock(mareanie, faint)", + "poses": { + "battle-idle": { + "poseName": "battle-idle", + "transformTicks": 10, + "poseTypes": ["STAND"], + "isBattle": true, + "isTouchingWater": false, + "transformedParts": [], + "animations": ["bedrock(mareanie, battle_idle)"], + "quirks": [ + { + "name": "blink", + "loopTimes": 5, + "minSecondsBetweenOccurrences": 8, + "maxSecondsBetweenOccurrences": 20, + "animations": ["bedrock(mareanie, blink)"] + } + ] + }, + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "animations": ["look", "bedrock(mareanie, ground_idle)"] + , + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(mareanie, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK"], + "animations": ["bedrock(mareanie, ground_walk)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(mareanie, blink)"] + } + ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": ["SLEEP"], + "animations": [ + "bedrock(mareanie, sleep)" + ] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": ["FLOAT"], + "animations": ["bedrock(mareanie, ground_idle)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(mareanie, blink)"] + } + ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": ["SWIM"], + "animations": ["bedrock(mareanie, ground_walk)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(mareanie, blink)"] + } + ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/marill.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/marill.json new file mode 100644 index 0000000..3b2a515 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/marill.json @@ -0,0 +1,34 @@ +{ + "portraitScale": 3, + "portraitTranslation": [ 0, -2.5, 0 ], + "profileScale": 1.5, + "profileTranslation": [ 0, -0.5, 0 ], + "faint": "bedrock(marill, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(marill, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(marill, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(marill, ground_walk)" ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/marowak_alolan.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/marowak_alolan.json new file mode 100644 index 0000000..12c283e --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/marowak_alolan.json @@ -0,0 +1,34 @@ +{ + "head": "head", + "portraitScale": 2.0, + "portraitTranslation": [ -0.3, 0, 0 ], + "profileScale": 0.9, + "profileTranslation": [ 0.1, 0.4, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(marowak_alolan, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(marowak_alolan, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(marowak_alolan, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/marshadow.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/marshadow.json new file mode 100644 index 0000000..10dee4a --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/marshadow.json @@ -0,0 +1,62 @@ +{ + "portraitScale": 2, + "portraitTranslation": [0, 0, 0], + "profileScale": 1, + "profileTranslation": [0, 0.2, 0], + "animations": { + "cry": "q.bedrock_stateful('marshadow', 'cry')", + "recoil": "q.bedrock_stateful('marshadow', 'recoil')", + "physical": "q.bedrock_primary('marshadow', 'physical', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('marshadow', 'physical', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('marshadow', 'status', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND", "WALK"], + "isBattle": true, + "animations": [ + "q.look('head')", + "q.bedrock('marshadow', 'battle_idle')" + ], + "quirks": [ + "q.bedrock_quirk('marshadow', 'blink')" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.look('head')", + "q.bedrock('marshadow', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('marshadow', 'blink')" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": [ + "q.look('head')", + "q.bedrock('marshadow', 'ground_walk')" + ] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": [ + "q.look('head')", + "q.bedrock('marshadow', 'ground_idle')" + ] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": [ + "q.look('head')", + "q.bedrock('marshadow', 'ground_walk')" + ] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('marshadow', 'sleep')"] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/medicham.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/medicham.json new file mode 100644 index 0000000..011deb3 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/medicham.json @@ -0,0 +1,65 @@ +{ + "portraitScale": 1.7, + "portraitTranslation": [0.2, 1, 0], + "profileScale": 0.8, + "profileTranslation": [0, 0.6, 0], + "animations": { + "faint": "q.bedrock_primary('medicham', 'faint', q.curve('symmetrical_wide'))", + "physical": "q.bedrock_primary('medicham', 'physical', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('medicham', 'special', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('medicham', 'special', q.curve('symmetrical_wide'))", + "recoil": "q.bedrock_primary('medicham', 'recoil', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "transformTicks": 10, + "poseTypes": ["STAND", "WALK"], + "isBattle": true, + "animations": [ + "q.look('head')", + "q.bedrock('medicham', 'battle_idle')" + ] + }, + "standing": { + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.look('head')", + "q.bedrock('medicham', 'ground_idle')" + ] + }, + "walking": { + "transformTicks": 8, + "poseTypes": ["WALK"], + "animations": [ + "q.look('head')", + "q.bedrock('medicham', 'ground_walk')" + ] + }, + "hover": { + "transformTicks": 5, + "poseTypes": [ "FLY", "HOVER", "FLOAT" ], + "animations": [ + "q.look('head')", + "q.bedrock('medicham', 'ground_walk')" + ] + }, + "float": { + "transformTicks": 5, + "poseTypes": ["FLOAT"], + "animations": [ + "q.look('head')", + "q.bedrock('medicham', 'ground_walk')" + ] + }, + "swim": { + "transformTicks": 8, + "poseTypes": ["SWIM"], + "animations": [ + "q.look('head')", + "q.bedrock('medicham', 'ground_walk')" + ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/meditite.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/meditite.json new file mode 100644 index 0000000..32b34e6 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/meditite.json @@ -0,0 +1,65 @@ +{ + "portraitScale": 1.7, + "portraitTranslation": [-0.2, 0.5, 0], + "profileScale": 0.8, + "profileTranslation": [-0.1, 0.6, 0], + "animations": { + "faint": "q.bedrock_primary('meditite', 'faint', q.curve('symmetrical_wide'))", + "physical": "q.bedrock_primary('meditite', 'physical', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('meditite', 'special', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('meditite', 'special', q.curve('symmetrical_wide'))", + "recoil": "q.bedrock_primary('meditite', 'recoil', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "transformTicks": 10, + "poseTypes": ["STAND", "WALK"], + "isBattle": true, + "animations": [ + "q.look('head')", + "q.bedrock('meditite', 'battle_idle')" + ] + }, + "standing": { + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.look('head')", + "q.bedrock('meditite', 'ground_idle')" + ] + }, + "walking": { + "transformTicks": 8, + "poseTypes": ["WALK"], + "animations": [ + "q.look('head')", + "q.bedrock('meditite', 'ground_walk')" + ] + }, + "hover": { + "transformTicks": 5, + "poseTypes": [ "FLY", "HOVER", "FLOAT" ], + "animations": [ + "q.look('head')", + "q.bedrock('meditite', 'ground_walk')" + ] + }, + "float": { + "transformTicks": 5, + "poseTypes": ["FLOAT"], + "animations": [ + "q.look('head')", + "q.bedrock('meditite', 'ground_walk')" + ] + }, + "swim": { + "transformTicks": 8, + "poseTypes": ["SWIM"], + "animations": [ + "q.look('head')", + "q.bedrock('meditite', 'ground_walk')" + ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/megarayquaza.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/megarayquaza.json new file mode 100644 index 0000000..1b17f65 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/megarayquaza.json @@ -0,0 +1,70 @@ +{ + "head": "head", + "portraitScale": 0.6, + "portraitTranslation": [-2.7, 3.8, 0], + "profileScale": 0.2, + "profileTranslation": [0.5, 1.7, -20], + "animations": { + "faint": "q.bedrock_primary('megarayquaza', 'faint', q.curve('one'))", + "cry": "q.bedrock_primary('megarayquaza', 'cry', q.curve('symmetrical_wide'))", + "physical": "q.bedrock_primary('megarayquaza', 'physical_attack', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('megarayquaza', 'special_attack', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('megarayquaza', 'cry', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["look", "q.bedrock('megarayquaza', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('megarayquaza', 'blink')" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": ["look", "q.bedrock('megarayquaza', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('megarayquaza', 'blink')" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": ["look", "q.bedrock('megarayquaza', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('megarayquaza', 'blink')"] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": ["look", "q.bedrock('megarayquaza', 'ground_idle')" + ], + "quirks": ["q.bedrock_quirk('megarayquaza', 'blink')"] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": ["look", + "q.bedrock('megarayquaza', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('megarayquaza', 'blink')"] + }, + "hover": { + "poseName": "hover", + "poseTypes": ["HOVER"], + "quirks": ["q.bedrock_quirk('megarayquaza', 'blink')"], + "animations": ["look", "q.bedrock('megarayquaza', 'ground_idle')" + ] + }, + "fly": { + "poseName": "fly", + "poseTypes": ["FLY"], + "quirks": ["q.bedrock_quirk('megarayquaza', 'blink')"], + "animations": ["look", "q.bedrock('megarayquaza', 'ground_walk')"] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('megarayquaza', 'sleep')"] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/melmetal.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/melmetal.json new file mode 100644 index 0000000..76fe0b2 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/melmetal.json @@ -0,0 +1,28 @@ +{ + "head": "head", + "portraitScale": 2.3, + "portraitTranslation": [ -0.6, 5.0, 0 ], + "profileScale": 0.4, + "profileTranslation": [ 0, 1.1, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(melmetal, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(melmetal, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/meltan.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/meltan.json new file mode 100644 index 0000000..bef5999 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/meltan.json @@ -0,0 +1,29 @@ +{ + "head": "head", + "portraitScale": 1.8, + "portraitTranslation": [ -0.1, 0.1, 0 ], + "profileScale": 0.6, + "profileTranslation": [ 0, 0.6, 0 ], + "faint": "bedrock(meltan, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(meltan, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(meltan, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/meowstic_f.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/meowstic_f.json new file mode 100644 index 0000000..13dba50 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/meowstic_f.json @@ -0,0 +1,58 @@ +{ + "head": "head", + "portraitScale": 1.8, + "portraitTranslation": [ -0.2, 0.7, 0 ], + "profileScale": 0.6, + "profileTranslation": [ 0, 0.8, 0 ], + "animations": { + "faint": "q.bedrock_primary('meowstic_f', 'faint', q.curve('one'))", + "cry": "q.bedrock_stateful('meowstic_f', 'cry')", + "recoil": "q.bedrock_stateful('meowstic_f', 'recoil')", + "physical": "q.bedrock_primary('meowstic_f', 'physical', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('meowstic_f', 'special', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('meowstic_f', 'status', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND"], + "isBattle": true, + "animations": [ + "q.look('head')", + "q.bedrock('meowstic_f', 'battle_idle')" + ], + "quirks": [ + "q.bedrock_quirk('meowstic_f', 'blink')" + ] + }, + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "look", + "bedrock(meowstic_f, ground_idle)" + ], + "quirks": ["q.bedrock_quirk('meowstic_f', 'blink')"] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(meowstic_f, ground_walk)" ], + "quirks": ["q.bedrock_quirk('meowstic_f', 'blink')"] + }, + + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ + "SLEEP" + ], + "animations": [ + "bedrock(meowstic_f, sleep)" + ] + } + } + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/meowstic_m.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/meowstic_m.json new file mode 100644 index 0000000..9c29998 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/meowstic_m.json @@ -0,0 +1,58 @@ +{ + "head": "head", + "portraitScale": 1.8, + "portraitTranslation": [ -0.2, 0.7, 0 ], + "profileScale": 0.6, + "profileTranslation": [ 0, 0.8, 0 ], + "animations": { + "faint": "q.bedrock_primary('meowstic_m', 'faint', q.curve('one'))", + "cry": "q.bedrock_stateful('meowstic_m', 'cry')", + "recoil": "q.bedrock_stateful('meowstic_m', 'recoil')", + "physical": "q.bedrock_primary('meowstic_m', 'physical', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('meowstic_m', 'special', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('meowstic_m', 'status', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND"], + "isBattle": true, + "animations": [ + "q.look('head')", + "q.bedrock('meowstic_m', 'battle_idle')" + ], + "quirks": [ + "q.bedrock_quirk('meowstic_m', 'blink')" + ] + }, + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "look", + "bedrock(meowstic_m, ground_idle)" + ], + "quirks": ["q.bedrock_quirk('meowstic_m', 'blink')"] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(meowstic_m, ground_walk)" ], + "quirks": ["q.bedrock_quirk('meowstic_m', 'blink')"] + }, + + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ + "SLEEP" + ], + "animations": [ + "bedrock(meowstic_m, sleep)" + ] + } + } + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/mewtwo2.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/mewtwo2.json new file mode 100644 index 0000000..d5c8b0c --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/mewtwo2.json @@ -0,0 +1,46 @@ +{ + "head": "head", + "portraitScale": 2.5, + "portraitTranslation": [0, 2.5, 0.0], + "profileScale": 0.6, + "profileTranslation": [-0.15, 1, 0.0], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE" ], + "animations": [ + "look", + "bedrock(mewtwo2, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "poseTypes": ["WALK"], + "animations": [ + "look", + "bedrock(mewtwo2, ground_walk)" + ] + }, + "hovering": { + "poseName": "hovering", + "transformTicks": 10, + "poseTypes": [ + "HOVER" + ], + "animations": [ + "bedrock(mewtwo2, air_idle)" + ] + }, + "flying": { + "poseName": "flying", + "transformTicks": 10, + "poseTypes": [ + "FLY" + ], + "animations": [ + "bedrock(mewtwo2, air_fly)" + ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/milotic.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/milotic.json new file mode 100644 index 0000000..30d494e --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/milotic.json @@ -0,0 +1,93 @@ +{ + "head": "head", + "cry": "bedrock(milotic, cry)", + "portraitScale": 2, + "portraitTranslation": [ + -0.2, + 1.1, + 0 + ], + "profileScale": 0.5, + "profileTranslation": [ + -0.1, + 1, + 0 + ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(milotic, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(milotic, blink)" + ] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ + "WALK" + ], + "animations": [ + "bedrock(milotic, ground_walk)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(milotic, blink)" + ] + } + ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": [ + "SWIM" + ], + "animations": [ + "bedrock(milotic, water_swim)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(milotic, blink)" + ] + } + ] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": [ + "FLOAT" + ], + "animations": [ + "bedrock(milotic, water_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(milotic, blink)" + ] + } + ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/minccino.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/minccino.json new file mode 100644 index 0000000..7f5dba7 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/minccino.json @@ -0,0 +1,28 @@ +{ + "head": "head", + "portraitScale": 2.3, + "portraitTranslation": [ -0.2, -1.2, 0 ], + "profileScale": 0.9, + "profileTranslation": [ 0, 0.4, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(minccino, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(minccino, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/minior.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/minior.json new file mode 100644 index 0000000..24d0fc3 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/minior.json @@ -0,0 +1,32 @@ +{ + "portraitScale": 2.5, + "portraitTranslation": [ 0.2, -0.25, 0 ], + "profileScale": 1.25, + "profileTranslation": [ 0, 0.4, 0 ], + "faint": "bedrock(minior, sleep)", + "poses": { + + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(minior, ground_idle)" + ] + }, + + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ + "bedrock(minior, ground_walk)" + ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/moltres2.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/moltres2.json new file mode 100644 index 0000000..c3a5848 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/moltres2.json @@ -0,0 +1,56 @@ +{ + "head": "head", + "portraitScale": 2, + "portraitTranslation": [ -0.5, 3.25, 0 ], + "profileScale": 0.5, + "profileTranslation": [ 0, 1.1, 0 ], + "cry": "bedrock(moltres2, cry)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "PROFILE", + "NONE" + ], + "animations": [ + "look", + "bedrock(moltres2, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ + "WALK" + ], + "animations": [ + "look", + "bedrock(moltres2, ground_walk)" + ] + }, + "hovering": { + "poseName": "hovering", + "transformTicks": 10, + "poseTypes": [ + "HOVER" + ], + "animations": [ + "look", + "bedrock(moltres2, air_idle)" + ] +}, +"flying": { + "poseName": "flying", + "transformTicks": 10, + "poseTypes": [ + "FLY" + ], + "animations": [ + "look", + "bedrock(moltres2, air_fly)" + ] +} +} +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/moltres_galar.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/moltres_galar.json new file mode 100644 index 0000000..d42b444 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/moltres_galar.json @@ -0,0 +1,56 @@ +{ + "head": "head", + "portraitScale": 2, + "portraitTranslation": [ -0.5, 3.15, 0 ], + "profileScale": 0.5, + "profileTranslation": [ 0, 1.1, 0 ], + "cry": "bedrock(moltres_galar, cry)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "PROFILE", + "NONE" + ], + "animations": [ + "look", + "bedrock(moltres_galar, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ + "WALK" + ], + "animations": [ + "look", + "bedrock(moltres_galar, ground_walk)" + ] + }, + "hovering": { + "poseName": "hovering", + "transformTicks": 10, + "poseTypes": [ + "HOVER" + ], + "animations": [ + "look", + "bedrock(moltres_galar, air_idle)" + ] +}, +"flying": { + "poseName": "flying", + "transformTicks": 10, + "poseTypes": [ + "FLY" + ], + "animations": [ + "look", + "bedrock(moltres_galar, air_fly)" + ] +} +} +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/morpeko.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/morpeko.json new file mode 100644 index 0000000..3f368f8 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/morpeko.json @@ -0,0 +1,28 @@ +{ + "head": "head", + "portraitScale": 2.5, + "portraitTranslation": [ 0, -1.5, 0 ], + "profileScale": 0.8, + "profileTranslation": [ 0, 0.4, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(morpeko, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(morpeko, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/mrrime.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/mrrime.json new file mode 100644 index 0000000..a0dd333 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/mrrime.json @@ -0,0 +1,29 @@ +{ + "portraitScale":1.7, + "portraitTranslation":[ + -0.4, + -0.7, + 0 + ], + "profileScale":0.55, + "profileTranslation":[ + 0, + 0.4, + 0 + ], + "poses":{ + "standing":{ + "poseName":"standing", + "transformTicks":10, + "poseTypes":[ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations":[ + "bedrock(mrrime, ground_idle)" + ] + } + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/muk_alolan.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/muk_alolan.json new file mode 100644 index 0000000..624dfdc --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/muk_alolan.json @@ -0,0 +1,29 @@ +{ + "portraitScale": 1.4, + "portraitTranslation": [ -0.25, 0, 0 ], + "profileScale": 0.75, + "profileTranslation": [ -0.05, 0.5, 0 ], + "faint": "bedrock(muk_alolan, faint)", + "poses": { + + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["WALK", + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(muk_alolan, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(muk_alolan, blink)"] + } + ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/munna.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/munna.json new file mode 100644 index 0000000..6da67da --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/munna.json @@ -0,0 +1,34 @@ +{ + "head": "head", + "portraitScale": 2.0, + "portraitTranslation": [ -0.2, 0.3, 0 ], + "profileScale": 0.9, + "profileTranslation": [ 0, 0.9, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(munna, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(munna, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(munna, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/musharna.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/musharna.json new file mode 100644 index 0000000..4d501ca --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/musharna.json @@ -0,0 +1,28 @@ +{ + "head": "head", + "portraitScale": 1.4, + "portraitTranslation": [ -0.2, 1.0, 0 ], + "profileScale": 0.7, + "profileTranslation": [ 0, 1.4, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(musharna, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(musharna, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/naganadel.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/naganadel.json new file mode 100644 index 0000000..3479f53 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/naganadel.json @@ -0,0 +1,62 @@ +{ + "portraitScale": 2, + "portraitTranslation": [-1.8,4.4, 0], + "profileScale": 0.6, + "profileTranslation": [0, 1.4, -1.8], + "animations": { + "cry": "q.bedrock_stateful('naganadel', 'cry')", + "recoil": "q.bedrock_stateful('naganadel', 'recoil')", + "physical": "q.bedrock_primary('naganadel', 'physical', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('naganadel', 'special', q.curve('symmetrical_wide'))", + "status": "q.bedrock_stateful('naganadel', 'status', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND", "WALK"], + "isBattle": true, + "animations": [ + "q.look('head')", + "q.bedrock('naganadel', 'battle_idle')" + ], + "quirks": [ + "q.bedrock_quirk('naganadel', 'headshake')" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.look('head')", + "q.bedrock('naganadel', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('naganadel', 'headshake')" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": [ + "q.look('head')", + "q.bedrock('naganadel', 'ground_walk')" + ] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": [ + "q.look('head')", + "q.bedrock('naganadel', 'ground_walk')" + ] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": [ + "q.look('head')", + "q.bedrock('naganadel', 'ground_walk')" + ] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('naganadel', 'ground_idle')"] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/necrozma.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/necrozma.json new file mode 100644 index 0000000..e5125c9 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/necrozma.json @@ -0,0 +1,37 @@ +{ + "head": "head", + "portraitScale": 0.5, + "portraitTranslation": [ 0, 3, 0 ], + "profileScale": 0.2, + "profileTranslation": [ 0, 1.5, 0 ], + "cry": "bedrock(necrozma, cry)", + "poses": { + + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(necrozma, ground_idle)" + ], + "quirks": [] + }, + + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ + "look", + "bedrock(necrozma, ground_walk)" + ], + "quirks": [] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/nihilego.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/nihilego.json new file mode 100644 index 0000000..18a5e70 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/nihilego.json @@ -0,0 +1,43 @@ +{ + "head": "head", + "portraitScale": 1.7, + "portraitTranslation": [ -0.2, 5.9, 0 ], + "profileScale": 0.4, + "profileTranslation": [ 0, 1.6, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(nihilego, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(nihilego, ground_walk)" + ] + }, + "flying": { + "poseName": "flying", + "transformTicks": 10, + "poseTypes": [ "FLY" ], + "animations": [ "bedrock(nihilego, ground_walk)" + ] + }, + "hovering": { + "poseName": "hovering", + "transformTicks": 10, + "poseTypes": [ "HOVER" ], + "animations": [ "bedrock(nihilego, ground_idle)" + ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/noibat.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/noibat.json new file mode 100644 index 0000000..2c62692 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/noibat.json @@ -0,0 +1,85 @@ +{ + "portraitScale": 1.5, + "portraitTranslation": [0, 0.5, 0], + "profileScale": 0.8, + "profileTranslation": [0, 0.9, -1.8], + "animations": { + "faint": "q.bedrock_primary('noibat', 'faint', q.curve('one'))", + "cry": "q.bedrock_stateful('noibat', 'cry')", + "recoil": "q.bedrock_stateful('noibat', 'recoil')", + "physical": "q.bedrock_primary('noibat', 'physical', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('noibat', 'special', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('noibat', 'status', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND", "WALK"], + "isBattle": true, + "animations": [ + "q.look('head')", + "q.bedrock('noibat', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('noibat', 'blink')", + "q.bedrock_quirk('noibat', 'echo')" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.look('head')", + "q.bedrock('noibat', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('noibat', 'blink')", + "q.bedrock_quirk('noibat', 'echo')" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": [ + "q.look('head')", + "q.bedrock('noibat', 'ground_walk')" + ] + }, + "flying": { + "transformTicks": 5, + "poseTypes": ["FLY"], + "animations": [ + "q.look('head')", + "q.bedrock('noibat', 'air_fly')" + ] + }, + "hover": { + "transformTicks": 5, + "poseTypes": ["HOVER"], + "animations": [ + "q.look('head')", + "q.bedrock('noibat', 'air_idle')" + ], + "quirks": [ + "q.bedrock_quirk('noibat', 'blink')", + "q.bedrock_quirk('noibat', 'echo')" + ] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": [ + "q.look('head')", + "q.bedrock('noibat', 'air_idle')" + ] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": [ + "q.look('head')", + "q.bedrock('noibat', 'air_fly')" + ] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('noibat', 'sleep')"] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/noivern.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/noivern.json new file mode 100644 index 0000000..41daa18 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/noivern.json @@ -0,0 +1,85 @@ +{ + "portraitScale": 1, + "portraitTranslation": [-0.4, 1.1, 0], + "profileScale": 0.35, + "profileTranslation": [0, 1.2, -1.8], + "animations": { + "faint": "q.bedrock_primary('noivern', 'faint', q.curve('one'))", + "cry": "q.bedrock_stateful('noivern', 'cry')", + "recoil": "q.bedrock_stateful('noivern', 'recoil')", + "physical": "q.bedrock_primary('noivern', 'physical', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('noivern', 'special', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('noivern', 'status', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND", "WALK"], + "isBattle": true, + "animations": [ + "q.look('head')", + "q.bedrock('noivern', 'battle_idle')" + ], + "quirks": [ + "q.bedrock_quirk('noivern', 'blink')", + "q.bedrock_quirk('noivern', 'echo')" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.look('head')", + "q.bedrock('noivern', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('noivern', 'blink')", + "q.bedrock_quirk('noivern', 'echo')" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": [ + "q.look('head')", + "q.bedrock('noivern', 'ground_walk')" + ] + }, + "flying": { + "transformTicks": 5, + "poseTypes": ["FLY"], + "animations": [ + "q.look('head')", + "q.bedrock('noivern', 'air_fly')" + ] + }, + "hover": { + "transformTicks": 5, + "poseTypes": ["HOVER"], + "animations": [ + "q.look('head')", + "q.bedrock('noivern', 'air_idle')" + ], + "quirks": [ + "q.bedrock_quirk('noivern', 'blink')", + "q.bedrock_quirk('noivern', 'echo')" + ] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": [ + "q.look('head')", + "q.bedrock('noivern', 'air_idle')" + ] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": [ + "q.look('head')", + "q.bedrock('noivern', 'air_fly')" + ] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('noivern', 'sleep')"] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/nymble.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/nymble.json new file mode 100644 index 0000000..4174d80 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/nymble.json @@ -0,0 +1,38 @@ +{ + "head": "head", + "portraitScale": 3.5, + "portraitTranslation": [ 0.1, -3.3, 0 ], + "profileScale": 0.7, + "profileTranslation": [ 0, 0.7, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE", + "FLOAT", + "SWIM" + ], + "animations": [ + "look", + "bedrock(nymble, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(nymble, ground_walk)" ] + + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": ["SLEEP"], + "animations": ["bedrock(nymble, sleep)"] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ogerpon/ogerpon.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ogerpon/ogerpon.json new file mode 100644 index 0000000..16e2b81 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ogerpon/ogerpon.json @@ -0,0 +1,60 @@ +{ + "head": "head", + "portraitScale": 2.7, + "portraitTranslation": [ -0.5, 1.0, 0 ], + "profileScale": 0.7, + "profileTranslation": [ 0, 0.8, 0 ], + "faint": "bedrock(ogerpon, sleep)", + "poses": { + "battle-idle": { + "poseName": "battle-idle", + "transformTicks": 10, + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["bedrock(ogerpon, battle_idle)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(ogerpon, blink)"] + } + ] + }, + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "bedrock(ogerpon, ground_idle)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(ogerpon, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ + "bedrock(ogerpon, ground_walk)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(ogerpon, blink)"] + } + ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ + "SLEEP" + ], + "animations": [ + "bedrock(ogerpon, sleep)" + ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ogerpon/ogerpon_fire.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ogerpon/ogerpon_fire.json new file mode 100644 index 0000000..d6c6163 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ogerpon/ogerpon_fire.json @@ -0,0 +1,60 @@ +{ + "head": "head", + "portraitScale": 2.7, + "portraitTranslation": [ -0.5, 1.0, 0 ], + "profileScale": 0.7, + "profileTranslation": [ 0, 0.8, 0 ], + "faint": "bedrock(ogerpon_fire, sleep)", + "poses": { + "battle-idle": { + "poseName": "battle-idle", + "transformTicks": 10, + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["bedrock(ogerpon_fire, battle_idle)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(ogerpon_fire, blink)"] + } + ] + }, + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "bedrock(ogerpon_fire, ground_idle)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(ogerpon_fire, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ + "bedrock(ogerpon_fire, ground_run)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(ogerpon_fire, blink)"] + } + ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ + "SLEEP" + ], + "animations": [ + "bedrock(ogerpon_fire, sleep)" + ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ogerpon/ogerpon_rock.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ogerpon/ogerpon_rock.json new file mode 100644 index 0000000..bab1867 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ogerpon/ogerpon_rock.json @@ -0,0 +1,60 @@ +{ + "head": "head", + "portraitScale": 2.7, + "portraitTranslation": [ -0.5, 1.0, 0 ], + "profileScale": 0.7, + "profileTranslation": [ 0, 0.8, 0 ], + "faint": "bedrock(ogerpon_rock, sleep)", + "poses": { + "battle-idle": { + "poseName": "battle-idle", + "transformTicks": 10, + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["bedrock(ogerpon_rock, battle_idle)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(ogerpon_rock, blink)"] + } + ] + }, + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "bedrock(ogerpon_rock, ground_idle)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(ogerpon_rock, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ + "bedrock(ogerpon_rock, ground_run)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(ogerpon_rock, blink)"] + } + ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ + "SLEEP" + ], + "animations": [ + "bedrock(ogerpon_rock, sleep)" + ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ogerpon/ogerpon_teal.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ogerpon/ogerpon_teal.json new file mode 100644 index 0000000..8b0608c --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ogerpon/ogerpon_teal.json @@ -0,0 +1,60 @@ +{ + "head": "head", + "portraitScale": 2.7, + "portraitTranslation": [ -0.5, 1.0, 0 ], + "profileScale": 0.7, + "profileTranslation": [ 0, 0.8, 0 ], + "faint": "bedrock(ogerpon_teal, sleep)", + "poses": { + "battle-idle": { + "poseName": "battle-idle", + "transformTicks": 10, + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["bedrock(ogerpon_teal, battle_idle)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(ogerpon_teal, blink)"] + } + ] + }, + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "bedrock(ogerpon_teal, ground_idle)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(ogerpon_teal, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ + "bedrock(ogerpon_teal, ground_run)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(ogerpon_teal, blink)"] + } + ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ + "SLEEP" + ], + "animations": [ + "bedrock(ogerpon_teal, sleep)" + ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ogerpon/ogerpon_water.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ogerpon/ogerpon_water.json new file mode 100644 index 0000000..c496784 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ogerpon/ogerpon_water.json @@ -0,0 +1,60 @@ +{ + "head": "head", + "portraitScale": 2.7, + "portraitTranslation": [ -0.5, 1.0, 0 ], + "profileScale": 0.7, + "profileTranslation": [ 0, 0.8, 0 ], + "faint": "bedrock(ogerpon_water, sleep)", + "poses": { + "battle-idle": { + "poseName": "battle-idle", + "transformTicks": 10, + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["bedrock(ogerpon_water, battle_idle)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(ogerpon_water, blink)"] + } + ] + }, + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "bedrock(ogerpon_water, ground_idle)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(ogerpon_water, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ + "bedrock(ogerpon_water, ground_run)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(ogerpon_water, blink)"] + } + ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ + "SLEEP" + ], + "animations": [ + "bedrock(ogerpon_water, sleep)" + ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/orbeetle.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/orbeetle.json new file mode 100644 index 0000000..12fbc5e --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/orbeetle.json @@ -0,0 +1,34 @@ +{ + "head": "head", + "portraitScale": 2.2, + "portraitTranslation": [ -0.1, 1.3, 0 ], + "profileScale": 0.9, + "profileTranslation": [ 0, 0.9, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "PORTRAIT", + "PROFILE", + "NONE" + ], + "animations": [ + "look", + "bedrock(orbeetle, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ + "WALK" + ], + "animations": [ + "look", + "bedrock(orbeetle, ground_walk)" + ] + } +} +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/orthworm.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/orthworm.json new file mode 100644 index 0000000..b2515a7 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/orthworm.json @@ -0,0 +1,33 @@ +{ + "head": "bone", + "portraitScale": 2.5, + "portraitTranslation": [-1.5, -0.5, 0], + "profileScale": 0.75, + "profileTranslation": [0, 0.5, 0], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE", "FLOAT"], + "animations": [ + "look", + "bedrock(orthworm, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK", "SWIM"], + "animations": [ + "look", + "bedrock(orthworm, ground_walk)" + ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ "SLEEP" ], + "animations": [ "bedrock(orthworm, sleep)" ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/palafin.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/palafin.json new file mode 100644 index 0000000..54d32e1 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/palafin.json @@ -0,0 +1,48 @@ +{ + + "head": "head", + "portraitScale": 2.2, + "portraitTranslation": [-0.5, -1.3, 0], + "profileScale": 1.0, + "profileTranslation": [0.0, 0.0, 0], + "faint": "bedrock(palafin, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(palafin, water_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ + "bedrock(palafin, water_swim)" + ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": [ "SWIM" ], + "animations": [ + "bedrock(palafin, water_swim)" + ] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": [ "FLOAT" ], + "animations": [ + "bedrock(palafin, water_idle)" + ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/palossand.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/palossand.json new file mode 100644 index 0000000..fa9ee3d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/palossand.json @@ -0,0 +1,28 @@ +{ + "head": "head", + "portraitScale": 2.1, + "portraitTranslation": [ 0.1, -0.6, 0 ], + "profileScale": 0.8, + "profileTranslation": [ -0.1, 0.4, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(palossand, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(palossand, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/pawmi.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/pawmi.json new file mode 100644 index 0000000..35608f6 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/pawmi.json @@ -0,0 +1,39 @@ +{ + "portraitScale":3, + "portraitTranslation":[ + -0.3, + -2.8, + 0 + ], + "profileScale":1, + "profileTranslation":[ + 0, + 0.3, + 0 + ], + "poses":{ + "standing":{ + "poseName":"standing", + "transformTicks":10, + "poseTypes":[ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations":[ + "bedrock(pawmi, ground_idle)" + ] + }, + "walking":{ + "poseName":"walking", + "transformTicks":10, + "poseTypes":[ + "WALK" + ], + "animations":[ + "bedrock(pawmi, ground_walk)" + ] + } + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/pawmo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/pawmo.json new file mode 100644 index 0000000..0027340 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/pawmo.json @@ -0,0 +1,39 @@ +{ + "portraitScale": 3, + "portraitTranslation":[ + 0.1, + -1.3, + 0 + ], + "profileScale":1, + "profileTranslation":[ + 0, + 0.3, + 0 + ], + "poses":{ + "standing":{ + "poseName":"standing", + "transformTicks":10, + "poseTypes":[ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations":[ + "bedrock(pawmo, ground_idle)" + ] + }, + "walking":{ + "poseName":"walking", + "transformTicks":10, + "poseTypes":[ + "WALK" + ], + "animations":[ + "bedrock(pawmo, ground_walk)" + ] + } + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/pawmot.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/pawmot.json new file mode 100644 index 0000000..09627e9 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/pawmot.json @@ -0,0 +1,39 @@ +{ + "portraitScale":3, + "portraitTranslation":[ + 0, + -1.1, + 0 + ], + "profileScale":1, + "profileTranslation":[ + 0, + 0.3, + 0 + ], + "poses":{ + "standing":{ + "poseName":"standing", + "transformTicks":10, + "poseTypes":[ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations":[ + "bedrock(pawmot, ground_idle)" + ] + }, + "walking":{ + "poseName":"walking", + "transformTicks":10, + "poseTypes":[ + "WALK" + ], + "animations":[ + "bedrock(pawmot, ground_walk)" + ] + } + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/pawniard.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/pawniard.json new file mode 100644 index 0000000..a4d0703 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/pawniard.json @@ -0,0 +1,61 @@ +{ + "portraitScale": 1, + "portraitTranslation": [0, 0.4, 0], + "profileScale": 1, + "profileTranslation": [0, 0.2, 0], + "animations": { + "faint": "q.bedrock_primary('pawniard', 'faint', q.curve('one'))", + "cry": "q.bedrock_stateful('pawniard', 'cry')", + "recoil": "q.bedrock_stateful('pawniard', 'recoil')", + "physical": "q.bedrock_primary('pawniard', 'physical_attack', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('pawniard', 'physical_attack', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('pawniard', 'cry', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND"], + "isBattle": true, + "animations": [ + "q.look('head', 1, 1, 45, -45, 70, -70)", + "q.bedrock('pawniard', 'battle_idle')" + ], + "quirks": [ + "q.bedrock_quirk('pawniard', q.array('cry'), 30, 60, 1)" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.look('head', 1, 1, 45, -2.5, 7.5, -7.5)", + "q.bedrock('pawniard', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('pawniard', 'cry', 20, 60, 1)" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": [ + "q.look('head', 1, 1, 45, -2.5, 7.5, -7.5)", + "q.bedrock('pawniard', 'ground_walk')" + ] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": [ + "q.bedrock('pawniard', 'ground_idle')" + ] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": [ + "q.bedrock('pawniard', 'ground_walk')" + ] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('pawniard', 'sleep')"] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/pecharunt.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/pecharunt.json new file mode 100644 index 0000000..86aa94c --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/pecharunt.json @@ -0,0 +1,34 @@ +{ + "head": "head", + "portraitScale": 2.0, + "portraitTranslation": [ 0.0, 0.5, 0 ], + "profileScale": 0.7, + "profileTranslation": [ -0.2, 0.9, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(pecharunt, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(pecharunt, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(pecharunt, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/phione.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/phione.json new file mode 100644 index 0000000..f79e84a --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/phione.json @@ -0,0 +1,39 @@ +{ + "head": "head", + "portraitScale": 0.8, + "portraitTranslation": [ 0, 0.7, 0 ], + "profileScale": 0.8, + "profileTranslation": [ 0, 0.7, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(phione, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(phione, ground_walk)" ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": [ + "SWIM" + ], + "animations": [ + "bedrock(phione, ground_walk)" + ] + } +} +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/poipole.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/poipole.json new file mode 100644 index 0000000..f398377 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/poipole.json @@ -0,0 +1,75 @@ +{ + "head": "head", + "portraitScale": 2.5, + "portraitTranslation": [ -0.1, 0.4, 0 ], + "profileScale": 0.9, + "profileTranslation": [ 0, 0.5, 0 ], + "cry": "bedrock(poipole, cry)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(poipole, ground_idle)" + ] + , + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(poipole, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(poipole, ground_walk)" ] + }, + "hovering": { + "poseName": "hovering", + "transformTicks": 10, + "poseTypes": [ + "HOVER" + ], + "animations": [ + "look", + "bedrock(poipole, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(poipole, blink)" + ] + } + ] + }, + "flying": { + "poseName": "flying", + "transformTicks": 10, + "poseTypes": [ + "FLY" + ], + "animations": [ + "look", + "bedrock(poipole, ground_walk)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(poipole, blink)" + ] + } + ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/poltchageist.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/poltchageist.json new file mode 100644 index 0000000..c9cfd59 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/poltchageist.json @@ -0,0 +1,28 @@ +{ + "head": "head", + "portraitScale": 1.4, + "portraitTranslation": [ 0.23, 1.3, 0 ], + "profileScale": 0.7, + "profileTranslation": [ 0, 0.9, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(poltchageist, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(poltchageist, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/polteageist.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/polteageist.json new file mode 100644 index 0000000..c541bfc --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/polteageist.json @@ -0,0 +1,43 @@ +{ + "portraitScale": 3.0, + "portraitTranslation": [ 0.25, 0.5, 0 ], + "profileScale": 0.9, + "profileRotation": 90, + "profileTranslation": [ 0, 0.65, 0 ], + "faint": "bedrock(polteageist, sleep)", + "poses": { + + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(polteageist, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(polteageist, blink)"] + } + ] + }, + + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(polteageist, ground_walk)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(polteageist, blink)"] + } + ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/purrloin.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/purrloin.json new file mode 100644 index 0000000..00409ae --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/purrloin.json @@ -0,0 +1,42 @@ +{ + "head": "head", + "portraitScale": 2.4, + "portraitTranslation": [ -0.1, 0, 0 ], + "profileScale": 0.9, + "profileTranslation": [ 0, 0.4, 0 ], + "faint": "bedrock(purrloin, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(purrloin, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(purrloin, ground_walk)" ] + }, + + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ + "SLEEP" + ], + "animations": [ + "bedrock(purrloin, sleep)" + ] + } + } + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/purugly.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/purugly.json new file mode 100644 index 0000000..6852b9e --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/purugly.json @@ -0,0 +1,41 @@ +{ + "head": "head", + "portraitScale": 2.4, + "portraitTranslation": [ -0.8, 0.1, 0 ], + "profileScale": 0.7, + "profileTranslation": [ 0, 0.6, 0 ], + "faint": "bedrock(purugly, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(purugly, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(purugly, ground_walk)" ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ + "SLEEP" + ], + "animations": [ + "bedrock(purugly, sleep)" + ] + } + } + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/pyroar_f.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/pyroar_f.json new file mode 100644 index 0000000..2dfda7f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/pyroar_f.json @@ -0,0 +1,57 @@ +{ + "head": "head", + "portraitScale": 1.8, + "portraitTranslation": [ -0.8, 1.0, 0 ], + "profileScale": 0.6, + "profileTranslation": [ 0, 0.8, 0 ], + "animations": { + "faint": "q.bedrock_primary('pyroar_f', 'faint', q.curve('one'))", + "cry": "q.bedrock_stateful('pyroar_f', 'cry')", + "recoil": "q.bedrock_stateful('pyroar_f', 'recoil')", + "physical": "q.bedrock_primary('pyroar_f', 'physical', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('pyroar_f', 'special', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('pyroar_f', 'status', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND"], + "isBattle": true, + "animations": [ + "q.look('head')", + "q.bedrock('pyroar_f', 'battle_idle')" + ], + "quirks": [ + "q.bedrock_quirk('pyroar_f', 'blink')" + ] + }, + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "look", + "bedrock(pyroar_f, ground_idle)" + ], + "quirks": ["q.bedrock_quirk('pyroar_f', 'blink')"] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(pyroar_f, ground_walk)" ], + "quirks": ["q.bedrock_quirk('pyroar_f', 'blink')"] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ + "SLEEP" + ], + "animations": [ + "bedrock(pyroar_f, sleep)" + ] + } + } + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/pyroar_m.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/pyroar_m.json new file mode 100644 index 0000000..78435b2 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/pyroar_m.json @@ -0,0 +1,58 @@ +{ + "head": "head", + "portraitScale": 1.8, + "portraitTranslation": [ -0.8, 1.0, 0 ], + "profileScale": 0.6, + "profileTranslation": [ 0, 0.8, 0 ], + "animations": { + "faint": "q.bedrock_primary('pyroar_m', 'faint', q.curve('one'))", + "cry": "q.bedrock_stateful('pyroar_m', 'cry')", + "recoil": "q.bedrock_stateful('pyroar_m', 'recoil')", + "physical": "q.bedrock_primary('pyroar_m', 'physical', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('pyroar_m', 'special', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('pyroar_m', 'status', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND"], + "isBattle": true, + "animations": [ + "q.look('head')", + "q.bedrock('pyroar_m', 'battle_idle')" + ], + "quirks": [ + "q.bedrock_quirk('pyroar_m', 'blink')" + ] + }, + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "look", + "bedrock(pyroar_m, ground_idle)" + ], + "quirks": ["q.bedrock_quirk('pyroar_m', 'blink')"] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(pyroar_m, ground_walk)" ], + "quirks": ["q.bedrock_quirk('pyroar_m', 'blink')"] + }, + + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ + "SLEEP" + ], + "animations": [ + "bedrock(pyroar_m, sleep)" + ] + } + } + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ragingbolt.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ragingbolt.json new file mode 100644 index 0000000..1fd8ec9 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ragingbolt.json @@ -0,0 +1,38 @@ +{ + "portraitScale": 0.45, + "portraitTranslation": [ -0.1, 2.5, 0 ], + "profileScale": 0.25, + "profileTranslation": [ 0, 1.5, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(ragingbolt, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(ragingbolt, ground_walk)" ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": [ + "SWIM" + ], + "animations": [ + "bedrock(ragingbolt, ground_walk)" + ] + } +} +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/rayquaza/rayquaza2.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/rayquaza/rayquaza2.json new file mode 100644 index 0000000..d81f1b3 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/rayquaza/rayquaza2.json @@ -0,0 +1,70 @@ +{ + "head": "head", + "portraitScale": 0.8, + "portraitTranslation": [-1.7, 4.7, -20], + "profileScale": 0.2, + "profileTranslation": [0, 1.7, -20], + "animations": { + "faint": "q.bedrock_primary('rayquaza', 'faint', q.curve('one'))", + "cry": "q.bedrock_primary('rayquaza', 'cry', q.curve('symmetrical_wide'))", + "physical": "q.bedrock_primary('rayquaza', 'physical_attack', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('rayquaza', 'special_attack', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('rayquaza', 'cry', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["look", "q.bedrock('rayquaza', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('rayquaza', 'blink')" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": ["look", "q.bedrock('rayquaza', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('rayquaza', 'blink')" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": ["look", "q.bedrock('rayquaza', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('rayquaza', 'blink')"] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": ["look", "q.bedrock('rayquaza', 'ground_idle')" + ], + "quirks": ["q.bedrock_quirk('rayquaza', 'blink')"] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": ["look", + "q.bedrock('rayquaza', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('rayquaza', 'blink')"] + }, + "hover": { + "poseName": "hover", + "poseTypes": ["HOVER"], + "quirks": ["q.bedrock_quirk('rayquaza', 'blink')"], + "animations": ["look", "q.bedrock('rayquaza', 'ground_idle')" + ] + }, + "fly": { + "poseName": "fly", + "poseTypes": ["FLY"], + "quirks": ["q.bedrock_quirk('rayquaza', 'blink')"], + "animations": ["look", "q.bedrock('rayquaza', 'ground_walk')"] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('rayquaza', 'sleep')"] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/reshiram.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/reshiram.json new file mode 100644 index 0000000..8127a8c --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/reshiram.json @@ -0,0 +1,70 @@ +{ + "head": "head", + "portraitScale": 1, + "portraitTranslation": [-0.5, 4, 0], + "profileScale": 0.3, + "profileTranslation": [0, 1.5, 0], + "animations": { + "faint": "q.bedrock_stateful('reshiram', 'faint', q.curve('one'))", + "cry": "q.bedrock_stateful('reshiram', 'cry')", + "physical": "q.bedrock_stateful('reshiram', 'cry', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('reshiram', 'special_attack', q.curve('symmetrical_wide'))", + "status": "q.bedrock_stateful('reshiram', 'cry', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["look", "q.bedrock('reshiram', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('reshiram', 'blink')" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": ["look", "q.bedrock('reshiram', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('reshiram', 'blink')" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": ["look", "q.bedrock('reshiram', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('reshiram', 'blink')"] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": ["look", "q.bedrock('reshiram', 'ground_idle')" + ], + "quirks": ["q.bedrock_quirk('reshiram', 'blink')"] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": ["look", + "q.bedrock('reshiram', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('reshiram', 'blink')"] + }, + "hover": { + "poseName": "hover", + "poseTypes": ["HOVER"], + "quirks": ["q.bedrock_quirk('reshiram', 'blink')"], + "animations": ["look", "q.bedrock('reshiram', 'ground_walk')" + ] + }, + "fly": { + "poseName": "fly", + "poseTypes": ["FLY"], + "quirks": ["q.bedrock_quirk('reshiram', 'blink')"], + "animations": ["look", "q.bedrock('reshiram', 'fly')"] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('reshiram', 'sleep')"] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/reuniclus.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/reuniclus.json new file mode 100644 index 0000000..b8657df --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/reuniclus.json @@ -0,0 +1,69 @@ +{ + "head": "head", + "portraitScale": 1.3, + "portraitTranslation": [ -0.2, 0.75, 0 ], + "profileScale": 0.6, + "profileTranslation": [ 0, 1.1, 0 ], + "faint": "bedrock(reuniclus, faint)", + "poses": { + + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(reuniclus, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(reuniclus, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ + "bedrock(reuniclus, ground_walk)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(reuniclus, blink)"] + } + ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": [ "SWIM" ], + "animations": [ + "bedrock(reuniclus, ground_walk)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(reuniclus, blink)"] + } + ] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": [ "FLOAT" ], + "animations": [ + "bedrock(reuniclus, ground_walk)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(reuniclus, blink)"] + } + ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/roaringmoon.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/roaringmoon.json new file mode 100644 index 0000000..c2625fc --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/roaringmoon.json @@ -0,0 +1,152 @@ +{ + "head": "neck", + "portraitScale": 1.25, + "portraitTranslation": [ -1.25, 0.25, 0 ], + "profileScale": 0.35, + "profileTranslation": [ -0.1, 0.95, 0 ], + "animations": { + "faint": "q.bedrock_primary('roaringmoon', 'faint', q.curve('one'))", + "cry": "q.bedrock_stateful('roaringmoon', 'cry')", + "recoil": "q.bedrock_stateful('roaringmoon', 'recoil')", + "physical": "q.bedrock_primary('roaringmoon', 'physical', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('roaringmoon', 'special', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('roaringmoon', 'status', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-idle": { + "poseName": "battle-idle", + "transformTicks": 10, + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["bedrock(roaringmoon, battle_idle)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(roaringmoon, blink)"] + } + ] + }, + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "isBattle": false, + "animations": [ + "bedrock(roaringmoon, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(roaringmoon, blink)" + ] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ + "WALK" + ], + "animations": [ + "bedrock(roaringmoon, ground_walk)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(roaringmoon, blink)" + ] + } + ] + }, + "hovering": { + "poseName": "hovering", + "transformTicks": 10, + "poseTypes": [ + "HOVER" + ], + "animations": [ + "bedrock(roaringmoon, air_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(roaringmoon, blink)" + ] + } + ] + }, + "flying": { + "poseName": "flying", + "transformTicks": 10, + "poseTypes": [ + "FLY" + ], + "animations": [ + "bedrock(roaringmoon, air_fly)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(roaringmoon, blink)" + ] + } + ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ + "SLEEP" + ], + "animations": [ + "bedrock(roaringmoon, sleep)" + ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": [ + "SWIM" + ], + "animations": [ + "bedrock(roaringmoon, air_fly)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(roaringmoon, blink)" + ] + } + ] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": [ + "FLOAT" + ], + "animations": [ + "bedrock(roaringmoon, air_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(roaringmoon, blink)" + ] + } + ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/rockruff.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/rockruff.json new file mode 100644 index 0000000..c05b9fc --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/rockruff.json @@ -0,0 +1,28 @@ +{ + "head": "head", + "portraitScale": 2.4, + "portraitTranslation": [ -0.3, -0.5, 0 ], + "profileScale": 1.0, + "profileTranslation": [ 0, 0.3, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(rockruff, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(rockruff, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/runerigus.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/runerigus.json new file mode 100644 index 0000000..889853d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/runerigus.json @@ -0,0 +1,35 @@ +{ + "head": "head", + "portraitScale": 1.75, + "portraitTranslation": [ -1.0, 2.9, 0 ], + "profileScale": 0.35, + "profileTranslation": [ -0.1, 1.2, 0 ], + "faint": "bedrock(runerigus, sleep)", + "poses": { + + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(runerigus, ground_idle)" + ] + }, + + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ + "look", + "bedrock(runerigus, ground_walk)" + ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/sandygast.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/sandygast.json new file mode 100644 index 0000000..d7f5a71 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/sandygast.json @@ -0,0 +1,28 @@ +{ + "head": "head", + "portraitScale": 2.4, + "portraitTranslation": [ -0.2, -1.4, 0 ], + "profileScale": 1.1, + "profileTranslation": [ 0, -0.1, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(sandygast, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(sandygast, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/scovillain.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/scovillain.json new file mode 100644 index 0000000..7ed5f91 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/scovillain.json @@ -0,0 +1,34 @@ +{ + "head": "head", + "portraitScale": 1.5, + "portraitTranslation": [-0.25, 0.2, 0], + "profileScale": 1, + "profileTranslation": [-0.2, 0.15, 0], + "faint": "bedrock(scovillain, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE", "FLOAT"], + "animations": [ + "look", + "bedrock(scovillain, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK", "SWIM"], + "animations": [ + "look", + "bedrock(scovillain, ground_walk)" + ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ "SLEEP" ], + "animations": [ "bedrock(scovillain, sleep)" ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/screamtail.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/screamtail.json new file mode 100644 index 0000000..5127a3a --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/screamtail.json @@ -0,0 +1,44 @@ +{ + "head": "head", + "portraitScale": 2.1, + "portraitTranslation": [ 0, -1.4, 0 ], + "profileScale": 1.0, + "profileTranslation": [ 0, 0.3, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(screamtail, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(screamtail, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(screamtail, ground_walk)" ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ + "SLEEP" + ], + "animations": [ + "bedrock(screamtail, sleep)" + ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/sewaddle.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/sewaddle.json new file mode 100644 index 0000000..b34836a --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/sewaddle.json @@ -0,0 +1,56 @@ +{ + "head": "head", + "portraitScale": 1.8, + "portraitTranslation": [ -0.05, -0.7, 0 ], + "profileScale": 1, + "profileTranslation": [ -0.05, 0.35, 0 ], + "faint": "bedrock(sewaddle, faint)", + "poses": { + + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(sewaddle, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(sewaddle, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ + "bedrock(sewaddle, ground_walk)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(sewaddle, blink)"] + } + ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": [ "SWIM" ], + "animations": [ + "bedrock(sewaddle, ground_idle)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(sewaddle, blink)"] + } + ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/shaymin.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/shaymin.json new file mode 100644 index 0000000..bf0c3f3 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/shaymin.json @@ -0,0 +1,45 @@ +{ + "head": "head", + "portraitScale": 1.5, + "portraitTranslation": [ -0.2, -0.4, 0 ], + "profileScale": 0.7, + "profileTranslation": [ 0, 0.4, 0 ], + "faint": "bedrock(shaymin, ground_sleep, true)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(shaymin, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(shaymin, blink_alternate)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(shaymin, ground_walk)" ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ + "SLEEP" + ], + "animations": [ + "bedrock(shaymin, ground_sleep)" + ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/shaymin_sky.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/shaymin_sky.json new file mode 100644 index 0000000..e350422 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/shaymin_sky.json @@ -0,0 +1,36 @@ +{ + "head": "head", + "portraitScale": 2.5, + "portraitTranslation": [ -0.6, -0.4, 0 ], + "profileScale": 0.9, + "profileTranslation": [ 0, 0.4, 0 ], + "cry": "bedrock(shaymin_sky, cry)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(shaymin_sky, ground_idle)" + ] + , + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(shaymin_sky, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(shaymin_sky, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/shellos.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/shellos.json new file mode 100644 index 0000000..340a78a --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/shellos.json @@ -0,0 +1,28 @@ +{ + "head": "head", + "portraitScale": 2.1, + "portraitTranslation": [ -0.5, -0.3, 0 ], + "profileScale": 0.7, + "profileTranslation": [ 0, 0.4, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 0, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(shellos, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 0, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(shellos, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/shuppet.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/shuppet.json new file mode 100644 index 0000000..3c13fad --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/shuppet.json @@ -0,0 +1,47 @@ +{ + "head": "head", + "portraitScale": 3, + "portraitTranslation": [ -0.1, -1.9, 0 ], + "profileScale": 1.0, + "profileTranslation": [ 0, 0.25, 0 ], + "faint": "bedrock(shuppet, sleep)", + "poses": { + + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(shuppet, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(shuppet, blink)"] + } + ] + }, + + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ + "look", + "bedrock(shuppet, ground_walk)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(shuppet, blink)"] + } + ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/sinistcha.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/sinistcha.json new file mode 100644 index 0000000..85b086f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/sinistcha.json @@ -0,0 +1,28 @@ +{ + "head": "head", + "portraitScale": 2.3, + "portraitTranslation": [ -0.2, -0.3, 0 ], + "profileScale": 0.9, + "profileTranslation": [ 0, 0.4, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(sinistcha, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(sinistcha, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/sinistea.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/sinistea.json new file mode 100644 index 0000000..c9d1d29 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/sinistea.json @@ -0,0 +1,42 @@ +{ + "portraitScale": 3.5, + "portraitTranslation": [ -0.2, -2.75, 0 ], + "profileScale": 1.25, + "profileTranslation": [ 0, -0.1, 0 ], + "faint": "bedrock(sinistea, sleep)", + "poses": { + + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(sinistea, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(sinistea, blink)"] + } + ] + }, + + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(sinistea, ground_walk)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(sinistea, blink)"] + } + ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/skiddo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/skiddo.json new file mode 100644 index 0000000..e3d434b --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/skiddo.json @@ -0,0 +1,28 @@ +{ + "head": "head", + "portraitScale": 2.5, + "portraitTranslation": [ -0.6, -0.4, 0 ], + "profileScale": 0.9, + "profileTranslation": [ 0, 0.4, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(skiddo, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(skiddo, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/skiploom.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/skiploom.json new file mode 100644 index 0000000..e7fe6f5 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/skiploom.json @@ -0,0 +1,95 @@ +{ + "head": "head", + "portraitScale": 1.35, + "portraitTranslation": [ -0.05, -0.2, 0 ], + "profileScale": 0.8, + "profileTranslation": [ 0, 0.65, 0 ], + "faint": "bedrock(skiploom, faint)", + "poses": { + + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(skiploom, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(skiploom, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ + "bedrock(skiploom, ground_walk)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(skiploom, blink)"] + } + ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": [ "SWIM" ], + "animations": [ + "bedrock(skiploom, ground_walk)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(skiploom, blink)"] + } + ] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": [ "FLOAT" ], + "animations": [ + "bedrock(skiploom, ground_walk)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(skiploom, blink)"] + } + ] + }, + "flying": { + "poseName": "flying", + "transformTicks": 10, + "poseTypes": [ "FLY" ], + "animations": [ + "bedrock(skiploom, air_fly)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(skiploom, blink)"] + } + ] + }, + "hovering": { + "poseName": "hovering", + "transformTicks": 10, + "poseTypes": [ "HOVER" ], + "animations": [ + "bedrock(skiploom, air_idle)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(skiploom, blink)"] + } + ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/skitty.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/skitty.json new file mode 100644 index 0000000..0815010 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/skitty.json @@ -0,0 +1,42 @@ +{ + "head": "head", + "portraitScale": 1.9, + "portraitTranslation": [ -0.2, -0.7, 0 ], + "profileScale": 0.9, + "profileTranslation": [ 0, 0.4, 0 ], + "faint": "bedrock(skitty, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(skitty, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(skitty, ground_walk)" ] + }, + + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ + "SLEEP" + ], + "animations": [ + "bedrock(skitty, sleep)" + ] + } + } + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/skorupi.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/skorupi.json new file mode 100644 index 0000000..4f0969b --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/skorupi.json @@ -0,0 +1,65 @@ +{ + "portraitScale": 1.7, + "portraitTranslation": [-0.2, -0.7, 0], + "profileScale": 1, + "profileTranslation": [-0.1, 0.2, 0], + "animations": { + "faint": "q.bedrock_primary('faint', 'faint', q.curve('symmetrical_wide'))", + "physical": "q.bedrock_primary('skorupi', 'physical', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('skorupi', 'special', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('skorupi', 'special', q.curve('symmetrical_wide'))", + "recoil": "q.bedrock_primary('skorupi', 'recoil', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "transformTicks": 10, + "poseTypes": ["STAND", "WALK"], + "isBattle": true, + "animations": [ + "q.look('head')", + "q.bedrock('skorupi', 'ground_idle')" + ] + }, + "standing": { + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.look('head')", + "q.bedrock('skorupi', 'ground_idle')" + ] + }, + "walking": { + "transformTicks": 8, + "poseTypes": ["WALK"], + "animations": [ + "q.look('head')", + "q.bedrock('skorupi', 'ground_walk')" + ] + }, + "hover": { + "transformTicks": 5, + "poseTypes": [ "FLY", "HOVER", "FLOAT" ], + "animations": [ + "q.look('head')", + "q.bedrock('skorupi', 'ground_walk')" + ] + }, + "float": { + "transformTicks": 5, + "poseTypes": ["FLOAT"], + "animations": [ + "q.look('head')", + "q.bedrock('skorupi', 'ground_walk')" + ] + }, + "swim": { + "transformTicks": 8, + "poseTypes": ["SWIM"], + "animations": [ + "q.look('head')", + "q.bedrock('skorupi', 'ground_walk')" + ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/skuntank.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/skuntank.json new file mode 100644 index 0000000..2567387 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/skuntank.json @@ -0,0 +1,41 @@ +{ + "head": "head", + "portraitScale": 2.6, + "portraitTranslation": [ -0.8, -1.8, 0 ], + "profileScale": 0.9, + "profileTranslation": [ 0, 0.3, 0 ], + "faint": "bedrock(skuntank, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(skuntank, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(skuntank, ground_walk)" ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ + "SLEEP" + ], + "animations": [ + "bedrock(skuntank, sleep)" + ] + } + } + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/slitherwing.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/slitherwing.json new file mode 100644 index 0000000..657b16b --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/slitherwing.json @@ -0,0 +1,57 @@ +{ + "portraitScale": 1, + "portraitTranslation": [-0.3, 0, 0], + "profileScale": 0.6, + "profileTranslation": [0, 0.8, 0], + "animations": { + "faint": "q.bedrock_primary('slitherwing', 'faint', q.curve('one'))", + "cry": "q.bedrock_stateful('slitherwing', 'cry')", + "recoil": "q.bedrock_stateful('slitherwing', 'recoil')", + "physical": "q.bedrock_primary('slitherwing', 'physical', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('slitherwing', 'special', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('slitherwing', 'status', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND", "WALK"], + "isBattle": true, + "animations": [ + "q.look('head')", + "q.bedrock('slitherwing', 'battle_idle')" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.look')", + "q.bedrock('slitherwing', 'ground_idle')" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": [ + "q.look')", + "q.bedrock('slitherwing', 'ground_walk')" + ] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": [ + "q.look')", + "q.bedrock('slitherwing', 'ground_walk')" + ] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": [ + "q.look')", + "q.bedrock('slitherwing', 'ground_walk')" + ] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('slitherwing', 'sleep')"] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/snom.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/snom.json new file mode 100644 index 0000000..6220f83 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/snom.json @@ -0,0 +1,44 @@ +{ + "portraitScale": 4, + "portraitTranslation": [ 0.1, -4.4, 0 ], + "profileScale": 1.25, + "profileTranslation": [ 0.05, -0.2, 0 ], + "faint": "bedrock(snom, sleep)", + "poses": { + + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(snom, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(snom, blink)"] + } + ] + }, + + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ + "bedrock(snom, ground_walk)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(snom, blink)"] + } + ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/snorunt.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/snorunt.json new file mode 100644 index 0000000..8ab6394 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/snorunt.json @@ -0,0 +1,71 @@ +{ + "portraitScale": 1.4, + "portraitTranslation": [ 0, -0.3, 0], + "profileScale": 1, + "profileTranslation": [ 0, 0.3, 0], + "cry": "bedrock(snorunt, cry)", + "faint": "bedrock(snorunt, faint, true)", + "poses": { + "battle-idle":{ + "poseName": "battle-idle", + "transformTicks": 10, + "poseTypes": [ + "STAND" + ], + "isBattle": true, + "animations": ["bedrock(snorunt, battle_idle)"], + "quirks":[ + { + "name": "blink", + "animations": ["bedrock(snorunt, blink)"] + } + ] + }, + "standing": { + "poseName": "standing", + "transformTicks": 10, + "isBattle": false, + "poseTypes": [ + "STAND", + "PORTRAIT", + "PROFILE", + "NONE" + ], + "animations": [ + "bedrock(snorunt, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(snorunt, blink)"] + } + ] + }, + "moving":{ + "poseName": "moving", + "transformTicks": 10, + "poseTypes": [ + "WALK" + ], + "animations": [ + "bedrock(snorunt, ground_walk)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(snorunt, blink)"] + } + ] + }, + "sleeping":{ + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ + "SLEEP" + ], + "animations": [ + "bedrock(snorunt, ground_idle)" + ] + } +} +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/solosis.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/solosis.json new file mode 100644 index 0000000..00067ec --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/solosis.json @@ -0,0 +1,69 @@ +{ + "head": "head", + "portraitScale": 1.3, + "portraitTranslation": [ -0.2, 0.5, 0 ], + "profileScale": 0.8, + "profileTranslation": [ -0.05, 0.6, 0 ], + "faint": "bedrock(solosis, faint)", + "poses": { + + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(solosis, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(solosis, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ + "bedrock(solosis, ground_walk)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(solosis, blink)"] + } + ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": [ "SWIM" ], + "animations": [ + "bedrock(solosis, ground_walk)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(solosis, blink)"] + } + ] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": [ "FLOAT" ], + "animations": [ + "bedrock(solosis, ground_walk)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(solosis, blink)"] + } + ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/stunky.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/stunky.json new file mode 100644 index 0000000..5d9a5bd --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/stunky.json @@ -0,0 +1,42 @@ +{ + "head": "head", + "portraitScale": 2.8, + "portraitTranslation": [ -0.6, -1.9, 0 ], + "profileScale": 0.85, + "profileTranslation": [ 0, 0.5, 0 ], + "faint": "bedrock(stunky, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(stunky, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(stunky, ground_walk)" ] + }, + + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ + "SLEEP" + ], + "animations": [ + "bedrock(stunky, sleep)" + ] + } + } + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/swablu.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/swablu.json new file mode 100644 index 0000000..7b2a5b5 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/swablu.json @@ -0,0 +1,43 @@ +{ + "portraitScale": 3.5, + "portraitTranslation": [ 0.1, -2.10, 0 ], + "profileScale": 1.1, + "profileTranslation": [ -0.05, 0.25, 0 ], + "faint": "bedrock(swablu, sleep)", + "poses": { + + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(swablu, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(swablu, blink)"] + } + ] + }, + + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ + "bedrock(swablu, ground_walk)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(swablu, blink)"] + } + ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/swadloon.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/swadloon.json new file mode 100644 index 0000000..5b801e3 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/swadloon.json @@ -0,0 +1,56 @@ +{ + "head": "head", + "portraitScale": 1.3, + "portraitTranslation": [ -0.05, -0.3, 0 ], + "profileScale": 0.8, + "profileTranslation": [ -0.05, 0.55, 0 ], + "faint": "bedrock(swadloon, faint)", + "poses": { + + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(swadloon, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(swadloon, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ + "bedrock(swadloon, ground_idle)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(swadloon, blink)"] + } + ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": [ "SWIM" ], + "animations": [ + "bedrock(swadloon, ground_idle)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(swadloon, blink)"] + } + ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/swanna.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/swanna.json new file mode 100644 index 0000000..6f73574 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/swanna.json @@ -0,0 +1,184 @@ +{ + "head": "head", + "portraitScale": 1.8, + "portraitTranslation": [ -0.4, 1.2, 0 ], + "profileScale": 0.7, + "profileTranslation": [ -0.05, 0.7, 0 ], + "faint": "bedrock(swanna, ground_idle, true)", + "cry": "bedrock(swanna, cry)", + "poses": { + "battle-idle": { + "poseName": "battle-idle", + "transformTicks": 10, + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["bedrock(swanna, ground_idle)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(swanna, blink)"] + } + ] + }, + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "isBattle": false, + "animations": [ + "bedrock(swanna, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(swanna, blink)" + ] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ + "WALK" + ], + "animations": [ + "bedrock(swanna, ground_walk)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(swanna, blink)" + ] + } + ] + }, + "hovering": { + "poseName": "hovering", + "transformTicks": 10, + "poseTypes": [ + "HOVER" + ], + "animations": [ + "bedrock(swanna, air_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(swanna, blink)" + ] + } + ] + }, + "flying": { + "poseName": "flying", + "transformTicks": 10, + "poseTypes": [ + "FLY" + ], + "animations": [ + "bedrock(swanna, air_fly)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(swanna, blink)" + ] + } + ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ + "SLEEP" + ], + "animations": [ + "bedrock(swanna, sleep)" + ] + }, + "leftshoulder": { + "poseName": "leftshoulder", + "transformTicks": 10, + "poseTypes": [ + "SHOULDER_LEFT" + ], + "animations": [ + "bedrock(swanna, ground_idle)", + "look" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(swanna, blink)" + ] + } + ] + }, + "rightshoulder": { + "poseName": "rightshoulder", + "transformTicks": 10, + "poseTypes": [ + "SHOULDER_RIGHT" + ], + "animations": [ + "bedrock(swanna, ground_idle)", + "look" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(swanna, blink)" + ] + } + ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": [ + "SWIM" + ], + "animations": [ + "bedrock(swanna, water_swim)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(swanna, blink)" + ] + } + ] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": [ + "FLOAT" + ], + "animations": [ + "bedrock(swanna, water_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(swanna, blink)" + ] + } + ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/tadbulb.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/tadbulb.json new file mode 100644 index 0000000..45e42d3 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/tadbulb.json @@ -0,0 +1,50 @@ +{ + "head": "head", + "portraitScale": 2.4, + "portraitTranslation": [ -0.1, 0, 0 ], + "profileScale": 0.9, + "profileTranslation": [ 0, 0.6, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(tadbulb, ground_idle)" + ] + , + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(tadbulb, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(tadbulb, ground_walk)" + ] + }, + "flying": { + "poseName": "flying", + "transformTicks": 10, + "poseTypes": [ "FLY" ], + "animations": [ "bedrock(tadbulb, ground_walk)" + ] + }, + "hovering": { + "poseName": "hovering", + "transformTicks": 10, + "poseTypes": [ "HOVER" ], + "animations": [ "bedrock(tadbulb, ground_idle)" + ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/tauros_aqua.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/tauros_aqua.json new file mode 100644 index 0000000..8cee776 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/tauros_aqua.json @@ -0,0 +1,39 @@ +{ + "head": "head", + "portraitScale": 2, + "portraitTranslation": [-0.8, -0.3, 0], + "profileScale": 0.75, + "profileTranslation": [0, 0.6, 0], + "cry": "bedrock(tauros, cry)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": ["look", "bedrock(tauros, ground_idle)"], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(tauros, blink)" + ] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK"], + "animations": ["bedrock(tauros, ground_walk)"], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(tauros, blink)" + ] + } + ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/tauros_blaze.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/tauros_blaze.json new file mode 100644 index 0000000..8cee776 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/tauros_blaze.json @@ -0,0 +1,39 @@ +{ + "head": "head", + "portraitScale": 2, + "portraitTranslation": [-0.8, -0.3, 0], + "profileScale": 0.75, + "profileTranslation": [0, 0.6, 0], + "cry": "bedrock(tauros, cry)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": ["look", "bedrock(tauros, ground_idle)"], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(tauros, blink)" + ] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK"], + "animations": ["bedrock(tauros, ground_walk)"], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(tauros, blink)" + ] + } + ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/tauros_combat.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/tauros_combat.json new file mode 100644 index 0000000..8cee776 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/tauros_combat.json @@ -0,0 +1,39 @@ +{ + "head": "head", + "portraitScale": 2, + "portraitTranslation": [-0.8, -0.3, 0], + "profileScale": 0.75, + "profileTranslation": [0, 0.6, 0], + "cry": "bedrock(tauros, cry)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": ["look", "bedrock(tauros, ground_idle)"], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(tauros, blink)" + ] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK"], + "animations": ["bedrock(tauros, ground_walk)"], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(tauros, blink)" + ] + } + ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/thundurus.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/thundurus.json new file mode 100644 index 0000000..77cdc07 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/thundurus.json @@ -0,0 +1,70 @@ +{ + "head": "head", + "portraitScale": 1, + "portraitTranslation": [0, 1.3, 0], + "profileScale": 0.7, + "profileTranslation": [0, 1.3, 0], + "animations": { + "faint": "q.bedrock_primary('thundurus', 'faint', q.curve('one'))", + "cry": "q.bedrock_primary('thundurus', 'cry', q.curve('symmetrical_wide'))", + "physical": "q.bedrock_primary('thundurus', 'physical_attack', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('thundurus', 'special_attack', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('thundurus', 'status', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["look", "q.bedrock('thundurus', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('thundurus', 'quirk')" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": ["look", "q.bedrock('thundurus', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('thundurus', 'quirk')" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": ["look", "q.bedrock('thundurus', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('thundurus', 'quirk')"] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": ["look", "q.bedrock('thundurus', 'ground_idle')" + ], + "quirks": ["q.bedrock_quirk('thundurus', 'quirk')"] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": ["look", + "q.bedrock('thundurus', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('thundurus', 'quirk')"] + }, + "hover": { + "poseName": "hover", + "poseTypes": ["HOVER"], + "quirks": ["q.bedrock_quirk('thundurus', 'quirk')"], + "animations": ["look", "q.bedrock('thundurus', 'ground_idle')" + ] + }, + "fly": { + "poseName": "fly", + "poseTypes": ["FLY"], + "quirks": ["q.bedrock_quirk('thundurus', 'quirk')"], + "animations": ["look", "q.bedrock('thundurus', 'ground_walk')"] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('thundurus', 'sleep')"] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/toedscool.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/toedscool.json new file mode 100644 index 0000000..af5938e --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/toedscool.json @@ -0,0 +1,40 @@ +{ + "portraitScale": 1.35, + "portraitTranslation": [0.15, 0.45, 0], + "profileScale": 0.8, + "profileTranslation": [0, 0.6, 0], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": ["bedrock(toedscool, ground_idle)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(toedscool, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "poseTypes": ["WALK"], + "animations": [ + "bedrock(toedscool, ground_walk)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(toedscool, blink)"] + } + ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": ["SLEEP"], + "animations": ["bedrock(toedscool, ground_sleep)"] + } + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/toedscruel.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/toedscruel.json new file mode 100644 index 0000000..822e220 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/toedscruel.json @@ -0,0 +1,40 @@ +{ + "portraitScale": 1.45, + "portraitTranslation": [-0.45, 1, 0], + "profileScale": 0.65, + "profileTranslation": [0, 0.8, 0], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": ["bedrock(toedscruel, ground_idle)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(toedscruel, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "poseTypes": ["WALK"], + "animations": [ + "bedrock(toedscruel, ground_walk)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(toedscruel, blink)"] + } + ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": ["SLEEP"], + "animations": ["bedrock(toedscruel, ground_sleep)"] + } + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/togedemaru.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/togedemaru.json new file mode 100644 index 0000000..7df8bc7 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/togedemaru.json @@ -0,0 +1,34 @@ +{ + "head": "head", + "portraitScale": 2.4, + "portraitTranslation": [ -0.2, -1.4, 0 ], + "profileScale": 1.2, + "profileTranslation": [ 0, -0.1, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 0, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(togedemaru, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(togedemaru, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 0, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(togedemaru, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/tornadus.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/tornadus.json new file mode 100644 index 0000000..058fdd9 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/tornadus.json @@ -0,0 +1,70 @@ +{ + "head": "head", + "portraitScale": 1, + "portraitTranslation": [0, 1.3, 0], + "profileScale": 0.7, + "profileTranslation": [0, 1.3, 0], + "animations": { + "faint": "q.bedrock_primary('tornadus', 'faint', q.curve('one'))", + "cry": "q.bedrock_primary('tornadus', 'cry', q.curve('symmetrical_wide'))", + "physical": "q.bedrock_primary('tornadus', 'physical_attack', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('tornadus', 'special_attack', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('tornadus', 'status', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["look", "q.bedrock('tornadus', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('tornadus', 'quirk')" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": ["look", "q.bedrock('tornadus', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('tornadus', 'quirk')" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": ["look", "q.bedrock('tornadus', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('tornadus', 'quirk')"] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": ["look", "q.bedrock('tornadus', 'ground_idle')" + ], + "quirks": ["q.bedrock_quirk('tornadus', 'quirk')"] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": ["look", + "q.bedrock('tornadus', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('tornadus', 'quirk')"] + }, + "hover": { + "poseName": "hover", + "poseTypes": ["HOVER"], + "quirks": ["q.bedrock_quirk('tornadus', 'quirk')"], + "animations": ["look", "q.bedrock('tornadus', 'ground_idle')" + ] + }, + "fly": { + "poseName": "fly", + "poseTypes": ["FLY"], + "quirks": ["q.bedrock_quirk('tornadus', 'quirk')"], + "animations": ["look", "q.bedrock('tornadus', 'ground_walk')"] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('tornadus', 'sleep')"] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/toxapex.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/toxapex.json new file mode 100644 index 0000000..fed37cd --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/toxapex.json @@ -0,0 +1,73 @@ +{ + "head": "head", + "portraitScale": 1.25, + "portraitTranslation": [0, 0.5, 0], + "profileScale": 0.5, + "profileTranslation": [0, 1, 0], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "animations": ["look", "bedrock(toxapex, ground_idle)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(toxapex, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK"], + "animations": ["bedrock(toxapex, ground_walk)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(toxapex, blink)"] + } + ] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": ["FLOAT"], + "animations": ["bedrock(toxapex, ground_idle)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(toxapex, blink)"] + } + ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": ["SWIM"], + "animations": ["bedrock(toxapex, ground_walk)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(toxapex, blink)"] + } + ] + }, + "battle-idle": { + "poseName": "battle-idle", + "transformTicks": 10, + "poseTypes": ["STAND"], + "isBattle": true, + "animations": [ + "look", + "bedrock(toxapex, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(toxapex, blink)"] + } + ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/toxel.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/toxel.json new file mode 100644 index 0000000..5ae5c5f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/toxel.json @@ -0,0 +1,61 @@ +{ + "head": "head", + "portraitScale": 1, + "portraitTranslation": [0, -0, 0], + "profileScale": 0.7, + "profileTranslation": [0, 0.8, 0], + "faint": "bedrock(toxel, ground_idle)", + "poses": { + "battle-idle": { + "poseName": "battle-idle", + "transformTicks": 10, + "poseTypes": ["STAND"], + "isBattle": true, + "isTouchingWater": false, + "transformedParts": [], + "animations": ["bedrock(toxel, ground_idle)"], + "quirks": [ + { + "name": "blink", + "loopTimes": 5, + "minSecondsBetweenOccurrences": 8, + "maxSecondsBetweenOccurrences": 20, + "animations": ["bedrock(toxel, blink)"] + } + ] + }, + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "animations": ["look", "bedrock(toxel, ground_idle)"] + , + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(toxel, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK"], + "animations": ["bedrock(toxel, ground_walk)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(toxel, blink)"] + } + ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": ["SLEEP"], + "animations": [ + "bedrock(toxel, sleep)" + ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/toxicroak.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/toxicroak.json new file mode 100644 index 0000000..f959646 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/toxicroak.json @@ -0,0 +1,34 @@ +{ + "head": "head", + "portraitScale": 1.65, + "portraitTranslation": [-0.05, 0.9, 0], + "profileScale": 0.8, + "profileTranslation": [-0.1, 0.6, 0], + "faint": "bedrock(toxicroak, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE", "FLOAT"], + "animations": [ + "look", + "bedrock(toxicroak, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK", "SWIM"], + "animations": [ + "look", + "bedrock(toxicroak, ground_walk)" + ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ "SLEEP" ], + "animations": [ "bedrock(toxicroak, sleep)" ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/toxtricitya.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/toxtricitya.json new file mode 100644 index 0000000..724b9aa --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/toxtricitya.json @@ -0,0 +1,52 @@ +{ + "head": "head", + "portraitScale": 1, + "portraitTranslation": [0, 2, 0], + "profileScale": 0.6, + "profileTranslation": [0, 1.2, 0], + "faint": "bedrock(toxtricitya, ground_idle)", + "poses": { + "battle-idle": { + "poseName": "battle-idle", + "transformTicks": 10, + "poseTypes": ["STAND"], + "isBattle": true, + "isTouchingWater": false, + "transformedParts": [], + "animations": ["bedrock(toxtricitya, battle_idle)"] + }, + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "animations": ["look", "bedrock(toxtricitya, ground_idle)"] + , + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(toxtricitya, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK"], + "animations": ["bedrock(toxtricitya, ground_walk)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(toxtricitya, blink)"] + } + ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": ["SLEEP"], + "animations": [ + "bedrock(toxtricitya, sleep)" + ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/toxtricityb.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/toxtricityb.json new file mode 100644 index 0000000..36cd3c9 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/toxtricityb.json @@ -0,0 +1,61 @@ +{ + "head": "head", + "portraitScale": 1, + "portraitTranslation": [0, 2, 0], + "profileScale": 0.6, + "profileTranslation": [0, 1.2, 0], + "faint": "bedrock(toxtricityb, ground_idle)", + "poses": { + "battle-idle": { + "poseName": "battle-idle", + "transformTicks": 10, + "poseTypes": ["STAND"], + "isBattle": true, + "isTouchingWater": false, + "transformedParts": [], + "animations": ["bedrock(toxtricityb, battle_idle)"], + "quirks": [ + { + "name": "blink", + "loopTimes": 5, + "minSecondsBetweenOccurrences": 8, + "maxSecondsBetweenOccurrences": 20, + "animations": ["bedrock(toxtricityb, blink)"] + } + ] + }, + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "animations": ["look", "bedrock(toxtricityb, ground_idle)"] + , + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(toxtricityb, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK"], + "animations": ["bedrock(toxtricityb, ground_walk)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(toxtricityb, blink)"] + } + ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": ["SLEEP"], + "animations": [ + "bedrock(toxtricityb, sleep)" + ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/tynamo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/tynamo.json new file mode 100644 index 0000000..3c89b2b --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/tynamo.json @@ -0,0 +1,92 @@ +{ + "head": "head", + "portraitScale": 3, + "portraitTranslation": [ + -0.2, + -1.5, + 0 + ], + "profileScale": 1, + "profileTranslation": [ + 0, + 0.5, + 0 + ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(tynamo, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(tynamo, blink)" + ] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ + "WALK" + ], + "animations": [ + "bedrock(tynamo, ground_walk)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(tynamo, blink)" + ] + } + ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": [ + "SWIM" + ], + "animations": [ + "bedrock(tynamo, water_swim)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(tynamo, blink)" + ] + } + ] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": [ + "FLOAT" + ], + "animations": [ + "bedrock(tynamo, water_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(tynamo, blink)" + ] + } + ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/unown.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/unown.json new file mode 100644 index 0000000..10f23b5 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/unown.json @@ -0,0 +1,25 @@ +{ + "portraitScale": 2.5, + "portraitTranslation": [ 0.2, -1.3, 0 ], + "profileScale": 2.6, + "profileTranslation": [ 0, -1.3, 0 ], + "poses": { + + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE", + "WALK", + "FLY", + "HOVER" + ], + "animations": [ + "bedrock(unown, ground_idle)" + ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ursaluna_bloodmoon.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ursaluna_bloodmoon.json new file mode 100644 index 0000000..74a75eb --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/ursaluna_bloodmoon.json @@ -0,0 +1,33 @@ +{ + "head": "head", + "portraitScale": 1.25, + "portraitTranslation": [ -0.5, 2.5, 0 ], + "profileScale": 0.5, + "profileTranslation": [ 0.05, 1.25, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(ursaluna_bloodmoon, ground_idle)" + ], + "quirks": [] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK"], + "animations": [ + "look", + "bedrock(ursaluna_bloodmoon, ground_walk)" + ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/urshifu.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/urshifu.json new file mode 100644 index 0000000..96c980f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/urshifu.json @@ -0,0 +1,62 @@ +{ + "head": "whiteneck", + "portraitScale": 1, + "portraitTranslation": [0, 2.3, 0], + "profileScale": 0.5, + "profileTranslation": [0, 1, 0], + "animations": { + "faint": "q.bedrock_primary('urshifu', 'faint', q.curve('one'))", + "cry": "q.bedrock_primary('urshifu', 'cry', q.curve('symmetrical_wide'))", + "recoil": "q.bedrock_stateful('urshifu', 'recoil')", + "physical": "q.bedrock_primary('urshifu', 'ssphysical_attack', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('urshifu', 'ssphysical_attack', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('urshifu', 'cry', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND", "PORTRAIT", "PROFILE"], + "isBattle": true, + "animations": ["look", + "q.bedrock('urshifu', 'singlestrike')" + ], + "quirks": [ + "q.bedrock_quirk('urshifu', 'blink')" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE"], + "isBattle": false, + "animations": ["look", + "q.bedrock('urshifu', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('urshifu', 'blink')" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": ["look", + "q.bedrock('urshifu', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('urshifu', 'blink')"] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": [ + "q.bedrock('urshifu', 'ground_idle')" + ], + "quirks": ["q.bedrock_quirk('urshifu', 'blink')"] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": [ + "q.bedrock('urshifu', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('urshifu', 'blink')"] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('urshifu', 'sleep')"] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/urshifurs.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/urshifurs.json new file mode 100644 index 0000000..6cfbef8 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/urshifurs.json @@ -0,0 +1,62 @@ +{ + "head": "whiteneck", + "portraitScale": 1, + "portraitTranslation": [0, 2.3, 0], + "profileScale": 0.5, + "profileTranslation": [0, 1, 0], + "animations": { + "faint": "q.bedrock_primary('urshifu', 'rsfaint', q.curve('one'))", + "cry": "q.bedrock_primary('urshifu', 'cry', q.curve('symmetrical_wide'))", + "recoil": "q.bedrock_stateful('urshifu', 'recoil')", + "physical": "q.bedrock_primary('urshifu', 'rsphysical_attack', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('urshifu', 'rsphysical_attack', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('urshifu', 'cry', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND", "PORTRAIT", "PROFILE"], + "isBattle": true, + "animations": ["look", + "q.bedrock('urshifu', 'rapidstrike')" + ], + "quirks": [ + "q.bedrock_quirk('urshifu', 'blink')" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE"], + "isBattle": false, + "animations": ["look", + "q.bedrock('urshifu', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('urshifu', 'blink')" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": ["look", + "q.bedrock('urshifu', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('urshifu', 'blink')"] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": [ + "q.bedrock('urshifu', 'ground_idle')" + ], + "quirks": ["q.bedrock_quirk('urshifu', 'blink')"] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": [ + "q.bedrock('urshifu', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('urshifu', 'blink')"] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('urshifu', 'sleep')"] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/veluza.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/veluza.json new file mode 100644 index 0000000..0a610c9 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/veluza.json @@ -0,0 +1,47 @@ +{ + + "head": "head", + "portraitScale": 2.2, + "portraitTranslation": [-0.3, 0, 0], + "profileScale": 1.0, + "profileTranslation": [0.0, 0.7, 0], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(veluza, water_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ + "bedrock(veluza, water_swim)" + ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": [ "SWIM" ], + "animations": [ + "bedrock(veluza, water_swim)" + ] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": [ "FLOAT" ], + "animations": [ + "bedrock(veluza, water_idle)" + ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/volcanion.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/volcanion.json new file mode 100644 index 0000000..27f5639 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/volcanion.json @@ -0,0 +1,35 @@ +{ + "head": "head", + "portraitScale": 1.3, + "portraitTranslation": [ -1.4,0.8, 0], + "profileScale": 0.4, + "profileTranslation": [ 0, 1.2, 0], + "cry": "bedrock(volcanion, cry)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "PORTRAIT", + "PROFILE", + "NONE" + ], + "animations": [ + "look", + "bedrock(volcanion, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ + "WALK" + ], + "animations": [ + "look", + "bedrock(volcanion, ground_idle)" + ] + } +} +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/vullaby.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/vullaby.json new file mode 100644 index 0000000..0026ec9 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/vullaby.json @@ -0,0 +1,59 @@ +{ + "portraitScale":3, + "portraitTranslation":[ + -0.3, + -1.4, + 0 + ], + "profileScale":1, + "profileTranslation":[ + -0.25, + 0.25, + 0 + ], + "poses":{ + "standing":{ + "poseName":"standing", + "transformTicks":10, + "poseTypes":[ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations":[ + "bedrock(vullaby, ground_idle)" + ] + }, + "walking":{ + "poseName":"walking", + "transformTicks":10, + "poseTypes":[ + "WALK" + ], + "animations":[ + "bedrock(vullaby, ground_walk)" + ] + }, + "hovering": { + "poseName": "hovering", + "transformTicks": 10, + "poseTypes": [ + "HOVER" + ], + "animations": [ + "bedrock(vullaby, air_idle)" + ] + }, + "flying": { + "poseName": "flying", + "transformTicks": 10, + "poseTypes": [ + "FLY" + ], + "animations": [ + "bedrock(vullaby, air_fly)" + ] + } + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/wattrel.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/wattrel.json new file mode 100644 index 0000000..cf01cb5 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/wattrel.json @@ -0,0 +1,29 @@ +{ + "head": "head", + "portraitScale": 1.5, + "portraitTranslation": [ 0, 0.3, 0 ], + "profileScale": 0.8, + "profileTranslation": [ 0, 0.6, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(wattrel , ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(wattrel , ground_walk)" ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/wiglett.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/wiglett.json new file mode 100644 index 0000000..d24e2cc --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/wiglett.json @@ -0,0 +1,67 @@ +{ + "head": "body2", + "portraitScale": 2, + "faint": "bedrock(wiglett, faint)", + "portraitTranslation": [ + -0.2, + -0.3, + 0 + ], + "profileScale": 0.8, + "profileTranslation": [ + 0, + 0.4, + 0 + ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(wiglett, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(wiglett, blink)" + ] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ + "WALK" + ], + "animations": [ + "bedrock(wiglett, ground_walk)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(wiglett, blink)" + ] + } + ] + }, + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ + "SLEEP" + ], + "animations": [ + "bedrock(wiglett, sleep)" + ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/wugtrio.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/wugtrio.json new file mode 100644 index 0000000..5748a56 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/wugtrio.json @@ -0,0 +1,79 @@ +{ + "portraitScale": 3, + "portraitTranslation": [ + 1.55, + 0, + 0 + ], + "profileScale": 0.7, + "profileTranslation": [ + 0.1, + 0.6, + 0 + ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(wugtrio, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(wugtrio, blink)" + ] + }, + { + "name": "blink2", + "animations": [ + "bedrock(wugtrio, blink2)" + ] + }, + { + "name": "blink3", + "animations": [ + "bedrock(wugtrio, blink3)" + ] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ + "WALK" + ], + "animations": [ + "bedrock(wugtrio, ground_walk)" + ], + "quirks": [ + { + "name": "blink", + "animations": [ + "bedrock(wugtrio, blink)" + ] + }, + { + "name": "blink2", + "animations": [ + "bedrock(wugtrio, blink2)" + ] + }, + { + "name": "blink3", + "animations": [ + "bedrock(wugtrio, blink3)" + ] + } + ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/xurkitree.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/xurkitree.json new file mode 100644 index 0000000..4289430 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/xurkitree.json @@ -0,0 +1,58 @@ +{ + "portraitScale": 1.7, + "portraitTranslation": [-0.8,6, 0], + "profileScale": 0.3, + "profileTranslation": [0, 1.4, -1.8], + "animations": { + "faint": "q.bedrock_stateful('xurkitree', 'faint', q.curve('one'))", + "cry": "q.bedrock_stateful('xurkitree', 'cry')", + "recoil": "q.bedrock_stateful('xurkitree', 'recoil')", + "physical": "q.bedrock_primary('xurkitree', 'physical', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('xurkitree', 'special', q.curve('symmetrical_wide'))", + "status": "q.bedrock_stateful('xurkitree', 'headshake', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND", "WALK"], + "isBattle": true, + "animations": [ + "q.bedrock('xurkitree', 'battle_idle')" + ], + "quirks": [ + "q.bedrock_quirk('xurkitree', 'headshake')" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.bedrock('xurkitree', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('xurkitree', 'headshake')" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": [ + "q.bedrock('xurkitree', 'ground_walk')" + ] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": [ + "q.bedrock('xurkitree', 'ground_walk')" + ] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": [ + "q.bedrock('xurkitree', 'ground_walk')" + ] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('xurkitree', 'ground_idle')"] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/yamask_galarian.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/yamask_galarian.json new file mode 100644 index 0000000..f906172 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/yamask_galarian.json @@ -0,0 +1,32 @@ +{ + "portraitScale": 2.0, + "portraitTranslation": [ 0, 1.6, 0 ], + "profileScale": 0.6, + "profileTranslation": [ 0.05, 0.9, 0 ], + "faint": "bedrock(yamask_galarian, sleep)", + "poses": { + + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "bedrock(yamask_galarian, ground_idle)" + ] + }, + + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ + "bedrock(yamask_galarian, ground_walk)" + ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/zapdos2.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/zapdos2.json new file mode 100644 index 0000000..49cd4b1 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/zapdos2.json @@ -0,0 +1,80 @@ +{ + "head": "head", + "portraitScale": 2, + "portraitTranslation": [ -1, 1, 0 ], + "profileScale": 0.6, + "profileTranslation": [ 0, 0.85, 0 ], + "cry": "bedrock(zapdos2, cry)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "PROFILE", + "NONE" + ], + "animations": [ + "look", + "bedrock(zapdos2, ground_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(zapdos2, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ + "WALK" + ], + "animations": [ + "look", + "bedrock(zapdos2, ground_walk)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(zapdos2, blink)"] + } + ] + }, + "hovering": { + "poseName": "hovering", + "transformTicks": 10, + "poseTypes": [ + "HOVER" + ], + "animations": [ + "look", + "bedrock(zapdos2, air_idle)" + ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(zapdos2, blink)"] + } + ] +}, +"flying": { + "poseName": "flying", + "transformTicks": 10, + "poseTypes": [ + "FLY" + ], + "animations": [ + "look", + "bedrock(zapdos2, air_fly)" +], +"quirks": [ + { + "name": "blink", + "animations": ["bedrock(zapdos2, blink)"] + } +] +} +} +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/zapdos_galar.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/zapdos_galar.json new file mode 100644 index 0000000..c99b167 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/zapdos_galar.json @@ -0,0 +1,35 @@ +{ + "head": "head", + "portraitScale": 2, + "portraitTranslation": [ -0.5, 2.85, 0 ], + "profileScale": 0.65, + "profileTranslation": [ 0, 1, 0 ], + "cry": "bedrock(zapdos_galar, cry)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "PROFILE", + "NONE" + ], + "animations": [ + "look", + "bedrock(zapdos_galar, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ + "WALK" + ], + "animations": [ + "look", + "bedrock(zapdos_galar, ground_walk)" + ] + } + } +} + diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/zekrom.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/zekrom.json new file mode 100644 index 0000000..021cb22 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/zekrom.json @@ -0,0 +1,70 @@ +{ + "head": "looky", + "portraitScale": 1, + "portraitTranslation": [-0.5, 3.5, 0], + "profileScale": 0.3, + "profileTranslation": [0, 1.5, 0], + "animations": { + "faint": "q.bedrock_primary('zekrom', 'faint', q.curve('one'))", + "cry": "q.bedrock_primary('zekrom', 'cry', q.curve('symmetrical_wide'))", + "physical": "q.bedrock_primary('zekrom', 'physical_attack', q.curve('symmetrical_wide'))", + "special": "q.bedrock_primary('zekrom', 'cry', q.curve('symmetrical_wide'))", + "status": "q.bedrock_primary('zekrom', 'cry', q.curve('symmetrical_wide'))" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["look", "q.bedrock('zekrom', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('zekrom', 'blink')" + ] + }, + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": ["look", "q.bedrock('zekrom', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('zekrom', 'blink')" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "animations": ["look", "q.bedrock('zekrom', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('zekrom', 'blink')"] + }, + "float": { + "poseTypes": ["FLOAT"], + "animations": ["look", "q.bedrock('zekrom', 'ground_idle')" + ], + "quirks": ["q.bedrock_quirk('zekrom', 'blink')"] + }, + "swim": { + "poseTypes": ["SWIM"], + "animations": ["look", + "q.bedrock('zekrom', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('zekrom', 'blink')"] + }, + "hover": { + "poseName": "hover", + "poseTypes": ["HOVER"], + "quirks": ["q.bedrock_quirk('zekrom', 'blink')"], + "animations": ["look", "q.bedrock('zekrom', 'ground_walk')" + ] + }, + "fly": { + "poseName": "fly", + "poseTypes": ["FLY"], + "quirks": ["q.bedrock_quirk('zekrom', 'blink')"], + "animations": ["look", "q.bedrock('zekrom', 'fly')"] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('zekrom', 'sleep')"] + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/zeraora.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/zeraora.json new file mode 100644 index 0000000..16c4937 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/posers/zeraora.json @@ -0,0 +1,42 @@ +{ + "head": "head", + "portraitScale": 2.5, + "portraitTranslation": [ -0.4, 2.5, 0 ], + "profileScale": 0.6, + "profileTranslation": [ 0, 0.90, 0 ], + "faint": "bedrock(zeraora, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(zeraora, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(zeraora, ground_walk)" ] + }, + + "sleeping": { + "poseName": "sleeping", + "transformTicks": 10, + "poseTypes": [ + "SLEEP" + ], + "animations": [ + "bedrock(zeraora, sleep)" + ] + } + } + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0228_houndour/0_houndour_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0228_houndour/0_houndour_base.json new file mode 100644 index 0000000..b45aeb3 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0228_houndour/0_houndour_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:houndour", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:houndour", + "model": "cobblemon:houndour.geo", + "texture": "cobblemon:textures/pokemon/houndour/houndour.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/houndour/houndour_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0229_houndoom/0_houndoom_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0229_houndoom/0_houndoom_base.json new file mode 100644 index 0000000..f1eccae --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0229_houndoom/0_houndoom_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:houndoom", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:houndoom", + "model": "cobblemon:houndoom.geo", + "texture": "cobblemon:textures/pokemon/houndoom/houndoom.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/houndoom/houndoom_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0359_absol/0_absol_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0359_absol/0_absol_base.json new file mode 100644 index 0000000..1617b85 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0359_absol/0_absol_base.json @@ -0,0 +1,26 @@ +{ + "species": "cobblemon:absol", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:absol", + "model": "cobblemon:absol.geo", + "texture": "cobblemon:textures/pokemon/absol/absol.png", + "layers": [ + { + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/absol/absol_shiny.png", + "layers": [ + { + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0361_snorunt/0_snorunt_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0361_snorunt/0_snorunt_base.json new file mode 100644 index 0000000..911f10e --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0361_snorunt/0_snorunt_base.json @@ -0,0 +1,18 @@ +{ + "species": "cobblemon:snorunt", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:snorunt", + "model": "cobblemon:snorunt.geo", + "texture": "cobblemon:textures/pokemon/snorunt/snorunt.png", + "layers": [] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/snorunt/snorunt_shiny.png", + "layers": [] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0362_glalie/0_glalie_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0362_glalie/0_glalie_base.json new file mode 100644 index 0000000..dc134a5 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0362_glalie/0_glalie_base.json @@ -0,0 +1,26 @@ +{ + "species": "cobblemon:glalie", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:glalie", + "model": "cobblemon:glalie.geo", + "texture": "cobblemon:textures/pokemon/glalie/glalie.png", + "layers": [ + { + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/glalie/glalie_shiny.png", + "layers": [ + { + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0478_froslass/0_froslass_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0478_froslass/0_froslass_base.json new file mode 100644 index 0000000..cba427d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0478_froslass/0_froslass_base.json @@ -0,0 +1,26 @@ +{ + "species": "cobblemon:froslass", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:froslass", + "model": "cobblemon:froslass.geo", + "texture": "cobblemon:textures/pokemon/froslass/froslass.png", + "layers": [ + { + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/froslass/froslass_shiny.png", + "layers": [ + { + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0580_ducklett/0_ducklett_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0580_ducklett/0_ducklett_base.json new file mode 100644 index 0000000..528433f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0580_ducklett/0_ducklett_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:ducklett", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:ducklett", + "model": "cobblemon:ducklett.geo", + "texture": "cobblemon:textures/pokemon/ducklett/ducklett.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/ducklett/ducklett_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0581_swanna/0_swanna_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0581_swanna/0_swanna_base.json new file mode 100644 index 0000000..2388cce --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0581_swanna/0_swanna_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:swanna", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:swanna", + "model": "cobblemon:swanna.geo", + "texture": "cobblemon:textures/pokemon/swanna/swanna.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/swanna/swanna_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0721_volcanion/0_volcanion_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0721_volcanion/0_volcanion_base.json new file mode 100644 index 0000000..b29e0e5 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0721_volcanion/0_volcanion_base.json @@ -0,0 +1,26 @@ +{ + "species": "cobblemon:volcanion", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:volcanion", + "model": "cobblemon:volcanion.geo", + "texture": "cobblemon:textures/pokemon/volcanion/volcanion.png", + "layers": [ + { + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/volcanion/volcanion_shiny.png", + "layers": [ + { + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0747_mareanie/0_mareanie_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0747_mareanie/0_mareanie_base.json new file mode 100644 index 0000000..9ba97b1 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0747_mareanie/0_mareanie_base.json @@ -0,0 +1,34 @@ +{ + "species": "cobblemon:mareanie", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:mareanie", + "model": "cobblemon:mareanie.geo", + "texture": "cobblemon:textures/pokemon/mareanie/mareanie.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/mareanie/mareanie_emissive.png", + "translucent": false + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/mareanie/mareanie_shiny.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/mareanie/mareanie_shiny_emissive.png", + "translucent": false + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0748_toxapex/0_toxapex_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0748_toxapex/0_toxapex_base.json new file mode 100644 index 0000000..1633ee7 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0748_toxapex/0_toxapex_base.json @@ -0,0 +1,34 @@ +{ + "species": "cobblemon:toxapex", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:toxapex", + "model": "cobblemon:toxapex.geo", + "texture": "cobblemon:textures/pokemon/toxapex/toxapex.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/toxapex/toxapex_emissive.png", + "translucent": false + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/toxapex/toxapex_shiny.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/toxapex/toxapex_emissive_shiny.png", + "translucent": false + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0824_blipbug/0_blipbug_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0824_blipbug/0_blipbug_base.json new file mode 100644 index 0000000..0c53d4c --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0824_blipbug/0_blipbug_base.json @@ -0,0 +1,32 @@ +{ + "species": "cobblemon:blipbug", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:blipbug", + "model": "cobblemon:blipbug.geo", + "texture": "cobblemon:textures/pokemon/blipbug/blipbug.png", + "layers": [ + { + "name": "emissive", + "texture": "cobblemon:textures/pokemon/blipbug/blipbug_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/blipbug/blipbug_shiny.png", + "layers": [ + { + "name": "emissive", + "texture": "cobblemon:textures/pokemon/blipbug/blipbug_emissive.png", + "emissive": true + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0825_dottler/0_dottler_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0825_dottler/0_dottler_base.json new file mode 100644 index 0000000..3b817b2 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0825_dottler/0_dottler_base.json @@ -0,0 +1,32 @@ +{ + "species": "cobblemon:dottler", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:dottler", + "model": "cobblemon:dottler.geo", + "texture": "cobblemon:textures/pokemon/dottler/dottler.png", + "layers": [ + { + "name": "emissive", + "texture": "cobblemon:textures/pokemon/dottler/dottler_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/dottler/dottler_shiny.png", + "layers": [ + { + "name": "emissive", + "texture": "cobblemon:textures/pokemon/dottler/dottler_emissive.png", + "emissive": true + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0826_orbeetle/0_orbeetle_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0826_orbeetle/0_orbeetle_base.json new file mode 100644 index 0000000..d26320c --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0826_orbeetle/0_orbeetle_base.json @@ -0,0 +1,32 @@ +{ + "species": "cobblemon:orbeetle", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:orbeetle", + "model": "cobblemon:orbeetle.geo", + "texture": "cobblemon:textures/pokemon/orbeetle/orbeetle.png", + "layers": [ + { + "name": "emissive", + "texture": "cobblemon:textures/pokemon/orbeetle/orbeetle_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/orbeetle/orbeetle_shiny.png", + "layers": [ + { + "name": "emissive", + "texture": "cobblemon:textures/pokemon/orbeetle/orbeetle_shiny_emissive.png", + "emissive": true + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0848_toxel/1_toxel_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0848_toxel/1_toxel_base.json new file mode 100644 index 0000000..0b63638 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0848_toxel/1_toxel_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:toxel", + "order": 1, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:toxel", + "model": "cobblemon:toxel.geo", + "texture": "cobblemon:textures/pokemon/toxel/toxel.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/toxel/toxel_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0849_toxtricity/1_toxtricity_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0849_toxtricity/1_toxtricity_base.json new file mode 100644 index 0000000..a51abde --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0849_toxtricity/1_toxtricity_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:toxtricity", + "order": 1, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:toxtricitya", + "model": "cobblemon:toxtricitya.geo", + "texture": "cobblemon:textures/pokemon/toxtricity/toxtricitya.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/toxtricity/toxtricitya_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0849_toxtricity/2_toxtricity_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0849_toxtricity/2_toxtricity_base.json new file mode 100644 index 0000000..eaa76f2 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0849_toxtricity/2_toxtricity_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:toxtricity", + "order": 2, + "variations": [ + { + "aspects": ["female"], + "poser": "cobblemon:toxtricityb", + "model": "cobblemon:toxtricityb.geo", + "texture": "cobblemon:textures/pokemon/toxtricity/toxtricityb.png", + "layers": [] + }, + { + "aspects": [ "female", "shiny" ], + "texture": "cobblemon:textures/pokemon/toxtricity/toxtricityb_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0896_glastrier/0_glastrier_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0896_glastrier/0_glastrier_base.json new file mode 100644 index 0000000..71a7b50 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0896_glastrier/0_glastrier_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:glastrier", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:glastrier", + "model": "cobblemon:glastrier.geo", + "texture": "cobblemon:textures/pokemon/0896_glastrier/glastrier.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0896_glastrier/glastrier_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0897_spectrier/0_spectrier_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0897_spectrier/0_spectrier_base.json new file mode 100644 index 0000000..f3d3d07 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0897_spectrier/0_spectrier_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:spectrier", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:spectrier", + "model": "cobblemon:spectrier.geo", + "texture": "cobblemon:textures/pokemon/0897_spectrier/spectrier.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0897_spectrier/spectrier_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0898_calyrex/0_calyrex_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0898_calyrex/0_calyrex_base.json new file mode 100644 index 0000000..3592d64 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0898_calyrex/0_calyrex_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:calyrex", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:calyrex", + "model": "cobblemon:calyrex.geo", + "texture": "cobblemon:textures/pokemon/0898_calyrex/calyrex.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0898_calyrex/calyrex_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0971_greavard/0_greavard_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0971_greavard/0_greavard_base.json new file mode 100644 index 0000000..a4fe774 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0971_greavard/0_greavard_base.json @@ -0,0 +1,34 @@ +{ + "species": "cobblemon:greavard", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:greavard", + "model": "cobblemon:greavard.geo", + "texture": "cobblemon:textures/pokemon/greavard/greavard.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/greavard/greavard_emissive.png", + "translucent": false + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/greavard/greavard_shiny.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/greavard/greavard_emissive.png", + "translucent": false + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0972_houndstone/0_houndstone_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0972_houndstone/0_houndstone_base.json new file mode 100644 index 0000000..85647c5 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0972_houndstone/0_houndstone_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:houndstone", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:houndstone", + "model": "cobblemon:houndstone.geo", + "texture": "cobblemon:textures/pokemon/houndstone/houndstone.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/houndstone/houndstone_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0994_ironmoth/0_ironmoth_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0994_ironmoth/0_ironmoth_base.json new file mode 100644 index 0000000..3649780 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0994_ironmoth/0_ironmoth_base.json @@ -0,0 +1,34 @@ +{ + "species": "cobblemon:ironmoth", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:ironmoth", + "model": "cobblemon:ironmoth.geo", + "texture": "cobblemon:textures/pokemon/ironmoth/ironmoth.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/ironmoth/ironmoth_emissive.png", + "translucent": false + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/ironmoth/ironmoth_shiny.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/ironmoth/ironmoth_emissive.png", + "translucent": false + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_altaria_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_altaria_base.json new file mode 100644 index 0000000..b7f78c9 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_altaria_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:altaria", + "order": 1, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:altaria", + "model": "cobblemon:altaria.geo", + "texture": "cobblemon:textures/pokemon/0334_altaria/altaria.png", + "layers": [ + + ] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/0334_altaria/altaria_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_amoonguss_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_amoonguss_base.json new file mode 100644 index 0000000..aea2818 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_amoonguss_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:amoonguss", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:amoonguss", + "model": "cobblemon:amoonguss.geo", + "texture": "cobblemon:textures/pokemon/amoonguss/amoonguss.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/amoonguss/amoonguss_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_appletun_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_appletun_base.json new file mode 100644 index 0000000..a3c8e1d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_appletun_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:appletun", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:appletun", + "model": "cobblemon:appletun.geo", + "texture": "cobblemon:textures/pokemon/appletun/appletun.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/appletun/appletun_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_applin_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_applin_base.json new file mode 100644 index 0000000..320031c --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_applin_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:applin", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:applin", + "model": "cobblemon:applin.geo", + "texture": "cobblemon:textures/pokemon/applin/applin.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/applin/applin_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_araquanid_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_araquanid_base.json new file mode 100644 index 0000000..87019f4 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_araquanid_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:araquanid", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:araquanid", + "model": "cobblemon:araquanid.geo", + "texture": "cobblemon:textures/pokemon/araquanid/araquanid.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/araquanid/araquanid_shiny.png" + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_archaludon_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_archaludon_base.json new file mode 100644 index 0000000..540f2e0 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_archaludon_base.json @@ -0,0 +1,32 @@ +{ + "species": "cobblemon:archaludon", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:archaludon", + "model": "cobblemon:archaludon.geo", + "texture": "cobblemon:textures/pokemon/archaludon/archaludon.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/archaludon/archaludon_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/archaludon/archaludon_shiny.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/archaludon/archaludon_emissive.png", + "emissive": true + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_arctibax_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_arctibax_base.json new file mode 100644 index 0000000..654d904 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_arctibax_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:arctibax", + "order": 1, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:arctibax", + "model": "cobblemon:arctibax.geo", + "texture": "cobblemon:textures/pokemon/arctibax/arctibax.png", + "layers": [ + + ] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/arctibax/arctibax_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_articuno_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_articuno_base.json new file mode 100644 index 0000000..82ed327 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_articuno_base.json @@ -0,0 +1,18 @@ +{ + "species": "cobblemon:articuno", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:articuno2", + "model": "cobblemon:articuno2.geo", + "texture": "cobblemon:textures/pokemon/articuno/articuno2.png" + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/articuno/articuno_shiny2.png" + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_axew_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_axew_base.json new file mode 100644 index 0000000..28306bc --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_axew_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:axew", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:axew", + "model": "cobblemon:axew.geo", + "texture": "cobblemon:textures/pokemon/0610_axew/axew.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/0610_axew/axew_shiny.png" + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_azumarill_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_azumarill_base.json new file mode 100644 index 0000000..93cd64b --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_azumarill_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:azumarill", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:azumarill", + "model": "cobblemon:azumarill.geo", + "texture": "cobblemon:textures/pokemon/azumarill/azumarill.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/azumarill/azumarill_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_azurill_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_azurill_base.json new file mode 100644 index 0000000..5a75918 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_azurill_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:azurill", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:azurill", + "model": "cobblemon:azurill.geo", + "texture": "cobblemon:textures/pokemon/azurill/azurill.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/azurill/azurill_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_banette_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_banette_base.json new file mode 100644 index 0000000..53a11b6 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_banette_base.json @@ -0,0 +1,32 @@ +{ + "species": "cobblemon:banette", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:banette", + "model": "cobblemon:banette.geo", + "texture": "cobblemon:textures/pokemon/0354_banette/banette.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0354_banette/banette_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0354_banette/banette_shiny.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0354_banette/banette_emissive.png", + "emissive": true + } + ] + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_baxcalibur_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_baxcalibur_base.json new file mode 100644 index 0000000..6717096 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_baxcalibur_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:baxcalibur", + "order": 1, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:baxcalibur", + "model": "cobblemon:baxcalibur.geo", + "texture": "cobblemon:textures/pokemon/baxcalibur/baxcalibur.png", + "layers": [ + + ] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/baxcalibur/baxcalibur_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_bellibolt_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_bellibolt_base.json new file mode 100644 index 0000000..1ce3d67 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_bellibolt_base.json @@ -0,0 +1,23 @@ +{ + "species": "cobblemon:bellibolt", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:bellibolt", + "model": "cobblemon:bellibolt.geo", + "texture": "cobblemon:textures/pokemon/bellibolt/bellibolt.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/bellibolt/bellibolt_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/bellibolt/bellibolt_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_bisharp_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_bisharp_base.json new file mode 100644 index 0000000..ae82d0f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_bisharp_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:bisharp", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:bisharp", + "model": "cobblemon:bisharp.geo", + "texture": "cobblemon:textures/pokemon/bisharp/bisharp.png", + "layers": [ + + ] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/bisharp/bisharp_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_blacephalon_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_blacephalon_base.json new file mode 100644 index 0000000..d2b2a2c --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_blacephalon_base.json @@ -0,0 +1,23 @@ +{ + "species": "cobblemon:blacephalon", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:blacephalon", + "model": "cobblemon:blacephalon.geo", + "texture": "cobblemon:textures/pokemon/blacephalon/blacephalon.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/blacephalon/blacephalon_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/blacephalon/blacephalon_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_brutebonnet_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_brutebonnet_base.json new file mode 100644 index 0000000..ca9976f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_brutebonnet_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:brutebonnet", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:brutebonnet", + "model": "cobblemon:brutebonnet.geo", + "texture": "cobblemon:textures/pokemon/brutebonnet/brutebonnet.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/brutebonnet/brutebonnet_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_capsakid_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_capsakid_base.json new file mode 100644 index 0000000..b0a61fb --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_capsakid_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:capsakid", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:capsakid", + "model": "cobblemon:capsakid.geo", + "texture": "cobblemon:textures/pokemon/capsakid/capsakid.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/capsakid/capsakid_shiny.png" + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_celebi_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_celebi_base.json new file mode 100644 index 0000000..6511457 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_celebi_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:celebi", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:celebi", + "model": "cobblemon:celebi.geo", + "texture": "cobblemon:textures/pokemon/celebi/celebi.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/celebi/celebi_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_chienpao_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_chienpao_base.json new file mode 100644 index 0000000..05e6bec --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_chienpao_base.json @@ -0,0 +1,32 @@ +{ + "species": "cobblemon:chienpao", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:chienpao", + "model": "cobblemon:chienpao.geo", + "texture": "cobblemon:textures/pokemon/chienpao/chienpao.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/chienpao/chienpao_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/chienpao/chienpao_shiny.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/chienpao/chienpao_emissive.png", + "emissive": true + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_chiyu_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_chiyu_base.json new file mode 100644 index 0000000..f7c09ea --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_chiyu_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:chiyu", + "order": 1, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:chiyu", + "model": "cobblemon:chiyu.geo", + "texture": "cobblemon:textures/pokemon/chiyu/chi-yu.png", + "layers": [ + + ] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/chiyu/chi-yu_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_cinccino_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_cinccino_base.json new file mode 100644 index 0000000..a3c5021 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_cinccino_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:cinccino", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:cinccino", + "model": "cobblemon:cinccino.geo", + "texture": "cobblemon:textures/pokemon/cinccino/cinccino.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/cinccino/cinccino_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_corsola_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_corsola_base.json new file mode 100644 index 0000000..66b0403 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_corsola_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:corsola", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:corsola", + "model": "cobblemon:corsola.geo", + "texture": "cobblemon:textures/pokemon/corsola/corsola.png", + "layers": [] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/corsola/corsola_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_cramorant_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_cramorant_base.json new file mode 100644 index 0000000..1361080 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_cramorant_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:cramorant", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:cramorant", + "model": "cobblemon:cramorant.geo", + "texture": "cobblemon:textures/pokemon/cramorant/cramorant.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/cramorant/cramorant_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_cresselia_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_cresselia_base.json new file mode 100644 index 0000000..ddf6403 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_cresselia_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:cresselia", + "order": 1, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:cresselia", + "model": "cobblemon:cresselia.geo", + "texture": "cobblemon:textures/pokemon/cresselia/cresselia.png", + "layers": [ + + ] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/cresselia/cresselia_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_croagunk_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_croagunk_base.json new file mode 100644 index 0000000..6ea02c4 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_croagunk_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:croagunk", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:croagunk", + "model": "cobblemon:croagunk.geo", + "texture": "cobblemon:textures/pokemon/croagunk/croagunk.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/croagunk/croagunk_shiny.png" + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_cursola_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_cursola_base.json new file mode 100644 index 0000000..881bc9e --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_cursola_base.json @@ -0,0 +1,30 @@ +{ + "species": "cobblemon:cursola", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:cursola", + "model": "cobblemon:cursola.geo", + "texture": "cobblemon:textures/pokemon/cursola/cursola_solid.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/cursola/cursola_transparent.png", + "translucent": true + }, + { + "name": "eye", + "texture": "cobblemon:textures/pokemon/cursola/cursola_eye.png", + "emissive": true + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/cursola/cursola_solid_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_cyclizar_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_cyclizar_base.json new file mode 100644 index 0000000..eec80b2 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_cyclizar_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:cyclizar", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:cyclizar", + "model": "cobblemon:cyclizar.geo", + "texture": "cobblemon:textures/pokemon/cyclizar/cyclizar.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/manaphy/cyclizar.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_darkrai_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_darkrai_base.json new file mode 100644 index 0000000..bd26c5a --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_darkrai_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:darkrai", + "order": 1, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:darkrai", + "model": "cobblemon:darkrai.geo", + "texture": "cobblemon:textures/pokemon/darkrai/darkrai.png", + "layers": [ + + ] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/darkrai/darkrai_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_delcatty_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_delcatty_base.json new file mode 100644 index 0000000..2c08a6d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_delcatty_base.json @@ -0,0 +1,15 @@ +{ + "species": "cobblemon:delcatty", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:delcatty", + "model": "cobblemon:delcatty.geo", + "texture": "cobblemon:textures/pokemon/delcatty/delcatty.png", + "layers": []}, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/delcatty/delcatty_shiny.png"} + ] + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_delibird_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_delibird_base.json new file mode 100644 index 0000000..a20a16c --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_delibird_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:delibird", + "order": 1, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:delibird", + "model": "cobblemon:delibird.geo", + "texture": "cobblemon:textures/pokemon/delibird/delibird.png", + "layers": [ + + ] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/delibird/delibird_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_dewpider_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_dewpider_base.json new file mode 100644 index 0000000..386699f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_dewpider_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:dewpider", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:dewpider", + "model": "cobblemon:dewpider.geo", + "texture": "cobblemon:textures/pokemon/dewpider/dewpider.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/dewpider/dewpider_shiny.png" + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_diancie_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_diancie_base.json new file mode 100644 index 0000000..ade865d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_diancie_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:diancie", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:diancie", + "model": "cobblemon:diancie.geo", + "texture": "cobblemon:textures/pokemon/0719_diancie/diancie.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0719_diancie/diancie_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_dipplin_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_dipplin_base.json new file mode 100644 index 0000000..2c744d5 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_dipplin_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:dipplin", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:dipplin", + "model": "cobblemon:dipplin.geo", + "texture": "cobblemon:textures/pokemon/dipplin/dipplin.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/dipplin/dipplin_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_drilbur_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_drilbur_base.json new file mode 100644 index 0000000..bb7aa83 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_drilbur_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:drilbur", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:drilbur", + "model": "cobblemon:drilbur.geo", + "texture": "cobblemon:textures/pokemon/drilbur/drilbur.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/drilbur/drilbur_shiny.png" + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_duosion_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_duosion_base.json new file mode 100644 index 0000000..df4a76d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_duosion_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:duosion", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:duosion", + "model": "cobblemon:duosion.geo", + "texture": "cobblemon:textures/pokemon/duosion/duosion.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/duosion/duosion_shiny.png" + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_duraludon_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_duraludon_base.json new file mode 100644 index 0000000..27da854 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_duraludon_base.json @@ -0,0 +1,18 @@ +{ + "species": "cobblemon:duraludon", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:duraludon", + "model": "cobblemon:duraludon.geo", + "texture": "cobblemon:textures/pokemon/duraludon/duraludon.png", + "layers": [] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/duraludon/duraludon_shiny.png", + "layers": [] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_eelektrik_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_eelektrik_base.json new file mode 100644 index 0000000..a24320e --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_eelektrik_base.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:eelektrik", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:eelektrik", + "model": "cobblemon:eelektrik.geo", + "texture": "cobblemon:textures/pokemon/eelektrik/eelektrik.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/eelektrik/eelektrik_shiny.png", + "layers": [] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_eelektross_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_eelektross_base.json new file mode 100644 index 0000000..03ea710 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_eelektross_base.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:eelektross", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:eelektross", + "model": "cobblemon:eelektross.geo", + "texture": "cobblemon:textures/pokemon/eelektross/eelektross.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/eelektross/eelektross_shiny.png", + "layers": [] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_espurr.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_espurr.json new file mode 100644 index 0000000..a0ed1a7 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_espurr.json @@ -0,0 +1,31 @@ +{ + "species": "cobblemon:espurr", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:espurr", + "model": "cobblemon:espurr.geo", + "texture": "cobblemon:textures/pokemon/espurr/espurr.png", + "layers": [ + { + "name": "espurr_glow", + "emissive": true, + "translucent": true, + "texture": "cobblemon:textures/pokemon/espurr/espurr_glow.png" + } + ]}, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/espurr/espurr_shiny.png", + "layers": [ + { + "name": "espurr_glow", + "emissive": true, + "translucent": true, + "texture": "cobblemon:textures/pokemon/espurr/espurr_glow.png" + } + ] + } + ] + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_eternatus_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_eternatus_base.json new file mode 100644 index 0000000..809d46d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_eternatus_base.json @@ -0,0 +1,24 @@ +{ + "species": "cobblemon:eternatus", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:eternatus", + "model": "cobblemon:eternatus.geo", + "texture": "cobblemon:textures/pokemon/eternatus/eternatus.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/eternatus/eternatus_emissive.png", + "translucent": true + } + ] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/eternatus/eternatus_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_excadrill_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_excadrill_base.json new file mode 100644 index 0000000..dd8936f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_excadrill_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:excadrill", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:excadrill", + "model": "cobblemon:excadrill.geo", + "texture": "cobblemon:textures/pokemon/excadrill/excadrill.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/excadrill/excadrill_shiny.png" + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_feebas_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_feebas_base.json new file mode 100644 index 0000000..503a838 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_feebas_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:feebas", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:feebas", + "model": "cobblemon:feebas.geo", + "texture": "cobblemon:textures/pokemon/feebas/feebas.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/feebas/feebas_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_finizen_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_finizen_base.json new file mode 100644 index 0000000..cbbedc3 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_finizen_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:finizen", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:finizen", + "model": "cobblemon:finizen.geo", + "texture": "cobblemon:textures/pokemon/finizen/finizen.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/finizen/finizen_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_flapple_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_flapple_base.json new file mode 100644 index 0000000..c9ca68e --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_flapple_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:flapple", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:flapple", + "model": "cobblemon:flapple.geo", + "texture": "cobblemon:textures/pokemon/flapple/flapple.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/flapple/flapple_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_fluttermane_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_fluttermane_base.json new file mode 100644 index 0000000..c52310b --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_fluttermane_base.json @@ -0,0 +1,32 @@ +{ + "species": "cobblemon:fluttermane", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:fluttermane", + "model": "cobblemon:fluttermane.geo", + "texture": "cobblemon:textures/pokemon/fluttermane/fluttermane.png", + "layers": [ + { + "name": "emissive", + "texture": "cobblemon:textures/pokemon/fluttermane/fluttermane_emmisive.png", + "emissive": true + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/fluttermane/fluttermane_shiny.png", + "layers": [ + { + "name": "emissive", + "texture": "cobblemon:textures/pokemon/fluttermane/fluttermane_emmisive.png", + "emissive": true + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_foongus_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_foongus_base.json new file mode 100644 index 0000000..5cbb8a7 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_foongus_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:foongus", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:foongus", + "model": "cobblemon:foongus.geo", + "texture": "cobblemon:textures/pokemon/foongus/foongus.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/foongus/foongus_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_fraxure_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_fraxure_base.json new file mode 100644 index 0000000..a8e111a --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_fraxure_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:fraxure", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:fraxure", + "model": "cobblemon:fraxure.geo", + "texture": "cobblemon:textures/pokemon/0611_fraxure/fraxure.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/0611_fraxure/fraxure_shiny.png" + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_frigibax_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_frigibax_base.json new file mode 100644 index 0000000..8a8c0ad --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_frigibax_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:frigibax", + "order": 1, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:frigibax", + "model": "cobblemon:frigibax.geo", + "texture": "cobblemon:textures/pokemon/frigibax/frigibax.png", + "layers": [ + + ] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/frigibax/frigibax_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_frosmoth_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_frosmoth_base.json new file mode 100644 index 0000000..82b7a45 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_frosmoth_base.json @@ -0,0 +1,22 @@ +{ + "species": "cobblemon:frosmoth", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:frosmoth", + "model": "cobblemon:frosmoth.geo", + "texture": "cobblemon:textures/pokemon/0873_frosmoth/frosmoth.png", + "layers": [ + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0873_frosmoth/frosmoth_shiny.png", + "layers": [ + ] + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_gastrodon_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_gastrodon_base.json new file mode 100644 index 0000000..85af343 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_gastrodon_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:gastrodon", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:gastrodon", + "model": "cobblemon:gastrodon_e.geo", + "texture": "cobblemon:textures/pokemon/gastrodon/gastrodon_e.png", + "layers": [] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/gastrodon/gastrodon_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_genesect_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_genesect_base.json new file mode 100644 index 0000000..f59eeb2 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_genesect_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:genesect", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:genesect", + "model": "cobblemon:genesect.geo", + "texture": "cobblemon:textures/pokemon/genesect/genesect.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/genesect/genesect_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_glameow_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_glameow_base.json new file mode 100644 index 0000000..c79ccd9 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_glameow_base.json @@ -0,0 +1,15 @@ +{ + "species": "cobblemon:glameow", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:glameow", + "model": "cobblemon:glameow.geo", + "texture": "cobblemon:textures/pokemon/glameow/glameow.png", + "layers": []}, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/glameow/glameow_shiny.png"} + ] + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_gogoat_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_gogoat_base.json new file mode 100644 index 0000000..8409b7c --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_gogoat_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:gogoat", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:gogoat", + "model": "cobblemon:gogoat.geo", + "texture": "cobblemon:textures/pokemon/gogoat/gogoat.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/gogoat/gogoat_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_gothita_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_gothita_base.json new file mode 100644 index 0000000..d8c91bf --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_gothita_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:gothita", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:gothita", + "model": "cobblemon:gothita.geo", + "texture": "cobblemon:textures/pokemon/gothita/gothita.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/gothita/gothita_shiny.png" + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_gothitelle_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_gothitelle_base.json new file mode 100644 index 0000000..241d406 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_gothitelle_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:gothitelle", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:gothitelle", + "model": "cobblemon:gothitelle.geo", + "texture": "cobblemon:textures/pokemon/gothitelle/gothitelle.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/gothitelle/gothitelle_shiny.png" + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_gothorita_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_gothorita_base.json new file mode 100644 index 0000000..886bebf --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_gothorita_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:gothorita", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:gothorita", + "model": "cobblemon:gothorita.geo", + "texture": "cobblemon:textures/pokemon/gothorita/gothorita.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/gothorita/gothorita_shiny.png" + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_greattusk_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_greattusk_base.json new file mode 100644 index 0000000..e401921 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_greattusk_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:greattusk", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:greattusk", + "model": "cobblemon:greattusk.geo", + "texture": "cobblemon:textures/pokemon/greattusk/greattusk.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/greattusk/greattusk_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_guzzlord_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_guzzlord_base.json new file mode 100644 index 0000000..bad8ce9 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_guzzlord_base.json @@ -0,0 +1,32 @@ +{ + "species": "cobblemon:guzzlord", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:guzzlord", + "model": "cobblemon:guzzlord.geo", + "texture": "cobblemon:textures/pokemon/guzzlord/guzzlord.png", + "layers": [ + { + "name": "color", + "texture": "cobblemon:textures/pokemon/guzzlord/guzzlord_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/guzzlord/guzzlord_shiny.png", + "layers": [ + { + "name": "color", + "texture": "cobblemon:textures/pokemon/guzzlord/guzzlord_emissive.png", + "emissive": true + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_hawlucha_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_hawlucha_base.json new file mode 100644 index 0000000..8d4a695 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_hawlucha_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:hawlucha", + "order": 1, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:hawlucha", + "model": "cobblemon:hawlucha.geo", + "texture": "cobblemon:textures/pokemon/hawlucha/hawlucha.png", + "layers": [ + + ] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/hawlucha/hawlucha_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_haxorus_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_haxorus_base.json new file mode 100644 index 0000000..4229423 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_haxorus_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:haxorus", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:haxorus", + "model": "cobblemon:haxorus.geo", + "texture": "cobblemon:textures/pokemon/0612_haxorus/haxorus.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/0612_haxorus/haxorus_shiny.png" + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_hoppip_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_hoppip_base.json new file mode 100644 index 0000000..40115e6 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_hoppip_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:hoppip", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:hoppip", + "model": "cobblemon:hoppip.geo", + "texture": "cobblemon:textures/pokemon/hoppip/hoppip.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/hoppip/hoppip_shiny.png" + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_hydrapple_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_hydrapple_base.json new file mode 100644 index 0000000..015ea00 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_hydrapple_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:hydrapple", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:hydrapple", + "model": "cobblemon:hydrapple.geo", + "texture": "cobblemon:textures/pokemon/hydrapple/hydrapple.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/hydrapple/hydrapple_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_indeedee_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_indeedee_base.json new file mode 100644 index 0000000..22af5d2 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_indeedee_base.json @@ -0,0 +1,16 @@ +{ + "species": "cobblemon:indeedee", + "order": 0, + "variations": [ + { + "aspects": ["male"], + "poser": "cobblemon:indeedee_m", + "model": "cobblemon:indeedee_m.geo", + "texture": "cobblemon:textures/pokemon/indeedee/indeedee_m.png" + }, + { + "aspects": [ "male", "shiny" ], + "texture": "cobblemon:textures/pokemon/indeedee/indeedee_m_shiny.png" + } + ] + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_ironbundle_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_ironbundle_base.json new file mode 100644 index 0000000..6b7817a --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_ironbundle_base.json @@ -0,0 +1,34 @@ +{ + "species": "cobblemon:ironbundle", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:ironbundle", + "model": "cobblemon:ironbundle.geo", + "texture": "cobblemon:textures/pokemon/0991_ironbundle/ironbundle.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/0991_ironbundle/ironbundle_emissive.png", + "translucent": true + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0991_ironbundle/ironbundle_shiny.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/0991_ironbundle/ironbundle_emissive.png", + "translucent": true + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_ironthorns_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_ironthorns_base.json new file mode 100644 index 0000000..d57b775 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_ironthorns_base.json @@ -0,0 +1,30 @@ +{ + "species": "cobblemon:ironthorns", + "order": 1, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:ironthorns", + "model": "cobblemon:ironthorns.geo", + "texture": "cobblemon:textures/pokemon/ironthorns/ironthorns.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/ironthorns/ironthorns_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/ironthorns/ironthorns_shiny.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/ironthorns/ironthorns_emissive.png", + "emissive": true + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_ironvaliant_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_ironvaliant_base.json new file mode 100644 index 0000000..c646dfc --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_ironvaliant_base.json @@ -0,0 +1,30 @@ +{ + "species": "cobblemon:ironvaliant", + "order": 1, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:ironvaliant", + "model": "cobblemon:ironvaliant.geo", + "texture": "cobblemon:textures/pokemon/ironvaliant/ironvaliant.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/ironvaliant/ironvaliant_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/ironvaliant/ironvaliant_shiny.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/ironvaliant/ironvaliant_emissive.png", + "emissive": true + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_jumpluff_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_jumpluff_base.json new file mode 100644 index 0000000..3acfe90 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_jumpluff_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:jumpluff", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:jumpluff", + "model": "cobblemon:jumpluff.geo", + "texture": "cobblemon:textures/pokemon/jumpluff/jumpluff.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/jumpluff/jumpluff_shiny.png" + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_kartana_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_kartana_base.json new file mode 100644 index 0000000..5544547 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_kartana_base.json @@ -0,0 +1,22 @@ +{ + "species": "cobblemon:kartana", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:kartana", + "model": "cobblemon:kartana.geo", + "texture": "cobblemon:textures/pokemon/0798_kartana/kartana.png", + "layers": [ + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0798_kartana/kartana_shiny.png", + "layers": [ + ] + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_kilowattrel_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_kilowattrel_base.json new file mode 100644 index 0000000..b404372 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_kilowattrel_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:kilowattrel", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:kilowattrel", + "model": "cobblemon:kilowattrel.geo", + "texture": "cobblemon:textures/pokemon/kilowattrel/kilowattrel.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/kilowattrel/kilowattrel_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_kingambit_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_kingambit_base.json new file mode 100644 index 0000000..1bd4cd0 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_kingambit_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:kingambit", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:kingambit", + "model": "cobblemon:kingambit.geo", + "texture": "cobblemon:textures/pokemon/kingambit/kingambit.png", + "layers": [ + + ] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/kingambit/kingambit_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_kubfu_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_kubfu_base.json new file mode 100644 index 0000000..c31f1f0 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_kubfu_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:kubfu", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:kubfu", + "model": "cobblemon:kubfu.geo", + "texture": "cobblemon:textures/pokemon/kubfu/kubfu.png", + "layers": [ + + ] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/kubfu/kubfu_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_kyurem_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_kyurem_base.json new file mode 100644 index 0000000..453f575 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_kyurem_base.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:kyurem", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:kyurem", + "model": "cobblemon:kyurem.geo", + "texture": "cobblemon:textures/pokemon/kyurem/kyurem.png", + "layers": [] + }, + { + "aspects": ["shiny"], + "poser": "cobblemon:kyurem", + "model": "cobblemon:kyurem.geo", + "texture": "cobblemon:textures/pokemon/kyurem/kyurem_shiny.png", + "layers": [] + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_landorus_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_landorus_base.json new file mode 100644 index 0000000..8f5902f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_landorus_base.json @@ -0,0 +1,18 @@ + +{ + "species": "cobblemon:landorus", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:landorus", + "model": "cobblemon:landorus.geo", + "texture": "cobblemon:textures/pokemon/landorus/landorus.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/landorus/landorus_shiny.png" + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_latias_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_latias_base.json new file mode 100644 index 0000000..ea5ca23 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_latias_base.json @@ -0,0 +1,18 @@ + +{ + "species": "cobblemon:latias", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:latias", + "model": "cobblemon:latias.geo", + "texture": "cobblemon:textures/pokemon/latias/latias.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/latias/latias_shiny.png" + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_latios_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_latios_base.json new file mode 100644 index 0000000..5607085 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_latios_base.json @@ -0,0 +1,18 @@ + +{ + "species": "cobblemon:latios", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:latios", + "model": "cobblemon:latios.geo", + "texture": "cobblemon:textures/pokemon/latios/latios.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/latios/latios_shiny.png" + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_leavanny_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_leavanny_base.json new file mode 100644 index 0000000..459e06c --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_leavanny_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:leavanny", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:leavanny", + "model": "cobblemon:leavanny.geo", + "texture": "cobblemon:textures/pokemon/leavanny/leavanny.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/leavanny/leavanny_shiny.png" + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_ledian_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_ledian_base.json new file mode 100644 index 0000000..945e0c5 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_ledian_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:ledian", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:ledian", + "model": "cobblemon:ledian.geo", + "texture": "cobblemon:textures/pokemon/ledian/ledian.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/ledian/ledian_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_ledyba_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_ledyba_base.json new file mode 100644 index 0000000..b2743a0 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_ledyba_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:ledyba", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:ledyba", + "model": "cobblemon:ledyba.geo", + "texture": "cobblemon:textures/pokemon/ledyba/ledyba.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/ledyba/ledyba_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_liepard_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_liepard_base.json new file mode 100644 index 0000000..015fd88 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_liepard_base.json @@ -0,0 +1,15 @@ +{ + "species": "cobblemon:liepard", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:liepard", + "model": "cobblemon:liepard.geo", + "texture": "cobblemon:textures/pokemon/liepard/liepard.png", + "layers": []}, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/liepard/liepard_shiny.png"} + ] + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_litleo_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_litleo_base.json new file mode 100644 index 0000000..c386ec7 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_litleo_base.json @@ -0,0 +1,15 @@ +{ + "species": "cobblemon:litleo", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:litleo", + "model": "cobblemon:litleo.geo", + "texture": "cobblemon:textures/pokemon/litleo/litleo.png", + "layers": []}, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/litleo/litleo_shiny.png"} + ] + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_lokix_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_lokix_base.json new file mode 100644 index 0000000..7e23f37 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_lokix_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:lokix", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:lokix", + "model": "cobblemon:lokix.geo", + "texture": "cobblemon:textures/pokemon/0920_lokix/lokix.png", + "layers": [] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/0920_lokix/lokix_shiny.png" + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_lycanroc_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_lycanroc_base.json new file mode 100644 index 0000000..f9cf9ef --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_lycanroc_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:lycanroc", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:lycanroc", + "model": "cobblemon:lycanroc.geo", + "texture": "cobblemon:textures/pokemon/lycanroc/lycanroc.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/lycanroc/lycanroc_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_manaphy_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_manaphy_base.json new file mode 100644 index 0000000..f471c34 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_manaphy_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:manaphy", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:manaphy", + "model": "cobblemon:manaphy.geo", + "texture": "cobblemon:textures/pokemon/manaphy/manaphy.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/manaphy/manaphy_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_mandibuzz_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_mandibuzz_base.json new file mode 100644 index 0000000..039276d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_mandibuzz_base.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:mandibuzz", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:mandibuzz", + "model": "cobblemon:mandibuzz.geo", + "texture": "cobblemon:textures/pokemon/mandibuzz/mandibuzz.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/mandibuzz/mandibuzz_shiny.png", + "layers": [] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_marill_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_marill_base.json new file mode 100644 index 0000000..e10fc90 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_marill_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:marill", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:marill", + "model": "cobblemon:marill.geo", + "texture": "cobblemon:textures/pokemon/marill/marill.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/marill/marill_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_marshadow_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_marshadow_base.json new file mode 100644 index 0000000..1c38819 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_marshadow_base.json @@ -0,0 +1,23 @@ +{ + "species": "cobblemon:marshadow", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:marshadow", + "model": "cobblemon:marshadow.geo", + "texture": "cobblemon:textures/pokemon/marshadow/marshadow.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/marshadow/marshadow_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/marshadow/marshadow_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_melmetal_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_melmetal_base.json new file mode 100644 index 0000000..717935a --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_melmetal_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:melmetal", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:melmetal", + "model": "cobblemon:melmetal.geo", + "texture": "cobblemon:textures/pokemon/melmetal/melmetal.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/melmetal/melmetal_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_meltan_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_meltan_base.json new file mode 100644 index 0000000..3fe041b --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_meltan_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:meltan", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:meltan", + "model": "cobblemon:meltan.geo", + "texture": "cobblemon:textures/pokemon/meltan/meltan.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/meltan/meltan_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_meowstic_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_meowstic_base.json new file mode 100644 index 0000000..6dc6784 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_meowstic_base.json @@ -0,0 +1,30 @@ +{ + "species": "cobblemon:meowstic", + "order": 0, + "variations": [ + { + "aspects": ["male"], + "poser": "cobblemon:meowstic_m", + "model": "cobblemon:meowstic_m.geo", + "texture": "cobblemon:textures/pokemon/meowstic/meowstic_m.png", + "layers": [ + { + "name": "meowstic_glow_m", + "emissive": true, + "translucent": true, + "texture": "cobblemon:textures/pokemon/meowstic/meowstic_glow_m.png" + } + ]}, + { + "aspects": [ "male", "shiny" ], + "texture": "cobblemon:textures/pokemon/meowstic/meowstic_m_shiny.png", + "layers": [ + { + "name": "meowstic_glow_m", + "emissive": true, + "translucent": true, + "texture": "cobblemon:textures/pokemon/meowstic/meowstic_glow_m.png" + } + ] } + ] + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_meowstic_female.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_meowstic_female.json new file mode 100644 index 0000000..9aeb34d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_meowstic_female.json @@ -0,0 +1,30 @@ +{ + "species": "cobblemon:meowstic", + "order": 1, + "variations": [ + { + "aspects": ["female"], + "poser": "cobblemon:meowstic_f", + "model": "cobblemon:meowstic_f.geo", + "texture": "cobblemon:textures/pokemon/meowstic/meowstic_f.png", + "layers": [ + { + "name": "meowstic_glow_f", + "emissive": true, + "translucent": true, + "texture": "cobblemon:textures/pokemon/meowstic/meowstic_glow_f.png" + } + ]}, + { + "aspects": [ "female", "shiny" ], + "texture": "cobblemon:textures/pokemon/meowstic/meowstic_f_shiny.png", + "layers": [ + { + "name": "meowstic_glow_f", + "emissive": true, + "translucent": true, + "texture": "cobblemon:textures/pokemon/meowstic/meowstic_glow_f.png" + } + ] } + ] + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_mewtwo_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_mewtwo_base.json new file mode 100644 index 0000000..34969da --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_mewtwo_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:mewtwo", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:mewtwo2", + "model": "cobblemon:mewtwo2.geo", + "texture": "cobblemon:textures/pokemon/0150_mewtwo2/mewtwo2.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/0150_mewtwo2/mewtwo2_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_milotic_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_milotic_base.json new file mode 100644 index 0000000..6bde70f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_milotic_base.json @@ -0,0 +1,22 @@ +{ + "species": "cobblemon:milotic", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:milotic", + "model": "cobblemon:milotic.geo", + "texture": "cobblemon:textures/pokemon/milotic/milotic.png", + "layers": [ + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/milotic/milotic_shiny.png", + "layers": [ + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_minccino_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_minccino_base.json new file mode 100644 index 0000000..7441d3c --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_minccino_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:minccino", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:minccino", + "model": "cobblemon:minccino.geo", + "texture": "cobblemon:textures/pokemon/minccino/minccino.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/minccino/minccino_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_minior_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_minior_base.json new file mode 100644 index 0000000..a48a746 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_minior_base.json @@ -0,0 +1,211 @@ +{ + "species": "cobblemon:minior", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:minior", + "model": "cobblemon:minior.geo", + "texture": "cobblemon:textures/pokemon/0774_minior/minior.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0774_minior/minior_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": ["shielded"], + "model": "cobblemon:minior.geo", + "texture": "cobblemon:textures/pokemon/0774_minior/minior.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0774_minior/minior_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": ["shiny"], + "model": "cobblemon:minior_shiny.geo", + "texture": "cobblemon:textures/pokemon/0774_minior/minior_shiny.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0774_minior/minior_shiny.png", + "emissive": true + } + ] + }, + { + "aspects": ["core-red"], + "model": "cobblemon:minior_red.geo", + "texture": "cobblemon:textures/pokemon/0774_minior/minior_red.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0774_minior/minior_red.png", + "emissive": true + } + ] + }, + { + "aspects": ["shiny", "core-red"], + "model": "cobblemon:minior_shiny.geo", + "texture": "cobblemon:textures/pokemon/0774_minior/minior_shiny.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0774_minior/minior_shiny.png", + "emissive": true + } + ] + }, + { + "aspects": ["core-orange"], + "model": "cobblemon:minior_orange.geo", + "texture": "cobblemon:textures/pokemon/0774_minior/minior_orange.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0774_minior/minior_orange.png", + "emissive": true + } + ] + }, + { + "aspects": ["shiny", "core-orange"], + "model": "cobblemon:minior_shiny.geo", + "texture": "cobblemon:textures/pokemon/0774_minior/minior_shiny.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0774_minior/minior_shiny.png", + "emissive": true + } + ] + }, + { + "aspects": ["core-yellow"], + "model": "cobblemon:minior_yellow.geo", + "texture": "cobblemon:textures/pokemon/0774_minior/minior_yellow.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0774_minior/minior_yellow.png", + "emissive": true + } + ] + }, + { + "aspects": ["shiny", "core-yellow"], + "model": "cobblemon:minior_shiny.geo", + "texture": "cobblemon:textures/pokemon/0774_minior/minior_shiny.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0774_minior/minior_shiny.png", + "emissive": true + } + ] + }, + { + "aspects": ["core-green"], + "model": "cobblemon:minior_green.geo", + "texture": "cobblemon:textures/pokemon/0774_minior/minior_green.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0774_minior/minior_green.png", + "emissive": true + } + ] + }, + { + "aspects": ["shiny", "core-green"], + "model": "cobblemon:minior_shiny.geo", + "texture": "cobblemon:textures/pokemon/0774_minior/minior_shiny.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0774_minior/minior_shiny.png", + "emissive": true + } + ] + }, + { + "aspects": ["core-blue"], + "model": "cobblemon:minior_blue.geo", + "texture": "cobblemon:textures/pokemon/0774_minior/minior_blue.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0774_minior/minior_blue.png", + "emissive": true + } + ] + }, + { + "aspects": ["shiny", "core-blue"], + "model": "cobblemon:minior_shiny.geo", + "texture": "cobblemon:textures/pokemon/0774_minior/minior_shiny.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0774_minior/minior_shiny.png", + "emissive": true + } + ] + }, + { + "aspects": ["core-indigo"], + "model": "cobblemon:minior_indigo.geo", + "texture": "cobblemon:textures/pokemon/0774_minior/minior_indigo.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0774_minior/minior_indigo.png", + "emissive": true + } + ] + }, + { + "aspects": ["shiny", "core-indigo"], + "model": "cobblemon:minior_shiny.geo", + "texture": "cobblemon:textures/pokemon/0774_minior/minior_shiny.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0774_minior/minior_shiny.png", + "emissive": true + } + ] + }, + { + "aspects": ["core-violet"], + "model": "cobblemon:minior_violet.geo", + "texture": "cobblemon:textures/pokemon/0774_minior/minior_violet.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0774_minior/minior_violet.png", + "emissive": true + } + ] + }, + { + "aspects": ["shiny", "core-violet"], + "model": "cobblemon:minior_shiny.geo", + "texture": "cobblemon:textures/pokemon/0774_minior/minior_shiny.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0774_minior/minior_shiny.png", + "emissive": true + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_moltres_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_moltres_base.json new file mode 100644 index 0000000..8dbd8f5 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_moltres_base.json @@ -0,0 +1,34 @@ +{ + "species": "cobblemon:moltres", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:moltres2", + "model": "cobblemon:moltres2.geo", + "texture": "cobblemon:textures/pokemon/moltres/moltres2.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/moltres/moltres2_emissive.png", + "translucent": true + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/moltres/moltres2_shiny.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/moltres/moltres2_shiny_emissive.png", + "translucent": true + } + ] + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_morpeko_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_morpeko_base.json new file mode 100644 index 0000000..2ad6dfa --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_morpeko_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:morpeko", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:morpeko", + "model": "cobblemon:morpeko.geo", + "texture": "cobblemon:textures/pokemon/morpeko/morpeko.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/morpeko/morpeko_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_mrrime_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_mrrime_base.json new file mode 100644 index 0000000..0e3f22c --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_mrrime_base.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:mrrime", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:mrrime", + "model": "cobblemon:mrrime.geo", + "texture": "cobblemon:textures/pokemon/mrrime/mrrime.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/mrrime/mrrime_shiny.png", + "layers": [] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_munna_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_munna_base.json new file mode 100644 index 0000000..69ff07d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_munna_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:munna", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:munna", + "model": "cobblemon:munna.geo", + "texture": "cobblemon:textures/pokemon/munna/munna.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/munna/munna_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_musharna_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_musharna_base.json new file mode 100644 index 0000000..26af365 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_musharna_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:musharna", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:musharna", + "model": "cobblemon:musharna.geo", + "texture": "cobblemon:textures/pokemon/musharna/musharna.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/musharna/musharna_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_necrozma_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_necrozma_base.json new file mode 100644 index 0000000..bd06037 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_necrozma_base.json @@ -0,0 +1,30 @@ +{ + "species": "cobblemon:necrozma", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:necrozma", + "model": "cobblemon:necrozma.geo", + "texture": "cobblemon:textures/pokemon/necrozma/necrozma.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/necrozma/necrozma_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/necrozma/necrozma_shiny.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/necrozma/necrozma_emissive.png", + "emissive": true + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_nihilego_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_nihilego_base.json new file mode 100644 index 0000000..52d86db --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_nihilego_base.json @@ -0,0 +1,25 @@ +{ + "species": "cobblemon:nihilego", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:nihilego", + "model": "cobblemon:nihilego.geo", + "texture": "cobblemon:textures/pokemon/nihilego/nihilego.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/nihilego/nihilego_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/nihilego/nihilego_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_noibat_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_noibat_base.json new file mode 100644 index 0000000..513970c --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_noibat_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:noibat", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:noibat", + "model": "cobblemon:noibat.geo", + "texture": "cobblemon:textures/pokemon/0714_noibat/noibat.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/0714_noibat/noibat_shiny.png" + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_noivern_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_noivern_base.json new file mode 100644 index 0000000..82524fc --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_noivern_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:noivern", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:noivern", + "model": "cobblemon:noivern.geo", + "texture": "cobblemon:textures/pokemon/0715_noivern/noivern.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/0715_noivern/noivern_shiny.png" + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_nymble_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_nymble_base.json new file mode 100644 index 0000000..e10aee9 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_nymble_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:nymble", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:nymble", + "model": "cobblemon:nymble.geo", + "texture": "cobblemon:textures/pokemon/0919_nymble/nymble.png", + "layers": [] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/0919_nymble/nymble_shiny.png" + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_orthworm_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_orthworm_base.json new file mode 100644 index 0000000..ff997c1 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_orthworm_base.json @@ -0,0 +1,22 @@ +{ + "species": "cobblemon:orthworm", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:orthworm", + "model": "cobblemon:orthworm.geo", + "texture": "cobblemon:textures/pokemon/orthworm/orthworm.png", + "layers": [ + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/orthworm/orthworm_shiny.png", + "layers": [ + ] + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_palafin_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_palafin_base.json new file mode 100644 index 0000000..13dc961 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_palafin_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:palafin", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:palafin", + "model": "cobblemon:palafin.geo", + "texture": "cobblemon:textures/pokemon/palafin/palafin.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/palafin/palafin_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_palossand_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_palossand_base.json new file mode 100644 index 0000000..4867f52 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_palossand_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:palossand", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:palossand", + "model": "cobblemon:palossand.geo", + "texture": "cobblemon:textures/pokemon/palossand/palossand.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/palossand/palossand_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_pawmi_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_pawmi_base.json new file mode 100644 index 0000000..3874f21 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_pawmi_base.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:pawmi", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:pawmi", + "model": "cobblemon:pawmi.geo", + "texture": "cobblemon:textures/pokemon/pawmi/pawmi.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/pawmi/pawmi_shiny.png", + "layers": [] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_pawmo_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_pawmo_base.json new file mode 100644 index 0000000..75d0330 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_pawmo_base.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:pawmo", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:pawmo", + "model": "cobblemon:pawmo.geo", + "texture": "cobblemon:textures/pokemon/pawmo/pawmo.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/pawmo/pawmo_shiny.png", + "layers": [] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_pawmot_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_pawmot_base.json new file mode 100644 index 0000000..eaf3017 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_pawmot_base.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:pawmot", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:pawmot", + "model": "cobblemon:pawmot.geo", + "texture": "cobblemon:textures/pokemon/pawmot/pawmot.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/pawmot/pawmot_shiny.png", + "layers": [] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_pawniard_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_pawniard_base.json new file mode 100644 index 0000000..3570130 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_pawniard_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:pawniard", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:pawniard", + "model": "cobblemon:pawniard.geo", + "texture": "cobblemon:textures/pokemon/pawniard/pawniard.png", + "layers": [ + + ] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/pawniard/pawniard_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_pecharunt_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_pecharunt_base.json new file mode 100644 index 0000000..cd56bec --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_pecharunt_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:pecharunt", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:pecharunt", + "model": "cobblemon:pecharunt.geo", + "texture": "cobblemon:textures/pokemon/pecharunt/pecharunt.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/pecharunt/pecharunt_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_phione_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_phione_base.json new file mode 100644 index 0000000..c08e5cc --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_phione_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:phione", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:phione", + "model": "cobblemon:phione.geo", + "texture": "cobblemon:textures/pokemon/phione/phione.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/phione/phione_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_poltchageist_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_poltchageist_base.json new file mode 100644 index 0000000..523c520 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_poltchageist_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:poltchageist", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:poltchageist", + "model": "cobblemon:poltchageist.geo", + "texture": "cobblemon:textures/pokemon/poltchageist/poltchageist.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/poltchageist/poltchageist_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_polteageist_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_polteageist_base.json new file mode 100644 index 0000000..bb2955d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_polteageist_base.json @@ -0,0 +1,59 @@ +{ + "species": "cobblemon:polteageist", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:polteageist", + "model": "cobblemon:polteageist.geo", + "texture": "cobblemon:textures/pokemon/0855_polteageist/polteageist.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0855_polteageist/polteageist_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0855_polteageist/polteageist_shiny.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0855_polteageist/polteageist_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": [ + "is_antique" + ], + "texture": "cobblemon:textures/pokemon/0855_polteageist/polteageist_antique.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0855_polteageist/polteageist_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": [ + "is_antique", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0855_polteageist/polteageist_antique_shiny.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0855_polteageist/polteageist_emissive.png", + "emissive": true + } + ] + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_purrloin_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_purrloin_base.json new file mode 100644 index 0000000..4145139 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_purrloin_base.json @@ -0,0 +1,15 @@ +{ + "species": "cobblemon:purrloin", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:purrloin", + "model": "cobblemon:purrloin.geo", + "texture": "cobblemon:textures/pokemon/purrloin/purrloin.png", + "layers": []}, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/purrloin/purrloin_shiny.png"} + ] + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_purugly_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_purugly_base.json new file mode 100644 index 0000000..a9c28c6 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_purugly_base.json @@ -0,0 +1,15 @@ +{ + "species": "cobblemon:purugly", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:purugly", + "model": "cobblemon:purugly.geo", + "texture": "cobblemon:textures/pokemon/purugly/purugly.png", + "layers": []}, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/purugly/purugly_shiny.png"} + ] + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_pyroar_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_pyroar_base.json new file mode 100644 index 0000000..c9dc483 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_pyroar_base.json @@ -0,0 +1,30 @@ +{ + "species": "cobblemon:pyroar", + "order": 0, + "variations": [ + { + "aspects": ["male"], + "poser": "cobblemon:pyroar_m", + "model": "cobblemon:pyroar_m.geo", + "texture": "cobblemon:textures/pokemon/pyroar/pyroar_m.png", + "layers": [ + { + "name": "pyroar_glow_m", + "emissive": true, + "translucent": true, + "texture": "cobblemon:textures/pokemon/pyroar/pyroar_m_glow.png" + } + ]}, + { + "aspects": [ "male", "shiny" ], + "texture": "cobblemon:textures/pokemon/pyroar/pyroar_m_shiny.png", + "layers": [ + { + "name": "pyroar_glow_m", + "emissive": true, + "translucent": true, + "texture": "cobblemon:textures/pokemon/pyroar/pyroar_m_shiny_glow.png" + } + ]} + ] + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_pyroar_female.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_pyroar_female.json new file mode 100644 index 0000000..73fd433 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_pyroar_female.json @@ -0,0 +1,30 @@ +{ + "species": "cobblemon:pyroar", + "order": 1, + "variations": [ + { + "aspects": ["female"], + "poser": "cobblemon:pyroar_f", + "model": "cobblemon:pyroar_f.geo", + "texture": "cobblemon:textures/pokemon/pyroar/pyroar_f.png", + "layers": [ + { + "name": "pyroar_glow_f", + "emissive": true, + "translucent": true, + "texture": "cobblemon:textures/pokemon/pyroar/pyroar_f_glow.png" + } + ]}, + { + "aspects": [ "female", "shiny" ], + "texture": "cobblemon:textures/pokemon/pyroar/pyroar_f_shiny.png", + "layers": [ + { + "name": "pyroar_glow_f", + "emissive": true, + "translucent": true, + "texture": "cobblemon:textures/pokemon/pyroar/pyroar_f_shiny_glow.png" + } + ]} + ] + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_ragingbolt_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_ragingbolt_base.json new file mode 100644 index 0000000..538d9af --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_ragingbolt_base.json @@ -0,0 +1,13 @@ +{ + "species": "cobblemon:ragingbolt", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:ragingbolt", + "model": "cobblemon:ragingbolt.geo", + "texture": "cobblemon:textures/pokemon/ragingbolt/ragingbolt.png", + "layers": [] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_reshiram_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_reshiram_base.json new file mode 100644 index 0000000..2c37d0e --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_reshiram_base.json @@ -0,0 +1,34 @@ +{ + "species": "cobblemon:reshiram", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:reshiram", + "model": "cobblemon:reshiram.geo", + "texture": "cobblemon:textures/pokemon/reshiram/reshiram.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/reshiram/reshiram_emissive.png", + "translucent": true + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/reshiram/reshiram_shiny.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/reshiram/reshiram_emissive_shiny.png", + "translucent": true + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_reuniclus_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_reuniclus_base.json new file mode 100644 index 0000000..fddc949 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_reuniclus_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:reuniclus", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:reuniclus", + "model": "cobblemon:reuniclus.geo", + "texture": "cobblemon:textures/pokemon/reuniclus/reuniclus.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/reuniclus/reuniclus_shiny.png" + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_roaringmoon_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_roaringmoon_base.json new file mode 100644 index 0000000..17f9399 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_roaringmoon_base.json @@ -0,0 +1,22 @@ +{ + "species": "cobblemon:roaringmoon", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:roaringmoon", + "model": "cobblemon:roaringmoon.geo", + "texture": "cobblemon:textures/pokemon/1005_roaringmoon/roaringmoon.png", + "layers": [ + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/1005_roaringmoon/roaringmoon_shiny.png", + "layers": [ + ] + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_rockruff_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_rockruff_base.json new file mode 100644 index 0000000..a0a1df9 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_rockruff_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:rockruff", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:rockruff", + "model": "cobblemon:rockruff.geo", + "texture": "cobblemon:textures/pokemon/rockruff/rockruff.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/rockruff/rockruff_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_runerigus_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_runerigus_base.json new file mode 100644 index 0000000..b65dfb1 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_runerigus_base.json @@ -0,0 +1,32 @@ +{ + "species": "cobblemon:runerigus", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:runerigus", + "model": "cobblemon:runerigus.geo", + "texture": "cobblemon:textures/pokemon/0867_runerigus/runerigus_shadow.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0867_runerigus/runerigus_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0867_runerigus/runerigus_shiny_shadow.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0867_runerigus/runerigus_shiny_emissive.png", + "emissive": true + } + ] + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_sandygast_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_sandygast_base.json new file mode 100644 index 0000000..d5a1e08 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_sandygast_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:sandygast", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:sandygast", + "model": "cobblemon:sandygast.geo", + "texture": "cobblemon:textures/pokemon/sandygast/sandygast.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/sandygast/sandygast_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_scovillain_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_scovillain_base.json new file mode 100644 index 0000000..a84d38d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_scovillain_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:scovillain", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:scovillain", + "model": "cobblemon:scovillain.geo", + "texture": "cobblemon:textures/pokemon/scovillain/scovillain.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/scovillain/scovillain_shiny.png" + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_screamtail_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_screamtail_base.json new file mode 100644 index 0000000..227ddc5 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_screamtail_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:screamtail", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:screamtail", + "model": "cobblemon:screamtail.geo", + "texture": "cobblemon:textures/pokemon/screamtail/screamtail.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/screamtail/screamtail_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_sewaddle_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_sewaddle_base.json new file mode 100644 index 0000000..fcaed68 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_sewaddle_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:sewaddle", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:sewaddle", + "model": "cobblemon:sewaddle.geo", + "texture": "cobblemon:textures/pokemon/sewaddle/sewaddle.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/sewaddle/sewaddle_shiny.png" + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_shaymin_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_shaymin_base.json new file mode 100644 index 0000000..0cab33e --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_shaymin_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:shaymin", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:shaymin", + "model": "cobblemon:shaymin.geo", + "texture": "cobblemon:textures/pokemon/shaymin/shaymin.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/shaymin/shaymin_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_shayminsky_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_shayminsky_base.json new file mode 100644 index 0000000..40c0be5 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_shayminsky_base.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:shaymin", + "order": 0, + "variations": [ + { + "aspects": ["sky"], + "poser": "cobblemon:shaymin_sky", + "model": "cobblemon:shaymin_sky.geo", + "texture": "cobblemon:textures/pokemon/shaymin/shaymin_sky.png", + "layers": [] + }, + { + "aspects": [ + "shiny", + "sky" + ], + "texture": "cobblemon:textures/pokemon/shaymin/shaymin_sky_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_shellos_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_shellos_base.json new file mode 100644 index 0000000..2a23ebc --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_shellos_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:shellos", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:shellos", + "model": "cobblemon:shellos_e.geo", + "texture": "cobblemon:textures/pokemon/shellos/shellos_e.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/shellos/shellos_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_shuppet_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_shuppet_base.json new file mode 100644 index 0000000..64aa530 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_shuppet_base.json @@ -0,0 +1,32 @@ +{ + "species": "cobblemon:shuppet", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:shuppet", + "model": "cobblemon:shuppet.geo", + "texture": "cobblemon:textures/pokemon/0353_shuppet/shuppet.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0353_shuppet/shuppet_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0353_shuppet/shuppet_shiny.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0353_shuppet/shuppet_emissive.png", + "emissive": true + } + ] + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_sinistcha_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_sinistcha_base.json new file mode 100644 index 0000000..d6a57fb --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_sinistcha_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:sinistcha", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:sinistcha", + "model": "cobblemon:sinistcha.geo", + "texture": "cobblemon:textures/pokemon/sinistcha/sinistcha.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/sinistcha/sinistcha_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_sinistea_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_sinistea_base.json new file mode 100644 index 0000000..c4fd752 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_sinistea_base.json @@ -0,0 +1,59 @@ +{ + "species": "cobblemon:sinistea", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:sinistea", + "model": "cobblemon:sinistea.geo", + "texture": "cobblemon:textures/pokemon/0854_sinistea/sinistea.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0854_sinistea/sinistea_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0854_sinistea/sinistea_shiny.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0854_sinistea/sinistea_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": [ + "is_antique" + ], + "texture": "cobblemon:textures/pokemon/0854_sinistea/sinistea_antique.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0854_sinistea/sinistea_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": [ + "is_antique", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0854_sinistea/sinistea_antique_shiny.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0854_sinistea/sinistea_emissive.png", + "emissive": true + } + ] + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_skiddo_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_skiddo_base.json new file mode 100644 index 0000000..1c6ad3c --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_skiddo_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:skiddo", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:skiddo", + "model": "cobblemon:skiddo.geo", + "texture": "cobblemon:textures/pokemon/skiddo/skiddo.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/skiddo/skiddo_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_skiploom_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_skiploom_base.json new file mode 100644 index 0000000..3216fcc --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_skiploom_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:skiploom", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:skiploom", + "model": "cobblemon:skiploom.geo", + "texture": "cobblemon:textures/pokemon/skiploom/skiploom.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/skiploom/skiploom_shiny.png" + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_skitty_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_skitty_base.json new file mode 100644 index 0000000..8442449 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_skitty_base.json @@ -0,0 +1,15 @@ +{ + "species": "cobblemon:skitty", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:skitty", + "model": "cobblemon:skitty.geo", + "texture": "cobblemon:textures/pokemon/skitty/skitty.png", + "layers": []}, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/skitty/skitty_shiny.png"} + ] + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_skuntank_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_skuntank_base.json new file mode 100644 index 0000000..1c69dc7 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_skuntank_base.json @@ -0,0 +1,15 @@ +{ + "species": "cobblemon:skuntank", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:skuntank", + "model": "cobblemon:skuntank.geo", + "texture": "cobblemon:textures/pokemon/skuntank/skuntank.png", + "layers": []}, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/skuntank/skuntank_shiny.png"} + ] + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_slitherwing_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_slitherwing_base.json new file mode 100644 index 0000000..7135114 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_slitherwing_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:slitherwing", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:slitherwing", + "model": "cobblemon:slitherwing.geo", + "texture": "cobblemon:textures/pokemon/0988_slitherwing/slitherwing.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/0988_slitherwing/slitherwing_shiny.png" + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_snom_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_snom_base.json new file mode 100644 index 0000000..fb401a6 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_snom_base.json @@ -0,0 +1,22 @@ +{ + "species": "cobblemon:snom", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:snom", + "model": "cobblemon:snom.geo", + "texture": "cobblemon:textures/pokemon/0872_snom/snom.png", + "layers": [ + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/0872_snom/snom_shiny.png", + "layers": [ + ] + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_solosis_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_solosis_base.json new file mode 100644 index 0000000..04f2412 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_solosis_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:solosis", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:solosis", + "model": "cobblemon:solosis.geo", + "texture": "cobblemon:textures/pokemon/solosis/solosis.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/solosis/solosis_shiny.png" + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_stunky_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_stunky_base.json new file mode 100644 index 0000000..7c11157 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_stunky_base.json @@ -0,0 +1,15 @@ +{ + "species": "cobblemon:stunky", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:stunky", + "model": "cobblemon:stunky.geo", + "texture": "cobblemon:textures/pokemon/stunky/stunky.png", + "layers": []}, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/stunky/stunky_shiny.png"} + ] + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_swablu_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_swablu_base.json new file mode 100644 index 0000000..37a2255 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_swablu_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:swablu", + "order": 1, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:swablu", + "model": "cobblemon:swablu.geo", + "texture": "cobblemon:textures/pokemon/0333_swablu/swablu.png", + "layers": [ + + ] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/0333_swablu/swablu_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_swadloon_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_swadloon_base.json new file mode 100644 index 0000000..53766d0 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_swadloon_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:swadloon", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:swadloon", + "model": "cobblemon:swadloon.geo", + "texture": "cobblemon:textures/pokemon/swadloon/swadloon.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/swadloon/swadloon_shiny.png" + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_tadbulb_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_tadbulb_base.json new file mode 100644 index 0000000..b5b48e7 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_tadbulb_base.json @@ -0,0 +1,23 @@ +{ + "species": "cobblemon:tadbulb", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:tadbulb", + "model": "cobblemon:tadbulb.geo", + "texture": "cobblemon:textures/pokemon/tadbulb/tadbulb.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/tadbulb/tadbulb_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/tadbulb/tadbulb_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_thundurus_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_thundurus_base.json new file mode 100644 index 0000000..d59671b --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_thundurus_base.json @@ -0,0 +1,18 @@ + +{ + "species": "cobblemon:thundurus", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:thundurus", + "model": "cobblemon:thundurus.geo", + "texture": "cobblemon:textures/pokemon/thundurus/thundurus.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/thundurus/thundurus_shiny.png" + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_toedscool_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_toedscool_base.json new file mode 100644 index 0000000..0c01636 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_toedscool_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:toedscool", + "order": 1, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:toedscool", + "model": "cobblemon:toedscool.geo", + "texture": "cobblemon:textures/pokemon/0948_toedscool/toedscool.png", + "layers": [] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/0948_toedscool/toedscool_shiny.png" + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_toedscruel_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_toedscruel_base.json new file mode 100644 index 0000000..3b95d01 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_toedscruel_base.json @@ -0,0 +1,30 @@ +{ + "species": "cobblemon:toedscruel", + "order": 1, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:toedscruel", + "model": "cobblemon:toedscruel.geo", + "texture": "cobblemon:textures/pokemon/0949_toedscruel/toedscruel.png", + "layers": [ + { + "name": "stuff", + "texture": "cobblemon:textures/pokemon/0949_toedscruel/toedscruel_translucent.png", + "translucent": true + } + ] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/0949_toedscruel/toedscruel_shiny.png", + "layers": [ + { + "name": "stuff", + "texture": "cobblemon:textures/pokemon/0949_toedscruel/toedscruel_shiny_translucent.png", + "translucent": true + } + ] + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_togedemaru_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_togedemaru_base.json new file mode 100644 index 0000000..24acd07 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_togedemaru_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:togedemaru", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:togedemaru", + "model": "cobblemon:togedemaru.geo", + "texture": "cobblemon:textures/pokemon/togedemaru/togedemaru.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/togedemaru/togedemaru_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_tornadus_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_tornadus_base.json new file mode 100644 index 0000000..d8df96f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_tornadus_base.json @@ -0,0 +1,18 @@ + +{ + "species": "cobblemon:tornadus", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:tornadus", + "model": "cobblemon:tornadus.geo", + "texture": "cobblemon:textures/pokemon/tornadus/tornadus.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/tornadus/tornadus_shiny.png" + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_toxicroak_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_toxicroak_base.json new file mode 100644 index 0000000..901b244 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_toxicroak_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:toxicroak", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:toxicroak", + "model": "cobblemon:toxicroak.geo", + "texture": "cobblemon:textures/pokemon/toxicroak/toxicroak.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/toxicroak/toxicroak_shiny.png" + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_tynamo_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_tynamo_base.json new file mode 100644 index 0000000..8e91c9d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_tynamo_base.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:tynamo", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:tynamo", + "model": "cobblemon:tynamo.geo", + "texture": "cobblemon:textures/pokemon/tynamo/tynamo.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/tynamo/tynamo_shiny.png", + "layers": [] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_unown_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_unown_base.json new file mode 100644 index 0000000..f6ccba3 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_unown_base.json @@ -0,0 +1,28 @@ +{ + "species": "cobblemon:unown", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:unown", + "texture": "cobblemon:textures/pokemon/0201_unown/unown.png", + "layers": [ { + "name": "emissive", + "texture": "cobblemon:textures/pokemon/0201_unown/unown_emissive.png", + "emissive": true + }] + }, + { + "aspects": [ + "shiny" + ], + "poser": "cobblemon:unown", + "texture": "cobblemon:textures/pokemon/0201_unown/unown_shiny.png", + "layers": [ { + "name": "emissive", + "texture": "cobblemon:textures/pokemon/0201_unown/unown_shiny_emissive.png", + "emissive": true + }] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_veluza_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_veluza_base.json new file mode 100644 index 0000000..115603c --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_veluza_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:veluza", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:veluza", + "model": "cobblemon:veluza.geo", + "texture": "cobblemon:textures/pokemon/veluza/veluza.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/veluza/veluza_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_vullaby_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_vullaby_base.json new file mode 100644 index 0000000..f57d38f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_vullaby_base.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:vullaby", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:vullaby", + "model": "cobblemon:vullaby.geo", + "texture": "cobblemon:textures/pokemon/vullaby/vullaby.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/vullaby/vullaby_shiny.png", + "layers": [] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_wattrel_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_wattrel_base.json new file mode 100644 index 0000000..0d05c43 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_wattrel_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:wattrel", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:wattrel", + "model": "cobblemon:wattrel.geo", + "texture": "cobblemon:textures/pokemon/wattrel/wattrel.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/wattrel/wattrel_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_wiglett_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_wiglett_base.json new file mode 100644 index 0000000..5184278 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_wiglett_base.json @@ -0,0 +1,20 @@ +{ + "species": "cobblemon:wiglett", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:wiglett", + "model": "cobblemon:wiglett.geo", + "texture": "cobblemon:textures/pokemon/wiglett/wiglett.png", + "layers": [ + ] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/wiglett/wiglett_shiny.png", + "layers": [ + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_wugtrio_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_wugtrio_base.json new file mode 100644 index 0000000..4aecb92 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_wugtrio_base.json @@ -0,0 +1,22 @@ +{ + "species": "cobblemon:wugtrio", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:wugtrio", + "model": "cobblemon:wugtrio.geo", + "texture": "cobblemon:textures/pokemon/wugtrio/wugtrio.png", + "layers": [ + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/wugtrio/wugtrio_shiny.png", + "layers": [ + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_xurkitree_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_xurkitree_base.json new file mode 100644 index 0000000..b4dadad --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_xurkitree_base.json @@ -0,0 +1,23 @@ +{ + "species": "cobblemon:xurkitree", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:xurkitree", + "model": "cobblemon:xurkitree.geo", + "texture": "cobblemon:textures/pokemon/xurkitree/xurkitree.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/xurkitree/xurkitree_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/xurkitree/xurkitree_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_yamask_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_yamask_base.json new file mode 100644 index 0000000..317074f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_yamask_base.json @@ -0,0 +1,37 @@ +{ + "species": "cobblemon:yamask", + "order": 0, + "variations": [ + { + "aspects": [ + "galarian" + ], + "poser": "cobblemon:yamask_galarian", + "model": "cobblemon:yamask_galarian.geo", + "texture": "cobblemon:textures/pokemon/0562_yamask/yamask_galarian.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0562_yamask/yamask_galarian_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": [ + "galarian", + "shiny" + ], + "poser": "cobblemon:yamask_galarian", + "model": "cobblemon:yamask_galarian.geo", + "texture": "cobblemon:textures/pokemon/0562_yamask/yamask_galarian_shiny.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/0562_yamask/yamask_galarian_shiny_emissive.png", + "emissive": true + } + ] + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_zapdos_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_zapdos_base.json new file mode 100644 index 0000000..0baaa56 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_zapdos_base.json @@ -0,0 +1,18 @@ +{ + "species": "cobblemon:zapdos", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:zapdos2", + "model": "cobblemon:zapdos2.geo", + "texture": "cobblemon:textures/pokemon/zapdos/zapdos2.png" + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/zapdos/zapdos2_shiny.png" + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_zekrom_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_zekrom_base.json new file mode 100644 index 0000000..c70c0b6 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_zekrom_base.json @@ -0,0 +1,34 @@ +{ + "species": "cobblemon:zekrom", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:zekrom", + "model": "cobblemon:zekrom.geo", + "texture": "cobblemon:textures/pokemon/zekrom/zekrom.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/zekrom/zekrom_emissive.png", + "translucent": true + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/zekrom/zekrom_shiny.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/zekrom/zekrom_emissive_shiny.png", + "translucent": true + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_zeraora_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_zeraora_base.json new file mode 100644 index 0000000..2500eea --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/0_zeraora_base.json @@ -0,0 +1,32 @@ +{ + "species": "cobblemon:zeraora", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:zeraora", + "model": "cobblemon:zeraora.geo", + "texture": "cobblemon:textures/pokemon/zeraora/zeraora.png", + "layers": [ + + { + "name": "trans", + "emissive": true, + "translucent": true, + "texture": "cobblemon:textures/pokemon/zeraora/zeraora_emissive.png" + } + ]}, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/zeraora/zeraora_shiny.png", + "layers": [ + { + "name": "trans", + "emissive": true, + "translucent": true, + "texture": "cobblemon:textures/pokemon/zeraora/zeraora_emissive_shiny.png" + } + ] + } + ] + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_arcanine_hisuian.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_arcanine_hisuian.json new file mode 100644 index 0000000..ebf13d0 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_arcanine_hisuian.json @@ -0,0 +1,23 @@ +{ + "species": "cobblemon:arcanine", + "order": 1, + "variations": [ + { + "aspects": [ + "hisuian" + ], + "poser": "cobblemon:arcanine_hisuian", + "model": "cobblemon:arcanine_hisuian.geo", + "texture": "cobblemon:textures/pokemon/arcanine_hisuian/arcanine_hisui.png", + "layers": [ + + ] + }, + { + "aspects": [ + "hisuian", + "shiny" ], + "texture": "cobblemon:textures/pokemon/arcanine_hisuian/arcanine_hisui_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_articuno_galarian.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_articuno_galarian.json new file mode 100644 index 0000000..8d89832 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_articuno_galarian.json @@ -0,0 +1,37 @@ +{ + "species": "cobblemon:articuno", + "order": 1, + "variations": [ + { + "aspects": [ + "galarian" + ], + "poser": "cobblemon:articuno_galar", + "model": "cobblemon:articuno_galar.geo", + "texture": "cobblemon:textures/pokemon/articuno/articuno_galar.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/articuno/articuno_galar_emissive.png", + "translucent": true + } + ] + }, + { + "aspects": [ + "galarian", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/articuno/articuno_galar_shiny.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/articuno/articuno_galar_emissive.png", + "translucent": true + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_avalugg_hisuian.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_avalugg_hisuian.json new file mode 100644 index 0000000..c30ddb5 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_avalugg_hisuian.json @@ -0,0 +1,21 @@ +{ + "species": "cobblemon:avalugg", + "order": 1, + "variations": [ + { + "aspects": [ + "hisuian" + ], + "model": "cobblemon:avalugg_hisuian.geo", + "poser": "cobblemon:avalugg_hisuian", + "texture": "cobblemon:textures/pokemon/avalugg/avalugg_hisuian.png" + }, + { + "aspects": [ + "hisuian", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/avalugg/avalugg_hisuian_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_geodude_alolan.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_geodude_alolan.json new file mode 100644 index 0000000..c9e9552 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_geodude_alolan.json @@ -0,0 +1,21 @@ +{ + "species": "cobblemon:geodude", + "order": 1, + "variations": [ + { + "aspects": [ + "alolan" + ], + "model": "cobblemon:geodude_alolan.geo", + "poser": "cobblemon:geodude", + "texture": "cobblemon:textures/pokemon/geodude/geodude_alolan.png" + }, + { + "aspects": [ + "alolan", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/geodude/geodude_alolan_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_golem_alolan.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_golem_alolan.json new file mode 100644 index 0000000..09e15e7 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_golem_alolan.json @@ -0,0 +1,35 @@ +{ + "species": "cobblemon:golem", + "order": 1, + "variations": [ + { + "aspects": [ + "alolan" + ], + "model": "cobblemon:golem_alolan.geo", + "poser": "cobblemon:golem_alolan", + "texture": "cobblemon:textures/pokemon/golem/golem_alolan.png", + "layers": [ + { + "name": "emissive", + "texture": "cobblemon:textures/pokemon/golem/golem_alolan_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": [ + "alolan", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/golem/golem_alolan_shiny.png", + "layers": [ + { + "name": "emissive", + "texture": "cobblemon:textures/pokemon/golem/golem_alolan_emissive.png", + "emissive": true + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_graveler_alolan.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_graveler_alolan.json new file mode 100644 index 0000000..252c822 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_graveler_alolan.json @@ -0,0 +1,21 @@ +{ + "species": "cobblemon:graveler", + "order": 1, + "variations": [ + { + "aspects": [ + "alolan" + ], + "model": "cobblemon:graveler_alolan.geo", + "poser": "cobblemon:graveler", + "texture": "cobblemon:textures/pokemon/graveler/graveler_alolan.png" + }, + { + "aspects": [ + "alolan", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/graveler/graveler_alolan_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_grimer_alolan.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_grimer_alolan.json new file mode 100644 index 0000000..8ad2359 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_grimer_alolan.json @@ -0,0 +1,25 @@ +{ + "species": "cobblemon:grimer", + "order": 0, + "variations": [ + { + "aspects": [ + "alolan" + ], + "poser": "cobblemon:grimer_alolan", + "model": "cobblemon:grimer_alolan.geo", + "texture": "cobblemon:textures/pokemon/grimer/grimer_alolan.png", + "layers": [] + }, + { + "aspects": [ + "alolan", + "shiny" + ], + "poser": "cobblemon:grimer_alolan", + "model": "cobblemon:grimer_alolan.geo", + "texture": "cobblemon:textures/pokemon/grimer/grimer_alolan_shiny.png", + "layers": [] + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_growlithe_hisuian.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_growlithe_hisuian.json new file mode 100644 index 0000000..e469978 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_growlithe_hisuian.json @@ -0,0 +1,23 @@ +{ + "species": "cobblemon:growlithe", + "order": 1, + "variations": [ + { + "aspects": [ + "hisuian" + ], + "poser": "cobblemon:growlithe_hisuian", + "model": "cobblemon:growlithe_hisuian.geo", + "texture": "cobblemon:textures/pokemon/growlithe_hisuian/growlithe_hisui.png", + "layers": [ + + ] + }, + { + "aspects": [ + "hisuian", + "shiny" ], + "texture": "cobblemon:textures/pokemon/growlithe_hisuian/growlithe_hisui_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_indeedee_female.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_indeedee_female.json new file mode 100644 index 0000000..631aebc --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_indeedee_female.json @@ -0,0 +1,16 @@ +{ + "species": "cobblemon:indeedee", + "order": 1, + "variations": [ + { + "aspects": ["female"], + "poser": "cobblemon:indeedee_f", + "model": "cobblemon:indeedee_f.geo", + "texture": "cobblemon:textures/pokemon/indeedee/indeedee_f.png" + }, + { + "aspects": [ "female", "shiny" ], + "texture": "cobblemon:textures/pokemon/indeedee/indeedee_f_shiny.png" + } + ] + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_moltres_galarian.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_moltres_galarian.json new file mode 100644 index 0000000..7e9d2e4 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_moltres_galarian.json @@ -0,0 +1,37 @@ +{ + "species": "cobblemon:moltres", + "order": 1, + "variations": [ + { + "aspects": [ + "galarian" + ], + "poser": "cobblemon:moltres_galar", + "model": "cobblemon:moltres_galar.geo", + "texture": "cobblemon:textures/pokemon/moltres/moltres_galar.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/moltres/moltres_galar_emissive.png", + "translucent": true + } + ] + }, + { + "aspects": [ + "galarian", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/moltres/moltres_galar_shiny.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/moltres/moltres_galar_shiny_emissive.png", + "translucent": true + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_mrmime_galarian.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_mrmime_galarian.json new file mode 100644 index 0000000..7979575 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_mrmime_galarian.json @@ -0,0 +1,21 @@ +{ + "species": "cobblemon:mrmime", + "order": 1, + "variations": [ + { + "aspects": [ + "galarian" + ], + "model": "cobblemon:mrmime_galarian.geo", + "poser": "cobblemon:mrmime", + "texture": "cobblemon:textures/pokemon/mrmime/mrmime_galarian.png" + }, + { + "aspects": [ + "galarian", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/mrmime/mrmime_galarian_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_muk_alolan.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_muk_alolan.json new file mode 100644 index 0000000..45e4662 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_muk_alolan.json @@ -0,0 +1,25 @@ +{ + "species": "cobblemon:muk", + "order": 0, + "variations": [ + { + "aspects": [ + "alolan" + ], + "poser": "cobblemon:muk_alolan", + "model": "cobblemon:muk_alolan.geo", + "texture": "cobblemon:textures/pokemon/muk/muk_alolan.png", + "layers": [] + }, + { + "aspects": [ + "alolan", + "shiny" + ], + "poser": "cobblemon:muk_alolan", + "model": "cobblemon:muk_alolan.geo", + "texture": "cobblemon:textures/pokemon/muk/muk_alolan_shiny.png", + "layers": [] + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_slowbro_galarian.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_slowbro_galarian.json new file mode 100644 index 0000000..c7a9002 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_slowbro_galarian.json @@ -0,0 +1,21 @@ +{ + "species": "cobblemon:slowbro", + "order": 1, + "variations": [ + { + "aspects": [ + "galarian" + ], + "model": "cobblemon:slowbro_galarian.geo", + "poser": "cobblemon:slowbro", + "texture": "cobblemon:textures/pokemon/slowbro/slowbro_galarian.png" + }, + { + "aspects": [ + "galarian", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/slowbro/slowbro_galarian_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_slowking_galarian.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_slowking_galarian.json new file mode 100644 index 0000000..b3b1f1f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_slowking_galarian.json @@ -0,0 +1,21 @@ +{ + "species": "cobblemon:slowking", + "order": 1, + "variations": [ + { + "aspects": [ + "galarian" + ], + "model": "cobblemon:slowking_galarian.geo", + "poser": "cobblemon:slowking", + "texture": "cobblemon:textures/pokemon/slowking/slowking_galarian.png" + }, + { + "aspects": [ + "galarian", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/slowking/slowking_galarian_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_slowpoke_galarian.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_slowpoke_galarian.json new file mode 100644 index 0000000..42c8042 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_slowpoke_galarian.json @@ -0,0 +1,21 @@ +{ + "species": "cobblemon:slowpoke", + "order": 1, + "variations": [ + { + "aspects": [ + "galarian" + ], + "model": "cobblemon:slowpoke_galarian.geo", + "poser": "cobblemon:slowpoke", + "texture": "cobblemon:textures/pokemon/slowpoke/slowpoke_galarian.png" + }, + { + "aspects": [ + "galarian", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/slowpoke/slowpoke_galarian_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_tauros_combat.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_tauros_combat.json new file mode 100644 index 0000000..c8d2a21 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_tauros_combat.json @@ -0,0 +1,21 @@ +{ + "species": "cobblemon:tauros", + "order": 1, + "variations": [ + { + "aspects": [ + "paldean-breed-combat" + ], + "model": "cobblemon:tauros_combat.geo", + "poser": "cobblemon:tauros_combat", + "texture": "cobblemon:textures/pokemon/tauros/tauros_combat.png" + }, + { + "aspects": [ + "paldean-breed-combat", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/tauros/tauros_combat_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_unown_letters.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_unown_letters.json new file mode 100644 index 0000000..86b4f06 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_unown_letters.json @@ -0,0 +1,210 @@ +{ + "species": "cobblemon:unown", + "order": 1, + "variations": [ + { + "aspects": [ + "letter-a" + ], + "model": "cobblemon:unown_a.geo" + }, + { + "aspects": [ + "letter-b" + ], + "model": "cobblemon:unown_b.geo" + }, + { + "aspects": [ + "letter-c" + ], + "model": "cobblemon:unown_c.geo" + }, + { + "aspects": [ + "letter-d" + ], + "model": "cobblemon:unown_d.geo" + }, + { + "aspects": [ + "letter-e" + ], + "model": "cobblemon:unown_e.geo" + }, + { + "aspects": [ + "letter-f" + ], + "model": "cobblemon:unown_f.geo" + }, + { + "aspects": [ + "letter-g" + ], + "model": "cobblemon:unown_g.geo" + }, + { + "aspects": [ + "letter-h" + ], + "model": "cobblemon:unown_h.geo" + }, + { + "aspects": [ + "letter-i" + ], + "model": "cobblemon:unown_i.geo" + }, + { + "aspects": [ + "letter-j" + ], + "model": "cobblemon:unown_j.geo" + }, + { + "aspects": [ + "letter-k" + ], + "model": "cobblemon:unown_k.geo" + }, + { + "aspects": [ + "letter-l" + ], + "model": "cobblemon:unown_l.geo" + }, + { + "aspects": [ + "letter-m" + ], + "model": "cobblemon:unown_m.geo" + }, + { + "aspects": [ + "letter-n" + ], + "model": "cobblemon:unown_n.geo" + }, + { + "aspects": [ + "letter-o" + ], + "model": "cobblemon:unown_o.geo" + }, + { + "aspects": [ + "letter-p" + ], + "model": "cobblemon:unown_p.geo" + }, + { + "aspects": [ + "letter-q" + ], + "model": "cobblemon:unown_q.geo" + }, + { + "aspects": [ + "letter-r" + ], + "model": "cobblemon:unown_r.geo" + }, + { + "aspects": [ + "letter-s" + ], + "model": "cobblemon:unown_s.geo" + }, + { + "aspects": [ + "letter-t" + ], + "model": "cobblemon:unown_t.geo" + }, + { + "aspects": [ + "letter-u" + ], + "model": "cobblemon:unown_u.geo" + }, + { + "aspects": [ + "letter-v" + ], + "model": "cobblemon:unown_v.geo" + }, + { + "aspects": [ + "letter-w" + ], + "model": "cobblemon:unown_w.geo" + }, + { + "aspects": [ + "letter-x" + ], + "model": "cobblemon:unown_x.geo" + }, + { + "aspects": [ + "letter-y" + ], + "model": "cobblemon:unown_y.geo" + }, + { + "aspects": [ + "letter-z" + ], + "model": "cobblemon:unown_z.geo" + }, + { + "aspects": [ + "letter-exclamation" + ], + "model": "cobblemon:unown_exclamation.geo", + "texture": "cobblemon:textures/pokemon/0201_unown/unown_punctuation.png", + "layers": [ { + "name": "emissive", + "texture": "cobblemon:textures/pokemon/0201_unown/unown_punctuation_emissive.png", + "emissive": true + }] + }, + { + "aspects": [ + "letter-exclamation","shiny" + ], + "model": "cobblemon:unown_exclamation.geo", + "texture": "cobblemon:textures/pokemon/0201_unown/unown_punctuation_shiny.png", + "layers": [ { + "name": "emissive", + "texture": "cobblemon:textures/pokemon/0201_unown/unown_punctuation_shiny_emissive.png", + "emissive": true + }] + }, + { + "aspects": [ + "letter-question" + ], + "model": "cobblemon:unown_question.geo", + "texture": "cobblemon:textures/pokemon/0201_unown/unown_punctuation.png", + "layers": [ { + "name": "emissive", + "texture": "cobblemon:textures/pokemon/0201_unown/unown_punctuation_emissive.png", + "emissive": true + }] + }, + { + "aspects": [ + "letter-question","shiny" + ], + "model": "cobblemon:unown_question.geo", + "texture": "cobblemon:textures/pokemon/0201_unown/unown_punctuation_shiny.png", + "layers": [ { + "name": "emissive", + "texture": "cobblemon:textures/pokemon/0201_unown/unown_punctuation_shiny_emissive.png", + "emissive": true + }] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_ursaluna_bloodmoon.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_ursaluna_bloodmoon.json new file mode 100644 index 0000000..ceb143c --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_ursaluna_bloodmoon.json @@ -0,0 +1,22 @@ +{ + "species": "cobblemon:ursaluna", + "order": 1, + "variations": [ + { + "aspects": ["bloodmoon"], + "poser": "cobblemon:ursaluna_bloodmoon", + "model": "cobblemon:ursaluna_bloodmoon.geo", + "texture": "cobblemon:textures/pokemon/ursaluna_bloodmoon/ursaluna_bloodmoon.png", + "layers": [ + + ] + }, + { + "aspects": [ + "bloodmoon", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/ursaluna_bloodmoon/ursaluna_bloodmoon_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_zapdos_galarian.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_zapdos_galarian.json new file mode 100644 index 0000000..b4353e5 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/1_zapdos_galarian.json @@ -0,0 +1,21 @@ +{ + "species": "cobblemon:zapdos", + "order": 1, + "variations": [ + { + "aspects": [ + "galarian" + ], + "poser": "cobblemon:zapdos_galar", + "model": "cobblemon:zapdos_galar.geo", + "texture": "cobblemon:textures/pokemon/zapdos/zapdos_galar.png" + }, + { + "aspects": [ + "galarian", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/zapdos/zapdos_galar_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/2_corsola_galarian.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/2_corsola_galarian.json new file mode 100644 index 0000000..23f3378 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/2_corsola_galarian.json @@ -0,0 +1,28 @@ +{ + "species": "cobblemon:corsola", + "order": 2, + "variations": [ + { + "aspects": ["galarian"], + "poser": "cobblemon:corsola_galarian", + "model": "cobblemon:corsola_galar.geo", + "texture": "cobblemon:textures/pokemon/corsola/corsola_solid.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/corsola/corsola_transparent.png", + "translucent": true + }, + { + "name": "eye", + "texture": "cobblemon:textures/pokemon/corsola/corsola_eye.png", + "emissive": true + } + ] + }, + { + "aspects": ["shiny", "galarian"], + "texture": "cobblemon:textures/pokemon/corsola/corsola_solid_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/2_gastrodon_west.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/2_gastrodon_west.json new file mode 100644 index 0000000..ea5b658 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/2_gastrodon_west.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:gastrodon", + "order": 2, + "variations": [ + { + "aspects": ["west"], + "poser": "cobblemon:gastrodon", + "model": "cobblemon:gastrodon_w.geo", + "texture": "cobblemon:textures/pokemon/gastrodon/gastrodon_w.png", + "layers": [] + }, + { + "aspects": ["shiny", "west"], + "texture": "cobblemon:textures/pokemon/gastrodon/gastrodon_w_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/2_lycanroc_dusk.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/2_lycanroc_dusk.json new file mode 100644 index 0000000..90c8dfd --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/2_lycanroc_dusk.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:lycanroc", + "order": 2, + "variations": [ + { + "aspects": ["dusk"], + "poser": "cobblemon:lycanroc_dusk", + "model": "cobblemon:lycanroc_dusk.geo", + "texture": "cobblemon:textures/pokemon/lycanroc/lycanroc_dusk.png", + "layers": [] + }, + { + "aspects": ["shiny", "dusk"], + "texture": "cobblemon:textures/pokemon/lycanroc/lycanroc_dusk_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/2_marowak_alolan.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/2_marowak_alolan.json new file mode 100644 index 0000000..b23b7b3 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/2_marowak_alolan.json @@ -0,0 +1,38 @@ +{ + "species": "cobblemon:marowak", + "order": 2, + "variations": [ + { + "aspects": ["alolan"], + "poser": "cobblemon:marowak_alolan", + "model": "cobblemon:marowak_alolan.geo", + "texture": "cobblemon:textures/pokemon/marowak/marowak_alolan.png", + "layers": [ + { + "name": "glow", + "texture": { + "frames": [ + "cobblemon:textures/pokemon/marowak/marowak_alolan_emissive_1.png", + "cobblemon:textures/pokemon/marowak/marowak_alolan_emissive_2.png", + "cobblemon:textures/pokemon/marowak/marowak_alolan_emissive_3.png", + "cobblemon:textures/pokemon/marowak/marowak_alolan_emissive_4.png", + "cobblemon:textures/pokemon/marowak/marowak_alolan_emissive_5.png", + "cobblemon:textures/pokemon/marowak/marowak_alolan_emissive_6.png", + "cobblemon:textures/pokemon/marowak/marowak_alolan_emissive_7.png", + "cobblemon:textures/pokemon/marowak/marowak_alolan_emissive_8.png" + ], + "fps": 9, + "loop": true + }, + "emissive": true + } + ] + }, + { + "aspects": [ + "shiny","alolan" + ], + "texture": "cobblemon:textures/pokemon/marowak/marowak_alolan_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/2_palossand_redsand.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/2_palossand_redsand.json new file mode 100644 index 0000000..1ad2285 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/2_palossand_redsand.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:palossand", + "order": 2, + "variations": [ + { + "aspects": ["redsand"], + "poser": "cobblemon:palossand", + "model": "cobblemon:palossand.geo", + "texture": "cobblemon:textures/pokemon/palossand/palossand_mesa.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/palossand/palossand_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/2_sandygast_redsand.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/2_sandygast_redsand.json new file mode 100644 index 0000000..7e8b1a2 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/2_sandygast_redsand.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:sandygast", + "order": 2, + "variations": [ + { + "aspects": ["redsand"], + "poser": "cobblemon:sandygast", + "model": "cobblemon:sandygast.geo", + "texture": "cobblemon:textures/pokemon/sandygast/sandygast_mesa.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/sandygast/sandygast_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/2_shellos_west.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/2_shellos_west.json new file mode 100644 index 0000000..4981302 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/2_shellos_west.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:shellos", + "order": 2, + "variations": [ + { + "aspects": ["west"], + "poser": "cobblemon:shellos", + "model": "cobblemon:shellos_w.geo", + "texture": "cobblemon:textures/pokemon/shellos/shellos_w.png", + "layers": [] + }, + { + "aspects": ["shiny", "west"], + "texture": "cobblemon:textures/pokemon/shellos/shellos_w_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/2_tauros_blaze.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/2_tauros_blaze.json new file mode 100644 index 0000000..bc7e5c4 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/2_tauros_blaze.json @@ -0,0 +1,28 @@ +{ + "species": "cobblemon:tauros", + "order": 2, + "variations": [ + { + "aspects": [ + "paldean-breed-blaze" + ], + "model": "cobblemon:tauros_blaze.geo", + "poser": "cobblemon:tauros_blaze", + "texture": "cobblemon:textures/pokemon/tauros/tauros_blaze.png", + "layers": [ + { + "name": "emissive", + "texture": "cobblemon:textures/pokemon/tauros/tauros_blaze_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": [ + "paldean-breed-blaze", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/tauros/tauros_blaze_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/3_lycanroc_midnight.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/3_lycanroc_midnight.json new file mode 100644 index 0000000..14dde99 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/3_lycanroc_midnight.json @@ -0,0 +1,23 @@ +{ + "species": "cobblemon:lycanroc", + "order": 3, + "variations": [ + { + "aspects": ["midnight"], + "poser": "cobblemon:lycanroc_midnight", + "model": "cobblemon:lycanroc_midnight.geo", + "texture": "cobblemon:textures/pokemon/lycanroc/lycanroc_midnight.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/lycanroc/lycanroc_midnight_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": ["shiny", "midnight"], + "texture": "cobblemon:textures/pokemon/lycanroc/lycanroc_midnight_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/3_tauros_aqua.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/3_tauros_aqua.json new file mode 100644 index 0000000..95edc16 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/3_tauros_aqua.json @@ -0,0 +1,28 @@ +{ + "species": "cobblemon:tauros", + "order": 3, + "variations": [ + { + "aspects": [ + "paldean-breed-aqua" + ], + "model": "cobblemon:tauros_aqua.geo", + "poser": "cobblemon:tauros_aqua", + "texture": "cobblemon:textures/pokemon/tauros/tauros_aqua.png", + "layers": [ + { + "name": "emissive", + "texture": "cobblemon:textures/pokemon/tauros/tauros_aqua_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": [ + "paldean-breed-aqua", + "shiny" + ], + "texture": "cobblemon:textures/pokemon/tauros/tauros_aqua_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/barbaracle.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/barbaracle.json new file mode 100644 index 0000000..365b7a9 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/barbaracle.json @@ -0,0 +1,27 @@ +{ + "species": "cobblemon:barbaracle", + "order": 1, + "baseScale": 0.75, + "hitbox": { + "width": 0.5, + "height": 2, + "fixed": false + }, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:barbaracle", + "model": "cobblemon:barbaracle.geo", + "texture": "cobblemon:textures/pokemon/barbaracle/barbaracle.png", + "layers": [ + ] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/barbaracle/barbaracle_shiny.png", + "layers": [ + + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/binacle.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/binacle.json new file mode 100644 index 0000000..8625b20 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/binacle.json @@ -0,0 +1,27 @@ +{ + "species": "cobblemon:binacle", + "order": 1, + "baseScale": 0.75, + "hitbox": { + "width": 0.5, + "height": 2, + "fixed": false + }, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:binacle", + "model": "cobblemon:binacle.geo", + "texture": "cobblemon:textures/pokemon/binacle/binacle.png", + "layers": [ + ] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/binacle/binacle_shiny.png", + "layers": [ + + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/bisharp.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/bisharp.json new file mode 100644 index 0000000..5da32f2 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/bisharp.json @@ -0,0 +1,27 @@ +{ + "species": "cobblemon:bisharp", + "order": 1, + "baseScale": 0.75, + "hitbox": { + "width": 0.5, + "height": 2, + "fixed": false + }, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:bisharp", + "model": "cobblemon:bisharp.geo", + "texture": "cobblemon:textures/pokemon/bisharp/bisharp.png", + "layers": [ + ] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/bisharp/bisharp_shiny.png", + "layers": [ + + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/deoxys/0_deoxys_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/deoxys/0_deoxys_base.json new file mode 100644 index 0000000..6e2afe8 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/deoxys/0_deoxys_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:deoxys", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:deoxys", + "model": "cobblemon:deoxys.geo", + "texture": "cobblemon:textures/pokemon/0386_deoxys/deoxys.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/0386_deoxys/deoxys_shiny.png" + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/deoxys/0_deoxysattack_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/deoxys/0_deoxysattack_base.json new file mode 100644 index 0000000..e30a21d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/deoxys/0_deoxysattack_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:deoxys", + "order": 0, + "variations": [ + { + "aspects": ["deoxysattack"], + "poser": "cobblemon:deoxysattack", + "model": "cobblemon:deoxysattack.geo", + "texture": "cobblemon:textures/pokemon/0386_deoxysattack/deoxysattack.png", + "layers": [] + }, + { + "aspects": [ + "shiny", "deoxysattack" + ], + "texture": "cobblemon:textures/pokemon/0386_deoxysattack/deoxysattack_shiny.png" + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/deoxys/0_deoxysdefense_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/deoxys/0_deoxysdefense_base.json new file mode 100644 index 0000000..85325d3 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/deoxys/0_deoxysdefense_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:deoxys", + "order": 0, + "variations": [ + { + "aspects": ["deoxysdefense"], + "poser": "cobblemon:deoxysdefense", + "model": "cobblemon:deoxysdefense.geo", + "texture": "cobblemon:textures/pokemon/0386_deoxysdefense/deoxysdefense.png", + "layers": [] + }, + { + "aspects": [ + "shiny", "deoxysdefense" + ], + "texture": "cobblemon:textures/pokemon/0386_deoxysdefense/deoxysdefense_shiny.png" + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/deoxys/0_deoxysspeed_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/deoxys/0_deoxysspeed_base.json new file mode 100644 index 0000000..4097c3e --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/deoxys/0_deoxysspeed_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:deoxys", + "order": 0, + "variations": [ + { + "aspects": ["deoxysspeed"], + "poser": "cobblemon:deoxysspeed", + "model": "cobblemon:deoxysspeed.geo", + "texture": "cobblemon:textures/pokemon/0386_deoxysspeed/deoxysspeed.png", + "layers": [] + }, + { + "aspects": [ + "shiny", "deoxysspeed" + ], + "texture": "cobblemon:textures/pokemon/0386_deoxysspeed/deoxysspeed_shiny.png" + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/drapion.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/drapion.json new file mode 100644 index 0000000..705fc8a --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/drapion.json @@ -0,0 +1,27 @@ +{ + "species": "cobblemon:drapion", + "order": 1, + "baseScale": 0.75, + "hitbox": { + "width": 0.5, + "height": 2, + "fixed": false + }, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:drapion", + "model": "cobblemon:drapion.geo", + "texture": "cobblemon:textures/pokemon/drapion/drapion.png", + "layers": [ + ] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/drapion/drapion_shiny.png", + "layers": [ + + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/druddigon.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/druddigon.json new file mode 100644 index 0000000..76162ff --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/druddigon.json @@ -0,0 +1,27 @@ +{ + "species": "cobblemon:druddigon", + "order": 1, + "baseScale": 0.75, + "hitbox": { + "width": 0.5, + "height": 2, + "fixed": false + }, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:druddigon", + "model": "cobblemon:druddigon.geo", + "texture": "cobblemon:textures/pokemon/druddigon/druddigon.png", + "layers": [ + ] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/druddigon/druddigon_shiny.png", + "layers": [ + + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/dudunsparce.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/dudunsparce.json new file mode 100644 index 0000000..2dfa210 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/dudunsparce.json @@ -0,0 +1,27 @@ +{ + "species": "cobblemon:dudunsparce", + "order": 1, + "baseScale": 0.75, + "hitbox": { + "width": 0.5, + "height": 2, + "fixed": false + }, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:dudunsparce", + "model": "cobblemon:dudunsparce.geo", + "texture": "cobblemon:textures/pokemon/dudunsparce/dudunsparce.png", + "layers": [ + ] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/dudunsparce/dudunsparce_shiny.png", + "layers": [ + + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/dudunsparce_threesegment.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/dudunsparce_threesegment.json new file mode 100644 index 0000000..e9a0851 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/dudunsparce_threesegment.json @@ -0,0 +1,27 @@ +{ + "species": "cobblemon:dudunsparce", + "order": 1, + "baseScale": 0.75, + "hitbox": { + "width": 0.5, + "height": 2, + "fixed": false + }, + "variations": [ + { + "aspects": ["threesegment"], + "poser": "cobblemon:dudunsparce_three_segment", + "model": "cobblemon:dudunsparce_three-segment.geo", + "texture": "cobblemon:textures/pokemon/dudunsparce/dudunsparce_three_segment.png", + "layers": [ + ] + }, + { + "aspects": ["threesegment","shiny"], + "texture": "cobblemon:textures/pokemon/dudunsparce/dudunsparce_three_segment_shiny.png", + "layers": [ + + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/dunsparce.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/dunsparce.json new file mode 100644 index 0000000..4a2eaf9 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/dunsparce.json @@ -0,0 +1,21 @@ +{ + "species": "cobblemon:dunsparce", + "order": 1, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:dunsparce", + "model": "cobblemon:dunsparce.geo", + "texture": "cobblemon:textures/pokemon/dunsparce/dunsparce.png", + "layers": [ + ] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/dunsparce/dunsparce_shiny.png", + "layers": [ + + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/fomantis/1_fomantis_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/fomantis/1_fomantis_base.json new file mode 100644 index 0000000..2931148 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/fomantis/1_fomantis_base.json @@ -0,0 +1,26 @@ +{ + "species": "cobblemon:fomantis", + "order": 1, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:fomantis2", + "model": "cobblemon:fomantis2.geo", + "texture": "cobblemon:textures/pokemon/fomantis/fomantis.png", + "layers": [ + { + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/fomantis/fomantis_shiny.png", + "layers": [ + { + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/groudon/0_groudon_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/groudon/0_groudon_base.json new file mode 100644 index 0000000..6fac91a --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/groudon/0_groudon_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:groudon", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:groudon", + "model": "cobblemon:groudon.geo", + "texture": "cobblemon:textures/pokemon/groudon/groudon.png", + "layers": [ + + ] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/groudon/groudon_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/groudon/2_groudonprimal_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/groudon/2_groudonprimal_base.json new file mode 100644 index 0000000..d1185d0 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/groudon/2_groudonprimal_base.json @@ -0,0 +1,34 @@ +{ + "species": "cobblemon:groudon", + "order": 2, + "variations": [ + { + "aspects": ["primal"], + "poser": "cobblemon:groudonprimal", + "model": "cobblemon:groudonprimal.geo", + "texture": "cobblemon:textures/pokemon/groudonprimal/groudonprimal.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/groudonprimal/groudonprimal_emissive.png", + "translucent": true + } + ] + }, + { + "aspects": [ + "shiny","primal" + ], + "texture": "cobblemon:textures/pokemon/groudonprimal/groudonprimal_shiny.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/groudonprimal/groudonprimal_emissive_shiny.png", + "translucent": true + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/hoopa/0_hoopa_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/hoopa/0_hoopa_base.json new file mode 100644 index 0000000..d9569fa --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/hoopa/0_hoopa_base.json @@ -0,0 +1,18 @@ + +{ + "species": "cobblemon:hoopa", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:hoopa", + "model": "cobblemon:hoopa.geo", + "texture": "cobblemon:textures/pokemon/hoopa/hoopa.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/hoopa/hoopa_shiny.png" + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/hoopa/0_unboundhoopa_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/hoopa/0_unboundhoopa_base.json new file mode 100644 index 0000000..38609a9 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/hoopa/0_unboundhoopa_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:hoopa", + "order": 0, + "variations": [ + { + "aspects": ["unbound"], + "poser": "cobblemon:hoopa_unbound", + "model": "cobblemon:hoopa_unbound.geo", + "texture": "cobblemon:textures/pokemon/hoopa_unbound/hoopa_unbound.png", + "layers": [] + }, + { + "aspects": ["shiny", "unbound"], + "texture": "cobblemon:textures/pokemon/hoopa_unbound/hoopa_unbound_shiny.png" + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/kingambit.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/kingambit.json new file mode 100644 index 0000000..359f27d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/kingambit.json @@ -0,0 +1,27 @@ +{ + "species": "cobblemon:kingambit", + "order": 0, + "baseScale": 0.75, + "hitbox": { + "width": 0.5, + "height": 2, + "fixed": false + }, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:kingambit", + "model": "cobblemon:kingambit.geo", + "texture": "cobblemon:textures/pokemon/kingambit/kingambit.png", + "layers": [ + ] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/kingambit/kingambit_shiny.png", + "layers": [ + + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/kyogre/0_kyogre_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/kyogre/0_kyogre_base.json new file mode 100644 index 0000000..9727ec7 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/kyogre/0_kyogre_base.json @@ -0,0 +1,32 @@ +{ + "species": "cobblemon:kyogre", + "order": 1, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:kyogre", + "model": "cobblemon:kyogre.geo", + "texture": "cobblemon:textures/pokemon/kyogre/kyogre.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/kyogre/kyogre_emissive.png", + "translucent": true + } + ] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/kyogre/kyogre_shiny.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/kyogre/kyogre_emissive.png", + "translucent": true + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/kyogre/2_kyogreprimal_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/kyogre/2_kyogreprimal_base.json new file mode 100644 index 0000000..d076120 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/kyogre/2_kyogreprimal_base.json @@ -0,0 +1,46 @@ +{ + "species": "cobblemon:kyogre", + "order": 2, + "variations": [ + { + "aspects": ["primal"], + "poser": "cobblemon:kyogreprimal", + "model": "cobblemon:kyogreprimal.geo", + "texture": "cobblemon:textures/pokemon/kyogreprimal/kyogreprimal.png", + "layers": [ + { + "name": "kyogreprimal_line", + "emissive": true, + "translucent": true, + "texture":"cobblemon:textures/pokemon/kyogreprimal/kyogreprimal_line.png" + }, + { + "name": "emissive", + "emissive": true, + "translucent": true, + "texture":"cobblemon:textures/pokemon/kyogreprimal/kyogreprimal_emissive.png" + } + ] + }, + { + "aspects": [ + "shiny","primal" + ], + "texture": "cobblemon:textures/pokemon/kyogreprimal/kyogreprimal_shiny.png", + "layers": [ + { + "name": "kyogreprimal_line", + "emissive": true, + "translucent": true, + "texture":"cobblemon:textures/pokemon/kyogreprimal/kyogreprimal_line_shiny.png" + }, + { + "name": "emissive", + "emissive": true, + "translucent": true, + "texture":"cobblemon:textures/pokemon/kyogreprimal/kyogreprimal_emissive_shiny.png" + } + ] + } + ] + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/kyurem/0_kyurem_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/kyurem/0_kyurem_base.json new file mode 100644 index 0000000..f18bff6 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/kyurem/0_kyurem_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:kyurem", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:kyurem", + "model": "cobblemon:kyurem.geo", + "texture": "cobblemon:textures/pokemon/kyurem/kyurem.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/kyurem/kyurem_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/kyurem/0_kyuremblack_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/kyurem/0_kyuremblack_base.json new file mode 100644 index 0000000..df26392 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/kyurem/0_kyuremblack_base.json @@ -0,0 +1,29 @@ +{ + "species": "cobblemon:kyurem", + "order": 0, + "variations": [ + { + "aspects": [ + "black" + ], + "poser": "cobblemon:kyuremblack", + "model": "cobblemon:kyuremblack.geo", + "texture": "cobblemon:textures/pokemon/kyurem/kyuremblack.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/kyurem/kyuremblack_emissive.png", + "translucent": true + } + ] + }, + { + "aspects": [ + "shiny", + "black" + ], + "texture": "cobblemon:textures/pokemon/kyurem/kyuremblack_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/kyurem/0_kyuremwhite_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/kyurem/0_kyuremwhite_base.json new file mode 100644 index 0000000..7e15d91 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/kyurem/0_kyuremwhite_base.json @@ -0,0 +1,29 @@ +{ + "species": "cobblemon:kyurem", + "order": 0, + "variations": [ + { + "aspects": [ + "white" + ], + "poser": "cobblemon:kyuremwhite", + "model": "cobblemon:kyuremwhite.geo", + "texture": "cobblemon:textures/pokemon/kyurem/kyuremwhite.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/kyurem/kyuremwhite_emissive.png", + "translucent": true + } + ] + }, + { + "aspects": [ + "shiny", + "white" + ], + "texture": "cobblemon:textures/pokemon/kyurem/kyuremwhite_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/lurantis/1_lurantis_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/lurantis/1_lurantis_base.json new file mode 100644 index 0000000..0cacb2d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/lurantis/1_lurantis_base.json @@ -0,0 +1,26 @@ +{ + "species": "cobblemon:lurantis", + "order": 1, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:lurantis2", + "model": "cobblemon:lurantis2.geo", + "texture": "cobblemon:textures/pokemon/lurantis/lurantis.png", + "layers": [ + { + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/lurantis/lurantis_shiny.png", + "layers": [ + { + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/medicham.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/medicham.json new file mode 100644 index 0000000..572f1ab --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/medicham.json @@ -0,0 +1,27 @@ +{ + "species": "cobblemon:medicham", + "order": 1, + "baseScale": 0.75, + "hitbox": { + "width": 0.5, + "height": 2, + "fixed": false + }, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:medicham", + "model": "cobblemon:medicham.geo", + "texture": "cobblemon:textures/pokemon/medicham/medicham.png", + "layers": [ + ] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/medicham/medicham_shiny.png", + "layers": [ + + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/medicham_female.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/medicham_female.json new file mode 100644 index 0000000..c87b804 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/medicham_female.json @@ -0,0 +1,16 @@ +{ + "species": "cobblemon:medicham", + "order": 2, + "baseScale": 0.75, + "hitbox": { + "width": 0.5, + "height": 2, + "fixed": false + }, + "variations": [ + { + "aspects": ["female"], + "model": "cobblemon:medicham_female.geo" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/meditite.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/meditite.json new file mode 100644 index 0000000..d940c46 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/meditite.json @@ -0,0 +1,27 @@ +{ + "species": "cobblemon:meditite", + "order": 1, + "baseScale": 0.75, + "hitbox": { + "width": 0.5, + "height": 2, + "fixed": false + }, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:meditite", + "model": "cobblemon:meditite.geo", + "texture": "cobblemon:textures/pokemon/meditite/meditite.png", + "layers": [ + ] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/meditite/meditite_shiny.png", + "layers": [ + + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/meditite_female.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/meditite_female.json new file mode 100644 index 0000000..2d92c98 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/meditite_female.json @@ -0,0 +1,16 @@ +{ + "species": "cobblemon:meditite", + "order": 2, + "baseScale": 0.75, + "hitbox": { + "width": 0.5, + "height": 2, + "fixed": false + }, + "variations": [ + { + "aspects": ["female"], + "model": "cobblemon:meditite_female.geo" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/naganadel/1_naganadel_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/naganadel/1_naganadel_base.json new file mode 100644 index 0000000..cd9c5f8 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/naganadel/1_naganadel_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:naganadel", + "order": 1, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:naganadel", + "model": "cobblemon:naganadel2.geo", + "texture": "cobblemon:textures/pokemon/naganadel/naganadel.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/naganadel/naganadel_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/ogerpon/0_ogerpon_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/ogerpon/0_ogerpon_base.json new file mode 100644 index 0000000..a3e130b --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/ogerpon/0_ogerpon_base.json @@ -0,0 +1,23 @@ +{ + "species": "cobblemon:ogerpon", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:ogerpon", + "model": "cobblemon:ogerpon.geo", + "texture": "cobblemon:textures/pokemon/ogerpon/ogerpon.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/ogerpon/ogerpon_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/ogerpon/ogerpon_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/ogerpon/0_ogerponfire_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/ogerpon/0_ogerponfire_base.json new file mode 100644 index 0000000..34fe013 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/ogerpon/0_ogerponfire_base.json @@ -0,0 +1,23 @@ +{ + "species": "cobblemon:ogerpon", + "order": 0, + "variations": [ + { + "aspects": ["hearthflame"], + "poser": "cobblemon:ogerpon_fire", + "model": "cobblemon:ogerpon_fire.geo", + "texture": "cobblemon:textures/pokemon/ogerpon/ogerpon_fire.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/ogerpon/ogerpon_emissive_fire.png", + "emissive": true + } + ] + }, + { + "aspects": ["shiny", "hearthflame"], + "texture": "cobblemon:textures/pokemon/ogerpon/ogerpon_fire.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/ogerpon/0_ogerponrock_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/ogerpon/0_ogerponrock_base.json new file mode 100644 index 0000000..659ea4c --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/ogerpon/0_ogerponrock_base.json @@ -0,0 +1,23 @@ +{ + "species": "cobblemon:ogerpon", + "order": 0, + "variations": [ + { + "aspects": ["cornerstone"], + "poser": "cobblemon:ogerpon_rock", + "model": "cobblemon:ogerpon_rock.geo", + "texture": "cobblemon:textures/pokemon/ogerpon/ogerpon_rock.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/ogerpon/ogerpon_emissive_rock.png", + "emissive": true + } + ] + }, + { + "aspects": ["shiny", "cornerstone"], + "texture": "cobblemon:textures/pokemon/ogerpon/ogerpon_rock.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/ogerpon/0_ogerponteal_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/ogerpon/0_ogerponteal_base.json new file mode 100644 index 0000000..6a7517d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/ogerpon/0_ogerponteal_base.json @@ -0,0 +1,23 @@ +{ + "species": "cobblemon:ogerpon", + "order": 0, + "variations": [ + { + "aspects": ["teal"], + "poser": "cobblemon:ogerpon_teal", + "model": "cobblemon:ogerpon_teal.geo", + "texture": "cobblemon:textures/pokemon/ogerpon/ogerpon.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/ogerpon/ogerpon_emissive.png", + "emissive": true + } + ] + }, + { + "aspects": ["shiny", "teal"], + "texture": "cobblemon:textures/pokemon/ogerpon/ogerpon_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/ogerpon/0_ogerponwater_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/ogerpon/0_ogerponwater_base.json new file mode 100644 index 0000000..ac1c2fa --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/ogerpon/0_ogerponwater_base.json @@ -0,0 +1,23 @@ +{ + "species": "cobblemon:ogerpon", + "order": 0, + "variations": [ + { + "aspects": ["wellspring"], + "poser": "cobblemon:ogerpon_water", + "model": "cobblemon:ogerpon_water.geo", + "texture": "cobblemon:textures/pokemon/ogerpon/ogerpon_water.png", + "layers": [ + { + "name": "glow", + "texture": "cobblemon:textures/pokemon/ogerpon/ogerpon_emissive_water.png", + "emissive": true + } + ] + }, + { + "aspects": ["shiny", "wellspring"], + "texture": "cobblemon:textures/pokemon/ogerpon/ogerpon_water.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/poipole/1_poipole_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/poipole/1_poipole_base.json new file mode 100644 index 0000000..b8e565e --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/poipole/1_poipole_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:poipole", + "order": 1, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:poipole", + "model": "cobblemon:poipole2.geo", + "texture": "cobblemon:textures/pokemon/poipole/poipole.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/poipole/poipole_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/rayquaza/1_rayquaza_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/rayquaza/1_rayquaza_base.json new file mode 100644 index 0000000..d9aadc4 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/rayquaza/1_rayquaza_base.json @@ -0,0 +1,23 @@ +{ + "species": "cobblemon:rayquaza", + "order": 1, + "variations": [ + { + "aspects": [ + ], + "poser": "cobblemon:rayquaza2", + "model": "cobblemon:rayquaza2.geo", + "texture": "cobblemon:textures/pokemon/rayquaza/rayquaza.png", + "layers": [ + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/rayquaza/rayquaza_shiny.png", + "layers": [ + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/rayquaza/2_megarayquaza_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/rayquaza/2_megarayquaza_base.json new file mode 100644 index 0000000..60f31a0 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/rayquaza/2_megarayquaza_base.json @@ -0,0 +1,32 @@ +{ + "species": "cobblemon:rayquaza", + "order": 2, + "variations": [ + { + "aspects": ["mega"], + "poser": "cobblemon:megarayquaza", + "model": "cobblemon:megarayquaza.geo", + "texture": "cobblemon:textures/pokemon/megarayquaza/megarayquaza.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/megarayquaza/megarayquaza_emissive.png", + "translucent": true + } + ] + }, + { + "aspects": ["shiny", "mega"], + "texture": "cobblemon:textures/pokemon/megarayquaza/megarayquaza_shiny.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/megarayquaza/megarayquaza_emissive_shiny.png", + "translucent": true + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/skorupi.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/skorupi.json new file mode 100644 index 0000000..deec645 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/skorupi.json @@ -0,0 +1,27 @@ +{ + "species": "cobblemon:skorupi", + "order": 1, + "baseScale": 0.75, + "hitbox": { + "width": 0.5, + "height": 2, + "fixed": false + }, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:skorupi", + "model": "cobblemon:skorupi.geo", + "texture": "cobblemon:textures/pokemon/skorupi/skorupi.png", + "layers": [ + ] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/skorupi/skorupi_shiny.png", + "layers": [ + + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/urshifu/0_urshifu_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/urshifu/0_urshifu_base.json new file mode 100644 index 0000000..d08c3c5 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/urshifu/0_urshifu_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:urshifu", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:urshifu", + "model": "cobblemon:urshifu.geo", + "texture": "cobblemon:textures/pokemon/urshifu/urshifu.png", + "layers": [] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/urshifu/urshifu_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/urshifu/0_urshifurs_base.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/urshifu/0_urshifurs_base.json new file mode 100644 index 0000000..86e2883 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/bedrock/pokemon/resolvers/urshifu/0_urshifurs_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:urshifu", + "order": 0, + "variations": [ + { + "aspects": ["rapidstrike"], + "poser": "cobblemon:urshifurs", + "model": "cobblemon:urshifurs.geo", + "texture": "cobblemon:textures/pokemon/urshifurs/urshifurs.png", + "layers": [ + + ] + }, + { + "aspects": [ "shiny" ], + "texture": "cobblemon:textures/pokemon/urshifurs/urshifurs_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/lang/en_us.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/lang/en_us.json new file mode 100644 index 0000000..b0825dd --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/lang/en_us.json @@ -0,0 +1,3 @@ +{ + "cobblemon.move.ivycudgel": "Ivy Cudgel" +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/particles/snowstorm.json b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/particles/snowstorm.json new file mode 100644 index 0000000..e6721e8 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/particles/snowstorm.json @@ -0,0 +1,6 @@ +{ + "textures": [ + "cobblemon:fire_beam" + ] + +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/axew/axew.ogg b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/axew/axew.ogg new file mode 100644 index 0000000..33fad76 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/axew/axew.ogg differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/deoxys/deoxys.ogg b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/deoxys/deoxys.ogg new file mode 100644 index 0000000..015b086 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/deoxys/deoxys.ogg differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/deoxysattack/deoxys.ogg b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/deoxysattack/deoxys.ogg new file mode 100644 index 0000000..015b086 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/deoxysattack/deoxys.ogg differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/deoxysdefense/deoxys.ogg b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/deoxysdefense/deoxys.ogg new file mode 100644 index 0000000..015b086 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/deoxysdefense/deoxys.ogg differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/deoxysspeed/deoxys.ogg b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/deoxysspeed/deoxys.ogg new file mode 100644 index 0000000..015b086 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/deoxysspeed/deoxys.ogg differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/ducklett/ducklett_cry.ogg b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/ducklett/ducklett_cry.ogg new file mode 100644 index 0000000..06a2910 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/ducklett/ducklett_cry.ogg differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/fraxure/fraxure.ogg b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/fraxure/fraxure.ogg new file mode 100644 index 0000000..4f3c608 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/fraxure/fraxure.ogg differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/haxorus/haxorus.ogg b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/haxorus/haxorus.ogg new file mode 100644 index 0000000..37eb9a1 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/haxorus/haxorus.ogg differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/houndoom/houndoom_cry.ogg b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/houndoom/houndoom_cry.ogg new file mode 100644 index 0000000..4e02ef2 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/houndoom/houndoom_cry.ogg differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/houndour/houndour_cry.ogg b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/houndour/houndour_cry.ogg new file mode 100644 index 0000000..7254a93 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/houndour/houndour_cry.ogg differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/ironbundle/ironbundle.ogg b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/ironbundle/ironbundle.ogg new file mode 100644 index 0000000..f3fe2eb Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/ironbundle/ironbundle.ogg differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/noibat/noibat.ogg b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/noibat/noibat.ogg new file mode 100644 index 0000000..2c3e002 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/noibat/noibat.ogg differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/noivern/noivern.ogg b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/noivern/noivern.ogg new file mode 100644 index 0000000..261ac15 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/noivern/noivern.ogg differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/pokemon/avalugg/avalugg_ambient.ogg b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/pokemon/avalugg/avalugg_ambient.ogg new file mode 100644 index 0000000..a1ff4e7 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/pokemon/avalugg/avalugg_ambient.ogg differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/pokemon/diancie/diancie_cry.ogg b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/pokemon/diancie/diancie_cry.ogg new file mode 100644 index 0000000..8552d00 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/pokemon/diancie/diancie_cry.ogg differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/roaringmoon/roaringmoon_cry.ogg b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/roaringmoon/roaringmoon_cry.ogg new file mode 100644 index 0000000..317886e Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/roaringmoon/roaringmoon_cry.ogg differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/slitherwing/slitherwing.ogg b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/slitherwing/slitherwing.ogg new file mode 100644 index 0000000..df26b78 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/slitherwing/slitherwing.ogg differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/swanna/swanna_cry.ogg b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/swanna/swanna_cry.ogg new file mode 100644 index 0000000..d6f6db1 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/sounds/swanna/swanna_cry.ogg differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/particle/fire_beam.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/particle/fire_beam.png new file mode 100644 index 0000000..a4b53a5 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/particle/fire_beam.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0150_mewtwo2/mewtwo2.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0150_mewtwo2/mewtwo2.png new file mode 100644 index 0000000..b9aadbe Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0150_mewtwo2/mewtwo2.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0150_mewtwo2/mewtwo2_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0150_mewtwo2/mewtwo2_shiny.png new file mode 100644 index 0000000..8f1cc7e Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0150_mewtwo2/mewtwo2_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0150_mewtwo2/mewtwo_armored.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0150_mewtwo2/mewtwo_armored.png new file mode 100644 index 0000000..698170c Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0150_mewtwo2/mewtwo_armored.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0150_mewtwo2/mewtwo_armored_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0150_mewtwo2/mewtwo_armored_shiny.png new file mode 100644 index 0000000..ac2519b Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0150_mewtwo2/mewtwo_armored_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0201_unown/unown.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0201_unown/unown.png new file mode 100644 index 0000000..35b11f7 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0201_unown/unown.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0201_unown/unown_emissive.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0201_unown/unown_emissive.png new file mode 100644 index 0000000..8d3d093 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0201_unown/unown_emissive.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0201_unown/unown_punctuation.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0201_unown/unown_punctuation.png new file mode 100644 index 0000000..c13e463 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0201_unown/unown_punctuation.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0201_unown/unown_punctuation_emissive.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0201_unown/unown_punctuation_emissive.png new file mode 100644 index 0000000..9c29029 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0201_unown/unown_punctuation_emissive.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0201_unown/unown_punctuation_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0201_unown/unown_punctuation_shiny.png new file mode 100644 index 0000000..1f6e185 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0201_unown/unown_punctuation_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0201_unown/unown_punctuation_shiny_emissive.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0201_unown/unown_punctuation_shiny_emissive.png new file mode 100644 index 0000000..12b4d42 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0201_unown/unown_punctuation_shiny_emissive.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0201_unown/unown_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0201_unown/unown_shiny.png new file mode 100644 index 0000000..52e95c6 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0201_unown/unown_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0201_unown/unown_shiny_emissive.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0201_unown/unown_shiny_emissive.png new file mode 100644 index 0000000..f5785a8 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0201_unown/unown_shiny_emissive.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0333_swablu/swablu.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0333_swablu/swablu.png new file mode 100644 index 0000000..9df7e18 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0333_swablu/swablu.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0333_swablu/swablu_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0333_swablu/swablu_shiny.png new file mode 100644 index 0000000..0ad298d Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0333_swablu/swablu_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0334_altaria/altaria.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0334_altaria/altaria.png new file mode 100644 index 0000000..82b1b9a Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0334_altaria/altaria.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0334_altaria/altaria_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0334_altaria/altaria_shiny.png new file mode 100644 index 0000000..9f11c28 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0334_altaria/altaria_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0353_shuppet/shuppet.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0353_shuppet/shuppet.png new file mode 100644 index 0000000..488ff7f Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0353_shuppet/shuppet.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0353_shuppet/shuppet_emissive.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0353_shuppet/shuppet_emissive.png new file mode 100644 index 0000000..c0c7177 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0353_shuppet/shuppet_emissive.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0353_shuppet/shuppet_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0353_shuppet/shuppet_shiny.png new file mode 100644 index 0000000..f8025c4 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0353_shuppet/shuppet_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0354_banette/banette.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0354_banette/banette.png new file mode 100644 index 0000000..474d673 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0354_banette/banette.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0354_banette/banette_emissive.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0354_banette/banette_emissive.png new file mode 100644 index 0000000..4408e25 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0354_banette/banette_emissive.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0354_banette/banette_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0354_banette/banette_shiny.png new file mode 100644 index 0000000..38793e8 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0354_banette/banette_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0386_deoxys/deoxys.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0386_deoxys/deoxys.png new file mode 100644 index 0000000..1ca39e4 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0386_deoxys/deoxys.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0386_deoxys/deoxys_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0386_deoxys/deoxys_shiny.png new file mode 100644 index 0000000..a7412d9 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0386_deoxys/deoxys_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0386_deoxysattack/deoxysattack.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0386_deoxysattack/deoxysattack.png new file mode 100644 index 0000000..78f4da1 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0386_deoxysattack/deoxysattack.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0386_deoxysattack/deoxysattack_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0386_deoxysattack/deoxysattack_shiny.png new file mode 100644 index 0000000..bde2b90 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0386_deoxysattack/deoxysattack_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0386_deoxysdefense/deoxysdefense.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0386_deoxysdefense/deoxysdefense.png new file mode 100644 index 0000000..c2441ee Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0386_deoxysdefense/deoxysdefense.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0386_deoxysdefense/deoxysdefense_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0386_deoxysdefense/deoxysdefense_shiny.png new file mode 100644 index 0000000..6fb6f8c Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0386_deoxysdefense/deoxysdefense_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0386_deoxysspeed/deoxysspeed.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0386_deoxysspeed/deoxysspeed.png new file mode 100644 index 0000000..c72185a Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0386_deoxysspeed/deoxysspeed.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0386_deoxysspeed/deoxysspeed_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0386_deoxysspeed/deoxysspeed_shiny.png new file mode 100644 index 0000000..d1f5757 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0386_deoxysspeed/deoxysspeed_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0562_yamask/yamask_galarian.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0562_yamask/yamask_galarian.png new file mode 100644 index 0000000..0602797 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0562_yamask/yamask_galarian.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0562_yamask/yamask_galarian_emissive.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0562_yamask/yamask_galarian_emissive.png new file mode 100644 index 0000000..970268e Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0562_yamask/yamask_galarian_emissive.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0562_yamask/yamask_galarian_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0562_yamask/yamask_galarian_shiny.png new file mode 100644 index 0000000..47ce342 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0562_yamask/yamask_galarian_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0562_yamask/yamask_galarian_shiny_emissive.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0562_yamask/yamask_galarian_shiny_emissive.png new file mode 100644 index 0000000..a42a836 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0562_yamask/yamask_galarian_shiny_emissive.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0610_axew/axew.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0610_axew/axew.png new file mode 100644 index 0000000..e5f6e50 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0610_axew/axew.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0610_axew/axew_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0610_axew/axew_shiny.png new file mode 100644 index 0000000..dea19a1 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0610_axew/axew_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0611_fraxure/fraxure.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0611_fraxure/fraxure.png new file mode 100644 index 0000000..ed80aa7 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0611_fraxure/fraxure.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0611_fraxure/fraxure_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0611_fraxure/fraxure_shiny.png new file mode 100644 index 0000000..b98a88f Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0611_fraxure/fraxure_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0612_haxorus/haxorus.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0612_haxorus/haxorus.png new file mode 100644 index 0000000..505be19 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0612_haxorus/haxorus.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0612_haxorus/haxorus_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0612_haxorus/haxorus_shiny.png new file mode 100644 index 0000000..751119d Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0612_haxorus/haxorus_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0714_noibat/noibat.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0714_noibat/noibat.png new file mode 100644 index 0000000..49d2a33 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0714_noibat/noibat.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0714_noibat/noibat_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0714_noibat/noibat_shiny.png new file mode 100644 index 0000000..071d791 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0714_noibat/noibat_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0715_noivern/noivern.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0715_noivern/noivern.png new file mode 100644 index 0000000..79bddcb Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0715_noivern/noivern.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0715_noivern/noivern_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0715_noivern/noivern_shiny.png new file mode 100644 index 0000000..bd6f371 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0715_noivern/noivern_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0719_diancie/diancie.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0719_diancie/diancie.png new file mode 100644 index 0000000..d84a88c Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0719_diancie/diancie.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0719_diancie/diancie_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0719_diancie/diancie_shiny.png new file mode 100644 index 0000000..f7f50c0 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0719_diancie/diancie_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior.png new file mode 100644 index 0000000..8a752dc Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_blue.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_blue.png new file mode 100644 index 0000000..29fba73 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_blue.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_emissive.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_emissive.png new file mode 100644 index 0000000..9e4d7ef Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_emissive.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_green.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_green.png new file mode 100644 index 0000000..08dec23 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_green.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_indigo.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_indigo.png new file mode 100644 index 0000000..ee9d0c9 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_indigo.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_orange.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_orange.png new file mode 100644 index 0000000..8bfcf96 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_orange.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_red.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_red.png new file mode 100644 index 0000000..6575c6e Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_red.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_shiny.png new file mode 100644 index 0000000..4826650 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_violet.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_violet.png new file mode 100644 index 0000000..fa05c8d Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_violet.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_yellow.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_yellow.png new file mode 100644 index 0000000..c195061 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0774_minior/minior_yellow.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0798_kartana/kartana.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0798_kartana/kartana.png new file mode 100644 index 0000000..1ee6a59 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0798_kartana/kartana.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0798_kartana/kartana_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0798_kartana/kartana_shiny.png new file mode 100644 index 0000000..17c7ecf Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0798_kartana/kartana_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0854_sinistea/sinistea.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0854_sinistea/sinistea.png new file mode 100644 index 0000000..693b0b5 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0854_sinistea/sinistea.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0854_sinistea/sinistea_antique.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0854_sinistea/sinistea_antique.png new file mode 100644 index 0000000..c32d43a Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0854_sinistea/sinistea_antique.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0854_sinistea/sinistea_antique_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0854_sinistea/sinistea_antique_shiny.png new file mode 100644 index 0000000..30b2669 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0854_sinistea/sinistea_antique_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0854_sinistea/sinistea_emissive.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0854_sinistea/sinistea_emissive.png new file mode 100644 index 0000000..951c43b Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0854_sinistea/sinistea_emissive.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0854_sinistea/sinistea_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0854_sinistea/sinistea_shiny.png new file mode 100644 index 0000000..994b077 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0854_sinistea/sinistea_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0855_polteageist/polteageist.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0855_polteageist/polteageist.png new file mode 100644 index 0000000..054ad35 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0855_polteageist/polteageist.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0855_polteageist/polteageist_antique.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0855_polteageist/polteageist_antique.png new file mode 100644 index 0000000..722f3fb Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0855_polteageist/polteageist_antique.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0855_polteageist/polteageist_antique_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0855_polteageist/polteageist_antique_shiny.png new file mode 100644 index 0000000..1150ad6 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0855_polteageist/polteageist_antique_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0855_polteageist/polteageist_emissive.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0855_polteageist/polteageist_emissive.png new file mode 100644 index 0000000..023aceb Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0855_polteageist/polteageist_emissive.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0855_polteageist/polteageist_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0855_polteageist/polteageist_shiny.png new file mode 100644 index 0000000..de90da5 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0855_polteageist/polteageist_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0867_runerigus/runerigus_emissive.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0867_runerigus/runerigus_emissive.png new file mode 100644 index 0000000..d13a92b Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0867_runerigus/runerigus_emissive.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0867_runerigus/runerigus_shadow.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0867_runerigus/runerigus_shadow.png new file mode 100644 index 0000000..8f477f5 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0867_runerigus/runerigus_shadow.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0867_runerigus/runerigus_shiny_emissive.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0867_runerigus/runerigus_shiny_emissive.png new file mode 100644 index 0000000..5d48782 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0867_runerigus/runerigus_shiny_emissive.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0867_runerigus/runerigus_shiny_shadow.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0867_runerigus/runerigus_shiny_shadow.png new file mode 100644 index 0000000..92f6b17 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0867_runerigus/runerigus_shiny_shadow.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0872_snom/snom.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0872_snom/snom.png new file mode 100644 index 0000000..22caca7 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0872_snom/snom.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0872_snom/snom_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0872_snom/snom_shiny.png new file mode 100644 index 0000000..5651672 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0872_snom/snom_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0873_frosmoth/frosmoth.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0873_frosmoth/frosmoth.png new file mode 100644 index 0000000..a7aa170 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0873_frosmoth/frosmoth.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0873_frosmoth/frosmoth_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0873_frosmoth/frosmoth_shiny.png new file mode 100644 index 0000000..5342ec4 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0873_frosmoth/frosmoth_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0896_glastrier/glastrier.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0896_glastrier/glastrier.png new file mode 100644 index 0000000..07646af Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0896_glastrier/glastrier.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0896_glastrier/glastrier_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0896_glastrier/glastrier_shiny.png new file mode 100644 index 0000000..8696e9c Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0896_glastrier/glastrier_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0897_spectrier/spectrier.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0897_spectrier/spectrier.png new file mode 100644 index 0000000..ee07a14 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0897_spectrier/spectrier.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0897_spectrier/spectrier_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0897_spectrier/spectrier_shiny.png new file mode 100644 index 0000000..363d394 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0897_spectrier/spectrier_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0898_calyrex/calyrex.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0898_calyrex/calyrex.png new file mode 100644 index 0000000..1b1bd17 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0898_calyrex/calyrex.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0898_calyrex/calyrex_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0898_calyrex/calyrex_shiny.png new file mode 100644 index 0000000..2796d90 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0898_calyrex/calyrex_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0919_nymble/nymble.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0919_nymble/nymble.png new file mode 100644 index 0000000..0e4f131 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0919_nymble/nymble.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0919_nymble/nymble_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0919_nymble/nymble_shiny.png new file mode 100644 index 0000000..9b682ea Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0919_nymble/nymble_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0920_lokix/lokix.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0920_lokix/lokix.png new file mode 100644 index 0000000..fd0fd83 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0920_lokix/lokix.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0920_lokix/lokix_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0920_lokix/lokix_shiny.png new file mode 100644 index 0000000..91b6b9c Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0920_lokix/lokix_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0948_toedscool/toedscool.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0948_toedscool/toedscool.png new file mode 100644 index 0000000..f5c4078 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0948_toedscool/toedscool.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0948_toedscool/toedscool_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0948_toedscool/toedscool_shiny.png new file mode 100644 index 0000000..45a95b4 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0948_toedscool/toedscool_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0949_toedscruel/toedscruel.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0949_toedscruel/toedscruel.png new file mode 100644 index 0000000..20a00a1 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0949_toedscruel/toedscruel.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0949_toedscruel/toedscruel_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0949_toedscruel/toedscruel_shiny.png new file mode 100644 index 0000000..ac17920 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0949_toedscruel/toedscruel_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0949_toedscruel/toedscruel_shiny_translucent.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0949_toedscruel/toedscruel_shiny_translucent.png new file mode 100644 index 0000000..a1738ce Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0949_toedscruel/toedscruel_shiny_translucent.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0949_toedscruel/toedscruel_translucent.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0949_toedscruel/toedscruel_translucent.png new file mode 100644 index 0000000..8fcfacf Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0949_toedscruel/toedscruel_translucent.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0988_slitherwing/slitherwing.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0988_slitherwing/slitherwing.png new file mode 100644 index 0000000..6f4db94 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0988_slitherwing/slitherwing.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0988_slitherwing/slitherwing_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0988_slitherwing/slitherwing_shiny.png new file mode 100644 index 0000000..fc4bbb9 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0988_slitherwing/slitherwing_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0991_ironbundle/ironbundle.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0991_ironbundle/ironbundle.png new file mode 100644 index 0000000..6cc44be Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0991_ironbundle/ironbundle.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0991_ironbundle/ironbundle_emissive.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0991_ironbundle/ironbundle_emissive.png new file mode 100644 index 0000000..7685513 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0991_ironbundle/ironbundle_emissive.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0991_ironbundle/ironbundle_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0991_ironbundle/ironbundle_shiny.png new file mode 100644 index 0000000..e29266e Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/0991_ironbundle/ironbundle_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/1005_roaringmoon/roaringmoon.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/1005_roaringmoon/roaringmoon.png new file mode 100644 index 0000000..e20c20f Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/1005_roaringmoon/roaringmoon.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/1005_roaringmoon/roaringmoon_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/1005_roaringmoon/roaringmoon_shiny.png new file mode 100644 index 0000000..c2e1d11 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/1005_roaringmoon/roaringmoon_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/absol/absol.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/absol/absol.png new file mode 100644 index 0000000..3f22519 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/absol/absol.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/absol/absol_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/absol/absol_shiny.png new file mode 100644 index 0000000..4fc4712 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/absol/absol_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/amoonguss/amoonguss.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/amoonguss/amoonguss.png new file mode 100644 index 0000000..a6cb57d Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/amoonguss/amoonguss.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/amoonguss/amoonguss_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/amoonguss/amoonguss_shiny.png new file mode 100644 index 0000000..7b1044f Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/amoonguss/amoonguss_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/appletun/appletun.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/appletun/appletun.png new file mode 100644 index 0000000..78dcb77 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/appletun/appletun.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/appletun/appletun_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/appletun/appletun_shiny.png new file mode 100644 index 0000000..b0973ec Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/appletun/appletun_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/applin/applin.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/applin/applin.png new file mode 100644 index 0000000..f7700cc Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/applin/applin.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/applin/applin_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/applin/applin_shiny.png new file mode 100644 index 0000000..09506b8 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/applin/applin_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/araquanid/araquanid.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/araquanid/araquanid.png new file mode 100644 index 0000000..842d919 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/araquanid/araquanid.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/araquanid/araquanid_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/araquanid/araquanid_shiny.png new file mode 100644 index 0000000..ef89a81 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/araquanid/araquanid_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/arcanine_hisuian/arcanine_hisui.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/arcanine_hisuian/arcanine_hisui.png new file mode 100644 index 0000000..7d6cc2e Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/arcanine_hisuian/arcanine_hisui.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/arcanine_hisuian/arcanine_hisui_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/arcanine_hisuian/arcanine_hisui_shiny.png new file mode 100644 index 0000000..1cb7d00 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/arcanine_hisuian/arcanine_hisui_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/archaludon/archaludon.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/archaludon/archaludon.png new file mode 100644 index 0000000..f2e51f4 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/archaludon/archaludon.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/archaludon/archaludon_emissive.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/archaludon/archaludon_emissive.png new file mode 100644 index 0000000..bf4c93f Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/archaludon/archaludon_emissive.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/archaludon/archaludon_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/archaludon/archaludon_shiny.png new file mode 100644 index 0000000..640e17b Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/archaludon/archaludon_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/arctibax/arctibax.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/arctibax/arctibax.png new file mode 100644 index 0000000..e994194 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/arctibax/arctibax.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/arctibax/arctibax_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/arctibax/arctibax_shiny.png new file mode 100644 index 0000000..f31614e Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/arctibax/arctibax_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/articuno/articuno2.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/articuno/articuno2.png new file mode 100644 index 0000000..2d33912 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/articuno/articuno2.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/articuno/articuno_galar.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/articuno/articuno_galar.png new file mode 100644 index 0000000..6cc1c54 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/articuno/articuno_galar.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/articuno/articuno_galar_emissive.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/articuno/articuno_galar_emissive.png new file mode 100644 index 0000000..9decc86 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/articuno/articuno_galar_emissive.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/articuno/articuno_galar_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/articuno/articuno_galar_shiny.png new file mode 100644 index 0000000..0c43523 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/articuno/articuno_galar_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/articuno/articuno_shiny2.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/articuno/articuno_shiny2.png new file mode 100644 index 0000000..2c2622f Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/articuno/articuno_shiny2.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/avalugg/avalugg_hisuian.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/avalugg/avalugg_hisuian.png new file mode 100644 index 0000000..d67ad01 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/avalugg/avalugg_hisuian.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/avalugg/avalugg_hisuian_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/avalugg/avalugg_hisuian_shiny.png new file mode 100644 index 0000000..5fab548 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/avalugg/avalugg_hisuian_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/azumarill/azumarill.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/azumarill/azumarill.png new file mode 100644 index 0000000..b5a717b Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/azumarill/azumarill.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/azumarill/azumarill_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/azumarill/azumarill_shiny.png new file mode 100644 index 0000000..b01801f Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/azumarill/azumarill_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/azurill/azurill.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/azurill/azurill.png new file mode 100644 index 0000000..04e7105 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/azurill/azurill.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/azurill/azurill_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/azurill/azurill_shiny.png new file mode 100644 index 0000000..32632ea Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/azurill/azurill_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/barbaracle/barbaracle.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/barbaracle/barbaracle.png new file mode 100644 index 0000000..0af5ade Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/barbaracle/barbaracle.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/barbaracle/barbaracle_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/barbaracle/barbaracle_shiny.png new file mode 100644 index 0000000..4805369 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/barbaracle/barbaracle_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/baxcalibur/baxcalibur.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/baxcalibur/baxcalibur.png new file mode 100644 index 0000000..938d6a0 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/baxcalibur/baxcalibur.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/baxcalibur/baxcalibur_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/baxcalibur/baxcalibur_shiny.png new file mode 100644 index 0000000..3c595ef Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/baxcalibur/baxcalibur_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/bellibolt/bellibolt.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/bellibolt/bellibolt.png new file mode 100644 index 0000000..5bce494 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/bellibolt/bellibolt.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/bellibolt/bellibolt_emissive.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/bellibolt/bellibolt_emissive.png new file mode 100644 index 0000000..1ffd129 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/bellibolt/bellibolt_emissive.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/bellibolt/bellibolt_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/bellibolt/bellibolt_shiny.png new file mode 100644 index 0000000..ad6f8ca Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/bellibolt/bellibolt_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/binacle/binacle.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/binacle/binacle.png new file mode 100644 index 0000000..67d92ee Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/binacle/binacle.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/binacle/binacle_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/binacle/binacle_shiny.png new file mode 100644 index 0000000..34f2005 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/binacle/binacle_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/bisharp/bisharp.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/bisharp/bisharp.png new file mode 100644 index 0000000..111280f Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/bisharp/bisharp.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/bisharp/bisharp_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/bisharp/bisharp_shiny.png new file mode 100644 index 0000000..b19304f Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/bisharp/bisharp_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/blacephalon/blacephalon.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/blacephalon/blacephalon.png new file mode 100644 index 0000000..487111a Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/blacephalon/blacephalon.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/blacephalon/blacephalon_emissive.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/blacephalon/blacephalon_emissive.png new file mode 100644 index 0000000..639f233 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/blacephalon/blacephalon_emissive.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/blacephalon/blacephalon_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/blacephalon/blacephalon_shiny.png new file mode 100644 index 0000000..cc6f36a Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/blacephalon/blacephalon_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/blipbug/blipbug.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/blipbug/blipbug.png new file mode 100644 index 0000000..b857e91 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/blipbug/blipbug.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/blipbug/blipbug_emissive.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/blipbug/blipbug_emissive.png new file mode 100644 index 0000000..2446b65 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/blipbug/blipbug_emissive.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/blipbug/blipbug_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/blipbug/blipbug_shiny.png new file mode 100644 index 0000000..a04c84d Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/blipbug/blipbug_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/brutebonnet/brutebonnet.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/brutebonnet/brutebonnet.png new file mode 100644 index 0000000..5e691d3 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/brutebonnet/brutebonnet.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/brutebonnet/brutebonnet_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/brutebonnet/brutebonnet_shiny.png new file mode 100644 index 0000000..900c0b8 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/brutebonnet/brutebonnet_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/capsakid/capsakid.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/capsakid/capsakid.png new file mode 100644 index 0000000..15184aa Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/capsakid/capsakid.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/capsakid/capsakid_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/capsakid/capsakid_shiny.png new file mode 100644 index 0000000..96a5336 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/capsakid/capsakid_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/celebi/celebi.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/celebi/celebi.png new file mode 100644 index 0000000..f6b59bb Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/celebi/celebi.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/celebi/celebi_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/celebi/celebi_shiny.png new file mode 100644 index 0000000..a357ab4 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/celebi/celebi_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/chienpao/chienpao.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/chienpao/chienpao.png new file mode 100644 index 0000000..5e65f86 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/chienpao/chienpao.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/chienpao/chienpao_emissive.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/chienpao/chienpao_emissive.png new file mode 100644 index 0000000..f3b7459 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/chienpao/chienpao_emissive.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/chienpao/chienpao_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/chienpao/chienpao_shiny.png new file mode 100644 index 0000000..91708b6 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/chienpao/chienpao_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/chiyu/chi-yu.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/chiyu/chi-yu.png new file mode 100644 index 0000000..8281177 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/chiyu/chi-yu.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/chiyu/chi-yu_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/chiyu/chi-yu_shiny.png new file mode 100644 index 0000000..c9d1480 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/chiyu/chi-yu_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cinccino/cinccino.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cinccino/cinccino.png new file mode 100644 index 0000000..a5feb7f Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cinccino/cinccino.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cinccino/cinccino_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cinccino/cinccino_shiny.png new file mode 100644 index 0000000..fef9b45 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cinccino/cinccino_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/corsola/corsola.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/corsola/corsola.png new file mode 100644 index 0000000..9a8d6b9 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/corsola/corsola.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/corsola/corsola_eye.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/corsola/corsola_eye.png new file mode 100644 index 0000000..4805dc6 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/corsola/corsola_eye.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/corsola/corsola_eye_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/corsola/corsola_eye_shiny.png new file mode 100644 index 0000000..436544e Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/corsola/corsola_eye_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/corsola/corsola_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/corsola/corsola_shiny.png new file mode 100644 index 0000000..ba2980f Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/corsola/corsola_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/corsola/corsola_solid.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/corsola/corsola_solid.png new file mode 100644 index 0000000..9295714 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/corsola/corsola_solid.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/corsola/corsola_solid_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/corsola/corsola_solid_shiny.png new file mode 100644 index 0000000..9ac18e0 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/corsola/corsola_solid_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/corsola/corsola_transparent.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/corsola/corsola_transparent.png new file mode 100644 index 0000000..9d37407 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/corsola/corsola_transparent.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cramorant/cramorant.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cramorant/cramorant.png new file mode 100644 index 0000000..3134620 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cramorant/cramorant.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cramorant/cramorant_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cramorant/cramorant_shiny.png new file mode 100644 index 0000000..a6fbe1d Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cramorant/cramorant_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cresselia/cresselia.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cresselia/cresselia.png new file mode 100644 index 0000000..f17ae83 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cresselia/cresselia.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cresselia/cresselia_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cresselia/cresselia_shiny.png new file mode 100644 index 0000000..26b4919 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cresselia/cresselia_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/croagunk/croagunk.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/croagunk/croagunk.png new file mode 100644 index 0000000..ddb2c51 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/croagunk/croagunk.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/croagunk/croagunk_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/croagunk/croagunk_shiny.png new file mode 100644 index 0000000..47a5b30 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/croagunk/croagunk_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cursola/cursola_eye.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cursola/cursola_eye.png new file mode 100644 index 0000000..a104dbd Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cursola/cursola_eye.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cursola/cursola_eye_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cursola/cursola_eye_shiny.png new file mode 100644 index 0000000..14d9d2b Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cursola/cursola_eye_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cursola/cursola_solid.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cursola/cursola_solid.png new file mode 100644 index 0000000..aae854a Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cursola/cursola_solid.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cursola/cursola_solid_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cursola/cursola_solid_shiny.png new file mode 100644 index 0000000..9d7a951 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cursola/cursola_solid_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cursola/cursola_transparent.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cursola/cursola_transparent.png new file mode 100644 index 0000000..6d7d321 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cursola/cursola_transparent.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cyclizar/cyclizar.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cyclizar/cyclizar.png new file mode 100644 index 0000000..ba929e8 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/cyclizar/cyclizar.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/darkrai/darkrai.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/darkrai/darkrai.png new file mode 100644 index 0000000..cdf51ba Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/darkrai/darkrai.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/darkrai/darkrai_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/darkrai/darkrai_shiny.png new file mode 100644 index 0000000..5eb2238 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/darkrai/darkrai_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/delcatty/delcatty.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/delcatty/delcatty.png new file mode 100644 index 0000000..07111ab Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/delcatty/delcatty.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/delcatty/delcatty_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/delcatty/delcatty_shiny.png new file mode 100644 index 0000000..5ac3040 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/delcatty/delcatty_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/delibird/delibird.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/delibird/delibird.png new file mode 100644 index 0000000..2d28bb5 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/delibird/delibird.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/delibird/delibird_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/delibird/delibird_shiny.png new file mode 100644 index 0000000..2c2231c Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/delibird/delibird_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dewpider/dewpider.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dewpider/dewpider.png new file mode 100644 index 0000000..17c260d Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dewpider/dewpider.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dewpider/dewpider_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dewpider/dewpider_shiny.png new file mode 100644 index 0000000..fb7a51c Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dewpider/dewpider_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dipplin/dipplin.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dipplin/dipplin.png new file mode 100644 index 0000000..44d3b90 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dipplin/dipplin.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dipplin/dipplin_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dipplin/dipplin_shiny.png new file mode 100644 index 0000000..6aff242 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dipplin/dipplin_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dottler/dottler.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dottler/dottler.png new file mode 100644 index 0000000..a424939 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dottler/dottler.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dottler/dottler_emissive.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dottler/dottler_emissive.png new file mode 100644 index 0000000..9aebdf6 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dottler/dottler_emissive.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dottler/dottler_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dottler/dottler_shiny.png new file mode 100644 index 0000000..768cd26 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dottler/dottler_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/drapion/drapion.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/drapion/drapion.png new file mode 100644 index 0000000..131f709 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/drapion/drapion.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/drapion/drapion_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/drapion/drapion_shiny.png new file mode 100644 index 0000000..b2e6440 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/drapion/drapion_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/drilbur/drilbur.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/drilbur/drilbur.png new file mode 100644 index 0000000..2bdfa1e Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/drilbur/drilbur.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/drilbur/drilbur_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/drilbur/drilbur_shiny.png new file mode 100644 index 0000000..68c49c4 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/drilbur/drilbur_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/druddigon/druddigon.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/druddigon/druddigon.png new file mode 100644 index 0000000..ebcde54 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/druddigon/druddigon.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/druddigon/druddigon_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/druddigon/druddigon_shiny.png new file mode 100644 index 0000000..2fc96ab Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/druddigon/druddigon_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ducklett/ducklett.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ducklett/ducklett.png new file mode 100644 index 0000000..aded5ac Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ducklett/ducklett.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ducklett/ducklett_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ducklett/ducklett_shiny.png new file mode 100644 index 0000000..ce3e41a Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ducklett/ducklett_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dudunsparce/dudunsparce.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dudunsparce/dudunsparce.png new file mode 100644 index 0000000..aaeb06f Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dudunsparce/dudunsparce.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dudunsparce/dudunsparce_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dudunsparce/dudunsparce_shiny.png new file mode 100644 index 0000000..8ab408a Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dudunsparce/dudunsparce_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dudunsparce/dudunsparce_three_segment.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dudunsparce/dudunsparce_three_segment.png new file mode 100644 index 0000000..d1e8a41 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dudunsparce/dudunsparce_three_segment.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dudunsparce/dudunsparce_three_segment_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dudunsparce/dudunsparce_three_segment_shiny.png new file mode 100644 index 0000000..0bba4bf Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dudunsparce/dudunsparce_three_segment_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dunsparce/dunsparce.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dunsparce/dunsparce.png new file mode 100644 index 0000000..20a690c Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dunsparce/dunsparce.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dunsparce/dunsparce_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dunsparce/dunsparce_shiny.png new file mode 100644 index 0000000..8f49e15 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/dunsparce/dunsparce_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/duosion/duosion.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/duosion/duosion.png new file mode 100644 index 0000000..dcbc6bb Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/duosion/duosion.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/duosion/duosion_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/duosion/duosion_shiny.png new file mode 100644 index 0000000..380cf89 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/duosion/duosion_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/duraludon/duraludon.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/duraludon/duraludon.png new file mode 100644 index 0000000..fe71f86 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/duraludon/duraludon.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/duraludon/duraludon_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/duraludon/duraludon_shiny.png new file mode 100644 index 0000000..0493497 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/duraludon/duraludon_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/eelektrik/eelektrik.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/eelektrik/eelektrik.png new file mode 100644 index 0000000..415f884 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/eelektrik/eelektrik.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/eelektrik/eelektrik_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/eelektrik/eelektrik_shiny.png new file mode 100644 index 0000000..9ad8ab0 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/eelektrik/eelektrik_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/eelektross/eelektross.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/eelektross/eelektross.png new file mode 100644 index 0000000..37277fc Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/eelektross/eelektross.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/eelektross/eelektross_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/eelektross/eelektross_shiny.png new file mode 100644 index 0000000..9de387c Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/eelektross/eelektross_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/espurr/espurr.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/espurr/espurr.png new file mode 100644 index 0000000..d8ad302 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/espurr/espurr.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/espurr/espurr_glow.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/espurr/espurr_glow.png new file mode 100644 index 0000000..416caae Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/espurr/espurr_glow.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/espurr/espurr_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/espurr/espurr_shiny.png new file mode 100644 index 0000000..0c927c3 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/espurr/espurr_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/eternatus/eternatus.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/eternatus/eternatus.png new file mode 100644 index 0000000..e6d4f13 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/eternatus/eternatus.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/eternatus/eternatus_emissive.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/eternatus/eternatus_emissive.png new file mode 100644 index 0000000..206774a Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/eternatus/eternatus_emissive.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/eternatus/eternatus_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/eternatus/eternatus_shiny.png new file mode 100644 index 0000000..0984b56 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/eternatus/eternatus_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/excadrill/excadrill.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/excadrill/excadrill.png new file mode 100644 index 0000000..3a8e534 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/excadrill/excadrill.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/excadrill/excadrill_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/excadrill/excadrill_shiny.png new file mode 100644 index 0000000..06cbedc Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/excadrill/excadrill_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/feebas/feebas.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/feebas/feebas.png new file mode 100644 index 0000000..9531481 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/feebas/feebas.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/feebas/feebas_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/feebas/feebas_shiny.png new file mode 100644 index 0000000..069a448 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/feebas/feebas_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/finizen/finizen.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/finizen/finizen.png new file mode 100644 index 0000000..8a89c9b Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/finizen/finizen.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/finizen/finizen_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/finizen/finizen_shiny.png new file mode 100644 index 0000000..a34210d Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/finizen/finizen_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/flapple/flapple.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/flapple/flapple.png new file mode 100644 index 0000000..5bc9a77 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/flapple/flapple.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/flapple/flapple_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/flapple/flapple_shiny.png new file mode 100644 index 0000000..d02e469 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/flapple/flapple_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/fluttermane/fluttermane.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/fluttermane/fluttermane.png new file mode 100644 index 0000000..c7fd686 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/fluttermane/fluttermane.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/fluttermane/fluttermane_emmisive.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/fluttermane/fluttermane_emmisive.png new file mode 100644 index 0000000..de2e970 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/fluttermane/fluttermane_emmisive.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/fluttermane/fluttermane_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/fluttermane/fluttermane_shiny.png new file mode 100644 index 0000000..447c760 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/fluttermane/fluttermane_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/fomantis/fomantis.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/fomantis/fomantis.png new file mode 100644 index 0000000..bea12f3 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/fomantis/fomantis.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/fomantis/fomantis_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/fomantis/fomantis_shiny.png new file mode 100644 index 0000000..a869b42 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/fomantis/fomantis_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/foongus/foongus.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/foongus/foongus.png new file mode 100644 index 0000000..752c218 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/foongus/foongus.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/foongus/foongus_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/foongus/foongus_shiny.png new file mode 100644 index 0000000..73e7842 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/foongus/foongus_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/frigibax/frigibax.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/frigibax/frigibax.png new file mode 100644 index 0000000..2470ad6 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/frigibax/frigibax.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/frigibax/frigibax_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/frigibax/frigibax_shiny.png new file mode 100644 index 0000000..32fdfe0 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/frigibax/frigibax_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/froslass/froslass.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/froslass/froslass.png new file mode 100644 index 0000000..61c3a78 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/froslass/froslass.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/froslass/froslass_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/froslass/froslass_shiny.png new file mode 100644 index 0000000..7840d17 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/froslass/froslass_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gastrodon/gastrodon_e.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gastrodon/gastrodon_e.png new file mode 100644 index 0000000..bf08434 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gastrodon/gastrodon_e.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gastrodon/gastrodon_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gastrodon/gastrodon_shiny.png new file mode 100644 index 0000000..86de729 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gastrodon/gastrodon_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gastrodon/gastrodon_w.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gastrodon/gastrodon_w.png new file mode 100644 index 0000000..6bc59fc Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gastrodon/gastrodon_w.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gastrodon/gastrodon_w_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gastrodon/gastrodon_w_shiny.png new file mode 100644 index 0000000..0335548 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gastrodon/gastrodon_w_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/genesect/genesect.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/genesect/genesect.png new file mode 100644 index 0000000..55a3f6b Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/genesect/genesect.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/genesect/genesect_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/genesect/genesect_shiny.png new file mode 100644 index 0000000..baa8d3d Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/genesect/genesect_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gengar/gengar2.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gengar/gengar2.png new file mode 100644 index 0000000..60b684a Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gengar/gengar2.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gengar/gengar2_emissive.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gengar/gengar2_emissive.png new file mode 100644 index 0000000..5984103 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gengar/gengar2_emissive.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gengar/gengar2_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gengar/gengar2_shiny.png new file mode 100644 index 0000000..aabf76a Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gengar/gengar2_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gengar/gengar2_shiny_emissive.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gengar/gengar2_shiny_emissive.png new file mode 100644 index 0000000..b0766cd Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gengar/gengar2_shiny_emissive.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/geodude/geodude_alolan.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/geodude/geodude_alolan.png new file mode 100644 index 0000000..f254053 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/geodude/geodude_alolan.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/geodude/geodude_alolan_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/geodude/geodude_alolan_shiny.png new file mode 100644 index 0000000..b3aed93 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/geodude/geodude_alolan_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/glalie/glalie.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/glalie/glalie.png new file mode 100644 index 0000000..dd9a0c4 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/glalie/glalie.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/glalie/glalie_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/glalie/glalie_shiny.png new file mode 100644 index 0000000..8096ebe Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/glalie/glalie_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/glameow/glameow.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/glameow/glameow.png new file mode 100644 index 0000000..195ba99 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/glameow/glameow.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/glameow/glameow_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/glameow/glameow_shiny.png new file mode 100644 index 0000000..4c2d79b Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/glameow/glameow_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gogoat/gogoat.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gogoat/gogoat.png new file mode 100644 index 0000000..4bffdfe Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gogoat/gogoat.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gogoat/gogoat_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gogoat/gogoat_shiny.png new file mode 100644 index 0000000..01b727f Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gogoat/gogoat_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/golem/golem_alolan.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/golem/golem_alolan.png new file mode 100644 index 0000000..c9dbe8c Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/golem/golem_alolan.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/golem/golem_alolan_emissive.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/golem/golem_alolan_emissive.png new file mode 100644 index 0000000..e1f6063 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/golem/golem_alolan_emissive.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/golem/golem_alolan_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/golem/golem_alolan_shiny.png new file mode 100644 index 0000000..508ebca Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/golem/golem_alolan_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gothita/gothita.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gothita/gothita.png new file mode 100644 index 0000000..761da2d Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gothita/gothita.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gothita/gothita_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gothita/gothita_shiny.png new file mode 100644 index 0000000..7bf16df Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gothita/gothita_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gothitelle/gothitelle.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gothitelle/gothitelle.png new file mode 100644 index 0000000..5723282 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gothitelle/gothitelle.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gothitelle/gothitelle_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gothitelle/gothitelle_shiny.png new file mode 100644 index 0000000..da9b0f5 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gothitelle/gothitelle_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gothorita/gothorita.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gothorita/gothorita.png new file mode 100644 index 0000000..47d1b3d Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gothorita/gothorita.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gothorita/gothorita_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gothorita/gothorita_shiny.png new file mode 100644 index 0000000..bf4bfeb Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/gothorita/gothorita_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/graveler/graveler_alolan.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/graveler/graveler_alolan.png new file mode 100644 index 0000000..0c415e7 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/graveler/graveler_alolan.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/graveler/graveler_alolan_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/graveler/graveler_alolan_shiny.png new file mode 100644 index 0000000..1e596c8 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/graveler/graveler_alolan_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/greattusk/greattusk.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/greattusk/greattusk.png new file mode 100644 index 0000000..7624bfe Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/greattusk/greattusk.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/greattusk/greattusk_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/greattusk/greattusk_shiny.png new file mode 100644 index 0000000..4506f27 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/greattusk/greattusk_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/greavard/greavard.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/greavard/greavard.png new file mode 100644 index 0000000..8dead49 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/greavard/greavard.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/greavard/greavard_emissive.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/greavard/greavard_emissive.png new file mode 100644 index 0000000..a2dcc5e Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/greavard/greavard_emissive.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/greavard/greavard_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/greavard/greavard_shiny.png new file mode 100644 index 0000000..c244012 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/greavard/greavard_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/grimer/grimer_alolan.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/grimer/grimer_alolan.png new file mode 100644 index 0000000..9c89e79 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/grimer/grimer_alolan.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/grimer/grimer_alolan_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/grimer/grimer_alolan_shiny.png new file mode 100644 index 0000000..931450b Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/grimer/grimer_alolan_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/groudon/groudon.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/groudon/groudon.png new file mode 100644 index 0000000..3340ef9 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/groudon/groudon.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/groudon/groudon_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/groudon/groudon_shiny.png new file mode 100644 index 0000000..81871b6 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/groudon/groudon_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/groudonprimal/groudonprimal.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/groudonprimal/groudonprimal.png new file mode 100644 index 0000000..7f527b7 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/groudonprimal/groudonprimal.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/groudonprimal/groudonprimal_emissive.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/groudonprimal/groudonprimal_emissive.png new file mode 100644 index 0000000..12433f3 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/groudonprimal/groudonprimal_emissive.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/groudonprimal/groudonprimal_emissive_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/groudonprimal/groudonprimal_emissive_shiny.png new file mode 100644 index 0000000..8d38ff4 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/groudonprimal/groudonprimal_emissive_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/groudonprimal/groudonprimal_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/groudonprimal/groudonprimal_shiny.png new file mode 100644 index 0000000..a6928c5 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/groudonprimal/groudonprimal_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/growlithe_hisuian/growlithe_hisui.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/growlithe_hisuian/growlithe_hisui.png new file mode 100644 index 0000000..8ea3d38 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/growlithe_hisuian/growlithe_hisui.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/growlithe_hisuian/growlithe_hisui_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/growlithe_hisuian/growlithe_hisui_shiny.png new file mode 100644 index 0000000..9a7676f Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/growlithe_hisuian/growlithe_hisui_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/guzzlord/guzzlord.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/guzzlord/guzzlord.png new file mode 100644 index 0000000..02b7205 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/guzzlord/guzzlord.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/guzzlord/guzzlord_emissive.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/guzzlord/guzzlord_emissive.png new file mode 100644 index 0000000..7028643 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/guzzlord/guzzlord_emissive.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/guzzlord/guzzlord_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/guzzlord/guzzlord_shiny.png new file mode 100644 index 0000000..5ab2a13 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/guzzlord/guzzlord_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hawlucha/hawlucha.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hawlucha/hawlucha.png new file mode 100644 index 0000000..bcf5693 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hawlucha/hawlucha.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hawlucha/hawlucha_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hawlucha/hawlucha_shiny.png new file mode 100644 index 0000000..77d91fb Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hawlucha/hawlucha_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hoopa/hoopa.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hoopa/hoopa.png new file mode 100644 index 0000000..2fdee22 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hoopa/hoopa.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hoopa/hoopa_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hoopa/hoopa_shiny.png new file mode 100644 index 0000000..7aa7e49 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hoopa/hoopa_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hoopa_unbound/hoopa_unbound.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hoopa_unbound/hoopa_unbound.png new file mode 100644 index 0000000..1f006e9 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hoopa_unbound/hoopa_unbound.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hoopa_unbound/hoopa_unbound_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hoopa_unbound/hoopa_unbound_shiny.png new file mode 100644 index 0000000..b957bee Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hoopa_unbound/hoopa_unbound_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hoppip/hoppip.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hoppip/hoppip.png new file mode 100644 index 0000000..5a50bec Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hoppip/hoppip.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hoppip/hoppip_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hoppip/hoppip_shiny.png new file mode 100644 index 0000000..fa3186e Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hoppip/hoppip_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/houndoom/houndoom.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/houndoom/houndoom.png new file mode 100644 index 0000000..abee60a Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/houndoom/houndoom.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/houndoom/houndoom_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/houndoom/houndoom_shiny.png new file mode 100644 index 0000000..b458971 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/houndoom/houndoom_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/houndour/houndour.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/houndour/houndour.png new file mode 100644 index 0000000..e249e83 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/houndour/houndour.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/houndour/houndour_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/houndour/houndour_shiny.png new file mode 100644 index 0000000..fc3788d Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/houndour/houndour_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/houndstone/houndstone.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/houndstone/houndstone.png new file mode 100644 index 0000000..7d0ee9a Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/houndstone/houndstone.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/houndstone/houndstone_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/houndstone/houndstone_shiny.png new file mode 100644 index 0000000..1bb6e12 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/houndstone/houndstone_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hydrapple/hydrapple.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hydrapple/hydrapple.png new file mode 100644 index 0000000..77990ee Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hydrapple/hydrapple.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hydrapple/hydrapple_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hydrapple/hydrapple_shiny.png new file mode 100644 index 0000000..2e7e721 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/hydrapple/hydrapple_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/indeedee/indeedee_f.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/indeedee/indeedee_f.png new file mode 100644 index 0000000..2fee818 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/indeedee/indeedee_f.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/indeedee/indeedee_f_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/indeedee/indeedee_f_shiny.png new file mode 100644 index 0000000..5b59fc3 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/indeedee/indeedee_f_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/indeedee/indeedee_m.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/indeedee/indeedee_m.png new file mode 100644 index 0000000..7e6431f Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/indeedee/indeedee_m.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/indeedee/indeedee_m_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/indeedee/indeedee_m_shiny.png new file mode 100644 index 0000000..1e1d1cc Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/indeedee/indeedee_m_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironmoth/ironmoth.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironmoth/ironmoth.png new file mode 100644 index 0000000..042ec18 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironmoth/ironmoth.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironmoth/ironmoth_emissive.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironmoth/ironmoth_emissive.png new file mode 100644 index 0000000..ae41256 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironmoth/ironmoth_emissive.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironmoth/ironmoth_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironmoth/ironmoth_shiny.png new file mode 100644 index 0000000..ebc97ce Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironmoth/ironmoth_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironthorns/ironthorns.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironthorns/ironthorns.png new file mode 100644 index 0000000..f5df6c1 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironthorns/ironthorns.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironthorns/ironthorns_emissive.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironthorns/ironthorns_emissive.png new file mode 100644 index 0000000..e0f0a47 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironthorns/ironthorns_emissive.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironthorns/ironthorns_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironthorns/ironthorns_shiny.png new file mode 100644 index 0000000..c3a677d Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironthorns/ironthorns_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironvaliant/ironvaliant.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironvaliant/ironvaliant.png new file mode 100644 index 0000000..dde9d0b Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironvaliant/ironvaliant.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironvaliant/ironvaliant_emissive.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironvaliant/ironvaliant_emissive.png new file mode 100644 index 0000000..14b6c59 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironvaliant/ironvaliant_emissive.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironvaliant/ironvaliant_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironvaliant/ironvaliant_shiny.png new file mode 100644 index 0000000..74afb7d Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ironvaliant/ironvaliant_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/jumpluff/jumpluff.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/jumpluff/jumpluff.png new file mode 100644 index 0000000..523a70e Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/jumpluff/jumpluff.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/jumpluff/jumpluff_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/jumpluff/jumpluff_shiny.png new file mode 100644 index 0000000..a77222f Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/jumpluff/jumpluff_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kilowattrel/kilowattrel.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kilowattrel/kilowattrel.png new file mode 100644 index 0000000..ba5401c Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kilowattrel/kilowattrel.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kilowattrel/kilowattrel_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kilowattrel/kilowattrel_shiny.png new file mode 100644 index 0000000..1a1331d Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kilowattrel/kilowattrel_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kingambit/kingambit.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kingambit/kingambit.png new file mode 100644 index 0000000..c99c9bd Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kingambit/kingambit.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kingambit/kingambit_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kingambit/kingambit_shiny.png new file mode 100644 index 0000000..d12c7c5 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kingambit/kingambit_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kubfu/kubfu.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kubfu/kubfu.png new file mode 100644 index 0000000..effd2d2 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kubfu/kubfu.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kubfu/kubfu_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kubfu/kubfu_shiny.png new file mode 100644 index 0000000..d9bdd9a Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kubfu/kubfu_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogre/kyogre.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogre/kyogre.png new file mode 100644 index 0000000..8021b90 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogre/kyogre.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogre/kyogre_emissive.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogre/kyogre_emissive.png new file mode 100644 index 0000000..b3c9495 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogre/kyogre_emissive.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogre/kyogre_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogre/kyogre_shiny.png new file mode 100644 index 0000000..dde159a Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogre/kyogre_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogreprimal/kyogreprimal.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogreprimal/kyogreprimal.png new file mode 100644 index 0000000..f0d93f6 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogreprimal/kyogreprimal.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogreprimal/kyogreprimal_emissive.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogreprimal/kyogreprimal_emissive.png new file mode 100644 index 0000000..857208c Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogreprimal/kyogreprimal_emissive.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogreprimal/kyogreprimal_emissive_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogreprimal/kyogreprimal_emissive_shiny.png new file mode 100644 index 0000000..0a1fc4c Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogreprimal/kyogreprimal_emissive_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogreprimal/kyogreprimal_line.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogreprimal/kyogreprimal_line.png new file mode 100644 index 0000000..5bba4aa Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogreprimal/kyogreprimal_line.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogreprimal/kyogreprimal_line_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogreprimal/kyogreprimal_line_shiny.png new file mode 100644 index 0000000..f3bb589 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogreprimal/kyogreprimal_line_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogreprimal/kyogreprimal_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogreprimal/kyogreprimal_shiny.png new file mode 100644 index 0000000..4b6d90f Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyogreprimal/kyogreprimal_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyurem/kyurem.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyurem/kyurem.png new file mode 100644 index 0000000..3897a7e Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyurem/kyurem.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyurem/kyurem_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyurem/kyurem_shiny.png new file mode 100644 index 0000000..26daab0 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyurem/kyurem_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyurem/kyuremblack.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyurem/kyuremblack.png new file mode 100644 index 0000000..2d9aadc Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyurem/kyuremblack.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyurem/kyuremblack_emissive.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyurem/kyuremblack_emissive.png new file mode 100644 index 0000000..5fcde84 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyurem/kyuremblack_emissive.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyurem/kyuremwhite.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyurem/kyuremwhite.png new file mode 100644 index 0000000..768ffbb Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyurem/kyuremwhite.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyurem/kyuremwhite_emissive.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyurem/kyuremwhite_emissive.png new file mode 100644 index 0000000..f9b6e77 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/kyurem/kyuremwhite_emissive.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/landorus/landorus.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/landorus/landorus.png new file mode 100644 index 0000000..a8f82c9 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/landorus/landorus.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/landorus/landorus_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/landorus/landorus_shiny.png new file mode 100644 index 0000000..7a6d67c Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/landorus/landorus_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/latias/latias.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/latias/latias.png new file mode 100644 index 0000000..afe4072 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/latias/latias.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/latias/latias_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/latias/latias_shiny.png new file mode 100644 index 0000000..022a5d8 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/latias/latias_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/latios/latios.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/latios/latios.png new file mode 100644 index 0000000..bd65793 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/latios/latios.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/latios/latios_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/latios/latios_shiny.png new file mode 100644 index 0000000..5766530 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/latios/latios_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/leavanny/leavanny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/leavanny/leavanny.png new file mode 100644 index 0000000..2f40971 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/leavanny/leavanny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/leavanny/leavanny_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/leavanny/leavanny_shiny.png new file mode 100644 index 0000000..f5045cd Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/leavanny/leavanny_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ledian/ledian.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ledian/ledian.png new file mode 100644 index 0000000..61008a8 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ledian/ledian.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ledian/ledian_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ledian/ledian_shiny.png new file mode 100644 index 0000000..d8bf08f Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ledian/ledian_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ledyba/ledyba.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ledyba/ledyba.png new file mode 100644 index 0000000..a024ae8 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ledyba/ledyba.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ledyba/ledyba_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ledyba/ledyba_shiny.png new file mode 100644 index 0000000..50991dc Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ledyba/ledyba_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/liepard/liepard.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/liepard/liepard.png new file mode 100644 index 0000000..9f11769 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/liepard/liepard.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/liepard/liepard_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/liepard/liepard_shiny.png new file mode 100644 index 0000000..62d9ba0 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/liepard/liepard_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/litleo/litleo.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/litleo/litleo.png new file mode 100644 index 0000000..bd137f6 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/litleo/litleo.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/litleo/litleo_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/litleo/litleo_shiny.png new file mode 100644 index 0000000..0e9ab56 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/litleo/litleo_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lurantis/lurantis.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lurantis/lurantis.png new file mode 100644 index 0000000..b005826 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lurantis/lurantis.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lurantis/lurantis_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lurantis/lurantis_shiny.png new file mode 100644 index 0000000..a6fe703 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lurantis/lurantis_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lycanroc/lycanroc.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lycanroc/lycanroc.png new file mode 100644 index 0000000..8e54bad Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lycanroc/lycanroc.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lycanroc/lycanroc_dusk.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lycanroc/lycanroc_dusk.png new file mode 100644 index 0000000..7f1f641 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lycanroc/lycanroc_dusk.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lycanroc/lycanroc_dusk_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lycanroc/lycanroc_dusk_shiny.png new file mode 100644 index 0000000..b0d8bfc Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lycanroc/lycanroc_dusk_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lycanroc/lycanroc_midnight.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lycanroc/lycanroc_midnight.png new file mode 100644 index 0000000..dbcf17b Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lycanroc/lycanroc_midnight.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lycanroc/lycanroc_midnight_emissive.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lycanroc/lycanroc_midnight_emissive.png new file mode 100644 index 0000000..3878796 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lycanroc/lycanroc_midnight_emissive.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lycanroc/lycanroc_midnight_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lycanroc/lycanroc_midnight_shiny.png new file mode 100644 index 0000000..663ef3a Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lycanroc/lycanroc_midnight_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lycanroc/lycanroc_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lycanroc/lycanroc_shiny.png new file mode 100644 index 0000000..56393a6 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/lycanroc/lycanroc_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/manaphy/manaphy.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/manaphy/manaphy.png new file mode 100644 index 0000000..6e7a077 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/manaphy/manaphy.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/manaphy/manaphy_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/manaphy/manaphy_shiny.png new file mode 100644 index 0000000..dafc7d9 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/manaphy/manaphy_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mandibuzz/mandibuzz.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mandibuzz/mandibuzz.png new file mode 100644 index 0000000..80b070e Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mandibuzz/mandibuzz.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mandibuzz/mandibuzz_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mandibuzz/mandibuzz_shiny.png new file mode 100644 index 0000000..fda92ef Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mandibuzz/mandibuzz_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mareanie/mareanie.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mareanie/mareanie.png new file mode 100644 index 0000000..860d2b1 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mareanie/mareanie.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mareanie/mareanie_emissive.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mareanie/mareanie_emissive.png new file mode 100644 index 0000000..740f601 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mareanie/mareanie_emissive.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mareanie/mareanie_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mareanie/mareanie_shiny.png new file mode 100644 index 0000000..9577648 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mareanie/mareanie_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mareanie/mareanie_shiny_emissive.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mareanie/mareanie_shiny_emissive.png new file mode 100644 index 0000000..82fd3e1 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mareanie/mareanie_shiny_emissive.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marill/marill.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marill/marill.png new file mode 100644 index 0000000..2690171 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marill/marill.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marill/marill_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marill/marill_shiny.png new file mode 100644 index 0000000..ae4b851 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marill/marill_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan.png new file mode 100644 index 0000000..e0f388f Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_emissive_1.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_emissive_1.png new file mode 100644 index 0000000..e0ec151 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_emissive_1.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_emissive_2.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_emissive_2.png new file mode 100644 index 0000000..6b6345c Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_emissive_2.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_emissive_3.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_emissive_3.png new file mode 100644 index 0000000..0af1247 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_emissive_3.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_emissive_4.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_emissive_4.png new file mode 100644 index 0000000..0d8eb9a Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_emissive_4.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_emissive_5.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_emissive_5.png new file mode 100644 index 0000000..1ea35a6 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_emissive_5.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_emissive_6.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_emissive_6.png new file mode 100644 index 0000000..3f8d37a Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_emissive_6.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_emissive_7.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_emissive_7.png new file mode 100644 index 0000000..55d20ea Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_emissive_7.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_emissive_8.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_emissive_8.png new file mode 100644 index 0000000..88eebb2 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_emissive_8.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_shiny.png new file mode 100644 index 0000000..16c28c1 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marowak/marowak_alolan_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marshadow/marshadow.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marshadow/marshadow.png new file mode 100644 index 0000000..be12218 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marshadow/marshadow.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marshadow/marshadow_emissive.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marshadow/marshadow_emissive.png new file mode 100644 index 0000000..ab5af94 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marshadow/marshadow_emissive.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marshadow/marshadow_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marshadow/marshadow_shiny.png new file mode 100644 index 0000000..a66134f Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/marshadow/marshadow_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/medicham/medicham.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/medicham/medicham.png new file mode 100644 index 0000000..19aee22 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/medicham/medicham.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/medicham/medicham_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/medicham/medicham_shiny.png new file mode 100644 index 0000000..c8dfae1 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/medicham/medicham_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meditite/meditite.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meditite/meditite.png new file mode 100644 index 0000000..4e3e79e Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meditite/meditite.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meditite/meditite_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meditite/meditite_shiny.png new file mode 100644 index 0000000..e4aa2b7 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meditite/meditite_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/megarayquaza/megarayquaza.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/megarayquaza/megarayquaza.png new file mode 100644 index 0000000..44a08a2 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/megarayquaza/megarayquaza.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/megarayquaza/megarayquaza_emissive.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/megarayquaza/megarayquaza_emissive.png new file mode 100644 index 0000000..a7126e4 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/megarayquaza/megarayquaza_emissive.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/megarayquaza/megarayquaza_emissive_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/megarayquaza/megarayquaza_emissive_shiny.png new file mode 100644 index 0000000..a7126e4 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/megarayquaza/megarayquaza_emissive_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/megarayquaza/megarayquaza_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/megarayquaza/megarayquaza_shiny.png new file mode 100644 index 0000000..23ee02b Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/megarayquaza/megarayquaza_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/melmetal/melmetal.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/melmetal/melmetal.png new file mode 100644 index 0000000..d4f6a99 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/melmetal/melmetal.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/melmetal/melmetal_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/melmetal/melmetal_shiny.png new file mode 100644 index 0000000..80a680e Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/melmetal/melmetal_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meltan/meltan.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meltan/meltan.png new file mode 100644 index 0000000..b18dc72 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meltan/meltan.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meltan/meltan_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meltan/meltan_shiny.png new file mode 100644 index 0000000..db8e7dd Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meltan/meltan_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meowstic/meowstic_f.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meowstic/meowstic_f.png new file mode 100644 index 0000000..ab229f1 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meowstic/meowstic_f.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meowstic/meowstic_f_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meowstic/meowstic_f_shiny.png new file mode 100644 index 0000000..5efc6b0 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meowstic/meowstic_f_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meowstic/meowstic_glow_f.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meowstic/meowstic_glow_f.png new file mode 100644 index 0000000..1306854 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meowstic/meowstic_glow_f.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meowstic/meowstic_glow_m.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meowstic/meowstic_glow_m.png new file mode 100644 index 0000000..ba0638d Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meowstic/meowstic_glow_m.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meowstic/meowstic_m.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meowstic/meowstic_m.png new file mode 100644 index 0000000..996e745 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meowstic/meowstic_m.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meowstic/meowstic_m_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meowstic/meowstic_m_shiny.png new file mode 100644 index 0000000..0ba5599 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/meowstic/meowstic_m_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/milotic/milotic.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/milotic/milotic.png new file mode 100644 index 0000000..20864d5 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/milotic/milotic.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/milotic/milotic_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/milotic/milotic_shiny.png new file mode 100644 index 0000000..b34176f Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/milotic/milotic_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/minccino/minccino.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/minccino/minccino.png new file mode 100644 index 0000000..3bb0155 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/minccino/minccino.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/minccino/minccino_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/minccino/minccino_shiny.png new file mode 100644 index 0000000..a407a8b Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/minccino/minccino_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/moltres/moltres2.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/moltres/moltres2.png new file mode 100644 index 0000000..9b11ed7 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/moltres/moltres2.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/moltres/moltres2_emissive.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/moltres/moltres2_emissive.png new file mode 100644 index 0000000..771716a Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/moltres/moltres2_emissive.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/moltres/moltres2_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/moltres/moltres2_shiny.png new file mode 100644 index 0000000..085bbc9 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/moltres/moltres2_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/moltres/moltres2_shiny_emissive.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/moltres/moltres2_shiny_emissive.png new file mode 100644 index 0000000..6332a62 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/moltres/moltres2_shiny_emissive.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/moltres/moltres_galar.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/moltres/moltres_galar.png new file mode 100644 index 0000000..9451a5c Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/moltres/moltres_galar.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/moltres/moltres_galar_emissive.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/moltres/moltres_galar_emissive.png new file mode 100644 index 0000000..1ad2167 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/moltres/moltres_galar_emissive.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/moltres/moltres_galar_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/moltres/moltres_galar_shiny.png new file mode 100644 index 0000000..670663f Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/moltres/moltres_galar_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/moltres/moltres_galar_shiny_emissive.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/moltres/moltres_galar_shiny_emissive.png new file mode 100644 index 0000000..eb00656 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/moltres/moltres_galar_shiny_emissive.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/morpeko/morpeko.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/morpeko/morpeko.png new file mode 100644 index 0000000..86eab57 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/morpeko/morpeko.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/morpeko/morpeko_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/morpeko/morpeko_shiny.png new file mode 100644 index 0000000..c048824 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/morpeko/morpeko_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mrmime/mrmime_galarian.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mrmime/mrmime_galarian.png new file mode 100644 index 0000000..1f908b3 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mrmime/mrmime_galarian.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mrmime/mrmime_galarian_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mrmime/mrmime_galarian_shiny.png new file mode 100644 index 0000000..c8e2c9d Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mrmime/mrmime_galarian_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mrrime/mrrime.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mrrime/mrrime.png new file mode 100644 index 0000000..35efe42 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mrrime/mrrime.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mrrime/mrrime_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mrrime/mrrime_shiny.png new file mode 100644 index 0000000..5c0156f Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/mrrime/mrrime_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/muk/muk_alolan.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/muk/muk_alolan.png new file mode 100644 index 0000000..2d8c401 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/muk/muk_alolan.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/muk/muk_alolan_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/muk/muk_alolan_shiny.png new file mode 100644 index 0000000..9c863b6 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/muk/muk_alolan_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/munna/munna.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/munna/munna.png new file mode 100644 index 0000000..2d50b00 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/munna/munna.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/munna/munna_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/munna/munna_shiny.png new file mode 100644 index 0000000..bafc85d Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/munna/munna_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/musharna/musharna.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/musharna/musharna.png new file mode 100644 index 0000000..6ebd549 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/musharna/musharna.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/musharna/musharna_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/musharna/musharna_shiny.png new file mode 100644 index 0000000..e3b47ca Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/musharna/musharna_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/naganadel/naganadel.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/naganadel/naganadel.png new file mode 100644 index 0000000..5b8db2b Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/naganadel/naganadel.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/naganadel/naganadel_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/naganadel/naganadel_shiny.png new file mode 100644 index 0000000..a9e80d3 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/naganadel/naganadel_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/necrozma/necrozma.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/necrozma/necrozma.png new file mode 100644 index 0000000..949dc71 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/necrozma/necrozma.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/necrozma/necrozma_emissive.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/necrozma/necrozma_emissive.png new file mode 100644 index 0000000..c2d3df7 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/necrozma/necrozma_emissive.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/necrozma/necrozma_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/necrozma/necrozma_shiny.png new file mode 100644 index 0000000..70c6525 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/necrozma/necrozma_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/nihilego/nihilego.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/nihilego/nihilego.png new file mode 100644 index 0000000..34b7baa Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/nihilego/nihilego.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/nihilego/nihilego_emissive.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/nihilego/nihilego_emissive.png new file mode 100644 index 0000000..c253296 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/nihilego/nihilego_emissive.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/nihilego/nihilego_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/nihilego/nihilego_shiny.png new file mode 100644 index 0000000..5f08547 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/nihilego/nihilego_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/nihilego/nihilego_shiny_emissive.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/nihilego/nihilego_shiny_emissive.png new file mode 100644 index 0000000..7b88dd5 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/nihilego/nihilego_shiny_emissive.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon.png new file mode 100644 index 0000000..447acb2 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon_emissive.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon_emissive.png new file mode 100644 index 0000000..f803f73 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon_emissive.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon_emissive_fire.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon_emissive_fire.png new file mode 100644 index 0000000..a797649 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon_emissive_fire.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon_emissive_rock.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon_emissive_rock.png new file mode 100644 index 0000000..807c71a Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon_emissive_rock.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon_emissive_water.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon_emissive_water.png new file mode 100644 index 0000000..612da16 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon_emissive_water.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon_fire.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon_fire.png new file mode 100644 index 0000000..c43c53e Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon_fire.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon_rock.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon_rock.png new file mode 100644 index 0000000..f6bed6e Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon_rock.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon_shiny.png new file mode 100644 index 0000000..651a5b0 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon_water.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon_water.png new file mode 100644 index 0000000..d69e1f4 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ogerpon/ogerpon_water.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/orbeetle/orbeetle.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/orbeetle/orbeetle.png new file mode 100644 index 0000000..8f74736 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/orbeetle/orbeetle.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/orbeetle/orbeetle_emissive.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/orbeetle/orbeetle_emissive.png new file mode 100644 index 0000000..cdaf39d Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/orbeetle/orbeetle_emissive.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/orbeetle/orbeetle_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/orbeetle/orbeetle_shiny.png new file mode 100644 index 0000000..5ff5459 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/orbeetle/orbeetle_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/orbeetle/orbeetle_shiny_emissive.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/orbeetle/orbeetle_shiny_emissive.png new file mode 100644 index 0000000..f48d239 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/orbeetle/orbeetle_shiny_emissive.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/orthworm/orthworm.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/orthworm/orthworm.png new file mode 100644 index 0000000..40c51c1 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/orthworm/orthworm.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/orthworm/orthworm_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/orthworm/orthworm_shiny.png new file mode 100644 index 0000000..4c748c1 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/orthworm/orthworm_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/palafin/palafin.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/palafin/palafin.png new file mode 100644 index 0000000..3bd43a6 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/palafin/palafin.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/palafin/palafin_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/palafin/palafin_shiny.png new file mode 100644 index 0000000..3f7dbd4 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/palafin/palafin_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/palossand/palossand.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/palossand/palossand.png new file mode 100644 index 0000000..23fe502 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/palossand/palossand.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/palossand/palossand_mesa.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/palossand/palossand_mesa.png new file mode 100644 index 0000000..4027ae8 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/palossand/palossand_mesa.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/palossand/palossand_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/palossand/palossand_shiny.png new file mode 100644 index 0000000..0c5e3ab Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/palossand/palossand_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pawmi/pawmi.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pawmi/pawmi.png new file mode 100644 index 0000000..d9636f3 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pawmi/pawmi.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pawmi/pawmi_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pawmi/pawmi_shiny.png new file mode 100644 index 0000000..06e4b20 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pawmi/pawmi_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pawmo/pawmo.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pawmo/pawmo.png new file mode 100644 index 0000000..f727fb3 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pawmo/pawmo.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pawmo/pawmo_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pawmo/pawmo_shiny.png new file mode 100644 index 0000000..189326e Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pawmo/pawmo_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pawmot/pawmot.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pawmot/pawmot.png new file mode 100644 index 0000000..ff66d0b Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pawmot/pawmot.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pawmot/pawmot_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pawmot/pawmot_shiny.png new file mode 100644 index 0000000..dd53b58 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pawmot/pawmot_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pawniard/pawniard.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pawniard/pawniard.png new file mode 100644 index 0000000..79d7790 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pawniard/pawniard.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pawniard/pawniard_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pawniard/pawniard_shiny.png new file mode 100644 index 0000000..fcb17f6 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pawniard/pawniard_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pecharunt/pecharunt.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pecharunt/pecharunt.png new file mode 100644 index 0000000..8f034c8 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pecharunt/pecharunt.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pecharunt/pecharunt_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pecharunt/pecharunt_shiny.png new file mode 100644 index 0000000..73b005b Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pecharunt/pecharunt_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/phione/phione.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/phione/phione.png new file mode 100644 index 0000000..77b5ec9 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/phione/phione.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/phione/phione_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/phione/phione_shiny.png new file mode 100644 index 0000000..eba9dd0 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/phione/phione_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/poipole/poipole.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/poipole/poipole.png new file mode 100644 index 0000000..fdf3046 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/poipole/poipole.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/poipole/poipole_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/poipole/poipole_shiny.png new file mode 100644 index 0000000..6a3e3ef Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/poipole/poipole_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/poltchageist/poltchageist.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/poltchageist/poltchageist.png new file mode 100644 index 0000000..1ef8955 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/poltchageist/poltchageist.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/poltchageist/poltchageist_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/poltchageist/poltchageist_shiny.png new file mode 100644 index 0000000..c5caf7d Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/poltchageist/poltchageist_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/purrloin/purrloin.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/purrloin/purrloin.png new file mode 100644 index 0000000..bccc26b Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/purrloin/purrloin.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/purrloin/purrloin_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/purrloin/purrloin_shiny.png new file mode 100644 index 0000000..c24f804 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/purrloin/purrloin_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/purugly/purugly.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/purugly/purugly.png new file mode 100644 index 0000000..3137c84 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/purugly/purugly.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/purugly/purugly_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/purugly/purugly_shiny.png new file mode 100644 index 0000000..52fc226 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/purugly/purugly_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pyroar/pyroar_f.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pyroar/pyroar_f.png new file mode 100644 index 0000000..643205c Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pyroar/pyroar_f.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pyroar/pyroar_f_glow.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pyroar/pyroar_f_glow.png new file mode 100644 index 0000000..444d8bb Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pyroar/pyroar_f_glow.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pyroar/pyroar_f_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pyroar/pyroar_f_shiny.png new file mode 100644 index 0000000..d4c8a94 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pyroar/pyroar_f_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pyroar/pyroar_f_shiny_glow.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pyroar/pyroar_f_shiny_glow.png new file mode 100644 index 0000000..0f54c5e Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pyroar/pyroar_f_shiny_glow.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pyroar/pyroar_m.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pyroar/pyroar_m.png new file mode 100644 index 0000000..f9ad467 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pyroar/pyroar_m.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pyroar/pyroar_m_glow.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pyroar/pyroar_m_glow.png new file mode 100644 index 0000000..e03561c Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pyroar/pyroar_m_glow.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pyroar/pyroar_m_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pyroar/pyroar_m_shiny.png new file mode 100644 index 0000000..a79a34c Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pyroar/pyroar_m_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pyroar/pyroar_m_shiny_glow.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pyroar/pyroar_m_shiny_glow.png new file mode 100644 index 0000000..e4337ef Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/pyroar/pyroar_m_shiny_glow.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ragingbolt/ragingbolt.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ragingbolt/ragingbolt.png new file mode 100644 index 0000000..4159e55 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ragingbolt/ragingbolt.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/rayquaza/rayquaza.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/rayquaza/rayquaza.png new file mode 100644 index 0000000..cc6718c Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/rayquaza/rayquaza.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/rayquaza/rayquaza_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/rayquaza/rayquaza_shiny.png new file mode 100644 index 0000000..f5bff52 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/rayquaza/rayquaza_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/reshiram/reshiram.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/reshiram/reshiram.png new file mode 100644 index 0000000..a82913c Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/reshiram/reshiram.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/reshiram/reshiram_emissive.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/reshiram/reshiram_emissive.png new file mode 100644 index 0000000..8974ae3 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/reshiram/reshiram_emissive.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/reshiram/reshiram_emissive_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/reshiram/reshiram_emissive_shiny.png new file mode 100644 index 0000000..0533c76 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/reshiram/reshiram_emissive_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/reshiram/reshiram_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/reshiram/reshiram_shiny.png new file mode 100644 index 0000000..c4bc83e Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/reshiram/reshiram_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/reuniclus/reuniclus.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/reuniclus/reuniclus.png new file mode 100644 index 0000000..9a54f4d Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/reuniclus/reuniclus.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/reuniclus/reuniclus_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/reuniclus/reuniclus_shiny.png new file mode 100644 index 0000000..bbd53e0 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/reuniclus/reuniclus_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/rockruff/rockruff.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/rockruff/rockruff.png new file mode 100644 index 0000000..f20e903 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/rockruff/rockruff.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/rockruff/rockruff_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/rockruff/rockruff_shiny.png new file mode 100644 index 0000000..7340e8f Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/rockruff/rockruff_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/sandygast/sandygast.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/sandygast/sandygast.png new file mode 100644 index 0000000..a9038e9 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/sandygast/sandygast.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/sandygast/sandygast_mesa.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/sandygast/sandygast_mesa.png new file mode 100644 index 0000000..c9d2ea9 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/sandygast/sandygast_mesa.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/sandygast/sandygast_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/sandygast/sandygast_shiny.png new file mode 100644 index 0000000..99bd340 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/sandygast/sandygast_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/scovillain/scovillain.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/scovillain/scovillain.png new file mode 100644 index 0000000..57fb272 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/scovillain/scovillain.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/scovillain/scovillain_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/scovillain/scovillain_shiny.png new file mode 100644 index 0000000..7c2d3c1 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/scovillain/scovillain_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/screamtail/screamtail.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/screamtail/screamtail.png new file mode 100644 index 0000000..5e2f34c Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/screamtail/screamtail.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/screamtail/screamtail_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/screamtail/screamtail_shiny.png new file mode 100644 index 0000000..f0cb04a Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/screamtail/screamtail_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/sewaddle/sewaddle.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/sewaddle/sewaddle.png new file mode 100644 index 0000000..0c12d55 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/sewaddle/sewaddle.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/sewaddle/sewaddle_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/sewaddle/sewaddle_shiny.png new file mode 100644 index 0000000..20e2446 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/sewaddle/sewaddle_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/shaymin/shaymin.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/shaymin/shaymin.png new file mode 100644 index 0000000..280a452 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/shaymin/shaymin.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/shaymin/shaymin_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/shaymin/shaymin_shiny.png new file mode 100644 index 0000000..f3fb163 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/shaymin/shaymin_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/shaymin/shaymin_sky.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/shaymin/shaymin_sky.png new file mode 100644 index 0000000..3f07a72 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/shaymin/shaymin_sky.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/shaymin/shaymin_sky_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/shaymin/shaymin_sky_shiny.png new file mode 100644 index 0000000..70cf6d2 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/shaymin/shaymin_sky_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/shellos/shellos_e.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/shellos/shellos_e.png new file mode 100644 index 0000000..3a81990 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/shellos/shellos_e.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/shellos/shellos_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/shellos/shellos_shiny.png new file mode 100644 index 0000000..786ce76 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/shellos/shellos_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/shellos/shellos_w.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/shellos/shellos_w.png new file mode 100644 index 0000000..2fbe58e Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/shellos/shellos_w.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/shellos/shellos_w_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/shellos/shellos_w_shiny.png new file mode 100644 index 0000000..d97d879 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/shellos/shellos_w_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/sinistcha/sinistcha.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/sinistcha/sinistcha.png new file mode 100644 index 0000000..91590f4 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/sinistcha/sinistcha.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/sinistcha/sinistcha_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/sinistcha/sinistcha_shiny.png new file mode 100644 index 0000000..922b8cd Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/sinistcha/sinistcha_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skiddo/skiddo.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skiddo/skiddo.png new file mode 100644 index 0000000..54fa64c Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skiddo/skiddo.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skiddo/skiddo_kristmas.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skiddo/skiddo_kristmas.png new file mode 100644 index 0000000..b78c857 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skiddo/skiddo_kristmas.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skiddo/skiddo_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skiddo/skiddo_shiny.png new file mode 100644 index 0000000..b6ce2d7 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skiddo/skiddo_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skiploom/skiploom.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skiploom/skiploom.png new file mode 100644 index 0000000..aa9ecba Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skiploom/skiploom.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skiploom/skiploom_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skiploom/skiploom_shiny.png new file mode 100644 index 0000000..6329c10 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skiploom/skiploom_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skitty/skitty.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skitty/skitty.png new file mode 100644 index 0000000..719d449 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skitty/skitty.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skitty/skitty_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skitty/skitty_shiny.png new file mode 100644 index 0000000..0d8d385 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skitty/skitty_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skorupi/skorupi.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skorupi/skorupi.png new file mode 100644 index 0000000..9a5b08e Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skorupi/skorupi.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skorupi/skorupi_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skorupi/skorupi_shiny.png new file mode 100644 index 0000000..58c0bc5 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skorupi/skorupi_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skuntank/skuntank.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skuntank/skuntank.png new file mode 100644 index 0000000..9168b56 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skuntank/skuntank.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skuntank/skuntank_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skuntank/skuntank_shiny.png new file mode 100644 index 0000000..47c97fe Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/skuntank/skuntank_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/slowbro/slowbro_galarian.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/slowbro/slowbro_galarian.png new file mode 100644 index 0000000..2ae9cfc Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/slowbro/slowbro_galarian.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/slowbro/slowbro_galarian_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/slowbro/slowbro_galarian_shiny.png new file mode 100644 index 0000000..bc0ca3b Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/slowbro/slowbro_galarian_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/slowking/slowking_galarian.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/slowking/slowking_galarian.png new file mode 100644 index 0000000..0e24cb8 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/slowking/slowking_galarian.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/slowking/slowking_galarian_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/slowking/slowking_galarian_shiny.png new file mode 100644 index 0000000..d69d977 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/slowking/slowking_galarian_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/slowpoke/slowpoke_galarian.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/slowpoke/slowpoke_galarian.png new file mode 100644 index 0000000..9f1f719 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/slowpoke/slowpoke_galarian.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/slowpoke/slowpoke_galarian_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/slowpoke/slowpoke_galarian_shiny.png new file mode 100644 index 0000000..45438bd Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/slowpoke/slowpoke_galarian_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/snorunt/snorunt.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/snorunt/snorunt.png new file mode 100644 index 0000000..95441ec Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/snorunt/snorunt.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/snorunt/snorunt_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/snorunt/snorunt_shiny.png new file mode 100644 index 0000000..0f25ced Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/snorunt/snorunt_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/solosis/solosis.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/solosis/solosis.png new file mode 100644 index 0000000..3632ebb Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/solosis/solosis.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/solosis/solosis_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/solosis/solosis_shiny.png new file mode 100644 index 0000000..31d8d35 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/solosis/solosis_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/stunky/stunky.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/stunky/stunky.png new file mode 100644 index 0000000..bb15d9f Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/stunky/stunky.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/stunky/stunky_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/stunky/stunky_shiny.png new file mode 100644 index 0000000..7b1cfb4 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/stunky/stunky_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/swadloon/swadloon.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/swadloon/swadloon.png new file mode 100644 index 0000000..58a670c Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/swadloon/swadloon.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/swadloon/swadloon_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/swadloon/swadloon_shiny.png new file mode 100644 index 0000000..11f5f3b Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/swadloon/swadloon_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/swanna/swanna.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/swanna/swanna.png new file mode 100644 index 0000000..c5bfcb3 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/swanna/swanna.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/swanna/swanna_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/swanna/swanna_shiny.png new file mode 100644 index 0000000..6131a59 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/swanna/swanna_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tadbulb/tadbulb.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tadbulb/tadbulb.png new file mode 100644 index 0000000..fe70480 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tadbulb/tadbulb.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tadbulb/tadbulb_emissive.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tadbulb/tadbulb_emissive.png new file mode 100644 index 0000000..2ba2218 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tadbulb/tadbulb_emissive.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tadbulb/tadbulb_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tadbulb/tadbulb_shiny.png new file mode 100644 index 0000000..a038e53 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tadbulb/tadbulb_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tauros/tauros_aqua.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tauros/tauros_aqua.png new file mode 100644 index 0000000..b229cc8 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tauros/tauros_aqua.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tauros/tauros_aqua_emissive.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tauros/tauros_aqua_emissive.png new file mode 100644 index 0000000..63b86d5 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tauros/tauros_aqua_emissive.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tauros/tauros_aqua_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tauros/tauros_aqua_shiny.png new file mode 100644 index 0000000..8306252 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tauros/tauros_aqua_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tauros/tauros_blaze.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tauros/tauros_blaze.png new file mode 100644 index 0000000..29f7a70 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tauros/tauros_blaze.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tauros/tauros_blaze_emissive.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tauros/tauros_blaze_emissive.png new file mode 100644 index 0000000..c07cbc2 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tauros/tauros_blaze_emissive.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tauros/tauros_blaze_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tauros/tauros_blaze_shiny.png new file mode 100644 index 0000000..7ab45a4 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tauros/tauros_blaze_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tauros/tauros_combat.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tauros/tauros_combat.png new file mode 100644 index 0000000..d9eb9a8 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tauros/tauros_combat.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tauros/tauros_combat_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tauros/tauros_combat_shiny.png new file mode 100644 index 0000000..5d8b6b0 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tauros/tauros_combat_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/thundurus/thundurus.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/thundurus/thundurus.png new file mode 100644 index 0000000..cc85a54 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/thundurus/thundurus.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/thundurus/thundurus_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/thundurus/thundurus_shiny.png new file mode 100644 index 0000000..7f013fe Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/thundurus/thundurus_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/togedemaru/togedemaru.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/togedemaru/togedemaru.png new file mode 100644 index 0000000..d5444ab Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/togedemaru/togedemaru.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/togedemaru/togedemaru_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/togedemaru/togedemaru_shiny.png new file mode 100644 index 0000000..918cc5a Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/togedemaru/togedemaru_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tornadus/tornadus.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tornadus/tornadus.png new file mode 100644 index 0000000..facceff Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tornadus/tornadus.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tornadus/tornadus_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tornadus/tornadus_shiny.png new file mode 100644 index 0000000..aa6c3d6 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tornadus/tornadus_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxapex/toxapex.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxapex/toxapex.png new file mode 100644 index 0000000..0abbb7b Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxapex/toxapex.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxapex/toxapex_emissive.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxapex/toxapex_emissive.png new file mode 100644 index 0000000..ca29134 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxapex/toxapex_emissive.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxapex/toxapex_emissive_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxapex/toxapex_emissive_shiny.png new file mode 100644 index 0000000..deea073 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxapex/toxapex_emissive_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxapex/toxapex_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxapex/toxapex_shiny.png new file mode 100644 index 0000000..672ad48 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxapex/toxapex_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxel/toxel.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxel/toxel.png new file mode 100644 index 0000000..e393ec3 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxel/toxel.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxel/toxel_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxel/toxel_shiny.png new file mode 100644 index 0000000..78044b0 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxel/toxel_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxicroak/toxicroak.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxicroak/toxicroak.png new file mode 100644 index 0000000..d8c840f Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxicroak/toxicroak.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxicroak/toxicroak_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxicroak/toxicroak_shiny.png new file mode 100644 index 0000000..c6284bc Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxicroak/toxicroak_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxtricity/toxtricitya.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxtricity/toxtricitya.png new file mode 100644 index 0000000..1635da1 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxtricity/toxtricitya.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxtricity/toxtricitya_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxtricity/toxtricitya_shiny.png new file mode 100644 index 0000000..13ee3ad Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxtricity/toxtricitya_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxtricity/toxtricityb.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxtricity/toxtricityb.png new file mode 100644 index 0000000..128d097 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxtricity/toxtricityb.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxtricity/toxtricityb_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxtricity/toxtricityb_shiny.png new file mode 100644 index 0000000..fc02e6a Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/toxtricity/toxtricityb_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tynamo/tynamo.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tynamo/tynamo.png new file mode 100644 index 0000000..41090ba Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tynamo/tynamo.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tynamo/tynamo_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tynamo/tynamo_shiny.png new file mode 100644 index 0000000..664afb5 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/tynamo/tynamo_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ursaluna_bloodmoon/ursaluna_bloodmoon.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ursaluna_bloodmoon/ursaluna_bloodmoon.png new file mode 100644 index 0000000..ac49c23 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ursaluna_bloodmoon/ursaluna_bloodmoon.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ursaluna_bloodmoon/ursaluna_bloodmoon_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ursaluna_bloodmoon/ursaluna_bloodmoon_shiny.png new file mode 100644 index 0000000..4e76c47 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/ursaluna_bloodmoon/ursaluna_bloodmoon_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/urshifu/urshifu.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/urshifu/urshifu.png new file mode 100644 index 0000000..fce48b6 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/urshifu/urshifu.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/urshifu/urshifu_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/urshifu/urshifu_shiny.png new file mode 100644 index 0000000..04f9154 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/urshifu/urshifu_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/urshifurs/urshifurs.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/urshifurs/urshifurs.png new file mode 100644 index 0000000..fce48b6 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/urshifurs/urshifurs.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/urshifurs/urshifurs_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/urshifurs/urshifurs_shiny.png new file mode 100644 index 0000000..04f9154 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/urshifurs/urshifurs_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/veluza/veluza.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/veluza/veluza.png new file mode 100644 index 0000000..bdb0ce9 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/veluza/veluza.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/veluza/veluza_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/veluza/veluza_shiny.png new file mode 100644 index 0000000..a12494a Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/veluza/veluza_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/volcanion/volcanion.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/volcanion/volcanion.png new file mode 100644 index 0000000..3c4d2f2 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/volcanion/volcanion.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/volcanion/volcanion_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/volcanion/volcanion_shiny.png new file mode 100644 index 0000000..79cb9f1 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/volcanion/volcanion_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/vullaby/vullaby.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/vullaby/vullaby.png new file mode 100644 index 0000000..6c4fb5d Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/vullaby/vullaby.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/vullaby/vullaby_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/vullaby/vullaby_shiny.png new file mode 100644 index 0000000..a90bbd4 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/vullaby/vullaby_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/wattrel/wattrel.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/wattrel/wattrel.png new file mode 100644 index 0000000..b2e0755 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/wattrel/wattrel.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/wattrel/wattrel_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/wattrel/wattrel_shiny.png new file mode 100644 index 0000000..f9a3164 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/wattrel/wattrel_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/wiglett/wiglett.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/wiglett/wiglett.png new file mode 100644 index 0000000..3bf6c6a Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/wiglett/wiglett.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/wiglett/wiglett_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/wiglett/wiglett_shiny.png new file mode 100644 index 0000000..318c394 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/wiglett/wiglett_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/wugtrio/wugtrio.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/wugtrio/wugtrio.png new file mode 100644 index 0000000..1a007ba Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/wugtrio/wugtrio.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/wugtrio/wugtrio_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/wugtrio/wugtrio_shiny.png new file mode 100644 index 0000000..1434ebe Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/wugtrio/wugtrio_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/xurkitree/xurkitree.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/xurkitree/xurkitree.png new file mode 100644 index 0000000..79194d7 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/xurkitree/xurkitree.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/xurkitree/xurkitree_emissive.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/xurkitree/xurkitree_emissive.png new file mode 100644 index 0000000..4c57da9 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/xurkitree/xurkitree_emissive.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/xurkitree/xurkitree_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/xurkitree/xurkitree_shiny.png new file mode 100644 index 0000000..373f11c Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/xurkitree/xurkitree_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zapdos/zapdos2.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zapdos/zapdos2.png new file mode 100644 index 0000000..89e7bfd Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zapdos/zapdos2.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zapdos/zapdos2_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zapdos/zapdos2_shiny.png new file mode 100644 index 0000000..e68ad31 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zapdos/zapdos2_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zapdos/zapdos_galar.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zapdos/zapdos_galar.png new file mode 100644 index 0000000..6236b70 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zapdos/zapdos_galar.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zapdos/zapdos_galar_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zapdos/zapdos_galar_shiny.png new file mode 100644 index 0000000..b426114 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zapdos/zapdos_galar_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zekrom/zekrom.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zekrom/zekrom.png new file mode 100644 index 0000000..a47ad98 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zekrom/zekrom.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zekrom/zekrom_emissive.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zekrom/zekrom_emissive.png new file mode 100644 index 0000000..2d0c42f Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zekrom/zekrom_emissive.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zekrom/zekrom_emissive_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zekrom/zekrom_emissive_shiny.png new file mode 100644 index 0000000..3f4b024 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zekrom/zekrom_emissive_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zekrom/zekrom_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zekrom/zekrom_shiny.png new file mode 100644 index 0000000..c596611 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zekrom/zekrom_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zeraora/zeraora.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zeraora/zeraora.png new file mode 100644 index 0000000..534b524 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zeraora/zeraora.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zeraora/zeraora_emissive.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zeraora/zeraora_emissive.png new file mode 100644 index 0000000..b5175c7 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zeraora/zeraora_emissive.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zeraora/zeraora_emissive_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zeraora/zeraora_emissive_shiny.png new file mode 100644 index 0000000..af06454 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zeraora/zeraora_emissive_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zeraora/zeraora_shiny.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zeraora/zeraora_shiny.png new file mode 100644 index 0000000..b28bcf0 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zeraora/zeraora_shiny.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zeraora/zeraora_translucent.png b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zeraora/zeraora_translucent.png new file mode 100644 index 0000000..c4785b0 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/assets/cobblemon/textures/pokemon/zeraora/zeraora_translucent.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/fossils/genesectfossil.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/fossils/genesectfossil.json new file mode 100644 index 0000000..48257b1 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/fossils/genesectfossil.json @@ -0,0 +1,8 @@ +{ + "result": "genesect", + "fossils": [ + "cobblemon:dome_fossil", + "cobblemon:dubious_disc" + ] + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/fossils/mewtwofossil.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/fossils/mewtwofossil.json new file mode 100644 index 0000000..fd70432 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/fossils/mewtwofossil.json @@ -0,0 +1,8 @@ +{ + "result": "mewtwo", + "fossils": [ + "minecraft:nether_star", + "cobblemon:psychic_gem" + ] + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_detail_presets/deepslate.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_detail_presets/deepslate.json new file mode 100644 index 0000000..3556cc0 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_detail_presets/deepslate.json @@ -0,0 +1,8 @@ +{ + "condition": { + "maxY": 40, + "neededNearbyBlocks": [ + "minecraft:deepslate" + ] + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/absol.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/absol.json new file mode 100644 index 0000000..9828f8f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/absol.json @@ -0,0 +1,81 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "absol-1", + "pokemon": "absol", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "timeRange":"night", + "canSeeSky":"true", + "level": "16-25", + "weight": 8.0, + "condition": { + "biomes": [ + "#minecraft:is_mountain" + ] + } + }, + { + "id": "absol-2", + "pokemon": "absol", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "timeRange":"midnight", + "canSeeSky":"true", + "level": "15-25", + "weight": 4.0, + "condition": { + "biomes": [ + "#minecraft:is_mountain" + ] + } + }, + { + "id": "absol-3", + "pokemon": "absol", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "timeRange":"midnight", + "canSeeSky":"true", + "level": "25-43", + "weight": 6.0, + "condition": { + "biomes": [ + "#minecraft:is_mountain" + ] + } + }, + { + "id": "absol-4", + "pokemon": "absol", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "35-52", + "weight": 4.0, + "condition": { + "biomes": [ + "#minecraft:is_end" + ] + } + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/altaria.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/altaria.json new file mode 100644 index 0000000..d2b6547 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/altaria.json @@ -0,0 +1,26 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "altaria-1", + "pokemon": "altaria", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "35-48", + "weight": 2.0, + "condition": { + "canSeeSky": true, + "minY": 100, + "biomes": [ + "#cobblemon:is_mountain" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/amoonguss.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/amoonguss.json new file mode 100644 index 0000000..51a030f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/amoonguss.json @@ -0,0 +1,37 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "amoonguss-1", + "pokemon": "amoonguss", + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "35-48", + "weight": 5.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_mushroom" + ] + } + }, + { + "id": "amoonguss-2", + "pokemon": "amoonguss", + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "35-48", + "weight": 3.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "minecraft:dark_forest" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/applin.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/applin.json new file mode 100644 index 0000000..a72b12d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/applin.json @@ -0,0 +1,37 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "applin-1", + "pokemon": "applin", + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "15-20", + "weight": 4.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_forest" + ] + } + }, + { + "id": "applin-2", + "pokemon": "applin", + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "15-20", + "weight": 5.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_floral" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/araquanid.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/araquanid.json new file mode 100644 index 0000000..8561a74 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/araquanid.json @@ -0,0 +1,44 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "araquanid-1", + "pokemon": "araquanid", + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "22-45", + "weight": 0.4, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_swamp", + "#cobblemon:is_coast", + "#cobblemon:is_island" + ] + } + }, + { + "id": "araquanid-2", + "pokemon": "araquanid", + "presets": [ + "freshwater", + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "common", + "level": "22-45", + "weight": 0.4, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_river", + "#cobblemon:is_freshwater" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/arcanine_hisuian.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/arcanine_hisuian.json new file mode 100644 index 0000000..8ab02a1 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/arcanine_hisuian.json @@ -0,0 +1,43 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "arcanine-hisui-1", + "pokemon": "arcanine hisuian", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "38-57", + "weight": 5.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_peak" + ] + } + }, + { + "id": "arcanine-hisui-2", + "pokemon": "arcanine hisuian", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "38-57", + "weight": 3.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:nether/is_basalt" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/arctibax.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/arctibax.json new file mode 100644 index 0000000..7ff9757 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/arctibax.json @@ -0,0 +1,25 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "arctibax-1", + "pokemon": "arctibax", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "38-57", + "weight": 2.5, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_glacial" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/axew.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/axew.json new file mode 100644 index 0000000..477a668 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/axew.json @@ -0,0 +1,59 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "axew-1", + "pokemon": "axew", + "presets": [ + "natural", + "wild" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "5-25", + "weight": 2.0, + "condition": { + "biomes": [ + "#cobblemon:is_mountain" + ] + } + }, + { + "id": "axew-2", + "pokemon": "axew", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "5-30", + "weight": 6.0, + "condition": { + "biomes": [ + "#cobblemon:is_highlands" + ] + } + }, + { + "id": "axew-3", + "pokemon": "axew", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "12-34", + "weight": 2.0, + "condition": { + "biomes": [ + "betterend:dragon_graveyards" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/azumarill.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/azumarill.json new file mode 100644 index 0000000..4a8d668 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/azumarill.json @@ -0,0 +1,42 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "azumarill-1", + "pokemon": "azumarill", + "presets": [ + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "rare", + "level": "20-35", + "weight": 2.5, + "condition": { + "canSeeSky": true, + "biomes": [ + "#minecraft:is_river" + ] + } + }, + { + "id": "azumarill-1", + "pokemon": "azumarill", + "type": "pokemon", + "context": "submerged", + "bucket": "rare", + "level": "30-40", + "weight": 3.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "minecraft:warm_ocean", + "minecraft:lukewarm_ocean", + "minecraft:deep_lukewarm_ocean" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/azurill.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/azurill.json new file mode 100644 index 0000000..8933282 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/azurill.json @@ -0,0 +1,25 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "azurill-1", + "pokemon": "azurill", + "presets": [ + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "uncommon", + "level": "1-15", + "weight": 4.2, + "condition": { + "canSeeSky": true, + "biomes": [ + "#minecraft:is_river" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/banette.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/banette.json new file mode 100644 index 0000000..a9b183e --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/banette.json @@ -0,0 +1,44 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "banette-1", + "pokemon": "banette", + "presets": [ + "underground" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "37-45", + "weight": 7.0, + "condition": { + "canSeeSky": false, + "minHeight":2, + "biomes": [ + "minecraft:deep_dark" + ] + } + }, + { + "id": "banette-2", + "pokemon": "banette", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "37-45", + "weight": 1.0, + "condition": { + "timeRange": "night", + "biomes": [ + "#cobblemon:is_plains" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/barbaracle.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/barbaracle.json new file mode 100644 index 0000000..7107df7 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/barbaracle.json @@ -0,0 +1,26 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "barbaracle-1", + "pokemon": "barbaracle", + "presets": [ + "natural", + "wild" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "45-52", + "weight": 6.2, + "condition": { + "biomes": [ + "#cobblemon:is_beach" + ] + } + } + ] + +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/baxcalibur.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/baxcalibur.json new file mode 100644 index 0000000..6e00673 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/baxcalibur.json @@ -0,0 +1,25 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "baxcalibur-1", + "pokemon": "baxcalibur", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "58-67", + "weight": 5.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_glacial" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/bellibolt.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/bellibolt.json new file mode 100644 index 0000000..1bad70d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/bellibolt.json @@ -0,0 +1,23 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "bellibolt-1", + "pokemon": "bellibolt", + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "15-32", + "weight": 1.8, + "condition": { + "canSeeSky": true, + "biomes": [ + "minecraft:mangrove_swamp", + "minecraft:swamp" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/binacle.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/binacle.json new file mode 100644 index 0000000..9c0fee0 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/binacle.json @@ -0,0 +1,26 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "binacle-1", + "pokemon": "binacle", + "presets": [ + "natural", + "wild" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "20-27", + "weight": 3.6, + "condition": { + "biomes": [ + "#cobblemon:is_beach" + ] + } + } + ] + +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/blipbug.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/blipbug.json new file mode 100644 index 0000000..d1d20ac --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/blipbug.json @@ -0,0 +1,50 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "blipbug-1", + "pokemon": "blipbug", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "2-19", + "weight": 7.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_forest" + ] + }, + "anticondition": { + "biomes": [ + "#cobblemon:is_spooky" + ] + } + }, + { + "id": "blipbug-2", + "pokemon": "blipbug", + "presets": [ + "natural", + "foliage", + "treetop" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "2-19", + "weight": 7.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_plains" + ] + } + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/capsakid.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/capsakid.json new file mode 100644 index 0000000..f6bde08 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/capsakid.json @@ -0,0 +1,22 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "capsakid-1", + "pokemon": "capsakid", + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "4-25", + "weight": 4.5, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_savanna" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/corsola.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/corsola.json new file mode 100644 index 0000000..5779fca --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/corsola.json @@ -0,0 +1,41 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "corsola-galarian", + "pokemon": "corsola galarian=true", + "presets": [ + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "rare", + "level": "28-45", + "weight": 10.0, + "condition": { + "biomes": [ + "#minecraft:is_ocean" + ] + } + }, + { + "id": "corsola-galarian-2", + "pokemon": "corsola galarian=true", + "presets": [ + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "uncommon", + "level": "15-60", + "weight": 9.2, + "condition": { + "biomes": [ + "#cobblemon:is_warm_ocean" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/cramorant.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/cramorant.json new file mode 100644 index 0000000..bb5e1f2 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/cramorant.json @@ -0,0 +1,37 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "cramorant-1", + "pokemon": "cramorant", + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "25-45", + "weight": 7.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#minecraft:is_beach" + ] + } + }, + { + "id": "cramorant-2", + "pokemon": "cramorant", + "type": "pokemon", + "context": "surface", + "bucket": "uncommon", + "level": "25-45", + "weight": 5.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_swamp" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/croagunk.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/croagunk.json new file mode 100644 index 0000000..541d578 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/croagunk.json @@ -0,0 +1,39 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "croagunk-1", + "pokemon": "croagunk", + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "10-36", + "weight": 7.8, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_swamp" + ], + "isRaining": "false" + } + }, + { + "id": "croagunk-2", + "pokemon": "croagunk", + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "10-36", + "weight": 14.5, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_swamp" + ], + "isRaining": true + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/cursola.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/cursola.json new file mode 100644 index 0000000..80a7bf8 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/cursola.json @@ -0,0 +1,24 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "cursola-1", + "pokemon": "cursola", + "presets": [ + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "rare", + "level": "28-45", + "weight": 2.4, + "condition": { + "biomes": [ + "#cobblemon:is_warm_ocean" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/cyclizar.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/cyclizar.json new file mode 100644 index 0000000..b904560 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/cyclizar.json @@ -0,0 +1,25 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "cyclizar-1", + "pokemon": "cyclizar", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "30-50", + "weight": 5.0, + "condition": { + "biomes": [ + "#cobblemon:is_desert" + ] + } + } + ] +} + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/delcatty.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/delcatty.json new file mode 100644 index 0000000..aec230c --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/delcatty.json @@ -0,0 +1,94 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "delcatty-1", + "pokemon": "delcatty", + "presets": [ + "natural", + "village" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "15-55", + "weight": 3.0, + "weightMultiplier": { + "multiplier": 1.5, + "condition": { + "timeRange": "night" + } + }, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_overworld" + ], + "isRaining": false + }, + "anticondition": { + "biomes": [ + "#cobblemon:is_arid", + "#cobblemon:is_freezing" + ] + } + + }, + { + "id": "delcatty-2", + "pokemon": "delcatty", + "presets": [ + "natural", + "urban" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "15-55", + "weight": 3.0, + "weightMultiplier": { + "multiplier": 1.5, + "condition": { + "timeRange": "night" + } + }, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_arid" + ] + }, + "anticondition": { + "structures": [ + "#minecraft:village" + ] + } + }, + { + "id": "delcatty-3", + "pokemon": "delcatty", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "15-55", + "weight": 4.0, + "weightMultiplier": { + "multiplier": 1.5, + "condition": { + "timeRange": "night" + } + }, + "condition": { + "canSeeSky": true, + "biomes": [ + "minecraft:cherry_grove" + ] + } + } + ] + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/delibird.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/delibird.json new file mode 100644 index 0000000..b7db87e --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/delibird.json @@ -0,0 +1,25 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "delibird-1", + "pokemon": "delibird", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "10-45", + "weight": 5.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_glacial" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/dewpider.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/dewpider.json new file mode 100644 index 0000000..937a528 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/dewpider.json @@ -0,0 +1,42 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "dewpider-1", + "pokemon": "dewpider", + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "6-21", + "weight": 2.5, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_coast", + "#cobblemon:is_island" + ] + } + }, + { + "id": "dewpider-2", + "pokemon": "dewpider", + "presets": [ + "water_surface" + ], + "type": "pokemon", + "context": "surface", + "bucket": "common", + "level": "6-21", + "weight": 5, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_river", + "#cobblemon:is_freshwater" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/dottler.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/dottler.json new file mode 100644 index 0000000..028a33c --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/dottler.json @@ -0,0 +1,50 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "dottler-1", + "pokemon": "dottler", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "9-20", + "weight": 2.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_forest" + ] + }, + "anticondition": { + "biomes": [ + "#cobblemon:is_spooky" + ] + } + }, + { + "id": "dottler-2", + "pokemon": "dottler", + "presets": [ + "natural", + "foliage", + "treetop" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "9-20", + "weight": 2.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_plains" + ] + } + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/drapion.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/drapion.json new file mode 100644 index 0000000..dde2d12 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/drapion.json @@ -0,0 +1,73 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "drapion-1", + "pokemon": "drapion", + "presets": [ + "natural", + "wild" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "45-55", + "weight": 6.6, + "condition": { + "biomes": [ + "#cobblemon:is_swamp" + + + ] + } + }, + { + "id": "drapion-2", + "pokemon": "drapion", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "45-55", + "weight": 9.0, + "condition": { + "minSkyLight": 0, + "maxSkyLight": 7, + "biomes": [ + "#cobblemon:is_cave" + ], + "minY": 0 + }, + "anticondition": { + "biomes": [ + "#cobblemon:is_deep_dark", + "#cobblemon:is_mountain" + ] + } + }, + { + "id": "drapion-3", + "pokemon": "drapion", + "presets": [ + "natural", + "wild" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "45-55", + "weight": 3.1, + "condition": { + "biomes": [ + "#cobblemon:is_desert" + + + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/drilbur.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/drilbur.json new file mode 100644 index 0000000..2de0c74 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/drilbur.json @@ -0,0 +1,31 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "drilbur-1", + "pokemon": "drilbur", + "presets": [ + "underground" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "8-31", + "weight": 6.1, + "condition": { + "canSeeSky": false, + "minY": 0, + "biomes": [ + "#cobblemon:is_overworld" + ] + }, + "anticondition": { + "biomes": [ + "#cobblemon:is_abyss" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/druddigon.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/druddigon.json new file mode 100644 index 0000000..1cf30be --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/druddigon.json @@ -0,0 +1,51 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "druddigon-1", + "pokemon": "druddigon", + "presets": [ + "natural", + "wild" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "45-55", + "weight": 6.6, + "condition": { + "biomes": [ + "#cobblemon:is_mountain" + ] + } + }, + { + "id": "druddigon-2", + "pokemon": "druddigon", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "45-55", + "weight": 9.0, + "condition": { + "minSkyLight": 0, + "maxSkyLight": 7, + "biomes": [ + "#cobblemon:is_cave" + ], + "minY": 30 + }, + "anticondition": { + "biomes": [ + "#cobblemon:is_deep_dark", + "#cobblemon:is_mountain" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/ducklett.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/ducklett.json new file mode 100644 index 0000000..3d63a03 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/ducklett.json @@ -0,0 +1,27 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "ducklett-1", + "pokemon": "ducklett", + "presets": [ + "freshwater", + "water_surface" + ], + "type": "pokemon", + "context": "surface", + "bucket": "common", + "level": "1-20", + "weight": 10, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_river" + ], + "timeRange": "day" + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/dudunsparce.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/dudunsparce.json new file mode 100644 index 0000000..5cf8ff7 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/dudunsparce.json @@ -0,0 +1,26 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "dudunsparce-1", + "pokemon": "dudunsparce", + "presets": [ + "natural", + "wild" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "15", + "weight": 6.0, + "condition": { + "biomes": [ + "#cobblemon:is_mountain" + + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/dunsparce.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/dunsparce.json new file mode 100644 index 0000000..5e853ac --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/dunsparce.json @@ -0,0 +1,52 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "dunsparce-1", + "pokemon": "dunsparce", + "presets": [ + "natural", + "wild" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "15", + "weight": 8.0, + "condition": { + "biomes": [ + "#cobblemon:is_mountain" + + ] + } + }, + { + "id": "dunsparce-2", + "pokemon": "dunsparce", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "20", + "weight": 9.0, + "condition": { + "minSkyLight": 0, + "maxSkyLight": 7, + "biomes": [ + "#cobblemon:is_cave" + ], + "minY": 0 + }, + "anticondition": { + "biomes": [ + "#cobblemon:is_deep_dark", + "#cobblemon:is_mountain" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/duosion.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/duosion.json new file mode 100644 index 0000000..fa577a9 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/duosion.json @@ -0,0 +1,44 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "duosion-1", + "pokemon": "duosion", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "32-45", + "weight": 1.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_magical" + ], + "timeRange": "day" + } + }, + { + "id": "duosion-2", + "pokemon": "duosion", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "31-52", + "weight": 3.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_end" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/duraludon.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/duraludon.json new file mode 100644 index 0000000..2d4c2d6 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/duraludon.json @@ -0,0 +1,39 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "duraludon-1", + "pokemon": "duraludon", + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "38-48", + "weight": 8.1, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_overworld" + ], + "neededNearbyBlocks": [ + "minecraft:iron_block" + ] + } + }, + { + "id": "duraludon-2", + "pokemon": "duraludon", + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "38-48", + "weight": 7.5, + "condition": { + "biomes": [ + "#cobblemon:is_snowy_forest" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/eelektrik.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/eelektrik.json new file mode 100644 index 0000000..f8393be --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/eelektrik.json @@ -0,0 +1,44 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "eelektrik-1", + "pokemon": "eelektrik", + "presets": [ + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "rare", + "level": "39-50", + "weight": 1.0, + "condition": { + "canSeeSky": false, + "biomes": [ + "#cobblemon:is_cave" + ] + } + }, + { + "id": "eelektrik-2", + "pokemon": "eelektrik", + "presets": [ + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "uncommon", + "level": "39-50", + "weight": 1.0, + "condition": { + "canSeeSky": false, + "biomes": [ + "#cobblemon:is_lush" + ] + } + } + ] +} + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/eelektross.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/eelektross.json new file mode 100644 index 0000000..ccfddf9 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/eelektross.json @@ -0,0 +1,44 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "eelektross-1", + "pokemon": "eelektross", + "presets": [ + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "rare", + "level": "39-60", + "weight": 0.1, + "condition": { + "canSeeSky": false, + "biomes": [ + "#cobblemon:is_cave" + ] + } + }, + { + "id": "eelektross-2", + "pokemon": "eelektross", + "presets": [ + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "uncommon", + "level": "39-60", + "weight": 0.1, + "condition": { + "canSeeSky": false, + "biomes": [ + "#cobblemon:is_lush" + ] + } + } + ] +} + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/espurr.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/espurr.json new file mode 100644 index 0000000..6105721 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/espurr.json @@ -0,0 +1,25 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "espurr-1", + "pokemon": "espurr", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "5-35", + "weight": 8.0, + "condition": { + "biomes": [ + "#minecraft:is_end" + ] + } + + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/excadrill.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/excadrill.json new file mode 100644 index 0000000..253f3a1 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/excadrill.json @@ -0,0 +1,31 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "excadrill-1", + "pokemon": "excadrill", + "presets": [ + "underground" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "25-51", + "weight": 1.25, + "condition": { + "canSeeSky": false, + "minY": 0, + "biomes": [ + "#cobblemon:is_overworld" + ] + }, + "anticondition": { + "biomes": [ + "#cobblemon:is_abyss" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/feebas.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/feebas.json new file mode 100644 index 0000000..d776eff --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/feebas.json @@ -0,0 +1,24 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "feebas-1", + "pokemon": "feebas", + "presets": [ + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "uncommon", + "level": "5-30", + "weight": 5, + "condition": { + "biomes": [ + "#cobblemon:is_ocean" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/finizen.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/finizen.json new file mode 100644 index 0000000..8e6f7c3 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/finizen.json @@ -0,0 +1,41 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "finizen-1", + "pokemon": "finizen", + "presets": [ + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "rare", + "level": "15-28", + "weight": 3.8, + "condition": { + "biomes": [ + "minecraft:lukewarm_ocean" + ] + } + }, + { + "id": "finizen-2", + "pokemon": "finizen", + "presets": [ + "ocean_ruins" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "uncommon", + "level": "15-28", + "weight": 5.8, + "condition": { + "biomes": [ + "#cobblemon:is_ocean" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/foongus.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/foongus.json new file mode 100644 index 0000000..e928b2c --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/foongus.json @@ -0,0 +1,22 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "foongus-1", + "pokemon": "foongus", + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "15-20", + "weight": 4.8, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_mushroom" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/fraxure.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/fraxure.json new file mode 100644 index 0000000..260b958 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/fraxure.json @@ -0,0 +1,67 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "fraxure-1", + "pokemon": "fraxure", + "presets": [ + "natural", + "wild" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "24-47", + "weight": 2.5, + "condition": { + "biomes": [ + "#cobblemon:is_mountain" + ] + } + }, + { + "id": "fraxure-2", + "pokemon": "fraxure", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "24-47", + "weight": 0.5, + "condition": { + "minSkyLight": 0, + "maxSkyLight": 7, + "biomes": [ + "#cobblemon:is_highlands" + ], + "minY": 0 + }, + "anticondition": { + "biomes": [ + "#cobblemon:is_mountain" + ] + } + }, + { + "id": "fraxure-3", + "pokemon": "fraxure", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "36-48", + "weight": 2, + "condition": { + "biomes": [ + "betterend:dragon_graveyards" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/frigibax.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/frigibax.json new file mode 100644 index 0000000..53e17ee --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/frigibax.json @@ -0,0 +1,25 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "frigibax-1", + "pokemon": "frigibax", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "28-37", + "weight": 5.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_glacial" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/froslass.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/froslass.json new file mode 100644 index 0000000..1f3f550 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/froslass.json @@ -0,0 +1,25 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "froslass-1", + "pokemon": "froslass", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "32-50", + "weight": 5.0, + "condition": { + "timeRange": "twilight", + "biomes": [ + "#cobblemon:is_freezing" + ] + } + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/frosmoth.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/frosmoth.json new file mode 100644 index 0000000..5b2ac13 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/frosmoth.json @@ -0,0 +1,25 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "frosmoth-1", + "pokemon": "frosmoth", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "15-36", + "weight": 2.2, + "condition": { + "timeRange": "night", + "biomes": [ + "#cobblemon:is_snowy_forest" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/gastrodon.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/gastrodon.json new file mode 100644 index 0000000..eb855c7 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/gastrodon.json @@ -0,0 +1,22 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "gastrodon-1", + "pokemon": "gastrodon", + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "30-40", + "weight": 5.5, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_beach" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/gastrodon_west.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/gastrodon_west.json new file mode 100644 index 0000000..ea4e69c --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/gastrodon_west.json @@ -0,0 +1,22 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "gastrodon-west", + "pokemon": "gastrodon west=true", + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "30-40", + "weight": 4, + "condition": { + "canSeeSky": true, + "biomes": [ + "#minecraft:is_beach" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/glalie.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/glalie.json new file mode 100644 index 0000000..5025bc8 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/glalie.json @@ -0,0 +1,24 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "glalie-1", + "pokemon": "glalie", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "40-50", + "weight": 2.0, + "condition": { + "biomes": [ + "#cobblemon:is_freezing" + ] + } + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/glameow.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/glameow.json new file mode 100644 index 0000000..fd54bd9 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/glameow.json @@ -0,0 +1,35 @@ +{ + + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "glameow-1", + "pokemon": "glameow", + "presets": [ + "natural", + "village" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-35", + "weight": 9.0, + "weightMultiplier": { + "multiplier": 1.5, + "condition": { + "timeRange": "night" + } + }, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_overworld" + ], + "isRaining": false + } + + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/gogoat.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/gogoat.json new file mode 100644 index 0000000..dcda486 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/gogoat.json @@ -0,0 +1,22 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "gogoat-1", + "pokemon": "gogoat", + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "30-45", + "weight": 3.8, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_hills" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/gothita.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/gothita.json new file mode 100644 index 0000000..6f0f2e8 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/gothita.json @@ -0,0 +1,40 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "gothita-1", + "pokemon": "gothita", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "12-35", + "weight": 5.0, + "condition": { + "timeRange": "night", + "biomes": [ + "#cobblemon:is_spooky" + ] + } + }, + { + "id": "gothita-2", + "pokemon": "gothita", + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "5-35", + "weight": 8, + "condition": { + "canSeeSky": false, + "biomes": [ + "#minecraft:is_end" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/gothitelle.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/gothitelle.json new file mode 100644 index 0000000..cbab63e --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/gothitelle.json @@ -0,0 +1,40 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "gothitelle-1", + "pokemon": "gothitelle", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "12-35", + "weight": 1.0, + "condition": { + "timeRange": "night", + "biomes": [ + "#cobblemon:is_spooky" + ] + } + }, + { + "id": "gothitelle-2", + "pokemon": "gothitelle", + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "5-35", + "weight": 3.0, + "condition": { + "canSeeSky": false, + "biomes": [ + "#minecraft:is_end" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/gothorita.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/gothorita.json new file mode 100644 index 0000000..9e5b2d7 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/gothorita.json @@ -0,0 +1,40 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "gothorita-1", + "pokemon": "gothorita", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "12-35", + "weight": 5.0, + "condition": { + "timeRange": "night", + "biomes": [ + "#cobblemon:is_spooky" + ] + } + }, + { + "id": "gothorita-2", + "pokemon": "gothorita", + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "5-35", + "weight": 8, + "condition": { + "canSeeSky": false, + "biomes": [ + "#minecraft:is_end" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/greavard.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/greavard.json new file mode 100644 index 0000000..0b58019 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/greavard.json @@ -0,0 +1,26 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "greavard-1", + "pokemon": "greavard", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "3-33", + "weight": 10, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_spooky" + ], + "timeRange": "night" + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/grimer_alolan.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/grimer_alolan.json new file mode 100644 index 0000000..0498180 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/grimer_alolan.json @@ -0,0 +1,25 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "grimer-2", + "pokemon": "grimer alolan", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "14-37", + "weight": 6.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#minecraft:is_beach" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/growlithe_hisuian.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/growlithe_hisuian.json new file mode 100644 index 0000000..b87dae5 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/growlithe_hisuian.json @@ -0,0 +1,43 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "growlithe-hisui-1", + "pokemon": "growlithe hisuian", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "14-37", + "weight": 10.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_peak" + ] + } + }, + { + "id": "growlithe-hisui-2", + "pokemon": "growlithe hisuian", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "38-57", + "weight": 8.1, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:nether/is_basalt" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/hawlucha.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/hawlucha.json new file mode 100644 index 0000000..918cdbe --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/hawlucha.json @@ -0,0 +1,25 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "hawlucha-1", + "pokemon": "hawlucha", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "20-60", + "weight": 5.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_mountain" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/haxorus.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/haxorus.json new file mode 100644 index 0000000..79bda36 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/haxorus.json @@ -0,0 +1,68 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "haxorus-1", + "pokemon": "haxorus", + "presets": [ + "natural", + "wild" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "24-47", + "weight": 4.0, + "condition": { + "biomes": [ + "#cobblemon:is_mountain" + ] + } + }, + { + "id": "haxorus-2", + "pokemon": "haxorus", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "24-47", + "weight": 1.0, + "condition": { + "minSkyLight": 0, + "maxSkyLight": 7, + "biomes": [ + "#cobblemon:is_highlands" + ], + "minY": 0 + }, + "anticondition": { + "biomes": [ + "#cobblemon:is_mountain" + ] + } + }, + { + "id": "haxorus-3", + "pokemon": "haxorus", + "presets": [ + "natural", + "wild" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "56-72", + "weight": 4.0, + "condition": { + "biomes": [ + "betterend:dragon_graveyards" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/hoppip.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/hoppip.json new file mode 100644 index 0000000..03f15d0 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/hoppip.json @@ -0,0 +1,24 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "hoppip-1", + "pokemon": "hoppip", + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "4-25", + "weight": 9.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_plains" + ], + "timeRange": "day", + "isRaining": false + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/houndoom.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/houndoom.json new file mode 100644 index 0000000..6ca8216 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/houndoom.json @@ -0,0 +1,51 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "houndoom-1", + "pokemon": "houndoom", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "32-42", + "weight": 1.0, + "condition": { + + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_sandy" + ], + "structures": [ + "#minecraft:village" + ], + "timeRange": "night" + } + + + + }, + { + "id": "houndoom-2", + "pokemon": "houndoom", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "45-55", + "weight": 3.0, + "condition": { + "canSeeSky": false, + "biomes": [ + "#minecraft:is_nether" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/houndour.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/houndour.json new file mode 100644 index 0000000..c79962c --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/houndour.json @@ -0,0 +1,51 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "houndour-1", + "pokemon": "houndour", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "7-21", + "weight": 5.0, + "condition": { + + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_sandy" + ], + "structures": [ + "#minecraft:village" + ], + "timeRange": "night" + } + + + + }, + { + "id": "houndour-2", + "pokemon": "houndour", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "15-34", + "weight": 10, + "condition": { + "canSeeSky": false, + "biomes": [ + "#minecraft:is_nether" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/houndstone.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/houndstone.json new file mode 100644 index 0000000..9407077 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/houndstone.json @@ -0,0 +1,26 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "houndstone-1", + "pokemon": "houndstone", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "35-53", + "weight": 1, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_spooky" + ], + "timeRange": "night" + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/indeedee.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/indeedee.json new file mode 100644 index 0000000..e93c340 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/indeedee.json @@ -0,0 +1,24 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "indeedee", + "pokemon": "indeedee", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "28-46", + "weight": 2.2, + "condition": { + "biomes": [ + "minecraft:is_end" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/jumpluff.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/jumpluff.json new file mode 100644 index 0000000..bc4073d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/jumpluff.json @@ -0,0 +1,24 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "jumpluff-1", + "pokemon": "jumpluff", + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "27-46", + "weight": 1, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_plains" + ], + "timeRange": "day", + "isRaining": false + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/kilowattrel.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/kilowattrel.json new file mode 100644 index 0000000..547e3a6 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/kilowattrel.json @@ -0,0 +1,25 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "kilowattrel-1", + "pokemon": "kilowattrel", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "25-38", + "weight": 1.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#minecraft:is_savanna" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/leavanny.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/leavanny.json new file mode 100644 index 0000000..7ff979c --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/leavanny.json @@ -0,0 +1,31 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "leavanny-1", + "pokemon": "leavanny", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "40-60", + "weight": 1.1, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_forest" + ], + "timeRange": "day" + }, + "anticondition": { + "biomes": [ + "#cobblemon:is_spooky" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/ledian.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/ledian.json new file mode 100644 index 0000000..d31e27e --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/ledian.json @@ -0,0 +1,22 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "ledian-1", + "pokemon": "ledian", + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "30-45", + "weight": 4.8, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_floral" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/ledyba.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/ledyba.json new file mode 100644 index 0000000..dc621b6 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/ledyba.json @@ -0,0 +1,22 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "ledyba-1", + "pokemon": "ledyba", + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "8-20", + "weight": 7.2, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_floral" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/liepard.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/liepard.json new file mode 100644 index 0000000..9ca96d5 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/liepard.json @@ -0,0 +1,36 @@ +{ + + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "liepard-1", + "pokemon": "liepard", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "20-55", + "weight": 8.0, + "weightMultiplier": { + "multiplier": 1.5, + "condition": { + "timeRange": "night" + } + }, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_desert", + "#cobblemon:is_savanna", + "#cobblemon:is_jungle" + ], + "isRaining": false + } + + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/litleo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/litleo.json new file mode 100644 index 0000000..8e95d15 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/litleo.json @@ -0,0 +1,29 @@ +{ + + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "litleo-1", + "pokemon": "litleo", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-35", + "weight": 8.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_badlands", + "#cobblemon:is_savanna", + "#cobblemon:is_jungle" + ] + } + + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/lokix.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/lokix.json new file mode 100644 index 0000000..098a310 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/lokix.json @@ -0,0 +1,43 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "lokix-1", + "pokemon": "lokix", + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "25-46", + "weight": 1.1, + "condition": { + "canSeeSky": true, + "biomes": [ "minecraft:plains" + ] + } + + }, + { + "id": "lokix-2", + "pokemon": "lokix", + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "35-45", + "weight": 0.8, + "condition": { + "canSeeSky": true, + "biomes": [ "#cobblemon:is_forest"] + }, + "anticondition": { + "biomes": [ "#cobblemon:is_cold_ocean", + "#cobblemon:is_freezing", + "#cobblemon:is_peak", + "#cobblemon:is_taiga", + "#cobblemon:is_tundra"] + } + } + + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/lycanroc.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/lycanroc.json new file mode 100644 index 0000000..f20d5b6 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/lycanroc.json @@ -0,0 +1,55 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "lycanroc-1", + "pokemon": "lycanroc", + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "29-45", + "weight": 1.5, + "condition": { + "timeRange": "day", + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_mountain" + ] + } + }, + { + "id": "lycanroc-2", + "pokemon": "lycanroc midnight", + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "29-45", + "weight": 1.5, + "condition": { + "timeRange": "night", + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_mountain" + ] + } + }, + { + "id": "lycanroc-3", + "pokemon": "lycanroc dusk", + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "29-45", + "weight": 2.5, + "condition": { + "timeRange": "12750-13650", + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_mountain" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/mandibuzz.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/mandibuzz.json new file mode 100644 index 0000000..7f54a5f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/mandibuzz.json @@ -0,0 +1,26 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mandibuzz-1", + "pokemon": "mandibuzz", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "54-63", + "weight": 0.5, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_badlands" + ] + } + } + ] +} + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/mareanie.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/mareanie.json new file mode 100644 index 0000000..8ea86bf --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/mareanie.json @@ -0,0 +1,47 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mareanie-1", + "pokemon": "mareanie", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "11-34", + "weight": 4.5, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_beach" + ], + "timeRange": "night" + } + + + + }, + { + "id": "mareanie-2", + "pokemon": "mareanie", + "presets": [ + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "uncommon", + "level": "11-34", + "weight": 10, + "condition": { + "biomes": [ + "#cobblemon:is_warm_ocean" + ], + "timeRange": "night" + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/marill.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/marill.json new file mode 100644 index 0000000..1edb918 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/marill.json @@ -0,0 +1,22 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "marill-1", + "pokemon": "marill", + "type": "pokemon", + "context": "submerged", + "bucket": "uncommon", + "level": "20-35", + "weight": 6.8, + "condition": { + "canSeeSky": true, + "biomes": [ + "#minecraft:is_river" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/marowak_alolan.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/marowak_alolan.json new file mode 100644 index 0000000..68bb632 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/marowak_alolan.json @@ -0,0 +1,23 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "marowak-alolan", + "pokemon": "marowak alolan", + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "15-32", + "weight": 10.0, + "condition": { + "timeRange": "night", + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_beach" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/medicham.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/medicham.json new file mode 100644 index 0000000..2ec0dc7 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/medicham.json @@ -0,0 +1,26 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "medicham-1", + "pokemon": "medicham", + "presets": [ + "natural", + "wild" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "39-45", + "weight": 0.8, + "condition": { + "biomes": [ + "#minecraft:is_end" + + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/meditite.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/meditite.json new file mode 100644 index 0000000..9b43755 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/meditite.json @@ -0,0 +1,26 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "meditite-1", + "pokemon": "meditite", + "presets": [ + "natural", + "wild" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "8-22", + "weight": 2.5, + "condition": { + "biomes": [ + "#minecraft:is_end" + + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/meowstic.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/meowstic.json new file mode 100644 index 0000000..596ceb7 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/meowstic.json @@ -0,0 +1,25 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "meowstic-1", + "pokemon": "meowstic", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "20-65", + "weight": 7.0, + "condition": { + "biomes": [ + "#minecraft:is_end" + ] + } + + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/milotic.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/milotic.json new file mode 100644 index 0000000..8d244bd --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/milotic.json @@ -0,0 +1,25 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "milotic-1", + "pokemon": "milotic", + "presets": [ + "freshwater", + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "ultra-rare", + "level": "30-45", + "weight": 4.5, + "condition": { + "biomes": [ + "#cobblemon:is_ocean" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/minccino.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/minccino.json new file mode 100644 index 0000000..9c3617f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/minccino.json @@ -0,0 +1,22 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "minccino-1", + "pokemon": "minccino", + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "15-20", + "weight": 7.1, + "condition": { + "canSeeSky": true, + "biomes": [ + "minecraft:birch_forest" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/minior.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/minior.json new file mode 100644 index 0000000..59f7f1d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/minior.json @@ -0,0 +1,147 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "minior-1", + "pokemon": "minior core=shielded", + "presets": [ + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "20-30", + "weight": 5.0, + "condition": { + "timeRange": "night", + "biomes": [ + "#cobblemon:is_overworld" + ] + } + }, + { + "id": "minior-2", + "pokemon": "minior core=red", + "presets": [ + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "20-30", + "weight": 2.35, + "condition": { + "biomes": [ + "#minecraft:is_nether" + ] + } + }, + { + "id": "minior-3", + "pokemon": "minior core=orange", + "presets": [ + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "20-30", + "weight": 2.35, + "condition": { + "timeRange": "night", + "biomes": [ + "#cobblemon:is_savanna" + ] + + } + }, + { + "id": "minior-4", + "pokemon": "minior core=yellow", + "presets": [ + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "20-30", + "weight": 2.35, + "condition": { + "timeRange": "night", + "biomes": [ + "#cobblemon:is_sandy" + ] + + } + }, + { + "id": "minior-5", + "pokemon": "minior core=green", + "presets": [ + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "20-30", + "weight": 2.35, + "condition": { + "timeRange": "night", + "biomes": [ + "#cobblemon:is_jungle" + ] + + } + }, + { + "id": "minior-6", + "pokemon": "minior core=blue", + "presets": [ + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "20-30", + "weight": 2.35, + "condition": { + "timeRange": "night", + "biomes": [ + "#cobblemon:is_freshwater", + "#cobblemon:is_coast" + ] + + } + }, + { + "id": "minior-7", + "pokemon": "minior core=indigo", + "presets": [ + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "20-30", + "weight": 2.35, + "condition": { + "timeRange": "night", + "biomes": [ + "#cobblemon:is_glacial" + ] + + } + }, + { + "id": "minior-8", + "pokemon": "minior core=violet", + "presets": [ + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "20-30", + "weight": 2.35, + "condition": { + "biomes": [ + "#minecraft:is_end" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/morpeko.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/morpeko.json new file mode 100644 index 0000000..317bd6a --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/morpeko.json @@ -0,0 +1,23 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "morpeko-1", + "pokemon": "morpeko", + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "15-32", + "weight": 4.1, + "condition": { + "canSeeSky": true, + "biomes": [ + "minecraft:dark_forest", + "minecraft:flower_forest" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/mrmime.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/mrmime.json new file mode 100644 index 0000000..ef1e75f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/mrmime.json @@ -0,0 +1,109 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mrmime-1", + "pokemon": "mrmime", + "presets": [ + "natural", + "urban" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "26-46", + "weight": 1.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_overworld" + ] + }, + "anticondition": { + "biomes": [ + "#cobblemon:is_freezing" + ] + } + }, + { + "id": "mrmime-2", + "pokemon": "mrmime", + "presets": [ + "natural", + "village" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "26-46", + "weight": 1.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_overworld" + ] + }, + "anticondition": { + "biomes": [ + "#cobblemon:is_freezing" + ] + } + }, + { + "id": "mrmime-3", + "pokemon": "mrmime", + "presets": [ + "mansion" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "26-46", + "weight": 0.2, + "condition": { + "canSeeSky": false, + "biomes": [ + "#cobblemon:is_overworld" + ] + } + }, + { + "id": "mrmime-galarian-4", + "pokemon": "mrmime galarian", + "presets": [ + "village" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "26-46", + "weight": 8.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_freezing" + ] + } + }, + { + "id": "mrmime-galarian-4", + "pokemon": "mrmime galarian", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "26-46", + "weight": 8.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_freezing" + ] + } + } +] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/mrrime.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/mrrime.json new file mode 100644 index 0000000..48f8d60 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/mrrime.json @@ -0,0 +1,43 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mrrime-1", + "pokemon": "mrrime", + "presets": [ + "village" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "42-50", + "weight": 3, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_freezing" + ] + } + }, + { + "id": "mrrime-2", + "pokemon": "mrrime", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "42-50", + "weight": 1.5, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_freezing" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/muk_alolan.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/muk_alolan.json new file mode 100644 index 0000000..ce19632 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/muk_alolan.json @@ -0,0 +1,25 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "muk-2", + "pokemon": "muk alolan", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "38-48", + "weight": 4.5, + "condition": { + "canSeeSky": true, + "biomes": [ + "#minecraft:is_beach" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/munna.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/munna.json new file mode 100644 index 0000000..15a7208 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/munna.json @@ -0,0 +1,72 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "munna-1", + "pokemon": "munna", + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "10-25", + "weight": 5.8, + "condition": { + "canSeeSky": true, + "biomes": [ + "#minecraft:is_overworld" + ], + "neededNearbyBlocks": [ + "minecraft:white_bed", + "minecraft:orange_bed", + "minecraft:magenta_bed", + "minecraft:light_blue_bed", + "minecraft:yellow_bed", + "minecraft:lime_bed", + "minecraft:pink_bed", + "minecraft:gray_bed", + "minecraft:light_gray_bed", + "minecraft:cyan_bed", + "minecraft:purple_bed", + "minecraft:blue_bed", + "minecraft:brown_bed", + "minecraft:green_bed", + "minecraft:red_bed", + "minecraft:black_bed" + ] + } + }, + { + "id": "munna-2", + "pokemon": "munna", + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "10-25", + "weight": 5.8, + "condition": { + "biomes": [ + "#minecraft:is_end" + ], + "neededNearbyBlocks": [ + "minecraft:white_bed", + "minecraft:orange_bed", + "minecraft:magenta_bed", + "minecraft:light_blue_bed", + "minecraft:yellow_bed", + "minecraft:lime_bed", + "minecraft:pink_bed", + "minecraft:gray_bed", + "minecraft:light_gray_bed", + "minecraft:cyan_bed", + "minecraft:purple_bed", + "minecraft:blue_bed", + "minecraft:brown_bed", + "minecraft:green_bed", + "minecraft:red_bed", + "minecraft:black_bed" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/musharna.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/musharna.json new file mode 100644 index 0000000..c36e6ef --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/musharna.json @@ -0,0 +1,72 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "musharna-1", + "pokemon": "musharna", + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "20-45", + "weight": 3.2, + "condition": { + "canSeeSky": true, + "biomes": [ + "#minecraft:is_overworld" + ], + "neededNearbyBlocks": [ + "minecraft:white_bed", + "minecraft:orange_bed", + "minecraft:magenta_bed", + "minecraft:light_blue_bed", + "minecraft:yellow_bed", + "minecraft:lime_bed", + "minecraft:pink_bed", + "minecraft:gray_bed", + "minecraft:light_gray_bed", + "minecraft:cyan_bed", + "minecraft:purple_bed", + "minecraft:blue_bed", + "minecraft:brown_bed", + "minecraft:green_bed", + "minecraft:red_bed", + "minecraft:black_bed" + ] + } + }, + { + "id": "musharna-2", + "pokemon": "musharna", + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "10-25", + "weight": 5.8, + "condition": { + "biomes": [ + "#minecraft:is_end" + ], + "neededNearbyBlocks": [ + "minecraft:white_bed", + "minecraft:orange_bed", + "minecraft:magenta_bed", + "minecraft:light_blue_bed", + "minecraft:yellow_bed", + "minecraft:lime_bed", + "minecraft:pink_bed", + "minecraft:gray_bed", + "minecraft:light_gray_bed", + "minecraft:cyan_bed", + "minecraft:purple_bed", + "minecraft:blue_bed", + "minecraft:brown_bed", + "minecraft:green_bed", + "minecraft:red_bed", + "minecraft:black_bed" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/noibat.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/noibat.json new file mode 100644 index 0000000..a06c25f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/noibat.json @@ -0,0 +1,163 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "noibat-1", + "pokemon": "noibat", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "10-25", + "weight": 5, + "weightMultiplier": { + "multiplier": 1.5 +}, + "condition": { + "minSkyLight": 8, + "maxSkyLight": 15, + "biomes": [ + "#cobblemon:is_spooky" + ], + "timeRange": "night" + }, + "anticondition": { + "moonPhase": "1" + } + }, + { + "id": "noibat-2", + "pokemon": "noibat", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "10-25", + "weight": 11, + "weightMultiplier": { + "multiplier": 1.5 + }, + "condition": { + "minSkyLight": 8, + "maxSkyLight": 15, + "biomes": [ + "#cobblemon:is_spooky" + ], + "timeRange": "night", + "moonPhase": "1" + } + }, + { + "id": "noibat-3", + "pokemon": "noibat", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "10-25", + "weight": 5, + "condition": { + "minSkyLight": 0, + "maxSkyLight": 5, + "biomes": [ + "#cobblemon:is_overworld" + ], + "maxY": 32 + }, + "anticondition": { + "biomes": [ + "#cobblemon:is_deep_dark", + "#cobblemon:is_dripstone", + "terralith:cave/underground_jungle" + ] + } + }, + { + "id": "noibat-4", + "pokemon": "noibat", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "15-30", + "weight": 9.0, + "condition": { + "minSkyLight": 0, + "maxSkyLight": 7, + "biomes": [ + "#cobblemon:is_dripstone", + "terralith:cave/underground_jungle" + ] + }, + "anticondition": { + "biomes": [ + "#cobblemon:is_deep_dark" + ] + } + }, + { + "id": "noibat-5", + "pokemon": "noibat", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "20-35", + "weight": 9.0, + "condition": { + "minSkyLight": 0, + "maxSkyLight": 7, + "biomes": [ + "#cobblemon:is_deep_dark" + ] + } + }, + { + "id": "noibat-6", + "pokemon": "noibat", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "20-43", + "weight": 7.0, + "condition": { + "biomes": [ + "betterend:chorus_forest" + ] + } + }, + { + "id": "noibat-7", + "pokemon": "noibat", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "20-43", + "weight": 4.0, + "condition": { + "biomes": [ + "betterend:foggy_mushroomland", + "betterend:umbrella_jungle" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/noivern.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/noivern.json new file mode 100644 index 0000000..925c28d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/noivern.json @@ -0,0 +1,157 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "noivern-1", + "pokemon": "noivern", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "50-60", + "weight": 5, + "weightMultiplier": { + "multiplier": 1.5 +}, + "condition": { + "minSkyLight": 8, + "maxSkyLight": 15, + "biomes": [ + "#cobblemon:is_spooky" + ], + "timeRange": "night" + }, + "anticondition": { + "moonPhase": "1" + } + }, + { + "id": "noivern-2", + "pokemon": "noivern", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "50-60", + "weight": 2, + "weightMultiplier": { + "multiplier": 1.5 + }, + "condition": { + "minSkyLight": 6, + "maxSkyLight": 15, + "biomes": [ + "#cobblemon:is_spooky" + ], + "timeRange": "night", + "moonPhase": "1" + } + }, + { + "id": "noivern-3", + "pokemon": "noivern", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "50-70", + "weight": 5.0, + "condition": { + "minSkyLight": 0, + "maxSkyLight": 7, + "biomes": [ + "#cobblemon:is_overworld" + ], + "maxY": -32 + }, + "anticondition": { + "biomes": [ + "#cobblemon:is_deep_dark", + "#cobblemon:is_dripstone", + "terralith:cave/underground_jungle" + ] + } + }, + { + "id": "noivern-4", + "pokemon": "noivern", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "50-80", + "weight": 1, + "condition": { + "minSkyLight": 0, + "maxSkyLight": 7, + "biomes": [ + "#cobblemon:is_deep_dark" + ] + } + }, + { + "id": "noivern-5", + "pokemon": "noivern", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "50-80", + "weight": 1, + "condition": { + "minSkyLight": 0, + "maxSkyLight": 7, + "biomes": [ + "#cobblemon:is_deep_dark" + ] + } + }, + { + "id": "noivern-6", + "pokemon": "noivern", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "50-70", + "weight": 3.0, + "condition": { + "biomes": [ + "betterend:chorus_forest" + ] + } + }, + { + "id": "noivern-7", + "pokemon": "noivern", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "50-70", + "weight": 1.0, + "condition": { + "biomes": [ + "betterend:foggy_mushroomland", + "betterend:umbrella_jungle" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/nymble.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/nymble.json new file mode 100644 index 0000000..211c07e --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/nymble.json @@ -0,0 +1,44 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "nymble-1", + "pokemon": "nymble", + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "7-25", + "weight": 6.0, + "condition": { + "canSeeSky": true, + "biomes": [ "minecraft:plains" + ] + } + + }, + { + "id": "nymble-2", + "pokemon": "nymble", + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "7-22", + "weight": 6.0, + "condition": { + "canSeeSky": true, + "biomes": [ "#cminecraft:is_forest"] + }, + "anticondition": { + "biomes": [ + "#cobblemon:is_cold_ocean", + "#cobblemon:is_freezing", + "#cobblemon:is_peak", + "#cobblemon:is_taiga", + "#cobblemon:is_tundra"] + } + } + + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/orbeetle.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/orbeetle.json new file mode 100644 index 0000000..f8be648 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/orbeetle.json @@ -0,0 +1,30 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "orbeetle-1", + "pokemon": "orbeetle", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "27-39", + "weight": 1.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_temperate" + ] + }, + "anticondition": { + "biomes": [ + "#cobblemon:is_spooky" + ] + } + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/orthworm.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/orthworm.json new file mode 100644 index 0000000..45af088 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/orthworm.json @@ -0,0 +1,25 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "orthworm-1", + "pokemon": "orthworm", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "24-45", + "weight": 2.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_sandy" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/palossand.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/palossand.json new file mode 100644 index 0000000..66f543f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/palossand.json @@ -0,0 +1,22 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "palossand-1", + "pokemon": "palossand", + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "38-44", + "weight": 5.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#minecraft:is_beach" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/pawmi.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/pawmi.json new file mode 100644 index 0000000..a72c4bb --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/pawmi.json @@ -0,0 +1,25 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "pawmi-1", + "pokemon": "pawmi", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "7-17", + "weight": 7.0, + "canSeeSky": true, + "condition": { + "biomes": [ + "#cobblemon:is_plains" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/pawmo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/pawmo.json new file mode 100644 index 0000000..0c3eabc --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/pawmo.json @@ -0,0 +1,25 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "pawmo-1", + "pokemon": "pawmo", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "18-34", + "weight": 5.0, + "canSeeSky": true, + "condition": { + "biomes": [ + "#cobblemon:is_plains" + ] + } + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/pawmot.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/pawmot.json new file mode 100644 index 0000000..781b1c2 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/pawmot.json @@ -0,0 +1,25 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "pawmot-1", + "pokemon": "pawmot", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "30-45", + "weight": 1.0, + "canSeeSky": true, + "condition": { + "biomes": [ + "#cobblemon:is_plains" + ] + } + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/pawniard.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/pawniard.json new file mode 100644 index 0000000..c55a8bf --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/pawniard.json @@ -0,0 +1,24 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "pawniard-1", + "pokemon": "pawniard", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "10-38", + "weight": 6.9, + "condition": { + "biomes": [ + "minecraft:bamboo_jungle" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/poltchageist.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/poltchageist.json new file mode 100644 index 0000000..39dcfb4 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/poltchageist.json @@ -0,0 +1,22 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "poltchageist-1", + "pokemon": "poltchageist", + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "15-48", + "weight": 7.8, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_spooky" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/polteageist.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/polteageist.json new file mode 100644 index 0000000..e3b2f6a --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/polteageist.json @@ -0,0 +1,39 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "polteageist-1", + "pokemon": "polteageist", + "presets": [ + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "26-32", + "weight": 1.0, + "condition": { + "biomes": [ + "#cobblemon:is_spooky" + ] + } + }, + { + "id": "polteageist-antique-1", + "pokemon": "polteageist form=antique", + "presets": [ + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "26-32", + "weight": 0.005, + "condition": { + "biomes": [ + "#cobblemon:is_spooky" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/purrloin.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/purrloin.json new file mode 100644 index 0000000..f494ce1 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/purrloin.json @@ -0,0 +1,36 @@ +{ + + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "purrloin-1", + "pokemon": "purrloin", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-35", + "weight": 8.0, + "weightMultiplier": { + "multiplier": 1.5, + "condition": { + "timeRange": "night" + } + }, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_desert", + "#cobblemon:is_savanna", + "#cobblemon:is_jungle" + ], + "isRaining": false + } + + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/purugly.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/purugly.json new file mode 100644 index 0000000..21f0bca --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/purugly.json @@ -0,0 +1,34 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "purugly-1", + "pokemon": "purugly", + "presets": [ + "natural", + "village" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "30-75", + "weight": 3.0, + "weightMultiplier": { + "multiplier": 1.5, + "condition": { + "timeRange": "night" + } + }, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_overworld" + ], + "isRaining": false + } + + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/pyroar.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/pyroar.json new file mode 100644 index 0000000..8c86910 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/pyroar.json @@ -0,0 +1,29 @@ +{ + + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "pyroar-1", + "pokemon": "pyroar", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "20-55", + "weight": 8.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_badlands", + "#cobblemon:is_savanna", + "#cobblemon:is_jungle" + ] + } + + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/reuniclus.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/reuniclus.json new file mode 100644 index 0000000..a777929 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/reuniclus.json @@ -0,0 +1,44 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "reuniclus-1", + "pokemon": "reuniclus", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "41-60", + "weight": 3.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_magical" + ], + "timeRange": "day" + } + }, + { + "id": "reuniclus-2", + "pokemon": "reuniclus", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "41-60", + "weight": 3.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_end" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/rockruff.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/rockruff.json new file mode 100644 index 0000000..f6b8b01 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/rockruff.json @@ -0,0 +1,22 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "rockruff-1", + "pokemon": "rockruff", + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "8-25", + "weight": 6.2, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_mountain" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/runerigus.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/runerigus.json new file mode 100644 index 0000000..4af17b5 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/runerigus.json @@ -0,0 +1,49 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "runerigus-1", + "pokemon": "runerigus", + "presets": [ + "underground" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "34-43", + "weight": 2.0, + "condition": { + "maxLight": 7, + "neededNearbyBlocks": [ + "minecraft:stone_bricks", + "minecraft:cracked_stone_bricks", + "minecraft:mossy_stone_bricks" + ], + "neededBaseBlocks": [ + "minecraft:stone_bricks" + ], + "maxY": 60 + } + }, + { + "id": "runerigus-2", + "pokemon": "runerigus", + "presets": [ + "ruins" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "34-43", + "weight": 1.0, + "condition": { + "timeRange": "night", + "biomes": [ + "#cobblemon:is_overworld" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/sandygast.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/sandygast.json new file mode 100644 index 0000000..c860c42 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/sandygast.json @@ -0,0 +1,22 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "sandygast-1", + "pokemon": "sandygast", + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "15-32", + "weight": 6.3, + "condition": { + "canSeeSky": true, + "biomes": [ + "#minecraft:is_beach" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/sandygast_redsand.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/sandygast_redsand.json new file mode 100644 index 0000000..59dcc6b --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/sandygast_redsand.json @@ -0,0 +1,22 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "sandygast-redsand", + "pokemon": "sandygast redsand=true", + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "15-32", + "weight": 7.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#minecraft:is_badlands" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/scovillain.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/scovillain.json new file mode 100644 index 0000000..ba75e46 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/scovillain.json @@ -0,0 +1,22 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "scovillain-1", + "pokemon": "scovillain", + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "26-60", + "weight": 1.5, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_savanna" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/sewaddle.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/sewaddle.json new file mode 100644 index 0000000..e2a3ee4 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/sewaddle.json @@ -0,0 +1,31 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "sewaddle-1", + "pokemon": "sewaddle", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "5-30", + "weight": 9.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_forest" + ], + "timeRange": "day" + }, + "anticondition": { + "biomes": [ + "#cobblemon:is_spooky" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/shellos.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/shellos.json new file mode 100644 index 0000000..f96bdf1 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/shellos.json @@ -0,0 +1,22 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "shellos-1", + "pokemon": "shellos", + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "15-20", + "weight": 5.5, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_beach" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/shellos_west.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/shellos_west.json new file mode 100644 index 0000000..c5474d2 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/shellos_west.json @@ -0,0 +1,22 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "shellos-west", + "pokemon": "shellos west=true", + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "15-20", + "weight": 5.4, + "condition": { + "canSeeSky": true, + "biomes": [ + "#minecraft:is_beach" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/shuppet.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/shuppet.json new file mode 100644 index 0000000..5a5aa76 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/shuppet.json @@ -0,0 +1,44 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "shuppet-1", + "pokemon": "shuppet", + "presets": [ + "underground" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "15-36", + "weight": 20.0, + "condition": { + "canSeeSky": false, + "minHeight":2, + "biomes": [ + "minecraft:deep_dark" + ] + } + }, + { + "id": "shuppet-2", + "pokemon": "shuppet", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "15-36", + "weight": 8.0, + "condition": { + "timeRange": "night", + "biomes": [ + "#cobblemon:is_plains" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/sinistea.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/sinistea.json new file mode 100644 index 0000000..28bda9e --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/sinistea.json @@ -0,0 +1,39 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "sinistea-1", + "pokemon": "sinistea", + "presets": [ + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "10-25", + "weight": 10.0, + "condition": { + "biomes": [ + "#cobblemon:is_spooky" + ] + } + }, + { + "id": "sinistea-antique-1", + "pokemon": "sinistea form=antique", + "presets": [ + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "10-25", + "weight": 0.05, + "condition": { + "biomes": [ + "#cobblemon:is_spooky" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/skiddo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/skiddo.json new file mode 100644 index 0000000..3ad298a --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/skiddo.json @@ -0,0 +1,22 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "skiddo-1", + "pokemon": "skiddo", + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "5-20", + "weight": 8.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_hills" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/skiploom.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/skiploom.json new file mode 100644 index 0000000..263bf10 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/skiploom.json @@ -0,0 +1,24 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "skiploom-1", + "pokemon": "skiploom", + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "18-34", + "weight": 0.9, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_plains" + ], + "timeRange": "day", + "isRaining": false + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/skitty.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/skitty.json new file mode 100644 index 0000000..489b423 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/skitty.json @@ -0,0 +1,94 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "skitty-1", + "pokemon": "skitty", + "presets": [ + "natural", + "village" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-35", + "weight": 9.0, + "weightMultiplier": { + "multiplier": 1.5, + "condition": { + "timeRange": "night" + } + }, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_overworld" + ], + "isRaining": false + }, + "anticondition": { + "biomes": [ + "#cobblemon:is_arid", + "#cobblemon:is_freezing" + ] + } + + }, + { + "id": "skitty-2", + "pokemon": "skitty", + "presets": [ + "natural", + "urban" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "4-29", + "weight": 9.0, + "weightMultiplier": { + "multiplier": 1.5, + "condition": { + "timeRange": "night" + } + }, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_arid" + ] + }, + "anticondition": { + "structures": [ + "#minecraft:village" + ] + } + }, + { + "id": "skitty-3", + "pokemon": "skitty", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "4-29", + "weight": 9.0, + "weightMultiplier": { + "multiplier": 1.5, + "condition": { + "timeRange": "night" + } + }, + "condition": { + "canSeeSky": true, + "biomes": [ + "minecraft:cherry_grove" + ] + } + } + ] + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/skorupi.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/skorupi.json new file mode 100644 index 0000000..b067bfb --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/skorupi.json @@ -0,0 +1,48 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "skorupi-1", + "pokemon": "skorupi", + "presets": [ + "natural", + "wild" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "20-27", + "weight": 7.6, + "condition": { + "biomes": [ + "#cobblemon:is_swamp" + + + ] + } + }, + { + "id": "skorupi-2", + "pokemon": "skorupi", + "presets": [ + "natural", + "wild" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "20-27", + "weight": 7.6, + "condition": { + "biomes": [ + "#cobblemon:is_desert" + + + ] + } + } + ] + +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/skuntank.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/skuntank.json new file mode 100644 index 0000000..05a4463 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/skuntank.json @@ -0,0 +1,33 @@ +{ + + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "skuntank-1", + "pokemon": "skuntank", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "20-55", + "weight": 8.0, + "weightMultiplier": { + "multiplier": 1.5, + "condition": { + "timeRange": "night" + } + }, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_swamp" + ] + } + + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/slowbro.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/slowbro.json new file mode 100644 index 0000000..93e6ed4 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/slowbro.json @@ -0,0 +1,40 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "slowbro-1", + "pokemon": "slowbro", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "37-49", + "weight": 0.54, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_beach" + ] + } + }, + { + "id": "slowbro-2", + "pokemon": "slowbro galarian", + "presets": [ "natural" ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "30-50", + "weight": 2.0, + "condition": { + "biomes": [ + "minecraft:mangrove_swamp" + ] + } +} + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/slowking.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/slowking.json new file mode 100644 index 0000000..1ba3ced --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/slowking.json @@ -0,0 +1,40 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "slowking-1", + "pokemon": "slowking", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "37-49", + "weight": 0.06, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_beach" + ] + } + }, + { + "id": "slowking2", + "pokemon": "slowking-galarian", + "presets": [ "natural" ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "30-50", + "weight": 2.0, + "condition": { + "biomes": [ + "minecraft:mangrove_swamp" + ] + } +} + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/slowpoke.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/slowpoke.json new file mode 100644 index 0000000..e9eea4a --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/slowpoke.json @@ -0,0 +1,40 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "slowpoke-1", + "pokemon": "slowpoke", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "7-32", + "weight": 5.4, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_beach" + ] + } + }, + { + "id": "slowpoke-galarian-2", + "pokemon": "slowpoke galarian", + "presets": [ "natural" ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "10-25", + "weight": 6.0, + "condition": { + "biomes": [ + "minecraft:mangrove_swamp" + ] + } +} + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/snom.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/snom.json new file mode 100644 index 0000000..f7b945c --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/snom.json @@ -0,0 +1,25 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "snom-1", + "pokemon": "snom", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "15-36", + "weight": 4.0, + "condition": { + "timeRange": "night", + "biomes": [ + "#cobblemon:is_snowy_forest" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/snorunt.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/snorunt.json new file mode 100644 index 0000000..030d9ea --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/snorunt.json @@ -0,0 +1,75 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "snorunt-1", + "pokemon": "snorunt", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "8-25", + "weight": 8.0, + "condition": { + "biomes": [ + "#cobblemon:is_cold" + ] + } + }, + { + "id": "snorunt-2", + "pokemon": "snorunt", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "10-32", + "weight": 8.0, + "condition": { + "biomes": [ + "#cobblemon:is_cold" + ] + } + }, + { + "id": "snorunt-3", + "pokemon": "snorunt", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "4-25", + "weight": 4.0, + "condition": { + "biomes": [ + "#cobblemon:is_freezing" + ] + } + }, + { + "id": "snorunt-4", + "pokemon": "snorunt", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "15-43", + "weight": 6.0, + "condition": { + "biomes": [ + "#cobblemon:is_freezing" + ] + } + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/solosis.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/solosis.json new file mode 100644 index 0000000..df5b416 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/solosis.json @@ -0,0 +1,44 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "solosis-1", + "pokemon": "solosis", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "15-35", + "weight": 9.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_magical" + ], + "timeRange": "day" + } + }, + { + "id": "solosis-2", + "pokemon": "solosis", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "19-29", + "weight": 3.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_end" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/stunky.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/stunky.json new file mode 100644 index 0000000..1fc7b78 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/stunky.json @@ -0,0 +1,33 @@ +{ + + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "stunky-1", + "pokemon": "stunky", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "1-35", + "weight": 8.0, + "weightMultiplier": { + "multiplier": 1.5, + "condition": { + "timeRange": "night" + } + }, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_swamp" + ] + } + + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/swablu.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/swablu.json new file mode 100644 index 0000000..40201ea --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/swablu.json @@ -0,0 +1,26 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "swablu-1", + "pokemon": "swablu", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "15-34", + "weight": 20.0, + "condition": { + "canSeeSky": true, + "minY": 100, + "biomes": [ + "#cobblemon:is_mountain" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/swadloon.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/swadloon.json new file mode 100644 index 0000000..e969128 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/swadloon.json @@ -0,0 +1,31 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "swadloon-1", + "pokemon": "swadloon", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "25-40", + "weight": 1.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_forest" + ], + "timeRange": "day" + }, + "anticondition": { + "biomes": [ + "#cobblemon:is_spooky" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/swanna.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/swanna.json new file mode 100644 index 0000000..c2bab6f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/swanna.json @@ -0,0 +1,26 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "swanna-1", + "pokemon": "swanna", + "presets": [ + "freshwater" + ], + "type": "pokemon", + "context": "surface", + "bucket": "common", + "level": "14-32", + "weight": 1, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_river" + ], + "timeRange": "day" + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/tadbulb.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/tadbulb.json new file mode 100644 index 0000000..2d66b21 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/tadbulb.json @@ -0,0 +1,22 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "tadbulb-1", + "pokemon": "tadbulb", + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "15-32", + "weight": 3.8, + "condition": { + "canSeeSky": true, + "biomes": [ + "minecraft:mangrove_swamp" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/tauros.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/tauros.json new file mode 100644 index 0000000..f0e231e --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/tauros.json @@ -0,0 +1,103 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "tauros-1", + "pokemon": "tauros", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "24-49", + "weight": 20.0, + "weightMultiplier": { + "multiplier": 0.25, + "condition": { + "timeRange": "night" + } + }, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_grassland" + ] + } + }, + { + "id": "tauros-combat-2", + "pokemon": "tauros paldean_breed=combat", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "24-49", + "weight": 1.0, + "weightMultiplier": { + "multiplier": 0.25, + "condition": { + "timeRange": "day" + } + }, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_grassland" + ] + } + }, + { + "id": "tauros-blaze-3", + "pokemon": "tauros paldean_breed=blaze", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "24-49", + "weight": 1.0, + "weightMultiplier": { + "multiplier": 0.25, + "condition": { + "timeRange": "day" + } + }, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_grassland" + ] + } + }, + { + "id": "tauros-aqua-4", + "pokemon": "tauros paldean_breed=aqua", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "24-49", + "weight": 1.0, + "weightMultiplier": { + "multiplier": 0.25, + "condition": { + "timeRange": "night" + } + }, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_grassland" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/toedscool.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/toedscool.json new file mode 100644 index 0000000..da62093 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/toedscool.json @@ -0,0 +1,24 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "toedscool-1", + "pokemon": "toedscool", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "11-30", + "weight": 1.8, + "condition": { + "biomes": [ + "#cobblemon:is_swamp" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/toedscruel.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/toedscruel.json new file mode 100644 index 0000000..e101d6d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/toedscruel.json @@ -0,0 +1,24 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "toedscruel-1", + "pokemon": "toedscruel", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "30-42", + "weight": 0.6, + "condition": { + "biomes": [ + "#cobblemon:is_swamp" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/togedemaru.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/togedemaru.json new file mode 100644 index 0000000..bbc31d5 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/togedemaru.json @@ -0,0 +1,22 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "togedemaru-1", + "pokemon": "togedemaru", + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "15-32", + "weight": 4.8, + "condition": { + "canSeeSky": true, + "biomes": [ + "#minecraft:is_badlands" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/toxapex.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/toxapex.json new file mode 100644 index 0000000..227da37 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/toxapex.json @@ -0,0 +1,48 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "toxapex-1", + "pokemon": "toxapex", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "30-60", + "weight": 0.9, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_beach" + ], + "timeRange": "night" + } + + + + }, + { + "id": "toxapex-2", + "pokemon": "toxapex", + "presets": [ + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "rare", + "level": "30-60", + "weight": 8, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_warm_ocean" + ], + "timeRange": "night" + } + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/toxel.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/toxel.json new file mode 100644 index 0000000..10ab904 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/toxel.json @@ -0,0 +1,24 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "toxel-1", + "pokemon": "toxel", + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "15-40", + "weight": 9.0, + "condition": { + "biomes": [ + "#cobblemon:is_overworld" + ], + "neededNearbyBlocks": [ + "cobblemon:pasture" + ] + } + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/toxicroak.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/toxicroak.json new file mode 100644 index 0000000..31e72fe --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/toxicroak.json @@ -0,0 +1,38 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "croagunk-1", + "pokemon": "croagunk", + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "10-36", + "weight": 4.1, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_swamp" + ] + } + }, + { + "id": "croagunk-2", + "pokemon": "croagunk", + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "10-36", + "weight": 1.45, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_swamp" + ], + "isRaining": true + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/tynamo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/tynamo.json new file mode 100644 index 0000000..f34d1c2 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/tynamo.json @@ -0,0 +1,44 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "tynamo-1", + "pokemon": "tynamo", + "presets": [ + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "rare", + "level": "8-36", + "weight": 9.0, + "condition": { + "canSeeSky": false, + "biomes": [ + "#cobblemon:is_cave" + ] + } + }, + { + "id": "tynamo-2", + "pokemon": "tynamo", + "presets": [ + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "uncommon", + "level": "8-36", + "weight": 5.0, + "condition": { + "canSeeSky": false, + "biomes": [ + "#cobblemon:is_lush" + ] + } + } + ] +} + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/unown.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/unown.json new file mode 100644 index 0000000..44cc1a5 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/unown.json @@ -0,0 +1,39 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "unown-1", + "pokemon": "unown", + "presets": [ + "stronghold" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "14-63", + "weight": 9.0, + "condition": { + "canSeeSky": false, + "biomes": [ + "#cobblemon:is_overworld" + ] + } + }, + { + "id": "unown-2", + "pokemon": "unown", + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "15-55", + "weight": 20.0, + "condition": { + "biomes": [ + "#minecraft:is_end" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/ursaluna_bloodmoon.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/ursaluna_bloodmoon.json new file mode 100644 index 0000000..0cefa4b --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/ursaluna_bloodmoon.json @@ -0,0 +1,26 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "ursaluna-3", + "pokemon": "ursaluna bloodmoon", + "presets": [ + "natural", + "wild" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "50-65", + "weight": 0.5, + "condition": { + "biomes": [ + "minecraft:dark_forest" + ], + "timeRange": "night" + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/veluza.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/veluza.json new file mode 100644 index 0000000..a3faa0a --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/veluza.json @@ -0,0 +1,39 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "veluza-1", + "pokemon": "veluza", + "presets": [ + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "uncommon", + "level": "15-28", + "weight": 7.0, + "condition": { + "biomes": [ + "#minecraft:is_ocean" + ] + } + }, + { + "id": "veluza-2", + "pokemon": "veluza", + "presets": [], + "type": "pokemon", + "context": "submerged", + "bucket": "uncommon", + "level": "15-28", + "weight": 7.0, + "condition": { + "biomes": [ + "#minecraft:is_ocean" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/vullaby.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/vullaby.json new file mode 100644 index 0000000..2b67274 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/vullaby.json @@ -0,0 +1,26 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "vullaby-1", + "pokemon": "vullaby", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "16-44", + "weight": 5.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_badlands" + ] + } + } + ] +} + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/wattrel.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/wattrel.json new file mode 100644 index 0000000..4188e5d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/wattrel.json @@ -0,0 +1,25 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "wattrel-1", + "pokemon": "wattrel", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "10-25", + "weight": 3, + "condition": { + "canSeeSky": true, + "biomes": [ + "#minecraft:is_savanna" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/wiglett.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/wiglett.json new file mode 100644 index 0000000..5074a66 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/wiglett.json @@ -0,0 +1,25 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "wiglett-1", + "pokemon": "wiglett", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "12-16", + "weight": 1.9, + "condition": { + "biomes": [ + "#cobblemon:is_beach" + ], + "canSeeSky": true + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/wugtrio.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/wugtrio.json new file mode 100644 index 0000000..ea421b8 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/wugtrio.json @@ -0,0 +1,25 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "wugtrio-1", + "pokemon": "wugtrio", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "26-40", + "weight": 2.0, + "condition": { + "biomes": [ + "#cobblemon:is_beach" + ], + "canSeeSky": true + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/yamask_galarian.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/yamask_galarian.json new file mode 100644 index 0000000..edfbad2 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/spawn_pool_world/yamask_galarian.json @@ -0,0 +1,49 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "yamask-2", + "pokemon": "yamask galarian", + "presets": [ + "underground" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "uncommon", + "level": "10-33", + "weight": 20.0, + "condition": { + "maxLight": 7, + "neededNearbyBlocks": [ + "minecraft:stone_bricks", + "minecraft:cracked_stone_bricks", + "minecraft:mossy_stone_bricks" + ], + "neededBaseBlocks": [ + "minecraft:stone_bricks" + ], + "maxY": 60 + } + }, + { + "id": "yamask-3", + "pokemon": "yamask galarian", + "presets": [ + "ruins" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "common", + "level": "10-33", + "weight": 10.0, + "condition": { + "timeRange": "night", + "biomes": [ + "#cobblemon:is_overworld" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/azumarill.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/azumarill.json new file mode 100644 index 0000000..7745bed --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/azumarill.json @@ -0,0 +1,211 @@ +{ + "implemented": true, + "name": "Azumarill", + "nationalPokedexNumber": 184, + "primaryType": "water", + "secondaryType": "fairy", + "abilities": ["thickfat", "hugepower", "h:sapsipper"], + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:kebia_berry", + "percentage": 10 + } + ] + }, + "baseStats": { + "hp": 100, + "attack": 50, + "defence": 80, + "special_attack": 60, + "special_defence": 80, + "speed": 50 + }, + "catchRate": 75, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 210, + "experienceGroup": "fast", + "eggCycles": 10, + "eggGroups": ["water_1", "fairy"], + "moves": [ + "1:defensecurl", + "1:helpinghand", + "1:rollout", + "1:tackle", + "1:tailwhip", + "1:watergun", + "1:watersport", + "6:bubblebeam", + "7:bubble", + "9:charm", + "12:slam", + "15:bounce", + "21:aquatail", + "25:playrough", + "30:aquaring", + "35:raindance", + "40:hydropump", + "45:doubleedge", + "50:superpower", + "tm:alluringvoice", + "tm:amnesia", + "tm:attract", + "tm:blizzard", + "tm:bodyslam", + "tm:bounce", + "tm:brickbreak", + "tm:brutalswing", + "tm:bulldoze", + "tm:captivate", + "tm:charm", + "tm:chillingwater", + "tm:confide", + "tm:dig", + "tm:disarmingvoice", + "tm:dive", + "tm:doubleedge", + "tm:doubleteam", + "tm:drainingkiss", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:fling", + "tm:focusblast", + "tm:focuspunch", + "tm:frustration", + "tm:futuresight", + "tm:gigaimpact", + "tm:grassknot", + "tm:hail", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hydropump", + "tm:hyperbeam", + "tm:hypervoice", + "tm:icebeam", + "tm:icepunch", + "tm:icespinner", + "tm:icywind", + "tm:irontail", + "tm:knockoff", + "tm:lightscreen", + "tm:liquidation", + "tm:megakick", + "tm:megapunch", + "tm:metronome", + "tm:mistyexplosion", + "tm:mistyterrain", + "tm:muddywater", + "tm:mudshot", + "tm:mudslap", + "tm:naturalgift", + "tm:playrough", + "tm:poweruppunch", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:rocksmash", + "tm:round", + "tm:scald", + "tm:secretpower", + "tm:sleeptalk", + "tm:snore", + "tm:snowscape", + "tm:strength", + "tm:substitute", + "tm:superpower", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:toxic", + "tm:trailblaze", + "tm:uproar", + "tm:waterfall", + "tm:waterpulse", + "tm:whirlpool", + "tm:workup", + "tutor:aquatail", + "tutor:attract", + "tutor:blizzard", + "tutor:bodyslam", + "tutor:bounce", + "tutor:bubblebeam", + "tutor:covet", + "tutor:curse", + "tutor:defensecurl", + "tutor:dive", + "tutor:doubleedge", + "tutor:doubleteam", + "tutor:dynamicpunch", + "tutor:endure", + "tutor:focuspunch", + "tutor:frustration", + "tutor:headbutt", + "tutor:helpinghand", + "tutor:hiddenpower", + "tutor:hyperbeam", + "tutor:hypervoice", + "tutor:icepunch", + "tutor:icywind", + "tutor:irontail", + "tutor:knockoff", + "tutor:liquidation", + "tutor:megakick", + "tutor:megapunch", + "tutor:mimic", + "tutor:mistyexplosion", + "tutor:mudslap", + "tutor:protect", + "tutor:raindance", + "tutor:rest", + "tutor:return", + "tutor:rocksmash", + "tutor:rollout", + "tutor:seismictoss", + "tutor:sleeptalk", + "tutor:snore", + "tutor:steelroller", + "tutor:strength", + "tutor:substitute", + "tutor:superpower", + "tutor:surf", + "tutor:swagger", + "tutor:swift", + "tutor:tackle", + "tutor:tailwhip", + "tutor:toxic", + "tutor:waterfall", + "tutor:watergun", + "tutor:waterpulse", + "tutor:whirlpool" + ], + "labels": ["gen2"], + "pokedex": ["cobblemon.species.azumarill.desc"], + "preEvolution": "marill", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 3, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 8, + "weight": 285, + "aspects": [], + "cannotDynamax": false +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/celebi.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/celebi.json new file mode 100644 index 0000000..e458deb --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/celebi.json @@ -0,0 +1,236 @@ +{ + "implemented": true, + "name": "Celebi", + "nationalPokedexNumber": 251, + "primaryType": "psychic", + "secondaryType": "grass", + "abilities": ["naturalcure"], + "baseStats": { + "hp": 100, + "attack": 100, + "defence": 100, + "special_attack": 100, + "special_defence": 100, + "speed": 100 + }, + "drops": { + "amount": 5, + "entries": [ + { + "item": "cobblemon:rare_candy", + "quantityRange": "5-10" + }, + { + "item": "cobblemon:miracle_seed", + "percentage": 50.0 + }, + { + "item": "cobblemon:leaf_stone", + "percentage": 50.0 + }, + { + "item": "cobblemon:ability_capsule", + "percentage": 25.0 + }, + { + "item": "cobblemon:ability_patch", + "percentage": 5.0 + } + ] + }, + "catchRate": 45, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 300, + "experienceGroup": "medium_slow", + "eggCycles": 120, + "eggGroups": ["undiscovered"], + "moves": [ + "1:confusion", + "1:healbell", + "10:magicalleaf", + "10:safeguard", + "20:batonpass", + "30:ancientpower", + "40:lifedew", + "46:naturalgift", + "50:leechseed", + "55:healblock", + "60:recover", + "70:futuresight", + "80:healingwish", + "90:leafstorm", + "100:perishsong", + "tm:aerialace", + "tm:allyswitch", + "tm:aurasphere", + "tm:batonpass", + "tm:calmmind", + "tm:chargebeam", + "tm:confide", + "tm:cut", + "tm:dazzlinggleam", + "tm:doubleteam", + "tm:dreameater", + "tm:earthpower", + "tm:echoedvoice", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:flash", + "tm:fling", + "tm:frustration", + "tm:futuresight", + "tm:gigadrain", + "tm:gigaimpact", + "tm:grassknot", + "tm:grassyterrain", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:imprison", + "tm:leafblade", + "tm:leafstorm", + "tm:lightscreen", + "tm:magicalleaf", + "tm:magicroom", + "tm:metronome", + "tm:nastyplot", + "tm:naturalgift", + "tm:naturepower", + "tm:pollenpuff", + "tm:protect", + "tm:psychic", + "tm:psychicterrain", + "tm:psychocut", + "tm:psychup", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:round", + "tm:safeguard", + "tm:sandstorm", + "tm:secretpower", + "tm:seedbomb", + "tm:shadowball", + "tm:shockwave", + "tm:silverwind", + "tm:skillswap", + "tm:sleeptalk", + "tm:snore", + "tm:solarbeam", + "tm:solarblade", + "tm:stealthrock", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swift", + "tm:swordsdance", + "tm:thunderwave", + "tm:toxic", + "tm:trick", + "tm:trickroom", + "tm:uproar", + "tm:uturn", + "tm:waterpulse", + "tm:weatherball", + "tm:wonderroom", + "tm:zenheadbutt", + "tutor:allyswitch", + "tutor:ancientpower", + "tutor:batonpass", + "tutor:confusion", + "tutor:curse", + "tutor:defensecurl", + "tutor:detect", + "tutor:doubleedge", + "tutor:doubleteam", + "tutor:dreameater", + "tutor:dualwingbeat", + "tutor:earthpower", + "tutor:endure", + "tutor:expandingforce", + "tutor:flash", + "tutor:frustration", + "tutor:futuresight", + "tutor:gigadrain", + "tutor:grassyglide", + "tutor:healbell", + "tutor:healingwish", + "tutor:helpinghand", + "tutor:hiddenpower", + "tutor:holdback", + "tutor:hyperbeam", + "tutor:laserfocus", + "tutor:lastresort", + "tutor:leafstorm", + "tutor:leechseed", + "tutor:lifedew", + "tutor:magicalleaf", + "tutor:magiccoat", + "tutor:magicroom", + "tutor:metronome", + "tutor:mimic", + "tutor:mudslap", + "tutor:nastyplot", + "tutor:nightmare", + "tutor:perishsong", + "tutor:protect", + "tutor:psychic", + "tutor:psychup", + "tutor:raindance", + "tutor:recover", + "tutor:rest", + "tutor:return", + "tutor:safeguard", + "tutor:sandstorm", + "tutor:seedbomb", + "tutor:shadowball", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:skillswap", + "tutor:sleeptalk", + "tutor:snore", + "tutor:solarbeam", + "tutor:stealthrock", + "tutor:substitute", + "tutor:suckerpunch", + "tutor:sunnyday", + "tutor:swagger", + "tutor:sweetscent", + "tutor:swift", + "tutor:swordsdance", + "tutor:synthesis", + "tutor:telekinesis", + "tutor:toxic", + "tutor:trick", + "tutor:uproar", + "tutor:waterpulse", + "tutor:wonderroom", + "tutor:worryseed", + "tutor:zenheadbutt" + ], + "labels": ["gen2", "mythical", "legendary"], + "pokedex": ["cobblemon.species.celebi.desc"], + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 100, + "evYield": { + "hp": 3, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 6, + "weight": 50, + "aspects": [], + "cannotDynamax": false +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/corsola.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/corsola.json new file mode 100644 index 0000000..5689238 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/corsola.json @@ -0,0 +1,375 @@ +{ + "implemented": true, + "name": "Corsola", + "nationalPokedexNumber": 222, + "primaryType": "water", + "secondaryType": "rock", + "abilities": [ + "hustle", + "naturalcure", + "h:regenerator" + ], + "baseStats": { + "hp": 65, + "attack": 55, + "defence": 95, + "special_attack": 65, + "special_defence": 95, + "speed": 35 + }, + "features": [ + "galarian" + ], + "catchRate": 60, + "maleRatio": 0.25, + "shoulderMountable": false, + "forms": [ + { + "name": "Galar", + "primaryType": "ghost", + "abilities": [ + "weakarmor", + "h:cursedbody" + ], + "baseStats": { + "hp": 60, + "attack": 55, + "defence": 100, + "special_attack": 65, + "special_defence": 100, + "speed": 30 + }, + "catchRate": 60, + "maleRatio": 0.25, + "baseExperienceYield": 144, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 1, + "speed": 0 + }, + "experienceGroup": "fast", + "eggCycles": 20, + "eggGroups": [ + "water_1", + "water_3" + ], + "moves": [ + "1:harden", + "1:tackle", + "5:astonish", + "10:disable", + "15:spite", + "20:ancientpower", + "25:hex", + "30:curse", + "35:strengthsap", + "40:powergem", + "45:nightshade", + "50:grudge", + "55:mirrorcoat", + "egg:confuseray", + "egg:destinybond", + "egg:haze", + "egg:headsmash", + "egg:naturepower", + "egg:waterpulse", + "tm:amnesia", + "tm:attract", + "tm:blizzard", + "tm:bodyslam", + "tm:brine", + "tm:bulldoze", + "tm:calmmind", + "tm:dig", + "tm:earthpower", + "tm:earthquake", + "tm:endure", + "tm:facade", + "tm:gigadrain", + "tm:hail", + "tm:hex", + "tm:hydropump", + "tm:icebeam", + "tm:iciclespear", + "tm:icywind", + "tm:irondefense", + "tm:lightscreen", + "tm:liquidation", + "tm:powergem", + "tm:protect", + "tm:psychic", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:rockblast", + "tm:rockslide", + "tm:rocktomb", + "tm:round", + "tm:safeguard", + "tm:sandstorm", + "tm:scald", + "tm:screech", + "tm:selfdestruct", + "tm:shadowball", + "tm:sleeptalk", + "tm:snore", + "tm:stealthrock", + "tm:stompingtantrum", + "tm:stoneedge", + "tm:substitute", + "tm:sunnyday", + "tm:surf", + "tm:throatchop", + "tm:whirlpool", + "tm:willowisp", + "tutor:astonish", + "tutor:disable", + "tutor:meteorbeam", + "tutor:spite", + "tutor:tackle" + ], + "labels": [ + "gen8", + "galar_regional" + ], + "aspects": [ + "galarian" + ], + "height": 6, + "weight": 5, + "evolutions": [ + { + "id": "corsola_cursola", + "variant": "level_up", + "result": "cursola", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 38 + } + ] + } + ], + "cannotDynamax": false, + "battleOnly": false, + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:kasib_berry", + "percentage": 2.5 + } + ] + } + } + ], + "baseExperienceYield": 144, + "experienceGroup": "fast", + "eggCycles": 20, + "eggGroups": [ + "water_1", + "water_3" + ], + "moves": [ + "1:harden", + "1:tackle", + "4:bubble", + "5:watergun", + "10:aquaring", + "13:refresh", + "15:endure", + "20:ancientpower", + "20:spikecannon", + "23:luckychant", + "25:bubblebeam", + "27:brine", + "29:irondefense", + "30:flail", + "31:rockblast", + "35:lifedew", + "40:powergem", + "45:earthpower", + "50:recover", + "55:mirrorcoat", + "egg:amnesia", + "egg:aquaring", + "egg:barrier", + "egg:bide", + "egg:camouflage", + "egg:confuseray", + "egg:curse", + "egg:headsmash", + "egg:iciclespear", + "egg:ingrain", + "egg:liquidation", + "egg:mist", + "egg:naturepower", + "egg:rockslide", + "egg:screech", + "egg:waterpulse", + "tm:amnesia", + "tm:attract", + "tm:blizzard", + "tm:bodyslam", + "tm:brine", + "tm:bulldoze", + "tm:calmmind", + "tm:captivate", + "tm:confide", + "tm:dig", + "tm:doubleteam", + "tm:earthpower", + "tm:earthquake", + "tm:endure", + "tm:explosion", + "tm:facade", + "tm:frustration", + "tm:hail", + "tm:hiddenpower", + "tm:hydropump", + "tm:icebeam", + "tm:iciclespear", + "tm:icywind", + "tm:irondefense", + "tm:lightscreen", + "tm:liquidation", + "tm:naturalgift", + "tm:naturepower", + "tm:powergem", + "tm:protect", + "tm:psychic", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:rockblast", + "tm:rockpolish", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:safeguard", + "tm:sandstorm", + "tm:scald", + "tm:screech", + "tm:secretpower", + "tm:selfdestruct", + "tm:shadowball", + "tm:sleeptalk", + "tm:snore", + "tm:stealthrock", + "tm:stompingtantrum", + "tm:stoneedge", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:surf", + "tm:swagger", + "tm:throatchop", + "tm:toxic", + "tm:waterpulse", + "tm:whirlpool", + "tutor:amnesia", + "tutor:ancientpower", + "tutor:attract", + "tutor:bodyslam", + "tutor:bubble", + "tutor:bubblebeam", + "tutor:confuseray", + "tutor:curse", + "tutor:defensecurl", + "tutor:doubleedge", + "tutor:doubleteam", + "tutor:earthpower", + "tutor:earthquake", + "tutor:endeavor", + "tutor:endure", + "tutor:explosion", + "tutor:frustration", + "tutor:harden", + "tutor:headbutt", + "tutor:hiddenpower", + "tutor:icywind", + "tutor:irondefense", + "tutor:liquidation", + "tutor:magiccoat", + "tutor:meteorbeam", + "tutor:mimic", + "tutor:mirrorcoat", + "tutor:mist", + "tutor:mudslap", + "tutor:mudsport", + "tutor:powergem", + "tutor:protect", + "tutor:psychic", + "tutor:raindance", + "tutor:recover", + "tutor:rest", + "tutor:return", + "tutor:rockslide", + "tutor:rocksmash", + "tutor:rollout", + "tutor:safeguard", + "tutor:sandstorm", + "tutor:screech", + "tutor:selfdestruct", + "tutor:sleeptalk", + "tutor:snore", + "tutor:spikecannon", + "tutor:stealthrock", + "tutor:stompingtantrum", + "tutor:strength", + "tutor:substitute", + "tutor:suckerpunch", + "tutor:sunnyday", + "tutor:surf", + "tutor:swagger", + "tutor:tackle", + "tutor:throatchop", + "tutor:toxic", + "tutor:waterpulse", + "tutor:whirlpool" + ], + "labels": [ + "gen2", + "johto_regional" + ], + "pokedex": [ + "cobblemon.species.corsola.desc" + ], + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 1, + "special_attack": 0, + "special_defence": 1, + "speed": 0 + }, + "height": 6, + "weight": 50, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:rindo_berry", + "percentage": 5.0 + } + ] + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/delibird.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/delibird.json new file mode 100644 index 0000000..365edd5 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/delibird.json @@ -0,0 +1,210 @@ +{ + "implemented": true, + "name": "Delibird", + "nationalPokedexNumber": 225, + "primaryType": "ice", + "secondaryType": "flying", + "abilities": ["vitalspirit", "hustle", "h:insomnia"], + "baseStats": { + "hp": 45, + "attack": 55, + "defence": 45, + "special_attack": 65, + "special_defence": 45, + "speed": 75 + }, + "catchRate": 45, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 116, + "experienceGroup": "fast", + "eggCycles": 20, + "eggGroups": ["water_1", "field"], + "moves": [ + "1:present", + "25:drillpeck", + "egg:aurorabeam", + "egg:auroraveil", + "egg:bestow", + "egg:counter", + "egg:destinybond", + "egg:fakeout", + "egg:freezedry", + "egg:futuresight", + "egg:iceball", + "egg:icepunch", + "egg:iceshard", + "egg:icywind", + "egg:memento", + "egg:quickattack", + "egg:rapidspin", + "egg:spikes", + "egg:splash", + "tm:acrobatics", + "tm:aerialace", + "tm:agility", + "tm:aircutter", + "tm:airslash", + "tm:assurance", + "tm:attract", + "tm:auroraveil", + "tm:avalanche", + "tm:batonpass", + "tm:blizzard", + "tm:bodyslam", + "tm:bounce", + "tm:bravebird", + "tm:brickbreak", + "tm:brutalswing", + "tm:captivate", + "tm:chillingwater", + "tm:confide", + "tm:defog", + "tm:doubleteam", + "tm:drillrun", + "tm:dualwingbeat", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:featherdance", + "tm:fling", + "tm:fly", + "tm:focuspunch", + "tm:foulplay", + "tm:frostbreath", + "tm:frustration", + "tm:futuresight", + "tm:gigaimpact", + "tm:gunkshot", + "tm:hail", + "tm:haze", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:icebeam", + "tm:icepunch", + "tm:icespinner", + "tm:iciclespear", + "tm:icywind", + "tm:megakick", + "tm:megapunch", + "tm:naturalgift", + "tm:pluck", + "tm:poweruppunch", + "tm:protect", + "tm:raindance", + "tm:recycle", + "tm:rest", + "tm:return", + "tm:reversal", + "tm:round", + "tm:secretpower", + "tm:seedbomb", + "tm:sleeptalk", + "tm:snore", + "tm:snowscape", + "tm:spikes", + "tm:steelwing", + "tm:substitute", + "tm:swagger", + "tm:swift", + "tm:tailwind", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:toxic", + "tm:trailblaze", + "tm:tripleaxel", + "tm:waterpulse", + "tm:weatherball", + "tutor:attract", + "tutor:aurorabeam", + "tutor:blizzard", + "tutor:bodyslam", + "tutor:bounce", + "tutor:counter", + "tutor:curse", + "tutor:defog", + "tutor:detect", + "tutor:doubleedge", + "tutor:doubleteam", + "tutor:dualwingbeat", + "tutor:endure", + "tutor:fly", + "tutor:focuspunch", + "tutor:frustration", + "tutor:futuresight", + "tutor:gunkshot", + "tutor:happyhour", + "tutor:headbutt", + "tutor:hiddenpower", + "tutor:icepunch", + "tutor:iceshard", + "tutor:icywind", + "tutor:megakick", + "tutor:megapunch", + "tutor:mimic", + "tutor:mudslap", + "tutor:present", + "tutor:protect", + "tutor:quickattack", + "tutor:raindance", + "tutor:rapidspin", + "tutor:recycle", + "tutor:rest", + "tutor:return", + "tutor:rollout", + "tutor:seedbomb", + "tutor:seismictoss", + "tutor:signalbeam", + "tutor:skyattack", + "tutor:sleeptalk", + "tutor:snore", + "tutor:splash", + "tutor:substitute", + "tutor:swagger", + "tutor:swift", + "tutor:thief", + "tutor:toxic", + "tutor:tripleaxel", + "tutor:waterpulse" + ], + "labels": ["gen2"], + "pokedex": ["cobblemon.species.delibird.desc"], + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 1 + }, + "height": 9, + "weight": 160, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 4, + "entries": [ + { + "item": "minecraft:feather", + "quantityRange": "0-2" + }, + { + "item": "minecraft:chicken" + }, + { + "item": "cobblemon:charti_berry", + "percentage": 5 + } + ] + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/dunsparce.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/dunsparce.json new file mode 100644 index 0000000..6332f9c --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/dunsparce.json @@ -0,0 +1,289 @@ +{ + "implemented":true, + "name": "Dunsparce", + "nationalPokedexNumber": 206, + "primaryType": "normal", + "abilities": [ + "serenegrace", + "runaway", + "h:rattled" + ], + "baseStats": { + "hp": 100, + "attack": 70, + "defence": 70, + "special_attack": 65, + "special_defence": 65, + "speed": 45 + }, + "catchRate": 190, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 145, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": [ + "field" + ], + "moves": [ + "1:defensecurl", + "1:flail", + "1:rage", + "4:mudslap", + "6:spite", + "8:pursuit", + "8:rollout", + "12:glare", + "16:screech", + "20:ancientpower", + "24:drillrun", + "28:yawn", + "31:dig", + "32:bodyslam", + "32:hyperdrill", + "36:roost", + "36:takedown", + "40:dragonrush", + "41:airslash", + "44:coil", + "46:endure", + "48:doubleedge", + "52:endeavor", + "egg:agility", + "egg:ancientpower", + "egg:aquatail", + "egg:astonish", + "egg:bide", + "egg:bite", + "egg:curse", + "egg:headbutt", + "egg:hex", + "egg:lastresort", + "egg:magiccoat", + "egg:rockslide", + "egg:secretpower", + "egg:sleeptalk", + "egg:snore", + "egg:trumpcard", + "tm:agility", + "tm:airslash", + "tm:amnesia", + "tm:attract", + "tm:batonpass", + "tm:blizzard", + "tm:bodyslam", + "tm:breakingswipe", + "tm:bulldoze", + "tm:calmmind", + "tm:captivate", + "tm:chargebeam", + "tm:chillingwater", + "tm:confide", + "tm:curse", + "tm:dig", + "tm:doubleedge", + "tm:doubleteam", + "tm:dreameater", + "tm:drillrun", + "tm:earthpower", + "tm:earthquake", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:fireblast", + "tm:flamethrower", + "tm:frustration", + "tm:gigaimpact", + "tm:gyroball", + "tm:helpinghand", + "tm:hex", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:hypervoice", + "tm:icebeam", + "tm:icespinner", + "tm:incinerate", + "tm:irontail", + "tm:lunge", + "tm:mudshot", + "tm:mudslap", + "tm:naturalgift", + "tm:painsplit", + "tm:poisonjab", + "tm:poisontail", + "tm:pounce", + "tm:protect", + "tm:psychup", + "tm:raindance", + "tm:rest", + "tm:retaliate", + "tm:return", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:roost", + "tm:round", + "tm:sandstorm", + "tm:scaleshot", + "tm:scaryface", + "tm:screech", + "tm:secretpower", + "tm:shadowball", + "tm:shockwave", + "tm:skittersmack", + "tm:sleeptalk", + "tm:smartstrike", + "tm:snore", + "tm:solarbeam", + "tm:spite", + "tm:stealthrock", + "tm:stompingtantrum", + "tm:stoneedge", + "tm:storedpower", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderwave", + "tm:toxic", + "tm:uproar", + "tm:waterpulse", + "tm:wildcharge", + "tm:zenheadbutt", + "tutor:ancientpower", + "tutor:aquatail", + "tutor:attract", + "tutor:bide", + "tutor:bind", + "tutor:bite", + "tutor:bodyslam", + "tutor:counter", + "tutor:curse", + "tutor:defensecurl", + "tutor:dig", + "tutor:doubleedge", + "tutor:doubleteam", + "tutor:dreameater", + "tutor:drillrun", + "tutor:dualwingbeat", + "tutor:endeavor", + "tutor:endure", + "tutor:frustration", + "tutor:glare", + "tutor:headbutt", + "tutor:hiddenpower", + "tutor:irontail", + "tutor:lastresort", + "tutor:magiccoat", + "tutor:mimic", + "tutor:mudslap", + "tutor:nightmare", + "tutor:painsplit", + "tutor:protect", + "tutor:psychup", + "tutor:pursuit", + "tutor:rage", + "tutor:raindance", + "tutor:rest", + "tutor:return", + "tutor:rockslide", + "tutor:rocksmash", + "tutor:rollout", + "tutor:roost", + "tutor:scaleshot", + "tutor:screech", + "tutor:shockwave", + "tutor:skittersmack", + "tutor:sleeptalk", + "tutor:snore", + "tutor:solarbeam", + "tutor:spite", + "tutor:stealthrock", + "tutor:stompingtantrum", + "tutor:strength", + "tutor:substitute", + "tutor:sunnyday", + "tutor:swagger", + "tutor:takedown", + "tutor:terrainpulse", + "tutor:thief", + "tutor:thunder", + "tutor:thunderwave", + "tutor:toxic", + "tutor:waterpulse", + "tutor:zapcannon", + "tutor:zenheadbutt" + ], + "labels": [ + "gen2" + ], + "pokedex": [ + "cobblemon.species.dunsparce.desc" + ], + "evolutions": [ + { + "id": "dunsparce_dudunsparce", + "variant": "level_up", + "result": "dudunsparce", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "has_move", + "move": "hyperdrill" + } + ] + }, + { + "id": "dunsparce_dudunsparce", + "variant": "level_up", + "result": "dudunsparce threesegment", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "has_move", + "move": "hyperdrill" + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 1, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 15, + "weight": 140, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 2, + "entries": [ + { + "item": "cobblemon:rocky_helmet", + "percentage": 2.5 + }, + { + "item": "cobblemon:cheri_berry", + "percentage": 2.5 + } + ] + } + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/hoppip.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/hoppip.json new file mode 100644 index 0000000..4fbc639 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/hoppip.json @@ -0,0 +1,216 @@ +{ + "implemented": true, + "name": "Hoppip", + "nationalPokedexNumber": 187, + "primaryType": "grass", + "secondaryType": "flying", + "abilities": [ + "chlorophyll", + "leafguard", + "h:infiltrator" + ], + "baseStats": { + "hp": 35, + "attack": 35, + "defence": 40, + "special_attack": 35, + "special_defence": 55, + "speed": 50 + }, + "catchRate": 255, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 50, + "experienceGroup": "medium_slow", + "eggCycles": 20, + "eggGroups": [ + "fairy", + "grass" + ], + "moves": [ + "1:splash", + "1:tackle", + "4:tailwhip", + "6:absorb", + "8:fairywind", + "10:poisonpowder", + "10:sleeppowder", + "10:stunspore", + "12:bulletseed", + "15:synthesis", + "19:leechseed", + "22:megadrain", + "24:acrobatics", + "27:cottonspore", + "29:uturn", + "31:ragepowder", + "32:gigadrain", + "35:bounce", + "38:memento", + "40:worryseed", + "egg:amnesia", + "egg:aromatherapy", + "egg:confusion", + "egg:cottonguard", + "egg:doubleedge", + "egg:encore", + "egg:endure", + "egg:grassyterrain", + "egg:helpinghand", + "egg:psychup", + "egg:ragepowder", + "egg:reflect", + "egg:seedbomb", + "egg:strengthsap", + "egg:switcheroo", + "egg:worryseed", + "tm:acrobatics", + "tm:aerialace", + "tm:attract", + "tm:batonpass", + "tm:bulletseed", + "tm:captivate", + "tm:charm", + "tm:confide", + "tm:dazzlinggleam", + "tm:doubleedge", + "tm:doubleteam", + "tm:encore", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:flash", + "tm:fling", + "tm:frustration", + "tm:gigadrain", + "tm:grassknot", + "tm:grassyterrain", + "tm:helpinghand", + "tm:hiddenpower", + "tm:infestation", + "tm:leafstorm", + "tm:lightscreen", + "tm:lunge", + "tm:magicalleaf", + "tm:naturalgift", + "tm:pollenpuff", + "tm:protect", + "tm:psychup", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:round", + "tm:secretpower", + "tm:seedbomb", + "tm:silverwind", + "tm:sleeptalk", + "tm:solarbeam", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swordsdance", + "tm:tailwind", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:toxic", + "tm:trailblaze", + "tm:uturn", + "tutor:amnesia", + "tutor:attract", + "tutor:bounce", + "tutor:bulletseed", + "tutor:confusion", + "tutor:cottonspore", + "tutor:curse", + "tutor:defensecurl", + "tutor:doubleedge", + "tutor:doubleteam", + "tutor:encore", + "tutor:endure", + "tutor:flash", + "tutor:frustration", + "tutor:gigadrain", + "tutor:growl", + "tutor:headbutt", + "tutor:helpinghand", + "tutor:hiddenpower", + "tutor:leechseed", + "tutor:megadrain", + "tutor:mimic", + "tutor:payday", + "tutor:poisonpowder", + "tutor:protect", + "tutor:reflect", + "tutor:rest", + "tutor:return", + "tutor:seedbomb", + "tutor:sleeppowder", + "tutor:sleeptalk", + "tutor:snore", + "tutor:solarbeam", + "tutor:splash", + "tutor:stunspore", + "tutor:substitute", + "tutor:sunnyday", + "tutor:swagger", + "tutor:sweetscent", + "tutor:swordsdance", + "tutor:synthesis", + "tutor:tackle", + "tutor:tailwhip", + "tutor:toxic", + "tutor:worryseed" + ], + "labels": [ + "gen2" + ], + "pokedex": [ + "cobblemon.species.hoppip.desc" + ], + "evolutions": [ + { + "id": "hoppip_skiploom", + "variant": "level_up", + "result": "skiploom", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 18 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 1, + "speed": 0 + }, + "height": 4, + "weight": 5, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:yache_berry", + "percentage": 2.5 + } + ] + } + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/houndoom.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/houndoom.json new file mode 100644 index 0000000..c24da40 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/houndoom.json @@ -0,0 +1,253 @@ +{ + "implemented": true, + "name": "Houndoom", + "nationalPokedexNumber": 229, + "primaryType": "dark", + "secondaryType": "fire", + "abilities": ["earlybird", "flashfire", "h:unnerve"], + "baseStats": { + "hp": 75, + "attack": 90, + "defence": 50, + "special_attack": 110, + "special_defence": 80, + "speed": 95 + }, + "catchRate": 45, + "maleRatio": 0.5, + "shoulderMountable": false, + "forms": [ + { + "name": "Mega", + "primaryType": "dark", + "secondaryType": "fire", + "abilities": ["solarpower"], + "baseStats": { + "hp": 75, + "attack": 90, + "defence": 90, + "special_attack": 140, + "special_defence": 90, + "speed": 115 + }, + "catchRate": 45, + "maleRatio": 0.5, + "baseExperienceYield": 175, + "baseFriendship": 35, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 2, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 20, + "eggGroups": ["field"], + "labels": ["gen6", "mega"], + "aspects": ["mega"], + "height": 19, + "weight": 495, + "cannotDynamax": false, + "battleOnly": true + } + ], + "baseExperienceYield": 175, + "experienceGroup": "slow", + "eggCycles": 20, + "eggGroups": ["field"], + "moves": [ + "1:ember", + "1:howl", + "1:leer", + "1:nastyplot", + "1:smog", + "1:thunderfang", + "13:roar", + "16:bite", + "20:incinerate", + "20:odorsleuth", + "26:beatup", + "30:firefang", + "35:feintattack", + "35:torment", + "41:comeuppance", + "41:embargo", + "45:foulplay", + "50:flamethrower", + "56:crunch", + "62:inferno", + "tm:attract", + "tm:bodyslam", + "tm:burningjealousy", + "tm:captivate", + "tm:confide", + "tm:crunch", + "tm:darkpulse", + "tm:doubleedge", + "tm:doubleteam", + "tm:dreameater", + "tm:embargo", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:fireblast", + "tm:firefang", + "tm:firespin", + "tm:flamecharge", + "tm:flamethrower", + "tm:flareblitz", + "tm:foulplay", + "tm:frustration", + "tm:gigaimpact", + "tm:heatwave", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:hypervoice", + "tm:incinerate", + "tm:irontail", + "tm:lashout", + "tm:mudshot", + "tm:mudslap", + "tm:nastyplot", + "tm:naturalgift", + "tm:overheat", + "tm:painsplit", + "tm:payback", + "tm:protect", + "tm:psychicfangs", + "tm:raindance", + "tm:rest", + "tm:retaliate", + "tm:return", + "tm:reversal", + "tm:roar", + "tm:rocksmash", + "tm:round", + "tm:scaryface", + "tm:secretpower", + "tm:shadowball", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:snarl", + "tm:snatch", + "tm:solarbeam", + "tm:spite", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:superfang", + "tm:swagger", + "tm:takedown", + "tm:taunt", + "tm:temperflare", + "tm:terablast", + "tm:thief", + "tm:throatchop", + "tm:thunderfang", + "tm:torment", + "tm:toxic", + "tm:trailblaze", + "tm:willowisp", + "tutor:attract", + "tutor:bite", + "tutor:bodyslam", + "tutor:counter", + "tutor:crunch", + "tutor:curse", + "tutor:darkpulse", + "tutor:detect", + "tutor:doubleedge", + "tutor:doubleteam", + "tutor:dreameater", + "tutor:ember", + "tutor:endure", + "tutor:feintattack", + "tutor:fireblast", + "tutor:flamethrower", + "tutor:foulplay", + "tutor:frustration", + "tutor:headbutt", + "tutor:heatwave", + "tutor:hiddenpower", + "tutor:hyperbeam", + "tutor:hypervoice", + "tutor:irontail", + "tutor:laserfocus", + "tutor:leer", + "tutor:mimic", + "tutor:mudslap", + "tutor:nightmare", + "tutor:protect", + "tutor:rest", + "tutor:return", + "tutor:roar", + "tutor:rocksmash", + "tutor:roleplay", + "tutor:shadowball", + "tutor:sleeptalk", + "tutor:sludgebomb", + "tutor:smog", + "tutor:snatch", + "tutor:snore", + "tutor:solarbeam", + "tutor:spite", + "tutor:strength", + "tutor:substitute", + "tutor:suckerpunch", + "tutor:sunnyday", + "tutor:superfang", + "tutor:swagger", + "tutor:swift", + "tutor:thief", + "tutor:throatchop", + "tutor:toxic", + "tutor:uproar" + ], + "labels": ["gen2"], + "pokedex": ["cobblemon.species.houndoom.desc"], + "preEvolution": "houndour", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 35, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 2, + "special_defence": 0, + "speed": 0 + }, + "height": 14, + "weight": 350, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 6, + "entries": [ + { + "item": "minecraft:bone", + "quantityRange": "0-2" + }, + { + "item": "minecraft:rotten_flesh", + "quantityRange": "0-2" + }, + { + "item": "minecraft:blaze_powder", + "percentage": 5 + }, + { + "item": "cobblemon:rawst_berry", + "percentage": 5 + } + ] + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/houndour.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/houndour.json new file mode 100644 index 0000000..f744965 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/houndour.json @@ -0,0 +1,242 @@ +{ + "implemented": true, + "name": "Houndour", + "nationalPokedexNumber": 228, + "primaryType": "dark", + "secondaryType": "fire", + "abilities": ["earlybird", "flashfire", "h:unnerve"], + "baseStats": { + "hp": 45, + "attack": 60, + "defence": 30, + "special_attack": 80, + "special_defence": 50, + "speed": 65 + }, + "catchRate": 120, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 66, + "experienceGroup": "slow", + "eggCycles": 20, + "eggGroups": ["field"], + "moves": [ + "1:ember", + "1:leer", + "4:howl", + "8:smog", + "13:roar", + "16:bite", + "20:incinerate", + "20:odorsleuth", + "25:beatup", + "28:firefang", + "32:feintattack", + "32:torment", + "37:comeuppance", + "37:embargo", + "40:foulplay", + "44:flamethrower", + "49:crunch", + "52:nastyplot", + "56:inferno", + "egg:beatup", + "egg:counter", + "egg:destinybond", + "egg:feint", + "egg:firefang", + "egg:firespin", + "egg:nastyplot", + "egg:punishment", + "egg:pursuit", + "egg:rage", + "egg:reversal", + "egg:spite", + "egg:suckerpunch", + "egg:thunderfang", + "egg:willowisp", + "tm:attract", + "tm:bodyslam", + "tm:burningjealousy", + "tm:captivate", + "tm:confide", + "tm:crunch", + "tm:darkpulse", + "tm:doubleedge", + "tm:doubleteam", + "tm:dreameater", + "tm:embargo", + "tm:endure", + "tm:facade", + "tm:fireblast", + "tm:firefang", + "tm:firespin", + "tm:flamecharge", + "tm:flamethrower", + "tm:flareblitz", + "tm:foulplay", + "tm:frustration", + "tm:heatwave", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hypervoice", + "tm:incinerate", + "tm:irontail", + "tm:lashout", + "tm:mudshot", + "tm:mudslap", + "tm:nastyplot", + "tm:naturalgift", + "tm:overheat", + "tm:painsplit", + "tm:payback", + "tm:protect", + "tm:psychicfangs", + "tm:raindance", + "tm:rest", + "tm:retaliate", + "tm:return", + "tm:reversal", + "tm:roar", + "tm:rocksmash", + "tm:round", + "tm:scaryface", + "tm:secretpower", + "tm:shadowball", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:snarl", + "tm:snatch", + "tm:solarbeam", + "tm:spite", + "tm:substitute", + "tm:sunnyday", + "tm:superfang", + "tm:swagger", + "tm:takedown", + "tm:taunt", + "tm:temperflare", + "tm:terablast", + "tm:thief", + "tm:thunderfang", + "tm:torment", + "tm:toxic", + "tm:trailblaze", + "tm:willowisp", + "tutor:attract", + "tutor:beatup", + "tutor:bite", + "tutor:bodyslam", + "tutor:charm", + "tutor:counter", + "tutor:crunch", + "tutor:curse", + "tutor:darkpulse", + "tutor:detect", + "tutor:doubleedge", + "tutor:doubleteam", + "tutor:dreameater", + "tutor:ember", + "tutor:endure", + "tutor:feint", + "tutor:feintattack", + "tutor:fireblast", + "tutor:firespin", + "tutor:flamethrower", + "tutor:foulplay", + "tutor:frustration", + "tutor:headbutt", + "tutor:heatwave", + "tutor:hiddenpower", + "tutor:howl", + "tutor:hypervoice", + "tutor:irontail", + "tutor:leer", + "tutor:mimic", + "tutor:mudslap", + "tutor:nightmare", + "tutor:protect", + "tutor:pursuit", + "tutor:rage", + "tutor:rest", + "tutor:return", + "tutor:reversal", + "tutor:roar", + "tutor:rocksmash", + "tutor:roleplay", + "tutor:shadowball", + "tutor:sleeptalk", + "tutor:sludgebomb", + "tutor:smog", + "tutor:snatch", + "tutor:snore", + "tutor:solarbeam", + "tutor:spite", + "tutor:substitute", + "tutor:suckerpunch", + "tutor:sunnyday", + "tutor:superfang", + "tutor:swagger", + "tutor:swift", + "tutor:thief", + "tutor:toxic", + "tutor:uproar" + ], + "labels": ["gen2"], + "pokedex": ["cobblemon.species.houndour.desc"], + "evolutions": [ + { + "id": "houndour_houndoom", + "variant": "level_up", + "result": "houndoom", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 24 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 35, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 1, + "special_defence": 0, + "speed": 0 + }, + "height": 6, + "weight": 108, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 4, + "entries": [ + { + "item": "minecraft:bone", + "quantityRange": "0-1" + }, + { + "item": "minecraft:rotten_flesh", + "quantityRange": "0-1" + }, + { + "item": "minecraft:blaze_powder", + "percentage": 2.5 + }, + { + "item": "cobblemon:rawst_berry", + "percentage": 2.5 + } + ] + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/jumpluff.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/jumpluff.json new file mode 100644 index 0000000..2e9d0cc --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/jumpluff.json @@ -0,0 +1,190 @@ +{ + "implemented": true, + "name": "Jumpluff", + "nationalPokedexNumber": 189, + "primaryType": "grass", + "secondaryType": "flying", + "abilities": [ + "chlorophyll", + "leafguard", + "h:infiltrator" + ], + "baseStats": { + "hp": 75, + "attack": 55, + "defence": 70, + "special_attack": 55, + "special_defence": 95, + "speed": 110 + }, + "catchRate": 45, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 207, + "experienceGroup": "medium_slow", + "eggCycles": 20, + "eggGroups": [ + "fairy", + "grass" + ], + "moves": [ + "1:absorb", + "1:splash", + "1:synthesis", + "1:tailwhip", + "8:tackle", + "10:fairywind", + "12:poisonpowder", + "12:sleeppowder", + "12:stunspore", + "15:bulletseed", + "20:leechseed", + "24:megadrain", + "30:acrobatics", + "35:cottonspore", + "39:ragepowder", + "39:uturn", + "43:gigadrain", + "49:bounce", + "54:worryseed", + "55:memento", + "tm:acrobatics", + "tm:aerialace", + "tm:attract", + "tm:batonpass", + "tm:bulletseed", + "tm:captivate", + "tm:charm", + "tm:confide", + "tm:dazzlinggleam", + "tm:doubleedge", + "tm:doubleteam", + "tm:encore", + "tm:endeavor", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:flash", + "tm:fling", + "tm:frustration", + "tm:gigadrain", + "tm:gigaimpact", + "tm:grassknot", + "tm:grassyterrain", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:infestation", + "tm:leafstorm", + "tm:lightscreen", + "tm:lunge", + "tm:magicalleaf", + "tm:naturalgift", + "tm:pollenpuff", + "tm:protect", + "tm:psychup", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:round", + "tm:secretpower", + "tm:seedbomb", + "tm:silverwind", + "tm:sleeptalk", + "tm:solarbeam", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swordsdance", + "tm:tailwind", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:toxic", + "tm:trailblaze", + "tm:uturn", + "tutor:attract", + "tutor:bounce", + "tutor:bulletseed", + "tutor:cottonspore", + "tutor:curse", + "tutor:defensecurl", + "tutor:doubleedge", + "tutor:doubleteam", + "tutor:endure", + "tutor:falseswipe", + "tutor:flash", + "tutor:frustration", + "tutor:gigadrain", + "tutor:headbutt", + "tutor:helpinghand", + "tutor:hiddenpower", + "tutor:hyperbeam", + "tutor:leechseed", + "tutor:megadrain", + "tutor:mimic", + "tutor:poisonpowder", + "tutor:protect", + "tutor:rest", + "tutor:return", + "tutor:seedbomb", + "tutor:sleeppowder", + "tutor:sleeptalk", + "tutor:snore", + "tutor:solarbeam", + "tutor:splash", + "tutor:stunspore", + "tutor:substitute", + "tutor:sunnyday", + "tutor:swagger", + "tutor:sweetscent", + "tutor:swordsdance", + "tutor:synthesis", + "tutor:tackle", + "tutor:tailwhip", + "tutor:toxic", + "tutor:worryseed" + ], + "labels": [ + "gen2" + ], + "pokedex": [ + "cobblemon.species.jumpluff.desc" + ], + "preEvolution": "skiploom", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 3 + }, + "height": 8, + "weight": 30, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 4, + "entries": [ + { + "item": "minecraft:white_wool", + "quantityRange": "1-3" + }, + { + "item": "cobblemon:yache_berry", + "percentage": 10.0 + } + ] + } + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/ledian.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/ledian.json new file mode 100644 index 0000000..261ab30 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/ledian.json @@ -0,0 +1,194 @@ +{ + "implemented": true, + "name": "Ledian", + "nationalPokedexNumber": 166, + "primaryType": "bug", + "secondaryType": "flying", + "abilities": [ + "swarm", + "earlybird", + "h:ironfist" + ], + "baseStats": { + "hp": 55, + "attack": 35, + "defence": 50, + "special_attack": 55, + "special_defence": 110, + "speed": 85 + }, + "catchRate": 90, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 137, + "experienceGroup": "fast", + "eggCycles": 15, + "eggGroups": [ + "bug" + ], + "behaviour": { + "moving": { + "walk": { + "walkSpeed": 0.265 + }, + "fly": { + "canFly": true + } + }, + "resting": { + "canSleep": true, + "willSleepOnBed": false, + "depth": "normal", + "light": "0-4" + } + }, + "moves": [ + "1:supersonic", + "1:swift", + "1:tackle", + "12:lightscreen", + "12:reflect", + "12:safeguard", + "15:machpunch", + "20:silverwind", + "24:cometpunch", + "29:batonpass", + "33:agility", + "38:bugbuzz", + "42:airslash", + "47:doubleedge", + "tm:acrobatics", + "tm:aerialace", + "tm:attract", + "tm:brickbreak", + "tm:captivate", + "tm:confide", + "tm:dig", + "tm:doubleteam", + "tm:drainpunch", + "tm:endure", + "tm:facade", + "tm:flash", + "tm:fling", + "tm:focusblast", + "tm:focuspunch", + "tm:frustration", + "tm:gigadrain", + "tm:gigaimpact", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:infestation", + "tm:lightscreen", + "tm:naturalgift", + "tm:poweruppunch", + "tm:protect", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:rocksmash", + "tm:roost", + "tm:round", + "tm:safeguard", + "tm:secretpower", + "tm:silverwind", + "tm:sleeptalk", + "tm:solarbeam", + "tm:strength", + "tm:strugglebug", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swordsdance", + "tm:thief", + "tm:toxic", + "tm:uturn", + "tutor:agility", + "tutor:aircutter", + "tutor:attract", + "tutor:batonpass", + "tutor:bugbite", + "tutor:cometpunch", + "tutor:curse", + "tutor:defog", + "tutor:dig", + "tutor:doubleedge", + "tutor:doubleteam", + "tutor:drainpunch", + "tutor:dynamicpunch", + "tutor:endure", + "tutor:flash", + "tutor:focuspunch", + "tutor:frustration", + "tutor:gigadrain", + "tutor:headbutt", + "tutor:hiddenpower", + "tutor:hyperbeam", + "tutor:icepunch", + "tutor:knockoff", + "tutor:lightscreen", + "tutor:megapunch", + "tutor:mimic", + "tutor:ominouswind", + "tutor:protect", + "tutor:reflect", + "tutor:rest", + "tutor:return", + "tutor:rollout", + "tutor:roost", + "tutor:safeguard", + "tutor:sleeptalk", + "tutor:snore", + "tutor:solarbeam", + "tutor:stringshot", + "tutor:substitute", + "tutor:sunnyday", + "tutor:supersonic", + "tutor:swagger", + "tutor:sweetscent", + "tutor:swift", + "tutor:swordsdance", + "tutor:tackle", + "tutor:tailwind", + "tutor:thief", + "tutor:thunderpunch", + "tutor:toxic", + "tutor:uproar" + ], + "labels": [ + "gen2" + ], + "pokedex": [ + "cobblemon.species.ledian.desc" + ], + "preEvolution": "ledyba", + "evolutions": [], + "baseScale": 0.875, + "hitbox": { + "width": 0.9, + "height": 1.4, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 2, + "speed": 0 + }, + "height": 14, + "weight": 356, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:charti_berry", + "percentage": 5.0 + } + ] + } + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/ledyba.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/ledyba.json new file mode 100644 index 0000000..eb4fd90 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/ledyba.json @@ -0,0 +1,218 @@ +{ + "implemented": true, + "name": "Ledyba", + "nationalPokedexNumber": 165, + "primaryType": "bug", + "secondaryType": "flying", + "abilities": [ + "swarm", + "earlybird", + "h:rattled" + ], + "baseStats": { + "hp": 40, + "attack": 20, + "defence": 30, + "special_attack": 40, + "special_defence": 80, + "speed": 55 + }, + "catchRate": 255, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 53, + "experienceGroup": "fast", + "eggCycles": 15, + "eggGroups": [ + "bug" + ], + "behaviour": { + "moving": { + "walk": { + "walkSpeed": 0.28 + }, + "fly": { + "canFly": true + } + }, + "resting": { + "canSleep": true, + "willSleepOnBed": false, + "depth": "normal", + "light": "0-4" + } + }, + "moves": [ + "1:tackle", + "5:supersonic", + "8:swift", + "12:lightscreen", + "12:reflect", + "12:safeguard", + "15:machpunch", + "19:silverwind", + "22:cometpunch", + "26:batonpass", + "29:agility", + "33:bugbuzz", + "36:airslash", + "40:doubleedge", + "egg:bide", + "egg:bugbite", + "egg:bugbuzz", + "egg:counter", + "egg:dizzypunch", + "egg:drainpunch", + "egg:encore", + "egg:endure", + "egg:focuspunch", + "egg:knockoff", + "egg:psybeam", + "egg:screech", + "egg:silverwind", + "egg:tailwind", + "tm:acrobatics", + "tm:aerialace", + "tm:attract", + "tm:brickbreak", + "tm:captivate", + "tm:confide", + "tm:dig", + "tm:doubleteam", + "tm:drainpunch", + "tm:endure", + "tm:facade", + "tm:flash", + "tm:fling", + "tm:focuspunch", + "tm:frustration", + "tm:gigadrain", + "tm:hiddenpower", + "tm:infestation", + "tm:lightscreen", + "tm:naturalgift", + "tm:poweruppunch", + "tm:protect", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:roost", + "tm:round", + "tm:safeguard", + "tm:secretpower", + "tm:silverwind", + "tm:sleeptalk", + "tm:solarbeam", + "tm:strugglebug", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swordsdance", + "tm:thief", + "tm:toxic", + "tm:uturn", + "tutor:aerialace", + "tutor:agility", + "tutor:aircutter", + "tutor:attract", + "tutor:batonpass", + "tutor:bide", + "tutor:bugbite", + "tutor:cometpunch", + "tutor:curse", + "tutor:dig", + "tutor:doubleedge", + "tutor:doubleteam", + "tutor:drainpunch", + "tutor:dynamicpunch", + "tutor:endure", + "tutor:flash", + "tutor:focuspunch", + "tutor:frustration", + "tutor:gigadrain", + "tutor:headbutt", + "tutor:hiddenpower", + "tutor:icepunch", + "tutor:knockoff", + "tutor:lightscreen", + "tutor:megapunch", + "tutor:mimic", + "tutor:ominouswind", + "tutor:protect", + "tutor:psybeam", + "tutor:reflect", + "tutor:refresh", + "tutor:rest", + "tutor:return", + "tutor:rollout", + "tutor:roost", + "tutor:safeguard", + "tutor:sleeptalk", + "tutor:snore", + "tutor:solarbeam", + "tutor:stringshot", + "tutor:substitute", + "tutor:sunnyday", + "tutor:supersonic", + "tutor:swagger", + "tutor:sweetscent", + "tutor:swift", + "tutor:swordsdance", + "tutor:tackle", + "tutor:tailwind", + "tutor:thief", + "tutor:thunderpunch", + "tutor:toxic", + "tutor:uproar" + ], + "labels": [ + "gen2" + ], + "pokedex": [ + "cobblemon.species.ledyba.desc" + ], + "evolutions": [ + { + "id": "ledyba_ledian", + "variant": "level_up", + "result": "ledian", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 18 + } + ] + } + ], + "baseScale": 0.7, + "hitbox": { + "width": 0.9, + "height": 1, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 1, + "speed": 0 + }, + "height": 10, + "weight": 108, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:charti_berry", + "percentage": 2.5 + } + ] + } + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/marill.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/marill.json new file mode 100644 index 0000000..54c37b6 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/marill.json @@ -0,0 +1,246 @@ +{ + "implemented": true, + "name": "Marill", + "nationalPokedexNumber": 183, + "primaryType": "water", + "secondaryType": "fairy", + "abilities": ["thickfat", "hugepower", "h:sapsipper"], + "baseStats": { + "hp": 70, + "attack": 20, + "defence": 50, + "special_attack": 20, + "special_defence": 50, + "speed": 40 + }, + "catchRate": 190, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 88, + "experienceGroup": "fast", + "eggCycles": 10, + "eggGroups": ["water_1", "fairy"], + "moves": [ + "1:defensecurl", + "1:helpinghand", + "1:rollout", + "1:tackle", + "1:tailwhip", + "1:watergun", + "5:watersport", + "6:bubblebeam", + "7:bubble", + "9:charm", + "12:slam", + "15:bounce", + "19:aquatail", + "21:playrough", + "24:aquaring", + "27:raindance", + "30:hydropump", + "33:doubleedge", + "36:superpower", + "egg:amnesia", + "egg:aquajet", + "egg:bellydrum", + "egg:bodyslam", + "egg:camouflage", + "egg:copycat", + "egg:futuresight", + "egg:lightscreen", + "egg:muddywater", + "egg:perishsong", + "egg:present", + "egg:refresh", + "egg:sing", + "egg:soak", + "egg:substitute", + "egg:superpower", + "egg:supersonic", + "egg:tickle", + "egg:watersport", + "tm:alluringvoice", + "tm:amnesia", + "tm:attract", + "tm:blizzard", + "tm:bodyslam", + "tm:bounce", + "tm:brickbreak", + "tm:brutalswing", + "tm:bulldoze", + "tm:captivate", + "tm:charm", + "tm:chillingwater", + "tm:confide", + "tm:dig", + "tm:disarmingvoice", + "tm:dive", + "tm:doubleedge", + "tm:doubleteam", + "tm:drainingkiss", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:fling", + "tm:focuspunch", + "tm:frustration", + "tm:futuresight", + "tm:grassknot", + "tm:hail", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hydropump", + "tm:hypervoice", + "tm:icebeam", + "tm:icepunch", + "tm:icespinner", + "tm:icywind", + "tm:irontail", + "tm:knockoff", + "tm:lightscreen", + "tm:liquidation", + "tm:megakick", + "tm:megapunch", + "tm:metronome", + "tm:mistyexplosion", + "tm:mistyterrain", + "tm:muddywater", + "tm:mudshot", + "tm:mudslap", + "tm:naturalgift", + "tm:playrough", + "tm:poweruppunch", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:rocksmash", + "tm:round", + "tm:scald", + "tm:secretpower", + "tm:sleeptalk", + "tm:snore", + "tm:snowscape", + "tm:strength", + "tm:substitute", + "tm:superpower", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:toxic", + "tm:trailblaze", + "tm:uproar", + "tm:waterfall", + "tm:waterpulse", + "tm:whirlpool", + "tm:workup", + "tutor:amnesia", + "tutor:aquajet", + "tutor:aquatail", + "tutor:attract", + "tutor:bellydrum", + "tutor:blizzard", + "tutor:bodyslam", + "tutor:bounce", + "tutor:bubblebeam", + "tutor:covet", + "tutor:curse", + "tutor:defensecurl", + "tutor:dive", + "tutor:doubleedge", + "tutor:doubleteam", + "tutor:dynamicpunch", + "tutor:endure", + "tutor:focuspunch", + "tutor:foresight", + "tutor:frustration", + "tutor:futuresight", + "tutor:headbutt", + "tutor:helpinghand", + "tutor:hiddenpower", + "tutor:hypervoice", + "tutor:icepunch", + "tutor:icywind", + "tutor:irontail", + "tutor:knockoff", + "tutor:lightscreen", + "tutor:megakick", + "tutor:megapunch", + "tutor:mimic", + "tutor:mistyexplosion", + "tutor:mudslap", + "tutor:perishsong", + "tutor:present", + "tutor:protect", + "tutor:raindance", + "tutor:rest", + "tutor:return", + "tutor:rollout", + "tutor:seismictoss", + "tutor:sleeptalk", + "tutor:snore", + "tutor:steelroller", + "tutor:substitute", + "tutor:superpower", + "tutor:supersonic", + "tutor:surf", + "tutor:swagger", + "tutor:swift", + "tutor:tackle", + "tutor:tailwhip", + "tutor:toxic", + "tutor:waterfall", + "tutor:watergun", + "tutor:waterpulse", + "tutor:whirlpool" + ], + "labels": ["gen2"], + "pokedex": ["cobblemon.species.marill.desc"], + "preEvolution": "azurill", + "evolutions": [ + { + "id": "marill_azumarill", + "variant": "level_up", + "result": "azumarill", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 18 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 2, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 4, + "weight": 85, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:kebia_berry", + "percentage": 5 + } + ] + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/skiploom.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/skiploom.json new file mode 100644 index 0000000..eadb8ed --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/skiploom.json @@ -0,0 +1,198 @@ +{ + "implemented": true, + "name": "Skiploom", + "nationalPokedexNumber": 188, + "primaryType": "grass", + "secondaryType": "flying", + "abilities": [ + "chlorophyll", + "leafguard", + "h:infiltrator" + ], + "baseStats": { + "hp": 55, + "attack": 45, + "defence": 50, + "special_attack": 45, + "special_defence": 65, + "speed": 80 + }, + "catchRate": 120, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 119, + "experienceGroup": "medium_slow", + "eggCycles": 20, + "eggGroups": [ + "fairy", + "grass" + ], + "moves": [ + "1:absorb", + "1:splash", + "1:synthesis", + "1:tailwhip", + "8:tackle", + "10:fairywind", + "12:poisonpowder", + "12:sleeppowder", + "12:stunspore", + "15:bulletseed", + "20:leechseed", + "24:megadrain", + "28:acrobatics", + "31:cottonspore", + "34:uturn", + "36:ragepowder", + "37:gigadrain", + "41:bounce", + "44:memento", + "48:worryseed", + "tm:acrobatics", + "tm:aerialace", + "tm:attract", + "tm:batonpass", + "tm:bulletseed", + "tm:captivate", + "tm:charm", + "tm:confide", + "tm:dazzlinggleam", + "tm:doubleedge", + "tm:doubleteam", + "tm:encore", + "tm:endeavor", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:flash", + "tm:fling", + "tm:frustration", + "tm:gigadrain", + "tm:grassknot", + "tm:grassyterrain", + "tm:helpinghand", + "tm:hiddenpower", + "tm:infestation", + "tm:leafstorm", + "tm:lightscreen", + "tm:lunge", + "tm:magicalleaf", + "tm:naturalgift", + "tm:pollenpuff", + "tm:protect", + "tm:psychup", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:round", + "tm:secretpower", + "tm:seedbomb", + "tm:silverwind", + "tm:sleeptalk", + "tm:solarbeam", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swordsdance", + "tm:tailwind", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:toxic", + "tm:trailblaze", + "tm:uturn", + "tutor:attract", + "tutor:bounce", + "tutor:cottonspore", + "tutor:curse", + "tutor:defensecurl", + "tutor:doubleedge", + "tutor:doubleteam", + "tutor:endure", + "tutor:flash", + "tutor:frustration", + "tutor:gigadrain", + "tutor:headbutt", + "tutor:helpinghand", + "tutor:hiddenpower", + "tutor:leechseed", + "tutor:megadrain", + "tutor:mimic", + "tutor:poisonpowder", + "tutor:protect", + "tutor:rest", + "tutor:return", + "tutor:seedbomb", + "tutor:sleeppowder", + "tutor:sleeptalk", + "tutor:snore", + "tutor:solarbeam", + "tutor:splash", + "tutor:stunspore", + "tutor:substitute", + "tutor:sunnyday", + "tutor:swagger", + "tutor:sweetscent", + "tutor:swordsdance", + "tutor:synthesis", + "tutor:tackle", + "tutor:tailwhip", + "tutor:toxic", + "tutor:worryseed" + ], + "labels": [ + "gen2" + ], + "pokedex": [ + "cobblemon.species.skiploom.desc" + ], + "preEvolution": "hoppip", + "evolutions": [ + { + "id": "skiploom_jumpluff", + "variant": "level_up", + "result": "jumpluff", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 27 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "height": 6, + "weight": 10, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 2, + "entries": [ + { + "item": "minecraft:sunflower" + }, + { + "item": "cobblemon:yache_berry", + "percentage": 5.0 + } + ] + } + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/unown.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/unown.json new file mode 100644 index 0000000..eeedc36 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation2/unown.json @@ -0,0 +1,54 @@ +{ + "implemented": true, + "name": "Unown", + "nationalPokedexNumber": 201, + "primaryType": "psychic", + "abilities": ["levitate"], + "baseStats": { + "hp": 48, + "attack": 72, + "defence": 48, + "special_attack": 72, + "special_defence": 48, + "speed": 48 + }, + "catchRate": 225, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 118, + "experienceGroup": "medium_fast", + "eggCycles": 40, + "eggGroups": ["undiscovered"], + "moves": ["1:hiddenpower", "tm:hiddenpower", "tutor:hiddenpower"], + "labels": ["gen2"], + "pokedex": ["cobblemon.species.unown.desc"], + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 0, + "attack": 1, + "defence": 0, + "special_attack": 1, + "special_defence": 0, + "speed": 0 + }, + "height": 5, + "weight": 50, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 1, + "entries": [ + { + "item": "minecraft:ender_pearl", + "quantityRange": "0-1" + } + ] + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/absol.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/absol.json new file mode 100644 index 0000000..975a032 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/absol.json @@ -0,0 +1,263 @@ +{ + "implemented": true, + "name": "Absol", + "nationalPokedexNumber": 359, + "primaryType": "dark", + "abilities": ["pressure", "superluck", "h:justified"], + "baseStats": { + "hp": 65, + "attack": 130, + "defence": 60, + "special_attack": 75, + "special_defence": 60, + "speed": 75 + }, + "catchRate": 30, + "maleRatio": 0.5, + "shoulderMountable": false, + "forms": [ + { + "name": "Mega", + "primaryType": "dark", + "abilities": ["magicbounce"], + "baseStats": { + "hp": 65, + "attack": 150, + "defence": 60, + "special_attack": 115, + "special_defence": 60, + "speed": 115 + }, + "catchRate": 30, + "maleRatio": 0.5, + "baseExperienceYield": 163, + "baseFriendship": 35, + "evYield": { + "hp": 0, + "attack": 2, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "medium_slow", + "eggCycles": 25, + "eggGroups": ["field"], + "labels": ["gen6", "mega"], + "aspects": ["mega"], + "height": 12, + "weight": 490, + "cannotDynamax": false, + "battleOnly": true + } + ], + "baseExperienceYield": 163, + "experienceGroup": "medium_slow", + "eggCycles": 25, + "eggGroups": ["field"], + "moves": [ + "1:feint", + "1:leer", + "1:quickattack", + "1:scratch", + "5:doubleteam", + "10:knockoff", + "10:pursuit", + "15:detect", + "16:bite", + "20:taunt", + "25:slash", + "30:nightslash", + "35:focusenergy", + "37:psychocut", + "40:suckerpunch", + "41:mefirst", + "45:swordsdance", + "49:razorwind", + "50:futuresight", + "55:perishsong", + "egg:assurance", + "egg:batonpass", + "egg:bite", + "egg:curse", + "egg:doubleedge", + "egg:feint", + "egg:feintattack", + "egg:hex", + "egg:magiccoat", + "egg:meanlook", + "egg:mefirst", + "egg:megahorn", + "egg:perishsong", + "egg:playrough", + "egg:punishment", + "egg:substitute", + "egg:suckerpunch", + "egg:zenheadbutt", + "tm:aerialace", + "tm:airslash", + "tm:assurance", + "tm:attract", + "tm:batonpass", + "tm:blizzard", + "tm:bodyslam", + "tm:bounce", + "tm:brutalswing", + "tm:calmmind", + "tm:captivate", + "tm:chargebeam", + "tm:closecombat", + "tm:confide", + "tm:cut", + "tm:darkpulse", + "tm:doubleteam", + "tm:dreameater", + "tm:echoedvoice", + "tm:endure", + "tm:facade", + "tm:falseswipe", + "tm:fireblast", + "tm:flamethrower", + "tm:flash", + "tm:focusenergy", + "tm:foulplay", + "tm:frustration", + "tm:futuresight", + "tm:gigaimpact", + "tm:hail", + "tm:hex", + "tm:hiddenpower", + "tm:honeclaws", + "tm:hyperbeam", + "tm:icebeam", + "tm:icywind", + "tm:incinerate", + "tm:irontail", + "tm:megahorn", + "tm:naturalgift", + "tm:payback", + "tm:playrough", + "tm:protect", + "tm:psychocut", + "tm:psychup", + "tm:raindance", + "tm:rest", + "tm:retaliate", + "tm:return", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:sandstorm", + "tm:secretpower", + "tm:shadowball", + "tm:shadowclaw", + "tm:shockwave", + "tm:sleeptalk", + "tm:snarl", + "tm:snatch", + "tm:snore", + "tm:stoneedge", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:superpower", + "tm:swagger", + "tm:swift", + "tm:swordsdance", + "tm:taunt", + "tm:thief", + "tm:throatchop", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderwave", + "tm:torment", + "tm:toxic", + "tm:waterpulse", + "tm:willowisp", + "tm:xscissor", + "tm:zenheadbutt", + "tutor:bite", + "tutor:bodyslam", + "tutor:bounce", + "tutor:counter", + "tutor:darkpulse", + "tutor:doubleedge", + "tutor:doubleteam", + "tutor:dreameater", + "tutor:endure", + "tutor:feint", + "tutor:foulplay", + "tutor:furycutter", + "tutor:futuresight", + "tutor:headbutt", + "tutor:icywind", + "tutor:irontail", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:leer", + "tutor:magiccoat", + "tutor:megahorn", + "tutor:mimic", + "tutor:mudslap", + "tutor:nightmare", + "tutor:perishsong", + "tutor:psychup", + "tutor:razorwind", + "tutor:rockslide", + "tutor:roleplay", + "tutor:scratch", + "tutor:shockwave", + "tutor:slash", + "tutor:sleeptalk", + "tutor:snatch", + "tutor:snore", + "tutor:spite", + "tutor:substitute", + "tutor:suckerpunch", + "tutor:superpower", + "tutor:swagger", + "tutor:swift", + "tutor:swordsdance", + "tutor:throatchop", + "tutor:thunderwave", + "tutor:waterpulse", + "tutor:wish", + "tutor:zenheadbutt" + ], + "labels": ["gen3"], + "pokedex": ["cobblemon.species.absol.desc"], + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 35, + "evYield": { + "hp": 0, + "attack": 2, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 12, + "weight": 470, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 2, + "entries": [ + { + "item": "cobblemon:razor_claw", + "percentage": 5 + }, + { + "item": "cobblemon:roseli_berry", + "percentage": 5 + } + ] + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/altaria.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/altaria.json new file mode 100644 index 0000000..bfdf2b6 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/altaria.json @@ -0,0 +1,243 @@ +{ + "implemented": true, + "name": "Altaria", + "nationalPokedexNumber": 334, + "primaryType": "dragon", + "secondaryType": "flying", + "abilities": ["naturalcure", "h:cloudnine"], + "baseStats": { + "hp": 75, + "attack": 70, + "defence": 90, + "special_attack": 70, + "special_defence": 105, + "speed": 80 + }, + "catchRate": 45, + "maleRatio": 0.5, + "shoulderMountable": false, + "forms": [ + { + "name": "Mega", + "primaryType": "dragon", + "secondaryType": "fairy", + "abilities": ["pixilate"], + "baseStats": { + "hp": 75, + "attack": 110, + "defence": 110, + "special_attack": 110, + "special_defence": 105, + "speed": 80 + }, + "catchRate": 45, + "maleRatio": 0.5, + "baseExperienceYield": 172, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 2, + "speed": 0 + }, + "experienceGroup": "erratic", + "eggCycles": 20, + "eggGroups": ["flying", "dragon"], + "labels": ["gen6", "mega"], + "aspects": ["mega"], + "height": 15, + "weight": 206, + "cannotDynamax": false, + "battleOnly": true + } + ], + "baseExperienceYield": 172, + "experienceGroup": "erratic", + "eggCycles": 20, + "eggGroups": ["flying", "dragon"], + "moves": [ + "1:astonish", + "1:disarmingvoice", + "1:growl", + "1:mist", + "1:peck", + "1:pluck", + "12:furyattack", + "16:round", + "20:dragonbreath", + "20:naturalgift", + "24:safeguard", + "26:refresh", + "28:sing", + "30:dragondance", + "32:cottonguard", + "38:takedown", + "40:dragonpulse", + "44:moonblast", + "50:perishsong", + "56:skyattack", + "tm:acrobatics", + "tm:aerialace", + "tm:agility", + "tm:alluringvoice", + "tm:attract", + "tm:bodyslam", + "tm:bravebird", + "tm:breakingswipe", + "tm:bulldoze", + "tm:captivate", + "tm:confide", + "tm:dazzlinggleam", + "tm:disarmingvoice", + "tm:doubleedge", + "tm:doubleteam", + "tm:dracometeor", + "tm:dragoncheer", + "tm:dragonclaw", + "tm:dragondance", + "tm:dragonpulse", + "tm:dreameater", + "tm:dualwingbeat", + "tm:earthquake", + "tm:echoedvoice", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:falseswipe", + "tm:featherdance", + "tm:fireblast", + "tm:firespin", + "tm:flamethrower", + "tm:fly", + "tm:frustration", + "tm:gigaimpact", + "tm:haze", + "tm:heatwave", + "tm:helpinghand", + "tm:hiddenpower", + "tm:honeclaws", + "tm:hurricane", + "tm:hyperbeam", + "tm:hypervoice", + "tm:icebeam", + "tm:incinerate", + "tm:irontail", + "tm:naturalgift", + "tm:outrage", + "tm:playrough", + "tm:pluck", + "tm:powerswap", + "tm:protect", + "tm:psychup", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:roar", + "tm:rocksmash", + "tm:roost", + "tm:round", + "tm:safeguard", + "tm:secretpower", + "tm:sleeptalk", + "tm:snore", + "tm:snowscape", + "tm:solarbeam", + "tm:steelwing", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swift", + "tm:tailwind", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:toxic", + "tm:trailblaze", + "tm:uproar", + "tm:willowisp", + "tm:weatherball", + "tm:willowisp", + "tm:wonderroom", + "tutor:aerialace", + "tutor:agility", + "tutor:aircutter", + "tutor:bodyslam", + "tutor:defog", + "tutor:doubleedge", + "tutor:dracometeor", + "tutor:dragonbreath", + "tutor:dragondance", + "tutor:dragonpulse", + "tutor:dreameater", + "tutor:dualwingbeat", + "tutor:endure", + "tutor:falseswipe", + "tutor:fireblast", + "tutor:healbell", + "tutor:heatwave", + "tutor:hypervoice", + "tutor:irontail", + "tutor:mimic", + "tutor:mudslap", + "tutor:naturalgift", + "tutor:ominouswind", + "tutor:outrage", + "tutor:protect", + "tutor:psychup", + "tutor:refresh", + "tutor:roost", + "tutor:skyattack", + "tutor:sleeptalk", + "tutor:snore", + "tutor:solarbeam", + "tutor:substitute", + "tutor:swagger", + "tutor:swift", + "tutor:tailwind", + "tutor:takedown", + "tutor:twister", + "tutor:uproar", + "tutor:wonderroom" + ], + "labels": ["gen3"], + "pokedex": ["cobblemon.species.altaria.desc"], + "preEvolution": "swablu", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 2, + "speed": 0 + }, + "height": 11, + "weight": 206, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 4, + "entries": [ + { + "item": "minecraft:white_wool", + "quantityRange": "1-2" + }, + { + "item": "minecraft:chicken" + }, + { + "item": "cobblemon:yache_berry", + "percentage": 5 + } + ] + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/azurill.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/azurill.json new file mode 100644 index 0000000..12c3ee2 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/azurill.json @@ -0,0 +1,179 @@ +{ + "implemented": true, + "name": "Azurill", + "nationalPokedexNumber": 298, + "primaryType": "normal", + "secondaryType": "fairy", + "abilities": [ + "thickfat", + "hugepower", + "h:sapsipper" + ], + "baseStats": { + "hp": 50, + "attack": 20, + "defence": 40, + "special_attack": 20, + "special_defence": 40, + "speed": 20 + }, + "catchRate": 150, + "maleRatio": 0.25, + "shoulderMountable": false, + "baseExperienceYield": 38, + "experienceGroup": "fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:splash", + "1:tailwhip", + "1:watergun", + "3:helpinghand", + "5:watersport", + "6:bubblebeam", + "7:bubble", + "9:charm", + "12:slam", + "15:bounce", + "egg:aquajet", + "egg:bellydrum", + "egg:bodyslam", + "egg:camouflage", + "egg:copycat", + "egg:encore", + "egg:faketears", + "egg:muddywater", + "egg:perishsong", + "egg:present", + "egg:refresh", + "egg:sing", + "egg:slam", + "egg:soak", + "egg:supersonic", + "egg:tickle", + "egg:watersport", + "tm:alluringvoice", + "tm:attract", + "tm:blizzard", + "tm:bodyslam", + "tm:bounce", + "tm:brutalswing", + "tm:captivate", + "tm:charm", + "tm:confide", + "tm:doubleteam", + "tm:drainingkiss", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:frustration", + "tm:hail", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hypervoice", + "tm:icebeam", + "tm:icywind", + "tm:irontail", + "tm:lightscreen", + "tm:muddywater", + "tm:mudshot", + "tm:mudslap", + "tm:naturalgift", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:round", + "tm:scald", + "tm:secretpower", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:takedown", + "tm:terablast", + "tm:toxic", + "tm:uproar", + "tm:waterfall", + "tm:waterpulse", + "tm:whirlpool", + "tm:workup", + "tutor:bodyslam", + "tutor:bounce", + "tutor:covet", + "tutor:defensecurl", + "tutor:doubleedge", + "tutor:endure", + "tutor:headbutt", + "tutor:helpinghand", + "tutor:hypervoice", + "tutor:icywind", + "tutor:irontail", + "tutor:knockoff", + "tutor:mimic", + "tutor:mudslap", + "tutor:rollout", + "tutor:sleeptalk", + "tutor:snore", + "tutor:substitute", + "tutor:swagger", + "tutor:swift", + "tutor:uproar", + "tutor:waterpulse" + ], + "labels": [ + "gen3", + "baby" + ], + "pokedex": [ + "cobblemon.species.azurill.desc" + ], + "evolutions": [ + { + "id": "azurill_marill", + "variant": "level_up", + "result": "marill", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "friendship", + "amount": 160 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 1, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 2, + "weight": 20, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:kebia_berry", + "percentage": 2.5 + } + ] + } + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/banette.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/banette.json new file mode 100644 index 0000000..9cbce5f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/banette.json @@ -0,0 +1,225 @@ +{ + "implemented": true, + "name": "Banette", + "nationalPokedexNumber": 354, + "primaryType": "ghost", + "abilities": ["insomnia", "frisk", "h:cursedbody"], + "baseStats": { + "hp": 64, + "attack": 115, + "defence": 65, + "special_attack": 83, + "special_defence": 63, + "speed": 65 + }, + "catchRate": 45, + "maleRatio": 0.5, + "shoulderMountable": false, + "forms": [ + { + "name": "Mega", + "primaryType": "ghost", + "abilities": ["prankster"], + "baseStats": { + "hp": 64, + "attack": 165, + "defence": 75, + "special_attack": 93, + "special_defence": 83, + "speed": 75 + }, + "catchRate": 45, + "maleRatio": 0.5, + "baseExperienceYield": 159, + "baseFriendship": 35, + "evYield": { + "hp": 0, + "attack": 2, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "fast", + "eggCycles": 25, + "eggGroups": ["amorphous"], + "labels": ["gen6", "mega"], + "aspects": ["mega"], + "height": 12, + "weight": 130, + "cannotDynamax": false, + "battleOnly": true + } + ], + "baseExperienceYield": 159, + "experienceGroup": "fast", + "eggCycles": 25, + "eggGroups": ["amorphous"], + "moves": [ + "1:knockoff", + "1:nightshade", + "1:screech", + "1:spite", + "16:willowisp", + "19:feintattack", + "19:shadowsneak", + "22:hex", + "26:curse", + "30:shadowball", + "34:embargo", + "34:roleplay", + "40:suckerpunch", + "46:snatch", + "46:trick", + "52:grudge", + "53:phantomforce", + "tm:attract", + "tm:burningjealousy", + "tm:calmmind", + "tm:captivate", + "tm:chargebeam", + "tm:confide", + "tm:confuseray", + "tm:curse", + "tm:darkpulse", + "tm:dazzlinggleam", + "tm:doubleteam", + "tm:dreameater", + "tm:embargo", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:flash", + "tm:fling", + "tm:foulplay", + "tm:frustration", + "tm:gigaimpact", + "tm:gunkshot", + "tm:helpinghand", + "tm:hex", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:icywind", + "tm:imprison", + "tm:infestation", + "tm:knockoff", + "tm:lashout", + "tm:metronome", + "tm:nastyplot", + "tm:naturalgift", + "tm:nightshade", + "tm:painsplit", + "tm:payback", + "tm:phantomforce", + "tm:poltergeist", + "tm:pounce", + "tm:protect", + "tm:psybeam", + "tm:psychic", + "tm:psychup", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:round", + "tm:scaryface", + "tm:secretpower", + "tm:shadowball", + "tm:shadowclaw", + "tm:shockwave", + "tm:skillswap", + "tm:skittersmack", + "tm:sleeptalk", + "tm:snatch", + "tm:spite", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swordsdance", + "tm:taunt", + "tm:telekinesis", + "tm:terablast", + "tm:thief", + "tm:throatchop", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderwave", + "tm:torment", + "tm:toxic", + "tm:trailblaze", + "tm:trick", + "tm:trickroom", + "tm:willowisp", + "tutor:allyswitch", + "tutor:bodyslam", + "tutor:cottonguard", + "tutor:curse", + "tutor:darkpulse", + "tutor:doubleedge", + "tutor:dreameater", + "tutor:endure", + "tutor:feintattack", + "tutor:foulplay", + "tutor:gunkshot", + "tutor:headbutt", + "tutor:helpinghand", + "tutor:hex", + "tutor:icywind", + "tutor:knockoff", + "tutor:magiccoat", + "tutor:magicroom", + "tutor:metronome", + "tutor:mimic", + "tutor:mudslap", + "tutor:nightmare", + "tutor:ominouswind", + "tutor:painsplit", + "tutor:psychup", + "tutor:roleplay", + "tutor:shadowball", + "tutor:shockwave", + "tutor:skillswap", + "tutor:sleeptalk", + "tutor:snatch", + "tutor:snore", + "tutor:spite", + "tutor:substitute", + "tutor:suckerpunch", + "tutor:swagger", + "tutor:telekinesis", + "tutor:throatchop", + "tutor:thunderwave", + "tutor:trick" + ], + "labels": ["gen3"], + "pokedex": ["cobblemon.species.banette.desc"], + "preEvolution": "shuppet", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 35, + "evYield": { + "hp": 0, + "attack": 2, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 11, + "weight": 125, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:spell_tag", + "percentage": 5 + } + ] + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/delcatty.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/delcatty.json new file mode 100644 index 0000000..82886a2 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/delcatty.json @@ -0,0 +1,156 @@ +{ + "implemented": true, + "name": "Delcatty", + "nationalPokedexNumber": 301, + "primaryType": "normal", + "abilities": [ + "cutecharm", + "normalize", + "h:wonderskin" + ], + "baseStats": { + "hp": 70, + "attack": 65, + "defence": 65, + "special_attack": 55, + "special_defence": 55, + "speed": 90 + }, + "catchRate": 60, + "maleRatio": 0.25, + "shoulderMountable": false, + "baseExperienceYield": 140, + "experienceGroup": "fast", + "eggCycles": 15, + "eggGroups": [ + "field", + "fairy" + ], + "moves": [ + "1:attract", + "1:doubleslap", + "1:fakeout", + "1:growl", + "1:sing", + "tm:attract", + "tm:blizzard", + "tm:calmmind", + "tm:captivate", + "tm:chargebeam", + "tm:confide", + "tm:dig", + "tm:doubleteam", + "tm:dreameater", + "tm:echoedvoice", + "tm:endure", + "tm:facade", + "tm:flash", + "tm:frustration", + "tm:gigaimpact", + "tm:grassknot", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:icebeam", + "tm:irontail", + "tm:naturalgift", + "tm:payback", + "tm:protect", + "tm:psychup", + "tm:raindance", + "tm:rest", + "tm:retaliate", + "tm:return", + "tm:rocksmash", + "tm:round", + "tm:safeguard", + "tm:secretpower", + "tm:shadowball", + "tm:shockwave", + "tm:sleeptalk", + "tm:solarbeam", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderwave", + "tm:toxic", + "tm:waterpulse", + "tm:wildcharge", + "tm:workup", + "tutor:attract", + "tutor:bodyslam", + "tutor:covet", + "tutor:defensecurl", + "tutor:doubleedge", + "tutor:dreameater", + "tutor:endure", + "tutor:headbutt", + "tutor:healbell", + "tutor:helpinghand", + "tutor:hypervoice", + "tutor:icywind", + "tutor:irontail", + "tutor:laserfocus", + "tutor:lastresort", + "tutor:mimic", + "tutor:mudslap", + "tutor:psychup", + "tutor:rollout", + "tutor:secretpower", + "tutor:shockwave", + "tutor:sleeptalk", + "tutor:snore", + "tutor:stompingtantrum", + "tutor:substitute", + "tutor:suckerpunch", + "tutor:swagger", + "tutor:sweetkiss", + "tutor:swift", + "tutor:thunderwave", + "tutor:uproar", + "tutor:waterpulse", + "tutor:zenheadbutt" + ], + "labels": [ + "gen3" + ], + "pokedex": [ + "cobblemon.species.delcatty.desc" + ], + "preEvolution": "skitty", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 1, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 1 + }, + "height": 11, + "weight": 326, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 2, + "entries": [ + { + "item": "cobblemon:silk_scarf", + "percentage": 5.0 + }, + { + "item": "cobblemon:pecha_berry", + "percentage": 5.0 + } + ] + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/deoxys.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/deoxys.json new file mode 100644 index 0000000..5584c5a --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/deoxys.json @@ -0,0 +1,601 @@ +{ + "implemented": true, + "name": "Deoxys", + "nationalPokedexNumber": 386, + "primaryType": "psychic", + "abilities": [ + "pressure" + ], + "baseStats": { + "hp": 50, + "attack": 150, + "defence": 50, + "special_attack": 150, + "special_defence": 50, + "speed": 150 + }, + "features": [ + "deoxysattack", + "deoxysdefense", + "deoxysspeed" + ], + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": false, + "depth": "normal", + "light": "0-4" +}, + "moving": { +"fly": { + "canFly": true, + "flySpeedHorizontal": 0.4 + }, + "walk": { + "walkSpeed": 0.4 + } +} + }, + "catchRate": 3, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 270, + "baseFriendship": 0, + "baseScale": 0.6, + "hitbox": { + "width": 2, + "height": 3.7, + "fixed": false + }, + "evYield": { + "hp": 0, + "attack": 1, + "defence": 0, + "special_attack": 1, + "special_defence": 0, + "speed": 1 + }, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:leer", + "1:wrap", + "7:nightshade", + "13:doubleteam", + "13:teleport", + "19:knockoff", + "19:taunt", + "25:psyshock", + "25:pursuit", + "25:spikes", + "31:psychic", + "37:gravity", + "37:protect", + "37:snatch", + "37:superpower", + "37:swift", + "43:psychoshift", + "43:skillswap", + "49:zenheadbutt", + "55:agility", + "55:amnesia", + "55:cosmicpower", + "55:irondefense", + "61:recover", + "61:zapcannon", + "67:psychoboost", + "73:counter", + "73:extremespeed", + "73:hyperbeam", + "73:mirrorcoat", + "tm:aerialace", + "tm:agility", + "tm:allyswitch", + "tm:amnesia", + "tm:avalanche", + "tm:brickbreak", + "tm:brutalswing", + "tm:calmmind", + "tm:chargebeam", + "tm:confide", + "tm:cut", + "tm:darkpulse", + "tm:doubleteam", + "tm:drainpunch", + "tm:dreameater", + "tm:endure", + "tm:energyball", + "tm:expandingforce", + "tm:facade", + "tm:firepunch", + "tm:flash", + "tm:flashcannon", + "tm:fling", + "tm:focusblast", + "tm:focuspunch", + "tm:frustration", + "tm:futuresight", + "tm:gigaimpact", + "tm:grassknot", + "tm:gravity", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:icebeam", + "tm:icepunch", + "tm:icywind", + "tm:imprison", + "tm:irondefense", + "tm:knockoff", + "tm:lightscreen", + "tm:lowkick", + "tm:lowsweep", + "tm:meteorbeam", + "tm:nastyplot", + "tm:naturalgift", + "tm:nightshade", + "tm:painsplit", + "tm:poisonjab", + "tm:poweruppunch", + "tm:protect", + "tm:psybeam", + "tm:psychic", + "tm:psychicnoise", + "tm:psychicterrain", + "tm:psychup", + "tm:psyshock", + "tm:raindance", + "tm:recycle", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:safeguard", + "tm:scaryface", + "tm:secretpower", + "tm:shadowball", + "tm:shockwave", + "tm:skillswap", + "tm:sleeptalk", + "tm:snatch", + "tm:solarbeam", + "tm:spikes", + "tm:stealthrock", + "tm:stompingtantrum", + "tm:storedpower", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:taunt", + "tm:telekinesis", + "tm:terablast", + "tm:throatchop", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:torment", + "tm:toxic", + "tm:trick", + "tm:trickroom", + "tm:waterpulse", + "tm:zenheadbutt", + "tutor:allyswitch", + "tutor:bind", + "tutor:bodyslam", + "tutor:cosmicpower", + "tutor:counter", + "tutor:darkpulse", + "tutor:detect", + "tutor:doubleedge", + "tutor:doubleteam", + "tutor:drainpunch", + "tutor:dreameater", + "tutor:dynamicpunch", + "tutor:endure", + "tutor:extremespeed", + "tutor:firepunch", + "tutor:focuspunch", + "tutor:gravity", + "tutor:headbutt", + "tutor:hyperbeam", + "tutor:icepunch", + "tutor:icywind", + "tutor:irondefense", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:leer", + "tutor:lowkick", + "tutor:magiccoat", + "tutor:megakick", + "tutor:megapunch", + "tutor:meteormash", + "tutor:mimic", + "tutor:mirrorcoat", + "tutor:mudslap", + "tutor:nastyplot", + "tutor:nightmare", + "tutor:nightshade", + "tutor:psychic", + "tutor:psychoboost", + "tutor:psychup", + "tutor:pursuit", + "tutor:recover", + "tutor:recycle", + "tutor:rockslide", + "tutor:roleplay", + "tutor:seismictoss", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:skillswap", + "tutor:sleeptalk", + "tutor:snatch", + "tutor:snore", + "tutor:spikes", + "tutor:stealthrock", + "tutor:stompingtantrum", + "tutor:substitute", + "tutor:superpower", + "tutor:swagger", + "tutor:swift", + "tutor:taunt", + "tutor:telekinesis", + "tutor:throatchop", + "tutor:thunderpunch", + "tutor:thunderwave", + "tutor:trick", + "tutor:waterpulse", + "tutor:wonderroom", + "tutor:wrap", + "tutor:zapcannon", + "tutor:zenheadbutt" + ], + "labels": [ + "gen3", + "mythical", + "legendary" + ], + "pokedex": [ + "cobblemon.species.deoxys.desc" + ], + + "height": 17, + "weight": 608, + "evolutions": [ + { + "id": "deoxys_deoxysspeed", + "variant": "level_up", + "result": "deoxys deoxysspeed=true", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "held_item", + "itemCondition": "minecraft:chorus_fruit" + } + ] + }, + { + "id": "deoxys_deoxysattack", + "variant": "level_up", + "result": "deoxys deoxysattack=true", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "held_item", + "itemCondition": "minecraft:end_crystal" + } + ] +}, +{ + "id": "deoxys_deoxysdefense", + "variant": "level_up", + "result": "deoxys deoxysdefense=true", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "held_item", + "itemCondition": "minecraft:shulker_shell" + } +] +} + ], + "forms": [ + { + "name": "Deoxys-Attack", + "primaryType": "psychic", + "abilities": [ + "pressure" + ], + "baseStats": { + "hp": 50, + "attack": 180, + "defence": 20, + "special_attack": 180, + "special_defence": 20, + "speed": 150 + }, + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": false, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "fly": { + "canFly": true, + "flySpeedHorizontal": 0.4 + }, + "walk": { + "walkSpeed": 0.4 + } + } + }, + "catchRate": 3, + "maleRatio": -1, + "baseExperienceYield": 270, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 2, + "defence": 0, + "special_attack": 1, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "labels": [ + "gen3", + "mythical", + "legendary" + ], + "evolutions": [ + { + "id": "deoxysattack_deoxys", + "variant": "level_up", + "result": "deoxys deoxysattack=false", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "held_item", + "itemCondition": "minecraft:end_stone" + } + ] + } + ], + "aspects": [ + "deoxysattack" + + ], + "height": 17, + "weight": 608, + "cannotDynamax": false, + "battleOnly": false, + "drops": { + "amount": 6, + "entries": [ + { + "item": "cobblemon:rare_candy", + "quantityRange": "5-10" + }, + { + "item": "minecraft:end_crystal", + "percentage": 33.3 + }, + { + "item": "minecraft:chorus_fruit", + "percentage": 33.3 + }, + { + "item": "minecraft:shulker_shell", + "percentage": 33.3 + }, + { + "item": "cobblemon:ability_capsule", + "percentage": 25.0 + }, + { + "item": "cobblemon:ability_patch", + "percentage": 5.0 + } + ] + } + }, + { + "name": "Deoxys-Defense", + "primaryType": "psychic", + "abilities": [ + "pressure" + ], + "baseStats": { + "hp": 50, + "attack": 70, + "defence": 160, + "special_attack": 70, + "special_defence": 160, + "speed": 90 + }, + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": false, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "fly": { + "canFly": true, + "flySpeedHorizontal": 0.3 + }, + "walk": { + "walkSpeed": 0.3 + } + } + }, + "catchRate": 3, + "maleRatio": -1, + "baseExperienceYield": 270, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 2, + "special_attack": 0, + "special_defence": 1, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "labels": [ + "gen3", + "mythical", + "legendary" + ], + "evolutions": [ + { + "id": "deoxysdefense_deoxys", + "variant": "level_up", + "result": "deoxys deoxys deoxysdefense=false", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "held_item", + "itemCondition": "minecraft:end_stone" + } + ] + } + ], + "aspects": [ + "deoxysdefense" + ], + "height": 17, + "weight": 608, + "cannotDynamax": false, + "battleOnly": false, + "drops": { + "amount": 5, + "entries": [ + { + "item": "minecraft:eye_of_ender", + "quantityRange": "3-5" + } + ] + } + }, + { + "name": "Deoxys-Speed", + "primaryType": "psychic", + "abilities": [ + "pressure" + ], + "baseStats": { + "hp": 50, + "attack": 95, + "defence": 90, + "special_attack": 95, + "special_defence": 90, + "speed": 180 + }, + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": false, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "fly": { + "canFly": true, + "flySpeedHorizontal": 0.6 + }, + "walk": { + "walkSpeed": 0.9 + } + } + }, + "catchRate": 3, + "maleRatio": -1, + "baseExperienceYield": 270, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 3 + }, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "labels": [ + "gen3", + "mythical", + "legendary" + ], + "evolutions": [ + { + "id": "deoxysspeed_deoxys", + "variant": "level_up", + "result": "deoxys deoxysspeed=false", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "held_item", + "itemCondition": "minecraft:end_stone" + } + ] + } + ], + "aspects": [ + "deoxysspeed" + ], + "height": 17, + "weight": 608, + "cannotDynamax": false, + "battleOnly": false, + "drops": { + "amount": 5, + "entries": [ + { + "item": "minecraft:eye_of_ender", + "quantityRange": "3-5" + } + ] + } + } + ], + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 1, + "entries": [ + { + "item": "minecraft:eye_of_ender" + } + ] + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/feebas.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/feebas.json new file mode 100644 index 0000000..6d1c96f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/feebas.json @@ -0,0 +1,152 @@ +{ + "implemented": true, + "name": "Feebas", + "nationalPokedexNumber": 349, + "primaryType": "water", + "abilities": ["swiftswim", "oblivious", "h:adaptability"], + "baseStats": { + "hp": 20, + "attack": 15, + "defence": 20, + "special_attack": 10, + "special_defence": 55, + "speed": 80 + }, + "catchRate": 255, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 40, + "experienceGroup": "erratic", + "eggCycles": 20, + "eggGroups": ["water_1", "dragon"], + "moves": [ + "1:splash", + "15:tackle", + "25:flail", + "egg:brine", + "egg:captivate", + "egg:confuseray", + "egg:dragonbreath", + "egg:dragonpulse", + "egg:haze", + "egg:hypnosis", + "egg:irontail", + "egg:lightscreen", + "egg:mirrorcoat", + "egg:mist", + "egg:mudsport", + "egg:tickle", + "tm:attract", + "tm:blizzard", + "tm:brine", + "tm:captivate", + "tm:chillingwater", + "tm:confide", + "tm:confuseray", + "tm:dive", + "tm:doubleedge", + "tm:doubleteam", + "tm:dragonpulse", + "tm:endure", + "tm:facade", + "tm:frustration", + "tm:hail", + "tm:haze", + "tm:hiddenpower", + "tm:icebeam", + "tm:icywind", + "tm:irontail", + "tm:lightscreen", + "tm:muddywater", + "tm:mudshot", + "tm:naturalgift", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:round", + "tm:scald", + "tm:scaleshot", + "tm:secretpower", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:terablast", + "tm:toxic", + "tm:waterfall", + "tm:waterpulse", + "tm:whirlpool", + "tutor:captivate", + "tutor:dive", + "tutor:doubleedge", + "tutor:dragonpulse", + "tutor:endure", + "tutor:icywind", + "tutor:irontail", + "tutor:mimic", + "tutor:mirrorcoat", + "tutor:scaleshot", + "tutor:sleeptalk", + "tutor:snore", + "tutor:splash", + "tutor:substitute", + "tutor:swagger", + "tutor:swift", + "tutor:waterpulse" + ], + "labels": ["gen3"], + "pokedex": ["cobblemon.species.feebas.desc"], + "evolutions": [ + { + "id": "feebas_milotic", + "variant": "trade", + "result": "milotic", + "consumeHeldItem": true, + "learnableMoves": ["waterpulse"], + "requirements": [ + { + "variant": "held_item", + "itemCondition": "cobblemon:prism_scale" + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 1 + }, + "height": 6, + "weight": 74, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 3, + "entries": [ + { + "item": "minecraft:salmon" + }, + { + "item": "minecraft:bone_meal", + "percentage": 5 + }, + { + "item": "cobblemon:prism_scale", + "percentage": 2.5 + } + ] + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/glalie.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/glalie.json new file mode 100644 index 0000000..9f95bf0 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/glalie.json @@ -0,0 +1,207 @@ +{ + "implemented": true, + "name": "Glalie", + "nationalPokedexNumber": 362, + "primaryType": "ice", + "abilities": ["innerfocus", "icebody", "h:moody"], + "baseStats": { + "hp": 80, + "attack": 80, + "defence": 80, + "special_attack": 80, + "special_defence": 80, + "speed": 80 + }, + "catchRate": 75, + "maleRatio": 0.5, + "shoulderMountable": false, + "forms": [ + { + "name": "Mega", + "primaryType": "ice", + "abilities": ["refrigerate"], + "baseStats": { + "hp": 80, + "attack": 120, + "defence": 80, + "special_attack": 120, + "special_defence": 80, + "speed": 100 + }, + "catchRate": 75, + "maleRatio": 0.5, + "baseExperienceYield": 168, + "baseFriendship": 50, + "evYield": { + "hp": 2, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": ["fairy", "mineral"], + "labels": ["gen6", "mega"], + "aspects": ["mega"], + "height": 21, + "weight": 3502, + "cannotDynamax": false, + "battleOnly": true + } + ], + "baseExperienceYield": 168, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": ["fairy", "mineral"], + "moves": [ + "1:astonish", + "1:doubleteam", + "1:freezedry", + "1:headbutt", + "1:leer", + "1:powdersnow", + "1:sheercold", + "15:iceshard", + "20:protect", + "25:icywind", + "30:frostbreath", + "35:bite", + "37:icebeam", + "40:icefang", + "47:hail", + "47:snowscape", + "54:weatherball", + "61:crunch", + "68:blizzard", + "tm:attract", + "tm:avalanche", + "tm:blizzard", + "tm:bodyslam", + "tm:bulldoze", + "tm:captivate", + "tm:chillingwater", + "tm:confide", + "tm:crunch", + "tm:darkpulse", + "tm:doubleteam", + "tm:earthquake", + "tm:endure", + "tm:explosion", + "tm:facade", + "tm:faketears", + "tm:flash", + "tm:foulplay", + "tm:frostbreath", + "tm:frustration", + "tm:gigaimpact", + "tm:gyroball", + "tm:hail", + "tm:helpinghand", + "tm:hex", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:icebeam", + "tm:icefang", + "tm:icespinner", + "tm:iciclespear", + "tm:icywind", + "tm:ironhead", + "tm:lightscreen", + "tm:naturalgift", + "tm:payback", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:round", + "tm:safeguard", + "tm:scaryface", + "tm:secretpower", + "tm:selfdestruct", + "tm:shadowball", + "tm:sleeptalk", + "tm:snore", + "tm:snowscape", + "tm:spikes", + "tm:spite", + "tm:substitute", + "tm:swagger", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:torment", + "tm:toxic", + "tm:trailblaze", + "tm:waterpulse", + "tm:weatherball", + "tutor:block", + "tutor:bodyslam", + "tutor:darkpulse", + "tutor:defensecurl", + "tutor:doubleedge", + "tutor:endure", + "tutor:explosion", + "tutor:headbutt", + "tutor:icywind", + "tutor:ironhead", + "tutor:laserfocus", + "tutor:mimic", + "tutor:rollout", + "tutor:selfdestruct", + "tutor:signalbeam", + "tutor:sleeptalk", + "tutor:snore", + "tutor:spite", + "tutor:steelroller", + "tutor:substitute", + "tutor:superfang", + "tutor:swagger", + "tutor:waterpulse" + ], + "labels": ["gen3"], + "pokedex": ["cobblemon.species.glalie.desc"], + "preEvolution": "snorunt", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 2, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 15, + "weight": 2565, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 5, + "entries": [ + { + "item": "minecraft:snowball", + "quantityRange": "0-2" + }, + { + "item": "cobblemon:dawn_stone", + "percentage": 5 + }, + { + "item": "cobblemon:never_melt_ice", + "percentage": 5 + }, + { + "item": "cobblemon:babiri_berry", + "percentage": 5 + } + ] + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/groudon.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/groudon.json new file mode 100644 index 0000000..31df772 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/groudon.json @@ -0,0 +1,341 @@ +{ + "implemented": true, + "name": "Groudon", + "nationalPokedexNumber": 383, + "primaryType": "ground", + "abilities": [ + "drought" + ], + "baseStats": { + "hp": 100, + "attack": 150, + "defence": 140, + "special_attack": 100, + "special_defence": 90, + "speed": 90 + }, + "catchRate": 3, + "maleRatio": -1, + "shoulderMountable": false, + "features": ["primal"], + "forms": [ + { + "name": "Primal", + "primaryType": "ground", + "secondaryType": "fire", + "abilities": [ + "desolateland" + ], + "baseStats": { + "hp": 100, + "attack": 180, + "defence": 160, + "special_attack": 150, + "special_defence": 90, + "speed": 90 + }, + "catchRate": 3, + "maleRatio": -1, + "baseExperienceYield": 335, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "labels": [ + "gen6", + "primal", + "legendary" + ], + "aspects": [ + "primal" + ], + "height": 50, + "weight": 9997, + "cannotDynamax": false, + "battleOnly": false, + "baseScale":1.5, + "evolutions": [ + { + "id": "groudon_normal", + "variant": "level_up", + "result": "groudon primal=false", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "held_item", + "itemCondition": "cobblemon:flame_orb" + } + ] + } +] + } + ], + "baseExperienceYield": 335, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:ancientpower", + "1:lavaplume", + "1:mudshot", + "1:precipiceblades", + "1:scaryface", + "9:earthpower", + "18:bulkup", + "20:slash", + "27:earthquake", + "36:hammerarm", + "45:fissure", + "54:rest", + "72:fireblast", + "81:solarbeam", + "90:eruption", + "tm:aerialace", + "tm:bodypress", + "tm:bodyslam", + "tm:brickbreak", + "tm:brutalswing", + "tm:bulkup", + "tm:bulldoze", + "tm:confide", + "tm:crunch", + "tm:cut", + "tm:dig", + "tm:doubleedge", + "tm:doubleteam", + "tm:dragonclaw", + "tm:dragonpulse", + "tm:dragontail", + "tm:earthpower", + "tm:earthquake", + "tm:endure", + "tm:facade", + "tm:fireblast", + "tm:firefang", + "tm:firepunch", + "tm:flamethrower", + "tm:fling", + "tm:focusblast", + "tm:focuspunch", + "tm:frustration", + "tm:gigaimpact", + "tm:heatcrash", + "tm:heatwave", + "tm:heavyslam", + "tm:helpinghand", + "tm:hiddenpower", + "tm:highhorsepower", + "tm:honeclaws", + "tm:hyperbeam", + "tm:incinerate", + "tm:ironhead", + "tm:irontail", + "tm:megakick", + "tm:megapunch", + "tm:metalclaw", + "tm:mudshot", + "tm:mudslap", + "tm:naturalgift", + "tm:overheat", + "tm:poweruppunch", + "tm:protect", + "tm:psychup", + "tm:rest", + "tm:return", + "tm:roar", + "tm:rockblast", + "tm:rockclimb", + "tm:rockpolish", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:safeguard", + "tm:sandstorm", + "tm:sandtomb", + "tm:scaryface", + "tm:scorchingsands", + "tm:secretpower", + "tm:shadowclaw", + "tm:shockwave", + "tm:sleeptalk", + "tm:smackdown", + "tm:snore", + "tm:solarbeam", + "tm:spikes", + "tm:stealthrock", + "tm:stompingtantrum", + "tm:stoneedge", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swordsdance", + "tm:takedown", + "tm:terablast", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:uproar", + "tm:willowisp", + "tm:zenheadbutt", + "tutor:ancientpower", + "tutor:block", + "tutor:bodyslam", + "tutor:bulkup", + "tutor:counter", + "tutor:defensecurl", + "tutor:doubleedge", + "tutor:dragonpulse", + "tutor:dynamicpunch", + "tutor:earthpower", + "tutor:endure", + "tutor:eruption", + "tutor:fireblast", + "tutor:firepunch", + "tutor:furycutter", + "tutor:headbutt", + "tutor:ironhead", + "tutor:irontail", + "tutor:lavaplume", + "tutor:megakick", + "tutor:megapunch", + "tutor:mimic", + "tutor:mudslap", + "tutor:precipiceblades", + "tutor:psychup", + "tutor:rockslide", + "tutor:rollout", + "tutor:scaryface", + "tutor:scorchingsands", + "tutor:seismictoss", + "tutor:shockwave", + "tutor:slash", + "tutor:sleeptalk", + "tutor:snore", + "tutor:solarbeam", + "tutor:stealthrock", + "tutor:stompingtantrum", + "tutor:substitute", + "tutor:swagger", + "tutor:swift", + "tutor:swordsdance", + "tutor:thunderpunch", + "tutor:thunderwave", + "tutor:uproar" + ], + "labels": [ + "gen3", + "legendary" + ], + "pokedex": [ + "cobblemon.species.groudon.desc" + ], + "behaviour": { + "moving": { + "canLook": true, + "walk": { + "walkSpeed": 0.2, + "canWalk": true, + "avoidsLand": false + }, + "fly": { + "canFly": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": false, + "canBreatheUnderwater": false + } + } +}, +"evolutions": [ + { + "id": "groudon_primal", + "variant": "level_up", + "result": "groudon primal", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "held_item", + "itemCondition": "cobblemon:flame_orb" + } + ] + } +], + "baseScale": 1, + "hitbox": { + "width": 5.5, + "height": 6, + "fixed": false + }, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 35, + "weight": 9500, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 9, + "entries": [ + { + "item": "cobblemon:rare_candy", + "quantityRange": "5-10" + }, + { + "item": "cobblemon:smooth_rock", + "percentage": 25.0 + }, + { + "item": "cobblemon:heat_rock", + "percentage": 25.0 + }, + { + "item": "cobblemon:hard_stone", + "percentage": 25.0 + }, + { + "item": "cobblemon:soft_sand", + "percentage": 25.0 + }, + { + "item": "cobblemon:flame_orb" + }, + { + "item": "cobblemon:sun_stone", + "quantityRange": "3-9" + }, + { + "item": "cobblemon:ability_capsule", + "percentage": 25.0 + }, + { + "item": "cobblemon:ability_patch", + "percentage": 5.0 + } + ] + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/kyogre.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/kyogre.json new file mode 100644 index 0000000..87ade9a --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/kyogre.json @@ -0,0 +1,286 @@ +{ + "implemented": true, + "name": "Kyogre", + "nationalPokedexNumber": 382, + "primaryType": "water", + "abilities": [ + "drizzle" + ], + "baseStats": { + "hp": 100, + "attack": 100, + "defence": 90, + "special_attack": 150, + "special_defence": 140, + "speed": 90 + }, + "catchRate": 3, + "maleRatio": -1, + "shoulderMountable": false, + "features": ["primal"], + "forms": [ + { + "name": "Primal", + "primaryType": "water", + "abilities": [ + "primordialsea" + ], + "baseStats": { + "hp": 100, + "attack": 150, + "defence": 90, + "special_attack": 180, + "special_defence": 160, + "speed": 90 + }, + "catchRate": 3, + "maleRatio": -1, + "baseExperienceYield": 335, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 3, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "labels": [ + "gen6", + "primal", + "legendary" + ], + "aspects": [ + "primal" + ], + "height": 98, + "weight": 4300, + "cannotDynamax": false, + "battleOnly": false, + "baseScale":1.5, + "evolutions": [ + { + "id": "kyogre_normal", + "variant": "level_up", + "result": "kyogre primal=false", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "held_item", + "itemCondition": "minecraft:heart_of_the_sea" + } + ] + } + ] + } + ], + "baseExperienceYield": 335, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:ancientpower", + "1:bodyslam", + "1:originpulse", + "1:scaryface", + "1:waterpulse", + "9:aquatail", + "18:calmmind", + "27:muddywater", + "36:icebeam", + "45:sheercold", + "50:rest", + "54:aquaring", + "72:hydropump", + "81:doubleedge", + "90:waterspout", + "tm:avalanche", + "tm:blizzard", + "tm:bodyslam", + "tm:brickbreak", + "tm:brine", + "tm:bulldoze", + "tm:calmmind", + "tm:chillingwater", + "tm:confide", + "tm:dive", + "tm:doubleedge", + "tm:doubleteam", + "tm:earthquake", + "tm:endure", + "tm:facade", + "tm:frustration", + "tm:gigaimpact", + "tm:hail", + "tm:heavyslam", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hydropump", + "tm:hyperbeam", + "tm:icebeam", + "tm:icywind", + "tm:ironhead", + "tm:liquidation", + "tm:muddywater", + "tm:naturalgift", + "tm:protect", + "tm:psychup", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:roar", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:safeguard", + "tm:scald", + "tm:scaryface", + "tm:secretpower", + "tm:shockwave", + "tm:sleeptalk", + "tm:snore", + "tm:strength", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:takedown", + "tm:terablast", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderwave", + "tm:toxic", + "tm:uproar", + "tm:waterfall", + "tm:waterpulse", + "tm:whirlpool", + "tutor:ancientpower", + "tutor:aquatail", + "tutor:block", + "tutor:bodyslam", + "tutor:calmmind", + "tutor:defensecurl", + "tutor:dive", + "tutor:doubleedge", + "tutor:endure", + "tutor:headbutt", + "tutor:hydropump", + "tutor:icywind", + "tutor:ironhead", + "tutor:liquidation", + "tutor:mimic", + "tutor:mudslap", + "tutor:originpulse", + "tutor:psychup", + "tutor:rest", + "tutor:rockslide", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:sleeptalk", + "tutor:snore", + "tutor:substitute", + "tutor:surf", + "tutor:swagger", + "tutor:swift", + "tutor:thunder", + "tutor:thunderwave", + "tutor:uproar", + "tutor:waterpulse", + "tutor:waterspout" + ], + "labels": [ + "gen3", + "legendary" + ], + "pokedex": [ + "cobblemon.species.kyogre.desc" + ], + "evolutions": [ + { + "id": "kyogre_primal", + "variant": "level_up", + "result": "kyogre primal", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "held_item", + "itemCondition": "minecraft:heart_of_the_sea" + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 10, + "height": 2.1, + "fixed": false + }, + "behaviour": { + "moving": { + "canLook": true, + "walk": { + "walkSpeed": 0.2, + "canWalk": true, + "avoidsLand": false + }, + "fly": { + "canFly": false + }, + "swim": { + "swimSpeed": 0.5, + "canSwimInWater": true, + "canBreatheUnderwater": true + } + } +}, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 3, + "special_defence": 0, + "speed": 0 + }, + "height": 45, + "weight": 3520, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 6, + "entries": [ + { + "item": "cobblemon:rare_candy", + "quantityRange": "5-10" + }, + { + "item": "minecraft:heart_of_the_sea" + }, + { + "item": "cobblemon:water_stone", + "quantityRange": "3-9" + }, + { + "item": "cobblemon:mystic_water", + "percentage": 50.0 + }, + { + "item": "cobblemon:ability_capsule", + "percentage": 25.0 + }, + { + "item": "cobblemon:ability_patch", + "percentage": 5.0 + } + ] + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/latias.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/latias.json new file mode 100644 index 0000000..a09990b --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/latias.json @@ -0,0 +1,299 @@ +{ + "implemented": true, + "name": "Latias", + "nationalPokedexNumber": 380, + "primaryType": "dragon", + "secondaryType": "psychic", + "abilities": [ + "levitate" + ], + "baseStats": { + "hp": 80, + "attack": 80, + "defence": 90, + "special_attack": 110, + "special_defence": 130, + "speed": 110 + }, + "catchRate": 3, + "maleRatio": 0, + "shoulderMountable": false, + "forms": [ + { + "name": "Mega", + "primaryType": "dragon", + "secondaryType": "psychic", + "abilities": [ + "levitate" + ], + "baseStats": { + "hp": 80, + "attack": 100, + "defence": 120, + "special_attack": 140, + "special_defence": 150, + "speed": 110 + }, + "catchRate": 3, + "maleRatio": 0, + "baseExperienceYield": 300, + "baseFriendship": 90, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 3, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "labels": [ + "gen6", + "mega", + "legendary" + ], + "aspects": [ + "mega" + ], + "height": 18, + "weight": 520, + "cannotDynamax": false, + "battleOnly": true + } + ], + "baseExperienceYield": 300, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:charm", + "1:psywave", + "1:safeguard", + "1:storedpower", + "4:watersport", + "5:helpinghand", + "10:recover", + "13:refresh", + "15:confusion", + "20:tailwind", + "25:dragonbreath", + "30:wish", + "35:mistball", + "40:zenheadbutt", + "45:dragonpulse", + "50:healpulse", + "55:reflecttype", + "60:psychic", + "65:guardsplit", + "70:healingwish", + "75:psychoshift", + "tm:aerialace", + "tm:agility", + "tm:aircutter", + "tm:airslash", + "tm:alluringvoice", + "tm:allyswitch", + "tm:attract", + "tm:aurasphere", + "tm:batonpass", + "tm:bodyslam", + "tm:breakingswipe", + "tm:bulldoze", + "tm:calmmind", + "tm:captivate", + "tm:chargebeam", + "tm:charm", + "tm:chillingwater", + "tm:confide", + "tm:cut", + "tm:defog", + "tm:disarmingvoice", + "tm:dive", + "tm:doubleedge", + "tm:doubleteam", + "tm:dracometeor", + "tm:dragoncheer", + "tm:dragonclaw", + "tm:dragondance", + "tm:dragonpulse", + "tm:drainingkiss", + "tm:dreameater", + "tm:dualwingbeat", + "tm:earthquake", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:flash", + "tm:fly", + "tm:frustration", + "tm:futuresight", + "tm:gigaimpact", + "tm:grassknot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:honeclaws", + "tm:hyperbeam", + "tm:icebeam", + "tm:icywind", + "tm:lightscreen", + "tm:liquidation", + "tm:magicroom", + "tm:mysticalfire", + "tm:naturalgift", + "tm:outrage", + "tm:protect", + "tm:psychic", + "tm:psychocut", + "tm:psychup", + "tm:psyshock", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:retaliate", + "tm:return", + "tm:roar", + "tm:roost", + "tm:round", + "tm:safeguard", + "tm:sandstorm", + "tm:scaleshot", + "tm:secretpower", + "tm:shadowball", + "tm:shadowclaw", + "tm:shockwave", + "tm:sleeptalk", + "tm:snore", + "tm:solarbeam", + "tm:steelwing", + "tm:storedpower", + "tm:substitute", + "tm:sunnyday", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:tailwind", + "tm:takedown", + "tm:telekinesis", + "tm:terablast", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderwave", + "tm:toxic", + "tm:triattack", + "tm:trick", + "tm:waterfall", + "tm:waterpulse", + "tm:weatherball", + "tm:whirlpool", + "tm:zenheadbutt", + "tutor:allyswitch", + "tutor:bodyslam", + "tutor:charm", + "tutor:covet", + "tutor:defog", + "tutor:dive", + "tutor:doubleedge", + "tutor:dracometeor", + "tutor:dragonbreath", + "tutor:dragonpulse", + "tutor:dreameater", + "tutor:dualwingbeat", + "tutor:endure", + "tutor:furycutter", + "tutor:healpulse", + "tutor:helpinghand", + "tutor:icywind", + "tutor:laserfocus", + "tutor:lastresort", + "tutor:magiccoat", + "tutor:magicroom", + "tutor:mimic", + "tutor:mistball", + "tutor:mudslap", + "tutor:outrage", + "tutor:psychoshift", + "tutor:psychup", + "tutor:recover", + "tutor:refresh", + "tutor:roleplay", + "tutor:roost", + "tutor:scaleshot", + "tutor:shockwave", + "tutor:sleeptalk", + "tutor:snore", + "tutor:substitute", + "tutor:suckerpunch", + "tutor:surf", + "tutor:swagger", + "tutor:sweetkiss", + "tutor:swift", + "tutor:tailwind", + "tutor:telekinesis", + "tutor:thunderwave", + "tutor:trick", + "tutor:twister", + "tutor:waterpulse", + "tutor:watersport", + "tutor:wish", + "tutor:zenheadbutt" + ], + "labels": [ + "gen3", + "legendary" + ], + "pokedex": [ + "cobblemon.species.latias.desc" + ], + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 90, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 3, + "speed": 0 + }, + "height": 14, + "weight": 400, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 5, + "entries": [ + { + "item": "cobblemon:rare_candy", + "quantityRange": "5-10" + }, + { + "item": "cobblemon:sky_tumblestone_block", + "quantityRange": "1-4" + }, + { + "item": "cobblemon:dragon_fang", + "percentage": 50.0 + }, + { + "item": "cobblemon:ability_capsule", + "percentage": 25.0 + }, + { + "item": "cobblemon:ability_patch", + "percentage": 5.0 + } + ] + } + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/latios.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/latios.json new file mode 100644 index 0000000..bbfbebc --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/latios.json @@ -0,0 +1,291 @@ +{ + "implemented": true, + "name": "Latios", + "nationalPokedexNumber": 381, + "primaryType": "dragon", + "secondaryType": "psychic", + "abilities": [ + "levitate" + ], + "baseStats": { + "hp": 80, + "attack": 90, + "defence": 80, + "special_attack": 130, + "special_defence": 110, + "speed": 110 + }, + "catchRate": 3, + "maleRatio": 1, + "shoulderMountable": false, + "forms": [ + { + "name": "Mega", + "primaryType": "dragon", + "secondaryType": "psychic", + "abilities": [ + "levitate" + ], + "baseStats": { + "hp": 80, + "attack": 130, + "defence": 100, + "special_attack": 160, + "special_defence": 120, + "speed": 110 + }, + "catchRate": 3, + "maleRatio": 1, + "baseExperienceYield": 300, + "baseFriendship": 90, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 3, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "labels": [ + "gen6", + "mega", + "legendary" + ], + "aspects": [ + "mega" + ], + "height": 23, + "weight": 700, + "cannotDynamax": false, + "battleOnly": true + } + ], + "baseExperienceYield": 300, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:dragondance", + "1:healblock", + "1:psywave", + "1:safeguard", + "1:storedpower", + "4:protect", + "5:helpinghand", + "10:recover", + "13:refresh", + "15:confusion", + "20:tailwind", + "25:dragonbreath", + "30:allyswitch", + "35:lusterpurge", + "36:telekinesis", + "40:zenheadbutt", + "45:dragonpulse", + "50:healpulse", + "55:simplebeam", + "60:psychic", + "65:powersplit", + "70:memento", + "75:psychoshift", + "tm:aerialace", + "tm:agility", + "tm:aircutter", + "tm:airslash", + "tm:allyswitch", + "tm:attract", + "tm:aurasphere", + "tm:batonpass", + "tm:bodyslam", + "tm:breakingswipe", + "tm:bulldoze", + "tm:calmmind", + "tm:captivate", + "tm:chargebeam", + "tm:chillingwater", + "tm:confide", + "tm:cut", + "tm:defog", + "tm:dive", + "tm:doubleedge", + "tm:doubleteam", + "tm:dracometeor", + "tm:dragoncheer", + "tm:dragonclaw", + "tm:dragondance", + "tm:dragonpulse", + "tm:dreameater", + "tm:dualwingbeat", + "tm:earthquake", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:flash", + "tm:flipturn", + "tm:fly", + "tm:frustration", + "tm:futuresight", + "tm:gigaimpact", + "tm:grassknot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:honeclaws", + "tm:hyperbeam", + "tm:icebeam", + "tm:icywind", + "tm:lightscreen", + "tm:liquidation", + "tm:mysticalfire", + "tm:naturalgift", + "tm:outrage", + "tm:protect", + "tm:psychic", + "tm:psychicnoise", + "tm:psychocut", + "tm:psychup", + "tm:psyshock", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:retaliate", + "tm:return", + "tm:roar", + "tm:roost", + "tm:round", + "tm:safeguard", + "tm:sandstorm", + "tm:scaleshot", + "tm:secretpower", + "tm:shadowball", + "tm:shadowclaw", + "tm:shockwave", + "tm:sleeptalk", + "tm:snore", + "tm:solarbeam", + "tm:steelwing", + "tm:storedpower", + "tm:substitute", + "tm:sunnyday", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:tailwind", + "tm:takedown", + "tm:telekinesis", + "tm:terablast", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderwave", + "tm:toxic", + "tm:triattack", + "tm:trick", + "tm:waterfall", + "tm:waterpulse", + "tm:weatherball", + "tm:whirlpool", + "tm:wonderroom", + "tm:zenheadbutt", + "tutor:allyswitch", + "tutor:aurasphere", + "tutor:bodyslam", + "tutor:defog", + "tutor:dive", + "tutor:doubleedge", + "tutor:dracometeor", + "tutor:dragondance", + "tutor:dreameater", + "tutor:dualwingbeat", + "tutor:endure", + "tutor:furycutter", + "tutor:healpulse", + "tutor:helpinghand", + "tutor:icywind", + "tutor:laserfocus", + "tutor:lastresort", + "tutor:magiccoat", + "tutor:mimic", + "tutor:mudslap", + "tutor:outrage", + "tutor:protect", + "tutor:psychic", + "tutor:psychoshift", + "tutor:psychup", + "tutor:recover", + "tutor:refresh", + "tutor:roost", + "tutor:scaleshot", + "tutor:shockwave", + "tutor:sleeptalk", + "tutor:snore", + "tutor:substitute", + "tutor:swagger", + "tutor:swift", + "tutor:tailwind", + "tutor:telekinesis", + "tutor:thunderwave", + "tutor:trick", + "tutor:twister", + "tutor:waterpulse", + "tutor:wonderroom" + ], + "labels": [ + "gen3", + "legendary" + ], + "pokedex": [ + "cobblemon.species.latios.desc" + ], + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 90, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 3, + "special_defence": 0, + "speed": 0 + }, + "height": 20, + "weight": 600, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 5, + "entries": [ + { + "item": "cobblemon:rare_candy", + "quantityRange": "5-10" + }, + { + "item": "cobblemon:sky_tumblestone_block", + "quantityRange": "1-4" + }, + { + "item": "cobblemon:dragon_fang", + "percentage": 50.0 + }, + { + "item": "cobblemon:ability_capsule", + "percentage": 25.0 + }, + { + "item": "cobblemon:ability_patch", + "percentage": 5.0 + } + ] + } + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/medicham.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/medicham.json new file mode 100644 index 0000000..57467cd --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/medicham.json @@ -0,0 +1,266 @@ +{ + "implemented": true, + "name": "Medicham", + "nationalPokedexNumber": 308, + "primaryType": "fighting", + "secondaryType": "psychic", + "abilities": [ + "purepower", + "h:telepathy" + ], + "baseStats": { + "hp": 60, + "attack": 60, + "defence": 75, + "special_attack": 60, + "special_defence": 75, + "speed": 80 + }, + "catchRate": 90, + "maleRatio": 0.5, + "shoulderMountable": false, + "forms": [ + { + "name": "Mega", + "primaryType": "fighting", + "secondaryType": "psychic", + "abilities": [ + "purepower" + ], + "baseStats": { + "hp": 60, + "attack": 100, + "defence": 85, + "special_attack": 80, + "special_defence": 85, + "speed": 100 + }, + "catchRate": 90, + "maleRatio": 0.5, + "baseExperienceYield": 144, + "baseFriendship": 70, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": [ + "human_like" + ], + "labels": [ + "gen6", + "mega" + ], + "aspects": [ + "mega" + ], + "height": 13, + "weight": 315, + "cannotDynamax": false, + "battleOnly": true + } + ], + "baseExperienceYield": 144, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": [ + "human_like" + ], + "moves": [ + "1:bide", + "1:confusion", + "1:detect", + "1:firepunch", + "1:icepunch", + "1:meditate", + "1:thunderpunch", + "1:workup", + "12:endure", + "15:feint", + "17:forcepalm", + "20:hiddenpower", + "20:psybeam", + "20:swagger", + "23:calmmind", + "25:mindreader", + "25:zenheadbutt", + "28:highjumpkick", + "31:psychup", + "33:acupressure", + "36:powertrick", + "42:reversal", + "47:recover", + "53:axekick", + "53:counter", + "tm:aerialace", + "tm:attract", + "tm:aurasphere", + "tm:batonpass", + "tm:bodyslam", + "tm:brickbreak", + "tm:bulkup", + "tm:calmmind", + "tm:captivate", + "tm:closecombat", + "tm:confide", + "tm:doubleteam", + "tm:drainpunch", + "tm:dreameater", + "tm:endure", + "tm:energyball", + "tm:expandingforce", + "tm:facade", + "tm:firepunch", + "tm:flash", + "tm:fling", + "tm:focusblast", + "tm:focuspunch", + "tm:frustration", + "tm:gigaimpact", + "tm:grassknot", + "tm:gravity", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:icepunch", + "tm:imprison", + "tm:lightscreen", + "tm:lowkick", + "tm:lowsweep", + "tm:metronome", + "tm:naturalgift", + "tm:nightshade", + "tm:painsplit", + "tm:poisonjab", + "tm:poweruppunch", + "tm:protect", + "tm:psybeam", + "tm:psychic", + "tm:psychicterrain", + "tm:psychup", + "tm:psyshock", + "tm:raindance", + "tm:recycle", + "tm:reflect", + "tm:rest", + "tm:retaliate", + "tm:return", + "tm:reversal", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:secretpower", + "tm:shadowball", + "tm:skillswap", + "tm:sleeptalk", + "tm:storedpower", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:taunt", + "tm:telekinesis", + "tm:terablast", + "tm:thief", + "tm:thunderpunch", + "tm:toxic", + "tm:trailblaze", + "tm:trick", + "tm:trickroom", + "tm:upperhand", + "tm:vacuumwave", + "tm:workup", + "tm:zenheadbutt", + "tutor:bodyslam", + "tutor:counter", + "tutor:doubleedge", + "tutor:drainpunch", + "tutor:dreameater", + "tutor:dynamicpunch", + "tutor:endure", + "tutor:firepunch", + "tutor:focuspunch", + "tutor:gravity", + "tutor:headbutt", + "tutor:helpinghand", + "tutor:icepunch", + "tutor:laserfocus", + "tutor:lowkick", + "tutor:magiccoat", + "tutor:megakick", + "tutor:megapunch", + "tutor:metronome", + "tutor:mimic", + "tutor:mudslap", + "tutor:painsplit", + "tutor:psychup", + "tutor:recycle", + "tutor:rockslide", + "tutor:roleplay", + "tutor:seismictoss", + "tutor:signalbeam", + "tutor:sleeptalk", + "tutor:snore", + "tutor:substitute", + "tutor:swagger", + "tutor:swift", + "tutor:telekinesis", + "tutor:thunderpunch", + "tutor:trick", + "tutor:vacuumwave", + "tutor:zenheadbutt" + ], + "labels": [ + "gen3" + ], + "pokedex": [ + "cobblemon.species.medicham.desc" + ], + "preEvolution": "meditite", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1.6, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "height": 13, + "weight": 315, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 3, + "entries": [ + { + "item": "cobblemon:wise_glasses", + "percentage": 5.0 + }, + { + "item": "cobblemon:black_belt", + "percentage": 5.0 + }, + { + "item": "cobblemon:nanab_berry", + "percentage": 5.0 + } + ] + } + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/meditite.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/meditite.json new file mode 100644 index 0000000..7901d86 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/meditite.json @@ -0,0 +1,240 @@ +{ + "implemented": true, + "name": "Meditite", + "nationalPokedexNumber": 307, + "primaryType": "fighting", + "secondaryType": "psychic", + "abilities": [ + "purepower", + "h:telepathy" + ], + "baseStats": { + "hp": 30, + "attack": 40, + "defence": 55, + "special_attack": 40, + "special_defence": 55, + "speed": 60 + }, + "catchRate": 180, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 56, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": [ + "human_like" + ], + "moves": [ + "1:bide", + "1:confusion", + "1:workup", + "4:meditate", + "9:detect", + "12:endure", + "15:feint", + "17:forcepalm", + "20:hiddenpower", + "20:psybeam", + "20:swagger", + "23:calmmind", + "25:mindreader", + "25:zenheadbutt", + "28:highjumpkick", + "31:psychup", + "33:acupressure", + "36:powertrick", + "39:reversal", + "41:recover", + "44:counter", + "egg:batonpass", + "egg:bulletpunch", + "egg:drainpunch", + "egg:dynamicpunch", + "egg:fakeout", + "egg:firepunch", + "egg:foresight", + "egg:guardswap", + "egg:icepunch", + "egg:powerswap", + "egg:psychocut", + "egg:quickguard", + "egg:secretpower", + "egg:thunderpunch", + "tm:aerialace", + "tm:attract", + "tm:batonpass", + "tm:bodyslam", + "tm:brickbreak", + "tm:bulkup", + "tm:calmmind", + "tm:captivate", + "tm:closecombat", + "tm:confide", + "tm:doubleteam", + "tm:drainpunch", + "tm:dreameater", + "tm:endure", + "tm:expandingforce", + "tm:facade", + "tm:firepunch", + "tm:flash", + "tm:fling", + "tm:focusblast", + "tm:focuspunch", + "tm:frustration", + "tm:grassknot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:icepunch", + "tm:imprison", + "tm:lightscreen", + "tm:lowkick", + "tm:lowsweep", + "tm:metronome", + "tm:naturalgift", + "tm:nightshade", + "tm:painsplit", + "tm:poisonjab", + "tm:poweruppunch", + "tm:protect", + "tm:psybeam", + "tm:psychic", + "tm:psychicterrain", + "tm:psychup", + "tm:psyshock", + "tm:raindance", + "tm:recycle", + "tm:reflect", + "tm:rest", + "tm:retaliate", + "tm:return", + "tm:reversal", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:secretpower", + "tm:shadowball", + "tm:skillswap", + "tm:sleeptalk", + "tm:storedpower", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:taunt", + "tm:telekinesis", + "tm:terablast", + "tm:thief", + "tm:thunderpunch", + "tm:toxic", + "tm:trailblaze", + "tm:trick", + "tm:trickroom", + "tm:upperhand", + "tm:workup", + "tm:zenheadbutt", + "tutor:bide", + "tutor:bodyslam", + "tutor:confusion", + "tutor:counter", + "tutor:detect", + "tutor:doubleedge", + "tutor:drainpunch", + "tutor:dreameater", + "tutor:dynamicpunch", + "tutor:endure", + "tutor:firepunch", + "tutor:focuspunch", + "tutor:gravity", + "tutor:headbutt", + "tutor:helpinghand", + "tutor:icepunch", + "tutor:lowkick", + "tutor:magiccoat", + "tutor:meditate", + "tutor:megakick", + "tutor:megapunch", + "tutor:metronome", + "tutor:mimic", + "tutor:mudslap", + "tutor:painsplit", + "tutor:psychup", + "tutor:recycle", + "tutor:roleplay", + "tutor:seismictoss", + "tutor:shadowball", + "tutor:signalbeam", + "tutor:sleeptalk", + "tutor:snore", + "tutor:substitute", + "tutor:swagger", + "tutor:swift", + "tutor:telekinesis", + "tutor:thunderpunch", + "tutor:trick", + "tutor:vacuumwave", + "tutor:zenheadbutt" + ], + "labels": [ + "gen3" + ], + "pokedex": [ + "cobblemon.species.meditite.desc" + ], + "evolutions": [ + { + "id": "meditite_medicham", + "variant": "level_up", + "result": "medicham", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 37 + } + ] + } + ], + "baseScale": 0.7, + "hitbox": { + "width": 1, + "height": 1.5, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 1 + }, + "height": 6, + "weight": 112, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 3, + "entries": [ + { + "item": "cobblemon:wise_glasses", + "percentage": 2.5 + }, + { + "item": "cobblemon:black_belt", + "percentage": 2.5 + }, + { + "item": "cobblemon:nanab_berry", + "percentage": 2.5 + } + ] + } + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/milotic.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/milotic.json new file mode 100644 index 0000000..e9067c5 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/milotic.json @@ -0,0 +1,182 @@ +{ + "implemented": true, + "name": "Milotic", + "nationalPokedexNumber": 350, + "primaryType": "water", + "abilities": ["marvelscale", "competitive", "h:cutecharm"], + "baseStats": { + "hp": 95, + "attack": 60, + "defence": 79, + "special_attack": 100, + "special_defence": 125, + "speed": 81 + }, + "catchRate": 60, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 189, + "experienceGroup": "erratic", + "eggCycles": 20, + "eggGroups": ["water_1", "dragon"], + "moves": [ + "1:flail", + "1:refresh", + "1:splash", + "1:tackle", + "1:watergun", + "1:waterpulse", + "1:watersport", + "1:wrap", + "4:disarmingvoice", + "8:twister", + "12:aquaring", + "16:attract", + "20:lifedew", + "21:captivate", + "24:dragontail", + "28:recover", + "32:aquatail", + "36:safeguard", + "40:surf", + "44:raindance", + "48:coil", + "52:hydropump", + "tm:alluringvoice", + "tm:attract", + "tm:avalanche", + "tm:blizzard", + "tm:bodyslam", + "tm:breakingswipe", + "tm:brine", + "tm:brutalswing", + "tm:bulldoze", + "tm:captivate", + "tm:chillingwater", + "tm:confide", + "tm:confuseray", + "tm:disarmingvoice", + "tm:dive", + "tm:doubleedge", + "tm:doubleteam", + "tm:dragoncheer", + "tm:dragondance", + "tm:dragonpulse", + "tm:dragontail", + "tm:drainingkiss", + "tm:endure", + "tm:facade", + "tm:flipturn", + "tm:frustration", + "tm:gigaimpact", + "tm:hail", + "tm:haze", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hydropump", + "tm:hyperbeam", + "tm:icebeam", + "tm:icywind", + "tm:imprison", + "tm:ironhead", + "tm:irontail", + "tm:lightscreen", + "tm:muddywater", + "tm:mudshot", + "tm:naturalgift", + "tm:protect", + "tm:psychup", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:round", + "tm:safeguard", + "tm:scald", + "tm:scaleshot", + "tm:secretpower", + "tm:skittersmack", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:toxic", + "tm:tripleaxel", + "tm:waterfall", + "tm:waterpulse", + "tm:weatherball", + "tm:whirlpool", + "tutor:aquatail", + "tutor:bind", + "tutor:bodyslam", + "tutor:dive", + "tutor:doubleedge", + "tutor:dragonpulse", + "tutor:endure", + "tutor:flipturn", + "tutor:hydropump", + "tutor:icebeam", + "tutor:icywind", + "tutor:ironhead", + "tutor:irontail", + "tutor:laserfocus", + "tutor:magiccoat", + "tutor:mimic", + "tutor:mirrorcoat", + "tutor:mudslap", + "tutor:psychup", + "tutor:raindance", + "tutor:recover", + "tutor:scaleshot", + "tutor:skittersmack", + "tutor:sleeptalk", + "tutor:snore", + "tutor:substitute", + "tutor:surf", + "tutor:swagger", + "tutor:swift", + "tutor:toxic", + "tutor:tripleaxel", + "tutor:twister", + "tutor:waterpulse" + ], + "labels": ["gen3"], + "pokedex": ["cobblemon.species.milotic.desc"], + "preEvolution": "feebas", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 2, + "speed": 0 + }, + "height": 62, + "weight": 1620, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 2, + "entries": [ + { + "item": "minecraft:bone_meal", + "percentage": 10 + }, + { + "item": "cobblemon:prism_scale", + "percentage": 5 + } + ] + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/rayquaza.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/rayquaza.json new file mode 100644 index 0000000..8e91a1a --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/rayquaza.json @@ -0,0 +1,339 @@ +{ + "implemented": true, + "name": "Rayquaza", + "nationalPokedexNumber": 384, + "primaryType": "dragon", + "secondaryType": "flying", + "abilities": [ + "airlock" + ], + "drops": { + "amount": 5, + "entries": [ + { + "item": "cobblemon:rare_candy", + "quantityRange": "5-10" + }, + { + "item": "minecraft:dragon_breath", + "quantityRange": "2-9" + }, + { + "item": "cobblemon:dragon_fang", + "quantityRange": "3-12" + }, + { + "item": "cobblemon:dragon_scale", + "quantityRange": "3-12" + }, + { + "item": "cobblemon:ability_capsule", + "percentage": 25.0 + }, + { + "item": "cobblemon:ability_patch", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 105, + "attack": 150, + "defence": 90, + "special_attack": 150, + "special_defence": 90, + "speed": 95 + }, + "catchRate": 45, + "maleRatio": -1, + "shoulderMountable": false, + "features": ["mega"], + "forms": [ + { + "name": "MegaRayquaza", + "primaryType": "dragon", + "secondaryType": "flying", + "abilities": [ + "deltastream" + ], + "baseStats": { + "hp": 105, + "attack": 180, + "defence": 100, + "special_attack": 180, + "special_defence": 100, + "speed": 115 + }, + "catchRate": 45, + "maleRatio": -1, + "baseExperienceYield": 340, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 2, + "defence": 0, + "special_attack": 1, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "labels": [ + "gen3", + "mega", + "legendary" + ], + "aspects": [ + "mega" + ], + "evolutions": [ + { + "id": "megarayquaza_rayquaza", + "variant": "level_up", + "result": "rayquaza mega=false", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "has_move", + "move": "dragonascent" + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 8, + "height": 9, + "fixed": false + }, + "height": 69, + "weight": 690, + "cannotDynamax": false, + "battleOnly": true + } + ], + "baseExperienceYield": 340, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:airslash", + "1:ancientpower", + "1:dragonascent", + "1:scaryface", + "1:twister", + "9:crunch", + "18:dragondance", + "20:dragonclaw", + "27:extremespeed", + "36:dragonpulse", + "45:hypervoice", + "54:rest", + "63:fly", + "72:hurricane", + "81:outrage", + "90:hyperbeam", + "tm:aerialace", + "tm:airslash", + "tm:avalanche", + "tm:blizzard", + "tm:bodyslam", + "tm:breakingswipe", + "tm:brickbreak", + "tm:brutalswing", + "tm:bulkup", + "tm:bulldoze", + "tm:confide", + "tm:cosmicpower", + "tm:crunch", + "tm:dive", + "tm:doubleedge", + "tm:doubleteam", + "tm:dracometeor", + "tm:dragoncheer", + "tm:dragonclaw", + "tm:dragondance", + "tm:dragonpulse", + "tm:dragontail", + "tm:earthpower", + "tm:earthquake", + "tm:echoedvoice", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:fireblast", + "tm:flamethrower", + "tm:fling", + "tm:fly", + "tm:focusblast", + "tm:frustration", + "tm:gigaimpact", + "tm:gyroball", + "tm:helpinghand", + "tm:hiddenpower", + "tm:honeclaws", + "tm:hurricane", + "tm:hydropump", + "tm:hyperbeam", + "tm:hypervoice", + "tm:icebeam", + "tm:icywind", + "tm:incinerate", + "tm:ironhead", + "tm:irontail", + "tm:meteorbeam", + "tm:naturalgift", + "tm:outrage", + "tm:overheat", + "tm:protect", + "tm:psychup", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:roar", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:sandstorm", + "tm:scaleshot", + "tm:scaryface", + "tm:secretpower", + "tm:shadowclaw", + "tm:shockwave", + "tm:skydrop", + "tm:sleeptalk", + "tm:snore", + "tm:solarbeam", + "tm:stealthrock", + "tm:stoneedge", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:swordsdance", + "tm:tailwind", + "tm:takedown", + "tm:terablast", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderwave", + "tm:toxic", + "tm:uproar", + "tm:uturn", + "tm:waterfall", + "tm:waterpulse", + "tm:whirlpool", + "tm:wildcharge", + "tutor:airslash", + "tutor:ancientpower", + "tutor:aquatail", + "tutor:bind", + "tutor:bodyslam", + "tutor:brutalswing", + "tutor:celebrate", + "tutor:defog", + "tutor:dive", + "tutor:doubleedge", + "tutor:dracometeor", + "tutor:dragonascent", + "tutor:dragonclaw", + "tutor:dragondance", + "tutor:earthpower", + "tutor:endure", + "tutor:extremespeed", + "tutor:furycutter", + "tutor:headbutt", + "tutor:hyperbeam", + "tutor:icywind", + "tutor:ironhead", + "tutor:irontail", + "tutor:meteorbeam", + "tutor:mimic", + "tutor:mudslap", + "tutor:outrage", + "tutor:psychup", + "tutor:rockslide", + "tutor:scaleshot", + "tutor:shockwave", + "tutor:sleeptalk", + "tutor:snore", + "tutor:substitute", + "tutor:swagger", + "tutor:swift", + "tutor:tailwind", + "tutor:thunder", + "tutor:thunderwave", + "tutor:twister", + "tutor:uproar", + "tutor:vcreate", + "tutor:waterpulse" + ], + "labels": [ + "gen3", + "legendary" + ], + "pokedex": [ + "cobblemon.species.rayquaza.desc" + ], + "behaviour": { + "moving": { + "walk": { + "canWalk": true, + "walkSpeed": 2 + }, + "fly": { + "canFly": true + } + }, + "resting": { + "canSleep": true, + "willSleepOnBed": true, + "depth": "normal", + "light": "0-4" + } + }, + "evolutions": [ + { + "id": "rayquaza_megarayquaza", + "variant": "level_up", + "result": "rayquaza mega=true", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "has_move", + "move": "dragonascent" + } + ] + } + ], + "baseScale": 1.5, + "hitbox": { + "width": 2.5, + "height": 3.8, + "fixed": false + }, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 2, + "defence": 0, + "special_attack": 1, + "special_defence": 0, + "speed": 0 + }, + "height": 70, + "weight": 2065, + "aspects": [], + "cannotDynamax": false + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/shuppet.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/shuppet.json new file mode 100644 index 0000000..46fe008 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/shuppet.json @@ -0,0 +1,205 @@ +{ + "implemented": true, + "name": "Shuppet", + "nationalPokedexNumber": 353, + "primaryType": "ghost", + "abilities": ["insomnia", "frisk", "h:cursedbody"], + "baseStats": { + "hp": 44, + "attack": 75, + "defence": 35, + "special_attack": 63, + "special_defence": 33, + "speed": 45 + }, + "catchRate": 225, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 59, + "experienceGroup": "fast", + "eggCycles": 25, + "eggGroups": ["amorphous"], + "moves": [ + "1:astonish", + "1:knockoff", + "4:screech", + "7:nightshade", + "10:spite", + "16:willowisp", + "19:feintattack", + "19:shadowsneak", + "22:hex", + "26:curse", + "30:shadowball", + "34:embargo", + "34:roleplay", + "38:suckerpunch", + "42:snatch", + "42:trick", + "46:grudge", + "48:phantomforce", + "egg:astonish", + "egg:confuseray", + "egg:destinybond", + "egg:disable", + "egg:foresight", + "egg:gunkshot", + "egg:imprison", + "egg:ominouswind", + "egg:payback", + "egg:phantomforce", + "egg:pursuit", + "egg:shadowsneak", + "tm:attract", + "tm:calmmind", + "tm:captivate", + "tm:chargebeam", + "tm:confide", + "tm:confuseray", + "tm:curse", + "tm:darkpulse", + "tm:dazzlinggleam", + "tm:doubleteam", + "tm:dreameater", + "tm:embargo", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:flash", + "tm:foulplay", + "tm:frustration", + "tm:gunkshot", + "tm:helpinghand", + "tm:hex", + "tm:hiddenpower", + "tm:icywind", + "tm:imprison", + "tm:lashout", + "tm:metronome", + "tm:nastyplot", + "tm:naturalgift", + "tm:nightshade", + "tm:painsplit", + "tm:payback", + "tm:phantomforce", + "tm:poltergeist", + "tm:pounce", + "tm:protect", + "tm:psybeam", + "tm:psychic", + "tm:psychup", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:round", + "tm:scaryface", + "tm:secretpower", + "tm:shadowball", + "tm:shockwave", + "tm:skillswap", + "tm:skittersmack", + "tm:sleeptalk", + "tm:snatch", + "tm:spite", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:taunt", + "tm:telekinesis", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderwave", + "tm:torment", + "tm:toxic", + "tm:trick", + "tm:trickroom", + "tm:willowisp", + "tutor:allyswitch", + "tutor:bodyslam", + "tutor:darkpulse", + "tutor:destinybond", + "tutor:doubleedge", + "tutor:dreameater", + "tutor:endure", + "tutor:feintattack", + "tutor:foulplay", + "tutor:gunkshot", + "tutor:headbutt", + "tutor:icywind", + "tutor:knockoff", + "tutor:magiccoat", + "tutor:magicroom", + "tutor:mimic", + "tutor:nightmare", + "tutor:nightshade", + "tutor:ominouswind", + "tutor:painsplit", + "tutor:psychup", + "tutor:roleplay", + "tutor:shadowball", + "tutor:shockwave", + "tutor:skillswap", + "tutor:sleeptalk", + "tutor:snatch", + "tutor:snore", + "tutor:spite", + "tutor:substitute", + "tutor:suckerpunch", + "tutor:swagger", + "tutor:telekinesis", + "tutor:thunderwave", + "tutor:trick", + "tutor:willowisp" + ], + "labels": ["gen3"], + "pokedex": ["cobblemon.species.shuppet.desc"], + "evolutions": [ + { + "id": "shuppet_banette", + "variant": "level_up", + "result": "banette", + "consumeHeldItem": false, + "learnableMoves": ["knockoff"], + "requirements": [ + { + "variant": "level", + "minLevel": 37 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 35, + "evYield": { + "hp": 0, + "attack": 1, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 6, + "weight": 23, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 2, + "entries": [ + { + "item": "minecraft:phantom_membrane", + "percentage": 2.5 + }, + { + "item": "cobblemon:spell_tag", + "percentage": 2.5 + } + ] + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/skitty.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/skitty.json new file mode 100644 index 0000000..1d555ca --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/skitty.json @@ -0,0 +1,183 @@ +{ + "implemented": true, + "name": "Skitty", + "nationalPokedexNumber": 300, + "primaryType": "normal", + "abilities": ["cutecharm", "normalize", "h:wonderskin"], + "baseStats": { + "hp": 50, + "attack": 45, + "defence": 45, + "special_attack": 35, + "special_defence": 35, + "speed": 50 + }, + "catchRate": 255, + "maleRatio": 0.25, + "shoulderMountable": false, + "baseExperienceYield": 52, + "experienceGroup": "fast", + "eggCycles": 15, + "eggGroups": ["field", "fairy"], + "moves": [ + "1:fakeout", + "1:growl", + "1:tackle", + "1:tailwhip", + "4:foresight", + "7:sing", + "10:attract", + "13:disarmingvoice", + "16:doubleslap", + "19:copycat", + "22:feintattack", + "25:charm", + "28:wakeupslap", + "31:assist", + "34:covet", + "37:healbell", + "40:doubleedge", + "43:captivate", + "46:playrough", + "egg:batonpass", + "egg:captivate", + "egg:cosmicpower", + "egg:fakeout", + "egg:faketears", + "egg:helpinghand", + "egg:lastresort", + "egg:mudbomb", + "egg:psychup", + "egg:simplebeam", + "egg:substitute", + "egg:suckerpunch", + "egg:tickle", + "egg:uproar", + "egg:wish", + "egg:zenheadbutt", + "tm:attract", + "tm:blizzard", + "tm:calmmind", + "tm:captivate", + "tm:chargebeam", + "tm:confide", + "tm:dig", + "tm:doubleteam", + "tm:dreameater", + "tm:echoedvoice", + "tm:endure", + "tm:facade", + "tm:flash", + "tm:frustration", + "tm:grassknot", + "tm:hiddenpower", + "tm:icebeam", + "tm:irontail", + "tm:naturalgift", + "tm:payback", + "tm:protect", + "tm:psychup", + "tm:raindance", + "tm:rest", + "tm:retaliate", + "tm:return", + "tm:round", + "tm:safeguard", + "tm:secretpower", + "tm:shadowball", + "tm:shockwave", + "tm:sleeptalk", + "tm:solarbeam", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderwave", + "tm:toxic", + "tm:waterpulse", + "tm:wildcharge", + "tm:workup", + "tutor:attract", + "tutor:bodyslam", + "tutor:captivate", + "tutor:covet", + "tutor:defensecurl", + "tutor:doubleedge", + "tutor:dreameater", + "tutor:endure", + "tutor:foresight", + "tutor:growl", + "tutor:headbutt", + "tutor:healbell", + "tutor:helpinghand", + "tutor:hypervoice", + "tutor:icywind", + "tutor:irontail", + "tutor:lastresort", + "tutor:mimic", + "tutor:mudslap", + "tutor:payday", + "tutor:psychup", + "tutor:rollout", + "tutor:shockwave", + "tutor:sleeptalk", + "tutor:snore", + "tutor:substitute", + "tutor:suckerpunch", + "tutor:swagger", + "tutor:swift", + "tutor:tackle", + "tutor:tailwhip", + "tutor:thunderwave", + "tutor:tickle", + "tutor:uproar", + "tutor:waterpulse", + "tutor:zenheadbutt" + ], + "labels": ["gen3"], + "pokedex": ["cobblemon.species.skitty.desc"], + "evolutions": [ + { + "id": "skitty_delcatty", + "variant": "item_interact", + "result": "delcatty", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [], + "requiredContext": "cobblemon:moon_stone" + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 1 + }, + "height": 6, + "weight": 110, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 2, + "entries": [ + { + "item": "cobblemon:silk_scarf", + "percentage": 2.5 + }, + { + "item": "cobblemon:pecha_berry", + "percentage": 2.5 + } + ] + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/snorunt.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/snorunt.json new file mode 100644 index 0000000..580ac96 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/snorunt.json @@ -0,0 +1,188 @@ +{ + "implemented": true, + "name": "Snorunt", + "nationalPokedexNumber": 361, + "primaryType": "ice", + "abilities": ["innerfocus", "icebody", "h:moody"], + "baseStats": { + "hp": 50, + "attack": 50, + "defence": 50, + "special_attack": 50, + "special_defence": 50, + "speed": 50 + }, + "catchRate": 190, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 60, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": ["fairy", "mineral"], + "moves": [ + "1:astonish", + "1:headbutt", + "1:powdersnow", + "5:leer", + "10:doubleteam", + "15:iceshard", + "20:protect", + "25:icywind", + "30:frostbreath", + "34:icebeam", + "35:bite", + "40:icefang", + "45:hail", + "45:snowscape", + "50:weatherball", + "55:crunch", + "60:blizzard", + "egg:avalanche", + "egg:bide", + "egg:block", + "egg:disable", + "egg:faketears", + "egg:hex", + "egg:iciclecrash", + "egg:rollout", + "egg:spikes", + "egg:switcheroo", + "egg:weatherball", + "tm:attract", + "tm:avalanche", + "tm:blizzard", + "tm:bodyslam", + "tm:captivate", + "tm:chillingwater", + "tm:confide", + "tm:crunch", + "tm:doubleteam", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:flash", + "tm:frostbreath", + "tm:frustration", + "tm:hail", + "tm:helpinghand", + "tm:hex", + "tm:hiddenpower", + "tm:icebeam", + "tm:icefang", + "tm:icespinner", + "tm:iciclespear", + "tm:icywind", + "tm:lightscreen", + "tm:naturalgift", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:round", + "tm:safeguard", + "tm:secretpower", + "tm:shadowball", + "tm:sleeptalk", + "tm:snore", + "tm:snowscape", + "tm:spikes", + "tm:spite", + "tm:substitute", + "tm:swagger", + "tm:takedown", + "tm:terablast", + "tm:toxic", + "tm:trailblaze", + "tm:waterpulse", + "tm:weatherball", + "tutor:bite", + "tutor:block", + "tutor:bodyslam", + "tutor:doubleedge", + "tutor:endure", + "tutor:headbutt", + "tutor:icywind", + "tutor:mimic", + "tutor:powdersnow", + "tutor:rollout", + "tutor:sing", + "tutor:sleeptalk", + "tutor:snore", + "tutor:spite", + "tutor:substitute", + "tutor:swagger", + "tutor:waterpulse", + "tutor:weatherball" + ], + "labels": ["gen3"], + "pokedex": ["cobblemon.species.snorunt.desc"], + "evolutions": [ + { + "id": "snorunt_glalie", + "variant": "level_up", + "result": "glalie", + "consumeHeldItem": false, + "learnableMoves": ["freezedry"], + "requirements": [ + { + "variant": "level", + "minLevel": 42 + } + ] + }, + { + "id": "snorunt_froslass", + "variant": "item_interact", + "result": "froslass", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "properties", + "target": "gender=female" + } + ], + "requiredContext": "cobblemon:dawn_stone" + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 1, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 7, + "weight": 168, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 4, + "entries": [ + { + "item": "minecraft:snowball", + "quantityRange": "0-1" + }, + { + "item": "cobblemon:dawn_stone", + "percentage": 2.5 + }, + { + "item": "cobblemon:never_melt_ice", + "percentage": 2.5 + }, + { + "item": "cobblemon:babiri_berry", + "percentage": 2.5 + } + ] + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/swablu.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/swablu.json new file mode 100644 index 0000000..d0937ab --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation3/swablu.json @@ -0,0 +1,177 @@ +{ + "implemented": true, + "name": "Swablu", + "nationalPokedexNumber": 333, + "primaryType": "normal", + "secondaryType": "flying", + "abilities": ["naturalcure", "h:cloudnine"], + "baseStats": { + "hp": 45, + "attack": 40, + "defence": 60, + "special_attack": 40, + "special_defence": 75, + "speed": 50 + }, + "catchRate": 255, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 62, + "experienceGroup": "erratic", + "eggCycles": 20, + "eggGroups": ["flying", "dragon"], + "moves": [ + "1:growl", + "1:peck", + "3:astonish", + "4:disarmingvoice", + "8:mist", + "12:furyattack", + "16:round", + "20:dragonbreath", + "20:naturalgift", + "24:safeguard", + "26:refresh", + "28:sing", + "30:mirrormove", + "32:cottonguard", + "36:takedown", + "38:dragonpulse", + "40:moonblast", + "44:perishsong", + "egg:agility", + "egg:astonish", + "egg:defog", + "egg:dragonrush", + "egg:featherdance", + "egg:haze", + "egg:hypervoice", + "egg:playrough", + "egg:powerswap", + "egg:pursuit", + "egg:rage", + "egg:roost", + "egg:steelwing", + "egg:tailwind", + "tm:acrobatics", + "tm:aerialace", + "tm:agility", + "tm:attract", + "tm:bodyslam", + "tm:bravebird", + "tm:captivate", + "tm:confide", + "tm:dazzlinggleam", + "tm:disarmingvoice", + "tm:doubleteam", + "tm:dragonpulse", + "tm:dreameater", + "tm:echoedvoice", + "tm:endure", + "tm:facade", + "tm:falseswipe", + "tm:fly", + "tm:frustration", + "tm:heatwave", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hurricane", + "tm:hypervoice", + "tm:icebeam", + "tm:naturalgift", + "tm:outrage", + "tm:playrough", + "tm:pluck", + "tm:powerswap", + "tm:protect", + "tm:psychup", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:roost", + "tm:round", + "tm:safeguard", + "tm:secretpower", + "tm:sleeptalk", + "tm:snore", + "tm:solarbeam", + "tm:steelwing", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swift", + "tm:tailwind", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:toxic", + "tm:trailblaze", + "tm:uproar", + "tutor:aircutter", + "tutor:bodyslam", + "tutor:defog", + "tutor:doubleedge", + "tutor:dragonpulse", + "tutor:dreameater", + "tutor:dualwingbeat", + "tutor:endure", + "tutor:falseswipe", + "tutor:featherdance", + "tutor:growl", + "tutor:healbell", + "tutor:heatwave", + "tutor:hypervoice", + "tutor:mimic", + "tutor:mudslap", + "tutor:ominouswind", + "tutor:outrage", + "tutor:peck", + "tutor:psychup", + "tutor:roost", + "tutor:skyattack", + "tutor:sleeptalk", + "tutor:snore", + "tutor:substitute", + "tutor:swagger", + "tutor:swift", + "tutor:tailwind", + "tutor:twister", + "tutor:uproar" + ], + "labels": ["gen3"], + "pokedex": ["cobblemon.species.swablu.desc"], + "evolutions": [ + { + "id": "swablu_altaria", + "variant": "level_up", + "result": "altaria", + "consumeHeldItem": false, + "learnableMoves": ["dragonpulse"], + "requirements": [ + { + "variant": "level", + "minLevel": 35 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 0.5, + "height": 0.75, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 1, + "speed": 0 + }, + "height": 4, + "weight": 12, + "aspects": [], + "cannotDynamax": false +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/cresselia.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/cresselia.json new file mode 100644 index 0000000..fa9318a --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/cresselia.json @@ -0,0 +1,199 @@ +{ + "implemented": true, + "name": "Cresselia", + "nationalPokedexNumber": 488, + "primaryType": "psychic", + "abilities": ["levitate"], + "drops": { + "amount": 5, + "entries": [ + { + "item": "cobblemon:rare_candy", + "quantityRange": "5-10" + }, + { + "item": "cobblemon:moon_stone", + "quantityRange": "2-9" + }, + { + "item": "cobblemon:float_stone", + "percentage": 50.0 + }, + { + "item": "cobblemon:ability_capsule", + "percentage": 25.0 + }, + { + "item": "cobblemon:ability_patch", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 120, + "attack": 70, + "defence": 110, + "special_attack": 75, + "special_defence": 120, + "speed": 85 + }, + "catchRate": 3, + "maleRatio": 0, + "shoulderMountable": false, + "baseExperienceYield": 300, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": ["undiscovered"], + "moves": [ + "1:confusion", + "1:doubleteam", + "1:lunardance", + "1:moonlight", + "1:psychocut", + "1:psychoshift", + "6:mist", + "11:safeguard", + "12:aurorabeam", + "18:psybeam", + "20:mist", + "24:allyswitch", + "24:psychoshift", + "29:aurorabeam", + "30:slash", + "36:psychocut", + "38:futuresight", + "42:moonlight", + "47:slash", + "48:safeguard", + "54:psychic", + "57:moonlight", + "60:moonblast", + "66:futuresight", + "66:psychocut", + "72:lunarblessing", + "72:lunardance", + "75:psychoshift", + "84:lunardance", + "93:psychic", + "99:moonblast", + "tm:allyswitch", + "tm:attract", + "tm:bodyslam", + "tm:calmmind", + "tm:captivate", + "tm:chargebeam", + "tm:confide", + "tm:confuseray", + "tm:dazzlinggleam", + "tm:doubleteam", + "tm:dreameater", + "tm:endure", + "tm:energyball", + "tm:expandingforce", + "tm:facade", + "tm:flash", + "tm:frustration", + "tm:futuresight", + "tm:gigaimpact", + "tm:grassknot", + "tm:gravity", + "tm:guardswap", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:icebeam", + "tm:icywind", + "tm:lightscreen", + "tm:magicroom", + "tm:mudslap", + "tm:naturalgift", + "tm:powergem", + "tm:powerswap", + "tm:protect", + "tm:psybeam", + "tm:psychic", + "tm:psychicterrain", + "tm:psychocut", + "tm:psychup", + "tm:psyshock", + "tm:raindance", + "tm:recycle", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:round", + "tm:safeguard", + "tm:scaryface", + "tm:secretpower", + "tm:shadowball", + "tm:skillswap", + "tm:sleeptalk", + "tm:snore", + "tm:solarbeam", + "tm:storedpower", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swift", + "tm:telekinesis", + "tm:terablast", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderwave", + "tm:toxic", + "tm:trick", + "tm:trickroom", + "tm:zenheadbutt", + "tutor:allyswitch", + "tutor:aurorabeam", + "tutor:energyball", + "tutor:expandingforce", + "tutor:furycutter", + "tutor:futuresight", + "tutor:gravity", + "tutor:helpinghand", + "tutor:hiddenpower", + "tutor:icebeam", + "tutor:icywind", + "tutor:magiccoat", + "tutor:magicroom", + "tutor:mist", + "tutor:moonblast", + "tutor:moonlight", + "tutor:mudslap", + "tutor:psychocut", + "tutor:psyshock", + "tutor:recycle", + "tutor:signalbeam", + "tutor:skillswap", + "tutor:slash", + "tutor:sleeptalk", + "tutor:snore", + "tutor:swift", + "tutor:telekinesis", + "tutor:trick", + "tutor:zenheadbutt" + ], + "labels": ["gen4", "legendary"], + "pokedex": ["cobblemon.species.cresselia.desc"], + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 100, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 3, + "speed": 0 + }, + "height": 15, + "weight": 856, + "aspects": [], + "cannotDynamax": false +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/croagunk.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/croagunk.json new file mode 100644 index 0000000..cdc65f0 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/croagunk.json @@ -0,0 +1,221 @@ +{ + "implemented": true, + "name": "Croagunk", + "nationalPokedexNumber": 453, + "primaryType": "poison", + "secondaryType": "fighting", + "abilities": [ + "anticipation", + "dryskin", + "h:poisontouch" + ], + "baseStats": { + "hp": 48, + "attack": 61, + "defence": 40, + "special_attack": 61, + "special_defence": 40, + "speed": 50 + }, + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": true, + "depth": "normal", + "light": "0-4" + } + }, + "catchRate": 140, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 60, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "human_like" + ], + "moves": [ + "1:astonish", + "3:mudslap", + "8:poisonsting", + "10:taunt", + "15:pursuit", + "16:lowkick", + "17:feintattack", + "22:revenge", + "24:swagger", + "29:mudbomb", + "31:suckerpunch", + "36:nastyplot", + "36:toxic", + "36:venoshock", + "38:poisonjab", + "43:sludgebomb", + "45:flatter", + "47:belch", + "egg:acupressure", + "egg:bulletpunch", + "egg:counter", + "egg:crosschop", + "egg:drainpunch", + "egg:dynamicpunch", + "egg:fakeout", + "egg:feint", + "egg:headbutt", + "egg:meditate", + "egg:mefirst", + "egg:quickguard", + "egg:smellingsalts", + "egg:vacuumwave", + "egg:wakeupslap", + "tm:acidspray", + "tm:aerialace", + "tm:assurance", + "tm:attract", + "tm:batonpass", + "tm:bounce", + "tm:brickbreak", + "tm:bulkup", + "tm:bulldoze", + "tm:captivate", + "tm:chillingwater", + "tm:confide", + "tm:darkpulse", + "tm:dig", + "tm:doubleteam", + "tm:drainpunch", + "tm:earthquake", + "tm:embargo", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:fling", + "tm:focusblast", + "tm:focuspunch", + "tm:foulplay", + "tm:frustration", + "tm:gunkshot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:icepunch", + "tm:icywind", + "tm:lowkick", + "tm:lowsweep", + "tm:megakick", + "tm:megapunch", + "tm:mudshot", + "tm:mudslap", + "tm:nastyplot", + "tm:naturalgift", + "tm:payback", + "tm:poisonjab", + "tm:poweruppunch", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:retaliate", + "tm:return", + "tm:revenge", + "tm:reversal", + "tm:rockclimb", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:scaryface", + "tm:screech", + "tm:secretpower", + "tm:shadowball", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:sludgewave", + "tm:snatch", + "tm:snore", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thief", + "tm:thunderpunch", + "tm:torment", + "tm:toxic", + "tm:venomdrench", + "tm:venoshock", + "tm:workup", + "tm:xscissor", + "tutor:astonish", + "tutor:bounce", + "tutor:coaching", + "tutor:darkpulse", + "tutor:drainpunch", + "tutor:dualchop", + "tutor:focuspunch", + "tutor:foulplay", + "tutor:furycutter", + "tutor:gunkshot", + "tutor:headbutt", + "tutor:helpinghand", + "tutor:icepunch", + "tutor:icywind", + "tutor:knockoff", + "tutor:lashout", + "tutor:lowkick", + "tutor:mudslap", + "tutor:poisonjab", + "tutor:poisonsting", + "tutor:roleplay", + "tutor:sleeptalk", + "tutor:snatch", + "tutor:snore", + "tutor:spite", + "tutor:suckerpunch", + "tutor:superfang", + "tutor:taunt", + "tutor:thunderpunch", + "tutor:vacuumwave" + ], + "labels": [ + "gen4" + ], + "pokedex": [ + "cobblemon.species.croagunk.desc" + ], + "evolutions": [ + { + "id": "croagunk_toxicroak", + "variant": "level_up", + "result": "toxicroak", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 37 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 0.8, + "height": 1.2, + "fixed": false + }, + "baseFriendship": 100, + "evYield": { + "hp": 0, + "attack": 1, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 7, + "weight": 230, + "aspects": [], + "cannotDynamax": false +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/darkrai.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/darkrai.json new file mode 100644 index 0000000..39b04c4 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/darkrai.json @@ -0,0 +1,195 @@ +{ + "implemented": "true", + "name": "Darkrai", + "nationalPokedexNumber": 491, + "primaryType": "dark", + "abilities": ["baddreams"], + "drops": { + "amount": 5, + "entries": [ + { + "item": "cobblemon:rare_candy", + "quantityRange": "5-10" + }, + { + "item": "minecraft:phantom_membrane", + "quantityRange": "2-9" + }, + { + "item": "cobblemon:reaper_cloth", + "percentage": 50.0 + }, + { + "item": "cobblemon:ability_capsule", + "percentage": 25.0 + }, + { + "item": "cobblemon:ability_patch", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 70, + "attack": 90, + "defence": 90, + "special_attack": 135, + "special_defence": 90, + "speed": 125 + }, + "catchRate": 3, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 270, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": ["undiscovered"], + "moves": [ + "1:disable", + "1:nightshade", + "1:ominouswind", + "11:quickattack", + "20:hypnosis", + "29:feintattack", + "29:pursuit", + "29:suckerpunch", + "38:nightmare", + "38:nightshade", + "47:doubleteam", + "57:haze", + "66:darkvoid", + "75:embargo", + "75:nastyplot", + "84:dreameater", + "93:darkpulse", + "tm:aerialace", + "tm:blizzard", + "tm:brickbreak", + "tm:calmmind", + "tm:chargebeam", + "tm:confide", + "tm:confuseray", + "tm:curse", + "tm:cut", + "tm:darkpulse", + "tm:doubleteam", + "tm:drainpunch", + "tm:dreameater", + "tm:embargo", + "tm:endure", + "tm:facade", + "tm:flash", + "tm:fling", + "tm:focusblast", + "tm:focuspunch", + "tm:foulplay", + "tm:frustration", + "tm:gigaimpact", + "tm:haze", + "tm:hex", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:icebeam", + "tm:icywind", + "tm:incinerate", + "tm:knockoff", + "tm:lashout", + "tm:nastyplot", + "tm:naturalgift", + "tm:nightshade", + "tm:payback", + "tm:poisonjab", + "tm:poweruppunch", + "tm:protect", + "tm:psychic", + "tm:psychup", + "tm:psyshock", + "tm:raindance", + "tm:rest", + "tm:retaliate", + "tm:return", + "tm:rockclimb", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:scaryface", + "tm:secretpower", + "tm:shadowball", + "tm:shadowclaw", + "tm:shockwave", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:snarl", + "tm:snatch", + "tm:spite", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swift", + "tm:swordsdance", + "tm:taunt", + "tm:terablast", + "tm:thief", + "tm:throatchop", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderwave", + "tm:torment", + "tm:toxic", + "tm:trick", + "tm:willowisp", + "tm:xscissor", + "tutor:darkvoid", + "tutor:doubleteam", + "tutor:drainpunch", + "tutor:feintattack", + "tutor:focuspunch", + "tutor:foulplay", + "tutor:headbutt", + "tutor:icywind", + "tutor:knockoff", + "tutor:lastresort", + "tutor:mudslap", + "tutor:nightmare", + "tutor:ominouswind", + "tutor:phantomforce", + "tutor:pursuit", + "tutor:quickattack", + "tutor:roaroftime", + "tutor:shockwave", + "tutor:sleeptalk", + "tutor:snatch", + "tutor:snore", + "tutor:spacialrend", + "tutor:spite", + "tutor:suckerpunch", + "tutor:swift", + "tutor:throatchop", + "tutor:trick", + "tutor:wonderroom" + ], + "labels": ["gen4", "mythical", "legendary"], + "pokedex": ["cobblemon.species.darkrai.desc"], + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 2, + "special_defence": 0, + "speed": 1 + }, + "height": 15, + "weight": 505, + "aspects": [], + "cannotDynamax": false +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/drapion.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/drapion.json new file mode 100644 index 0000000..8c3724f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/drapion.json @@ -0,0 +1,209 @@ +{ + "implemented": true, + "name": "Drapion", + "nationalPokedexNumber": 452, + "primaryType": "poison", + "secondaryType": "dark", + "abilities": [ + "battlearmor", + "sniper", + "h:keeneye" + ], + "drops": { + "amount": 2, + "entries": [ + { + "item": "cobblemon:poison_barb", + "percentage": 5.0 + }, + { + "item": "cobblemon:bluk_berry", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 70, + "attack": 90, + "defence": 110, + "special_attack": 60, + "special_defence": 75, + "speed": 95 + }, + "catchRate": 45, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 175, + "experienceGroup": "slow", + "eggCycles": 20, + "eggGroups": [ + "bug", + "water_3" + ], + "moves": [ + "1:bite", + "1:fellstinger", + "1:firefang", + "1:honeclaws", + "1:icefang", + "1:knockoff", + "1:leer", + "1:pinmissile", + "1:poisonsting", + "1:thunderfang", + "9:pinmissile", + "9:poisonfang", + "12:bite", + "12:pinmissile", + "13:acupressure", + "15:toxicspikes", + "16:pursuit", + "17:acupressure", + "18:bugbite", + "20:bugbite", + "21:venoshock", + "23:poisonfang", + "23:scaryface", + "24:knockoff", + "27:scaryface", + "27:venoshock", + "28:toxicspikes", + "30:honeclaws", + "30:pinmissile", + "33:toxic", + "34:bugbite", + "34:toxicspikes", + "36:nightslash", + "38:nightslash", + "39:crosspoison", + "39:poisonfang", + "43:scaryface", + "44:xscissor", + "48:honeclaws", + "49:acupressure", + "49:crunch", + "53:fellstinger", + "54:crunch", + "56:venoshock", + "57:crosspoison", + "58:crosspoison", + "65:crunch", + "73:crosspoison", + "tm:aerialace", + "tm:agility", + "tm:assurance", + "tm:attract", + "tm:brickbreak", + "tm:brutalswing", + "tm:bugbuzz", + "tm:bulldoze", + "tm:captivate", + "tm:confide", + "tm:crosspoison", + "tm:crunch", + "tm:cut", + "tm:darkpulse", + "tm:dig", + "tm:doubleteam", + "tm:earthquake", + "tm:endure", + "tm:facade", + "tm:falseswipe", + "tm:firefang", + "tm:flash", + "tm:fling", + "tm:frustration", + "tm:gigaimpact", + "tm:hiddenpower", + "tm:honeclaws", + "tm:hyperbeam", + "tm:icefang", + "tm:infestation", + "tm:irondefense", + "tm:irontail", + "tm:leechlife", + "tm:naturalgift", + "tm:payback", + "tm:pinmissile", + "tm:poisonjab", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:retaliate", + "tm:return", + "tm:roar", + "tm:rockclimb", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:sandtomb", + "tm:scaryface", + "tm:screech", + "tm:secretpower", + "tm:shadowball", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:snarl", + "tm:snore", + "tm:stompingtantrum", + "tm:strength", + "tm:strugglebug", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swordsdance", + "tm:taunt", + "tm:thief", + "tm:throatchop", + "tm:thunderfang", + "tm:torment", + "tm:toxic", + "tm:toxicspikes", + "tm:venomdrench", + "tm:venoshock", + "tm:xscissor", + "tutor:aquatail", + "tutor:bugbite", + "tutor:darkpulse", + "tutor:furycutter", + "tutor:headbutt", + "tutor:irontail", + "tutor:knockoff", + "tutor:lashout", + "tutor:mudslap", + "tutor:skittersmack", + "tutor:sleeptalk", + "tutor:snore", + "tutor:stompingtantrum", + "tutor:throatchop" + ], + "labels": [ + "gen4" + ], + "pokedex": [ + "cobblemon.species.drapion.desc" + ], + "preEvolution": "skorupi", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 2, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 13, + "weight": 615, + "aspects": [], + "cannotDynamax": false + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/froslass.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/froslass.json new file mode 100644 index 0000000..5c78450 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/froslass.json @@ -0,0 +1,222 @@ +{ + "implemented": true, + "name": "Froslass", + "nationalPokedexNumber": 478, + "primaryType": "ice", + "secondaryType": "ghost", + "abilities": [ + "snowcloak", + "h:cursedbody" + ], + "baseStats": { + "hp": 70, + "attack": 80, + "defence": 70, + "special_attack": 80, + "special_defence": 70, + "speed": 110 + }, + "catchRate": 75, + "maleRatio": 0, + "shoulderMountable": false, + "baseExperienceYield": 168, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": [ + "fairy", + "mineral" + ], + "moves": [ + "1:astonish", + "1:bite", + "1:crunch", + "1:destinybond", + "1:doubleteam", + "1:headbutt", + "1:icefang", + "1:iceshard", + "1:leer", + "1:ominouswind", + "1:powdersnow", + "1:protect", + "13:icywind", + "14:icywind", + "15:iceshard", + "19:astonish", + "19:confuseray", + "20:drainingkiss", + "22:ominouswind", + "23:drainingkiss", + "25:icywind", + "28:wakeupslap", + "28:willowisp", + "30:frostbreath", + "31:captivate", + "32:confuseray", + "35:confuseray", + "37:iceshard", + "37:wakeupslap", + "40:hail", + "40:snowscape", + "41:captivate", + "42:shadowball", + "47:willowisp", + "48:blizzard", + "51:blizzard", + "54:auroraveil", + "54:hail", + "59:destinybond", + "61:shadowball", + "68:blizzard", + "tm:allyswitch", + "tm:attract", + "tm:auroraveil", + "tm:avalanche", + "tm:blizzard", + "tm:bodyslam", + "tm:captivate", + "tm:charm", + "tm:chillingwater", + "tm:confide", + "tm:confuseray", + "tm:crunch", + "tm:curse", + "tm:doubleteam", + "tm:drainingkiss", + "tm:dreameater", + "tm:embargo", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:flash", + "tm:fling", + "tm:frostbreath", + "tm:frustration", + "tm:gigaimpact", + "tm:hail", + "tm:haze", + "tm:helpinghand", + "tm:hex", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:icebeam", + "tm:icefang", + "tm:icepunch", + "tm:icespinner", + "tm:iciclespear", + "tm:icywind", + "tm:imprison", + "tm:lightscreen", + "tm:naturalgift", + "tm:nightshade", + "tm:painsplit", + "tm:payback", + "tm:poltergeist", + "tm:protect", + "tm:psychic", + "tm:psychup", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:round", + "tm:safeguard", + "tm:scaryface", + "tm:secretpower", + "tm:shadowball", + "tm:shockwave", + "tm:sleeptalk", + "tm:snatch", + "tm:snore", + "tm:snowscape", + "tm:spikes", + "tm:spite", + "tm:substitute", + "tm:swagger", + "tm:takedown", + "tm:taunt", + "tm:telekinesis", + "tm:terablast", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderwave", + "tm:torment", + "tm:toxic", + "tm:trailblaze", + "tm:trick", + "tm:tripleaxel", + "tm:waterpulse", + "tm:weatherball", + "tm:willowisp", + "tutor:allyswitch", + "tutor:block", + "tutor:headbutt", + "tutor:icepunch", + "tutor:icywind", + "tutor:laserfocus", + "tutor:mudslap", + "tutor:ominouswind", + "tutor:painsplit", + "tutor:poltergeist", + "tutor:rollout", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:sleeptalk", + "tutor:snatch", + "tutor:snore", + "tutor:spite", + "tutor:suckerpunch", + "tutor:telekinesis", + "tutor:trick", + "tutor:tripleaxel", + "tutor:waterpulse" + ], + "labels": [ + "gen4" + ], + "pokedex": [ + "cobblemon.species.froslass.desc" + ], + "preEvolution": "snorunt", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "height": 13, + "weight": 266, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 5, + "entries": [ + { + "item": "minecraft:snowball", + "quantityRange": "0-2" + }, + { + "item": "cobblemon:dawn_stone", + "percentage": 5.0 + }, + { + "item": "cobblemon:never_melt_ice", + "percentage": 5.0 + }, + { + "item": "cobblemon:babiri_berry", + "percentage": 5.0 + } + ] + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/gastrodon.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/gastrodon.json new file mode 100644 index 0000000..7f6d64a --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/gastrodon.json @@ -0,0 +1,165 @@ +{ + "implemented": true, + "name": "Gastrodon", + "nationalPokedexNumber": 423, + "primaryType": "water", + "secondaryType": "ground", + "abilities": ["stickyhold", "stormdrain", "h:sandforce"], + "drops": { + "amount": 3, + "entries": [ + { + "item": "minecraft:clay_ball", + "quantityRange": "0-2" + }, + { + "item": "cobblemon:rindo_berry", + "percentage": 5 + } + ] + }, + "baseStats": { + "hp": 111, + "attack": 83, + "defence": 68, + "special_attack": 92, + "special_defence": 82, + "speed": 39 + }, + "catchRate": 75, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 166, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": ["water_1", "amorphous"], + "moves": [ + "1:harden", + "1:mudslap", + "1:mudsport", + "1:recover", + "1:watergun", + "1:waterpulse", + "11:mudbomb", + "15:waterpulse", + "16:hiddenpower", + "20:ancientpower", + "22:raindance", + "25:bodyslam", + "29:bodyslam", + "33:muddywater", + "39:earthpower", + "41:muddywater", + "46:raindance", + "53:memento", + "54:recover", + "tm:amnesia", + "tm:attract", + "tm:blizzard", + "tm:bodyslam", + "tm:brine", + "tm:bulldoze", + "tm:captivate", + "tm:chillingwater", + "tm:confide", + "tm:curse", + "tm:dig", + "tm:dive", + "tm:doubleteam", + "tm:earthpower", + "tm:earthquake", + "tm:endure", + "tm:facade", + "tm:flash", + "tm:frustration", + "tm:gigaimpact", + "tm:hail", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hydropump", + "tm:hyperbeam", + "tm:icebeam", + "tm:icywind", + "tm:infestation", + "tm:liquidation", + "tm:muddywater", + "tm:mudshot", + "tm:mudslap", + "tm:naturalgift", + "tm:painsplit", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:rockblast", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:sandstorm", + "tm:sandtomb", + "tm:scald", + "tm:secretpower", + "tm:skittersmack", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:sludgewave", + "tm:snore", + "tm:snowscape", + "tm:spikes", + "tm:stealthrock", + "tm:stompingtantrum", + "tm:stoneedge", + "tm:strength", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:takedown", + "tm:terablast", + "tm:toxic", + "tm:waterfall", + "tm:waterpulse", + "tm:weatherball", + "tm:whirlpool", + "tutor:ancientpower", + "tutor:block", + "tutor:dive", + "tutor:earthpower", + "tutor:headbutt", + "tutor:icebeam", + "tutor:icywind", + "tutor:mudslap", + "tutor:painsplit", + "tutor:protect", + "tutor:recover", + "tutor:skittersmack", + "tutor:sleeptalk", + "tutor:snore", + "tutor:stompingtantrum", + "tutor:stringshot", + "tutor:waterpulse" + ], + "labels": ["gen4"], + "pokedex": ["cobblemon.species.gastrodon.desc"], + "preEvolution": "shellos", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 2, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 9, + "weight": 299, + "aspects": [], + "cannotDynamax": false +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/glameow.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/glameow.json new file mode 100644 index 0000000..d3550fb --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/glameow.json @@ -0,0 +1,157 @@ +{ + "implemented": true, + "name": "Glameow", + "nationalPokedexNumber": 431, + "primaryType": "normal", + "abilities": ["limber", "owntempo", "h:keeneye"], + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:cheri_berry", + "percentage": 2.5 + } + ] + }, + "baseStats": { + "hp": 49, + "attack": 55, + "defence": 42, + "special_attack": 42, + "special_defence": 37, + "speed": 85 + }, + "catchRate": 190, + "maleRatio": 0.25, + "shoulderMountable": false, + "baseExperienceYield": 62, + "experienceGroup": "fast", + "eggCycles": 20, + "eggGroups": ["field"], + "moves": [ + "1:fakeout", + "5:scratch", + "8:growl", + "13:hypnosis", + "17:feintattack", + "20:furyswipes", + "25:charm", + "29:assist", + "32:captivate", + "37:slash", + "41:suckerpunch", + "44:attract", + "45:attract", + "48:honeclaws", + "50:playrough", + "egg:assurance", + "egg:bite", + "egg:faketears", + "egg:flail", + "egg:lastresort", + "egg:quickattack", + "egg:sandattack", + "egg:snatch", + "egg:tailwhip", + "egg:wakeupslap", + "tm:aerialace", + "tm:attract", + "tm:captivate", + "tm:confide", + "tm:cut", + "tm:dig", + "tm:doubleteam", + "tm:dreameater", + "tm:echoedvoice", + "tm:endure", + "tm:facade", + "tm:flash", + "tm:frustration", + "tm:hiddenpower", + "tm:honeclaws", + "tm:irontail", + "tm:naturalgift", + "tm:payback", + "tm:protect", + "tm:psychup", + "tm:raindance", + "tm:rest", + "tm:retaliate", + "tm:return", + "tm:round", + "tm:secretpower", + "tm:shadowball", + "tm:shadowclaw", + "tm:shockwave", + "tm:sleeptalk", + "tm:snatch", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:taunt", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:torment", + "tm:toxic", + "tm:uturn", + "tm:waterpulse", + "tm:workup", + "tutor:assurance", + "tutor:covet", + "tutor:fakeout", + "tutor:foulplay", + "tutor:furycutter", + "tutor:headbutt", + "tutor:hypervoice", + "tutor:irontail", + "tutor:knockoff", + "tutor:lastresort", + "tutor:mudslap", + "tutor:secretpower", + "tutor:shockwave", + "tutor:sleeptalk", + "tutor:snatch", + "tutor:snore", + "tutor:suckerpunch", + "tutor:superfang", + "tutor:swift", + "tutor:waterpulse" + ], + "labels": ["gen4"], + "pokedex": ["cobblemon.species.glameow.desc"], + "evolutions": [ + { + "id": "glameow_purugly", + "variant": "level_up", + "result": "purugly", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 38 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 1 + }, + "height": 5, + "weight": 39, + "aspects": [], + "cannotDynamax": false +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/manaphy.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/manaphy.json new file mode 100644 index 0000000..375707a --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/manaphy.json @@ -0,0 +1,158 @@ +{ + "implemented": true, + "name": "Manaphy", + "nationalPokedexNumber": 490, + "primaryType": "water", + "abilities": ["hydration"], + "baseStats": { + "hp": 100, + "attack": 100, + "defence": 100, + "special_attack": 100, + "special_defence": 100, + "speed": 100 + }, + "catchRate": 3, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 270, + "experienceGroup": "slow", + "eggCycles": 10, + "eggGroups": ["water_1", "fairy"], + "moves": [ + "1:bubble", + "1:heartswap", + "1:tailglow", + "1:watergun", + "1:watersport", + "9:charm", + "16:supersonic", + "24:bubblebeam", + "31:acidarmor", + "39:whirlpool", + "46:waterpulse", + "54:aquaring", + "61:dive", + "69:raindance", + "76:heartswap", + "76:takeheart", + "tm:alluringvoice", + "tm:batonpass", + "tm:blizzard", + "tm:brine", + "tm:calmmind", + "tm:charm", + "tm:chillingwater", + "tm:confide", + "tm:dazzlinggleam", + "tm:disarmingvoice", + "tm:dive", + "tm:doubleteam", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:faketears", + "tm:flash", + "tm:fling", + "tm:flipturn", + "tm:frustration", + "tm:gigaimpact", + "tm:grassknot", + "tm:hail", + "tm:haze", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hydropump", + "tm:hyperbeam", + "tm:icebeam", + "tm:icywind", + "tm:knockoff", + "tm:lightscreen", + "tm:liquidation", + "tm:mudslap", + "tm:naturalgift", + "tm:protect", + "tm:psybeam", + "tm:psychic", + "tm:psychup", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:round", + "tm:safeguard", + "tm:scald", + "tm:secretpower", + "tm:shadowball", + "tm:skillswap", + "tm:sleeptalk", + "tm:storedpower", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:terablast", + "tm:toxic", + "tm:uturn", + "tm:waterfall", + "tm:waterpulse", + "tm:weatherball", + "tm:whirlpool", + "tm:zenheadbutt", + "tutor:acidarmor", + "tutor:ancientpower", + "tutor:aquaring", + "tutor:bounce", + "tutor:bubble", + "tutor:covet", + "tutor:dive", + "tutor:healbell", + "tutor:heartswap", + "tutor:helpinghand", + "tutor:icywind", + "tutor:knockoff", + "tutor:lastresort", + "tutor:liquidation", + "tutor:mudslap", + "tutor:signalbeam", + "tutor:skillswap", + "tutor:sleeptalk", + "tutor:snore", + "tutor:swift", + "tutor:tailglow", + "tutor:uproar", + "tutor:waterpulse", + "tutor:watersport", + "tutor:whirlpool" + ], + "labels": ["gen4", "mythical", "legendary"], + "pokedex": ["cobblemon.species.manaphy.desc"], + "evolutions": [], + "baseScale": 0.6, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 3, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 3, + "weight": 14, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 1, + "entries": [ + { + "item": "minecraft:heart_of_the_sea" + } + ] + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/phione.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/phione.json new file mode 100644 index 0000000..e6ceea0 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/phione.json @@ -0,0 +1,137 @@ +{ + "implemented": true, + "name": "Phione", + "nationalPokedexNumber": 489, + "primaryType": "water", + "abilities": ["hydration"], + "baseStats": { + "hp": 80, + "attack": 80, + "defence": 80, + "special_attack": 80, + "special_defence": 80, + "speed": 80 + }, + "catchRate": 30, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 216, + "experienceGroup": "slow", + "eggCycles": 40, + "eggGroups": ["water_1", "fairy"], + "moves": [ + "1:bubble", + "1:watergun", + "1:watersport", + "9:charm", + "16:supersonic", + "24:bubblebeam", + "31:acidarmor", + "39:whirlpool", + "46:waterpulse", + "54:aquaring", + "61:dive", + "69:raindance", + "75:takeheart", + "tm:alluringvoice", + "tm:batonpass", + "tm:blizzard", + "tm:brine", + "tm:charm", + "tm:chillingwater", + "tm:confide", + "tm:dazzlinggleam", + "tm:disarmingvoice", + "tm:dive", + "tm:doubleteam", + "tm:endure", + "tm:facade", + "tm:fling", + "tm:flipturn", + "tm:frustration", + "tm:grassknot", + "tm:hail", + "tm:haze", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hydropump", + "tm:icebeam", + "tm:icywind", + "tm:knockoff", + "tm:liquidation", + "tm:naturalgift", + "tm:protect", + "tm:psychup", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:round", + "tm:safeguard", + "tm:scald", + "tm:secretpower", + "tm:sleeptalk", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:terablast", + "tm:toxic", + "tm:uturn", + "tm:waterfall", + "tm:waterpulse", + "tm:weatherball", + "tm:whirlpool", + "tm:zenheadbutt", + "tutor:ancientpower", + "tutor:bounce", + "tutor:covet", + "tutor:dive", + "tutor:grassknot", + "tutor:healbell", + "tutor:helpinghand", + "tutor:icywind", + "tutor:knockoff", + "tutor:lastresort", + "tutor:liquidation", + "tutor:mudslap", + "tutor:raindance", + "tutor:rest", + "tutor:signalbeam", + "tutor:sleeptalk", + "tutor:snore", + "tutor:surf", + "tutor:swift", + "tutor:uproar", + "tutor:waterpulse" + ], + "labels": ["gen4", "mythical", "legendary"], + "pokedex": ["cobblemon.species.phione.desc"], + "evolutions": [], + "baseScale": 0.6, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 1, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 4, + "weight": 31, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:mystic_water" + } + ] + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/purugly.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/purugly.json new file mode 100644 index 0000000..5522b5e --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/purugly.json @@ -0,0 +1,139 @@ +{ + "implemented": true, + "name": "Purugly", + "nationalPokedexNumber": 432, + "primaryType": "normal", + "abilities": ["thickfat", "owntempo", "h:defiant"], + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:cheri_berry", + "percentage": 5 + } + ] + }, + "baseStats": { + "hp": 71, + "attack": 82, + "defence": 64, + "special_attack": 64, + "special_defence": 59, + "speed": 112 + }, + "catchRate": 75, + "maleRatio": 0.25, + "shoulderMountable": false, + "baseExperienceYield": 158, + "experienceGroup": "fast", + "eggCycles": 20, + "eggGroups": ["field"], + "moves": [ + "1:fakeout", + "1:growl", + "1:scratch", + "1:swagger", + "13:hypnosis", + "17:feintattack", + "20:furyswipes", + "25:charm", + "29:assist", + "32:captivate", + "37:slash", + "38:swagger", + "45:bodyslam", + "52:attract", + "53:attract", + "60:honeclaws", + "tm:aerialace", + "tm:attract", + "tm:bulldoze", + "tm:captivate", + "tm:confide", + "tm:cut", + "tm:dig", + "tm:doubleteam", + "tm:dreameater", + "tm:echoedvoice", + "tm:endure", + "tm:facade", + "tm:flash", + "tm:frustration", + "tm:gigaimpact", + "tm:hiddenpower", + "tm:honeclaws", + "tm:hyperbeam", + "tm:irontail", + "tm:naturalgift", + "tm:payback", + "tm:protect", + "tm:psychup", + "tm:raindance", + "tm:rest", + "tm:retaliate", + "tm:return", + "tm:roar", + "tm:round", + "tm:secretpower", + "tm:shadowball", + "tm:shadowclaw", + "tm:shockwave", + "tm:sleeptalk", + "tm:snatch", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:taunt", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:torment", + "tm:toxic", + "tm:uturn", + "tm:waterpulse", + "tm:workup", + "tutor:covet", + "tutor:foulplay", + "tutor:furycutter", + "tutor:headbutt", + "tutor:hypervoice", + "tutor:irontail", + "tutor:knockoff", + "tutor:lastresort", + "tutor:mudslap", + "tutor:rollout", + "tutor:shockwave", + "tutor:sleeptalk", + "tutor:snatch", + "tutor:snore", + "tutor:stompingtantrum", + "tutor:suckerpunch", + "tutor:superfang", + "tutor:swift", + "tutor:throatchop", + "tutor:waterpulse" + ], + "labels": ["gen4"], + "pokedex": ["cobblemon.species.purugly.desc"], + "preEvolution": "glameow", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "height": 10, + "weight": 438, + "aspects": [], + "cannotDynamax": false +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/shaymin.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/shaymin.json new file mode 100644 index 0000000..365bdf8 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/shaymin.json @@ -0,0 +1,293 @@ +{ + "implemented": true, + "name": "Shaymin", + "nationalPokedexNumber": 492, + "primaryType": "grass", + "abilities": [ + "naturalcure" + ], + "drops": { + "amount": 7, + "entries": [ + { + "item": "cobblemon:rare_candy", + "quantityRange": "5-10" + }, + { + "item": "minecraft:spore_blossom", + "quantityRange": "2-9" + }, + { + "item": "cobblemon:miracle_seed", + "percentage": 50.0 + }, + { + "item": "cobblemon:max_revive", + "quantityRange": "3-9" + }, + { + "item": "minecraft:pitcher_pod", + "quantityRange": "2-12" + }, + { + "item": "cobblemon:ability_capsule", + "percentage": 25.0 + }, + { + "item": "cobblemon:ability_patch", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 100, + "attack": 100, + "defence": 100, + "special_attack": 100, + "special_defence": 100, + "speed": 100 + }, + "catchRate": 3, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 270, + "baseFriendship": 100, + "evYield": { + "hp": 3, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "medium_slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "canLook": false, + "walk": { + "walkSpeed": 0.250, + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": false, + "canBreatheUnderwater": false + } + } + }, + "features": ["sky"], + "moves": [ + "1:defensecurl", + "1:growth", + "10:magicalleaf", + "19:leechseed", + "28:quickattack", + "28:synthesis", + "37:sweetscent", + "46:naturalgift", + "46:playrough", + "55:worryseed", + "64:airslash", + "64:aromatherapy", + "64:grassyterrain", + "73:energyball", + "82:grasswhistle", + "82:sweetkiss", + "91:healingwish", + "91:leafstorm", + "91:luckychant", + "100:seedflare", + "tm:aircutter", + "tm:airslash", + "tm:batonpass", + "tm:bulletseed", + "tm:confide", + "tm:dazzlinggleam", + "tm:disarmingvoice", + "tm:doubleedge", + "tm:doubleteam", + "tm:earthpower", + "tm:endeavor", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:flash", + "tm:frustration", + "tm:gigadrain", + "tm:gigaimpact", + "tm:grassknot", + "tm:grassyglide", + "tm:grassyterrain", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:leafstorm", + "tm:magicalleaf", + "tm:naturalgift", + "tm:naturepower", + "tm:petalblizzard", + "tm:playrough", + "tm:protect", + "tm:psychic", + "tm:psychup", + "tm:rest", + "tm:return", + "tm:round", + "tm:safeguard", + "tm:secretpower", + "tm:seedbomb", + "tm:sleeptalk", + "tm:solarbeam", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swift", + "tm:swordsdance", + "tm:tailwind", + "tm:takedown", + "tm:terablast", + "tm:toxic", + "tm:trailblaze", + "tm:zenheadbutt", + "tutor:aircutter", + "tutor:airslash", + "tutor:aromatherapy", + "tutor:celebrate", + "tutor:covet", + "tutor:earthpower", + "tutor:endeavor", + "tutor:energyball", + "tutor:gigadrain", + "tutor:growth", + "tutor:headbutt", + "tutor:laserfocus", + "tutor:lastresort", + "tutor:leechseed", + "tutor:magicalleaf", + "tutor:mudslap", + "tutor:ominouswind", + "tutor:return", + "tutor:seedbomb", + "tutor:seedflare", + "tutor:sleeptalk", + "tutor:snore", + "tutor:substitute", + "tutor:sweetscent", + "tutor:swift", + "tutor:synthesis", + "tutor:tailwind", + "tutor:worryseed", + "tutor:zenheadbutt" + ], + "labels": [ + "gen4", + "mythical", + "legendary" + ], + "pokedex": [ + "cobblemon.species.shaymin.desc" + ], + "height": 2, + "weight": 21, + "evolutions": [ + { + "id": "shaymin_shayminsky", + "variant": "level_up", + "result": "shaymin sky=true", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "held_item", + "itemCondition": "minecraft:spore_blossom" + } + ] + } +], + "baseScale": 0.4, + "hitbox": { + "width": 0.6, + "height": 1, + "fixed": false + }, + "forms": [ + { + "name": "Sky", + "primaryType": "grass", + "secondaryType": "flying", + "abilities": [ + "serenegrace" + ], + "baseStats": { + "hp": 100, + "attack": 103, + "defence": 75, + "special_attack": 120, + "special_defence": 75, + "speed": 127 + }, + "catchRate": 3, + "maleRatio": -1, + "baseExperienceYield": 270, + "baseFriendship": 100, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 3 + }, + "experienceGroup": "medium_slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "labels": [ + "gen4", + "mythical", + "legendary" + ], + "aspects": [ + "sky" + ], + "baseScale": 0.7, + "hitbox": { + "width": 0.6, + "height": 0.8, + "fixed": false + }, + "height": 4, + "weight": 52, + "cannotDynamax": false, + "battleOnly": false, + "evolutions": [ + { + "id": "shayminsky_shaymin", + "variant": "level_up", + "result": "shaymin sky=false", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "held_item", + "itemCondition": "minecraft:spore_blossom" + } + ] + } + ] +} + ], + "aspects": [], + "cannotDynamax": false + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/shellos.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/shellos.json new file mode 100644 index 0000000..c2b32cb --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/shellos.json @@ -0,0 +1,177 @@ +{ + "implemented": true, + "name": "Shellos", + "nationalPokedexNumber": 422, + "primaryType": "water", + "abilities": ["stickyhold", "stormdrain", "h:sandforce"], + "drops": { + "amount": 2, + "entries": [ + { + "item": "minecraft:clay_ball", + "quantityRange": "0-1" + }, + { + "item": "cobblemon:rindo_berry", + "percentage": 2.5 + } + ] + }, + "baseStats": { + "hp": 76, + "attack": 48, + "defence": 48, + "special_attack": 57, + "special_defence": 62, + "speed": 34 + }, + "catchRate": 190, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 65, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": ["water_1", "amorphous"], + "moves": [ + "1:mudslap", + "1:watergun", + "2:mudsport", + "4:harden", + "5:harden", + "7:waterpulse", + "10:recover", + "11:mudbomb", + "15:waterpulse", + "16:hiddenpower", + "20:ancientpower", + "22:raindance", + "25:bodyslam", + "29:bodyslam", + "31:muddywater", + "35:earthpower", + "37:muddywater", + "40:raindance", + "45:memento", + "46:recover", + "egg:acidarmor", + "egg:amnesia", + "egg:brine", + "egg:clearsmog", + "egg:counter", + "egg:curse", + "egg:fissure", + "egg:memento", + "egg:mirrorcoat", + "egg:mist", + "egg:sludge", + "egg:spitup", + "egg:stockpile", + "egg:swallow", + "egg:trumpcard", + "egg:yawn", + "tm:amnesia", + "tm:attract", + "tm:blizzard", + "tm:bodyslam", + "tm:brine", + "tm:bulldoze", + "tm:captivate", + "tm:chillingwater", + "tm:confide", + "tm:curse", + "tm:dive", + "tm:doubleteam", + "tm:earthpower", + "tm:endure", + "tm:facade", + "tm:frustration", + "tm:hail", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hydropump", + "tm:icebeam", + "tm:icywind", + "tm:infestation", + "tm:liquidation", + "tm:muddywater", + "tm:mudshot", + "tm:mudslap", + "tm:naturalgift", + "tm:painsplit", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:rockslide", + "tm:rocktomb", + "tm:round", + "tm:sandstorm", + "tm:scald", + "tm:secretpower", + "tm:skittersmack", + "tm:sleeptalk", + "tm:snore", + "tm:snowscape", + "tm:stealthrock", + "tm:stoneedge", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:takedown", + "tm:terablast", + "tm:toxic", + "tm:waterfall", + "tm:waterpulse", + "tm:whirlpool", + "tutor:ancientpower", + "tutor:dive", + "tutor:earthpower", + "tutor:headbutt", + "tutor:icywind", + "tutor:mudslap", + "tutor:painsplit", + "tutor:secretpower", + "tutor:skittersmack", + "tutor:sleeptalk", + "tutor:snore", + "tutor:stringshot", + "tutor:waterpulse", + "tutor:yawn" + ], + "labels": ["gen4"], + "pokedex": ["cobblemon.species.shellos.desc"], + "evolutions": [ + { + "id": "shellos_gastrodon", + "variant": "level_up", + "result": "gastrodon", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 30 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 1, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 3, + "weight": 63, + "aspects": [], + "cannotDynamax": false +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/skorupi.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/skorupi.json new file mode 100644 index 0000000..df2afa4 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/skorupi.json @@ -0,0 +1,211 @@ +{ + "implemented": true, + "name": "Skorupi", + "nationalPokedexNumber": 451, + "primaryType": "poison", + "secondaryType": "bug", + "abilities": [ + "battlearmor", + "sniper", + "h:keeneye" + ], + "drops": { + "amount": 2, + "entries": [ + { + "item": "cobblemon:poison_barb", + "percentage": 2.5 + }, + { + "item": "cobblemon:bluk_berry", + "percentage": 2.5 + } + ] + }, + "baseStats": { + "hp": 40, + "attack": 50, + "defence": 90, + "special_attack": 30, + "special_defence": 55, + "speed": 65 + }, + "catchRate": 120, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 66, + "experienceGroup": "slow", + "eggCycles": 20, + "eggGroups": [ + "bug", + "water_3" + ], + "moves": [ + "1:bite", + "1:leer", + "1:poisonsting", + "3:honeclaws", + "5:knockoff", + "6:fellstinger", + "6:knockoff", + "9:pinmissile", + "9:poisonfang", + "12:bite", + "12:pinmissile", + "13:acupressure", + "15:toxicspikes", + "16:pursuit", + "17:acupressure", + "18:bugbite", + "20:bugbite", + "21:venoshock", + "23:poisonfang", + "23:scaryface", + "24:knockoff", + "27:scaryface", + "27:venoshock", + "28:toxicspikes", + "30:honeclaws", + "30:pinmissile", + "33:toxic", + "34:bugbite", + "34:toxicspikes", + "36:nightslash", + "38:nightslash", + "39:crosspoison", + "39:poisonfang", + "41:scaryface", + "42:xscissor", + "45:acupressure", + "45:crunch", + "45:honeclaws", + "47:fellstinger", + "48:crunch", + "49:crosspoison", + "50:crosspoison", + "50:venoshock", + "56:crunch", + "61:crosspoison", + "egg:agility", + "egg:confuseray", + "egg:feintattack", + "egg:irontail", + "egg:nightslash", + "egg:poisontail", + "egg:pursuit", + "egg:sandattack", + "egg:screech", + "egg:slash", + "egg:twineedle", + "egg:whirlwind", + "tm:aerialace", + "tm:agility", + "tm:assurance", + "tm:attract", + "tm:brickbreak", + "tm:bugbuzz", + "tm:captivate", + "tm:confide", + "tm:crosspoison", + "tm:crunch", + "tm:cut", + "tm:darkpulse", + "tm:dig", + "tm:doubleteam", + "tm:endure", + "tm:facade", + "tm:falseswipe", + "tm:flash", + "tm:fling", + "tm:frustration", + "tm:hiddenpower", + "tm:honeclaws", + "tm:infestation", + "tm:irontail", + "tm:naturalgift", + "tm:payback", + "tm:pinmissile", + "tm:poisonjab", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:scaryface", + "tm:screech", + "tm:secretpower", + "tm:shadowball", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:snore", + "tm:strength", + "tm:strugglebug", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swordsdance", + "tm:taunt", + "tm:thief", + "tm:torment", + "tm:toxic", + "tm:toxicspikes", + "tm:venoshock", + "tm:xscissor", + "tutor:agility", + "tutor:aquatail", + "tutor:bite", + "tutor:bugbite", + "tutor:darkpulse", + "tutor:furycutter", + "tutor:headbutt", + "tutor:irontail", + "tutor:knockoff", + "tutor:mudslap", + "tutor:skittersmack", + "tutor:sleeptalk", + "tutor:snore" + ], + "labels": [ + "gen4" + ], + "pokedex": [ + "cobblemon.species.skorupi.desc" + ], + "evolutions": [ + { + "id": "skorupi_drapion", + "variant": "level_up", + "result": "drapion", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 40 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 1, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 8, + "weight": 120, + "aspects": [], + "cannotDynamax": false + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/skuntank.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/skuntank.json new file mode 100644 index 0000000..c7148ea --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/skuntank.json @@ -0,0 +1,208 @@ +{ + "implemented": true, + "name": "Skuntank", + "nationalPokedexNumber": 435, + "primaryType": "poison", + "secondaryType": "dark", + "abilities": [ + "stench", + "aftermath", + "h:keeneye" + ], + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:pecha_berry", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 103, + "attack": 93, + "defence": 67, + "special_attack": 71, + "special_defence": 61, + "speed": 84 + }, + "catchRate": 60, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 168, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": [ + "field" + ], + "moves": [ + "1:feint", + "1:flamethrower", + "1:focusenergy", + "1:poisongas", + "1:scratch", + "1:screech", + "1:smokescreen", + "7:screech", + "9:acidspray", + "9:furyswipes", + "10:furyswipes", + "12:furyswipes", + "13:smokescreen", + "14:smokescreen", + "15:feint", + "15:focusenergy", + "18:bite", + "18:feint", + "19:acidspray", + "20:toxic", + "21:bite", + "21:venoshock", + "22:slash", + "24:screech", + "25:slash", + "27:toxic", + "30:suckerpunch", + "31:nightslash", + "32:acidspray", + "33:memento", + "34:flamethrower", + "37:venomdrench", + "38:nightslash", + "39:suckerpunch", + "41:memento", + "41:nightslash", + "43:belch", + "45:explosion", + "48:explosion", + "48:venomdrench", + "51:memento", + "52:explosion", + "53:explosion", + "56:belch", + "61:explosion", + "tm:acidspray", + "tm:assurance", + "tm:attract", + "tm:bodyslam", + "tm:burningjealousy", + "tm:captivate", + "tm:confide", + "tm:crunch", + "tm:cut", + "tm:darkpulse", + "tm:defog", + "tm:dig", + "tm:doubleedge", + "tm:doubleteam", + "tm:endeavor", + "tm:endure", + "tm:explosion", + "tm:facade", + "tm:fireblast", + "tm:firespin", + "tm:flamethrower", + "tm:focusenergy", + "tm:foulplay", + "tm:frustration", + "tm:gigaimpact", + "tm:gunkshot", + "tm:haze", + "tm:helpinghand", + "tm:hex", + "tm:hiddenpower", + "tm:honeclaws", + "tm:hyperbeam", + "tm:incinerate", + "tm:irontail", + "tm:knockoff", + "tm:lashout", + "tm:nastyplot", + "tm:naturalgift", + "tm:payback", + "tm:playrough", + "tm:poisonjab", + "tm:poisontail", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:roar", + "tm:rocksmash", + "tm:round", + "tm:scaryface", + "tm:screech", + "tm:secretpower", + "tm:shadowball", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:sludgewave", + "tm:snarl", + "tm:snatch", + "tm:snore", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:superfang", + "tm:swagger", + "tm:swift", + "tm:tailslap", + "tm:takedown", + "tm:taunt", + "tm:temperflare", + "tm:terablast", + "tm:thief", + "tm:throatchop", + "tm:torment", + "tm:toxic", + "tm:toxicspikes", + "tm:trailblaze", + "tm:venomdrench", + "tm:venoshock", + "tutor:burningjealousy", + "tutor:corrosivegas", + "tutor:darkpulse", + "tutor:defog", + "tutor:foulplay", + "tutor:furycutter", + "tutor:headbutt", + "tutor:irontail", + "tutor:lashout", + "tutor:mudslap", + "tutor:sleeptalk", + "tutor:snatch", + "tutor:snore", + "tutor:suckerpunch", + "tutor:swift", + "tutor:throatchop" + ], + "labels": [ + "gen4" + ], + "pokedex": [ + "cobblemon.species.skuntank.desc" + ], + "preEvolution": "stunky", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 2, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 10, + "weight": 380, + "aspects": [], + "cannotDynamax": false + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/stunky.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/stunky.json new file mode 100644 index 0000000..b8084d0 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/stunky.json @@ -0,0 +1,229 @@ +{ + "implemented": true, + "name": "Stunky", + "nationalPokedexNumber": 434, + "primaryType": "poison", + "secondaryType": "dark", + "abilities": [ + "stench", + "aftermath", + "h:keeneye" + ], + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:pecha_berry", + "percentage": 2.5 + } + ] + }, + "baseStats": { + "hp": 63, + "attack": 63, + "defence": 47, + "special_attack": 41, + "special_defence": 41, + "speed": 74 + }, + "catchRate": 225, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 66, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": [ + "field" + ], + "moves": [ + "1:focusenergy", + "1:poisongas", + "1:scratch", + "3:feint", + "3:poisongas", + "4:poisongas", + "6:smokescreen", + "7:screech", + "9:acidspray", + "9:furyswipes", + "10:furyswipes", + "12:furyswipes", + "13:smokescreen", + "14:smokescreen", + "15:feint", + "15:focusenergy", + "18:bite", + "18:feint", + "19:acidspray", + "20:toxic", + "21:bite", + "21:venoshock", + "22:slash", + "24:screech", + "25:slash", + "27:toxic", + "30:suckerpunch", + "31:nightslash", + "32:acidspray", + "33:memento", + "36:nightslash", + "37:memento", + "37:nightslash", + "37:venomdrench", + "39:belch", + "39:suckerpunch", + "42:explosion", + "42:venomdrench", + "43:belch", + "43:memento", + "44:explosion", + "45:explosion", + "46:belch", + "49:explosion", + "egg:astonish", + "egg:crunch", + "egg:doubleedge", + "egg:flameburst", + "egg:foulplay", + "egg:haze", + "egg:irontail", + "egg:leer", + "egg:playrough", + "egg:punishment", + "egg:pursuit", + "egg:scaryface", + "egg:slash", + "egg:smog", + "tm:acidspray", + "tm:assurance", + "tm:attract", + "tm:bodyslam", + "tm:captivate", + "tm:confide", + "tm:crunch", + "tm:cut", + "tm:darkpulse", + "tm:defog", + "tm:dig", + "tm:doubleedge", + "tm:doubleteam", + "tm:endure", + "tm:explosion", + "tm:facade", + "tm:fireblast", + "tm:flamethrower", + "tm:focusenergy", + "tm:foulplay", + "tm:frustration", + "tm:gunkshot", + "tm:haze", + "tm:helpinghand", + "tm:hex", + "tm:hiddenpower", + "tm:honeclaws", + "tm:incinerate", + "tm:irontail", + "tm:knockoff", + "tm:lashout", + "tm:nastyplot", + "tm:naturalgift", + "tm:payback", + "tm:playrough", + "tm:poisonjab", + "tm:poisontail", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:roar", + "tm:rocksmash", + "tm:round", + "tm:scaryface", + "tm:screech", + "tm:secretpower", + "tm:shadowball", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:sludgewave", + "tm:snarl", + "tm:snatch", + "tm:snore", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swift", + "tm:tailslap", + "tm:takedown", + "tm:taunt", + "tm:temperflare", + "tm:terablast", + "tm:thief", + "tm:throatchop", + "tm:torment", + "tm:toxic", + "tm:toxicspikes", + "tm:trailblaze", + "tm:venomdrench", + "tm:venoshock", + "tutor:corrosivegas", + "tutor:darkpulse", + "tutor:defog", + "tutor:foulplay", + "tutor:furycutter", + "tutor:headbutt", + "tutor:irontail", + "tutor:lashout", + "tutor:mudslap", + "tutor:screech", + "tutor:sleeptalk", + "tutor:snatch", + "tutor:snore", + "tutor:suckerpunch", + "tutor:swift", + "tutor:throatchop" + ], + "labels": [ + "gen4" + ], + "pokedex": [ + "cobblemon.species.stunky.desc" + ], + "evolutions": [ + { + "id": "stunky_skuntank", + "variant": "level_up", + "result": "skuntank", + "consumeHeldItem": false, + "learnableMoves": [ + "flamethrower" + ], + "requirements": [ + { + "variant": "level", + "minLevel": 34 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 1 + }, + "height": 4, + "weight": 192, + "aspects": [], + "cannotDynamax": false + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/toxicroak.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/toxicroak.json new file mode 100644 index 0000000..4f1f8be --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation4/toxicroak.json @@ -0,0 +1,199 @@ +{ + "implemented": true, + "name": "Toxicroak", + "nationalPokedexNumber": 454, + "primaryType": "poison", + "secondaryType": "fighting", + "abilities": [ + "anticipation", + "dryskin", + "h:poisontouch" + ], + "baseStats": { + "hp": 83, + "attack": 106, + "defence": 65, + "special_attack": 86, + "special_defence": 65, + "speed": 85 + }, + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": false, + "depth": "normal", + "light": "0-4" + } + }, + "catchRate": 75, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 172, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": [ + "human_like" + ], + "moves": [ + "1:astonish", + "1:mudslap", + "1:poisonsting", + "10:taunt", + "15:pursuit", + "16:lowkick", + "17:feintattack", + "22:revenge", + "24:swagger", + "29:mudbomb", + "31:suckerpunch", + "36:nastyplot", + "36:toxic", + "36:venoshock", + "41:poisonjab", + "49:sludgebomb", + "54:flatter", + "58:belch", + "tm:acidspray", + "tm:aerialace", + "tm:assurance", + "tm:attract", + "tm:batonpass", + "tm:bounce", + "tm:brickbreak", + "tm:bulkup", + "tm:bulldoze", + "tm:captivate", + "tm:chillingwater", + "tm:closecombat", + "tm:confide", + "tm:crosspoison", + "tm:cut", + "tm:darkpulse", + "tm:dig", + "tm:doubleteam", + "tm:drainpunch", + "tm:earthquake", + "tm:embargo", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:fling", + "tm:focusblast", + "tm:focuspunch", + "tm:foulplay", + "tm:frustration", + "tm:gigaimpact", + "tm:gunkshot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:icepunch", + "tm:icywind", + "tm:lowkick", + "tm:lowsweep", + "tm:megakick", + "tm:megapunch", + "tm:mudshot", + "tm:mudslap", + "tm:nastyplot", + "tm:naturalgift", + "tm:payback", + "tm:poisonjab", + "tm:poweruppunch", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:retaliate", + "tm:return", + "tm:revenge", + "tm:reversal", + "tm:rockclimb", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:scaryface", + "tm:screech", + "tm:secretpower", + "tm:shadowball", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:sludgewave", + "tm:snatch", + "tm:snore", + "tm:stoneedge", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swordsdance", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thief", + "tm:throatchop", + "tm:thunderpunch", + "tm:torment", + "tm:toxic", + "tm:venomdrench", + "tm:venoshock", + "tm:workup", + "tm:xscissor", + "tutor:bounce", + "tutor:coaching", + "tutor:corrosivegas", + "tutor:darkpulse", + "tutor:drainpunch", + "tutor:dualchop", + "tutor:focuspunch", + "tutor:foulplay", + "tutor:furycutter", + "tutor:gunkshot", + "tutor:headbutt", + "tutor:helpinghand", + "tutor:icepunch", + "tutor:icywind", + "tutor:knockoff", + "tutor:lashout", + "tutor:lowkick", + "tutor:mudslap", + "tutor:roleplay", + "tutor:sleeptalk", + "tutor:snatch", + "tutor:snore", + "tutor:spite", + "tutor:suckerpunch", + "tutor:superfang", + "tutor:throatchop", + "tutor:thunderpunch", + "tutor:vacuumwave" + ], + "labels": [ + "gen4" + ], + "pokedex": [ + "cobblemon.species.toxicroak.desc" + ], + "preEvolution": "croagunk", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 0.88, + "height": 1.8, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 2, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 13, + "weight": 444, + "aspects": [], + "cannotDynamax": false +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/amoonguss.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/amoonguss.json new file mode 100644 index 0000000..f19dfab --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/amoonguss.json @@ -0,0 +1,133 @@ +{ + "implemented": true, + "name": "Amoonguss", + "nationalPokedexNumber": 591, + "primaryType": "grass", + "secondaryType": "poison", + "abilities": ["effectspore", "h:regenerator"], + "drops": { + "amount": 3, + "entries": [ + { + "item": "minecraft:red_mushroom", + "quantityRange": "0-2" + }, + { + "item": "cobblemon:cheri_berry", + "percentage": 5 + } + ] + }, + "baseStats": { + "hp": 114, + "attack": 85, + "defence": 70, + "special_attack": 85, + "special_defence": 80, + "speed": 30 + }, + "catchRate": 75, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 162, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": ["grass"], + "moves": [ + "1:absorb", + "1:astonish", + "1:bide", + "1:growth", + "1:stunspore", + "12:megadrain", + "16:synthesis", + "20:clearsmog", + "20:feintattack", + "24:sweetscent", + "28:gigadrain", + "32:ingrain", + "36:toxic", + "42:ragepowder", + "48:solarbeam", + "54:spore", + "tm:attract", + "tm:bodyslam", + "tm:bulletseed", + "tm:confide", + "tm:doubleteam", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:flash", + "tm:foulplay", + "tm:frustration", + "tm:gigadrain", + "tm:gigaimpact", + "tm:grassknot", + "tm:grassyterrain", + "tm:hex", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:leafstorm", + "tm:magicalleaf", + "tm:naturepower", + "tm:payback", + "tm:pollenpuff", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:round", + "tm:scaryface", + "tm:secretpower", + "tm:seedbomb", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:snore", + "tm:solarbeam", + "tm:stompingtantrum", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:terablast", + "tm:toxic", + "tm:venoshock", + "tutor:afteryou", + "tutor:clearsmog", + "tutor:foulplay", + "tutor:gastroacid", + "tutor:gigadrain", + "tutor:protect", + "tutor:ragepowder", + "tutor:seedbomb", + "tutor:sleeptalk", + "tutor:snore", + "tutor:spore", + "tutor:stompingtantrum", + "tutor:synthesis", + "tutor:worryseed" + ], + "labels": ["gen5"], + "pokedex": ["cobblemon.species.amoonguss.desc"], + "preEvolution": "foongus", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 2, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 6, + "weight": 105, + "aspects": [], + "cannotDynamax": false +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/axew.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/axew.json new file mode 100644 index 0000000..1f64d38 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/axew.json @@ -0,0 +1,191 @@ +{ + "implemented": true, + "name": "Axew", + "nationalPokedexNumber": 610, + "primaryType": "dragon", + "abilities": ["rivalry", "moldbreaker", "h:unnerve"], + "drops": { + "amount": 2, + "entries": [ + { + "item": "cobblemon:dragon_fang", + "percentage": 2.5 + }, + { + "item": "cobblemon:haban_berry", + "percentage": 2.5 + } + ] + }, + "baseStats": { + "hp": 46, + "attack": 87, + "defence": 60, + "special_attack": 30, + "special_defence": 40, + "speed": 57 + }, + "catchRate": 75, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 64, + "experienceGroup": "slow", + "eggCycles": 40, + "eggGroups": ["monster", "dragon"], + "moves": [ + "1:leer", + "1:scratch", + "3:bite", + "6:falseswipe", + "9:assurance", + "10:dragonrage", + "12:taunt", + "15:slash", + "18:dragonclaw", + "21:scaryface", + "24:crunch", + "27:dragondance", + "30:breakingswipe", + "30:dualchop", + "33:focusenergy", + "33:laserfocus", + "36:dragonpulse", + "39:swordsdance", + "42:outrage", + "45:guillotine", + "48:gigaimpact", + "egg:aquatail", + "egg:counter", + "egg:dragonpulse", + "egg:endeavor", + "egg:endure", + "egg:firstimpression", + "egg:focusenergy", + "egg:harden", + "egg:irontail", + "egg:nightslash", + "egg:razorwind", + "egg:reversal", + "tm:aerialace", + "tm:assurance", + "tm:attract", + "tm:breakingswipe", + "tm:brickbreak", + "tm:bulldoze", + "tm:confide", + "tm:crunch", + "tm:cut", + "tm:dig", + "tm:doubleedge", + "tm:doubleteam", + "tm:dracometeor", + "tm:dragoncheer", + "tm:dragonclaw", + "tm:dragondance", + "tm:dragonpulse", + "tm:dragontail", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:falseswipe", + "tm:fling", + "tm:focusenergy", + "tm:frustration", + "tm:gigaimpact", + "tm:hiddenpower", + "tm:honeclaws", + "tm:incinerate", + "tm:ironhead", + "tm:irontail", + "tm:outrage", + "tm:payback", + "tm:poisonjab", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:reversal", + "tm:roar", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:scaleshot", + "tm:scaryface", + "tm:secretpower", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:snarl", + "tm:snore", + "tm:stompingtantrum", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:superpower", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:swordsdance", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:toxic", + "tm:trailblaze", + "tm:xscissor", + "tutor:aquatail", + "tutor:counter", + "tutor:dracometeor", + "tutor:dragonclaw", + "tutor:dragonpulse", + "tutor:dragonrage", + "tutor:dualchop", + "tutor:endeavor", + "tutor:endure", + "tutor:gigaimpact", + "tutor:irontail", + "tutor:nightslash", + "tutor:outrage", + "tutor:return", + "tutor:scaleshot", + "tutor:scratch", + "tutor:shockwave", + "tutor:sleeptalk", + "tutor:snore", + "tutor:superpower" + ], + "labels": ["gen5"], + "pokedex": ["cobblemon.species.axew.desc"], + "evolutions": [ + { + "id": "axew_fraxure", + "variant": "level_up", + "result": "fraxure", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 38 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 35, + "evYield": { + "hp": 0, + "attack": 1, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 6, + "weight": 180, + "aspects": [], + "cannotDynamax": false +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/bisharp.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/bisharp.json new file mode 100644 index 0000000..2066156 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/bisharp.json @@ -0,0 +1,197 @@ +{ + "implemented":true, + "name": "Bisharp", + "nationalPokedexNumber": 625, + "primaryType": "dark", + "secondaryType": "steel", + "abilities": [ + "defiant", + "innerfocus", + "h:pressure" + ], + "drops": { + "amount": 2, + "entries": [ + { + "item": "minecraft:iron_helmet", + "percentage": 5.0 + }, + { + "item": "cobblemon:chople_berry", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 65, + "attack": 125, + "defence": 100, + "special_attack": 60, + "special_defence": 70, + "speed": 70 + }, + "catchRate": 45, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 172, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": [ + "human_like" + ], + "moves": [ + "1:furycutter", + "1:leer", + "1:metalburst", + "1:metalclaw", + "1:scratch", + "15:torment", + "17:feintattack", + "20:scaryface", + "25:assurance", + "30:metalsound", + "35:slash", + "40:nightslash", + "41:embargo", + "45:irondefense", + "50:laserfocus", + "50:retaliate", + "57:ironhead", + "64:swordsdance", + "71:guillotine", + "tm:aerialace", + "tm:airslash", + "tm:assurance", + "tm:attract", + "tm:beatup", + "tm:brickbreak", + "tm:confide", + "tm:cut", + "tm:darkpulse", + "tm:dig", + "tm:doubleteam", + "tm:embargo", + "tm:endure", + "tm:facade", + "tm:falseswipe", + "tm:flashcannon", + "tm:fling", + "tm:focusblast", + "tm:foulplay", + "tm:frustration", + "tm:gigaimpact", + "tm:grassknot", + "tm:hiddenpower", + "tm:honeclaws", + "tm:hyperbeam", + "tm:irondefense", + "tm:ironhead", + "tm:lashout", + "tm:lowkick", + "tm:lowsweep", + "tm:metalclaw", + "tm:metalsound", + "tm:payback", + "tm:poisonjab", + "tm:poweruppunch", + "tm:protect", + "tm:psychocut", + "tm:raindance", + "tm:rest", + "tm:retaliate", + "tm:return", + "tm:revenge", + "tm:reversal", + "tm:rockpolish", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:sandstorm", + "tm:scaryface", + "tm:screech", + "tm:secretpower", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:snarl", + "tm:snore", + "tm:spite", + "tm:stealthrock", + "tm:steelbeam", + "tm:stoneedge", + "tm:substitute", + "tm:swagger", + "tm:swordsdance", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thief", + "tm:throatchop", + "tm:thunderwave", + "tm:torment", + "tm:toxic", + "tm:xscissor", + "tutor:darkpulse", + "tutor:dualchop", + "tutor:foulplay", + "tutor:irondefense", + "tutor:ironhead", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:lashout", + "tutor:lowkick", + "tutor:magnetrise", + "tutor:roleplay", + "tutor:sleeptalk", + "tutor:snatch", + "tutor:snore", + "tutor:spite", + "tutor:stealthrock", + "tutor:steelbeam", + "tutor:throatchop" + ], + "labels": [ + "gen5" + ], + "pokedex": [ + "cobblemon.species.bisharp.desc" + ], + "preEvolution": "pawniard", + "evolutions": [ + { + "id": "bisharp_kingambit", + "variant": "level_up", + "result": "kingambit", + "consumeHeldItem": false, + "learnableMoves": [ + "kowtowcleave" + ], + "requirements": [ + { + "variant": "defeat", + "target": "bisharp held_item=cobblemon:leaders_crest", + "amount": 3 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 35, + "evYield": { + "hp": 0, + "attack": 2, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 16, + "weight": 700, + "aspects": [], + "cannotDynamax": false + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/cinccino.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/cinccino.json new file mode 100644 index 0000000..acbd2ef --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/cinccino.json @@ -0,0 +1,167 @@ +{ + "implemented": true, + "name": "Cinccino", + "nationalPokedexNumber": 573, + "primaryType": "normal", + "abilities": [ + "cutecharm", + "technician", + "h:skilllink" + ], + "drops": { + "amount": 2, + "entries": [ + { + "item": "cobblemon:silk_scarf", + "percentage": 5.0 + }, + { + "item": "cobblemon:chesto_berry", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 75, + "attack": 95, + "defence": 60, + "special_attack": 65, + "special_defence": 60, + "speed": 115 + }, + "catchRate": 60, + "maleRatio": 0.25, + "shoulderMountable": false, + "baseExperienceYield": 165, + "experienceGroup": "fast", + "eggCycles": 15, + "eggGroups": [ + "field" + ], + "moves": [ + "1:afteryou", + "1:babydolleyes", + "1:bulletseed", + "1:charm", + "1:echoedvoice", + "1:encore", + "1:helpinghand", + "1:hypervoice", + "1:lastresort", + "1:pound", + "1:rockblast", + "1:sing", + "1:slam", + "1:swift", + "1:tailslap", + "1:tickle", + "tm:alluringvoice", + "tm:attract", + "tm:batonpass", + "tm:bulletseed", + "tm:calmmind", + "tm:charm", + "tm:chillingwater", + "tm:confide", + "tm:dazzlinggleam", + "tm:dig", + "tm:doubleedge", + "tm:doubleteam", + "tm:echoedvoice", + "tm:encore", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:fling", + "tm:focusblast", + "tm:frustration", + "tm:gigaimpact", + "tm:grassknot", + "tm:gunkshot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:hypervoice", + "tm:icespinner", + "tm:irontail", + "tm:knockoff", + "tm:lightscreen", + "tm:mudslap", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:retaliate", + "tm:return", + "tm:rockblast", + "tm:round", + "tm:safeguard", + "tm:secretpower", + "tm:seedbomb", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:sunnyday", + "tm:superfang", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:tailslap", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderwave", + "tm:toxic", + "tm:trailblaze", + "tm:tripleaxel", + "tm:uproar", + "tm:uturn", + "tm:workup", + "tutor:afteryou", + "tutor:aquatail", + "tutor:covet", + "tutor:gunkshot", + "tutor:helpinghand", + "tutor:hypervoice", + "tutor:irontail", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:lastresort", + "tutor:seedbomb", + "tutor:shockwave", + "tutor:sleeptalk", + "tutor:snore", + "tutor:tripleaxel", + "tutor:uproar" + ], + "labels": [ + "gen5" + ], + "pokedex": [ + "cobblemon.species.cinccino.desc" + ], + "preEvolution": "minccino", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "height": 5, + "weight": 75, + "aspects": [], + "cannotDynamax": false + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/drilbur.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/drilbur.json new file mode 100644 index 0000000..a22b688 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/drilbur.json @@ -0,0 +1,157 @@ +{ + "implemented": true, + "name": "Drilbur", + "nationalPokedexNumber": 529, + "primaryType": "ground", + "abilities": [ + "sandrush", + "sandforce", + "h:moldbreaker" + ], + "baseStats": { + "hp": 60, + "attack": 85, + "defence": 40, + "special_attack": 30, + "special_defence": 45, + "speed": 68 + }, + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": true, + "depth": "normal", + "light": "0-4" + } + }, + "catchRate": 120, + "maleRatio": 0.5, + "shoulderMountable": true, + "baseExperienceYield": 66, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": [ + "field" + ], + "moves": [ + "1:mudsport", + "1:scratch", + "5:rapidspin", + "8:mudslap", + "12:furyswipes", + "15:metalclaw", + "19:dig", + "22:honeclaws", + "24:crushclaw", + "26:slash", + "29:rockslide", + "33:earthquake", + "36:swordsdance", + "40:sandstorm", + "43:drillrun", + "47:fissure", + "egg:crushclaw", + "egg:earthpower", + "egg:irondefense", + "egg:metalsound", + "egg:rapidspin", + "egg:rockclimb", + "egg:skullbash", + "egg:slash", + "egg:submission", + "tm:aerialace", + "tm:attract", + "tm:brickbreak", + "tm:bulldoze", + "tm:confide", + "tm:cut", + "tm:dig", + "tm:doubleteam", + "tm:drillrun", + "tm:earthpower", + "tm:earthquake", + "tm:endure", + "tm:facade", + "tm:fling", + "tm:frustration", + "tm:hiddenpower", + "tm:highhorsepower", + "tm:honeclaws", + "tm:irondefense", + "tm:mudshot", + "tm:poisonjab", + "tm:protect", + "tm:rest", + "tm:return", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:sandstorm", + "tm:sandtomb", + "tm:secretpower", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:snore", + "tm:stealthrock", + "tm:strength", + "tm:substitute", + "tm:swagger", + "tm:swordsdance", + "tm:toxic", + "tm:xscissor", + "tutor:drillrun", + "tutor:earthpower", + "tutor:irondefense", + "tutor:metalsound", + "tutor:rapidspin", + "tutor:rockclimb", + "tutor:scorchingsands", + "tutor:sleeptalk", + "tutor:snore", + "tutor:stealthrock" + ], + "labels": [ + "gen5" + ], + "pokedex": [ + "cobblemon.species.drilbur.desc" + ], + "evolutions": [ + { + "id": "drilbur_excadrill", + "variant": "level_up", + "result": "excadrill", + "consumeHeldItem": false, + "learnableMoves": [ + "horndrill" + ], + "requirements": [ + { + "variant": "level", + "minLevel": 31 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 0.9, + "height": 0.8, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 1, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 3, + "weight": 85, + "aspects": [], + "cannotDynamax": false +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/druddigon.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/druddigon.json new file mode 100644 index 0000000..ca18911 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/druddigon.json @@ -0,0 +1,196 @@ +{ + "implemented": true, + "name": "Druddigon", + "nationalPokedexNumber": 621, + "primaryType": "dragon", + "abilities": [ + "roughskin", + "sheerforce", + "h:moldbreaker" + ], + "drops": { + "amount": 2, + "entries": [ + { + "item": "cobblemon:dragon_fang", + "percentage": 5.0 + }, + { + "item": "cobblemon:haban_berry", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 77, + "attack": 120, + "defence": 90, + "special_attack": 60, + "special_defence": 90, + "speed": 48 + }, + "catchRate": 45, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 170, + "experienceGroup": "medium_fast", + "eggCycles": 30, + "eggGroups": [ + "monster", + "dragon" + ], + "moves": [ + "1:leer", + "1:scratch", + "5:bite", + "10:dragontail", + "15:metalclaw", + "18:dragonrage", + "20:scaryface", + "25:slash", + "30:dragonclaw", + "31:chipaway", + "35:honeclaws", + "35:revenge", + "40:crunch", + "40:nightslash", + "45:ironhead", + "49:rockclimb", + "50:outrage", + "55:superpower", + "egg:crushclaw", + "egg:feintattack", + "egg:firefang", + "egg:glare", + "egg:irontail", + "egg:metalclaw", + "egg:nightslash", + "egg:poisontail", + "egg:pursuit", + "egg:snatch", + "egg:suckerpunch", + "egg:thunderfang", + "tm:aerialace", + "tm:attract", + "tm:bodyslam", + "tm:bulldoze", + "tm:chargebeam", + "tm:confide", + "tm:crunch", + "tm:cut", + "tm:darkpulse", + "tm:dig", + "tm:doubleteam", + "tm:dragonclaw", + "tm:dragonpulse", + "tm:dragontail", + "tm:earthquake", + "tm:endure", + "tm:facade", + "tm:firefang", + "tm:firepunch", + "tm:flamethrower", + "tm:flashcannon", + "tm:fling", + "tm:focusblast", + "tm:frustration", + "tm:gigaimpact", + "tm:gunkshot", + "tm:heatwave", + "tm:hiddenpower", + "tm:honeclaws", + "tm:hyperbeam", + "tm:incinerate", + "tm:ironhead", + "tm:irontail", + "tm:megapunch", + "tm:outrage", + "tm:payback", + "tm:poweruppunch", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:retaliate", + "tm:return", + "tm:revenge", + "tm:roar", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:scaryface", + "tm:secretpower", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:smackdown", + "tm:snarl", + "tm:snore", + "tm:stealthrock", + "tm:stompingtantrum", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:superpower", + "tm:surf", + "tm:swagger", + "tm:taunt", + "tm:thunderfang", + "tm:thunderpunch", + "tm:torment", + "tm:toxic", + "tutor:aquatail", + "tutor:bite", + "tutor:darkpulse", + "tutor:dracometeor", + "tutor:dragonpulse", + "tutor:dualwingbeat", + "tutor:firefang", + "tutor:firepunch", + "tutor:gunkshot", + "tutor:heatwave", + "tutor:ironhead", + "tutor:irontail", + "tutor:lashout", + "tutor:leer", + "tutor:outrage", + "tutor:scaleshot", + "tutor:scratch", + "tutor:shockwave", + "tutor:sleeptalk", + "tutor:snatch", + "tutor:snore", + "tutor:stealthrock", + "tutor:stompingtantrum", + "tutor:suckerpunch", + "tutor:superpower", + "tutor:thunderpunch" + ], + "labels": [ + "gen5" + ], + "pokedex": [ + "cobblemon.species.druddigon.desc" + ], + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 2, + "height": 1.5, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 2, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 16, + "weight": 1390, + "aspects": [], + "cannotDynamax": false + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/ducklett.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/ducklett.json new file mode 100644 index 0000000..bb4ed70 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/ducklett.json @@ -0,0 +1,160 @@ +{ + "implemented": true, + "name": "Ducklett", + "nationalPokedexNumber": 580, + "primaryType": "water", + "secondaryType": "flying", + "abilities": ["keeneye", "bigpecks", "h:hydration"], + "drops": { + "amount": 3, + "entries": [ + { + "item": "minecraft:feather", + "quantityRange": "0-1" + }, + { + "item": "minecraft:chicken" + }, + { + "item": "cobblemon:wacan_berry", + "percentage": 2.5 + } + ] + }, + "baseStats": { + "hp": 62, + "attack": 44, + "defence": 50, + "special_attack": 44, + "special_defence": 50, + "speed": 55 + }, + "catchRate": 190, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 61, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": ["water_1", "flying"], + "moves": [ + "1:watergun", + "3:watersport", + "6:defog", + "9:wingattack", + "13:waterpulse", + "15:aerialace", + "19:bubblebeam", + "21:featherdance", + "24:aquaring", + "27:airslash", + "30:roost", + "34:raindance", + "37:tailwind", + "41:bravebird", + "46:hurricane", + "egg:aircutter", + "egg:aquajet", + "egg:brine", + "egg:dive", + "egg:endeavor", + "egg:gust", + "egg:luckychant", + "egg:mefirst", + "egg:mirrormove", + "egg:mudsport", + "egg:steelwing", + "tm:aerialace", + "tm:attract", + "tm:aircutter", + "tm:airslash", + "tm:bravebird", + "tm:chillingwater", + "tm:confide", + "tm:disarmingvoice", + "tm:dive", + "tm:doubleedge", + "tm:doubleteam", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:featherdance", + "tm:fly", + "tm:frustration", + "tm:hail", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hurricane", + "tm:icebeam", + "tm:icywind", + "tm:liquidation", + "tm:pluck", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:roost", + "tm:round", + "tm:scald", + "tm:secretpower", + "tm:sleeptalk", + "tm:steelwing", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:tailwind", + "tm:terablast", + "tm:toxic", + "tm:trailblaze", + "tm:waterpulse", + "tm:whirlpool", + "tutor:brine", + "tutor:defog", + "tutor:endeavor", + "tutor:icywind", + "tutor:liquidation", + "tutor:mefirst", + "tutor:roost", + "tutor:sleeptalk", + "tutor:snore", + "tutor:tailwind", + "tutor:uproar", + "tutor:waterpulse" + ], + "labels": ["gen5"], + "pokedex": ["cobblemon.species.ducklett.desc"], + "evolutions": [ + { + "id": "ducklett_swanna", + "variant": "level_up", + "result": "swanna", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 35 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 1, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 5, + "weight": 55, + "aspects": [], + "cannotDynamax": false +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/duosion.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/duosion.json new file mode 100644 index 0000000..5c41aeb --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/duosion.json @@ -0,0 +1,182 @@ +{ + "implemented": true, + "name": "Duosion", + "nationalPokedexNumber": 578, + "primaryType": "psychic", + "abilities": ["overcoat", "magicguard", "h:regenerator"], + "drops": { + "amount": 3, + "entries": [ + { + "item": "minecraft:slime_ball", + "quantityRange": "0-2" + }, + { + "item": "cobblemon:persim_berry", + "percentage": 5 + } + ] + }, + "baseStats": { + "hp": 65, + "attack": 40, + "defence": 50, + "special_attack": 125, + "special_defence": 60, + "speed": 30 + }, + "catchRate": 100, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 130, + "experienceGroup": "medium_slow", + "eggCycles": 20, + "eggGroups": ["amorphous"], + "moves": [ + "1:confusion", + "1:endeavor", + "1:protect", + "1:psywave", + "1:recover", + "1:rollout", + "1:snatch", + "12:psybeam", + "14:hiddenpower", + "16:charm", + "20:psyshock", + "24:lightscreen", + "24:reflect", + "28:allyswitch", + "35:painsplit", + "40:psychic", + "46:skillswap", + "50:healblock", + "52:futuresight", + "58:wonderroom", + "tm:allyswitch", + "tm:attract", + "tm:calmmind", + "tm:charm", + "tm:confide", + "tm:confuseray", + "tm:doubleteam", + "tm:dreameater", + "tm:embargo", + "tm:encore", + "tm:endeavor", + "tm:endure", + "tm:energyball", + "tm:expandingforce", + "tm:explosion", + "tm:facade", + "tm:flash", + "tm:flashcannon", + "tm:frustration", + "tm:futuresight", + "tm:gravity", + "tm:guardswap", + "tm:gyroball", + "tm:helpinghand", + "tm:hiddenpower", + "tm:imprison", + "tm:infestation", + "tm:irondefense", + "tm:lightscreen", + "tm:nightshade", + "tm:painsplit", + "tm:powerswap", + "tm:protect", + "tm:psybeam", + "tm:psychic", + "tm:psychicterrain", + "tm:psychup", + "tm:psyshock", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:rockslide", + "tm:rocktomb", + "tm:round", + "tm:safeguard", + "tm:secretpower", + "tm:shadowball", + "tm:skillswap", + "tm:sleeptalk", + "tm:snore", + "tm:storedpower", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swift", + "tm:telekinesis", + "tm:terablast", + "tm:thunder", + "tm:thunderwave", + "tm:toxic", + "tm:trick", + "tm:trickroom", + "tm:wonderroom", + "tm:zenheadbutt", + "tutor:afteryou", + "tutor:allyswitch", + "tutor:endeavor", + "tutor:expandingforce", + "tutor:gravity", + "tutor:helpinghand", + "tutor:imprison", + "tutor:irondefense", + "tutor:magiccoat", + "tutor:painsplit", + "tutor:recover", + "tutor:roleplay", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:skillswap", + "tutor:sleeptalk", + "tutor:snatch", + "tutor:snore", + "tutor:steelroller", + "tutor:telekinesis", + "tutor:trick", + "tutor:wonderroom", + "tutor:zenheadbutt" + ], + "labels": ["gen5"], + "pokedex": ["cobblemon.species.duosion.desc"], + "preEvolution": "solosis", + "evolutions": [ + { + "id": "duosion_reuniclus", + "variant": "level_up", + "result": "reuniclus", + "consumeHeldItem": false, + "learnableMoves": ["hammerarm"], + "requirements": [ + { + "variant": "level", + "minLevel": 41 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 2, + "special_defence": 0, + "speed": 0 + }, + "height": 6, + "weight": 80, + "aspects": [], + "cannotDynamax": false +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/eelektrik.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/eelektrik.json new file mode 100644 index 0000000..c20e2df --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/eelektrik.json @@ -0,0 +1,140 @@ +{ + "implemented": true, + "name": "Eelektrik", + "nationalPokedexNumber": 603, + "primaryType": "electric", + "abilities": ["levitate"], + "drops": { + "amount": 2, + "entries": [ + { + "item": "minecraft:slime_ball", + "quantityRange": "0-2" + } + ] + }, + "baseStats": { + "hp": 65, + "attack": 85, + "defence": 70, + "special_attack": 75, + "special_defence": 70, + "speed": 40 + }, + "catchRate": 60, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 142, + "experienceGroup": "slow", + "eggCycles": 20, + "eggGroups": ["amorphous"], + "moves": [ + "1:chargebeam", + "1:crunch", + "1:headbutt", + "1:spark", + "1:thunderwave", + "9:bind", + "19:acid", + "29:discharge", + "44:thunderbolt", + "49:acidspray", + "54:coil", + "59:wildcharge", + "64:gastroacid", + "69:zapcannon", + "74:thrash", + "tm:acidspray", + "tm:acrobatics", + "tm:attract", + "tm:bodyslam", + "tm:charge", + "tm:chargebeam", + "tm:confide", + "tm:crunch", + "tm:doubleteam", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:endure", + "tm:facade", + "tm:flash", + "tm:flashcannon", + "tm:frustration", + "tm:gigadrain", + "tm:hiddenpower", + "tm:knockoff", + "tm:lightscreen", + "tm:lunge", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:round", + "tm:scaryface", + "tm:secretpower", + "tm:sleeptalk", + "tm:substitute", + "tm:superfang", + "tm:swagger", + "tm:takedown", + "tm:terablast", + "tm:throatchop", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderfang", + "tm:thunderwave", + "tm:toxic", + "tm:uturn", + "tm:voltswitch", + "tm:wildcharge", + "tutor:aquatail", + "tutor:bind", + "tutor:bounce", + "tutor:gastroacid", + "tutor:gigadrain", + "tutor:irontail", + "tutor:knockoff", + "tutor:magnetrise", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:sleeptalk", + "tutor:snore", + "tutor:superfang", + "tutor:throatchop" + ], + "labels": ["gen5"], + "pokedex": ["cobblemon.species.eelektrik.desc"], + "preEvolution": "tynamo", + "evolutions": [ + { + "id": "eelektrik_eelektross", + "variant": "item_interact", + "result": "eelektross", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [], + "requiredContext": "cobblemon:thunder_stone" + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 0, + "attack": 2, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 12, + "weight": 220, + "aspects": [], + "cannotDynamax": false +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/eelektross.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/eelektross.json new file mode 100644 index 0000000..47fbead --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/eelektross.json @@ -0,0 +1,167 @@ +{ + "implemented": true, + "name": "Eelektross", + "nationalPokedexNumber": 604, + "primaryType": "electric", + "abilities": ["levitate"], + "drops": { + "amount": 3, + "entries": [ + { + "item": "minecraft:slime_ball", + "quantityRange": "0-3" + } + ] + }, + "baseStats": { + "hp": 85, + "attack": 115, + "defence": 80, + "special_attack": 105, + "special_defence": 80, + "speed": 50 + }, + "catchRate": 30, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 232, + "experienceGroup": "slow", + "eggCycles": 20, + "eggGroups": ["amorphous"], + "moves": [ + "1:acid", + "1:coil", + "1:crunch", + "1:crushclaw", + "1:discharge", + "1:gastroacid", + "1:headbutt", + "1:iondeluge", + "1:thrash", + "1:zapcannon", + "5:wildcharge", + "tm:acidspray", + "tm:acrobatics", + "tm:attract", + "tm:bodypress", + "tm:bodyslam", + "tm:brickbreak", + "tm:bulkup", + "tm:bulldoze", + "tm:charge", + "tm:chargebeam", + "tm:closecombat", + "tm:confide", + "tm:confuseray", + "tm:crunch", + "tm:cut", + "tm:doubleteam", + "tm:dragonclaw", + "tm:dragonpulse", + "tm:dragontail", + "tm:drainpunch", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:endure", + "tm:facade", + "tm:firepunch", + "tm:flamethrower", + "tm:flash", + "tm:flashcannon", + "tm:focuspunch", + "tm:frustration", + "tm:gigadrain", + "tm:gigaimpact", + "tm:grassknot", + "tm:heavyslam", + "tm:hex", + "tm:hiddenpower", + "tm:honeclaws", + "tm:hyperbeam", + "tm:knockoff", + "tm:lightscreen", + "tm:liquidation", + "tm:lunge", + "tm:outrage", + "tm:poweruppunch", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:roar", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:scaryface", + "tm:secretpower", + "tm:sleeptalk", + "tm:stompingtantrum", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:supercellslam", + "tm:superfang", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:throatchop", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderfang", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:uturn", + "tm:voltswitch", + "tm:wildcharge", + "tm:zenheadbutt", + "tutor:aquatail", + "tutor:bind", + "tutor:bounce", + "tutor:dragonpulse", + "tutor:drainpunch", + "tutor:firepunch", + "tutor:focuspunch", + "tutor:gastroacid", + "tutor:gigadrain", + "tutor:irontail", + "tutor:knockoff", + "tutor:magnetrise", + "tutor:outrage", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:sleeptalk", + "tutor:snore", + "tutor:superfang", + "tutor:superpower", + "tutor:throatchop", + "tutor:thunderpunch" + ], + "labels": ["gen5"], + "pokedex": ["cobblemon.species.eelektross.desc"], + "preEvolution": "eelektrik", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 21, + "weight": 805, + "aspects": [], + "cannotDynamax": false +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/excadrill.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/excadrill.json new file mode 100644 index 0000000..6e95744 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/excadrill.json @@ -0,0 +1,145 @@ +{ + "implemented": true, + "name": "Excadrill", + "nationalPokedexNumber": 530, + "primaryType": "ground", + "secondaryType": "steel", + "abilities": [ + "sandrush", + "sandforce", + "h:moldbreaker" + ], + "baseStats": { + "hp": 110, + "attack": 135, + "defence": 60, + "special_attack": 50, + "special_defence": 65, + "speed": 88 + }, + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": true, + "depth": "normal", + "light": "0-4" + } + }, + "catchRate": 60, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 178, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": [ + "field" + ], + "moves": [ + "1:mudslap", + "1:mudsport", + "1:rapidspin", + "1:rototiller", + "1:scratch", + "12:furyswipes", + "15:metalclaw", + "19:dig", + "22:honeclaws", + "24:crushclaw", + "26:slash", + "29:rockslide", + "31:horndrill", + "36:earthquake", + "42:swordsdance", + "49:sandstorm", + "55:drillrun", + "62:fissure", + "tm:aerialace", + "tm:attract", + "tm:brickbreak", + "tm:brutalswing", + "tm:bulldoze", + "tm:confide", + "tm:cut", + "tm:dig", + "tm:doubleteam", + "tm:drillrun", + "tm:earthpower", + "tm:earthquake", + "tm:endure", + "tm:facade", + "tm:fling", + "tm:focusblast", + "tm:frustration", + "tm:gigaimpact", + "tm:hiddenpower", + "tm:highhorsepower", + "tm:honeclaws", + "tm:hyperbeam", + "tm:irondefense", + "tm:ironhead", + "tm:mudshot", + "tm:poisonjab", + "tm:protect", + "tm:rest", + "tm:return", + "tm:rockblast", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:sandstorm", + "tm:sandtomb", + "tm:secretpower", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:smartstrike", + "tm:snore", + "tm:stealthrock", + "tm:stompingtantrum", + "tm:strength", + "tm:substitute", + "tm:swagger", + "tm:swordsdance", + "tm:toxic", + "tm:xscissor", + "tutor:drillrun", + "tutor:earthpower", + "tutor:irondefense", + "tutor:ironhead", + "tutor:magnetrise", + "tutor:scorchingsands", + "tutor:sleeptalk", + "tutor:snore", + "tutor:stealthrock", + "tutor:steelbeam", + "tutor:stompingtantrum" + ], + "labels": [ + "gen5" + ], + "pokedex": [ + "cobblemon.species.excadrill.desc" + ], + "preEvolution": "drilbur", + "evolutions": [], + "baseScale": 1.2, + "hitbox": { + "width": 1.15, + "height": 1.65, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 2, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 7, + "weight": 404, + "aspects": [], + "cannotDynamax": false +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/foongus.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/foongus.json new file mode 100644 index 0000000..875b404 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/foongus.json @@ -0,0 +1,155 @@ +{ + "implemented": true, + "name": "Foongus", + "nationalPokedexNumber": 590, + "primaryType": "grass", + "secondaryType": "poison", + "abilities": [ + "effectspore", + "h:regenerator" + ], + "drops": { + "amount": 2, + "entries": [ + { + "item": "minecraft:red_mushroom", + "quantityRange": "0-1" + }, + { + "item": "cobblemon:cheri_berry", + "percentage": 2.5 + } + ] + }, + "baseStats": { + "hp": 69, + "attack": 55, + "defence": 45, + "special_attack": 55, + "special_defence": 55, + "speed": 15 + }, + "catchRate": 190, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 59, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": [ + "grass" + ], + "moves": [ + "1:absorb", + "1:astonish", + "4:growth", + "8:stunspore", + "12:bide", + "12:megadrain", + "16:synthesis", + "20:clearsmog", + "20:feintattack", + "24:sweetscent", + "28:gigadrain", + "32:ingrain", + "36:toxic", + "40:ragepowder", + "44:solarbeam", + "48:spore", + "egg:bodyslam", + "egg:defensecurl", + "egg:endure", + "egg:gastroacid", + "egg:growth", + "egg:poisonpowder", + "egg:rollout", + "egg:stunspore", + "egg:worryseed", + "tm:attract", + "tm:bodyslam", + "tm:bulletseed", + "tm:confide", + "tm:doubleteam", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:flash", + "tm:foulplay", + "tm:frustration", + "tm:gigadrain", + "tm:grassknot", + "tm:grassyterrain", + "tm:hiddenpower", + "tm:leafstorm", + "tm:magicalleaf", + "tm:naturepower", + "tm:payback", + "tm:pollenpuff", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:round", + "tm:secretpower", + "tm:seedbomb", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:snore", + "tm:solarbeam", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:terablast", + "tm:toxic", + "tm:venoshock", + "tutor:afteryou", + "tutor:foulplay", + "tutor:gastroacid", + "tutor:gigadrain", + "tutor:seedbomb", + "tutor:sleeptalk", + "tutor:snore", + "tutor:synthesis", + "tutor:worryseed" + ], + "labels": [ + "gen5" + ], + "pokedex": [ + "cobblemon.species.foongus.desc" + ], + "evolutions": [ + { + "id": "foongus_amoonguss", + "variant": "level_up", + "result": "amoonguss", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 39 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 1, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 2, + "weight": 10, + "aspects": [], + "cannotDynamax": false + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/fraxure.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/fraxure.json new file mode 100644 index 0000000..1eaa359 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/fraxure.json @@ -0,0 +1,175 @@ +{ + "implemented": true, + "name": "Fraxure", + "nationalPokedexNumber": 611, + "primaryType": "dragon", + "abilities": ["rivalry", "moldbreaker", "h:unnerve"], + "drops": { + "amount": 2, + "entries": [ + { + "item": "cobblemon:dragon_fang", + "percentage": 5 + }, + { + "item": "cobblemon:haban_berry", + "percentage": 5 + } + ] + }, + "baseStats": { + "hp": 66, + "attack": 117, + "defence": 70, + "special_attack": 40, + "special_defence": 50, + "speed": 67 + }, + "catchRate": 60, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 144, + "experienceGroup": "slow", + "eggCycles": 40, + "eggGroups": ["monster", "dragon"], + "moves": [ + "1:bite", + "1:dragonrage", + "1:falseswipe", + "1:leer", + "1:scratch", + "9:assurance", + "12:taunt", + "15:slash", + "18:dragonclaw", + "21:scaryface", + "24:crunch", + "27:dragondance", + "30:breakingswipe", + "30:dualchop", + "33:focusenergy", + "33:laserfocus", + "36:dragonpulse", + "41:swordsdance", + "46:outrage", + "51:guillotine", + "56:gigaimpact", + "tm:aerialace", + "tm:assurance", + "tm:attract", + "tm:breakingswipe", + "tm:brickbreak", + "tm:bulldoze", + "tm:confide", + "tm:crunch", + "tm:cut", + "tm:dig", + "tm:doubleedge", + "tm:doubleteam", + "tm:dracometeor", + "tm:dragoncheer", + "tm:dragonclaw", + "tm:dragondance", + "tm:dragonpulse", + "tm:dragontail", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:falseswipe", + "tm:fling", + "tm:focusenergy", + "tm:frustration", + "tm:gigaimpact", + "tm:hiddenpower", + "tm:honeclaws", + "tm:incinerate", + "tm:ironhead", + "tm:irontail", + "tm:lowkick", + "tm:outrage", + "tm:payback", + "tm:poisonjab", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:reversal", + "tm:roar", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:scaleshot", + "tm:scaryface", + "tm:secretpower", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:snarl", + "tm:snore", + "tm:stompingtantrum", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:superpower", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:swordsdance", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:toxic", + "tm:trailblaze", + "tm:xscissor", + "tutor:aquatail", + "tutor:dracometeor", + "tutor:dragonpulse", + "tutor:dualchop", + "tutor:endeavor", + "tutor:irontail", + "tutor:lowkick", + "tutor:outrage", + "tutor:scaleshot", + "tutor:shockwave", + "tutor:sleeptalk", + "tutor:snore", + "tutor:stompingtantrum", + "tutor:superpower" + ], + "labels": ["gen5"], + "pokedex": ["cobblemon.species.fraxure.desc"], + "preEvolution": "axew", + "evolutions": [ + { + "id": "fraxure_haxorus", + "variant": "level_up", + "result": "haxorus", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 48 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 35, + "evYield": { + "hp": 0, + "attack": 2, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 10, + "weight": 360, + "aspects": [], + "cannotDynamax": false +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/genesect.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/genesect.json new file mode 100644 index 0000000..b58081d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/genesect.json @@ -0,0 +1,359 @@ +{ + "implemented": true, + "name": "Genesect", + "nationalPokedexNumber": 649, + "primaryType": "bug", + "secondaryType": "steel", + "abilities": [ + "download" + ], + "drops": { + "amount": 2, + "entries": [ + { + "item": "cobblemon:dubious_disc" + }, + { + "item": "cobblemon:dome_fossil" + } + ] + }, + "baseStats": { + "hp": 71, + "attack": 120, + "defence": 95, + "special_attack": 120, + "special_defence": 95, + "speed": 99 + }, + "catchRate": 3, + "maleRatio": -1, + "shoulderMountable": false, + "forms": [ + { + "name": "Douse", + "primaryType": "bug", + "secondaryType": "steel", + "abilities": [ + "download" + ], + "baseStats": { + "hp": 71, + "attack": 120, + "defence": 95, + "special_attack": 120, + "special_defence": 95, + "speed": 99 + }, + "catchRate": 3, + "maleRatio": -1, + "baseExperienceYield": 300, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 1, + "defence": 0, + "special_attack": 1, + "special_defence": 0, + "speed": 1 + }, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "labels": [ + "gen5", + "mythical", + "legendary" + ], + "aspects": [ + "douse" + ], + "height": 15, + "weight": 825, + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Shock", + "primaryType": "bug", + "secondaryType": "steel", + "abilities": [ + "download" + ], + "baseStats": { + "hp": 71, + "attack": 120, + "defence": 95, + "special_attack": 120, + "special_defence": 95, + "speed": 99 + }, + "catchRate": 3, + "maleRatio": -1, + "baseExperienceYield": 300, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 1, + "defence": 0, + "special_attack": 1, + "special_defence": 0, + "speed": 1 + }, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "labels": [ + "gen5", + "mythical", + "legendary" + ], + "aspects": [ + "shock" + ], + "height": 15, + "weight": 825, + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Burn", + "primaryType": "bug", + "secondaryType": "steel", + "abilities": [ + "download" + ], + "baseStats": { + "hp": 71, + "attack": 120, + "defence": 95, + "special_attack": 120, + "special_defence": 95, + "speed": 99 + }, + "catchRate": 3, + "maleRatio": -1, + "baseExperienceYield": 300, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 1, + "defence": 0, + "special_attack": 1, + "special_defence": 0, + "speed": 1 + }, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "labels": [ + "gen5", + "mythical", + "legendary" + ], + "aspects": [ + "burn" + ], + "height": 15, + "weight": 825, + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Chill", + "primaryType": "bug", + "secondaryType": "steel", + "abilities": [ + "download" + ], + "baseStats": { + "hp": 71, + "attack": 120, + "defence": 95, + "special_attack": 120, + "special_defence": 95, + "speed": 99 + }, + "catchRate": 3, + "maleRatio": -1, + "baseExperienceYield": 300, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 1, + "defence": 0, + "special_attack": 1, + "special_defence": 0, + "speed": 1 + }, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "labels": [ + "gen5", + "mythical", + "legendary" + ], + "aspects": [ + "chill" + ], + "height": 15, + "weight": 825, + "cannotDynamax": false, + "battleOnly": false + } + ], + "baseExperienceYield": 300, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:furycutter", + "1:quickattack", + "7:screech", + "14:metalclaw", + "21:fellstinger", + "22:magnetbomb", + "28:flamecharge", + "29:slash", + "35:metalsound", + "40:signalbeam", + "42:xscissor", + "44:triattack", + "49:magnetrise", + "56:bugbuzz", + "63:simplebeam", + "70:zapcannon", + "73:hyperbeam", + "77:lockon", + "84:technoblast", + "91:selfdestruct", + "tm:aerialace", + "tm:allyswitch", + "tm:assurance", + "tm:blazekick", + "tm:blizzard", + "tm:bugbuzz", + "tm:chargebeam", + "tm:confide", + "tm:darkpulse", + "tm:doubleteam", + "tm:electroweb", + "tm:endure", + "tm:energyball", + "tm:explosion", + "tm:facade", + "tm:flamecharge", + "tm:flamethrower", + "tm:flash", + "tm:flashcannon", + "tm:fly", + "tm:frustration", + "tm:gigadrain", + "tm:gigaimpact", + "tm:gunkshot", + "tm:hiddenpower", + "tm:honeclaws", + "tm:hyperbeam", + "tm:icebeam", + "tm:infestation", + "tm:irondefense", + "tm:ironhead", + "tm:leechlife", + "tm:lightscreen", + "tm:protect", + "tm:psychic", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:rockpolish", + "tm:round", + "tm:screech", + "tm:secretpower", + "tm:selfdestruct", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:snore", + "tm:solarbeam", + "tm:strugglebug", + "tm:substitute", + "tm:swagger", + "tm:swift", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderwave", + "tm:toxic", + "tm:triattack", + "tm:uturn", + "tm:xscissor", + "tm:zenheadbutt", + "tutor:allyswitch", + "tutor:blazekick", + "tutor:bugbite", + "tutor:darkpulse", + "tutor:electroweb", + "tutor:extremespeed", + "tutor:fellstinger", + "tutor:gigadrain", + "tutor:gravity", + "tutor:gunkshot", + "tutor:irondefense", + "tutor:ironhead", + "tutor:lastresort", + "tutor:magiccoat", + "tutor:magnetbomb", + "tutor:magnetrise", + "tutor:metalclaw", + "tutor:recycle", + "tutor:shiftgear", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:sleeptalk", + "tutor:snore", + "tutor:solarbeam", + "tutor:steelbeam", + "tutor:technoblast", + "tutor:telekinesis", + "tutor:xscissor", + "tutor:zenheadbutt" + ], + "labels": [ + "gen5", + "mythical", + "legendary" + ], + "pokedex": [ + "cobblemon.species.genesect.desc" + ], + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 1, + "defence": 0, + "special_attack": 1, + "special_defence": 0, + "speed": 1 + }, + "height": 15, + "weight": 825, + "aspects": [], + "cannotDynamax": false + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/gothita.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/gothita.json new file mode 100644 index 0000000..1167ec5 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/gothita.json @@ -0,0 +1,192 @@ +{ + "implemented": true, + "name": "Gothita", + "nationalPokedexNumber": 574, + "primaryType": "psychic", + "abilities": ["frisk", "competitive", "h:shadowtag"], + "drops": { + "amount": 3, + "entries": [ + { + "item": "minecraft:ender_pearl", + "quantityRange": "0-1" + }, + { + "item": "cobblemon:twisted_spoon", + "percentage": 2.5 + }, + { + "item": "cobblemon:persim_berry", + "percentage": 2.5 + } + ] + }, + "baseStats": { + "hp": 45, + "attack": 30, + "defence": 50, + "special_attack": 55, + "special_defence": 65, + "speed": 45 + }, + "catchRate": 200, + "maleRatio": 0.25, + "shoulderMountable": false, + "baseExperienceYield": 58, + "experienceGroup": "medium_slow", + "eggCycles": 20, + "eggGroups": ["human_like"], + "moves": [ + "1:confusion", + "1:pound", + "4:playnice", + "8:tickle", + "12:psybeam", + "14:doubleslap", + "16:charm", + "19:embargo", + "20:psyshock", + "24:feintattack", + "24:hypnosis", + "28:faketears", + "33:healblock", + "33:psychup", + "36:psychic", + "40:flatter", + "40:telekinesis", + "44:futuresight", + "48:magicroom", + "egg:captivate", + "egg:darkpulse", + "egg:fakeout", + "egg:healpulse", + "egg:meanlook", + "egg:miracleeye", + "egg:mirrorcoat", + "egg:torment", + "egg:uproar", + "tm:allyswitch", + "tm:attract", + "tm:calmmind", + "tm:chargebeam", + "tm:charm", + "tm:confide", + "tm:darkpulse", + "tm:doubleteam", + "tm:dreameater", + "tm:embargo", + "tm:endure", + "tm:energyball", + "tm:expandingforce", + "tm:facade", + "tm:faketears", + "tm:flash", + "tm:fling", + "tm:foulplay", + "tm:frustration", + "tm:futuresight", + "tm:grassknot", + "tm:gravity", + "tm:guardswap", + "tm:helpinghand", + "tm:hiddenpower", + "tm:imprison", + "tm:lightscreen", + "tm:magicroom", + "tm:nastyplot", + "tm:payback", + "tm:protect", + "tm:psybeam", + "tm:psychic", + "tm:psychicnoise", + "tm:psychicterrain", + "tm:psychup", + "tm:psyshock", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:rockslide", + "tm:rocktomb", + "tm:round", + "tm:safeguard", + "tm:secretpower", + "tm:shadowball", + "tm:skillswap", + "tm:sleeptalk", + "tm:snore", + "tm:storedpower", + "tm:substitute", + "tm:swagger", + "tm:swift", + "tm:taunt", + "tm:telekinesis", + "tm:terablast", + "tm:thief", + "tm:thunderbolt", + "tm:thunderwave", + "tm:torment", + "tm:toxic", + "tm:trick", + "tm:trickroom", + "tm:uproar", + "tm:zenheadbutt", + "tutor:allyswitch", + "tutor:covet", + "tutor:expandingforce", + "tutor:foulplay", + "tutor:gravity", + "tutor:healbell", + "tutor:helpinghand", + "tutor:magiccoat", + "tutor:magicroom", + "tutor:recycle", + "tutor:roleplay", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:skillswap", + "tutor:sleeptalk", + "tutor:snatch", + "tutor:snore", + "tutor:telekinesis", + "tutor:trick", + "tutor:uproar", + "tutor:zenheadbutt" + ], + "labels": ["gen5"], + "pokedex": ["cobblemon.species.gothita.desc"], + "evolutions": [ + { + "id": "gothita_gothorita", + "variant": "level_up", + "result": "gothorita", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 32 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 1, + "speed": 0 + }, + "height": 4, + "weight": 58, + "aspects": [], + "cannotDynamax": false +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/gothitelle.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/gothitelle.json new file mode 100644 index 0000000..bb4d417 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/gothitelle.json @@ -0,0 +1,180 @@ +{ + "implemented": true, + "name": "Gothitelle", + "nationalPokedexNumber": 576, + "primaryType": "psychic", + "abilities": ["frisk", "competitive", "h:shadowtag"], + "drops": { + "amount": 5, + "entries": [ + { + "item": "minecraft:ender_pearl", + "quantityRange": "0-3" + }, + { + "item": "cobblemon:twisted_spoon", + "percentage": 10 + }, + { + "item": "cobblemon:persim_berry", + "percentage": 10 + } + ] + }, + "baseStats": { + "hp": 70, + "attack": 55, + "defence": 95, + "special_attack": 95, + "special_defence": 110, + "speed": 65 + }, + "catchRate": 50, + "maleRatio": 0.25, + "shoulderMountable": false, + "baseExperienceYield": 245, + "experienceGroup": "medium_slow", + "eggCycles": 20, + "eggGroups": ["human_like"], + "moves": [ + "1:confusion", + "1:playnice", + "1:pound", + "1:tickle", + "12:psybeam", + "14:doubleslap", + "16:charm", + "19:embargo", + "20:psyshock", + "24:feintattack", + "24:hypnosis", + "28:faketears", + "34:healblock", + "35:psychup", + "40:psychic", + "45:telekinesis", + "48:flatter", + "56:futuresight", + "64:magicroom", + "tm:allyswitch", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:calmmind", + "tm:chargebeam", + "tm:charm", + "tm:confide", + "tm:cosmicpower", + "tm:darkpulse", + "tm:doubleteam", + "tm:dreameater", + "tm:embargo", + "tm:endure", + "tm:energyball", + "tm:expandingforce", + "tm:facade", + "tm:faketears", + "tm:flash", + "tm:fling", + "tm:focusblast", + "tm:foulplay", + "tm:frustration", + "tm:futuresight", + "tm:gigaimpact", + "tm:grassknot", + "tm:gravity", + "tm:guardswap", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:imprison", + "tm:lightscreen", + "tm:lowsweep", + "tm:magicroom", + "tm:metronome", + "tm:nastyplot", + "tm:payback", + "tm:poweruppunch", + "tm:protect", + "tm:psybeam", + "tm:psychic", + "tm:psychicnoise", + "tm:psychicterrain", + "tm:psychup", + "tm:psyshock", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:rockslide", + "tm:rocktomb", + "tm:round", + "tm:safeguard", + "tm:secretpower", + "tm:shadowball", + "tm:skillswap", + "tm:sleeptalk", + "tm:snore", + "tm:storedpower", + "tm:substitute", + "tm:swagger", + "tm:swift", + "tm:taunt", + "tm:telekinesis", + "tm:terablast", + "tm:thief", + "tm:thunderbolt", + "tm:thunderwave", + "tm:torment", + "tm:toxic", + "tm:trick", + "tm:trickroom", + "tm:uproar", + "tm:zenheadbutt", + "tutor:allyswitch", + "tutor:covet", + "tutor:expandingforce", + "tutor:foulplay", + "tutor:gravity", + "tutor:healbell", + "tutor:helpinghand", + "tutor:laserfocus", + "tutor:magiccoat", + "tutor:magicroom", + "tutor:recycle", + "tutor:roleplay", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:skillswap", + "tutor:sleeptalk", + "tutor:snatch", + "tutor:snore", + "tutor:telekinesis", + "tutor:trick", + "tutor:uproar", + "tutor:zenheadbutt" + ], + "labels": ["gen5"], + "pokedex": ["cobblemon.species.gothitelle.desc"], + "preEvolution": "gothorita", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 3, + "speed": 0 + }, + "height": 15, + "weight": 440, + "aspects": [], + "cannotDynamax": false +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/gothorita.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/gothorita.json new file mode 100644 index 0000000..f2e2084 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/gothorita.json @@ -0,0 +1,190 @@ +{ + "implemented": true, + "name": "Gothorita", + "nationalPokedexNumber": 575, + "primaryType": "psychic", + "abilities": ["frisk", "competitive", "h:shadowtag"], + "drops": { + "amount": 4, + "entries": [ + { + "item": "minecraft:ender_pearl", + "quantityRange": "0-2" + }, + { + "item": "cobblemon:twisted_spoon", + "percentage": 5 + }, + { + "item": "cobblemon:persim_berry", + "percentage": 5 + } + ] + }, + "baseStats": { + "hp": 60, + "attack": 45, + "defence": 70, + "special_attack": 75, + "special_defence": 85, + "speed": 55 + }, + "catchRate": 100, + "maleRatio": 0.25, + "shoulderMountable": false, + "baseExperienceYield": 137, + "experienceGroup": "medium_slow", + "eggCycles": 20, + "eggGroups": ["human_like"], + "moves": [ + "1:confusion", + "1:playnice", + "1:pound", + "1:tickle", + "12:psybeam", + "14:doubleslap", + "16:charm", + "19:embargo", + "20:psyshock", + "24:feintattack", + "24:hypnosis", + "28:faketears", + "34:healblock", + "35:psychup", + "40:psychic", + "43:telekinesis", + "46:flatter", + "52:futuresight", + "58:magicroom", + "tm:allyswitch", + "tm:attract", + "tm:calmmind", + "tm:chargebeam", + "tm:charm", + "tm:confide", + "tm:darkpulse", + "tm:doubleteam", + "tm:dreameater", + "tm:embargo", + "tm:endure", + "tm:energyball", + "tm:expandingforce", + "tm:facade", + "tm:faketears", + "tm:flash", + "tm:fling", + "tm:foulplay", + "tm:frustration", + "tm:futuresight", + "tm:grassknot", + "tm:gravity", + "tm:guardswap", + "tm:helpinghand", + "tm:hiddenpower", + "tm:imprison", + "tm:lightscreen", + "tm:magicroom", + "tm:metronome", + "tm:nastyplot", + "tm:payback", + "tm:protect", + "tm:psybeam", + "tm:psychic", + "tm:psychicnoise", + "tm:psychicterrain", + "tm:psychup", + "tm:psyshock", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:rockslide", + "tm:rocktomb", + "tm:round", + "tm:safeguard", + "tm:secretpower", + "tm:shadowball", + "tm:skillswap", + "tm:sleeptalk", + "tm:snore", + "tm:storedpower", + "tm:substitute", + "tm:swagger", + "tm:swift", + "tm:taunt", + "tm:telekinesis", + "tm:terablast", + "tm:thief", + "tm:thunderbolt", + "tm:thunderwave", + "tm:torment", + "tm:toxic", + "tm:trick", + "tm:trickroom", + "tm:uproar", + "tm:zenheadbutt", + "tutor:allyswitch", + "tutor:covet", + "tutor:expandingforce", + "tutor:flatter", + "tutor:foulplay", + "tutor:futuresight", + "tutor:gravity", + "tutor:healbell", + "tutor:helpinghand", + "tutor:imprison", + "tutor:magiccoat", + "tutor:magicroom", + "tutor:mirrorcoat", + "tutor:psyshock", + "tutor:recycle", + "tutor:roleplay", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:skillswap", + "tutor:sleeptalk", + "tutor:snatch", + "tutor:snore", + "tutor:telekinesis", + "tutor:trick", + "tutor:uproar", + "tutor:zenheadbutt" + ], + "labels": ["gen5"], + "pokedex": ["cobblemon.species.gothorita.desc"], + "preEvolution": "gothita", + "evolutions": [ + { + "id": "gothorita_gothitelle", + "variant": "level_up", + "result": "gothitelle", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 41 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 2, + "speed": 0 + }, + "height": 7, + "weight": 180, + "aspects": [], + "cannotDynamax": false +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/haxorus.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/haxorus.json new file mode 100644 index 0000000..8a21bd9 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/haxorus.json @@ -0,0 +1,175 @@ +{ + "implemented": true, + "name": "Haxorus", + "nationalPokedexNumber": 612, + "primaryType": "dragon", + "abilities": ["rivalry", "moldbreaker", "h:unnerve"], + "drops": { + "amount": 2, + "entries": [ + { + "item": "cobblemon:dragon_fang", + "percentage": 10 + }, + { + "item": "cobblemon:haban_berry", + "percentage": 10 + } + ] + }, + "baseStats": { + "hp": 76, + "attack": 147, + "defence": 90, + "special_attack": 60, + "special_defence": 70, + "speed": 97 + }, + "catchRate": 45, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 270, + "experienceGroup": "slow", + "eggCycles": 40, + "eggGroups": ["monster", "dragon"], + "moves": [ + "1:bite", + "1:dragonrage", + "1:falseswipe", + "1:leer", + "1:scratch", + "9:assurance", + "12:taunt", + "15:slash", + "18:dragonclaw", + "21:scaryface", + "24:crunch", + "27:dragondance", + "30:breakingswipe", + "30:dualchop", + "33:focusenergy", + "33:laserfocus", + "36:dragonpulse", + "41:swordsdance", + "46:outrage", + "53:guillotine", + "60:gigaimpact", + "tm:aerialace", + "tm:assurance", + "tm:attract", + "tm:bodyslam", + "tm:breakingswipe", + "tm:brickbreak", + "tm:brutalswing", + "tm:bulldoze", + "tm:closecombat", + "tm:confide", + "tm:crunch", + "tm:cut", + "tm:dig", + "tm:doubleedge", + "tm:doubleteam", + "tm:dracometeor", + "tm:dragoncheer", + "tm:dragonclaw", + "tm:dragondance", + "tm:dragonpulse", + "tm:dragontail", + "tm:earthquake", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:falseswipe", + "tm:fling", + "tm:focusblast", + "tm:focusenergy", + "tm:frustration", + "tm:gigaimpact", + "tm:grassknot", + "tm:hiddenpower", + "tm:honeclaws", + "tm:hyperbeam", + "tm:incinerate", + "tm:ironhead", + "tm:irontail", + "tm:lowkick", + "tm:lowsweep", + "tm:outrage", + "tm:payback", + "tm:poisonjab", + "tm:protect", + "tm:psychocut", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:reversal", + "tm:roar", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:scaleshot", + "tm:scaryface", + "tm:secretpower", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:snarl", + "tm:snore", + "tm:stompingtantrum", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:superpower", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:swordsdance", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:toxic", + "tm:trailblaze", + "tm:xscissor", + "tutor:aquatail", + "tutor:dracometeor", + "tutor:dragondance", + "tutor:dragonpulse", + "tutor:dualchop", + "tutor:earthquake", + "tutor:endeavor", + "tutor:irontail", + "tutor:laserfocus", + "tutor:lowkick", + "tutor:outrage", + "tutor:scaleshot", + "tutor:shockwave", + "tutor:sleeptalk", + "tutor:snore", + "tutor:stompingtantrum", + "tutor:superpower", + "tutor:xscissor" + ], + "labels": ["gen5"], + "pokedex": ["cobblemon.species.haxorus.desc"], + "preEvolution": "fraxure", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 35, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 18, + "weight": 1055, + "aspects": [], + "cannotDynamax": false +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/kyurem.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/kyurem.json new file mode 100644 index 0000000..384cde6 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/kyurem.json @@ -0,0 +1,575 @@ +{ + "implemented": true, + "name": "Kyurem", + "nationalPokedexNumber": 646, + "primaryType": "dragon", + "secondaryType": "ice", + "abilities": [ + "pressure" + ], + "drops": { + "amount": 6, + "entries": [ + { + "item": "cobblemon:rare_candy", + "quantityRange": "5-10" + }, + { + "item": "cobblemon:dragon_fang", + "percentage": 50.0 + }, + { + "item": "cobblemon:never_melt_ice", + "percentage": 50.0 + }, + { + "item": "cobblemon:ice_stone", + "quantityRange": "3-9" + }, + { + "item": "cobblemon:ability_capsule", + "percentage": 25.0 + }, + { + "item": "cobblemon:ability_patch", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 125, + "attack": 130, + "defence": 90, + "special_attack": 130, + "special_defence": 90, + "speed": 95 + }, + "catchRate": 3, + "maleRatio": -1, + "shoulderMountable": false, + "features": [ + "black", + "white" + ], + "forms": [ + { + "name": "Black", + "primaryType": "dragon", + "secondaryType": "ice", + "abilities": [ + "teravolt" + ], + "baseStats": { + "hp": 125, + "attack": 170, + "defence": 100, + "special_attack": 120, + "special_defence": 90, + "speed": 95 + }, + "catchRate": 3, + "maleRatio": -1, + "baseExperienceYield": 330, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "evolutions": [ + { + "id": "black_kyurem", + "variant": "level_up", + "result": "kyurem black=false", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [] + } + ], + "moves": [ + "1:ancientpower", + "1:dragonbreath", + "1:dragonrage", + "1:freezedry", + "1:icywind", + "1:nobleroar", + "8:slash", + "16:endeavor", + "24:dragonpulse", + "32:icebeam", + "40:hypervoice", + "48:fusionbolt", + "56:blizzard", + "64:imprison", + "72:outrage", + "80:freezeshock", + "88:sheercold", + "tm:aerialace", + "tm:avalanche", + "tm:blizzard", + "tm:bodypress", + "tm:bodyslam", + "tm:breakingswipe", + "tm:brutalswing", + "tm:confide", + "tm:cut", + "tm:doubleteam", + "tm:dracometeor", + "tm:dragoncheer", + "tm:dragonclaw", + "tm:dragondance", + "tm:dragonpulse", + "tm:dragontail", + "tm:dualwingbeat", + "tm:earthpower", + "tm:echoedvoice", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:flashcannon", + "tm:fling", + "tm:fly", + "tm:focusblast", + "tm:frustration", + "tm:gigaimpact", + "tm:hail", + "tm:helpinghand", + "tm:hiddenpower", + "tm:honeclaws", + "tm:hyperbeam", + "tm:hypervoice", + "tm:icebeam", + "tm:icefang", + "tm:iciclespear", + "tm:icywind", + "tm:imprison", + "tm:ironhead", + "tm:lightscreen", + "tm:outrage", + "tm:payback", + "tm:protect", + "tm:psychic", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:roar", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:roost", + "tm:round", + "tm:safeguard", + "tm:scaleshot", + "tm:scaryface", + "tm:secretpower", + "tm:shadowball", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:snore", + "tm:snowscape", + "tm:steelwing", + "tm:stoneedge", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:toxic", + "tm:weatherball", + "tm:zenheadbutt", + "tutor:dracometeor", + "tutor:dragonbreath", + "tutor:dragonpulse", + "tutor:dualwingbeat", + "tutor:earthpower", + "tutor:endeavor", + "tutor:freezeshock", + "tutor:icebeam", + "tutor:icywind", + "tutor:ironhead", + "tutor:laserfocus", + "tutor:outrage", + "tutor:roost", + "tutor:scaleshot", + "tutor:shadowball", + "tutor:signalbeam", + "tutor:slash", + "tutor:sleeptalk", + "tutor:snore", + "tutor:zenheadbutt" + ], + "labels": [ + "gen5", + "legendary" + ], + "aspects": [ + "black" + ], + "height": 33, + "weight": 3250, + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "White", + "primaryType": "dragon", + "secondaryType": "ice", + "abilities": [ + "turboblaze" + ], + "baseStats": { + "hp": 125, + "attack": 120, + "defence": 90, + "special_attack": 170, + "special_defence": 100, + "speed": 95 + }, + "catchRate": 3, + "maleRatio": -1, + "baseExperienceYield": 330, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 3, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "evolutions": [ + { + "id": "white_kyurem", + "variant": "level_up", + "result": "kyurem white=false", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [] + } + ], + "moves": [ + "1:ancientpower", + "1:dragonbreath", + "1:dragonrage", + "1:freezedry", + "1:icywind", + "1:nobleroar", + "8:slash", + "16:endeavor", + "24:dragonpulse", + "32:icebeam", + "40:hypervoice", + "48:fusionflare", + "56:blizzard", + "64:imprison", + "72:outrage", + "80:iceburn", + "88:sheercold", + "tm:aerialace", + "tm:avalanche", + "tm:blizzard", + "tm:bodypress", + "tm:bodyslam", + "tm:breakingswipe", + "tm:brutalswing", + "tm:confide", + "tm:cut", + "tm:doubleteam", + "tm:dracometeor", + "tm:dragoncheer", + "tm:dragonclaw", + "tm:dragondance", + "tm:dragonpulse", + "tm:dragontail", + "tm:dualwingbeat", + "tm:earthpower", + "tm:echoedvoice", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:flashcannon", + "tm:fling", + "tm:fly", + "tm:focusblast", + "tm:frustration", + "tm:gigaimpact", + "tm:hail", + "tm:helpinghand", + "tm:hiddenpower", + "tm:honeclaws", + "tm:hyperbeam", + "tm:hypervoice", + "tm:icebeam", + "tm:icefang", + "tm:iciclespear", + "tm:icywind", + "tm:imprison", + "tm:ironhead", + "tm:lightscreen", + "tm:outrage", + "tm:payback", + "tm:protect", + "tm:psychic", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:roar", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:roost", + "tm:round", + "tm:safeguard", + "tm:scaleshot", + "tm:scaryface", + "tm:secretpower", + "tm:shadowball", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:snore", + "tm:snowscape", + "tm:steelwing", + "tm:stoneedge", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:toxic", + "tm:weatherball", + "tm:zenheadbutt", + "tutor:dracometeor", + "tutor:dragonbreath", + "tutor:dragonpulse", + "tutor:dualwingbeat", + "tutor:earthpower", + "tutor:endeavor", + "tutor:fusionflare", + "tutor:hypervoice", + "tutor:icebeam", + "tutor:iceburn", + "tutor:icywind", + "tutor:imprison", + "tutor:ironhead", + "tutor:laserfocus", + "tutor:outrage", + "tutor:roost", + "tutor:scaleshot", + "tutor:shadowball", + "tutor:signalbeam", + "tutor:slash", + "tutor:sleeptalk", + "tutor:snore", + "tutor:zenheadbutt" + ], + "labels": [ + "gen5", + "legendary" + ], + "aspects": [ + "white" + ], + "height": 36, + "weight": 3250, + "cannotDynamax": false, + "battleOnly": false + } + ], + "baseExperienceYield": 330, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:ancientpower", + "1:dragonbreath", + "1:dragonrage", + "1:freezedry", + "1:icywind", + "1:nobleroar", + "8:slash", + "16:endeavor", + "24:dragonpulse", + "32:icebeam", + "40:hypervoice", + "48:scaryface", + "56:blizzard", + "64:imprison", + "72:outrage", + "80:glaciate", + "88:sheercold", + "tm:aerialace", + "tm:avalanche", + "tm:blizzard", + "tm:bodypress", + "tm:bodyslam", + "tm:breakingswipe", + "tm:brutalswing", + "tm:confide", + "tm:cut", + "tm:doubleteam", + "tm:dracometeor", + "tm:dragoncheer", + "tm:dragonclaw", + "tm:dragondance", + "tm:dragonpulse", + "tm:dragontail", + "tm:dualwingbeat", + "tm:earthpower", + "tm:echoedvoice", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:flashcannon", + "tm:fling", + "tm:fly", + "tm:focusblast", + "tm:frustration", + "tm:gigaimpact", + "tm:hail", + "tm:helpinghand", + "tm:hiddenpower", + "tm:honeclaws", + "tm:hyperbeam", + "tm:hypervoice", + "tm:icebeam", + "tm:icefang", + "tm:iciclespear", + "tm:icywind", + "tm:imprison", + "tm:ironhead", + "tm:lightscreen", + "tm:outrage", + "tm:payback", + "tm:protect", + "tm:psychic", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:roar", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:roost", + "tm:round", + "tm:safeguard", + "tm:scaleshot", + "tm:scaryface", + "tm:secretpower", + "tm:shadowball", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:snore", + "tm:snowscape", + "tm:steelwing", + "tm:stoneedge", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:toxic", + "tm:weatherball", + "tm:zenheadbutt", + "tutor:dracometeor", + "tutor:dragonbreath", + "tutor:dragonpulse", + "tutor:dualwingbeat", + "tutor:earthpower", + "tutor:endeavor", + "tutor:glaciate", + "tutor:icebeam", + "tutor:icywind", + "tutor:ironhead", + "tutor:laserfocus", + "tutor:outrage", + "tutor:roost", + "tutor:scaleshot", + "tutor:shadowball", + "tutor:signalbeam", + "tutor:slash", + "tutor:sleeptalk", + "tutor:snore", + "tutor:zenheadbutt" + ], + "labels": [ + "gen5", + "legendary" + ], + "pokedex": [ + "cobblemon.species.kyurem.desc" + ], + "evolutions": [ + { + "id": "kyurem_white", + "variant": "level_up", + "result": "kyurem white=true", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "party_member", + "target": "reshiram", + "contains": true + } + ] + }, + { + "id": "kyurem_black", + "variant": "level_up", + "result": "kyurem black=true", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "party_member", + "target": "zekrom", + "contains": true + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 4, + "height": 4, + "fixed": false + }, + "baseFriendship": 0, + "evYield": { + "hp": 1, + "attack": 1, + "defence": 0, + "special_attack": 1, + "special_defence": 0, + "speed": 0 + }, + "height": 30, + "weight": 3250, + "aspects": [], + "cannotDynamax": false + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/landorus.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/landorus.json new file mode 100644 index 0000000..9619e76 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/landorus.json @@ -0,0 +1,236 @@ +{ + "implemente": true, + "name": "Landorus", + "nationalPokedexNumber": 645, + "primaryType": "ground", + "secondaryType": "flying", + "abilities": [ + "sandforce", + "h:sheerforce" + ], + "drops": { + "amount": 5, + "entries": [ + { + "item": "cobblemon:rare_candy", + "quantityRange": "5-10" + }, + { + "item": "cobblemon:smooth_rock", + "percentage": 50.0 + }, + { + "item": "cobblemon:float_stone", + "percentage": 50.0 + }, + { + "item": "cobblemon:ability_capsule", + "percentage": 25.0 + }, + { + "item": "cobblemon:ability_patch", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 89, + "attack": 125, + "defence": 90, + "special_attack": 115, + "special_defence": 80, + "speed": 101 + }, + "catchRate": 3, + "maleRatio": 1, + "shoulderMountable": false, + "baseExperienceYield": 300, + "baseFriendship": 90, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 3, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:mudshot", + "1:rockthrow", + "1:sandtomb", + "1:smackdown", + "5:leer", + "7:punishment", + "10:block", + "15:bulldoze", + "20:rocktomb", + "25:swordsdance", + "30:imprison", + "35:rockslide", + "40:earthpower", + "45:extrasensory", + "50:stoneedge", + "55:hammerarm", + "60:sandstorm", + "65:earthquake", + "70:outrage", + "75:fissure", + "80:sandsearstorm", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:brutalswing", + "tm:bulkup", + "tm:bulldoze", + "tm:calmmind", + "tm:confide", + "tm:crunch", + "tm:dig", + "tm:doubleteam", + "tm:earthpower", + "tm:earthquake", + "tm:endure", + "tm:explosion", + "tm:facade", + "tm:fling", + "tm:fly", + "tm:focusblast", + "tm:frustration", + "tm:gigaimpact", + "tm:grassknot", + "tm:gravity", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:imprison", + "tm:irontail", + "tm:mudshot", + "tm:mudslap", + "tm:nastyplot", + "tm:outrage", + "tm:payback", + "tm:protect", + "tm:psychic", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:rockpolish", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:sandstorm", + "tm:sandtomb", + "tm:scaryface", + "tm:scorchingsands", + "tm:secretpower", + "tm:selfdestruct", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:sludgewave", + "tm:smackdown", + "tm:snore", + "tm:stealthrock", + "tm:stompingtantrum", + "tm:stoneedge", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:superpower", + "tm:swagger", + "tm:swordsdance", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:toxic", + "tm:uturn", + "tm:weatherball", + "tutor:block", + "tutor:bulldoze", + "tutor:defog", + "tutor:earthpower", + "tutor:earthquake", + "tutor:extrasensory", + "tutor:fissure", + "tutor:focusblast", + "tutor:gravity", + "tutor:irontail", + "tutor:knockoff", + "tutor:mudshot", + "tutor:outrage", + "tutor:rockslide", + "tutor:rocktomb", + "tutor:roleplay", + "tutor:sandstorm", + "tutor:sandtomb", + "tutor:sleeptalk", + "tutor:snore", + "tutor:stealthrock", + "tutor:superpower", + "tutor:swordsdance", + "tutor:uturn" + ], + "labels": [ + "gen5", + "legendary" + ], + "pokedex": [ + "cobblemon.species.landorus.desc" + ], + "height": 15, + "weight": 680, + "evolutions": [], + "forms": [ + { + "name": "Therian", + "primaryType": "ground", + "secondaryType": "flying", + "abilities": [ + "intimidate" + ], + "baseStats": { + "hp": 89, + "attack": 145, + "defence": 90, + "special_attack": 105, + "special_defence": 80, + "speed": 91 + }, + "catchRate": 3, + "maleRatio": 1, + "baseExperienceYield": 300, + "baseFriendship": 90, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "labels": [ + "gen5", + "legendary" + ], + "aspects": [ + "therian" + ], + "height": 13, + "weight": 680, + "cannotDynamax": false, + "battleOnly": false + } + ], + "aspects": [], + "cannotDynamax": false + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/leavanny.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/leavanny.json new file mode 100644 index 0000000..0480a0e --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/leavanny.json @@ -0,0 +1,168 @@ +{ + "implemented": true, + "name": "Leavanny", + "nationalPokedexNumber": 542, + "primaryType": "bug", + "secondaryType": "grass", + "abilities": ["swarm", "chlorophyll", "h:overcoat"], + "drops": { + "amount": 6, + "entries": [ + { + "item": "minecraft:string", + "quantityRange": "0-3" + }, + { + "item": "cobblemon:mental_herb", + "percentage": 10 + }, + { + "item": "cobblemon:revival_herb", + "percentage": 10 + }, + { + "item": "cobblemon:coba_berry", + "percentage": 10 + } + ] + }, + "baseStats": { + "hp": 75, + "attack": 103, + "defence": 80, + "special_attack": 70, + "special_defence": 80, + "speed": 92 + }, + "catchRate": 45, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 225, + "experienceGroup": "medium_slow", + "eggCycles": 15, + "eggGroups": ["bug"], + "moves": [ + "1:bugbite", + "1:falseswipe", + "1:razorleaf", + "1:slash", + "1:stringshot", + "1:tackle", + "22:strugglebug", + "29:fellstinger", + "32:helpinghand", + "36:leafblade", + "39:xscissor", + "43:entrainment", + "46:swordsdance", + "50:leafstorm", + "tm:aerialace", + "tm:agility", + "tm:airslash", + "tm:attract", + "tm:batonpass", + "tm:bugbite", + "tm:bugbuzz", + "tm:bulletseed", + "tm:calmmind", + "tm:charm", + "tm:confide", + "tm:cut", + "tm:doubleteam", + "tm:dreameater", + "tm:electroweb", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:falseswipe", + "tm:flash", + "tm:frustration", + "tm:gigadrain", + "tm:gigaimpact", + "tm:grassknot", + "tm:grassyglide", + "tm:grassyterrain", + "tm:helpinghand", + "tm:hiddenpower", + "tm:honeclaws", + "tm:hyperbeam", + "tm:irondefense", + "tm:knockoff", + "tm:leafstorm", + "tm:lightscreen", + "tm:lowkick", + "tm:lunge", + "tm:magicalleaf", + "tm:naturepower", + "tm:payback", + "tm:poisonjab", + "tm:pollenpuff", + "tm:pounce", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:retaliate", + "tm:return", + "tm:round", + "tm:safeguard", + "tm:secretpower", + "tm:seedbomb", + "tm:shadowclaw", + "tm:skittersmack", + "tm:sleeptalk", + "tm:solarbeam", + "tm:steelwing", + "tm:strugglebug", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swordsdance", + "tm:takedown", + "tm:terablast", + "tm:throatchop", + "tm:toxic", + "tm:trailblaze", + "tm:tripleaxel", + "tm:xscissor", + "tutor:bugbite", + "tutor:electroweb", + "tutor:gigadrain", + "tutor:healbell", + "tutor:helpinghand", + "tutor:irondefense", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:magiccoat", + "tutor:seedbomb", + "tutor:signalbeam", + "tutor:sleeptalk", + "tutor:snore", + "tutor:synthesis", + "tutor:throatchop", + "tutor:worryseed" + ], + "labels": ["gen5"], + "pokedex": ["cobblemon.species.leavanny.desc"], + "preEvolution": "swadloon", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 12, + "weight": 205, + "aspects": [], + "cannotDynamax": false +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/liepard.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/liepard.json new file mode 100644 index 0000000..9c02c87 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/liepard.json @@ -0,0 +1,157 @@ +{ + "implemented": true, + "name": "Liepard", + "nationalPokedexNumber": 510, + "primaryType": "dark", + "abilities": ["limber", "unburden", "h:prankster"], + "drops": { + "amount": 3, + "entries": [ + { + "item": "minecraft:rotten_flesh", + "quantityRange": "0-2" + }, + { + "item": "cobblemon:bluk_berry", + "percentage": 5 + } + ] + }, + "baseStats": { + "hp": 64, + "attack": 88, + "defence": 50, + "special_attack": 88, + "special_defence": 50, + "speed": 106 + }, + "catchRate": 90, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 156, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": ["field"], + "moves": [ + "1:assist", + "1:fakeout", + "1:growl", + "1:sandattack", + "1:scratch", + "12:furyswipes", + "15:pursuit", + "16:torment", + "23:assurance", + "28:honeclaws", + "34:slash", + "34:suckerpunch", + "38:taunt", + "40:nastyplot", + "46:nightslash", + "47:snatch", + "52:playrough", + "tm:aerialace", + "tm:assurance", + "tm:attract", + "tm:batonpass", + "tm:charm", + "tm:confide", + "tm:cut", + "tm:darkpulse", + "tm:doubleteam", + "tm:dreameater", + "tm:echoedvoice", + "tm:embargo", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:foulplay", + "tm:frustration", + "tm:gigaimpact", + "tm:grassknot", + "tm:gunkshot", + "tm:hiddenpower", + "tm:honeclaws", + "tm:hyperbeam", + "tm:hypervoice", + "tm:irontail", + "tm:nastyplot", + "tm:payback", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:psychocut", + "tm:psychup", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:rocksmash", + "tm:round", + "tm:screech", + "tm:secretpower", + "tm:seedbomb", + "tm:shadowball", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:snarl", + "tm:snore", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swift", + "tm:taunt", + "tm:thief", + "tm:throatchop", + "tm:thunderwave", + "tm:torment", + "tm:toxic", + "tm:trick", + "tm:uturn", + "tutor:burningjealousy", + "tutor:covet", + "tutor:darkpulse", + "tutor:encore", + "tutor:fakeout", + "tutor:foulplay", + "tutor:gunkshot", + "tutor:hypervoice", + "tutor:irontail", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:lashout", + "tutor:roleplay", + "tutor:seedbomb", + "tutor:skittersmack", + "tutor:sleeptalk", + "tutor:snatch", + "tutor:snore", + "tutor:spite", + "tutor:swagger", + "tutor:throatchop", + "tutor:trick" + ], + "labels": ["gen5"], + "pokedex": ["cobblemon.species.liepard.desc"], + "preEvolution": "purrloin", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "height": 11, + "weight": 375, + "aspects": [], + "cannotDynamax": false +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/mandibuzz.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/mandibuzz.json new file mode 100644 index 0000000..ba9c990 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/mandibuzz.json @@ -0,0 +1,189 @@ +{ + "implemented": true, + "name": "Mandibuzz", + "nationalPokedexNumber": 630, + "primaryType": "dark", + "secondaryType": "flying", + "abilities": [ + "bigpecks", + "overcoat", + "h:weakarmor" + ], + "drops": { + "amount": 7, + "entries": [ + { + "item": "minecraft:feather", + "quantityRange": "0-2" + }, + { + "item": "minecraft:rotten_flesh", + "quantityRange": "0-2" + }, + { + "item": "minecraft:chicken" + }, + { + "item": "cobblemon:sharp_beak", + "percentage": 2.5 + }, + { + "item": "cobblemon:bluk_berry", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 110, + "attack": 65, + "defence": 105, + "special_attack": 55, + "special_defence": 95, + "speed": 80 + }, + "catchRate": 60, + "maleRatio": 0, + "shoulderMountable": false, + "baseExperienceYield": 179, + "experienceGroup": "slow", + "eggCycles": 20, + "eggGroups": [ + "flying" + ], + "moves": [ + "1:bonerush", + "1:flatter", + "1:furyattack", + "1:gust", + "1:leer", + "1:mirrormove", + "1:pluck", + "1:skyattack", + "1:toxic", + "18:tailwind", + "23:feintattack", + "24:knockoff", + "28:punishment", + "30:irondefense", + "36:whirlwind", + "42:airslash", + "48:darkpulse", + "50:embargo", + "57:nastyplot", + "64:defog", + "72:attract", + "80:bravebird", + "tm:acrobatics", + "tm:aerialace", + "tm:aircutter", + "tm:airslash", + "tm:assurance", + "tm:attract", + "tm:bravebird", + "tm:confide", + "tm:cut", + "tm:darkpulse", + "tm:doubleedge", + "tm:doubleteam", + "tm:dualwingbeat", + "tm:embargo", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:featherdance", + "tm:fly", + "tm:foulplay", + "tm:frustration", + "tm:gigaimpact", + "tm:heatwave", + "tm:hiddenpower", + "tm:hurricane", + "tm:hyperbeam", + "tm:incinerate", + "tm:irondefense", + "tm:knockoff", + "tm:lashout", + "tm:nastyplot", + "tm:payback", + "tm:pluck", + "tm:protect", + "tm:psychup", + "tm:raindance", + "tm:rest", + "tm:retaliate", + "tm:return", + "tm:rocksmash", + "tm:rocktomb", + "tm:roost", + "tm:round", + "tm:sandstorm", + "tm:scaryface", + "tm:secretpower", + "tm:shadowball", + "tm:sleeptalk", + "tm:snarl", + "tm:snore", + "tm:spite", + "tm:steelwing", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swift", + "tm:tailwind", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thief", + "tm:throatchop", + "tm:torment", + "tm:toxic", + "tm:uproar", + "tm:uturn", + "tutor:block", + "tutor:darkpulse", + "tutor:defog", + "tutor:dualwingbeat", + "tutor:feintattack", + "tutor:flatter", + "tutor:foulplay", + "tutor:heatwave", + "tutor:irondefense", + "tutor:knockoff", + "tutor:lashout", + "tutor:nastyplot", + "tutor:pluck", + "tutor:roost", + "tutor:skyattack", + "tutor:sleeptalk", + "tutor:snatch", + "tutor:snore", + "tutor:tailwind" + ], + "labels": [ + "gen5" + ], + "pokedex": [ + "cobblemon.species.mandibuzz.desc" + ], + "preEvolution": "vullaby", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 35, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 2, + "special_defence": 0, + "speed": 0 + }, + "height": 12, + "weight": 395, + "aspects": [], + "cannotDynamax": false +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/minccino.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/minccino.json new file mode 100644 index 0000000..b5a0a4d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/minccino.json @@ -0,0 +1,181 @@ +{ + "implemented": true, + "name": "Minccino", + "nationalPokedexNumber": 572, + "primaryType": "normal", + "abilities": [ + "cutecharm", + "technician", + "h:skilllink" + ], + "drops": { + "amount": 2, + "entries": [ + { + "item": "cobblemon:silk_scarf", + "percentage": 2.5 + }, + { + "item": "cobblemon:chesto_berry", + "percentage": 2.5 + } + ] + }, + "baseStats": { + "hp": 55, + "attack": 50, + "defence": 40, + "special_attack": 40, + "special_defence": 40, + "speed": 75 + }, + "catchRate": 255, + "maleRatio": 0.25, + "shoulderMountable": false, + "baseExperienceYield": 60, + "experienceGroup": "fast", + "eggCycles": 15, + "eggGroups": [ + "field" + ], + "moves": [ + "1:babydolleyes", + "1:pound", + "3:growl", + "4:helpinghand", + "8:echoedvoice", + "12:sing", + "13:doubleslap", + "16:charm", + "20:swift", + "24:encore", + "28:afteryou", + "31:wakeupslap", + "32:tailslap", + "36:tickle", + "39:captivate", + "40:slam", + "44:hypervoice", + "48:lastresort", + "egg:aquatail", + "egg:endure", + "egg:faketears", + "egg:flail", + "egg:irontail", + "egg:knockoff", + "egg:mudslap", + "egg:sleeptalk", + "egg:tailwhip", + "egg:tidyup", + "tm:alluringvoice", + "tm:attract", + "tm:batonpass", + "tm:bulletseed", + "tm:calmmind", + "tm:charm", + "tm:chillingwater", + "tm:confide", + "tm:dazzlinggleam", + "tm:dig", + "tm:doubleteam", + "tm:echoedvoice", + "tm:encore", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:fling", + "tm:frustration", + "tm:grassknot", + "tm:gunkshot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hypervoice", + "tm:irontail", + "tm:knockoff", + "tm:mudslap", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:retaliate", + "tm:return", + "tm:round", + "tm:safeguard", + "tm:secretpower", + "tm:seedbomb", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:sunnyday", + "tm:superfang", + "tm:swagger", + "tm:swift", + "tm:tailslap", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunderbolt", + "tm:thunderwave", + "tm:toxic", + "tm:trailblaze", + "tm:tripleaxel", + "tm:uproar", + "tm:uturn", + "tm:workup", + "tutor:afteryou", + "tutor:aquatail", + "tutor:covet", + "tutor:gunkshot", + "tutor:helpinghand", + "tutor:hypervoice", + "tutor:irontail", + "tutor:knockoff", + "tutor:lastresort", + "tutor:seedbomb", + "tutor:shockwave", + "tutor:sleeptalk", + "tutor:snore", + "tutor:tripleaxel", + "tutor:uproar" + ], + "labels": [ + "gen5" + ], + "pokedex": [ + "cobblemon.species.minccino.desc" + ], + "evolutions": [ + { + "id": "minccino_cinccino", + "variant": "item_interact", + "result": "cinccino", + "consumeHeldItem": false, + "learnableMoves": [ + "tailslap" + ], + "requirements": [], + "requiredContext": "cobblemon:shiny_stone" + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 1 + }, + "height": 4, + "weight": 58, + "aspects": [], + "cannotDynamax": false + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/munna.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/munna.json new file mode 100644 index 0000000..e2b8a98 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/munna.json @@ -0,0 +1,178 @@ +{ + "implemented": true, + "name": "Munna", + "nationalPokedexNumber": 517, + "primaryType": "psychic", + "abilities": [ + "forewarn", + "synchronize", + "h:telepathy" + ], + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:chesto_berry", + "percentage": 2.5 + } + ] + }, + "baseStats": { + "hp": 76, + "attack": 25, + "defence": 45, + "special_attack": 67, + "special_defence": 55, + "speed": 24 + }, + "catchRate": 190, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 58, + "experienceGroup": "fast", + "eggCycles": 10, + "eggGroups": [ + "field" + ], + "moves": [ + "1:defensecurl", + "1:psywave", + "1:storedpower", + "4:hypnosis", + "5:luckychant", + "8:psybeam", + "12:imprison", + "16:moonlight", + "20:magiccoat", + "24:zenheadbutt", + "25:synchronoise", + "28:calmmind", + "29:nightmare", + "32:yawn", + "36:psychic", + "40:moonblast", + "43:telekinesis", + "44:dreameater", + "48:futuresight", + "52:wonderroom", + "egg:barrier", + "egg:batonpass", + "egg:curse", + "egg:healingwish", + "egg:helpinghand", + "egg:magiccoat", + "egg:secretpower", + "egg:sleeptalk", + "egg:sonicboom", + "egg:swift", + "tm:allyswitch", + "tm:amnesia", + "tm:attract", + "tm:calmmind", + "tm:chargebeam", + "tm:confide", + "tm:dazzlinggleam", + "tm:doubleteam", + "tm:dreameater", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:flash", + "tm:frustration", + "tm:futuresight", + "tm:guardswap", + "tm:gyroball", + "tm:helpinghand", + "tm:hiddenpower", + "tm:imprison", + "tm:lightscreen", + "tm:powerswap", + "tm:protect", + "tm:psychic", + "tm:psychup", + "tm:psyshock", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:rockslide", + "tm:rocktomb", + "tm:round", + "tm:safeguard", + "tm:secretpower", + "tm:shadowball", + "tm:skillswap", + "tm:sleeptalk", + "tm:snore", + "tm:storedpower", + "tm:substitute", + "tm:swagger", + "tm:swift", + "tm:telekinesis", + "tm:thunderwave", + "tm:torment", + "tm:toxic", + "tm:trick", + "tm:trickroom", + "tm:wonderroom", + "tm:zenheadbutt", + "tutor:afteryou", + "tutor:allyswitch", + "tutor:dreameater", + "tutor:expandingforce", + "tutor:gravity", + "tutor:healbell", + "tutor:helpinghand", + "tutor:hypnosis", + "tutor:magiccoat", + "tutor:painsplit", + "tutor:rest", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:skillswap", + "tutor:sleeptalk", + "tutor:snore", + "tutor:telekinesis", + "tutor:trick", + "tutor:wonderroom", + "tutor:worryseed", + "tutor:zenheadbutt" + ], + "labels": [ + "gen5" + ], + "pokedex": [ + "cobblemon.species.munna.desc" + ], + "evolutions": [ + { + "id": "munna_musharna", + "variant": "item_interact", + "result": "musharna", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [], + "requiredContext": "cobblemon:moon_stone" + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 1, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 6, + "weight": 233, + "aspects": [], + "cannotDynamax": false + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/musharna.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/musharna.json new file mode 100644 index 0000000..76ddc2f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/musharna.json @@ -0,0 +1,161 @@ +{ + "implemented": true, + "name": "Musharna", + "nationalPokedexNumber": 518, + "primaryType": "psychic", + "abilities": [ + "forewarn", + "synchronize", + "h:telepathy" + ], + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:chesto_berry", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 116, + "attack": 55, + "defence": 85, + "special_attack": 107, + "special_defence": 95, + "speed": 29 + }, + "catchRate": 75, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 170, + "experienceGroup": "fast", + "eggCycles": 10, + "eggGroups": [ + "field" + ], + "moves": [ + "1:calmmind", + "1:defensecurl", + "1:dreameater", + "1:futuresight", + "1:hypnosis", + "1:imprison", + "1:luckychant", + "1:magiccoat", + "1:moonblast", + "1:moonlight", + "1:psybeam", + "1:psychic", + "1:psychicterrain", + "1:storedpower", + "1:wonderroom", + "1:yawn", + "1:zenheadbutt", + "tm:allyswitch", + "tm:amnesia", + "tm:attract", + "tm:calmmind", + "tm:chargebeam", + "tm:confide", + "tm:dazzlinggleam", + "tm:doubleteam", + "tm:dreameater", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:flash", + "tm:frustration", + "tm:futuresight", + "tm:gigaimpact", + "tm:guardswap", + "tm:gyroball", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:imprison", + "tm:lightscreen", + "tm:powerswap", + "tm:protect", + "tm:psychic", + "tm:psychicterrain", + "tm:psychup", + "tm:psyshock", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:rockslide", + "tm:rocktomb", + "tm:round", + "tm:safeguard", + "tm:secretpower", + "tm:shadowball", + "tm:skillswap", + "tm:sleeptalk", + "tm:snore", + "tm:storedpower", + "tm:substitute", + "tm:swagger", + "tm:swift", + "tm:telekinesis", + "tm:thunderwave", + "tm:torment", + "tm:toxic", + "tm:trick", + "tm:trickroom", + "tm:wonderroom", + "tm:zenheadbutt", + "tutor:afteryou", + "tutor:allyswitch", + "tutor:defensecurl", + "tutor:expandingforce", + "tutor:gravity", + "tutor:healbell", + "tutor:helpinghand", + "tutor:hypnosis", + "tutor:luckychant", + "tutor:magiccoat", + "tutor:mistyexplosion", + "tutor:painsplit", + "tutor:psybeam", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:skillswap", + "tutor:sleeptalk", + "tutor:snore", + "tutor:telekinesis", + "tutor:trick", + "tutor:wonderroom", + "tutor:worryseed", + "tutor:zenheadbutt" + ], + "labels": [ + "gen5" + ], + "pokedex": [ + "cobblemon.species.musharna.desc" + ], + "preEvolution": "munna", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 2, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 11, + "weight": 605, + "aspects": [], + "cannotDynamax": false + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/pawniard.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/pawniard.json new file mode 100644 index 0000000..4018e81 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/pawniard.json @@ -0,0 +1,169 @@ +{ + "implemented": true, + "name": "Pawniard", + "nationalPokedexNumber": 624, + "primaryType": "dark", + "secondaryType": "steel", + "abilities": ["defiant", "innerfocus", "h:pressure"], + "baseStats": { + "hp": 45, + "attack": 85, + "defence": 70, + "special_attack": 40, + "special_defence": 40, + "speed": 60 + }, + "catchRate": 120, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 68, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": ["human_like"], + "moves": [ + "1:leer", + "1:scratch", + "5:furycutter", + "10:metalclaw", + "15:torment", + "17:feintattack", + "20:scaryface", + "25:assurance", + "30:metalsound", + "35:slash", + "40:nightslash", + "41:embargo", + "45:irondefense", + "50:laserfocus", + "50:retaliate", + "55:ironhead", + "60:swordsdance", + "65:guillotine", + "egg:headbutt", + "egg:meanlook", + "egg:psychocut", + "egg:pursuit", + "egg:quickguard", + "egg:revenge", + "egg:stealthrock", + "egg:suckerpunch", + "tm:aerialace", + "tm:airslash", + "tm:assurance", + "tm:attract", + "tm:beatup", + "tm:brickbreak", + "tm:confide", + "tm:cut", + "tm:darkpulse", + "tm:dig", + "tm:doubleteam", + "tm:embargo", + "tm:endure", + "tm:facade", + "tm:falseswipe", + "tm:flashcannon", + "tm:fling", + "tm:foulplay", + "tm:frustration", + "tm:grassknot", + "tm:hiddenpower", + "tm:honeclaws", + "tm:irondefense", + "tm:ironhead", + "tm:lowkick", + "tm:lowsweep", + "tm:metalclaw", + "tm:payback", + "tm:poisonjab", + "tm:poweruppunch", + "tm:protect", + "tm:psychocut", + "tm:raindance", + "tm:rest", + "tm:retaliate", + "tm:return", + "tm:revenge", + "tm:rockpolish", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:sandstorm", + "tm:scaryface", + "tm:screech", + "tm:secretpower", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:snarl", + "tm:snore", + "tm:stealthrock", + "tm:steelbeam", + "tm:stoneedge", + "tm:substitute", + "tm:swagger", + "tm:swordsdance", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thief", + "tm:thunderwave", + "tm:torment", + "tm:toxic", + "tm:xscissor", + "tutor:darkpulse", + "tutor:dualchop", + "tutor:foulplay", + "tutor:furycutter", + "tutor:irondefense", + "tutor:ironhead", + "tutor:knockoff", + "tutor:lashout", + "tutor:lowkick", + "tutor:magnetrise", + "tutor:psychocut", + "tutor:roleplay", + "tutor:sleeptalk", + "tutor:snatch", + "tutor:snore", + "tutor:spite", + "tutor:stealthrock", + "tutor:steelbeam", + "tutor:suckerpunch" + ], + "labels": ["gen5"], + "pokedex": ["cobblemon.species.pawniard.desc"], + "evolutions": [ + { + "id": "pawniard_bisharp", + "variant": "level_up", + "result": "bisharp", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 52 + } + ] + } + ], + "baseScale": 0.75, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 35, + "evYield": { + "hp": 0, + "attack": 1, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 5, + "weight": 102, + "aspects": [], + "cannotDynamax": false +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/purrloin.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/purrloin.json new file mode 100644 index 0000000..85743ac --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/purrloin.json @@ -0,0 +1,181 @@ +{ + "implemented": true, + "name": "Purrloin", + "nationalPokedexNumber": 509, + "primaryType": "dark", + "abilities": [ + "limber", + "unburden", + "h:prankster" + ], + "drops": { + "amount": 2, + "entries": [ + { + "item": "minecraft:rotten_flesh", + "quantityRange": "0-1" + }, + { + "item": "cobblemon:bluk_berry", + "percentage": 2.5 + } + ] + }, + "baseStats": { + "hp": 41, + "attack": 50, + "defence": 37, + "special_attack": 50, + "special_defence": 37, + "speed": 66 + }, + "catchRate": 255, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 56, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": [ + "field" + ], + "moves": [ + "1:growl", + "1:scratch", + "4:sandattack", + "5:fakeout", + "6:assist", + "12:furyswipes", + "15:pursuit", + "16:torment", + "21:assurance", + "24:honeclaws", + "28:suckerpunch", + "30:slash", + "32:nastyplot", + "33:captivate", + "36:nightslash", + "39:snatch", + "40:playrough", + "egg:charm", + "egg:copycat", + "egg:covet", + "egg:doubleteam", + "egg:encore", + "egg:faketears", + "egg:feintattack", + "egg:foulplay", + "egg:payday", + "egg:quickattack", + "egg:slash", + "egg:yawn", + "tm:aerialace", + "tm:assurance", + "tm:attract", + "tm:batonpass", + "tm:charm", + "tm:confide", + "tm:cut", + "tm:darkpulse", + "tm:doubleteam", + "tm:dreameater", + "tm:echoedvoice", + "tm:embargo", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:foulplay", + "tm:frustration", + "tm:grassknot", + "tm:gunkshot", + "tm:hiddenpower", + "tm:honeclaws", + "tm:hypervoice", + "tm:irontail", + "tm:nastyplot", + "tm:payback", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:psychup", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:round", + "tm:screech", + "tm:secretpower", + "tm:seedbomb", + "tm:shadowball", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:snarl", + "tm:snore", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swift", + "tm:taunt", + "tm:thief", + "tm:thunderwave", + "tm:torment", + "tm:toxic", + "tm:trick", + "tm:uturn", + "tutor:covet", + "tutor:darkpulse", + "tutor:foulplay", + "tutor:gunkshot", + "tutor:hypervoice", + "tutor:irontail", + "tutor:knockoff", + "tutor:lashout", + "tutor:roleplay", + "tutor:seedbomb", + "tutor:sleeptalk", + "tutor:snatch", + "tutor:snore", + "tutor:spite", + "tutor:trick" + ], + "labels": [ + "gen5" + ], + "pokedex": [ + "cobblemon.species.purrloin.desc" + ], + "evolutions": [ + { + "id": "purrloin_liepard", + "variant": "level_up", + "result": "liepard", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 20 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 1 + }, + "height": 4, + "weight": 101, + "aspects": [], + "cannotDynamax": false + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/reshiram.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/reshiram.json new file mode 100644 index 0000000..c09d7ab --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/reshiram.json @@ -0,0 +1,209 @@ +{ + "implemented": true, + "name": "Reshiram", + "nationalPokedexNumber": 643, + "primaryType": "dragon", + "secondaryType": "fire", + "abilities": [ + "turboblaze" + ], + "drops": { + "amount": 7, + "entries": [ + { + "item": "cobblemon:rare_candy", + "quantityRange": "5-10" + }, + { + "item": "cobblemon:dragon_fang", + "percentage": 50.0 + }, + { + "item": "cobblemon:flame_orb", + "percentage": 50.0 + }, + { + "item": "cobblemon:fire_stone", + "quantityRange": "3-9" + }, + { + "item": "minecraft:wither_skeleton_skull" + }, + { + "item": "cobblemon:ability_capsule", + "percentage": 25.0 + }, + { + "item": "cobblemon:ability_patch", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 100, + "attack": 120, + "defence": 100, + "special_attack": 150, + "special_defence": 120, + "speed": 90 + }, + "catchRate": 3, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 340, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:ancientpower", + "1:dragonbreath", + "1:dragonrage", + "1:firefang", + "1:nobleroar", + "8:slash", + "16:crunch", + "24:extrasensory", + "32:dragonpulse", + "40:flamethrower", + "48:fusionflare", + "56:hypervoice", + "64:fireblast", + "72:imprison", + "80:outrage", + "88:blueflare", + "tm:bodypress", + "tm:bodyslam", + "tm:breakingswipe", + "tm:brutalswing", + "tm:confide", + "tm:crunch", + "tm:cut", + "tm:doubleedge", + "tm:doubleteam", + "tm:dracometeor", + "tm:dragoncheer", + "tm:dragonclaw", + "tm:dragondance", + "tm:dragonpulse", + "tm:dragontail", + "tm:dualwingbeat", + "tm:earthpower", + "tm:echoedvoice", + "tm:endure", + "tm:facade", + "tm:fireblast", + "tm:firefang", + "tm:firespin", + "tm:flamecharge", + "tm:flamethrower", + "tm:flareblitz", + "tm:fling", + "tm:fly", + "tm:focusblast", + "tm:frustration", + "tm:gigaimpact", + "tm:heatcrash", + "tm:heatwave", + "tm:helpinghand", + "tm:hiddenpower", + "tm:honeclaws", + "tm:hyperbeam", + "tm:hypervoice", + "tm:imprison", + "tm:incinerate", + "tm:lightscreen", + "tm:mysticalfire", + "tm:outrage", + "tm:overheat", + "tm:payback", + "tm:protect", + "tm:psychic", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:roar", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:roost", + "tm:round", + "tm:safeguard", + "tm:scaleshot", + "tm:scaryface", + "tm:scorchingsands", + "tm:secretpower", + "tm:shadowball", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:snore", + "tm:solarbeam", + "tm:steelwing", + "tm:stoneedge", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swift", + "tm:tailwind", + "tm:takedown", + "tm:terablast", + "tm:toxic", + "tm:weatherball", + "tm:willowisp", + "tm:zenheadbutt", + "tutor:blueflare", + "tutor:defog", + "tutor:dracometeor", + "tutor:dragonbreath", + "tutor:dragonclaw", + "tutor:dragonpulse", + "tutor:dualwingbeat", + "tutor:earthpower", + "tutor:extrasensory", + "tutor:heatwave", + "tutor:imprison", + "tutor:laserfocus", + "tutor:mist", + "tutor:nobleroar", + "tutor:outrage", + "tutor:roost", + "tutor:scaleshot", + "tutor:scorchingsands", + "tutor:slash", + "tutor:sleeptalk", + "tutor:snore", + "tutor:tailwind", + "tutor:zenheadbutt" + ], + "labels": [ + "gen5", + "legendary" + ], + "pokedex": [ + "cobblemon.species.reshiram.desc" + ], + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 3, + "special_defence": 0, + "speed": 0 + }, + "height": 32, + "weight": 3300, + "aspects": [], + "cannotDynamax": false + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/reuniclus.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/reuniclus.json new file mode 100644 index 0000000..556c31c --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/reuniclus.json @@ -0,0 +1,193 @@ +{ + "implemented": true, + "name": "Reuniclus", + "nationalPokedexNumber": 579, + "primaryType": "psychic", + "abilities": ["overcoat", "magicguard", "h:regenerator"], + "drops": { + "amount": 4, + "entries": [ + { + "item": "minecraft:slime_ball", + "quantityRange": "0-3" + }, + { + "item": "cobblemon:persim_berry", + "percentage": 10 + } + ] + }, + "baseStats": { + "hp": 110, + "attack": 65, + "defence": 75, + "special_attack": 125, + "special_defence": 85, + "speed": 30 + }, + "catchRate": 50, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 245, + "experienceGroup": "medium_slow", + "eggCycles": 20, + "eggGroups": ["amorphous"], + "moves": [ + "1:confusion", + "1:dizzypunch", + "1:endeavor", + "1:protect", + "1:psywave", + "1:recover", + "1:rollout", + "1:snatch", + "12:psybeam", + "14:hiddenpower", + "16:charm", + "20:psyshock", + "24:lightscreen", + "24:reflect", + "28:allyswitch", + "35:painsplit", + "40:psychic", + "48:skillswap", + "54:healblock", + "56:futuresight", + "64:wonderroom", + "tm:allyswitch", + "tm:attract", + "tm:bodyslam", + "tm:calmmind", + "tm:charm", + "tm:confide", + "tm:confuseray", + "tm:doubleteam", + "tm:drainpunch", + "tm:dreameater", + "tm:embargo", + "tm:encore", + "tm:endeavor", + "tm:endure", + "tm:energyball", + "tm:expandingforce", + "tm:explosion", + "tm:facade", + "tm:firepunch", + "tm:flash", + "tm:flashcannon", + "tm:fling", + "tm:focusblast", + "tm:focuspunch", + "tm:frustration", + "tm:futuresight", + "tm:gigaimpact", + "tm:grassknot", + "tm:gravity", + "tm:guardswap", + "tm:gyroball", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:icepunch", + "tm:imprison", + "tm:infestation", + "tm:irondefense", + "tm:knockoff", + "tm:lightscreen", + "tm:megapunch", + "tm:nightshade", + "tm:painsplit", + "tm:powerswap", + "tm:poweruppunch", + "tm:protect", + "tm:psybeam", + "tm:psychic", + "tm:psychicnoise", + "tm:psychicterrain", + "tm:psychup", + "tm:psyshock", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:safeguard", + "tm:secretpower", + "tm:shadowball", + "tm:skillswap", + "tm:sleeptalk", + "tm:snore", + "tm:storedpower", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:superpower", + "tm:swagger", + "tm:swift", + "tm:telekinesis", + "tm:terablast", + "tm:thunder", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:trick", + "tm:trickroom", + "tm:wonderroom", + "tm:zenheadbutt", + "tutor:afteryou", + "tutor:allyswitch", + "tutor:drainpunch", + "tutor:endeavor", + "tutor:expandingforce", + "tutor:firepunch", + "tutor:focuspunch", + "tutor:gravity", + "tutor:helpinghand", + "tutor:icepunch", + "tutor:irondefense", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:magiccoat", + "tutor:painsplit", + "tutor:roleplay", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:skillswap", + "tutor:sleeptalk", + "tutor:snatch", + "tutor:snore", + "tutor:steelroller", + "tutor:superpower", + "tutor:telekinesis", + "tutor:thunderpunch", + "tutor:trick", + "tutor:wonderroom", + "tutor:zenheadbutt" + ], + "labels": ["gen5"], + "pokedex": ["cobblemon.species.reuniclus.desc"], + "preEvolution": "duosion", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 3, + "special_defence": 0, + "speed": 0 + }, + "height": 10, + "weight": 201, + "aspects": [], + "cannotDynamax": false +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/sewaddle.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/sewaddle.json new file mode 100644 index 0000000..788e904 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/sewaddle.json @@ -0,0 +1,176 @@ +{ + "implemented": true, + "name": "Sewaddle", + "nationalPokedexNumber": 540, + "primaryType": "bug", + "secondaryType": "grass", + "abilities": [ + "swarm", + "chlorophyll", + "h:overcoat" + ], + "drops": { + "amount": 4, + "entries": [ + { + "item": "minecraft:string", + "quantityRange": "0-1" + }, + { + "item": "cobblemon:mental_herb", + "percentage": 2.5 + }, + { + "item": "cobblemon:revival_herb", + "percentage": 2.5 + }, + { + "item": "cobblemon:coba_berry", + "percentage": 2.5 + } + ] + }, + "baseStats": { + "hp": 45, + "attack": 53, + "defence": 70, + "special_attack": 40, + "special_defence": 60, + "speed": 42 + }, + "catchRate": 255, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 62, + "experienceGroup": "medium_slow", + "eggCycles": 15, + "eggGroups": [ + "bug" + ], + "moves": [ + "1:stringshot", + "1:tackle", + "8:bugbite", + "15:razorleaf", + "22:strugglebug", + "29:endure", + "31:stickyweb", + "36:bugbuzz", + "43:flail", + "egg:agility", + "egg:airslash", + "egg:batonpass", + "egg:camouflage", + "egg:grassyterrain", + "egg:mefirst", + "egg:mindreader", + "egg:razorwind", + "egg:screech", + "egg:silverwind", + "egg:snore", + "egg:switcheroo", + "egg:synthesis", + "egg:worryseed", + "tm:attract", + "tm:batonpass", + "tm:bugbite", + "tm:bugbuzz", + "tm:calmmind", + "tm:charm", + "tm:confide", + "tm:cut", + "tm:doubleteam", + "tm:dreameater", + "tm:electroweb", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:flash", + "tm:frustration", + "tm:gigadrain", + "tm:grassknot", + "tm:grassyglide", + "tm:grassyterrain", + "tm:hiddenpower", + "tm:irondefense", + "tm:lightscreen", + "tm:lunge", + "tm:magicalleaf", + "tm:naturepower", + "tm:payback", + "tm:pounce", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:round", + "tm:safeguard", + "tm:secretpower", + "tm:seedbomb", + "tm:skittersmack", + "tm:sleeptalk", + "tm:solarbeam", + "tm:strugglebug", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:takedown", + "tm:terablast", + "tm:toxic", + "tm:trailblaze", + "tutor:bugbite", + "tutor:electroweb", + "tutor:gigadrain", + "tutor:irondefense", + "tutor:magiccoat", + "tutor:seedbomb", + "tutor:signalbeam", + "tutor:sleeptalk", + "tutor:snore", + "tutor:synthesis", + "tutor:worryseed" + ], + "labels": [ + "gen5" + ], + "pokedex": [ + "cobblemon.species.sewaddle.desc" + ], + "evolutions": [ + { + "id": "sewaddle_swadloon", + "variant": "level_up", + "result": "swadloon", + "consumeHeldItem": false, + "learnableMoves": [ + "protect" + ], + "requirements": [ + { + "variant": "level", + "minLevel": 20 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 1, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 3, + "weight": 25, + "aspects": [], + "cannotDynamax": false + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/solosis.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/solosis.json new file mode 100644 index 0000000..2b1ed52 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/solosis.json @@ -0,0 +1,198 @@ +{ + "implemented": true, + "name": "Solosis", + "nationalPokedexNumber": 577, + "primaryType": "psychic", + "abilities": [ + "overcoat", + "magicguard", + "h:regenerator" + ], + "drops": { + "amount": 2, + "entries": [ + { + "item": "minecraft:slime_ball", + "quantityRange": "0-1" + }, + { + "item": "cobblemon:persim_berry", + "percentage": 2.5 + } + ] + }, + "baseStats": { + "hp": 45, + "attack": 30, + "defence": 40, + "special_attack": 105, + "special_defence": 50, + "speed": 20 + }, + "catchRate": 200, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 58, + "experienceGroup": "medium_slow", + "eggCycles": 20, + "eggGroups": [ + "amorphous" + ], + "moves": [ + "1:confusion", + "1:protect", + "1:psywave", + "4:recover", + "7:rollout", + "8:endeavor", + "10:snatch", + "12:psybeam", + "14:hiddenpower", + "16:charm", + "20:psyshock", + "24:lightscreen", + "24:reflect", + "28:allyswitch", + "33:painsplit", + "36:psychic", + "40:skillswap", + "44:futuresight", + "46:healblock", + "48:wonderroom", + "egg:acidarmor", + "egg:astonish", + "egg:confuseray", + "egg:helpinghand", + "egg:imprison", + "egg:nightshade", + "egg:secretpower", + "egg:trick", + "tm:allyswitch", + "tm:attract", + "tm:calmmind", + "tm:charm", + "tm:confide", + "tm:confuseray", + "tm:doubleteam", + "tm:dreameater", + "tm:embargo", + "tm:encore", + "tm:endeavor", + "tm:endure", + "tm:energyball", + "tm:expandingforce", + "tm:explosion", + "tm:facade", + "tm:flash", + "tm:flashcannon", + "tm:frustration", + "tm:futuresight", + "tm:gravity", + "tm:guardswap", + "tm:gyroball", + "tm:helpinghand", + "tm:hiddenpower", + "tm:imprison", + "tm:infestation", + "tm:irondefense", + "tm:lightscreen", + "tm:nightshade", + "tm:painsplit", + "tm:powerswap", + "tm:protect", + "tm:psybeam", + "tm:psychic", + "tm:psychicterrain", + "tm:psychup", + "tm:psyshock", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:rockslide", + "tm:rocktomb", + "tm:round", + "tm:safeguard", + "tm:secretpower", + "tm:shadowball", + "tm:skillswap", + "tm:sleeptalk", + "tm:snore", + "tm:storedpower", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swift", + "tm:telekinesis", + "tm:terablast", + "tm:thunder", + "tm:thunderwave", + "tm:toxic", + "tm:trick", + "tm:trickroom", + "tm:wonderroom", + "tm:zenheadbutt", + "tutor:afteryou", + "tutor:allyswitch", + "tutor:endeavor", + "tutor:expandingforce", + "tutor:gravity", + "tutor:helpinghand", + "tutor:irondefense", + "tutor:magiccoat", + "tutor:painsplit", + "tutor:roleplay", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:skillswap", + "tutor:sleeptalk", + "tutor:snatch", + "tutor:snore", + "tutor:steelroller", + "tutor:telekinesis", + "tutor:trick", + "tutor:wonderroom", + "tutor:zenheadbutt" + ], + "labels": [ + "gen5" + ], + "pokedex": [ + "cobblemon.species.solosis.desc" + ], + "evolutions": [ + { + "id": "solosis_duosion", + "variant": "level_up", + "result": "duosion", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 32 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 1, + "special_defence": 0, + "speed": 0 + }, + "height": 3, + "weight": 10, + "aspects": [], + "cannotDynamax": false + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/swadloon.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/swadloon.json new file mode 100644 index 0000000..14fc204 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/swadloon.json @@ -0,0 +1,152 @@ +{ + "implemented": true, + "name": "Swadloon", + "nationalPokedexNumber": 541, + "primaryType": "bug", + "secondaryType": "grass", + "abilities": ["leafguard", "chlorophyll", "h:overcoat"], + "drops": { + "amount": 5, + "entries": [ + { + "item": "minecraft:string", + "quantityRange": "0-2" + }, + { + "item": "cobblemon:mental_herb", + "percentage": 5 + }, + { + "item": "cobblemon:revival_herb", + "percentage": 5 + }, + { + "item": "cobblemon:coba_berry", + "percentage": 5 + } + ] + }, + "baseStats": { + "hp": 55, + "attack": 63, + "defence": 90, + "special_attack": 50, + "special_defence": 80, + "speed": 42 + }, + "catchRate": 120, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 133, + "experienceGroup": "medium_slow", + "eggCycles": 15, + "eggGroups": ["bug"], + "moves": [ + "1:bugbite", + "1:grasswhistle", + "1:protect", + "1:razorleaf", + "1:stringshot", + "1:tackle", + "22:strugglebug", + "29:endure", + "31:stickyweb", + "36:bugbuzz", + "43:flail", + "tm:attract", + "tm:batonpass", + "tm:bugbite", + "tm:bugbuzz", + "tm:calmmind", + "tm:charm", + "tm:confide", + "tm:cut", + "tm:doubleteam", + "tm:dreameater", + "tm:electroweb", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:flash", + "tm:frustration", + "tm:gigadrain", + "tm:grassknot", + "tm:grassyglide", + "tm:grassyterrain", + "tm:hiddenpower", + "tm:irondefense", + "tm:lightscreen", + "tm:lunge", + "tm:magicalleaf", + "tm:naturepower", + "tm:payback", + "tm:pounce", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:round", + "tm:safeguard", + "tm:secretpower", + "tm:seedbomb", + "tm:skittersmack", + "tm:sleeptalk", + "tm:solarbeam", + "tm:strugglebug", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:takedown", + "tm:terablast", + "tm:toxic", + "tm:trailblaze", + "tutor:bugbite", + "tutor:electroweb", + "tutor:gigadrain", + "tutor:irondefense", + "tutor:magiccoat", + "tutor:seedbomb", + "tutor:signalbeam", + "tutor:sleeptalk", + "tutor:snore", + "tutor:synthesis", + "tutor:worryseed" + ], + "labels": ["gen5"], + "pokedex": ["cobblemon.species.swadloon.desc"], + "preEvolution": "sewaddle", + "evolutions": [ + { + "id": "swadloon_leavanny", + "variant": "level_up", + "result": "leavanny", + "consumeHeldItem": false, + "learnableMoves": ["slash"], + "requirements": [ + { + "variant": "friendship", + "amount": 160 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 2, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 5, + "weight": 73, + "aspects": [], + "cannotDynamax": false +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/swanna.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/swanna.json new file mode 100644 index 0000000..1352794 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/swanna.json @@ -0,0 +1,147 @@ +{ + "implemented": true, + "name": "Swanna", + "nationalPokedexNumber": 581, + "primaryType": "water", + "secondaryType": "flying", + "abilities": ["keeneye", "bigpecks", "h:hydration"], + "drops": { + "amount": 5, + "entries": [ + { + "item": "minecraft:feather", + "quantityRange": "0-2" + }, + { + "item": "minecraft:chicken" + }, + { + "item": "cobblemon:sharp_beak", + "percentage": 2.5 + }, + { + "item": "cobblemon:wacan_berry", + "percentage": 5 + } + ] + }, + "baseStats": { + "hp": 75, + "attack": 87, + "defence": 63, + "special_attack": 87, + "special_defence": 63, + "speed": 98 + }, + "catchRate": 45, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 166, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": ["water_1", "flying"], + "moves": [ + "1:defog", + "1:watergun", + "1:watersport", + "1:wingattack", + "13:waterpulse", + "15:aerialace", + "19:bubblebeam", + "21:featherdance", + "24:aquaring", + "27:airslash", + "30:roost", + "34:raindance", + "40:tailwind", + "47:bravebird", + "55:hurricane", + "tm:acrobatics", + "tm:aerialace", + "tm:aircutter", + "tm:airslash", + "tm:alluringvoice", + "tm:attract", + "tm:bravebird", + "tm:chillingwater", + "tm:confide", + "tm:disarmingvoice", + "tm:dive", + "tm:doubleedge", + "tm:doubleteam", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:featherdance", + "tm:flipturn", + "tm:fly", + "tm:frustration", + "tm:gigaimpact", + "tm:hail", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hurricane", + "tm:hydropump", + "tm:hyperbeam", + "tm:icebeam", + "tm:icywind", + "tm:knockoff", + "tm:liquidation", + "tm:pluck", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:roost", + "tm:round", + "tm:scald", + "tm:secretpower", + "tm:sleeptalk", + "tm:steelwing", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:tailwind", + "tm:terablast", + "tm:toxic", + "tm:trailblaze", + "tm:waterpulse", + "tm:weatherball", + "tm:whirlpool", + "tutor:defog", + "tutor:endeavor", + "tutor:icywind", + "tutor:liquidation", + "tutor:roost", + "tutor:skyattack", + "tutor:sleeptalk", + "tutor:snore", + "tutor:tailwind", + "tutor:uproar", + "tutor:waterpulse" + ], + "labels": ["gen5"], + "pokedex": ["cobblemon.species.swanna.desc"], + "preEvolution": "ducklett", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "height": 13, + "weight": 242, + "aspects": [], + "cannotDynamax": false +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/thundurus.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/thundurus.json new file mode 100644 index 0000000..82c6516 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/thundurus.json @@ -0,0 +1,254 @@ +{ + "implemented": true, + "name": "Thundurus", + "nationalPokedexNumber": 642, + "primaryType": "electric", + "secondaryType": "flying", + "abilities": [ + "prankster", + "h:defiant" + ], + "drops": { + "amount": 5, + "entries": [ + { + "item": "cobblemon:rare_candy", + "quantityRange": "5-10" + }, + { + "item": "cobblemon:float_stone", + "percentage": 50.0 + }, + { + "item": "cobblemon:black_glasses", + "percentage": 50.0 + }, + { + "item": "cobblemon:ability_capsule", + "percentage": 25.0 + }, + { + "item": "cobblemon:ability_patch", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 79, + "attack": 115, + "defence": 70, + "special_attack": 125, + "special_defence": 80, + "speed": 111 + }, + "catchRate": 3, + "maleRatio": 1, + "shoulderMountable": false, + "baseExperienceYield": 290, + "baseFriendship": 90, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:astonish", + "1:nastyplot", + "1:thundershock", + "5:leer", + "10:swagger", + "13:revenge", + "15:bite", + "20:shockwave", + "25:agility", + "25:healblock", + "30:charge", + "35:voltswitch", + "40:crunch", + "45:discharge", + "50:uproar", + "55:hammerarm", + "60:raindance", + "65:thunder", + "67:darkpulse", + "70:thrash", + "75:wildboltstorm", + "tm:acrobatics", + "tm:agility", + "tm:assurance", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:brutalswing", + "tm:bulkup", + "tm:charge", + "tm:chargebeam", + "tm:confide", + "tm:crunch", + "tm:darkpulse", + "tm:doubleteam", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:embargo", + "tm:endure", + "tm:facade", + "tm:flashcannon", + "tm:fling", + "tm:fly", + "tm:focusblast", + "tm:foulplay", + "tm:frustration", + "tm:gigaimpact", + "tm:grassknot", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:incinerate", + "tm:irontail", + "tm:knockoff", + "tm:lashout", + "tm:nastyplot", + "tm:payback", + "tm:protect", + "tm:psychic", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:revenge", + "tm:rocksmash", + "tm:round", + "tm:scaryface", + "tm:secretpower", + "tm:skydrop", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:sludgewave", + "tm:smackdown", + "tm:smartstrike", + "tm:snarl", + "tm:snore", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:supercellslam", + "tm:superpower", + "tm:swagger", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:torment", + "tm:toxic", + "tm:uproar", + "tm:uturn", + "tm:voltswitch", + "tm:weatherball", + "tm:wildcharge", + "tm:zenheadbutt", + "tutor:agility", + "tutor:astonish", + "tutor:charge", + "tutor:crunch", + "tutor:darkpulse", + "tutor:defog", + "tutor:discharge", + "tutor:electroweb", + "tutor:focusblast", + "tutor:foulplay", + "tutor:grassknot", + "tutor:hammerarm", + "tutor:healblock", + "tutor:irontail", + "tutor:knockoff", + "tutor:lashout", + "tutor:nastyplot", + "tutor:raindance", + "tutor:revenge", + "tutor:risingvoltage", + "tutor:roleplay", + "tutor:shockwave", + "tutor:sleeptalk", + "tutor:sludgewave", + "tutor:snore", + "tutor:superpower", + "tutor:thunder", + "tutor:thunderbolt", + "tutor:thunderpunch", + "tutor:thundershock", + "tutor:uproar", + "tutor:weatherball", + "tutor:wildcharge" + ], + "labels": [ + "gen5", + "legendary" + ], + "pokedex": [ + "cobblemon.species.thundurus.desc" + ], + "height": 15, + "weight": 610, + "evolutions": [], + "forms": [ + { + "name": "Therian", + "primaryType": "electric", + "secondaryType": "flying", + "abilities": [ + "voltabsorb" + ], + "baseStats": { + "hp": 79, + "attack": 105, + "defence": 70, + "special_attack": 145, + "special_defence": 80, + "speed": 101 + }, + "catchRate": 3, + "maleRatio": 1, + "baseExperienceYield": 290, + "baseFriendship": 90, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 3, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "labels": [ + "gen5", + "legendary" + ], + "aspects": [ + "therian" + ], + "height": 30, + "weight": 610, + "cannotDynamax": false, + "battleOnly": false + } + ], + "aspects": [], + "cannotDynamax": false + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/tornadus.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/tornadus.json new file mode 100644 index 0000000..defa4f1 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/tornadus.json @@ -0,0 +1,239 @@ +{ + "implemented": true, + "name": "Tornadus", + "nationalPokedexNumber": 641, + "primaryType": "flying", + "abilities": [ + "prankster", + "h:defiant" + ], + "drops": { + "amount": 5, + "entries": [ + { + "item": "cobblemon:rare_candy", + "quantityRange": "5-10" + }, + { + "item": "cobblemon:float_stone", + "percentage": 50.0 + }, + { + "item": "cobblemon:black_glasses", + "percentage": 50.0 + }, + { + "item": "cobblemon:ability_capsule", + "percentage": 25.0 + }, + { + "item": "cobblemon:ability_patch", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 79, + "attack": 115, + "defence": 70, + "special_attack": 125, + "special_defence": 80, + "speed": 111 + }, + "catchRate": 3, + "maleRatio": 1, + "shoulderMountable": false, + "baseExperienceYield": 290, + "baseFriendship": 90, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:astonish", + "1:gust", + "5:leer", + "10:swagger", + "13:revenge", + "15:bite", + "20:aircutter", + "25:agility", + "30:tailwind", + "35:airslash", + "40:crunch", + "45:extrasensory", + "50:uproar", + "55:hammerarm", + "60:raindance", + "65:hurricane", + "67:darkpulse", + "70:thrash", + "77:bleakwindstorm", + "tm:acrobatics", + "tm:aerialace", + "tm:agility", + "tm:aircutter", + "tm:airslash", + "tm:assurance", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:brutalswing", + "tm:bulkup", + "tm:chillingwater", + "tm:confide", + "tm:crunch", + "tm:darkpulse", + "tm:doubleteam", + "tm:embargo", + "tm:endure", + "tm:facade", + "tm:fling", + "tm:fly", + "tm:focusblast", + "tm:foulplay", + "tm:frustration", + "tm:gigaimpact", + "tm:grassknot", + "tm:heatwave", + "tm:hiddenpower", + "tm:hurricane", + "tm:hyperbeam", + "tm:icywind", + "tm:incinerate", + "tm:irontail", + "tm:knockoff", + "tm:lashout", + "tm:metronome", + "tm:nastyplot", + "tm:payback", + "tm:protect", + "tm:psychic", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:revenge", + "tm:reversal", + "tm:rocksmash", + "tm:round", + "tm:sandstorm", + "tm:scaryface", + "tm:secretpower", + "tm:skydrop", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:sludgewave", + "tm:smackdown", + "tm:snore", + "tm:snowscape", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:superpower", + "tm:swagger", + "tm:tailwind", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thief", + "tm:torment", + "tm:toxic", + "tm:uproar", + "tm:uturn", + "tm:weatherball", + "tutor:agility", + "tutor:aircutter", + "tutor:airslash", + "tutor:astonish", + "tutor:crunch", + "tutor:darkpulse", + "tutor:defog", + "tutor:extrasensory", + "tutor:foulplay", + "tutor:grassknot", + "tutor:gust", + "tutor:hammerarm", + "tutor:heatwave", + "tutor:hiddenpower", + "tutor:hurricane", + "tutor:icywind", + "tutor:irontail", + "tutor:knockoff", + "tutor:lashout", + "tutor:raindance", + "tutor:revenge", + "tutor:roleplay", + "tutor:sleeptalk", + "tutor:snore", + "tutor:superpower", + "tutor:tailwind", + "tutor:uproar" + ], + "labels": [ + "gen5", + "legendary" + ], + "pokedex": [ + "cobblemon.species.tornadus.desc" + ], + "height": 15, + "weight": 630, + "evolutions": [], + "forms": [ + { + "name": "Therian", + "primaryType": "flying", + "abilities": [ + "regenerator" + ], + "baseStats": { + "hp": 79, + "attack": 100, + "defence": 80, + "special_attack": 110, + "special_defence": 90, + "speed": 121 + }, + "catchRate": 3, + "maleRatio": 1, + "baseExperienceYield": 290, + "baseFriendship": 90, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 3 + }, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "labels": [ + "gen5", + "legendary" + ], + "aspects": [ + "therian" + ], + "height": 14, + "weight": 630, + "cannotDynamax": false, + "battleOnly": false + } + ], + "aspects": [], + "cannotDynamax": false + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/tynamo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/tynamo.json new file mode 100644 index 0000000..6c10555 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/tynamo.json @@ -0,0 +1,89 @@ +{ + "implemented": true, + "name": "Tynamo", + "nationalPokedexNumber": 602, + "primaryType": "electric", + "abilities": [ + "levitate" + ], + "drops": { + "amount": 1, + "entries": [ + { + "item": "minecraft:slime_ball", + "quantityRange": "0-1" + } + ] + }, + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 45, + "special_defence": 40, + "speed": 60 + }, + "catchRate": 190, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 55, + "experienceGroup": "slow", + "eggCycles": 20, + "eggGroups": [ + "amorphous" + ], + "moves": [ + "1:chargebeam", + "1:spark", + "1:tackle", + "1:thunderwave", + "tm:charge", + "tm:chargebeam", + "tm:knockoff", + "tm:terablast", + "tm:thunderwave", + "tutor:magnetrise" + ], + "labels": [ + "gen5" + ], + "pokedex": [ + "cobblemon.species.tynamo.desc" + ], + "evolutions": [ + { + "id": "tynamo_eelektrik", + "variant": "level_up", + "result": "eelektrik", + "consumeHeldItem": false, + "learnableMoves": [ + "crunch" + ], + "requirements": [ + { + "variant": "level", + "minLevel": 39 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 1 + }, + "height": 2, + "weight": 3, + "aspects": [], + "cannotDynamax": false +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/vullaby.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/vullaby.json new file mode 100644 index 0000000..9e69029 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/vullaby.json @@ -0,0 +1,183 @@ +{ + "implemented": true, + "name": "Vullaby", + "nationalPokedexNumber": 629, + "primaryType": "dark", + "secondaryType": "flying", + "abilities": ["bigpecks", "overcoat", "h:weakarmor"], + "drops": { + "amount": 4, + "entries": [ + { + "item": "minecraft:feather", + "quantityRange": "0-1" + }, + { + "item": "minecraft:rotten_flesh", + "quantityRange": "0-1" + }, + { + "item": "minecraft:chicken" + }, + { + "item": "cobblemon:bluk_berry", + "percentage": 2.5 + } + ] + }, + "baseStats": { + "hp": 70, + "attack": 55, + "defence": 75, + "special_attack": 45, + "special_defence": 65, + "speed": 60 + }, + "catchRate": 190, + "maleRatio": 0, + "shoulderMountable": false, + "baseExperienceYield": 74, + "experienceGroup": "slow", + "eggCycles": 20, + "eggGroups": ["flying"], + "moves": [ + "1:gust", + "1:leer", + "5:furyattack", + "6:flatter", + "12:pluck", + "18:tailwind", + "23:feintattack", + "24:knockoff", + "28:punishment", + "30:irondefense", + "36:whirlwind", + "42:airslash", + "48:darkpulse", + "50:embargo", + "54:nastyplot", + "60:defog", + "64:mirrormove", + "66:attract", + "72:bravebird", + "egg:faketears", + "egg:foulplay", + "egg:knockoff", + "egg:meanlook", + "egg:roost", + "egg:scaryface", + "egg:steelwing", + "egg:toxic", + "tm:aerialace", + "tm:aircutter", + "tm:airslash", + "tm:assurance", + "tm:attract", + "tm:bravebird", + "tm:confide", + "tm:cut", + "tm:darkpulse", + "tm:doubleedge", + "tm:doubleteam", + "tm:dualwingbeat", + "tm:embargo", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:featherdance", + "tm:fly", + "tm:foulplay", + "tm:frustration", + "tm:heatwave", + "tm:hiddenpower", + "tm:incinerate", + "tm:irondefense", + "tm:knockoff", + "tm:lashout", + "tm:nastyplot", + "tm:payback", + "tm:pluck", + "tm:protect", + "tm:psychup", + "tm:raindance", + "tm:rest", + "tm:retaliate", + "tm:return", + "tm:rocksmash", + "tm:rocktomb", + "tm:roost", + "tm:round", + "tm:scaryface", + "tm:secretpower", + "tm:shadowball", + "tm:sleeptalk", + "tm:snarl", + "tm:snore", + "tm:spite", + "tm:steelwing", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swift", + "tm:tailwind", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thief", + "tm:throatchop", + "tm:torment", + "tm:toxic", + "tm:uproar", + "tm:uturn", + "tutor:block", + "tutor:darkpulse", + "tutor:defog", + "tutor:dualwingbeat", + "tutor:foulplay", + "tutor:heatwave", + "tutor:irondefense", + "tutor:knockoff", + "tutor:lashout", + "tutor:roost", + "tutor:sleeptalk", + "tutor:snatch", + "tutor:snore", + "tutor:tailwind" + ], + "labels": ["gen5"], + "pokedex": ["cobblemon.species.vullaby.desc"], + "evolutions": [ + { + "id": "vullaby_mandibuzz", + "variant": "level_up", + "result": "mandibuzz", + "consumeHeldItem": false, + "learnableMoves": ["bonerush"], + "requirements": [ + { + "variant": "level", + "minLevel": 54 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 35, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 1, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 5, + "weight": 90, + "aspects": [], + "cannotDynamax": false +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/yamask.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/yamask.json new file mode 100644 index 0000000..61d3650 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/yamask.json @@ -0,0 +1,293 @@ +{ + "implemented": true, + "name": "Yamask", + "nationalPokedexNumber": 562, + "primaryType": "ghost", + "abilities": ["mummy"], + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:spell_tag", + "percentage": 2.5 + } + ] + }, + "baseStats": { + "hp": 38, + "attack": 30, + "defence": 85, + "special_attack": 55, + "special_defence": 65, + "speed": 30 + }, + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "fly": { + "canFly": true + } + } + }, + "catchRate": 190, + "maleRatio": 0.5, + "shoulderMountable": false, + "forms": [ + { + "name": "Galar", + "primaryType": "ground", + "secondaryType": "ghost", + "abilities": ["wanderingspirit"], + "baseStats": { + "hp": 38, + "attack": 55, + "defence": 85, + "special_attack": 30, + "special_defence": 65, + "speed": 30 + }, + "catchRate": 190, + "maleRatio": 0.5, + "baseExperienceYield": 61, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 1, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "medium_fast", + "eggCycles": 25, + "eggGroups": ["mineral", "amorphous"], + "moves": [ + "1:astonish", + "1:protect", + "4:haze", + "8:nightshade", + "12:disable", + "16:brutalswing", + "20:craftyshield", + "24:hex", + "28:meanlook", + "32:slam", + "36:curse", + "40:shadowball", + "44:earthquake", + "48:guardsplit", + "48:powersplit", + "52:destinybond", + "egg:memento", + "tm:allyswitch", + "tm:attract", + "tm:brutalswing", + "tm:calmmind", + "tm:darkpulse", + "tm:earthpower", + "tm:earthquake", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:faketears", + "tm:hex", + "tm:imprison", + "tm:irondefense", + "tm:nastyplot", + "tm:payback", + "tm:protect", + "tm:psychic", + "tm:raindance", + "tm:rest", + "tm:rockslide", + "tm:rocktomb", + "tm:round", + "tm:safeguard", + "tm:sandstorm", + "tm:shadowball", + "tm:skillswap", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:thief", + "tm:toxicspikes", + "tm:trick", + "tm:trickroom", + "tm:willowisp", + "tm:wonderroom", + "tm:zenheadbutt", + "tutor:poltergeist" + ], + "labels": ["gen8", "galar_regional"], + "aspects": ["galarian"], + "height": 5, + "weight": 15, + "evolutions": [ + { + "id": "yamask_runerigus", + "variant": "level_up", + "result": "runerigus", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "damage_taken", + "amount": 49 + } + ] + } + ], + "cannotDynamax": false, + "battleOnly": false, + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:kasib_berry", + "percentage": 2.5 + } + ] + } + } + ], + "baseExperienceYield": 61, + "experienceGroup": "medium_fast", + "eggCycles": 25, + "eggGroups": ["mineral", "amorphous"], + "moves": [ + "1:astonish", + "1:protect", + "4:haze", + "8:nightshade", + "12:disable", + "16:willowisp", + "20:craftyshield", + "24:hex", + "25:ominouswind", + "28:meanlook", + "32:grudge", + "36:curse", + "40:shadowball", + "44:darkpulse", + "48:guardsplit", + "48:powersplit", + "52:destinybond", + "egg:allyswitch", + "egg:craftyshield", + "egg:disable", + "egg:endure", + "egg:faketears", + "egg:healblock", + "egg:imprison", + "egg:memento", + "egg:nastyplot", + "egg:nightmare", + "egg:toxicspikes", + "tm:allyswitch", + "tm:attract", + "tm:calmmind", + "tm:confide", + "tm:darkpulse", + "tm:doubleteam", + "tm:dreameater", + "tm:embargo", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:faketears", + "tm:flash", + "tm:frustration", + "tm:hex", + "tm:hiddenpower", + "tm:imprison", + "tm:infestation", + "tm:irondefense", + "tm:nastyplot", + "tm:payback", + "tm:protect", + "tm:psychic", + "tm:psychup", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:round", + "tm:safeguard", + "tm:secretpower", + "tm:shadowball", + "tm:skillswap", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:swagger", + "tm:telekinesis", + "tm:thief", + "tm:toxic", + "tm:toxicspikes", + "tm:trick", + "tm:trickroom", + "tm:willowisp", + "tm:wonderroom", + "tm:zenheadbutt", + "tutor:afteryou", + "tutor:allyswitch", + "tutor:block", + "tutor:darkpulse", + "tutor:irondefense", + "tutor:knockoff", + "tutor:magiccoat", + "tutor:painsplit", + "tutor:poltergeist", + "tutor:roleplay", + "tutor:shockwave", + "tutor:skillswap", + "tutor:sleeptalk", + "tutor:snatch", + "tutor:snore", + "tutor:spite", + "tutor:telekinesis", + "tutor:trick", + "tutor:wonderroom", + "tutor:zenheadbutt" + ], + "labels": ["gen5", "unova_regional"], + "pokedex": ["cobblemon.species.yamask.desc"], + "evolutions": [ + { + "id": "yamask_cofagrigus", + "variant": "level_up", + "result": "cofagrigus", + "consumeHeldItem": false, + "learnableMoves": ["shadowclaw"], + "requirements": [ + { + "variant": "level", + "minLevel": 34 + } + ] + } + ], + "baseScale": 0.5, + "hitbox": { + "width": 1, + "height": 1.4, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 1, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 5, + "weight": 15, + "aspects": [], + "cannotDynamax": false +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/zekrom.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/zekrom.json new file mode 100644 index 0000000..3d83c7d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation5/zekrom.json @@ -0,0 +1,199 @@ +{ + "implemented": true, + "name": "Zekrom", + "nationalPokedexNumber": 644, + "primaryType": "dragon", + "secondaryType": "electric", + "abilities": ["teravolt"], + "drops": { + "amount": 5, + "entries": [ + { + "item": "cobblemon:rare_candy", + "quantityRange": "5-10" + }, + { + "item": "cobblemon:cell_battery", + "percentage": 50.0 + }, + { + "item": "cobblemon:dragon_fang", + "percentage": 50.0 + }, + { + "item": "cobblemon:ability_capsule", + "percentage": 25.0 + }, + { + "item": "cobblemon:ability_patch", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 100, + "attack": 150, + "defence": 120, + "special_attack": 120, + "special_defence": 100, + "speed": 90 + }, + "catchRate": 3, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 340, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": ["undiscovered"], + "moves": [ + "1:ancientpower", + "1:dragonbreath", + "1:dragonrage", + "1:nobleroar", + "1:thunderfang", + "8:slash", + "16:crunch", + "24:zenheadbutt", + "32:dragonclaw", + "40:thunderbolt", + "48:fusionbolt", + "56:hypervoice", + "64:thunder", + "72:imprison", + "80:outrage", + "88:boltstrike", + "tm:bodypress", + "tm:bodyslam", + "tm:breakingswipe", + "tm:brickbreak", + "tm:brutalswing", + "tm:charge", + "tm:chargebeam", + "tm:confide", + "tm:crunch", + "tm:cut", + "tm:doubleedge", + "tm:doubleteam", + "tm:dracometeor", + "tm:dragoncheer", + "tm:dragonclaw", + "tm:dragondance", + "tm:dragonpulse", + "tm:dragontail", + "tm:dualwingbeat", + "tm:earthpower", + "tm:echoedvoice", + "tm:electricterrain", + "tm:electroball", + "tm:endure", + "tm:facade", + "tm:flash", + "tm:flashcannon", + "tm:fling", + "tm:fly", + "tm:focusblast", + "tm:focuspunch", + "tm:frustration", + "tm:gigaimpact", + "tm:haze", + "tm:helpinghand", + "tm:hiddenpower", + "tm:honeclaws", + "tm:hyperbeam", + "tm:hypervoice", + "tm:imprison", + "tm:lightscreen", + "tm:outrage", + "tm:payback", + "tm:protect", + "tm:psychic", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:roar", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:roost", + "tm:round", + "tm:safeguard", + "tm:scaleshot", + "tm:scaryface", + "tm:secretpower", + "tm:shadowball", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:snore", + "tm:stealthrock", + "tm:steelwing", + "tm:stoneedge", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:supercellslam", + "tm:swagger", + "tm:swift", + "tm:tailwind", + "tm:takedown", + "tm:terablast", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderfang", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:voltswitch", + "tm:weatherball", + "tm:wildcharge", + "tm:zenheadbutt", + "tutor:boltstrike", + "tutor:defog", + "tutor:dracometeor", + "tutor:dragonbreath", + "tutor:dragonclaw", + "tutor:dragonpulse", + "tutor:dualwingbeat", + "tutor:earthpower", + "tutor:haze", + "tutor:imprison", + "tutor:laserfocus", + "tutor:magnetrise", + "tutor:nobleroar", + "tutor:outrage", + "tutor:risingvoltage", + "tutor:roost", + "tutor:scaleshot", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:slash", + "tutor:sleeptalk", + "tutor:snore", + "tutor:stoneedge", + "tutor:tailwind", + "tutor:thunderpunch", + "tutor:zenheadbutt" + ], + "labels": ["gen5", "legendary"], + "pokedex": ["cobblemon.species.zekrom.desc"], + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 29, + "weight": 3450, + "aspects": [], + "cannotDynamax": false +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/barbaracle.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/barbaracle.json new file mode 100644 index 0000000..5955c0e --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/barbaracle.json @@ -0,0 +1,190 @@ +{ + "implemented": true, + "name": "Barbaracle", + "nationalPokedexNumber": 689, + "primaryType": "rock", + "secondaryType": "water", + "abilities": [ + "toughclaws", + "sniper", + "h:pickpocket" + ], + "baseStats": { + "hp": 72, + "attack": 105, + "defence": 115, + "special_attack": 54, + "special_defence": 86, + "speed": 68 + }, + "catchRate": 45, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 175, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": [ + "water_3" + ], + "moves": [ + "1:mudslap", + "1:sandattack", + "1:scratch", + "1:skullbash", + "1:watergun", + "1:withdraw", + "12:furycutter", + "16:furyswipes", + "20:ancientpower", + "20:clamp", + "24:rockpolish", + "28:slash", + "32:honeclaws", + "36:razorshell", + "42:shellsmash", + "44:nightslash", + "48:crosschop", + "54:stoneedge", + "tm:aerialace", + "tm:assurance", + "tm:attract", + "tm:beatup", + "tm:blizzard", + "tm:brickbreak", + "tm:brutalswing", + "tm:bulkup", + "tm:bulldoze", + "tm:confide", + "tm:cut", + "tm:dig", + "tm:dive", + "tm:doubleteam", + "tm:dragonclaw", + "tm:earthpower", + "tm:earthquake", + "tm:embargo", + "tm:endure", + "tm:facade", + "tm:falseswipe", + "tm:fling", + "tm:focusblast", + "tm:frustration", + "tm:gigaimpact", + "tm:grassknot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:honeclaws", + "tm:hyperbeam", + "tm:icebeam", + "tm:icywind", + "tm:infestation", + "tm:irondefense", + "tm:liquidation", + "tm:lowkick", + "tm:muddywater", + "tm:mudshot", + "tm:naturepower", + "tm:payback", + "tm:poisonjab", + "tm:poweruppunch", + "tm:protect", + "tm:raindance", + "tm:razorshell", + "tm:rest", + "tm:return", + "tm:rockblast", + "tm:rockpolish", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:safeguard", + "tm:sandstorm", + "tm:scald", + "tm:screech", + "tm:secretpower", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:sludgewave", + "tm:smackdown", + "tm:snore", + "tm:stealthrock", + "tm:stoneedge", + "tm:strength", + "tm:substitute", + "tm:superpower", + "tm:surf", + "tm:swagger", + "tm:swordsdance", + "tm:taunt", + "tm:thief", + "tm:torment", + "tm:toxic", + "tm:uproar", + "tm:whirlpool", + "tm:xscissor", + "tutor:dualchop", + "tutor:earthpower", + "tutor:endeavor", + "tutor:helpinghand", + "tutor:icywind", + "tutor:irondefense", + "tutor:laserfocus", + "tutor:liquidation", + "tutor:lowkick", + "tutor:meteorbeam", + "tutor:snore", + "tutor:stealthrock", + "tutor:superpower", + "tutor:waterpulse" + ], + "labels": [ + "gen6" + ], + "pokedex": [ + "cobblemon.species.barbaracle.desc" + ], + "preEvolution": "binacle", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 2, + "height": 2, + "fixed": false + }, + "moving": { + "canLook": true, + "walk": { + "walkSpeed": 0.4 + }, + "swim": { + "swimSpeed": 0.4, + "canSwimInWater": true, + "canBreatheUnderwater": true + } + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 2, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 13, + "weight": 960, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:rindo_berry", + "percentage": 5.0 + } + ] + } + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/binacle.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/binacle.json new file mode 100644 index 0000000..000942b --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/binacle.json @@ -0,0 +1,179 @@ +{ + "implemented": true, + "name": "Binacle", + "nationalPokedexNumber": 688, + "primaryType": "rock", + "secondaryType": "water", + "abilities": [ + "toughclaws", + "sniper", + "h:pickpocket" + ], + "baseStats": { + "hp": 42, + "attack": 52, + "defence": 67, + "special_attack": 39, + "special_defence": 56, + "speed": 50 + }, + "catchRate": 120, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 61, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": [ + "water_3" + ], + "moves": [ + "1:mudslap", + "1:sandattack", + "1:scratch", + "4:withdraw", + "8:watergun", + "12:furycutter", + "16:furyswipes", + "20:ancientpower", + "20:clamp", + "24:rockpolish", + "28:slash", + "32:honeclaws", + "36:razorshell", + "40:shellsmash", + "41:nightslash", + "44:crosschop", + "egg:helpinghand", + "egg:nightslash", + "egg:sandattack", + "egg:switcheroo", + "egg:tickle", + "egg:watersport", + "tm:aerialace", + "tm:assurance", + "tm:attract", + "tm:beatup", + "tm:blizzard", + "tm:brickbreak", + "tm:bulldoze", + "tm:confide", + "tm:cut", + "tm:dig", + "tm:doubleteam", + "tm:earthquake", + "tm:embargo", + "tm:endure", + "tm:facade", + "tm:falseswipe", + "tm:fling", + "tm:frustration", + "tm:grassknot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:honeclaws", + "tm:icebeam", + "tm:icywind", + "tm:infestation", + "tm:irondefense", + "tm:liquidation", + "tm:mudshot", + "tm:naturepower", + "tm:payback", + "tm:poisonjab", + "tm:poweruppunch", + "tm:protect", + "tm:raindance", + "tm:razorshell", + "tm:rest", + "tm:return", + "tm:rockblast", + "tm:rockpolish", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:safeguard", + "tm:sandstorm", + "tm:scald", + "tm:screech", + "tm:secretpower", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:sludgewave", + "tm:smackdown", + "tm:snore", + "tm:stealthrock", + "tm:stoneedge", + "tm:strength", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swordsdance", + "tm:taunt", + "tm:thief", + "tm:torment", + "tm:toxic", + "tm:uproar", + "tm:xscissor", + "tutor:dualchop", + "tutor:endeavor", + "tutor:helpinghand", + "tutor:icywind", + "tutor:irondefense", + "tutor:liquidation", + "tutor:snore", + "tutor:stealthrock", + "tutor:waterpulse" + ], + "labels": [ + "gen6" + ], + "pokedex": [ + "cobblemon.species.binacle.desc" + ], + "evolutions": [ + { + "id": "binacle_barbaracle", + "variant": "level_up", + "result": "barbaracle", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 39 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 1, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 5, + "weight": 310, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:rindo_berry", + "percentage": 2.5 + } + ] + } + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/diancie.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/diancie.json new file mode 100644 index 0000000..1390e2c --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/diancie.json @@ -0,0 +1,171 @@ +{ + "implemented": true, + "name": "Diancie", + "nationalPokedexNumber": 719, + "primaryType": "rock", + "secondaryType": "fairy", + "abilities": ["clearbody"], + "baseStats": { + "hp": 50, + "attack": 100, + "defence": 150, + "special_attack": 100, + "special_defence": 150, + "speed": 50 + }, + "catchRate": 3, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 300, + "experienceGroup": "slow", + "eggCycles": 25, + "eggGroups": ["undiscovered"], + "behaviour": { + "moving": { + "walk": { + "walkSpeed": 0.33 + } + }, + "resting": { + "canSleep": true, + "willSleepOnBed": false, + "depth": "normal", + "light": "0-7" + } + }, + "moves": [ + "1:diamondstorm", + "1:harden", + "1:rockthrow", + "1:tackle", + "5:sharpen", + "7:guardsplit", + "12:reflect", + "14:smackdown", + "21:flail", + "28:ancientpower", + "35:rockpolish", + "42:lightscreen", + "46:trickroom", + "49:rockslide", + "56:skillswap", + "63:powergem", + "70:safeguard", + "70:stealthrock", + "77:moonblast", + "84:stoneedge", + "tm:allyswitch", + "tm:amnesia", + "tm:batonpass", + "tm:bodypress", + "tm:bodyslam", + "tm:bulldoze", + "tm:calmmind", + "tm:charm", + "tm:confide", + "tm:dazzlinggleam", + "tm:doubleteam", + "tm:drainingkiss", + "tm:earthpower", + "tm:encore", + "tm:endure", + "tm:explosion", + "tm:facade", + "tm:faketears", + "tm:flash", + "tm:flashcannon", + "tm:frustration", + "tm:gigaimpact", + "tm:guardswap", + "tm:gyroball", + "tm:hail", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:irondefense", + "tm:lightscreen", + "tm:metronome", + "tm:mysticalfire", + "tm:naturepower", + "tm:nastyplot", + "tm:playrough", + "tm:powergem", + "tm:protect", + "tm:psychic", + "tm:psychup", + "tm:psyshock", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:rockpolish", + "tm:rockslide", + "tm:rocktomb", + "tm:round", + "tm:safeguard", + "tm:sandstorm", + "tm:sandtomb", + "tm:secretpower", + "tm:skillswap", + "tm:sleeptalk", + "tm:smackdown", + "tm:snore", + "tm:snowscape", + "tm:spikes", + "tm:stealthrock", + "tm:stoneedge", + "tm:storedpower", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:toxic", + "tm:trickroom", + "tm:wonderroom", + "tutor:afteryou", + "tutor:covet", + "tutor:diamondstorm", + "tutor:earthpower", + "tutor:endeavor", + "tutor:gravity", + "tutor:healbell", + "tutor:helpinghand", + "tutor:irondefense", + "tutor:lastresort", + "tutor:magnetrise", + "tutor:meteorbeam", + "tutor:mistyexplosion", + "tutor:moonblast", + "tutor:reflect", + "tutor:return", + "tutor:skillswap", + "tutor:snore", + "tutor:stealthrock", + "tutor:telekinesis", + "tutor:terrainpulse", + "tutor:wonderroom" + ], + "labels": ["gen6", "mythical", "legendary"], + "pokedex": ["cobblemon.species.diancie.desc"], + "baseScale": 0.8, + "hitbox": { + "width": 0.8, + "height": 1.6, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 1, + "special_attack": 0, + "special_defence": 2, + "speed": 0 + }, + "height": 7, + "weight": 88, + "aspects": [], + "cannotDynamax": false +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/espurr.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/espurr.json new file mode 100644 index 0000000..e3977b7 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/espurr.json @@ -0,0 +1,177 @@ +{ + "implemented": true, + "name": "Espurr", + "nationalPokedexNumber": 677, + "primaryType": "psychic", + "abilities": ["keeneye", "infiltrator", "h:owntempo"], + "baseStats": { + "hp": 62, + "attack": 48, + "defence": 54, + "special_attack": 63, + "special_defence": 60, + "speed": 68 + }, + "catchRate": 190, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 71, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": ["field"], + "moves": [ + "1:leer", + "1:scratch", + "3:fakeout", + "6:disarmingvoice", + "9:confusion", + "18:covet", + "21:psybeam", + "30:lightscreen", + "30:reflect", + "33:psyshock", + "egg:assist", + "egg:barrier", + "egg:tickle", + "egg:trick", + "egg:yawn", + "tm:allyswitch", + "tm:attract", + "tm:calmmind", + "tm:chargebeam", + "tm:charm", + "tm:confide", + "tm:cut", + "tm:darkpulse", + "tm:disarmingvoice", + "tm:doubleteam", + "tm:dreameater", + "tm:echoedvoice", + "tm:endure", + "tm:energyball", + "tm:expandingforce", + "tm:facade", + "tm:faketears", + "tm:flash", + "tm:frustration", + "tm:gravity", + "tm:helpinghand", + "tm:hiddenpower", + "tm:irontail", + "tm:lightscreen", + "tm:magicroom", + "tm:nastyplot", + "tm:payback", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:psybeam", + "tm:psychic", + "tm:psychicnoise", + "tm:psychup", + "tm:psyshock", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:round", + "tm:safeguard", + "tm:secretpower", + "tm:shadowball", + "tm:skillswap", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swift", + "tm:terablast", + "tm:thunderbolt", + "tm:thunderwave", + "tm:torment", + "tm:toxic", + "tm:trick", + "tm:trickroom", + "tm:wonderroom", + "tm:workup", + "tm:zenheadbutt", + "tutor:allyswitch", + "tutor:covet", + "tutor:expandingforce", + "tutor:gravity", + "tutor:healbell", + "tutor:helpinghand", + "tutor:irontail", + "tutor:magiccoat", + "tutor:magicroom", + "tutor:recycle", + "tutor:roleplay", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:skillswap", + "tutor:snatch", + "tutor:snore", + "tutor:telekinesis", + "tutor:trick", + "tutor:wonderroom", + "tutor:zenheadbutt" + ], + "labels": ["gen6"], + "pokedex": ["cobblemon.species.espurr.desc"], + "evolutions": [ + { + "id": "espurr_meowstic", + "variant": "level_up", + "result": "meowstic", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 25 + } + ] + }, + { + "id": "espurr_meowstic", + "variant": "level_up", + "result": "meowstic f", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 25 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 1 + }, + "height": 3, + "weight": 35, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:colbur_berry", + "percentage": 2.5 + } + ] + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/hawlucha.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/hawlucha.json new file mode 100644 index 0000000..3fb8e04 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/hawlucha.json @@ -0,0 +1,205 @@ +{ + "implemented": true, + "name": "Hawlucha", + "nationalPokedexNumber": 701, + "primaryType": "fighting", + "secondaryType": "flying", + "abilities": ["limber", "unburden", "h:moldbreaker"], + "baseStats": { + "hp": 78, + "attack": 92, + "defence": 75, + "special_attack": 74, + "special_defence": 63, + "speed": 118 + }, + "catchRate": 100, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 175, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": ["flying", "human_like"], + "moves": [ + "1:honeclaws", + "1:tackle", + "4:karatechop", + "4:wingattack", + "8:detect", + "12:aerialace", + "16:encore", + "20:featherdance", + "24:brickbreak", + "24:fling", + "24:submission", + "28:bounce", + "32:taunt", + "36:roost", + "40:swordsdance", + "44:flyingpress", + "48:highjumpkick", + "52:endeavor", + "55:skydrop", + "56:skyattack", + "egg:agility", + "egg:allyswitch", + "egg:batonpass", + "egg:crosschop", + "egg:defog", + "egg:entrainment", + "egg:feint", + "egg:meanlook", + "egg:mefirst", + "egg:mudsport", + "egg:quickguard", + "tm:acrobatics", + "tm:aerialace", + "tm:agility", + "tm:allyswitch", + "tm:assurance", + "tm:attract", + "tm:batonpass", + "tm:bodypress", + "tm:bodyslam", + "tm:bounce", + "tm:bravebird", + "tm:brickbreak", + "tm:bulkup", + "tm:closecombat", + "tm:coaching", + "tm:confide", + "tm:cut", + "tm:dig", + "tm:doubleteam", + "tm:drainpunch", + "tm:dualwingbeat", + "tm:encore", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:falseswipe", + "tm:featherdance", + "tm:firepunch", + "tm:fling", + "tm:fly", + "tm:focusblast", + "tm:focuspunch", + "tm:frustration", + "tm:gigaimpact", + "tm:grassknot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:honeclaws", + "tm:hyperbeam", + "tm:ironhead", + "tm:lowkick", + "tm:lowsweep", + "tm:lunge", + "tm:megakick", + "tm:megapunch", + "tm:payback", + "tm:poisonjab", + "tm:poweruppunch", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:retaliate", + "tm:return", + "tm:revenge", + "tm:reversal", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:roost", + "tm:round", + "tm:secretpower", + "tm:skydrop", + "tm:sleeptalk", + "tm:snore", + "tm:steelwing", + "tm:stoneedge", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:superpower", + "tm:swagger", + "tm:swift", + "tm:swordsdance", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thief", + "tm:throatchop", + "tm:thunderpunch", + "tm:torment", + "tm:toxic", + "tm:trailblaze", + "tm:upperhand", + "tm:uproar", + "tm:uturn", + "tm:workup", + "tm:xscissor", + "tm:zenheadbutt", + "tutor:allyswitch", + "tutor:bounce", + "tutor:coaching", + "tutor:defog", + "tutor:drainpunch", + "tutor:dualchop", + "tutor:dualwingbeat", + "tutor:endeavor", + "tutor:firepunch", + "tutor:focuspunch", + "tutor:helpinghand", + "tutor:ironhead", + "tutor:laserfocus", + "tutor:lastresort", + "tutor:lowkick", + "tutor:skyattack", + "tutor:snore", + "tutor:superpower", + "tutor:tailwind", + "tutor:throatchop", + "tutor:thunderpunch", + "tutor:zenheadbutt" + ], + "labels": ["gen6"], + "pokedex": ["cobblemon.species.hawlucha.desc"], + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 2, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 8, + "weight": 215, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 3, + "entries": [ + { + "item": "cobblemon:kings_rock", + "percentage": 5 + }, + { + "item": "cobblemon:coba_berry", + "percentage": 5 + }, + { + "item": "cobblemon:expert_belt", + "percentage": 5 + } + ] + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/hoopa.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/hoopa.json new file mode 100644 index 0000000..33e16e9 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/hoopa.json @@ -0,0 +1,312 @@ +{ + "implemented": true, + "name": "Hoopa", + "nationalPokedexNumber": 720, + "primaryType": "psychic", + "secondaryType": "ghost", + "abilities": [ + "magician" + ], + "drops": { + "amount": 4, + "entries": [ + { + "item": "cobblemon:rare_candy", + "quantityRange": "5-10" + }, + { + "item": "cobblemon:ender_eye", + "quantityRange": "3-11" + }, + { + "item": "cobblemon:ability_capsule", + "percentage": 25.0 + }, + { + "item": "cobblemon:ability_patch", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 80, + "attack": 110, + "defence": 60, + "special_attack": 150, + "special_defence": 130, + "speed": 70 + }, + "catchRate": 3, + "maleRatio": -1, + "shoulderMountable": false, + "features": ["unbound"], + "forms": [ + { + "name": "Unbound", + "nationalPokedexNumber": 720, + "primaryType": "psychic", + "secondaryType": "dark", + "abilities": [ + "magician" + ], + "baseStats": { + "hp": 80, + "attack": 160, + "defence": 60, + "special_attack": 170, + "special_defence": 130, + "speed": 80 + }, + "catchRate": 1, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 340, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "labels": [ + "gen6", + "primal", + "legendary" + ], + "aspects": [ + "unbound" + ], + "height": 65, + "weight": 4900, + "cannotDynamax": false, + "behaviour": { + "moving": { + "walk": { + "canWalk": true, + "walkSpeed": 0.3 + }, + "fly": { + "canFly": true + } + }, + "resting": { + "canSleep": true, + "willSleepOnBed": true, + "depth": "normal", + "light": "0-4" + } + }, + "baseScale": 0.5, + "hitbox": { + "width": 6, + "height": 12, + "fixed": false + }, + "evolutions": [ + { + "id": "HoopaUnbound_Hoopa", + "variant": "level_up", + "result": "hoopa unbound=false", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "held_item", + "itemCondition": "minecraft:ender_eye" + } + ] + } +] + } + ], + + "baseExperienceYield": 300, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:shadowball", + "1:confusion", + "1:destinybond", + "6:astonish", + "10:magiccoat", + "10:trick", + "15:lightscreen", + "19:psybeam", + "25:skillswap", + "29:guardsplit", + "29:powersplit", + "35:phantomforce", + "46:knockoff", + "46:zenheadbutt", + "50:trickroom", + "50:wonderroom", + "55:shadowball", + "68:nastyplot", + "75:psychic", + "85:hyperspacehole", + "tm:brickbreak", + "tm:calmmind", + "tm:chargebeam", + "tm:confide", + "tm:darkpulse", + "tm:doubleteam", + "tm:drainpunch", + "tm:dreameater", + "tm:embargo", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:firepunch", + "tm:fling", + "tm:focusblast", + "tm:foulplay", + "tm:frustration", + "tm:gigaimpact", + "tm:grassknot", + "tm:gunkshot", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:icepunch", + "tm:lightscreen", + "tm:nastyplot", + "tm:phantomforce", + "tm:protect", + "tm:psybeam", + "tm:psychic", + "tm:psychicterrain", + "tm:psychup", + "tm:psyshock", + "tm:quash", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:rocktomb", + "tm:safeguard", + "tm:sandstorm", + "tm:scaryface", + "tm:shadowball", + "tm:skillswap", + "tm:sleeptalk", + "tm:sunnyday", + "tm:swift", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thief", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:torment", + "tm:toxic", + "tm:trick", + "tm:zenheadbutt", + "tm:substitute", + "tm:flash", + "tm:secretpower", + "tm:poweruppunch", + "tutor:allyswitch", + "tutor:astonish", + "tutor:block", + "tutor:covet", + "tutor:drainpunch", + "tutor:dualchop", + "tutor:firepunch", + "tutor:focuspunch", + "tutor:foulplay", + "tutor:gravity", + "tutor:gunkshot", + "tutor:icepunch", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:lastresort", + "tutor:magiccoat", + "tutor:magicroom", + "tutor:nastyplot", + "tutor:psychic", + "tutor:recycle", + "tutor:roleplay", + "tutor:shadowball", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:skillswap", + "tutor:snatch", + "tutor:snore", + "tutor:telekinesis", + "tutor:throatchop", + "tutor:thunderpunch", + "tutor:trick", + "tutor:uproar", + "tutor:wonderroom", + "tutor:zenheadbutt" + ], + "labels": [ + "gen6", + "mythical", + "legendary" + ], + "pokedex": [ + "cobblemon.species.hoopa.desc" + ], + "behaviour": { + "moving": { + "walk": { + "canWalk": true, + "walkSpeed": 0.6 + }, + "fly": { + "canFly": true + } + }, + "resting": { + "canSleep": true, + "willSleepOnBed": true, + "depth": "normal", + "light": "0-4" + } + }, + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 2, + "fixed": false + }, + "evolutions": [ + { + "id": "Hoopa_HoopaUnbound", + "variant": "level_up", + "result": "hoopa unbound=true", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "held_item", + "itemCondition": "minecraft:ender_eye" + } + ] + } + ], + + "baseFriendship": 100, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 3, + "special_defence": 0, + "speed": 0 + }, + "height": 5, + "weight": 90, + "aspects": [], + "cannotDynamax": false +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/litleo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/litleo.json new file mode 100644 index 0000000..09d2d52 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/litleo.json @@ -0,0 +1,173 @@ +{ + "implemented": true, + "name": "Litleo", + "nationalPokedexNumber": 667, + "primaryType": "fire", + "secondaryType": "normal", + "abilities": [ + "rivalry", + "unnerve", + "h:moxie" + ], + "baseStats": { + "hp": 62, + "attack": 50, + "defence": 58, + "special_attack": 73, + "special_defence": 54, + "speed": 72 + }, + "catchRate": 220, + "maleRatio": 0.125, + "shoulderMountable": false, + "baseExperienceYield": 74, + "experienceGroup": "medium_slow", + "eggCycles": 20, + "eggGroups": [ + "field" + ], + "moves": [ + "1:leer", + "1:tackle", + "5:ember", + "8:workup", + "11:headbutt", + "15:nobleroar", + "20:takedown", + "23:firefang", + "28:endeavor", + "33:echoedvoice", + "36:flamethrower", + "39:crunch", + "43:hypervoice", + "46:incinerate", + "50:overheat", + "egg:entrainment", + "egg:firespin", + "egg:flareblitz", + "egg:snatch", + "egg:yawn", + "tm:acrobatics", + "tm:attract", + "tm:bodyslam", + "tm:bulldoze", + "tm:confide", + "tm:crunch", + "tm:darkpulse", + "tm:dig", + "tm:doubleedge", + "tm:doubleteam", + "tm:echoedvoice", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:fireblast", + "tm:firefang", + "tm:firespin", + "tm:flamecharge", + "tm:flamethrower", + "tm:flareblitz", + "tm:frustration", + "tm:heatwave", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hypervoice", + "tm:incinerate", + "tm:mudslap", + "tm:overheat", + "tm:payback", + "tm:protect", + "tm:psychicfangs", + "tm:raindance", + "tm:rest", + "tm:retaliate", + "tm:return", + "tm:roar", + "tm:rocksmash", + "tm:round", + "tm:secretpower", + "tm:sleeptalk", + "tm:snarl", + "tm:solarbeam", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thief", + "tm:thunderfang", + "tm:toxic", + "tm:trailblaze", + "tm:wildcharge", + "tm:willowisp", + "tm:workup", + "tutor:endeavor", + "tutor:heatwave", + "tutor:helpinghand", + "tutor:hypervoice", + "tutor:irontail", + "tutor:snatch", + "tutor:snore" + ], + "labels": [ + "gen6" + ], + "pokedex": [ + "cobblemon.species.litleo.desc" + ], + "evolutions": [ + { + "id": "litleo_pyroar", + "variant": "level_up", + "result": "pyroar", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 35 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 1, + "special_defence": 0, + "speed": 0 + }, + "height": 6, + "weight": 135, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 3, + "entries": [ + { + "item": "minecraft:rotten_flesh", + "quantityRange": "0-1" + }, + { + "item": "minecraft:blaze_powder", + "percentage": 2.5 + }, + { + "item": "cobblemon:rawst_berry", + "percentage": 2.5 + } + ] + } + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/meowstic.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/meowstic.json new file mode 100644 index 0000000..6ba4388 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/meowstic.json @@ -0,0 +1,322 @@ +{ + "implemented": true, + "name": "Meowstic", + "nationalPokedexNumber": 678, + "primaryType": "psychic", + "abilities": ["keeneye", "infiltrator", "h:prankster"], + "baseStats": { + "hp": 74, + "attack": 48, + "defence": 76, + "special_attack": 83, + "special_defence": 81, + "speed": 104 + }, + "catchRate": 75, + "maleRatio": 1, + "shoulderMountable": false, + "baseExperienceYield": 163, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": ["field"], + "moves": [ + "1:disarmingvoice", + "1:fakeout", + "1:leer", + "1:magicalleaf", + "1:meanlook", + "1:scratch", + "9:confusion", + "12:helpinghand", + "12:storedpower", + "15:chargebeam", + "15:charm", + "18:covet", + "21:psybeam", + "24:suckerpunch", + "29:roleplay", + "31:miracleeye", + "34:lightscreen", + "34:reflect", + "39:psyshock", + "44:extrasensory", + "44:imprison", + "49:quickguard", + "49:shadowball", + "54:psychic", + "59:futuresight", + "59:mistyterrain", + "tm:alluringvoice", + "tm:allyswitch", + "tm:attract", + "tm:batonpass", + "tm:calmmind", + "tm:chargebeam", + "tm:charm", + "tm:confide", + "tm:cut", + "tm:darkpulse", + "tm:dig", + "tm:disarmingvoice", + "tm:doubleteam", + "tm:dreameater", + "tm:echoedvoice", + "tm:endure", + "tm:energyball", + "tm:expandingforce", + "tm:facade", + "tm:faketears", + "tm:flash", + "tm:frustration", + "tm:futuresight", + "tm:gigaimpact", + "tm:gravity", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:imprison", + "tm:irontail", + "tm:lightscreen", + "tm:magicalleaf", + "tm:magicroom", + "tm:mistyterrain", + "tm:nastyplot", + "tm:payback", + "tm:payday", + "tm:playrough", + "tm:poweruppunch", + "tm:protect", + "tm:psybeam", + "tm:psychic", + "tm:psychicnoise", + "tm:psychicterrain", + "tm:psychup", + "tm:psyshock", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:round", + "tm:safeguard", + "tm:secretpower", + "tm:shadowball", + "tm:skillswap", + "tm:sleeptalk", + "tm:snore", + "tm:storedpower", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swift", + "tm:tailslap", + "tm:terablast", + "tm:thunderbolt", + "tm:thunderwave", + "tm:torment", + "tm:toxic", + "tm:trailblaze", + "tm:trick", + "tm:trickroom", + "tm:wonderroom", + "tm:workup", + "tm:zenheadbutt", + "tutor:allyswitch", + "tutor:covet", + "tutor:expandingforce", + "tutor:gravity", + "tutor:healbell", + "tutor:helpinghand", + "tutor:irontail", + "tutor:magiccoat", + "tutor:magicroom", + "tutor:recycle", + "tutor:roleplay", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:skillswap", + "tutor:snatch", + "tutor:snore", + "tutor:telekinesis", + "tutor:trick", + "tutor:wonderroom", + "tutor:zenheadbutt" + ], + "labels": ["gen6"], + "pokedex": ["cobblemon.species.meowstic.desc"], + "height": 6, + "weight": 85, + "preEvolution": "espurr", + "evolutions": [], + "forms": [ + { + "name": "F", + "primaryType": "psychic", + "abilities": ["keeneye", "infiltrator", "h:competitive"], + "baseStats": { + "hp": 74, + "attack": 48, + "defence": 76, + "special_attack": 83, + "special_defence": 81, + "speed": 104 + }, + "catchRate": 75, + "maleRatio": 0, + "baseExperienceYield": 163, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": ["field"], + "moves": [ + "1:disarmingvoice", + "1:fakeout", + "1:leer", + "1:magicalleaf", + "1:mefirst", + "1:scratch", + "9:confusion", + "12:storedpower", + "15:chargebeam", + "18:covet", + "21:psybeam", + "24:suckerpunch", + "29:roleplay", + "34:lightscreen", + "34:reflect", + "39:psyshock", + "44:extrasensory", + "45:signalbeam", + "49:shadowball", + "54:psychic", + "59:futuresight", + "tm:alluringvoice", + "tm:allyswitch", + "tm:attract", + "tm:batonpass", + "tm:calmmind", + "tm:chargebeam", + "tm:charm", + "tm:confide", + "tm:cut", + "tm:darkpulse", + "tm:dig", + "tm:disarmingvoice", + "tm:doubleteam", + "tm:dreameater", + "tm:echoedvoice", + "tm:endure", + "tm:energyball", + "tm:expandingforce", + "tm:facade", + "tm:faketears", + "tm:flash", + "tm:frustration", + "tm:futuresight", + "tm:gigaimpact", + "tm:gravity", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:irontail", + "tm:lightscreen", + "tm:magicalleaf", + "tm:magicroom", + "tm:nastyplot", + "tm:payback", + "tm:payday", + "tm:playrough", + "tm:poweruppunch", + "tm:protect", + "tm:psybeam", + "tm:psychic", + "tm:psychicnoise", + "tm:psychicterrain", + "tm:psychup", + "tm:psyshock", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:round", + "tm:safeguard", + "tm:secretpower", + "tm:shadowball", + "tm:skillswap", + "tm:sleeptalk", + "tm:snore", + "tm:storedpower", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swift", + "tm:tailslap", + "tm:terablast", + "tm:thunderbolt", + "tm:thunderwave", + "tm:torment", + "tm:toxic", + "tm:trailblaze", + "tm:trick", + "tm:trickroom", + "tm:wonderroom", + "tm:workup", + "tm:zenheadbutt", + "tutor:allyswitch", + "tutor:covet", + "tutor:expandingforce", + "tutor:gravity", + "tutor:healbell", + "tutor:helpinghand", + "tutor:irontail", + "tutor:magiccoat", + "tutor:magicroom", + "tutor:recycle", + "tutor:roleplay", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:skillswap", + "tutor:snatch", + "tutor:snore", + "tutor:telekinesis", + "tutor:trick", + "tutor:wonderroom", + "tutor:zenheadbutt" + ], + "labels": ["gen6"], + "aspects": ["f"], + "height": 6, + "weight": 85, + "preEvolution": "espurr", + "cannotDynamax": false, + "battleOnly": false + } + ], + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:colbur_berry", + "percentage": 5 + } + ] + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/noibat.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/noibat.json new file mode 100644 index 0000000..9909c9d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/noibat.json @@ -0,0 +1,188 @@ +{ + "implemented": true, + "name": "Noibat", + "nationalPokedexNumber": 714, + "primaryType": "flying", + "secondaryType": "dragon", + "abilities": ["frisk", "infiltrator", "h:telepathy"], + "baseStats": { + "hp": 40, + "attack": 30, + "defence": 35, + "special_attack": 45, + "special_defence": 40, + "speed": 55 + }, + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": false, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "fly": { + "canFly": true, + "flySpeedHorizontal": 0.4 + }, + "walk": { + "walkSpeed": 0.4 + } + } + }, + "catchRate": 190, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 49, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": ["flying", "dragon"], + "moves": [ + "1:absorb", + "1:tackle", + "4:gust", + "5:leechlife", + "8:supersonic", + "12:doubleteam", + "16:wingattack", + "18:agility", + "20:bite", + "24:aircutter", + "28:whirlwind", + "31:razorwind", + "32:superfang", + "36:airslash", + "40:screech", + "44:roost", + "49:tailwind", + "52:hurricane", + "egg:defog", + "egg:dragonrush", + "egg:outrage", + "egg:snatch", + "egg:switcheroo", + "egg:tailwind", + "tm:acrobatics", + "tm:aerialace", + "tm:agility", + "tm:aircutter", + "tm:airslash", + "tm:attract", + "tm:brickbreak", + "tm:confide", + "tm:cut", + "tm:darkpulse", + "tm:doubleteam", + "tm:dracometeor", + "tm:dragonclaw", + "tm:dragonpulse", + "tm:dreameater", + "tm:dualwingbeat", + "tm:echoedvoice", + "tm:endure", + "tm:facade", + "tm:fly", + "tm:frustration", + "tm:heatwave", + "tm:hiddenpower", + "tm:hurricane", + "tm:hypervoice", + "tm:irontail", + "tm:leechlife", + "tm:outrage", + "tm:protect", + "tm:psychic", + "tm:rest", + "tm:return", + "tm:roost", + "tm:round", + "tm:screech", + "tm:secretpower", + "tm:shadowball", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:snore", + "tm:solarbeam", + "tm:steelwing", + "tm:substitute", + "tm:sunnyday", + "tm:superfang", + "tm:swagger", + "tm:swift", + "tm:tailwind", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thief", + "tm:torment", + "tm:toxic", + "tm:uproar", + "tm:uturn", + "tm:wildcharge", + "tm:xscissor", + "tutor:defog", + "tutor:dracometeor", + "tutor:dragonpulse", + "tutor:dualwingbeat", + "tutor:heatwave", + "tutor:hypervoice", + "tutor:irontail", + "tutor:outrage", + "tutor:skyattack", + "tutor:snatch", + "tutor:snore", + "tutor:superfang", + "tutor:tailwind", + "tutor:uproar", + "tutor:waterpulse" + ], + "labels": ["gen6"], + "pokedex": ["cobblemon.species.noibat.desc"], + "evolutions": [ + { + "id": "noibat_noivern", + "variant": "level_up", + "result": "noivern", + "consumeHeldItem": false, + "learnableMoves": ["dragonpulse"], + "requirements": [ + { + "variant": "level", + "minLevel": 48 + } + ] + } + ], + "baseScale": 0.6, + "hitbox": { + "width": 1, + "height": 1.5, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 1 + }, + "height": 5, + "weight": 80, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 2, + "entries": [ + { + "item": "minecraft:phantom_membrane", + "percentage": 2.5 + }, + { + "item": "cobblemon:yache_berry", + "percentage": 2.5 + } + ] + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/noivern.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/noivern.json new file mode 100644 index 0000000..74dd910 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/noivern.json @@ -0,0 +1,187 @@ +{ + "implemented": true, + "name": "Noivern", + "nationalPokedexNumber": 715, + "primaryType": "flying", + "secondaryType": "dragon", + "abilities": ["frisk", "infiltrator", "h:telepathy"], + "baseStats": { + "hp": 85, + "attack": 70, + "defence": 80, + "special_attack": 97, + "special_defence": 80, + "speed": 123 + }, + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": false, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "fly": { + "canFly": true, + "flySpeedHorizontal": 0.4 + }, + "walk": { + "walkSpeed": 0.35 + } + } + }, + "catchRate": 45, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 187, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": ["flying", "dragon"], + "moves": [ + "1:absorb", + "1:dragonpulse", + "1:gust", + "1:moonlight", + "1:supersonic", + "1:tackle", + "5:leechlife", + "12:doubleteam", + "16:wingattack", + "18:agility", + "20:bite", + "24:aircutter", + "28:whirlwind", + "31:razorwind", + "32:superfang", + "36:airslash", + "40:screech", + "44:roost", + "51:tailwind", + "56:hurricane", + "62:boomburst", + "tm:acrobatics", + "tm:aerialace", + "tm:agility", + "tm:aircutter", + "tm:airslash", + "tm:attract", + "tm:bodyslam", + "tm:breakingswipe", + "tm:brickbreak", + "tm:confide", + "tm:cut", + "tm:darkpulse", + "tm:doubleedge", + "tm:doubleteam", + "tm:dracometeor", + "tm:dragoncheer", + "tm:dragonclaw", + "tm:dragondance", + "tm:dragonpulse", + "tm:dragontail", + "tm:dreameater", + "tm:dualwingbeat", + "tm:echoedvoice", + "tm:endure", + "tm:facade", + "tm:flamethrower", + "tm:fly", + "tm:focusblast", + "tm:frustration", + "tm:gigaimpact", + "tm:heatwave", + "tm:hiddenpower", + "tm:honeclaws", + "tm:hurricane", + "tm:hyperbeam", + "tm:hypervoice", + "tm:irontail", + "tm:leechlife", + "tm:outrage", + "tm:protect", + "tm:psychic", + "tm:psychicnoise", + "tm:rest", + "tm:return", + "tm:roost", + "tm:round", + "tm:scaryface", + "tm:screech", + "tm:secretpower", + "tm:shadowball", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:snore", + "tm:solarbeam", + "tm:steelwing", + "tm:substitute", + "tm:sunnyday", + "tm:superfang", + "tm:swagger", + "tm:swift", + "tm:tailwind", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thief", + "tm:torment", + "tm:toxic", + "tm:uproar", + "tm:uturn", + "tm:waterpulse", + "tm:wildcharge", + "tm:xscissor", + "tutor:defog", + "tutor:dracometeor", + "tutor:dragonpulse", + "tutor:dualwingbeat", + "tutor:heatwave", + "tutor:hypervoice", + "tutor:irontail", + "tutor:laserfocus", + "tutor:outrage", + "tutor:skyattack", + "tutor:snatch", + "tutor:snore", + "tutor:superfang", + "tutor:tailwind", + "tutor:uproar", + "tutor:waterpulse" + ], + "labels": ["gen6"], + "pokedex": ["cobblemon.species.noivern.desc"], + "preEvolution": "noibat", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 2, + "height": 2, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "height": 15, + "weight": 850, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 2, + "entries": [ + { + "item": "minecraft:phantom_membrane", + "percentage": 5.0 + }, + { + "item": "cobblemon:yache_berry", + "percentage": 5.0 + } + ] + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/pyroar.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/pyroar.json new file mode 100644 index 0000000..c88863d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/pyroar.json @@ -0,0 +1,152 @@ +{ + "implemented": true, + "name": "Pyroar", + "nationalPokedexNumber": 668, + "primaryType": "fire", + "secondaryType": "normal", + "abilities": ["rivalry", "unnerve", "h:moxie"], + "baseStats": { + "hp": 86, + "attack": 68, + "defence": 72, + "special_attack": 109, + "special_defence": 66, + "speed": 106 + }, + "catchRate": 65, + "maleRatio": 0.125, + "shoulderMountable": false, + "baseExperienceYield": 177, + "experienceGroup": "medium_slow", + "eggCycles": 20, + "eggGroups": ["field"], + "moves": [ + "1:ember", + "1:hyperbeam", + "1:leer", + "1:tackle", + "1:workup", + "11:headbutt", + "15:nobleroar", + "20:takedown", + "23:firefang", + "28:endeavor", + "33:echoedvoice", + "38:flamethrower", + "42:crunch", + "48:hypervoice", + "51:incinerate", + "57:overheat", + "tm:acrobatics", + "tm:attract", + "tm:bodyslam", + "tm:bulldoze", + "tm:burningjealousy", + "tm:confide", + "tm:crunch", + "tm:darkpulse", + "tm:dig", + "tm:doubleedge", + "tm:doubleteam", + "tm:echoedvoice", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:fireblast", + "tm:firefang", + "tm:firespin", + "tm:flamecharge", + "tm:flamethrower", + "tm:flareblitz", + "tm:frustration", + "tm:gigaimpact", + "tm:heatwave", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:hypervoice", + "tm:incinerate", + "tm:mudslap", + "tm:overheat", + "tm:payback", + "tm:protect", + "tm:psychicfangs", + "tm:raindance", + "tm:rest", + "tm:retaliate", + "tm:return", + "tm:roar", + "tm:rocksmash", + "tm:round", + "tm:secretpower", + "tm:sleeptalk", + "tm:snarl", + "tm:solarbeam", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:taunt", + "tm:temperflare", + "tm:terablast", + "tm:thief", + "tm:thunderfang", + "tm:toxic", + "tm:trailblaze", + "tm:wildcharge", + "tm:willowisp", + "tm:workup", + "tutor:bounce", + "tutor:darkpulse", + "tutor:endeavor", + "tutor:fireblast", + "tutor:heatwave", + "tutor:helpinghand", + "tutor:hypervoice", + "tutor:irontail", + "tutor:snatch", + "tutor:snore" + ], + "labels": ["gen6"], + "pokedex": ["cobblemon.species.pyroar.desc"], + "preEvolution": "litleo", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 2, + "special_defence": 0, + "speed": 0 + }, + "height": 15, + "weight": 815, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 4, + "entries": [ + { + "item": "minecraft:rotten_flesh", + "quantityRange": "0-2" + }, + { + "item": "minecraft:blaze_powder", + "percentage": 5 + }, + { + "item": "cobblemon:rawst_berry", + "percentage": 5 + } + ] + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/skiddo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/skiddo.json new file mode 100644 index 0000000..df48c0e --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/skiddo.json @@ -0,0 +1,154 @@ +{ + "implemented": true, + "name": "Skiddo", + "nationalPokedexNumber": 672, + "primaryType": "grass", + "abilities": ["sapsipper", "h:grasspelt"], + "baseStats": { + "hp": 66, + "attack": 65, + "defence": 48, + "special_attack": 62, + "special_defence": 57, + "speed": 52 + }, + "catchRate": 200, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 70, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": ["field"], + "moves": [ + "1:growth", + "1:tackle", + "7:vinewhip", + "9:tailwhip", + "12:leechseed", + "13:razorleaf", + "16:worryseed", + "20:synthesis", + "22:takedown", + "26:bulldoze", + "30:seedbomb", + "34:bulkup", + "38:doubleedge", + "42:hornleech", + "45:leafblade", + "50:milkdrink", + "egg:defensecurl", + "egg:grassyterrain", + "egg:milkdrink", + "egg:rollout", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:bulkup", + "tm:bulldoze", + "tm:bulletseed", + "tm:confide", + "tm:dig", + "tm:doubleedge", + "tm:doubleteam", + "tm:endeavor", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:frustration", + "tm:gigadrain", + "tm:grassknot", + "tm:grassyglide", + "tm:grassyterrain", + "tm:helpinghand", + "tm:hiddenpower", + "tm:leafstorm", + "tm:magicalleaf", + "tm:mudshot", + "tm:mudslap", + "tm:naturepower", + "tm:payback", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:retaliate", + "tm:return", + "tm:roar", + "tm:rockslide", + "tm:rocksmash", + "tm:round", + "tm:secretpower", + "tm:seedbomb", + "tm:sleeptalk", + "tm:solarbeam", + "tm:stompingtantrum", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:surf", + "tm:swagger", + "tm:takedown", + "tm:terablast", + "tm:toxic", + "tm:trailblaze", + "tm:wildcharge", + "tm:workup", + "tm:zenheadbutt", + "tutor:gigadrain", + "tutor:irontail", + "tutor:seedbomb", + "tutor:snore", + "tutor:synthesis", + "tutor:worryseed", + "tutor:zenheadbutt" + ], + "labels": ["gen6"], + "pokedex": ["cobblemon.species.skiddo.desc"], + "evolutions": [ + { + "id": "skiddo_gogoat", + "variant": "level_up", + "result": "gogoat", + "consumeHeldItem": false, + "learnableMoves": ["aerialace"], + "requirements": [ + { + "variant": "level", + "minLevel": 32 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 1, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 9, + "weight": 310, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 3, + "entries": [ + { + "item": "minecraft:mutton", + "quantityRange": "1-2" + }, + { + "item": "cobblemon:oran_berry", + "percentage": 2.5 + } + ] + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/volcanion.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/volcanion.json new file mode 100644 index 0000000..96d7e0d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation6/volcanion.json @@ -0,0 +1,196 @@ +{ + "implemented": true, + "name": "Volcanion", + "nationalPokedexNumber": 721, + "primaryType": "fire", + "secondaryType": "water", + "abilities": [ + "waterabsorb" + ], + "drops": { + "amount": 5, + "entries": [ + { + "item": "cobblemon:rare_candy", + "quantityRange": "5-10" + }, + { + "item": "cobblemon:charcoal", + "percentage": 50.0 + }, + { + "item": "cobblemon:mystic_water", + "percentage": 50.0 + }, + { + "item": "cobblemon:ability_capsule", + "percentage": 25.0 + }, + { + "item": "cobblemon:ability_patch", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 80, + "attack": 110, + "defence": 120, + "special_attack": 130, + "special_defence": 90, + "speed": 70 + }, + "catchRate": 3, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 300, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:firespin", + "1:steameruption", + "1:watergun", + "6:leer", + "12:weatherball", + "18:flamecharge", + "24:waterpulse", + "30:scaryface", + "36:incinerate", + "42:stomp", + "46:bodyslam", + "48:scald", + "54:takedown", + "60:haze", + "60:mist", + "66:hydropump", + "78:flareblitz", + "84:overheat", + "90:explosion", + "tm:bodypress", + "tm:bodyslam", + "tm:brickbreak", + "tm:bulldoze", + "tm:confide", + "tm:cut", + "tm:dig", + "tm:doubleedge", + "tm:doubleteam", + "tm:earthpower", + "tm:earthquake", + "tm:endure", + "tm:explosion", + "tm:facade", + "tm:fireblast", + "tm:firefang", + "tm:firespin", + "tm:flamecharge", + "tm:flamethrower", + "tm:flareblitz", + "tm:flashcannon", + "tm:fling", + "tm:focusblast", + "tm:focusenergy", + "tm:frustration", + "tm:gigaimpact", + "tm:gyroball", + "tm:haze", + "tm:heatcrash", + "tm:heatwave", + "tm:heavyslam", + "tm:hiddenpower", + "tm:hydropump", + "tm:hyperbeam", + "tm:incinerate", + "tm:liquidation", + "tm:mistyterrain", + "tm:mudshot", + "tm:overheat", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:roar", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:sandstorm", + "tm:scald", + "tm:scaryface", + "tm:scorchingsands", + "tm:secretpower", + "tm:selfdestruct", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:sludgewave", + "tm:smackdown", + "tm:snore", + "tm:solarbeam", + "tm:stompingtantrum", + "tm:stoneedge", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:superpower", + "tm:swagger", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thunderfang", + "tm:toxic", + "tm:waterpulse", + "tm:weatherball", + "tm:wildcharge", + "tm:willowisp", + "tutor:defog", + "tutor:earthpower", + "tutor:explosion", + "tutor:flamethrower", + "tutor:flareblitz", + "tutor:haze", + "tutor:heatwave", + "tutor:hydropump", + "tutor:incinerate", + "tutor:liquidation", + "tutor:mist", + "tutor:overheat", + "tutor:scorchingsands", + "tutor:snore", + "tutor:steameruption", + "tutor:stompingtantrum", + "tutor:superpower", + "tutor:waterpulse" + ], + "labels": [ + "gen6", + "mythical", + "legendary" + ], + "pokedex": [ + "cobblemon.species.volcanion.desc" + ], + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 100, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 3, + "special_defence": 0, + "speed": 0 + }, + "height": 17, + "weight": 1950, + "aspects": [], + "cannotDynamax": false + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/araquanid.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/araquanid.json new file mode 100644 index 0000000..e914480 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/araquanid.json @@ -0,0 +1,234 @@ +{ + "implemented": true, + "name": "Araquanid", + "nationalPokedexNumber": 752, + "primaryType": "water", + "secondaryType": "bug", + "abilities": [ + "waterbubble", + "h:waterabsorb" + ], + "baseStats": { + "hp": 68, + "attack": 70, + "defence": 92, + "special_attack": 50, + "special_defence": 132, + "speed": 42 + }, + "behaviour": { + "moving": { + "swim": { + "canSwimInWater": true, + "canBreatheUnderwater": true + } + } + }, + "catchRate": 100, + "maleRatio": 0.5, + "shoulderMountable": false, + "forms": [ + { + "name": "Totem", + "primaryType": "water", + "secondaryType": "bug", + "abilities": [ + "waterbubble" + ], + "baseStats": { + "hp": 68, + "attack": 70, + "defence": 92, + "special_attack": 50, + "special_defence": 132, + "speed": 42 + }, + "catchRate": 100, + "maleRatio": 0.5, + "baseExperienceYield": 159, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 2, + "speed": 0 + }, + "experienceGroup": "medium_fast", + "eggCycles": 15, + "eggGroups": [ + "water_1", + "bug" + ], + "moves": [ + "1:bubble", + "1:bugbite", + "1:infestation", + "1:soak", + "1:spiderweb", + "1:wideguard", + "16:bubblebeam", + "21:bite", + "26:aquaring", + "33:leechlife", + "38:crunch", + "45:lunge", + "50:mirrorcoat", + "57:liquidation", + "62:entrainment", + "tm:attract", + "tm:blizzard", + "tm:confide", + "tm:doubleteam", + "tm:facade", + "tm:frostbreath", + "tm:frustration", + "tm:hiddenpower", + "tm:icebeam", + "tm:infestation", + "tm:leechlife", + "tm:poisonjab", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:round", + "tm:safeguard", + "tm:scald", + "tm:sleeptalk", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:toxic", + "tm:waterfall", + "tm:xscissor", + "tutor:bite", + "tutor:bubblebeam", + "tutor:bugbite", + "tutor:bugbite", + "tutor:gigadrain", + "tutor:icywind", + "tutor:irondefense", + "tutor:laserfocus", + "tutor:liquidation", + "tutor:magiccoat", + "tutor:magicroom", + "tutor:signalbeam", + "tutor:snore", + "tutor:spiderweb", + "tutor:waterpulse", + "tutor:wonderroom" + ], + "labels": [ + "gen7", + "totem" + ], + "aspects": [ + "totem" + ], + "height": 31, + "weight": 2175, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + } + ], + "baseExperienceYield": 159, + "experienceGroup": "medium_fast", + "eggCycles": 15, + "eggGroups": [ + "water_1", + "bug" + ], + "moves": [ + "1:bite", + "1:bubble", + "1:bugbite", + "1:infestation", + "1:spiderweb", + "1:watergun", + "1:wideguard", + "12:bubblebeam", + "16:aquaring", + "20:headbutt", + "26:crunch", + "32:soak", + "38:entrainment", + "44:lunge", + "50:liquidation", + "56:leechlife", + "62:mirrorcoat", + "tm:attract", + "tm:blizzard", + "tm:bugbuzz", + "tm:confide", + "tm:crunch", + "tm:dive", + "tm:doubleteam", + "tm:endure", + "tm:facade", + "tm:frostbreath", + "tm:frustration", + "tm:gigadrain", + "tm:hiddenpower", + "tm:hydropump", + "tm:icebeam", + "tm:icywind", + "tm:irondefense", + "tm:leechlife", + "tm:liquidation", + "tm:magicroom", + "tm:poisonjab", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:round", + "tm:safeguard", + "tm:scald", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:toxic", + "tm:waterfall", + "tm:wonderroom", + "tm:xscissor", + "tutor:laserfocus", + "tutor:magiccoat", + "tutor:signalbeam", + "tutor:skittersmack", + "tutor:waterpulse" + ], + "labels": [ + "gen7" + ], + "pokedex": [ + "cobblemon.species.araquanid.desc" + ], + "preEvolution": "dewpider", + "evolutions": [], + "baseScale": 1.4, + "hitbox": { + "width": 1.95, + "height": 1.1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 2, + "speed": 0 + }, + "height": 18, + "weight": 820, + "aspects": [], + "cannotDynamax": false +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/blacephalon.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/blacephalon.json new file mode 100644 index 0000000..5281855 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/blacephalon.json @@ -0,0 +1,142 @@ +{ + "implemented": true, + "name": "Blacephalon", + "nationalPokedexNumber": 806, + "primaryType": "fire", + "secondaryType": "ghost", + "abilities": ["beastboost"], + "drops": { + "amount": 3, + "entries": [ + { + "item": "minecraft:echo_shard", + "quantityRange": "1-3" + } + ] + }, + "baseStats": { + "hp": 53, + "attack": 127, + "defence": 53, + "special_attack": 151, + "special_defence": 79, + "speed": 107 + }, + "catchRate": 30, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 285, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": ["undiscovered"], + "moves": [ + "1:astonish", + "1:firespin", + "5:lightscreen", + "10:ember", + "13:storedpower", + "15:nightshade", + "17:flameburst", + "20:confuseray", + "25:magiccoat", + "30:incinerate", + "35:hypnosis", + "40:mysticalfire", + "45:shadowball", + "50:calmmind", + "55:willowisp", + "60:trick", + "65:fireblast", + "70:mindblown", + "tm:calmmind", + "tm:confide", + "tm:darkpulse", + "tm:doubleteam", + "tm:encore", + "tm:endure", + "tm:explosion", + "tm:facade", + "tm:fireblast", + "tm:firepunch", + "tm:firespin", + "tm:flamecharge", + "tm:flamethrower", + "tm:fling", + "tm:foulplay", + "tm:frustration", + "tm:heatwave", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:lightscreen", + "tm:mysticalfire", + "tm:overheat", + "tm:payback", + "tm:protect", + "tm:psychic", + "tm:psyshock", + "tm:quash", + "tm:rest", + "tm:return", + "tm:rockblast", + "tm:round", + "tm:selfdestruct", + "tm:shadowball", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:smackdown", + "tm:snore", + "tm:solarbeam", + "tm:storedpower", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:taunt", + "tm:thief", + "tm:torment", + "tm:toxic", + "tm:trick", + "tm:uproar", + "tm:willowisp", + "tm:zenheadbutt", + "tutor:afteryou", + "tutor:expandingforce", + "tutor:fireblast", + "tutor:foulplay", + "tutor:heatwave", + "tutor:knockoff", + "tutor:lastresort", + "tutor:mindblown", + "tutor:painsplit", + "tutor:recycle", + "tutor:shadowball", + "tutor:shadowclaw", + "tutor:snore", + "tutor:spite", + "tutor:taunt", + "tutor:trick", + "tutor:uproar", + "tutor:zenheadbutt" + ], + "labels": ["gen7", "ultra_beast"], + "pokedex": ["cobblemon.species.blacephalon.desc"], + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 3, + "special_defence": 0, + "speed": 0 + }, + "height": 18, + "weight": 130, + "aspects": [], + "cannotDynamax": false +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/dewpider.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/dewpider.json new file mode 100644 index 0000000..92ce967 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/dewpider.json @@ -0,0 +1,139 @@ +{ + "implemented": true, + "name": "Dewpider", + "nationalPokedexNumber": 751, + "primaryType": "water", + "secondaryType": "bug", + "abilities": [ + "waterbubble", + "h:waterabsorb" + ], + "baseStats": { + "hp": 38, + "attack": 40, + "defence": 52, + "special_attack": 40, + "special_defence": 72, + "speed": 27 + }, + "catchRate": 200, + "maleRatio": 0.5, + "shoulderMountable": true, + "baseExperienceYield": 54, + "experienceGroup": "medium_fast", + "eggCycles": 15, + "eggGroups": [ + "water_1", + "bug" + ], + "behaviour": { + "moving": { + "swim": { + "canSwimInWater": true, + "canBreatheUnderwater": true + } + } + }, + "moves": [ + "1:bubble", + "1:infestation", + "1:watergun", + "1:watersport", + "4:bugbite", + "8:bite", + "8:spiderweb", + "12:bubblebeam", + "16:aquaring", + "20:headbutt", + "24:crunch", + "28:soak", + "32:entrainment", + "36:lunge", + "40:liquidation", + "44:leechlife", + "48:mirrorcoat", + "egg:aurorabeam", + "egg:powersplit", + "egg:spitup", + "egg:stickyweb", + "egg:stockpile", + "tm:attract", + "tm:blizzard", + "tm:bugbuzz", + "tm:confide", + "tm:crunch", + "tm:doubleteam", + "tm:endure", + "tm:facade", + "tm:frostbreath", + "tm:frustration", + "tm:gigadrain", + "tm:hiddenpower", + "tm:icebeam", + "tm:icywind", + "tm:irondefense", + "tm:leechlife", + "tm:liquidation", + "tm:magicroom", + "tm:poisonjab", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:round", + "tm:scald", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:toxic", + "tm:waterfall", + "tm:wonderroom", + "tm:xscissor", + "tutor:magiccoat", + "tutor:signalbeam", + "tutor:skittersmack", + "tutor:waterpulse" + ], + "labels": [ + "gen7" + ], + "pokedex": [ + "cobblemon.species.dewpider.desc" + ], + "evolutions": [ + { + "id": "dewpider_araquanid", + "variant": "level_up", + "result": "araquanid", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 22 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 0.7, + "height": 0.9, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 1, + "speed": 0 + }, + "height": 3, + "weight": 40, + "aspects": [], + "cannotDynamax": false +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/gogoat.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/gogoat.json new file mode 100644 index 0000000..e571858 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/gogoat.json @@ -0,0 +1,158 @@ +{ + "implemented": true, + "name": "Gogoat", + "nationalPokedexNumber": 673, + "primaryType": "grass", + "abilities": [ + "sapsipper", + "h:grasspelt" + ], + "baseStats": { + "hp": 123, + "attack": 100, + "defence": 62, + "special_attack": 97, + "special_defence": 81, + "speed": 68 + }, + "catchRate": 45, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 186, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": [ + "field" + ], + "moves": [ + "1:aerialace", + "1:earthquake", + "1:growth", + "1:tackle", + "1:tailwhip", + "1:vinewhip", + "12:leechseed", + "13:razorleaf", + "16:worryseed", + "20:synthesis", + "22:takedown", + "26:bulldoze", + "30:seedbomb", + "34:bulkup", + "40:doubleedge", + "47:hornleech", + "55:leafblade", + "58:milkdrink", + "tm:aerialace", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:bulkup", + "tm:bulldoze", + "tm:bulletseed", + "tm:confide", + "tm:dig", + "tm:doubleedge", + "tm:doubleteam", + "tm:earthquake", + "tm:endeavor", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:frustration", + "tm:gigadrain", + "tm:gigaimpact", + "tm:grassknot", + "tm:grassyglide", + "tm:grassyterrain", + "tm:helpinghand", + "tm:hiddenpower", + "tm:highhorsepower", + "tm:hyperbeam", + "tm:leafstorm", + "tm:magicalleaf", + "tm:mudshot", + "tm:mudslap", + "tm:naturepower", + "tm:payback", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:retaliate", + "tm:return", + "tm:roar", + "tm:rockslide", + "tm:rocksmash", + "tm:round", + "tm:secretpower", + "tm:seedbomb", + "tm:sleeptalk", + "tm:solarbeam", + "tm:stompingtantrum", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:surf", + "tm:swagger", + "tm:takedown", + "tm:terablast", + "tm:throatchop", + "tm:toxic", + "tm:trailblaze", + "tm:wildcharge", + "tm:workup", + "tm:zenheadbutt", + "tutor:bounce", + "tutor:gigadrain", + "tutor:irontail", + "tutor:seedbomb", + "tutor:snore", + "tutor:stompingtantrum", + "tutor:superpower", + "tutor:synthesis", + "tutor:worryseed", + "tutor:zenheadbutt" + ], + "labels": [ + "gen6" + ], + "pokedex": [ + "cobblemon.species.gogoat.desc" + ], + "preEvolution": "skiddo", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 2, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 17, + "weight": 910, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 4, + "entries": [ + { + "item": "minecraft:mutton", + "quantityRange": "1-3" + }, + { + "item": "cobblemon:oran_berry", + "percentage": 5.0 + } + ] + } + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/guzzlord.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/guzzlord.json new file mode 100644 index 0000000..3afa94e --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/guzzlord.json @@ -0,0 +1,158 @@ +{ + "implemented": true, + "name": "Guzzlord", + "nationalPokedexNumber": 799, + "primaryType": "dark", + "secondaryType": "dragon", + "abilities": [ + "beastboost" + ], + "baseStats": { + "hp": 223, + "attack": 101, + "defence": 53, + "special_attack": 97, + "special_defence": 53, + "speed": 43 + }, + "catchRate": 45, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 285, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:belch", + "1:bite", + "1:dragonrage", + "1:stockpile", + "1:swallow", + "1:wideguard", + "7:stomp", + "10:knockoff", + "13:brutalswing", + "19:steamroller", + "23:dragontail", + "29:irontail", + "31:stompingtantrum", + "35:bodyslam", + "37:crunch", + "43:hammerarm", + "47:thrash", + "53:gastroacid", + "59:heavyslam", + "67:wringout", + "70:gigaimpact", + "73:dragonrush", + "tm:amnesia", + "tm:bodypress", + "tm:bodyslam", + "tm:brickbreak", + "tm:brutalswing", + "tm:bulldoze", + "tm:crunch", + "tm:darkpulse", + "tm:doubleteam", + "tm:dragonclaw", + "tm:dragonpulse", + "tm:dragontail", + "tm:drainpunch", + "tm:earthquake", + "tm:endure", + "tm:facade", + "tm:fireblast", + "tm:flamethrower", + "tm:fling", + "tm:frustration", + "tm:gigaimpact", + "tm:gyroball", + "tm:heatcrash", + "tm:heatwave", + "tm:heavyslam", + "tm:hiddenpower", + "tm:highhorsepower", + "tm:hyperbeam", + "tm:irondefense", + "tm:ironhead", + "tm:irontail", + "tm:megakick", + "tm:megapunch", + "tm:outrage", + "tm:payback", + "tm:poisonjab", + "tm:protect", + "tm:rest", + "tm:return", + "tm:rockslide", + "tm:rocktomb", + "tm:round", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:sludgewave", + "tm:smackdown", + "tm:snarl", + "tm:snore", + "tm:stompingtantrum", + "tm:stoneedge", + "tm:substitute", + "tm:thief", + "tm:toxic", + "tutor:brutalswing", + "tutor:corrosivegas", + "tutor:dracometeor", + "tutor:dragonpulse", + "tutor:dragonrush", + "tutor:drainpunch", + "tutor:dualchop", + "tutor:gastroacid", + "tutor:hammerarm", + "tutor:heatwave", + "tutor:heavyslam", + "tutor:irondefense", + "tutor:ironhead", + "tutor:irontail", + "tutor:knockoff", + "tutor:lashout", + "tutor:lastresort", + "tutor:magnetrise", + "tutor:megapunch", + "tutor:outrage", + "tutor:shockwave", + "tutor:snore", + "tutor:steelroller", + "tutor:stompingtantrum", + "tutor:thrash", + "tutor:wringout" + ], + "labels": [ + "gen7", + "ultra_beast" + ], + "pokedex": [ + "cobblemon.species.guzzlord.desc" + ], + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 14, + "height": 14, + "fixed": false + }, + "baseFriendship": 0, + "evYield": { + "hp": 3, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 55, + "weight": 8880, + "aspects": [], + "cannotDynamax": false +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/kartana.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/kartana.json new file mode 100644 index 0000000..9a11f98 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/kartana.json @@ -0,0 +1,137 @@ +{ + "implemented": true, + "name": "Kartana", + "nationalPokedexNumber": 798, + "primaryType": "grass", + "secondaryType": "steel", + "abilities": ["beastboost"], + "drops": { + "amount": 5, + "entries": [ + { + "item": "cobblemon:rare_candy", + "quantityRange": "5-10" + }, + { + "item": "cobblemon:miracle_seed", + "percentage": 50.0 + }, + { + "item": "cobblemon:metal_coat", + "percentage": 50.0 + }, + { + "item": "cobblemon:ability_capsule", + "percentage": 25.0 + }, + { + "item": "cobblemon:ability_patch", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 59, + "attack": 181, + "defence": 131, + "special_attack": 59, + "special_defence": 31, + "speed": 109 + }, + "catchRate": 45, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 285, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": ["undiscovered"], + "moves": [ + "1:furycutter", + "1:vacuumwave", + "5:razorleaf", + "10:falseswipe", + "15:cut", + "20:aircutter", + "25:aerialace", + "30:detect", + "35:nightslash", + "40:synthesis", + "45:laserfocus", + "47:xscissor", + "50:defog", + "55:leafblade", + "59:airslash", + "60:sacredsword", + "65:swordsdance", + "67:psychocut", + "70:guillotine", + "tm:aerialace", + "tm:airslash", + "tm:brickbreak", + "tm:calmmind", + "tm:confide", + "tm:doubleteam", + "tm:endure", + "tm:falseswipe", + "tm:frustration", + "tm:gigadrain", + "tm:gigaimpact", + "tm:hiddenpower", + "tm:irondefense", + "tm:leafblade", + "tm:protect", + "tm:psychocut", + "tm:rest", + "tm:return", + "tm:round", + "tm:screech", + "tm:sleeptalk", + "tm:smartstrike", + "tm:snore", + "tm:solarblade", + "tm:substitute", + "tm:swagger", + "tm:swordsdance", + "tm:toxic", + "tm:xscissor", + "tutor:aircutter", + "tutor:airslash", + "tutor:defog", + "tutor:detect", + "tutor:gigadrain", + "tutor:irondefense", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:lastresort", + "tutor:leafblade", + "tutor:snore", + "tutor:steelbeam", + "tutor:swordsdance", + "tutor:synthesis", + "tutor:tailwind", + "tutor:vacuumwave", + "tutor:xscissor" + ], + "labels": ["gen7", "ultra_beast"], + "pokedex": ["cobblemon.species.kartana.desc"], + "evolutions": [], + "baseScale": 0.75, + "hitbox": { + "width": 0.75, + "height": 1.25, + "fixed": false + }, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 3, + "weight": 1, + "aspects": [], + "cannotDynamax": false +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/lycanroc.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/lycanroc.json new file mode 100644 index 0000000..3238a93 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/lycanroc.json @@ -0,0 +1,484 @@ +{ + "implemented": true, + "name": "Lycanroc", + "nationalPokedexNumber": 745, + "primaryType": "rock", + "abilities": [ + "keeneye", + "sandrush", + "h:steadfast" + ], + "baseStats": { + "hp": 75, + "attack": 115, + "defence": 65, + "special_attack": 55, + "special_defence": 65, + "speed": 112 + }, + "catchRate": 90, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 170, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 2, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "medium_fast", + "eggCycles": 15, + "eggGroups": [ + "field" + ], + "moves": [ + "1:accelerock", + "1:doubleteam", + "1:leer", + "1:quickattack", + "1:quickguard", + "1:sandattack", + "1:tackle", + "12:rockthrow", + "16:howl", + "18:odorsleuth", + "20:bite", + "24:rocktomb", + "30:roar", + "36:rockslide", + "42:crunch", + "45:rockclimb", + "48:scaryface", + "54:stealthrock", + "60:stoneedge", + "tm:agility", + "tm:assurance", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:bulkup", + "tm:bulldoze", + "tm:charm", + "tm:closecombat", + "tm:confide", + "tm:crunch", + "tm:dig", + "tm:doubleedge", + "tm:doubleteam", + "tm:drillrun", + "tm:earthpower", + "tm:echoedvoice", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:firefang", + "tm:frustration", + "tm:gigaimpact", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hypervoice", + "tm:irondefense", + "tm:ironhead", + "tm:irontail", + "tm:mudslap", + "tm:playrough", + "tm:protect", + "tm:psychicfangs", + "tm:rest", + "tm:return", + "tm:roar", + "tm:rockblast", + "tm:rockpolish", + "tm:rockslide", + "tm:rocktomb", + "tm:round", + "tm:sandstorm", + "tm:scaryface", + "tm:sleeptalk", + "tm:snarl", + "tm:snore", + "tm:stealthrock", + "tm:stompingtantrum", + "tm:stoneedge", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swift", + "tm:swordsdance", + "tm:tailslap", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thunderfang", + "tm:toxic", + "tm:trailblaze", + "tm:zenheadbutt", + "tutor:covet", + "tutor:drillrun", + "tutor:earthpower", + "tutor:endeavor", + "tutor:hypervoice", + "tutor:irondefense", + "tutor:ironhead", + "tutor:irontail", + "tutor:lastresort", + "tutor:snore", + "tutor:stealthrock", + "tutor:stompingtantrum", + "tutor:zenheadbutt" + ], + "labels": [ + "gen7" + ], + "pokedex": [ + "cobblemon.species.lycanroc.desc" + ], + "height": 8, + "weight": 250, + "preEvolution": "rockruff", + "evolutions": [], + "forms": [ + { + "name": "Midnight", + "primaryType": "rock", + "abilities": [ + "keeneye", + "vitalspirit", + "h:noguard" + ], + "baseStats": { + "hp": 85, + "attack": 115, + "defence": 75, + "special_attack": 55, + "special_defence": 75, + "speed": 82 + }, + "catchRate": 90, + "maleRatio": 0.5, + "baseExperienceYield": 170, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 2, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "medium_fast", + "eggCycles": 15, + "eggGroups": [ + "field" + ], + "moves": [ + "1:counter", + "1:doubleteam", + "1:endure", + "1:leer", + "1:reversal", + "1:sandattack", + "1:tackle", + "1:taunt", + "12:rockthrow", + "16:howl", + "18:odorsleuth", + "20:bite", + "24:rocktomb", + "30:roar", + "36:rockslide", + "42:crunch", + "45:rockclimb", + "48:scaryface", + "54:stealthrock", + "60:stoneedge", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:bulkup", + "tm:bulldoze", + "tm:charm", + "tm:closecombat", + "tm:confide", + "tm:crunch", + "tm:dig", + "tm:doubleedge", + "tm:doubleteam", + "tm:earthpower", + "tm:echoedvoice", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:firefang", + "tm:firepunch", + "tm:fling", + "tm:focuspunch", + "tm:foulplay", + "tm:frustration", + "tm:gigaimpact", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hypervoice", + "tm:irondefense", + "tm:ironhead", + "tm:irontail", + "tm:knockoff", + "tm:lashout", + "tm:lowsweep", + "tm:megakick", + "tm:megapunch", + "tm:mudslap", + "tm:outrage", + "tm:payback", + "tm:playrough", + "tm:protect", + "tm:psychicfangs", + "tm:rest", + "tm:return", + "tm:revenge", + "tm:reversal", + "tm:roar", + "tm:rockblast", + "tm:rockpolish", + "tm:rockslide", + "tm:rocktomb", + "tm:round", + "tm:sandstorm", + "tm:scaryface", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:snarl", + "tm:snore", + "tm:stealthrock", + "tm:stompingtantrum", + "tm:stoneedge", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swordsdance", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:throatchop", + "tm:thunderfang", + "tm:thunderpunch", + "tm:toxic", + "tm:trailblaze", + "tm:upperhand", + "tm:uproar", + "tm:zenheadbutt", + "tutor:covet", + "tutor:dualchop", + "tutor:earthpower", + "tutor:endeavor", + "tutor:firefang", + "tutor:firepunch", + "tutor:focuspunch", + "tutor:foulplay", + "tutor:hypervoice", + "tutor:irondefense", + "tutor:ironhead", + "tutor:irontail", + "tutor:laserfocus", + "tutor:lashout", + "tutor:lastresort", + "tutor:outrage", + "tutor:snore", + "tutor:stealthrock", + "tutor:stompingtantrum", + "tutor:stoneedge", + "tutor:suckerpunch", + "tutor:swordsdance", + "tutor:throatchop", + "tutor:thunderpunch", + "tutor:uproar", + "tutor:zenheadbutt" + ], + "labels": [ + "gen7" + ], + "aspects": [ + "midnight" + ], + "height": 11, + "weight": 250, + "preEvolution": "rockruff", + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Dusk", + "primaryType": "rock", + "abilities": [ + "toughclaws" + ], + "baseStats": { + "hp": 75, + "attack": 117, + "defence": 65, + "special_attack": 55, + "special_defence": 65, + "speed": 110 + }, + "catchRate": 90, + "maleRatio": 0.5, + "baseExperienceYield": 170, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 2, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "medium_fast", + "eggCycles": 15, + "eggGroups": [ + "field" + ], + "moves": [ + "1:accelerock", + "1:counter", + "1:doubleteam", + "1:endure", + "1:leer", + "1:quickattack", + "1:quickguard", + "1:reversal", + "1:sandattack", + "1:suckerpunch", + "1:tackle", + "1:taunt", + "1:thrash", + "12:rockthrow", + "16:howl", + "18:odorsleuth", + "20:bite", + "24:rocktomb", + "30:roar", + "36:rockslide", + "42:crunch", + "45:rockclimb", + "48:scaryface", + "54:stealthrock", + "60:stoneedge", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:bulkup", + "tm:bulldoze", + "tm:charm", + "tm:closecombat", + "tm:confide", + "tm:crunch", + "tm:dig", + "tm:doubleedge", + "tm:doubleteam", + "tm:drillrun", + "tm:earthpower", + "tm:echoedvoice", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:firefang", + "tm:focusenergy", + "tm:frustration", + "tm:gigaimpact", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hypervoice", + "tm:irondefense", + "tm:ironhead", + "tm:irontail", + "tm:mudslap", + "tm:outrage", + "tm:playrough", + "tm:protect", + "tm:psychicfangs", + "tm:rest", + "tm:return", + "tm:reversal", + "tm:roar", + "tm:rockblast", + "tm:rockpolish", + "tm:rockslide", + "tm:rocktomb", + "tm:round", + "tm:sandstorm", + "tm:scaryface", + "tm:sleeptalk", + "tm:snarl", + "tm:snore", + "tm:stealthrock", + "tm:stompingtantrum", + "tm:stoneedge", + "tm:substitute", + "tm:swagger", + "tm:swordsdance", + "tm:tailslap", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:throatchop", + "tm:thunderfang", + "tm:toxic", + "tm:trailblaze", + "tm:workup", + "tm:zenheadbutt", + "tutor:covet", + "tutor:drillrun", + "tutor:earthpower", + "tutor:endeavor", + "tutor:hypervoice", + "tutor:irondefense", + "tutor:ironhead", + "tutor:irontail", + "tutor:lastresort", + "tutor:outrage", + "tutor:snore", + "tutor:stealthrock", + "tutor:stompingtantrum", + "tutor:zenheadbutt" + ], + "labels": [ + "gen7" + ], + "aspects": [ + "dusk" + ], + "height": 8, + "weight": 250, + "preEvolution": "rockruff", + "cannotDynamax": false, + "battleOnly": false + } + ], + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 6, + "entries": [ + { + "item": "minecraft:bone", + "quantityRange": "0-2" + }, + { + "item": "minecraft:rotten_flesh", + "quantityRange": "0-2" + }, + { + "item": "cobblemon:hard_stone", + "percentage": 5.0 + }, + { + "item": "cobblemon:babiri_berry", + "percentage": 5.0 + } + ] + } + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/mareanie.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/mareanie.json new file mode 100644 index 0000000..92f111e --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/mareanie.json @@ -0,0 +1,177 @@ +{ + "implemented": true, + "name": "Mareanie", + "nationalPokedexNumber": 747, + "primaryType": "poison", + "secondaryType": "water", + "abilities": [ + "merciless", + "limber", + "h:regenerator" + ], + "baseStats": { + "hp": 50, + "attack": 53, + "defence": 62, + "special_attack": 43, + "special_defence": 52, + "speed": 45 + }, + "catchRate": 190, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 61, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": [ + "water_1" + ], + "moves": [ + "1:peck", + "1:poisonsting", + "5:wideguard", + "10:bite", + "15:venoshock", + "20:recover", + "25:pinmissile", + "29:spikecannon", + "30:toxicspikes", + "35:liquidation", + "40:acidspray", + "40:venomdrench", + "45:poisonjab", + "50:toxic", + "egg:haze", + "egg:infestation", + "egg:spitup", + "egg:stockpile", + "egg:swallow", + "tm:acidspray", + "tm:attract", + "tm:blizzard", + "tm:brine", + "tm:chillingwater", + "tm:confide", + "tm:doubleteam", + "tm:endure", + "tm:facade", + "tm:frostbreath", + "tm:frustration", + "tm:gunkshot", + "tm:hail", + "tm:haze", + "tm:hiddenpower", + "tm:hydropump", + "tm:icebeam", + "tm:icespinner", + "tm:icywind", + "tm:infestation", + "tm:irondefense", + "tm:liquidation", + "tm:lunge", + "tm:muddywater", + "tm:mudshot", + "tm:painsplit", + "tm:payback", + "tm:pinmissile", + "tm:poisonjab", + "tm:pounce", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:round", + "tm:safeguard", + "tm:scald", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:sludgewave", + "tm:snore", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:terablast", + "tm:toxic", + "tm:toxicspikes", + "tm:venomdrench", + "tm:venoshock", + "tm:waterpulse", + "tutor:afteryou", + "tutor:covet", + "tutor:gastroacid", + "tutor:gunkshot", + "tutor:icywind", + "tutor:irondefense", + "tutor:knockoff", + "tutor:liquidation", + "tutor:magiccoat", + "tutor:painsplit", + "tutor:snatch", + "tutor:snore", + "tutor:spite", + "tutor:stockpile", + "tutor:swallow", + "tutor:toxic", + "tutor:waterpulse" + ], + "labels": [ + "gen7" + ], + "pokedex": [ + "cobblemon.species.mareanie.desc" + ], + "evolutions": [ + { + "id": "mareanie_toxapex", + "variant": "level_up", + "result": "toxapex", + "consumeHeldItem": false, + "learnableMoves": [ + "banefulbunker" + ], + "requirements": [ + { + "variant": "level", + "minLevel": 38 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 1, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 4, + "weight": 80, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 3, + "entries": [ + { + "item": "minecraft:slime_ball", + "quantityRange": "0-1" + }, + { + "item": "cobblemon:poison_barb", + "percentage": 2.5 + }, + { + "item": "cobblemon:pecha_berry", + "percentage": 2.5 + } + ] + } + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/marshadow.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/marshadow.json new file mode 100644 index 0000000..08a2f04 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/marshadow.json @@ -0,0 +1,160 @@ +{ + "implemented": true, + "name": "Marshadow", + "nationalPokedexNumber": 802, + "primaryType": "fighting", + "secondaryType": "ghost", + "abilities": ["technician"], + "drops": { + "amount": 5, + "entries": [ + { + "item": "cobblemon:rare_candy", + "quantityRange": "5-10" + }, + { + "item": "cobblemon:expert_belt", + "percentage": 50.0 + }, + { + "item": "cobblemon:cleanse_tag", + "percentage": 50.0 + }, + { + "item": "cobblemon:ability_capsule", + "percentage": 25.0 + }, + { + "item": "cobblemon:ability_patch", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 90, + "attack": 125, + "defence": 80, + "special_attack": 90, + "special_defence": 90, + "speed": 125 + }, + "catchRate": 3, + "maleRatio": -1, + "shoulderMountable": false, + "forms": [], + "baseExperienceYield": 300, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": ["undiscovered"], + "moves": [ + "1:firepunch", + "1:icepunch", + "1:thunderpunch", + "1:counter", + "1:pursuit", + "1:feint", + "1:copycat", + "1:shadowsneak", + "9:roleplay", + "15:rollingkick", + "18:shadowpunch", + "27:forcepalm", + "35:jumpkick", + "36:assurance", + "45:suckerpunch", + "54:drainpunch", + "63:psychup", + "72:spectralthief", + "81:laserfocus", + "90:endeavor", + "99:closecombat", + "tm:acrobatics", + "tm:agility", + "tm:assurance", + "tm:aurasphere", + "tm:blazekick", + "tm:bounce", + "tm:brickbreak", + "tm:bulkup", + "tm:calmmind", + "tm:closecombat", + "tm:confide", + "tm:doubleteam", + "tm:drainpunch", + "tm:echoedvoice", + "tm:endure", + "tm:facade", + "tm:falseswipe", + "tm:firepunch", + "tm:fling", + "tm:focusblast", + "tm:foulplay", + "tm:frustration", + "tm:gigaimpact", + "tm:grassknot", + "tm:hex", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:icepunch", + "tm:ironhead", + "tm:lowkick", + "tm:lowsweep", + "tm:megakick", + "tm:megapunch", + "tm:outrage", + "tm:payback", + "tm:phantomforce", + "tm:poisonjab", + "tm:protect", + "tm:rest", + "tm:return", + "tm:revenge", + "tm:reversal", + "tm:rockslide", + "tm:rocktomb", + "tm:round", + "tm:shadowball", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:smackdown", + "tm:snore", + "tm:stoneedge", + "tm:substitute", + "tm:superpower", + "tm:swagger", + "tm:swift", + "tm:thief", + "tm:throatchop", + "tm:thunderpunch", + "tm:toxic", + "tm:willowisp", + "tm:workup", + "tm:zenheadbutt", + "tutor:coaching", + "tutor:focuspunch", + "tutor:knockoff", + "tutor:lastresort", + "tutor:poltergeist", + "tutor:skittersmack", + "tutor:snatch" + ], + "labels": ["gen7", "mythical"], + "pokedex": [ + "cobblemon.species.marshadow.desc1", + "cobblemon.species.marshadow.desc2" + ], + "evolutions": [], + "baseScale": 0.5, + "hitbox": { + "width": 1.0, + "height": 1.0, + "fixed": false + }, + "baseFriendship": 0, + "evYield": { + "attack": 2, + "speed": 1 + }, + "height": 7, + "weight": 222 +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/melmetal.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/melmetal.json new file mode 100644 index 0000000..639d608 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/melmetal.json @@ -0,0 +1,163 @@ +{ + "implemented": true, + "name": "Melmetal", + "nationalPokedexNumber": 809, + "primaryType": "steel", + "abilities": ["ironfist"], + "baseStats": { + "hp": 135, + "attack": 143, + "defence": 143, + "special_attack": 80, + "special_defence": 65, + "speed": 34 + }, + "catchRate": 3, + "maleRatio": -1, + "shoulderMountable": false, + "forms": [ + { + "name": "Gmax", + "primaryType": "steel", + "abilities": ["ironfist"], + "baseStats": { + "hp": 135, + "attack": 143, + "defence": 143, + "special_attack": 80, + "special_defence": 65, + "speed": 34 + }, + "catchRate": 3, + "maleRatio": -1, + "baseExperienceYield": 300, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": ["undiscovered"], + "labels": ["gen8", "mythical", "legendary", "gmax"], + "aspects": ["gmax"], + "height": 250, + "weight": 0, + "cannotDynamax": false, + "battleOnly": false + } + ], + "baseExperienceYield": 300, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": ["undiscovered"], + "moves": [ + "1:harden", + "1:headbutt", + "1:tailwhip", + "1:thundershock", + "24:thunderwave", + "32:acidarmor", + "40:flashcannon", + "48:megapunch", + "56:protect", + "64:discharge", + "72:dynamicpunch", + "80:superpower", + "88:doubleironbash", + "96:hyperbeam", + "tm:bodypress", + "tm:bodyslam", + "tm:brickbreak", + "tm:brutalswing", + "tm:darkestlariat", + "tm:earthquake", + "tm:electricterrain", + "tm:endure", + "tm:facade", + "tm:flashcannon", + "tm:gigaimpact", + "tm:gyroball", + "tm:headbutt", + "tm:heavyslam", + "tm:highhorsepower", + "tm:hyperbeam", + "tm:icebeam", + "tm:icepunch", + "tm:irondefense", + "tm:ironhead", + "tm:megakick", + "tm:megapunch", + "tm:protect", + "tm:rest", + "tm:rockslide", + "tm:rocktomb", + "tm:round", + "tm:selfdestruct", + "tm:sleeptalk", + "tm:snore", + "tm:solarbeam", + "tm:substitute", + "tm:superpower", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tutor:acidarmor", + "tutor:brickbreak", + "tutor:doubleironbash", + "tutor:dynamicpunch", + "tutor:earthquake", + "tutor:facade", + "tutor:flashcannon", + "tutor:harden", + "tutor:headbutt", + "tutor:hyperbeam", + "tutor:icebeam", + "tutor:icepunch", + "tutor:megapunch", + "tutor:protect", + "tutor:rest", + "tutor:rockslide", + "tutor:selfdestruct", + "tutor:solarbeam", + "tutor:steelbeam", + "tutor:steelroller", + "tutor:substitute", + "tutor:superpower", + "tutor:tailwhip", + "tutor:thunder", + "tutor:thunderbolt", + "tutor:thunderpunch", + "tutor:thundershock", + "tutor:thunderwave", + "tutor:toxic" + ], + "labels": ["gen7", "mythical", "legendary"], + "pokedex": ["cobblemon.species.melmetal.desc"], + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 25, + "weight": 8000, + "aspects": [], + "cannotDynamax": false +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/meltan.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/meltan.json new file mode 100644 index 0000000..465c007 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/meltan.json @@ -0,0 +1,81 @@ +{ + "implemented": true, + "name": "Meltan", + "nationalPokedexNumber": 808, + "primaryType": "steel", + "abilities": ["magnetpull"], + "baseStats": { + "hp": 46, + "attack": 65, + "defence": 65, + "special_attack": 55, + "special_defence": 35, + "speed": 34 + }, + "catchRate": 3, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 150, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": ["undiscovered"], + "moves": [ + "1:harden", + "1:thundershock", + "8:tailwhip", + "16:headbutt", + "24:thunderwave", + "32:acidarmor", + "40:flashcannon", + "tm:endure", + "tm:facade", + "tm:flashcannon", + "tm:gyroball", + "tm:headbutt", + "tm:irondefense", + "tm:protect", + "tm:rest", + "tm:round", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:thunderbolt", + "tm:thunderwave", + "tm:toxic", + "tutor:acidarmor", + "tutor:flashcannon", + "tutor:harden", + "tutor:headbutt", + "tutor:protect", + "tutor:rest", + "tutor:steelbeam", + "tutor:substitute", + "tutor:tailwhip", + "tutor:thunderbolt", + "tutor:thundershock", + "tutor:thunderwave", + "tutor:toxic" + ], + "labels": ["gen7", "mythical", "legendary"], + "pokedex": ["cobblemon.species.meltan.desc"], + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 1, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 2, + "weight": 80, + "aspects": [], + "cannotDynamax": false +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/minior.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/minior.json new file mode 100644 index 0000000..eef5df4 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/minior.json @@ -0,0 +1,172 @@ +{ + "implemented": true, + "name": "Minior", + "nationalPokedexNumber": 774, + "primaryType": "rock", + "secondaryType": "flying", + "abilities": ["shieldsdown"], + "baseStats": { + "hp": 60, + "attack": 100, + "defence": 60, + "special_attack": 100, + "special_defence": 60, + "speed": 120 + }, + "catchRate": 30, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 175, + "experienceGroup": "medium_slow", + "eggCycles": 25, + "eggGroups": ["mineral"], + "moves": [ + "1:tackle", + "3:defensecurl", + "8:rollout", + "10:confuseray", + "15:swift", + "17:ancientpower", + "22:selfdestruct", + "24:stealthrock", + "29:takedown", + "31:autotomize", + "31:rockpolish", + "36:cosmicpower", + "38:powergem", + "43:doubleedge", + "45:shellsmash", + "50:explosion", + "tm:acrobatics", + "tm:attract", + "tm:bulldoze", + "tm:calmmind", + "tm:chargebeam", + "tm:confide", + "tm:confuseray", + "tm:dazzlinggleam", + "tm:doubleedge", + "tm:doubleteam", + "tm:earthpower", + "tm:earthquake", + "tm:endeavor", + "tm:endure", + "tm:explosion", + "tm:facade", + "tm:frustration", + "tm:gigaimpact", + "tm:gravity", + "tm:gyroball", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:ironhead", + "tm:lightscreen", + "tm:meteorbeam", + "tm:powergem", + "tm:protect", + "tm:psychic", + "tm:psychup", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:rockblast", + "tm:rockpolish", + "tm:rockslide", + "tm:rocktomb", + "tm:round", + "tm:safeguard", + "tm:sandstorm", + "tm:scorchingsands", + "tm:sleeptalk", + "tm:solarbeam", + "tm:stealthrock", + "tm:stoneedge", + "tm:substitute", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:toxic", + "tm:uturn", + "tm:zenheadbutt", + "tutor:endeavor", + "tutor:gravity", + "tutor:ironhead", + "tutor:lastresort", + "tutor:magnetrise", + "tutor:snore", + "tutor:stealthrock", + "tutor:telekinesis", + "tutor:zenheadbutt" + ], + "labels": ["gen7"], + "pokedex": [ + "Although its outer shell is uncommonly durable, the shock of falling to the ground smashes the shell to smithereens." + ], + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 0, + "attack": 1, + "defence": 0, + "special_attack": 1, + "special_defence": 0, + "speed": 0 + }, + "height": 3, + "weight": 3, + "forms": [ + { + "name": "Meteor", + "primaryType": "rock", + "secondaryType": "flying", + "abilities": ["shieldsdown"], + "baseStats": { + "hp": 60, + "attack": 60, + "defence": 100, + "special_attack": 60, + "special_defence": 100, + "speed": 60 + }, + "catchRate": 30, + "maleRatio": -1, + "baseExperienceYield": 175, + "baseFriendship": 70, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 1, + "special_attack": 0, + "special_defence": 1, + "speed": 0 + }, + "experienceGroup": "medium_slow", + "eggCycles": 25, + "eggGroups": ["mineral"], + "labels": ["gen7"], + "aspects": ["meteor"], + "height": 3, + "weight": 400, + "cannotDynamax": false, + "battleOnly": true, + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:float_stone", + "percentage": 5 + } + ] + } + } + ], + "aspects": [], + "cannotDynamax": false +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/naganadel.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/naganadel.json new file mode 100644 index 0000000..eb7c2ce --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/naganadel.json @@ -0,0 +1,180 @@ +{ + "implemented": true, + "name": "Naganadel", + "nationalPokedexNumber": 804, + "primaryType": "poison", + "secondaryType": "dragon", + "abilities": [ + "beastboost" + ], + "drops": { + "amount": 5, + "entries": [ + { + "item": "cobblemon:rare_candy", + "quantityRange": "5-10" + }, + { + "item": "minecraft:echo_shard", + "quantityRange": "2-11" + }, + { + "item": "cobblemon:poison_barb", + "percentage": 50.0 + }, + { + "item": "cobblemon:ability_capsule", + "percentage": 25.0 + }, + { + "item": "cobblemon:ability_patch", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 73, + "attack": 73, + "defence": 73, + "special_attack": 127, + "special_defence": 73, + "speed": 121 + }, + "catchRate": 45, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 270, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:acid", + "1:aircutter", + "1:airslash", + "1:dragonpulse", + "1:growl", + "1:helpinghand", + "1:peck", + "7:furyattack", + "14:fellstinger", + "21:charm", + "28:venoshock", + "35:venomdrench", + "42:nastyplot", + "49:poisonjab", + "56:gastroacid", + "63:toxic", + "70:dragonrush", + "tm:acrobatics", + "tm:aerialace", + "tm:airslash", + "tm:allyswitch", + "tm:assurance", + "tm:breakingswipe", + "tm:charm", + "tm:confide", + "tm:crosspoison", + "tm:darkpulse", + "tm:doubleteam", + "tm:dragonclaw", + "tm:dragondance", + "tm:dragonpulse", + "tm:dragontail", + "tm:echoedvoice", + "tm:endure", + "tm:facade", + "tm:fireblast", + "tm:flamethrower", + "tm:fly", + "tm:frustration", + "tm:gigaimpact", + "tm:gunkshot", + "tm:heatwave", + "tm:helpinghand", + "tm:hex", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:irontail", + "tm:leechlife", + "tm:nastyplot", + "tm:outrage", + "tm:pinmissile", + "tm:poisonjab", + "tm:protect", + "tm:rest", + "tm:return", + "tm:round", + "tm:shadowclaw", + "tm:skydrop", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:sludgewave", + "tm:smartstrike", + "tm:snarl", + "tm:snore", + "tm:spikes", + "tm:substitute", + "tm:swift", + "tm:thief", + "tm:throatchop", + "tm:thunderbolt", + "tm:toxic", + "tm:toxicspikes", + "tm:uproar", + "tm:uturn", + "tm:venomdrench", + "tm:venoshock", + "tm:xscissor", + "tutor:allyswitch", + "tutor:dracometeor", + "tutor:dragonpulse", + "tutor:dualwingbeat", + "tutor:gastroacid", + "tutor:gunkshot", + "tutor:heatwave", + "tutor:helpinghand", + "tutor:irontail", + "tutor:laserfocus", + "tutor:outrage", + "tutor:scaleshot", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:skyattack", + "tutor:snatch", + "tutor:snore", + "tutor:tailwind", + "tutor:throatchop", + "tutor:uproar" + ], + "labels": [ + "gen7", + "ultra_beast" + ], + "pokedex": [ + "cobblemon.species.naganadel.desc" + ], + "preEvolution": "poipole", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1.2, + "height": 4, + "fixed": false + }, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 3, + "special_defence": 0, + "speed": 0 + }, + "height": 36, + "weight": 1500, + "aspects": [], + "cannotDynamax": false + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/necrozma.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/necrozma.json new file mode 100644 index 0000000..6439f0c --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/necrozma.json @@ -0,0 +1,199 @@ +{ + "implemented": true, + "name": "Necrozma", + "nationalPokedexNumber": 800, + "primaryType": "psychic", + "abilities": ["prismarmor"], + "drops": { + "amount": 5, + "entries": [ + { + "item": "cobblemon:rare_candy", + "quantityRange": "5-10" + }, + { + "item": "minecraft:ender_pearl", + "quantityRange": "2-11" + }, + { + "item": "cobblemon:twisted_spoon", + "percentage": 50.0 + }, + { + "item": "cobblemon:ability_capsule", + "percentage": 25.0 + }, + { + "item": "cobblemon:ability_patch", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 97, + "attack": 107, + "defence": 101, + "special_attack": 127, + "special_defence": 89, + "speed": 79 + }, + "catchRate": 255, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 300, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": ["undiscovered"], + "moves": [ + "1:chargebeam", + "1:confusion", + "1:gravity", + "1:metalclaw", + "1:mirrorshot", + "1:moonlight", + "1:morningsun", + "8:stealthrock", + "16:slash", + "24:nightslash", + "32:psychocut", + "40:storedpower", + "48:rockblast", + "56:irondefense", + "64:powergem", + "67:wringout", + "72:photongeyser", + "80:autotomize", + "88:prismaticlaser", + "tm:aerialace", + "tm:allyswitch", + "tm:breakingswipe", + "tm:brickbreak", + "tm:brutalswing", + "tm:bulldoze", + "tm:calmmind", + "tm:chargebeam", + "tm:confide", + "tm:cosmicpower", + "tm:darkpulse", + "tm:doubleteam", + "tm:dragondance", + "tm:dragonpulse", + "tm:earthpower", + "tm:earthquake", + "tm:embargo", + "tm:endure", + "tm:facade", + "tm:flashcannon", + "tm:fling", + "tm:frustration", + "tm:futuresight", + "tm:gigaimpact", + "tm:gyroball", + "tm:heatwave", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:hypervoice", + "tm:imprison", + "tm:irondefense", + "tm:ironhead", + "tm:lightscreen", + "tm:outrage", + "tm:powergem", + "tm:protect", + "tm:psychic", + "tm:psychicfangs", + "tm:psychocut", + "tm:psyshock", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:rockblast", + "tm:rockpolish", + "tm:rockslide", + "tm:rocktomb", + "tm:round", + "tm:scaryface", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:smartstrike", + "tm:snore", + "tm:solarbeam", + "tm:stealthrock", + "tm:stoneedge", + "tm:storedpower", + "tm:substitute", + "tm:swagger", + "tm:swordsdance", + "tm:thief", + "tm:thunderwave", + "tm:toxic", + "tm:trickroom", + "tm:xscissor", + "tutor:allyswitch", + "tutor:autotomize", + "tutor:chargebeam", + "tutor:dragonpulse", + "tutor:earthpower", + "tutor:expandingforce", + "tutor:gravity", + "tutor:heatwave", + "tutor:hypervoice", + "tutor:irondefense", + "tutor:ironhead", + "tutor:knockoff", + "tutor:lightscreen", + "tutor:magnetrise", + "tutor:meteorbeam", + "tutor:moonlight", + "tutor:nightslash", + "tutor:outrage", + "tutor:photongeyser", + "tutor:powergem", + "tutor:prismaticlaser", + "tutor:psychocut", + "tutor:recycle", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:snore", + "tutor:stealthrock", + "tutor:substitute", + "tutor:telekinesis", + "tutor:wringout" + ], + "labels": ["gen7", "legendary"], + "pokedex": ["cobblemon.species.necrozma.desc"], + "evolutions": [ + { + "id": "necrozma_ultranecrozma", + "variant": "level_up", + "result": "ultranecrozma", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 80 + } + ] + } + ], + "baseScale": 1.5, + "hitbox": { + "width": 1, + "height": 1.7, + "fixed": false + }, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 1, + "defence": 0, + "special_attack": 2, + "special_defence": 0, + "speed": 0 + }, + "height": 24, + "weight": 2300, + "aspects": [], + "cannotDynamax": false +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/nihilego.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/nihilego.json new file mode 100644 index 0000000..016995c --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/nihilego.json @@ -0,0 +1,166 @@ +{ + "implemented": true, + "name": "Nihilego", + "nationalPokedexNumber": 793, + "primaryType": "rock", + "secondaryType": "poison", + "abilities": ["beastboost"], + + "baseStats": { + "hp": 109, + "attack": 53, + "defence": 47, + "special_attack": 127, + "special_defence": 131, + "speed": 103 + }, + "catchRate": 45, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 285, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": ["undiscovered"], + "moves": [ + "1:constrict", + "1:pound", + "1:wrap", + "5:acid", + "10:tickle", + "13:psywave", + "15:acidspray", + "20:clearsmog", + "25:guardsplit", + "25:powersplit", + "30:venoshock", + "31:safeguard", + "35:headbutt", + "40:toxicspikes", + "45:venomdrench", + "50:powergem", + "55:stealthrock", + "60:mirrorcoat", + "65:wonderroom", + "70:headsmash", + "tm:allyswitch", + "tm:bodyslam", + "tm:brutalswing", + "tm:chargebeam", + "tm:confide", + "tm:crosspoison", + "tm:dazzlinggleam", + "tm:doubleteam", + "tm:echoedvoice", + "tm:endure", + "tm:facade", + "tm:foulplay", + "tm:frustration", + "tm:grassknot", + "tm:gunkshot", + "tm:hex", + "tm:hiddenpower", + "tm:ironhead", + "tm:lightscreen", + "tm:poisonjab", + "tm:powergem", + "tm:protect", + "tm:psychic", + "tm:psyshock", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:rockslide", + "tm:rocktomb", + "tm:round", + "tm:safeguard", + "tm:sandstorm", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:sludgewave", + "tm:snore", + "tm:stealthrock", + "tm:substitute", + "tm:swagger", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderwave", + "tm:toxic", + "tm:toxicspikes", + "tm:trickroom", + "tm:venomdrench", + "tm:venoshock", + "tm:wonderroom", + "tm:zenheadbutt", + "tutor:acidspray", + "tutor:allyswitch", + "tutor:bind", + "tutor:brutalswing", + "tutor:corrosivegas", + "tutor:foulplay", + "tutor:gunkshot", + "tutor:ironhead", + "tutor:knockoff", + "tutor:magiccoat", + "tutor:meteorbeam", + "tutor:mirrorcoat", + "tutor:painsplit", + "tutor:powergem", + "tutor:roleplay", + "tutor:sludgewave", + "tutor:snore", + "tutor:spite", + "tutor:stealthrock", + "tutor:telekinesis", + "tutor:venomdrench", + "tutor:wonderroom", + "tutor:worryseed", + "tutor:zenheadbutt" + ], + "labels": ["gen7", "ultra_beast"], + "pokedex": ["cobblemon.species.nihilego.desc"], + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 3, + "speed": 0 + }, + "height": 12, + "weight": 555, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 5, + "entries": [ + { + "item": "cobblemon:rare_candy", + "quantityRange": "5-10" + }, + { + "item": "minecraft:echo_shard", + "quantityRange": "2-11" + }, + { + "item": "cobblemon:poison_barb", + "percentage": 50.0 + }, + { + "item": "cobblemon:ability_capsule", + "percentage": 25.0 + }, + { + "item": "cobblemon:ability_patch", + "percentage": 5.0 + } + ] + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/palossand.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/palossand.json new file mode 100644 index 0000000..ae92a62 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/palossand.json @@ -0,0 +1,153 @@ +{ + "implemented": true, + "name": "Palossand", + "nationalPokedexNumber": 770, + "primaryType": "ghost", + "secondaryType": "ground", + "abilities": ["watercompaction", "h:sandveil"], + "baseStats": { + "hp": 85, + "attack": 75, + "defence": 110, + "special_attack": 100, + "special_defence": 75, + "speed": 35 + }, + "catchRate": 60, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 168, + "experienceGroup": "medium_fast", + "eggCycles": 15, + "eggGroups": ["amorphous"], + "moves": [ + "1:absorb", + "1:astonish", + "1:harden", + "1:sandtomb", + "15:megadrain", + "20:sandattack", + "25:bulldoze", + "30:hypnosis", + "35:gigadrain", + "40:irondefense", + "47:shadowball", + "54:earthpower", + "61:shoreup", + "68:sandstorm", + "tm:amnesia", + "tm:attract", + "tm:bodyslam", + "tm:brine", + "tm:bulldoze", + "tm:chillingwater", + "tm:confide", + "tm:confuseray", + "tm:curse", + "tm:doubleteam", + "tm:earthpower", + "tm:earthquake", + "tm:embargo", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:flashcannon", + "tm:fling", + "tm:frustration", + "tm:gigadrain", + "tm:gigaimpact", + "tm:gravity", + "tm:hex", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:imprison", + "tm:infestation", + "tm:irondefense", + "tm:mudshot", + "tm:mudslap", + "tm:nightshade", + "tm:painsplit", + "tm:poltergeist", + "tm:protect", + "tm:psychic", + "tm:quash", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:rockpolish", + "tm:rockslide", + "tm:rocktomb", + "tm:round", + "tm:sandstorm", + "tm:sandtomb", + "tm:scaryface", + "tm:scorchingsands", + "tm:shadowball", + "tm:skillswap", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:snore", + "tm:spite", + "tm:stealthrock", + "tm:stoneedge", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:terablast", + "tm:toxic", + "tm:trick", + "tutor:afteryou", + "tutor:block", + "tutor:earthpower", + "tutor:gigadrain", + "tutor:gravity", + "tutor:irondefense", + "tutor:painsplit", + "tutor:poltergeist", + "tutor:recycle", + "tutor:roleplay", + "tutor:scorchingsands", + "tutor:skillswap", + "tutor:snore", + "tutor:spite", + "tutor:stealthrock", + "tutor:terrainpulse", + "tutor:trick" + ], + "labels": ["gen7"], + "pokedex": ["cobblemon.species.palossand.desc"], + "preEvolution": "sandygast", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 2, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 13, + "weight": 2500, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 2, + "entries": [ + { + "item": "cobblemon:soft_sand", + "percentage": 5 + }, + { + "item": "cobblemon:passho_berry", + "percentage": 5 + } + ] + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/poipole.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/poipole.json new file mode 100644 index 0000000..74e3b2c --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/poipole.json @@ -0,0 +1,156 @@ +{ + "implemented": true, + "name": "Poipole", + "nationalPokedexNumber": 803, + "primaryType": "poison", + "abilities": [ + "beastboost" + ], + "drops": { + "amount": 5, + "entries": [ + { + "item": "cobblemon:rare_candy", + "quantityRange": "5-10" + }, + { + "item": "minecraft:echo_shard", + "quantityRange": "2-11" + }, + { + "item": "cobblemon:poison_barb", + "percentage": 50.0 + }, + { + "item": "cobblemon:ability_capsule", + "percentage": 25.0 + }, + { + "item": "cobblemon:ability_patch", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 67, + "attack": 73, + "defence": 67, + "special_attack": 73, + "special_defence": 67, + "speed": 73 + }, + "catchRate": 45, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 210, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:acid", + "1:dragonpulse", + "1:growl", + "1:helpinghand", + "1:peck", + "7:furyattack", + "14:fellstinger", + "21:charm", + "28:venoshock", + "35:venomdrench", + "42:nastyplot", + "49:poisonjab", + "56:gastroacid", + "63:toxic", + "tm:charm", + "tm:confide", + "tm:dragonpulse", + "tm:echoedvoice", + "tm:endure", + "tm:facade", + "tm:frustration", + "tm:gunkshot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:irontail", + "tm:nastyplot", + "tm:pinmissile", + "tm:poisonjab", + "tm:protect", + "tm:rest", + "tm:return", + "tm:round", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:sludgewave", + "tm:snore", + "tm:substitute", + "tm:toxic", + "tm:toxicspikes", + "tm:uproar", + "tm:venomdrench", + "tm:venoshock", + "tutor:acid", + "tutor:charm", + "tutor:covet", + "tutor:dragonpulse", + "tutor:fellstinger", + "tutor:furyattack", + "tutor:gastroacid", + "tutor:gunkshot", + "tutor:helpinghand", + "tutor:irontail", + "tutor:nastyplot", + "tutor:poisonjab", + "tutor:signalbeam", + "tutor:snatch", + "tutor:snore", + "tutor:uproar", + "tutor:venomdrench" + ], + "labels": [ + "gen7", + "ultra_beast" + ], + "pokedex": [ + "cobblemon.species.poipole.desc" + ], + "evolutions": [ + { + "id": "poipole_naganadel", + "variant": "level_up", + "result": "naganadel", + "consumeHeldItem": false, + "learnableMoves": [ + "aircutter" + ], + "requirements": [ + { + "variant": "has_move", + "move": "dragonpulse" + } + ] + } + ], + "baseScale": 0.6, + "hitbox": { + "width": 0.7, + "height": 1.4, + "fixed": false + }, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 1 + }, + "height": 6, + "weight": 18, + "aspects": [], + "cannotDynamax": false + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/rockruff.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/rockruff.json new file mode 100644 index 0000000..11325e2 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/rockruff.json @@ -0,0 +1,222 @@ +{ + "implemented": true, + "name": "Rockruff", + "nationalPokedexNumber": 744, + "primaryType": "rock", + "abilities": [ + "keeneye", + "vitalspirit", + "h:steadfast" + ], + "baseStats": { + "hp": 45, + "attack": 65, + "defence": 40, + "special_attack": 30, + "special_defence": 40, + "speed": 60 + }, + "catchRate": 190, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 56, + "experienceGroup": "medium_fast", + "eggCycles": 15, + "eggGroups": [ + "field" + ], + "moves": [ + "1:leer", + "1:tackle", + "4:sandattack", + "8:doubleteam", + "12:rockthrow", + "16:howl", + "18:odorsleuth", + "20:bite", + "24:rocktomb", + "28:roar", + "32:rockslide", + "36:crunch", + "40:scaryface", + "44:stealthrock", + "45:rockclimb", + "48:stoneedge", + "egg:crushclaw", + "egg:endeavor", + "egg:firefang", + "egg:lastresort", + "egg:suckerpunch", + "egg:thrash", + "egg:thunderfang", + "tm:attract", + "tm:bodyslam", + "tm:bulldoze", + "tm:charm", + "tm:confide", + "tm:crunch", + "tm:dig", + "tm:doubleedge", + "tm:doubleteam", + "tm:earthpower", + "tm:echoedvoice", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:firefang", + "tm:frustration", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hypervoice", + "tm:irondefense", + "tm:ironhead", + "tm:irontail", + "tm:mudslap", + "tm:playrough", + "tm:protect", + "tm:psychicfangs", + "tm:rest", + "tm:return", + "tm:roar", + "tm:rockpolish", + "tm:rockslide", + "tm:rocktomb", + "tm:round", + "tm:sandstorm", + "tm:scaryface", + "tm:sleeptalk", + "tm:snarl", + "tm:snore", + "tm:stealthrock", + "tm:stompingtantrum", + "tm:stoneedge", + "tm:substitute", + "tm:swagger", + "tm:swordsdance", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thunderfang", + "tm:toxic", + "tm:trailblaze", + "tm:zenheadbutt", + "tutor:covet", + "tutor:earthpower", + "tutor:endeavor", + "tutor:hypervoice", + "tutor:irondefense", + "tutor:ironhead", + "tutor:irontail", + "tutor:lastresort", + "tutor:snore", + "tutor:stealthrock", + "tutor:stompingtantrum", + "tutor:zenheadbutt" + ], + "labels": [ + "gen7" + ], + "pokedex": [ + "cobblemon.species.rockruff.desc" + ], + "evolutions": [ + { + "id": "rockruff_lycanroc", + "variant": "level_up", + "result": "lycanroc", + "consumeHeldItem": false, + "learnableMoves": [ + "suckerpunch" + ], + "requirements": [ + { + "variant": "level", + "minLevel": 25 + }, + { + "variant": "time_range", + "range": "day" + } + ] + }, + { + "id": "rockruff_lycanroc", + "variant": "level_up", + "result": "lycanroc midnight", + "consumeHeldItem": false, + "learnableMoves": [ + "counter" + ], + "requirements": [ + { + "variant": "level", + "minLevel": 25 + }, + { + "variant": "time_range", + "range": "night" + } + ] + }, + { + "id": "rockruff_lycanroc", + "variant": "level_up", + "result": "lycanroc dusk", + "consumeHeldItem": false, + "learnableMoves": [ + "crushclaw" + ], + "requirements": [ + { + "variant": "level", + "minLevel": 25 + }, + { + "variant": "time_range", + "range": "dusk" + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 1, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 5, + "weight": 92, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 4, + "entries": [ + { + "item": "minecraft:bone", + "quantityRange": "0-1" + }, + { + "item": "minecraft:rotten_flesh", + "quantityRange": "0-1" + }, + { + "item": "cobblemon:hard_stone", + "percentage": 2.5 + }, + { + "item": "cobblemon:babiri_berry", + "percentage": 2.5 + } + ] + } + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/sandygast.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/sandygast.json new file mode 100644 index 0000000..d7fe33f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/sandygast.json @@ -0,0 +1,167 @@ +{ + "implemented": true, + "name": "Sandygast", + "nationalPokedexNumber": 769, + "primaryType": "ghost", + "secondaryType": "ground", + "abilities": ["watercompaction", "h:sandveil"], + "baseStats": { + "hp": 55, + "attack": 55, + "defence": 80, + "special_attack": 70, + "special_defence": 45, + "speed": 15 + }, + "catchRate": 140, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 64, + "experienceGroup": "medium_fast", + "eggCycles": 15, + "eggGroups": ["amorphous"], + "moves": [ + "1:absorb", + "1:harden", + "5:astonish", + "10:sandtomb", + "15:megadrain", + "20:sandattack", + "25:bulldoze", + "30:hypnosis", + "35:gigadrain", + "40:irondefense", + "45:shadowball", + "50:earthpower", + "55:shoreup", + "60:sandstorm", + "egg:amnesia", + "egg:ancientpower", + "egg:curse", + "egg:destinybond", + "egg:spitup", + "egg:stockpile", + "egg:swallow", + "tm:amnesia", + "tm:attract", + "tm:brine", + "tm:bulldoze", + "tm:chillingwater", + "tm:confide", + "tm:confuseray", + "tm:curse", + "tm:doubleteam", + "tm:earthpower", + "tm:earthquake", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:flashcannon", + "tm:fling", + "tm:frustration", + "tm:gigadrain", + "tm:gravity", + "tm:hex", + "tm:hiddenpower", + "tm:imprison", + "tm:infestation", + "tm:irondefense", + "tm:mudshot", + "tm:mudslap", + "tm:nightshade", + "tm:painsplit", + "tm:poltergeist", + "tm:protect", + "tm:psychic", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:rockpolish", + "tm:rockslide", + "tm:rocktomb", + "tm:round", + "tm:sandstorm", + "tm:sandtomb", + "tm:scaryface", + "tm:scorchingsands", + "tm:shadowball", + "tm:skillswap", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:snore", + "tm:spite", + "tm:stealthrock", + "tm:stoneedge", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:terablast", + "tm:toxic", + "tm:trick", + "tutor:afteryou", + "tutor:block", + "tutor:earthpower", + "tutor:gigadrain", + "tutor:gravity", + "tutor:irondefense", + "tutor:painsplit", + "tutor:poltergeist", + "tutor:recycle", + "tutor:roleplay", + "tutor:scorchingsands", + "tutor:skillswap", + "tutor:snore", + "tutor:spite", + "tutor:stealthrock", + "tutor:trick" + ], + "labels": ["gen7"], + "pokedex": ["cobblemon.species.sandygast.desc"], + "evolutions": [ + { + "id": "sandygast_palossand", + "variant": "level_up", + "result": "palossand", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 42 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 1, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 5, + "weight": 700, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 2, + "entries": [ + { + "item": "cobblemon:soft_sand", + "percentage": 2.5 + }, + { + "item": "cobblemon:passho_berry", + "percentage": 2.5 + } + ] + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/togedemaru.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/togedemaru.json new file mode 100644 index 0000000..94b61ca --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/togedemaru.json @@ -0,0 +1,250 @@ +{ + "implemented": true, + "name": "Togedemaru", + "nationalPokedexNumber": 777, + "primaryType": "electric", + "secondaryType": "steel", + "abilities": ["ironbarbs", "lightningrod", "h:sturdy"], + "baseStats": { + "hp": 65, + "attack": 98, + "defence": 63, + "special_attack": 40, + "special_defence": 73, + "speed": 96 + }, + "catchRate": 180, + "maleRatio": 0.5, + "shoulderMountable": false, + "forms": [ + { + "name": "Totem", + "primaryType": "electric", + "secondaryType": "steel", + "abilities": ["sturdy"], + "baseStats": { + "hp": 65, + "attack": 98, + "defence": 63, + "special_attack": 40, + "special_defence": 73, + "speed": 96 + }, + "catchRate": 180, + "maleRatio": 0.5, + "baseExperienceYield": 152, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 2, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": ["field", "fairy"], + "moves": [ + "1:tackle", + "1:thundershock", + "5:defensecurl", + "9:rollout", + "13:charge", + "17:spark", + "21:nuzzle", + "25:magnetrise", + "29:discharge", + "33:zingzap", + "37:electricterrain", + "41:wildcharge", + "45:pinmissile", + "49:spikyshield", + "53:fellstinger", + "tm:attract", + "tm:chargebeam", + "tm:confide", + "tm:doubleteam", + "tm:facade", + "tm:fling", + "tm:frustration", + "tm:gigaimpact", + "tm:grassknot", + "tm:gyroball", + "tm:hiddenpower", + "tm:payback", + "tm:poisonjab", + "tm:protect", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:round", + "tm:sleeptalk", + "tm:substitute", + "tm:swagger", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderwave", + "tm:toxic", + "tm:uturn", + "tm:voltswitch", + "tm:wildcharge", + "tm:workup", + "tutor:afteryou", + "tutor:bounce", + "tutor:covet", + "tutor:discharge", + "tutor:electroweb", + "tutor:endeavor", + "tutor:gravity", + "tutor:helpinghand", + "tutor:ironhead", + "tutor:irontail", + "tutor:lastresort", + "tutor:magnetrise", + "tutor:nuzzle", + "tutor:roleplay", + "tutor:shockwave", + "tutor:snore", + "tutor:superfang", + "tutor:zenheadbutt", + "tutor:zingzap" + ], + "labels": ["gen7", "totem"], + "aspects": ["totem"], + "height": 6, + "weight": 130, + "cannotDynamax": false, + "battleOnly": false + } + ], + "baseExperienceYield": 152, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": ["field", "fairy"], + "moves": [ + "1:nuzzle", + "1:tackle", + "5:defensecurl", + "9:rollout", + "10:charge", + "15:thundershock", + "20:fellstinger", + "25:spark", + "30:pinmissile", + "35:magnetrise", + "40:zingzap", + "45:discharge", + "50:electricterrain", + "55:wildcharge", + "60:spikyshield", + "egg:disarmingvoice", + "egg:encore", + "egg:fakeout", + "egg:flail", + "egg:present", + "egg:reversal", + "egg:tickle", + "egg:twineedle", + "egg:wish", + "tm:agility", + "tm:assurance", + "tm:attract", + "tm:bounce", + "tm:chargebeam", + "tm:confide", + "tm:doubleteam", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:fling", + "tm:frustration", + "tm:gigaimpact", + "tm:grassknot", + "tm:gyroball", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:ironhead", + "tm:irontail", + "tm:payback", + "tm:pinmissile", + "tm:poisonjab", + "tm:protect", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:reversal", + "tm:round", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:swagger", + "tm:swift", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderwave", + "tm:toxic", + "tm:uturn", + "tm:voltswitch", + "tm:wildcharge", + "tm:workup", + "tm:zenheadbutt", + "tutor:afteryou", + "tutor:bounce", + "tutor:covet", + "tutor:electroweb", + "tutor:endeavor", + "tutor:gravity", + "tutor:helpinghand", + "tutor:ironhead", + "tutor:irontail", + "tutor:lastresort", + "tutor:magnetrise", + "tutor:risingvoltage", + "tutor:roleplay", + "tutor:shockwave", + "tutor:snore", + "tutor:steelbeam", + "tutor:steelroller", + "tutor:superfang", + "tutor:zenheadbutt" + ], + "labels": ["gen7"], + "pokedex": ["cobblemon.species.togedemaru.desc"], + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 2, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 3, + "weight": 33, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:shuca_berry", + "percentage": 5 + } + ] + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/toxapex.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/toxapex.json new file mode 100644 index 0000000..97e471f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/toxapex.json @@ -0,0 +1,153 @@ +{ + "implemented": true, + "name": "Toxapex", + "nationalPokedexNumber": 748, + "primaryType": "poison", + "secondaryType": "water", + "abilities": ["merciless", "limber", "h:regenerator"], + "baseStats": { + "hp": 50, + "attack": 63, + "defence": 152, + "special_attack": 53, + "special_defence": 142, + "speed": 35 + }, + "catchRate": 75, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 173, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": ["water_1"], + "moves": [ + "1:banefulbunker", + "1:bite", + "1:peck", + "1:poisonsting", + "1:wideguard", + "15:venoshock", + "20:recover", + "25:pinmissile", + "29:spikecannon", + "30:toxicspikes", + "35:liquidation", + "42:acidspray", + "42:venomdrench", + "49:poisonjab", + "56:toxic", + "tm:acidspray", + "tm:attract", + "tm:blizzard", + "tm:bodyslam", + "tm:brine", + "tm:chillingwater", + "tm:confide", + "tm:crosspoison", + "tm:doubleteam", + "tm:endure", + "tm:facade", + "tm:frostbreath", + "tm:frustration", + "tm:gigaimpact", + "tm:gunkshot", + "tm:hail", + "tm:haze", + "tm:hex", + "tm:hiddenpower", + "tm:hydropump", + "tm:hyperbeam", + "tm:icebeam", + "tm:icespinner", + "tm:icywind", + "tm:infestation", + "tm:irondefense", + "tm:lightscreen", + "tm:liquidation", + "tm:lunge", + "tm:muddywater", + "tm:mudshot", + "tm:painsplit", + "tm:payback", + "tm:pinmissile", + "tm:poisonjab", + "tm:pounce", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:round", + "tm:safeguard", + "tm:scald", + "tm:scaryface", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:sludgewave", + "tm:smackdown", + "tm:snore", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:terablast", + "tm:toxic", + "tm:toxicspikes", + "tm:venomdrench", + "tm:venoshock", + "tm:waterpulse", + "tutor:afteryou", + "tutor:block", + "tutor:covet", + "tutor:gastroacid", + "tutor:gunkshot", + "tutor:icywind", + "tutor:irondefense", + "tutor:knockoff", + "tutor:liquidation", + "tutor:magiccoat", + "tutor:painsplit", + "tutor:snatch", + "tutor:snore", + "tutor:spite", + "tutor:waterpulse" + ], + "labels": ["gen7"], + "pokedex": ["cobblemon.species.toxapex.desc"], + "preEvolution": "mareanie", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 2, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 7, + "weight": 145, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 4, + "entries": [ + { + "item": "minecraft:slime_ball", + "quantityRange": "0-2" + }, + { + "item": "cobblemon:poison_barb", + "percentage": 5 + }, + { + "item": "cobblemon:pecha_berry", + "percentage": 5 + } + ] + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/xurkitree.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/xurkitree.json new file mode 100644 index 0000000..45281b9 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/xurkitree.json @@ -0,0 +1,157 @@ +{ + "implemented": true, + "name": "Xurkitree", + "nationalPokedexNumber": 796, + "primaryType": "electric", + "abilities": [ + "beastboost" + ], + "baseStats": { + "hp": 83, + "attack": 89, + "defence": 71, + "special_attack": 173, + "special_defence": 71, + "speed": 83 + }, + "catchRate": 45, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 285, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:tailglow", + "1:thundershock", + "1:wrap", + "5:charge", + "10:thunderwave", + "15:ingrain", + "20:spark", + "25:shockwave", + "30:hypnosis", + "31:signalbeam", + "35:eerieimpulse", + "40:thunderpunch", + "45:discharge", + "50:magnetrise", + "55:thunderbolt", + "60:electricterrain", + "65:powerwhip", + "67:iondeluge", + "70:zapcannon", + "tm:brutalswing", + "tm:calmmind", + "tm:chargebeam", + "tm:confide", + "tm:dazzlinggleam", + "tm:doubleteam", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:fling", + "tm:frustration", + "tm:gigaimpact", + "tm:grassknot", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:lightscreen", + "tm:naturepower", + "tm:powerwhip", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:round", + "tm:sleeptalk", + "tm:snore", + "tm:solarbeam", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:voltswitch", + "tm:wildcharge", + "tutor:bind", + "tutor:brutalswing", + "tutor:discharge", + "tutor:eerieimpulse", + "tutor:electricterrain", + "tutor:electroweb", + "tutor:gravity", + "tutor:hypnosis", + "tutor:magiccoat", + "tutor:magnetrise", + "tutor:powerwhip", + "tutor:risingvoltage", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:snore", + "tutor:thunderpunch" + ], + "labels": [ + "gen7", + "ultra_beast" + ], + "pokedex": [ + "cobblemon.species.xurkitree.desc" + ], + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 3, + "special_defence": 0, + "speed": 0 + }, + "height": 38, + "weight": 1000, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 5, + "entries": [ + { + "item": "cobblemon:rare_candy", + "quantityRange": "5-10" + }, + { + "item": "minecraft:echo_shard", + "quantityRange": "2-11" + }, + { + "item": "cobblemon:cell_battery", + "percentage": 50.0 + }, + { + "item": "cobblemon:ability_capsule", + "percentage": 25.0 + }, + { + "item": "cobblemon:ability_patch", + "percentage": 5.0 + } + ] + } + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/zeraora.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/zeraora.json new file mode 100644 index 0000000..4fb200e --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation7/zeraora.json @@ -0,0 +1,171 @@ +{ + "implemented": true, + "name": "Zeraora", + "nationalPokedexNumber": 807, + "primaryType": "electric", + "abilities": ["voltabsorb"], + "drops": { + "amount": 4, + "entries": [ + { + "item": "cobblemon:rare_candy", + "quantityRange": "5-10" + }, + { + "item": "cobblemon:magnet", + "percentage": 50.0 + }, + { + "item": "cobblemon:ability_capsule", + "percentage": 25.0 + }, + { + "item": "cobblemon:ability_patch", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 88, + "attack": 112, + "defence": 75, + "special_attack": 102, + "special_defence": 80, + "speed": 143 + }, + "catchRate": 3, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 300, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": ["undiscovered"], + "moves": [ + "1:fakeout", + "1:poweruppunch", + "1:quickattack", + "1:scratch", + "1:snarl", + "1:spark", + "8:furyswipes", + "16:quickguard", + "24:slash", + "32:voltswitch", + "40:charge", + "48:thunderpunch", + "56:honeclaws", + "64:discharge", + "72:wildcharge", + "80:agility", + "88:plasmafists", + "96:closecombat", + "tm:acrobatics", + "tm:aerialace", + "tm:agility", + "tm:assurance", + "tm:aurasphere", + "tm:blazekick", + "tm:bounce", + "tm:brickbreak", + "tm:brutalswing", + "tm:bulkup", + "tm:calmmind", + "tm:closecombat", + "tm:confide", + "tm:doubleteam", + "tm:drainpunch", + "tm:echoedvoice", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:endure", + "tm:facade", + "tm:falseswipe", + "tm:firepunch", + "tm:fling", + "tm:focusblast", + "tm:frustration", + "tm:gigaimpact", + "tm:grassknot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:irontail", + "tm:lowkick", + "tm:lowsweep", + "tm:megakick", + "tm:megapunch", + "tm:outrage", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:rest", + "tm:return", + "tm:revenge", + "tm:reversal", + "tm:round", + "tm:scaryface", + "tm:sleeptalk", + "tm:snarl", + "tm:snore", + "tm:substitute", + "tm:superpower", + "tm:swift", + "tm:taunt", + "tm:throatchop", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:voltswitch", + "tm:wildcharge", + "tm:workup", + "tutor:blazekick", + "tutor:bounce", + "tutor:closecombat", + "tutor:coaching", + "tutor:drainpunch", + "tutor:dualchop", + "tutor:electroweb", + "tutor:endeavor", + "tutor:firepunch", + "tutor:focuspunch", + "tutor:irontail", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:lowkick", + "tutor:outrage", + "tutor:plasmafists", + "tutor:risingvoltage", + "tutor:shockwave", + "tutor:snatch", + "tutor:snore", + "tutor:superpower", + "tutor:throatchop", + "tutor:thunder", + "tutor:thunderpunch" + ], + "labels": ["gen7", "mythical", "legendary"], + "pokedex": ["cobblemon.species.zeraora.desc"], + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 3 + }, + "height": 15, + "weight": 445, + "aspects": [], + "cannotDynamax": false +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/applin.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/applin.json new file mode 100644 index 0000000..afa8479 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/applin.json @@ -0,0 +1,98 @@ +{ + "implemented": true, + "name": "Applin", + "nationalPokedexNumber": 840, + "primaryType": "grass", + "secondaryType": "dragon", + "abilities": ["ripen", "gluttony", "h:bulletproof"], + "baseStats": { + "hp": 40, + "attack": 40, + "defence": 80, + "special_attack": 40, + "special_defence": 40, + "speed": 20 + }, + "catchRate": 255, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 52, + "experienceGroup": "erratic", + "eggCycles": 20, + "eggGroups": ["grass", "dragon"], + "moves": [ + "1:astonish", + "1:withdraw", + "egg:defensecurl", + "egg:recycle", + "egg:rollout", + "egg:suckerpunch", + "tm:attract", + "tm:pounce", + "tm:terablast", + "tutor:dracometeor", + "tutor:grassyglide" + ], + "labels": ["gen8"], + "pokedex": ["cobblemon.species.applin.desc"], + "evolutions": [ + { + "id": "applin_flapple", + "variant": "item_interact", + "result": "flapple", + "consumeHeldItem": false, + "learnableMoves": ["wingattack"], + "requirements": [], + "requiredContext": "cobblemon:tart_apple" + }, + { + "id": "applin_appletun", + "variant": "item_interact", + "result": "appletun", + "consumeHeldItem": false, + "learnableMoves": ["headbutt"], + "requirements": [], + "requiredContext": "cobblemon:sweet_apple" + }, + { + "id": "applin_dipplin", + "variant": "item_interact", + "result": "dipplin", + "consumeHeldItem": false, + "learnableMoves": ["doublehit"], + "requirements": [], + "requiredContext": "cobblemon:syrupy_apple" + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 1, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 2, + "weight": 5, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 2, + "entries": [ + { + "item": "minecraft:apple" + }, + { + "item": "cobblemon:yache_berry", + "percentage": 2.5 + } + ] + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/blipbug.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/blipbug.json new file mode 100644 index 0000000..e8677eb --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/blipbug.json @@ -0,0 +1,74 @@ +{ + "implemented": true, + "name": "Blipbug", + "nationalPokedexNumber": 824, + "primaryType": "bug", + "abilities": ["swarm", "compoundeyes", "h:telepathy"], + "baseStats": { + "hp": 25, + "attack": 20, + "defence": 20, + "special_attack": 25, + "special_defence": 45, + "speed": 45 + }, + "catchRate": 255, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 36, + "experienceGroup": "medium_fast", + "eggCycles": 15, + "eggGroups": ["bug"], + "moves": [ + "1:strugglebug", + "egg:infestation", + "egg:recover", + "egg:stickyweb", + "egg:supersonic" + ], + "labels": ["gen8"], + "pokedex": ["cobblemon.species.blipbug.desc"], + "evolutions": [ + { + "id": "blipbug_dottler", + "variant": "level_up", + "result": "dottler", + "consumeHeldItem": false, + "learnableMoves": ["confusion", "lightscreen", "reflect"], + "requirements": [ + { + "variant": "level", + "minLevel": 10 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 1, + "speed": 0 + }, + "height": 4, + "weight": 80, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:razz_berry", + "percentage": 2.5 + } + ] + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/calyrex.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/calyrex.json new file mode 100644 index 0000000..da73a57 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/calyrex.json @@ -0,0 +1,153 @@ +{ + "implemented": true, + "name": "Calyrex", + "nationalPokedexNumber": 898, + "primaryType": "psychic", + "secondaryType": "grass", + "abilities": ["unnerve"], + "drops": { + "amount": 5, + "entries": [ + { + "item": "cobblemon:rare_candy", + "quantityRange": "5-10" + }, + { + "item": "minecraft:apple", + "quantityRange": "2-11" + }, + { + "item": "cobblemon:miracle_seed", + "percentage": 50.0 + }, + { + "item": "cobblemon:ability_capsule", + "percentage": 25.0 + }, + { + "item": "cobblemon:ability_patch", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 100, + "attack": 80, + "defence": 80, + "special_attack": 80, + "special_defence": 80, + "speed": 80 + }, + "catchRate": 3, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 250, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": ["undiscovered"], + "moves": [ + "1:confusion", + "1:growth", + "1:megadrain", + "1:pound", + "8:lifedew", + "16:gigadrain", + "24:psyshock", + "32:helpinghand", + "40:aromatherapy", + "40:grassyterrain", + "40:psychicterrain", + "48:energyball", + "56:psychic", + "64:leechseed", + "72:healpulse", + "80:solarbeam", + "88:futuresight", + "tm:agility", + "tm:allyswitch", + "tm:batonpass", + "tm:bodypress", + "tm:bulletseed", + "tm:calmmind", + "tm:drainingkiss", + "tm:encore", + "tm:endure", + "tm:energyball", + "tm:expandingforce", + "tm:facade", + "tm:futuresight", + "tm:gigadrain", + "tm:gigaimpact", + "tm:grassknot", + "tm:grassyterrain", + "tm:gravity", + "tm:guardswap", + "tm:helpinghand", + "tm:hyperbeam", + "tm:imprison", + "tm:leafstorm", + "tm:lightscreen", + "tm:magicalleaf", + "tm:magicroom", + "tm:metronome", + "tm:mudshot", + "tm:payday", + "tm:pollenpuff", + "tm:powerswap", + "tm:protect", + "tm:psybeam", + "tm:psychic", + "tm:psychicterrain", + "tm:psychup", + "tm:psyshock", + "tm:reflect", + "tm:rest", + "tm:round", + "tm:safeguard", + "tm:scaryface", + "tm:seedbomb", + "tm:skillswap", + "tm:sleeptalk", + "tm:snarl", + "tm:snore", + "tm:solarbeam", + "tm:solarblade", + "tm:speedswap", + "tm:storedpower", + "tm:substitute", + "tm:sunnyday", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:triattack", + "tm:trick", + "tm:trickroom", + "tm:wonderroom", + "tm:zenheadbutt", + "tutor:expandingforce", + "tutor:gigadrain", + "tutor:psychic" + ], + "labels": ["gen8", "legendary"], + "pokedex": ["cobblemon.species.calyrex.desc"], + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 100, + "evYield": { + "hp": 3, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 11, + "weight": 77, + "aspects": [], + "cannotDynamax": false +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/cramorant.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/cramorant.json new file mode 100644 index 0000000..0a488ea --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/cramorant.json @@ -0,0 +1,206 @@ +{ + "implemented": true, + "name": "Cramorant", + "nationalPokedexNumber": 845, + "primaryType": "flying", + "secondaryType": "water", + "abilities": ["gulpmissile"], + "baseStats": { + "hp": 70, + "attack": 85, + "defence": 55, + "special_attack": 85, + "special_defence": 95, + "speed": 85 + }, + "catchRate": 45, + "maleRatio": 0.5, + "shoulderMountable": false, + "forms": [ + { + "name": "Gulping", + "primaryType": "flying", + "secondaryType": "water", + "abilities": ["gulpmissile"], + "baseStats": { + "hp": 70, + "attack": 85, + "defence": 55, + "special_attack": 85, + "special_defence": 95, + "speed": 85 + }, + "catchRate": 45, + "maleRatio": 0.5, + "baseExperienceYield": 166, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 2, + "speed": 0 + }, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": ["water_1", "flying"], + "labels": ["gen8"], + "aspects": ["gulping"], + "height": 8, + "weight": 180, + "cannotDynamax": false, + "battleOnly": true + }, + { + "name": "Gorging", + "primaryType": "flying", + "secondaryType": "water", + "abilities": ["gulpmissile"], + "baseStats": { + "hp": 70, + "attack": 85, + "defence": 55, + "special_attack": 85, + "special_defence": 95, + "speed": 85 + }, + "catchRate": 45, + "maleRatio": 0.5, + "baseExperienceYield": 166, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 2, + "speed": 0 + }, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": ["water_1", "flying"], + "labels": ["gen8"], + "aspects": ["gorging"], + "height": 8, + "weight": 180, + "cannotDynamax": false, + "battleOnly": true + } + ], + "baseExperienceYield": 166, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": ["water_1", "flying"], + "moves": [ + "1:belch", + "1:peck", + "1:spitup", + "1:stockpile", + "1:swallow", + "7:watergun", + "14:furyattack", + "21:pluck", + "28:dive", + "35:drillpeck", + "42:amnesia", + "49:thrash", + "56:hydropump", + "egg:aerialace", + "egg:aquacutter", + "egg:aquaring", + "egg:defog", + "egg:featherdance", + "egg:roost", + "tm:acrobatics", + "tm:aerialace", + "tm:agility", + "tm:aircutter", + "tm:airslash", + "tm:amnesia", + "tm:assurance", + "tm:attract", + "tm:blizzard", + "tm:bravebird", + "tm:chillingwater", + "tm:dive", + "tm:dualwingbeat", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:featherdance", + "tm:fly", + "tm:gigaimpact", + "tm:hurricane", + "tm:hydropump", + "tm:hyperbeam", + "tm:icebeam", + "tm:icywind", + "tm:liquidation", + "tm:pounce", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:reversal", + "tm:round", + "tm:scald", + "tm:sleeptalk", + "tm:snore", + "tm:steelwing", + "tm:substitute", + "tm:superpower", + "tm:surf", + "tm:tailwind", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:throatchop", + "tm:uproar", + "tm:waterpulse", + "tm:weatherball", + "tm:whirlpool", + "tutor:dualwingbeat" + ], + "labels": ["gen8"], + "pokedex": ["cobblemon.species.cramorant.desc"], + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 2, + "speed": 0 + }, + "height": 8, + "weight": 180, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 6, + "entries": [ + { + "item": "minecraft:feather", + "quantityRange": "0-2" + }, + { + "item": "minecraft:chicken" + }, + { + "item": "minecraft:cod", + "quantityRange": "0-2" + }, + { + "item": "cobblemon:wacan_berry", + "percentage": 5 + } + ] + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/cursola.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/cursola.json new file mode 100644 index 0000000..1bed374 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/cursola.json @@ -0,0 +1,127 @@ +{ + "name": "Cursola", + "nationalPokedexNumber": 864, + "primaryType": "ghost", + "abilities": ["weakarmor", "h:perishbody"], + "baseStats": { + "hp": 60, + "attack": 95, + "defence": 50, + "special_attack": 145, + "special_defence": 130, + "speed": 30 + }, + "catchRate": 30, + "maleRatio": 0.25, + "shoulderMountable": false, + "baseExperienceYield": 179, + "experienceGroup": "fast", + "eggCycles": 20, + "eggGroups": ["water_1", "water_3"], + "moves": [ + "1:astonish", + "1:disable", + "1:harden", + "1:perishsong", + "1:tackle", + "15:spite", + "20:ancientpower", + "25:hex", + "30:curse", + "35:strengthsap", + "40:powergem", + "45:nightshade", + "50:grudge", + "55:mirrorcoat", + "tm:amnesia", + "tm:attract", + "tm:blizzard", + "tm:bodyslam", + "tm:brine", + "tm:bulldoze", + "tm:calmmind", + "tm:dig", + "tm:earthpower", + "tm:earthquake", + "tm:endure", + "tm:facade", + "tm:gigadrain", + "tm:gigaimpact", + "tm:hail", + "tm:hex", + "tm:hydropump", + "tm:hyperbeam", + "tm:icebeam", + "tm:iciclespear", + "tm:icywind", + "tm:irondefense", + "tm:leechlife", + "tm:lightscreen", + "tm:liquidation", + "tm:pinmissile", + "tm:powergem", + "tm:protect", + "tm:psychic", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:revenge", + "tm:rockblast", + "tm:rockslide", + "tm:rocktomb", + "tm:round", + "tm:safeguard", + "tm:sandstorm", + "tm:scald", + "tm:screech", + "tm:selfdestruct", + "tm:shadowball", + "tm:sleeptalk", + "tm:snore", + "tm:stealthrock", + "tm:stompingtantrum", + "tm:stoneedge", + "tm:substitute", + "tm:sunnyday", + "tm:surf", + "tm:throatchop", + "tm:whirlpool", + "tm:willowisp", + "tutor:burningjealousy", + "tutor:meteorbeam", + "tutor:poltergeist" + ], + "labels": ["gen8"], + "pokedex": ["cobblemon.species.cursola.desc"], + "preEvolution": "corsola galarian", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 2, + "special_defence": 0, + "speed": 0 + }, + "height": 10, + "weight": 4, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:kasib_berry", + "percentage": 5 + } + ] + }, + "implemented": true +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/dottler.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/dottler.json new file mode 100644 index 0000000..ab90142 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/dottler.json @@ -0,0 +1,110 @@ +{ + "implemented": true, + "name": "Dottler", + "nationalPokedexNumber": 825, + "primaryType": "bug", + "secondaryType": "psychic", + "abilities": ["swarm", "compoundeyes", "h:telepathy"], + "baseStats": { + "hp": 50, + "attack": 35, + "defence": 80, + "special_attack": 50, + "special_defence": 90, + "speed": 30 + }, + "catchRate": 120, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 117, + "experienceGroup": "medium_fast", + "eggCycles": 15, + "eggGroups": ["bug"], + "moves": [ + "1:strugglebug", + "tm:allyswitch", + "tm:attract", + "tm:bodypress", + "tm:bugbuzz", + "tm:calmmind", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:futuresight", + "tm:guardswap", + "tm:helpinghand", + "tm:imprison", + "tm:irondefense", + "tm:leechlife", + "tm:lightscreen", + "tm:magicroom", + "tm:payback", + "tm:powerswap", + "tm:protect", + "tm:psychic", + "tm:psychicterrain", + "tm:psyshock", + "tm:reflect", + "tm:rest", + "tm:round", + "tm:safeguard", + "tm:shadowball", + "tm:skillswap", + "tm:sleeptalk", + "tm:snore", + "tm:solarbeam", + "tm:storedpower", + "tm:substitute", + "tm:trick", + "tm:trickroom", + "tm:wonderroom", + "tm:zenheadbutt", + "tutor:expandingforce" + ], + "labels": ["gen8"], + "pokedex": ["cobblemon.species.dottler.desc"], + "preEvolution": "blipbug", + "evolutions": [ + { + "id": "dottler_orbeetle", + "variant": "level_up", + "result": "orbeetle", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 30 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 2, + "speed": 0 + }, + "height": 4, + "weight": 195, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:razz_berry", + "percentage": 5 + } + ] + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/duraludon.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/duraludon.json new file mode 100644 index 0000000..6b8e8ea --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/duraludon.json @@ -0,0 +1,221 @@ +{ + "implemented": true, + "name": "Duraludon", + "nationalPokedexNumber": 884, + "primaryType": "steel", + "secondaryType": "dragon", + "abilities": [ + "lightmetal", + "heavymetal", + "h:stalwart" + ], + "baseStats": { + "hp": 70, + "attack": 95, + "defence": 115, + "special_attack": 120, + "special_defence": 50, + "speed": 85 + }, + "catchRate": 45, + "maleRatio": 0.5, + "shoulderMountable": false, + "forms": [ + { + "name": "Gmax", + "primaryType": "steel", + "secondaryType": "dragon", + "abilities": [ + "lightmetal", + "heavymetal", + "h:stalwart" + ], + "baseStats": { + "hp": 70, + "attack": 95, + "defence": 115, + "special_attack": 120, + "special_defence": 50, + "speed": 85 + }, + "catchRate": 45, + "maleRatio": 0.5, + "baseExperienceYield": 187, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 2, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "medium_fast", + "eggCycles": 30, + "eggGroups": [ + "mineral", + "dragon" + ], + "labels": [ + "gen8", + "gmax" + ], + "aspects": [ + "gmax" + ], + "height": 430, + "weight": 0, + "cannotDynamax": false, + "battleOnly": false + } + ], + "baseExperienceYield": 187, + "experienceGroup": "medium_fast", + "eggCycles": 30, + "eggGroups": [ + "mineral", + "dragon" + ], + "moves": [ + "1:leer", + "1:metalclaw", + "6:rocksmash", + "12:honeclaws", + "18:metalsound", + "24:breakingswipe", + "30:dragontail", + "36:irondefense", + "42:focusenergy", + "42:laserfocus", + "48:dragonclaw", + "54:flashcannon", + "60:metalburst", + "66:hyperbeam", + "egg:mirrorcoat", + "egg:nightslash", + "egg:slash", + "tm:attract", + "tm:bodypress", + "tm:bodyslam", + "tm:breakingswipe", + "tm:brickbreak", + "tm:darkpulse", + "tm:doubleedge", + "tm:dracometeor", + "tm:dragoncheer", + "tm:dragonclaw", + "tm:dragonpulse", + "tm:dragontail", + "tm:endure", + "tm:facade", + "tm:flashcannon", + "tm:foulplay", + "tm:gigaimpact", + "tm:gyroball", + "tm:heavyslam", + "tm:hyperbeam", + "tm:irondefense", + "tm:ironhead", + "tm:lightscreen", + "tm:metalclaw", + "tm:metalsound", + "tm:outrage", + "tm:protect", + "tm:reflect", + "tm:rest", + "tm:roar", + "tm:rockslide", + "tm:rocktomb", + "tm:round", + "tm:scaryface", + "tm:screech", + "tm:sleeptalk", + "tm:snarl", + "tm:snore", + "tm:solarbeam", + "tm:stealthrock", + "tm:steelbeam", + "tm:stompingtantrum", + "tm:stoneedge", + "tm:substitute", + "tm:swordsdance", + "tm:takedown", + "tm:terablast", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderwave", + "tutor:dracometeor", + "tutor:steelbeam", + "tutor:steelroller" + ], + "labels": [ + "gen8" + ], + "pokedex": [ + "cobblemon.species.duraludon.desc" + ], + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "canLook": false, + "walk": { + "canWalk": true, + "walkSpeed": 0.180, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": false, + "canBreatheUnderwater": false + } + } + }, + "evolutions": [ + { + "id": "duraludon_archaludon", + "variant": "level_up", + "result": "archaludon", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "held_item", + "itemCondition": "cobblemon:metal_coat" + } + ] + } +], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 2, + "special_defence": 0, + "speed": 0 + }, + "height": 18, + "weight": 400, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 1, + "entries": [ + { + "item": "minecraft:iron_ingot", + "quantityRange": "0-1" + } + ] + } + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/eternatus.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/eternatus.json new file mode 100644 index 0000000..79f5212 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/eternatus.json @@ -0,0 +1,147 @@ +{ + "implemented": true, + "name": "Eternatus", + "nationalPokedexNumber": 890, + "primaryType": "poison", + "secondaryType": "dragon", + "abilities": ["pressure"], + "drops": { + "amount": 5, + "entries": [ + { + "item": "cobblemon:rare_candy", + "quantityRange": "5-10" + }, + { + "item": "minecraft:dragon_head", + "percentage": 50.0 + }, + { + "item": "cobblemon:dragon_fang", + "percentage": 50.0 + }, + { + "item": "cobblemon:ability_capsule", + "percentage": 25.0 + }, + { + "item": "cobblemon:ability_patch", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 140, + "attack": 85, + "defence": 95, + "special_attack": 145, + "special_defence": 95, + "speed": 130 + }, + "catchRate": 255, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 345, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": ["undiscovered"], + "moves": [ + "1:agility", + "1:confuseray", + "1:dragontail", + "1:poisontail", + "8:toxic", + "16:venoshock", + "24:dragondance", + "32:crosspoison", + "40:dragonpulse", + "48:flamethrower", + "56:dynamaxcannon", + "64:cosmicpower", + "72:recover", + "80:hyperbeam", + "88:eternabeam", + "88:outrage", + "tm:agility", + "tm:assurance", + "tm:bodyslam", + "tm:brutalswing", + "tm:confuseray", + "tm:cosmicpower", + "tm:crosspoison", + "tm:dracometeor", + "tm:dragondance", + "tm:dragonpulse", + "tm:dragontail", + "tm:endure", + "tm:facade", + "tm:fireblast", + "tm:firespin", + "tm:flamethrower", + "tm:flashcannon", + "tm:fly", + "tm:gigaimpact", + "tm:gravity", + "tm:gunkshot", + "tm:hyperbeam", + "tm:lightscreen", + "tm:meteorbeam", + "tm:mysticalfire", + "tm:outrage", + "tm:payback", + "tm:poisonjab", + "tm:poisontail", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:round", + "tm:scaryface", + "tm:screech", + "tm:shadowball", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:sludgewave", + "tm:snore", + "tm:solarbeam", + "tm:substitute", + "tm:sunnyday", + "tm:takedown", + "tm:terablast", + "tm:toxic", + "tm:toxicspikes", + "tm:venomdrench", + "tm:venoshock", + "tutor:crosspoison", + "tutor:dracometeor", + "tutor:dragonpulse", + "tutor:dynamaxcannon", + "tutor:eternabeam", + "tutor:flamethrower", + "tutor:meteorbeam", + "tutor:sludgebomb" + ], + "labels": ["gen8", "legendary"], + "pokedex": ["cobblemon.species.eternatus.desc"], + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 0, + "evYield": { + "hp": 3, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 200, + "weight": 9500, + "dynamaxBlocked": true, + "aspects": [], + "cannotDynamax": true +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/frosmoth.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/frosmoth.json new file mode 100644 index 0000000..14630a7 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/frosmoth.json @@ -0,0 +1,110 @@ +{ + "implemented": true, + "name": "Frosmoth", + "nationalPokedexNumber": 873, + "primaryType": "ice", + "secondaryType": "bug", + "abilities": ["shielddust", "h:icescales"], + "baseStats": { + "hp": 70, + "attack": 65, + "defence": 60, + "special_attack": 125, + "special_defence": 90, + "speed": 65 + }, + "catchRate": 75, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 166, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": ["bug"], + "moves": [ + "1:attract", + "1:helpinghand", + "1:powdersnow", + "1:strugglebug", + "4:stunspore", + "8:infestation", + "12:mist", + "16:defog", + "21:featherdance", + "24:aurorabeam", + "28:hail", + "28:snowscape", + "32:bugbuzz", + "36:auroraveil", + "40:blizzard", + "44:tailwind", + "48:wideguard", + "52:quiverdance", + "tm:acrobatics", + "tm:airslash", + "tm:attract", + "tm:avalanche", + "tm:blizzard", + "tm:bugbuzz", + "tm:calmmind", + "tm:dazzlinggleam", + "tm:endure", + "tm:facade", + "tm:gigadrain", + "tm:gigaimpact", + "tm:hail", + "tm:helpinghand", + "tm:hurricane", + "tm:hyperbeam", + "tm:icebeam", + "tm:icespinner", + "tm:iciclespear", + "tm:icywind", + "tm:imprison", + "tm:leechlife", + "tm:lightscreen", + "tm:playrough", + "tm:pounce", + "tm:protect", + "tm:reflect", + "tm:rest", + "tm:round", + "tm:safeguard", + "tm:sleeptalk", + "tm:snore", + "tm:snowscape", + "tm:strugglebug", + "tm:substitute", + "tm:swift", + "tm:tailwind", + "tm:takedown", + "tm:terablast", + "tm:uturn", + "tm:weatherball", + "tutor:dualwingbeat", + "tutor:skittersmack", + "tutor:tripleaxel" + ], + "labels": ["gen8"], + "pokedex": ["cobblemon.species.frosmoth.desc"], + "preEvolution": "snom", + "evolutions": [], + "baseScale": 0.8, + "hitbox": { + "width": 1, + "height": 1.75, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 2, + "special_defence": 0, + "speed": 0 + }, + "height": 13, + "weight": 420, + "aspects": [], + "cannotDynamax": false +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/glastrier.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/glastrier.json new file mode 100644 index 0000000..4b00ecd --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/glastrier.json @@ -0,0 +1,110 @@ +{ + "implemented": true, + "name": "Glastrier", + "nationalPokedexNumber": 896, + "primaryType": "ice", + "abilities": ["chillingneigh"], + "baseStats": { + "hp": 100, + "attack": 145, + "defence": 130, + "special_attack": 65, + "special_defence": 110, + "speed": 30 + }, + "catchRate": 3, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 290, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": ["undiscovered"], + "moves": [ + "1:tackle", + "1:tailwhip", + "6:doublekick", + "12:avalanche", + "18:stomp", + "24:torment", + "30:mist", + "36:iciclecrash", + "42:takedown", + "48:irondefense", + "54:thrash", + "60:taunt", + "66:doubleedge", + "72:swordsdance", + "tm:assurance", + "tm:avalanche", + "tm:blizzard", + "tm:bodypress", + "tm:bodyslam", + "tm:bulldoze", + "tm:closecombat", + "tm:crunch", + "tm:curse", + "tm:doubleedge", + "tm:endure", + "tm:facade", + "tm:gigaimpact", + "tm:hail", + "tm:heavyslam", + "tm:highhorsepower", + "tm:hyperbeam", + "tm:icebeam", + "tm:iciclespear", + "tm:icywind", + "tm:irondefense", + "tm:lashout", + "tm:megahorn", + "tm:mudshot", + "tm:outrage", + "tm:payback", + "tm:protect", + "tm:rest", + "tm:roar", + "tm:round", + "tm:scaryface", + "tm:sleeptalk", + "tm:smartstrike", + "tm:snarl", + "tm:snore", + "tm:snowscape", + "tm:stompingtantrum", + "tm:substitute", + "tm:superpower", + "tm:swordsdance", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:throatchop", + "tm:trailblaze", + "tm:uproar", + "tm:zenheadbutt", + "tutor:iciclecrash", + "tutor:lashout", + "tutor:swordsdance" + ], + "labels": ["gen8", "legendary"], + "pokedex": ["cobblemon.species.glastrier.desc"], + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 35, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 22, + "weight": 8000, + "aspects": [], + "cannotDynamax": false +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/indeedee.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/indeedee.json new file mode 100644 index 0000000..40dcc0a --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/indeedee.json @@ -0,0 +1,249 @@ +{ + "implemented": true, + "name": "Indeedee", + "nationalPokedexNumber": 876, + "primaryType": "psychic", + "secondaryType": "normal", + "abilities": [ + "innerfocus", + "synchronize", + "h:psychicsurge" + ], + "baseStats": { + "hp": 60, + "attack": 65, + "defence": 55, + "special_attack": 105, + "special_defence": 95, + "speed": 95 + }, + "catchRate": 30, + "maleRatio": 1, + "shoulderMountable": false, + "forms": [ + { + "name": "F", + "primaryType": "psychic", + "secondaryType": "normal", + "abilities": [ + "owntempo", + "synchronize", + "h:psychicsurge" + ], + "baseStats": { + "hp": 70, + "attack": 55, + "defence": 65, + "special_attack": 95, + "special_defence": 105, + "speed": 85 + }, + "catchRate": 30, + "maleRatio": 0, + "baseExperienceYield": 166, + "baseFriendship": 140, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 2, + "speed": 0 + }, + "experienceGroup": "fast", + "eggCycles": 40, + "eggGroups": [ + "fairy" + ], + "moves": [ + "1:playnice", + "1:storedpower", + "5:batonpass", + "10:disarmingvoice", + "15:psybeam", + "20:helpinghand", + "25:followme", + "30:aromatherapy", + "30:healingwish", + "35:psychic", + "40:calmmind", + "45:guardsplit", + "50:psychicterrain", + "egg:fakeout", + "egg:healpulse", + "egg:psychoshift", + "egg:psychup", + "tm:alluringvoice", + "tm:allyswitch", + "tm:attract", + "tm:batonpass", + "tm:bodyslam", + "tm:calmmind", + "tm:charm", + "tm:dazzlinggleam", + "tm:disarmingvoice", + "tm:drainingkiss", + "tm:drainpunch", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:futuresight", + "tm:guardswap", + "tm:helpinghand", + "tm:hypervoice", + "tm:imprison", + "tm:lightscreen", + "tm:magicalleaf", + "tm:metronome", + "tm:mysticalfire", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:psybeam", + "tm:psychic", + "tm:psychicterrain", + "tm:psychup", + "tm:psyshock", + "tm:reflect", + "tm:rest", + "tm:round", + "tm:safeguard", + "tm:shadowball", + "tm:skillswap", + "tm:sleeptalk", + "tm:snore", + "tm:storedpower", + "tm:substitute", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:trick", + "tm:trickroom", + "tm:zenheadbutt", + "tutor:expandingforce", + "tutor:terrainpulse" + ], + "labels": [ + "gen8" + ], + "aspects": [ + "f" + ], + "height": 9, + "weight": 280, + "cannotDynamax": false, + "battleOnly": false + } + ], + "baseExperienceYield": 166, + "experienceGroup": "fast", + "eggCycles": 40, + "eggGroups": [ + "fairy" + ], + "moves": [ + "1:playnice", + "1:storedpower", + "5:encore", + "10:disarmingvoice", + "15:psybeam", + "20:helpinghand", + "25:afteryou", + "30:aromatherapy", + "30:healingwish", + "35:psychic", + "40:calmmind", + "45:powersplit", + "50:psychicterrain", + "55:lastresort", + "egg:extrasensory", + "egg:fakeout", + "egg:psychup", + "tm:allyswitch", + "tm:attract", + "tm:bodyslam", + "tm:calmmind", + "tm:dazzlinggleam", + "tm:disarmingvoice", + "tm:drainingkiss", + "tm:drainpunch", + "tm:encore", + "tm:endure", + "tm:energyball", + "tm:expandingforce", + "tm:facade", + "tm:futuresight", + "tm:gravity", + "tm:helpinghand", + "tm:hypervoice", + "tm:imprison", + "tm:magicalleaf", + "tm:magicroom", + "tm:metronome", + "tm:mysticalfire", + "tm:payday", + "tm:playrough", + "tm:powerswap", + "tm:protect", + "tm:psybeam", + "tm:psychic", + "tm:psychicnoise", + "tm:psychicterrain", + "tm:psychup", + "tm:psyshock", + "tm:rest", + "tm:round", + "tm:shadowball", + "tm:skillswap", + "tm:sleeptalk", + "tm:snore", + "tm:storedpower", + "tm:substitute", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:triattack", + "tm:trick", + "tm:trickroom", + "tm:wonderroom", + "tm:zenheadbutt", + "tutor:expandingforce", + "tutor:terrainpulse" + ], + "labels": [ + "gen8" + ], + "pokedex": [ + "cobblemon.species.indeedee.desc" + ], + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 140, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 2, + "special_defence": 0, + "speed": 0 + }, + "height": 9, + "weight": 280, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:bluk_berry", + "percentage": 5.0 + } + ] + } + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/kubfu.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/kubfu.json new file mode 100644 index 0000000..e350e63 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/kubfu.json @@ -0,0 +1,184 @@ +{ + "implemented":true, + "name": "Kubfu", + "nationalPokedexNumber": 891, + "primaryType": "fighting", + "abilities": [ + "innerfocus", + "h:noguard" + ], + "drops": { + "amount": 5, + "entries": [ + { + "item": "cobblemon:rare_candy", + "quantityRange": "5-10" + }, + { + "item": "cobblemon:expert_belt", + "percentage": 50.0 + }, + { + "item": "cobblemon:muscle_band", + "percentage": 50.0 + }, + { + "item": "cobblemon:ability_capsule", + "percentage": 25.0 + }, + { + "item": "cobblemon:ability_patch", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 60, + "attack": 90, + "defence": 60, + "special_attack": 53, + "special_defence": 50, + "speed": 72 + }, + "catchRate": 3, + "maleRatio": 0.875, + "shoulderMountable": false, + "baseExperienceYield": 77, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:leer", + "1:rocksmash", + "4:endure", + "8:focusenergy", + "12:aerialace", + "16:scaryface", + "20:headbutt", + "24:brickbreak", + "28:detect", + "32:bulkup", + "36:ironhead", + "40:dynamicpunch", + "44:counter", + "48:closecombat", + "52:focuspunch", + "tm:acrobatics", + "tm:aerialace", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:bulkup", + "tm:closecombat", + "tm:dig", + "tm:doubleedge", + "tm:endure", + "tm:facade", + "tm:firepunch", + "tm:fling", + "tm:focusenergy", + "tm:focuspunch", + "tm:helpinghand", + "tm:icepunch", + "tm:ironhead", + "tm:lowkick", + "tm:lowsweep", + "tm:megakick", + "tm:megapunch", + "tm:metalclaw", + "tm:protect", + "tm:rest", + "tm:retaliate", + "tm:revenge", + "tm:reversal", + "tm:round", + "tm:scaryface", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:superpower", + "tm:swordsdance", + "tm:takedown", + "tm:terablast", + "tm:thunderpunch", + "tm:uturn", + "tm:workup", + "tm:zenheadbutt", + "tutor:coaching", + "tutor:endure", + "tutor:focusenergy", + "tutor:leer", + "tutor:rocksmash" + ], + "labels": [ + "gen8", + "legendary" + ], + "pokedex": [ + "cobblemon.species.kubfu.desc" + ], + "evolutions": [ + { + "id": "kubfu_urshifu", + "variant": "item_interact", + "result": "urshifu", + "consumeHeldItem": true, + "learnableMoves": [ + "wickedblow" + ], + "requirements": [], + "requiredContext": "cobblemon:muscle_band" + }, + { + "id": "kubfu_urshifu_rapidstrike", + "variant": "item_interact", + "result": "urshifu rapidstrike", + "consumeHeldItem": true, + "learnableMoves": [ + "surgingstrikes" + ], + "requirements": [], + "requiredContext": "cobblemon:expert_belt" + } + ], + "baseScale":1.0, + "hitbox": { + "width": 1, + "height": 1.5, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 1, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "behaviour": { + "moving": { + "canLook": true, + "walk": { + "walkSpeed": 0.6, + "canWalk": true, + "avoidsLand": false + }, + "fly": { + "canFly": false + }, + "swim": { + "swimSpeed": 0.2, + "canSwimInWater": false, + "canBreatheUnderwater": false + } + } + }, + "height": 6, + "weight": 120, + "aspects": [], + "cannotDynamax": false + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/morpeko.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/morpeko.json new file mode 100644 index 0000000..083073b --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/morpeko.json @@ -0,0 +1,192 @@ +{ + "implemented": true, + "name": "Morpeko", + "nationalPokedexNumber": 877, + "primaryType": "electric", + "secondaryType": "dark", + "abilities": [ + "hungerswitch" + ], + "baseStats": { + "hp": 58, + "attack": 95, + "defence": 58, + "special_attack": 70, + "special_defence": 58, + "speed": 97 + }, + "catchRate": 180, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 153, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "field", + "fairy" + ], + "moves": [ + "1:tailwhip", + "1:thundershock", + "5:leer", + "10:powertrip", + "15:quickattack", + "20:flatter", + "25:bite", + "30:spark", + "35:torment", + "40:agility", + "45:bulletseed", + "50:crunch", + "55:aurawheel", + "60:thrash", + "egg:charge", + "egg:fakeout", + "egg:partingshot", + "egg:quash", + "egg:rapidspin", + "egg:superfang", + "egg:swagger", + "egg:tickle", + "tm:agility", + "tm:assurance", + "tm:attract", + "tm:batonpass", + "tm:brickbreak", + "tm:bulletseed", + "tm:charge", + "tm:chargebeam", + "tm:crunch", + "tm:darkpulse", + "tm:doubleedge", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:firefang", + "tm:fling", + "tm:foulplay", + "tm:icefang", + "tm:knockoff", + "tm:lashout", + "tm:nastyplot", + "tm:outrage", + "tm:payback", + "tm:protect", + "tm:psychicfangs", + "tm:rest", + "tm:revenge", + "tm:reversal", + "tm:round", + "tm:scaryface", + "tm:seedbomb", + "tm:sleeptalk", + "tm:snarl", + "tm:snore", + "tm:spite", + "tm:stompingtantrum", + "tm:substitute", + "tm:superfang", + "tm:swift", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderfang", + "tm:thunderpunch", + "tm:thunderwave", + "tm:uproar", + "tm:voltswitch", + "tm:wildcharge", + "tutor:lashout", + "tutor:risingvoltage" + ], + "labels": [ + "gen8" + ], + "pokedex": [ + "cobblemon.species.morpeko.desc" + ], + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "height": 3, + "weight": 30, + "forms": [ + { + "name": "Hangry", + "primaryType": "electric", + "secondaryType": "dark", + "abilities": [ + "hungerswitch" + ], + "baseStats": { + "hp": 58, + "attack": 95, + "defence": 58, + "special_attack": 70, + "special_defence": 58, + "speed": 97 + }, + "catchRate": 180, + "maleRatio": 0.5, + "baseExperienceYield": 153, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "field", + "fairy" + ], + "labels": [ + "gen8" + ], + "aspects": [ + "hangry" + ], + "height": 3, + "weight": 30, + "cannotDynamax": false, + "battleOnly": true + } + ], + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:roseli_berry", + "percentage": 5.0 + } + ] + } + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/mrrime.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/mrrime.json new file mode 100644 index 0000000..9473534 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/mrrime.json @@ -0,0 +1,168 @@ +{ + "implemented": true, + "name": "Mr. Rime", + "nationalPokedexNumber": 866, + "primaryType": "ice", + "secondaryType": "psychic", + "abilities": [ + "tangledfeet", + "screencleaner", + "h:icebody" + ], + "baseStats": { + "hp": 80, + "attack": 85, + "defence": 75, + "special_attack": 110, + "special_defence": 100, + "speed": 70 + }, + "catchRate": 45, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 182, + "experienceGroup": "medium_fast", + "eggCycles": 25, + "eggGroups": [ + "human_like" + ], + "moves": [ + "1:afteryou", + "1:batonpass", + "1:block", + "1:copycat", + "1:dazzlinggleam", + "1:encore", + "1:faketears", + "1:iceshard", + "1:lightscreen", + "1:mimic", + "1:mistyterrain", + "1:pound", + "1:protect", + "1:rapidspin", + "1:recycle", + "1:reflect", + "1:roleplay", + "1:safeguard", + "1:slackoff", + "12:confusion", + "16:allyswitch", + "20:icywind", + "24:doublekick", + "28:psybeam", + "32:hypnosis", + "36:mirrorcoat", + "40:suckerpunch", + "44:freezedry", + "48:psychic", + "52:teeterdance", + "tm:allyswitch", + "tm:attract", + "tm:avalanche", + "tm:batonpass", + "tm:blizzard", + "tm:bodyslam", + "tm:brickbreak", + "tm:calmmind", + "tm:charm", + "tm:dazzlinggleam", + "tm:drainpunch", + "tm:encore", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:faketears", + "tm:fling", + "tm:focusblast", + "tm:foulplay", + "tm:futuresight", + "tm:gigaimpact", + "tm:grassknot", + "tm:guardswap", + "tm:hail", + "tm:helpinghand", + "tm:hyperbeam", + "tm:icebeam", + "tm:icepunch", + "tm:iciclespear", + "tm:icywind", + "tm:irondefense", + "tm:lightscreen", + "tm:magicroom", + "tm:megakick", + "tm:megapunch", + "tm:metronome", + "tm:mistyterrain", + "tm:nastyplot", + "tm:payback", + "tm:powerswap", + "tm:protect", + "tm:psychic", + "tm:psychicterrain", + "tm:psyshock", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:round", + "tm:safeguard", + "tm:screech", + "tm:shadowball", + "tm:skillswap", + "tm:sleeptalk", + "tm:snore", + "tm:solarbeam", + "tm:stompingtantrum", + "tm:storedpower", + "tm:substitute", + "tm:sunnyday", + "tm:taunt", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderwave", + "tm:trick", + "tm:trickroom", + "tm:uproar", + "tm:wonderroom", + "tm:zenheadbutt", + "tutor:expandingforce", + "tutor:tripleaxel" + ], + "labels": [ + "gen8" + ], + "pokedex": [ + "cobblemon.species.mrrime.desc" + ], + "preEvolution": "mrmime galarian", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 3, + "special_defence": 0, + "speed": 0 + }, + "height": 15, + "weight": 582, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:aspear_berry", + "percentage": 10.0 + } + ] + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/orbeetle.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/orbeetle.json new file mode 100644 index 0000000..e110c8c --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/orbeetle.json @@ -0,0 +1,177 @@ +{ + "implemented": true, + "name": "Orbeetle", + "nationalPokedexNumber": 826, + "primaryType": "bug", + "secondaryType": "psychic", + "abilities": [ + "swarm", + "frisk", + "h:telepathy" + ], + "baseStats": { + "hp": 60, + "attack": 45, + "defence": 110, + "special_attack": 80, + "special_defence": 120, + "speed": 90 + }, + "catchRate": 45, + "maleRatio": 0.5, + "shoulderMountable": false, + "forms": [ + { + "name": "Gmax", + "primaryType": "bug", + "secondaryType": "psychic", + "abilities": [ + "swarm", + "frisk", + "h:telepathy" + ], + "baseStats": { + "hp": 60, + "attack": 45, + "defence": 110, + "special_attack": 80, + "special_defence": 120, + "speed": 90 + }, + "catchRate": 45, + "maleRatio": 0.5, + "baseExperienceYield": 253, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 3, + "speed": 0 + }, + "experienceGroup": "medium_fast", + "eggCycles": 15, + "eggGroups": [ + "bug" + ], + "labels": [ + "gen8", + "gmax" + ], + "aspects": [ + "gmax" + ], + "height": 140, + "weight": 0, + "cannotDynamax": false, + "battleOnly": false + } + ], + "baseExperienceYield": 253, + "experienceGroup": "medium_fast", + "eggCycles": 15, + "eggGroups": [ + "bug" + ], + "moves": [ + "1:confusion", + "1:lightscreen", + "1:reflect", + "1:strugglebug", + "4:confuseray", + "8:magiccoat", + "12:agility", + "16:psybeam", + "20:hypnosis", + "24:allyswitch", + "28:bugbuzz", + "32:mirrorcoat", + "36:psychic", + "40:afteryou", + "44:calmmind", + "48:psychicterrain", + "tm:agility", + "tm:allyswitch", + "tm:attract", + "tm:batonpass", + "tm:bodypress", + "tm:bugbuzz", + "tm:calmmind", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:futuresight", + "tm:gigadrain", + "tm:gigaimpact", + "tm:guardswap", + "tm:helpinghand", + "tm:hyperbeam", + "tm:imprison", + "tm:irondefense", + "tm:leechlife", + "tm:lightscreen", + "tm:magicroom", + "tm:payback", + "tm:powerswap", + "tm:protect", + "tm:psychic", + "tm:psychicterrain", + "tm:psychocut", + "tm:psyshock", + "tm:reflect", + "tm:rest", + "tm:round", + "tm:safeguard", + "tm:shadowball", + "tm:skillswap", + "tm:sleeptalk", + "tm:snore", + "tm:solarbeam", + "tm:storedpower", + "tm:substitute", + "tm:trick", + "tm:trickroom", + "tm:uturn", + "tm:wonderroom", + "tm:zenheadbutt", + "tutor:expandingforce" + ], + "labels": [ + "gen8" + ], + "pokedex": [ + "cobblemon.species.orbeetle.desc" + ], + "preEvolution": "dottler", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 3, + "speed": 0 + }, + "height": 4, + "weight": 408, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:razz_berry", + "percentage": 10.0 + } + ] + } + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/polteageist.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/polteageist.json new file mode 100644 index 0000000..3b3e1e8 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/polteageist.json @@ -0,0 +1,143 @@ +{ + "implemented": true, + "name": "Polteageist", + "nationalPokedexNumber": 855, + "primaryType": "ghost", + "abilities": ["weakarmor", "h:cursedbody"], + "baseStats": { + "hp": 60, + "attack": 65, + "defence": 65, + "special_attack": 134, + "special_defence": 114, + "speed": 70 + }, + "catchRate": 60, + "maleRatio": -1, + "shoulderMountable": false, + "forms": [ + { + "name": "Antique", + "primaryType": "ghost", + "abilities": ["weakarmor", "h:cursedbody"], + "baseStats": { + "hp": 60, + "attack": 65, + "defence": 65, + "special_attack": 134, + "special_defence": 114, + "speed": 70 + }, + "catchRate": 60, + "maleRatio": -1, + "baseExperienceYield": 178, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 2, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": ["undiscovered"], + "labels": ["gen8"], + "aspects": ["is_antique"], + "height": 2, + "weight": 4, + "preEvolution": "sinistea form=Antique", + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + } + ], + "baseExperienceYield": 178, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": ["mineral", "amorphous"], + "moves": [ + "1:aromaticmist", + "1:astonish", + "1:megadrain", + "1:strengthsap", + "1:withdraw", + "18:protect", + "24:suckerpunch", + "30:aromatherapy", + "30:sweetscent", + "36:gigadrain", + "42:nastyplot", + "48:shadowball", + "54:memento", + "60:shellsmash", + "66:curse", + "tm:allyswitch", + "tm:batonpass", + "tm:calmmind", + "tm:confuseray", + "tm:darkpulse", + "tm:endure", + "tm:facade", + "tm:foulplay", + "tm:gigadrain", + "tm:gigaimpact", + "tm:hex", + "tm:hyperbeam", + "tm:imprison", + "tm:lightscreen", + "tm:magicalleaf", + "tm:metronome", + "tm:nastyplot", + "tm:nightshade", + "tm:payback", + "tm:phantomforce", + "tm:protect", + "tm:psybeam", + "tm:psychic", + "tm:psyshock", + "tm:reflect", + "tm:rest", + "tm:round", + "tm:selfdestruct", + "tm:shadowball", + "tm:skillswap", + "tm:sleeptalk", + "tm:snore", + "tm:storedpower", + "tm:substitute", + "tm:terablast", + "tm:trick", + "tm:trickroom", + "tm:willowisp", + "tm:wonderroom", + "tutor:poltergeist" + ], + "labels": ["gen8"], + "pokedex": [ + "Leaving leftover black tea unattended is asking for this Pokémon to come along and pour itself into it, turning the tea into a new Polteageist." + ], + "preEvolution": "sinistea", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 0.75, + "height": 1.5, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 2, + "special_defence": 0, + "speed": 0 + }, + "height": 2, + "weight": 4, + "aspects": [], + "features": ["is_antique"], + "cannotDynamax": false +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/runerigus.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/runerigus.json new file mode 100644 index 0000000..9fcb6ee --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/runerigus.json @@ -0,0 +1,121 @@ +{ + "implemented": true, + "name": "Runerigus", + "nationalPokedexNumber": 867, + "primaryType": "ground", + "secondaryType": "ghost", + "abilities": ["wanderingspirit"], + "baseStats": { + "hp": 58, + "attack": 95, + "defence": 145, + "special_attack": 50, + "special_defence": 105, + "speed": 30 + }, + "catchRate": 90, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 169, + "experienceGroup": "medium_fast", + "eggCycles": 25, + "eggGroups": ["mineral", "amorphous"], + "moves": [ + "1:astonish", + "1:haze", + "1:nightshade", + "1:protect", + "1:scaryface", + "12:disable", + "16:brutalswing", + "20:craftyshield", + "24:hex", + "28:meanlook", + "32:slam", + "38:curse", + "44:shadowball", + "50:earthquake", + "56:guardsplit", + "56:powersplit", + "62:destinybond", + "tm:allyswitch", + "tm:amnesia", + "tm:attract", + "tm:bodypress", + "tm:brutalswing", + "tm:bulldoze", + "tm:calmmind", + "tm:darkpulse", + "tm:dragonpulse", + "tm:earthpower", + "tm:earthquake", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:faketears", + "tm:gigaimpact", + "tm:grassknot", + "tm:guardswap", + "tm:hex", + "tm:hyperbeam", + "tm:imprison", + "tm:irondefense", + "tm:nastyplot", + "tm:payback", + "tm:phantomforce", + "tm:powerswap", + "tm:protect", + "tm:psychic", + "tm:raindance", + "tm:rest", + "tm:revenge", + "tm:rockblast", + "tm:rockslide", + "tm:rocktomb", + "tm:round", + "tm:safeguard", + "tm:sandstorm", + "tm:sandtomb", + "tm:scaryface", + "tm:shadowball", + "tm:shadowclaw", + "tm:skillswap", + "tm:sleeptalk", + "tm:snore", + "tm:stealthrock", + "tm:stoneedge", + "tm:substitute", + "tm:taunt", + "tm:thief", + "tm:toxicspikes", + "tm:trick", + "tm:trickroom", + "tm:willowisp", + "tm:wonderroom", + "tm:zenheadbutt", + "tutor:poltergeist" + ], + "labels": ["gen8"], + "pokedex": ["cobblemon.species.runerigus.desc"], + "preEvolution": "yamask form=galar", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 2, + "height": 3, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 2, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 16, + "weight": 666, + "aspects": [], + "cannotDynamax": false +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/sinistea.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/sinistea.json new file mode 100644 index 0000000..5ec3e26 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/sinistea.json @@ -0,0 +1,201 @@ +{ + "implemented": true, + "name": "Sinistea", + "nationalPokedexNumber": 854, + "primaryType": "ghost", + "abilities": ["weakarmor", "h:cursedbody"], + "baseStats": { + "hp": 40, + "attack": 45, + "defence": 45, + "special_attack": 74, + "special_defence": 54, + "speed": 50 + }, + "catchRate": 120, + "maleRatio": -1, + "shoulderMountable": false, + "forms": [ + { + "name": "Antique", + "primaryType": "ghost", + "abilities": ["weakarmor", "h:cursedbody"], + "baseStats": { + "hp": 40, + "attack": 45, + "defence": 45, + "special_attack": 74, + "special_defence": 54, + "speed": 50 + }, + "catchRate": 120, + "maleRatio": -1, + "baseExperienceYield": 62, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 1, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": ["undiscovered"], + "moves": [ + "1:astonish", + "1:withdraw", + "6:aromaticmist", + "12:megadrain", + "24:suckerpunch", + "30:sweetscent", + "36:gigadrain", + "42:nastyplot", + "48:shadowball", + "54:memento", + "60:shellsmash", + "egg:allyswitch", + "tm:batonpass", + "tm:calmmind", + "tm:confuseray", + "tm:darkpulse", + "tm:endure", + "tm:facade", + "tm:foulplay", + "tm:gigadrain", + "tm:hex", + "tm:imprison", + "tm:magicalleaf", + "tm:metronome", + "tm:nastyplot", + "tm:nightshade", + "tm:phantomforce", + "tm:protect", + "tm:psybeam", + "tm:psychic", + "tm:psyshock", + "tm:rest", + "tm:shadowball", + "tm:skillswap", + "tm:sleeptalk", + "tm:storedpower", + "tm:substitute", + "tm:terablast", + "tm:trick", + "tm:trickroom", + "tm:willowisp", + "tutor:aromatherapy", + "tutor:celebrate", + "tutor:memento", + "tutor:metronome" + ], + "labels": ["gen8"], + "aspects": ["is_antique"], + "height": 1, + "weight": 2, + "evolutions": [ + { + "id": "sinistea_polteageist", + "variant": "item_interact", + "result": "polteageist form=Antique", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [], + "requiredContext": "cobblemon:chipped_pot" + } + ], + "cannotDynamax": false, + "battleOnly": false + } + ], + "baseExperienceYield": 62, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": ["mineral", "amorphous"], + "moves": [ + "1:astonish", + "1:withdraw", + "6:aromaticmist", + "12:megadrain", + "18:protect", + "24:suckerpunch", + "30:aromatherapy", + "30:sweetscent", + "36:gigadrain", + "42:nastyplot", + "48:shadowball", + "54:memento", + "60:shellsmash", + "egg:allyswitch", + "tm:allyswitch", + "tm:batonpass", + "tm:calmmind", + "tm:confuseray", + "tm:darkpulse", + "tm:endure", + "tm:facade", + "tm:foulplay", + "tm:gigadrain", + "tm:hex", + "tm:imprison", + "tm:magicalleaf", + "tm:metronome", + "tm:nastyplot", + "tm:nightshade", + "tm:payback", + "tm:phantomforce", + "tm:protect", + "tm:psybeam", + "tm:psychic", + "tm:psyshock", + "tm:rest", + "tm:round", + "tm:shadowball", + "tm:skillswap", + "tm:sleeptalk", + "tm:snore", + "tm:storedpower", + "tm:substitute", + "tm:terablast", + "tm:trick", + "tm:trickroom", + "tm:willowisp", + "tm:wonderroom", + "tutor:poltergeist" + ], + "labels": ["gen8"], + + "pokedex": ["cobblemon.species.sinistea.desc"], + "evolutions": [ + { + "id": "sinistea_polteageist", + "variant": "item_interact", + "result": "polteageist", + "consumeHeldItem": false, + "learnableMoves": ["teatime"], + "requirements": [], + "requiredContext": "cobblemon:cracked_pot" + } + ], + "baseScale": 1, + "hitbox": { + "width": 0.5, + "height": 0.5, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 1, + "special_defence": 0, + "speed": 0 + }, + "height": 1, + "weight": 2, + "aspects": [], + "features": ["is_antique"], + "cannotDynamax": false +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/snom.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/snom.json new file mode 100644 index 0000000..671f24a --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/snom.json @@ -0,0 +1,86 @@ +{ + "implemented": true, + "name": "Snom", + "nationalPokedexNumber": 872, + "primaryType": "ice", + "secondaryType": "bug", + "abilities": ["shielddust", "h:icescales"], + "baseStats": { + "hp": 30, + "attack": 25, + "defence": 35, + "special_attack": 45, + "special_defence": 30, + "speed": 20 + }, + "catchRate": 190, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 37, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": ["bug"], + "moves": [ + "1:powdersnow", + "1:strugglebug", + "egg:bugbite", + "egg:fairywind", + "egg:mirrorcoat", + "tm:attract", + "tm:bugbuzz", + "tm:endure", + "tm:facade", + "tm:iciclespear", + "tm:icywind", + "tm:pounce", + "tm:protect", + "tm:rest", + "tm:round", + "tm:sleeptalk", + "tm:snore", + "tm:strugglebug", + "tm:substitute", + "tm:terablast", + "tutor:skittersmack" + ], + "labels": ["gen8"], + "pokedex": ["cobblemon.species.snom.desc"], + "evolutions": [ + { + "id": "snom_frosmoth", + "variant": "level_up", + "result": "frosmoth", + "consumeHeldItem": false, + "learnableMoves": ["icywind"], + "requirements": [ + { + "variant": "friendship", + "amount": 160 + }, + { + "variant": "time_range", + "range": "night" + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 0.5, + "height": 0.25, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 1, + "special_defence": 0, + "speed": 0 + }, + "height": 3, + "weight": 38, + "aspects": [], + "cannotDynamax": false +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/spectrier.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/spectrier.json new file mode 100644 index 0000000..9fca388 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/spectrier.json @@ -0,0 +1,128 @@ +{ + "implemented": true, + "name": "Spectrier", + "nationalPokedexNumber": 897, + "primaryType": "ghost", + "abilities": ["grimneigh"], + "drops": { + "amount": 5, + "entries": [ + { + "item": "cobblemon:rare_candy", + "quantityRange": "5-10" + }, + { + "item": "cobblemon:cleanse_tag", + "percentage": 50.0 + }, + { + "item": "cobblemon:spell_tag", + "percentage": 50.0 + }, + { + "item": "cobblemon:ability_capsule", + "percentage": 25.0 + }, + { + "item": "cobblemon:ability_patch", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 100, + "attack": 65, + "defence": 60, + "special_attack": 145, + "special_defence": 80, + "speed": 130 + }, + "catchRate": 3, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 290, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": ["undiscovered"], + "moves": [ + "1:tackle", + "1:tailwhip", + "6:doublekick", + "12:hex", + "18:stomp", + "24:confuseray", + "30:haze", + "36:shadowball", + "42:takedown", + "48:agility", + "54:thrash", + "60:disable", + "66:doubleedge", + "72:nastyplot", + "tm:agility", + "tm:assurance", + "tm:bodyslam", + "tm:bulldoze", + "tm:calmmind", + "tm:confuseray", + "tm:crunch", + "tm:darkpulse", + "tm:drainingkiss", + "tm:endure", + "tm:facade", + "tm:foulplay", + "tm:gigaimpact", + "tm:hex", + "tm:hyperbeam", + "tm:mudshot", + "tm:nastyplot", + "tm:nightshade", + "tm:payback", + "tm:phantomforce", + "tm:protect", + "tm:psychic", + "tm:psychocut", + "tm:rest", + "tm:round", + "tm:scaryface", + "tm:shadowball", + "tm:sleeptalk", + "tm:snarl", + "tm:snore", + "tm:stompingtantrum", + "tm:substitute", + "tm:swift", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:uproar", + "tm:willowisp", + "tutor:disable", + "tutor:doubleedge", + "tutor:lashout", + "tutor:nastyplot", + "tutor:thrash" + ], + "labels": ["gen8", "legendary"], + "pokedex": ["cobblemon.species.spectrier.desc"], + "evolutions": [], + "baseScale": 0.6, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 35, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 3, + "special_defence": 0, + "speed": 0 + }, + "height": 20, + "weight": 445, + "aspects": [], + "cannotDynamax": false +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/toxel.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/toxel.json new file mode 100644 index 0000000..fda8ee8 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/toxel.json @@ -0,0 +1,110 @@ +{ + "implemented": true, + "name": "Toxel", + "nationalPokedexNumber": 848, + "primaryType": "electric", + "secondaryType": "poison", + "abilities": ["rattled", "static", "h:klutz"], + "baseStats": { + "hp": 40, + "attack": 38, + "defence": 35, + "special_attack": 54, + "special_defence": 35, + "speed": 40 + }, + "catchRate": 75, + "maleRatio": 0.5, + "shoulderMountable": false, + "baseExperienceYield": 48, + "experienceGroup": "medium_slow", + "eggCycles": 25, + "eggGroups": ["undiscovered"], + "moves": [ + "1:acid", + "1:belch", + "1:flail", + "1:growl", + "1:nuzzle", + "1:tearfullook", + "egg:endeavor", + "egg:metalsound", + "egg:poweruppunch", + "tm:attract", + "tm:charm", + "tm:encore", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:metalsound", + "tm:protect", + "tm:rest", + "tm:round", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:terablast", + "tutor:acid", + "tutor:flail", + "tutor:growl", + "tutor:nuzzle" + ], + "labels": ["gen8", "baby"], + "pokedex": ["cobblemon.species.toxel.desc"], + "evolutions": [ + { + "id": "toxel_toxtricity", + "variant": "level_up", + "result": "toxtricity", + "consumeHeldItem": false, + "learnableMoves": ["spark"], + "requirements": [ + { + "variant": "level", + "minLevel": 30 + } + ] + }, + { + "id": "toxel_toxtricity", + "variant": "level_up", + "result": "toxtricity lowkey", + "consumeHeldItem": false, + "learnableMoves": ["spark"], + "requirements": [ + { + "variant": "level", + "minLevel": 30 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 1, + "special_defence": 0, + "speed": 0 + }, + "height": 4, + "weight": 110, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:shuca_berry", + "percentage": 2.5 + } + ] + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/toxtricity.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/toxtricity.json new file mode 100644 index 0000000..c298fcf --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/toxtricity.json @@ -0,0 +1,347 @@ +{ + "implemented": true, + "name": "Toxtricity", + "nationalPokedexNumber": 849, + "primaryType": "electric", + "secondaryType": "poison", + "abilities": ["punkrock", "plus", "h:technician"], + "baseStats": { + "hp": 75, + "attack": 98, + "defence": 70, + "special_attack": 114, + "special_defence": 70, + "speed": 75 + }, + "catchRate": 45, + "maleRatio": 0.5, + "shoulderMountable": false, + "forms": [ + { + "name": "Low-Key", + "primaryType": "electric", + "secondaryType": "poison", + "abilities": ["punkrock", "minus", "h:technician"], + "baseStats": { + "hp": 75, + "attack": 98, + "defence": 70, + "special_attack": 114, + "special_defence": 70, + "speed": 75 + }, + "catchRate": 45, + "maleRatio": 0.5, + "baseExperienceYield": 176, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 2, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "medium_slow", + "eggCycles": 25, + "eggGroups": ["human_like"], + "moves": [ + "1:acid", + "1:acidspray", + "1:belch", + "1:eerieimpulse", + "1:flail", + "1:growl", + "1:leer", + "1:nobleroar", + "1:nuzzle", + "1:tearfullook", + "1:thundershock", + "4:charge", + "8:shockwave", + "12:scaryface", + "16:taunt", + "20:venomdrench", + "24:screech", + "28:swagger", + "32:toxic", + "36:discharge", + "40:poisonjab", + "44:overdrive", + "48:boomburst", + "52:magneticflux", + "tm:acidspray", + "tm:attract", + "tm:brickbreak", + "tm:charge", + "tm:chargebeam", + "tm:charm", + "tm:drainpunch", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:firepunch", + "tm:fling", + "tm:gigaimpact", + "tm:gunkshot", + "tm:helpinghand", + "tm:hex", + "tm:hyperbeam", + "tm:hypervoice", + "tm:megakick", + "tm:megapunch", + "tm:metalsound", + "tm:metronome", + "tm:payback", + "tm:poisonjab", + "tm:poisontail", + "tm:protect", + "tm:psychicnoise", + "tm:raindance", + "tm:rest", + "tm:round", + "tm:scaryface", + "tm:screech", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:sludgewave", + "tm:snarl", + "tm:snore", + "tm:storedpower", + "tm:substitute", + "tm:sunnyday", + "tm:swift", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thief", + "tm:throatchop", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderfang", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:toxicspikes", + "tm:trailblaze", + "tm:uproar", + "tm:venomdrench", + "tm:venoshock", + "tm:voltswitch", + "tm:wildcharge", + "tutor:risingvoltage" + ], + "labels": ["gen8"], + "aspects": ["low-key"], + "height": 16, + "weight": 400, + "preEvolution": "toxel", + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Gmax", + "primaryType": "electric", + "secondaryType": "poison", + "abilities": ["punkrock", "plus", "h:technician"], + "baseStats": { + "hp": 75, + "attack": 98, + "defence": 70, + "special_attack": 114, + "special_defence": 70, + "speed": 75 + }, + "catchRate": 45, + "maleRatio": 0.5, + "baseExperienceYield": 176, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 2, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "medium_slow", + "eggCycles": 25, + "eggGroups": ["human_like"], + "labels": ["gen8", "gmax"], + "aspects": ["gmax"], + "height": 240, + "weight": 0, + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Low-Key-Gmax", + "primaryType": "electric", + "secondaryType": "poison", + "abilities": ["punkrock", "minus", "h:technician"], + "baseStats": { + "hp": 75, + "attack": 98, + "defence": 70, + "special_attack": 114, + "special_defence": 70, + "speed": 75 + }, + "catchRate": 45, + "maleRatio": 0.5, + "baseExperienceYield": 176, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 2, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "medium_slow", + "eggCycles": 25, + "eggGroups": ["human_like"], + "labels": ["gen8", "gmax"], + "aspects": ["low-key-gmax"], + "height": 240, + "weight": 0, + "cannotDynamax": false, + "battleOnly": true + } + ], + "baseExperienceYield": 176, + "experienceGroup": "medium_slow", + "eggCycles": 25, + "eggGroups": ["human_like"], + "moves": [ + "1:acid", + "1:acidspray", + "1:belch", + "1:eerieimpulse", + "1:flail", + "1:growl", + "1:leer", + "1:nobleroar", + "1:nuzzle", + "1:tearfullook", + "1:thundershock", + "4:charge", + "8:shockwave", + "12:scaryface", + "16:taunt", + "20:venoshock", + "24:screech", + "28:swagger", + "32:toxic", + "36:discharge", + "40:poisonjab", + "44:overdrive", + "48:boomburst", + "52:shiftgear", + "tm:acidspray", + "tm:attract", + "tm:brickbreak", + "tm:charge", + "tm:chargebeam", + "tm:charm", + "tm:drainpunch", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:firepunch", + "tm:fling", + "tm:gigaimpact", + "tm:gunkshot", + "tm:helpinghand", + "tm:hex", + "tm:hyperbeam", + "tm:hypervoice", + "tm:megakick", + "tm:megapunch", + "tm:metalsound", + "tm:metronome", + "tm:payback", + "tm:poisonjab", + "tm:poisontail", + "tm:protect", + "tm:psychicnoise", + "tm:raindance", + "tm:rest", + "tm:round", + "tm:scaryface", + "tm:screech", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:sludgewave", + "tm:snarl", + "tm:snore", + "tm:storedpower", + "tm:substitute", + "tm:sunnyday", + "tm:swift", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thief", + "tm:throatchop", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderfang", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:toxicspikes", + "tm:trailblaze", + "tm:uproar", + "tm:venoshock", + "tm:voltswitch", + "tm:wildcharge", + "tutor:boomburst", + "tutor:overdrive", + "tutor:risingvoltage", + "tutor:sludgewave" + ], + "labels": ["gen8"], + "pokedex": ["cobblemon.species.toxtricity.desc"], + "preEvolution": "toxel", + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 2, + "special_defence": 0, + "speed": 0 + }, + "height": 16, + "weight": 400, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:shuca_berry", + "percentage": 5 + } + ] + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/urshifu.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/urshifu.json new file mode 100644 index 0000000..ffce142 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/urshifu.json @@ -0,0 +1,382 @@ +{ + "implemented": true, + "name": "Urshifu", + "nationalPokedexNumber": 892, + "primaryType": "fighting", + "secondaryType": "dark", + "abilities": [ + "unseenfist" + ], + "baseStats": { + "hp": 100, + "attack": 130, + "defence": 100, + "special_attack": 63, + "special_defence": 60, + "speed": 97 + }, + "features": ["rapidstrike"], + "behaviour": { + "moving": { + "canLook": true, + "walk": { + "walkSpeed": 0.3, + "canWalk": true, + "avoidsLand": false + }, + "fly": { + "canFly": false + }, + "swim": { + "swimSpeed": 0.2, + "canSwimInWater": false, + "canBreatheUnderwater": false + } + } + }, + "catchRate": 3, + "maleRatio": 0.875, + "shoulderMountable": false, + "baseScale":0.7, + "hitbox": { + "width": 2, + "height": 3, + "fixed": false + }, + "forms": [ + { + "name": "rapidstrike", + "primaryType": "fighting", + "secondaryType": "water", + "abilities": [ + "unseenfist" + ], + "baseStats": { + "hp": 100, + "attack": 130, + "defence": 100, + "special_attack": 63, + "special_defence": 60, + "speed": 97 + }, + "catchRate": 3, + "maleRatio": 0.875, + "baseExperienceYield": 275, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:aquajet", + "1:endure", + "1:focusenergy", + "1:leer", + "1:rocksmash", + "12:aerialace", + "16:scaryface", + "20:headbutt", + "24:brickbreak", + "28:detect", + "32:bulkup", + "36:ironhead", + "40:dynamicpunch", + "44:counter", + "48:closecombat", + "52:focuspunch", + "tm:acrobatics", + "tm:aerialace", + "tm:attract", + "tm:aurasphere", + "tm:bodypress", + "tm:bodyslam", + "tm:brickbreak", + "tm:brine", + "tm:bulkup", + "tm:chillingwater", + "tm:closecombat", + "tm:coaching", + "tm:dig", + "tm:dive", + "tm:doubleedge", + "tm:drainpunch", + "tm:endure", + "tm:facade", + "tm:falseswipe", + "tm:firepunch", + "tm:fling", + "tm:focusblast", + "tm:focusenergy", + "tm:focuspunch", + "tm:gigaimpact", + "tm:helpinghand", + "tm:icepunch", + "tm:icespinner", + "tm:irondefense", + "tm:ironhead", + "tm:liquidation", + "tm:lowkick", + "tm:lowsweep", + "tm:megakick", + "tm:megapunch", + "tm:poisonjab", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:retaliate", + "tm:revenge", + "tm:reversal", + "tm:rockslide", + "tm:rocktomb", + "tm:round", + "tm:scald", + "tm:scaryface", + "tm:sleeptalk", + "tm:snore", + "tm:stoneedge", + "tm:substitute", + "tm:superpower", + "tm:swift", + "tm:swordsdance", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thunderpunch", + "tm:trailblaze", + "tm:uturn", + "tm:waterfall", + "tm:whirlpool", + "tm:workup", + "tm:zenheadbutt", + "tutor:coaching" + ], + "labels": [ + "gen8", + "legendary" + ], + "aspects": [ + "rapidstrike" + ], + "height": 19, + "weight": 1050, + "preEvolution": "kubfu", + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Gmax", + "primaryType": "fighting", + "secondaryType": "dark", + "abilities": [ + "unseenfist" + ], + "baseStats": { + "hp": 100, + "attack": 130, + "defence": 100, + "special_attack": 63, + "special_defence": 60, + "speed": 97 + }, + "catchRate": 3, + "maleRatio": 0.875, + "baseExperienceYield": 275, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "labels": [ + "gen8", + "legendary", + "gmax" + ], + "aspects": [ + "gmax" + ], + "height": 30, + "weight": 0, + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "RapidStrike-Gmax", + "primaryType": "fighting", + "secondaryType": "water", + "abilities": [ + "unseenfist" + ], + "baseStats": { + "hp": 100, + "attack": 130, + "defence": 100, + "special_attack": 63, + "special_defence": 60, + "speed": 97 + }, + "catchRate": 3, + "maleRatio": 0.875, + "baseExperienceYield": 275, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "labels": [ + "gen8", + "legendary", + "gmax" + ], + "aspects": [ + "rapidstrike-gmax" + ], + "height": 19, + "weight": 1050, + "cannotDynamax": false, + "battleOnly": true + } + ], + "baseExperienceYield": 275, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:endure", + "1:focusenergy", + "1:leer", + "1:rocksmash", + "1:suckerpunch", + "12:aerialace", + "16:scaryface", + "20:headbutt", + "24:brickbreak", + "28:detect", + "32:bulkup", + "36:ironhead", + "40:dynamicpunch", + "44:counter", + "48:closecombat", + "52:focuspunch", + "tm:acrobatics", + "tm:aerialace", + "tm:assurance", + "tm:attract", + "tm:aurasphere", + "tm:beatup", + "tm:bodypress", + "tm:bodyslam", + "tm:brickbreak", + "tm:bulkup", + "tm:closecombat", + "tm:coaching", + "tm:crunch", + "tm:darkestlariat", + "tm:darkpulse", + "tm:dig", + "tm:doubleedge", + "tm:drainpunch", + "tm:endure", + "tm:facade", + "tm:falseswipe", + "tm:firepunch", + "tm:fling", + "tm:focusblast", + "tm:focusenergy", + "tm:focuspunch", + "tm:foulplay", + "tm:gigaimpact", + "tm:helpinghand", + "tm:icepunch", + "tm:irondefense", + "tm:ironhead", + "tm:lashout", + "tm:lowkick", + "tm:lowsweep", + "tm:megakick", + "tm:megapunch", + "tm:metalclaw", + "tm:payback", + "tm:poisonjab", + "tm:protect", + "tm:rest", + "tm:retaliate", + "tm:revenge", + "tm:reversal", + "tm:roar", + "tm:rockslide", + "tm:rocktomb", + "tm:round", + "tm:scaryface", + "tm:sleeptalk", + "tm:snarl", + "tm:snore", + "tm:stoneedge", + "tm:substitute", + "tm:superpower", + "tm:swift", + "tm:swordsdance", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:throatchop", + "tm:thunderpunch", + "tm:trailblaze", + "tm:uturn", + "tm:workup", + "tm:zenheadbutt", + "tutor:coaching", + "tutor:lashout" + ], + "labels": [ + "gen8", + "legendary" + ], + "pokedex": [ + "cobblemon.species.urshifu.desc" + ], + "preEvolution": "kubfu", + "evolutions": [], + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 19, + "weight": 1050, + "aspects": [], + "cannotDynamax": false + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/wugtrio.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/wugtrio.json new file mode 100644 index 0000000..593e55c --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation8/wugtrio.json @@ -0,0 +1,86 @@ +{ + "implemented": "true", + "name": "Wugtrio", + "nationalPokedexNumber": 961, + "primaryType": "water", + "abilities": ["gooey", "rattled", "h:sandveil"], + "baseStats": { + "hp": 35, + "attack": 100, + "defence": 50, + "special_attack": 50, + "special_defence": 70, + "speed": 120 + }, + "catchRate": 50, + "maleRatio": 0.5, + "baseExperienceYield": 149, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": ["water_3"], + "moves": [ + "1:mudslap", + "1:sandattack", + "1:watergun", + "1:wrap", + "12:aquajet", + "16:slam", + "20:waterpulse", + "24:headbutt", + "30:tripledive", + "36:dig", + "42:suckerpunch", + "48:throatchop", + "54:liquidation", + "tm:agility", + "tm:blizzard", + "tm:bulldoze", + "tm:chillingwater", + "tm:dig", + "tm:earthpower", + "tm:endure", + "tm:facade", + "tm:foulplay", + "tm:gigaimpact", + "tm:helpinghand", + "tm:hydropump", + "tm:hyperbeam", + "tm:icebeam", + "tm:liquidation", + "tm:muddywater", + "tm:mudshot", + "tm:mudslap", + "tm:painsplit", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:sandstorm", + "tm:sleeptalk", + "tm:stompingtantrum", + "tm:substitute", + "tm:surf", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:throatchop", + "tm:waterpulse", + "tm:whirlpool" + ], + "labels": ["gen9"], + "aspects": [], + "height": 12, + "weight": 54, + "preEvolution": "wiglett", + "evolutions": [], + "cannotDynamax": false, + "pokedex": ["cobblemon.species.wugtrio.desc"] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/archaludon.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/archaludon.json new file mode 100644 index 0000000..56a0de4 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/archaludon.json @@ -0,0 +1,112 @@ +{ + "implemented": true, + "name": "Archaludon", + "nationalPokedexNumber": 1018, + "primaryType": "steel", + "secondaryType": "dragon", + "abilities": [ + "stamina", + "sturdy", + "h:stalwart" + ], + "baseStats": { + "hp": 90, + "attack": 105, + "defence": 130, + "special_attack": 125, + "special_defence": 65, + "speed": 85 + }, + "catchRate": 10, + "maleRatio": 0.5, + "baseExperienceYield": 0, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 3, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "medium_fast", + "eggCycles": 30, + "eggGroups": [ + "mineral", + "dragon" + ], + "moves": [ + "1:leer", + "1:metalclaw", + "6:rocksmash", + "12:honeclaws", + "18:metalsound", + "24:breakingswipe", + "30:dragontail", + "36:irondefense", + "42:focusenergy", + "48:dragonclaw", + "54:flashcannon", + "60:metalburst", + "66:hyperbeam", + "tm:aurasphere", + "tm:bodypress", + "tm:bodyslam", + "tm:breakingswipe", + "tm:brickbreak", + "tm:darkpulse", + "tm:doubleedge", + "tm:dracometeor", + "tm:dragoncheer", + "tm:dragonclaw", + "tm:dragonpulse", + "tm:dragontail", + "tm:earthquake", + "tm:endure", + "tm:facade", + "tm:flashcannon", + "tm:foulplay", + "tm:gigaimpact", + "tm:gyroball", + "tm:hardpress", + "tm:heavyslam", + "tm:hyperbeam", + "tm:irondefense", + "tm:ironhead", + "tm:lightscreen", + "tm:metalclaw", + "tm:metalsound", + "tm:meteorbeam", + "tm:outrage", + "tm:protect", + "tm:reflect", + "tm:rest", + "tm:roar", + "tm:rockslide", + "tm:rocktomb", + "tm:scaryface", + "tm:sleeptalk", + "tm:smackdown", + "tm:snarl", + "tm:solarbeam", + "tm:stealthrock", + "tm:steelbeam", + "tm:stoneedge", + "tm:substitute", + "tm:swordsdance", + "tm:takedown", + "tm:terablast", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderwave" + ], + "labels": [ + "gen9" + ], + "aspects": [], + "height": 20, + "weight": 600, + "preEvolution": "duraludon", + "evolutions": [], + "cannotDynamax": false + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/arctibax.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/arctibax.json new file mode 100644 index 0000000..e7ca83b --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/arctibax.json @@ -0,0 +1,106 @@ +{ + "implemented": true, + "name": "Arctibax", + "nationalPokedexNumber": 997, + "primaryType": "dragon", + "secondaryType": "ice", + "abilities": ["thermalexchange", "h:icebody"], + "baseStats": { + "hp": 90, + "attack": 95, + "defence": 66, + "special_attack": 45, + "special_defence": 65, + "speed": 62 + }, + "catchRate": 25, + "maleRatio": 0.5, + "baseExperienceYield": 148, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 2, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 40, + "eggGroups": ["dragon", "mineral"], + "moves": [ + "1:dragontail", + "1:leer", + "1:tackle", + "6:icywind", + "12:dragonbreath", + "18:focusenergy", + "24:bite", + "29:icefang", + "40:takedown", + "45:icebeam", + "50:crunch", + "55:iciclecrash", + "tm:aerialace", + "tm:avalanche", + "tm:blizzard", + "tm:bodyslam", + "tm:brickbreak", + "tm:crunch", + "tm:dig", + "tm:dracometeor", + "tm:dragonclaw", + "tm:dragonpulse", + "tm:dragontail", + "tm:endure", + "tm:facade", + "tm:helpinghand", + "tm:icebeam", + "tm:icefang", + "tm:iciclespear", + "tm:icywind", + "tm:ironhead", + "tm:outrage", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:scaryface", + "tm:sleeptalk", + "tm:snowscape", + "tm:substitute", + "tm:swordsdance", + "tm:takedown", + "tm:terablast" + ], + "labels": ["gen9"], + "aspects": [], + "height": 8, + "weight": 300, + "preEvolution": "frigibax", + "evolutions": [ + { + "id": "arctibax_baxcalibur", + "variant": "level_up", + "result": "baxcalibur", + "consumeHeldItem": false, + "learnableMoves": ["glaiverush"], + "requirements": [ + { + "variant": "level", + "minLevel": 54 + } + ] + } + ], + "cannotDynamax": false, + "pokedex": ["cobblemon.species.arctibax.desc"], + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:haban_berry", + "percentage": 5 + } + ] + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/baxcalibur.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/baxcalibur.json new file mode 100644 index 0000000..bfa5757 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/baxcalibur.json @@ -0,0 +1,112 @@ +{ + "implemented": true, + "name": "Baxcalibur", + "nationalPokedexNumber": 998, + "primaryType": "dragon", + "secondaryType": "ice", + "abilities": ["thermalexchange", "h:icebody"], + "baseStats": { + "hp": 115, + "attack": 145, + "defence": 92, + "special_attack": 75, + "special_defence": 86, + "speed": 87 + }, + "catchRate": 10, + "maleRatio": 0.5, + "baseExperienceYield": 300, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 40, + "eggGroups": ["dragon", "mineral"], + "moves": [ + "1:breakingswipe", + "1:dragontail", + "1:iceshard", + "1:leer", + "1:snowscape", + "1:tackle", + "1:glaiverush", + "6:icywind", + "12:dragonbreath", + "18:focusenergy", + "24:bite", + "29:icefang", + "35:dragonclaw", + "42:takedown", + "48:icebeam", + "55:crunch", + "62:iciclecrash", + "tm:aerialace", + "tm:avalanche", + "tm:blizzard", + "tm:bodypress", + "tm:bodyslam", + "tm:breakingswipe", + "tm:brickbreak", + "tm:bulldoze", + "tm:crunch", + "tm:dig", + "tm:doubleedge", + "tm:dracometeor", + "tm:dragoncheer", + "tm:dragonclaw", + "tm:dragondance", + "tm:dragonpulse", + "tm:dragontail", + "tm:earthquake", + "tm:endure", + "tm:facade", + "tm:falseswipe", + "tm:gigaimpact", + "tm:helpinghand", + "tm:highhorsepower", + "tm:hyperbeam", + "tm:icebeam", + "tm:icefang", + "tm:iciclespear", + "tm:icywind", + "tm:ironhead", + "tm:outrage", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:scaleshot", + "tm:scaryface", + "tm:sleeptalk", + "tm:snowscape", + "tm:stompingtantrum", + "tm:substitute", + "tm:swordsdance", + "tm:takedown", + "tm:terablast", + "tm:thunderfang", + "tm:zenheadbutt" + ], + "labels": ["gen9", "pseudo_legendary"], + "aspects": [], + "height": 21, + "weight": 2100, + "preEvolution": "arctibax", + "evolutions": [], + "cannotDynamax": false, + "pokedex": ["cobblemon.species.baxcalibur.desc"], + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:haban_berry", + "percentage": 10 + } + ] + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/bellibolt.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/bellibolt.json new file mode 100644 index 0000000..83868df --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/bellibolt.json @@ -0,0 +1,101 @@ +{ + "implemented": true, + "name": "Bellibolt", + "nationalPokedexNumber": 939, + "primaryType": "electric", + "abilities": ["electromorphosis", "static", "h:damp"], + "baseStats": { + "hp": 109, + "attack": 64, + "defence": 91, + "special_attack": 103, + "special_defence": 83, + "speed": 45 + }, + "catchRate": 50, + "maleRatio": 0.5, + "baseExperienceYield": 173, + "baseFriendship": 50, + "evYield": { + "hp": 2, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": ["water_1"], + "moves": [ + "1:mudslap", + "1:slackoff", + "1:tackle", + "7:thundershock", + "11:watergun", + "17:charge", + "21:spark", + "24:mudshot", + "25:flail", + "32:discharge", + "36:weatherball", + "40:electricterrain", + "45:suckerpunch", + "50:zapcannon", + "tm:acidspray", + "tm:charge", + "tm:chargebeam", + "tm:chillingwater", + "tm:confuseray", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:endure", + "tm:gigaimpact", + "tm:hyperbeam", + "tm:hypervoice", + "tm:lightscreen", + "tm:muddywater", + "tm:mudshot", + "tm:mudslap", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:sleeptalk", + "tm:substitute", + "tm:supercellslam", + "tm:swift", + "tm:terablast", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderwave", + "tm:toxic", + "tm:voltswitch", + "tm:waterpulse", + "tm:weatherball", + "tm:wildcharge" + ], + "labels": ["gen9"], + "aspects": [], + "height": 12, + "weight": 1130, + "preEvolution": "tadbulb", + "evolutions": [], + "cannotDynamax": false, + "pokedex": ["cobblemon.species.bellibolt.desc"], + "drops": { + "amount": 2, + "entries": [ + { + "item": "minecraft:ochre_froglight", + "percentage": 5 + }, + { + "item": "cobblemon:wepear_berry", + "percentage": 5 + } + ] + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/brutebonnet.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/brutebonnet.json new file mode 100644 index 0000000..ef2d5a1 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/brutebonnet.json @@ -0,0 +1,105 @@ +{ + "implemented": true, + "name": "Brute Bonnet", + "nationalPokedexNumber": 986, + "primaryType": "grass", + "secondaryType": "dark", + "abilities": [ + "protosynthesis" + ], + "baseStats": { + "hp": 111, + "attack": 127, + "defence": 99, + "special_attack": 79, + "special_defence": 99, + "speed": 55 + }, + "catchRate": 50, + "maleRatio": -1, + "baseExperienceYield": 285, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 50, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:absorb", + "1:astonish", + "1:growth", + "1:sunnyday", + "7:stunspore", + "14:megadrain", + "21:synthesis", + "28:clearsmog", + "35:payback", + "42:thrash", + "49:gigadrain", + "56:suckerpunch", + "63:spore", + "70:ingrain", + "77:ragepowder", + "91:solarbeam", + "100:bodypress", + "100:bodyslam", + "100:bulletseed", + "100:closecombat", + "100:confuseray", + "100:crunch", + "100:darkpulse", + "100:earthpower", + "100:endure", + "100:energyball", + "100:facade", + "100:gigadrain", + "100:gigaimpact", + "100:grassknot", + "100:grassyterrain", + "100:hex", + "100:hyperbeam", + "100:leafstorm", + "100:magicalleaf", + "100:outrage", + "100:pollenpuff", + "100:protect", + "100:rest", + "100:scaryface", + "100:seedbomb", + "100:sleeptalk", + "100:solarbeam", + "100:stompingtantrum", + "100:substitute", + "100:sunnyday", + "100:taunt", + "100:terablast", + "100:thief", + "100:trailblaze", + "100:venoshock", + "100:zenheadbutt", + "100:clearsmog", + "100:gigadrain", + "100:payback", + "100:thrash" + ], + "labels": [ + "gen9", + "paradox" + ], + "aspects": [], + "height": 12, + "weight": 210, + "evolutions": [], + "cannotDynamax": false, + "pokedex": [ + "cobblemon.species.brutebonnet.desc" + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/capsakid.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/capsakid.json new file mode 100644 index 0000000..caa51f3 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/capsakid.json @@ -0,0 +1,119 @@ +{ + "implemented": true, + "name": "Capsakid", + "nationalPokedexNumber": 951, + "primaryType": "grass", + "abilities": [ + "chlorophyll", + "insomnia", + "h:klutz" + ], + "baseStats": { + "hp": 52, + "attack": 62, + "defence": 40, + "special_attack": 62, + "special_defence": 40, + "speed": 50 + }, + "catchRate": 190, + "maleRatio": 0.5, + "shoulderMountable": true, + "baseExperienceYield": 61, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 1, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": [ + "grass" + ], + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": true, + "depth": "normal", + "light": "0-4" + } + }, + "moves": [ + "1:leafage", + "1:leer", + "4:bite", + "10:growth", + "13:razorleaf", + "17:sunnyday", + "21:bulletseed", + "24:headbutt", + "28:zenheadbutt", + "38:crunch", + "44:seedbomb", + "48:solarbeam", + "egg:ingrain", + "egg:leechseed", + "egg:ragepowder", + "egg:rollout", + "egg:worryseed", + "tm:bulletseed", + "tm:crunch", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:gigadrain", + "tm:grassknot", + "tm:grassyterrain", + "tm:helpinghand", + "tm:leafstorm", + "tm:magicalleaf", + "tm:protect", + "tm:rest", + "tm:sandstorm", + "tm:seedbomb", + "tm:sleeptalk", + "tm:solarbeam", + "tm:stompingtantrum", + "tm:substitute", + "tm:sunnyday", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:trailblaze", + "tm:zenheadbutt" + ], + "labels": [ + "gen9" + ], + "aspects": [], + "height": 3, + "weight": 30, + "evolutions": [ + { + "id": "capsakid_scovillain", + "variant": "item_interact", + "result": "scovillain", + "consumeHeldItem": false, + "learnableMoves": [ + "flamethrower", + "spicyextract" + ], + "requirements": [], + "requiredContext": "cobblemon:fire_stone" + } + ], + "baseScale": 1, + "hitbox": { + "width": 0.5, + "height": 0.65, + "fixed": false + }, + "cannotDynamax": false, + "pokedex": [ + "cobblemon.species.capsakid.desc" + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/chienpao.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/chienpao.json new file mode 100644 index 0000000..c258859 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/chienpao.json @@ -0,0 +1,117 @@ +{ + "implemented": true, + "name": "Chien-Pao", + "nationalPokedexNumber": 1002, + "primaryType": "dark", + "secondaryType": "ice", + "abilities": ["swordofruin"], + "drops": { + "amount": 5, + "entries": [ + { + "item": "cobblemon:rare_candy", + "quantityRange": "5-10" + }, + { + "item": "minecraft:iron_sword", + "percentage": 50.0 + }, + { + "item": "cobblemon:never_melt_ice", + "percentage": 50.0 + }, + { + "item": "cobblemon:ability_capsule", + "percentage": 25.0 + }, + { + "item": "cobblemon:ability_patch", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 80, + "attack": 120, + "defence": 80, + "special_attack": 90, + "special_defence": 65, + "speed": 135 + }, + "catchRate": 6, + "maleRatio": -1, + "baseExperienceYield": 285, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 3 + }, + "experienceGroup": "slow", + "eggCycles": 50, + "eggGroups": ["undiscovered"], + "moves": [ + "1:meanlook", + "1:powdersnow", + "1:spite", + "5:icywind", + "10:payback", + "15:haze", + "15:mist", + "20:iceshard", + "25:swordsdance", + "30:snowscape", + "35:nightslash", + "40:darkpulse", + "45:iciclecrash", + "50:ruination", + "55:suckerpunch", + "60:sacredsword", + "65:recover", + "70:throatchop", + "75:sheercold", + "tm:acrobatics", + "tm:aerialace", + "tm:avalanche", + "tm:blizzard", + "tm:brickbreak", + "tm:crunch", + "tm:darkpulse", + "tm:endure", + "tm:facade", + "tm:falseswipe", + "tm:gigaimpact", + "tm:haze", + "tm:hex", + "tm:hyperbeam", + "tm:icefang", + "tm:icespinner", + "tm:icywind", + "tm:lashout", + "tm:protect", + "tm:psychicfangs", + "tm:raindance", + "tm:rest", + "tm:scaryface", + "tm:sleeptalk", + "tm:snarl", + "tm:snowscape", + "tm:spite", + "tm:substitute", + "tm:swordsdance", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:throatchop" + ], + "labels": ["gen9", "legendary"], + "aspects": [], + "height": 19, + "weight": 1522, + "evolutions": [], + "cannotDynamax": false, + "pokedex": ["cobblemon.species.chienpao.desc"] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/chiyu.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/chiyu.json new file mode 100644 index 0000000..da171a9 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/chiyu.json @@ -0,0 +1,118 @@ +{ + "implemented": true, + "name": "Chi-Yu", + "nationalPokedexNumber": 1004, + "primaryType": "dark", + "secondaryType": "fire", + "abilities": ["beadsofruin"], + "drops": { + "amount": 5, + "entries": [ + { + "item": "cobblemon:rare_candy", + "quantityRange": "5-10" + }, + { + "item": "cobblemon:black_glasses", + "percentage": 50.0 + }, + { + "item": "cobblemon:charcoal", + "percentage": 50.0 + }, + { + "item": "cobblemon:ability_capsule", + "percentage": 25.0 + }, + { + "item": "cobblemon:ability_patch", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 55, + "attack": 80, + "defence": 80, + "special_attack": 135, + "special_defence": 120, + "speed": 100 + }, + "catchRate": 6, + "maleRatio": -1, + "baseExperienceYield": 285, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 3, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 50, + "eggGroups": ["undiscovered"], + "moves": [ + "1:ember", + "1:meanlook", + "1:spite", + "5:flamewheel", + "10:payback", + "15:willowisp", + "20:flamecharge", + "25:incinerate", + "30:confuseray", + "35:nastyplot", + "40:darkpulse", + "45:lavaplume", + "50:ruination", + "55:bounce", + "60:swagger", + "65:inferno", + "70:memento", + "75:overheat", + "tm:burningjealousy", + "tm:confuseray", + "tm:crunch", + "tm:darkpulse", + "tm:endure", + "tm:facade", + "tm:fireblast", + "tm:firespin", + "tm:flamecharge", + "tm:flamethrower", + "tm:flareblitz", + "tm:gigaimpact", + "tm:heatwave", + "tm:hex", + "tm:hyperbeam", + "tm:lashout", + "tm:lightscreen", + "tm:nastyplot", + "tm:overheat", + "tm:protect", + "tm:psychic", + "tm:reflect", + "tm:rest", + "tm:scaryface", + "tm:sleeptalk", + "tm:snarl", + "tm:spite", + "tm:substitute", + "tm:sunnyday", + "tm:takedown", + "tm:taunt", + "tm:temperflare", + "tm:terablast", + "tm:willowisp", + "tm:zenheadbutt" + ], + "labels": ["gen9", "legendary"], + "aspects": [], + "height": 4, + "weight": 49, + "evolutions": [], + "cannotDynamax": false, + "pokedex": ["cobblemon.species.chiyu.desc"] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/cyclizar.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/cyclizar.json new file mode 100644 index 0000000..ded5d8f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/cyclizar.json @@ -0,0 +1,112 @@ +{ + "implemented": true, + "name": "Cyclizar", + "nationalPokedexNumber": 967, + "primaryType": "dragon", + "secondaryType": "normal", + "abilities": ["shedskin", "h:regenerator"], + "baseStats": { + "hp": 70, + "attack": 95, + "defence": 65, + "special_attack": 85, + "special_defence": 65, + "speed": 121 + }, + "catchRate": 190, + "maleRatio": 0.5, + "baseExperienceYield": 175, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_slow", + "eggCycles": 30, + "eggGroups": ["field"], + "moves": [ + "1:growl", + "1:tackle", + "7:rapidspin", + "11:taunt", + "14:breakingswipe", + "18:quickattack", + "23:bite", + "27:uturn", + "31:shedtail", + "36:dragonclaw", + "40:shiftgear", + "45:dragonpulse", + "51:doubleedge", + "57:dragonrush", + "egg:aquatail", + "egg:irontail", + "egg:knockoff", + "egg:powerwhip", + "tm:acrobatics", + "tm:aerialace", + "tm:agility", + "tm:bodyslam", + "tm:breakingswipe", + "tm:crunch", + "tm:doubleedge", + "tm:dracometeor", + "tm:dragoncheer", + "tm:dragonclaw", + "tm:dragonpulse", + "tm:dragontail", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:firefang", + "tm:gigaimpact", + "tm:hyperbeam", + "tm:hypervoice", + "tm:icespinner", + "tm:ironhead", + "tm:knockoff", + "tm:mudshot", + "tm:mudslap", + "tm:outrage", + "tm:overheat", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:scaleshot", + "tm:sleeptalk", + "tm:substitute", + "tm:sunnyday", + "tm:supercellslam", + "tm:takedown", + "tm:taunt", + "tm:temperflare", + "tm:terablast", + "tm:thief", + "tm:thunderbolt", + "tm:thunderfang", + "tm:trailblaze", + "tm:uproar", + "tm:uturn", + "tm:wildcharge" + ], + "labels": ["gen9"], + "aspects": [], + "height": 16, + "weight": 630, + "evolutions": [], + "cannotDynamax": false, + "pokedex": ["cobblemon.species.cyclizar.desc"], + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:haban_berry", + "percentage": 5 + } + ] + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/dipplin.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/dipplin.json new file mode 100644 index 0000000..9d84711 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/dipplin.json @@ -0,0 +1,131 @@ +{ + "implemented": true, + "name": "Dipplin", + "nationalPokedexNumber": 1011, + "primaryType": "grass", + "secondaryType": "dragon", + "abilities": ["supersweetsyrup", "gluttony", "h:stickyhold"], + "baseStats": { + "hp": 80, + "attack": 80, + "defence": 110, + "special_attack": 95, + "special_defence": 80, + "speed": 40 + }, + "catchRate": 45, + "maleRatio": 0.5, + "baseExperienceYield": 0, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 2, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "shoulderMountable": true, + "eggCycles": 20, + "eggGroups": ["grass", "dragon"], + "moves": [ + "1:astonish", + "1:infestation", + "1:recycle", + "1:sweetscent", + "1:withdraw", + "4:dragontail", + "8:growth", + "12:dragonbreath", + "16:protect", + "20:bulletseed", + "28:syrupbomb", + "32:dragonpulse", + "36:recover", + "40:energyball", + "44:substitute", + "50:dragoncheer", + "tm:bodyslam", + "tm:bugbite", + "tm:bulletseed", + "tm:dracometeor", + "tm:dragoncheer", + "tm:dragonpulse", + "tm:dragontail", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:gigadrain", + "tm:gigaimpact", + "tm:grassknot", + "tm:grassyglide", + "tm:grassyterrain", + "tm:gyroball", + "tm:hyperbeam", + "tm:leafstorm", + "tm:outrage", + "tm:pollenpuff", + "tm:pounce", + "tm:protect", + "tm:reflect", + "tm:rest", + "tm:seedbomb", + "tm:sleeptalk", + "tm:solarbeam", + "tm:substitute", + "tm:sunnyday", + "tm:takedown", + "tm:terablast" + ], + "labels": ["gen9"], + "baseScale": 0.5, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "aspects": [], + "height": 4, + "weight": 44, + "preEvolution": "applin", + "evolutions": [ + { + "id": "dipplin_hydrapple", + "variant": "level_up", + "result": "hydrapple", + "consumeHeldItem": false, + "learnableMoves": ["ficklebeam"], + "requirements": [ + { + "variant": "held_item", + "itemCondition": "minecraft:dragon_breath" + } + ] + } + ], + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "canLook": false, + "walk": { + "walkSpeed": 0.145, + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": true, + "canBreatheUnderwater": false + } + } + }, + "cannotDynamax": false, + "pokedex": [ + "Dipplin is two creatures in one Pokémon. Its evolution was triggered by a special apple grown only in one place." + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/dudunsparce.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/dudunsparce.json new file mode 100644 index 0000000..9a51d70 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/dudunsparce.json @@ -0,0 +1,203 @@ +{ + "implemented":true, + "name": "Dudunsparce", + "nationalPokedexNumber": 982, + "primaryType": "normal", + "abilities": [ + "serenegrace", + "runaway", + "h:rattled" + ], + "baseStats": { + "hp": 125, + "attack": 100, + "defence": 80, + "special_attack": 85, + "special_defence": 75, + "speed": 55 + }, + "catchRate": 45, + "maleRatio": 0.5, + "baseExperienceYield": 182, + "baseFriendship": 50, + "evYield": { + "hp": 2, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": [ + "field" + ], + "features": ["threesegment"], + "moves": [ + "1:defensecurl", + "1:flail", + "4:mudslap", + "8:rollout", + "12:glare", + "16:screech", + "20:ancientpower", + "24:drillrun", + "28:yawn", + "32:hyperdrill", + "36:roost", + "40:dragonrush", + "44:coil", + "48:doubleedge", + "52:endeavor", + "56:hurricane", + "62:boomburst", + "tm:agility", + "tm:airslash", + "tm:amnesia", + "tm:batonpass", + "tm:blizzard", + "tm:bodypress", + "tm:bodyslam", + "tm:breakingswipe", + "tm:bulldoze", + "tm:calmmind", + "tm:chillingwater", + "tm:curse", + "tm:dig", + "tm:doubleedge", + "tm:dragontail", + "tm:drillrun", + "tm:dualwingbeat", + "tm:earthpower", + "tm:earthquake", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:fireblast", + "tm:flamethrower", + "tm:gigaimpact", + "tm:gyroball", + "tm:heavyslam", + "tm:helpinghand", + "tm:hex", + "tm:hurricane", + "tm:hyperbeam", + "tm:hypervoice", + "tm:icebeam", + "tm:icespinner", + "tm:lunge", + "tm:mudshot", + "tm:mudslap", + "tm:outrage", + "tm:painsplit", + "tm:poisonjab", + "tm:poisontail", + "tm:pounce", + "tm:protect", + "tm:psychup", + "tm:raindance", + "tm:rest", + "tm:rockslide", + "tm:rocktomb", + "tm:sandstorm", + "tm:scaleshot", + "tm:scaryface", + "tm:shadowball", + "tm:skittersmack", + "tm:sleeptalk", + "tm:smartstrike", + "tm:solarbeam", + "tm:spite", + "tm:stealthrock", + "tm:stompingtantrum", + "tm:stoneedge", + "tm:storedpower", + "tm:substitute", + "tm:sunnyday", + "tm:tailwind", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:throatchop", + "tm:thunder", + "tm:thunderbolt", + "tm:toxic", + "tm:uproar", + "tm:wildcharge", + "tm:zenheadbutt" + ], + "labels": [ + "gen9" + ], + "aspects": [], + "height": 36, + "weight": 392, + "preEvolution": "dunsparce", + "evolutions": [], + "cannotDynamax": false, + "forms": [ + { + "name": "Three-Segment", + "primaryType": "normal", + "abilities": [ + "serenegrace", + "runaway", + "h:rattled" + ], + "baseStats": { + "hp": 125, + "attack": 100, + "defence": 80, + "special_attack": 85, + "special_defence": 75, + "speed": 55 + }, + "catchRate": 45, + "maleRatio": 0.5, + "baseExperienceYield": 0, + "baseFriendship": 50, + "evYield": { + "hp": 2, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": [ + "field" + ], + "labels": [ + "gen9" + ], + "aspects": [ + "threesegment" + ], + "height": 45, + "weight": 474, + "preEvolution": "dunsparce", + "cannotDynamax": false, + "battleOnly": false + } + ], + "pokedex": [ + "cobblemon.species.dudunsparce.desc" + ], + "drops": { + "amount": 2, + "entries": [ + { + "item": "cobblemon:rocky_helmet", + "percentage": 5.0 + }, + { + "item": "cobblemon:cheri_berry", + "percentage": 5.0 + } + ] + } + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/finizen.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/finizen.json new file mode 100644 index 0000000..e7f03b3 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/finizen.json @@ -0,0 +1,111 @@ +{ + "implemented": "true", + "name": "Finizen", + "nationalPokedexNumber": 963, + "primaryType": "water", + "abilities": ["waterveil"], + "baseStats": { + "hp": 70, + "attack": 45, + "defence": 40, + "special_attack": 45, + "special_defence": 40, + "speed": 75 + }, + "catchRate": 200, + "maleRatio": 0.5, + "baseExperienceYield": 63, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 1 + }, + "experienceGroup": "slow", + "eggCycles": 40, + "eggGroups": ["field", "water_2"], + "moves": [ + "1:supersonic", + "1:watergun", + "7:astonish", + "10:focusenergy", + "13:aquajet", + "17:doublehit", + "21:dive", + "25:charm", + "29:acrobatics", + "34:encore", + "39:aquatail", + "44:mist", + "50:hydropump", + "egg:boomburst", + "egg:bounce", + "egg:counter", + "egg:haze", + "egg:tickle", + "tm:acrobatics", + "tm:agility", + "tm:blizzard", + "tm:bodyslam", + "tm:charm", + "tm:chillingwater", + "tm:disarmingvoice", + "tm:drainingkiss", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:fling", + "tm:haze", + "tm:helpinghand", + "tm:hydropump", + "tm:icebeam", + "tm:icywind", + "tm:liquidation", + "tm:protect", + "tm:psychup", + "tm:raindance", + "tm:rest", + "tm:sleeptalk", + "tm:substitute", + "tm:surf", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:waterfall", + "tm:waterpulse", + "tm:zenheadbutt" + ], + "labels": ["gen9"], + "aspects": [], + "height": 13, + "weight": 602, + "evolutions": [ + { + "id": "finizen_palafin", + "variant": "level_up", + "result": "palafin", + "consumeHeldItem": false, + "learnableMoves": ["flipturn"], + "requirements": [ + { + "variant": "level", + "minLevel": 38 + } + ] + } + ], + "cannotDynamax": false, + "pokedex": ["cobblemon.species.finizen.desc"], + "drops": { + "amount": 1, + "entries": [ + { + "item": "minecraft:cod", + "quantityRange": "0-1" + } + ] + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/fluttermane.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/fluttermane.json new file mode 100644 index 0000000..7b76ab9 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/fluttermane.json @@ -0,0 +1,111 @@ +{ + "implemented": true, + "name": "Flutter Mane", + "nationalPokedexNumber": 987, + "primaryType": "ghost", + "secondaryType": "fairy", + "abilities": ["protosynthesis"], + "baseStats": { + "hp": 55, + "attack": 55, + "defence": 55, + "special_attack": 135, + "special_defence": 135, + "speed": 135 + }, + "catchRate": 30, + "maleRatio": -1, + "baseExperienceYield": 285, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 1, + "special_defence": 1, + "speed": 1 + }, + "experienceGroup": "slow", + "eggCycles": 50, + "eggGroups": ["undiscovered"], + "moves": [ + "1:astonish", + "1:confuseray", + "1:spite", + "1:sunnyday", + "7:psybeam", + "14:meanlook", + "21:memento", + "28:wish", + "35:dazzlinggleam", + "42:shadowball", + "49:mysticalfire", + "56:powergem", + "63:psyshock", + "70:phantomforce", + "77:painsplit", + "84:moonblast", + "91:perishsong", + "tm:calmmind", + "tm:chargebeam", + "tm:charm", + "tm:confuseray", + "tm:darkpulse", + "tm:dazzlinggleam", + "tm:disarmingvoice", + "tm:drainingkiss", + "tm:endure", + "tm:energyball", + "tm:faketears", + "tm:gigaimpact", + "tm:helpinghand", + "tm:hex", + "tm:hyperbeam", + "tm:hypervoice", + "tm:icywind", + "tm:imprison", + "tm:magicalleaf", + "tm:mistyterrain", + "tm:nightshade", + "tm:painsplit", + "tm:phantomforce", + "tm:poltergeist", + "tm:powergem", + "tm:protect", + "tm:psybeam", + "tm:psyshock", + "tm:rest", + "tm:shadowball", + "tm:sleeptalk", + "tm:spite", + "tm:storedpower", + "tm:substitute", + "tm:sunnyday", + "tm:swift", + "tm:taunt", + "tm:terablast", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderwave", + "tm:trickroom" + ], + "labels": ["gen9", "paradox"], + "aspects": [], + "height": 14, + "weight": 40, + "evolutions": [], + "cannotDynamax": false, + "pokedex": ["cobblemon.species.fluttermane.desc"], + "drops": { + "amount": 4, + "entries": [ + { + "item": "minecraft:phantom_membrane", + "quantityRange": "0-3" + }, + { + "item": "cobblemon:fairy_feather" + } + ] + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/frigibax.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/frigibax.json new file mode 100644 index 0000000..9544851 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/frigibax.json @@ -0,0 +1,106 @@ +{ + "implemented": true, + "name": "Frigibax", + "nationalPokedexNumber": 996, + "primaryType": "dragon", + "secondaryType": "ice", + "abilities": ["thermalexchange", "h:icebody"], + "baseStats": { + "hp": 65, + "attack": 75, + "defence": 45, + "special_attack": 35, + "special_defence": 45, + "speed": 55 + }, + "catchRate": 45, + "maleRatio": 0.5, + "baseExperienceYield": 64, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 1, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 40, + "eggGroups": ["dragon", "mineral"], + "moves": [ + "1:dragontail", + "1:leer", + "1:tackle", + "6:icywind", + "12:dragonbreath", + "18:focusenergy", + "24:bite", + "29:icefang", + "32:dragonclaw", + "36:takedown", + "40:icebeam", + "44:crunch", + "48:iciclecrash", + "egg:aquatail", + "egg:dragonrush", + "egg:freezedry", + "egg:iciclespear", + "tm:avalanche", + "tm:blizzard", + "tm:bodyslam", + "tm:crunch", + "tm:dig", + "tm:dracometeor", + "tm:dragonclaw", + "tm:dragonpulse", + "tm:dragontail", + "tm:endure", + "tm:facade", + "tm:helpinghand", + "tm:icebeam", + "tm:icefang", + "tm:iciclespear", + "tm:icywind", + "tm:outrage", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:sleeptalk", + "tm:snowscape", + "tm:substitute", + "tm:swordsdance", + "tm:takedown", + "tm:terablast" + ], + "labels": ["gen9"], + "aspects": [], + "height": 5, + "weight": 170, + "evolutions": [ + { + "id": "frigibax_arctibax", + "variant": "level_up", + "result": "arctibax", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 35 + } + ] + } + ], + "cannotDynamax": false, + "pokedex": ["cobblemon.species.frigibax.desc"], + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:haban_berry", + "percentage": 2.5 + } + ] + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/greattusk.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/greattusk.json new file mode 100644 index 0000000..641779f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/greattusk.json @@ -0,0 +1,114 @@ +{ + "implemented": true, + "name": "Great Tusk", + "nationalPokedexNumber": 984, + "primaryType": "ground", + "secondaryType": "fighting", + "abilities": [ + "protosynthesis" + ], + "baseStats": { + "hp": 115, + "attack": 131, + "defence": 131, + "special_attack": 53, + "special_defence": 53, + "speed": 87 + }, + "catchRate": 30, + "maleRatio": -1, + "baseExperienceYield": 285, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 50, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:defensecurl", + "1:hornattack", + "1:rollout", + "1:sunnyday", + "7:bulldoze", + "14:taunt", + "21:rapidspin", + "28:brickbreak", + "35:stompingtantrum", + "42:knockoff", + "49:earthquake", + "56:gigaimpact", + "63:closecombat", + "70:endeavor", + "77:megahorn", + "84:headsmash", + "91:headlongrush", + "100:bodypress", + "100:bodyslam", + "100:brickbreak", + "100:bulkup", + "100:bulldoze", + "100:closecombat", + "100:dig", + "100:earthpower", + "100:earthquake", + "100:endure", + "100:facade", + "100:firefang", + "100:flashcannon", + "100:gigaimpact", + "100:heavyslam", + "100:hyperbeam", + "100:icefang", + "100:icespinner", + "100:ironhead", + "100:mudshot", + "100:mudslap", + "100:playrough", + "100:protect", + "100:psyshock", + "100:rest", + "100:reversal", + "100:rockslide", + "100:rocktomb", + "100:sandstorm", + "100:scaryface", + "100:sleeptalk", + "100:smartstrike", + "100:stealthrock", + "100:stompingtantrum", + "100:stoneedge", + "100:substitute", + "100:sunnyday", + "100:takedown", + "100:taunt", + "100:terablast", + "100:thunderfang", + "100:zenheadbutt", + "100:brickbreak", + "100:earthquake", + "100:gigaimpact", + "100:knockoff", + "100:rapidspin", + "100:stompingtantrum" + ], + "labels": [ + "gen9", + "paradox" + ], + "aspects": [], + "height": 22, + "weight": 3200, + "evolutions": [], + "cannotDynamax": false, + "pokedex": [ + "cobblemon.species.greattusk.desc" + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/greavard.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/greavard.json new file mode 100644 index 0000000..fd6d23e --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/greavard.json @@ -0,0 +1,139 @@ +{ + "implemented": "true", + "name": "Greavard", + "nationalPokedexNumber": 971, + "primaryType": "ghost", + "abilities": ["pickup", "h:fluffy"], + "baseStats": { + "hp": 50, + "attack": 61, + "defence": 60, + "special_attack": 30, + "special_defence": 55, + "speed": 34 + }, + "catchRate": 120, + "maleRatio": 0.5, + "baseExperienceYield": 58, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 1, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "medium_slow", + "eggCycles": 20, + "eggGroups": ["field"], + "moves": [ + "1:growl", + "1:tackle", + "3:lick", + "6:bite", + "6:tailwhip", + "9:roar", + "12:headbutt", + "16:dig", + "24:rest", + "28:crunch", + "32:playrough", + "37:helpinghand", + "41:phantomforce", + "46:charm", + "52:doubleedge", + "egg:allyswitch", + "egg:destinybond", + "egg:disable", + "egg:howl", + "egg:memento", + "egg:shadowsneak", + "egg:yawn", + "tm:bulldoze", + "tm:charm", + "tm:confuseray", + "tm:crunch", + "tm:dig", + "tm:doubleedge", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:firefang", + "tm:helpinghand", + "tm:hex", + "tm:icefang", + "tm:mudshot", + "tm:mudslap", + "tm:nightshade", + "tm:painsplit", + "tm:phantomforce", + "tm:playrough", + "tm:poltergeist", + "tm:protect", + "tm:psychicfangs", + "tm:raindance", + "tm:rest", + "tm:roar", + "tm:sandstorm", + "tm:scaryface", + "tm:shadowball", + "tm:sleeptalk", + "tm:snarl", + "tm:stompingtantrum", + "tm:substitute", + "tm:sunnyday", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunderfang", + "tm:trick", + "tm:uproar" + ], + "labels": ["gen9"], + "aspects": [], + "height": 6, + "weight": 350, + "evolutions": [ + { + "id": "greavard_houndstone", + "variant": "level_up", + "result": "houndstone", + "consumeHeldItem": false, + "learnableMoves": ["lastrespects"], + "requirements": [ + { + "variant": "level", + "minLevel": 30 + }, + { + "variant": "time_range", + "range": "night" + } + ] + } + ], + "cannotDynamax": false, + "pokedex": ["cobblemon.species.greavard.desc"], + "drops": { + "amount": 5, + "entries": [ + { + "item": "minecraft:bone", + "quantityRange": "1-2" + }, + { + "item": "minecraft:rotten_flesh", + "quantityRange": "0-1" + }, + { + "item": "minecraft:candle", + "percentage": 2.5 + }, + { + "item": "cobblemon:kasib_berry", + "percentage": 2.5 + } + ] + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/houndstone.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/houndstone.json new file mode 100644 index 0000000..84c2c31 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/houndstone.json @@ -0,0 +1,116 @@ +{ + "implemented": "true", + "name": "Houndstone", + "nationalPokedexNumber": 972, + "primaryType": "ghost", + "abilities": ["sandrush", "h:fluffy"], + "baseStats": { + "hp": 72, + "attack": 101, + "defence": 100, + "special_attack": 50, + "special_defence": 97, + "speed": 68 + }, + "catchRate": 60, + "maleRatio": 0.5, + "baseExperienceYield": 171, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 2, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "medium_slow", + "eggCycles": 20, + "eggGroups": ["field"], + "moves": [ + "1:growl", + "1:tackle", + "1:lastrespects", + "3:lick", + "6:bite", + "6:tailwhip", + "9:roar", + "12:headbutt", + "16:dig", + "24:rest", + "28:crunch", + "36:playrough", + "41:helpinghand", + "46:phantomforce", + "51:charm", + "58:doubleedge", + "tm:bodypress", + "tm:bulldoze", + "tm:charm", + "tm:confuseray", + "tm:crunch", + "tm:dig", + "tm:doubleedge", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:firefang", + "tm:gigaimpact", + "tm:helpinghand", + "tm:hex", + "tm:hyperbeam", + "tm:icefang", + "tm:mudshot", + "tm:mudslap", + "tm:nightshade", + "tm:painsplit", + "tm:phantomforce", + "tm:playrough", + "tm:poltergeist", + "tm:protect", + "tm:psychicfangs", + "tm:raindance", + "tm:rest", + "tm:roar", + "tm:sandstorm", + "tm:scaryface", + "tm:shadowball", + "tm:sleeptalk", + "tm:snarl", + "tm:stompingtantrum", + "tm:substitute", + "tm:sunnyday", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunderfang", + "tm:trick", + "tm:uproar", + "tm:willowisp" + ], + "labels": ["gen9"], + "aspects": [], + "height": 20, + "weight": 150, + "preEvolution": "greavard", + "evolutions": [], + "cannotDynamax": false, + "pokedex": ["cobblemon.species.houndstone.desc"], + "drops": { + "amount": 6, + "entries": [ + { + "item": "minecraft:bone", + "quantityRange": "1-3" + }, + { + "item": "minecraft:rotten_flesh", + "quantityRange": "0-2" + }, + { + "item": "cobblemon:kasib_berry", + "percentage": 5.0 + } + ] + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/hydrapple.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/hydrapple.json new file mode 100644 index 0000000..715dc18 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/hydrapple.json @@ -0,0 +1,110 @@ +{ + "implemented": true, + "name": "Hydrapple", + "nationalPokedexNumber": 1019, + "primaryType": "grass", + "secondaryType": "dragon", + "abilities": [ + "supersweetsyrup", + "regenerator", + "h:stickyhold" + ], + "baseStats": { + "hp": 106, + "attack": 80, + "defence": 110, + "special_attack": 120, + "special_defence": 80, + "speed": 44 + }, + "catchRate": 10, + "maleRatio": 0.5, + "baseExperienceYield": 0, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 3, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "erratic", + "eggCycles": 20, + "eggGroups": [ + "grass", + "dragon" + ], + "moves": [ + "1:astonish", + "1:doublehit", + "1:infestation", + "1:recycle", + "1:sweetscent", + "1:withdraw", + "1:yawn", + "4:dragontail", + "8:growth", + "12:dragonbreath", + "16:protect", + "20:bulletseed", + "28:syrupbomb", + "32:dragonpulse", + "36:recover", + "40:energyball", + "44:substitute", + "54:powerwhip", + "tm:bodypress", + "tm:bodyslam", + "tm:breakingswipe", + "tm:bugbite", + "tm:bulletseed", + "tm:curse", + "tm:doubleedge", + "tm:dracometeor", + "tm:dragoncheer", + "tm:dragonpulse", + "tm:dragontail", + "tm:earthpower", + "tm:earthquake", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:gigadrain", + "tm:gigaimpact", + "tm:grassknot", + "tm:grassyglide", + "tm:grassyterrain", + "tm:gyroball", + "tm:heavyslam", + "tm:hydropump", + "tm:hyperbeam", + "tm:leafstorm", + "tm:magicalleaf", + "tm:nastyplot", + "tm:outrage", + "tm:pollenpuff", + "tm:pounce", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:seedbomb", + "tm:sleeptalk", + "tm:solarbeam", + "tm:substitute", + "tm:sunnyday", + "tm:takedown", + "tm:terablast", + "tm:uproar" + ], + "labels": [ + "gen9" + ], + "aspects": [], + "height": 18, + "weight": 930, + "preEvolution": "dipplin", + "evolutions": [], + "cannotDynamax": false + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/ironbundle.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/ironbundle.json new file mode 100644 index 0000000..da486c8 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/ironbundle.json @@ -0,0 +1,91 @@ +{ + "implemented": "true", + "name": "Iron Bundle", + "nationalPokedexNumber": 991, + "primaryType": "ice", + "secondaryType": "water", + "abilities": ["quarkdrive"], + "baseStats": { + "hp": 56, + "attack": 80, + "defence": 114, + "special_attack": 124, + "special_defence": 60, + "speed": 136 + }, + "catchRate": 50, + "maleRatio": -1, + "baseExperienceYield": 285, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 3 + }, + "experienceGroup": "slow", + "eggCycles": 50, + "eggGroups": ["undiscovered"], + "moves": [ + "1:electricterrain", + "1:present", + "7:powdersnow", + "14:whirlpool", + "21:takedown", + "28:drillpeck", + "35:helpinghand", + "42:freezedry", + "49:flipturn", + "56:icebeam", + "63:agility", + "70:snowscape", + "77:hydropump", + "84:auroraveil", + "91:blizzard", + "tm:acrobatics", + "tm:agility", + "tm:aircutter", + "tm:avalanche", + "tm:blizzard", + "tm:bodyslam", + "tm:chillingwater", + "tm:electricterrain", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:fling", + "tm:flipturn", + "tm:gigaimpact", + "tm:helpinghand", + "tm:hydropump", + "tm:hyperbeam", + "tm:icebeam", + "tm:icepunch", + "tm:icespinner", + "tm:icywind", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:sleeptalk", + "tm:snowscape", + "tm:substitute", + "tm:swift", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thief", + "tm:uturn", + "tm:waterpulse", + "tm:whirlpool" + ], + "labels": ["gen9", "paradox"], + "aspects": [], + "height": 6, + "weight": 110, + "evolutions": [], + "cannotDynamax": false, + "pokedex": ["cobblemon.species.ironbundle.desc"] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/ironmoth.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/ironmoth.json new file mode 100644 index 0000000..db8b51b --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/ironmoth.json @@ -0,0 +1,103 @@ +{ + "implemented": "true", + "name": "Iron Moth", + "nationalPokedexNumber": 994, + "primaryType": "fire", + "secondaryType": "poison", + "abilities": ["quarkdrive"], + "baseStats": { + "hp": 80, + "attack": 70, + "defence": 60, + "special_attack": 140, + "special_defence": 110, + "speed": 110 + }, + "catchRate": 30, + "maleRatio": -1, + "baseExperienceYield": 285, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 3, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 50, + "eggGroups": ["undiscovered"], + "moves": [ + "1:acidspray", + "1:electricterrain", + "1:ember", + "1:gust", + "1:whirlwind", + "7:strugglebug", + "14:firespin", + "21:takedown", + "28:lunge", + "35:screech", + "42:discharge", + "49:sludgewave", + "56:fierydance", + "63:metalsound", + "70:morningsun", + "77:hurricane", + "84:bugbuzz", + "91:overheat", + "tm:acidspray", + "tm:acrobatics", + "tm:agility", + "tm:airslash", + "tm:bugbuzz", + "tm:chargebeam", + "tm:confuseray", + "tm:dazzlinggleam", + "tm:electricterrain", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:fireblast", + "tm:firespin", + "tm:flamecharge", + "tm:flamethrower", + "tm:flareblitz", + "tm:flashcannon", + "tm:gigaimpact", + "tm:heatwave", + "tm:helpinghand", + "tm:hurricane", + "tm:hyperbeam", + "tm:lightscreen", + "tm:lunge", + "tm:metalsound", + "tm:meteorbeam", + "tm:overheat", + "tm:pounce", + "tm:protect", + "tm:psychic", + "tm:rest", + "tm:sleeptalk", + "tm:sludgewave", + "tm:solarbeam", + "tm:strugglebug", + "tm:substitute", + "tm:sunnyday", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:toxic", + "tm:toxicspikes", + "tm:uturn", + "tm:venoshock" + ], + "labels": ["gen9", "paradox"], + "aspects": [], + "height": 12, + "weight": 360, + "evolutions": [], + "cannotDynamax": false, + "pokedex": ["cobblemon.species.ironmoth.desc"] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/ironthorns.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/ironthorns.json new file mode 100644 index 0000000..749045c --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/ironthorns.json @@ -0,0 +1,130 @@ +{ + "implemented": "true", + "name": "Iron Thorns", + "nationalPokedexNumber": 995, + "primaryType": "rock", + "secondaryType": "electric", + "abilities": ["quarkdrive"], + "baseStats": { + "hp": 100, + "attack": 134, + "defence": 110, + "special_attack": 70, + "special_defence": 84, + "speed": 72 + }, + "catchRate": 30, + "maleRatio": -1, + "baseExperienceYield": 285, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 50, + "eggGroups": ["undiscovered"], + "moves": [ + "1:electricterrain", + "1:firefang", + "1:icefang", + "1:irondefense", + "1:rockthrow", + "1:thunderfang", + "7:screech", + "21:rocktomb", + "28:bite", + "35:charge", + "42:rockslide", + "49:sandstorm", + "56:wildcharge", + "63:pinmissile", + "70:earthquake", + "77:stealthrock", + "84:stoneedge", + "91:gigaimpact", + "tm:blizzard", + "tm:bodypress", + "tm:bodyslam", + "tm:breakingswipe", + "tm:brickbreak", + "tm:bulldoze", + "tm:charge", + "tm:chargebeam", + "tm:crunch", + "tm:curse", + "tm:dig", + "tm:doubleedge", + "tm:dragonclaw", + "tm:dragondance", + "tm:dragontail", + "tm:earthpower", + "tm:earthquake", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:endure", + "tm:facade", + "tm:fireblast", + "tm:firefang", + "tm:firepunch", + "tm:flamethrower", + "tm:fling", + "tm:focusblast", + "tm:gigaimpact", + "tm:heavyslam", + "tm:highhorsepower", + "tm:hyperbeam", + "tm:icebeam", + "tm:icefang", + "tm:icepunch", + "tm:irondefense", + "tm:ironhead", + "tm:lowkick", + "tm:metalclaw", + "tm:meteorbeam", + "tm:powergem", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:rockblast", + "tm:rockslide", + "tm:rocktomb", + "tm:sandstorm", + "tm:sandtomb", + "tm:scaryface", + "tm:sleeptalk", + "tm:smackdown", + "tm:snarl", + "tm:spikes", + "tm:stealthrock", + "tm:stompingtantrum", + "tm:stoneedge", + "tm:substitute", + "tm:sunnyday", + "tm:supercellslam", + "tm:swordsdance", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderfang", + "tm:thunderpunch", + "tm:thunderwave", + "tm:voltswitch", + "tm:wildcharge" + ], + "labels": ["gen9", "paradox"], + "aspects": [], + "height": 16, + "weight": 3030, + "evolutions": [], + "cannotDynamax": false, + "pokedex": ["cobblemon.species.ironthorns.desc"] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/ironvaliant.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/ironvaliant.json new file mode 100644 index 0000000..3362157 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/ironvaliant.json @@ -0,0 +1,125 @@ +{ + "implemented": "true", + "name": "Iron Valiant", + "nationalPokedexNumber": 1006, + "primaryType": "fairy", + "secondaryType": "fighting", + "abilities": ["quarkdrive"], + "baseStats": { + "hp": 74, + "attack": 130, + "defence": 90, + "special_attack": 120, + "special_defence": 60, + "speed": 116 + }, + "catchRate": 10, + "maleRatio": -1, + "baseExperienceYield": 295, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 50, + "eggGroups": ["undiscovered"], + "moves": [ + "1:disable", + "1:doubleteam", + "1:electricterrain", + "1:furycutter", + "1:shadowsneak", + "7:hypnosis", + "14:feint", + "21:futuresight", + "28:dazzlinggleam", + "35:psychocut", + "42:nightslash", + "49:leafblade", + "56:moonblast", + "63:closecombat", + "70:knockoff", + "77:destinybond", + "84:quickguard", + "84:wideguard", + "91:spiritbreak", + "tm:aerialace", + "tm:agility", + "tm:aurasphere", + "tm:brickbreak", + "tm:calmmind", + "tm:chargebeam", + "tm:closecombat", + "tm:coaching", + "tm:confuseray", + "tm:dazzlinggleam", + "tm:drainpunch", + "tm:electricterrain", + "tm:encore", + "tm:endure", + "tm:energyball", + "tm:expandingforce", + "tm:falseswipe", + "tm:firepunch", + "tm:fling", + "tm:focusblast", + "tm:futuresight", + "tm:gigaimpact", + "tm:grassknot", + "tm:helpinghand", + "tm:hex", + "tm:hyperbeam", + "tm:hypervoice", + "tm:icepunch", + "tm:icywind", + "tm:imprison", + "tm:knockoff", + "tm:lightscreen", + "tm:liquidation", + "tm:lowkick", + "tm:magicalleaf", + "tm:metronome", + "tm:mistyterrain", + "tm:poisonjab", + "tm:protect", + "tm:psybeam", + "tm:psychic", + "tm:psychicterrain", + "tm:psychup", + "tm:psyshock", + "tm:reflect", + "tm:rest", + "tm:reversal", + "tm:shadowball", + "tm:shadowclaw", + "tm:skillswap", + "tm:sleeptalk", + "tm:storedpower", + "tm:substitute", + "tm:swift", + "tm:swordsdance", + "tm:taunt", + "tm:terablast", + "tm:throatchop", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:trick", + "tm:trickroom", + "tm:vacuumwave", + "tm:xscissor", + "tm:zenheadbutt" + ], + "labels": ["gen9", "paradox"], + "aspects": [], + "height": 14, + "weight": 350, + "evolutions": [], + "cannotDynamax": false, + "pokedex": ["cobblemon.species.ironvaliant.desc"] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/kilowattrel.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/kilowattrel.json new file mode 100644 index 0000000..546dd5a --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/kilowattrel.json @@ -0,0 +1,125 @@ +{ + "implemented": true, + "name": "Kilowattrel", + "nationalPokedexNumber": 941, + "primaryType": "electric", + "secondaryType": "flying", + "abilities": [ + "windpower", + "voltabsorb", + "h:competitive" + ], + "baseStats": { + "hp": 70, + "attack": 70, + "defence": 60, + "special_attack": 105, + "special_defence": 60, + "speed": 125 + }, + "catchRate": 90, + "maleRatio": 0.5, + "baseExperienceYield": 172, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_slow", + "eggCycles": 20, + "eggGroups": [ + "water_1", + "flying" + ], + "moves": [ + "1:growl", + "1:peck", + "1:electroball", + "4:thundershock", + "7:quickattack", + "11:pluck", + "15:spark", + "19:uproar", + "24:roost", + "30:dualwingbeat", + "36:agility", + "43:voltswitch", + "48:discharge", + "55:hurricane", + "tm:acrobatics", + "tm:aerialace", + "tm:agility", + "tm:aircutter", + "tm:airslash", + "tm:bravebird", + "tm:charge", + "tm:chargebeam", + "tm:dualwingbeat", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:featherdance", + "tm:fly", + "tm:gigaimpact", + "tm:hurricane", + "tm:hyperbeam", + "tm:protect", + "tm:rest", + "tm:scaryface", + "tm:sleeptalk", + "tm:substitute", + "tm:supercellslam", + "tm:swift", + "tm:tailwind", + "tm:takedown", + "tm:terablast", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderwave", + "tm:uproar", + "tm:uturn", + "tm:voltswitch", + "tm:weatherball", + "tm:wildcharge" + ], + "labels": [ + "gen9" + ], + "aspects": [], + "height": 14, + "weight": 386, + "preEvolution": "wattrel", + "evolutions": [], + "cannotDynamax": false, + "pokedex": [ + "cobblemon.species.kilowattrel.desc" + ], + "drops": { + "amount": 5, + "entries": [ + { + "item": "minecraft:feather", + "quantityRange": "0-2" + }, + { + "item": "minecraft:chicken" + }, + { + "item": "cobblemon:sharp_beak", + "percentage": 2.5 + }, + { + "item": "cobblemon:razz_berry", + "percentage": 5.0 + } + ] + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/kingambit.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/kingambit.json new file mode 100644 index 0000000..82787a0 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/kingambit.json @@ -0,0 +1,129 @@ +{ + "implemented": true, + "name": "Kingambit", + "nationalPokedexNumber": 983, + "primaryType": "dark", + "secondaryType": "steel", + "abilities": [ + "defiant", + "supremeoverlord", + "h:pressure" + ], + "baseStats": { + "hp": 100, + "attack": 135, + "defence": 120, + "special_attack": 60, + "special_defence": 85, + "speed": 50 + }, + "catchRate": 25, + "maleRatio": 0.5, + "baseExperienceYield": 275, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": [ + "human_like" + ], + "moves": [ + "1:furycutter", + "1:leer", + "1:metalburst", + "1:metalclaw", + "1:scratch", + "1:kowtowcleave", + "15:torment", + "20:scaryface", + "25:assurance", + "30:metalsound", + "35:slash", + "40:nightslash", + "45:irondefense", + "50:retaliate", + "57:ironhead", + "64:swordsdance", + "71:guillotine", + "tm:aerialace", + "tm:airslash", + "tm:brickbreak", + "tm:darkpulse", + "tm:dig", + "tm:endure", + "tm:facade", + "tm:falseswipe", + "tm:flashcannon", + "tm:fling", + "tm:focusblast", + "tm:foulplay", + "tm:gigaimpact", + "tm:grassknot", + "tm:hyperbeam", + "tm:irondefense", + "tm:ironhead", + "tm:lashout", + "tm:lowkick", + "tm:lowsweep", + "tm:metalclaw", + "tm:metalsound", + "tm:poisonjab", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:reversal", + "tm:rocktomb", + "tm:sandstorm", + "tm:scaryface", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:snarl", + "tm:spite", + "tm:stealthrock", + "tm:steelbeam", + "tm:stoneedge", + "tm:substitute", + "tm:swordsdance", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thief", + "tm:throatchop", + "tm:thunderwave", + "tm:xscissor", + "tm:zenheadbutt" + ], + "labels": [ + "gen9" + ], + "aspects": [], + "height": 20, + "weight": 1200, + "preEvolution": "bisharp", + "evolutions": [], + "cannotDynamax": false, + "pokedex": [ + "cobblemon.species.kingambit.desc" + ], + "drops": { + "amount": 2, + "entries": [ + { + "item": "cobblemon:rocky_helmet", + "percentage": 5.0 + }, + { + "item": "cobblemon:cheri_berry", + "percentage": 5.0 + } + ] + } + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/lokix.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/lokix.json new file mode 100644 index 0000000..e6da586 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/lokix.json @@ -0,0 +1,114 @@ +{ + "implemented": true, + "name": "lokix", + "nationalPokedexNumber": 920, + "primaryType": "bug", + "secondaryType": "dark", + + "abilities": ["swarm", "h:tintedlens"], + "baseStats": { + "hp": 71, + "attack": 102, + "defence": 78, + "special_attack": 52, + "special_defence": 55, + "speed": 92 + }, + "behaviour": { + "resting": { + "canSleep": false + }, + "moving": { + "canLook": false, + "walk": { + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": true, + "canBreatheUnderwater": false + }, + "wanderChance": 1 + } + }, + "catchRate": 30, + "maleRatio": 0.5, + "shoulderMountable": false, + + "baseExperienceYield": 158, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": ["bug"], + + "moves": [ + "1:detect", + "1:leer", + "1:tackle", + "4:strugglebug", + "6:astonish", + "9:assurance", + "11:doublekick", + "14:screech", + "18:endure", + "22:bugbite", + "28:feint", + "32:agility", + "36:throatchop", + "40:suckerpunch", + "44:firstimpression", + "48:bounce", + "53:axekick", + "1:lunge", + "egg:skittersmack", + "egg:counter", + "tm:takedown", + "tm:agility", + "tm:scaryface", + "tm:protect", + "tm:lowkick", + "tm:strugglebug", + "tm:thief", + "tm:trailblaze", + "tm:pounce", + "tm:facade", + "tm:aerialace", + "tm:lowsweep", + "tm:fling", + "tm:endure", + "tm:sunnyday", + "tm:raindance", + "tm:brickbreak", + "tm:uturn", + "tm:sleeptalk", + "tm:rest", + "tm:taunt", + "tm:swordsdance", + "tm:darkpulse", + "tm:xscissor", + "tm:reversal", + "tm:gigaimpact", + "tm:bugbuzz", + "tm:terablast" + ], + "labels": ["custom"], + "pokedex": ["cobblemon.species.lokix.desc1", "cobblemon.species.lokix.desc2"], + + "baseScale": 0.65, + "hitbox": { + "width": 0.7, + "height": 2.7, + "fixed": false + }, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 2, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 6, + "weight": 1.8 +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/nymble.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/nymble.json new file mode 100644 index 0000000..126baff --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/nymble.json @@ -0,0 +1,119 @@ +{ + "implemented": true, + "name": "nymble", + "nationalPokedexNumber": 919, + "primaryType": "bug", + + "evolutions": [ + { + "id": "nymble_lokix_level", + "variant": "level_up", + "result": "lokix", + "requirements": [ + { + "variant": "level", + "minLevel": 24 + } + ] + } + ], + + "abilities": ["swarm", "h:tintedlens"], + "baseStats": { + "hp": 33, + "attack": 46, + "defence": 40, + "special_attack": 21, + "special_defence": 25, + "speed": 45 + }, + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "times": "night", + "light": "0-7" + }, + "moving": { + "canLook": true, + "walk": { + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": true, + "canBreatheUnderwater": false + }, + "wanderChance": 1 + } + }, + "catchRate": 190, + "maleRatio": 0.5, + "shoulderMountable": false, + + "baseExperienceYield": 42, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": ["bug"], + + "moves": [ + "1:tackle", + "1:leer", + "4:strugglebug", + "6:antonish", + "9:assurance", + "11:doublekick", + "14:screech", + "18:endure", + "22:bugbite", + "26:feint", + "30:agility", + "38:suckerpunch", + "41:firstimpression", + "egg:counter", + "egg:skittersmack", + "tm:takedown", + "tm:agility", + "tm:protect", + "tm:strugglebug", + "tm:thief", + "tm:trailblaze", + "tm:pounce", + "tm:facade", + "tm:endure", + "tm:sunnyday", + "tm:raindance", + "tm:uturn", + "tm:sleeptalk", + "tm:rest", + "tm:leechlife", + "tm:substitute", + "tm:xscissor", + "tm:bugbuzz", + "tm:terablast" + ], + "labels": ["custom"], + "pokedex": [ + "cobblemon.species.nymble.desc1", + "cobblemon.species.nymble.desc2" + ], + + "baseScale": 0.6, + "hitbox": { + "width": 0.4, + "height": 0.5, + "fixed": false + }, + "baseFriendship": 20, + "evYield": { + "hp": 0, + "attack": 1, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 6, + "weight": 1.8 +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/ogerpon.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/ogerpon.json new file mode 100644 index 0000000..8ecf8be --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/ogerpon.json @@ -0,0 +1,451 @@ +{ + "implemented": true, + "name": "Ogerpon", + "nationalPokedexNumber": 1017, + "primaryType": "grass", + "abilities": [ + "defiant" + ], + "drops": { + "amount": 4, + "entries": [ + { + "item": "cobblemon:rare_candy", + "quantityRange": "5-10" + }, + { + "item": "cobblemon:miracle_seed", + "percentage": 50.0 + }, + { + "item": "cobblemon:ability_capsule", + "percentage": 25.0 + }, + { + "item": "cobblemon:ability_patch", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 80, + "attack": 120, + "defence": 84, + "special_attack": 60, + "special_defence": 96, + "speed": 110 + }, + "catchRate": 5, + "maleRatio": 0, + "baseExperienceYield": 0, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 50, + "eggGroups": [ + "undiscovered" + ], + "features": [ + "teal", + "cornerstone", + "hearthflame", + "wellspring" + ], + "moves": [ + "1:counter", + "1:doublekick", + "1:followme", + "1:hornleech", + "1:leechseed", + "1:quickattack", + "1:retaliate", + "1:vinewhip", + "6:focusenergy", + "12:growth", + "18:slam", + "24:lowsweep", + "30:ivycudgel", + "36:throatchop", + "42:synthesis", + "48:spikyshield", + "54:powerwhip", + "60:superpower", + "66:woodhammer", + "tm:brickbreak", + "tm:bulletseed", + "tm:charm", + "tm:encore", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:falseswipe", + "tm:fling", + "tm:gigadrain", + "tm:gigaimpact", + "tm:grassknot", + "tm:grassyglide", + "tm:grassyterrain", + "tm:helpinghand", + "tm:knockoff", + "tm:lashout", + "tm:leafstorm", + "tm:lowkick", + "tm:lowsweep", + "tm:magicalleaf", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:reversal", + "tm:rocktomb", + "tm:sandstorm", + "tm:scaryface", + "tm:seedbomb", + "tm:sleeptalk", + "tm:solarbeam", + "tm:solarblade", + "tm:spikes", + "tm:stompingtantrum", + "tm:substitute", + "tm:sunnyday", + "tm:swordsdance", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:throatchop", + "tm:trailblaze", + "tm:uturn", + "tm:zenheadbutt" + ], + "labels": [ + "gen9" + ], + "aspects": [], + "height": 12, + "weight": 398, + "baseScale": 0.6, + "hitbox": { + "width": 1.0, + "height": 1.0, + "fixed": false + }, + "evolutions": [ + { + "id": "ogerpon_ogerponteal", + "variant": "level_up", + "result": "ogerpon teal=true", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "held_item", + "itemCondition": "minecraft:cyan_dye" + } + ] +}, +{ + "id": "ogerpon_ogerponwellspring", + "variant": "level_up", + "result": "ogerpon wellspring=true", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "held_item", + "itemCondition": "minecraft:blue_dye" + } + ] + }, +{ + "id": "ogerpon_ogerponhearthflame", + "variant": "level_up", + "result": "ogerpon hearthflame=true", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "held_item", + "itemCondition": "minecraft:red_dye" + } + ] + }, +{ + "id": "ogerpon_ogerponcornerstone", + "variant": "level_up", + "result": "ogerpon cornerstone=true", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "held_item", + "itemCondition": "minecraft:gray_dye" + } + ] +} +], + "cannotDynamax": false, + "pokedex": [ + "cobblemon.species.ogerpon.desc" + ], + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "canLook": false, + "walk": { + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": true, + "canBreatheUnderwater": false + } + } + }, + + "forms": [ + { + "name": "Wellspring", + "primaryType": "grass", + "secondaryType": "water", + "abilities": [ + "waterabsorb" + ], + "baseStats": { + "hp": 80, + "attack": 120, + "defence": 84, + "special_attack": 60, + "special_defence": 96, + "speed": 110 + }, + "catchRate": 5, + "maleRatio": 0, + "baseExperienceYield": 0, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 50, + "eggGroups": [ + "undiscovered" + ], + "labels": [ + "gen9" + ], + "aspects": [ + "wellspring" + ], + "height": 12, + "weight": 398, + "evolutions": [ + { + "id": "ogerponwellspring_ogerpon", + "variant": "level_up", + "result": "ogerpon wellspring=false", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "held_item", + "itemCondition": "minecraft:blue_dye" + } + ] + } + ], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Hearthflame", + "primaryType": "grass", + "secondaryType": "fire", + "abilities": [ + "moldbreaker" + ], + "baseStats": { + "hp": 80, + "attack": 120, + "defence": 84, + "special_attack": 60, + "special_defence": 96, + "speed": 110 + }, + "catchRate": 5, + "maleRatio": 0, + "baseExperienceYield": 0, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 50, + "eggGroups": [ + "undiscovered" + ], + "labels": [ + "gen9" + ], + "aspects": [ + "hearthflame" + ], + "height": 12, + "weight": 398, + "evolutions": [ + { + "id": "ogerponhearthflame_ogerpon", + "variant": "level_up", + "result": "ogerpon hearthflame=false", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "held_item", + "itemCondition": "minecraft:red_dye" + } + ] + } + ], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Cornerstone", + "primaryType": "grass", + "secondaryType": "rock", + "abilities": [ + "sturdy" + ], + "baseStats": { + "hp": 80, + "attack": 120, + "defence": 84, + "special_attack": 60, + "special_defence": 96, + "speed": 110 + }, + "catchRate": 5, + "maleRatio": 0, + "baseExperienceYield": 0, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 50, + "eggGroups": [ + "undiscovered" + ], + "labels": [ + "gen9" + ], + "aspects": [ + "cornerstone" + ], + "height": 12, + "weight": 398, + "evolutions": [ + { + "id": "ogerponcornerstone_ogerpon", + "variant": "level_up", + "result": "ogerpon cornerstone=false", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "held_item", + "itemCondition": "minecraft:gray_dye" + } + ] + } + ], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Teal", + "primaryType": "grass", + "abilities": [ + "defiant" + ], + "baseStats": { + "hp": 80, + "attack": 120, + "defence": 84, + "special_attack": 60, + "special_defence": 96, + "speed": 110 + }, + "catchRate": 5, + "maleRatio": 0, + "baseExperienceYield": 0, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 50, + "eggGroups": [ + "undiscovered" + ], + "labels": [ + "gen9" + ], + "aspects": [ + "teal" + ], + "height": 12, + "weight": 398, + "evolutions": [ + { + "id": "ogerponteal_ogerpon", + "variant": "level_up", + "result": "ogerpon teal=false", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "held_item", + "itemCondition": "minecraft:cyan_dye" + } + ] + } + ], + "cannotDynamax": false, + "battleOnly": false + } + ] + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/orthworm.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/orthworm.json new file mode 100644 index 0000000..611f6a3 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/orthworm.json @@ -0,0 +1,115 @@ +{ + "implemented": true, + "name": "Orthworm", + "nationalPokedexNumber": 968, + "primaryType": "steel", + "abilities": [ + "eartheater", + "h:sandveil" + ], + "baseStats": { + "hp": 70, + "attack": 85, + "defence": 145, + "special_attack": 60, + "special_defence": 55, + "speed": 65 + }, + "catchRate": 25, + "maleRatio": 0.5, + "baseExperienceYield": 240, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 2, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 35, + "eggGroups": [ + "field" + ], + "moves": [ + "1:harden", + "1:tackle", + "1:wrap", + "7:mudslap", + "12:smackdown", + "16:bulldoze", + "21:ironhead", + "26:takedown", + "30:dig", + "34:sandstorm", + "38:irondefense", + "43:irontail", + "47:earthquake", + "52:shedtail", + "egg:coil", + "egg:curse", + "egg:metalburst", + "tm:bodypress", + "tm:bodyslam", + "tm:bulldoze", + "tm:curse", + "tm:dig", + "tm:doubleedge", + "tm:earthpower", + "tm:earthquake", + "tm:endure", + "tm:facade", + "tm:flashcannon", + "tm:gigaimpact", + "tm:heavyslam", + "tm:helpinghand", + "tm:highhorsepower", + "tm:hyperbeam", + "tm:irondefense", + "tm:ironhead", + "tm:metalsound", + "tm:mudshot", + "tm:mudslap", + "tm:protect", + "tm:rest", + "tm:rockblast", + "tm:rockslide", + "tm:rocktomb", + "tm:sandstorm", + "tm:sandtomb", + "tm:sleeptalk", + "tm:smackdown", + "tm:spikes", + "tm:stealthrock", + "tm:steelbeam", + "tm:stompingtantrum", + "tm:substitute", + "tm:takedown", + "tm:terablast" + ], + "labels": [ + "gen9" + ], + "aspects": [], + "height": 25, + "weight": 3100, + "evolutions": [], + "cannotDynamax": false, + "pokedex": [ + "cobblemon.species.orthworm.desc" + ], + "drops": { + "amount": 3, + "entries": [ + { + "item": "minecraft:iron_nugget", + "quantityRange": "0-2" + }, + { + "item": "cobblemon:shuca_berry", + "percentage": 5.0 + } + ] + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/palafin.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/palafin.json new file mode 100644 index 0000000..43a925e --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/palafin.json @@ -0,0 +1,184 @@ +{ + "implemented": true, + "name": "Palafin", + "nationalPokedexNumber": 964, + "primaryType": "water", + "abilities": [ + "zerotohero" + ], + "baseStats": { + "hp": 100, + "attack": 70, + "defence": 72, + "special_attack": 53, + "special_defence": 62, + "speed": 100 + }, + "catchRate": 45, + "maleRatio": 0.5, + "baseExperienceYield": 160, + "baseFriendship": 50, + "evYield": { + "hp": 2, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 40, + "eggGroups": [ + "field", + "water_2" + ], + "moves": [ + "1:jetpunch", + "1:supersonic", + "1:watergun", + "1:flipturn", + "7:astonish", + "10:focusenergy", + "13:aquajet", + "17:doublehit", + "21:dive", + "25:charm", + "29:acrobatics", + "34:encore", + "39:aquatail", + "44:mist", + "50:hydropump", + "55:focuspunch", + "61:wavecrash", + "tm:acrobatics", + "tm:agility", + "tm:aurasphere", + "tm:blizzard", + "tm:bodyslam", + "tm:bulkup", + "tm:charm", + "tm:chillingwater", + "tm:closecombat", + "tm:disarmingvoice", + "tm:drainingkiss", + "tm:drainpunch", + "tm:encore", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:fling", + "tm:flipturn", + "tm:focusblast", + "tm:focuspunch", + "tm:gigaimpact", + "tm:grassknot", + "tm:hardpress", + "tm:haze", + "tm:helpinghand", + "tm:hydropump", + "tm:hyperbeam", + "tm:hypervoice", + "tm:icebeam", + "tm:icepunch", + "tm:icywind", + "tm:ironhead", + "tm:liquidation", + "tm:outrage", + "tm:protect", + "tm:psychup", + "tm:raindance", + "tm:rest", + "tm:reversal", + "tm:sleeptalk", + "tm:substitute", + "tm:surf", + "tm:swift", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:throatchop", + "tm:waterfall", + "tm:waterpulse", + "tm:whirlpool", + "tm:zenheadbutt" + ], + "baseScale": 1, + "hitbox": { + "width": 1.25, + "height": 1, + "fixed": false + }, + "labels": [ + "gen9" + ], + "aspects": [], + "height": 13, + "weight": 602, + "preEvolution": "finizen", + "evolutions": [], + "cannotDynamax": false, + "forms": [ + { + "name": "Hero", + "primaryType": "water", + "abilities": [ + "zerotohero" + ], + "baseStats": { + "hp": 100, + "attack": 160, + "defence": 97, + "special_attack": 106, + "special_defence": 87, + "speed": 100 + }, + "catchRate": 45, + "maleRatio": 0.5, + "baseExperienceYield": 160, + "baseFriendship": 50, + "evYield": { + "hp": 2, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 40, + "eggGroups": [ + "field", + "water_2" + ], + "baseScale": 0.85, + "hitbox": { + "width": 1.2, + "height": 2.5, + "fixed": false + }, + "labels": [ + "gen9" + ], + "aspects": [ + "hero" + ], + "height": 18, + "weight": 974, + "cannotDynamax": false, + "battleOnly": true + } + ], + "pokedex": [ + "cobblemon.species.palafin.desc" + ], + "drops": { + "amount": 2, + "entries": [ + { + "item": "minecraft:cod", + "quantityRange": "0-2" + } + ] + } + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/pawmi.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/pawmi.json new file mode 100644 index 0000000..4401114 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/pawmi.json @@ -0,0 +1,116 @@ +{ + "implemented": true, + "name": "Pawmi", + "nationalPokedexNumber": 921, + "primaryType": "electric", + "abilities": ["static", "naturalcure", "h:ironfist"], + "baseStats": { + "hp": 45, + "attack": 50, + "defence": 20, + "special_attack": 40, + "special_defence": 25, + "speed": 60 + }, + "catchRate": 190, + "maleRatio": 0.5, + "baseExperienceYield": 48, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 1 + }, + "experienceGroup": "medium_fast", + "eggCycles": 15, + "eggGroups": ["field"], + "moves": [ + "1:growl", + "1:scratch", + "3:thundershock", + "6:quickattack", + "8:charge", + "12:nuzzle", + "15:dig", + "19:bite", + "23:spark", + "27:thunderwave", + "31:entrainment", + "35:slam", + "38:discharge", + "40:agility", + "44:wildcharge", + "egg:fakeout", + "egg:machpunch", + "egg:sweetkiss", + "egg:wish", + "tm:agility", + "tm:batonpass", + "tm:charge", + "tm:chargebeam", + "tm:charm", + "tm:crunch", + "tm:dig", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:fling", + "tm:helpinghand", + "tm:metalclaw", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:sleeptalk", + "tm:substitute", + "tm:sunnyday", + "tm:superfang", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderfang", + "tm:thunderwave", + "tm:voltswitch", + "tm:wildcharge" + ], + "labels": ["gen9"], + "aspects": [], + "height": 3, + "weight": 25, + "evolutions": [ + { + "id": "pawmi_pawmo", + "variant": "level_up", + "result": "pawmo", + "consumeHeldItem": false, + "learnableMoves": ["armthrust"], + "requirements": [ + { + "variant": "level", + "minLevel": 18 + } + ] + } + ], + "cannotDynamax": false, + "pokedex": ["cobblemon.species.pawmi.desc"], + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:cheri_berry", + "percentage": 2.5 + } + ] + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/pawmo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/pawmo.json new file mode 100644 index 0000000..03e2ed9 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/pawmo.json @@ -0,0 +1,122 @@ +{ + "implemented": true, + "name": "Pawmo", + "nationalPokedexNumber": 922, + "primaryType": "electric", + "secondaryType": "fighting", + "abilities": ["voltabsorb", "naturalcure", "h:ironfist"], + "baseStats": { + "hp": 60, + "attack": 75, + "defence": 40, + "special_attack": 50, + "special_defence": 40, + "speed": 85 + }, + "catchRate": 80, + "maleRatio": 0.5, + "baseExperienceYield": 123, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 15, + "eggGroups": ["field"], + "moves": [ + "1:growl", + "1:scratch", + "1:armthrust", + "3:thundershock", + "6:quickattack", + "8:charge", + "12:nuzzle", + "15:dig", + "19:bite", + "23:spark", + "27:thunderwave", + "32:slam", + "38:entrainment", + "42:discharge", + "46:agility", + "52:wildcharge", + "tm:agility", + "tm:batonpass", + "tm:charge", + "tm:chargebeam", + "tm:charm", + "tm:coaching", + "tm:crunch", + "tm:dig", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:fling", + "tm:focuspunch", + "tm:helpinghand", + "tm:knockoff", + "tm:lowkick", + "tm:lowsweep", + "tm:metalclaw", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:sleeptalk", + "tm:substitute", + "tm:sunnyday", + "tm:superfang", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderfang", + "tm:thunderpunch", + "tm:thunderwave", + "tm:upperhand", + "tm:voltswitch", + "tm:wildcharge" + ], + "labels": ["gen9"], + "aspects": [], + "height": 4, + "weight": 65, + "preEvolution": "pawmi", + "evolutions": [ + { + "id": "pawmo_pawmot", + "variant": "level_up", + "result": "pawmot", + "consumeHeldItem": false, + "learnableMoves": ["revivalblessing"], + "requirements": [ + { + "variant": "blocks_traveled", + "amount": 1000 + } + ] + } + ], + "cannotDynamax": false, + "pokedex": ["cobblemon.species.pawmo.desc"], + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:cheri_berry", + "percentage": 5 + } + ] + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/pawmot.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/pawmot.json new file mode 100644 index 0000000..c52dc19 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/pawmot.json @@ -0,0 +1,138 @@ +{ + "implemented": true, + "name": "Pawmot", + "nationalPokedexNumber": 923, + "primaryType": "electric", + "secondaryType": "fighting", + "abilities": [ + "voltabsorb", + "naturalcure", + "h:ironfist" + ], + "baseStats": { + "hp": 70, + "attack": 115, + "defence": 70, + "special_attack": 70, + "special_defence": 60, + "speed": 105 + }, + "catchRate": 45, + "maleRatio": 0.5, + "baseExperienceYield": 245, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "medium_fast", + "eggCycles": 15, + "eggGroups": [ + "field" + ], + "moves": [ + "1:growl", + "1:scratch", + "1:wildcharge", + "1:armthrust", + "1:revivalblessing", + "3:thundershock", + "6:quickattack", + "8:charge", + "12:nuzzle", + "15:dig", + "19:bite", + "23:spark", + "25:armthrust", + "29:thunderwave", + "33:slam", + "39:entrainment", + "44:closecombat", + "49:discharge", + "54:agility", + "60:doubleshock", + "tm:agility", + "tm:batonpass", + "tm:bodypress", + "tm:brickbreak", + "tm:bulkup", + "tm:charge", + "tm:chargebeam", + "tm:charm", + "tm:closecombat", + "tm:coaching", + "tm:crunch", + "tm:dig", + "tm:doubleedge", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:firepunch", + "tm:fling", + "tm:focusblast", + "tm:focuspunch", + "tm:gigaimpact", + "tm:grassknot", + "tm:helpinghand", + "tm:hyperbeam", + "tm:icepunch", + "tm:knockoff", + "tm:lowkick", + "tm:lowsweep", + "tm:metalclaw", + "tm:metronome", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:rocktomb", + "tm:seedbomb", + "tm:sleeptalk", + "tm:substitute", + "tm:sunnyday", + "tm:supercellslam", + "tm:superfang", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:throatchop", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderfang", + "tm:thunderpunch", + "tm:thunderwave", + "tm:upperhand", + "tm:voltswitch", + "tm:wildcharge" + ], + "labels": [ + "gen9" + ], + "aspects": [], + "height": 9, + "weight": 410, + "preEvolution": "pawmo", + "evolutions": [], + "cannotDynamax": false, + "pokedex": [ + "cobblemon.species.pawmot.desc" + ], + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:cheri_berry", + "percentage": 10.0 + } + ] + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/pecharunt.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/pecharunt.json new file mode 100644 index 0000000..9bb0ab0 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/pecharunt.json @@ -0,0 +1,81 @@ +{ + "implemented": true, + "name": "Pecharunt", + "nationalPokedexNumber": 1025, + "primaryType": "poison", + "secondaryType": "ghost", + "abilities": ["poisonpuppeteer"], + "baseStats": { + "hp": 88, + "attack": 88, + "defence": 160, + "special_attack": 88, + "special_defence": 88, + "speed": 88 + }, + "catchRate": 3, + "maleRatio": -1, + "baseExperienceYield": 0, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 3, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 20, + "eggGroups": ["undiscovered"], + "moves": [ + "1:astonish", + "1:defensecurl", + "1:meanlook", + "1:memento", + "1:poisongas", + "1:rollout", + "1:smog", + "8:withdraw", + "16:destinybond", + "24:faketears", + "32:partingshot", + "40:shadowball", + "48:malignantchain", + "56:toxic", + "64:nastyplot", + "72:recover", + "tm:acidspray", + "tm:curse", + "tm:endure", + "tm:faketears", + "tm:foulplay", + "tm:gunkshot", + "tm:hex", + "tm:imprison", + "tm:nastyplot", + "tm:nightshade", + "tm:phantomforce", + "tm:poltergeist", + "tm:protect", + "tm:rest", + "tm:shadowball", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:sludgewave", + "tm:spite", + "tm:substitute", + "tm:terablast", + "tm:toxic", + "tm:venoshock" + ], + "labels": ["gen9", "mythical", "legendary"], + "pokedex": [ + "It feeds others toxic mochi that draw out desires and capabilities. Those who eat the mochi fall under Pecharunt’s control, chained to its will." + ], + "aspects": [], + "height": 3, + "weight": 3, + "evolutions": [], + "cannotDynamax": false +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/poltchageist.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/poltchageist.json new file mode 100644 index 0000000..230a3df --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/poltchageist.json @@ -0,0 +1,197 @@ +{ + "implemented": true, + "name": "Poltchageist", + "nationalPokedexNumber": 1012, + "primaryType": "grass", + "secondaryType": "ghost", + "abilities": ["hospitality", "h:heatproof"], + "baseStats": { + "hp": 40, + "attack": 45, + "defence": 45, + "special_attack": 74, + "special_defence": 54, + "speed": 50 + }, + "catchRate": 120, + "maleRatio": -1, + "baseExperienceYield": 0, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 1, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 50, + "eggGroups": ["mineral", "amorphous"], + "moves": [ + "1:astonish", + "1:stunspore", + "1:withdraw", + "6:absorb", + "12:lifedew", + "18:foulplay", + "24:megadrain", + "30:hex", + "36:ragepowder", + "42:gigadrain", + "48:shadowball", + "54:memento", + "60:leafstorm", + "tm:calmmind", + "tm:curse", + "tm:endure", + "tm:energyball", + "tm:foulplay", + "tm:gigadrain", + "tm:grassyterrain", + "tm:hex", + "tm:imprison", + "tm:irondefense", + "tm:leafstorm", + "tm:magicalleaf", + "tm:nastyplot", + "tm:nightshade", + "tm:painsplit", + "tm:phantomforce", + "tm:poltergeist", + "tm:protect", + "tm:psychup", + "tm:reflect", + "tm:rest", + "tm:scald", + "tm:shadowball", + "tm:sleeptalk", + "tm:solarbeam", + "tm:spite", + "tm:substitute", + "tm:terablast", + "tm:trickroom", + "tm:uproar" + ], + "labels": ["gen9"], + "aspects": [], + "height": 1, + "weight": 11, + "evolutions": [ + { + "id": "poltchageist_sinistcha", + "variant": "item_interact", + "result": "sinistcha", + "consumeHeldItem": false, + "learnableMoves": ["matchagotcha"], + "requirements": [], + "requiredContext": "cobblemon:unremarkable_teacup" + } + ], + "cannotDynamax": false, + "forms": [ + { + "name": "Artisan", + "primaryType": "grass", + "secondaryType": "ghost", + "abilities": ["hospitality", "h:heatproof"], + "baseStats": { + "hp": 40, + "attack": 45, + "defence": 45, + "special_attack": 74, + "special_defence": 54, + "speed": 50 + }, + "catchRate": 120, + "maleRatio": -1, + "baseExperienceYield": 0, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 1, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 50, + "eggGroups": ["undiscovered"], + "moves": [ + "1:astonish", + "1:stunspore", + "1:withdraw", + "6:absorb", + "12:lifedew", + "18:foulplay", + "24:megadrain", + "30:hex", + "36:ragepowder", + "42:gigadrain", + "48:shadowball", + "54:memento", + "60:leafstorm", + "tm:calmmind", + "tm:curse", + "tm:endure", + "tm:energyball", + "tm:foulplay", + "tm:gigadrain", + "tm:grassyterrain", + "tm:hex", + "tm:imprison", + "tm:irondefense", + "tm:leafstorm", + "tm:magicalleaf", + "tm:nastyplot", + "tm:nightshade", + "tm:painsplit", + "tm:phantomforce", + "tm:poltergeist", + "tm:protect", + "tm:psychup", + "tm:reflect", + "tm:rest", + "tm:scald", + "tm:shadowball", + "tm:sleeptalk", + "tm:solarbeam", + "tm:spite", + "tm:substitute", + "tm:terablast", + "tm:trickroom", + "tm:uproar" + ], + "labels": ["gen9"], + "pokedex": [ + "Supposedly, the regrets of a tea ceremony master who died before perfecting his craft lingered in some matcha and became a Pokémon." + ], + "aspects": ["artisan"], + "height": 1, + "weight": 11, + "evolutions": [ + { + "id": "poltchageist_sinistcha", + "variant": "item_interact", + "result": "sinistcha masterpiece", + "consumeHeldItem": false, + "learnableMoves": ["matchagotcha"], + "requirements": [], + "requiredContext": "cobblemon:masterpiece_teacup" + } + ], + "cannotDynamax": false, + "battleOnly": false + } + ], + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:rawst_berry", + "percentage": 2.5 + } + ] + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/ragingbolt.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/ragingbolt.json new file mode 100644 index 0000000..4e93e2d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/ragingbolt.json @@ -0,0 +1,105 @@ +{ + "implemented": true, + "name": "Raging Bolt", + "nationalPokedexNumber": 1021, + "primaryType": "electric", + "secondaryType": "dragon", + "abilities": ["protosynthesis"], + "baseStats": { + "hp": 125, + "attack": 73, + "defence": 91, + "special_attack": 137, + "special_defence": 89, + "speed": 75 + }, + "catchRate": 10, + "maleRatio": -1, + "baseExperienceYield": 0, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 3, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 50, + "eggGroups": ["undiscovered"], + "moves": [ + "1:ancientpower", + "1:shockwave", + "1:stomp", + "1:sunnyday", + "1:twister", + "7:charge", + "14:dragonbreath", + "21:electricterrain", + "28:discharge", + "35:dragontail", + "42:calmmind", + "49:thunderclap", + "56:dragonhammer", + "63:risingvoltage", + "70:dragonpulse", + "77:zapcannon", + "84:bodypress", + "91:thunder", + "tm:bodypress", + "tm:bodyslam", + "tm:breakingswipe", + "tm:calmmind", + "tm:charge", + "tm:chargebeam", + "tm:crunch", + "tm:doubleedge", + "tm:dracometeor", + "tm:dragoncheer", + "tm:dragonpulse", + "tm:dragontail", + "tm:earthquake", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:endure", + "tm:facade", + "tm:gigaimpact", + "tm:heavyslam", + "tm:hyperbeam", + "tm:hypervoice", + "tm:outrage", + "tm:protect", + "tm:rest", + "tm:roar", + "tm:scaryface", + "tm:sleeptalk", + "tm:snarl", + "tm:solarbeam", + "tm:stompingtantrum", + "tm:substitute", + "tm:sunnyday", + "tm:supercellslam", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderfang", + "tm:thunderwave", + "tm:voltswitch", + "tm:weatherball", + "tm:wildcharge" + ], + "labels": ["gen9", "paradox"], + "pokedex": [ + "It's said to incinerate everything around it with lightning launched from its fur. Very little is known about this creature." + ], + "aspects": [], + "height": 52, + "weight": 4800, + "evolutions": [], + "cannotDynamax": false +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/roaringmoon.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/roaringmoon.json new file mode 100644 index 0000000..60c1b7d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/roaringmoon.json @@ -0,0 +1,145 @@ +{ + "implemented": true, + "name": "Roaring Moon", + "nationalPokedexNumber": 1005, + "primaryType": "dragon", + "secondaryType": "dark", + "abilities": ["protosynthesis"], + "baseStats": { + "hp": 105, + "attack": 139, + "defence": 71, + "special_attack": 55, + "special_defence": 101, + "speed": 119 + }, + "catchRate": 10, + "maleRatio": -1, + "baseExperienceYield": 295, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 50, + "eggGroups": ["undiscovered"], + "behaviour": { + "moving": { + "fly": { + "canFly": true, + "flySpeedHorizontal": 0.6 + }, + "walk": { + "walkSpeed": 0.2 + } + }, + "resting": { + "canSleep": true, + "willSleepOnBed": false, + "depth": "normal", + "light": "0-4" + }, + "canLook": true, + "looksAtEntities": true, + "wanderChance": 120, + "wanderSpeed": 0.2 + }, + "moves": [ + "1:bite", + "1:breakingswipe", + "1:dragonbreath", + "1:focusenergy", + "1:jawlock", + "1:leer", + "1:scaleshot", + "1:sunnyday", + "7:incinerate", + "14:headbutt", + "21:scaryface", + "28:dragonclaw", + "35:zenheadbutt", + "42:flamethrower", + "49:nightslash", + "56:dragondance", + "63:dragonrush", + "70:fly", + "77:throatchop", + "84:roost", + "91:doubleedge", + "tm:acrobatics", + "tm:aerialace", + "tm:airslash", + "tm:bodypress", + "tm:bodyslam", + "tm:breakingswipe", + "tm:brickbreak", + "tm:crunch", + "tm:darkpulse", + "tm:dig", + "tm:doubleedge", + "tm:dracometeor", + "tm:dragoncheer", + "tm:dragonclaw", + "tm:dragondance", + "tm:dragonpulse", + "tm:dragontail", + "tm:earthquake", + "tm:endure", + "tm:facade", + "tm:fireblast", + "tm:firefang", + "tm:firespin", + "tm:flamethrower", + "tm:fly", + "tm:gigaimpact", + "tm:heatwave", + "tm:hurricane", + "tm:hydropump", + "tm:hyperbeam", + "tm:hypervoice", + "tm:ironhead", + "tm:knockoff", + "tm:lashout", + "tm:metalclaw", + "tm:outrage", + "tm:protect", + "tm:rest", + "tm:roar", + "tm:rockslide", + "tm:scaleshot", + "tm:scaryface", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:snarl", + "tm:stompingtantrum", + "tm:stoneedge", + "tm:substitute", + "tm:sunnyday", + "tm:tailwind", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:throatchop", + "tm:thunderfang", + "tm:uturn", + "tm:xscissor", + "tm:zenheadbutt" + ], + "hitbox": { + "width": 3, + "height": 4, + "fixed": false + }, + "labels": ["gen9", "paradox"], + "aspects": [], + "height": 20, + "weight": 3800, + "evolutions": [], + "cannotDynamax": false, + "pokedex": ["cobblemon.species.roaringmoon.desc"] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/scovillain.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/scovillain.json new file mode 100644 index 0000000..8573a80 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/scovillain.json @@ -0,0 +1,113 @@ +{ + "implemented": true, + "name": "Scovillain", + "nationalPokedexNumber": 952, + "primaryType": "grass", + "secondaryType": "fire", + "abilities": [ + "chlorophyll", + "insomnia", + "h:moody" + ], + "baseStats": { + "hp": 65, + "attack": 108, + "defence": 65, + "special_attack": 108, + "special_defence": 65, + "speed": 75 + }, + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": false, + "depth": "normal", + "light": "0-4" + } + }, + "catchRate": 75, + "maleRatio": 0.5, + "baseExperienceYield": 170, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 2, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": [ + "grass" + ], + "moves": [ + "1:firefang", + "1:leafage", + "1:leer", + "4:bite", + "10:growth", + "13:razorleaf", + "17:sunnyday", + "21:bulletseed", + "24:headbutt", + "28:zenheadbutt", + "33:worryseed", + "38:crunch", + "44:seedbomb", + "48:overheat", + "48:solarbeam", + "tm:bulletseed", + "tm:crunch", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:fireblast", + "tm:firefang", + "tm:flamethrower", + "tm:gigadrain", + "tm:gigaimpact", + "tm:grassknot", + "tm:grassyterrain", + "tm:helpinghand", + "tm:hyperbeam", + "tm:leafstorm", + "tm:magicalleaf", + "tm:overheat", + "tm:protect", + "tm:rest", + "tm:sandstorm", + "tm:scaryface", + "tm:seedbomb", + "tm:sleeptalk", + "tm:solarbeam", + "tm:stompingtantrum", + "tm:substitute", + "tm:sunnyday", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:trailblaze", + "tm:willowisp", + "tm:zenheadbutt" + ], + "labels": [ + "gen9" + ], + "baseScale": 1, + "hitbox": { + "width": 0.9, + "height": 1.4, + "fixed": false + }, + "aspects": [], + "height": 9, + "weight": 150, + "preEvolution": "capsakid", + "evolutions": [], + "cannotDynamax": false, + "pokedex": [ + "cobblemon.species.scovillain.desc" + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/screamtail.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/screamtail.json new file mode 100644 index 0000000..2486f6a --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/screamtail.json @@ -0,0 +1,138 @@ +{ + "implemented": true, + "name": "Scream Tail", + "nationalPokedexNumber": 985, + "primaryType": "fairy", + "secondaryType": "psychic", + "abilities": [ + "protosynthesis" + ], + "baseStats": { + "hp": 115, + "attack": 65, + "defence": 99, + "special_attack": 65, + "special_defence": 115, + "speed": 111 + }, + "catchRate": 50, + "maleRatio": -1, + "baseExperienceYield": 285, + "baseFriendship": 0, + "evYield": { + "hp": 3, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 50, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:disable", + "1:pound", + "1:sing", + "1:sunnyday", + "7:howl", + "14:nobleroar", + "21:bite", + "28:bodyslam", + "35:rest", + "42:playrough", + "49:hypervoice", + "56:psychicfangs", + "63:crunch", + "70:wish", + "77:gyroball", + "84:perishsong", + "91:boomburst", + "tm:amnesia", + "tm:batonpass", + "tm:blizzard", + "tm:bodyslam", + "tm:bulkup", + "tm:calmmind", + "tm:crunch", + "tm:dazzlinggleam", + "tm:dig", + "tm:doubleedge", + "tm:drainpunch", + "tm:encore", + "tm:endure", + "tm:expandingforce", + "tm:facade", + "tm:faketears", + "tm:fireblast", + "tm:firefang", + "tm:firepunch", + "tm:flamethrower", + "tm:fling", + "tm:focusblast", + "tm:gigaimpact", + "tm:grassknot", + "tm:gyroball", + "tm:helpinghand", + "tm:hyperbeam", + "tm:hypervoice", + "tm:icebeam", + "tm:icefang", + "tm:icepunch", + "tm:imprison", + "tm:lightscreen", + "tm:metronome", + "tm:mistyexplosion", + "tm:mistyterrain", + "tm:playrough", + "tm:protect", + "tm:psybeam", + "tm:psychic", + "tm:psychicfangs", + "tm:psychicnoise", + "tm:psychicterrain", + "tm:psychup", + "tm:psyshock", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:roar", + "tm:rocktomb", + "tm:sandstorm", + "tm:scaryface", + "tm:sleeptalk", + "tm:snowscape", + "tm:stealthrock", + "tm:stompingtantrum", + "tm:storedpower", + "tm:substitute", + "tm:sunnyday", + "tm:takedown", + "tm:terablast", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderfang", + "tm:thunderpunch", + "tm:thunderwave", + "tm:trick", + "tm:trickroom", + "tm:uproar", + "tm:waterpulse", + "tm:zenheadbutt" + ], + "labels": [ + "gen9", + "paradox" + ], + "aspects": [], + "height": 12, + "weight": 80, + "evolutions": [], + "cannotDynamax": false, + "pokedex": [ + "cobblemon.species.screamtail.desc" + ] + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/sinistcha.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/sinistcha.json new file mode 100644 index 0000000..d77c66f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/sinistcha.json @@ -0,0 +1,195 @@ +{ + "implemented": true, + "name": "Sinistcha", + "nationalPokedexNumber": 1013, + "primaryType": "grass", + "secondaryType": "ghost", + "abilities": [ + "hospitality", + "h:heatproof" + ], + "baseStats": { + "hp": 71, + "attack": 60, + "defence": 106, + "special_attack": 121, + "special_defence": 80, + "speed": 70 + }, + "catchRate": 60, + "maleRatio": -1, + "baseExperienceYield": 0, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 2, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 50, + "eggGroups": [ + "mineral", + "amorphous" + ], + "moves": [ + "1:astonish", + "1:stunspore", + "1:withdraw", + "6:absorb", + "12:lifedew", + "18:foulplay", + "24:megadrain", + "30:hex", + "36:ragepowder", + "42:strengthsap", + "48:shadowball", + "54:memento", + "60:leafstorm", + "tm:calmmind", + "tm:curse", + "tm:endure", + "tm:energyball", + "tm:foulplay", + "tm:gigadrain", + "tm:grassyterrain", + "tm:hex", + "tm:hyperbeam", + "tm:imprison", + "tm:irondefense", + "tm:leafstorm", + "tm:magicalleaf", + "tm:nastyplot", + "tm:nightshade", + "tm:painsplit", + "tm:phantomforce", + "tm:poltergeist", + "tm:protect", + "tm:psychup", + "tm:reflect", + "tm:rest", + "tm:scald", + "tm:shadowball", + "tm:sleeptalk", + "tm:solarbeam", + "tm:spite", + "tm:substitute", + "tm:terablast", + "tm:trickroom", + "tm:uproar" + ], + "labels": [ + "gen9" + ], + "aspects": [], + "height": 2, + "weight": 22, + "preEvolution": "poltchageist", + "evolutions": [], + "cannotDynamax": false, + "forms": [ + { + "name": "Masterpiece", + "primaryType": "grass", + "secondaryType": "ghost", + "abilities": [ + "hospitality", + "h:heatproof" + ], + "baseStats": { + "hp": 71, + "attack": 60, + "defence": 106, + "special_attack": 121, + "special_defence": 80, + "speed": 70 + }, + "catchRate": 60, + "maleRatio": -1, + "baseExperienceYield": 0, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 2, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 50, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:astonish", + "1:stunspore", + "1:withdraw", + "6:absorb", + "12:lifedew", + "18:foulplay", + "24:megadrain", + "30:hex", + "36:ragepowder", + "42:strengthsap", + "48:shadowball", + "54:memento", + "60:leafstorm", + "tm:calmmind", + "tm:curse", + "tm:endure", + "tm:energyball", + "tm:foulplay", + "tm:gigadrain", + "tm:grassyterrain", + "tm:hex", + "tm:hyperbeam", + "tm:imprison", + "tm:irondefense", + "tm:leafstorm", + "tm:magicalleaf", + "tm:nastyplot", + "tm:nightshade", + "tm:painsplit", + "tm:phantomforce", + "tm:poltergeist", + "tm:protect", + "tm:psychup", + "tm:reflect", + "tm:rest", + "tm:scald", + "tm:shadowball", + "tm:sleeptalk", + "tm:solarbeam", + "tm:spite", + "tm:substitute", + "tm:terablast", + "tm:trickroom", + "tm:uproar" + ], + "labels": [ + "gen9" + ], + "aspects": [ + "masterpiece" + ], + "height": 2, + "weight": 22, + "preEvolution": "poltchageist artisan", + "cannotDynamax": false, + "battleOnly": false + } + ], + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:rawst_berry", + "percentage": 5.0 + } + ] + } + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/slitherwing.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/slitherwing.json new file mode 100644 index 0000000..d4abb8f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/slitherwing.json @@ -0,0 +1,105 @@ +{ + "implemented": true, + "name": "Slither Wing", + "nationalPokedexNumber": 988, + "primaryType": "bug", + "secondaryType": "fighting", + "abilities": ["protosynthesis"], + "baseStats": { + "hp": 85, + "attack": 135, + "defence": 79, + "special_attack": 85, + "special_defence": 105, + "speed": 81 + }, + "catchRate": 30, + "maleRatio": -1, + "baseExperienceYield": 285, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 50, + "eggGroups": ["undiscovered"], + "moves": [ + "1:bugbite", + "1:ember", + "1:gust", + "1:sunnyday", + "7:poisonpowder", + "7:stunspore", + "14:flamecharge", + "21:stomp", + "28:lowsweep", + "35:morningsun", + "42:lunge", + "49:superpower", + "56:bulkup", + "63:dualwingbeat", + "70:firstimpression", + "77:whirlwind", + "84:leechlife", + "91:thrash", + "tm:acrobatics", + "tm:aerialace", + "tm:bodypress", + "tm:bodyslam", + "tm:brickbreak", + "tm:bugbite", + "tm:bugbuzz", + "tm:bulkup", + "tm:closecombat", + "tm:curse", + "tm:doubleedge", + "tm:dualwingbeat", + "tm:earthquake", + "tm:endure", + "tm:facade", + "tm:flamecharge", + "tm:flareblitz", + "tm:gigadrain", + "tm:gigaimpact", + "tm:heatcrash", + "tm:heatwave", + "tm:heavyslam", + "tm:highhorsepower", + "tm:hurricane", + "tm:hyperbeam", + "tm:leechlife", + "tm:lowkick", + "tm:lowsweep", + "tm:lunge", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:reversal", + "tm:sandstorm", + "tm:skittersmack", + "tm:sleeptalk", + "tm:stompingtantrum", + "tm:substitute", + "tm:sunnyday", + "tm:takedown", + "tm:temperflare", + "tm:terablast", + "tm:trailblaze", + "tm:uturn", + "tm:wildcharge", + "tm:willowisp", + "tm:zenheadbutt" + ], + "labels": ["gen9", "paradox"], + "aspects": [], + "height": 32, + "weight": 920, + "evolutions": [], + "cannotDynamax": false, + "pokedex": ["cobblemon.species.slitherwing.desc"] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/tadbulb.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/tadbulb.json new file mode 100644 index 0000000..df86a20 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/tadbulb.json @@ -0,0 +1,108 @@ +{ + "implemented": true, + "name": "Tadbulb", + "nationalPokedexNumber": 938, + "primaryType": "electric", + "abilities": ["owntempo", "static", "h:damp"], + "baseStats": { + "hp": 61, + "attack": 31, + "defence": 41, + "special_attack": 59, + "special_defence": 35, + "speed": 45 + }, + "catchRate": 190, + "maleRatio": 0.5, + "baseExperienceYield": 54, + "baseFriendship": 50, + "evYield": { + "hp": 1, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": ["water_1"], + "moves": [ + "1:mudslap", + "1:tackle", + "7:thundershock", + "11:watergun", + "17:charge", + "21:spark", + "24:mudshot", + "25:flail", + "32:discharge", + "36:weatherball", + "40:electricterrain", + "45:suckerpunch", + "50:zapcannon", + "egg:muddywater", + "egg:paraboliccharge", + "egg:soak", + "tm:acidspray", + "tm:charge", + "tm:chargebeam", + "tm:chillingwater", + "tm:confuseray", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:endure", + "tm:hypervoice", + "tm:lightscreen", + "tm:muddywater", + "tm:mudshot", + "tm:mudslap", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:sleeptalk", + "tm:substitute", + "tm:swift", + "tm:terablast", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderwave", + "tm:voltswitch", + "tm:waterpulse", + "tm:weatherball", + "tm:wildcharge" + ], + "labels": ["gen9"], + "aspects": [], + "height": 3, + "weight": 4, + "evolutions": [ + { + "id": "tadbulb_bellibolt", + "variant": "item_interact", + "result": "bellibolt", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [], + "requiredContext": "cobblemon:thunder_stone" + } + ], + "cannotDynamax": false, + "pokedex": ["cobblemon.species.tadbulb.desc"], + "drops": { + "amount": 2, + "entries": [ + { + "item": "minecraft:ochre_froglight", + "percentage": 2.5 + }, + { + "item": "cobblemon:wepear_berry", + "percentage": 2.5 + } + ] + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/toedscool.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/toedscool.json new file mode 100644 index 0000000..c0b61b6 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/toedscool.json @@ -0,0 +1,141 @@ +{ + "implemented": true, + "name": "Toedscool", + "nationalPokedexNumber": 948, + "primaryType": "ground", + "secondaryType": "grass", + "abilities": [ + "myceliummight" + ], + "baseStats": { + "hp": 40, + "attack": 40, + "defence": 35, + "special_attack": 50, + "special_defence": 100, + "speed": 70 + }, + "catchRate": 190, + "maleRatio": 0.5, + "baseExperienceYield": 67, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 1, + "speed": 0 + }, + "experienceGroup": "medium_slow", + "eggCycles": 20, + "eggGroups": [ + "grass" + ], + "moves": [ + "1:mudslap", + "1:wrap", + "4:absorb", + "8:poisonpowder", + "8:stunspore", + "12:supersonic", + "15:tackle", + "16:megadrain", + "20:screech", + "24:mudshot", + "28:hex", + "32:seedbomb", + "36:spore", + "40:growth", + "44:gigadrain", + "48:earthpower", + "52:powerwhip", + "egg:acupressure", + "egg:knockoff", + "egg:leechseed", + "egg:mirrorcoat", + "egg:ragepowder", + "egg:rapidspin", + "egg:tickle", + "egg:toxic", + "tm:acidspray", + "tm:bulletseed", + "tm:confuseray", + "tm:dazzlinggleam", + "tm:earthpower", + "tm:endure", + "tm:energyball", + "tm:flashcannon", + "tm:foulplay", + "tm:gigadrain", + "tm:grassknot", + "tm:grassyglide", + "tm:grassyterrain", + "tm:hex", + "tm:knockoff", + "tm:leafstorm", + "tm:lightscreen", + "tm:lunge", + "tm:magicalleaf", + "tm:mudshot", + "tm:mudslap", + "tm:painsplit", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:scaryface", + "tm:seedbomb", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:solarbeam", + "tm:spikes", + "tm:substitute", + "tm:swift", + "tm:taunt", + "tm:terablast", + "tm:toxic", + "tm:toxicspikes", + "tm:trailblaze", + "tm:trickroom", + "tm:venoshock" + ], + "labels": [ + "gen9" + ], + "aspects": [], + "height": 9, + "weight": 330, + "evolutions": [ + { + "id": "toedscool_toedscruel", + "variant": "level_up", + "result": "toedscruel", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 30 + } + ] + } + ], + "cannotDynamax": false, + "pokedex": [ + "cobblemon.species.toedscool.desc" + ], + "drops": { + "amount": 2, + "entries": [ + { + "item": "minecraft:brown_mushroom", + "quantityRange": "0-1" + }, + { + "item": "cobblemon:yache_berry", + "percentage": 2.5 + } + ] + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/toedscruel.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/toedscruel.json new file mode 100644 index 0000000..edfae80 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/toedscruel.json @@ -0,0 +1,124 @@ +{ + "implemented": true, + "name": "Toedscruel", + "nationalPokedexNumber": 949, + "primaryType": "ground", + "secondaryType": "grass", + "abilities": [ + "myceliummight" + ], + "baseStats": { + "hp": 80, + "attack": 70, + "defence": 65, + "special_attack": 80, + "special_defence": 120, + "speed": 100 + }, + "catchRate": 90, + "maleRatio": 0.5, + "baseExperienceYield": 180, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 2, + "speed": 0 + }, + "experienceGroup": "medium_slow", + "eggCycles": 20, + "eggGroups": [ + "grass" + ], + "moves": [ + "1:mudslap", + "1:reflecttype", + "1:wrap", + "4:absorb", + "8:poisonpowder", + "8:stunspore", + "12:supersonic", + "15:tackle", + "16:megadrain", + "20:screech", + "24:mudshot", + "28:hex", + "34:seedbomb", + "40:spore", + "44:growth", + "48:gigadrain", + "54:earthpower", + "58:powerwhip", + "tm:acidspray", + "tm:bulletseed", + "tm:confuseray", + "tm:dazzlinggleam", + "tm:earthpower", + "tm:endure", + "tm:energyball", + "tm:flashcannon", + "tm:foulplay", + "tm:gigadrain", + "tm:gigaimpact", + "tm:grassknot", + "tm:grassyglide", + "tm:grassyterrain", + "tm:hex", + "tm:hyperbeam", + "tm:knockoff", + "tm:leafstorm", + "tm:lightscreen", + "tm:lunge", + "tm:magicalleaf", + "tm:mudshot", + "tm:mudslap", + "tm:painsplit", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:scaryface", + "tm:seedbomb", + "tm:skittersmack", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:solarbeam", + "tm:spikes", + "tm:substitute", + "tm:swift", + "tm:taunt", + "tm:terablast", + "tm:toxic", + "tm:toxicspikes", + "tm:trailblaze", + "tm:trickroom", + "tm:venoshock" + ], + "labels": [ + "gen9" + ], + "aspects": [], + "height": 19, + "weight": 580, + "preEvolution": "toedscool", + "evolutions": [], + "cannotDynamax": false, + "pokedex": [ + "cobblemon.species.toedscruel.desc" + ], + "drops": { + "amount": 3, + "entries": [ + { + "item": "minecraft:brown_mushroom", + "quantityRange": "0-2" + }, + { + "item": "cobblemon:yache_berry", + "percentage": 5.0 + } + ] + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/veluza.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/veluza.json new file mode 100644 index 0000000..75eadb9 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/veluza.json @@ -0,0 +1,104 @@ +{ + "implemented": true, + "name": "Veluza", + "nationalPokedexNumber": 976, + "primaryType": "water", + "secondaryType": "psychic", + "abilities": ["moldbreaker", "h:sharpness"], + "baseStats": { + "hp": 90, + "attack": 102, + "defence": 73, + "special_attack": 78, + "special_defence": 65, + "speed": 70 + }, + "catchRate": 100, + "maleRatio": 0.5, + "baseExperienceYield": 167, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 2, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "fast", + "eggCycles": 20, + "eggGroups": ["water_2"], + "moves": [ + "1:aquajet", + "1:tackle", + "7:pluck", + "11:waterpulse", + "15:focusenergy", + "20:slash", + "25:aquacutter", + "30:filletaway", + "35:nightslash", + "40:psychocut", + "45:liquidation", + "50:crunch", + "55:finalgambit", + "egg:recover", + "egg:thrash", + "tm:agility", + "tm:blizzard", + "tm:bodyslam", + "tm:chillingwater", + "tm:crunch", + "tm:doubleedge", + "tm:drillrun", + "tm:endeavor", + "tm:endure", + "tm:expandingforce", + "tm:flipturn", + "tm:gigaimpact", + "tm:hydropump", + "tm:hyperbeam", + "tm:icebeam", + "tm:icefang", + "tm:icywind", + "tm:liquidation", + "tm:painsplit", + "tm:protect", + "tm:psychic", + "tm:psychicfangs", + "tm:psychicterrain", + "tm:raindance", + "tm:rest", + "tm:scaleshot", + "tm:sleeptalk", + "tm:snowscape", + "tm:storedpower", + "tm:substitute", + "tm:surf", + "tm:takedown", + "tm:terablast", + "tm:waterfall", + "tm:waterpulse", + "tm:zenheadbutt" + ], + "labels": ["gen9"], + "aspects": [], + "height": 25, + "weight": 900, + "evolutions": [], + "cannotDynamax": false, + "pokedex": ["cobblemon.species.veluza.desc"], + "drops": { + "amount": 4, + "entries": [ + { + "item": "minecraft:cod", + "quantityRange": "1-3" + }, + { + "item": "minecraft:bone_meal", + "percentage": 5 + } + ] + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/walkingwake.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/walkingwake.json new file mode 100644 index 0000000..88c93ff --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/walkingwake.json @@ -0,0 +1,123 @@ +{ + "implemented": true, + "name": "Walking Wake", + "nationalPokedexNumber": 1009, + "primaryType": "water", + "secondaryType": "dragon", + "abilities": ["protosynthesis"], + "baseStats": { + "hp": 99, + "attack": 83, + "defence": 91, + "special_attack": 125, + "special_defence": 83, + "speed": 109 + }, + "catchRate": 5, + "maleRatio": -1, + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": false, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "swim": { + "canWalkOnWater": true, + "canBreatheUnderwater": true + } + } + }, + "baseExperienceYield": 295, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 3, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 50, + "eggGroups": ["undiscovered"], + "moves": [ + "1:aquajet", + "1:honeclaws", + "1:leer", + "1:roar", + "1:sunnyday", + "1:twister", + "7:bite", + "14:waterpulse", + "21:nobleroar", + "28:dragonbreath", + "35:breakingswipe", + "42:dragonrush", + "56:hydrosteam", + "63:dragonpulse", + "70:outrage", + "77:flamethrower", + "84:hydropump", + "tm:agility", + "tm:bodyslam", + "tm:breakingswipe", + "tm:chillingwater", + "tm:crunch", + "tm:doubleedge", + "tm:dracometeor", + "tm:dragoncheer", + "tm:dragonclaw", + "tm:dragondance", + "tm:dragonpulse", + "tm:dragontail", + "tm:endure", + "tm:facade", + "tm:firefang", + "tm:flamethrower", + "tm:flipturn", + "tm:gigaimpact", + "tm:hurricane", + "tm:hydropump", + "tm:hyperbeam", + "tm:knockoff", + "tm:liquidation", + "tm:lowkick", + "tm:mudshot", + "tm:outrage", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:roar", + "tm:scald", + "tm:scaryface", + "tm:sleeptalk", + "tm:snarl", + "tm:substitute", + "tm:sunnyday", + "tm:surf", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:waterfall", + "tm:waterpulse", + "tm:weatherball", + "tm:whirlpool" + ], + "labels": ["gen9", "paradox"], + "pokedex": [ + "his ferocious creature is shrouded in mystery. It's named after an aquatic monster mentioned in an old expedition journal." + ], + "aspects": [], + "height": 35, + "weight": 2800, + "evolutions": [], + "baseScale": 1.0, + "hitbox": { + "width": 1.9, + "height": 3.2, + "fixed": false + }, + "cannotDynamax": false +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/wattrel.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/wattrel.json new file mode 100644 index 0000000..be92862 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/wattrel.json @@ -0,0 +1,136 @@ +{ + "implemented": true, + "name": "Wattrel", + "nationalPokedexNumber": 940, + "primaryType": "electric", + "secondaryType": "flying", + "abilities": [ + "windpower", + "voltabsorb", + "h:competitive" + ], + "baseStats": { + "hp": 40, + "attack": 40, + "defence": 35, + "special_attack": 55, + "special_defence": 40, + "speed": 70 + }, + "catchRate": 180, + "maleRatio": 0.5, + "baseExperienceYield": 56, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 1 + }, + "experienceGroup": "medium_slow", + "eggCycles": 20, + "eggGroups": [ + "water_1", + "flying" + ], + "moves": [ + "1:growl", + "1:peck", + "4:thundershock", + "7:quickattack", + "11:pluck", + "15:spark", + "19:uproar", + "23:roost", + "27:dualwingbeat", + "32:agility", + "37:voltswitch", + "43:discharge", + "egg:endeavor", + "egg:featherdance", + "egg:spitup", + "egg:stockpile", + "egg:swallow", + "egg:weatherball", + "tm:acrobatics", + "tm:aerialace", + "tm:agility", + "tm:aircutter", + "tm:airslash", + "tm:bravebird", + "tm:charge", + "tm:chargebeam", + "tm:dualwingbeat", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:featherdance", + "tm:fly", + "tm:hurricane", + "tm:protect", + "tm:rest", + "tm:sleeptalk", + "tm:substitute", + "tm:swift", + "tm:tailwind", + "tm:takedown", + "tm:terablast", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderwave", + "tm:uproar", + "tm:uturn", + "tm:voltswitch", + "tm:weatherball", + "tm:wildcharge" + ], + "labels": [ + "gen9" + ], + "aspects": [], + "height": 4, + "weight": 36, + "evolutions": [ + { + "id": "wattrel_kilowattrel", + "variant": "level_up", + "result": "kilowattrel", + "consumeHeldItem": false, + "learnableMoves": [ + "electroball" + ], + "requirements": [ + { + "variant": "level", + "minLevel": 25 + } + ] + } + ], + "baseScale": 0.8, + "hitbox": { + "width": 0.5, + "height": 0.65, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 1 + }, + "height": 3, + "weight": 23, + "aspects": [], + "cannotDynamax": false +} + diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/wiglett.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/wiglett.json new file mode 100644 index 0000000..03440e4 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species/generation9/wiglett.json @@ -0,0 +1,97 @@ +{ + "implemented": true, + "name": "Wiglett", + "nationalPokedexNumber": 960, + "primaryType": "water", + "abilities": ["gooey", "rattled", "h:sandveil"], + "baseStats": { + "hp": 10, + "attack": 55, + "defence": 25, + "special_attack": 35, + "special_defence": 25, + "speed": 95 + }, + "catchRate": 255, + "maleRatio": 0.5, + "baseExperienceYield": 49, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 1 + }, + "experienceGroup": "medium_fast", + "eggCycles": 20, + "eggGroups": ["water_3"], + "moves": [ + "1:sandattack", + "1:watergun", + "4:mudslap", + "8:wrap", + "12:aquajet", + "20:slam", + "20:waterpulse", + "24:headbutt", + "28:dig", + "32:suckerpunch", + "36:throatchop", + "40:liquidation", + "egg:finalgambit", + "egg:memento", + "tm:agility", + "tm:blizzard", + "tm:bulldoze", + "tm:chillingwater", + "tm:dig", + "tm:earthpower", + "tm:endure", + "tm:facade", + "tm:foulplay", + "tm:helpinghand", + "tm:hydropump", + "tm:icebeam", + "tm:liquidation", + "tm:muddywater", + "tm:mudshot", + "tm:mudslap", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:sandstorm", + "tm:sleeptalk", + "tm:stompingtantrum", + "tm:substitute", + "tm:surf", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:throatchop", + "tm:waterpulse", + "tm:whirlpool" + ], + "labels": ["gen9"], + "aspects": [], + "height": 12, + "weight": 18, + "evolutions": [ + { + "id": "wiglett_wugtrio", + "variant": "level_up", + "result": "wugtrio", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 26 + } + ] + } + ], + "cannotDynamax": false, + "pokedex": ["cobblemon.species.wiglett.desc"] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/absol.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/absol.json new file mode 100644 index 0000000..e833d5e --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/absol.json @@ -0,0 +1,22 @@ +{ + "target": "cobblemon:absol", + "baseScale": 0.7, + "hitbox": { + "width": 1.5, + "height": 2, + "fixed": false + }, + "behaviour": { + "moving": { + "canLook": false, + "walk": { + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": true, + "canBreatheUnderwater": false + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/amoonguss.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/amoonguss.json new file mode 100644 index 0000000..a471fc0 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/amoonguss.json @@ -0,0 +1,29 @@ +{ + "target": "cobblemon:amoonguss", + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "canLook": false, + "walk": { + "walkSpeed": 0.19, + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": false, + "canBreatheUnderwater": false + } + } + }, + "baseScale": 0.6, + "hitbox": { + "width": 0.8, + "height": 0.8, + "fixed": false + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/appletun.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/appletun.json new file mode 100644 index 0000000..cf6652c --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/appletun.json @@ -0,0 +1,29 @@ +{ + "target": "cobblemon:appletun", + "baseScale": 1.2, + "hitbox": { + "width": 1, + "height": 1.0, + "fixed": false + }, + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "canLook": false, + "walk": { + "walkSpeed": 0.165, + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": true, + "canBreatheUnderwater": false + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/applin.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/applin.json new file mode 100644 index 0000000..d95362b --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/applin.json @@ -0,0 +1,90 @@ +{ + "target": "cobblemon:applin", + "shoulderMountable": true, + "baseScale": 0.4, + "hitbox": { + "width": 0.3, + "height": 0.4, + "fixed": false + }, + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "canLook": false, + "walk": { + "walkSpeed": 0.145, + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": true, + "canBreatheUnderwater": false + } + } + }, + "drops": { + "amount": "1", + "entries": [ + {"item": "cobblemon:tart_apple", "quantityRange": "1-2", "percentage": 50}, + {"item": "cobblemon:sweet_apple", "quantityRange": "1-2", "percentage": 50} + ] + }, + "evolutions": [ + { + "id": "applin_dipplin", + "variant": "level_up", + "result": "dipplin", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "held_item", + "itemCondition": "minecraft:honey_bottle" + }, + { + "variant": "level", + "minLevel": 1 + } + ] + }, + { + "id": "applin_flapple", + "variant": "level_up", + "result": "flapple", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "held_item", + "itemCondition": "cobblemon:tart_apple" + }, + { + "variant": "level", + "minLevel": 1 + } + ] + }, + { + "id": "applin_appletun", + "variant": "level_up", + "result": "appletun", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "held_item", + "itemCondition": "cobblemon:sweet_apple" + }, + { + "variant": "level", + "minLevel": 1 + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/archaludon.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/archaludon.json new file mode 100644 index 0000000..9767969 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/archaludon.json @@ -0,0 +1,35 @@ +{ + "target": "cobblemon:archaludon", + "baseScale": 1.0, + "hitbox": { + "width": 1.0, + "height": 1.7, + "fixed": false + }, + "drops": { + "amount": "1", + "entries": [ + {"item": "minecraft:iron_ingot", "quantityRange": "1-32", "percentage": 50} + ] + }, + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "canLook": false, + "walk": { + "walkSpeed": 0.180, + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": false, + "canBreatheUnderwater": false + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/azumarill.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/azumarill.json new file mode 100644 index 0000000..cc2cd5f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/azumarill.json @@ -0,0 +1,18 @@ +{ + "target": "cobblemon:azumarill", + "behaviour": { + "moving": { + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": true, + "canBreatheUnderwater": true + } + } +}, + "baseScale": 1, + "hitbox": { + "width": 0.7, + "height": 1, + "fixed": false + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/azurill.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/azurill.json new file mode 100644 index 0000000..6ab662d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/azurill.json @@ -0,0 +1,9 @@ +{ + "target": "cobblemon:azurill", + "baseScale": 0.8, + "hitbox": { + "width": 0.5, + "height": 0.5, + "fixed": false + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/bellibolt.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/bellibolt.json new file mode 100644 index 0000000..c74aa7f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/bellibolt.json @@ -0,0 +1,29 @@ +{ + "target": "cobblemon:bellibolt", + "baseScale": 1.0, + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "canLook": false, + "walk": { + "walkSpeed": 0.180, + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": false, + "canBreatheUnderwater": false + } + } + }, + "hitbox": { + "width": 1.0, + "height": 0.8, + "fixed": false + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/bisharp.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/bisharp.json new file mode 100644 index 0000000..4a35570 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/bisharp.json @@ -0,0 +1,29 @@ +{ + "target": "cobblemon:bisharp", + + "baseScale":1.0, + "hitbox": { + "width": 1, + "height": 2.2, + "fixed": false + }, + + "behaviour": { + "moving": { + "canLook": true, + "walk": { + "walkSpeed": 0.3, + "canWalk": true, + "avoidsLand": false + }, + "fly": { + "canFly": false + }, + "swim": { + "swimSpeed": 0.2, + "canSwimInWater": false, + "canBreatheUnderwater": false + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/blacephalon.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/blacephalon.json new file mode 100644 index 0000000..8a2bd98 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/blacephalon.json @@ -0,0 +1,34 @@ +{ + "target": "blacephalon", + "baseScale": 0.4, + "hitbox": { + "width": 2.0, + "height": 4.3, + "fixed": false + }, + "drops": { + "amount": "1", + "entries": [ + {"item": "minecraft:iron_ingot", "quantityRange": "1-32", "percentage": 50} + ] + }, + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "canLook": false, + "walk": { + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": false, + "canBreatheUnderwater": false + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/blipbug.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/blipbug.json new file mode 100644 index 0000000..dfa441c --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/blipbug.json @@ -0,0 +1,11 @@ +{ + "target": "cobblemon:blipbug", + "baseScale": 0.5, + "hitbox": { + "width": .75, + "height": 1, + "fixed": false + }, + "shoulderMountable": true +} + diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/celebi.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/celebi.json new file mode 100644 index 0000000..4f5030e --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/celebi.json @@ -0,0 +1,31 @@ +{ + "target": "cobblemon:celebi", + "behaviour": { + "resting": { + "canSleep": false, + "depth": "normal", + "light": "4-15" + }, + "moving": { + "canLook": false, + "walk": { + "canWalk": false, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": false, + "canBreatheUnderwater": false + }, + "fly": { + "canFly": true + } + } + }, + "baseScale": 0.5, + "hitbox": { + "width": 0.5, + "height": 1.4, + "fixed": false + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/chienpao.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/chienpao.json new file mode 100644 index 0000000..26d117e --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/chienpao.json @@ -0,0 +1,8 @@ +{ "target": "cobblemon:chienpao", +"baseScale": 1.3, + "hitbox": { + "width": 0.8, + "height": 1, + "fixed": false + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/cinccino.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/cinccino.json new file mode 100644 index 0000000..72086c3 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/cinccino.json @@ -0,0 +1,28 @@ +{ + "target": "cobblemon:cinccino", + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "canLook": false, + "walk": { + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": true, + "canBreatheUnderwater": false + } + } + }, + "baseScale": 0.4, + "hitbox": { + "width": 0.5, + "height": 1.0, + "fixed": false + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/cincinno.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/cincinno.json new file mode 100644 index 0000000..e0fe81d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/cincinno.json @@ -0,0 +1,28 @@ +{ + "target": "cobblemon:cinccino", + "baseScale": 0.4, + "hitbox": { + "width": 0.5, + "height": 1.0, + "fixed": false + }, + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "canLook": false, + "walk": { + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": true, + "canBreatheUnderwater": false + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/corsola.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/corsola.json new file mode 100644 index 0000000..348c299 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/corsola.json @@ -0,0 +1,29 @@ +{ + "target": "cobblemon:corsola", + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "canLook": false, + "walk": { + "walkSpeed": 0.175, + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": true, + "canBreatheUnderwater": true + } + } + }, + "baseScale": 0.6, + "hitbox": { + "width": 0.6, + "height": 0.6, + "fixed": false + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/cramorant.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/cramorant.json new file mode 100644 index 0000000..bc683e0 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/cramorant.json @@ -0,0 +1,28 @@ +{ + "target": "cobblemon:cramorant", + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "canLook": false, + "walk": { + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": true, + "canBreatheUnderwater": false + } + } + }, + "baseScale": 1.0, + "hitbox": { + "width": 0.5, + "height": 1.0, + "fixed": false + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/cubone.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/cubone.json new file mode 100644 index 0000000..41530e7 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/cubone.json @@ -0,0 +1,43 @@ +{ + "target": "cobblemon:cubone", + "evolutions": [ + { + "id": "cubone_marowak", + "variant": "level_up", + "result": "marowak", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 28 + } + ] + }, + { + "id": "cubone_marowak_alolan", + "variant": "level_up", + "result": "marowak alolan", + "consumeHeldItem": false, + "learnableMoves": [ + "shadowbone" + ], + "requirements": [ + { + "variant": "level", + "minLevel": 28 + }, + { + "variant": "time_range", + "range": "night" + } + ] + } + ], + "baseScale": 0.7, + "hitbox": { + "width": 0.5, + "height": 0.8, + "fixed": false + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/cursola.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/cursola.json new file mode 100644 index 0000000..c0e07c3 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/cursola.json @@ -0,0 +1,26 @@ +{ + "target": "cobblemon:cursola", + "behaviour": { + "moving": { + "canLook": false, + "walk": { + "walkSpeed": 0.200, + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": true, + "canBreatheUnderwater": true + } + } + }, + "preEvolution": "corsola form=galar", + "evolutions": [], + "baseScale": 0.8, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/delcatty.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/delcatty.json new file mode 100644 index 0000000..8175945 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/delcatty.json @@ -0,0 +1,36 @@ +{ + "implemented": true, + "target": "cobblemon:delcatty", + "baseScale": 0.8, + "hitbox": { + "width": 0.8, + "height": 0.8, + "fixed": false + }, + "drops": { + "amount": 5, + "entries": [ + { + "item": "cobblemon:silk_scarf", + "percentage": 5.0 + }, + { + "item": "cobblemon:pecha_berry", + "percentage": 5.0 + }, + { + "item": "minecraft:raw_cod", + "quantityRange": "1-3", + "percentage": 33 + } + ] + }, + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": true, + "depth": "normal", + "light": "0-4" + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/dipplin.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/dipplin.json new file mode 100644 index 0000000..98dd6e6 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/dipplin.json @@ -0,0 +1,35 @@ +{ + "target": "cobblemon:dipplin", + "baseScale": 0.4, + "hitbox": { + "width": 0.5, + "height": 0.5, + "fixed": false + }, + "drops": { + "amount": "1", + "entries": [ + {"item": "minecraft:apple", "quantityRange": "1-2", "percentage": 50} + ] + }, + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "canLook": false, + "walk": { + "walkSpeed": 0.175, + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": false, + "canBreatheUnderwater": false + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/dottler.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/dottler.json new file mode 100644 index 0000000..a58e0f8 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/dottler.json @@ -0,0 +1,9 @@ +{ + "target": "cobblemon:dottler", + "baseScale": 0.5, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/ducklett.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/ducklett.json new file mode 100644 index 0000000..b6c072d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/ducklett.json @@ -0,0 +1,29 @@ +{ + "target": "cobblemon:ducklett", + "baseScale": 0.4, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, +"behaviour": { + "moving": { + "walk": { + "walkSpeed": 0.28 + }, + "swim": { + "swimSpeed": 0.5, + "canSwimInWater": true, + "canBreatheUnderwater": true, + "canWalkOnWater": true + } + }, + "resting": { + "canSleep": true, + "willSleepOnBed": true, + "depth": "normal", + "light": "0-4" + } + } + + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/duosion.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/duosion.json new file mode 100644 index 0000000..4a924ff --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/duosion.json @@ -0,0 +1,10 @@ +{ + "target": "cobblemon:duosion", + "implemented": true, + "baseScale": 0.75, + "hitbox": { + "width": 1, + "height": 1.8, + "fixed": false + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/eelektrik.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/eelektrik.json new file mode 100644 index 0000000..29ebc6c --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/eelektrik.json @@ -0,0 +1,12 @@ +{ + "target": "cobblemon:eelektrik", + "behaviour": { + "moving": { + "swim": { + "swimSpeed": 1, + "canSwimInWater": true, + "canBreatheUnderwater": true + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/eelektross.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/eelektross.json new file mode 100644 index 0000000..553cf6d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/eelektross.json @@ -0,0 +1,12 @@ +{ + "target": "cobblemon:eelektross", + "behaviour": { + "moving": { + "swim": { + "swimSpeed": 1, + "canSwimInWater": true, + "canBreatheUnderwater": true + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/espurr.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/espurr.json new file mode 100644 index 0000000..1e324c7 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/espurr.json @@ -0,0 +1,34 @@ +{ + "implemented": true, + "target": "cobblemon:espurr", + "shoulderMountable": true, + "baseScale": 0.7, + "hitbox": { + "width": 0.4, + "height": 0.7, + "fixed": false + }, + "drops": { + "amount": "2", + "entries": [ + { + "item": "minecraft:ender_pearl", + "quantityRange": "0-1", + "percentage": 33 + }, + { + "item": "cobblemon:colbur_berry", + "percentage": 2.5 + } + + ] + }, + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": false, + "depth": "normal", + "light": "0-4" + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/eternatus.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/eternatus.json new file mode 100644 index 0000000..1e31e45 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/eternatus.json @@ -0,0 +1,29 @@ +{ + "target": "cobblemon:eternatus", + + "baseScale":1.0, + "hitbox": { + "width": 6, + "height": 5, + "fixed": false + }, + + "behaviour": { + "moving": { + "canLook": true, + "walk": { + "walkSpeed": 0.4, + "canWalk": true, + "avoidsLand": false + }, + "fly": { + "canFly": true + }, + "swim": { + "swimSpeed": 0.2, + "canSwimInWater": false, + "canBreatheUnderwater": false + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/feebas.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/feebas.json new file mode 100644 index 0000000..a5b03e4 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/feebas.json @@ -0,0 +1,16 @@ +{ + "target": "cobblemon:feebas", + "behaviour": { + "moving": { + "walk": { + "walkSpeed": 0.2, + "avoidsLand": true + }, + "swim": { + "swimSpeed": 1, + "canSwimInWater": true, + "canBreatheUnderwater": true + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/finizen.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/finizen.json new file mode 100644 index 0000000..9f78db2 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/finizen.json @@ -0,0 +1,28 @@ +{ + "target": "cobblemon:finizen", + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "canLook": false, + "walk": { + "canWalk": true, + "avoidsLand": true + }, + "swim": { + "swimSpeed": 0.3, + "canSwimInWater": true, + "canBreatheUnderwater": true + } + } + }, + "baseScale": 1.0, + "hitbox": { + "width": 0.5, + "height": 1.0, + "fixed": false + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/flapple.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/flapple.json new file mode 100644 index 0000000..e2763ac --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/flapple.json @@ -0,0 +1,9 @@ +{ + "target": "cobblemon:flapple", + "baseScale": 0.7, + "hitbox": { + "width": 1, + "height": 1.3, + "fixed": false + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/fluttermane.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/fluttermane.json new file mode 100644 index 0000000..e58c9bb --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/fluttermane.json @@ -0,0 +1,31 @@ +{ + "target": "cobblemon:fluttermane", + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "4-15" + }, + "moving": { + "canLook": false, + "walk": { + "canWalk": false, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": false, + "canBreatheUnderwater": false + }, + "fly": { + "canFly": true + } + } + }, + "baseScale": 0.7, + "hitbox": { + "width": 0.5, + "height": 1.4, + "fixed": false + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/foongus.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/foongus.json new file mode 100644 index 0000000..d505a0f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/foongus.json @@ -0,0 +1,29 @@ +{ + "target": "cobblemon:foongus", + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "canLook": false, + "walk": { + "walkSpeed": 0.17, + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": false, + "canBreatheUnderwater": false + } + } + }, + "baseScale": 0.4, + "hitbox": { + "width": 0.6, + "height": 0.8, + "fixed": false + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/froslass.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/froslass.json new file mode 100644 index 0000000..07fe8ef --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/froslass.json @@ -0,0 +1,9 @@ +{ + "target": "cobblemon:froslass", + "baseScale":0.8, + "hitbox": { + "width": 1, + "height": 2, + "fixed": false + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/gastrodon.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/gastrodon.json new file mode 100644 index 0000000..13ab442 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/gastrodon.json @@ -0,0 +1,41 @@ +{ + "target": "cobblemon:gastrodon", + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "canLook": false, + "walk": { + "walkSpeed": 0.200, + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": true, + "canBreatheUnderwater": true + } + } + }, + "forms": [ + { + "name": "west", + "aspects": [ + "west" + ], + "preEvolution": "shellos form=west" + } + ], + "baseScale": 0.8, + "hitbox": { + "width": 1, + "height": 0.7, + "fixed": false + }, + "features": [ + "west" + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/genesect.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/genesect.json new file mode 100644 index 0000000..3ce9599 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/genesect.json @@ -0,0 +1,31 @@ +{ + "target": "cobblemon:genesect", + "behaviour": { + "resting": { + "canSleep": false, + "depth": "normal", + "light": "4-15" + }, + "moving": { + "canLook": false, + "walk": { + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": false, + "canBreatheUnderwater": false + }, + "fly": { + "canFly": true + } + } + }, + "baseScale": 0.8, + "hitbox": { + "width": 0.8, + "height": 2.0, + "fixed": false + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/glalie.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/glalie.json new file mode 100644 index 0000000..e28387a --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/glalie.json @@ -0,0 +1,9 @@ +{ + "target": "cobblemon:glalie", + "baseScale": 0.8, + "hitbox": { + "width": 1.2, + "height": 1.2, + "fixed": false + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/glameow.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/glameow.json new file mode 100644 index 0000000..2dcb84b --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/glameow.json @@ -0,0 +1,37 @@ +{ + "implemented": true, + "target": "cobblemon:glameow", + "abilities": [ + "limber", + "owntempo", + "h:keeneye" + ], + "baseScale": 0.7, + "hitbox": { + "width": 0.6, + "height": 1.0, + "fixed": false + }, + "drops": { + "amount": "2", + "entries": [ + { + "item": "cobblemon:cheri_berry", + "percentage": 2.5 + }, + { + "item": "minecraft:raw_cod", + "quantityRange": "0-1", + "percentage": 33 + } + ] + }, + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": true, + "depth": "normal", + "light": "0-4" + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/gogoat.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/gogoat.json new file mode 100644 index 0000000..4f12ace --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/gogoat.json @@ -0,0 +1,9 @@ +{ + "target": "cobblemon:gogoat", + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/gothita.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/gothita.json new file mode 100644 index 0000000..b33fbae --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/gothita.json @@ -0,0 +1,10 @@ +{ + "target": "cobblemon:gothita", + "implemented": true, + "baseScale": 0.6, + "hitbox": { + "width": 1, + "height": 1.5, + "fixed": false + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/gothitelle.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/gothitelle.json new file mode 100644 index 0000000..f38b464 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/gothitelle.json @@ -0,0 +1,10 @@ +{ + "target": "cobblemon:gothitelle", + "implemented": true, + "baseScale": 0.85, + "hitbox": { + "width": 1.25, + "height": 2.8, + "fixed": false + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/gothorita.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/gothorita.json new file mode 100644 index 0000000..28ba44c --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/gothorita.json @@ -0,0 +1,10 @@ +{ + "target": "cobblemon:gothorita", + "implemented": true, + "baseScale": 0.55, + "hitbox": { + "width": 1, + "height": 2.15, + "fixed": false + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/greavard.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/greavard.json new file mode 100644 index 0000000..c8816f3 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/greavard.json @@ -0,0 +1,10 @@ +{ + "target": "cobblemon:greavard", + "baseScale": 0.7, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + } + + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/hoppip.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/hoppip.json new file mode 100644 index 0000000..877c1fb --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/hoppip.json @@ -0,0 +1,10 @@ +{ + "target": "cobblemon:hoppip", + "implemented": true, + "baseScale": 0.7, + "hitbox": { + "width": 0.9, + "height": 0.9, + "fixed": false + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/houndoom.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/houndoom.json new file mode 100644 index 0000000..a076fea --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/houndoom.json @@ -0,0 +1,10 @@ +{ + "target": "cobblemon:houndoom", + "baseScale": 0.5, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + } + + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/houndour.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/houndour.json new file mode 100644 index 0000000..816eea5 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/houndour.json @@ -0,0 +1,10 @@ +{ + "target": "cobblemon:houndour", + "baseScale": 0.4, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + } + + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/houndstone.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/houndstone.json new file mode 100644 index 0000000..e9fcb9b --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/houndstone.json @@ -0,0 +1,10 @@ +{ + "target": "cobblemon:houndstone", + "baseScale": 0.5, + "hitbox": { + "width": 1, + "height": 1.5, + "fixed": false + } + + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/hydrapple.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/hydrapple.json new file mode 100644 index 0000000..a5e9e83 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/hydrapple.json @@ -0,0 +1,29 @@ +{ + "target": "cobblemon:hydrapple", + "baseScale": 0.9, + "hitbox": { + "width": 1, + "height": 1.3, + "fixed": false + }, + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "canLook": false, + "walk": { + "walkSpeed": 0.165, + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": true, + "canBreatheUnderwater": false + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/indeedee.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/indeedee.json new file mode 100644 index 0000000..1378d71 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/indeedee.json @@ -0,0 +1,136 @@ +{ + "implemented": true, + "target": "cobblemon:indeedee", + "baseScale": 0.75, + "hitbox": { + "width": 0.86, + "height": 2, + "fixed": false + }, + "maleRatio": 0.5, + "forms": [ + { + "name": "female", + "abilities": [ + "owntempo", + "synchronize", + "h:psychicsurge" + ], + "baseStats": { + "hp": 70, + "attack": 55, + "defence": 65, + "special_attack": 95, + "special_defence": 105, + "speed": 85 + }, + "catchRate": 30, + "maleRatio": 0, + "baseExperienceYield": 166, + "baseFriendship": 140, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 2, + "speed": 0 + }, + "experienceGroup": "fast", + "eggCycles": 40, + "eggGroups": [ + "fairy" + ], + "moves": [ + "1:playnice", + "1:storedpower", + "5:batonpass", + "10:disarmingvoice", + "15:psybeam", + "20:helpinghand", + "25:followme", + "30:aromatherapy", + "30:healingwish", + "35:psychic", + "40:calmmind", + "45:guardsplit", + "50:psychicterrain", + "egg:fakeout", + "egg:healpulse", + "egg:psychoshift", + "egg:psychup", + "tm:alluringvoice", + "tm:allyswitch", + "tm:attract", + "tm:batonpass", + "tm:bodyslam", + "tm:calmmind", + "tm:charm", + "tm:dazzlinggleam", + "tm:disarmingvoice", + "tm:drainingkiss", + "tm:drainpunch", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:futuresight", + "tm:guardswap", + "tm:helpinghand", + "tm:hypervoice", + "tm:imprison", + "tm:lightscreen", + "tm:magicalleaf", + "tm:metronome", + "tm:mysticalfire", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:psybeam", + "tm:psychic", + "tm:psychicterrain", + "tm:psychup", + "tm:psyshock", + "tm:reflect", + "tm:rest", + "tm:round", + "tm:safeguard", + "tm:shadowball", + "tm:skillswap", + "tm:sleeptalk", + "tm:snore", + "tm:storedpower", + "tm:substitute", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:trick", + "tm:trickroom", + "tm:zenheadbutt", + "tutor:expandingforce", + "tutor:terrainpulse" + ], + "labels": [ + "gen8" + ], + "aspects": [ + "female" + ], + "height": 9, + "weight": 280, + "baseScale": 0.75, + "hitbox": { + "width": 0.8, + "height": 2, + "fixed": false + }, + "cannotDynamax": false, + "battleOnly": false + } + ], + "baseExperienceYield": 166, + "experienceGroup": "fast", + "eggCycles": 40, + "eggGroups": [ + "fairy" + ] + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/ironmoth.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/ironmoth.json new file mode 100644 index 0000000..1a3b950 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/ironmoth.json @@ -0,0 +1,33 @@ +{ + "target": "cobblemon:ironmoth", + "behaviour": { + "resting": { + "canSleep": false, + "depth": "normal", + "light": "0-4", + "willSleepOnBed": false + }, + "moving": { + "canLook": true, + "walk": { + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.3, + "canSwimInWater": true, + "canBreatheUnderwater": false + }, + "fly": { + "canFly": true, + "flySpeedHorizontal": 0.3 + }, + "wanderChance": 1 + } + }, + "hitbox": { + "width": 1.15, + "height": 2.35, + "fixed": false + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/jumpluff.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/jumpluff.json new file mode 100644 index 0000000..59c59ff --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/jumpluff.json @@ -0,0 +1,10 @@ +{ + "target": "cobblemon:jumpluff", + "implemented": true, + "baseScale": 0.7, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/kingambit.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/kingambit.json new file mode 100644 index 0000000..71dbfac --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/kingambit.json @@ -0,0 +1,29 @@ +{ + "target": "cobblemon:kingambit", + + "baseScale":1.0, + "hitbox": { + "width": 2, + "height": 3, + "fixed": false + }, + + "behaviour": { + "moving": { + "canLook": true, + "walk": { + "walkSpeed": 0.3, + "canWalk": true, + "avoidsLand": false + }, + "fly": { + "canFly": false + }, + "swim": { + "swimSpeed": 0.2, + "canSwimInWater": false, + "canBreatheUnderwater": false + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/kubfu.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/kubfu.json new file mode 100644 index 0000000..002fe85 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/kubfu.json @@ -0,0 +1,41 @@ +{ + "target": "cobblemon:kubfu", + + "baseScale":1.0, + "hitbox": { + "width": 1, + "height": 1.5, + "fixed": false + }, + + "evolutions": [ + { + "id": "kubfu_urshifu", + "variant": "item_interact", + "result": "urshifu", + "consumeHeldItem": true, + "learnableMoves": [], + "requirements": [], + "requiredContext": "cobblemon:muscle_band" + }, + ], + + "behaviour": { + "moving": { + "canLook": true, + "walk": { + "walkSpeed": 0.6, + "canWalk": true, + "avoidsLand": false + }, + "fly": { + "canFly": false + }, + "swim": { + "swimSpeed": 0.2, + "canSwimInWater": false, + "canBreatheUnderwater": false + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/landorus.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/landorus.json new file mode 100644 index 0000000..9caac99 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/landorus.json @@ -0,0 +1,29 @@ +{ + "target": "cobblemon:landorus", + + "baseScale":1.0, + "hitbox": { + "width": 1.5, + "height": 2.5, + "fixed": false + }, + + "behaviour": { + "moving": { + "canLook": true, + "walk": { + "walkSpeed": 0.6, + "canWalk": true, + "avoidsLand": false + }, + "fly": { + "canFly": true + }, + "swim": { + "swimSpeed": 0.2, + "canSwimInWater": false, + "canBreatheUnderwater": false + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/latias.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/latias.json new file mode 100644 index 0000000..a98b4d5 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/latias.json @@ -0,0 +1,29 @@ +{ + "target": "cobblemon:latias", + + "baseScale":1.0, + "hitbox": { + "width": 3, + "height": 2.5, + "fixed": false + }, + + "behaviour": { + "moving": { + "canLook": true, + "walk": { + "walkSpeed": 1.5, + "canWalk": true, + "avoidsLand": false + }, + "fly": { + "canFly": true + }, + "swim": { + "swimSpeed": 0.2, + "canSwimInWater": false, + "canBreatheUnderwater": false + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/latios.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/latios.json new file mode 100644 index 0000000..25f7d9f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/latios.json @@ -0,0 +1,29 @@ +{ + "target": "cobblemon:latios", + + "baseScale":1.0, + "hitbox": { + "width": 3, + "height": 2.5, + "fixed": false + }, + + "behaviour": { + "moving": { + "canLook": true, + "walk": { + "walkSpeed": 1.5, + "canWalk": true, + "avoidsLand": false + }, + "fly": { + "canFly": true + }, + "swim": { + "swimSpeed": 0.2, + "canSwimInWater": false, + "canBreatheUnderwater": false + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/leavanny.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/leavanny.json new file mode 100644 index 0000000..ce774e2 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/leavanny.json @@ -0,0 +1,10 @@ +{ + "target": "cobblemon:leavanny", + "implemented": true, + "baseScale": 0.8, + "hitbox": { + "width": 0.8, + "height": 2.3, + "fixed": false + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/ledian.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/ledian.json new file mode 100644 index 0000000..5f9d006 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/ledian.json @@ -0,0 +1,31 @@ +{ + "target": "cobblemon:ledian", + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "4-15" + }, + "moving": { + "canLook": false, + "walk": { + "canWalk": false, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": false, + "canBreatheUnderwater": false + }, + "fly": { + "canFly": true + } + } + }, + "baseScale": 0.5, + "hitbox": { + "width": 0.7, + "height": 1.0, + "fixed": false + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/ledyba.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/ledyba.json new file mode 100644 index 0000000..ebee8e7 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/ledyba.json @@ -0,0 +1,31 @@ +{ + "target": "cobblemon:ledyba", + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "4-15" + }, + "moving": { + "canLook": false, + "walk": { + "canWalk": false, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": false, + "canBreatheUnderwater": false + }, + "fly": { + "canFly": true + } + } + }, + "baseScale": 0.6, + "hitbox": { + "width": 0.8, + "height": 1.0, + "fixed": false + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/liepard.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/liepard.json new file mode 100644 index 0000000..d71f1fa --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/liepard.json @@ -0,0 +1,37 @@ +{ + "implemented": true, + "target": "cobblemon:liepard", + "shoulderMountable": false, + "baseScale": 1.0, + "hitbox": { + "width": 0.9, + "height": 1.3, + "fixed": false + }, + "drops": { + "amount": "5", + "entries": [ + { + "item": "minecraft:rotten_flesh", + "quantityRange": "0-2" + }, + { + "item": "cobblemon:bluk_berry", + "percentage": 5.0 + }, + { + "item": "minecraft:raw_cod", + "quantityRange": "1-2", + "percentage": 33 + } + ] + }, + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": true, + "depth": "normal", + "light": "0-4" + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/litleo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/litleo.json new file mode 100644 index 0000000..700f267 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/litleo.json @@ -0,0 +1,37 @@ +{ + "target": "cobblemon:litleo", + "implemented": true, + "shoulderMountable": true, + "baseScale": 0.7, + "hitbox": { + "width": 0.6, + "height": 0.8, + "fixed": false + }, + "drops": { + "amount": 3, + "entries": [ + { + "item": "minecraft:rotten_flesh", + "quantityRange": "0-1" + }, + { + "item": "minecraft:blaze_powder", + "percentage": 5 + }, + { + "item": "cobblemon:rawst_berry", + "percentage": 2.5 + } + + ] + }, + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": true, + "depth": "normal", + "light": "0-4" + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/lycanroc.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/lycanroc.json new file mode 100644 index 0000000..f15b1e2 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/lycanroc.json @@ -0,0 +1,11 @@ +{ + "target": "cobblemon:lycanroc", + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "features": [ + "dusk", "midnight"] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/mareanie.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/mareanie.json new file mode 100644 index 0000000..16f2681 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/mareanie.json @@ -0,0 +1,34 @@ +{ + "target": "cobblemon:mareanie", + "baseScale": 0.5, + "hitbox": { + "width": 1, + "height": 0.5, + "fixed": false + }, + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "0-4", + "willSleepOnBed": false + }, + "moving": { + "canLook": true, + "walk": { + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.3, + "canSwimInWater": false, + "canBreatheUnderwater": true + }, + "fly": { + "canFly": false, + "flySpeedHorizontal": 0.3 + }, + "wanderChance": 1 + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/marill.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/marill.json new file mode 100644 index 0000000..a65de83 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/marill.json @@ -0,0 +1,18 @@ +{ + "target": "cobblemon:marill", + "behaviour": { + "moving": { + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": true, + "canBreatheUnderwater": true + } + } +}, + "baseScale": 1, + "hitbox": { + "width": 0.5, + "height": 0.8, + "fixed": false + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/marshadow.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/marshadow.json new file mode 100644 index 0000000..9ae8a4f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/marshadow.json @@ -0,0 +1,32 @@ +{ + "target": "cobblemon:marshadow", + "behaviour": { + "resting": { + "canSleep": false, + "depth": "normal", + "light": "4-15" + }, + "moving": { + "canLook": true, + "walk": { + "canWalk": true, + "walkSpeed": 0.195, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": true, + "canBreatheUnderwater": false + }, + "fly": { + "canFly": false + } + } + }, + "baseScale": 0.6, + "hitbox": { + "width": 0.5, + "height": 0.8, + "fixed": false + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/melmetal.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/melmetal.json new file mode 100644 index 0000000..81b6dcc --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/melmetal.json @@ -0,0 +1,35 @@ +{ + "target": "cobblemon:melmetal", + "baseScale": 1.2, + "hitbox": { + "width": 2.4, + "height": 3.3, + "fixed": false + }, + "drops": { + "amount": "1", + "entries": [ + {"item": "minecraft:iron_block", "quantityRange": "1-2", "percentage": 50} + ] + }, + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "canLook": false, + "walk": { + "walkSpeed": 0.195, + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": false, + "canBreatheUnderwater": false + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/meltan.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/meltan.json new file mode 100644 index 0000000..8d723c7 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/meltan.json @@ -0,0 +1,54 @@ +{ + "target": "cobblemon:meltan", + "baseScale": 0.3, + "hitbox": { + "width": 0.4, + "height": 0.8, + "fixed": false + }, + "drops": { + "amount": "1", + "entries": [ + {"item": "minecraft:iron_ingot", "quantityRange": "1-5", "percentage": 50} + ] + }, + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "canLook": false, + "walk": { + "walkSpeed": 0.175, + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": false, + "canBreatheUnderwater": false + } + } + }, + "evolutions": [ + { + "id": "meltan_melmetal", + "variant": "level_up", + "result": "melmetal", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "held_item", + "itemCondition": "minecraft:anvil" + }, + { + "variant": "level", + "minLevel": 60 + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/meowstic.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/meowstic.json new file mode 100644 index 0000000..9e918d8 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/meowstic.json @@ -0,0 +1,33 @@ +{ + "implemented": true, + "target": "cobblemon:meowstic", + "baseScale": 0.6, + "hitbox": { + "width": 0.6, + "height": 1.4, + "fixed": false + }, + "maleRatio": 0.5, + "drops": { + "amount": "3", + "entries": [ + { + "item": "cobblemon:colbur_berry", + "percentage": 5.0 + }, + { + "item": "minecraft:ender_pearl", + "quantityRange": "1-2", + "percentage": 33 + } + ] + }, + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": true, + "depth": "normal", + "light": "0-4" + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/meowth.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/meowth.json new file mode 100644 index 0000000..6a76c7a --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/meowth.json @@ -0,0 +1,4 @@ +{ + "target": "cobblemon:meowth", + "shoulderMountable": true +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/milotic.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/milotic.json new file mode 100644 index 0000000..6d8a519 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/milotic.json @@ -0,0 +1,34 @@ +{ + "target": "cobblemon:milotic", + "behaviour": { + "moving": { + "walk": { + "walkSpeed": 0.2, + "avoidsLand": true + }, + "swim": { + "swimSpeed": 1, + "canSwimInWater": true, + "canBreatheUnderwater": true + } + } + }, + "evolutions": [ + { + "id": "milotic_megamilotic", + "variant": "item_interact", + "result": "megamilotic", + "consumeHeldItem": true, + "requirements": [], + "requiredContext": "lackingmegas:key_stone" + }, + { + "id": "milotic_megamilotic1", + "variant": "item_interact", + "result": "megamilotic", + "consumeHeldItem": false, + "requirements": [], + "requiredContext": "lackingmegas:mega_ring" + } +] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/mincinno.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/mincinno.json new file mode 100644 index 0000000..b8cd73c --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/mincinno.json @@ -0,0 +1,28 @@ +{ + "target": "cobblemon:minccino", + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "canLook": false, + "walk": { + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": true, + "canBreatheUnderwater": false + } + } + }, + "baseScale": 0.4, + "hitbox": { + "width": 0.5, + "height": 1.0, + "fixed": false + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/morpeko.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/morpeko.json new file mode 100644 index 0000000..833d319 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/morpeko.json @@ -0,0 +1,28 @@ +{ + "target": "cobblemon:morpeko", + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "canLook": false, + "walk": { + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": true, + "canBreatheUnderwater": false + } + } + }, + "baseScale": 0.5, + "hitbox": { + "width": 0.5, + "height": 1.0, + "fixed": false + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/mrmime.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/mrmime.json new file mode 100644 index 0000000..ff4eba5 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/mrmime.json @@ -0,0 +1,6 @@ +{ + "target": "cobblemon:mrmime", + "features": [ + "galarian" + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/munna.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/munna.json new file mode 100644 index 0000000..11a2827 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/munna.json @@ -0,0 +1,9 @@ +{ + "target": "cobblemon:munna", + "baseScale": 0.8, + "hitbox": { + "width": 1, + "height": 1.3, + "fixed": false + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/musharna.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/musharna.json new file mode 100644 index 0000000..6bbeeb6 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/musharna.json @@ -0,0 +1,9 @@ +{ + "target": "cobblemon:musharna", + "baseScale": 0.9, + "hitbox": { + "width": 1, + "height": 1.3, + "fixed": false + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/nihilego.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/nihilego.json new file mode 100644 index 0000000..dfc69c8 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/nihilego.json @@ -0,0 +1,31 @@ +{ + "target": "cobblemon:nihilego", + "behaviour": { + "resting": { + "canSleep": false, + "depth": "normal", + "light": "4-15" + }, + "moving": { + "canLook": false, + "walk": { + "canWalk": false, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": false, + "canBreatheUnderwater": false + }, + "fly": { + "canFly": true + } + } + }, + "baseScale": 0.8, + "hitbox": { + "width": 1.0, + "height": 4.0, + "fixed": false + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/orbeetle.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/orbeetle.json new file mode 100644 index 0000000..c240470 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/orbeetle.json @@ -0,0 +1,9 @@ +{ + "target": "cobblemon:orbeetle", + "baseScale": 0.75, + "hitbox": { + "width": 1.4, + "height": 1.6, + "fixed": false + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/palafin.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/palafin.json new file mode 100644 index 0000000..15778c7 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/palafin.json @@ -0,0 +1,44 @@ +{ + "target": "cobblemon:palafin", + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "canLook": false, + "walk": { + "canWalk": true, + "avoidsLand": true + }, + "swim": { + "swimSpeed": 0.3, + "canSwimInWater": true, + "canBreatheUnderwater": true + } + } + }, + "preEvolution": "finizen", + "evolutions": [ + { + "id": "palafin_palafinhero", + "variant": "level_up", + "result": "palafinhero", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 45 + } + ] + } + ], + "baseScale": 1.0, + "hitbox": { + "width": 0.5, + "height": 1.0, + "fixed": false + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/palossand.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/palossand.json new file mode 100644 index 0000000..1566809 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/palossand.json @@ -0,0 +1,39 @@ +{ + "target": "cobblemon:palossand", + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "canLook": false, + "walk": { + "walkSpeed": 0.175, + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": false, + "canBreatheUnderwater": false + } + } + }, + "forms": [ + { + "name": "redsand", + "aspects": [ + "redsand" + ], + "preEvolution": "sandygast form=redsand" + } + ], + "baseScale": 1, + "hitbox": { + "width": 0.4, + "height": 0.8, + "fixed": false + }, + "features": ["redsand"] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/pawniard.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/pawniard.json new file mode 100644 index 0000000..5f5afbb --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/pawniard.json @@ -0,0 +1,29 @@ +{ + "target": "cobblemon:pawniard", + + "baseScale":1.0, + "hitbox": { + "width": 1, + "height": 1.5, + "fixed": false + }, + + "behaviour": { + "moving": { + "canLook": true, + "walk": { + "walkSpeed": 0.5, + "canWalk": true, + "avoidsLand": false + }, + "fly": { + "canFly": false + }, + "swim": { + "swimSpeed": 0.2, + "canSwimInWater": false, + "canBreatheUnderwater": false + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/pecharunt.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/pecharunt.json new file mode 100644 index 0000000..4bc6591 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/pecharunt.json @@ -0,0 +1,28 @@ +{ + "target": "cobblemon:pecharunt", + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "canLook": false, + "walk": { + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": true, + "canBreatheUnderwater": false + } + } + }, + "baseScale": 0.5, + "hitbox": { + "width": 1.0, + "height": 1.0, + "fixed": false + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/poltchageist.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/poltchageist.json new file mode 100644 index 0000000..d903a13 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/poltchageist.json @@ -0,0 +1,34 @@ +{ + "target": "cobblemon:poltchageist", + "drops": { + "amount": "1", + "entries": [ + {"item": "minecraft:green_dye", "quantityRange": "1-2", "percentage": 50} + ] + }, + "evolutions": [ + { + "id": "poltchageist_sinistcha", + "variant": "level_up", + "result": "sinistcha", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "held_item", + "itemCondition": "cobblemon:cracked_pot" + }, + { + "variant": "level", + "minLevel": 1 + } + ] + } + ], + "baseScale": 0.4, + "hitbox": { + "width": 0.5, + "height": 1.0, + "fixed": false + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/purrloin.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/purrloin.json new file mode 100644 index 0000000..d4c3296 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/purrloin.json @@ -0,0 +1,36 @@ +{ + "implemented": true, + "target": "cobblemon:purrloin", + "shoulderMountable": true, + "baseScale": 0.7, + "hitbox": { + "width": 0.6, + "height": 0.8, + "fixed": false + }, + "drops": { + "amount": "3", + "entries": [ + { + "item": "minecraft:rotten_flesh", + "quantityRange": "0-1" + }, + { + "item": "cobblemon:bluk_berry", + "percentage": 2.5 + }, + { + "item": "minecraft:raw_cod", + "percentage": 33 + } + ] + }, + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": true, + "depth": "normal", + "light": "0-4" + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/purugly.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/purugly.json new file mode 100644 index 0000000..48e6295 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/purugly.json @@ -0,0 +1,27 @@ +{ + "implemented": true, + "target": "cobblemon:purugly", + "baseScale": 0.8, + "drops": { + "amount": "3", + "entries": [ + { + "item": "cobblemon:cheri_berry", + "percentage": 5.0 + }, + { + "item": "minecraft:raw_cod", + "quantityRange": "1-2", + "percentage": 33 + } + ] + }, + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": true, + "depth": "normal", + "light": "0-4" + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/pyroar.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/pyroar.json new file mode 100644 index 0000000..7d9dc59 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/pyroar.json @@ -0,0 +1,36 @@ +{ + "implemented": true, + "target": "cobblemon:pyroar", + "baseScale": 0.8, + "hitbox": { + "width": 1.0, + "height": 1.6, + "fixed": false + }, + "drops": { + "amount": "4", + "entries": [ + { + "item": "minecraft:rotten_flesh", + "quantityRange": "0-2" + }, + { + "item": "minecraft:blaze_powder", + "percentage": 10.0 + }, + { + "item": "cobblemon:rawst_berry", + "percentage": 5.0 + } + + ] + }, + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": true, + "depth": "normal", + "light": "0-4" + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/reshiram.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/reshiram.json new file mode 100644 index 0000000..b67a072 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/reshiram.json @@ -0,0 +1,29 @@ +{ + "target": "cobblemon:reshiram", + + "baseScale":1.0, + "hitbox": { + "width": 3.5, + "height": 5, + "fixed": false + }, + + "behaviour": { + "moving": { + "canLook": true, + "walk": { + "walkSpeed": 0.3, + "canWalk": true, + "avoidsLand": false + }, + "fly": { + "canFly": true + }, + "swim": { + "swimSpeed": 0.2, + "canSwimInWater": false, + "canBreatheUnderwater": false + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/reuniclus.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/reuniclus.json new file mode 100644 index 0000000..03ad8bf --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/reuniclus.json @@ -0,0 +1,10 @@ +{ + "target": "cobblemon:reuniclus", + "implemented": true, + "baseScale": 0.75, + "hitbox": { + "width": 1.9, + "height": 2.2, + "fixed": false + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/rockruff.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/rockruff.json new file mode 100644 index 0000000..1368c81 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/rockruff.json @@ -0,0 +1,49 @@ +{ + "target": "cobblemon:rockruff", + "baseScale": 0.7, + "evolutions": [ + { + "id": "rockruff_lycanroc_midnight", + "variant": "level_up", + "result": "lycanroc midnight", + "consumeHeldItem": false, + "learnableMoves": [ + "counter" + ], + "requirements": [ + { + "variant": "level", + "minLevel": 25 + }, + { + "variant": "time_range", + "range": "night" + } + ] + }, + { + "id": "rockruff_lycanroc_dusk", + "variant": "level_up", + "result": "lycanroc dusk", + "consumeHeldItem": false, + "learnableMoves": [ + "crushclaw" + ], + "requirements": [ + { + "variant": "level", + "minLevel": 25 + }, + { + "variant": "time_range", + "range": "noon" + } + ] + } + ], + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/sandygast.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/sandygast.json new file mode 100644 index 0000000..d69ed94 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/sandygast.json @@ -0,0 +1,55 @@ +{ + "target": "cobblemon:sandygast", + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "canLook": false, + "walk": { + "walkSpeed": 0.175, + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": false, + "canBreatheUnderwater": false + } + } + }, + "forms": [ + { + "name": "redsand", + "primaryType": "ghost", + "secondaryType": "ground", + "aspects": [ + "redsand" + ], + "evolutions": [ + { + "id": "sandygast_palossand_redsand", + "variant": "level_up", + "result": "palossand redsand", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 42 + } + ] + } + ] + } + ], + "baseScale": 0.8, + "hitbox": { + "width": 0.5, + "height": 0.8, + "fixed": false + }, + "features": ["redsand"] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/screamtail.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/screamtail.json new file mode 100644 index 0000000..565547a --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/screamtail.json @@ -0,0 +1,28 @@ +{ + "target": "cobblemon:screamtail", + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "canLook": false, + "walk": { + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": false, + "canBreatheUnderwater": false + } + } + }, + "baseScale": 1.0, + "hitbox": { + "width": 0.6, + "height": 1, + "fixed": false + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/sewaddle.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/sewaddle.json new file mode 100644 index 0000000..03b9df2 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/sewaddle.json @@ -0,0 +1,10 @@ +{ + "target": "cobblemon:sewaddle", + "implemented": true, + "baseScale": 0.8, + "hitbox": { + "width": 0.7, + "height": 0.7, + "fixed": false + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/shellos.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/shellos.json new file mode 100644 index 0000000..806096d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/shellos.json @@ -0,0 +1,54 @@ +{ + "target": "cobblemon:shellos", + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "canLook": false, + "walk": { + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": false, + "canBreatheUnderwater": false + } + } + }, + "forms": [ + { + "name": "west", + "aspects": [ + "west" + ], + "evolutions": [ + { + "id": "shellos_gastrodon_west", + "variant": "level_up", + "result": "gastrodon west", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 30 + } + ] + } + ] + } + ], + "baseScale": 0.5, + "hitbox": { + "width": 0.5, + "height": 1.0, + "fixed": false + }, + "features": [ + "west" + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/shinx.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/shinx.json new file mode 100644 index 0000000..0369fbc --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/shinx.json @@ -0,0 +1,4 @@ +{ + "target": "cobblemon:shinx", + "shoulderMountable": true +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/sinistcha.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/sinistcha.json new file mode 100644 index 0000000..7e0642e --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/sinistcha.json @@ -0,0 +1,28 @@ +{ + "target": "cobblemon:sinistcha", + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "canLook": false, + "walk": { + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": true, + "canBreatheUnderwater": false + } + } + }, + "baseScale": 0.8, + "hitbox": { + "width": 0.5, + "height": 1.0, + "fixed": false + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/skiddo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/skiddo.json new file mode 100644 index 0000000..7bb7b45 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/skiddo.json @@ -0,0 +1,9 @@ +{ + "target": "cobblemon:skiddo", + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/skiploom.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/skiploom.json new file mode 100644 index 0000000..03dd292 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/skiploom.json @@ -0,0 +1,10 @@ +{ + "target": "cobblemon:skiploom", + "implemented": true, + "baseScale": 0.8, + "hitbox": { + "width": 1, + "height": 0.9, + "fixed": false + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/skuntank.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/skuntank.json new file mode 100644 index 0000000..63c8b38 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/skuntank.json @@ -0,0 +1,38 @@ +{ + "implemented": true, + "target": "cobblemon:skuntank", + "shoulderMountable": false, + "baseScale": 1.3, + "hitbox": { + "width": 0.8, + "height": 1.0, + "fixed": false + }, + "drops": { + "amount": "5", + "entries": [ + { + "item": "cobblemon:pecha_berry", + "percentage": 5.0 + }, + { + "item": "minecraft:ink_sac", + "quantityRange": "0-2", + "percentage": 33 + }, + { + "item": "minecraft:slime_ball", + "quantityRange": "0-2", + "percentage": 33 + } + ] + }, + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": false, + "depth": "normal", + "light": "0-4" + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/snorunt.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/snorunt.json new file mode 100644 index 0000000..3abbc62 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/snorunt.json @@ -0,0 +1,4 @@ +{ + "target": "cobblemon:snorunt", + "baseScale": 0.8 +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/solosis.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/solosis.json new file mode 100644 index 0000000..ad0f04d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/solosis.json @@ -0,0 +1,10 @@ +{ + "target": "cobblemon:solosis", + "implemented": true, + "baseScale": 0.75, + "hitbox": { + "width": 1, + "height": 1.4, + "fixed": false + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/stunky.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/stunky.json new file mode 100644 index 0000000..5131ac9 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/stunky.json @@ -0,0 +1,36 @@ +{ + "implemented": true, + "target": "cobblemon:stunky", + "shoulderMountable": true, + "baseScale": 0.7, + "hitbox": { + "width": 0.7, + "height": 0.7, + "fixed": false + }, + "drops": { + "amount": "3", + "entries": [ + { + "item": "cobblemon:pecha_berry", + "percentage": 2.5 + }, + { + "item": "minecraft:ink_sac", + "percentage": 33 + }, + { + "item": "minecraft:slime_ball", + "percentage": 33 + } + ] + }, + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": false, + "depth": "normal", + "light": "0-4" + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/swadloon.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/swadloon.json new file mode 100644 index 0000000..fd3b404 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/swadloon.json @@ -0,0 +1,10 @@ +{ + "target": "cobblemon:swadloon", + "implemented": true, + "baseScale": 0.7, + "hitbox": { + "width": 1, + "height": 0.9, + "fixed": false + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/swanna.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/swanna.json new file mode 100644 index 0000000..f9289e4 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/swanna.json @@ -0,0 +1,24 @@ +{ + "target": "cobblemon:swanna", + "baseScale": 0.7, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "behaviour": { + "moving": { + "swim": { + "canWalkOnWater": true, + "canSwimInWater": true, + "canBreatheUnderwater": true + }, + "fly": { + "canFly": true + }, + "walk": { + "walkSpeed": 0.4 + } + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/tadbulb.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/tadbulb.json new file mode 100644 index 0000000..bd79506 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/tadbulb.json @@ -0,0 +1,31 @@ +{ + "target": "cobblemon:tadbulb", + "behaviour": { + "resting": { + "canSleep": false, + "depth": "normal", + "light": "4-15" + }, + "moving": { + "canLook": false, + "walk": { + "canWalk": false, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": false, + "canBreatheUnderwater": false + }, + "fly": { + "canFly": true + } + } + }, + "baseScale": 0.6, + "hitbox": { + "width": 0.5, + "height": 1.0, + "fixed": false + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/tauros.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/tauros.json new file mode 100644 index 0000000..3305e60 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/tauros.json @@ -0,0 +1,8 @@ +{ + "target": "cobblemon:tauros", + "features": [ + "paldean-breed-combat", + "paldean-breed-blaze", + "paldean-breed-aqua" + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/thundurus.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/thundurus.json new file mode 100644 index 0000000..50bbade --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/thundurus.json @@ -0,0 +1,29 @@ +{ + "target": "cobblemon:thundurus", + + "baseScale":1.0, + "hitbox": { + "width": 1.5, + "height": 2.5, + "fixed": false + }, + + "behaviour": { + "moving": { + "canLook": true, + "walk": { + "walkSpeed": 0.6, + "canWalk": true, + "avoidsLand": false + }, + "fly": { + "canFly": true + }, + "swim": { + "swimSpeed": 0.2, + "canSwimInWater": false, + "canBreatheUnderwater": false + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/togedemaru.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/togedemaru.json new file mode 100644 index 0000000..6584333 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/togedemaru.json @@ -0,0 +1,28 @@ +{ + "target": "cobblemon:togedemaru", + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "canLook": false, + "walk": { + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": false, + "canBreatheUnderwater": false + } + } + }, + "baseScale": 0.7, + "hitbox": { + "width": 0.5, + "height": 1.0, + "fixed": false + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/tornadus.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/tornadus.json new file mode 100644 index 0000000..c9ba955 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/tornadus.json @@ -0,0 +1,29 @@ +{ + "target": "cobblemon:tornadus", + + "baseScale":1.0, + "hitbox": { + "width": 1.5, + "height": 2.5, + "fixed": false + }, + + "behaviour": { + "moving": { + "canLook": true, + "walk": { + "walkSpeed": 0.6, + "canWalk": true, + "avoidsLand": false + }, + "fly": { + "canFly": true + }, + "swim": { + "swimSpeed": 0.2, + "canSwimInWater": false, + "canBreatheUnderwater": false + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/toxapex.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/toxapex.json new file mode 100644 index 0000000..873e714 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/toxapex.json @@ -0,0 +1,34 @@ +{ + "target": "cobblemon:toxapex", + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "0-4", + "willSleepOnBed": false + }, + "moving": { + "canLook": true, + "walk": { + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.3, + "canSwimInWater": false, + "canBreatheUnderwater": true + }, + "fly": { + "canFly": false, + "flySpeedHorizontal": 0.3 + }, + "wanderChance": 1 + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/toxel.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/toxel.json new file mode 100644 index 0000000..038920b --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/toxel.json @@ -0,0 +1,10 @@ +{ + "target": "cobblemon:toxel", + "baseScale": 0.5, + "hitbox": { + "width": 1, + "height": 0.5, + "fixed": false + } + + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/toxtricity.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/toxtricity.json new file mode 100644 index 0000000..1486f05 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/toxtricity.json @@ -0,0 +1,13 @@ +{ + "target": "cobblemon:toxtricity", + "baseScale": 0.6, + "hitbox": { + "width": 1, + "height": 1.5, + "fixed": false + }, + "aspects": [ + "female" + ] + + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/tynamo.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/tynamo.json new file mode 100644 index 0000000..512a863 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/tynamo.json @@ -0,0 +1,16 @@ +{ + "target": "cobblemon:tynamo", + "behaviour": { + "moving": { + "walk": { + "walkSpeed": 0.2, + "avoidsLand": true + }, + "swim": { + "swimSpeed": 1, + "canSwimInWater": true, + "canBreatheUnderwater": true + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/unown_beezy.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/unown_beezy.json new file mode 100644 index 0000000..e87a4ca --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/unown_beezy.json @@ -0,0 +1,29 @@ +{ + "target": "cobblemon:unown", + "baseScale": 2, + "hitbox": { + "width": 0.5, + "height": 0.7, + "fixed": false + }, + "behaviour": { + "moving": { + "canLook": false, + "fly": { + "canFly": true + } + } + }, + "drops": { + "amount": "2", + "entries": [ + { + "item": "minecraft:ender_pearl", + "percentage": 15 + } + ] + }, + "features": [ + "letter" + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/ursaluna.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/ursaluna.json new file mode 100644 index 0000000..c53c8d6 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/ursaluna.json @@ -0,0 +1,4 @@ +{ + "target": "cobblemon:ursaluna", + "features": ["bloodmoon"] + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/veluza.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/veluza.json new file mode 100644 index 0000000..28faf8f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/veluza.json @@ -0,0 +1,28 @@ +{ + "target": "cobblemon:veluza", + "baseScale": 1.0, + "hitbox": { + "width": 0.5, + "height": 1.0, + "fixed": false + }, + "behaviour": { + "resting": { + "canSleep": false, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "canLook": false, + "walk": { + "canWalk": true, + "avoidsLand": true + }, + "swim": { + "swimSpeed": 0.12, + "canSwimInWater": true, + "canBreatheUnderwater": true + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/volcanion.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/volcanion.json new file mode 100644 index 0000000..7b0dbea --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/volcanion.json @@ -0,0 +1,10 @@ +{ + "target": "cobblemon:volcanion", + "enabled":"true", + "baseScale": 1, + "hitbox": { + "width": 3.8, + "height": 4, + "fixed": false + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/xurkitree.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/xurkitree.json new file mode 100644 index 0000000..61372bf --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/xurkitree.json @@ -0,0 +1,34 @@ +{ + "target": "xurkitree", + "baseScale": 0.9, + "hitbox": { + "width": 2.0, + "height": 6.0, + "fixed": false + }, + "drops": { + "amount": "1", + "entries": [ + {"item": "minecraft:iron_ingot", "quantityRange": "1-32", "percentage": 50} + ] + }, + "behaviour": { + "resting": { + "canSleep": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "canLook": false, + "walk": { + "canWalk": true, + "avoidsLand": false + }, + "swim": { + "swimSpeed": 0.1, + "canSwimInWater": false, + "canBreatheUnderwater": false + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/zekrom.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/zekrom.json new file mode 100644 index 0000000..f212ee0 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/zekrom.json @@ -0,0 +1,29 @@ +{ + "target": "cobblemon:zekrom", + + "baseScale":1.0, + "hitbox": { + "width": 4, + "height": 5, + "fixed": false + }, + + "behaviour": { + "moving": { + "canLook": true, + "walk": { + "walkSpeed": 0.3, + "canWalk": true, + "avoidsLand": false + }, + "fly": { + "canFly": true + }, + "swim": { + "swimSpeed": 0.2, + "canSwimInWater": false, + "canBreatheUnderwater": false + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/zeraora.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/zeraora.json new file mode 100644 index 0000000..c8ce727 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_additions/zeraora.json @@ -0,0 +1,28 @@ +{ + "implemented": true, + "target": "cobblemon:zeraora", + "shoulderMountable": false, + "baseScale": 0.7, + "hitbox": { + "width": 0.7, + "height": 2.4, + "fixed": false + }, + "drops": { + "amount": "1", + "entries": [ + { + "item": "minecraft:nether_star", + "percentage": 100 + } + ] + }, + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": true, + "depth": "normal", + "light": "0-4" + } + } + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_feature_assignments/core.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_feature_assignments/core.json new file mode 100644 index 0000000..1f9b23b --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_feature_assignments/core.json @@ -0,0 +1,4 @@ +{ + "pokemon": ["minior"], + "features": ["core"] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_feature_assignments/paldean_breed.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_feature_assignments/paldean_breed.json new file mode 100644 index 0000000..cdde261 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_feature_assignments/paldean_breed.json @@ -0,0 +1,4 @@ +{ + "pokemon": ["tauros"], + "features": ["paldean_breed"] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_feature_assignments/sinistea_polteageist_antique.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_feature_assignments/sinistea_polteageist_antique.json new file mode 100644 index 0000000..95981df --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_feature_assignments/sinistea_polteageist_antique.json @@ -0,0 +1,5 @@ +{ + "pokemon": ["sinistea", "polteageist"], + "features": ["is_antique"] + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_feature_assignments/three-segment.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_feature_assignments/three-segment.json new file mode 100644 index 0000000..175c004 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_feature_assignments/three-segment.json @@ -0,0 +1,4 @@ +{ + "pokemon": ["dudunsparce"], + "features": ["threesegment"] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_feature_assignments/yamask_galarian.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_feature_assignments/yamask_galarian.json new file mode 100644 index 0000000..fc50e57 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_feature_assignments/yamask_galarian.json @@ -0,0 +1,5 @@ +{ + "pokemon": ["yamask"], + "features": ["galarian"] + } + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/black.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/black.json new file mode 100644 index 0000000..e1af8c1 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/black.json @@ -0,0 +1,6 @@ +{ + "keys": ["black"], + "type": "flag", + "isAspect": true, + "default": false + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/bloodmoon.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/bloodmoon.json new file mode 100644 index 0000000..54ac556 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/bloodmoon.json @@ -0,0 +1,6 @@ +{ + "keys": [ "bloodmoon" ], + "type": "flag", + "default": false, + "isAspect": true + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/core.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/core.json new file mode 100644 index 0000000..183ea21 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/core.json @@ -0,0 +1,17 @@ +{ + "type": "choice", + "keys": ["core"], + "default": "random", + "choices": [ + "shielded", + "red", + "orange", + "yellow", + "green", + "blue", + "indigo", + "violet" + ], + "isAspect": true, + "aspectFormat": "core-{{choice}}" +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/cornerstone.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/cornerstone.json new file mode 100644 index 0000000..5853ff5 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/cornerstone.json @@ -0,0 +1,6 @@ +{ + "keys": ["cornerstone"], + "type": "flag", + "isAspect": true, + "default": false + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/deoxysattack.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/deoxysattack.json new file mode 100644 index 0000000..a4d57bb --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/deoxysattack.json @@ -0,0 +1,6 @@ +{ + "keys": ["deoxysattack"], + "type": "flag", + "isAspect": true, + "default": false +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/deoxysdefense.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/deoxysdefense.json new file mode 100644 index 0000000..adff9fd --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/deoxysdefense.json @@ -0,0 +1,6 @@ +{ + "keys": ["deoxysdefense"], + "type": "flag", + "isAspect": true, + "default": false +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/deoxysspeed.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/deoxysspeed.json new file mode 100644 index 0000000..5dd35d3 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/deoxysspeed.json @@ -0,0 +1,6 @@ +{ + "keys": ["deoxysspeed"], + "type": "flag", + "isAspect": true, + "default": false +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/dusk.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/dusk.json new file mode 100644 index 0000000..d72ba43 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/dusk.json @@ -0,0 +1,6 @@ +{ + "keys": ["dusk"], + "type": "flag", + "isAspect": true, + "default": false +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/galarian.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/galarian.json new file mode 100644 index 0000000..ec96be7 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/galarian.json @@ -0,0 +1,7 @@ +{ + "keys": ["galarian"], + "type": "flag", + "isAspect": true, + "default": false +} + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/hearthflame.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/hearthflame.json new file mode 100644 index 0000000..828b043 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/hearthflame.json @@ -0,0 +1,6 @@ +{ + "keys": ["hearthflame"], + "type": "flag", + "isAspect": true, + "default": false + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/is_antique.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/is_antique.json new file mode 100644 index 0000000..ed5ae9b --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/is_antique.json @@ -0,0 +1,7 @@ +{ + "keys": ["is_antique"], + "type": "flag", + "isAspect": true, + "default": false +} + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/letter.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/letter.json new file mode 100644 index 0000000..4461bfb --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/letter.json @@ -0,0 +1,37 @@ +{ + "type": "choice", + "keys": ["letter"], + "default": "random", + "choices": [ + "a", + "b", + "c", + "d", + "e", + "f", + "g", + "h", + "i", + "j", + "k", + "l", + "m", + "n", + "o", + "p", + "q", + "r", + "s", + "t", + "u", + "v", + "w", + "x", + "y", + "z", + "exclamation", + "question" + ], + "isAspect": true, + "aspectFormat": "letter-{{choice}}" +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/low-key.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/low-key.json new file mode 100644 index 0000000..76d4764 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/low-key.json @@ -0,0 +1,6 @@ +{ + "keys": ["low-key"], + "type": "flag", + "isAspect": true, + "default": false +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/mega.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/mega.json new file mode 100644 index 0000000..3d44a7c --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/mega.json @@ -0,0 +1,6 @@ +{ + "keys": ["mega"], + "type": "flag", + "isAspect": true, + "default": false +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/midnight.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/midnight.json new file mode 100644 index 0000000..42694a3 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/midnight.json @@ -0,0 +1,6 @@ +{ + "keys": ["midnight"], + "type": "flag", + "isAspect": true, + "default": false +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/paldean_breed.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/paldean_breed.json new file mode 100644 index 0000000..32b9190 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/paldean_breed.json @@ -0,0 +1,12 @@ +{ + "type": "choice", + "keys": ["paldean_breed"], + "default": "false", + "choices": [ + "combat", + "aqua", + "blaze" + ], + "isAspect": true, + "aspectFormat": "paldean-breed-{{choice}}" +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/primal.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/primal.json new file mode 100644 index 0000000..48d10b3 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/primal.json @@ -0,0 +1,6 @@ +{ + "keys": ["primal"], + "type": "flag", + "isAspect": true, + "default": false +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/rapidstrike.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/rapidstrike.json new file mode 100644 index 0000000..32b1904 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/rapidstrike.json @@ -0,0 +1,6 @@ +{ + "keys": ["rapidstrike"], + "type": "flag", + "isAspect": true, + "default": false + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/redsand.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/redsand.json new file mode 100644 index 0000000..5c646e9 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/redsand.json @@ -0,0 +1,6 @@ +{ + "keys": ["redsand"], + "type": "flag", + "isAspect": true, + "default": false +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/sky.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/sky.json new file mode 100644 index 0000000..99ca49c --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/sky.json @@ -0,0 +1,6 @@ +{ + "keys": ["sky"], + "type": "flag", + "isAspect": true, + "default": false + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/teal.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/teal.json new file mode 100644 index 0000000..d0a3f7a --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/teal.json @@ -0,0 +1,6 @@ +{ + "keys": ["teal"], + "type": "flag", + "isAspect": true, + "default": false + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/threesegment.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/threesegment.json new file mode 100644 index 0000000..194d19f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/threesegment.json @@ -0,0 +1,6 @@ +{ + "keys": ["threesegment"], + "type": "flag", + "isAspect": true, + "default": false +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/unbound.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/unbound.json new file mode 100644 index 0000000..ee160ee --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/unbound.json @@ -0,0 +1,6 @@ +{ + "keys": ["unbound"], + "type": "flag", + "isAspect": true, + "default": false +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/wellspring.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/wellspring.json new file mode 100644 index 0000000..7a8551c --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/wellspring.json @@ -0,0 +1,6 @@ +{ + "keys": ["wellspring"], + "type": "flag", + "isAspect": true, + "default": false + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/west.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/west.json new file mode 100644 index 0000000..f06b619 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/west.json @@ -0,0 +1,6 @@ +{ + "keys": ["west"], + "type": "flag", + "isAspect": true, + "default": false +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/white.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/white.json new file mode 100644 index 0000000..11a673f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/cobblemon/species_features/white.json @@ -0,0 +1,6 @@ +{ + "keys": ["white"], + "type": "flag", + "isAspect": true, + "default": false + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/articuno.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/articuno.json new file mode 100644 index 0000000..b1376d0 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/articuno.json @@ -0,0 +1,41 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "articuno", + "pokemon": "articuno", + "presets": ["natural"], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 3.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_freezing" + ], + "isRaining": true + } + }, + { + "id": "articuno-galarian", + "pokemon": "articuno galarian", + "presets": ["natural"], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 3.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_freezing" + ], + "isRaining": false + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/calyrex.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/calyrex.json new file mode 100644 index 0000000..24db63d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/calyrex.json @@ -0,0 +1,25 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "calyrex-1", + "pokemon": "calyrex", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "50", + "weight": 6.5, + "condition": { + "biomes": [ + "#cobblemon:is_snowy_taiga" + ] + } + } + ] +} + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/celebi.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/celebi.json new file mode 100644 index 0000000..516decb --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/celebi.json @@ -0,0 +1,25 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "celebi-1", + "pokemon": "celebi", + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "65", + "weight": 5.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_forest" + ], + "dimensions": [ + "minecraft:overworld" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/chienpao.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/chienpao.json new file mode 100644 index 0000000..3def92b --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/chienpao.json @@ -0,0 +1,22 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "chienpao-1", + "pokemon": "chienpao", + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "65", + "weight": 5, + "condition": { + "biomes": [ + "#cobblemon:is_freezing" + ], + "timeRange": "night" + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/chiyu.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/chiyu.json new file mode 100644 index 0000000..98eebb9 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/chiyu.json @@ -0,0 +1,24 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "chiyu-1", + "pokemon": "chiyu", + "presets": [ + "lava_surface" + ], + "type": "pokemon", + "context": "surface", + "bucket": "ultra-rare", + "level": "70", + "weight": 6.0, + "condition": { + "biomes": [ + "#minecraft:is_nether" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/cresselia.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/cresselia.json new file mode 100644 index 0000000..a9275d7 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/cresselia.json @@ -0,0 +1,26 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "cresselia", + "pokemon": "cresselia", + "presets": [ + "natural", + "wild" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 4.0, + "condition": { + "biomes": [ + "#cobblemon:is_floral" + ], + "moonPhase": 0 + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/darkrai.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/darkrai.json new file mode 100644 index 0000000..c2786bf --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/darkrai.json @@ -0,0 +1,24 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "darkrai-1", + "pokemon": "darkrai", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 3.0, + "condition": { + "biomes": [ + "#cobblemon:is_deep_dark" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/deoxys.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/deoxys.json new file mode 100644 index 0000000..15f6385 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/deoxys.json @@ -0,0 +1,28 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "deoxys-1", + "pokemon": "deoxys", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 3.0, + "condition": { + "biomes": [ + "#minecraft:is_end" + ], + "neededBaseBlocks": [ + "minecraft:end_stone" + ] + } + } + ] +} + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/diancie.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/diancie.json new file mode 100644 index 0000000..f122895 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/diancie.json @@ -0,0 +1,59 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "diancie-1", + "pokemon": "diancie", + "presets": [ + "gemstones" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "60", + "weight": 2.5, + "condition": { + "minSkyLight": 0, + "maxSkyLight": 7, + "minY": 0, + "canSeeSky": false, + "biomes": [ + "#cobblemon:is_overworld" + ] + }, + "anticondition": { + "biomes": [ + "#cobblemon:is_lush" + ] + } + }, + { + "id": "diancie-2", + "pokemon": "diancie", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "60", + "weight": 1.0, + "condition": { + "minSkyLight": 0, + "maxSkyLight": 7, + "minY": 30, + "canSeeSky": false, + "biomes": [ + "#cobblemon:is_cave" + ] + }, + "anticondition": { + "biomes": [ + "#cobblemon:is_lush" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/eternatus.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/eternatus.json new file mode 100644 index 0000000..7abf747 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/eternatus.json @@ -0,0 +1,26 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "eternatus-1", + "pokemon": "eternatus", + "presets": [ + "natural", + "wild" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "80", + "weight": 1.5, + "condition": { + "biomes": [ + "#minecraft:is_end" + ] + } + + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/glastrier.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/glastrier.json new file mode 100644 index 0000000..9c3819d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/glastrier.json @@ -0,0 +1,25 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "glastrier-1", + "pokemon": "glastrier", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "60", + "weight": 3.0, + "condition": { + "biomes": [ + "#cobblemon:is_freezing" + ] + } + } + ] +} + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/groudon.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/groudon.json new file mode 100644 index 0000000..84b5504 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/groudon.json @@ -0,0 +1,41 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "groudon-1", + "pokemon": "groudon", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 5.0, + "condition": { + "biomes": [ + "#cobblemon:is_badlands" + ] + } + }, + { + "id": "groudon-2", + "pokemon": "groudon", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 15.0, + "condition": { + "biomes": [ + "#cobblemon:is_volcanic" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/hoopa.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/hoopa.json new file mode 100644 index 0000000..ee61587 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/hoopa.json @@ -0,0 +1,24 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "hoopa-1", + "pokemon": "hoopa", + "presets": [ + "end_city" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "60", + "weight": 7.5, + "condition": { + "biomes": [ + "#minecraft:is_end" + ] + } + } + ] + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/kubfu.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/kubfu.json new file mode 100644 index 0000000..82b0d3a --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/kubfu.json @@ -0,0 +1,24 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "kubfu-1", + "pokemon": "kubfu", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "15-30", + "weight": 4.0, + "condition": { + "biomes": [ + "#cobblemon:is_bamboo" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/kyogre.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/kyogre.json new file mode 100644 index 0000000..54b6ad2 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/kyogre.json @@ -0,0 +1,25 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "kyogre-1", + "pokemon": "kyogre", + "presets": [ + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "ultra-rare", + "level": "70", + "weight": 2.5, + "condition": { + "isRaining": true, + "biomes": [ + "#cobblemon:is_ocean" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/kyurem.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/kyurem.json new file mode 100644 index 0000000..62fc4d3 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/kyurem.json @@ -0,0 +1,20 @@ +{ + "enabled": true, + "spawns": [ + { + "id": "kyurem-1", + "pokemon": "kyurem", + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 3.0, + "condition": { + "isRaining": true, + "biomes": [ + "#cobblemon:is_glacial" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/landorus.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/landorus.json new file mode 100644 index 0000000..c04cd7f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/landorus.json @@ -0,0 +1,25 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "landorus-1", + "pokemon": "landorus", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "50", + "weight": 3.0, + "condition": { + "isRaining":false, + "biomes": [ + "#cobblemon:is_savanna" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/latias.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/latias.json new file mode 100644 index 0000000..13978e5 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/latias.json @@ -0,0 +1,26 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "latias-1", + "pokemon": "latias", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 4.0, + "condition": { + "minY": 120, + "isRaining": false, + "biomes": [ + "#cobblemon:is_overworld" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/latios.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/latios.json new file mode 100644 index 0000000..2e7838e --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/latios.json @@ -0,0 +1,26 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "latios-1", + "pokemon": "latios", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 4.0, + "condition": { + "minY": 120, + "isRaining": false, + "biomes": [ + "#cobblemon:is_overworld" + ] + } + } + ] + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/manaphy.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/manaphy.json new file mode 100644 index 0000000..bc664bf --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/manaphy.json @@ -0,0 +1,21 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "manaphy-1", + "pokemon": "manaphy", + "type": "pokemon", + "context": "submerged", + "bucket": "ultra-rare", + "level": "50", + "weight": 3.0, + "condition": { + "biomes": [ + "#cobblemon:is_ocean" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/marshadow.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/marshadow.json new file mode 100644 index 0000000..ae16839 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/marshadow.json @@ -0,0 +1,22 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "marshadow-1", + "pokemon": "marshadow", + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 2.5, + "condition": { + "canSeeSky": false, + "biomes": [ + "#cobblemon:is_deep_dark" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/meltan.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/meltan.json new file mode 100644 index 0000000..55ff96c --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/meltan.json @@ -0,0 +1,27 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "meltan-1", + "pokemon": "meltan", + "presets": [ + "ancient_city", + "stronghold" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "11-41", + "weight": 0.5, + "condition": { + "canSeeSky": false, + "biomes": [ + "#cobblemon:is_overworld" + ], + "minY": 30 + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/mew.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/mew.json new file mode 100644 index 0000000..39633a9 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/mew.json @@ -0,0 +1,24 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "mew-1", + "pokemon": "mew", + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "60", + "weight": 3.5, + "condition": { + "biomes": [ + "#cobblemon:is_floral", + "#cobblemon:is_jungle" + ], + "timeRange": "noon", + "isRaining": false + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/moltres.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/moltres.json new file mode 100644 index 0000000..b4a1e22 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/moltres.json @@ -0,0 +1,37 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "moltres", + "pokemon": "moltres", + "presets": ["natural"], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 3.0, + "condition": { + "canSeeSky": true, + "biomes": ["#cobblemon:is_badlands"] + } + }, + { + "id": "moltres-galarian", + "pokemon": "moltres galarian", + "presets": ["natural"], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 3.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_beach" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/necrozma.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/necrozma.json new file mode 100644 index 0000000..65e5415 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/necrozma.json @@ -0,0 +1,27 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "necrozma", + "pokemon": "necrozma", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 2.3, + "condition": { + "biomes": [ + "#minecraft:is_end" + ], + "neededBaseBlocks": [ + "minecraft:end_stone" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/ogerpon.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/ogerpon.json new file mode 100644 index 0000000..60eb109 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/ogerpon.json @@ -0,0 +1,21 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "ogerpon-1", + "pokemon": "ogerpon", + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "65", + "weight": 8.0, + "condition": { + "biomes": [ + "#cobblemon:is_lush" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/pecharunt.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/pecharunt.json new file mode 100644 index 0000000..a44a29d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/pecharunt.json @@ -0,0 +1,22 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "pecharunt-1", + "pokemon": "pecharunt", + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "60", + "weight": 4.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_swamp" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/phione.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/phione.json new file mode 100644 index 0000000..004d13d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/phione.json @@ -0,0 +1,21 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "phione-1", + "pokemon": "phione", + "type": "pokemon", + "context": "submerged", + "bucket": "rare", + "level": "50", + "weight": 1.0, + "condition": { + "biomes": [ + "#cobblemon:is_ocean" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/rayquaza.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/rayquaza.json new file mode 100644 index 0000000..92f87a1 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/rayquaza.json @@ -0,0 +1,23 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "rayquaza-1", + "pokemon": "rayquaza", + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 1.5, + "condition": { + "biomes": [ + "#cobblemon:is_mountain" + ], + "timeRange": "day", + "isRaining": false + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/reshiram.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/reshiram.json new file mode 100644 index 0000000..e053012 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/reshiram.json @@ -0,0 +1,24 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "reshiram-1", + "pokemon": "reshiram", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 3.5, + "condition": { + "biomes": [ + "#cobblemon:nether/is_basalt" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/shaymin.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/shaymin.json new file mode 100644 index 0000000..1d8aba5 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/shaymin.json @@ -0,0 +1,24 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "shaymin-1", + "pokemon": "shaymin", + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "50", + "weight": 2.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_floral" + ], + "timeRange": "night", + "isRaining": false + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/spectrier.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/spectrier.json new file mode 100644 index 0000000..2caf6d7 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/spectrier.json @@ -0,0 +1,25 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "spectrier-1", + "pokemon": "spectrier", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "60", + "weight": 3.0, + "condition": { + "biomes": [ + "#cobblemon:is_spooky" + ] + } + } + ] +} + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/thundurus.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/thundurus.json new file mode 100644 index 0000000..9143232 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/thundurus.json @@ -0,0 +1,25 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "thundurus-1", + "pokemon": "thundurus", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "50", + "weight": 5.0, + "condition": { + "isThundering":true, + "biomes": [ + "#cobblemon:is_plains" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/tornadus.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/tornadus.json new file mode 100644 index 0000000..9ea00ef --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/tornadus.json @@ -0,0 +1,25 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "tornadus-1", + "pokemon": "tornadus", + "presets": [ + "water_surface" + ], + "type": "pokemon", + "context": "surface", + "bucket": "ultra-rare", + "level": "50", + "weight": 4.5, + "condition": { + "isRaining":true, + "biomes": [ + "#cobblemon:is_ocean" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/volcanion.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/volcanion.json new file mode 100644 index 0000000..62edf6d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/volcanion.json @@ -0,0 +1,28 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "volcanion-1", + "pokemon": "volcanion", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "canSeeSky":"true", + "level": "70", + "weight": 5.0, + "condition": { + "biomes": [ + "#cobblemon:is_ocean" + ], + "neededNearbyBlocks": [ + "minecraft:lava" + ] + } + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/xerneas.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/xerneas.json new file mode 100644 index 0000000..678e939 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/xerneas.json @@ -0,0 +1,22 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "xerneas-1", + "pokemon": "xerneas", + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 5.5, + "condition": { + "biomes": [ + "#cobblemon:is_floral" + ], + "timeRange": "day" + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/zapdos.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/zapdos.json new file mode 100644 index 0000000..9b2900a --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/zapdos.json @@ -0,0 +1,40 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "zapdos", + "pokemon": "zapdos", + "presets": ["natural"], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 5.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_mountain" + ], + "isThundering": true + } + }, + { + "id": "zapdos-galarian", + "pokemon": "zapdos galarian", + "presets": ["natural"], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 3.0, + "condition": { + "biomes": [ + "#cobblemon:is_mountain" + ], + "isRaining": false + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/zekrom.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/zekrom.json new file mode 100644 index 0000000..342f0bd --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/zekrom.json @@ -0,0 +1,25 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "zekrom-1", + "pokemon": "zekrom", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 7.5, + "condition": { + "isThundering":true, + "biomes": [ + "#cobblemon:is_mountain" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/zeraora.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/zeraora.json new file mode 100644 index 0000000..b63b329 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/legendary_spawns_atm/spawn_pool_world/zeraora.json @@ -0,0 +1,25 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "zeraora-1", + "pokemon": "zeraora", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "60", + "weight": 4.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_desert" + ] + } + } + ] + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/brutebonnet.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/brutebonnet.json new file mode 100644 index 0000000..c763faa --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/brutebonnet.json @@ -0,0 +1,22 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "brutebonnet-1", + "pokemon": "brutebonnet", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "40-65", + "weight": 2.0, + "condition": { + "biomes": [ "#cobblemon:is_jungle" ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/fluttermane.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/fluttermane.json new file mode 100644 index 0000000..09b54e9 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/fluttermane.json @@ -0,0 +1,40 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "fluttermane-1", + "pokemon": "fluttermane", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "40-65", + "weight": 1.5, + "condition": { + "biomes": [ + "#cobblemon:is_spooky" + ] + }, + "timeRange":"night" + }, + { + "id": "fluttermane-2", + "pokemon": "fluttermane", + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "40-65", + "weight": 1.5, + "condition": { + "biomes": [ + "#cobblemon:is_swamp" + ] + }, + "timeRange":"night" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/greattusk.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/greattusk.json new file mode 100644 index 0000000..a372b68 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/greattusk.json @@ -0,0 +1,25 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "greattusk-1", + "pokemon": "greattusk", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "40-65", + "weight": 3, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_arid" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/ironbundle.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/ironbundle.json new file mode 100644 index 0000000..f6c4e3f --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/ironbundle.json @@ -0,0 +1,24 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "ironbundle-1", + "pokemon": "ironbundle", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "40-65", + "weight": 3.0, + "condition": { + "biomes": [ + "#cobblemon:is_freezing" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/ironmoth.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/ironmoth.json new file mode 100644 index 0000000..901c772 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/ironmoth.json @@ -0,0 +1,25 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "ironmoth-1", + "pokemon": "ironmoth", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "40-65", + "weight": 3.0, + "condition": { + "biomes": [ + "#cobblemon:is_swamp" + ], + "timeRange": "day" + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/ironthorns.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/ironthorns.json new file mode 100644 index 0000000..0d7f90d --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/ironthorns.json @@ -0,0 +1,24 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "ironthorns", + "pokemon": "ironthorns", + "presets": [], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "40-65", + "weight": 3.0, + "condition": { + "biomes": [ + "#cobblemon:is_mountain" + + ], + "neededNearbyBlocks": ["minecraft:lightning_rod"] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/ironvaliant.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/ironvaliant.json new file mode 100644 index 0000000..ccb7f15 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/ironvaliant.json @@ -0,0 +1,23 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "ironvaliant", + "pokemon": "ironvaliant", + "presets": [], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "55-70", + "weight": 3.0, + "condition": { + "biomes": [ + "#cobblemon:is_plains" + ], + "neededNearbyBlocks": ["minecraft:lightning_rod"] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/ragingbolt.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/ragingbolt.json new file mode 100644 index 0000000..499274b --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/ragingbolt.json @@ -0,0 +1,26 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "ragingbolt-1", + "pokemon": "ragingbolt", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "60-75", + "weight": 4.5, + "condition": { + "biomes": [ + "#cobblemon:is_plains" + ], + "isThundering": "true" + } + } + ] +} + \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/roaringmoon.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/roaringmoon.json new file mode 100644 index 0000000..d44a28e --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/roaringmoon.json @@ -0,0 +1,26 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "roaringmoon-1", + "pokemon": "roaringmoon", + "presets": [ + "wild", + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "55-70", + "weight": 3.0, + "condition": { + "timeRange": "night", + "biomes": [ + "#cobblemon:is_mountain" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/screamtail.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/screamtail.json new file mode 100644 index 0000000..2d228ef --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/screamtail.json @@ -0,0 +1,22 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "screamtail-1", + "pokemon": "screamtail", + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "40-65", + "weight": 3.0, + "condition": { + "biomes": [ + "#cobblemon:is_floral" + ], + "isRaining": true + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/slitherwing.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/slitherwing.json new file mode 100644 index 0000000..42849f7 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/slitherwing.json @@ -0,0 +1,26 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "slitherwing-1", + "pokemon": "slitherwing", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "rare", + "level": "50-60", + "weight": 3.0, + "condition": { + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_desert" + + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/walkingwake.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/walkingwake.json new file mode 100644 index 0000000..b5a3780 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/paradox_spawns_atm/spawn_pool_world/walkingwake.json @@ -0,0 +1,22 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "walkingwake-1", + "pokemon": "walkingwake", + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "60-75", + "weight": 4.5, + "condition": { + "biomes": [ + "#cobblemon:is_mountain" + ], + "isRaining": true + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/ultra_beast_spawns_atm/spawn_pool_world/blacephalon.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/ultra_beast_spawns_atm/spawn_pool_world/blacephalon.json new file mode 100644 index 0000000..a20586a --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/ultra_beast_spawns_atm/spawn_pool_world/blacephalon.json @@ -0,0 +1,24 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "blacephalon-1", + "pokemon": "blacephalon", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "60", + "weight": 4.0, + "condition": { + "biomes": [ + "#cobblemon:nether/is_desert" + ] + } + } + ] +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/ultra_beast_spawns_atm/spawn_pool_world/guzzlord.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/ultra_beast_spawns_atm/spawn_pool_world/guzzlord.json new file mode 100644 index 0000000..24d9448 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/ultra_beast_spawns_atm/spawn_pool_world/guzzlord.json @@ -0,0 +1,24 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "guzzlord-1", + "pokemon": "guzzlord", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "70", + "weight": 5.0, + "condition": { + "biomes": [ + "#minecraft:is_end" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/ultra_beast_spawns_atm/spawn_pool_world/kartana.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/ultra_beast_spawns_atm/spawn_pool_world/kartana.json new file mode 100644 index 0000000..5d21569 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/ultra_beast_spawns_atm/spawn_pool_world/kartana.json @@ -0,0 +1,24 @@ +{ + "enabled": "true", + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "kartana-1", + "pokemon": "kartana", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "60", + "weight": 5.0, + "condition": { + "biomes": [ + "#cobblemon:is_bamboo" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/ultra_beast_spawns_atm/spawn_pool_world/nihilego.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/ultra_beast_spawns_atm/spawn_pool_world/nihilego.json new file mode 100644 index 0000000..5570656 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/ultra_beast_spawns_atm/spawn_pool_world/nihilego.json @@ -0,0 +1,21 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "nihilego-1", + "pokemon": "nihilego", + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "60", + "weight": 5.0, + "condition": { + "biomes": [ + "#cobblemon:is_swamp" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/data/ultra_beast_spawns_atm/spawn_pool_world/xurkitree.json b/resourcepacks/AllTheMons Release 1.8.2 V129/data/ultra_beast_spawns_atm/spawn_pool_world/xurkitree.json new file mode 100644 index 0000000..83b3c1c --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/data/ultra_beast_spawns_atm/spawn_pool_world/xurkitree.json @@ -0,0 +1,25 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "xurkitree-1", + "pokemon": "xurkitree", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "60", + "weight": 5.0, + "condition": { + "biomes": [ + "#minecraft:is_end" + ], + "neededNearbyBlocks": ["minecraft:lightning_rod"] + } + } + ] + } \ No newline at end of file diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/pack.mcmeta b/resourcepacks/AllTheMons Release 1.8.2 V129/pack.mcmeta new file mode 100644 index 0000000..3e32929 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "pack_format": 15, + "description": "EasySqueeze is the goat" + } +} diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/pack.png b/resourcepacks/AllTheMons Release 1.8.2 V129/pack.png new file mode 100644 index 0000000..d14ac8a Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/pack.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/AllonesAdditions.png b/resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/AllonesAdditions.png new file mode 100644 index 0000000..befbf18 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/AllonesAdditions.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/AlphabetSoup.png b/resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/AlphabetSoup.png new file mode 100644 index 0000000..e68263f Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/AlphabetSoup.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/AshiMons.png b/resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/AshiMons.png new file mode 100644 index 0000000..851589c Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/AshiMons.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/CloudMons.png b/resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/CloudMons.png new file mode 100644 index 0000000..c969b2c Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/CloudMons.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/CobbleCats1.png b/resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/CobbleCats1.png new file mode 100644 index 0000000..2cf654c Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/CobbleCats1.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/CobbleCats2.png b/resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/CobbleCats2.png new file mode 100644 index 0000000..a04a1c6 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/CobbleCats2.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/GenoMons.png b/resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/GenoMons.png new file mode 100644 index 0000000..92306a9 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/GenoMons.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/HiddenMons.png b/resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/HiddenMons.png new file mode 100644 index 0000000..a38fa31 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/HiddenMons.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/HydrosReanimodel.png b/resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/HydrosReanimodel.png new file mode 100644 index 0000000..3cf6bf9 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/HydrosReanimodel.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/JewelPokemon.png b/resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/JewelPokemon.png new file mode 100644 index 0000000..1d5d25f Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/JewelPokemon.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/KalesCollection.png b/resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/KalesCollection.png new file mode 100644 index 0000000..2bad56b Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/KalesCollection.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/LackingMons.png b/resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/LackingMons.png new file mode 100644 index 0000000..7cab1e6 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/LackingMons.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/LackingMons2.png b/resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/LackingMons2.png new file mode 100644 index 0000000..cd97088 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/LackingMons2.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/MissingMons.png b/resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/MissingMons.png new file mode 100644 index 0000000..cc7031b Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/MissingMons.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/MoreMons.png b/resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/MoreMons.png new file mode 100644 index 0000000..8a0fde6 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/MoreMons.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/OdysseyMons.png b/resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/OdysseyMons.png new file mode 100644 index 0000000..99d71fc Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/OdysseyMons.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/PigeonPack.png b/resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/PigeonPack.png new file mode 100644 index 0000000..2289f67 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/PigeonPack.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/Pokemanspack.png b/resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/Pokemanspack.png new file mode 100644 index 0000000..2245cf1 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/Pokemanspack.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/SaltMons.png b/resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/SaltMons.png new file mode 100644 index 0000000..f50f77d Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/SaltMons.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/WaviMons.png b/resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/WaviMons.png new file mode 100644 index 0000000..492b246 Binary files /dev/null and b/resourcepacks/AllTheMons Release 1.8.2 V129/proofs of permission/WaviMons.png differ diff --git a/resourcepacks/AllTheMons Release 1.8.2 V129/readme.txt b/resourcepacks/AllTheMons Release 1.8.2 V129/readme.txt new file mode 100644 index 0000000..1000566 --- /dev/null +++ b/resourcepacks/AllTheMons Release 1.8.2 V129/readme.txt @@ -0,0 +1,38 @@ +howdy! i'm easysqueeze, the creator of this pack. +i didn't make any of the incredible models or animations in this pack. all of those are added by individual contributors who spent a ton of their time to make this pack a reality. +please note i have the full permission of all contributors of this pack to use their assets, you can find proof in the folder titled "proofs of permission" + +discord: +https://discord.gg/gddMDWX2nS +ask questions there in the discord, please do not DM me questions + +info doc: +https://docs.google.com/document/d/1ccaWNm_0T3_0gx9qqYkaiFxoZH4tiUEGLfUkZb7lK0U/edit + +contributors: +Genotype (genotypexd), the creator of GenoMons +Raspix, the creator of CobbleCats +ASHISK, the creator of Ashimons and a contributor to Pokemans Pack +Kale, the creator of Kale's Collection +Bwavii, the creator of WaviMons +RedRibbon, the creator of MissingMons +El Pigeon, the creator of Pigeon's PokePack +NetImmerse, the creator of The Jewel Pokemon +IZetyXX, one of the creators of LackingMons and a contributor to Pokemans Pack +LegenTM, the creator of HiddenMons +Allone, the creator of Allone's Additions +BeeZy, one of the creators of LackingMons +Salt, the creator of SaltMons +Wi2tert, the creator CloudMons +Pandalistics, a contributor to Pokemans Pack +Tontra, the creator of Pokemans Pack +Lazaro, a contributor to Pokemans Pack +笑声, a contributor to Pokemans Pack +BlazeHydroxide, the creator of Hydro's Reanimodel Pack +YaBoiBruno, the creator of MoreMons + +other important people: +SpencyRock (spencyrock), the creator of UltiMons and the inspiration for this pack, as well as significant information contributions +Frank The Farmer (frankthefarmer), who helped me a ton with coding JSONs and was instrumental in the creation of AllTheMons +i love you frank <3 +Squirly (squirlyvgc), who also helped with the JSONs and spawn files \ No newline at end of file diff --git a/resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/animations/ashgreninja/ashgreninja.animation.json b/resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/animations/ashgreninja/ashgreninja.animation.json new file mode 100644 index 0000000..bd78318 --- /dev/null +++ b/resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/animations/ashgreninja/ashgreninja.animation.json @@ -0,0 +1,1377 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.ashgreninja.ground_idle": { + "loop": true, + "bones": { + "bone5": { + "scale": 1 + }, + "bone12": { + "scale": 0 + }, + "bone15": { + "scale": 0 + }, + "bone17": { + "scale": 0 + }, + "bone19": { + "rotation": [0, "0+3*math.cos(q.anim_time*90*1-60)+q.anim_time*90*1", 0] + }, + "torso": { + "rotation": [-17.89807, 11.91276, -3.81397] + }, + "waist": { + "rotation": ["15+Math.cos((query.anim_time-0.2) * 90 * 1) * 3", 0, 0] + }, + "chest": { + "rotation": ["17.3269+Math.cos((query.anim_time-0.6) * 90 * 1) * 2", -11.03477, 1.7917], + "position": [-1, 0, 0] + }, + "neck": { + "rotation": ["-2.5+Math.cos((query.anim_time-0.6) * 90 * 1) * -6", 0, 0] + }, + "inner_eyelid_right": { + "position": [0.9, 0, 0] + }, + "inner_eyelid_cover_right": { + "position": [0.075, 0, 0] + }, + "inner_eyelid_left": { + "position": [-0.85, 0, 0] + }, + "inner_eyelid_cover_left": { + "position": [-0.05, 0, 0] + }, + "tongue": { + "rotation": ["-44.143+Math.cos((query.anim_time-0.8) * 90 * 1) * -1", "2.7938+Math.cos((query.anim_time-1.4) * 90 * 2-60) * -5", 2.96806], + "position": [0, -1, 0] + }, + "tongue2": { + "rotation": ["-12.7296+Math.cos((query.anim_time-0.8) * 90 * 1+50) * -12", "-15.578+Math.cos((query.anim_time-1.4) * 90 * 1) * -10", -6.31342] + }, + "tongue3": { + "rotation": ["-18.9943+Math.cos((query.anim_time-1) * 90 * 1) * -3", -19.2862, 1.93639] + }, + "tongue4": { + "rotation": ["-9.1493+Math.cos((query.anim_time-1.4) * 90 * 1) * -8", "-36.3231+Math.cos((query.anim_time-1.4) * 90 * 1-60) * -5", -9.78189] + }, + "tongue5": { + "rotation": ["5.7195+Math.cos((query.anim_time-1.4) * 90 * 1-60) * -5", "-37.1248+Math.cos((query.anim_time-1.4) * 90 * 2-120) * -10", -9.42205] + }, + "tongue6": { + "rotation": ["Math.cos((query.anim_time-1.6) * 90 * 2) * -5.0091", -21.35812, -10.70506] + }, + "tongue7": { + "rotation": ["Math.cos((query.anim_time-1.9) * 90 * 2) * -5", -31.21837, -11.66151] + }, + "arm_right": { + "rotation": [0, "Math.cos((query.anim_time-0.6) * 90 * 1) * -6", -65] + }, + "arm_right2": { + "rotation": [0, "-27.5+Math.cos((query.anim_time-1.0) * 90 * 1) * -2", 0] + }, + "hand_right": { + "rotation": [0, 0, -22.5] + }, + "arm_left": { + "rotation": [0, "Math.cos((query.anim_time-0.6) * 90 * 1) * 6", 65] + }, + "arm_left2": { + "rotation": [0, "27.5+Math.cos((query.anim_time-0.9) * 90 * 1) * 3", 0] + }, + "hand_left": { + "rotation": [0, 0, 22.5] + }, + "leg_right": { + "rotation": [-3.2799, 25.22132, 7.85322] + }, + "leg_right2": { + "rotation": [29.99294, 0.32621, -2.47864] + }, + "foot_right": { + "rotation": [10, 0, 0] + }, + "toe_right": { + "rotation": [-17.43745, -1.50179, -4.76968] + }, + "toe_back_right": { + "rotation": [17.5, 0, 0] + }, + "leg_left": { + "rotation": [-8.68155, -9.91358, -7.61435] + }, + "leg_left2": { + "rotation": [17.41096, -1.61702, 7.30994] + }, + "foot_left": { + "rotation": [10, 0, 0] + }, + "toe_back_left": { + "rotation": [17.5, 0, 0] + }, + "toe_left": { + "rotation": [-10, 0, 0] + } + } + }, + "animation.ashgreninja.ground_walk": { + "loop": true, + "animation_length": 2, + "bones": { + "torso": { + "rotation": ["-5+Math.cos((query.anim_time-0.2) * 90 * 2) * 2", 0, 0], + "position": [0, "-0.25+Math.cos((query.anim_time+0.1) * 90 * 4) * 0.5", 0] + }, + "waist": { + "rotation": [10, 0, 0] + }, + "chest": { + "rotation": ["12.5+Math.cos((query.anim_time-0.3) * 90 * 2) * 2", 0, 0] + }, + "neck": { + "rotation": ["-7.5+Math.cos((query.anim_time-0.3) * 90 * 2) * -2", 0, 0] + }, + "inner_eyelid_right": { + "position": [-0.125, 0, 0] + }, + "inner_eyelid_cover_right": { + "position": [0.125, 0, 0] + }, + "inner_eyelid_left": { + "position": [0.1, 0, 0] + }, + "inner_eyelid_cover_left": { + "position": [-0.075, 0, 0] + }, + "tongue": { + "rotation": ["-35.7672+Math.cos((query.anim_time-0.3) * 90 * 4) * 2", 13.3795, -6.8583] + }, + "tongue2": { + "rotation": [-12.79362, -12.19908, 2.74715] + }, + "tongue3": { + "rotation": ["7.4527+Math.cos((query.anim_time-0.5) * 90 * 4) * 4", -29.4425, -4.28256] + }, + "tongue4": { + "rotation": [2.88066, -29.8742, -5.76863] + }, + "tongue5": { + "rotation": ["5.1652+Math.cos((query.anim_time-0.7) * 90 * 4) * 5", -27.0478, -11.24314] + }, + "tongue6": { + "rotation": ["Math.cos((query.anim_time-0.8) * 90 * 4) * 3", -25, 0] + }, + "tongue7": { + "rotation": ["Math.cos((query.anim_time-1) * 90 * 4) * 6", -27.5, 0] + }, + "arm_right": { + "rotation": [0, "-(Math.cos((query.anim_time) * 90 * 2) * 10)", -70] + }, + "arm_right2": { + "rotation": [0, "-22.5+Math.cos((query.anim_time-0.3) * 90 * 2) * -10", 0] + }, + "hand_right": { + "rotation": [0, 0, -15] + }, + "arm_left": { + "rotation": [0, "Math.cos((query.anim_time) * 90 * 2) * -10", 70] + }, + "arm_left2": { + "rotation": [0, "22.5+Math.cos((query.anim_time-0.3) * 90 * 2) * -10", 0] + }, + "hand_left": { + "rotation": [0, 0, 15] + }, + "leg_right": { + "rotation": { + "0.0": [35.67, 2.6, 3.58], + "0.0833": [38.42186, 2.60422, 3.5755], + "0.25": [34.22275, 3.21529, 3.44376], + "0.5417": [0.02365, 3.82637, 3.31201], + "0.7083": [-15.37456, 5.04852, 3.04852], + "0.875": [-23.72774, 6.89541, 2.65034], + "1.0": [-25.17098, 7.49282, 2.52154], + "1.125": [-23.72774, 6.89541, 2.65034], + "1.2917": [-16.49242, 5.27073, 3.00062], + "1.625": [0.92186, 2.60422, 3.5755], + "1.9167": [32.92186, 2.60422, 3.5755], + "2.0": [35.67, 2.6, 3.58] + } + }, + "leg_right2": { + "rotation": { + "0.0": [18.82, 0, 0], + "0.125": [24, 0, 0], + "0.375": [64.33, 0, 0], + "0.5417": [57.75, 0, 0], + "0.75": [17.13, 0, 0], + "1.0": [2.75, 0, 0], + "1.2917": [-3, 0, 0], + "1.6667": [5, 0, 0], + "2.0": [18.82, 0, 0] + } + }, + "foot_right": { + "rotation": { + "0.0": [2.5, 0, 0], + "0.3333": [-7.5, 0, 0], + "0.5417": [-36.5, 0, 0], + "0.6667": [-29.5, 0, 0], + "0.8333": [-0.67, 0, 0], + "0.875": [2, 0, 0], + "1.0": [7.5, 0, 0], + "1.1667": [10, 0, 0], + "1.6667": [12.5, 0, 0], + "2.0": [2.5, 0, 0] + } + }, + "toe_right": { + "rotation": { + "0.0": [-29.5, 0, 0], + "0.25": [-7, 0, 0], + "0.5": [22, 0, 0], + "0.625": [15.82, 0, 0], + "0.75": [4.68, 0, 0], + "0.875": [-13.09, 0, 0], + "1.0": [-19.5, 0, 0], + "1.1667": [-18.53, 0, 0], + "1.2917": [-15.87, 0, 0], + "1.4583": [2.54, 0, 0], + "1.5": [-7, 0, 0], + "1.6667": [-25.13, 0, 0], + "1.7083": [-32, 0, 0], + "2.0": [-29.5, 0, 0] + } + }, + "toe_back_right": { + "rotation": [25, 0, 0] + }, + "leg_left": { + "rotation": { + "0.0": [-25.17098, -7.49282, -2.52154], + "0.125": [-23.72774, -6.89541, -2.65034], + "0.2917": [-16.49242, -5.27073, -3.00062], + "0.625": [0.92186, -2.60422, -3.5755], + "0.9167": [32.92186, -2.60422, -3.5755], + "1.0833": [38.42186, -2.60422, -3.5755], + "1.25": [34.22275, -3.21529, -3.44376], + "1.5417": [0.02365, -3.82637, -3.31201], + "1.7083": [-15.37456, -5.04852, -3.04852], + "1.875": [-23.72774, -6.89541, -2.65034], + "2.0": [-25.17098, -7.49282, -2.52154] + } + }, + "leg_left2": { + "rotation": { + "0.0": [2.75, 0, 0], + "0.2917": [-3, 0, 0], + "0.6667": [5, 0, 0], + "1.125": [24, 0, 0], + "1.375": [64.33, 0, 0], + "1.5417": [57.75, 0, 0], + "1.75": [17.13, 0, 0], + "2.0": [2.75, 0, 0] + } + }, + "foot_left": { + "rotation": { + "0.0": [7.5, 0, 0], + "0.1667": [10, 0, 0], + "0.6667": [12.5, 0, 0], + "1.3333": [-7.5, 0, 0], + "1.5417": [-36.5, 0, 0], + "1.6667": [-29.5, 0, 0], + "1.8333": [-0.67, 0, 0], + "1.875": [2, 0, 0], + "2.0": [7.5, 0, 0] + } + }, + "toe_back_left": { + "rotation": [25, 0, 0] + }, + "toe_left": { + "rotation": { + "0.0": [-19.5, 0, 0], + "0.1667": [-18.53, 0, 0], + "0.2917": [-15.87, 0, 0], + "0.4583": [2.54, 0, 0], + "0.5": [-7, 0, 0], + "0.6667": [-25.13, 0, 0], + "0.7083": [-32, 0, 0], + "1.0": [-29.5, 0, 0], + "1.25": [-7, 0, 0], + "1.5": [22, 0, 0], + "1.625": [15.82, 0, 0], + "1.75": [4.68, 0, 0], + "1.875": [-13.09, 0, 0], + "2.0": [-19.5, 0, 0] + } + } + } + }, + "animation.ashgreninja.water_idle": { + "loop": true, + "bones": { + "body": { + "rotation": ["55+Math.cos((query.anim_time) * 90 * 1) * 2", 0, 0], + "position": [0, "-16+Math.cos((query.anim_time-0.4) * 90 * 1) * 0.5", -2] + }, + "torso": { + "rotation": [0, 0, 0] + }, + "waist": { + "rotation": [12.5, 0, 0] + }, + "chest": { + "rotation": ["Math.cos((query.anim_time-0.3) * 90 * 1) * 2", 0, 0] + }, + "neck": { + "rotation": ["-30+Math.cos((query.anim_time-0.5) * 90 * 1) * -3", 0, 0] + }, + "head": { + "rotation": [-5, 0, 0] + }, + "inner_eyelid_right": { + "position": [-0.15, 0, 0] + }, + "inner_eyelid_cover_right": { + "position": [0.025, 0, 0] + }, + "inner_eyelid_left": { + "position": [0.1, 0, 0] + }, + "inner_eyelid_cover_left": { + "position": [-0.05, 0, 0] + }, + "tongue": { + "rotation": ["-17.5+Math.cos((query.anim_time-0.3) * 90 * 1) * 2", 30, 0] + }, + "tongue2": { + "rotation": [-22.57734, 4.61854, -1.91757] + }, + "tongue3": { + "rotation": ["-10+Math.cos((query.anim_time-0.5) * 90 * 1) * 5", -20, 0] + }, + "tongue4": { + "rotation": [-8.23353, -34.93529, 1.57675] + }, + "tongue5": { + "rotation": ["-10.3453+Math.cos((query.anim_time-0.7) * 90 * 1) * 4", -14.76689, 2.66399] + }, + "tongue6": { + "rotation": ["-8.11+Math.cos((query.anim_time-0.9) * 90 * 1) * 5", 22.29711, -3.09472] + }, + "tongue7": { + "rotation": ["Math.cos((query.anim_time-1) * 90 * 1) * 7", 12.5, 0] + }, + "arm_right": { + "rotation": [-48.08351, "-29.3034+Math.cos((query.anim_time-0.6) * 90 * 1) * -5", 7.60913] + }, + "arm_right2": { + "rotation": [0, -22.5, 10] + }, + "hand_right": { + "rotation": [0, -17.5, 0] + }, + "arm_left": { + "rotation": [-48.08351, "29.3034+Math.cos((query.anim_time-0.6) * 90 * 1) * 5", -7.60913] + }, + "arm_left2": { + "rotation": [0, 22.5, -10] + }, + "hand_left": { + "rotation": [0, 17.5, 0] + }, + "leg_right": { + "rotation": ["7.8509+Math.cos((query.anim_time) * 90 * 1) * 5", 31.63886, 29.72765] + }, + "leg_right2": { + "rotation": [27.5, 0, 0] + }, + "toe_back_right": { + "rotation": [20, 0, 0] + }, + "leg_left": { + "rotation": ["7.8509+Math.cos((query.anim_time) * 90 * 1) * 5", -31.63886, -29.72765] + }, + "leg_left2": { + "rotation": [27.5, 0, 0] + }, + "foot_left": { + "rotation": [27.5, 0, 0] + }, + "toe_back_left": { + "rotation": [20, 0, 0] + } + } + }, + "animation.ashgreninja.water_swim": { + "loop": true, + "animation_length": 1, + "bones": { + "body": { + "rotation": [55, 0, 0], + "position": [0, -16, "-2+Math.cos((query.anim_time-0.2) * 90 * 4) * -3"] + }, + "torso": { + "rotation": ["Math.cos((query.anim_time-0.4) * 90 * 4) * 3", 0, 0] + }, + "waist": { + "rotation": [12.5, 0, 0] + }, + "chest": { + "rotation": [0, 0, 0] + }, + "neck": { + "rotation": ["-30+Math.cos((query.anim_time-0.5) * 90 * 4) * -4", 0, 0] + }, + "head": { + "rotation": [-5, 0, 0] + }, + "inner_eyelid_right": { + "position": [-0.15, 0, 0] + }, + "inner_eyelid_cover_right": { + "position": [0.025, 0, 0] + }, + "inner_eyelid_left": { + "position": [0.1, 0, 0] + }, + "inner_eyelid_cover_left": { + "position": [-0.05, 0, 0] + }, + "tongue": { + "rotation": ["-20.5153+Math.cos((query.anim_time-0.5) * 90 * 4) * -2", "Math.cos((query.anim_time) * 90 * 8) * 4", 5.32938] + }, + "tongue2": { + "rotation": [-22.57734, "Math.cos((query.anim_time-0.1) * 90 * 8) * 2", -1.91757] + }, + "tongue3": { + "rotation": ["-10+Math.cos((query.anim_time-0.6) * 90 * 4) * -4", "Math.cos((query.anim_time-0.2) * 90 * 8) * 3", 0] + }, + "tongue4": { + "rotation": [-7.07446, "Math.cos((query.anim_time-0.3) * 90 * 8) * 4", -1.01249] + }, + "tongue5": { + "rotation": ["2.5+Math.cos((query.anim_time-0.7) * 90 * 4) * -4", "Math.cos((query.anim_time-0.4) * 90 * 8) * 4", -0.00001] + }, + "tongue6": { + "rotation": ["6.3562+Math.cos((query.anim_time-0.9) * 90 * 4) * -8", "Math.cos((query.anim_time-0.5) * 90 * 8) * 5", -4.30962] + }, + "tongue7": { + "rotation": ["10+Math.cos((query.anim_time-1) * 90 * 4) * -10", "Math.cos((query.anim_time-0.6) * 90 * 8) * 8", 0] + }, + "arm_right": { + "rotation": [-10.30059, "15.4855+Math.cos((query.anim_time-0.25) * 90 * 4) * 5", "-51.51+Math.cos((query.anim_time) * 90 * 4) * -10"] + }, + "arm_right2": { + "rotation": [5.123, -21.93857, "-3.4936+Math.cos((query.anim_time-0.2) * 90 * 4) * -15"] + }, + "hand_right": { + "rotation": [0, -17.5, 0] + }, + "arm_left": { + "rotation": [-10.30059, "-15.4855+Math.cos((query.anim_time-0.25) * 90 * 4) * -5", "51.51+Math.cos((query.anim_time) * 90 * 4) * 10"] + }, + "arm_left2": { + "rotation": [5.123, 21.93857, "3.4936+Math.cos((query.anim_time-0.2) * 90 * 4) * 15"] + }, + "hand_left": { + "rotation": [0, 17.5, 0] + }, + "leg_right": { + "rotation": { + "0.0": [15.8509, 31.63886, 29.72765], + "0.125": [12.41181, 35.7519, 33.47638], + "0.25": [0.06352, 38.49392, 35.97553], + "0.5": [-49.90548, 48.091, 44.72257], + "0.6667": [-55.39787, 38.24952, 35.75278], + "0.75": [-47.32679, 36.36076, 34.03131], + "0.9167": [8.81536, 32.58324, 30.58838], + "1.0": [15.8509, 31.63886, 29.72765] + } + }, + "leg_right2": { + "rotation": { + "0.0": [27.5, 0, 0], + "0.1667": [38.33, 0, 0], + "0.375": [81.46, 0, 0], + "0.5": [90, 0, 0], + "0.625": [76.57, 0, 0], + "0.7917": [32.5, 0, 0], + "1.0": [27.5, 0, 0] + } + }, + "toe_back_right": { + "rotation": [20, 0, 0] + }, + "leg_left": { + "rotation": { + "0.0": [15.8509, -31.63886, -29.72765], + "0.125": [12.41181, -35.7519, -33.47638], + "0.25": [0.06352, -38.49392, -35.97553], + "0.5": [-49.90548, -48.091, -44.72257], + "0.6667": [-55.39787, -38.24952, -35.75278], + "0.75": [-47.32679, -36.36076, -34.03131], + "0.9167": [8.81536, -32.58324, -30.58838], + "1.0": [15.8509, -31.63886, -29.72765] + } + }, + "leg_left2": { + "rotation": { + "0.0": [27.5, 0, 0], + "0.1667": [38.33, 0, 0], + "0.375": [81.46, 0, 0], + "0.5": [90, 0, 0], + "0.625": [76.57, 0, 0], + "0.7917": [32.5, 0, 0], + "1.0": [27.5, 0, 0] + } + }, + "foot_left": { + "rotation": { + "0.0": [21.5, 0, 0], + "0.5": [45, 0, 0], + "0.7083": [15.21, 0, 0], + "1.0": [21.5, 0, 0] + } + }, + "toe_back_left": { + "rotation": [20, 0, 0] + }, + "foot_right": { + "rotation": { + "0.0": [21.5, 0, 0], + "0.5": [45, 0, 0], + "0.7083": [15.21, 0, 0], + "1.0": [21.5, 0, 0] + } + } + } + }, + "animation.ashgreninja.battle_idle": { + "loop": true, + "animation_length": 195.6, + "bones": { + "torso": { + "rotation": [-17.89807, 11.91276, -3.81397] + }, + "waist": { + "rotation": ["25+Math.cos((query.anim_time-0.2) * 90 * 1) * 3", 0, 0] + }, + "chest": { + "rotation": ["17.3269+Math.cos((query.anim_time-0.6) * 90 * 1) * 2", -11.03477, 1.7917], + "position": [-1, 0, 0] + }, + "neck": { + "rotation": ["-2.5+Math.cos((query.anim_time-0.6) * 90 * 1) * -6", 0, 0] + }, + "inner_eyelid_right": { + "position": [0.9, 0, 0] + }, + "inner_eyelid_cover_right": { + "position": [0.075, 0, 0] + }, + "inner_eyelid_left": { + "position": [-0.85, 0, 0] + }, + "inner_eyelid_cover_left": { + "position": [-0.05, 0, 0] + }, + "tongue": { + "rotation": ["-29.7109+Math.cos((query.anim_time-0.8) * 90 * 1) * -1", -7.41273, 7.2607], + "position": [0, -1, 0] + }, + "tongue2": { + "rotation": ["7.9333+Math.cos((query.anim_time-0.8) * 90 * 1) * -5", 11.34808, -6.3885] + }, + "tongue3": { + "rotation": ["16.9379+Math.cos((query.anim_time-1) * 90 * 1) * -3", 4.39121, 5.65575], + "position": [0, 0, 0] + }, + "tongue4": { + "rotation": ["-8.0556+Math.cos((query.anim_time-1.4) * 90 * 1) * -6", -1.45048, -13.00441] + }, + "tongue5": { + "rotation": [4.62417, -9.73135, -6.74602] + }, + "tongue6": { + "rotation": ["Math.cos((query.anim_time-1.6) * 90 * 1) * -5.0091", -21.35812, -10.70506] + }, + "tongue7": { + "rotation": ["Math.cos((query.anim_time-1.9) * 90 * 1) * -2.8581", -31.21837, -11.66151] + }, + "arm_right": { + "rotation": [-4.72608, "27.42+Math.cos((query.anim_time-0.6) * 90 * 1)", 3.26039] + }, + "arm_right2": { + "rotation": [10, "-27.5+Math.cos((query.anim_time-1.0) * 90 * 1) * -2", 0] + }, + "hand_right": { + "rotation": [0, 0, -22.5] + }, + "arm_left": { + "rotation": [-9.20958, "49.0678+Math.cos((query.anim_time-0.6) * 90 * 1) * 6", 31.591], + "position": [0, 0, -1] + }, + "arm_left2": { + "rotation": [76.14424, "58.7927+Math.cos((query.anim_time-0.9) * 90 * 1) * 3", 78.0303] + }, + "hand_left": { + "rotation": [0, 0, 22.5] + }, + "leg_right": { + "rotation": [19.30349, 46.13116, 63.07035] + }, + "leg_right2": { + "rotation": [61.55405, -11.00274, -19.0607], + "position": [0, 0, -1] + }, + "foot_right": { + "rotation": [-14.34837, -2.19386, -24.93554], + "position": [0, -1, 0] + }, + "toe_right": { + "rotation": [-17.43745, -1.50179, -4.76968] + }, + "toe_back_right": { + "rotation": [17.5, 0, 0] + }, + "leg_left": { + "rotation": [-53.71564, -9.91, -7.61], + "position": [0, -1, 0] + }, + "leg_left2": { + "rotation": [23.57098, 11.77475, -7.63854], + "position": [0, 2, 0] + }, + "foot_left": { + "rotation": [38.77783, -6.71196, 21.52313], + "position": [0, 1, -0.1] + }, + "toe_back_left": { + "rotation": [17.5, 0, 0] + }, + "toe_left": { + "rotation": [-10, 0, 0] + }, + "body": { + "position": [0, -6, 0] + }, + "shuriken_back2": { + "rotation": [2.65304, -17.47541, -0.902], + "position": [-1.25, 0.5, -0.5] + } + }, + "sound_effects": { + "1.1": { + "effect": "pokemon.ashgreninja.music" + } + } + }, + "animation.ashgreninja.faint": { + "loop": true, + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 2.5], + "0.5417": [0, 0, 0], + "1.375": [0, 0, 0], + "1.5833": [-8.85, 0, 0], + "1.75": [-30.13, 0, 0], + "1.875": [-92.5, 0, 0], + "1.9167": [-106.75, 0, 0], + "2.0": [-95.88, 0, 0] + }, + "position": { + "0.0": [0, -9, 0], + "0.0833": [0, -9.26, 0.16], + "0.1667": [0, -8.02, 0.31], + "0.375": [0, -3.75, 1], + "0.4583": [0, -5.08, 1.33], + "0.5": [0, -4.5, 1.5], + "0.5833": [0, 1.19, 8.25], + "0.6667": [0, 2.9, 11.5], + "0.7917": [0, 2.25, 13.5], + "0.875": [0, -2.75, 13.5], + "1.0": [0, -1, 13.5], + "1.125": [0, -0.75, 13.5], + "1.375": [0, -1, 13.5], + "1.5833": [0, -2.4, 14.62], + "1.7917": [0, -7.53, 18.73], + "1.9167": [0, -17, 23], + "1.9583": [0, -18.25, 24.12], + "2.0": [0, -15.5, 25.25], + "2.0833": [0, -15, 27], + "2.1667": [0, -16.25, 27.25], + "2.2083": [0, -17.5, 27.5] + } + }, + "torso": { + "rotation": { + "0.0": [39.07823, 9.31667, 3.4085], + "0.25": [11.50131, 9.31667, 3.4085], + "0.5": [1.57823, 9.31667, 3.4085], + "0.5833": [14.02835, 9.31667, 3.4085], + "0.7083": [-2.22165, 9.31667, 3.4085], + "0.8333": [-8.47165, 9.31667, 5.1585], + "1.0": [-20.76398, 11.18637, 18.53511], + "1.125": [-25.36678, 11.38035, 20.56492], + "1.9167": [-25.36678, 11.38035, 20.56492], + "1.9583": [-15.36678, 11.38035, 20.56492], + "2.1667": [-11.86678, 11.38035, 20.56492], + "2.2917": [-16.63345, 11.38035, 20.56492], + "2.3333": [-21.63345, 11.38035, 20.56492], + "2.4583": [-19.13345, 11.38035, 20.56492] + } + }, + "waist": { + "rotation": [12.5, 0, 0] + }, + "chest": { + "rotation": { + "0.0": [0, -7.5, 0], + "0.7917": [0, -6.5, 0], + "0.9167": [3.57558, -6.23943, -14.93284], + "1.0417": [14.15168, -5.54657, -21.08238], + "1.125": [15.51688, -5.53432, -23.7699], + "1.5417": [15.51688, -5.53432, -23.7699], + "1.875": [13.20028, -9.90697, -6.66443] + } + }, + "arm_left": { + "rotation": { + "0.0": [-12.40933, -39.5865, 4.94661], + "0.125": [-26.41653, -6.00621, 19.98644], + "0.2917": [-36.47079, 17.24117, 25.56798], + "0.4167": [-38.06879, 12.69485, 19.39133], + "0.5": [-35.52503, 15.36423, 24.44936], + "0.5417": [-28.90906, 27.14781, 49.19541], + "0.5833": [-28.48872, 27.93706, 52.76736], + "0.625": [-29.36225, 28.20877, 51.00427], + "0.75": [3.95711, 24.34576, 41.58149], + "0.8333": [39.68445, 25.71586, 43.69044], + "0.9583": [57.05707, 38.13208, 56.98801], + "1.625": [57.05707, 38.13208, 56.98801], + "1.7917": [18.05755, 32.2563, -3.72039], + "1.9167": [15.37415, -8.60926, -15.94829], + "2.0417": [15.20119, -1.37393, -13.96458], + "2.1667": [15.19927, 1.03864, -13.30915], + "2.2917": [15.63457, -13.42754, -17.30955], + "2.4167": [15.28825, -6.1982, -16.28178] + } + }, + "arm_left2": { + "rotation": { + "0.0": [0, 20, 0], + "0.1667": [0, 5, 0], + "0.4167": [0, 17.5, 0], + "0.5833": [0, 37.5, 0], + "0.7083": [0, 57, 0], + "0.8333": [0, 65.5, 0], + "0.9167": [0, 52, 0], + "1.0": [0, 76.5, 0], + "1.0833": [0, 81.5, 0], + "1.75": [0, 81.5, 0], + "1.875": [0, 49, 0], + "1.9583": [0, -1, 0], + "2.0417": [0, 14, 6], + "2.1667": [0, 19, 30], + "2.2917": [0, 7.75, 39], + "2.4167": [6.64329, 16.0663, 42.95368] + } + }, + "arm_right": { + "rotation": { + "0.0": [-3.57866, -73.06965, -2.76217], + "0.125": [-26.41653, -56.99379, -19.98644], + "0.2917": [-36.47079, -40.24117, -30.56798], + "0.4167": [-38.06879, -32.69485, -33.39133], + "0.5417": [-20.38326, -39.08957, -52.3379], + "0.625": [-24.88047, -40.57951, -59.82581], + "0.75": [3.95711, -24.34576, -32.83149], + "0.8333": [-24.31555, -15.46586, -3.94044], + "0.9583": [-42.94293, -5.63208, 52.26199], + "1.0833": [-62.38737, -1.80325, 71.7312], + "1.1667": [-62.2627, 0.35803, 78.76374], + "1.5833": [-62.2627, 0.35803, 78.76374], + "1.7083": [-43.17195, -21.36891, 66.15167], + "1.875": [-4.96989, -44.39066, -12.93724], + "1.9583": [31.44414, -10.94556, -30.03207], + "2.0417": [32.44447, -28.31257, -34.12201], + "2.125": [34.6245, -36.65607, -40.05403], + "2.25": [31.72274, -13.07536, -31.37064], + "2.2917": [31.0104, 6.20353, -19.69309], + "2.3333": [30.89492, 4.05946, -20.98401] + }, + "position": [0, 0, 0] + }, + "arm_right2": { + "rotation": { + "0.0": [0, -20, 0], + "0.1667": [0, -5, 0], + "0.4167": [0, -17.5, 0], + "0.5833": [0, -37.5, 0], + "0.7083": [0, -42, 0], + "0.8333": [0, -43.5, 0], + "0.9167": [0, -37, 0], + "1.0": [0, -26.75, 0], + "1.0833": [0, -18.5, 0], + "1.1667": [0, -15.25, 0], + "1.7083": [0, -15.25, 0], + "1.8333": [0, -40.25, 0], + "1.9583": [0, -5.25, 0], + "2.0833": [0, -17.75, 0], + "2.1667": [0, -22.75, 0], + "2.25": [0, -20.75, 0], + "2.3333": [0, -15.75, 0], + "2.375": [0, -15.25, 0] + } + }, + "hand_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [0, 0, 15.5], + "0.2083": [0, 0, 17.5], + "0.4167": [0, 0, -23.06], + "0.5417": [0, 0, -32.5], + "0.6667": [-5.35922, -6.21589, -32.11336], + "0.7917": [-59.2984, -9.02693, -11.33872], + "0.9167": [-86.97462, -10.24254, 21.14031], + "1.0833": [-99.0547, -9.97077, 20.65502], + "1.7917": [-99.0547, -9.97077, 20.65502], + "1.9583": [-99.04955, 9.78508, 17.52392], + "2.375": [-107.13181, 22.12078, 15.41791] + } + }, + "finger_index_right_end": { + "rotation": [0, 0, 7.5] + }, + "finger_middle_right_end": { + "rotation": { + "0.0": [0, 0, 5], + "0.875": [0, 0, 0], + "1.125": [0, 0, -35] + } + }, + "finger_pinky_right_end": { + "rotation": { + "0.0": [-5, 0, -5], + "0.9167": [0, 0, 0], + "1.125": [0, 0, -25] + } + }, + "neck": { + "rotation": { + "0.0": [-12.5, 0, 0], + "0.375": [12.5, 0, 0], + "0.625": [27.5, 0, 0], + "0.75": [17.3, 0, 0], + "0.7917": [18.37, 0, 0], + "0.875": [28, 0, 0], + "0.9583": [16.75, 0, 0], + "1.0833": [15, 0, 0], + "1.4583": [15, 0, 0], + "1.6667": [22.5, 0, 0], + "1.8333": [32.5, 0, 0], + "1.9167": [12.5, 0, 0], + "2.0417": [25, 0, 0], + "2.1667": [17.5, 0, 0], + "2.3333": [15, 0, 0] + } + }, + "tongue": { + "rotation": { + "0.0": [-10, -62.5, 0], + "0.1667": [-20, -62.5, 0], + "0.3333": [-27.13125, -62.5, 0], + "0.4583": [-14.63125, -62.5, 0], + "0.5833": [-37.13125, -62.5, 0], + "0.7083": [-50.63125, -62.5, 0], + "0.875": [-57.13125, -62.5, 0], + "1.0": [-39.63125, -62.5, 0], + "1.125": [-34.63125, -62.5, 0], + "1.5833": [-34.63125, -62.5, 0], + "1.7917": [49.01437, -66.04195, -43.59641], + "1.9167": [114.88197, 10.12541, -72.82552] + } + }, + "tongue2": { + "rotation": { + "0.0": [0.2225, -21.7092, 9.0128], + "1.8333": [0.2225, -21.7092, 9.0128], + "2.0833": [-34.71729, -10.54118, 35.24249] + } + }, + "tongue3": { + "rotation": { + "0.0": [-8.52, -4.03529, 13.06193], + "0.25": [-23.52, -4.03529, 13.06193], + "0.4583": [1.48, -4.03529, 13.06193], + "0.625": [-27.64533, -4.03529, 13.06193], + "0.8333": [-32.64533, -4.03529, 13.06193], + "1.0417": [2.45007, -16.52439, 12.53047], + "1.5833": [8.45007, -16.52439, 12.53047], + "1.75": [28.45007, -16.52439, 12.53047], + "1.9167": [-13.02921, -16.52439, 12.53047], + "2.0417": [13.31392, -16.31338, 9.50653], + "2.125": [15.9724, -16.07799, 6.13321], + "2.25": [6.28119, -15.4382, -3.03554] + } + }, + "head": { + "rotation": { + "0.0": [-20, 0, 0], + "0.1667": [-2.5, 0, 0] + } + }, + "head_fin_left": { + "rotation": [0, 0, 0] + }, + "head_fin_right": { + "rotation": [0, 0, 0] + }, + "leg_left": { + "rotation": { + "0.0": [-36.1105, -45.64546, -35.76508], + "0.125": [-39.35847, -43.80812, -28.91892], + "0.2917": [-28.93995, -41.21525, -19.25748], + "0.4167": [-9.27039, -39.52101, -12.94454], + "0.4583": [-7.10373, -39.52101, -12.94454], + "0.5417": [-36.5345, -27.66449, -8.25968], + "0.625": [-38.78339, -14.52977, -1.84291], + "0.7083": [-13.27039, -10.52101, 0.05546], + "0.8333": [-3.27039, -10.52101, 0.05546], + "0.9167": [-13.27039, -10.52101, 0.05546], + "1.0": [-7.02039, -10.52101, 0.05546], + "1.0833": [-5.77039, -10.52101, 0.05546], + "1.5": [-13.27039, -10.52101, 0.05546], + "1.75": [-37.27039, -10.52101, 0.05546], + "1.8333": [-40.77039, -10.52101, 0.05546], + "1.9167": [10.97961, -10.52101, 0.05546], + "1.9583": [21.22961, -10.52101, 0.05546], + "2.0417": [-3.77039, -10.52101, 0.05546], + "2.1667": [-13.77039, -10.52101, 0.05546], + "2.2917": [-10.27039, -0.52101, 0.05546], + "2.4167": [16.70867, 3.24664, -4.66187], + "2.5": [13.70867, 3.24664, -4.66187] + }, + "position": { + "0.0": [0, 0, 0], + "0.125": [0, 0.75, 0], + "0.3333": [0, 0.75, 0], + "0.4583": [0, 2.25, 0], + "0.9583": [0, 0, 0] + } + }, + "leg_left2": { + "rotation": { + "0.0": [98.84392, -4.86875, 1.61455], + "0.1667": [89.07469, -4.86875, 1.61455], + "0.375": [38.50204, -4.86875, 1.61455], + "0.4583": [45.84392, -4.86875, 1.61455], + "0.5417": [87.34392, -4.86875, 1.61455], + "0.625": [95.84392, -4.86875, 1.61455], + "0.6667": [91.67725, -4.86875, 1.61455], + "0.75": [41.95503, -4.86875, 1.61455], + "0.7917": [28.34392, -4.86875, 1.61455], + "0.875": [45.84392, -4.86875, 1.61455], + "0.9583": [21.68625, -4.86875, 1.61455], + "1.0833": [15.21985, -4.86875, 1.61455], + "1.5": [27.71985, -4.86875, 1.61455], + "1.7917": [33.21985, -4.86875, 1.61455], + "1.9167": [0.21985, -4.86875, 1.61455] + } + }, + "foot_left": { + "rotation": { + "0.0": [-40.34821, -0.65007, -1.10653], + "0.3333": [-19.51488, -0.65007, -1.10653], + "0.5": [-27.84821, -0.65007, -1.10653], + "0.7917": [-10.34821, -0.65007, -1.10653], + "0.875": [-27.71785, -2.58733, -5.71805], + "0.9583": [-12.2822, -4.21286, -13.05295] + } + }, + "toe_left": { + "rotation": { + "0.0": [0, 0, 10], + "1.9583": [0, 0, 10], + "2.0417": [50, 0, 10] + } + }, + "toe_inner_left": { + "rotation": { + "0.0": [2.5, 0, 7.5], + "0.5417": [-0.24439, 0.14787, -0.4843] + } + }, + "toe_outer_left": { + "rotation": { + "0.0": [7.5, 0, 5], + "0.5417": [0, 0, 5] + } + }, + "toe_outer_left_end": { + "rotation": [-2.5, 0, 0] + }, + "leg_right": { + "rotation": { + "0.0": [-16.90939, 6.67821, 58.11965], + "0.0417": [-31.09642, 17.63227, 54.19681], + "0.125": [-36.97047, 39.5404, 46.35114], + "0.25": [-34.87619, 38.11799, 37.05334], + "0.375": [-22.7819, 36.69558, 27.75555], + "0.4583": [-28.98522, 34.81475, 16.83539], + "0.5833": [-66.48522, 37.31475, 16.83539], + "0.75": [-93.67203, 48.16437, -62.91591], + "0.8333": [-104.71675, 64.38101, -76.29057], + "0.875": [-101.22621, 67.79676, -65.67787], + "0.9583": [-123.73751, 78.79395, -88.60497], + "1.3333": [-123.73751, 78.79395, -88.60497], + "1.5417": [-40.53194, 69.17058, 10.1482], + "1.6667": [-90.00286, 56.02327, -20.27298], + "1.7917": [-69.04856, 27.38458, -11.56502], + "1.9167": [18.1833, -0.75005, 13.32167], + "2.0833": [-10.5667, -0.75005, 13.32167], + "2.2083": [-16.5667, -0.75005, 13.32167], + "2.3333": [-9.90401, -1.12368, 16.28674], + "2.4167": [16.03778, -1.37276, 18.26345], + "2.4583": [13.53778, -1.37276, 18.26345] + }, + "position": { + "0.0": [0, 0, 0], + "0.375": [0, 0, 0], + "0.5": [0, 1, 0], + "0.875": [0, 0, 0] + } + }, + "leg_right2": { + "rotation": { + "0.0": [66.38899, 5.02896, 6.37755], + "0.125": [73.59764, 0.21089, 1.68164], + "0.25": [62.80629, -4.60717, -3.01427], + "0.2917": [50.80629, -4.60717, -3.01427], + "0.375": [38.30629, -4.60717, -3.01427], + "0.4583": [60.80629, -4.60717, -3.01427], + "0.5417": [109.80629, -4.60717, -3.01427], + "0.625": [111.30629, -4.60717, -3.01427], + "0.75": [82.30629, -4.60717, -3.01427], + "0.875": [99.80629, -4.60717, -3.01427], + "1.0": [107.30629, -4.60717, -3.01427], + "1.4583": [107.30629, -4.60717, -3.01427], + "1.625": [89.05629, -4.60717, -3.01427], + "1.75": [59.55629, -4.60717, -3.01427], + "1.8333": [12.30629, -4.60717, -3.01427], + "1.875": [4.80629, -4.60717, -3.01427] + } + }, + "foot_right": { + "rotation": { + "0.0": [2.5, 0, -47.5], + "0.125": [10, 0, -23.75], + "0.25": [12.43656, 0.9762, -7.43656], + "0.375": [12.5, 0, 0], + "0.4583": [-10, 0, 0], + "0.5833": [12.5, 0, 0] + } + }, + "toe_right": { + "rotation": { + "0.0": [-12.0623, -4.2453, -11.76782], + "1.9583": [-12.0623, -4.2453, -11.76782], + "2.0417": [22.9377, -4.2453, -11.76782] + } + }, + "toe_inner_right_end": { + "rotation": [-2.5, 0, -2.5] + }, + "toe_outer_right": { + "rotation": [2.5, 0, 0] + }, + "toe_outer_right_end": { + "rotation": [-2.5, 0, 0] + }, + "tongue4": { + "rotation": { + "0.0": [4.2532, -29.98426, 2.78816], + "0.2917": [-15.7468, -29.98426, 2.78816], + "0.9583": [-8.2468, -29.98426, 2.78816], + "1.75": [4.2532, -29.98426, 2.78816], + "1.9167": [10.7532, -29.98426, 2.78816], + "2.0": [29.0032, -29.98426, 2.78816], + "2.0833": [31.7532, -29.98426, 2.78816], + "2.1667": [29.0032, -29.98426, 2.78816], + "2.2917": [4.69346, -29.98426, 2.78816] + } + }, + "tongue5": { + "rotation": { + "0.0": [0, -22.5, 0], + "0.25": [-35, -22.5, 0], + "0.5": [7.5, -22.5, 0], + "0.7083": [-30, -22.5, 0], + "0.9167": [-32.5, -22.5, 0], + "1.125": [-7.08049, -31.63548, 1.96659], + "1.3333": [-0.33049, -31.63548, 1.96659], + "1.75": [-0.40979, -46.63518, 2.09116], + "1.9167": [-25.40979, -46.63518, 2.09116], + "2.0": [-6.60215, -46.63518, 2.09116], + "2.1667": [-14.0274, -46.63518, 2.09116] + } + }, + "tongue6": { + "rotation": { + "0.0": [15, -15, 0], + "0.125": [32.5, -15, 0], + "0.375": [-24.09254, -15, 0], + "0.5417": [0.90746, -15, 0], + "0.6667": [20.90746, -15, 0], + "0.9583": [-29.09254, -15, 0], + "1.3333": [-16.59254, -15, 0], + "1.4583": [-9.09254, -15, 0], + "1.8333": [28.40746, -15, 0], + "1.9167": [-1.59254, -15, 0], + "2.0417": [22.37144, -15, 0], + "2.1667": [4.52699, -15, 0] + } + }, + "tongue7": { + "rotation": { + "0.0": [7.5, -20, 0], + "0.2083": [36.52482, -20, 0], + "0.375": [-18.11823, -20, 0], + "0.5417": [31.88177, -20, 0], + "0.875": [-15.61823, -20, 0], + "1.375": [10.7101, -20, 0], + "1.875": [45.63359, -20, 0], + "1.9167": [8.13359, -20, 0], + "2.375": [-9.36641, -20, 0] + } + }, + "hand_shuriken_right": { + "rotation": [0, 0, 0], + "position": [0, 1, 0] + }, + "hand_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [0, 0, -15.5], + "0.2083": [0, 0, -17.5], + "0.4167": [0, 0, 23.06], + "0.5417": [0, 0, 32.5], + "0.6667": [-5.35922, 9.21589, 32.11336], + "0.7917": [-16.2984, 0.02693, 11.33872], + "0.9167": [-24.97462, -21.75746, -57.14031], + "1.0833": [-27.5, 0, -80], + "1.75": [-35.5, 0, -80], + "1.875": [-55, 0, 0], + "2.25": [-79.52521, -17.22575, -2.13388], + "2.4167": [-82.9117, -53.77546, -15.92809] + } + }, + "hand_shuriken_left": { + "rotation": [0, 0, 0] + }, + "inner_eyelid_right": { + "position": { + "0.0417": [0, 0, 0], + "0.0833": [-0.15, 0, 0], + "0.875": [-0.15, 0, 0], + "0.9167": [0, 0, 0], + "1.0417": [0, 0, 0], + "1.0833": [-0.15, 0, 0], + "1.125": [-0.15, 0, 0], + "1.1667": [0, 0, 0], + "1.6667": [0, 0, 0], + "1.7083": [-0.15, 0, 0] + } + }, + "inner_eyelid_left": { + "position": { + "0.0417": [0, 0, 0], + "0.0833": [0.15, 0, 0], + "0.875": [0.15, 0, 0], + "0.9167": [0, 0, 0], + "1.0417": [0, 0, 0], + "1.0833": [0.15, 0, 0], + "1.125": [0.15, 0, 0], + "1.1667": [0, 0, 0], + "1.6667": [0, 0, 0], + "1.7083": [0.15, 0, 0] + } + }, + "finger_index_left": { + "rotation": { + "0.75": [0, 0, 0], + "1.0": [-27.94378, -4.37564, 3.17554] + } + }, + "finger_middle_left": { + "rotation": { + "0.7917": [0, 0, 0], + "1.0417": [0, 0, 27.5] + } + }, + "finger_middle_left_end": { + "rotation": { + "0.7917": [0, 0, 0], + "1.0417": [0, 0, 92.5], + "1.5833": [0, 0, 92.5], + "1.75": [0, 0, 0] + } + }, + "finger_pinky_left": { + "rotation": { + "0.75": [0, 0, 0], + "1.0417": [0, 0, 22.5] + } + }, + "finger_pinky_left_end": { + "rotation": { + "0.7917": [0, 0, 0], + "1.0833": [0, 0, 112.5], + "1.625": [0, 0, 112.5], + "1.75": [0, 0, 0] + } + } + } + }, + "animation.ashgreninja.blink": { + "animation_length": 0.1667, + "bones": { + "inner_eyelid_left": { + "position": { + "0.0": [0.1, 0, 0], + "0.125": [0.1, 0, 0], + "0.1667": [0, 0, 0] + } + }, + "inner_eyelid_right": { + "position": { + "0.0": [-0.1, 0, 0], + "0.125": [-0.1, 0, 0], + "0.1667": [0, 0, 0] + } + } + } + }, + "animation.ashgreninja.sleep": { + "loop": true, + "bones": { + "body": { + "position": [0, -14, 0] + }, + "torso": { + "rotation": [7.5, 0, 0] + }, + "waist": { + "rotation": ["7.5+Math.cos((query.anim_time-0.2) * 90 * 1) * 1", 0, 0] + }, + "chest": { + "rotation": [10, 0, 0] + }, + "neck": { + "rotation": ["17.2718+Math.cos((query.anim_time-0.5) * 90 * 1) * 3", 2.37715, 0.55455] + }, + "inner_eyelid_right": { + "position": [-0.15, 0, 0] + }, + "inner_eyelid_left": { + "position": [0.125, 0, 0] + }, + "tongue": { + "rotation": ["-74.5902+Math.cos((query.anim_time-0.5) * 90 * 1) * -4", 10.28859, -22.90981] + }, + "tongue2": { + "rotation": [-12.51153, 2.4407, -0.54143] + }, + "tongue3": { + "rotation": [-10.23772, -12.3071, 2.20462] + }, + "tongue4": { + "rotation": [9.8491, -28.48042, -20.00533] + }, + "tongue5": { + "rotation": [37.5625, -9.75001, -16.37938] + }, + "tongue6": { + "rotation": [0, -40, 0] + }, + "tongue7": { + "rotation": [0, -40, 0] + }, + "arm_right": { + "rotation": [23.58893, -46.25567, -44.04774] + }, + "arm_right2": { + "rotation": [1.81016, -61.10513, 37.62478] + }, + "hand_right": { + "rotation": [12.24721, 1.93597, -14.87739] + }, + "arm_left": { + "rotation": [23.58893, 46.25567, 44.04774] + }, + "arm_left2": { + "rotation": [15, 60, -22.5] + }, + "hand_left": { + "rotation": [7.38733, -1.29876, 9.91615] + }, + "leg_right": { + "rotation": [-125.67466, 11.66174, -101.64416] + }, + "leg_right2": { + "rotation": [85, 0, 0] + }, + "foot_right": { + "rotation": [0, 0, -37.5] + }, + "toe_right": { + "rotation": [21.26765, 7.52076, -18.58597] + }, + "leg_left": { + "rotation": [-127.77918, -17.30312, 90.11668] + }, + "leg_left2": { + "rotation": [85, 0, 0] + }, + "foot_left": { + "rotation": [19.95744, -0.65182, 52.47178] + }, + "toe_left": { + "rotation": [-5, 0, 22.5] + } + } + }, + "animation.ashgreninja.cry": { + "animation_length": 1.25, + "bones": { + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [-9.83, 0, 0], + "0.25": [-12.5, 0, 0], + "0.625": [-14, 0, 0], + "1.0": [-12.5, 0, 0], + "1.125": [-9.83, 0, 0], + "1.25": [0, 0, 0] + } + }, + "jaw": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [25, 0, 0], + "0.625": [25, 0, 0], + "1.125": [25, 0, 0], + "1.25": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/animations/ashgreninjaincomplete/ashgreninjaincomplete.animation.json b/resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/animations/ashgreninjaincomplete/ashgreninjaincomplete.animation.json new file mode 100644 index 0000000..cd011e4 --- /dev/null +++ b/resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/animations/ashgreninjaincomplete/ashgreninjaincomplete.animation.json @@ -0,0 +1,1547 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.ashgreninjaincomplete.ground_idle": { + "loop": true, + "bones": { + "torso": { + "rotation": [-17.89807, 11.91276, -3.81397] + }, + "waist": { + "rotation": ["15+Math.cos((query.anim_time-0.2) * 90 * 1) * 3", 0, 0] + }, + "chest": { + "rotation": ["17.3269+Math.cos((query.anim_time-0.6) * 90 * 1) * 2", -11.03477, 1.7917], + "position": [-1, 0, 0] + }, + "neck": { + "rotation": ["-2.5+Math.cos((query.anim_time-0.6) * 90 * 1) * -6", 0, 0] + }, + "inner_eyelid_right": { + "position": [0.9, 0, 0] + }, + "inner_eyelid_cover_right": { + "position": [0.075, 0, 0] + }, + "inner_eyelid_left": { + "position": [-0.85, 0, 0] + }, + "inner_eyelid_cover_left": { + "position": [-0.05, 0, 0] + }, + "tongue": { + "rotation": ["-44.143+Math.cos((query.anim_time-0.8) * 90 * 1) * -1", "2.7938+Math.cos((query.anim_time-1.4) * 90 * 2-60) * -5", 2.96806], + "position": [0, -1, 0] + }, + "tongue2": { + "rotation": ["-12.7296+Math.cos((query.anim_time-0.8) * 90 * 1+50) * -12", "-15.578+Math.cos((query.anim_time-1.4) * 90 * 1) * -10", -6.31342] + }, + "tongue3": { + "rotation": ["-18.9943+Math.cos((query.anim_time-1) * 90 * 1) * -3", -19.2862, 1.93639] + }, + "tongue4": { + "rotation": ["-9.1493+Math.cos((query.anim_time-1.4) * 90 * 1) * -8", "-36.3231+Math.cos((query.anim_time-1.4) * 90 * 1-60) * -5", -9.78189] + }, + "tongue5": { + "rotation": ["5.7195+Math.cos((query.anim_time-1.4) * 90 * 1-60) * -5", "-37.1248+Math.cos((query.anim_time-1.4) * 90 * 2-120) * -10", -9.42205] + }, + "tongue6": { + "rotation": ["Math.cos((query.anim_time-1.6) * 90 * 2) * -5.0091", -21.35812, -10.70506] + }, + "tongue7": { + "rotation": ["Math.cos((query.anim_time-1.9) * 90 * 2) * -5", -31.21837, -11.66151] + }, + "arm_right": { + "rotation": [0, "Math.cos((query.anim_time-0.6) * 90 * 1) * -6", -65] + }, + "arm_right2": { + "rotation": [0, "-27.5+Math.cos((query.anim_time-1.0) * 90 * 1) * -2", 0] + }, + "hand_right": { + "rotation": [0, 0, -22.5] + }, + "arm_left": { + "rotation": [0, "Math.cos((query.anim_time-0.6) * 90 * 1) * 6", 65] + }, + "arm_left2": { + "rotation": [0, "27.5+Math.cos((query.anim_time-0.9) * 90 * 1) * 3", 0] + }, + "hand_left": { + "rotation": [0, 0, 22.5] + }, + "leg_right": { + "rotation": [-3.2799, 25.22132, 7.85322] + }, + "leg_right2": { + "rotation": [29.99294, 0.32621, -2.47864] + }, + "foot_right": { + "rotation": [10, 0, 0] + }, + "toe_right": { + "rotation": [-17.43745, -1.50179, -4.76968] + }, + "toe_back_right": { + "rotation": [17.5, 0, 0] + }, + "leg_left": { + "rotation": [-8.68155, -9.91358, -7.61435] + }, + "leg_left2": { + "rotation": [17.41096, -1.61702, 7.30994] + }, + "foot_left": { + "rotation": [10, 0, 0] + }, + "toe_back_left": { + "rotation": [17.5, 0, 0] + }, + "toe_left": { + "rotation": [-10, 0, 0] + }, + "bone5": { + "scale": 1 + }, + "bone12": { + "scale": 0 + }, + "bone15": { + "scale": 0 + }, + "bone17": { + "scale": 0 + }, + "bone19": { + "rotation": [0, "0+3*math.cos(q.anim_time*90*1-60)+q.anim_time*90*1", 0] + } + } + }, + "animation.ashgreninjaincomplete.ground_walk": { + "loop": true, + "animation_length": 2, + "bones": { + "torso": { + "rotation": ["-5+Math.cos((query.anim_time-0.2) * 90 * 2) * 2", 0, 0], + "position": [0, "-0.25+Math.cos((query.anim_time+0.1) * 90 * 4) * 0.5", 0] + }, + "waist": { + "rotation": [10, 0, 0] + }, + "chest": { + "rotation": ["12.5+Math.cos((query.anim_time-0.3) * 90 * 2) * 2", 0, 0] + }, + "neck": { + "rotation": ["-7.5+Math.cos((query.anim_time-0.3) * 90 * 2) * -2", 0, 0] + }, + "inner_eyelid_right": { + "position": [0.875, 0, 0] + }, + "inner_eyelid_cover_right": { + "position": [0.125, 0, 0] + }, + "inner_eyelid_left": { + "position": [-0.9, 0, 0] + }, + "inner_eyelid_cover_left": { + "position": [-0.075, 0, 0] + }, + "tongue": { + "rotation": ["-35.1355+Math.cos((query.anim_time-0.3) * 90 * 4) * 2", -8.99719, 9.24241] + }, + "tongue2": { + "rotation": [19.30934, -21.08857, -32.02823] + }, + "tongue3": { + "rotation": ["8.622+Math.cos((query.anim_time-0.5) * 90 * 4) * 4", -49.39488, -6.09617] + }, + "tongue4": { + "rotation": [3.52414, -44.85128, -6.81991] + }, + "tongue5": { + "rotation": ["5.1652+Math.cos((query.anim_time-0.7) * 90 * 4) * 5", -27.0478, -11.24314] + }, + "tongue6": { + "rotation": ["Math.cos((query.anim_time-0.8) * 90 * 4) * 3", -25, 0] + }, + "tongue7": { + "rotation": ["Math.cos((query.anim_time-1) * 90 * 4) * 6", -27.5, 0] + }, + "arm_right": { + "rotation": [0, "-(Math.cos((query.anim_time) * 90 * 2) * 10)", -70] + }, + "arm_right2": { + "rotation": [0, "-22.5+Math.cos((query.anim_time-0.3) * 90 * 2) * -10", 0] + }, + "hand_right": { + "rotation": [0, 0, -15] + }, + "arm_left": { + "rotation": [0, "Math.cos((query.anim_time) * 90 * 2) * -10", 70] + }, + "arm_left2": { + "rotation": [0, "22.5+Math.cos((query.anim_time-0.3) * 90 * 2) * -10", 0] + }, + "hand_left": { + "rotation": [0, 0, 15] + }, + "leg_right": { + "rotation": { + "0.0": [35.67, 2.6, 3.58], + "0.0833": [38.42186, 2.60422, 3.5755], + "0.25": [34.22275, 3.21529, 3.44376], + "0.5417": [0.02365, 3.82637, 3.31201], + "0.7083": [-15.37456, 5.04852, 3.04852], + "0.875": [-23.72774, 6.89541, 2.65034], + "1.0": [-25.17098, 7.49282, 2.52154], + "1.125": [-23.72774, 6.89541, 2.65034], + "1.2917": [-16.49242, 5.27073, 3.00062], + "1.625": [0.92186, 2.60422, 3.5755], + "1.9167": [32.92186, 2.60422, 3.5755], + "2.0": [35.67, 2.6, 3.58] + } + }, + "leg_right2": { + "rotation": { + "0.0": [18.82, 0, 0], + "0.125": [24, 0, 0], + "0.375": [64.33, 0, 0], + "0.5417": [57.75, 0, 0], + "0.75": [17.13, 0, 0], + "1.0": [2.75, 0, 0], + "1.2917": [-3, 0, 0], + "1.6667": [5, 0, 0], + "2.0": [18.82, 0, 0] + } + }, + "foot_right": { + "rotation": { + "0.0": [2.5, 0, 0], + "0.3333": [-7.5, 0, 0], + "0.5417": [-36.5, 0, 0], + "0.6667": [-29.5, 0, 0], + "0.8333": [-0.67, 0, 0], + "0.875": [2, 0, 0], + "1.0": [7.5, 0, 0], + "1.1667": [10, 0, 0], + "1.6667": [12.5, 0, 0], + "2.0": [2.5, 0, 0] + } + }, + "toe_right": { + "rotation": { + "0.0": [-29.5, 0, 0], + "0.25": [-7, 0, 0], + "0.5": [22, 0, 0], + "0.625": [15.82, 0, 0], + "0.75": [4.68, 0, 0], + "0.875": [-13.09, 0, 0], + "1.0": [-19.5, 0, 0], + "1.1667": [-18.53, 0, 0], + "1.2917": [-15.87, 0, 0], + "1.4583": [2.54, 0, 0], + "1.5": [-7, 0, 0], + "1.6667": [-25.13, 0, 0], + "1.7083": [-32, 0, 0], + "2.0": [-29.5, 0, 0] + } + }, + "toe_back_right": { + "rotation": [25, 0, 0] + }, + "leg_left": { + "rotation": { + "0.0": [-25.17098, -7.49282, -2.52154], + "0.125": [-23.72774, -6.89541, -2.65034], + "0.2917": [-16.49242, -5.27073, -3.00062], + "0.625": [0.92186, -2.60422, -3.5755], + "0.9167": [32.92186, -2.60422, -3.5755], + "1.0833": [38.42186, -2.60422, -3.5755], + "1.25": [34.22275, -3.21529, -3.44376], + "1.5417": [0.02365, -3.82637, -3.31201], + "1.7083": [-15.37456, -5.04852, -3.04852], + "1.875": [-23.72774, -6.89541, -2.65034], + "2.0": [-25.17098, -7.49282, -2.52154] + } + }, + "leg_left2": { + "rotation": { + "0.0": [2.75, 0, 0], + "0.2917": [-3, 0, 0], + "0.6667": [5, 0, 0], + "1.125": [24, 0, 0], + "1.375": [64.33, 0, 0], + "1.5417": [57.75, 0, 0], + "1.75": [17.13, 0, 0], + "2.0": [2.75, 0, 0] + } + }, + "foot_left": { + "rotation": { + "0.0": [7.5, 0, 0], + "0.1667": [10, 0, 0], + "0.6667": [12.5, 0, 0], + "1.3333": [-7.5, 0, 0], + "1.5417": [-36.5, 0, 0], + "1.6667": [-29.5, 0, 0], + "1.8333": [-0.67, 0, 0], + "1.875": [2, 0, 0], + "2.0": [7.5, 0, 0] + } + }, + "toe_back_left": { + "rotation": [25, 0, 0] + }, + "toe_left": { + "rotation": { + "0.0": [-19.5, 0, 0], + "0.1667": [-18.53, 0, 0], + "0.2917": [-15.87, 0, 0], + "0.4583": [2.54, 0, 0], + "0.5": [-7, 0, 0], + "0.6667": [-25.13, 0, 0], + "0.7083": [-32, 0, 0], + "1.0": [-29.5, 0, 0], + "1.25": [-7, 0, 0], + "1.5": [22, 0, 0], + "1.625": [15.82, 0, 0], + "1.75": [4.68, 0, 0], + "1.875": [-13.09, 0, 0], + "2.0": [-19.5, 0, 0] + } + }, + "bone12": { + "scale": 0 + }, + "bone15": { + "scale": 0 + }, + "bone17": { + "scale": 0 + }, + "bone19": { + "rotation": [0, "0+3*math.cos(q.anim_time*90*1-60)+q.anim_time*90*1", 0] + } + } + }, + "animation.ashgreninjaincomplete.water_idle": { + "loop": true, + "bones": { + "body": { + "rotation": ["55+Math.cos((query.anim_time) * 90 * 1) * 2", 0, 0], + "position": [0, "-16+Math.cos((query.anim_time-0.4) * 90 * 1) * 0.5", -2] + }, + "torso": { + "rotation": [0, 0, 0] + }, + "waist": { + "rotation": [12.5, 0, 0] + }, + "chest": { + "rotation": ["Math.cos((query.anim_time-0.3) * 90 * 1) * 2", 0, 0] + }, + "neck": { + "rotation": ["-30+Math.cos((query.anim_time-0.5) * 90 * 1) * -3", 0, 0] + }, + "head": { + "rotation": [-5, 0, 0] + }, + "inner_eyelid_right": { + "position": [0.85, 0, 0] + }, + "inner_eyelid_cover_right": { + "position": [0.025, 0, 0] + }, + "inner_eyelid_left": { + "position": [-0.9, 0, 0] + }, + "inner_eyelid_cover_left": { + "position": [-0.05, 0, 0] + }, + "tongue": { + "rotation": ["-17.5+Math.cos((query.anim_time-0.3) * 90 * 1) * 2", 30, 0] + }, + "tongue2": { + "rotation": [-22.57734, 4.61854, -1.91757] + }, + "tongue3": { + "rotation": ["-10+Math.cos((query.anim_time-0.5) * 90 * 1) * 5", -20, 0] + }, + "tongue4": { + "rotation": [-8.23353, -34.93529, 1.57675] + }, + "tongue5": { + "rotation": ["-10.3453+Math.cos((query.anim_time-0.7) * 90 * 1) * 4", -14.76689, 2.66399] + }, + "tongue6": { + "rotation": ["-8.11+Math.cos((query.anim_time-0.9) * 90 * 1) * 5", 22.29711, -3.09472] + }, + "tongue7": { + "rotation": ["Math.cos((query.anim_time-1) * 90 * 1) * 7", 12.5, 0] + }, + "arm_right": { + "rotation": [-48.08351, "-29.3034+Math.cos((query.anim_time-0.6) * 90 * 1) * -5", 7.60913] + }, + "arm_right2": { + "rotation": [0, -22.5, 10] + }, + "hand_right": { + "rotation": [0, -17.5, 0] + }, + "arm_left": { + "rotation": [-48.08351, "29.3034+Math.cos((query.anim_time-0.6) * 90 * 1) * 5", -7.60913] + }, + "arm_left2": { + "rotation": [0, 22.5, -10] + }, + "hand_left": { + "rotation": [0, 17.5, 0] + }, + "leg_right": { + "rotation": ["7.8509+Math.cos((query.anim_time) * 90 * 1) * 5", 31.63886, 29.72765] + }, + "leg_right2": { + "rotation": [27.5, 0, 0] + }, + "toe_back_right": { + "rotation": [20, 0, 0] + }, + "leg_left": { + "rotation": ["7.8509+Math.cos((query.anim_time) * 90 * 1) * 5", -31.63886, -29.72765] + }, + "leg_left2": { + "rotation": [27.5, 0, 0] + }, + "foot_left": { + "rotation": [27.5, 0, 0] + }, + "toe_back_left": { + "rotation": [20, 0, 0] + }, + "bone12": { + "scale": 0 + }, + "bone15": { + "scale": 0 + }, + "bone17": { + "scale": 0 + }, + "bone19": { + "rotation": [0, "0+3*math.cos(q.anim_time*90*1-60)+q.anim_time*90*1", 0] + } + } + }, + "animation.ashgreninjaincomplete.water_swim": { + "loop": true, + "animation_length": 1, + "bones": { + "body": { + "rotation": [55, 0, 0], + "position": [0, -16, "-2+Math.cos((query.anim_time-0.2) * 90 * 4) * -3"] + }, + "torso": { + "rotation": ["Math.cos((query.anim_time-0.4) * 90 * 4) * 3", 0, 0] + }, + "waist": { + "rotation": [12.5, 0, 0] + }, + "chest": { + "rotation": [0, 0, 0] + }, + "neck": { + "rotation": ["-30+Math.cos((query.anim_time-0.5) * 90 * 4) * -4", 0, 0] + }, + "head": { + "rotation": [-5, 0, 0] + }, + "inner_eyelid_right": { + "position": [-0.085, 0, 0] + }, + "inner_eyelid_cover_right": { + "position": [0.025, 0, 0] + }, + "inner_eyelid_left": { + "position": [0.09, 0, 0] + }, + "inner_eyelid_cover_left": { + "position": [-0.05, 0, 0] + }, + "tongue": { + "rotation": ["-20.5153+Math.cos((query.anim_time-0.5) * 90 * 4) * -2", "Math.cos((query.anim_time) * 90 * 8) * 4", 5.32938] + }, + "tongue2": { + "rotation": [-22.57734, "Math.cos((query.anim_time-0.1) * 90 * 8) * 2", -1.91757] + }, + "tongue3": { + "rotation": ["-10+Math.cos((query.anim_time-0.6) * 90 * 4) * -4", "Math.cos((query.anim_time-0.2) * 90 * 8) * 3", 0] + }, + "tongue4": { + "rotation": [-7.07446, "Math.cos((query.anim_time-0.3) * 90 * 8) * 4", -1.01249] + }, + "tongue5": { + "rotation": ["2.5+Math.cos((query.anim_time-0.7) * 90 * 4) * -4", "Math.cos((query.anim_time-0.4) * 90 * 8) * 4", -0.00001] + }, + "tongue6": { + "rotation": ["6.3562+Math.cos((query.anim_time-0.9) * 90 * 4) * -8", "Math.cos((query.anim_time-0.5) * 90 * 8) * 5", -4.30962] + }, + "tongue7": { + "rotation": ["10+Math.cos((query.anim_time-1) * 90 * 4) * -10", "Math.cos((query.anim_time-0.6) * 90 * 8) * 8", 0] + }, + "arm_right": { + "rotation": [-10.30059, "15.4855+Math.cos((query.anim_time-0.25) * 90 * 4) * 5", "-51.51+Math.cos((query.anim_time) * 90 * 4) * -10"] + }, + "arm_right2": { + "rotation": [5.123, -21.93857, "-3.4936+Math.cos((query.anim_time-0.2) * 90 * 4) * -15"] + }, + "hand_right": { + "rotation": [0, -17.5, 0] + }, + "arm_left": { + "rotation": [-10.30059, "-15.4855+Math.cos((query.anim_time-0.25) * 90 * 4) * -5", "51.51+Math.cos((query.anim_time) * 90 * 4) * 10"] + }, + "arm_left2": { + "rotation": [5.123, 21.93857, "3.4936+Math.cos((query.anim_time-0.2) * 90 * 4) * 15"] + }, + "hand_left": { + "rotation": [0, 17.5, 0] + }, + "leg_right": { + "rotation": { + "0.0": [15.8509, 31.63886, 29.72765], + "0.125": [12.41181, 35.7519, 33.47638], + "0.25": [0.06352, 38.49392, 35.97553], + "0.5": [-49.90548, 48.091, 44.72257], + "0.6667": [-55.39787, 38.24952, 35.75278], + "0.75": [-47.32679, 36.36076, 34.03131], + "0.9167": [8.81536, 32.58324, 30.58838], + "1.0": [15.8509, 31.63886, 29.72765] + } + }, + "leg_right2": { + "rotation": { + "0.0": [27.5, 0, 0], + "0.1667": [38.33, 0, 0], + "0.375": [81.46, 0, 0], + "0.5": [90, 0, 0], + "0.625": [76.57, 0, 0], + "0.7917": [32.5, 0, 0], + "1.0": [27.5, 0, 0] + } + }, + "toe_back_right": { + "rotation": [20, 0, 0] + }, + "leg_left": { + "rotation": { + "0.0": [15.8509, -31.63886, -29.72765], + "0.125": [12.41181, -35.7519, -33.47638], + "0.25": [0.06352, -38.49392, -35.97553], + "0.5": [-49.90548, -48.091, -44.72257], + "0.6667": [-55.39787, -38.24952, -35.75278], + "0.75": [-47.32679, -36.36076, -34.03131], + "0.9167": [8.81536, -32.58324, -30.58838], + "1.0": [15.8509, -31.63886, -29.72765] + } + }, + "leg_left2": { + "rotation": { + "0.0": [27.5, 0, 0], + "0.1667": [38.33, 0, 0], + "0.375": [81.46, 0, 0], + "0.5": [90, 0, 0], + "0.625": [76.57, 0, 0], + "0.7917": [32.5, 0, 0], + "1.0": [27.5, 0, 0] + } + }, + "foot_left": { + "rotation": { + "0.0": [21.5, 0, 0], + "0.5": [45, 0, 0], + "0.7083": [15.21, 0, 0], + "1.0": [21.5, 0, 0] + } + }, + "toe_back_left": { + "rotation": [20, 0, 0] + }, + "foot_right": { + "rotation": { + "0.0": [21.5, 0, 0], + "0.5": [45, 0, 0], + "0.7083": [15.21, 0, 0], + "1.0": [21.5, 0, 0] + } + }, + "bone12": { + "scale": 0 + }, + "bone15": { + "scale": 0 + }, + "bone17": { + "scale": 0 + }, + "bone19": { + "rotation": [0, "0+3*math.cos(q.anim_time*90*1-60)+q.anim_time*90*1", 0] + } + } + }, + "animation.ashgreninjaincomplete.battle_idle": { + "loop": true, + "bones": { + "torso": { + "rotation": [-17.89807, 11.91276, -3.81397] + }, + "waist": { + "rotation": ["25+Math.cos((query.anim_time-0.2) * 90 * 1) * 3", 0, 0] + }, + "chest": { + "rotation": ["17.3269+Math.cos((query.anim_time-0.6) * 90 * 1) * 2", -11.03477, 1.7917], + "position": [-1, 0, 0] + }, + "neck": { + "rotation": ["-2.5+Math.cos((query.anim_time-0.6) * 90 * 1) * -6", 0, 0] + }, + "inner_eyelid_right": { + "position": [0.9, 0, 0] + }, + "inner_eyelid_cover_right": { + "position": [0.075, 0, 0] + }, + "inner_eyelid_left": { + "position": [-0.85, 0, 0] + }, + "inner_eyelid_cover_left": { + "position": [-0.05, 0, 0] + }, + "tongue": { + "rotation": ["-31.7068+Math.cos((query.anim_time-0.8) * 90 * 1) * -1", 20.64169, -9.43282], + "position": [0, -1, 0] + }, + "tongue2": { + "rotation": ["9.536+Math.cos((query.anim_time-0.8) * 90 * 1) * -5", 50.7336, -2.32297] + }, + "tongue3": { + "rotation": ["24.0304+Math.cos((query.anim_time-1) * 90 * 1) * -3", 44.49421, 21.67288], + "position": [0, 0, 0] + }, + "tongue4": { + "rotation": ["-8.4633+Math.cos((query.anim_time-1.4) * 90 * 1) * -6", 23.4671, -15.08928] + }, + "tongue5": { + "rotation": [4.93969, 22.66158, -4.05552] + }, + "tongue6": { + "rotation": ["Math.cos((query.anim_time-1.6) * 90 * 1) * -5.2217", 11.05445, -8.28159] + }, + "tongue7": { + "rotation": ["Math.cos((query.anim_time-1.9) * 90 * 1) * -2.4917", 41.17791, -7.50479] + }, + "arm_right": { + "rotation": [-4.72608, "27.42+Math.cos((query.anim_time-0.6) * 90 * 1)", 3.26039] + }, + "arm_right2": { + "rotation": [10, "-27.5+Math.cos((query.anim_time-1.0) * 90 * 1) * -2", 0] + }, + "hand_right": { + "rotation": [0, 0, -22.5] + }, + "arm_left": { + "rotation": [-9.20958, "49.0678+Math.cos((query.anim_time-0.6) * 90 * 1) * 6", 31.591], + "position": [0, 0, -1] + }, + "arm_left2": { + "rotation": [73.73178, "63.6222+Math.cos((query.anim_time-0.9) * 90 * 1) * 3", 75.29231] + }, + "hand_left": { + "rotation": [0, 0, 22.5] + }, + "leg_right": { + "rotation": [19.30349, 46.13116, 63.07035] + }, + "leg_right2": { + "rotation": [61.55405, -11.00274, -19.0607], + "position": [0, 0, -1] + }, + "foot_right": { + "rotation": [-14.34837, -2.19386, -24.93554], + "position": [0, -1, 0] + }, + "toe_right": { + "rotation": [-17.43745, -1.50179, -4.76968] + }, + "toe_back_right": { + "rotation": [17.5, 0, 0] + }, + "leg_left": { + "rotation": [-53.71564, -9.91, -7.61], + "position": [0, -1, 0] + }, + "leg_left2": { + "rotation": [23.57098, 11.77475, -7.63854], + "position": [0, 2, 0] + }, + "foot_left": { + "rotation": [38.77783, -6.71196, 21.52313], + "position": [0, 1, -0.1] + }, + "toe_back_left": { + "rotation": [17.5, 0, 0] + }, + "toe_left": { + "rotation": [-10, 0, 0] + }, + "body": { + "position": [0, -6, 0] + }, + "bone15": { + "scale": 0 + }, + "bone16": { + "scale": 1 + }, + "bone17": { + "scale": 0 + }, + "bone19": { + "rotation": [0, "0+3*math.cos(q.anim_time*90*1-60)+q.anim_time*90*1", 0] + } + }, + "sound_effects": { + "0.0": { + "effect": "ashgreninjatheme" + } + } + }, + "animation.ashgreninjaincomplete.faint": { + "loop": true, + "animation_length": 3, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 2.5], + "0.5417": [0, 0, 0], + "1.375": [0, 0, 0], + "1.5833": [-8.85, 0, 0], + "1.75": [-30.13, 0, 0], + "1.875": [-92.5, 0, 0], + "1.9167": [-106.75, 0, 0], + "2.0": [-95.88, 0, 0] + }, + "position": { + "0.0": [0, -9, 0], + "0.0833": [0, -9.26, 0.16], + "0.1667": [0, -8.02, 0.31], + "0.375": [0, -3.75, 1], + "0.4583": [0, -5.08, 1.33], + "0.5": [0, -4.5, 1.5], + "0.5833": [0, 1.19, 8.25], + "0.6667": [0, 2.9, 11.5], + "0.7917": [0, 2.25, 13.5], + "0.875": [0, -2.75, 13.5], + "1.0": [0, -1, 13.5], + "1.125": [0, -0.75, 13.5], + "1.375": [0, -1, 13.5], + "1.5833": [0, -2.4, 14.62], + "1.7917": [0, -7.53, 18.73], + "1.9167": [0, -17, 23], + "1.9583": [0, -18.25, 24.12], + "2.0": [0, -15.5, 25.25], + "2.0833": [0, -15, 27], + "2.1667": [0, -16.25, 27.25], + "2.2083": [0, -17.5, 27.5] + } + }, + "torso": { + "rotation": { + "0.0": [39.07823, 9.31667, 3.4085], + "0.25": [11.50131, 9.31667, 3.4085], + "0.5": [1.57823, 9.31667, 3.4085], + "0.5833": [14.02835, 9.31667, 3.4085], + "0.7083": [-2.22165, 9.31667, 3.4085], + "0.8333": [-8.47165, 9.31667, 5.1585], + "1.0": [-20.76398, 11.18637, 18.53511], + "1.125": [-25.36678, 11.38035, 20.56492], + "1.9167": [-25.36678, 11.38035, 20.56492], + "1.9583": [-15.36678, 11.38035, 20.56492], + "2.1667": [-11.86678, 11.38035, 20.56492], + "2.2917": [-16.63345, 11.38035, 20.56492], + "2.3333": [-21.63345, 11.38035, 20.56492], + "2.4583": [-19.13345, 11.38035, 20.56492] + } + }, + "waist": { + "rotation": [12.5, 0, 0] + }, + "chest": { + "rotation": { + "0.0": [0, -7.5, 0], + "0.7917": [0, -6.5, 0], + "0.9167": [3.57558, -6.23943, -14.93284], + "1.0417": [14.15168, -5.54657, -21.08238], + "1.125": [15.51688, -5.53432, -23.7699], + "1.5417": [15.51688, -5.53432, -23.7699], + "1.875": [13.20028, -9.90697, -6.66443] + } + }, + "arm_left": { + "rotation": { + "0.0": [-12.40933, -39.5865, 4.94661], + "0.125": [-26.41653, -6.00621, 19.98644], + "0.2917": [-36.47079, 17.24117, 25.56798], + "0.4167": [-38.06879, 12.69485, 19.39133], + "0.5": [-35.52503, 15.36423, 24.44936], + "0.5417": [-28.90906, 27.14781, 49.19541], + "0.5833": [-28.48872, 27.93706, 52.76736], + "0.625": [-29.36225, 28.20877, 51.00427], + "0.75": [3.95711, 24.34576, 41.58149], + "0.8333": [39.68445, 25.71586, 43.69044], + "0.9583": [57.05707, 38.13208, 56.98801], + "1.625": [57.05707, 38.13208, 56.98801], + "1.7917": [18.05755, 32.2563, -3.72039], + "1.9167": [15.37415, -8.60926, -15.94829], + "2.0417": [15.20119, -1.37393, -13.96458], + "2.1667": [15.19927, 1.03864, -13.30915], + "2.2917": [15.63457, -13.42754, -17.30955], + "2.4167": [15.28825, -6.1982, -16.28178] + } + }, + "arm_left2": { + "rotation": { + "0.0": [0, 20, 0], + "0.1667": [0, 5, 0], + "0.4167": [0, 17.5, 0], + "0.5833": [0, 37.5, 0], + "0.7083": [0, 57, 0], + "0.8333": [0, 65.5, 0], + "0.9167": [0, 52, 0], + "1.0": [0, 76.5, 0], + "1.0833": [0, 81.5, 0], + "1.75": [0, 81.5, 0], + "1.875": [0, 49, 0], + "1.9583": [0, -1, 0], + "2.0417": [0, 14, 6], + "2.1667": [0, 19, 30], + "2.2917": [0, 7.75, 39], + "2.4167": [6.64329, 16.0663, 42.95368] + } + }, + "arm_right": { + "rotation": { + "0.0": [-3.57866, -73.06965, -2.76217], + "0.125": [-26.41653, -56.99379, -19.98644], + "0.2917": [-36.47079, -40.24117, -30.56798], + "0.4167": [-38.06879, -32.69485, -33.39133], + "0.5417": [-20.38326, -39.08957, -52.3379], + "0.625": [-24.88047, -40.57951, -59.82581], + "0.75": [3.95711, -24.34576, -32.83149], + "0.8333": [-24.31555, -15.46586, -3.94044], + "0.9583": [-42.94293, -5.63208, 52.26199], + "1.0833": [-62.38737, -1.80325, 71.7312], + "1.1667": [-62.2627, 0.35803, 78.76374], + "1.5833": [-62.2627, 0.35803, 78.76374], + "1.7083": [-43.17195, -21.36891, 66.15167], + "1.875": [-4.96989, -44.39066, -12.93724], + "1.9583": [31.44414, -10.94556, -30.03207], + "2.0417": [32.44447, -28.31257, -34.12201], + "2.125": [34.6245, -36.65607, -40.05403], + "2.25": [31.72274, -13.07536, -31.37064], + "2.2917": [31.0104, 6.20353, -19.69309], + "2.3333": [30.89492, 4.05946, -20.98401] + }, + "position": [0, 0, 0] + }, + "arm_right2": { + "rotation": { + "0.0": [0, -20, 0], + "0.1667": [0, -5, 0], + "0.4167": [0, -17.5, 0], + "0.5833": [0, -37.5, 0], + "0.7083": [0, -42, 0], + "0.8333": [0, -43.5, 0], + "0.9167": [0, -37, 0], + "1.0": [0, -26.75, 0], + "1.0833": [0, -18.5, 0], + "1.1667": [0, -15.25, 0], + "1.7083": [0, -15.25, 0], + "1.8333": [0, -40.25, 0], + "1.9583": [0, -5.25, 0], + "2.0833": [0, -17.75, 0], + "2.1667": [0, -22.75, 0], + "2.25": [0, -20.75, 0], + "2.3333": [0, -15.75, 0], + "2.375": [0, -15.25, 0] + } + }, + "hand_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [0, 0, 15.5], + "0.2083": [0, 0, 17.5], + "0.4167": [0, 0, -23.06], + "0.5417": [0, 0, -32.5], + "0.6667": [-5.35922, -6.21589, -32.11336], + "0.7917": [-59.2984, -9.02693, -11.33872], + "0.9167": [-86.97462, -10.24254, 21.14031], + "1.0833": [-99.0547, -9.97077, 20.65502], + "1.7917": [-99.0547, -9.97077, 20.65502], + "1.9583": [-99.04955, 9.78508, 17.52392], + "2.375": [-107.13181, 22.12078, 15.41791] + } + }, + "finger_index_right_end": { + "rotation": [0, 0, 7.5] + }, + "finger_middle_right_end": { + "rotation": { + "0.0": [0, 0, 5], + "0.875": [0, 0, 0], + "1.125": [0, 0, -35] + } + }, + "finger_pinky_right_end": { + "rotation": { + "0.0": [-5, 0, -5], + "0.9167": [0, 0, 0], + "1.125": [0, 0, -25] + } + }, + "neck": { + "rotation": { + "0.0": [-12.5, 0, 0], + "0.375": [12.5, 0, 0], + "0.625": [27.5, 0, 0], + "0.75": [17.3, 0, 0], + "0.7917": [18.37, 0, 0], + "0.875": [28, 0, 0], + "0.9583": [16.75, 0, 0], + "1.0833": [15, 0, 0], + "1.4583": [15, 0, 0], + "1.6667": [22.5, 0, 0], + "1.8333": [32.5, 0, 0], + "1.9167": [12.5, 0, 0], + "2.0417": [25, 0, 0], + "2.1667": [17.5, 0, 0], + "2.3333": [15, 0, 0] + } + }, + "tongue": { + "rotation": { + "0.0": [-10, -62.5, 0], + "0.1667": [-20, -62.5, 0], + "0.3333": [-27.13125, -62.5, 0], + "0.4583": [-14.63125, -62.5, 0], + "0.5833": [-37.13125, -62.5, 0], + "0.7083": [-50.63125, -62.5, 0], + "0.875": [-57.13125, -62.5, 0], + "1.0": [-39.63125, -62.5, 0], + "1.125": [-34.63125, -62.5, 0], + "1.5833": [-34.63125, -62.5, 0], + "1.7917": [49.01437, -66.04195, -43.59641], + "1.9167": [114.88197, 10.12541, -72.82552] + } + }, + "tongue2": { + "rotation": { + "0.0": [0.2225, -21.7092, 9.0128], + "1.8333": [0.2225, -21.7092, 9.0128], + "2.0833": [-34.71729, -10.54118, 35.24249] + } + }, + "tongue3": { + "rotation": { + "0.0": [-8.52, -4.03529, 13.06193], + "0.25": [-23.52, -4.03529, 13.06193], + "0.4583": [1.48, -4.03529, 13.06193], + "0.625": [-27.64533, -4.03529, 13.06193], + "0.8333": [-32.64533, -4.03529, 13.06193], + "1.0417": [2.45007, -16.52439, 12.53047], + "1.5833": [8.45007, -16.52439, 12.53047], + "1.75": [28.45007, -16.52439, 12.53047], + "1.9167": [-13.02921, -16.52439, 12.53047], + "2.0417": [13.31392, -16.31338, 9.50653], + "2.125": [15.9724, -16.07799, 6.13321], + "2.25": [6.28119, -15.4382, -3.03554] + } + }, + "head": { + "rotation": { + "0.0": [-20, 0, 0], + "0.1667": [-2.5, 0, 0] + } + }, + "head_fin_left": { + "rotation": [0, 0, 0] + }, + "head_fin_right": { + "rotation": [0, 0, 0] + }, + "leg_left": { + "rotation": { + "0.0": [-36.1105, -45.64546, -35.76508], + "0.125": [-39.35847, -43.80812, -28.91892], + "0.2917": [-28.93995, -41.21525, -19.25748], + "0.4167": [-9.27039, -39.52101, -12.94454], + "0.4583": [-7.10373, -39.52101, -12.94454], + "0.5417": [-36.5345, -27.66449, -8.25968], + "0.625": [-38.78339, -14.52977, -1.84291], + "0.7083": [-13.27039, -10.52101, 0.05546], + "0.8333": [-3.27039, -10.52101, 0.05546], + "0.9167": [-13.27039, -10.52101, 0.05546], + "1.0": [-7.02039, -10.52101, 0.05546], + "1.0833": [-5.77039, -10.52101, 0.05546], + "1.5": [-13.27039, -10.52101, 0.05546], + "1.75": [-37.27039, -10.52101, 0.05546], + "1.8333": [-40.77039, -10.52101, 0.05546], + "1.9167": [10.97961, -10.52101, 0.05546], + "1.9583": [21.22961, -10.52101, 0.05546], + "2.0417": [-3.77039, -10.52101, 0.05546], + "2.1667": [-13.77039, -10.52101, 0.05546], + "2.2917": [-10.27039, -0.52101, 0.05546], + "2.4167": [16.70867, 3.24664, -4.66187], + "2.5": [13.70867, 3.24664, -4.66187] + }, + "position": { + "0.0": [0, 0, 0], + "0.125": [0, 0.75, 0], + "0.3333": [0, 0.75, 0], + "0.4583": [0, 2.25, 0], + "0.9583": [0, 0, 0] + } + }, + "leg_left2": { + "rotation": { + "0.0": [98.84392, -4.86875, 1.61455], + "0.1667": [89.07469, -4.86875, 1.61455], + "0.375": [38.50204, -4.86875, 1.61455], + "0.4583": [45.84392, -4.86875, 1.61455], + "0.5417": [87.34392, -4.86875, 1.61455], + "0.625": [95.84392, -4.86875, 1.61455], + "0.6667": [91.67725, -4.86875, 1.61455], + "0.75": [41.95503, -4.86875, 1.61455], + "0.7917": [28.34392, -4.86875, 1.61455], + "0.875": [45.84392, -4.86875, 1.61455], + "0.9583": [21.68625, -4.86875, 1.61455], + "1.0833": [15.21985, -4.86875, 1.61455], + "1.5": [27.71985, -4.86875, 1.61455], + "1.7917": [33.21985, -4.86875, 1.61455], + "1.9167": [0.21985, -4.86875, 1.61455] + } + }, + "foot_left": { + "rotation": { + "0.0": [-40.34821, -0.65007, -1.10653], + "0.3333": [-19.51488, -0.65007, -1.10653], + "0.5": [-27.84821, -0.65007, -1.10653], + "0.7917": [-10.34821, -0.65007, -1.10653], + "0.875": [-27.71785, -2.58733, -5.71805], + "0.9583": [-12.2822, -4.21286, -13.05295] + } + }, + "toe_left": { + "rotation": { + "0.0": [0, 0, 10], + "1.9583": [0, 0, 10], + "2.0417": [50, 0, 10] + } + }, + "toe_inner_left": { + "rotation": { + "0.0": [2.5, 0, 7.5], + "0.5417": [-0.24439, 0.14787, -0.4843] + } + }, + "toe_outer_left": { + "rotation": { + "0.0": [7.5, 0, 5], + "0.5417": [0, 0, 5] + } + }, + "toe_outer_left_end": { + "rotation": [-2.5, 0, 0] + }, + "leg_right": { + "rotation": { + "0.0": [-16.90939, 6.67821, 58.11965], + "0.0417": [-31.09642, 17.63227, 54.19681], + "0.125": [-36.97047, 39.5404, 46.35114], + "0.25": [-34.87619, 38.11799, 37.05334], + "0.375": [-22.7819, 36.69558, 27.75555], + "0.4583": [-28.98522, 34.81475, 16.83539], + "0.5833": [-66.48522, 37.31475, 16.83539], + "0.75": [-93.67203, 48.16437, -62.91591], + "0.8333": [-104.71675, 64.38101, -76.29057], + "0.875": [-101.22621, 67.79676, -65.67787], + "0.9583": [-123.73751, 78.79395, -88.60497], + "1.3333": [-123.73751, 78.79395, -88.60497], + "1.5417": [-40.53194, 69.17058, 10.1482], + "1.6667": [-90.00286, 56.02327, -20.27298], + "1.7917": [-69.04856, 27.38458, -11.56502], + "1.9167": [18.1833, -0.75005, 13.32167], + "2.0833": [-10.5667, -0.75005, 13.32167], + "2.2083": [-16.5667, -0.75005, 13.32167], + "2.3333": [-9.90401, -1.12368, 16.28674], + "2.4167": [16.03778, -1.37276, 18.26345], + "2.4583": [13.53778, -1.37276, 18.26345] + }, + "position": { + "0.0": [0, 0, 0], + "0.375": [0, 0, 0], + "0.5": [0, 1, 0], + "0.875": [0, 0, 0] + } + }, + "leg_right2": { + "rotation": { + "0.0": [66.38899, 5.02896, 6.37755], + "0.125": [73.59764, 0.21089, 1.68164], + "0.25": [62.80629, -4.60717, -3.01427], + "0.2917": [50.80629, -4.60717, -3.01427], + "0.375": [38.30629, -4.60717, -3.01427], + "0.4583": [60.80629, -4.60717, -3.01427], + "0.5417": [109.80629, -4.60717, -3.01427], + "0.625": [111.30629, -4.60717, -3.01427], + "0.75": [82.30629, -4.60717, -3.01427], + "0.875": [99.80629, -4.60717, -3.01427], + "1.0": [107.30629, -4.60717, -3.01427], + "1.4583": [107.30629, -4.60717, -3.01427], + "1.625": [89.05629, -4.60717, -3.01427], + "1.75": [59.55629, -4.60717, -3.01427], + "1.8333": [12.30629, -4.60717, -3.01427], + "1.875": [4.80629, -4.60717, -3.01427] + } + }, + "foot_right": { + "rotation": { + "0.0": [2.5, 0, -47.5], + "0.125": [10, 0, -23.75], + "0.25": [12.43656, 0.9762, -7.43656], + "0.375": [12.5, 0, 0], + "0.4583": [-10, 0, 0], + "0.5833": [12.5, 0, 0] + } + }, + "toe_right": { + "rotation": { + "0.0": [-12.0623, -4.2453, -11.76782], + "1.9583": [-12.0623, -4.2453, -11.76782], + "2.0417": [22.9377, -4.2453, -11.76782] + } + }, + "toe_inner_right_end": { + "rotation": [-2.5, 0, -2.5] + }, + "toe_outer_right": { + "rotation": [2.5, 0, 0] + }, + "toe_outer_right_end": { + "rotation": [-2.5, 0, 0] + }, + "tongue4": { + "rotation": { + "0.0": [4.2532, -29.98426, 2.78816], + "0.2917": [-15.7468, -29.98426, 2.78816], + "0.9583": [-8.2468, -29.98426, 2.78816], + "1.75": [4.2532, -29.98426, 2.78816], + "1.9167": [10.7532, -29.98426, 2.78816], + "2.0": [29.0032, -29.98426, 2.78816], + "2.0833": [31.7532, -29.98426, 2.78816], + "2.1667": [29.0032, -29.98426, 2.78816], + "2.2917": [4.69346, -29.98426, 2.78816] + } + }, + "tongue5": { + "rotation": { + "0.0": [0, -22.5, 0], + "0.25": [-35, -22.5, 0], + "0.5": [7.5, -22.5, 0], + "0.7083": [-30, -22.5, 0], + "0.9167": [-32.5, -22.5, 0], + "1.125": [-7.08049, -31.63548, 1.96659], + "1.3333": [-0.33049, -31.63548, 1.96659], + "1.75": [-0.40979, -46.63518, 2.09116], + "1.9167": [-25.40979, -46.63518, 2.09116], + "2.0": [-6.60215, -46.63518, 2.09116], + "2.1667": [-14.0274, -46.63518, 2.09116] + } + }, + "tongue6": { + "rotation": { + "0.0": [15, -15, 0], + "0.125": [32.5, -15, 0], + "0.375": [-24.09254, -15, 0], + "0.5417": [0.90746, -15, 0], + "0.6667": [20.90746, -15, 0], + "0.9583": [-29.09254, -15, 0], + "1.3333": [-16.59254, -15, 0], + "1.4583": [-9.09254, -15, 0], + "1.8333": [28.40746, -15, 0], + "1.9167": [-1.59254, -15, 0], + "2.0417": [22.37144, -15, 0], + "2.1667": [4.52699, -15, 0] + } + }, + "tongue7": { + "rotation": { + "0.0": [10.91858, -49.64303, -5.78438], + "0.2083": [36.52482, -20, 0], + "0.375": [-18.11823, -20, 0], + "0.5417": [31.88177, -20, 0], + "0.875": [-15.61823, -20, 0], + "1.375": [10.7101, -20, 0], + "1.875": [45.63359, -20, 0], + "1.9167": [8.13359, -20, 0], + "2.375": [-9.36641, -20, 0] + } + }, + "hand_shuriken_right": { + "rotation": [0, 0, 0], + "position": [0, 1, 0] + }, + "hand_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [0, 0, -15.5], + "0.2083": [0, 0, -17.5], + "0.4167": [0, 0, 23.06], + "0.5417": [0, 0, 32.5], + "0.6667": [-5.35922, 9.21589, 32.11336], + "0.7917": [-16.2984, 0.02693, 11.33872], + "0.9167": [-24.97462, -21.75746, -57.14031], + "1.0833": [-27.5, 0, -80], + "1.75": [-35.5, 0, -80], + "1.875": [-55, 0, 0], + "2.25": [-79.52521, -17.22575, -2.13388], + "2.4167": [-82.9117, -53.77546, -15.92809] + } + }, + "hand_shuriken_left": { + "rotation": [0, 0, 0] + }, + "inner_eyelid_right": { + "position": { + "0.0417": [0, 0, 0], + "0.0833": [-0.15, 0, 0], + "0.875": [-0.15, 0, 0], + "0.9167": [0, 0, 0], + "1.0417": [0, 0, 0], + "1.0833": [-0.15, 0, 0], + "1.125": [-0.15, 0, 0], + "1.1667": [0, 0, 0], + "1.6667": [0, 0, 0], + "1.7083": [-0.15, 0, 0] + } + }, + "inner_eyelid_left": { + "position": { + "0.0417": [0, 0, 0], + "0.0833": [0.15, 0, 0], + "0.875": [0.15, 0, 0], + "0.9167": [0, 0, 0], + "1.0417": [0, 0, 0], + "1.0833": [0.15, 0, 0], + "1.125": [0.15, 0, 0], + "1.1667": [0, 0, 0], + "1.6667": [0, 0, 0], + "1.7083": [0.15, 0, 0], + "2.25": [0.15, 0, 0] + } + }, + "finger_index_left": { + "rotation": { + "0.75": [0, 0, 0], + "1.0": [-27.94378, -4.37564, 3.17554] + } + }, + "finger_middle_left": { + "rotation": { + "0.7917": [0, 0, 0], + "1.0417": [0, 0, 27.5] + } + }, + "finger_middle_left_end": { + "rotation": { + "0.7917": [0, 0, 0], + "1.0417": [0, 0, 92.5], + "1.5833": [0, 0, 92.5], + "1.75": [0, 0, 0] + } + }, + "finger_pinky_left": { + "rotation": { + "0.75": [0, 0, 0], + "1.0417": [0, 0, 22.5] + } + }, + "finger_pinky_left_end": { + "rotation": { + "0.7917": [0, 0, 0], + "1.0833": [0, 0, 112.5], + "1.625": [0, 0, 112.5], + "1.75": [0, 0, 0] + } + }, + "inner_eyelid_cover_left": { + "position": [-1, 0, 0] + }, + "head_ruff_right": { + "position": { + "0.0": [0, 0, 0], + "2.2083": [0, 0, 0], + "2.25": [3, 0, 0] + } + }, + "head_ruff_left": { + "position": { + "0.0": [0, 0, 0], + "2.2083": [0, 0, 0], + "2.25": [-4, -2, 0] + } + }, + "shuriken_chest": { + "position": { + "0.0": [0, 0, 0], + "2.2083": [0, 0, 0], + "2.25": [0, 0, -2] + } + }, + "bone5": { + "position": { + "0.0": [0, 0, 0], + "2.2083": [0, 0, 0], + "2.25": [0, -2, 0] + }, + "scale": { + "0.0": [1, 1, 1], + "2.2083": [1, 1, 1], + "2.25": [1, 1, 0.5] + } + }, + "bone7": { + "position": [0.1, 0, 0] + }, + "bone8": { + "position": { + "0.0": [0, 0, 0], + "2.25": [0, 1, 0] + } + }, + "bone10": { + "position": { + "0.0": [0, 0, 0], + "2.2083": [0, 0, 0], + "2.25": [0, 0, -1] + } + }, + "bone11": { + "position": { + "0.0": [0, 0, 0], + "2.2083": [0, 0, 0], + "2.25": [2, -5, -4] + }, + "scale": { + "0.0": [1, 1, 1], + "2.2083": [1, 1, 1], + "2.25": [1, 1, 0.4] + } + }, + "bone12": { + "position": [0, 0, 0] + }, + "bone13": { + "position": { + "0.0": [0, 0, 0], + "2.25": [-0.71, 0, 0] + } + }, + "bone14": { + "position": { + "0.0": [0, 0, 0], + "2.2083": [0, 0, 0], + "2.25": [-1, 0, 0] + } + }, + "bone15": { + "scale": { + "0.0": [0, 0, 0], + "2.2083": [0, 0, 0], + "2.25": [1, 1, 1] + } + }, + "bone17": { + "scale": { + "2.2083": [0, 0, 0], + "2.25": [1, 1, 1] + } + }, + "bone16": { + "scale": { + "0.0": [1, 1, 1], + "2.2083": [1, 1, 1], + "2.25": [0, 0, 0] + } + }, + "bone18": { + "position": [1, 0, 0] + }, + "bone19": { + "rotation": [0, "0+3*math.cos(q.anim_time*90*1-60)+q.anim_time*90*1", 0], + "scale": { + "0.0": [1.5, 1, 1.5], + "1.7083": [1.5, 1, 1.5], + "2.0": [0, 0, 0] + } + } + } + }, + "animation.ashgreninjaincomplete.blink": { + "animation_length": 0.1667, + "bones": { + "inner_eyelid_left": { + "position": { + "0.0": [0.1, 0, 0], + "0.125": [0.1, 0, 0], + "0.1667": [0, 0, 0] + } + }, + "inner_eyelid_right": { + "position": { + "0.0": [-0.1, 0, 0], + "0.125": [-0.1, 0, 0], + "0.1667": [0, 0, 0] + } + }, + "bone15": { + "scale": 0 + }, + "bone17": { + "scale": 0 + } + } + }, + "animation.ashgreninjaincomplete.sleep": { + "loop": true, + "bones": { + "body": { + "position": [0, -14, 0] + }, + "torso": { + "rotation": [7.5, 0, 0] + }, + "waist": { + "rotation": ["7.5+Math.cos((query.anim_time-0.2) * 90 * 1) * 1", 0, 0] + }, + "chest": { + "rotation": [10, 0, 0] + }, + "neck": { + "rotation": ["17.2718+Math.cos((query.anim_time-0.5) * 90 * 1) * 3", 2.37715, 0.55455] + }, + "inner_eyelid_right": { + "position": [-0.15, 0, 0] + }, + "inner_eyelid_left": { + "position": [0.125, 0, 0] + }, + "tongue": { + "rotation": ["-74.5902+Math.cos((query.anim_time-0.5) * 90 * 1) * -4", 10.28859, -22.90981] + }, + "tongue2": { + "rotation": [-12.51153, 2.4407, -0.54143] + }, + "tongue3": { + "rotation": [-10.23772, -12.3071, 2.20462] + }, + "tongue4": { + "rotation": [9.8491, -28.48042, -20.00533] + }, + "tongue5": { + "rotation": [37.5625, -9.75001, -16.37938] + }, + "tongue6": { + "rotation": [0, -40, 0] + }, + "tongue7": { + "rotation": [0, -40, 0] + }, + "arm_right": { + "rotation": [23.58893, -46.25567, -44.04774] + }, + "arm_right2": { + "rotation": [1.81016, -61.10513, 37.62478] + }, + "hand_right": { + "rotation": [12.24721, 1.93597, -14.87739] + }, + "arm_left": { + "rotation": [23.58893, 46.25567, 44.04774] + }, + "arm_left2": { + "rotation": [15, 60, -22.5] + }, + "hand_left": { + "rotation": [7.38733, -1.29876, 9.91615] + }, + "leg_right": { + "rotation": [-125.67466, 11.66174, -101.64416] + }, + "leg_right2": { + "rotation": [85, 0, 0] + }, + "foot_right": { + "rotation": [0, 0, -37.5] + }, + "toe_right": { + "rotation": [21.26765, 7.52076, -18.58597] + }, + "leg_left": { + "rotation": [-127.77918, -17.30312, 90.11668] + }, + "leg_left2": { + "rotation": [85, 0, 0] + }, + "foot_left": { + "rotation": [19.95744, -0.65182, 52.47178] + }, + "toe_left": { + "rotation": [-5, 0, 22.5] + }, + "bone15": { + "scale": 0 + }, + "bone17": { + "scale": 0 + }, + "bone19": { + "rotation": [0, "0+3*math.cos(q.anim_time*90*1-60)+q.anim_time*90*1", 0] + } + } + }, + "animation.ashgreninjaincomplete.cry": { + "animation_length": 1.25, + "bones": { + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [-9.83, 0, 0], + "0.25": [-12.5, 0, 0], + "0.625": [-14, 0, 0], + "1.0": [-12.5, 0, 0], + "1.125": [-9.83, 0, 0], + "1.25": [0, 0, 0] + } + }, + "jaw": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [25, 0, 0], + "0.625": [25, 0, 0], + "1.125": [25, 0, 0], + "1.25": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/animations/ashpikachu/ashpikachu.animation.json b/resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/animations/ashpikachu/ashpikachu.animation.json new file mode 100644 index 0000000..d5d2942 --- /dev/null +++ b/resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/animations/ashpikachu/ashpikachu.animation.json @@ -0,0 +1,429 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.ashpikachu.ground_idle": { + "loop": true, + "bones": { + "torso": { + "rotation": [0, "math.sin(q.anim_time*90)*2", 0], + "position": [0, "0.1*(math.sin(q.anim_time*90*3-30)*1+1)", 0] + }, + "tail": { + "rotation": ["math.sin(query.anim_time*90)*6", "math.sin(query.anim_time*90)*4", 0] + }, + "head": { + "rotation": ["math.sin(query.anim_time*90*2)*2", "math.sin(query.anim_time*90)*4", 0] + }, + "ear_right": { + "rotation": [0, 0, "math.sin(q.anim_time*90*2+90)*4"] + }, + "ear_left": { + "rotation": [0, 0, "-math.sin(q.anim_time*90*2+90)*4"] + }, + "arm_right": { + "rotation": [85, -60, -130], + "position": [-0.5, -0.25, 0.5] + }, + "arm_left": { + "rotation": [85, 60, 130], + "position": [0.5, -0.25, 0.5] + }, + "leg_left": { + "rotation": [0, -5, 0] + }, + "leg_right": { + "rotation": [0, 5, 0] + }, + "foot_left": { + "rotation": [0, -5, 0] + }, + "foot_right": { + "rotation": [0, 5, 0] + } + } + }, + "animation.ashpikachu.ground_walk": { + "loop": true, + "bones": { + "body": { + "rotation": ["89+6*(math.sin(q.anim_time*90*4*2-140))", 0, 0], + "position": [0, "-0.5+math.clamp(1*(math.sin(q.anim_time*90*4*2-60)*1.25),0,2)", "-math.clamp(math.sin(q.anim_time*90*4*2-110)*1.25,0,2)"] + }, + "tail": { + "rotation": ["-80+12*(math.sin(q.anim_time*90*4*2-240)*1+1)", "10*(math.sin(q.anim_time*90*2*2-140))", 0] + }, + "head": { + "rotation": ["-90+3*(math.sin(q.anim_time*90*4*2-200)*1+1)", 0, 0], + "position": [0, 2.5, -1] + }, + "ear_left": { + "rotation": ["-25+16*(math.sin(q.anim_time*90*4*2-240))", 0, "-10*(math.sin(q.anim_time*90*4*2-200))"] + }, + "ear_right": { + "rotation": ["-25+16*(math.sin(q.anim_time*90*4*2-240))", 0, "10*(math.sin(q.anim_time*90*4*2-200))"] + }, + "arm_right": { + "rotation": [ + -358.7, + "-76.5+1.8*(math.clamp(math.sin(-q.anim_time*90*4)*40,-50,5)+math.clamp(math.sin(q.anim_time*90*4)*40,-50,5)+math.clamp(math.sin(-q.anim_time*90*8)*25,-15,50))", + "266.25+5*(-math.sin(q.anim_time*90*4))" + ], + "position": [0.5, "1-math.clamp(0.5*(math.sin(q.anim_time*90*4*2-30)*1),-1,0)", 0.015] + }, + "arm_left": { + "rotation": [ + -1.3, + "76.5-1.8*(math.clamp(math.sin(-q.anim_time*90*4)*40,-50,5)+math.clamp(math.sin(q.anim_time*90*4)*40,-50,5)+math.clamp(math.sin(-q.anim_time*90*8)*25,-15,50))", + "93.75-5*(-math.sin(q.anim_time*90*4))" + ], + "position": [-0.5, "1-math.clamp(0.5*(math.sin(q.anim_time*90*4*2-30)*1),-1,0)", 0.015] + }, + "leg_right": { + "rotation": ["-70+math.clamp(math.sin(q.anim_time*90*8-80)*40,-17.5,50)-math.clamp(math.sin(-q.anim_time*90*8)*3,0,8)", 0, 0], + "position": [ + 0, + "-math.clamp(math.sin(q.anim_time*90*4*2-80)*1,0,2)-math.clamp(math.sin(-q.anim_time*90*4*2)*0.5,0,2)", + "-1+math.clamp(math.sin(q.anim_time*90*4*2-110)*1,0,2)" + ] + }, + "foot_right": { + "rotation": ["35+math.clamp(math.sin(q.anim_time*90*8-80)*20,-17.5,50)-math.clamp(math.sin(-q.anim_time*90*8)*3,0,8)", 0, 0], + "position": [0, -0.175, 0.45] + }, + "toes_right": { + "rotation": ["math.clamp(math.sin(q.anim_time*90*8-20)*-40,-50,0)", 0, 0] + }, + "leg_left": { + "rotation": ["-70+math.clamp(math.sin(q.anim_time*90*8-80)*40,-17.5,50)-math.clamp(math.sin(-q.anim_time*90*8)*3,0,8)", 0, 0], + "position": [ + 0, + "-math.clamp(math.sin(q.anim_time*90*4*2-80)*1,0,2)-math.clamp(math.sin(-q.anim_time*90*4*2)*0.5,0,2)", + "-1+math.clamp(math.sin(q.anim_time*90*4*2-110)*1,0,2)" + ] + }, + "foot_left": { + "rotation": ["35+math.clamp(math.sin(q.anim_time*90*8-80)*20,-17.5,50)-math.clamp(math.sin(-q.anim_time*90*8)*3,0,8)", 0, 0], + "position": [0, -0.175, 0.45] + }, + "toes_left": { + "rotation": ["math.clamp(math.sin(q.anim_time*90*8-20)*-40,-50,0)", 0, 0] + } + } + }, + "animation.ashpikachu.ground_sleep": { + "loop": true, + "bones": { + "body": { + "rotation": [90, 12.5, 0], + "position": [0, -4, 2] + }, + "torso": { + "rotation": ["-5+math.sin(query.anim_time*90*0.5)*1.5", 0, 0] + }, + "head": { + "rotation": ["-78.75+math.sin(query.anim_time*90)*1.5", -3.5, 9.5], + "position": [1, 2.25, -1.5] + }, + "eyelid_right": { + "position": [0, 0, -0.1] + }, + "eyelid_left": { + "position": [0, 0, -0.1] + }, + "ear_left": { + "rotation": ["-135+math.sin(query.anim_time*90+20)*1.5", 54, "-14-math.sin(query.anim_time*90+20)"], + "position": [0, 0.75, 0] + }, + "ear_right": { + "rotation": ["-127+math.sin(query.anim_time*90+40)*1.5", -54, "14+math.sin(query.anim_time*90+20)"], + "position": [0, 0.75, 0] + }, + "arm_right": { + "rotation": [-90.5, "-5+math.sin(query.anim_time*90*0.5)*3", 125], + "position": [0, 1, -2] + }, + "arm_left": { + "rotation": [-90.75, "5-math.sin(query.anim_time*90*0.5)*3", -110], + "position": [1, 0, -2] + }, + "tail": { + "rotation": ["-135-math.sin(query.anim_time*90+30*0.5)*1.5", 0, "math.sin(query.anim_time*90*2)*1.5"], + "position": [0, 0, -1] + }, + "leg_right": { + "rotation": [-127, 5, -17.25], + "position": [0, -1, 0.25] + }, + "foot_right": { + "rotation": [37.5, 0, 0], + "position": [-0.25, 0, -0.5] + }, + "leg_left": { + "rotation": [-128.5, -6, 24], + "position": [0.25, -1, 0] + }, + "foot_left": { + "rotation": [37.5, 0, 0], + "position": [0, 0.5, -0.25] + }, + "eye_right": { + "rotation": [0, 0, -10] + }, + "eye_left": { + "rotation": [0, 0, 10] + } + } + }, + "animation.ashpikachu.battle_idle": { + "loop": true, + "bones": { + "body": { + "rotation": [89, 0, 0], + "position": [0, "-1.25+0.1*math.sin(q.anim_time*90*4)", 0] + }, + "tail": { + "rotation": ["-80+8*(math.sin(q.anim_time*90*4-80))", "10*(math.sin(q.anim_time*90*2-120))", 0] + }, + "head": { + "rotation": ["-95-math.sin(query.anim_time*90*4+45)*2", 0, 0], + "position": [0, 3.25, -0.75] + }, + "ear_right": { + "rotation": [-20, 0, "math.sin(q.anim_time*90*4+90)*4"] + }, + "ear_left": { + "rotation": [-20, 0, "-math.sin(q.anim_time*90*4+90)*4"] + }, + "arm_right": { + "rotation": [-71.35, "-74.2-0.8*math.sin(q.anim_time*90*4)", 72], + "position": [0.5, 0, "0.25-0.1*math.sin(q.anim_time*90*4)"] + }, + "arm_left": { + "rotation": [-71.35, "74.2+0.8*math.sin(q.anim_time*90*4)", -72], + "position": [-0.5, 0, "0.25-0.1*math.sin(q.anim_time*90*4)"] + }, + "leg_right": { + "rotation": ["-65-2*math.sin(q.anim_time*90*4)", 3.15, -6.8], + "position": [0, 0, "-1-0.1*math.sin(q.anim_time*90*4)"] + }, + "foot_right": { + "rotation": ["35+1.5*math.sin(q.anim_time*90*4)", 0, 0], + "position": [0, -0.175, "0.45+0.1*math.sin(q.anim_time*90*3)"] + }, + "toes_right": { + "rotation": ["-55-2*math.sin(q.anim_time*90*4)", 0, 0] + }, + "leg_left": { + "rotation": ["-65-2*math.sin(q.anim_time*90*4)", -3.15, 6.8], + "position": [0, 0, "-1-0.1*math.sin(q.anim_time*90*4)"] + }, + "foot_left": { + "rotation": ["35+1.5*math.sin(q.anim_time*90*4)", 0, 0], + "position": [0, -0.175, "0.45+0.1*math.sin(q.anim_time*90*4)"] + }, + "toes_left": { + "rotation": ["-55-2*math.sin(q.anim_time*90*4)", 0, 0] + }, + "torso": { + "rotation": [5, 0, 0] + }, + "eye_right": { + "rotation": [0, 0, 20] + }, + "eye_left": { + "rotation": [0, 0, -20] + } + } + }, + "animation.ashpikachu.shoulder_right": { + "loop": true, + "bones": { + "body": { + "rotation": [0, 0, -7.5], + "position": [0, -6.5, 4] + }, + "torso": { + "rotation": [20, 0, "math.sin((query.anim_time)*90*2) * 0.3"], + "position": [0, 0, -1] + }, + "head": { + "rotation": [-17.5, 1.5, 4.75] + }, + "ear_left": { + "rotation": [0, 0, "-(math.sin((query.anim_time)*90*2) * 2)"] + }, + "ear_right": { + "rotation": [0, 0, "(math.sin((query.anim_time)*90*2) * 2)"] + }, + "arm_right": { + "rotation": [121.75, -61.75, -133] + }, + "arm_left": { + "rotation": [137.25, 60.35, 141.65] + }, + "tail": { + "rotation": [0, "-40+math.sin((query.anim_time)*90*2+60)", 0] + }, + "leg_right": { + "rotation": [0, 0, 7.5], + "position": [-0.13, -1, 0] + }, + "leg_left": { + "rotation": [0, 0, 7.5], + "position": [-0.13, -1, 0] + }, + "foot_left": { + "rotation": [25, 0, 0], + "position": [0, 0, -0.5] + } + } + }, + "animation.ashpikachu.shoulder_left": { + "loop": true, + "bones": { + "body": { + "rotation": [0, 0, 7.5], + "position": [0, -6.5, 4] + }, + "torso": { + "rotation": [20, 0, "-(math.sin((query.anim_time)*90*2) * 0.3)"], + "position": [0, 0, -1] + }, + "head": { + "rotation": [-17.5, -1.5, -4.75] + }, + "ear_left": { + "rotation": [0, 0, "-(math.sin((query.anim_time)*90*2)*2)"] + }, + "ear_right": { + "rotation": [0, 0, "(math.sin((query.anim_time)*90*2)*2)"] + }, + "arm_right": { + "rotation": [137.25, -60.35, -141.65] + }, + "arm_left": { + "rotation": [121.75, 61.75, 133] + }, + "tail": { + "rotation": [0, "40+math.sin((query.anim_time)*90*2+60)", 0] + }, + "leg_right": { + "rotation": [0, 0, -7.5], + "position": [0.13, -1, 0] + }, + "leg_left": { + "rotation": [0, 0, -7.5], + "position": [0.13, -1, 0] + }, + "foot_right": { + "rotation": [25, 0, 0], + "position": [0, 0, -0.5] + } + } + }, + "animation.ashpikachu.blink": { + "animation_length": 0.1667, + "bones": { + "eyelid_left": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_right": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + } + } + }, + "animation.ashpikachu.cry": { + "animation_length": 1.5, + "bones": { + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [-15, 0, 0], + "1.25": [-15, 0, 0], + "1.5": [0, 0, 0] + } + }, + "mouth_closed": { + "position": { + "0.0": [0, 0, 0], + "0.2": [0, 0, 0], + "0.25": [0, 0, 0.2], + "1.25": [0, 0, 0.2], + "1.3": [0, 0, 0], + "1.5": [0, 0, 0] + } + }, + "mouth_open": { + "position": { + "0.0": [0, 0, 0], + "0.2": [0, 0, -0.2], + "1.3": [0, 0, -0.2], + "1.5": [0, 0, 0] + } + } + } + }, + "animation.ashpikachu.render": { + "loop": true, + "bones": { + "body": { + "rotation": [30, 0, 0], + "position": [0, 3, 0] + }, + "head": { + "rotation": [-35, 0, 0], + "position": [0, -0.43, -0.25] + }, + "ear_left": { + "rotation": [-25, 0, 15] + }, + "ear_right": { + "rotation": [0, 30, -5] + }, + "arm_right": { + "rotation": [-45, -50, 40], + "position": [0, -0.43, -0.25] + }, + "arm_left": { + "rotation": [-45, 50, -40], + "position": [0, -0.43, -0.25] + }, + "tail": { + "rotation": [-25, 40, 0] + }, + "leg_right": { + "rotation": [0, 0, 10], + "position": [0, -1.36, 0.36] + }, + "foot_right": { + "rotation": [27.5, 3, -7], + "position": [0, -0.25, 0] + }, + "leg_left": { + "rotation": [0, 0, -10], + "position": [0, -1.36, 0.36] + }, + "foot_left": { + "rotation": [25, -1.85, 6.85], + "position": [0, -0.25, 0] + }, + "mouth_closed": { + "position": [0, 0, 0.1] + }, + "mouth_open": { + "rotation": [-25, 0, 180], + "position": [0, -0.9, 0] + } + } + } + }, + "geckolib_format_version": 2 +} \ No newline at end of file diff --git a/resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/models/ashgreninja/ashgreninja.geo.json b/resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/models/ashgreninja/ashgreninja.geo.json new file mode 100644 index 0000000..70b5380 --- /dev/null +++ b/resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/models/ashgreninja/ashgreninja.geo.json @@ -0,0 +1,692 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.ash_greninja", + "texture_width": 128, + "texture_height": 64, + "visible_bounds_width": 7, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "greninja", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "greninja", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 16.8, 1.4], + "cubes": [ + {"origin": [-2, 15.8, -0.5], "size": [4, 2, 4], "uv": [62, 14]} + ] + }, + { + "name": "waist", + "parent": "torso", + "pivot": [0, 17.8, 3.5], + "cubes": [ + {"origin": [-3, 17.8, -1.2], "size": [6, 3, 5], "uv": [24, 30]} + ] + }, + { + "name": "chest", + "parent": "waist", + "pivot": [0, 20.8, 3.75], + "cubes": [ + {"origin": [-4, 20.8, -2], "size": [8, 4, 6], "uv": [40, 14]}, + {"origin": [-0.5, 21.3, 4], "size": [1, 1, 2], "uv": [51, 8]}, + {"origin": [-3, 24.8, -1], "size": [6, 2, 5], "inflate": 0.01, "uv": [24, 13]} + ] + }, + { + "name": "neck", + "parent": "chest", + "pivot": [0, 24.8, 1], + "cubes": [ + {"origin": [-5.5, 24.8, -5], "size": [11, 3, 11], "uv": [46, 0]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 26.8, 1.1], + "rotation": [2.5, 0, 0], + "cubes": [ + {"origin": [-4, 27.66914, -3.60286], "size": [6, 3, 6], "pivot": [0, -5.33086, -1.60286], "rotation": [0, 45, 0], "uv": [0, 0]}, + {"origin": [-4, 26.66914, 0.09714], "size": [8, 4, 4], "inflate": 0.01, "uv": [0, 9]}, + {"origin": [0, 30.66914, -4.40286], "size": [0, 2, 12], "uv": [18, -12]} + ] + }, + { + "name": "eye_right", + "parent": "head", + "pivot": [-2.2682, 29.86914, -0.749], + "rotation": [7.5, -45, 0], + "cubes": [ + {"origin": [-3.3, 28.36914, -2.25286], "size": [2, 3, 3], "uv": [10, 24], "mirror": true} + ] + }, + { + "name": "outer_pupil_right", + "parent": "eye_right", + "pivot": [-3.31, 29.76914, -1.45286], + "cubes": [ + {"origin": [-3.31, 28.76914, -1.95286], "size": [0, 2, 1], "uv": [11, 24], "mirror": true} + ] + }, + { + "name": "outer_eyelid_right", + "parent": "eye_right", + "pivot": [-3.32, 30.86914, -0.75286], + "cubes": [ + {"origin": [-3.32, 30.36914, -2.25286], "size": [0, 1, 3], "uv": [18, 19], "mirror": true} + ] + }, + { + "name": "inner_eyelid_right", + "parent": "eye_right", + "pivot": [-3.23, 29.86914, -0.75286], + "cubes": [ + {"origin": [-3.23, 28.36914, -2.25286], "size": [0, 3, 3], "uv": [50, -2], "mirror": true} + ] + }, + { + "name": "inner_eyelid_cover_right", + "parent": "inner_eyelid_right", + "pivot": [-3.23, 30.86914, -0.75286], + "cubes": [ + {"origin": [-3.231, 30.36914, -2.25286], "size": [0, 1, 3], "uv": [50, -3], "mirror": true} + ] + }, + { + "name": "inner_pupil_right", + "parent": "inner_eyelid_right", + "pivot": [-3.24, 29.61914, -0.75286], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-3.24, 29.11914, -1.75286], "size": [0, 1, 2], "uv": [48, 2], "mirror": true} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [2.2682, 29.86914, -0.749], + "rotation": [7.5, 45, 0], + "cubes": [ + {"origin": [1.3, 28.36914, -2.25286], "size": [2, 3, 3], "uv": [0, 24]} + ] + }, + { + "name": "outer_pupil_left", + "parent": "eye_left", + "pivot": [2.3, 30.26914, -1.45286], + "cubes": [ + {"origin": [3.31, 28.76914, -1.95286], "size": [0, 2, 1], "uv": [7, 24]} + ] + }, + { + "name": "outer_eyelid_left", + "parent": "eye_left", + "pivot": [2.3, 29.86914, -0.75286], + "cubes": [ + {"origin": [3.32, 30.36914, -2.25286], "size": [0, 1, 3], "uv": [0, 19]} + ] + }, + { + "name": "inner_eyelid_left", + "parent": "eye_left", + "pivot": [3.23, 29.86914, -0.75286], + "cubes": [ + {"origin": [3.23, 28.36914, -2.25286], "size": [0, 3, 3], "uv": [44, -2]} + ] + }, + { + "name": "inner_eyelid_cover_left", + "parent": "inner_eyelid_left", + "pivot": [3.231, 30.86914, -0.75286], + "cubes": [ + {"origin": [3.231, 30.36914, -2.25286], "size": [0, 1, 3], "uv": [44, -3]} + ] + }, + { + "name": "inner_pupil_left", + "parent": "inner_eyelid_left", + "pivot": [3.24, 29.61914, -0.75286], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [3.24, 29.11914, -1.75286], "size": [0, 1, 2], "uv": [44, 2]} + ] + }, + { + "name": "jaw", + "parent": "head", + "pivot": [0, 27.66914, -0.20286], + "rotation": [-2.5, 0, 0], + "cubes": [ + {"origin": [-4, 26.66914, -3.60286], "size": [6, 1, 6], "pivot": [0, -5.33086, -1.60286], "rotation": [0, 45, 0], "uv": [0, 17]} + ] + }, + { + "name": "head_ruff_right", + "parent": "head", + "pivot": [-4.5, 30.66914, 2.09714], + "rotation": [38.8725, -8.1833, -7.33962], + "cubes": [ + {"origin": [-7.1, 30.66914, -2.40286], "size": [3, 0, 5], "uv": [-5, 17], "mirror": true} + ] + }, + { + "name": "head_ruff_left", + "parent": "head", + "pivot": [4.5, 30.66914, 2.09714], + "rotation": [38.862, 8.32078, 7.1694], + "cubes": [ + {"origin": [4.1, 30.66914, -2.40286], "size": [3, 0, 5], "uv": [-5, 0]} + ] + }, + { + "name": "tongue_hidden", + "parent": "head", + "pivot": [0, 27.16914, 0.09714], + "cubes": [ + {"origin": [-1, 26.66914, -4.90286], "size": [2, 1, 5], "inflate": 0.01, "uv": [79, 48]} + ] + }, + { + "name": "tongue_hidden2", + "parent": "tongue_hidden", + "pivot": [0, 27.16914, -4.90286], + "cubes": [ + {"origin": [-1.5, 26.66914, -8.65286], "size": [3, 1, 4], "uv": [79, 54]} + ] + }, + { + "name": "tongue_hidden3", + "parent": "tongue_hidden2", + "pivot": [0, 27.16914, -8.65286], + "cubes": [ + {"origin": [-1.5, 26.66914, -12.40286], "size": [3, 1, 4], "inflate": 0.01, "uv": [79, 59]} + ] + }, + { + "name": "tongue_hidden4", + "parent": "tongue_hidden3", + "pivot": [0, 27.16914, -12.40286], + "cubes": [ + {"origin": [-1.5, 26.16914, -17.15286], "size": [3, 2, 5], "uv": [93, 57]} + ] + }, + { + "name": "tongue_hidden5", + "parent": "tongue_hidden4", + "pivot": [0, 27.16914, -17.15286], + "cubes": [ + {"origin": [-1.5, 26.16914, -21.90286], "size": [3, 2, 5], "inflate": 0.01, "uv": [93, 50]} + ] + }, + { + "name": "tongue_hidden6", + "parent": "tongue_hidden5", + "pivot": [0, 27.16914, -21.90286], + "cubes": [ + {"origin": [-1.5, 26.16914, -26.65286], "size": [3, 2, 5], "uv": [109, 57]} + ] + }, + { + "name": "tongue_hidden7", + "parent": "tongue_hidden6", + "pivot": [0, 27.16914, -26.65286], + "cubes": [ + {"origin": [-1.5, 26.16914, -31.40286], "size": [3, 2, 5], "inflate": 0.01, "uv": [109, 50]} + ] + }, + { + "name": "tongue_hidden8", + "parent": "tongue_hidden7", + "pivot": [0, 27.16914, -31.40286], + "cubes": [ + {"origin": [-2, 25.66914, -37.15286], "size": [4, 3, 6], "uv": [99, 41]} + ] + }, + { + "name": "head_fin_right", + "parent": "head", + "pivot": [-3.7, 30.66914, 0.09714], + "rotation": [0, -15, 0], + "cubes": [ + {"origin": [-3.7, 30.66914, 2.09714], "size": [5, 6, 0], "pivot": [0.1, 30.66914, 2.09714], "rotation": [-75, 0, 0], "uv": [105, 0], "mirror": true}, + {"origin": [-3.7, 30.66914, 0.09714], "size": [0, 4, 13], "uv": [20, -4], "mirror": true} + ] + }, + { + "name": "head_fin_left", + "parent": "head", + "pivot": [3.7, 30.66914, 0.09714], + "rotation": [0, 15, 0], + "cubes": [ + {"origin": [-1.3, 30.66914, 2.09714], "size": [5, 6, 0], "pivot": [-0.1, 30.66914, 2.09714], "rotation": [-75, 0, 0], "uv": [95, 0]}, + {"origin": [3.7, 30.66914, 0.09714], "size": [0, 4, 13], "uv": [24, -8]} + ] + }, + { + "name": "tongue", + "parent": "neck", + "pivot": [0, 27.8, 5.1], + "cubes": [ + {"origin": [-1.5, 26.8, 5], "size": [3, 2, 6], "uv": [0, 30]} + ] + }, + { + "name": "tongue2", + "parent": "tongue", + "pivot": [0, 27.8, 10.5], + "cubes": [ + {"origin": [-1.5, 26.8, 10.5], "size": [3, 2, 6], "inflate": 0.01, "uv": [12, 32]} + ] + }, + { + "name": "tongue3", + "parent": "tongue2", + "pivot": [0, 27.8, 16], + "cubes": [ + {"origin": [-2, 26.8, 16], "size": [4, 2, 6], "uv": [0, 40]} + ] + }, + { + "name": "tongue4", + "parent": "tongue3", + "pivot": [0, 27.8, 21.5], + "cubes": [ + {"origin": [-2, 26.8, 21.5], "size": [4, 2, 6], "inflate": 0.01, "uv": [14, 42]} + ] + }, + { + "name": "tongue5", + "parent": "tongue4", + "pivot": [0, 27.8, 27], + "cubes": [ + {"origin": [-2.5, 26.3, 27], "size": [5, 3, 6], "uv": [0, 50]} + ] + }, + { + "name": "tongue6", + "parent": "tongue5", + "pivot": [0, 27.8, 32.5], + "cubes": [ + {"origin": [-2.5, 26.3, 32.5], "size": [5, 3, 6], "inflate": 0.01, "uv": [16, 54]} + ] + }, + { + "name": "tongue7", + "parent": "tongue6", + "pivot": [0, 27.8, 38], + "cubes": [ + {"origin": [-3, 25.8, 38], "size": [6, 4, 6], "inflate": 0.01, "uv": [20, 20]} + ] + }, + { + "name": "shuriken_hand", + "parent": "chest", + "pivot": [-35, 21.95, 2] + }, + { + "name": "shuriken_chest", + "parent": "chest", + "pivot": [0, 22.2, 4], + "cubes": [ + {"origin": [-2.5, 19.7, 4], "size": [5, 5, 0], "inflate": 0.01, "uv": [75, 28]} + ] + }, + { + "name": "arm_right", + "parent": "chest", + "pivot": [-4, 24.8, 1.5], + "cubes": [ + {"origin": [-10, 22.8, 0.5], "size": [6, 2, 2], "uv": [28, 42], "mirror": true} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-10, 23.8, 2.5], + "cubes": [ + {"origin": [-15, 22.8, 0], "size": [5, 2, 3], "uv": [48, 32], "mirror": true}, + {"origin": [-17, 23.3, 0.5], "size": [2, 1, 2], "inflate": 0.02, "uv": [8, 59], "mirror": true}, + {"origin": [-13.45, 24.55, 0.5], "size": [3, 1, 2], "pivot": [-11.45, 24.8, 1.5], "rotation": [0, 0, -2.5], "uv": [41, 32], "mirror": true} + ] + }, + { + "name": "hand_right", + "parent": "arm_right2", + "pivot": [-17, 24.3, 1.5] + }, + { + "name": "finger_index_right", + "parent": "hand_right", + "pivot": [-17, 24.3, 1.5], + "rotation": [0, -42.5, 0], + "cubes": [ + {"origin": [-21, 23.3, 1], "size": [4, 1, 1], "uv": [28, 46], "mirror": true}, + {"origin": [-21, 23.8, 2], "size": [4, 0, 2], "pivot": [-21, 23.8, 2], "rotation": [0, 10, 0], "uv": [46, 47], "mirror": true} + ] + }, + { + "name": "finger_index_right_end", + "parent": "finger_index_right", + "pivot": [-21, 24.3, 1.5], + "cubes": [ + {"origin": [-23, 23.3, 0.5], "size": [2, 1, 2], "uv": [38, 50], "mirror": true} + ] + }, + { + "name": "finger_middle_right", + "parent": "hand_right", + "pivot": [-17, 24.3, 1.5], + "cubes": [ + {"origin": [-21, 23.3, 1], "size": [4, 1, 1], "inflate": 0.01, "uv": [38, 46], "mirror": true} + ] + }, + { + "name": "finger_middle_right_end", + "parent": "finger_middle_right", + "pivot": [-21, 24.3, 1.5], + "cubes": [ + {"origin": [-23, 23.3, 0.5], "size": [2, 1, 2], "uv": [36, 53], "mirror": true} + ] + }, + { + "name": "finger_pinky_right", + "parent": "hand_right", + "pivot": [-17, 24.3, 1.5], + "rotation": [0, 42.5, 0], + "cubes": [ + {"origin": [-21, 23.3, 1], "size": [4, 1, 1], "uv": [34, 48], "mirror": true}, + {"origin": [-21, 23.81, -1], "size": [4, 0, 2], "pivot": [-21, 23.8, 1], "rotation": [0, -10, 0], "uv": [42, 49], "mirror": true} + ] + }, + { + "name": "finger_pinky_right_end", + "parent": "finger_pinky_right", + "pivot": [-21, 24.3, 1.5], + "cubes": [ + {"origin": [-23, 23.3, 0.5], "size": [2, 1, 2], "uv": [32, 56], "mirror": true} + ] + }, + { + "name": "arm_left", + "parent": "chest", + "pivot": [4, 24.8, 1.5], + "cubes": [ + {"origin": [4, 22.8, 0.5], "size": [6, 2, 2], "uv": [28, 38]} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [10, 23.8, 2.5], + "cubes": [ + {"origin": [10, 22.8, 0], "size": [5, 2, 3], "uv": [41, 27]}, + {"origin": [15, 23.3, 0.5], "size": [2, 1, 2], "inflate": 0.02, "uv": [0, 59]}, + {"origin": [10.45, 24.55, 0.5], "size": [3, 1, 2], "pivot": [11.45, 24.8, 1.5], "rotation": [0, 0, 2.5], "uv": [44, 24]} + ] + }, + { + "name": "hand_left", + "parent": "arm_left2", + "pivot": [17, 24.3, 1.5] + }, + { + "name": "finger_index_left", + "parent": "hand_left", + "pivot": [17, 24.3, 1.5], + "rotation": [0, 42.5, 0], + "cubes": [ + {"origin": [17, 23.3, 1], "size": [4, 1, 1], "uv": [43, 41]}, + {"origin": [17, 23.8, 2], "size": [4, 0, 2], "pivot": [21, 23.8, 2], "rotation": [0, -10, 0], "uv": [50, 45]} + ] + }, + { + "name": "finger_index_left_end", + "parent": "finger_index_left", + "pivot": [21, 24.3, 1.5], + "cubes": [ + {"origin": [21, 23.3, 0.5], "size": [2, 1, 2], "uv": [53, 37]} + ] + }, + { + "name": "finger_middle_left", + "parent": "hand_left", + "pivot": [17, 24.3, 1.5], + "cubes": [ + {"origin": [17, 23.3, 1], "size": [4, 1, 1], "inflate": 0.01, "uv": [44, 39]} + ] + }, + { + "name": "finger_middle_left_end", + "parent": "finger_middle_left", + "pivot": [21, 24.3, 1.5], + "cubes": [ + {"origin": [21, 23.3, 0.5], "size": [2, 1, 2], "uv": [53, 40]} + ] + }, + { + "name": "finger_pinky_left", + "parent": "hand_left", + "pivot": [17, 24.3, 1.5], + "rotation": [0, -42.5, 0], + "cubes": [ + {"origin": [17, 23.3, 1], "size": [4, 1, 1], "uv": [45, 37]}, + {"origin": [17, 23.81, -1], "size": [4, 0, 2], "pivot": [21, 23.8, 1], "rotation": [0, 10, 0], "uv": [48, 43]} + ] + }, + { + "name": "finger_pinky_left_end", + "parent": "finger_pinky_left", + "pivot": [21, 24.3, 1.5], + "cubes": [ + {"origin": [21, 23.3, 0.5], "size": [2, 1, 2], "uv": [44, 43]} + ] + }, + { + "name": "shuriken_back2", + "parent": "waist", + "pivot": [0, 21.95, 6], + "rotation": [0, 0, 45], + "cubes": [ + {"origin": [-11, 20.95, 6], "size": [22, 2, 0], "pivot": [0, 21.95, 6], "rotation": [0, 0, -5], "uv": [84, 33]}, + {"origin": [-1, 10.95, 6], "size": [2, 22, 0], "inflate": 0.01, "pivot": [0, 21.95, 6], "rotation": [0, 0, 5], "uv": [124, 0]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 17.8, -0.1], + "rotation": [2.5, 0, 0], + "cubes": [ + {"origin": [0, 13.84798, -2.09895], "size": [0, 4, 11], "uv": [16, 39]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-2, 16.8, 1.4], + "cubes": [ + {"origin": [-2.7, 15.8, 0.4], "size": [2, 1, 2], "uv": [61, 37], "mirror": true}, + {"origin": [-3.8, 12.8, -0.6], "size": [4, 3, 4], "uv": [60, 40], "mirror": true}, + {"origin": [-4.3, 8.3, -1.1], "size": [5, 5, 5], "uv": [59, 54], "mirror": true}, + {"origin": [-3.3, 8.4, -1.85], "size": [3, 3, 1], "pivot": [-1.8, 9.9, -1.1], "rotation": [-2.5, 0, 0], "uv": [65, 47], "mirror": true} + ] + }, + { + "name": "shuriken_right", + "parent": "leg_right", + "pivot": [-4.3, 13.3, 1.4], + "rotation": [-5, -1, 0], + "cubes": [ + {"origin": [-4.3, 11.3, -0.6], "size": [0, 4, 4], "pivot": [-4.3, 13.3, 1.4], "rotation": [0, 0, 10], "uv": [80, 36], "mirror": true} + ] + }, + { + "name": "leg_right2", + "parent": "leg_right", + "pivot": [-1.8, 8.3, -0.4], + "cubes": [ + {"origin": [-2.8, 0.4, -0.4], "size": [2, 8, 2], "uv": [87, 0], "mirror": true} + ] + }, + { + "name": "foot_right", + "parent": "leg_right2", + "pivot": [-1.8, 0.9, 1.6], + "cubes": [ + {"origin": [-2.8, -0.1, -1.4], "size": [2, 1, 3], "inflate": 0.01, "uv": [68, 24], "mirror": true} + ] + }, + { + "name": "toe_right", + "parent": "foot_right", + "pivot": [-1.8, 0.4, -0.4], + "cubes": [ + {"origin": [-3.3, 0.2, -4.9], "size": [3, 0, 4], "uv": [70, 14], "mirror": true} + ] + }, + { + "name": "toe_inner_right", + "parent": "toe_right", + "pivot": [-0.8, 0.4, -0.4], + "rotation": [0, -20, 0], + "cubes": [ + {"origin": [-1.8, -0.1, -5.4], "size": [1, 1, 5], "uv": [69, 34], "mirror": true} + ] + }, + { + "name": "toe_inner_right_end", + "parent": "toe_inner_right", + "pivot": [-1.3, 0.9, -5], + "cubes": [ + {"origin": [-2.3, -0.1, -7], "size": [2, 1, 2], "inflate": 0.01, "uv": [64, 34], "mirror": true} + ] + }, + { + "name": "toe_outer_right", + "parent": "toe_right", + "pivot": [-2.8, 0.4, -0.4], + "rotation": [0, 20, 0], + "cubes": [ + {"origin": [-2.8, -0.1, -5.4], "size": [1, 1, 5], "uv": [76, 33], "mirror": true} + ] + }, + { + "name": "toe_outer_right_end", + "parent": "toe_outer_right", + "pivot": [-2.3, 0.9, -4.65], + "cubes": [ + {"origin": [-3.3, -0.1, -6.65], "size": [2, 1, 2], "inflate": 0.01, "uv": [62, 24], "mirror": true} + ] + }, + { + "name": "toe_back_right", + "parent": "foot_right", + "pivot": [-1.8, 0.9, 1.6], + "cubes": [ + {"origin": [-2.8, -0.1, 1.6], "size": [2, 1, 3], "uv": [78, 24], "mirror": true} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [2, 16.8, 1.4], + "cubes": [ + {"origin": [0.7, 15.8, 0.4], "size": [2, 1, 2], "uv": [45, 51]}, + {"origin": [-0.2, 12.8, -0.6], "size": [4, 3, 4], "uv": [53, 47]}, + {"origin": [-0.7, 8.3, -1.1], "size": [5, 5, 5], "uv": [39, 54]}, + {"origin": [0.3, 8.4, -1.85], "size": [3, 3, 1], "pivot": [1.8, 9.9, -1.1], "rotation": [-2.5, 0, 0], "uv": [54, 55]} + ] + }, + { + "name": "shuriken_left", + "parent": "leg_left", + "pivot": [4.3, 13.3, 1.4], + "rotation": [-5, 1, 0], + "cubes": [ + {"origin": [4.3, 11.3, -0.6], "size": [0, 4, 4], "pivot": [4.3, 13.3, 1.4], "rotation": [0, 0, -10], "uv": [72, 36]} + ] + }, + { + "name": "leg_left2", + "parent": "leg_left", + "pivot": [1.8, 8.3, -0.4], + "cubes": [ + {"origin": [0.8, 0.4, -0.4], "size": [2, 8, 2], "uv": [79, 0]} + ] + }, + { + "name": "foot_left", + "parent": "leg_left2", + "pivot": [1.8, 0.9, 1.6], + "cubes": [ + {"origin": [0.8, -0.1, -1.4], "size": [2, 1, 3], "inflate": 0.01, "uv": [68, 20]} + ] + }, + { + "name": "toe_back_left", + "parent": "foot_left", + "pivot": [1.8, 0.9, 1.6], + "cubes": [ + {"origin": [0.8, -0.1, 1.6], "size": [2, 1, 3], "uv": [78, 20]} + ] + }, + { + "name": "toe_left", + "parent": "foot_left", + "pivot": [1.8, 0.4, -0.4], + "cubes": [ + {"origin": [0.3, 0.2, -4.9], "size": [3, 0, 4], "uv": [76, 14]} + ] + }, + { + "name": "toe_inner_left", + "parent": "toe_left", + "pivot": [0.8, 0.4, -0.4], + "rotation": [0, 20, 0], + "cubes": [ + {"origin": [0.8, -0.1, -5.4], "size": [1, 1, 5], "uv": [68, 28]} + ] + }, + { + "name": "toe_inner_left_end", + "parent": "toe_inner_left", + "pivot": [1.3, 0.9, -5], + "cubes": [ + {"origin": [0.3, -0.1, -7], "size": [2, 1, 2], "inflate": 0.01, "uv": [54, 24]} + ] + }, + { + "name": "toe_outer_left", + "parent": "toe_left", + "pivot": [2.8, 0.4, -0.4], + "rotation": [0, -20, 0], + "cubes": [ + {"origin": [1.8, -0.1, -5.4], "size": [1, 1, 5], "uv": [61, 27]} + ] + }, + { + "name": "toe_outer_left_end", + "parent": "toe_outer_left", + "pivot": [2.3, 0.9, -4.65], + "cubes": [ + {"origin": [1.3, -0.1, -6.65], "size": [2, 1, 2], "inflate": 0.01, "uv": [54, 27]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/models/ashgreninjaincomplete/ashgreninjaincomplete.geo.json b/resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/models/ashgreninjaincomplete/ashgreninjaincomplete.geo.json new file mode 100644 index 0000000..510f009 --- /dev/null +++ b/resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/models/ashgreninjaincomplete/ashgreninjaincomplete.geo.json @@ -0,0 +1,853 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.ash_greninja_omen", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 7, + "visible_bounds_height": 9.5, + "visible_bounds_offset": [0, 4.25, 0] + }, + "bones": [ + { + "name": "greninja", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "greninja", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 16.8, 1.4], + "cubes": [ + {"origin": [-2, 15.8, -0.5], "size": [4, 2, 4], "uv": [30, 72]} + ] + }, + { + "name": "waist", + "parent": "torso", + "pivot": [0, 17.8, 3.5], + "cubes": [ + {"origin": [-3, 17.8, -1.2], "size": [6, 3, 5], "uv": [58, 59]} + ] + }, + { + "name": "chest", + "parent": "waist", + "pivot": [0, 20.8, 3.75], + "cubes": [ + {"origin": [-4, 20.8, -2], "size": [8, 4, 6], "uv": [32, 26]}, + {"origin": [-3, 24.8, -1], "size": [6, 2, 5], "inflate": 0.01, "uv": [0, 63]} + ] + }, + { + "name": "bone9", + "parent": "chest", + "pivot": [0, 0, 0] + }, + { + "name": "bone10", + "parent": "bone9", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-4, 20.8, -1], "size": [8, 4, 0], "inflate": 0.01, "uv": [2, 96]} + ] + }, + { + "name": "neck", + "parent": "chest", + "pivot": [0, 24.8, 1], + "cubes": [ + {"origin": [-5.5, 24.8, -5], "size": [11, 3, 11], "uv": [32, 0]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 26.8, 1.1], + "rotation": [2.5, 0, 0], + "cubes": [ + {"origin": [-4, 27.66914, -3.60286], "size": [6, 3, 6], "pivot": [0, -5.33086, -1.60286], "rotation": [0, 45, 0], "uv": [0, 50]}, + {"origin": [-4, 26.66914, 0.09714], "size": [8, 4, 4], "inflate": 0.01, "uv": [24, 50]} + ] + }, + { + "name": "bone14", + "parent": "head", + "pivot": [1, 0, 0], + "cubes": [ + {"origin": [-3, 28.66914, 0.09714], "size": [0, 2, 3], "inflate": 0.02, "uv": [26, 53]} + ] + }, + { + "name": "bone18", + "parent": "head", + "pivot": [-1, 0, 0], + "cubes": [ + {"origin": [3, 28.66914, 0.09714], "size": [0, 2, 3], "inflate": 0.02, "uv": [26, 53], "mirror": true} + ] + }, + { + "name": "bone8", + "parent": "head", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-2, 28.66914, -1.90286], "size": [4, 1, 3], "inflate": 0.02, "uv": [25, 50]} + ] + }, + { + "name": "bone5", + "parent": "head", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [0, 30.66914, -4.40286], "size": [0, 2, 12], "uv": [32, 12]} + ] + }, + { + "name": "bone15", + "parent": "head", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [0, 30.66914, -4.40286], "size": [0, 2, 12], "inflate": -0.01, "uv": [86, -12]} + ] + }, + { + "name": "eye_right", + "parent": "head", + "pivot": [-2.2682, 29.86914, -0.749], + "rotation": [7.5, -45, 0], + "cubes": [ + {"origin": [-3.3, 28.36914, -2.25286], "size": [2, 3, 3], "uv": [78, 47]} + ] + }, + { + "name": "outer_pupil_right", + "parent": "eye_right", + "pivot": [-3.31, 29.76914, -1.45286], + "cubes": [ + {"origin": [-3.31, 28.76914, -1.95286], "size": [0, 2, 1], "uv": [38, 5]} + ] + }, + { + "name": "outer_eyelid_right", + "parent": "eye_right", + "pivot": [-3.32, 30.86914, -0.75286], + "cubes": [ + {"origin": [-3.32, 30.36914, -2.25286], "size": [0, 1, 3], "uv": [32, 41]} + ] + }, + { + "name": "bone13", + "parent": "outer_eyelid_right", + "pivot": [-6, 0, 0], + "cubes": [ + {"origin": [-2.68, 30.36914, -2.25286], "size": [0, 1, 3], "uv": [0, 86]} + ] + }, + { + "name": "inner_eyelid_right", + "parent": "eye_right", + "pivot": [-3.23, 29.86914, -0.75286], + "cubes": [ + {"origin": [-3.23, 28.36914, -2.25286], "size": [0, 3, 3], "uv": [44, 47]} + ] + }, + { + "name": "inner_eyelid_cover_right", + "parent": "inner_eyelid_right", + "pivot": [-3.23, 30.86914, -0.75286], + "cubes": [ + {"origin": [-3.231, 30.36914, -2.25286], "size": [0, 1, 3], "uv": [32, 28]} + ] + }, + { + "name": "inner_pupil_right", + "parent": "inner_eyelid_right", + "pivot": [-3.24, 29.61914, -0.75286], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-3.24, 29.11914, -1.75286], "size": [0, 1, 2], "uv": [38, 1]} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [2.2682, 29.86914, -0.749], + "rotation": [7.5, 45, 0], + "cubes": [ + {"origin": [1.3, 28.36914, -2.25286], "size": [2, 3, 3], "uv": [78, 38]} + ] + }, + { + "name": "outer_pupil_left", + "parent": "eye_left", + "pivot": [2.3, 30.26914, -1.45286], + "cubes": [ + {"origin": [3.31, 28.76914, -1.95286], "size": [0, 2, 1], "uv": [38, 3], "mirror": true} + ] + }, + { + "name": "outer_eyelid_left", + "parent": "eye_left", + "pivot": [2.3, 29.86914, -0.75286] + }, + { + "name": "bone6", + "parent": "outer_eyelid_left", + "pivot": [-1, 0, 0], + "cubes": [ + {"origin": [3.32, 30.36914, -2.25286], "size": [0, 1, 3], "inflate": 0.01, "uv": [32, 27], "mirror": true} + ] + }, + { + "name": "bone7", + "parent": "outer_eyelid_left", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [3.32, 30.36914, -2.25286], "size": [0, 1, 3], "uv": [0, 86], "mirror": true} + ] + }, + { + "name": "inner_eyelid_left", + "parent": "eye_left", + "pivot": [3.23, 29.86914, -0.75286], + "cubes": [ + {"origin": [3.23, 28.36914, -2.25286], "size": [0, 3, 3], "uv": [0, 47], "mirror": true} + ] + }, + { + "name": "inner_eyelid_cover_left", + "parent": "inner_eyelid_left", + "pivot": [3.231, 30.86914, -0.75286], + "cubes": [ + {"origin": [3.231, 30.36914, -2.25286], "size": [0, 1, 3], "uv": [32, 7], "mirror": true} + ] + }, + { + "name": "inner_pupil_left", + "parent": "inner_eyelid_left", + "pivot": [3.24, 29.61914, -0.75286], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [3.24, 29.11914, -1.75286], "size": [0, 1, 2], "uv": [38, 0], "mirror": true} + ] + }, + { + "name": "jaw", + "parent": "head", + "pivot": [0, 27.66914, -0.20286], + "rotation": [-2.5, 0, 0], + "cubes": [ + {"origin": [-4, 26.66914, -3.60286], "size": [6, 1, 6], "pivot": [0, -5.33086, -1.60286], "rotation": [0, 45, 0], "uv": [54, 20]} + ] + }, + { + "name": "head_ruff_right", + "parent": "head", + "pivot": [-4.5, 30.66914, 2.09714], + "rotation": [38.8725, -8.1833, -7.33962], + "cubes": [ + {"origin": [-7.1, 30.66914, -2.40286], "size": [3, 0, 5], "uv": [27, 5]} + ] + }, + { + "name": "head_ruff_left", + "parent": "head", + "pivot": [4.5, 30.66914, 2.09714], + "rotation": [38.862, 8.32078, 7.1694], + "cubes": [ + {"origin": [4.1, 30.66914, -2.40286], "size": [3, 0, 5], "uv": [27, 0]} + ] + }, + { + "name": "tongue_hidden", + "parent": "head", + "pivot": [0, 27.16914, 0.09714], + "cubes": [ + {"origin": [-1, 26.66914, -4.90286], "size": [2, 1, 5], "inflate": 0.01, "uv": [75, 32]} + ] + }, + { + "name": "tongue_hidden2", + "parent": "tongue_hidden", + "pivot": [0, 27.16914, -4.90286], + "cubes": [ + {"origin": [-1.5, 26.66914, -8.65286], "size": [3, 1, 4], "uv": [75, 67]} + ] + }, + { + "name": "tongue_hidden3", + "parent": "tongue_hidden2", + "pivot": [0, 27.16914, -8.65286], + "cubes": [ + {"origin": [-1.5, 26.66914, -12.40286], "size": [3, 1, 4], "inflate": 0.01, "uv": [75, 56]} + ] + }, + { + "name": "tongue_hidden4", + "parent": "tongue_hidden3", + "pivot": [0, 27.16914, -12.40286], + "cubes": [ + {"origin": [-1.5, 26.16914, -17.15286], "size": [3, 2, 5], "uv": [72, 18]} + ] + }, + { + "name": "tongue_hidden5", + "parent": "tongue_hidden4", + "pivot": [0, 27.16914, -17.15286], + "cubes": [ + {"origin": [-1.5, 26.16914, -21.90286], "size": [3, 2, 5], "inflate": 0.01, "uv": [71, 11]} + ] + }, + { + "name": "tongue_hidden6", + "parent": "tongue_hidden5", + "pivot": [0, 27.16914, -21.90286], + "cubes": [ + {"origin": [-1.5, 26.16914, -26.65286], "size": [3, 2, 5], "uv": [0, 70]} + ] + }, + { + "name": "tongue_hidden7", + "parent": "tongue_hidden6", + "pivot": [0, 27.16914, -26.65286], + "cubes": [ + {"origin": [-1.5, 26.16914, -31.40286], "size": [3, 2, 5], "inflate": 0.01, "uv": [64, 69]} + ] + }, + { + "name": "tongue_hidden8", + "parent": "tongue_hidden7", + "pivot": [0, 27.16914, -31.40286], + "cubes": [ + {"origin": [-2, 25.66914, -37.15286], "size": [4, 3, 6], "uv": [60, 27]} + ] + }, + { + "name": "head_fin_right", + "parent": "head", + "pivot": [-3.7, 30.66914, 0.09714], + "rotation": [0, -15, 0], + "cubes": [ + {"origin": [-3.7, 30.66914, 2.09714], "size": [5, 6, 0], "pivot": [0.1, 30.66914, 2.09714], "rotation": [-75, 0, 0], "uv": [36, 78]} + ] + }, + { + "name": "bone11", + "parent": "head_fin_right", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-3.7, 30.66914, 0.09714], "size": [0, 4, 13], "inflate": 0.01, "uv": [32, 7]} + ] + }, + { + "name": "bone12", + "parent": "head_fin_right", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-3.7, 30.66914, 0.09714], "size": [0, 4, 13], "uv": [32, 3]} + ] + }, + { + "name": "head_fin_left", + "parent": "head", + "pivot": [3.7, 30.66914, 0.09714], + "rotation": [0, 15, 0], + "cubes": [ + {"origin": [-1.3, 30.66914, 2.09714], "size": [5, 6, 0], "pivot": [-0.1, 30.66914, 2.09714], "rotation": [-75, 0, 0], "uv": [47, 64]} + ] + }, + { + "name": "bone17", + "parent": "head_fin_left", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [3.7, 30.66914, 0.09714], "size": [0, 4, 13], "uv": [32, 3], "mirror": true} + ] + }, + { + "name": "bone16", + "parent": "head_fin_left", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [3.7, 30.66914, 0.09714], "size": [0, 4, 13], "uv": [32, 7], "mirror": true} + ] + }, + { + "name": "tongue", + "parent": "neck", + "pivot": [0, 27.8, 5.1], + "cubes": [ + {"origin": [-1.5, 26.8, 5], "size": [3, 2, 6], "uv": [66, 48]} + ] + }, + { + "name": "tongue2", + "parent": "tongue", + "pivot": [0, 27.8, 10.5], + "cubes": [ + {"origin": [-1.5, 26.8, 10.5], "size": [3, 2, 6], "inflate": 0.01, "uv": [66, 39]} + ] + }, + { + "name": "tongue3", + "parent": "tongue2", + "pivot": [0, 27.8, 16], + "cubes": [ + {"origin": [-2, 26.8, 16], "size": [4, 2, 6], "uv": [65, 0]} + ] + }, + { + "name": "tongue4", + "parent": "tongue3", + "pivot": [0, 27.8, 21.5], + "cubes": [ + {"origin": [-2, 26.8, 21.5], "size": [4, 2, 6], "inflate": 0.01, "uv": [33, 64]} + ] + }, + { + "name": "tongue5", + "parent": "tongue4", + "pivot": [0, 27.8, 27], + "cubes": [ + {"origin": [-2.5, 26.3, 27], "size": [5, 3, 6], "uv": [50, 45]} + ] + }, + { + "name": "tongue6", + "parent": "tongue5", + "pivot": [0, 27.8, 32.5], + "cubes": [ + {"origin": [-2.5, 26.3, 32.5], "size": [5, 3, 6], "inflate": 0.01, "uv": [50, 36]} + ] + }, + { + "name": "tongue7", + "parent": "tongue6", + "pivot": [0, 27.8, 38], + "cubes": [ + {"origin": [-3, 25.8, 38], "size": [6, 4, 6], "inflate": 0.01, "uv": [32, 40]} + ] + }, + { + "name": "shuriken_hand", + "parent": "chest", + "pivot": [-35, 21.95, 2] + }, + { + "name": "shuriken_chest", + "parent": "chest", + "pivot": [0, 22.2, 4], + "cubes": [ + {"origin": [-2.5, 19.7, 4], "size": [5, 5, 0], "inflate": 0.01, "uv": [64, 88], "mirror": true} + ] + }, + { + "name": "arm_right", + "parent": "chest", + "pivot": [-4, 24.8, 1.5], + "cubes": [ + {"origin": [-10, 22.8, 0.5], "size": [6, 2, 2], "uv": [14, 75]} + ] + }, + { + "name": "arm_right2", + "parent": "arm_right", + "pivot": [-10, 23.8, 2.5], + "cubes": [ + {"origin": [-15, 22.8, 0], "size": [5, 2, 3], "uv": [46, 74]}, + {"origin": [-17, 23.3, 0.5], "size": [2, 1, 2], "inflate": 0.02, "uv": [36, 84]}, + {"origin": [-13.45, 24.55, 0.5], "size": [3, 1, 2], "pivot": [-11.45, 24.8, 1.5], "rotation": [0, 0, -2.5], "uv": [66, 36]} + ] + }, + { + "name": "hand_right", + "parent": "arm_right2", + "pivot": [-17, 24.3, 1.5] + }, + { + "name": "finger_index_right", + "parent": "hand_right", + "pivot": [-17, 24.3, 1.5], + "rotation": [0, -42.5, 0], + "cubes": [ + {"origin": [-21, 23.3, 1], "size": [4, 1, 1], "uv": [48, 59]}, + {"origin": [-21, 23.8, 2], "size": [4, 0, 2], "pivot": [-21, 23.8, 2], "rotation": [0, 10, 0], "uv": [14, 61]} + ] + }, + { + "name": "finger_index_right_end", + "parent": "finger_index_right", + "pivot": [-21, 24.3, 1.5], + "cubes": [ + {"origin": [-23, 23.3, 0.5], "size": [2, 1, 2], "uv": [50, 59]} + ] + }, + { + "name": "finger_middle_right", + "parent": "hand_right", + "pivot": [-17, 24.3, 1.5], + "cubes": [ + {"origin": [-21, 23.3, 1], "size": [4, 1, 1], "inflate": 0.01, "uv": [73, 8]} + ] + }, + { + "name": "finger_middle_right_end", + "parent": "finger_middle_right", + "pivot": [-21, 24.3, 1.5], + "cubes": [ + {"origin": [-23, 23.3, 0.5], "size": [2, 1, 2], "uv": [50, 60]} + ] + }, + { + "name": "finger_pinky_right", + "parent": "hand_right", + "pivot": [-17, 24.3, 1.5], + "rotation": [0, 42.5, 0], + "cubes": [ + {"origin": [-21, 23.3, 1], "size": [4, 1, 1], "uv": [42, 72]}, + {"origin": [-21, 23.81, -1], "size": [4, 0, 2], "pivot": [-21, 23.8, 1], "rotation": [0, -10, 0], "uv": [32, 60]} + ] + }, + { + "name": "finger_pinky_right_end", + "parent": "finger_pinky_right", + "pivot": [-21, 24.3, 1.5], + "cubes": [ + {"origin": [-23, 23.3, 0.5], "size": [2, 1, 2], "uv": [49, 58]} + ] + }, + { + "name": "arm_left", + "parent": "chest", + "pivot": [4, 24.8, 1.5], + "cubes": [ + {"origin": [4, 22.8, 0.5], "size": [6, 2, 2], "uv": [0, 59]} + ] + }, + { + "name": "arm_left2", + "parent": "arm_left", + "pivot": [10, 23.8, 2.5], + "cubes": [ + {"origin": [10, 22.8, 0], "size": [5, 2, 3], "uv": [74, 27]}, + {"origin": [15, 23.3, 0.5], "size": [2, 1, 2], "inflate": 0.02, "uv": [44, 83]}, + {"origin": [10.45, 24.55, 0.5], "size": [3, 1, 2], "pivot": [11.45, 24.8, 1.5], "rotation": [0, 0, 2.5], "uv": [65, 8]} + ] + }, + { + "name": "hand_left", + "parent": "arm_left2", + "pivot": [17, 24.3, 1.5] + }, + { + "name": "finger_index_left", + "parent": "hand_left", + "pivot": [17, 24.3, 1.5], + "rotation": [0, 42.5, 0], + "cubes": [ + {"origin": [17, 23.3, 1], "size": [4, 1, 1], "uv": [11, 70]}, + {"origin": [17, 23.8, 2], "size": [4, 0, 2], "pivot": [21, 23.8, 2], "rotation": [0, -10, 0], "uv": [12, 59]} + ] + }, + { + "name": "finger_index_left_end", + "parent": "finger_index_left", + "pivot": [21, 24.3, 1.5], + "cubes": [ + {"origin": [21, 23.3, 0.5], "size": [2, 1, 2], "uv": [48, 57]} + ] + }, + { + "name": "finger_middle_left", + "parent": "hand_left", + "pivot": [17, 24.3, 1.5], + "cubes": [ + {"origin": [17, 23.3, 1], "size": [4, 1, 1], "inflate": 0.01, "uv": [65, 67]} + ] + }, + { + "name": "finger_middle_left_end", + "parent": "finger_middle_left", + "pivot": [21, 24.3, 1.5], + "cubes": [ + {"origin": [21, 23.3, 0.5], "size": [2, 1, 2], "uv": [51, 58]} + ] + }, + { + "name": "finger_pinky_left", + "parent": "hand_left", + "pivot": [17, 24.3, 1.5], + "rotation": [0, -42.5, 0], + "cubes": [ + {"origin": [17, 23.3, 1], "size": [4, 1, 1], "uv": [48, 59]}, + {"origin": [17, 23.81, -1], "size": [4, 0, 2], "pivot": [21, 23.8, 1], "rotation": [0, 10, 0], "uv": [32, 58]} + ] + }, + { + "name": "finger_pinky_left_end", + "parent": "finger_pinky_left", + "pivot": [21, 24.3, 1.5], + "cubes": [ + {"origin": [21, 23.3, 0.5], "size": [2, 1, 2], "uv": [0, 83]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 17.8, -0.1], + "rotation": [2.5, 0, 0], + "cubes": [ + {"origin": [0, 13.84798, -2.09895], "size": [0, 4, 11], "uv": [32, 25]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-2, 16.8, 1.4], + "cubes": [ + {"origin": [-2.7, 15.8, 0.4], "size": [2, 1, 2], "uv": [82, 72]}, + {"origin": [-3.8, 12.8, -0.6], "size": [4, 3, 4], "uv": [18, 68]}, + {"origin": [-4.3, 8.3, -1.1], "size": [5, 5, 5], "uv": [19, 58]}, + {"origin": [-3.3, 8.4, -1.85], "size": [3, 3, 1], "pivot": [-1.8, 9.9, -1.1], "rotation": [-2.5, 0, 0], "uv": [54, 80]} + ] + }, + { + "name": "shuriken_right", + "parent": "leg_right", + "pivot": [-4.3, 13.3, 1.4], + "rotation": [-5, -1, 0], + "cubes": [ + {"origin": [-4.3, 11.3, -0.6], "size": [0, 4, 4], "pivot": [-4.3, 13.3, 1.4], "rotation": [0, 0, 10], "uv": [54, 23]} + ] + }, + { + "name": "leg_right2", + "parent": "leg_right", + "pivot": [-1.8, 8.3, -0.4], + "cubes": [ + {"origin": [-2.8, 0.4, -0.4], "size": [2, 8, 2], "uv": [28, 78]} + ] + }, + { + "name": "foot_right", + "parent": "leg_right2", + "pivot": [-1.8, 0.9, 1.6], + "cubes": [ + {"origin": [-2.8, -0.1, -1.4], "size": [2, 1, 3], "inflate": 0.01, "uv": [14, 79]} + ] + }, + { + "name": "toe_right", + "parent": "foot_right", + "pivot": [-1.8, 0.4, -0.4], + "cubes": [ + {"origin": [-3.3, 0.2, -4.9], "size": [3, 0, 4], "uv": [28, 40]} + ] + }, + { + "name": "toe_inner_right", + "parent": "toe_right", + "pivot": [-0.8, 0.4, -0.4], + "rotation": [0, -20, 0], + "cubes": [ + {"origin": [-1.8, -0.1, -5.4], "size": [1, 1, 5], "uv": [47, 56]} + ] + }, + { + "name": "toe_inner_right_end", + "parent": "toe_inner_right", + "pivot": [-1.3, 0.9, -5], + "cubes": [ + {"origin": [-2.3, -0.1, -7], "size": [2, 1, 2], "inflate": 0.01, "uv": [48, 59]} + ] + }, + { + "name": "toe_outer_right", + "parent": "toe_right", + "pivot": [-2.8, 0.4, -0.4], + "rotation": [0, 20, 0], + "cubes": [ + {"origin": [-2.8, -0.1, -5.4], "size": [1, 1, 5], "uv": [0, 77]} + ] + }, + { + "name": "toe_outer_right_end", + "parent": "toe_outer_right", + "pivot": [-2.3, 0.9, -4.65], + "cubes": [ + {"origin": [-3.3, -0.1, -6.65], "size": [2, 1, 2], "inflate": 0.01, "uv": [49, 60]} + ] + }, + { + "name": "toe_back_right", + "parent": "foot_right", + "pivot": [-1.8, 0.9, 1.6], + "cubes": [ + {"origin": [-2.8, -0.1, 1.6], "size": [2, 1, 3], "uv": [79, 0]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [2, 16.8, 1.4], + "cubes": [ + {"origin": [0.7, 15.8, 0.4], "size": [2, 1, 2], "uv": [81, 8]}, + {"origin": [-0.2, 12.8, -0.6], "size": [4, 3, 4], "uv": [53, 67]}, + {"origin": [-0.7, 8.3, -1.1], "size": [5, 5, 5], "uv": [43, 54]}, + {"origin": [0.3, 8.4, -1.85], "size": [3, 3, 1], "pivot": [1.8, 9.9, -1.1], "rotation": [-2.5, 0, 0], "uv": [46, 79]} + ] + }, + { + "name": "shuriken_left", + "parent": "leg_left", + "pivot": [4.3, 13.3, 1.4], + "rotation": [-5, 1, 0], + "cubes": [ + {"origin": [4.3, 11.3, -0.6], "size": [0, 4, 4], "pivot": [4.3, 13.3, 1.4], "rotation": [0, 0, -10], "uv": [18, 46]} + ] + }, + { + "name": "leg_left2", + "parent": "leg_left", + "pivot": [1.8, 8.3, -0.4], + "cubes": [ + {"origin": [0.8, 0.4, -0.4], "size": [2, 8, 2], "uv": [69, 76]} + ] + }, + { + "name": "foot_left", + "parent": "leg_left2", + "pivot": [1.8, 0.9, 1.6], + "cubes": [ + {"origin": [0.8, -0.1, -1.4], "size": [2, 1, 3], "inflate": 0.01, "uv": [58, 54]} + ] + }, + { + "name": "toe_back_left", + "parent": "foot_left", + "pivot": [1.8, 0.9, 1.6], + "cubes": [ + {"origin": [0.8, -0.1, 1.6], "size": [2, 1, 3], "uv": [58, 16]} + ] + }, + { + "name": "toe_left", + "parent": "foot_left", + "pivot": [1.8, 0.4, -0.4], + "cubes": [ + {"origin": [0.3, 0.2, -4.9], "size": [3, 0, 4], "uv": [28, 26]} + ] + }, + { + "name": "toe_inner_left", + "parent": "toe_left", + "pivot": [0.8, 0.4, -0.4], + "rotation": [0, 20, 0], + "cubes": [ + {"origin": [0.8, -0.1, -5.4], "size": [1, 1, 5], "uv": [47, 56]} + ] + }, + { + "name": "toe_inner_left_end", + "parent": "toe_inner_left", + "pivot": [1.3, 0.9, -5], + "cubes": [ + {"origin": [0.3, -0.1, -7], "size": [2, 1, 2], "inflate": 0.01, "uv": [48, 59]} + ] + }, + { + "name": "toe_outer_left", + "parent": "toe_left", + "pivot": [2.8, 0.4, -0.4], + "rotation": [0, -20, 0], + "cubes": [ + {"origin": [1.8, -0.1, -5.4], "size": [1, 1, 5], "uv": [57, 74]} + ] + }, + { + "name": "toe_outer_left_end", + "parent": "toe_outer_left", + "pivot": [2.3, 0.9, -4.65], + "cubes": [ + {"origin": [1.3, -0.1, -6.65], "size": [2, 1, 2], "inflate": 0.01, "uv": [50, 59]} + ] + }, + { + "name": "bone19", + "parent": "body", + "pivot": [0, 49, 0], + "cubes": [ + {"origin": [-11.3, 0, -22.65], "size": [22, 50, 0], "pivot": [0, 49, 0], "rotation": [0, -45, 0], "uv": [82, 78], "mirror": true}, + {"origin": [-8.5, 0, 23.6], "size": [17, 50, 0], "pivot": [0, 49, 0], "rotation": [0, 90, 0], "uv": [91, 78]}, + {"origin": [-8, 0, -24], "size": [16, 50, 0], "uv": [85, 78]}, + {"origin": [-11.3, 0, 22.7], "size": [22, 50, 0], "pivot": [0, 49, 0], "rotation": [0, -45, 0], "uv": [83, 78]}, + {"origin": [-11.1, 0, 22.75], "size": [22, 50, 0], "pivot": [0, 49, 0], "rotation": [0, 45, 0], "uv": [82, 78]}, + {"origin": [-10.9, 0, -22.75], "size": [22, 50, 0], "pivot": [0, 49, 0], "rotation": [0, 45, 0], "uv": [82, 78], "mirror": true}, + {"origin": [-8.5, 0, -23.6], "size": [17, 49, 0], "pivot": [0, 49, 0], "rotation": [0, 90, 0], "uv": [84, 79]}, + {"origin": [-8.5, 0, 23.7], "size": [17, 50, 0], "uv": [92, 78]} + ] + }, + { + "name": "aura2", + "parent": "bone19", + "pivot": [0, 49, 0], + "cubes": [ + {"origin": [-8, 49, -24], "size": [16, 50, 0], "uv": [85, 78]}, + {"origin": [-8.5, 49, 23.7], "size": [17, 50, 0], "uv": [92, 78]}, + {"origin": [-11.3, 49, -22.65], "size": [22, 50, 0], "pivot": [0, 49, 0], "rotation": [0, -45, 0], "uv": [82, 78], "mirror": true}, + {"origin": [-11.3, 49, 22.7], "size": [22, 50, 0], "pivot": [0, 49, 0], "rotation": [0, -45, 0], "uv": [83, 78]}, + {"origin": [-10.7, 49, -22.65], "size": [22, 50, 0], "pivot": [0, 49, 0], "rotation": [0, 45, 0], "uv": [82, 78]}, + {"origin": [-11.1, 49, 22.75], "size": [22, 50, 0], "pivot": [0, 49, 0], "rotation": [0, 45, 0], "uv": [82, 78]}, + {"origin": [-8.5, 49, 23.6], "size": [17, 50, 0], "pivot": [0, 49, 0], "rotation": [0, 90, 0], "uv": [91, 78]}, + {"origin": [-8.5, 49, -23.6], "size": [17, 49, 0], "pivot": [0, 49, 0], "rotation": [0, 90, 0], "uv": [84, 79]} + ] + }, + { + "name": "bone", + "parent": "aura2", + "pivot": [0, 49, 0], + "cubes": [ + {"origin": [-8, 66.5, -51.5], "size": [16, 34, 0], "pivot": [0, 49, 0], "rotation": [-45, 0, 0], "uv": [85, 85]}, + {"origin": [-8, 66.75, 51.5], "size": [16, 34, 0], "pivot": [0, 49, 0], "rotation": [45, 0, 0], "uv": [85, 85]} + ] + }, + { + "name": "bone2", + "parent": "aura2", + "pivot": [0, 49, 0], + "rotation": [0, 90, 0], + "cubes": [ + {"origin": [-8, 66.5, -51.5], "size": [16, 34, 0], "pivot": [0, 49, 0], "rotation": [-45, 0, 0], "uv": [85, 85]}, + {"origin": [-8, 66.75, 51.5], "size": [16, 34, 0], "pivot": [0, 49, 0], "rotation": [45, 0, 0], "uv": [85, 85]} + ] + }, + { + "name": "bone3", + "parent": "aura2", + "pivot": [0, 49, 0], + "rotation": [0, 45, 0], + "cubes": [ + {"origin": [-12, 66.5, -50.5], "size": [23, 34, 0], "pivot": [0, 49, 0], "rotation": [-45, 0, 0], "uv": [85, 85]}, + {"origin": [-12, 66.75, 50.5], "size": [23, 33, 0], "pivot": [0, 49, 0], "rotation": [45, 0, 0], "uv": [85, 85]} + ] + }, + { + "name": "bone4", + "parent": "aura2", + "pivot": [0, 49, 0], + "rotation": [0, -45, 0], + "cubes": [ + {"origin": [-12, 66.5, -50.5], "size": [23, 34, 0], "pivot": [0, 49, 0], "rotation": [-45, 0, 0], "uv": [85, 85]}, + {"origin": [-12, 66.75, 50.5], "size": [23, 33, 0], "pivot": [0, 49, 0], "rotation": [45, 0, 0], "uv": [85, 85]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/models/ashpikachu/ashpikachu.geo.json b/resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/models/ashpikachu/ashpikachu.geo.json new file mode 100644 index 0000000..58b9ce1 --- /dev/null +++ b/resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/models/ashpikachu/ashpikachu.geo.json @@ -0,0 +1,227 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.pikachu_male", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 4, + "visible_bounds_height": 4, + "visible_bounds_offset": [0, 1, 0] + }, + "bones": [ + { + "name": "pikachu", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "pikachu", + "pivot": [0, 8, 0.5] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 5.25, 0.5], + "cubes": [ + {"origin": [-5, 1.75, -3.5], "size": [10, 8, 8], "uv": [28, 48]}, + {"origin": [-4.5, 9.75, -3], "size": [9, 2, 7], "uv": [32, 0]} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 12.25, 0.25], + "cubes": [ + {"origin": [-4.5, 11.25, -3.75], "size": [9, 8, 8], "inflate": 0.01, "uv": [0, 1]}, + {"origin": [-0.5, 13.33, -4.53], "size": [1, 1, 1], "pivot": [0, 13.7, -3.5], "rotation": [12.5, 0, 0], "uv": [27, 0]}, + {"origin": [-4.5, 11.3, -4.5], "size": [9, 3, 2], "inflate": 0.02, "pivot": [-0.5, 13.7, -3.5], "rotation": [12.5, 0, 0], "uv": [42, 37]}, + {"origin": [-0.5, 19.75, -3.75], "size": [3, 1, 0], "inflate": 0.03, "pivot": [0, 12.25, 0.25], "rotation": [0, 0, -15], "uv": [24, 38]}, + {"origin": [-0.5, 20.75, -3.75], "size": [1, 1, 0], "inflate": 0.03, "pivot": [0, 12.25, 0.25], "rotation": [0, 0, -15], "uv": [24, 38]}, + {"origin": [-0.25, 21.25, -3.75], "size": [1, 1, 0], "inflate": 0.025, "pivot": [0, 12.25, 0.25], "rotation": [0, 0, -15], "uv": [25, 36]}, + {"origin": [1.5, 21.25, -3.75], "size": [1, 1, 0], "inflate": 0.03, "pivot": [0, 12.25, 0.25], "rotation": [0, 0, -15], "uv": [25, 36]}, + {"origin": [0.5, 21.75, -3.75], "size": [1, 1, 0], "inflate": 0.03, "pivot": [0, 12.25, 0.25], "rotation": [0, 0, -15], "uv": [25, 35]} + ] + }, + { + "name": "mouth_closed", + "parent": "head", + "pivot": [0, 12.7, -3.5], + "cubes": [ + {"origin": [-1.5, 11.8, -4.53], "size": [3, 1, 0], "inflate": 0.01, "pivot": [0, 13.7, -3.5], "rotation": [12.5, 0, 0], "uv": [27, 4]}, + {"origin": [-0.5, 12.05, -4.53], "size": [1, 1, 0], "inflate": 0.01, "pivot": [0, 13.7, -3.5], "rotation": [12.5, 0, 0], "uv": [28, 6]}, + {"origin": [-2, 12.3, -4.53], "size": [4, 1, 0], "pivot": [0, 13.7, -3.5], "rotation": [12.5, 0, 0], "uv": [26, 3]} + ] + }, + { + "name": "mouth_open", + "parent": "head", + "pivot": [0, 12.7, -3.5], + "cubes": [ + {"origin": [-1.5, 11.55, -4.33], "size": [3, 1, 0], "inflate": 0.01, "pivot": [0, 13.7, -3.3], "rotation": [12.5, 0, 0], "uv": [33, 0]}, + {"origin": [-1, 12.05, -4.33], "size": [2, 1, 0], "inflate": 0.01, "pivot": [0, 13.7, -3.3], "rotation": [12.5, 0, 0], "uv": [34, 0]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [0, 16, -3.825] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-3, 15.5, -3.825], + "cubes": [ + {"origin": [-4, 14.5, -3.77], "size": [2, 2, 0], "pivot": [-3, 15.5, -3.77], "rotation": [0, 0, 3], "uv": [0, 0]} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-3, 15.5, -3.67], + "cubes": [ + {"origin": [-4, 14.5, -3.67], "size": [2, 2, 0], "inflate": 0.01, "pivot": [-3, 15.5, -3.67], "rotation": [0, 0, 3], "uv": [0, 4]} + ] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [3, 15.5, -3.825], + "cubes": [ + {"origin": [2, 14.5, -3.77], "size": [2, 2, 0], "pivot": [3, 15.5, -3.77], "rotation": [0, 0, -3], "uv": [0, 2], "mirror": true} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [3, 15.5, -3.67], + "cubes": [ + {"origin": [2, 14.5, -3.67], "size": [2, 2, 0], "inflate": 0.01, "pivot": [3, 15.5, -3.67], "rotation": [0, 0, -3], "uv": [0, 6], "mirror": true} + ] + }, + { + "name": "ear_left", + "parent": "head", + "pivot": [3.65, 18, 0.425], + "cubes": [ + {"origin": [2, 17.5, 0.35], "size": [3, 10, 0], "pivot": [3.65, 18, 0.425], "rotation": [-15, -30, 35], "uv": [36, 10]} + ] + }, + { + "name": "ear_right", + "parent": "head", + "pivot": [-3.65, 18, 0.425], + "cubes": [ + {"origin": [-6, 17.5, 0.35], "size": [3, 10, 0], "pivot": [-3.65, 18, 0.425], "rotation": [-32.89077, -4.99661, -104.48358], "uv": [36, 10], "mirror": true} + ] + }, + { + "name": "head_ruff_left", + "parent": "head", + "pivot": [4.5, 30.66914, 2.09714], + "rotation": [38.862, 8.32078, 7.1694], + "cubes": [ + {"origin": [7.1, 20.66914, -14], "size": [3, 0, 5], "pivot": [3, 13.66914, -14.60286], "rotation": [0, -5, 0], "uv": [23, 18]} + ] + }, + { + "name": "head_ruff_right", + "parent": "head", + "pivot": [-4.5, 30.66914, 2.09714], + "rotation": [38.8725, -8.1833, -7.33962], + "cubes": [ + {"origin": [-10.1, 20.66914, -13.40286], "size": [3, 0, 5], "uv": [23, 18], "mirror": true} + ] + }, + { + "name": "Hat", + "parent": "head", + "pivot": [0, 12.25, 0.25], + "cubes": [ + {"origin": [-3.5, 18, -3.75], "size": [9, 5, 8], "inflate": 0.02, "pivot": [0, 12.25, 0.25], "rotation": [0, 0, -15], "uv": [0, 41]}, + {"origin": [-0.5, 18.5, -5.75], "size": [3, 1, 3], "pivot": [0, 12.25, 0.25], "rotation": [0, 0, -15], "uv": [40, 33]}, + {"origin": [-1.6, 18.4, -5.75], "size": [3, 1, 3], "pivot": [0, 12.25, 0.25], "rotation": [0, 0, -30], "uv": [28, 33]}, + {"origin": [0.5, 18.9, -5.75], "size": [3, 1, 3], "uv": [52, 33]}, + {"origin": [-3, 23, -3.25], "size": [8, 1, 7], "pivot": [0, 12.25, 0.25], "rotation": [0, 0, -15], "uv": [0, 35]} + ] + }, + { + "name": "arm_right", + "parent": "torso", + "pivot": [-4.5, 10.5, -0.5], + "cubes": [ + {"origin": [-10.5, 9, -2], "size": [6, 3, 3], "uv": [28, 42], "mirror": true} + ] + }, + { + "name": "arm_left", + "parent": "torso", + "pivot": [4.5, 10.5, -0.5], + "cubes": [ + {"origin": [4.5, 9, -2], "size": [6, 3, 3], "uv": [46, 42]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 2.75, 3.5], + "cubes": [ + {"origin": [0, 1.75, 3], "size": [0, 9, 10], "uv": [1, 8]}, + {"origin": [0, 10.74, 6], "size": [0, 7, 13], "uv": [1, 15]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-4, 5.25, 0.5], + "cubes": [ + {"origin": [-6, 1.5, -2.5], "size": [4, 6, 6], "pivot": [-4, 4.5, 0], "rotation": [-10, 0, 0], "uv": [44, 21]} + ] + }, + { + "name": "foot_right", + "parent": "leg_right", + "pivot": [-3.75, 2, 0.75], + "cubes": [ + {"origin": [-4.75, 1, -0.75], "size": [2, 2, 3], "uv": [10, 59]}, + {"origin": [-5.25, 0, -1.5], "size": [3, 1, 4], "uv": [0, 54], "mirror": true} + ] + }, + { + "name": "toes_right", + "parent": "foot_right", + "pivot": [-3.75, 0, -1.5], + "cubes": [ + {"origin": [-5.25, 0, -2.5], "size": [3, 1, 1], "uv": [17, 58], "mirror": true} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [4, 5.25, 0.5], + "cubes": [ + {"origin": [2, 1.5, -2.5], "size": [4, 6, 6], "pivot": [4, 4.5, 0], "rotation": [-10, 0, 0], "uv": [44, 9], "mirror": true} + ] + }, + { + "name": "foot_left", + "parent": "leg_left", + "pivot": [3.75, 2, 0.75], + "cubes": [ + {"origin": [2.75, 1, -0.75], "size": [2, 2, 3], "uv": [0, 59], "mirror": true}, + {"origin": [2.25, 0, -1.5], "size": [3, 1, 4], "uv": [0, 54]} + ] + }, + { + "name": "toes_left", + "parent": "foot_left", + "pivot": [3.75, 0, -1.5], + "cubes": [ + {"origin": [2.25, 0, -2.5], "size": [3, 1, 1], "uv": [17, 60]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/posers/ashgreninja.json b/resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/posers/ashgreninja.json new file mode 100644 index 0000000..c55874b --- /dev/null +++ b/resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/posers/ashgreninja.json @@ -0,0 +1,70 @@ +{ + "head": "head", + "portraitScale": 2, + "portraitTranslation": [ 0, 1.25, 0 ], + "profileScale": 0.7, + "profileTranslation": [ 0, 0.7, 0 ], + "faint": "bedrock(ashgreninja, faint)", + "poses": { + "battle-idle": { + "poseName": "battle-idle", + "transformTicks": 10, + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["bedrock(ashgreninja, battle_idle)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(ashgreninja, blink)"] + } + ] + }, + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "look", + "bedrock(ashgreninja, ground_idle)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(ashgreninja, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ + "look", + "bedrock(ashgreninja, ground_walk)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(ashgreninja, blink)"] + } + ] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": [ "FLOAT" ], + "animations": [ "bedrock(ashgreninja, water_idle)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(ashgreninja, blink)"] + } + ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": [ "SWIM" ], + "animations": [ "bedrock(ashgreninja, water_swim)" ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/posers/ashgreninjaincomplete.json b/resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/posers/ashgreninjaincomplete.json new file mode 100644 index 0000000..d7a5b33 --- /dev/null +++ b/resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/posers/ashgreninjaincomplete.json @@ -0,0 +1,70 @@ +{ + "head": "head", + "portraitScale": 2, + "portraitTranslation": [ 0, 1.25, 0 ], + "profileScale": 0.7, + "profileTranslation": [ 0, 0.7, 0 ], + "faint": "bedrock(ashgreninjaincomplete, faint)", + "poses": { + "battle-idle": { + "poseName": "battle-idle", + "transformTicks": 10, + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["bedrock(ashgreninjaincomplete, battle_idle)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(ashgreninjaincomplete, blink)"] + } + ] + }, + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "look", + "bedrock(ashgreninjaincomplete, ground_idle)"], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(ashgreninjaincomplete, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ + "look", + "bedrock(ashgreninjaincomplete, ground_walk)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(ashgreninjaincomplete, blink)"] + } + ] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": [ "FLOAT" ], + "animations": [ "bedrock(ashgreninjaincomplete, water_idle)" ], + "quirks": [ + { + "name": "blink", + "animations": ["bedrock(ashgreninjaincomplete, blink)"] + } + ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": [ "SWIM" ], + "animations": [ "bedrock(ashgreninjaincomplete, water_swim)" ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/posers/ashpikachu.json b/resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/posers/ashpikachu.json new file mode 100644 index 0000000..e59cdcc --- /dev/null +++ b/resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/posers/ashpikachu.json @@ -0,0 +1,21 @@ +{ + "head": "head", + "portraitScale": 2, + "portraitTranslation": [ 0, 0, 0 ], + "profileScale": 0.7, + "profileTranslation": [ 0, 0.7, 0 ], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "animations": ["bedrock(ashpikachu, ground_idle)"] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(ashpikachu, ground_walk)" ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_ashgreninja_base.json b/resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_ashgreninja_base.json new file mode 100644 index 0000000..ad20367 --- /dev/null +++ b/resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_ashgreninja_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:ashgreninja", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:ashgreninja", + "model": "cobblemon:ashgreninja.geo", + "texture": "cobblemon:textures/pokemon/bb1_ashgreninja/ash_greninja.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/bb1_ashgreninja/ash_greninja_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_ashgreninjaincomplete2_base.json b/resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_ashgreninjaincomplete2_base.json new file mode 100644 index 0000000..2a8d7b7 --- /dev/null +++ b/resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_ashgreninjaincomplete2_base.json @@ -0,0 +1,32 @@ +{ + "species": "cobblemon:ashgreninjaincomplete2", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:ashgreninjaincomplete", + "model": "cobblemon:ashgreninjaincomplete.geo", + "texture": "cobblemon:textures/pokemon/bb3_ashgreninjaincomplete/ashgreninjaincomplete.png", + "layers": [ + { + "name": "translucent", + "texture": "cobblemon:textures/pokemon/bb3_ashgreninjaincomplete/ashgreninjaincomplete_translucent.png", + "translucent": true + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/bb3_ashgreninjaincomplete/ashgreninjaincomplete_shiny.png", + "layers": [ + { + "name": "translucent", + "texture": "cobblemon:textures/pokemon/bb3_ashgreninjaincomplete/ashgreninjaincomplete_translucent.png", + "translucent": true + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_ashgreninjaincomplete3_base.json b/resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_ashgreninjaincomplete3_base.json new file mode 100644 index 0000000..355faaa --- /dev/null +++ b/resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_ashgreninjaincomplete3_base.json @@ -0,0 +1,32 @@ +{ + "species": "cobblemon:ashgreninjaincomplete3", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:ashgreninjaincomplete", + "model": "cobblemon:ashgreninjaincomplete.geo", + "texture": "cobblemon:textures/pokemon/bb3_ashgreninjaincomplete/ashgreninjaincomplete.png", + "layers": [ + { + "name": "translucent", + "texture": "cobblemon:textures/pokemon/bb3_ashgreninjaincomplete/ashgreninjaincomplete_translucent.png", + "translucent": true + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/bb3_ashgreninjaincomplete/ashgreninjaincomplete_shiny.png", + "layers": [ + { + "name": "translucent", + "texture": "cobblemon:textures/pokemon/bb3_ashgreninjaincomplete/ashgreninjaincomplete_translucent.png", + "translucent": true + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_ashgreninjaincomplete_base.json b/resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_ashgreninjaincomplete_base.json new file mode 100644 index 0000000..a8d46ae --- /dev/null +++ b/resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_ashgreninjaincomplete_base.json @@ -0,0 +1,32 @@ +{ + "species": "cobblemon:ashgreninjaincomplete", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:ashgreninjaincomplete", + "model": "cobblemon:ashgreninjaincomplete.geo", + "texture": "cobblemon:textures/pokemon/bb3_ashgreninjaincomplete/ashgreninjaincomplete.png", + "layers": [ + { + "name": "translucent", + "texture": "cobblemon:textures/pokemon/bb3_ashgreninjaincomplete/ashgreninjaincomplete_translucent.png", + "translucent": true + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/bb3_ashgreninjaincomplete/ashgreninjaincomplete_shiny.png", + "layers": [ + { + "name": "translucent", + "texture": "cobblemon:textures/pokemon/bb3_ashgreninjaincomplete/ashgreninjaincomplete_translucent.png", + "translucent": true + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_ashpikachu_base.json b/resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_ashpikachu_base.json new file mode 100644 index 0000000..b0e2a7a --- /dev/null +++ b/resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_ashpikachu_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:ashpikachu", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:ashpikachu", + "model": "cobblemon:ashpikachu.geo", + "texture": "cobblemon:textures/pokemon/bb2_ashpikachu/ashpikachu.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/bb2_ashpikachu/ashpikachu_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_greninja1_base.json b/resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_greninja1_base.json new file mode 100644 index 0000000..b80785d --- /dev/null +++ b/resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_greninja1_base.json @@ -0,0 +1,16 @@ +{ + "species": "cobblemon:greninja1", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:greninja", + "model": "cobblemon:greninja.geo", + "texture": "cobblemon:textures/pokemon/0658_greninja/greninja.png" + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/0658_greninja/greninja_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_greninja2_base.json b/resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_greninja2_base.json new file mode 100644 index 0000000..354fc5f --- /dev/null +++ b/resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_greninja2_base.json @@ -0,0 +1,16 @@ +{ + "species": "cobblemon:greninja2", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:greninja", + "model": "cobblemon:greninja.geo", + "texture": "cobblemon:textures/pokemon/0658_greninja/greninja.png" + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/0658_greninja/greninja_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_greninja3_base.json b/resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_greninja3_base.json new file mode 100644 index 0000000..40e1413 --- /dev/null +++ b/resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_greninja3_base.json @@ -0,0 +1,16 @@ +{ + "species": "cobblemon:greninja3", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:greninja", + "model": "cobblemon:greninja.geo", + "texture": "cobblemon:textures/pokemon/0658_greninja/greninja.png" + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/0658_greninja/greninja_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_greninjabb_base.json b/resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_greninjabb_base.json new file mode 100644 index 0000000..63e6054 --- /dev/null +++ b/resourcepacks/BattleBond [V1.4]/assets/cobblemon/bedrock/species/0_greninjabb_base.json @@ -0,0 +1,16 @@ +{ + "species": "cobblemon:greninjabb", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:greninja", + "model": "cobblemon:greninja.geo", + "texture": "cobblemon:textures/pokemon/0658_greninja/greninja.png" + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/0658_greninja/greninja_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/BattleBond [V1.4]/assets/cobblemon/lang/en_us.json b/resourcepacks/BattleBond [V1.4]/assets/cobblemon/lang/en_us.json new file mode 100644 index 0000000..fabf698 --- /dev/null +++ b/resourcepacks/BattleBond [V1.4]/assets/cobblemon/lang/en_us.json @@ -0,0 +1,37 @@ +{ + "cobblemon.species.ashgreninja.name": "Greninja", + "cobblemon.species.ashgreninja.desc1": "It creates throwing stars out of compressed water. When it spins them and throws them at high speed, these stars can split metal in two.", + "cobblemon.species.ashgreninja.desc2": "It appears and vanishes with a ninja’s grace. It toys with its enemies using swift movements, while slicing them with throwing stars of sharpest water.", + + "cobblemon.species.ashgreninjaincomplete.name": "Greninja", + "cobblemon.species.ashgreninjaincomplete.desc1": "It creates throwing stars out of compressed water. When it spins them and throws them at high speed, these stars can split metal in two.", + "cobblemon.species.ashgreninjaincomplete.desc2": "It appears and vanishes with a ninja’s grace. It toys with its enemies using swift movements, while slicing them with throwing stars of sharpest water.", + + "cobblemon.species.ashgreninjaincomplete2.name": "Greninja", + "cobblemon.species.ashgreninjaincomplete2.desc1": "It creates throwing stars out of compressed water. When it spins them and throws them at high speed, these stars can split metal in two.", + "cobblemon.species.ashgreninjaincomplete2.desc2": "It appears and vanishes with a ninja’s grace. It toys with its enemies using swift movements, while slicing them with throwing stars of sharpest water.", + + "cobblemon.species.ashgreninjaincomplete3.name": "Greninja", + "cobblemon.species.ashgreninjaincomplete3.desc1": "It creates throwing stars out of compressed water. When it spins them and throws them at high speed, these stars can split metal in two.", + "cobblemon.species.ashgreninjaincomplete3.desc2": "It appears and vanishes with a ninja’s grace. It toys with its enemies using swift movements, while slicing them with throwing stars of sharpest water.", + + "cobblemon.species.greninja1.name": "Greninja", + "cobblemon.species.greninja1.desc1": "It creates throwing stars out of compressed water. When it spins them and throws them at high speed, these stars can split metal in two.", + "cobblemon.species.greninja1.desc2": "It appears and vanishes with a ninja’s grace. It toys with its enemies using swift movements, while slicing them with throwing stars of sharpest water.", + + "cobblemon.species.greninja2.name": "Greninja", + "cobblemon.species.greninja2.desc1": "It creates throwing stars out of compressed water. When it spins them and throws them at high speed, these stars can split metal in two.", + "cobblemon.species.greninja2.desc2": "It appears and vanishes with a ninja’s grace. It toys with its enemies using swift movements, while slicing them with throwing stars of sharpest water.", + + "cobblemon.species.greninja3.name": "Greninja", + "cobblemon.species.greninja3.desc1": "It creates throwing stars out of compressed water. When it spins them and throws them at high speed, these stars can split metal in two.", + "cobblemon.species.greninja3.desc2": "It appears and vanishes with a ninja’s grace. It toys with its enemies using swift movements, while slicing them with throwing stars of sharpest water.", + + + "cobblemon.species.ashpikachu.name": "Ash-Pikachu", + "cobblemon.species.ashpikachu.desc1":"", + "cobblemon.species.ashpikachu.desc2":"", + + "cobblemon.ability.battlebond": "Battle Bond", + "cobblemon.ability.battlebond.desc": "Defeating an opposing Pokémon strengthens the Pokémon's bond with its Trainer, and it enters its synchronized Bonded forme." +} \ No newline at end of file diff --git a/resourcepacks/BattleBond [V1.4]/assets/cobblemon/sounds.json b/resourcepacks/BattleBond [V1.4]/assets/cobblemon/sounds.json new file mode 100644 index 0000000..3332de4 --- /dev/null +++ b/resourcepacks/BattleBond [V1.4]/assets/cobblemon/sounds.json @@ -0,0 +1,7 @@ +{ + "pokemon.ashgreninja.music": { + "sounds": [ + "cobblemon:pokemon/ashgreninja/ashgreninjatheme" + ] + } +} \ No newline at end of file diff --git a/resourcepacks/BattleBond [V1.4]/assets/cobblemon/sounds/pokemon/ashgreninja/ashgreninjatheme.ogg b/resourcepacks/BattleBond [V1.4]/assets/cobblemon/sounds/pokemon/ashgreninja/ashgreninjatheme.ogg new file mode 100644 index 0000000..7f1d011 Binary files /dev/null and b/resourcepacks/BattleBond [V1.4]/assets/cobblemon/sounds/pokemon/ashgreninja/ashgreninjatheme.ogg differ diff --git a/resourcepacks/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb1_ashgreninja/ash_greninja.png b/resourcepacks/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb1_ashgreninja/ash_greninja.png new file mode 100644 index 0000000..c8f68d8 Binary files /dev/null and b/resourcepacks/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb1_ashgreninja/ash_greninja.png differ diff --git a/resourcepacks/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb1_ashgreninja/ash_greninja_shiny.png b/resourcepacks/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb1_ashgreninja/ash_greninja_shiny.png new file mode 100644 index 0000000..236e5a2 Binary files /dev/null and b/resourcepacks/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb1_ashgreninja/ash_greninja_shiny.png differ diff --git a/resourcepacks/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb1_ashgreninja/ash_greninja_shiny_tongue_hidden.png b/resourcepacks/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb1_ashgreninja/ash_greninja_shiny_tongue_hidden.png new file mode 100644 index 0000000..c80b355 Binary files /dev/null and b/resourcepacks/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb1_ashgreninja/ash_greninja_shiny_tongue_hidden.png differ diff --git a/resourcepacks/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb1_ashgreninja/ash_greninja_tongue_hidden.png b/resourcepacks/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb1_ashgreninja/ash_greninja_tongue_hidden.png new file mode 100644 index 0000000..b09989d Binary files /dev/null and b/resourcepacks/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb1_ashgreninja/ash_greninja_tongue_hidden.png differ diff --git a/resourcepacks/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb2_ashpikachu/ashpikachu.png b/resourcepacks/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb2_ashpikachu/ashpikachu.png new file mode 100644 index 0000000..3411584 Binary files /dev/null and b/resourcepacks/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb2_ashpikachu/ashpikachu.png differ diff --git a/resourcepacks/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb2_ashpikachu/ashpikachu_shiny.png b/resourcepacks/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb2_ashpikachu/ashpikachu_shiny.png new file mode 100644 index 0000000..863df95 Binary files /dev/null and b/resourcepacks/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb2_ashpikachu/ashpikachu_shiny.png differ diff --git a/resourcepacks/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb3_ashgreninjaincomplete/ashgreninjaincomplete.png b/resourcepacks/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb3_ashgreninjaincomplete/ashgreninjaincomplete.png new file mode 100644 index 0000000..c0b0a4f Binary files /dev/null and b/resourcepacks/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb3_ashgreninjaincomplete/ashgreninjaincomplete.png differ diff --git a/resourcepacks/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb3_ashgreninjaincomplete/ashgreninjaincomplete_shiny.png b/resourcepacks/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb3_ashgreninjaincomplete/ashgreninjaincomplete_shiny.png new file mode 100644 index 0000000..4d7eaad Binary files /dev/null and b/resourcepacks/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb3_ashgreninjaincomplete/ashgreninjaincomplete_shiny.png differ diff --git a/resourcepacks/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb3_ashgreninjaincomplete/ashgreninjaincomplete_translucent.png b/resourcepacks/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb3_ashgreninjaincomplete/ashgreninjaincomplete_translucent.png new file mode 100644 index 0000000..53e143e Binary files /dev/null and b/resourcepacks/BattleBond [V1.4]/assets/cobblemon/textures/pokemon/bb3_ashgreninjaincomplete/ashgreninjaincomplete_translucent.png differ diff --git a/resourcepacks/BattleBond [V1.4]/data/cobblemon/spawn_pool_world/0658_greninjabb.json b/resourcepacks/BattleBond [V1.4]/data/cobblemon/spawn_pool_world/0658_greninjabb.json new file mode 100644 index 0000000..9a7f2e5 --- /dev/null +++ b/resourcepacks/BattleBond [V1.4]/data/cobblemon/spawn_pool_world/0658_greninjabb.json @@ -0,0 +1,39 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "greninjabb-1", + "pokemon": "greninjabb", + "presets": [ + "natural", + "freshwater" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "36-53", + "weight": 0.01, + "condition": { + "canSeeSky": true + } + }, + { + "id": "greninjabb-2", + "pokemon": "greninjabb", + "presets": [ + "freshwater", + "underwater" + ], + "type": "pokemon", + "context": "submerged", + "bucket": "ultra-rare", + "level": "36-53", + "weight": 0.01, + "condition": { + "canSeeSky": true + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/BattleBond [V1.4]/data/cobblemon/species/generation1/ashpikachu.json b/resourcepacks/BattleBond [V1.4]/data/cobblemon/species/generation1/ashpikachu.json new file mode 100644 index 0000000..b9921d3 --- /dev/null +++ b/resourcepacks/BattleBond [V1.4]/data/cobblemon/species/generation1/ashpikachu.json @@ -0,0 +1,1928 @@ +{ + "implemented": true, + "name": "ashpikachu", + "nationalPokedexNumber": 25, + "primaryType": "electric", + "abilities": [ + "static", + "battlebond", + "h:lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 95, + "defence": 40, + "special_attack": 95, + "special_defence": 50, + "speed": 110 + }, + "catchRate": 190, + "maleRatio": 0.5, + "shoulderMountable": true, + "shoulderEffects": [ + "speed" + ], + "forms": [ + { + "name": "Cosplay", + "primaryType": "electric", + "abilities": [ + "lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 0, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:tailwhip", + "1:thundershock", + "5:growl", + "7:playnice", + "10:quickattack", + "13:electroball", + "18:thunderwave", + "21:feint", + "23:doubleteam", + "26:spark", + "29:nuzzle", + "34:discharge", + "37:slam", + "42:thunderbolt", + "45:agility", + "50:wildcharge", + "53:lightscreen", + "58:thunder", + "tm:attract", + "tm:brickbreak", + "tm:chargebeam", + "tm:confide", + "tm:dig", + "tm:doubleteam", + "tm:echoedvoice", + "tm:facade", + "tm:flash", + "tm:fling", + "tm:frustration", + "tm:grassknot", + "tm:hiddenpower", + "tm:lightscreen", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:rocksmash", + "tm:round", + "tm:secretpower", + "tm:sleeptalk", + "tm:strength", + "tm:substitute", + "tm:swagger", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderwave", + "tm:toxic", + "tm:voltswitch", + "tm:wildcharge", + "tutor:covet", + "tutor:electroball", + "tutor:electroweb", + "tutor:focuspunch", + "tutor:helpinghand", + "tutor:irontail", + "tutor:knockoff", + "tutor:magnetrise", + "tutor:quickattack", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:snore", + "tutor:thunderpunch", + "tutor:thundershock", + "tutor:thunderwave" + ], + "labels": [ + "gen6" + ], + "aspects": [ + "cosplay" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Rock-Star", + "primaryType": "electric", + "abilities": [ + "lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 0, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "form_change:meteormash" + ], + "labels": [ + "gen6" + ], + "aspects": [ + "rock-star" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Belle", + "primaryType": "electric", + "abilities": [ + "lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 0, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "form_change:iciclecrash" + ], + "labels": [ + "gen6" + ], + "aspects": [ + "belle" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Pop-Star", + "primaryType": "electric", + "abilities": [ + "lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 0, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "form_change:drainingkiss" + ], + "labels": [ + "gen6" + ], + "aspects": [ + "pop-star" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "PhD", + "primaryType": "electric", + "abilities": [ + "lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 0, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "form_change:electricterrain" + ], + "labels": [ + "gen6" + ], + "aspects": [ + "phd" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Libre", + "primaryType": "electric", + "abilities": [ + "lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 0, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "form_change:flyingpress" + ], + "labels": [ + "gen6" + ], + "aspects": [ + "libre" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Original", + "primaryType": "electric", + "abilities": [ + "static", + "h:lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 1, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:charm", + "1:growl", + "1:nastyplot", + "1:nuzzle", + "1:playnice", + "1:quickattack", + "1:sweetkiss", + "1:tailwhip", + "1:thundershock", + "4:thunderwave", + "8:doubleteam", + "12:electroball", + "16:feint", + "20:spark", + "24:agility", + "28:irontail", + "28:slam", + "32:discharge", + "36:thunderbolt", + "40:lightscreen", + "44:thunder", + "50:wildcharge", + "egg:charge", + "egg:disarmingvoice", + "egg:fakeout", + "egg:flail", + "egg:present", + "egg:tickle", + "egg:wish", + "tm:agility", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:chargebeam", + "tm:charm", + "tm:confide", + "tm:dig", + "tm:disarmingvoice", + "tm:doubleteam", + "tm:drainingkiss", + "tm:echoedvoice", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:fling", + "tm:frustration", + "tm:grassknot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:irontail", + "tm:lightscreen", + "tm:megakick", + "tm:megapunch", + "tm:nastyplot", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:reversal", + "tm:round", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:trailblaze", + "tm:uproar", + "tm:voltswitch", + "tm:wildcharge", + "tutor:agility", + "tutor:covet", + "tutor:electroweb", + "tutor:focuspunch", + "tutor:helpinghand", + "tutor:irontail", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:magnetrise", + "tutor:quickattack", + "tutor:risingvoltage", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:snore", + "tutor:thunder", + "tutor:thunderbolt", + "tutor:thunderpunch", + "tutor:volttackle" + ], + "labels": [ + "gen7" + ], + "aspects": [ + "original" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Hoenn", + "primaryType": "electric", + "abilities": [ + "static", + "h:lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 1, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:charm", + "1:growl", + "1:nastyplot", + "1:nuzzle", + "1:playnice", + "1:quickattack", + "1:sweetkiss", + "1:tailwhip", + "1:thundershock", + "4:thunderwave", + "8:doubleteam", + "12:electroball", + "16:feint", + "20:spark", + "24:agility", + "28:irontail", + "28:slam", + "32:discharge", + "36:thunderbolt", + "40:lightscreen", + "44:thunder", + "50:wildcharge", + "egg:charge", + "egg:disarmingvoice", + "egg:fakeout", + "egg:flail", + "egg:present", + "egg:tickle", + "egg:wish", + "tm:agility", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:chargebeam", + "tm:charm", + "tm:confide", + "tm:dig", + "tm:disarmingvoice", + "tm:doubleteam", + "tm:drainingkiss", + "tm:echoedvoice", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:fling", + "tm:frustration", + "tm:grassknot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:irontail", + "tm:lightscreen", + "tm:megakick", + "tm:megapunch", + "tm:nastyplot", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:reversal", + "tm:round", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:trailblaze", + "tm:uproar", + "tm:voltswitch", + "tm:wildcharge", + "tutor:covet", + "tutor:electroweb", + "tutor:focuspunch", + "tutor:helpinghand", + "tutor:irontail", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:magnetrise", + "tutor:quickattack", + "tutor:risingvoltage", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:snore", + "tutor:thunder", + "tutor:thunderbolt", + "tutor:thunderpunch", + "tutor:volttackle" + ], + "labels": [ + "gen7" + ], + "aspects": [ + "hoenn" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Sinnoh", + "primaryType": "electric", + "abilities": [ + "static", + "h:lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 1, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:charm", + "1:growl", + "1:nastyplot", + "1:nuzzle", + "1:playnice", + "1:quickattack", + "1:sweetkiss", + "1:tailwhip", + "1:thundershock", + "4:thunderwave", + "8:doubleteam", + "12:electroball", + "16:feint", + "20:spark", + "24:agility", + "28:irontail", + "28:slam", + "32:discharge", + "36:thunderbolt", + "40:lightscreen", + "44:thunder", + "50:wildcharge", + "egg:charge", + "egg:disarmingvoice", + "egg:fakeout", + "egg:flail", + "egg:present", + "egg:tickle", + "egg:wish", + "tm:agility", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:chargebeam", + "tm:charm", + "tm:confide", + "tm:dig", + "tm:disarmingvoice", + "tm:doubleteam", + "tm:drainingkiss", + "tm:echoedvoice", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:fling", + "tm:frustration", + "tm:grassknot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:irontail", + "tm:lightscreen", + "tm:megakick", + "tm:megapunch", + "tm:nastyplot", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:reversal", + "tm:round", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:trailblaze", + "tm:uproar", + "tm:voltswitch", + "tm:wildcharge", + "tutor:covet", + "tutor:electroweb", + "tutor:focuspunch", + "tutor:helpinghand", + "tutor:irontail", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:magnetrise", + "tutor:quickattack", + "tutor:risingvoltage", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:snore", + "tutor:thunderbolt", + "tutor:thunderpunch", + "tutor:volttackle" + ], + "labels": [ + "gen7" + ], + "aspects": [ + "sinnoh" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Unova", + "primaryType": "electric", + "abilities": [ + "static", + "h:lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 1, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:charm", + "1:growl", + "1:nastyplot", + "1:nuzzle", + "1:playnice", + "1:quickattack", + "1:sweetkiss", + "1:tailwhip", + "1:thundershock", + "4:thunderwave", + "8:doubleteam", + "12:electroball", + "16:feint", + "20:spark", + "24:agility", + "28:irontail", + "28:slam", + "32:discharge", + "36:thunderbolt", + "40:lightscreen", + "44:thunder", + "50:wildcharge", + "egg:charge", + "egg:disarmingvoice", + "egg:fakeout", + "egg:flail", + "egg:present", + "egg:tickle", + "egg:wish", + "tm:agility", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:chargebeam", + "tm:charm", + "tm:confide", + "tm:dig", + "tm:disarmingvoice", + "tm:doubleteam", + "tm:drainingkiss", + "tm:echoedvoice", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:fling", + "tm:frustration", + "tm:grassknot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:irontail", + "tm:lightscreen", + "tm:megakick", + "tm:megapunch", + "tm:nastyplot", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:reversal", + "tm:round", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:trailblaze", + "tm:uproar", + "tm:voltswitch", + "tm:wildcharge", + "tutor:covet", + "tutor:electroweb", + "tutor:focuspunch", + "tutor:helpinghand", + "tutor:irontail", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:magnetrise", + "tutor:quickattack", + "tutor:risingvoltage", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:snore", + "tutor:thunderbolt", + "tutor:thunderpunch", + "tutor:volttackle" + ], + "labels": [ + "gen7" + ], + "aspects": [ + "unova" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Kalos", + "primaryType": "electric", + "abilities": [ + "static", + "h:lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 1, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:charm", + "1:growl", + "1:nastyplot", + "1:nuzzle", + "1:playnice", + "1:quickattack", + "1:sweetkiss", + "1:tailwhip", + "1:thundershock", + "4:thunderwave", + "8:doubleteam", + "12:electroball", + "16:feint", + "20:spark", + "24:agility", + "28:irontail", + "28:slam", + "32:discharge", + "36:thunderbolt", + "40:lightscreen", + "44:thunder", + "50:wildcharge", + "egg:charge", + "egg:disarmingvoice", + "egg:fakeout", + "egg:flail", + "egg:present", + "egg:tickle", + "egg:wish", + "tm:agility", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:chargebeam", + "tm:charm", + "tm:confide", + "tm:dig", + "tm:disarmingvoice", + "tm:doubleteam", + "tm:drainingkiss", + "tm:echoedvoice", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:fling", + "tm:frustration", + "tm:grassknot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:irontail", + "tm:lightscreen", + "tm:megakick", + "tm:megapunch", + "tm:nastyplot", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:reversal", + "tm:round", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:trailblaze", + "tm:uproar", + "tm:voltswitch", + "tm:wildcharge", + "tutor:covet", + "tutor:electroball", + "tutor:electroweb", + "tutor:focuspunch", + "tutor:helpinghand", + "tutor:irontail", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:magnetrise", + "tutor:quickattack", + "tutor:risingvoltage", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:snore", + "tutor:thunderbolt", + "tutor:thunderpunch", + "tutor:volttackle" + ], + "labels": [ + "gen7" + ], + "aspects": [ + "kalos" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Alola", + "primaryType": "electric", + "abilities": [ + "static", + "h:lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 1, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:charm", + "1:growl", + "1:nastyplot", + "1:nuzzle", + "1:playnice", + "1:quickattack", + "1:sweetkiss", + "1:tailwhip", + "1:thundershock", + "4:thunderwave", + "8:doubleteam", + "12:electroball", + "16:feint", + "20:spark", + "24:agility", + "28:irontail", + "28:slam", + "32:discharge", + "36:thunderbolt", + "40:lightscreen", + "44:thunder", + "50:wildcharge", + "egg:charge", + "egg:disarmingvoice", + "egg:fakeout", + "egg:flail", + "egg:present", + "egg:tickle", + "egg:wish", + "tm:agility", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:chargebeam", + "tm:charm", + "tm:confide", + "tm:dig", + "tm:disarmingvoice", + "tm:doubleteam", + "tm:drainingkiss", + "tm:echoedvoice", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:fling", + "tm:frustration", + "tm:grassknot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:irontail", + "tm:lightscreen", + "tm:megakick", + "tm:megapunch", + "tm:nastyplot", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:reversal", + "tm:round", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:trailblaze", + "tm:uproar", + "tm:voltswitch", + "tm:wildcharge", + "tutor:covet", + "tutor:electroball", + "tutor:electroweb", + "tutor:focuspunch", + "tutor:helpinghand", + "tutor:irontail", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:magnetrise", + "tutor:quickattack", + "tutor:risingvoltage", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:snore", + "tutor:thunderbolt", + "tutor:thunderpunch", + "tutor:volttackle" + ], + "labels": [ + "gen7", + "alola_regional" + ], + "aspects": [ + "alolan" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Partner", + "primaryType": "electric", + "abilities": [ + "static", + "h:lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 1, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:charm", + "1:growl", + "1:nastyplot", + "1:nuzzle", + "1:playnice", + "1:quickattack", + "1:sweetkiss", + "1:tailwhip", + "1:thundershock", + "4:thunderwave", + "8:doubleteam", + "12:electroball", + "16:feint", + "20:spark", + "24:agility", + "28:irontail", + "28:slam", + "32:discharge", + "36:thunderbolt", + "40:lightscreen", + "44:thunder", + "50:wildcharge", + "egg:charge", + "egg:disarmingvoice", + "egg:fakeout", + "egg:flail", + "egg:present", + "egg:tickle", + "egg:wish", + "tm:agility", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:chargebeam", + "tm:charm", + "tm:confide", + "tm:dig", + "tm:disarmingvoice", + "tm:doubleteam", + "tm:drainingkiss", + "tm:echoedvoice", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:fling", + "tm:frustration", + "tm:grassknot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:irontail", + "tm:lightscreen", + "tm:megakick", + "tm:megapunch", + "tm:nastyplot", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:reversal", + "tm:round", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:trailblaze", + "tm:uproar", + "tm:voltswitch", + "tm:wildcharge", + "tutor:covet", + "tutor:electroweb", + "tutor:focuspunch", + "tutor:helpinghand", + "tutor:irontail", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:magnetrise", + "tutor:quickattack", + "tutor:risingvoltage", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:snore", + "tutor:thunder", + "tutor:thunderbolt", + "tutor:thunderpunch", + "tutor:volttackle" + ], + "labels": [ + "gen7" + ], + "aspects": [ + "partner" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Starter", + "primaryType": "electric", + "abilities": [ + "static", + "h:lightningrod" + ], + "baseStats": { + "hp": 45, + "attack": 80, + "defence": 50, + "special_attack": 75, + "special_defence": 60, + "speed": 120 + }, + "catchRate": 190, + "maleRatio": 0.5, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:growl", + "1:thundershock", + "3:tailwhip", + "6:quickattack", + "9:doublekick", + "12:doubleteam", + "15:thunderwave", + "18:lightscreen", + "21:thunderbolt", + "24:slam", + "27:agility", + "30:thunder", + "tm:brickbreak", + "tm:calmmind", + "tm:dig", + "tm:facade", + "tm:headbutt", + "tm:helpinghand", + "tm:irontail", + "tm:lightscreen", + "tm:payday", + "tm:protect", + "tm:reflect", + "tm:rest", + "tm:seismictoss", + "tm:substitute", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tutor:agility", + "tutor:brickbreak", + "tutor:calmmind", + "tutor:dig", + "tutor:doublekick", + "tutor:doubleteam", + "tutor:facade", + "tutor:floatyfall", + "tutor:growl", + "tutor:headbutt", + "tutor:helpinghand", + "tutor:irontail", + "tutor:lightscreen", + "tutor:payday", + "tutor:pikapapow", + "tutor:protect", + "tutor:quickattack", + "tutor:reflect", + "tutor:rest", + "tutor:seismictoss", + "tutor:slam", + "tutor:splishysplash", + "tutor:substitute", + "tutor:tailwhip", + "tutor:thunder", + "tutor:thunderbolt", + "tutor:thunderpunch", + "tutor:thundershock", + "tutor:thunderwave", + "tutor:toxic", + "tutor:zippyzap" + ], + "labels": [ + "gen7" + ], + "aspects": [ + "starter" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Gmax", + "primaryType": "electric", + "abilities": [ + "static", + "h:lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 0.5, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "field", + "fairy" + ], + "labels": [ + "gen8", + "gmax" + ], + "aspects": [ + "gmax" + ], + "height": 210, + "weight": 0, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "World", + "primaryType": "electric", + "abilities": [ + "static", + "h:lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 1, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:charm", + "1:growl", + "1:nastyplot", + "1:nuzzle", + "1:playnice", + "1:quickattack", + "1:sweetkiss", + "1:tailwhip", + "1:thundershock", + "4:thunderwave", + "8:doubleteam", + "12:electroball", + "16:feint", + "20:spark", + "24:agility", + "28:irontail", + "28:slam", + "32:discharge", + "36:thunderbolt", + "40:lightscreen", + "44:thunder", + "egg:charge", + "egg:disarmingvoice", + "egg:fakeout", + "egg:flail", + "egg:present", + "egg:tickle", + "egg:wish", + "tm:agility", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:chargebeam", + "tm:charm", + "tm:dig", + "tm:disarmingvoice", + "tm:drainingkiss", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:fling", + "tm:grassknot", + "tm:helpinghand", + "tm:irontail", + "tm:lightscreen", + "tm:megakick", + "tm:megapunch", + "tm:nastyplot", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:reversal", + "tm:round", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:surf", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:trailblaze", + "tm:uproar", + "tm:voltswitch", + "tm:wildcharge", + "tutor:electroweb", + "tutor:irontail", + "tutor:quickattack", + "tutor:risingvoltage", + "tutor:thunderbolt", + "tutor:volttackle" + ], + "labels": [ + "gen8" + ], + "aspects": [ + "world" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + } + ], + "baseExperienceYield": 112, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "field", + "fairy" + ], + "moves": [ + "1:charm", + "1:growl", + "1:nastyplot", + "1:nuzzle", + "1:playnice", + "1:quickattack", + "1:sweetkiss", + "1:tailwhip", + "1:thundershock", + "4:thunderwave", + "8:doubleteam", + "12:electroball", + "16:feint", + "20:spark", + "24:agility", + "28:irontail", + "28:slam", + "32:discharge", + "36:thunderbolt", + "40:lightscreen", + "44:thunder", + "50:wildcharge", + "tm:agility", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:captivate", + "tm:chargebeam", + "tm:charm", + "tm:confide", + "tm:dig", + "tm:disarmingvoice", + "tm:doubleteam", + "tm:drainingkiss", + "tm:echoedvoice", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:flash", + "tm:fling", + "tm:focuspunch", + "tm:frustration", + "tm:grassknot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:irontail", + "tm:lightscreen", + "tm:megakick", + "tm:megapunch", + "tm:nastyplot", + "tm:naturalgift", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:reversal", + "tm:rocksmash", + "tm:round", + "tm:secretpower", + "tm:shockwave", + "tm:sleeptalk", + "tm:snore", + "tm:strength", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:trailblaze", + "tm:uproar", + "tm:voltswitch", + "tm:wildcharge", + "tutor:agility", + "tutor:attract", + "tutor:bestow", + "tutor:bide", + "tutor:bodyslam", + "tutor:brickbreak", + "tutor:calmmind", + "tutor:celebrate", + "tutor:charm", + "tutor:counter", + "tutor:covet", + "tutor:curse", + "tutor:defensecurl", + "tutor:detect", + "tutor:dig", + "tutor:discharge", + "tutor:doubleedge", + "tutor:doublekick", + "tutor:doubleteam", + "tutor:dynamicpunch", + "tutor:electroball", + "tutor:electroweb", + "tutor:encore", + "tutor:endeavor", + "tutor:endure", + "tutor:extremespeed", + "tutor:facade", + "tutor:fakeout", + "tutor:feint", + "tutor:flash", + "tutor:fly", + "tutor:focuspunch", + "tutor:frustration", + "tutor:grassknot", + "tutor:growl", + "tutor:happyhour", + "tutor:headbutt", + "tutor:heartstamp", + "tutor:helpinghand", + "tutor:hiddenpower", + "tutor:holdhands", + "tutor:irontail", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:lastresort", + "tutor:lightscreen", + "tutor:magnetrise", + "tutor:megakick", + "tutor:megapunch", + "tutor:mimic", + "tutor:mudslap", + "tutor:nuzzle", + "tutor:payday", + "tutor:playnice", + "tutor:present", + "tutor:protect", + "tutor:quickattack", + "tutor:rage", + "tutor:raindance", + "tutor:reflect", + "tutor:refresh", + "tutor:rest", + "tutor:return", + "tutor:risingvoltage", + "tutor:rollout", + "tutor:seismictoss", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:sing", + "tutor:skullbash", + "tutor:slam", + "tutor:sleeptalk", + "tutor:snore", + "tutor:strength", + "tutor:submission", + "tutor:substitute", + "tutor:surf", + "tutor:swagger", + "tutor:sweetkiss", + "tutor:sweetscent", + "tutor:swift", + "tutor:tailwhip", + "tutor:takedown", + "tutor:teeterdance", + "tutor:thunder", + "tutor:thunderbolt", + "tutor:thunderpunch", + "tutor:thundershock", + "tutor:thunderwave", + "tutor:toxic", + "tutor:voltswitch", + "tutor:volttackle", + "tutor:wish", + "tutor:yawn", + "tutor:zapcannon" + ], + "labels": [ + "gen1", + "kanto_regional" + ], + "pokedex": [ + "cobblemon.species.pikachu.desc" + ], + "preEvolution": "pichu", + "evolutions": [ + { + "id": "ashpikachu-pikachu", + "variant": "level_up", + "result": "pikachu", + "consumeHeldItem": false, + "requirements": [ + { + "variant": "properties", + "target": "ability=battlebond" + }, + { + "variant": "level", + "minLevel": 1 + } + ] + } + ], + "baseScale": 0.5, + "hitbox": { + "width": 0.7, + "height": 1.3, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "height": 4, + "weight": 60, + "aspects": [], + "cannotDynamax": false +} \ No newline at end of file diff --git a/resourcepacks/BattleBond [V1.4]/data/cobblemon/species/generation1/pikachu.json b/resourcepacks/BattleBond [V1.4]/data/cobblemon/species/generation1/pikachu.json new file mode 100644 index 0000000..b8eb90b --- /dev/null +++ b/resourcepacks/BattleBond [V1.4]/data/cobblemon/species/generation1/pikachu.json @@ -0,0 +1,1964 @@ +{ + "implemented": true, + "name": "Pikachu", + "nationalPokedexNumber": 25, + "primaryType": "electric", + "abilities": [ + "static", + "battlebond", + "h:lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 0.5, + "shoulderMountable": true, + "shoulderEffects": [ + "speed" + ], + "features": [ + "primal", + "rayquaycos" + ], + "forms": [ + { + "name": "Cosplay", + "primaryType": "electric", + "abilities": [ + "lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 0, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:tailwhip", + "1:thundershock", + "5:growl", + "7:playnice", + "10:quickattack", + "13:electroball", + "18:thunderwave", + "21:feint", + "23:doubleteam", + "26:spark", + "29:nuzzle", + "34:discharge", + "37:slam", + "42:thunderbolt", + "45:agility", + "50:wildcharge", + "53:lightscreen", + "58:thunder", + "tm:attract", + "tm:brickbreak", + "tm:chargebeam", + "tm:confide", + "tm:dig", + "tm:doubleteam", + "tm:echoedvoice", + "tm:facade", + "tm:flash", + "tm:fling", + "tm:frustration", + "tm:grassknot", + "tm:hiddenpower", + "tm:lightscreen", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:rocksmash", + "tm:round", + "tm:secretpower", + "tm:sleeptalk", + "tm:strength", + "tm:substitute", + "tm:swagger", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderwave", + "tm:toxic", + "tm:voltswitch", + "tm:wildcharge", + "tutor:covet", + "tutor:electroball", + "tutor:electroweb", + "tutor:focuspunch", + "tutor:helpinghand", + "tutor:irontail", + "tutor:knockoff", + "tutor:magnetrise", + "tutor:quickattack", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:snore", + "tutor:thunderpunch", + "tutor:thundershock", + "tutor:thunderwave" + ], + "labels": [ + "gen6" + ], + "aspects": [ + "cosplay" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Rock-Star", + "primaryType": "electric", + "abilities": [ + "lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 0, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "form_change:meteormash" + ], + "labels": [ + "gen6" + ], + "aspects": [ + "rock-star" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Belle", + "primaryType": "electric", + "abilities": [ + "lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 0, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "form_change:iciclecrash" + ], + "labels": [ + "gen6" + ], + "aspects": [ + "belle" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Pop-Star", + "primaryType": "electric", + "abilities": [ + "lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 0, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "form_change:drainingkiss" + ], + "labels": [ + "gen6" + ], + "aspects": [ + "pop-star" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "PhD", + "primaryType": "electric", + "abilities": [ + "lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 0, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "form_change:electricterrain" + ], + "labels": [ + "gen6" + ], + "aspects": [ + "phd" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Libre", + "primaryType": "electric", + "abilities": [ + "lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 0, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "form_change:flyingpress" + ], + "labels": [ + "gen6" + ], + "aspects": [ + "libre" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Original", + "primaryType": "electric", + "abilities": [ + "static", + "h:lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 1, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:charm", + "1:growl", + "1:nastyplot", + "1:nuzzle", + "1:playnice", + "1:quickattack", + "1:sweetkiss", + "1:tailwhip", + "1:thundershock", + "4:thunderwave", + "8:doubleteam", + "12:electroball", + "16:feint", + "20:spark", + "24:agility", + "28:irontail", + "28:slam", + "32:discharge", + "36:thunderbolt", + "40:lightscreen", + "44:thunder", + "50:wildcharge", + "egg:charge", + "egg:disarmingvoice", + "egg:fakeout", + "egg:flail", + "egg:present", + "egg:tickle", + "egg:wish", + "tm:agility", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:chargebeam", + "tm:charm", + "tm:confide", + "tm:dig", + "tm:disarmingvoice", + "tm:doubleteam", + "tm:drainingkiss", + "tm:echoedvoice", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:fling", + "tm:frustration", + "tm:grassknot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:irontail", + "tm:lightscreen", + "tm:megakick", + "tm:megapunch", + "tm:nastyplot", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:reversal", + "tm:round", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:trailblaze", + "tm:uproar", + "tm:voltswitch", + "tm:wildcharge", + "tutor:agility", + "tutor:covet", + "tutor:electroweb", + "tutor:focuspunch", + "tutor:helpinghand", + "tutor:irontail", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:magnetrise", + "tutor:quickattack", + "tutor:risingvoltage", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:snore", + "tutor:thunder", + "tutor:thunderbolt", + "tutor:thunderpunch", + "tutor:volttackle" + ], + "labels": [ + "gen7" + ], + "aspects": [ + "original" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Hoenn", + "primaryType": "electric", + "abilities": [ + "static", + "h:lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 1, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:charm", + "1:growl", + "1:nastyplot", + "1:nuzzle", + "1:playnice", + "1:quickattack", + "1:sweetkiss", + "1:tailwhip", + "1:thundershock", + "4:thunderwave", + "8:doubleteam", + "12:electroball", + "16:feint", + "20:spark", + "24:agility", + "28:irontail", + "28:slam", + "32:discharge", + "36:thunderbolt", + "40:lightscreen", + "44:thunder", + "50:wildcharge", + "egg:charge", + "egg:disarmingvoice", + "egg:fakeout", + "egg:flail", + "egg:present", + "egg:tickle", + "egg:wish", + "tm:agility", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:chargebeam", + "tm:charm", + "tm:confide", + "tm:dig", + "tm:disarmingvoice", + "tm:doubleteam", + "tm:drainingkiss", + "tm:echoedvoice", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:fling", + "tm:frustration", + "tm:grassknot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:irontail", + "tm:lightscreen", + "tm:megakick", + "tm:megapunch", + "tm:nastyplot", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:reversal", + "tm:round", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:trailblaze", + "tm:uproar", + "tm:voltswitch", + "tm:wildcharge", + "tutor:covet", + "tutor:electroweb", + "tutor:focuspunch", + "tutor:helpinghand", + "tutor:irontail", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:magnetrise", + "tutor:quickattack", + "tutor:risingvoltage", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:snore", + "tutor:thunder", + "tutor:thunderbolt", + "tutor:thunderpunch", + "tutor:volttackle" + ], + "labels": [ + "gen7" + ], + "aspects": [ + "hoenn" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Sinnoh", + "primaryType": "electric", + "abilities": [ + "static", + "h:lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 1, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:charm", + "1:growl", + "1:nastyplot", + "1:nuzzle", + "1:playnice", + "1:quickattack", + "1:sweetkiss", + "1:tailwhip", + "1:thundershock", + "4:thunderwave", + "8:doubleteam", + "12:electroball", + "16:feint", + "20:spark", + "24:agility", + "28:irontail", + "28:slam", + "32:discharge", + "36:thunderbolt", + "40:lightscreen", + "44:thunder", + "50:wildcharge", + "egg:charge", + "egg:disarmingvoice", + "egg:fakeout", + "egg:flail", + "egg:present", + "egg:tickle", + "egg:wish", + "tm:agility", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:chargebeam", + "tm:charm", + "tm:confide", + "tm:dig", + "tm:disarmingvoice", + "tm:doubleteam", + "tm:drainingkiss", + "tm:echoedvoice", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:fling", + "tm:frustration", + "tm:grassknot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:irontail", + "tm:lightscreen", + "tm:megakick", + "tm:megapunch", + "tm:nastyplot", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:reversal", + "tm:round", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:trailblaze", + "tm:uproar", + "tm:voltswitch", + "tm:wildcharge", + "tutor:covet", + "tutor:electroweb", + "tutor:focuspunch", + "tutor:helpinghand", + "tutor:irontail", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:magnetrise", + "tutor:quickattack", + "tutor:risingvoltage", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:snore", + "tutor:thunderbolt", + "tutor:thunderpunch", + "tutor:volttackle" + ], + "labels": [ + "gen7" + ], + "aspects": [ + "sinnoh" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Unova", + "primaryType": "electric", + "abilities": [ + "static", + "h:lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 1, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:charm", + "1:growl", + "1:nastyplot", + "1:nuzzle", + "1:playnice", + "1:quickattack", + "1:sweetkiss", + "1:tailwhip", + "1:thundershock", + "4:thunderwave", + "8:doubleteam", + "12:electroball", + "16:feint", + "20:spark", + "24:agility", + "28:irontail", + "28:slam", + "32:discharge", + "36:thunderbolt", + "40:lightscreen", + "44:thunder", + "50:wildcharge", + "egg:charge", + "egg:disarmingvoice", + "egg:fakeout", + "egg:flail", + "egg:present", + "egg:tickle", + "egg:wish", + "tm:agility", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:chargebeam", + "tm:charm", + "tm:confide", + "tm:dig", + "tm:disarmingvoice", + "tm:doubleteam", + "tm:drainingkiss", + "tm:echoedvoice", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:fling", + "tm:frustration", + "tm:grassknot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:irontail", + "tm:lightscreen", + "tm:megakick", + "tm:megapunch", + "tm:nastyplot", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:reversal", + "tm:round", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:trailblaze", + "tm:uproar", + "tm:voltswitch", + "tm:wildcharge", + "tutor:covet", + "tutor:electroweb", + "tutor:focuspunch", + "tutor:helpinghand", + "tutor:irontail", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:magnetrise", + "tutor:quickattack", + "tutor:risingvoltage", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:snore", + "tutor:thunderbolt", + "tutor:thunderpunch", + "tutor:volttackle" + ], + "labels": [ + "gen7" + ], + "aspects": [ + "unova" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Kalos", + "primaryType": "electric", + "abilities": [ + "static", + "h:lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 1, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:charm", + "1:growl", + "1:nastyplot", + "1:nuzzle", + "1:playnice", + "1:quickattack", + "1:sweetkiss", + "1:tailwhip", + "1:thundershock", + "4:thunderwave", + "8:doubleteam", + "12:electroball", + "16:feint", + "20:spark", + "24:agility", + "28:irontail", + "28:slam", + "32:discharge", + "36:thunderbolt", + "40:lightscreen", + "44:thunder", + "50:wildcharge", + "egg:charge", + "egg:disarmingvoice", + "egg:fakeout", + "egg:flail", + "egg:present", + "egg:tickle", + "egg:wish", + "tm:agility", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:chargebeam", + "tm:charm", + "tm:confide", + "tm:dig", + "tm:disarmingvoice", + "tm:doubleteam", + "tm:drainingkiss", + "tm:echoedvoice", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:fling", + "tm:frustration", + "tm:grassknot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:irontail", + "tm:lightscreen", + "tm:megakick", + "tm:megapunch", + "tm:nastyplot", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:reversal", + "tm:round", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:trailblaze", + "tm:uproar", + "tm:voltswitch", + "tm:wildcharge", + "tutor:covet", + "tutor:electroball", + "tutor:electroweb", + "tutor:focuspunch", + "tutor:helpinghand", + "tutor:irontail", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:magnetrise", + "tutor:quickattack", + "tutor:risingvoltage", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:snore", + "tutor:thunderbolt", + "tutor:thunderpunch", + "tutor:volttackle" + ], + "labels": [ + "gen7" + ], + "aspects": [ + "kalos" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Alola", + "primaryType": "electric", + "abilities": [ + "static", + "h:lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 1, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:charm", + "1:growl", + "1:nastyplot", + "1:nuzzle", + "1:playnice", + "1:quickattack", + "1:sweetkiss", + "1:tailwhip", + "1:thundershock", + "4:thunderwave", + "8:doubleteam", + "12:electroball", + "16:feint", + "20:spark", + "24:agility", + "28:irontail", + "28:slam", + "32:discharge", + "36:thunderbolt", + "40:lightscreen", + "44:thunder", + "50:wildcharge", + "egg:charge", + "egg:disarmingvoice", + "egg:fakeout", + "egg:flail", + "egg:present", + "egg:tickle", + "egg:wish", + "tm:agility", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:chargebeam", + "tm:charm", + "tm:confide", + "tm:dig", + "tm:disarmingvoice", + "tm:doubleteam", + "tm:drainingkiss", + "tm:echoedvoice", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:fling", + "tm:frustration", + "tm:grassknot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:irontail", + "tm:lightscreen", + "tm:megakick", + "tm:megapunch", + "tm:nastyplot", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:reversal", + "tm:round", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:trailblaze", + "tm:uproar", + "tm:voltswitch", + "tm:wildcharge", + "tutor:covet", + "tutor:electroball", + "tutor:electroweb", + "tutor:focuspunch", + "tutor:helpinghand", + "tutor:irontail", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:magnetrise", + "tutor:quickattack", + "tutor:risingvoltage", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:snore", + "tutor:thunderbolt", + "tutor:thunderpunch", + "tutor:volttackle" + ], + "labels": [ + "gen7", + "alola_regional" + ], + "aspects": [ + "alolan" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Partner", + "primaryType": "electric", + "abilities": [ + "static", + "h:lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 1, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:charm", + "1:growl", + "1:nastyplot", + "1:nuzzle", + "1:playnice", + "1:quickattack", + "1:sweetkiss", + "1:tailwhip", + "1:thundershock", + "4:thunderwave", + "8:doubleteam", + "12:electroball", + "16:feint", + "20:spark", + "24:agility", + "28:irontail", + "28:slam", + "32:discharge", + "36:thunderbolt", + "40:lightscreen", + "44:thunder", + "50:wildcharge", + "egg:charge", + "egg:disarmingvoice", + "egg:fakeout", + "egg:flail", + "egg:present", + "egg:tickle", + "egg:wish", + "tm:agility", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:chargebeam", + "tm:charm", + "tm:confide", + "tm:dig", + "tm:disarmingvoice", + "tm:doubleteam", + "tm:drainingkiss", + "tm:echoedvoice", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:fling", + "tm:frustration", + "tm:grassknot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:irontail", + "tm:lightscreen", + "tm:megakick", + "tm:megapunch", + "tm:nastyplot", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:reversal", + "tm:round", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:trailblaze", + "tm:uproar", + "tm:voltswitch", + "tm:wildcharge", + "tutor:covet", + "tutor:electroweb", + "tutor:focuspunch", + "tutor:helpinghand", + "tutor:irontail", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:magnetrise", + "tutor:quickattack", + "tutor:risingvoltage", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:snore", + "tutor:thunder", + "tutor:thunderbolt", + "tutor:thunderpunch", + "tutor:volttackle" + ], + "labels": [ + "gen7" + ], + "aspects": [ + "partner" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Starter", + "primaryType": "electric", + "abilities": [ + "static", + "h:lightningrod" + ], + "baseStats": { + "hp": 45, + "attack": 80, + "defence": 50, + "special_attack": 75, + "special_defence": 60, + "speed": 120 + }, + "catchRate": 190, + "maleRatio": 0.5, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:growl", + "1:thundershock", + "3:tailwhip", + "6:quickattack", + "9:doublekick", + "12:doubleteam", + "15:thunderwave", + "18:lightscreen", + "21:thunderbolt", + "24:slam", + "27:agility", + "30:thunder", + "tm:brickbreak", + "tm:calmmind", + "tm:dig", + "tm:facade", + "tm:headbutt", + "tm:helpinghand", + "tm:irontail", + "tm:lightscreen", + "tm:payday", + "tm:protect", + "tm:reflect", + "tm:rest", + "tm:seismictoss", + "tm:substitute", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tutor:agility", + "tutor:brickbreak", + "tutor:calmmind", + "tutor:dig", + "tutor:doublekick", + "tutor:doubleteam", + "tutor:facade", + "tutor:floatyfall", + "tutor:growl", + "tutor:headbutt", + "tutor:helpinghand", + "tutor:irontail", + "tutor:lightscreen", + "tutor:payday", + "tutor:pikapapow", + "tutor:protect", + "tutor:quickattack", + "tutor:reflect", + "tutor:rest", + "tutor:seismictoss", + "tutor:slam", + "tutor:splishysplash", + "tutor:substitute", + "tutor:tailwhip", + "tutor:thunder", + "tutor:thunderbolt", + "tutor:thunderpunch", + "tutor:thundershock", + "tutor:thunderwave", + "tutor:toxic", + "tutor:zippyzap" + ], + "labels": [ + "gen7" + ], + "aspects": [ + "starter" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Gmax", + "primaryType": "electric", + "abilities": [ + "static", + "h:lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 0.5, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "field", + "fairy" + ], + "labels": [ + "gen8", + "gmax" + ], + "aspects": [ + "gmax" + ], + "height": 210, + "weight": 0, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "World", + "primaryType": "electric", + "abilities": [ + "static", + "h:lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 1, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:charm", + "1:growl", + "1:nastyplot", + "1:nuzzle", + "1:playnice", + "1:quickattack", + "1:sweetkiss", + "1:tailwhip", + "1:thundershock", + "4:thunderwave", + "8:doubleteam", + "12:electroball", + "16:feint", + "20:spark", + "24:agility", + "28:irontail", + "28:slam", + "32:discharge", + "36:thunderbolt", + "40:lightscreen", + "44:thunder", + "egg:charge", + "egg:disarmingvoice", + "egg:fakeout", + "egg:flail", + "egg:present", + "egg:tickle", + "egg:wish", + "tm:agility", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:chargebeam", + "tm:charm", + "tm:dig", + "tm:disarmingvoice", + "tm:drainingkiss", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:fling", + "tm:grassknot", + "tm:helpinghand", + "tm:irontail", + "tm:lightscreen", + "tm:megakick", + "tm:megapunch", + "tm:nastyplot", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:reversal", + "tm:round", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:surf", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:trailblaze", + "tm:uproar", + "tm:voltswitch", + "tm:wildcharge", + "tutor:electroweb", + "tutor:irontail", + "tutor:quickattack", + "tutor:risingvoltage", + "tutor:thunderbolt", + "tutor:volttackle" + ], + "labels": [ + "gen8" + ], + "aspects": [ + "world" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + } + ], + "baseExperienceYield": 112, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "field", + "fairy" + ], + "moves": [ + "1:charm", + "1:growl", + "1:nastyplot", + "1:nuzzle", + "1:playnice", + "1:quickattack", + "1:sweetkiss", + "1:tailwhip", + "1:thundershock", + "4:thunderwave", + "8:doubleteam", + "12:electroball", + "16:feint", + "20:spark", + "24:agility", + "28:irontail", + "28:slam", + "32:discharge", + "36:thunderbolt", + "40:lightscreen", + "44:thunder", + "50:wildcharge", + "tm:agility", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:captivate", + "tm:chargebeam", + "tm:charm", + "tm:confide", + "tm:dig", + "tm:disarmingvoice", + "tm:doubleteam", + "tm:drainingkiss", + "tm:echoedvoice", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:flash", + "tm:fling", + "tm:focuspunch", + "tm:frustration", + "tm:grassknot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:irontail", + "tm:lightscreen", + "tm:megakick", + "tm:megapunch", + "tm:nastyplot", + "tm:naturalgift", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:reversal", + "tm:rocksmash", + "tm:round", + "tm:secretpower", + "tm:shockwave", + "tm:sleeptalk", + "tm:snore", + "tm:strength", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:trailblaze", + "tm:uproar", + "tm:voltswitch", + "tm:wildcharge", + "tutor:agility", + "tutor:attract", + "tutor:bestow", + "tutor:bide", + "tutor:bodyslam", + "tutor:brickbreak", + "tutor:calmmind", + "tutor:celebrate", + "tutor:charm", + "tutor:counter", + "tutor:covet", + "tutor:curse", + "tutor:defensecurl", + "tutor:detect", + "tutor:dig", + "tutor:discharge", + "tutor:doubleedge", + "tutor:doublekick", + "tutor:doubleteam", + "tutor:dynamicpunch", + "tutor:electroball", + "tutor:electroweb", + "tutor:encore", + "tutor:endeavor", + "tutor:endure", + "tutor:extremespeed", + "tutor:facade", + "tutor:fakeout", + "tutor:feint", + "tutor:flash", + "tutor:fly", + "tutor:focuspunch", + "tutor:frustration", + "tutor:grassknot", + "tutor:growl", + "tutor:happyhour", + "tutor:headbutt", + "tutor:heartstamp", + "tutor:helpinghand", + "tutor:hiddenpower", + "tutor:holdhands", + "tutor:irontail", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:lastresort", + "tutor:lightscreen", + "tutor:magnetrise", + "tutor:megakick", + "tutor:megapunch", + "tutor:mimic", + "tutor:mudslap", + "tutor:nuzzle", + "tutor:payday", + "tutor:playnice", + "tutor:present", + "tutor:protect", + "tutor:quickattack", + "tutor:rage", + "tutor:raindance", + "tutor:reflect", + "tutor:refresh", + "tutor:rest", + "tutor:return", + "tutor:risingvoltage", + "tutor:rollout", + "tutor:seismictoss", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:sing", + "tutor:skullbash", + "tutor:slam", + "tutor:sleeptalk", + "tutor:snore", + "tutor:strength", + "tutor:submission", + "tutor:substitute", + "tutor:surf", + "tutor:swagger", + "tutor:sweetkiss", + "tutor:sweetscent", + "tutor:swift", + "tutor:tailwhip", + "tutor:takedown", + "tutor:teeterdance", + "tutor:thunder", + "tutor:thunderbolt", + "tutor:thunderpunch", + "tutor:thundershock", + "tutor:thunderwave", + "tutor:toxic", + "tutor:voltswitch", + "tutor:volttackle", + "tutor:wish", + "tutor:yawn", + "tutor:zapcannon" + ], + "labels": [ + "gen1", + "kanto_regional" + ], + "pokedex": [ + "cobblemon.species.pikachu.desc" + ], + "preEvolution": "pichu", + "evolutions": [ + { + "id": "pikachu_raichu", + "variant": "item_interact", + "result": "raichu", + "consumeHeldItem": false, + "learnableMoves": [ + "thunderpunch" + ], + "requirements": [ + { + "variant": "properties", + "target": "ability=static" + } + ], + "requiredContext": "cobblemon:thunder_stone" + }, + { + "id": "pikachu_raichu", + "variant": "item_interact", + "result": "raichu form=alola", + "consumeHeldItem": false, + "learnableMoves": [ + "psychic" + ], + "requirements": [ + { + "variant": "properties", + "target": "ability=static" + } + ], + "requiredContext": "cobblemon:thunder_stone" + }, + { + "id": "pikachu_ashpikachu", + "variant": "level_up", + "result": "ashpikachu", + "consumeHeldItem": false, + "requirements": [ + { + "variant": "properties", + "target": "ability=battlebond" + }, + { + "variant": "level", + "minLevel": 1 + } + ] + } + ], + "baseScale": 0.5, + "hitbox": { + "width": 0.7, + "height": 1.3, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "height": 4, + "weight": 60, + "aspects": [], + "cannotDynamax": false +} \ No newline at end of file diff --git a/resourcepacks/BattleBond [V1.4]/data/cobblemon/species/generation6/ashgreninja.json b/resourcepacks/BattleBond [V1.4]/data/cobblemon/species/generation6/ashgreninja.json new file mode 100644 index 0000000..1d5f462 --- /dev/null +++ b/resourcepacks/BattleBond [V1.4]/data/cobblemon/species/generation6/ashgreninja.json @@ -0,0 +1,194 @@ +{ + "implemented": true, + "name": "ashgreninja", + "nationalPokedexNumber": 658, + "primaryType": "water", + "secondaryType": "dark", + "abilities": [ + "battlebond" + ], + "baseStats": { + "hp": 72, + "attack": 145, + "defence": 67, + "special_attack": 153, + "special_defence": 71, + "speed": 132 + }, + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": false, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "swim": { + "canSwimInWater": true, + "canBreatheUnderwater": true + } + } + }, + "catchRate": 45, + "maleRatio": 0.875, + "shoulderMountable": false, + "baseExperienceYield": 239, + "experienceGroup": "medium_slow", + "eggCycles": 20, + "eggGroups": [ + "water_1" + ], + "moves": [ + "1:bubble", + "1:growl", + "1:haze", + "1:matblock", + "1:nightslash", + "1:pound", + "1:quickattack", + "1:roleplay", + "1:watergun", + "1:watershuriken", + "10:lick", + "14:waterpulse", + "19:smokescreen", + "23:shadowsneak", + "28:spikes", + "33:aerialace", + "33:feintattack", + "42:substitute", + "49:extrasensory", + "56:doubleteam", + "68:hydropump", + "tm:acrobatics", + "tm:aerialace", + "tm:attract", + "tm:blizzard", + "tm:brickbreak", + "tm:brutalswing", + "tm:chillingwater", + "tm:confide", + "tm:cut", + "tm:darkpulse", + "tm:dig", + "tm:dive", + "tm:doubleteam", + "tm:echoedvoice", + "tm:endure", + "tm:facade", + "tm:falseswipe", + "tm:fling", + "tm:frustration", + "tm:gigaimpact", + "tm:grassknot", + "tm:gunkshot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hydrocannon", + "tm:hydropump", + "tm:hyperbeam", + "tm:icebeam", + "tm:icepunch", + "tm:icywind", + "tm:liquidation", + "tm:lowkick", + "tm:lowsweep", + "tm:mudshot", + "tm:mudslap", + "tm:poweruppunch", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:scald", + "tm:secretpower", + "tm:sleeptalk", + "tm:smackdown", + "tm:snowscape", + "tm:spikes", + "tm:strength", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:swordsdance", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thief", + "tm:toxic", + "tm:toxicspikes", + "tm:trailblaze", + "tm:uturn", + "tm:waterfall", + "tm:waterpledge", + "tm:waterpulse", + "tm:workup", + "tutor:bounce", + "tutor:gunkshot", + "tutor:happyhour", + "tutor:hydrocannon", + "tutor:hydropump", + "tutor:icepunch", + "tutor:icywind", + "tutor:lowkick", + "tutor:matblock", + "tutor:roleplay", + "tutor:shadowsneak", + "tutor:snatch", + "tutor:snore", + "tutor:spite", + "tutor:substitute", + "tutor:waterpledge", + "tutor:waterpulse", + "tutor:watershuriken" + ], + "labels": [ + "gen6" + ], + "pokedex": [ + "cobblemon.species.greninja.desc" + ], + "preEvolution": "frogadier", + "evolutions": [ + { + "id": "ashgreninja_greninja3", + "variant": "level_up", + "result": "greninja3", + "consumeHeldItem": false, + "requirements": [ + { + "variant": "properties", + "target": "ability=battlebond" + }, + { + "variant": "level", + "minLevel": 1 + } + ] + } + ], + "baseScale": 0.9, + "hitbox": { + "width": 1, + "height": 2, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 3 + }, + "height": 15, + "weight": 400, + "aspects": [], + "cannotDynamax": false +} \ No newline at end of file diff --git a/resourcepacks/BattleBond [V1.4]/data/cobblemon/species/generation6/ashgreninjaincomplete.json b/resourcepacks/BattleBond [V1.4]/data/cobblemon/species/generation6/ashgreninjaincomplete.json new file mode 100644 index 0000000..69add9b --- /dev/null +++ b/resourcepacks/BattleBond [V1.4]/data/cobblemon/species/generation6/ashgreninjaincomplete.json @@ -0,0 +1,194 @@ +{ + "implemented": true, + "name": "ashgreninjaincomplete", + "nationalPokedexNumber": 658, + "primaryType": "water", + "secondaryType": "dark", + "abilities": [ + "battlebond" + ], + "baseStats": { + "hp": 72, + "attack": 105, + "defence": 67, + "special_attack": 123, + "special_defence": 71, + "speed": 125 + }, + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": false, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "swim": { + "canSwimInWater": true, + "canBreatheUnderwater": true + } + } + }, + "catchRate": 45, + "maleRatio": 0.875, + "shoulderMountable": false, + "baseExperienceYield": 239, + "experienceGroup": "medium_slow", + "eggCycles": 20, + "eggGroups": [ + "water_1" + ], + "moves": [ + "1:bubble", + "1:growl", + "1:haze", + "1:matblock", + "1:nightslash", + "1:pound", + "1:quickattack", + "1:roleplay", + "1:watergun", + "1:watershuriken", + "10:lick", + "14:waterpulse", + "19:smokescreen", + "23:shadowsneak", + "28:spikes", + "33:aerialace", + "33:feintattack", + "42:substitute", + "49:extrasensory", + "56:doubleteam", + "68:hydropump", + "tm:acrobatics", + "tm:aerialace", + "tm:attract", + "tm:blizzard", + "tm:brickbreak", + "tm:brutalswing", + "tm:chillingwater", + "tm:confide", + "tm:cut", + "tm:darkpulse", + "tm:dig", + "tm:dive", + "tm:doubleteam", + "tm:echoedvoice", + "tm:endure", + "tm:facade", + "tm:falseswipe", + "tm:fling", + "tm:frustration", + "tm:gigaimpact", + "tm:grassknot", + "tm:gunkshot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hydrocannon", + "tm:hydropump", + "tm:hyperbeam", + "tm:icebeam", + "tm:icepunch", + "tm:icywind", + "tm:liquidation", + "tm:lowkick", + "tm:lowsweep", + "tm:mudshot", + "tm:mudslap", + "tm:poweruppunch", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:scald", + "tm:secretpower", + "tm:sleeptalk", + "tm:smackdown", + "tm:snowscape", + "tm:spikes", + "tm:strength", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:swordsdance", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thief", + "tm:toxic", + "tm:toxicspikes", + "tm:trailblaze", + "tm:uturn", + "tm:waterfall", + "tm:waterpledge", + "tm:waterpulse", + "tm:workup", + "tutor:bounce", + "tutor:gunkshot", + "tutor:happyhour", + "tutor:hydrocannon", + "tutor:hydropump", + "tutor:icepunch", + "tutor:icywind", + "tutor:lowkick", + "tutor:matblock", + "tutor:roleplay", + "tutor:shadowsneak", + "tutor:snatch", + "tutor:snore", + "tutor:spite", + "tutor:substitute", + "tutor:waterpledge", + "tutor:waterpulse", + "tutor:watershuriken" + ], + "labels": [ + "gen6" + ], + "pokedex": [ + "cobblemon.species.greninja.desc" + ], + "preEvolution": "greninja", + "evolutions": [ + { + "id": "ashgreninjaincomplete_greninja1", + "variant": "level_up", + "result": "greninja1", + "consumeHeldItem": false, + "requirements": [ + { + "variant": "properties", + "target": "ability=battlebond" + }, + { + "variant": "level", + "minLevel": 1 + } + ] + } + ], + "baseScale": 0.9, + "hitbox": { + "width": 1, + "height": 2, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 3 + }, + "height": 15, + "weight": 400, + "aspects": [], + "cannotDynamax": false +} \ No newline at end of file diff --git a/resourcepacks/BattleBond [V1.4]/data/cobblemon/species/generation6/ashgreninjaincomplete2.json b/resourcepacks/BattleBond [V1.4]/data/cobblemon/species/generation6/ashgreninjaincomplete2.json new file mode 100644 index 0000000..8501363 --- /dev/null +++ b/resourcepacks/BattleBond [V1.4]/data/cobblemon/species/generation6/ashgreninjaincomplete2.json @@ -0,0 +1,194 @@ +{ + "implemented": true, + "name": "ashgreninjaincomplete2", + "nationalPokedexNumber": 658, + "primaryType": "water", + "secondaryType": "dark", + "abilities": [ + "battlebond" + ], + "baseStats": { + "hp": 72, + "attack": 115, + "defence": 67, + "special_attack": 133, + "special_defence": 71, + "speed": 127 + }, + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": false, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "swim": { + "canSwimInWater": true, + "canBreatheUnderwater": true + } + } + }, + "catchRate": 45, + "maleRatio": 0.875, + "shoulderMountable": false, + "baseExperienceYield": 239, + "experienceGroup": "medium_slow", + "eggCycles": 20, + "eggGroups": [ + "water_1" + ], + "moves": [ + "1:bubble", + "1:growl", + "1:haze", + "1:matblock", + "1:nightslash", + "1:pound", + "1:quickattack", + "1:roleplay", + "1:watergun", + "1:watershuriken", + "10:lick", + "14:waterpulse", + "19:smokescreen", + "23:shadowsneak", + "28:spikes", + "33:aerialace", + "33:feintattack", + "42:substitute", + "49:extrasensory", + "56:doubleteam", + "68:hydropump", + "tm:acrobatics", + "tm:aerialace", + "tm:attract", + "tm:blizzard", + "tm:brickbreak", + "tm:brutalswing", + "tm:chillingwater", + "tm:confide", + "tm:cut", + "tm:darkpulse", + "tm:dig", + "tm:dive", + "tm:doubleteam", + "tm:echoedvoice", + "tm:endure", + "tm:facade", + "tm:falseswipe", + "tm:fling", + "tm:frustration", + "tm:gigaimpact", + "tm:grassknot", + "tm:gunkshot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hydrocannon", + "tm:hydropump", + "tm:hyperbeam", + "tm:icebeam", + "tm:icepunch", + "tm:icywind", + "tm:liquidation", + "tm:lowkick", + "tm:lowsweep", + "tm:mudshot", + "tm:mudslap", + "tm:poweruppunch", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:scald", + "tm:secretpower", + "tm:sleeptalk", + "tm:smackdown", + "tm:snowscape", + "tm:spikes", + "tm:strength", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:swordsdance", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thief", + "tm:toxic", + "tm:toxicspikes", + "tm:trailblaze", + "tm:uturn", + "tm:waterfall", + "tm:waterpledge", + "tm:waterpulse", + "tm:workup", + "tutor:bounce", + "tutor:gunkshot", + "tutor:happyhour", + "tutor:hydrocannon", + "tutor:hydropump", + "tutor:icepunch", + "tutor:icywind", + "tutor:lowkick", + "tutor:matblock", + "tutor:roleplay", + "tutor:shadowsneak", + "tutor:snatch", + "tutor:snore", + "tutor:spite", + "tutor:substitute", + "tutor:waterpledge", + "tutor:waterpulse", + "tutor:watershuriken" + ], + "labels": [ + "gen6" + ], + "pokedex": [ + "cobblemon.species.greninja.desc" + ], + "preEvolution": "frogadier", + "evolutions": [ + { + "id": "ashgreninjaincomplete_greninja2", + "variant": "level_up", + "result": "greninja2", + "consumeHeldItem": false, + "requirements": [ + { + "variant": "properties", + "target": "ability=battlebond" + }, + { + "variant": "level", + "minLevel": 1 + } + ] + } + ], + "baseScale": 0.9, + "hitbox": { + "width": 1, + "height": 2, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 3 + }, + "height": 15, + "weight": 400, + "aspects": [], + "cannotDynamax": false +} \ No newline at end of file diff --git a/resourcepacks/BattleBond [V1.4]/data/cobblemon/species/generation6/ashgreninjaincomplete3.json b/resourcepacks/BattleBond [V1.4]/data/cobblemon/species/generation6/ashgreninjaincomplete3.json new file mode 100644 index 0000000..7a63973 --- /dev/null +++ b/resourcepacks/BattleBond [V1.4]/data/cobblemon/species/generation6/ashgreninjaincomplete3.json @@ -0,0 +1,194 @@ +{ + "implemented": true, + "name": "ashgreninjaincomplete3", + "nationalPokedexNumber": 658, + "primaryType": "water", + "secondaryType": "dark", + "abilities": [ + "battlebond" + ], + "baseStats": { + "hp": 72, + "attack": 125, + "defence": 67, + "special_attack": 143, + "special_defence": 71, + "speed": 129 + }, + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": false, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "swim": { + "canSwimInWater": true, + "canBreatheUnderwater": true + } + } + }, + "catchRate": 45, + "maleRatio": 0.875, + "shoulderMountable": false, + "baseExperienceYield": 239, + "experienceGroup": "medium_slow", + "eggCycles": 20, + "eggGroups": [ + "water_1" + ], + "moves": [ + "1:bubble", + "1:growl", + "1:haze", + "1:matblock", + "1:nightslash", + "1:pound", + "1:quickattack", + "1:roleplay", + "1:watergun", + "1:watershuriken", + "10:lick", + "14:waterpulse", + "19:smokescreen", + "23:shadowsneak", + "28:spikes", + "33:aerialace", + "33:feintattack", + "42:substitute", + "49:extrasensory", + "56:doubleteam", + "68:hydropump", + "tm:acrobatics", + "tm:aerialace", + "tm:attract", + "tm:blizzard", + "tm:brickbreak", + "tm:brutalswing", + "tm:chillingwater", + "tm:confide", + "tm:cut", + "tm:darkpulse", + "tm:dig", + "tm:dive", + "tm:doubleteam", + "tm:echoedvoice", + "tm:endure", + "tm:facade", + "tm:falseswipe", + "tm:fling", + "tm:frustration", + "tm:gigaimpact", + "tm:grassknot", + "tm:gunkshot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hydrocannon", + "tm:hydropump", + "tm:hyperbeam", + "tm:icebeam", + "tm:icepunch", + "tm:icywind", + "tm:liquidation", + "tm:lowkick", + "tm:lowsweep", + "tm:mudshot", + "tm:mudslap", + "tm:poweruppunch", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:scald", + "tm:secretpower", + "tm:sleeptalk", + "tm:smackdown", + "tm:snowscape", + "tm:spikes", + "tm:strength", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:swordsdance", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thief", + "tm:toxic", + "tm:toxicspikes", + "tm:trailblaze", + "tm:uturn", + "tm:waterfall", + "tm:waterpledge", + "tm:waterpulse", + "tm:workup", + "tutor:bounce", + "tutor:gunkshot", + "tutor:happyhour", + "tutor:hydrocannon", + "tutor:hydropump", + "tutor:icepunch", + "tutor:icywind", + "tutor:lowkick", + "tutor:matblock", + "tutor:roleplay", + "tutor:shadowsneak", + "tutor:snatch", + "tutor:snore", + "tutor:spite", + "tutor:substitute", + "tutor:waterpledge", + "tutor:waterpulse", + "tutor:watershuriken" + ], + "labels": [ + "gen6" + ], + "pokedex": [ + "cobblemon.species.greninja.desc" + ], + "preEvolution": "frogadier", + "evolutions": [ + { + "id": "ashgreninjaincomplete_greninja3", + "variant": "level_up", + "result": "greninja3", + "consumeHeldItem": false, + "requirements": [ + { + "variant": "properties", + "target": "ability=battlebond" + }, + { + "variant": "level", + "minLevel": 1 + } + ] + } + ], + "baseScale": 0.9, + "hitbox": { + "width": 1, + "height": 2, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 3 + }, + "height": 15, + "weight": 400, + "aspects": [], + "cannotDynamax": false +} \ No newline at end of file diff --git a/resourcepacks/BattleBond [V1.4]/data/cobblemon/species/generation6/greninja1.json b/resourcepacks/BattleBond [V1.4]/data/cobblemon/species/generation6/greninja1.json new file mode 100644 index 0000000..d36f934 --- /dev/null +++ b/resourcepacks/BattleBond [V1.4]/data/cobblemon/species/generation6/greninja1.json @@ -0,0 +1,194 @@ +{ + "implemented": true, + "name": "Greninja1", + "nationalPokedexNumber": 658, + "primaryType": "water", + "secondaryType": "dark", + "abilities": [ + "battlebond" + ], + "baseStats": { + "hp": 72, + "attack": 95, + "defence": 67, + "special_attack": 103, + "special_defence": 71, + "speed": 122 + }, + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": false, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "swim": { + "canSwimInWater": true, + "canBreatheUnderwater": true + } + } + }, + "catchRate": 45, + "maleRatio": 0.875, + "shoulderMountable": false, + "baseExperienceYield": 239, + "experienceGroup": "medium_slow", + "eggCycles": 20, + "eggGroups": [ + "water_1" + ], + "moves": [ + "1:bubble", + "1:growl", + "1:haze", + "1:matblock", + "1:nightslash", + "1:pound", + "1:quickattack", + "1:roleplay", + "1:watergun", + "1:watershuriken", + "10:lick", + "14:waterpulse", + "19:smokescreen", + "23:shadowsneak", + "28:spikes", + "33:aerialace", + "33:feintattack", + "42:substitute", + "49:extrasensory", + "56:doubleteam", + "68:hydropump", + "tm:acrobatics", + "tm:aerialace", + "tm:attract", + "tm:blizzard", + "tm:brickbreak", + "tm:brutalswing", + "tm:chillingwater", + "tm:confide", + "tm:cut", + "tm:darkpulse", + "tm:dig", + "tm:dive", + "tm:doubleteam", + "tm:echoedvoice", + "tm:endure", + "tm:facade", + "tm:falseswipe", + "tm:fling", + "tm:frustration", + "tm:gigaimpact", + "tm:grassknot", + "tm:gunkshot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hydrocannon", + "tm:hydropump", + "tm:hyperbeam", + "tm:icebeam", + "tm:icepunch", + "tm:icywind", + "tm:liquidation", + "tm:lowkick", + "tm:lowsweep", + "tm:mudshot", + "tm:mudslap", + "tm:poweruppunch", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:scald", + "tm:secretpower", + "tm:sleeptalk", + "tm:smackdown", + "tm:snowscape", + "tm:spikes", + "tm:strength", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:swordsdance", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thief", + "tm:toxic", + "tm:toxicspikes", + "tm:trailblaze", + "tm:uturn", + "tm:waterfall", + "tm:waterpledge", + "tm:waterpulse", + "tm:workup", + "tutor:bounce", + "tutor:gunkshot", + "tutor:happyhour", + "tutor:hydrocannon", + "tutor:hydropump", + "tutor:icepunch", + "tutor:icywind", + "tutor:lowkick", + "tutor:matblock", + "tutor:roleplay", + "tutor:shadowsneak", + "tutor:snatch", + "tutor:snore", + "tutor:spite", + "tutor:substitute", + "tutor:waterpledge", + "tutor:waterpulse", + "tutor:watershuriken" + ], + "labels": [ + "gen6" + ], + "pokedex": [ + "cobblemon.species.greninja.desc" + ], + "preEvolution": "ashgreninjaincomplete", + "evolutions": [ + { + "id": "greninja_ashgreninjaincomplete2", + "variant": "level_up", + "result": "ashgreninjaincomplete2", + "consumeHeldItem": false, + "requirements": [ + { + "variant": "properties", + "target": "ability=battlebond" + }, + { + "variant": "friendship", + "amount": 127 + } + ] + } + ], + "baseScale": 0.9, + "hitbox": { + "width": 1, + "height": 2, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 3 + }, + "height": 15, + "weight": 400, + "aspects": [], + "cannotDynamax": false +} \ No newline at end of file diff --git a/resourcepacks/BattleBond [V1.4]/data/cobblemon/species/generation6/greninja2.json b/resourcepacks/BattleBond [V1.4]/data/cobblemon/species/generation6/greninja2.json new file mode 100644 index 0000000..02e2a2b --- /dev/null +++ b/resourcepacks/BattleBond [V1.4]/data/cobblemon/species/generation6/greninja2.json @@ -0,0 +1,194 @@ +{ + "implemented": true, + "name": "Greninja2", + "nationalPokedexNumber": 658, + "primaryType": "water", + "secondaryType": "dark", + "abilities": [ + "battlebond" + ], + "baseStats": { + "hp": 72, + "attack": 95, + "defence": 67, + "special_attack": 103, + "special_defence": 71, + "speed": 122 + }, + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": false, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "swim": { + "canSwimInWater": true, + "canBreatheUnderwater": true + } + } + }, + "catchRate": 45, + "maleRatio": 0.875, + "shoulderMountable": false, + "baseExperienceYield": 239, + "experienceGroup": "medium_slow", + "eggCycles": 20, + "eggGroups": [ + "water_1" + ], + "moves": [ + "1:bubble", + "1:growl", + "1:haze", + "1:matblock", + "1:nightslash", + "1:pound", + "1:quickattack", + "1:roleplay", + "1:watergun", + "1:watershuriken", + "10:lick", + "14:waterpulse", + "19:smokescreen", + "23:shadowsneak", + "28:spikes", + "33:aerialace", + "33:feintattack", + "42:substitute", + "49:extrasensory", + "56:doubleteam", + "68:hydropump", + "tm:acrobatics", + "tm:aerialace", + "tm:attract", + "tm:blizzard", + "tm:brickbreak", + "tm:brutalswing", + "tm:chillingwater", + "tm:confide", + "tm:cut", + "tm:darkpulse", + "tm:dig", + "tm:dive", + "tm:doubleteam", + "tm:echoedvoice", + "tm:endure", + "tm:facade", + "tm:falseswipe", + "tm:fling", + "tm:frustration", + "tm:gigaimpact", + "tm:grassknot", + "tm:gunkshot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hydrocannon", + "tm:hydropump", + "tm:hyperbeam", + "tm:icebeam", + "tm:icepunch", + "tm:icywind", + "tm:liquidation", + "tm:lowkick", + "tm:lowsweep", + "tm:mudshot", + "tm:mudslap", + "tm:poweruppunch", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:scald", + "tm:secretpower", + "tm:sleeptalk", + "tm:smackdown", + "tm:snowscape", + "tm:spikes", + "tm:strength", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:swordsdance", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thief", + "tm:toxic", + "tm:toxicspikes", + "tm:trailblaze", + "tm:uturn", + "tm:waterfall", + "tm:waterpledge", + "tm:waterpulse", + "tm:workup", + "tutor:bounce", + "tutor:gunkshot", + "tutor:happyhour", + "tutor:hydrocannon", + "tutor:hydropump", + "tutor:icepunch", + "tutor:icywind", + "tutor:lowkick", + "tutor:matblock", + "tutor:roleplay", + "tutor:shadowsneak", + "tutor:snatch", + "tutor:snore", + "tutor:spite", + "tutor:substitute", + "tutor:waterpledge", + "tutor:waterpulse", + "tutor:watershuriken" + ], + "labels": [ + "gen6" + ], + "pokedex": [ + "cobblemon.species.greninja.desc" + ], + "preEvolution": "ashgreninjaincomplete2", + "evolutions": [ + { + "id": "greninja_ashgreninjaincomplete3", + "variant": "level_up", + "result": "ashgreninjaincomplete3", + "consumeHeldItem": false, + "requirements": [ + { + "variant": "properties", + "target": "ability=battlebond" + }, + { + "variant": "friendship", + "amount": 191 + } + ] + } + ], + "baseScale": 0.9, + "hitbox": { + "width": 1, + "height": 2, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 3 + }, + "height": 15, + "weight": 400, + "aspects": [], + "cannotDynamax": false +} \ No newline at end of file diff --git a/resourcepacks/BattleBond [V1.4]/data/cobblemon/species/generation6/greninja3.json b/resourcepacks/BattleBond [V1.4]/data/cobblemon/species/generation6/greninja3.json new file mode 100644 index 0000000..ee7ce08 --- /dev/null +++ b/resourcepacks/BattleBond [V1.4]/data/cobblemon/species/generation6/greninja3.json @@ -0,0 +1,194 @@ +{ + "implemented": true, + "name": "Greninja3", + "nationalPokedexNumber": 658, + "primaryType": "water", + "secondaryType": "dark", + "abilities": [ + "battlebond" + ], + "baseStats": { + "hp": 72, + "attack": 95, + "defence": 67, + "special_attack": 103, + "special_defence": 71, + "speed": 122 + }, + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": false, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "swim": { + "canSwimInWater": true, + "canBreatheUnderwater": true + } + } + }, + "catchRate": 45, + "maleRatio": 0.875, + "shoulderMountable": false, + "baseExperienceYield": 239, + "experienceGroup": "medium_slow", + "eggCycles": 20, + "eggGroups": [ + "water_1" + ], + "moves": [ + "1:bubble", + "1:growl", + "1:haze", + "1:matblock", + "1:nightslash", + "1:pound", + "1:quickattack", + "1:roleplay", + "1:watergun", + "1:watershuriken", + "10:lick", + "14:waterpulse", + "19:smokescreen", + "23:shadowsneak", + "28:spikes", + "33:aerialace", + "33:feintattack", + "42:substitute", + "49:extrasensory", + "56:doubleteam", + "68:hydropump", + "tm:acrobatics", + "tm:aerialace", + "tm:attract", + "tm:blizzard", + "tm:brickbreak", + "tm:brutalswing", + "tm:chillingwater", + "tm:confide", + "tm:cut", + "tm:darkpulse", + "tm:dig", + "tm:dive", + "tm:doubleteam", + "tm:echoedvoice", + "tm:endure", + "tm:facade", + "tm:falseswipe", + "tm:fling", + "tm:frustration", + "tm:gigaimpact", + "tm:grassknot", + "tm:gunkshot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hydrocannon", + "tm:hydropump", + "tm:hyperbeam", + "tm:icebeam", + "tm:icepunch", + "tm:icywind", + "tm:liquidation", + "tm:lowkick", + "tm:lowsweep", + "tm:mudshot", + "tm:mudslap", + "tm:poweruppunch", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:scald", + "tm:secretpower", + "tm:sleeptalk", + "tm:smackdown", + "tm:snowscape", + "tm:spikes", + "tm:strength", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:swordsdance", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thief", + "tm:toxic", + "tm:toxicspikes", + "tm:trailblaze", + "tm:uturn", + "tm:waterfall", + "tm:waterpledge", + "tm:waterpulse", + "tm:workup", + "tutor:bounce", + "tutor:gunkshot", + "tutor:happyhour", + "tutor:hydrocannon", + "tutor:hydropump", + "tutor:icepunch", + "tutor:icywind", + "tutor:lowkick", + "tutor:matblock", + "tutor:roleplay", + "tutor:shadowsneak", + "tutor:snatch", + "tutor:snore", + "tutor:spite", + "tutor:substitute", + "tutor:waterpledge", + "tutor:waterpulse", + "tutor:watershuriken" + ], + "labels": [ + "gen6" + ], + "pokedex": [ + "cobblemon.species.greninja.desc" + ], + "preEvolution": "ashgreninjaincomplete3", + "evolutions": [ + { + "id": "greninja3_ashgreninja", + "variant": "level_up", + "result": "ashgreninja", + "consumeHeldItem": false, + "requirements": [ + { + "variant": "properties", + "target": "ability=battlebond" + }, + { + "variant": "friendship", + "amount": 255 + } + ] + } + ], + "baseScale": 0.9, + "hitbox": { + "width": 1, + "height": 2, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 3 + }, + "height": 15, + "weight": 400, + "aspects": [], + "cannotDynamax": false +} \ No newline at end of file diff --git a/resourcepacks/BattleBond [V1.4]/data/cobblemon/species/generation6/greninjabb.json b/resourcepacks/BattleBond [V1.4]/data/cobblemon/species/generation6/greninjabb.json new file mode 100644 index 0000000..5845897 --- /dev/null +++ b/resourcepacks/BattleBond [V1.4]/data/cobblemon/species/generation6/greninjabb.json @@ -0,0 +1,194 @@ +{ + "implemented": true, + "name": "Greninja", + "nationalPokedexNumber": 658, + "primaryType": "water", + "secondaryType": "dark", + "abilities": [ + "battlebond" + ], + "baseStats": { + "hp": 72, + "attack": 95, + "defence": 67, + "special_attack": 103, + "special_defence": 71, + "speed": 122 + }, + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": false, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "swim": { + "canSwimInWater": true, + "canBreatheUnderwater": true + } + } + }, + "catchRate": 45, + "maleRatio": 0.875, + "shoulderMountable": false, + "baseExperienceYield": 239, + "experienceGroup": "medium_slow", + "eggCycles": 20, + "eggGroups": [ + "water_1" + ], + "moves": [ + "1:bubble", + "1:growl", + "1:haze", + "1:matblock", + "1:nightslash", + "1:pound", + "1:quickattack", + "1:roleplay", + "1:watergun", + "1:watershuriken", + "10:lick", + "14:waterpulse", + "19:smokescreen", + "23:shadowsneak", + "28:spikes", + "33:aerialace", + "33:feintattack", + "42:substitute", + "49:extrasensory", + "56:doubleteam", + "68:hydropump", + "tm:acrobatics", + "tm:aerialace", + "tm:attract", + "tm:blizzard", + "tm:brickbreak", + "tm:brutalswing", + "tm:chillingwater", + "tm:confide", + "tm:cut", + "tm:darkpulse", + "tm:dig", + "tm:dive", + "tm:doubleteam", + "tm:echoedvoice", + "tm:endure", + "tm:facade", + "tm:falseswipe", + "tm:fling", + "tm:frustration", + "tm:gigaimpact", + "tm:grassknot", + "tm:gunkshot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hydrocannon", + "tm:hydropump", + "tm:hyperbeam", + "tm:icebeam", + "tm:icepunch", + "tm:icywind", + "tm:liquidation", + "tm:lowkick", + "tm:lowsweep", + "tm:mudshot", + "tm:mudslap", + "tm:poweruppunch", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:round", + "tm:scald", + "tm:secretpower", + "tm:sleeptalk", + "tm:smackdown", + "tm:snowscape", + "tm:spikes", + "tm:strength", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:swordsdance", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thief", + "tm:toxic", + "tm:toxicspikes", + "tm:trailblaze", + "tm:uturn", + "tm:waterfall", + "tm:waterpledge", + "tm:waterpulse", + "tm:workup", + "tutor:bounce", + "tutor:gunkshot", + "tutor:happyhour", + "tutor:hydrocannon", + "tutor:hydropump", + "tutor:icepunch", + "tutor:icywind", + "tutor:lowkick", + "tutor:matblock", + "tutor:roleplay", + "tutor:shadowsneak", + "tutor:snatch", + "tutor:snore", + "tutor:spite", + "tutor:substitute", + "tutor:waterpledge", + "tutor:waterpulse", + "tutor:watershuriken" + ], + "labels": [ + "gen6" + ], + "pokedex": [ + "cobblemon.species.greninja.desc" + ], + "preEvolution": "frogadier", + "evolutions": [ + { + "id": "greninjabb_ashgreninjaincomplete", + "variant": "level_up", + "result": "ashgreninjaincomplete", + "consumeHeldItem": false, + "requirements": [ + { + "variant": "properties", + "target": "ability=battlebond" + }, + { + "variant": "friendship", + "amount": 63 + } + ] + } + ], + "baseScale": 0.9, + "hitbox": { + "width": 1, + "height": 2, + "fixed": false + }, + "baseFriendship": 70, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 3 + }, + "height": 15, + "weight": 400, + "aspects": [], + "cannotDynamax": false +} \ No newline at end of file diff --git a/resourcepacks/BattleBond [V1.4]/pack.mcmeta b/resourcepacks/BattleBond [V1.4]/pack.mcmeta new file mode 100644 index 0000000..08bdab6 --- /dev/null +++ b/resourcepacks/BattleBond [V1.4]/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "pack_format": 10, + "description": "Adds Ash-Greninja To the game" + } +} \ No newline at end of file diff --git a/resourcepacks/BattleBond [V1.4]/pack.png b/resourcepacks/BattleBond [V1.4]/pack.png new file mode 100644 index 0000000..5ca9493 Binary files /dev/null and b/resourcepacks/BattleBond [V1.4]/pack.png differ diff --git a/resourcepacks/Border-Makeover-Style-9/assets/minecraft/textures/misc/forcefield.png b/resourcepacks/Border-Makeover-Style-9/assets/minecraft/textures/misc/forcefield.png new file mode 100644 index 0000000..04abd56 Binary files /dev/null and b/resourcepacks/Border-Makeover-Style-9/assets/minecraft/textures/misc/forcefield.png differ diff --git a/resourcepacks/Border-Makeover-Style-9/pack.mcmeta b/resourcepacks/Border-Makeover-Style-9/pack.mcmeta new file mode 100644 index 0000000..bff6620 --- /dev/null +++ b/resourcepacks/Border-Makeover-Style-9/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "pack_format": 15, + "description": "§6By TorrentIvy." + } +} diff --git a/resourcepacks/Border-Makeover-Style-9/pack.png b/resourcepacks/Border-Makeover-Style-9/pack.png new file mode 100644 index 0000000..a1d9126 Binary files /dev/null and b/resourcepacks/Border-Makeover-Style-9/pack.png differ diff --git a/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/cafe_alolan_raichu/cafe_raichu_alolan.animation.json b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/cafe_alolan_raichu/cafe_raichu_alolan.animation.json new file mode 100644 index 0000000..e4fa57b --- /dev/null +++ b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/cafe_alolan_raichu/cafe_raichu_alolan.animation.json @@ -0,0 +1,407 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.cafe_raichu_alolan.ground_idle": { + "loop": true, + "bones": { + "body": { + "rotation": ["2.5-1.5*math.sin(q.anim_time*90*2-40)*2", "0+0.5*math.sin(q.anim_time*90)*4", 0], + "position": [0, "5+0.05*(math.sin(q.anim_time*90*3)*6)", 0] + }, + "head": { + "rotation": ["-10+math.sin(query.anim_time*90*2)*2", "math.sin(query.anim_time*90)*4", 0] + }, + "ear_right": { + "rotation": [0, 0, "math.sin(q.anim_time*90*2+90)*2"] + }, + "ear_left": { + "rotation": [0, 0, "-math.sin(q.anim_time*90*2+90)*2"] + }, + "arm_right": { + "rotation": [62.5, -47.75, -121], + "position": [-1, 0, 0.5] + }, + "arm_left": { + "rotation": [62.5, 47.75, 121], + "position": [1, 0, 0.5] + }, + "leg_right": { + "rotation": [17.5, 8.7, -7.37], + "position": [0, 0, 0] + }, + "leg_left": { + "rotation": [30, -3.15, 5.9], + "position": [0, 0, -0.225] + }, + "foot_right": { + "rotation": ["28.8+1*math.sin(q.anim_time*90*2-40)*2", "8-1*math.sin(q.anim_time*90*2-40)*2", 6] + }, + "foot_left": { + "rotation": ["-1*math.sin(q.anim_time*90*2-40)*2", "-10.15-1*math.sin(q.anim_time*90*2-40)*2", -2.85] + }, + "toes_right": { + "rotation": [-26, 0, -1] + }, + "toes_left": { + "rotation": [-15, -1.7, -6], + "position": [0, -0.075, 0] + }, + "tail": { + "rotation": [46.37, 2.6, "-101.1-1*math.sin(q.anim_time*90*2-40)*2"], + "position": [0, -0.75, 0] + }, + "tail_2": { + "rotation": [20, -5.75, -4.25] + }, + "tail_3": { + "rotation": [38.25, 1.835, -4.38] + }, + "tail_4": { + "rotation": [37, 7, -7] + }, + "tail_5": { + "rotation": [44.3, 2.5, -10.85] + }, + "tail_6": { + "rotation": [44.35, 5.1, -2.5] + }, + "tail_7": { + "rotation": [33.48, -0.05, 12.32] + }, + "pancake2": { + "rotation": [50.85852, 27.36929, -42.51352], + "position": [9, 23, 6] + } + } + }, + "animation.cafe_raichu_alolan.ground_walk": { + "loop": true, + "bones": { + "body": { + "rotation": ["-2.5+1.5*math.sin(q.anim_time*90*2-40)*2", "65.5+0.5*math.sin(q.anim_time*90)*4", -1.5], + "position": [0, "5+0.05*(math.sin(q.anim_time*90*3)*6)", "0.5*math.sin(q.anim_time*90*2-40)*2"] + }, + "head": { + "rotation": ["-4.5+math.sin(query.anim_time*90*2)*2", "-40.5+math.sin(query.anim_time*90)*4", -4.5], + "position": [0, 0.3, 0] + }, + "ear_right": { + "rotation": [0, 0, "math.sin(q.anim_time*90*2+90)*2"] + }, + "ear_left": { + "rotation": [0, 0, "-math.sin(q.anim_time*90*2+90)*2"] + }, + "arm_right": { + "rotation": ["2.5+math.sin(q.anim_time*90*1.5)*2", "-1.75+math.sin(q.anim_time*90*1.5)*3", "-4+math.sin(q.anim_time*90*1.5-30)*2"], + "position": [0.1, -0.55, 0.5] + }, + "arm_left": { + "rotation": ["2.5+math.sin(q.anim_time*90*1.5)*2", "1.6+math.sin(q.anim_time*90*1.5)*3", "6.5-math.sin(q.anim_time*90*1.5-30)*2"], + "position": [-0.3, -0.55, 0.5] + }, + "leg_right": { + "rotation": [17.5, 8.7, -7.37], + "position": [0, 0, 0] + }, + "leg_left": { + "rotation": [30, -3.15, 5.9], + "position": [0, 0, -0.225] + }, + "foot_right": { + "rotation": ["28.8+1*math.sin(q.anim_time*90*2.5-40)*2", "8-1*math.sin(q.anim_time*90*2.5-40)*2", 6] + }, + "foot_left": { + "rotation": ["-1*math.sin(q.anim_time*90*2.5-40)*2", "-10.15-1*math.sin(q.anim_time*90*2.5-40)*2", -2.85] + }, + "toes_right": { + "rotation": [-26, 0, -1] + }, + "toes_left": { + "rotation": [-15, -1.7, -6] + }, + "tail": { + "rotation": [46.37, 2.6, "-101.1-1*math.sin(q.anim_time*90*2.5-40)*2"], + "position": [0, -0.75, 0] + }, + "tail_2": { + "rotation": [20, -5.75, -4.25] + }, + "tail_3": { + "rotation": [38.25, 1.835, -4.38] + }, + "tail_4": { + "rotation": [37, 7, -7] + }, + "tail_5": { + "rotation": [44.3, 2.5, -10.85] + }, + "tail_6": { + "rotation": [44.35, 5.1, -2.5] + }, + "tail_7": { + "rotation": [33.48, -0.05, 12.32] + }, + "pancake2": { + "rotation": [0, -160, 0], + "position": [11, 14, -15] + } + } + }, + "animation.cafe_raichu_alolan.sleep": { + "loop": true, + "bones": { + "body": { + "rotation": ["90+0.5*math.sin(q.anim_time*90+60)*2", "12+0.5*math.sin(q.anim_time*90)*4", "60+0.25*(math.sin(q.anim_time*90)*6)"], + "position": [0, "0.05*(math.sin(q.anim_time*90)*6)", 2] + }, + "torso": { + "rotation": ["-1.3+math.sin(query.anim_time*90*0.5)*1.5", 0.57, 6.5] + }, + "head": { + "rotation": ["10.9+math.sin(query.anim_time*90)*1.5", 20.28, 17], + "position": [-0.73, 0.44, -0.59] + }, + "eye_right": { + "rotation": [0, 0, -10] + }, + "eye_left": { + "rotation": [0, 0, 10] + }, + "eyelid_right": { + "position": [0, 0, -0.1] + }, + "eyelid_left": { + "position": [0, 0, -0.1] + }, + "ear_right": { + "rotation": [-30, 0, "math.sin(q.anim_time*90*2+90)*2"], + "position": [0, 0, 0] + }, + "ear_left": { + "rotation": [-20.3, -21.5, "-3.7-math.sin(q.anim_time*90*2+90)*2"], + "position": [0, 0, 0] + }, + "arm_right": { + "rotation": [57.9, "-73+0.5*math.sin(query.anim_time*90)*3", -121], + "position": [0, -0.5, 0] + }, + "arm_left": { + "rotation": [-88.2, "64.154-0.5*math.sin(query.anim_time*90)*3", -164.6], + "position": [-1, 0.18, -0.85] + }, + "leg_right": { + "rotation": [-22.66, -0.675, -19.8], + "position": [0.15, -1.03, 0.5] + }, + "leg_left": { + "rotation": ["-84-0.25*(math.sin(q.anim_time*90)*6)", 30, 13], + "position": [-0.5, -0.84, -0.72] + }, + "foot_right": { + "rotation": [36.7, 9.5, "-17.6+0.25*(math.sin(q.anim_time*90)*6)"], + "position": [0.25, 0.3, -0.4] + }, + "foot_left": { + "rotation": [54.4, 20.4, -4.92], + "position": [0, 0.5, -0.75] + }, + "toes_left": { + "rotation": ["-1.21+1*(math.sin(q.anim_time*90+60)*6)", -10, 3], + "position": [0, 0, 0.2] + }, + "toes_right": { + "rotation": ["-11+1.5*(math.sin(q.anim_time*90+80)*6)", 0, 0] + }, + "tail": { + "rotation": [-114.75, 46.5, -12.3], + "position": [0, 0, -0.65] + }, + "tail_2": { + "rotation": [-33.45, 14.25, -19.12], + "position": [0.11, -0.1, -0.47] + }, + "tail_3": { + "rotation": [43.18, -1.35, 4.5] + }, + "tail_4": { + "rotation": [73.3, -7.8, 15.54] + }, + "tail_5": { + "rotation": [71.6, -3.6, 14.5] + }, + "tail_6": { + "rotation": [40.5, 0.45, 11.8] + }, + "tail_7": { + "rotation": [-5, -4.15, 6.6] + }, + "pancake2": { + "rotation": [7.5, 0, 0], + "position": [0, 14, -3] + } + } + }, + "animation.cafe_raichu_alolan.cry": { + "animation_length": 1.15, + "bones": { + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "mouth_closed": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0.2], + "lerp_mode": "catmullrom" + }, + "0.7": { + "post": [0, 0, 0.2], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "mouth_open": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [0, 0, -0.2], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -0.2], + "lerp_mode": "catmullrom" + }, + "1.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + }, + "sound_effects": { + "0.15": { + "effect": "pokemon.raichu_alolan.cry" + } + } + }, + "animation.cafe_raichu_alolan.render": { + "loop": true, + "bones": { + "body": { + "rotation": [5, 0, 0], + "position": [0, 4, 0] + }, + "head": { + "rotation": [-20.15, 7, -2.5] + }, + "ear_right": { + "rotation": [1, -14.45, -4] + }, + "arm_right": { + "rotation": [-12, -13.5, -10], + "position": [0, -0.7, 1] + }, + "arm_left": { + "rotation": [12.45, 1, 5], + "position": [0, -0.7, 1] + }, + "leg_right": { + "rotation": [17.5, 8.7, -7.37], + "position": [0, 0, 0] + }, + "foot_right": { + "rotation": [28.8, 8, 6] + }, + "toes_right": { + "rotation": [-26.2, 1, 1.25] + }, + "leg_left": { + "rotation": [30, -3.15, 5.9], + "position": [0, 0, -0.225] + }, + "foot_left": { + "rotation": [0, -10.15, -2.85] + }, + "toes_left": { + "rotation": [-15.15, -0.4, -1.35] + }, + "tail": { + "rotation": [46.37, 2.6, -101.1], + "position": [0, -0.75, 0] + }, + "tail_2": { + "rotation": [20, -5.75, -4.25] + }, + "tail_3": { + "rotation": [38.25, 1.835, -4.38] + }, + "tail_4": { + "rotation": [37, 7, -7] + }, + "tail_5": { + "rotation": [44.3, 2.5, -10.85] + }, + "tail_6": { + "rotation": [44.35, 5.1, -2.5] + }, + "tail_7": { + "rotation": [33.48, -0.05, 12.32] + } + } + }, + "animation.cafe_raichu_alolan.blink": { + "animation_length": 0.1667, + "bones": { + "eyelid_left": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_right": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/cafe_fuecoco/cafe_fuecoco.animation.json b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/cafe_fuecoco/cafe_fuecoco.animation.json new file mode 100644 index 0000000..b9a7841 --- /dev/null +++ b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/cafe_fuecoco/cafe_fuecoco.animation.json @@ -0,0 +1,333 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.cafe_fuecoco.ground_idle": { + "loop": true, + "bones": { + "head": { + "rotation": ["-5+math.sin(q.anim_time*90*2-30)*3", 0, 0] + }, + "tail": { + "rotation": ["-7.5+math.sin(q.anim_time*90*2-25)*1.5", "0+math.sin(q.anim_time*90*1-20+180)*1", 0] + }, + "tail2": { + "rotation": ["7.5+math.sin(q.anim_time*90*2-50)*2", "0+math.sin(q.anim_time*90*1-40+180)*1.5", 0] + }, + "leg_right": { + "rotation": [0, 10, 0] + }, + "leg_left": { + "rotation": [0, -10, 0] + }, + "top_jaw": { + "rotation": [-2.5, 0, 0] + }, + "torso": { + "rotation": ["0+math.sin(q.anim_time*90*2+0)*1.5", "0+math.sin(q.anim_time*90*1+0)*0.5", "0+math.sin(q.anim_time*90*1+0)*1"], + "position": [0, "0+math.sin(q.anim_time*90*2+20+180)*0.15", 0] + }, + "hand_right": { + "rotation": ["0+math.sin(q.anim_time*90*2-30)*2.5", "0+math.sin(q.anim_time*90*1-30)*1", 0] + }, + "hand_left": { + "rotation": ["0+math.sin(q.anim_time*90*2-30)*2.5", "0+math.sin(q.anim_time*90*1-30)*1", 0] + }, + "fire_top_front": { + "rotation": ["0+math.sin(q.anim_time*90*2-55)*5", 0, "0+math.sin(q.anim_time*90*1-25)*3"] + }, + "fire_top_back": { + "rotation": ["0+math.sin(q.anim_time*90*2-70)*4", 0, "0+math.sin(q.anim_time*90*1-35)*2.5"] + } + } + }, + "animation.cafe_fuecoco.battle_idle": { + "loop": true, + "bones": { + "head": { + "rotation": ["-10+math.sin(q.anim_time*90*3-30)*5", 0, 0] + }, + "tail": { + "rotation": ["-10+math.sin(q.anim_time*90*3-25)*1.5", "math.sin(q.anim_time*90*1.5-30)*7.5", 0] + }, + "tail2": { + "rotation": ["12.5+math.sin(q.anim_time*90*3-50)*2", "0+math.sin(q.anim_time*90*1.5-60)*4.5", 0] + }, + "leg_right": { + "rotation": [0, 10, "3+math.sin(q.anim_time*90*1.5+0)*3"] + }, + "leg_left": { + "rotation": [0, -10, "-3+math.sin(q.anim_time*90*1.5+0)*3"] + }, + "top_jaw": { + "rotation": [-2.5, 0, 0] + }, + "torso": { + "rotation": ["7.5+math.sin(q.anim_time*90*3+0)*2.5", "math.sin(q.anim_time*90*1.5+0)*5", "math.sin(q.anim_time*90*1.5+0)*3.5"], + "position": [0, "0.25+math.sin(q.anim_time*90*3+20+180)*0.15", 0.5] + }, + "hand_right": { + "rotation": ["1.2992+math.sin(q.anim_time*90*3-30)*3", "24.2397+math.sin(q.anim_time*90*1.5-30)*4", 6.30008] + }, + "hand_left": { + "rotation": ["1.4199+math.sin(q.anim_time*90*3-30)*3", "-24.2336+math.sin(q.anim_time*90*1.5-30)*4", -6.34968] + }, + "fire_top_front": { + "rotation": ["0+math.sin(q.anim_time*90*3-55)*7.5", 0, "0+math.sin(q.anim_time*90*1.5-25)*4"] + }, + "fire_top_back": { + "rotation": ["0+math.sin(q.anim_time*90*3-70)*5.5", 0, "0+math.sin(q.anim_time*90*1.5-35)*3.5"] + }, + "body": { + "rotation": [0, 0, "0+math.sin(q.anim_time*90*1.5+180)*1"], + "position": ["0+math.sin(q.anim_time*90*1.5+0)*0.075", -0.1, 0] + }, + "jaw": { + "rotation": [1, 0, 0] + } + } + }, + "animation.cafe_fuecoco.ground_walk": { + "loop": true, + "bones": { + "body": { + "position": [0, "0+math.sin(q.anim_time*90*8+30)*0.1", "0+math.sin(q.anim_time*90*8+30)*0.3"] + }, + "torso": { + "rotation": ["0+math.sin(q.anim_time*90*8-30)*2", "0+math.sin(q.anim_time*90*4-75+180)*7.5", "0+math.sin(q.anim_time*90*4+15)*4"], + "position": [0, "0+math.sin(q.anim_time*90*8+80)*0.25", 0] + }, + "head": { + "rotation": ["-5+math.sin(q.anim_time*90*8-60)*3", 0, "0+math.sin(q.anim_time*90*4-10)*2"] + }, + "fire_top_front": { + "rotation": ["0+math.sin(q.anim_time*90*8-75)*7.5", 0, "0+math.sin(q.anim_time*90*4-30)*3.5"] + }, + "fire_top_back": { + "rotation": ["0+math.sin(q.anim_time*90*8-90)*5", 0, "0+math.sin(q.anim_time*90*4-45)*2.5"] + }, + "hand_right": { + "rotation": ["0+math.sin(q.anim_time*90*8-60)*5", "0+math.sin(q.anim_time*90*4-30)*7.5", "0+math.sin(q.anim_time*90*4-0)*5"] + }, + "hand_left": { + "rotation": ["0+math.sin(q.anim_time*90*8-60)*5", "0+math.sin(q.anim_time*90*4-30)*7.5", "0+math.sin(q.anim_time*90*4-0)*5"] + }, + "tail": { + "rotation": ["-7.5+math.sin(q.anim_time*90*8-60)*5", "0+math.sin(q.anim_time*90*4-105+180)*5", 0] + }, + "tail2": { + "rotation": ["7.5+math.sin(q.anim_time*90*8-90)*3", "0+math.sin(q.anim_time*90*4-135+180)*5", 0] + }, + "leg_right": { + "rotation": [ + "math.clamp(math.sin(query.anim_time*90*4*1+180)*27.5,-27,0)+math.clamp(math.sin(query.anim_time*90*4*1+180)*22.5,0,22)", + "10+math.clamp(math.sin(query.anim_time*90*4*1+10)*10,-7.5,7.5)", + "-(math.clamp(math.sin(query.anim_time*90*4*1+190)*7.5,-7,0))" + ], + "position": [0, "math.clamp(math.sin(query.anim_time*90*4*1+200+180)*1,-0.1,1)", "0+math.sin(q.anim_time*90*4-75+180)*0.75"] + }, + "leg_left": { + "rotation": [ + "math.clamp(math.sin(query.anim_time*90*4*1+0)*27.5,-27,0)+math.clamp(math.sin(query.anim_time*90*4*1+0)*22.5,0,22)", + "-10+math.clamp(math.sin(query.anim_time*90*4*1+10)*10,-7.5,7.5)", + "math.clamp(math.sin(query.anim_time*90*4*1+10)*7.5,-7,0)" + ], + "position": [0, "math.clamp(math.sin(query.anim_time*90*4*1+200)*1,-0.1,1)", "0+math.sin(q.anim_time*90*4-75)*0.75"] + } + } + }, + "animation.cafe_fuecoco.blink": { + "animation_length": 0.1667, + "bones": { + "eyelid_left": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_right": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.12], + "0.1667": [0, 0, 0] + } + } + } + }, + "animation.cafe_fuecoco.cry": { + "animation_length": 1, + "bones": { + "torso": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": [-1.5, 0, 0], + "0.5833": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [-2, 0, 0], + "0.0833": [-10, 0, 0], + "0.125": [-12.5, 0, 0], + "0.1667": [-11, 0, 0], + "0.2083": [-5, 0, 0], + "0.25": [-5.5, 0, 0], + "0.2917": [-7, 0, 0], + "0.3333": [-7.5, 0, 0], + "0.375": [-7, 0, 0], + "0.4167": [-5, 0, 0], + "0.4583": [-7, 0, 0], + "0.5": [-7.5, 0, 0], + "0.5417": [-6.25, 0, 0], + "0.7083": [-1, 0, 0], + "0.75": [0, 0, 0] + } + }, + "top_jaw": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [-0.5, 0, 0], + "0.0833": [-2.5, 0, 0], + "0.125": [-5, 0, 0], + "0.1667": [-4.5, 0, 0], + "0.2083": [-2.5, 0, 0], + "0.25": [-2.25, 0, 0], + "0.2917": [-2.25, 0, 0], + "0.3333": [-2.5, 0, 0], + "0.375": [-2.25, 0, 0], + "0.4167": [0, 0, 0], + "0.4583": [-2, 0, 0], + "0.5": [-2.5, 0, 0], + "0.5417": [-2, 0, 0], + "0.625": [-0.5, 0, 0], + "0.7083": [0, 0, 0] + } + }, + "jaw": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [2.5, 0, 0], + "0.0833": [10, 0, 0], + "0.125": [12.5, 0, 0], + "0.1667": [10.75, 0, 0], + "0.2083": [5, 0, 0], + "0.25": [5.75, 0, 0], + "0.2917": [7, 0, 0], + "0.3333": [7.5, 0, 0], + "0.375": [6.25, 0, 0], + "0.4167": [2.5, 0, 0], + "0.4583": [6.25, 0, 0], + "0.5": [7.5, 0, 0], + "0.5417": [6.25, 0, 0], + "0.6667": [1, 0, 0], + "0.7083": [0, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [0, 0.5, 0], + "0.0833": [0, 4, 0], + "0.125": [0, 5, 0], + "0.1667": [0, 4, 0], + "0.25": [0, -4, 0], + "0.2917": [0, -5, 0], + "0.3333": [0, -4, 0], + "0.4167": [0, 4, 0], + "0.4583": [0, 5, 0], + "0.5": [0, 4.5, 0], + "0.6667": [0, 0.5, 0], + "0.7083": [0, 0, 0] + } + }, + "tail2": { + "rotation": { + "0.0833": [0, 0, 0], + "0.125": [0, 0.5, 0], + "0.1667": [0, 4, 0], + "0.2083": [0, 5, 0], + "0.25": [0, 4, 0], + "0.3333": [0, -4, 0], + "0.375": [0, -5, 0], + "0.4167": [0, -4, 0], + "0.5": [0, 4, 0], + "0.5417": [0, 5, 0], + "0.5833": [0, 4.5, 0], + "0.75": [0, 0.5, 0], + "0.7917": [0, 0, 0] + } + } + }, + "sound_effects": { + "0.0": { + "effect": "pokemon.fuecoco.cry" + } + } + }, + "animation.cafe_fuecoco.sleep": { + "loop": true, + "bones": { + "body": { + "position": [0, -2.25, 0] + }, + "torso": { + "rotation": ["0+math.sin(q.anim_time*90*1+0)*1.5", 0, "0+math.sin(q.anim_time*90*0.5+0)*1"] + }, + "head": { + "rotation": ["7.5+math.sin(q.anim_time*90*1-30)*1", 0, 0], + "position": [0, -0.85, 0] + }, + "eyelid_right": { + "position": [0, 0, -0.1] + }, + "eyelid_left": { + "position": [0, 0, -0.1] + }, + "top_jaw": { + "rotation": ["-1.5+math.sin(q.anim_time*90*1-30)*1.5", 0, 0] + }, + "fire_top_front": { + "rotation": ["12.5+math.sin(q.anim_time*90*1-60)*3", 0, "0+math.sin(q.anim_time*90*0.5-30)*2"] + }, + "fire_top_back": { + "rotation": ["7.5+math.sin(q.anim_time*90*1-70)*2", 0, "0+math.sin(q.anim_time*90*0.5-35)*1.75"] + }, + "jaw": { + "rotation": ["7.5+math.sin(q.anim_time*90*1-30)*1", 0, 0], + "position": [0, -0.85, 0] + }, + "hand_right": { + "rotation": ["14.8578+math.sin(q.anim_time*90*1-25)*2", -32.91892, 3.94351], + "position": [0, -0.6, -0.5] + }, + "hand_left": { + "rotation": ["14.8578+math.sin(q.anim_time*90*1-25)*2", 32.91892, -3.94351], + "position": [0, -0.6, -0.5] + }, + "tail": { + "rotation": ["5+math.sin(q.anim_time*90*1-30)*1.5", "0+math.sin(q.anim_time*90*0.5-25)*2", 0] + }, + "tail2": { + "rotation": ["2.5+math.sin(q.anim_time*90*1-60)*2", "0+math.sin(q.anim_time*90*0.5-50)*3", 0] + }, + "leg_right": { + "rotation": [-81.43739, 35.5078, -9.62663], + "position": [-0.5, -0.75, -1] + }, + "leg_left": { + "rotation": [-81.43739, -35.5078, 9.62663], + "position": [0.5, -0.75, -1] + } + } + }, + "animation.cafe_fuecoco.move": { + "loop": true, + "bones": { + "body": { + "position": [0, 0, "0-query.anim_time *90 *0.125"] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/cafe_jirachi/cafe_jirachi.animation.json b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/cafe_jirachi/cafe_jirachi.animation.json new file mode 100644 index 0000000..2d20311 --- /dev/null +++ b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/cafe_jirachi/cafe_jirachi.animation.json @@ -0,0 +1,124 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.jirachi.ground_idle": { + "loop": true, + "bones": { + "jirachi": { + "rotation": [5, 0, "2*(math.sin(q.anim_time*-50*4)*1+0)"], + "position": [0, "1+2*(math.sin(q.anim_time*50*4-90)*1+1)", 0] + }, + "head": { + "rotation": ["3*(math.sin(q.anim_time*50*4)*1+0)", 0, "1*(math.sin(q.anim_time*50*4)*1+0)"], + "position": [0, 0, -0.5] + }, + "paper_top": { + "rotation": ["30-5*(math.sin(q.anim_time*-50*4)*1+1)", 0, 0] + }, + "paper_left": { + "rotation": ["50-5*(math.sin(q.anim_time*-50*4)*1+1)", 0, "5-5*(math.sin(q.anim_time*-50*4)*1+1)"] + }, + "paper_right": { + "rotation": ["50-5*(math.sin(q.anim_time*-50*4)*1+1)", 0, "-5+5*(math.sin(q.anim_time*-50*4)*1+1)"] + }, + "left_ear": { + "rotation": ["75-5*(math.sin(q.anim_time*50*4)*1+1)", 0, 0] + }, + "right_ear": { + "rotation": ["75-5*(math.sin(q.anim_time*50*4)*1+1)", 0, 0] + }, + "left_foot": { + "rotation": ["20-5*(math.sin(q.anim_time*50*4)*1+1)", 15, 0] + }, + "right_foot": { + "rotation": ["20-5*(math.sin(q.anim_time*50*4)*1+1)", -15, 0] + }, + "left_arm": { + "rotation": [20, -5.5, "-20-5*(math.sin(q.anim_time*-50*4)*1+1)"] + }, + "right_arm": { + "rotation": [20, 5.5, "20+5*(math.sin(q.anim_time*-50*4)*1+1)"] + }, + "tail_left": { + "rotation": ["-10-3*(math.sin(q.anim_time*75*4)*1+1)", "-90+20*(math.sin(q.anim_time*-50*4)*1+1)", "-5*(math.sin(q.anim_time*-50*4)*1+1)"] + }, + "tail_left2": { + "rotation": ["10-10*(math.sin(q.anim_time*-50*4)*1+1)", "20-20*(math.sin(q.anim_time*-50*4)*1+1)", 0] + }, + "tail_left3": { + "rotation": ["15-15*(math.sin(q.anim_time*50*4)*1+1)", "25-25*(math.sin(q.anim_time*50*4)*1+1)", 0] + }, + "tail_right": { + "rotation": ["-10-3*(math.sin(q.anim_time*75*4)*1+1)", "90-20*(math.sin(q.anim_time*-50*4)*1+1)", "5*(math.sin(q.anim_time*-50*4)*1+1)"] + }, + "tail_right2": { + "rotation": ["10-10*(math.sin(q.anim_time*-50*4)*1+1)", "-20+20*(math.sin(q.anim_time*-50*4)*1+1)", 0] + }, + "tail_right3": { + "rotation": ["-10+10*(math.sin(q.anim_time*-50*4)*1+1)", "-25+25*(math.sin(q.anim_time*50*4)*1+1)", 0] + } + } + }, + "animation.jirachi.ground_walk": { + "loop": true, + "bones": { + "jirachi": { + "rotation": [25, 0, "2*(math.sin(q.anim_time*-50*4)*1+0)"], + "position": ["0.25+1*(math.sin(q.anim_time*50*4)*1+0)", "3.25+2*(math.sin(q.anim_time*50*4-90)*1+1)", 0] + }, + "torso": { + "rotation": ["5-5*(math.sin(q.anim_time*50*4)*1+0)", 0, 0] + }, + "head": { + "rotation": ["-25+5*(math.sin(q.anim_time*50*4)*1+0)", 0, "4*(math.sin(q.anim_time*50*4)*1+0)"], + "position": [0, 0, -0.5] + }, + "paper_top": { + "rotation": ["30-10*(math.sin(q.anim_time*-50*4)*1+1)", 0, 0] + }, + "paper_left": { + "rotation": ["50-10*(math.sin(q.anim_time*-50*4)*1+1)", 0, "5-5*(math.sin(q.anim_time*-50*4)*1+1)"] + }, + "paper_right": { + "rotation": ["50-10*(math.sin(q.anim_time*-50*4)*1+1)", 0, "-5+5*(math.sin(q.anim_time*-50*4)*1+1)"] + }, + "left_ear": { + "rotation": ["75-10*(math.sin(q.anim_time*50*4)*1+1)", 0, 0] + }, + "right_ear": { + "rotation": ["75-10*(math.sin(q.anim_time*50*4)*1+1)", 0, 0] + }, + "left_foot": { + "rotation": ["20-5*(math.sin(q.anim_time*50*4)*1+1)", 15, 0] + }, + "right_foot": { + "rotation": ["20-5*(math.sin(q.anim_time*50*4)*1+1)", -15, 0] + }, + "left_arm": { + "rotation": [20, -5.5, "-20-5*(math.sin(q.anim_time*-50*4)*1+1)"] + }, + "right_arm": { + "rotation": [20, 5.5, "20+5*(math.sin(q.anim_time*-50*4)*1+1)"] + }, + "tail_left": { + "rotation": ["-10-5*(math.sin(q.anim_time*75*4)*1+1)", "-90+20*(math.sin(q.anim_time*-50*4)*1+1)", "-5*(math.sin(q.anim_time*-50*4)*1+1)"] + }, + "tail_left2": { + "rotation": ["10-10*(math.sin(q.anim_time*-50*4)*1+1)", "20-20*(math.sin(q.anim_time*-50*4)*1+1)", 0] + }, + "tail_left3": { + "rotation": ["15-15*(math.sin(q.anim_time*50*4)*1+1)", "25-25*(math.sin(q.anim_time*50*4)*1+1)", 0] + }, + "tail_right": { + "rotation": ["-10-5*(math.sin(q.anim_time*75*4)*1+1)", "90-20*(math.sin(q.anim_time*-50*4)*1+1)", "5*(math.sin(q.anim_time*-50*4)*1+1)"] + }, + "tail_right2": { + "rotation": ["10-10*(math.sin(q.anim_time*-50*4)*1+1)", "-20+20*(math.sin(q.anim_time*-50*4)*1+1)", 0] + }, + "tail_right3": { + "rotation": ["-10+10*(math.sin(q.anim_time*-50*4)*1+1)", "-25+25*(math.sin(q.anim_time*50*4)*1+1)", 0] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/cafe_litten/cafe_litten.animation.json b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/cafe_litten/cafe_litten.animation.json new file mode 100644 index 0000000..60d6e68 --- /dev/null +++ b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/cafe_litten/cafe_litten.animation.json @@ -0,0 +1,4425 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.cafe_litten.ground_idle": { + "loop": true, + "bones": { + "leg_back_left1": { + "rotation": ["5+math.cos(q.anim_time*90*2)*1.25", 0, 0], + "position": [0, "-0.125-0.032*math.cos(q.anim_time*90*2)", "-0.045*math.cos(q.anim_time*90*2)"] + }, + "leg_back_left2": { + "rotation": ["-7.5-math.cos(q.anim_time*90*2)*1.75", 0, 0] + }, + "leg_back_left3": { + "rotation": ["2.5+math.cos(q.anim_time*90*2)*0.5", 0, 0] + }, + "leg_front_right1": { + "rotation": ["2.5+math.cos(q.anim_time*90*2-20)*1.25", 0, 0], + "position": [0, "-0.125-0.0365*math.cos(q.anim_time*90*2-20)", "-0.03*math.cos(q.anim_time*90*2-20)"] + }, + "leg_front_right2": { + "rotation": ["-7.5-math.cos(q.anim_time*90*2-20)*1.75", 0, 0] + }, + "leg_front_right3": { + "rotation": ["5+math.cos(q.anim_time*90*2-20)*0.5", 0, 0] + }, + "leg_front_left1": { + "rotation": ["2.5+math.cos(q.anim_time*90*2-20)*1.25", 0, 0], + "position": [0, "-0.125-0.0365*math.cos(q.anim_time*90*2-20)", "-0.03*math.cos(q.anim_time*90*2-20)"] + }, + "leg_front_left2": { + "rotation": ["-7.5-math.cos(q.anim_time*90*2-20)*1.75", 0, 0] + }, + "leg_front_left3": { + "rotation": ["5+math.cos(q.anim_time*90*2-20)*0.5", 0, 0] + }, + "leg_back_right1": { + "rotation": ["5+math.cos(q.anim_time*90*2)*1.25", 0, 0], + "position": [0, "-0.125-0.032*math.cos(q.anim_time*90*2)", "-0.045*math.cos(q.anim_time*90*2)"] + }, + "leg_back_right2": { + "rotation": ["-7.5-math.cos(q.anim_time*90*2)*1.75", 0, 0] + }, + "leg_back_right3": { + "rotation": ["2.5+math.cos(q.anim_time*90*2)*0.5", 0, 0] + }, + "tail4": { + "rotation": ["25+1.9*math.cos(q.anim_time*90*2-115)", "2.6*math.sin(q.anim_time*90*1.5-75)", 0] + }, + "tail3": { + "rotation": ["10+1.6*math.cos(q.anim_time*90*2-95)", "2.1*math.sin(q.anim_time*90*1.5-55)", 0] + }, + "tail2": { + "rotation": ["-35+1.4*math.cos(q.anim_time*90*2-75)", "1.9*math.sin(q.anim_time*90*1.5-35)", 0] + }, + "tail1": { + "rotation": ["47.5+1.2*math.cos(q.anim_time*90*2-55)", "1.7*math.sin(q.anim_time*90*1.5-15)", 0] + }, + "tail_end": { + "rotation": ["18.25+5.2*math.cos(q.anim_time*90*2-185)", "6*math.sin(q.anim_time*90*1.5-165)", 0] + }, + "tail5": { + "rotation": ["30+2.6*math.cos(q.anim_time*90*2-155)", "3.5*math.sin(q.anim_time*90*1.5-125)", 0] + }, + "neck": { + "rotation": ["30+0.3*math.cos(q.anim_time*90*2-85)", 0, "math.sin(q.anim_time*90*0.5-30)*0.7"] + }, + "head_angle": { + "rotation": ["-26+0.7*math.cos(q.anim_time*90*2-125)", 0, "math.sin(q.anim_time*90*0.5-70)*1.2"] + }, + "ear_left1": { + "rotation": ["2.5+2*math.cos(q.anim_time*90*2-135)", 0, "10+2*math.sin(q.anim_time*90*0.5-120)"] + }, + "ear_left2": { + "rotation": ["12.75+4*math.cos(q.anim_time*90*2-155)", 0, 0] + }, + "ear_right1": { + "rotation": ["2.5+2*math.cos(q.anim_time*90*2-135)", 0, "-10+2*math.sin(q.anim_time*90*0.5-120)"] + }, + "ear_right2": { + "rotation": ["12.75+4*math.cos(q.anim_time*90*2-155)", 0, 0] + }, + "head_ruff": { + "rotation": [-7.5, 0, 0] + }, + "torso": { + "rotation": ["math.cos(q.anim_time*90*2-20)*0.3", 0, "math.sin(q.anim_time*90*1+30)*1"], + "position": [0, "-math.cos(q.anim_time*90*2)*0.05", "-math.cos(q.anim_time*90*2)*0.03"] + }, + "chest": { + "rotation": ["0.4+math.cos(q.anim_time*90*2-50)*0.4", 0, 0] + }, + "whisker_right": { + "rotation": [0, 0, "-1.6*math.cos(q.anim_time*90*2-135)"] + }, + "whisker_left": { + "rotation": [0, 0, "1.6*math.cos(q.anim_time*90*2-135)"] + }, + "head_ruff_right": { + "rotation": ["2.5+3*math.cos(q.anim_time*90*2-165)", 0, "4*math.sin(q.anim_time*90*0.5-150)"] + }, + "head_ruff_left": { + "rotation": ["2.5+3*math.cos(q.anim_time*90*2-165)", 0, "4*math.sin(q.anim_time*90*0.5-150)"] + }, + "fur_spike_back1": { + "position": [0, 0.425, 0] + } + } + }, + "animation.cafe_litten.battle_idle": { + "loop": true, + "bones": { + "leg_back_left1": { + "rotation": ["26.5+2.4*math.cos(q.anim_time*90*3+40)", -1.36807, -12.4384], + "position": ["0.4+0.03*math.cos(q.anim_time*90*3+40)", "0.125-0.121*math.cos(q.anim_time*90*3+40)", "-1.1-0.02*math.cos(q.anim_time*90*3+40)"] + }, + "leg_back_left2": { + "rotation": ["-35.75-4*math.cos(q.anim_time*90*3+40)", 0, 0] + }, + "leg_back_left3": { + "rotation": ["9+1.6*math.cos(q.anim_time*90*3+40)", "-0.221*math.cos(q.anim_time*90*3+40)", "12.4384+0.05*math.cos(q.anim_time*90*3+40)"], + "position": [0.125, 0, 0] + }, + "leg_front_right1": { + "rotation": ["20.5+1*math.cos(q.anim_time*90*3+50)", 10.0707, 8.49602], + "position": ["-0.2-0.02*math.cos(q.anim_time*90*3+50)", "-0.825-0.145*math.cos(q.anim_time*90*3+50)", "1.95+0.057*math.cos(q.anim_time*90*3+50)"] + }, + "leg_front_right2": { + "rotation": ["-54.5-3*math.cos(q.anim_time*90*3+50)", 0, 0] + }, + "leg_front_right3": { + "rotation": ["35+2*math.cos(q.anim_time*90*3+50)", "-0.31*math.cos(q.anim_time*90*3+50)", -8.496] + }, + "leg_front_left1": { + "rotation": ["15+1*math.cos(q.anim_time*90*3+50)", -10.0707, -8.49602], + "position": ["0.2+0.01*math.cos(q.anim_time*90*3+50)", "-0.55-0.133*math.cos(q.anim_time*90*3+50)", "0.975+0.047*math.cos(q.anim_time*90*3+50)"] + }, + "leg_front_left2": { + "rotation": ["-48-3*math.cos(q.anim_time*90*3+50)", 0, 0] + }, + "leg_front_left3": { + "rotation": ["35+2*math.cos(q.anim_time*90*3+50)", "-0.31*math.cos(q.anim_time*90*3+50)", 8.496] + }, + "leg_back_right1": { + "rotation": ["26.5+2.4*math.cos(q.anim_time*90*3+40)", 1.36807, 12.4384], + "position": ["0.25-0.03*math.cos(q.anim_time*90*3+40)", "0.125-0.121*math.cos(q.anim_time*90*3+40)", "0.1-0.02*math.cos(q.anim_time*90*3+40)"] + }, + "leg_back_right2": { + "rotation": ["-35.75-4*math.cos(q.anim_time*90*3+40)", 0, 0] + }, + "leg_back_right3": { + "rotation": ["9+1.6*math.cos(q.anim_time*90*3+40)", "0.221*math.cos(q.anim_time*90*3+40)", "-12.4384+0.05*math.cos(q.anim_time*90*3+40)"], + "position": [-0.125, 0, 0] + }, + "tail4": { + "rotation": ["22.25+3*math.cos(q.anim_time*90*3-160)", "-5.4*math.cos(q.anim_time*90*4-230)", 0] + }, + "tail3": { + "rotation": ["22+1.8*math.cos(q.anim_time*90*3-130)", "-4*math.cos(q.anim_time*90*4-200)", 0] + }, + "tail2": { + "rotation": ["-8+1.4*math.cos(q.anim_time*90*3-110)", "-2.6*math.cos(q.anim_time*90*4-170)", 0], + "position": [0, 0, -0.425] + }, + "tail1": { + "rotation": ["45.5+1*math.cos(q.anim_time*90*3-90)", "-2.3*math.cos(q.anim_time*90*4-140)", 0] + }, + "tail_end": { + "rotation": ["12.5+6*math.cos(q.anim_time*90*3-220)", "-8*math.cos(q.anim_time*90*4-300)", 0] + }, + "tail5": { + "rotation": ["10.5+3.6*math.cos(q.anim_time*90*3-190)", "-6*math.cos(q.anim_time*90*4-260)", 0] + }, + "neck": { + "rotation": ["28.301+0.6*math.cos(q.anim_time*90*3-100)", -1.43366, "2.2343+0.4*math.cos(q.anim_time*90*1.5-170)"], + "position": [0, 0.375, -0.25] + }, + "head_angle": { + "rotation": ["-37.7052+0.5*math.cos(q.anim_time*90*3-130)", -3.49767, "-0.8141+0.6*math.cos(q.anim_time*90*1.5-190)"] + }, + "ear_left1": { + "rotation": ["34.6592-2*math.cos(q.anim_time*90*3-80)", -20.82433, 46.73822], + "position": [0.825, -0.725, -0.075] + }, + "ear_left2": { + "rotation": ["1-4*math.cos(q.anim_time*90*3-140)", 0, 0] + }, + "ear_right1": { + "rotation": ["34.6592-2*math.cos(q.anim_time*90*3-80)", 20.82433, -46.73822], + "position": [-0.825, -0.725, -0.075] + }, + "ear_right2": { + "rotation": ["1-4*math.cos(q.anim_time*90*3-140)", 0, 0] + }, + "head_ruff": { + "rotation": [-7.5, 0, 0] + }, + "body": { + "position": [0, -1.075, 0] + }, + "torso": { + "rotation": ["-0.4969-0.6*math.cos(q.anim_time*90*3-60)", 2.24711, "0.1165-1*math.cos(q.anim_time*90*1.5-150)"], + "position": [0.375, "0.6-0.1*math.cos(q.anim_time*90*3)", 0] + }, + "chest": { + "rotation": ["13.7515-0.7*math.cos(q.anim_time*90*3-80)", 1.246, 0.1057], + "position": [-0.025, 0, 0.225] + }, + "eyebrow_right_normal": { + "rotation": [0, 0, 7.5] + }, + "eyebrow_left_normal": { + "rotation": [0, 0, -7.5] + }, + "pupil_right_normal": { + "position": [0, 0.1, 0] + }, + "pupil_left_normal": { + "position": [0, 0.1, 0] + }, + "fur_spike_back1": { + "rotation": ["3.75-0.3*math.cos(q.anim_time*90*3-90)", 0, 0], + "position": [0, 3.7, 0] + }, + "fur_spike_back2": { + "position": [0, 3, 0] + }, + "whisker_right": { + "rotation": [0, 0, "8.5+1*math.cos(q.anim_time*90*3-170)"] + }, + "whisker_left": { + "rotation": [0, 0, "-8.5-1*math.cos(q.anim_time*90*3-170)"] + }, + "head_ruff_right": { + "rotation": ["11.9158-3*math.cos(q.anim_time*90*3-100)", 1.46014, -6.59089] + }, + "head_ruff_left": { + "rotation": ["11.9158-3*math.cos(q.anim_time*90*3-100)", -1.46014, 6.59089] + }, + "leg_front_claws_right": { + "position": [0, 0, -1] + }, + "leg_front_claws_left": { + "position": [0, 0, -1] + }, + "leg_back_claws_right": { + "position": [0, 0, -1] + }, + "leg_back_claws_left": { + "position": [0, 0, -1] + } + } + }, + "animation.cafe_litten.sleep": { + "loop": true, + "bones": { + "leg_back_left1": { + "rotation": ["-6.75+0.5*math.cos(q.anim_time*90*1-50)", -9.75, -4.75], + "position": [0.25, 1.2, "-0.03*math.cos(q.anim_time*90*1-50)"] + }, + "leg_back_left2": { + "rotation": ["-82.5-0.5*math.cos(q.anim_time*90*1-50)", 0, 0] + }, + "leg_back_left3": { + "rotation": [69, 0, 0], + "position": [0, -0.075, -0.3] + }, + "leg_front_right1": { + "rotation": ["-25.5+0.5*math.cos(q.anim_time*90*1-50)", 14.5, 0], + "position": [-0.45, 0.425, "1.025-0.03*math.cos(q.anim_time*90*1-50)"] + }, + "leg_front_right2": { + "rotation": ["-49.1584-0.5*math.cos(q.anim_time*90*1-50)", -42.03275, -28.12735], + "position": [-0.225, 0, 0] + }, + "leg_front_right3": { + "rotation": ["39-1*math.cos(q.anim_time*90*1-90)", 0, -33] + }, + "leg_front_left1": { + "rotation": ["-19.4053+0.5*math.cos(q.anim_time*90*1-50)", -47.38813, -7.59718], + "position": [0.45, 0.425, "1.025-0.03*math.cos(q.anim_time*90*1-50)"] + }, + "leg_front_left2": { + "rotation": ["-52.7795-0.5*math.cos(q.anim_time*90*1-50)", 42.75693, 33.38645], + "position": [0.025, -0.25, -0.225] + }, + "leg_front_left3": { + "rotation": ["39-1*math.cos(q.anim_time*90*1-90)", 0, 45.5] + }, + "leg_back_right1": { + "rotation": ["-6.75+0.5*math.cos(q.anim_time*90*1-50)", 9.75, 4.75], + "position": [-0.25, 1.2, "-0.03*math.cos(q.anim_time*90*1-50)"] + }, + "leg_back_right2": { + "rotation": ["-82.5-0.5*math.cos(q.anim_time*90*1-50)", 0, 0] + }, + "leg_back_right3": { + "rotation": [69, 0, 0], + "position": [0, -0.075, -0.3] + }, + "tail4": { + "rotation": ["-21.1994+1.5*math.cos(q.anim_time*90*1-160)", "32.5522-0.25*math.cos(q.anim_time*90*1-90)", -10.19808], + "position": [0, 0, -0.3] + }, + "tail3": { + "rotation": ["-31.8663+1*math.cos(q.anim_time*90*1-130)", "26.0255-0.25*math.cos(q.anim_time*90*1-70)", -6.25666], + "position": [0, 0, -0.275] + }, + "tail2": { + "rotation": ["-23.203+0.5*math.cos(q.anim_time*90*1-100)", "51.5915-0.25*math.cos(q.anim_time*90*1-50)", -22.69801] + }, + "tail1": { + "rotation": ["-19.388+1*math.cos(q.anim_time*90*1-70)", "25.6053-0.25*math.cos(q.anim_time*90*1-30)", -0.37086], + "position": [0, -0.85, 0] + }, + "tail_end": { + "rotation": ["7.871+3*math.cos(q.anim_time*90*1-240)", "28.922-3.5*math.cos(q.anim_time*90*1-160)", 14.93065] + }, + "tail5": { + "rotation": ["7.0852+2*math.cos(q.anim_time*90*1-200)", "14.0205-0.25*math.cos(q.anim_time*90*1-110)", 1.56752] + }, + "neck": { + "rotation": ["70.3376-0.3*math.cos(q.anim_time*90*1-120)", -4.0014, 2.12803] + }, + "head_angle": { + "rotation": ["-54.8708+1*math.cos(q.anim_time*90*1-140)", "-8.4812-0.6*math.cos(q.anim_time*90*0.5-180)", 17.05036] + }, + "ear_left1": { + "rotation": ["24.9177+2.5*math.cos(q.anim_time*90*1-160)", -0.63632, 24.73657] + }, + "ear_left2": { + "rotation": ["34.25+4*math.cos(q.anim_time*90*1-190)", 0, 0] + }, + "ear_right1": { + "rotation": ["24.9177+2.5*math.cos(q.anim_time*90*1-160)", 0.63632, -24.73657] + }, + "ear_right2": { + "rotation": ["34.25+4*math.cos(q.anim_time*90*1-190)", 0, 0] + }, + "head_ruff": { + "rotation": [-7.5, 0, 0] + }, + "body": { + "position": [0, -5.5, 0.5] + }, + "torso": { + "rotation": ["7.75+0.25*math.cos(q.anim_time*90*1-40)", 0, 0], + "position": [0, "0.275-0.03*math.cos(q.anim_time*90*1)", 0] + }, + "chest": { + "rotation": ["-9.2982+0.35*math.cos(q.anim_time*90*1-60)", -9.66179, 1.08777], + "position": [-0.175, -0.125, 1.1] + }, + "eyelid_right_normal": { + "position": [-0.1, 0, -0.1] + }, + "eyelid_left_normal": { + "position": [0.1, 0, -0.1] + }, + "whisker_right": { + "rotation": [0, 0, "9.5-1*math.cos(q.anim_time*90*1-180)"] + }, + "whisker_left": { + "rotation": [0, 0, "-9.5+1*math.cos(q.anim_time*90*1-180)"] + }, + "head_ruff_right": { + "rotation": ["8+2.5*math.cos(q.anim_time*90*1-180)", 0, 0] + }, + "head_ruff_left": { + "rotation": ["8+2.5*math.cos(q.anim_time*90*1-180)", 0, 0] + }, + "fur_spike_back1": { + "position": [0, 0.425, 0] + } + } + }, + "animation.cafe_litten.cry": { + "animation_length": 2.5, + "bones": { + "torso": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0.65, 0, 0], + "post": [0.65, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0.9, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-1.025, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-1.125, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-0.7, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [1.05, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [1.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": [0, 0, 0] + } + }, + "chest": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [1.825, 0, 0], + "post": [1.825, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [1.175, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [1.7, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [3.925, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [4.225, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [0.3, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": [0, 0, 0] + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [5, 0, 0], + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [6.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-2.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-0.85, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-0.85, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [6.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [6.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": [0, 0, 0] + } + }, + "head_angle": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [6, 0, 0], + "post": [6, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-2.24827, 0.08831, 2.24827], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-1.28547, 0.08831, 2.24827], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-4.78196, -0.20366, -1.23954], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [3.75112, -0.20366, -1.23954], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [4.885, -0.2, -1.24], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [4.35112, -0.20366, -1.23954], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [0.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": [0, 0, 0] + } + }, + "mouth_open": { + "position": { + "0.0": [0, 0, 0], + "0.1667": {"pre": [0, 0, 0], "post": [0, -0.1, -0.1]}, + "0.75": {"pre": [0, -0.1, -0.1], "post": [0, 0, 0]} + } + }, + "mouth_closed": { + "position": { + "0.0": [0, 0, 0], + "0.1667": {"pre": [0, 0, 0], "post": [0, 0.1, 0.1]}, + "0.75": {"pre": [0, 0.1, 0.1], "post": [0, 0, 0]} + } + }, + "whisker_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.2917": { + "pre": [0, -6.6, -6.1], + "post": [0, -6.6, -6.1], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, 5.87932], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 5.6, 1.18316], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -2.1, -1.01684], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 1.1, 1.18316], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, -0.7, -0.71684], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": [0, 0, 0] + } + }, + "whisker_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.2917": { + "pre": [0, 6.6, 6.1], + "post": [0, 6.6, 6.1], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [0, 0, -5.87932], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, -5.6, -1.18316], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 2.1, 1.01684], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, -1.1, -1.18316], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [0, 0.7, 0.71684], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": [0, 0, 0] + } + }, + "head_ruff_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.2917": { + "pre": [7.75, 0, 0], + "post": [7.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-8.24504, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [1.48548, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-6.55961, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [17.63374, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [24.73374, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [24.73374, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": [0, 0, 0] + } + }, + "head_ruff_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.2917": { + "pre": [7.75, 0, 0], + "post": [7.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-8.24504, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [1.48548, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-6.55961, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [17.63374, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [24.73374, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [24.73374, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": [0, 0, 0] + } + }, + "ear_right1": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [7.75, 0, 0], + "post": [7.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-8.24504, 0.28693, 1.97932], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [1.48548, 0.18285, -2.76958], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-6.55961, 0.40668, -8.91684], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [17.63374, 0.40668, -8.91684], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [24.73374, 0.40668, -8.91684], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [24.73374, 0.40668, -8.01684], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": [0, 0, 0] + } + }, + "ear_right2": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": { + "pre": [7.75, 0, 0], + "post": [7.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-5.09504, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [1.48548, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-14.40961, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [6.68374, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [20.08374, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [16.10874, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": [0, 0, 0] + } + }, + "ear_left1": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [7.75, 0, 0], + "post": [7.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-8.24504, -0.28693, -1.97932], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [1.48548, -0.18285, 2.76958], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-6.55961, -0.40668, 8.91684], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [17.63374, -0.40668, 8.91684], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [24.73374, -0.40668, 8.91684], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [24.73374, -0.40668, 8.01684], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": [0, 0, 0] + } + }, + "ear_left2": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": { + "pre": [7.75, 0, 0], + "post": [7.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [-5.09504, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [1.48548, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-14.40961, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [6.68374, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [20.08374, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [16.10874, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": [0, 0, 0] + } + }, + "tail1": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [1.6, 0, 0], + "post": [1.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [1.85, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-0.925, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-1.025, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-0.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-7.525, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-8.225, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-8.225, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-0.475, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": [0, 0, 0] + } + }, + "tail2": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [1.6, 0, 0], + "post": [1.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [1.85, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-0.925, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-1.025, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [36.3, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [36.3, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [36.3, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [2.425, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": [0, 0, 0] + } + }, + "tail3": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [1.6, 0, 0], + "post": [1.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [1.85, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [-0.925, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-1.025, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-9.2, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-9.2, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-9.2, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [-0.825, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": [0, 0, 0] + } + }, + "tail4": { + "rotation": { + "0.0": [0, 0, 0], + "0.4167": { + "pre": [1.6, 0, 0], + "post": [1.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [1.85, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-0.925, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-24.7, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-24.7, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-24.7, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-3.05, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": [0, 0, 0] + } + }, + "tail5": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": { + "pre": [1.6, 0, 0], + "post": [1.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [1.85, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-0.925, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-31.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-24.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-24.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-1.8, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": [0, 0, 0] + } + }, + "tail_end": { + "rotation": { + "0.0": [0, 0, 0], + "0.5833": { + "pre": [1.6, 0, 0], + "post": [1.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [1.85, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-0.925, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-25.85, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-25.85, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-25.85, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-2.2, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": [0, 0, 0] + } + }, + "eyelid_right_normal": { + "position": { + "0.0": [0, 0, 0], + "0.0833": {"pre": [0, 0, 0], "post": [-0.1, 0, -0.1]}, + "0.2083": {"pre": [-0.1, 0, -0.1], "post": [0, 0, 0]}, + "0.75": {"pre": [0, 0, 0], "post": [-0.1, 0, -0.1]}, + "1.3333": {"pre": [-0.1, 0, -0.1], "post": [0, 0, 0]} + } + }, + "eyelid_left_normal": { + "position": { + "0.0": [0, 0, 0], + "0.0833": {"pre": [0, 0, 0], "post": [0.1, 0, -0.1]}, + "0.2083": {"pre": [0.1, 0, -0.1], "post": [0, 0, 0]}, + "0.75": {"pre": [0, 0, 0], "post": [0.1, 0, -0.1]}, + "1.3333": {"pre": [0.1, 0, -0.1], "post": [0, 0, 0]} + } + } + }, + "sound_effects": { + "0.1667": { + "effect": "pokemon.litten.cry" + } + } + }, + "animation.cafe_litten.blink": { + "animation_length": 0.1667, + "bones": { + "eyelid_right_normal": { + "position": { + "0.0": [-0.1, 0, -0.1], + "0.125": [-0.1, 0, -0.1], + "0.1667": {"pre": [-0.1, 0, -0.1], "post": [0, 0, 0]} + } + }, + "eyelid_left_normal": { + "position": { + "0.0": [0.1, 0, -0.1], + "0.125": [0.1, 0, -0.1], + "0.1667": {"pre": [0.1, 0, -0.1], "post": [0, 0, 0]} + } + } + } + }, + "animation.cafe_litten.recoil": { + "animation_length": 1.5, + "bones": { + "torso": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [-3, 0, 0], + "0.5417": { + "pre": [0.625, 0, 0], + "post": [0.625, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [1.125, 0, "3*math.sin(q.anim_time*90*20-90)"], + "lerp_mode": "catmullrom" + }, + "1.1667": [0, 0, -0.56], + "1.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, -0.075, 1.025], + "0.2917": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, -0.225, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "chest": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [5.325, 0, 0], + "0.1667": { + "pre": [6.325, 0, 0], + "post": [6.325, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [3.85, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [6.005, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [5.28121, 6.22368, 0.57415], + "0.2083": { + "pre": [5.28121, 6.22368, 0.57415], + "post": [5.28121, 6.22368, 0.57415], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [3.07, -0.33, 0.01], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0.87377, 0, "0.75*math.sin(q.anim_time*90*20-40)"], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0.05, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "head_angle": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [12.87089, 11.96466, 4.65311], + "0.25": { + "pre": [12.87089, 11.96466, 4.65311], + "post": [12.87089, 11.96466, 4.65311], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [11.93974, 0, "3*math.sin(q.anim_time*90*20)"], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [14.33974, 0, "4*math.sin(q.anim_time*90*20)"], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [1.7, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "eyelid_right_normal": { + "position": { + "0.0": [-0.1, 0, -0.1], + "0.25": {"pre": [-0.1, 0, -0.1], "post": [0, 0, 0]}, + "0.4167": {"pre": [0, 0, 0], "post": [-0.1, 0, -0.1]}, + "1.3333": {"pre": [-0.1, 0, -0.1], "post": [0, 0, 0]} + } + }, + "eyelid_left_normal": { + "position": { + "0.0": [0.1, 0, -0.1], + "0.25": {"pre": [0.1, 0, -0.1], "post": [0, 0, 0]}, + "0.4167": {"pre": [0, 0, 0], "post": [0.1, 0, -0.1]}, + "1.3333": {"pre": [0.1, 0, -0.1], "post": [0, 0, 0]} + } + }, + "whisker_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [0, -33.75, 0], + "0.2917": { + "pre": [0, 10.75, 0], + "post": [0, 10.75, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, "6*math.sin(q.anim_time*90*20-90)"], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, "6*math.sin(q.anim_time*90*20-90)"], + "lerp_mode": "catmullrom" + }, + "1.25": [0, 0, 0], + "1.5": [0, 0, 0] + } + }, + "whisker_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [0, 33.75, 0], + "0.2917": { + "pre": [0, -10.75, 0], + "post": [0, -10.75, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, "6*math.sin(q.anim_time*90*20-90)"], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, "6*math.sin(q.anim_time*90*20-90)"], + "lerp_mode": "catmullrom" + }, + "1.25": [0, 0, 0], + "1.5": [0, 0, 0] + } + }, + "ear_right1": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [28, 0, 0], + "0.1667": { + "pre": [-10.25, 0, 0], + "post": [-10.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [7.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, "10*math.sin(q.anim_time*90*20-90)"], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, "10*math.sin(q.anim_time*90*20-90)"], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "ear_left1": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [28, 0, 0], + "0.1667": { + "pre": [-10.25, 0, 0], + "post": [-10.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [7.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, "10*math.sin(q.anim_time*90*20-90)"], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, "10*math.sin(q.anim_time*90*20-90)"], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "tail1": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [5.75, 0, 0], + "0.1667": { + "pre": [-3.5, 0, 0], + "post": [-3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [4.2, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "tail2": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [5.75, 0, 0], + "0.2083": { + "pre": [-3.5, 0, 0], + "post": [-3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [4.2, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "tail3": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [5.75, 0, 0], + "0.25": { + "pre": [-3.5, 0, 0], + "post": [-3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [4.2, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "tail4": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": [5.75, 0, 0], + "0.2917": { + "pre": [-3.5, 0, 0], + "post": [-3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [4.2, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "tail5": { + "rotation": { + "0.0": [0, 0, 0], + "0.2083": [5.75, 0, 0], + "0.3333": { + "pre": [-3.5, 0, 0], + "post": [-3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [4.2, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "leg_front_right1": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [-6.5, 0, 0], + "0.375": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, -0.055, 0.825], + "0.375": [0, 0, 0] + } + }, + "leg_front_right2": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [-0.5, 0, 0], + "0.375": [0, 0, 0] + } + }, + "leg_front_right3": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [7, 0, 0], + "0.375": [0, 0, 0] + } + }, + "leg_front_left1": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [-6.5, 0, 0], + "0.375": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, -0.055, 0.825], + "0.375": [0, 0, 0] + } + }, + "leg_front_left2": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [-0.5, 0, 0], + "0.375": [0, 0, 0] + } + }, + "leg_front_left3": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [7, 0, 0], + "0.375": [0, 0, 0] + } + }, + "leg_back_right1": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [-6.5, 0, 0], + "0.375": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, 0.033, 0.8], + "0.375": [0, 0, 0] + } + }, + "leg_back_right2": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [-0.5, 0, 0], + "0.375": [0, 0, 0] + } + }, + "leg_back_right3": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [7, 0, 0], + "0.375": [0, 0, 0] + } + }, + "leg_back_left1": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [-6.5, 0, 0], + "0.375": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, 0.033, 0.8], + "0.375": [0, 0, 0] + } + }, + "leg_back_left2": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [-0.5, 0, 0], + "0.375": [0, 0, 0] + } + }, + "leg_back_left3": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [7, 0, 0], + "0.375": [0, 0, 0] + } + }, + "head_ruff_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [28, 0, 0], + "0.2083": { + "pre": [-10.25, 0, 0], + "post": [-10.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [7.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, "10*math.sin(q.anim_time*90*20-90)"], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, "10*math.sin(q.anim_time*90*20-90)"], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "head_ruff_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [28, 0, 0], + "0.2083": { + "pre": [-10.25, 0, 0], + "post": [-10.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [7.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, "10*math.sin(q.anim_time*90*20-90)"], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, "10*math.sin(q.anim_time*90*20-90)"], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "tail_end": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [5.75, 0, 0], + "0.375": { + "pre": [-3.5, 0, 0], + "post": [-3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [4.2, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + } + } + }, + "animation.cafe_litten.battle_recoil": { + "animation_length": 1.5, + "bones": { + "torso": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [-3, 0, 0], + "0.5417": { + "pre": [0.625, 0, 0], + "post": [0.625, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [1.125, 0, "3*math.sin(q.anim_time*90*20-90)"], + "lerp_mode": "catmullrom" + }, + "1.1667": [0, 0, -0.56], + "1.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.0417": [0, -0.075, 1.025], + "0.2917": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, -0.225, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "chest": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [5.325, 0, 0], + "0.1667": { + "pre": [6.325, 0, 0], + "post": [6.325, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [3.85, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [6.005, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [5.28121, 6.22368, 0.57415], + "0.2083": { + "pre": [5.28121, 6.22368, 0.57415], + "post": [5.28121, 6.22368, 0.57415], + "lerp_mode": "catmullrom" + }, + "0.5417": { + "post": [3.07, -0.33, 0.01], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0.87377, 0, "0.75*math.sin(q.anim_time*90*20-40)"], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0.05, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "head_angle": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [12.87089, 11.96466, 4.65311], + "0.25": { + "pre": [12.87089, 11.96466, 4.65311], + "post": [12.87089, 11.96466, 4.65311], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [11.93974, 0, "3*math.sin(q.anim_time*90*20)"], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [14.33974, 0, "4*math.sin(q.anim_time*90*20)"], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [1.7, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "eyelid_right_normal": { + "position": { + "0.0": [-0.1, 0, -0.1], + "0.25": {"pre": [-0.1, 0, -0.1], "post": [0, 0, 0]}, + "0.4167": {"pre": [0, 0, 0], "post": [-0.1, 0, -0.1]}, + "1.3333": {"pre": [-0.1, 0, -0.1], "post": [0, 0, 0]} + } + }, + "eyelid_left_normal": { + "position": { + "0.0": [0.1, 0, -0.1], + "0.25": {"pre": [0.1, 0, -0.1], "post": [0, 0, 0]}, + "0.4167": {"pre": [0, 0, 0], "post": [0.1, 0, -0.1]}, + "1.3333": {"pre": [0.1, 0, -0.1], "post": [0, 0, 0]} + } + }, + "whisker_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [0, -33.75, 0], + "0.2917": { + "pre": [0, 10.75, 0], + "post": [0, 10.75, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, "6*math.sin(q.anim_time*90*20-90)"], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, "6*math.sin(q.anim_time*90*20-90)"], + "lerp_mode": "catmullrom" + }, + "1.25": [0, 0, 0], + "1.5": [0, 0, 0] + } + }, + "whisker_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [0, 33.75, 0], + "0.2917": { + "pre": [0, -10.75, 0], + "post": [0, -10.75, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 0, "6*math.sin(q.anim_time*90*20-90)"], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, "6*math.sin(q.anim_time*90*20-90)"], + "lerp_mode": "catmullrom" + }, + "1.25": [0, 0, 0], + "1.5": [0, 0, 0] + } + }, + "ear_right1": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [28, 0, 0], + "0.1667": { + "pre": [-10.25, 0, 0], + "post": [-10.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [7.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, "10*math.sin(q.anim_time*90*20-90)"], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, "10*math.sin(q.anim_time*90*20-90)"], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "ear_left1": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [28, 0, 0], + "0.1667": { + "pre": [-10.25, 0, 0], + "post": [-10.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [7.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [0, 0, "10*math.sin(q.anim_time*90*20-90)"], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 0, "10*math.sin(q.anim_time*90*20-90)"], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "leg_front_right1": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [-6.5, 0, 0], + "0.375": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.0417": [0.075, -0.2, 0.585], + "0.375": [0, 0, 0] + } + }, + "leg_front_right2": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [-0.5, 0, 0], + "0.375": [0, 0, 0] + } + }, + "leg_front_right3": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [6.99788, 1.06689, 0.08427], + "0.375": [0, 0, 0] + } + }, + "leg_front_left1": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [-6.5, 0, 0], + "0.375": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.0417": [-0.075, -0.225, 0.61], + "0.375": [0, 0, 0] + } + }, + "leg_front_left2": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [-0.5, 0, 0], + "0.375": [0, 0, 0] + } + }, + "leg_front_left3": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [7.00554, -0.96589, -0.14082], + "0.375": [0, 0, 0] + } + }, + "leg_back_right1": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [-6.75, 0, 0], + "0.375": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.0417": [0.05, 0.145, 0.715], + "0.375": [0, 0, 0] + } + }, + "leg_back_right2": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [-0.5, 0, 0], + "0.375": [0, 0, 0] + } + }, + "leg_back_right3": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [7, 1.75, 0], + "0.375": [0, 0, 0] + } + }, + "leg_back_left1": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [-6.5, 0, 0], + "0.375": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.0417": [-0.05, 0.14, 0.69], + "0.375": [0, 0, 0] + } + }, + "leg_back_left2": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [-0.5, 0, 0], + "0.375": [0, 0, 0] + } + }, + "leg_back_left3": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [7.00326, -1.37814, -0.14625], + "0.375": [0, 0, 0] + } + }, + "head_ruff_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [28, 0, 0], + "0.2083": { + "pre": [-10.25, 0, 0], + "post": [-10.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [7.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, "10*math.sin(q.anim_time*90*20-90)"], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, "10*math.sin(q.anim_time*90*20-90)"], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "head_ruff_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [28, 0, 0], + "0.2083": { + "pre": [-10.25, 0, 0], + "post": [-10.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [7.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, "10*math.sin(q.anim_time*90*20-90)"], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, 0, "10*math.sin(q.anim_time*90*20-90)"], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "tail1": { + "rotation": { + "0.0": [0, 0, 0], + "0.0417": [5.75, 0, 0], + "0.1667": { + "pre": [-3.5, 0, 0], + "post": [-3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [4.2, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "tail2": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [5.75, 0, 0], + "0.2083": { + "pre": [-3.5, 0, 0], + "post": [-3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [4.2, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "tail3": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [5.75, 0, 0], + "0.25": { + "pre": [-3.5, 0, 0], + "post": [-3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [4.2, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "tail4": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": [5.75, 0, 0], + "0.2917": { + "pre": [-3.5, 0, 0], + "post": [-3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [4.2, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "tail5": { + "rotation": { + "0.0": [0, 0, 0], + "0.2083": [5.75, 0, 0], + "0.3333": { + "pre": [-3.5, 0, 0], + "post": [-3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [4.2, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "tail_end": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [5.75, 0, 0], + "0.375": { + "pre": [-3.5, 0, 0], + "post": [-3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [4.2, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + } + } + }, + "animation.cafe_litten.shoulder_left": { + "loop": true, + "bones": { + "leg_back_left1": { + "rotation": ["6.9846+0.5*math.cos(q.anim_time*90*1-50)", -11.499, 0.15258], + "position": [0, 0.425, "0.225-0.03*math.cos(q.anim_time*90*1-50)"] + }, + "leg_back_left2": { + "rotation": ["-79.25-0.5*math.cos(q.anim_time*90*1-50)", 0, 0] + }, + "leg_back_left3": { + "rotation": [23.25, 0, 0] + }, + "leg_front_right1": { + "rotation": ["24.684+0.5*math.cos(q.anim_time*90*1-50)", -1.93627, -3.23253], + "position": [-1.35, -0.3, "2.425-0.03*math.cos(q.anim_time*90*1-50)"] + }, + "leg_front_right2": { + "rotation": ["-68-0.5*math.cos(q.anim_time*90*1-50)", 0, 0] + }, + "leg_front_right3": { + "rotation": [119.5, 0, -0.00005], + "position": [0, -0.175, -0.1] + }, + "leg_front_left1": { + "rotation": ["26.1377+0.5*math.cos(q.anim_time*90*1-50)", 32.87799, 6.14045], + "position": [-0.65, 0.175, "0.45-0.03*math.cos(q.anim_time*90*1-50)"] + }, + "leg_front_left2": { + "rotation": ["-55-0.5*math.cos(q.anim_time*90*1-50)", 0, 0] + }, + "leg_front_left3": { + "rotation": [119.5, 0, -0.00005], + "position": [0, -0.175, -0.1] + }, + "leg_back_right1": { + "rotation": ["2.927+0.5*math.cos(q.anim_time*90*1-50)", 11.25038, 5.79419], + "position": [0, 0.625, "0.025-0.03*math.cos(q.anim_time*90*1-50)"] + }, + "leg_back_right2": { + "rotation": ["-79.25-0.5*math.cos(q.anim_time*90*1-50)", 0, 0] + }, + "leg_back_right3": { + "rotation": [23.25, 0, 0] + }, + "tail4": { + "rotation": ["11.6217-4*math.cos(q.anim_time*90*1-170)", 47.0991, 16.1245] + }, + "tail3": { + "rotation": ["0.9702-3*math.cos(q.anim_time*90*1-140)", 23.8852, -8.4938] + }, + "tail2": { + "rotation": ["-2.226-2*math.cos(q.anim_time*90*1-110)", 27.4605, 7.3742] + }, + "tail1": { + "rotation": ["3.1335-1*math.cos(q.anim_time*90*1-80)", 40.8122, 0.9219], + "position": [0, -0.7, 0] + }, + "tail_end": { + "rotation": ["14.032-6*math.cos(q.anim_time*90*1-230)", 9.123, 0.6578] + }, + "tail5": { + "rotation": ["13.3501-5*math.cos(q.anim_time*90*1-200)", 33.9621, 3.6664] + }, + "neck": { + "rotation": ["33.5-0.4*math.cos(q.anim_time*90*1-110)", 0, 0] + }, + "head_angle": { + "rotation": ["-29.4233-0.4*math.cos(q.anim_time*90*1-140)", -0.5, "-1.95+1*math.cos(q.anim_time*90*0.5-170)"] + }, + "ear_left1": { + "rotation": ["2.5-2*math.cos(q.anim_time*90*1-140)", 0, 10] + }, + "ear_left2": { + "rotation": ["2.5-4*math.cos(q.anim_time*90*1-170)", 0, 0] + }, + "ear_right1": { + "rotation": ["2.5-2*math.cos(q.anim_time*90*1-140)", 0, -10] + }, + "ear_right2": { + "rotation": ["2.5-4*math.cos(q.anim_time*90*1-170)", 0, 0] + }, + "head_ruff": { + "rotation": [-7.5, 0, 0] + }, + "body": { + "rotation": [-18.01731, -30.23149, 9.30046], + "position": [6.95, -4.5, 1.1] + }, + "torso": { + "rotation": ["8-0.4*math.cos(q.anim_time*90*1-50)", 0, 0], + "position": [0, "-0.9+0.1*math.cos(q.anim_time*90*1)", 0] + }, + "chest": { + "rotation": ["4.1814-0.4*math.cos(q.anim_time*90*1-80)", 19.9649, 0.5307], + "position": [0.275, 0.125, 0.95] + }, + "whisker_right": { + "rotation": [0, 0, "1.6*math.cos(q.anim_time*90*1-150)"] + }, + "whisker_left": { + "rotation": [0, 0, "-1.6*math.cos(q.anim_time*90*1-150)"] + }, + "head_ruff_right": { + "rotation": ["-4*math.cos(q.anim_time*90*1-170)", 0, 0] + }, + "head_ruff_left": { + "rotation": ["-4*math.cos(q.anim_time*90*1-170)", 0, 0] + } + } + }, + "animation.cafe_litten.shoulder_right": { + "loop": true, + "bones": { + "leg_back_left1": { + "rotation": ["6.9846+0.5*math.cos(q.anim_time*90*1-50)", -11.499, 0.15258], + "position": [0, 0.425, "0.225-0.03*math.cos(q.anim_time*90*1-50)"] + }, + "leg_back_left2": { + "rotation": ["-79.25-0.5*math.cos(q.anim_time*90*1-50)", 0, 0] + }, + "leg_back_left3": { + "rotation": [23.25, 0, 0] + }, + "leg_front_right1": { + "rotation": ["26.1377+0.5*math.cos(q.anim_time*90*1-50)", -32.87799, -6.14045], + "position": [0.65, 0.175, "0.45-0.03*math.cos(q.anim_time*90*1-50)"] + }, + "leg_front_right2": { + "rotation": ["-55-0.5*math.cos(q.anim_time*90*1-50)", 0, 0] + }, + "leg_front_right3": { + "rotation": [119.5, 0, -0.00005], + "position": [0, -0.175, -0.1] + }, + "leg_front_left1": { + "rotation": ["24.684+0.5*math.cos(q.anim_time*90*1-50)", 1.93627, 3.23253], + "position": [1.35, -0.3, "2.425-0.03*math.cos(q.anim_time*90*1-50)"] + }, + "leg_front_left2": { + "rotation": ["-68-0.5*math.cos(q.anim_time*90*1-50)", 0, 0] + }, + "leg_front_left3": { + "rotation": [119.5, 0, -0.00005], + "position": [0, -0.175, -0.1] + }, + "leg_back_right1": { + "rotation": ["2.927+0.5*math.cos(q.anim_time*90*1-50)", 11.25038, 5.79419], + "position": [0, 0.625, "0.025-0.03*math.cos(q.anim_time*90*1-50)"] + }, + "leg_back_right2": { + "rotation": ["-79.25-0.5*math.cos(q.anim_time*90*1-50)", 0, 0] + }, + "leg_back_right3": { + "rotation": [23.25, 0, 0] + }, + "tail4": { + "rotation": ["11.6217-4*math.cos(q.anim_time*90*1-170)", -47.09906, -16.12451] + }, + "tail3": { + "rotation": ["0.9702-3*math.cos(q.anim_time*90*1-140)", -23.88521, 8.49383] + }, + "tail2": { + "rotation": ["-2.226-2*math.cos(q.anim_time*90*1-110)", -27.46049, -7.37417] + }, + "tail1": { + "rotation": ["3.1335-1*math.cos(q.anim_time*90*1-80)", -40.81219, -0.92193], + "position": [0, -0.7, 0] + }, + "tail_end": { + "rotation": ["14.032-6*math.cos(q.anim_time*90*1-230)", -9.12302, -0.65776] + }, + "tail5": { + "rotation": ["13.3501-5*math.cos(q.anim_time*90*1-200)", -33.9621, -3.6664] + }, + "neck": { + "rotation": ["33.5-0.4*math.cos(q.anim_time*90*1-110)", 0, 0] + }, + "head_angle": { + "rotation": ["-29.5-0.4*math.cos(q.anim_time*90*1-140)", 0.5, "-1*math.cos(q.anim_time*90*0.5-170)"] + }, + "ear_left1": { + "rotation": ["2.5-2*math.cos(q.anim_time*90*1-140)", 0, 10] + }, + "ear_left2": { + "rotation": ["2.5-4*math.cos(q.anim_time*90*1-170)", 0, 0] + }, + "ear_right1": { + "rotation": ["2.5-2*math.cos(q.anim_time*90*1-140)", 0, -10] + }, + "ear_right2": { + "rotation": ["2.5-4*math.cos(q.anim_time*90*1-170)", 0, 0] + }, + "head_ruff": { + "rotation": [-7.5, 0, 0] + }, + "body": { + "rotation": [-18.01731, 30.23149, -9.30046], + "position": [-6.95, -4.5, 1.1] + }, + "torso": { + "rotation": ["8-0.4*math.cos(q.anim_time*90*1-50)", 0, 0], + "position": [0, "-0.9+0.1*math.cos(q.anim_time*90*1)", 0] + }, + "chest": { + "rotation": ["4.1814-0.4*math.cos(q.anim_time*90*1-80)", -19.96494, -0.53072], + "position": [-0.275, 0.125, 0.95] + }, + "whisker_right": { + "rotation": [0, 0, "1.6*math.cos(q.anim_time*90*1-150)"] + }, + "whisker_left": { + "rotation": [0, 0, "-1.6*math.cos(q.anim_time*90*1-150)"] + }, + "head_ruff_right": { + "rotation": ["-4*math.cos(q.anim_time*90*1-170)", 0, 0] + }, + "head_ruff_left": { + "rotation": ["-4*math.cos(q.anim_time*90*1-170)", 0, 0] + } + } + }, + "animation.cafe_litten.lefteartwitch_quirk": { + "animation_length": 0.1667, + "bones": { + "ear_left1": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, "-5*math.cos(q.anim_time*90*40-90)", "7-7*math.cos(q.anim_time*90*40)"], + "post": [0, "-5*math.cos(q.anim_time*90*40-90)", "7-7*math.cos(q.anim_time*90*40)"], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.cafe_litten.righteartwitch_quirk": { + "animation_length": 0.1667, + "bones": { + "ear_right1": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": [0, "5*math.cos(q.anim_time*90*40-90)", "-7+7*math.cos(q.anim_time*90*40)"], + "post": [0, "5*math.cos(q.anim_time*90*40-90)", "-7+7*math.cos(q.anim_time*90*40)"], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.cafe_litten.tailtwitch_quirk": { + "animation_length": 0.2917, + "bones": { + "tail4": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": { + "pre": ["-2+2*math.cos(q.anim_time*90*40)", "1*math.cos(q.anim_time*90*40-90)", 0], + "post": ["-2+2*math.cos(q.anim_time*90*40)", "1*math.cos(q.anim_time*90*40-90)", 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail5": { + "rotation": { + "0.0417": [0, 0, 0], + "0.125": { + "pre": ["-3+3*math.cos(q.anim_time*90*40-30)", "1*math.cos(q.anim_time*90*40-120)", 0], + "post": ["-3+3*math.cos(q.anim_time*90*40-30)", "1*math.cos(q.anim_time*90*40-120)", 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail_end": { + "rotation": { + "0.125": [0, 0, 0], + "0.2083": { + "pre": ["-5+5*math.cos(q.anim_time*90*40-60)", "1*math.cos(q.anim_time*90*40-150)", 0], + "post": ["-5+5*math.cos(q.anim_time*90*40-60)", "1*math.cos(q.anim_time*90*40-150)", 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.cafe_litten.look_quirk": { + "animation_length": 4, + "bones": { + "torso": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 1.325, 0.2], + "post": [0, 1.325, 0.2], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 1.575, 0.65], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-0.75, 1.595, 1.15], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-0.75, 1.595, 1.275], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-0.75, 1.595, 1.175], + "lerp_mode": "catmullrom" + }, + "3.0417": { + "post": [0, 0.2, 0.1], + "lerp_mode": "catmullrom" + }, + "4.0": [0, 0, 0] + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": { + "pre": [0, 5.15, 1.5], + "post": [0, 5.15, 1.5], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [0, 5.88, 1.5], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [-3, 8.22, 4.05], + "lerp_mode": "catmullrom" + }, + "2.0417": { + "post": [-3, 9.12, 4.55], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [-3, 8.22, 4.05], + "lerp_mode": "catmullrom" + }, + "3.2083": { + "post": [0, 1.175, 0], + "lerp_mode": "catmullrom" + }, + "4.0": [0, 0, 0] + } + }, + "head_angle": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 7.075, 1.55], + "post": [0, 7.075, 1.55], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 7.7, 1.55], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [-2, 9.885, 2.1], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-2.1, 10.47, 1.48], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-2, 10.485, -0.625], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [-2, 9.085, -0.825], + "lerp_mode": "catmullrom" + }, + "3.375": { + "post": [0, 1.5, 0], + "lerp_mode": "catmullrom" + }, + "4.0": [0, 0, 0] + } + }, + "pupil_right_normal": { + "position": { + "0.0": [0, 0, 0], + "0.1667": {"pre": [0, 0, 0], "post": [-1.35, 0, 0]}, + "0.9583": {"pre": [-1.35, 0, 0], "post": [-1.35, 0.5, 0]}, + "2.0417": {"pre": [-1.35, 0.5, 0], "post": [-1.35, 0.275, 0]}, + "2.9167": {"pre": [-1.35, 0.275, 0], "post": [0, 0, 0]} + } + }, + "pupil_left_normal": { + "position": { + "0.0": [0, 0, 0], + "0.1667": {"pre": [0, 0, 0], "post": [-0.15, 0, 0]}, + "0.9583": {"pre": [-0.15, 0, 0], "post": [-0.15, 0.5, 0]}, + "2.0417": {"pre": [-0.15, 0.5, 0], "post": [-0.15, 0.275, 0]}, + "2.9167": {"pre": [-0.15, 0.275, 0], "post": [0, 0, 0]} + } + }, + "eyelid_right_normal": { + "position": { + "0.0": [0, 0, 0], + "0.0417": {"pre": [0, 0, 0], "post": [-0.1, 0, -0.1]}, + "0.1667": {"pre": [-0.1, 0, -0.1], "post": [0, 0, 0]}, + "1.9167": {"pre": [0, 0, 0], "post": [-0.1, 0, -0.1]}, + "2.0417": {"pre": [-0.1, 0, -0.1], "post": [0, 0, 0]} + } + }, + "eyelid_left_normal": { + "position": { + "0.0": [0, 0, 0], + "0.0417": {"pre": [0, 0, 0], "post": [0.1, 0, -0.1]}, + "0.1667": {"pre": [0.1, 0, -0.1], "post": [0, 0, 0]}, + "1.9167": {"pre": [0, 0, 0], "post": [0.1, 0, -0.1]}, + "2.0417": {"pre": [0.1, 0, -0.1], "post": [0, 0, 0]} + } + }, + "whisker_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.2917": { + "pre": [0, -5.6, 0], + "post": [0, -5.6, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 2.1, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-0.31094, 0.20224, -1.69838], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0.35819, -0.152, 2.92338], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-0.04848, 0.21484, 2.00561], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.23205, 4.40808, 2.98897], + "lerp_mode": "catmullrom" + }, + "3.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": [0, 0, 0] + } + }, + "whisker_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.2917": { + "pre": [0, -5.6, 0], + "post": [0, -5.6, 0], + "lerp_mode": "catmullrom" + }, + "0.625": { + "post": [0, 2.1, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [-0.31094, 0.20224, -1.69838], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [0.35819, -0.152, 2.92338], + "lerp_mode": "catmullrom" + }, + "2.2083": { + "post": [-0.04848, 0.21484, 2.00561], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [0.23205, 4.40808, 2.98897], + "lerp_mode": "catmullrom" + }, + "3.4167": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": [0, 0, 0] + } + }, + "head_ruff_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 2.5], + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, -4], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [4.5, 0, -2.25], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [8.85, 0, -2.25], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [1.47233, 0, -2.25], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [3.41422, 0, -2.39063], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [-9.52876, 0, -2.25], + "lerp_mode": "catmullrom" + }, + "3.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": [0, 0, 0] + } + }, + "head_ruff_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": { + "pre": [0, 0, 2.5], + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0, -4], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [4.5, 0, -2.25], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [8.85, 0, -2.25], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [1.47233, 0, -2.25], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [3.41422, 0, -2.39063], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [-9.52876, 0, -2.25], + "lerp_mode": "catmullrom" + }, + "3.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": [0, 0, 0] + } + }, + "ear_right1": { + "rotation": { + "0.0": [0, 0, 0], + "0.2917": { + "pre": [0, 0, 2.5], + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, -4], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [4.5, 0, -2.25], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [8.85, 0, -2.25], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [1.47233, 0, -2.25], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [3.41422, 0, -2.39063], + "lerp_mode": "catmullrom" + }, + "3.0833": { + "post": [-9.52876, 0, -2.25], + "lerp_mode": "catmullrom" + }, + "3.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": [0, 0, 0] + } + }, + "ear_right2": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [4.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [8.85, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [1.47233, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [3.41422, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.2083": { + "post": [-9.52876, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": [0, 0, 0] + } + }, + "ear_left1": { + "rotation": { + "0.0": [0, 0, 0], + "0.2917": { + "pre": [0, 0, 2.5], + "post": [0, 0, 2.5], + "lerp_mode": "catmullrom" + }, + "0.7083": { + "post": [0, 0, -4], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [4.5, 0, -2.25], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [8.85, 0, -2.25], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [1.47233, 0, -2.25], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [3.41422, 0, -2.39063], + "lerp_mode": "catmullrom" + }, + "3.0833": { + "post": [-9.52876, 0, -2.25], + "lerp_mode": "catmullrom" + }, + "3.6667": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": [0, 0, 0] + } + }, + "ear_left2": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": { + "pre": [0, 0, 0], + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [4.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [8.85, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [1.47233, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.4583": { + "post": [3.41422, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.2083": { + "post": [-9.52876, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": [0, 0, 0] + } + } + } + }, + "animation.cafe_litten.lick_quirk": { + "animation_length": 6, + "bones": { + "torso": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0.75, 0, 0], + "post": [0.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-3.24306, 0.21245, 3.74399], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0.50735, 0.21245, 3.74401], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [0.02127, 0.21245, 3.74401], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [1.77127, 0.21245, 3.74401], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [0.77127, 0.21245, 3.74401], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [1.52127, 0.21245, 3.74401], + "lerp_mode": "catmullrom" + }, + "3.5833": { + "post": [0.52127, 0.21245, 3.74401], + "lerp_mode": "catmullrom" + }, + "4.25": { + "post": [0.52127, 0.21245, 3.74401], + "lerp_mode": "catmullrom" + }, + "4.5417": { + "post": [1.52127, 0.21245, 3.74401], + "lerp_mode": "catmullrom" + }, + "5.0833": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.0": [0, 0, 0] + } + }, + "chest": { + "rotation": { + "0.0": [0, 0, 0], + "0.2083": { + "pre": [3.5, 0, 0], + "post": [3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [11, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [12.37833, -0.20279, 0.54382], + "lerp_mode": "catmullrom" + }, + "1.4167": { + "post": [10.87833, -0.20279, 0.54382], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [11.37833, -0.20279, 0.54382], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [10.13694, -0.20279, 0.54382], + "lerp_mode": "catmullrom" + }, + "3.0833": { + "post": [11.13247, -0.20279, 0.54382], + "lerp_mode": "catmullrom" + }, + "3.6667": { + "post": [10.13247, -0.20279, 0.54382], + "lerp_mode": "catmullrom" + }, + "4.375": { + "post": [10.13247, -0.20279, 0.54382], + "lerp_mode": "catmullrom" + }, + "4.9167": { + "post": [2.38247, -0.20279, 0.54382], + "lerp_mode": "catmullrom" + }, + "5.375": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.0": [0, 0, 0] + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0.65, 0, 0], + "post": [0.65, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [8.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [6.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [7.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [8.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [7.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [6.35, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [7.325, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [8.075, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [8.175, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.4167": { + "post": [7.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.875": { + "post": [6.35, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.375": { + "post": [7.85, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.8333": { + "post": [9.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.0": [0, 0, 0] + } + }, + "head_angle": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": { + "pre": [0.91985, -0.1242, 1.74838], + "post": [0.91985, -0.1242, 1.74838], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [7.5, 0, 4.15], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [8.75, 0, 4.15], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [4, 0, 2.25], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [3.25, 0, 2.25], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [5.875, 0, 4.15], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [6.375, 0, 2.625], + "lerp_mode": "catmullrom" + }, + "2.3333": { + "post": [1.65, 0, 2.625], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [1.9, 0, 2.75], + "lerp_mode": "catmullrom" + }, + "2.9583": { + "post": [5.25, 0, 4.15], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [6.075, 0, 4.15], + "lerp_mode": "catmullrom" + }, + "3.4167": { + "post": [5.675, 0, 2.875], + "lerp_mode": "catmullrom" + }, + "3.5833": { + "post": [3.05, 0, 2.875], + "lerp_mode": "catmullrom" + }, + "4.0417": { + "post": [2.9, 0, 2.85], + "lerp_mode": "catmullrom" + }, + "4.5": { + "post": [6.9, 0, 4.15], + "lerp_mode": "catmullrom" + }, + "5.0": { + "post": [7.65, 0, 4.15], + "lerp_mode": "catmullrom" + }, + "5.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.0": [0, 0, 0] + } + }, + "mouth_open": { + "position": { + "0.0": [0, 0, 0], + "0.875": {"pre": [0, 0, 0], "post": [0, -0.1, -0.1]}, + "1.0833": {"pre": [0, -0.1, -0.1], "post": [0, 0, 0]}, + "1.7917": {"pre": [0, 0, 0], "post": [0, -0.1, -0.1]}, + "2.125": {"pre": [0, -0.1, -0.1], "post": [0, 0, 0]}, + "2.9167": {"pre": [0, 0, 0], "post": [0, -0.1, -0.1]}, + "3.2917": {"pre": [0, -0.1, -0.1], "post": [0, 0, 0]} + } + }, + "mouth_closed": { + "position": { + "0.0": [0, 0, 0], + "0.875": {"pre": [0, 0, 0], "post": [0, 0.1, 0.1]}, + "1.0833": {"pre": [0, 0.1, 0.1], "post": [0, 0, 0]}, + "1.7917": {"pre": [0, 0, 0], "post": [0, 0.1, 0.1]}, + "2.125": {"pre": [0, 0.1, 0.1], "post": [0, 0, 0]}, + "2.9167": {"pre": [0, 0, 0], "post": [0, 0.1, 0.1]}, + "3.2917": {"pre": [0, 0.1, 0.1], "post": [0, 0, 0]} + } + }, + "pupil_right_normal": { + "position": { + "0.0": [0, 0, 0], + "2.2083": {"pre": [0, 0, 0], "post": [-0.2, 0.3, 0]}, + "2.625": {"pre": [-0.2, 0.3, 0], "post": [0, 0, 0]} + } + }, + "pupil_left_normal": { + "position": { + "0.0": [0, 0, 0], + "2.2083": {"pre": [0, 0, 0], "post": [-0.2, 0.3, 0]}, + "2.625": {"pre": [-0.2, 0.3, 0], "post": [0, 0, 0]} + } + }, + "eyelid_right_happy": { + "position": { + "0.0": [0, 0, 0], + "0.6667": {"pre": [0, 0, 0], "post": [-0.1, 0, -0.1]}, + "2.2083": {"pre": [-0.1, 0, -0.1], "post": [0, 0, 0]}, + "2.625": {"pre": [0, 0, 0], "post": [-0.1, 0, -0.1]}, + "4.25": {"pre": [-0.1, 0, -0.1], "post": [0, 0, 0]} + } + }, + "eyelid_left_happy": { + "position": { + "0.0": [0, 0, 0], + "0.6667": {"pre": [0, 0, 0], "post": [0.1, 0, -0.1]}, + "2.2083": {"pre": [0.1, 0, -0.1], "post": [0, 0, 0]}, + "2.625": {"pre": [0, 0, 0], "post": [0.1, 0, -0.1]}, + "4.25": {"pre": [0.1, 0, -0.1], "post": [0, 0, 0]} + } + }, + "head_ruff_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.4583": { + "pre": [4.6, 0, 0], + "post": [4.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [16.85, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [11.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [22.85, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [14.35, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.3333": { + "post": [21.35, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.8333": { + "post": [14.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.7083": { + "post": [23.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.2917": { + "post": [1.9, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.0": [0, 0, 0] + } + }, + "head_ruff_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.4583": { + "pre": [4.6, 0, 0], + "post": [4.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [16.85, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5417": { + "post": [11.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0833": { + "post": [22.85, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [14.35, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.3333": { + "post": [21.35, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.8333": { + "post": [14.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.7083": { + "post": [23.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.2917": { + "post": [1.9, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.0": [0, 0, 0] + } + }, + "ear_right1": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": { + "pre": [4.6, 0, 0], + "post": [4.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [16.85, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [11.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [22.85, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [14.35, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [21.35, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [14.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.625": { + "post": [23.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.2083": { + "post": [1.9, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.0": [0, 0, 0] + } + }, + "ear_right2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5417": { + "pre": [4.6, 0, 0], + "post": [4.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [16.85, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [11.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [22.85, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [14.35, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.4167": { + "post": [21.35, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.9167": { + "post": [14.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.7917": { + "post": [23.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.375": { + "post": [1.9, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.0": [0, 0, 0] + } + }, + "ear_left1": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": { + "pre": [4.6, 0, 0], + "post": [4.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [16.85, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [11.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [22.85, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.625": { + "post": [14.35, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [21.35, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [14.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.625": { + "post": [23.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.2083": { + "post": [1.9, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.0": [0, 0, 0] + } + }, + "ear_left2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5417": { + "pre": [4.6, 0, 0], + "post": [4.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [16.85, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.625": { + "post": [11.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [22.85, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [14.35, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.4167": { + "post": [21.35, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.9167": { + "post": [14.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.7917": { + "post": [23.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "5.375": { + "post": [1.9, 0, 0], + "lerp_mode": "catmullrom" + }, + "6.0": [0, 0, 0] + } + }, + "leg_front_right1": { + "rotation": { + "0.0833": [0, 0, 0], + "0.5": { + "pre": [-24.275, -14.1, -3.175], + "post": [-24.275, -14.1, -3.175], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [-28.775, -23.2, 10.35], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-32.48558, -23.2159, 3.97593], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-30.49528, -23.21591, 10.37594], + "lerp_mode": "catmullrom" + }, + "1.6667": { + "post": [-30.27028, -23.21591, 10.37594], + "lerp_mode": "catmullrom" + }, + "1.9583": { + "post": [-33.09528, -23.21591, 4.47594], + "lerp_mode": "catmullrom" + }, + "2.25": { + "post": [-31.69528, -23.21591, 10.37594], + "lerp_mode": "catmullrom" + }, + "2.7083": { + "post": [-31.69528, -23.21591, 10.37594], + "lerp_mode": "catmullrom" + }, + "3.0833": { + "post": [-33.87028, -23.21591, 4.27594], + "lerp_mode": "catmullrom" + }, + "3.5417": { + "post": [-31.32028, -23.21591, 10.37594], + "lerp_mode": "catmullrom" + }, + "4.0417": { + "post": [-32.07024, -23.21591, 10.37599], + "lerp_mode": "catmullrom" + }, + "4.5833": [0, 0, 0] + }, + "position": { + "0.0833": [0, 0, 0], + "0.5833": { + "pre": [0, -0.425, 0], + "post": [0, -0.425, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [0, -0.67, 0], + "lerp_mode": "catmullrom" + }, + "4.0833": { + "post": [0, -0.67, 0], + "lerp_mode": "catmullrom" + }, + "4.5833": [0, 0, 0] + } + }, + "leg_front_right2": { + "rotation": { + "0.0833": [0, 0, 0], + "0.5833": { + "pre": [-34.35, 0, 0], + "post": [-34.35, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.8333": { + "post": [-53.175, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-56.675, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [-60.175, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.9167": { + "post": [-57.925, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-60.675, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.0": { + "post": [-56.425, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.4583": { + "post": [-59.675, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.1667": { + "post": [-48.65, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.6667": [-7.45, 0, 0], + "4.8333": [-2.25, 0, 0], + "4.9583": [0, 0, 0] + } + }, + "leg_front_right3": { + "rotation": { + "0.0833": [0, 0, 0], + "0.6667": { + "pre": [97.4, 0, 0], + "post": [97.4, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9167": { + "post": [128.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [126.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.4583": { + "post": [138.95, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.875": { + "post": [128.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [137.125, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [134.925, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.8333": { + "post": [116.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.3333": { + "post": [133.33, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.625": { + "post": [146.35, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.3333": { + "post": [141.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.6667": [26.12, 0, 0], + "4.8333": [8.19, 0, 0], + "4.9583": [0, 0, 0] + } + } + } + }, + "animation.cafe_litten.yawn_quirk": { + "animation_length": 4, + "bones": { + "chest": { + "rotation": { + "0.0": [0, 0, 0], + "0.4583": { + "pre": [1.125, 0, 0], + "post": [1.125, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-0.45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.8333": { + "post": [-0.95, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.2917": { + "post": [-1.05, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.2083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.5833": { + "pre": [1.5, 0, 0], + "post": [1.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-2.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.1667": { + "post": [-4, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.4583": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": [0, 0, 0] + } + }, + "head_angle": { + "rotation": { + "0.0": [0, 0, 0], + "0.6667": { + "pre": [-0.75, 0, 0], + "post": [-0.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5833": { + "post": [-3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [-7.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.9167": { + "post": [-7.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.5417": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": [0, 0, 0] + } + }, + "mouth_open": { + "position": { + "0.0": [0, 0, 0], + "1.0417": {"pre": [0, 0, 0], "post": [0, -0.1, -0.1]}, + "2.875": {"pre": [0, -0.1, -0.1], "post": [0, 0, 0]}, + "3.2917": {"pre": [0, 0, 0], "post": [0, -0.1, -0.1]}, + "3.4583": {"pre": [0, -0.1, -0.1], "post": [0, 0, 0]}, + "3.6667": {"pre": [0, 0, 0], "post": [0, -0.1, -0.1]}, + "3.8333": {"pre": [0, -0.1, -0.1], "post": [0, 0, 0]} + } + }, + "mouth_closed": { + "position": { + "0.0": [0, 0, 0], + "1.0417": {"pre": [0, 0, 0], "post": [0, 0.1, 0.1]}, + "2.875": {"pre": [0, 0.1, 0.1], "post": [0, 0, 0]}, + "3.2917": {"pre": [0, 0, 0], "post": [0, 0.1, 0.1]}, + "3.4583": {"pre": [0, 0.1, 0.1], "post": [0, 0, 0]}, + "3.6667": {"pre": [0, 0, 0], "post": [0, 0.1, 0.1]}, + "3.8333": {"pre": [0, 0.1, 0.1], "post": [0, 0, 0]} + } + }, + "eyelid_right_normal": { + "position": { + "0.0": [0, 0, 0], + "1.0833": {"pre": [0, 0, 0], "post": [0.1, 0, 0.1]}, + "2.7917": {"pre": [0.1, 0, 0.1], "post": [0, 0, 0]} + } + }, + "eyelid_left_normal": { + "position": { + "0.0": [0, 0, 0], + "1.0833": {"pre": [0, 0, 0], "post": [-0.1, 0, 0.1]}, + "2.7917": {"pre": [-0.1, 0, 0.1], "post": [0, 0, 0]} + } + }, + "eyelid_right_happy": { + "position": { + "0.0": [0, 0, 0], + "1.0833": {"pre": [0, 0, 0], "post": [-0.1, 0, -0.1]}, + "2.7917": {"pre": [-0.1, 0, -0.1], "post": [0, 0, 0]} + } + }, + "eyelid_left_happy": { + "position": { + "0.0": [0, 0, 0], + "1.0833": {"pre": [0, 0, 0], "post": [0.1, 0, -0.1]}, + "2.7917": {"pre": [0.1, 0, -0.1], "post": [0, 0, 0]} + } + }, + "whisker_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.4583": { + "pre": [0, 0, 5.75], + "post": [0, 0, 5.75], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, -1], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, -1.75], + "lerp_mode": "catmullrom" + }, + "3.0833": { + "post": [0, 0, 3], + "lerp_mode": "catmullrom" + }, + "4.0": [0, 0, 0] + } + }, + "whisker_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.4583": { + "pre": [0, 0, -5.75], + "post": [0, 0, -5.75], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [0, 0, 1], + "lerp_mode": "catmullrom" + }, + "2.375": { + "post": [0, 0, 1.75], + "lerp_mode": "catmullrom" + }, + "3.0833": { + "post": [0, 0, -3], + "lerp_mode": "catmullrom" + }, + "4.0": [0, 0, 0] + } + }, + "head_ruff_right": { + "rotation": { + "0.0": [0, 0, 0], + "0.8333": { + "pre": [-0.75, 0, 0], + "post": [-0.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [-7.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.2083": { + "post": [-7.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": [0, 0, 0] + } + }, + "head_ruff_left": { + "rotation": { + "0.0": [0, 0, 0], + "0.8333": { + "pre": [-0.75, 0, 0], + "post": [-0.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [-3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5417": { + "post": [-7.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.2083": { + "post": [-7.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": [0, 0, 0] + } + }, + "ear_right1": { + "rotation": { + "0.0": [0, 0, 0], + "0.7917": { + "pre": [-0.75, 0, 0], + "post": [-0.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-7.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [-7.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": [0, 0, 0] + } + }, + "ear_right2": { + "rotation": { + "0.0": [0, 0, 0], + "0.875": { + "pre": [-0.75, 0, 0], + "post": [-0.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [-7.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [-7.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": [0, 0, 0] + } + }, + "ear_left1": { + "rotation": { + "0.0": [0, 0, 0], + "0.7917": { + "pre": [-0.75, 0, 0], + "post": [-0.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7083": { + "post": [-3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-7.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.1667": { + "post": [-7.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.7083": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": [0, 0, 0] + } + }, + "ear_left2": { + "rotation": { + "0.0": [0, 0, 0], + "0.875": { + "pre": [-0.75, 0, 0], + "post": [-0.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.375": { + "post": [3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.7917": { + "post": [-3.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5833": { + "post": [-7.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.25": { + "post": [-7.75, 0, 0], + "lerp_mode": "catmullrom" + }, + "3.7917": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "4.0": [0, 0, 0] + } + } + } + }, + "animation.cafe_litten.happy": { + "loop": true, + "bones": { + "eyelid_right_happy": { + "position": [-0.1, 0, -0.1] + }, + "eyelid_left_happy": { + "position": [0.1, 0, -0.1] + } + } + }, + "animation.litten.angry ": { + "loop": true, + "bones": { + "pupil_right_normal": { + "position": [0, 0.1, 0] + }, + "pupil_left_normal": { + "position": [0, 0.1, 0] + }, + "eyebrow_left_normal": { + "rotation": [0, 0, -7.5] + }, + "eyebrow_right_normal": { + "rotation": [0, 0, 7.5] + } + } + }, + "animation.cafe_litten.ground_walk": { + "loop": true, + "animation_length": 1.3333, + "bones": { + "leg_back_left1": { + "rotation": { + "0.0": [40.775, 0, 0], + "0.125": { + "pre": [29.775, 0, 0], + "post": [29.775, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2917": { + "post": [0.7, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": [-19.1, 0, 0], + "0.5417": [-8, 0, 0], + "0.6667": [1.5, 0, 0], + "1.1667": [30.75, 0, 0], + "1.25": [34.6, 0, 0], + "1.3333": [40.775, 0, 0] + }, + "position": { + "0.0": [0, -0.6, 0], + "0.1667": { + "pre": [0, -0.505, 0], + "post": [0, -0.505, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, -0.445, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": [0, -0.605, -0.25], + "0.5417": [0, -0.64, -0.25], + "0.5833": [0, -0.575, -0.19], + "0.625": [0, -0.525, -0.132], + "0.6667": [0, -0.495, -0.075], + "0.75": [0, -0.39, 0.01], + "0.8333": [0, -0.36, 0.085], + "0.9167": [0, -0.405, 0.155], + "1.0": [0, -0.525, 0.225], + "1.0833": [0, -0.725, 0.31], + "1.1667": [0, -0.995, 0.42], + "1.25": [0, -0.78, 0.175], + "1.3333": [0, -0.6, 0] + } + }, + "leg_back_left2": { + "rotation": { + "0.0": [-34, 0, 0], + "0.1667": { + "pre": [-50.1, 0, 0], + "post": [-50.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-47.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": [-22.58, 0, 0], + "0.5417": [-29, 0, 0], + "0.6667": [-30.5, 0, 0], + "1.1667": [-14.75, 0, 0], + "1.25": [-19.635, 0, 0], + "1.3333": [-34, 0, 0] + } + }, + "leg_back_left3": { + "rotation": { + "0.0": [35.01, 0, 0], + "0.0417": { + "pre": [44.85, 0, 0], + "post": [44.85, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2083": { + "post": [63.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [50.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": [47, 0, 0], + "0.5417": [37, 0, 0], + "0.6667": [29, 0, 0], + "1.1667": [-16, 0, 0], + "1.25": [12.655, 0, 0], + "1.3333": [35.01, 0, 0] + } + }, + "leg_front_right1": { + "rotation": { + "0.0": [-17.75, 0, 0], + "0.6667": [27.75, 0, 0], + "0.7917": [34.24, 0, 0], + "0.9167": { + "pre": [17.07, 0, 0], + "post": [17.07, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": { + "post": [-8.55, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": [-18.01, 0, 0], + "1.3333": [-17.75, 0, 0] + }, + "position": { + "0.0": [0, -0.68, 0.24], + "0.125": [0, -0.345, 0.385], + "0.25": [0, -0.15, 0.49], + "0.375": [0, -0.115, 0.57], + "0.5": [0, -0.24, 0.66], + "0.5833": [0, -0.41, 0.735], + "0.6667": [0, -0.645, 0.83], + "0.75": [0, -0.565, 0.74], + "0.875": { + "pre": [0, -0.575, 0.575], + "post": [0, -0.575, 0.575], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [0, -0.49, 0.5], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [0, -0.68, 0.4], + "lerp_mode": "catmullrom" + }, + "1.25": [0, -0.88, 0.28], + "1.3333": [0, -0.68, 0.24] + } + }, + "leg_front_right2": { + "rotation": { + "0.0": [-9.75, 0, 0], + "0.5": [-6.75, 0, 0], + "0.7917": [-22.6, 0, 0], + "0.9167": { + "pre": [-22.15237, 0.01429, 0.00322], + "post": [-42.15237, 0.01429, 0.00322], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-17.87, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": [-14.35, 0, 0], + "1.3333": [-9.75, 0, 0] + } + }, + "leg_front_right3": { + "rotation": { + "0.0": [28, 0, 0], + "0.6667": [-20, 0, 0], + "0.7917": [33.21, 0, 0], + "1.0": { + "pre": [73.65, 0, 0], + "post": [73.65, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [57.43, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [43.2, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": [18.46, 0, 0], + "1.3333": [28, 0, 0] + } + }, + "leg_front_left1": { + "rotation": { + "0.0": [27.75, 0, 0], + "0.125": [34.24, 0, 0], + "0.25": { + "pre": [17.07, 0, 0], + "post": [17.07, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-8.55, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": [-18.01, 0, 0], + "0.6667": [-17.75, 0, 0], + "1.3333": [27.75, 0, 0] + }, + "position": { + "0.0": [0, -0.645, 0.83], + "0.0833": [0, -0.565, 0.74], + "0.2083": { + "pre": [0, -0.575, 0.575], + "post": [0, -0.575, 0.575], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [0, -0.49, 0.5], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, -0.68, 0.4], + "lerp_mode": "catmullrom" + }, + "0.5833": [0, -0.88, 0.28], + "0.6667": [0, -0.68, 0.24], + "0.7917": [0, -0.345, 0.385], + "0.9167": [0, -0.15, 0.49], + "1.0417": [0, -0.115, 0.57], + "1.1667": [0, -0.24, 0.66], + "1.25": [0, -0.41, 0.735], + "1.3333": [0, -0.645, 0.83] + } + }, + "leg_front_left2": { + "rotation": { + "0.0": [-7.75, 0, 0], + "0.125": [-29.6, 0, 0], + "0.2917": { + "pre": [-42.15237, -0.01429, -0.00322], + "post": [-42.15237, -0.01429, -0.00322], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-34.87, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": [-17.35, 0, 0], + "0.6667": [-9.75, 0, 0], + "1.3333": [-7.75, 0, 0] + } + }, + "leg_front_left3": { + "rotation": { + "0.0": [-20, 0, 0], + "0.2083": [10.21, 0, 0], + "0.625": [5.46, 0, 0], + "0.7917": [5, 0, 0], + "1.3333": [-20, 0, 0] + } + }, + "leg_back_right1": { + "rotation": { + "0.0": [1.5, 0, 0], + "0.5": [30.75, 0, 0], + "0.5833": [34.6, 0, 0], + "0.6667": [40.775, 0, 0], + "0.7917": { + "pre": [29.775, 0, 0], + "post": [29.775, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [0.7, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": [-19.1, 0, 0], + "1.2083": [-8, 0, 0], + "1.3333": [1.5, 0, 0] + }, + "position": { + "0.0": [0, -0.495, -0.075], + "0.0833": [0, -0.39, 0.01], + "0.1667": [0, -0.36, 0.085], + "0.25": [0, -0.405, 0.155], + "0.3333": [0, -0.525, 0.225], + "0.4167": [0, -0.725, 0.31], + "0.5": [0, -0.995, 0.42], + "0.5833": [0, -0.78, 0.175], + "0.6667": [0, -0.6, 0], + "0.8333": { + "pre": [0, -0.505, 0], + "post": [0, -0.505, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [0, -0.445, 0], + "lerp_mode": "catmullrom" + }, + "1.125": [0, -0.605, -0.25], + "1.2083": [0, -0.64, -0.25], + "1.25": [0, -0.575, -0.19], + "1.2917": [0, -0.525, -0.132], + "1.3333": [0, -0.495, -0.075] + } + }, + "leg_back_right2": { + "rotation": { + "0.0": [-30.5, 0, 0], + "0.5": [-14.75, 0, 0], + "0.5833": [-19.635, 0, 0], + "0.6667": [-34, 0, 0], + "0.8333": { + "pre": [-50.1, 0, 0], + "post": [-50.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-47.1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": [-22.58, 0, 0], + "1.2083": [-29, 0, 0], + "1.3333": [-30.5, 0, 0] + } + }, + "leg_back_right3": { + "rotation": { + "0.0": [29, 0, 0], + "0.5": [-16, 0, 0], + "0.5833": [12.655, 0, 0], + "0.6667": [35.01, 0, 0], + "0.7083": { + "pre": [44.85, 0, 0], + "post": [44.85, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [63.25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0417": { + "post": [50.6, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.125": [47, 0, 0], + "1.2083": [37, 0, 0], + "1.3333": [29, 0, 0] + } + }, + "tail4": { + "rotation": ["11.75-2.5*math.sin(q.anim_time*90*6-60)", "-2.4*math.cos(q.anim_time*90*3-80)", "-2.2*math.cos(q.anim_time*90*3-80)"] + }, + "tail3": { + "rotation": ["21-5*math.sin(q.anim_time*90*3-20)", "-1.4*math.cos(q.anim_time*90*3-60)", "-1*math.cos(q.anim_time*90*3-70)"] + }, + "tail2": { + "rotation": ["16.75-2*math.sin(q.anim_time*90*6-10)", "-1*math.cos(q.anim_time*90*3-40)", "-0.8*math.cos(q.anim_time*90*3-60)"] + }, + "tail1": { + "rotation": ["37.0035-1.5*math.sin(q.anim_time*90*6)", "-0.4*math.cos(q.anim_time*90*3-20)", "-0.6*math.cos(q.anim_time*90*3-50)"] + }, + "tail_end": { + "rotation": ["10.25-5*math.sin(q.anim_time*90*6-100)", "-3*math.cos(q.anim_time*90*3-120)", "-3.6*math.cos(q.anim_time*90*3-130)"] + }, + "tail5": { + "rotation": ["0.75-1.75*math.sin(q.anim_time*90*6-80)", "-2.8*math.cos(q.anim_time*90*3-100)", "-2.4*math.cos(q.anim_time*90*3-100)"] + }, + "neck": { + "rotation": ["36.2-1.3*math.cos(q.anim_time*90*3-40)", 0, "-1*math.cos(q.anim_time*90*3-10)"] + }, + "head_angle": { + "rotation": ["-34+1.7*math.cos(q.anim_time*90*3-70)", "1*math.cos(q.anim_time*90*3-10)", "2*math.cos(q.anim_time*90*3-30)"] + }, + "ear_left1": { + "rotation": ["2.5+1*math.cos(q.anim_time*90*6-110)", 0, "10+1*math.cos(q.anim_time*90*3-40)"] + }, + "ear_left2": { + "rotation": ["12.75+2.5*math.cos(q.anim_time*90*6-180)", 0, 0] + }, + "ear_right1": { + "rotation": ["2.5+1*math.cos(q.anim_time*90*6-110)", 0, "-10+1*math.cos(q.anim_time*90*3-40)"] + }, + "ear_right2": { + "rotation": ["12.75+2.5*math.cos(q.anim_time*90*6-180)", 0, 0] + }, + "head_ruff": { + "rotation": [-7.5, 0, 0] + }, + "torso": { + "rotation": ["1.5002-1*math.cos(q.anim_time*90*6+20)", "-2*math.cos(q.anim_time*90*3+10)", "0.2*math.cos(q.anim_time*90*3-10)"], + "position": [0, "-0.125-0.2*math.cos(q.anim_time*90*6)", "-0.1*math.cos(q.anim_time*90*6+60)"] + }, + "chest": { + "rotation": ["-1+1*math.cos(q.anim_time*90*6-20)", "2*math.cos(q.anim_time*90*3+10)", 0], + "position": [0, 0, 0.15] + }, + "whisker_right": { + "rotation": [0, 0, "-1.5*math.cos(q.anim_time*90*6-130)"] + }, + "whisker_left": { + "rotation": [0, 0, "1.5*math.cos(q.anim_time*90*6-130)"] + }, + "head_ruff_right": { + "rotation": ["2*math.cos(q.anim_time*90*6-95)", 0, "1*math.cos(q.anim_time*90*3-15)"] + }, + "head_ruff_left": { + "rotation": ["2*math.cos(q.anim_time*90*6-95)", 0, "1*math.cos(q.anim_time*90*3-15)"] + }, + "fur_spike_back1": { + "position": [0, 0.425, 0] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/cafe_mew/cafe_mew.animation.json b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/cafe_mew/cafe_mew.animation.json new file mode 100644 index 0000000..cdaf4bd --- /dev/null +++ b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/cafe_mew/cafe_mew.animation.json @@ -0,0 +1,570 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.cafe_mew.ground_idle": { + "loop": true, + "animation_length": 2.5, + "bones": { + "body": { + "rotation": [15, 0, 0], + "position": { + "0.0": { + "post": [0, 18, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 27, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 18, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [15, 15, 30], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [20.93579, 2.65154, 56.92105], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [10.95476, 18.14006, 5.68507], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [15, 15, 30], + "lerp_mode": "catmullrom" + } + } + }, + "tail2": { + "rotation": { + "0.0": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [72.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [60, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail3": { + "rotation": { + "0.0": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail4": { + "rotation": { + "0.0": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [60, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-27.75499, -1.56639, -0.2572], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail5": { + "rotation": { + "0.0": { + "post": [-52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-70, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-60, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-52.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail6": { + "rotation": { + "0.0": { + "post": [-60, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-70, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-75, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-60, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail7": { + "rotation": { + "0.0": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [65, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-50, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": [-15, 0, 0] + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [15, -15, -30], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [20.73677, -3.93462, -63.73422], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [7.1594, -19.89054, -4.27099], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [15, -15, -30], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.cafe_mew.ground_walk": { + "loop": true, + "animation_length": 1.5, + "bones": { + "body": { + "rotation": [45, 0, 0], + "position": [0, 4, -3] + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [15, 0, 30], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [14.97736, -9.50807, 17.12438], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [14.78217, 2.57594, 20.3342], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [15, 0, 30], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail2": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail3": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail4": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": [15, 0, 0] + }, + "foot_left": { + "rotation": { + "0.0": { + "post": [77.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [97.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [82.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [77.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail5": { + "rotation": { + "0.0": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail6": { + "rotation": { + "0.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail7": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": [15, 0, 0] + }, + "foot_right": { + "rotation": { + "0.0": { + "post": [77.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [97.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [82.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [77.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": [-30, 0, 0] + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [15, 0, -30], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [14.9774, 9.5081, -17.1244], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [14.82446, -4.99295, -20.97433], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [15, 0, -30], + "lerp_mode": "catmullrom" + } + } + }, + "mew": { + "position": { + "0.0": { + "post": [0, 13, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 12.75, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 13, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.cafe_mew.blink": { + "loop": true, + "animation_length": 8.375, + "bones": { + "eyelid_left": { + "position": { + "0.0": [0.1, 0, -0.1], + "0.125": [0.1, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_right": { + "position": { + "0.0": [-0.1, 0, -0.1], + "0.125": [-0.1, 0, -0.1], + "0.1667": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/cafe_slowpoke/cafe_slowpoke.animation.json b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/cafe_slowpoke/cafe_slowpoke.animation.json new file mode 100644 index 0000000..2ae48d8 --- /dev/null +++ b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/cafe_slowpoke/cafe_slowpoke.animation.json @@ -0,0 +1,424 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.cafe_slowpoke.ground_idle": { + "loop": true, + "bones": { + "tail": { + "rotation": ["20-math.sin(q.anim_time*90*1.5-30)*3", "0-math.cos(q.anim_time*90*1.5/2-30)*2", 0] + }, + "tail2": { + "rotation": ["45-math.sin(q.anim_time*90*1.5-90)*3", "0-math.cos(q.anim_time*90*1.5/2-90)*2", 0] + }, + "tail3": { + "rotation": ["40-math.sin(q.anim_time*90*1.5-120)*5", "0-math.cos(q.anim_time*90*1.5/2-120)*5", 0] + }, + "torso": { + "rotation": ["0-math.sin(q.anim_time*90*1.5)*0.5", "0-math.cos(q.anim_time*90*1.5/2)*1", 0], + "position": [0, "0+math.cos(q.anim_time*90*1.5)*0.2", 0] + }, + "tail4": { + "rotation": ["10-math.sin(q.anim_time*90*1.5-160)*2", "0-math.cos(q.anim_time*90*1.5/2-160)*6", 0] + }, + "head": { + "rotation": ["0-math.sin(q.anim_time*90*1.5-30)*2", "0-math.cos(q.anim_time*90*1.5/2-60)*1", 0], + "position": [0, 0, 0] + }, + "ear_left": { + "rotation": ["0-math.sin(q.anim_time*90*1.5-60)*4", 0, 0] + }, + "ear_right": { + "rotation": ["0-math.sin(q.anim_time*90*1.5-60)*4", 0, 0] + }, + "jaw": { + "rotation": ["25-math.sin(q.anim_time*90*1.5-60)*2", 0, 0] + } + } + }, + "animation.cafe_slowpoke.ground_walk": { + "loop": true, + "animation_length": 2, + "bones": { + "tail": { + "rotation": ["20-math.sin(q.anim_time*90*2*2-60)*2", "0-math.cos(q.anim_time*90*2-60)*5", 0] + }, + "tail2": { + "rotation": ["35-math.sin(q.anim_time*90*2*2-120)*1", "0-math.cos(q.anim_time*90*2-120)*6", 0] + }, + "tail3": { + "rotation": ["22.5-math.sin(q.anim_time*90*2*2-180)*4", "0-math.cos(q.anim_time*90*2-160)*6", 0] + }, + "torso": { + "rotation": ["0-math.sin(q.anim_time*90*2*2)*1", "0-math.cos(q.anim_time*90*2)*2", "0+math.cos(q.anim_time*90*2)*2"], + "position": [0, "0+math.cos(q.anim_time*90*2*2)*0.2", 0] + }, + "tail4": { + "rotation": ["10-math.sin(q.anim_time*90*2*2-210)*5", "0-math.cos(q.anim_time*90*2-210)*6", 0] + }, + "head": { + "rotation": ["0-math.sin(q.anim_time*90*2*2-60)*2", "0-math.sin(q.anim_time*90*2-60)*5", 0], + "position": [0, 0, 0] + }, + "ear_left": { + "rotation": ["0-math.sin(q.anim_time*90*2*2-120)*4", 0, 0] + }, + "ear_right": { + "rotation": ["0-math.sin(q.anim_time*90*2*2-120)*4", 0, 0] + }, + "jaw": { + "rotation": ["25-math.sin(q.anim_time*90*2*2-120)*4", 0, 0] + }, + "leftfrontleg": { + "rotation": { + "0.0": ["0-math.sin(q.anim_time*90*2+180)*10", 0, 0], + "1.5": ["10-math.sin(q.anim_time*90*2+180)*10", 0, 0], + "2.0": ["0-math.sin(q.anim_time*90*2+180)*10", 0, 0] + }, + "position": [0, "0+math.clamp(math.cos(q.anim_time*90*2+180)*0.8,0,1)", "0-math.sin(q.anim_time*90*2+180)*0.8"] + }, + "leftbackleg": { + "rotation": { + "0.0": ["0-math.sin(q.anim_time*90*2)*10", 0, 0], + "0.5": ["10-math.sin(q.anim_time*90*2)*10", 0, 0], + "2.0": ["0-math.sin(q.anim_time*90*2)*10", 0, 0] + }, + "position": [0, "0+math.clamp(math.cos(q.anim_time*90*2)*0.8,0,1)", "0-math.sin(q.anim_time*90*2)*0.3"] + }, + "rightfrontleg": { + "rotation": { + "0.0": ["0-math.sin(q.anim_time*90*2)*10", 0, 0], + "0.5": ["10-math.sin(q.anim_time*90*2)*10", 0, 0], + "2.0": ["0-math.sin(q.anim_time*90*2)*10", 0, 0] + }, + "position": [0, "0+math.clamp(math.cos(q.anim_time*90*2)*0.8,0,1)", "0-math.sin(q.anim_time*90*2)*0.8"] + }, + "rightbackleg": { + "rotation": { + "0.0": ["0-math.sin(q.anim_time*90*2+180)*10", 0, 0], + "1.5": ["10-math.sin(q.anim_time*90*2+180)*10", 0, 0], + "2.0": ["0-math.sin(q.anim_time*90*2+180)*10", 0, 0] + }, + "position": [0, "0+math.clamp(math.cos(q.anim_time*90*2+180)*0.8,0,1)", "0-math.sin(q.anim_time*90*2+180)*0.3"] + } + } + }, + "animation.cafe_slowpoke.floor_idle": { + "loop": true, + "bones": { + "body": { + "position": [0, -1.5, 0] + }, + "tail": { + "rotation": ["-15-math.sin(q.anim_time*90*1.5-30)*1", "10-math.cos(q.anim_time*90*1.5-30)*1", 0] + }, + "tail2": { + "rotation": ["5-math.sin(q.anim_time*90*1.5-60)*1", "20-math.cos(q.anim_time*90*1.5-30)*4", 0] + }, + "tail3": { + "rotation": ["2.5-math.sin(q.anim_time*90*1.5-90)*1", "32.5-math.cos(q.anim_time*90*1.5-30)*3", 0] + }, + "tail4": { + "rotation": ["-7.5-math.sin(q.anim_time*90*1.5-120)*1", "22.5-math.cos(q.anim_time*90*1.5-30)*4", 0] + }, + "head": { + "rotation": ["-2.5-math.sin(q.anim_time*90*1.5-30)*2", 0, 0] + }, + "leftfrontleg": { + "rotation": [-90, -37.5, 0], + "position": [0, -0.5, -2] + }, + "leftbackleg": { + "rotation": [-90, -60, 0], + "position": [0, -0.5, -0.5] + }, + "rightfrontleg": { + "rotation": [-90, 37.5, 0], + "position": [0, -0.5, -2] + }, + "rightbackleg": { + "rotation": [-90, 60, 0], + "position": [0, -0.5, -0.5] + }, + "torso": { + "rotation": ["-math.sin(q.anim_time*90*1.5)*0.5", 0, 0] + }, + "ear_left": { + "rotation": ["0-math.sin(q.anim_time*90*1.5-90)*7", 0, "0+math.sin(q.anim_time*90*1.5-90)*3"] + }, + "ear_right": { + "rotation": ["0-math.sin(q.anim_time*90*1.5-90)*7", 0, "0-math.sin(q.anim_time*90*1.5-90)*3"] + }, + "jaw": { + "rotation": ["32.5-math.sin(q.anim_time*90*1.5-60)*5", 0, 0] + } + } + }, + "animation.cafe_slowpoke.water_idle": { + "loop": true, + "bones": { + "tail2": { + "rotation": ["7.5+math.cos(q.anim_time*90*1-120)*2", "0+math.sin(q.anim_time*90*1-120)*10", 0] + }, + "tail3": { + "rotation": ["17.5+math.cos(q.anim_time*90*1-180)*4", "math.sin(q.anim_time*90*1-180)*8", 0] + }, + "leftfrontleg": { + "rotation": [-15, 0, "-60-math.cos(q.anim_time*90*1-60)*6"] + }, + "rightfrontleg": { + "rotation": [-15, 0, "60+math.cos(q.anim_time*90*1-60)*6"] + }, + "leftbackleg": { + "rotation": [15, 0, "-60-math.cos(q.anim_time*90*1-60)*6"] + }, + "rightbackleg": { + "rotation": [15, 0, "60+math.cos(q.anim_time*90*1-60)*6"] + }, + "body": { + "rotation": ["0-math.cos(q.anim_time*90*1)*2", 0, 0], + "position": [0, "0-math.sin(q.anim_time*90*1)*0.3", 0] + }, + "torso": { + "position": [0, 0, 0] + }, + "tail": { + "rotation": ["-10+math.cos(q.anim_time*90*1-60)*2", "math.sin(q.anim_time*90*1-60)*4", 0] + }, + "tail4": { + "rotation": ["15+math.cos(q.anim_time*90*1-210)*3", "0+math.sin(q.anim_time*90*1-210)*9", 0] + }, + "head": { + "rotation": ["0-math.cos(q.anim_time*90*1-60)*3", 0, 0] + }, + "jaw": { + "rotation": ["27.5-math.cos(q.anim_time*90*1-120)*5", 0, 0] + } + } + }, + "animation.cafe_slowpoke.water_swim": { + "loop": true, + "bones": { + "tail2": { + "rotation": ["-math.cos(q.anim_time*90*2*2-60)*5", "math.sin(q.anim_time*90*2*2-120)*5", 0] + }, + "tail3": { + "rotation": ["-5-math.cos(q.anim_time*90*2*2-120)*4", "0+math.sin(q.anim_time*90*2*2-180)*15", 0] + }, + "leftfrontleg": { + "rotation": ["37.5-math.cos(q.anim_time*90*2*2-60)*7", 0, "-60-math.cos(q.anim_time*90*2-60)*6"] + }, + "rightfrontleg": { + "rotation": ["37.5-math.cos(q.anim_time*90*2*2-60)*7", 0, "60+math.cos(q.anim_time*90*2-60)*6"] + }, + "leftbackleg": { + "rotation": ["42.5-math.cos(q.anim_time*90*2*2-120)*5", 0, "-60-math.cos(q.anim_time*90*2-60)*6"] + }, + "rightbackleg": { + "rotation": ["42.5-math.cos(q.anim_time*90*2*2-120)*5", 0, "60+math.cos(q.anim_time*90*2-60)*6"] + }, + "body": { + "rotation": ["0-math.cos(q.anim_time*90*2*2+120)*2", "0-math.cos(q.anim_time*90*2*2)*5", "0-math.cos(q.anim_time*90*2)*1"], + "position": ["math.cos(q.anim_time*90*2*2)*0.5", "0-math.sin(q.anim_time*90*2*2)*0.3", "0-math.sin(q.anim_time*90*1*2)*1"] + }, + "torso": { + "position": [0, 0, 0] + }, + "tail": { + "rotation": ["-2.5-math.cos(q.anim_time*90*2*2+60)*5", "0+math.sin(q.anim_time*90*2*2-60)*10", 0] + }, + "tail4": { + "rotation": [-2.5, "math.sin(q.anim_time*90*2*2-210)*10", 0] + }, + "head": { + "rotation": ["0-math.cos(q.anim_time*90*2*4+180)*0.2", "0-math.cos(q.anim_time*90*2*2+120)*6", "0-math.cos(q.anim_time*90*2+60)*3"] + }, + "jaw": { + "rotation": ["27.5-math.cos(q.anim_time*90*2*2-120)*5", 0, 0] + }, + "ear_left": { + "rotation": ["0-math.cos(q.anim_time*90*2*2+150)*9", 0, 0] + }, + "ear_right": { + "rotation": ["0-math.cos(q.anim_time*90*2*2+150)*9", 0, 0] + } + } + }, + "animation.cafe_slowpoke.sleep": { + "loop": true, + "bones": { + "body": { + "position": [0, -1.5, 0] + }, + "tail": { + "rotation": ["-15+math.sin(q.anim_time*90*1-60)*1", "10+math.sin(q.anim_time*90*1-60)*1", 0] + }, + "tail2": { + "rotation": ["11.7924+math.sin(q.anim_time*90*1-120)*2", "19.5613+math.sin(q.anim_time*90*1-120)*2", 5.29326] + }, + "tail3": { + "rotation": ["3.158+math.sin(q.anim_time*90*1-180)*4", "32.144+math.sin(q.anim_time*90*1-180)*4", 5.90251] + }, + "tail4": { + "rotation": ["0.5+math.sin(q.anim_time*90*1-210)*4", "22.5+math.sin(q.anim_time*90*1-210)*4", 0] + }, + "head": { + "rotation": ["4+math.sin(q.anim_time*90*1-60)*1", 0, 0] + }, + "eyelid_left": { + "position": [0.1, 0, -0.1] + }, + "eyelid_right": { + "position": [-0.1, 0, -0.1] + }, + "leftfrontleg": { + "rotation": [-90, -37.5, 0], + "position": [0, -0.5, 0] + }, + "leftbackleg": { + "rotation": [-90, -60, 0], + "position": [0, -0.5, -0.5] + }, + "rightfrontleg": { + "rotation": [-90, 37.5, 0], + "position": [0, -0.5, -2] + }, + "rightbackleg": { + "rotation": [-90, 60, 0], + "position": [0, -0.5, -0.5] + }, + "torso": { + "rotation": ["0+math.sin(q.anim_time*90*1)*1/2", 0, 0] + }, + "ear_left": { + "rotation": ["0+math.sin(q.anim_time*90*1-120)*8", 0, 0] + }, + "ear_right": { + "rotation": ["0+math.sin(q.anim_time*90*1-120)*8", 0, 0] + }, + "jaw": { + "rotation": ["7.5+math.sin(q.anim_time*90*1-120)*4", 0, 0] + } + } + }, + "animation.cafe_slowpoke.blink": { + "animation_length": 0.1667, + "bones": { + "eyelid_left": { + "position": { + "0.0": [0.1, 0, -0.1], + "0.125": [0.1, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_right": { + "position": { + "0.0": [-0.1, 0, -0.1], + "0.125": [-0.1, 0, -0.1], + "0.1667": [0, 0, 0] + } + } + } + }, + "animation.cafe_slowpoke.cry": { + "animation_length": 1.75, + "bones": { + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [4, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-13, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-13, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.3333": { + "post": [1, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ear_left": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [9, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-13, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-13, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "ear_right": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [9, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.6667": { + "post": [-13, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0833": { + "post": [-13, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "jaw": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [36, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [28.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/cafe_sprigatito/cafe_sprigatito.animation.json b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/cafe_sprigatito/cafe_sprigatito.animation.json new file mode 100644 index 0000000..2db39bb --- /dev/null +++ b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/cafe_sprigatito/cafe_sprigatito.animation.json @@ -0,0 +1,2493 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.cafe_sprigatito.blink": { + "animation_length": 0.1667, + "bones": { + "eyelid_right": { + "position": { + "0.0": [0, 0, -0.1], + "0.12": {"pre": [0, 0, -0.1], "post": [0, 0, -0.1]}, + "0.16": {"pre": [0, 0, -0.1], "post": [0, 0, 0]} + } + }, + "eyelid_left": { + "position": { + "0.0": [0, 0, -0.1], + "0.12": {"pre": [0, 0, -0.1], "post": [0, 0, -0.1]}, + "0.16": {"pre": [0, 0, -0.1], "post": [0, 0, 0]} + } + } + } + }, + "animation.cafe_sprigatito.ground_walk": { + "loop": true, + "animation_length": 0.6667, + "bones": { + "neck": { + "rotation": ["12.5 - (math.sin((q.anim_time - 0.15) * 360 / (1/3)) * 1)", 0, 0] + }, + "neck_fur_front": { + "rotation": ["-13 - (math.sin((q.anim_time - 0.2) * 360 / (1/3)) * 3)", 0, "(math.sin((q.anim_time - 0.1) * 360 / (2/3)) * 1)"] + }, + "tail": { + "rotation": [ + "5 - (math.sin((q.anim_time - 0.15) * 360 / (1/3)) * 1.5)", + "-(math.sin((q.anim_time - 0.2) * 360 / (2/3)) * 3)", + "-(math.sin((q.anim_time - 0.1) * 360 / (2/3)) * 3)" + ] + }, + "leg_front_right": { + "rotation": { + "0.0": [-24.6526, 4.03079, -0.80763], + "0.0833": [-6.25, 3.59375, -0.96875], + "0.1667": [6.5, 0.71875, -0.65625], + "0.25": [12.04845, -3.01855, -0.16989], + "0.3333": [19.0969, -4.41209, 0.31647], + "0.4167": [17.725, -3.61375, 0.57875], + "0.5": [7.59574, 0.64727, 1.96983], + "0.5833": [-27.51035, 3.49096, 1.43202], + "0.6667": [-24.6526, 4.03079, -0.80763] + }, + "position": { + "0.0": [0, -0.57812, -0.21875], + "0.1667": [0, -0.20312, 0.34375], + "0.25": [0, -0.05375, 0.6225], + "0.3333": [0, -0.0625, 0.625], + "0.4167": [0, 0.0325, 0.33], + "0.5": [0, 0.12375, 0.03625], + "0.5833": [0, -0.1725, -0.24625], + "0.6667": [0, -0.57812, -0.21875] + } + }, + "leg_front_right2": { + "rotation": { + "0.0": [-5, 0, 0], + "0.0833": [-10, 0, 0], + "0.1667": [-7.5, 0, 0], + "0.25": [-0.5, 0, 0], + "0.3333": [5, 0, 0], + "0.4167": [6.6875, 0, 0], + "0.5": [-18.96875, 0, 0], + "0.5833": [-8.4375, 0, 0], + "0.6667": [-5, 0, 0] + } + }, + "leg_front_right3": { + "rotation": { + "0.0": [32.5, 0, 0], + "0.0833": [16.25, 0, 0], + "0.1667": [1.5, 0, 0], + "0.25": [-10.5, 0, 0], + "0.3333": [-17, 0, 0], + "0.4167": [-8.75, 0, 0], + "0.5": [53.9375, 0, 0], + "0.5833": [59.96875, 0, 0], + "0.6667": [32.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.3333": [0, 0, 0], + "0.5": [0, 0, -0.125], + "0.5833": [0, 0, -0.34125], + "0.6667": [0, 0, 0] + } + }, + "leg_front_left": { + "rotation": { + "0.0": [19.0969, 4.41209, -0.31647], + "0.0833": [17.725, 3.61375, -0.57875], + "0.1667": [7.59574, -0.64727, -1.96983], + "0.25": [-27.51035, -3.49096, -1.43202], + "0.3333": [-24.65261, -4.03079, 0.80763], + "0.4167": [-6.25, -3.59375, 0.96875], + "0.5": [6.5, -0.71875, 0.65625], + "0.5833": [12.04845, 3.01855, 0.16989], + "0.6667": [19.0969, 4.41209, -0.31647] + }, + "position": { + "0.0": [0, -0.0625, 0.625], + "0.0833": [0, 0.0325, 0.33], + "0.1667": [0, 0.12375, 0.03625], + "0.25": [0, -0.1725, -0.24625], + "0.3333": [0, -0.57812, -0.21875], + "0.5": [0, -0.20312, 0.34375], + "0.5833": [0, -0.05375, 0.6225], + "0.6667": [0, -0.0625, 0.625] + } + }, + "leg_front_left2": { + "rotation": { + "0.0": [5, 0, 0], + "0.0833": [6.6875, 0, 0], + "0.1667": [-18.96875, 0, 0], + "0.25": [-8.4375, 0, 0], + "0.3333": [-5, 0, 0], + "0.4167": [-10, 0, 0], + "0.5": [-7.5, 0, 0], + "0.5833": [-0.5, 0, 0], + "0.6667": [5, 0, 0] + } + }, + "leg_front_left3": { + "rotation": { + "0.0": [-17, 0, 0], + "0.0833": [-8.75, 0, 0], + "0.1667": [53.9375, 0, 0], + "0.25": [59.96875, 0, 0], + "0.3333": [32.5, 0, 0], + "0.4167": [16.25, 0, 0], + "0.5": [1.5, 0, 0], + "0.5833": [-10.5, 0, 0], + "0.6667": [-17, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.1667": [0, 0, -0.125], + "0.25": [0, 0, -0.34125], + "0.3333": [0, 0, 0], + "0.6667": [0, 0, 0] + } + }, + "leg_back_right": { + "rotation": { + "0.0": [-13.67125, 0, 0], + "0.0833": [3.7975, 0, 0], + "0.1667": [14.2975, 0, 0], + "0.25": [15.39125, 0, 0], + "0.3333": [12.64205, 2.28885, 2.63116], + "0.4167": [1.61198, 6.40429, 3.71583], + "0.5": [-13.12081, 8.41583, 0.31183], + "0.5833": [-23.30114, 0, 0], + "0.6667": [-13.67125, 0, 0] + }, + "position": { + "0.0": [0, -0.22375, 0], + "0.0833": [0, -0.31375, -0.02875], + "0.1667": [0, -0.40625, 0.50125], + "0.25": [0, -0.315, 1.125], + "0.4167": [0, 0.06125, 0], + "0.5": [0, 0.12125, 0], + "0.5833": [0, 0.0275, 0], + "0.6667": [0, -0.22375, 0] + } + }, + "leg_back_right2": { + "rotation": { + "0.0": [-15.1875, 0, 0], + "0.0833": [-22, 0, 0], + "0.1667": [-21.40625, 0, 0], + "0.25": [-3.34375, 0, 0], + "0.3333": [-7.90625, 0, 0], + "0.4167": [-27.5, 0, 0], + "0.5": [-30, 0, 0], + "0.5833": [-7.75, 0, 0], + "0.6667": [-15.1875, 0, 0] + } + }, + "leg_back_right3": { + "rotation": { + "0.0": [25.6875, 0, 0], + "0.0833": [17.15625, 0, 0], + "0.1667": [9.21875, 0, 0], + "0.25": [-5.59375, 0, 0], + "0.3333": [5, 0, 0], + "0.4167": [47.46875, 0, 0], + "0.5": [37.5, 0, 0], + "0.5833": [20, 0, 0], + "0.6667": [25.6875, 0, 0] + }, + "position": { + "0.3333": [0, 0, 0], + "0.4167": [0, 0, -0.34375], + "0.5": [0, 0, 0], + "0.5833": [0, 0, 0] + } + }, + "leg_back_left": { + "rotation": { + "0.0": [12.64205, -2.28885, -2.63116], + "0.0833": [1.61198, -6.40429, -3.71583], + "0.1667": [-13.12081, -8.41583, -0.31183], + "0.25": [-23.30114, 0, 0], + "0.3333": [-13.67125, 0, 0], + "0.4167": [3.7975, 0, 0], + "0.5": [14.2975, 0, 0], + "0.5833": [15.39125, 0, 0], + "0.6667": [12.64205, -2.28885, -2.63116] + }, + "position": { + "0.0": [0, -0.125, 0.53125], + "0.0833": [0, 0.06125, 0], + "0.1667": [0, 0.12125, 0], + "0.25": [0, 0.0275, 0], + "0.3333": [0, -0.22375, 0], + "0.4167": [0, -0.31375, -0.02875], + "0.5": [0, -0.40625, 0.50125], + "0.5833": [0, -0.315, 1.125], + "0.6667": [0, -0.125, 0.53125] + } + }, + "leg_back_left2": { + "rotation": { + "0.0": [-7.90625, 0, 0], + "0.0833": [-27.5, 0, 0], + "0.1667": [-30, 0, 0], + "0.25": [-7.75, 0, 0], + "0.3333": [-15.1875, 0, 0], + "0.4167": [-22, 0, 0], + "0.5": [-21.40625, 0, 0], + "0.5833": [-3.34375, 0, 0], + "0.6667": [-7.90625, 0, 0] + } + }, + "leg_back_left3": { + "rotation": { + "0.0": [5, 0, 0], + "0.0833": [47.46875, 0, 0], + "0.1667": [37.5, 0, 0], + "0.25": [20, 0, 0], + "0.3333": [25.6875, 0, 0], + "0.4167": [17.15625, 0, 0], + "0.5": [9.21875, 0, 0], + "0.5833": [-5.59375, 0, 0], + "0.6667": [5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.0833": [0, 0, -0.34375], + "0.1667": [0, 0, 0], + "0.25": [0, 0, 0], + "0.6667": [0, 0, 0] + } + }, + "torso": { + "rotation": [ + "-(math.sin((q.anim_time-0.05)*360/(1/3))*2)", + "-(math.sin((q.anim_time - 0) * 360 / (2/3)) * 0.4)", + "(math.sin((q.anim_time - 0) * 360 / (2/3)) * 1)" + ], + "position": ["-(math.sin((q.anim_time - 0) * 360 / (2/3)) * 0.1)", "-(math.sin((q.anim_time - 0) * 360 / (1/3)) * 0.1)", 0] + }, + "head": { + "rotation": ["-7.5 + (math.sin((q.anim_time - 0.05) * 360 / (1/3)) * 2)", 0, "-(math.sin((q.anim_time - 0.1) * 360 / (2/3)) * 2)"] + }, + "ear_right": { + "rotation": ["(math.sin((q.anim_time - 0.15) * 360 / (1/3)) * 3)", 0, "-(math.sin((q.anim_time - 0.2) * 360 / (2/3)) * 1)"] + }, + "ear_left": { + "rotation": ["(math.sin((q.anim_time - 0.2) * 360 / (1/3)) * 3)", 0, "-(math.sin((q.anim_time - 0.25) * 360 / (2/3)) * 1)"] + }, + "head_fur_right_main": { + "rotation": [0, 0, "-(math.sin((q.anim_time - 0.2) * 360 / (2/3)) * 1.5)"] + }, + "head_fur_left_main": { + "rotation": [0, 0, "-(math.sin((q.anim_time - 0.2) * 360 / (2/3)) * 1.4)"] + }, + "tail_fur": { + "rotation": ["- (math.sin((q.anim_time - 0.25) * 360 / (1/3)) * 1)", 0, 0] + }, + "tail_fur2": { + "rotation": ["- (math.sin((q.anim_time - 0.2) * 360 / (1/3)) * 2)", 0, 0] + } + } + }, + "animation.cafe_sprigatito.ground_run": { + "loop": true, + "animation_length": 0.5, + "bones": { + "torso": { + "rotation": ["(math.sin((q.anim_time - 0.96 + (math.sin((q.anim_time - 0.8) * 360 * 2) * 0.01)) * 360 * 2) * 10)", 0, 0], + "position": [0, "-(math.sin((q.anim_time - 0.08) * 360 * 2) * 0.31) - 0.31", 0] + }, + "neck": { + "rotation": ["(math.sin((q.anim_time - 0.12 + (math.sin((q.anim_time - 0.12) * 360 * 2) * 0.03)) * 360 * 2) * 10) + 33", 0, 0], + "position": [0, "-(math.sin((q.anim_time - 0.08) * 360 * 2) * 0.15) - 0.15", "-(math.sin((q.anim_time - 0.08) * 360 * 2) * 0.45) - 0.45"] + }, + "head": { + "rotation": ["-(math.sin((q.anim_time - 0) * 360 * 2) * 7) - 27", 0, 0], + "scale": 1 + }, + "neck_fur_front": { + "rotation": ["-27.5 + (math.sin((q.anim_time - 1.05 + (math.sin((q.anim_time - 0.9) * 360 * 2) * 0.01)) * 360 * 2) * 20) - 20", 0, 0] + }, + "tail": { + "rotation": ["-27 + (math.sin((q.anim_time - 1.06 + (math.sin((q.anim_time - 0.9) * 360 * 2) * 0.01)) * 360 * 2) * 8) + 8", 0, 0] + }, + "leg_front_right": { + "rotation": { + "0.0": [-7, 0, 0], + "0.0833": { + "pre": [25.89625, 0.96, -0.8], + "post": [25.89625, 0.96, -0.8], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [44.97313, 1.91486, -1.60757], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [33.55018, 6.413, -3.23135], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-19.06607, 4.01549, -0.04399], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-40.22607, 1.61798, 3.14337], + "lerp_mode": "catmullrom" + }, + "0.5": [-7, 0, 0] + }, + "position": { + "0.0": [0, -0.91875, -0.25], + "0.1667": [0, -1.00125, -0.25], + "0.25": [-0.0625, 0.03125, 0.15625], + "0.3333": [-0.06, -0.13875, -0.03125], + "0.4167": [-0.06, 0.62375, -0.6525], + "0.5": [0, -0.91875, -0.25] + } + }, + "leg_front_right2": { + "rotation": { + "0.0": [-8.8, 0, 0], + "0.0833": { + "pre": [-14.025, 0, 0], + "post": [-14.025, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.1667": { + "post": [-9.275, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-3.55625, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-26.67062, -0.11178, 0.19416], + "lerp_mode": "catmullrom" + }, + "0.4583": { + "post": [-15.99123, -0.22355, 0.38832], + "lerp_mode": "catmullrom" + }, + "0.5": [-8.8, 0, 0] + } + }, + "leg_front_right3": { + "rotation": { + "0.0": [15, 0, 0], + "0.1667": [-27.5, 0, 0], + "0.25": [27.5, 0, 0], + "0.3333": [107.5, 0, 0], + "0.4167": [77.5, 0, 0], + "0.5": [15, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.1667": [0, 0, 0], + "0.25": [0, 0, 0], + "0.3333": [0, 0, -0.17125], + "0.4167": [0, 0, -0.28125], + "0.5": [0, 0, 0] + } + }, + "leg_front_left": { + "rotation": { + "0.0": [-52.09375, 0, 0], + "0.1667": [14.98247, -0.85481, 2.34941], + "0.25": [47.53333, -2.76983, 2.74144], + "0.3333": [26.31, -1.31, -3.36], + "0.4167": [-35.76072, 0.15783, -4.96895], + "0.5": [-52.09375, 0, 0] + }, + "position": { + "0.0": [0, 0.11875, -0.5], + "0.0833": [0, -0.98125, 0], + "0.1667": [0, -0.255, 0.55625], + "0.25": [0, 0.54, 0.82875], + "0.3333": [0, 1.5375, 0.8875], + "0.4167": [0, 1.35875, 0.265], + "0.5": [0, 0.11875, -0.5] + } + }, + "leg_front_left2": { + "rotation": { + "0.0": [-7.53125, 0, 0], + "0.1667": [-7.5, 0, 0], + "0.25": [-5, 0, 0], + "0.2917": { + "pre": [-31.45, 0, 0], + "post": [-31.45, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.375": { + "post": [-27.8, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.4167": { + "post": [-12.62, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": [-7.53125, 0, 0] + } + }, + "leg_front_left3": { + "rotation": { + "0.0": [47.71875, 0, 0], + "0.1667": [-7.5, 0, 0], + "0.25": [17.5, 0, 0], + "0.3333": [36.25, 0, 0], + "0.4167": [40, 0, 0], + "0.5": [47.71875, 0, 0] + } + }, + "leg_back_right": { + "rotation": { + "0.0": [28.3861, -4.25605, -1.0625], + "0.0417": [37.16625, -1.96, 0.64], + "0.0833": [39.39375, 0.34375, 2.34375], + "0.125": [35.23875, 2.01, 4.05], + "0.1667": [11.35, 3.6675, 5.75125], + "0.25": [-14.80539, 4.65573, 6.44465], + "0.3333": [-22.74884, 4.97671, 5.96755], + "0.375": [-12.5775, 4.36625, 4.97375], + "0.4167": [2.8325, 2.46875, 3.295], + "0.5": [28.3861, -4.25605, -1.0625] + }, + "position": { + "0.0": [0.15625, -0.68, 0.5], + "0.0833": [-0.1875, -0.3125, 0], + "0.1667": [-0.57625, -0.31, 0], + "0.25": [-0.75, -0.31, 0], + "0.3333": [-0.44, -0.685, 0], + "0.375": [-0.0175, -0.68, -0.15625], + "0.4583": [0.1, -0.555, 0.28], + "0.5": [0.15625, -0.68, 0.5] + } + }, + "leg_back_right2": { + "rotation": { + "0.0": [13.125, 0, 0], + "0.0417": [10.80125, 0, 0], + "0.0833": [12.8125, 0, 0], + "0.125": [3.595, 0, 0], + "0.1667": [-37.37, 0, 0], + "0.25": [-40, 0, 0], + "0.3333": [5.375, 0, 0], + "0.4167": [14.21875, 0, 0], + "0.5": [13.125, 0, 0] + } + }, + "leg_back_right3": { + "rotation": { + "0.0": [-3.71875, 0, 0], + "0.0833": [3.71875, 0, 0], + "0.25": [32.5, 0, 0], + "0.3333": [19.65625, 0, 0], + "0.4167": [-6.3125, 0, 0], + "0.5": [-3.71875, 0, 0] + } + }, + "leg_back_left": { + "rotation": { + "0.0": [36.9125, -0.34375, -2.34375], + "0.0833": [11.35, -3.6675, -5.75125], + "0.1667": [-14.80539, -4.65573, -6.44465], + "0.25": [-25.94884, -4.97671, -5.65505], + "0.2917": [-12.89, -3.42875, -0.88], + "0.3333": [6.20125, 2.15625, 0.205], + "0.4167": [32.61735, 4.25605, 1.0625], + "0.5": [36.9125, -0.34375, -2.34375] + }, + "position": { + "0.0": [0.1875, -0.3125, 0], + "0.0833": [0.57625, -0.31, 0], + "0.1667": [0.75, -0.31, 0], + "0.25": [0.44, -0.685, 0], + "0.2917": [0.0175, -0.68, -0.09375], + "0.3333": [-0.07, -1.18, 0.19], + "0.4167": [-0.15625, -0.68, 0.5], + "0.5": [0.1875, -0.3125, 0] + } + }, + "leg_back_left2": { + "rotation": { + "0.0": [2, 0, 0], + "0.0833": [-35.49625, 0, 0], + "0.1667": [-40, 0, 0], + "0.25": [-12.5, 0, 0], + "0.3333": [-1.34375, 0, 0], + "0.4167": [0.84375, 0, 0], + "0.5": [2, 0, 0] + } + }, + "leg_back_left3": { + "rotation": { + "0.0": [19.28125, 0, 0], + "0.0833": [38.265, 0, 0], + "0.1667": [32.5, 0, 0], + "0.25": [32.5, 0, 0], + "0.3333": [-0.625, 0, 0], + "0.4167": [4.1875, 0, 0], + "0.5": [19.28125, 0, 0] + } + }, + "ear_right": { + "rotation": ["-17.5-(math.sin((q.anim_time - 0) * 360 * 2) * 10)", 0, 0] + }, + "ear_left": { + "rotation": ["-17.5-(math.sin((q.anim_time - 0.03) * 360 * 2) * 10)", 0, 0] + }, + "body": { + "rotation": ["-(math.cos((q.anim_time - 0) * 360 * 2) * 2)", 0, 0], + "position": { + "0.0": [0, 0.46875, 0], + "0.0833": [0, 0.41, 0], + "0.1667": [0, -0.15625, 0], + "0.25": [0, 0, 0], + "0.3333": [0, 0.5625, 0], + "0.4167": [0, 0.7475, 0], + "0.5": [0, 0.46875, 0] + } + }, + "head_fur_right_main": { + "rotation": [0, "25+(math.sin((q.anim_time - 1.37 + (math.sin((q.anim_time - 0.25) * 360 * 2) * 0.02)) * 360 * 2) * 7)", 0] + }, + "head_fur_right": { + "rotation": [0, "(math.sin((q.anim_time - 1.4 + (math.sin((q.anim_time - 0.23) * 360 * 2) * 0.02)) * 360 * 2) * 1)", 0] + }, + "head_fur_right2": { + "rotation": [0, "(math.sin((q.anim_time - 1.37 + (math.sin((q.anim_time - 0.22) * 360 * 2) * 0.02)) * 360 * 2) * 1.5)", 0] + }, + "head_fur_right3": { + "rotation": [0, "(math.sin((q.anim_time - 1.36 + (math.sin((q.anim_time - 0.26) * 360 * 2) * 0.02)) * 360 * 2) * 1)", 0] + }, + "head_fur_left_main": { + "rotation": [0, "-45+(math.sin((q.anim_time - 1.4 + (math.sin((q.anim_time - 0.28) * 360 * 2) * 0.02)) * 360 * 2) * 7)", 0] + }, + "head_fur_left": { + "rotation": [0, "-((math.sin((q.anim_time - 1.4 + (math.sin((q.anim_time - 0.23) * 360 * 2) * 0.02)) * 360 * 2) * 1))", 0] + }, + "head_fur_left2": { + "rotation": [0, "-((math.sin((q.anim_time - 1.37 + (math.sin((q.anim_time - 0.22) * 360 * 2) * 0.02)) * 360 * 2) * 1.5))", 0] + }, + "head_fur_left3": { + "rotation": [0, "-((math.sin((q.anim_time - 1.36 + (math.sin((q.anim_time - 0.26) * 360 * 2) * 0.02)) * 360 * 2) * 1))", 0] + }, + "neck_fur_back": { + "rotation": ["-21.3127 + (math.sin((q.anim_time - 0.17 + (math.sin((q.anim_time - 0.17) * 360 * 2) * 0.03)) * 360 * 2) * 5)", 0, 0] + }, + "tail_fur2": { + "rotation": ["(math.sin((q.anim_time - 1.11 + (math.sin((q.anim_time - 0.95) * 360 * 2) * 0.01)) * 360 * 2) * 5)", 0, 0] + }, + "tail_fur": { + "rotation": ["(math.sin((q.anim_time - 1.13 + (math.sin((q.anim_time - 0.95) * 360 * 2) * 0.01)) * 360 * 2) * 3)", 0, 0] + } + } + }, + "animation.cafe_sprigatito.cry": { + "animation_length": 1.5, + "bones": { + "torso": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [5, 0, 0], + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5833": { + "post": [-1.19, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": [-1.85, 0, 0], + "0.875": [-0.6725, 0, 0], + "0.9583": [-1.04375, 0, 0], + "1.125": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.1667": { + "pre": [0, -0.27, 0.21875], + "post": [0, -0.27, 0.21875], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [0, -0.40625, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [0, 0.1, -0.2675], + "lerp_mode": "catmullrom" + }, + "0.7917": { + "post": [0, 0.05875, -0.125], + "lerp_mode": "catmullrom" + }, + "1.3333": [0, 0, 0] + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": [0, 0, 0], + "0.3333": [15, 0, 0], + "0.5": [2.5, 0, 0], + "0.9167": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": { + "pre": [1.58125, 0, 0], + "post": [1.58125, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.3333": { + "post": [-0.8125, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.5": { + "post": [-11.1875, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.875": { + "post": [-8.245, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.2083": { + "post": [-1.29, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": [0, 0, 0] + } + }, + "mouth_open": { + "position": { + "0.0833": [0, 0, 0], + "0.125": [0, 0, -0.1], + "0.75": [0, 0, -0.1], + "0.7917": [0, 0, 0] + } + }, + "neck_fur_front": { + "rotation": { + "0.0833": [0, 0, 0], + "0.3333": [-15.09375, 0, 0], + "0.5": [-2.59375, 0, 0], + "0.7917": [-12.59375, 0, 0], + "1.1667": [0, 0, 0] + } + }, + "ear_right": { + "rotation": { + "0.0833": [0, 0, 0], + "0.25": [11.4375, 0, 0], + "0.4167": [13.53125, 0, 0], + "0.5417": [-14.34375, 0, 0], + "0.75": [-11.345, 0, 0], + "1.0": [0, 0, 0] + } + }, + "ear_left": { + "rotation": { + "0.0417": [0, 0, 0], + "0.2083": [8.25, 0, 0], + "0.4167": [10.0625, 0, 0], + "0.5417": [-13.6875, 0, 0], + "0.75": [-11.345, 0, 0], + "1.0": [0, 0, 0] + } + }, + "eyelid_right": { + "position": { + "0.0833": [0, 0, 0], + "0.125": [0, 0, -0.1], + "0.2917": [0, 0, -0.1], + "0.3333": [0, 0, 0] + } + }, + "eyelid_left": { + "position": { + "0.0833": [0, 0, 0], + "0.125": [0, 0, -0.1], + "0.2917": [0, 0, -0.1], + "0.3333": [0, 0, 0] + } + }, + "head_fur_right_main": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": [0, 7.5, 0], + "0.375": [0, -2.5, 0], + "0.5417": [0, 20, 0], + "0.625": [0, 12.5, 0], + "0.7083": [0, 17.5, 0], + "0.8333": [0, 15, 0], + "1.0417": [0, -7.5, 0], + "1.1667": [0, 0, 0] + } + }, + "head_fur_left_main": { + "rotation": { + "0.0": [0, 0, 0], + "0.1667": [0, -7.5, 0], + "0.375": [0, 2.5, 0], + "0.5417": [0, -20, 0], + "0.625": [0, -12.5, 0], + "0.7083": [0, -17.5, 0], + "0.8333": [0, -15, 0], + "1.0417": [0, 7.5, 0], + "1.1667": [0, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [0, 0, 0], + "0.125": [-13.6575, 0, 0], + "0.2917": [-20.875, 0, 0], + "0.4583": [14.98875, 0, 0], + "0.5833": [18.75, 0, 0], + "0.625": [12.60125, 0, 0], + "0.6667": [18.62375, 0, 0], + "0.7083": [12.72625, 0, 0], + "0.7917": [16.03125, 0, 0], + "1.0417": [0, 0, 0] + } + }, + "tail_fur": { + "rotation": { + "0.0": [0, 0, 0], + "0.2917": [-6.47, 0, 0], + "0.4583": [-9.0625, 0, 0], + "0.75": [8.53125, 0, 0], + "1.2083": [0, 0, 0] + } + }, + "tail_fur2": { + "rotation": { + "0.0": [0, 0, 0], + "0.2083": [-6.47, 0, 0], + "0.375": [-9.0625, 0, 0], + "0.6667": [8.53125, 0, 0], + "0.7083": [6.07, 0, 0], + "0.75": [8.405, 0, 0], + "0.7917": [6.195, 0, 0], + "0.875": [7.125, 0, 0], + "1.125": [0, 0, 0] + } + } + }, + "sound_effects": { + "0.25": { + "effect": "pokemon.sprigatito.cry" + } + } + }, + "animation.cafe_sprigatito.ground_idle": { + "loop": true, + "bones": { + "torso": { + "rotation": ["(math.cos((q.anim_time - 0 + (math.cos((q.anim_time - 0) * 360 * 1) * 0.05)) * 360 * 1) * 1) + 1", 0, 0], + "position": ["(math.cos((q.anim_time - 0) * 360 / 2) * 0.05)", "(math.sin((q.anim_time - 0) * 360 * 1) * 0.1)", -0.03125] + }, + "neck": { + "rotation": ["20 - (math.cos((q.anim_time - 0.1) * 360 * 1) * 1) - 1", 0, "(math.cos((q.anim_time - 0) * 360 / 2) * 1)"], + "position": [0, 0, 0] + }, + "head": { + "rotation": ["-20 + (math.cos((q.anim_time - 0.2) * 360 * 1) * 2) + 2", 0, "(math.cos((q.anim_time - 0.1) * 360 / 2) * 2)"] + }, + "head_fur_right_main": { + "rotation": [0, 0, "(math.cos((q.anim_time - 0.25) * 360 / 2) * 1)"] + }, + "head_fur_right": { + "rotation": [0, 0, "(math.cos((q.anim_time - 0.15) * 360 / 2) * 2) + 1"] + }, + "head_fur_right2": { + "rotation": [0, 0, "(math.cos((q.anim_time - 0.24) * 360 / 2) * 1)"] + }, + "head_fur_right3": { + "rotation": [0, 0, "(math.cos((q.anim_time - 0.3) * 360 / 2) * 2) - 1"] + }, + "head_fur_left_main": { + "rotation": [0, 0, "(math.cos((q.anim_time - 0.2) * 360 / 2) * 1)"] + }, + "head_fur_left": { + "rotation": [0, 0, "(math.cos((q.anim_time - 0.15) * 360 / 2) * 2) + 1"] + }, + "head_fur_left2": { + "rotation": [0, 0, "(math.cos((q.anim_time - 0.24) * 360 / 2) * 1)"] + }, + "head_fur_left3": { + "rotation": [0, 0, "(math.cos((q.anim_time - 0.3) * 360 / 2) * 2) - 1"] + }, + "ear_right": { + "rotation": ["(math.cos((q.anim_time - 0.34) * 360 * 1) * 2)", 0, "(math.cos((q.anim_time - 0.24) * 360 / 2) * 1)"] + }, + "ear_left": { + "rotation": ["(math.cos((q.anim_time - 0.3) * 360 * 1) * 2)", 0, "(math.cos((q.anim_time - 0.2) * 360 / 2) * 1)"] + }, + "neck_fur_front": { + "rotation": ["-15 + (math.cos((q.anim_time - 0.1) * 360 * 1) * 3)", 0, 0], + "position": [0, 0.46875, 0] + }, + "neck_fur_back": { + "rotation": [-22.5, 0, 0] + }, + "tail": { + "rotation": [ + "15 + (math.sin((q.anim_time - 0.2) * 360 * 1) * 7) - 7", + "(math.cos((q.anim_time - 0.1) * 360 / 2) * 6)", + "(math.cos((q.anim_time - 0.1) * 360 / 2) * 3)" + ], + "position": [0, -0.09375, -0.46875] + }, + "tail_fur": { + "rotation": [ + "-2.5 + (math.sin((q.anim_time - 0.24) * 360 * 1) * 2)", + "(math.cos((q.anim_time - 0.14) * 360 / 2) * 2)", + "(math.cos((q.anim_time - 0.14) * 360 / 2) * 1)" + ] + }, + "tail_fur2": { + "rotation": [ + "-2.5 + (math.sin((q.anim_time - 0.3) * 360 * 1) * 3) + 3 ", + "(math.cos((q.anim_time - 0.2) * 360 / 2) * 4)", + "(math.cos((q.anim_time - 0.2) * 360 / 2) * 2)" + ] + }, + "leg_front_right": { + "rotation": ["(math.sin((q.anim_time - 0.6 + (math.sin((q.anim_time - 0.6) * 360 * 1) * 0.05)) * 360 * 1) * 3) + 3", 0, 0], + "position": [ + 0, + "-(math.sin((q.anim_time - 0.6 + (math.sin((q.anim_time - 0.6) * 360 * 1) * 0.05)) * 360 * 1) * 0.065) - 0.065", + "-(math.sin((q.anim_time - 0.6 + (math.sin((q.anim_time - 0.6) * 360 * 1) * 0.05)) * 360 * 1) * 0.095) - 0.095" + ] + }, + "leg_front_right2": { + "rotation": ["-(math.sin((q.anim_time - 0.6 + (math.sin((q.anim_time - 0.6) * 360 * 1) * 0.05)) * 360 * 1) * 3) - 3", 0, 0] + }, + "leg_front_left": { + "rotation": ["(math.sin((q.anim_time - 0.6 + (math.sin((q.anim_time - 0.6) * 360 * 1) * 0.05)) * 360 * 1) * 3) + 3", 0, 0], + "position": [ + 0, + "-(math.sin((q.anim_time - 0.6 + (math.sin((q.anim_time - 0.6) * 360 * 1) * 0.05)) * 360 * 1) * 0.065) - 0.065", + "-(math.sin((q.anim_time - 0.6 + (math.sin((q.anim_time - 0.6) * 360 * 1) * 0.05)) * 360 * 1) * 0.095) - 0.095" + ] + }, + "leg_front_left2": { + "rotation": ["-(math.sin((q.anim_time - 0.6 + (math.sin((q.anim_time - 0.6) * 360 * 1) * 0.05)) * 360 * 1) * 3) - 3", 0, 0] + }, + "leg_back_right": { + "rotation": ["-(math.sin((q.anim_time - 0) * 360 * 1) * 4) + 4", 0, 0], + "position": [0, "(math.sin((q.anim_time - 0) * 360 * 1) * 0.1) - 0.07", "(math.sin((q.anim_time - 0) * 360 * 1) * 0.195) - 0.2"] + }, + "leg_back_right2": { + "rotation": ["(math.sin((q.anim_time - 0) * 360 * 1) * 4) - 4", 0, 0] + }, + "leg_back_left": { + "rotation": ["-(math.sin((q.anim_time - 0) * 360 * 1) * 4) + 4", 0, 0], + "position": [0, "(math.sin((q.anim_time - 0) * 360 * 1) * 0.1) - 0.07", "(math.sin((q.anim_time - 0) * 360 * 1) * 0.195) - 0.2"] + }, + "leg_back_left2": { + "rotation": ["(math.sin((q.anim_time - 0) * 360 * 1) * 4) - 4", 0, 0] + } + } + }, + "animation.cafe_sprigatito.ground_idle2": { + "loop": true, + "bones": { + "torso": { + "rotation": [ + "-22.5 - (math.sin((q.anim_time - 0.5) * 360 / 1) * 1)", + "- (math.sin((q.anim_time - 0) * 360 / 2) * 1)", + "- (math.sin((q.anim_time - 0) * 360 / 2) * 0.7)" + ], + "position": ["-(math.sin((q.anim_time - 0) * 360 / 2) * 0.06)", -2.71875, -0.21875] + }, + "neck": { + "rotation": ["25 - (math.sin((q.anim_time - 0.7) * 360 / 1) * 1)", 0, "- (math.sin((q.anim_time - 0.2) * 360 / 2) * 1)"], + "position": [0, -0.5, -0.6875] + }, + "head": { + "rotation": ["-10.0136 - (math.sin((q.anim_time - 0.8) * 360 / 1) * 1) + 3", 0, "- (math.sin((q.anim_time - 0.4) * 360 / 2) * 1)"] + }, + "neck_fur_front": { + "rotation": ["-7.5 - (math.sin((q.anim_time - 0.8) * 360 / 1) * 1)", 0, 0], + "position": [0, 0.3125, 0] + }, + "tail": { + "rotation": [ + "5 - (math.sin((q.anim_time - 0.8) * 360 / 1) * 3)", + "- (math.sin((q.anim_time - 0.1) * 360 / 2) * 1)", + "- (math.sin((q.anim_time - 0.1) * 360 / 2) * 3)" + ] + }, + "leg_front_right_rot": { + "rotation": [0, -12.5, 0], + "position": [-0.03125, 0, 0.15625] + }, + "leg_front_right": { + "rotation": ["12.5 - (math.sin((q.anim_time - 0.5) * 360 / 1) * 3) - 3", 0, 0], + "position": [0, "-0.5625 + (math.sin((q.anim_time - 0.5) * 360 / 1) * 0.08) + 0.08", "0.1875 + (math.sin((q.anim_time - 0.5) * 360 / 1) * 0.09) + 0.09"] + }, + "leg_front_right2": { + "rotation": ["-22.5 + (math.sin((q.anim_time - 0.5) * 360 / 1) * 3) + 3", 0, 0] + }, + "leg_front_right3": { + "rotation": [10, 0, 0] + }, + "leg_front_left_rot": { + "rotation": [0, 12.5, 0], + "position": [0.03125, 0, 0.15625] + }, + "leg_front_left": { + "rotation": ["12.5 - (math.sin((q.anim_time - 0.5) * 360 / 1) * 3) - 3", 0, 0], + "position": [0, "-0.5625 + (math.sin((q.anim_time - 0.5) * 360 / 1) * 0.08) + 0.08", "0.1875 + (math.sin((q.anim_time - 0.5) * 360 / 1) * 0.09) + 0.09"] + }, + "leg_front_left2": { + "rotation": ["-22.5 + (math.sin((q.anim_time - 0.5) * 360 / 1) * 3) + 3", 0, 0] + }, + "leg_front_left3": { + "rotation": [10, 0, 0] + }, + "leg_back_right": { + "rotation": [-14.93371, 10.2809, 0.73687], + "position": [-0.09375, -2.46875, 0.375] + }, + "leg_back_right2": { + "rotation": [-65, 0, 0] + }, + "leg_back_right3": { + "rotation": [80, 0, 0], + "position": [0, 0, -0.46875] + }, + "leg_back_left": { + "rotation": [-14.93371, -10.2809, -0.73687], + "position": [0.09375, -2.46875, 0.375] + }, + "leg_back_left2": { + "rotation": [-65, 0, 0] + }, + "leg_back_left3": { + "rotation": [80, 0, 0], + "position": [0, 0, -0.46875] + }, + "head_fur_right_main": { + "rotation": [0, 0, "- (math.sin((q.anim_time - 0.5) * 360 / 2) * 1)"] + }, + "head_fur_left_main": { + "rotation": [0, 0, "- (math.sin((q.anim_time - 0.5) * 360 / 2) * 1)"] + }, + "ear_right": { + "rotation": ["- (math.sin((q.anim_time - 0.8) * 360 / 1) * 2)", 0, "- (math.sin((q.anim_time - 0.5) * 360 / 2) * 2) - 2"] + }, + "ear_left": { + "rotation": ["- (math.sin((q.anim_time - 0.84) * 360 / 1) * 2)", 0, "- (math.sin((q.anim_time - 0.5) * 360 / 2) * 2) + 2"] + } + } + }, + "animation.cafe_sprigatito.battle_idle": { + "loop": true, + "bones": { + "torso": { + "rotation": ["17 + (math.cos((q.anim_time - 0.1) * 360 ) * 3) - 2", 0, 0], + "position": [0, "0.8 - (math.cos((q.anim_time - 0) * 360 ) * 0.1)", -1.1687] + }, + "neck": { + "rotation": ["28 + (math.sin((q.anim_time - 0.1) * 360 ) * 3) + 2", 0, 0], + "position": [0, 0, -0.46875] + }, + "head": { + "rotation": ["-45.5 + (math.sin((q.anim_time - 0.6) * 360 * 1) * 5)", 0, 0] + }, + "eye_right": { + "rotation": [0, 0, 0] + }, + "head_fur_right_main": { + "rotation": [0, "30 - (math.cos((q.anim_time - 0.5) * 360 ) * 4)", "- (math.cos((q.anim_time - 0.3) * 360 ) * 2)"] + }, + "head_fur_left_main": { + "rotation": [0, "- 30 + (math.cos((q.anim_time - 0.5) * 360 ) * 4)", "(math.cos((q.anim_time - 0.3) * 360 ) * 2)"] + }, + "ear_right": { + "rotation": ["15 + (math.sin((q.anim_time - 0) * 360 ) * 3) + 1", 0, "-7.5 - (math.sin((q.anim_time - 0) * 360 ) * 2)"] + }, + "ear_left": { + "rotation": ["15 + (math.sin((q.anim_time - 0.1) * 360 ) * 3) + 1", 0, "7.5 + (math.sin((q.anim_time - 0.1) * 360 ) * 2)"] + }, + "neck_fur_front": { + "rotation": ["-40.7501 - (math.sin((q.anim_time - 0.3) * 360 ) * 2)", 0, 0], + "position": [0, 0.875, 0.03125] + }, + "neck_fur_back": { + "rotation": ["-32.5 + (math.sin((q.anim_time - 0.2) * 360 ) * 0.5) - 6.5", 0, 0] + }, + "tail": { + "rotation": [ + "7.5-(math.sin((q.anim_time - 0.5) * 360 * 1) * 3)", + "-(math.sin((q.anim_time - 0.5) * 360 / 2) * 5)", + "-(math.sin((q.anim_time - 0.5) * 360 / 2) * 3)" + ], + "position": [0, -0.0625, -0.46875] + }, + "tail_fur2": { + "rotation": ["2.7188-(math.sin((q.anim_time - 0.6) * 360 * 1) * 3)", "-(math.sin((q.anim_time - 0.55) * 360 / 2) * 6)", 0] + }, + "leg_front_right_rot": { + "rotation": ["-(math.sin((q.anim_time - 0.8) * 360 * 1) * 3) + 3", 0, 0], + "position": [0.09375, "-(math.sin((q.anim_time - 0.8) * 360 * 1) * 0.17)", 0.21875] + }, + "leg_front_right": { + "rotation": ["-15 + (math.sin((q.anim_time - 0.8) * 360 * 1) * 6) - 6", 0, 0], + "position": [0, "-1.27 - (math.sin((q.anim_time - 0.8) * 360 * 1) * 0.04) - 0.1", "-0.55 - (math.sin((q.anim_time - 0.8) * 360 * 1) * 0.12)"] + }, + "leg_front_right2": { + "rotation": ["-27.5 - (math.sin((q.anim_time - 0.8) * 360 * 1) * 6) + 6", 0, 0] + }, + "leg_front_right3": { + "rotation": ["42.5 +(math.sin((q.anim_time - 0.8) * 360 * 1) * 3) - 3", 0, 0], + "position": [0, 0, -0.15625] + }, + "leg_front_left": { + "rotation": ["10 - (math.sin((q.anim_time - 0.3) * 360 * 1) * 4) + 4", 0, 0], + "position": [-0.1875, "-0.54 + (math.sin((q.anim_time - 0.3) * 360 * 1) * 0.11)", "0.3125 + (math.sin((q.anim_time - 0.3) * 360 * 1) * 0.106) - 0.106"] + }, + "leg_front_left2": { + "rotation": ["-17.5 + (math.sin((q.anim_time - 0.3) * 360 * 1) * 4) - 4", 0, 0] + }, + "leg_front_left3": { + "rotation": [7.5, 0, 0] + }, + "leg_back_right": { + "rotation": ["-17.2548 - (math.sin((q.anim_time - 0.25) * 360 * 1) * 3) + 3", 10.30055, 0.29332], + "position": [ + "-0.32 + (math.sin((q.anim_time - 0.25) * 360 * 1) * 0.03)", + "-0.1875 + (math.sin((q.anim_time - 0.25) * 360 * 1) * 0.027)", + "-1.1 + (math.sin((q.anim_time - 0.25) * 360 * 1) * 0.15)" + ] + }, + "leg_back_right2": { + "rotation": ["-7.5 + (math.sin((q.anim_time - 0.25) * 360 * 1) * 3) - 3", 0, 0] + }, + "leg_back_right3": { + "rotation": [25, 0, 0] + }, + "leg_back_left": { + "rotation": ["5.2377 - (math.sin((q.anim_time - 0.25) * 360 * 1) * 3) + 3", -12.3071, -2.20462], + "position": [ + "0.0625 - (math.sin((q.anim_time - 0.25) * 360 * 1) * 0.03) + 0.03", + "-0.28 + (math.sin((q.anim_time - 0.25) * 360 * 1) * 0.075)", + "-0.0313+(math.sin((q.anim_time - 0.25) * 360 * 1) * 0.13)" + ] + }, + "leg_back_left2": { + "rotation": ["17.5 + (math.sin((q.anim_time - 0.25) * 360 * 1) * 3) - 3", 0, 0] + }, + "leg_back_left3": { + "rotation": [-20, 0, 0] + }, + "head_fur_right": { + "rotation": [0, 0, "- (math.cos((q.anim_time - 0.2) * 360 ) * 3)"] + }, + "head_fur_right2": { + "rotation": [0, "(math.sin((q.anim_time - 0.4) * 360 ) * 3) - 3", 0] + }, + "head_fur_right3": { + "rotation": [0, 0, "- (math.cos((q.anim_time - 0.4) * 360 ) * 2)"] + }, + "head_fur_left": { + "rotation": [0, 0, "(math.cos((q.anim_time - 0.2) * 360 ) * 3)"] + }, + "head_fur_left2": { + "rotation": [0, "-(math.sin((q.anim_time - 0.4) * 360 ) * 3) + 3", 0] + }, + "head_fur_left3": { + "rotation": [0, 0, "(math.cos((q.anim_time - 0.4) * 360 ) * 2)"] + }, + "tail_fur": { + "rotation": ["22.1877-(math.sin((q.anim_time - 0.6) * 360 * 1) * 2)", 0, "(math.sin((q.anim_time - 0.6) * 360 / 2) * 3)"] + } + } + }, + "animation.cafe_sprigatito.battle_idle2": { + "loop": true, + "bones": { + "torso": { + "rotation": ["7 + (math.cos((q.anim_time - 0.2) * 360 ) * 3) - 2", 0, 0], + "position": [0, "- (math.cos((q.anim_time - 0) * 360 ) * 0.2) - 0.4", "-0.7 - (math.sin((q.anim_time - 0) * 360 ) * 0.15)"] + }, + "neck": { + "rotation": ["35.5 - (math.sin((q.anim_time - 0.2) * 360 ) * 3) + 2", 0, 0], + "position": [0, 0, -0.46875] + }, + "head": { + "rotation": ["-38 - (math.sin((q.anim_time - 0.8) * 360 ) * 1)", 0, 0] + }, + "eye_right": { + "rotation": [0, 0, 0] + }, + "head_fur_right_main": { + "rotation": [0, "30 - (math.cos((q.anim_time - 0.5) * 360 ) * 4)", "- (math.cos((q.anim_time - 0.3) * 360 ) * 2)"] + }, + "head_fur_left_main": { + "rotation": [0, "- 30 + (math.cos((q.anim_time - 0.5) * 360 ) * 4)", "(math.cos((q.anim_time - 0.3) * 360 ) * 2)"] + }, + "ear_right": { + "rotation": ["15 + (math.sin((q.anim_time - 0) * 360 ) * 3) + 1", 0, "-7.5 - (math.sin((q.anim_time - 0) * 360 ) * 2)"] + }, + "ear_left": { + "rotation": ["15 + (math.sin((q.anim_time - 0.1) * 360 ) * 3) + 1", 0, "7.5 + (math.sin((q.anim_time - 0.1) * 360 ) * 2)"] + }, + "neck_fur_front": { + "rotation": ["-35 - (math.sin((q.anim_time - 0.4) * 360 ) * 3) - 2", 0, 0], + "position": [0, 0.875, 0.03125] + }, + "neck_fur_back": { + "rotation": ["-32.5 + (math.sin((q.anim_time - 0.2) * 360 ) * 0.5) - 6.5", 0, 0] + }, + "tail": { + "rotation": ["-82.5 + (math.sin((q.anim_time - 0.3) * 360 ) * 6) + 6", 0, 0], + "position": [0, -0.59375, -0.0625] + }, + "tail_fur2": { + "rotation": ["-10 + (math.sin((q.anim_time - 0.4) * 360 ) * 4) + 4", 0, 0] + }, + "leg_front_right_rot": { + "rotation": ["-(math.sin((q.anim_time - 0.8) * 360 * 1) * 3) + 3", 0, 0], + "position": [0.09375, "-(math.sin((q.anim_time - 0.8) * 360 * 1) * 0.17)", 0.21875] + }, + "leg_front_right": { + "rotation": ["-15 + (math.sin((q.anim_time - 0.8) * 360 * 1) * 6) - 6", 0, 0], + "position": [0, "-1.27 - (math.sin((q.anim_time - 0.8) * 360 * 1) * 0.04) - 0.1", "-0.55 - (math.sin((q.anim_time - 0.8) * 360 * 1) * 0.12)"] + }, + "leg_front_right2": { + "rotation": ["-27.5 - (math.sin((q.anim_time - 0.8) * 360 * 1) * 6) + 6", 0, 0] + }, + "leg_front_right3": { + "rotation": ["42.5 +(math.sin((q.anim_time - 0.8) * 360 * 1) * 3) - 3", 0, 0], + "position": [0, 0, -0.15625] + }, + "leg_front_left": { + "rotation": ["10 - (math.sin((q.anim_time - 0.3) * 360 * 1) * 4) + 4", 0, 0], + "position": [-0.1875, "-0.54 + (math.sin((q.anim_time - 0.3) * 360 * 1) * 0.11)", "0.3125 + (math.sin((q.anim_time - 0.3) * 360 * 1) * 0.106) - 0.106"] + }, + "leg_front_left2": { + "rotation": ["-17.5 + (math.sin((q.anim_time - 0.3) * 360 * 1) * 4) - 4", 0, 0] + }, + "leg_front_left3": { + "rotation": [7.5, 0, 0] + }, + "leg_back_right": { + "rotation": ["-17.2548 - (math.sin((q.anim_time - 0.25) * 360 * 1) * 5) + 5", 10.30055, 0.29332], + "position": [ + "-0.2813 + (math.sin((q.anim_time - 0.25) * 360 * 1) * 0.05) - 0.05", + "-0.1875 + (math.sin((q.anim_time - 0.25) * 360 * 1) * 0.055)", + "-1.125 + (math.sin((q.anim_time - 0.25) * 360 * 1) * 0.26) - 0.26" + ] + }, + "leg_back_right2": { + "rotation": ["-7.5 + (math.sin((q.anim_time - 0.25) * 360 * 1) * 5) - 5", 0, 0] + }, + "leg_back_right3": { + "rotation": [25, 0, 0] + }, + "leg_back_left": { + "rotation": ["5.2377 - (math.sin((q.anim_time - 0.25) * 360 * 1) * 3) + 3", -12.3071, -2.20462], + "position": [ + "0.2813 - (math.sin((q.anim_time - 0.25) * 360 * 1) * 0.03) + 0.03", + "-0.28 + (math.sin((q.anim_time - 0.25) * 360 * 1) * 0.075)", + "(math.sin((q.anim_time - 0.25) * 360 * 1) * 0.13)" + ] + }, + "leg_back_left2": { + "rotation": ["17.5 + (math.sin((q.anim_time - 0.25) * 360 * 1) * 3) - 3", 0, 0] + }, + "leg_back_left3": { + "rotation": [-20, 0, 0] + }, + "head_fur_right": { + "rotation": [0, 0, "- (math.cos((q.anim_time - 0.2) * 360 ) * 3)"] + }, + "head_fur_right2": { + "rotation": [0, "(math.sin((q.anim_time - 0.4) * 360 ) * 3) - 3", 0] + }, + "head_fur_right3": { + "rotation": [0, 0, "- (math.cos((q.anim_time - 0.4) * 360 ) * 2)"] + }, + "head_fur_left": { + "rotation": [0, 0, "(math.cos((q.anim_time - 0.2) * 360 ) * 3)"] + }, + "head_fur_left2": { + "rotation": [0, "-(math.sin((q.anim_time - 0.4) * 360 ) * 3) + 3", 0] + }, + "head_fur_left3": { + "rotation": [0, 0, "(math.cos((q.anim_time - 0.4) * 360 ) * 2)"] + }, + "tail_fur": { + "rotation": ["22.1877+(math.sin((q.anim_time - 0.4) * 360 ) * 1) +NaN", 0, 0] + } + } + }, + "animation.cafe_sprigatito.sleep": { + "loop": true, + "bones": { + "torso": { + "rotation": ["5 + (math.sin((q.anim_time - 0.2 + (math.sin((q.anim_time - 0.2) * 360 / 4) * 0.1)) * 360 / 4) * 1) - 1", 0, 0], + "position": [0, "-3.2 - (math.sin((q.anim_time - 0 + (math.sin((q.anim_time - 0) * 360 / 4) * 0.1)) * 360 / 4) * 0.05)", 0] + }, + "neck": { + "rotation": ["27.5 + (math.sin((q.anim_time - 0.4 + (math.sin((q.anim_time - 0.4) * 360 / 4) * 0.1)) * 360 / 4) * 1) - 1", 0, 0] + }, + "head": { + "rotation": ["23.0524 + (math.sin((q.anim_time - 0.5 + (math.sin((q.anim_time - 0.5) * 360 / 4) * 0.1)) * 360 / 4) * 1) - 1", 22.26162, 1.62278], + "position": [0, -0.46875, 0.09375] + }, + "eyelid_right": { + "position": [0, 0, -0.1] + }, + "eyelid_left": { + "position": [0, 0, -0.1] + }, + "head_fur_right_main": { + "rotation": [-11.55171, "-34.7947 - (math.sin((q.anim_time - 0.7 + (math.sin((q.anim_time - 0.7) * 360 / 4) * 0.1)) * 360 / 4) * 3)", 18.91128], + "position": [0, 0.21875, 0] + }, + "head_fur_right": { + "rotation": [0, -15, 0] + }, + "head_fur_right3": { + "rotation": [0, -12.5, 0] + }, + "head_fur_left_main": { + "rotation": [-11.55171, "34.7947 + (math.sin((q.anim_time - 0.8 + (math.sin((q.anim_time - 0.8) * 360 / 4) * 0.1)) * 360 / 4) * 3)", -18.91128], + "position": [0, 0.21875, 0] + }, + "head_fur_left": { + "rotation": [0, 15, 0] + }, + "head_fur_left3": { + "rotation": [0, 12.5, 0] + }, + "ear_right": { + "rotation": ["24.6041 + (math.sin((q.anim_time - 0.7 + (math.sin((q.anim_time - 0.7) * 360 / 4) * 0.1)) * 360 / 4) * 3)", -9.10615, -4.15582] + }, + "ear_left": { + "rotation": ["20 + (math.sin((q.anim_time - 0.8 + (math.sin((q.anim_time - 0.8) * 360 / 4) * 0.1)) * 360 / 4) * 3)", 0, 0] + }, + "neck_fur_front": { + "rotation": ["-32.5 + (math.sin((q.anim_time - 1.3 + (math.sin((q.anim_time - 0.1) * 360 / 4) * 0.2)) * 360 / 4) * 2) + 5", 0, 0], + "position": [0, 0, 0.125] + }, + "tail": { + "rotation": ["-22.498 - (math.sin((q.anim_time - 0.7 + (math.sin((q.anim_time - 0.7) * 360 / 4) * 0.1)) * 360 / 4) * 2) + 2", 0.01232, 0.09926], + "position": [0, 0, 0] + }, + "tail_fur2": { + "rotation": ["-5 - (math.sin((q.anim_time - 0.8 + (math.sin((q.anim_time - 0.8) * 360 / 4) * 0.1)) * 360 / 4) * 2) + 2", 0, 0] + }, + "leg_front_right": { + "rotation": [40, 0, 0], + "position": [0, -2.65625, 0.65625] + }, + "leg_front_right2": { + "rotation": [-77.5, 0, 0] + }, + "leg_front_right3": { + "rotation": [40, 0, 0] + }, + "leg_front_left": { + "rotation": [40, 0, 0], + "position": [0, -2.65625, 0.65625] + }, + "leg_front_left2": { + "rotation": [-77.5, 0, 0] + }, + "leg_front_left3": { + "rotation": [40, 0, 0] + }, + "leg_back_right": { + "rotation": [-17.5, 0, 0], + "position": [-0.5, -2.28125, 0.65625] + }, + "leg_back_right2": { + "rotation": [-60, 0, 0] + }, + "leg_back_right3": { + "rotation": [77.43276, -0.41311, -0.41022], + "position": [0, 0, -0.40625] + }, + "leg_back_left": { + "rotation": [-17.5, 0, 0], + "position": [0.5, -2.28125, 0.65625] + }, + "leg_back_left2": { + "rotation": [-60, 0, 0] + }, + "leg_back_left3": { + "rotation": [77.43276, 0.41311, 0.41022], + "position": [0, 0, -0.40625] + }, + "neck_fur_back": { + "rotation": ["-30.0008 - (math.sin((q.anim_time - 1.2 + (math.sin((q.anim_time - 0) * 360 / 4) * 0.2)) * 360 / 4) * 2)", -0.02951, 0.02661], + "position": [0, 0.125, 0.25] + }, + "tail_fur": { + "rotation": ["- (math.sin((q.anim_time - 0.8 + (math.sin((q.anim_time - 0.8) * 360 / 4) * 0.1)) * 360 / 4) * 2) + 2", 0, 0] + } + } + }, + "animation.cafe_sprigatito.sleep2": { + "loop": true, + "bones": { + "torso": { + "rotation": [0, 0, -2.5], + "position": [-0.40625, 0, 0] + }, + "neck": { + "rotation": ["31.6915 + (math.sin((q.anim_time - 0) * 360 / 4) * 0.5)", -16.2701, -11.792], + "position": [0.125, -2.49875, -0.28375] + }, + "head": { + "rotation": ["91.7761 + (math.sin((q.anim_time - 0.3) * 360 / 4) * 1)", 0.2352, 9.129], + "position": [0, 0, -1.03125] + }, + "eyelid_right": { + "position": [0, 0, -0.1] + }, + "eyelid_left": { + "position": [0, 0, -0.1] + }, + "head_fur_right_main": { + "rotation": [0, -75, 0] + }, + "head_fur_left_main": { + "rotation": [-5.72355, "27.7768 + (math.sin((q.anim_time - 0.7) * 360 / 4) * 1) - 1", -9.34923], + "position": [0, 0.1875, 0] + }, + "head_fur_left": { + "rotation": [0, "15 + (math.sin((q.anim_time - 0.6) * 360 / 4) * 2) - 2", 0] + }, + "head_fur_left3": { + "rotation": [0, "17.5 + (math.sin((q.anim_time - 0.65) * 360 / 4) * 2) - 2", 0] + }, + "ear_right": { + "rotation": ["41.7829 + (math.sin((q.anim_time - 0.45) * 360 / 4) * 2) - 2", -0.31665, -0.14328] + }, + "ear_left": { + "rotation": ["33.1434 + (math.sin((q.anim_time - 0.5) * 360 / 4) * 2) - 2", -5.96883, 8.23849] + }, + "neck_fur_front": { + "rotation": ["7.6217 + (math.sin((q.anim_time - 0.65) * 360 / 4) * 0.5) - 0.5", -2.469, -1.57175], + "position": [0, 0, -0.0625] + }, + "tail": { + "rotation": [-80.24258, "-5.7385 - (math.sin((q.anim_time - 0.2) * 360 / 4) * 1)", 4.83711] + }, + "tail_fur2": { + "rotation": [-19.60617, "-27.4998 + (math.sin((q.anim_time - 0.5) * 360 / 4) * 2) - 2", 18.08545] + }, + "leg_front_right": { + "rotation": [5, 0, 0], + "position": [0, 0, 0.4375] + }, + "leg_front_left": { + "rotation": [50.02472, 1.34295, "2.1089 - (math.sin((q.anim_time - 0.3) * 360 / 4) * 1) + 1"], + "position": ["0.28 - (math.sin((q.anim_time - 0.3) * 360 / 4) * 0.1) + 0.1", -0.06625, 0.65625] + }, + "leg_front_left2": { + "rotation": [-50, 0, 0] + }, + "leg_back_right": { + "rotation": [-7.5, 0, 0] + }, + "leg_back_left": { + "rotation": [2.5547, 4.82922, "16.2972 - (math.sin((q.anim_time - 0.4) * 360 / 4) * 1) + 1"], + "position": ["-0.0938 - (math.sin((q.anim_time - 0.4) * 360 / 4) * 0.1) + 0.1", -0.75, -0.09375] + }, + "leg_back_left2": { + "rotation": [-15, 0, 0] + }, + "body": { + "rotation": [0, 0, -87.5], + "position": [0, 2.59375, 0] + }, + "neck_fur_back": { + "rotation": [40.02442, 7.29985, 5.88548], + "position": [0, 1.53125, -1.53125] + }, + "leg_front_left_rot": { + "rotation": [0, 0, 22.5], + "position": [-1.12, -0.40625, 0.40875] + }, + "head_fur_left2": { + "rotation": [0, "(math.sin((q.anim_time - 0.7) * 360 / 4) * 1) - 1", 0] + }, + "leg_front_right2": { + "rotation": [10, 0, 0] + }, + "leg_front_right3": { + "rotation": [17.5, 0, 0] + }, + "leg_front_left3": { + "rotation": [25, 0, 0] + } + } + }, + "animation.cafe_sprigatito.quirk_ear-twitch-left": { + "animation_length": 0.125, + "bones": { + "ear_left": { + "rotation": { + "0.0": [0, "(math.sin((q.anim_time - 0) * 360 * 10) * 2)", "-0.1251+(math.sin((q.anim_time - 0) * 360 * 10) * 5)"], + "0.125": {"pre": [0, "(math.sin((q.anim_time - 0) * 360 * 10) * 2)", "-0.1251+(math.sin((q.anim_time - 0) * 360 * 10) * 5)"], "post": [0, 0, 0]} + } + } + } + }, + "animation.cafe_sprigatito.quirk_ear-twitch-right": { + "animation_length": 0.125, + "bones": { + "ear_right": { + "rotation": { + "0.0": [0, "-((math.sin((q.anim_time - 0) * 360 * 10) * 2))", "0.1251+(math.sin((q.anim_time - 0) * 360 * 10) * 5)"], + "0.125": {"pre": [0, "-((math.sin((q.anim_time - 0) * 360 * 10) * 2))", "0.1251+(math.sin((q.anim_time - 0) * 360 * 10) * 5)"], "post": [0, 0, 0]} + } + } + } + }, + "animation.cafe_sprigatito.faint(wip)": { + "loop": "hold_on_last_frame", + "animation_length": 2.9167, + "bones": { + "body": { + "rotation": { + "1.9167": [0, 0, 0], + "2.0833": [55, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.2917": [0, 0, -0.0375], + "0.6667": [-1.1875, 0, -0.59375], + "0.7917": [-1.78125, 0, -0.59375], + "0.9583": [-2.15625, 0, -0.9], + "1.125": [-1.61125, 0, -1.21], + "1.25": [0, 0, -1.5125], + "1.3333": [2.875, 0, -1.6875], + "1.5833": [4.21, 0, -1.7], + "1.75": [4.75, 0, -1.71875], + "1.875": [5.03625, -0.69, -2.30875], + "2.0": [5.09375, -1.375, -8.0625], + "2.125": [4.33, 1.2625, -9.77], + "2.2083": [3.8125, 0, -12.34375], + "2.2917": [3.81, 0, -13.05875], + "2.375": [3.81, 0.90625, -12.34], + "2.4583": [3.81, 0, -12.34] + } + }, + "torso": { + "rotation": { + "0.0": [17.42705, 0, 0], + "0.0833": [20.18053, 1.65625, 0], + "0.2917": [3.47625, 10.18375, -8.71], + "0.6667": [11.79706, 13.18691, -17.42104], + "0.7917": [11.95331, 9.53066, -19.04604], + "0.9583": [9.7325, -2.35875, -13.64], + "1.1667": [-5.49, -10.5125, 16.785], + "1.2917": [-8.26431, -12.65161, 25.47308], + "1.5833": [-4.52875, -7.515, 24.78], + "1.75": [0.5, 7.65625, 18.40625], + "1.9167": [5.37125, 9.625, -9.22625], + "2.0": [-21.06437, 6.8125, -4.61313], + "2.2083": [22.5, 4, 0], + "2.2917": [32.21875, 4, 0], + "2.3333": [22.5, 4, 0], + "2.4583": [-51.28125, 0, 0], + "2.5417": [-59.125, 0, 0], + "2.6667": [-50, 0, 0] + }, + "position": { + "0.0": [0, 0.7, -1.1687], + "0.125": [0, 0.3125, -1.5125], + "0.2917": [-1.14, 0.43875, -1.85], + "0.4167": [-2, 0.625, -2.10625], + "0.7083": { + "pre": [-2.495, 0.375, -2.10875], + "post": [-2.495, 0.375, -2.10875], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [-2.46875, -0.3125, -1.8875], + "lerp_mode": "catmullrom" + }, + "1.1667": { + "post": [-0.55, -0.15375, -1.63], + "lerp_mode": "catmullrom" + }, + "1.2917": { + "post": [1.40625, -0.25, -2.2625], + "lerp_mode": "catmullrom" + }, + "1.5833": [1.65625, -0.03125, -2.84875], + "1.75": [1.5, 0.15625, -2.78125], + "1.9167": [0.375, 1.54, -0.0125], + "2.0": [0.19, -0.6875, 0.4], + "2.2083": [0, 3.96875, 0.8125], + "2.3333": [0, 3.96875, 0.8125], + "2.4583": [0, -4.15125, -0.315], + "2.5417": [0, -4.58375, -0.53125], + "2.7083": [0, -4.52625, -0.53375] + } + }, + "neck": { + "rotation": { + "0.0": [28.23664, 0, 0], + "0.4583": { + "pre": [20.85548, 1.77203, -24.61578], + "post": [20.85548, 1.77203, -24.61578], + "lerp_mode": "catmullrom" + }, + "0.9583": { + "post": [8.04625, 1.08, 13.55375], + "lerp_mode": "catmullrom" + }, + "1.2917": [4.88442, 0, 17.59375], + "1.5417": [6.87875, 0, 6.44875], + "1.75": [10.09375, 0, -11.53125], + "1.875": [47.7575, 0, -4.0625], + "2.0": [41.96875, 0, 0], + "2.0833": [23.92, 0, 0], + "2.2083": [12.03125, 0, 0], + "2.3333": [16.9375, 0, 0], + "2.4583": [65.5, 0, 0], + "2.5417": [70, 0, 0] + }, + "position": { + "0.0": [0, 0, -0.46875], + "0.4583": [0, -0.375, 0.155], + "1.3333": [0, 0.21875, -0.1875], + "1.75": [0, -0.375, 0], + "1.9583": [0, -0.825, -0.25], + "2.0833": [0, 0, 0], + "2.3333": [0, -0.15625, -0.46875], + "2.375": [0, -0.62875, -0.69125], + "2.5417": [0, -0.63, -1.07], + "2.5833": [0, -0.6925, -1.07] + } + }, + "head": { + "rotation": { + "0.0": [-35.06107, 0, 0], + "0.0833": [-22.73231, 0, -1.03125], + "0.2917": [6.1075, 8.45125, -5.585], + "0.4167": [10.175, 12.28875, -7.71875], + "0.7083": [6.98977, 20.309, -6.90681], + "0.9167": [-7.37, 2.60375, 4.88], + "1.1667": [-10.9, -2.5, 14.5975], + "1.2917": [-12.41981, -16.40625, 14.5625], + "1.5417": [-15.28125, -4.5625, -2.84375], + "1.6667": [-15.955, -1.355, -6.25], + "1.9167": [2.49605, 6.49251, 2.40204], + "2.0833": [-7.53051, 0.06064, 0.00511], + "2.2083": [0.37574, 0.06064, 0.00511], + "2.3333": [-5.62426, 0.06064, 0.00511], + "2.4583": [23.70875, 0.06, 0.01], + "2.5417": [10.2125, 0.06, 0.01], + "2.625": [15.40456, 1.16584, 0.2228] + }, + "position": { + "0.0": [0, 0, 0], + "0.7083": [0, 0.65625, 0], + "1.75": [0, 0.66, 0] + } + }, + "eye_right": { + "rotation": { + "0.0": [0, 0, 0], + "1.2917": [0, 0, 0], + "1.75": [0, 0, 0] + } + }, + "head_fur_right_main": { + "rotation": { + "0.0": [0, 34, 0.61803], + "1.2917": [0, 34, 0.61803], + "1.75": [0, 0, 0], + "2.0833": [0, -40, 0] + } + }, + "head_fur_right": { + "rotation": { + "0.0": [0, 0, -0.92705], + "1.2917": [0, 0, -0.92705], + "1.75": [0, 0, -0.93] + } + }, + "head_fur_right2": { + "rotation": { + "0.0": [0, -4.76336, 0], + "1.2917": [0, -4.76336, 0], + "1.75": [0, -4.76, 0] + } + }, + "head_fur_right3": { + "rotation": { + "0.0": [0, 0, 1.61803], + "1.2917": [0, 0, 1.61803], + "1.75": [0, 0, 1.62] + } + }, + "head_fur_left_main": { + "rotation": { + "0.0": [0, -34, -0.61803], + "1.2917": [0, -34, -0.61803], + "1.75": [0, 0, 0], + "2.0833": [0, 40, 0] + } + }, + "head_fur_left": { + "rotation": { + "0.0": [0, 0, 0.92705], + "1.2917": [0, 0, 0.92705], + "1.75": [0, 0, 0.93] + } + }, + "head_fur_left2": { + "rotation": { + "0.0": [0, 4.76336, 0], + "1.2917": [0, 4.76336, 0], + "1.75": [0, 4.76, 0] + } + }, + "head_fur_left3": { + "rotation": { + "0.0": [0, 0, -1.61803], + "1.2917": [0, 0, -1.61803], + "1.75": [0, 0, -1.62] + } + }, + "ear_right": { + "rotation": { + "0.0": [16, 0, -7.5], + "0.375": [-21.5, 0, 0.46875], + "0.75": [18.53963, 1.83264, -12.23804], + "1.0833": [-3.10942, -12.66871, -13.79303], + "1.2917": [-17.35152, -4.15152, 4.4073], + "1.5833": [-28.67576, 9.23674, 9.9849], + "1.7083": [-10.5, 14.84375, 2.78125], + "1.8333": [33.19875, 11.41, 1.39], + "2.0833": [20.92007, -15.44198, -3.06451], + "2.2917": [17.92007, -14.78573, -3.06451], + "2.5833": [15.23257, -16.12948, -3.06451], + "2.8333": [31.33336, -13.36897, -6.7719] + } + }, + "ear_left": { + "rotation": { + "0.0": [14.23664, 0, 6.32443], + "0.375": [-10.85955, 7.4491, 7.20262], + "0.7083": [24.8495, 11.70367, 4.77675], + "1.0833": [-15.31901, -9.42154, 1.87264], + "1.2917": [4.23664, 0, 6.32443], + "1.5833": [-22.88168, 0, 8.69346], + "1.7083": [5.78125, 0, 7.75], + "1.8333": [28.70875, 0.5, 1.92], + "1.9583": [5.56724, 1.41236, 0.74124], + "2.125": [15.89982, 9.47292, 3.07814], + "2.25": [18.18107, 15.47292, 3.07814], + "2.4583": [24.8075, 9.47, 3.08], + "2.5417": [8.39982, 9.47292, 3.07814], + "2.5833": [15.905, 10.96, 3.84], + "2.6667": [29.37383, 13.92, 5.36522] + } + }, + "neck_fur_front": { + "rotation": { + "0.0": [-38.84799, 0, 0], + "0.4583": [-44.96625, 0, 0], + "0.8333": [-56.25, 0, 0], + "1.2917": [-7.08433, 0, 0], + "1.75": [-35, 0, 0], + "1.9167": [-54.09, 0, 0], + "2.0": [-11.14, 0, 0], + "2.0833": [-15, 0, 0], + "2.2083": [-17.5, 0, 0], + "2.375": [12.5, 0, 0], + "2.9167": [-17.5, 0, 0] + }, + "position": { + "0.0": [0, 0.875, 0.03125], + "1.2917": [0, 0.875, 0.03125], + "1.75": [0, 0.88, 0.03] + } + }, + "neck_fur_back": { + "rotation": { + "0.0": [-39.47553, 0, 0], + "1.2917": [-39.47553, 0, 0], + "1.75": [5.52, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [7.5, 5, 3], + "0.7083": [-32.98627, 14.96179, -9.04524], + "1.2083": [-19.88314, -26.92287, 2.82491], + "1.875": [-61.56412, 12.71421, -6.16076], + "1.9583": [-15.9025, 4.77, -2.31], + "2.0833": [-1.625, 0, 0], + "2.2083": [-5, 0, 0], + "2.2917": [-35, 0, 0], + "2.5417": [-30, 0, 0], + "2.5833": [-60, 0, 0] + }, + "position": { + "0.0": [0, -0.0625, -0.46875], + "1.2917": [0, -0.59375, -0.0625], + "1.75": [0, -0.59, -0.06], + "1.875": [0, -0.59, -0.06] + } + }, + "tail_fur": { + "rotation": { + "0.0": [21.01213, 0, -2.85317], + "1.2917": [21.59991, 0, 0], + "1.75": [0, 0, 0], + "2.0833": [45, 0, 0], + "2.2083": [55, 0, 0], + "2.2917": [0, 0, 0], + "2.4583": [-10, 0, 0], + "2.5417": [2.5, 0, 0], + "2.5833": [-12.5, 0, 0] + } + }, + "tail_fur2": { + "rotation": { + "0.0": [0.95544, 5.92613, 0], + "1.2917": [-8.35114, 0, 0], + "1.75": [0, 0, 0], + "2.0833": [7.53087, 0.72177, -0.38076], + "2.2083": [7.53, 0.72, -0.38], + "2.2917": [7.53, 0.72, -0.38], + "2.4583": [-4.97, 0.72, -0.38], + "2.5833": [12.53, 0.72, -0.38], + "2.625": [2.53, 0.72, -0.38] + } + }, + "leg_front_right_rot": { + "rotation": { + "0.0": [0.14683, 0, 0], + "0.125": [0.14669, 0.0064, -2.49999], + "0.2083": [0.04443, 7.5, 0.0058], + "0.3333": [0, 17.5, 0], + "0.4167": [-2.35666, 17.34551, -7.85952], + "0.6667": [0, 17.5, 0], + "0.75": [0, 7.78, 0], + "0.875": [0, 17.78, 0], + "1.0417": [0, 0, 0], + "1.2083": [0, -20, 7.8125], + "1.2917": [0, 0, 17.5], + "1.5833": [0, 0, 18.75], + "1.75": [0, 0, 19.38], + "2.0833": [0, 0, 0], + "2.25": [0, 0, 0], + "2.4583": [0, 14.58, 0], + "2.625": [0, 17.5, 0] + }, + "position": { + "0.0": [0.09375, -0.16168, 0.21875], + "0.125": [0.09375, -0.16168, 0.21875], + "0.4167": [0.09, 0.265, 0.22], + "1.2083": [0.55875, 0.04, 0.22], + "1.2917": [0.09375, 0, 0.21875], + "1.75": [0, 0, 0], + "2.0833": [0, 0, 0], + "2.25": [0, 0, 0], + "2.4583": [-1.15, 0, 0], + "2.625": [-1.375, 0, 0] + } + }, + "leg_front_right": { + "rotation": { + "0.0": [-15.29366, 0, 0], + "0.125": [-15.29366, 0, 0], + "0.25": [-10.79, 0, 0], + "0.3333": [4.21, 0, 0], + "0.4167": [4.21, 0, 0], + "0.6667": [11.71, 0, 0], + "0.75": [-4.09864, 12.4985, 0.19508], + "0.875": [-4.12, 0, 0], + "1.0417": [9.2592, 0.75448, 7.46217], + "1.125": [2.89228, 1.70468, 3.27056], + "1.1667": [-3.82851, 4.01353, -10.83469], + "1.2917": [-0.84554, -1.22561, 13.72283], + "1.375": [3.65647, -24.21198, 13.44705], + "1.5833": [7.55075, -0.49177, -29.18891], + "1.75": [9.83582, 13.70062, -12.92155], + "1.9167": [8.23047, 2.90464, -12.16307], + "2.0417": [35.36523, 1.45232, -6.08153], + "2.1667": [27.5, 0, 0], + "2.25": [37.5, 0, 0], + "2.2917": [0, 0, 0], + "2.4583": [15.88, 6.64, 8.92], + "2.625": [0.07673, 9.96156, 13.38045] + }, + "position": { + "0.0": [0, -1.40804, -0.66413], + "0.125": [-0.15625, -1.40804, -0.66413], + "0.25": [-1.425, -0.9675, -1.03], + "0.3333": [-1.85, -1.08875, -1.03], + "0.4167": [-1.85, -1.08875, -1.03], + "0.6667": [-2.88125, -0.62, -1.24875], + "0.75": [-3.3825, -0.785, -1.03], + "0.7917": [-3.09625, -0.76, -1.2425], + "0.875": [-2.78875, -0.7225, -1.405], + "1.0417": [-2.43625, -0.4625, -1.03], + "1.125": [-1.38875, -0.18, -1.27], + "1.1667": [-0.9025, 0.10875, -1.5], + "1.2083": [-0.82875, -0.07375, -1.62], + "1.25": [-0.2025, 0.21625, -1.65], + "1.2917": [0.5, 0.31435, -1.72222], + "1.5833": [0.71625, 0.2775, -2.185], + "1.75": [-0.22125, 0.09, -2.185], + "1.9167": [-0.5625, 0.29375, 0.325], + "2.0417": [-0.68625, 2.07375, 0.71], + "2.1667": [0, 2.15875, 1.09125], + "2.25": [0, 1.905, 0.905], + "2.2917": [0, 0.5925, 2.12375], + "2.4583": [0, 0.40875, 1.7525], + "2.625": [0, 0.025, 2.00625] + } + }, + "leg_front_right2": { + "rotation": { + "0.0": [-27.20634, 0, 0], + "0.125": [-27.20634, 0, 0], + "0.25": [-31.71, 0, 0], + "0.3333": [-29.21, 0, 0], + "0.4167": [-29.21, 0, 0], + "0.6667": [-36.71, 0, 0], + "0.75": [-13.93, 0, 0], + "0.9167": [-13.93, 0, 0], + "1.0417": [-39.21, 0, 0], + "1.125": [-30.46, 0, 0], + "1.1667": [3.29, 0, 0], + "1.2917": [5.79366, 0, 0], + "1.375": [-33.57, 0, 0], + "1.5833": [-2.94, 0, 0], + "1.75": [-2.94, 0, 0], + "1.9167": [-13.18, 0, 0], + "2.0417": [-16.59, 0, 0], + "2.1667": [-70, 0, 0], + "2.25": [-77.5, 0, 0], + "2.2917": [-77.5, 0, 0], + "2.4583": [-77.5, 0, 0], + "2.625": [-77.5, 0, 0] + } + }, + "leg_front_right3": { + "rotation": { + "0.0": [42.35317, 0, 0], + "0.125": [42.35317, 0, 0], + "0.3333": [24.12, 0, 0], + "0.4167": [24.12, 0, 0], + "0.6667": [24.12, 0, 0], + "0.75": [17.66, 0, 0], + "0.875": [17.66, 0, 0], + "1.0417": [52.5, 0, 0], + "1.1667": [6.25, 0, 0], + "1.2083": [-2.81, 0, 0], + "1.2917": [-5, 0, 0], + "1.375": [22.5, 0, 0], + "1.5833": [-5, 0, 0], + "1.75": [-5, 0, 0], + "1.9167": [1.85913, 0.20171, -0.0744], + "2.1667": [-12.5, 0, 0], + "2.25": [-15, 0, 0], + "2.2917": [22.5, 0, 0], + "2.4583": [0, 0, 0], + "2.625": [12.5, 0, 0] + }, + "position": { + "0.0": [0, 0, -0.15625], + "0.125": [0, 0, -0.15625], + "1.2917": [0, 0, -0.15625], + "1.75": [0, 0, -0.16] + } + }, + "leg_front_left_rot": { + "rotation": { + "0.0": [0, 0, 0], + "0.0833": [0, 12.5, 0], + "0.1667": [1.55368, 6.97269, 9.38038], + "0.4167": [0, -15, -7.5], + "0.7917": [0, -10, -11.11], + "1.0": [0, 10, 1.07], + "1.0833": [1.6981, 8.13155, 13.90963], + "1.25": [-2.15445, -28.82712, -14.06917], + "1.2917": [-0.99209, -31.94779, 18.73981], + "1.75": [0, 0, 0], + "2.0833": [0, 0, 0], + "2.2083": [0, 0, 0], + "2.4583": [0, -14.58, 0], + "2.5833": [0, -17.5, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.2917": [0.5625, -0.40625, -1.25], + "1.75": [0, 0, 0], + "2.0833": [0, 0, 0], + "2.2083": [0, 0, 0], + "2.4583": [1.15, 0, 0], + "2.5833": [1.375, 0, 0] + } + }, + "leg_front_left": { + "rotation": { + "0.0": [17.80423, 0, 0], + "0.0833": [20.3, 0, 0], + "0.1667": [-5.06, 0, 0], + "0.4167": [7.8, 0, 0], + "0.7917": [7.35553, -0.17403, -4.96267], + "0.875": [1.3482, -0.14916, -4.25372], + "0.9583": [4.04615, -0.91287, 1.3929], + "1.0833": [3.17357, -0.63901, 0.97503], + "1.1667": [4.47287, -3.10021, 12.92067], + "1.2083": [17.63914, -2.48017, 10.33653], + "1.25": [8.42628, 5.19573, -8.33966], + "1.2917": [-10.71588, 9.83551, -18.03289], + "1.5833": [1.81315, 3.52918, 3.44046], + "1.75": [6.13089, -8.0002, 6.72693], + "1.875": [2.67495, -4.3495, -0.76974], + "2.0": [42.16998, -1.7398, -0.3079], + "2.0833": [-54, 0, 0], + "2.2083": [47.26198, 5.94383, -4.58217], + "2.2917": [47.26198, 5.94383, -4.58217], + "2.4583": [15.88, -6.64, -8.92] + }, + "position": { + "0.0": [-0.1875, -0.6446, 0.10569], + "0.0833": [-0.03125, -0.51962, 0.10569], + "0.1667": [-0.81375, -0.5175, -0.24], + "0.2917": [-1.73875, -0.08125, -0.47], + "0.4167": [-1.8775, 0.36, -0.48375], + "0.7917": [-1.55875, 0.42625, -0.64625], + "0.875": [-2.23, 0.225, -0.4], + "0.9583": [-2.1225, -0.38, -0.4575], + "1.0833": [-1.66625, -1.0525, -0.07], + "1.1667": [-0.2925, -0.55375, 0.19], + "1.2083": [-0.045, -0.92125, 0.32], + "1.25": [1.895, -0.98625, -0.805], + "1.2917": [1.03125, 0.76163, -0.14431], + "1.5833": [1.59375, -0.1325, -0.63], + "1.75": [1.59375, -0.1325, -1.47375], + "2.0": [0.4, 1.42, 1.64375], + "2.0833": [0, 2.34375, 2.09375], + "2.125": [0.0625, 2.545, 0.655], + "2.2083": [0.21875, 1.9675, 0.53], + "2.2917": [0, 2.03, 0.43625], + "2.4583": [0, 0.94, 1.065] + } + }, + "leg_front_left2": { + "rotation": { + "0.0": [-25.30423, 0, 0], + "0.0833": [-45.30423, 0, 0], + "0.1667": [-13.52, 0, 0], + "0.4167": [-0.3, 0, 0], + "0.7917": [3.12, 0, 0], + "0.875": [-25.94, 0, 0], + "0.9583": [-23.33, 0, 0], + "1.0833": [-23.92, 0, 0], + "1.1667": [-44.32, 0, 0], + "1.2083": [-58.02, 0, 0], + "1.25": [-16.66, 0, 0], + "1.2917": [-0.30423, 0, 0], + "1.5833": [-15.15, 0, 0], + "1.75": [-7.65, 0, 0], + "1.9167": [3.1075, 0, 0], + "2.0833": [-34.71875, 0, 0], + "2.2083": [-77.5, 0, 0], + "2.2917": [-77.5, 0, 0], + "2.4583": [-77.5, 0, 0] + } + }, + "leg_front_left3": { + "rotation": { + "0.0": [7.5, 0, 0], + "0.0833": [40, 0, 0], + "0.1667": [18.75, 0, 0], + "0.2917": [4.37, 0, 0], + "0.4167": [-5, 0, 0], + "0.7917": [-6.71, 0, 0], + "0.875": [22.82, 0, 0], + "1.0833": [18.94, 0, 0], + "1.1667": [35.67, 0, 0], + "1.25": [1.27, 0, 0], + "1.2917": [0, 0, 0], + "1.5833": [10, 0, 0], + "1.75": [0, 0, 0], + "2.0833": [32.5, 0, 0], + "2.2083": [-25, 0, 0], + "2.2917": [-25, 0, 0], + "2.4583": [0, 0, 0] + } + }, + "leg_back_right": { + "rotation": { + "0.0": [-11.2548, 10.30055, 0.29332], + "0.125": [-7.2548, 10.30055, 0.29332], + "0.3333": [-4.02465, 9.75138, -9.84688], + "0.4167": [6.80974, 11.36446, -4.68095], + "0.6667": [8.28642, 8.64541, 5.57745], + "0.875": [10.04713, 6.30576, -2.28983], + "1.0417": [7.21364, 5.21568, 5.25112], + "1.1667": [0.21657, 3.74642, 17.77119], + "1.2083": [13.25568, 0.3479, 36.26759], + "1.2917": [-0.1147, 6.00784, 28.07587], + "1.5833": [0.97458, 5.3642, -5.87735], + "1.75": [1.62145, 4.54027, 1.60529], + "1.875": [-0.76345, -1.83539, -0.92212], + "1.9167": [-1.55276, 2.68785, -1.27198], + "2.0833": [30, 0, 0], + "2.125": [18.75, 0, 0], + "2.2083": [-17.5, 0, 0], + "2.2917": [-27.5625, 0, 0], + "2.4583": [-30, 0, 0] + }, + "position": { + "0.0": [-0.35, -0.2145, -1.25], + "0.125": [-0.3813, -0.2425, -1.645], + "0.3333": [-1.59, -0.24, -1.75], + "0.4167": [-2.0675, -0.0525, -1.79625], + "0.6667": [-2.79625, -0.77125, -1.78], + "0.875": [-2.875, -0.61, -1.74], + "0.9583": [-2.35125, -0.55, -1.72], + "1.0417": [-2.17625, -0.49, -1.71], + "1.2917": [1.21245, 0.22625, -2.3325], + "1.375": [1.11, 0.00875, -2.62], + "1.5833": [0.885, -0.07625, -2.9], + "1.75": [0.885, -0.17, -2.4625], + "1.875": [0.22, 0.58, -1.395], + "1.9167": [0, 0.80125, 0.13125], + "2.0": [0, -0.92375, 0.16625], + "2.0833": [0, 2.96875, 0.84375], + "2.2083": [0, -1.905, 0.84], + "2.2917": [0, -3.16375, 0.64], + "2.4583": [0, -3.74375, 0.43375] + } + }, + "leg_back_right2": { + "rotation": { + "0.0": [-13.5, 0, 0], + "0.3333": [-16.7, 0, 0], + "0.4167": [-39.79749, -2.27932, 2.49748], + "0.6667": [-37.5, 0, 0], + "0.875": [-35.15, 0, 0], + "1.1667": [8.06, 0, 0], + "1.2083": [-40.16, 0, 0], + "1.2917": [-37.5, 0, 0], + "1.5833": [-11.25, 0, 0], + "1.75": [-13.75, 0, 0], + "1.9167": [-10.76285, 0.00879, 1.10251], + "2.0": [9.61858, 0.00439, 0.55126], + "2.0833": [-40, 0, 0], + "2.125": [-12.5, 0, 0], + "2.2083": [-57.5, 0, 0], + "2.4583": [-82.5, 0, 0] + } + }, + "leg_back_right3": { + "rotation": { + "0.0": [25, 0, 0], + "0.3333": [25, 0, 0], + "0.4167": [40, 0, 0], + "0.6667": [30, 0, 0], + "0.875": [23.53, 0, 0], + "1.1667": [-5.61, 0, 0], + "1.2083": [39.13, 0, 0], + "1.2917": [35, 0, 0], + "1.5833": [16.25, 0, 0], + "1.75": [16.25, 0, 0], + "1.9167": [14.92, 0, 0], + "2.0": [-28.27, 0, 0], + "2.0833": [40, 0, 0], + "2.375": [57.5, 0, 0] + }, + "position": { + "1.75": [0, 0, 0], + "2.0833": [0, 0, 0], + "2.375": [-0.03125, 0, -0.71875] + } + }, + "leg_back_left": { + "rotation": { + "0.0": [11.2377, -12.3071, -2.20462], + "0.125": [18.7377, -12.3071, -2.20462], + "0.2083": [16.74461, 4.69734, 1.98191], + "0.2917": [-7.02775, 9.2103, 7.90538], + "0.4167": [-3.62197, 8.06162, -4.63548], + "0.6667": [2.10788, 7.17319, -11.99563], + "0.8333": [16.42666, 0.45008, -10.01203], + "0.9167": [13.06933, -6.14463, 0.99503], + "1.0": [10.47299, -4.15562, 2.45492], + "1.0833": [3.92767, -14.31328, 10.3364], + "1.1667": [-2.0327, -11.00668, -6.88049], + "1.2083": [-0.0761, -5.81848, -25.46275], + "1.2917": [25.18014, -15.78011, 1.89194], + "1.375": [22.54183, -10.53033, 10.84213], + "1.625": [16.87165, -1.99025, -4.04779], + "1.75": [7.55985, 15.85294, -4.26201], + "1.875": [-16.54347, 17.74465, -5.43768], + "2.0": [13.47787, 6.59721, -1.23661], + "2.0833": [72.42322, 0.42672, 0.78032], + "2.125": [59.92322, 0.42672, 0.78032], + "2.2083": [12.42322, 0.42672, 0.78032], + "2.2917": [-32.57678, 0.42672, 0.78032], + "2.4583": [-40.07678, 0.42672, 0.78032] + }, + "position": { + "0.0": [0.1225, -0.355, -0.1613], + "0.125": [0.1225, -0.48, -0.94255], + "0.2083": [-0.39, 0.3, -1.04], + "0.2917": [-0.55625, -0.04875, -1.30875], + "0.4167": [-1.675, -0.14125, -1.18125], + "0.6667": [-2.085, -0.07875, -1.4], + "1.0": [-2.3025, -0.36, -0.85], + "1.0833": [-1.2625, -0.20375, -0.9275], + "1.1667": [-0.81, 0.275, -0.93], + "1.2083": [0.8225, -0.31, -0.6075], + "1.2917": [1.87255, -0.82375, -1.16125], + "1.3333": [1.605, -0.77, -0.99125], + "1.375": [1.57875, -0.71, -1.25875], + "1.5833": [1.84625, -0.6, -1.91], + "1.75": [1.71875, -0.3125, -2.53125], + "1.875": [0.96875, 1.0625, -1.71875], + "1.9583": [0.61875, 0.37, -0.06875], + "2.0": [0.11, -0.6975, 0.33375], + "2.0833": [0, 3.0625, 0.8125], + "2.125": [0, 0.9975, 0.81], + "2.2083": [0, -1.03125, 0.81], + "2.2917": [0, -4.49875, 1.40375], + "2.4583": [0, -4.4375, 1.2125] + } + }, + "leg_back_left2": { + "rotation": { + "0.0": [11.5, 0, 0], + "0.2083": [-21, 0, 0], + "0.2917": [-6.69, 0, 0], + "0.6667": [-11.01, 0, 0], + "0.8333": [-25.32, 0, 0], + "0.9167": [-9.8, 0, 0], + "1.0833": [11.5, 0, 0], + "1.1667": [-14.10063, 0.80189, -0.90217], + "1.2083": [7.95785, 2.72641, -3.06737], + "1.2917": [-27.70442, 5.61321, -6.31518], + "1.375": [-12.02832, 4.2099, -4.73639], + "1.625": [-18.51416, 2.10495, -2.36819], + "1.75": [7.5, 0, 0], + "1.875": [7.5, 0, 0], + "2.0": [-3, 0, 0], + "2.0833": [-47.5, 0, 0], + "2.125": [-10, 0, 0], + "2.2083": [-52.5, 0, 0], + "2.4583": [-79.86576, 0, 0] + } + }, + "leg_back_left3": { + "rotation": { + "0.0": [-20, 0, 0], + "0.2083": [33.61, 0, 0], + "0.2917": [16.67, 0, 0], + "0.6667": [7.97422, 0, 0], + "0.8333": [22.11996, 0, 0], + "0.9167": [-0.99, 0, 0], + "1.0833": [-15, 0, 0], + "1.1667": [10, 0, 0], + "1.2083": [-10.5, 0, 0], + "1.2917": [2.5, 0, 0], + "1.375": [-7.5, 0, 0], + "1.625": [9.96692, 0.14481, 0.69858], + "1.75": [-15, 0, 0], + "1.875": [-2.5, 0, 0], + "1.9167": [12.67, 0, 0], + "2.0": [-7, 0, 0], + "2.0833": [40, 0, 0], + "2.4583": [65, 0, 0] + }, + "position": { + "1.75": [0, 0, 0], + "1.875": [0, 0, 0], + "2.0833": [0, 0, 0], + "2.4583": [0.0625, -0.1875, -0.625] + } + }, + "eyelid_right": { + "position": { + "0.2083": [0, 0, 0], + "0.25": {"pre": [0, 0, 0], "post": [0, 0, -0.1]}, + "0.4583": {"pre": [0, 0, -0.1], "post": [0, 0, -0.1]}, + "0.6667": {"pre": [0, 0, -0.1], "post": [0, 0, 0]}, + "0.8333": {"pre": [0, 0, 0], "post": [0, 0, 0]}, + "0.875": {"pre": [0, 0, 0], "post": [0, 0, -0.1]}, + "0.9167": {"pre": [0, 0, -0.1], "post": [0, 0, -0.1]}, + "0.9583": {"pre": [0, 0, -0.1], "post": [0, 0, 0]}, + "1.125": {"pre": [0, 0, 0], "post": [0, 0, 0]}, + "1.1667": {"pre": [0, 0, 0], "post": [0, 0, -0.1]}, + "1.5417": {"pre": [0, 0, -0.1], "post": [0, 0, -0.1]}, + "1.5833": {"pre": [0, 0, -0.1], "post": [0, 0, 0]}, + "1.7917": {"pre": [0, 0, 0], "post": [0, 0, 0]}, + "1.8333": {"pre": [0, 0, 0], "post": [0, 0, -0.1]} + } + }, + "eyelid_left": { + "position": { + "0.1667": [0, 0, 0], + "0.2083": {"pre": [0, 0, 0], "post": [0, 0, -0.1]}, + "0.4167": {"pre": [0, 0, -0.1], "post": [0, 0, -0.1]}, + "0.4583": {"pre": [0, 0, -0.1], "post": [0, 0, 0]}, + "0.8333": {"pre": [0, 0, 0], "post": [0, 0, 0]}, + "0.875": {"pre": [0, 0, 0], "post": [0, 0, -0.1]}, + "0.9167": {"pre": [0, 0, -0.1], "post": [0, 0, -0.1]}, + "0.9583": {"pre": [0, 0, -0.1], "post": [0, 0, 0]}, + "1.125": {"pre": [0, 0, 0], "post": [0, 0, 0]}, + "1.1667": {"pre": [0, 0, 0], "post": [0, 0, -0.1]}, + "1.5417": {"pre": [0, 0, -0.1], "post": [0, 0, -0.1]}, + "1.5833": {"pre": [0, 0, -0.1], "post": [0, 0, 0]}, + "1.7917": {"pre": [0, 0, 0], "post": [0, 0, 0]}, + "1.8333": {"pre": [0, 0, 0], "post": [0, 0, -0.1]} + } + }, + "mouth_open": { + "position": { + "0.6667": [0, 0, 0], + "0.7083": [0, 0, -0.1], + "0.8333": [0, 0, -0.1], + "0.875": [0, 0, 0], + "1.4167": [0, 0, 0], + "1.5417": [0, 0, 0], + "1.5833": [0, 0, -0.1] + } + } + } + }, + "animation.cafe_sprigatito.walk_test": { + "loop": true, + "bones": { + "body": { + "position": [0, 0, "-q.anim_time*90*walk"] + } + } + }, + "animation.cafe_sprigatito.run_test": { + "loop": true, + "bones": { + "body": { + "position": [0, 0, "-q.anim_time*90*run"] + } + } + }, + "animation.cafe_sprigatito.shoulder_right": { + "loop": true, + "bones": { + "body": { + "rotation": [0, 27.5, 0], + "position": [0, -5, 1] + }, + "torso": { + "rotation": ["-10+math.sin(q.anim_time*90*2-90)*-0.5", 0, 0], + "position": [0, "math.sin(q.anim_time*90*2)*0.05", -0.5] + }, + "neck": { + "rotation": ["27+math.sin(q.anim_time*90*2-180)*-1", -5, -14], + "position": [0, -0.25, -0.5] + }, + "head": { + "rotation": ["-11+math.sin(q.anim_time*90*2-270)*-3", -12, "12+math.sin(q.anim_time*90*1-30)*3"], + "position": [-0.25, 0, 0] + }, + "head_fur_right_main": { + "rotation": [0, "-(math.sin(q.anim_time*90*2-310)*-2)", "-(math.sin(q.anim_time*90*1-90)*4)"] + }, + "head_fur_left_main": { + "rotation": [-15, "-75+math.sin(q.anim_time*90*2-310)*-2", "-(math.sin(q.anim_time*90*1-90)*4)"] + }, + "ear_right": { + "rotation": ["math.sin(q.anim_time*90*2-290)*-5", 0, "7.5+math.sin(q.anim_time*90*1-90)*6"] + }, + "ear_left": { + "rotation": ["math.sin(q.anim_time*90*2-300)*-5", 0, "-7.5+math.sin(q.anim_time*90*1-90)*6"] + }, + "neck_fur_front": { + "rotation": ["-44+math.sin(q.anim_time*90*2-200)*-1", -9.57658, 11.59948], + "position": [0, 0, 0.3] + }, + "tail": { + "rotation": ["19+math.sin(q.anim_time*90*1)*-4", "-24+math.sin(q.anim_time*90*1-80)*9", "-20+math.sin(q.anim_time*90*1-100)*13"], + "position": [-0.5, 0, 0] + }, + "tail_fur2": { + "rotation": [0, "-(math.sin(q.anim_time*90*1-160)*12)", 0] + }, + "leg_front_right_rot": { + "position": [0, 1.5, 0] + }, + "leg_front_right": { + "rotation": ["-32+math.sin(q.anim_time*90*2)*1", -6, -10], + "position": [-0.25, 0, -0.5] + }, + "leg_front_right2": { + "rotation": ["-26+math.sin(q.anim_time*90*2+50)*-1", -5, -14], + "position": [-0.2, 0, 0] + }, + "leg_front_right3": { + "rotation": ["112.5+math.sin(q.anim_time*90*2)*-2", 0, 0], + "position": [0, 0, -0.25] + }, + "leg_front_left_rot": { + "position": [0, 1.5, 0] + }, + "leg_front_left": { + "rotation": ["-36+math.sin(q.anim_time*90*2)*1", -8, -13], + "position": [0, 1.75, 0.25] + }, + "leg_front_left2": { + "rotation": ["-10+math.sin(q.anim_time*90*2+50)*-1", 0, 17.5], + "position": [0.2, 0, 0] + }, + "leg_front_left3": { + "rotation": ["117.5+math.sin(q.anim_time*90*2)*-2", 0, 0], + "position": [0, -0.1, 0] + }, + "leg_back_right": { + "rotation": ["-132+math.sin(q.anim_time*90*2)*-1", 19, -5], + "position": [-0.5, -0.5, 0] + }, + "leg_back_right2": { + "rotation": ["46+math.sin(q.anim_time*90*2+50)*1", 14.26008, 10.25103], + "position": [0, 2.5, 0.25] + }, + "leg_back_right3": { + "rotation": ["102.5+math.sin(q.anim_time*90*2)*2", 0, 0], + "position": [0, -0.75, 0] + }, + "leg_back_left": { + "rotation": ["-132+math.sin(q.anim_time*90*2)*-1", -19, 5], + "position": [0.5, -0.5, 0] + }, + "leg_back_left2": { + "rotation": ["46+math.sin(q.anim_time*90*2+50)*1", -14, -10], + "position": [0, 2.5, 0.25] + }, + "leg_back_left3": { + "rotation": ["102.5+math.sin(q.anim_time*90*2)*2", 0, 0], + "position": [0, -0.75, 0] + } + } + }, + "animation.cafe_sprigatito.shoulder_left": { + "loop": true, + "bones": { + "body": { + "rotation": [0, -27.5, 0], + "position": [0, -5, 1] + }, + "torso": { + "rotation": ["-10+math.sin(q.anim_time*90*2-90)*-0.5", 0, 0], + "position": [0, "math.sin(q.anim_time*90*2)*0.05", -0.5] + }, + "neck": { + "rotation": ["27+math.sin(q.anim_time*90*2-180)*-1", 5, 14], + "position": [0, -0.25, -0.5] + }, + "head": { + "rotation": ["-11+math.sin(q.anim_time*90*2-270)*-3", 12, "-12+math.sin(q.anim_time*90*1-30)*3"], + "position": [0.25, 0, 0] + }, + "head_fur_right_main": { + "rotation": [-15, "75+math.sin(q.anim_time*90*2-310)*-2", "math.sin(q.anim_time*90*1-90)*4"] + }, + "head_fur_left_main": { + "rotation": [0, "math.sin(q.anim_time*90*2-310)*-2", "math.sin(q.anim_time*90*1-90)*4"] + }, + "ear_right": { + "rotation": ["math.sin(q.anim_time*90*2-300)*-5", 0, "7.5+math.sin(q.anim_time*90*1-90)*6"] + }, + "ear_left": { + "rotation": ["math.sin(q.anim_time*90*2-290)*-5", 0, "-7.5+math.sin(q.anim_time*90*1-90)*6"] + }, + "neck_fur_front": { + "rotation": ["-44+math.sin(q.anim_time*90*2-200)*-1", 9.57658, -11.59948], + "position": [0, 0, 0.3] + }, + "tail": { + "rotation": ["19+math.sin(q.anim_time*90*1)*-4", "24+math.sin(q.anim_time*90*1-80)*9", "20+math.sin(q.anim_time*90*1-100)*13"], + "position": [0.5, 0, 0] + }, + "tail_fur2": { + "rotation": [0, "math.sin(q.anim_time*90*1-160)*12", 0] + }, + "leg_front_right": { + "rotation": ["-36+math.sin(q.anim_time*90*2)*1", 8, 13], + "position": [0, 1.75, 0.25] + }, + "leg_front_right2": { + "rotation": ["-10+math.sin(q.anim_time*90*2+50)*-1", 0, -17.5] + }, + "leg_front_right3": { + "rotation": ["117.5+math.sin(q.anim_time*90*2)*-2", 0, 0], + "position": [0, -0.1, 0] + }, + "leg_front_left_rot": { + "position": [0, 1.5, 0] + }, + "leg_front_left": { + "rotation": ["-32+math.sin(q.anim_time*90*2)*1", 6, 10], + "position": [0.25, 0, -0.5] + }, + "leg_front_left2": { + "rotation": ["-26+math.sin(q.anim_time*90*2+50)*-1", 5, 14], + "position": [0.2, 0, 0] + }, + "leg_front_left3": { + "rotation": ["112.5+math.sin(q.anim_time*90*2)*-2", 0, 0], + "position": [0, 0, -0.25] + }, + "leg_back_right": { + "rotation": ["-132+math.sin(q.anim_time*90*2)*-1", 19, -5], + "position": [-0.5, -0.5, 0] + }, + "leg_back_right2": { + "rotation": ["46+math.sin(q.anim_time*90*2+50)*1", 14, 10], + "position": [0, 2.5, 0.25] + }, + "leg_back_right3": { + "rotation": ["102.5+math.sin(q.anim_time*90*2)*2", 0, 0], + "position": [0, -0.75, 0] + }, + "leg_back_left": { + "rotation": ["-132+math.sin(q.anim_time*90*2)*-1", -19, 5], + "position": [0.5, -0.5, 0] + }, + "leg_back_left2": { + "rotation": ["46+math.sin(q.anim_time*90*2+50)*1", -14.26008, -10.25103], + "position": [0, 2.5, 0.25] + }, + "leg_back_left3": { + "rotation": ["102.5+math.sin(q.anim_time*90*2)*2", 0, 0], + "position": [0, -0.75, 0] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/kimono_mew/kimono_mew.animation.json b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/kimono_mew/kimono_mew.animation.json new file mode 100644 index 0000000..0340433 --- /dev/null +++ b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/kimono_mew/kimono_mew.animation.json @@ -0,0 +1,570 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.kimono_mew.ground_idle": { + "loop": true, + "animation_length": 2.5, + "bones": { + "body": { + "rotation": [15, 0, 0], + "position": { + "0.0": { + "post": [0, 18, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 27, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [0, 18, 0], + "lerp_mode": "catmullrom" + } + } + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [15, 15, 30], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [20.93579, 2.65154, 56.92105], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [10.95476, 18.14006, 5.68507], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [15, 15, 30], + "lerp_mode": "catmullrom" + } + } + }, + "tail2": { + "rotation": { + "0.0": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [72.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [60, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail3": { + "rotation": { + "0.0": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [35, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail4": { + "rotation": { + "0.0": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-40, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-55, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [45, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_left": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [60, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-27.75499, -1.56639, -0.2572], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail5": { + "rotation": { + "0.0": { + "post": [-52.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-70, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-60, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-52.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail6": { + "rotation": { + "0.0": { + "post": [-60, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-70, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-75, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-60, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail7": { + "rotation": { + "0.0": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [-37.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [42.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "foot_right": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [65, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [-50, 0, 0], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": [-15, 0, 0] + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [15, -15, -30], + "lerp_mode": "catmullrom" + }, + "1.0": { + "post": [20.73677, -3.93462, -63.73422], + "lerp_mode": "catmullrom" + }, + "2.0": { + "post": [7.1594, -19.89054, -4.27099], + "lerp_mode": "catmullrom" + }, + "2.5": { + "post": [15, -15, -30], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.kimono_mew.ground_walk": { + "loop": true, + "animation_length": 1.5, + "bones": { + "body": { + "rotation": [45, 0, 0], + "position": [0, 4, -3] + }, + "arm_left": { + "rotation": { + "0.0": { + "post": [15, 0, 30], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [14.97736, -9.50807, 17.12438], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [14.78217, 2.57594, 20.3342], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [15, 0, 30], + "lerp_mode": "catmullrom" + } + } + }, + "tail": { + "rotation": { + "0.0": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-32.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-45, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail2": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail3": { + "rotation": { + "0.0": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [7.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail4": { + "rotation": { + "0.0": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-12.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-10, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_left": { + "rotation": [15, 0, 0] + }, + "foot_left": { + "rotation": { + "0.0": { + "post": [77.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [97.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [82.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [77.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail5": { + "rotation": { + "0.0": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-25, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-35, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-20, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail6": { + "rotation": { + "0.0": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [-5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-17.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "tail7": { + "rotation": { + "0.0": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [2.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "leg_right": { + "rotation": [15, 0, 0] + }, + "foot_right": { + "rotation": { + "0.0": { + "post": [77.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [97.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [82.5, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [77.5, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "head": { + "rotation": [-30, 0, 0] + }, + "arm_right": { + "rotation": { + "0.0": { + "post": [15, 0, -30], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [14.9774, 9.5081, -17.1244], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [14.82446, -4.99295, -20.97433], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [15, 0, -30], + "lerp_mode": "catmullrom" + } + } + }, + "mew": { + "position": { + "0.0": { + "post": [0, 13, 0], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 15, 0], + "lerp_mode": "catmullrom" + }, + "1.25": { + "post": [0, 12.75, 0], + "lerp_mode": "catmullrom" + }, + "1.5": { + "post": [0, 13, 0], + "lerp_mode": "catmullrom" + } + } + } + } + }, + "animation.kimono_mew.blink": { + "loop": true, + "animation_length": 8.375, + "bones": { + "eyelid_left": { + "position": { + "0.0": [0.1, 0, -0.1], + "0.125": [0.1, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_right": { + "position": { + "0.0": [-0.1, 0, -0.1], + "0.125": [-0.1, 0, -0.1], + "0.1667": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/raichu_alolan_pancake/raichu_alolan_pancake.animation.json b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/raichu_alolan_pancake/raichu_alolan_pancake.animation.json new file mode 100644 index 0000000..4fc7192 --- /dev/null +++ b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/animations/raichu_alolan_pancake/raichu_alolan_pancake.animation.json @@ -0,0 +1,408 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.raichu_alolan_pancake.ground_idle": { + "loop": true, + "animation_length": 19.4583, + "bones": { + "body": { + "rotation": ["2.5-1.5*math.sin(q.anim_time*90*2-40)*2", "0+0.5*math.sin(q.anim_time*90)*4", 0], + "position": [0, "5+0.05*(math.sin(q.anim_time*90*3)*6)", 0] + }, + "head": { + "rotation": ["-10+math.sin(query.anim_time*90*2)*2", "math.sin(query.anim_time*90)*4", 0] + }, + "ear_right": { + "rotation": [0, 0, "math.sin(q.anim_time*90*2+90)*2"] + }, + "ear_left": { + "rotation": [0, 0, "-math.sin(q.anim_time*90*2+90)*2"] + }, + "arm_right": { + "rotation": [62.5, -47.75, -121], + "position": [-1, 0, 0.5] + }, + "arm_left": { + "rotation": [62.5, 47.75, 121], + "position": [1, 0, 0.5] + }, + "leg_right": { + "rotation": [17.5, 8.7, -7.37], + "position": [0, 0, 0] + }, + "leg_left": { + "rotation": [30, -3.15, 5.9], + "position": [0, 0, -0.225] + }, + "foot_right": { + "rotation": ["28.8+1*math.sin(q.anim_time*90*2-40)*2", "8-1*math.sin(q.anim_time*90*2-40)*2", 6] + }, + "foot_left": { + "rotation": ["-1*math.sin(q.anim_time*90*2-40)*2", "-10.15-1*math.sin(q.anim_time*90*2-40)*2", -2.85] + }, + "toes_right": { + "rotation": [-26, 0, -1] + }, + "toes_left": { + "rotation": [-15, -1.7, -6], + "position": [0, -0.075, 0] + }, + "tail": { + "rotation": [46.37, 2.6, "-101.1-1*math.sin(q.anim_time*90*2-40)*2"], + "position": [0, -0.75, 0] + }, + "tail_2": { + "rotation": [20, -5.75, -4.25] + }, + "tail_3": { + "rotation": [38.25, 1.835, -4.38] + }, + "tail_4": { + "rotation": [37, 7, -7] + }, + "tail_5": { + "rotation": [44.3, 2.5, -10.85] + }, + "tail_6": { + "rotation": [44.35, 5.1, -2.5] + }, + "tail_7": { + "rotation": [33.48, -0.05, 12.32] + }, + "pancake": { + "rotation": [58.78915, -28.72697, -87.53108], + "position": [7, 6, 7] + } + } + }, + "animation.raichu_alolan_pancake.ground_walk": { + "loop": true, + "animation_length": 1.9167, + "bones": { + "body": { + "rotation": ["-2.5+1.5*math.sin(q.anim_time*90*2-40)*2", "65.5+0.5*math.sin(q.anim_time*90)*4", -1.5], + "position": [0, "5+0.05*(math.sin(q.anim_time*90*3)*6)", "0.5*math.sin(q.anim_time*90*2-40)*2"] + }, + "head": { + "rotation": ["-4.5+math.sin(query.anim_time*90*2)*2", "-40.5+math.sin(query.anim_time*90)*4", -4.5], + "position": [0, 0.3, 0] + }, + "ear_right": { + "rotation": [0, 0, "math.sin(q.anim_time*90*2+90)*2"] + }, + "ear_left": { + "rotation": [0, 0, "-math.sin(q.anim_time*90*2+90)*2"] + }, + "arm_right": { + "rotation": ["2.5+math.sin(q.anim_time*90*1.5)*2", "-1.75+math.sin(q.anim_time*90*1.5)*3", "-4+math.sin(q.anim_time*90*1.5-30)*2"], + "position": [0.1, -0.55, 0.5] + }, + "arm_left": { + "rotation": ["2.5+math.sin(q.anim_time*90*1.5)*2", "1.6+math.sin(q.anim_time*90*1.5)*3", "6.5-math.sin(q.anim_time*90*1.5-30)*2"], + "position": [-0.3, -0.55, 0.5] + }, + "leg_right": { + "rotation": [17.5, 8.7, -7.37], + "position": [0, 0, 0] + }, + "leg_left": { + "rotation": [30, -3.15, 5.9], + "position": [0, 0, -0.225] + }, + "foot_right": { + "rotation": ["28.8+1*math.sin(q.anim_time*90*2.5-40)*2", "8-1*math.sin(q.anim_time*90*2.5-40)*2", 6] + }, + "foot_left": { + "rotation": ["-1*math.sin(q.anim_time*90*2.5-40)*2", "-10.15-1*math.sin(q.anim_time*90*2.5-40)*2", -2.85] + }, + "toes_right": { + "rotation": [-26, 0, -1] + }, + "toes_left": { + "rotation": [-15, -1.7, -6] + }, + "tail": { + "rotation": [46.37, 2.6, "-101.1-1*math.sin(q.anim_time*90*2.5-40)*2"], + "position": [0, -0.75, 0] + }, + "tail_2": { + "rotation": [20, -5.75, -4.25] + }, + "tail_3": { + "rotation": [38.25, 1.835, -4.38] + }, + "tail_4": { + "rotation": [37, 7, -7] + }, + "tail_5": { + "rotation": [44.3, 2.5, -10.85] + }, + "tail_6": { + "rotation": [44.35, 5.1, -2.5] + }, + "tail_7": { + "rotation": [33.48, -0.05, 12.32] + }, + "pancake": { + "rotation": [0, -95, 0], + "position": [10, 14, 17] + } + } + }, + "animation.raichu_alolan_pancake.sleep": { + "loop": true, + "bones": { + "body": { + "rotation": ["90+0.5*math.sin(q.anim_time*90+60)*2", "12+0.5*math.sin(q.anim_time*90)*4", "60+0.25*(math.sin(q.anim_time*90)*6)"], + "position": [0, "0.05*(math.sin(q.anim_time*90)*6)", 2] + }, + "torso": { + "rotation": ["-1.3+math.sin(query.anim_time*90*0.5)*1.5", 0.57, 6.5] + }, + "head": { + "rotation": ["10.9+math.sin(query.anim_time*90)*1.5", 20.28, 17], + "position": [-0.73, 0.44, -0.59] + }, + "eye_right": { + "rotation": [0, 0, -10] + }, + "eye_left": { + "rotation": [0, 0, 10] + }, + "eyelid_right": { + "position": [0, 0, -0.1] + }, + "eyelid_left": { + "position": [0, 0, -0.1] + }, + "ear_right": { + "rotation": [-30, 0, "math.sin(q.anim_time*90*2+90)*2"], + "position": [0, 0, 0] + }, + "ear_left": { + "rotation": [-20.3, -21.5, "-3.7-math.sin(q.anim_time*90*2+90)*2"], + "position": [0, 0, 0] + }, + "arm_right": { + "rotation": [57.9, "-73+0.5*math.sin(query.anim_time*90)*3", -121], + "position": [0, -0.5, 0] + }, + "arm_left": { + "rotation": [-88.2, "64.154-0.5*math.sin(query.anim_time*90)*3", -164.6], + "position": [-1, 0.18, -0.85] + }, + "leg_right": { + "rotation": [-22.66, -0.675, -19.8], + "position": [0.15, -1.03, 0.5] + }, + "leg_left": { + "rotation": ["-84-0.25*(math.sin(q.anim_time*90)*6)", 30, 13], + "position": [-0.5, -0.84, -0.72] + }, + "foot_right": { + "rotation": [36.7, 9.5, "-17.6+0.25*(math.sin(q.anim_time*90)*6)"], + "position": [0.25, 0.3, -0.4] + }, + "foot_left": { + "rotation": [54.4, 20.4, -4.92], + "position": [0, 0.5, -0.75] + }, + "toes_left": { + "rotation": ["-1.21+1*(math.sin(q.anim_time*90+60)*6)", -10, 3], + "position": [0, 0, 0.2] + }, + "toes_right": { + "rotation": ["-11+1.5*(math.sin(q.anim_time*90+80)*6)", 0, 0] + }, + "tail": { + "rotation": [-114.75, 46.5, -12.3], + "position": [0, 0, -0.65] + }, + "tail_2": { + "rotation": [-33.45, 14.25, -19.12], + "position": [0.11, -0.1, -0.47] + }, + "tail_3": { + "rotation": [43.18, -1.35, 4.5] + }, + "tail_4": { + "rotation": [73.3, -7.8, 15.54] + }, + "tail_5": { + "rotation": [71.6, -3.6, 14.5] + }, + "tail_6": { + "rotation": [40.5, 0.45, 11.8] + }, + "tail_7": { + "rotation": [-5, -4.15, 6.6] + }, + "pancake": { + "position": [0, 12, 0] + } + } + }, + "animation.raichu_alolan_pancake.cry": { + "animation_length": 1.15, + "bones": { + "head": { + "rotation": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.7": { + "post": [-15, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "mouth_closed": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.25": { + "post": [0, 0, 0.2], + "lerp_mode": "catmullrom" + }, + "0.7": { + "post": [0, 0, 0.2], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "1.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + }, + "mouth_open": { + "position": { + "0.0": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + }, + "0.2": { + "post": [0, 0, -0.2], + "lerp_mode": "catmullrom" + }, + "0.75": { + "post": [0, 0, -0.2], + "lerp_mode": "catmullrom" + }, + "1.15": { + "post": [0, 0, 0], + "lerp_mode": "catmullrom" + } + } + } + }, + "sound_effects": { + "0.15": { + "effect": "pokemon.raichu_alolan.cry" + } + } + }, + "animation.raichu_alolan_pancake.render": { + "loop": true, + "bones": { + "body": { + "rotation": [5, 0, 0], + "position": [0, 4, 0] + }, + "head": { + "rotation": [-20.15, 7, -2.5] + }, + "ear_right": { + "rotation": [1, -14.45, -4] + }, + "arm_right": { + "rotation": [-12, -13.5, -10], + "position": [0, -0.7, 1] + }, + "arm_left": { + "rotation": [12.45, 1, 5], + "position": [0, -0.7, 1] + }, + "leg_right": { + "rotation": [17.5, 8.7, -7.37], + "position": [0, 0, 0] + }, + "foot_right": { + "rotation": [28.8, 8, 6] + }, + "toes_right": { + "rotation": [-26.2, 1, 1.25] + }, + "leg_left": { + "rotation": [30, -3.15, 5.9], + "position": [0, 0, -0.225] + }, + "foot_left": { + "rotation": [0, -10.15, -2.85] + }, + "toes_left": { + "rotation": [-15.15, -0.4, -1.35] + }, + "tail": { + "rotation": [46.37, 2.6, -101.1], + "position": [0, -0.75, 0] + }, + "tail_2": { + "rotation": [20, -5.75, -4.25] + }, + "tail_3": { + "rotation": [38.25, 1.835, -4.38] + }, + "tail_4": { + "rotation": [37, 7, -7] + }, + "tail_5": { + "rotation": [44.3, 2.5, -10.85] + }, + "tail_6": { + "rotation": [44.35, 5.1, -2.5] + }, + "tail_7": { + "rotation": [33.48, -0.05, 12.32] + } + } + }, + "animation.raichu_alolan_pancake.blink": { + "animation_length": 0.1667, + "bones": { + "eyelid_left": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + }, + "eyelid_right": { + "position": { + "0.0": [0, 0, -0.1], + "0.125": [0, 0, -0.1], + "0.1667": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/cafe_fuecoco/cafe_fuecoco.geo.json b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/cafe_fuecoco/cafe_fuecoco.geo.json new file mode 100644 index 0000000..567292c --- /dev/null +++ b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/cafe_fuecoco/cafe_fuecoco.geo.json @@ -0,0 +1,203 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.cafe_fuecoco", + "texture_width": 64, + "texture_height": 128, + "visible_bounds_width": 3, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "cafe_fuecoco", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "cafe_fuecoco", + "pivot": [0, 9.25, -0.5] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 4.5, -0.5], + "cubes": [ + {"origin": [-5, 2.25, -5.5], "size": [10, 6, 10], "uv": [0, 0]}, + {"origin": [-5, 8.25, -1.5], "size": [10, 1, 6], "uv": [30, 0]}, + {"origin": [-2.5, 3.25, -5.5], "size": [5, 3, 0], "inflate": 0.01, "uv": [0, 0]} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 9.25, -1.5], + "cubes": [ + {"origin": [-5, 12.25, -3.5], "size": [10, 5, 2], "uv": [28, 33]}, + {"origin": [-5, 9.25, -1.5], "size": [10, 8, 6], "inflate": 0.02, "uv": [0, 16]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [0.5, -0.5, 0.25] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-2.5, 14, -3.5], + "cubes": [ + {"origin": [-3.5, 12.5, -3.5], "size": [2, 3, 0], "inflate": 0.01, "uv": [4, 47], "mirror": true}, + {"origin": [-2.75, 13, -3.5], "size": [1, 2, 0], "inflate": 0.02, "uv": [0, 42], "mirror": true} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-2.5, 14, -2.9], + "cubes": [ + {"origin": [-3.5, 12.5, -3.4], "size": [2, 3, 1], "inflate": 0.03, "uv": [0, 50], "mirror": true} + ] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [2.5, 14, -3.5], + "cubes": [ + {"origin": [1.5, 12.5, -3.5], "size": [2, 3, 0], "inflate": 0.01, "uv": [0, 47]}, + {"origin": [1.75, 13, -3.5], "size": [1, 2, 0], "inflate": 0.02, "uv": [6, 42]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [2.5, 14, -3.4], + "cubes": [ + {"origin": [1.5, 12.5, -3.4], "size": [2, 3, 1], "inflate": 0.03, "uv": [0, 50]} + ] + }, + { + "name": "top_jaw", + "parent": "head", + "pivot": [0, 9.25, -1.55], + "cubes": [ + {"origin": [-5, 9.25, -7.4], "size": [10, 3, 6], "inflate": 0.01, "uv": [26, 24]}, + {"origin": [-2, 7.75, -7.15], "size": [4, 3, 0], "uv": [30, 7]}, + {"origin": [-2, 11, -7.4], "size": [4, 1, 0], "inflate": 0.02, "uv": [22, 33]} + ] + }, + { + "name": "fire_top_front", + "parent": "head", + "pivot": [0, 17.25, -1.75], + "rotation": [17.5, 0, 0], + "cubes": [ + {"origin": [0, 16.25, -3.75], "size": [0, 7, 3], "inflate": 0.01, "uv": [0, 0]} + ] + }, + { + "name": "fire_top_back", + "parent": "head", + "pivot": [0, 17.25, -1.25], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [0, 17.25, -1.25], "size": [0, 4, 2], "uv": [6, 1]} + ] + }, + { + "name": "hat", + "parent": "head", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-3, 22, 3], "size": [6, 1, 6], "pivot": [0, 23, 6], "rotation": [-25, 0, 0], "uv": [40, 121]}, + {"origin": [-4, 18, 0], "size": [8, 5, 7], "pivot": [0, 18, 4], "rotation": [-25, 0, 0], "uv": [1, 114]}, + {"origin": [-2, 16, 0], "size": [4, 3, 5], "pivot": [0, 16, 2], "rotation": [-25, 0, 0], "uv": [17, 60]} + ] + }, + { + "name": "jaw", + "parent": "torso", + "pivot": [0, 9.25, -1.5], + "cubes": [ + {"origin": [-5, 8.25, -6.5], "size": [10, 1, 5], "inflate": 0.01, "uv": [26, 16]}, + {"origin": [-4.6, 8.75, -6], "size": [1, 1, 0], "pivot": [-4.1, 9.25, -6], "rotation": [-24.25045, 22.32924, -49.856], "uv": [6, 9]}, + {"origin": [3.6, 8.75, -6], "size": [1, 1, 0], "pivot": [4.1, 9.25, -6], "rotation": [-24.25045, -22.32924, 49.856], "uv": [8, 9]} + ] + }, + { + "name": "hand_right", + "parent": "torso", + "pivot": [-5, 7, -4], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [-5.75, 6, -6.5], "size": [1, 2, 3], "uv": [36, 40]} + ] + }, + { + "name": "hand_left", + "parent": "torso", + "pivot": [5, 7, -4], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [4.75, 6, -6.5], "size": [1, 2, 3], "uv": [0, 42]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 5, 4.5], + "rotation": [-5, 0, 0], + "cubes": [ + {"origin": [-4, 2, 1.5], "size": [8, 6, 6], "uv": [0, 30]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 2, 7.5], + "cubes": [ + {"origin": [-2.5, 2, 7.5], "size": [5, 4, 4], "uv": [40, 7]} + ] + }, + { + "name": "apron", + "parent": "torso", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [0.5, 5, -6.3], "size": [2, 2, 0], "pivot": [2, 5, -8], "rotation": [-31.16235, -8.31087, -18.25612], "uv": [27, 118], "mirror": true}, + {"origin": [-0.5, 5, -6], "size": [1, 1, 0], "pivot": [-1, 5, -6], "rotation": [-20, 0, 0], "uv": [56, 105]}, + {"origin": [-2.5, 5, -6.3], "size": [2, 2, 0], "pivot": [-2, 5, -8], "rotation": [-31.16235, 8.31087, 18.25612], "uv": [27, 118]}, + {"origin": [-1, 8, 5], "size": [2, 2, 0], "uv": [0, 107]}, + {"origin": [-2, 8, 5], "size": [2, 2, 0], "pivot": [-1, 8, 6], "rotation": [2.71994, 19.82169, 7.97532], "uv": [0, 118]}, + {"origin": [0, 8, 5], "size": [2, 2, 0], "pivot": [1, 8, 6], "rotation": [2.71994, -19.82169, -7.97532], "uv": [0, 118], "mirror": true}, + {"origin": [-5, 1, -6], "size": [10, 5, 0], "pivot": [0, 4, -5], "rotation": [-17.5, 0, 0], "uv": [43, 115]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-4.5, 4.5, -0.5], + "cubes": [ + {"origin": [-6.5, 0, -3], "size": [4, 6, 5], "uv": [23, 40]}, + {"origin": [-6, 0, -1.75], "size": [3, 0, 3], "inflate": 0.01, "uv": [5, 42]}, + {"origin": [-3.5, 0, -4], "size": [0, 2, 1], "pivot": [-3.5, 1, -3], "rotation": [0, 5, 0], "uv": [8, 6]}, + {"origin": [-5.5, 0, -4], "size": [0, 2, 1], "pivot": [-5.5, 1, -3], "rotation": [0, -5, 0], "uv": [6, 6]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [4.5, 4.5, -0.5], + "cubes": [ + {"origin": [2.5, 0, -3], "size": [4, 6, 5], "uv": [41, 40]}, + {"origin": [3, 0, -1.75], "size": [3, 0, 3], "inflate": 0.01, "uv": [11, 42]}, + {"origin": [3.5, 0, -4], "size": [0, 2, 1], "pivot": [3.5, 1, -3], "rotation": [0, -5, 0], "uv": [0, 15]}, + {"origin": [5.5, 0, -4], "size": [0, 2, 1], "pivot": [5.5, 1, -3], "rotation": [0, 5, 0], "uv": [2, 15]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/cafe_jirachi/cafe_jirachi.geo.json b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/cafe_jirachi/cafe_jirachi.geo.json new file mode 100644 index 0000000..9368ebe --- /dev/null +++ b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/cafe_jirachi/cafe_jirachi.geo.json @@ -0,0 +1,227 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 64, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "jirachi", + "pivot": [0, -1, 0] + }, + { + "name": "torso", + "parent": "jirachi", + "pivot": [0, -1, 0], + "cubes": [ + {"origin": [-3, 2, -1], "size": [6, 6, 3], "uv": [28, 22]} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 8, 0], + "cubes": [ + {"origin": [-4.5, 8, -2.5], "size": [9, 7, 4], "uv": [0, 22]}, + {"origin": [-5, 8, 0.75], "size": [10, 8, 4], "uv": [0, 33]}, + {"origin": [-4, 14, -7], "size": [8, 5, 8], "pivot": [0, -1, 0], "rotation": [-12.5, 0, 0], "uv": [32, 0]}, + {"origin": [7.75, -1.38114, -3.28111], "size": [8, 5, 8], "pivot": [-3.0762, -1.63114, -0.03111], "rotation": [-12.5, 0, -90], "uv": [0, 0]}, + {"origin": [9, 3.61886, -2.2811], "size": [6, 3, 6], "pivot": [-3.0762, -1.63114, -0.03111], "rotation": [-12.5, 0, -90], "uv": [0, 13]}, + {"origin": [-15, 3.61886, -2.2811], "size": [6, 3, 6], "pivot": [3.0762, -1.63114, -0.03111], "rotation": [-12.5, 0, 90], "uv": [0, 13], "mirror": true}, + {"origin": [-15.75, -1.38114, -3.28111], "size": [8, 5, 8], "pivot": [3.0762, -1.63114, -0.03111], "rotation": [-12.5, 0, 90], "uv": [0, 0], "mirror": true}, + {"origin": [-3, 19, -6], "size": [6, 3, 6], "pivot": [0, -1, 0], "rotation": [-12.5, 0, 0], "uv": [24, 13]}, + {"origin": [-2, 13, -7], "size": [4, 1, 4], "pivot": [0, -1, 0], "rotation": [-12.5, 0, 0], "uv": [24, 0]} + ] + }, + { + "name": "backthing", + "parent": "head", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-11, 8, 6], "size": [22, 18, 0], "pivot": [0, 10, 7], "rotation": [-25, 0, 0], "uv": [0, 51]}, + {"origin": [-13, 2, 6], "size": [8, 8, 0], "uv": [0, 103], "mirror": true}, + {"origin": [5, 2, 6], "size": [8, 8, 0], "uv": [0, 103]}, + {"origin": [-8, 11, 6], "size": [16, 11, 0], "pivot": [0, 12, 5], "rotation": [-25, 0, 0], "uv": [0, 88]} + ] + }, + { + "name": "stars", + "parent": "backthing", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [8, 20, 9], "size": [2, 2, 0], "pivot": [10, 18, 9], "rotation": [-11.36081, 5.24826, 24.47761], "uv": [57, 87]}, + {"origin": [-10, 20, 9], "size": [2, 2, 0], "pivot": [-10, 18, 9], "rotation": [-11.36081, -5.24826, -24.47761], "uv": [57, 87], "mirror": true}, + {"origin": [-7, 22, 11], "size": [3, 3, 0], "pivot": [-5, 22, 11], "rotation": [-12.5, 0, 0], "uv": [58, 95], "mirror": true}, + {"origin": [4, 22, 11], "size": [3, 3, 0], "pivot": [5, 22, 11], "rotation": [-12.5, 0, 0], "uv": [58, 95]}, + {"origin": [-2, 23, 11], "size": [4, 4, 0], "pivot": [0, 23, 11], "rotation": [-12.5, 0, 0], "uv": [55, 59]} + ] + }, + { + "name": "paper_top", + "parent": "head", + "pivot": [0, 21, -1], + "cubes": [ + {"origin": [-1, 21, -6.25], "size": [2, 0, 5], "uv": [31, 0]} + ] + }, + { + "name": "paper_left", + "parent": "head", + "pivot": [-10, 13.5, -0.5], + "cubes": [ + {"origin": [12, 4, -7.2811], "size": [0, 2, 5], "pivot": [-3.0762, -1.63114, -0.03111], "rotation": [-12.5, 0, -90], "uv": [24, 1]} + ] + }, + { + "name": "paper_right", + "parent": "head", + "pivot": [10, 13.5, -0.5], + "cubes": [ + {"origin": [-12, 4, -7.2811], "size": [0, 2, 5], "pivot": [3.0762, -1.63114, -0.03111], "rotation": [-12.5, 0, 90], "uv": [24, 1], "mirror": true} + ] + }, + { + "name": "left_ear", + "parent": "head", + "pivot": [-5, 15, -3], + "cubes": [ + {"origin": [-7, 16.1, -6], "size": [3, 0, 3], "uv": [-3, 81], "mirror": true}, + {"origin": [-6, 14, -9.75], "size": [2, 2, 7], "uv": [17, 24]} + ] + }, + { + "name": "right_ear", + "parent": "head", + "pivot": [5, 15, -3], + "cubes": [ + {"origin": [4, 16.1, -6], "size": [3, 0, 3], "uv": [-3, 81]}, + {"origin": [4, 14, -9.75], "size": [2, 2, 7], "uv": [17, 24], "mirror": true} + ] + }, + { + "name": "left_eye", + "parent": "head", + "pivot": [0, -1, 0], + "cubes": [ + {"origin": [-3.75, 10.5, -2.51], "size": [2, 3, 0], "uv": [0, 0]}, + {"origin": [-3.25, 9.5, -2.51], "size": [1, 1, 0], "uv": [4, 1]}, + {"origin": [-3, 12, -2.52], "size": [1, 1, 0], "uv": [4, 0]} + ] + }, + { + "name": "right_eye", + "parent": "head", + "pivot": [0, -1, 0], + "cubes": [ + {"origin": [1.75, 10.5, -2.51], "size": [2, 3, 0], "uv": [0, 0], "mirror": true}, + {"origin": [2.25, 9.5, -2.51], "size": [1, 1, 0], "uv": [4, 1], "mirror": true}, + {"origin": [2, 12, -2.52], "size": [1, 1, 0], "uv": [4, 0], "mirror": true} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [0, -1, 0] + }, + { + "name": "open", + "parent": "mouth", + "pivot": [0, -1, 0], + "cubes": [ + {"origin": [-1.5, 8.5, -2.51], "size": [3, 2, 0], "uv": [0, 3]} + ] + }, + { + "name": "left_foot", + "parent": "torso", + "pivot": [-1.5, 2, 0.5], + "cubes": [ + {"origin": [-2.5, 0, -0.5], "size": [2, 2, 2], "uv": [22, 15]} + ] + }, + { + "name": "right_foot", + "parent": "torso", + "pivot": [1.5, 2, 0.5], + "cubes": [ + {"origin": [0.5, 0, -0.5], "size": [2, 2, 2], "uv": [22, 15], "mirror": true} + ] + }, + { + "name": "left_arm", + "parent": "torso", + "pivot": [-3, 7, 0.5], + "cubes": [ + {"origin": [-6, 2, -0.6], "size": [2, 6, 0], "uv": [0, 72]}, + {"origin": [-8, 6, -0.5], "size": [5, 2, 2], "uv": [36, 15]}, + {"origin": [-7, 4, 0.5], "size": [4, 2, 0], "uv": [36, 13]} + ] + }, + { + "name": "right_arm", + "parent": "torso", + "pivot": [3, 7, 0.5], + "cubes": [ + {"origin": [4, 2, -0.6], "size": [2, 6, 0], "uv": [0, 72], "mirror": true}, + {"origin": [3, 6, -0.5], "size": [5, 2, 2], "uv": [36, 15], "mirror": true}, + {"origin": [3, 4, 0.5], "size": [4, 2, 0], "uv": [36, 13], "mirror": true} + ] + }, + { + "name": "tail_left", + "parent": "torso", + "pivot": [-1, 6, 2], + "cubes": [ + {"origin": [-1, 5, 2], "size": [0, 2, 4], "uv": [50, 9]} + ] + }, + { + "name": "tail_left2", + "parent": "tail_left", + "pivot": [-1, 7, 6], + "cubes": [ + {"origin": [-1, 4, 6], "size": [0, 3, 6], "uv": [50, 9]} + ] + }, + { + "name": "tail_left3", + "parent": "tail_left2", + "pivot": [-1, 7, 12], + "cubes": [ + {"origin": [-1, 3, 12], "size": [0, 4, 7], "uv": [50, 11]} + ] + }, + { + "name": "tail_right", + "parent": "torso", + "pivot": [1, 6, 2], + "cubes": [ + {"origin": [1, 5, 2], "size": [0, 2, 4], "uv": [50, 9], "mirror": true} + ] + }, + { + "name": "tail_right2", + "parent": "tail_right", + "pivot": [1, 7, 6], + "cubes": [ + {"origin": [1, 4, 6], "size": [0, 3, 6], "uv": [50, 9], "mirror": true} + ] + }, + { + "name": "tail_right3", + "parent": "tail_right2", + "pivot": [1, 7, 12], + "cubes": [ + {"origin": [1, 3, 12], "size": [0, 4, 7], "uv": [50, 11], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/cafe_litten/cafe_litten.geo.json b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/cafe_litten/cafe_litten.geo.json new file mode 100644 index 0000000..ef27fe6 --- /dev/null +++ b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/cafe_litten/cafe_litten.geo.json @@ -0,0 +1,522 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.cafe_litten", + "texture_width": 64, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "litten", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "litten", + "pivot": [0, 8.5, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 7.6, 4.15], + "cubes": [ + {"origin": [-2.5, 6.25, 0], "size": [5, 4, 5], "inflate": 0.01, "uv": [1, 19]} + ] + }, + { + "name": "cape", + "parent": "torso", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [3, 4, -6], "size": [0, 6, 10], "pivot": [2, 8, -7], "rotation": [0, 10, -30], "uv": [44, 86]}, + {"origin": [-3, 4, -6], "size": [0, 6, 10], "pivot": [-2, 8, -7], "rotation": [0, -10, 30], "uv": [44, 86], "mirror": true}, + {"origin": [0, 7, -6], "size": [3, 4, 0], "pivot": [2, 9, -7], "rotation": [-20.04608, -1.08089, -115.11794], "uv": [58, 79]}, + {"origin": [-3, 7, -6], "size": [3, 4, 0], "pivot": [-2, 9, -7], "rotation": [-20.04608, 1.08089, 115.11794], "uv": [58, 79], "mirror": true}, + {"origin": [-1, 7, -6], "size": [2, 2, 0], "uv": [51, 81]}, + {"origin": [-3, 11, -1], "size": [6, 0, 6], "pivot": [0, 10, 1], "rotation": [12.5, 0, 0], "uv": [46, 87]} + ] + }, + { + "name": "chest", + "parent": "torso", + "pivot": [0, 10.25, 0], + "cubes": [ + {"origin": [-2.5, 6.25, -5], "size": [5, 4, 5], "uv": [24, 18]} + ] + }, + { + "name": "neck", + "parent": "chest", + "pivot": [0, 7.5, -2.25], + "cubes": [ + {"origin": [-2, 7.5, -4.25], "size": [4, 4, 4], "uv": [20, 28]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 10.5, -3.25] + }, + { + "name": "head_correction", + "parent": "head", + "pivot": [0, 10.5, -3.25] + }, + { + "name": "head_ai", + "parent": "head_correction", + "pivot": [0, 10.5, -3.25] + }, + { + "name": "head_angle", + "parent": "head_ai", + "pivot": [0, 10.5, -3.25], + "cubes": [ + {"origin": [-5, 10.5, -8.25], "size": [10, 8, 8], "inflate": 0.01, "uv": [0, 1]}, + {"origin": [-0.5, 13.5, -8.25], "size": [1, 5, 1], "inflate": 0.02, "uv": [60, 40]} + ] + }, + { + "name": "hat", + "parent": "head_angle", + "pivot": [4, -2, -2], + "rotation": [0, -17.5, -22.5], + "cubes": [ + {"origin": [4.5, 28, 0], "size": [0, 6, 2], "pivot": [4, 29, 1], "rotation": [-122.5, 0, 0], "uv": [14, 107]}, + {"origin": [3.5, 26, -4], "size": [2, 6, 3], "pivot": [4, 27, -3], "rotation": [-60, 0, 0], "uv": [21, 108]}, + {"origin": [3, 23, -7], "size": [3, 4, 5], "pivot": [4, 23, -4], "rotation": [-17.5, 0, 0], "uv": [31, 114]}, + {"origin": [2, 21, -8], "size": [5, 3, 6], "pivot": [4, 21, -6], "rotation": [-10, 0, 0], "uv": [43, 119]}, + {"origin": [1, 19, -9], "size": [7, 3, 8], "uv": [0, 91]} + ] + }, + { + "name": "mouth", + "parent": "head_angle", + "pivot": [0, 10.5, -4.25] + }, + { + "name": "mouth_open", + "parent": "mouth", + "pivot": [0, 10.6, -4.15], + "cubes": [ + {"origin": [-1, 10.6, -8.15], "size": [2, 1, 1], "inflate": 0.02, "uv": [6, 17]} + ] + }, + { + "name": "mouth_closed", + "parent": "mouth", + "pivot": [0, 11, -7.75], + "cubes": [ + {"origin": [-0.5, 10.5, -8.25], "size": [1, 1, 1], "inflate": 0.02, "uv": [12, 17]} + ] + }, + { + "name": "eyebrow_right_normal", + "parent": "head_angle", + "pivot": [-3, 15, -7.25], + "cubes": [ + {"origin": [-5, 14.5, -8.25], "size": [4, 1, 2], "inflate": 0.06, "uv": [52, 7], "mirror": true} + ] + }, + { + "name": "eyebrow_left_normal", + "parent": "head_angle", + "pivot": [3, 15, -7.25], + "cubes": [ + {"origin": [1, 14.5, -8.25], "size": [4, 1, 2], "inflate": 0.06, "uv": [52, 10]} + ] + }, + { + "name": "eyes", + "parent": "head_angle", + "pivot": [0.5, -3.75, -2] + }, + { + "name": "eye_right_normal", + "parent": "eyes", + "pivot": [-3, 13.25, -7.25], + "cubes": [ + {"origin": [-5, 11.25, -8.25], "size": [4, 4, 2], "inflate": 0.02, "uv": [1, 56], "mirror": true} + ] + }, + { + "name": "pupil_right_normal", + "parent": "eye_right_normal", + "pivot": [-2.15, 13.45, -8.25], + "cubes": [ + {"origin": [-2.65, 12.45, -8.25], "size": [1, 2, 0], "inflate": 0.03, "uv": [12, 45], "mirror": true} + ] + }, + { + "name": "eye_left_normal", + "parent": "eyes", + "pivot": [3, 13.25, -7.25], + "cubes": [ + {"origin": [1, 11.25, -8.25], "size": [4, 4, 2], "inflate": 0.02, "uv": [13, 49]} + ] + }, + { + "name": "pupil_left_normal", + "parent": "eye_left_normal", + "pivot": [2.15, 13.45, -8.25], + "cubes": [ + {"origin": [1.65, 12.45, -8.25], "size": [1, 2, 0], "inflate": 0.03, "uv": [10, 45]} + ] + }, + { + "name": "eyelid_right_normal", + "parent": "eyes", + "pivot": [-2.9, 13.25, -7.15], + "cubes": [ + {"origin": [-4.9, 11.25, -8.15], "size": [4, 4, 2], "inflate": 0.05, "uv": [52, 19], "mirror": true} + ] + }, + { + "name": "eyelid_left_normal", + "parent": "eyes", + "pivot": [2.9, 13.25, -7.15], + "cubes": [ + {"origin": [0.9, 11.25, -8.15], "size": [4, 4, 2], "inflate": 0.05, "uv": [52, 13]} + ] + }, + { + "name": "eyelid_right_happy", + "parent": "eyes", + "pivot": [-2.9, 13.25, -7.15], + "cubes": [ + {"origin": [-4.9, 11.25, -8.15], "size": [4, 4, 2], "inflate": 0.05, "uv": [52, 25], "mirror": true} + ] + }, + { + "name": "eyelid_left_happy", + "parent": "eyes", + "pivot": [2.9, 13.25, -7.15], + "cubes": [ + {"origin": [0.9, 11.25, -8.15], "size": [4, 4, 2], "inflate": 0.05, "uv": [52, 31]} + ] + }, + { + "name": "muzzle", + "parent": "head_angle", + "pivot": [0, 12.4, -8.25], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-1.5, 10.65, -8.75], "size": [3, 2, 1], "uv": [40, 13]}, + {"origin": [-0.5, 11.55, -8.75], "size": [1, 1, 0], "inflate": 0.01, "uv": [37, 8]} + ] + }, + { + "name": "whisker_right", + "parent": "head_angle", + "pivot": [-4.75, 11.4, -6.6], + "rotation": [0, 0, -20], + "cubes": [ + {"origin": [-10.75, 9.4, -6.6], "size": [7, 4, 0], "uv": [0, 29]} + ] + }, + { + "name": "whisker_left", + "parent": "head_angle", + "pivot": [4.75, 11.4, -6.6], + "rotation": [0, 0, 20], + "cubes": [ + {"origin": [3.75, 9.4, -6.6], "size": [7, 4, 0], "uv": [31, 3]} + ] + }, + { + "name": "head_ruff", + "parent": "head_angle", + "pivot": [0, 18.5, -5.75] + }, + { + "name": "head_ruff_right", + "parent": "head_ruff", + "pivot": [-0.75, 18, -5.75], + "rotation": [0, 0, -17.5], + "cubes": [ + {"origin": [-1.75, 18, -5.75], "size": [2, 3, 0], "uv": [42, 36]} + ] + }, + { + "name": "head_ruff_left", + "parent": "head_ruff", + "pivot": [0.75, 18, -5.75], + "rotation": [0, 0, 17.5], + "cubes": [ + {"origin": [-0.25, 18, -5.75], "size": [2, 3, 0], "uv": [24, 43]} + ] + }, + { + "name": "ear_right1", + "parent": "head_angle", + "pivot": [-3.65, 18.5, -6], + "cubes": [ + {"origin": [-5.65, 17.5, -6], "size": [4, 3, 0], "inflate": 0.01, "uv": [0, 0]} + ] + }, + { + "name": "ear_right2", + "parent": "ear_right1", + "pivot": [-2.65, 20.5, -6], + "cubes": [ + {"origin": [-5.65, 20.5, -6], "size": [4, 3, 0], "uv": [41, 0]} + ] + }, + { + "name": "ear_left1", + "parent": "head_angle", + "pivot": [3.65, 18.5, -6], + "cubes": [ + {"origin": [1.65, 17.5, -6], "size": [4, 3, 0], "inflate": 0.01, "uv": [8, 41]} + ] + }, + { + "name": "ear_left2", + "parent": "ear_left1", + "pivot": [2.65, 20.5, -6], + "cubes": [ + {"origin": [1.65, 20.5, -6], "size": [4, 3, 0], "uv": [41, 20]} + ] + }, + { + "name": "fur_spike_back1", + "parent": "torso", + "pivot": [0, 6.25, 0.75], + "cubes": [ + {"origin": [0, 6.25, -1.25], "size": [0, 3, 4], "inflate": 0.01, "uv": [0, 0]} + ] + }, + { + "name": "fur_spike_back2", + "parent": "fur_spike_back1", + "pivot": [0, 6.25, 0.75], + "cubes": [ + {"origin": [0, 6.25, -1.25], "size": [0, 3, 4], "uv": [14, 25]} + ] + }, + { + "name": "tail1", + "parent": "torso", + "pivot": [0, 9.75, 5], + "cubes": [ + {"origin": [0, 8.75, 4], "size": [0, 2, 3], "inflate": 0.01, "uv": [32, 25]} + ] + }, + { + "name": "tail2", + "parent": "tail1", + "pivot": [0, 10.25, 7], + "cubes": [ + {"origin": [0, 8.75, 7], "size": [0, 2, 3], "uv": [31, 4]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 9.25, 10], + "cubes": [ + {"origin": [0, 8.75, 10], "size": [0, 2, 3], "uv": [7, 30]} + ] + }, + { + "name": "tail4", + "parent": "tail3", + "pivot": [0, 9.5, 13], + "cubes": [ + {"origin": [0, 8.75, 13], "size": [0, 2, 3], "uv": [18, 18]} + ] + }, + { + "name": "tail5", + "parent": "tail4", + "pivot": [0, 9.25, 16], + "cubes": [ + {"origin": [0, 8.75, 16], "size": [0, 2, 3], "uv": [0, 4]} + ] + }, + { + "name": "tail_end", + "parent": "tail5", + "pivot": [0, 9.75, 18.75] + }, + { + "name": "tail_end_right", + "parent": "tail_end", + "pivot": [0, 9.75, 18.75], + "rotation": [0, -45, 0], + "cubes": [ + {"origin": [0, 7.25, 18.75], "size": [0, 5, 3], "uv": [20, 34]} + ] + }, + { + "name": "tail_end_top", + "parent": "tail_end", + "pivot": [0, 9.75, 18.75], + "rotation": [40, 0, 0], + "cubes": [ + {"origin": [-2.5, 9.75, 18.75], "size": [5, 0, 3], "uv": [28, 0]} + ] + }, + { + "name": "tail_end_left", + "parent": "tail_end", + "pivot": [0, 9.75, 18.75], + "rotation": [0, 45, 0], + "cubes": [ + {"origin": [0, 7.25, 18.75], "size": [0, 5, 3], "uv": [0, 15]} + ] + }, + { + "name": "tail_end_bottom", + "parent": "tail_end", + "pivot": [0, 9.75, 18.75], + "rotation": [-40, 0, 0], + "cubes": [ + {"origin": [-2.5, 9.75, 18.75], "size": [5, 0, 3], "uv": [15, 18]} + ] + }, + { + "name": "leg_front_right1", + "parent": "body", + "pivot": [-2.1, 8.15, -3.65], + "cubes": [ + {"origin": [-3.1, 5.15, -4.65], "size": [2, 4, 2], "inflate": 0.01, "uv": [40, 7]} + ] + }, + { + "name": "leg_front_right2", + "parent": "leg_front_right1", + "pivot": [-2.1, 5.15, -2.65], + "cubes": [ + {"origin": [-3.1, 1.15, -4.65], "size": [2, 4, 2], "uv": [26, 37]} + ] + }, + { + "name": "leg_front_right3", + "parent": "leg_front_right2", + "pivot": [-2.1, 1.15, -3.65], + "cubes": [ + {"origin": [-3.1, -0.1, -4.9], "size": [2, 2, 2], "inflate": 0.01, "uv": [16, 42]}, + {"origin": [-2.6, -0.1, -4.4], "size": [1, 0, 1], "inflate": 0.02, "uv": [55, 1], "mirror": true} + ] + }, + { + "name": "leg_front_claws_right", + "parent": "leg_front_right3", + "pivot": [-2.1, 0.9, -3.65], + "cubes": [ + {"origin": [-2.75, -0.1, -4.65], "size": [0, 1, 1], "uv": [18, 22]}, + {"origin": [-1.45, -0.1, -4.65], "size": [0, 1, 1], "uv": [4, 22]} + ] + }, + { + "name": "leg_front_left1", + "parent": "body", + "pivot": [2.1, 8.15, -3.65], + "cubes": [ + {"origin": [1.1, 5.15, -4.65], "size": [2, 4, 2], "inflate": 0.01, "uv": [0, 41]} + ] + }, + { + "name": "leg_front_left2", + "parent": "leg_front_left1", + "pivot": [2.1, 5.15, -2.65], + "cubes": [ + {"origin": [1.1, 1.15, -4.65], "size": [2, 4, 2], "uv": [40, 39]} + ] + }, + { + "name": "leg_front_left3", + "parent": "leg_front_left2", + "pivot": [2.1, 1.15, -3.65], + "cubes": [ + {"origin": [1.6, -0.1, -4.4], "size": [1, 0, 1], "inflate": 0.02, "uv": [55, 0]}, + {"origin": [1.1, -0.1, -4.9], "size": [2, 2, 2], "inflate": 0.01, "uv": [42, 32]} + ] + }, + { + "name": "leg_front_claws_left", + "parent": "leg_front_left3", + "pivot": [2.1, 0.9, -3.65], + "cubes": [ + {"origin": [2.75, -0.1, -4.65], "size": [0, 1, 1], "uv": [22, 22]}, + {"origin": [1.45, -0.1, -4.65], "size": [0, 1, 1], "uv": [20, 22]} + ] + }, + { + "name": "leg_back_right1", + "parent": "body", + "pivot": [-2.25, 8.1, 3.15], + "cubes": [ + {"origin": [-3.25, 4.6, 1.65], "size": [2, 5, 3], "inflate": 0.01, "uv": [0, 33]} + ] + }, + { + "name": "leg_back_right2", + "parent": "leg_back_right1", + "pivot": [-2.25, 4.6, 4.15], + "cubes": [ + {"origin": [-3.25, 0.85, 2.9], "size": [2, 4, 2], "uv": [34, 35]} + ] + }, + { + "name": "leg_back_right3", + "parent": "leg_back_right2", + "pivot": [-2.25, 1.35, 3.9], + "cubes": [ + {"origin": [-3.25, -0.15, 2.65], "size": [2, 2, 2], "inflate": 0.01, "uv": [41, 16]}, + {"origin": [-2.75, -0.15, 3.15], "size": [1, 0, 1], "inflate": 0.02, "uv": [61, 1], "mirror": true} + ] + }, + { + "name": "leg_back_claws_right", + "parent": "leg_back_right3", + "pivot": [-2.2, 0.9, 3.85], + "cubes": [ + {"origin": [-2.85, -0.1, 2.85], "size": [0, 1, 1], "uv": [6, 7]}, + {"origin": [-1.55, -0.1, 2.85], "size": [0, 1, 1], "uv": [6, 6]} + ] + }, + { + "name": "leg_back_left1", + "parent": "body", + "pivot": [2.25, 8.1, 3.15], + "cubes": [ + {"origin": [1.25, 4.6, 1.65], "size": [2, 5, 3], "inflate": 0.01, "uv": [10, 33]} + ] + }, + { + "name": "leg_back_left2", + "parent": "leg_back_left1", + "pivot": [2.25, 4.6, 4.15], + "cubes": [ + {"origin": [1.25, 0.85, 2.9], "size": [2, 4, 2], "uv": [36, 28]} + ] + }, + { + "name": "leg_back_left3", + "parent": "leg_back_left2", + "pivot": [2.25, 1.35, 3.9], + "cubes": [ + {"origin": [1.25, -0.15, 2.65], "size": [2, 2, 2], "inflate": 0.01, "uv": [32, 41]}, + {"origin": [1.75, -0.15, 3.15], "size": [1, 0, 1], "inflate": 0.02, "uv": [61, 0]} + ] + }, + { + "name": "leg_back_claws_left", + "parent": "leg_back_left3", + "pivot": [2.2, 0.9, 3.85], + "cubes": [ + {"origin": [2.85, -0.1, 2.85], "size": [0, 1, 1], "uv": [2, 22]}, + {"origin": [1.55, -0.1, 2.85], "size": [0, 1, 1], "uv": [0, 22]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/cafe_mew/cafe_mew.geo.json b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/cafe_mew/cafe_mew.geo.json new file mode 100644 index 0000000..5d1affc --- /dev/null +++ b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/cafe_mew/cafe_mew.geo.json @@ -0,0 +1,239 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.cafe_mew", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 7, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "cafe_mew", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "cafe_mew", + "pivot": [0, 10, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 4.5, 0], + "cubes": [ + {"origin": [-2.5, 2, -2], "size": [5, 6, 4], "uv": [46, 0]} + ] + }, + { + "name": "torso2", + "parent": "torso", + "pivot": [0, 8, 2], + "cubes": [ + {"origin": [-2, 8, -2], "size": [4, 4, 4], "uv": [26, 9]} + ] + }, + { + "name": "apron", + "parent": "torso2", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [1, 9, 2], "size": [0, 2, 3], "pivot": [0, 9, 3], "rotation": [8.1126, 38.96482, -13.26153], "uv": [0, -3], "mirror": true}, + {"origin": [-1, 9, 2], "size": [0, 2, 3], "pivot": [0, 9, 3], "rotation": [8.1126, -38.96482, 13.26153], "uv": [0, -3]}, + {"origin": [-3, 3, -3], "size": [6, 9, 0], "pivot": [0, 5, -2], "rotation": [-7.5, 0, 0], "uv": [20, 31]}, + {"origin": [-5, 11, -3], "size": [4, 0, 3], "pivot": [-2, 11, -2], "rotation": [45.39599, -25.02914, -36.93884], "uv": [-3, 30]}, + {"origin": [-6, 11, -3], "size": [4, 0, 3], "pivot": [-3, 11, -2], "rotation": [22.5, 0, 0], "uv": [-3, 30]} + ] + }, + { + "name": "arm_left", + "parent": "torso2", + "pivot": [2, 10.25, -0.25], + "cubes": [ + {"origin": [1.5, 9.75, -1.25], "size": [5, 1, 2], "uv": [42, 11]} + ] + }, + { + "name": "arm_right", + "parent": "torso2", + "pivot": [-2, 10.25, -0.25], + "cubes": [ + {"origin": [-6.5, 9.75, -1.25], "size": [5, 1, 2], "uv": [42, 11], "mirror": true} + ] + }, + { + "name": "head", + "parent": "torso2", + "pivot": [0, 11.5, 0], + "cubes": [ + {"origin": [-4, 11.5, -4], "size": [8, 6, 7], "uv": [0, 0]}, + {"origin": [2, 15.5, -2], "size": [2, 3, 3], "pivot": [2, 17.5, 0.25], "rotation": [-45, 0, 20], "uv": [22, 24]}, + {"origin": [-4, 15.5, -2], "size": [2, 3, 3], "pivot": [-2, 17.5, 0.25], "rotation": [-45, 0, -20], "uv": [22, 24], "mirror": true} + ] + }, + { + "name": "hat", + "parent": "head", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-3, 18, -2], "size": [6, 2, 4], "pivot": [0, 18, 1], "rotation": [-32.5, 0, 0], "uv": [44, 35]}, + {"origin": [-2, 17, 0], "size": [4, 2, 4], "pivot": [0, 18, 1], "rotation": [-20, 0, 0], "uv": [0, 58]}, + {"origin": [-2.2, 17, 2], "size": [4.3, 2, 3], "pivot": [0, 17, 5], "rotation": [-2.5, 0, 0], "uv": [50, 59], "mirror": true}, + {"origin": [0, 19, 2], "size": [0, 2, 1], "pivot": [0, 19, 2], "rotation": [-52.5, 0, 0], "uv": [0, 39]}, + {"origin": [0, 19, 2], "size": [0, 2, 1], "pivot": [0, 19, 2], "rotation": [15, 0, 0], "uv": [0, 39]} + ] + }, + { + "name": "snout", + "parent": "head", + "pivot": [0, 14, -4], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [-2, 12, -6], "size": [4, 2, 2], "uv": [38, 0]} + ] + }, + { + "name": "ear_left", + "parent": "head", + "pivot": [1.75, 17.5, 0], + "rotation": [0, 0, 22.5], + "cubes": [ + {"origin": [2.25, 16.5, -1.5], "size": [2, 3, 3], "uv": [32, 29]} + ] + }, + { + "name": "ear_right", + "parent": "head", + "pivot": [-1.75, 17.5, 0], + "rotation": [0, 0, -22.5], + "cubes": [ + {"origin": [-4.25, 16.5, -1.5], "size": [2, 3, 3], "uv": [32, 29], "mirror": true} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [3.01, 14.5, -2.51], + "cubes": [ + {"origin": [2.01, 13, -4.01], "size": [2, 3, 2], "uv": [13, 13]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [2.91, 14.5, -2.41], + "cubes": [ + {"origin": [1.91, 13, -3.91], "size": [2, 3, 2], "inflate": 0.01, "uv": [56, 24]} + ] + }, + { + "name": "eye_right", + "parent": "head", + "pivot": [-3.01, 14.5, -2.51], + "cubes": [ + {"origin": [-4.01, 13, -4.01], "size": [2, 3, 2], "uv": [13, 13], "mirror": true} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-2.91, 14.5, -2.41], + "cubes": [ + {"origin": [-3.91, 13, -3.91], "size": [2, 3, 2], "inflate": 0.01, "uv": [56, 24], "mirror": true} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 3.75, 1.5], + "cubes": [ + {"origin": [0, 2.75, 1.5], "size": [0, 2, 6], "inflate": 0.001, "uv": [10, 18]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 2.75, 7.5], + "cubes": [ + {"origin": [0, 2.75, 7.5], "size": [0, 2, 5], "uv": [54, 25]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 2.75, 12.5], + "cubes": [ + {"origin": [0, 2.75, 12.5], "size": [0, 2, 6], "inflate": 0.001, "uv": [10, 20]} + ] + }, + { + "name": "tail4", + "parent": "tail3", + "pivot": [0, 4.75, 18.5], + "cubes": [ + {"origin": [0, 2.75, 18.5], "size": [0, 2, 5], "uv": [44, 25]} + ] + }, + { + "name": "tail5", + "parent": "tail4", + "pivot": [0, 4.75, 23.5], + "cubes": [ + {"origin": [0, 2.75, 23.5], "size": [0, 2, 5], "inflate": 0.001, "uv": [34, 25]} + ] + }, + { + "name": "tail6", + "parent": "tail5", + "pivot": [0, 4.75, 28.5], + "cubes": [ + {"origin": [-0.5, 2.75, 28.5], "size": [1, 2, 4], "uv": [27, 16]} + ] + }, + { + "name": "tail7", + "parent": "tail6", + "pivot": [-0.5, 4.25, 32.5], + "cubes": [ + {"origin": [-0.5, 2.25, 32.5], "size": [1, 3, 8], "uv": [35, 14]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [3, 4.5, 0], + "cubes": [ + {"origin": [2, 1, -2], "size": [2, 5, 4], "inflate": 0.02, "uv": [52, 10]} + ] + }, + { + "name": "foot_left", + "parent": "leg_left", + "pivot": [3, 1.25, -0.5], + "cubes": [ + {"origin": [2, 0, -7.5], "size": [2, 1, 9], "uv": [13, 14]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-3, 4.5, 0], + "cubes": [ + {"origin": [-4, 1, -2], "size": [2, 5, 4], "inflate": 0.02, "uv": [52, 10], "mirror": true} + ] + }, + { + "name": "foot_right", + "parent": "leg_right", + "pivot": [-3, 1.25, -0.5], + "cubes": [ + {"origin": [-4, 0, -7.5], "size": [2, 1, 9], "uv": [13, 14], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/cafe_raichu_alolan/cafe_raichu_alolan.geo.json b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/cafe_raichu_alolan/cafe_raichu_alolan.geo.json new file mode 100644 index 0000000..4f7a7ab --- /dev/null +++ b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/cafe_raichu_alolan/cafe_raichu_alolan.geo.json @@ -0,0 +1,257 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.cafe_raichu_alolan", + "texture_width": 64, + "texture_height": 128, + "visible_bounds_width": 9, + "visible_bounds_height": 4, + "visible_bounds_offset": [0, 1, 0] + }, + "bones": [ + { + "name": "raichu_alolan", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "raichu_alolan", + "pivot": [0, 8, 0.5] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 6.25, 0.5], + "cubes": [ + {"origin": [-5, 3.75, -3.5], "size": [10, 8, 8], "uv": [28, 48]}, + {"origin": [-4.5, 11.75, -3], "size": [9, 2, 7], "uv": [32, 0]} + ] + }, + { + "name": "tie", + "parent": "torso", + "pivot": [-2, 21, -3], + "cubes": [ + {"origin": [-1.3, 12, -4], "size": [2.6, 1.5, 2], "pivot": [0, 12, -3], "rotation": [-5, 0, 0], "uv": [0, 103]}, + {"origin": [-1, 8, -4], "size": [2, 5, 1], "pivot": [0, 11, -4], "rotation": [-7.5, 0, 0], "uv": [57, 89]} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 14.25, 0.25], + "cubes": [ + {"origin": [-4.5, 13.25, -3.75], "size": [9, 8, 8], "inflate": 0.01, "uv": [0, 1]}, + {"origin": [-0.5, 15.455, -4.33], "size": [1, 1, 1], "pivot": [0, 15.825, -3.3], "rotation": [12.5, 0, 0], "uv": [27, 0]}, + {"origin": [-4.5, 13.425, -4.3], "size": [9, 3, 2], "inflate": 0.02, "pivot": [-0.5, 15.825, -3.3], "rotation": [12.5, 0, 0], "uv": [22, 26]} + ] + }, + { + "name": "hat", + "parent": "head", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-3, 21, -3], "size": [6, 2, 6], "pivot": [0, 21, 0], "rotation": [-5, 0, 0], "uv": [40, 67]}, + {"origin": [-2.3, 23, -2.5], "size": [5, 6, 5], "pivot": [0, 23, 0], "rotation": [-5, 0, 0], "uv": [3, 90]}, + {"origin": [-4, 21, -4], "size": [3, 3, 0], "pivot": [-2, 21, -3], "rotation": [-10, 50, 0], "uv": [1, 69]} + ] + }, + { + "name": "mouth_closed", + "parent": "head", + "pivot": [0, 14.7, -3.5], + "cubes": [ + {"origin": [-1.5, 13.925, -4.33], "size": [3, 1, 0], "inflate": 0.01, "pivot": [0, 15.825, -3.3], "rotation": [12.5, 0, 0], "uv": [27, 4]}, + {"origin": [-2, 14.425, -4.33], "size": [4, 1, 0], "pivot": [0, 15.825, -3.3], "rotation": [12.5, 0, 0], "uv": [26, 3]} + ] + }, + { + "name": "mouth_open", + "parent": "head", + "pivot": [0, 14.7, -3.5], + "cubes": [ + {"origin": [-1.5, 13.675, -4.13], "size": [3, 1, 0], "inflate": 0.01, "pivot": [0, 15.825, -3.1], "rotation": [12.5, 0, 0], "uv": [33, 0]}, + {"origin": [-1, 14.175, -4.13], "size": [2, 1, 0], "inflate": 0.01, "pivot": [0, 15.825, -3.1], "rotation": [12.5, 0, 0], "uv": [34, 0]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [0, 18, -3.825] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-3, 17.5, -3.825], + "cubes": [ + {"origin": [-4, 16.6, -3.77], "size": [2, 2, 0], "pivot": [-3, 17.6, -3.77], "rotation": [0, 0, 3], "uv": [0, 0]} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-3, 17.5, -3.67], + "cubes": [ + {"origin": [-4, 16.6, -3.67], "size": [2, 2, 0], "inflate": 0.01, "pivot": [-3, 17.6, -3.67], "rotation": [0, 0, 3], "uv": [0, 4]} + ] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [3, 17.5, -3.825], + "cubes": [ + {"origin": [2, 16.6, -3.77], "size": [2, 2, 0], "pivot": [3, 17.6, -3.77], "rotation": [0, 0, -3], "uv": [0, 2], "mirror": true} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [3, 17.5, -3.67], + "cubes": [ + {"origin": [2, 16.6, -3.67], "size": [2, 2, 0], "inflate": 0.01, "pivot": [3, 17.6, -3.67], "rotation": [0, 0, -3], "uv": [0, 6], "mirror": true} + ] + }, + { + "name": "ear_right", + "parent": "head", + "pivot": [-4, 19.5, -0.65], + "cubes": [ + {"origin": [-13.875, 18.5, -0.675], "size": [10, 8, 0], "pivot": [-4.25, 19.25, -0.65], "rotation": [14, 50, 17], "uv": [0, 18]} + ] + }, + { + "name": "ear_left", + "parent": "head", + "pivot": [4, 19.5, -0.65], + "cubes": [ + {"origin": [3.875, 18.5, -0.675], "size": [10, 8, 0], "pivot": [4.25, 19.25, -0.65], "rotation": [14, -50, -17], "uv": [0, 27], "mirror": true} + ] + }, + { + "name": "arm_right", + "parent": "torso", + "pivot": [-4.5, 12.5, -0.5], + "cubes": [ + {"origin": [-10.5, 11, -2], "size": [6, 3, 3], "uv": [18, 49], "mirror": true} + ] + }, + { + "name": "arm_left", + "parent": "torso", + "pivot": [4.5, 12.5, -0.5], + "cubes": [ + {"origin": [4.5, 11, -2], "size": [6, 3, 3], "uv": [24, 20]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 4.75, 4], + "cubes": [ + {"origin": [0, 4.25, 4.5], "size": [0, 1, 6], "uv": [21, 11]} + ] + }, + { + "name": "tail_2", + "parent": "tail", + "pivot": [0, 4.25, 10.5], + "cubes": [ + {"origin": [0, 4.25, 10.5], "size": [0, 1, 5], "uv": [33, 12]} + ] + }, + { + "name": "tail_3", + "parent": "tail_2", + "pivot": [0, 4.25, 15.5], + "cubes": [ + {"origin": [0, 4.25, 15.5], "size": [0, 1, 5], "uv": [23, 13]} + ] + }, + { + "name": "tail_4", + "parent": "tail_3", + "pivot": [0, 4.25, 20.5], + "cubes": [ + {"origin": [0, 4.25, 20.5], "size": [0, 1, 5], "uv": [33, 13]} + ] + }, + { + "name": "tail_5", + "parent": "tail_4", + "pivot": [0, 4.25, 25.5], + "cubes": [ + {"origin": [0, 4.25, 25.5], "size": [0, 1, 5], "uv": [23, 14]} + ] + }, + { + "name": "tail_6", + "parent": "tail_5", + "pivot": [0, 4.25, 30.5], + "cubes": [ + {"origin": [0, 4.25, 30.5], "size": [0, 1, 5], "uv": [33, 14]} + ] + }, + { + "name": "tail_7", + "parent": "tail_6", + "pivot": [0, 4.25, 35.5], + "cubes": [ + {"origin": [0, 1.25, 35.5], "size": [0, 11, 26], "uv": [1, 10]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-4, 6.25, 0.5], + "cubes": [ + {"origin": [-6, 2.5, -2.5], "size": [4, 6, 6], "pivot": [-4, 5.5, 0], "rotation": [-10, 0, 0], "uv": [44, 21]} + ] + }, + { + "name": "foot_right", + "parent": "leg_right", + "pivot": [-3.75, 2.5, 0.75], + "cubes": [ + {"origin": [-4.75, 2, -0.75], "size": [2, 2, 3], "uv": [54, 33]}, + {"origin": [-5.25, 0, -1.5], "size": [3, 2, 4], "uv": [0, 55], "mirror": true} + ] + }, + { + "name": "toes_right", + "parent": "foot_right", + "pivot": [-3.75, 0, -1.5], + "cubes": [ + {"origin": [-5.75, 0, -5.5], "size": [4, 2, 4], "inflate": 0.01, "uv": [34, 9], "mirror": true} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [4, 6.25, 0.5], + "cubes": [ + {"origin": [2, 2.5, -2.5], "size": [4, 6, 6], "pivot": [4, 5.5, 0], "rotation": [-10, 0, 0], "uv": [44, 9], "mirror": true} + ] + }, + { + "name": "foot_left", + "parent": "leg_left", + "pivot": [4, 2.5, 0.75], + "cubes": [ + {"origin": [2.75, 2, -0.75], "size": [2, 2, 3], "uv": [54, 38], "mirror": true}, + {"origin": [2.25, 0, -1.5], "size": [3, 2, 4], "uv": [0, 49]} + ] + }, + { + "name": "toes_left", + "parent": "foot_left", + "pivot": [3.75, 0, -1.5], + "cubes": [ + {"origin": [1.75, 0, -5.5], "size": [4, 2, 4], "inflate": 0.01, "uv": [12, 58]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/cafe_slowpoke/cafe_slowpoke.geo.json b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/cafe_slowpoke/cafe_slowpoke.geo.json new file mode 100644 index 0000000..a2bfd6d --- /dev/null +++ b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/cafe_slowpoke/cafe_slowpoke.geo.json @@ -0,0 +1,192 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.cafe_slowpoke", + "texture_width": 64, + "texture_height": 128, + "visible_bounds_width": 5, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "slowpoke", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "slowpoke", + "pivot": [0, 6, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [-2, 3.75, 4.75], + "cubes": [ + {"origin": [-5, 1.5, -6.5], "size": [10, 9, 13], "uv": [0, 0]} + ] + }, + { + "name": "bow", + "parent": "torso", + "pivot": [0, 9, -9], + "cubes": [ + {"origin": [-2, 10, -6], "size": [3, 4, 0], "pivot": [-1, 10, -6], "rotation": [-32.73241, -24.4045, -32.73241], "uv": [38, 54], "mirror": true}, + {"origin": [-1, 10, -6], "size": [3, 4, 0], "pivot": [1, 10, -6], "rotation": [-32.73241, 24.4045, 32.73241], "uv": [38, 54]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 5.5, 5.5], + "cubes": [ + {"origin": [-2.5, 3, 4.5], "size": [5, 5, 7], "uv": [23, 29]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 5.5, 10.5], + "cubes": [ + {"origin": [-2, 3.5, 9.5], "size": [4, 4, 7], "uv": [33, 0]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 5.5, 15.5], + "cubes": [ + {"origin": [-1.5, 4, 14.5], "size": [3, 3, 7], "uv": [0, 36]} + ] + }, + { + "name": "tail4", + "parent": "tail3", + "pivot": [0, 5.5, 20.5], + "cubes": [ + {"origin": [0, 4.5, 19.5], "size": [0, 2, 6], "uv": [24, 21]} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 6, -7], + "cubes": [ + {"origin": [-3.5, 3.5, -14.5], "size": [7, 2, 3], "uv": [23, 22]}, + {"origin": [1.5, 3.25, -14.25], "size": [1, 1, 0], "pivot": [2, 3.75, -14.25], "rotation": [0, 0, 45], "uv": [0, 1]}, + {"origin": [-2.5, 3.25, -14.25], "size": [1, 1, 0], "pivot": [-2, 3.75, -14.25], "rotation": [0, 0, -45], "uv": [0, 0]}, + {"origin": [-4, 2, -12], "size": [8, 7, 7], "uv": [0, 22]} + ] + }, + { + "name": "hat", + "parent": "head", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-3, 11, -11], "size": [6, 3, 5], "pivot": [0, 11, -9], "rotation": [-10, 0, 0], "uv": [0, 72]}, + {"origin": [-2, 13, -10], "size": [4, 1, 3], "pivot": [0, 12, -8], "rotation": [-17.5, 0, 0], "uv": [0, 92]}, + {"origin": [-2, 8, -10], "size": [4, 4, 3], "pivot": [0, 9, -9], "rotation": [-12.5, 0, 0], "uv": [0, 61]} + ] + }, + { + "name": "ear_left", + "parent": "head", + "pivot": [3.5, 8.5, -9], + "rotation": [0, 0, 45], + "cubes": [ + {"origin": [2, 8.25, -9.5], "size": [3, 3, 1], "uv": [13, 36]} + ] + }, + { + "name": "ear_right", + "parent": "head", + "pivot": [-3.5, 8.5, -9], + "rotation": [0, 0, -45], + "cubes": [ + {"origin": [-5, 8.25, -9.5], "size": [3, 3, 1], "uv": [0, 8]} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [3.135, 6.25, -11.5125], + "cubes": [ + {"origin": [2.01, 4.75, -12.01], "size": [2, 3, 1], "uv": [44, 41]}, + {"origin": [2.76, 5.75, -12.015], "size": [1, 1, 1], "uv": [9, 0]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [3.01, 6.25, -12.01], + "cubes": [ + {"origin": [1.91, 4.75, -11.91], "size": [2, 3, 1], "inflate": 0.01, "uv": [0, 36]} + ] + }, + { + "name": "eye_right", + "parent": "head", + "pivot": [-3.135, 6.25, -11.5125], + "cubes": [ + {"origin": [-4.01, 4.75, -12.01], "size": [2, 3, 1], "uv": [33, 0]}, + {"origin": [-3.76, 5.75, -12.015], "size": [1, 1, 1], "uv": [8, 8]} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-2.91, 6.25, -11.41], + "cubes": [ + {"origin": [-3.91, 4.75, -11.91], "size": [2, 3, 1], "inflate": 0.01, "uv": [0, 22]} + ] + }, + { + "name": "jaw", + "parent": "head", + "pivot": [0, 3.5, -12], + "cubes": [ + {"origin": [-3, 2.5, -14], "size": [6, 1, 2], "uv": [40, 32]} + ] + }, + { + "name": "leftfrontleg", + "parent": "body", + "pivot": [4, 3.5, -3.5], + "cubes": [ + {"origin": [3, 0, -5], "size": [3, 5, 3], "inflate": 0.001, "uv": [32, 41]}, + {"origin": [3.5, 0, -5.75], "size": [2, 1, 1], "uv": [33, 11]} + ] + }, + { + "name": "leftbackleg", + "parent": "body", + "pivot": [4, 3.5, 4.5], + "cubes": [ + {"origin": [3, 0, 3], "size": [3, 5, 3], "inflate": 0.001, "uv": [20, 41]}, + {"origin": [3.5, 0, 2.25], "size": [2, 1, 1], "uv": [33, 4]} + ] + }, + { + "name": "rightfrontleg", + "parent": "body", + "pivot": [-4, 3.5, -3.5], + "cubes": [ + {"origin": [-6, 0, -5], "size": [3, 5, 3], "inflate": 0.001, "uv": [40, 24]}, + {"origin": [-5.5, 0, -5.75], "size": [2, 1, 1], "uv": [0, 26]} + ] + }, + { + "name": "rightbackleg", + "parent": "body", + "pivot": [-4, 3.5, 4.5], + "cubes": [ + {"origin": [-6, 0, 3], "size": [3, 5, 3], "inflate": 0.001, "uv": [0, 0]}, + {"origin": [-5.5, 0, 2.25], "size": [2, 1, 1], "uv": [7, 11]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/cafe_sprigatito/cafe_sprigatito.geo.json b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/cafe_sprigatito/cafe_sprigatito.geo.json new file mode 100644 index 0000000..9ed1f79 --- /dev/null +++ b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/cafe_sprigatito/cafe_sprigatito.geo.json @@ -0,0 +1,389 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.cafe_sprigatito", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 3, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "sprigatito", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "sprigatito", + "pivot": [0, 0, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 6.6, 2.15], + "cubes": [ + {"origin": [-2.5, 4.5, -4], "size": [5, 4, 8], "uv": [0, 15]} + ] + }, + { + "name": "dress", + "parent": "torso", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-2.8, 10, 0], "size": [5.6, 0, 5], "pivot": [0, 8, 2], "rotation": [35, 0, 0], "uv": [17, 49]}, + {"origin": [-0.5, 6, 0], "size": [6, 0, 6], "pivot": [4, 6, 3], "rotation": [25.05498, -35.48602, 68.30985], "uv": [17, 43]}, + {"origin": [-5.5, 6, 0], "size": [6, 0, 6], "pivot": [-4, 6, 3], "rotation": [25.05498, 35.48602, -68.30985], "uv": [17, 43], "mirror": true} + ] + }, + { + "name": "neck", + "parent": "torso", + "pivot": [0, 8.5, -3], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-1.5, 7.5, -4], "size": [3, 3, 2], "uv": [38, 16]} + ] + }, + { + "name": "scarf", + "parent": "neck", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-2, 8, -5], "size": [4, 1, 4], "pivot": [0, 7, -4], "rotation": [10, 0, 0], "uv": [47, 33]}, + {"origin": [-3, 8, -5], "size": [3, 4, 0], "pivot": [-1, 8, -4], "rotation": [-3.51584, -24.1782, -102.09227], "uv": [56, 42]}, + {"origin": [-3, 8, -5], "size": [3, 4, 0], "pivot": [-1, 8, -4], "rotation": [13.89674, -26.12797, -152.06838], "uv": [56, 42]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 9, -3], + "rotation": [-5, 0, 0], + "cubes": [ + {"origin": [-5, 9, -6.5], "size": [10, 8, 7], "uv": [0, 0]}, + {"origin": [-2, 9.5, -7], "size": [4, 2, 1], "inflate": 0.01, "uv": [16, 27]}, + {"origin": [-0.5, 10.5, -7], "size": [1, 1, 1], "inflate": 0.02, "uv": [26, 23]} + ] + }, + { + "name": "hat", + "parent": "head", + "pivot": [0, -1, -4], + "rotation": [-12.5, 0, 0], + "cubes": [ + {"origin": [-2, 16, -9], "size": [4, 3, 4], "uv": [37, 54]}, + {"origin": [-3, 18, -10], "size": [6, 4, 6], "pivot": [0, 18, -7], "rotation": [-15, 0, 0], "uv": [0, 54]}, + {"origin": [-2, 22, -8], "size": [4, 1, 4], "pivot": [0, 23, -7], "rotation": [-17.5, 0, 0], "uv": [0, 33]} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [0, -1, 0] + }, + { + "name": "mouth_open", + "parent": "mouth", + "pivot": [0, 10.0625, -6.9], + "cubes": [ + {"origin": [-1, 9.5, -6.9], "size": [2, 1, 0], "inflate": 0.02, "uv": [47, 4]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [0, 13, -6] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-3, 13.5, -6.5], + "rotation": [0, 0, -2.5], + "cubes": [ + {"origin": [-4.5, 11.5, -6.5], "size": [3, 4, 0], "inflate": 0.01, "uv": [24, 19], "mirror": true} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-3, 13.5, -6.4], + "cubes": [ + {"origin": [-4.5, 11.5, -6.4], "size": [3, 4, 1], "inflate": 0.02, "uv": [30, 24], "mirror": true} + ] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [3, 13.5, -6.5], + "rotation": [0, 0, 2.5], + "cubes": [ + {"origin": [1.5, 11.5, -6.5], "size": [3, 4, 0], "inflate": 0.01, "uv": [24, 19]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [3, 13.5, -6.4], + "cubes": [ + {"origin": [1.5, 11.5, -6.4], "size": [3, 4, 1], "inflate": 0.02, "uv": [30, 24]} + ] + }, + { + "name": "head_fur_right_main", + "parent": "head", + "pivot": [-5, 11, -4.5], + "rotation": [5, -2.5, -15] + }, + { + "name": "head_fur_right", + "parent": "head_fur_right_main", + "pivot": [-5, 11, -4.5], + "rotation": [0, 0, 30], + "cubes": [ + {"origin": [-8, 11, -4.5], "size": [3, 2, 0], "uv": [45, 0]} + ] + }, + { + "name": "head_fur_right2", + "parent": "head_fur_right_main", + "pivot": [-5, 11, -4.5], + "rotation": [0, -2.5, 0], + "cubes": [ + {"origin": [-8, 10.5, -4.5], "size": [3, 1, 0], "uv": [0, 6]} + ] + }, + { + "name": "head_fur_right3", + "parent": "head_fur_right_main", + "pivot": [-5, 11, -4.5], + "rotation": [0, 0, -30], + "cubes": [ + {"origin": [-8, 9, -4.5], "size": [3, 2, 0], "uv": [2, 4], "mirror": true} + ] + }, + { + "name": "head_fur_left_main", + "parent": "head", + "pivot": [5, 11, -4.5], + "rotation": [5, 2.5, 15] + }, + { + "name": "head_fur_left", + "parent": "head_fur_left_main", + "pivot": [5, 11, -4.5], + "rotation": [0, 0, -30], + "cubes": [ + {"origin": [5, 11, -4.5], "size": [3, 2, 0], "uv": [45, 0], "mirror": true} + ] + }, + { + "name": "head_fur_left2", + "parent": "head_fur_left_main", + "pivot": [5, 11, -4.5], + "rotation": [0, 2.5, 0], + "cubes": [ + {"origin": [5, 10.5, -4.5], "size": [3, 1, 0], "uv": [0, 6], "mirror": true} + ] + }, + { + "name": "head_fur_left3", + "parent": "head_fur_left_main", + "pivot": [5, 11, -4.5], + "rotation": [0, 0, 30], + "cubes": [ + {"origin": [5, 9, -4.5], "size": [3, 2, 0], "uv": [2, 4]} + ] + }, + { + "name": "ear_right", + "parent": "head", + "pivot": [-2.75, 15.25, -2.5], + "rotation": [2.5, 10, -22.5], + "cubes": [ + {"origin": [-5.25, 15.25, -2.5], "size": [5, 7, 0], "uv": [36, 9]} + ] + }, + { + "name": "ear_left", + "parent": "head", + "pivot": [2.75, 15.25, -2.5], + "rotation": [2.5, -10, 22.5], + "cubes": [ + {"origin": [0.25, 15.25, -2.5], "size": [5, 7, 0], "uv": [36, 9], "mirror": true} + ] + }, + { + "name": "neck_fur_front", + "parent": "neck", + "pivot": [0, 9, -4], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [-4, 4, -4], "size": [8, 5, 0], "uv": [0, 27]} + ] + }, + { + "name": "neck_fur_back", + "parent": "neck", + "pivot": [0, 9, -2.5], + "rotation": [-12.5, 0, 0], + "cubes": [ + {"origin": [-2.5, 9, -2.5], "size": [5, 0, 4], "uv": [14, 15]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 8, 3.75], + "rotation": [40, 0, 0], + "cubes": [ + {"origin": [-2, 6, 3.25], "size": [4, 4, 5], "uv": [46, 0]} + ] + }, + { + "name": "tail_fur", + "parent": "tail", + "pivot": [0, 6, 5.8125], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [0, 4.53381, 3.82028], "size": [0, 2, 2], "uv": [60, -2]} + ] + }, + { + "name": "tail_fur2", + "parent": "tail", + "pivot": [0, 9.75, 8.25], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [0, 6.75, 8.25], "size": [0, 3, 3], "uv": [0, 0]} + ] + }, + { + "name": "leg_front_right_rot", + "parent": "body", + "pivot": [-1.8, 3.3125, -2.65] + }, + { + "name": "leg_front_right", + "parent": "leg_front_right_rot", + "pivot": [-1.8, 6, -2.65], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-2.8, 4, -3.65], "size": [2, 3, 2], "inflate": 0.01, "uv": [56, 23], "mirror": true} + ] + }, + { + "name": "leg_front_right2", + "parent": "leg_front_right", + "pivot": [-1.8, 4, -1.65], + "rotation": [-12.5, 0, 0], + "cubes": [ + {"origin": [-2.8, 1, -3.65], "size": [2, 3, 2], "uv": [38, 21], "mirror": true} + ] + }, + { + "name": "leg_front_right3", + "parent": "leg_front_right2", + "pivot": [-1.8, 1, -2.65], + "rotation": [7.5, 0, 0], + "cubes": [ + {"origin": [-2.8, -0.25, -3.9], "size": [2, 2, 2], "inflate": 0.01, "uv": [37, 0], "mirror": true} + ] + }, + { + "name": "leg_front_left_rot", + "parent": "body", + "pivot": [1.8, 3.3125, -2.65] + }, + { + "name": "leg_front_left", + "parent": "leg_front_left_rot", + "pivot": [1.8, 6, -2.65], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [0.8, 4, -3.65], "size": [2, 3, 2], "inflate": 0.01, "uv": [56, 23]} + ] + }, + { + "name": "leg_front_left2", + "parent": "leg_front_left", + "pivot": [1.8, 4, -1.65], + "rotation": [-12.5, 0, 0], + "cubes": [ + {"origin": [0.8, 1, -3.65], "size": [2, 3, 2], "uv": [38, 21]} + ] + }, + { + "name": "leg_front_left3", + "parent": "leg_front_left2", + "pivot": [1.8, 1, -2.65], + "rotation": [7.5, 0, 0], + "cubes": [ + {"origin": [0.8, -0.25, -3.9], "size": [2, 2, 2], "inflate": 0.01, "uv": [37, 0]} + ] + }, + { + "name": "leg_back_right", + "parent": "body", + "pivot": [-1.85, 6.6, 2.15], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-2.85, 3.6, 0.65], "size": [2, 4, 3], "inflate": 0.01, "uv": [46, 9]} + ] + }, + { + "name": "leg_back_right2", + "parent": "leg_back_right", + "pivot": [-1.85, 3.6, 3.15], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [-2.85, 0.85, 2.15], "size": [2, 3, 2], "uv": [37, 4]} + ] + }, + { + "name": "leg_back_right3", + "parent": "leg_back_right2", + "pivot": [-1.85, 1.35, 3.15], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [-2.85, -0.15, 1.9], "size": [2, 2, 2], "inflate": 0.01, "uv": [56, 14]} + ] + }, + { + "name": "leg_back_left", + "parent": "body", + "pivot": [1.85, 6.6, 2.15], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [0.85, 3.6, 0.65], "size": [2, 4, 3], "inflate": 0.01, "uv": [46, 9], "mirror": true} + ] + }, + { + "name": "leg_back_left2", + "parent": "leg_back_left", + "pivot": [1.85, 3.6, 3.15], + "rotation": [-15, 0, 0], + "cubes": [ + {"origin": [0.85, 0.85, 2.15], "size": [2, 3, 2], "uv": [37, 4], "mirror": true} + ] + }, + { + "name": "leg_back_left3", + "parent": "leg_back_left2", + "pivot": [1.85, 1.35, 3.15], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [0.85, -0.15, 1.9], "size": [2, 2, 2], "inflate": 0.01, "uv": [56, 14], "mirror": true} + ] + }, + { + "name": "leg_back_left_rot", + "parent": "leg_back_left", + "pivot": [1.85, 6.6, 2.15] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/kimono_mew/kimono_mew.geo.json b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/kimono_mew/kimono_mew.geo.json new file mode 100644 index 0000000..7b8e013 --- /dev/null +++ b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/kimono_mew/kimono_mew.geo.json @@ -0,0 +1,238 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.mew", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 7, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "mew", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "mew", + "pivot": [0, 10, 0] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 4.5, 0], + "cubes": [ + {"origin": [-2.5, 2, -2], "size": [5, 6, 4], "uv": [46, 0]} + ] + }, + { + "name": "torso2", + "parent": "torso", + "pivot": [0, 8, 2], + "cubes": [ + {"origin": [-2, 8, -2], "size": [4, 4, 4], "uv": [26, 9]} + ] + }, + { + "name": "kimono", + "parent": "torso2", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-3, 3, -2.3], "size": [6, 8, 0], "pivot": [0, 9, -2], "rotation": [-10, 0, 0], "uv": [15, 56]}, + {"origin": [-4, 5, -2], "size": [0, 6, 4], "pivot": [-5, 7, 0], "rotation": [0, 0, 17.5], "uv": [0, 45], "mirror": true}, + {"origin": [4, 5, -2], "size": [0, 6, 4], "pivot": [5, 7, 0], "rotation": [0, 0, -17.5], "uv": [0, 45]}, + {"origin": [-3, 3, 1.7], "size": [6, 8, 0], "pivot": [0, 9, 2], "rotation": [172.5, 0, 180], "uv": [0, 56]} + ] + }, + { + "name": "arm_left", + "parent": "torso2", + "pivot": [2, 10.25, -0.25], + "cubes": [ + {"origin": [1.5, 9.75, -1.25], "size": [5, 1, 2], "uv": [42, 11]} + ] + }, + { + "name": "arm_right", + "parent": "torso2", + "pivot": [-2, 10.25, -0.25], + "cubes": [ + {"origin": [-6.5, 9.75, -1.25], "size": [5, 1, 2], "uv": [26, 17]} + ] + }, + { + "name": "head", + "parent": "torso2", + "pivot": [0, 11.5, 0], + "cubes": [ + {"origin": [-4, 11.5, -4], "size": [8, 6, 7], "uv": [0, 0]}, + {"origin": [2, 15.5, -2], "size": [2, 3, 3], "pivot": [2, 17.5, 0.25], "rotation": [-45, 0, 20], "uv": [22, 24]}, + {"origin": [-4, 15.5, -2], "size": [2, 3, 3], "pivot": [-2, 17.5, 0.25], "rotation": [-45, 0, -20], "uv": [0, 23]} + ] + }, + { + "name": "earpeice", + "parent": "head", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [2, 17, -4], "size": [2, 2, 2], "pivot": [3, 17, -3], "rotation": [44.97272, -1.76749, 1.76833], "uv": [19, 47]}, + {"origin": [2, 17, -3], "size": [2, 2, 2], "pivot": [3, 17, -2], "rotation": [0, 0, 59.96418], "uv": [0, 43]}, + {"origin": [1, 17, -4], "size": [4, 4, 0], "pivot": [2, 17, -3], "rotation": [-26.29581, -58.02859, 16.28203], "uv": [30, 59]}, + {"origin": [1, 17, -4], "size": [4, 4, 0], "pivot": [2, 17, -3], "rotation": [0.89889, -49.40522, -37.83241], "uv": [30, 59]}, + {"origin": [5, 13, -5], "size": [0, 5, 4], "pivot": [4, 15, -3], "rotation": [14.07254, 27.51956, -13.66747], "uv": [11, 39]} + ] + }, + { + "name": "snout", + "parent": "head", + "pivot": [0, 14, -4], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [-2, 12, -6], "size": [4, 2, 2], "uv": [38, 0]} + ] + }, + { + "name": "ear_left", + "parent": "head", + "pivot": [1.75, 17.5, 0], + "rotation": [0, 0, 22.5], + "cubes": [ + {"origin": [2.25, 16.5, -1.5], "size": [2, 3, 3], "uv": [11, 49]} + ] + }, + { + "name": "ear_right", + "parent": "head", + "pivot": [-1.75, 17.5, 0], + "rotation": [0, 0, -22.5], + "cubes": [ + {"origin": [-4.25, 16.5, -1.5], "size": [2, 3, 3], "uv": [11, 49], "mirror": true} + ] + }, + { + "name": "eye_left", + "parent": "head", + "pivot": [3.01, 14.5, -2.51], + "cubes": [ + {"origin": [2.01, 13, -4.01], "size": [2, 3, 2], "uv": [13, 13]} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [2.91, 14.5, -2.41], + "cubes": [ + {"origin": [1.91, 13, -3.91], "size": [2, 3, 2], "inflate": 0.01, "uv": [56, 24]} + ] + }, + { + "name": "eye_right", + "parent": "head", + "pivot": [-3.01, 14.5, -2.51], + "cubes": [ + {"origin": [-4.01, 13, -4.01], "size": [2, 3, 2], "uv": [0, 13]} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-2.81, 14.5, -2.31], + "cubes": [ + {"origin": [-3.91, 13, -3.91], "size": [2, 3, 2], "inflate": 0.01, "uv": [56, 19], "mirror": true} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 3.75, 1.5], + "cubes": [ + {"origin": [0, 2.75, 1.5], "size": [0, 2, 6], "inflate": 0.001, "uv": [10, 18]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 2.75, 7.5], + "cubes": [ + {"origin": [0, 2.75, 7.5], "size": [0, 2, 5], "uv": [54, 25]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 2.75, 12.5], + "cubes": [ + {"origin": [0, 2.75, 12.5], "size": [0, 2, 6], "inflate": 0.001, "uv": [10, 20]} + ] + }, + { + "name": "tail4", + "parent": "tail3", + "pivot": [0, 4.75, 18.5], + "cubes": [ + {"origin": [0, 2.75, 18.5], "size": [0, 2, 5], "uv": [44, 25]} + ] + }, + { + "name": "tail5", + "parent": "tail4", + "pivot": [0, 4.75, 23.5], + "cubes": [ + {"origin": [0, 2.75, 23.5], "size": [0, 2, 5], "inflate": 0.001, "uv": [34, 25]} + ] + }, + { + "name": "tail6", + "parent": "tail5", + "pivot": [0, 4.75, 28.5], + "cubes": [ + {"origin": [-0.5, 2.75, 28.5], "size": [1, 2, 4], "uv": [27, 16]} + ] + }, + { + "name": "tail7", + "parent": "tail6", + "pivot": [-0.5, 4.25, 32.5], + "cubes": [ + {"origin": [-0.5, 2.25, 32.5], "size": [1, 3, 8], "uv": [35, 14]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [3, 4.5, 0], + "cubes": [ + {"origin": [2, 1, -2], "size": [2, 5, 4], "inflate": 0.02, "uv": [52, 10]} + ] + }, + { + "name": "foot_left", + "parent": "leg_left", + "pivot": [3, 1.25, -0.5], + "cubes": [ + {"origin": [2, 0, -7.5], "size": [2, 1, 9], "uv": [13, 14]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-3, 4.5, 0], + "cubes": [ + {"origin": [-4, 1, -2], "size": [2, 5, 4], "inflate": 0.02, "uv": [30, 0]} + ] + }, + { + "name": "foot_right", + "parent": "leg_right", + "pivot": [-3, 1.25, -0.5], + "cubes": [ + {"origin": [-4, 0, -7.5], "size": [2, 1, 9], "uv": [0, 13]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/raichu_alolan_pancake/raichu_alolan_pancake.geo.json b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/raichu_alolan_pancake/raichu_alolan_pancake.geo.json new file mode 100644 index 0000000..60313d6 --- /dev/null +++ b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/models/raichu_alolan_pancake/raichu_alolan_pancake.geo.json @@ -0,0 +1,274 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.raichu_alolan", + "texture_width": 64, + "texture_height": 128, + "visible_bounds_width": 9, + "visible_bounds_height": 4, + "visible_bounds_offset": [0, 1, 0] + }, + "bones": [ + { + "name": "raichu_alolan", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "raichu_alolan", + "pivot": [0, 8, 0.5] + }, + { + "name": "torso", + "parent": "body", + "pivot": [0, 6.25, 0.5], + "cubes": [ + {"origin": [-5, 3.75, -3.5], "size": [10, 8, 8], "uv": [28, 48]}, + {"origin": [-4.5, 11.75, -3], "size": [9, 2, 7], "uv": [32, 0]} + ] + }, + { + "name": "tie", + "parent": "torso", + "pivot": [-2, 21, -3], + "cubes": [ + {"origin": [-1.3, 12, -4], "size": [2.6, 1.5, 2], "pivot": [0, 12, -3], "rotation": [-5, 0, 0], "uv": [0, 103]}, + {"origin": [-1, 8, -4], "size": [2, 5, 1], "pivot": [0, 11, -4], "rotation": [-7.5, 0, 0], "uv": [57, 89]} + ] + }, + { + "name": "head", + "parent": "torso", + "pivot": [0, 14.25, 0.25], + "cubes": [ + {"origin": [-4.5, 13.25, -3.75], "size": [9, 8, 8], "inflate": 0.01, "uv": [0, 1]}, + {"origin": [-0.5, 15.455, -4.33], "size": [1, 1, 1], "pivot": [0, 15.825, -3.3], "rotation": [12.5, 0, 0], "uv": [27, 0]}, + {"origin": [-4.5, 13.425, -4.3], "size": [9, 3, 2], "inflate": 0.02, "pivot": [-0.5, 15.825, -3.3], "rotation": [12.5, 0, 0], "uv": [22, 26]} + ] + }, + { + "name": "hat", + "parent": "head", + "pivot": [0, 0, 0], + "cubes": [ + {"origin": [-3, 21, -3], "size": [6, 2, 6], "pivot": [0, 21, 0], "rotation": [-5, 0, 0], "uv": [40, 67]}, + {"origin": [-2.7, 23, -2.5], "size": [5.4, 6, 5.5], "pivot": [0, 23, 0], "rotation": [-5, 0, 0], "uv": [1, 89]}, + {"origin": [-4, 21, -4], "size": [3, 3, 0], "pivot": [-2, 21, -3], "rotation": [-10, 50, 0], "uv": [1, 69]} + ] + }, + { + "name": "mouth_closed", + "parent": "head", + "pivot": [0, 14.7, -3.5], + "cubes": [ + {"origin": [-1.5, 13.925, -4.33], "size": [3, 1, 0], "inflate": 0.01, "pivot": [0, 15.825, -3.3], "rotation": [12.5, 0, 0], "uv": [27, 4]}, + {"origin": [-2, 14.425, -4.33], "size": [4, 1, 0], "pivot": [0, 15.825, -3.3], "rotation": [12.5, 0, 0], "uv": [26, 3]} + ] + }, + { + "name": "mouth_open", + "parent": "head", + "pivot": [0, 14.7, -3.5], + "cubes": [ + {"origin": [-1.5, 13.675, -4.13], "size": [3, 1, 0], "inflate": 0.01, "pivot": [0, 15.825, -3.1], "rotation": [12.5, 0, 0], "uv": [33, 0]}, + {"origin": [-1, 14.175, -4.13], "size": [2, 1, 0], "inflate": 0.01, "pivot": [0, 15.825, -3.1], "rotation": [12.5, 0, 0], "uv": [34, 0]} + ] + }, + { + "name": "eyes", + "parent": "head", + "pivot": [0, 18, -3.825] + }, + { + "name": "eye_right", + "parent": "eyes", + "pivot": [-3, 17.5, -3.825], + "cubes": [ + {"origin": [-4, 16.6, -3.77], "size": [2, 2, 0], "pivot": [-3, 17.6, -3.77], "rotation": [0, 0, 3], "uv": [0, 0]} + ] + }, + { + "name": "eyelid_right", + "parent": "eye_right", + "pivot": [-3, 17.5, -3.67], + "cubes": [ + {"origin": [-4, 16.6, -3.67], "size": [2, 2, 0], "inflate": 0.01, "pivot": [-3, 17.6, -3.67], "rotation": [0, 0, 3], "uv": [0, 4]} + ] + }, + { + "name": "eye_left", + "parent": "eyes", + "pivot": [3, 17.5, -3.825], + "cubes": [ + {"origin": [2, 16.6, -3.77], "size": [2, 2, 0], "pivot": [3, 17.6, -3.77], "rotation": [0, 0, -3], "uv": [0, 2], "mirror": true} + ] + }, + { + "name": "eyelid_left", + "parent": "eye_left", + "pivot": [3, 17.5, -3.67], + "cubes": [ + {"origin": [2, 16.6, -3.67], "size": [2, 2, 0], "inflate": 0.01, "pivot": [3, 17.6, -3.67], "rotation": [0, 0, -3], "uv": [0, 6], "mirror": true} + ] + }, + { + "name": "ear_right", + "parent": "head", + "pivot": [-4, 19.5, -0.65], + "cubes": [ + {"origin": [-13.875, 18.5, -0.675], "size": [10, 8, 0], "pivot": [-4.25, 19.25, -0.65], "rotation": [14, 50, 17], "uv": [0, 18]} + ] + }, + { + "name": "ear_left", + "parent": "head", + "pivot": [4, 19.5, -0.65], + "cubes": [ + {"origin": [3.875, 18.5, -0.675], "size": [10, 8, 0], "pivot": [4.25, 19.25, -0.65], "rotation": [14, -50, -17], "uv": [0, 27], "mirror": true} + ] + }, + { + "name": "arm_right", + "parent": "torso", + "pivot": [-4.5, 12.5, -0.5], + "cubes": [ + {"origin": [-10.5, 11, -2], "size": [6, 3, 3], "uv": [18, 49], "mirror": true} + ] + }, + { + "name": "arm_left", + "parent": "torso", + "pivot": [4.5, 12.5, -0.5], + "cubes": [ + {"origin": [4.5, 11, -2], "size": [6, 3, 3], "uv": [24, 20]} + ] + }, + { + "name": "pancake", + "parent": "arm_left", + "pivot": [3, 8, -16], + "cubes": [ + {"origin": [0, 7, -19], "size": [2, 1, 2], "uv": [30, 122]}, + {"origin": [2, 8, -19], "size": [2, 2, 0], "pivot": [3, 8, -20], "rotation": [-30.5405, 15.77075, 38.3532], "uv": [42, 114]}, + {"origin": [1, 8, -19], "size": [1, 1, 1], "uv": [20, 126]}, + {"origin": [2, 8, -17], "size": [2, 2, 2], "uv": [0, 117]}, + {"origin": [-1, 5, -20], "size": [8, 2, 8], "pivot": [0, 5, -17], "rotation": [0, 0, -10], "uv": [31, 89]}, + {"origin": [1, 7, -18], "size": [4, 2, 4], "uv": [0, 122]}, + {"origin": [-2, 4, -20], "size": [8, 2, 8], "uv": [32, 118]}, + {"origin": [0, 3, -20], "size": [8, 2, 8], "pivot": [1, 4, -17], "rotation": [0, 0, 7.5], "uv": [32, 118]}, + {"origin": [-3, 0, -22], "size": [12, 1, 12], "uv": [16, 100]}, + {"origin": [-1, 1, -20], "size": [8, 2, 8], "uv": [32, 118]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [0, 4.75, 4], + "cubes": [ + {"origin": [0, 4.25, 4.5], "size": [0, 1, 6], "uv": [21, 11]} + ] + }, + { + "name": "tail_2", + "parent": "tail", + "pivot": [0, 4.25, 10.5], + "cubes": [ + {"origin": [0, 4.25, 10.5], "size": [0, 1, 5], "uv": [33, 12]} + ] + }, + { + "name": "tail_3", + "parent": "tail_2", + "pivot": [0, 4.25, 15.5], + "cubes": [ + {"origin": [0, 4.25, 15.5], "size": [0, 1, 5], "uv": [23, 13]} + ] + }, + { + "name": "tail_4", + "parent": "tail_3", + "pivot": [0, 4.25, 20.5], + "cubes": [ + {"origin": [0, 4.25, 20.5], "size": [0, 1, 5], "uv": [33, 13]} + ] + }, + { + "name": "tail_5", + "parent": "tail_4", + "pivot": [0, 4.25, 25.5], + "cubes": [ + {"origin": [0, 4.25, 25.5], "size": [0, 1, 5], "uv": [23, 14]} + ] + }, + { + "name": "tail_6", + "parent": "tail_5", + "pivot": [0, 4.25, 30.5], + "cubes": [ + {"origin": [0, 4.25, 30.5], "size": [0, 1, 5], "uv": [33, 14]} + ] + }, + { + "name": "tail_7", + "parent": "tail_6", + "pivot": [0, 4.25, 35.5], + "cubes": [ + {"origin": [0, 1.25, 35.5], "size": [0, 11, 26], "uv": [1, 10]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-4, 6.25, 0.5], + "cubes": [ + {"origin": [-6, 2.5, -2.5], "size": [4, 6, 6], "pivot": [-4, 5.5, 0], "rotation": [-10, 0, 0], "uv": [44, 21]} + ] + }, + { + "name": "foot_right", + "parent": "leg_right", + "pivot": [-3.75, 2.5, 0.75], + "cubes": [ + {"origin": [-4.75, 2, -0.75], "size": [2, 2, 3], "uv": [54, 33]}, + {"origin": [-5.25, 0, -1.5], "size": [3, 2, 4], "uv": [0, 55], "mirror": true} + ] + }, + { + "name": "toes_right", + "parent": "foot_right", + "pivot": [-3.75, 0, -1.5], + "cubes": [ + {"origin": [-5.75, 0, -5.5], "size": [4, 2, 4], "inflate": 0.01, "uv": [34, 9], "mirror": true} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [4, 6.25, 0.5], + "cubes": [ + {"origin": [2, 2.5, -2.5], "size": [4, 6, 6], "pivot": [4, 5.5, 0], "rotation": [-10, 0, 0], "uv": [44, 9], "mirror": true} + ] + }, + { + "name": "foot_left", + "parent": "leg_left", + "pivot": [4, 2.5, 0.75], + "cubes": [ + {"origin": [2.75, 2, -0.75], "size": [2, 2, 3], "uv": [54, 38], "mirror": true}, + {"origin": [2.25, 0, -1.5], "size": [3, 2, 4], "uv": [0, 49]} + ] + }, + { + "name": "toes_left", + "parent": "foot_left", + "pivot": [3.75, 0, -1.5], + "cubes": [ + {"origin": [1.75, 0, -5.5], "size": [4, 2, 4], "inflate": 0.01, "uv": [12, 58]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/cafe_fuecoco.json b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/cafe_fuecoco.json new file mode 100644 index 0000000..974d5c6 --- /dev/null +++ b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/cafe_fuecoco.json @@ -0,0 +1,44 @@ +{ + "head": "head", + "portraitScale": 1.4, + "portraitTranslation": [-0.2,-0.2, 0], + "profileScale": 0.6, + "profileTranslation": [0, 0.9, 0], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "animations": ["look", "bedrock(cafe_fuecoco, ground_idle)"], + "isBattle": false, + "quirks": [ + { + "name": "blink", + "loopTimes": 1, + "minSecondsBetweenOccurrences": 15, + "maxSecondsBetweenOccurrences": 30, + "animations": ["bedrock(cafe_fuecoco, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK"], + "animations": ["bedrock(cafe_fuecoco, ground_walk)"] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": ["FLOAT"], + "animations": ["bedrock(cafe_fuecoco, ground_idle)"] + }, + "battle": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["bedrock(cafe_fuecoco, battle_idle)"] + } + } +} diff --git a/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/cafe_jirachi.json b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/cafe_jirachi.json new file mode 100644 index 0000000..a141153 --- /dev/null +++ b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/cafe_jirachi.json @@ -0,0 +1,26 @@ +{ + "head": "head", + "portraitScale": 1.25, + "portraitTranslation": [0, 0.5, 0], + "profileScale": 0.8, + "profileTranslation": [0, 0.4, 0], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "animations": [ + "look", + "bedrock(cafe_jirachi, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK"], + "animations": [ + "bedrock(cafe_jirachi, ground_walk)" + ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/cafe_litten.json b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/cafe_litten.json new file mode 100644 index 0000000..ffa489c --- /dev/null +++ b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/cafe_litten.json @@ -0,0 +1,89 @@ +{ + "portraitScale": 1.59, + "portraitTranslation": [-0.33, -0.09, 0], + "profileScale": 0.69, + "profileTranslation": [0, 0.69, 0], + "rootBone": "cafe_litten", + "animations": { + "cry": "q.bedrock_stateful('cafe_litten', 'cry')", + "recoil": "q.bedrock_stateful('cafe_litten', 'recoil')" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["q.look('head')", "q.bedrock('cafe_litten', 'battle_idle')"], + "quirks": [ + "q.bedrock_quirk('cafe_litten', 'blink')", + "q.bedrock_quirk('cafe_litten', 'look_quirk')", + "q.bedrock_quirk('cafe_litten', 'tailtwitch_quirk', 10, 25, 1)", + "q.bedrock_quirk('cafe_litten', q.array('lefteartwitch_quirk', 'righteartwitch_quirk'), 6, 20, 1)" + ] + }, + "standing": { + "poseTypes": ["STAND", "FLOAT", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": ["q.look('head')", "q.bedrock('cafe_litten', 'ground_idle')"], + "quirks": [ + "q.bedrock_quirk('cafe_litten', 'blink')", + "q.bedrock_quirk('cafe_litten', 'tailtwitch_quirk', 10, 25, 1)", + "q.bedrock_quirk('cafe_litten', q.array('look_quirk', 'lick_quirk'), 20, 50, 1)", + "q.bedrock_quirk('cafe_litten', q.array('lefteartwitch_quirk', 'righteartwitch_quirk'), 6, 20, 1)" + ] + }, + "walking": { + "poseTypes": ["WALK", "SWIM"], + "animations": ["q.look('head')", "q.bedrock('cafe_litten', 'ground_walk')"], + "quirks": [ + "q.bedrock_quirk('cafe_litten', 'blink')", + "q.bedrock_quirk('cafe_litten', 'look_quirk')", + "q.bedrock_quirk('cafe_litten', 'tailtwitch_quirk', 10, 25, 1)", + "q.bedrock_quirk('cafe_litten', q.array('lefteartwitch_quirk', 'righteartwitch_quirk'), 6, 20, 1)" + ] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "namedAnimations": { + "cry": "q.bedrock_stateful('dummy', 'cry')" + }, + "animations": ["q.bedrock('cafe_litten', 'sleep')"], + "quirks": [ + "q.bedrock_quirk('cafe_litten', 'yawn_quirk', 45, 120, 1)", + "q.bedrock_quirk('cafe_litten', 'tailtwitch_quirk', 10, 25, 1)", + "q.bedrock_quirk('cafe_litten', q.array('lefteartwitch_quirk', 'righteartwitch_quirk'), 6, 20, 1)" + ] + }, + "shoulder_left": { + "poseTypes": ["SHOULDER_LEFT"], + "animations": ["q.look('head')", "q.bedrock('cafe_litten', 'shoulder_left')"], + "quirks": [ + "q.bedrock_quirk('cafe_litten', 'blink')", + "q.bedrock_quirk('cafe_litten', 'look_quirk')", + "q.bedrock_quirk('cafe_litten', 'tailtwitch_quirk', 10, 25, 1)", + "q.bedrock_quirk('cafe_litten', q.array('lefteartwitch_quirk', 'righteartwitch_quirk'), 6, 20, 1)" + ], + "transformedParts": [ + { + "part": "body", + "position": [-5, 0, 0] + } + ] + }, + "shoulder_right": { + "poseTypes": ["SHOULDER_RIGHT"], + "animations": ["q.look('head')", "q.bedrock('cafe_litten', 'shoulder_right')"], + "quirks": [ + "q.bedrock_quirk('cafe_litten', 'blink')", + "q.bedrock_quirk('cafe_litten', 'look_quirk')", + "q.bedrock_quirk('cafe_litten', 'tailtwitch_quirk', 10, 25, 1)", + "q.bedrock_quirk('cafe_litten', q.array('lefteartwitch_quirk', 'righteartwitch_quirk'), 6, 20, 1)" + ], + "transformedParts": [ + { + "part": "body", + "position": [5, 0, 0] + } + ] + } + } +} diff --git a/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/cafe_mew.json b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/cafe_mew.json new file mode 100644 index 0000000..21ce451 --- /dev/null +++ b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/cafe_mew.json @@ -0,0 +1,44 @@ +{ + "head": "head", + "portraitScale": 1.4, + "portraitTranslation": [-0.2, 1.6, 0], + "profileScale": 0.6, + "profileTranslation": [0, 0.9, 0], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "animations": ["look", "bedrock(cafe_mew, ground_idle)"], + "isBattle": false, + "quirks": [ + { + "name": "blink", + "loopTimes": 1, + "minSecondsBetweenOccurrences": 15, + "maxSecondsBetweenOccurrences": 30, + "animations": ["bedrock(cafe_mew, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK"], + "animations": ["bedrock(cafe_mew, ground_walk)"] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": ["FLOAT"], + "animations": ["bedrock(cafe_mew, ground_idle)"] + }, + "battle": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["bedrock(cafe_mew, ground_idle)"] + } + } +} diff --git a/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/cafe_raichu_alolan.json b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/cafe_raichu_alolan.json new file mode 100644 index 0000000..37913e7 --- /dev/null +++ b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/cafe_raichu_alolan.json @@ -0,0 +1,83 @@ +{ + "portraitScale": 2.3, + "portraitTranslation": [-0.2, 0.6, 0], + "profileScale": 0.65, + "profileTranslation": [0, 0.75, 0], + "rootBone": "cafe_raichu_alolan", + "animations": { + "cry": "q.bedrock_stateful('cafe_raichu_alolan', 'cry')" + }, + "poses": { + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isTouchingWater": false, + "animations": [ + "q.look('head')", + "q.bedrock('cafe_raichu_alolan', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('cafe_raichu_alolan', 'blink')" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "isTouchingWater": false, + "animations": [ + "q.look('head')", + "q.bedrock('cafe_raichu_alolan', 'ground_walk')" + ], + "quirks": [ + "q.bedrock_quirk('cafe_raichu_alolan', 'blink')" + ] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('cafe_raichu_alolan', 'ground_sleep')"] + }, + "surface_sleep": { + "poseTypes": ["SLEEP"], + "isTouchingWater": true, + "animations": [ + "q.look('head')", + "q.bedrock('cafe_raichu_alolan', 'ground_sleep')" + ], + "quirks": ["q.bedrock_quirk('cafe_raichu_alolan', 'blink')"], + "transformedParts": [ + { + "part": "body", + "position": [0, -7, 0] + } + ] + }, + "surface_idle": { + "poseTypes": ["STAND", "FLOAT"], + "isTouchingWater": true, + "animations": [ + "q.look('head')", + "q.bedrock('cafe_raichu_alolan', 'ground_idle')" + ], + "quirks": ["q.bedrock_quirk('cafe_raichu_alolan', 'blink')"], + "transformedParts": [ + { + "part": "body", + "position": [0, -7, 0] + } + ] + }, + "surface_swim": { + "poseTypes": ["WALK", "SWIM"], + "isTouchingWater": true, + "animations": [ + "q.look('head')", + "q.bedrock('cafe_raichu_alolan', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('cafe_raichu_alolan', 'blink')"], + "transformedParts": [ + { + "part": "body", + "position": [0, -7, 0] + } + ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/cafe_slowpoke.json b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/cafe_slowpoke.json new file mode 100644 index 0000000..8be755b --- /dev/null +++ b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/cafe_slowpoke.json @@ -0,0 +1,44 @@ +{ + "head": "head", + "portraitScale": 8, + "portraitTranslation": [0, -1.2, 0], + "profileScale": 0.6, + "profileTranslation": [0, 0.9, 0], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "animations": ["look", "bedrock(cafe_slowpoke, ground_idle)"], + "isBattle": false, + "quirks": [ + { + "name": "blink", + "loopTimes": 1, + "minSecondsBetweenOccurrences": 15, + "maxSecondsBetweenOccurrences": 30, + "animations": ["bedrock(cafe_slowpoke, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK"], + "animations": ["bedrock(cafe_slowpoke, ground_walk)"] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": ["FLOAT"], + "animations": ["bedrock(cafe_slowpoke, water_idle)"] + }, + "battle": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["bedrock(cafe_slowpoke, ground_idle)"] + } + } +} diff --git a/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/cafe_sprigatito.json b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/cafe_sprigatito.json new file mode 100644 index 0000000..3a9d9b2 --- /dev/null +++ b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/cafe_sprigatito.json @@ -0,0 +1,94 @@ +{ + "portraitScale": 2.1, + "portraitTranslation": [-0.35, -0.7, 0], + "profileScale": 0.8, + "profileTranslation": [0, 0.53, 0], + "rootBone": "sprigatito", + "animations": { + "cry": "q.bedrock_stateful('cafe_sprigatito', 'cry')" + }, + "poses": { + "battle-standing": { + "poseTypes": ["STAND"], + "isBattle": true, + "animations": [ + "q.look('head')", + "q.bedrock('cafe_sprigatito', math.random(0, 1) < 0.4 ? 'battle_idle2' : 'battle_idle')" + ], + "quirks": [ + "q.bedrock_quirk('cafe_sprigatito', 'blink')", + "q.bedrock_quirk('cafe_sprigatito', q.array('quirk_ear-twitch-left', 'quirk_ear-twitch-right'), 6, 20, 1)" + ] + }, + "standing": { + "poseTypes": ["STAND", "FLOAT", "NONE", "PORTRAIT", "PROFILE"], + "isBattle": false, + "animations": [ + "q.look('head')", + "q.bedrock('cafe_sprigatito', math.random(0, 1) < 0.4 ? 'ground_idle2' : 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('cafe_sprigatito', 'blink')", + "q.bedrock_quirk('cafe_sprigatito', q.array('quirk_ear-twitch-left', 'quirk_ear-twitch-right'), 6, 20, 1)" + ] + }, + "walking": { + "poseTypes": ["WALK", "SWIM"], + "animations": [ + "q.look('head')", + "q.bedrock('cafe_sprigatito', 'ground_walk')" + ], + "quirks": [ + "q.bedrock_quirk('cafe_sprigatito', 'blink')", + "q.bedrock_quirk('cafe_sprigatito', q.array('quirk_ear-twitch-left', 'quirk_ear-twitch-right'), 6, 20, 1)" + ] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "namedAnimations": { + "cry": "q.bedrock_stateful('dummy', 'cry')" + }, + "animations": [ + "q.bedrock('cafe_sprigatito', math.random(0, 1) < 0.4 ? 'sleep2' : 'sleep')" + ], + "quirks": [ + "q.bedrock_quirk('cafe_sprigatito', 'blink')", + "q.bedrock_quirk('cafe_sprigatito', q.array('quirk_ear-twitch-left', 'quirk_ear-twitch-right'), 6, 20, 1)" + ] + }, + "shoulder_left": { + "poseTypes": ["SHOULDER_LEFT"], + "animations": [ + "q.look('head')", + "q.bedrock('cafe_sprigatito', 'shoulder_left')" + ], + "quirks": [ + "q.bedrock_quirk('cafe_sprigatito', 'blink')", + "q.bedrock_quirk('cafe_sprigatito', q.array('quirk_ear-twitch-left', 'quirk_ear-twitch-right'), 6, 20, 1)" + ], + "transformedParts": [ + { + "part": "body", + "position": [5, 0, 0] + } + ] + }, + "shoulder_right": { + "poseTypes": ["SHOULDER_RIGHT"], + "animations": [ + "q.look('head')", + "q.bedrock('cafe_sprigatito', 'shoulder_right')" + ], + "quirks": [ + "q.bedrock_quirk('cafe_sprigatito', 'blink')", + "q.bedrock_quirk('cafe_sprigatito', q.array('quirk_ear-twitch-left', 'quirk_ear-twitch-right'), 6, 20, 1)" + ], + "transformedParts": [ + { + "part": "body", + "position": [-5, 0, 0] + } + ] + } + } +} diff --git a/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/kimono_mew.json b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/kimono_mew.json new file mode 100644 index 0000000..f83ffc5 --- /dev/null +++ b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/kimono_mew.json @@ -0,0 +1,44 @@ +{ + "head": "head", + "portraitScale": 1.4, + "portraitTranslation": [-0.2, 1.6, 0], + "profileScale": 0.6, + "profileTranslation": [0, 0.9, 0], + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "animations": ["look", "bedrock(kimono_mew, ground_idle)"], + "isBattle": false, + "quirks": [ + { + "name": "blink", + "loopTimes": 1, + "minSecondsBetweenOccurrences": 15, + "maxSecondsBetweenOccurrences": 30, + "animations": ["bedrock(kimono_mew, blink)"] + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": ["WALK"], + "animations": ["bedrock(kimono_mew, ground_walk)"] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": ["FLOAT"], + "animations": ["bedrock(kimono_mew, ground_idle)"] + }, + "battle": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": ["STAND"], + "isBattle": true, + "animations": ["bedrock(kimono_mew, ground_idle)"] + } + } +} diff --git a/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/raichu_alolan_pancake.json b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/raichu_alolan_pancake.json new file mode 100644 index 0000000..8130d1a --- /dev/null +++ b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/posers/raichu_alolan_pancake.json @@ -0,0 +1,83 @@ +{ + "portraitScale": 2.3, + "portraitTranslation": [-0.2, 0.6, 0], + "profileScale": 0.65, + "profileTranslation": [0, 0.75, 0], + "rootBone": "cafe_raichu_alolan", + "animations": { + "cry": "q.bedrock_stateful('raichu_alolan_pancake', 'cry')" + }, + "poses": { + "standing": { + "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], + "isTouchingWater": false, + "animations": [ + "q.look('head')", + "q.bedrock('raichu_alolan_pancake', 'ground_idle')" + ], + "quirks": [ + "q.bedrock_quirk('raichu_alolan_pancake', 'blink')" + ] + }, + "walking": { + "poseTypes": ["WALK"], + "isTouchingWater": false, + "animations": [ + "q.look('head')", + "q.bedrock('raichu_alolan_pancake', 'ground_walk')" + ], + "quirks": [ + "q.bedrock_quirk('raichu_alolan_pancake', 'blink')" + ] + }, + "sleep": { + "poseTypes": ["SLEEP"], + "animations": ["q.bedrock('raichu_alolan_pancake', 'ground_sleep')"] + }, + "surface_sleep": { + "poseTypes": ["SLEEP"], + "isTouchingWater": true, + "animations": [ + "q.look('head')", + "q.bedrock('raichu_alolan_pancake', 'ground_sleep')" + ], + "quirks": ["q.bedrock_quirk('raichu_alolan_pancake', 'blink')"], + "transformedParts": [ + { + "part": "body", + "position": [0, -7, 0] + } + ] + }, + "surface_idle": { + "poseTypes": ["STAND", "FLOAT"], + "isTouchingWater": true, + "animations": [ + "q.look('head')", + "q.bedrock('raichu_alolan_pancake', 'ground_idle')" + ], + "quirks": ["q.bedrock_quirk('raichu_alolan_pancake', 'blink')"], + "transformedParts": [ + { + "part": "body", + "position": [0, -7, 0] + } + ] + }, + "surface_swim": { + "poseTypes": ["WALK", "SWIM"], + "isTouchingWater": true, + "animations": [ + "q.look('head')", + "q.bedrock('raichu_alolan_pancake', 'ground_walk')" + ], + "quirks": ["q.bedrock_quirk('raichu_alolan_pancake', 'blink')"], + "transformedParts": [ + { + "part": "body", + "position": [0, -7, 0] + } + ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_cafe_fuecoco_base.json b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_cafe_fuecoco_base.json new file mode 100644 index 0000000..1d97795 --- /dev/null +++ b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_cafe_fuecoco_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:cafe_fuecoco", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:cafe_fuecoco", + "model": "cobblemon:cafe_fuecoco.geo", + "texture": "cobblemon:textures/pokemon/cafe_fuecoco/cafe_fuecoco.png", + "layers": [] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/cafe_fuecoco/cafe_fuecoco_shiny.png" + } + ] +} diff --git a/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_cafe_jirachi_base.json b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_cafe_jirachi_base.json new file mode 100644 index 0000000..0af8524 --- /dev/null +++ b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_cafe_jirachi_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:cafe_jirachi", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:cafe_jirachi", + "model": "cobblemon:cafe_jirachi.geo", + "texture": "cobblemon:textures/pokemon/cafe_jirachi/cafe_jirachi.png", + "layers": [] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/cafe_jirachi/cafe_jirachi_shiny.png" + } + ] +} diff --git a/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_cafe_litten_base.json b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_cafe_litten_base.json new file mode 100644 index 0000000..0e76543 --- /dev/null +++ b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_cafe_litten_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:cafe_litten", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:cafe_litten", + "model": "cobblemon:cafe_litten.geo", + "texture": "cobblemon:textures/pokemon/cafe_litten/cafe_litten.png", + "layers": [] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/cafe_litten/cafe_litten_shiny.png" + } + ] +} diff --git a/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_cafe_mew_base.json b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_cafe_mew_base.json new file mode 100644 index 0000000..b9e71af --- /dev/null +++ b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_cafe_mew_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:cafe_mew", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:cafe_mew", + "model": "cobblemon:cafe_mew.geo", + "texture": "cobblemon:textures/pokemon/cafe_mew/cafe_mew.png", + "layers": [] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/cafe_mew/cafe_mew_shiny.png" + } + ] +} diff --git a/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_cafe_raichu_alolan_base.json b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_cafe_raichu_alolan_base.json new file mode 100644 index 0000000..63bca27 --- /dev/null +++ b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_cafe_raichu_alolan_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:cafe_raichu_alolan", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:cafe_raichu_alolan", + "model": "cobblemon:cafe_raichu_alolan.geo", + "texture": "cobblemon:textures/pokemon/cafe_raichu_alolan/cafe_raichu_alolan.png", + "layers": [] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/cafe_raichu_alolan/cafe_raichu_alolan_shiny.png" + } + ] +} diff --git a/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_cafe_slowpoke_base.json b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_cafe_slowpoke_base.json new file mode 100644 index 0000000..8bdc3c9 --- /dev/null +++ b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_cafe_slowpoke_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:cafe_slowpoke", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:cafe_slowpoke", + "model": "cobblemon:cafe_slowpoke.geo", + "texture": "cobblemon:textures/pokemon/cafe_slowpoke/cafe_slowpoke.png", + "layers": [] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/cafe_slowpoke/cafe_slowpoke_shiny.png" + } + ] +} diff --git a/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_cafe_sprigatito_base.json b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_cafe_sprigatito_base.json new file mode 100644 index 0000000..219136e --- /dev/null +++ b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_cafe_sprigatito_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:cafe_sprigatito", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:cafe_sprigatito", + "model": "cobblemon:cafe_sprigatito.geo", + "texture": "cobblemon:textures/pokemon/cafe_sprigatito/cafe_sprigatito.png", + "layers": [] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/cafe_sprigatito/cafe_sprigatito_shiny.png" + } + ] +} diff --git a/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_kimono_mew_base.json b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_kimono_mew_base.json new file mode 100644 index 0000000..ecc3565 --- /dev/null +++ b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_kimono_mew_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:kimono_mew", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:kimono_mew", + "model": "cobblemon:kimono_mew.geo", + "texture": "cobblemon:textures/pokemon/kimono_mew/kimono_mew.png", + "layers": [] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/kimono_mew/kimono_mew_shiny.png" + } + ] +} diff --git a/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_raichu_alolan_pancake_base.json b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_raichu_alolan_pancake_base.json new file mode 100644 index 0000000..2cac86f --- /dev/null +++ b/resourcepacks/CobbleCafe/assets/cobblemon/bedrock/pokemon/resolvers/0_raichu_alolan_pancake_base.json @@ -0,0 +1,17 @@ +{ + "species": "cobblemon:raichu_alolan_pancake", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:raichu_alolan_pancake", + "model": "cobblemon:raichu_alolan_pancake.geo", + "texture": "cobblemon:textures/pokemon/raichu_alolan_pancake/raichu_alolan_pancake.png", + "layers": [] + }, + { + "aspects": ["shiny"], + "texture": "cobblemon:textures/pokemon/raichu_alolan_pancake/raichu_alolan_pancake_shiny.png" + } + ] +} diff --git a/resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_fuecoco/cafe_fuecoco.png b/resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_fuecoco/cafe_fuecoco.png new file mode 100644 index 0000000..a639f7a Binary files /dev/null and b/resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_fuecoco/cafe_fuecoco.png differ diff --git a/resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_fuecoco/cafe_fuecoco_emissive.png b/resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_fuecoco/cafe_fuecoco_emissive.png new file mode 100644 index 0000000..de72a2c Binary files /dev/null and b/resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_fuecoco/cafe_fuecoco_emissive.png differ diff --git a/resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_fuecoco/cafe_fuecoco_shiny.png b/resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_fuecoco/cafe_fuecoco_shiny.png new file mode 100644 index 0000000..19594ba Binary files /dev/null and b/resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_fuecoco/cafe_fuecoco_shiny.png differ diff --git a/resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_jirachi/cafe_jirachi.png b/resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_jirachi/cafe_jirachi.png new file mode 100644 index 0000000..d9dabde Binary files /dev/null and b/resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_jirachi/cafe_jirachi.png differ diff --git a/resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_jirachi/cafe_jirachi_shiny.png b/resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_jirachi/cafe_jirachi_shiny.png new file mode 100644 index 0000000..b180a4a Binary files /dev/null and b/resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_jirachi/cafe_jirachi_shiny.png differ diff --git a/resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_litten/cafe_litten.png b/resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_litten/cafe_litten.png new file mode 100644 index 0000000..73410ef Binary files /dev/null and b/resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_litten/cafe_litten.png differ diff --git a/resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_litten/cafe_litten_shiny.png b/resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_litten/cafe_litten_shiny.png new file mode 100644 index 0000000..8108864 Binary files /dev/null and b/resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_litten/cafe_litten_shiny.png differ diff --git a/resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_mew/cafe_mew.png b/resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_mew/cafe_mew.png new file mode 100644 index 0000000..c38b713 Binary files /dev/null and b/resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_mew/cafe_mew.png differ diff --git a/resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_mew/cafe_mew_shiny.png b/resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_mew/cafe_mew_shiny.png new file mode 100644 index 0000000..262087f Binary files /dev/null and b/resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_mew/cafe_mew_shiny.png differ diff --git a/resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_raichu_alolan/cafe_raichu_alolan.png b/resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_raichu_alolan/cafe_raichu_alolan.png new file mode 100644 index 0000000..824d262 Binary files /dev/null and b/resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_raichu_alolan/cafe_raichu_alolan.png differ diff --git a/resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_raichu_alolan/cafe_raichu_alolan_shiny.png b/resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_raichu_alolan/cafe_raichu_alolan_shiny.png new file mode 100644 index 0000000..f303993 Binary files /dev/null and b/resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_raichu_alolan/cafe_raichu_alolan_shiny.png differ diff --git a/resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_slowpoke/cafe_slowpoke.png b/resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_slowpoke/cafe_slowpoke.png new file mode 100644 index 0000000..eddae11 Binary files /dev/null and b/resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_slowpoke/cafe_slowpoke.png differ diff --git a/resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_slowpoke/cafe_slowpoke_shiny.png b/resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_slowpoke/cafe_slowpoke_shiny.png new file mode 100644 index 0000000..491cc39 Binary files /dev/null and b/resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_slowpoke/cafe_slowpoke_shiny.png differ diff --git a/resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_sprigatito/cafe_sprigatito.png b/resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_sprigatito/cafe_sprigatito.png new file mode 100644 index 0000000..9766489 Binary files /dev/null and b/resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_sprigatito/cafe_sprigatito.png differ diff --git a/resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_sprigatito/cafe_sprigatito_shiny.png b/resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_sprigatito/cafe_sprigatito_shiny.png new file mode 100644 index 0000000..229d87c Binary files /dev/null and b/resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/cafe_sprigatito/cafe_sprigatito_shiny.png differ diff --git a/resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/kimono_mew/kimono_mew.png b/resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/kimono_mew/kimono_mew.png new file mode 100644 index 0000000..88b8480 Binary files /dev/null and b/resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/kimono_mew/kimono_mew.png differ diff --git a/resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/kimono_mew/kimono_mew_shiny.png b/resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/kimono_mew/kimono_mew_shiny.png new file mode 100644 index 0000000..2332f41 Binary files /dev/null and b/resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/kimono_mew/kimono_mew_shiny.png differ diff --git a/resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/raichu_alolan_pancake/raichu_alolan_pancake.png b/resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/raichu_alolan_pancake/raichu_alolan_pancake.png new file mode 100644 index 0000000..aa176d3 Binary files /dev/null and b/resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/raichu_alolan_pancake/raichu_alolan_pancake.png differ diff --git a/resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/raichu_alolan_pancake/raichu_alolan_pancake_shiny.png b/resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/raichu_alolan_pancake/raichu_alolan_pancake_shiny.png new file mode 100644 index 0000000..d9d299d Binary files /dev/null and b/resourcepacks/CobbleCafe/assets/cobblemon/textures/pokemon/raichu_alolan_pancake/raichu_alolan_pancake_shiny.png differ diff --git a/resourcepacks/CobbleCafe/data/cobblemon/species/custom/cafe_fuecoco.json b/resourcepacks/CobbleCafe/data/cobblemon/species/custom/cafe_fuecoco.json new file mode 100644 index 0000000..ee298c6 --- /dev/null +++ b/resourcepacks/CobbleCafe/data/cobblemon/species/custom/cafe_fuecoco.json @@ -0,0 +1,137 @@ +{ + "implemented": true, + "name": "Fuecoco", + "nationalPokedexNumber": 909, + "primaryType": "fire", + "abilities": [ + "blaze", + "h:unaware" + ], + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:charcoal_stick", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 67, + "attack": 45, + "defence": 59, + "special_attack": 63, + "special_defence": 40, + "speed": 36 + }, + "catchRate": 45, + "maleRatio": 0.875, + "baseExperienceYield": 62, + "baseFriendship": 50, + "evYield": { + "hp": 1, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "medium_slow", + "eggCycles": 20, + "eggGroups": [ + "field" + ], + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": true, + "depth": "normal", + "light": "0-4" + } + }, + "moves": [ + "1:ember", + "1:leer", + "1:tackle", + "7:round", + "12:bite", + "15:incinerate", + "17:yawn", + "21:snarl", + "25:roar", + "28:flamethrower", + "32:hypervoice", + "36:fireblast", + "egg:belch", + "egg:curse", + "egg:encore", + "egg:slackoff", + "tm:bodyslam", + "tm:crunch", + "tm:curse", + "tm:dig", + "tm:disarmingvoice", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:fireblast", + "tm:firefang", + "tm:firepledge", + "tm:firespin", + "tm:flamecharge", + "tm:flamethrower", + "tm:flareblitz", + "tm:heatwave", + "tm:helpinghand", + "tm:hypervoice", + "tm:mudslap", + "tm:outrage", + "tm:overheat", + "tm:protect", + "tm:rest", + "tm:roar", + "tm:seedbomb", + "tm:sleeptalk", + "tm:snarl", + "tm:stompingtantrum", + "tm:substitute", + "tm:sunnyday", + "tm:takedown", + "tm:temperflare", + "tm:terablast", + "tm:thunderfang", + "tm:willowisp", + "tm:zenheadbutt" + ], + "labels": [ + "gen9" + ], + "aspects": [], + "height": 4, + "weight": 98, + "evolutions": [ + { + "id": "cafe_fuecoco_crocalor", + "variant": "level_up", + "result": "crocalor", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 16 + } + ] + } + ], + "baseScale": 0.6, + "hitbox": { + "width": 0.8, + "height": 1.1, + "fixed": false + }, + "cannotDynamax": false, + "pokedex": [ + "cobblemon.species.fuecoco.desc" + ] +} diff --git a/resourcepacks/CobbleCafe/data/cobblemon/species/custom/cafe_litten.json b/resourcepacks/CobbleCafe/data/cobblemon/species/custom/cafe_litten.json new file mode 100644 index 0000000..3b30bfb --- /dev/null +++ b/resourcepacks/CobbleCafe/data/cobblemon/species/custom/cafe_litten.json @@ -0,0 +1,165 @@ +{ + "implemented": true, + "name": "Litten", + "nationalPokedexNumber": 725, + "primaryType": "fire", + "abilities": [ + "blaze", + "h:intimidate" + ], + "baseStats": { + "hp": 45, + "attack": 65, + "defence": 40, + "special_attack": 60, + "special_defence": 40, + "speed": 70 + }, + "catchRate": 45, + "maleRatio": 0.875, + "shoulderMountable": false, + "baseExperienceYield": 64, + "experienceGroup": "medium_slow", + "eggCycles": 15, + "eggGroups": [ + "field" + ], + "drops": { + "amount": 2, + "entries": [ + { + "item": "cobblemon:charcoal_stick", + "percentage": 5.0 + }, + { + "item": "cobblemon:expert_belt", + "percentage": 5.0 + } + ] + }, + "moves": [ + "1:growl", + "1:scratch", + "3:ember", + "6:lick", + "9:roar", + "11:leer", + "12:furyswipes", + "15:bite", + "18:doublekick", + "21:firefang", + "24:scaryface", + "27:swagger", + "30:flamethrower", + "33:thrash", + "36:flareblitz", + "46:outrage", + "egg:bodyslam", + "egg:crunch", + "egg:fakeout", + "egg:heatwave", + "egg:nastyplot", + "egg:partingshot", + "egg:powertrip", + "egg:revenge", + "tm:acrobatics", + "tm:attract", + "tm:bodyslam", + "tm:bulkup", + "tm:confide", + "tm:crunch", + "tm:doubleedge", + "tm:doubleteam", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:fireblast", + "tm:firefang", + "tm:firepledge", + "tm:firespin", + "tm:flamecharge", + "tm:flamethrower", + "tm:flareblitz", + "tm:frustration", + "tm:heatwave", + "tm:helpinghand", + "tm:hiddenpower", + "tm:leechlife", + "tm:nastyplot", + "tm:outrage", + "tm:overheat", + "tm:payday", + "tm:protect", + "tm:rest", + "tm:return", + "tm:revenge", + "tm:roar", + "tm:round", + "tm:scaryface", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swordsdance", + "tm:takedown", + "tm:taunt", + "tm:temperflare", + "tm:terablast", + "tm:torment", + "tm:toxic", + "tm:trailblaze", + "tm:uturn", + "tm:willowisp", + "tm:workup", + "tutor:covet", + "tutor:endeavor", + "tutor:firepledge", + "tutor:heatwave", + "tutor:outrage", + "tutor:snore" + ], + "labels": [ + "gen7" + ], + "pokedex": [ + "cobblemon.species.litten.desc" + ], + + "evolutions": [ + { + "id": "litten_torracat", + "variant": "level_up", + "result": "torracat", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 17 + } + ] + } + ], + "baseScale": 0.6, + "hitbox": { + "width": 0.7, + "height": 0.9, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 1 + }, + "height": 4, + "weight": 43, + "aspects": [], + "cannotDynamax": false +} + diff --git a/resourcepacks/CobbleCafe/data/cobblemon/species/custom/cafe_mew.json b/resourcepacks/CobbleCafe/data/cobblemon/species/custom/cafe_mew.json new file mode 100644 index 0000000..cb21691 --- /dev/null +++ b/resourcepacks/CobbleCafe/data/cobblemon/species/custom/cafe_mew.json @@ -0,0 +1,582 @@ +{ + "implemented": true, + "name": "Mew", + "nationalPokedexNumber": 151, + "primaryType": "psychic", + "abilities": [ + "synchronize" + ], + "baseStats": { + "hp": 100, + "attack": 100, + "defence": 100, + "special_attack": 100, + "special_defence": 100, + "speed": 100 + }, + "catchRate": 45, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 300, + "experienceGroup": "medium_slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "behaviour": { + "moving": { + "fly": { + "canFly": true + } + } + }, + "moves": [ + "1:pound", + "1:reflecttype", + "10:amnesia", + "10:megapunch", + "20:batonpass", + "30:ancientpower", + "40:barrier", + "40:lifedew", + "50:nastyplot", + "60:metronome", + "70:imprison", + "70:mefirst", + "80:transform", + "90:aurasphere", + "100:psychic", + "tm:acidspray", + "tm:acrobatics", + "tm:aerialace", + "tm:agility", + "tm:aircutter", + "tm:airslash", + "tm:alluringvoice", + "tm:allyswitch", + "tm:amnesia", + "tm:assurance", + "tm:attract", + "tm:aurasphere", + "tm:auroraveil", + "tm:avalanche", + "tm:batonpass", + "tm:beatup", + "tm:blastburn", + "tm:blazekick", + "tm:blizzard", + "tm:bodypress", + "tm:bodyslam", + "tm:bounce", + "tm:bravebird", + "tm:breakingswipe", + "tm:brickbreak", + "tm:brine", + "tm:brutalswing", + "tm:bugbite", + "tm:bugbuzz", + "tm:bulkup", + "tm:bulldoze", + "tm:bulletseed", + "tm:burningjealousy", + "tm:calmmind", + "tm:captivate", + "tm:charge", + "tm:chargebeam", + "tm:charm", + "tm:chillingwater", + "tm:closecombat", + "tm:coaching", + "tm:confide", + "tm:confuseray", + "tm:cosmicpower", + "tm:crosspoison", + "tm:crunch", + "tm:curse", + "tm:cut", + "tm:darkestlariat", + "tm:darkpulse", + "tm:dazzlinggleam", + "tm:defog", + "tm:dig", + "tm:disarmingvoice", + "tm:dive", + "tm:doubleedge", + "tm:doubleteam", + "tm:dracometeor", + "tm:dragoncheer", + "tm:dragonclaw", + "tm:dragondance", + "tm:dragonpulse", + "tm:dragontail", + "tm:drainingkiss", + "tm:drainpunch", + "tm:dreameater", + "tm:drillrun", + "tm:dualwingbeat", + "tm:earthpower", + "tm:earthquake", + "tm:echoedvoice", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:embargo", + "tm:encore", + "tm:endeavor", + "tm:endure", + "tm:energyball", + "tm:expandingforce", + "tm:explosion", + "tm:facade", + "tm:faketears", + "tm:falseswipe", + "tm:featherdance", + "tm:fireblast", + "tm:firefang", + "tm:firepledge", + "tm:firepunch", + "tm:firespin", + "tm:flamecharge", + "tm:flamethrower", + "tm:flareblitz", + "tm:flash", + "tm:flashcannon", + "tm:fling", + "tm:flipturn", + "tm:fly", + "tm:focusblast", + "tm:focusenergy", + "tm:focuspunch", + "tm:foulplay", + "tm:frenzyplant", + "tm:frostbreath", + "tm:frustration", + "tm:futuresight", + "tm:gigadrain", + "tm:gigaimpact", + "tm:grassknot", + "tm:grasspledge", + "tm:grassyglide", + "tm:grassyterrain", + "tm:gravity", + "tm:guardswap", + "tm:gunkshot", + "tm:gyroball", + "tm:hail", + "tm:hardpress", + "tm:haze", + "tm:heatcrash", + "tm:heatwave", + "tm:heavyslam", + "tm:helpinghand", + "tm:hex", + "tm:hiddenpower", + "tm:highhorsepower", + "tm:honeclaws", + "tm:hurricane", + "tm:hydrocannon", + "tm:hydropump", + "tm:hyperbeam", + "tm:hypervoice", + "tm:icebeam", + "tm:icefang", + "tm:icepunch", + "tm:icespinner", + "tm:iciclespear", + "tm:icywind", + "tm:imprison", + "tm:incinerate", + "tm:infestation", + "tm:irondefense", + "tm:ironhead", + "tm:irontail", + "tm:knockoff", + "tm:lashout", + "tm:leafblade", + "tm:leafstorm", + "tm:leechlife", + "tm:lightscreen", + "tm:liquidation", + "tm:lowkick", + "tm:lowsweep", + "tm:lunge", + "tm:magicalleaf", + "tm:magicroom", + "tm:megahorn", + "tm:megakick", + "tm:megapunch", + "tm:metalclaw", + "tm:metalsound", + "tm:meteorbeam", + "tm:metronome", + "tm:mistyexplosion", + "tm:mistyterrain", + "tm:muddywater", + "tm:mudshot", + "tm:mudslap", + "tm:mysticalfire", + "tm:nastyplot", + "tm:naturalgift", + "tm:naturepower", + "tm:nightshade", + "tm:outrage", + "tm:overheat", + "tm:painsplit", + "tm:payback", + "tm:payday", + "tm:petalblizzard", + "tm:phantomforce", + "tm:pinmissile", + "tm:playrough", + "tm:pluck", + "tm:poisonjab", + "tm:poisontail", + "tm:pollenpuff", + "tm:poltergeist", + "tm:pounce", + "tm:powergem", + "tm:powerswap", + "tm:poweruppunch", + "tm:powerwhip", + "tm:protect", + "tm:psybeam", + "tm:psychic", + "tm:psychicfangs", + "tm:psychicnoise", + "tm:psychicterrain", + "tm:psychocut", + "tm:psychup", + "tm:psyshock", + "tm:quash", + "tm:raindance", + "tm:razorshell", + "tm:recycle", + "tm:reflect", + "tm:rest", + "tm:retaliate", + "tm:return", + "tm:revenge", + "tm:reversal", + "tm:roar", + "tm:rockblast", + "tm:rockclimb", + "tm:rockpolish", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:roost", + "tm:round", + "tm:safeguard", + "tm:sandstorm", + "tm:sandtomb", + "tm:scald", + "tm:scaleshot", + "tm:scaryface", + "tm:screech", + "tm:scorchingsands", + "tm:secretpower", + "tm:seedbomb", + "tm:selfdestruct", + "tm:shadowball", + "tm:shadowclaw", + "tm:shockwave", + "tm:silverwind", + "tm:skillswap", + "tm:skittersmack", + "tm:skydrop", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:sludgewave", + "tm:smackdown", + "tm:smartstrike", + "tm:snarl", + "tm:snatch", + "tm:snore", + "tm:snowscape", + "tm:solarbeam", + "tm:solarblade", + "tm:speedswap", + "tm:spikes", + "tm:spite", + "tm:stealthrock", + "tm:steelbeam", + "tm:steelwing", + "tm:stompingtantrum", + "tm:stoneedge", + "tm:storedpower", + "tm:strength", + "tm:strugglebug", + "tm:substitute", + "tm:sunnyday", + "tm:supercellslam", + "tm:superfang", + "tm:superpower", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:swordsdance", + "tm:tailslap", + "tm:tailwind", + "tm:takedown", + "tm:taunt", + "tm:telekinesis", + "tm:temperflare", + "tm:terablast", + "tm:thief", + "tm:throatchop", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderfang", + "tm:thunderpunch", + "tm:thunderwave", + "tm:torment", + "tm:toxic", + "tm:toxicspikes", + "tm:trailblaze", + "tm:triattack", + "tm:trick", + "tm:trickroom", + "tm:tripleaxel", + "tm:upperhand", + "tm:uproar", + "tm:uturn", + "tm:vacuumwave", + "tm:venomdrench", + "tm:venoshock", + "tm:voltswitch", + "tm:waterfall", + "tm:waterpledge", + "tm:waterpulse", + "tm:weatherball", + "tm:whirlpool", + "tm:wildcharge", + "tm:willowisp", + "tm:wonderroom", + "tm:workup", + "tm:xscissor", + "tm:zenheadbutt", + "tutor:afteryou", + "tutor:aircutter", + "tutor:allyswitch", + "tutor:amnesia", + "tutor:ancientpower", + "tutor:aquatail", + "tutor:attract", + "tutor:barrier", + "tutor:bide", + "tutor:bind", + "tutor:blizzard", + "tutor:block", + "tutor:bodyslam", + "tutor:bounce", + "tutor:brickbreak", + "tutor:bubblebeam", + "tutor:bugbite", + "tutor:bulkup", + "tutor:burningjealousy", + "tutor:calmmind", + "tutor:coaching", + "tutor:confusion", + "tutor:corrosivegas", + "tutor:counter", + "tutor:covet", + "tutor:curse", + "tutor:cut", + "tutor:defensecurl", + "tutor:defog", + "tutor:detect", + "tutor:dig", + "tutor:dive", + "tutor:doubleedge", + "tutor:doubleteam", + "tutor:dragonbreath", + "tutor:dragonrage", + "tutor:dragontail", + "tutor:drainpunch", + "tutor:dreameater", + "tutor:drillrun", + "tutor:dualchop", + "tutor:dualwingbeat", + "tutor:dynamicpunch", + "tutor:earthquake", + "tutor:eggbomb", + "tutor:electroweb", + "tutor:endeavor", + "tutor:endure", + "tutor:expandingforce", + "tutor:explosion", + "tutor:facade", + "tutor:fakeout", + "tutor:feintattack", + "tutor:fireblast", + "tutor:firepunch", + "tutor:fissure", + "tutor:flash", + "tutor:flipturn", + "tutor:fly", + "tutor:focuspunch", + "tutor:foulplay", + "tutor:frustration", + "tutor:furycutter", + "tutor:gastroacid", + "tutor:gigadrain", + "tutor:grassyglide", + "tutor:gravity", + "tutor:gunkshot", + "tutor:headbutt", + "tutor:healbell", + "tutor:heatwave", + "tutor:helpinghand", + "tutor:hiddenpower", + "tutor:horndrill", + "tutor:hyperbeam", + "tutor:hypnosis", + "tutor:icepunch", + "tutor:icywind", + "tutor:irondefense", + "tutor:ironhead", + "tutor:irontail", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:lashout", + "tutor:lastresort", + "tutor:liquidation", + "tutor:lowkick", + "tutor:magiccoat", + "tutor:magicroom", + "tutor:magnetrise", + "tutor:megadrain", + "tutor:megahorn", + "tutor:megakick", + "tutor:megapunch", + "tutor:meteorbeam", + "tutor:metronome", + "tutor:mimic", + "tutor:mistyexplosion", + "tutor:mudslap", + "tutor:nastyplot", + "tutor:nightmare", + "tutor:nightshade", + "tutor:ominouswind", + "tutor:outrage", + "tutor:painsplit", + "tutor:payday", + "tutor:playrough", + "tutor:poisonjab", + "tutor:poltergeist", + "tutor:pound", + "tutor:protect", + "tutor:psychic", + "tutor:psychup", + "tutor:psywave", + "tutor:rage", + "tutor:raindance", + "tutor:razorwind", + "tutor:recycle", + "tutor:reflect", + "tutor:rest", + "tutor:return", + "tutor:risingvoltage", + "tutor:roar", + "tutor:rockslide", + "tutor:rocksmash", + "tutor:roleplay", + "tutor:rollout", + "tutor:roost", + "tutor:sandstorm", + "tutor:scald", + "tutor:scaleshot", + "tutor:scorchingsands", + "tutor:seedbomb", + "tutor:seismictoss", + "tutor:selfdestruct", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:skillswap", + "tutor:skittersmack", + "tutor:skullbash", + "tutor:skyattack", + "tutor:sleeptalk", + "tutor:snatch", + "tutor:snore", + "tutor:softboiled", + "tutor:solarbeam", + "tutor:spite", + "tutor:stealthrock", + "tutor:steelroller", + "tutor:steelwing", + "tutor:stompingtantrum", + "tutor:strength", + "tutor:stringshot", + "tutor:submission", + "tutor:substitute", + "tutor:suckerpunch", + "tutor:sunnyday", + "tutor:superfang", + "tutor:superpower", + "tutor:swagger", + "tutor:sweetscent", + "tutor:swordsdance", + "tutor:synthesis", + "tutor:tailwind", + "tutor:takedown", + "tutor:taunt", + "tutor:telekinesis", + "tutor:teleport", + "tutor:terrainpulse", + "tutor:thief", + "tutor:throatchop", + "tutor:thunder", + "tutor:thunderpunch", + "tutor:thunderwave", + "tutor:toxic", + "tutor:transform", + "tutor:triattack", + "tutor:trick", + "tutor:tripleaxel", + "tutor:twister", + "tutor:uproar", + "tutor:uturn", + "tutor:vacuumwave", + "tutor:waterfall", + "tutor:watergun", + "tutor:waterpulse", + "tutor:whirlpool", + "tutor:whirlwind", + "tutor:willowisp", + "tutor:wonderroom", + "tutor:worryseed", + "tutor:xscissor", + "tutor:zapcannon", + "tutor:zenheadbutt" + ], + "labels": [ + "gen1", + "mythical", + "legendary" + ], + "pokedex": [ + "cobblemon.species.cafe_mew.desc" + ], + "evolutions": [], + "baseScale": 0.5, + "hitbox": { + "width": 0.6, + "height": 1, + "fixed": false + }, + "baseFriendship": 100, + "evYield": { + "hp": 3, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 4, + "weight": 40, + "aspects": [], + "cannotDynamax": false +} diff --git a/resourcepacks/CobbleCafe/data/cobblemon/species/custom/cafe_raichu_alolan.json b/resourcepacks/CobbleCafe/data/cobblemon/species/custom/cafe_raichu_alolan.json new file mode 100644 index 0000000..a1d729d --- /dev/null +++ b/resourcepacks/CobbleCafe/data/cobblemon/species/custom/cafe_raichu_alolan.json @@ -0,0 +1,212 @@ +{ + "implemented": true, + "name": "Raichu", + "labels": ["custom"], + "pokedex": [ + "cobblemon.species.cafe_raichu_alolan.desc1", + "cobblemon.species.cafe_raichu_alolan.desc2" + ], + "height": 11, + "weight": 300, + "shoulderMountable": false, + "shoulderEffects": ["slow_fall"], + "primaryType": "electric", + "secondaryType": "psychic", + "baseStats": { + "hp": 60, + "attack": 90, + "defence": 55, + "special_attack": 90, + "special_defence": 80, + "speed": 110 + }, + "catchRate": 75, + "maleRatio": 0.5, + "baseExperienceYield": 270, + "experienceGroup": "fluctuating", + "eggCycles": 10, + "eggGroups": ["field"], + "baseFriendship": 35, + "evYield": { + "hp": 2, + "speed": 3 + }, + "moves": [ + "1:agility", + "1:charm", + "1:discharge", + "1:doubleteam", + "1:electroball", + "1:feint", + "1:growl", + "1:irontail", + "1:lightscreen", + "1:nastyplot", + "1:nuzzle", + "1:playnice", + "1:psychic", + "1:quickattack", + "1:slam", + "1:spark", + "1:speedswap", + "1:sweetkiss", + "1:tailwhip", + "1:thunder", + "1:thundershock", + "1:thunderwave", + "5:thunderbolt", + "tm:agility", + "tm:alluringvoice", + "tm:allyswitch", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:calmmind", + "tm:charge", + "tm:chargebeam", + "tm:charm", + "tm:confide", + "tm:dig", + "tm:doubleteam", + "tm:drainingkiss", + "tm:echoedvoice", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endeavor", + "tm:endure", + "tm:expandingforce", + "tm:facade", + "tm:faketears", + "tm:fling", + "tm:focusblast", + "tm:focuspunch", + "tm:frustration", + "tm:futuresight", + "tm:gigaimpact", + "tm:grassknot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:irontail", + "tm:knockoff", + "tm:lightscreen", + "tm:magicroom", + "tm:megakick", + "tm:megapunch", + "tm:nastyplot", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:psychic", + "tm:psychicnoise", + "tm:psychicterrain", + "tm:psyshock", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:reversal", + "tm:round", + "tm:safeguard", + "tm:skillswap", + "tm:sleeptalk", + "tm:snore", + "tm:speedswap", + "tm:storedpower", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:trailblaze", + "tm:upperhand", + "tm:uproar", + "tm:voltswitch", + "tm:wildcharge", + "tutor:allyswitch", + "tutor:brickbreak", + "tutor:calmmind", + "tutor:covet", + "tutor:dig", + "tutor:doubleteam", + "tutor:electroweb", + "tutor:encore", + "tutor:expandingforce", + "tutor:facade", + "tutor:fakeout", + "tutor:focuspunch", + "tutor:growl", + "tutor:headbutt", + "tutor:helpinghand", + "tutor:hyperbeam", + "tutor:irontail", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:lightscreen", + "tutor:magiccoat", + "tutor:magicroom", + "tutor:magnetrise", + "tutor:payday", + "tutor:protect", + "tutor:psychic", + "tutor:recycle", + "tutor:reflect", + "tutor:rest", + "tutor:risingvoltage", + "tutor:seismictoss", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:snore", + "tutor:substitute", + "tutor:tailwhip", + "tutor:telekinesis", + "tutor:teleport", + "tutor:thunder", + "tutor:thunderbolt", + "tutor:thunderpunch", + "tutor:thundershock", + "tutor:thunderwave", + "tutor:toxic" + ], + "abilities": ["static", "h:flashfire"], + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "drops": { + "amount": 2, + "entries": [ + { + "item": "minecraft:cake", + "quantityRange": "1-2", + "percentage": 66 + } + ] + }, + "behaviour": { + "moving": { + "canLook": false, + "fly": { + "canFly": false + }, + "swim": { + "swimSpeed": 0.2, + "canSwimInWater": false, + "canBreatheUnderwater": false + } + } + } +} diff --git a/resourcepacks/CobbleCafe/data/cobblemon/species/custom/cafe_sprigatito.json b/resourcepacks/CobbleCafe/data/cobblemon/species/custom/cafe_sprigatito.json new file mode 100644 index 0000000..0ad8fc7 --- /dev/null +++ b/resourcepacks/CobbleCafe/data/cobblemon/species/custom/cafe_sprigatito.json @@ -0,0 +1,143 @@ +{ + "implemented": true, + "name": "Sprigatito", + "nationalPokedexNumber": 906, + "primaryType": "grass", + "abilities": [ + "overgrow", + "h:protean" + ], + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:miracle_seed", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 40, + "attack": 61, + "defence": 54, + "special_attack": 45, + "special_defence": 45, + "speed": 65 + }, + "catchRate": 45, + "maleRatio": 0.875, + "baseExperienceYield": 62, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 1 + }, + "experienceGroup": "medium_slow", + "eggCycles": 20, + "eggGroups": [ + "field", + "grass" + ], + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "walk": { + "walkSpeed": 0.2 + } + } + }, + "moves": [ + "1:leafage", + "1:scratch", + "1:tailwhip", + "7:bite", + "10:honeclaws", + "13:magicalleaf", + "15:quickattack", + "17:seedbomb", + "21:uturn", + "25:worryseed", + "28:slash", + "32:energyball", + "36:playrough", + "egg:allyswitch", + "egg:copycat", + "egg:leechseed", + "egg:petalblizzard", + "egg:suckerpunch", + "tm:acrobatics", + "tm:agility", + "tm:bulletseed", + "tm:charm", + "tm:disarmingvoice", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:faketears", + "tm:gigadrain", + "tm:grassknot", + "tm:grasspledge", + "tm:grassyglide", + "tm:grassyterrain", + "tm:helpinghand", + "tm:leafstorm", + "tm:magicalleaf", + "tm:mudslap", + "tm:nastyplot", + "tm:petalblizzard", + "tm:playrough", + "tm:protect", + "tm:rest", + "tm:seedbomb", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:solarbeam", + "tm:substitute", + "tm:swift", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:trailblaze", + "tm:uturn" + ], + "labels": [ + "gen9" + ], + "aspects": [], + "height": 4, + "weight": 41, + "evolutions": [ + { + "id": "cafe_sprigatito_floragato", + "variant": "level_up", + "result": "floragato", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 16 + } + ] + } + ], + "baseScale": 0.6, + "hitbox": { + "width": 1, + "height": 1.0, + "fixed": false + }, + "cannotDynamax": false, + "pokedex": [ + "cobblemon.species.sprigatito.desc" + ] +} diff --git a/resourcepacks/CobbleCafe/data/cobblemon/species/custom/kimono_mew.json b/resourcepacks/CobbleCafe/data/cobblemon/species/custom/kimono_mew.json new file mode 100644 index 0000000..8f01c00 --- /dev/null +++ b/resourcepacks/CobbleCafe/data/cobblemon/species/custom/kimono_mew.json @@ -0,0 +1,582 @@ +{ + "implemented": true, + "name": "Mew", + "nationalPokedexNumber": 151, + "primaryType": "psychic", + "abilities": [ + "synchronize" + ], + "baseStats": { + "hp": 100, + "attack": 100, + "defence": 100, + "special_attack": 100, + "special_defence": 100, + "speed": 100 + }, + "catchRate": 45, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 300, + "experienceGroup": "medium_slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "behaviour": { + "moving": { + "fly": { + "canFly": true + } + } + }, + "moves": [ + "1:pound", + "1:reflecttype", + "10:amnesia", + "10:megapunch", + "20:batonpass", + "30:ancientpower", + "40:barrier", + "40:lifedew", + "50:nastyplot", + "60:metronome", + "70:imprison", + "70:mefirst", + "80:transform", + "90:aurasphere", + "100:psychic", + "tm:acidspray", + "tm:acrobatics", + "tm:aerialace", + "tm:agility", + "tm:aircutter", + "tm:airslash", + "tm:alluringvoice", + "tm:allyswitch", + "tm:amnesia", + "tm:assurance", + "tm:attract", + "tm:aurasphere", + "tm:auroraveil", + "tm:avalanche", + "tm:batonpass", + "tm:beatup", + "tm:blastburn", + "tm:blazekick", + "tm:blizzard", + "tm:bodypress", + "tm:bodyslam", + "tm:bounce", + "tm:bravebird", + "tm:breakingswipe", + "tm:brickbreak", + "tm:brine", + "tm:brutalswing", + "tm:bugbite", + "tm:bugbuzz", + "tm:bulkup", + "tm:bulldoze", + "tm:bulletseed", + "tm:burningjealousy", + "tm:calmmind", + "tm:captivate", + "tm:charge", + "tm:chargebeam", + "tm:charm", + "tm:chillingwater", + "tm:closecombat", + "tm:coaching", + "tm:confide", + "tm:confuseray", + "tm:cosmicpower", + "tm:crosspoison", + "tm:crunch", + "tm:curse", + "tm:cut", + "tm:darkestlariat", + "tm:darkpulse", + "tm:dazzlinggleam", + "tm:defog", + "tm:dig", + "tm:disarmingvoice", + "tm:dive", + "tm:doubleedge", + "tm:doubleteam", + "tm:dracometeor", + "tm:dragoncheer", + "tm:dragonclaw", + "tm:dragondance", + "tm:dragonpulse", + "tm:dragontail", + "tm:drainingkiss", + "tm:drainpunch", + "tm:dreameater", + "tm:drillrun", + "tm:dualwingbeat", + "tm:earthpower", + "tm:earthquake", + "tm:echoedvoice", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:embargo", + "tm:encore", + "tm:endeavor", + "tm:endure", + "tm:energyball", + "tm:expandingforce", + "tm:explosion", + "tm:facade", + "tm:faketears", + "tm:falseswipe", + "tm:featherdance", + "tm:fireblast", + "tm:firefang", + "tm:firepledge", + "tm:firepunch", + "tm:firespin", + "tm:flamecharge", + "tm:flamethrower", + "tm:flareblitz", + "tm:flash", + "tm:flashcannon", + "tm:fling", + "tm:flipturn", + "tm:fly", + "tm:focusblast", + "tm:focusenergy", + "tm:focuspunch", + "tm:foulplay", + "tm:frenzyplant", + "tm:frostbreath", + "tm:frustration", + "tm:futuresight", + "tm:gigadrain", + "tm:gigaimpact", + "tm:grassknot", + "tm:grasspledge", + "tm:grassyglide", + "tm:grassyterrain", + "tm:gravity", + "tm:guardswap", + "tm:gunkshot", + "tm:gyroball", + "tm:hail", + "tm:hardpress", + "tm:haze", + "tm:heatcrash", + "tm:heatwave", + "tm:heavyslam", + "tm:helpinghand", + "tm:hex", + "tm:hiddenpower", + "tm:highhorsepower", + "tm:honeclaws", + "tm:hurricane", + "tm:hydrocannon", + "tm:hydropump", + "tm:hyperbeam", + "tm:hypervoice", + "tm:icebeam", + "tm:icefang", + "tm:icepunch", + "tm:icespinner", + "tm:iciclespear", + "tm:icywind", + "tm:imprison", + "tm:incinerate", + "tm:infestation", + "tm:irondefense", + "tm:ironhead", + "tm:irontail", + "tm:knockoff", + "tm:lashout", + "tm:leafblade", + "tm:leafstorm", + "tm:leechlife", + "tm:lightscreen", + "tm:liquidation", + "tm:lowkick", + "tm:lowsweep", + "tm:lunge", + "tm:magicalleaf", + "tm:magicroom", + "tm:megahorn", + "tm:megakick", + "tm:megapunch", + "tm:metalclaw", + "tm:metalsound", + "tm:meteorbeam", + "tm:metronome", + "tm:mistyexplosion", + "tm:mistyterrain", + "tm:muddywater", + "tm:mudshot", + "tm:mudslap", + "tm:mysticalfire", + "tm:nastyplot", + "tm:naturalgift", + "tm:naturepower", + "tm:nightshade", + "tm:outrage", + "tm:overheat", + "tm:painsplit", + "tm:payback", + "tm:payday", + "tm:petalblizzard", + "tm:phantomforce", + "tm:pinmissile", + "tm:playrough", + "tm:pluck", + "tm:poisonjab", + "tm:poisontail", + "tm:pollenpuff", + "tm:poltergeist", + "tm:pounce", + "tm:powergem", + "tm:powerswap", + "tm:poweruppunch", + "tm:powerwhip", + "tm:protect", + "tm:psybeam", + "tm:psychic", + "tm:psychicfangs", + "tm:psychicnoise", + "tm:psychicterrain", + "tm:psychocut", + "tm:psychup", + "tm:psyshock", + "tm:quash", + "tm:raindance", + "tm:razorshell", + "tm:recycle", + "tm:reflect", + "tm:rest", + "tm:retaliate", + "tm:return", + "tm:revenge", + "tm:reversal", + "tm:roar", + "tm:rockblast", + "tm:rockclimb", + "tm:rockpolish", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:roost", + "tm:round", + "tm:safeguard", + "tm:sandstorm", + "tm:sandtomb", + "tm:scald", + "tm:scaleshot", + "tm:scaryface", + "tm:screech", + "tm:scorchingsands", + "tm:secretpower", + "tm:seedbomb", + "tm:selfdestruct", + "tm:shadowball", + "tm:shadowclaw", + "tm:shockwave", + "tm:silverwind", + "tm:skillswap", + "tm:skittersmack", + "tm:skydrop", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:sludgewave", + "tm:smackdown", + "tm:smartstrike", + "tm:snarl", + "tm:snatch", + "tm:snore", + "tm:snowscape", + "tm:solarbeam", + "tm:solarblade", + "tm:speedswap", + "tm:spikes", + "tm:spite", + "tm:stealthrock", + "tm:steelbeam", + "tm:steelwing", + "tm:stompingtantrum", + "tm:stoneedge", + "tm:storedpower", + "tm:strength", + "tm:strugglebug", + "tm:substitute", + "tm:sunnyday", + "tm:supercellslam", + "tm:superfang", + "tm:superpower", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:swordsdance", + "tm:tailslap", + "tm:tailwind", + "tm:takedown", + "tm:taunt", + "tm:telekinesis", + "tm:temperflare", + "tm:terablast", + "tm:thief", + "tm:throatchop", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderfang", + "tm:thunderpunch", + "tm:thunderwave", + "tm:torment", + "tm:toxic", + "tm:toxicspikes", + "tm:trailblaze", + "tm:triattack", + "tm:trick", + "tm:trickroom", + "tm:tripleaxel", + "tm:upperhand", + "tm:uproar", + "tm:uturn", + "tm:vacuumwave", + "tm:venomdrench", + "tm:venoshock", + "tm:voltswitch", + "tm:waterfall", + "tm:waterpledge", + "tm:waterpulse", + "tm:weatherball", + "tm:whirlpool", + "tm:wildcharge", + "tm:willowisp", + "tm:wonderroom", + "tm:workup", + "tm:xscissor", + "tm:zenheadbutt", + "tutor:afteryou", + "tutor:aircutter", + "tutor:allyswitch", + "tutor:amnesia", + "tutor:ancientpower", + "tutor:aquatail", + "tutor:attract", + "tutor:barrier", + "tutor:bide", + "tutor:bind", + "tutor:blizzard", + "tutor:block", + "tutor:bodyslam", + "tutor:bounce", + "tutor:brickbreak", + "tutor:bubblebeam", + "tutor:bugbite", + "tutor:bulkup", + "tutor:burningjealousy", + "tutor:calmmind", + "tutor:coaching", + "tutor:confusion", + "tutor:corrosivegas", + "tutor:counter", + "tutor:covet", + "tutor:curse", + "tutor:cut", + "tutor:defensecurl", + "tutor:defog", + "tutor:detect", + "tutor:dig", + "tutor:dive", + "tutor:doubleedge", + "tutor:doubleteam", + "tutor:dragonbreath", + "tutor:dragonrage", + "tutor:dragontail", + "tutor:drainpunch", + "tutor:dreameater", + "tutor:drillrun", + "tutor:dualchop", + "tutor:dualwingbeat", + "tutor:dynamicpunch", + "tutor:earthquake", + "tutor:eggbomb", + "tutor:electroweb", + "tutor:endeavor", + "tutor:endure", + "tutor:expandingforce", + "tutor:explosion", + "tutor:facade", + "tutor:fakeout", + "tutor:feintattack", + "tutor:fireblast", + "tutor:firepunch", + "tutor:fissure", + "tutor:flash", + "tutor:flipturn", + "tutor:fly", + "tutor:focuspunch", + "tutor:foulplay", + "tutor:frustration", + "tutor:furycutter", + "tutor:gastroacid", + "tutor:gigadrain", + "tutor:grassyglide", + "tutor:gravity", + "tutor:gunkshot", + "tutor:headbutt", + "tutor:healbell", + "tutor:heatwave", + "tutor:helpinghand", + "tutor:hiddenpower", + "tutor:horndrill", + "tutor:hyperbeam", + "tutor:hypnosis", + "tutor:icepunch", + "tutor:icywind", + "tutor:irondefense", + "tutor:ironhead", + "tutor:irontail", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:lashout", + "tutor:lastresort", + "tutor:liquidation", + "tutor:lowkick", + "tutor:magiccoat", + "tutor:magicroom", + "tutor:magnetrise", + "tutor:megadrain", + "tutor:megahorn", + "tutor:megakick", + "tutor:megapunch", + "tutor:meteorbeam", + "tutor:metronome", + "tutor:mimic", + "tutor:mistyexplosion", + "tutor:mudslap", + "tutor:nastyplot", + "tutor:nightmare", + "tutor:nightshade", + "tutor:ominouswind", + "tutor:outrage", + "tutor:painsplit", + "tutor:payday", + "tutor:playrough", + "tutor:poisonjab", + "tutor:poltergeist", + "tutor:pound", + "tutor:protect", + "tutor:psychic", + "tutor:psychup", + "tutor:psywave", + "tutor:rage", + "tutor:raindance", + "tutor:razorwind", + "tutor:recycle", + "tutor:reflect", + "tutor:rest", + "tutor:return", + "tutor:risingvoltage", + "tutor:roar", + "tutor:rockslide", + "tutor:rocksmash", + "tutor:roleplay", + "tutor:rollout", + "tutor:roost", + "tutor:sandstorm", + "tutor:scald", + "tutor:scaleshot", + "tutor:scorchingsands", + "tutor:seedbomb", + "tutor:seismictoss", + "tutor:selfdestruct", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:skillswap", + "tutor:skittersmack", + "tutor:skullbash", + "tutor:skyattack", + "tutor:sleeptalk", + "tutor:snatch", + "tutor:snore", + "tutor:softboiled", + "tutor:solarbeam", + "tutor:spite", + "tutor:stealthrock", + "tutor:steelroller", + "tutor:steelwing", + "tutor:stompingtantrum", + "tutor:strength", + "tutor:stringshot", + "tutor:submission", + "tutor:substitute", + "tutor:suckerpunch", + "tutor:sunnyday", + "tutor:superfang", + "tutor:superpower", + "tutor:swagger", + "tutor:sweetscent", + "tutor:swordsdance", + "tutor:synthesis", + "tutor:tailwind", + "tutor:takedown", + "tutor:taunt", + "tutor:telekinesis", + "tutor:teleport", + "tutor:terrainpulse", + "tutor:thief", + "tutor:throatchop", + "tutor:thunder", + "tutor:thunderpunch", + "tutor:thunderwave", + "tutor:toxic", + "tutor:transform", + "tutor:triattack", + "tutor:trick", + "tutor:tripleaxel", + "tutor:twister", + "tutor:uproar", + "tutor:uturn", + "tutor:vacuumwave", + "tutor:waterfall", + "tutor:watergun", + "tutor:waterpulse", + "tutor:whirlpool", + "tutor:whirlwind", + "tutor:willowisp", + "tutor:wonderroom", + "tutor:worryseed", + "tutor:xscissor", + "tutor:zapcannon", + "tutor:zenheadbutt" + ], + "labels": [ + "gen1", + "mythical", + "legendary" + ], + "pokedex": [ + "cobblemon.species.mew.desc" + ], + "evolutions": [], + "baseScale": 0.5, + "hitbox": { + "width": 0.6, + "height": 1, + "fixed": false + }, + "baseFriendship": 100, + "evYield": { + "hp": 3, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 4, + "weight": 40, + "aspects": [], + "cannotDynamax": false +} diff --git a/resourcepacks/CobbleCafe/data/cobblemon/species/custom/raichu_alolan_pancake.json b/resourcepacks/CobbleCafe/data/cobblemon/species/custom/raichu_alolan_pancake.json new file mode 100644 index 0000000..a1d729d --- /dev/null +++ b/resourcepacks/CobbleCafe/data/cobblemon/species/custom/raichu_alolan_pancake.json @@ -0,0 +1,212 @@ +{ + "implemented": true, + "name": "Raichu", + "labels": ["custom"], + "pokedex": [ + "cobblemon.species.cafe_raichu_alolan.desc1", + "cobblemon.species.cafe_raichu_alolan.desc2" + ], + "height": 11, + "weight": 300, + "shoulderMountable": false, + "shoulderEffects": ["slow_fall"], + "primaryType": "electric", + "secondaryType": "psychic", + "baseStats": { + "hp": 60, + "attack": 90, + "defence": 55, + "special_attack": 90, + "special_defence": 80, + "speed": 110 + }, + "catchRate": 75, + "maleRatio": 0.5, + "baseExperienceYield": 270, + "experienceGroup": "fluctuating", + "eggCycles": 10, + "eggGroups": ["field"], + "baseFriendship": 35, + "evYield": { + "hp": 2, + "speed": 3 + }, + "moves": [ + "1:agility", + "1:charm", + "1:discharge", + "1:doubleteam", + "1:electroball", + "1:feint", + "1:growl", + "1:irontail", + "1:lightscreen", + "1:nastyplot", + "1:nuzzle", + "1:playnice", + "1:psychic", + "1:quickattack", + "1:slam", + "1:spark", + "1:speedswap", + "1:sweetkiss", + "1:tailwhip", + "1:thunder", + "1:thundershock", + "1:thunderwave", + "5:thunderbolt", + "tm:agility", + "tm:alluringvoice", + "tm:allyswitch", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:calmmind", + "tm:charge", + "tm:chargebeam", + "tm:charm", + "tm:confide", + "tm:dig", + "tm:doubleteam", + "tm:drainingkiss", + "tm:echoedvoice", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endeavor", + "tm:endure", + "tm:expandingforce", + "tm:facade", + "tm:faketears", + "tm:fling", + "tm:focusblast", + "tm:focuspunch", + "tm:frustration", + "tm:futuresight", + "tm:gigaimpact", + "tm:grassknot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:irontail", + "tm:knockoff", + "tm:lightscreen", + "tm:magicroom", + "tm:megakick", + "tm:megapunch", + "tm:nastyplot", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:psychic", + "tm:psychicnoise", + "tm:psychicterrain", + "tm:psyshock", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:reversal", + "tm:round", + "tm:safeguard", + "tm:skillswap", + "tm:sleeptalk", + "tm:snore", + "tm:speedswap", + "tm:storedpower", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:trailblaze", + "tm:upperhand", + "tm:uproar", + "tm:voltswitch", + "tm:wildcharge", + "tutor:allyswitch", + "tutor:brickbreak", + "tutor:calmmind", + "tutor:covet", + "tutor:dig", + "tutor:doubleteam", + "tutor:electroweb", + "tutor:encore", + "tutor:expandingforce", + "tutor:facade", + "tutor:fakeout", + "tutor:focuspunch", + "tutor:growl", + "tutor:headbutt", + "tutor:helpinghand", + "tutor:hyperbeam", + "tutor:irontail", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:lightscreen", + "tutor:magiccoat", + "tutor:magicroom", + "tutor:magnetrise", + "tutor:payday", + "tutor:protect", + "tutor:psychic", + "tutor:recycle", + "tutor:reflect", + "tutor:rest", + "tutor:risingvoltage", + "tutor:seismictoss", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:snore", + "tutor:substitute", + "tutor:tailwhip", + "tutor:telekinesis", + "tutor:teleport", + "tutor:thunder", + "tutor:thunderbolt", + "tutor:thunderpunch", + "tutor:thundershock", + "tutor:thunderwave", + "tutor:toxic" + ], + "abilities": ["static", "h:flashfire"], + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 1, + "height": 1, + "fixed": false + }, + "drops": { + "amount": 2, + "entries": [ + { + "item": "minecraft:cake", + "quantityRange": "1-2", + "percentage": 66 + } + ] + }, + "behaviour": { + "moving": { + "canLook": false, + "fly": { + "canFly": false + }, + "swim": { + "swimSpeed": 0.2, + "canSwimInWater": false, + "canBreatheUnderwater": false + } + } + } +} diff --git a/resourcepacks/CobbleCafe/data/cobblemon/species/generation1/mew.json b/resourcepacks/CobbleCafe/data/cobblemon/species/generation1/mew.json new file mode 100644 index 0000000..6b20b44 --- /dev/null +++ b/resourcepacks/CobbleCafe/data/cobblemon/species/generation1/mew.json @@ -0,0 +1,603 @@ +{ + "implemented": true, + "name": "Mew", + "nationalPokedexNumber": 151, + "primaryType": "psychic", + "abilities": [ + "synchronize" + ], + "baseStats": { + "hp": 100, + "attack": 100, + "defence": 100, + "special_attack": 100, + "special_defence": 100, + "speed": 100 + }, + "catchRate": 45, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 300, + "experienceGroup": "medium_slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "behaviour": { + "moving": { + "fly": { + "canFly": true + } + } + }, + "moves": [ + "1:pound", + "1:reflecttype", + "10:amnesia", + "10:megapunch", + "20:batonpass", + "30:ancientpower", + "40:barrier", + "40:lifedew", + "50:nastyplot", + "60:metronome", + "70:imprison", + "70:mefirst", + "80:transform", + "90:aurasphere", + "100:psychic", + "tm:acidspray", + "tm:acrobatics", + "tm:aerialace", + "tm:agility", + "tm:aircutter", + "tm:airslash", + "tm:alluringvoice", + "tm:allyswitch", + "tm:amnesia", + "tm:assurance", + "tm:attract", + "tm:aurasphere", + "tm:auroraveil", + "tm:avalanche", + "tm:batonpass", + "tm:beatup", + "tm:blastburn", + "tm:blazekick", + "tm:blizzard", + "tm:bodypress", + "tm:bodyslam", + "tm:bounce", + "tm:bravebird", + "tm:breakingswipe", + "tm:brickbreak", + "tm:brine", + "tm:brutalswing", + "tm:bugbite", + "tm:bugbuzz", + "tm:bulkup", + "tm:bulldoze", + "tm:bulletseed", + "tm:burningjealousy", + "tm:calmmind", + "tm:captivate", + "tm:charge", + "tm:chargebeam", + "tm:charm", + "tm:chillingwater", + "tm:closecombat", + "tm:coaching", + "tm:confide", + "tm:confuseray", + "tm:cosmicpower", + "tm:crosspoison", + "tm:crunch", + "tm:curse", + "tm:cut", + "tm:darkestlariat", + "tm:darkpulse", + "tm:dazzlinggleam", + "tm:defog", + "tm:dig", + "tm:disarmingvoice", + "tm:dive", + "tm:doubleedge", + "tm:doubleteam", + "tm:dracometeor", + "tm:dragoncheer", + "tm:dragonclaw", + "tm:dragondance", + "tm:dragonpulse", + "tm:dragontail", + "tm:drainingkiss", + "tm:drainpunch", + "tm:dreameater", + "tm:drillrun", + "tm:dualwingbeat", + "tm:earthpower", + "tm:earthquake", + "tm:echoedvoice", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:embargo", + "tm:encore", + "tm:endeavor", + "tm:endure", + "tm:energyball", + "tm:expandingforce", + "tm:explosion", + "tm:facade", + "tm:faketears", + "tm:falseswipe", + "tm:featherdance", + "tm:fireblast", + "tm:firefang", + "tm:firepledge", + "tm:firepunch", + "tm:firespin", + "tm:flamecharge", + "tm:flamethrower", + "tm:flareblitz", + "tm:flash", + "tm:flashcannon", + "tm:fling", + "tm:flipturn", + "tm:fly", + "tm:focusblast", + "tm:focusenergy", + "tm:focuspunch", + "tm:foulplay", + "tm:frenzyplant", + "tm:frostbreath", + "tm:frustration", + "tm:futuresight", + "tm:gigadrain", + "tm:gigaimpact", + "tm:grassknot", + "tm:grasspledge", + "tm:grassyglide", + "tm:grassyterrain", + "tm:gravity", + "tm:guardswap", + "tm:gunkshot", + "tm:gyroball", + "tm:hail", + "tm:hardpress", + "tm:haze", + "tm:heatcrash", + "tm:heatwave", + "tm:heavyslam", + "tm:helpinghand", + "tm:hex", + "tm:hiddenpower", + "tm:highhorsepower", + "tm:honeclaws", + "tm:hurricane", + "tm:hydrocannon", + "tm:hydropump", + "tm:hyperbeam", + "tm:hypervoice", + "tm:icebeam", + "tm:icefang", + "tm:icepunch", + "tm:icespinner", + "tm:iciclespear", + "tm:icywind", + "tm:imprison", + "tm:incinerate", + "tm:infestation", + "tm:irondefense", + "tm:ironhead", + "tm:irontail", + "tm:knockoff", + "tm:lashout", + "tm:leafblade", + "tm:leafstorm", + "tm:leechlife", + "tm:lightscreen", + "tm:liquidation", + "tm:lowkick", + "tm:lowsweep", + "tm:lunge", + "tm:magicalleaf", + "tm:magicroom", + "tm:megahorn", + "tm:megakick", + "tm:megapunch", + "tm:metalclaw", + "tm:metalsound", + "tm:meteorbeam", + "tm:metronome", + "tm:mistyexplosion", + "tm:mistyterrain", + "tm:muddywater", + "tm:mudshot", + "tm:mudslap", + "tm:mysticalfire", + "tm:nastyplot", + "tm:naturalgift", + "tm:naturepower", + "tm:nightshade", + "tm:outrage", + "tm:overheat", + "tm:painsplit", + "tm:payback", + "tm:payday", + "tm:petalblizzard", + "tm:phantomforce", + "tm:pinmissile", + "tm:playrough", + "tm:pluck", + "tm:poisonjab", + "tm:poisontail", + "tm:pollenpuff", + "tm:poltergeist", + "tm:pounce", + "tm:powergem", + "tm:powerswap", + "tm:poweruppunch", + "tm:powerwhip", + "tm:protect", + "tm:psybeam", + "tm:psychic", + "tm:psychicfangs", + "tm:psychicnoise", + "tm:psychicterrain", + "tm:psychocut", + "tm:psychup", + "tm:psyshock", + "tm:quash", + "tm:raindance", + "tm:razorshell", + "tm:recycle", + "tm:reflect", + "tm:rest", + "tm:retaliate", + "tm:return", + "tm:revenge", + "tm:reversal", + "tm:roar", + "tm:rockblast", + "tm:rockclimb", + "tm:rockpolish", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:roost", + "tm:round", + "tm:safeguard", + "tm:sandstorm", + "tm:sandtomb", + "tm:scald", + "tm:scaleshot", + "tm:scaryface", + "tm:screech", + "tm:scorchingsands", + "tm:secretpower", + "tm:seedbomb", + "tm:selfdestruct", + "tm:shadowball", + "tm:shadowclaw", + "tm:shockwave", + "tm:silverwind", + "tm:skillswap", + "tm:skittersmack", + "tm:skydrop", + "tm:sleeptalk", + "tm:sludgebomb", + "tm:sludgewave", + "tm:smackdown", + "tm:smartstrike", + "tm:snarl", + "tm:snatch", + "tm:snore", + "tm:snowscape", + "tm:solarbeam", + "tm:solarblade", + "tm:speedswap", + "tm:spikes", + "tm:spite", + "tm:stealthrock", + "tm:steelbeam", + "tm:steelwing", + "tm:stompingtantrum", + "tm:stoneedge", + "tm:storedpower", + "tm:strength", + "tm:strugglebug", + "tm:substitute", + "tm:sunnyday", + "tm:supercellslam", + "tm:superfang", + "tm:superpower", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:swordsdance", + "tm:tailslap", + "tm:tailwind", + "tm:takedown", + "tm:taunt", + "tm:telekinesis", + "tm:temperflare", + "tm:terablast", + "tm:thief", + "tm:throatchop", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderfang", + "tm:thunderpunch", + "tm:thunderwave", + "tm:torment", + "tm:toxic", + "tm:toxicspikes", + "tm:trailblaze", + "tm:triattack", + "tm:trick", + "tm:trickroom", + "tm:tripleaxel", + "tm:upperhand", + "tm:uproar", + "tm:uturn", + "tm:vacuumwave", + "tm:venomdrench", + "tm:venoshock", + "tm:voltswitch", + "tm:waterfall", + "tm:waterpledge", + "tm:waterpulse", + "tm:weatherball", + "tm:whirlpool", + "tm:wildcharge", + "tm:willowisp", + "tm:wonderroom", + "tm:workup", + "tm:xscissor", + "tm:zenheadbutt", + "tutor:afteryou", + "tutor:aircutter", + "tutor:allyswitch", + "tutor:amnesia", + "tutor:ancientpower", + "tutor:aquatail", + "tutor:attract", + "tutor:barrier", + "tutor:bide", + "tutor:bind", + "tutor:blizzard", + "tutor:block", + "tutor:bodyslam", + "tutor:bounce", + "tutor:brickbreak", + "tutor:bubblebeam", + "tutor:bugbite", + "tutor:bulkup", + "tutor:burningjealousy", + "tutor:calmmind", + "tutor:coaching", + "tutor:confusion", + "tutor:corrosivegas", + "tutor:counter", + "tutor:covet", + "tutor:curse", + "tutor:cut", + "tutor:defensecurl", + "tutor:defog", + "tutor:detect", + "tutor:dig", + "tutor:dive", + "tutor:doubleedge", + "tutor:doubleteam", + "tutor:dragonbreath", + "tutor:dragonrage", + "tutor:dragontail", + "tutor:drainpunch", + "tutor:dreameater", + "tutor:drillrun", + "tutor:dualchop", + "tutor:dualwingbeat", + "tutor:dynamicpunch", + "tutor:earthquake", + "tutor:eggbomb", + "tutor:electroweb", + "tutor:endeavor", + "tutor:endure", + "tutor:expandingforce", + "tutor:explosion", + "tutor:facade", + "tutor:fakeout", + "tutor:feintattack", + "tutor:fireblast", + "tutor:firepunch", + "tutor:fissure", + "tutor:flash", + "tutor:flipturn", + "tutor:fly", + "tutor:focuspunch", + "tutor:foulplay", + "tutor:frustration", + "tutor:furycutter", + "tutor:gastroacid", + "tutor:gigadrain", + "tutor:grassyglide", + "tutor:gravity", + "tutor:gunkshot", + "tutor:headbutt", + "tutor:healbell", + "tutor:heatwave", + "tutor:helpinghand", + "tutor:hiddenpower", + "tutor:horndrill", + "tutor:hyperbeam", + "tutor:hypnosis", + "tutor:icepunch", + "tutor:icywind", + "tutor:irondefense", + "tutor:ironhead", + "tutor:irontail", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:lashout", + "tutor:lastresort", + "tutor:liquidation", + "tutor:lowkick", + "tutor:magiccoat", + "tutor:magicroom", + "tutor:magnetrise", + "tutor:megadrain", + "tutor:megahorn", + "tutor:megakick", + "tutor:megapunch", + "tutor:meteorbeam", + "tutor:metronome", + "tutor:mimic", + "tutor:mistyexplosion", + "tutor:mudslap", + "tutor:nastyplot", + "tutor:nightmare", + "tutor:nightshade", + "tutor:ominouswind", + "tutor:outrage", + "tutor:painsplit", + "tutor:payday", + "tutor:playrough", + "tutor:poisonjab", + "tutor:poltergeist", + "tutor:pound", + "tutor:protect", + "tutor:psychic", + "tutor:psychup", + "tutor:psywave", + "tutor:rage", + "tutor:raindance", + "tutor:razorwind", + "tutor:recycle", + "tutor:reflect", + "tutor:rest", + "tutor:return", + "tutor:risingvoltage", + "tutor:roar", + "tutor:rockslide", + "tutor:rocksmash", + "tutor:roleplay", + "tutor:rollout", + "tutor:roost", + "tutor:sandstorm", + "tutor:scald", + "tutor:scaleshot", + "tutor:scorchingsands", + "tutor:seedbomb", + "tutor:seismictoss", + "tutor:selfdestruct", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:skillswap", + "tutor:skittersmack", + "tutor:skullbash", + "tutor:skyattack", + "tutor:sleeptalk", + "tutor:snatch", + "tutor:snore", + "tutor:softboiled", + "tutor:solarbeam", + "tutor:spite", + "tutor:stealthrock", + "tutor:steelroller", + "tutor:steelwing", + "tutor:stompingtantrum", + "tutor:strength", + "tutor:stringshot", + "tutor:submission", + "tutor:substitute", + "tutor:suckerpunch", + "tutor:sunnyday", + "tutor:superfang", + "tutor:superpower", + "tutor:swagger", + "tutor:sweetscent", + "tutor:swordsdance", + "tutor:synthesis", + "tutor:tailwind", + "tutor:takedown", + "tutor:taunt", + "tutor:telekinesis", + "tutor:teleport", + "tutor:terrainpulse", + "tutor:thief", + "tutor:throatchop", + "tutor:thunder", + "tutor:thunderpunch", + "tutor:thunderwave", + "tutor:toxic", + "tutor:transform", + "tutor:triattack", + "tutor:trick", + "tutor:tripleaxel", + "tutor:twister", + "tutor:uproar", + "tutor:uturn", + "tutor:vacuumwave", + "tutor:waterfall", + "tutor:watergun", + "tutor:waterpulse", + "tutor:whirlpool", + "tutor:whirlwind", + "tutor:willowisp", + "tutor:wonderroom", + "tutor:worryseed", + "tutor:xscissor", + "tutor:zapcannon", + "tutor:zenheadbutt" + ], + "labels": [ + "gen1", + "mythical", + "legendary" + ], + "pokedex": [ + "cobblemon.species.mew.desc" + ], + "evolutions": [ +{ + "id": "mew_cafe_mew", + "variant": "item_interact", + "result": "cafe_mew", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [], + "requiredContext": "minecraft:brown_wool" + }, + + +{ + "id": "mew_kimono_mew", + "variant": "item_interact", + "result": "kimono_mew", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [], + "requiredContext": "minecraft:lime_wool" + } + ], + "baseScale": 0.5, + "hitbox": { + "width": 0.6, + "height": 1, + "fixed": false + }, + "baseFriendship": 100, + "evYield": { + "hp": 3, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 4, + "weight": 40, + "aspects": [], + "cannotDynamax": false +} diff --git a/resourcepacks/CobbleCafe/data/cobblemon/species/generation1/pikachu.json b/resourcepacks/CobbleCafe/data/cobblemon/species/generation1/pikachu.json new file mode 100644 index 0000000..5e0d113 --- /dev/null +++ b/resourcepacks/CobbleCafe/data/cobblemon/species/generation1/pikachu.json @@ -0,0 +1,2077 @@ +{ + "implemented": true, + "name": "Pikachu", + "nationalPokedexNumber": 25, + "primaryType": "electric", + "abilities": [ + "static", + "h:lightningrod" + ], + "drops": { + "amount": 3, + "entries": [ + { + "item": "cobblemon:light_ball", + "percentage": 5.0 + }, + { + "item": "cobblemon:thunder_stone", + "percentage": 5.0 + }, + { + "item": "cobblemon:oran_berry", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "features": [ + "alolan", + "region_bias" + ], + "behaviour": { + "moving": { + "walk": { + "walkSpeed": 0.42 + } + }, + "resting": { + "canSleep": true, + "willSleepOnBed": true, + "depth": "normal", + "light": "0-4" + } + }, + "catchRate": 190, + "maleRatio": 0.5, + "shoulderMountable": true, + "forms": [ + { + "name": "Cosplay", + "primaryType": "electric", + "abilities": [ + "lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 0, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:tailwhip", + "1:thundershock", + "5:growl", + "7:playnice", + "10:quickattack", + "13:electroball", + "18:thunderwave", + "21:feint", + "23:doubleteam", + "26:spark", + "29:nuzzle", + "34:discharge", + "37:slam", + "42:thunderbolt", + "45:agility", + "50:wildcharge", + "53:lightscreen", + "58:thunder", + "tm:attract", + "tm:brickbreak", + "tm:chargebeam", + "tm:confide", + "tm:dig", + "tm:doubleteam", + "tm:echoedvoice", + "tm:facade", + "tm:flash", + "tm:fling", + "tm:frustration", + "tm:grassknot", + "tm:hiddenpower", + "tm:lightscreen", + "tm:protect", + "tm:raindance", + "tm:rest", + "tm:return", + "tm:rocksmash", + "tm:round", + "tm:secretpower", + "tm:sleeptalk", + "tm:strength", + "tm:substitute", + "tm:swagger", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderwave", + "tm:toxic", + "tm:voltswitch", + "tm:wildcharge", + "tutor:covet", + "tutor:electroball", + "tutor:electroweb", + "tutor:focuspunch", + "tutor:helpinghand", + "tutor:irontail", + "tutor:knockoff", + "tutor:magnetrise", + "tutor:quickattack", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:snore", + "tutor:thunderpunch", + "tutor:thundershock", + "tutor:thunderwave" + ], + "labels": [ + "gen6" + ], + "aspects": [ + "cosplay" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Rock-Star", + "primaryType": "electric", + "abilities": [ + "lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 0, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "form_change:meteormash" + ], + "labels": [ + "gen6" + ], + "aspects": [ + "rock-star" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Belle", + "primaryType": "electric", + "abilities": [ + "lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 0, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "form_change:iciclecrash" + ], + "labels": [ + "gen6" + ], + "aspects": [ + "belle" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Pop-Star", + "primaryType": "electric", + "abilities": [ + "lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 0, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "form_change:drainingkiss" + ], + "labels": [ + "gen6" + ], + "aspects": [ + "pop-star" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "PhD", + "primaryType": "electric", + "abilities": [ + "lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 0, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "form_change:electricterrain" + ], + "labels": [ + "gen6" + ], + "aspects": [ + "phd" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Libre", + "primaryType": "electric", + "abilities": [ + "lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 0, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "form_change:flyingpress" + ], + "labels": [ + "gen6" + ], + "aspects": [ + "libre" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Original", + "primaryType": "electric", + "abilities": [ + "static", + "h:lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 1, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:charm", + "1:growl", + "1:nastyplot", + "1:nuzzle", + "1:playnice", + "1:quickattack", + "1:sweetkiss", + "1:tailwhip", + "1:thundershock", + "4:thunderwave", + "8:doubleteam", + "12:electroball", + "16:feint", + "20:spark", + "24:agility", + "28:irontail", + "28:slam", + "32:discharge", + "36:thunderbolt", + "40:lightscreen", + "44:thunder", + "50:wildcharge", + "egg:charge", + "egg:disarmingvoice", + "egg:fakeout", + "egg:flail", + "egg:present", + "egg:tickle", + "egg:wish", + "tm:agility", + "tm:alluringvoice", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:charge", + "tm:chargebeam", + "tm:charm", + "tm:confide", + "tm:dig", + "tm:disarmingvoice", + "tm:doubleteam", + "tm:drainingkiss", + "tm:echoedvoice", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:fling", + "tm:focuspunch", + "tm:frustration", + "tm:grassknot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:irontail", + "tm:knockoff", + "tm:lightscreen", + "tm:megakick", + "tm:megapunch", + "tm:nastyplot", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:reversal", + "tm:round", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:trailblaze", + "tm:uproar", + "tm:upperhand", + "tm:voltswitch", + "tm:wildcharge", + "tutor:agility", + "tutor:covet", + "tutor:electroweb", + "tutor:focuspunch", + "tutor:helpinghand", + "tutor:irontail", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:magnetrise", + "tutor:quickattack", + "tutor:risingvoltage", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:snore", + "tutor:thunder", + "tutor:thunderbolt", + "tutor:thunderpunch", + "tutor:volttackle" + ], + "labels": [ + "gen7" + ], + "aspects": [ + "original" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Hoenn", + "primaryType": "electric", + "abilities": [ + "static", + "h:lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 1, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:charm", + "1:growl", + "1:nastyplot", + "1:nuzzle", + "1:playnice", + "1:quickattack", + "1:sweetkiss", + "1:tailwhip", + "1:thundershock", + "4:thunderwave", + "8:doubleteam", + "12:electroball", + "16:feint", + "20:spark", + "24:agility", + "28:irontail", + "28:slam", + "32:discharge", + "36:thunderbolt", + "40:lightscreen", + "44:thunder", + "50:wildcharge", + "egg:charge", + "egg:disarmingvoice", + "egg:fakeout", + "egg:flail", + "egg:present", + "egg:tickle", + "egg:wish", + "tm:agility", + "tm:alluringvoice", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:charge", + "tm:chargebeam", + "tm:charm", + "tm:confide", + "tm:dig", + "tm:disarmingvoice", + "tm:doubleteam", + "tm:drainingkiss", + "tm:echoedvoice", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:fling", + "tm:focuspunch", + "tm:frustration", + "tm:grassknot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:irontail", + "tm:knockoff", + "tm:lightscreen", + "tm:megakick", + "tm:megapunch", + "tm:nastyplot", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:reversal", + "tm:round", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:trailblaze", + "tm:upperhand", + "tm:uproar", + "tm:voltswitch", + "tm:wildcharge", + "tutor:covet", + "tutor:electroweb", + "tutor:focuspunch", + "tutor:helpinghand", + "tutor:irontail", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:magnetrise", + "tutor:quickattack", + "tutor:risingvoltage", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:snore", + "tutor:thunder", + "tutor:thunderbolt", + "tutor:thunderpunch", + "tutor:volttackle" + ], + "labels": [ + "gen7" + ], + "aspects": [ + "hoenn" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Sinnoh", + "primaryType": "electric", + "abilities": [ + "static", + "h:lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 1, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:charm", + "1:growl", + "1:nastyplot", + "1:nuzzle", + "1:playnice", + "1:quickattack", + "1:sweetkiss", + "1:tailwhip", + "1:thundershock", + "4:thunderwave", + "8:doubleteam", + "12:electroball", + "16:feint", + "20:spark", + "24:agility", + "28:irontail", + "28:slam", + "32:discharge", + "36:thunderbolt", + "40:lightscreen", + "44:thunder", + "50:wildcharge", + "egg:charge", + "egg:disarmingvoice", + "egg:fakeout", + "egg:flail", + "egg:present", + "egg:tickle", + "egg:wish", + "tm:agility", + "tm:alluringvoice", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:charge", + "tm:chargebeam", + "tm:charm", + "tm:confide", + "tm:dig", + "tm:disarmingvoice", + "tm:doubleteam", + "tm:drainingkiss", + "tm:echoedvoice", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:fling", + "tm:focuspunch", + "tm:frustration", + "tm:grassknot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:irontail", + "tm:knockoff", + "tm:lightscreen", + "tm:megakick", + "tm:megapunch", + "tm:nastyplot", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:reversal", + "tm:round", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:trailblaze", + "tm:upperhand", + "tm:uproar", + "tm:voltswitch", + "tm:wildcharge", + "tutor:covet", + "tutor:electroweb", + "tutor:focuspunch", + "tutor:helpinghand", + "tutor:irontail", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:magnetrise", + "tutor:quickattack", + "tutor:risingvoltage", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:snore", + "tutor:thunderbolt", + "tutor:thunderpunch", + "tutor:volttackle" + ], + "labels": [ + "gen7" + ], + "aspects": [ + "sinnoh" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Unova", + "primaryType": "electric", + "abilities": [ + "static", + "h:lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 1, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:charm", + "1:growl", + "1:nastyplot", + "1:nuzzle", + "1:playnice", + "1:quickattack", + "1:sweetkiss", + "1:tailwhip", + "1:thundershock", + "4:thunderwave", + "8:doubleteam", + "12:electroball", + "16:feint", + "20:spark", + "24:agility", + "28:irontail", + "28:slam", + "32:discharge", + "36:thunderbolt", + "40:lightscreen", + "44:thunder", + "50:wildcharge", + "egg:charge", + "egg:disarmingvoice", + "egg:fakeout", + "egg:flail", + "egg:present", + "egg:tickle", + "egg:wish", + "tm:agility", + "tm:alluringvoice", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:charge", + "tm:chargebeam", + "tm:charm", + "tm:confide", + "tm:dig", + "tm:disarmingvoice", + "tm:doubleteam", + "tm:drainingkiss", + "tm:echoedvoice", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:fling", + "tm:focuspunch", + "tm:frustration", + "tm:grassknot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:irontail", + "tm:knockoff", + "tm:lightscreen", + "tm:megakick", + "tm:megapunch", + "tm:nastyplot", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:reversal", + "tm:round", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:trailblaze", + "tm:upperhand", + "tm:uproar", + "tm:voltswitch", + "tm:wildcharge", + "tutor:covet", + "tutor:electroweb", + "tutor:focuspunch", + "tutor:helpinghand", + "tutor:irontail", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:magnetrise", + "tutor:quickattack", + "tutor:risingvoltage", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:snore", + "tutor:thunderbolt", + "tutor:thunderpunch", + "tutor:volttackle" + ], + "labels": [ + "gen7" + ], + "aspects": [ + "unova" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Kalos", + "primaryType": "electric", + "abilities": [ + "static", + "h:lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 1, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:charm", + "1:growl", + "1:nastyplot", + "1:nuzzle", + "1:playnice", + "1:quickattack", + "1:sweetkiss", + "1:tailwhip", + "1:thundershock", + "4:thunderwave", + "8:doubleteam", + "12:electroball", + "16:feint", + "20:spark", + "24:agility", + "28:irontail", + "28:slam", + "32:discharge", + "36:thunderbolt", + "40:lightscreen", + "44:thunder", + "50:wildcharge", + "egg:charge", + "egg:disarmingvoice", + "egg:fakeout", + "egg:flail", + "egg:present", + "egg:tickle", + "egg:wish", + "tm:agility", + "tm:alluringvoice", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:charge", + "tm:chargebeam", + "tm:charm", + "tm:confide", + "tm:dig", + "tm:disarmingvoice", + "tm:doubleteam", + "tm:drainingkiss", + "tm:echoedvoice", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:fling", + "tm:focuspunch", + "tm:frustration", + "tm:grassknot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:irontail", + "tm:knockoff", + "tm:lightscreen", + "tm:megakick", + "tm:megapunch", + "tm:nastyplot", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:reversal", + "tm:round", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:trailblaze", + "tm:upperhand", + "tm:uproar", + "tm:voltswitch", + "tm:wildcharge", + "tutor:covet", + "tutor:electroball", + "tutor:electroweb", + "tutor:focuspunch", + "tutor:helpinghand", + "tutor:irontail", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:magnetrise", + "tutor:quickattack", + "tutor:risingvoltage", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:snore", + "tutor:thunderbolt", + "tutor:thunderpunch", + "tutor:volttackle" + ], + "labels": [ + "gen7" + ], + "aspects": [ + "kalos" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Alola", + "primaryType": "electric", + "abilities": [ + "static", + "h:lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 1, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:charm", + "1:growl", + "1:nastyplot", + "1:nuzzle", + "1:playnice", + "1:quickattack", + "1:sweetkiss", + "1:tailwhip", + "1:thundershock", + "4:thunderwave", + "8:doubleteam", + "12:electroball", + "16:feint", + "20:spark", + "24:agility", + "28:irontail", + "28:slam", + "32:discharge", + "36:thunderbolt", + "40:lightscreen", + "44:thunder", + "50:wildcharge", + "egg:charge", + "egg:disarmingvoice", + "egg:fakeout", + "egg:flail", + "egg:present", + "egg:tickle", + "egg:wish", + "tm:agility", + "tm:alluringvoice", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:charge", + "tm:chargebeam", + "tm:charm", + "tm:confide", + "tm:dig", + "tm:disarmingvoice", + "tm:doubleteam", + "tm:drainingkiss", + "tm:echoedvoice", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:fling", + "tm:focuspunch", + "tm:frustration", + "tm:grassknot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:irontail", + "tm:knockoff", + "tm:lightscreen", + "tm:megakick", + "tm:megapunch", + "tm:nastyplot", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:reversal", + "tm:round", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:trailblaze", + "tm:upperhand", + "tm:uproar", + "tm:voltswitch", + "tm:wildcharge", + "tutor:covet", + "tutor:electroball", + "tutor:electroweb", + "tutor:focuspunch", + "tutor:helpinghand", + "tutor:irontail", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:magnetrise", + "tutor:quickattack", + "tutor:risingvoltage", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:snore", + "tutor:thunderbolt", + "tutor:thunderpunch", + "tutor:volttackle" + ], + "labels": [ + "gen7", + "alola_regional" + ], + "aspects": [ + "alola" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Partner", + "primaryType": "electric", + "abilities": [ + "static", + "h:lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 1, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:charm", + "1:growl", + "1:nastyplot", + "1:nuzzle", + "1:playnice", + "1:quickattack", + "1:sweetkiss", + "1:tailwhip", + "1:thundershock", + "4:thunderwave", + "8:doubleteam", + "12:electroball", + "16:feint", + "20:spark", + "24:agility", + "28:irontail", + "28:slam", + "32:discharge", + "36:thunderbolt", + "40:lightscreen", + "44:thunder", + "50:wildcharge", + "egg:charge", + "egg:disarmingvoice", + "egg:fakeout", + "egg:flail", + "egg:present", + "egg:tickle", + "egg:wish", + "tm:agility", + "tm:alluringvoice", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:charge", + "tm:chargebeam", + "tm:charm", + "tm:confide", + "tm:dig", + "tm:disarmingvoice", + "tm:doubleteam", + "tm:drainingkiss", + "tm:echoedvoice", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:fling", + "tm:focuspunch", + "tm:frustration", + "tm:grassknot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:irontail", + "tm:knockoff", + "tm:lightscreen", + "tm:megakick", + "tm:megapunch", + "tm:nastyplot", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:reversal", + "tm:round", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:trailblaze", + "tm:upperhand", + "tm:uproar", + "tm:voltswitch", + "tm:wildcharge", + "tutor:covet", + "tutor:electroweb", + "tutor:focuspunch", + "tutor:helpinghand", + "tutor:irontail", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:magnetrise", + "tutor:quickattack", + "tutor:risingvoltage", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:snore", + "tutor:thunder", + "tutor:thunderbolt", + "tutor:thunderpunch", + "tutor:volttackle" + ], + "labels": [ + "gen7" + ], + "aspects": [ + "partner" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Starter", + "primaryType": "electric", + "abilities": [ + "static", + "h:lightningrod" + ], + "baseStats": { + "hp": 45, + "attack": 80, + "defence": 50, + "special_attack": 75, + "special_defence": 60, + "speed": 120 + }, + "catchRate": 190, + "maleRatio": 0.5, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:growl", + "1:thundershock", + "3:tailwhip", + "6:quickattack", + "9:doublekick", + "12:doubleteam", + "15:thunderwave", + "18:lightscreen", + "21:thunderbolt", + "24:slam", + "27:agility", + "30:thunder", + "tm:brickbreak", + "tm:calmmind", + "tm:dig", + "tm:facade", + "tm:headbutt", + "tm:helpinghand", + "tm:irontail", + "tm:lightscreen", + "tm:payday", + "tm:protect", + "tm:reflect", + "tm:rest", + "tm:seismictoss", + "tm:substitute", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tutor:agility", + "tutor:brickbreak", + "tutor:calmmind", + "tutor:dig", + "tutor:doublekick", + "tutor:doubleteam", + "tutor:facade", + "tutor:floatyfall", + "tutor:growl", + "tutor:headbutt", + "tutor:helpinghand", + "tutor:irontail", + "tutor:lightscreen", + "tutor:payday", + "tutor:pikapapow", + "tutor:protect", + "tutor:quickattack", + "tutor:reflect", + "tutor:rest", + "tutor:seismictoss", + "tutor:slam", + "tutor:splishysplash", + "tutor:substitute", + "tutor:tailwhip", + "tutor:thunder", + "tutor:thunderbolt", + "tutor:thunderpunch", + "tutor:thundershock", + "tutor:thunderwave", + "tutor:toxic", + "tutor:zippyzap" + ], + "labels": [ + "gen7" + ], + "aspects": [ + "starter" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Gmax", + "primaryType": "electric", + "abilities": [ + "static", + "h:lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 0.5, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "field", + "fairy" + ], + "labels": [ + "gen8", + "gmax" + ], + "aspects": [ + "gmax" + ], + "height": 210, + "weight": 0, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "World", + "primaryType": "electric", + "abilities": [ + "static", + "h:lightningrod" + ], + "baseStats": { + "hp": 35, + "attack": 55, + "defence": 40, + "special_attack": 50, + "special_defence": 50, + "speed": 90 + }, + "catchRate": 190, + "maleRatio": 1, + "baseExperienceYield": 112, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:charm", + "1:growl", + "1:nastyplot", + "1:nuzzle", + "1:playnice", + "1:quickattack", + "1:sweetkiss", + "1:tailwhip", + "1:thundershock", + "4:thunderwave", + "8:doubleteam", + "12:electroball", + "16:feint", + "20:spark", + "24:agility", + "28:irontail", + "28:slam", + "32:discharge", + "36:thunderbolt", + "40:lightscreen", + "44:thunder", + "egg:charge", + "egg:disarmingvoice", + "egg:fakeout", + "egg:flail", + "egg:present", + "egg:tickle", + "egg:wish", + "tm:agility", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:chargebeam", + "tm:charm", + "tm:dig", + "tm:disarmingvoice", + "tm:drainingkiss", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:fling", + "tm:grassknot", + "tm:helpinghand", + "tm:irontail", + "tm:lightscreen", + "tm:megakick", + "tm:megapunch", + "tm:nastyplot", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:reversal", + "tm:round", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:surf", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:trailblaze", + "tm:uproar", + "tm:voltswitch", + "tm:wildcharge", + "tutor:electroweb", + "tutor:irontail", + "tutor:quickattack", + "tutor:risingvoltage", + "tutor:thunderbolt", + "tutor:volttackle" + ], + "labels": [ + "gen8" + ], + "aspects": [ + "world" + ], + "height": 4, + "weight": 60, + "evolutions": [], + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Alola Bias", + "maleRatio": 0.5, + "labels": [ + "alola_regional" + ], + "aspects": [ + "region-bias-alola" + ], + "evolutions": [ + { + "id": "alola_pikachu_raichu", + "variant": "item_interact", + "result": "raichu alolan=false", + "consumeHeldItem": false, + "learnableMoves": [ + "thunderpunch" + ], + "requirements": [ + { + "variant": "biome", + "biomeCondition": "#cobblemon:is_forest" + }, + { + "variant": "biome", + "biomeAnticondition": "#cobblemon:is_spooky" + } + ], + "requiredContext": "cobblemon:thunder_stone" + }, + { + "id": "alola_pikachu_alola_raichu", + "variant": "item_interact", + "result": "raichu alolan", + "consumeHeldItem": false, + "learnableMoves": [ + "psychic" + ], + "requirements": [], + "requiredContext": "cobblemon:thunder_stone" + } + ] + } + ], + "baseExperienceYield": 112, + "experienceGroup": "medium_fast", + "eggCycles": 10, + "eggGroups": [ + "field", + "fairy" + ], + "moves": [ + "1:charm", + "1:growl", + "1:nastyplot", + "1:nuzzle", + "1:playnice", + "1:quickattack", + "1:sweetkiss", + "1:tailwhip", + "1:thundershock", + "4:thunderwave", + "8:doubleteam", + "12:electroball", + "16:feint", + "20:spark", + "24:agility", + "28:irontail", + "28:slam", + "32:discharge", + "36:thunderbolt", + "40:lightscreen", + "44:thunder", + "50:wildcharge", + "tm:agility", + "tm:alluringvoice", + "tm:attract", + "tm:bodyslam", + "tm:brickbreak", + "tm:captivate", + "tm:charge", + "tm:chargebeam", + "tm:charm", + "tm:confide", + "tm:dig", + "tm:disarmingvoice", + "tm:doubleteam", + "tm:drainingkiss", + "tm:echoedvoice", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:electroweb", + "tm:encore", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:faketears", + "tm:flash", + "tm:fling", + "tm:focuspunch", + "tm:frustration", + "tm:grassknot", + "tm:helpinghand", + "tm:hiddenpower", + "tm:irontail", + "tm:knockoff", + "tm:lightscreen", + "tm:megakick", + "tm:megapunch", + "tm:nastyplot", + "tm:naturalgift", + "tm:payday", + "tm:playrough", + "tm:protect", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:reversal", + "tm:rocksmash", + "tm:round", + "tm:secretpower", + "tm:shockwave", + "tm:sleeptalk", + "tm:snore", + "tm:strength", + "tm:substitute", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:thief", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:trailblaze", + "tm:upperhand", + "tm:uproar", + "tm:voltswitch", + "tm:wildcharge", + "tutor:agility", + "tutor:attract", + "tutor:bestow", + "tutor:bide", + "tutor:bodyslam", + "tutor:brickbreak", + "tutor:calmmind", + "tutor:charm", + "tutor:counter", + "tutor:covet", + "tutor:curse", + "tutor:defensecurl", + "tutor:detect", + "tutor:dig", + "tutor:discharge", + "tutor:doubleedge", + "tutor:doublekick", + "tutor:doubleteam", + "tutor:dynamicpunch", + "tutor:electroball", + "tutor:electroweb", + "tutor:encore", + "tutor:endeavor", + "tutor:endure", + "tutor:extremespeed", + "tutor:facade", + "tutor:fakeout", + "tutor:feint", + "tutor:flash", + "tutor:focuspunch", + "tutor:frustration", + "tutor:grassknot", + "tutor:growl", + "tutor:happyhour", + "tutor:headbutt", + "tutor:heartstamp", + "tutor:helpinghand", + "tutor:hiddenpower", + "tutor:holdhands", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:lastresort", + "tutor:lightscreen", + "tutor:magnetrise", + "tutor:megakick", + "tutor:megapunch", + "tutor:mimic", + "tutor:mudslap", + "tutor:nuzzle", + "tutor:payday", + "tutor:protect", + "tutor:rage", + "tutor:raindance", + "tutor:reflect", + "tutor:refresh", + "tutor:rest", + "tutor:return", + "tutor:risingvoltage", + "tutor:rollout", + "tutor:seismictoss", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:sing", + "tutor:skullbash", + "tutor:slam", + "tutor:sleeptalk", + "tutor:snore", + "tutor:strength", + "tutor:submission", + "tutor:substitute", + "tutor:swagger", + "tutor:sweetkiss", + "tutor:sweetscent", + "tutor:swift", + "tutor:tailwhip", + "tutor:takedown", + "tutor:teeterdance", + "tutor:thunderpunch", + "tutor:thunderwave", + "tutor:toxic", + "tutor:voltswitch", + "tutor:volttackle", + "tutor:wish", + "tutor:yawn", + "tutor:zapcannon" + ], + "labels": [ + "gen1", + "kanto_regional" + ], + "pokedex": [ + "cobblemon.species.pikachu.desc" + ], + "preEvolution": "pichu", + "evolutions": [ + { + "id": "pikachu_alola_raichu", + "variant": "item_interact", + "result": "raichu alolan", + "consumeHeldItem": false, + "learnableMoves": [ + "psychic" + ], + "requirements": [ + { + "variant": "biome", + "biomeCondition": "#cobblemon:evolution/alolan" + }, + { + "variant": "biome", + "biomeAnticondition": "#minecraft:is_freezing" + } + ], + "requiredContext": "cobblemon:thunder_stone" + }, + { + "id": "pikachu_raichu", + "variant": "item_interact", + "result": "raichu alolan=false", + "consumeHeldItem": false, + "learnableMoves": [ + "thunderpunch" + ], + "requirements": [], + "requiredContext": "cobblemon:thunder_stone" + }, + { + "id": "pikachu_cafe_raichu_alolan", + "variant": "item_interact", + "result": "cafe_raichu_alolan", + "consumeHeldItem": false, + "learnableMoves": [ + "thunderpunch" + ], + "requirements": [], + "requiredContext": "minecraft:yellow_wool" + }, + + + { + "id": "pikachu_raichu_alolan_pancake", + "variant": "item_interact", + "result": "raichu_alolan_pancake", + "consumeHeldItem": false, + "learnableMoves": [ + "thunderpunch" + ], + "requirements": [], + "requiredContext": "minecraft:cake" + } + ], + "baseScale": 0.5, + "hitbox": { + "width": 0.7, + "height": 1.3, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 2 + }, + "height": 4, + "weight": 60, + "aspects": [], + "cannotDynamax": false +} diff --git a/resourcepacks/CobbleCafe/data/cobblemon/species/generation7/litten.json b/resourcepacks/CobbleCafe/data/cobblemon/species/generation7/litten.json new file mode 100644 index 0000000..fe5d6ce --- /dev/null +++ b/resourcepacks/CobbleCafe/data/cobblemon/species/generation7/litten.json @@ -0,0 +1,174 @@ +{ + "implemented": true, + "name": "Litten", + "nationalPokedexNumber": 725, + "primaryType": "fire", + "abilities": [ + "blaze", + "h:intimidate" + ], + "baseStats": { + "hp": 45, + "attack": 65, + "defence": 40, + "special_attack": 60, + "special_defence": 40, + "speed": 70 + }, + "catchRate": 45, + "maleRatio": 0.875, + "shoulderMountable": false, + "baseExperienceYield": 64, + "experienceGroup": "medium_slow", + "eggCycles": 15, + "eggGroups": [ + "field" + ], + "drops": { + "amount": 2, + "entries": [ + { + "item": "cobblemon:charcoal_stick", + "percentage": 5.0 + }, + { + "item": "cobblemon:expert_belt", + "percentage": 5.0 + } + ] + }, + "moves": [ + "1:growl", + "1:scratch", + "3:ember", + "6:lick", + "9:roar", + "11:leer", + "12:furyswipes", + "15:bite", + "18:doublekick", + "21:firefang", + "24:scaryface", + "27:swagger", + "30:flamethrower", + "33:thrash", + "36:flareblitz", + "46:outrage", + "egg:bodyslam", + "egg:crunch", + "egg:fakeout", + "egg:heatwave", + "egg:nastyplot", + "egg:partingshot", + "egg:powertrip", + "egg:revenge", + "tm:acrobatics", + "tm:attract", + "tm:bodyslam", + "tm:bulkup", + "tm:confide", + "tm:crunch", + "tm:doubleedge", + "tm:doubleteam", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:fireblast", + "tm:firefang", + "tm:firepledge", + "tm:firespin", + "tm:flamecharge", + "tm:flamethrower", + "tm:flareblitz", + "tm:frustration", + "tm:heatwave", + "tm:helpinghand", + "tm:hiddenpower", + "tm:leechlife", + "tm:nastyplot", + "tm:outrage", + "tm:overheat", + "tm:payday", + "tm:protect", + "tm:rest", + "tm:return", + "tm:revenge", + "tm:roar", + "tm:round", + "tm:scaryface", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:snore", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swordsdance", + "tm:takedown", + "tm:taunt", + "tm:temperflare", + "tm:terablast", + "tm:torment", + "tm:toxic", + "tm:trailblaze", + "tm:uturn", + "tm:willowisp", + "tm:workup", + "tutor:covet", + "tutor:endeavor", + "tutor:firepledge", + "tutor:heatwave", + "tutor:outrage", + "tutor:snore" + ], + "labels": [ + "gen7" + ], + "pokedex": [ + "cobblemon.species.litten.desc" + ], + + "evolutions": [ + { + "id": "litten_torracat", + "variant": "level_up", + "result": "torracat", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 17 + } + ] + }, + { + "id": "litten_cafe_litten", + "variant": "item_interact", + "result": "cafe_litten", + "consumeHeldItem": true, + "learnableMoves": [], + "requirements": [], + "requiredContext": "minecraft:purple_wool" + } + ], + "baseScale": 0.6, + "hitbox": { + "width": 0.7, + "height": 0.9, + "fixed": false + }, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 1 + }, + "height": 4, + "weight": 43, + "aspects": [], + "cannotDynamax": false +} + diff --git a/resourcepacks/CobbleCafe/data/cobblemon/species/generation9/fuecoco.json b/resourcepacks/CobbleCafe/data/cobblemon/species/generation9/fuecoco.json new file mode 100644 index 0000000..8cb365d --- /dev/null +++ b/resourcepacks/CobbleCafe/data/cobblemon/species/generation9/fuecoco.json @@ -0,0 +1,146 @@ +{ + "implemented": true, + "name": "Fuecoco", + "nationalPokedexNumber": 909, + "primaryType": "fire", + "abilities": [ + "blaze", + "h:unaware" + ], + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:charcoal_stick", + "percentage": 5 + } + ] + }, + "baseStats": { + "hp": 67, + "attack": 45, + "defence": 59, + "special_attack": 63, + "special_defence": 40, + "speed": 36 + }, + "catchRate": 45, + "maleRatio": 0.875, + "baseExperienceYield": 62, + "baseFriendship": 50, + "evYield": { + "hp": 1, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "medium_slow", + "eggCycles": 20, + "eggGroups": [ + "field" + ], + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": true, + "depth": "normal", + "light": "0-4" + } + }, + "moves": [ + "1:ember", + "1:leer", + "1:tackle", + "7:round", + "12:bite", + "15:incinerate", + "17:yawn", + "21:snarl", + "25:roar", + "28:flamethrower", + "32:hypervoice", + "36:fireblast", + "egg:belch", + "egg:curse", + "egg:encore", + "egg:slackoff", + "tm:bodyslam", + "tm:crunch", + "tm:curse", + "tm:dig", + "tm:disarmingvoice", + "tm:encore", + "tm:endure", + "tm:facade", + "tm:fireblast", + "tm:firefang", + "tm:firepledge", + "tm:firespin", + "tm:flamecharge", + "tm:flamethrower", + "tm:flareblitz", + "tm:heatwave", + "tm:helpinghand", + "tm:hypervoice", + "tm:mudslap", + "tm:outrage", + "tm:overheat", + "tm:protect", + "tm:rest", + "tm:roar", + "tm:seedbomb", + "tm:sleeptalk", + "tm:snarl", + "tm:stompingtantrum", + "tm:substitute", + "tm:sunnyday", + "tm:takedown", + "tm:temperflare", + "tm:terablast", + "tm:thunderfang", + "tm:willowisp", + "tm:zenheadbutt" + ], + "labels": [ + "gen9" + ], + "aspects": [], + "height": 4, + "weight": 98, + "evolutions": [ + { + "id": "fuecoco_crocalor", + "variant": "level_up", + "result": "crocalor", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 16 + } + ] + }, + { + "id": "fuecoco_cafe_fuecoco", + "variant": "item_interact", + "result": "cafe_fuecoco", + "consumeHeldItem": true, + "learnableMoves": [], + "requirements": [], + "requiredContext": "minecraft:red_wool" + } + ], + "baseScale": 0.6, + "hitbox": { + "width": 0.8, + "height": 1.1, + "fixed": false + }, + "cannotDynamax": false, + "pokedex": [ + "cobblemon.species.fuecoco.desc" + ] +} \ No newline at end of file diff --git a/resourcepacks/CobbleCafe/data/cobblemon/species/generation9/sprigatito.json b/resourcepacks/CobbleCafe/data/cobblemon/species/generation9/sprigatito.json new file mode 100644 index 0000000..986b98c --- /dev/null +++ b/resourcepacks/CobbleCafe/data/cobblemon/species/generation9/sprigatito.json @@ -0,0 +1,152 @@ +{ + "implemented": true, + "name": "Sprigatito", + "nationalPokedexNumber": 906, + "primaryType": "grass", + "abilities": [ + "overgrow", + "h:protean" + ], + "drops": { + "amount": 1, + "entries": [ + { + "item": "cobblemon:miracle_seed", + "percentage": 5.0 + } + ] + }, + "baseStats": { + "hp": 40, + "attack": 61, + "defence": 54, + "special_attack": 45, + "special_defence": 45, + "speed": 65 + }, + "catchRate": 45, + "maleRatio": 0.875, + "baseExperienceYield": 62, + "baseFriendship": 50, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 1 + }, + "experienceGroup": "medium_slow", + "eggCycles": 20, + "eggGroups": [ + "field", + "grass" + ], + "behaviour": { + "resting": { + "canSleep": true, + "willSleepOnBed": true, + "depth": "normal", + "light": "0-4" + }, + "moving": { + "walk": { + "walkSpeed": 0.2 + } + } + }, + "moves": [ + "1:leafage", + "1:scratch", + "1:tailwhip", + "7:bite", + "10:honeclaws", + "13:magicalleaf", + "15:quickattack", + "17:seedbomb", + "21:uturn", + "25:worryseed", + "28:slash", + "32:energyball", + "36:playrough", + "egg:allyswitch", + "egg:copycat", + "egg:leechseed", + "egg:petalblizzard", + "egg:suckerpunch", + "tm:acrobatics", + "tm:agility", + "tm:bulletseed", + "tm:charm", + "tm:disarmingvoice", + "tm:endure", + "tm:energyball", + "tm:facade", + "tm:faketears", + "tm:gigadrain", + "tm:grassknot", + "tm:grasspledge", + "tm:grassyglide", + "tm:grassyterrain", + "tm:helpinghand", + "tm:leafstorm", + "tm:magicalleaf", + "tm:mudslap", + "tm:nastyplot", + "tm:petalblizzard", + "tm:playrough", + "tm:protect", + "tm:rest", + "tm:seedbomb", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:solarbeam", + "tm:substitute", + "tm:swift", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:trailblaze", + "tm:uturn" + ], + "labels": [ + "gen9" + ], + "aspects": [], + "height": 4, + "weight": 41, + "evolutions": [ + { + "id": "sprigatito_floragato", + "variant": "level_up", + "result": "floragato", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 16 + } + ] + }, + { + "id": "sprigatito_cafe_sprigatito", + "variant": "item_interact", + "result": "cafe_sprigatito", + "consumeHeldItem": true, + "learnableMoves": [], + "requirements": [], + "requiredContext": "minecraft:lime_wool" + } + ], + "baseScale": 0.6, + "hitbox": { + "width": 1, + "height": 1.0, + "fixed": false + }, + "cannotDynamax": false, + "pokedex": [ + "cobblemon.species.sprigatito.desc" + ] +} diff --git a/resourcepacks/CobbleCafe/pack.mcmeta b/resourcepacks/CobbleCafe/pack.mcmeta new file mode 100644 index 0000000..6af2bca --- /dev/null +++ b/resourcepacks/CobbleCafe/pack.mcmeta @@ -0,0 +1 @@ +{"pack": {"pack_format": 34, "description": "Adds some new outfits for your Pokemon, based of those seen in Pokemon cafe/Unite :D."}} \ No newline at end of file diff --git a/resourcepacks/CobbleCafe/pack.png b/resourcepacks/CobbleCafe/pack.png new file mode 100644 index 0000000..4e2e77c Binary files /dev/null and b/resourcepacks/CobbleCafe/pack.png differ diff --git a/resourcepacks/EclecticTrove-1.20.1-1.3.0/assets/legendarytooltips/textures/gui/tooltip_borders.png b/resourcepacks/EclecticTrove-1.20.1-1.3.0/assets/legendarytooltips/textures/gui/tooltip_borders.png new file mode 100644 index 0000000..9433ee6 Binary files /dev/null and b/resourcepacks/EclecticTrove-1.20.1-1.3.0/assets/legendarytooltips/textures/gui/tooltip_borders.png differ diff --git a/resourcepacks/EclecticTrove-1.20.1-1.3.0/pack.mcmeta b/resourcepacks/EclecticTrove-1.20.1-1.3.0/pack.mcmeta new file mode 100644 index 0000000..8fee93c --- /dev/null +++ b/resourcepacks/EclecticTrove-1.20.1-1.3.0/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "pack_format": 15, + "description": "A pre-configured collection of eleven custom frames for the Legendary Tooltips mod." + } +} \ No newline at end of file diff --git a/resourcepacks/EclecticTrove-1.20.1-1.3.0/pack.png b/resourcepacks/EclecticTrove-1.20.1-1.3.0/pack.png new file mode 100644 index 0000000..e013af9 Binary files /dev/null and b/resourcepacks/EclecticTrove-1.20.1-1.3.0/pack.png differ diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/arceus/arceus.animation.json b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/arceus/arceus.animation.json new file mode 100644 index 0000000..dff8c32 --- /dev/null +++ b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/arceus/arceus.animation.json @@ -0,0 +1,465 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.arceus.ground_idle": { + "loop": true, + "animation_length": 3, + "bones": { + "tail": { + "rotation": { + "0.0": [12.5, 0, 0], + "1.5": [7.5, 0, 0], + "3.0": [12.5, 0, 0] + } + }, + "front_leg_left": { + "rotation": [5, 0, 0] + }, + "BottomLegFL": { + "rotation": [5, 0, 0] + }, + "front_leg_right": { + "rotation": [-10, 0, 0] + }, + "bottomLegFR": { + "rotation": [5, 0, 0] + }, + "back_leg_left": { + "rotation": [10, 0, 0] + }, + "BottomLegBL": { + "rotation": [-7.5, 0, 0] + }, + "back_leg_right": { + "rotation": [7.5, 0, 0] + }, + "BottomLegBR": { + "rotation": [-7.5, 0, 0] + }, + "neck": { + "rotation": [7.5, 0, 0] + }, + "neck_upper": { + "rotation": { + "0.0": [-6.67, 0, 0], + "3.0": [-6.67, 0, 0] + }, + "position": [0, -1, 0] + }, + "head": { + "rotation": { + "0.0": [10, 0, 0], + "1.5": [7.5, 0, 0], + "3.0": [10, 0, 0] + }, + "position": [0, -0.7, 0] + }, + "head_tail": { + "rotation": [-7.5, 0, 0] + }, + "head_tail_2": { + "rotation": [-10, 0, 0] + }, + "head_tail_3": { + "rotation": [-7.5, 0, 0] + }, + "head_tail_4": { + "rotation": [22.5, 0, 0] + }, + "tail_piece_1": { + "rotation": [-27.5, 0, 0], + "position": [0, 0, -1.5] + }, + "tail_piece_2": { + "rotation": [45, 0, 0], + "position": [0, 0, -1.5] + }, + "tail_piece_3": { + "rotation": [-30, 0, 0], + "position": [0, 0, -0.5] + }, + "arceus": { + "position": [0, -1.1, 0] + } + } + }, + "animation.arceus.ground_walk": { + "loop": true, + "animation_length": 2.6667, + "bones": { + "arceus": { + "rotation": { + "0.0": [0, 0, 0], + "0.9444": [5, 0, 0], + "2.6667": [0, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [5, 0, 0], + "2.0": [-5, 0, 0], + "2.6667": [0, 0, 0] + } + }, + "front_leg_left": { + "rotation": { + "0.0": [-55, 0, 0], + "0.4444": [-15, 0, 0], + "0.6667": [-5, 0, 0], + "0.8611": [7.5, 0, 0], + "1.0833": [10, 0, 0], + "1.3333": [5, 0, 0], + "1.5833": [-7.5, 0, 0], + "1.8056": [-55, 0, 0], + "2.0": [-85, 0, 0], + "2.2222": [-62.5, 0, 0], + "2.4444": [-50, 0, 0], + "2.6667": [-55, 0, 0] + } + }, + "BottomLegFL": { + "rotation": { + "0.0": [32.5, 0, 0], + "0.2222": [-2.5, 0, 0], + "0.4444": [5, 0, 0], + "0.8611": [0, 0, 0], + "1.0833": [10, 0, 0], + "1.3333": [42.5, 0, 0], + "1.5833": [57.5, 0, 0], + "1.8056": [87.5, 0, 0], + "2.0": [107.5, 0, 0], + "2.2222": [62.5, 0, 0], + "2.4444": [47.5, 0, 0], + "2.6667": [32.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "2.0": [0, 0, 2], + "2.2222": [0, 0, 0], + "2.6667": [0, 0, 0] + } + }, + "front_leg_right": { + "rotation": { + "0.0": [-12.5, 0, 0], + "0.2222": [-5, 0, 0], + "0.4444": [7.5, 0, 0], + "0.6667": [15, 0, 0], + "0.8611": [-5, 0, 0], + "1.0833": [-10, 0, 0], + "1.3333": [-42.5, 0, 0], + "1.5833": [-70, 0, 0], + "1.8056": [-85, 0, 0], + "2.0": [-80, 0, 0], + "2.2222": [-50, 0, 0], + "2.4444": [-17.5, 0, 0], + "2.6667": [-12.5, 0, 0] + } + }, + "bottomLegFR": { + "rotation": { + "0.0": [7.5, 0, 0], + "0.2222": [2.5, 0, 0], + "0.4444": [22.5, 0, 0], + "0.8611": [67.5, 0, 0], + "1.0833": [85, 0, 0], + "2.0": [40, 0, 0], + "2.2222": [5, 0, 0], + "2.6667": [7.5, 0, 0] + } + }, + "back_leg_left": { + "rotation": { + "0.0": [12.5, 0, 0], + "0.2222": [32.5, 0, 0], + "0.4444": [47.5, 0, 0], + "0.6667": [45, 0, 0], + "1.0833": [37.5, 0, 0], + "1.3333": [35, 0, 0], + "1.5833": [27.5, 0, 0], + "1.8056": [5, 0, 0], + "2.0": [-10, 0, 0], + "2.2222": [0, 0, 0], + "2.6667": [12.5, 0, 0] + } + }, + "BottomLegBL": { + "rotation": { + "0.0": [-10, 0, 0], + "0.2222": [-20, 0, 0], + "0.4444": [-32.5, 0, 0], + "0.6667": [-47.5, 0, 0], + "0.8611": [-60, 0, 0], + "1.5833": [-47.5, 0, 0], + "2.0": [-7.5, 0, 0], + "2.2222": [-15, 0, 0], + "2.4444": [0, 0, 0], + "2.6667": [-10, 0, 0] + } + }, + "back_leg_right": { + "rotation": { + "0.0": [52.5, 0, 0], + "0.4444": [45, 0, 0], + "0.6667": [42.5, 0, 0], + "1.0833": [35, 0, 0], + "1.3333": [32.5, 0, 0], + "1.5833": [22.5, 0, 0], + "1.8056": [10, 0, 0], + "2.0": [15, 0, 0], + "2.2222": [20, 0, 0], + "2.4444": [32.5, 0, 0], + "2.6667": [52.5, 0, 0] + } + }, + "BottomLegBR": { + "rotation": { + "0.0": [-15, 0, 0], + "0.2222": [-22.5, 0, 0], + "0.4444": [-40, 0, 0], + "0.6667": [-57.5, 0, 0], + "0.8611": [-75, 0, 0], + "1.5833": [-62.5, 0, 0], + "1.8056": [-25, 0, 0], + "2.0": [-10, 0, 0], + "2.2222": [-5, 0, 0], + "2.4444": [0, 0, 0], + "2.6667": [-15, 0, 0] + } + }, + "neck": { + "rotation": { + "0.0": [2.5, 0, 0], + "1.3333": [10, 0, 0], + "2.6667": [3.15, 0, 0] + } + }, + "neck_upper": { + "rotation": [0, 0, 0] + }, + "head": { + "rotation": [10, 0, 0], + "position": [0, -0.7, 0] + }, + "head_tail_2": { + "rotation": { + "0.0": [0, 0, 0], + "0.7778": [5, 0, 0], + "1.7778": [-12.5, 0, 0], + "2.6667": [0, 0, 0] + } + }, + "head_tail_3": { + "rotation": { + "0.0": [0, 0, 0], + "0.7778": [5, 0, 0], + "1.7778": [-5, 0, 0], + "2.6667": [0, 0, 0] + } + }, + "head_tail_4": { + "rotation": { + "0.0": [0, 0, 0], + "0.7778": [-5, 0, 0], + "1.7778": [-15, 0, 0], + "2.6667": [0, 0, 0] + }, + "position": [0, 0, -1] + }, + "tail_piece_1": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [5, 0, 0], + "2.0": [-5, 0, 0], + "2.6667": [0, 0, 0] + } + }, + "tail_piece_2": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [5, 0, 0], + "2.0": [-5, 0, 0], + "2.6667": [0, 0, 0] + } + }, + "tail_piece_3": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [-5, 0, 0], + "2.0": [5, 0, 0], + "2.6667": [0, 0, 0] + } + } + } + }, + "animation.arceus.faint": { + "animation_length": 4.25, + "bones": { + "arceus": { + "rotation": { + "0.0": [0, 0, 0], + "3.0": [7.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "3.0": [0, -2.1, 0], + "4.25": [0, 9.9, 0] + } + }, + "front_leg_left": { + "rotation": { + "0.0": [-15, 0, 0], + "2.75": [-44.37, 0, 0], + "3.0": [-22.5, 0, 0], + "4.0": [-53.5, 0, 0] + }, + "position": [0, 0, 0] + }, + "BottomLegFL": { + "rotation": { + "0.0": [15, 0, 0], + "4.0": [60, 0, 0] + }, + "position": [0, 0, 0] + }, + "front_leg_right": { + "rotation": { + "0.0": [2.5, 0, 0], + "3.0": [-7.5, 0, 0], + "4.0": [-27.5, 0, 0] + }, + "position": [0, 0, 0] + }, + "bottomLegFR": { + "rotation": { + "0.0": [7.5, 0, 0], + "3.0": [20, 0, 0], + "4.0": [46, 0, 0] + }, + "position": [0, 0, 0] + }, + "torso": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "tail": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [15, 0, 0], + "2.0": [62.5, 0, 0], + "4.0": [-10, 0, 0] + }, + "position": [0, 0, 0] + }, + "tail_piece_1": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [7.5, 0, 0], + "4.0": [-7.5, 0, 0] + }, + "position": [0, 0, 0] + }, + "tail_piece_2": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [7.5, 0, 0], + "4.0": [-12.5, 0, 0] + }, + "position": [0, 0, 0] + }, + "tail_piece_3": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [10, 0, 0], + "4.0": [-5, 0, 0] + }, + "position": [0, 0, 0] + }, + "ring": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "back_leg_left": { + "rotation": { + "0.0": [5, 0, 0], + "3.0": [-5, 0, 0] + }, + "position": [0, 0, 0] + }, + "BottomLegBL": { + "rotation": [-5, 0, 0], + "position": [0, 0, 0] + }, + "back_leg_right": { + "rotation": [5, 0, 0], + "position": [0, 0, 0] + }, + "BottomLegBR": { + "rotation": [-5, 0, 0], + "position": [0, 0, 0] + }, + "neck": { + "rotation": [0, 0, 0], + "position": [0, 0, 0] + }, + "neck_upper": { + "rotation": { + "0.0": [0, 0, 0], + "4.0": [20, 0, 0] + }, + "position": [0, 0, 0] + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [-47.5, 0, 0], + "2.0": [-67.5, 0, 0], + "4.0": [30, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "4.0": [0, -2.1, 0.6] + } + }, + "head_tail": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [15, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 0, -1.1] + } + }, + "head_tail_2": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [12.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 0, -0.8] + } + }, + "head_tail_3": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [10, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 0, -0.5] + } + }, + "head_tail_4": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [10, 0, 0] + }, + "position": [0, 0, 0] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/hooh/hooh.animation.json b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/hooh/hooh.animation.json new file mode 100644 index 0000000..b3cd230 --- /dev/null +++ b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/hooh/hooh.animation.json @@ -0,0 +1,638 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.hooh.ground_idle": { + "loop": true, + "animation_length": 1.5, + "bones": { + "l_leg": { + "rotation": [65, 0, 0] + }, + "left_wing": { + "rotation": [7.5, 10, 85], + "position": [2, 0, 0] + }, + "l_wing1": { + "rotation": [0, -77.5, 0] + }, + "l_wing2": { + "rotation": [0, -30, 0] + }, + "l_wing3": { + "rotation": [0, -37.5, 0] + }, + "body": { + "rotation": [-45, 0, 0], + "position": [0, 11, 0] + }, + "neck": { + "rotation": { + "0.0": [-22.5, 0, 0], + "0.75": [-20, 0, 0], + "1.5": [-22.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 2], + "1.5": [0, 0, 2] + } + }, + "neck2": { + "rotation": [17.5, 0, 0], + "position": [0, 0, 1] + }, + "neck3": { + "rotation": [20, 0, 0], + "position": [0, 0, 1] + }, + "head": { + "rotation": [47.5, 0, 0], + "position": [0, 3, 0] + }, + "right_wing": { + "rotation": [7.5, -10, -85], + "position": [-2, 0, 0] + }, + "r_wing1": { + "rotation": [0, 77.5, 0] + }, + "r_wing2": { + "rotation": [0, 30, 0] + }, + "r_leg": { + "rotation": [65, 0, 0] + }, + "ho_oh": { + "position": [0, -4, 0] + }, + "lower_l_leg": { + "rotation": { + "0.0": [-20, 0, 0], + "1.5": [-20, 0, 0] + } + }, + "lower_r_leg": { + "rotation": [-20, 0, 0] + }, + "tail": { + "rotation": [12.5, 0, 0], + "position": [0, 1, -2] + }, + "r_wing3": { + "rotation": [0, 37.5, 0] + } + } + }, + "animation.hooh.faint": { + "loop": true, + "animation_length": 1.5, + "bones": { + "l_leg": { + "rotation": [65, 0, 0] + }, + "left_wing": { + "rotation": [7.5, 10, 85], + "position": [2, 0, 0] + }, + "l_wing1": { + "rotation": [0, -77.5, 0] + }, + "l_wing2": { + "rotation": [0, -30, 0] + }, + "l_wing3": { + "rotation": [0, -37.5, 0] + }, + "body": { + "rotation": [-45, 0, 0], + "position": [0, 11, 0] + }, + "neck": { + "rotation": { + "0.0": [-22.5, 0, 0], + "0.75": [-20, 0, 0], + "1.5": [-22.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 2], + "1.5": [0, 0, 2] + } + }, + "neck2": { + "rotation": [17.5, 0, 0], + "position": [0, 0, 1] + }, + "neck3": { + "rotation": [20, 0, 0], + "position": [0, 0, 1] + }, + "head": { + "rotation": [47.5, 0, 0], + "position": [0, 3, 0] + }, + "right_wing": { + "rotation": [7.5, -10, -85], + "position": [-2, 0, 0] + }, + "r_wing1": { + "rotation": [0, 77.5, 0] + }, + "r_wing2": { + "rotation": [0, 30, 0] + }, + "r_leg": { + "rotation": [65, 0, 0] + }, + "ho_oh": { + "position": [0, -4, 0] + }, + "lower_l_leg": { + "rotation": { + "0.0": [-20, 0, 0], + "1.5": [-20, 0, 0] + } + }, + "lower_r_leg": { + "rotation": [-20, 0, 0] + }, + "tail": { + "rotation": [12.5, 0, 0], + "position": [0, 1, -2] + }, + "r_wing3": { + "rotation": [0, 37.5, 0] + } + } + }, + "animation.hooh.ground_walk": { + "loop": true, + "animation_length": 1.5, + "bones": { + "l_leg": { + "rotation": { + "0.0": [107.5, 0, 0], + "0.25": [117.5, 0, 0], + "0.75": [15, 0, 0], + "1.0": [-5, 0, 0], + "1.25": [80, 0, 0], + "1.5": [107.5, 0, 0] + } + }, + "left_wing": { + "rotation": [7.5, 10, 85], + "position": [2, 0, 0] + }, + "l_wing1": { + "rotation": [0, -77.5, 0] + }, + "l_wing2": { + "rotation": [0, -30, 0] + }, + "l_wing3": { + "rotation": [0, -37.5, 0] + }, + "body": { + "rotation": { + "0.0": [-45, 0, 0], + "1.5": [-45, 0, 0] + }, + "position": { + "0.0": [0, 11, 0], + "0.75": [0, 9, 0], + "1.5": [0, 11, 0] + } + }, + "neck": { + "rotation": { + "0.0": [-22.57734, 4.61854, -1.91757], + "0.75": [-22.57734, -4.61854, 1.91757], + "1.5": [-22.57734, 4.61854, -1.91757] + }, + "position": [0, 0, 2] + }, + "neck2": { + "rotation": [17.5, 0, 0], + "position": [0, 0, 1] + }, + "neck3": { + "rotation": [20, 0, 0], + "position": [0, 0, 1] + }, + "head": { + "rotation": [47.5, 0, 0], + "position": [0, 3, 0] + }, + "right_wing": { + "rotation": [7.5, -10, -85], + "position": [-2, 0, 0] + }, + "r_wing1": { + "rotation": [0, 77.5, 0] + }, + "r_wing2": { + "rotation": [0, 30, 0] + }, + "r_leg": { + "rotation": { + "0.0": [15, 0, 0], + "0.25": [-5, 0, 0], + "0.5": [80, 0, 0], + "0.75": [107.5, 0, 0], + "1.0": [117.5, 0, 0], + "1.5": [15, 0, 0] + } + }, + "ho_oh": { + "position": [0, -4, 0] + }, + "lower_l_leg": { + "rotation": { + "0.0": [15, 0, 0], + "0.25": [-27.5, 0, 0], + "0.75": [-20, 0, 0], + "1.25": [-30, 0, 0], + "1.5": [15, 0, 0] + } + }, + "lower_r_leg": { + "rotation": { + "0.0": [-20, 0, 0], + "0.5": [-30, 0, 0], + "0.75": [15, 0, 0], + "1.0": [-27.5, 0, 0], + "1.5": [-20, 0, 0] + } + }, + "tail": { + "rotation": [12.5, 0, 0], + "position": [0, 1, -2] + }, + "r_wing3": { + "rotation": [0, 37.5, 0] + }, + "l_foot": { + "rotation": { + "0.0": [-7.5, 0, 0], + "0.75": [37.5, 0, 0], + "1.25": [2.5, 0, 0], + "1.5": [-7.5, 0, 0] + } + }, + "l_fronttoe_1": { + "rotation": { + "0.0": [-22.5, 0, 0], + "0.75": [0, 0, 0], + "1.25": [-7.5, 0, 0], + "1.5": [-22.5, 0, 0] + } + }, + "l_fronttoe_2": { + "rotation": { + "0.0": [-22.5, 0, 0], + "0.75": [0, 0, 0], + "1.25": [-7.5, 0, 0], + "1.5": [-22.5, 0, 0] + } + }, + "l_fronttoe_3": { + "rotation": { + "0.0": [-22.5, 0, 0], + "0.75": [0, 0, 0], + "1.25": [-7.5, 0, 0], + "1.5": [-22.5, 0, 0] + } + }, + "r_foot": { + "rotation": { + "0.0": [37.5, 0, 0], + "0.5": [2.5, 0, 0], + "0.75": [-7.5, 0, 0], + "1.5": [37.5, 0, 0] + } + }, + "r_fronttoe_1": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-7.5, 0, 0], + "0.75": [-22.5, 0, 0], + "1.5": [0, 0, 0] + } + }, + "r_fronttoe_2": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-7.5, 0, 0], + "0.75": [-22.5, 0, 0], + "1.5": [0, 0, 0] + } + }, + "r_fronttoe_3": { + "rotation": { + "0.0": [0, 0, 0], + "0.5": [-7.5, 0, 0], + "0.75": [-22.5, 0, 0], + "1.5": [0, 0, 0] + } + } + } + }, + "animation.hooh.air_idle": { + "loop": true, + "animation_length": 3, + "bones": { + "l_leg": { + "rotation": { + "0.0": [60, 0, 0], + "1.5": [57.5, 0, 0], + "3.0": [60, 0, 0] + } + }, + "l_foot": { + "rotation": [40, 0, 0] + }, + "l_backtoe": { + "rotation": [-80, 0, 0] + }, + "l_fronttoe1": { + "rotation": [70, 0, 0] + }, + "l_fronttoe2": { + "rotation": [70, 0, 0] + }, + "l_fronttoe3": { + "rotation": [70, 0, 0] + }, + "left_wing": { + "rotation": { + "0.0": [0, 0, -47.5], + "0.5": [0, 0, -27.5], + "1.0": [0, 0, 5], + "1.5": [0, 0, 20], + "2.0": [0, 0, 5], + "2.5": [0, 0, -27.5], + "3.0": [0, 0, -47.5] + } + }, + "l_wing1": { + "rotation": { + "0.0": [0, 0, -22.5], + "0.5": [0, 0, -2.5], + "1.0": [0, 0, 20], + "2.0": [0, 0, 20], + "2.5": [0, 0, -2.5], + "3.0": [0, 0, -22.5] + } + }, + "l_wing2": { + "rotation": { + "0.0": [0, 0, -5], + "0.5": [0, 0, -2.5], + "1.0": [0, 0, 12.5], + "2.0": [0, 0, 12.5], + "2.5": [0, 0, -2.5], + "3.0": [0, 0, -5] + } + }, + "l_wing3": { + "rotation": { + "0.0": [0, 0, 20], + "0.5": [0, 0, -7.5], + "1.0": [0, 0, 22.5], + "1.5": [0, 0, 35], + "2.0": [0, 0, 22.5], + "2.5": [0, 0, -7.5], + "3.0": [0, 0, 20] + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "1.5": [2.5, 0, 0], + "3.0": [0, 0, 0] + } + }, + "neck2": { + "rotation": { + "0.0": [0, 0, 0], + "1.5": [2.5, 0, 0], + "3.0": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "1.5": [2.5, 0, 0], + "3.0": [0, 0, 0] + } + }, + "right_wing": { + "rotation": { + "0.0": [0, 0, 47.5], + "0.5": [0, 0, 27.5], + "1.0": [0, 0, -5], + "1.5": [0, 0, -20], + "2.0": [0, 0, -5], + "2.5": [0, 0, 27.5], + "3.0": [0, 0, 47.5] + } + }, + "r_wing1": { + "rotation": { + "0.0": [0, 0, 22.5], + "0.5": [0, 0, 2.5], + "1.0": [0, 0, -20], + "2.0": [0, 0, -20], + "2.5": [0, 0, 2.5], + "3.0": [0, 0, 22.5] + } + }, + "r_wing2": { + "rotation": { + "0.0": [0, 0, 5], + "1.0": [0, 0, -12.5], + "3.0": [0, 0, 5] + } + }, + "r_leg": { + "rotation": { + "0.0": [60, 0, 0], + "1.5": [57.5, 0, 0], + "3.0": [60, 0, 0] + } + }, + "r_foot": { + "rotation": [40, 0, 0] + }, + "r_backtoe": { + "rotation": [-80, 0, 0] + }, + "r_fronttoe1": { + "rotation": [70, 0, 0] + }, + "r_fronttoe_1": { + "rotation": [0, 0, 0] + }, + "r_fronttoe2": { + "rotation": [70, 0, 0] + }, + "r_fronttoe3": { + "rotation": [70, 0, 0] + }, + "r_wing3": { + "rotation": { + "0.0": [0, 0, -20], + "0.5": [0, 0, 7.5], + "1.0": [0, 0, -22.5], + "1.5": [0, 0, -35], + "2.5": [0, 0, 7.5], + "3.0": [0, 0, -20] + } + } + } + }, + "animation.hooh.air_fly": { + "loop": true, + "animation_length": 3, + "bones": { + "l_leg": { + "rotation": [42.5, 0, 0] + }, + "l_foot": { + "rotation": [40, 0, 0] + }, + "l_backtoe": { + "rotation": [-80, 0, 0] + }, + "l_fronttoe1": { + "rotation": [70, 0, 0] + }, + "l_fronttoe2": { + "rotation": [70, 0, 0] + }, + "l_fronttoe3": { + "rotation": [70, 0, 0] + }, + "left_wing": { + "rotation": { + "0.0": [0, 0, -47.5], + "0.5": [0, 0, -27.5], + "1.0": [0, 0, 5], + "1.5": [0, 0, 20], + "2.0": [0, 0, 5], + "2.5": [0, 0, -27.5], + "3.0": [0, 0, -47.5] + } + }, + "l_wing1": { + "rotation": { + "0.0": [0, 0, -22.5], + "0.5": [0, 0, -2.5], + "1.0": [0, 0, 20], + "2.0": [0, 0, 20], + "2.5": [0, 0, -2.5], + "3.0": [0, 0, -22.5] + } + }, + "l_wing2": { + "rotation": { + "0.0": [0, 0, -5], + "0.5": [0, 0, -2.5], + "1.0": [0, 0, 12.5], + "2.0": [0, 0, 12.5], + "2.5": [0, 0, -2.5], + "3.0": [0, 0, -5] + } + }, + "l_wing3": { + "rotation": { + "0.0": [0, 0, 20], + "0.5": [0, 0, -7.5], + "1.0": [0, 0, 22.5], + "1.5": [0, 0, 35], + "2.0": [0, 0, 22.5], + "2.5": [0, 0, -7.5], + "3.0": [0, 0, 20] + } + }, + "neck": { + "rotation": [0, 0, 0] + }, + "neck2": { + "rotation": [17.5, 0, 0] + }, + "head": { + "rotation": [25, 0, 0] + }, + "right_wing": { + "rotation": { + "0.0": [0, 0, 47.5], + "0.5": [0, 0, 27.5], + "1.0": [0, 0, -5], + "1.5": [0, 0, -20], + "2.0": [0, 0, -5], + "2.5": [0, 0, 27.5], + "3.0": [0, 0, 47.5] + } + }, + "r_wing1": { + "rotation": { + "0.0": [0, 0, 22.5], + "0.5": [0, 0, 2.5], + "1.0": [0, 0, -20], + "2.0": [0, 0, -20], + "2.5": [0, 0, 2.5], + "3.0": [0, 0, 22.5] + } + }, + "r_wing2": { + "rotation": { + "0.0": [0, 0, 5], + "1.0": [0, 0, -12.5], + "3.0": [0, 0, 5] + } + }, + "r_leg": { + "rotation": [42.5, 0, 0] + }, + "r_foot": { + "rotation": [40, 0, 0] + }, + "r_backtoe": { + "rotation": [-80, 0, 0] + }, + "r_fronttoe1": { + "rotation": [70, 0, 0] + }, + "r_fronttoe_1": { + "rotation": [0, 0, 0] + }, + "r_fronttoe2": { + "rotation": [70, 0, 0] + }, + "r_fronttoe3": { + "rotation": [70, 0, 0] + }, + "r_wing3": { + "rotation": { + "0.0": [0, 0, -20], + "0.5": [0, 0, 7.5], + "1.0": [0, 0, -22.5], + "1.5": [0, 0, -35], + "2.5": [0, 0, 7.5], + "3.0": [0, 0, -20] + } + }, + "body": { + "rotation": [-40, 0, 0], + "position": { + "0.0": [0, 0, 0], + "1.5": [0, 5, 0], + "3.0": [0, 0, 0] + } + }, + "neck3": { + "rotation": [15, 0, 0] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/hoopa/hoopa.animation.json b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/hoopa/hoopa.animation.json new file mode 100644 index 0000000..2ad72f9 --- /dev/null +++ b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/hoopa/hoopa.animation.json @@ -0,0 +1,175 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.hoopa.ground_idle": { + "loop": true, + "animation_length": 1, + "bones": { + "head": { + "rotation": [-20, 0, 0] + }, + "body": { + "rotation": [0, 0, 0] + }, + "hoopa": { + "rotation": [25, 0, 0], + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 1, 0], + "1.0": [0, 0, 0] + } + }, + "arm_l": { + "rotation": { + "0.0": [0, 0, -35], + "0.5": [0, -1, -35], + "1.0": [0, 0, -35] + } + }, + "arm_r": { + "rotation": { + "0.0": [0, 0, 35], + "0.5": [0, 1, 35], + "1.0": [0, 0, 35] + } + } + } + }, + "animation.hoopa.faint": { + "loop": true, + "animation_length": 1, + "bones": { + "head": { + "rotation": [-20, 0, 0] + }, + "body": { + "rotation": [0, 0, 0] + }, + "hoopa": { + "rotation": [25, 0, 0], + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 1, 0], + "1.0": [0, 0, 0] + } + }, + "arm_l": { + "rotation": { + "0.0": [0, 0, -35], + "0.5": [0, -1, -35], + "1.0": [0, 0, -35] + } + }, + "arm_r": { + "rotation": { + "0.0": [0, 0, 35], + "0.5": [0, 1, 35], + "1.0": [0, 0, 35] + } + } + } + }, + "animation.hoopa.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "head": { + "rotation": [-20, 0, 0] + }, + "body": { + "rotation": [0, 0, 0] + }, + "hoopa": { + "rotation": [25, 0, 0], + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 1, 0], + "1.0": [0, 0, 0] + } + }, + "arm_l": { + "rotation": { + "0.0": [0, 0, -35], + "0.5": [0, -1, -35], + "1.0": [0, 0, -35] + } + }, + "arm_r": { + "rotation": { + "0.0": [0, 0, 35], + "0.5": [0, 1, 35], + "1.0": [0, 0, 35] + } + } + } + }, + "animation.hoopa.air_idle": { + "loop": true, + "animation_length": 1, + "bones": { + "head": { + "rotation": [-20, 0, 0] + }, + "body": { + "rotation": [0, 0, 0] + }, + "hoopa": { + "rotation": [25, 0, 0], + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 1, 0], + "1.0": [0, 0, 0] + } + }, + "arm_l": { + "rotation": { + "0.0": [0, 0, -35], + "0.5": [0, -1, -35], + "1.0": [0, 0, -35] + } + }, + "arm_r": { + "rotation": { + "0.0": [0, 0, 35], + "0.5": [0, 1, 35], + "1.0": [0, 0, 35] + } + } + } + }, + "animation.hoopa.air_fly": { + "loop": true, + "animation_length": 1, + "bones": { + "head": { + "rotation": [-20, 0, 0] + }, + "body": { + "rotation": [0, 0, 0] + }, + "hoopa": { + "rotation": [25, 0, 0], + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 1, 0], + "1.0": [0, 0, 0] + } + }, + "arm_l": { + "rotation": { + "0.0": [0, 0, -35], + "0.5": [0, -1, -35], + "1.0": [0, 0, -35] + } + }, + "arm_r": { + "rotation": { + "0.0": [0, 0, 35], + "0.5": [0, 1, 35], + "1.0": [0, 0, 35] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/koraidon/koraidon.animation.json b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/koraidon/koraidon.animation.json new file mode 100644 index 0000000..4cd613b --- /dev/null +++ b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/koraidon/koraidon.animation.json @@ -0,0 +1,474 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.koraidon.ground_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "root": { + "position": [0, -3, 0] + }, + "f_wheel": { + "rotation": [37.5, 0, 0], + "position": [0, 7, -7], + "scale": [0.8, 0.7, 0.7] + }, + "r_back_leg": { + "rotation": { + "0.0": [43.06145, -27.51235, -12.45891], + "1.0": [45.56145, -27.51235, -12.45891], + "2.0": [43.06145, -27.51235, -12.45891] + } + }, + "r_low_back_leg": { + "rotation": [-17.75313, 9.53274, 26.96487] + }, + "l_back_leg": { + "rotation": { + "0.0": [41.43803, 29.14089, 15.06885], + "1.0": [43.93803, 29.14089, 15.06885], + "2.0": [41.43803, 29.14089, 15.06885] + } + }, + "l_low_back_leg": { + "rotation": [-15.22074, -9.65594, -29.88702] + }, + "body": { + "rotation": { + "0.0": [-20, 0, 0], + "1.0": [-22.5, 0, 0], + "2.0": [-20, 0, 0] + } + }, + "head": { + "rotation": [22.5, 0, 0] + }, + "head_tail_l": { + "rotation": [-27.5, 0, 0] + }, + "h_tail_l1": { + "rotation": [35, 0, 0] + }, + "h_tail_l2": { + "rotation": [32.5, 0, 0] + }, + "head_tail_r": { + "rotation": [-27.5, 0, 0] + }, + "h_tail_r1": { + "rotation": [35, 0, 0] + }, + "h_tail_r2": { + "rotation": [32.5, 0, 0] + }, + "f_right_leg": { + "rotation": { + "0.0": [86.61095, 42.45005, 87.71112], + "1.0": [84.11095, 42.45005, 87.71112], + "2.0": [86.61095, 42.45005, 87.71112] + } + }, + "f_right_lower_leg": { + "rotation": [-37.5, 0, 0] + }, + "f_left_leg": { + "rotation": { + "0.0": [86.61095, -42.45005, -87.71112], + "1.0": [84.11095, -42.45005, -87.71112], + "2.0": [86.61095, -42.45005, -87.71112] + } + }, + "f_left_lower_leg": { + "rotation": [-37.5, 0, 0] + }, + "tail4": { + "rotation": { + "0.0": [0, 0, 15], + "1.0": [0, 0, -15], + "2.0": [0, 0, 15] + } + }, + "tail3": { + "rotation": { + "0.0": [0, 0, 17.5], + "1.0": [0, 0, -12.5], + "2.0": [0, 0, 17.5] + } + }, + "tail2": { + "rotation": { + "0.0": [0, 0, 15], + "1.0": [0, 0, -15], + "2.0": [0, 0, 15] + } + }, + "tail": { + "rotation": { + "0.0": [0, 0, 15], + "1.0": [0, 0, -15], + "2.0": [0, 0, 15] + } + } + } + }, + "animation.koraidon.faint": { + "loop": true, + "animation_length": 2, + "bones": { + "root": { + "position": [0, -3, 0] + }, + "f_wheel": { + "rotation": [37.5, 0, 0], + "position": [0, 7, -7], + "scale": [0.8, 0.7, 0.7] + }, + "r_back_leg": { + "rotation": { + "0.0": [43.06145, -27.51235, -12.45891], + "1.0": [45.56145, -27.51235, -12.45891], + "2.0": [43.06145, -27.51235, -12.45891] + } + }, + "r_low_back_leg": { + "rotation": [-17.75313, 9.53274, 26.96487] + }, + "l_back_leg": { + "rotation": { + "0.0": [41.43803, 29.14089, 15.06885], + "1.0": [43.93803, 29.14089, 15.06885], + "2.0": [41.43803, 29.14089, 15.06885] + } + }, + "l_low_back_leg": { + "rotation": [-15.22074, -9.65594, -29.88702] + }, + "body": { + "rotation": { + "0.0": [-20, 0, 0], + "1.0": [-22.5, 0, 0], + "2.0": [-20, 0, 0] + } + }, + "head": { + "rotation": [22.5, 0, 0] + }, + "head_tail_l": { + "rotation": [-27.5, 0, 0] + }, + "h_tail_l1": { + "rotation": [35, 0, 0] + }, + "h_tail_l2": { + "rotation": [32.5, 0, 0] + }, + "head_tail_r": { + "rotation": [-27.5, 0, 0] + }, + "h_tail_r1": { + "rotation": [35, 0, 0] + }, + "h_tail_r2": { + "rotation": [32.5, 0, 0] + }, + "f_right_leg": { + "rotation": { + "0.0": [86.61095, 42.45005, 87.71112], + "1.0": [84.11095, 42.45005, 87.71112], + "2.0": [86.61095, 42.45005, 87.71112] + } + }, + "f_right_lower_leg": { + "rotation": [-37.5, 0, 0] + }, + "f_left_leg": { + "rotation": { + "0.0": [86.61095, -42.45005, -87.71112], + "1.0": [84.11095, -42.45005, -87.71112], + "2.0": [86.61095, -42.45005, -87.71112] + } + }, + "f_left_lower_leg": { + "rotation": [-37.5, 0, 0] + }, + "tail4": { + "rotation": { + "0.0": [0, 0, 15], + "1.0": [0, 0, -15], + "2.0": [0, 0, 15] + } + }, + "tail3": { + "rotation": { + "0.0": [0, 0, 17.5], + "1.0": [0, 0, -12.5], + "2.0": [0, 0, 17.5] + } + }, + "tail2": { + "rotation": { + "0.0": [0, 0, 15], + "1.0": [0, 0, -15], + "2.0": [0, 0, 15] + } + }, + "tail": { + "rotation": { + "0.0": [0, 0, 15], + "1.0": [0, 0, -15], + "2.0": [0, 0, 15] + } + } + } + }, + "animation.koraidon.ground_walk": { + "loop": true, + "animation_length": 1.5, + "bones": { + "f_wheel": { + "rotation": { + "0.0": [37.5, 0, 0], + "1.5": [37.5, 0, 0] + }, + "position": { + "0.0": [0, 7, -7], + "1.5": [0, 7, -7] + }, + "scale": { + "0.0": [0.8, 0.7, 0.7], + "1.5": [0.8, 0.7, 0.7] + } + }, + "r_back_leg": { + "rotation": { + "0.0": [42.5, 0, 0], + "0.25": [65, 0, 0], + "0.5": [102.5, 0, 0], + "0.75": [131.25, 0, 0], + "1.0": [100, 0, 0], + "1.25": [71.25, 0, 0], + "1.5": [42.5, 0, 0] + } + }, + "r_low_back_leg": { + "rotation": { + "0.0": [-62.5, 0, 0], + "0.25": [-77.5, 0, 0], + "0.5": [-102.5, 0, 0], + "0.75": [-77.5, 0, 0], + "1.0": [-52.5, 0, 0], + "1.25": [-57.5, 0, 0], + "1.5": [-62.5, 0, 0] + } + }, + "l_back_leg": { + "rotation": { + "0.0": [42.5, 0, 0], + "0.25": [65, 0, 0], + "0.5": [102.5, 0, 0], + "0.75": [127.5, 0, 0], + "1.0": [100, 0, 0], + "1.5": [42.5, 0, 0] + } + }, + "l_low_back_leg": { + "rotation": { + "0.0": [-62.5, 0, 0], + "0.25": [-77.5, 0, 0], + "0.5": [-102.5, 0, 0], + "0.75": [-77.5, 0, 0], + "1.0": [-52.5, 0, 0], + "1.5": [-62.5, 0, 0] + } + }, + "body": { + "rotation": { + "0.0": [-77.5, 0, 0], + "0.9167": [-82.5, 0, 0], + "1.0833": [-88.93, 0, 0], + "1.5": [-77.5, 0, 0] + }, + "position": { + "0.0": [0, -8, -9], + "1.5": [0, -8, -9] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [12.5, 0, 0], + "1.25": [7.5, 0, 0], + "1.5": [0, 0, 0] + } + }, + "head_tail_l": { + "rotation": [-12.5, 0, 0] + }, + "h_tail_l1": { + "rotation": [25, 0, 0] + }, + "h_tail_l2": { + "rotation": [-22.5, 0, 0] + }, + "head_tail_r": { + "rotation": [-12.5, 0, 0] + }, + "h_tail_r1": { + "rotation": [25, 0, 0] + }, + "h_tail_r2": { + "rotation": [-22.5, 0, 0] + }, + "f_right_leg": { + "rotation": { + "0.0": [-35, 0, 90], + "0.25": [-17.5, 0, 90], + "0.5": [2.5, 0, 90], + "0.75": [7.5, 0, 90], + "1.0": [12.5, 0, 90], + "1.5": [-35, 0, 90] + }, + "position": { + "0.0": [0, 0.5, 0], + "1.5": [0, 0.5, 0] + } + }, + "f_right_lower_leg": { + "rotation": { + "0.0": [-32.5, 0, 0], + "0.25": [-17.5, 0, 0], + "0.5": [-11.25, 0, 0], + "0.75": [-5, 0, 0], + "1.0": [-10, 0, 0], + "1.5": [-32.5, 0, 0] + } + }, + "f_left_leg": { + "rotation": { + "0.0": [-35, 0, -90], + "0.25": [-17.5, 0, -90], + "0.5": [2.5, 0, -90], + "0.75": [7.5, 0, -90], + "1.0": [12.5, 0, -90], + "1.5": [-35, 0, -90] + }, + "position": { + "0.0": [0, 0.5, 0], + "1.5": [0, 0.5, 0] + } + }, + "f_left_lower_leg": { + "rotation": { + "0.0": [-32.5, 0, 0], + "0.25": [-17.5, 0, 0], + "0.5": [-11.25, 0, 0], + "0.75": [-5, 0, 0], + "1.0": [-10, 0, 0], + "1.5": [-32.5, 0, 0] + } + }, + "tail4": { + "rotation": { + "0.0": [-4.83045, -1.29256, -14.94548], + "0.75": [-4.83045, 1.29256, 14.94548], + "1.5": [-4.83045, -1.29256, -14.94548] + } + }, + "tail3": { + "rotation": { + "0.0": [-4.83045, -1.29256, -14.94548], + "0.75": [-4.83045, 1.29256, 14.94548], + "1.5": [-4.83045, -1.29256, -14.94548] + } + }, + "tail2": { + "rotation": { + "0.0": [-12.08681, -3.21132, -14.65993], + "0.75": [-12.08681, 3.21132, 14.65993], + "1.5": [-12.08681, -3.21132, -14.65993] + } + }, + "tail": { + "rotation": { + "0.0": [84.82456, 14.94159, -1.3378], + "0.75": [84.82456, -14.94159, 1.3378], + "1.5": [84.82456, 14.94159, -1.3378] + }, + "position": { + "0.0": [0, -3, 2], + "1.5": [0, -3, 2] + } + }, + "handles": { + "rotation": { + "0.0": [62.5, 0, 0], + "1.5": [62.5, 0, 0] + }, + "position": { + "0.0": [0, 2, 0], + "1.5": [0, 2, 0] + } + }, + "neck": { + "rotation": { + "0.0": [87.5, 0, 0], + "1.5": [87.5, 0, 0] + }, + "position": { + "0.0": [0, 8, -3.25], + "1.5": [0, 8, -3.25] + } + }, + "l_back_foot": { + "rotation": { + "0.0": [-57.5, 0, 0], + "0.5": [-15, 0, 0], + "0.75": [6.25, 0, 0], + "1.0": [27.5, 0, 0], + "1.25": [-15, 0, 0], + "1.5": [-57.5, 0, 0] + } + }, + "r_back_foot": { + "rotation": { + "0.0": [-57.5, 0, 0], + "0.25": [-45, 0, 0], + "0.5": [-15, 0, 0], + "0.75": [0, 0, 0], + "1.0": [27.5, 0, 0], + "1.25": [-15, 0, 0], + "1.5": [-57.5, 0, 0] + } + }, + "f_right_foot": { + "rotation": { + "0.0": [-312.5, -90, -270], + "0.25": [-345, -90, -270], + "0.5": [-352.5, -90, -270], + "0.75": [-360, -90, -270], + "1.0": [-344.16667, -90, -270], + "1.5": [-312.5, -90, -270] + }, + "position": { + "0.0": [0, 0.4, -1.8], + "1.5": [0, 0.4, -1.8] + } + }, + "f_left_foot": { + "rotation": { + "0.0": [47.5, 90, -90], + "0.25": [15, 90, -90], + "0.5": [7.5, 90, -90], + "0.75": [0, 90, -90], + "1.0": [15.83333, 90, -90], + "1.5": [47.5, 90, -90] + }, + "position": { + "0.0": [0, 0.4, -1.9], + "1.5": [0, 0.4, -1.9] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/koraidonpd/koraidonpd.animation.json b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/koraidonpd/koraidonpd.animation.json new file mode 100644 index 0000000..1045d0b --- /dev/null +++ b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/koraidonpd/koraidonpd.animation.json @@ -0,0 +1,392 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.koraidonpd.ground_walk": { + "loop": true, + "animation_length": 1.5, + "bones": { + "root": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [7.5, 0, 0], + "0.75": [0, 0, 0], + "1.0": [-7.5, 0, 0], + "1.5": [0, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.5": [0, 0.5, 0], + "0.75": [0, -0.5, 0], + "1.5": [0, 0, 0] + } + }, + "r_back_leg": { + "rotation": { + "0.0": [-42.5, 0, 0], + "0.75": [45, 0, 0], + "1.5": [-42.5, 0, 0] + } + }, + "r_low_back_leg": { + "rotation": { + "0.0": [-67.5, 0, 0], + "0.75": [-120, 0, 0], + "1.0": [-70, 0, 0], + "1.5": [-67.5, 0, 0] + } + }, + "r_back_foot": { + "rotation": { + "0.0": [-50, 0, 0], + "0.75": [0, 0, 0], + "1.0": [45.83, 0, 0], + "1.5": [-50, 0, 0] + } + }, + "l_back_leg": { + "rotation": { + "0.0": [-42.5, 0, 0], + "0.75": [45, 0, 0], + "1.0": [17.5, 0, 0], + "1.5": [-42.5, 0, 0] + } + }, + "l_low_back_leg": { + "rotation": { + "0.0": [-67.5, 0, 0], + "0.75": [-120, 0, 0], + "1.0": [-70, 0, 0], + "1.5": [-67.5, 0, 0] + } + }, + "l_back_foot": { + "rotation": { + "0.0": [-45, 0, 0], + "0.75": [0, 0, 0], + "1.0": [45, 0, 0], + "1.5": [-45, 0, 0] + } + }, + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.25": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.3333": [-2.5, 0, 0], + "0.6667": [0, 0, 0], + "1.0417": [-2.5, 0, 0], + "1.5": [0, 0, 0] + } + }, + "head_tail_l": { + "rotation": { + "0.0": [7.5, 10, 0], + "0.5": [17.5, 10, 0], + "1.0": [-7.5, 10, 0], + "1.5": [7.5, 10, 0] + } + }, + "h_tail_l1": { + "rotation": { + "0.0": [5, 0, 0], + "0.5": [-15, 0, 0], + "1.0": [7.5, 0, 0], + "1.5": [5, 0, 0] + } + }, + "h_tail_l2": { + "rotation": { + "0.0": [-20, 0, 0], + "0.5": [-22.5, 0, 0], + "1.0": [13.75, 0, 0], + "1.5": [-20, 0, 0] + } + }, + "head_tail_r": { + "rotation": { + "0.0": [7.5, -10, 0], + "0.5": [17.5, -10, 0], + "1.0": [-7.5, -10, 0], + "1.5": [7.5, -10, 0] + } + }, + "h_tail_r1": { + "rotation": { + "0.0": [5, 0, 0], + "0.5": [-15, 0, 0], + "1.0": [7.5, 0, 0], + "1.5": [5, 0, 0] + } + }, + "h_tail_r2": { + "rotation": { + "0.0": [-20, 0, 0], + "0.5": [-22.5, 0, 0], + "1.0": [13.75, 0, 0], + "1.5": [-20, 0, 0] + } + }, + "f_right_leg": { + "rotation": { + "0.0": [-25, 0, 0], + "0.25": [-10, 0, 0], + "0.5": [12.5, 0, 0], + "0.75": [20, 0, 0], + "1.0": [25, 0, 0], + "1.5": [-25, 0, 0] + } + }, + "f_right_lower_leg": { + "rotation": { + "0.0": [-42.5, 0, 0], + "0.25": [-20, 0, 0], + "0.75": [-20, 0, 0], + "1.0": [-15, 0, 0], + "1.5": [-42.5, 0, 0] + } + }, + "f_right_foot": { + "rotation": { + "0.0": [55, 0, 0], + "0.25": [17.5, 0, 0], + "0.5": [0, 0, 0], + "1.0": [25, 0, 0] + } + }, + "f_left_leg": { + "rotation": { + "0.0": [-25, 0, 0], + "0.25": [-10, 0, 0], + "0.5": [12.5, 0, 0], + "0.75": [20, 0, 0], + "1.0": [25, 0, 0], + "1.5": [-25, 0, 0] + } + }, + "f_left_lower_leg": { + "rotation": { + "0.0": [-42.5, 0, 0], + "0.25": [-20, 0, 0], + "0.75": [-20, 0, 0], + "1.0": [-15, 0, 0], + "1.5": [-42.5, 0, 0] + } + }, + "f_left_foot": { + "rotation": { + "0.0": [50, 0, 0], + "0.25": [17.5, 0, 0], + "0.5": [0, 0, 0], + "1.5": [50, 0, 0] + } + } + } + }, + "animation.koraidonpd.ground_idle": { + "loop": true, + "animation_length": 1.25, + "bones": { + "root": { + "position": { + "0.0": [0, 0, 0], + "0.625": [0, -0.25, 0], + "1.25": [0, 0, 0] + } + }, + "r_back_leg": { + "rotation": { + "0.0": [5, 0, 0], + "0.625": [7.5, 0, 0], + "1.25": [5, 0, 0] + } + }, + "r_low_back_leg": { + "rotation": { + "0.0": [-5, 0, 0], + "0.625": [-7.5, 0, 0], + "1.25": [-5, 0, 0] + } + }, + "l_back_leg": { + "rotation": { + "0.0": [5, 0, 0], + "0.625": [7.5, 0, 0], + "1.25": [5, 0, 0] + } + }, + "l_low_back_leg": { + "rotation": { + "0.0": [-5, 0, 0], + "0.625": [-7.5, 0, 0], + "1.25": [-5, 0, 0] + } + }, + "body": { + "position": { + "0.0": [0, 0, 0], + "0.625": [0, 0, 0], + "1.25": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.625": [-2.5, 0, 0], + "1.25": [0, 0, 0] + } + }, + "head_tail_l": { + "rotation": [0, 10, 0] + }, + "h_tail_l1": { + "rotation": [10, 0, 0] + }, + "h_tail_l2": { + "rotation": [15, 0, 0] + }, + "head_tail_r": { + "rotation": [0, -10, 0] + }, + "h_tail_r1": { + "rotation": [10, 0, 0] + }, + "h_tail_r2": { + "rotation": [15, 0, 0] + }, + "f_right_leg": { + "rotation": { + "0.0": [5, 0, 0], + "0.625": [7.5, 0, 0], + "1.25": [5, 0, 0] + } + }, + "f_right_lower_leg": { + "rotation": { + "0.0": [-5, 0, 0], + "0.625": [-7.5, 0, 0], + "1.25": [-5, 0, 0] + } + }, + "f_left_leg": { + "rotation": { + "0.0": [5, 0, 0], + "0.625": [7.5, 0, 0], + "1.25": [5, 0, 0] + } + }, + "f_left_lower_leg": { + "rotation": { + "0.0": [-5, 0, 0], + "0.625": [-7.5, 0, 0], + "1.25": [-5, 0, 0] + } + } + } + }, + "animation.koraidonpd.faint": { + "loop": true, + "animation_length": 1.25, + "bones": { + "root": { + "position": { + "0.0": [0, 0, 0], + "0.6": [0, -0.25, 0], + "1.3": [0, 0, 0] + } + }, + "r_back_leg": { + "rotation": { + "0.0": [5, 0, 0], + "0.6": [7.5, 0, 0], + "1.3": [5, 0, 0] + } + }, + "r_low_back_leg": { + "rotation": { + "0.0": [-5, 0, 0], + "0.6": [-7.5, 0, 0], + "1.3": [-5, 0, 0] + } + }, + "l_back_leg": { + "rotation": { + "0.0": [5, 0, 0], + "0.6": [7.5, 0, 0], + "1.3": [5, 0, 0] + } + }, + "l_low_back_leg": { + "rotation": { + "0.0": [-5, 0, 0], + "0.6": [-7.5, 0, 0], + "1.3": [-5, 0, 0] + } + }, + "body": { + "position": { + "0.0": [0, 0, 0], + "0.6": [0, 0, 0], + "1.3": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.6": [-2.5, 0, 0], + "1.3": [0, 0, 0] + } + }, + "head_tail_l": { + "rotation": [0, 10, 0] + }, + "h_tail_l1": { + "rotation": [10, 0, 0] + }, + "h_tail_l2": { + "rotation": [15, 0, 0] + }, + "head_tail_r": { + "rotation": [0, -10, 0] + }, + "h_tail_r1": { + "rotation": [10, 0, 0] + }, + "h_tail_r2": { + "rotation": [15, 0, 0] + }, + "f_right_leg": { + "rotation": { + "0.0": [5, 0, 0], + "0.6": [7.5, 0, 0], + "1.3": [5, 0, 0] + } + }, + "f_right_lower_leg": { + "rotation": { + "0.0": [-5, 0, 0], + "0.6": [-7.5, 0, 0], + "1.3": [-5, 0, 0] + } + }, + "f_left_leg": { + "rotation": { + "0.0": [5, 0, 0], + "0.6": [7.5, 0, 0], + "1.3": [5, 0, 0] + } + }, + "f_left_lower_leg": { + "rotation": { + "0.0": [-5, 0, 0], + "0.6": [-7.5, 0, 0], + "1.3": [-5, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/kyurem/kyurem.animation.json b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/kyurem/kyurem.animation.json new file mode 100644 index 0000000..966c1b1 --- /dev/null +++ b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/kyurem/kyurem.animation.json @@ -0,0 +1,166 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.kyurem.ground_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [2.5, 0, 0], + "2.0": [0, 0, 0] + } + }, + "left_leg": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [-2.5, 0, 0], + "2.0": [0, 0, 0] + } + }, + "right_leg": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [-2.5, 0, 0], + "2.0": [0, 0, 0] + } + } + } + }, + "animation.kyurem.faint": { + "loop": true, + "animation_length": 2, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [2.5, 0, 0], + "2.0": [0, 0, 0] + } + }, + "left_leg": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [-2.5, 0, 0], + "2.0": [0, 0, 0] + } + }, + "right_leg": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [-2.5, 0, 0], + "2.0": [0, 0, 0] + } + } + } + }, + "animation.kyurem.ground_walk": { + "loop": true, + "animation_length": 2.5, + "bones": { + "body": { + "position": { + "0.0": [0, 3, 0], + "0.25": [0, 3, 0], + "0.75": [0, 1, 0], + "0.9167": [0, 1, 0], + "1.0": [0, 2, 0], + "1.75": [0, 0, 0], + "2.5": [0, 3, 0] + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [5, 0, 0], + "2.5": [0, 0, 0] + } + }, + "left_leg": { + "rotation": { + "0.0": [-42.5, 0, 0], + "0.25": [-20, 0, 0], + "0.75": [-65, 0, 0], + "1.25": [-112.5, 0, 0], + "2.0": [-90, 0, 0], + "2.5": [-42.5, 0, 0] + } + }, + "left_leg1": { + "rotation": { + "0.0": [57.5, 0, 0], + "0.75": [105, 0, 0], + "1.25": [72.5, 0, 0], + "2.5": [57.5, 0, 0] + } + }, + "left_leg2": { + "rotation": { + "0.0": [20, 0, 0], + "0.25": [15, 0, 0], + "0.5": [42.5, 0, 0], + "1.25": [102.5, 0, 0], + "1.5": [77.5, 0, 0], + "2.25": [32.5, 0, 0], + "2.5": [20, 0, 0] + } + }, + "left_leg3": { + "rotation": { + "0.0": [-32.5, 0, 0], + "0.5": [-50, 0, 0], + "1.25": [-50, 0, 0], + "1.5": [-17.5, 0, 0], + "1.75": [-32.5, 0, 0], + "2.0": [-37.5, 0, 0], + "2.25": [-40, 0, 0], + "2.5": [-32.5, 0, 0] + } + }, + "right_leg": { + "rotation": { + "0.0": [-112.5, 0, 0], + "0.75": [-90, 0, 0], + "1.0": [-67.5, 0, 0], + "1.25": [-42.5, 0, 0], + "1.5": [-20, 0, 0], + "2.0": [-65, 0, 0], + "2.5": [-112.5, 0, 0] + } + }, + "right_leg1": { + "rotation": { + "0.0": [72.5, 0, 0], + "1.25": [57.5, 0, 0], + "2.0": [105, 0, 0], + "2.5": [72.5, 0, 0] + } + }, + "right_leg2": { + "rotation": { + "0.0": [102.5, 0, 0], + "0.25": [77.5, 0, 0], + "1.0": [32.5, 0, 0], + "1.25": [20, 0, 0], + "1.5": [15, 0, 0], + "1.75": [42.5, 0, 0], + "2.5": [102.5, 0, 0] + } + }, + "right_leg3": { + "rotation": { + "0.0": [-50, 0, 0], + "0.25": [-17.5, 0, 0], + "0.5": [-32.5, 0, 0], + "0.75": [-37.5, 0, 0], + "1.0": [-40, 0, 0], + "1.25": [-32.5, 0, 0], + "1.75": [-50, 0, 0], + "2.5": [-50, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/lugia/lugia.animation.json b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/lugia/lugia.animation.json new file mode 100644 index 0000000..ce4224d --- /dev/null +++ b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/lugia/lugia.animation.json @@ -0,0 +1,888 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.lugia.air_fly": { + "loop": true, + "animation_length": 1.5, + "bones": { + "neck": { + "rotation": [22.5, 0, 0], + "position": [0, 0, 2] + }, + "head": { + "rotation": [47.5, 0, 0], + "position": [0, -2, 0] + }, + "body": { + "rotation": [50, 0, 0], + "position": { + "0.0": [0, 5, 0], + "0.75": [0, 8, 0], + "1.5": [0, 5, 0] + } + }, + "l_wing": { + "rotation": { + "0.0": [34.13554, 16.76559, 11.06517], + "0.25": [32.89875, 8.42145, 5.41207], + "0.5": [33.40659, -12.60837, -8.19252], + "0.75": [34.58859, -18.82943, -12.54707], + "1.0": [33.40659, -12.60837, -8.19252], + "1.25": [32.89875, 8.42145, 5.41207], + "1.5": [34.13554, 16.76559, 11.06517] + } + }, + "r_wing": { + "rotation": { + "0.0": [33.7424, -14.6914, -9.61518], + "0.25": [32.72348, -6.3202, -4.04618], + "0.5": [33.40659, 12.60837, 8.19252], + "0.75": [34.58859, 18.82943, 12.54707], + "1.0": [33.40659, 12.60837, 8.19252], + "1.25": [32.72348, -6.3202, -4.04618], + "1.5": [33.7424, -14.6914, -9.61518] + } + }, + "foot_right": { + "rotation": [35, 0, 0] + }, + "tail": { + "rotation": [-40, 0, 0] + }, + "tail1": { + "rotation": { + "0.0": [-2.5, 0, 0], + "0.75": [5, 0, 0], + "1.5": [-2.5, 0, 0] + } + }, + "tail2": { + "rotation": { + "0.0": [-5, 0, 0], + "0.75": [2.5, 0, 0], + "1.5": [-5, 0, 0] + } + }, + "tail3": { + "rotation": { + "0.0": [-2.5, 0, 0], + "0.75": [2.5, 0, 0], + "1.5": [-2.5, 0, 0] + } + }, + "tail4": { + "rotation": { + "0.0": [-2.5, 0, 0], + "0.75": [2.5, 0, 0], + "1.5": [-2.5, 0, 0] + } + }, + "l_wing1": { + "rotation": { + "0.0": [0, 25, 0], + "0.25": [0, 12.5, 0], + "0.5": [0, -7.5, 0], + "1.0": [0, -7.5, 0], + "1.25": [0, 12.5, 0], + "1.5": [0, 25, 0] + } + }, + "l_wing2": { + "rotation": { + "0.0": [0, 15, 0], + "0.25": [0, 7.5, 0], + "0.5": [0, -7.5, 0], + "1.0": [0, -7.5, 0], + "1.25": [0, 7.5, 0], + "1.5": [0, 15, 0] + } + }, + "bone": { + "rotation": { + "0.0": [0, -25, 0], + "0.25": [0, -12.5, 0], + "0.5": [0, 7.5, 0], + "1.0": [0, 7.5, 0], + "1.25": [0, -12.5, 0], + "1.5": [0, -25, 0] + } + }, + "bone2": { + "rotation": { + "0.0": [0, -15, 0], + "0.25": [0, -7.5, 0], + "0.5": [0, 7.5, 0], + "1.0": [0, 7.5, 0], + "1.25": [0, -7.5, 0], + "1.5": [0, -15, 0] + } + }, + "left_foot": { + "rotation": [35, 0, 0] + } + } + }, + "animation.lugia.ground_walk": { + "loop": true, + "animation_length": 1.5, + "bones": { + "neck": { + "rotation": [22.5, 0, 0], + "position": [0, 0, 2] + }, + "head": { + "rotation": [47.5, 0, 0], + "position": [0, -2, 0] + }, + "body": { + "rotation": [50, 0, 0], + "position": { + "0.0": [0, 5, 0], + "0.75": [0, 8, 0], + "1.5": [0, 5, 0] + } + }, + "l_wing": { + "rotation": { + "0.0": [34.13554, 16.76559, 11.06517], + "0.25": [32.89875, 8.42145, 5.41207], + "0.5": [33.40659, -12.60837, -8.19252], + "0.75": [34.58859, -18.82943, -12.54707], + "1.0": [33.40659, -12.60837, -8.19252], + "1.25": [32.89875, 8.42145, 5.41207], + "1.5": [34.13554, 16.76559, 11.06517] + } + }, + "r_wing": { + "rotation": { + "0.0": [33.7424, -14.6914, -9.61518], + "0.25": [32.72348, -6.3202, -4.04618], + "0.5": [33.40659, 12.60837, 8.19252], + "0.75": [34.58859, 18.82943, 12.54707], + "1.0": [33.40659, 12.60837, 8.19252], + "1.25": [32.72348, -6.3202, -4.04618], + "1.5": [33.7424, -14.6914, -9.61518] + } + }, + "foot_right": { + "rotation": [35, 0, 0] + }, + "tail": { + "rotation": [-40, 0, 0] + }, + "tail1": { + "rotation": { + "0.0": [-2.5, 0, 0], + "0.75": [5, 0, 0], + "1.5": [-2.5, 0, 0] + } + }, + "tail2": { + "rotation": { + "0.0": [-5, 0, 0], + "0.75": [2.5, 0, 0], + "1.5": [-5, 0, 0] + } + }, + "tail3": { + "rotation": { + "0.0": [-2.5, 0, 0], + "0.75": [2.5, 0, 0], + "1.5": [-2.5, 0, 0] + } + }, + "tail4": { + "rotation": { + "0.0": [-2.5, 0, 0], + "0.75": [2.5, 0, 0], + "1.5": [-2.5, 0, 0] + } + }, + "l_wing1": { + "rotation": { + "0.0": [0, 25, 0], + "0.25": [0, 12.5, 0], + "0.5": [0, -7.5, 0], + "1.0": [0, -7.5, 0], + "1.25": [0, 12.5, 0], + "1.5": [0, 25, 0] + } + }, + "l_wing2": { + "rotation": { + "0.0": [0, 15, 0], + "0.25": [0, 7.5, 0], + "0.5": [0, -7.5, 0], + "1.0": [0, -7.5, 0], + "1.25": [0, 7.5, 0], + "1.5": [0, 15, 0] + } + }, + "bone": { + "rotation": { + "0.0": [0, -25, 0], + "0.25": [0, -12.5, 0], + "0.5": [0, 7.5, 0], + "1.0": [0, 7.5, 0], + "1.25": [0, -12.5, 0], + "1.5": [0, -25, 0] + } + }, + "bone2": { + "rotation": { + "0.0": [0, -15, 0], + "0.25": [0, -7.5, 0], + "0.5": [0, 7.5, 0], + "1.0": [0, 7.5, 0], + "1.25": [0, -7.5, 0], + "1.5": [0, -15, 0] + } + }, + "left_foot": { + "rotation": [35, 0, 0] + } + } + }, + "animation.lugia.water_swim": { + "loop": true, + "animation_length": 1.5, + "bones": { + "neck": { + "rotation": [22.5, 0, 0], + "position": [0, 0, 2] + }, + "head": { + "rotation": [47.5, 0, 0], + "position": [0, -2, 0] + }, + "body": { + "rotation": [50, 0, 0], + "position": { + "0.0": [0, 5, 0], + "0.75": [0, 8, 0], + "1.5": [0, 5, 0] + } + }, + "l_wing": { + "rotation": { + "0.0": [34.13554, 16.76559, 11.06517], + "0.25": [32.89875, 8.42145, 5.41207], + "0.5": [33.40659, -12.60837, -8.19252], + "0.75": [34.58859, -18.82943, -12.54707], + "1.0": [33.40659, -12.60837, -8.19252], + "1.25": [32.89875, 8.42145, 5.41207], + "1.5": [34.13554, 16.76559, 11.06517] + } + }, + "r_wing": { + "rotation": { + "0.0": [33.7424, -14.6914, -9.61518], + "0.25": [32.72348, -6.3202, -4.04618], + "0.5": [33.40659, 12.60837, 8.19252], + "0.75": [34.58859, 18.82943, 12.54707], + "1.0": [33.40659, 12.60837, 8.19252], + "1.25": [32.72348, -6.3202, -4.04618], + "1.5": [33.7424, -14.6914, -9.61518] + } + }, + "foot_right": { + "rotation": [35, 0, 0] + }, + "tail": { + "rotation": [-40, 0, 0] + }, + "tail1": { + "rotation": { + "0.0": [-2.5, 0, 0], + "0.75": [5, 0, 0], + "1.5": [-2.5, 0, 0] + } + }, + "tail2": { + "rotation": { + "0.0": [-5, 0, 0], + "0.75": [2.5, 0, 0], + "1.5": [-5, 0, 0] + } + }, + "tail3": { + "rotation": { + "0.0": [-2.5, 0, 0], + "0.75": [2.5, 0, 0], + "1.5": [-2.5, 0, 0] + } + }, + "tail4": { + "rotation": { + "0.0": [-2.5, 0, 0], + "0.75": [2.5, 0, 0], + "1.5": [-2.5, 0, 0] + } + }, + "l_wing1": { + "rotation": { + "0.0": [0, 25, 0], + "0.25": [0, 12.5, 0], + "0.5": [0, -7.5, 0], + "1.0": [0, -7.5, 0], + "1.25": [0, 12.5, 0], + "1.5": [0, 25, 0] + } + }, + "l_wing2": { + "rotation": { + "0.0": [0, 15, 0], + "0.25": [0, 7.5, 0], + "0.5": [0, -7.5, 0], + "1.0": [0, -7.5, 0], + "1.25": [0, 7.5, 0], + "1.5": [0, 15, 0] + } + }, + "bone": { + "rotation": { + "0.0": [0, -25, 0], + "0.25": [0, -12.5, 0], + "0.5": [0, 7.5, 0], + "1.0": [0, 7.5, 0], + "1.25": [0, -12.5, 0], + "1.5": [0, -25, 0] + } + }, + "bone2": { + "rotation": { + "0.0": [0, -15, 0], + "0.25": [0, -7.5, 0], + "0.5": [0, 7.5, 0], + "1.0": [0, 7.5, 0], + "1.25": [0, -7.5, 0], + "1.5": [0, -15, 0] + } + }, + "left_foot": { + "rotation": [35, 0, 0] + } + } + }, + "animation.lugia.air_idle": { + "loop": true, + "animation_length": 1.5, + "bones": { + "neck": { + "rotation": [22.5, 0, 0], + "position": [0, 0, 2] + }, + "head": { + "rotation": [7.5, 0, 0], + "position": [0, -2, 0] + }, + "body": { + "rotation": [25, 0, 0], + "position": { + "0.0": [0, 5, 0], + "0.75": [0, 8, 0], + "1.5": [0, 5, 0] + } + }, + "l_wing": { + "rotation": { + "0.0": [59.13554, 16.76559, 11.06517], + "0.25": [57.89875, 8.42145, 5.41207], + "0.5": [58.40659, -12.60837, -8.19252], + "0.75": [59.58859, -18.82943, -12.54707], + "1.0": [58.40659, -12.60837, -8.19252], + "1.25": [57.89875, 8.42145, 5.41207], + "1.5": [59.13554, 16.76559, 11.06517] + } + }, + "r_wing": { + "rotation": { + "0.0": [58.7424, -14.6914, -9.61518], + "0.25": [57.72348, -6.3202, -4.04618], + "0.5": [58.40659, 12.60837, 8.19252], + "0.75": [59.58859, 18.82943, 12.54707], + "1.0": [58.40659, 12.60837, 8.19252], + "1.25": [57.72348, -6.3202, -4.04618], + "1.5": [58.7424, -14.6914, -9.61518] + } + }, + "foot_right": { + "rotation": [35, 0, 0] + }, + "tail": { + "rotation": [-40, 0, 0] + }, + "tail1": { + "rotation": { + "0.0": [-2.5, 0, 0], + "0.75": [5, 0, 0], + "1.5": [-2.5, 0, 0] + } + }, + "tail2": { + "rotation": { + "0.0": [-5, 0, 0], + "0.75": [2.5, 0, 0], + "1.5": [-5, 0, 0] + } + }, + "tail3": { + "rotation": { + "0.0": [-2.5, 0, 0], + "0.75": [2.5, 0, 0], + "1.5": [-2.5, 0, 0] + } + }, + "tail4": { + "rotation": { + "0.0": [-2.5, 0, 0], + "0.75": [2.5, 0, 0], + "1.5": [-2.5, 0, 0] + } + }, + "l_wing1": { + "rotation": { + "0.0": [0, 25, 0], + "0.25": [0, 12.5, 0], + "0.5": [0, -7.5, 0], + "1.0": [0, -7.5, 0], + "1.25": [0, 12.5, 0], + "1.5": [0, 25, 0] + } + }, + "l_wing2": { + "rotation": { + "0.0": [0, 15, 0], + "0.25": [0, 7.5, 0], + "0.5": [0, -7.5, 0], + "1.0": [0, -7.5, 0], + "1.25": [0, 7.5, 0], + "1.5": [0, 15, 0] + } + }, + "bone": { + "rotation": { + "0.0": [0, -25, 0], + "0.25": [0, -12.5, 0], + "0.5": [0, 7.5, 0], + "1.0": [0, 7.5, 0], + "1.25": [0, -12.5, 0], + "1.5": [0, -25, 0] + } + }, + "bone2": { + "rotation": { + "0.0": [0, -15, 0], + "0.25": [0, -7.5, 0], + "0.5": [0, 7.5, 0], + "1.0": [0, 7.5, 0], + "1.25": [0, -7.5, 0], + "1.5": [0, -15, 0] + } + }, + "left_foot": { + "rotation": [35, 0, 0] + } + } + }, + "animation.lugia.water_idle": { + "loop": true, + "animation_length": 1.5, + "bones": { + "neck": { + "rotation": [22.5, 0, 0], + "position": [0, 0, 2] + }, + "head": { + "rotation": [7.5, 0, 0], + "position": [0, -2, 0] + }, + "body": { + "rotation": [25, 0, 0], + "position": { + "0.0": [0, 5, 0], + "0.75": [0, 8, 0], + "1.5": [0, 5, 0] + } + }, + "l_wing": { + "rotation": { + "0.0": [59.13554, 16.76559, 11.06517], + "0.25": [57.89875, 8.42145, 5.41207], + "0.5": [58.40659, -12.60837, -8.19252], + "0.75": [59.58859, -18.82943, -12.54707], + "1.0": [58.40659, -12.60837, -8.19252], + "1.25": [57.89875, 8.42145, 5.41207], + "1.5": [59.13554, 16.76559, 11.06517] + } + }, + "r_wing": { + "rotation": { + "0.0": [58.7424, -14.6914, -9.61518], + "0.25": [57.72348, -6.3202, -4.04618], + "0.5": [58.40659, 12.60837, 8.19252], + "0.75": [59.58859, 18.82943, 12.54707], + "1.0": [58.40659, 12.60837, 8.19252], + "1.25": [57.72348, -6.3202, -4.04618], + "1.5": [58.7424, -14.6914, -9.61518] + } + }, + "foot_right": { + "rotation": [35, 0, 0] + }, + "tail": { + "rotation": [-40, 0, 0] + }, + "tail1": { + "rotation": { + "0.0": [-2.5, 0, 0], + "0.75": [5, 0, 0], + "1.5": [-2.5, 0, 0] + } + }, + "tail2": { + "rotation": { + "0.0": [-5, 0, 0], + "0.75": [2.5, 0, 0], + "1.5": [-5, 0, 0] + } + }, + "tail3": { + "rotation": { + "0.0": [-2.5, 0, 0], + "0.75": [2.5, 0, 0], + "1.5": [-2.5, 0, 0] + } + }, + "tail4": { + "rotation": { + "0.0": [-2.5, 0, 0], + "0.75": [2.5, 0, 0], + "1.5": [-2.5, 0, 0] + } + }, + "l_wing1": { + "rotation": { + "0.0": [0, 25, 0], + "0.25": [0, 12.5, 0], + "0.5": [0, -7.5, 0], + "1.0": [0, -7.5, 0], + "1.25": [0, 12.5, 0], + "1.5": [0, 25, 0] + } + }, + "l_wing2": { + "rotation": { + "0.0": [0, 15, 0], + "0.25": [0, 7.5, 0], + "0.5": [0, -7.5, 0], + "1.0": [0, -7.5, 0], + "1.25": [0, 7.5, 0], + "1.5": [0, 15, 0] + } + }, + "bone": { + "rotation": { + "0.0": [0, -25, 0], + "0.25": [0, -12.5, 0], + "0.5": [0, 7.5, 0], + "1.0": [0, 7.5, 0], + "1.25": [0, -12.5, 0], + "1.5": [0, -25, 0] + } + }, + "bone2": { + "rotation": { + "0.0": [0, -15, 0], + "0.25": [0, -7.5, 0], + "0.5": [0, 7.5, 0], + "1.0": [0, 7.5, 0], + "1.25": [0, -7.5, 0], + "1.5": [0, -15, 0] + } + }, + "left_foot": { + "rotation": [35, 0, 0] + } + } + }, + "animation.lugia.ground_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "neck": { + "rotation": { + "0.0": [-17.5, 0, 0], + "2.0": [-17.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 1], + "2.0": [0, 0, 1] + } + }, + "head": { + "rotation": { + "0.0": [-12.5, 0, 0], + "2.0": [-12.5, 0, 0] + } + }, + "body": { + "rotation": { + "0.0": [27.5, 0, 0], + "1.0": [30, 0, 0], + "2.0": [27.5, 0, 0] + }, + "position": { + "0.0": [0, -2.25, 0], + "2.0": [0, -2.25, 0] + } + }, + "l_wing": { + "rotation": { + "0.0": [93.68522, 4.13798, 66.88059], + "2.0": [93.68522, 4.13798, 66.88059] + }, + "position": { + "0.0": [0, 9, 0], + "2.0": [0, 9, 0] + } + }, + "leg_right": { + "rotation": { + "0.0": [-47.5, 0, 0], + "1.0": [-50, 0, 0], + "2.0": [-47.5, 0, 0] + } + }, + "r_wing": { + "rotation": { + "0.0": [94.62111, -1.91134, -67.57713], + "2.0": [94.62111, -1.91134, -67.57713] + }, + "position": { + "0.0": [0, 9, 0], + "2.0": [0, 9, 0] + } + }, + "leg_left": { + "rotation": { + "0.0": [-47.5, 0, 0], + "1.0": [-50, 0, 0], + "2.0": [-47.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 1], + "2.0": [0, 0, 1] + } + }, + "foot_right": { + "rotation": { + "0.0": [-20, 0, 0], + "2.0": [-20, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 0.5, -1], + "2.0": [0, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [-42.5, 0, 0], + "2.0": [-42.5, 0, 0] + } + }, + "l_wing1": { + "rotation": { + "0.0": [0, 0, 87.5], + "2.0": [0, 0, 87.5] + }, + "position": { + "0.0": [0, 9, 0], + "2.0": [0, 9, 0] + } + }, + "bone": { + "rotation": { + "0.0": [0, 0, -90], + "2.0": [0, 0, -90] + }, + "position": { + "0.0": [0, 9, 0], + "2.0": [0, 9, 0] + } + }, + "left_foot": { + "rotation": { + "0.0": [-20, 0, 0], + "2.0": [-20, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 0.5, -1], + "2.0": [0, 0, 0] + } + }, + "leg_right_lower2": { + "rotation": { + "0.0": [40, 0, 0], + "2.0": [40, 0, 0] + }, + "position": { + "0.0": [-0.1, 3, -1.75], + "2.0": [-0.1, 3, -1.75] + } + }, + "leg_right_lower": { + "rotation": { + "0.0": [40, 0, 0], + "2.0": [40, 0, 0] + }, + "position": { + "0.0": [0.1, 3, -1.75], + "2.0": [0.1, 3, -1.75] + } + } + } + }, + "animation.lugia.faint": { + "loop": true, + "animation_length": 2, + "bones": { + "neck": { + "rotation": { + "0.0": [-17.5, 0, 0], + "2.0": [-17.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 1], + "2.0": [0, 0, 1] + } + }, + "head": { + "rotation": { + "0.0": [-12.5, 0, 0], + "2.0": [-12.5, 0, 0] + } + }, + "body": { + "rotation": { + "0.0": [27.5, 0, 0], + "1.0": [30, 0, 0], + "2.0": [27.5, 0, 0] + }, + "position": { + "0.0": [0, -2.25, 0], + "2.0": [0, -2.25, 0] + } + }, + "l_wing": { + "rotation": { + "0.0": [93.68522, 4.13798, 66.88059], + "2.0": [93.68522, 4.13798, 66.88059] + }, + "position": { + "0.0": [0, 9, 0], + "2.0": [0, 9, 0] + } + }, + "leg_right": { + "rotation": { + "0.0": [-47.5, 0, 0], + "1.0": [-50, 0, 0], + "2.0": [-47.5, 0, 0] + } + }, + "r_wing": { + "rotation": { + "0.0": [94.62111, -1.91134, -67.57713], + "2.0": [94.62111, -1.91134, -67.57713] + }, + "position": { + "0.0": [0, 9, 0], + "2.0": [0, 9, 0] + } + }, + "leg_left": { + "rotation": { + "0.0": [-47.5, 0, 0], + "1.0": [-50, 0, 0], + "2.0": [-47.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 1], + "2.0": [0, 0, 1] + } + }, + "foot_right": { + "rotation": { + "0.0": [-20, 0, 0], + "2.0": [-20, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 0.5, -1], + "2.0": [0, 0, 0] + } + }, + "tail": { + "rotation": { + "0.0": [-42.5, 0, 0], + "2.0": [-42.5, 0, 0] + } + }, + "l_wing1": { + "rotation": { + "0.0": [0, 0, 87.5], + "2.0": [0, 0, 87.5] + }, + "position": { + "0.0": [0, 9, 0], + "2.0": [0, 9, 0] + } + }, + "bone": { + "rotation": { + "0.0": [0, 0, -90], + "2.0": [0, 0, -90] + }, + "position": { + "0.0": [0, 9, 0], + "2.0": [0, 9, 0] + } + }, + "left_foot": { + "rotation": { + "0.0": [-20, 0, 0], + "2.0": [-20, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "1.0": [0, 0.5, -1], + "2.0": [0, 0, 0] + } + }, + "leg_right_lower2": { + "rotation": { + "0.0": [40, 0, 0], + "2.0": [40, 0, 0] + }, + "position": { + "0.0": [-0.1, 3, -1.75], + "2.0": [-0.1, 3, -1.75] + } + }, + "leg_right_lower": { + "rotation": { + "0.0": [40, 0, 0], + "2.0": [40, 0, 0] + }, + "position": { + "0.0": [0.1, 3, -1.75], + "2.0": [0.1, 3, -1.75] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/miraidon/miraidon.animation.json b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/miraidon/miraidon.animation.json new file mode 100644 index 0000000..e8da1c3 --- /dev/null +++ b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/miraidon/miraidon.animation.json @@ -0,0 +1,257 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.miraidon.ground_idle": { + "loop": true, + "animation_length": 1.5, + "bones": { + "arm_left": { + "rotation": [0, 27.5, -52.5] + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [-2.5, 0, 0], + "1.5": [0, 0, 0] + } + }, + "thrusters": { + "rotation": [60, 0, 0] + }, + "tail2": { + "rotation": { + "0.0": [12.5, 0, 0], + "0.375": [12.5, 7.5, 0], + "0.75": [12.44297, 0, 0], + "1.125": [12.5, -7.5, 0], + "1.5": [12.5, 0, 0] + } + }, + "tail3": { + "rotation": { + "0.0": [7.5, 0, 0], + "0.375": [7.5, 15, 0], + "0.75": [7.5, 0, 0], + "1.125": [7.5, -15, 0], + "1.5": [7.5, 0, 0] + } + }, + "tail4": { + "rotation": { + "0.0": [5, 0, 0], + "0.375": [5, 10, 0], + "0.75": [5, 0, 0], + "1.125": [5, -10, 0], + "1.5": [5, 0, 0] + } + }, + "arm_right": { + "rotation": [0, -27.5, 52.5] + }, + "miraidon": { + "rotation": [0, 0, 0], + "position": { + "0.0": [0, 0, 0], + "0.75": [0, 1, 0], + "1.5": [0, 0, 0] + } + }, + "arm_right_lower": { + "rotation": { + "0.0": [0, -42.5, 0], + "0.75": [0, -45, 0], + "1.5": [0, -42.5, 0] + } + }, + "arm_left_lower": { + "rotation": { + "0.0": [0, 42.5, 0], + "0.75": [0, 45, 0], + "1.5": [0, 42.5, 0] + } + }, + "tail5": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [0, 17.5, 0], + "0.75": [0, 0, 0], + "1.125": [0, -17.5, 0], + "1.5": [0, 0, 0] + } + } + } + }, + "animation.miraidon.ground_walk": { + "loop": true, + "animation_length": 1.5, + "bones": { + "arm_left": { + "rotation": [0, 27.5, -52.5] + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [-2.5, 0, 0], + "1.5": [0, 0, 0] + } + }, + "thrusters": { + "rotation": [60, 0, 0] + }, + "tail2": { + "rotation": { + "0.0": [12.5, 0, 0], + "0.375": [12.5, 7.5, 0], + "0.75": [12.44297, 0, 0], + "1.125": [12.5, -7.5, 0], + "1.5": [12.5, 0, 0] + } + }, + "tail3": { + "rotation": { + "0.0": [7.5, 0, 0], + "0.375": [7.5, 15, 0], + "0.75": [7.5, 0, 0], + "1.125": [7.5, -15, 0], + "1.5": [7.5, 0, 0] + } + }, + "tail4": { + "rotation": { + "0.0": [5, 0, 0], + "0.375": [5, 10, 0], + "0.75": [5, 0, 0], + "1.125": [5, -10, 0], + "1.5": [5, 0, 0] + } + }, + "arm_right": { + "rotation": [0, -27.5, 52.5] + }, + "miraidon": { + "rotation": [0, 0, 0], + "position": { + "0.0": [0, 0, 0], + "0.75": [0, 1, 0], + "1.5": [0, 0, 0] + } + }, + "arm_right_lower": { + "rotation": { + "0.0": [0, -42.5, 0], + "0.75": [0, -45, 0], + "1.5": [0, -42.5, 0] + } + }, + "arm_left_lower": { + "rotation": { + "0.0": [0, 42.5, 0], + "0.75": [0, 45, 0], + "1.5": [0, 42.5, 0] + } + }, + "tail5": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [0, 17.5, 0], + "0.75": [0, 0, 0], + "1.125": [0, -17.5, 0], + "1.5": [0, 0, 0] + } + } + } + }, + "animation.miraidon.faint": { + "loop": true, + "animation_length": 1.5, + "bones": { + "arm_left": { + "rotation": [0, 27.5, -52.5] + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [-12.5, 0, 0], + "1.5": [0, 0, 0] + } + }, + "thrusters": { + "rotation": [60, 0, 0] + }, + "tail2": { + "rotation": { + "0.0": [12.5, 0, 0], + "0.375": [12.5, 7.5, 0], + "0.75": [12.44297, 0, 0], + "1.125": [12.5, -7.5, 0], + "1.5": [12.5, 0, 0] + } + }, + "tail3": { + "rotation": { + "0.0": [7.5, 0, 0], + "0.375": [7.5, 15, 0], + "0.75": [7.5, 0, 0], + "1.125": [7.5, -15, 0], + "1.5": [7.5, 0, 0] + } + }, + "tail4": { + "rotation": { + "0.0": [5, 0, 0], + "0.375": [5, 10, 0], + "0.75": [5, 0, 0], + "1.125": [5, -10, 0], + "1.5": [5, 0, 0] + } + }, + "arm_right": { + "rotation": [0, -27.5, 52.5] + }, + "miraidon": { + "rotation": [0, 0, 0], + "position": { + "0.0": [0, 0, 0], + "0.75": [0, 1, 0], + "1.5": [0, 0, 0] + } + }, + "arm_right_lower": { + "rotation": { + "0.0": [0, -42.5, 0], + "0.75": [0, -45, 0], + "1.5": [0, -42.5, 0] + } + }, + "arm_left_lower": { + "rotation": { + "0.0": [0, 42.5, 0], + "0.75": [0, 45, 0], + "1.5": [0, 42.5, 0] + } + }, + "tail5": { + "rotation": { + "0.0": [0, 0, 0], + "0.375": [0, 17.5, 0], + "0.75": [0, 0, 0], + "1.125": [0, -17.5, 0], + "1.5": [0, 0, 0] + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [-22.5, 0, 0] + } + }, + "neck2": { + "rotation": { + "0.0": [0, 0, 0], + "0.75": [0, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/miraidonpd/miraidonpd.animation.json b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/miraidonpd/miraidonpd.animation.json new file mode 100644 index 0000000..adae9d9 --- /dev/null +++ b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/miraidonpd/miraidonpd.animation.json @@ -0,0 +1,664 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.miraidon_rideable.json": { + "loop": true + }, + "animation.miraidonpd.ground_idle": { + "loop": true, + "animation_length": 1.7778, + "bones": { + "miraidon": { + "position": { + "0.0": [0, -3.5, 5], + "0.8889": [0, -3.7, 5], + "1.7778": [0, -3.5, 5] + } + }, + "f_wheel": { + "rotation": { + "0.0": [-17.5, 0, 0], + "1.7778": [-17.5, 0, 0] + }, + "position": { + "0.0": [0, 4.3, -4], + "1.7778": [0, 4.3, -4] + }, + "scale": { + "0.0": [0.85, 0.6, 0.5], + "1.7778": [0.85, 0.6, 0.5] + } + }, + "r_wheel": { + "rotation": { + "0.0": [32.5, 0, 0], + "1.7778": [32.5, 0, 0] + }, + "position": { + "0.0": [0, 2.5, 2.6], + "1.7778": [0, 2.5, 2.6] + }, + "scale": { + "0.0": [1, 0.5, 0.2], + "1.7778": [1, 0.5, 0.2] + } + }, + "r_front_leg": { + "rotation": { + "0.0": [0, 0, 82.5], + "0.8889": [-0.01324, 2.92362, 81.98403], + "1.7778": [0, 0, 82.5] + }, + "position": { + "0.0": [0.8, 0.4, 0], + "1.7778": [0.8, 0.4, 0] + } + }, + "l_front_leg": { + "rotation": { + "0.0": [0, 0, -82.5], + "0.7407": [-0.01324, -2.92362, -81.98403], + "1.7778": [0, 0, -82.5] + }, + "position": { + "0.0": [0, 1, 0], + "1.7778": [0, 1, 0] + } + }, + "r_back_leg": { + "rotation": { + "0.0": [-20, 0, 0], + "0.8889": [-23, 0, 0], + "1.7778": [-20, 0, 0] + } + }, + "l_back_leg": { + "rotation": { + "0.0": [-20, 0, 0], + "0.8889": [-23, 0, 0], + "1.7778": [-20, 0, 0] + } + }, + "wing_r": { + "scale": [0, 1, 1] + }, + "wing_l": { + "scale": [0, 1, 1] + }, + "r_front_leg_lower": { + "rotation": { + "0.0": [-90, -35, 0], + "0.8889": [-90, -37.89659, 0], + "1.7778": [-90, -35, 0] + }, + "position": { + "0.0": [-0.7, 0, -1.1], + "1.7778": [-0.7, 0, -1.1] + }, + "scale": { + "0.0": [1.3, 1, 1], + "1.7778": [1.3, 1, 1] + } + }, + "l_front_leg_lower": { + "rotation": { + "0.0": [-90, 35, 0], + "0.7407": [-90, 37.96876, 0], + "1.7778": [-90, 35, 0] + }, + "position": { + "0.0": [0.9, 0, -0.8], + "1.7778": [0.9, 0, -0.8] + }, + "scale": { + "0.0": [1.3, 1, 1], + "1.7778": [1.3, 1, 1] + } + }, + "r_front_foot": { + "rotation": { + "0.0": [-93.54421, 6.13411, -61.05967], + "1.7778": [-93.54421, 6.13411, -61.05967] + }, + "position": { + "0.0": [0, -2.2, -1], + "1.7778": [0, -2.2, -1] + } + }, + "l_front_foot": { + "rotation": { + "0.0": [-93.73561, -6.21708, 61.82575], + "1.7778": [-93.73561, -6.21708, 61.82575] + }, + "position": { + "0.0": [0, -2.3, -1], + "1.7778": [0, -2.3, -1] + } + }, + "r_low_back_leg": { + "rotation": { + "0.0": [10, 0, 0], + "0.8889": [12, 0, 0], + "1.7778": [10, 0, 0] + }, + "scale": { + "0.0": [1, 1.19, 1], + "1.7778": [1, 1.19, 1] + } + }, + "l_low_back_leg": { + "rotation": { + "0.0": [10, 0, 0], + "0.8889": [10.01745, -0.49227, -0.08596], + "1.7778": [10, 0, 0] + }, + "scale": { + "0.0": [1, 1.2, 1], + "1.7778": [1, 1.2, 1] + } + }, + "r_back_foot": { + "rotation": { + "0.0": [97.5, 0, 0], + "1.7778": [97.5, 0, 0] + }, + "position": { + "0.0": [-0.2, -0.2, 0], + "1.7778": [-0.2, -0.2, 0] + } + }, + "l_back_foot": { + "rotation": { + "0.0": [97.5, 0, 0], + "0.8889": [99.5, 0, 0], + "1.7778": [97.5, 0, 0] + }, + "position": { + "0.0": [0.2, -0.2, 0], + "1.7778": [0.2, -0.2, 0] + } + }, + "root": { + "position": [0, 0, 0] + } + } + }, + "animation.miraidonpd.faint": { + "loop": true, + "animation_length": 1.7778, + "bones": { + "miraidon": { + "position": { + "0.0": [0, -3.5, 5], + "0.8889": [0, -3.7, 5], + "1.7778": [0, -3.5, 5] + } + }, + "f_wheel": { + "rotation": { + "0.0": [-17.5, 0, 0], + "1.7778": [-17.5, 0, 0] + }, + "position": { + "0.0": [0, 4.3, -4], + "1.7778": [0, 4.3, -4] + }, + "scale": { + "0.0": [0.85, 0.6, 0.5], + "1.7778": [0.85, 0.6, 0.5] + } + }, + "r_wheel": { + "rotation": { + "0.0": [32.5, 0, 0], + "1.7778": [32.5, 0, 0] + }, + "position": { + "0.0": [0, 2.5, 2.6], + "1.7778": [0, 2.5, 2.6] + }, + "scale": { + "0.0": [1, 0.5, 0.2], + "1.7778": [1, 0.5, 0.2] + } + }, + "r_front_leg": { + "rotation": { + "0.0": [0, 0, 82.5], + "0.8889": [-0.01324, 2.92362, 81.98403], + "1.7778": [0, 0, 82.5] + }, + "position": { + "0.0": [0.8, 0.4, 0], + "1.7778": [0.8, 0.4, 0] + } + }, + "l_front_leg": { + "rotation": { + "0.0": [0, 0, -82.5], + "0.7407": [-0.01324, -2.92362, -81.98403], + "1.7778": [0, 0, -82.5] + }, + "position": { + "0.0": [0, 1, 0], + "1.7778": [0, 1, 0] + } + }, + "r_back_leg": { + "rotation": { + "0.0": [-20, 0, 0], + "0.8889": [-23, 0, 0], + "1.7778": [-20, 0, 0] + } + }, + "l_back_leg": { + "rotation": { + "0.0": [-20, 0, 0], + "0.8889": [-23, 0, 0], + "1.7778": [-20, 0, 0] + } + }, + "wing_r": { + "scale": { + "0.0": [0, 1, 1], + "1.7778": [0, 1, 1] + } + }, + "wing_l": { + "scale": { + "0.0": [0, 1, 1], + "1.7778": [0, 1, 1] + } + }, + "r_front_leg_lower": { + "rotation": { + "0.0": [-90, -35, 0], + "0.8889": [-90, -37.89659, 0], + "1.7778": [-90, -35, 0] + }, + "position": { + "0.0": [-0.7, 0, -1.1], + "1.7778": [-0.7, 0, -1.1] + }, + "scale": { + "0.0": [1.3, 1, 1], + "1.7778": [1.3, 1, 1] + } + }, + "l_front_leg_lower": { + "rotation": { + "0.0": [-90, 35, 0], + "0.7407": [-90, 37.96876, 0], + "1.7778": [-90, 35, 0] + }, + "position": { + "0.0": [0.9, 0, -0.8], + "1.7778": [0.9, 0, -0.8] + }, + "scale": { + "0.0": [1.3, 1, 1], + "1.7778": [1.3, 1, 1] + } + }, + "r_front_foot": { + "rotation": { + "0.0": [-93.54421, 6.13411, -61.05967], + "1.7778": [-93.54421, 6.13411, -61.05967] + }, + "position": { + "0.0": [0, -2.2, -1], + "1.7778": [0, -2.2, -1] + } + }, + "l_front_foot": { + "rotation": { + "0.0": [-93.73561, -6.21708, 61.82575], + "1.7778": [-93.73561, -6.21708, 61.82575] + }, + "position": { + "0.0": [0, -2.3, -1], + "1.7778": [0, -2.3, -1] + } + }, + "r_low_back_leg": { + "rotation": { + "0.0": [10, 0, 0], + "0.8889": [12, 0, 0], + "1.7778": [10, 0, 0] + }, + "scale": { + "0.0": [1, 1.19, 1], + "1.7778": [1, 1.19, 1] + } + }, + "l_low_back_leg": { + "rotation": { + "0.0": [10, 0, 0], + "0.8889": [10.01745, -0.49227, -0.08596], + "1.7778": [10, 0, 0] + }, + "scale": { + "0.0": [1, 1.2, 1], + "1.7778": [1, 1.2, 1] + } + }, + "r_back_foot": { + "rotation": { + "0.0": [97.5, 0, 0], + "1.7778": [97.5, 0, 0] + }, + "position": { + "0.0": [-0.2, -0.2, 0], + "1.7778": [-0.2, -0.2, 0] + } + }, + "l_back_foot": { + "rotation": { + "0.0": [97.5, 0, 0], + "0.8889": [99.5, 0, 0], + "1.7778": [97.5, 0, 0] + }, + "position": { + "0.0": [0.2, -0.2, 0], + "1.7778": [0.2, -0.2, 0] + } + }, + "root": { + "position": [0, 0, 0] + } + } + }, + "animation.miraidonpd.water_swim": { + "loop": true, + "animation_length": 1, + "bones": { + "miraidon": { + "position": [0, -5, 0] + }, + "f_wheel": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [-720, 0, 0] + } + }, + "r_wheel": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [-720, 0, 0] + } + }, + "r_front_leg": { + "rotation": [-80, 7.5, 80], + "position": [0.3, 0, 0] + }, + "l_front_leg": { + "rotation": [-80, -20, -80], + "position": [-0.5, 0, 0] + }, + "wing_r": { + "scale": [0, 1, 1] + }, + "wing_l": { + "scale": [0, 1, 1] + }, + "r_front_leg_lower": { + "rotation": [0, 0, -117.5] + }, + "l_front_leg_lower": { + "rotation": [0, 0, 135] + }, + "r_low_back_leg": { + "rotation": [-90, 0, 0], + "position": [0, 0.6, 2.7] + }, + "l_low_back_leg": { + "rotation": [-90, 0, 0], + "position": [0, 0.6, 2.7] + }, + "r_back_foot": { + "rotation": [-23, 0, 0] + }, + "l_back_foot": { + "rotation": [-23, 0, 0] + }, + "root": { + "position": [0, 0, 0] + } + } + }, + "animation.miraidonpd.ground_walk": { + "loop": true, + "animation_length": 1, + "bones": { + "miraidon": { + "position": [0, -5, 0] + }, + "f_wheel": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [-720, 0, 0] + } + }, + "r_wheel": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [-720, 0, 0] + } + }, + "r_front_leg": { + "rotation": [-80, 7.5, 80], + "position": [0.3, 0, 0] + }, + "l_front_leg": { + "rotation": [-80, -20, -80], + "position": [-0.5, 0, 0] + }, + "wing_r": { + "scale": [0, 1, 1] + }, + "wing_l": { + "scale": [0, 1, 1] + }, + "r_front_leg_lower": { + "rotation": [0, 0, -117.5] + }, + "l_front_leg_lower": { + "rotation": [0, 0, 135] + }, + "r_low_back_leg": { + "rotation": [-90, 0, 0], + "position": [0, 0.6, 2.7] + }, + "l_low_back_leg": { + "rotation": [-90, 0, 0], + "position": [0, 0.6, 2.7] + }, + "r_back_foot": { + "rotation": [-23, 0, 0] + }, + "l_back_foot": { + "rotation": [-23, 0, 0] + }, + "root": { + "position": [0, 0, 0] + } + } + }, + "animation.miraidonpd.air_fly": { + "loop": true, + "animation_length": 1, + "bones": { + "miraidon": { + "position": [0, -5, 0] + }, + "f_wheel": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [-720, 0, 0] + } + }, + "r_wheel": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [-720, 0, 0] + } + }, + "r_front_leg": { + "rotation": [-80, 7.5, 80], + "position": [0.3, 0, 0] + }, + "l_front_leg": { + "rotation": [-80, -20, -80], + "position": [-0.5, 0, 0] + }, + "wing_r": { + "scale": [0, 1, 1] + }, + "wing_l": { + "scale": [0, 1, 1] + }, + "r_front_leg_lower": { + "rotation": [0, 0, -117.5] + }, + "l_front_leg_lower": { + "rotation": [0, 0, 135] + }, + "r_low_back_leg": { + "rotation": [-90, 0, 0], + "position": [0, 0.6, 2.7] + }, + "l_low_back_leg": { + "rotation": [-90, 0, 0], + "position": [0, 0.6, 2.7] + }, + "r_back_foot": { + "rotation": [-23, 0, 0] + }, + "l_back_foot": { + "rotation": [-23, 0, 0] + }, + "root": { + "position": [0, 0, 0] + } + } + }, + "animation.miraidonpd.water_idle": { + "loop": true, + "animation_length": 1, + "bones": { + "miraidon": { + "position": { + "0.0": [0, -5, 0], + "0.5": [0, -4, 0], + "1.0": [0, -5, 0] + } + }, + "f_wheel": { + "rotation": [0, 0, 0] + }, + "r_wheel": { + "rotation": [0, 0, 0] + }, + "r_front_leg": { + "rotation": [-80, 7.5, 80], + "position": [0.3, 0, 0] + }, + "l_front_leg": { + "rotation": [-80, -20, -80], + "position": [-0.5, 0, 0] + }, + "wing_r": { + "scale": [0, 1, 1] + }, + "wing_l": { + "scale": [0, 1, 1] + }, + "r_front_leg_lower": { + "rotation": [0, 0, -117.5] + }, + "l_front_leg_lower": { + "rotation": [0, 0, 135] + }, + "r_low_back_leg": { + "rotation": [-90, 0, 0], + "position": [0, 0.6, 2.7] + }, + "l_low_back_leg": { + "rotation": [-90, 0, 0], + "position": [0, 0.6, 2.7] + }, + "r_back_foot": { + "rotation": [-23, 0, 0] + }, + "l_back_foot": { + "rotation": [-23, 0, 0] + }, + "root": { + "position": [0, 0, 0] + } + } + }, + "animation.miraidonpd.air_idle": { + "loop": true, + "animation_length": 1, + "bones": { + "miraidon": { + "position": { + "0.0": [0, -5, 0], + "0.5": [0, -4, 0], + "1.0": [0, -5, 0] + } + }, + "f_wheel": { + "rotation": [0, 0, 0] + }, + "r_wheel": { + "rotation": [0, 0, 0] + }, + "r_front_leg": { + "rotation": [-80, 7.5, 80], + "position": [0.3, 0, 0] + }, + "l_front_leg": { + "rotation": [-80, -20, -80], + "position": [-0.5, 0, 0] + }, + "r_front_leg_lower": { + "rotation": [0, 0, -117.5] + }, + "l_front_leg_lower": { + "rotation": [0, 0, 135] + }, + "r_low_back_leg": { + "rotation": [-90, 0, 0], + "position": [0, 0.6, 2.7] + }, + "l_low_back_leg": { + "rotation": [-90, 0, 0], + "position": [0, 0.6, 2.7] + }, + "r_back_foot": { + "rotation": [-23, 0, 0] + }, + "l_back_foot": { + "rotation": [-23, 0, 0] + }, + "r_back_leg": { + "rotation": [65, 0, 0] + }, + "l_back_leg": { + "rotation": [65, 0, 0] + }, + "root": { + "position": [0, 0, 0] + }, + "wing_r": { + "position": [0, 0, 0] + }, + "wing_l": { + "position": [0, 0, 0] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/reshiram/reshiram.animation.json b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/reshiram/reshiram.animation.json new file mode 100644 index 0000000..47250b1 --- /dev/null +++ b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/reshiram/reshiram.animation.json @@ -0,0 +1,547 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.reshiram.ground_idle": { + "loop": true, + "animation_length": 2.8571, + "bones": { + "wing_l2": { + "rotation": { + "0.0": [0, 0, 0], + "1.4286": [0, 0, 2.5], + "2.8571": [0, 0, 0] + } + }, + "wing_r2": { + "rotation": { + "0.0": [0, 0, 0], + "1.4286": [0, 0, -2.5], + "2.8571": [0, 0, 0] + } + }, + "body2": { + "rotation": { + "0.0": [0, 0, 0], + "1.4286": [2.5, 0, 0], + "2.8571": [0, 0, 0] + } + }, + "tail": { + "rotation": [7.5, 0, 0] + }, + "tail1": { + "rotation": { + "0.0": [-5, 0, 0], + "1.4286": [5, 0, 0], + "2.8571": [-5, 0, 0] + } + }, + "tail2": { + "rotation": { + "0.0": [-7.5, 0, 0], + "1.4286": [5, 0, 0], + "2.8571": [-7.5, 0, 0] + } + }, + "tail3": { + "rotation": { + "0.0": [5, 0, 0], + "1.4286": [-5, 0, 0], + "2.8571": [5, 0, 0] + } + }, + "tail4": { + "rotation": { + "0.0": [5, 0, 0], + "1.4286": [-5, 0, 0], + "2.8571": [5, 0, 0] + } + }, + "tail5": { + "rotation": { + "0.0": [5, 0, 0], + "1.4286": [-5, 0, 0], + "2.8571": [5, 0, 0] + } + }, + "tail6": { + "rotation": { + "0.0": [-5, 0, 0], + "1.4286": [5, 0, 0], + "2.8571": [-5, 0, 0] + } + }, + "head": { + "rotation": [10, 0, 0] + }, + "bone7": { + "rotation": { + "0.0": [-2.5, 0, 0], + "1.4286": [-15, 0, 0], + "2.8571": [-2.5, 0, 0] + } + }, + "bone8": { + "rotation": { + "0.0": [-7.5, 0, 0], + "1.4286": [7.5, 0, 0], + "2.8571": [-7.5, 0, 0] + } + }, + "bone9": { + "rotation": { + "0.0": [-7.5, 0, 0], + "1.4286": [7.5, 0, 0], + "2.8571": [-7.5, 0, 0] + } + }, + "bone10": { + "rotation": { + "0.0": [10, 0, 0], + "1.4286": [-5, 0, 0], + "2.8571": [10, 0, 0] + } + }, + "bone11": { + "rotation": { + "0.0": [10, 0, 0], + "1.4286": [-5, 0, 0], + "2.8571": [10, 0, 0] + } + }, + "bone18": { + "rotation": { + "0.0": [-5, 0, 0], + "1.4286": [5, 0, 0], + "2.8571": [-5, 0, 0] + } + }, + "bone19": { + "rotation": { + "0.0": [-7.5, 0, 0], + "1.4286": [5, 0, 0], + "2.8571": [-7.5, 0, 0] + } + }, + "bone22": { + "rotation": { + "0.0": [-5, 0, 0], + "1.4286": [-15, 0, 0], + "2.8571": [-5, 0, 0] + } + }, + "bone23": { + "rotation": { + "0.0": [-5, 0, 0], + "1.4286": [7.5, 0, 0], + "2.8571": [-5, 0, 0] + } + }, + "bone24": { + "rotation": { + "0.0": [-7.5, 0, 0], + "1.4286": [7.5, 0, 0], + "2.8571": [-7.5, 0, 0] + } + }, + "bone25": { + "rotation": { + "0.0": [10, 0, 0], + "1.4286": [-5, 0, 0], + "2.8571": [10, 0, 0] + } + }, + "bone26": { + "rotation": { + "0.0": [7.5, 0, 0], + "1.4286": [-5, 0, 0], + "2.8571": [7.5, 0, 0] + } + }, + "bone27": { + "rotation": { + "0.0": [-2.5, 0, 0], + "1.4286": [5, 0, 0], + "2.8571": [-2.5, 0, 0] + } + }, + "bone28": { + "rotation": { + "0.0": [-7.5, 0, 0], + "1.4286": [5, 0, 0], + "2.8571": [-7.5, 0, 0] + } + } + } + }, + "animation.reshiram.faint": { + "loop": true, + "animation_length": 2.8571, + "bones": { + "wing_l2": { + "rotation": { + "0.0": [0, 0, 0], + "1.4286": [0, 0, 2.5], + "2.8571": [0, 0, 0] + } + }, + "wing_r2": { + "rotation": { + "0.0": [0, 0, 0], + "1.4286": [0, 0, -2.5], + "2.8571": [0, 0, 0] + } + }, + "body2": { + "rotation": { + "0.0": [0, 0, 0], + "1.4286": [2.5, 0, 0], + "2.8571": [0, 0, 0] + } + }, + "tail": { + "rotation": [7.5, 0, 0] + }, + "tail1": { + "rotation": { + "0.0": [-5, 0, 0], + "1.4286": [5, 0, 0], + "2.8571": [-5, 0, 0] + } + }, + "tail2": { + "rotation": { + "0.0": [-7.5, 0, 0], + "1.4286": [5, 0, 0], + "2.8571": [-7.5, 0, 0] + } + }, + "tail3": { + "rotation": { + "0.0": [5, 0, 0], + "1.4286": [-5, 0, 0], + "2.8571": [5, 0, 0] + } + }, + "tail4": { + "rotation": { + "0.0": [5, 0, 0], + "1.4286": [-5, 0, 0], + "2.8571": [5, 0, 0] + } + }, + "tail5": { + "rotation": { + "0.0": [5, 0, 0], + "1.4286": [-5, 0, 0], + "2.8571": [5, 0, 0] + } + }, + "tail6": { + "rotation": { + "0.0": [-5, 0, 0], + "1.4286": [5, 0, 0], + "2.8571": [-5, 0, 0] + } + }, + "head": { + "rotation": [10, 0, 0] + }, + "bone7": { + "rotation": { + "0.0": [-2.5, 0, 0], + "1.4286": [-15, 0, 0], + "2.8571": [-2.5, 0, 0] + } + }, + "bone8": { + "rotation": { + "0.0": [-7.5, 0, 0], + "1.4286": [7.5, 0, 0], + "2.8571": [-7.5, 0, 0] + } + }, + "bone9": { + "rotation": { + "0.0": [-7.5, 0, 0], + "1.4286": [7.5, 0, 0], + "2.8571": [-7.5, 0, 0] + } + }, + "bone10": { + "rotation": { + "0.0": [10, 0, 0], + "1.4286": [-5, 0, 0], + "2.8571": [10, 0, 0] + } + }, + "bone11": { + "rotation": { + "0.0": [10, 0, 0], + "1.4286": [-5, 0, 0], + "2.8571": [10, 0, 0] + } + }, + "bone18": { + "rotation": { + "0.0": [-5, 0, 0], + "1.4286": [5, 0, 0], + "2.8571": [-5, 0, 0] + } + }, + "bone19": { + "rotation": { + "0.0": [-7.5, 0, 0], + "1.4286": [5, 0, 0], + "2.8571": [-7.5, 0, 0] + } + }, + "bone22": { + "rotation": { + "0.0": [-5, 0, 0], + "1.4286": [-15, 0, 0], + "2.8571": [-5, 0, 0] + } + }, + "bone23": { + "rotation": { + "0.0": [-5, 0, 0], + "1.4286": [7.5, 0, 0], + "2.8571": [-5, 0, 0] + } + }, + "bone24": { + "rotation": { + "0.0": [-7.5, 0, 0], + "1.4286": [7.5, 0, 0], + "2.8571": [-7.5, 0, 0] + } + }, + "bone25": { + "rotation": { + "0.0": [10, 0, 0], + "1.4286": [-5, 0, 0], + "2.8571": [10, 0, 0] + } + }, + "bone26": { + "rotation": { + "0.0": [7.5, 0, 0], + "1.4286": [-5, 0, 0], + "2.8571": [7.5, 0, 0] + } + }, + "bone27": { + "rotation": { + "0.0": [-2.5, 0, 0], + "1.4286": [5, 0, 0], + "2.8571": [-2.5, 0, 0] + } + }, + "bone28": { + "rotation": { + "0.0": [-7.5, 0, 0], + "1.4286": [5, 0, 0], + "2.8571": [-7.5, 0, 0] + } + } + } + }, + "animation.reshiram.ground_walk": { + "loop": true, + "animation_length": 2.8571, + "bones": { + "wing_l2": { + "rotation": { + "0.0": [0, 0, 0], + "1.4286": [0, 0, 2.5], + "2.8571": [0, 0, 0] + } + }, + "wing_r2": { + "rotation": { + "0.0": [0, 0, 0], + "1.4286": [0, 0, -2.5], + "2.8571": [0, 0, 0] + } + }, + "body2": { + "rotation": [12.5, 0, 0] + }, + "tail": { + "rotation": [7.5, 0, 0] + }, + "tail1": { + "rotation": { + "0.0": [-5, 0, 0], + "1.4286": [5, 0, 0], + "2.8571": [-5, 0, 0] + } + }, + "tail2": { + "rotation": { + "0.0": [-7.5, 0, 0], + "1.4286": [5, 0, 0], + "2.8571": [-7.5, 0, 0] + } + }, + "tail3": { + "rotation": { + "0.0": [5, 0, 0], + "1.4286": [-5, 0, 0], + "2.8571": [5, 0, 0] + } + }, + "tail4": { + "rotation": { + "0.0": [5, 0, 0], + "1.4286": [-5, 0, 0], + "2.8571": [5, 0, 0] + } + }, + "tail5": { + "rotation": { + "0.0": [5, 0, 0], + "1.4286": [-5, 0, 0], + "2.8571": [5, 0, 0] + } + }, + "tail6": { + "rotation": { + "0.0": [-5, 0, 0], + "1.4286": [5, 0, 0], + "2.8571": [-5, 0, 0] + } + }, + "head": { + "rotation": [-7.5, 0, 0] + }, + "bone7": { + "rotation": { + "0.0": [-2.5, 0, 0], + "1.4286": [-15, 0, 0], + "2.8571": [-2.5, 0, 0] + } + }, + "bone8": { + "rotation": { + "0.0": [-7.5, 0, 0], + "1.4286": [7.5, 0, 0], + "2.8571": [-7.5, 0, 0] + } + }, + "bone9": { + "rotation": { + "0.0": [-7.5, 0, 0], + "1.4286": [7.5, 0, 0], + "2.8571": [-7.5, 0, 0] + } + }, + "bone10": { + "rotation": { + "0.0": [10, 0, 0], + "1.4286": [-5, 0, 0], + "2.8571": [10, 0, 0] + } + }, + "bone11": { + "rotation": { + "0.0": [10, 0, 0], + "1.4286": [-5, 0, 0], + "2.8571": [10, 0, 0] + } + }, + "bone18": { + "rotation": { + "0.0": [-5, 0, 0], + "1.4286": [5, 0, 0], + "2.8571": [-5, 0, 0] + } + }, + "bone19": { + "rotation": { + "0.0": [-7.5, 0, 0], + "1.4286": [5, 0, 0], + "2.8571": [-7.5, 0, 0] + } + }, + "bone22": { + "rotation": { + "0.0": [-5, 0, 0], + "1.4286": [-15, 0, 0], + "2.8571": [-5, 0, 0] + } + }, + "bone23": { + "rotation": { + "0.0": [-5, 0, 0], + "1.4286": [7.5, 0, 0], + "2.8571": [-5, 0, 0] + } + }, + "bone24": { + "rotation": { + "0.0": [-7.5, 0, 0], + "1.4286": [7.5, 0, 0], + "2.8571": [-7.5, 0, 0] + } + }, + "bone25": { + "rotation": { + "0.0": [10, 0, 0], + "1.4286": [-5, 0, 0], + "2.8571": [10, 0, 0] + } + }, + "bone26": { + "rotation": { + "0.0": [7.5, 0, 0], + "1.4286": [-5, 0, 0], + "2.8571": [7.5, 0, 0] + } + }, + "bone27": { + "rotation": { + "0.0": [-2.5, 0, 0], + "1.4286": [5, 0, 0], + "2.8571": [-2.5, 0, 0] + } + }, + "bone28": { + "rotation": { + "0.0": [-7.5, 0, 0], + "1.4286": [5, 0, 0], + "2.8571": [-7.5, 0, 0] + } + }, + "wing_left": { + "rotation": [-15, 0, 0] + }, + "wing_right": { + "rotation": [-15, 0, 0] + }, + "leg_left": { + "rotation": [25, 0, 0] + }, + "l_foot": { + "rotation": [35, 0, 0] + }, + "bone2": { + "rotation": [32.5, 0, 0] + }, + "r_leg": { + "rotation": [25, 0, 0] + }, + "r_foot": { + "rotation": [32.5, 0, 0] + }, + "bone": { + "rotation": [35, 0, 0] + }, + "reshiram": { + "position": [0, 19, 0] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/zekrom/zekrom.animation.json b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/zekrom/zekrom.animation.json new file mode 100644 index 0000000..15872d1 --- /dev/null +++ b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/zekrom/zekrom.animation.json @@ -0,0 +1,266 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.zekrom.ground_idle": { + "loop": true, + "animation_length": 2.8571, + "bones": { + "body": { + "rotation": [5, 0, 0] + }, + "right_leg": { + "rotation": [-30, 17.5, 0] + }, + "r_leg_bottom": { + "rotation": [22.5, 0, 0] + }, + "tail": { + "rotation": { + "0.0": [-15, 0, 0], + "1.4286": [-12.5, 0, 0], + "2.8571": [-15, 0, 0] + } + }, + "neck": { + "rotation": [22.5, 0, 0] + }, + "arm_r": { + "rotation": { + "0.0": [0, -10, -52.5], + "1.4286": [0, -7.5, -52.5], + "2.8571": [0, -10, -52.5] + } + }, + "head": { + "rotation": [-17.5, 0, 0] + }, + "arm_l": { + "rotation": { + "0.0": [0, 10, 52.5], + "1.4286": [0, 7.5, 52.5], + "2.8571": [0, 10, 52.5] + } + }, + "leg_l": { + "rotation": [-30, -17.5, 0] + }, + "l_leg_lower": { + "rotation": [22.5, 0, 0] + }, + "l_wing_main": { + "rotation": [0, -32.5, 0] + }, + "r_wing_main": { + "rotation": [0, 32.5, 0] + }, + "l_arm_lower": { + "rotation": [90, 47.5, 0] + }, + "r_arm_lower": { + "rotation": [90, -47.5, 0], + "position": [0, 0, -0.7] + }, + "body1": { + "rotation": { + "0.0": [2.5, 0, 0], + "1.4286": [0.75, 0, 0], + "2.8571": [2.5, 0, 0] + } + }, + "body2": { + "rotation": [10, 0, 0] + }, + "body3": { + "rotation": [10, 0, 0] + }, + "zekrom": { + "position": [0, -2, 0] + } + } + }, + "animation.zekrom.faint": { + "animation_length": 2.8571, + "bones": { + "body": { + "rotation": [5, 0, 0] + }, + "right_leg": { + "rotation": [-30, 17.5, 0] + }, + "r_leg_bottom": { + "rotation": [22.5, 0, 0] + }, + "tail": { + "rotation": { + "0.0": [-15, 0, 0], + "1.4286": [-12.5, 0, 0], + "2.8571": [-15, 0, 0] + } + }, + "neck": { + "rotation": [22.5, 0, 0] + }, + "arm_r": { + "rotation": { + "0.0": [0, -10, -52.5], + "1.4286": [0, -7.5, -52.5], + "2.8571": [0, -10, -52.5] + } + }, + "head": { + "rotation": { + "0.0": [-17.5, 0, 0], + "0.4762": [-62.5, 0, 0], + "0.9524": [-67.5, 0, 0], + "1.4286": [-65, 0, 0], + "1.8452": [-67.5, 0, 0] + }, + "position": { + "0.0": [0, 0, 0], + "0.4762": [0, 1, -0.6] + } + }, + "arm_l": { + "rotation": { + "0.0": [0, 10, 52.5], + "1.4286": [0, 7.5, 52.5], + "2.8571": [0, 10, 52.5] + } + }, + "leg_l": { + "rotation": [-30, -17.5, 0] + }, + "l_leg_lower": { + "rotation": [22.5, 0, 0] + }, + "l_wing_main": { + "rotation": [0, -32.5, 0] + }, + "r_wing_main": { + "rotation": [0, 32.5, 0] + }, + "l_arm_lower": { + "rotation": [90, 47.5, 0] + }, + "r_arm_lower": { + "rotation": [90, -47.5, 0], + "position": [0, 0, -0.7] + }, + "body1": { + "rotation": { + "0.0": [2.5, 0, 0], + "1.4286": [0.75, 0, 0], + "2.8571": [2.5, 0, 0] + } + }, + "body2": { + "rotation": [10, 0, 0] + }, + "body3": { + "rotation": [10, 0, 0] + }, + "bottom_jaw": { + "rotation": { + "0.0": [0, 0, 0], + "0.7143": [42.5, 0, 0] + } + } + } + }, + "animation.zekrom.ground_walk": { + "loop": true, + "animation_length": 2.8571, + "bones": { + "body": { + "rotation": [25, 0, 0], + "position": { + "0.0": [0, 14, 0], + "1.4286": [0, 11, 0], + "2.8571": [0, 14, 0] + } + }, + "right_leg": { + "rotation": { + "0.0": [2.5, 17.5, 0], + "1.4286": [2.5, 17.5, 0], + "2.8571": [2.5, 17.5, 0] + } + }, + "r_leg_bottom": { + "rotation": [22.5, 0, 0] + }, + "tail": { + "rotation": { + "0.0": [-15, 0, 0], + "1.4286": [-12.5, 0, 0], + "2.8571": [-15, 0, 0] + } + }, + "neck": { + "rotation": [22.5, 0, 0] + }, + "arm_r": { + "rotation": { + "0.0": [0, -32.5, -52.5], + "1.4286": [0, -32.5, -52.5], + "2.8571": [0, -32.5, -52.5] + } + }, + "head": { + "rotation": { + "0.0": [-50, 0, 0], + "1.4286": [-50, 0, 0], + "2.8571": [-50, 0, 0] + } + }, + "arm_l": { + "rotation": { + "0.0": [0, 32.5, 52.5], + "1.4286": [0, 32.5, 52.5], + "2.8571": [0, 32.5, 52.5] + } + }, + "leg_l": { + "rotation": { + "0.0": [2.5, -17.5, 0], + "1.4286": [2.5, -17.5, 0], + "2.8571": [2.5, -17.5, 0] + } + }, + "l_leg_lower": { + "rotation": { + "0.0": [22.5, 0, 0], + "1.4286": [22.5, 0, 0], + "2.8571": [22.5, 0, 0] + } + }, + "l_wing_main": { + "rotation": [0, -32.5, 0] + }, + "r_wing_main": { + "rotation": [0, 32.5, 0] + }, + "l_arm_lower": { + "rotation": [90, 47.5, 0] + }, + "r_arm_lower": { + "rotation": [90, -47.5, 0], + "position": [0, 0, -0.7] + }, + "body1": { + "rotation": { + "0.0": [2.5, 0, 0], + "1.4286": [0.75, 0, 0], + "2.8571": [2.5, 0, 0] + } + }, + "body2": { + "rotation": [10, 0, 0] + }, + "body3": { + "rotation": [10, 0, 0] + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/zygarde/zygarde.animation.json b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/zygarde/zygarde.animation.json new file mode 100644 index 0000000..d08c44e --- /dev/null +++ b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/animations/zygarde/zygarde.animation.json @@ -0,0 +1,137 @@ +{ + "format_version": "1.8.0", + "animations": { + "animation.zygarde.ground_idle": { + "loop": true, + "animation_length": 2, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [-5, 0, 0], + "2.0": [0, 0, 0] + } + }, + "neck1": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [7.5, 0, 0], + "2.0": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "1.0": [5, 0, 0], + "2.0": [0, 0, 0] + } + } + } + }, + "animation.zygarde.ground_walk": { + "loop": true, + "animation_length": 1.6, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.8": [-5, 0, 0], + "1.6": [0, 0, 0] + } + }, + "neck1": { + "rotation": { + "0.0": [0, 0, 0], + "0.8": [7.5, 0, 0], + "1.6": [0, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.8": [5, 0, 0], + "1.6": [0, 0, 0] + } + }, + "tail_1": { + "rotation": { + "0.0": [0, 0, 0], + "0.8": [35, 0, 0], + "1.6": [0, 0, 0] + } + }, + "tail_2": { + "rotation": { + "0.0": [0, 0, 0], + "0.8": [-35, 0, 0], + "1.6": [0, 0, 0] + } + }, + "tail_3": { + "rotation": { + "0.0": [0, 0, 0], + "0.8": [-37.5, 0, 0], + "1.6": [0, 0, 0] + } + }, + "tail_4": { + "rotation": { + "0.0": [0, 0, 0], + "0.8": [37.5, 0, 0], + "1.6": [0, 0, 0] + } + } + } + }, + "animation.zygarde.faint": { + "loop": true, + "animation_length": 1.5, + "bones": { + "body": { + "rotation": { + "0.0": [0, 0, 0], + "0.8333": [65, 0, 0] + } + }, + "body1": { + "rotation": { + "0.0": [0, 0, 0], + "0.8333": [17.5, 0, 0], + "1.0417": [15, 0, 0], + "1.25": [17.5, 0, 0] + } + }, + "body2": { + "rotation": { + "0.0": [0, 0, 0], + "0.8333": [7.5, 0, 0] + } + }, + "neck": { + "rotation": { + "0.0": [0, 0, 0], + "0.8333": [-20, 0, 0] + } + }, + "neck1": { + "rotation": { + "0.0": [0, 0, 0], + "0.8333": [-35, 0, 0] + } + }, + "neck2": { + "rotation": { + "0.0": [0, 0, 0], + "0.8333": [-20, 0, 0] + } + }, + "head": { + "rotation": { + "0.0": [0, 0, 0], + "0.8333": [-50, 0, 0] + } + } + } + } + } +} \ No newline at end of file diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/arceus/arceus.geo.json b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/arceus/arceus.geo.json new file mode 100644 index 0000000..21570a3 --- /dev/null +++ b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/arceus/arceus.geo.json @@ -0,0 +1,271 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.arceus", + "texture_width": 256, + "texture_height": 256, + "visible_bounds_width": 7, + "visible_bounds_height": 5.5, + "visible_bounds_offset": [0, 2.25, 0] + }, + "bones": [ + { + "name": "arceus", + "pivot": [0, 0, 0] + }, + { + "name": "front_leg_left", + "parent": "arceus", + "pivot": [5.0247, 32.55294, -9.84014], + "rotation": [-7.5, 0, 0], + "cubes": [ + {"origin": [5, 21.16231, -12.04087], "size": [5, 15, 5], "pivot": [-0.5, 30.16231, -10.04087], "rotation": [7.5, 0, 0], "uv": [60, 64]}, + {"origin": [5.97868, 28.51061, -10.89751], "size": [4, 4, 2], "pivot": [11, 28.97507, -11.39751], "rotation": [5.31847, -5.29571, 44.75386], "uv": [32, 120]} + ] + }, + { + "name": "BottomLegFL", + "parent": "front_leg_left", + "pivot": [7.5, 20.94696, -10.73431], + "cubes": [ + {"origin": [4, 13.16231, -13.04087], "size": [7, 6, 5], "pivot": [-0.5, 30.16231, -10.04087], "rotation": [7.5, 0, 0], "uv": [0, 94]}, + {"origin": [5, 11.34734, -10.21778], "size": [5, 10, 5], "pivot": [7.5, 16.34734, -7.71778], "rotation": [7.5, 0, 0], "uv": [34, 95]}, + {"origin": [4, 14.48143, -17.80053], "size": [7, 2, 1], "pivot": [-0.5, 12.98143, -10.30053], "rotation": [-82.5, 0, 0], "uv": [0, 71]}, + {"origin": [5.5, 4.16231, -12.04087], "size": [4, 7, 5], "pivot": [-0.5, 30.16231, -10.04087], "rotation": [7.5, 0, 0], "uv": [49, 105]}, + {"origin": [6, 0.16231, -11.04087], "size": [3, 4, 3], "pivot": [-0.5, 30.16231, -10.04087], "rotation": [7.5, 0, 0], "uv": [112, 7]}, + {"origin": [6, 13.16231, -7.04087], "size": [3, 7, 3], "pivot": [-0.5, 30.16231, -10.04087], "rotation": [7.5, 0, 0], "uv": [110, 110]} + ] + }, + { + "name": "front_leg_right", + "parent": "arceus", + "pivot": [-6.01518, 32.48604, -9.70751], + "rotation": [-7.5, 0, 0], + "cubes": [ + {"origin": [-11, 21.16035, -11.70362], "size": [5, 15, 5], "pivot": [-0.5, 30.16035, -10.00362], "rotation": [7.5, 0, 0], "uv": [40, 64]}, + {"origin": [-8.83553, 13.79444, -10.56026], "size": [4, 4, 2], "pivot": [11, 28.97312, -11.36026], "rotation": [5.31847, -5.29571, 44.75386], "uv": [72, 119]} + ] + }, + { + "name": "bottomLegFR", + "parent": "front_leg_right", + "pivot": [-8.5, 20.945, -10.79706], + "cubes": [ + {"origin": [-12, 14.47947, -17.46329], "size": [7, 2, 1], "pivot": [-0.5, 12.97947, -10.26329], "rotation": [-82.5, 0, 0], "uv": [66, 44]}, + {"origin": [-12, 13.16035, -12.70362], "size": [7, 6, 5], "pivot": [-0.5, 30.16035, -10.00362], "rotation": [7.5, 0, 0], "uv": [90, 90]}, + {"origin": [-11, 11.16035, -11.70362], "size": [5, 10, 5], "pivot": [-0.5, 30.16035, -10.00362], "rotation": [7.5, 0, 0], "uv": [58, 90]}, + {"origin": [-10.5, 4.16035, -11.70362], "size": [4, 7, 5], "pivot": [-0.5, 30.16035, -10.00362], "rotation": [7.5, 0, 0], "uv": [106, 67]}, + {"origin": [-10, 0.16035, -10.70362], "size": [3, 4, 3], "pivot": [-0.5, 30.16035, -10.00362], "rotation": [7.5, 0, 0], "uv": [113, 34]}, + {"origin": [-10, 13.16035, -6.70362], "size": [3, 7, 3], "pivot": [-0.5, 30.16035, -10.00362], "rotation": [7.5, 0, 0], "uv": [36, 110]} + ] + }, + { + "name": "torso", + "parent": "arceus", + "pivot": [-0.5, 36.48333, 7.66667], + "cubes": [ + {"origin": [-6, 30, 9], "size": [11, 13, 10], "uv": [34, 41]}, + {"origin": [-5, 31, 8], "size": [9, 11, 1], "uv": [93, 101]}, + {"origin": [-8, 29.9, -7], "size": [15, 13, 15], "uv": [0, 0]} + ] + }, + { + "name": "tail", + "parent": "torso", + "pivot": [-0.5, 40.5, 16], + "cubes": [ + {"origin": [-3, 37, 16], "size": [5, 7, 8], "uv": [45, 0]} + ] + }, + { + "name": "tail_piece_1", + "parent": "tail", + "pivot": [-0.5, 41, 24], + "cubes": [ + {"origin": [-2.5, 38, 24], "size": [4, 6, 8], "uv": [64, 7]} + ] + }, + { + "name": "tail_piece_2", + "parent": "tail_piece_1", + "pivot": [-0.5, 42, 32], + "cubes": [ + {"origin": [-2, 40, 32], "size": [3, 4, 8], "uv": [94, 25]} + ] + }, + { + "name": "tail_piece_3", + "parent": "tail_piece_2", + "pivot": [-0.5, 43, 40], + "cubes": [ + {"origin": [-1.5, 42, 40], "size": [2, 2, 4], "uv": [118, 49]} + ] + }, + { + "name": "ring", + "parent": "torso", + "pivot": [-0.34779, 37.54742, 8.5], + "cubes": [ + {"origin": [9.8, 48.9, 8.5], "size": [6, 5, 0], "pivot": [0.2, 25.2, 8], "rotation": [0, 0, -45], "uv": [96, 57]}, + {"origin": [5.7, 54.3, 8.5], "size": [4, 7, 0], "pivot": [0.6, 25.6, 8], "rotation": [0, 0, -45], "uv": [45, 0]}, + {"origin": [5.7, 49.3, 7.5], "size": [4, 5, 2], "pivot": [0.6, 25.6, 8], "rotation": [0, 0, -45], "uv": [48, 117]}, + {"origin": [7.1, 49.5, 7], "size": [2, 4, 3], "pivot": [1, 25.5, 8], "rotation": [0, 0, -45], "uv": [41, 123]}, + {"origin": [-16.7, 42.3, 8], "size": [3, 8, 1], "pivot": [-17.9, 47.9, 8.5], "rotation": [0, 0, 27.5], "uv": [84, 123]}, + {"origin": [-19.4, 33.4, 7.5], "size": [3, 9, 2], "uv": [112, 42]}, + {"origin": [10.40778, 19.08309, 8], "size": [3, 9.8, 1], "pivot": [-1.22298, 30.27332, 8.5], "rotation": [0, 0, 152.5], "uv": [120, 86]}, + {"origin": [0.04688, 43.91094, 7.5], "size": [4, 5, 2], "pivot": [-1.20312, 33.11094, 8], "rotation": [0, 0, -135], "uv": [118, 102]}, + {"origin": [1.44688, 44.11094, 7], "size": [2, 4, 3], "pivot": [-0.80312, 33.01094, 7.5], "rotation": [0, 0, -135], "uv": [123, 76]}, + {"origin": [0.04688, 48.91094, 8.5], "size": [4, 7, 0], "pivot": [-1.20312, 33.11094, 8], "rotation": [0, 0, -135], "uv": [124, 5]}, + {"origin": [-5.95312, 43.91094, 8.5], "size": [6, 5, 0], "pivot": [-1.20312, 33.11094, 8], "rotation": [0, 0, -135], "uv": [118, 0]}, + {"origin": [1.04688, 30.91094, 8], "size": [2, 13, 1], "pivot": [-1.20312, 33.11094, 8.5], "rotation": [0, 0, -135], "uv": [101, 113]}, + {"origin": [6.7, 36.3, 8], "size": [2, 13, 1], "pivot": [0.6, 25.6, 8.5], "rotation": [0, 0, -45], "uv": [6, 117]}, + {"origin": [1.06533, 43.07559, 8], "size": [2, 13, 1], "pivot": [-4.43467, 41.97559, 8.5], "rotation": [0, 0, 45], "uv": [0, 117]}, + {"origin": [-5.93467, 56.07559, 8.5], "size": [6, 5, 0], "pivot": [-4.43467, 41.97559, 8], "rotation": [0, 0, 45], "uv": [120, 55]}, + {"origin": [0.06533, 56.07559, 7.5], "size": [4, 5, 2], "pivot": [-4.43467, 41.97559, 8], "rotation": [0, 0, 45], "uv": [20, 117]}, + {"origin": [1.06533, 56.37559, 7], "size": [2, 4, 3], "pivot": [-4.43467, 41.97559, 8], "rotation": [0, 0, 45], "uv": [122, 38]}, + {"origin": [0.06533, 61.07559, 8.5], "size": [4, 7, 0], "pivot": [-4.43467, 41.97559, 8], "rotation": [0, 0, 45], "uv": [51, 124]}, + {"origin": [12.5, 42.2, 8], "size": [3, 10, 1], "pivot": [16.5, 47.4, 8.4], "rotation": [0, 0, -27.5], "uv": [12, 117]}, + {"origin": [15, 33.3, 7.5], "size": [3, 9, 2], "uv": [91, 113]}, + {"origin": [-14.18904, 19.13252, 8], "size": [3, 8, 1], "pivot": [0.17702, 30.17332, 8.4], "rotation": [0, 0, -152.5], "uv": [122, 109]}, + {"origin": [4.53553, 25.83919, 8], "size": [2, 13, 1], "pivot": [5.53553, 32.33919, 8.5], "rotation": [0, 0, 135], "uv": [114, 90]}, + {"origin": [4.53553, 39.13919, 7], "size": [2, 4, 3], "pivot": [5.53553, 32.33919, 7.5], "rotation": [0, 0, 135], "uv": [122, 30]}, + {"origin": [3.53553, 38.83919, 7.5], "size": [4, 5, 2], "pivot": [5.53553, 32.33919, 8], "rotation": [0, 0, 135], "uv": [117, 14]}, + {"origin": [3.53553, 43.83919, 8.5], "size": [4, 7, 0], "pivot": [5.53553, 32.33919, 8], "rotation": [0, 0, 135], "uv": [20, 124]}, + {"origin": [8.33553, 39.23919, 8.5], "size": [6, 5, 0], "pivot": [5.83553, 32.73919, 8], "rotation": [0, 0, 135], "uv": [119, 67]}, + {"origin": [-2.5, 40.7, -2], "size": [4, 2, 4], "pivot": [-0.5, 41.7, 3], "rotation": [0, 0, 90], "uv": [34, 29]}, + {"origin": [-2.5, 39.7, 2], "size": [4, 4, 7], "pivot": [-0.5, 41.7, 3], "rotation": [0, 0, 90], "uv": [95, 46]}, + {"origin": [-9, 35.2, 2], "size": [4, 4, 7], "uv": [71, 98]}, + {"origin": [-9, 36.2, -2], "size": [4, 2, 4], "uv": [64, 1]}, + {"origin": [7, 36.2, -2], "size": [1, 2, 4], "uv": [70, 21]}, + {"origin": [3, 35.2, 2], "size": [5, 4, 7], "uv": [0, 77]} + ] + }, + { + "name": "back_leg_left", + "parent": "arceus", + "pivot": [4.9247, 33.56109, 14.25], + "rotation": [-7.5, 0, 0], + "cubes": [ + {"origin": [5, 20.94479, 11.65769], "size": [5, 15, 5], "pivot": [-0.5, 32.94479, 13.65769], "rotation": [7.5, 0, 0], "uv": [0, 51]}, + {"origin": [8.1, 29.17177, 12.80105], "size": [4, 4, 2], "pivot": [11, 31.75756, 12.30105], "rotation": [5.31847, -5.29571, 44.75386], "uv": [63, 84]} + ] + }, + { + "name": "BottomLegBL", + "parent": "back_leg_left", + "pivot": [7.5, 21.4551, 18.05583], + "cubes": [ + {"origin": [6, 12.94479, 16.65769], "size": [3, 7, 3], "pivot": [-0.5, 32.94479, 13.65769], "rotation": [7.5, 0, 0], "uv": [79, 109]}, + {"origin": [5, 10.94479, 11.65769], "size": [5, 10, 5], "pivot": [-0.5, 32.94479, 13.65769], "rotation": [7.5, 0, 0], "uv": [75, 80]}, + {"origin": [4, 17.26391, 8.89803], "size": [7, 2, 1], "pivot": [-0.5, 15.76391, 13.39803], "rotation": [-82.5, 0, 0], "uv": [33, 35]}, + {"origin": [4, 12.94479, 10.65769], "size": [7, 6, 5], "pivot": [-0.5, 32.94479, 13.65769], "rotation": [7.5, 0, 0], "uv": [81, 0]}, + {"origin": [5.5, 3.94479, 11.65769], "size": [4, 7, 5], "pivot": [-0.5, 32.94479, 13.65769], "rotation": [7.5, 0, 0], "uv": [0, 105]}, + {"origin": [6, -0.05521, 12.65769], "size": [3, 4, 3], "pivot": [-0.5, 32.94479, 13.65769], "rotation": [7.5, 0, 0], "uv": [84, 34]} + ] + }, + { + "name": "back_leg_right", + "parent": "arceus", + "pivot": [-6.01518, 33.39645, 14.25], + "rotation": [-7.5, 0, 0], + "cubes": [ + {"origin": [-11, 20.94509, 11.66231], "size": [5, 15, 5], "pivot": [-0.5, 32.94509, 13.66231], "rotation": [7.5, 0, 0], "uv": [20, 64]}, + {"origin": [-6.71421, 14.45786, 12.80567], "size": [4, 4, 2], "pivot": [11, 31.75786, 12.30567], "rotation": [5.31847, -5.29571, 44.75386], "uv": [0, 88]} + ] + }, + { + "name": "BottomLegBR", + "parent": "back_leg_right", + "pivot": [-8.5, 21.35526, 18.17732], + "cubes": [ + {"origin": [-12, 17.26422, 8.90264], "size": [7, 2, 1], "pivot": [-0.5, 15.76422, 13.40264], "rotation": [-82.5, 0, 0], "uv": [66, 41]}, + {"origin": [-10, 12.94509, 16.66231], "size": [3, 7, 3], "pivot": [-0.5, 32.94509, 13.66231], "rotation": [7.5, 0, 0], "uv": [67, 109]}, + {"origin": [-12, 12.94509, 10.66231], "size": [7, 6, 5], "pivot": [-0.5, 32.94509, 13.66231], "rotation": [7.5, 0, 0], "uv": [39, 84]}, + {"origin": [-11, 10.94509, 11.66231], "size": [5, 10, 5], "pivot": [-0.5, 32.94509, 13.66231], "rotation": [7.5, 0, 0], "uv": [19, 84]}, + {"origin": [-10.5, 3.94509, 11.66231], "size": [4, 7, 5], "pivot": [-0.5, 32.94509, 13.66231], "rotation": [7.5, 0, 0], "uv": [18, 105]}, + {"origin": [-10, -0.05491, 12.66231], "size": [3, 4, 3], "pivot": [-0.5, 32.94509, 13.66231], "rotation": [7.5, 0, 0], "uv": [111, 79]} + ] + }, + { + "name": "neck", + "parent": "arceus", + "pivot": [-0.5, 30, -10], + "rotation": [-7.5, 0, 0], + "cubes": [ + {"origin": [-6, 30, -16], "size": [11, 12, 11], "pivot": [-0.5, 30, -10], "rotation": [7.5, 0, 0], "uv": [0, 28]} + ] + }, + { + "name": "neck_upper", + "parent": "neck", + "pivot": [-0.5, 42.12756, -10.2788], + "cubes": [ + {"origin": [-2.95, 52, -15], "size": [5, 3, 4], "pivot": [-0.4, 30, -10], "rotation": [7.5, 0, 0], "uv": [108, 23]}, + {"origin": [-3.45, 47, -15.5], "size": [6, 5, 5], "pivot": [-0.2, 30, -10], "rotation": [7.5, 0, 0], "uv": [103, 57]}, + {"origin": [-4, 42, -16], "size": [7, 5, 7], "pivot": [-0.5, 30, -10], "rotation": [7.5, 0, 0], "uv": [75, 57]}, + {"origin": [1.8, 41.45871, -14.55854], "size": [7, 11, 0], "pivot": [5.5, 46.95871, -15.25854], "rotation": [8.64388, -29.7174, -4.30963], "uv": [20, 51]}, + {"origin": [-9.8, 41.45871, -14.55854], "size": [7, 11, 0], "pivot": [-6.5, 46.95871, -15.25854], "rotation": [8.64388, 29.7174, 4.30963], "uv": [0, 0]}, + {"origin": [-2.5, 43, -17.1], "size": [4, 5, 2], "pivot": [-0.4, 30, -10], "rotation": [7.5, 0, 0], "uv": [60, 119]}, + {"origin": [-2, 48, -16.7], "size": [3, 3, 2], "pivot": [-0.4, 30, -10], "rotation": [7.5, 0, 0], "uv": [35, 64]} + ] + }, + { + "name": "head", + "parent": "neck_upper", + "pivot": [-0.5, 53.82682, -18.23846], + "rotation": [0.5, 0, 0], + "cubes": [ + {"origin": [-5, 55.37084, -14.5942], "size": [9, 7, 4], "pivot": [-0.5, 30.62099, -6.1291], "rotation": [7.5, 0, 0], "uv": [80, 69]}, + {"origin": [4.55, 62.37084, -16.5942], "size": [0, 7, 5], "pivot": [0, 30.62099, -6.1291], "rotation": [7.5, 0, 0], "uv": [60, 16]}, + {"origin": [-5.65, 62.37084, -16.5942], "size": [0, 7, 5], "pivot": [-1.1, 30.62099, -6.1291], "rotation": [7.5, 0, 0], "uv": [0, 23]}, + {"origin": [-5, 55.37084, -19.5942], "size": [9, 1, 5], "pivot": [-0.5, 30.62099, -6.1291], "rotation": [7.5, 0, 0], "uv": [89, 11]}, + {"origin": [-4, 56.37084, -18.5942], "size": [7, 2, 4], "pivot": [-0.5, 30.62099, -6.1291], "rotation": [7.5, 0, 0], "uv": [96, 17]}, + {"origin": [-4.5, 54.77808, -21.62836], "size": [8, 6, 6], "pivot": [0, 55.9806, -16.52816], "rotation": [20, 0, 0], "uv": [74, 21]}, + {"origin": [-5.5, 59.93998, -23.85934], "size": [10, 3, 10], "pivot": [0, 59.08546, -15.92829], "rotation": [22.5, 0, 0], "uv": [44, 28]}, + {"origin": [-4.6, 56.82682, -21.63846], "size": [1, 2, 2], "pivot": [-4.7, 56.82682, -20.63846], "rotation": [23, 0, 0], "uv": [0, 11]}, + {"origin": [-4.65, 57.22682, -21.73846], "size": [1, 1, 1], "pivot": [-4.8, 57.22682, -20.73846], "rotation": [23, 0, 0], "uv": [4, 11]}, + {"origin": [-4.55, 56.52682, -21.63846], "size": [1, 2, 3], "pivot": [-4.6, 56.52682, -20.63846], "rotation": [23, 0, 0], "uv": [46, 28]}, + {"origin": [2.65, 57.22682, -21.73846], "size": [1, 1, 1], "pivot": [2.5, 57.22682, -20.73846], "rotation": [23, 0, 0], "uv": [4, 11]}, + {"origin": [2.6, 56.82682, -21.63846], "size": [1, 2, 2], "pivot": [2.5, 56.82682, -20.63846], "rotation": [23, 0, 0], "uv": [0, 11]}, + {"origin": [2.55, 56.52682, -21.63846], "size": [1, 2, 3], "pivot": [2.5, 56.52682, -20.63846], "rotation": [23, 0, 0], "uv": [46, 28]} + ] + }, + { + "name": "head_tail", + "parent": "head", + "pivot": [-0.5, 62.4489, -15.94941], + "rotation": [7.5, 0, 0], + "cubes": [ + {"origin": [-3.95, 58.2489, -15.62441], "size": [7, 6, 6], "pivot": [-0.5, 62.4489, -9.24941], "rotation": [7.5, 0, 0], "uv": [76, 41]} + ] + }, + { + "name": "head_tail_2", + "parent": "head_tail", + "pivot": [-0.5, 63.01522, -10.14056], + "cubes": [ + {"origin": [-2.95, 60.9929, -9.77318], "size": [5, 4, 6], "pivot": [-0.5, 64.1929, -3.39818], "rotation": [7.5, 0, 0], "uv": [95, 80]} + ] + }, + { + "name": "head_tail_3", + "parent": "head_tail_2", + "pivot": [-0.5, 63.94175, -4.68162], + "cubes": [ + {"origin": [-2.45, 63.66522, -4.01556], "size": [4, 2, 5], "pivot": [-0.5, 66.11522, 1.85944], "rotation": [7.5, 0, 0], "uv": [105, 0]} + ] + }, + { + "name": "head_tail_4", + "parent": "head_tail_3", + "pivot": [-0.5, 62.24175, 0.21838], + "cubes": [ + {"origin": [-2.45, 64.19175, 0.94338], "size": [4, 2, 5], "pivot": [-0.5, 66.64175, 6.21838], "rotation": [7.5, 0, 0], "uv": [96, 37]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/hooh/hooh.geo.json b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/hooh/hooh.geo.json new file mode 100644 index 0000000..0cb62bd --- /dev/null +++ b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/hooh/hooh.geo.json @@ -0,0 +1,644 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 256, + "texture_height": 256, + "visible_bounds_width": 13, + "visible_bounds_height": 8, + "visible_bounds_offset": [0, 3, 0] + }, + "bones": [ + { + "name": "root", + "pivot": [0, 0, 0] + }, + { + "name": "ho_oh", + "parent": "root", + "pivot": [0, 0, 0], + "rotation": [0, 0, 0] + }, + { + "name": "body", + "parent": "ho_oh", + "pivot": [0, 29.25, 1.625], + "cubes": [ + {"origin": [-9.5, 0, -18], "size": [19, 26, 19], "pivot": [1.5, 29.25, -5.375], "rotation": [90, 0, 0], "uv": [129, 126]}, + {"origin": [-8, 22, -19], "size": [16, 8, 16], "pivot": [0, 29.25, -8.375], "rotation": [90, 0, 0], "uv": [134, 68]} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [0, 25.125, 23.875], + "cubes": [ + {"origin": [-6.5, 17, 9], "size": [13, 6, 13], "pivot": [1.5, 28.25, 18.625], "rotation": [90, 0, 0], "uv": [141, 46]} + ] + }, + { + "name": "ribbons", + "parent": "tail", + "pivot": [0, 29.25, 1.625] + }, + { + "name": "ribbon19", + "parent": "ribbons", + "pivot": [2, 19.75, 49.875], + "cubes": [ + {"origin": [-1.5, 14.85, 44.475], "size": [3, 10, 0], "pivot": [0, 19.85, 44.475], "rotation": [112.5, 0, 180], "uv": [88, 196], "mirror": true}, + {"origin": [2.5, 21.75, 39.875], "size": [3, 10, 0], "pivot": [2, 21.75, 39.875], "rotation": [90, 0, 180], "uv": [82, 196], "mirror": true} + ] + }, + { + "name": "ribbon20", + "parent": "ribbons", + "pivot": [-3.025, 27.75, 52.875], + "rotation": [0, 0, 45], + "cubes": [ + {"origin": [-2.4, 25, 38], "size": [3, 13, 0], "pivot": [-6.4, 33.25, 34.625], "rotation": [90, 0, 90], "uv": [134, 0], "mirror": true}, + {"origin": [-6.225, 30.90926, 56.58681], "size": [3, 13, 0], "pivot": [-4.725, 27.75, 59.175], "rotation": [75, 0, 90], "uv": [111, 195]} + ] + }, + { + "name": "ribbon21", + "parent": "ribbons", + "pivot": [-3.4, 29.25, 34.625], + "cubes": [ + {"origin": [0.6, 11, 41], "size": [3, 13, 0], "pivot": [-3.4, 29.25, 37.625], "rotation": [90, 0, 90], "uv": [104, 24], "mirror": true}, + {"origin": [0.6, 11, 28], "size": [3, 13, 0], "pivot": [-3.4, 29.25, 24.625], "rotation": [90, 0, 90], "uv": [70, 103], "mirror": true} + ] + }, + { + "name": "ribbon16", + "parent": "ribbons", + "pivot": [2, 31.25, 44.625], + "cubes": [ + {"origin": [6, 16, 28], "size": [3, 10, 0], "pivot": [2, 31.25, 24.625], "rotation": [90, 0, 90], "uv": [145, 197], "mirror": true}, + {"origin": [5.8, 20.75, 44.475], "size": [3, 10, 0], "pivot": [7.3, 25.75, 44.475], "rotation": [112.5, 0, 90], "uv": [94, 196], "mirror": true} + ] + }, + { + "name": "ribbon18", + "parent": "ribbons", + "pivot": [3, 30.45, 34.625], + "cubes": [ + {"origin": [5.83389, 22.45, 37.16851], "size": [3, 5, 0], "pivot": [7.33389, 24.95, 37.16851], "rotation": [112.5, 0, 90], "uv": [54, 145], "mirror": true}, + {"origin": [7, 20.2, 28], "size": [3, 5, 0], "pivot": [3, 30.45, 24.625], "rotation": [90, 0, 90], "uv": [148, 100], "mirror": true} + ] + }, + { + "name": "ribbon17", + "parent": "ribbons", + "pivot": [5.375, 20.95, 47.875], + "rotation": [0, 0, 45], + "cubes": [ + {"origin": [6, 23.2, 38], "size": [3, 8, 0], "pivot": [2, 26.45, 34.625], "rotation": [90, 0, 90], "uv": [134, 184], "mirror": true}, + {"origin": [5.4, 26.1888, 55.37683], "size": [3, 8, 0], "pivot": [6.9, 20.95, 51.55], "rotation": [112.5, 0, 90], "uv": [198, 80], "mirror": true} + ] + }, + { + "name": "ribbon14", + "parent": "ribbons", + "pivot": [2.375, 29.75, 50.625], + "rotation": [0, 0, -40], + "cubes": [ + {"origin": [3, 29, 38], "size": [3, 11, 0], "pivot": [-1, 35.25, 34.625], "rotation": [90, 0, 90], "uv": [142, 65], "mirror": true}, + {"origin": [2.775, 33.9888, 59.30183], "size": [3, 10, 0], "pivot": [4.275, 29.75, 55.475], "rotation": [112.5, 0, 90], "uv": [146, 0], "mirror": true} + ] + }, + { + "name": "ribbon15", + "parent": "ribbons", + "pivot": [5.375, 29.65, 47.875], + "rotation": [0, 0, -45], + "cubes": [ + {"origin": [6, 31.9, 38], "size": [3, 8, 0], "pivot": [2, 35.15, 34.625], "rotation": [90, 0, 90], "uv": [83, 149], "mirror": true}, + {"origin": [5.375, 34.8888, 55.37683], "size": [3, 8, 0], "pivot": [6.875, 29.65, 51.55], "rotation": [112.5, 0, 90], "uv": [126, 96], "mirror": true} + ] + }, + { + "name": "ribbon13", + "parent": "ribbons", + "pivot": [4.375, 25.75, 50.875], + "cubes": [ + {"origin": [5, 15, 28], "size": [3, 11, 0], "pivot": [1, 31.25, 24.625], "rotation": [90, 0, 90], "uv": [64, 196], "mirror": true}, + {"origin": [4.975, 20.25, 45.925], "size": [3, 11, 0], "pivot": [6.475, 25.75, 45.925], "rotation": [112.5, 0, 90], "uv": [58, 196], "mirror": true} + ] + }, + { + "name": "ribbon12", + "parent": "ribbons", + "pivot": [2.775, 23.25, 49.875], + "rotation": [0, 0, 45], + "cubes": [ + {"origin": [3.4, 23.5, 38], "size": [3, 10, 0], "pivot": [-0.6, 28.75, 34.625], "rotation": [90, 0, 90], "uv": [70, 196], "mirror": true}, + {"origin": [3.175, 27.4888, 58.30183], "size": [3, 10, 0], "pivot": [4.675, 23.25, 54.475], "rotation": [112.5, 0, 90], "uv": [76, 196], "mirror": true} + ] + }, + { + "name": "ribbon11", + "parent": "ribbons", + "pivot": [-2, 19.75, 49.875], + "cubes": [ + {"origin": [-5.5, 19.75, 39.875], "size": [3, 10, 0], "pivot": [-2, 19.75, 39.875], "rotation": [90, 0, -180], "uv": [82, 196]}, + {"origin": [-1.5, 12.85, 44.475], "size": [3, 10, 0], "pivot": [0, 17.85, 44.475], "rotation": [112.5, 0, -180], "uv": [88, 196]} + ] + }, + { + "name": "ribbon10", + "parent": "ribbons", + "pivot": [3.4, 34.25, 47.625], + "cubes": [ + {"origin": [-3.6, 16, 28], "size": [3, 13, 0], "pivot": [3.4, 34.25, 24.625], "rotation": [90, 0, -90], "uv": [134, 0]}, + {"origin": [-3.6, 16, 41], "size": [3, 13, 0], "pivot": [3.4, 34.25, 37.625], "rotation": [90, 0, -90], "uv": [111, 195], "mirror": true} + ] + }, + { + "name": "ribbon6", + "parent": "ribbons", + "pivot": [-2.775, 23.15, 49.875], + "rotation": [0, 0, -45], + "cubes": [ + {"origin": [-6.4, 23.4, 38], "size": [3, 10, 0], "pivot": [0.6, 28.65, 34.625], "rotation": [90, 0, -90], "uv": [70, 196]}, + {"origin": [-6.175, 27.3888, 58.30183], "size": [3, 10, 0], "pivot": [-4.675, 23.15, 54.475], "rotation": [112.5, 0, -90], "uv": [76, 196]} + ] + }, + { + "name": "ribbon5", + "parent": "ribbons", + "pivot": [-2.375, 29.75, 50.625], + "rotation": [0, 0, 35], + "cubes": [ + {"origin": [-6, 29, 38], "size": [3, 11, 0], "pivot": [1, 35.25, 34.625], "rotation": [90, 0, -90], "uv": [142, 65]}, + {"origin": [-5.775, 33.9888, 59.30183], "size": [3, 10, 0], "pivot": [-4.275, 29.75, 55.475], "rotation": [112.5, 0, -90], "uv": [146, 0]} + ] + }, + { + "name": "ribbon9", + "parent": "ribbons", + "pivot": [3.025, 27.75, 52.875], + "rotation": [0, 0, -47.5], + "cubes": [ + {"origin": [-0.6, 25, 38], "size": [3, 13, 0], "pivot": [6.4, 33.25, 34.625], "rotation": [90, 0, -90], "uv": [70, 103]}, + {"origin": [3.5, 30.78717, 56.06794], "size": [3, 13, 0], "pivot": [5, 27.75, 59.075], "rotation": [72.5, 0, -90], "uv": [104, 24]} + ] + }, + { + "name": "ribbon2", + "parent": "ribbons", + "pivot": [-6.375, 24.95, 44.875], + "cubes": [ + {"origin": [-10, 20.2, 28], "size": [3, 5, 0], "pivot": [-3, 30.45, 24.625], "rotation": [90, 0, -90], "uv": [148, 100]}, + {"origin": [-8.875, 22.45, 37.175], "size": [3, 5, 0], "pivot": [-7.375, 24.95, 37.175], "rotation": [112.5, 0, -90], "uv": [54, 145]} + ] + }, + { + "name": "ribbon4", + "parent": "ribbons", + "pivot": [-4.375, 25.75, 50.875], + "cubes": [ + {"origin": [-7.975, 20.25, 45.975], "size": [3, 11, 0], "pivot": [-6.475, 25.75, 45.975], "rotation": [112.5, 0, -90], "uv": [58, 196]}, + {"origin": [-8, 15, 28], "size": [3, 11, 0], "pivot": [-1, 31.25, 24.625], "rotation": [90, 0, -90], "uv": [64, 196]} + ] + }, + { + "name": "ribbon7", + "parent": "ribbons", + "pivot": [5.5, 28.25, 44.625], + "cubes": [ + {"origin": [-1.5, 13, 28], "size": [3, 10, 0], "pivot": [5.5, 28.25, 24.625], "rotation": [90, 0, 0], "uv": [157, 197]}, + {"origin": [-1.5, 28.525, 44.475], "size": [3, 10, 0], "pivot": [0, 33.525, 44.475], "rotation": [112.5, 0, 0], "uv": [151, 197]} + ] + }, + { + "name": "ribbon8", + "parent": "ribbons", + "pivot": [-2, 31.25, 34.625], + "cubes": [ + {"origin": [-8.775, 20.75, 44.475], "size": [3, 10, 0], "pivot": [-7.275, 25.75, 44.475], "rotation": [112.5, 0, -90], "uv": [94, 196]}, + {"origin": [-9, 16, 28], "size": [3, 10, 0], "pivot": [-2, 31.25, 24.625], "rotation": [90, 0, -90], "uv": [145, 197]} + ] + }, + { + "name": "ribbon", + "parent": "ribbons", + "pivot": [-5.375, 20.95, 47.875], + "rotation": [0, 0, -45], + "cubes": [ + {"origin": [-9, 23.2, 38], "size": [3, 8, 0], "pivot": [-2, 26.45, 34.625], "rotation": [90, 0, -90], "uv": [134, 184]}, + {"origin": [-8.425, 26.1888, 55.37683], "size": [3, 8, 0], "pivot": [-6.925, 20.95, 51.55], "rotation": [112.5, 0, -90], "uv": [198, 80]} + ] + }, + { + "name": "ribbon3", + "parent": "ribbons", + "pivot": [-5.375, 29.65, 47.875], + "rotation": [0, 0, 45], + "cubes": [ + {"origin": [-9, 31.9, 38], "size": [3, 8, 0], "pivot": [-2, 35.15, 34.625], "rotation": [90, 0, -90], "uv": [83, 149]}, + {"origin": [-8.4, 34.8888, 55.40183], "size": [3, 8, 0], "pivot": [-6.9, 29.65, 51.575], "rotation": [112.5, 0, -90], "uv": [126, 96]} + ] + }, + { + "name": "neck", + "parent": "body", + "pivot": [0, 29.875, -9.125], + "cubes": [ + {"origin": [-5, 30, -12.25], "size": [10, 6, 9], "pivot": [-1.5, 29.25, -8.375], "rotation": [90, 0, 0], "uv": [16, 22]} + ] + }, + { + "name": "neck2", + "parent": "neck", + "pivot": [0, 29.875, -15.125], + "cubes": [ + {"origin": [-3.5, 36, -11.25], "size": [7, 8, 7], "pivot": [-1, 29.25, -8.375], "rotation": [90, 0, 0], "uv": [148, 100]} + ] + }, + { + "name": "neck3", + "parent": "neck2", + "pivot": [0, 29.875, -23.125], + "cubes": [ + {"origin": [-2.5, 44, -10.25], "size": [5, 5, 5], "pivot": [-0.5, 29.25, -8.375], "rotation": [90, 0, 0], "uv": [150, 171]} + ] + }, + { + "name": "head", + "parent": "neck3", + "pivot": [0, 29.68411, -28.10579], + "cubes": [ + {"origin": [-1, 35.175, -30.975], "size": [2, 2, 3], "pivot": [0, 36.175, -29.475], "rotation": [107.5, 0, 0], "uv": [194, 197]}, + {"origin": [-1.5, 40.875, -37.325], "size": [3, 3, 3], "pivot": [-0.5, 41.875, -35.825], "rotation": [82.5, 0, 0], "uv": [0, 196]}, + {"origin": [-1.5, 40.4, -34.425], "size": [3, 3, 3], "pivot": [-0.5, 41.4, -32.925], "rotation": [80, 0, 0], "uv": [195, 74]}, + {"origin": [-1.5, 39.775, -31.6], "size": [3, 3, 3], "pivot": [-0.5, 40.775, -30.1], "rotation": [77.5, 0, 0], "uv": [193, 57]}, + {"origin": [-1.5, 41.075, -28.725], "size": [3, 1, 3], "pivot": [-0.5, 40.075, -27.225], "rotation": [75, 0, 0], "uv": [193, 42]}, + {"origin": [-1, 37.675, -32.175], "size": [2, 2, 3], "pivot": [0, 38.675, -30.675], "rotation": [82.5, 0, 0], "uv": [194, 140]}, + {"origin": [-1, 37.975, -34.125], "size": [2, 2, 3], "pivot": [0, 38.975, -32.625], "rotation": [82.5, 0, 0], "uv": [196, 0]}, + {"origin": [-1, 37.975, -36.125], "size": [2, 2, 3], "pivot": [0, 38.975, -34.625], "rotation": [82.5, 0, 0], "uv": [196, 33]}, + {"origin": [-1, 37.975, -38.125], "size": [2, 2, 3], "pivot": [0, 38.975, -36.625], "rotation": [82.5, 0, 0], "uv": [194, 48]}, + {"origin": [-1, 35.475, -37.925], "size": [2, 2, 3], "pivot": [0, 36.475, -36.425], "rotation": [107.5, 0, 0], "uv": [198, 63]}, + {"origin": [-1, 35.475, -35.925], "size": [2, 2, 3], "pivot": [0, 36.475, -34.425], "rotation": [107.5, 0, 0], "uv": [37, 198]}, + {"origin": [-1, 35.475, -33.925], "size": [2, 2, 3], "pivot": [0, 36.475, -32.425], "rotation": [107.5, 0, 0], "uv": [12, 198]}, + {"origin": [-1, 35.175, -31.975], "size": [2, 2, 3], "pivot": [0, 36.175, -30.475], "rotation": [107.5, 0, 0], "uv": [194, 197]}, + {"origin": [-1, 37.675, -31.175], "size": [2, 2, 3], "pivot": [0, 38.675, -29.675], "rotation": [82.5, 0, 0], "uv": [194, 140]}, + {"origin": [-4, 43, -15.25], "size": [8, 10, 9], "pivot": [0, 28.25, -13.375], "rotation": [90, 0, 0], "uv": [9, 3]}, + {"origin": [-2, 42.1, -21.25], "size": [4, 3, 5], "pivot": [1, 27.35, -23.375], "rotation": [90, 0, 0], "uv": [176, 9]}, + {"origin": [-1.5, 28.875, -43.075], "size": [3, 4, 4], "pivot": [0, 30.375, -42.075], "rotation": [100, 0, 0], "uv": [184, 49]}, + {"origin": [-1.5, 28.575, -46.775], "size": [3, 4, 4], "pivot": [0, 30.075, -45.775], "rotation": [85, 0, 0], "uv": [100, 149]}, + {"origin": [-1, 29.58332, -49.77048], "size": [2, 3, 4], "pivot": [0, 30.58332, -48.27048], "rotation": [105, 0, 0], "uv": [186, 77]} + ] + }, + { + "name": "lower_beak", + "parent": "head", + "pivot": [0, 29.45034, -28.02035], + "cubes": [ + {"origin": [-1, 29.225, -45.525], "size": [2, 3, 2], "pivot": [0, 28.975, -44.525], "rotation": [67.5, 0, 0], "uv": [140, 140]}, + {"origin": [-1.5, 24.325, -45.825], "size": [3, 5, 2], "pivot": [0, 29.075, -44.825], "rotation": [82.5, 0, 0], "uv": [106, 84]}, + {"origin": [-2, 43.1, -24.45], "size": [4, 3, 3], "pivot": [0, 28.35, -22.575], "rotation": [90, 0, 0], "uv": [135, 78]} + ] + }, + { + "name": "right_wing", + "parent": "body", + "pivot": [-8.08, 31.625, -5.775], + "cubes": [ + {"origin": [-25, 18.5, -12], "size": [17, 4, 5], "pivot": [-19, 27.75, -13.375], "rotation": [90, 0, 0], "uv": [57, 8], "mirror": true}, + {"origin": [-25, 13.5, -4], "size": [15, 7, 1], "pivot": [-19, 25.75, -9.375], "rotation": [90, 0, 0], "uv": [90, 53], "mirror": true}, + {"origin": [-15, 8.5, 4], "size": [4, 12, 0], "pivot": [-20, 25.75, -2.375], "rotation": [90, 0, 0], "uv": [132, 132], "mirror": true}, + {"origin": [-19.9, 8.5, 4], "size": [4, 12, 0], "pivot": [-24.9, 25.75, -2.375], "rotation": [90, 0, 0], "uv": [132, 120], "mirror": true}, + {"origin": [-24.85, 8.5, 4], "size": [4, 12, 0], "pivot": [-29.85, 25.75, -2.375], "rotation": [90, 0, 0], "uv": [132, 108], "mirror": true}, + {"origin": [-26.4, -1, 3], "size": [5, 21, 0], "pivot": [-30.4, 25.25, -3.375], "rotation": [90, 0, 0], "uv": [110, 24], "mirror": true}, + {"origin": [-20.4, -1, 4], "size": [5, 21, 0], "pivot": [-24.4, 25.25, -2.375], "rotation": [90, 0, 0], "uv": [116, 84], "mirror": true}, + {"origin": [-24.85, 7.5, 4], "size": [4, 12, 0], "pivot": [-29.85, 24.75, -2.375], "rotation": [90, 0, 0], "uv": [127, 72], "mirror": true}, + {"origin": [-19.9, 7.5, 4], "size": [4, 12, 0], "pivot": [-24.9, 24.75, -2.375], "rotation": [90, 0, 0], "uv": [106, 126], "mirror": true}, + {"origin": [-15, 7.5, 4], "size": [4, 12, 0], "pivot": [-20, 24.75, -2.375], "rotation": [90, 0, 0], "uv": [126, 84], "mirror": true} + ] + }, + { + "name": "r_wing1", + "parent": "right_wing", + "pivot": [-25.05, 31.625, -6.575], + "cubes": [ + {"origin": [-39, 19, -11], "size": [14, 3, 4], "pivot": [-36, 27.25, -13.375], "rotation": [90, 0, 0], "uv": [76, 17], "mirror": true}, + {"origin": [-39, 12.5, -5], "size": [14, 8, 1], "pivot": [-34, 25.75, -10.375], "rotation": [90, 0, 0], "uv": [97, 75], "mirror": true}, + {"origin": [-29.85, 8.5, 4], "size": [4, 12, 0], "pivot": [-34.85, 25.75, -2.375], "rotation": [90, 0, 0], "uv": [132, 96], "mirror": true}, + {"origin": [-34.85, 8.5, 4], "size": [4, 12, 0], "pivot": [-39.85, 25.75, -2.375], "rotation": [90, 0, 0], "uv": [131, 51], "mirror": true}, + {"origin": [-39.85, 8.5, 4], "size": [4, 12, 0], "pivot": [-44.85, 25.75, -2.375], "rotation": [90, 0, 0], "uv": [52, 130], "mirror": true}, + {"origin": [-39.85, 7.5, 4], "size": [4, 12, 0], "pivot": [-44.85, 24.75, -2.375], "rotation": [90, 0, 0], "uv": [60, 128], "mirror": true}, + {"origin": [-34.85, 7.5, 4], "size": [4, 12, 0], "pivot": [-39.85, 24.75, -2.375], "rotation": [90, 0, 0], "uv": [128, 27], "mirror": true}, + {"origin": [-29.85, 7.5, 4], "size": [4, 12, 0], "pivot": [-34.85, 24.75, -2.375], "rotation": [90, 0, 0], "uv": [128, 15], "mirror": true}, + {"origin": [-37.4, 4, 15], "size": [5, 27, 0], "pivot": [-41.4, 25.25, 8.625], "rotation": [90, 0, 0], "uv": [50, 103], "mirror": true}, + {"origin": [-32, 10, 16], "size": [5, 25, 0], "pivot": [-36, 25.25, 9.625], "rotation": [90, 0, 0], "uv": [106, 101], "mirror": true} + ] + }, + { + "name": "r_wing2", + "parent": "r_wing1", + "pivot": [-39.0729, 31.61591, -6.9822], + "cubes": [ + {"origin": [-53, 18.5, -10], "size": [14, 3, 3], "pivot": [-50, 26.75, -13.375], "rotation": [90, 0, 0], "uv": [76, 39], "mirror": true}, + {"origin": [-53, 12.5, -5], "size": [14, 8, 1], "pivot": [-48, 25.75, -10.375], "rotation": [90, 0, 0], "uv": [86, 92], "mirror": true}, + {"origin": [-44.85, 8.5, 4], "size": [4, 12, 0], "pivot": [-49.85, 25.75, -2.375], "rotation": [90, 0, 0], "uv": [44, 130], "mirror": true}, + {"origin": [-49.85, 8.5, 4], "size": [4, 12, 0], "pivot": [-54.85, 25.75, -2.375], "rotation": [90, 0, 0], "uv": [130, 39], "mirror": true}, + {"origin": [-49.85, 7.5, 4], "size": [4, 12, 0], "pivot": [-54.85, 24.75, -2.375], "rotation": [90, 0, 0], "uv": [94, 129], "mirror": true}, + {"origin": [-44.85, 7.5, 4], "size": [4, 12, 0], "pivot": [-49.85, 24.75, -2.375], "rotation": [90, 0, 0], "uv": [86, 129], "mirror": true}, + {"origin": [-54.4, -1, 11], "size": [5, 35, 0], "pivot": [-58.4, 25.25, 4.625], "rotation": [90, -5, 0], "uv": [0, 88], "mirror": true}, + {"origin": [-49, -12, -1], "size": [5, 28, 0], "pivot": [-53, 25.25, -7.375], "rotation": [90, -2.5, 0], "uv": [96, 101], "mirror": true}, + {"origin": [-43.4, 3, 14], "size": [5, 29, 0], "pivot": [-47.4, 25.25, 7.625], "rotation": [90, -2.5, 0], "uv": [76, 92], "mirror": true}, + {"origin": [-54.85, 8.45, 4], "size": [4, 15, 0], "pivot": [-59.85, 25.7, -2.375], "rotation": [90, 0, 0], "uv": [126, 0], "mirror": true}, + {"origin": [-54.85, 7.45, 4], "size": [4, 15, 0], "pivot": [-59.85, 24.7, -2.375], "rotation": [90, 0, 0], "uv": [116, 125], "mirror": true} + ] + }, + { + "name": "r_wing3", + "parent": "r_wing2", + "pivot": [-52.89653, 31.622, -6.84371], + "cubes": [ + {"origin": [-61, 19, -9], "size": [8, 2, 2], "pivot": [-64, 26.25, -13.375], "rotation": [90, 0, 0], "uv": [24, 69], "mirror": true}, + {"origin": [-77, 12.5, -7], "size": [24, 8, 0], "pivot": [-62, 25.75, -13.375], "rotation": [90, 0, 0], "uv": [57, 0], "mirror": true}, + {"origin": [-58.4, -1, 9], "size": [5, 33, 0], "pivot": [-62.4, 25.25, 2.625], "rotation": [90, -12.5, 0], "uv": [10, 88], "mirror": true}, + {"origin": [-59.6, 26.125, 9.875], "size": [4, 18, 0], "pivot": [-57.6, 32.125, 9.875], "rotation": [90, -5, 0], "uv": [124, 121], "mirror": true}, + {"origin": [-64.175, 26.125, 8.875], "size": [4, 16, 0], "pivot": [-62.175, 32.125, 8.875], "rotation": [90, -7.5, 0], "uv": [124, 105], "mirror": true}, + {"origin": [-63, -1, 7], "size": [5, 28, 0], "pivot": [-67, 25.25, 0.625], "rotation": [90, -17.5, 0], "uv": [86, 101], "mirror": true}, + {"origin": [-73.4, 21.125, 15.375], "size": [5, 31, 0], "pivot": [-70.9, 31.625, 15.375], "rotation": [90, -37.5, 0], "uv": [40, 90], "mirror": true}, + {"origin": [-69.6, 26.125, 9], "size": [4, 16, 0], "pivot": [-67.6, 32.125, 9], "rotation": [90, -5, 0], "uv": [123, 56], "mirror": true}, + {"origin": [-74.85, 26.125, 8.875], "size": [4, 19, 0], "pivot": [-72.85, 32.125, 8.875], "rotation": [90, -15, 0], "uv": [0, 123], "mirror": true}, + {"origin": [-71.4, 11.125, 4.575], "size": [5, 31, 0], "pivot": [-68.9, 31.625, 4.575], "rotation": [90, -47.5, 0], "uv": [30, 90], "mirror": true}, + {"origin": [-78.83236, 23.975, 5.94315], "size": [4, 20, 0], "pivot": [-76.83236, 31.975, 5.94315], "rotation": [90, -27.5, 0], "uv": [20, 119], "mirror": true}, + {"origin": [-82, 19.125, 5.375], "size": [5, 31, 0], "pivot": [-79.5, 31.625, 5.375], "rotation": [90, -65, 0], "uv": [20, 88], "mirror": true}, + {"origin": [-83.33236, 23.875, 2.94315], "size": [4, 20, 0], "pivot": [-81.33236, 31.875, 2.94315], "rotation": [90, -60, 0], "uv": [120, 20], "mirror": true}, + {"origin": [-84.4, 19.125, -0.625], "size": [5, 25, 0], "pivot": [-81.9, 31.625, -0.625], "rotation": [90, -82.5, 0], "uv": [60, 103], "mirror": true}, + {"origin": [-85.33236, 23.75, -3.05685], "size": [4, 23, 0], "pivot": [-83.33236, 31.75, -3.05685], "rotation": [90, -82.5, 0], "uv": [78, 121], "mirror": true}, + {"origin": [-86.4, 21.125, -5.625], "size": [5, 21, 0], "pivot": [-83.9, 31.625, -5.625], "rotation": [0, -90, 90], "uv": [140, 173]}, + {"origin": [-77, 32.125, -8.125], "size": [16, 1, 0], "pivot": [-62.5, 32.125, -8.125], "rotation": [180, 0, 0], "uv": [48, 53], "mirror": true}, + {"origin": [-77, 11.5, -7], "size": [24, 8, 0], "pivot": [-62, 24.75, -13.375], "rotation": [90, 0, 0], "uv": [48, 45], "mirror": true}, + {"origin": [-64.175, 25.25, 8.875], "size": [4, 16, 0], "pivot": [-62.175, 31.25, 8.875], "rotation": [90, -7.5, 0], "uv": [48, 0]}, + {"origin": [-59.6, 25.25, 9.875], "size": [4, 17, 0], "pivot": [-57.6, 31.25, 9.875], "rotation": [90, -5, 0], "uv": [40, 38]}, + {"origin": [-69.6, 25.25, 9], "size": [4, 16, 0], "pivot": [-67.6, 31.25, 9], "rotation": [90, -5, 0], "uv": [24, 42]}, + {"origin": [-74.85, 25.25, 8.875], "size": [4, 19, 0], "pivot": [-72.85, 31.25, 8.875], "rotation": [90, -15, 0], "uv": [28, 121], "mirror": true}, + {"origin": [-78.83236, 23.2, 5.94315], "size": [4, 20, 0], "pivot": [-76.83236, 31.2, 5.94315], "rotation": [90, -27.5, 0], "uv": [116, 105], "mirror": true}, + {"origin": [-83.33236, 23.2, 2.94315], "size": [4, 23, 0], "pivot": [-81.33236, 31.2, 2.94315], "rotation": [90, -60, 0], "uv": [118, 0], "mirror": true}, + {"origin": [-85.33236, 23.175, -3.05685], "size": [4, 25, 0], "pivot": [-83.33236, 31.175, -3.05685], "rotation": [90, -82.5, 0], "uv": [8, 22]} + ] + }, + { + "name": "r_leg", + "parent": "body", + "pivot": [-10.25, 17.875, 17.625], + "cubes": [ + {"origin": [-13.5, -4, -20], "size": [7, 9, 10], "pivot": [-17.5, 25.25, -7.375], "rotation": [90, 0, 0], "uv": [0, 69], "mirror": true} + ] + }, + { + "name": "lower_r_leg", + "parent": "r_leg", + "pivot": [-10.5, 12.625, 17.875], + "cubes": [ + {"origin": [-12.5, -14, -21], "size": [4, 4, 9], "pivot": [-19.5, 15.25, -9.375], "rotation": [90, 0, 0], "uv": [50, 90], "mirror": true} + ] + }, + { + "name": "r_foot", + "parent": "lower_r_leg", + "pivot": [-10.5, 3.625, 17.375], + "cubes": [ + {"origin": [-13.5, -23, -14.5], "size": [6, 6, 3], "pivot": [-18.5, 6.25, -8.875], "rotation": [90, 0, 0], "uv": [0, 0], "mirror": true} + ] + }, + { + "name": "r_backtoe", + "parent": "r_foot", + "pivot": [-10.5, 1.375, 20.375], + "cubes": [ + {"origin": [-11.5, -20.25, -7.5], "size": [2, 2, 2], "pivot": [-20.5, 5, -2.875], "rotation": [90, 0, 0], "uv": [42, 71], "mirror": true}, + {"origin": [-10.5, -20.25, -5.5], "size": [0, 2, 2], "pivot": [-20.5, 5, -0.875], "rotation": [90, 0, 0], "uv": [4, 15], "mirror": true} + ] + }, + { + "name": "r_fronttoe1", + "parent": "r_foot", + "pivot": [-8.025, 1.625, 14.375], + "cubes": [ + {"origin": [-8.525, -25, -19.5], "size": [1, 2, 2], "pivot": [-18.525, 5.25, -14.875], "rotation": [90, 0, 0], "uv": [98, 61], "mirror": true} + ] + }, + { + "name": "r_fronttoe_1", + "parent": "r_fronttoe1", + "pivot": [-8.025, 1.875, 13.375], + "cubes": [ + {"origin": [-8.525, -24, -20.5], "size": [1, 3, 3], "pivot": [-18.525, 5.25, -15.875], "rotation": [90, 0, 0], "uv": [0, 19], "mirror": true}, + {"origin": [-8.025, -24, -23.5], "size": [0, 3, 2], "pivot": [-18.025, 5.25, -18.875], "rotation": [90, 0, 0], "uv": [4, 7]} + ] + }, + { + "name": "r_fronttoe2", + "parent": "r_foot", + "pivot": [-10.5, 1.625, 14.375], + "cubes": [ + {"origin": [-11, -25, -19.5], "size": [1, 2, 2], "pivot": [-21, 5.25, -14.875], "rotation": [90, 0, 0], "uv": [97, 24], "mirror": true} + ] + }, + { + "name": "r_fronttoe_2", + "parent": "r_fronttoe2", + "pivot": [-10.5, 1.875, 13.375], + "cubes": [ + {"origin": [-11, -24, -20.5], "size": [1, 3, 3], "pivot": [-21, 5.25, -15.875], "rotation": [90, 0, 0], "uv": [67, 90], "mirror": true}, + {"origin": [-10.5, -24, -23.5], "size": [0, 3, 2], "pivot": [-20.5, 5.25, -18.875], "rotation": [90, 0, 0], "uv": [8, 7]} + ] + }, + { + "name": "r_fronttoe3", + "parent": "r_foot", + "pivot": [-12.975, 1.625, 14.375], + "cubes": [ + {"origin": [-13.475, -25, -19.5], "size": [1, 2, 2], "pivot": [-23.475, 5.25, -14.875], "rotation": [90, 0, 0], "uv": [73, 75], "mirror": true} + ] + }, + { + "name": "r_fronttoe_3", + "parent": "r_fronttoe3", + "pivot": [-12.975, 1.875, 13.375], + "cubes": [ + {"origin": [-13.475, -24, -20.5], "size": [1, 3, 3], "pivot": [-23.475, 5.25, -15.875], "rotation": [90, 0, 0], "uv": [50, 90], "mirror": true}, + {"origin": [-12.975, -24, -23.5], "size": [0, 3, 2], "pivot": [-22.975, 5.25, -18.875], "rotation": [90, 0, 0], "uv": [4, 10]} + ] + }, + { + "name": "left_wing", + "parent": "body", + "pivot": [7.90455, 31.57955, -5.625], + "cubes": [ + {"origin": [8, 18.5, -12], "size": [17, 4, 5], "pivot": [19, 27.75, -13.375], "rotation": [90, 0, 0], "uv": [57, 8]}, + {"origin": [10, 13.5, -4], "size": [15, 7, 1], "pivot": [19, 25.75, -9.375], "rotation": [90, 0, 0], "uv": [90, 53]}, + {"origin": [11, 8.5, 4], "size": [4, 12, 0], "pivot": [20, 25.75, -2.375], "rotation": [90, 0, 0], "uv": [132, 132]}, + {"origin": [15.4, -1, 4], "size": [5, 21, 0], "pivot": [24.4, 25.25, -2.375], "rotation": [90, 0, 0], "uv": [116, 84]}, + {"origin": [15.9, 8.5, 4], "size": [4, 12, 0], "pivot": [24.9, 25.75, -2.375], "rotation": [90, 0, 0], "uv": [132, 120]}, + {"origin": [21.4, -1, 3], "size": [5, 21, 0], "pivot": [30.4, 25.25, -3.375], "rotation": [90, 0, 0], "uv": [110, 24]}, + {"origin": [20.85, 8.5, 4], "size": [4, 12, 0], "pivot": [29.85, 25.75, -2.375], "rotation": [90, 0, 0], "uv": [132, 108]}, + {"origin": [11, 7.5, 4], "size": [4, 12, 0], "pivot": [20, 24.75, -2.375], "rotation": [90, 0, 0], "uv": [126, 84]}, + {"origin": [15.9, 7.5, 4], "size": [4, 12, 0], "pivot": [24.9, 24.75, -2.375], "rotation": [90, 0, 0], "uv": [106, 126]}, + {"origin": [20.85, 7.5, 4], "size": [4, 12, 0], "pivot": [29.85, 24.75, -2.375], "rotation": [90, 0, 0], "uv": [127, 72]} + ] + }, + { + "name": "l_wing1", + "parent": "left_wing", + "pivot": [24.88942, 31.675, -6.89739], + "cubes": [ + {"origin": [38.4, 3, 14], "size": [5, 29, 0], "pivot": [47.4, 25.25, 7.625], "rotation": [90, 2.5, 0], "uv": [76, 92]}, + {"origin": [32.4, 4, 15], "size": [5, 27, 0], "pivot": [41.4, 25.25, 8.625], "rotation": [90, 0, 0], "uv": [50, 103]}, + {"origin": [27, 10, 16], "size": [5, 25, 0], "pivot": [36, 25.25, 9.625], "rotation": [90, 0, 0], "uv": [106, 101]}, + {"origin": [25.85, 8.5, 4], "size": [4, 12, 0], "pivot": [34.85, 25.75, -2.375], "rotation": [90, 0, 0], "uv": [132, 96]}, + {"origin": [30.85, 8.5, 4], "size": [4, 12, 0], "pivot": [39.85, 25.75, -2.375], "rotation": [90, 0, 0], "uv": [131, 51]}, + {"origin": [35.85, 8.5, 4], "size": [4, 12, 0], "pivot": [44.85, 25.75, -2.375], "rotation": [90, 0, 0], "uv": [52, 130]}, + {"origin": [25, 12.5, -5], "size": [14, 8, 1], "pivot": [34, 25.75, -10.375], "rotation": [90, 0, 0], "uv": [97, 75]}, + {"origin": [25, 19, -11], "size": [14, 3, 4], "pivot": [36, 27.25, -13.375], "rotation": [90, 0, 0], "uv": [76, 17]}, + {"origin": [25.85, 7.5, 4], "size": [4, 12, 0], "pivot": [34.85, 24.75, -2.375], "rotation": [90, 0, 0], "uv": [128, 15]}, + {"origin": [30.85, 7.5, 4], "size": [4, 12, 0], "pivot": [39.85, 24.75, -2.375], "rotation": [90, 0, 0], "uv": [128, 27]}, + {"origin": [35.85, 7.5, 4], "size": [4, 12, 0], "pivot": [44.85, 24.75, -2.375], "rotation": [90, 0, 0], "uv": [60, 128]} + ] + }, + { + "name": "l_wing2", + "parent": "l_wing1", + "pivot": [38.93077, 31.615, -6.74554], + "cubes": [ + {"origin": [49.4, -1, 11], "size": [5, 35, 0], "pivot": [58.4, 25.25, 4.625], "rotation": [90, 5, 0], "uv": [0, 88]}, + {"origin": [44, -12, -1], "size": [5, 28, 0], "pivot": [53, 25.25, -7.375], "rotation": [90, 2.5, 0], "uv": [96, 101]}, + {"origin": [40.85, 8.5, 4], "size": [4, 12, 0], "pivot": [49.85, 25.75, -2.375], "rotation": [90, 0, 0], "uv": [44, 130]}, + {"origin": [45.85, 8.5, 4], "size": [4, 12, 0], "pivot": [54.85, 25.75, -2.375], "rotation": [90, 0, 0], "uv": [130, 39]}, + {"origin": [50.85, 8.45, 4], "size": [4, 15, 0], "pivot": [59.85, 25.7, -2.375], "rotation": [90, 0, 0], "uv": [126, 0]}, + {"origin": [39, 12.5, -5], "size": [14, 8, 1], "pivot": [48, 25.75, -10.375], "rotation": [90, 0, 0], "uv": [86, 92]}, + {"origin": [39, 18.5, -10], "size": [14, 3, 3], "pivot": [50, 26.75, -13.375], "rotation": [90, 0, 0], "uv": [76, 39]}, + {"origin": [40.85, 7.5, 4], "size": [4, 12, 0], "pivot": [49.85, 24.75, -2.375], "rotation": [90, 0, 0], "uv": [86, 129]}, + {"origin": [45.85, 7.5, 4], "size": [4, 12, 0], "pivot": [54.85, 24.75, -2.375], "rotation": [90, 0, 0], "uv": [94, 129]}, + {"origin": [50.85, 7.45, 4], "size": [4, 15, 0], "pivot": [59.85, 24.7, -2.375], "rotation": [90, 0, 0], "uv": [116, 125]} + ] + }, + { + "name": "l_wing3", + "parent": "l_wing2", + "pivot": [52.89653, 31.622, -6.84371], + "cubes": [ + {"origin": [53.4, -1, 9], "size": [5, 33, 0], "pivot": [62.4, 25.25, 2.625], "rotation": [90, 12.5, 0], "uv": [10, 88]}, + {"origin": [66.4, 11.125, 4.575], "size": [5, 31, 0], "pivot": [68.9, 31.625, 4.575], "rotation": [90, 47.5, 0], "uv": [30, 90]}, + {"origin": [68.4, 21.125, 15.375], "size": [5, 31, 0], "pivot": [70.9, 31.625, 15.375], "rotation": [90, 37.5, 0], "uv": [40, 90]}, + {"origin": [58, -1, 7], "size": [5, 28, 0], "pivot": [67, 25.25, 0.625], "rotation": [90, 17.5, 0], "uv": [86, 101]}, + {"origin": [81.4, 21.125, -5.625], "size": [5, 21, 0], "pivot": [83.9, 31.625, -5.625], "rotation": [0, 90, -90], "uv": [140, 173], "mirror": true}, + {"origin": [79.4, 19.125, -0.625], "size": [5, 25, 0], "pivot": [81.9, 31.625, -0.625], "rotation": [90, 82.5, 0], "uv": [60, 103]}, + {"origin": [77, 19.125, 5.375], "size": [5, 31, 0], "pivot": [79.5, 31.625, 5.375], "rotation": [90, 65, 0], "uv": [20, 88]}, + {"origin": [55.6, 26.125, 9.875], "size": [4, 18, 0], "pivot": [57.6, 32.125, 9.875], "rotation": [90, 5, 0], "uv": [124, 121]}, + {"origin": [60.175, 26.125, 8.875], "size": [4, 16, 0], "pivot": [62.175, 32.125, 8.875], "rotation": [90, 7.5, 0], "uv": [124, 105]}, + {"origin": [65.6, 26.125, 9], "size": [4, 16, 0], "pivot": [67.6, 32.125, 9], "rotation": [90, 5, 0], "uv": [123, 56]}, + {"origin": [70.85, 26.125, 8.875], "size": [4, 19, 0], "pivot": [72.85, 32.125, 8.875], "rotation": [90, 15, 0], "uv": [0, 123]}, + {"origin": [81.33236, 23.75, -3.05685], "size": [4, 23, 0], "pivot": [83.33236, 31.75, -3.05685], "rotation": [90, 82.5, 0], "uv": [78, 121]}, + {"origin": [79.33236, 23.875, 2.94315], "size": [4, 20, 0], "pivot": [81.33236, 31.875, 2.94315], "rotation": [90, 60, 0], "uv": [120, 20]}, + {"origin": [74.83236, 23.975, 5.94315], "size": [4, 20, 0], "pivot": [76.83236, 31.975, 5.94315], "rotation": [90, 27.5, 0], "uv": [20, 119]}, + {"origin": [55.6, 25.25, 9.875], "size": [4, 17, 0], "pivot": [57.6, 31.25, 9.875], "rotation": [90, 5, 0], "uv": [40, 38], "mirror": true}, + {"origin": [60.175, 25.25, 8.875], "size": [4, 16, 0], "pivot": [62.175, 31.25, 8.875], "rotation": [90, 7.5, 0], "uv": [48, 0], "mirror": true}, + {"origin": [65.6, 25.25, 9], "size": [4, 16, 0], "pivot": [67.6, 31.25, 9], "rotation": [90, 5, 0], "uv": [24, 42], "mirror": true}, + {"origin": [70.85, 25.25, 8.875], "size": [4, 19, 0], "pivot": [72.85, 31.25, 8.875], "rotation": [90, 15, 0], "uv": [28, 121]}, + {"origin": [74.83236, 23.2, 5.94315], "size": [4, 20, 0], "pivot": [76.83236, 31.2, 5.94315], "rotation": [90, 27.5, 0], "uv": [116, 105]}, + {"origin": [79.33236, 23.2, 2.94315], "size": [4, 23, 0], "pivot": [81.33236, 31.2, 2.94315], "rotation": [90, 60, 0], "uv": [118, 0]}, + {"origin": [81.33236, 23.175, -3.05685], "size": [4, 25, 0], "pivot": [83.33236, 31.175, -3.05685], "rotation": [90, 82.5, 0], "uv": [36, 121]}, + {"origin": [53, 12.5, -7], "size": [24, 8, 0], "pivot": [62, 25.75, -13.375], "rotation": [90, 0, 0], "uv": [57, 0]}, + {"origin": [61, 32.125, -8.125], "size": [16, 1, 0], "pivot": [62.5, 32.125, -8.125], "rotation": [180, 0, 0], "uv": [48, 53]}, + {"origin": [53, 11.5, -7], "size": [24, 8, 0], "pivot": [62, 24.75, -13.375], "rotation": [90, 0, 0], "uv": [48, 45]}, + {"origin": [53, 19, -9], "size": [8, 2, 2], "pivot": [64, 26.25, -13.375], "rotation": [90, 0, 0], "uv": [24, 69]} + ] + }, + { + "name": "l_leg", + "parent": "body", + "pivot": [10.25, 17.875, 17.625], + "cubes": [ + {"origin": [6.5, -4, -20], "size": [7, 9, 10], "pivot": [17.5, 25.25, -7.375], "rotation": [90, 0, 0], "uv": [0, 69]} + ] + }, + { + "name": "lower_l_leg", + "parent": "l_leg", + "pivot": [10.5, 12.625, 17.875], + "cubes": [ + {"origin": [8.5, -14, -21], "size": [4, 4, 9], "pivot": [19.5, 15.25, -9.375], "rotation": [90, 0, 0], "uv": [50, 90]} + ] + }, + { + "name": "l_foot", + "parent": "lower_l_leg", + "pivot": [10.5, 3.625, 17.375], + "cubes": [ + {"origin": [7.5, -23, -14.5], "size": [6, 6, 3], "pivot": [18.5, 6.25, -8.875], "rotation": [90, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "l_backtoe", + "parent": "l_foot", + "pivot": [10.5, 1.375, 20.375], + "cubes": [ + {"origin": [9.5, -20.25, -7.5], "size": [2, 2, 2], "pivot": [20.5, 5, -2.875], "rotation": [90, 0, 0], "uv": [42, 71]}, + {"origin": [10.5, -20.25, -5.5], "size": [0, 2, 2], "pivot": [20.5, 5, -0.875], "rotation": [90, 0, 0], "uv": [4, 15]} + ] + }, + { + "name": "l_fronttoe1", + "parent": "l_foot", + "pivot": [8.025, 1.625, 14.375], + "cubes": [ + {"origin": [7.525, -25, -19.5], "size": [1, 2, 2], "pivot": [18.525, 5.25, -14.875], "rotation": [90, 0, 0], "uv": [98, 61]} + ] + }, + { + "name": "l_fronttoe_1", + "parent": "l_fronttoe1", + "pivot": [8.025, 1.875, 13.375], + "cubes": [ + {"origin": [7.525, -24, -20.5], "size": [1, 3, 3], "pivot": [18.525, 5.25, -15.875], "rotation": [90, 0, 0], "uv": [0, 19]}, + {"origin": [8.025, -24, -23.5], "size": [0, 3, 2], "pivot": [18.025, 5.25, -18.875], "rotation": [90, 0, 0], "uv": [4, 7], "mirror": true} + ] + }, + { + "name": "l_fronttoe2", + "parent": "l_foot", + "pivot": [10.5, 1.625, 14.375], + "cubes": [ + {"origin": [10, -25, -19.5], "size": [1, 2, 2], "pivot": [21, 5.25, -14.875], "rotation": [90, 0, 0], "uv": [97, 24]} + ] + }, + { + "name": "l_fronttoe_2", + "parent": "l_fronttoe2", + "pivot": [10.5, 1.875, 13.375], + "cubes": [ + {"origin": [10.5, -24, -23.5], "size": [0, 3, 2], "pivot": [20.5, 5.25, -18.875], "rotation": [90, 0, 0], "uv": [8, 7], "mirror": true}, + {"origin": [10, -24, -20.5], "size": [1, 3, 3], "pivot": [21, 5.25, -15.875], "rotation": [90, 0, 0], "uv": [67, 90]} + ] + }, + { + "name": "l_fronttoe3", + "parent": "l_foot", + "pivot": [12.975, 1.625, 14.375], + "cubes": [ + {"origin": [12.475, -25, -19.5], "size": [1, 2, 2], "pivot": [23.475, 5.25, -14.875], "rotation": [90, 0, 0], "uv": [73, 75]} + ] + }, + { + "name": "l_fronttoe_3", + "parent": "l_fronttoe3", + "pivot": [12.975, 1.875, 13.375], + "cubes": [ + {"origin": [12.475, -24, -20.5], "size": [1, 3, 3], "pivot": [23.475, 5.25, -15.875], "rotation": [90, 0, 0], "uv": [50, 90]}, + {"origin": [12.975, -24, -23.5], "size": [0, 3, 2], "pivot": [22.975, 5.25, -18.875], "rotation": [90, 0, 0], "uv": [4, 10], "mirror": true} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/hoopa/hoopa.geo.json b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/hoopa/hoopa.geo.json new file mode 100644 index 0000000..64ba9d3 --- /dev/null +++ b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/hoopa/hoopa.geo.json @@ -0,0 +1,124 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "root", + "pivot": [0, 0, 0] + }, + { + "name": "hoopa", + "parent": "root", + "pivot": [0, 13, 0] + }, + { + "name": "body", + "parent": "hoopa", + "pivot": [0, 24.57319, 1.35768], + "cubes": [ + {"origin": [-3, 36, -2.5], "size": [6, 2, 6], "uv": [78, 48]}, + {"origin": [-5, 31, -4.5], "size": [10, 6, 10], "uv": [48, 48]}, + {"origin": [-7, 27, -6.5], "size": [14, 4, 14], "uv": [0, 26]}, + {"origin": [-11, 23, -10.5], "size": [22, 4, 22], "uv": [0, 0]}, + {"origin": [-7, 19, -6.5], "size": [14, 4, 14], "uv": [42, 30]}, + {"origin": [-4, 15, -3.5], "size": [8, 4, 8], "uv": [66, 64]}, + {"origin": [-3, 11, -1], "size": [6, 6, 6], "pivot": [1, 12, 1], "rotation": [32.5, 0, 0], "uv": [18, 78]}, + {"origin": [-2, 10.2, 3.15], "size": [4, 6, 4], "pivot": [1, 11.2, 5.15], "rotation": [80, 0, 0], "uv": [64, 88]}, + {"origin": [-1, 13.1, 6], "size": [2, 4, 2], "pivot": [0, 13.1, 8], "rotation": [125, 0, 0], "uv": [0, 0]}, + {"origin": [4.975, 34.2, -0.475], "size": [2, 2, 2], "uv": [0, 44]}, + {"origin": [-6.975, 34.2, -0.475], "size": [2, 2, 2], "uv": [12, 5]} + ] + }, + { + "name": "arm_r", + "parent": "body", + "pivot": [5.39286, 35.2, -0.12143], + "cubes": [ + {"origin": [19.975, 37, 2.35], "size": [6, 4, 2], "pivot": [21.475, 38.5, 1.55], "rotation": [0, 90, 90], "uv": [92, 82]}, + {"origin": [21.475, 33.2, -1.475], "size": [6, 4, 2], "pivot": [22.475, 31.5, 2.025], "rotation": [0, 90, 0], "uv": [32, 95]}, + {"origin": [19.475, 31.2, -0.475], "size": [8, 8, 2], "pivot": [20.475, 29.5, 3.025], "rotation": [0, 90, 0], "uv": [44, 84]}, + {"origin": [18.475, 32.2, 0.025], "size": [6, 6, 2], "pivot": [18.475, 30.5, 3.525], "rotation": [0, 90, 0], "uv": [0, 91]}, + {"origin": [16.475, 33.2, 0.025], "size": [4, 4, 4], "pivot": [15.475, 31.5, 3.525], "rotation": [0, 90, 0], "uv": [16, 91]}, + {"origin": [15.475, 34.2, 0.025], "size": [2, 2, 2], "pivot": [13.475, 32.5, 3.525], "rotation": [0, 90, 0], "uv": [42, 34]}, + {"origin": [24.4, 32.7, -4.025], "size": [2, 2, 2], "pivot": [23.4, 31, -0.525], "rotation": [0, 90, 0], "uv": [0, 16]} + ] + }, + { + "name": "arm_l", + "parent": "body", + "pivot": [-5.14286, 35.2, -0.12143], + "cubes": [ + {"origin": [-26.4, 32.7, -4.025], "size": [2, 2, 2], "pivot": [-23.4, 31, -0.525], "rotation": [0, -90, 0], "uv": [12, 15]}, + {"origin": [-17.475, 34.2, 0.025], "size": [2, 2, 2], "pivot": [-13.475, 32.5, 3.525], "rotation": [0, -90, 0], "uv": [12, 11]}, + {"origin": [-20.475, 33.2, 0.025], "size": [4, 4, 4], "pivot": [-15.475, 31.5, 3.525], "rotation": [0, -90, 0], "uv": [90, 64]}, + {"origin": [-24.475, 32.2, 0.025], "size": [6, 6, 2], "pivot": [-18.475, 30.5, 3.525], "rotation": [0, -90, 0], "uv": [80, 89]}, + {"origin": [-27.475, 31.2, -0.475], "size": [8, 8, 2], "pivot": [-20.475, 29.5, 3.025], "rotation": [0, -90, 0], "uv": [84, 0]}, + {"origin": [-27.475, 33.2, -1.475], "size": [6, 4, 2], "pivot": [-22.475, 31.5, 2.025], "rotation": [0, -90, 0], "uv": [92, 76]}, + {"origin": [-25.975, 37, 2.35], "size": [6, 4, 2], "pivot": [-21.475, 38.5, 1.55], "rotation": [0, -90, -90], "uv": [18, 68]} + ] + }, + { + "name": "head", + "parent": "hoopa", + "pivot": [0, 38.49674, -0.63776], + "cubes": [ + {"origin": [-16, 40.95, -2.45], "size": [6, 6, 6], "uv": [66, 76]}, + {"origin": [-21, 41.75, -1.5], "size": [6, 4, 4], "pivot": [-16.5, 42.75, -0.5], "rotation": [0, 0, 40], "uv": [88, 56]}, + {"origin": [-23.28837, 45.54558, 0], "size": [4, 2, 2], "pivot": [-20.28837, 46.04558, 0.5], "rotation": [0, 0, 80], "uv": [42, 30]}, + {"origin": [-10, 39, -4.5], "size": [4, 10, 10], "uv": [66, 0]}, + {"origin": [-6, 38, -5.5], "size": [12, 12, 12], "uv": [0, 44]}, + {"origin": [6, 39, -4.5], "size": [4, 10, 10], "uv": [38, 64]}, + {"origin": [10, 40.95, -2.45], "size": [6, 6, 6], "uv": [0, 68]}, + {"origin": [15, 41.75, -1.5], "size": [6, 4, 4], "pivot": [16.5, 42.75, -0.5], "rotation": [0, 0, -40], "uv": [36, 48]}, + {"origin": [19.28837, 45.54558, 0], "size": [4, 2, 2], "pivot": [20.28837, 46.04558, 0.5], "rotation": [0, 0, -80], "uv": [42, 26]}, + {"origin": [2.72244, 44.22836, -5.575], "size": [1, 2, 1], "pivot": [3.22244, 45.22836, -5.075], "rotation": [0, 0, -10], "uv": [0, 33]}, + {"origin": [2.34965, 43.40186, -5.55], "size": [2, 3, 1], "pivot": [3.34965, 44.90186, -5.05], "rotation": [0, 0, -10], "uv": [8, 33]}, + {"origin": [2, 42.4, -5.525], "size": [3, 4, 1], "pivot": [3, 44.4, -5.025], "rotation": [0, 0, -17.5], "uv": [0, 11]}, + {"origin": [0.5, 46.85, -5.85], "size": [1, 2, 1], "pivot": [1, 48.35, -5.35], "rotation": [0, 45, 0], "uv": [6, 49]}, + {"origin": [-1, 48.35, -5.85], "size": [1, 1, 2], "pivot": [-0.5, 48.85, -5.35], "rotation": [-90, 45, -90], "uv": [0, 48]}, + {"origin": [-1.5, 46.85, -5.85], "size": [1, 2, 1], "pivot": [-1, 48.35, -5.35], "rotation": [0, -45, 0], "uv": [49, 37]}, + {"origin": [0, 46.35, -6.85], "size": [1, 1, 2], "pivot": [0.5, 46.85, -5.35], "rotation": [-90, 45, -90], "uv": [6, 46]}, + {"origin": [-2, 49.95, 2], "size": [4, 4, 4], "uv": [56, 64]}, + {"origin": [-1.5, 50.3, 6.325], "size": [3, 3, 4], "pivot": [-1, 50.8, 7.325], "rotation": [-25, 0, 0], "uv": [0, 26]}, + {"origin": [-1, 50.95, 5.95], "size": [2, 2, 2], "uv": [0, 6]}, + {"origin": [-1, 49.3, 9.875], "size": [2, 2, 4], "pivot": [-0.5, 49.8, 10.875], "rotation": [5, 0, 0], "uv": [0, 33]}, + {"origin": [-3.72244, 44.22836, -5.575], "size": [1, 2, 1], "pivot": [-3.22244, 45.22836, -5.075], "rotation": [0, 0, 10], "uv": [36, 48]}, + {"origin": [-4.34965, 43.40186, -5.55], "size": [2, 3, 1], "pivot": [-3.34965, 44.90186, -5.05], "rotation": [0, 0, 10], "uv": [36, 44]}, + {"origin": [-5, 42.4, -5.525], "size": [3, 4, 1], "pivot": [-3, 44.4, -5.025], "rotation": [0, 0, 17.5], "uv": [12, 0]} + ] + }, + { + "name": "ring_r", + "parent": "head", + "pivot": [-12.5, 47.45, 1.05], + "cubes": [ + {"origin": [-13, 41.45, -8.95], "size": [1, 1, 10], "pivot": [-12.5, 41.95, -3.95], "rotation": [90, 0, 0], "uv": [80, 78]}, + {"origin": [-13, 46.95, -4.45], "size": [1, 1, 10], "uv": [0, 80]}, + {"origin": [-13, 50.95, 4.55], "size": [1, 1, 10], "pivot": [-10, 48.95, 3.55], "rotation": [-90, 0, 0], "uv": [0, 11]}, + {"origin": [-13, 36.95, -3.45], "size": [1, 1, 10], "pivot": [-12.5, 37.45, 1.55], "rotation": [0, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "ring_l", + "parent": "head", + "pivot": [12.5, 47.45, 1.05], + "cubes": [ + {"origin": [12, 41.45, -8.95], "size": [1, 1, 10], "pivot": [12.5, 41.95, -3.95], "rotation": [90, 0, 0], "uv": [32, 84]}, + {"origin": [12, 46.95, -4.45], "size": [1, 1, 10], "uv": [84, 32]}, + {"origin": [12, 50.95, 4.55], "size": [1, 1, 10], "pivot": [15, 48.95, 3.55], "rotation": [-90, 0, 0], "uv": [84, 21]}, + {"origin": [12, 36.95, -3.45], "size": [1, 1, 10], "pivot": [12.5, 37.45, 1.55], "rotation": [0, 0, 0], "uv": [84, 10]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/koraidon/koraidon.geo.json b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/koraidon/koraidon.geo.json new file mode 100644 index 0000000..eacaeb0 --- /dev/null +++ b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/koraidon/koraidon.geo.json @@ -0,0 +1,327 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 7, + "visible_bounds_height": 4.5, + "visible_bounds_offset": [0, 1.75, 0] + }, + "bones": [ + { + "name": "root_main", + "pivot": [0, 0, 0] + }, + { + "name": "root", + "parent": "root_main", + "pivot": [0, 22, -11], + "rotation": [-85, 0, 0] + }, + { + "name": "koraidon", + "parent": "root", + "pivot": [0, 21.5, -73.7], + "rotation": [0, 180, 0] + }, + { + "name": "body", + "parent": "koraidon", + "pivot": [0, 39.39222, -133.16072], + "cubes": [ + {"origin": [1, 33.7, -124.7], "size": [6, 3, 8], "pivot": [2, 33.7, -124.7], "rotation": [170, 0, 180], "uv": [42, 15]}, + {"origin": [1, 36.75, -124.7], "size": [6, 3, 8], "pivot": [2, 36.7, -124.7], "rotation": [170, 0, 180], "uv": [21, 0]}, + {"origin": [3.5, 38.85, -123.7], "size": [0, 3, 12], "pivot": [0.5, 38.85, -123.7], "rotation": [177.5, 0, 180], "uv": [22, 30]}, + {"origin": [1.5, 32.3, -132.6], "size": [3, 3, 12], "pivot": [1.5, 32.3, -132.6], "rotation": [180, 0, 180], "uv": [42, 0]}, + {"origin": [0, 35.3, -132.6], "size": [4, 3.3, 12], "pivot": [1, 35.3, -132.6], "rotation": [180, 0, 180], "uv": [34, 39]}, + {"origin": [-2.5, 34, -147], "size": [5, 5, 7], "pivot": [0, 36, -143.5], "rotation": [-162.5, 0, 180], "uv": [40, 54]}, + {"origin": [-4, 42, -147.3], "size": [2, 1, 7], "pivot": [-1.5, 44, -142.5], "rotation": [-65, 0, 180], "uv": [66, 71]}, + {"origin": [-6, 41.3, -148], "size": [2, 1, 7], "pivot": [-3.5, 43.3, -143.2], "rotation": [-65, 0, 180], "uv": [55, 70]}, + {"origin": [2.5, 32.3, -144.6], "size": [5, 3, 8], "pivot": [2.5, 32.3, -144.6], "rotation": [-120, 0, 180], "uv": [54, 31]}, + {"origin": [-2.5, 39, -148.3], "size": [5, 1, 7], "pivot": [0, 41, -143.5], "rotation": [-162.5, 0, -180], "uv": [60, 0]}, + {"origin": [4, 41.3, -148], "size": [2, 1, 7], "pivot": [3.5, 43.3, -143.2], "rotation": [-65, 0, -180], "uv": [44, 66]}, + {"origin": [-3.5, 38.85, -123.7], "size": [0, 3, 12], "pivot": [-0.5, 38.85, -123.7], "rotation": [177.5, 0, -180], "uv": [22, 27]} + ] + }, + { + "name": "handles", + "parent": "body", + "pivot": [-3, 35.9421, -127.57929], + "rotation": [-70, 0, 0], + "cubes": [ + {"origin": [2.5, 34.4421, -130.07929], "size": [1, 3, 5], "pivot": [3, 35.9421, -127.57929], "rotation": [-110, 0, 180], "uv": [74, 51]}, + {"origin": [2.8, 37.1421, -132.07929], "size": [1, 2, 8], "pivot": [3.3, 38.6421, -129.57929], "rotation": [-172.5, 0, 180], "uv": [72, 23]}, + {"origin": [3, 39.0421, -138.67929], "size": [1, 2, 5], "pivot": [3.5, 40.5421, -136.17929], "rotation": [-140, 0, 180], "uv": [74, 8]}, + {"origin": [-3.8, 37.1421, -132.07929], "size": [1, 2, 8], "pivot": [-3.3, 38.6421, -129.57929], "rotation": [-172.5, 0, 180], "uv": [82, 32]}, + {"origin": [-4, 39.0421, -138.67929], "size": [1, 2, 5], "pivot": [-3.5, 40.5421, -136.17929], "rotation": [-140, 0, 180], "uv": [22, 11]}, + {"origin": [-3.5, 34.4421, -130.07929], "size": [1, 3, 5], "pivot": [-3, 35.9421, -127.57929], "rotation": [-110, 0, 180], "uv": [41, 0]} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [0, 39.5141, -148.90096], + "cubes": [ + {"origin": [2, 39.31731, -148.53345], "size": [4, 3, 8], "pivot": [2, 39.31731, -148.53345], "rotation": [-120, 0, 180], "uv": [0, 79]} + ] + }, + { + "name": "tail2", + "parent": "tail", + "pivot": [0, 47.03142, -151.23441], + "cubes": [ + {"origin": [1.5, 46.21731, -152.53345], "size": [3, 3, 8], "pivot": [1.5, 46.21731, -152.53345], "rotation": [-120, 0, 180], "uv": [82, 7]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 53.9141, -155.30096], + "cubes": [ + {"origin": [-1, 59.27115, -167.28875], "size": [2, 3, 8], "pivot": [0, 60.7641, -159.30096], "rotation": [-120, 0, 180], "uv": [22, 82]} + ] + }, + { + "name": "tail4", + "parent": "tail3", + "pivot": [0.5, 60.86731, -159.13345], + "cubes": [ + {"origin": [-0.5, 59.25705, -159.31317], "size": [1, 3, 8], "pivot": [0, 60.7641, -159.30096], "rotation": [-120, 0, 180], "uv": [83, 78]} + ] + }, + { + "name": "neck", + "parent": "body", + "pivot": [0, 34.47664, -121.8051], + "rotation": [-75, 0, 0], + "cubes": [ + {"origin": [-1.5, 37.6, -114.7], "size": [5, 3, 9], "pivot": [0.5, 37.6, -117.7], "rotation": [140, 0, 180], "uv": [3, 42]}, + {"origin": [0, 36.1, -113], "size": [4, 2, 5], "pivot": [1, 35.1, -116], "rotation": [140, 0, 180], "uv": [61, 54]}, + {"origin": [-3.5, 40.85, -118.7], "size": [0, 3, 12], "pivot": [-0.5, 40.85, -118.7], "rotation": [137.5, 0, -180], "uv": [22, 27]}, + {"origin": [-4.2, 40.85, -118.7], "size": [0, 4, 12], "pivot": [-1.2, 40.85, -118.7], "rotation": [137.5, 0, -180], "uv": [34, 72]}, + {"origin": [3.5, 40.85, -118.7], "size": [0, 3, 12], "pivot": [0.5, 40.85, -118.7], "rotation": [137.5, 0, 180], "uv": [22, 30]}, + {"origin": [4.1, 40.85, -118.7], "size": [0, 4, 12], "pivot": [1.1, 40.85, -118.7], "rotation": [137.5, 0, 180], "uv": [58, 72]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [-0.1, 40, -120.8], + "rotation": [-30, 0, 0], + "cubes": [ + {"origin": [2.2, 40.3, -115.5], "size": [1, 2, 3], "pivot": [0.3, 39.3, -115.5], "rotation": [20, 0, 180], "uv": [9, 74]}, + {"origin": [2.25, 40.4, -114.2], "size": [1, 2, 2], "pivot": [0.3, 39.4, -115.2], "rotation": [20, 0, 180], "uv": [72, 17]}, + {"origin": [-2.47, 37.6177, -116.14551], "size": [1, 1, 3], "pivot": [-1.95, 38.13774, -114.64551], "rotation": [14.43276, 13.99545, 136.78082], "uv": [71, 27]}, + {"origin": [-1.5, 40.1, -119.2], "size": [5, 3, 8], "pivot": [0.5, 40.1, -119.2], "rotation": [20, 0, 180], "uv": [14, 54]}, + {"origin": [-0.5, 40.16207, -118.61224], "size": [1, 1, 8], "pivot": [0, 40.66207, -114.61224], "rotation": [57.5, 0, 180], "uv": [64, 8]}, + {"origin": [0.25, 39.76207, -115.61224], "size": [2, 0, 5], "pivot": [1.75, 40.26207, -114.61224], "rotation": [58.11966, 6.6782, -169.40939], "uv": [20, 0]}, + {"origin": [-1.5, 37.3, -120.3], "size": [5, 1, 8], "pivot": [0.5, 37.3, -120.3], "rotation": [20, 0, 180], "uv": [54, 42]}, + {"origin": [7, 39.3, -120.5], "size": [1, 3, 3], "pivot": [5, 39.3, -120.5], "rotation": [20, 0, 180], "uv": [54, 42]}, + {"origin": [7.2, 41, -119.8], "size": [1, 3, 2], "pivot": [5.15, 40, -120.8], "rotation": [20, 0, 180], "uv": [55, 31]}, + {"origin": [6.8, 40.3, -115.5], "size": [1, 2, 3], "pivot": [4.7, 39.3, -115.5], "rotation": [20, 0, 180], "uv": [62, 17]}, + {"origin": [6.55, 40.4, -114.2], "size": [1, 2, 2], "pivot": [4.6, 39.4, -115.2], "rotation": [20, 0, 180], "uv": [66, 70]}, + {"origin": [6.65, 40.4, -114.8], "size": [1, 2, 3], "pivot": [4.6, 39.4, -114.8], "rotation": [20, 0, 180], "uv": [57, 54]}, + {"origin": [1.43, 37.66274, -116.14551], "size": [1, 1, 3], "pivot": [1.95, 38.16274, -114.64551], "rotation": [14.43276, 13.99545, 136.78082], "uv": [26, 65]}, + {"origin": [2.35, 42.85, -119.4], "size": [0, 5, 11], "pivot": [2.35, 43.9, -116.4], "rotation": [68.63209, 23.82015, -175.72777], "uv": [68, 50]}, + {"origin": [2, 39.3, -120.5], "size": [1, 3, 3], "pivot": [0, 39.3, -120.5], "rotation": [20, 0, 180], "uv": [42, 15]}, + {"origin": [1.9, 41, -119.8], "size": [1, 3, 2], "pivot": [-0.1, 40, -120.8], "rotation": [20, 0, 180], "uv": [48, 0]}, + {"origin": [2.35, 40.4, -114.8], "size": [1, 2, 3], "pivot": [0.4, 39.4, -114.8], "rotation": [20, 0, 180], "uv": [55, 26]}, + {"origin": [-2.25, 39.76207, -115.61224], "size": [2, 0, 5], "pivot": [-1.75, 40.26207, -114.61224], "rotation": [58.11966, -6.6782, 169.40939], "uv": [16, 0]}, + {"origin": [-2.35, 42.85, -119.4], "size": [0, 5, 11], "pivot": [-2.35, 43.9, -116.4], "rotation": [68.63209, -23.82015, 175.72777], "uv": [72, 31]}, + {"origin": [2.35, 41.85, -121.4], "size": [0, 5, 11], "pivot": [2.35, 42.9, -118.4], "rotation": [44.03566, 23.52845, 174.2668], "uv": [68, 50]}, + {"origin": [-2.35, 41.85, -121.4], "size": [0, 5, 11], "pivot": [-2.35, 42.9, -118.4], "rotation": [44.03566, -23.52845, -174.2668], "uv": [72, 31]}, + {"origin": [-2.35, 40.85, -122.4], "size": [0, 5, 11], "pivot": [-2.35, 41.9, -119.4], "rotation": [60.43023, -24.16133, 179.06733], "uv": [72, 31]}, + {"origin": [2.35, 40.85, -122.4], "size": [0, 5, 11], "pivot": [2.35, 41.9, -119.4], "rotation": [60.43023, 24.16133, -179.06733], "uv": [68, 50]}, + {"origin": [-2.35, 39.85, -125.4], "size": [0, 5, 11], "pivot": [-2.35, 40.9, -122.4], "rotation": [44.03566, -23.52845, -174.2668], "uv": [72, 31]}, + {"origin": [2.35, 39.85, -125.4], "size": [0, 5, 11], "pivot": [2.35, 40.9, -122.4], "rotation": [44.03566, 23.52845, 174.2668], "uv": [68, 50]}, + {"origin": [-2.35, 41.85, -117.4], "size": [0, 5, 11], "pivot": [-2.35, 42.9, -114.4], "rotation": [90.04037, -20.86715, 167.50456], "uv": [22, 34]}, + {"origin": [2.35, 41.85, -117.4], "size": [0, 5, 11], "pivot": [2.35, 42.9, -114.4], "rotation": [90.04037, 20.86715, -167.50456], "uv": [0, 43]} + ] + }, + { + "name": "head_tail_l", + "parent": "head", + "pivot": [-3, 39.5, -118.5], + "cubes": [ + {"origin": [-4, 38.5, -125.5], "size": [2, 2, 7], "uv": [5, 4]} + ] + }, + { + "name": "h_tail_l1", + "parent": "head_tail_l", + "pivot": [-3, 39.5, -125.5], + "cubes": [ + {"origin": [-4, 38.5, -132.5], "size": [2, 2, 7], "uv": [0, 13]} + ] + }, + { + "name": "h_tail_l2", + "parent": "h_tail_l1", + "pivot": [-3, 39.5, -132.5], + "cubes": [ + {"origin": [-4, 38.5, -139.5], "size": [2, 2, 7], "uv": [11, 15]} + ] + }, + { + "name": "head_tail_r", + "parent": "head", + "pivot": [3, 39.5, -118.5], + "cubes": [ + {"origin": [2, 38.5, -125.5], "size": [2, 2, 7], "uv": [82, 19]} + ] + }, + { + "name": "h_tail_r1", + "parent": "head_tail_r", + "pivot": [3, 39.5, -125.5], + "cubes": [ + {"origin": [2, 38.5, -132.5], "size": [2, 2, 7], "uv": [79, 52]} + ] + }, + { + "name": "h_tail_r2", + "parent": "h_tail_r1", + "pivot": [3, 39.5, -132.5], + "cubes": [ + {"origin": [2, 38.5, -139.5], "size": [2, 2, 7], "uv": [57, 61]} + ] + }, + { + "name": "l_back_leg", + "parent": "body", + "pivot": [-2.5, 36.8, -144.75], + "rotation": [-85, 0, 0], + "cubes": [ + {"origin": [-15.5, 28.8, -153], "size": [4, 9, 4], "pivot": [-9, 33.8, -147.5], "rotation": [180, 0, 180], "uv": [0, 61]}, + {"origin": [-6.45, 36.3, -148.75], "size": [0, 5, 6], "pivot": [-6.45, 38.8, -145.75], "rotation": [155, 0, 180], "uv": [32, 48]}, + {"origin": [-6.35, 41.85, -147.9], "size": [0, 5, 11], "pivot": [-6.35, 42.9, -144.9], "rotation": [68.63209, -23.82015, 175.72777], "uv": [72, 31]}, + {"origin": [-6.35, 41.85, -148.9], "size": [0, 5, 11], "pivot": [-6.35, 42.9, -145.9], "rotation": [60.43023, -24.16133, 179.06733], "uv": [72, 31]}, + {"origin": [-6.35, 41.85, -150.7], "size": [0, 5, 11], "pivot": [-6.35, 42.9, -147.7], "rotation": [60.43023, -24.16133, 179.06733], "uv": [72, 31]}, + {"origin": [-6.35, 40.85, -152.7], "size": [0, 5, 11], "pivot": [-6.35, 41.9, -149.7], "rotation": [30.6326, -21.71054, -169.0911], "uv": [72, 31]} + ] + }, + { + "name": "l_low_back_leg", + "parent": "l_back_leg", + "pivot": [-4.375, 28.8, -144.5], + "cubes": [ + {"origin": [-6.375, 21.8, -146], "size": [4, 7, 3], "pivot": [-4.375, 28.8, -144.5], "rotation": [-180, 0, 180], "uv": [16, 77]} + ] + }, + { + "name": "l_back_foot", + "parent": "l_low_back_leg", + "pivot": [-4.375, 22.05, -143.05], + "rotation": [90, 0, 0], + "cubes": [ + {"origin": [-16.375, 18.05, -147.25], "size": [2, 4, 1], "pivot": [-9.875, 18.05, -144.75], "rotation": [-180, 0, 180], "uv": [60, 0]}, + {"origin": [-15.375, 19.05, -147.25], "size": [1, 3, 1], "pivot": [-8.875, 18.05, -144.75], "rotation": [-180, 0, 180], "uv": [16, 30]}, + {"origin": [-18.375, 19.05, -147.25], "size": [1, 3, 1], "pivot": [-11.875, 18.05, -144.75], "rotation": [-180, 0, 180], "uv": [0, 26]} + ] + }, + { + "name": "r_back_leg", + "parent": "body", + "pivot": [2.5, 36.8, -144.75], + "rotation": [-85, 0, 0], + "cubes": [ + {"origin": [11.5, 28.8, -153], "size": [4, 9, 4], "pivot": [9, 33.8, -147.5], "rotation": [-180, 0, -180], "uv": [0, 26]}, + {"origin": [6.45, 36.3, -148.75], "size": [0, 5, 6], "pivot": [6.45, 38.8, -145.75], "rotation": [155, 0, -180], "uv": [55, 73]}, + {"origin": [6.35, 41.85, -147.9], "size": [0, 5, 11], "pivot": [6.35, 42.9, -144.9], "rotation": [68.63209, 23.82015, -175.72777], "uv": [68, 50]}, + {"origin": [6.35, 41.85, -148.9], "size": [0, 5, 11], "pivot": [6.35, 42.9, -145.9], "rotation": [60.43023, 24.16133, -179.06733], "uv": [68, 50]}, + {"origin": [6.35, 41.85, -150.7], "size": [0, 5, 11], "pivot": [6.35, 42.9, -147.7], "rotation": [60.43023, 24.16133, -179.06733], "uv": [68, 50]}, + {"origin": [6.35, 40.85, -152.7], "size": [0, 5, 11], "pivot": [6.35, 41.9, -149.7], "rotation": [30.6326, 21.71054, 169.0911], "uv": [68, 50]} + ] + }, + { + "name": "r_low_back_leg", + "parent": "r_back_leg", + "pivot": [4.375, 28.8, -144.5], + "cubes": [ + {"origin": [11.375, 21.8, -152], "size": [4, 7, 3], "pivot": [8.875, 24.8, -147.5], "rotation": [-180, 0, -180], "uv": [41, 74]} + ] + }, + { + "name": "r_back_foot", + "parent": "r_low_back_leg", + "pivot": [4.375, 22.05, -143.05], + "rotation": [90, 0, 0], + "cubes": [ + {"origin": [-7.625, 18.05, -147.25], "size": [2, 4, 1], "pivot": [-1.125, 18.05, -144.75], "rotation": [-180, 0, 180], "uv": [44, 66]}, + {"origin": [-6.625, 19.05, -147.25], "size": [1, 3, 1], "pivot": [-0.125, 18.05, -144.75], "rotation": [-180, 0, 180], "uv": [41, 0]}, + {"origin": [-9.625, 19.05, -147.25], "size": [1, 3, 1], "pivot": [-3.125, 18.05, -144.75], "rotation": [-180, 0, 180], "uv": [16, 34]} + ] + }, + { + "name": "f_right_leg", + "parent": "body", + "pivot": [4.46, 36.45, -129.61], + "rotation": [180, 0, 90], + "cubes": [ + {"origin": [2.9, 30, -131.25], "size": [3, 8, 3], "uv": [0, 39]} + ] + }, + { + "name": "f_right_lower_leg", + "parent": "f_right_leg", + "pivot": [4.475, 30, -129.825], + "cubes": [ + {"origin": [2.975, 22, -131.325], "size": [3, 8, 4], "uv": [30, 65]} + ] + }, + { + "name": "f_right_foot", + "parent": "f_right_lower_leg", + "pivot": [4.475, 22.1, -129.34167], + "rotation": [0, 90, -90], + "cubes": [ + {"origin": [4.475, 21.6, -133.425], "size": [1, 1, 4], "uv": [80, 79]}, + {"origin": [3.475, 21.6, -133.425], "size": [1, 1, 4], "uv": [79, 79]}, + {"origin": [2.475, 21.6, -132.425], "size": [1, 1, 3], "uv": [63, 27]}, + {"origin": [5.475, 21.6, -132.425], "size": [1, 1, 3], "uv": [60, 8]} + ] + }, + { + "name": "f_left_leg", + "parent": "body", + "pivot": [-4.46, 36.45, -129.61], + "rotation": [180, 0, -90], + "cubes": [ + {"origin": [-5.9, 30, -131.25], "size": [3, 8, 3], "uv": [0, 0]} + ] + }, + { + "name": "f_left_lower_leg", + "parent": "f_left_leg", + "pivot": [-3.975, 30, -129.825], + "cubes": [ + {"origin": [-5.975, 22, -131.325], "size": [3, 8, 4], "uv": [16, 65]} + ] + }, + { + "name": "f_left_foot", + "parent": "f_left_lower_leg", + "pivot": [-4.475, 22.1, -129.34167], + "rotation": [0, -90, 90], + "cubes": [ + {"origin": [-6.475, 21.6, -132.425], "size": [1, 1, 3], "uv": [46, 8]}, + {"origin": [-5.475, 21.6, -133.425], "size": [1, 1, 4], "uv": [67, 79]}, + {"origin": [-4.475, 21.6, -133.425], "size": [1, 1, 4], "uv": [68, 79]}, + {"origin": [-3.475, 21.6, -132.425], "size": [1, 1, 3], "uv": [12, 26]} + ] + }, + { + "name": "f_wheel", + "parent": "body", + "pivot": [0, 33.1, -115.9], + "cubes": [ + {"origin": [2, 37.6, -138.4], "size": [4, 13, 13], "pivot": [2, 37.6, -135.4], "rotation": [0, 0, 180], "uv": [21, 13]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/koraidonpd/koraidonpd.geo.json b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/koraidonpd/koraidonpd.geo.json new file mode 100644 index 0000000..e970675 --- /dev/null +++ b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/koraidonpd/koraidonpd.geo.json @@ -0,0 +1,260 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 4, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "root_main", + "pivot": [0, 0, 0] + }, + { + "name": "root", + "parent": "root_main", + "pivot": [0, 0, 0] + }, + { + "name": "koraidon", + "parent": "root", + "pivot": [0, -0.5, -62.7], + "rotation": [0, 180, 0] + }, + { + "name": "f_wheel", + "parent": "koraidon", + "pivot": [0, 11.1, -104.9], + "cubes": [ + {"origin": [2, 16.6, -120.4], "size": [4, 13, 13], "pivot": [2, 16.6, -117.4], "rotation": [0, 0, 180], "uv": [21, 13]} + ] + }, + { + "name": "r_wheel", + "parent": "koraidon", + "pivot": [0, 10.1, -129.9], + "cubes": [ + {"origin": [2, 16.6, -142.4], "size": [4, 13, 13], "pivot": [2, 16.6, -139.4], "rotation": [0, 0, 180], "uv": [0, 0]} + ] + }, + { + "name": "r_back_leg", + "parent": "koraidon", + "pivot": [2.5, 14.8, -133.75], + "cubes": [ + {"origin": [11.5, 6.8, -142], "size": [4, 9, 4], "pivot": [9, 11.8, -136.5], "rotation": [-180, 0, -180], "uv": [0, 26]}, + {"origin": [6.45, 14.3, -137.75], "size": [0, 5, 6], "pivot": [6.45, 16.8, -134.75], "rotation": [155, 0, -180], "uv": [55, 73]} + ] + }, + { + "name": "r_low_back_leg", + "parent": "r_back_leg", + "pivot": [4.375, 6.8, -133.5], + "cubes": [ + {"origin": [11.375, -0.2, -141], "size": [4, 7, 3], "pivot": [8.875, 2.8, -136.5], "rotation": [-180, 0, -180], "uv": [41, 74]} + ] + }, + { + "name": "r_back_foot", + "parent": "r_low_back_leg", + "pivot": [4.375, 0.05, -132.05], + "rotation": [90, 0, 0], + "cubes": [ + {"origin": [-7.625, -3.95, -136.25], "size": [2, 4, 1], "pivot": [-1.125, -3.95, -133.75], "rotation": [-180, 0, 180], "uv": [44, 66]}, + {"origin": [-6.625, -2.95, -136.25], "size": [1, 3, 1], "pivot": [-0.125, -3.95, -133.75], "rotation": [-180, 0, 180], "uv": [41, 0]}, + {"origin": [-9.625, -2.95, -136.25], "size": [1, 3, 1], "pivot": [-3.125, -3.95, -133.75], "rotation": [-180, 0, 180], "uv": [16, 34]} + ] + }, + { + "name": "l_back_leg", + "parent": "koraidon", + "pivot": [-2.5, 14.8, -133.75], + "cubes": [ + {"origin": [-15.5, 6.8, -142], "size": [4, 9, 4], "pivot": [-9, 11.8, -136.5], "rotation": [-180, 0, 180], "uv": [0, 61]}, + {"origin": [-6.45, 14.3, -137.75], "size": [0, 5, 6], "pivot": [-6.45, 16.8, -134.75], "rotation": [155, 0, 180], "uv": [32, 48]} + ] + }, + { + "name": "l_low_back_leg", + "parent": "l_back_leg", + "pivot": [-4.375, 6.8, -133.5], + "cubes": [ + {"origin": [-6.375, -0.2, -135], "size": [4, 7, 3], "pivot": [-4.375, 6.8, -133.5], "rotation": [-180, 0, 180], "uv": [16, 77]} + ] + }, + { + "name": "l_back_foot", + "parent": "l_low_back_leg", + "pivot": [-4.375, 0.05, -132.05], + "rotation": [90, 0, 0], + "cubes": [ + {"origin": [-16.375, -3.95, -136.25], "size": [2, 4, 1], "pivot": [-9.875, -3.95, -133.75], "rotation": [-180, 0, 180], "uv": [60, 0]}, + {"origin": [-15.375, -2.95, -136.25], "size": [1, 3, 1], "pivot": [-8.875, -3.95, -133.75], "rotation": [-180, 0, 180], "uv": [16, 30]}, + {"origin": [-18.375, -2.95, -136.25], "size": [1, 3, 1], "pivot": [-11.875, -3.95, -133.75], "rotation": [-180, 0, 180], "uv": [0, 26]} + ] + }, + { + "name": "body", + "parent": "koraidon", + "pivot": [0, 17.39222, -122.16072], + "cubes": [ + {"origin": [1, 11.7, -113.7], "size": [6, 3, 8], "pivot": [2, 11.7, -113.7], "rotation": [170, 0, 180], "uv": [42, 15]}, + {"origin": [1, 14.75, -113.7], "size": [6, 3, 8], "pivot": [2, 14.7, -113.7], "rotation": [170, 0, 180], "uv": [21, 0]}, + {"origin": [-1.5, 21.6, -110.7], "size": [5, 3, 12], "pivot": [0.5, 21.6, -110.7], "rotation": [140, 0, 180], "uv": [0, 39]}, + {"origin": [3.5, 23.85, -112.7], "size": [0, 3, 12], "pivot": [0.5, 23.85, -112.7], "rotation": [140, 0, 180], "uv": [22, 30]}, + {"origin": [2.5, 17.4421, -119.07929], "size": [1, 3, 5], "pivot": [3, 18.9421, -116.57929], "rotation": [-110, 0, 180], "uv": [74, 51]}, + {"origin": [-3.5, 17.4421, -119.07929], "size": [1, 3, 5], "pivot": [-3, 18.9421, -116.57929], "rotation": [-110, 0, 180], "uv": [41, 0]}, + {"origin": [2.8, 20.1421, -121.07929], "size": [1, 2, 5], "pivot": [3.3, 21.6421, -118.57929], "rotation": [-172.5, 0, 180], "uv": [77, 71]}, + {"origin": [3, 22.0421, -124.67929], "size": [1, 2, 3], "pivot": [3.5, 23.5421, -122.17929], "rotation": [-140, 0, 180], "uv": [80, 35]}, + {"origin": [0.5, 17.6, -112.4], "size": [5, 3, 6], "pivot": [1.5, 17.6, -112.4], "rotation": [102.5, 0, 180], "uv": [58, 61]}, + {"origin": [1.5, 10.8, -121.6], "size": [3, 3, 12], "pivot": [1.5, 10.8, -121.6], "rotation": [180, 0, 180], "uv": [42, 0]}, + {"origin": [0, 13.3, -121.6], "size": [4, 3.3, 12], "pivot": [1, 13.3, -121.6], "rotation": [180, 0, 180], "uv": [34, 39]}, + {"origin": [-3.8, 20.1421, -121.07929], "size": [1, 2, 5], "pivot": [-3.3, 21.6421, -118.57929], "rotation": [-172.5, 0, 180], "uv": [77, 0]}, + {"origin": [-4, 22.0421, -124.67929], "size": [1, 2, 3], "pivot": [-3.5, 23.5421, -122.17929], "rotation": [-140, 0, 180], "uv": [30, 77]}, + {"origin": [-2.5, 12, -136], "size": [5, 5, 7], "pivot": [0, 14, -132.5], "rotation": [-162.5, 0, 180], "uv": [40, 54]}, + {"origin": [-4, 20, -143.3], "size": [2, 1, 7], "pivot": [-1.5, 22, -138.5], "rotation": [-150, 0, 180], "uv": [66, 71]}, + {"origin": [-6, 19.3, -142.4], "size": [2, 1, 7], "pivot": [-3.5, 21.3, -137.6], "rotation": [-150, 0, 180], "uv": [55, 70]}, + {"origin": [2.5, 10.3, -133.6], "size": [5, 3, 8], "pivot": [2.5, 10.3, -133.6], "rotation": [-120, 0, 180], "uv": [54, 31]}, + {"origin": [0, 20.1, -109], "size": [4, 2, 8], "pivot": [1, 19.1, -109], "rotation": [140, 0, 180], "uv": [58, 51]}, + {"origin": [-2.5, 17, -137.3], "size": [5, 1, 7], "pivot": [0, 19, -132.5], "rotation": [-162.5, 0, -180], "uv": [60, 0]}, + {"origin": [4, 19.3, -142.4], "size": [2, 1, 7], "pivot": [3.5, 21.3, -137.6], "rotation": [-150, 0, -180], "uv": [44, 66]}, + {"origin": [-3.5, 23.85, -112.7], "size": [0, 3, 12], "pivot": [-0.5, 23.85, -112.7], "rotation": [140, 0, -180], "uv": [22, 27]} + ] + }, + { + "name": "head", + "parent": "koraidon", + "pivot": [-0.1, 25, -113.8], + "cubes": [ + {"origin": [2.2, 25.3, -108.5], "size": [1, 2, 3], "pivot": [0.3, 24.3, -108.5], "rotation": [20, 0, 180], "uv": [9, 74]}, + {"origin": [2.25, 25.4, -107.2], "size": [1, 2, 2], "pivot": [0.3, 24.4, -108.2], "rotation": [20, 0, 180], "uv": [72, 17]}, + {"origin": [-2.47, 22.6177, -109.14551], "size": [1, 1, 3], "pivot": [-1.95, 23.13774, -107.64551], "rotation": [14.43276, 13.99545, 136.78082], "uv": [71, 27]}, + {"origin": [-1.5, 25.1, -112.2], "size": [5, 3, 8], "pivot": [0.5, 25.1, -112.2], "rotation": [20, 0, 180], "uv": [14, 54]}, + {"origin": [-0.5, 25.16207, -111.61224], "size": [1, 1, 8], "pivot": [0, 25.66207, -107.61224], "rotation": [57.5, 0, 180], "uv": [64, 8]}, + {"origin": [0.25, 24.76207, -108.61224], "size": [2, 0, 5], "pivot": [1.75, 25.26207, -107.61224], "rotation": [58.11966, 6.6782, -169.40939], "uv": [20, 0]}, + {"origin": [-1.5, 22.3, -113.3], "size": [5, 1, 8], "pivot": [0.5, 22.3, -113.3], "rotation": [20, 0, 180], "uv": [54, 42]}, + {"origin": [7, 24.3, -113.5], "size": [1, 3, 3], "pivot": [5, 24.3, -113.5], "rotation": [20, 0, 180], "uv": [54, 42]}, + {"origin": [7.2, 26, -112.8], "size": [1, 3, 2], "pivot": [5.15, 25, -113.8], "rotation": [20, 0, 180], "uv": [55, 31]}, + {"origin": [6.8, 25.3, -108.5], "size": [1, 2, 3], "pivot": [4.7, 24.3, -108.5], "rotation": [20, 0, 180], "uv": [62, 17]}, + {"origin": [6.55, 25.4, -107.2], "size": [1, 2, 2], "pivot": [4.6, 24.4, -108.2], "rotation": [20, 0, 180], "uv": [66, 70]}, + {"origin": [6.65, 25.4, -107.8], "size": [1, 2, 3], "pivot": [4.6, 24.4, -107.8], "rotation": [20, 0, 180], "uv": [57, 54]}, + {"origin": [1.43, 22.66274, -109.14551], "size": [1, 1, 3], "pivot": [1.95, 23.16274, -107.64551], "rotation": [14.43276, 13.99545, 136.78082], "uv": [26, 65]}, + {"origin": [2.35, 26.85, -115.4], "size": [0, 5, 11], "pivot": [2.35, 27.9, -112.4], "rotation": [41.32805, 23.25532, 173.19166], "uv": [0, 43]}, + {"origin": [2, 24.3, -113.5], "size": [1, 3, 3], "pivot": [0, 24.3, -113.5], "rotation": [20, 0, 180], "uv": [42, 15]}, + {"origin": [1.9, 26, -112.8], "size": [1, 3, 2], "pivot": [-0.1, 25, -113.8], "rotation": [20, 0, 180], "uv": [48, 0]}, + {"origin": [2.35, 25.4, -107.8], "size": [1, 2, 3], "pivot": [0.4, 24.4, -107.8], "rotation": [20, 0, 180], "uv": [55, 26]}, + {"origin": [-2.25, 24.76207, -108.61224], "size": [2, 0, 5], "pivot": [-1.75, 25.26207, -107.61224], "rotation": [58.11966, -6.6782, 169.40939], "uv": [16, 0]}, + {"origin": [-2.35, 26.85, -115.4], "size": [0, 5, 11], "pivot": [-2.35, 27.9, -112.4], "rotation": [41.32805, -23.25532, -173.19166], "uv": [22, 34]} + ] + }, + { + "name": "head_tail_l", + "parent": "head", + "pivot": [-3, 24.5, -111.5], + "cubes": [ + {"origin": [-3.5, 24, -118.5], "size": [1, 1, 7], "uv": [73, 63]} + ] + }, + { + "name": "h_tail_l1", + "parent": "head_tail_l", + "pivot": [-3, 24.5, -118.5], + "cubes": [ + {"origin": [-3.5, 24, -125.5], "size": [1, 1, 7], "uv": [0, 74]} + ] + }, + { + "name": "h_tail_l2", + "parent": "h_tail_l1", + "pivot": [-3, 24.5, -125.5], + "cubes": [ + {"origin": [-3.5, 24, -132.5], "size": [1, 1, 7], "uv": [74, 8]} + ] + }, + { + "name": "head_tail_r", + "parent": "head", + "pivot": [3, 24.5, -111.5], + "cubes": [ + {"origin": [2.5, 24, -118.5], "size": [1, 1, 7], "uv": [72, 17]} + ] + }, + { + "name": "h_tail_r1", + "parent": "head_tail_r", + "pivot": [3, 24.5, -118.5], + "cubes": [ + {"origin": [2.5, 24, -125.5], "size": [1, 1, 7], "uv": [72, 27]} + ] + }, + { + "name": "h_tail_r2", + "parent": "h_tail_r1", + "pivot": [3, 24.5, -125.5], + "cubes": [ + {"origin": [2.5, 24, -132.5], "size": [1, 1, 7], "uv": [72, 42]} + ] + }, + { + "name": "f_right_leg", + "parent": "koraidon", + "pivot": [4.46, 14.45, -118.61], + "rotation": [0, 180, 0], + "cubes": [ + {"origin": [2.9, 8, -120.25], "size": [3, 8, 3], "uv": [0, 39]} + ] + }, + { + "name": "f_right_lower_leg", + "parent": "f_right_leg", + "pivot": [4.475, 8, -118.825], + "cubes": [ + {"origin": [2.975, 0, -120.325], "size": [3, 8, 4], "uv": [30, 65]} + ] + }, + { + "name": "f_right_foot", + "parent": "f_right_lower_leg", + "pivot": [4.475, 0.5, -120.24167], + "cubes": [ + {"origin": [3.475, 0, -124.325], "size": [2, 1, 4], "uv": [79, 79]}, + {"origin": [2.475, 0, -123.325], "size": [1, 1, 3], "uv": [63, 27]}, + {"origin": [5.475, 0, -123.325], "size": [1, 1, 3], "uv": [60, 8]} + ] + }, + { + "name": "f_left_leg", + "parent": "koraidon", + "pivot": [-4.46, 14.45, -118.61], + "rotation": [0, 180, 0], + "cubes": [ + {"origin": [-5.9, 8, -120.25], "size": [3, 8, 3], "uv": [0, 0]} + ] + }, + { + "name": "f_left_lower_leg", + "parent": "f_left_leg", + "pivot": [-3.975, 8, -118.825], + "cubes": [ + {"origin": [-5.975, 0, -120.325], "size": [3, 8, 4], "uv": [16, 65]} + ] + }, + { + "name": "f_left_foot", + "parent": "f_left_lower_leg", + "pivot": [-4.475, 0.5, -120.24167], + "cubes": [ + {"origin": [-6.475, 0, -123.325], "size": [1, 1, 3], "uv": [46, 8]}, + {"origin": [-5.475, 0, -124.325], "size": [2, 1, 4], "uv": [67, 79]}, + {"origin": [-3.475, 0, -123.325], "size": [1, 1, 3], "uv": [12, 26]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/kyurem/kyurem.geo.json b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/kyurem/kyurem.geo.json new file mode 100644 index 0000000..d67194f --- /dev/null +++ b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/kyurem/kyurem.geo.json @@ -0,0 +1,310 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 6, + "visible_bounds_height": 3.5, + "visible_bounds_offset": [0, 1.25, 0] + }, + "bones": [ + { + "name": "root", + "pivot": [0, 0, 0] + }, + { + "name": "kyurem", + "parent": "root", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "kyurem", + "pivot": [-0.5, 16, 6], + "rotation": [-12.5, 0, 0], + "cubes": [ + {"origin": [-3.5, 16.75, -8.5], "size": [7, 8, 10], "pivot": [0.5, 20.75, -3.5], "rotation": [27.5, 0, 0], "uv": [65, 52]}, + {"origin": [-4, 16.75, -4], "size": [8, 8, 10], "pivot": [0, 20.75, 1], "rotation": [-35, 0, 0], "uv": [30, 62]}, + {"origin": [-5, 18.75, -1.5], "size": [10, 4, 6], "pivot": [0, 18.75, -0.5], "rotation": [47.5, 0, 0], "uv": [68, 17]}, + {"origin": [-7, 10, 1], "size": [14, 14, 13], "uv": [0, 0]}, + {"origin": [-6, 11.5, -3.25], "size": [12, 8, 8], "pivot": [0, 15, 1.25], "rotation": [-47.5, 0, 0], "uv": [0, 54]}, + {"origin": [-5.5, 13, -13], "size": [11, 10, 14], "uv": [0, 27]}, + {"origin": [2.05, 12.26593, -7.95882], "size": [4, 1, 2], "pivot": [4.05, 12.76593, -6.95882], "rotation": [-7.05323, -44.78238, 4.98107], "uv": [108, 101], "mirror": true}, + {"origin": [4.25, 18.8, -8.9], "size": [2, 3, 2], "pivot": [5.25, 20.3, -7.9], "rotation": [50, 0, 0], "uv": [49, 111]}, + {"origin": [4.35, 17.075, -12.7], "size": [2, 3, 2], "uv": [110, 112]}, + {"origin": [4.35, 17.075, -8.1], "size": [2, 3, 2], "uv": [111, 80]}, + {"origin": [4.35, 20.075, -10.4], "size": [2, 2, 2], "uv": [81, 106]}, + {"origin": [2.85, 21.575, -10.4], "size": [4, 6, 2], "pivot": [4.85, 22.075, -9.4], "rotation": [0, 0, 37.5], "uv": [104, 104]}, + {"origin": [5.35, 25.325, -10.9], "size": [4, 4, 3], "pivot": [7.35, 25.825, -9.9], "rotation": [0, 0, 85], "uv": [103, 58]}, + {"origin": [8.1, 25.575, -10.65], "size": [4, 6, 3], "pivot": [10.1, 26.075, -9.65], "rotation": [0, 0, 47.5], "uv": [32, 101]}, + {"origin": [10.6, 28.975, -10.4], "size": [5, 6, 3], "pivot": [13.6, 29.475, -9.4], "rotation": [0, 0, 80], "uv": [97, 24]}, + {"origin": [10.71944, 29.1823, -9.15], "size": [3, 4, 0], "pivot": [12.21944, 31.1823, -9.15], "rotation": [0, 0, 60], "uv": [0, 70]}, + {"origin": [1.35, 23.975, -9.15], "size": [3, 3, 0], "pivot": [6.35, 24.475, -11.15], "rotation": [0, 0, 80], "uv": [41, 0]}, + {"origin": [16.85, 29.075, -9.4], "size": [1, 6, 1], "pivot": [16.85, 29.575, -9.4], "rotation": [0, 0, 80], "uv": [69, 108]}, + {"origin": [16.55, 31.975, -9.4], "size": [1, 6, 1], "pivot": [16.55, 32.475, -9.4], "rotation": [0, 0, 80], "uv": [46, 101]}, + {"origin": [-6.25, 12.8, -12.4], "size": [2, 5, 2], "pivot": [-5.25, 16.3, -11.4], "rotation": [12.5, 0, 0], "uv": [0, 85]}, + {"origin": [-6, 12.29905, -11.60638], "size": [4, 1, 2], "pivot": [-4, 12.79905, -10.60638], "rotation": [-2.5, 0, 0], "uv": [108, 101]}, + {"origin": [-6.25, 12.5, -7.7], "size": [2, 5, 2], "pivot": [-5.25, 16, -6.7], "rotation": [15, 0, 0], "uv": [0, 85]}, + {"origin": [-6.05, 12.26593, -7.95882], "size": [4, 1, 2], "pivot": [-4.05, 12.76593, -6.95882], "rotation": [-7.05323, 44.78238, -4.98107], "uv": [108, 101]}, + {"origin": [-6.35, 17.075, -12.7], "size": [2, 3, 2], "uv": [110, 112], "mirror": true}, + {"origin": [-6.25, 18.875, -11.9], "size": [2, 3, 2], "pivot": [-5.25, 20.375, -10.9], "rotation": [-47.5, 0, 0], "uv": [102, 112], "mirror": true}, + {"origin": [-6.6, 21.325, -10.4], "size": [4, 6, 2], "pivot": [-4.6, 21.825, -9.4], "rotation": [0, 0, -37.5], "uv": [0, 105]}, + {"origin": [-6.25, 18.8, -8.9], "size": [2, 3, 2], "pivot": [-5.25, 20.3, -7.9], "rotation": [50, 0, 0], "uv": [49, 111], "mirror": true}, + {"origin": [-6.35, 17.075, -8.1], "size": [2, 3, 2], "uv": [111, 80], "mirror": true}, + {"origin": [-6.35, 20.075, -10.4], "size": [2, 2, 2], "uv": [81, 106], "mirror": true}, + {"origin": [-9.1, 25.075, -10.9], "size": [5, 6, 3], "pivot": [-7.1, 25.575, -9.9], "rotation": [0, 0, -85], "uv": [50, 95]}, + {"origin": [-12.1, 26.075, -9.9], "size": [1, 3, 1], "pivot": [-13.1, 26.575, -9.9], "rotation": [0, 0, -85], "uv": [79, 27]}, + {"origin": [-12.1, 23.075, -9.9], "size": [1, 3, 1], "pivot": [-13.1, 23.575, -9.9], "rotation": [0, 0, -85], "uv": [64, 38]}, + {"origin": [4.25, 18.875, -11.9], "size": [2, 3, 2], "pivot": [5.25, 20.375, -10.9], "rotation": [-47.5, 0, 0], "uv": [102, 112]}, + {"origin": [-7.22704, 26.34548, -9.15], "size": [3, 4, 0], "pivot": [-5.72704, 27.84548, -9.15], "rotation": [0, 0, -57.5], "uv": [68, 17]}, + {"origin": [2, 12.29905, -11.60638], "size": [4, 1, 2], "pivot": [4, 12.79905, -10.60638], "rotation": [-2.5, 0, 0], "uv": [108, 101], "mirror": true}, + {"origin": [4.25, 12.5, -7.7], "size": [2, 5, 2], "pivot": [5.25, 16, -6.7], "rotation": [15, 0, 0], "uv": [0, 85], "mirror": true}, + {"origin": [4.25, 12.8, -12.4], "size": [2, 5, 2], "pivot": [5.25, 16.3, -11.4], "rotation": [12.5, 0, 0], "uv": [0, 85], "mirror": true} + ] + }, + { + "name": "left_arm", + "parent": "body", + "pivot": [6.35, 18.475, -9.4], + "rotation": [0, 0, 45], + "cubes": [ + {"origin": [4.85, 17.475, -10.4], "size": [2, 2, 2], "uv": [10, 99]}, + {"origin": [6.85, 17.975, -9.9], "size": [4, 1, 1], "uv": [28, 51]} + ] + }, + { + "name": "lower_left_arm", + "parent": "left_arm", + "pivot": [10.91667, 18.475, -9.56667], + "rotation": [80.12692, 49.38542, 32.04249], + "cubes": [ + {"origin": [10.85, 17.475, -9.9], "size": [4, 2, 1], "uv": [18, 51]}, + {"origin": [14.35, 18.725, -10.15], "size": [2, 1, 1], "pivot": [15.35, 19.225, -10.15], "rotation": [0, 0, -15], "uv": [32, 59]}, + {"origin": [14.35, 17.225, -10.15], "size": [2, 1, 1], "pivot": [15.35, 17.725, -10.15], "rotation": [0, 0, 15], "uv": [56, 38]} + ] + }, + { + "name": "neck", + "parent": "body", + "pivot": [0, 23.15, -12.8], + "rotation": [7.5, 0, 0], + "cubes": [ + {"origin": [-4.5, 13.75, -18.5], "size": [9, 9, 6], "uv": [0, 70]} + ] + }, + { + "name": "bone4", + "parent": "neck", + "pivot": [0, 22, -18.75], + "rotation": [12.5, 0, 0], + "cubes": [ + {"origin": [-4, 14.25, -27.5], "size": [8, 8, 9], "uv": [68, 0]}, + {"origin": [0, 22.25, -27.5], "size": [0, 7, 6], "uv": [0, 0]} + ] + }, + { + "name": "bone9", + "parent": "bone4", + "pivot": [-1.5, 16.75, -28.5], + "rotation": [-5, 0, 0], + "cubes": [ + {"origin": [0, 21.75, -33.5], "size": [0, 7, 6], "uv": [0, 21]}, + {"origin": [-3.5, 14.75, -33.5], "size": [7, 7, 6], "uv": [24, 80]} + ] + }, + { + "name": "head", + "parent": "bone9", + "pivot": [0.01904, 20.00192, -33.56322], + "cubes": [ + {"origin": [-6, 13.75, -37.5], "size": [12, 9, 4], "uv": [64, 38]}, + {"origin": [-3, 16.85, -41.5], "size": [6, 1, 4], "uv": [94, 17]}, + {"origin": [-1.45, 16.85, -44.5], "size": [3, 1, 3], "uv": [12, 85]}, + {"origin": [-3.68198, 16.75, -44.64645], "size": [2, 4, 8], "pivot": [-2.68198, 19.75, -40.64645], "rotation": [0, -25, 0], "uv": [66, 88]}, + {"origin": [-2.04651, 16.25, -43.89591], "size": [0, 1, 1], "pivot": [-2.04651, 16.75, -43.39591], "rotation": [45, -25, 0], "uv": [11, 0]}, + {"origin": [-2.79651, 16.25, -42.14591], "size": [0, 1, 1], "pivot": [-2.79651, 16.75, -41.64591], "rotation": [45, -25, 0], "uv": [9, 1]}, + {"origin": [-3.79651, 16.25, -40.14591], "size": [0, 1, 1], "pivot": [-3.79651, 16.75, -39.64591], "rotation": [45, -25, 0], "uv": [0, 1]}, + {"origin": [-3.73198, 18.75, -42.64645], "size": [2, 3, 4], "pivot": [-2.73198, 20.75, -40.64645], "rotation": [0, -25, 0], "uv": [105, 94]}, + {"origin": [-3.43198, 19.15, -42.44645], "size": [2, 2, 3], "pivot": [-2.43198, 21.15, -41.44645], "rotation": [10, -25, 0], "uv": [56, 67]}, + {"origin": [-4.38198, 20.65, -44.64645], "size": [2, 2, 8], "pivot": [-3.38198, 25.65, -40.64645], "rotation": [0, -25, 0], "uv": [91, 62]}, + {"origin": [-4.5, 20.75, -40.5], "size": [9, 2, 3], "uv": [89, 53]}, + {"origin": [-2.4, 20.75, -43.5], "size": [5, 2, 3], "uv": [61, 0]}, + {"origin": [-1.4, 22.75, -43.5], "size": [3, 2, 3], "pivot": [0.1, 23.75, -42], "rotation": [32.5, 0, 0], "uv": [103, 65]}, + {"origin": [-0.9, 22.75, -40.5], "size": [2, 2, 3], "pivot": [0.6, 23.75, -42], "rotation": [32.5, 0, 0], "uv": [110, 22]}, + {"origin": [-0.4, 22.75, -37.5], "size": [1, 2, 2], "pivot": [0.1, 23.75, -42], "rotation": [32.5, 0, 0], "uv": [24, 70]}, + {"origin": [-1.99302, 16.725, -44.74645], "size": [4, 5, 1], "uv": [111, 6]}, + {"origin": [1.73198, 18.75, -42.64645], "size": [2, 3, 4], "pivot": [2.73198, 20.75, -40.64645], "rotation": [0, 25, 0], "uv": [73, 106]}, + {"origin": [1.43198, 19.15, -42.44645], "size": [2, 2, 3], "pivot": [2.43198, 21.15, -41.44645], "rotation": [10, 25, 0], "uv": [110, 16]}, + {"origin": [2.38198, 20.65, -44.64645], "size": [2, 2, 8], "pivot": [3.38198, 25.65, -40.64645], "rotation": [0, 25, 0], "uv": [89, 43]}, + {"origin": [3.79651, 16.25, -40.14591], "size": [0, 1, 1], "pivot": [3.79651, 16.75, -39.64591], "rotation": [45, 25, 0], "uv": [12, 29]}, + {"origin": [1.68198, 16.75, -44.64645], "size": [2, 4, 8], "pivot": [2.68198, 19.75, -40.64645], "rotation": [0, 25, 0], "uv": [0, 85]}, + {"origin": [2.04651, 16.25, -43.89591], "size": [0, 1, 1], "pivot": [2.04651, 16.75, -43.39591], "rotation": [45, 25, 0], "uv": [9, 0]}, + {"origin": [2.79651, 16.25, -42.14591], "size": [0, 1, 1], "pivot": [2.79651, 16.75, -41.64591], "rotation": [45, 25, 0], "uv": [0, 0]}, + {"origin": [0, 22.75, -39.5], "size": [0, 7, 6], "uv": [0, 28]} + ] + }, + { + "name": "bottom_jaw", + "parent": "head", + "pivot": [0.00325, 16.85917, -36.06343], + "rotation": [-2.5, 0, 0], + "cubes": [ + {"origin": [-3.68198, 15.75, -44.64645], "size": [2, 2, 8], "pivot": [-2.68198, 15.75, -40.64645], "rotation": [-25, 0, 90], "uv": [12, 89]}, + {"origin": [-1.46802, 12.775, -40.32145], "size": [2, 5, 4], "pivot": [-0.46802, 15.775, -34.32145], "rotation": [0, 0, -90], "uv": [92, 104]}, + {"origin": [0.00698, 15.725, -44.29645], "size": [2, 2, 8], "pivot": [1.00698, 15.725, -40.29645], "rotation": [0, 0, -90], "uv": [92, 72]}, + {"origin": [0.00698, 15.825, -43.69645], "size": [2, 2, 6], "pivot": [1.00698, 15.825, -39.69645], "rotation": [0, 0, -90], "uv": [97, 33]}, + {"origin": [1.68198, 15.75, -44.64645], "size": [2, 2, 8], "pivot": [2.68198, 15.75, -40.64645], "rotation": [-25, 0, -90], "uv": [86, 88]}, + {"origin": [-4.2891, 14.61147, -45.97373], "size": [2, 3, 5], "pivot": [-2.75, 16.45, -42.525], "rotation": [18.02272, -31.44052, -47.59336], "uv": [101, 41]}, + {"origin": [-6.24317, 14.15228, -41.77315], "size": [3, 3, 5], "pivot": [-4.74317, 15.65228, -39.27315], "rotation": [15, -20, -42.5], "uv": [16, 99]}, + {"origin": [2.2891, 14.61147, -45.97373], "size": [2, 3, 5], "pivot": [2.75, 16.45, -42.525], "rotation": [18.02272, 31.44052, 47.59336], "uv": [102, 8]}, + {"origin": [3.24317, 14.15228, -41.77315], "size": [3, 3, 5], "pivot": [4.74317, 15.65228, -39.27315], "rotation": [15, 20, 42.5], "uv": [61, 100]}, + {"origin": [4, 14.15, -37.575], "size": [3, 3, 3], "pivot": [5.5, 15.65, -36.075], "rotation": [0, 0, 42.5], "uv": [107, 33]}, + {"origin": [4, 15.15, -37.5], "size": [3, 3, 3], "pivot": [5.5, 16.65, -36], "rotation": [-32.5, 0, 0], "uv": [102, 82]}, + {"origin": [-7, 14.15, -37.575], "size": [3, 3, 3], "pivot": [-5.5, 15.65, -36.075], "rotation": [0, 0, -42.5], "uv": [0, 0]}, + {"origin": [-7, 15.15, -37.5], "size": [3, 3, 3], "pivot": [-5.5, 16.65, -36], "rotation": [-32.5, 0, 0], "uv": [44, 80]}, + {"origin": [-2.30912, 17.25, -44.44114], "size": [0, 1, 1], "pivot": [-2.30912, 17.75, -43.94114], "rotation": [-50.23215, -29.98012, 0.50246], "uv": [12, 30]}, + {"origin": [-3.30912, 16.95, -42.94114], "size": [0, 1, 1], "pivot": [-3.30912, 17.45, -42.44114], "rotation": [45, -33, 0], "uv": [12, 28]}, + {"origin": [-4.00912, 17.25, -40.94114], "size": [0, 1, 1], "pivot": [-4.00912, 17.75, -40.44114], "rotation": [40.39811, -23.78926, 9.62836], "uv": [12, 26]}, + {"origin": [4.00912, 17.25, -40.94114], "size": [0, 1, 1], "pivot": [4.00912, 17.75, -40.44114], "rotation": [40.39811, 23.78926, -9.62836], "uv": [12, 31]}, + {"origin": [2.30912, 17.25, -44.44114], "size": [0, 1, 1], "pivot": [2.30912, 17.75, -43.94114], "rotation": [-50.23215, 29.98012, -0.50246], "uv": [12, 27]}, + {"origin": [3.30912, 16.95, -42.94114], "size": [0, 1, 1], "pivot": [3.30912, 17.45, -42.44114], "rotation": [45, 33, 0], "uv": [11, 1]} + ] + }, + { + "name": "bone7", + "parent": "head", + "pivot": [1.08767, 23.08979, -47.21752], + "rotation": [140, 0, 0], + "cubes": [ + {"origin": [0.1885, 21.0615, -52.02821], "size": [4, 4, 3], "pivot": [0, 25.25, -46], "rotation": [0, 0, 45], "uv": [104, 72]}, + {"origin": [-0.6885, 17.9115, -52.02821], "size": [3, 4, 3], "pivot": [2.5, 22.1, -46], "rotation": [0, 0, -45], "uv": [12, 107]}, + {"origin": [2.68329, 11.43056, -51.02821], "size": [3, 5, 1], "pivot": [6.62724, 17.34314, -46.5], "rotation": [0, 0, -40], "uv": [92, 72]}, + {"origin": [1.6704, 14.89726, -51.52821], "size": [3, 4, 2], "pivot": [4.77724, 20.34314, -46], "rotation": [0, 0, -25], "uv": [111, 0]}, + {"origin": [-2.3115, 17.9115, -52.02821], "size": [3, 4, 3], "pivot": [-2.5, 22.1, -46], "rotation": [0, 0, 45], "uv": [57, 108]}, + {"origin": [-4.6704, 12.89726, -51.52821], "size": [3, 6, 2], "pivot": [-4.77724, 20.34314, -46], "rotation": [0, 0, 25], "uv": [74, 70]} + ] + }, + { + "name": "left_leg", + "parent": "body", + "pivot": [8.5, 16.5, 4.5], + "rotation": [12.5, 0, 0], + "cubes": [ + {"origin": [5, 11, -1], "size": [7, 11, 11], "pivot": [8.5, 16.5, 4.5], "rotation": [32.5, 0, 0], "uv": [43, 16]} + ] + }, + { + "name": "left_leg1", + "parent": "left_leg", + "pivot": [8.5, 14.29919, 9.00678], + "cubes": [ + {"origin": [5.5, 11.77738, 6.00631], "size": [6, 5, 6], "pivot": [8.5, 14.27738, 9.50631], "rotation": [-2.5, 0, 0], "uv": [50, 84]} + ] + }, + { + "name": "left_leg2", + "parent": "left_leg1", + "pivot": [8.5, 11.79134, 9.13806], + "cubes": [ + {"origin": [6.5, 5.1, 3.6], "size": [4, 4, 10], "pivot": [8.5, 7.6, 8.6], "rotation": [-112.5, 0, 0], "uv": [74, 74]} + ] + }, + { + "name": "left_leg3", + "parent": "left_leg2", + "pivot": [6.25, 3.1, 6.85], + "cubes": [ + {"origin": [6, 0.6, 2.85], "size": [5, 4, 4], "pivot": [8.5, 2.1, 5.35], "rotation": [-47.5, 0, 0], "uv": [32, 93]}, + {"origin": [5.5, -0.15, 2.1], "size": [6, 3, 3], "pivot": [8, 1.35, 3.6], "rotation": [-90, 0, 0], "uv": [98, 88]}, + {"origin": [9.75, -0.4, -0.65], "size": [2, 3, 3], "pivot": [10.75, 1.1, 0.85], "rotation": [-90, -17.5, 0], "uv": [24, 107]}, + {"origin": [10.75, -3.4, -0.65], "size": [0, 3, 3], "pivot": [10.75, 1.1, 0.85], "rotation": [-90, -17.5, 0], "uv": [54, 10]}, + {"origin": [7.5, -0.15, -0.9], "size": [2, 3, 3], "pivot": [10, 1.35, 0.6], "rotation": [-90, 0, 0], "uv": [31, 110]}, + {"origin": [8.5, -0.15, -3.9], "size": [0, 3, 3], "pivot": [11, 1.35, -2.4], "rotation": [-90, 0, 0], "uv": [32, 50]}, + {"origin": [5.25, -0.4, -0.65], "size": [2, 3, 3], "pivot": [6.25, 1.1, 0.85], "rotation": [-90, 15, 0], "uv": [36, 35]}, + {"origin": [6.25, -3.4, -0.65], "size": [0, 3, 3], "pivot": [6.25, 1.1, 0.85], "rotation": [-90, 15, 0], "uv": [32, 53]} + ] + }, + { + "name": "right_leg", + "parent": "body", + "pivot": [-8.5, 16.5, 4.5], + "rotation": [12.5, 0, 0], + "cubes": [ + {"origin": [-12, 11, -1], "size": [7, 11, 11], "pivot": [-8.5, 16.5, 4.5], "rotation": [32.5, 0, 0], "uv": [43, 16], "mirror": true} + ] + }, + { + "name": "right_leg1", + "parent": "right_leg", + "pivot": [-8.5, 14.29919, 9.00678], + "cubes": [ + {"origin": [-11.5, 11.77738, 6.00631], "size": [6, 5, 6], "pivot": [-8.5, 14.27738, 9.50631], "rotation": [-2.5, 0, 0], "uv": [50, 84], "mirror": true} + ] + }, + { + "name": "right_leg2", + "parent": "right_leg1", + "pivot": [-8.5, 11.79134, 9.13806], + "cubes": [ + {"origin": [-10.5, 5.1, 3.6], "size": [4, 4, 10], "pivot": [-8.5, 7.6, 8.6], "rotation": [-112.5, 0, 0], "uv": [74, 74], "mirror": true} + ] + }, + { + "name": "right_leg3", + "parent": "right_leg2", + "pivot": [-6.25, 3.1, 6.85], + "cubes": [ + {"origin": [-11, 0.6, 2.85], "size": [5, 4, 4], "pivot": [-8.5, 2.1, 5.35], "rotation": [-47.5, 0, 0], "uv": [32, 93], "mirror": true}, + {"origin": [-11.5, -0.15, 2.1], "size": [6, 3, 3], "pivot": [-8, 1.35, 3.6], "rotation": [-90, 0, 0], "uv": [98, 88], "mirror": true}, + {"origin": [-9.5, -0.15, -0.9], "size": [2, 3, 3], "pivot": [-10, 1.35, 0.6], "rotation": [-90, 0, 0], "uv": [31, 110], "mirror": true}, + {"origin": [-7.25, -0.4, -0.65], "size": [2, 3, 3], "pivot": [-6.25, 1.1, 0.85], "rotation": [-90, -15, 0], "uv": [36, 35], "mirror": true}, + {"origin": [-6.25, -3.4, -0.65], "size": [0, 3, 3], "pivot": [-6.25, 1.1, 0.85], "rotation": [-90, -15, 0], "uv": [32, 53], "mirror": true}, + {"origin": [-8.5, -0.15, -3.9], "size": [0, 3, 3], "pivot": [-11, 1.35, -2.4], "rotation": [-90, 0, 0], "uv": [32, 50], "mirror": true}, + {"origin": [-10.75, -3.4, -0.65], "size": [0, 3, 3], "pivot": [-10.75, 1.1, 0.85], "rotation": [-90, 17.5, 0], "uv": [54, 10], "mirror": true}, + {"origin": [-11.75, -0.4, -0.65], "size": [2, 3, 3], "pivot": [-10.75, 1.1, 0.85], "rotation": [-90, 17.5, 0], "uv": [24, 107], "mirror": true} + ] + }, + { + "name": "right_arm", + "parent": "body", + "pivot": [-6.35, 18.475, -9.4], + "rotation": [0, 0, -45], + "cubes": [ + {"origin": [-6.85, 17.475, -10.4], "size": [2, 2, 2], "uv": [10, 99], "mirror": true}, + {"origin": [-10.85, 17.975, -9.9], "size": [4, 1, 1], "uv": [28, 51], "mirror": true} + ] + }, + { + "name": "lower_right_arm", + "parent": "right_arm", + "pivot": [-10.91667, 18.475, -9.56667], + "rotation": [80.12692, -49.38542, -32.04249], + "cubes": [ + {"origin": [-14.85, 17.475, -9.9], "size": [4, 2, 1], "uv": [18, 51], "mirror": true}, + {"origin": [-16.35, 18.725, -10.15], "size": [2, 1, 1], "pivot": [-15.35, 19.225, -10.15], "rotation": [0, 0, 15], "uv": [32, 59], "mirror": true}, + {"origin": [-16.35, 17.225, -10.15], "size": [2, 1, 1], "pivot": [-15.35, 17.725, -10.15], "rotation": [0, 0, -15], "uv": [56, 38], "mirror": true} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [0.04687, 22.75, 13.18363], + "rotation": [17.5, 0, 0], + "cubes": [ + {"origin": [-1.5, 21.25, 12.75], "size": [3, 3, 4], "uv": [46, 104]}, + {"origin": [-3.425, 19.25, 16.75], "size": [7, 7, 6], "uv": [41, 0]}, + {"origin": [-0.925, 24.73604, 20.25], "size": [2, 2, 6], "uv": [80, 98]}, + {"origin": [-0.425, 23.98604, 25.85], "size": [1, 1, 3], "pivot": [-0.925, 25.48604, 29.85], "rotation": [-20, 0, 0], "uv": [67, 5]}, + {"origin": [-3.175, 19.68604, 25.5], "size": [1, 1, 3], "pivot": [-2.675, 20.68604, 27.5], "rotation": [0, 20, -45], "uv": [12, 89]}, + {"origin": [-3.925, 18.73604, 20.25], "size": [2, 2, 6], "uv": [78, 88]}, + {"origin": [2.075, 18.73604, 20.25], "size": [2, 2, 6], "uv": [0, 97]}, + {"origin": [2.325, 19.68604, 25.5], "size": [1, 1, 3], "pivot": [2.825, 20.68604, 27.5], "rotation": [0, -20, 45], "uv": [84, 70]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/lugia/lugia.geo.json b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/lugia/lugia.geo.json new file mode 100644 index 0000000..521efd1 --- /dev/null +++ b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/lugia/lugia.geo.json @@ -0,0 +1,240 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 256, + "texture_height": 256, + "visible_bounds_width": 12, + "visible_bounds_height": 7.5, + "visible_bounds_offset": [0, 3.25, 0] + }, + "bones": [ + { + "name": "root", + "pivot": [0, 0, 0] + }, + { + "name": "lugia", + "parent": "root", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "lugia", + "pivot": [0.09286, 39.01917, 11.4289], + "cubes": [ + {"origin": [-42.75907, 29, 22.00907], "size": [16, 22, 16], "pivot": [0.1, 47.62162, 29.98407], "rotation": [0, -90, 0], "uv": [68, 30]}, + {"origin": [-38.63508, 38.14307, 22.50907], "size": [22, 31, 15], "pivot": [0.1, 47.62162, 29.98407], "rotation": [90, -45, -90], "uv": [0, 0]}, + {"origin": [-34.52162, 52.48069, 21.00907], "size": [16, 22, 18], "pivot": [0.1, 47.62162, 29.98407], "rotation": [90, 0, -90], "uv": [0, 46]}, + {"origin": [-43.30199, 41.97114, 21.50907], "size": [11, 23, 17], "pivot": [0.1, 47.62162, 29.98407], "rotation": [90, -45, -90], "uv": [68, 68]}, + {"origin": [-8.69168, 64.43597, 12.98125], "size": [9, 4, 1], "pivot": [0.1, 47.62162, 29.98407], "rotation": [55.95742, -31.42176, -37.65635], "uv": [176, 53]}, + {"origin": [-0.10832, 64.43597, 12.98125], "size": [9, 4, 1], "pivot": [0.1, 47.62162, 29.98407], "rotation": [55.95742, 31.42176, 37.65635], "uv": [44, 143]}, + {"origin": [-2.10832, 58.77911, 12.98125], "size": [11, 4, 1], "pivot": [0.1, 47.62162, 29.98407], "rotation": [55.95742, 31.42176, 37.65635], "uv": [44, 86]}, + {"origin": [-1.10832, 53.12226, 12.98125], "size": [10, 4, 1], "pivot": [0.1, 47.62162, 29.98407], "rotation": [55.95742, 31.42176, 37.65635], "uv": [64, 157]}, + {"origin": [0.89168, 47.4654, 12.98125], "size": [8, 4, 1], "pivot": [0.1, 47.62162, 29.98407], "rotation": [55.95742, 31.42176, 37.65635], "uv": [50, 58]}, + {"origin": [1.89168, 41.80855, 12.98125], "size": [7, 4, 1], "pivot": [0.1, 47.62162, 29.98407], "rotation": [55.95742, 31.42176, 37.65635], "uv": [52, 91]}, + {"origin": [-8.69168, 41.80855, 12.98125], "size": [7, 4, 1], "pivot": [0.1, 47.62162, 29.98407], "rotation": [55.95742, -31.42176, -37.65635], "uv": [68, 79]}, + {"origin": [-8.69168, 47.4654, 12.98125], "size": [8, 4, 1], "pivot": [0.1, 47.62162, 29.98407], "rotation": [55.95742, -31.42176, -37.65635], "uv": [97, 19]}, + {"origin": [-8.69168, 53.12226, 12.98125], "size": [10, 4, 1], "pivot": [0.1, 47.62162, 29.98407], "rotation": [55.95742, -31.42176, -37.65635], "uv": [25, 138]}, + {"origin": [-8.69168, 58.77911, 12.98125], "size": [11, 4, 1], "pivot": [0.1, 47.62162, 29.98407], "rotation": [55.95742, -31.42176, -37.65635], "uv": [107, 79]} + ] + }, + { + "name": "l_wing", + "parent": "body", + "pivot": [8, 41.2687, 1.4898], + "cubes": [ + {"origin": [-19.63508, 36.14307, -11.49093], "size": [3, 14, 24], "pivot": [0.1, 28.62162, 19.98407], "rotation": [0, -90, 0], "uv": [30, 100]} + ] + }, + { + "name": "l_wing1", + "parent": "l_wing", + "pivot": [31.58012, 41.00093, 1.45277], + "cubes": [ + {"origin": [-19.63508, 31.14307, -30.49093], "size": [3, 19, 19], "pivot": [0.1, 28.62162, 19.98407], "rotation": [0, -90, 0], "uv": [0, 124]} + ] + }, + { + "name": "l_wing2", + "parent": "l_wing1", + "pivot": [50.69764, 41.06058, 1.4034], + "cubes": [ + {"origin": [-19.63508, 28.14307, -49.49093], "size": [3, 23, 19], "pivot": [0.1, 28.62162, 19.98407], "rotation": [0, -90, 0], "uv": [116, 0]}, + {"origin": [7.88026, 45.6481, -52.47166], "size": [3, 5, 9], "pivot": [0.1, 28.62162, 19.98407], "rotation": [0, -65, 0], "uv": [45, 175]}, + {"origin": [-19.63508, 46.14307, -57.49093], "size": [3, 5, 8], "pivot": [0.1, 28.62162, 19.98407], "rotation": [0, -90, 0], "uv": [182, 22]}, + {"origin": [-19.63508, 40.14307, -59.49093], "size": [3, 5, 10], "pivot": [0.1, 28.62162, 19.98407], "rotation": [0, -90, 0], "uv": [149, 171]}, + {"origin": [-19.63508, 34.14307, -58.49093], "size": [3, 5, 9], "pivot": [0.1, 28.62162, 19.98407], "rotation": [0, -90, 0], "uv": [175, 171]}, + {"origin": [-19.63508, 28.14307, -57.49093], "size": [3, 5, 8], "pivot": [0.1, 28.62162, 19.98407], "rotation": [0, -90, 0], "uv": [0, 181]} + ] + }, + { + "name": "leg_right", + "parent": "body", + "pivot": [-10.75833, 26.58259, 0.01133], + "cubes": [ + {"origin": [-28.47385, 70.05608, 37.00907], "size": [15, 15, 8], "pivot": [0.1, 47.62162, 29.98407], "rotation": [90, 0, -90], "uv": [153, 127]} + ] + }, + { + "name": "leg_right_lower", + "parent": "leg_right", + "pivot": [-10.675, 19.09999, -0.0078], + "cubes": [ + {"origin": [-44.36941, 75.1709, 38.00906], "size": [9, 5, 5], "pivot": [0.1, 47.62162, 29.98407], "rotation": [90, 0, -90], "uv": [74, 19]}, + {"origin": [-35.47385, 72.55608, 37.00906], "size": [7, 10, 8], "pivot": [0.1, 47.62162, 29.98407], "rotation": [90, 0, -90], "uv": [167, 71]} + ] + }, + { + "name": "foot_right", + "parent": "leg_right_lower", + "pivot": [-10.425, 3.15552, -0.20244], + "rotation": [0, 0, 0], + "cubes": [ + {"origin": [-47.36611, 73.80813, 36.50906], "size": [3, 16, 8], "pivot": [0.1, 47.62162, 29.98407], "rotation": [90, 0, -90], "uv": [30, 86]} + ] + }, + { + "name": "neck", + "parent": "body", + "pivot": [0.075, 51.25, -7.125], + "cubes": [ + {"origin": [-42.00907, 68, 25.00907], "size": [10, 11, 10], "pivot": [0.1, 47.62162, 29.98407], "rotation": [0, -90, 0], "uv": [153, 150]}, + {"origin": [-42.50907, 46, 24.50907], "size": [11, 22, 11], "pivot": [0.1, 47.62162, 29.98407], "rotation": [0, -90, 0], "uv": [109, 131]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0.11653, 79.24901, -8.37178], + "rotation": [180, 0, 180], + "cubes": [ + {"origin": [-4.88347, 79, -15.52707], "size": [10, 11, 12], "uv": [148, 30]}, + {"origin": [-4.88347, 90, -19.02707], "size": [10, 5, 14], "uv": [74, 0]}, + {"origin": [-3.88347, 95.24204, -50.77299], "size": [8, 7, 10], "pivot": [0.13307, 47.62162, -46.72763], "rotation": [-35, 0, 0], "uv": [141, 0]}, + {"origin": [-2.88347, 89, -24.02707], "size": [6, 6, 5], "uv": [73, 108]}, + {"origin": [-1.38347, 92, -30.02707], "size": [3, 3, 6], "uv": [0, 124]}, + {"origin": [-4.38347, 96.31161, -21.11354], "size": [9, 9, 11], "pivot": [0.13307, 47.62162, -46.72763], "rotation": [-17.5, 0, 0], "uv": [75, 157]}, + {"origin": [-12.15921, 99.6426, -23.17289], "size": [1, 4, 11], "pivot": [0.13307, 47.62162, -46.72763], "rotation": [-17.89807, 11.91276, -3.81397], "uv": [90, 120]}, + {"origin": [-12.15921, 100.6426, -26.17289], "size": [1, 3, 3], "pivot": [0.13307, 47.62162, -46.72763], "rotation": [-17.89807, 11.91276, -3.81397], "uv": [0, 86]}, + {"origin": [-12.15921, 101.6426, -28.17289], "size": [1, 2, 2], "pivot": [0.13307, 47.62162, -46.72763], "rotation": [-17.89807, 11.91276, -3.81397], "uv": [0, 11]}, + {"origin": [-3.88347, 108.27037, -61.74082], "size": [8, 6, 7], "pivot": [0.13307, 47.62162, -46.72763], "rotation": [-62.5, 0, 0], "uv": [160, 17]}, + {"origin": [-3.38347, 89.97218, -84.80601], "size": [7, 13, 3], "pivot": [0.13307, 47.62162, -46.72763], "rotation": [-90, 0, 0], "uv": [69, 177]}, + {"origin": [11.38274, 99.62757, -23.21229], "size": [1, 4, 11], "pivot": [0.13307, 47.62162, -46.72763], "rotation": [-17.89807, -11.91276, 3.81397], "uv": [60, 108]}, + {"origin": [11.38274, 100.62757, -26.21229], "size": [1, 3, 3], "pivot": [0.13307, 47.62162, -46.72763], "rotation": [-17.89807, -11.91276, 3.81397], "uv": [74, 36]}, + {"origin": [11.38274, 101.62757, -28.21229], "size": [1, 2, 2], "pivot": [0.13307, 47.62162, -46.72763], "rotation": [-17.89807, -11.91276, 3.81397], "uv": [6, 0]} + ] + }, + { + "name": "lower_jaw", + "parent": "head", + "pivot": [0.11653, 82.7, -3.62707], + "cubes": [ + {"origin": [-2.88347, 89.97218, -81.80601], "size": [6, 12, 3], "pivot": [0.13307, 47.62162, -46.72763], "rotation": [-90, 0, 0], "uv": [0, 46]} + ] + }, + { + "name": "r_wing", + "parent": "body", + "pivot": [-8, 41.2687, 1.4898], + "cubes": [ + {"origin": [16.83508, 36.14307, -11.49093], "size": [3, 14, 24], "pivot": [0.1, 28.62162, 19.98407], "rotation": [0, 90, 0], "uv": [0, 86]} + ] + }, + { + "name": "bone", + "parent": "r_wing", + "pivot": [-31.38012, 41.00093, 1.45277], + "cubes": [ + {"origin": [16.83508, 31.14307, -30.49093], "size": [3, 19, 19], "pivot": [0.1, 28.62162, 19.98407], "rotation": [0, 90, 0], "uv": [65, 119]} + ] + }, + { + "name": "bone2", + "parent": "bone", + "pivot": [-50.375, 39.64307, 0.71224], + "cubes": [ + {"origin": [-69.66174, 28.14307, -1.53776], "size": [3, 23, 19], "pivot": [-67.125, 39.64307, 0.71224], "rotation": [0, 90, 0], "uv": [105, 89]}, + {"origin": [-66.96095, 45.6481, -2.67232], "size": [3, 5, 9], "pivot": [-67.125, 39.64307, 0.71224], "rotation": [0, 65, 0], "uv": [21, 175]}, + {"origin": [-69.66174, 46.14307, -9.53776], "size": [3, 5, 8], "pivot": [-67.125, 39.64307, 0.71224], "rotation": [0, 90, 0], "uv": [180, 89]}, + {"origin": [-69.66174, 40.14307, -11.53776], "size": [3, 5, 10], "pivot": [-67.125, 39.64307, 0.71224], "rotation": [0, 90, 0], "uv": [160, 53]}, + {"origin": [-69.66174, 34.14307, -10.53776], "size": [3, 5, 9], "pivot": [-67.125, 39.64307, 0.71224], "rotation": [0, 90, 0], "uv": [108, 0]}, + {"origin": [-69.66174, 28.14307, -9.53776], "size": [3, 5, 8], "pivot": [-67.125, 39.64307, 0.71224], "rotation": [0, 90, 0], "uv": [89, 177]} + ] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [10.875, 26.85082, -1.04211], + "cubes": [ + {"origin": [13.67385, 70.05608, 37.00907], "size": [15, 15, 8], "pivot": [0.1, 47.62162, 29.98407], "rotation": [90, 0, 90], "uv": [149, 104]} + ] + }, + { + "name": "leg_right_lower2", + "parent": "leg_left", + "pivot": [10.875, 19.09999, -0.0078], + "cubes": [ + {"origin": [28.67385, 72.55608, 37.00906], "size": [7, 10, 8], "pivot": [0.1, 47.62162, 29.98407], "rotation": [90, 0, 90], "uv": [0, 162]}, + {"origin": [35.56941, 75.1709, 38.00906], "size": [9, 5, 5], "pivot": [0.1, 47.62162, 29.98407], "rotation": [90, 0, 90], "uv": [59, 0]} + ] + }, + { + "name": "left_foot", + "parent": "leg_right_lower2", + "pivot": [10.625, 3.15552, -0.20244], + "cubes": [ + {"origin": [44.56611, 73.80813, 36.50906], "size": [3, 16, 8], "pivot": [0.1, 47.62162, 29.98407], "rotation": [90, 0, 90], "uv": [0, 86]} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [0.075, 28, 24.625], + "cubes": [ + {"origin": [-33.52162, 41.48069, 22.50907], "size": [14, 11, 15], "pivot": [0.1, 47.62162, 29.98407], "rotation": [90, 0, -90], "uv": [117, 53]} + ] + }, + { + "name": "tail1", + "parent": "tail", + "pivot": [0.075, 21, 36.125], + "cubes": [ + {"origin": [-32.52162, 29.48069, 23.50907], "size": [12, 12, 13], "pivot": [0.1, 47.62162, 29.98407], "rotation": [90, 0, -90], "uv": [130, 79]} + ] + }, + { + "name": "tail2", + "parent": "tail1", + "pivot": [0.075, 21, 48.125], + "cubes": [ + {"origin": [-31.52162, 16.48069, 24.50907], "size": [10, 13, 11], "pivot": [0.1, 47.62162, 29.98407], "rotation": [90, 0, -90], "uv": [33, 151]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0.075, 21, 61.125], + "cubes": [ + {"origin": [-30.52162, 7.48069, 25.50907], "size": [8, 9, 9], "pivot": [0.1, 47.62162, 29.98407], "rotation": [90, 0, -90], "uv": [115, 164]} + ] + }, + { + "name": "tail4", + "parent": "tail3", + "pivot": [0.09167, 21, 70.20522], + "cubes": [ + {"origin": [-27.02162, 14.32656, 64.31969], "size": [1, 7, 4], "pivot": [0.1, 47.62162, 29.98407], "rotation": [35, 0, -90], "uv": [68, 68]}, + {"origin": [-27.02162, 10.32656, 65.31969], "size": [1, 4, 3], "pivot": [0.1, 47.62162, 29.98407], "rotation": [35, 0, -90], "uv": [74, 29]}, + {"origin": [26.22162, 10.32656, 65.31969], "size": [1, 4, 3], "pivot": [0.1, 47.62162, 29.98407], "rotation": [35, 0, 90], "uv": [7, 8]}, + {"origin": [26.22162, 14.32656, 64.31969], "size": [1, 7, 4], "pivot": [0.1, 47.62162, 29.98407], "rotation": [35, 0, 90], "uv": [0, 0]}, + {"origin": [-29.52162, 0.48069, 27.00907], "size": [6, 7, 6], "pivot": [0.1, 47.62162, 29.98407], "rotation": [90, 0, -90], "uv": [177, 0]}, + {"origin": [-28.52162, -7.51931, 28.00907], "size": [4, 8, 4], "pivot": [0.1, 47.62162, 29.98407], "rotation": [90, 0, -90], "uv": [50, 46]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/miraidon/miraidon.geo.json b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/miraidon/miraidon.geo.json new file mode 100644 index 0000000..d2c9063 --- /dev/null +++ b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/miraidon/miraidon.geo.json @@ -0,0 +1,227 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 10, + "visible_bounds_height": 5.5, + "visible_bounds_offset": [0, 2.25, 0] + }, + "bones": [ + { + "name": "root", + "pivot": [0, 0, 0] + }, + { + "name": "miraidon", + "parent": "root", + "pivot": [0, 0, 0], + "rotation": [0, 180, 0] + }, + { + "name": "body", + "parent": "miraidon", + "pivot": [0, 31.14785, 4.04645], + "cubes": [ + {"origin": [-3.5, 28.4, 18.1], "size": [7, 8, 11], "pivot": [2.5, 28.4, 18.1], "rotation": [90, 0, 0], "uv": [36, 52]}, + {"origin": [-4.5, 29.9, 29.6], "size": [1, 3, 3], "pivot": [-4.5, 24.9, 20.6], "rotation": [90, 0, 0], "uv": [43, 0]}, + {"origin": [3.5, 29.9, 29.6], "size": [1, 3, 3], "pivot": [4.5, 24.9, 20.6], "rotation": [90, 0, 0], "uv": [0, 49]}, + {"origin": [-4, 20, 11], "size": [8, 8, 11], "pivot": [3, 20, 11], "rotation": [50, 0, 0], "uv": [32, 14]}, + {"origin": [-3.5, 20, 0], "size": [7, 8, 11], "uv": [59, 0]}, + {"origin": [-3, 20, -11], "size": [6, 8, 11], "pivot": [-0.5, 19.9, 0], "rotation": [-32.5, 0, 0], "uv": [59, 22]}, + {"origin": [-2, 26.63714, -9.52768], "size": [4, 2.8, 7], "pivot": [-0.5, 28.93714, -6.02768], "rotation": [-105, 0, 0], "uv": [0, 82]}, + {"origin": [-1.5, 35.7, -14.2], "size": [3, 2, 2], "pivot": [-2, 28.6, -13.2], "rotation": [-60, 0, 0], "uv": [0, 55]}, + {"origin": [-2.5, 36, -22.6], "size": [5, 0, 11], "pivot": [-1, 27.9, -11.6], "rotation": [-60, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "left_wing", + "parent": "body", + "pivot": [-4.33333, 45.34786, -6.866], + "rotation": [0, 10, 0], + "cubes": [ + {"origin": [-7.45202, 24.67094, -7.0314], "size": [1, 8, 4], "pivot": [-4, 46.4, -8.9], "rotation": [55, 0, 0], "uv": [30, 85]}, + {"origin": [-7.75202, 36.98583, -33.07149], "size": [1, 8, 2], "pivot": [-4.3, 48.6, -14.6], "rotation": [132.5, 0, 0], "uv": [32, 33]}, + {"origin": [-8.15202, 26.87094, -16.3314], "size": [1, 8, 2], "pivot": [-4.7, 48.6, -18.2], "rotation": [55, 0, 0], "uv": [27, 0]} + ] + }, + { + "name": "right_wing", + "parent": "body", + "pivot": [4.33333, 45.34786, -6.866], + "rotation": [0, -7.5, 0], + "cubes": [ + {"origin": [5.71895, 24.57852, -6.96668], "size": [1, 8, 4], "pivot": [4, 46.4, -8.9], "rotation": [55, 0, 0], "uv": [41, 82]}, + {"origin": [6.01895, 36.90264, -33.14772], "size": [1, 8, 2], "pivot": [4.3, 48.6, -14.6], "rotation": [132.5, 0, 0], "uv": [0, 0]}, + {"origin": [6.41895, 26.77852, -16.26668], "size": [1, 8, 2], "pivot": [4.7, 48.6, -18.2], "rotation": [55, 0, 0], "uv": [36, 12]} + ] + }, + { + "name": "arm_left", + "parent": "body", + "pivot": [-3.53333, 35.4, 14.01667], + "cubes": [ + {"origin": [-10.5, 31.4, 30.1], "size": [7, 2, 2], "pivot": [-4.5, 25.4, 21.1], "rotation": [90, 0, 0], "uv": [82, 28]} + ] + }, + { + "name": "arm_left_lower", + "parent": "arm_left", + "pivot": [-10.4, 35.4, 13.1], + "cubes": [ + {"origin": [-17.5, 31.4, 29.1], "size": [7, 3, 4], "pivot": [-11.5, 25.4, 21.1], "rotation": [90, 0, 0], "uv": [84, 0]}, + {"origin": [-20.5, 34.4, 29.1], "size": [3, 2, 1], "pivot": [-18.5, 28.4, 21.1], "rotation": [90, 0, 0], "uv": [61, 60]}, + {"origin": [-21.5, 33.4, 29.1], "size": [4, 2, 1], "pivot": [-18.5, 27.4, 21.1], "rotation": [90, 0, 0], "uv": [57, 41]}, + {"origin": [-21.5, 32.4, 29.1], "size": [4, 2, 1], "pivot": [-18.5, 26.4, 21.1], "rotation": [90, 0, 0], "uv": [36, 59]}, + {"origin": [-20.5, 31.4, 29.1], "size": [3, 2, 1], "pivot": [-18.5, 25.4, 21.1], "rotation": [90, 0, 0], "uv": [50, 11]} + ] + }, + { + "name": "arm_right", + "parent": "body", + "pivot": [3.53333, 35.4, 14.01667], + "cubes": [ + {"origin": [3.5, 31.4, 30.1], "size": [7, 2, 2], "pivot": [4.5, 25.4, 21.1], "rotation": [90, 0, 0], "uv": [18, 14]} + ] + }, + { + "name": "arm_right_lower", + "parent": "arm_right", + "pivot": [10.4, 35.4, 13.2], + "cubes": [ + {"origin": [10.5, 31.4, 29.1], "size": [7, 3, 4], "pivot": [11.5, 25.4, 21.1], "rotation": [90, 0, 0], "uv": [25, 52]}, + {"origin": [17.5, 34.4, 29.1], "size": [3, 2, 1], "pivot": [18.5, 28.4, 21.1], "rotation": [90, 0, 0], "uv": [43, 6]}, + {"origin": [17.5, 33.4, 29.1], "size": [4, 2, 1], "pivot": [18.5, 27.4, 21.1], "rotation": [90, 0, 0], "uv": [60, 6]}, + {"origin": [17.5, 32.4, 29.1], "size": [4, 2, 1], "pivot": [18.5, 26.4, 21.1], "rotation": [90, 0, 0], "uv": [40, 11]}, + {"origin": [17.5, 31.4, 29.1], "size": [3, 2, 1], "pivot": [18.5, 25.4, 21.1], "rotation": [90, 0, 0], "uv": [0, 10]} + ] + }, + { + "name": "tail", + "parent": "miraidon", + "pivot": [0, 10, 0] + }, + { + "name": "tail1", + "parent": "tail", + "pivot": [0, 23.6, -2.6], + "cubes": [ + {"origin": [-1.5, 22.1, -14.1], "size": [3, 3, 11], "uv": [17, 71]} + ] + }, + { + "name": "tail2", + "parent": "tail1", + "pivot": [0, 23.6, -14.1], + "cubes": [ + {"origin": [-1.5, 22.1, -25.1], "size": [3, 3, 11], "uv": [0, 68]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 23.6, -25.1], + "cubes": [ + {"origin": [-1.5, 22.1, -36.1], "size": [3, 3, 11], "uv": [10, 0]} + ] + }, + { + "name": "tail4", + "parent": "tail3", + "pivot": [0, 23.6, -36.1], + "cubes": [ + {"origin": [-1.5, 22.1, -43.1], "size": [3, 3, 7], "uv": [82, 60]} + ] + }, + { + "name": "tail5", + "parent": "tail4", + "pivot": [0, 23.6, -43.1], + "cubes": [ + {"origin": [0, 20.1, -61.1], "size": [0, 7, 18], "uv": [0, 0]} + ] + }, + { + "name": "thrusters", + "parent": "miraidon", + "pivot": [0, 23.5, 7.66667], + "cubes": [ + {"origin": [4.5, 22, -1], "size": [4, 4, 4], "uv": [68, 79]}, + {"origin": [3.5, 20, 0], "size": [7, 8, 11], "uv": [32, 33]}, + {"origin": [5, 19.3, 0], "size": [4, 1, 9], "pivot": [7, 19.8, 4.5], "rotation": [7.5, 0, 0], "uv": [76, 79]}, + {"origin": [-8.5, 22, -1], "size": [4, 4, 4], "uv": [84, 41]}, + {"origin": [-10.5, 20, 0], "size": [7, 8, 11], "uv": [0, 49]}, + {"origin": [-9, 19.3, 0], "size": [4, 1, 9], "pivot": [-7, 19.8, 4.5], "rotation": [7.5, 0, 0], "uv": [43, 0]} + ] + }, + { + "name": "neck", + "parent": "miraidon", + "pivot": [0, 39.5, 13] + }, + { + "name": "neck1", + "parent": "neck", + "pivot": [3, 39.4, 18.1], + "cubes": [ + {"origin": [-3, 39.4, 18.1], "size": [6, 8, 11], "pivot": [3, 39.4, 18.1], "rotation": [147.5, 0, 0], "uv": [61, 41]} + ] + }, + { + "name": "neck2", + "parent": "neck1", + "pivot": [0, 38.7, 4.5], + "rotation": [-22.5, 0, 0], + "cubes": [ + {"origin": [-1.5, 38.6, 4.5], "size": [5, 8, 11], "pivot": [0.5, 38.6, 4.5], "rotation": [-90, 0, 180], "uv": [61, 60]} + ] + }, + { + "name": "neck3", + "parent": "neck2", + "pivot": [0, 49.6, 4.5], + "cubes": [ + {"origin": [-2, 49.6, 4.5], "size": [4, 5, 8], "pivot": [0, 49.6, 4.5], "rotation": [-42.5, 0, 180], "uv": [52, 79]} + ] + }, + { + "name": "head", + "parent": "neck3", + "pivot": [0.00078, 51.69829, 8.77064], + "rotation": [30, 0, 0], + "cubes": [ + {"origin": [-1.2, 47.3, -5], "size": [0, 12, 16], "pivot": [-3.2, 56.3, 3], "rotation": [50.97496, -9.57658, 168.40052], "uv": [0, 21], "mirror": true}, + {"origin": [2.35, 55.9, 14.9], "size": [1, 2, 3], "pivot": [0.4, 54.9, 14.9], "rotation": [20, 0, 180], "uv": [0, 68]}, + {"origin": [2.2, 55.8, 14.2], "size": [1, 2, 3], "pivot": [0.3, 54.8, 14.2], "rotation": [20, 0, 180], "uv": [52, 71]}, + {"origin": [2.25, 55.9, 15.5], "size": [1, 2, 2], "pivot": [0.3, 54.9, 14.5], "rotation": [20, 0, 180], "uv": [0, 73]}, + {"origin": [-1.5, 55.6, 10.5], "size": [5, 3, 8], "pivot": [0.5, 55.6, 10.5], "rotation": [20, 0, 180], "uv": [34, 71]}, + {"origin": [2, 54.8, 9.2], "size": [1, 3, 3], "pivot": [0, 54.8, 9.2], "rotation": [20, 0, 180], "uv": [60, 0]}, + {"origin": [1.9, 56.5, 9.9], "size": [1, 2, 2], "pivot": [-0.1, 55.5, 8.9], "rotation": [20, 0, 180], "uv": [21, 75]}, + {"origin": [-1.1, 56.35, 11.3], "size": [1, 3, 8], "pivot": [-1.1, 57.4, 11.3], "rotation": [42.5, 0, 180], "uv": [68, 89]}, + {"origin": [-2.5, 58.3, 10.1], "size": [3, 1, 10], "pivot": [-0.5, 58.3, 12.1], "rotation": [42.5, 0, 180], "uv": [27, 0]}, + {"origin": [1.2, 47.3, -5], "size": [0, 12, 16], "pivot": [3.2, 56.3, 3], "rotation": [50.97496, 9.57658, -168.40052], "uv": [0, 21]}, + {"origin": [6.55, 55.9, 15.5], "size": [1, 2, 2], "pivot": [4.6, 54.9, 14.5], "rotation": [20, 0, 180], "uv": [17, 73]}, + {"origin": [6.65, 55.9, 14.9], "size": [1, 2, 3], "pivot": [4.6, 54.9, 14.9], "rotation": [20, 0, 180], "uv": [17, 68]}, + {"origin": [1.43, 53.13774, 13.55449], "size": [1, 1, 3], "pivot": [1.95, 53.63774, 15.05449], "rotation": [14.43276, 13.99545, 136.78082], "uv": [35, 40]}, + {"origin": [-2.47, 53.1177, 13.55449], "size": [1, 1, 3], "pivot": [-1.95, 53.63774, 15.05449], "rotation": [14.43276, 13.99545, 136.78082], "uv": [35, 40]}, + {"origin": [6.8, 55.8, 14.2], "size": [1, 2, 3], "pivot": [4.7, 54.8, 14.2], "rotation": [20, 0, 180], "uv": [34, 71]}, + {"origin": [7, 54.8, 9.2], "size": [1, 3, 3], "pivot": [5, 54.8, 9.2], "rotation": [20, 0, 180], "uv": [59, 19]}, + {"origin": [7.1, 56.5, 9.9], "size": [1, 2, 2], "pivot": [5.1, 55.5, 8.9], "rotation": [20, 0, 180], "uv": [4, 75]}, + {"origin": [2.1, 56.35, 11.3], "size": [1, 3, 8], "pivot": [2.1, 57.4, 11.3], "rotation": [42.5, 0, 180], "uv": [0, 6]} + ] + }, + { + "name": "mouth", + "parent": "head", + "pivot": [0.5, 52.8, 9.4], + "cubes": [ + {"origin": [-1.5, 52.8, 9.4], "size": [5, 1, 8], "pivot": [0.5, 52.8, 9.4], "rotation": [20, 0, 180], "uv": [82, 19]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/miraidonpd/miraidonpd.geo.json b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/miraidonpd/miraidonpd.geo.json new file mode 100644 index 0000000..5a9eb01 --- /dev/null +++ b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/miraidonpd/miraidonpd.geo.json @@ -0,0 +1,237 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 256, + "texture_height": 256, + "visible_bounds_width": 7, + "visible_bounds_height": 10.5, + "visible_bounds_offset": [0, 4.75, 0] + }, + "bones": [ + { + "name": "root_main", + "pivot": [0, 0, 0] + }, + { + "name": "root", + "parent": "root_main", + "pivot": [0, 0, 0] + }, + { + "name": "miraidon", + "parent": "root", + "pivot": [0, 0, -62.7], + "rotation": [0, 180, 0] + }, + { + "name": "f_wheel", + "parent": "miraidon", + "pivot": [0, 11.6, -111.9], + "cubes": [ + {"origin": [2, 18.1, -115.4], "size": [4, 3, 10], "pivot": [2, 18.1, -115.4], "rotation": [0, 0, 180], "uv": [62, 14]}, + {"origin": [2, 7.1, -117.4], "size": [4, 3, 10], "pivot": [2, 7.1, -118.4], "rotation": [-90, 0, 180], "uv": [36, 60]}, + {"origin": [2, 15.1, -105.4], "size": [4, 3, 10], "pivot": [2, 15.1, -105.4], "rotation": [90, 0, 180], "uv": [66, 0]}, + {"origin": [2, 8.1, -118.4], "size": [4, 3, 10], "pivot": [2, 8.1, -118.4], "rotation": [0, 0, 180], "uv": [54, 63]} + ] + }, + { + "name": "r_wheel", + "parent": "miraidon", + "pivot": [0, 11.6, -137.9], + "cubes": [ + {"origin": [2, 18.1, -141.4], "size": [4, 3, 10], "pivot": [2, 18.1, -141.4], "rotation": [0, 0, 180], "uv": [60, 29]}, + {"origin": [2, 7.1, -143.4], "size": [4, 3, 10], "pivot": [2, 7.1, -144.4], "rotation": [-90, 0, 180], "uv": [18, 57]}, + {"origin": [2, 15.1, -131.4], "size": [4, 3, 10], "pivot": [2, 15.1, -131.4], "rotation": [90, 0, 180], "uv": [0, 54]}, + {"origin": [2, 8.1, -144.4], "size": [4, 3, 10], "pivot": [2, 8.1, -144.4], "rotation": [0, 0, 180], "uv": [48, 47]} + ] + }, + { + "name": "r_front_leg", + "parent": "miraidon", + "pivot": [2.95, 16.37418, -118.27521], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [-4, 15.3027, -111.26962], "size": [7, 2, 2], "pivot": [3, 15.6, -114.3], "rotation": [170, 0, 180], "uv": [72, 64]} + ] + }, + { + "name": "r_front_leg_lower", + "parent": "r_front_leg", + "pivot": [10, 15.1287, -118.14022], + "cubes": [ + {"origin": [5, 14.3027, -111.26962], "size": [5, 4, 3], "pivot": [10, 15.6, -114.3], "rotation": [170, 0, 180], "uv": [18, 42]} + ] + }, + { + "name": "r_front_foot", + "parent": "r_front_leg_lower", + "pivot": [15, 15.67898, -117.89877], + "cubes": [ + {"origin": [12, 17.3027, -111.26962], "size": [3, 1, 1], "pivot": [15, 15.6, -114.3], "rotation": [170, 0, 180], "uv": [18, 60]}, + {"origin": [11, 15.3027, -111.26962], "size": [4, 2, 1], "pivot": [15, 15.6, -114.3], "rotation": [170, 0, 180], "uv": [32, 24]}, + {"origin": [12, 14.3027, -111.26962], "size": [3, 1, 1], "pivot": [15, 15.6, -114.3], "rotation": [170, 0, 180], "uv": [18, 49]} + ] + }, + { + "name": "l_front_leg", + "parent": "miraidon", + "pivot": [-3, 15.59216, -118.39118], + "rotation": [-10, 0, 0], + "cubes": [ + {"origin": [-10, 14.24486, -123.36079], "size": [7, 2, 2], "pivot": [-6.5, 15.59216, -120.39118], "rotation": [170, 0, 180], "uv": [50, 42]} + ] + }, + { + "name": "l_front_leg_lower", + "parent": "l_front_leg", + "pivot": [-10, 15.63557, -118.14498], + "cubes": [ + {"origin": [-24, 14.3027, -111.26962], "size": [5, 4, 3], "pivot": [-17, 15.6, -114.3], "rotation": [170, 0, 180], "uv": [34, 85]} + ] + }, + { + "name": "l_front_foot", + "parent": "l_front_leg_lower", + "pivot": [-15, 15.67898, -117.89877], + "cubes": [ + {"origin": [-29, 17.3027, -111.26962], "size": [3, 1, 1], "pivot": [-22, 15.6, -114.3], "rotation": [170, 0, 180], "uv": [42, 30]}, + {"origin": [-29, 15.3027, -111.26962], "size": [4, 2, 1], "pivot": [-22, 15.6, -114.3], "rotation": [170, 0, 180], "uv": [22, 32]}, + {"origin": [-29, 14.3027, -111.26962], "size": [3, 1, 1], "pivot": [-22, 15.6, -114.3], "rotation": [170, 0, 180], "uv": [0, 34]} + ] + }, + { + "name": "r_back_leg", + "parent": "miraidon", + "pivot": [2.5, 16.3, -131.75], + "cubes": [ + {"origin": [-8.5, 12.3, -137], "size": [6, 7, 8], "pivot": [0, 15.3, -132.5], "rotation": [-180, 0, 180], "uv": [42, 24]}, + {"origin": [-7.5, 14.3, -129], "size": [4, 4, 2], "pivot": [0, 15.3, -132.5], "rotation": [-180, 0, 180], "uv": [12, 6]} + ] + }, + { + "name": "r_low_back_leg", + "parent": "r_back_leg", + "pivot": [5.5, 12.3, -131], + "cubes": [ + {"origin": [-5.5, 5.3, -136], "size": [4, 7, 2], "pivot": [1, 8.3, -132.5], "rotation": [-180, 0, 180], "uv": [0, 9]} + ] + }, + { + "name": "r_back_foot", + "parent": "r_low_back_leg", + "pivot": [5.5, 5.3, -130.8], + "cubes": [ + {"origin": [-6.5, 1.3, -135], "size": [2, 4, 1], "pivot": [0, 1.3, -132.5], "rotation": [-180, 0, 180], "uv": [66, 18]}, + {"origin": [-5.5, 2.3, -135], "size": [1, 3, 1], "pivot": [1, 1.3, -132.5], "rotation": [-180, 0, 180], "uv": [7, 26]}, + {"origin": [-8.5, 2.3, -135], "size": [1, 3, 1], "pivot": [-2, 1.3, -132.5], "rotation": [-180, 0, 180], "uv": [7, 18]} + ] + }, + { + "name": "l_back_leg", + "parent": "miraidon", + "pivot": [-2.5, 16.3, -131.75], + "cubes": [ + {"origin": [2.5, 12.3, -137], "size": [6, 7, 8], "pivot": [0, 15.3, -132.5], "rotation": [-180, 0, -180], "uv": [30, 42]}, + {"origin": [3.5, 14.3, -129], "size": [4, 4, 2], "pivot": [0, 15.3, -132.5], "rotation": [-180, 0, -180], "uv": [12, 0]} + ] + }, + { + "name": "l_low_back_leg", + "parent": "l_back_leg", + "pivot": [-5.5, 12.3, -131], + "cubes": [ + {"origin": [-16.5, 5.3, -136], "size": [4, 7, 2], "pivot": [-10, 8.3, -132.5], "rotation": [-180, 0, 180], "uv": [0, 0]} + ] + }, + { + "name": "l_back_foot", + "parent": "l_low_back_leg", + "pivot": [-5.5, 5.3, -130.8], + "cubes": [ + {"origin": [-17.5, 1.3, -135], "size": [2, 4, 1], "pivot": [-11, 1.3, -132.5], "rotation": [-180, 0, 180], "uv": [66, 13]}, + {"origin": [-16.5, 2.3, -135], "size": [1, 3, 1], "pivot": [-10, 1.3, -132.5], "rotation": [-180, 0, 180], "uv": [0, 26]}, + {"origin": [-19.5, 2.3, -135], "size": [1, 3, 1], "pivot": [-13, 1.3, -132.5], "rotation": [-180, 0, 180], "uv": [0, 18]} + ] + }, + { + "name": "body", + "parent": "miraidon", + "pivot": [0, 17.89222, -122.16072], + "cubes": [ + {"origin": [1, 12.2, -113.7], "size": [6, 3, 8], "pivot": [2, 12.2, -113.7], "rotation": [170, 0, 180], "uv": [0, 70]}, + {"origin": [1, 15.25, -113.7], "size": [6, 3, 8], "pivot": [2, 15.2, -113.7], "rotation": [170, 0, 180], "uv": [66, 42]}, + {"origin": [-5, 14.9027, -110.66962], "size": [1, 3, 3], "pivot": [-4, 15.2, -113.7], "rotation": [170, 0, 180], "uv": [0, 54]}, + {"origin": [2, 14.9027, -110.66962], "size": [1, 3, 3], "pivot": [3, 15.2, -113.7], "rotation": [170, 0, 180], "uv": [42, 24]}, + {"origin": [-1.5, 22.1, -110.7], "size": [5, 3, 12], "pivot": [0.5, 22.1, -110.7], "rotation": [140, 0, 180], "uv": [0, 24]}, + {"origin": [2.5, 17.9421, -119.07929], "size": [1, 3, 5], "pivot": [3, 19.4421, -116.57929], "rotation": [-110, 0, 180], "uv": [0, 26]}, + {"origin": [-3.5, 17.9421, -119.07929], "size": [1, 3, 5], "pivot": [-3, 19.4421, -116.57929], "rotation": [-110, 0, 180], "uv": [0, 18]}, + {"origin": [2.8, 20.6421, -121.07929], "size": [1, 2, 5], "pivot": [3.3, 22.1421, -118.57929], "rotation": [-172.5, 0, 180], "uv": [86, 37]}, + {"origin": [3, 22.5421, -124.67929], "size": [1, 2, 3], "pivot": [3.5, 24.0421, -122.17929], "rotation": [-140, 0, 180], "uv": [54, 60]}, + {"origin": [0.5, 18.1, -112.4], "size": [5, 3, 6], "pivot": [1.5, 18.1, -112.4], "rotation": [102.5, 0, 180], "uv": [0, 81]}, + {"origin": [1.5, 10.8, -121.6], "size": [3, 3, 12], "pivot": [1.5, 10.8, -121.6], "rotation": [180, 0, 180], "uv": [0, 39]}, + {"origin": [0, 13.8, -121.6], "size": [4, 3.3, 12], "pivot": [1, 13.8, -121.6], "rotation": [180, 0, 180], "uv": [22, 27]}, + {"origin": [-3.8, 20.6421, -121.07929], "size": [1, 2, 5], "pivot": [-3.3, 22.1421, -118.57929], "rotation": [-172.5, 0, 180], "uv": [0, 39]}, + {"origin": [-4, 22.5421, -124.67929], "size": [1, 2, 3], "pivot": [-3.5, 24.0421, -122.17929], "rotation": [-140, 0, 180], "uv": [0, 46]}, + {"origin": [-2.5, 12.5, -136], "size": [5, 5, 7], "pivot": [0, 14.5, -132.5], "rotation": [-162.5, 0, 180], "uv": [75, 69]}, + {"origin": [-2.5, 17.5, -137.3], "size": [5, 1, 7], "pivot": [0, 19.5, -132.5], "rotation": [-162.5, 0, 180], "uv": [80, 13]}, + {"origin": [2.5, 10.8, -133.6], "size": [5, 3, 8], "pivot": [2.5, 10.8, -133.6], "rotation": [-120, 0, 180], "uv": [72, 53]}, + {"origin": [0.5, 20.7, -137.5], "size": [5, 0, 8], "pivot": [1.5, 17.7, -137.5], "rotation": [-120, 0, 180], "uv": [14, 24]}, + {"origin": [0, 20.6, -109], "size": [4, 2, 8], "pivot": [1, 19.6, -109], "rotation": [140, 0, 180], "uv": [78, 27]} + ] + }, + { + "name": "head", + "parent": "miraidon", + "pivot": [-0.1, 25.5, -113.8], + "cubes": [ + {"origin": [-1.1, 26.35, -111.4], "size": [1, 3, 8], "pivot": [-1.1, 27.4, -111.4], "rotation": [42.5, 0, 180], "uv": [72, 81]}, + {"origin": [-2.5, 28.3, -112.6], "size": [3, 1, 10], "pivot": [-0.5, 28.3, -110.6], "rotation": [42.5, 0, 180], "uv": [18, 71]}, + {"origin": [2.2, 25.8, -108.5], "size": [1, 2, 3], "pivot": [0.3, 24.8, -108.5], "rotation": [20, 0, 180], "uv": [66, 5]}, + {"origin": [2.25, 25.9, -107.2], "size": [1, 2, 2], "pivot": [0.3, 24.9, -108.2], "rotation": [20, 0, 180], "uv": [0, 67]}, + {"origin": [-2.47, 23.1177, -109.14551], "size": [1, 1, 3], "pivot": [-1.95, 23.63774, -107.64551], "rotation": [14.43276, 13.99545, 136.78082], "uv": [0, 60]}, + {"origin": [1.25, 23.50314, -116.15], "size": [1, 1, 8], "pivot": [-0.9, 24.00314, -112.17932], "rotation": [5, -20.5, 180], "uv": [82, 84]}, + {"origin": [-3.7, 27.65, -113.8], "size": [1, 1, 8], "pivot": [-3.7, 28.7, -113.8], "rotation": [42.5, -20.5, 180], "uv": [24, 85]}, + {"origin": [-1.5, 25.6, -112.2], "size": [5, 3, 8], "pivot": [0.5, 25.6, -112.2], "rotation": [20, 0, 180], "uv": [36, 74]}, + {"origin": [-1.5, 22.8, -113.3], "size": [5, 1, 8], "pivot": [0.5, 22.8, -113.3], "rotation": [20, 0, 180], "uv": [54, 77]}, + {"origin": [-1.9, 23.50314, -116.47932], "size": [1, 1, 8], "pivot": [1.2, 24.00314, -112.47932], "rotation": [5, 20.5, 180], "uv": [84, 0]}, + {"origin": [4.9, 27.65, -113.8], "size": [1, 1, 8], "pivot": [4.9, 28.7, -113.8], "rotation": [42.5, 20.5, 180], "uv": [42, 85]}, + {"origin": [7, 24.8, -113.5], "size": [1, 3, 3], "pivot": [5, 24.8, -113.5], "rotation": [20, 0, 180], "uv": [18, 54]}, + {"origin": [7.2, 26.5, -112.8], "size": [1, 2, 2], "pivot": [5.15, 25.5, -113.8], "rotation": [20, 0, 180], "uv": [36, 63]}, + {"origin": [6.8, 25.8, -108.5], "size": [1, 2, 3], "pivot": [4.7, 24.8, -108.5], "rotation": [20, 0, 180], "uv": [62, 27]}, + {"origin": [6.55, 25.9, -107.2], "size": [1, 2, 2], "pivot": [4.6, 24.9, -108.2], "rotation": [20, 0, 180], "uv": [66, 44]}, + {"origin": [6.65, 25.9, -107.8], "size": [1, 2, 3], "pivot": [4.6, 24.9, -107.8], "rotation": [20, 0, 180], "uv": [54, 65]}, + {"origin": [1.43, 23.13774, -109.14551], "size": [1, 1, 3], "pivot": [1.95, 23.63774, -107.64551], "rotation": [14.43276, 13.99545, 136.78082], "uv": [50, 46]}, + {"origin": [2.1, 26.35, -111.4], "size": [1, 3, 8], "pivot": [2.1, 27.4, -111.4], "rotation": [42.5, 0, 180], "uv": [14, 82]}, + {"origin": [2, 24.8, -113.5], "size": [1, 3, 3], "pivot": [0, 24.8, -113.5], "rotation": [20, 0, 180], "uv": [36, 57]}, + {"origin": [1.9, 26.5, -112.8], "size": [1, 2, 2], "pivot": [-0.1, 25.5, -113.8], "rotation": [20, 0, 180], "uv": [66, 53]}, + {"origin": [2.35, 25.9, -107.8], "size": [1, 2, 3], "pivot": [0.4, 24.9, -107.8], "rotation": [20, 0, 180], "uv": [66, 0]} + ] + }, + { + "name": "Wings", + "parent": "miraidon", + "pivot": [0, 26.82296, -115.01608] + }, + { + "name": "wing_r", + "parent": "Wings", + "pivot": [2, 26.82296, -115.01608], + "cubes": [ + {"origin": [-16.1, 237.72302, -116.43604], "size": [40, 0, 12], "pivot": [13, 132.82296, -115.01608], "rotation": [2.5, 0, 180], "uv": [80, 64]} + ] + }, + { + "name": "wing_l", + "parent": "Wings", + "pivot": [-2, 132.82296, -115.01608], + "cubes": [ + {"origin": [2.1, 237.72302, -116.43604], "size": [40, 0, 12], "pivot": [0, 132.82296, -115.01608], "rotation": [2.5, 0, 180], "uv": [82, 21]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/reshiram/reshiram.geo.json b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/reshiram/reshiram.geo.json new file mode 100644 index 0000000..2eb1026 --- /dev/null +++ b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/reshiram/reshiram.geo.json @@ -0,0 +1,684 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 256, + "texture_height": 256, + "visible_bounds_width": 12, + "visible_bounds_height": 7.5, + "visible_bounds_offset": [0, 3.25, 0] + }, + "bones": [ + { + "name": "root", + "pivot": [0, 0, 0] + }, + { + "name": "reshiram", + "parent": "root", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "reshiram", + "pivot": [-5.5, 20.35, -0.75] + }, + { + "name": "leg_left", + "parent": "body", + "pivot": [16.44675, 25.54692, -11.06144], + "cubes": [ + {"origin": [13.9, 25.95, -10.75], "size": [1, 12, 5], "pivot": [9.9, 25.95, -2.75], "rotation": [-27.5, 0, 15], "uv": [197, 44]}, + {"origin": [6.5, 16.95, -16.75], "size": [9, 16, 15], "uv": [0, 74]}, + {"origin": [14.9, 37.95, -10.75], "size": [0, 8, 5], "pivot": [9.9, 25.95, -2.75], "rotation": [-27.5, 0, 15], "uv": [87, 0]}, + {"origin": [16, 21.95, -0.25], "size": [1, 16, 5], "pivot": [16.5, 29.95, 2.25], "rotation": [-82.5, 15, 0], "uv": [133, 185]}, + {"origin": [17.2, 36.95, 0.55], "size": [0, 14, 5], "pivot": [16.7, 29.95, 3.05], "rotation": [-82.5, 15, 0], "uv": [145, 193]}, + {"origin": [16.4, 16.95, -0.25], "size": [1, 16, 5], "pivot": [16.9, 24.95, 2.25], "rotation": [-90, 15, 0], "uv": [36, 184]}, + {"origin": [17.4, 32.95, -0.25], "size": [0, 14, 5], "pivot": [16.9, 24.95, 2.25], "rotation": [-90, 15, 0], "uv": [187, 189]}, + {"origin": [15.9, 11.95, -0.25], "size": [1, 16, 5], "pivot": [16.4, 19.95, 2.25], "rotation": [-97.5, 15, 0], "uv": [24, 184]}, + {"origin": [16.9, 27.95, -0.25], "size": [0, 14, 5], "pivot": [16.4, 19.95, 2.25], "rotation": [-97.5, 15, 0], "uv": [88, 186]} + ] + }, + { + "name": "bone4", + "parent": "leg_left", + "pivot": [11, 15.95, -4.75], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [7.5, 7.95, -7.75], "size": [7, 9, 6], "uv": [0, 159]}, + {"origin": [8, 4.65, -8.75], "size": [6, 5, 6], "pivot": [11, 7.15, -5.75], "rotation": [-27.5, 0, 0], "uv": [77, 180]} + ] + }, + { + "name": "l_foot", + "parent": "leg_left", + "pivot": [11.5, 6.05, -3.8], + "rotation": [12.5, 0, 0], + "cubes": [ + {"origin": [7.5, 1.55, -7.05], "size": [7, 5, 6], "uv": [164, 176]}, + {"origin": [11.5, 0.55, -2.25], "size": [1, 1, 3], "pivot": [12, 1.05, -0.75], "rotation": [-55, 0, 0], "uv": [8, 4]} + ] + }, + { + "name": "bone2", + "parent": "l_foot", + "pivot": [11, 3.35, -8.75], + "rotation": [-12.5, 0, 0], + "cubes": [ + {"origin": [7, 1.35, -10.75], "size": [8, 4, 4], "uv": [184, 128]} + ] + }, + { + "name": "bone17", + "parent": "bone2", + "pivot": [17, -8.15, -13.65], + "cubes": [ + {"origin": [12.5, 1.35, -14.75], "size": [3, 3, 4], "uv": [202, 15]}, + {"origin": [13, 1.45, -16.65], "size": [2, 2, 3], "uv": [7, 182]}, + {"origin": [13, 1.45, -17.65], "size": [2, 1, 1], "uv": [12, 55]} + ] + }, + { + "name": "bone16", + "parent": "bone2", + "pivot": [14, -8.15, -13.65], + "cubes": [ + {"origin": [9.5, 1.35, -14.75], "size": [3, 3, 4], "uv": [94, 202]}, + {"origin": [10, 1.45, -16.65], "size": [2, 2, 3], "uv": [95, 180]}, + {"origin": [10, 1.45, -17.65], "size": [2, 1, 1], "uv": [6, 55]} + ] + }, + { + "name": "bone15", + "parent": "bone2", + "pivot": [11, -8.15, -13.65], + "cubes": [ + {"origin": [6.5, 1.35, -14.75], "size": [3, 3, 4], "uv": [108, 202]}, + {"origin": [7, 1.45, -16.65], "size": [2, 2, 3], "uv": [180, 90]}, + {"origin": [7, 1.45, -17.65], "size": [2, 1, 1], "uv": [0, 55]} + ] + }, + { + "name": "r_leg", + "parent": "body", + "pivot": [-11.44675, 25.54692, -10.06144], + "cubes": [ + {"origin": [-14.9, 37.95, -10.75], "size": [0, 8, 5], "pivot": [-9.9, 25.95, -2.75], "rotation": [-27.5, 0, -15], "uv": [60, 0]}, + {"origin": [-14.9, 25.95, -10.75], "size": [1, 12, 5], "pivot": [-9.9, 25.95, -2.75], "rotation": [-27.5, 0, -15], "uv": [175, 189]}, + {"origin": [-17, 21.95, -0.25], "size": [1, 16, 5], "pivot": [-16.5, 29.95, 2.25], "rotation": [-82.5, -15, 0], "uv": [12, 182]}, + {"origin": [-17.2, 36.95, 0.55], "size": [0, 14, 5], "pivot": [-16.7, 29.95, 3.05], "rotation": [-82.5, -15, 0], "uv": [68, 186]}, + {"origin": [-17.4, 32.95, -0.25], "size": [0, 14, 5], "pivot": [-16.9, 24.95, 2.25], "rotation": [-90, -15, 0], "uv": [0, 69]}, + {"origin": [-17.4, 16.95, -0.25], "size": [1, 16, 5], "pivot": [-16.9, 24.95, 2.25], "rotation": [-90, -15, 0], "uv": [0, 182]}, + {"origin": [-16.9, 11.95, -0.25], "size": [1, 16, 5], "pivot": [-16.4, 19.95, 2.25], "rotation": [-97.5, -15, 0], "uv": [101, 181]}, + {"origin": [-16.9, 27.95, -0.25], "size": [0, 14, 5], "pivot": [-16.4, 19.95, 2.25], "rotation": [-97.5, -15, 0], "uv": [78, 186]}, + {"origin": [-15.5, 16.95, -16.75], "size": [9, 16, 15], "uv": [67, 23]} + ] + }, + { + "name": "bone3", + "parent": "r_leg", + "pivot": [-11, 16.95, -4.75], + "rotation": [15, 0, 0], + "cubes": [ + {"origin": [-14.5, 7.95, -7.75], "size": [7, 9, 6], "uv": [158, 122]}, + {"origin": [-14, 4.55, -7.75], "size": [6, 5, 6], "pivot": [-11, 9.05, -4.75], "rotation": [-27.5, 0, 0], "uv": [178, 117]} + ] + }, + { + "name": "r_foot", + "parent": "r_leg", + "pivot": [-11.5, 5.75, -3.8], + "rotation": [12.5, 0, 0], + "cubes": [ + {"origin": [-14.5, 1.25, -7.05], "size": [7, 5, 6], "uv": [174, 106]}, + {"origin": [-12.5, -0.15, -2.25], "size": [1, 1, 3], "pivot": [-12, 0.35, -0.75], "rotation": [-55, 0, 0], "uv": [8, 0]} + ] + }, + { + "name": "bone", + "parent": "r_foot", + "pivot": [-11, 3.03547, -8.56971], + "rotation": [-12.5, 0, 0], + "cubes": [ + {"origin": [-15, 1.03547, -10.56971], "size": [8, 4, 4], "uv": [109, 76]} + ] + }, + { + "name": "bone14", + "parent": "bone", + "pivot": [-17, -8.46453, -13.46971], + "cubes": [ + {"origin": [-15.5, 1.03547, -14.56971], "size": [3, 3, 4], "uv": [200, 65]}, + {"origin": [-15, 1.13547, -16.46971], "size": [2, 2, 3], "uv": [87, 0]}, + {"origin": [-15, 1.13547, -17.46971], "size": [2, 1, 1], "uv": [0, 20]} + ] + }, + { + "name": "bone13", + "parent": "bone", + "pivot": [-14, -8.46453, -13.46971], + "cubes": [ + {"origin": [-12.5, 1.03547, -14.56971], "size": [3, 3, 4], "uv": [164, 38]}, + {"origin": [-12, 1.13547, -16.46971], "size": [2, 2, 3], "uv": [153, 122]}, + {"origin": [-12, 1.13547, -17.46971], "size": [2, 1, 1], "uv": [6, 20]} + ] + }, + { + "name": "bone12", + "parent": "bone", + "pivot": [-11, -8.46453, -13.46971], + "cubes": [ + {"origin": [-9.5, 1.03547, -14.56971], "size": [3, 3, 4], "uv": [200, 8]}, + {"origin": [-9, 1.13547, -16.46971], "size": [2, 2, 3], "uv": [20, 159]}, + {"origin": [-9, 1.13547, -17.46971], "size": [2, 1, 1], "uv": [12, 20]} + ] + }, + { + "name": "body2", + "parent": "body", + "pivot": [-4, 24.325, -17.9], + "cubes": [ + {"origin": [-5.5, 35.1, -47.65], "size": [11, 11, 19], "pivot": [-3.5, 35.1, -29.65], "rotation": [-90, 0, 0], "uv": [49, 55]}, + {"origin": [3.75, 44.275, -34.475], "size": [11, 0, 8], "pivot": [5.25, 44.775, -29.975], "rotation": [-90, 5, -40], "uv": [196, 123]}, + {"origin": [2.3, 43.1, -32.25], "size": [2, 1, 4], "pivot": [3.8, 43.6, -29.75], "rotation": [-90, 20, -40], "uv": [55, 50]}, + {"origin": [-14.75, 44.275, -34.475], "size": [11, 0, 8], "pivot": [-5.25, 44.775, -29.975], "rotation": [-90, -5, 40], "uv": [196, 72]}, + {"origin": [-4.3, 43.1, -32.25], "size": [2, 1, 4], "pivot": [-3.8, 43.6, -29.75], "rotation": [-90, -20, 40], "uv": [60, 0]}, + {"origin": [-7.5, 19.325, -36.7], "size": [15, 17, 19], "pivot": [-4.5, 20.325, -18.7], "rotation": [-50, 0, 0], "uv": [0, 38]}, + {"origin": [-9.5, 18.95, -18.75], "size": [19, 16, 22], "uv": [0, 0]}, + {"origin": [0, 6.325, -19.9], "size": [0, 17, 8], "pivot": [-4, 24.325, -17.9], "rotation": [-50, 0, 0], "uv": [0, 30]} + ] + }, + { + "name": "neck", + "parent": "body2", + "pivot": [0, 53.46667, -24.43056], + "cubes": [ + {"origin": [-3.5, 68, -30.25], "size": [7, 0, 4], "pivot": [0, 68, -28.25], "rotation": [-72.5, 0, 0], "uv": [29, 74]}, + {"origin": [4.1, 64.5, -26.15], "size": [0, 7, 4], "pivot": [4.1, 68, -24.15], "rotation": [-90, 0, 17.5], "uv": [0, 0]}, + {"origin": [-3.5, 56.1, -41.65], "size": [7, 7, 13], "pivot": [-3.5, 54.1, -29.65], "rotation": [-90, 0, 0], "uv": [60, 0]}, + {"origin": [-4, 62.1, -33.15], "size": [8, 8, 4], "pivot": [-3, 60.1, -30.15], "rotation": [-90, 0, 0], "uv": [180, 69]}, + {"origin": [-4.5, 55.1, -32.65], "size": [9, 9, 4], "pivot": [-3.5, 54.1, -29.65], "rotation": [-90, 0, 0], "uv": [112, 173]}, + {"origin": [-4.1, 64.5, -26.15], "size": [0, 7, 4], "pivot": [-4.1, 68, -24.15], "rotation": [-90, 0, -17.5], "uv": [59, 34]}, + {"origin": [-3.5, 68, -22.075], "size": [7, 0, 4], "pivot": [0, 68, -20.075], "rotation": [-107.5, 0, 0], "uv": [0, 16]} + ] + }, + { + "name": "neck_2", + "parent": "neck", + "pivot": [0, 66.7, -23.4], + "cubes": [ + {"origin": [-3, 73.1, -36.15], "size": [6, 6, 8], "pivot": [-2, 69.1, -31.15], "rotation": [-90, 0, 0], "uv": [204, 82]}, + {"origin": [-1.5, 68.3, -27.65], "size": [3, 6, 2], "pivot": [0, 71.3, -26.65], "rotation": [-155, 0, 0], "uv": [15, 203]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [-4.1, 75.6, -24.45], + "cubes": [ + {"origin": [4.1, 73.2, -24.95], "size": [0, 6, 5], "pivot": [4.1, 76.2, -22.45], "rotation": [-65.1638, 2.95228, -18.84978], "uv": [90, 80]}, + {"origin": [2.625, 76.8, -27.25], "size": [1, 1, 3], "pivot": [3.125, 77.3, -25.25], "rotation": [-141.5, 0, 0], "uv": [7, 85]}, + {"origin": [2.6, 77.8, -24.15], "size": [1, 1, 1], "pivot": [3.1, 78.3, -24.15], "rotation": [180, 0, 0], "uv": [18, 20]}, + {"origin": [2.6, 85.125, -36.15], "size": [1, 3, 2], "pivot": [3.6, 78.125, -35.15], "rotation": [-90, 0, 0], "uv": [90, 54]}, + {"origin": [-3.5, 77.1, -36.15], "size": [7, 11, 6], "pivot": [-3.5, 75.1, -31.15], "rotation": [-90, 0, 0], "uv": [21, 205]}, + {"origin": [-2.5, 71.125, -36.15], "size": [5, 7, 4], "pivot": [-2, 75.125, -32.15], "rotation": [-90, 0, 0], "uv": [181, 11]}, + {"origin": [-3.6, 85.125, -36.15], "size": [1, 3, 2], "pivot": [-3.6, 78.125, -35.15], "rotation": [-90, 0, 0], "uv": [33, 78]}, + {"origin": [-3.625, 77.875, -27.9], "size": [1, 1, 2], "pivot": [-3.125, 78.375, -26.9], "rotation": [-90, -5, 0], "uv": [82, 20]}, + {"origin": [-3.6, 77.8, -24.15], "size": [1, 1, 1], "pivot": [-3.1, 78.3, -24.15], "rotation": [180, 0, 0], "uv": [55, 55]}, + {"origin": [-3.625, 76.8, -27.25], "size": [1, 1, 3], "pivot": [-3.125, 77.3, -25.25], "rotation": [-141.5, 0, 0], "uv": [0, 0]}, + {"origin": [-4.1, 73.2, -24.95], "size": [0, 6, 5], "pivot": [-4.1, 76.2, -22.45], "rotation": [-65.1638, -2.95228, 18.84978], "uv": [48, 84]}, + {"origin": [-2.2, 79.425, -25.65], "size": [0, 5, 4], "pivot": [-2.2, 81.925, -23.65], "rotation": [-90, -16, 20], "uv": [59, 41]}, + {"origin": [2.2, 79.425, -25.65], "size": [0, 5, 4], "pivot": [2.2, 81.925, -23.65], "rotation": [-90, 16, -20], "uv": [0, 7]}, + {"origin": [2.625, 77.875, -27.9], "size": [1, 1, 2], "pivot": [3.125, 78.375, -26.9], "rotation": [-90, 5, 0], "uv": [49, 54]}, + {"origin": [-2.1, 74.91213, -34.68511], "size": [0, 1, 1], "pivot": [-2.1, 75.41213, -34.18511], "rotation": [-135, 0, 0], "uv": [0, 0]}, + {"origin": [2.1, 74.91213, -34.68511], "size": [0, 1, 1], "pivot": [2.1, 75.41213, -34.18511], "rotation": [-135, 0, 0], "uv": [0, 0]} + ] + }, + { + "name": "lower_jaw", + "parent": "head", + "pivot": [0, 74.76644, -27.5763], + "rotation": [2.5, 0, 0], + "cubes": [ + {"origin": [-2, 69.55, -30.6], "size": [4, 8, 2], "pivot": [-0.5, 74.55, -29.6], "rotation": [-102.5, 0, 0], "uv": [135, 76]}, + {"origin": [1.9, 75.61213, -33.88511], "size": [0, 1, 1], "pivot": [1.9, 76.11213, -33.38511], "rotation": [-150, 0, 0], "uv": [0, 1]}, + {"origin": [-1.9, 75.61213, -33.88511], "size": [0, 1, 1], "pivot": [-1.9, 76.11213, -33.38511], "rotation": [-150, 0, 0], "uv": [0, 1]} + ] + }, + { + "name": "head_tail_l", + "parent": "head", + "pivot": [3.13636, 79.55455, -29.40909], + "rotation": [7.52832, 4.95712, 0.65426], + "cubes": [ + {"origin": [2, 83.6, -35.5], "size": [2, 3, 2], "pivot": [-2, 79.6, -34.5], "rotation": [-90, 0, 0], "uv": [139, 38]}, + {"origin": [1.525, 82.1, -32.8], "size": [3, 4, 3], "pivot": [-2.475, 79.1, -30.8], "rotation": [-90, 0, 0], "uv": [204, 0]} + ] + }, + { + "name": "bone5", + "parent": "head_tail_l", + "pivot": [3.025, 81.1, -23.8], + "cubes": [ + {"origin": [1.525, 83.1, -29.8], "size": [3, 3, 4], "pivot": [-2.475, 79.1, -27.8], "rotation": [-90, 0, 0], "uv": [0, 203]} + ] + }, + { + "name": "bone6", + "parent": "bone5", + "pivot": [3.275, 81.15, -20.7], + "cubes": [ + {"origin": [1.275, 83.35, -26.8], "size": [4, 3, 6], "pivot": [-2.725, 79.35, -24.8], "rotation": [-90, 0, 0], "uv": [194, 100]} + ] + }, + { + "name": "bone7", + "parent": "bone6", + "pivot": [3.275, 78.35, -17.8], + "cubes": [ + {"origin": [0.775, 82.85, -24.8], "size": [5, 8, 7], "pivot": [-3.225, 78.85, -21.8], "rotation": [-90, 0, 0], "uv": [173, 38]} + ] + }, + { + "name": "bone8", + "parent": "bone7", + "pivot": [3.275, 78.85, -9.8], + "cubes": [ + {"origin": [1.275, 82.85, -16.8], "size": [4, 7, 6], "pivot": [-2.725, 78.85, -13.8], "rotation": [-90, 0, 0], "uv": [145, 185]} + ] + }, + { + "name": "bone9", + "parent": "bone8", + "pivot": [3.275, 79.45, -2.8], + "cubes": [ + {"origin": [1.775, 82.85, -9.8], "size": [3, 6, 5], "pivot": [-2.225, 78.85, -6.8], "rotation": [-90, 0, 0], "uv": [197, 194]} + ] + }, + { + "name": "bone10", + "parent": "bone9", + "pivot": [3.275, 79.85, 3.2], + "cubes": [ + {"origin": [2.275, 82.85, -3.8], "size": [2, 6, 4], "pivot": [-1.725, 78.85, -0.8], "rotation": [-90, 0, 0], "uv": [155, 199]} + ] + }, + { + "name": "bone11", + "parent": "bone10", + "pivot": [3.025, 80.35, 9.2], + "cubes": [ + {"origin": [2.025, 82.85, 2.2], "size": [2, 6, 3], "pivot": [-1.975, 78.85, 5.2], "rotation": [-90, 0, 0], "uv": [167, 203]} + ] + }, + { + "name": "bone18", + "parent": "bone11", + "pivot": [3.025, 81.85, 15.2], + "cubes": [ + {"origin": [3.025, 82.85, 8.2], "size": [0, 4, 2], "pivot": [-1.975, 78.85, 11.2], "rotation": [-90, 0, 0], "uv": [10, 72]} + ] + }, + { + "name": "bone19", + "parent": "bone18", + "pivot": [3.025, 81.85, 19.2], + "cubes": [ + {"origin": [3.025, 82.85, 12.2], "size": [0, 4, 2], "pivot": [-1.975, 78.85, 15.2], "rotation": [-90, 0, 0], "uv": [63, 48]} + ] + }, + { + "name": "head_tail_r", + "parent": "head", + "pivot": [-2.72727, 79.55455, -29.40909], + "rotation": [7.52832, -4.95712, -0.65426], + "cubes": [ + {"origin": [-4, 83.6, -35.5], "size": [2, 3, 2], "pivot": [-8, 79.6, -34.5], "rotation": [-90, 0, 0], "uv": [107, 54]}, + {"origin": [-4.475, 82.1, -32.8], "size": [3, 4, 3], "pivot": [-8.475, 79.1, -30.8], "rotation": [-90, 0, 0], "uv": [70, 177]} + ] + }, + { + "name": "bone20", + "parent": "head_tail_r", + "pivot": [-2.975, 81.1, -23.8], + "cubes": [ + {"origin": [-4.475, 83.1, -29.8], "size": [3, 3, 4], "pivot": [-8.475, 79.1, -27.8], "rotation": [-90, 0, 0], "uv": [122, 202]} + ] + }, + { + "name": "bone21", + "parent": "bone20", + "pivot": [-2.725, 81.1, -20.8], + "cubes": [ + {"origin": [-4.725, 83.35, -26.8], "size": [4, 3, 6], "pivot": [-8.725, 79.35, -24.8], "rotation": [-90, 0, 0], "uv": [190, 90]} + ] + }, + { + "name": "bone22", + "parent": "bone21", + "pivot": [-2.725, 78.35, -17.8], + "cubes": [ + {"origin": [-5.225, 82.85, -24.8], "size": [5, 8, 7], "pivot": [-9.225, 78.85, -21.8], "rotation": [-90, 0, 0], "uv": [90, 54]} + ] + }, + { + "name": "bone23", + "parent": "bone22", + "pivot": [-2.725, 78.85, -9.8], + "cubes": [ + {"origin": [-4.725, 82.85, -16.8], "size": [4, 7, 6], "pivot": [-8.725, 78.85, -13.8], "rotation": [-90, 0, 0], "uv": [184, 181]} + ] + }, + { + "name": "bone24", + "parent": "bone23", + "pivot": [-2.725, 79.85, -2.8], + "cubes": [ + {"origin": [-4.225, 82.85, -9.8], "size": [3, 6, 5], "pivot": [-8.225, 78.85, -6.8], "rotation": [-90, 0, 0], "uv": [196, 112]} + ] + }, + { + "name": "bone25", + "parent": "bone24", + "pivot": [-2.725, 79.85, 3.2], + "cubes": [ + {"origin": [-3.725, 82.85, -3.8], "size": [2, 6, 4], "pivot": [-7.725, 78.85, -0.8], "rotation": [-90, 0, 0], "uv": [198, 177]} + ] + }, + { + "name": "bone26", + "parent": "bone25", + "pivot": [-2.475, 80.35, 9.2], + "cubes": [ + {"origin": [-3.475, 82.85, 2.2], "size": [2, 6, 3], "pivot": [-7.475, 78.85, 5.2], "rotation": [-90, 0, 0], "uv": [139, 63]} + ] + }, + { + "name": "bone27", + "parent": "bone26", + "pivot": [-2.475, 80.85, 15.2], + "cubes": [ + {"origin": [-2.475, 82.85, 8.2], "size": [0, 4, 2], "pivot": [-7.475, 78.85, 11.2], "rotation": [-90, 0, 0], "uv": [18, 14]} + ] + }, + { + "name": "bone28", + "parent": "bone27", + "pivot": [-2.475, 80.85, 19.2], + "cubes": [ + {"origin": [-2.475, 82.85, 12.2], "size": [0, 4, 2], "pivot": [-7.475, 78.85, 15.2], "rotation": [-90, 0, 0], "uv": [0, 14]} + ] + }, + { + "name": "wing_right", + "parent": "body2", + "pivot": [-4.00453, 51.95833, -23.70389], + "rotation": [0, 0, 32.5], + "cubes": [ + {"origin": [-11.24778, 42.5, -49.46925], "size": [8, 4, 4], "pivot": [-6, 35.5, -32.65], "rotation": [-90, 0, 0], "uv": [3, 174]} + ] + }, + { + "name": "wing_r1", + "parent": "wing_right", + "pivot": [-12, 53.5, -23.55], + "rotation": [0, 0, -32.5], + "cubes": [ + {"origin": [-19, 42.5, -49.15], "size": [7, 4, 4], "pivot": [-13, 35.5, -32.55], "rotation": [-90, 0, 0], "uv": [188, 141]} + ] + }, + { + "name": "wing_r2", + "parent": "wing_r1", + "pivot": [-19, 49.5, -23.95], + "rotation": [0, 0, 32.5], + "cubes": [ + {"origin": [-30.24778, 42.5, -49.26925], "size": [12, 4, 4], "pivot": [-21, 35.5, -32.45], "rotation": [-90, 0, 0], "uv": [139, 114]}, + {"origin": [-30.24778, 40.5, -45.26925], "size": [12, 38, 0], "pivot": [-19, 33.5, -28.45], "rotation": [-90, 0, 0], "uv": [105, 0]} + ] + }, + { + "name": "wing_r3", + "parent": "wing_r2", + "pivot": [-31, 51.5, -23.16667], + "rotation": [0, 0, -20], + "cubes": [ + {"origin": [-42.69698, 42.5, -48.78319], "size": [12, 4, 4], "pivot": [-33, 35.5, -32.15], "rotation": [-90, 0, 0], "uv": [160, 137]}, + {"origin": [-42.69698, 41, -44.83319], "size": [12, 8, 1], "pivot": [-33, 34, -28.2], "rotation": [-90, 0, 0], "uv": [178, 25]}, + {"origin": [-42.69698, 40.5, -44.78319], "size": [12, 38, 0], "pivot": [-26, 33.5, -28.15], "rotation": [-90, 0, 0], "uv": [48, 111]} + ] + }, + { + "name": "wing_r4", + "parent": "wing_r3", + "pivot": [-43, 51.5, -22.96667], + "rotation": [0, 0, -5], + "cubes": [ + {"origin": [-54.81726, 42.5, -48.66198], "size": [12, 4, 4], "pivot": [-45, 35.5, -32.05], "rotation": [-90, 0, 0], "uv": [150, 30]}, + {"origin": [-54.81726, 40.5, -44.66198], "size": [12, 38, 0], "pivot": [-42, 33.5, -28.05], "rotation": [-90, 0, 0], "uv": [24, 105]}, + {"origin": [-54.81726, 41.5, -44.91198], "size": [12, 9, 2], "pivot": [-45, 34.5, -28.3], "rotation": [-90, 0, 0], "uv": [26, 165]} + ] + }, + { + "name": "wing_r5", + "parent": "wing_r4", + "pivot": [-55, 52.28571, -23.31381], + "rotation": [0, 0, -7.5], + "cubes": [ + {"origin": [-74, 45.5, -13], "size": [13, 10, 2], "pivot": [-67.5, 51.5, -13.4], "rotation": [-90, 37.5, 0], "uv": [150, 78]}, + {"origin": [-66, 41, -49], "size": [11, 12, 3], "pivot": [-58, 34, -31.4], "rotation": [-90, 0, 0], "uv": [150, 15]}, + {"origin": [-65, 42, -50], "size": [10, 5, 5], "pivot": [-57, 35, -32.4], "rotation": [-90, 0, 0], "uv": [150, 102]}, + {"origin": [-67, 40.5, -44.75], "size": [12, 38, 0], "pivot": [-54, 33.5, -28.15], "rotation": [-90, 0, 0], "uv": [0, 105]}, + {"origin": [-77, 40.5, -37.75], "size": [10, 31, 0], "pivot": [-66, 33.5, -21.15], "rotation": [-90, 0, 0], "uv": [120, 142]}, + {"origin": [-64, 48, -46.5], "size": [8, 4, 1], "pivot": [-56, 40, -32.9], "rotation": [-90, 0, 0], "uv": [90, 69]} + ] + }, + { + "name": "r_fing1", + "parent": "wing_r5", + "pivot": [-56.25, 49.6, -25.4], + "cubes": [ + {"origin": [-57.25, 43, -55], "size": [2, 2, 2], "pivot": [-49.25, 33, -37.4], "rotation": [-90, 0, 0], "uv": [0, 143]}, + {"origin": [-56.25, 43, -57], "size": [0, 2, 2], "pivot": [-50.25, 33, -39.4], "rotation": [-90, 0, 0], "uv": [8, 12]} + ] + }, + { + "name": "r_fing2", + "parent": "wing_r5", + "pivot": [-58.5, 51.6, -25.4], + "cubes": [ + {"origin": [-59.5, 45, -55], "size": [2, 2, 2], "pivot": [-51.5, 35, -37.4], "rotation": [-90, 0, 0], "uv": [139, 72]}, + {"origin": [-58.5, 44, -58], "size": [0, 2, 2], "pivot": [-51.5, 34, -39.4], "rotation": [-90, 0, 0], "uv": [12, 8]} + ] + }, + { + "name": "r_fing3", + "parent": "wing_r5", + "pivot": [-61, 51.6, -25.4], + "cubes": [ + {"origin": [-62, 45, -55], "size": [2, 2, 2], "pivot": [-54, 35, -37.4], "rotation": [-90, 0, 0], "uv": [139, 43]}, + {"origin": [-61, 44, -58], "size": [0, 2, 2], "pivot": [-55, 34, -39.4], "rotation": [-90, 0, 0], "uv": [12, 10]} + ] + }, + { + "name": "r_fing4", + "parent": "wing_r5", + "pivot": [-63.5, 51.6, -25.4], + "cubes": [ + {"origin": [-64.5, 45, -55], "size": [2, 2, 2], "pivot": [-56.5, 35, -37.4], "rotation": [-90, 0, 0], "uv": [90, 91]}, + {"origin": [-63.5, 44, -58], "size": [0, 2, 2], "pivot": [-57.5, 34, -39.4], "rotation": [-90, 0, 0], "uv": [12, 12]} + ] + }, + { + "name": "wing_left", + "parent": "body2", + "pivot": [3.94821, 51.97826, -23.56493], + "rotation": [0, 0, -32.5], + "cubes": [ + {"origin": [3.24778, 42.5, -49.46925], "size": [8, 4, 4], "pivot": [6, 35.5, -32.65], "rotation": [-90, 0, 0], "uv": [30, 176]} + ] + }, + { + "name": "wing_l1", + "parent": "wing_left", + "pivot": [12, 53.5, -23.55], + "rotation": [0, 0, 32.5], + "cubes": [ + {"origin": [12, 42.5, -49.15], "size": [7, 4, 4], "pivot": [13, 35.5, -32.55], "rotation": [-90, 0, 0], "uv": [189, 151]} + ] + }, + { + "name": "wing_l2", + "parent": "wing_l1", + "pivot": [19, 49.5, -23.875], + "rotation": [0, 0, -32.5], + "cubes": [ + {"origin": [18.24778, 40.5, -45.19425], "size": [12, 38, 0], "pivot": [19, 33.5, -28.375], "rotation": [-90, 0, 0], "uv": [100, 85]}, + {"origin": [18.24778, 42.5, -49.19425], "size": [12, 4, 4], "pivot": [21, 35.5, -32.375], "rotation": [-90, 0, 0], "uv": [139, 55]} + ] + }, + { + "name": "wing_l3", + "parent": "wing_l2", + "pivot": [31, 51.5, -23.43333], + "rotation": [0, 0, 20], + "cubes": [ + {"origin": [30.69698, 42.5, -48.98319], "size": [12, 4, 4], "pivot": [33, 35.5, -32.35], "rotation": [-90, 0, 0], "uv": [88, 161]}, + {"origin": [30.69698, 40.5, -44.98319], "size": [12, 38, 0], "pivot": [26, 33.5, -28.35], "rotation": [-90, 0, 0], "uv": [96, 123]}, + {"origin": [30.69698, 41, -45.23319], "size": [12, 8, 1], "pivot": [33, 34, -28.6], "rotation": [-90, 0, 0], "uv": [180, 81]} + ] + }, + { + "name": "wing_l4", + "parent": "wing_l3", + "pivot": [43, 51.5, -23.24167], + "rotation": [0, 0, 5], + "cubes": [ + {"origin": [42.81726, 40.5, -44.93698], "size": [12, 38, 0], "pivot": [42, 33.5, -28.325], "rotation": [-90, 0, 0], "uv": [115, 38]}, + {"origin": [42.81726, 41.5, -48.18698], "size": [12, 12, 2], "pivot": [45, 34.5, -31.575], "rotation": [-90, 0, 0], "uv": [84, 169]}, + {"origin": [42.81726, 42.5, -48.93698], "size": [12, 4, 4], "pivot": [45, 35.5, -32.325], "rotation": [-90, 0, 0], "uv": [160, 155]} + ] + }, + { + "name": "wing_l5", + "parent": "wing_l4", + "pivot": [55.03634, 52.28571, -24.68881], + "rotation": [0, 0, 7.5], + "cubes": [ + {"origin": [55, 42, -50.375], "size": [10, 5, 5], "pivot": [57, 35, -32.775], "rotation": [-90, 0, 0], "uv": [160, 145]}, + {"origin": [56, 48, -46.875], "size": [8, 4, 1], "pivot": [56, 40, -33.275], "rotation": [-90, 0, 0], "uv": [184, 176]}, + {"origin": [55, 40.5, -45.125], "size": [12, 38, 0], "pivot": [54, 33.5, -28.525], "rotation": [-90, 0, 0], "uv": [72, 111]}, + {"origin": [61, 45.5, -13.375], "size": [13, 10, 2], "pivot": [67.5, 51.5, -13.775], "rotation": [-90, -37.5, 0], "uv": [150, 90]}, + {"origin": [67, 40.5, -38.125], "size": [10, 31, 0], "pivot": [66, 33.5, -21.525], "rotation": [-90, 0, 0], "uv": [140, 142]}, + {"origin": [55, 41, -49.375], "size": [11, 12, 3], "pivot": [58, 34, -31.775], "rotation": [-90, 0, 0], "uv": [150, 63]} + ] + }, + { + "name": "l_fing1", + "parent": "wing_l5", + "pivot": [56.25, 49.6, -25.775], + "cubes": [ + {"origin": [55.25, 43, -55.375], "size": [2, 2, 2], "pivot": [49.25, 33, -37.775], "rotation": [-90, 0, 0], "uv": [0, 147]}, + {"origin": [56.25, 42, -58.375], "size": [0, 2, 2], "pivot": [49.25, 32, -39.775], "rotation": [-90, 0, 0], "uv": [12, 6]} + ] + }, + { + "name": "l_fing2", + "parent": "wing_l5", + "pivot": [58.5, 51.6, -25.775], + "cubes": [ + {"origin": [57.5, 45, -55.375], "size": [2, 2, 2], "pivot": [51.5, 35, -37.775], "rotation": [-90, 0, 0], "uv": [53, 149]}, + {"origin": [58.5, 44, -58.375], "size": [0, 2, 2], "pivot": [51.5, 34, -39.775], "rotation": [-90, 0, 0], "uv": [8, 10]} + ] + }, + { + "name": "l_fing3", + "parent": "wing_l5", + "pivot": [61, 51.6, -25.775], + "cubes": [ + {"origin": [60, 45, -55.375], "size": [2, 2, 2], "pivot": [54, 35, -37.775], "rotation": [-90, 0, 0], "uv": [32, 152]}, + {"origin": [61, 44, -58.375], "size": [0, 2, 2], "pivot": [54, 34, -39.775], "rotation": [-90, 0, 0], "uv": [8, 8]} + ] + }, + { + "name": "l_fing4", + "parent": "wing_l5", + "pivot": [63.5, 51.6, -25.775], + "cubes": [ + {"origin": [62.5, 50.6, -27.775], "size": [2, 2, 2], "pivot": [63.5, 51.6, -26.775], "rotation": [-90, 0, 0], "uv": [53, 153]}, + {"origin": [63.5, 44, -58.375], "size": [0, 2, 2], "pivot": [56.5, 34, -39.775], "rotation": [-90, 0, 0], "uv": [8, 6]} + ] + }, + { + "name": "tail", + "parent": "body2", + "pivot": [0, 30.45, 3.58333], + "cubes": [ + {"origin": [-6, 24.45, 11.25], "size": [12, 12, 3], "uv": [150, 0]}, + {"origin": [-7, 23.45, 14.25], "size": [14, 14, 5], "uv": [120, 123]}, + {"origin": [-6, 24.45, 19.25], "size": [12, 12, 3], "uv": [62, 149]}, + {"origin": [-8, 22.45, 22.25], "size": [16, 16, 10], "uv": [48, 85]}, + {"origin": [8, 22.45, 32.25], "size": [0, 16, 5], "uv": [165, 182]}, + {"origin": [0, 30.45, 32.25], "size": [0, 16, 5], "pivot": [0, 38.45, 34.75], "rotation": [0, 0, 90], "uv": [49, 33]}, + {"origin": [0, 14.45, 32.25], "size": [0, 16, 5], "pivot": [0, 22.45, 34.75], "rotation": [0, 0, 90], "uv": [113, 181]}, + {"origin": [-8, 22.45, 32.25], "size": [0, 16, 5], "uv": [123, 181]}, + {"origin": [-5, 25.45, 32.25], "size": [10, 10, 1], "uv": [186, 163]}, + {"origin": [-3.5, 26.95, 9.25], "size": [7, 7, 2], "uv": [162, 163]}, + {"origin": [-4, 26.45, 3.25], "size": [8, 8, 2], "uv": [190, 34]}, + {"origin": [-4.5, 25.95, 5.25], "size": [9, 9, 4], "uv": [58, 164]} + ] + }, + { + "name": "tail1", + "parent": "tail", + "pivot": [0, 30.45, 32.75], + "cubes": [ + {"origin": [-4, 26.45, 33.25], "size": [8, 8, 9], "uv": [139, 38]} + ] + }, + { + "name": "tail2", + "parent": "tail1", + "pivot": [0, 30.45, 42.25], + "cubes": [ + {"origin": [-3.5, 26.95, 42.25], "size": [7, 7, 9], "uv": [0, 143]} + ] + }, + { + "name": "tail3", + "parent": "tail2", + "pivot": [0, 30.45, 51.25], + "cubes": [ + {"origin": [-3, 26.95, 51.25], "size": [6, 7, 9], "uv": [32, 149]} + ] + }, + { + "name": "tail4", + "parent": "tail3", + "pivot": [0, 30.95, 60.25], + "cubes": [ + {"origin": [-2.5, 27.95, 60.25], "size": [5, 6, 7], "uv": [53, 177]} + ] + }, + { + "name": "tail5", + "parent": "tail4", + "pivot": [0, 31.95, 67.25], + "cubes": [ + {"origin": [-2, 29.95, 67.25], "size": [4, 4, 7], "uv": [175, 95]} + ] + }, + { + "name": "tail6", + "parent": "tail5", + "pivot": [0, 31.95, 74.25], + "cubes": [ + {"origin": [-1.5, 29.95, 74.25], "size": [3, 4, 7], "uv": [34, 78]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/zekrom/zekrom.geo.json b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/zekrom/zekrom.geo.json new file mode 100644 index 0000000..1146d0f --- /dev/null +++ b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/zekrom/zekrom.geo.json @@ -0,0 +1,419 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 256, + "texture_height": 256, + "visible_bounds_width": 7, + "visible_bounds_height": 6.5, + "visible_bounds_offset": [0, 2.75, 0] + }, + "bones": [ + { + "name": "root", + "pivot": [0, 0, 0] + }, + { + "name": "zekrom", + "parent": "root", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "zekrom", + "pivot": [0, 23, -1], + "cubes": [ + {"origin": [-6, 18, -4], "size": [12, 8, 8], "uv": [42, 66]}, + {"origin": [-4, 17, -5], "size": [8, 8, 8], "uv": [76, 145]} + ] + }, + { + "name": "body1", + "parent": "body", + "pivot": [0, 26, 0], + "cubes": [ + {"origin": [-5, 26, -4.1], "size": [10, 5, 9], "uv": [89, 57]} + ] + }, + { + "name": "body2", + "parent": "body1", + "pivot": [0, 31, 0], + "cubes": [ + {"origin": [4.6, 32.65, -3.5], "size": [4, 9, 7], "pivot": [2.6, 39.65, 0.5], "rotation": [0, 0, 19.5], "uv": [62, 109]}, + {"origin": [-6, 31, -4.1], "size": [12, 14, 9], "uv": [0, 54]}, + {"origin": [-7.6, 31.50817, -3.5], "size": [4, 9, 7], "pivot": [-5.66395, 36.00817, 0], "rotation": [0, 0, -19.5], "uv": [99, 106]} + ] + }, + { + "name": "body3", + "parent": "body2", + "pivot": [0, 41, 0], + "cubes": [ + {"origin": [-9, 39, -5], "size": [18, 12, 10], "uv": [42, 44]} + ] + }, + { + "name": "arm_r", + "parent": "body3", + "pivot": [-9, 47, -0.5], + "cubes": [ + {"origin": [-19, 44, -3], "size": [10, 5, 5], "uv": [98, 71]}, + {"origin": [-13, 49, -2.5], "size": [4, 1, 4], "uv": [30, 139]} + ] + }, + { + "name": "r_arm_lower", + "parent": "arm_r", + "pivot": [-19, 46.7, 0.1], + "cubes": [ + {"origin": [-32, 40, 0.1], "size": [13, 3, 2], "uv": [88, 0]}, + {"origin": [-34, 43, -0.9], "size": [15, 6, 3], "uv": [84, 90]}, + {"origin": [-19.4, 40.5, 0.5], "size": [2, 1, 1], "pivot": [-18.4, 41, 1], "rotation": [0, 0, -32.5], "uv": [56, 16]}, + {"origin": [-39.2, 37.7, 0], "size": [9, 3, 2], "pivot": [-34.7, 39.2, 0.5], "rotation": [0, 0, -42.5], "uv": [132, 47]}, + {"origin": [-39.4, 39, 1], "size": [9, 4, 0], "pivot": [-34.9, 40.5, -0.5], "rotation": [0, 0, -25], "uv": [136, 108]}, + {"origin": [-42.2, 41.7, 0], "size": [9, 3, 2], "pivot": [-37.7, 43.2, 0.5], "rotation": [0, 0, -17.5], "uv": [134, 38]}, + {"origin": [-42.2, 44.7, 1], "size": [9, 3, 0], "pivot": [-37.7, 46.2, -0.5], "rotation": [0, 0, -17.5], "uv": [98, 54]}, + {"origin": [-44, 46, 0], "size": [10, 3, 2], "uv": [0, 129]}, + {"origin": [-31.6, 43.7, -1.2], "size": [5, 4, 1], "uv": [142, 5]} + ] + }, + { + "name": "r_finger1", + "parent": "r_arm_lower", + "pivot": [-28.1, 45.7, -1.2], + "cubes": [ + {"origin": [-28.6, 44.7, -2.7], "size": [1, 2, 1], "pivot": [-28.1, 45.7, -2.2], "rotation": [90, 0, 0], "uv": [42, 31]} + ] + }, + { + "name": "r_finger2", + "parent": "r_arm_lower", + "pivot": [-31.1, 46.7, -1.2], + "cubes": [ + {"origin": [-31.6, 45.7, -2.7], "size": [1, 2, 1], "pivot": [-31.1, 46.7, -2.2], "rotation": [90, 0, 0], "uv": [46, 0]} + ] + }, + { + "name": "r_finger3", + "parent": "r_arm_lower", + "pivot": [-31.1, 44.7, -1.2], + "cubes": [ + {"origin": [-31.6, 43.7, -2.7], "size": [1, 2, 1], "pivot": [-31.1, 44.7, -2.2], "rotation": [90, 0, 0], "uv": [38, 54]} + ] + }, + { + "name": "arm_l", + "parent": "body3", + "pivot": [9, 47, -0.5], + "cubes": [ + {"origin": [9, 44, -3], "size": [10, 5, 5], "uv": [52, 99]}, + {"origin": [9, 49, -2.5], "size": [4, 1, 4], "uv": [74, 67]} + ] + }, + { + "name": "l_arm_lower", + "parent": "arm_l", + "pivot": [19, 46, 0.03333], + "cubes": [ + {"origin": [19, 43, -0.9], "size": [15, 6, 3], "uv": [48, 90]}, + {"origin": [26.6, 43.7, -1.2], "size": [5, 4, 1], "uv": [77, 99]}, + {"origin": [34, 46, 0], "size": [10, 3, 2], "uv": [126, 0]}, + {"origin": [33.2, 44.7, 1], "size": [9, 3, 0], "pivot": [37.7, 46.2, -0.5], "rotation": [0, 0, 17.5], "uv": [48, 87]}, + {"origin": [33.2, 41.7, 0], "size": [9, 3, 2], "pivot": [37.7, 43.2, 0.5], "rotation": [0, 0, 17.5], "uv": [129, 113]}, + {"origin": [30.2, 37.7, 0], "size": [9, 3, 2], "pivot": [34.7, 39.2, 0.5], "rotation": [0, 0, 42.5], "uv": [99, 101]}, + {"origin": [19, 40, 0.1], "size": [13, 3, 2], "uv": [38, 82]}, + {"origin": [17.4, 40.5, 0.5], "size": [2, 1, 1], "pivot": [18.4, 41, 1], "rotation": [0, 0, 32.5], "uv": [52, 42]}, + {"origin": [30.4, 39, 1], "size": [9, 4, 0], "pivot": [34.9, 40.5, -0.5], "rotation": [0, 0, 25], "uv": [129, 118]} + ] + }, + { + "name": "l_finger1", + "parent": "l_arm_lower", + "pivot": [31.1, 46.7, -1.2], + "cubes": [ + {"origin": [30.6, 45.7, -2.7], "size": [1, 2, 1], "pivot": [31.1, 46.7, -2.2], "rotation": [90, 0, 0], "uv": [5, 28]} + ] + }, + { + "name": "l_finger2", + "parent": "l_arm_lower", + "pivot": [31.1, 44.7, -1.2], + "cubes": [ + {"origin": [30.6, 43.7, -2.7], "size": [1, 2, 1], "pivot": [31.1, 44.7, -2.2], "rotation": [90, 0, 0], "uv": [5, 0]} + ] + }, + { + "name": "l_finger3", + "parent": "l_arm_lower", + "pivot": [28.1, 45.7, -1.2], + "cubes": [ + {"origin": [27.6, 44.7, -2.7], "size": [1, 2, 1], "pivot": [28.1, 45.7, -2.2], "rotation": [90, 0, 0], "uv": [42, 28]} + ] + }, + { + "name": "r_wing_base", + "parent": "body3", + "pivot": [-6, 50, 5], + "cubes": [ + {"origin": [-7, 48, 5], "size": [2, 3, 3], "uv": [88, 42]} + ] + }, + { + "name": "r_wing_main", + "parent": "r_wing_base", + "pivot": [-6, 50, 7.5], + "cubes": [ + {"origin": [-7.5, 49.3, 6.5], "size": [2, 2, 3], "pivot": [-6.5, 49.8, 8], "rotation": [0, -90, -25], "uv": [32, 144]}, + {"origin": [-9.9, 48, 6.6], "size": [2, 3, 4], "pivot": [-8.9, 49.5, 8.1], "rotation": [0, -90, 22.5], "uv": [104, 140]}, + {"origin": [-11.9, 49.35, 6.8], "size": [2, 3, 4], "pivot": [-10.9, 50.85, 8.3], "rotation": [0, -90, 72.5], "uv": [140, 27]}, + {"origin": [-12.7, 37.35, 6.9], "size": [2, 17, 4], "pivot": [-11.7, 52.85, 8.4], "rotation": [0, -90, 90], "uv": [60, 125]}, + {"origin": [-13.6, 38.35, 7], "size": [2, 18, 4], "pivot": [-12.6, 54.85, 8.5], "rotation": [0, -90, 109.5], "uv": [48, 117]}, + {"origin": [-10.7, 43.35, 4.9], "size": [0, 12, 5], "pivot": [-11.7, 58.85, 7.4], "rotation": [0, -90, 80], "uv": [132, 0]}, + {"origin": [-10.7, 40.35, 4.9], "size": [0, 12, 5], "pivot": [-11.7, 55.85, 7.4], "rotation": [0, -90, 122.5], "uv": [0, 129]}, + {"origin": [-13.6, 39.75, 7.1], "size": [2, 20, 4], "pivot": [-12.6, 58.25, 8.6], "rotation": [0, -90, 122.5], "uv": [84, 113]}, + {"origin": [-9.4, 51.35, 6.8], "size": [1, 7, 3], "pivot": [-8.4, 56.85, 8.3], "rotation": [0, -90, 122.5], "uv": [0, 28]}, + {"origin": [-12.7, 50.35, 6.9], "size": [2, 8, 4], "pivot": [-11.7, 56.85, 8.4], "rotation": [0, -90, 90], "uv": [72, 137]} + ] + }, + { + "name": "l_wing_base", + "parent": "body3", + "pivot": [6, 50, 5], + "cubes": [ + {"origin": [5, 48, 5], "size": [2, 3, 3], "uv": [0, 77]} + ] + }, + { + "name": "l_wing_main", + "parent": "l_wing_base", + "pivot": [6, 50, 7.5], + "cubes": [ + {"origin": [5.5, 49.3, 6.5], "size": [2, 2, 3], "pivot": [6.5, 49.8, 8], "rotation": [0, 90, 25], "uv": [114, 47]}, + {"origin": [9.9, 49.35, 6.8], "size": [2, 3, 4], "pivot": [10.9, 50.85, 8.3], "rotation": [0, 90, -72.5], "uv": [46, 139]}, + {"origin": [7.9, 48, 6.6], "size": [2, 3, 4], "pivot": [8.9, 49.5, 8.1], "rotation": [0, 90, -22.5], "uv": [139, 122]}, + {"origin": [10.7, 37.35, 6.9], "size": [2, 17, 4], "pivot": [11.7, 52.85, 8.4], "rotation": [0, 90, -90], "uv": [96, 122]}, + {"origin": [11.6, 38.35, 7], "size": [2, 18, 4], "pivot": [12.6, 54.85, 8.5], "rotation": [0, 90, -109.5], "uv": [36, 117]}, + {"origin": [11.6, 39.75, 7.1], "size": [2, 20, 4], "pivot": [12.6, 58.25, 8.6], "rotation": [0, 90, -122.5], "uv": [24, 105]}, + {"origin": [8.4, 51.35, 6.8], "size": [1, 7, 3], "pivot": [8.4, 56.85, 8.3], "rotation": [0, 90, -122.5], "uv": [0, 0]}, + {"origin": [10.7, 50.35, 6.9], "size": [2, 8, 4], "pivot": [11.7, 56.85, 8.4], "rotation": [0, 90, -90], "uv": [136, 133]}, + {"origin": [10.7, 40.35, 4.9], "size": [0, 12, 5], "pivot": [11.7, 55.85, 7.4], "rotation": [0, 90, -122.5], "uv": [72, 120]}, + {"origin": [10.7, 43.35, 4.9], "size": [0, 12, 5], "pivot": [11.7, 58.85, 7.4], "rotation": [0, 90, -80], "uv": [126, 128]} + ] + }, + { + "name": "neck", + "parent": "body3", + "pivot": [0, 51, 1], + "cubes": [ + {"origin": [-2.5, 51, -5], "size": [5, 6, 6], "uv": [122, 75]}, + {"origin": [-1, 53.5, -0.5], "size": [2, 3, 3], "pivot": [0, 55, 1], "rotation": [45, 0, 0], "uv": [116, 140]} + ] + }, + { + "name": "head", + "parent": "neck", + "pivot": [0, 57, -5], + "cubes": [ + {"origin": [-3, 57, -5], "size": [6, 7, 3], "uv": [108, 130]}, + {"origin": [-3, 57, -2], "size": [6, 7, 4], "uv": [127, 62]}, + {"origin": [-3, 60, -11], "size": [6, 4, 6], "uv": [0, 119]}, + {"origin": [1.4, 62.95, -10.8], "size": [2, 2, 6], "pivot": [5.9, 63.9, -7.8], "rotation": [17.5, 0, 0], "uv": [108, 81]}, + {"origin": [-3.4, 62.95, -10.8], "size": [2, 2, 6], "pivot": [1.1, 63.9, -7.8], "rotation": [17.5, 0, 0], "uv": [92, 18]}, + {"origin": [-3.05, 61.59874, -9.08446], "size": [1, 2, 3], "uv": [28, 129]}, + {"origin": [1.95, 61.89874, -9.08446], "size": [1, 2, 1], "pivot": [2.45, 62.89874, -8.58446], "rotation": [0, -45, 0], "uv": [60, 0]}, + {"origin": [2.05, 61.59874, -9.08446], "size": [1, 2, 3], "uv": [77, 110]}, + {"origin": [-2.95, 61.89874, -9.08446], "size": [1, 2, 1], "pivot": [-2.45, 62.89874, -8.58446], "rotation": [0, -45, 0], "uv": [42, 71]}, + {"origin": [-1.5, 58.8, -11.075], "size": [3, 2, 0], "uv": [52, 8]}, + {"origin": [-1.5, 59.7, -9.5], "size": [0, 1, 4], "pivot": [0.5, 63.7, -8.5], "rotation": [89.99997, -87.5, -89.99997], "uv": [68, 2]}, + {"origin": [-2.5, 59.7, -10.5], "size": [0, 1, 5], "pivot": [-0.5, 63.7, -7.5], "rotation": [2.5, 0, 0], "uv": [64, 10]}, + {"origin": [2.6, 59.7, -10.5], "size": [0, 1, 5], "pivot": [4.6, 63.7, -7.5], "rotation": [2.5, 0, 0], "uv": [64, 10]} + ] + }, + { + "name": "head_spike", + "parent": "head", + "pivot": [0, 79.98074, 2.46532], + "rotation": [5, 0, 0], + "cubes": [ + {"origin": [-3.5, 65.22976, -13.60514], "size": [7, 3, 6], "pivot": [2, 76.7, -3.3], "rotation": [32.5, 0, 0], "uv": [114, 38]}, + {"origin": [-1, 65.87431, -11.37142], "size": [2, 2, 10], "pivot": [0.5, 78.7, -3.3], "rotation": [20, 0, 0], "uv": [110, 89]}, + {"origin": [1, 66.57431, -11.37142], "size": [1, 1, 7], "pivot": [2.5, 78.4, -3.3], "rotation": [20, 0, 0], "uv": [138, 52]}, + {"origin": [-2, 66.57431, -11.37142], "size": [1, 1, 7], "pivot": [-0.5, 78.4, -3.3], "rotation": [20, 0, 0], "uv": [84, 137]}, + {"origin": [-1.5, 65.22976, -10.10514], "size": [3, 3, 7], "pivot": [1, 76.7, 0.2], "rotation": [32.5, 0, 0], "uv": [128, 98]}, + {"origin": [-1.5, 77.13369, -11.54734], "size": [3, 3, 6], "pivot": [2, 80.6, 3.4], "rotation": [77.5, 0, 0], "uv": [136, 11]}, + {"origin": [-2.5, 67.2077, -7.15], "size": [5, 3, 4], "pivot": [2, 79.5, 1.9], "rotation": [25, 0, 0], "uv": [136, 20]}, + {"origin": [-1, 71.51345, -2.0422], "size": [2, 2, 3], "pivot": [2.5, 85.5, 5.6], "rotation": [17.5, 0, 0], "uv": [144, 78]}, + {"origin": [-0.5, 73.39345, 0.8078], "size": [1, 1, 3], "pivot": [2, 86.4, 8.4], "rotation": [17.5, 0, 0], "uv": [88, 48]}, + {"origin": [-1, 61.95267, 7.40708], "size": [2, 7, 2], "pivot": [1, 73.8, 2.3], "rotation": [-47.5, 0, 0], "uv": [0, 54]} + ] + }, + { + "name": "bottom_jaw", + "parent": "head", + "pivot": [0, 60.1, -5], + "cubes": [ + {"origin": [-3, 58, -11], "size": [6, 2, 6], "uv": [122, 30]}, + {"origin": [-2.5, 59.4, -10.5], "size": [0, 1, 6], "uv": [62, 11]}, + {"origin": [2.6, 59.4, -10.5], "size": [0, 1, 6], "uv": [62, 11]}, + {"origin": [-1.5, 59.4, -10.5], "size": [0, 1, 5], "pivot": [0.5, 63.4, -8.5], "rotation": [0, -90, 0], "uv": [68, 2]} + ] + }, + { + "name": "skull_helmet", + "parent": "head", + "pivot": [0.6, 73.1, -11.5], + "rotation": [10, 0, 0], + "cubes": [ + {"origin": [-3.04, 62.50587, -17.24098], "size": [2, 3, 7], "pivot": [-3.5, 74.1, -11.5], "rotation": [17.5, 0, 0], "uv": [17, 129]}, + {"origin": [-1.5, 61.50587, -17.34098], "size": [3, 4, 8], "pivot": [-2, 73.1, -11.6], "rotation": [17.5, 0, 0], "uv": [114, 101]}, + {"origin": [1.04, 62.50587, -17.24098], "size": [2, 3, 7], "pivot": [0.5, 74.1, -11.5], "rotation": [17.5, 0, 0], "uv": [128, 123]}, + {"origin": [-3.1, 61.50587, -17.24098], "size": [2, 3, 3], "pivot": [-3.6, 73.1, -11.5], "rotation": [17.5, 0, 0], "uv": [143, 60]}, + {"origin": [1.1, 61.50587, -17.24098], "size": [2, 3, 3], "pivot": [0.6, 73.1, -11.5], "rotation": [17.5, 0, 0], "uv": [7, 144]} + ] + }, + { + "name": "tail", + "parent": "body", + "pivot": [-0.43553, 23.06497, 4], + "cubes": [ + {"origin": [-11.43553, 14.06497, 8], "size": [2, 18, 10], "pivot": [-0.43553, 23.06497, 10.5], "rotation": [0, 0, 45], "uv": [0, 77]}, + {"origin": [-9.43553, 14.06497, 8], "size": [18, 18, 10], "pivot": [-0.43553, 23.06497, 10.5], "rotation": [0, 0, 45], "uv": [0, 0]}, + {"origin": [-9.43553, 32.06497, 8], "size": [18, 2, 10], "pivot": [-0.43553, 23.06497, 10.5], "rotation": [0, 0, 45], "uv": [52, 30]}, + {"origin": [-9.43553, 12.06497, 8], "size": [18, 2, 10], "pivot": [-0.43553, 23.06497, 10.5], "rotation": [0, 0, 45], "uv": [46, 18]}, + {"origin": [-8.43553, 15.06497, 18], "size": [16, 16, 10], "pivot": [-0.43553, 23.06497, 20.5], "rotation": [0, 0, 45], "uv": [0, 28]}, + {"origin": [-6.43553, 19.06497, 28], "size": [2, 8, 10], "pivot": [-0.43553, 23.06497, 30.5], "rotation": [0, 0, 45], "uv": [98, 20]}, + {"origin": [-4.43553, 27.06497, 28], "size": [8, 2, 10], "pivot": [-0.43553, 23.06497, 30.5], "rotation": [0, 0, 45], "uv": [88, 42]}, + {"origin": [-0.43553, 28.06497, 31], "size": [1, 5, 5], "pivot": [0.56447, 22.06497, 30.5], "rotation": [0, 0, 45], "uv": [53, 141]}, + {"origin": [-4.43553, 19.06497, 28], "size": [8, 8, 10], "pivot": [-0.43553, 23.06497, 30.5], "rotation": [0, 0, 45], "uv": [72, 72]}, + {"origin": [-4.43553, 17.06497, 28], "size": [8, 2, 10], "pivot": [-0.43553, 23.06497, 30.5], "rotation": [0, 0, 45], "uv": [86, 6]}, + {"origin": [-12.43553, 22.06497, 31], "size": [5, 1, 5], "pivot": [-1.43553, 22.06497, 30.5], "rotation": [0, 0, 45], "uv": [143, 140]}, + {"origin": [-2.94239, 14.62893, 31], "size": [5, 1, 5], "pivot": [-0.44239, 15.12893, 33.5], "rotation": [0, 0, -90], "uv": [143, 140]}, + {"origin": [3.56447, 19.06497, 28], "size": [2, 8, 10], "pivot": [-0.43553, 23.06497, 30.5], "rotation": [0, 0, 45], "uv": [38, 99]}, + {"origin": [-4.43553, 19.66497, 38], "size": [6, 6, 5], "pivot": [-0.43553, 21.66497, 40.5], "rotation": [0, 0, 45], "uv": [124, 87]}, + {"origin": [-2.43553, 21.66497, 43], "size": [2, 2, 5], "pivot": [-0.43553, 21.66497, 45.5], "rotation": [0, 0, 45], "uv": [21, 139]}, + {"origin": [8.56447, 14.06497, 8], "size": [2, 18, 10], "pivot": [-0.43553, 23.06497, 10.5], "rotation": [0, 0, 45], "uv": [24, 77]}, + {"origin": [-3, 20, 4], "size": [6, 6, 4], "pivot": [0, 23, 6], "rotation": [0, 0, -45], "uv": [14, 77]} + ] + }, + { + "name": "leg_l", + "parent": "body", + "pivot": [6, 22.5, 0], + "cubes": [ + {"origin": [6, 12, -3], "size": [4, 9, 6], "uv": [112, 0]}, + {"origin": [6, 19, -3.5], "size": [5, 7, 7], "pivot": [8, 22.5, 0], "rotation": [45, 0, 0], "uv": [82, 99]} + ] + }, + { + "name": "l_leg_lower", + "parent": "leg_l", + "pivot": [7.9, 12, -3], + "cubes": [ + {"origin": [5.9, 4, -3], "size": [4, 8, 6], "uv": [115, 116]} + ] + }, + { + "name": "l_foot", + "parent": "l_leg_lower", + "pivot": [7.9, 4, 0], + "cubes": [ + {"origin": [5.4, 0, 0], "size": [5, 4, 4], "uv": [42, 30]}, + {"origin": [7.4, 3, 2.9], "size": [1, 2, 3], "pivot": [7.9, 4, 4.9], "rotation": [40, 0, 0], "uv": [33, 54]}, + {"origin": [5.9, 2, -3], "size": [4, 2, 3], "uv": [141, 84]}, + {"origin": [5.4, 0, -3], "size": [5, 2, 3], "uv": [138, 73]}, + {"origin": [5.4, 0, -5], "size": [5, 2, 2], "uv": [32, 105]} + ] + }, + { + "name": "bone5", + "parent": "l_foot", + "pivot": [4.4, -1.7, -8.8], + "rotation": [0, 12.5, 0], + "cubes": [ + {"origin": [4.4, -0.2, -6.3], "size": [2, 2, 2], "uv": [33, 59]}, + {"origin": [4.4, -0.2, -7.3], "size": [2, 1, 1], "uv": [46, 8]} + ] + }, + { + "name": "bone4", + "parent": "l_foot", + "pivot": [7.9, 0.65, -6.75], + "cubes": [ + {"origin": [6.9, -0.1, -7], "size": [2, 2, 2], "uv": [56, 12]}, + {"origin": [6.9, -0.1, -8], "size": [2, 1, 1], "uv": [63, 2]} + ] + }, + { + "name": "bone3", + "parent": "l_foot", + "pivot": [11, -1.7, -6.9], + "rotation": [0, -12.5, 0], + "cubes": [ + {"origin": [9, -0.2, -7.4], "size": [2, 1, 1], "uv": [63, 42]}, + {"origin": [9, -0.2, -6.4], "size": [2, 2, 2], "uv": [56, 8]} + ] + }, + { + "name": "right_leg", + "parent": "body", + "pivot": [-6, 22.5, -0.1], + "cubes": [ + {"origin": [-11, 19, -3.5], "size": [5, 7, 7], "pivot": [-8, 22.5, 0], "rotation": [45, 0, 0], "uv": [0, 105]}, + {"origin": [-10, 12, -3], "size": [4, 9, 6], "uv": [116, 15]} + ] + }, + { + "name": "r_leg_bottom", + "parent": "right_leg", + "pivot": [-7.9, 12, -3], + "cubes": [ + {"origin": [-9.9, 4, -3], "size": [4, 8, 6], "uv": [118, 48]} + ] + }, + { + "name": "r_foot", + "parent": "r_leg_bottom", + "pivot": [-7.9, 4, 0], + "cubes": [ + {"origin": [-10.4, 0, 0], "size": [5, 4, 4], "uv": [46, 0]}, + {"origin": [-8.4, 3, 2.9], "size": [1, 2, 3], "pivot": [-7.9, 4, 4.9], "rotation": [40, 0, 0], "uv": [42, 66]}, + {"origin": [-9.9, 2, -3], "size": [4, 2, 3], "uv": [141, 98]}, + {"origin": [-10.4, 0, -3], "size": [5, 2, 3], "uv": [10, 139]}, + {"origin": [-10.4, 0, -5], "size": [5, 2, 2], "uv": [140, 43]} + ] + }, + { + "name": "bone8", + "parent": "r_foot", + "pivot": [-10.8, -1.5, -9.5], + "cubes": [ + {"origin": [-10.8, -0.2, -6.6], "size": [2, 2, 2], "pivot": [-9.8, 0.55, -6.35], "rotation": [0, 12.5, 0], "uv": [62, 10]}, + {"origin": [-10.8, -0.2, -7.6], "size": [2, 1, 1], "pivot": [-9.8, 0.55, -6.35], "rotation": [0, 12.5, 0], "uv": [64, 4]} + ] + }, + { + "name": "bone7", + "parent": "r_foot", + "pivot": [-9.9, -1.6, -9.5], + "cubes": [ + {"origin": [-8.9, -0.1, -7], "size": [2, 2, 2], "uv": [62, 6]}, + {"origin": [-8.9, -0.1, -8], "size": [2, 1, 1], "uv": [64, 0]} + ] + }, + { + "name": "bone6", + "parent": "r_foot", + "pivot": [-6, 0.55, -6.35], + "rotation": [0, -12.5, 0], + "cubes": [ + {"origin": [-7, -0.2, -6.6], "size": [2, 2, 2], "uv": [0, 83]}, + {"origin": [-7, -0.2, -7.6], "size": [2, 1, 1], "uv": [52, 38]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/zygarde/zygarde.geo.json b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/zygarde/zygarde.geo.json new file mode 100644 index 0000000..edc5698 --- /dev/null +++ b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/models/zygarde/zygarde.geo.json @@ -0,0 +1,155 @@ +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.unknown", + "texture_width": 256, + "texture_height": 256, + "visible_bounds_width": 9, + "visible_bounds_height": 5.5, + "visible_bounds_offset": [0, 2.25, 0] + }, + "bones": [ + { + "name": "root", + "pivot": [0, 0, 0] + }, + { + "name": "zygarde", + "parent": "root", + "pivot": [0, 0, 0] + }, + { + "name": "body", + "parent": "zygarde", + "pivot": [0, 0, -8], + "rotation": [-65, 0, 0], + "cubes": [ + {"origin": [-8.5, 0, -18], "size": [17, 4, 10], "uv": [54, 93]} + ] + }, + { + "name": "body1", + "parent": "body", + "pivot": [-1, 0, -18], + "rotation": [-17.5, 0, 0], + "cubes": [ + {"origin": [-9, 0, -28], "size": [18, 4, 10], "uv": [86, 0]} + ] + }, + { + "name": "body2", + "parent": "body1", + "pivot": [0, 0, -28], + "rotation": [-7.5, 0, 0], + "cubes": [ + {"origin": [-10, 0, -38], "size": [20, 5, 10], "uv": [64, 78]}, + {"origin": [-11, 0, -48], "size": [22, 6, 10], "uv": [0, 78]}, + {"origin": [-3, 5, -72], "size": [6, 1, 25], "pivot": [5, 5, -49], "rotation": [-27.5, 0, 0], "uv": [37, 52]}, + {"origin": [-2, 5, -76], "size": [4, 1, 4], "pivot": [5, 5, -49], "rotation": [-27.5, 0, 0], "uv": [37, 44]}, + {"origin": [-9, 5.5, -72], "size": [6, 1, 25], "pivot": [-1, 5.5, -49], "rotation": [-28.9854, 17.66046, -9.54013], "uv": [0, 51]}, + {"origin": [-8, 5.5, -76], "size": [4, 1, 4], "pivot": [-1, 5.5, -49], "rotation": [-28.9854, 17.66046, -9.54013], "uv": [37, 52]}, + {"origin": [-13.75, 6, -72], "size": [6, 1, 25], "pivot": [-5.75, 6, -49], "rotation": [-37.61557, 40.84182, -26.744], "uv": [49, 0]}, + {"origin": [-12.75, 6, -76], "size": [4, 1, 4], "pivot": [-5.75, 6, -49], "rotation": [-37.61557, 40.84182, -26.744], "uv": [0, 45]}, + {"origin": [-25, 2, -48], "size": [15, 0, 17], "uv": [57, 52]}, + {"origin": [10, 2, -48], "size": [15, 0, 17], "uv": [57, 26]}, + {"origin": [4, 5.5, -76], "size": [4, 1, 4], "pivot": [1, 5.5, -49], "rotation": [-28.9854, -17.66046, 9.54013], "uv": [53, 5]}, + {"origin": [8.75, 6, -76], "size": [4, 1, 4], "pivot": [5.75, 6, -49], "rotation": [-37.61557, -40.84182, 26.744], "uv": [53, 0]}, + {"origin": [3, 5.5, -72], "size": [6, 1, 25], "pivot": [1, 5.5, -49], "rotation": [-28.9854, -17.66046, 9.54013], "uv": [37, 26]}, + {"origin": [7.75, 6, -72], "size": [6, 1, 25], "pivot": [5.75, 6, -49], "rotation": [-37.61557, -40.84182, 26.744], "uv": [0, 25]} + ] + }, + { + "name": "neck", + "parent": "body2", + "pivot": [0, 5, -48], + "rotation": [20, 0, 0], + "cubes": [ + {"origin": [-10, 0, -54], "size": [20, 5, 6], "uv": [86, 14]} + ] + }, + { + "name": "neck1", + "parent": "neck", + "pivot": [0, 5, -54], + "rotation": [35, 0, 0], + "cubes": [ + {"origin": [-9, 0, -60], "size": [18, 5, 6], "uv": [46, 107]} + ] + }, + { + "name": "neck2", + "parent": "neck1", + "pivot": [0, 5, -60], + "rotation": [22.5, 0, 0], + "cubes": [ + {"origin": [-8.5, 0, -66], "size": [17, 5, 6], "uv": [0, 108]} + ] + }, + { + "name": "head", + "parent": "neck2", + "pivot": [0, 5, -66], + "rotation": [50, 0, 0], + "cubes": [ + {"origin": [-9, 0, -72], "size": [18, 5, 6], "uv": [104, 47]}, + {"origin": [-3, 0.48151, -86.13471], "size": [6, 4, 8], "uv": [-2, 32]}, + {"origin": [-3, 1.48151, -80.93471], "size": [6, 4, 8], "pivot": [0, 3.5, -76.8], "rotation": [17.5, 0, 0], "uv": [-2, 32]}, + {"origin": [1.3, 5.72466, -83.13556], "size": [7, 0, 12], "pivot": [5.8, 5.72466, -75.63556], "rotation": [12.52965, 15.52796, 10.76446], "uv": [25, 57], "mirror": true}, + {"origin": [-9, 0, -78], "size": [18, 5, 6], "uv": [36, 118]}, + {"origin": [-2.5, 6.3, -77.9], "size": [5, 0, 9], "pivot": [-2.5, 6.3, -74.9], "rotation": [12.5, 0, 0], "uv": [0, 0]}, + {"origin": [-8.3, 5.72466, -83.13556], "size": [7, 0, 12], "pivot": [-5.8, 5.72466, -75.63556], "rotation": [12.52965, -15.52796, -10.76446], "uv": [25, 57]}, + {"origin": [-8.46813, 0.88151, -83.08201], "size": [10, 3, 6], "pivot": [-3.575, 2.9, -80], "rotation": [0, 52.5, 0], "uv": [114, 73]}, + {"origin": [-1.53187, 0.88151, -83.08201], "size": [10, 3, 6], "pivot": [3.575, 2.9, -80], "rotation": [0, -52.5, 0], "uv": [114, 73], "mirror": true} + ] + }, + { + "name": "tail", + "parent": "zygarde", + "pivot": [0, 0, 41], + "cubes": [ + {"origin": [-8, 0, -8], "size": [16, 4, 21], "uv": [0, 0]} + ] + }, + { + "name": "tail_1", + "parent": "tail", + "pivot": [0, 0, 13], + "cubes": [ + {"origin": [-8, 0, 13], "size": [16, 4, 10], "uv": [98, 97]} + ] + }, + { + "name": "tail_2", + "parent": "tail_1", + "pivot": [0, 4, 23], + "cubes": [ + {"origin": [-8, 0, 23], "size": [16, 4, 10], "uv": [94, 59]} + ] + }, + { + "name": "tail_3", + "parent": "tail_2", + "pivot": [0, 4, 33], + "cubes": [ + {"origin": [-8, 0, 33], "size": [16, 4, 10], "uv": [94, 33]} + ] + }, + { + "name": "tail_4", + "parent": "tail_3", + "pivot": [0, 0, 43], + "cubes": [ + {"origin": [-8, 0, 43], "size": [16, 4, 10], "uv": [0, 94]}, + {"origin": [-8, 1, 53], "size": [3, 3, 5], "uv": [0, 51]}, + {"origin": [-4.75, 1, 53], "size": [3, 3, 3], "uv": [50, 26]}, + {"origin": [1.75, 1, 53], "size": [3, 3, 3], "uv": [0, 15]}, + {"origin": [5, 1, 53], "size": [3, 3, 5], "uv": [37, 36]}, + {"origin": [-1.5, 1, 53], "size": [3, 3, 7], "uv": [37, 26]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/arceus.json b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/arceus.json new file mode 100644 index 0000000..462e47a --- /dev/null +++ b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/arceus.json @@ -0,0 +1,30 @@ +{ + "head": "head", + "portraitScale": 1, + "portraitTranslation": [ 0, 0.5, 0 ], + "profileScale": 1, + "profileTranslation": [ 0, 0.4, 0 ], + "faint": "bedrock(arceus, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(arceus, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(arceus, ground_walk)" ] + } + } +} \ No newline at end of file diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/hooh.json b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/hooh.json new file mode 100644 index 0000000..f87bf73 --- /dev/null +++ b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/hooh.json @@ -0,0 +1,51 @@ +{ + "head": "head", + "portraitScale": 0.5, + "portraitTranslation": [ 0, 4, 0 ], + "profileScale": 0.5, + "profileTranslation": [ 0, 0.4, 0 ], + "faint": "bedrock(hooh, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(hooh, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(hooh, ground_walk)" ] + }, + "hovering": { + "poseName": "hovering", + "transformTicks": 10, + "poseTypes": [ + "HOVER" + ], + "animations": [ + "bedrock(hooh, air_idle)" + ] + }, + "flying": { + "poseName": "flying", + "transformTicks": 10, + "poseTypes": [ + "FLY" + ], + "animations": [ + "bedrock(hooh, air_fly)" + ] + + } +} +} \ No newline at end of file diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/hoopa.json b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/hoopa.json new file mode 100644 index 0000000..fad70cb --- /dev/null +++ b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/hoopa.json @@ -0,0 +1,50 @@ +{ + "head": "head", + "portraitScale": 1, + "portraitTranslation": [ 0, 0.5, 0 ], + "profileScale": 1, + "profileTranslation": [ 0, 0.4, 0 ], + "faint": "bedrock(hoopa, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(hoopa, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(hoopa, ground_walk)" ] + }, + "hovering": { + "poseName": "hovering", + "transformTicks": 10, + "poseTypes": [ + "HOVER" + ], + "animations": [ + "bedrock(hoopa, air_idle)" + ] + }, + "flying": { + "poseName": "flying", + "transformTicks": 10, + "poseTypes": [ + "FLY" + ], + "animations": [ + "bedrock(hoopa, air_fly)" + ] +} +} +} \ No newline at end of file diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/koraidon.json b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/koraidon.json new file mode 100644 index 0000000..6d5f297 --- /dev/null +++ b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/koraidon.json @@ -0,0 +1,30 @@ +{ + "head": "head", + "portraitScale": 1, + "portraitTranslation": [ 0, 0.5, 0 ], + "profileScale": 1, + "profileTranslation": [ 0, 0.4, 0 ], + "faint": "bedrock(koraidon, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(koraidon, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(koraidon, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/koraidonpd.json b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/koraidonpd.json new file mode 100644 index 0000000..9e45d13 --- /dev/null +++ b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/koraidonpd.json @@ -0,0 +1,30 @@ +{ + "head": "head", + "portraitScale": 1, + "portraitTranslation": [ 0, 0.5, 0 ], + "profileScale": 1, + "profileTranslation": [ 0, 0.4, 0 ], + "faint": "bedrock(koraidonpd, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(koraidonpd, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(koraidonpd, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/kyurem.json b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/kyurem.json new file mode 100644 index 0000000..ade3a06 --- /dev/null +++ b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/kyurem.json @@ -0,0 +1,30 @@ +{ + "head": "head", + "portraitScale": 1, + "portraitTranslation": [ 0, 0.5, 0 ], + "profileScale": 1, + "profileTranslation": [ 0, 0.4, 0 ], + "faint": "bedrock(kyurem, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(kyurem, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(kyurem, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/lugia.json b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/lugia.json new file mode 100644 index 0000000..ca89435 --- /dev/null +++ b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/lugia.json @@ -0,0 +1,71 @@ +{ + "head": "head", + "portraitScale": 0.5, + "portraitTranslation": [ 0, 4, 0 ], + "profileScale": 0.5, + "profileTranslation": [ 0, 0.4, 0 ], + "faint": "bedrock(lugia, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(lugia, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(lugia, ground_walk)" ] + }, + "hovering": { + "poseName": "hovering", + "transformTicks": 10, + "poseTypes": [ + "HOVER" + ], + "animations": [ + "bedrock(lugia, air_idle)" + ] + }, + "flying": { + "poseName": "flying", + "transformTicks": 10, + "poseTypes": [ + "FLY" + ], + "animations": [ + "bedrock(lugia, air_fly)" + ] + + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": [ + "SWIM" + ], + "animations": [ + "bedrock(lugia, water_swim)" + ] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": [ + "FLOAT" + ], + "animations": [ + "bedrock(lugia, water_idle)" + ] + } +} +} \ No newline at end of file diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/miraidon.json b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/miraidon.json new file mode 100644 index 0000000..001b090 --- /dev/null +++ b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/miraidon.json @@ -0,0 +1,30 @@ +{ + "head": "head", + "portraitScale": 1, + "portraitTranslation": [ 0, 0.5, 0 ], + "profileScale": 1, + "profileTranslation": [ 0, 0.4, 0 ], + "faint": "bedrock(miraidon, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(miraidon, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(miraidon, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/miraidonpd.json b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/miraidonpd.json new file mode 100644 index 0000000..2a7e293 --- /dev/null +++ b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/miraidonpd.json @@ -0,0 +1,140 @@ +{ + "head": "head", + "portraitScale": 1, + "portraitTranslation": [ 0, 0.5, 0 ], + "profileScale": 1, + "profileTranslation": [ 0, 0.4, 0 ], + "faint": "bedrock(miraidonpd, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(miraidonpd, ground_idle)" + ], + "transformedParts": [ + { + "part": "wing_r", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "wing_l", + "position": [0, 0, 0], + "rotationrotation": [0, 0, 0], + "isVisible": false + } + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(miraidonpd, ground_walk)" ] + }, + "hovering": { + "poseName": "hovering", + "transformTicks": 10, + "poseTypes": [ + "HOVER" + ], + "animations": [ + "bedrock(miraidonpd, air_idle)" + ], + "transformedParts": [ + { + "part": "wing_r", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": true + }, + { + "part": "wing_l", + "position": [0, 0, 0], + "rotationrotation": [0, 0, 0], + "isVisible": true + } + ] + }, + "flying": { + "poseName": "flying", + "transformTicks": 10, + "poseTypes": [ + "FLY" + ], + "animations": [ + "bedrock(miraidonpd, air_fly)" + ], + "transformedParts": [ + { + "part": "wing_r", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": true + }, + { + "part": "wing_l", + "position": [0, 0, 0], + "rotationrotation": [0, 0, 0], + "isVisible": true + } + ] + }, + "swimming": { + "poseName": "swimming", + "transformTicks": 10, + "poseTypes": [ + "SWIM" + ], + "animations": [ + "bedrock(miraidonpd, water_swim)" + ], + "transformedParts": [ + { + "part": "wing_r", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "wing_l", + "position": [0, 0, 0], + "rotationrotation": [0, 0, 0], + "isVisible": false + } + ] + }, + "floating": { + "poseName": "floating", + "transformTicks": 10, + "poseTypes": [ + "FLOAT" + ], + "animations": [ + "bedrock(miraidonpd, water_idle)" + ], + "transformedParts": [ + { + "part": "wing_r", + "position": [0, 0, 0], + "rotation": [0, 0, 0], + "isVisible": false + }, + { + "part": "wing_l", + "position": [0, 0, 0], + "rotationrotation": [0, 0, 0], + "isVisible": false + } + ] + } +} +} \ No newline at end of file diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/reshiram.json b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/reshiram.json new file mode 100644 index 0000000..961ba1d --- /dev/null +++ b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/reshiram.json @@ -0,0 +1,30 @@ +{ + "head": "head", + "portraitScale": 1, + "portraitTranslation": [ 0, 0.5, 0 ], + "profileScale": 1, + "profileTranslation": [ 0, 0.4, 0 ], + "faint": "bedrock(reshiram, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(reshiram, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(reshiram, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/zekrom.json b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/zekrom.json new file mode 100644 index 0000000..e8c8807 --- /dev/null +++ b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/zekrom.json @@ -0,0 +1,30 @@ +{ + "head": "head", + "portraitScale": 1, + "portraitTranslation": [ 0, 0.5, 0 ], + "profileScale": 1, + "profileTranslation": [ 0, 0.4, 0 ], + "faint": "bedrock(zekrom, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(zekrom, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(zekrom, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/zygarde.json b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/zygarde.json new file mode 100644 index 0000000..a3eea1f --- /dev/null +++ b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/posers/zygarde.json @@ -0,0 +1,30 @@ +{ + "head": "head", + "portraitScale": 1, + "portraitTranslation": [ 0, 0.5, 0 ], + "profileScale": 1, + "profileTranslation": [ 0, 0.4, 0 ], + "faint": "bedrock(zygarde, faint)", + "poses": { + "standing": { + "poseName": "standing", + "transformTicks": 10, + "poseTypes": [ + "STAND", + "NONE", + "PORTRAIT", + "PROFILE" + ], + "animations": [ + "look", + "bedrock(zygarde, ground_idle)" + ] + }, + "walking": { + "poseName": "walking", + "transformTicks": 10, + "poseTypes": [ "WALK" ], + "animations": [ "bedrock(zygarde, ground_walk)" ] + } + } + } \ No newline at end of file diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_arceus_base.json b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_arceus_base.json new file mode 100644 index 0000000..8bfc780 --- /dev/null +++ b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_arceus_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:arceus", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:arceus", + "model": "cobblemon:arceus.geo", + "texture": "cobblemon:textures/pokemon/arceus/arceus.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/arceus/arceus_shiny.png" + } + ] +} \ No newline at end of file diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_hooh_base.json b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_hooh_base.json new file mode 100644 index 0000000..723e0c7 --- /dev/null +++ b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_hooh_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:hooh", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:hooh", + "model": "cobblemon:hooh.geo", + "texture": "cobblemon:textures/pokemon/hooh/hooh.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/hooh/hooh_shiny.png" + } + ] + } \ No newline at end of file diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_hoopa_base.json b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_hoopa_base.json new file mode 100644 index 0000000..a9603aa --- /dev/null +++ b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_hoopa_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:hoopa", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:hoopa", + "model": "cobblemon:hoopa.geo", + "texture": "cobblemon:textures/pokemon/hoopa/hoopa.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/hoopa/hoopa_shiny.png" + } + ] + } \ No newline at end of file diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_koraidon_base.json b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_koraidon_base.json new file mode 100644 index 0000000..78f2c2a --- /dev/null +++ b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_koraidon_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:koraidon", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:koraidon", + "model": "cobblemon:koraidon.geo", + "texture": "cobblemon:textures/pokemon/koraidon/koraidon.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/koraidon/koraidon_shiny.png" + } + ] + } \ No newline at end of file diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_koraidonpd_base.json b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_koraidonpd_base.json new file mode 100644 index 0000000..6f1e9c1 --- /dev/null +++ b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_koraidonpd_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:koraidonpd", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:koraidonpd", + "model": "cobblemon:koraidonpd.geo", + "texture": "cobblemon:textures/pokemon/koraidonpd/koraidonpd.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/koraidonpd/koraidonpd_shiny.png" + } + ] + } \ No newline at end of file diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_kyurem_base.json b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_kyurem_base.json new file mode 100644 index 0000000..b68211f --- /dev/null +++ b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_kyurem_base.json @@ -0,0 +1,34 @@ +{ + "species": "cobblemon:kyurem", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:kyurem", + "model": "cobblemon:kyurem.geo", + "texture": "cobblemon:textures/pokemon/kyurem/kyurem.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/kyurem/kyurem_emissive.png", + "translucent": true + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/kyurem/kyurem_shiny.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/kyurem/kyurem_shiny_emissive.png", + "translucent": true + } + ] + } + ] + } \ No newline at end of file diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_lugia_base.json b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_lugia_base.json new file mode 100644 index 0000000..2cdb9ac --- /dev/null +++ b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_lugia_base.json @@ -0,0 +1,19 @@ +{ + "species": "cobblemon:lugia", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:lugia", + "model": "cobblemon:lugia.geo", + "texture": "cobblemon:textures/pokemon/lugia/lugia.png", + "layers": [] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/lugia/lugia_shiny.png" + } + ] + } \ No newline at end of file diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_miraidon_base.json b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_miraidon_base.json new file mode 100644 index 0000000..2fd1126 --- /dev/null +++ b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_miraidon_base.json @@ -0,0 +1,34 @@ +{ + "species": "cobblemon:miraidon", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:miraidon", + "model": "cobblemon:miraidon.geo", + "texture": "cobblemon:textures/pokemon/miraidon/miraidon.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/miraidon/miraidon_emissive.png", + "translucent": true + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/miraidon/miraidon_shiny.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/miraidon/miraidon_shiny_emissive.png", + "translucent": true + } + ] + } + ] + } \ No newline at end of file diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_miraidonpd_base.json b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_miraidonpd_base.json new file mode 100644 index 0000000..86c8bcf --- /dev/null +++ b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_miraidonpd_base.json @@ -0,0 +1,34 @@ +{ + "species": "cobblemon:miraidonpd", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:miraidonpd", + "model": "cobblemon:miraidonpd.geo", + "texture": "cobblemon:textures/pokemon/miraidonpd/miraidonpd.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/miraidonpd/miraidonpd_emissive.png", + "translucent": true + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/miraidonpd/miraidonpd_shiny.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/miraidonpd/miraidonpd_shiny_emissive.png", + "translucent": true + } + ] + } + ] + } \ No newline at end of file diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_reshiram_base.json b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_reshiram_base.json new file mode 100644 index 0000000..ce99ce3 --- /dev/null +++ b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_reshiram_base.json @@ -0,0 +1,34 @@ +{ + "species": "cobblemon:reshiram", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:reshiram", + "model": "cobblemon:reshiram.geo", + "texture": "cobblemon:textures/pokemon/reshiram/reshiram.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/reshiram/reshiram_emissive.png", + "translucent": true + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/reshiram/reshiram_shiny.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/reshiram/reshiram_shiny_emissive.png", + "translucent": true + } + ] + } + ] + } \ No newline at end of file diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_zekrom_base.json b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_zekrom_base.json new file mode 100644 index 0000000..171f2e5 --- /dev/null +++ b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_zekrom_base.json @@ -0,0 +1,34 @@ +{ + "species": "cobblemon:zekrom", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:zekrom", + "model": "cobblemon:zekrom.geo", + "texture": "cobblemon:textures/pokemon/zekrom/zekrom.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/zekrom/zekrom_emissive.png", + "translucent": true + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/zekrom/zekrom_shiny.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/zekrom/zekrom_shiny_emissive.png", + "translucent": true + } + ] + } + ] + } \ No newline at end of file diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_zygarde_base.json b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_zygarde_base.json new file mode 100644 index 0000000..d9fd42f --- /dev/null +++ b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/bedrock/pokemon/resolvers/0_zygarde_base.json @@ -0,0 +1,34 @@ +{ + "species": "cobblemon:zygarde", + "order": 0, + "variations": [ + { + "aspects": [], + "poser": "cobblemon:zygarde", + "model": "cobblemon:zygarde.geo", + "texture": "cobblemon:textures/pokemon/zygarde/zygarde.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/zygarde/zygarde_emissive.png", + "translucent": true + } + ] + }, + { + "aspects": [ + "shiny" + ], + "texture": "cobblemon:textures/pokemon/zygarde/zygarde_shiny.png", + "layers": [ + { + "name": "emissive", + "emissive": true, + "texture": "cobblemon:textures/pokemon/zygarde/zygarde_shiny_emissive.png", + "translucent": true + } + ] + } + ] + } \ No newline at end of file diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/lang/en_us.json b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/lang/en_us.json new file mode 100644 index 0000000..05a4bb7 --- /dev/null +++ b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/lang/en_us.json @@ -0,0 +1,27 @@ +{ + "cobblemon.species.arceus.name": "Arceus", + "cobblemon.species.arceus.desc1": "It is the heavenly fount from which pours the light that shines across Hisui. Its luminance guides and protects all Pokémon.", + "cobblemon.species.arceus.desc2": "Hisuian mythology states that Arceus is the creator of all things.", + "cobblemon.species.miraidon.name": "Miraidon", + "cobblemon.species.miraidon.desc1": "This seems to be the Iron Serpent mentioned in an old book. The Iron Serpent is said to have turned the land to ash with its lightning.", + "cobblemon.species.miraidon.desc2": "It was given the name Miraidon by the professor who discovered it. Its ecology and other details are unknown.", + "cobblemon.species.miraidonpd.name": "Miraidon PD", + "cobblemon.species.miraidonpd.desc1": "This seems to be the Iron Serpent mentioned in an old book. The Iron Serpent is said to have turned the land to ash with its lightning.", + "cobblemon.species.miraidonpd.desc2": "It was given the name Miraidon by the professor who discovered it. Its ecology and other details are unknown.", + "cobblemon.species.zekrom.name": "Zekrom", + "cobblemon.species.zekrom.desc1": "When the interior part of its tail spins like a motor, Zekrom can generate many bolts of lightning to blast its surroundings.", + "cobblemon.species.zekrom.desc2": "Mythology tells us that if people lose the righteousness in their hearts, their kingdoms will be razed by Zekrom's lightning.", + "cobblemon.species.reshiram.name": "Reshiram", + "cobblemon.species.reshiram.desc1": "Flames spew from its tail as it flies through the sky like a jet airplane. It's said that this Pokémon will scorch the world.", + "cobblemon.species.reshiram.desc2": "According to myth, if people ignore truth and let themselves become consumed by greed, Reshiram will arrive to burn their kingdoms down.", + "cobblemon.species.kyurem.name": "Kyurem", + "cobblemon.species.kyurem.desc1": "Dwelling within it is a power even greater than that of Reshiram or Zekrom, but the extreme cold keeps that power bound.", + "cobblemon.species.kyurem.desc2": "It appears that this Pokémon uses its powers over ice to freeze its own body in order to stabilize its cellular structure.", + "cobblemon.species.koraidonpd.name": "Koraidon PD", + "cobblemon.species.koraidonpd.desc1": "This seems to be the Winged King mentioned in an old expedition journal. It was said to have split the land with its bare fists.", + "cobblemon.species.koraidonpd.desc2": "This Pokémon resembles Cyclizar, but it is far burlier and more ferocious. Nothing is known about its ecology or other features.", + "cobblemon.species.koraidon.name": "Koraidon", + "cobblemon.species.koraidon.desc1": "This seems to be the Winged King mentioned in an old expedition journal. It was said to have split the land with its bare fists.", + "cobblemon.species.koraidon.desc2": "This Pokémon resembles Cyclizar, but it is far burlier and more ferocious. Nothing is known about its ecology or other features.", + "cobblemon.species.hoopa.name": "Hoopa" +} \ No newline at end of file diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/arceus/arceus.png b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/arceus/arceus.png new file mode 100644 index 0000000..dcecec1 Binary files /dev/null and b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/arceus/arceus.png differ diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/arceus/arceus_shiny.png b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/arceus/arceus_shiny.png new file mode 100644 index 0000000..cbaa5da Binary files /dev/null and b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/arceus/arceus_shiny.png differ diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/hooh/hooh.png b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/hooh/hooh.png new file mode 100644 index 0000000..6b1c4af Binary files /dev/null and b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/hooh/hooh.png differ diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/hooh/hooh_shiny.png b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/hooh/hooh_shiny.png new file mode 100644 index 0000000..694b9c6 Binary files /dev/null and b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/hooh/hooh_shiny.png differ diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/hoopa/hoopa.png b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/hoopa/hoopa.png new file mode 100644 index 0000000..2f62f17 Binary files /dev/null and b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/hoopa/hoopa.png differ diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/hoopa/hoopa_shiny.png b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/hoopa/hoopa_shiny.png new file mode 100644 index 0000000..1578c10 Binary files /dev/null and b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/hoopa/hoopa_shiny.png differ diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/koraidon/koraidon.png b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/koraidon/koraidon.png new file mode 100644 index 0000000..e6a4ad3 Binary files /dev/null and b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/koraidon/koraidon.png differ diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/koraidon/koraidon_shiny.png b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/koraidon/koraidon_shiny.png new file mode 100644 index 0000000..6519477 Binary files /dev/null and b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/koraidon/koraidon_shiny.png differ diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/koraidonpd/koraidonpd.png b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/koraidonpd/koraidonpd.png new file mode 100644 index 0000000..8959f40 Binary files /dev/null and b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/koraidonpd/koraidonpd.png differ diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/koraidonpd/koraidonpd_shiny.png b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/koraidonpd/koraidonpd_shiny.png new file mode 100644 index 0000000..582d4ce Binary files /dev/null and b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/koraidonpd/koraidonpd_shiny.png differ diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/kyurem/kyurem.png b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/kyurem/kyurem.png new file mode 100644 index 0000000..e463672 Binary files /dev/null and b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/kyurem/kyurem.png differ diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/kyurem/kyurem_emissive.png b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/kyurem/kyurem_emissive.png new file mode 100644 index 0000000..1b0087c Binary files /dev/null and b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/kyurem/kyurem_emissive.png differ diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/kyurem/kyurem_shiny.png b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/kyurem/kyurem_shiny.png new file mode 100644 index 0000000..f6d533b Binary files /dev/null and b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/kyurem/kyurem_shiny.png differ diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/kyurem/kyurem_shiny_emissive.png b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/kyurem/kyurem_shiny_emissive.png new file mode 100644 index 0000000..01ce4fa Binary files /dev/null and b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/kyurem/kyurem_shiny_emissive.png differ diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/lugia/lugia.png b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/lugia/lugia.png new file mode 100644 index 0000000..d18a46a Binary files /dev/null and b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/lugia/lugia.png differ diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/lugia/lugia_shiny.png b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/lugia/lugia_shiny.png new file mode 100644 index 0000000..8be3573 Binary files /dev/null and b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/lugia/lugia_shiny.png differ diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/miraidon/miraidon.png b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/miraidon/miraidon.png new file mode 100644 index 0000000..5c24962 Binary files /dev/null and b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/miraidon/miraidon.png differ diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/miraidon/miraidon_emissive.png b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/miraidon/miraidon_emissive.png new file mode 100644 index 0000000..b4dd2c7 Binary files /dev/null and b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/miraidon/miraidon_emissive.png differ diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/miraidon/miraidon_shiny.png b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/miraidon/miraidon_shiny.png new file mode 100644 index 0000000..667b97e Binary files /dev/null and b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/miraidon/miraidon_shiny.png differ diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/miraidon/miraidon_shiny_emissive.png b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/miraidon/miraidon_shiny_emissive.png new file mode 100644 index 0000000..b4dd2c7 Binary files /dev/null and b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/miraidon/miraidon_shiny_emissive.png differ diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/miraidonpd/miraidonpd.png b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/miraidonpd/miraidonpd.png new file mode 100644 index 0000000..ed862e9 Binary files /dev/null and b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/miraidonpd/miraidonpd.png differ diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/miraidonpd/miraidonpd_emissive.png b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/miraidonpd/miraidonpd_emissive.png new file mode 100644 index 0000000..5a7c66c Binary files /dev/null and b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/miraidonpd/miraidonpd_emissive.png differ diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/miraidonpd/miraidonpd_shiny.png b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/miraidonpd/miraidonpd_shiny.png new file mode 100644 index 0000000..9ff111f Binary files /dev/null and b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/miraidonpd/miraidonpd_shiny.png differ diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/miraidonpd/miraidonpd_shiny_emissive.png b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/miraidonpd/miraidonpd_shiny_emissive.png new file mode 100644 index 0000000..5a7c66c Binary files /dev/null and b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/miraidonpd/miraidonpd_shiny_emissive.png differ diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/reshiram/reshiram.png b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/reshiram/reshiram.png new file mode 100644 index 0000000..bebb3b7 Binary files /dev/null and b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/reshiram/reshiram.png differ diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/reshiram/reshiram_emissive.png b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/reshiram/reshiram_emissive.png new file mode 100644 index 0000000..6eed067 Binary files /dev/null and b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/reshiram/reshiram_emissive.png differ diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/reshiram/reshiram_shiny.png b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/reshiram/reshiram_shiny.png new file mode 100644 index 0000000..90bc210 Binary files /dev/null and b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/reshiram/reshiram_shiny.png differ diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/reshiram/reshiram_shiny_emissive.png b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/reshiram/reshiram_shiny_emissive.png new file mode 100644 index 0000000..f395b7a Binary files /dev/null and b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/reshiram/reshiram_shiny_emissive.png differ diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/zekrom/zekrom.png b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/zekrom/zekrom.png new file mode 100644 index 0000000..dcea59c Binary files /dev/null and b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/zekrom/zekrom.png differ diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/zekrom/zekrom_emissive.png b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/zekrom/zekrom_emissive.png new file mode 100644 index 0000000..d66b487 Binary files /dev/null and b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/zekrom/zekrom_emissive.png differ diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/zekrom/zekrom_shiny.png b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/zekrom/zekrom_shiny.png new file mode 100644 index 0000000..418709f Binary files /dev/null and b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/zekrom/zekrom_shiny.png differ diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/zekrom/zekrom_shiny_emissive.png b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/zekrom/zekrom_shiny_emissive.png new file mode 100644 index 0000000..8c30f28 Binary files /dev/null and b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/zekrom/zekrom_shiny_emissive.png differ diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/zygarde/zygarde.png b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/zygarde/zygarde.png new file mode 100644 index 0000000..7553e0e Binary files /dev/null and b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/zygarde/zygarde.png differ diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/zygarde/zygarde_emissive.png b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/zygarde/zygarde_emissive.png new file mode 100644 index 0000000..ecc0971 Binary files /dev/null and b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/zygarde/zygarde_emissive.png differ diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/zygarde/zygarde_shiny.png b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/zygarde/zygarde_shiny.png new file mode 100644 index 0000000..ec87968 Binary files /dev/null and b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/zygarde/zygarde_shiny.png differ diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/zygarde/zygarde_shiny_emissive.png b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/zygarde/zygarde_shiny_emissive.png new file mode 100644 index 0000000..75ae1af Binary files /dev/null and b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/assets/cobblemon/textures/pokemon/zygarde/zygarde_shiny_emissive.png differ diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon missing legends/species_additions/arceus.json b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon missing legends/species_additions/arceus.json new file mode 100644 index 0000000..1ae0b21 --- /dev/null +++ b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon missing legends/species_additions/arceus.json @@ -0,0 +1,9 @@ +{ + "target": "cobblemon:arceus", + "baseScale": 1, + "hitbox": { + "width": 3, + "height": 3, + "fixed": false + } + } \ No newline at end of file diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon missing legends/species_additions/miraidon.json b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon missing legends/species_additions/miraidon.json new file mode 100644 index 0000000..a2b7678 --- /dev/null +++ b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon missing legends/species_additions/miraidon.json @@ -0,0 +1,24 @@ +{ + "target": "cobblemon:miraidon", + "evolutions": [ + { + "id": "miraidon_miraidonpd", + "variant": "level_up", + "result": "miraidonpd", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 1 + } + ] + } + ], + "baseScale": 1, + "hitbox": { + "width": 3, + "height": 3, + "fixed": false + } + } \ No newline at end of file diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/spawn_pool_world/0643_reshiram.json b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/spawn_pool_world/0643_reshiram.json new file mode 100644 index 0000000..c8c3c02 --- /dev/null +++ b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/spawn_pool_world/0643_reshiram.json @@ -0,0 +1,46 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "reshiram-1", + "pokemon": "reshiram", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "55-70", + "weight": 0.1, + "condition": { + "minSkyLight": 8, + "maxSkyLight": 15, + "canSeeSky": true, + "biomes": [ + "#cobblemon:is_hills", + "#cobblemon:is_volcanic" + ], + "isRaining": false + } + }, + { + "id": "reshiram-2", + "pokemon": "reshiram", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "55-70", + "weight": 0.1, + "condition": { + "biomes": [ + "#cobblemon:nether/is_basalt" + ] + } + } + ] +} \ No newline at end of file diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/spawn_pool_world/0644_zekrom.json b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/spawn_pool_world/0644_zekrom.json new file mode 100644 index 0000000..223f67d --- /dev/null +++ b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/spawn_pool_world/0644_zekrom.json @@ -0,0 +1,35 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "zekrom-1", + "pokemon": "zekrom", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "30-50", + "weight": 0.18, + "weightMultiplier": { + "multiplier": 5.0, + "condition": { + "isThundering": true + } + }, + "condition": { + "minSkyLight": 8, + "maxSkyLight": 15, + "canSeeSky": true, + + "biomes": [ + "#cobblemon:is_mountain", + "#cobblemon:is_hills" + ] + } + } + ] +} diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/spawn_pool_world/0649_genesect.json b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/spawn_pool_world/0649_genesect.json new file mode 100644 index 0000000..c628f3b --- /dev/null +++ b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/spawn_pool_world/0649_genesect.json @@ -0,0 +1,54 @@ +{ + "enabled": true, + "neededInstalledMods": [], + "neededUninstalledMods": [], + "spawns": [ + { + "id": "genesect-1", + "pokemon": "genesect", + "presets": [ + "natural", + "wild" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "50-65", + "weight": 0.1, + "condition": { + "minSkyLight": 8, + "maxSkyLight": 15, + "canSeeSky": false, + "biomes": [ + "#cobblemon:is_mountain" + ] + } + }, + { + "id": "genesect-2", + "pokemon": "genesect", + "presets": [ + "natural" + ], + "type": "pokemon", + "context": "grounded", + "bucket": "ultra-rare", + "level": "50-65", + "weight": 0.1, + "condition": { + "minSkyLight": 0, + "maxSkyLight": 7, + "canSeeSky": false, + "biomes": [ + "#cobblemon:is_overworld" + ] + }, + "anticondition": { + "biomes": [ + "#cobblemon:is_deep_dark" + ] + } + } + ] +} + diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/custom/koraidonpd.json b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/custom/koraidonpd.json new file mode 100644 index 0000000..713772a --- /dev/null +++ b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/custom/koraidonpd.json @@ -0,0 +1,152 @@ +{ + "name": "Koraidon PD", + "nationalPokedexNumber": 1007, + "primaryType": "fighting", + "secondaryType": "dragon", + "abilities": [ + "orichalcumpulse" + ], + "baseStats": { + "hp": 100, + "attack": 135, + "defence": 115, + "special_attack": 85, + "special_defence": 100, + "speed": 135 + }, + "catchRate": 3, + "maleRatio": -1, + "baseExperienceYield": 335, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 50, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:breakingswipe", + "1:sunnyday", + "7:rocksmash", + "14:ancientpower", + "21:drainpunch", + "28:brickbreak", + "35:agility", + "42:dragonclaw", + "49:flamethrower", + "56:collisioncourse", + "63:screech", + "70:counter", + "77:outrage", + "84:closecombat", + "91:flareblitz", + "98:gigaimpact", + "tm:acrobatics", + "tm:agility", + "tm:bodypress", + "tm:bodyslam", + "tm:breakingswipe", + "tm:brickbreak", + "tm:bulkup", + "tm:bulldoze", + "tm:closecombat", + "tm:crunch", + "tm:dig", + "tm:doubleedge", + "tm:dracometeor", + "tm:dragoncheer", + "tm:dragonclaw", + "tm:dragonpulse", + "tm:dragontail", + "tm:drainpunch", + "tm:dualwingbeat", + "tm:endure", + "tm:facade", + "tm:fireblast", + "tm:firefang", + "tm:firespin", + "tm:flamecharge", + "tm:flamethrower", + "tm:flareblitz", + "tm:focusblast", + "tm:focuspunch", + "tm:gigaimpact", + "tm:heatcrash", + "tm:heatwave", + "tm:heavyslam", + "tm:helpinghand", + "tm:hyperbeam", + "tm:icefang", + "tm:ironhead", + "tm:lowkick", + "tm:lowsweep", + "tm:meteorbeam", + "tm:mudshot", + "tm:mudslap", + "tm:outrage", + "tm:overheat", + "tm:protect", + "tm:rest", + "tm:reversal", + "tm:roar", + "tm:scaleshot", + "tm:scaryface", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:snarl", + "tm:solarbeam", + "tm:stompingtantrum", + "tm:substitute", + "tm:sunnyday", + "tm:swordsdance", + "tm:takedown", + "tm:taunt", + "tm:temperflare", + "tm:terablast", + "tm:thunderfang", + "tm:uproar", + "tm:uturn", + "tm:wildcharge", + "tm:zenheadbutt" + ], + "labels": [ + "gen9", + "legendary" + ], + "aspects": [], + "height": 25, + "weight": 3030, + "evolutions": [ + { + "id": "koraidonpd_koraidon", + "variant": "level_up", + "result": "koraidon", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 1 + } + ] + } + ], + "cannotDynamax": false, + "pokedex": [ + "cobblemon.species.koraidonpd.desc" + ], + "baseScale": 1.5, + "hitbox": { + "width": 1.5, + "height": 2, + "fixed": false + } + +} diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/custom/miraidonpd.json b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/custom/miraidonpd.json new file mode 100644 index 0000000..3b16feb --- /dev/null +++ b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/custom/miraidonpd.json @@ -0,0 +1,137 @@ +{ + "name": "Miraidon PD", + "nationalPokedexNumber": 1008, + "primaryType": "electric", + "secondaryType": "dragon", + "abilities": [ + "hadronengine" + ], + "baseStats": { + "hp": 90, + "attack": 70, + "defence": 90, + "special_attack": 120, + "special_defence": 100, + "speed": 155 + }, + "catchRate": 3, + "maleRatio": -1, + "baseExperienceYield": 335, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 3, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 50, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:dragonbreath", + "1:electricterrain", + "1:thundershock", + "7:shockwave", + "14:charge", + "21:paraboliccharge", + "28:discharge", + "35:agility", + "42:dragonpulse", + "56:electrodrift", + "63:metalsound", + "70:mirrorcoat", + "77:outrage", + "84:thunder", + "91:overheat", + "98:hyperbeam", + "tm:acrobatics", + "tm:agility", + "tm:bodyslam", + "tm:calmmind", + "tm:charge", + "tm:chargebeam", + "tm:confuseray", + "tm:crunch", + "tm:dazzlinggleam", + "tm:dracometeor", + "tm:dragoncheer", + "tm:dragonclaw", + "tm:dragonpulse", + "tm:dragontail", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:endure", + "tm:facade", + "tm:flashcannon", + "tm:gigaimpact", + "tm:heavyslam", + "tm:helpinghand", + "tm:hyperbeam", + "tm:lightscreen", + "tm:metalsound", + "tm:outrage", + "tm:overheat", + "tm:powergem", + "tm:protect", + "tm:reflect", + "tm:rest", + "tm:scaryface", + "tm:sleeptalk", + "tm:snarl", + "tm:solarbeam", + "tm:substitute", + "tm:supercellslam", + "tm:swordsdance", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderwave", + "tm:uturn", + "tm:voltswitch", + "tm:wildcharge", + "tm:zenheadbutt" + ], + "labels": [ + "gen9", + "legendary" + ], + "aspects": [], + "height": 35, + "weight": 2400, + "preEvolution": "miraidon", + "evolutions": [ + { + "id": "miraidonpd_miraidon", + "variant": "level_up", + "result": "miraidon", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 1 + } + ] + } + ], + + "cannotDynamax": false, + "pokedex": [ + "cobblemon.species.miraidon.desc" + ], + + "baseScale": 1.5, + "hitbox": { + "width": 1.5, + "height": 2, + "fixed": false + +} +} diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation2/hooh.json b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation2/hooh.json new file mode 100644 index 0000000..ce4546b --- /dev/null +++ b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation2/hooh.json @@ -0,0 +1,246 @@ +{ + "implemented": true, + "name": "Ho-Oh", + "nationalPokedexNumber": 250, + "primaryType": "fire", + "secondaryType": "flying", + "abilities": [ + "pressure", + "h:regenerator" + ], + "behaviour": { + "moving": { + "fly": { + "canFly": true, + "flySpeedHorizontal": 1.0 + } + } + }, + "baseStats": { + "hp": 106, + "attack": 130, + "defence": 90, + "special_attack": 110, + "special_defence": 154, + "speed": 90 + }, + "catchRate": 3, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 340, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:ancientpower", + "1:gust", + "1:weatherball", + "1:whirlwind", + "9:lifedew", + "15:bravebird", + "18:safeguard", + "27:calmmind", + "36:extrasensory", + "43:swift", + "45:recover", + "50:punishment", + "54:sacredfire", + "63:sunnyday", + "72:fireblast", + "81:futuresight", + "85:naturalgift", + "90:skyattack", + "99:burnup", + "99:overheat", + "tm:aerialace", + "tm:aircutter", + "tm:airslash", + "tm:bodyslam", + "tm:bravebird", + "tm:bulldoze", + "tm:calmmind", + "tm:chargebeam", + "tm:confide", + "tm:defog", + "tm:doubleedge", + "tm:doubleteam", + "tm:dreameater", + "tm:dualwingbeat", + "tm:earthpower", + "tm:earthquake", + "tm:echoedvoice", + "tm:endure", + "tm:facade", + "tm:fireblast", + "tm:firespin", + "tm:flamecharge", + "tm:flamethrower", + "tm:flareblitz", + "tm:flash", + "tm:fly", + "tm:frustration", + "tm:futuresight", + "tm:gigadrain", + "tm:gigaimpact", + "tm:heatwave", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hurricane", + "tm:hyperbeam", + "tm:hypervoice", + "tm:imprison", + "tm:incinerate", + "tm:ironhead", + "tm:lightscreen", + "tm:mysticalfire", + "tm:naturalgift", + "tm:overheat", + "tm:pluck", + "tm:protect", + "tm:psychic", + "tm:psychup", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:roar", + "tm:rocksmash", + "tm:roost", + "tm:round", + "tm:safeguard", + "tm:sandstorm", + "tm:scorchingsands", + "tm:secretpower", + "tm:shadowball", + "tm:shockwave", + "tm:skydrop", + "tm:sleeptalk", + "tm:snore", + "tm:solarbeam", + "tm:steelwing", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swift", + "tm:tailwind", + "tm:takedown", + "tm:terablast", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderwave", + "tm:toxic", + "tm:weatherball", + "tm:willowisp", + "tm:zenheadbutt", + "tutor:aircutter", + "tutor:ancientpower", + "tutor:bravebird", + "tutor:burnup", + "tutor:celebrate", + "tutor:curse", + "tutor:defog", + "tutor:detect", + "tutor:doubleedge", + "tutor:doubleteam", + "tutor:dragonbreath", + "tutor:dreameater", + "tutor:dualwingbeat", + "tutor:earthpower", + "tutor:earthquake", + "tutor:endure", + "tutor:fireblast", + "tutor:flareblitz", + "tutor:flash", + "tutor:fly", + "tutor:frustration", + "tutor:futuresight", + "tutor:gigadrain", + "tutor:gust", + "tutor:heatwave", + "tutor:hiddenpower", + "tutor:hyperbeam", + "tutor:hypervoice", + "tutor:ironhead", + "tutor:laserfocus", + "tutor:mimic", + "tutor:mudslap", + "tutor:nightmare", + "tutor:ominouswind", + "tutor:protect", + "tutor:psychic", + "tutor:psychup", + "tutor:punishment", + "tutor:raindance", + "tutor:rest", + "tutor:return", + "tutor:roar", + "tutor:rocksmash", + "tutor:roost", + "tutor:safeguard", + "tutor:sandstorm", + "tutor:scorchingsands", + "tutor:shadowball", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:skyattack", + "tutor:sleeptalk", + "tutor:snore", + "tutor:solarbeam", + "tutor:steelwing", + "tutor:strength", + "tutor:substitute", + "tutor:swagger", + "tutor:swift", + "tutor:tailwind", + "tutor:thunder", + "tutor:thunderwave", + "tutor:toxic", + "tutor:twister", + "tutor:weatherball", + "tutor:whirlwind", + "tutor:zapcannon", + "tutor:zenheadbutt" + ], + "labels": [ + "gen2", + "legendary" + ], + "pokedex": [ + "cobblemon.species.hooh.desc" + ], + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 3, + "height": 3, + "fixed": false + }, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 3, + "speed": 0 + }, + "height": 38, + "weight": 1990, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 5, + "entries": [ + { + "item": "minecraft:feather", + "quantityRange": "2-4" + }, + { + "item": "cobblemon:sacred_ash" + } + ] + } +} diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation2/lugia.json b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation2/lugia.json new file mode 100644 index 0000000..88de9f4 --- /dev/null +++ b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation2/lugia.json @@ -0,0 +1,274 @@ +{ + "implemented": true, + "name": "Lugia", + "nationalPokedexNumber": 249, + "primaryType": "psychic", + "secondaryType": "flying", + "abilities": [ + "pressure", + "h:multiscale" + ], + "behaviour": { + "moving": { + "swim": { + "swimSpeed": 1.0, + "canSwimInWater": true, + "canBreatheUnderwater": true + }, + "fly": { + "canFly": true, + "flySpeedHorizontal": 1.0 + } + } + }, + "baseStats": { + "hp": 106, + "attack": 90, + "defence": 130, + "special_attack": 90, + "special_defence": 154, + "speed": 110 + }, + "catchRate": 3, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 340, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:ancientpower", + "1:dragonrush", + "1:gust", + "1:weatherball", + "1:whirlwind", + "9:mist", + "18:safeguard", + "27:calmmind", + "36:extrasensory", + "43:swift", + "45:recover", + "50:punishment", + "54:aeroblast", + "63:raindance", + "72:hydropump", + "81:futuresight", + "85:naturalgift", + "90:skyattack", + "tm:acrobatics", + "tm:aerialace", + "tm:aircutter", + "tm:airslash", + "tm:avalanche", + "tm:blizzard", + "tm:bodyslam", + "tm:bravebird", + "tm:brine", + "tm:bulldoze", + "tm:calmmind", + "tm:chargebeam", + "tm:chillingwater", + "tm:confide", + "tm:curse", + "tm:defog", + "tm:dive", + "tm:doubleedge", + "tm:doubleteam", + "tm:dragonpulse", + "tm:dragontail", + "tm:dreameater", + "tm:dualwingbeat", + "tm:earthpower", + "tm:earthquake", + "tm:echoedvoice", + "tm:endure", + "tm:facade", + "tm:flash", + "tm:fly", + "tm:frustration", + "tm:futuresight", + "tm:gigadrain", + "tm:gigaimpact", + "tm:hail", + "tm:helpinghand", + "tm:hiddenpower", + "tm:hurricane", + "tm:hydropump", + "tm:hyperbeam", + "tm:hypervoice", + "tm:icebeam", + "tm:icywind", + "tm:imprison", + "tm:ironhead", + "tm:irontail", + "tm:lightscreen", + "tm:liquidation", + "tm:naturalgift", + "tm:protect", + "tm:psychic", + "tm:psychicnoise", + "tm:psychup", + "tm:psyshock", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:roar", + "tm:rocksmash", + "tm:roost", + "tm:round", + "tm:safeguard", + "tm:sandstorm", + "tm:scaleshot", + "tm:scaryface", + "tm:secretpower", + "tm:shadowball", + "tm:shockwave", + "tm:skillswap", + "tm:skydrop", + "tm:sleeptalk", + "tm:snore", + "tm:steelwing", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:surf", + "tm:swagger", + "tm:swift", + "tm:tailwind", + "tm:takedown", + "tm:telekinesis", + "tm:terablast", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderwave", + "tm:toxic", + "tm:trick", + "tm:waterfall", + "tm:waterpulse", + "tm:weatherball", + "tm:whirlpool", + "tm:wonderroom", + "tm:zenheadbutt", + "tutor:aircutter", + "tutor:ancientpower", + "tutor:aquatail", + "tutor:blizzard", + "tutor:bodyslam", + "tutor:curse", + "tutor:defog", + "tutor:detect", + "tutor:dive", + "tutor:doubleedge", + "tutor:doubleteam", + "tutor:dragonbreath", + "tutor:dragonpulse", + "tutor:dragonrush", + "tutor:dreameater", + "tutor:dualwingbeat", + "tutor:earthpower", + "tutor:earthquake", + "tutor:endure", + "tutor:featherdance", + "tutor:fly", + "tutor:frustration", + "tutor:futuresight", + "tutor:gigadrain", + "tutor:gust", + "tutor:headbutt", + "tutor:hiddenpower", + "tutor:hurricane", + "tutor:hydropump", + "tutor:hyperbeam", + "tutor:hypervoice", + "tutor:icebeam", + "tutor:icywind", + "tutor:ironhead", + "tutor:irontail", + "tutor:laserfocus", + "tutor:mimic", + "tutor:mudslap", + "tutor:nightmare", + "tutor:ominouswind", + "tutor:protect", + "tutor:psychic", + "tutor:psychoboost", + "tutor:psychup", + "tutor:punishment", + "tutor:rest", + "tutor:return", + "tutor:roar", + "tutor:rocksmash", + "tutor:roost", + "tutor:safeguard", + "tutor:sandstorm", + "tutor:scaleshot", + "tutor:shadowball", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:skillswap", + "tutor:skyattack", + "tutor:sleeptalk", + "tutor:snore", + "tutor:steelwing", + "tutor:strength", + "tutor:substitute", + "tutor:sunnyday", + "tutor:surf", + "tutor:swagger", + "tutor:swift", + "tutor:tailwind", + "tutor:telekinesis", + "tutor:thunder", + "tutor:thunderwave", + "tutor:toxic", + "tutor:trick", + "tutor:twister", + "tutor:waterfall", + "tutor:waterpulse", + "tutor:weatherball", + "tutor:whirlpool", + "tutor:whirlwind", + "tutor:wonderroom", + "tutor:zapcannon", + "tutor:zenheadbutt" + ], + "labels": [ + "gen2", + "legendary" + ], + "pokedex": [ + "cobblemon.species.lugia.desc" + ], + "evolutions": [], + "baseScale": 0.8, + "hitbox": { + "width": 3, + "height": 5, + "fixed": false + }, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 3, + "speed": 0 + }, + "height": 52, + "weight": 2160, + "aspects": [], + "cannotDynamax": false, + "drops": { + "amount": 4, + "entries": [ + { + "item": "minecraft:feather", + "quantityRange": "2-4" + } + ] + } +} diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation5/kyurem.json b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation5/kyurem.json new file mode 100644 index 0000000..64202c6 --- /dev/null +++ b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation5/kyurem.json @@ -0,0 +1,492 @@ +{ + "implemented": true, + "name": "Kyurem", + "nationalPokedexNumber": 646, + "primaryType": "dragon", + "secondaryType": "ice", + "abilities": [ + "pressure" + ], + "baseStats": { + "hp": 125, + "attack": 130, + "defence": 90, + "special_attack": 130, + "special_defence": 90, + "speed": 95 + }, + "catchRate": 3, + "maleRatio": -1, + "shoulderMountable": false, + "forms": [ + { + "name": "Black", + "primaryType": "dragon", + "secondaryType": "ice", + "abilities": [ + "teravolt" + ], + "baseStats": { + "hp": 125, + "attack": 170, + "defence": 100, + "special_attack": 120, + "special_defence": 90, + "speed": 95 + }, + "catchRate": 3, + "maleRatio": -1, + "baseExperienceYield": 330, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:ancientpower", + "1:dragonbreath", + "1:dragonrage", + "1:freezedry", + "1:icywind", + "1:nobleroar", + "8:slash", + "16:endeavor", + "24:dragonpulse", + "32:icebeam", + "40:hypervoice", + "48:fusionbolt", + "56:blizzard", + "64:imprison", + "72:outrage", + "80:freezeshock", + "88:sheercold", + "tm:aerialace", + "tm:avalanche", + "tm:blizzard", + "tm:bodypress", + "tm:bodyslam", + "tm:breakingswipe", + "tm:brutalswing", + "tm:confide", + "tm:cut", + "tm:doubleteam", + "tm:dracometeor", + "tm:dragoncheer", + "tm:dragonclaw", + "tm:dragondance", + "tm:dragonpulse", + "tm:dragontail", + "tm:dualwingbeat", + "tm:earthpower", + "tm:echoedvoice", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:flashcannon", + "tm:fling", + "tm:fly", + "tm:focusblast", + "tm:frustration", + "tm:gigaimpact", + "tm:hail", + "tm:helpinghand", + "tm:hiddenpower", + "tm:honeclaws", + "tm:hyperbeam", + "tm:hypervoice", + "tm:icebeam", + "tm:icefang", + "tm:iciclespear", + "tm:icywind", + "tm:imprison", + "tm:ironhead", + "tm:lightscreen", + "tm:outrage", + "tm:payback", + "tm:protect", + "tm:psychic", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:roar", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:roost", + "tm:round", + "tm:safeguard", + "tm:scaleshot", + "tm:scaryface", + "tm:secretpower", + "tm:shadowball", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:snore", + "tm:snowscape", + "tm:steelwing", + "tm:stoneedge", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:toxic", + "tm:weatherball", + "tm:zenheadbutt", + "tutor:dracometeor", + "tutor:dragonbreath", + "tutor:dragonpulse", + "tutor:dualwingbeat", + "tutor:earthpower", + "tutor:endeavor", + "tutor:freezeshock", + "tutor:icebeam", + "tutor:icywind", + "tutor:ironhead", + "tutor:laserfocus", + "tutor:outrage", + "tutor:roost", + "tutor:scaleshot", + "tutor:shadowball", + "tutor:signalbeam", + "tutor:slash", + "tutor:sleeptalk", + "tutor:snore", + "tutor:zenheadbutt" + ], + "labels": [ + "gen5", + "legendary" + ], + "aspects": [ + "black" + ], + "height": 33, + "weight": 3250, + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "White", + "primaryType": "dragon", + "secondaryType": "ice", + "abilities": [ + "turboblaze" + ], + "baseStats": { + "hp": 125, + "attack": 120, + "defence": 90, + "special_attack": 170, + "special_defence": 100, + "speed": 95 + }, + "catchRate": 3, + "maleRatio": -1, + "baseExperienceYield": 330, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 3, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:ancientpower", + "1:dragonbreath", + "1:dragonrage", + "1:freezedry", + "1:icywind", + "1:nobleroar", + "8:slash", + "16:endeavor", + "24:dragonpulse", + "32:icebeam", + "40:hypervoice", + "48:fusionflare", + "56:blizzard", + "64:imprison", + "72:outrage", + "80:iceburn", + "88:sheercold", + "tm:aerialace", + "tm:avalanche", + "tm:blizzard", + "tm:bodypress", + "tm:bodyslam", + "tm:breakingswipe", + "tm:brutalswing", + "tm:confide", + "tm:cut", + "tm:doubleteam", + "tm:dracometeor", + "tm:dragoncheer", + "tm:dragonclaw", + "tm:dragondance", + "tm:dragonpulse", + "tm:dragontail", + "tm:dualwingbeat", + "tm:earthpower", + "tm:echoedvoice", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:flashcannon", + "tm:fling", + "tm:fly", + "tm:focusblast", + "tm:frustration", + "tm:gigaimpact", + "tm:hail", + "tm:helpinghand", + "tm:hiddenpower", + "tm:honeclaws", + "tm:hyperbeam", + "tm:hypervoice", + "tm:icebeam", + "tm:icefang", + "tm:iciclespear", + "tm:icywind", + "tm:imprison", + "tm:ironhead", + "tm:lightscreen", + "tm:outrage", + "tm:payback", + "tm:protect", + "tm:psychic", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:roar", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:roost", + "tm:round", + "tm:safeguard", + "tm:scaleshot", + "tm:scaryface", + "tm:secretpower", + "tm:shadowball", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:snore", + "tm:snowscape", + "tm:steelwing", + "tm:stoneedge", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:toxic", + "tm:weatherball", + "tm:zenheadbutt", + "tutor:dracometeor", + "tutor:dragonbreath", + "tutor:dragonpulse", + "tutor:dualwingbeat", + "tutor:earthpower", + "tutor:endeavor", + "tutor:fusionflare", + "tutor:hypervoice", + "tutor:icebeam", + "tutor:iceburn", + "tutor:icywind", + "tutor:imprison", + "tutor:ironhead", + "tutor:laserfocus", + "tutor:outrage", + "tutor:roost", + "tutor:scaleshot", + "tutor:shadowball", + "tutor:signalbeam", + "tutor:slash", + "tutor:sleeptalk", + "tutor:snore", + "tutor:zenheadbutt" + ], + "labels": [ + "gen5", + "legendary" + ], + "aspects": [ + "white" + ], + "height": 36, + "weight": 3250, + "cannotDynamax": false, + "battleOnly": false + } + ], + "baseExperienceYield": 330, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:ancientpower", + "1:dragonbreath", + "1:dragonrage", + "1:freezedry", + "1:icywind", + "1:nobleroar", + "8:slash", + "16:endeavor", + "24:dragonpulse", + "32:icebeam", + "40:hypervoice", + "48:scaryface", + "56:blizzard", + "64:imprison", + "72:outrage", + "80:glaciate", + "88:sheercold", + "tm:aerialace", + "tm:avalanche", + "tm:blizzard", + "tm:bodypress", + "tm:bodyslam", + "tm:breakingswipe", + "tm:brutalswing", + "tm:confide", + "tm:cut", + "tm:doubleteam", + "tm:dracometeor", + "tm:dragoncheer", + "tm:dragonclaw", + "tm:dragondance", + "tm:dragonpulse", + "tm:dragontail", + "tm:dualwingbeat", + "tm:earthpower", + "tm:echoedvoice", + "tm:endeavor", + "tm:endure", + "tm:facade", + "tm:flashcannon", + "tm:fling", + "tm:fly", + "tm:focusblast", + "tm:frustration", + "tm:gigaimpact", + "tm:hail", + "tm:helpinghand", + "tm:hiddenpower", + "tm:honeclaws", + "tm:hyperbeam", + "tm:hypervoice", + "tm:icebeam", + "tm:icefang", + "tm:iciclespear", + "tm:icywind", + "tm:imprison", + "tm:ironhead", + "tm:lightscreen", + "tm:outrage", + "tm:payback", + "tm:protect", + "tm:psychic", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:roar", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:roost", + "tm:round", + "tm:safeguard", + "tm:scaleshot", + "tm:scaryface", + "tm:secretpower", + "tm:shadowball", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:snore", + "tm:snowscape", + "tm:steelwing", + "tm:stoneedge", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:terablast", + "tm:toxic", + "tm:weatherball", + "tm:zenheadbutt", + "tutor:dracometeor", + "tutor:dragonbreath", + "tutor:dragonpulse", + "tutor:dualwingbeat", + "tutor:earthpower", + "tutor:endeavor", + "tutor:glaciate", + "tutor:icebeam", + "tutor:icywind", + "tutor:ironhead", + "tutor:laserfocus", + "tutor:outrage", + "tutor:roost", + "tutor:scaleshot", + "tutor:shadowball", + "tutor:signalbeam", + "tutor:slash", + "tutor:sleeptalk", + "tutor:snore", + "tutor:zenheadbutt" + ], + "labels": [ + "gen5", + "legendary" + ], + "pokedex": [ + "cobblemon.species.kyurem.desc" + ], + "evolutions": [], + "baseScale": 1.5, + "hitbox": { + "width": 2, + "height": 2, + "fixed": false + }, + "baseFriendship": 0, + "evYield": { + "hp": 1, + "attack": 1, + "defence": 0, + "special_attack": 1, + "special_defence": 0, + "speed": 0 + }, + "height": 30, + "weight": 3250, + "aspects": [], + "cannotDynamax": false +} diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation5/reshiram.json b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation5/reshiram.json new file mode 100644 index 0000000..f7cdde7 --- /dev/null +++ b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation5/reshiram.json @@ -0,0 +1,176 @@ +{ + "implemented": true, + "name": "Reshiram", + "nationalPokedexNumber": 643, + "primaryType": "dragon", + "secondaryType": "fire", + "abilities": [ + "turboblaze" + ], + "baseStats": { + "hp": 100, + "attack": 120, + "defence": 100, + "special_attack": 150, + "special_defence": 120, + "speed": 90 + }, + "catchRate": 3, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 340, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:ancientpower", + "1:dragonbreath", + "1:dragonrage", + "1:firefang", + "1:nobleroar", + "8:slash", + "16:crunch", + "24:extrasensory", + "32:dragonpulse", + "40:flamethrower", + "48:fusionflare", + "56:hypervoice", + "64:fireblast", + "72:imprison", + "80:outrage", + "88:blueflare", + "tm:bodypress", + "tm:bodyslam", + "tm:breakingswipe", + "tm:brutalswing", + "tm:confide", + "tm:crunch", + "tm:cut", + "tm:doubleedge", + "tm:doubleteam", + "tm:dracometeor", + "tm:dragoncheer", + "tm:dragonclaw", + "tm:dragondance", + "tm:dragonpulse", + "tm:dragontail", + "tm:dualwingbeat", + "tm:earthpower", + "tm:echoedvoice", + "tm:endure", + "tm:facade", + "tm:fireblast", + "tm:firefang", + "tm:firespin", + "tm:flamecharge", + "tm:flamethrower", + "tm:flareblitz", + "tm:fling", + "tm:fly", + "tm:focusblast", + "tm:frustration", + "tm:gigaimpact", + "tm:heatcrash", + "tm:heatwave", + "tm:helpinghand", + "tm:hiddenpower", + "tm:honeclaws", + "tm:hyperbeam", + "tm:hypervoice", + "tm:imprison", + "tm:incinerate", + "tm:lightscreen", + "tm:mysticalfire", + "tm:outrage", + "tm:overheat", + "tm:payback", + "tm:protect", + "tm:psychic", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:roar", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:roost", + "tm:round", + "tm:safeguard", + "tm:scaleshot", + "tm:scaryface", + "tm:scorchingsands", + "tm:secretpower", + "tm:shadowball", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:snore", + "tm:solarbeam", + "tm:steelwing", + "tm:stoneedge", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swift", + "tm:tailwind", + "tm:takedown", + "tm:terablast", + "tm:toxic", + "tm:weatherball", + "tm:willowisp", + "tm:zenheadbutt", + "tutor:blueflare", + "tutor:defog", + "tutor:dracometeor", + "tutor:dragonbreath", + "tutor:dragonclaw", + "tutor:dragonpulse", + "tutor:dualwingbeat", + "tutor:earthpower", + "tutor:extrasensory", + "tutor:heatwave", + "tutor:imprison", + "tutor:laserfocus", + "tutor:mist", + "tutor:nobleroar", + "tutor:outrage", + "tutor:roost", + "tutor:scaleshot", + "tutor:scorchingsands", + "tutor:slash", + "tutor:sleeptalk", + "tutor:snore", + "tutor:tailwind", + "tutor:zenheadbutt" + ], + "labels": [ + "gen5", + "legendary" + ], + "pokedex": [ + "cobblemon.species.reshiram.desc" + ], + "evolutions": [], + "baseScale": 0.75, + "hitbox": { + "width": 3, + "height": 6, + "fixed": false + }, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 3, + "special_defence": 0, + "speed": 0 + }, + "height": 32, + "weight": 3300, + "aspects": [], + "cannotDynamax": false +} diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation5/zekrom.json b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation5/zekrom.json new file mode 100644 index 0000000..ae71d10 --- /dev/null +++ b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation5/zekrom.json @@ -0,0 +1,183 @@ +{ + "implemented": true, + "name": "Zekrom", + "nationalPokedexNumber": 644, + "primaryType": "dragon", + "secondaryType": "electric", + "abilities": [ + "teravolt" + ], + "baseStats": { + "hp": 100, + "attack": 150, + "defence": 120, + "special_attack": 120, + "special_defence": 100, + "speed": 90 + }, + "catchRate": 3, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 340, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:ancientpower", + "1:dragonbreath", + "1:dragonrage", + "1:nobleroar", + "1:thunderfang", + "8:slash", + "16:crunch", + "24:zenheadbutt", + "32:dragonclaw", + "40:thunderbolt", + "48:fusionbolt", + "56:hypervoice", + "64:thunder", + "72:imprison", + "80:outrage", + "88:boltstrike", + "tm:bodypress", + "tm:bodyslam", + "tm:breakingswipe", + "tm:brickbreak", + "tm:brutalswing", + "tm:charge", + "tm:chargebeam", + "tm:confide", + "tm:crunch", + "tm:cut", + "tm:doubleedge", + "tm:doubleteam", + "tm:dracometeor", + "tm:dragoncheer", + "tm:dragonclaw", + "tm:dragondance", + "tm:dragonpulse", + "tm:dragontail", + "tm:dualwingbeat", + "tm:earthpower", + "tm:echoedvoice", + "tm:electricterrain", + "tm:electroball", + "tm:endure", + "tm:facade", + "tm:flash", + "tm:flashcannon", + "tm:fling", + "tm:fly", + "tm:focusblast", + "tm:focuspunch", + "tm:frustration", + "tm:gigaimpact", + "tm:haze", + "tm:helpinghand", + "tm:hiddenpower", + "tm:honeclaws", + "tm:hyperbeam", + "tm:hypervoice", + "tm:imprison", + "tm:lightscreen", + "tm:outrage", + "tm:payback", + "tm:protect", + "tm:psychic", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:roar", + "tm:rockslide", + "tm:rocksmash", + "tm:rocktomb", + "tm:roost", + "tm:round", + "tm:safeguard", + "tm:scaleshot", + "tm:scaryface", + "tm:secretpower", + "tm:shadowball", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:snore", + "tm:stealthrock", + "tm:steelwing", + "tm:stoneedge", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:supercellslam", + "tm:swagger", + "tm:swift", + "tm:tailwind", + "tm:takedown", + "tm:terablast", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderfang", + "tm:thunderpunch", + "tm:thunderwave", + "tm:toxic", + "tm:voltswitch", + "tm:weatherball", + "tm:wildcharge", + "tm:zenheadbutt", + "tutor:boltstrike", + "tutor:defog", + "tutor:dracometeor", + "tutor:dragonbreath", + "tutor:dragonclaw", + "tutor:dragonpulse", + "tutor:dualwingbeat", + "tutor:earthpower", + "tutor:haze", + "tutor:imprison", + "tutor:laserfocus", + "tutor:magnetrise", + "tutor:nobleroar", + "tutor:outrage", + "tutor:risingvoltage", + "tutor:roost", + "tutor:scaleshot", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:slash", + "tutor:sleeptalk", + "tutor:snore", + "tutor:stoneedge", + "tutor:tailwind", + "tutor:thunderpunch", + "tutor:zenheadbutt" + ], + "labels": [ + "gen5", + "legendary" + ], + "pokedex": [ + "cobblemon.species.zekrom.desc" + ], + "evolutions": [], + "baseScale": 1, + "hitbox": { + "width": 2, + "height": 3, + "fixed": false + }, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "height": 29, + "weight": 3450, + "aspects": [], + "cannotDynamax": false +} diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation6/hoopa.json b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation6/hoopa.json new file mode 100644 index 0000000..4563893 --- /dev/null +++ b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation6/hoopa.json @@ -0,0 +1,234 @@ +{ + "implemented": true, + "name": "Hoopa", + "nationalPokedexNumber": 720, + "primaryType": "psychic", + "secondaryType": "ghost", + "abilities": [ + "magician" + ], + "baseStats": { + "hp": 80, + "attack": 110, + "defence": 60, + "special_attack": 150, + "special_defence": 130, + "speed": 70 + }, + "catchRate": 3, + "maleRatio": -1, + "shoulderMountable": false, + "forms": [ + { + "name": "Unbound", + "primaryType": "psychic", + "secondaryType": "dark", + "abilities": [ + "magician" + ], + "baseStats": { + "hp": 80, + "attack": 160, + "defence": 60, + "special_attack": 170, + "special_defence": 130, + "speed": 80 + }, + "catchRate": 3, + "maleRatio": -1, + "baseExperienceYield": 270, + "baseFriendship": 100, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 3, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "labels": [ + "gen6", + "mythical", + "legendary" + ], + "aspects": [ + "unbound" + ], + "height": 65, + "weight": 4900, + "cannotDynamax": false, + "battleOnly": false + } + ], + "baseExperienceYield": 270, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:allyswitch", + "1:confusion", + "1:destinybond", + "6:astonish", + "10:magiccoat", + "10:trick", + "15:lightscreen", + "19:psybeam", + "25:skillswap", + "29:guardsplit", + "29:powersplit", + "35:phantomforce", + "46:knockoff", + "46:zenheadbutt", + "50:trickroom", + "50:wonderroom", + "55:darkpulse", + "55:shadowball", + "68:nastyplot", + "75:psychic", + "85:hyperspacefury", + "85:hyperspacehole", + "tm:brickbreak", + "tm:calmmind", + "tm:chargebeam", + "tm:confide", + "tm:darkpulse", + "tm:doubleteam", + "tm:drainpunch", + "tm:dreameater", + "tm:embargo", + "tm:endure", + "tm:energyball", + "tm:expandingforce", + "tm:facade", + "tm:firepunch", + "tm:flash", + "tm:fling", + "tm:focusblast", + "tm:focuspunch", + "tm:foulplay", + "tm:frustration", + "tm:futuresight", + "tm:gigaimpact", + "tm:grassknot", + "tm:gravity", + "tm:gunkshot", + "tm:hiddenpower", + "tm:hyperbeam", + "tm:icepunch", + "tm:knockoff", + "tm:lashout", + "tm:lightscreen", + "tm:nastyplot", + "tm:phantomforce", + "tm:poweruppunch", + "tm:protect", + "tm:psybeam", + "tm:psychic", + "tm:psychicnoise", + "tm:psychicterrain", + "tm:psychup", + "tm:psyshock", + "tm:quash", + "tm:raindance", + "tm:reflect", + "tm:rest", + "tm:return", + "tm:rocktomb", + "tm:round", + "tm:safeguard", + "tm:sandstorm", + "tm:scaryface", + "tm:secretpower", + "tm:shadowball", + "tm:skillswap", + "tm:skittersmack", + "tm:sleeptalk", + "tm:substitute", + "tm:sunnyday", + "tm:swagger", + "tm:swift", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thief", + "tm:throatchop", + "tm:thunderbolt", + "tm:thunderpunch", + "tm:thunderwave", + "tm:torment", + "tm:toxic", + "tm:trick", + "tm:trickroom", + "tm:zenheadbutt", + "tutor:allyswitch", + "tutor:astonish", + "tutor:block", + "tutor:covet", + "tutor:drainpunch", + "tutor:dualchop", + "tutor:firepunch", + "tutor:focuspunch", + "tutor:foulplay", + "tutor:gravity", + "tutor:gunkshot", + "tutor:hyperspacehole", + "tutor:icepunch", + "tutor:knockoff", + "tutor:laserfocus", + "tutor:lastresort", + "tutor:magiccoat", + "tutor:magicroom", + "tutor:nastyplot", + "tutor:psychic", + "tutor:recycle", + "tutor:roleplay", + "tutor:shadowball", + "tutor:shockwave", + "tutor:signalbeam", + "tutor:skillswap", + "tutor:snatch", + "tutor:snore", + "tutor:telekinesis", + "tutor:throatchop", + "tutor:thunderpunch", + "tutor:trick", + "tutor:uproar", + "tutor:wonderroom", + "tutor:zenheadbutt" + ], + "labels": [ + "gen6", + "mythical", + "legendary" + ], + "pokedex": [ + "cobblemon.species.hoopa.desc" + ], + "evolutions": [], + "baseScale": 0.5, + "hitbox": { + "width": 1, + "height": 3, + "fixed": false + }, + "baseFriendship": 100, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 3, + "special_defence": 0, + "speed": 0 + }, + "height": 5, + "weight": 90, + "aspects": [], + "cannotDynamax": false +} diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation6/zygarde.json b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation6/zygarde.json new file mode 100644 index 0000000..4cef877 --- /dev/null +++ b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation6/zygarde.json @@ -0,0 +1,266 @@ +{ + "implemented": true, + "name": "Zygarde", + "nationalPokedexNumber": 718, + "primaryType": "dragon", + "secondaryType": "ground", + "abilities": [ + "aurabreak" + ], + "baseStats": { + "hp": 108, + "attack": 100, + "defence": 121, + "special_attack": 81, + "special_defence": 95, + "speed": 95 + }, + "catchRate": 3, + "maleRatio": -1, + "shoulderMountable": false, + "baseExperienceYield": 300, + "baseFriendship": 0, + "evYield": { + "hp": 3, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:bind", + "1:bite", + "1:bulldoze", + "1:coreenforcer", + "1:dragonbreath", + "1:thousandarrows", + "1:thousandwaves", + "8:haze", + "16:dig", + "24:safeguard", + "32:crunch", + "40:dragonpulse", + "48:landswrath", + "56:glare", + "59:camouflage", + "64:sandstorm", + "72:coil", + "72:dragondance", + "80:earthquake", + "88:extremespeed", + "88:outrage", + "tm:bodyslam", + "tm:breakingswipe", + "tm:brickbreak", + "tm:bulldoze", + "tm:confide", + "tm:crunch", + "tm:dig", + "tm:doubleteam", + "tm:dragondance", + "tm:dragonpulse", + "tm:dragontail", + "tm:earthpower", + "tm:earthquake", + "tm:endure", + "tm:facade", + "tm:focusblast", + "tm:frustration", + "tm:gigaimpact", + "tm:grassknot", + "tm:hiddenpower", + "tm:highhorsepower", + "tm:hyperbeam", + "tm:hypervoice", + "tm:irontail", + "tm:outrage", + "tm:payback", + "tm:protect", + "tm:rest", + "tm:retaliate", + "tm:return", + "tm:reversal", + "tm:rockslide", + "tm:rocksmash", + "tm:round", + "tm:safeguard", + "tm:sandstorm", + "tm:secretpower", + "tm:sleeptalk", + "tm:sludgewave", + "tm:snore", + "tm:stompingtantrum", + "tm:stoneedge", + "tm:strength", + "tm:substitute", + "tm:sunnyday", + "tm:superpower", + "tm:swagger", + "tm:swift", + "tm:toxic", + "tm:zenheadbutt", + "tutor:bind", + "tutor:block", + "tutor:camouflage", + "tutor:coreenforcer", + "tutor:crunch", + "tutor:dig", + "tutor:dracometeor", + "tutor:dragonbreath", + "tutor:dragondance", + "tutor:dragonpulse", + "tutor:earthpower", + "tutor:earthquake", + "tutor:extremespeed", + "tutor:glare", + "tutor:haze", + "tutor:hypervoice", + "tutor:irontail", + "tutor:landswrath", + "tutor:outrage", + "tutor:painsplit", + "tutor:safeguard", + "tutor:sandstorm", + "tutor:scaleshot", + "tutor:scorchingsands", + "tutor:shockwave", + "tutor:skittersmack", + "tutor:snore", + "tutor:spite", + "tutor:stompingtantrum", + "tutor:superpower", + "tutor:thousandarrows", + "tutor:thousandwaves", + "tutor:zenheadbutt" + ], + "labels": [ + "gen6", + "legendary" + ], + "pokedex": [ + "cobblemon.species.zygarde.desc" + ], + "height": 50, + "weight": 3050, + "evolutions": [], + "forms": [ + { + "name": "10%", + "primaryType": "dragon", + "secondaryType": "ground", + "abilities": [ + "aurabreak" + ], + "baseStats": { + "hp": 54, + "attack": 100, + "defence": 71, + "special_attack": 61, + "special_defence": 85, + "speed": 115 + }, + "catchRate": 3, + "maleRatio": -1, + "baseExperienceYield": 300, + "baseFriendship": 0, + "evYield": { + "hp": 3, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "tutor:bind", + "tutor:dig", + "tutor:dragonbreath", + "tutor:dragondance", + "tutor:dragonpulse", + "tutor:extremespeed", + "tutor:glare", + "tutor:haze", + "tutor:landswrath", + "tutor:outrage", + "tutor:safeguard", + "tutor:sandstorm", + "tutor:thousandarrows" + ], + "labels": [ + "gen7", + "legendary" + ], + "aspects": [ + "10%" + ], + "height": 12, + "weight": 335, + "cannotDynamax": false, + "battleOnly": false + }, + { + "name": "Complete", + "primaryType": "dragon", + "secondaryType": "ground", + "abilities": [ + "powerconstruct" + ], + "baseStats": { + "hp": 216, + "attack": 100, + "defence": 121, + "special_attack": 91, + "special_defence": 95, + "speed": 85 + }, + "catchRate": 3, + "maleRatio": -1, + "baseExperienceYield": 300, + "baseFriendship": 0, + "evYield": { + "hp": 3, + "attack": 0, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 120, + "eggGroups": [ + "undiscovered" + ], + "labels": [ + "gen7", + "legendary" + ], + "aspects": [ + "complete" + ], + "height": 45, + "weight": 6100, + "cannotDynamax": false, + "battleOnly": true + } + ], + "baseScale": 1, + "hitbox": { + "width": 3, + "height": 3, + "fixed": false + }, + + "aspects": [], + "cannotDynamax": false +} diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation9/koraidon.json b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation9/koraidon.json new file mode 100644 index 0000000..8ca9eea --- /dev/null +++ b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation9/koraidon.json @@ -0,0 +1,152 @@ +{ + "implemented": true, + "name": "Koraidon", + "nationalPokedexNumber": 1007, + "primaryType": "fighting", + "secondaryType": "dragon", + "abilities": [ + "orichalcumpulse" + ], + "baseStats": { + "hp": 100, + "attack": 135, + "defence": 115, + "special_attack": 85, + "special_defence": 100, + "speed": 135 + }, + "catchRate": 3, + "maleRatio": -1, + "baseExperienceYield": 335, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 3, + "defence": 0, + "special_attack": 0, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 50, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:breakingswipe", + "1:sunnyday", + "7:rocksmash", + "14:ancientpower", + "21:drainpunch", + "28:brickbreak", + "35:agility", + "42:dragonclaw", + "49:flamethrower", + "56:collisioncourse", + "63:screech", + "70:counter", + "77:outrage", + "84:closecombat", + "91:flareblitz", + "98:gigaimpact", + "tm:acrobatics", + "tm:agility", + "tm:bodypress", + "tm:bodyslam", + "tm:breakingswipe", + "tm:brickbreak", + "tm:bulkup", + "tm:bulldoze", + "tm:closecombat", + "tm:crunch", + "tm:dig", + "tm:doubleedge", + "tm:dracometeor", + "tm:dragoncheer", + "tm:dragonclaw", + "tm:dragonpulse", + "tm:dragontail", + "tm:drainpunch", + "tm:dualwingbeat", + "tm:endure", + "tm:facade", + "tm:fireblast", + "tm:firefang", + "tm:firespin", + "tm:flamecharge", + "tm:flamethrower", + "tm:flareblitz", + "tm:focusblast", + "tm:focuspunch", + "tm:gigaimpact", + "tm:heatcrash", + "tm:heatwave", + "tm:heavyslam", + "tm:helpinghand", + "tm:hyperbeam", + "tm:icefang", + "tm:ironhead", + "tm:lowkick", + "tm:lowsweep", + "tm:meteorbeam", + "tm:mudshot", + "tm:mudslap", + "tm:outrage", + "tm:overheat", + "tm:protect", + "tm:rest", + "tm:reversal", + "tm:roar", + "tm:scaleshot", + "tm:scaryface", + "tm:shadowclaw", + "tm:sleeptalk", + "tm:snarl", + "tm:solarbeam", + "tm:stompingtantrum", + "tm:substitute", + "tm:sunnyday", + "tm:swordsdance", + "tm:takedown", + "tm:taunt", + "tm:temperflare", + "tm:terablast", + "tm:thunderfang", + "tm:uproar", + "tm:uturn", + "tm:wildcharge", + "tm:zenheadbutt" + ], + "labels": [ + "gen9", + "legendary" + ], + "aspects": [], + "height": 25, + "weight": 3030, + "evolutions": [ + { + "id": "koraidon_koraidonpd", + "variant": "level_up", + "result": "koraidonpd", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 1 + } + ] + } + ], + "baseScale": 1.5, + "hitbox": { + "width": 2, + "height": 2.5, + "fixed": false + }, + "cannotDynamax": false, + "pokedex": [ + "cobblemon.species.koraidon.desc" + ] +} diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation9/miraidon.json b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation9/miraidon.json new file mode 100644 index 0000000..10f071d --- /dev/null +++ b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/data/cobblemon/species/generation9/miraidon.json @@ -0,0 +1,134 @@ +{ + "implemented": true, + "name": "Miraidon", + "nationalPokedexNumber": 1008, + "primaryType": "electric", + "secondaryType": "dragon", + "abilities": [ + "hadronengine" + ], + "baseStats": { + "hp": 100, + "attack": 85, + "defence": 100, + "special_attack": 135, + "special_defence": 115, + "speed": 135 + }, + "catchRate": 3, + "maleRatio": -1, + "baseExperienceYield": 335, + "baseFriendship": 0, + "evYield": { + "hp": 0, + "attack": 0, + "defence": 0, + "special_attack": 3, + "special_defence": 0, + "speed": 0 + }, + "experienceGroup": "slow", + "eggCycles": 50, + "eggGroups": [ + "undiscovered" + ], + "moves": [ + "1:dragonbreath", + "1:electricterrain", + "1:thundershock", + "7:shockwave", + "14:charge", + "21:paraboliccharge", + "28:discharge", + "35:agility", + "42:dragonpulse", + "56:electrodrift", + "63:metalsound", + "70:mirrorcoat", + "77:outrage", + "84:thunder", + "91:overheat", + "98:hyperbeam", + "tm:acrobatics", + "tm:agility", + "tm:bodyslam", + "tm:calmmind", + "tm:charge", + "tm:chargebeam", + "tm:confuseray", + "tm:crunch", + "tm:dazzlinggleam", + "tm:dracometeor", + "tm:dragoncheer", + "tm:dragonclaw", + "tm:dragonpulse", + "tm:dragontail", + "tm:eerieimpulse", + "tm:electricterrain", + "tm:electroball", + "tm:endure", + "tm:facade", + "tm:flashcannon", + "tm:gigaimpact", + "tm:heavyslam", + "tm:helpinghand", + "tm:hyperbeam", + "tm:lightscreen", + "tm:metalsound", + "tm:outrage", + "tm:overheat", + "tm:powergem", + "tm:protect", + "tm:reflect", + "tm:rest", + "tm:scaryface", + "tm:sleeptalk", + "tm:snarl", + "tm:solarbeam", + "tm:substitute", + "tm:supercellslam", + "tm:swordsdance", + "tm:takedown", + "tm:taunt", + "tm:terablast", + "tm:thunder", + "tm:thunderbolt", + "tm:thunderwave", + "tm:uturn", + "tm:voltswitch", + "tm:wildcharge", + "tm:zenheadbutt" + ], + "labels": [ + "gen9", + "legendary" + ], + "aspects": [], + "height": 35, + "weight": 2400, + "evolutions": [ + { + "id": "miraidon_miraidonpd", + "variant": "level_up", + "result": "miraidonpd", + "consumeHeldItem": false, + "learnableMoves": [], + "requirements": [ + { + "variant": "level", + "minLevel": 1 + } + ] + } + ], + "baseScale": 1.5, + "hitbox": { + "width": 2, + "height": 3, + "fixed": false + }, + "cannotDynamax": false, + "pokedex": [ + "cobblemon.species.miraidon.desc" + ] +} diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/pack.mcmeta b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/pack.mcmeta new file mode 100644 index 0000000..6a4c4b2 --- /dev/null +++ b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "pack_format": 15, + "description": "This pack aims to add missing legendaries to the cobblemon mod in order to make the cobblemon experience better. Created by PokeforceGames." + } +} \ No newline at end of file diff --git a/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/pack.png b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/pack.png new file mode 100644 index 0000000..a1bf839 Binary files /dev/null and b/resourcepacks/Missing Legends V1.2[No Genesect or Regi Resize]/pack.png differ diff --git a/resourcepacks/Star Academy/assets/advancementplaques/sounds/ui/toast/challenge_complete.ogg b/resourcepacks/Star Academy/assets/advancementplaques/sounds/ui/toast/challenge_complete.ogg new file mode 100644 index 0000000..e0ecfe1 Binary files /dev/null and b/resourcepacks/Star Academy/assets/advancementplaques/sounds/ui/toast/challenge_complete.ogg differ diff --git a/resourcepacks/Star Academy/assets/advancementplaques/sounds/ui/toast/goal_complete.ogg b/resourcepacks/Star Academy/assets/advancementplaques/sounds/ui/toast/goal_complete.ogg new file mode 100644 index 0000000..e0ecfe1 Binary files /dev/null and b/resourcepacks/Star Academy/assets/advancementplaques/sounds/ui/toast/goal_complete.ogg differ diff --git a/resourcepacks/Star Academy/assets/advancementplaques/sounds/ui/toast/task_complete.ogg b/resourcepacks/Star Academy/assets/advancementplaques/sounds/ui/toast/task_complete.ogg new file mode 100644 index 0000000..e0ecfe1 Binary files /dev/null and b/resourcepacks/Star Academy/assets/advancementplaques/sounds/ui/toast/task_complete.ogg differ diff --git a/resourcepacks/Star Academy/assets/cobblemon/textures/gui/party/party_slot.png b/resourcepacks/Star Academy/assets/cobblemon/textures/gui/party/party_slot.png new file mode 100644 index 0000000..d6b78da Binary files /dev/null and b/resourcepacks/Star Academy/assets/cobblemon/textures/gui/party/party_slot.png differ diff --git a/resourcepacks/Star Academy/assets/cobblemon/textures/gui/party/party_slot_active.png b/resourcepacks/Star Academy/assets/cobblemon/textures/gui/party/party_slot_active.png new file mode 100644 index 0000000..2734e20 Binary files /dev/null and b/resourcepacks/Star Academy/assets/cobblemon/textures/gui/party/party_slot_active.png differ diff --git a/resourcepacks/Star Academy/assets/cobblemon/textures/gui/party/party_slot_collapsed.png b/resourcepacks/Star Academy/assets/cobblemon/textures/gui/party/party_slot_collapsed.png new file mode 100644 index 0000000..9d9a1ac Binary files /dev/null and b/resourcepacks/Star Academy/assets/cobblemon/textures/gui/party/party_slot_collapsed.png differ diff --git a/resourcepacks/Star Academy/assets/cobblemon/textures/gui/party/party_slot_fainted.png b/resourcepacks/Star Academy/assets/cobblemon/textures/gui/party/party_slot_fainted.png new file mode 100644 index 0000000..0d14d4c Binary files /dev/null and b/resourcepacks/Star Academy/assets/cobblemon/textures/gui/party/party_slot_fainted.png differ diff --git a/resourcepacks/Star Academy/assets/cobblemon/textures/gui/party/party_slot_fainted_active.png b/resourcepacks/Star Academy/assets/cobblemon/textures/gui/party/party_slot_fainted_active.png new file mode 100644 index 0000000..775ed20 Binary files /dev/null and b/resourcepacks/Star Academy/assets/cobblemon/textures/gui/party/party_slot_fainted_active.png differ diff --git a/resourcepacks/Star Academy/assets/cobblemon/textures/gui/party/party_slot_portrait_background.png b/resourcepacks/Star Academy/assets/cobblemon/textures/gui/party/party_slot_portrait_background.png new file mode 100644 index 0000000..2081ce3 Binary files /dev/null and b/resourcepacks/Star Academy/assets/cobblemon/textures/gui/party/party_slot_portrait_background.png differ diff --git a/resourcepacks/Star Academy/assets/enhancedcelestials/lang/en_us.json b/resourcepacks/Star Academy/assets/enhancedcelestials/lang/en_us.json new file mode 100644 index 0000000..6cae8e8 --- /dev/null +++ b/resourcepacks/Star Academy/assets/enhancedcelestials/lang/en_us.json @@ -0,0 +1,44 @@ +{ + "block.enhancedcelestials.meteor": "Meteor", + "block.enhancedcelestials.space_moss_block": "Space Moss Block", + "block.enhancedcelestials.space_moss_carpet": "Space Moss Carpet", + "block.enhancedcelestials.space_moss_grass": "Space Moss Grass", + "enhancedcelestials.commands.disabled": "Enhanced Celestials' lunar events are disabled for this world!", + "enhancedcelestials.commands.lunarevent_missing": "\"%s\" is not a valid lunar event!", + "enhancedcelestials.lunarforecast.days_left": "(in %sd)", + "enhancedcelestials.lunarforecast.empty": "No upcoming lunar events", + "enhancedcelestials.lunarforecast.header": "Current Lunar forecast:\n%s", + "enhancedcelestials.lunarforecast.recompute": "Lunar forecast was recomputed", + "enhancedcelestials.name.blood_moon": "Blood Moon", + "enhancedcelestials.name.blue_moon": "Blue Moon", + "enhancedcelestials.name.harvest_moon": "Harvest Moon", + "enhancedcelestials.name.aurora_moon": "Aurora Moon", + "enhancedcelestials.name.moon": "Moon", + "enhancedcelestials.name.super_blood_moon": "Super Blood Moon", + "enhancedcelestials.name.super_blue_moon": "Super Blue Moon", + "enhancedcelestials.name.super_harvest_moon": "Super Harvest Moon", + "enhancedcelestials.name.super_aurora_moon": "Super Harvest Moon", + "enhancedcelestials.name.super_moon": "Super Moon", + "enhancedcelestials.notification.blood_moon.rise": "The \"Blood Moon\" rises... wild cobblemon appear stronger than usual under this moon", + "enhancedcelestials.notification.blood_moon.set": "The \"Blood Moon\" sets", + "enhancedcelestials.notification.blue_moon.rise": "The \"Blue Moon\" rises... cobblemon emerge in their shiny form more often under this moon", + "enhancedcelestials.notification.blue_moon.set": "The \"Blue Moon\" sets", + "enhancedcelestials.notification.harvest_moon.rise": "The \"Harvest Moon\" rises... your cobblemon train more effectively under this moon", + "enhancedcelestials.notification.harvest_moon.set": "The \"Harvest Moon\" sets", + "enhancedcelestials.notification.aurora_moon.rise": "The \"Aurora Moon\" rises... rarer cobblemon are known to wander about under this moon", + "enhancedcelestials.notification.aurora_moon.set": "The \"Aurora Moon\" sets", + "enhancedcelestials.notification.super_blood_moon.rise": "The \"Super Blood Moon\" rises... wild cobblemon appear much stronger than usual under this moon", + "enhancedcelestials.notification.super_blood_moon.set": "The \"Super Blood Moon\" sets", + "enhancedcelestials.notification.super_blue_moon.rise": "The \"Super Blue Moon\" rises... cobblemon emerge in their shiny form much more often under this moon", + "enhancedcelestials.notification.super_blue_moon.set": "The \"Super Blue Moon\" sets", + "enhancedcelestials.notification.super_harvest_moon.rise": "The \"Super Harvest Moon\" rises... your cobblemon train much more effectively under this moon", + "enhancedcelestials.notification.super_harvest_moon.set": "The \"Super Harvest Moon\" sets", + "enhancedcelestials.notification.super_aurora_moon.rise": "The \"Super Aurora Moon\" rises... much rarer pokemon are known to wander about under this moon", + "enhancedcelestials.notification.super_aurora_moon.set": "The \"Super Aurora Moon\" sets", + "enhancedcelestials.notification.super_moon.rise": "The \"Super Moon\" rises...", + "enhancedcelestials.notification.super_moon.set": "The \"Super Moon\" sets", + "enhancedcelestials.sleep.fail": "The cries heard from wild cobblemon under this moon prevents you from sleeping", + "entity.enhancedcelestials.meteor": "Meteor", + "entity.enhancedcelestials.space_moss_bug": "Space Moss Bug", + "item.enhancedcelestials.space_moss_bug_spawn_egg": "Space Moss Bug Spawn Egg" +} \ No newline at end of file diff --git a/resourcepacks/Star Academy/assets/minecraft/sounds/ui/toast/challenge_complete.ogg b/resourcepacks/Star Academy/assets/minecraft/sounds/ui/toast/challenge_complete.ogg new file mode 100644 index 0000000..e0ecfe1 Binary files /dev/null and b/resourcepacks/Star Academy/assets/minecraft/sounds/ui/toast/challenge_complete.ogg differ diff --git a/resourcepacks/Star Academy/assets/minecraft/sounds/ui/toast/goal_complete.ogg b/resourcepacks/Star Academy/assets/minecraft/sounds/ui/toast/goal_complete.ogg new file mode 100644 index 0000000..e0ecfe1 Binary files /dev/null and b/resourcepacks/Star Academy/assets/minecraft/sounds/ui/toast/goal_complete.ogg differ diff --git a/resourcepacks/Star Academy/assets/minecraft/sounds/ui/toast/task_complete.ogg b/resourcepacks/Star Academy/assets/minecraft/sounds/ui/toast/task_complete.ogg new file mode 100644 index 0000000..e0ecfe1 Binary files /dev/null and b/resourcepacks/Star Academy/assets/minecraft/sounds/ui/toast/task_complete.ogg differ diff --git a/resourcepacks/Star Academy/assets/minecraft/textures/gui/bars.png b/resourcepacks/Star Academy/assets/minecraft/textures/gui/bars.png new file mode 100644 index 0000000..7664c5b Binary files /dev/null and b/resourcepacks/Star Academy/assets/minecraft/textures/gui/bars.png differ diff --git a/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/anvil.png b/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/anvil.png new file mode 100644 index 0000000..6d499ee Binary files /dev/null and b/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/anvil.png differ diff --git a/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/beacon.png b/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/beacon.png new file mode 100644 index 0000000..1f470ac Binary files /dev/null and b/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/beacon.png differ diff --git a/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/blast_furnace.png b/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/blast_furnace.png new file mode 100644 index 0000000..e4cf3d3 Binary files /dev/null and b/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/blast_furnace.png differ diff --git a/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/brewing_stand.png b/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/brewing_stand.png new file mode 100644 index 0000000..be28f9e Binary files /dev/null and b/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/brewing_stand.png differ diff --git a/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/cartography_table.png b/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/cartography_table.png new file mode 100644 index 0000000..44852b8 Binary files /dev/null and b/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/cartography_table.png differ diff --git a/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/crafting_table.png b/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/crafting_table.png new file mode 100644 index 0000000..c9a80cc Binary files /dev/null and b/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/crafting_table.png differ diff --git a/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/creative_inventory/tab_inventory.png b/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/creative_inventory/tab_inventory.png new file mode 100644 index 0000000..b52c600 Binary files /dev/null and b/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/creative_inventory/tab_inventory.png differ diff --git a/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/creative_inventory/tab_item_search.png b/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/creative_inventory/tab_item_search.png new file mode 100644 index 0000000..9b2466c Binary files /dev/null and b/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/creative_inventory/tab_item_search.png differ diff --git a/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/creative_inventory/tab_items.png b/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/creative_inventory/tab_items.png new file mode 100644 index 0000000..19e7de5 Binary files /dev/null and b/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/creative_inventory/tab_items.png differ diff --git a/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/creative_inventory/tabs.png b/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/creative_inventory/tabs.png new file mode 100644 index 0000000..4b5571a Binary files /dev/null and b/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/creative_inventory/tabs.png differ diff --git a/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/dispenser.png b/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/dispenser.png new file mode 100644 index 0000000..8bc1760 Binary files /dev/null and b/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/dispenser.png differ diff --git a/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/enchanting_table.png b/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/enchanting_table.png new file mode 100644 index 0000000..4f268ac Binary files /dev/null and b/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/enchanting_table.png differ diff --git a/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/furnace.png b/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/furnace.png new file mode 100644 index 0000000..e4cf3d3 Binary files /dev/null and b/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/furnace.png differ diff --git a/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/gamemode_switcher.png b/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/gamemode_switcher.png new file mode 100644 index 0000000..0ed0fc8 Binary files /dev/null and b/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/gamemode_switcher.png differ diff --git a/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/generic_54.png b/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/generic_54.png new file mode 100644 index 0000000..fd2c8b3 Binary files /dev/null and b/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/generic_54.png differ diff --git a/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/grindstone.png b/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/grindstone.png new file mode 100644 index 0000000..35c7a7b Binary files /dev/null and b/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/grindstone.png differ diff --git a/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/hopper.png b/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/hopper.png new file mode 100644 index 0000000..0cb5b5e Binary files /dev/null and b/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/hopper.png differ diff --git a/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/horse.png b/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/horse.png new file mode 100644 index 0000000..5201cb8 Binary files /dev/null and b/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/horse.png differ diff --git a/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/inventory.png b/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/inventory.png new file mode 100644 index 0000000..ecd70c0 Binary files /dev/null and b/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/inventory.png differ diff --git a/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/legacy_smithing.png b/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/legacy_smithing.png new file mode 100644 index 0000000..eb1ea82 Binary files /dev/null and b/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/legacy_smithing.png differ diff --git a/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/loom.png b/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/loom.png new file mode 100644 index 0000000..57d7e5a Binary files /dev/null and b/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/loom.png differ diff --git a/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/shulker_box.png b/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/shulker_box.png new file mode 100644 index 0000000..477255c Binary files /dev/null and b/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/shulker_box.png differ diff --git a/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/smithing.png b/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/smithing.png new file mode 100644 index 0000000..f4a5d15 Binary files /dev/null and b/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/smithing.png differ diff --git a/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/smoker.png b/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/smoker.png new file mode 100644 index 0000000..e4cf3d3 Binary files /dev/null and b/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/smoker.png differ diff --git a/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/stats_icons.png b/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/stats_icons.png new file mode 100644 index 0000000..84ba260 Binary files /dev/null and b/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/stats_icons.png differ diff --git a/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/stonecutter.png b/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/stonecutter.png new file mode 100644 index 0000000..9185d36 Binary files /dev/null and b/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/stonecutter.png differ diff --git a/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/villager.png b/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/villager.png new file mode 100644 index 0000000..f55a608 Binary files /dev/null and b/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/villager.png differ diff --git a/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/villager2.png b/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/villager2.png new file mode 100644 index 0000000..f55a608 Binary files /dev/null and b/resourcepacks/Star Academy/assets/minecraft/textures/gui/container/villager2.png differ diff --git a/resourcepacks/Star Academy/assets/minecraft/textures/gui/icons.png b/resourcepacks/Star Academy/assets/minecraft/textures/gui/icons.png new file mode 100644 index 0000000..d3580fa Binary files /dev/null and b/resourcepacks/Star Academy/assets/minecraft/textures/gui/icons.png differ diff --git a/resourcepacks/Star Academy/assets/minecraft/textures/gui/light_dirt_background.png b/resourcepacks/Star Academy/assets/minecraft/textures/gui/light_dirt_background.png new file mode 100644 index 0000000..e64b890 Binary files /dev/null and b/resourcepacks/Star Academy/assets/minecraft/textures/gui/light_dirt_background.png differ diff --git a/resourcepacks/Star Academy/assets/minecraft/textures/gui/options_background.png b/resourcepacks/Star Academy/assets/minecraft/textures/gui/options_background.png new file mode 100644 index 0000000..f469777 Binary files /dev/null and b/resourcepacks/Star Academy/assets/minecraft/textures/gui/options_background.png differ diff --git a/resourcepacks/Star Academy/assets/minecraft/textures/gui/recipe_book.png b/resourcepacks/Star Academy/assets/minecraft/textures/gui/recipe_book.png new file mode 100644 index 0000000..9c13252 Binary files /dev/null and b/resourcepacks/Star Academy/assets/minecraft/textures/gui/recipe_book.png differ diff --git a/resourcepacks/Star Academy/assets/minecraft/textures/gui/recipe_button.png b/resourcepacks/Star Academy/assets/minecraft/textures/gui/recipe_button.png new file mode 100644 index 0000000..9c34405 Binary files /dev/null and b/resourcepacks/Star Academy/assets/minecraft/textures/gui/recipe_button.png differ diff --git a/resourcepacks/Star Academy/assets/minecraft/textures/gui/resource_packs.png b/resourcepacks/Star Academy/assets/minecraft/textures/gui/resource_packs.png new file mode 100644 index 0000000..7bde944 Binary files /dev/null and b/resourcepacks/Star Academy/assets/minecraft/textures/gui/resource_packs.png differ diff --git a/resourcepacks/Star Academy/assets/minecraft/textures/gui/server_selection.png b/resourcepacks/Star Academy/assets/minecraft/textures/gui/server_selection.png new file mode 100644 index 0000000..104a149 Binary files /dev/null and b/resourcepacks/Star Academy/assets/minecraft/textures/gui/server_selection.png differ diff --git a/resourcepacks/Star Academy/assets/minecraft/textures/gui/slider.png b/resourcepacks/Star Academy/assets/minecraft/textures/gui/slider.png new file mode 100644 index 0000000..bed6e06 Binary files /dev/null and b/resourcepacks/Star Academy/assets/minecraft/textures/gui/slider.png differ diff --git a/resourcepacks/Star Academy/assets/minecraft/textures/gui/tab_button.png b/resourcepacks/Star Academy/assets/minecraft/textures/gui/tab_button.png new file mode 100644 index 0000000..67384fe Binary files /dev/null and b/resourcepacks/Star Academy/assets/minecraft/textures/gui/tab_button.png differ diff --git a/resourcepacks/Star Academy/assets/minecraft/textures/gui/widgets.png b/resourcepacks/Star Academy/assets/minecraft/textures/gui/widgets.png new file mode 100644 index 0000000..ddc82bf Binary files /dev/null and b/resourcepacks/Star Academy/assets/minecraft/textures/gui/widgets.png differ diff --git a/resourcepacks/Star Academy/assets/minecraft/textures/gui/world_selection.png b/resourcepacks/Star Academy/assets/minecraft/textures/gui/world_selection.png new file mode 100644 index 0000000..9a118b4 Binary files /dev/null and b/resourcepacks/Star Academy/assets/minecraft/textures/gui/world_selection.png differ diff --git a/resourcepacks/Star Academy/assets/minecraft/textures/item/magglass.png b/resourcepacks/Star Academy/assets/minecraft/textures/item/magglass.png new file mode 100644 index 0000000..d357567 Binary files /dev/null and b/resourcepacks/Star Academy/assets/minecraft/textures/item/magglass.png differ diff --git a/resourcepacks/Star Academy/pack.mcmeta b/resourcepacks/Star Academy/pack.mcmeta new file mode 100644 index 0000000..46ffe3b --- /dev/null +++ b/resourcepacks/Star Academy/pack.mcmeta @@ -0,0 +1,9 @@ +{ + +"pack": { + + "pack_format": 15, + + "description": "assets for Cobblemon: Star Academy" + } +} \ No newline at end of file diff --git a/resourcepacks/Star Academy/pack.png b/resourcepacks/Star Academy/pack.png new file mode 100644 index 0000000..befa73d Binary files /dev/null and b/resourcepacks/Star Academy/pack.png differ diff --git a/resourcepacks/Vivillon Pride Patterns v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0666_vivillon/0666_vivillon_pride.json b/resourcepacks/Vivillon Pride Patterns v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0666_vivillon/0666_vivillon_pride.json new file mode 100644 index 0000000..6accff4 --- /dev/null +++ b/resourcepacks/Vivillon Pride Patterns v1.0/assets/cobblemon/bedrock/pokemon/resolvers/0666_vivillon/0666_vivillon_pride.json @@ -0,0 +1,114 @@ +{ + "species": "cobblemon:vivillon", + "order": 1, + "variations": [ + { + "aspects": [ "vivillon-wings-prismatic" ], + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_prismatic.png" + } + ] + }, + { + "aspects": [ "vivillon-wings-minty" ], + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_minty.png" + } + ] + }, + { + "aspects": [ "vivillon-wings-tangy" ], + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_tangy.png" + } + ] + }, + { + "aspects": [ "vivillon-wings-ultraviolet" ], + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_ultraviolet.png" + } + ] + }, + { + "aspects": [ "vivillon-wings-toned" ], + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_toned.png" + } + ] + }, + { + "aspects": [ "vivillon-wings-twilight" ], + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_twilight.png" + } + ] + }, + { + "aspects": [ "vivillon-wings-pelopon" ], + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_pelopon.png" + } + ] + }, + { + "aspects": [ "vivillon-wings-embroidered" ], + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_embroidered.png" + } + ] + }, + { + "aspects": [ "vivillon-wings-monarch" ], + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_monarch.png" + } + ] + }, + { + "aspects": [ "vivillon-wings-whorl" ], + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_whorl.png" + } + ] + }, + { + "aspects": [ "vivillon-wings-null" ], + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_null.png" + } + ] + }, + { + "aspects": [ "vivillon-wings-ringed" ], + "layers": [ + { + "name": "wings", + "texture": "cobblemon:textures/pokemon/0666_vivillon/vivillon_wings_ringed.png" + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/Vivillon Pride Patterns v1.0/assets/cobblemon/lang/en_us.json b/resourcepacks/Vivillon Pride Patterns v1.0/assets/cobblemon/lang/en_us.json new file mode 100644 index 0000000..fec4668 --- /dev/null +++ b/resourcepacks/Vivillon Pride Patterns v1.0/assets/cobblemon/lang/en_us.json @@ -0,0 +1,4 @@ +{ + "advancements.vivillon_pride.catch_all_vivillon_but_pride": "Prideful Vivillionaire", + "advancements.vivillon_pride.catch_all_vivillon_but_pride.description": "Obtain all the Pride <3" +} \ No newline at end of file diff --git a/resourcepacks/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_embroidered.png b/resourcepacks/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_embroidered.png new file mode 100644 index 0000000..4a081d6 Binary files /dev/null and b/resourcepacks/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_embroidered.png differ diff --git a/resourcepacks/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_minty.png b/resourcepacks/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_minty.png new file mode 100644 index 0000000..0b21e1a Binary files /dev/null and b/resourcepacks/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_minty.png differ diff --git a/resourcepacks/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_monarch.png b/resourcepacks/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_monarch.png new file mode 100644 index 0000000..07f7a9f Binary files /dev/null and b/resourcepacks/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_monarch.png differ diff --git a/resourcepacks/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_null.png b/resourcepacks/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_null.png new file mode 100644 index 0000000..9d03357 Binary files /dev/null and b/resourcepacks/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_null.png differ diff --git a/resourcepacks/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_pelopon.png b/resourcepacks/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_pelopon.png new file mode 100644 index 0000000..6627a6c Binary files /dev/null and b/resourcepacks/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_pelopon.png differ diff --git a/resourcepacks/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_prismatic.png b/resourcepacks/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_prismatic.png new file mode 100644 index 0000000..f44fe19 Binary files /dev/null and b/resourcepacks/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_prismatic.png differ diff --git a/resourcepacks/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_ringed.png b/resourcepacks/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_ringed.png new file mode 100644 index 0000000..ed4eb51 Binary files /dev/null and b/resourcepacks/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_ringed.png differ diff --git a/resourcepacks/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_tangy.png b/resourcepacks/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_tangy.png new file mode 100644 index 0000000..32d87ce Binary files /dev/null and b/resourcepacks/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_tangy.png differ diff --git a/resourcepacks/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_template.png b/resourcepacks/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_template.png new file mode 100644 index 0000000..c904063 Binary files /dev/null and b/resourcepacks/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_template.png differ diff --git a/resourcepacks/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_toned.png b/resourcepacks/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_toned.png new file mode 100644 index 0000000..2b149b7 Binary files /dev/null and b/resourcepacks/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_toned.png differ diff --git a/resourcepacks/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_twilight.png b/resourcepacks/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_twilight.png new file mode 100644 index 0000000..3675d2a Binary files /dev/null and b/resourcepacks/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_twilight.png differ diff --git a/resourcepacks/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_ultraviolet.png b/resourcepacks/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_ultraviolet.png new file mode 100644 index 0000000..90bb87a Binary files /dev/null and b/resourcepacks/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_ultraviolet.png differ diff --git a/resourcepacks/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_whorl.png b/resourcepacks/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_whorl.png new file mode 100644 index 0000000..f182d3c Binary files /dev/null and b/resourcepacks/Vivillon Pride Patterns v1.0/assets/cobblemon/textures/pokemon/0666_vivillon/vivillon_wings_whorl.png differ diff --git a/resourcepacks/Vivillon Pride Patterns v1.0/data/cobblemon/advancements/catch_all_vivillon_but_pride.json b/resourcepacks/Vivillon Pride Patterns v1.0/data/cobblemon/advancements/catch_all_vivillon_but_pride.json new file mode 100644 index 0000000..59b63bb --- /dev/null +++ b/resourcepacks/Vivillon Pride Patterns v1.0/data/cobblemon/advancements/catch_all_vivillon_but_pride.json @@ -0,0 +1,121 @@ +{ + "display": { + "icon": { + "item": "cobblemon:pokemon_model", + "nbt": "{\"species\":\"cobblemon:vivillon\",\"aspects\":[\"vivillon-wings-prismatic\"]}" + }, + "title": { + "translate": "advancements.vivillon_pride.catch_all_vivillon_but_pride" + }, + "description": { + "translate": "advancements.vivillon_pride.catch_all_vivillon_but_pride.description" + }, + "frame": "challenge", + "hidden": true + }, + "parent": "cobblemon:catch_all_vivillon", + "criteria": { + "prismatic": { + "trigger": "cobblemon:aspects_collected", + "conditions": { + "pokemon": "cobblemon:vivillon", + "aspects": ["vivillon-wings-prismatic"] + } + }, + "minty": { + "trigger": "cobblemon:aspects_collected", + "conditions": { + "pokemon": "cobblemon:vivillon", + "aspects": ["vivillon-wings-minty"] + } + }, + "tangy": { + "trigger": "cobblemon:aspects_collected", + "conditions": { + "pokemon": "cobblemon:vivillon", + "aspects": ["vivillon-wings-tangy"] + } + }, + "ultraviolet": { + "trigger": "cobblemon:aspects_collected", + "conditions": { + "pokemon": "cobblemon:vivillon", + "aspects": ["vivillon-wings-ultraviolet"] + } + }, + "toned": { + "trigger": "cobblemon:aspects_collected", + "conditions": { + "pokemon": "cobblemon:vivillon", + "aspects": ["vivillon-wings-toned"] + } + }, + "twilight": { + "trigger": "cobblemon:aspects_collected", + "conditions": { + "pokemon": "cobblemon:vivillon", + "aspects": ["vivillon-wings-twilight"] + } + }, + "pelopon": { + "trigger": "cobblemon:aspects_collected", + "conditions": { + "pokemon": "cobblemon:vivillon", + "aspects": ["vivillon-wings-pelopon"] + } + }, + "embroidered": { + "trigger": "cobblemon:aspects_collected", + "conditions": { + "pokemon": "cobblemon:vivillon", + "aspects": ["vivillon-wings-embroidered"] + } + }, + "monarch": { + "trigger": "cobblemon:aspects_collected", + "conditions": { + "pokemon": "cobblemon:vivillon", + "aspects": ["vivillon-wings-monarch"] + } + }, + "whorl": { + "trigger": "cobblemon:aspects_collected", + "conditions": { + "pokemon": "cobblemon:vivillon", + "aspects": ["vivillon-wings-whorl"] + } + }, + "null": { + "trigger": "cobblemon:aspects_collected", + "conditions": { + "pokemon": "cobblemon:vivillon", + "aspects": ["vivillon-wings-null"] + } + }, + "ringed": { + "trigger": "cobblemon:aspects_collected", + "conditions": { + "pokemon": "cobblemon:vivillon", + "aspects": ["vivillon-wings-ringed"] + } + } + }, + "requirements": [ + ["prismatic"], + ["minty"], + ["tangy"], + ["ultraviolet"], + ["toned"], + ["twilight"], + ["pelopon"], + ["embroidered"], + ["monarch"], + ["whorl"], + ["null"], + ["ringed"] + ], + "rewards": { + "experience": 100 + }, + "sends_telemetry_event": false +} diff --git a/resourcepacks/Vivillon Pride Patterns v1.0/data/cobblemon/species_additions/spewpa.json b/resourcepacks/Vivillon Pride Patterns v1.0/data/cobblemon/species_additions/spewpa.json new file mode 100644 index 0000000..69de423 --- /dev/null +++ b/resourcepacks/Vivillon Pride Patterns v1.0/data/cobblemon/species_additions/spewpa.json @@ -0,0 +1,197 @@ +{ + "target": "cobblemon:spewpa", + "evolutions": [ + { + "id": "spewpa_vivillon_prismatic", + "variant": "item_interact", + "result": "vivillon vivillon_wings=prismatic", + "consumeHeldItem": false, + "requiredContext": "minecraft:red_dye", + "learnableMoves": [ + "gust" + ], + "requirements": [ + { + "variant": "level", + "minLevel": 12 + } + ] + }, + { + "id": "spewpa_vivillon_minty", + "variant": "item_interact", + "result": "vivillon vivillon_wings=minty", + "consumeHeldItem": false, + "requiredContext": "minecraft:light_blue_dye", + "learnableMoves": [ + "gust" + ], + "requirements": [ + { + "variant": "level", + "minLevel": 12 + } + ] + }, + { + "id": "spewpa_vivillon_tangy", + "variant": "item_interact", + "result": "vivillon vivillon_wings=tangy", + "consumeHeldItem": false, + "requiredContext": "minecraft:orange_dye", + "learnableMoves": [ + "gust" + ], + "requirements": [ + { + "variant": "level", + "minLevel": 12 + } + ] + }, + { + "id": "spewpa_vivillon_ultraviolet", + "variant": "item_interact", + "result": "vivillon vivillon_wings=ultraviolet", + "consumeHeldItem": false, + "requiredContext": "minecraft:magenta_dye", + "learnableMoves": [ + "gust" + ], + "requirements": [ + { + "variant": "level", + "minLevel": 12 + } + ] + }, + { + "id": "spewpa_vivillon_toned", + "variant": "item_interact", + "result": "vivillon vivillon_wings=toned", + "consumeHeldItem": false, + "requiredContext": "minecraft:cyan_dye", + "learnableMoves": [ + "gust" + ], + "requirements": [ + { + "variant": "level", + "minLevel": 12 + } + ] + }, + { + "id": "spewpa_vivillon_twilight", + "variant": "item_interact", + "result": "vivillon vivillon_wings=twilight", + "consumeHeldItem": false, + "requiredContext": "minecraft:black_dye", + "learnableMoves": [ + "gust" + ], + "requirements": [ + { + "variant": "level", + "minLevel": 12 + } + ] + }, + { + "id": "spewpa_vivillon_pelopon", + "variant": "item_interact", + "result": "vivillon vivillon_wings=pelopon", + "consumeHeldItem": false, + "requiredContext": "minecraft:lime_dye", + "learnableMoves": [ + "gust" + ], + "requirements": [ + { + "variant": "level", + "minLevel": 12 + } + ] + }, + { + "id": "spewpa_vivillon_embroidered", + "variant": "item_interact", + "result": "vivillon vivillon_wings=embroidered", + "consumeHeldItem": false, + "requiredContext": "minecraft:pink_dye", + "learnableMoves": [ + "gust" + ], + "requirements": [ + { + "variant": "level", + "minLevel": 12 + } + ] + }, + { + "id": "spewpa_vivillon_monarch", + "variant": "item_interact", + "result": "vivillon vivillon_wings=monarch", + "consumeHeldItem": false, + "requiredContext": "minecraft:purple_dye", + "learnableMoves": [ + "gust" + ], + "requirements": [ + { + "variant": "level", + "minLevel": 12 + } + ] + }, + { + "id": "spewpa_vivillon_whorl", + "variant": "item_interact", + "result": "vivillon vivillon_wings=whorl", + "consumeHeldItem": false, + "requiredContext": "minecraft:blue_dye", + "learnableMoves": [ + "gust" + ], + "requirements": [ + { + "variant": "level", + "minLevel": 12 + } + ] + }, + { + "id": "spewpa_vivillon_null", + "variant": "item_interact", + "result": "vivillon vivillon_wings=null", + "consumeHeldItem": false, + "requiredContext": "minecraft:green_dye", + "learnableMoves": [ + "gust" + ], + "requirements": [ + { + "variant": "level", + "minLevel": 12 + } + ] + }, + { + "id": "spewpa_vivillon_ringed", + "variant": "item_interact", + "result": "vivillon vivillon_wings=ringed", + "consumeHeldItem": false, + "requiredContext": "minecraft:yellow_dye", + "learnableMoves": [ + "gust" + ], + "requirements": [ + { + "variant": "level", + "minLevel": 12 + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepacks/Vivillon Pride Patterns v1.0/data/cobblemon/species_features/vivillon_wings.json b/resourcepacks/Vivillon Pride Patterns v1.0/data/cobblemon/species_features/vivillon_wings.json new file mode 100644 index 0000000..904466d --- /dev/null +++ b/resourcepacks/Vivillon Pride Patterns v1.0/data/cobblemon/species_features/vivillon_wings.json @@ -0,0 +1,44 @@ +{ + "type": "choice", + "keys": ["vivillon_wings"], + "default": "meadow", + "choices": [ + "archipelago", + "continental", + "elegant", + "fancy", + "garden", + "high-plains", + "icy-snow", + "jungle", + "marine", + "meadow", + "modern", + "monsoon", + "ocean", + "poke-ball", + "polar", + "river", + "sandstorm", + "savanna", + "sun", + "tundra", + "inferno", + "void", + "forsaken", + "prismatic", + "minty", + "tangy", + "ultraviolet", + "toned", + "twilight", + "pelopon", + "embroidered", + "monarch", + "whorl", + "null", + "ringed" + ], + "isAspect": true, + "aspectFormat": "vivillon-wings-{{choice}}" +} \ No newline at end of file diff --git a/resourcepacks/Vivillon Pride Patterns v1.0/pack.mcmeta b/resourcepacks/Vivillon Pride Patterns v1.0/pack.mcmeta new file mode 100644 index 0000000..e8ee57a --- /dev/null +++ b/resourcepacks/Vivillon Pride Patterns v1.0/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "pack_format": 15, + "description": "§cVivi§6llon §ePri§ade P§9att§derns§r\nby the §bCobblemon Team" + } +} \ No newline at end of file diff --git a/resourcepacks/Vivillon Pride Patterns v1.0/pack.png b/resourcepacks/Vivillon Pride Patterns v1.0/pack.png new file mode 100644 index 0000000..c276aac Binary files /dev/null and b/resourcepacks/Vivillon Pride Patterns v1.0/pack.png differ diff --git a/resourcepacks/boenks-cobblemon-item-descriptions.pw.toml b/resourcepacks/boenks-cobblemon-item-descriptions.pw.toml new file mode 100644 index 0000000..b26941e --- /dev/null +++ b/resourcepacks/boenks-cobblemon-item-descriptions.pw.toml @@ -0,0 +1,13 @@ +name = "Boenk's Cobblemon Item Descriptions" +filename = "Boenk's_Cobblemon_Item_Description_V1.5.0.zip" +side = "both" + +[download] +hash-format = "sha1" +hash = "c7cbf185651fc4af301319a6f320d89673828331" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5347790 +project-id = 1004222 diff --git a/resourcepacks/bopack/assets/bountiful/lang/en_us.json b/resourcepacks/bopack/assets/bountiful/lang/en_us.json new file mode 100644 index 0000000..fdd8359 --- /dev/null +++ b/resourcepacks/bopack/assets/bountiful/lang/en_us.json @@ -0,0 +1,21 @@ +{ + "bountiful.decree.bucketeer.name": "Bucketeering", + "bountiful.entry.catcher_obj_catch_bug": "Catch Bug Types", + "bountiful.entry.catcher_obj_catch_dark": "Catch Dark Types", + "bountiful.entry.catcher_obj_catch_dragon": "Catch Dragon Types", + "bountiful.entry.catcher_obj_catch_electric": "Catch Electric Types", + "bountiful.entry.catcher_obj_catch_fairy": "Catch Fairy Types", + "bountiful.entry.catcher_obj_catch_fighting": "Catch Fighting Types", + "bountiful.entry.catcher_obj_catch_fire": "Catch Fire Types", + "bountiful.entry.catcher_obj_catch_flying": "Catch Flying Types", + "bountiful.entry.catcher_obj_catch_ghost": "Catch Ghost Types", + "bountiful.entry.catcher_obj_catch_grass": "Catch Grass Types", + "bountiful.entry.catcher_obj_catch_ground": "Catch Ground Types", + "bountiful.entry.catcher_obj_catch_ice": "Catch Ice Types", + "bountiful.entry.catcher_obj_catch_normal": "Catch Normal Types", + "bountiful.entry.catcher_obj_catch_poison": "Catch Poison Types", + "bountiful.entry.catcher_obj_catch_psychic": "Catch Psychic Types", + "bountiful.entry.catcher_obj_catch_rock": "Catch Rock Types", + "bountiful.entry.catcher_obj_catch_steel": "Catch Steel Types", + "bountiful.entry.catcher_obj_catch_water": "Catch Water Types" +} diff --git a/resourcepacks/bopack/data/bountiful/bounty_decrees/bountiful/armorer.json b/resourcepacks/bopack/data/bountiful/bounty_decrees/bountiful/armorer.json new file mode 100644 index 0000000..8d6e126 --- /dev/null +++ b/resourcepacks/bopack/data/bountiful/bounty_decrees/bountiful/armorer.json @@ -0,0 +1,8 @@ +{ + "objectives": [ + "all_objs" + ], + "rewards": [ + "all_rews" + ] +} \ No newline at end of file diff --git a/resourcepacks/bopack/data/bountiful/bounty_decrees/bountiful/butcher.json b/resourcepacks/bopack/data/bountiful/bounty_decrees/bountiful/butcher.json new file mode 100644 index 0000000..8d6e126 --- /dev/null +++ b/resourcepacks/bopack/data/bountiful/bounty_decrees/bountiful/butcher.json @@ -0,0 +1,8 @@ +{ + "objectives": [ + "all_objs" + ], + "rewards": [ + "all_rews" + ] +} \ No newline at end of file diff --git a/resourcepacks/bopack/data/bountiful/bounty_decrees/bountiful/cleric.json b/resourcepacks/bopack/data/bountiful/bounty_decrees/bountiful/cleric.json new file mode 100644 index 0000000..8d6e126 --- /dev/null +++ b/resourcepacks/bopack/data/bountiful/bounty_decrees/bountiful/cleric.json @@ -0,0 +1,8 @@ +{ + "objectives": [ + "all_objs" + ], + "rewards": [ + "all_rews" + ] +} \ No newline at end of file diff --git a/resourcepacks/bopack/data/bountiful/bounty_decrees/bountiful/cobblefoods.json b/resourcepacks/bopack/data/bountiful/bounty_decrees/bountiful/cobblefoods.json new file mode 100644 index 0000000..8d6e126 --- /dev/null +++ b/resourcepacks/bopack/data/bountiful/bounty_decrees/bountiful/cobblefoods.json @@ -0,0 +1,8 @@ +{ + "objectives": [ + "all_objs" + ], + "rewards": [ + "all_rews" + ] +} \ No newline at end of file diff --git a/resourcepacks/bopack/data/bountiful/bounty_decrees/bountiful/farmer.json b/resourcepacks/bopack/data/bountiful/bounty_decrees/bountiful/farmer.json new file mode 100644 index 0000000..8d6e126 --- /dev/null +++ b/resourcepacks/bopack/data/bountiful/bounty_decrees/bountiful/farmer.json @@ -0,0 +1,8 @@ +{ + "objectives": [ + "all_objs" + ], + "rewards": [ + "all_rews" + ] +} \ No newline at end of file diff --git a/resourcepacks/bopack/data/bountiful/bounty_decrees/bountiful/fisherman.json b/resourcepacks/bopack/data/bountiful/bounty_decrees/bountiful/fisherman.json new file mode 100644 index 0000000..8d6e126 --- /dev/null +++ b/resourcepacks/bopack/data/bountiful/bounty_decrees/bountiful/fisherman.json @@ -0,0 +1,8 @@ +{ + "objectives": [ + "all_objs" + ], + "rewards": [ + "all_rews" + ] +} \ No newline at end of file diff --git a/resourcepacks/bopack/data/bountiful/bounty_decrees/bountiful/fletcher.json b/resourcepacks/bopack/data/bountiful/bounty_decrees/bountiful/fletcher.json new file mode 100644 index 0000000..8d6e126 --- /dev/null +++ b/resourcepacks/bopack/data/bountiful/bounty_decrees/bountiful/fletcher.json @@ -0,0 +1,8 @@ +{ + "objectives": [ + "all_objs" + ], + "rewards": [ + "all_rews" + ] +} \ No newline at end of file diff --git a/resourcepacks/bopack/data/bountiful/bounty_decrees/bountiful/inventor.json b/resourcepacks/bopack/data/bountiful/bounty_decrees/bountiful/inventor.json new file mode 100644 index 0000000..8d6e126 --- /dev/null +++ b/resourcepacks/bopack/data/bountiful/bounty_decrees/bountiful/inventor.json @@ -0,0 +1,8 @@ +{ + "objectives": [ + "all_objs" + ], + "rewards": [ + "all_rews" + ] +} \ No newline at end of file diff --git a/resourcepacks/bopack/data/bountiful/bounty_decrees/bountiful/leatherer.json b/resourcepacks/bopack/data/bountiful/bounty_decrees/bountiful/leatherer.json new file mode 100644 index 0000000..8d6e126 --- /dev/null +++ b/resourcepacks/bopack/data/bountiful/bounty_decrees/bountiful/leatherer.json @@ -0,0 +1,8 @@ +{ + "objectives": [ + "all_objs" + ], + "rewards": [ + "all_rews" + ] +} \ No newline at end of file diff --git a/resourcepacks/bopack/data/bountiful/bounty_decrees/bountiful/librarian.json b/resourcepacks/bopack/data/bountiful/bounty_decrees/bountiful/librarian.json new file mode 100644 index 0000000..8d6e126 --- /dev/null +++ b/resourcepacks/bopack/data/bountiful/bounty_decrees/bountiful/librarian.json @@ -0,0 +1,8 @@ +{ + "objectives": [ + "all_objs" + ], + "rewards": [ + "all_rews" + ] +} \ No newline at end of file diff --git a/resourcepacks/bopack/data/bountiful/bounty_decrees/bountiful/mapper.json b/resourcepacks/bopack/data/bountiful/bounty_decrees/bountiful/mapper.json new file mode 100644 index 0000000..8d6e126 --- /dev/null +++ b/resourcepacks/bopack/data/bountiful/bounty_decrees/bountiful/mapper.json @@ -0,0 +1,8 @@ +{ + "objectives": [ + "all_objs" + ], + "rewards": [ + "all_rews" + ] +} \ No newline at end of file diff --git a/resourcepacks/bopack/data/bountiful/bounty_decrees/bountiful/shepherd.json b/resourcepacks/bopack/data/bountiful/bounty_decrees/bountiful/shepherd.json new file mode 100644 index 0000000..8d6e126 --- /dev/null +++ b/resourcepacks/bopack/data/bountiful/bounty_decrees/bountiful/shepherd.json @@ -0,0 +1,8 @@ +{ + "objectives": [ + "all_objs" + ], + "rewards": [ + "all_rews" + ] +} \ No newline at end of file diff --git a/resourcepacks/bopack/data/bountiful/bounty_decrees/bountiful/toolsmith.json b/resourcepacks/bopack/data/bountiful/bounty_decrees/bountiful/toolsmith.json new file mode 100644 index 0000000..8d6e126 --- /dev/null +++ b/resourcepacks/bopack/data/bountiful/bounty_decrees/bountiful/toolsmith.json @@ -0,0 +1,8 @@ +{ + "objectives": [ + "all_objs" + ], + "rewards": [ + "all_rews" + ] +} \ No newline at end of file diff --git a/resourcepacks/bopack/data/bountiful/bounty_pools/bountiful/all_objs.json b/resourcepacks/bopack/data/bountiful/bounty_pools/bountiful/all_objs.json new file mode 100644 index 0000000..ad571c7 --- /dev/null +++ b/resourcepacks/bopack/data/bountiful/bounty_pools/bountiful/all_objs.json @@ -0,0 +1,2071 @@ +{ + "replace": true, + "content": { + + "c1": { + "type": "item", + "content": "cobblemon:blue_apricorn", + "amount": { + "min": 1, + "max": 32 + }, + "unitWorth": 1 + }, + + "c2": { + "type": "item", + "content": "cobblemon:white_apricorn", + "amount": { + "min": 1, + "max": 32 + }, + "unitWorth": 1 + }, + + "c3": { + "type": "item", + "content": "cobblemon:pink_apricorn", + "amount": { + "min": 1, + "max": 32 + }, + "unitWorth": 1 + }, + + "c4": { + "type": "item", + "content": "cobblemon:black_apricorn", + "amount": { + "min": 1, + "max": 32 + }, + "unitWorth": 1 + }, + + "c5": { + "type": "item", + "content": "cobblemon:red_apricorn", + "amount": { + "min": 1, + "max": 32 + }, + "unitWorth": 1 + }, + + "c6": { + "type": "item", + "content": "cobblemon:yellow_apricorn", + "amount": { + "min": 1, + "max": 32 + }, + "unitWorth": 1 + }, + + "c7": { + "type": "item", + "content": "cobblemon:green_apricorn", + "amount": { + "min": 1, + "max": 32 + }, + "unitWorth": 1 + }, + + "c8": { + "type": "item", + "content": "cobblefoods:aprijuice", + "amount": { + "min": 1, + "max": 2 + }, + "unitWorth": 4 + }, + + "u1": { + "type": "item", + "content": "cobblefoods:roasted_cheri_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u2": { + "type": "item", + "content": "cobblefoods:roasted_chesto_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u3": { + "type": "item", + "content": "cobblefoods:roasted_pecha_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u4": { + "type": "item", + "content": "cobblefoods:roasted_rawst_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u5": { + "type": "item", + "content": "cobblefoods:roasted_aspear_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u6": { + "type": "item", + "content": "cobblefoods:roasted_leppa_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u7": { + "type": "item", + "content": "cobblefoods:roasted_oran_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u8": { + "type": "item", + "content": "cobblefoods:roasted_persim_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u9": { + "type": "item", + "content": "cobblefoods:roasted_lum_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u10": { + "type": "item", + "content": "cobblefoods:roasted_sitrus_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u11": { + "type": "item", + "content": "cobblefoods:roasted_figy_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u12": { + "type": "item", + "content": "cobblefoods:roasted_wiki_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u13": { + "type": "item", + "content": "cobblefoods:roasted_mago_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u14": { + "type": "item", + "content": "cobblefoods:roasted_aguav_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u15": { + "type": "item", + "content": "cobblefoods:roasted_iapapa_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u16": { + "type": "item", + "content": "cobblefoods:roasted_razz_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u17": { + "type": "item", + "content": "cobblefoods:roasted_bluk_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u18": { + "type": "item", + "content": "cobblefoods:roasted_nanab_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u19": { + "type": "item", + "content": "cobblefoods:roasted_wepear_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u20": { + "type": "item", + "content": "cobblefoods:roasted_pinap_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u21": { + "type": "item", + "content": "cobblefoods:roasted_pomeg_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u22": { + "type": "item", + "content": "cobblefoods:roasted_kelpsy_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u23": { + "type": "item", + "content": "cobblefoods:roasted_qualot_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u24": { + "type": "item", + "content": "cobblefoods:roasted_hondew_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u25": { + "type": "item", + "content": "cobblefoods:roasted_grepa_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u26": { + "type": "item", + "content": "cobblefoods:roasted_tamato_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u27": { + "type": "item", + "content": "cobblefoods:roasted_cornn_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u28": { + "type": "item", + "content": "cobblefoods:roasted_magost_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u29": { + "type": "item", + "content": "cobblefoods:roasted_rabuta_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u30": { + "type": "item", + "content": "cobblefoods:roasted_nomel_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u31": { + "type": "item", + "content": "cobblefoods:roasted_spelon_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u32": { + "type": "item", + "content": "cobblefoods:roasted_pamtre_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u33": { + "type": "item", + "content": "cobblefoods:roasted_watmel_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u34": { + "type": "item", + "content": "cobblefoods:roasted_durin_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u35": { + "type": "item", + "content": "cobblefoods:roasted_belue_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u36": { + "type": "item", + "content": "cobblefoods:roasted_occa_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u37": { + "type": "item", + "content": "cobblefoods:roasted_passho_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u38": { + "type": "item", + "content": "cobblefoods:roasted_wacan_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u39": { + "type": "item", + "content": "cobblefoods:roasted_rindo_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u40": { + "type": "item", + "content": "cobblefoods:roasted_yache_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u41": { + "type": "item", + "content": "cobblefoods:roasted_chople_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u42": { + "type": "item", + "content": "cobblefoods:roasted_kebia_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u43": { + "type": "item", + "content": "cobblefoods:roasted_shuca_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u44": { + "type": "item", + "content": "cobblefoods:roasted_coba_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u45": { + "type": "item", + "content": "cobblefoods:roasted_payapa_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u46": { + "type": "item", + "content": "cobblefoods:roasted_tanga_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u47": { + "type": "item", + "content": "cobblefoods:roasted_charti_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u48": { + "type": "item", + "content": "cobblefoods:roasted_kasib_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u49": { + "type": "item", + "content": "cobblefoods:roasted_haban_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u50": { + "type": "item", + "content": "cobblefoods:roasted_colbur_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u51": { + "type": "item", + "content": "cobblefoods:roasted_babiri_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u52": { + "type": "item", + "content": "cobblefoods:roasted_chilan_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u53": { + "type": "item", + "content": "cobblefoods:roasted_liechi_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u54": { + "type": "item", + "content": "cobblefoods:roasted_ganlon_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u55": { + "type": "item", + "content": "cobblefoods:roasted_salac_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u56": { + "type": "item", + "content": "cobblefoods:roasted_petaya_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u57": { + "type": "item", + "content": "cobblefoods:roasted_apicot_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u58": { + "type": "item", + "content": "cobblefoods:roasted_lansat_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u59": { + "type": "item", + "content": "cobblefoods:roasted_starf_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u60": { + "type": "item", + "content": "cobblefoods:roasted_enigma_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u61": { + "type": "item", + "content": "cobblefoods:roasted_micle_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u62": { + "type": "item", + "content": "cobblefoods:roasted_custap_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u63": { + "type": "item", + "content": "cobblefoods:roasted_jaboca_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u64": { + "type": "item", + "content": "cobblefoods:roasted_rowap_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u65": { + "type": "item", + "content": "cobblefoods:roasted_roseli_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u66": { + "type": "item", + "content": "cobblefoods:roasted_kee_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u67": { + "type": "item", + "content": "cobblefoods:roasted_maranga_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u68": { + "type": "item", + "content": "cobblefoods:roasted_hopo_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u69": { + "type": "item", + "content": "cobblefoods:roasted_touga_berry", + "amount": { + "min": 1, + "max": 5 + }, + "unitWorth": 6 + }, + + "u70": { + "type": "item", + "content": "cobblefoods:cheri_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u71": { + "type": "item", + "content": "cobblefoods:chesto_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u72": { + "type": "item", + "content": "cobblefoods:pecha_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u73": { + "type": "item", + "content": "cobblefoods:rawst_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u74": { + "type": "item", + "content": "cobblefoods:aspear_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u75": { + "type": "item", + "content": "cobblefoods:leppa_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u76": { + "type": "item", + "content": "cobblefoods:oran_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u77": { + "type": "item", + "content": "cobblefoods:persim_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u78": { + "type": "item", + "content": "cobblefoods:lum_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u79": { + "type": "item", + "content": "cobblefoods:sitrus_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u80": { + "type": "item", + "content": "cobblefoods:figy_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u81": { + "type": "item", + "content": "cobblefoods:wiki_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u82": { + "type": "item", + "content": "cobblefoods:mago_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u83": { + "type": "item", + "content": "cobblefoods:aguav_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u84": { + "type": "item", + "content": "cobblefoods:iapapa_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u85": { + "type": "item", + "content": "cobblefoods:razz_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u86": { + "type": "item", + "content": "cobblefoods:bluk_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u87": { + "type": "item", + "content": "cobblefoods:nanab_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u88": { + "type": "item", + "content": "cobblefoods:wepear_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u89": { + "type": "item", + "content": "cobblefoods:pinap_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u90": { + "type": "item", + "content": "cobblefoods:pomeg_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u91": { + "type": "item", + "content": "cobblefoods:kelpsy_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u92": { + "type": "item", + "content": "cobblefoods:qualot_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u93": { + "type": "item", + "content": "cobblefoods:hondew_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u94": { + "type": "item", + "content": "cobblefoods:grepa_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u95": { + "type": "item", + "content": "cobblefoods:tamato_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u96": { + "type": "item", + "content": "cobblefoods:cornn_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u97": { + "type": "item", + "content": "cobblefoods:magost_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u98": { + "type": "item", + "content": "cobblefoods:rabuta_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u99": { + "type": "item", + "content": "cobblefoods:nomel_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u100": { + "type": "item", + "content": "cobblefoods:spelon_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u101": { + "type": "item", + "content": "cobblefoods:pamtre_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u102": { + "type": "item", + "content": "cobblefoods:watmel_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u103": { + "type": "item", + "content": "cobblefoods:durin_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u104": { + "type": "item", + "content": "cobblefoods:belue_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u105": { + "type": "item", + "content": "cobblefoods:occa_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u106": { + "type": "item", + "content": "cobblefoods:passho_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u107": { + "type": "item", + "content": "cobblefoods:wacan_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u108": { + "type": "item", + "content": "cobblefoods:rindo_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u109": { + "type": "item", + "content": "cobblefoods:yache_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u110": { + "type": "item", + "content": "cobblefoods:chople_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u111": { + "type": "item", + "content": "cobblefoods:kebia_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u112": { + "type": "item", + "content": "cobblefoods:shuca_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u113": { + "type": "item", + "content": "cobblefoods:coba_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u114": { + "type": "item", + "content": "cobblefoods:payapa_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u115": { + "type": "item", + "content": "cobblefoods:tanga_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u116": { + "type": "item", + "content": "cobblefoods:charti_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u117": { + "type": "item", + "content": "cobblefoods:kasib_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u118": { + "type": "item", + "content": "cobblefoods:haban_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u119": { + "type": "item", + "content": "cobblefoods:colbur_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u120": { + "type": "item", + "content": "cobblefoods:babiri_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u121": { + "type": "item", + "content": "cobblefoods:chilan_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u122": { + "type": "item", + "content": "cobblefoods:liechi_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u123": { + "type": "item", + "content": "cobblefoods:ganlon_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u124": { + "type": "item", + "content": "cobblefoods:salac_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u125": { + "type": "item", + "content": "cobblefoods:petaya_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u126": { + "type": "item", + "content": "cobblefoods:apicot_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u127": { + "type": "item", + "content": "cobblefoods:lansat_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u128": { + "type": "item", + "content": "cobblefoods:starf_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u129": { + "type": "item", + "content": "cobblefoods:enigma_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u130": { + "type": "item", + "content": "cobblefoods:micle_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u131": { + "type": "item", + "content": "cobblefoods:custap_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u132": { + "type": "item", + "content": "cobblefoods:jaboca_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u133": { + "type": "item", + "content": "cobblefoods:rowap_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u134": { + "type": "item", + "content": "cobblefoods:roseli_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u135": { + "type": "item", + "content": "cobblefoods:kee_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u136": { + "type": "item", + "content": "cobblefoods:maranga_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u137": { + "type": "item", + "content": "cobblefoods:hopo_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u138": { + "type": "item", + "content": "cobblefoods:touga_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "u139": { + "type": "item", + "content": "cobblefoods:mixed_berry_juice", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 12 + }, + + "r1": { + "type": "item", + "content": "cobblefoods:vaporeons_island_paradise", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 30 + }, + + "r2": { + "type": "item", + "content": "cobblefoods:jolteons_sour_shock", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 30 + }, + + "r3": { + "type": "item", + "content": "cobblefoods:flareons_burning_tamato_berries", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 30 + }, + + "r4": { + "type": "item", + "content": "cobblefoods:espeons_sunkissed_cheri_berries", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 30 + }, + + "r5": { + "type": "item", + "content": "cobblefoods:umbreons_moonlit_bluk_berries", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 30 + }, + + "r6": { + "type": "item", + "content": "cobblefoods:leafeons_healty_nature_mix", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 30 + }, + + "r7": { + "type": "item", + "content": "cobblefoods:glaceons_minty_rawst_berries", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 30 + }, + + "r8": { + "type": "item", + "content": "cobblefoods:sylveons_roseli_berry_swirl", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 30 + }, + + "r9": { + "type": "item", + "content": "cobblefoods:red_apricorn_milk_tea", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 30 + }, + + "r10": { + "type": "item", + "content": "cobblefoods:yellow_apricorn_milk_tea", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 30 + }, + + "r11": { + "type": "item", + "content": "cobblefoods:green_apricorn_milk_tea", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 30 + }, + + "r12": { + "type": "item", + "content": "cobblefoods:blue_apricorn_milk_tea", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 30 + }, + + "r13": { + "type": "item", + "content": "cobblefoods:pink_apricorn_milk_tea", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 30 + }, + + "r14": { + "type": "item", + "content": "cobblefoods:enigmatic_apricorn_milk_tea", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 30 + }, + + "r15": { + "type": "item", + "content": "cobblefoods:alolan_smoked_pinap", + "amount": { + "min": 4, + "max": 20 + }, + "unitWorth": 8 + }, + + "r16": { + "type": "item", + "content": "cobblefoods:cavern_mushroom_quiche", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 30 + }, + + "r17": { + "type": "item", + "content": "cobblefoods:chocolate_nanab_berry", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 30 + }, + + "r18": { + "type": "item", + "content": "cobblefoods:cornn_berry_popcorn", + "amount": { + "min": 2, + "max": 10 + }, + "unitWorth": 16 + }, + + "r19": { + "type": "item", + "content": "cobblefoods:crimson_cocktail", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 30 + }, + + "r20": { + "type": "item", + "content": "cobblefoods:desert_delight_cocktail", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 30 + }, + + "r21": { + "type": "item", + "content": "cobblefoods:forest_berry_medley", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 30 + }, + + "r22": { + "type": "item", + "content": "cobblefoods:frosty_fruit_pudding", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 30 + }, + + "r23": { + "type": "item", + "content": "cobblefoods:harvest_pie", + "amount": { + "min": 1, + "max": 1 + }, + "unitWorth": 30 + }, + + "r24": { + "type": "item", + "content": "cobblefoods:jungle_nanab_cookies", + "amount": { + "min": 4, + "max": 20 + }, + "unitWorth": 8 + }, + + "r25": { + "type": "item", + "content": "cobblefoods:kalosian_thunderstruck_macaron", + "amount": { + "min": 5, + "max": 25 + }, + "unitWorth": 7 + }, + + "r26": { + "type": "item", + "content": "cobblefoods:mountain_wyvern_crepe", + "amount": { + "min": 2, + "max": 10 + }, + "unitWorth": 16 + }, + + "r27": { + "type": "item", + "content": "cobblefoods:oran_berry_chicken", + "amount": { + "min": 1, + "max": 10 + }, + "unitWorth": 30 + }, + + "r28": { + "type": "item", + "content": "cobblefoods:tropical_custard", + "amount": { + "min": 1, + "max": 10 + }, + "unitWorth": 30 + }, + + "e1": { + "type": "item", + "content": "cobblefoods:roasted_silver_razz_berry", + "amount": { + "min": 1, + "max": 3 + }, + "unitWorth": 50 + }, + + "e2": { + "type": "item", + "content": "cobblefoods:roasted_silver_nanab_berry", + "amount": { + "min": 1, + "max": 3 + }, + "unitWorth": 50 + }, + + "e3": { + "type": "item", + "content": "cobblefoods:roasted_silver_pinap_berry", + "amount": { + "min": 1, + "max": 3 + }, + "unitWorth": 50 + }, + + "e4": { + "type": "item", + "content": "cobblefoods:roasted_golden_razz_berry", + "amount": { + "min": 1, + "max": 3 + }, + "unitWorth": 50 + }, + + "e5": { + "type": "item", + "content": "cobblefoods:roasted_golden_nanab_berry", + "amount": { + "min": 1, + "max": 3 + }, + "unitWorth": 50 + }, + + "e6": { + "type": "item", + "content": "cobblefoods:roasted_golden_pinap_berry", + "amount": { + "min": 1, + "max": 3 + }, + "unitWorth": 50 + }, + + "l1": { + "type": "item", + "content": "cobblefoods:silver_platter", + "amount": { + "min": 1, + "max": 6 + }, + "unitWorth": 80 + }, + + "l2": { + "type": "item", + "content": "cobblefoods:golden_delicacy", + "amount": { + "min": 1, + "max": 6 + }, + "unitWorth": 100 + }, + + "catcher_obj_catch_bug": { + "type": "criteria", + "icon": "cobblemon:nest_ball", + "content": "cobblemon:catch_pokemon", + "conditions": { + "type": "bug" + }, + "amount": { + "min": 1, + "max": 8 + }, + "unitWorth": 5 + }, + "catcher_obj_catch_dark": { + "type": "criteria", + "icon": "cobblemon:ancient_heavy_ball", + "content": "cobblemon:catch_pokemon", + "conditions": { + "type": "dark" + }, + "amount": { + "min": 1, + "max": 8 + }, + "unitWorth": 5 + }, + "catcher_obj_catch_dragon": { + "type": "criteria", + "icon": "cobblemon:lure_ball", + "content": "cobblemon:catch_pokemon", + "conditions": { + "type": "dragon" + }, + "amount": { + "min": 1, + "max": 8 + }, + "unitWorth": 5 + }, + "catcher_obj_catch_electric": { + "type": "criteria", + "icon": "cobblemon:ultra_ball", + "content": "cobblemon:catch_pokemon", + "conditions": { + "type": "electric" + }, + "amount": { + "min": 1, + "max": 8 + }, + "unitWorth": 5 + }, + "catcher_obj_catch_fairy": { + "type": "criteria", + "icon": "cobblemon:love_ball", + "content": "cobblemon:catch_pokemon", + "conditions": { + "type": "fairy" + }, + "amount": { + "min": 1, + "max": 8 + }, + "unitWorth": 5 + }, + "catcher_obj_catch_fighting": { + "type": "criteria", + "icon": "cobblemon:level_ball", + "content": "cobblemon:catch_pokemon", + "conditions": { + "type": "fighting" + }, + "amount": { + "min": 1, + "max": 8 + }, + "unitWorth": 5 + }, + "catcher_obj_catch_fire": { + "type": "criteria", + "icon": "cobblemon:fast_ball", + "content": "cobblemon:catch_pokemon", + "conditions": { + "type": "fire" + }, + "amount": { + "min": 1, + "max": 8 + }, + "unitWorth": 5 + }, + "catcher_obj_catch_flying": { + "type": "criteria", + "icon": "cobblemon:quick_ball", + "content": "cobblemon:catch_pokemon", + "conditions": { + "type": "flying" + }, + "amount": { + "min": 1, + "max": 8 + }, + "unitWorth": 5 + }, + "catcher_obj_catch_ghost": { + "type": "criteria", + "icon": "cobblemon:slate_ball", + "content": "cobblemon:catch_pokemon", + "conditions": { + "type": "ghost" + }, + "amount": { + "min": 1, + "max": 8 + }, + "unitWorth": 5 + }, + "catcher_obj_catch_grass": { + "type": "criteria", + "icon": "cobblemon:park_ball", + "content": "cobblemon:catch_pokemon", + "conditions": { + "type": "grass" + }, + "amount": { + "min": 1, + "max": 8 + }, + "unitWorth": 5 + }, + "catcher_obj_catch_ground": { + "type": "criteria", + "icon": "cobblemon:ancient_citrine_ball", + "content": "cobblemon:catch_pokemon", + "conditions": { + "type": "ground" + }, + "amount": { + "min": 1, + "max": 8 + }, + "unitWorth": 5 + }, + "catcher_obj_catch_ice": { + "type": "criteria", + "icon": "cobblemon:dive_ball", + "content": "cobblemon:catch_pokemon", + "conditions": { + "type": "ice" + }, + "amount": { + "min": 1, + "max": 8 + }, + "unitWorth": 5 + }, + "catcher_obj_catch_normal": { + "type": "criteria", + "icon": "cobblemon:poke_ball", + "content": "cobblemon:catch_pokemon", + "conditions": { + "type": "normal" + }, + "amount": { + "min": 1, + "max": 8 + }, + "unitWorth": 5 + }, + "catcher_obj_catch_poison": { + "type": "criteria", + "icon": "cobblemon:dream_ball", + "content": "cobblemon:catch_pokemon", + "conditions": { + "type": "poison" + }, + "amount": { + "min": 1, + "max": 8 + }, + "unitWorth": 5 + }, + "catcher_obj_catch_psychic": { + "type": "criteria", + "icon": "cobblemon:heal_ball", + "content": "cobblemon:catch_pokemon", + "conditions": { + "type": "psychic" + }, + "amount": { + "min": 1, + "max": 8 + }, + "unitWorth": 5 + }, + "catcher_obj_catch_rock": { + "type": "criteria", + "icon": "cobblemon:ancient_slate_ball", + "content": "cobblemon:catch_pokemon", + "conditions": { + "type": "rock" + }, + "amount": { + "min": 1, + "max": 8 + }, + "unitWorth": 5 + }, + "catcher_obj_catch_steel": { + "type": "criteria", + "icon": "cobblemon:ancient_ivory_ball", + "content": "cobblemon:catch_pokemon", + "conditions": { + "type": "steel" + }, + "amount": { + "min": 1, + "max": 8 + }, + "unitWorth": 5 + }, + "catcher_obj_catch_water": { + "type": "criteria", + "icon": "cobblemon:azure_ball", + "content": "cobblemon:catch_pokemon", + "conditions": { + "type": "water" + }, + "amount": { + "min": 1, + "max": 8 + }, + "unitWorth": 5 + } + + } +} \ No newline at end of file diff --git a/resourcepacks/bopack/data/bountiful/bounty_pools/bountiful/all_rews.json b/resourcepacks/bopack/data/bountiful/bounty_pools/bountiful/all_rews.json new file mode 100644 index 0000000..92a35ad --- /dev/null +++ b/resourcepacks/bopack/data/bountiful/bounty_pools/bountiful/all_rews.json @@ -0,0 +1,67 @@ +{ + "replace": true, + "content": { + + "all_rew_bronze_reward": { + "type": "item", + "rarity": "COMMON", + "content": "numismatic-overhaul:bronze_coin", + "amount": { + "min": 5, + "max": 10 + }, + "unitWorth": 1 + }, + + "all_rew_bronze2_reward": { + "type": "item", + "rarity": "UNCOMMON", + "content": "numismatic-overhaul:bronze_coin", + "amount": { + "min": 10, + "max": 30 + }, + "unitWorth": 1, + "weightMult": 0.5 + }, + + "all_rew_bronze3_reward": { + "type": "item", + "rarity": "RARE", + "content": "numismatic-overhaul:bronze_coin", + "amount": { + "min": 50, + "max": 80 + }, + "unitWorth": 1, + "weightMult": 0.3 + }, + + "all_rew_silver_reward": { + "type": "item", + "rarity": "EPIC", + "content": "numismatic-overhaul:silver_coin", + "amount": { + "min": 2, + "max": 5 + }, + "unitWorth": 100, + "weightMult": 0.3 + }, + + "all_rew_gold_reward": { + "type": "item", + "rarity": "LEGENDARY", + "content": "numismatic-overhaul:silver_coin", + "amount": { + "min": 8, + "max": 20 + }, + "unitWorth": 100, + "weightMult": 1 + }, + + "all_rew_prismarine_crystals": null + + } +} \ No newline at end of file diff --git a/resourcepacks/bopack/data/bountiful/bounty_pools/bountiful/fisherman_objs.json b/resourcepacks/bopack/data/bountiful/bounty_pools/bountiful/fisherman_objs.json new file mode 100644 index 0000000..a6037dc --- /dev/null +++ b/resourcepacks/bopack/data/bountiful/bounty_pools/bountiful/fisherman_objs.json @@ -0,0 +1,17 @@ +{ + "replace": true, + + "content": { + + "fisherman_obj_gold_nugs": { + "type": "item", + "content": "minecraft:gold_nugget", + "amount": { + "min": 4, + "max": 8 + }, + "unitWorth": 100 + } + + } +} \ No newline at end of file diff --git a/resourcepacks/bopack/pack.mcmeta b/resourcepacks/bopack/pack.mcmeta new file mode 100644 index 0000000..1fdb6c1 --- /dev/null +++ b/resourcepacks/bopack/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "pack_format": 15, + "description": "An Example Datapack for Bountiful" + } +} \ No newline at end of file diff --git a/resourcepacks/bopack/readme.md b/resourcepacks/bopack/readme.md new file mode 100644 index 0000000..03e2d87 --- /dev/null +++ b/resourcepacks/bopack/readme.md @@ -0,0 +1,36 @@ + +## Overview + +In this example datapack, several changes are made. +I've detailed them down below, split into groups based on file. + + +### Pools + +#### bounty_pools/bountiful/_all_rews.json + +This file shows how to add, change, and remove single objectives/rewards. The `_all_rews` pool is by default used for all Bountiful decrees, so changes here will be reflected on all decrees. + +* We've added a new TNT reward for all decrees. 1-4 TNT can show up sometimes. +* We changed the Decree reward from UNCOMMON rarity to COMMON, so that Decrees show up as a reward more often. +* We completely removed the prismarine crystal reward. + +#### bounty_pools/bountiful/fisherman_objs.json + +This file uses `"replace": true` to replace all of the `fisherman_objs` objectives with the contents of this file instead. There's only one new entry here. + +* We replaced all fishing objectives with just one, that asks the character to get gold nuggets. Pretty boring, if you ask me, but this is how you'd entirely replace a pool with different objectives. + +#### bounty_pools/bountiful/bucketeer_objs.json + +This file adds an entirely new pool, `bucketeer_objs`. It contains two new objectives for the `bucketeer` decree that we've also created (below). + + + + +### Decrees + + +#### bounty_decrees/bountiful/bucketeer.json + +This file adds an entirely new decree to the game! However, all Decrees need a localized name, so you actually have to copy this datapack into the resourcepacks folder in order to load it as a resourcepack as well. That will cause the `assets` directory to load, and the Decree's localized name will load correctly. This file determines which objective and reward pools are associated with this Decree. \ No newline at end of file diff --git a/resourcepacks/cobblemon-interface.pw.toml b/resourcepacks/cobblemon-interface.pw.toml new file mode 100644 index 0000000..7ecdc9f --- /dev/null +++ b/resourcepacks/cobblemon-interface.pw.toml @@ -0,0 +1,13 @@ +name = "Cobblemon Interface" +filename = "Cobblemon Interface v1.1.1.zip" +side = "both" + +[download] +hash-format = "sha1" +hash = "ea5dcf1113c83410cb0fedd7e3ee5a28582aaa30" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5348273 +project-id = 860898 diff --git a/resourcepacks/embellished-stone-advancement-plaques.pw.toml b/resourcepacks/embellished-stone-advancement-plaques.pw.toml new file mode 100644 index 0000000..7e8700c --- /dev/null +++ b/resourcepacks/embellished-stone-advancement-plaques.pw.toml @@ -0,0 +1,13 @@ +name = "Embellished Stone (Advancement Plaques)" +filename = "EmbellishedStone-1.20.1-1.0.0.zip" +side = "both" + +[download] +hash-format = "sha1" +hash = "7e681fdb997ca95a56e7394977955b2e2624b29e" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4827548 +project-id = 503839 diff --git a/resourcepacks/smooth-font.pw.toml b/resourcepacks/smooth-font.pw.toml new file mode 100644 index 0000000..37bc9f6 --- /dev/null +++ b/resourcepacks/smooth-font.pw.toml @@ -0,0 +1,13 @@ +name = "Smooth Font - 32x [1.21]" +filename = "SmoothFont_1.20.zip" +side = "both" + +[download] +hash-format = "sha1" +hash = "fa29393a4c8064bd463f8548086a3384f1b92cda" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4764738 +project-id = 616555 diff --git a/resourcepacks/theones-items-pack.pw.toml b/resourcepacks/theones-items-pack.pw.toml new file mode 100644 index 0000000..38b338d --- /dev/null +++ b/resourcepacks/theones-items-pack.pw.toml @@ -0,0 +1,13 @@ +name = "Theone's Items Pack" +filename = "Theone's Items Pack v0.8.zip" +side = "both" + +[download] +hash-format = "sha1" +hash = "faa0f5c9f6c415774b09a0f7f44c8ab83ef391f8" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5652526 +project-id = 928901 diff --git a/scripts/removed_recipes.zs b/scripts/removed_recipes.zs new file mode 100644 index 0000000..6dbc9e7 --- /dev/null +++ b/scripts/removed_recipes.zs @@ -0,0 +1,38 @@ +#RemoveRecipies + +// Mods +craftingTable.removeByModid("cloudboots"); +smithing.removeByModid("cloudboots"); +craftingTable.removeByModid("scout"); +smithing.removeByModid("scout"); +craftingTable.removeByModid("bountiful"); +craftingTable.removeByModid("muffins_picnic"); + +// Individual Items +craftingTable.remove(); +craftingTable.remove(); +craftingTable.remove(); +craftingTable.remove(); +craftingTable.remove(); +craftingTable.remove(); +craftingTable.remove(); +craftingTable.remove(); +craftingTable.remove(); +craftingTable.remove(); +craftingTable.remove(); +craftingTable.remove(); +craftingTable.remove(); +craftingTable.remove(); +craftingTable.remove(); +craftingTable.remove(); +craftingTable.remove(); +craftingTable.remove(); +craftingTable.remove(); +craftingTable.remove(); +craftingTable.remove(); +craftingTable.remove(); +craftingTable.remove(); +craftingTable.remove(); +craftingTable.remove(); +craftingTable.remove(); +craftingTable.remove(); \ No newline at end of file diff --git a/shaderpacks/ComplementaryUnbound_r5.3.zip.txt b/shaderpacks/ComplementaryUnbound_r5.3.zip.txt new file mode 100644 index 0000000..9c5a322 --- /dev/null +++ b/shaderpacks/ComplementaryUnbound_r5.3.zip.txt @@ -0,0 +1,11 @@ +#Wed Jan 08 14:42:09 PST 2025 +ATM_FOG_MULT=0.50 +T_VIBRANCE=1.40 +VIGNETTE_R=false +AMBIENT_MULT=150 +T_EXPOSURE=1.30 +HAND_SWAYING=1 +SUN_MOON_STYLE_DEFINE=1 +NETHER_VIEW_LIMIT=99999.0 +MINIMUM_LIGHT_MODE=4 +NETHER_STORM_I=0.10